From ecc6d69413b89be52e35fb4bd700e776d1760498 Mon Sep 17 00:00:00 2001 From: Andrea Bianco <andrea.bianco@xcally.com> Date: Mon, 6 Jun 2016 11:31:30 +0200 Subject: [PATCH] Built motion from commit 35e182c.|0.0.108 --- public/assets/ckeditor/.bower.json | 29 + public/assets/ckeditor/CHANGES.md | 1080 +++++++++++++ public/assets/ckeditor/LICENSE.md | 1420 +++++++++++++++++ public/assets/ckeditor/README.md | 82 + public/assets/ckeditor/adapters/jquery.js | 10 + public/assets/ckeditor/bower.json | 10 + public/assets/ckeditor/ckeditor.js | 998 ++++++++++++ public/assets/ckeditor/composer.json | 20 + public/assets/ckeditor/config.js | 38 + public/assets/ckeditor/contents.css | 135 ++ public/assets/ckeditor/lang/_translationstatus.txt | 63 + public/assets/ckeditor/lang/af.js | 5 + public/assets/ckeditor/lang/ar.js | 5 + public/assets/ckeditor/lang/bg.js | 5 + public/assets/ckeditor/lang/bn.js | 5 + public/assets/ckeditor/lang/bs.js | 5 + public/assets/ckeditor/lang/ca.js | 5 + public/assets/ckeditor/lang/cs.js | 5 + public/assets/ckeditor/lang/cy.js | 5 + public/assets/ckeditor/lang/da.js | 5 + public/assets/ckeditor/lang/de-ch.js | 5 + public/assets/ckeditor/lang/de.js | 5 + public/assets/ckeditor/lang/el.js | 5 + public/assets/ckeditor/lang/en-au.js | 5 + public/assets/ckeditor/lang/en-ca.js | 5 + public/assets/ckeditor/lang/en-gb.js | 5 + public/assets/ckeditor/lang/en.js | 5 + public/assets/ckeditor/lang/eo.js | 5 + public/assets/ckeditor/lang/es.js | 5 + public/assets/ckeditor/lang/et.js | 5 + public/assets/ckeditor/lang/eu.js | 5 + public/assets/ckeditor/lang/fa.js | 5 + public/assets/ckeditor/lang/fi.js | 5 + public/assets/ckeditor/lang/fo.js | 5 + public/assets/ckeditor/lang/fr-ca.js | 5 + public/assets/ckeditor/lang/fr.js | 5 + public/assets/ckeditor/lang/gl.js | 5 + public/assets/ckeditor/lang/gu.js | 5 + public/assets/ckeditor/lang/he.js | 5 + public/assets/ckeditor/lang/hi.js | 5 + public/assets/ckeditor/lang/hr.js | 5 + public/assets/ckeditor/lang/hu.js | 5 + public/assets/ckeditor/lang/id.js | 5 + public/assets/ckeditor/lang/is.js | 5 + public/assets/ckeditor/lang/it.js | 5 + public/assets/ckeditor/lang/ja.js | 5 + public/assets/ckeditor/lang/ka.js | 5 + public/assets/ckeditor/lang/km.js | 5 + public/assets/ckeditor/lang/ko.js | 5 + public/assets/ckeditor/lang/ku.js | 5 + public/assets/ckeditor/lang/lt.js | 5 + public/assets/ckeditor/lang/lv.js | 5 + public/assets/ckeditor/lang/mk.js | 5 + public/assets/ckeditor/lang/mn.js | 5 + public/assets/ckeditor/lang/ms.js | 5 + public/assets/ckeditor/lang/nb.js | 5 + public/assets/ckeditor/lang/nl.js | 5 + public/assets/ckeditor/lang/no.js | 5 + public/assets/ckeditor/lang/pl.js | 5 + public/assets/ckeditor/lang/pt-br.js | 5 + public/assets/ckeditor/lang/pt.js | 5 + public/assets/ckeditor/lang/ro.js | 5 + public/assets/ckeditor/lang/ru.js | 5 + public/assets/ckeditor/lang/si.js | 5 + public/assets/ckeditor/lang/sk.js | 5 + public/assets/ckeditor/lang/sl.js | 5 + public/assets/ckeditor/lang/sq.js | 5 + public/assets/ckeditor/lang/sr-latn.js | 5 + public/assets/ckeditor/lang/sr.js | 5 + public/assets/ckeditor/lang/sv.js | 5 + public/assets/ckeditor/lang/th.js | 5 + public/assets/ckeditor/lang/tr.js | 5 + public/assets/ckeditor/lang/tt.js | 5 + public/assets/ckeditor/lang/ug.js | 5 + public/assets/ckeditor/lang/uk.js | 5 + public/assets/ckeditor/lang/vi.js | 5 + public/assets/ckeditor/lang/zh-cn.js | 5 + public/assets/ckeditor/lang/zh.js | 5 + public/assets/ckeditor/package.json | 26 + .../ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js | 10 + .../a11yhelp/dialogs/lang/_translationstatus.txt | 25 + .../ckeditor/plugins/a11yhelp/dialogs/lang/af.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/ar.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/bg.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/ca.js | 12 + .../ckeditor/plugins/a11yhelp/dialogs/lang/cs.js | 12 + .../ckeditor/plugins/a11yhelp/dialogs/lang/cy.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/da.js | 11 + .../plugins/a11yhelp/dialogs/lang/de-ch.js | 12 + .../ckeditor/plugins/a11yhelp/dialogs/lang/de.js | 12 + .../ckeditor/plugins/a11yhelp/dialogs/lang/el.js | 12 + .../plugins/a11yhelp/dialogs/lang/en-gb.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/en.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/eo.js | 13 + .../ckeditor/plugins/a11yhelp/dialogs/lang/es.js | 12 + .../ckeditor/plugins/a11yhelp/dialogs/lang/et.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/eu.js | 12 + .../ckeditor/plugins/a11yhelp/dialogs/lang/fa.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/fi.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/fo.js | 11 + .../plugins/a11yhelp/dialogs/lang/fr-ca.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/fr.js | 12 + .../ckeditor/plugins/a11yhelp/dialogs/lang/gl.js | 12 + .../ckeditor/plugins/a11yhelp/dialogs/lang/gu.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/he.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/hi.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/hr.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/hu.js | 12 + .../ckeditor/plugins/a11yhelp/dialogs/lang/id.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/it.js | 13 + .../ckeditor/plugins/a11yhelp/dialogs/lang/ja.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/km.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/ko.js | 10 + .../ckeditor/plugins/a11yhelp/dialogs/lang/ku.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/lt.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/lv.js | 12 + .../ckeditor/plugins/a11yhelp/dialogs/lang/mk.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/mn.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/nb.js | 12 + .../ckeditor/plugins/a11yhelp/dialogs/lang/nl.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/no.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/pl.js | 13 + .../plugins/a11yhelp/dialogs/lang/pt-br.js | 13 + .../ckeditor/plugins/a11yhelp/dialogs/lang/pt.js | 12 + .../ckeditor/plugins/a11yhelp/dialogs/lang/ro.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/ru.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/si.js | 10 + .../ckeditor/plugins/a11yhelp/dialogs/lang/sk.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/sl.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/sq.js | 11 + .../plugins/a11yhelp/dialogs/lang/sr-latn.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/sr.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/sv.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/th.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/tr.js | 12 + .../ckeditor/plugins/a11yhelp/dialogs/lang/tt.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/ug.js | 12 + .../ckeditor/plugins/a11yhelp/dialogs/lang/uk.js | 12 + .../ckeditor/plugins/a11yhelp/dialogs/lang/vi.js | 11 + .../plugins/a11yhelp/dialogs/lang/zh-cn.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/zh.js | 9 + .../assets/ckeditor/plugins/about/dialogs/about.js | 7 + .../plugins/about/dialogs/hidpi/logo_ckeditor.png | Bin 0 -> 13339 bytes .../plugins/about/dialogs/logo_ckeditor.png | Bin 0 -> 6757 bytes public/assets/ckeditor/plugins/adobeair/plugin.js | 9 + public/assets/ckeditor/plugins/ajax/plugin.js | 7 + .../assets/ckeditor/plugins/autoembed/lang/cs.js | 1 + .../ckeditor/plugins/autoembed/lang/de-ch.js | 1 + .../assets/ckeditor/plugins/autoembed/lang/de.js | 1 + .../assets/ckeditor/plugins/autoembed/lang/en.js | 1 + .../assets/ckeditor/plugins/autoembed/lang/eo.js | 1 + .../assets/ckeditor/plugins/autoembed/lang/eu.js | 1 + .../assets/ckeditor/plugins/autoembed/lang/fr.js | 1 + .../assets/ckeditor/plugins/autoembed/lang/it.js | 1 + .../assets/ckeditor/plugins/autoembed/lang/ko.js | 1 + .../assets/ckeditor/plugins/autoembed/lang/ku.js | 1 + .../assets/ckeditor/plugins/autoembed/lang/mk.js | 1 + .../assets/ckeditor/plugins/autoembed/lang/nb.js | 1 + .../assets/ckeditor/plugins/autoembed/lang/pl.js | 1 + .../ckeditor/plugins/autoembed/lang/pt-br.js | 1 + .../assets/ckeditor/plugins/autoembed/lang/ru.js | 1 + .../assets/ckeditor/plugins/autoembed/lang/tr.js | 1 + .../assets/ckeditor/plugins/autoembed/lang/ug.js | 1 + .../assets/ckeditor/plugins/autoembed/lang/uk.js | 1 + .../ckeditor/plugins/autoembed/lang/zh-cn.js | 1 + .../assets/ckeditor/plugins/autoembed/lang/zh.js | 1 + public/assets/ckeditor/plugins/autoembed/plugin.js | 9 + public/assets/ckeditor/plugins/autogrow/plugin.js | 8 + public/assets/ckeditor/plugins/autolink/plugin.js | 5 + public/assets/ckeditor/plugins/bbcode/plugin.js | 22 + .../assets/ckeditor/plugins/bidi/icons/bidiltr.png | Bin 0 -> 769 bytes .../assets/ckeditor/plugins/bidi/icons/bidirtl.png | Bin 0 -> 768 bytes .../ckeditor/plugins/bidi/icons/hidpi/bidiltr.png | Bin 0 -> 1579 bytes .../ckeditor/plugins/bidi/icons/hidpi/bidirtl.png | Bin 0 -> 1596 bytes public/assets/ckeditor/plugins/bidi/lang/af.js | 1 + public/assets/ckeditor/plugins/bidi/lang/ar.js | 1 + public/assets/ckeditor/plugins/bidi/lang/bg.js | 1 + public/assets/ckeditor/plugins/bidi/lang/bn.js | 1 + public/assets/ckeditor/plugins/bidi/lang/bs.js | 1 + public/assets/ckeditor/plugins/bidi/lang/ca.js | 1 + public/assets/ckeditor/plugins/bidi/lang/cs.js | 1 + public/assets/ckeditor/plugins/bidi/lang/cy.js | 1 + public/assets/ckeditor/plugins/bidi/lang/da.js | 1 + public/assets/ckeditor/plugins/bidi/lang/de-ch.js | 1 + public/assets/ckeditor/plugins/bidi/lang/de.js | 1 + public/assets/ckeditor/plugins/bidi/lang/el.js | 1 + public/assets/ckeditor/plugins/bidi/lang/en-au.js | 1 + public/assets/ckeditor/plugins/bidi/lang/en-ca.js | 1 + public/assets/ckeditor/plugins/bidi/lang/en-gb.js | 1 + public/assets/ckeditor/plugins/bidi/lang/en.js | 1 + public/assets/ckeditor/plugins/bidi/lang/eo.js | 1 + public/assets/ckeditor/plugins/bidi/lang/es.js | 1 + public/assets/ckeditor/plugins/bidi/lang/et.js | 1 + public/assets/ckeditor/plugins/bidi/lang/eu.js | 1 + public/assets/ckeditor/plugins/bidi/lang/fa.js | 1 + public/assets/ckeditor/plugins/bidi/lang/fi.js | 1 + public/assets/ckeditor/plugins/bidi/lang/fo.js | 1 + public/assets/ckeditor/plugins/bidi/lang/fr-ca.js | 1 + public/assets/ckeditor/plugins/bidi/lang/fr.js | 1 + public/assets/ckeditor/plugins/bidi/lang/gl.js | 1 + public/assets/ckeditor/plugins/bidi/lang/gu.js | 1 + public/assets/ckeditor/plugins/bidi/lang/he.js | 1 + public/assets/ckeditor/plugins/bidi/lang/hi.js | 1 + public/assets/ckeditor/plugins/bidi/lang/hr.js | 1 + public/assets/ckeditor/plugins/bidi/lang/hu.js | 1 + public/assets/ckeditor/plugins/bidi/lang/id.js | 1 + public/assets/ckeditor/plugins/bidi/lang/is.js | 1 + public/assets/ckeditor/plugins/bidi/lang/it.js | 1 + public/assets/ckeditor/plugins/bidi/lang/ja.js | 1 + public/assets/ckeditor/plugins/bidi/lang/ka.js | 1 + public/assets/ckeditor/plugins/bidi/lang/km.js | 1 + public/assets/ckeditor/plugins/bidi/lang/ko.js | 1 + public/assets/ckeditor/plugins/bidi/lang/ku.js | 1 + public/assets/ckeditor/plugins/bidi/lang/lt.js | 1 + public/assets/ckeditor/plugins/bidi/lang/lv.js | 1 + public/assets/ckeditor/plugins/bidi/lang/mk.js | 1 + public/assets/ckeditor/plugins/bidi/lang/mn.js | 1 + public/assets/ckeditor/plugins/bidi/lang/ms.js | 1 + public/assets/ckeditor/plugins/bidi/lang/nb.js | 1 + public/assets/ckeditor/plugins/bidi/lang/nl.js | 1 + public/assets/ckeditor/plugins/bidi/lang/no.js | 1 + public/assets/ckeditor/plugins/bidi/lang/pl.js | 1 + public/assets/ckeditor/plugins/bidi/lang/pt-br.js | 1 + public/assets/ckeditor/plugins/bidi/lang/pt.js | 1 + public/assets/ckeditor/plugins/bidi/lang/ro.js | 1 + public/assets/ckeditor/plugins/bidi/lang/ru.js | 1 + public/assets/ckeditor/plugins/bidi/lang/si.js | 1 + public/assets/ckeditor/plugins/bidi/lang/sk.js | 1 + public/assets/ckeditor/plugins/bidi/lang/sl.js | 1 + public/assets/ckeditor/plugins/bidi/lang/sq.js | 1 + .../assets/ckeditor/plugins/bidi/lang/sr-latn.js | 1 + public/assets/ckeditor/plugins/bidi/lang/sr.js | 1 + public/assets/ckeditor/plugins/bidi/lang/sv.js | 1 + public/assets/ckeditor/plugins/bidi/lang/th.js | 1 + public/assets/ckeditor/plugins/bidi/lang/tr.js | 1 + public/assets/ckeditor/plugins/bidi/lang/tt.js | 1 + public/assets/ckeditor/plugins/bidi/lang/ug.js | 1 + public/assets/ckeditor/plugins/bidi/lang/uk.js | 1 + public/assets/ckeditor/plugins/bidi/lang/vi.js | 1 + public/assets/ckeditor/plugins/bidi/lang/zh-cn.js | 1 + public/assets/ckeditor/plugins/bidi/lang/zh.js | 1 + public/assets/ckeditor/plugins/bidi/plugin.js | 13 + .../ckeditor/plugins/clipboard/dialogs/paste.js | 12 + .../plugins/codesnippet/dialogs/codesnippet.js | 6 + .../plugins/codesnippet/icons/codesnippet.png | Bin 0 -> 597 bytes .../codesnippet/icons/hidpi/codesnippet.png | Bin 0 -> 1887 bytes .../assets/ckeditor/plugins/codesnippet/lang/ar.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/bg.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/ca.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/cs.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/da.js | 5 + .../ckeditor/plugins/codesnippet/lang/de-ch.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/de.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/el.js | 5 + .../ckeditor/plugins/codesnippet/lang/en-gb.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/en.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/eo.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/es.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/et.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/eu.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/fa.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/fi.js | 5 + .../ckeditor/plugins/codesnippet/lang/fr-ca.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/fr.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/gl.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/he.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/hr.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/hu.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/id.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/it.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/ja.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/km.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/ko.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/ku.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/lt.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/lv.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/nb.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/nl.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/no.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/pl.js | 5 + .../ckeditor/plugins/codesnippet/lang/pt-br.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/pt.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/ro.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/ru.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/sk.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/sl.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/sq.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/sv.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/th.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/tr.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/tt.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/ug.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/uk.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/vi.js | 5 + .../ckeditor/plugins/codesnippet/lang/zh-cn.js | 5 + .../assets/ckeditor/plugins/codesnippet/lang/zh.js | 5 + .../plugins/codesnippet/lib/highlight/CHANGES.md | 827 ++++++++++ .../plugins/codesnippet/lib/highlight/LICENSE | 24 + .../plugins/codesnippet/lib/highlight/README.ru.md | 171 ++ .../codesnippet/lib/highlight/highlight.pack.js | 1 + .../codesnippet/lib/highlight/styles/arta.css | 160 ++ .../codesnippet/lib/highlight/styles/ascetic.css | 50 + .../lib/highlight/styles/atelier-dune.dark.css | 93 ++ .../lib/highlight/styles/atelier-dune.light.css | 93 ++ .../lib/highlight/styles/atelier-forest.dark.css | 93 ++ .../lib/highlight/styles/atelier-forest.light.css | 93 ++ .../lib/highlight/styles/atelier-heath.dark.css | 93 ++ .../lib/highlight/styles/atelier-heath.light.css | 93 ++ .../lib/highlight/styles/atelier-lakeside.dark.css | 93 ++ .../highlight/styles/atelier-lakeside.light.css | 93 ++ .../lib/highlight/styles/atelier-seaside.dark.css | 93 ++ .../lib/highlight/styles/atelier-seaside.light.css | 93 ++ .../lib/highlight/styles/brown_paper.css | 105 ++ .../lib/highlight/styles/brown_papersq.png | Bin 0 -> 18198 bytes .../codesnippet/lib/highlight/styles/dark.css | 105 ++ .../codesnippet/lib/highlight/styles/default.css | 153 ++ .../codesnippet/lib/highlight/styles/docco.css | 132 ++ .../codesnippet/lib/highlight/styles/far.css | 113 ++ .../lib/highlight/styles/foundation.css | 133 ++ .../codesnippet/lib/highlight/styles/github.css | 125 ++ .../lib/highlight/styles/googlecode.css | 147 ++ .../codesnippet/lib/highlight/styles/idea.css | 122 ++ .../codesnippet/lib/highlight/styles/ir_black.css | 105 ++ .../codesnippet/lib/highlight/styles/magula.css | 122 ++ .../codesnippet/lib/highlight/styles/mono-blue.css | 62 + .../codesnippet/lib/highlight/styles/monokai.css | 127 ++ .../lib/highlight/styles/monokai_sublime.css | 149 ++ .../codesnippet/lib/highlight/styles/obsidian.css | 154 ++ .../lib/highlight/styles/paraiso.dark.css | 93 ++ .../lib/highlight/styles/paraiso.light.css | 93 ++ .../codesnippet/lib/highlight/styles/pojoaque.css | 106 ++ .../codesnippet/lib/highlight/styles/pojoaque.jpg | Bin 0 -> 1186 bytes .../lib/highlight/styles/railscasts.css | 182 +++ .../codesnippet/lib/highlight/styles/rainbow.css | 112 ++ .../lib/highlight/styles/school_book.css | 113 ++ .../lib/highlight/styles/school_book.png | Bin 0 -> 486 bytes .../lib/highlight/styles/solarized_dark.css | 107 ++ .../lib/highlight/styles/solarized_light.css | 107 ++ .../codesnippet/lib/highlight/styles/sunburst.css | 160 ++ .../lib/highlight/styles/tomorrow-night-blue.css | 93 ++ .../lib/highlight/styles/tomorrow-night-bright.css | 92 ++ .../highlight/styles/tomorrow-night-eighties.css | 92 ++ .../lib/highlight/styles/tomorrow-night.css | 93 ++ .../codesnippet/lib/highlight/styles/tomorrow.css | 90 ++ .../codesnippet/lib/highlight/styles/vs.css | 89 ++ .../codesnippet/lib/highlight/styles/xcode.css | 158 ++ .../codesnippet/lib/highlight/styles/zenburn.css | 116 ++ .../assets/ckeditor/plugins/codesnippet/plugin.js | 12 + .../ckeditor/plugins/codesnippetgeshi/plugin.js | 10 + .../ckeditor/plugins/colorbutton/icons/bgcolor.png | Bin 0 -> 906 bytes .../plugins/colorbutton/icons/hidpi/bgcolor.png | Bin 0 -> 2169 bytes .../plugins/colorbutton/icons/hidpi/textcolor.png | Bin 0 -> 1725 bytes .../plugins/colorbutton/icons/textcolor.png | Bin 0 -> 813 bytes .../assets/ckeditor/plugins/colorbutton/lang/af.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/ar.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/bg.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/bn.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/bs.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/ca.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/cs.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/cy.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/da.js | 2 + .../ckeditor/plugins/colorbutton/lang/de-ch.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/de.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/el.js | 2 + .../ckeditor/plugins/colorbutton/lang/en-au.js | 2 + .../ckeditor/plugins/colorbutton/lang/en-ca.js | 2 + .../ckeditor/plugins/colorbutton/lang/en-gb.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/en.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/eo.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/es.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/et.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/eu.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/fa.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/fi.js | 3 + .../assets/ckeditor/plugins/colorbutton/lang/fo.js | 2 + .../ckeditor/plugins/colorbutton/lang/fr-ca.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/fr.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/gl.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/gu.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/he.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/hi.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/hr.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/hu.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/id.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/is.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/it.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/ja.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/ka.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/km.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/ko.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/ku.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/lt.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/lv.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/mk.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/mn.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/ms.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/nb.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/nl.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/no.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/pl.js | 2 + .../ckeditor/plugins/colorbutton/lang/pt-br.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/pt.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/ro.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/ru.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/si.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/sk.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/sl.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/sq.js | 3 + .../ckeditor/plugins/colorbutton/lang/sr-latn.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/sr.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/sv.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/th.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/tr.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/tt.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/ug.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/uk.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/vi.js | 2 + .../ckeditor/plugins/colorbutton/lang/zh-cn.js | 2 + .../assets/ckeditor/plugins/colorbutton/lang/zh.js | 2 + .../assets/ckeditor/plugins/colorbutton/plugin.js | 14 + .../plugins/colordialog/dialogs/colordialog.css | 20 + .../plugins/colordialog/dialogs/colordialog.js | 14 + .../assets/ckeditor/plugins/colordialog/lang/af.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/ar.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/bg.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/bn.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/bs.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/ca.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/cs.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/cy.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/da.js | 1 + .../ckeditor/plugins/colordialog/lang/de-ch.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/de.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/el.js | 1 + .../ckeditor/plugins/colordialog/lang/en-au.js | 1 + .../ckeditor/plugins/colordialog/lang/en-ca.js | 1 + .../ckeditor/plugins/colordialog/lang/en-gb.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/en.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/eo.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/es.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/et.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/eu.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/fa.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/fi.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/fo.js | 1 + .../ckeditor/plugins/colordialog/lang/fr-ca.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/fr.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/gl.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/gu.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/he.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/hi.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/hr.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/hu.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/id.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/is.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/it.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/ja.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/ka.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/km.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/ko.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/ku.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/lt.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/lv.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/mk.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/mn.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/ms.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/nb.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/nl.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/no.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/pl.js | 1 + .../ckeditor/plugins/colordialog/lang/pt-br.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/pt.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/ro.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/ru.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/si.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/sk.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/sl.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/sq.js | 1 + .../ckeditor/plugins/colordialog/lang/sr-latn.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/sr.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/sv.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/th.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/tr.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/tt.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/ug.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/uk.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/vi.js | 1 + .../ckeditor/plugins/colordialog/lang/zh-cn.js | 1 + .../assets/ckeditor/plugins/colordialog/lang/zh.js | 1 + .../assets/ckeditor/plugins/colordialog/plugin.js | 7 + .../plugins/devtools/lang/_translationstatus.txt | 27 + public/assets/ckeditor/plugins/devtools/lang/ar.js | 5 + public/assets/ckeditor/plugins/devtools/lang/bg.js | 5 + public/assets/ckeditor/plugins/devtools/lang/ca.js | 5 + public/assets/ckeditor/plugins/devtools/lang/cs.js | 5 + public/assets/ckeditor/plugins/devtools/lang/cy.js | 5 + public/assets/ckeditor/plugins/devtools/lang/da.js | 5 + .../assets/ckeditor/plugins/devtools/lang/de-ch.js | 5 + public/assets/ckeditor/plugins/devtools/lang/de.js | 5 + public/assets/ckeditor/plugins/devtools/lang/el.js | 5 + .../assets/ckeditor/plugins/devtools/lang/en-gb.js | 5 + public/assets/ckeditor/plugins/devtools/lang/en.js | 5 + public/assets/ckeditor/plugins/devtools/lang/eo.js | 5 + public/assets/ckeditor/plugins/devtools/lang/es.js | 5 + public/assets/ckeditor/plugins/devtools/lang/et.js | 5 + public/assets/ckeditor/plugins/devtools/lang/eu.js | 5 + public/assets/ckeditor/plugins/devtools/lang/fa.js | 5 + public/assets/ckeditor/plugins/devtools/lang/fi.js | 5 + .../assets/ckeditor/plugins/devtools/lang/fr-ca.js | 5 + public/assets/ckeditor/plugins/devtools/lang/fr.js | 5 + public/assets/ckeditor/plugins/devtools/lang/gl.js | 5 + public/assets/ckeditor/plugins/devtools/lang/gu.js | 5 + public/assets/ckeditor/plugins/devtools/lang/he.js | 5 + public/assets/ckeditor/plugins/devtools/lang/hr.js | 5 + public/assets/ckeditor/plugins/devtools/lang/hu.js | 5 + public/assets/ckeditor/plugins/devtools/lang/id.js | 5 + public/assets/ckeditor/plugins/devtools/lang/it.js | 5 + public/assets/ckeditor/plugins/devtools/lang/ja.js | 5 + public/assets/ckeditor/plugins/devtools/lang/km.js | 5 + public/assets/ckeditor/plugins/devtools/lang/ko.js | 5 + public/assets/ckeditor/plugins/devtools/lang/ku.js | 5 + public/assets/ckeditor/plugins/devtools/lang/lt.js | 5 + public/assets/ckeditor/plugins/devtools/lang/lv.js | 5 + public/assets/ckeditor/plugins/devtools/lang/nb.js | 5 + public/assets/ckeditor/plugins/devtools/lang/nl.js | 5 + public/assets/ckeditor/plugins/devtools/lang/no.js | 5 + public/assets/ckeditor/plugins/devtools/lang/pl.js | 5 + .../assets/ckeditor/plugins/devtools/lang/pt-br.js | 5 + public/assets/ckeditor/plugins/devtools/lang/pt.js | 5 + public/assets/ckeditor/plugins/devtools/lang/ro.js | 5 + public/assets/ckeditor/plugins/devtools/lang/ru.js | 5 + public/assets/ckeditor/plugins/devtools/lang/si.js | 5 + public/assets/ckeditor/plugins/devtools/lang/sk.js | 5 + public/assets/ckeditor/plugins/devtools/lang/sl.js | 5 + public/assets/ckeditor/plugins/devtools/lang/sq.js | 5 + public/assets/ckeditor/plugins/devtools/lang/sv.js | 5 + public/assets/ckeditor/plugins/devtools/lang/tr.js | 5 + public/assets/ckeditor/plugins/devtools/lang/tt.js | 5 + public/assets/ckeditor/plugins/devtools/lang/ug.js | 5 + public/assets/ckeditor/plugins/devtools/lang/uk.js | 5 + public/assets/ckeditor/plugins/devtools/lang/vi.js | 5 + .../assets/ckeditor/plugins/devtools/lang/zh-cn.js | 5 + public/assets/ckeditor/plugins/devtools/lang/zh.js | 5 + public/assets/ckeditor/plugins/devtools/plugin.js | 9 + .../ckeditor/plugins/dialog/dialogDefinition.js | 4 + .../assets/ckeditor/plugins/dialogadvtab/plugin.js | 9 + public/assets/ckeditor/plugins/div/dialogs/div.js | 9 + .../ckeditor/plugins/div/icons/creatediv.png | Bin 0 -> 862 bytes .../ckeditor/plugins/div/icons/hidpi/creatediv.png | Bin 0 -> 3053 bytes public/assets/ckeditor/plugins/div/lang/af.js | 1 + public/assets/ckeditor/plugins/div/lang/ar.js | 1 + public/assets/ckeditor/plugins/div/lang/bg.js | 1 + public/assets/ckeditor/plugins/div/lang/bn.js | 1 + public/assets/ckeditor/plugins/div/lang/bs.js | 1 + public/assets/ckeditor/plugins/div/lang/ca.js | 1 + public/assets/ckeditor/plugins/div/lang/cs.js | 1 + public/assets/ckeditor/plugins/div/lang/cy.js | 1 + public/assets/ckeditor/plugins/div/lang/da.js | 1 + public/assets/ckeditor/plugins/div/lang/de-ch.js | 1 + public/assets/ckeditor/plugins/div/lang/de.js | 1 + public/assets/ckeditor/plugins/div/lang/el.js | 1 + public/assets/ckeditor/plugins/div/lang/en-au.js | 1 + public/assets/ckeditor/plugins/div/lang/en-ca.js | 1 + public/assets/ckeditor/plugins/div/lang/en-gb.js | 1 + public/assets/ckeditor/plugins/div/lang/en.js | 1 + public/assets/ckeditor/plugins/div/lang/eo.js | 1 + public/assets/ckeditor/plugins/div/lang/es.js | 1 + public/assets/ckeditor/plugins/div/lang/et.js | 1 + public/assets/ckeditor/plugins/div/lang/eu.js | 1 + public/assets/ckeditor/plugins/div/lang/fa.js | 1 + public/assets/ckeditor/plugins/div/lang/fi.js | 1 + public/assets/ckeditor/plugins/div/lang/fo.js | 1 + public/assets/ckeditor/plugins/div/lang/fr-ca.js | 1 + public/assets/ckeditor/plugins/div/lang/fr.js | 1 + public/assets/ckeditor/plugins/div/lang/gl.js | 1 + public/assets/ckeditor/plugins/div/lang/gu.js | 1 + public/assets/ckeditor/plugins/div/lang/he.js | 1 + public/assets/ckeditor/plugins/div/lang/hi.js | 1 + public/assets/ckeditor/plugins/div/lang/hr.js | 1 + public/assets/ckeditor/plugins/div/lang/hu.js | 1 + public/assets/ckeditor/plugins/div/lang/id.js | 1 + public/assets/ckeditor/plugins/div/lang/is.js | 1 + public/assets/ckeditor/plugins/div/lang/it.js | 1 + public/assets/ckeditor/plugins/div/lang/ja.js | 1 + public/assets/ckeditor/plugins/div/lang/ka.js | 1 + public/assets/ckeditor/plugins/div/lang/km.js | 1 + public/assets/ckeditor/plugins/div/lang/ko.js | 1 + public/assets/ckeditor/plugins/div/lang/ku.js | 1 + public/assets/ckeditor/plugins/div/lang/lt.js | 1 + public/assets/ckeditor/plugins/div/lang/lv.js | 1 + public/assets/ckeditor/plugins/div/lang/mk.js | 1 + public/assets/ckeditor/plugins/div/lang/mn.js | 1 + public/assets/ckeditor/plugins/div/lang/ms.js | 1 + public/assets/ckeditor/plugins/div/lang/nb.js | 1 + public/assets/ckeditor/plugins/div/lang/nl.js | 1 + public/assets/ckeditor/plugins/div/lang/no.js | 1 + public/assets/ckeditor/plugins/div/lang/pl.js | 1 + public/assets/ckeditor/plugins/div/lang/pt-br.js | 1 + public/assets/ckeditor/plugins/div/lang/pt.js | 1 + public/assets/ckeditor/plugins/div/lang/ro.js | 1 + public/assets/ckeditor/plugins/div/lang/ru.js | 1 + public/assets/ckeditor/plugins/div/lang/si.js | 1 + public/assets/ckeditor/plugins/div/lang/sk.js | 1 + public/assets/ckeditor/plugins/div/lang/sl.js | 1 + public/assets/ckeditor/plugins/div/lang/sq.js | 1 + public/assets/ckeditor/plugins/div/lang/sr-latn.js | 1 + public/assets/ckeditor/plugins/div/lang/sr.js | 1 + public/assets/ckeditor/plugins/div/lang/sv.js | 1 + public/assets/ckeditor/plugins/div/lang/th.js | 1 + public/assets/ckeditor/plugins/div/lang/tr.js | 1 + public/assets/ckeditor/plugins/div/lang/tt.js | 1 + public/assets/ckeditor/plugins/div/lang/ug.js | 1 + public/assets/ckeditor/plugins/div/lang/uk.js | 1 + public/assets/ckeditor/plugins/div/lang/vi.js | 1 + public/assets/ckeditor/plugins/div/lang/zh-cn.js | 1 + public/assets/ckeditor/plugins/div/lang/zh.js | 1 + public/assets/ckeditor/plugins/div/plugin.js | 8 + public/assets/ckeditor/plugins/divarea/plugin.js | 5 + .../ckeditor/plugins/docprops/dialogs/docprops.js | 25 + .../plugins/docprops/icons/docprops-rtl.png | Bin 0 -> 840 bytes .../ckeditor/plugins/docprops/icons/docprops.png | Bin 0 -> 844 bytes .../plugins/docprops/icons/hidpi/docprops-rtl.png | Bin 0 -> 1909 bytes .../plugins/docprops/icons/hidpi/docprops.png | Bin 0 -> 1941 bytes public/assets/ckeditor/plugins/docprops/lang/af.js | 3 + public/assets/ckeditor/plugins/docprops/lang/ar.js | 3 + public/assets/ckeditor/plugins/docprops/lang/bg.js | 3 + public/assets/ckeditor/plugins/docprops/lang/bn.js | 3 + public/assets/ckeditor/plugins/docprops/lang/bs.js | 3 + public/assets/ckeditor/plugins/docprops/lang/ca.js | 3 + public/assets/ckeditor/plugins/docprops/lang/cs.js | 3 + public/assets/ckeditor/plugins/docprops/lang/cy.js | 3 + public/assets/ckeditor/plugins/docprops/lang/da.js | 3 + .../assets/ckeditor/plugins/docprops/lang/de-ch.js | 3 + public/assets/ckeditor/plugins/docprops/lang/de.js | 3 + public/assets/ckeditor/plugins/docprops/lang/el.js | 3 + .../assets/ckeditor/plugins/docprops/lang/en-au.js | 3 + .../assets/ckeditor/plugins/docprops/lang/en-ca.js | 3 + .../assets/ckeditor/plugins/docprops/lang/en-gb.js | 3 + public/assets/ckeditor/plugins/docprops/lang/en.js | 3 + public/assets/ckeditor/plugins/docprops/lang/eo.js | 3 + public/assets/ckeditor/plugins/docprops/lang/es.js | 3 + public/assets/ckeditor/plugins/docprops/lang/et.js | 3 + public/assets/ckeditor/plugins/docprops/lang/eu.js | 3 + public/assets/ckeditor/plugins/docprops/lang/fa.js | 3 + public/assets/ckeditor/plugins/docprops/lang/fi.js | 3 + public/assets/ckeditor/plugins/docprops/lang/fo.js | 3 + .../assets/ckeditor/plugins/docprops/lang/fr-ca.js | 3 + public/assets/ckeditor/plugins/docprops/lang/fr.js | 3 + public/assets/ckeditor/plugins/docprops/lang/gl.js | 3 + public/assets/ckeditor/plugins/docprops/lang/gu.js | 3 + public/assets/ckeditor/plugins/docprops/lang/he.js | 2 + public/assets/ckeditor/plugins/docprops/lang/hi.js | 3 + public/assets/ckeditor/plugins/docprops/lang/hr.js | 3 + public/assets/ckeditor/plugins/docprops/lang/hu.js | 3 + public/assets/ckeditor/plugins/docprops/lang/id.js | 3 + public/assets/ckeditor/plugins/docprops/lang/is.js | 3 + public/assets/ckeditor/plugins/docprops/lang/it.js | 3 + public/assets/ckeditor/plugins/docprops/lang/ja.js | 2 + public/assets/ckeditor/plugins/docprops/lang/ka.js | 3 + public/assets/ckeditor/plugins/docprops/lang/km.js | 3 + public/assets/ckeditor/plugins/docprops/lang/ko.js | 2 + public/assets/ckeditor/plugins/docprops/lang/ku.js | 3 + public/assets/ckeditor/plugins/docprops/lang/lt.js | 3 + public/assets/ckeditor/plugins/docprops/lang/lv.js | 3 + public/assets/ckeditor/plugins/docprops/lang/mk.js | 3 + public/assets/ckeditor/plugins/docprops/lang/mn.js | 3 + public/assets/ckeditor/plugins/docprops/lang/ms.js | 3 + public/assets/ckeditor/plugins/docprops/lang/nb.js | 3 + public/assets/ckeditor/plugins/docprops/lang/nl.js | 3 + public/assets/ckeditor/plugins/docprops/lang/no.js | 3 + public/assets/ckeditor/plugins/docprops/lang/pl.js | 3 + .../assets/ckeditor/plugins/docprops/lang/pt-br.js | 3 + public/assets/ckeditor/plugins/docprops/lang/pt.js | 3 + public/assets/ckeditor/plugins/docprops/lang/ro.js | 3 + public/assets/ckeditor/plugins/docprops/lang/ru.js | 3 + public/assets/ckeditor/plugins/docprops/lang/si.js | 3 + public/assets/ckeditor/plugins/docprops/lang/sk.js | 3 + public/assets/ckeditor/plugins/docprops/lang/sl.js | 3 + public/assets/ckeditor/plugins/docprops/lang/sq.js | 3 + .../ckeditor/plugins/docprops/lang/sr-latn.js | 3 + public/assets/ckeditor/plugins/docprops/lang/sr.js | 3 + public/assets/ckeditor/plugins/docprops/lang/sv.js | 3 + public/assets/ckeditor/plugins/docprops/lang/th.js | 3 + public/assets/ckeditor/plugins/docprops/lang/tr.js | 3 + public/assets/ckeditor/plugins/docprops/lang/tt.js | 3 + public/assets/ckeditor/plugins/docprops/lang/ug.js | 3 + public/assets/ckeditor/plugins/docprops/lang/uk.js | 3 + public/assets/ckeditor/plugins/docprops/lang/vi.js | 3 + .../assets/ckeditor/plugins/docprops/lang/zh-cn.js | 2 + public/assets/ckeditor/plugins/docprops/lang/zh.js | 2 + public/assets/ckeditor/plugins/docprops/plugin.js | 6 + .../assets/ckeditor/plugins/embed/icons/embed.png | Bin 0 -> 389 bytes .../ckeditor/plugins/embed/icons/hidpi/embed.png | Bin 0 -> 728 bytes public/assets/ckeditor/plugins/embed/plugin.js | 6 + .../plugins/embedbase/dialogs/embedbase.js | 6 + .../assets/ckeditor/plugins/embedbase/lang/cs.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/da.js | 1 + .../ckeditor/plugins/embedbase/lang/de-ch.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/de.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/en.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/eo.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/eu.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/fr.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/gl.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/id.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/it.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/ko.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/ku.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/nb.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/nl.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/pl.js | 1 + .../ckeditor/plugins/embedbase/lang/pt-br.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/ru.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/sv.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/tr.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/ug.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/uk.js | 1 + .../ckeditor/plugins/embedbase/lang/zh-cn.js | 1 + .../assets/ckeditor/plugins/embedbase/lang/zh.js | 1 + public/assets/ckeditor/plugins/embedbase/plugin.js | 11 + .../plugins/embedsemantic/icons/embedsemantic.png | Bin 0 -> 389 bytes .../embedsemantic/icons/hidpi/embedsemantic.png | Bin 0 -> 728 bytes .../ckeditor/plugins/embedsemantic/plugin.js | 7 + .../assets/ckeditor/plugins/filetools/lang/cs.js | 5 + .../assets/ckeditor/plugins/filetools/lang/da.js | 5 + .../ckeditor/plugins/filetools/lang/de-ch.js | 6 + .../assets/ckeditor/plugins/filetools/lang/de.js | 6 + .../assets/ckeditor/plugins/filetools/lang/en.js | 5 + .../assets/ckeditor/plugins/filetools/lang/eo.js | 5 + .../assets/ckeditor/plugins/filetools/lang/eu.js | 5 + .../assets/ckeditor/plugins/filetools/lang/fr.js | 6 + .../assets/ckeditor/plugins/filetools/lang/gl.js | 5 + .../assets/ckeditor/plugins/filetools/lang/id.js | 5 + .../assets/ckeditor/plugins/filetools/lang/it.js | 6 + .../assets/ckeditor/plugins/filetools/lang/ko.js | 5 + .../assets/ckeditor/plugins/filetools/lang/ku.js | 5 + .../assets/ckeditor/plugins/filetools/lang/nb.js | 5 + .../assets/ckeditor/plugins/filetools/lang/nl.js | 5 + .../assets/ckeditor/plugins/filetools/lang/pl.js | 5 + .../ckeditor/plugins/filetools/lang/pt-br.js | 5 + .../assets/ckeditor/plugins/filetools/lang/ru.js | 5 + .../assets/ckeditor/plugins/filetools/lang/sv.js | 5 + .../assets/ckeditor/plugins/filetools/lang/tr.js | 5 + .../assets/ckeditor/plugins/filetools/lang/ug.js | 5 + .../assets/ckeditor/plugins/filetools/lang/uk.js | 5 + .../ckeditor/plugins/filetools/lang/zh-cn.js | 5 + .../assets/ckeditor/plugins/filetools/lang/zh.js | 5 + public/assets/ckeditor/plugins/filetools/plugin.js | 13 + .../assets/ckeditor/plugins/find/dialogs/find.js | 25 + .../ckeditor/plugins/find/icons/find-rtl.png | Bin 0 -> 980 bytes public/assets/ckeditor/plugins/find/icons/find.png | Bin 0 -> 980 bytes .../ckeditor/plugins/find/icons/hidpi/find-rtl.png | Bin 0 -> 2417 bytes .../ckeditor/plugins/find/icons/hidpi/find.png | Bin 0 -> 2417 bytes .../ckeditor/plugins/find/icons/hidpi/replace.png | Bin 0 -> 2761 bytes .../assets/ckeditor/plugins/find/icons/replace.png | Bin 0 -> 948 bytes public/assets/ckeditor/plugins/find/lang/af.js | 1 + public/assets/ckeditor/plugins/find/lang/ar.js | 1 + public/assets/ckeditor/plugins/find/lang/bg.js | 1 + public/assets/ckeditor/plugins/find/lang/bn.js | 1 + public/assets/ckeditor/plugins/find/lang/bs.js | 1 + public/assets/ckeditor/plugins/find/lang/ca.js | 1 + public/assets/ckeditor/plugins/find/lang/cs.js | 1 + public/assets/ckeditor/plugins/find/lang/cy.js | 1 + public/assets/ckeditor/plugins/find/lang/da.js | 1 + public/assets/ckeditor/plugins/find/lang/de-ch.js | 1 + public/assets/ckeditor/plugins/find/lang/de.js | 1 + public/assets/ckeditor/plugins/find/lang/el.js | 1 + public/assets/ckeditor/plugins/find/lang/en-au.js | 1 + public/assets/ckeditor/plugins/find/lang/en-ca.js | 1 + public/assets/ckeditor/plugins/find/lang/en-gb.js | 1 + public/assets/ckeditor/plugins/find/lang/en.js | 1 + public/assets/ckeditor/plugins/find/lang/eo.js | 1 + public/assets/ckeditor/plugins/find/lang/es.js | 1 + public/assets/ckeditor/plugins/find/lang/et.js | 1 + public/assets/ckeditor/plugins/find/lang/eu.js | 1 + public/assets/ckeditor/plugins/find/lang/fa.js | 1 + public/assets/ckeditor/plugins/find/lang/fi.js | 1 + public/assets/ckeditor/plugins/find/lang/fo.js | 1 + public/assets/ckeditor/plugins/find/lang/fr-ca.js | 1 + public/assets/ckeditor/plugins/find/lang/fr.js | 1 + public/assets/ckeditor/plugins/find/lang/gl.js | 1 + public/assets/ckeditor/plugins/find/lang/gu.js | 1 + public/assets/ckeditor/plugins/find/lang/he.js | 1 + public/assets/ckeditor/plugins/find/lang/hi.js | 1 + public/assets/ckeditor/plugins/find/lang/hr.js | 1 + public/assets/ckeditor/plugins/find/lang/hu.js | 1 + public/assets/ckeditor/plugins/find/lang/id.js | 1 + public/assets/ckeditor/plugins/find/lang/is.js | 1 + public/assets/ckeditor/plugins/find/lang/it.js | 1 + public/assets/ckeditor/plugins/find/lang/ja.js | 1 + public/assets/ckeditor/plugins/find/lang/ka.js | 1 + public/assets/ckeditor/plugins/find/lang/km.js | 1 + public/assets/ckeditor/plugins/find/lang/ko.js | 1 + public/assets/ckeditor/plugins/find/lang/ku.js | 1 + public/assets/ckeditor/plugins/find/lang/lt.js | 1 + public/assets/ckeditor/plugins/find/lang/lv.js | 1 + public/assets/ckeditor/plugins/find/lang/mk.js | 1 + public/assets/ckeditor/plugins/find/lang/mn.js | 1 + public/assets/ckeditor/plugins/find/lang/ms.js | 1 + public/assets/ckeditor/plugins/find/lang/nb.js | 1 + public/assets/ckeditor/plugins/find/lang/nl.js | 1 + public/assets/ckeditor/plugins/find/lang/no.js | 1 + public/assets/ckeditor/plugins/find/lang/pl.js | 1 + public/assets/ckeditor/plugins/find/lang/pt-br.js | 1 + public/assets/ckeditor/plugins/find/lang/pt.js | 1 + public/assets/ckeditor/plugins/find/lang/ro.js | 1 + public/assets/ckeditor/plugins/find/lang/ru.js | 1 + public/assets/ckeditor/plugins/find/lang/si.js | 1 + public/assets/ckeditor/plugins/find/lang/sk.js | 1 + public/assets/ckeditor/plugins/find/lang/sl.js | 1 + public/assets/ckeditor/plugins/find/lang/sq.js | 1 + .../assets/ckeditor/plugins/find/lang/sr-latn.js | 1 + public/assets/ckeditor/plugins/find/lang/sr.js | 1 + public/assets/ckeditor/plugins/find/lang/sv.js | 1 + public/assets/ckeditor/plugins/find/lang/th.js | 1 + public/assets/ckeditor/plugins/find/lang/tr.js | 1 + public/assets/ckeditor/plugins/find/lang/tt.js | 1 + public/assets/ckeditor/plugins/find/lang/ug.js | 1 + public/assets/ckeditor/plugins/find/lang/uk.js | 1 + public/assets/ckeditor/plugins/find/lang/vi.js | 1 + public/assets/ckeditor/plugins/find/lang/zh-cn.js | 1 + public/assets/ckeditor/plugins/find/lang/zh.js | 1 + public/assets/ckeditor/plugins/find/plugin.js | 6 + .../assets/ckeditor/plugins/flash/dialogs/flash.js | 24 + .../assets/ckeditor/plugins/flash/icons/flash.png | Bin 0 -> 1038 bytes .../ckeditor/plugins/flash/icons/hidpi/flash.png | Bin 0 -> 2532 bytes .../ckeditor/plugins/flash/images/placeholder.png | Bin 0 -> 256 bytes public/assets/ckeditor/plugins/flash/lang/af.js | 2 + public/assets/ckeditor/plugins/flash/lang/ar.js | 2 + public/assets/ckeditor/plugins/flash/lang/bg.js | 3 + public/assets/ckeditor/plugins/flash/lang/bn.js | 2 + public/assets/ckeditor/plugins/flash/lang/bs.js | 2 + public/assets/ckeditor/plugins/flash/lang/ca.js | 3 + public/assets/ckeditor/plugins/flash/lang/cs.js | 3 + public/assets/ckeditor/plugins/flash/lang/cy.js | 2 + public/assets/ckeditor/plugins/flash/lang/da.js | 3 + public/assets/ckeditor/plugins/flash/lang/de-ch.js | 3 + public/assets/ckeditor/plugins/flash/lang/de.js | 3 + public/assets/ckeditor/plugins/flash/lang/el.js | 3 + public/assets/ckeditor/plugins/flash/lang/en-au.js | 2 + public/assets/ckeditor/plugins/flash/lang/en-ca.js | 2 + public/assets/ckeditor/plugins/flash/lang/en-gb.js | 2 + public/assets/ckeditor/plugins/flash/lang/en.js | 2 + public/assets/ckeditor/plugins/flash/lang/eo.js | 3 + public/assets/ckeditor/plugins/flash/lang/es.js | 2 + public/assets/ckeditor/plugins/flash/lang/et.js | 3 + public/assets/ckeditor/plugins/flash/lang/eu.js | 3 + public/assets/ckeditor/plugins/flash/lang/fa.js | 2 + public/assets/ckeditor/plugins/flash/lang/fi.js | 3 + public/assets/ckeditor/plugins/flash/lang/fo.js | 3 + public/assets/ckeditor/plugins/flash/lang/fr-ca.js | 3 + public/assets/ckeditor/plugins/flash/lang/fr.js | 3 + public/assets/ckeditor/plugins/flash/lang/gl.js | 3 + public/assets/ckeditor/plugins/flash/lang/gu.js | 2 + public/assets/ckeditor/plugins/flash/lang/he.js | 2 + public/assets/ckeditor/plugins/flash/lang/hi.js | 2 + public/assets/ckeditor/plugins/flash/lang/hr.js | 2 + public/assets/ckeditor/plugins/flash/lang/hu.js | 3 + public/assets/ckeditor/plugins/flash/lang/id.js | 2 + public/assets/ckeditor/plugins/flash/lang/is.js | 2 + public/assets/ckeditor/plugins/flash/lang/it.js | 3 + public/assets/ckeditor/plugins/flash/lang/ja.js | 2 + public/assets/ckeditor/plugins/flash/lang/ka.js | 3 + public/assets/ckeditor/plugins/flash/lang/km.js | 2 + public/assets/ckeditor/plugins/flash/lang/ko.js | 2 + public/assets/ckeditor/plugins/flash/lang/ku.js | 3 + public/assets/ckeditor/plugins/flash/lang/lt.js | 3 + public/assets/ckeditor/plugins/flash/lang/lv.js | 3 + public/assets/ckeditor/plugins/flash/lang/mk.js | 2 + public/assets/ckeditor/plugins/flash/lang/mn.js | 2 + public/assets/ckeditor/plugins/flash/lang/ms.js | 2 + public/assets/ckeditor/plugins/flash/lang/nb.js | 2 + public/assets/ckeditor/plugins/flash/lang/nl.js | 3 + public/assets/ckeditor/plugins/flash/lang/no.js | 2 + public/assets/ckeditor/plugins/flash/lang/pl.js | 3 + public/assets/ckeditor/plugins/flash/lang/pt-br.js | 3 + public/assets/ckeditor/plugins/flash/lang/pt.js | 3 + public/assets/ckeditor/plugins/flash/lang/ro.js | 3 + public/assets/ckeditor/plugins/flash/lang/ru.js | 3 + public/assets/ckeditor/plugins/flash/lang/si.js | 2 + public/assets/ckeditor/plugins/flash/lang/sk.js | 3 + public/assets/ckeditor/plugins/flash/lang/sl.js | 3 + public/assets/ckeditor/plugins/flash/lang/sq.js | 3 + .../assets/ckeditor/plugins/flash/lang/sr-latn.js | 2 + public/assets/ckeditor/plugins/flash/lang/sr.js | 2 + public/assets/ckeditor/plugins/flash/lang/sv.js | 3 + public/assets/ckeditor/plugins/flash/lang/th.js | 3 + public/assets/ckeditor/plugins/flash/lang/tr.js | 2 + public/assets/ckeditor/plugins/flash/lang/tt.js | 2 + public/assets/ckeditor/plugins/flash/lang/ug.js | 3 + public/assets/ckeditor/plugins/flash/lang/uk.js | 3 + public/assets/ckeditor/plugins/flash/lang/vi.js | 3 + public/assets/ckeditor/plugins/flash/lang/zh-cn.js | 2 + public/assets/ckeditor/plugins/flash/lang/zh.js | 2 + public/assets/ckeditor/plugins/flash/plugin.js | 9 + public/assets/ckeditor/plugins/font/lang/af.js | 1 + public/assets/ckeditor/plugins/font/lang/ar.js | 1 + public/assets/ckeditor/plugins/font/lang/bg.js | 1 + public/assets/ckeditor/plugins/font/lang/bn.js | 1 + public/assets/ckeditor/plugins/font/lang/bs.js | 1 + public/assets/ckeditor/plugins/font/lang/ca.js | 1 + public/assets/ckeditor/plugins/font/lang/cs.js | 1 + public/assets/ckeditor/plugins/font/lang/cy.js | 1 + public/assets/ckeditor/plugins/font/lang/da.js | 1 + public/assets/ckeditor/plugins/font/lang/de-ch.js | 1 + public/assets/ckeditor/plugins/font/lang/de.js | 1 + public/assets/ckeditor/plugins/font/lang/el.js | 1 + public/assets/ckeditor/plugins/font/lang/en-au.js | 1 + public/assets/ckeditor/plugins/font/lang/en-ca.js | 1 + public/assets/ckeditor/plugins/font/lang/en-gb.js | 1 + public/assets/ckeditor/plugins/font/lang/en.js | 1 + public/assets/ckeditor/plugins/font/lang/eo.js | 1 + public/assets/ckeditor/plugins/font/lang/es.js | 1 + public/assets/ckeditor/plugins/font/lang/et.js | 1 + public/assets/ckeditor/plugins/font/lang/eu.js | 1 + public/assets/ckeditor/plugins/font/lang/fa.js | 1 + public/assets/ckeditor/plugins/font/lang/fi.js | 1 + public/assets/ckeditor/plugins/font/lang/fo.js | 1 + public/assets/ckeditor/plugins/font/lang/fr-ca.js | 1 + public/assets/ckeditor/plugins/font/lang/fr.js | 1 + public/assets/ckeditor/plugins/font/lang/gl.js | 1 + public/assets/ckeditor/plugins/font/lang/gu.js | 1 + public/assets/ckeditor/plugins/font/lang/he.js | 1 + public/assets/ckeditor/plugins/font/lang/hi.js | 1 + public/assets/ckeditor/plugins/font/lang/hr.js | 1 + public/assets/ckeditor/plugins/font/lang/hu.js | 1 + public/assets/ckeditor/plugins/font/lang/id.js | 1 + public/assets/ckeditor/plugins/font/lang/is.js | 1 + public/assets/ckeditor/plugins/font/lang/it.js | 1 + public/assets/ckeditor/plugins/font/lang/ja.js | 1 + public/assets/ckeditor/plugins/font/lang/ka.js | 1 + public/assets/ckeditor/plugins/font/lang/km.js | 1 + public/assets/ckeditor/plugins/font/lang/ko.js | 1 + public/assets/ckeditor/plugins/font/lang/ku.js | 1 + public/assets/ckeditor/plugins/font/lang/lt.js | 1 + public/assets/ckeditor/plugins/font/lang/lv.js | 1 + public/assets/ckeditor/plugins/font/lang/mk.js | 1 + public/assets/ckeditor/plugins/font/lang/mn.js | 1 + public/assets/ckeditor/plugins/font/lang/ms.js | 1 + public/assets/ckeditor/plugins/font/lang/nb.js | 1 + public/assets/ckeditor/plugins/font/lang/nl.js | 1 + public/assets/ckeditor/plugins/font/lang/no.js | 1 + public/assets/ckeditor/plugins/font/lang/pl.js | 1 + public/assets/ckeditor/plugins/font/lang/pt-br.js | 1 + public/assets/ckeditor/plugins/font/lang/pt.js | 1 + public/assets/ckeditor/plugins/font/lang/ro.js | 1 + public/assets/ckeditor/plugins/font/lang/ru.js | 1 + public/assets/ckeditor/plugins/font/lang/si.js | 1 + public/assets/ckeditor/plugins/font/lang/sk.js | 1 + public/assets/ckeditor/plugins/font/lang/sl.js | 1 + public/assets/ckeditor/plugins/font/lang/sq.js | 1 + .../assets/ckeditor/plugins/font/lang/sr-latn.js | 1 + public/assets/ckeditor/plugins/font/lang/sr.js | 1 + public/assets/ckeditor/plugins/font/lang/sv.js | 1 + public/assets/ckeditor/plugins/font/lang/th.js | 1 + public/assets/ckeditor/plugins/font/lang/tr.js | 1 + public/assets/ckeditor/plugins/font/lang/tt.js | 1 + public/assets/ckeditor/plugins/font/lang/ug.js | 1 + public/assets/ckeditor/plugins/font/lang/uk.js | 1 + public/assets/ckeditor/plugins/font/lang/vi.js | 1 + public/assets/ckeditor/plugins/font/lang/zh-cn.js | 1 + public/assets/ckeditor/plugins/font/lang/zh.js | 1 + public/assets/ckeditor/plugins/font/plugin.js | 10 + .../ckeditor/plugins/forms/dialogs/button.js | 8 + .../ckeditor/plugins/forms/dialogs/checkbox.js | 9 + .../assets/ckeditor/plugins/forms/dialogs/form.js | 8 + .../ckeditor/plugins/forms/dialogs/hiddenfield.js | 7 + .../assets/ckeditor/plugins/forms/dialogs/radio.js | 9 + .../ckeditor/plugins/forms/dialogs/select.js | 20 + .../ckeditor/plugins/forms/dialogs/textarea.js | 8 + .../ckeditor/plugins/forms/dialogs/textfield.js | 11 + .../assets/ckeditor/plugins/forms/icons/button.png | Bin 0 -> 528 bytes .../ckeditor/plugins/forms/icons/checkbox.png | Bin 0 -> 756 bytes .../assets/ckeditor/plugins/forms/icons/form.png | Bin 0 -> 590 bytes .../ckeditor/plugins/forms/icons/hiddenfield.png | Bin 0 -> 239 bytes .../ckeditor/plugins/forms/icons/hidpi/button.png | Bin 0 -> 933 bytes .../plugins/forms/icons/hidpi/checkbox.png | Bin 0 -> 1780 bytes .../ckeditor/plugins/forms/icons/hidpi/form.png | Bin 0 -> 1348 bytes .../plugins/forms/icons/hidpi/hiddenfield.png | Bin 0 -> 2166 bytes .../plugins/forms/icons/hidpi/imagebutton.png | Bin 0 -> 1398 bytes .../ckeditor/plugins/forms/icons/hidpi/radio.png | Bin 0 -> 2435 bytes .../plugins/forms/icons/hidpi/select-rtl.png | Bin 0 -> 1451 bytes .../ckeditor/plugins/forms/icons/hidpi/select.png | Bin 0 -> 1452 bytes .../plugins/forms/icons/hidpi/textarea-rtl.png | Bin 0 -> 1732 bytes .../plugins/forms/icons/hidpi/textarea.png | Bin 0 -> 1680 bytes .../plugins/forms/icons/hidpi/textfield-rtl.png | Bin 0 -> 1324 bytes .../plugins/forms/icons/hidpi/textfield.png | Bin 0 -> 1324 bytes .../ckeditor/plugins/forms/icons/imagebutton.png | Bin 0 -> 680 bytes .../assets/ckeditor/plugins/forms/icons/radio.png | Bin 0 -> 874 bytes .../ckeditor/plugins/forms/icons/select-rtl.png | Bin 0 -> 617 bytes .../assets/ckeditor/plugins/forms/icons/select.png | Bin 0 -> 616 bytes .../ckeditor/plugins/forms/icons/textarea-rtl.png | Bin 0 -> 706 bytes .../ckeditor/plugins/forms/icons/textarea.png | Bin 0 -> 677 bytes .../ckeditor/plugins/forms/icons/textfield-rtl.png | Bin 0 -> 588 bytes .../ckeditor/plugins/forms/icons/textfield.png | Bin 0 -> 588 bytes .../ckeditor/plugins/forms/images/hiddenfield.gif | Bin 0 -> 178 bytes public/assets/ckeditor/plugins/forms/lang/af.js | 3 + public/assets/ckeditor/plugins/forms/lang/ar.js | 3 + public/assets/ckeditor/plugins/forms/lang/bg.js | 3 + public/assets/ckeditor/plugins/forms/lang/bn.js | 3 + public/assets/ckeditor/plugins/forms/lang/bs.js | 3 + public/assets/ckeditor/plugins/forms/lang/ca.js | 3 + public/assets/ckeditor/plugins/forms/lang/cs.js | 3 + public/assets/ckeditor/plugins/forms/lang/cy.js | 3 + public/assets/ckeditor/plugins/forms/lang/da.js | 3 + public/assets/ckeditor/plugins/forms/lang/de-ch.js | 3 + public/assets/ckeditor/plugins/forms/lang/de.js | 3 + public/assets/ckeditor/plugins/forms/lang/el.js | 3 + public/assets/ckeditor/plugins/forms/lang/en-au.js | 3 + public/assets/ckeditor/plugins/forms/lang/en-ca.js | 3 + public/assets/ckeditor/plugins/forms/lang/en-gb.js | 3 + public/assets/ckeditor/plugins/forms/lang/en.js | 3 + public/assets/ckeditor/plugins/forms/lang/eo.js | 3 + public/assets/ckeditor/plugins/forms/lang/es.js | 3 + public/assets/ckeditor/plugins/forms/lang/et.js | 3 + public/assets/ckeditor/plugins/forms/lang/eu.js | 3 + public/assets/ckeditor/plugins/forms/lang/fa.js | 3 + public/assets/ckeditor/plugins/forms/lang/fi.js | 3 + public/assets/ckeditor/plugins/forms/lang/fo.js | 3 + public/assets/ckeditor/plugins/forms/lang/fr-ca.js | 3 + public/assets/ckeditor/plugins/forms/lang/fr.js | 3 + public/assets/ckeditor/plugins/forms/lang/gl.js | 3 + public/assets/ckeditor/plugins/forms/lang/gu.js | 3 + public/assets/ckeditor/plugins/forms/lang/he.js | 3 + public/assets/ckeditor/plugins/forms/lang/hi.js | 3 + public/assets/ckeditor/plugins/forms/lang/hr.js | 3 + public/assets/ckeditor/plugins/forms/lang/hu.js | 3 + public/assets/ckeditor/plugins/forms/lang/id.js | 3 + public/assets/ckeditor/plugins/forms/lang/is.js | 3 + public/assets/ckeditor/plugins/forms/lang/it.js | 3 + public/assets/ckeditor/plugins/forms/lang/ja.js | 2 + public/assets/ckeditor/plugins/forms/lang/ka.js | 3 + public/assets/ckeditor/plugins/forms/lang/km.js | 3 + public/assets/ckeditor/plugins/forms/lang/ko.js | 2 + public/assets/ckeditor/plugins/forms/lang/ku.js | 3 + public/assets/ckeditor/plugins/forms/lang/lt.js | 3 + public/assets/ckeditor/plugins/forms/lang/lv.js | 3 + public/assets/ckeditor/plugins/forms/lang/mk.js | 3 + public/assets/ckeditor/plugins/forms/lang/mn.js | 3 + public/assets/ckeditor/plugins/forms/lang/ms.js | 3 + public/assets/ckeditor/plugins/forms/lang/nb.js | 3 + public/assets/ckeditor/plugins/forms/lang/nl.js | 3 + public/assets/ckeditor/plugins/forms/lang/no.js | 3 + public/assets/ckeditor/plugins/forms/lang/pl.js | 3 + public/assets/ckeditor/plugins/forms/lang/pt-br.js | 3 + public/assets/ckeditor/plugins/forms/lang/pt.js | 3 + public/assets/ckeditor/plugins/forms/lang/ro.js | 3 + public/assets/ckeditor/plugins/forms/lang/ru.js | 3 + public/assets/ckeditor/plugins/forms/lang/si.js | 3 + public/assets/ckeditor/plugins/forms/lang/sk.js | 3 + public/assets/ckeditor/plugins/forms/lang/sl.js | 3 + public/assets/ckeditor/plugins/forms/lang/sq.js | 3 + .../assets/ckeditor/plugins/forms/lang/sr-latn.js | 3 + public/assets/ckeditor/plugins/forms/lang/sr.js | 3 + public/assets/ckeditor/plugins/forms/lang/sv.js | 3 + public/assets/ckeditor/plugins/forms/lang/th.js | 3 + public/assets/ckeditor/plugins/forms/lang/tr.js | 3 + public/assets/ckeditor/plugins/forms/lang/tt.js | 3 + public/assets/ckeditor/plugins/forms/lang/ug.js | 3 + public/assets/ckeditor/plugins/forms/lang/uk.js | 3 + public/assets/ckeditor/plugins/forms/lang/vi.js | 3 + public/assets/ckeditor/plugins/forms/lang/zh-cn.js | 2 + public/assets/ckeditor/plugins/forms/lang/zh.js | 2 + public/assets/ckeditor/plugins/forms/plugin.js | 14 + public/assets/ckeditor/plugins/icons.png | Bin 0 -> 18319 bytes public/assets/ckeditor/plugins/icons_hidpi.png | Bin 0 -> 63530 bytes .../ckeditor/plugins/iframe/dialogs/iframe.js | 10 + .../ckeditor/plugins/iframe/icons/hidpi/iframe.png | Bin 0 -> 3091 bytes .../ckeditor/plugins/iframe/icons/iframe.png | Bin 0 -> 989 bytes .../ckeditor/plugins/iframe/images/placeholder.png | Bin 0 -> 265 bytes public/assets/ckeditor/plugins/iframe/lang/af.js | 1 + public/assets/ckeditor/plugins/iframe/lang/ar.js | 1 + public/assets/ckeditor/plugins/iframe/lang/bg.js | 1 + public/assets/ckeditor/plugins/iframe/lang/bn.js | 1 + public/assets/ckeditor/plugins/iframe/lang/bs.js | 1 + public/assets/ckeditor/plugins/iframe/lang/ca.js | 1 + public/assets/ckeditor/plugins/iframe/lang/cs.js | 1 + public/assets/ckeditor/plugins/iframe/lang/cy.js | 1 + public/assets/ckeditor/plugins/iframe/lang/da.js | 1 + .../assets/ckeditor/plugins/iframe/lang/de-ch.js | 1 + public/assets/ckeditor/plugins/iframe/lang/de.js | 1 + public/assets/ckeditor/plugins/iframe/lang/el.js | 1 + .../assets/ckeditor/plugins/iframe/lang/en-au.js | 1 + .../assets/ckeditor/plugins/iframe/lang/en-ca.js | 1 + .../assets/ckeditor/plugins/iframe/lang/en-gb.js | 1 + public/assets/ckeditor/plugins/iframe/lang/en.js | 1 + public/assets/ckeditor/plugins/iframe/lang/eo.js | 1 + public/assets/ckeditor/plugins/iframe/lang/es.js | 1 + public/assets/ckeditor/plugins/iframe/lang/et.js | 1 + public/assets/ckeditor/plugins/iframe/lang/eu.js | 1 + public/assets/ckeditor/plugins/iframe/lang/fa.js | 1 + public/assets/ckeditor/plugins/iframe/lang/fi.js | 1 + public/assets/ckeditor/plugins/iframe/lang/fo.js | 1 + .../assets/ckeditor/plugins/iframe/lang/fr-ca.js | 1 + public/assets/ckeditor/plugins/iframe/lang/fr.js | 1 + public/assets/ckeditor/plugins/iframe/lang/gl.js | 1 + public/assets/ckeditor/plugins/iframe/lang/gu.js | 1 + public/assets/ckeditor/plugins/iframe/lang/he.js | 1 + public/assets/ckeditor/plugins/iframe/lang/hi.js | 1 + public/assets/ckeditor/plugins/iframe/lang/hr.js | 1 + public/assets/ckeditor/plugins/iframe/lang/hu.js | 1 + public/assets/ckeditor/plugins/iframe/lang/id.js | 1 + public/assets/ckeditor/plugins/iframe/lang/is.js | 1 + public/assets/ckeditor/plugins/iframe/lang/it.js | 1 + public/assets/ckeditor/plugins/iframe/lang/ja.js | 1 + public/assets/ckeditor/plugins/iframe/lang/ka.js | 1 + public/assets/ckeditor/plugins/iframe/lang/km.js | 1 + public/assets/ckeditor/plugins/iframe/lang/ko.js | 1 + public/assets/ckeditor/plugins/iframe/lang/ku.js | 1 + public/assets/ckeditor/plugins/iframe/lang/lt.js | 1 + public/assets/ckeditor/plugins/iframe/lang/lv.js | 1 + public/assets/ckeditor/plugins/iframe/lang/mk.js | 1 + public/assets/ckeditor/plugins/iframe/lang/mn.js | 1 + public/assets/ckeditor/plugins/iframe/lang/ms.js | 1 + public/assets/ckeditor/plugins/iframe/lang/nb.js | 1 + public/assets/ckeditor/plugins/iframe/lang/nl.js | 1 + public/assets/ckeditor/plugins/iframe/lang/no.js | 1 + public/assets/ckeditor/plugins/iframe/lang/pl.js | 1 + .../assets/ckeditor/plugins/iframe/lang/pt-br.js | 1 + public/assets/ckeditor/plugins/iframe/lang/pt.js | 1 + public/assets/ckeditor/plugins/iframe/lang/ro.js | 1 + public/assets/ckeditor/plugins/iframe/lang/ru.js | 1 + public/assets/ckeditor/plugins/iframe/lang/si.js | 1 + public/assets/ckeditor/plugins/iframe/lang/sk.js | 1 + public/assets/ckeditor/plugins/iframe/lang/sl.js | 1 + public/assets/ckeditor/plugins/iframe/lang/sq.js | 1 + .../assets/ckeditor/plugins/iframe/lang/sr-latn.js | 1 + public/assets/ckeditor/plugins/iframe/lang/sr.js | 1 + public/assets/ckeditor/plugins/iframe/lang/sv.js | 1 + public/assets/ckeditor/plugins/iframe/lang/th.js | 1 + public/assets/ckeditor/plugins/iframe/lang/tr.js | 1 + public/assets/ckeditor/plugins/iframe/lang/tt.js | 1 + public/assets/ckeditor/plugins/iframe/lang/ug.js | 1 + public/assets/ckeditor/plugins/iframe/lang/uk.js | 1 + public/assets/ckeditor/plugins/iframe/lang/vi.js | 1 + .../assets/ckeditor/plugins/iframe/lang/zh-cn.js | 1 + public/assets/ckeditor/plugins/iframe/lang/zh.js | 1 + public/assets/ckeditor/plugins/iframe/plugin.js | 8 + .../assets/ckeditor/plugins/iframedialog/plugin.js | 8 + .../assets/ckeditor/plugins/image/dialogs/image.js | 44 + .../ckeditor/plugins/image/images/noimage.png | Bin 0 -> 1610 bytes .../ckeditor/plugins/image2/dialogs/image2.js | 14 + .../ckeditor/plugins/image2/icons/hidpi/image.png | Bin 0 -> 1745 bytes .../assets/ckeditor/plugins/image2/icons/image.png | Bin 0 -> 756 bytes public/assets/ckeditor/plugins/image2/lang/af.js | 1 + public/assets/ckeditor/plugins/image2/lang/ar.js | 1 + public/assets/ckeditor/plugins/image2/lang/bg.js | 1 + public/assets/ckeditor/plugins/image2/lang/bn.js | 1 + public/assets/ckeditor/plugins/image2/lang/bs.js | 1 + public/assets/ckeditor/plugins/image2/lang/ca.js | 1 + public/assets/ckeditor/plugins/image2/lang/cs.js | 1 + public/assets/ckeditor/plugins/image2/lang/cy.js | 1 + public/assets/ckeditor/plugins/image2/lang/da.js | 1 + .../assets/ckeditor/plugins/image2/lang/de-ch.js | 1 + public/assets/ckeditor/plugins/image2/lang/de.js | 1 + public/assets/ckeditor/plugins/image2/lang/el.js | 1 + .../assets/ckeditor/plugins/image2/lang/en-au.js | 1 + .../assets/ckeditor/plugins/image2/lang/en-ca.js | 1 + .../assets/ckeditor/plugins/image2/lang/en-gb.js | 1 + public/assets/ckeditor/plugins/image2/lang/en.js | 1 + public/assets/ckeditor/plugins/image2/lang/eo.js | 1 + public/assets/ckeditor/plugins/image2/lang/es.js | 1 + public/assets/ckeditor/plugins/image2/lang/et.js | 1 + public/assets/ckeditor/plugins/image2/lang/eu.js | 1 + public/assets/ckeditor/plugins/image2/lang/fa.js | 1 + public/assets/ckeditor/plugins/image2/lang/fi.js | 1 + public/assets/ckeditor/plugins/image2/lang/fo.js | 1 + .../assets/ckeditor/plugins/image2/lang/fr-ca.js | 1 + public/assets/ckeditor/plugins/image2/lang/fr.js | 1 + public/assets/ckeditor/plugins/image2/lang/gl.js | 1 + public/assets/ckeditor/plugins/image2/lang/gu.js | 1 + public/assets/ckeditor/plugins/image2/lang/he.js | 1 + public/assets/ckeditor/plugins/image2/lang/hi.js | 1 + public/assets/ckeditor/plugins/image2/lang/hr.js | 1 + public/assets/ckeditor/plugins/image2/lang/hu.js | 1 + public/assets/ckeditor/plugins/image2/lang/id.js | 1 + public/assets/ckeditor/plugins/image2/lang/is.js | 1 + public/assets/ckeditor/plugins/image2/lang/it.js | 1 + public/assets/ckeditor/plugins/image2/lang/ja.js | 1 + public/assets/ckeditor/plugins/image2/lang/ka.js | 1 + public/assets/ckeditor/plugins/image2/lang/km.js | 1 + public/assets/ckeditor/plugins/image2/lang/ko.js | 1 + public/assets/ckeditor/plugins/image2/lang/ku.js | 1 + public/assets/ckeditor/plugins/image2/lang/lt.js | 1 + public/assets/ckeditor/plugins/image2/lang/lv.js | 1 + public/assets/ckeditor/plugins/image2/lang/mk.js | 1 + public/assets/ckeditor/plugins/image2/lang/mn.js | 1 + public/assets/ckeditor/plugins/image2/lang/ms.js | 1 + public/assets/ckeditor/plugins/image2/lang/nb.js | 1 + public/assets/ckeditor/plugins/image2/lang/nl.js | 1 + public/assets/ckeditor/plugins/image2/lang/no.js | 1 + public/assets/ckeditor/plugins/image2/lang/pl.js | 1 + .../assets/ckeditor/plugins/image2/lang/pt-br.js | 1 + public/assets/ckeditor/plugins/image2/lang/pt.js | 1 + public/assets/ckeditor/plugins/image2/lang/ro.js | 1 + public/assets/ckeditor/plugins/image2/lang/ru.js | 1 + public/assets/ckeditor/plugins/image2/lang/si.js | 1 + public/assets/ckeditor/plugins/image2/lang/sk.js | 1 + public/assets/ckeditor/plugins/image2/lang/sl.js | 1 + public/assets/ckeditor/plugins/image2/lang/sq.js | 1 + .../assets/ckeditor/plugins/image2/lang/sr-latn.js | 1 + public/assets/ckeditor/plugins/image2/lang/sr.js | 1 + public/assets/ckeditor/plugins/image2/lang/sv.js | 1 + public/assets/ckeditor/plugins/image2/lang/th.js | 1 + public/assets/ckeditor/plugins/image2/lang/tr.js | 1 + public/assets/ckeditor/plugins/image2/lang/tt.js | 1 + public/assets/ckeditor/plugins/image2/lang/ug.js | 1 + public/assets/ckeditor/plugins/image2/lang/uk.js | 1 + public/assets/ckeditor/plugins/image2/lang/vi.js | 1 + .../assets/ckeditor/plugins/image2/lang/zh-cn.js | 1 + public/assets/ckeditor/plugins/image2/lang/zh.js | 1 + public/assets/ckeditor/plugins/image2/plugin.js | 30 + .../assets/ckeditor/plugins/indentblock/plugin.js | 9 + .../plugins/justify/icons/hidpi/justifyblock.png | Bin 0 -> 882 bytes .../plugins/justify/icons/hidpi/justifycenter.png | Bin 0 -> 1142 bytes .../plugins/justify/icons/hidpi/justifyleft.png | Bin 0 -> 1042 bytes .../plugins/justify/icons/hidpi/justifyright.png | Bin 0 -> 1048 bytes .../plugins/justify/icons/justifyblock.png | Bin 0 -> 496 bytes .../plugins/justify/icons/justifycenter.png | Bin 0 -> 609 bytes .../ckeditor/plugins/justify/icons/justifyleft.png | Bin 0 -> 558 bytes .../plugins/justify/icons/justifyright.png | Bin 0 -> 554 bytes public/assets/ckeditor/plugins/justify/lang/af.js | 1 + public/assets/ckeditor/plugins/justify/lang/ar.js | 1 + public/assets/ckeditor/plugins/justify/lang/bg.js | 1 + public/assets/ckeditor/plugins/justify/lang/bn.js | 1 + public/assets/ckeditor/plugins/justify/lang/bs.js | 1 + public/assets/ckeditor/plugins/justify/lang/ca.js | 1 + public/assets/ckeditor/plugins/justify/lang/cs.js | 1 + public/assets/ckeditor/plugins/justify/lang/cy.js | 1 + public/assets/ckeditor/plugins/justify/lang/da.js | 1 + .../assets/ckeditor/plugins/justify/lang/de-ch.js | 1 + public/assets/ckeditor/plugins/justify/lang/de.js | 1 + public/assets/ckeditor/plugins/justify/lang/el.js | 1 + .../assets/ckeditor/plugins/justify/lang/en-au.js | 1 + .../assets/ckeditor/plugins/justify/lang/en-ca.js | 1 + .../assets/ckeditor/plugins/justify/lang/en-gb.js | 1 + public/assets/ckeditor/plugins/justify/lang/en.js | 1 + public/assets/ckeditor/plugins/justify/lang/eo.js | 1 + public/assets/ckeditor/plugins/justify/lang/es.js | 1 + public/assets/ckeditor/plugins/justify/lang/et.js | 1 + public/assets/ckeditor/plugins/justify/lang/eu.js | 1 + public/assets/ckeditor/plugins/justify/lang/fa.js | 1 + public/assets/ckeditor/plugins/justify/lang/fi.js | 1 + public/assets/ckeditor/plugins/justify/lang/fo.js | 1 + .../assets/ckeditor/plugins/justify/lang/fr-ca.js | 1 + public/assets/ckeditor/plugins/justify/lang/fr.js | 1 + public/assets/ckeditor/plugins/justify/lang/gl.js | 1 + public/assets/ckeditor/plugins/justify/lang/gu.js | 1 + public/assets/ckeditor/plugins/justify/lang/he.js | 1 + public/assets/ckeditor/plugins/justify/lang/hi.js | 1 + public/assets/ckeditor/plugins/justify/lang/hr.js | 1 + public/assets/ckeditor/plugins/justify/lang/hu.js | 1 + public/assets/ckeditor/plugins/justify/lang/id.js | 1 + public/assets/ckeditor/plugins/justify/lang/is.js | 1 + public/assets/ckeditor/plugins/justify/lang/it.js | 1 + public/assets/ckeditor/plugins/justify/lang/ja.js | 1 + public/assets/ckeditor/plugins/justify/lang/ka.js | 1 + public/assets/ckeditor/plugins/justify/lang/km.js | 1 + public/assets/ckeditor/plugins/justify/lang/ko.js | 1 + public/assets/ckeditor/plugins/justify/lang/ku.js | 1 + public/assets/ckeditor/plugins/justify/lang/lt.js | 1 + public/assets/ckeditor/plugins/justify/lang/lv.js | 1 + public/assets/ckeditor/plugins/justify/lang/mk.js | 1 + public/assets/ckeditor/plugins/justify/lang/mn.js | 1 + public/assets/ckeditor/plugins/justify/lang/ms.js | 1 + public/assets/ckeditor/plugins/justify/lang/nb.js | 1 + public/assets/ckeditor/plugins/justify/lang/nl.js | 1 + public/assets/ckeditor/plugins/justify/lang/no.js | 1 + public/assets/ckeditor/plugins/justify/lang/pl.js | 1 + .../assets/ckeditor/plugins/justify/lang/pt-br.js | 1 + public/assets/ckeditor/plugins/justify/lang/pt.js | 1 + public/assets/ckeditor/plugins/justify/lang/ro.js | 1 + public/assets/ckeditor/plugins/justify/lang/ru.js | 1 + public/assets/ckeditor/plugins/justify/lang/si.js | 1 + public/assets/ckeditor/plugins/justify/lang/sk.js | 1 + public/assets/ckeditor/plugins/justify/lang/sl.js | 1 + public/assets/ckeditor/plugins/justify/lang/sq.js | 1 + .../ckeditor/plugins/justify/lang/sr-latn.js | 1 + public/assets/ckeditor/plugins/justify/lang/sr.js | 1 + public/assets/ckeditor/plugins/justify/lang/sv.js | 1 + public/assets/ckeditor/plugins/justify/lang/th.js | 1 + public/assets/ckeditor/plugins/justify/lang/tr.js | 1 + public/assets/ckeditor/plugins/justify/lang/tt.js | 1 + public/assets/ckeditor/plugins/justify/lang/ug.js | 1 + public/assets/ckeditor/plugins/justify/lang/uk.js | 1 + public/assets/ckeditor/plugins/justify/lang/vi.js | 1 + .../assets/ckeditor/plugins/justify/lang/zh-cn.js | 1 + public/assets/ckeditor/plugins/justify/lang/zh.js | 1 + public/assets/ckeditor/plugins/justify/plugin.js | 12 + .../plugins/language/icons/hidpi/language.png | Bin 0 -> 1678 bytes .../ckeditor/plugins/language/icons/language.png | Bin 0 -> 668 bytes public/assets/ckeditor/plugins/language/lang/ar.js | 5 + public/assets/ckeditor/plugins/language/lang/bg.js | 5 + public/assets/ckeditor/plugins/language/lang/ca.js | 5 + public/assets/ckeditor/plugins/language/lang/cs.js | 5 + public/assets/ckeditor/plugins/language/lang/cy.js | 5 + public/assets/ckeditor/plugins/language/lang/da.js | 5 + .../assets/ckeditor/plugins/language/lang/de-ch.js | 5 + public/assets/ckeditor/plugins/language/lang/de.js | 5 + public/assets/ckeditor/plugins/language/lang/el.js | 5 + .../assets/ckeditor/plugins/language/lang/en-gb.js | 5 + public/assets/ckeditor/plugins/language/lang/en.js | 5 + public/assets/ckeditor/plugins/language/lang/eo.js | 5 + public/assets/ckeditor/plugins/language/lang/es.js | 5 + public/assets/ckeditor/plugins/language/lang/eu.js | 5 + public/assets/ckeditor/plugins/language/lang/fa.js | 5 + public/assets/ckeditor/plugins/language/lang/fi.js | 5 + public/assets/ckeditor/plugins/language/lang/fo.js | 5 + public/assets/ckeditor/plugins/language/lang/fr.js | 5 + public/assets/ckeditor/plugins/language/lang/gl.js | 5 + public/assets/ckeditor/plugins/language/lang/he.js | 5 + public/assets/ckeditor/plugins/language/lang/hr.js | 5 + public/assets/ckeditor/plugins/language/lang/hu.js | 5 + public/assets/ckeditor/plugins/language/lang/id.js | 5 + public/assets/ckeditor/plugins/language/lang/it.js | 5 + public/assets/ckeditor/plugins/language/lang/ja.js | 5 + public/assets/ckeditor/plugins/language/lang/km.js | 5 + public/assets/ckeditor/plugins/language/lang/ko.js | 5 + public/assets/ckeditor/plugins/language/lang/ku.js | 5 + public/assets/ckeditor/plugins/language/lang/nb.js | 5 + public/assets/ckeditor/plugins/language/lang/nl.js | 5 + public/assets/ckeditor/plugins/language/lang/no.js | 5 + public/assets/ckeditor/plugins/language/lang/pl.js | 5 + .../assets/ckeditor/plugins/language/lang/pt-br.js | 5 + public/assets/ckeditor/plugins/language/lang/pt.js | 5 + public/assets/ckeditor/plugins/language/lang/ru.js | 5 + public/assets/ckeditor/plugins/language/lang/sk.js | 5 + public/assets/ckeditor/plugins/language/lang/sl.js | 5 + public/assets/ckeditor/plugins/language/lang/sq.js | 5 + public/assets/ckeditor/plugins/language/lang/sv.js | 5 + public/assets/ckeditor/plugins/language/lang/tr.js | 5 + public/assets/ckeditor/plugins/language/lang/tt.js | 5 + public/assets/ckeditor/plugins/language/lang/ug.js | 5 + public/assets/ckeditor/plugins/language/lang/uk.js | 5 + public/assets/ckeditor/plugins/language/lang/vi.js | 5 + .../assets/ckeditor/plugins/language/lang/zh-cn.js | 5 + public/assets/ckeditor/plugins/language/lang/zh.js | 5 + public/assets/ckeditor/plugins/language/plugin.js | 8 + public/assets/ckeditor/plugins/lineutils/plugin.js | 22 + .../assets/ckeditor/plugins/link/dialogs/anchor.js | 7 + .../assets/ckeditor/plugins/link/dialogs/link.js | 26 + .../assets/ckeditor/plugins/link/images/anchor.png | Bin 0 -> 589 bytes .../ckeditor/plugins/link/images/hidpi/anchor.png | Bin 0 -> 1379 bytes .../plugins/liststyle/dialogs/liststyle.js | 10 + .../assets/ckeditor/plugins/liststyle/lang/af.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/ar.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/bg.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/bn.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/bs.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/ca.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/cs.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/cy.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/da.js | 2 + .../ckeditor/plugins/liststyle/lang/de-ch.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/de.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/el.js | 2 + .../ckeditor/plugins/liststyle/lang/en-au.js | 2 + .../ckeditor/plugins/liststyle/lang/en-ca.js | 2 + .../ckeditor/plugins/liststyle/lang/en-gb.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/en.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/eo.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/es.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/et.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/eu.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/fa.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/fi.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/fo.js | 2 + .../ckeditor/plugins/liststyle/lang/fr-ca.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/fr.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/gl.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/gu.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/he.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/hi.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/hr.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/hu.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/id.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/is.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/it.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/ja.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/ka.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/km.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/ko.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/ku.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/lt.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/lv.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/mk.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/mn.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/ms.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/nb.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/nl.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/no.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/pl.js | 2 + .../ckeditor/plugins/liststyle/lang/pt-br.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/pt.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/ro.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/ru.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/si.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/sk.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/sl.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/sq.js | 2 + .../ckeditor/plugins/liststyle/lang/sr-latn.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/sr.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/sv.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/th.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/tr.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/tt.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/ug.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/uk.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/vi.js | 2 + .../ckeditor/plugins/liststyle/lang/zh-cn.js | 2 + .../assets/ckeditor/plugins/liststyle/lang/zh.js | 2 + public/assets/ckeditor/plugins/liststyle/plugin.js | 7 + .../plugins/magicline/images/hidpi/icon-rtl.png | Bin 0 -> 176 bytes .../plugins/magicline/images/hidpi/icon.png | Bin 0 -> 199 bytes .../ckeditor/plugins/magicline/images/icon-rtl.png | Bin 0 -> 138 bytes .../ckeditor/plugins/magicline/images/icon.png | Bin 0 -> 133 bytes .../ckeditor/plugins/mathjax/dialogs/mathjax.js | 7 + .../plugins/mathjax/icons/hidpi/mathjax.png | Bin 0 -> 1437 bytes .../ckeditor/plugins/mathjax/icons/mathjax.png | Bin 0 -> 703 bytes .../ckeditor/plugins/mathjax/images/loader.gif | Bin 0 -> 784 bytes public/assets/ckeditor/plugins/mathjax/lang/af.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/ar.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/bg.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/ca.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/cs.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/cy.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/da.js | 1 + .../assets/ckeditor/plugins/mathjax/lang/de-ch.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/de.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/el.js | 1 + .../assets/ckeditor/plugins/mathjax/lang/en-gb.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/en.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/eo.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/es.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/eu.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/fa.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/fi.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/fr.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/gl.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/he.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/hr.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/hu.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/id.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/it.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/ja.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/km.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/ko.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/ku.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/lt.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/nb.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/nl.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/no.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/pl.js | 1 + .../assets/ckeditor/plugins/mathjax/lang/pt-br.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/pt.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/ro.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/ru.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/sk.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/sl.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/sq.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/sv.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/tr.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/tt.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/ug.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/uk.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/vi.js | 1 + .../assets/ckeditor/plugins/mathjax/lang/zh-cn.js | 1 + public/assets/ckeditor/plugins/mathjax/lang/zh.js | 1 + public/assets/ckeditor/plugins/mathjax/plugin.js | 15 + .../plugins/newpage/icons/hidpi/newpage-rtl.png | Bin 0 -> 1070 bytes .../plugins/newpage/icons/hidpi/newpage.png | Bin 0 -> 1112 bytes .../ckeditor/plugins/newpage/icons/newpage-rtl.png | Bin 0 -> 575 bytes .../ckeditor/plugins/newpage/icons/newpage.png | Bin 0 -> 580 bytes public/assets/ckeditor/plugins/newpage/lang/af.js | 1 + public/assets/ckeditor/plugins/newpage/lang/ar.js | 1 + public/assets/ckeditor/plugins/newpage/lang/bg.js | 1 + public/assets/ckeditor/plugins/newpage/lang/bn.js | 1 + public/assets/ckeditor/plugins/newpage/lang/bs.js | 1 + public/assets/ckeditor/plugins/newpage/lang/ca.js | 1 + public/assets/ckeditor/plugins/newpage/lang/cs.js | 1 + public/assets/ckeditor/plugins/newpage/lang/cy.js | 1 + public/assets/ckeditor/plugins/newpage/lang/da.js | 1 + .../assets/ckeditor/plugins/newpage/lang/de-ch.js | 1 + public/assets/ckeditor/plugins/newpage/lang/de.js | 1 + public/assets/ckeditor/plugins/newpage/lang/el.js | 1 + .../assets/ckeditor/plugins/newpage/lang/en-au.js | 1 + .../assets/ckeditor/plugins/newpage/lang/en-ca.js | 1 + .../assets/ckeditor/plugins/newpage/lang/en-gb.js | 1 + public/assets/ckeditor/plugins/newpage/lang/en.js | 1 + public/assets/ckeditor/plugins/newpage/lang/eo.js | 1 + public/assets/ckeditor/plugins/newpage/lang/es.js | 1 + public/assets/ckeditor/plugins/newpage/lang/et.js | 1 + public/assets/ckeditor/plugins/newpage/lang/eu.js | 1 + public/assets/ckeditor/plugins/newpage/lang/fa.js | 1 + public/assets/ckeditor/plugins/newpage/lang/fi.js | 1 + public/assets/ckeditor/plugins/newpage/lang/fo.js | 1 + .../assets/ckeditor/plugins/newpage/lang/fr-ca.js | 1 + public/assets/ckeditor/plugins/newpage/lang/fr.js | 1 + public/assets/ckeditor/plugins/newpage/lang/gl.js | 1 + public/assets/ckeditor/plugins/newpage/lang/gu.js | 1 + public/assets/ckeditor/plugins/newpage/lang/he.js | 1 + public/assets/ckeditor/plugins/newpage/lang/hi.js | 1 + public/assets/ckeditor/plugins/newpage/lang/hr.js | 1 + public/assets/ckeditor/plugins/newpage/lang/hu.js | 1 + public/assets/ckeditor/plugins/newpage/lang/id.js | 1 + public/assets/ckeditor/plugins/newpage/lang/is.js | 1 + public/assets/ckeditor/plugins/newpage/lang/it.js | 1 + public/assets/ckeditor/plugins/newpage/lang/ja.js | 1 + public/assets/ckeditor/plugins/newpage/lang/ka.js | 1 + public/assets/ckeditor/plugins/newpage/lang/km.js | 1 + public/assets/ckeditor/plugins/newpage/lang/ko.js | 1 + public/assets/ckeditor/plugins/newpage/lang/ku.js | 1 + public/assets/ckeditor/plugins/newpage/lang/lt.js | 1 + public/assets/ckeditor/plugins/newpage/lang/lv.js | 1 + public/assets/ckeditor/plugins/newpage/lang/mk.js | 1 + public/assets/ckeditor/plugins/newpage/lang/mn.js | 1 + public/assets/ckeditor/plugins/newpage/lang/ms.js | 1 + public/assets/ckeditor/plugins/newpage/lang/nb.js | 1 + public/assets/ckeditor/plugins/newpage/lang/nl.js | 1 + public/assets/ckeditor/plugins/newpage/lang/no.js | 1 + public/assets/ckeditor/plugins/newpage/lang/pl.js | 1 + .../assets/ckeditor/plugins/newpage/lang/pt-br.js | 1 + public/assets/ckeditor/plugins/newpage/lang/pt.js | 1 + public/assets/ckeditor/plugins/newpage/lang/ro.js | 1 + public/assets/ckeditor/plugins/newpage/lang/ru.js | 1 + public/assets/ckeditor/plugins/newpage/lang/si.js | 1 + public/assets/ckeditor/plugins/newpage/lang/sk.js | 1 + public/assets/ckeditor/plugins/newpage/lang/sl.js | 1 + public/assets/ckeditor/plugins/newpage/lang/sq.js | 1 + .../ckeditor/plugins/newpage/lang/sr-latn.js | 1 + public/assets/ckeditor/plugins/newpage/lang/sr.js | 1 + public/assets/ckeditor/plugins/newpage/lang/sv.js | 1 + public/assets/ckeditor/plugins/newpage/lang/th.js | 1 + public/assets/ckeditor/plugins/newpage/lang/tr.js | 1 + public/assets/ckeditor/plugins/newpage/lang/tt.js | 1 + public/assets/ckeditor/plugins/newpage/lang/ug.js | 1 + public/assets/ckeditor/plugins/newpage/lang/uk.js | 1 + public/assets/ckeditor/plugins/newpage/lang/vi.js | 1 + .../assets/ckeditor/plugins/newpage/lang/zh-cn.js | 1 + public/assets/ckeditor/plugins/newpage/lang/zh.js | 1 + public/assets/ckeditor/plugins/newpage/plugin.js | 6 + .../ckeditor/plugins/notification/lang/cs.js | 1 + .../ckeditor/plugins/notification/lang/da.js | 1 + .../ckeditor/plugins/notification/lang/de-ch.js | 1 + .../ckeditor/plugins/notification/lang/de.js | 1 + .../ckeditor/plugins/notification/lang/en.js | 1 + .../ckeditor/plugins/notification/lang/eo.js | 1 + .../ckeditor/plugins/notification/lang/eu.js | 1 + .../ckeditor/plugins/notification/lang/fr.js | 1 + .../ckeditor/plugins/notification/lang/gl.js | 1 + .../ckeditor/plugins/notification/lang/id.js | 1 + .../ckeditor/plugins/notification/lang/it.js | 1 + .../ckeditor/plugins/notification/lang/ko.js | 1 + .../ckeditor/plugins/notification/lang/ku.js | 1 + .../ckeditor/plugins/notification/lang/nb.js | 1 + .../ckeditor/plugins/notification/lang/nl.js | 1 + .../ckeditor/plugins/notification/lang/pl.js | 1 + .../ckeditor/plugins/notification/lang/pt-br.js | 1 + .../ckeditor/plugins/notification/lang/ru.js | 1 + .../ckeditor/plugins/notification/lang/sv.js | 1 + .../ckeditor/plugins/notification/lang/tr.js | 1 + .../ckeditor/plugins/notification/lang/ug.js | 1 + .../ckeditor/plugins/notification/lang/uk.js | 1 + .../ckeditor/plugins/notification/lang/zh-cn.js | 1 + .../ckeditor/plugins/notification/lang/zh.js | 1 + .../assets/ckeditor/plugins/notification/plugin.js | 19 + .../plugins/notificationaggregator/plugin.js | 9 + .../pagebreak/icons/hidpi/pagebreak-rtl.png | Bin 0 -> 1318 bytes .../plugins/pagebreak/icons/hidpi/pagebreak.png | Bin 0 -> 1299 bytes .../plugins/pagebreak/icons/pagebreak-rtl.png | Bin 0 -> 629 bytes .../ckeditor/plugins/pagebreak/icons/pagebreak.png | Bin 0 -> 602 bytes .../plugins/pagebreak/images/pagebreak.gif | Bin 0 -> 99 bytes .../assets/ckeditor/plugins/pagebreak/lang/af.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/ar.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/bg.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/bn.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/bs.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/ca.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/cs.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/cy.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/da.js | 1 + .../ckeditor/plugins/pagebreak/lang/de-ch.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/de.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/el.js | 1 + .../ckeditor/plugins/pagebreak/lang/en-au.js | 1 + .../ckeditor/plugins/pagebreak/lang/en-ca.js | 1 + .../ckeditor/plugins/pagebreak/lang/en-gb.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/en.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/eo.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/es.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/et.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/eu.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/fa.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/fi.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/fo.js | 1 + .../ckeditor/plugins/pagebreak/lang/fr-ca.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/fr.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/gl.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/gu.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/he.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/hi.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/hr.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/hu.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/id.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/is.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/it.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/ja.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/ka.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/km.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/ko.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/ku.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/lt.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/lv.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/mk.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/mn.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/ms.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/nb.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/nl.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/no.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/pl.js | 1 + .../ckeditor/plugins/pagebreak/lang/pt-br.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/pt.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/ro.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/ru.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/si.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/sk.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/sl.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/sq.js | 1 + .../ckeditor/plugins/pagebreak/lang/sr-latn.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/sr.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/sv.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/th.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/tr.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/tt.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/ug.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/uk.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/vi.js | 1 + .../ckeditor/plugins/pagebreak/lang/zh-cn.js | 1 + .../assets/ckeditor/plugins/pagebreak/lang/zh.js | 1 + public/assets/ckeditor/plugins/pagebreak/plugin.js | 9 + .../assets/ckeditor/plugins/panelbutton/plugin.js | 8 + .../plugins/pastefromword/filter/default.js | 32 + .../plugins/placeholder/dialogs/placeholder.js | 5 + .../placeholder/icons/hidpi/placeholder.png | Bin 0 -> 1775 bytes .../plugins/placeholder/icons/placeholder.png | Bin 0 -> 714 bytes .../assets/ckeditor/plugins/placeholder/lang/af.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/ar.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/bg.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/ca.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/cs.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/cy.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/da.js | 5 + .../ckeditor/plugins/placeholder/lang/de-ch.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/de.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/el.js | 5 + .../ckeditor/plugins/placeholder/lang/en-gb.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/en.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/eo.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/es.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/et.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/eu.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/fa.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/fi.js | 5 + .../ckeditor/plugins/placeholder/lang/fr-ca.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/fr.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/gl.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/he.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/hr.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/hu.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/id.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/it.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/ja.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/km.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/ko.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/ku.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/lv.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/nb.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/nl.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/no.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/pl.js | 5 + .../ckeditor/plugins/placeholder/lang/pt-br.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/pt.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/ru.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/si.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/sk.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/sl.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/sq.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/sv.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/th.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/tr.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/tt.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/ug.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/uk.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/vi.js | 5 + .../ckeditor/plugins/placeholder/lang/zh-cn.js | 5 + .../assets/ckeditor/plugins/placeholder/lang/zh.js | 5 + .../assets/ckeditor/plugins/placeholder/plugin.js | 7 + .../plugins/preview/icons/hidpi/preview-rtl.png | Bin 0 -> 2145 bytes .../plugins/preview/icons/hidpi/preview.png | Bin 0 -> 2204 bytes .../ckeditor/plugins/preview/icons/preview-rtl.png | Bin 0 -> 850 bytes .../ckeditor/plugins/preview/icons/preview.png | Bin 0 -> 855 bytes public/assets/ckeditor/plugins/preview/lang/af.js | 1 + public/assets/ckeditor/plugins/preview/lang/ar.js | 1 + public/assets/ckeditor/plugins/preview/lang/bg.js | 1 + public/assets/ckeditor/plugins/preview/lang/bn.js | 1 + public/assets/ckeditor/plugins/preview/lang/bs.js | 1 + public/assets/ckeditor/plugins/preview/lang/ca.js | 1 + public/assets/ckeditor/plugins/preview/lang/cs.js | 1 + public/assets/ckeditor/plugins/preview/lang/cy.js | 1 + public/assets/ckeditor/plugins/preview/lang/da.js | 1 + .../assets/ckeditor/plugins/preview/lang/de-ch.js | 1 + public/assets/ckeditor/plugins/preview/lang/de.js | 1 + public/assets/ckeditor/plugins/preview/lang/el.js | 1 + .../assets/ckeditor/plugins/preview/lang/en-au.js | 1 + .../assets/ckeditor/plugins/preview/lang/en-ca.js | 1 + .../assets/ckeditor/plugins/preview/lang/en-gb.js | 1 + public/assets/ckeditor/plugins/preview/lang/en.js | 1 + public/assets/ckeditor/plugins/preview/lang/eo.js | 1 + public/assets/ckeditor/plugins/preview/lang/es.js | 1 + public/assets/ckeditor/plugins/preview/lang/et.js | 1 + public/assets/ckeditor/plugins/preview/lang/eu.js | 1 + public/assets/ckeditor/plugins/preview/lang/fa.js | 1 + public/assets/ckeditor/plugins/preview/lang/fi.js | 1 + public/assets/ckeditor/plugins/preview/lang/fo.js | 1 + .../assets/ckeditor/plugins/preview/lang/fr-ca.js | 1 + public/assets/ckeditor/plugins/preview/lang/fr.js | 1 + public/assets/ckeditor/plugins/preview/lang/gl.js | 1 + public/assets/ckeditor/plugins/preview/lang/gu.js | 1 + public/assets/ckeditor/plugins/preview/lang/he.js | 1 + public/assets/ckeditor/plugins/preview/lang/hi.js | 1 + public/assets/ckeditor/plugins/preview/lang/hr.js | 1 + public/assets/ckeditor/plugins/preview/lang/hu.js | 1 + public/assets/ckeditor/plugins/preview/lang/id.js | 1 + public/assets/ckeditor/plugins/preview/lang/is.js | 1 + public/assets/ckeditor/plugins/preview/lang/it.js | 1 + public/assets/ckeditor/plugins/preview/lang/ja.js | 1 + public/assets/ckeditor/plugins/preview/lang/ka.js | 1 + public/assets/ckeditor/plugins/preview/lang/km.js | 1 + public/assets/ckeditor/plugins/preview/lang/ko.js | 1 + public/assets/ckeditor/plugins/preview/lang/ku.js | 1 + public/assets/ckeditor/plugins/preview/lang/lt.js | 1 + public/assets/ckeditor/plugins/preview/lang/lv.js | 1 + public/assets/ckeditor/plugins/preview/lang/mk.js | 1 + public/assets/ckeditor/plugins/preview/lang/mn.js | 1 + public/assets/ckeditor/plugins/preview/lang/ms.js | 1 + public/assets/ckeditor/plugins/preview/lang/nb.js | 1 + public/assets/ckeditor/plugins/preview/lang/nl.js | 1 + public/assets/ckeditor/plugins/preview/lang/no.js | 1 + public/assets/ckeditor/plugins/preview/lang/pl.js | 1 + .../assets/ckeditor/plugins/preview/lang/pt-br.js | 1 + public/assets/ckeditor/plugins/preview/lang/pt.js | 1 + public/assets/ckeditor/plugins/preview/lang/ro.js | 1 + public/assets/ckeditor/plugins/preview/lang/ru.js | 1 + public/assets/ckeditor/plugins/preview/lang/si.js | 1 + public/assets/ckeditor/plugins/preview/lang/sk.js | 1 + public/assets/ckeditor/plugins/preview/lang/sl.js | 1 + public/assets/ckeditor/plugins/preview/lang/sq.js | 1 + .../ckeditor/plugins/preview/lang/sr-latn.js | 1 + public/assets/ckeditor/plugins/preview/lang/sr.js | 1 + public/assets/ckeditor/plugins/preview/lang/sv.js | 1 + public/assets/ckeditor/plugins/preview/lang/th.js | 1 + public/assets/ckeditor/plugins/preview/lang/tr.js | 1 + public/assets/ckeditor/plugins/preview/lang/tt.js | 1 + public/assets/ckeditor/plugins/preview/lang/ug.js | 1 + public/assets/ckeditor/plugins/preview/lang/uk.js | 1 + public/assets/ckeditor/plugins/preview/lang/vi.js | 1 + .../assets/ckeditor/plugins/preview/lang/zh-cn.js | 1 + public/assets/ckeditor/plugins/preview/lang/zh.js | 1 + public/assets/ckeditor/plugins/preview/plugin.js | 9 + .../assets/ckeditor/plugins/preview/preview.html | 13 + .../ckeditor/plugins/print/icons/hidpi/print.png | Bin 0 -> 1648 bytes .../assets/ckeditor/plugins/print/icons/print.png | Bin 0 -> 765 bytes public/assets/ckeditor/plugins/print/lang/af.js | 1 + public/assets/ckeditor/plugins/print/lang/ar.js | 1 + public/assets/ckeditor/plugins/print/lang/bg.js | 1 + public/assets/ckeditor/plugins/print/lang/bn.js | 1 + public/assets/ckeditor/plugins/print/lang/bs.js | 1 + public/assets/ckeditor/plugins/print/lang/ca.js | 1 + public/assets/ckeditor/plugins/print/lang/cs.js | 1 + public/assets/ckeditor/plugins/print/lang/cy.js | 1 + public/assets/ckeditor/plugins/print/lang/da.js | 1 + public/assets/ckeditor/plugins/print/lang/de-ch.js | 1 + public/assets/ckeditor/plugins/print/lang/de.js | 1 + public/assets/ckeditor/plugins/print/lang/el.js | 1 + public/assets/ckeditor/plugins/print/lang/en-au.js | 1 + public/assets/ckeditor/plugins/print/lang/en-ca.js | 1 + public/assets/ckeditor/plugins/print/lang/en-gb.js | 1 + public/assets/ckeditor/plugins/print/lang/en.js | 1 + public/assets/ckeditor/plugins/print/lang/eo.js | 1 + public/assets/ckeditor/plugins/print/lang/es.js | 1 + public/assets/ckeditor/plugins/print/lang/et.js | 1 + public/assets/ckeditor/plugins/print/lang/eu.js | 1 + public/assets/ckeditor/plugins/print/lang/fa.js | 1 + public/assets/ckeditor/plugins/print/lang/fi.js | 1 + public/assets/ckeditor/plugins/print/lang/fo.js | 1 + public/assets/ckeditor/plugins/print/lang/fr-ca.js | 1 + public/assets/ckeditor/plugins/print/lang/fr.js | 1 + public/assets/ckeditor/plugins/print/lang/gl.js | 1 + public/assets/ckeditor/plugins/print/lang/gu.js | 1 + public/assets/ckeditor/plugins/print/lang/he.js | 1 + public/assets/ckeditor/plugins/print/lang/hi.js | 1 + public/assets/ckeditor/plugins/print/lang/hr.js | 1 + public/assets/ckeditor/plugins/print/lang/hu.js | 1 + public/assets/ckeditor/plugins/print/lang/id.js | 1 + public/assets/ckeditor/plugins/print/lang/is.js | 1 + public/assets/ckeditor/plugins/print/lang/it.js | 1 + public/assets/ckeditor/plugins/print/lang/ja.js | 1 + public/assets/ckeditor/plugins/print/lang/ka.js | 1 + public/assets/ckeditor/plugins/print/lang/km.js | 1 + public/assets/ckeditor/plugins/print/lang/ko.js | 1 + public/assets/ckeditor/plugins/print/lang/ku.js | 1 + public/assets/ckeditor/plugins/print/lang/lt.js | 1 + public/assets/ckeditor/plugins/print/lang/lv.js | 1 + public/assets/ckeditor/plugins/print/lang/mk.js | 1 + public/assets/ckeditor/plugins/print/lang/mn.js | 1 + public/assets/ckeditor/plugins/print/lang/ms.js | 1 + public/assets/ckeditor/plugins/print/lang/nb.js | 1 + public/assets/ckeditor/plugins/print/lang/nl.js | 1 + public/assets/ckeditor/plugins/print/lang/no.js | 1 + public/assets/ckeditor/plugins/print/lang/pl.js | 1 + public/assets/ckeditor/plugins/print/lang/pt-br.js | 1 + public/assets/ckeditor/plugins/print/lang/pt.js | 1 + public/assets/ckeditor/plugins/print/lang/ro.js | 1 + public/assets/ckeditor/plugins/print/lang/ru.js | 1 + public/assets/ckeditor/plugins/print/lang/si.js | 1 + public/assets/ckeditor/plugins/print/lang/sk.js | 1 + public/assets/ckeditor/plugins/print/lang/sl.js | 1 + public/assets/ckeditor/plugins/print/lang/sq.js | 1 + .../assets/ckeditor/plugins/print/lang/sr-latn.js | 1 + public/assets/ckeditor/plugins/print/lang/sr.js | 1 + public/assets/ckeditor/plugins/print/lang/sv.js | 1 + public/assets/ckeditor/plugins/print/lang/th.js | 1 + public/assets/ckeditor/plugins/print/lang/tr.js | 1 + public/assets/ckeditor/plugins/print/lang/tt.js | 1 + public/assets/ckeditor/plugins/print/lang/ug.js | 1 + public/assets/ckeditor/plugins/print/lang/uk.js | 1 + public/assets/ckeditor/plugins/print/lang/vi.js | 1 + public/assets/ckeditor/plugins/print/lang/zh-cn.js | 1 + public/assets/ckeditor/plugins/print/lang/zh.js | 1 + public/assets/ckeditor/plugins/print/plugin.js | 6 + .../ckeditor/plugins/save/icons/hidpi/save.png | Bin 0 -> 1648 bytes public/assets/ckeditor/plugins/save/icons/save.png | Bin 0 -> 716 bytes public/assets/ckeditor/plugins/save/lang/af.js | 1 + public/assets/ckeditor/plugins/save/lang/ar.js | 1 + public/assets/ckeditor/plugins/save/lang/bg.js | 1 + public/assets/ckeditor/plugins/save/lang/bn.js | 1 + public/assets/ckeditor/plugins/save/lang/bs.js | 1 + public/assets/ckeditor/plugins/save/lang/ca.js | 1 + public/assets/ckeditor/plugins/save/lang/cs.js | 1 + public/assets/ckeditor/plugins/save/lang/cy.js | 1 + public/assets/ckeditor/plugins/save/lang/da.js | 1 + public/assets/ckeditor/plugins/save/lang/de-ch.js | 1 + public/assets/ckeditor/plugins/save/lang/de.js | 1 + public/assets/ckeditor/plugins/save/lang/el.js | 1 + public/assets/ckeditor/plugins/save/lang/en-au.js | 1 + public/assets/ckeditor/plugins/save/lang/en-ca.js | 1 + public/assets/ckeditor/plugins/save/lang/en-gb.js | 1 + public/assets/ckeditor/plugins/save/lang/en.js | 1 + public/assets/ckeditor/plugins/save/lang/eo.js | 1 + public/assets/ckeditor/plugins/save/lang/es.js | 1 + public/assets/ckeditor/plugins/save/lang/et.js | 1 + public/assets/ckeditor/plugins/save/lang/eu.js | 1 + public/assets/ckeditor/plugins/save/lang/fa.js | 1 + public/assets/ckeditor/plugins/save/lang/fi.js | 1 + public/assets/ckeditor/plugins/save/lang/fo.js | 1 + public/assets/ckeditor/plugins/save/lang/fr-ca.js | 1 + public/assets/ckeditor/plugins/save/lang/fr.js | 1 + public/assets/ckeditor/plugins/save/lang/gl.js | 1 + public/assets/ckeditor/plugins/save/lang/gu.js | 1 + public/assets/ckeditor/plugins/save/lang/he.js | 1 + public/assets/ckeditor/plugins/save/lang/hi.js | 1 + public/assets/ckeditor/plugins/save/lang/hr.js | 1 + public/assets/ckeditor/plugins/save/lang/hu.js | 1 + public/assets/ckeditor/plugins/save/lang/id.js | 1 + public/assets/ckeditor/plugins/save/lang/is.js | 1 + public/assets/ckeditor/plugins/save/lang/it.js | 1 + public/assets/ckeditor/plugins/save/lang/ja.js | 1 + public/assets/ckeditor/plugins/save/lang/ka.js | 1 + public/assets/ckeditor/plugins/save/lang/km.js | 1 + public/assets/ckeditor/plugins/save/lang/ko.js | 1 + public/assets/ckeditor/plugins/save/lang/ku.js | 1 + public/assets/ckeditor/plugins/save/lang/lt.js | 1 + public/assets/ckeditor/plugins/save/lang/lv.js | 1 + public/assets/ckeditor/plugins/save/lang/mk.js | 1 + public/assets/ckeditor/plugins/save/lang/mn.js | 1 + public/assets/ckeditor/plugins/save/lang/ms.js | 1 + public/assets/ckeditor/plugins/save/lang/nb.js | 1 + public/assets/ckeditor/plugins/save/lang/nl.js | 1 + public/assets/ckeditor/plugins/save/lang/no.js | 1 + public/assets/ckeditor/plugins/save/lang/pl.js | 1 + public/assets/ckeditor/plugins/save/lang/pt-br.js | 1 + public/assets/ckeditor/plugins/save/lang/pt.js | 1 + public/assets/ckeditor/plugins/save/lang/ro.js | 1 + public/assets/ckeditor/plugins/save/lang/ru.js | 1 + public/assets/ckeditor/plugins/save/lang/si.js | 1 + public/assets/ckeditor/plugins/save/lang/sk.js | 1 + public/assets/ckeditor/plugins/save/lang/sl.js | 1 + public/assets/ckeditor/plugins/save/lang/sq.js | 1 + .../assets/ckeditor/plugins/save/lang/sr-latn.js | 1 + public/assets/ckeditor/plugins/save/lang/sr.js | 1 + public/assets/ckeditor/plugins/save/lang/sv.js | 1 + public/assets/ckeditor/plugins/save/lang/th.js | 1 + public/assets/ckeditor/plugins/save/lang/tr.js | 1 + public/assets/ckeditor/plugins/save/lang/tt.js | 1 + public/assets/ckeditor/plugins/save/lang/ug.js | 1 + public/assets/ckeditor/plugins/save/lang/uk.js | 1 + public/assets/ckeditor/plugins/save/lang/vi.js | 1 + public/assets/ckeditor/plugins/save/lang/zh-cn.js | 1 + public/assets/ckeditor/plugins/save/lang/zh.js | 1 + public/assets/ckeditor/plugins/save/plugin.js | 6 + public/assets/ckeditor/plugins/scayt/CHANGELOG.md | 20 + public/assets/ckeditor/plugins/scayt/LICENSE.md | 28 + .../ckeditor/plugins/scayt/dialogs/options.js | 19 + .../ckeditor/plugins/scayt/dialogs/toolbar.css | 71 + .../plugins/selectall/icons/hidpi/selectall.png | Bin 0 -> 1093 bytes .../ckeditor/plugins/selectall/icons/selectall.png | Bin 0 -> 665 bytes .../assets/ckeditor/plugins/selectall/lang/af.js | 1 + .../assets/ckeditor/plugins/selectall/lang/ar.js | 1 + .../assets/ckeditor/plugins/selectall/lang/bg.js | 1 + .../assets/ckeditor/plugins/selectall/lang/bn.js | 1 + .../assets/ckeditor/plugins/selectall/lang/bs.js | 1 + .../assets/ckeditor/plugins/selectall/lang/ca.js | 1 + .../assets/ckeditor/plugins/selectall/lang/cs.js | 1 + .../assets/ckeditor/plugins/selectall/lang/cy.js | 1 + .../assets/ckeditor/plugins/selectall/lang/da.js | 1 + .../ckeditor/plugins/selectall/lang/de-ch.js | 1 + .../assets/ckeditor/plugins/selectall/lang/de.js | 1 + .../assets/ckeditor/plugins/selectall/lang/el.js | 1 + .../ckeditor/plugins/selectall/lang/en-au.js | 1 + .../ckeditor/plugins/selectall/lang/en-ca.js | 1 + .../ckeditor/plugins/selectall/lang/en-gb.js | 1 + .../assets/ckeditor/plugins/selectall/lang/en.js | 1 + .../assets/ckeditor/plugins/selectall/lang/eo.js | 1 + .../assets/ckeditor/plugins/selectall/lang/es.js | 1 + .../assets/ckeditor/plugins/selectall/lang/et.js | 1 + .../assets/ckeditor/plugins/selectall/lang/eu.js | 1 + .../assets/ckeditor/plugins/selectall/lang/fa.js | 1 + .../assets/ckeditor/plugins/selectall/lang/fi.js | 1 + .../assets/ckeditor/plugins/selectall/lang/fo.js | 1 + .../ckeditor/plugins/selectall/lang/fr-ca.js | 1 + .../assets/ckeditor/plugins/selectall/lang/fr.js | 1 + .../assets/ckeditor/plugins/selectall/lang/gl.js | 1 + .../assets/ckeditor/plugins/selectall/lang/gu.js | 1 + .../assets/ckeditor/plugins/selectall/lang/he.js | 1 + .../assets/ckeditor/plugins/selectall/lang/hi.js | 1 + .../assets/ckeditor/plugins/selectall/lang/hr.js | 1 + .../assets/ckeditor/plugins/selectall/lang/hu.js | 1 + .../assets/ckeditor/plugins/selectall/lang/id.js | 1 + .../assets/ckeditor/plugins/selectall/lang/is.js | 1 + .../assets/ckeditor/plugins/selectall/lang/it.js | 1 + .../assets/ckeditor/plugins/selectall/lang/ja.js | 1 + .../assets/ckeditor/plugins/selectall/lang/ka.js | 1 + .../assets/ckeditor/plugins/selectall/lang/km.js | 1 + .../assets/ckeditor/plugins/selectall/lang/ko.js | 1 + .../assets/ckeditor/plugins/selectall/lang/ku.js | 1 + .../assets/ckeditor/plugins/selectall/lang/lt.js | 1 + .../assets/ckeditor/plugins/selectall/lang/lv.js | 1 + .../assets/ckeditor/plugins/selectall/lang/mk.js | 1 + .../assets/ckeditor/plugins/selectall/lang/mn.js | 1 + .../assets/ckeditor/plugins/selectall/lang/ms.js | 1 + .../assets/ckeditor/plugins/selectall/lang/nb.js | 1 + .../assets/ckeditor/plugins/selectall/lang/nl.js | 1 + .../assets/ckeditor/plugins/selectall/lang/no.js | 1 + .../assets/ckeditor/plugins/selectall/lang/pl.js | 1 + .../ckeditor/plugins/selectall/lang/pt-br.js | 1 + .../assets/ckeditor/plugins/selectall/lang/pt.js | 1 + .../assets/ckeditor/plugins/selectall/lang/ro.js | 1 + .../assets/ckeditor/plugins/selectall/lang/ru.js | 1 + .../assets/ckeditor/plugins/selectall/lang/si.js | 1 + .../assets/ckeditor/plugins/selectall/lang/sk.js | 1 + .../assets/ckeditor/plugins/selectall/lang/sl.js | 1 + .../assets/ckeditor/plugins/selectall/lang/sq.js | 1 + .../ckeditor/plugins/selectall/lang/sr-latn.js | 1 + .../assets/ckeditor/plugins/selectall/lang/sr.js | 1 + .../assets/ckeditor/plugins/selectall/lang/sv.js | 1 + .../assets/ckeditor/plugins/selectall/lang/th.js | 1 + .../assets/ckeditor/plugins/selectall/lang/tr.js | 1 + .../assets/ckeditor/plugins/selectall/lang/tt.js | 1 + .../assets/ckeditor/plugins/selectall/lang/ug.js | 1 + .../assets/ckeditor/plugins/selectall/lang/uk.js | 1 + .../assets/ckeditor/plugins/selectall/lang/vi.js | 1 + .../ckeditor/plugins/selectall/lang/zh-cn.js | 1 + .../assets/ckeditor/plugins/selectall/lang/zh.js | 1 + public/assets/ckeditor/plugins/selectall/plugin.js | 6 + .../assets/ckeditor/plugins/sharedspace/plugin.js | 7 + .../showblocks/icons/hidpi/showblocks-rtl.png | Bin 0 -> 1853 bytes .../plugins/showblocks/icons/hidpi/showblocks.png | Bin 0 -> 1895 bytes .../plugins/showblocks/icons/showblocks-rtl.png | Bin 0 -> 691 bytes .../plugins/showblocks/icons/showblocks.png | Bin 0 -> 701 bytes .../plugins/showblocks/images/block_address.png | Bin 0 -> 152 bytes .../plugins/showblocks/images/block_blockquote.png | Bin 0 -> 154 bytes .../plugins/showblocks/images/block_div.png | Bin 0 -> 127 bytes .../plugins/showblocks/images/block_h1.png | Bin 0 -> 120 bytes .../plugins/showblocks/images/block_h2.png | Bin 0 -> 127 bytes .../plugins/showblocks/images/block_h3.png | Bin 0 -> 123 bytes .../plugins/showblocks/images/block_h4.png | Bin 0 -> 123 bytes .../plugins/showblocks/images/block_h5.png | Bin 0 -> 126 bytes .../plugins/showblocks/images/block_h6.png | Bin 0 -> 123 bytes .../ckeditor/plugins/showblocks/images/block_p.png | Bin 0 -> 115 bytes .../plugins/showblocks/images/block_pre.png | Bin 0 -> 128 bytes .../assets/ckeditor/plugins/showblocks/lang/af.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/ar.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/bg.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/bn.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/bs.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/ca.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/cs.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/cy.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/da.js | 1 + .../ckeditor/plugins/showblocks/lang/de-ch.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/de.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/el.js | 1 + .../ckeditor/plugins/showblocks/lang/en-au.js | 1 + .../ckeditor/plugins/showblocks/lang/en-ca.js | 1 + .../ckeditor/plugins/showblocks/lang/en-gb.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/en.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/eo.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/es.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/et.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/eu.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/fa.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/fi.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/fo.js | 1 + .../ckeditor/plugins/showblocks/lang/fr-ca.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/fr.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/gl.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/gu.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/he.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/hi.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/hr.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/hu.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/id.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/is.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/it.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/ja.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/ka.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/km.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/ko.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/ku.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/lt.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/lv.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/mk.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/mn.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/ms.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/nb.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/nl.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/no.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/pl.js | 1 + .../ckeditor/plugins/showblocks/lang/pt-br.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/pt.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/ro.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/ru.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/si.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/sk.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/sl.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/sq.js | 1 + .../ckeditor/plugins/showblocks/lang/sr-latn.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/sr.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/sv.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/th.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/tr.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/tt.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/ug.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/uk.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/vi.js | 1 + .../ckeditor/plugins/showblocks/lang/zh-cn.js | 1 + .../assets/ckeditor/plugins/showblocks/lang/zh.js | 1 + .../assets/ckeditor/plugins/showblocks/plugin.js | 9 + .../ckeditor/plugins/smiley/dialogs/smiley.js | 11 + .../ckeditor/plugins/smiley/icons/hidpi/smiley.png | Bin 0 -> 3073 bytes .../ckeditor/plugins/smiley/icons/smiley.png | Bin 0 -> 916 bytes .../ckeditor/plugins/smiley/images/angel_smile.gif | Bin 0 -> 1245 bytes .../ckeditor/plugins/smiley/images/angel_smile.png | Bin 0 -> 1172 bytes .../ckeditor/plugins/smiley/images/angry_smile.gif | Bin 0 -> 1219 bytes .../ckeditor/plugins/smiley/images/angry_smile.png | Bin 0 -> 1220 bytes .../plugins/smiley/images/broken_heart.gif | Bin 0 -> 732 bytes .../plugins/smiley/images/broken_heart.png | Bin 0 -> 1139 bytes .../plugins/smiley/images/confused_smile.gif | Bin 0 -> 1202 bytes .../plugins/smiley/images/confused_smile.png | Bin 0 -> 1101 bytes .../ckeditor/plugins/smiley/images/cry_smile.gif | Bin 0 -> 795 bytes .../ckeditor/plugins/smiley/images/cry_smile.png | Bin 0 -> 1214 bytes .../ckeditor/plugins/smiley/images/devil_smile.gif | Bin 0 -> 1239 bytes .../ckeditor/plugins/smiley/images/devil_smile.png | Bin 0 -> 1220 bytes .../plugins/smiley/images/embaressed_smile.gif | Bin 0 -> 786 bytes .../plugins/smiley/images/embarrassed_smile.gif | Bin 0 -> 786 bytes .../plugins/smiley/images/embarrassed_smile.png | Bin 0 -> 1145 bytes .../ckeditor/plugins/smiley/images/envelope.gif | Bin 0 -> 506 bytes .../ckeditor/plugins/smiley/images/envelope.png | Bin 0 -> 760 bytes .../ckeditor/plugins/smiley/images/heart.gif | Bin 0 -> 692 bytes .../ckeditor/plugins/smiley/images/heart.png | Bin 0 -> 999 bytes .../assets/ckeditor/plugins/smiley/images/kiss.gif | Bin 0 -> 683 bytes .../assets/ckeditor/plugins/smiley/images/kiss.png | Bin 0 -> 1003 bytes .../ckeditor/plugins/smiley/images/lightbulb.gif | Bin 0 -> 660 bytes .../ckeditor/plugins/smiley/images/lightbulb.png | Bin 0 -> 919 bytes .../ckeditor/plugins/smiley/images/omg_smile.gif | Bin 0 -> 820 bytes .../ckeditor/plugins/smiley/images/omg_smile.png | Bin 0 -> 1122 bytes .../plugins/smiley/images/regular_smile.gif | Bin 0 -> 1209 bytes .../plugins/smiley/images/regular_smile.png | Bin 0 -> 1084 bytes .../ckeditor/plugins/smiley/images/sad_smile.gif | Bin 0 -> 782 bytes .../ckeditor/plugins/smiley/images/sad_smile.png | Bin 0 -> 1115 bytes .../plugins/smiley/images/shades_smile.gif | Bin 0 -> 1231 bytes .../plugins/smiley/images/shades_smile.png | Bin 0 -> 1204 bytes .../ckeditor/plugins/smiley/images/teeth_smile.gif | Bin 0 -> 1201 bytes .../ckeditor/plugins/smiley/images/teeth_smile.png | Bin 0 -> 1183 bytes .../ckeditor/plugins/smiley/images/thumbs_down.gif | Bin 0 -> 715 bytes .../ckeditor/plugins/smiley/images/thumbs_down.png | Bin 0 -> 985 bytes .../ckeditor/plugins/smiley/images/thumbs_up.gif | Bin 0 -> 714 bytes .../ckeditor/plugins/smiley/images/thumbs_up.png | Bin 0 -> 959 bytes .../plugins/smiley/images/tongue_smile.gif | Bin 0 -> 1210 bytes .../plugins/smiley/images/tongue_smile.png | Bin 0 -> 1132 bytes .../plugins/smiley/images/tounge_smile.gif | Bin 0 -> 1210 bytes .../smiley/images/whatchutalkingabout_smile.gif | Bin 0 -> 775 bytes .../smiley/images/whatchutalkingabout_smile.png | Bin 0 -> 1039 bytes .../ckeditor/plugins/smiley/images/wink_smile.gif | Bin 0 -> 1202 bytes .../ckeditor/plugins/smiley/images/wink_smile.png | Bin 0 -> 1114 bytes public/assets/ckeditor/plugins/smiley/lang/af.js | 1 + public/assets/ckeditor/plugins/smiley/lang/ar.js | 1 + public/assets/ckeditor/plugins/smiley/lang/bg.js | 1 + public/assets/ckeditor/plugins/smiley/lang/bn.js | 1 + public/assets/ckeditor/plugins/smiley/lang/bs.js | 1 + public/assets/ckeditor/plugins/smiley/lang/ca.js | 1 + public/assets/ckeditor/plugins/smiley/lang/cs.js | 1 + public/assets/ckeditor/plugins/smiley/lang/cy.js | 1 + public/assets/ckeditor/plugins/smiley/lang/da.js | 1 + .../assets/ckeditor/plugins/smiley/lang/de-ch.js | 1 + public/assets/ckeditor/plugins/smiley/lang/de.js | 1 + public/assets/ckeditor/plugins/smiley/lang/el.js | 1 + .../assets/ckeditor/plugins/smiley/lang/en-au.js | 1 + .../assets/ckeditor/plugins/smiley/lang/en-ca.js | 1 + .../assets/ckeditor/plugins/smiley/lang/en-gb.js | 1 + public/assets/ckeditor/plugins/smiley/lang/en.js | 1 + public/assets/ckeditor/plugins/smiley/lang/eo.js | 1 + public/assets/ckeditor/plugins/smiley/lang/es.js | 1 + public/assets/ckeditor/plugins/smiley/lang/et.js | 1 + public/assets/ckeditor/plugins/smiley/lang/eu.js | 1 + public/assets/ckeditor/plugins/smiley/lang/fa.js | 1 + public/assets/ckeditor/plugins/smiley/lang/fi.js | 1 + public/assets/ckeditor/plugins/smiley/lang/fo.js | 1 + .../assets/ckeditor/plugins/smiley/lang/fr-ca.js | 1 + public/assets/ckeditor/plugins/smiley/lang/fr.js | 1 + public/assets/ckeditor/plugins/smiley/lang/gl.js | 1 + public/assets/ckeditor/plugins/smiley/lang/gu.js | 1 + public/assets/ckeditor/plugins/smiley/lang/he.js | 1 + public/assets/ckeditor/plugins/smiley/lang/hi.js | 1 + public/assets/ckeditor/plugins/smiley/lang/hr.js | 1 + public/assets/ckeditor/plugins/smiley/lang/hu.js | 1 + public/assets/ckeditor/plugins/smiley/lang/id.js | 1 + public/assets/ckeditor/plugins/smiley/lang/is.js | 1 + public/assets/ckeditor/plugins/smiley/lang/it.js | 1 + public/assets/ckeditor/plugins/smiley/lang/ja.js | 1 + public/assets/ckeditor/plugins/smiley/lang/ka.js | 1 + public/assets/ckeditor/plugins/smiley/lang/km.js | 1 + public/assets/ckeditor/plugins/smiley/lang/ko.js | 1 + public/assets/ckeditor/plugins/smiley/lang/ku.js | 1 + public/assets/ckeditor/plugins/smiley/lang/lt.js | 1 + public/assets/ckeditor/plugins/smiley/lang/lv.js | 1 + public/assets/ckeditor/plugins/smiley/lang/mk.js | 1 + public/assets/ckeditor/plugins/smiley/lang/mn.js | 1 + public/assets/ckeditor/plugins/smiley/lang/ms.js | 1 + public/assets/ckeditor/plugins/smiley/lang/nb.js | 1 + public/assets/ckeditor/plugins/smiley/lang/nl.js | 1 + public/assets/ckeditor/plugins/smiley/lang/no.js | 1 + public/assets/ckeditor/plugins/smiley/lang/pl.js | 1 + .../assets/ckeditor/plugins/smiley/lang/pt-br.js | 1 + public/assets/ckeditor/plugins/smiley/lang/pt.js | 1 + public/assets/ckeditor/plugins/smiley/lang/ro.js | 1 + public/assets/ckeditor/plugins/smiley/lang/ru.js | 1 + public/assets/ckeditor/plugins/smiley/lang/si.js | 1 + public/assets/ckeditor/plugins/smiley/lang/sk.js | 1 + public/assets/ckeditor/plugins/smiley/lang/sl.js | 1 + public/assets/ckeditor/plugins/smiley/lang/sq.js | 1 + .../assets/ckeditor/plugins/smiley/lang/sr-latn.js | 1 + public/assets/ckeditor/plugins/smiley/lang/sr.js | 1 + public/assets/ckeditor/plugins/smiley/lang/sv.js | 1 + public/assets/ckeditor/plugins/smiley/lang/th.js | 1 + public/assets/ckeditor/plugins/smiley/lang/tr.js | 1 + public/assets/ckeditor/plugins/smiley/lang/tt.js | 1 + public/assets/ckeditor/plugins/smiley/lang/ug.js | 1 + public/assets/ckeditor/plugins/smiley/lang/uk.js | 1 + public/assets/ckeditor/plugins/smiley/lang/vi.js | 1 + .../assets/ckeditor/plugins/smiley/lang/zh-cn.js | 1 + public/assets/ckeditor/plugins/smiley/lang/zh.js | 1 + public/assets/ckeditor/plugins/smiley/plugin.js | 7 + .../plugins/sourcedialog/dialogs/sourcedialog.js | 6 + .../sourcedialog/icons/hidpi/sourcedialog-rtl.png | Bin 0 -> 1968 bytes .../sourcedialog/icons/hidpi/sourcedialog.png | Bin 0 -> 1999 bytes .../sourcedialog/icons/sourcedialog-rtl.png | Bin 0 -> 762 bytes .../plugins/sourcedialog/icons/sourcedialog.png | Bin 0 -> 764 bytes .../ckeditor/plugins/sourcedialog/lang/af.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ar.js | 1 + .../ckeditor/plugins/sourcedialog/lang/bg.js | 1 + .../ckeditor/plugins/sourcedialog/lang/bn.js | 1 + .../ckeditor/plugins/sourcedialog/lang/bs.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ca.js | 1 + .../ckeditor/plugins/sourcedialog/lang/cs.js | 1 + .../ckeditor/plugins/sourcedialog/lang/cy.js | 1 + .../ckeditor/plugins/sourcedialog/lang/da.js | 1 + .../ckeditor/plugins/sourcedialog/lang/de-ch.js | 1 + .../ckeditor/plugins/sourcedialog/lang/de.js | 1 + .../ckeditor/plugins/sourcedialog/lang/el.js | 1 + .../ckeditor/plugins/sourcedialog/lang/en-au.js | 1 + .../ckeditor/plugins/sourcedialog/lang/en-ca.js | 1 + .../ckeditor/plugins/sourcedialog/lang/en-gb.js | 1 + .../ckeditor/plugins/sourcedialog/lang/en.js | 1 + .../ckeditor/plugins/sourcedialog/lang/eo.js | 1 + .../ckeditor/plugins/sourcedialog/lang/es.js | 1 + .../ckeditor/plugins/sourcedialog/lang/et.js | 1 + .../ckeditor/plugins/sourcedialog/lang/eu.js | 1 + .../ckeditor/plugins/sourcedialog/lang/fa.js | 1 + .../ckeditor/plugins/sourcedialog/lang/fi.js | 1 + .../ckeditor/plugins/sourcedialog/lang/fo.js | 1 + .../ckeditor/plugins/sourcedialog/lang/fr-ca.js | 1 + .../ckeditor/plugins/sourcedialog/lang/fr.js | 1 + .../ckeditor/plugins/sourcedialog/lang/gl.js | 1 + .../ckeditor/plugins/sourcedialog/lang/gu.js | 1 + .../ckeditor/plugins/sourcedialog/lang/he.js | 1 + .../ckeditor/plugins/sourcedialog/lang/hi.js | 1 + .../ckeditor/plugins/sourcedialog/lang/hr.js | 1 + .../ckeditor/plugins/sourcedialog/lang/hu.js | 1 + .../ckeditor/plugins/sourcedialog/lang/id.js | 1 + .../ckeditor/plugins/sourcedialog/lang/is.js | 1 + .../ckeditor/plugins/sourcedialog/lang/it.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ja.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ka.js | 1 + .../ckeditor/plugins/sourcedialog/lang/km.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ko.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ku.js | 1 + .../ckeditor/plugins/sourcedialog/lang/lt.js | 1 + .../ckeditor/plugins/sourcedialog/lang/lv.js | 1 + .../ckeditor/plugins/sourcedialog/lang/mn.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ms.js | 1 + .../ckeditor/plugins/sourcedialog/lang/nb.js | 1 + .../ckeditor/plugins/sourcedialog/lang/nl.js | 1 + .../ckeditor/plugins/sourcedialog/lang/no.js | 1 + .../ckeditor/plugins/sourcedialog/lang/pl.js | 1 + .../ckeditor/plugins/sourcedialog/lang/pt-br.js | 1 + .../ckeditor/plugins/sourcedialog/lang/pt.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ro.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ru.js | 1 + .../ckeditor/plugins/sourcedialog/lang/si.js | 1 + .../ckeditor/plugins/sourcedialog/lang/sk.js | 1 + .../ckeditor/plugins/sourcedialog/lang/sl.js | 1 + .../ckeditor/plugins/sourcedialog/lang/sq.js | 1 + .../ckeditor/plugins/sourcedialog/lang/sr-latn.js | 1 + .../ckeditor/plugins/sourcedialog/lang/sr.js | 1 + .../ckeditor/plugins/sourcedialog/lang/sv.js | 1 + .../ckeditor/plugins/sourcedialog/lang/th.js | 1 + .../ckeditor/plugins/sourcedialog/lang/tr.js | 1 + .../ckeditor/plugins/sourcedialog/lang/tt.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ug.js | 1 + .../ckeditor/plugins/sourcedialog/lang/uk.js | 1 + .../ckeditor/plugins/sourcedialog/lang/vi.js | 1 + .../ckeditor/plugins/sourcedialog/lang/zh-cn.js | 1 + .../ckeditor/plugins/sourcedialog/lang/zh.js | 1 + .../assets/ckeditor/plugins/sourcedialog/plugin.js | 6 + .../dialogs/lang/_translationstatus.txt | 20 + .../plugins/specialchar/dialogs/lang/af.js | 13 + .../plugins/specialchar/dialogs/lang/ar.js | 13 + .../plugins/specialchar/dialogs/lang/bg.js | 13 + .../plugins/specialchar/dialogs/lang/ca.js | 14 + .../plugins/specialchar/dialogs/lang/cs.js | 13 + .../plugins/specialchar/dialogs/lang/cy.js | 14 + .../plugins/specialchar/dialogs/lang/da.js | 11 + .../plugins/specialchar/dialogs/lang/de-ch.js | 13 + .../plugins/specialchar/dialogs/lang/de.js | 13 + .../plugins/specialchar/dialogs/lang/el.js | 13 + .../plugins/specialchar/dialogs/lang/en-gb.js | 13 + .../plugins/specialchar/dialogs/lang/en.js | 13 + .../plugins/specialchar/dialogs/lang/eo.js | 12 + .../plugins/specialchar/dialogs/lang/es.js | 13 + .../plugins/specialchar/dialogs/lang/et.js | 13 + .../plugins/specialchar/dialogs/lang/eu.js | 13 + .../plugins/specialchar/dialogs/lang/fa.js | 12 + .../plugins/specialchar/dialogs/lang/fi.js | 13 + .../plugins/specialchar/dialogs/lang/fr-ca.js | 10 + .../plugins/specialchar/dialogs/lang/fr.js | 11 + .../plugins/specialchar/dialogs/lang/gl.js | 13 + .../plugins/specialchar/dialogs/lang/he.js | 12 + .../plugins/specialchar/dialogs/lang/hr.js | 13 + .../plugins/specialchar/dialogs/lang/hu.js | 12 + .../plugins/specialchar/dialogs/lang/id.js | 13 + .../plugins/specialchar/dialogs/lang/it.js | 14 + .../plugins/specialchar/dialogs/lang/ja.js | 9 + .../plugins/specialchar/dialogs/lang/km.js | 13 + .../plugins/specialchar/dialogs/lang/ko.js | 10 + .../plugins/specialchar/dialogs/lang/ku.js | 13 + .../plugins/specialchar/dialogs/lang/lt.js | 13 + .../plugins/specialchar/dialogs/lang/lv.js | 13 + .../plugins/specialchar/dialogs/lang/nb.js | 11 + .../plugins/specialchar/dialogs/lang/nl.js | 13 + .../plugins/specialchar/dialogs/lang/no.js | 11 + .../plugins/specialchar/dialogs/lang/pl.js | 12 + .../plugins/specialchar/dialogs/lang/pt-br.js | 11 + .../plugins/specialchar/dialogs/lang/pt.js | 13 + .../plugins/specialchar/dialogs/lang/ru.js | 13 + .../plugins/specialchar/dialogs/lang/si.js | 13 + .../plugins/specialchar/dialogs/lang/sk.js | 13 + .../plugins/specialchar/dialogs/lang/sl.js | 12 + .../plugins/specialchar/dialogs/lang/sq.js | 13 + .../plugins/specialchar/dialogs/lang/sv.js | 11 + .../plugins/specialchar/dialogs/lang/th.js | 13 + .../plugins/specialchar/dialogs/lang/tr.js | 12 + .../plugins/specialchar/dialogs/lang/tt.js | 13 + .../plugins/specialchar/dialogs/lang/ug.js | 13 + .../plugins/specialchar/dialogs/lang/uk.js | 12 + .../plugins/specialchar/dialogs/lang/vi.js | 14 + .../plugins/specialchar/dialogs/lang/zh-cn.js | 9 + .../plugins/specialchar/dialogs/lang/zh.js | 9 + .../plugins/specialchar/dialogs/specialchar.js | 14 + .../ckeditor/plugins/stylesheetparser/plugin.js | 7 + .../assets/ckeditor/plugins/table/dialogs/table.js | 21 + .../assets/ckeditor/plugins/tableresize/plugin.js | 13 + .../plugins/tabletools/dialogs/tableCell.js | 17 + .../plugins/templates/dialogs/templates.css | 84 + .../plugins/templates/dialogs/templates.js | 10 + .../templates/icons/hidpi/templates-rtl.png | Bin 0 -> 1387 bytes .../plugins/templates/icons/hidpi/templates.png | Bin 0 -> 1387 bytes .../plugins/templates/icons/templates-rtl.png | Bin 0 -> 639 bytes .../ckeditor/plugins/templates/icons/templates.png | Bin 0 -> 639 bytes .../assets/ckeditor/plugins/templates/lang/af.js | 1 + .../assets/ckeditor/plugins/templates/lang/ar.js | 1 + .../assets/ckeditor/plugins/templates/lang/bg.js | 1 + .../assets/ckeditor/plugins/templates/lang/bn.js | 1 + .../assets/ckeditor/plugins/templates/lang/bs.js | 1 + .../assets/ckeditor/plugins/templates/lang/ca.js | 1 + .../assets/ckeditor/plugins/templates/lang/cs.js | 1 + .../assets/ckeditor/plugins/templates/lang/cy.js | 1 + .../assets/ckeditor/plugins/templates/lang/da.js | 1 + .../ckeditor/plugins/templates/lang/de-ch.js | 1 + .../assets/ckeditor/plugins/templates/lang/de.js | 1 + .../assets/ckeditor/plugins/templates/lang/el.js | 1 + .../ckeditor/plugins/templates/lang/en-au.js | 1 + .../ckeditor/plugins/templates/lang/en-ca.js | 1 + .../ckeditor/plugins/templates/lang/en-gb.js | 1 + .../assets/ckeditor/plugins/templates/lang/en.js | 1 + .../assets/ckeditor/plugins/templates/lang/eo.js | 1 + .../assets/ckeditor/plugins/templates/lang/es.js | 1 + .../assets/ckeditor/plugins/templates/lang/et.js | 1 + .../assets/ckeditor/plugins/templates/lang/eu.js | 1 + .../assets/ckeditor/plugins/templates/lang/fa.js | 1 + .../assets/ckeditor/plugins/templates/lang/fi.js | 1 + .../assets/ckeditor/plugins/templates/lang/fo.js | 1 + .../ckeditor/plugins/templates/lang/fr-ca.js | 1 + .../assets/ckeditor/plugins/templates/lang/fr.js | 1 + .../assets/ckeditor/plugins/templates/lang/gl.js | 1 + .../assets/ckeditor/plugins/templates/lang/gu.js | 1 + .../assets/ckeditor/plugins/templates/lang/he.js | 1 + .../assets/ckeditor/plugins/templates/lang/hi.js | 1 + .../assets/ckeditor/plugins/templates/lang/hr.js | 1 + .../assets/ckeditor/plugins/templates/lang/hu.js | 1 + .../assets/ckeditor/plugins/templates/lang/id.js | 1 + .../assets/ckeditor/plugins/templates/lang/is.js | 1 + .../assets/ckeditor/plugins/templates/lang/it.js | 1 + .../assets/ckeditor/plugins/templates/lang/ja.js | 1 + .../assets/ckeditor/plugins/templates/lang/ka.js | 1 + .../assets/ckeditor/plugins/templates/lang/km.js | 1 + .../assets/ckeditor/plugins/templates/lang/ko.js | 1 + .../assets/ckeditor/plugins/templates/lang/ku.js | 1 + .../assets/ckeditor/plugins/templates/lang/lt.js | 1 + .../assets/ckeditor/plugins/templates/lang/lv.js | 1 + .../assets/ckeditor/plugins/templates/lang/mk.js | 1 + .../assets/ckeditor/plugins/templates/lang/mn.js | 1 + .../assets/ckeditor/plugins/templates/lang/ms.js | 1 + .../assets/ckeditor/plugins/templates/lang/nb.js | 1 + .../assets/ckeditor/plugins/templates/lang/nl.js | 1 + .../assets/ckeditor/plugins/templates/lang/no.js | 1 + .../assets/ckeditor/plugins/templates/lang/pl.js | 1 + .../ckeditor/plugins/templates/lang/pt-br.js | 1 + .../assets/ckeditor/plugins/templates/lang/pt.js | 1 + .../assets/ckeditor/plugins/templates/lang/ro.js | 1 + .../assets/ckeditor/plugins/templates/lang/ru.js | 1 + .../assets/ckeditor/plugins/templates/lang/si.js | 1 + .../assets/ckeditor/plugins/templates/lang/sk.js | 1 + .../assets/ckeditor/plugins/templates/lang/sl.js | 1 + .../assets/ckeditor/plugins/templates/lang/sq.js | 1 + .../ckeditor/plugins/templates/lang/sr-latn.js | 1 + .../assets/ckeditor/plugins/templates/lang/sr.js | 1 + .../assets/ckeditor/plugins/templates/lang/sv.js | 1 + .../assets/ckeditor/plugins/templates/lang/th.js | 1 + .../assets/ckeditor/plugins/templates/lang/tr.js | 1 + .../assets/ckeditor/plugins/templates/lang/tt.js | 1 + .../assets/ckeditor/plugins/templates/lang/ug.js | 1 + .../assets/ckeditor/plugins/templates/lang/uk.js | 1 + .../assets/ckeditor/plugins/templates/lang/vi.js | 1 + .../ckeditor/plugins/templates/lang/zh-cn.js | 1 + .../assets/ckeditor/plugins/templates/lang/zh.js | 1 + public/assets/ckeditor/plugins/templates/plugin.js | 7 + .../plugins/templates/templates/default.js | 7 + .../templates/templates/images/template1.gif | Bin 0 -> 375 bytes .../templates/templates/images/template2.gif | Bin 0 -> 333 bytes .../templates/templates/images/template3.gif | Bin 0 -> 422 bytes .../ckeditor/plugins/uicolor/dialogs/uicolor.js | 9 + .../plugins/uicolor/icons/hidpi/uicolor.png | Bin 0 -> 2287 bytes .../ckeditor/plugins/uicolor/icons/uicolor.png | Bin 0 -> 965 bytes .../plugins/uicolor/lang/_translationstatus.txt | 27 + public/assets/ckeditor/plugins/uicolor/lang/af.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/ar.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/bg.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/ca.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/cs.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/cy.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/da.js | 5 + .../assets/ckeditor/plugins/uicolor/lang/de-ch.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/de.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/el.js | 5 + .../assets/ckeditor/plugins/uicolor/lang/en-gb.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/en.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/eo.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/es.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/et.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/eu.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/fa.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/fi.js | 5 + .../assets/ckeditor/plugins/uicolor/lang/fr-ca.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/fr.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/gl.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/he.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/hr.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/hu.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/id.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/it.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/ja.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/km.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/ko.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/ku.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/lv.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/mk.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/nb.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/nl.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/no.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/pl.js | 5 + .../assets/ckeditor/plugins/uicolor/lang/pt-br.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/pt.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/ru.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/si.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/sk.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/sl.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/sq.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/sv.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/tr.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/tt.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/ug.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/uk.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/vi.js | 5 + .../assets/ckeditor/plugins/uicolor/lang/zh-cn.js | 5 + public/assets/ckeditor/plugins/uicolor/lang/zh.js | 5 + public/assets/ckeditor/plugins/uicolor/plugin.js | 6 + .../ckeditor/plugins/uicolor/yui/assets/hue_bg.png | Bin 0 -> 1120 bytes .../plugins/uicolor/yui/assets/hue_thumb.png | Bin 0 -> 195 bytes .../plugins/uicolor/yui/assets/picker_mask.png | Bin 0 -> 12174 bytes .../plugins/uicolor/yui/assets/picker_thumb.png | Bin 0 -> 192 bytes .../ckeditor/plugins/uicolor/yui/assets/yui.css | 7 + public/assets/ckeditor/plugins/uicolor/yui/yui.js | 223 +++ .../assets/ckeditor/plugins/uploadimage/plugin.js | 7 + .../ckeditor/plugins/uploadwidget/lang/cs.js | 5 + .../ckeditor/plugins/uploadwidget/lang/da.js | 5 + .../ckeditor/plugins/uploadwidget/lang/de-ch.js | 5 + .../ckeditor/plugins/uploadwidget/lang/de.js | 5 + .../ckeditor/plugins/uploadwidget/lang/el.js | 5 + .../ckeditor/plugins/uploadwidget/lang/en.js | 5 + .../ckeditor/plugins/uploadwidget/lang/eo.js | 5 + .../ckeditor/plugins/uploadwidget/lang/eu.js | 5 + .../ckeditor/plugins/uploadwidget/lang/fr.js | 5 + .../ckeditor/plugins/uploadwidget/lang/gl.js | 5 + .../ckeditor/plugins/uploadwidget/lang/hu.js | 5 + .../ckeditor/plugins/uploadwidget/lang/id.js | 5 + .../ckeditor/plugins/uploadwidget/lang/it.js | 5 + .../ckeditor/plugins/uploadwidget/lang/ko.js | 5 + .../ckeditor/plugins/uploadwidget/lang/ku.js | 5 + .../ckeditor/plugins/uploadwidget/lang/nb.js | 5 + .../ckeditor/plugins/uploadwidget/lang/nl.js | 5 + .../ckeditor/plugins/uploadwidget/lang/pl.js | 5 + .../ckeditor/plugins/uploadwidget/lang/pt-br.js | 5 + .../ckeditor/plugins/uploadwidget/lang/ru.js | 5 + .../ckeditor/plugins/uploadwidget/lang/sv.js | 5 + .../ckeditor/plugins/uploadwidget/lang/tr.js | 5 + .../ckeditor/plugins/uploadwidget/lang/ug.js | 5 + .../ckeditor/plugins/uploadwidget/lang/uk.js | 5 + .../ckeditor/plugins/uploadwidget/lang/zh-cn.js | 5 + .../ckeditor/plugins/uploadwidget/lang/zh.js | 5 + .../assets/ckeditor/plugins/uploadwidget/plugin.js | 10 + .../ckeditor/plugins/widget/images/handle.png | Bin 0 -> 220 bytes public/assets/ckeditor/plugins/widget/lang/af.js | 5 + public/assets/ckeditor/plugins/widget/lang/ar.js | 5 + public/assets/ckeditor/plugins/widget/lang/bg.js | 5 + public/assets/ckeditor/plugins/widget/lang/ca.js | 5 + public/assets/ckeditor/plugins/widget/lang/cs.js | 5 + public/assets/ckeditor/plugins/widget/lang/cy.js | 5 + public/assets/ckeditor/plugins/widget/lang/da.js | 5 + .../assets/ckeditor/plugins/widget/lang/de-ch.js | 5 + public/assets/ckeditor/plugins/widget/lang/de.js | 5 + public/assets/ckeditor/plugins/widget/lang/el.js | 5 + .../assets/ckeditor/plugins/widget/lang/en-gb.js | 5 + public/assets/ckeditor/plugins/widget/lang/en.js | 5 + public/assets/ckeditor/plugins/widget/lang/eo.js | 5 + public/assets/ckeditor/plugins/widget/lang/es.js | 5 + public/assets/ckeditor/plugins/widget/lang/eu.js | 5 + public/assets/ckeditor/plugins/widget/lang/fa.js | 5 + public/assets/ckeditor/plugins/widget/lang/fi.js | 5 + public/assets/ckeditor/plugins/widget/lang/fr.js | 5 + public/assets/ckeditor/plugins/widget/lang/gl.js | 5 + public/assets/ckeditor/plugins/widget/lang/he.js | 5 + public/assets/ckeditor/plugins/widget/lang/hr.js | 5 + public/assets/ckeditor/plugins/widget/lang/hu.js | 5 + public/assets/ckeditor/plugins/widget/lang/id.js | 5 + public/assets/ckeditor/plugins/widget/lang/it.js | 5 + public/assets/ckeditor/plugins/widget/lang/ja.js | 5 + public/assets/ckeditor/plugins/widget/lang/km.js | 5 + public/assets/ckeditor/plugins/widget/lang/ko.js | 5 + public/assets/ckeditor/plugins/widget/lang/ku.js | 5 + public/assets/ckeditor/plugins/widget/lang/lv.js | 5 + public/assets/ckeditor/plugins/widget/lang/nb.js | 5 + public/assets/ckeditor/plugins/widget/lang/nl.js | 5 + public/assets/ckeditor/plugins/widget/lang/no.js | 5 + public/assets/ckeditor/plugins/widget/lang/pl.js | 5 + .../assets/ckeditor/plugins/widget/lang/pt-br.js | 5 + public/assets/ckeditor/plugins/widget/lang/pt.js | 5 + public/assets/ckeditor/plugins/widget/lang/ru.js | 5 + public/assets/ckeditor/plugins/widget/lang/sk.js | 5 + public/assets/ckeditor/plugins/widget/lang/sl.js | 5 + public/assets/ckeditor/plugins/widget/lang/sq.js | 5 + public/assets/ckeditor/plugins/widget/lang/sv.js | 5 + public/assets/ckeditor/plugins/widget/lang/tr.js | 5 + public/assets/ckeditor/plugins/widget/lang/tt.js | 5 + public/assets/ckeditor/plugins/widget/lang/ug.js | 5 + public/assets/ckeditor/plugins/widget/lang/uk.js | 5 + public/assets/ckeditor/plugins/widget/lang/vi.js | 5 + .../assets/ckeditor/plugins/widget/lang/zh-cn.js | 5 + public/assets/ckeditor/plugins/widget/lang/zh.js | 5 + public/assets/ckeditor/plugins/widget/plugin.js | 60 + public/assets/ckeditor/plugins/wsc/LICENSE.md | 28 + .../ckeditor/plugins/wsc/dialogs/ciframe.html | 66 + .../ckeditor/plugins/wsc/dialogs/tmpFrameset.html | 52 + public/assets/ckeditor/plugins/wsc/dialogs/wsc.css | 82 + public/assets/ckeditor/plugins/wsc/dialogs/wsc.js | 92 ++ .../assets/ckeditor/plugins/wsc/dialogs/wsc_ie.js | 11 + public/assets/ckeditor/plugins/xml/plugin.js | 7 + public/assets/ckeditor/samples/css/samples.css | 1640 ++++++++++++++++++++ public/assets/ckeditor/samples/img/github-top.png | Bin 0 -> 383 bytes public/assets/ckeditor/samples/img/header-bg.png | Bin 0 -> 13086 bytes .../ckeditor/samples/img/header-separator.png | Bin 0 -> 123 bytes public/assets/ckeditor/samples/img/logo.png | Bin 0 -> 5891 bytes .../assets/ckeditor/samples/img/navigation-tip.png | Bin 0 -> 12029 bytes public/assets/ckeditor/samples/index.html | 128 ++ public/assets/ckeditor/samples/js/sample.js | 53 + public/assets/ckeditor/samples/js/sf.js | 17 + public/assets/ckeditor/samples/old/ajax.html | 85 + public/assets/ckeditor/samples/old/api.html | 210 +++ public/assets/ckeditor/samples/old/appendto.html | 59 + .../ckeditor/samples/old/assets/inlineall/logo.png | Bin 0 -> 4283 bytes .../samples/old/assets/outputxhtml/outputxhtml.css | 204 +++ .../ckeditor/samples/old/assets/posteddata.php | 59 + .../assets/ckeditor/samples/old/assets/sample.jpg | Bin 0 -> 14449 bytes .../samples/old/assets/uilanguages/languages.js | 7 + .../ckeditor/samples/old/autogrow/autogrow.html | 102 ++ .../assets/ckeditor/samples/old/bbcode/bbcode.html | 114 ++ .../samples/old/codesnippet/codesnippet.html | 236 +++ .../assets/ckeditor/samples/old/datafiltering.html | 508 ++++++ .../ckeditor/samples/old/devtools/devtools.html | 86 + .../samples/old/dialog/assets/my_dialog.js | 48 + .../assets/ckeditor/samples/old/dialog/dialog.html | 190 +++ .../ckeditor/samples/old/divarea/divarea.html | 64 + public/assets/ckeditor/samples/old/divreplace.html | 144 ++ .../ckeditor/samples/old/docprops/docprops.html | 81 + .../ckeditor/samples/old/enterkey/enterkey.html | 106 ++ .../assets/outputforflash/outputforflash.fla | Bin 0 -> 85504 bytes .../assets/outputforflash/outputforflash.swf | Bin 0 -> 15571 bytes .../htmlwriter/assets/outputforflash/swfobject.js | 19 + .../samples/old/htmlwriter/outputforflash.html | 283 ++++ .../samples/old/htmlwriter/outputhtml.html | 224 +++ .../ckeditor/samples/old/image2/assets/image1.jpg | Bin 0 -> 33171 bytes .../ckeditor/samples/old/image2/assets/image2.jpg | Bin 0 -> 26238 bytes .../assets/ckeditor/samples/old/image2/image2.html | 68 + public/assets/ckeditor/samples/old/index.html | 173 ++ public/assets/ckeditor/samples/old/inlineall.html | 314 ++++ .../assets/ckeditor/samples/old/inlinebycode.html | 124 ++ .../ckeditor/samples/old/inlinetextarea.html | 113 ++ public/assets/ckeditor/samples/old/jquery.html | 103 ++ .../ckeditor/samples/old/magicline/magicline.html | 209 +++ .../ckeditor/samples/old/mathjax/mathjax.html | 38 + .../samples/old/placeholder/placeholder.html | 75 + public/assets/ckeditor/samples/old/readonly.html | 76 + .../ckeditor/samples/old/replacebyclass.html | 60 + .../assets/ckeditor/samples/old/replacebycode.html | 59 + public/assets/ckeditor/samples/old/sample.css | 357 +++++ public/assets/ckeditor/samples/old/sample.js | 50 + .../ckeditor/samples/old/sample_posteddata.php | 16 + .../samples/old/sharedspace/sharedspace.html | 122 ++ .../samples/old/sourcedialog/sourcedialog.html | 121 ++ .../samples/old/stylesheetparser/assets/sample.css | 70 + .../old/stylesheetparser/stylesheetparser.html | 85 + public/assets/ckeditor/samples/old/tabindex.html | 78 + .../samples/old/tableresize/tableresize.html | 107 ++ .../ckeditor/samples/old/toolbar/toolbar.html | 235 +++ public/assets/ckeditor/samples/old/uicolor.html | 72 + .../ckeditor/samples/old/uicolor/uicolor.html | 106 ++ .../assets/ckeditor/samples/old/uilanguages.html | 122 ++ .../ckeditor/samples/old/wysiwygarea/fullpage.html | 80 + public/assets/ckeditor/samples/old/xhtmlstyle.html | 234 +++ .../samples/toolbarconfigurator/css/fontello.css | 55 + .../samples/toolbarconfigurator/font/LICENSE.txt | 10 + .../samples/toolbarconfigurator/font/config.json | 28 + .../samples/toolbarconfigurator/font/fontello.eot | Bin 0 -> 4988 bytes .../samples/toolbarconfigurator/font/fontello.svg | 14 + .../samples/toolbarconfigurator/font/fontello.ttf | Bin 0 -> 4820 bytes .../samples/toolbarconfigurator/font/fontello.woff | Bin 0 -> 2904 bytes .../samples/toolbarconfigurator/index.html | 446 ++++++ .../js/abstracttoolbarmodifier.js | 13 + .../toolbarconfigurator/js/fulltoolbareditor.js | 9 + .../toolbarconfigurator/js/toolbarmodifier.js | 33 + .../toolbarconfigurator/js/toolbartextmodifier.js | 14 + .../toolbarconfigurator/lib/codemirror/LICENSE | 19 + .../lib/codemirror/codemirror.css | 325 ++++ .../lib/codemirror/codemirror.js | 288 ++++ .../lib/codemirror/javascript.js | 25 + .../toolbarconfigurator/lib/codemirror/neo.css | 36 + .../lib/codemirror/show-hint.css | 38 + .../lib/codemirror/show-hint.js | 16 + public/assets/ckeditor/skins/kama/dialog.css | 5 + public/assets/ckeditor/skins/kama/dialog_ie.css | 5 + public/assets/ckeditor/skins/kama/dialog_ie7.css | 5 + public/assets/ckeditor/skins/kama/dialog_ie8.css | 5 + .../assets/ckeditor/skins/kama/dialog_iequirks.css | 5 + public/assets/ckeditor/skins/kama/editor.css | 5 + public/assets/ckeditor/skins/kama/editor_ie.css | 5 + public/assets/ckeditor/skins/kama/editor_ie7.css | 5 + public/assets/ckeditor/skins/kama/editor_ie8.css | 5 + .../assets/ckeditor/skins/kama/editor_iequirks.css | 5 + public/assets/ckeditor/skins/kama/icons.png | Bin 0 -> 9855 bytes public/assets/ckeditor/skins/kama/icons_hidpi.png | Bin 0 -> 16078 bytes .../ckeditor/skins/kama/images/dialog_sides.gif | Bin 0 -> 47 bytes .../ckeditor/skins/kama/images/dialog_sides.png | Bin 0 -> 125 bytes .../skins/kama/images/dialog_sides_rtl.png | Bin 0 -> 128 bytes public/assets/ckeditor/skins/kama/images/mini.gif | Bin 0 -> 181 bytes .../assets/ckeditor/skins/kama/images/spinner.gif | Bin 0 -> 2984 bytes .../assets/ckeditor/skins/kama/images/sprites.png | Bin 0 -> 6117 bytes .../ckeditor/skins/kama/images/sprites_ie6.png | Bin 0 -> 2658 bytes .../ckeditor/skins/kama/images/toolbar_start.gif | Bin 0 -> 102 bytes public/assets/ckeditor/skins/kama/readme.md | 38 + public/assets/ckeditor/skins/kama/skin.js | 8 + public/assets/ckeditor/skins/moono/dialog.css | 5 + public/assets/ckeditor/skins/moono/dialog_ie.css | 5 + public/assets/ckeditor/skins/moono/dialog_ie7.css | 5 + public/assets/ckeditor/skins/moono/dialog_ie8.css | 5 + .../ckeditor/skins/moono/dialog_iequirks.css | 5 + public/assets/ckeditor/skins/moono/editor.css | 5 + .../assets/ckeditor/skins/moono/editor_gecko.css | 5 + public/assets/ckeditor/skins/moono/editor_ie.css | 5 + public/assets/ckeditor/skins/moono/editor_ie7.css | 5 + public/assets/ckeditor/skins/moono/editor_ie8.css | 5 + .../ckeditor/skins/moono/editor_iequirks.css | 5 + public/assets/ckeditor/skins/moono/icons.png | Bin 0 -> 18319 bytes public/assets/ckeditor/skins/moono/icons_hidpi.png | Bin 0 -> 63530 bytes .../assets/ckeditor/skins/moono/images/arrow.png | Bin 0 -> 191 bytes .../assets/ckeditor/skins/moono/images/close.png | Bin 0 -> 468 bytes .../ckeditor/skins/moono/images/hidpi/close.png | Bin 0 -> 1271 bytes .../skins/moono/images/hidpi/lock-open.png | Bin 0 -> 1329 bytes .../ckeditor/skins/moono/images/hidpi/lock.png | Bin 0 -> 1299 bytes .../ckeditor/skins/moono/images/hidpi/refresh.png | Bin 0 -> 1842 bytes .../ckeditor/skins/moono/images/lock-open.png | Bin 0 -> 349 bytes public/assets/ckeditor/skins/moono/images/lock.png | Bin 0 -> 475 bytes .../assets/ckeditor/skins/moono/images/refresh.png | Bin 0 -> 422 bytes .../assets/ckeditor/skins/moono/images/spinner.gif | Bin 0 -> 2984 bytes public/assets/ckeditor/skins/moono/readme.md | 49 + public/assets/ckeditor/styles.js | 111 ++ public/assets/plugins/jscripty/js/Actions.js | 2 +- public/assets/plugins/jscripty/js/Dialogs.js | 2 +- public/assets/plugins/jscripty/js/Editor.js | 2 +- public/assets/plugins/jscripty/js/EditorUi.js | 2 +- public/assets/plugins/jscripty/js/Graph.js | 2 +- public/assets/plugins/jscripty/js/Menus.js | 2 +- public/assets/plugins/jscripty/js/Shapes.js | 2 +- public/assets/plugins/jscripty/js/Sidebar.js | 2 +- public/assets/plugins/jscripty/js/Toolbar.js | 2 +- public/assets/plugins/jscripty/js/custom.js | 2 +- public/assets/plugins/mxgraph/js/mxClient.js | 2 +- public/assets/plugins/square/js/Actions.js | 2 +- public/assets/plugins/square/js/Dialogs.js | 2 +- public/assets/plugins/square/js/Editor.js | 2 +- public/assets/plugins/square/js/EditorUi.js | 2 +- public/assets/plugins/square/js/Graph.js | 2 +- public/assets/plugins/square/js/Menus.js | 2 +- public/assets/plugins/square/js/Shapes.js | 2 +- public/assets/plugins/square/js/Sidebar.js | 2 +- public/assets/plugins/square/js/Toolbar.js | 2 +- public/assets/plugins/square/js/custom.js | 2 +- release-notes/changelog_0.0.108.txt | 2 +- server/api/action/action.controller.js | 2 +- server/api/action/action.socket.js | 2 +- server/api/action/index.js | 2 +- server/api/agent/agent.controller.js | 2 +- server/api/agent/agent.socket.js | 2 +- server/api/agent/index.js | 2 +- server/api/ami/ami.ami.js | 2 +- server/api/ami/ami.controller.js | 2 +- server/api/ami/ami.socket.js | 2 +- server/api/ami/index.js | 2 +- server/api/automation/automation.controller.js | 2 +- server/api/automation/automation.socket.js | 2 +- server/api/automation/index.js | 2 +- .../api/canned_answer/canned_answer.controller.js | 2 +- server/api/canned_answer/canned_answer.socket.js | 2 +- server/api/canned_answer/index.js | 2 +- server/api/chanspy/chanspy.controller.js | 2 +- server/api/chanspy/chanspy.socket.js | 2 +- server/api/chanspy/index.js | 2 +- .../chat_application.controller.js | 2 +- .../chat_application/chat_application.socket.js | 2 +- server/api/chat_application/index.js | 2 +- .../chat_disposition.controller.js | 2 +- .../chat_disposition/chat_disposition.socket.js | 2 +- server/api/chat_disposition/index.js | 2 +- server/api/chat_enquiry/enquiry.controller.js | 2 +- server/api/chat_enquiry/enquiry.socket.js | 2 +- server/api/chat_enquiry/index.js | 2 +- server/api/chat_message/chat_message.controller.js | 2 +- server/api/chat_message/chat_message.socket.js | 2 +- server/api/chat_message/index.js | 2 +- .../chat_proactive_action.controller.js | 2 +- .../chat_proactive_action.socket.js | 2 +- server/api/chat_proactive_action/index.js | 2 +- server/api/chat_queue/chat_queue.controller.js | 2 +- server/api/chat_queue/chat_queue.socket.js | 2 +- server/api/chat_queue/index.js | 2 +- server/api/chat_room/chat_room.controller.js | 2 +- server/api/chat_room/chat_room.socket.js | 2 +- server/api/chat_room/index.js | 2 +- server/api/chat_visitor/chat_visitor.controller.js | 2 +- server/api/chat_visitor/chat_visitor.socket.js | 2 +- server/api/chat_visitor/index.js | 2 +- server/api/chat_website/chat_website.controller.js | 2 +- server/api/chat_website/chat_website.socket.js | 2 +- server/api/chat_website/index.js | 2 +- .../chat_websites_field.controller.js | 2 +- .../chat_websites_field.socket.js | 2 +- server/api/chat_websites_field/index.js | 2 +- server/api/company/company.controller.js | 2 +- server/api/company/company.socket.js | 2 +- server/api/company/index.js | 2 +- .../contact_manager/contact_manager.controller.js | 2 +- .../api/contact_manager/contact_manager.socket.js | 2 +- server/api/contact_manager/index.js | 2 +- .../api/custom_report/custom_report.controller.js | 2 +- server/api/custom_report/custom_report.socket.js | 2 +- server/api/custom_report/index.js | 2 +- server/api/dashboard/dashboard.controller.js | 2 +- server/api/dashboard/dashboard.socket.js | 2 +- server/api/dashboard/index.js | 2 +- .../default_metric/default_metric.controller.js | 2 +- server/api/default_metric/default_metric.socket.js | 2 +- server/api/default_metric/index.js | 2 +- .../default_report/default_report.controller.js | 2 +- server/api/default_report/default_report.socket.js | 2 +- server/api/default_report/index.js | 2 +- server/api/desk_account/desk_account.controller.js | 2 +- server/api/desk_account/desk_account.socket.js | 2 +- server/api/desk_account/index.js | 2 +- .../desk_configuration.controller.js | 2 +- .../desk_configuration.socket.js | 2 +- server/api/desk_configuration/index.js | 2 +- server/api/desk_field/desk_field.controller.js | 2 +- server/api/desk_field/desk_field.socket.js | 2 +- server/api/desk_field/index.js | 2 +- .../extracted_report.controller.js | 2 +- .../extracted_report/extracted_report.socket.js | 2 +- server/api/extracted_report/index.js | 2 +- server/api/fax_account/fax_account.controller.js | 2 +- server/api/fax_account/fax_account.socket.js | 2 +- server/api/fax_account/index.js | 2 +- .../fax_application/fax_application.controller.js | 2 +- .../api/fax_application/fax_application.socket.js | 2 +- server/api/fax_application/index.js | 2 +- .../fax_attachment/fax_attachment.controller.js | 2 +- server/api/fax_attachment/fax_attachment.socket.js | 2 +- server/api/fax_attachment/index.js | 2 +- .../fax_disposition/fax_disposition.controller.js | 2 +- .../api/fax_disposition/fax_disposition.socket.js | 2 +- server/api/fax_disposition/index.js | 2 +- server/api/fax_message/fax_message.ami.js | 2 +- server/api/fax_message/fax_message.controller.js | 2 +- server/api/fax_message/fax_message.socket.js | 2 +- server/api/fax_message/index.js | 2 +- server/api/fax_queue/fax_queue.controller.js | 2 +- server/api/fax_queue/fax_queue.socket.js | 2 +- server/api/fax_queue/index.js | 2 +- server/api/fax_room/fax_room.controller.js | 2 +- server/api/fax_room/fax_room.socket.js | 2 +- server/api/fax_room/index.js | 2 +- .../freshdesk_account.controller.js | 2 +- .../freshdesk_account/freshdesk_account.socket.js | 2 +- server/api/freshdesk_account/index.js | 2 +- server/api/freshdesk_account/index.spec.js | 2 +- .../freshdesk_configuration.controller.js | 2 +- .../freshdesk_configuration.socket.js | 2 +- server/api/freshdesk_configuration/index.js | 2 +- server/api/freshdesk_configuration/index.spec.js | 2 +- .../freshdesk_field/freshdesk_field.controller.js | 2 +- .../api/freshdesk_field/freshdesk_field.socket.js | 2 +- server/api/freshdesk_field/index.js | 2 +- server/api/freshdesk_field/index.spec.js | 2 +- server/api/integration/index.js | 2 +- server/api/integration/integration.controller.js | 2 +- server/api/integration/integration.socket.js | 2 +- server/api/interval/index.js | 2 +- server/api/interval/interval.controller.js | 2 +- server/api/interval/interval.socket.js | 2 +- server/api/jscripty_project/index.js | 2 +- .../jscripty_project.controller.js | 2 +- .../jscripty_project/jscripty_project.socket.js | 2 +- server/api/license/index.js | 2 +- server/api/license/license.controller.js | 2 +- server/api/license/license.socket.js | 2 +- server/api/list/index.js | 2 +- server/api/list/list.controller.js | 2 +- server/api/list/list.socket.js | 2 +- server/api/mail_account/index.js | 2 +- server/api/mail_account/mail_account.controller.js | 2 +- server/api/mail_account/mail_account.socket.js | 2 +- server/api/mail_application/index.js | 2 +- .../mail_application.controller.js | 2 +- .../mail_application/mail_application.socket.js | 2 +- server/api/mail_attachment/index.js | 2 +- .../mail_attachment/mail_attachment.controller.js | 2 +- .../api/mail_attachment/mail_attachment.socket.js | 2 +- server/api/mail_disposition/index.js | 2 +- .../mail_disposition.controller.js | 2 +- .../mail_disposition/mail_disposition.socket.js | 2 +- server/api/mail_message/index.js | 2 +- server/api/mail_message/mail_message.controller.js | 2 +- server/api/mail_message/mail_message.socket.js | 2 +- server/api/mail_queue/index.js | 2 +- server/api/mail_queue/mail_queue.controller.js | 2 +- server/api/mail_queue/mail_queue.socket.js | 2 +- server/api/mail_room/index.js | 2 +- server/api/mail_room/mail_room.controller.js | 2 +- server/api/mail_room/mail_room.socket.js | 2 +- server/api/mail_server_in/index.js | 2 +- .../mail_server_in/mail_server_in.controller.js | 2 +- server/api/mail_server_in/mail_server_in.socket.js | 2 +- server/api/mail_server_out/index.js | 2 +- .../mail_server_out/mail_server_out.controller.js | 2 +- .../api/mail_server_out/mail_server_out.socket.js | 2 +- server/api/metric/index.js | 2 +- server/api/metric/metric.controller.js | 2 +- server/api/metric/metric.socket.js | 2 +- server/api/module/index.js | 2 +- server/api/module/module.controller.js | 2 +- server/api/module/module.socket.js | 2 +- server/api/motionbar/index.js | 2 +- server/api/motionbar/motionbar.controller.js | 2 +- server/api/motionbar/motionbar.socket.js | 2 +- server/api/network_externip/index.js | 2 +- .../network_externip.controller.js | 2 +- .../network_externip/network_externip.socket.js | 2 +- server/api/network_localnet/index.js | 2 +- .../network_localnet.controller.js | 2 +- .../network_localnet/network_localnet.socket.js | 2 +- server/api/pause/index.js | 2 +- server/api/pause/pause.controller.js | 2 +- server/api/pause/pause.socket.js | 2 +- server/api/report_agent/index.js | 2 +- server/api/report_agent/report_agent.controller.js | 2 +- server/api/report_agent/report_agent.socket.js | 2 +- server/api/report_call/index.js | 2 +- server/api/report_call/report_call.controller.js | 2 +- server/api/report_call/report_call.socket.js | 2 +- server/api/report_chat/index.js | 2 +- server/api/report_chat/report_chat.controller.js | 2 +- server/api/report_chat/report_chat.socket.js | 2 +- server/api/report_chat_room/index.js | 2 +- .../report_chat_room.controller.js | 2 +- .../report_chat_room/report_chat_room.socket.js | 2 +- server/api/report_chat_session/index.js | 2 +- .../report_chat_session.controller.js | 2 +- .../report_chat_session.socket.js | 2 +- server/api/report_fax/index.js | 2 +- server/api/report_fax/report_fax.controller.js | 2 +- server/api/report_fax/report_fax.socket.js | 2 +- server/api/report_fax_room/index.js | 2 +- .../report_fax_room/report_fax_room.controller.js | 2 +- .../api/report_fax_room/report_fax_room.socket.js | 2 +- server/api/report_fax_session/index.js | 2 +- .../report_fax_session.controller.js | 2 +- .../report_fax_session.socket.js | 2 +- server/api/report_integration/index.js | 2 +- .../report_integration.controller.js | 2 +- .../report_integration.socket.js | 2 +- server/api/report_mail/index.js | 2 +- server/api/report_mail/report_mail.controller.js | 2 +- server/api/report_mail/report_mail.socket.js | 2 +- server/api/report_mail_room/index.js | 2 +- .../report_mail_room.controller.js | 2 +- .../report_mail_room/report_mail_room.socket.js | 2 +- server/api/report_mail_session/index.js | 2 +- .../report_mail_session.controller.js | 2 +- .../report_mail_session.socket.js | 2 +- server/api/report_member/index.js | 2 +- .../api/report_member/report_member.controller.js | 2 +- server/api/report_member/report_member.socket.js | 2 +- server/api/report_queue/index.js | 2 +- server/api/report_queue/report_queue.controller.js | 2 +- server/api/report_queue/report_queue.socket.js | 2 +- server/api/report_sms/index.js | 2 +- server/api/report_sms/report_sms.controller.js | 2 +- server/api/report_sms/report_sms.socket.js | 2 +- server/api/report_sms_room/index.js | 2 +- .../report_sms_room/report_sms_room.controller.js | 2 +- .../api/report_sms_room/report_sms_room.socket.js | 2 +- server/api/report_sms_session/index.js | 2 +- .../report_sms_session.controller.js | 2 +- .../report_sms_session.socket.js | 2 +- server/api/report_square/index.js | 2 +- .../api/report_square/report_square.controller.js | 2 +- server/api/report_square/report_square.socket.js | 2 +- server/api/report_square_detail/index.js | 2 +- .../report_square_detail.controller.js | 2 +- .../report_square_detail.socket.js | 2 +- server/api/report_tree/index.js | 2 +- server/api/report_tree/report_tree.controller.js | 2 +- server/api/report_tree/report_tree.socket.js | 2 +- server/api/salesforce_account/index.js | 2 +- .../salesforce_account.controller.js | 2 +- .../salesforce_account.socket.js | 2 +- server/api/salesforce_configuration/index.js | 2 +- .../salesforce_configuration.controller.js | 2 +- .../salesforce_configuration.socket.js | 2 +- server/api/salesforce_field/index.js | 2 +- server/api/salesforce_field/index.spec.js | 2 +- .../salesforce_field.controller.js | 2 +- .../salesforce_field/salesforce_field.socket.js | 2 +- server/api/scheduler/index.js | 2 +- server/api/scheduler/scheduler.controller.js | 2 +- server/api/scheduler/scheduler.socket.js | 2 +- server/api/setting/index.js | 2 +- server/api/setting/setting.controller.js | 2 +- server/api/setting/setting.socket.js | 2 +- server/api/sms_account/index.js | 2 +- server/api/sms_account/sms_account.controller.js | 2 +- server/api/sms_account/sms_account.socket.js | 2 +- server/api/sms_account/util.js | 2 +- server/api/sms_application/index.js | 2 +- .../sms_application/sms_application.controller.js | 2 +- .../api/sms_application/sms_application.socket.js | 2 +- server/api/sms_disposition/index.js | 2 +- .../sms_disposition/sms_disposition.controller.js | 2 +- .../api/sms_disposition/sms_disposition.socket.js | 2 +- server/api/sms_message/index.js | 2 +- server/api/sms_message/sms_message.controller.js | 2 +- server/api/sms_message/sms_message.socket.js | 2 +- server/api/sms_queue/index.js | 2 +- server/api/sms_queue/sms_queue.controller.js | 2 +- server/api/sms_queue/sms_queue.socket.js | 2 +- server/api/sms_room/index.js | 2 +- server/api/sms_room/sms_room.controller.js | 2 +- server/api/sms_room/sms_room.socket.js | 2 +- server/api/sound/index.js | 2 +- server/api/sound/sound.controller.js | 2 +- server/api/sound/sound.socket.js | 2 +- server/api/square_odbc/index.js | 2 +- server/api/square_odbc/square_odbc.controller.js | 2 +- server/api/square_odbc/square_odbc.socket.js | 2 +- server/api/square_project/index.js | 2 +- .../square_project/square_project.controller.js | 2 +- server/api/square_project/square_project.socket.js | 2 +- server/api/square_recording/index.js | 2 +- .../square_recording.controller.js | 2 +- .../square_recording/square_recording.socket.js | 2 +- server/api/sugarcrm_account/index.js | 2 +- .../sugarcrm_account.controller.js | 2 +- .../sugarcrm_account/sugarcrm_account.socket.js | 2 +- server/api/sugarcrm_configuration/index.js | 2 +- .../sugarcrm_configuration.controller.js | 2 +- .../sugarcrm_configuration.socket.js | 2 +- server/api/sugarcrm_field/index.js | 2 +- .../sugarcrm_field/sugarcrm_field.controller.js | 2 +- server/api/sugarcrm_field/sugarcrm_field.socket.js | 2 +- server/api/tag/index.js | 2 +- server/api/tag/tag.controller.js | 2 +- server/api/tag/tag.socket.js | 2 +- server/api/team/index.js | 2 +- server/api/team/team.controller.js | 2 +- server/api/team/team.socket.js | 2 +- server/api/telephone/index.js | 2 +- server/api/telephone/telephone.controller.js | 2 +- server/api/telephone/telephone.socket.js | 2 +- server/api/template/index.js | 2 +- server/api/template/template.controller.js | 2 +- server/api/template/template.socket.js | 2 +- server/api/trigger/index.js | 2 +- server/api/trigger/trigger.controller.js | 2 +- server/api/trigger/trigger.socket.js | 2 +- server/api/trunk/index.js | 2 +- server/api/trunk/trunk.controller.js | 2 +- server/api/trunk/trunk.socket.js | 2 +- server/api/update/index.js | 2 +- server/api/update/update.controller.js | 2 +- server/api/user/index.js | 2 +- server/api/user/user.controller.js | 2 +- server/api/user/user.socket.js | 2 +- server/api/user_has_chat_queue/index.js | 2 +- .../user_has_chat_queue.controller.js | 2 +- .../user_has_chat_queue.socket.js | 2 +- server/api/user_has_chat_room/index.js | 2 +- .../user_has_chat_room.controller.js | 2 +- .../user_has_chat_room.socket.js | 2 +- server/api/user_has_fax_queue/index.js | 2 +- .../user_has_fax_queue.controller.js | 2 +- .../user_has_fax_queue.socket.js | 2 +- server/api/user_has_list/index.js | 2 +- .../api/user_has_list/user_has_list.controller.js | 2 +- server/api/user_has_list/user_has_list.socket.js | 2 +- server/api/user_has_mail_queue/index.js | 2 +- .../user_has_mail_queue.controller.js | 2 +- .../user_has_mail_queue.socket.js | 2 +- server/api/user_has_sms_queue/index.js | 2 +- .../user_has_sms_queue.controller.js | 2 +- .../user_has_sms_queue.socket.js | 2 +- server/api/user_has_team/index.js | 2 +- .../api/user_has_team/user_has_team.controller.js | 2 +- server/api/user_has_team/user_has_team.model.js | 2 +- server/api/user_has_team/user_has_team.socket.js | 2 +- server/api/user_has_team/user_has_team.spec.js | 2 +- server/api/user_has_voice_queue/index.js | 2 +- .../user_has_voice_queue.controller.js | 2 +- .../user_has_voice_queue.socket.js | 2 +- server/api/variable/index.js | 2 +- server/api/variable/variable.controller.js | 2 +- server/api/variable/variable.socket.js | 2 +- server/api/voice_context/index.js | 2 +- .../api/voice_context/voice_context.controller.js | 2 +- server/api/voice_context/voice_context.socket.js | 2 +- server/api/voice_disposition/index.js | 2 +- .../voice_disposition.controller.js | 2 +- .../voice_disposition/voice_disposition.socket.js | 2 +- server/api/voice_extension/index.js | 2 +- .../voice_extension/voice_extension.controller.js | 2 +- .../api/voice_extension/voice_extension.socket.js | 2 +- server/api/voice_musiconhold/index.js | 2 +- .../voice_musiconhold.controller.js | 2 +- .../voice_musiconhold/voice_musiconhold.socket.js | 2 +- server/api/voice_queue/index.js | 2 +- server/api/voice_queue/voice_queue.controller.js | 2 +- server/api/voice_queue/voice_queue.socket.js | 2 +- server/api/voice_recording/index.js | 2 +- .../voice_recording/voice_recording.controller.js | 2 +- .../api/voice_recording/voice_recording.socket.js | 2 +- server/api/voice_voicemail/index.js | 2 +- .../voice_voicemail/voice_voicemail.controller.js | 2 +- .../api/voice_voicemail/voice_voicemail.socket.js | 2 +- server/api/voice_voicemail_messages/index.js | 2 +- .../voice_voicemail_messages.controller.js | 2 +- .../voice_voicemail_messages.socket.js | 2 +- server/api/widget/index.js | 2 +- server/api/widget/widget.controller.js | 2 +- server/api/xchatty/index.js | 2 +- server/api/xchatty/xchatty.controller.js | 2 +- server/api/xchatty/xchatty.socket.js | 2 +- server/api/zendesk_account/index.js | 2 +- .../zendesk_account/zendesk_account.controller.js | 2 +- .../api/zendesk_account/zendesk_account.socket.js | 2 +- server/api/zendesk_configuration/index.js | 2 +- .../zendesk_configuration.controller.js | 2 +- .../zendesk_configuration.socket.js | 2 +- server/api/zendesk_field/index.js | 2 +- .../api/zendesk_field/zendesk_field.controller.js | 2 +- server/api/zendesk_field/zendesk_field.socket.js | 2 +- server/api/zendesk_field/zendesk_field.spec.js | 2 +- server/app.js | 2 +- server/auth/auth.service.js | 2 +- server/auth/facebook/index.js | 2 +- server/auth/facebook/passport.js | 2 +- server/auth/google/index.js | 2 +- server/auth/google/passport.js | 2 +- server/auth/index.js | 2 +- server/auth/local/index.js | 2 +- server/auth/local/local.ami.js | 2 +- server/auth/local/passport.js | 2 +- server/auth/twitter/index.js | 2 +- server/auth/twitter/passport.js | 2 +- server/config/agi/agi.js | 2 +- server/config/agi/index.js | 2 +- server/config/ami/action.js | 2 +- server/config/ami/acw.js | 2 +- server/config/ami/agent.js | 2 +- server/config/ami/call.js | 2 +- server/config/ami/fax.js | 2 +- server/config/ami/index.js | 2 +- server/config/ami/member.js | 2 +- server/config/ami/network.js | 2 +- server/config/ami/queue_caller.js | 2 +- server/config/ami/queue_member.js | 2 +- server/config/ami/recording.js | 2 +- server/config/ami/socket.js | 2 +- server/config/ami/transfer.js | 2 +- server/config/ami/trunk.js | 2 +- server/config/ami/user.js | 2 +- server/config/ami/voice_context.js | 2 +- server/config/analytics.js | 2 +- server/config/autodialer/index.js | 2 +- server/config/autodialer/process.js | 2 +- server/config/automations/fax.js | 2 +- server/config/automations/mail.js | 2 +- server/config/express.js | 2 +- server/config/fax.js | 2 +- server/config/history/history.js | 2 +- server/config/history/reportMove.js | 2 +- server/config/imap/imap.js | 2 +- server/config/imap/index.js | 2 +- server/config/integration.js | 2 +- server/config/integrations/index.js | 2 +- server/config/integrations/motionbar.js | 2 +- server/config/integrations/salesforce.js | 2 +- server/config/integrations/zendesk.js | 2 +- server/config/license/index.js | 2 +- server/config/license/license.service.js | 2 +- server/config/local.env.sample.js | 2 +- server/config/logger.js | 2 +- server/config/routing/chat/index.js | 2 +- server/config/routing/chat/session.js | 2 +- server/config/routing/fax/index.js | 2 +- server/config/routing/fax/session.js | 2 +- server/config/routing/mail/index.js | 2 +- server/config/routing/mail/session.js | 2 +- server/config/routing/sms/index.js | 2 +- server/config/routing/sms/session.js | 2 +- server/config/scheduler/index.js | 2 +- server/config/scheduler/reports.js | 2 +- server/config/seed.js | 2 +- server/config/seedp.js | 2 +- server/config/sms/index.js | 2 +- server/config/sms/skebby.js | 2 +- server/config/sms/sms.js | 2 +- server/config/sms/twilio.js | 2 +- server/config/smtp/index.js | 2 +- server/config/smtp/smtp.js | 2 +- server/config/socketio.js | 2 +- server/config/tools/channelSpy.js | 2 +- server/config/tools/chatRoom.js | 2 +- server/config/tools/dashboard.js | 2 +- server/config/tools/faxAccount.js | 2 +- server/config/tools/index.js | 2 +- server/config/tools/interval.js | 2 +- server/config/tools/queueParameters.js | 2 +- server/config/tools/user.js | 2 +- server/config/triggers/chat.js | 2 +- server/config/triggers/cm.js | 2 +- server/config/triggers/index.js | 2 +- server/config/triggers/jscripty.js | 2 +- server/config/triggers/mail.js | 2 +- server/config/triggers/urlForward.js | 2 +- server/config/triggers/util.js | 2 +- server/config/triggers/voice.js | 2 +- server/config/util/error.js | 2 +- server/config/util/index.js | 2 +- server/migrations/20160404155902-motion.js | 2 +- server/migrations/20160405155748-motion.js | 2 +- server/migrations/20160407153439-template.js | 2 +- server/migrations/20160407154803-template.js | 2 +- server/migrations/20160407163943-trunks.js | 2 +- server/migrations/20160411164717-mail-accounts.js | 2 +- server/migrations/20160411182439-chat_website.js | 2 +- .../20160412152558-report_chat_session.js | 2 +- .../20160412152741-report_chat_session_history.js | 2 +- server/migrations/20160412174555-companies.js | 2 +- server/migrations/20160413115611-mail-rooms.js | 2 +- server/migrations/20160413120157-chat-rooms.js | 2 +- .../migrations/20160414100530-voice_extension.js | 2 +- .../20160414113954-int_salesforce_fields.js | 2 +- server/migrations/20160414162957-sms_account.js | 2 +- server/migrations/20160414164310-cm_contacts.js | 2 +- server/migrations/20160418114658-mail-rooms.js | 2 +- server/migrations/20160419112635-modules.js | 2 +- .../migrations/20160419152538-user_has_modules.js | 2 +- server/migrations/20160419162305-sms_message.js | 2 +- server/migrations/20160419172859-sms_room.js | 2 +- .../20160420123742-report_integration.js | 2 +- .../20160420124115-report_integration_history.js | 2 +- server/migrations/20160421121826-modules.js | 2 +- server/migrations/20160426111419-mail-messages.js | 2 +- server/migrations/20160427103718-history.js | 2 +- .../migrations/20160428124018-voice_extensions.js | 2 +- .../migrations/20160428180149-extracted_reports.js | 2 +- server/migrations/20160428182219-chat-messages.js | 2 +- server/migrations/20160429151542-trunks.js | 2 +- server/migrations/20160429190622-chat-rooms.js | 2 +- server/migrations/20160502172532-sms_messages.js | 2 +- .../20160503105145-report_jscripty_sessions.js | 2 +- .../20160503155507-report_integration.js | 2 +- server/migrations/20160503181159-fax_account.js | 2 +- .../20160505122220-report_square_detail.js | 2 +- .../20160506111910-report_square_details.js | 2 +- .../20160506142105-report_integration_history.js | 2 +- .../migrations/20160506171353-fax_applications.js | 2 +- .../migrations/20160506181017-voice_extensions.js | 2 +- .../migrations/20160508105043-voice_extensions.js | 2 +- server/migrations/20160509102203-fax_accounts.js | 2 +- server/migrations/20160509130347-trunks.js | 2 +- server/migrations/20160509145940-report_fields.js | 2 +- server/migrations/20160509160659-mail-server.js | 2 +- .../migrations/20160510114030-voice_recordings.js | 2 +- server/migrations/20160510140808-phone-bar.js | 2 +- server/migrations/20160511115852-users.js | 2 +- server/migrations/20160511162334-mail-rooms.js | 2 +- server/migrations/20160511182718-fax_rooms.js | 2 +- server/migrations/20160512094501-fax_messages.js | 2 +- .../migrations/20160512123554-report_mail_room.js | 2 +- server/migrations/20160512131153-chat_rooms.js | 2 +- .../20160512182519-report_fax_and_sms.js | 2 +- .../20160513153038-report_jscripty_sessions.js | 2 +- .../20160514095244-report_jscripty_questions.js | 2 +- server/migrations/20160515123238-report_call.js | 2 +- server/migrations/20160517180411-fax_rooms.js | 2 +- server/migrations/20160517180628-report_mail.js | 2 +- .../20160518133136-report_jscripty_questions.js | 2 +- server/migrations/20160519141054-sms_rooms.js | 2 +- server/migrations/20160520121915-report_sms.js | 2 +- server/migrations/20160520131839-chat_room.js | 2 +- server/migrations/20160520135050-mail-rooms.js | 2 +- server/migrations/20160520155633-report_fax.js | 2 +- server/migrations/20160523145045-chat_rooms.js | 2 +- server/migrations/20160523154501-mail-messages.js | 2 +- server/migrations/20160524085528-chat_websites.js | 2 +- server/migrations/20160524110213-sms_accounts.js | 2 +- server/migrations/20160526151853-mail-rooms.js | 2 +- server/migrations/20160526163744-chat_websites.js | 2 +- server/migrations/20160528192017-fax_accounts.js | 2 +- server/migrations/20160531181837-fax_messages.js | 2 +- server/migrations/20160601110210-mail.js | 2 +- .../migrations/20160603105451-extracted_reports.js | 2 +- server/migrations/20160603163035-fax_messages.js | 2 +- server/migrations/20160603223141-mail_messages.js | 2 +- server/routes.js | 2 +- server/utils/report_build.js | 2 +- server/utils/report_extraction.js | 2 +- server/utils/voice_extension.js | 2 +- 3236 files changed, 27519 insertions(+), 570 deletions(-) create mode 100644 public/assets/ckeditor/.bower.json create mode 100644 public/assets/ckeditor/CHANGES.md create mode 100644 public/assets/ckeditor/LICENSE.md create mode 100644 public/assets/ckeditor/README.md create mode 100644 public/assets/ckeditor/adapters/jquery.js create mode 100644 public/assets/ckeditor/bower.json create mode 100644 public/assets/ckeditor/ckeditor.js create mode 100644 public/assets/ckeditor/composer.json create mode 100644 public/assets/ckeditor/config.js create mode 100644 public/assets/ckeditor/contents.css create mode 100644 public/assets/ckeditor/lang/_translationstatus.txt create mode 100644 public/assets/ckeditor/lang/af.js create mode 100644 public/assets/ckeditor/lang/ar.js create mode 100644 public/assets/ckeditor/lang/bg.js create mode 100644 public/assets/ckeditor/lang/bn.js create mode 100644 public/assets/ckeditor/lang/bs.js create mode 100644 public/assets/ckeditor/lang/ca.js create mode 100644 public/assets/ckeditor/lang/cs.js create mode 100644 public/assets/ckeditor/lang/cy.js create mode 100644 public/assets/ckeditor/lang/da.js create mode 100644 public/assets/ckeditor/lang/de-ch.js create mode 100644 public/assets/ckeditor/lang/de.js create mode 100644 public/assets/ckeditor/lang/el.js create mode 100644 public/assets/ckeditor/lang/en-au.js create mode 100644 public/assets/ckeditor/lang/en-ca.js create mode 100644 public/assets/ckeditor/lang/en-gb.js create mode 100644 public/assets/ckeditor/lang/en.js create mode 100644 public/assets/ckeditor/lang/eo.js create mode 100644 public/assets/ckeditor/lang/es.js create mode 100644 public/assets/ckeditor/lang/et.js create mode 100644 public/assets/ckeditor/lang/eu.js create mode 100644 public/assets/ckeditor/lang/fa.js create mode 100644 public/assets/ckeditor/lang/fi.js create mode 100644 public/assets/ckeditor/lang/fo.js create mode 100644 public/assets/ckeditor/lang/fr-ca.js create mode 100644 public/assets/ckeditor/lang/fr.js create mode 100644 public/assets/ckeditor/lang/gl.js create mode 100644 public/assets/ckeditor/lang/gu.js create mode 100644 public/assets/ckeditor/lang/he.js create mode 100644 public/assets/ckeditor/lang/hi.js create mode 100644 public/assets/ckeditor/lang/hr.js create mode 100644 public/assets/ckeditor/lang/hu.js create mode 100644 public/assets/ckeditor/lang/id.js create mode 100644 public/assets/ckeditor/lang/is.js create mode 100644 public/assets/ckeditor/lang/it.js create mode 100644 public/assets/ckeditor/lang/ja.js create mode 100644 public/assets/ckeditor/lang/ka.js create mode 100644 public/assets/ckeditor/lang/km.js create mode 100644 public/assets/ckeditor/lang/ko.js create mode 100644 public/assets/ckeditor/lang/ku.js create mode 100644 public/assets/ckeditor/lang/lt.js create mode 100644 public/assets/ckeditor/lang/lv.js create mode 100644 public/assets/ckeditor/lang/mk.js create mode 100644 public/assets/ckeditor/lang/mn.js create mode 100644 public/assets/ckeditor/lang/ms.js create mode 100644 public/assets/ckeditor/lang/nb.js create mode 100644 public/assets/ckeditor/lang/nl.js create mode 100644 public/assets/ckeditor/lang/no.js create mode 100644 public/assets/ckeditor/lang/pl.js create mode 100644 public/assets/ckeditor/lang/pt-br.js create mode 100644 public/assets/ckeditor/lang/pt.js create mode 100644 public/assets/ckeditor/lang/ro.js create mode 100644 public/assets/ckeditor/lang/ru.js create mode 100644 public/assets/ckeditor/lang/si.js create mode 100644 public/assets/ckeditor/lang/sk.js create mode 100644 public/assets/ckeditor/lang/sl.js create mode 100644 public/assets/ckeditor/lang/sq.js create mode 100644 public/assets/ckeditor/lang/sr-latn.js create mode 100644 public/assets/ckeditor/lang/sr.js create mode 100644 public/assets/ckeditor/lang/sv.js create mode 100644 public/assets/ckeditor/lang/th.js create mode 100644 public/assets/ckeditor/lang/tr.js create mode 100644 public/assets/ckeditor/lang/tt.js create mode 100644 public/assets/ckeditor/lang/ug.js create mode 100644 public/assets/ckeditor/lang/uk.js create mode 100644 public/assets/ckeditor/lang/vi.js create mode 100644 public/assets/ckeditor/lang/zh-cn.js create mode 100644 public/assets/ckeditor/lang/zh.js create mode 100644 public/assets/ckeditor/package.json create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/af.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/da.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/de.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/el.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/en.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/es.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/et.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/he.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/id.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/it.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/km.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/no.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/si.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/th.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/about/dialogs/about.js create mode 100644 public/assets/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png create mode 100644 public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor.png create mode 100644 public/assets/ckeditor/plugins/adobeair/plugin.js create mode 100644 public/assets/ckeditor/plugins/ajax/plugin.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/de.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/en.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/it.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/autoembed/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/autoembed/plugin.js create mode 100644 public/assets/ckeditor/plugins/autogrow/plugin.js create mode 100644 public/assets/ckeditor/plugins/autolink/plugin.js create mode 100644 public/assets/ckeditor/plugins/bbcode/plugin.js create mode 100644 public/assets/ckeditor/plugins/bidi/icons/bidiltr.png create mode 100644 public/assets/ckeditor/plugins/bidi/icons/bidirtl.png create mode 100644 public/assets/ckeditor/plugins/bidi/icons/hidpi/bidiltr.png create mode 100644 public/assets/ckeditor/plugins/bidi/icons/hidpi/bidirtl.png create mode 100644 public/assets/ckeditor/plugins/bidi/lang/af.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/da.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/de.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/el.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/en.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/es.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/et.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/he.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/id.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/is.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/it.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/km.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/no.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/si.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/th.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/bidi/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/bidi/plugin.js create mode 100644 public/assets/ckeditor/plugins/clipboard/dialogs/paste.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/dialogs/codesnippet.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/icons/codesnippet.png create mode 100644 public/assets/ckeditor/plugins/codesnippet/icons/hidpi/codesnippet.png create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/da.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/de.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/el.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/en.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/es.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/et.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/he.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/id.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/it.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/km.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/no.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/th.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/CHANGES.md create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/LICENSE create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css create mode 100644 public/assets/ckeditor/plugins/codesnippet/plugin.js create mode 100644 public/assets/ckeditor/plugins/codesnippetgeshi/plugin.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/icons/bgcolor.png create mode 100644 public/assets/ckeditor/plugins/colorbutton/icons/hidpi/bgcolor.png create mode 100644 public/assets/ckeditor/plugins/colorbutton/icons/hidpi/textcolor.png create mode 100644 public/assets/ckeditor/plugins/colorbutton/icons/textcolor.png create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/af.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/da.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/de.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/el.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/en.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/es.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/et.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/he.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/id.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/is.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/it.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/km.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/no.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/si.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/th.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/colorbutton/plugin.js create mode 100644 public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.css create mode 100644 public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/af.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/da.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/de.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/el.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/en.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/es.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/et.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/he.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/id.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/is.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/it.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/km.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/no.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/si.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/th.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/colordialog/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/colordialog/plugin.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/_translationstatus.txt create mode 100644 public/assets/ckeditor/plugins/devtools/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/da.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/de.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/el.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/en.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/es.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/et.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/he.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/id.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/it.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/km.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/no.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/si.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/devtools/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/devtools/plugin.js create mode 100644 public/assets/ckeditor/plugins/dialog/dialogDefinition.js create mode 100644 public/assets/ckeditor/plugins/dialogadvtab/plugin.js create mode 100644 public/assets/ckeditor/plugins/div/dialogs/div.js create mode 100644 public/assets/ckeditor/plugins/div/icons/creatediv.png create mode 100644 public/assets/ckeditor/plugins/div/icons/hidpi/creatediv.png create mode 100644 public/assets/ckeditor/plugins/div/lang/af.js create mode 100644 public/assets/ckeditor/plugins/div/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/div/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/div/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/div/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/div/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/div/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/div/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/div/lang/da.js create mode 100644 public/assets/ckeditor/plugins/div/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/div/lang/de.js create mode 100644 public/assets/ckeditor/plugins/div/lang/el.js create mode 100644 public/assets/ckeditor/plugins/div/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/div/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/div/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/div/lang/en.js create mode 100644 public/assets/ckeditor/plugins/div/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/div/lang/es.js create mode 100644 public/assets/ckeditor/plugins/div/lang/et.js create mode 100644 public/assets/ckeditor/plugins/div/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/div/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/div/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/div/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/div/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/div/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/div/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/div/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/div/lang/he.js create mode 100644 public/assets/ckeditor/plugins/div/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/div/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/div/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/div/lang/id.js create mode 100644 public/assets/ckeditor/plugins/div/lang/is.js create mode 100644 public/assets/ckeditor/plugins/div/lang/it.js create mode 100644 public/assets/ckeditor/plugins/div/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/div/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/div/lang/km.js create mode 100644 public/assets/ckeditor/plugins/div/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/div/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/div/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/div/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/div/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/div/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/div/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/div/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/div/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/div/lang/no.js create mode 100644 public/assets/ckeditor/plugins/div/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/div/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/div/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/div/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/div/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/div/lang/si.js create mode 100644 public/assets/ckeditor/plugins/div/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/div/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/div/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/div/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/div/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/div/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/div/lang/th.js create mode 100644 public/assets/ckeditor/plugins/div/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/div/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/div/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/div/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/div/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/div/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/div/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/div/plugin.js create mode 100644 public/assets/ckeditor/plugins/divarea/plugin.js create mode 100644 public/assets/ckeditor/plugins/docprops/dialogs/docprops.js create mode 100644 public/assets/ckeditor/plugins/docprops/icons/docprops-rtl.png create mode 100644 public/assets/ckeditor/plugins/docprops/icons/docprops.png create mode 100644 public/assets/ckeditor/plugins/docprops/icons/hidpi/docprops-rtl.png create mode 100644 public/assets/ckeditor/plugins/docprops/icons/hidpi/docprops.png create mode 100644 public/assets/ckeditor/plugins/docprops/lang/af.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/da.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/de.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/el.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/en.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/es.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/et.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/he.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/id.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/is.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/it.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/km.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/no.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/si.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/th.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/docprops/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/docprops/plugin.js create mode 100644 public/assets/ckeditor/plugins/embed/icons/embed.png create mode 100644 public/assets/ckeditor/plugins/embed/icons/hidpi/embed.png create mode 100644 public/assets/ckeditor/plugins/embed/plugin.js create mode 100644 public/assets/ckeditor/plugins/embedbase/dialogs/embedbase.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/da.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/de.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/en.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/id.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/it.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/embedbase/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/embedbase/plugin.js create mode 100644 public/assets/ckeditor/plugins/embedsemantic/icons/embedsemantic.png create mode 100644 public/assets/ckeditor/plugins/embedsemantic/icons/hidpi/embedsemantic.png create mode 100644 public/assets/ckeditor/plugins/embedsemantic/plugin.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/da.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/de.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/en.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/id.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/it.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/filetools/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/filetools/plugin.js create mode 100644 public/assets/ckeditor/plugins/find/dialogs/find.js create mode 100644 public/assets/ckeditor/plugins/find/icons/find-rtl.png create mode 100644 public/assets/ckeditor/plugins/find/icons/find.png create mode 100644 public/assets/ckeditor/plugins/find/icons/hidpi/find-rtl.png create mode 100644 public/assets/ckeditor/plugins/find/icons/hidpi/find.png create mode 100644 public/assets/ckeditor/plugins/find/icons/hidpi/replace.png create mode 100644 public/assets/ckeditor/plugins/find/icons/replace.png create mode 100644 public/assets/ckeditor/plugins/find/lang/af.js create mode 100644 public/assets/ckeditor/plugins/find/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/find/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/find/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/find/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/find/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/find/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/find/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/find/lang/da.js create mode 100644 public/assets/ckeditor/plugins/find/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/find/lang/de.js create mode 100644 public/assets/ckeditor/plugins/find/lang/el.js create mode 100644 public/assets/ckeditor/plugins/find/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/find/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/find/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/find/lang/en.js create mode 100644 public/assets/ckeditor/plugins/find/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/find/lang/es.js create mode 100644 public/assets/ckeditor/plugins/find/lang/et.js create mode 100644 public/assets/ckeditor/plugins/find/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/find/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/find/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/find/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/find/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/find/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/find/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/find/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/find/lang/he.js create mode 100644 public/assets/ckeditor/plugins/find/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/find/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/find/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/find/lang/id.js create mode 100644 public/assets/ckeditor/plugins/find/lang/is.js create mode 100644 public/assets/ckeditor/plugins/find/lang/it.js create mode 100644 public/assets/ckeditor/plugins/find/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/find/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/find/lang/km.js create mode 100644 public/assets/ckeditor/plugins/find/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/find/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/find/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/find/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/find/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/find/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/find/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/find/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/find/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/find/lang/no.js create mode 100644 public/assets/ckeditor/plugins/find/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/find/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/find/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/find/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/find/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/find/lang/si.js create mode 100644 public/assets/ckeditor/plugins/find/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/find/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/find/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/find/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/find/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/find/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/find/lang/th.js create mode 100644 public/assets/ckeditor/plugins/find/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/find/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/find/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/find/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/find/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/find/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/find/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/find/plugin.js create mode 100644 public/assets/ckeditor/plugins/flash/dialogs/flash.js create mode 100644 public/assets/ckeditor/plugins/flash/icons/flash.png create mode 100644 public/assets/ckeditor/plugins/flash/icons/hidpi/flash.png create mode 100644 public/assets/ckeditor/plugins/flash/images/placeholder.png create mode 100644 public/assets/ckeditor/plugins/flash/lang/af.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/da.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/de.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/el.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/en.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/es.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/et.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/he.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/id.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/is.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/it.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/km.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/no.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/si.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/th.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/flash/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/flash/plugin.js create mode 100644 public/assets/ckeditor/plugins/font/lang/af.js create mode 100644 public/assets/ckeditor/plugins/font/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/font/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/font/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/font/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/font/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/font/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/font/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/font/lang/da.js create mode 100644 public/assets/ckeditor/plugins/font/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/font/lang/de.js create mode 100644 public/assets/ckeditor/plugins/font/lang/el.js create mode 100644 public/assets/ckeditor/plugins/font/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/font/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/font/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/font/lang/en.js create mode 100644 public/assets/ckeditor/plugins/font/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/font/lang/es.js create mode 100644 public/assets/ckeditor/plugins/font/lang/et.js create mode 100644 public/assets/ckeditor/plugins/font/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/font/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/font/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/font/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/font/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/font/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/font/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/font/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/font/lang/he.js create mode 100644 public/assets/ckeditor/plugins/font/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/font/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/font/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/font/lang/id.js create mode 100644 public/assets/ckeditor/plugins/font/lang/is.js create mode 100644 public/assets/ckeditor/plugins/font/lang/it.js create mode 100644 public/assets/ckeditor/plugins/font/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/font/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/font/lang/km.js create mode 100644 public/assets/ckeditor/plugins/font/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/font/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/font/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/font/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/font/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/font/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/font/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/font/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/font/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/font/lang/no.js create mode 100644 public/assets/ckeditor/plugins/font/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/font/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/font/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/font/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/font/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/font/lang/si.js create mode 100644 public/assets/ckeditor/plugins/font/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/font/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/font/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/font/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/font/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/font/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/font/lang/th.js create mode 100644 public/assets/ckeditor/plugins/font/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/font/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/font/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/font/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/font/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/font/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/font/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/font/plugin.js create mode 100644 public/assets/ckeditor/plugins/forms/dialogs/button.js create mode 100644 public/assets/ckeditor/plugins/forms/dialogs/checkbox.js create mode 100644 public/assets/ckeditor/plugins/forms/dialogs/form.js create mode 100644 public/assets/ckeditor/plugins/forms/dialogs/hiddenfield.js create mode 100644 public/assets/ckeditor/plugins/forms/dialogs/radio.js create mode 100644 public/assets/ckeditor/plugins/forms/dialogs/select.js create mode 100644 public/assets/ckeditor/plugins/forms/dialogs/textarea.js create mode 100644 public/assets/ckeditor/plugins/forms/dialogs/textfield.js create mode 100644 public/assets/ckeditor/plugins/forms/icons/button.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/checkbox.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/form.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/hiddenfield.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/hidpi/button.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/hidpi/checkbox.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/hidpi/form.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/hidpi/hiddenfield.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/hidpi/imagebutton.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/hidpi/radio.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/hidpi/select-rtl.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/hidpi/select.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/hidpi/textarea-rtl.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/hidpi/textarea.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/hidpi/textfield-rtl.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/hidpi/textfield.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/imagebutton.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/radio.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/select-rtl.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/select.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/textarea-rtl.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/textarea.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/textfield-rtl.png create mode 100644 public/assets/ckeditor/plugins/forms/icons/textfield.png create mode 100644 public/assets/ckeditor/plugins/forms/images/hiddenfield.gif create mode 100644 public/assets/ckeditor/plugins/forms/lang/af.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/da.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/de.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/el.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/en.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/es.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/et.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/he.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/id.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/is.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/it.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/km.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/no.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/si.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/th.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/forms/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/forms/plugin.js create mode 100644 public/assets/ckeditor/plugins/icons.png create mode 100644 public/assets/ckeditor/plugins/icons_hidpi.png create mode 100644 public/assets/ckeditor/plugins/iframe/dialogs/iframe.js create mode 100644 public/assets/ckeditor/plugins/iframe/icons/hidpi/iframe.png create mode 100644 public/assets/ckeditor/plugins/iframe/icons/iframe.png create mode 100644 public/assets/ckeditor/plugins/iframe/images/placeholder.png create mode 100644 public/assets/ckeditor/plugins/iframe/lang/af.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/da.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/de.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/el.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/en.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/es.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/et.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/he.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/id.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/is.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/it.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/km.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/no.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/si.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/th.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/iframe/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/iframe/plugin.js create mode 100644 public/assets/ckeditor/plugins/iframedialog/plugin.js create mode 100644 public/assets/ckeditor/plugins/image/dialogs/image.js create mode 100644 public/assets/ckeditor/plugins/image/images/noimage.png create mode 100644 public/assets/ckeditor/plugins/image2/dialogs/image2.js create mode 100644 public/assets/ckeditor/plugins/image2/icons/hidpi/image.png create mode 100644 public/assets/ckeditor/plugins/image2/icons/image.png create mode 100644 public/assets/ckeditor/plugins/image2/lang/af.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/da.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/de.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/el.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/en.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/es.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/et.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/he.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/id.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/is.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/it.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/km.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/no.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/si.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/th.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/image2/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/image2/plugin.js create mode 100644 public/assets/ckeditor/plugins/indentblock/plugin.js create mode 100644 public/assets/ckeditor/plugins/justify/icons/hidpi/justifyblock.png create mode 100644 public/assets/ckeditor/plugins/justify/icons/hidpi/justifycenter.png create mode 100644 public/assets/ckeditor/plugins/justify/icons/hidpi/justifyleft.png create mode 100644 public/assets/ckeditor/plugins/justify/icons/hidpi/justifyright.png create mode 100644 public/assets/ckeditor/plugins/justify/icons/justifyblock.png create mode 100644 public/assets/ckeditor/plugins/justify/icons/justifycenter.png create mode 100644 public/assets/ckeditor/plugins/justify/icons/justifyleft.png create mode 100644 public/assets/ckeditor/plugins/justify/icons/justifyright.png create mode 100644 public/assets/ckeditor/plugins/justify/lang/af.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/da.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/de.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/el.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/en.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/es.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/et.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/he.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/id.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/is.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/it.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/km.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/no.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/si.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/th.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/justify/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/justify/plugin.js create mode 100644 public/assets/ckeditor/plugins/language/icons/hidpi/language.png create mode 100644 public/assets/ckeditor/plugins/language/icons/language.png create mode 100644 public/assets/ckeditor/plugins/language/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/language/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/language/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/language/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/language/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/language/lang/da.js create mode 100644 public/assets/ckeditor/plugins/language/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/language/lang/de.js create mode 100644 public/assets/ckeditor/plugins/language/lang/el.js create mode 100644 public/assets/ckeditor/plugins/language/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/language/lang/en.js create mode 100644 public/assets/ckeditor/plugins/language/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/language/lang/es.js create mode 100644 public/assets/ckeditor/plugins/language/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/language/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/language/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/language/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/language/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/language/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/language/lang/he.js create mode 100644 public/assets/ckeditor/plugins/language/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/language/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/language/lang/id.js create mode 100644 public/assets/ckeditor/plugins/language/lang/it.js create mode 100644 public/assets/ckeditor/plugins/language/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/language/lang/km.js create mode 100644 public/assets/ckeditor/plugins/language/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/language/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/language/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/language/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/language/lang/no.js create mode 100644 public/assets/ckeditor/plugins/language/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/language/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/language/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/language/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/language/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/language/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/language/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/language/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/language/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/language/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/language/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/language/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/language/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/language/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/language/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/language/plugin.js create mode 100644 public/assets/ckeditor/plugins/lineutils/plugin.js create mode 100644 public/assets/ckeditor/plugins/link/dialogs/anchor.js create mode 100644 public/assets/ckeditor/plugins/link/dialogs/link.js create mode 100644 public/assets/ckeditor/plugins/link/images/anchor.png create mode 100644 public/assets/ckeditor/plugins/link/images/hidpi/anchor.png create mode 100644 public/assets/ckeditor/plugins/liststyle/dialogs/liststyle.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/af.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/da.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/de.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/el.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/en.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/es.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/et.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/he.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/id.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/is.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/it.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/km.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/no.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/si.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/th.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/liststyle/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/liststyle/plugin.js create mode 100644 public/assets/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png create mode 100644 public/assets/ckeditor/plugins/magicline/images/hidpi/icon.png create mode 100644 public/assets/ckeditor/plugins/magicline/images/icon-rtl.png create mode 100644 public/assets/ckeditor/plugins/magicline/images/icon.png create mode 100644 public/assets/ckeditor/plugins/mathjax/dialogs/mathjax.js create mode 100644 public/assets/ckeditor/plugins/mathjax/icons/hidpi/mathjax.png create mode 100644 public/assets/ckeditor/plugins/mathjax/icons/mathjax.png create mode 100644 public/assets/ckeditor/plugins/mathjax/images/loader.gif create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/af.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/da.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/de.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/el.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/en.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/es.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/he.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/id.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/it.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/km.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/no.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/mathjax/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/mathjax/plugin.js create mode 100644 public/assets/ckeditor/plugins/newpage/icons/hidpi/newpage-rtl.png create mode 100644 public/assets/ckeditor/plugins/newpage/icons/hidpi/newpage.png create mode 100644 public/assets/ckeditor/plugins/newpage/icons/newpage-rtl.png create mode 100644 public/assets/ckeditor/plugins/newpage/icons/newpage.png create mode 100644 public/assets/ckeditor/plugins/newpage/lang/af.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/da.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/de.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/el.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/en.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/es.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/et.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/he.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/id.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/is.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/it.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/km.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/no.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/si.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/th.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/newpage/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/newpage/plugin.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/da.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/de.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/en.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/id.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/it.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/notification/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/notification/plugin.js create mode 100644 public/assets/ckeditor/plugins/notificationaggregator/plugin.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak-rtl.png create mode 100644 public/assets/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak.png create mode 100644 public/assets/ckeditor/plugins/pagebreak/icons/pagebreak-rtl.png create mode 100644 public/assets/ckeditor/plugins/pagebreak/icons/pagebreak.png create mode 100644 public/assets/ckeditor/plugins/pagebreak/images/pagebreak.gif create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/af.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/da.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/de.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/el.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/en.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/es.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/et.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/he.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/id.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/is.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/it.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/km.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/no.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/si.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/th.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/pagebreak/plugin.js create mode 100644 public/assets/ckeditor/plugins/panelbutton/plugin.js create mode 100644 public/assets/ckeditor/plugins/pastefromword/filter/default.js create mode 100644 public/assets/ckeditor/plugins/placeholder/dialogs/placeholder.js create mode 100644 public/assets/ckeditor/plugins/placeholder/icons/hidpi/placeholder.png create mode 100644 public/assets/ckeditor/plugins/placeholder/icons/placeholder.png create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/af.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/da.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/de.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/el.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/en.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/es.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/et.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/he.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/id.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/it.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/km.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/no.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/si.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/th.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/placeholder/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/placeholder/plugin.js create mode 100644 public/assets/ckeditor/plugins/preview/icons/hidpi/preview-rtl.png create mode 100644 public/assets/ckeditor/plugins/preview/icons/hidpi/preview.png create mode 100644 public/assets/ckeditor/plugins/preview/icons/preview-rtl.png create mode 100644 public/assets/ckeditor/plugins/preview/icons/preview.png create mode 100644 public/assets/ckeditor/plugins/preview/lang/af.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/da.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/de.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/el.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/en.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/es.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/et.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/he.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/id.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/is.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/it.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/km.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/no.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/si.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/th.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/preview/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/preview/plugin.js create mode 100644 public/assets/ckeditor/plugins/preview/preview.html create mode 100644 public/assets/ckeditor/plugins/print/icons/hidpi/print.png create mode 100644 public/assets/ckeditor/plugins/print/icons/print.png create mode 100644 public/assets/ckeditor/plugins/print/lang/af.js create mode 100644 public/assets/ckeditor/plugins/print/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/print/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/print/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/print/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/print/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/print/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/print/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/print/lang/da.js create mode 100644 public/assets/ckeditor/plugins/print/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/print/lang/de.js create mode 100644 public/assets/ckeditor/plugins/print/lang/el.js create mode 100644 public/assets/ckeditor/plugins/print/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/print/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/print/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/print/lang/en.js create mode 100644 public/assets/ckeditor/plugins/print/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/print/lang/es.js create mode 100644 public/assets/ckeditor/plugins/print/lang/et.js create mode 100644 public/assets/ckeditor/plugins/print/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/print/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/print/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/print/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/print/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/print/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/print/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/print/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/print/lang/he.js create mode 100644 public/assets/ckeditor/plugins/print/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/print/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/print/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/print/lang/id.js create mode 100644 public/assets/ckeditor/plugins/print/lang/is.js create mode 100644 public/assets/ckeditor/plugins/print/lang/it.js create mode 100644 public/assets/ckeditor/plugins/print/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/print/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/print/lang/km.js create mode 100644 public/assets/ckeditor/plugins/print/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/print/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/print/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/print/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/print/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/print/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/print/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/print/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/print/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/print/lang/no.js create mode 100644 public/assets/ckeditor/plugins/print/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/print/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/print/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/print/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/print/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/print/lang/si.js create mode 100644 public/assets/ckeditor/plugins/print/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/print/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/print/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/print/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/print/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/print/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/print/lang/th.js create mode 100644 public/assets/ckeditor/plugins/print/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/print/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/print/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/print/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/print/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/print/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/print/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/print/plugin.js create mode 100644 public/assets/ckeditor/plugins/save/icons/hidpi/save.png create mode 100644 public/assets/ckeditor/plugins/save/icons/save.png create mode 100644 public/assets/ckeditor/plugins/save/lang/af.js create mode 100644 public/assets/ckeditor/plugins/save/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/save/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/save/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/save/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/save/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/save/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/save/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/save/lang/da.js create mode 100644 public/assets/ckeditor/plugins/save/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/save/lang/de.js create mode 100644 public/assets/ckeditor/plugins/save/lang/el.js create mode 100644 public/assets/ckeditor/plugins/save/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/save/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/save/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/save/lang/en.js create mode 100644 public/assets/ckeditor/plugins/save/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/save/lang/es.js create mode 100644 public/assets/ckeditor/plugins/save/lang/et.js create mode 100644 public/assets/ckeditor/plugins/save/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/save/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/save/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/save/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/save/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/save/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/save/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/save/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/save/lang/he.js create mode 100644 public/assets/ckeditor/plugins/save/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/save/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/save/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/save/lang/id.js create mode 100644 public/assets/ckeditor/plugins/save/lang/is.js create mode 100644 public/assets/ckeditor/plugins/save/lang/it.js create mode 100644 public/assets/ckeditor/plugins/save/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/save/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/save/lang/km.js create mode 100644 public/assets/ckeditor/plugins/save/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/save/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/save/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/save/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/save/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/save/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/save/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/save/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/save/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/save/lang/no.js create mode 100644 public/assets/ckeditor/plugins/save/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/save/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/save/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/save/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/save/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/save/lang/si.js create mode 100644 public/assets/ckeditor/plugins/save/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/save/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/save/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/save/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/save/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/save/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/save/lang/th.js create mode 100644 public/assets/ckeditor/plugins/save/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/save/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/save/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/save/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/save/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/save/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/save/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/save/plugin.js create mode 100644 public/assets/ckeditor/plugins/scayt/CHANGELOG.md create mode 100644 public/assets/ckeditor/plugins/scayt/LICENSE.md create mode 100644 public/assets/ckeditor/plugins/scayt/dialogs/options.js create mode 100644 public/assets/ckeditor/plugins/scayt/dialogs/toolbar.css create mode 100644 public/assets/ckeditor/plugins/selectall/icons/hidpi/selectall.png create mode 100644 public/assets/ckeditor/plugins/selectall/icons/selectall.png create mode 100644 public/assets/ckeditor/plugins/selectall/lang/af.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/da.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/de.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/el.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/en.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/es.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/et.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/he.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/id.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/is.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/it.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/km.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/no.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/si.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/th.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/selectall/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/selectall/plugin.js create mode 100644 public/assets/ckeditor/plugins/sharedspace/plugin.js create mode 100644 public/assets/ckeditor/plugins/showblocks/icons/hidpi/showblocks-rtl.png create mode 100644 public/assets/ckeditor/plugins/showblocks/icons/hidpi/showblocks.png create mode 100644 public/assets/ckeditor/plugins/showblocks/icons/showblocks-rtl.png create mode 100644 public/assets/ckeditor/plugins/showblocks/icons/showblocks.png create mode 100644 public/assets/ckeditor/plugins/showblocks/images/block_address.png create mode 100644 public/assets/ckeditor/plugins/showblocks/images/block_blockquote.png create mode 100644 public/assets/ckeditor/plugins/showblocks/images/block_div.png create mode 100644 public/assets/ckeditor/plugins/showblocks/images/block_h1.png create mode 100644 public/assets/ckeditor/plugins/showblocks/images/block_h2.png create mode 100644 public/assets/ckeditor/plugins/showblocks/images/block_h3.png create mode 100644 public/assets/ckeditor/plugins/showblocks/images/block_h4.png create mode 100644 public/assets/ckeditor/plugins/showblocks/images/block_h5.png create mode 100644 public/assets/ckeditor/plugins/showblocks/images/block_h6.png create mode 100644 public/assets/ckeditor/plugins/showblocks/images/block_p.png create mode 100644 public/assets/ckeditor/plugins/showblocks/images/block_pre.png create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/af.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/da.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/de.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/el.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/en.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/es.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/et.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/he.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/id.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/is.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/it.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/km.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/no.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/si.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/th.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/showblocks/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/showblocks/plugin.js create mode 100644 public/assets/ckeditor/plugins/smiley/dialogs/smiley.js create mode 100644 public/assets/ckeditor/plugins/smiley/icons/hidpi/smiley.png create mode 100644 public/assets/ckeditor/plugins/smiley/icons/smiley.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/angel_smile.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/angel_smile.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/angry_smile.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/angry_smile.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/broken_heart.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/broken_heart.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/confused_smile.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/confused_smile.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/cry_smile.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/cry_smile.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/devil_smile.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/devil_smile.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/embaressed_smile.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/embarrassed_smile.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/embarrassed_smile.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/envelope.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/envelope.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/heart.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/heart.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/kiss.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/kiss.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/lightbulb.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/lightbulb.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/omg_smile.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/omg_smile.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/regular_smile.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/regular_smile.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/sad_smile.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/sad_smile.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/shades_smile.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/shades_smile.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/teeth_smile.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/teeth_smile.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/thumbs_down.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/thumbs_down.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/thumbs_up.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/thumbs_up.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/tongue_smile.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/tongue_smile.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/tounge_smile.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png create mode 100644 public/assets/ckeditor/plugins/smiley/images/wink_smile.gif create mode 100644 public/assets/ckeditor/plugins/smiley/images/wink_smile.png create mode 100644 public/assets/ckeditor/plugins/smiley/lang/af.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/da.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/de.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/el.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/en.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/es.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/et.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/he.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/id.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/is.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/it.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/km.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/no.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/si.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/th.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/smiley/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/smiley/plugin.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png create mode 100644 public/assets/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog.png create mode 100644 public/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog-rtl.png create mode 100644 public/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog.png create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/af.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/da.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/de.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/el.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/en.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/es.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/et.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/he.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/id.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/is.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/it.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/km.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/no.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/si.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/th.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/sourcedialog/plugin.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/af.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/da.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/de.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/el.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/en.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/es.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/et.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/he.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/id.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/it.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/km.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/no.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/si.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/th.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/specialchar/dialogs/specialchar.js create mode 100644 public/assets/ckeditor/plugins/stylesheetparser/plugin.js create mode 100644 public/assets/ckeditor/plugins/table/dialogs/table.js create mode 100644 public/assets/ckeditor/plugins/tableresize/plugin.js create mode 100644 public/assets/ckeditor/plugins/tabletools/dialogs/tableCell.js create mode 100644 public/assets/ckeditor/plugins/templates/dialogs/templates.css create mode 100644 public/assets/ckeditor/plugins/templates/dialogs/templates.js create mode 100644 public/assets/ckeditor/plugins/templates/icons/hidpi/templates-rtl.png create mode 100644 public/assets/ckeditor/plugins/templates/icons/hidpi/templates.png create mode 100644 public/assets/ckeditor/plugins/templates/icons/templates-rtl.png create mode 100644 public/assets/ckeditor/plugins/templates/icons/templates.png create mode 100644 public/assets/ckeditor/plugins/templates/lang/af.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/bn.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/bs.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/da.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/de.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/el.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/en-au.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/en-ca.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/en.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/es.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/et.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/fo.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/gu.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/he.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/hi.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/id.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/is.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/it.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/ka.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/km.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/lt.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/mn.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/ms.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/no.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/ro.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/si.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/sr-latn.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/sr.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/th.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/templates/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/templates/plugin.js create mode 100644 public/assets/ckeditor/plugins/templates/templates/default.js create mode 100644 public/assets/ckeditor/plugins/templates/templates/images/template1.gif create mode 100644 public/assets/ckeditor/plugins/templates/templates/images/template2.gif create mode 100644 public/assets/ckeditor/plugins/templates/templates/images/template3.gif create mode 100644 public/assets/ckeditor/plugins/uicolor/dialogs/uicolor.js create mode 100644 public/assets/ckeditor/plugins/uicolor/icons/hidpi/uicolor.png create mode 100644 public/assets/ckeditor/plugins/uicolor/icons/uicolor.png create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/_translationstatus.txt create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/af.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/da.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/de.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/el.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/en.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/es.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/et.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/fr-ca.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/he.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/id.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/it.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/km.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/mk.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/no.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/si.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/uicolor/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/uicolor/plugin.js create mode 100644 public/assets/ckeditor/plugins/uicolor/yui/assets/hue_bg.png create mode 100644 public/assets/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png create mode 100644 public/assets/ckeditor/plugins/uicolor/yui/assets/picker_mask.png create mode 100644 public/assets/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png create mode 100644 public/assets/ckeditor/plugins/uicolor/yui/assets/yui.css create mode 100644 public/assets/ckeditor/plugins/uicolor/yui/yui.js create mode 100644 public/assets/ckeditor/plugins/uploadimage/plugin.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/da.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/de.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/el.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/en.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/id.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/it.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/uploadwidget/plugin.js create mode 100644 public/assets/ckeditor/plugins/widget/images/handle.png create mode 100644 public/assets/ckeditor/plugins/widget/lang/af.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/ar.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/bg.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/ca.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/cs.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/cy.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/da.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/de-ch.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/de.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/el.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/en-gb.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/en.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/eo.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/es.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/eu.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/fa.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/fi.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/fr.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/gl.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/he.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/hr.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/hu.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/id.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/it.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/ja.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/km.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/ko.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/ku.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/lv.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/nb.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/nl.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/no.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/pl.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/pt-br.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/pt.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/ru.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/sk.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/sl.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/sq.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/sv.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/tr.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/tt.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/ug.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/uk.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/vi.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/zh-cn.js create mode 100644 public/assets/ckeditor/plugins/widget/lang/zh.js create mode 100644 public/assets/ckeditor/plugins/widget/plugin.js create mode 100644 public/assets/ckeditor/plugins/wsc/LICENSE.md create mode 100644 public/assets/ckeditor/plugins/wsc/dialogs/ciframe.html create mode 100644 public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset.html create mode 100644 public/assets/ckeditor/plugins/wsc/dialogs/wsc.css create mode 100644 public/assets/ckeditor/plugins/wsc/dialogs/wsc.js create mode 100644 public/assets/ckeditor/plugins/wsc/dialogs/wsc_ie.js create mode 100644 public/assets/ckeditor/plugins/xml/plugin.js create mode 100644 public/assets/ckeditor/samples/css/samples.css create mode 100644 public/assets/ckeditor/samples/img/github-top.png create mode 100644 public/assets/ckeditor/samples/img/header-bg.png create mode 100644 public/assets/ckeditor/samples/img/header-separator.png create mode 100644 public/assets/ckeditor/samples/img/logo.png create mode 100644 public/assets/ckeditor/samples/img/navigation-tip.png create mode 100644 public/assets/ckeditor/samples/index.html create mode 100644 public/assets/ckeditor/samples/js/sample.js create mode 100644 public/assets/ckeditor/samples/js/sf.js create mode 100644 public/assets/ckeditor/samples/old/ajax.html create mode 100644 public/assets/ckeditor/samples/old/api.html create mode 100644 public/assets/ckeditor/samples/old/appendto.html create mode 100644 public/assets/ckeditor/samples/old/assets/inlineall/logo.png create mode 100644 public/assets/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css create mode 100644 public/assets/ckeditor/samples/old/assets/posteddata.php create mode 100644 public/assets/ckeditor/samples/old/assets/sample.jpg create mode 100644 public/assets/ckeditor/samples/old/assets/uilanguages/languages.js create mode 100644 public/assets/ckeditor/samples/old/autogrow/autogrow.html create mode 100644 public/assets/ckeditor/samples/old/bbcode/bbcode.html create mode 100644 public/assets/ckeditor/samples/old/codesnippet/codesnippet.html create mode 100644 public/assets/ckeditor/samples/old/datafiltering.html create mode 100644 public/assets/ckeditor/samples/old/devtools/devtools.html create mode 100644 public/assets/ckeditor/samples/old/dialog/assets/my_dialog.js create mode 100644 public/assets/ckeditor/samples/old/dialog/dialog.html create mode 100644 public/assets/ckeditor/samples/old/divarea/divarea.html create mode 100644 public/assets/ckeditor/samples/old/divreplace.html create mode 100644 public/assets/ckeditor/samples/old/docprops/docprops.html create mode 100644 public/assets/ckeditor/samples/old/enterkey/enterkey.html create mode 100644 public/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla create mode 100644 public/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf create mode 100644 public/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/swfobject.js create mode 100644 public/assets/ckeditor/samples/old/htmlwriter/outputforflash.html create mode 100644 public/assets/ckeditor/samples/old/htmlwriter/outputhtml.html create mode 100644 public/assets/ckeditor/samples/old/image2/assets/image1.jpg create mode 100644 public/assets/ckeditor/samples/old/image2/assets/image2.jpg create mode 100644 public/assets/ckeditor/samples/old/image2/image2.html create mode 100644 public/assets/ckeditor/samples/old/index.html create mode 100644 public/assets/ckeditor/samples/old/inlineall.html create mode 100644 public/assets/ckeditor/samples/old/inlinebycode.html create mode 100644 public/assets/ckeditor/samples/old/inlinetextarea.html create mode 100644 public/assets/ckeditor/samples/old/jquery.html create mode 100644 public/assets/ckeditor/samples/old/magicline/magicline.html create mode 100644 public/assets/ckeditor/samples/old/mathjax/mathjax.html create mode 100644 public/assets/ckeditor/samples/old/placeholder/placeholder.html create mode 100644 public/assets/ckeditor/samples/old/readonly.html create mode 100644 public/assets/ckeditor/samples/old/replacebyclass.html create mode 100644 public/assets/ckeditor/samples/old/replacebycode.html create mode 100644 public/assets/ckeditor/samples/old/sample.css create mode 100644 public/assets/ckeditor/samples/old/sample.js create mode 100644 public/assets/ckeditor/samples/old/sample_posteddata.php create mode 100644 public/assets/ckeditor/samples/old/sharedspace/sharedspace.html create mode 100644 public/assets/ckeditor/samples/old/sourcedialog/sourcedialog.html create mode 100644 public/assets/ckeditor/samples/old/stylesheetparser/assets/sample.css create mode 100644 public/assets/ckeditor/samples/old/stylesheetparser/stylesheetparser.html create mode 100644 public/assets/ckeditor/samples/old/tabindex.html create mode 100644 public/assets/ckeditor/samples/old/tableresize/tableresize.html create mode 100644 public/assets/ckeditor/samples/old/toolbar/toolbar.html create mode 100644 public/assets/ckeditor/samples/old/uicolor.html create mode 100644 public/assets/ckeditor/samples/old/uicolor/uicolor.html create mode 100644 public/assets/ckeditor/samples/old/uilanguages.html create mode 100644 public/assets/ckeditor/samples/old/wysiwygarea/fullpage.html create mode 100644 public/assets/ckeditor/samples/old/xhtmlstyle.html create mode 100644 public/assets/ckeditor/samples/toolbarconfigurator/css/fontello.css create mode 100644 public/assets/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt create mode 100644 public/assets/ckeditor/samples/toolbarconfigurator/font/config.json create mode 100644 public/assets/ckeditor/samples/toolbarconfigurator/font/fontello.eot create mode 100644 public/assets/ckeditor/samples/toolbarconfigurator/font/fontello.svg create mode 100644 public/assets/ckeditor/samples/toolbarconfigurator/font/fontello.ttf create mode 100644 public/assets/ckeditor/samples/toolbarconfigurator/font/fontello.woff create mode 100644 public/assets/ckeditor/samples/toolbarconfigurator/index.html create mode 100644 public/assets/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js create mode 100644 public/assets/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js create mode 100644 public/assets/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js create mode 100644 public/assets/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js create mode 100644 public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE create mode 100644 public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css create mode 100644 public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js create mode 100644 public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js create mode 100644 public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css create mode 100644 public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css create mode 100644 public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js create mode 100644 public/assets/ckeditor/skins/kama/dialog.css create mode 100644 public/assets/ckeditor/skins/kama/dialog_ie.css create mode 100644 public/assets/ckeditor/skins/kama/dialog_ie7.css create mode 100644 public/assets/ckeditor/skins/kama/dialog_ie8.css create mode 100644 public/assets/ckeditor/skins/kama/dialog_iequirks.css create mode 100644 public/assets/ckeditor/skins/kama/editor.css create mode 100644 public/assets/ckeditor/skins/kama/editor_ie.css create mode 100644 public/assets/ckeditor/skins/kama/editor_ie7.css create mode 100644 public/assets/ckeditor/skins/kama/editor_ie8.css create mode 100644 public/assets/ckeditor/skins/kama/editor_iequirks.css create mode 100644 public/assets/ckeditor/skins/kama/icons.png create mode 100644 public/assets/ckeditor/skins/kama/icons_hidpi.png create mode 100644 public/assets/ckeditor/skins/kama/images/dialog_sides.gif create mode 100644 public/assets/ckeditor/skins/kama/images/dialog_sides.png create mode 100644 public/assets/ckeditor/skins/kama/images/dialog_sides_rtl.png create mode 100644 public/assets/ckeditor/skins/kama/images/mini.gif create mode 100644 public/assets/ckeditor/skins/kama/images/spinner.gif create mode 100644 public/assets/ckeditor/skins/kama/images/sprites.png create mode 100644 public/assets/ckeditor/skins/kama/images/sprites_ie6.png create mode 100644 public/assets/ckeditor/skins/kama/images/toolbar_start.gif create mode 100644 public/assets/ckeditor/skins/kama/readme.md create mode 100644 public/assets/ckeditor/skins/kama/skin.js create mode 100644 public/assets/ckeditor/skins/moono/dialog.css create mode 100644 public/assets/ckeditor/skins/moono/dialog_ie.css create mode 100644 public/assets/ckeditor/skins/moono/dialog_ie7.css create mode 100644 public/assets/ckeditor/skins/moono/dialog_ie8.css create mode 100644 public/assets/ckeditor/skins/moono/dialog_iequirks.css create mode 100644 public/assets/ckeditor/skins/moono/editor.css create mode 100644 public/assets/ckeditor/skins/moono/editor_gecko.css create mode 100644 public/assets/ckeditor/skins/moono/editor_ie.css create mode 100644 public/assets/ckeditor/skins/moono/editor_ie7.css create mode 100644 public/assets/ckeditor/skins/moono/editor_ie8.css create mode 100644 public/assets/ckeditor/skins/moono/editor_iequirks.css create mode 100644 public/assets/ckeditor/skins/moono/icons.png create mode 100644 public/assets/ckeditor/skins/moono/icons_hidpi.png create mode 100644 public/assets/ckeditor/skins/moono/images/arrow.png create mode 100644 public/assets/ckeditor/skins/moono/images/close.png create mode 100644 public/assets/ckeditor/skins/moono/images/hidpi/close.png create mode 100644 public/assets/ckeditor/skins/moono/images/hidpi/lock-open.png create mode 100644 public/assets/ckeditor/skins/moono/images/hidpi/lock.png create mode 100644 public/assets/ckeditor/skins/moono/images/hidpi/refresh.png create mode 100644 public/assets/ckeditor/skins/moono/images/lock-open.png create mode 100644 public/assets/ckeditor/skins/moono/images/lock.png create mode 100644 public/assets/ckeditor/skins/moono/images/refresh.png create mode 100644 public/assets/ckeditor/skins/moono/images/spinner.gif create mode 100644 public/assets/ckeditor/skins/moono/readme.md create mode 100644 public/assets/ckeditor/styles.js diff --git a/public/assets/ckeditor/.bower.json b/public/assets/ckeditor/.bower.json new file mode 100644 index 0000000..c84e439 --- /dev/null +++ b/public/assets/ckeditor/.bower.json @@ -0,0 +1,29 @@ +{ + "name": "ckeditor", + "description": "JavaScript WYSIWYG web text editor.", + "keywords": [ + "ckeditor", + "fckeditor", + "editor", + "wysiwyg", + "html", + "richtext", + "text", + "javascript" + ], + "authors": "CKSource (http://cksource.com/)", + "license": "For licensing, see LICENSE.md or http://ckeditor.com/license.", + "homepage": "http://ckeditor.com", + "main": "./ckeditor.js", + "moduleType": "globals", + "version": "4.5.9", + "_release": "4.5.9", + "_resolution": { + "type": "version", + "tag": "4.5.9", + "commit": "e3d4dba95343f1b33d8d9a08b78cd080efa0cdc1" + }, + "_source": "https://github.com/ckeditor/ckeditor-releases.git", + "_target": ">= 4.0.0", + "_originalSource": "ckeditor" +} \ No newline at end of file diff --git a/public/assets/ckeditor/CHANGES.md b/public/assets/ckeditor/CHANGES.md new file mode 100644 index 0000000..e48aaac --- /dev/null +++ b/public/assets/ckeditor/CHANGES.md @@ -0,0 +1,1080 @@ +CKEditor 4 Changelog +==================== + +## CKEditor 4.5.9 + +Fixed Issues: + +* [#10685](http://dev.ckeditor.com/ticket/10685): Fixed: Unreadable toolbar icons after updating to the new editor version. Fixed with [6876179](https://github.com/ckeditor/ckeditor-dev/commit/6876179db4ee97e786b07b8fd72e6b4120732185) in [ckeditor-dev](https://github.com/ckeditor/ckeditor-dev) and [6c9189f4](https://github.com/ckeditor/ckeditor-presets/commit/6c9189f46392d2c126854fe8889b820b8c76d291) in [ckeditor-presets](https://github.com/ckeditor/ckeditor-presets). +* [#14573](https://dev.ckeditor.com/ticket/14573): Fixed: Missing [Widget](http://ckeditor.com/addon/widget) drag handler CSS when there are multiple editor instances. +* [#14620](https://dev.ckeditor.com/ticket/14620): Fixed: Setting both the `min-height` style for the `<body>` element and the `height` style for the `<html>` element breaks the [Auto Grow](http://ckeditor.com/addon/autogrow) plugin. +* [#14538](http://dev.ckeditor.com/ticket/14538): Fixed: Keyboard focus goes into an embedded `<iframe>` element. +* [#14602](http://dev.ckeditor.com/ticket/14602): Fixed: The [`dom.element.removeAttribute()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-removeAttribute) method does not remove all attributes if no parameter is given. +* [#8679](http://dev.ckeditor.com/ticket/8679): Fixed: Better focus indication and ability to style the selected color in the [color picker dialog](http://ckeditor.com/addon/colordialog). +* [#11697](http://dev.ckeditor.com/ticket/11697): Fixed: Content is replaced ignoring the letter case setting in the [Find and Replace](http://ckeditor.com/addon/find) dialog window. +* [#13886](http://dev.ckeditor.com/ticket/13886): Fixed: Invalid handling of the [`CKEDITOR.style`](http://docs.ckeditor.com/#!/api/CKEDITOR.style) instance with the `styles` property by [`CKEDITOR.filter`](http://docs.ckeditor.com/#!/api/CKEDITOR.filter). +* [#14535](http://dev.ckeditor.com/ticket/14535): Fixed: CSS syntax corrections. Thanks to [mdjdenormandie](https://github.com/mdjdenormandie)! +* [#14312](http://dev.ckeditor.com/ticket/14312): [IE] Fixed: Artifact is visible after pasting any text. + +## CKEditor 4.5.8 + +New Features: + +* [#12440](http://dev.ckeditor.com/ticket/12440): Added the [`config.colorButton_enableAutomatic`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-colorButton_enableAutomatic) option to allow hiding the "Automatic" option in the [color picker](http://ckeditor.com/addon/colorbutton). + +Fixed Issues: + +* [#10448](http://dev.ckeditor.com/ticket/10448): Fixed: Lack of scrollbar in the [right-to-left text direction](http://ckeditor.com/addon/bidi). +* [#12707](http://dev.ckeditor.com/ticket/12707): Fixed: The order of table elements does not comply with the HTML specification. +* [#13756](http://dev.ckeditor.com/ticket/13756): [Edge] Fixed: Context menus are cut-off. + +## CKEditor 4.5.7 + +New Features: + +* [#14327](http://dev.ckeditor.com/ticket/14327): Added Swiss German localization. Thanks to [Miro Grenda](https://twitter.com/mirogrenda)! + +Fixed Issues: + +* [#13816](http://dev.ckeditor.com/ticket/13816): Introduced a new strategy for Filling Character handling to avoid changes in DOM. This fixes the following issues: + * [#12727](http://dev.ckeditor.com/ticket/12727): [Blink] `IndexSizeError` when using the [Div Editing Area](http://ckeditor.com/addon/divarea) and [Content Templates](http://ckeditor.com/addon/templates) plugins. + * [#13377](http://dev.ckeditor.com/ticket/13377): [Widget](http://ckeditor.com/addon/widget) plugin issue when typing in Korean. + * [#13389](http://dev.ckeditor.com/ticket/13389): [Blink] [`editor.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) fails when the cursor is next to an `<hr>` tag. + * [#13513](http://dev.ckeditor.com/ticket/13513): [Blink, WebKit] [Div Editing Area](http://ckeditor.com/addon/divarea) and [`editor.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) throw an error when an image is the only data in the editor. +* [#13884](http://dev.ckeditor.com/ticket/13884): [Firefox] Fixed: Copying and pasting a table results in just the first cell being pasted. +* [#14234](http://dev.ckeditor.com/ticket/14234): Fixed: URL input field is not marked as required in the [Media Embed](http://ckeditor.com/addon/embed) dialog. + +## CKEditor 4.5.6 + +New Features: + +* Introduced the [`CKEDITOR.tools.getCookie()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-method-getCookie) and [`CKEDITOR.tools.setCookie()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-method-setCookie) methods for accessing cookies. +* Introduced the [`CKEDITOR.tools.getCsrfToken()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-method-getCsrfToken) method. The CSRF token is now automatically sent by the [File Browser](http://ckeditor.com/addon/filebrowser) and [File Tools](http://ckeditor.com/addon/filetools) plugins during file uploads. The server-side upload handlers may check it and use it to additionally secure the communication. + +Other Changes: + +* Updated [SCAYT](http://ckeditor.com/addon/scayt) (Spell Check As You Type): + - New features: + - CKEditor [Language](http://ckeditor.com/addon/language) plugin support. + - CKEditor [Placeholder](http://ckeditor.com/addon/placeholder) plugin support. + - [Drag&Drop](http://sdk.ckeditor.com/samples/fileupload.html) support. + - **Experimental** [GRAYT](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-grayt_autoStartup) (Grammar As You Type) functionality. + - Fixed issues: + * [#98](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/98): SCAYT affects dialog double-click. Fixed in SCAYT core. + * [#102](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/102): SCAYT core performance enhancements. + * [#104](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/104): SCAYT's spans leak into the clipboard and after pasting. + * [#105](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/105): A JavaScript error fired in case of multiple instances of CKEditor on one page. + * [#107](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/107): SCAYT should not check non-editable parts of content. + * [#108](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/108): Latest SCAYT copies the ID of the editor element to the iframe. + * SCAYT stops working when CKEditor [Undo plugin](http://ckeditor.com/addon/undo) not enabled. + * Issue with pasting SCAYT markup in CKEditor. + * SCAYT stops working after pressing the *Cancel* button in the WSC dialog. + +## CKEditor 4.5.5 + +Fixed Issues: + +* [#13887](https://dev.ckeditor.com/ticket/13887): Fixed: [Link](http://ckeditor.com/addon/link) plugin alters the `target` attribute value. Thanks to [SamZiemer](https://github.com/SamZiemer)! +* [#12189](http://dev.ckeditor.com/ticket/12189): Fixed: The [Link](http://ckeditor.com/addon/link) plugin dialog does not display the subject of email links if the subject parameter is not lowercase. +* [#9192](http://dev.ckeditor.com/ticket/9192): Fixed: An `undefined` string is appended to an email address added with the [Link](http://ckeditor.com/addon/link) plugin if subject and email body are empty and [`config.emailProtection`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-emailProtection) is set to `encode`. +* [#13790](https://dev.ckeditor.com/ticket/13790): Fixed: It is not possible to destroy the editor `<iframe>` after the editor was detached from DOM. Thanks to [Stefan Rijnhart](https://github.com/StefanRijnhart)! +* [#13803](https://dev.ckeditor.com/ticket/13803): Fixed: The editor cannot be destroyed before being fully initialized. Thanks to [Cyril Fluck](https://github.com/cyril-sf)! +* [#13867](http://dev.ckeditor.com/ticket/13867): Fixed: CKEditor does not work when the `classList` polyfill is used. +* [#13885](http://dev.ckeditor.com/ticket/13885): Fixed: [Enhanced Image](http://ckeditor.com/addon/image2) requires the [Link](http://ckeditor.com/addon/link) plugin to link an image. +* [#13883](http://dev.ckeditor.com/ticket/13883): Fixed: Copying a table using the context menu strips off styles. +* [#13872](http://dev.ckeditor.com/ticket/13872): Fixed: Cutting is possible in the [read-only](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-readOnly) mode. +* [#12848](http://dev.ckeditor.com/ticket/12848): [Blink] Fixed: Opening the [Find and Replace](http://ckeditor.com/addon/find) dialog window in the [read-only](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-readOnly) mode throws an exception. +* [#13879](http://dev.ckeditor.com/ticket/13879): Fixed: It is not possible to prevent the [`editor.drop`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-drop) event. +* [#13361](http://dev.ckeditor.com/ticket/13361): Fixed: Skin images fail when the site path includes parentheses because the `background-image` path needs single quotes around the URL value. +* [#13771](http://dev.ckeditor.com/ticket/13771): Fixed: The `contents.css` style is not used if the [IFrame Editing Area](http://ckeditor.com/addon/wysiwygarea) plugin is missing. +* [#13782](http://dev.ckeditor.com/ticket/13782): Fixed: Unclear log messages. +* [#13919](http://dev.ckeditor.com/ticket/13919): [Edge] Fixed: Browser window crashes when accessing the `isContentEditable` property of an `<input>` DOM element. + +Other Changes: + +* [#13859](http://dev.ckeditor.com/ticket/13859): Test cases created with `bender.tools.createTestsForEditors` will also receive editor bot as a second parameter. + +## CKEditor 4.5.4 + +New Features: + +* [#13632](http://dev.ckeditor.com/ticket/13632): Introduce error logging mechanism. +* [#13730](http://dev.ckeditor.com/ticket/13730): Switch to the new error logging mechanism. + +Fixed Issues: + +* [#9856](http://dev.ckeditor.com/ticket/9856): Fixed: Cannot use the native context menu together with the [Div Editing Area](http://ckeditor.com/addon/divarea) plugin. Thanks to [Mark Wade](https://github.com/mark-wade)! +* [#12733](http://dev.ckeditor.com/ticket/12733): [IE9+] Fixed: Radio button `onChange` does not work. Thanks to [Iliya Kostadinov](https://github.com/iliyakostadinov)! +* [#13142](http://dev.ckeditor.com/ticket/13142): [Edge] Fixed: *Ctrl+A* and then *Backspace* result in an empty `<div>` element. +* [#13599](http://dev.ckeditor.com/ticket/13599): Fixed: Cross-editor drag and drop of an inline widget results in error/artifacts. +* [#13640](http://dev.ckeditor.com/ticket/13640): [IE] Fixed: Dropping a widget outside the `<body>` element is not handled correctly. +* [#13533](http://dev.ckeditor.com/ticket/13533): Fixed: No progress during upload. +* [#13680](http://dev.ckeditor.com/ticket/13680): Fixed: The parser should allow the `<h1-6>` element to be a child of the `<summary>` element. +* [#11724](http://dev.ckeditor.com/ticket/11724): [Touch devices] Fixed: Drop-downs often hide right after opening them. +* [#13690](http://dev.ckeditor.com/ticket/13690): Fixed: Copying content from IE to Chrome adds an extra paragraph. +* [#13284](http://dev.ckeditor.com/ticket/13284): Fixed: Cannot drag and drop a widget if the text caret is placed just after the widget instance. +* [#13516](http://dev.ckeditor.com/ticket/13516): Fixed: CKEditor removes empty HTML5 anchors without the `name` attribute. +* [#13765](http://dev.ckeditor.com/ticket/13765): [Safari 9] Fixed: Problems with rendering samples. + +Other Changes: + +* [#11725](http://dev.ckeditor.com/ticket/11725): Marked [`CKEDITOR.env.mobile`](http://docs.ckeditor.com/#!/api/CKEDITOR.env-property-mobile) as deprecated. The reason is that it is no longer clear what "mobile" means. +* [#13737](http://dev.ckeditor.com/ticket/13737): Upgraded [Bender.js](https://github.com/benderjs/benderjs) to 0.4.1. + +## CKEditor 4.5.3 + +New Features: + +* [#13501](http://dev.ckeditor.com/ticket/13501): Added the [`config.fileTools_defaultFileName`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-fileTools_defaultFileName) option to allow setting a default file name for paste uploads. +* [#13603](http://dev.ckeditor.com/ticket/13603): Added support for uploading dropped BMP images. + +Fixed Issues: + +* [#13590](http://dev.ckeditor.com/ticket/13590): Fixed: Various issues related to the [Paste from Word](http://ckeditor.com/addon/pastefromword) feature. Fixes also: + * [#11215](http://dev.ckeditor.com/ticket/11215), + * [#8780](http://dev.ckeditor.com/ticket/8780), + * [#12762](http://dev.ckeditor.com/ticket/12762). +* [#13386](http://dev.ckeditor.com/ticket/13386): [Edge] Fixed: Issues with selecting and editing images. +* [#13568](http://dev.ckeditor.com/ticket/13568): Fixed: The [`editor.getSelectedHtml()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getSelectedHtml) method returns invalid results for entire content selection. +* [#13453](http://dev.ckeditor.com/ticket/13453): Fixed: Drag&drop of entire editor content throws an error. +* [#13465](http://dev.ckeditor.com/ticket/13465): Fixed: Error is thrown and the widget is lost on drag&drop if it is the only content of the editor. +* [#13414](http://dev.ckeditor.com/ticket/13414): Fixed: Content auto paragraphing in a nested editable despite editor configuration. +* [#13429](http://dev.ckeditor.com/ticket/13429): Fixed: Incorrect selection after content insertion by the [Auto Embed](http://ckeditor.com/addon/autoembed) plugin. +* [#13388](http://dev.ckeditor.com/ticket/13388): Fixed: [Table Resize](http://ckeditor.com/addon/tableresize) integration with [Undo](http://ckeditor.com/addon/undo) is broken. + +Other Changes: + +* [#13637](https://dev.ckeditor.com/ticket/13637): Several icons were refactored. +* Updated [Bender.js](https://github.com/benderjs/benderjs) to 0.3.0 and introduced the ability to run tests via HTTPs ([#13265](https://dev.ckeditor.com/ticket/13265)). + +## CKEditor 4.5.2 + +Fixed Issues: + +* [#13609](http://dev.ckeditor.com/ticket/13609): [Edge] Fixed: The browser crashes when switching to the source mode. Thanks to [Andrew Williams and Mark Smeed](http://webxsolution.com/)! +* [PR#201](https://github.com/ckeditor/ckeditor-dev/pull/201): Fixed: Buttons in the toolbar configurator cause form submission. Thanks to [colemanw](https://github.com/colemanw)! +* [#13422](http://dev.ckeditor.com/ticket/13422): Fixed: A monospaced font should be used in the `<textarea>` element storing editor configuration in the toolbar configurator. +* [#13494](http://dev.ckeditor.com/ticket/13494): Fixed: Error thrown in the toolbar configurator if plugin requirements are not met. +* [#13409](http://dev.ckeditor.com/ticket/13409): Fixed: List elements incorrectly merged when pressing *Backspace* or *Delete*. +* [#13434](http://dev.ckeditor.com/ticket/13434): Fixed: Dialog state indicator broken in RightâToâLeft environments. +* [#13460](http://dev.ckeditor.com/ticket/13460): [IE8] Fixed: Copying inline widgets is broken when [Advanced Content Filter](http://docs.ckeditor.com/#!/guide/dev_acf) is disabled. +* [#13495](http://dev.ckeditor.com/ticket/13495): [Firefox, IE] Fixed: Text is not word-wrapped in the Paste dialog window. +* [#13528](http://dev.ckeditor.com/ticket/13528): [Firefox@Windows] Fixed: Content copied from Microsoft Word and other external applications is pasted as a plain text. Removed the `CKEDITOR.plugins.clipboard.isHtmlInExternalDataTransfer` property as the check must be dynamic. +* [#13583](http://dev.ckeditor.com/ticket/13583): Fixed: [`DataTransfer.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.clipboard.dataTransfer-method-getData) should work consistently in all browsers and should not strip valuable content. Fixed pasting tables from Microsoft Excel on Chrome. +* [#13468](http://dev.ckeditor.com/ticket/13468): [IE] Fixed: Binding drag&drop `dataTransfer` does not work if `text` data was set in the meantime. +* [#13451](http://dev.ckeditor.com/ticket/13451): [IE8-9] Fixed: One drag&drop operation may affect following ones. +* [#13184](http://dev.ckeditor.com/ticket/13184): Fixed: Web page reloaded after a drop on editor UI. +* [#13129](http://dev.ckeditor.com/ticket/13129) Fixed: Block widget blurred after a drop followed by an undo. +* [#13397](http://dev.ckeditor.com/ticket/13397): Fixed: Drag&drop of a widget inside its nested widget crashes the editor. +* [#13385](http://dev.ckeditor.com/ticket/13385): Fixed: [`editor.getSnapshot()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getSnapshot) may return a non-string value. +* [#13419](http://dev.ckeditor.com/ticket/13419): Fixed: The [Auto Link](http://ckeditor.com/addon/autolink) plugin does not encode double quotes in URLs. +* [#13420](http://dev.ckeditor.com/ticket/13420): Fixed: The [Auto Embed](http://ckeditor.com/addon/autoembed) plugin ignores encoded characters in URL parameters. +* [#13410](http://dev.ckeditor.com/ticket/13410): Fixed: Error thrown in the [Auto Embed](http://ckeditor.com/addon/autoembed) plugin when undoing right after pasting a link. +* [#13566](http://dev.ckeditor.com/ticket/13566): Fixed: Suppressed notifications in the [Media Embed Base](http://ckeditor.com/addon/embedbase) plugin. +* [#11616](http://dev.ckeditor.com/ticket/11616): [Chrome] Fixed: Resizing the editor while it is not displayed breaks the editable. Fixes also [#9160](http://dev.ckeditor.com/ticket/9160) and [#9715](http://dev.ckeditor.com/ticket/9715). +* [#11376](http://dev.ckeditor.com/ticket/11376): [IE11] Fixed: Loss of text when pasting bulleted lists from Microsoft Word. +* [#13143](http://dev.ckeditor.com/ticket/13143): [Edge] Fixed: Focus lost when opening the panel. +* [#13387](http://dev.ckeditor.com/ticket/13387): [Edge] Fixed: "Permission denied" error thrown when loading the editor with developer tools open. +* [#13574](http://dev.ckeditor.com/ticket/13574): [Edge] Fixed: "Permission denied" error thrown when opening editor dialog windows. +* [#13441](http://dev.ckeditor.com/ticket/13441): [Edge] Fixed: The [Clipboard](http://ckeditor.com/addon/clipboard) plugin breaks the state of [Undo](http://ckeditor.com/addon/undo) commands after a paste. +* [#13554](http://dev.ckeditor.com/ticket/13554): [Edge] Fixed: Paste dialog's iframe does not receive focus on show. +* [#13440](http://dev.ckeditor.com/ticket/13440): [Edge] Fixed: Unable to paste a widget. + +Other Changes: + +* [#13421](http://dev.ckeditor.com/ticket/13421): UX improvements to notifications in the [Auto Embed](http://ckeditor.com/addon/autoembed) plugin. + +## CKEditor 4.5.1 + +Fixed Issues: + +* [#13486](http://dev.ckeditor.com/ticket/13486): Fixed: The [Upload Image](http://ckeditor.com/addon/uploadimage) plugin should log an error, not throw an error when upload URL is not set. + +## CKEditor 4.5 + +New Features: + +* [#13304](http://dev.ckeditor.com/ticket/13304): Added support for passing DOM elements to [`config.sharedSpaces`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-sharedSpaces). Thanks to [Undergrounder](https://github.com/Undergrounder)! +* [#13215](http://dev.ckeditor.com/ticket/13215): Added ability to cancel fetching a resource by the Embed plugins. +* [#13213](http://dev.ckeditor.com/ticket/13213): Added the [`dialog#setState()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dialog-method-setState) method and used it in the [Embed](http://ckeditor.com/addon/embed) dialog to indicate that a resource is being loaded. +* [#13337](http://dev.ckeditor.com/ticket/13337): Added the [`repository.onWidget()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-method-onWidget) method — a convenient way to listen to [widget](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget) events through the [repository](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository). +* [#13214](http://dev.ckeditor.com/ticket/13214): Added support for pasting links that convert into embeddable resources on the fly. + +Fixed Issues: + +* [#13334](http://dev.ckeditor.com/ticket/13334): Fixed: Error after nesting widgets and playing with undo/redo. +* [#13118](http://dev.ckeditor.com/ticket/13118): Fixed: The [`editor.getSelectedHtml()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getSelectedHtml) method throws an error when called in the source mode. +* [#13158](http://dev.ckeditor.com/ticket/13158): Fixed: Error after canceling a dialog when creating a widget. +* [#13197](http://dev.ckeditor.com/ticket/13197): Fixed: Linked inline [Enhanced Image](http://ckeditor.com/addon/image2) alignment class is not transferred to the widget wrapper. +* [#13199](http://dev.ckeditor.com/ticket/13199): Fixed: [Semantic Embed](http://ckeditor.com/addon/embedsemantic) does not support widget classes. +* [#13003](http://dev.ckeditor.com/ticket/13003): Fixed: Anchors are uploaded when moving them by drag and drop. +* [#13032](http://dev.ckeditor.com/ticket/13032): Fixed: When upload is done, notification update should be marked as important. +* [#13300](http://dev.ckeditor.com/ticket/13300): Fixed: The `internalCommit` argument in the [Image](http://ckeditor.com/addon/image) dialog seems to be never used. +* [#13036](http://dev.ckeditor.com/ticket/13036): Fixed: Notifications are moved 10px to the right. +* [#13280](http://dev.ckeditor.com/ticket/13280): [IE8] Fixed: Undo after inline widget drag&drop throws an error. +* [#13186](http://dev.ckeditor.com/ticket/13186): Fixed: Content dropped into a nested editable is not filtered by [Advanced Content Filter](http://docs.ckeditor.com/#!/guide/dev_acf). +* [#13140](http://dev.ckeditor.com/ticket/13140): Fixed: Error thrown when dropping a block widget right after itself. +* [#13176](http://dev.ckeditor.com/ticket/13176): [IE8] Fixed: Errors on drag&drop of embed widgets. +* [#13015](http://dev.ckeditor.com/ticket/13015): Fixed: Dropping an image file on [Enhanced Image](http://ckeditor.com/addon/image2) causes a page reload. +* [#13080](http://dev.ckeditor.com/ticket/13080): Fixed: Ugly notification shown when the response contains HTML content. +* [#13011](http://dev.ckeditor.com/ticket/13011): [IE8] Fixed: Anchors are duplicated on drag&drop in specific locations. +* [#13105](http://dev.ckeditor.com/ticket/13105): Fixed: Various issues related to [`CKEDITOR.tools.htmlEncode()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-method-htmlEncode) and [`CKEDITOR.tools.htmlDecode()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-method-htmlDecode) methods. +* [#11976](http://dev.ckeditor.com/ticket/11976): [Chrome] Fixed: Copy&paste and drag&drop lists from Microsoft Word. +* [#13128](http://dev.ckeditor.com/ticket/13128): Fixed: Various issues with cloning element IDs: + * Fixed the default behavior of [`range.cloneContents()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.range-method-cloneContents) and [`range.extractContents()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.range-method-extractContents) methods which now clone IDs similarly to their native counterparts. + * Added `cloneId` arguments to the above methods, [`range.splitBlock()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.range-method-splitBlock) and [`element.breakParent()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-breakParent). Mind the default values and special behavior in the `extractContents()` method! + * Fixed issues where IDs were lost on copy&paste and drag&drop. +* Toolbar configurators: + * [#13185](http://dev.ckeditor.com/ticket/13185): Fixed: Wrong position of the suggestion box if there is not enough space below the caret. + * [#13138](http://dev.ckeditor.com/ticket/13138): Fixed: The "Toggle empty elements" button label is unclear. + * [#13136](http://dev.ckeditor.com/ticket/13136): Fixed: Autocompleter is far too intrusive. + * [#13133](http://dev.ckeditor.com/ticket/13133): Fixed: Tab leaves the editor. + * [#13173](http://dev.ckeditor.com/ticket/13173): Fixed: [`config.removeButtons`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-removeButtons) is ignored by the advanced toolbar configurator. + +Other Changes: + +* [#13119](http://dev.ckeditor.com/ticket/13119): Improved compatibility of editor skins ([Moono](http://ckeditor.com/addon/moono) and [Kama](http://ckeditor.com/addon/kama)) with external web page style sheets. +* Toolbar configurators: + * [#13147](http://dev.ckeditor.com/ticket/13147): Added buttons to the sticky toolbar. + * [#13207](http://dev.ckeditor.com/ticket/13207): Used modal window to display toolbar configurator help. +* [#13316](http://dev.ckeditor.com/ticket/13316): Made [`CKEDITOR.env.isCompatible`](http://docs.ckeditor.com/#!/api/CKEDITOR.env-property-isCompatible) a blacklist rather than a whitelist. More about the change in the [Browser Compatibility](http://docs.ckeditor.com/#!/guide/dev_browsers) guide. +* [#13398](http://dev.ckeditor.com/ticket/13398): Renamed `CKEDITOR.fileTools.UploadsRepository` to [`CKEDITOR.fileTools.UploadRepository`](http://docs.ckeditor.com/#!/api/CKEDITOR.fileTools.uploadRepository) and changed all related properties. +* [#13279](http://dev.ckeditor.com/ticket/13279): Reviewed CSS vendor prefixes. +* [#13454](http://dev.ckeditor.com/ticket/13454): Removed unused `lang.image.alertUrl` token from the [Image](http://ckeditor.com/addon/image) plugin. + +## CKEditor 4.5 Beta + +New Features: + +* Clipboard (copy&paste, drag&drop) and file uploading features and improvements ([#11437](http://dev.ckeditor.com/ticket/11437)). + + * Major features: + * Support for dropping and pasting files into the editor was introduced. Through a set of new facades for native APIs it is now possible to easily intercept and process inserted files. + * [File upload tools](http://docs.ckeditor.com/#!/api/CKEDITOR.fileTools) were introduced in order to simplify controlling the loading, uploading and handling server response, properly handle [new upload configuration](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-uploadUrl) options, etc. + * [Upload Image](http://ckeditor.com/addon/uploadimage) widget was introduced to upload dropped images. A base class for the [upload widget](http://docs.ckeditor.com/#!/api/CKEDITOR.fileTools.uploadWidgetDefinition) was exposed, too, to make it simple to create new types of upload widgets which can handle any type of dropped file, show the upload progress and update the content when the process is done. It also handles editing and undo/redo operations when a file is being uploaded and integrates with the [notification aggregator](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.notificationAggregator) to show progress and success or error. + * All drag and drop operations were integrated with the editor. All dropped content is passed through the [`editor#paste`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-paste) event and a set of new editor events was introduced — [`dragstart`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-dragstart), [`drop`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-drop), [`dragend`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-dragend). + * The [Data Transfer](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.clipboard.dataTransfer) facade was introduced to unify access to data in various types and files. [Data Transfer](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.clipboard.dataTransfer) is now always available in the [`editor#paste`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-paste) event. + * Switched from the pastebin to using the native clipboard access whenever possible. This solved many issues related to pastebin such as unnecessary scrolling or data loss. Additionally, on copy and cut from the editor the clipboard data is set. Therefore, on paste the editor has access to clean data, undisturbed by the browsers. + * Drag and drop of inline and block widgets was integrated with the standard clipboard APIs. By listening to drag events you will thus be notified about widgets, too. This opens a possibility to filter pasted and dropped widgets. + * The [`editor#paste`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-paste) event can have the `range` parameter so it is possible to change the paste position in the listener or paste in the not selectable position. Also the [`editor.insertHtml()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertHtml) method now accepts `range` as an additional parameter. + * [#11621](http://dev.ckeditor.com/ticket/11621): A configurable [paste filter](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-pasteFilter) was introduced. The filter is by default turned to `'semantic-content'` on Webkit and Blink for all pasted content coming from external sources because of the low quality of HTML that these engines put into the clipboard. Internal and cross-editor paste is safe due to the change explained in the previous point. + + * Other changes and related fixes: + * [#12095](http://dev.ckeditor.com/ticket/12095): On drag and copy of widgets [the same method](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getSelectedHtml) is used to get selected HTML as in the normal case. Thanks to that styles applied to inline widgets are not lost. + * [#11219](http://dev.ckeditor.com/ticket/11219): Fixed: Dragging a [captioned image](http://ckeditor.com/addon/image2) does not fire the [`editor#paste`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-paste) event. + * [#9554](http://dev.ckeditor.com/ticket/9554): [Webkit Mac] Fixed: Editor scrolls on paste. + * [#9898](http://dev.ckeditor.com/ticket/9898): [Webkit&Divarea] Fixed: Pasting causes undesirable scrolling. + * [#11993](http://dev.ckeditor.com/ticket/11993): [Chrome] Fixed: Pasting content scrolls the document. + * [#12613](http://dev.ckeditor.com/ticket/12613): Show the user that they can not drop on editor UI (toolbar, bottom bar). + * [#12851](http://dev.ckeditor.com/ticket/12851): [Blink/Webkit] Fixed: Formatting disappears when pasting content into cells. + * [#12914](http://dev.ckeditor.com/ticket/12914): Fixed: Copy/Paste of table broken in `div`-based editor. + + * Browser support.<br>Browser support for related features varies significantly (see http://caniuse.com/clipboard). + * File APIs needed to operate and file upload is not supported in Internet Explorer 9 and below. + * Only Chrome and Safari on Mac OS support setting custom data items in the clipboard, so currently it is possible to recognize the origin of the copied content in these browsers only. All drag and drop operations can be identified thanks to the new Data Transfer facade. + * No Internet Explorer browser supports the standard clipboard API which results in small glitches like where only plain text can be dropped from outside the editor. Thanks to the new Data Transfer facade, internal and cross-editor drag and drop supports the full range of data. + * Direct access to clipboard could only be implemented in Chrome, Safari on Mac OS, Opera and Firefox. In other browsers the pastebin must still be used. + +* [#12875](http://dev.ckeditor.com/ticket/12875): Samples and toolbar configuration tools. + * The old set of samples shipped with every CKEditor package was replaced with a shiny new single-page sample. This change concluded a long term plan which started from introducing the [CKEditor SDK](http://sdk.ckeditor.com/) and [CKEditor Functionality Overview](http://docs.ckeditor.com/#!/guide/dev_features) section in the documentation which essentially redefined the old samples. + * Toolbar configurators with live previews were introduced. They will be shipped with every CKEditor package and are meant to help in configuring toolbar layouts. + +* [#10925](http://dev.ckeditor.com/ticket/10925): The [Media Embed](http://ckeditor.com/addon/embed) and [Semantic Media Embed](http://ckeditor.com/addon/embedsemantic) plugins were introduced. Read more about the new features in the [Embedding Content](http://docs.ckeditor.com/#!/guide/dev_media_embed) article. +* [#10931](http://dev.ckeditor.com/ticket/10931): Added support for nesting widgets. It is now possible to insert one widget into another widget's nested editable. Note that unless nested editable's [allowed content](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.nestedEditable.definition-property-allowedContent) is defined precisely, starting from CKEditor 4.5 some widget buttons may become enabled. This feature is not supported in IE8. Included issues: + * [#12018](http://dev.ckeditor.com/ticket/12018): Fixed and reviewed: Nested widgets garbage collection. + * [#12024](http://dev.ckeditor.com/ticket/12024): [Firefox] Fixed: Outline is extended to the left by unpositioned drag handlers. + * [#12006](http://dev.ckeditor.com/ticket/12006): Fixed: Drag and drop of nested block widgets. + * [#12008](http://dev.ckeditor.com/ticket/12008): Fixed various cases of inserting a single non-editable element using the [`editor.insertHtml()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertHtml) method. Fixes pasting a widget with a nested editable inside another widget's nested editable. + +* Notification system: + * [#11580](http://dev.ckeditor.com/ticket/11580): Introduced the [notification system](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.notification). + * [#12810](http://dev.ckeditor.com/ticket/12810): Introduced a [notification aggregator](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.notificationAggregator) for the [notification system](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.notification) which simplifies displaying progress of many concurrent tasks. +* [#11636](http://dev.ckeditor.com/ticket/11636): Introduced new, UX-focused, methods for getting selected HTML and deleting it — [`editor.getSelectedHtml()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getSelectedHtml) and [`editor.deleteSelectedHtml()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getSelectedHtml). +* [#12416](http://dev.ckeditor.com/ticket/12416): Added the [`widget.definition.upcastPriority`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.definition-property-upcastPriority) property which gives more control over widget upcasting order to the widget author. +* [#12036](http://dev.ckeditor.com/ticket/12036): Initialize the editor in [read-only](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-readOnly) mode when the `<textarea>` element has a `readonly` attribute. +* [#11905](http://dev.ckeditor.com/ticket/11905): The [`resize` event](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-resize) passes the current dimensions in its data. +* [#12126](http://dev.ckeditor.com/ticket/12126): Introduced [`config.image_prefillDimensions`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-image_prefillDimensions) and [`config.image2_prefillDimensions`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-image2_prefillDimensions) to make pre-filling `width` and `height` configurable for the [Enhanced Image](http://ckeditor.com/addon/image2). +* [#12746](http://dev.ckeditor.com/ticket/12746): Added a new configuration option to hide the [Enhanced Image](http://ckeditor.com/addon/image2) resizer. +* [#12150](http://dev.ckeditor.com/ticket/12150): Exposed the [`getNestedEditable()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-static-method-getNestedEditable) and `is*` [widget helper](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget) functions (see the static methods). +* [#12448](http://dev.ckeditor.com/ticket/12448): Introduced the [`editable.insertHtmlIntoRange`](http://docs.ckeditor.com/#!/api/CKEDITOR.editable-method-insertHtmlIntoRange) method. +* [#12143](http://dev.ckeditor.com/ticket/12143): Added the [`config.floatSpacePreferRight`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-floatSpacePreferRight) configuration option that switches the alignment of the floating toolbar. Thanks to [InvisibleBacon](http://github.com/InvisibleBacon)! +* [#10986](http://dev.ckeditor.com/ticket/10986): Added support for changing dialog input and textarea text directions by using the *Shift+Alt+Home/End* keystrokes. The direction is stored in the value of the input by prepending the [`\u202A`](http://unicode.org/cldr/utility/character.jsp?a=202A) or [`\u202B`](http://unicode.org/cldr/utility/character.jsp?a=202B) marker to it. Read more in the [documentation](http://docs.ckeditor.com/#!/api/CKEDITOR.dialog.definition.textInput-property-bidi). Thanks to [edithkk](https://github.com/edithkk)! +* [#12770](http://dev.ckeditor.com/ticket/12770): Added support for passing [widget](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget)'s startup data as a widget command's argument. Thanks to [Rebrov Boris](https://github.com/zipp3r) and [Tieme van Veen](https://github.com/tiemevanveen)! +* [#11583](http://dev.ckeditor.com/ticket/11583): Added support for the HTML5 `required` attribute in various form elements. Thanks to [Steven Busse](https://github.com/sbusse)! + +Changes: + +* [#12858](http://dev.ckeditor.com/ticket/12858): Basic [Spartan](http://blogs.windows.com/bloggingwindows/2015/03/30/introducing-project-spartan-the-new-browser-built-for-windows-10/) browser compatibility. Full compatibility will be introduced later, because at the moment Spartan is still too unstable to be used for tests and we see many changes from version to version. +* [#12948](http://dev.ckeditor.com/ticket/12948): The [`config.mathJaxLibrary`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-mathJaxLib) option does not default to the MathJax CDN any more. It needs to be configured to enable the [Mathematical Formulas](http://ckeditor.com/addon/mathjax) plugin now. +* [#13069](http://dev.ckeditor.com/ticket/13069): Fixed inconsistencies between [`editable.insertHtml()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editable-method-insertElement) and [`editable.insertElement()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editable-method-insertElement) when the `range` parameter is used. Now, the `editor.insertElement()` method works on a higher level, which means that it saves undo snapshots and sets the selection after insertion. Use the [`editable.insertElementIntoRange()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editable-method-insertElementIntoRange) method directly for the pre 4.5 behavior of `editable.insertElement()`. +* [#12870](http://dev.ckeditor.com/ticket/12870): Use [`editor.showNotification()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-showNotification) instead of `alert()` directly whenever possible. When the [Notification plugin](http://ckeditor.com/addon/notification) is loaded, the notification system is used automatically. Otherwise, the native `alert()` is displayed. +* [#8024](http://dev.ckeditor.com/ticket/8024): Swapped behavior of the Split Cell Vertically and Horizontally features of the [Table Tools](http://ckeditor.com/addon/tabletools) plugin to be more intuitive. Thanks to [kevinisagit](https://github.com/kevinisagit)! +* [#10903](http://dev.ckeditor.com/ticket/10903): Performance improvements for the [`dom.element.addClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-addClass), [`dom.element.removeClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-removeClass) and [`dom.element.hasClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-hasClass) methods. Note: The previous implementation allowed passing multiple classes to `addClass()` although it was only a side effect of that implementation. The new implementation does not allow this. +* [#11856](http://dev.ckeditor.com/ticket/11856): The jQuery adapter throws a meaningful error if CKEditor or jQuery are not loaded. + +Fixed issues: + +* [#11586](http://dev.ckeditor.com/ticket/11586): Fixed: [`range.cloneContents()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.range-method-cloneContents) should not change the DOM in order not to affect selection. +* [#12148](http://dev.ckeditor.com/ticket/12148): Fixed: [`dom.element.getChild()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-getChild) should not modify a passed array. +* [#12503](http://dev.ckeditor.com/ticket/12503): [Blink/Webkit] Fixed: Incorrect result of Select All and *Backspace* or *Delete*. +* [#13001](http://dev.ckeditor.com/ticket/13001): [Firefox] Fixed: The `<br />` filler is placed in the wrong position by the [`range.fixBlock()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.range-method-fixBlock) method due to quirky Firefox behavior. +* [#13101](http://dev.ckeditor.com/ticket/13101): [IE8] Fixed: Colons are prepended to HTML5 element names when cloning them. + +## CKEditor 4.4.8 + +**Security Updates:** + +* Fixed XSS vulnerability in the HTML parser reported by [Dheeraj Joshi](https://twitter.com/dheerajhere) and [Prem Kumar](https://twitter.com/iAmPr3m). + + Issue summary: It was possible to execute XSS inside CKEditor after persuading the victim to: (i) switch CKEditor to source mode, then (ii) paste a specially crafted HTML code, prepared by the attacker, into the opened CKEditor source area, and (iii) switch back to WYSIWYG mode. + +**An upgrade is highly recommended!** + +Fixed Issues: + +* [#12899](http://dev.ckeditor.com/ticket/12899): Fixed: Corrected wrong tag ending for horizontal box definition in the [Dialog User Interface](http://ckeditor.com/addon/dialogui) plugin. Thanks to [mizafish](https://github.com/mizafish)! +* [#13254](http://dev.ckeditor.com/ticket/13254): Fixed: Cannot outdent block after indent when using the [Div Editing Area](http://ckeditor.com/addon/divarea) plugin. Thanks to [Jonathan Cottrill](https://github.com/jcttrll)! +* [#13268](http://dev.ckeditor.com/ticket/13268): Fixed: Documentation for [`CKEDITOR.dom.text`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.text) is incorrect. Thanks to [Ben Kiefer](https://github.com/benkiefer)! +* [#12739](http://dev.ckeditor.com/ticket/12739): Fixed: Link loses inline styles when edited without the [Advanced Tab for Dialogs](http://ckeditor.com/addon/dialogadvtab) plugin. Thanks to [ÐÑÑалÑй ÐÑÑÑÑко](https://github.com/asmforce)! +* [#13292](http://dev.ckeditor.com/ticket/13292): Fixed: Protection pattern does not work in attribute in self-closing elements with no space before `/>`. Thanks to [ÐÑÑалÑй ÐÑÑÑÑко](https://github.com/asmforce)! +* [PR#192](https://github.com/ckeditor/ckeditor-dev/pull/192): Fixed: Variable name typo in the [Dialog User Interface](http://ckeditor.com/addon/dialogui) plugin which caused [`CKEDITOR.ui.dialog.radio`](http://docs.ckeditor.com/#!/api/CKEDITOR.ui.dialog.radio) validation to not work. Thanks to [Florian Ludwig](https://github.com/FlorianLudwig)! +* [#13232](http://dev.ckeditor.com/ticket/13232): [Safari] Fixed: The [`element.appendText()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-appendText) method does not work properly for empty elements. +* [#13233](http://dev.ckeditor.com/ticket/13233): Fixed: [HTMLDataProcessor](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlDataProcessor) can process `foo:href` attributes. +* [#12796](http://dev.ckeditor.com/ticket/12796): Fixed: The [Indent List](http://ckeditor.com/addon/indentlist) plugin unwraps parent `<li>` elements. Thanks to [Andrew Stucki](https://github.com/andrewstucki)! +* [#12885](http://dev.ckeditor.com/ticket/12885): Added missing [`editor.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) parameter documentation. +* [#11982](http://dev.ckeditor.com/ticket/11982): Fixed: Bullet added in a wrong position after the *Enter* key is pressed in a nested list. +* [#13027](http://dev.ckeditor.com/ticket/13027): Fixed: Keyboard navigation in dialog windows with multiple tabs not following IBM CI 162 instructions or [ARIA Authoring Practices](http://www.w3.org/TR/2013/WD-wai-aria-practices-20130307/#tabpanel). +* [#12256](http://dev.ckeditor.com/ticket/12256): Fixed: Basic styles classes are lost when pasting from Microsoft Word if [basic styles](http://ckeditor.com/addon/basicstyles) were configured to use classes. +* [#12729](http://dev.ckeditor.com/ticket/12729): Fixed: Incorrect structure created when merging a block into a list item on *Backspace* and *Delete*. +* [#13031](http://dev.ckeditor.com/ticket/13031): [Firefox] Fixed: No more line breaks in source view since Firefox 36. +* [#13131](http://dev.ckeditor.com/ticket/13131): Fixed: The [Code Snippet](http://ckeditor.com/addon/codesnippet) plugin cannot be used without the [IFrame Editing Area](http://ckeditor.com/addon/wysiwygarea) plugin. +* [#9086](http://dev.ckeditor.com/ticket/9086): Fixed: Invalid ARIA property used on paste area `<iframe>`. +* [#13164](http://dev.ckeditor.com/ticket/13164): Fixed: Error when inserting a hidden field. +* [#13155](http://dev.ckeditor.com/ticket/13155): Fixed: Incorrect [Line Utilities](http://ckeditor.com/addon/lineutils) positioning when `<body>` has a margin. +* [#13351](http://dev.ckeditor.com/ticket/13351): Fixed: Link lost when editing a linked image with the Link tab disabled. This also fixed a bug when inserting an image into a fully selected link would throw an error ([#12847](https://dev.ckeditor.com/ticket/12847)). +* [#13344](http://dev.ckeditor.com/ticket/13344): [WebKit/Blink] Fixed: It is possible to remove or change editor content in [read-only mode](http://docs.ckeditor.com/#!/guide/dev_readonly). + +Other Changes: + +* [#12844](http://dev.ckeditor.com/ticket/12844) and [#13103](http://dev.ckeditor.com/ticket/13103): Upgraded the [testing environment](http://docs.ckeditor.com/#!/guide/dev_tests) to [Bender.js](https://github.com/benderjs/benderjs) `0.2.3`. +* [#12930](http://dev.ckeditor.com/ticket/12930): Because of licensing issues, `truncated-mathjax/` is now removed from the `tests/` directory. Now `bender.config.mathJaxLibPath` must be configured manually in order to run [Mathematical Formulas](http://ckeditor.com/addon/mathjax) plugin tests. +* [#13266](http://dev.ckeditor.com/ticket/13266): Added more shades of gray in the [Color Dialog](http://ckeditor.com/addon/colordialog) window. Thanks to [mizafish](https://github.com/mizafish)! + + +## CKEditor 4.4.7 + +Fixed Issues: + +* [#12825](http://dev.ckeditor.com/ticket/12825): Fixed: Preventing the [Table Resize](http://ckeditor.com/addon/tableresize) plugin from operating on elements outside the editor. Thanks to [Paul Martin](https://github.com/Paul-Martin)! +* [#12157](http://dev.ckeditor.com/ticket/12157): Fixed: Lost text formatting on pressing *Tab* when the [`config.tabSpaces`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-tabSpaces) configuration option value was greater than zero. +* [#12777](http://dev.ckeditor.com/ticket/12777): Fixed: The `table-layout` CSS property should be reset by skins. Thanks to [vita10gy](https://github.com/vita10gy)! +* [#12812](http://dev.ckeditor.com/ticket/12812): Fixed: An uncaught security exception is thrown when [Line Utilities](http://ckeditor.com/addon/lineutils) are used in an inline editor loaded in a cross-domain `iframe`. Thanks to [Vitaliy Zurian](https://github.com/thecatontheflat)! +* [#12735](http://dev.ckeditor.com/ticket/12735): Fixed: [`config.fillEmptyBlocks`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-fillEmptyBlocks) should only apply when outputting data. +* [#10032](http://dev.ckeditor.com/ticket/10032): Fixed: [Paste from Word](http://ckeditor.com/addon/pastefromword) filter is executed for every paste after using the button. +* [#12597](http://dev.ckeditor.com/ticket/12597): [Blink/WebKit] Fixed: Multi-byte Japanese characters entry not working properly after *Shift+Enter*. +* [#12387](http://dev.ckeditor.com/ticket/12387): Fixed: An error is thrown if a skin does not have the [`chameleon`](http://docs.ckeditor.com/#!/api/CKEDITOR.skin-method-chameleon) property defined and [`config.uiColor`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-uiColor) is defined. +* [#12747](http://dev.ckeditor.com/ticket/12747): [IE8-10] Fixed: Opening a drop-down for a specific selection when the editor is maximized results in incorrect drop-down panel position. +* [#12850](http://dev.ckeditor.com/ticket/12850): [IEQM] Fixed: An error is thrown after focusing the editor. + +## CKEditor 4.4.6 + +**Security Updates:** + +* Fixed XSS vulnerability in the HTML parser reported by [Maco Cortes](https://www.facebook.com/Maaacoooo). + + Issue summary: It was possible to execute XSS inside CKEditor after persuading the victim to: (i) switch CKEditor to source mode, then (ii) paste a specially crafted HTML code, prepared by the attacker, into the opened CKEditor source area, and (iii) switch back to WYSIWYG mode. + +**An upgrade is highly recommended!** + +New Features: + +* [#12501](http://dev.ckeditor.com/ticket/12501): Allowed dashes in element names in the [string format of allowed content rules](http://docs.ckeditor.com/#!/guide/dev_allowed_content_rules-section-string-format). +* [#12550](http://dev.ckeditor.com/ticket/12550): Added the `<main>` element to the [`CKEDITOR.dtd`](http://docs.ckeditor.com/#!/api/CKEDITOR.dtd). + +Fixed Issues: + +* [#12506](http://dev.ckeditor.com/ticket/12506): [Safari] Fixed: Cannot paste into inline editor if the page has `user-select: none` style. Thanks to [shaohua](https://github.com/shaohua)! +* [#12683](http://dev.ckeditor.com/ticket/12683): Fixed: [Filter](http://docs.ckeditor.com/#!/guide/dev_acf) fails to remove custom tags. Thanks to [timselier](https://github.com/timselier)! +* [#12489](http://dev.ckeditor.com/ticket/12489) and [#12491](http://dev.ckeditor.com/ticket/12491): Fixed: Various issues related to restoring the selection after performing operations on filler character. See the [fixed cases](http://dev.ckeditor.com/ticket/12491#comment:4). +* [#12621](http://dev.ckeditor.com/ticket/12621): Fixed: Cannot remove inline styles (bold, italic, etc.) in empty lines. +* [#12630](http://dev.ckeditor.com/ticket/12630): [Chrome] Fixed: Selection is placed outside the paragraph when the [New Page](http://ckeditor.com/addon/newpage) button is clicked. This patch significantly simplified the way how the initial selection (a selection after the content of the editable is overwritten) is being fixed. That might have fixed many related scenarios in all browsers. +* [#11647](http://dev.ckeditor.com/ticket/11647): Fixed: The [`editor.blur`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-blur) event is not fired on first blur after initializing the inline editor on an already focused element. +* [#12601](http://dev.ckeditor.com/ticket/12601): Fixed: [Strikethrough](http://ckeditor.com/addon/basicstyles) button tooltip spelling. +* [#12546](http://dev.ckeditor.com/ticket/12546): Fixed: The Preview tab in the [Document Properties](http://ckeditor.com/addon/docprops) dialog window is always disabled. +* [#12300](http://dev.ckeditor.com/ticket/12300): Fixed: The [`editor.change`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-change) event fired on first navigation key press after typing. +* [#12141](http://dev.ckeditor.com/ticket/12141): Fixed: List items are lost when indenting a list item with content wrapped with a block element. +* [#12515](http://dev.ckeditor.com/ticket/12515): Fixed: Cursor is in the wrong position when undoing after adding an image and typing some text. +* [#12484](http://dev.ckeditor.com/ticket/12484): [Blink/WebKit] Fixed: DOM is changed outside the editor area in a certain case. +* [#12688](http://dev.ckeditor.com/ticket/12688): Improved the tests of the [styles system](http://docs.ckeditor.com/#!/api/CKEDITOR.style) and fixed two minor issues. +* [#12403](http://dev.ckeditor.com/ticket/12403): Fixed: Changing the [font](http://ckeditor.com/addon/font) style should not lead to nesting it in the previous style element. +* [#12609](http://dev.ckeditor.com/ticket/12609): Fixed: Incorrect `config.magicline_putEverywhere` name used for a [Magic Line](http://ckeditor.com/addon/magicline) all-encompassing [`config.magicline_everywhere`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-magicline_everywhere) configuration option. + + +## CKEditor 4.4.5 + +New Features: + +* [#12279](http://dev.ckeditor.com/ticket/12279): Added a possibility to pass a custom evaluator to [`node.getAscendant()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.node-method-getAscendant). + +Fixed Issues: + +* [#12423](http://dev.ckeditor.com/ticket/12423): [Safari7.1+] Fixed: *Enter* key moved cursor to a strange position. +* [#12381](http://dev.ckeditor.com/ticket/12381): [iOS] Fixed: Selection issue. Thanks to [Remiremi](https://github.com/Remiremi)! +* [#10804](http://dev.ckeditor.com/ticket/10804): Fixed: `CKEDITOR_GETURL` is not used with some plugins where it should be used. Thanks to [Thomas Andraschko](https://github.com/tandraschko)! +* [#9137](http://dev.ckeditor.com/ticket/9137): Fixed: The `<base>` tag is not created when `<head>` has an attribute. Thanks to [naoki.fujikawa](https://github.com/naoki-fujikawa)! +* [#12377](http://dev.ckeditor.com/ticket/12377): Fixed: Errors thrown in the [Image](http://ckeditor.com/addon/image) plugin when removing preview from the dialog window definition. Thanks to [Axinet](https://github.com/Axinet)! +* [#12162](http://dev.ckeditor.com/ticket/12162): Fixed: Auto paragraphing and *Enter* key in nested editables. +* [#12315](http://dev.ckeditor.com/ticket/12315): Fixed: Marked [`config.autoParagraph`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-autoParagraph) as deprecated. +* [#12113](http://dev.ckeditor.com/ticket/12113): Fixed: A [code snippet](http://ckeditor.com/addon/codesnippet) should be presented in the [elements path](http://ckeditor.com/addon/elementspath) as "code snippet" (translatable). +* [#12311](http://dev.ckeditor.com/ticket/12311): Fixed: [Remove Format](http://ckeditor.com/addon/removeformat) should also remove `<cite>` elements. +* [#12261](http://dev.ckeditor.com/ticket/12261): Fixed: Filter has to be destroyed and removed from [`CKEDITOR.filter.instances`](http://docs.ckeditor.com/#!/api/CKEDITOR.filter-static-property-instances) on editor destroy. +* [#12398](http://dev.ckeditor.com/ticket/12398): Fixed: [Maximize](http://ckeditor.com/addon/maximize) does not work on an instance without a [title](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-title). +* [#12097](http://dev.ckeditor.com/ticket/12097): Fixed: JAWS not reading the number of options correctly in the [Text Color and Background Color](http://ckeditor.com/addon/colorbutton) button menu. +* [#12411](http://dev.ckeditor.com/ticket/12411): Fixed: [Page Break](http://ckeditor.com/addon/pagebreak) used directly in the editable breaks the editor. +* [#12354](http://dev.ckeditor.com/ticket/12354): Fixed: Various issues in undo manager when holding keys. +* [#12324](http://dev.ckeditor.com/ticket/12324): [IE8] Fixed: Undo steps are not recorded when changing the caret position by clicking below the body. +* [#12332](http://dev.ckeditor.com/ticket/12332): Fixed: Lowered DOM events listeners' priorities in undo manager in order to avoid ambiguity. +* [#12402](http://dev.ckeditor.com/ticket/12402): [Blink] Fixed: Workaround for Blink bug with `document.title` which breaks updating title in the full HTML mode. +* [#12338](http://dev.ckeditor.com/ticket/12338): Fixed: The CKEditor package contains unoptimized images. + + +## CKEditor 4.4.4 + +Fixed Issues: + +* [#12268](http://dev.ckeditor.com/ticket/12268): Cleanup of [UI Color](http://ckeditor.com/addon/uicolor) YUI styles. Thanks to [CasherWest](https://github.com/CasherWest)! +* [#12263](http://dev.ckeditor.com/ticket/12263): Fixed: [Paste from Word](http://ckeditor.com/addon/pastefromword) filter does not properly normalize semicolons style text. Thanks to [Alin Purcaru](https://github.com/mesmerizero)! +* [#12243](http://dev.ckeditor.com/ticket/12243): Fixed: Text formatting lost when pasting from Word. Thanks to [Alin Purcaru](https://github.com/mesmerizero)! +* [#111739](http://dev.ckeditor.com/ticket/11739): Fixed: `keypress` listeners should not be used in the undo manager. A complete rewrite of keyboard handling in the undo manager was made. Numerous smaller issues were fixed, among others: + * [#10926](http://dev.ckeditor.com/ticket/10926): [Chrome@Android] Fixed: Typing does not record snapshots and does not fire the [`editor.change`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-change) event. + * [#11611](http://dev.ckeditor.com/ticket/11611): [Firefox] Fixed: The [`editor.change`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-change) event is fired when pressing Arrow keys. + * [#12219](http://dev.ckeditor.com/ticket/12219): [Safari] Fixed: Some modifications of the [`UndoManager.locked`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.undo.UndoManager-property-locked) property violate strict mode in the [Undo](http://ckeditor.com/addon/undo) plugin. +* [#10916](http://dev.ckeditor.com/ticket/10916): Fixed: [Magic Line](http://ckeditor.com/addon/magicline) icon in Right-To-Left environments. +* [#11970](http://dev.ckeditor.com/ticket/11970): [IE] Fixed: CKEditor `paste` event is not fired when pasting with *Shift+Ins*. +* [#12111](http://dev.ckeditor.com/ticket/12111): Fixed: Linked image attributes are not read when opening the image dialog window by doubleclicking. +* [#10030](http://dev.ckeditor.com/ticket/10030): [IE] Fixed: Prevented "Unspecified Error" thrown in various cases when IE8-9 does not allow access to `document.activeElement`. +* [#12273](http://dev.ckeditor.com/ticket/12273): Fixed: Applying block style in a description list breaks it. +* [#12218](http://dev.ckeditor.com/ticket/12218): Fixed: Minor syntax issue in CSS files. +* [#12178](http://dev.ckeditor.com/ticket/12178): [Blink/WebKit] Fixed: Iterator does not return the block if the selection is located at the end of it. +* [#12185](http://dev.ckeditor.com/ticket/12185): [IE9QM] Fixed: Error thrown when moving the mouse over focused editor's scrollbar. +* [#12215](http://dev.ckeditor.com/ticket/12215): Fixed: Basepath resolution does not recognize semicolon as a query separator. +* [#12135](http://dev.ckeditor.com/ticket/12135): Fixed: [Remove Format](http://ckeditor.com/addon/removeformat) does not work on widgets. +* [#12298](http://dev.ckeditor.com/ticket/12298): [IE11] Fixed: Clicking below `<body>` in Compatibility Mode will no longer reset selection to the first line. +* [#12204](http://dev.ckeditor.com/ticket/12204): Fixed: Editor's voice label is not affected by [`config.title`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-title). +* [#11915](http://dev.ckeditor.com/ticket/11915): Fixed: With [SCAYT](http://ckeditor.com/addon/scayt) enabled, cursor moves to the beginning of the first highlighted, misspelled word after typing or pasting into the editor. +* [SCAYT](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/69): Fixed: Error thrown in the console after enabling [SCAYT](http://ckeditor.com/addon/scayt) and trying to add a new image. + + +Other Changes: + +* [#12296](http://dev.ckeditor.com/ticket/12296): Merged `benderjs-ckeditor` into the main CKEditor repository. + +## CKEditor 4.4.3 + +**Security Updates:** + +* Fixed XSS vulnerability in the Preview plugin reported by Mario Heiderich of [Cure53](https://cure53.de/). + +**An upgrade is highly recommended!** + +New Features: + +* [#12164](http://dev.ckeditor.com/ticket/12164): Added the "Justify" option to the "Horizontal Alignment" drop-down in the Table Cell Properties dialog window. + +Fixed Issues: + +* [#12110](http://dev.ckeditor.com/ticket/12110): Fixed: Editor crash after deleting a table. Thanks to [Alin Purcaru](https://github.com/mesmerizero)! +* [#11897](http://dev.ckeditor.com/ticket/11897): Fixed: *Enter* key used in an empty list item creates a new line instead of breaking the list. Thanks to [noam-si](https://github.com/noam-si)! +* [#12140](http://dev.ckeditor.com/ticket/12140): Fixed: Double-clicking linked widgets opens two dialog windows. +* [#12132](http://dev.ckeditor.com/ticket/12132): Fixed: Image is inserted with `width` and `height` styles even when they are not allowed. +* [#9317](http://dev.ckeditor.com/ticket/9317): [IE] Fixed: [`config.disableObjectResizing`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-disableObjectResizing) does not work on IE. **Note**: We were not able to fix this issue on IE11+ because necessary events stopped working. See a [last resort workaround](http://dev.ckeditor.com/ticket/9317#comment:16) and make sure to [support our complaint to Microsoft](https://connect.microsoft.com/IE/feedback/details/742593/please-respect-execcommand-enableobjectresizing-in-contenteditable-elements). +* [#9638](http://dev.ckeditor.com/ticket/9638): Fixed: There should be no information about accessibility help available under the *Alt+0* keyboard shortcut if the [Accessibility Help](http://ckeditor.com/addon/a11yhelp) plugin is not available. +* [#8117](http://dev.ckeditor.com/ticket/8117) and [#9186](http://dev.ckeditor.com/ticket/9186): Fixed: In HTML5 `<meta>` tags should be allowed everywhere, including inside the `<body>` element. +* [#10422](http://dev.ckeditor.com/ticket/10422): Fixed: [`config.fillEmptyBlocks`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-fillEmptyBlocks) not working properly if a function is specified. + +## CKEditor 4.4.2 + +Important Notes: + +* The CKEditor testing environment is now publicly available. Read more about how to set up the environment and execute tests in the [CKEditor Testing Environment](http://docs.ckeditor.com/#!/guide/dev_tests) guide. + Please note that the [`tests/`](https://github.com/ckeditor/ckeditor-dev/tree/master/tests) directory which contains editor tests is not available in release packages. It can only be found in the development version of CKEditor on [GitHub](https://github.com/ckeditor/ckeditor-dev/). + +New Features: + +* [#11909](http://dev.ckeditor.com/ticket/11909): Introduced a parameter to prevent the [`editor.setData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setData) method from recording undo snapshots. + +Fixed Issues: + +* [#11757](http://dev.ckeditor.com/ticket/11757): Fixed: Imperfections in the [Moono](http://ckeditor.com/addon/moono) skin. Thanks to [danyaPostfactum](https://github.com/danyaPostfactum)! +* [#10091](http://dev.ckeditor.com/ticket/10091): Blockquote should be treated like an object by the styles system. Thanks to [dan-james-deeson](https://github.com/dan-james-deeson)! +* [#11478](http://dev.ckeditor.com/ticket/11478): Fixed: Issue with passing jQuery objects to [adapter](http://docs.ckeditor.com/#!/guide/dev_jquery) configuration. +* [#10867](http://dev.ckeditor.com/ticket/10867): Fixed: Issue with setting encoded URI as image link. +* [#11983](http://dev.ckeditor.com/ticket/11983): Fixed: Clicking a nested widget does not focus it. Additionally, performance of the [`widget.repository.getByElement()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-method-getByElement) method was improved. +* [#12000](http://dev.ckeditor.com/ticket/12000): Fixed: Nested widgets should be initialized on [`editor.setData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setData) and [`nestedEditable.setData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.nestedEditable-method-setData). +* [#12022](http://dev.ckeditor.com/ticket/12022): Fixed: Outer widget's drag handler is not created at all if it has any nested widgets inside. +* [#11960](http://dev.ckeditor.com/ticket/11960): [Blink/WebKit] Fixed: The caret should be scrolled into view on *Backspace* and *Delete* (covers only the merging blocks case). +* [#11306](http://dev.ckeditor.com/ticket/11306): [OSX][Blink/WebKit] Fixed: No widget entries in the context menu on widget right-click. +* [#11957](http://dev.ckeditor.com/ticket/11957): Fixed: Alignment labels in the [Enhanced Image](http://ckeditor.com/addon/image2) dialog window are not translated. +* [#11980](http://dev.ckeditor.com/ticket/11980): [Blink/WebKit] Fixed: `<span>` elements created when joining adjacent elements (non-collapsed selection). +* [#12009](http://dev.ckeditor.com/ticket/12009): [Nested widgets] Integration with the [Magic Line](http://ckeditor.com/addon/magicline) plugin. +* [#11387](http://dev.ckeditor.com/ticket/11387): Fixed: `role="radiogroup"` should be applied only to radio inputs' container. +* [#7975](http://dev.ckeditor.com/ticket/7975): [IE8] Fixed: Errors when trying to select an empty table cell. +* [#11947](http://dev.ckeditor.com/ticket/11947): [Firefox+IE11] Fixed: *Shift+Enter* in lists produces two line breaks. +* [#11972](http://dev.ckeditor.com/ticket/11972): Fixed: Feature detection in the [`element.setText()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-setText) method should not trigger the layout engine. +* [#7634](http://dev.ckeditor.com/ticket/7634): Fixed: The [Flash Dialog](http://ckeditor.com/addon/flash) plugin omits the `allowFullScreen` parameter in the editor data if set to `true`. +* [#11910](http://dev.ckeditor.com/ticket/11910): Fixed: [Enhanced Image](http://ckeditor.com/addon/image2) does not take [`config.baseHref`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-baseHref) into account when updating image dimensions. +* [#11753](http://dev.ckeditor.com/ticket/11753): Fixed: Wrong [`checkDirty()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-checkDirty) method value after focusing or blurring a widget. +* [#11830](http://dev.ckeditor.com/ticket/11830): Fixed: Impossible to pass some arguments to [CKBuilder](https://github.com/ckeditor/ckbuilder) when using the `/dev/builder/build.sh` script. +* [#11945](http://dev.ckeditor.com/ticket/11945): Fixed: [Form Elements](http://ckeditor.com/addon/forms) plugin should not change a core method. +* [#11384](http://dev.ckeditor.com/ticket/11384): [IE9+] Fixed: `IndexSizeError` thrown when pasting into a non-empty selection anchored in one text node. + +## CKEditor 4.4.1 + +New Features: + +* [#9661](http://dev.ckeditor.com/ticket/9661): Added the option to [configure](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-linkJavaScriptLinksAllowed) anchor tags with JavaScript code in the `href` attribute. + +Fixed Issues: + +* [#11861](http://dev.ckeditor.com/ticket/11861): [WebKit/Blink] Fixed: Span elements created while joining adjacent elements. **Note:** This patch only covers cases when *Backspace* or *Delete* is pressed on a collapsed (empty) selection. The remaining case, with a non-empty selection, will be fixed in the next release. +* [#10714](http://dev.ckeditor.com/ticket/10714): [iOS] Fixed: Selection and drop-downs are broken if a touch event listener is used due to a [WebKit bug](https://bugs.webkit.org/show_bug.cgi?id=128924). Thanks to [Arty Gus](https://github.com/artygus)! +* [#11911](http://dev.ckeditor.com/ticket/11911): Fixed setting the `dir` attribute for a preloaded language in [CKEDITOR.lang](http://docs.ckeditor.com/#!/api/CKEDITOR.lang). Thanks to [Akash Mohapatra](https://github.com/akashmohapatra)! +* [#11926](http://dev.ckeditor.com/ticket/11926): Fixed: [Code Snippet](http://ckeditor.com/addon/codesnippet) does not decode HTML entities when loading code from the `<code>` element. +* [#11223](http://dev.ckeditor.com/ticket/11223): Fixed: Issue when [Protected Source](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-protectedSource) was not working in the `<title>` element. +* [#11859](http://dev.ckeditor.com/ticket/11859): Fixed: Removed the [Source Dialog](http://ckeditor.com/addon/sourcedialog) plugin dependency from the [Code Snippet](http://ckeditor.com/addon/codesnippet) sample. +* [#11754](http://dev.ckeditor.com/ticket/11754): [Chrome] Fixed: Infinite loop when content includes not closed attributes. +* [#11848](http://dev.ckeditor.com/ticket/11848): [IE] Fixed: [`editor.insertElement()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertElement) throwing an exception when there was no selection in the editor. +* [#11801](http://dev.ckeditor.com/ticket/11801): Fixed: Editor anchors unavailable when linking the [Enhanced Image](http://ckeditor.com/addon/image2) widget. +* [#11626](http://dev.ckeditor.com/ticket/11626): Fixed: [Table Resize](http://ckeditor.com/addon/tableresize) sets invalid column width. +* [#11872](http://dev.ckeditor.com/ticket/11872): Made [`element.addClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-addClass) chainable symmetrically to [`element.removeClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-removeClass). +* [#11813](http://dev.ckeditor.com/ticket/11813): Fixed: Link lost while pasting a captioned image and restoring an undo snapshot ([Enhanced Image](http://ckeditor.com/addon/image2)). +* [#11814](http://dev.ckeditor.com/ticket/11814): Fixed: _Link_ and _Unlink_ entries persistently displayed in the [Enhanced Image](http://ckeditor.com/addon/image2) context menu. +* [#11839](http://dev.ckeditor.com/ticket/11839): [IE9] Fixed: The caret jumps out of the editable area when resizing the editor in the source mode. +* [#11822](http://dev.ckeditor.com/ticket/11822): [WebKit] Fixed: Editing anchors by double-click is broken in some cases. +* [#11823](http://dev.ckeditor.com/ticket/11823): [IE8] Fixed: [Table Resize](http://ckeditor.com/addon/tableresize) throws an error over scrollbar. +* [#11788](http://dev.ckeditor.com/ticket/11788): Fixed: It is not possible to change the language back to _Not set_ in the [Code Snippet](http://ckeditor.com/addon/codesnippet) dialog window. +* [#11788](http://dev.ckeditor.com/ticket/11788): Fixed: [Filter](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.filter) rules are not applied inside elements with the `contenteditable` attribute set to `true`. +* [#11798](http://dev.ckeditor.com/ticket/11798): Fixed: Inserting a non-editable element inside a table cell breaks the table. +* [#11793](http://dev.ckeditor.com/ticket/11793): Fixed: Drop-down is not "on" when clicking it while the editor is blurred. +* [#11850](http://dev.ckeditor.com/ticket/11850): Fixed: Fake objects with the `contenteditable` attribute set to `false` are not downcasted properly. +* [#11811](http://dev.ckeditor.com/ticket/11811): Fixed: Widget's data is not encoded correctly when passed to an attribute. +* [#11777](http://dev.ckeditor.com/ticket/11777): Fixed encoding ampersand in the [Mathematical Formulas](http://ckeditor.com/addon/mathjax) plugin. +* [#11880](http://dev.ckeditor.com/ticket/11880): [IE8-9] Fixed: Linked image has a default thick border. + +Other Changes: + +* [#11807](http://dev.ckeditor.com/ticket/11807): Updated jQuery version used in the sample to 1.11.0 and tested CKEditor jQuery Adapter with version 1.11.0 and 2.1.0. +* [#9504](http://dev.ckeditor.com/ticket/9504): Stopped using deprecated `attribute.specified` in all browsers except Internet Explorer. +* [#11809](http://dev.ckeditor.com/ticket/11809): Changed tab size in `<pre>` to 4 spaces. + +## CKEditor 4.4 + +**Important Notes:** + +* Marked the [`editor.beforePaste`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-beforePaste) event as deprecated. +* The default class of captioned images has changed to `image` (was: `caption`). Please note that once edited in CKEditor 4.4+, all existing images of the `caption` class (`<figure class="caption">`) will be [filtered out](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) unless the [`config.image2_captionedClass`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-image2_captionedClass) option is set to `caption`. For backward compatibility (i.e. when upgrading), it is highly recommended to use this setting, which also helps prevent CSS conflicts, etc. This does not apply to new CKEditor integrations. +* Widgets without defined buttons are no longer registered automatically to the [Advanced Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter). Before CKEditor 4.4 widgets were registered to the ACF which was an incorrect behavior ([#11567](http://dev.ckeditor.com/ticket/11567)). This change should not have any impact on standard scenarios, but if your button does not execute the widget command, you need to set [`allowedContent`](http://docs.ckeditor.com/#!/api/CKEDITOR.feature-property-allowedContent) and [`requiredContent`](http://docs.ckeditor.com/#!/api/CKEDITOR.feature-property-requiredContent) properties for it manually, because the editor will not be able to find them. +* The [Show Borders](http://ckeditor.com/addon/showborders) plugin was added to the Standard installation package in order to ensure that unstyled tables are still visible for the user ([#11665](http://dev.ckeditor.com/ticket/11665)). +* Since CKEditor 4.4 the editor instance should be passed to [`CKEDITOR.style`](http://docs.ckeditor.com/#!/api/CKEDITOR.style) methods to ensure full compatibility with other features (e.g. applying styles to widgets requires that). We ensured backward compatibility though, so the [`CKEDITOR.style`](http://docs.ckeditor.com/#!/api/CKEDITOR.style) will work even when the editor instance is not provided. + +New Features: + +* [#11297](http://dev.ckeditor.com/ticket/11297): Styles can now be applied to widgets. The definition of a style which can be applied to a specific widget must contain two additional properties — `type` and `widget`. Read more in the [Widget Styles](http://docs.ckeditor.com/#!/guide/dev_styles-section-widget-styles) section of the "Syles Drop-down" guide. Note that by default, widgets support only classes and no other attributes or styles. Related changes and features: + * Introduced the [`CKEDITOR.style.addCustomHandler()`](http://docs.ckeditor.com/#!/api/CKEDITOR.style-static-method-addCustomHandler) method for registering custom style handlers. + * The [`CKEDITOR.style.apply()`](http://docs.ckeditor.com/#!/api/CKEDITOR.style-method-apply) and [`CKEDITOR.style.remove()`](http://docs.ckeditor.com/#!/api/CKEDITOR.style-method-remove) methods are now called with an editor instance instead of the document so they can be reused by the [`CKEDITOR.editor.applyStyle()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-applyStyle) and [`CKEDITOR.editor.removeStyle()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-removeStyle) methods. Backward compatibility was preserved, but from CKEditor 4.4 it is highly recommended to pass an editor instead of a document to these methods. + * Many new methods and properties were introduced in the [Widget API](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget) to make the handling of styles by widgets fully customizable. See: [`widget.definition.styleableElements`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.definition-property-styleableElements), [`widget.definition.styleToAllowedContentRule`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.definition-property-styleToAllowedContentRules), [`widget.addClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-addClass), [`widget.removeClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-removeClass), [`widget.getClasses()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-getClasses), [`widget.hasClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-hasClass), [`widget.applyStyle()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-applyStyle), [`widget.removeStyle()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-removeStyle), [`widget.checkStyleActive()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-checkStyleActive). + * Integration with the [Allowed Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) required an introduction of the [`CKEDITOR.style.toAllowedContent()`](http://docs.ckeditor.com/#!/api/CKEDITOR.style-method-toAllowedContentRules) method which can be implemented by the custom style handler and if exists, it is used by the [`CKEDITOR.filter`](http://docs.ckeditor.com/#!/api/CKEDITOR.filter) to translate a style to [allowed content rules](http://docs.ckeditor.com/#!/api/CKEDITOR.filter.allowedContentRules). +* [#11300](http://dev.ckeditor.com/ticket/11300): Various changes in the [Enhanced Image](http://ckeditor.com/addon/image2) plugin: + * Introduced the [`config.image2_captionedClass`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-image2_captionedClass) option to configure the class of captioned images. + * Introduced the [`config.image2_alignClasses`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-image2_alignClasses) option to configure the way images are aligned with CSS classes. + If this setting is defined, the editor produces classes instead of inline styles for aligned images. + * Default image caption can be translated (customized) with the `editor.lang.image2.captionPlaceholder` string. +* [#11341](http://dev.ckeditor.com/ticket/11341): [Enhanced Image](http://ckeditor.com/addon/image2) plugin: It is now possible to add a link to any image type. +* [#10202](http://dev.ckeditor.com/ticket/10202): Introduced wildcard support in the [Allowed Content Rules](http://docs.ckeditor.com/#!/guide/dev_allowed_content_rules) format. +* [#10276](http://dev.ckeditor.com/ticket/10276): Introduced blacklisting in the [Allowed Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter). +* [#10480](http://dev.ckeditor.com/ticket/10480): Introduced code snippets with code highlighting. There are two versions available so far — the default [Code Snippet](http://ckeditor.com/addon/codesnippet) which uses the [highlight.js](http://highlightjs.org) library and the [Code Snippet GeSHi](http://ckeditor.com/addon/codesnippetgeshi) which uses the [GeSHi](http://qbnz.com/highlighter/) library. +* [#11737](http://dev.ckeditor.com/ticket/11737): Introduced an option to prevent [filtering](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) of an element that matches custom criteria (see [`filter.addElementCallback()`](http://docs.ckeditor.com/#!/api/CKEDITOR.filter-method-addElementCallback)). +* [#11532](http://dev.ckeditor.com/ticket/11532): Introduced the [`editor.addContentsCss()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-addContentsCss) method that can be used for [adding custom CSS files](http://docs.ckeditor.com/#!/guide/plugin_sdk_styles). +* [#11536](http://dev.ckeditor.com/ticket/11536): Added the [`CKEDITOR.tools.htmlDecode()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-method-htmlDecode) method for decoding HTML entities. +* [#11225](http://dev.ckeditor.com/ticket/11225): Introduced the [`CKEDITOR.tools.transparentImageData`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-property-transparentImageData) property which contains transparent image data to be used in CSS or as image source. + +Other Changes: + +* [#11377](http://dev.ckeditor.com/ticket/11377): Unified internal representation of empty anchors using the [fake objects](http://ckeditor.com/addon/fakeobjects). +* [#11422](http://dev.ckeditor.com/ticket/11422): Removed Firefox 3.x, Internet Explorer 6 and Opera 12.x leftovers in code. +* [#5217](http://dev.ckeditor.com/ticket/5217): Setting data (including switching between modes) creates a new undo snapshot. Besides that: + * Introduced the [`editable.status`](http://docs.ckeditor.com/#!/api/CKEDITOR.editable-property-status) property. + * Introduced a new `forceUpdate` option for the [`editor.lockSnapshot`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-lockSnapshot) event. + * Fixed: Selection not being unlocked in inline editor after setting data ([#11500](http://dev.ckeditor.com/ticket/11500)). +* The [WebSpellChecker](http://ckeditor.com/addon/wsc) plugin was updated to the latest version. + +Fixed Issues: + +* [#10190](http://dev.ckeditor.com/ticket/10190): Fixed: Removing block style with [`editor.removeStyle()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-removeStyle) should result in a paragraph and not a div. +* [#11727](http://dev.ckeditor.com/ticket/11727): Fixed: The editor tries to select a non-editable image which was clicked. + +## CKEditor 4.3.5 + +New Features: + +* Added new translation: Tatar. + +Fixed Issues: + +* [#11677](http://dev.ckeditor.com/ticket/11677): Fixed: Undo/Redo keystrokes are blocked in the source mode. +* [#11717](http://dev.ckeditor.com/ticket/11717): [Document Properties](http://ckeditor.com/addon/docprops) plugin requires the [Color Dialog](http://ckeditor.com/addon/colordialog) plugin to work. + +## CKEditor 4.3.4 + +Fixed Issues: + +* [#11597](http://dev.ckeditor.com/ticket/11597): [IE11] Fixed: Error thrown when trying to open the [preview](http://ckeditor.com/addon/preview) using the keyboard. +* [#11544](http://dev.ckeditor.com/ticket/11544): [Placeholders](http://ckeditor.com/addon/placeholder) will no longer be upcasted in parents not accepting `<span>` elements. +* [#8663](http://dev.ckeditor.com/ticket/8663): Fixed [`element.renameNode()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-renameNode) not clearing the [`element.getName()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-getName) cache. +* [#11574](http://dev.ckeditor.com/ticket/11574): Fixed: *Backspace* destroying the DOM structure if an inline editable is placed in a list item. +* [#11603](http://dev.ckeditor.com/ticket/11603): Fixed: [Table Resize](http://ckeditor.com/addon/tableresize) attaches to tables outside the editable. +* [#9205](http://dev.ckeditor.com/ticket/9205), [#7805](http://dev.ckeditor.com/ticket/7805), [#8216](http://dev.ckeditor.com/ticket/8216): Fixed: `{cke_protected_1}` appearing in data in various cases where HTML comments are placed next to `"` or `'`. +* [#11635](http://dev.ckeditor.com/ticket/11635): Fixed: Some attributes are not protected before the content is passed through the fix bin. +* [#11660](http://dev.ckeditor.com/ticket/11660): [IE] Fixed: Table content is lost when some extra markup is inside the table. +* [#11641](http://dev.ckeditor.com/ticket/11641): Fixed: Switching between modes in the classic editor removes content styles for the inline editor. +* [#11568](http://dev.ckeditor.com/ticket/11568): Fixed: [Styles](http://ckeditor.com/addon/stylescombo) drop-down list is not enabled on selection change. + +## CKEditor 4.3.3 + +Fixed Issues: + +* [#11500](http://dev.ckeditor.com/ticket/11500): [WebKit/Blink] Fixed: Selection lost when setting data in another inline editor. Additionally, [`selection.removeAllRanges()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.selection-method-removeAllRanges) is now scoped to selection's [root](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.selection-property-root). +* [#11104](http://dev.ckeditor.com/ticket/11104): [IE] Fixed: Various issues with scrolling and selection when focusing widgets. +* [#11487](http://dev.ckeditor.com/ticket/11487): Moving mouse over the [Enhanced Image](http://ckeditor.com/addon/image2) widget will no longer change the value returned by the [`editor.checkDirty()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-checkDirty) method. +* [#8673](http://dev.ckeditor.com/ticket/8673): [WebKit] Fixed: Cannot select and remove the [Page Break](http://ckeditor.com/addon/pagebreak). +* [#11413](http://dev.ckeditor.com/ticket/11413): Fixed: Incorrect [`editor.execCommand()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-execCommand) behavior. +* [#11438](http://dev.ckeditor.com/ticket/11438): Splitting table cells vertically is no longer changing table structure. +* [#8899](http://dev.ckeditor.com/ticket/8899): Fixed: Links in the [About CKEditor](http://ckeditor.com/addon/about) dialog window now open in a new browser window or tab. +* [#11490](http://dev.ckeditor.com/ticket/11490): Fixed: [Menu button](http://ckeditor.com/addon/menubutton) panel not showing in the source mode. +* [#11417](http://dev.ckeditor.com/ticket/11417): The [`widget.doubleclick`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-event-doubleclick) event is not canceled anymore after editing was triggered. +* [#11253](http://dev.ckeditor.com/ticket/11253): [IE] Fixed: Clipped upload button in the [Enhanced Image](http://ckeditor.com/addon/image2) dialog window. +* [#11359](http://dev.ckeditor.com/ticket/11359): Standardized the way anchors are discovered by the [Link](http://ckeditor.com/addon/link) plugin. +* [#11058](http://dev.ckeditor.com/ticket/11058): [IE8] Fixed: Error when deleting a table row. +* [#11508](http://dev.ckeditor.com/ticket/11508): Fixed: [`htmlDataProcessor`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlDataProcessor) discovering protected attributes within other attributes' values. +* [#11533](http://dev.ckeditor.com/ticket/11533): Widgets: Avoid recurring upcasts if the DOM structure was modified during an upcast. +* [#11400](http://dev.ckeditor.com/ticket/11400): Fixed: The [`domObject.removeAllListeners()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.domObject-method-removeAllListeners) method does not remove custom listeners completely. +* [#11493](http://dev.ckeditor.com/ticket/11493): Fixed: The [`selection.getRanges()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.selection-method-getRanges) method does not override cached ranges when used with the `onlyEditables` argument. +* [#11390](http://dev.ckeditor.com/ticket/11390): [IE] All [XML](http://ckeditor.com/addon/xml) plugin [methods](http://docs.ckeditor.com/#!/api/CKEDITOR.xml) now work in IE10+. +* [#11542](http://dev.ckeditor.com/ticket/11542): [IE11] Fixed: Blurry toolbar icons when Right-to-Left UI language is set. +* [#11504](http://dev.ckeditor.com/ticket/11504): Fixed: When [`config.fullPage`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-fullPage) is set to `true`, entities are not encoded in editor output. +* [#11004](http://dev.ckeditor.com/ticket/11004): Integrated [Enhanced Image](http://ckeditor.com/addon/image2) dialog window with [Advanced Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter). +* [#11439](http://dev.ckeditor.com/ticket/11439): Fixed: Properties get cloned in the Cell Properties dialog window if multiple cells are selected. + +## CKEditor 4.3.2 + +Fixed Issues: + +* [#11331](http://dev.ckeditor.com/ticket/11331): A menu button will have a changed label when selected instead of using the `aria-pressed` attribute. +* [#11177](http://dev.ckeditor.com/ticket/11177): Widget drag handler improvements: + * [#11176](http://dev.ckeditor.com/ticket/11176): Fixed: Initial position is not updated when the widget data object is empty. + * [#11001](http://dev.ckeditor.com/ticket/11001): Fixed: Multiple synchronous layout recalculations are caused by initial drag handler positioning causing performance issues. + * [#11161](http://dev.ckeditor.com/ticket/11161): Fixed: Drag handler is not repositioned in various situations. + * [#11281](http://dev.ckeditor.com/ticket/11281): Fixed: Drag handler and mask are duplicated after widget reinitialization. +* [#11207](http://dev.ckeditor.com/ticket/11207): [Firefox] Fixed: Misplaced [Enhanced Image](http://ckeditor.com/addon/image2) resizer in the inline editor. +* [#11102](http://dev.ckeditor.com/ticket/11102): `CKEDITOR.template` improvements: + * [#11102](http://dev.ckeditor.com/ticket/11102): Added newline character support. + * [#11216](http://dev.ckeditor.com/ticket/11216): Added "\\'" substring support. +* [#11121](http://dev.ckeditor.com/ticket/11121): [Firefox] Fixed: High Contrast mode is enabled when the editor is loaded in a hidden iframe. +* [#11350](http://dev.ckeditor.com/ticket/11350): The default value of [`config.contentsCss`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-contentsCss) is affected by [`CKEDITOR.getUrl()`](http://docs.ckeditor.com/#!/api/CKEDITOR-method-getUrl). +* [#11097](http://dev.ckeditor.com/ticket/11097): Improved the [Autogrow](http://ckeditor.com/addon/autogrow) plugin performance when dealing with very big tables. +* [#11290](http://dev.ckeditor.com/ticket/11290): Removed redundant code in the [Source Dialog](http://ckeditor.com/addon/sourcedialog) plugin. +* [#11133](http://dev.ckeditor.com/ticket/11133): [Page Break](http://ckeditor.com/addon/pagebreak) becomes editable if pasted. +* [#11126](http://dev.ckeditor.com/ticket/11126): Fixed: Native Undo executed once the bottom of the snapshot stack is reached. +* [#11131](http://dev.ckeditor.com/ticket/11131): [Div Editing Area](http://ckeditor.com/addon/divarea): Fixed: Error thrown when switching to source mode if the selection was in widget's nested editable. +* [#11139](http://dev.ckeditor.com/ticket/11139): [Div Editing Area](http://ckeditor.com/addon/divarea): Fixed: Elements Path is not cleared after switching to source mode. +* [#10778](http://dev.ckeditor.com/ticket/10778): Fixed a bug with range enlargement. The range no longer expands to visible whitespace. +* [#11146](http://dev.ckeditor.com/ticket/11146): [IE] Fixed: Preview window switches Internet Explorer to Quirks Mode. +* [#10762](http://dev.ckeditor.com/ticket/10762): [IE] Fixed: JavaScript code displayed in preview window's URL bar. +* [#11186](http://dev.ckeditor.com/ticket/11186): Introduced the [`widgets.repository.addUpcastCallback()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-method-addUpcastCallback) method that allows to block upcasting given element to a widget. +* [#11307](http://dev.ckeditor.com/ticket/11307): Fixed: Paste as Plain Text conflict with the [MooTools](http://mootools.net) library. +* [#11140](http://dev.ckeditor.com/ticket/11140): [IE11] Fixed: Anchors are not draggable. +* [#11379](http://dev.ckeditor.com/ticket/11379): Changed default contents `line-height` to unitless values to avoid huge text overlapping (like in [#9696](http://dev.ckeditor.com/ticket/9696)). +* [#10787](http://dev.ckeditor.com/ticket/10787): [Firefox] Fixed: Broken replacement of text while pasting into `div`-based editor. +* [#10884](http://dev.ckeditor.com/ticket/10884): Widgets integration with the [Show Blocks](http://ckeditor.com/addon/showblocks) plugin. +* [#11021](http://dev.ckeditor.com/ticket/11021): Fixed: An error thrown when selecting entire editable contents while fake selection is on. +* [#11086](http://dev.ckeditor.com/ticket/11086): [IE8] Re-enable inline widgets drag&drop in Internet Explorer 8. +* [#11372](http://dev.ckeditor.com/ticket/11372): Widgets: Special characters encoded twice in nested editables. +* [#10068](http://dev.ckeditor.com/ticket/10068): Fixed: Support for protocol-relative URLs. +* [#11283](http://dev.ckeditor.com/ticket/11283): [Enhanced Image](http://ckeditor.com/addon/image2): A `<div>` element with `text-align: center` and an image inside is not recognised correctly. +* [#11196](http://dev.ckeditor.com/ticket/11196): [Accessibility Instructions](http://ckeditor.com/addon/a11yhelp): Allowed additional keyboard button labels to be translated in the dialog window. + +## CKEditor 4.3.1 + +**Important Notes:** + +* To match the naming convention, the `language` button is now `Language` ([#11201](http://dev.ckeditor.com/ticket/11201)). +* [Enhanced Image](http://ckeditor.com/addon/image2) button, context menu, command, and icon names match those of the [Image](http://ckeditor.com/addon/image) plugin ([#11222](http://dev.ckeditor.com/ticket/11222)). + +Fixed Issues: + +* [#11244](http://dev.ckeditor.com/ticket/11244): Changed: The [`widget.repository.checkWidgets()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-method-checkWidgets) method now fires the [`widget.repository.checkWidgets`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-event-checkWidgets) event, so from CKEditor 4.3.1 it is preferred to use the method rather than fire the event. +* [#11171](http://dev.ckeditor.com/ticket/11171): Fixed: [`editor.insertElement()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertElement) and [`editor.insertText()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertText) methods do not call the [`widget.repository.checkWidgets()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-method-checkWidgets) method. +* [#11085](http://dev.ckeditor.com/ticket/11085): [IE8] Replaced preview generated by the [Mathematical Formulas](http://ckeditor.com/addon/mathjax) widget with a placeholder. +* [#11044](http://dev.ckeditor.com/ticket/11044): Enhanced WAI-ARIA support for the [Language](http://ckeditor.com/addon/language) plugin drop-down menu. +* [#11075](http://dev.ckeditor.com/ticket/11075): With drop-down menu button focused, pressing the *Down Arrow* key will now open the menu and focus its first option. +* [#11165](http://dev.ckeditor.com/ticket/11165): Fixed: The [File Browser](http://ckeditor.com/addon/filebrowser) plugin cannot be removed from the editor. +* [#11159](http://dev.ckeditor.com/ticket/11159): [IE9-10] [Enhanced Image](http://ckeditor.com/addon/image2): Fixed buggy discovery of image dimensions. +* [#11101](http://dev.ckeditor.com/ticket/11101): Drop-down lists no longer break when given double quotes. +* [#11077](http://dev.ckeditor.com/ticket/11077): [Enhanced Image](http://ckeditor.com/addon/image2): Empty undo step recorded when resizing the image. +* [#10853](http://dev.ckeditor.com/ticket/10853): [Enhanced Image](http://ckeditor.com/addon/image2): Widget has paragraph wrapper when de-captioning unaligned image. +* [#11198](http://dev.ckeditor.com/ticket/11198): Widgets: Drag handler is not fully visible when an inline widget is in a heading. +* [#11132](http://dev.ckeditor.com/ticket/11132): [Firefox] Fixed: Caret is lost after drag and drop of an inline widget. +* [#11182](http://dev.ckeditor.com/ticket/11182): [IE10-11] Fixed: Editor crashes (IE11) or works with minor issues (IE10) if a page is loaded in Quirks Mode. See [`env.quirks`](http://docs.ckeditor.com/#!/api/CKEDITOR.env-property-quirks) for more details. +* [#11204](http://dev.ckeditor.com/ticket/11204): Added `figure` and `figcaption` styles to the `contents.css` file so [Enhanced Image](http://ckeditor.com/addon/image2) looks nicer. +* [#11202](http://dev.ckeditor.com/ticket/11202): Fixed: No newline in [BBCode](http://ckeditor.com/addon/bbcode) mode. +* [#10890](http://dev.ckeditor.com/ticket/10890): Fixed: Error thrown when pressing the *Delete* key in a list item. +* [#10055](http://dev.ckeditor.com/ticket/10055): [IE8-10] Fixed: *Delete* pressed on a selected image causes the browser to go back. +* [#11183](http://dev.ckeditor.com/ticket/11183): Fixed: Inserting a horizontal rule or a table in multiple row selection causes a browser crash. Additionally, the [`editor.insertElement()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertElement) method does not insert the element into every range of a selection any more. +* [#11042](http://dev.ckeditor.com/ticket/11042): Fixed: Selection made on an element containing a non-editable element was not auto faked. +* [#11125](http://dev.ckeditor.com/ticket/11125): Fixed: Keyboard navigation through menu and drop-down items will now cycle. +* [#11011](http://dev.ckeditor.com/ticket/11011): Fixed: The [`editor.applyStyle()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-applyStyle) method removes attributes from nested elements. +* [#11179](http://dev.ckeditor.com/ticket/11179): Fixed: [`editor.destroy()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-destroy) does not cleanup content generated by the [Table Resize](http://ckeditor.com/addon/tableresize) plugin for inline editors. +* [#11237](http://dev.ckeditor.com/ticket/11237): Fixed: Table border attribute value is deleted when pasting content from Microsoft Word. +* [#11250](http://dev.ckeditor.com/ticket/11250): Fixed: HTML entities inside the `<textarea>` element are not encoded. +* [#11260](http://dev.ckeditor.com/ticket/11260): Fixed: Initially disabled buttons are not read by JAWS as disabled. +* [#11200](http://dev.ckeditor.com/ticket/11200): Added [Clipboard](http://ckeditor.com/addon/clipboard) plugin as a dependency for [Widget](http://ckeditor.com/addon/widget) to fix drag and drop. + +## CKEditor 4.3 + +New Features: + +* [#10612](http://dev.ckeditor.com/ticket/10612): Internet Explorer 11 support. +* [#10869](http://dev.ckeditor.com/ticket/10869): Widgets: Added better integration with the [Elements Path](http://ckeditor.com/addon/elementspath) plugin. +* [#10886](http://dev.ckeditor.com/ticket/10886): Widgets: Added tooltip to the drag handle. +* [#10933](http://dev.ckeditor.com/ticket/10933): Widgets: Introduced drag and drop of block widgets with the [Line Utilities](http://ckeditor.com/addon/lineutils) plugin. +* [#10936](http://dev.ckeditor.com/ticket/10936): Widget System changes for easier integration with other dialog systems. +* [#10895](http://dev.ckeditor.com/ticket/10895): [Enhanced Image](http://ckeditor.com/addon/image2): Added file browser integration. +* [#11002](http://dev.ckeditor.com/ticket/11002): Added the [`draggable`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.definition-property-draggable) option to disable drag and drop support for widgets. +* [#10937](http://dev.ckeditor.com/ticket/10937): [Mathematical Formulas](http://ckeditor.com/addon/mathjax) widget improvements: + * loading indicator ([#10948](http://dev.ckeditor.com/ticket/10948)), + * applying paragraph changes (like font color change) to iframe ([#10841](http://dev.ckeditor.com/ticket/10841)), + * Firefox and IE9 clipboard fixes ([#10857](http://dev.ckeditor.com/ticket/10857)), + * fixing same origin policy issue ([#10840](http://dev.ckeditor.com/ticket/10840)), + * fixing undo bugs ([#10842](http://dev.ckeditor.com/ticket/10842), [#10930](http://dev.ckeditor.com/ticket/10930)), + * fixing other minor bugs. +* [#10862](http://dev.ckeditor.com/ticket/10862): [Placeholder](http://ckeditor.com/addon/placeholder) plugin was rewritten as a widget. +* [#10822](http://dev.ckeditor.com/ticket/10822): Added styles system integration with non-editable elements (for example widgets) and their nested editables. Styles cannot change non-editable content and are applied in nested editable only if allowed by its type and content filter. +* [#10856](http://dev.ckeditor.com/ticket/10856): Menu buttons will now toggle the visibility of their panels when clicked multiple times. [Language](http://ckeditor.com/addon/language) plugin fixes: Added active language highlighting, added an option to remove the language. +* [#10028](http://dev.ckeditor.com/ticket/10028): New [`config.dialog_noConfirmCancel`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-dialog_noConfirmCancel) configuration option that eliminates the need to confirm closing of a dialog window when the user changed any of its fields. +* [#10848](http://dev.ckeditor.com/ticket/10848): Integrate remaining plugins ([Styles](http://ckeditor.com/addon/stylescombo), [Format](http://ckeditor.com/addon/format), [Font](http://ckeditor.com/addon/font), [Color Button](http://ckeditor.com/addon/colorbutton), [Language](http://ckeditor.com/addon/language) and [Indent](http://ckeditor.com/addon/indent)) with [active filter](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeFilter). +* [#10855](http://dev.ckeditor.com/ticket/10855): Change the extension of emoticons in the [BBCode](http://ckeditor.com/addon/bbcode) sample from GIF to PNG. + +Fixed Issues: + +* [#10831](http://dev.ckeditor.com/ticket/10831): [Enhanced Image](http://ckeditor.com/addon/image2): Merged `image2inline` and `image2block` into one `image2` widget. +* [#10835](http://dev.ckeditor.com/ticket/10835): [Enhanced Image](http://ckeditor.com/addon/image2): Improved visibility of the resize handle. +* [#10836](http://dev.ckeditor.com/ticket/10836): [Enhanced Image](http://ckeditor.com/addon/image2): Preserve custom mouse cursor while resizing the image. +* [#10939](http://dev.ckeditor.com/ticket/10939): [Firefox] [Enhanced Image](http://ckeditor.com/addon/image2): hovering the image causes it to change. +* [#10866](http://dev.ckeditor.com/ticket/10866): Fixed: Broken *Tab* key navigation in the [Enhanced Image](http://ckeditor.com/addon/image2) dialog window. +* [#10833](http://dev.ckeditor.com/ticket/10833): Fixed: *Lock ratio* option should be on by default in the [Enhanced Image](http://ckeditor.com/addon/image2) dialog window. +* [#10881](http://dev.ckeditor.com/ticket/10881): Various improvements to *Enter* key behavior in nested editables. +* [#10879](http://dev.ckeditor.com/ticket/10879): [Remove Format](http://ckeditor.com/addon/removeformat) should not leak from a nested editable. +* [#10877](http://dev.ckeditor.com/ticket/10877): Fixed: [WebSpellChecker](http://ckeditor.com/addon/wsc) fails to apply changes if a nested editable was focused. +* [#10877](http://dev.ckeditor.com/ticket/10877): Fixed: [SCAYT](http://ckeditor.com/addon/wsc) blocks typing in nested editables. +* [#11079](http://dev.ckeditor.com/ticket/11079): Add button icons to the [Placeholder](http://ckeditor.com/addon/placeholder) sample. +* [#10870](http://dev.ckeditor.com/ticket/10870): The `paste` command is no longer being disabled when the clipboard is empty. +* [#10854](http://dev.ckeditor.com/ticket/10854): Fixed: Firefox prepends `<br>` to `<body>`, so it is stripped by the HTML data processor. +* [#10823](http://dev.ckeditor.com/ticket/10823): Fixed: [Link](http://ckeditor.com/addon/link) plugin does not work with non-editable content. +* [#10828](http://dev.ckeditor.com/ticket/10828): [Magic Line](http://ckeditor.com/addon/magicline) integration with the Widget System. +* [#10865](http://dev.ckeditor.com/ticket/10865): Improved hiding copybin, so copying widgets works smoothly. +* [#11066](http://dev.ckeditor.com/ticket/11066): Widget's private parts use CSS reset. +* [#11027](http://dev.ckeditor.com/ticket/11027): Fixed: Block commands break on widgets; added the [`contentDomInvalidated`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-contentDomInvalidated) event. +* [#10430](http://dev.ckeditor.com/ticket/10430): Resolve dependence of the [Image](http://ckeditor.com/addon/image) plugin on the [Form Elements](http://ckeditor.com/addon/forms) plugin. +* [#10911](http://dev.ckeditor.com/ticket/10911): Fixed: Browser *Alt* hotkeys will no longer be blocked while a widget is focused. +* [#11082](http://dev.ckeditor.com/ticket/11082): Fixed: Selected widget is not copied or cut when using toolbar buttons or context menu. +* [#11083](http://dev.ckeditor.com/ticket/11083): Fixed list and div element application to block widgets. +* [#10887](http://dev.ckeditor.com/ticket/10887): Internet Explorer 8 compatibility issues related to the Widget System. +* [#11074](http://dev.ckeditor.com/ticket/11074): Temporarily disabled inline widget drag and drop, because of seriously buggy native `range#moveToPoint` method. +* [#11098](http://dev.ckeditor.com/ticket/11098): Fixed: Wrong selection position after undoing widget drag and drop. +* [#11110](http://dev.ckeditor.com/ticket/11110): Fixed: IFrame and Flash objects are being incorrectly pasted in certain conditions. +* [#11129](http://dev.ckeditor.com/ticket/11129): Page break is lost when loading data. +* [#11123](http://dev.ckeditor.com/ticket/11123): [Firefox] Widget is destroyed after being dragged outside of `<body>`. +* [#11124](http://dev.ckeditor.com/ticket/11124): Fixed the [Elements Path](http://ckeditor.com/addon/elementspath) in an editor using the [Div Editing Area](http://ckeditor.com/addon/divarea). + +## CKEditor 4.3 Beta + +New Features: + +* [#9764](http://dev.ckeditor.com/ticket/9764): Widget System. + * [Widget plugin](http://ckeditor.com/addon/widget) introducing the [Widget API](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget). + * New [`editor.enterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-enterMode) and [`editor.shiftEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-shiftEnterMode) properties – normalized versions of [`config.enterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-enterMode) and [`config.shiftEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-shiftEnterMode). + * Dynamic editor settings. Starting from CKEditor 4.3 Beta, *Enter* mode values and [content filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) instances may be changed dynamically (for example when the caret was placed in an element in which editor features should be adjusted). When you are implementing a new editor feature, you should base its behavior on [dynamic](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeEnterMode) or [static](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-enterMode) *Enter* mode values depending on whether this feature works in selection context or globally on editor content. + * Dynamic *Enter* mode values – [`editor.setActiveEnterMode()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setActiveEnterMode) method, [`editor.activeEnterModeChange`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-activeEnterModeChange) event, and two properties: [`editor.activeEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeEnterMode) and [`editor.activeShiftEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeShiftEnterMode). + * Dynamic content filter instances – [`editor.setActiveFilter()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setActiveFilter) method, [`editor.activeFilterChange`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-activeFilterChange) event, and [`editor.activeFilter`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeFilter) property. + * "Fake" selection was introduced. It makes it possible to virtually select any element when the real selection remains hidden. See the [`selection.fake()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.selection-method-fake) method. + * Default [`htmlParser.filter`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.filter) rules are not applied to non-editable elements (elements with `contenteditable` attribute set to `false` and their descendants) anymore. To add a rule which will be applied to all elements you need to pass an additional argument to the [`filter.addRules()`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.filter-method-addRules) method. + * Dozens of new methods were introduced – most interesting ones: + * [`document.find()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.document-method-find), + * [`document.findOne()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.document-method-findOne), + * [`editable.insertElementIntoRange()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editable-method-insertElementIntoRange), + * [`range.moveToClosestEditablePosition()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.range-method-moveToClosestEditablePosition), + * New methods for [`htmlParser.node`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.node) and [`htmlParser.element`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.element). +* [#10659](http://dev.ckeditor.com/ticket/10659): New [Enhanced Image](http://ckeditor.com/addon/image2) plugin that introduces a widget with integrated image captions, an option to center images, and dynamic "click and drag" resizing. +* [#10664](http://dev.ckeditor.com/ticket/10664): New [Mathematical Formulas](http://ckeditor.com/addon/mathjax) plugin that introduces the MathJax widget. +* [#7987](https://dev.ckeditor.com/ticket/7987): New [Language](http://ckeditor.com/addon/language) plugin that implements Language toolbar button to support [WCAG 3.1.2 Language of Parts](http://www.w3.org/TR/UNDERSTANDING-WCAG20/meaning-other-lang-id.html). +* [#10708](http://dev.ckeditor.com/ticket/10708): New [smileys](http://ckeditor.com/addon/smiley). + +## CKEditor 4.2.3 + +Fixed Issues: + +* [#10994](http://dev.ckeditor.com/ticket/10994): Fixed: Loading external jQuery library when opening the [jQuery Adapter](http://docs.ckeditor.com/#!/guide/dev_jquery) sample directly from file. +* [#10975](http://dev.ckeditor.com/ticket/10975): [IE] Fixed: Error thrown while opening the color palette. +* [#9929](http://dev.ckeditor.com/ticket/9929): [Blink/WebKit] Fixed: A non-breaking space is created once a character is deleted and a regular space is typed. +* [#10963](http://dev.ckeditor.com/ticket/10963): Fixed: JAWS issue with the keyboard shortcut for [Magic Line](http://ckeditor.com/addon/magicline). +* [#11096](http://dev.ckeditor.com/ticket/11096): Fixed: TypeError: Object has no method 'is'. + +## CKEditor 4.2.2 + +Fixed Issues: + +* [#9314](http://dev.ckeditor.com/ticket/9314): Fixed: Incorrect error message on closing a dialog window without saving changs. +* [#10308](http://dev.ckeditor.com/ticket/10308): [IE10] Fixed: Unspecified error when deleting a row. +* [#10945](http://dev.ckeditor.com/ticket/10945): [Chrome] Fixed: Clicking with a mouse inside the editor does not show the caret. +* [#10912](http://dev.ckeditor.com/ticket/10912): Prevent default action when content of a non-editable link is clicked. +* [#10913](http://dev.ckeditor.com/ticket/10913): Fixed [`CKEDITOR.plugins.addExternal()`](http://docs.ckeditor.com/#!/api/CKEDITOR.resourceManager-method-addExternal) not handling paths including file name specified. +* [#10666](http://dev.ckeditor.com/ticket/10666): Fixed [`CKEDITOR.tools.isArray()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-method-isArray) not working cross frame. +* [#10910](http://dev.ckeditor.com/ticket/10910): [IE9] Fixed JavaScript error thrown in Compatibility Mode when clicking and/or typing in the editing area. +* [#10868](http://dev.ckeditor.com/ticket/10868): [IE8] Prevent the browser from crashing when applying the Inline Quotation style. +* [#10915](http://dev.ckeditor.com/ticket/10915): Fixed: Invalid CSS filter in the Kama skin. +* [#10914](http://dev.ckeditor.com/ticket/10914): Plugins [Indent List](http://ckeditor.com/addon/indentlist) and [Indent Block](http://ckeditor.com/addon/indentblock) are now included in the build configuration. +* [#10812](http://dev.ckeditor.com/ticket/10812): Fixed [`range.createBookmark2()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.range-method-createBookmark2) incorrectly normalizing offsets. This bug was causing many issues: [#10850](http://dev.ckeditor.com/ticket/10850), [#10842](http://dev.ckeditor.com/ticket/10842). +* [#10951](http://dev.ckeditor.com/ticket/10951): Reviewed and optimized focus handling on panels (combo, menu buttons, color buttons, and context menu) to enhance accessibility. Fixed [#10705](http://dev.ckeditor.com/ticket/10705), [#10706](http://dev.ckeditor.com/ticket/10706) and [#10707](http://dev.ckeditor.com/ticket/10707). +* [#10704](http://dev.ckeditor.com/ticket/10704): Fixed a JAWS issue with the Select Color dialog window title not being announced. +* [#10753](http://dev.ckeditor.com/ticket/10753): The floating toolbar in inline instances now has a dedicated accessibility label. + +## CKEditor 4.2.1 + +Fixed Issues: + +* [#10301](http://dev.ckeditor.com/ticket/10301): [IE9-10] Undo fails after 3+ consecutive paste actions with a JavaScript error. +* [#10689](http://dev.ckeditor.com/ticket/10689): Save toolbar button saves only the first editor instance. +* [#10368](http://dev.ckeditor.com/ticket/10368): Move language reading direction definition (`dir`) from main language file to core. +* [#9330](http://dev.ckeditor.com/ticket/9330): Fixed pasting anchors from MS Word. +* [#8103](http://dev.ckeditor.com/ticket/8103): Fixed pasting nested lists from MS Word. +* [#9958](http://dev.ckeditor.com/ticket/9958): [IE9] Pressing the "OK" button will trigger the `onbeforeunload` event in the popup dialog. +* [#10662](http://dev.ckeditor.com/ticket/10662): Fixed styles from the Styles drop-down list not registering to the ACF in case when the [Shared Spaces plugin](http://ckeditor.com/addon/sharedspace) is used. +* [#9654](http://dev.ckeditor.com/ticket/9654): Problems with Internet Explorer 10 Quirks Mode. +* [#9816](http://dev.ckeditor.com/ticket/9816): Floating toolbar does not reposition vertically in several cases. +* [#10646](http://dev.ckeditor.com/ticket/10646): Removing a selected sublist or nested table with *Backspace/Delete* removes the parent element. +* [#10623](http://dev.ckeditor.com/ticket/10623): [WebKit] Page is scrolled when opening a drop-down list. +* [#10004](http://dev.ckeditor.com/ticket/10004): [ChromeVox] Button names are not announced. +* [#10731](http://dev.ckeditor.com/ticket/10731): [WebSpellChecker](http://ckeditor.com/addon/wsc) plugin breaks cloning of editor configuration. +* It is now possible to set per instance [WebSpellChecker](http://ckeditor.com/addon/wsc) plugin configuration instead of setting the configuration globally. + +## CKEditor 4.2 + +**Important Notes:** + +* Dropped compatibility support for Internet Explorer 7 and Firefox 3.6. + +* Both the Basic and the Standard distribution packages will not contain the new [Indent Block](http://ckeditor.com/addon/indentblock) plugin. Because of this the [Advanced Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) might remove block indentations from existing contents. If you want to prevent this, either [add an appropriate ACF rule to your filter](http://docs.ckeditor.com/#!/guide/dev_allowed_content_rules) or create a custom build based on the Basic/Standard package and add the Indent Block plugin in [CKBuilder](http://ckeditor.com/builder). + +New Features: + +* [#10027](http://dev.ckeditor.com/ticket/10027): Separated list and block indentation into two plugins: [Indent List](http://ckeditor.com/addon/indentlist) and [Indent Block](http://ckeditor.com/addon/indentblock). +* [#8244](http://dev.ckeditor.com/ticket/8244): Use *(Shift+)Tab* to indent and outdent lists. +* [#10281](http://dev.ckeditor.com/ticket/10281): The [jQuery Adapter](http://docs.ckeditor.com/#!/guide/dev_jquery) is now available. Several jQuery-related issues fixed: [#8261](http://dev.ckeditor.com/ticket/8261), [#9077](http://dev.ckeditor.com/ticket/9077), [#8710](http://dev.ckeditor.com/ticket/8710), [#8530](http://dev.ckeditor.com/ticket/8530), [#9019](http://dev.ckeditor.com/ticket/9019), [#6181](http://dev.ckeditor.com/ticket/6181), [#7876](http://dev.ckeditor.com/ticket/7876), [#6906](http://dev.ckeditor.com/ticket/6906). +* [#10042](http://dev.ckeditor.com/ticket/10042): Introduced [`config.title`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-title) setting to change the human-readable title of the editor. +* [#9794](http://dev.ckeditor.com/ticket/9794): Added [`editor.change`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-change) event. +* [#9923](http://dev.ckeditor.com/ticket/9923): HiDPI support in the editor UI. HiDPI icons for [Moono skin](http://ckeditor.com/addon/moono) added. +* [#8031](http://dev.ckeditor.com/ticket/8031): Handle `required` attributes on `<textarea>` elements — introduced [`editor.required`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-required) event. +* [#10280](http://dev.ckeditor.com/ticket/10280): Ability to replace `<textarea>` elements with the inline editor. + +Fixed Issues: + +* [#10599](http://dev.ckeditor.com/ticket/10599): [Indent](http://ckeditor.com/addon/indent) plugin is no longer required by the [List](http://ckeditor.com/addon/list) plugin. +* [#10370](http://dev.ckeditor.com/ticket/10370): Inconsistency in data events between framed and inline editors. +* [#10438](http://dev.ckeditor.com/ticket/10438): [FF, IE] No selection is done on an editable element on executing [`editor.setData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setData). + +## CKEditor 4.1.3 + +New Features: + +* Added new translation: Indonesian. + +Fixed Issues: + +* [#10644](http://dev.ckeditor.com/ticket/10644): Fixed a critical bug when pasting plain text in Blink-based browsers. +* [#5189](http://dev.ckeditor.com/ticket/5189): [Find/Replace](http://ckeditor.com/addon/find) dialog window: rename "Cancel" button to "Close". +* [#10562](http://dev.ckeditor.com/ticket/10562): [Housekeeping] Unified CSS gradient filter formats in the [Moono](http://ckeditor.com/addon/moono) skin. +* [#10537](http://dev.ckeditor.com/ticket/10537): Advanced Content Filter should register a default rule for [`config.shiftEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-shiftEnterMode). +* [#10610](http://dev.ckeditor.com/ticket/10610): [`CKEDITOR.dialog.addIframe()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dialog-static-method-addIframe) incorrectly sets the iframe size in dialog windows. + +## CKEditor 4.1.2 + +New Features: + +* Added new translation: Sinhala. + +Fixed Issues: + +* [#10339](http://dev.ckeditor.com/ticket/10339): Fixed: Error thrown when inserted data was totally stripped out after filtering and processing. +* [#10298](http://dev.ckeditor.com/ticket/10298): Fixed: Data processor breaks attributes containing protected parts. +* [#10367](http://dev.ckeditor.com/ticket/10367): Fixed: [`editable.insertText()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editable-method-insertText) loses characters when `RegExp` replace controls are being inserted. +* [#10165](http://dev.ckeditor.com/ticket/10165): [IE] Access denied error when `document.domain` has been altered. +* [#9761](http://dev.ckeditor.com/ticket/9761): Update the *Backspace* key state in [`keystrokeHandler.blockedKeystrokes`](http://docs.ckeditor.com/#!/api/CKEDITOR.keystrokeHandler-property-blockedKeystrokes) when calling [`editor.setReadOnly()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setReadOnly). +* [#6504](http://dev.ckeditor.com/ticket/6504): Fixed: Race condition while loading several [`config.customConfig`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-customConfig) files. +* [#10146](http://dev.ckeditor.com/ticket/10146): [Firefox] Empty lines are being removed while [`config.enterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-enterMode) is [`CKEDITOR.ENTER_BR`](http://docs.ckeditor.com/#!/api/CKEDITOR-property-ENTER_BR). +* [#10360](http://dev.ckeditor.com/ticket/10360): Fixed: ARIA `role="application"` should not be used for dialog windows. +* [#10361](http://dev.ckeditor.com/ticket/10361): Fixed: ARIA `role="application"` should not be used for floating panels. +* [#10510](http://dev.ckeditor.com/ticket/10510): Introduced unique voice labels to differentiate between different editor instances. +* [#9945](http://dev.ckeditor.com/ticket/9945): [iOS] Scrolling not possible on iPad. +* [#10389](http://dev.ckeditor.com/ticket/10389): Fixed: Invalid HTML in the "Text and Table" template. +* [WebSpellChecker](http://ckeditor.com/addon/wsc) plugin user interface was changed to match CKEditor 4 style. + +## CKEditor 4.1.1 + +New Features: + +* Added new translation: Albanian. + +Fixed Issues: + +* [#10172](http://dev.ckeditor.com/ticket/10172): Pressing *Delete* or *Backspace* in an empty table cell moves the cursor to the next/previous cell. +* [#10219](http://dev.ckeditor.com/ticket/10219): Error thrown when destroying an editor instance in parallel with a `mouseup` event. +* [#10265](http://dev.ckeditor.com/ticket/10265): Wrong loop type in the [File Browser](http://ckeditor.com/addon/filebrowser) plugin. +* [#10249](http://dev.ckeditor.com/ticket/10249): Wrong undo/redo states at start. +* [#10268](http://dev.ckeditor.com/ticket/10268): [Show Blocks](http://ckeditor.com/addon/showblocks) does not recover after switching to Source view. +* [#9995](http://dev.ckeditor.com/ticket/9995): HTML code in the `<textarea>` should not be modified by the [`htmlDataProcessor`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlDataProcessor). +* [#10320](http://dev.ckeditor.com/ticket/10320): [Justify](http://ckeditor.com/addon/justify) plugin should add elements to Advanced Content Filter based on current [Enter mode](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-enterMode). +* [#10260](http://dev.ckeditor.com/ticket/10260): Fixed: Advanced Content Filter blocks [`tabSpaces`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-tabSpaces). Unified `data-cke-*` attributes filtering. +* [#10315](http://dev.ckeditor.com/ticket/10315): [WebKit] [Undo manager](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.undo.UndoManager) should not record snapshots after a filling character was added/removed. +* [#10291](http://dev.ckeditor.com/ticket/10291): [WebKit] Space after a filling character should be secured. +* [#10330](http://dev.ckeditor.com/ticket/10330): [WebKit] The filling character is not removed on `keydown` in specific cases. +* [#10285](http://dev.ckeditor.com/ticket/10285): Fixed: Styled text pasted from MS Word causes an infinite loop. +* [#10131](http://dev.ckeditor.com/ticket/10131): Fixed: [`undoManager.update()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.undo.UndoManager-method-update) does not refresh the command state. +* [#10337](http://dev.ckeditor.com/ticket/10337): Fixed: Unable to remove `<s>` using [Remove Format](http://ckeditor.com/addon/removeformat). + +## CKEditor 4.1 + +Fixed Issues: + +* [#10192](http://dev.ckeditor.com/ticket/10192): Closing lists with the *Enter* key does not work with [Advanced Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) in several cases. +* [#10191](http://dev.ckeditor.com/ticket/10191): Fixed allowed content rules unification, so the [`filter.allowedContent`](http://docs.ckeditor.com/#!/api/CKEDITOR.filter-property-allowedContent) property always contains rules in the same format. +* [#10224](http://dev.ckeditor.com/ticket/10224): Advanced Content Filter does not remove non-empty `<a>` elements anymore. +* Minor issues in plugin integration with Advanced Content Filter: + * [#10166](http://dev.ckeditor.com/ticket/10166): Added transformation from the `align` attribute to `float` style to preserve backward compatibility after the introduction of Advanced Content Filter. + * [#10195](http://dev.ckeditor.com/ticket/10195): [Image](http://ckeditor.com/addon/image) plugin no longer registers rules for links to Advanced Content Filter. + * [#10213](http://dev.ckeditor.com/ticket/10213): [Justify](http://ckeditor.com/addon/justify) plugin is now correctly registering rules to Advanced Content Filter when [`config.justifyClasses`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-justifyClasses) is defined. + +## CKEditor 4.1 RC + +New Features: + +* [#9829](http://dev.ckeditor.com/ticket/9829): Advanced Content Filter - data and features activation based on editor configuration. + + Brand new data filtering system that works in 2 modes: + + * Based on loaded features (toolbar items, plugins) - the data will be filtered according to what the editor in its + current configuration can handle. + * Based on [`config.allowedContent`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent) rules - the data + will be filtered and the editor features (toolbar items, commands, keystrokes) will be enabled if they are allowed. + + See the `datafiltering.html` sample, [guides](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) and [`CKEDITOR.filter` API documentation](http://docs.ckeditor.com/#!/api/CKEDITOR.filter). +* [#9387](http://dev.ckeditor.com/ticket/9387): Reintroduced [Shared Spaces](http://ckeditor.com/addon/sharedspace) - the ability to display toolbar and bottom editor space in selected locations and to share them by different editor instances. +* [#9907](http://dev.ckeditor.com/ticket/9907): Added the [`contentPreview`](http://docs.ckeditor.com/#!/api/CKEDITOR-event-contentPreview) event for preview data manipulation. +* [#9713](http://dev.ckeditor.com/ticket/9713): Introduced the [Source Dialog](http://ckeditor.com/addon/sourcedialog) plugin that brings raw HTML editing for inline editor instances. +* Included in [#9829](http://dev.ckeditor.com/ticket/9829): Introduced new events, [`toHtml`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-toHtml) and [`toDataFormat`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-toDataFormat), allowing for better integration with data processing. +* [#9981](http://dev.ckeditor.com/ticket/9981): Added ability to filter [`htmlParser.fragment`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.fragment), [`htmlParser.element`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.element) etc. by many [`htmlParser.filter`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.filter)s before writing structure to an HTML string. +* Included in [#10103](http://dev.ckeditor.com/ticket/10103): + * Introduced the [`editor.status`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-status) property to make it easier to check the current status of the editor. + * Default [`command`](http://docs.ckeditor.com/#!/api/CKEDITOR.command) state is now [`CKEDITOR.TRISTATE_DISABLE`](http://docs.ckeditor.com/#!/api/CKEDITOR-property-TRISTATE_DISABLED). It will be activated on [`editor.instanceReady`](http://docs.ckeditor.com/#!/api/CKEDITOR-event-instanceReady) or immediately after being added if the editor is already initialized. +* [#9796](http://dev.ckeditor.com/ticket/9796): Introduced `<s>` as a default tag for strikethrough, which replaces obsolete `<strike>` in HTML5. + +## CKEditor 4.0.3 + +Fixed Issues: + +* [#10196](http://dev.ckeditor.com/ticket/10196): Fixed context menus not opening with keyboard shortcuts when [Autogrow](http://ckeditor.com/addon/autogrow) is enabled. +* [#10212](http://dev.ckeditor.com/ticket/10212): [IE7-10] Undo command throws errors after multiple switches between Source and WYSIWYG view. +* [#10219](http://dev.ckeditor.com/ticket/10219): [Inline editor] Error thrown after calling [`editor.destroy()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-destroy). + +## CKEditor 4.0.2 + +Fixed Issues: + +* [#9779](http://dev.ckeditor.com/ticket/9779): Fixed overriding [`CKEDITOR.getUrl()`](http://docs.ckeditor.com/#!/api/CKEDITOR-method-getUrl) with `CKEDITOR_GETURL`. +* [#9772](http://dev.ckeditor.com/ticket/9772): Custom buttons in the dialog window footer have different look and size ([Moono](http://ckeditor.com/addon/moono), [Kama](http://ckeditor.com/addon/kama) skins). +* [#9029](http://dev.ckeditor.com/ticket/9029): Custom styles added with the [`stylesSet.add()`](http://docs.ckeditor.com/#!/api/CKEDITOR.stylesSet-method-add) are displayed in the wrong order. +* [#9887](http://dev.ckeditor.com/ticket/9887): Disable [Magic Line](http://ckeditor.com/addon/magicline) when [`editor.readOnly`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-readOnly) is set. +* [#9882](http://dev.ckeditor.com/ticket/9882): Fixed empty document title on [`editor.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) if set via the Document Properties dialog window. +* [#9773](http://dev.ckeditor.com/ticket/9773): Fixed rendering problems with selection fields in the Kama skin. +* [#9851](http://dev.ckeditor.com/ticket/9851): The [`selectionChange`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-selectionChange) event is not fired when mouse selection ended outside editable. +* [#9903](http://dev.ckeditor.com/ticket/9903): [Inline editor] Bad positioning of floating space with page horizontal scroll. +* [#9872](http://dev.ckeditor.com/ticket/9872): [`editor.checkDirty()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-checkDirty) returns `true` when called onload. Removed the obsolete `editor.mayBeDirty` flag. +* [#9893](http://dev.ckeditor.com/ticket/9893): [IE] Fixed broken toolbar when editing mixed direction content in Quirks mode. +* [#9845](http://dev.ckeditor.com/ticket/9845): Fixed TAB navigation in the [Link](http://ckeditor.com/addon/link) dialog window when the Anchor option is used and no anchors are available. +* [#9883](http://dev.ckeditor.com/ticket/9883): Maximizing was making the entire page editable with [divarea](http://ckeditor.com/addon/divarea)-based editors. +* [#9940](http://dev.ckeditor.com/ticket/9940): [Firefox] Navigating back to a page with the editor was making the entire page editable. +* [#9966](http://dev.ckeditor.com/ticket/9966): Fixed: Unable to type square brackets with French keyboard layout. Changed [Magic Line](http://ckeditor.com/addon/magicline) keystrokes. +* [#9507](http://dev.ckeditor.com/ticket/9507): [Firefox] Selection is moved before editable position when the editor is focused for the first time. +* [#9947](http://dev.ckeditor.com/ticket/9947): [WebKit] Editor overflows parent container in some edge cases. +* [#10105](http://dev.ckeditor.com/ticket/10105): Fixed: Broken [sourcearea](http://ckeditor.com/addon/sourcearea) view when an RTL language is set. +* [#10123](http://dev.ckeditor.com/ticket/10123): [WebKit] Fixed: Several dialog windows have broken layout since the latest WebKit release. +* [#10152](http://dev.ckeditor.com/ticket/10152): Fixed: Invalid ARIA property used on menu items. + +## CKEditor 4.0.1.1 + +Fixed Issues: + +* Security update: Added protection against XSS attack and possible path disclosure in the PHP sample. + +## CKEditor 4.0.1 + +Fixed Issues: + +* [#9655](http://dev.ckeditor.com/ticket/9655): Support for IE Quirks Mode in the new [Moono skin](http://ckeditor.com/addon/moono). +* Accessibility issues (mainly in inline editor): [#9364](http://dev.ckeditor.com/ticket/9364), [#9368](http://dev.ckeditor.com/ticket/9368), [#9369](http://dev.ckeditor.com/ticket/9369), [#9370](http://dev.ckeditor.com/ticket/9370), [#9541](http://dev.ckeditor.com/ticket/9541), [#9543](http://dev.ckeditor.com/ticket/9543), [#9841](http://dev.ckeditor.com/ticket/9841), [#9844](http://dev.ckeditor.com/ticket/9844). +* [Magic Line](http://ckeditor.com/addon/magicline) plugin: + * [#9481](http://dev.ckeditor.com/ticket/9481): Added accessibility support for Magic Line. + * [#9509](http://dev.ckeditor.com/ticket/9509): Added Magic Line support for forms. + * [#9573](http://dev.ckeditor.com/ticket/9573): Magic Line does not disappear on `mouseout` in a specific case. +* [#9754](http://dev.ckeditor.com/ticket/9754): [WebKit] Cutting & pasting simple unformatted text generates an inline wrapper in WebKit browsers. +* [#9456](http://dev.ckeditor.com/ticket/9456): [Chrome] Properly paste bullet list style from MS Word. +* [#9699](http://dev.ckeditor.com/ticket/9699), [#9758](http://dev.ckeditor.com/ticket/9758): Improved selection locking when selecting by dragging. +* Context menu: + * [#9712](http://dev.ckeditor.com/ticket/9712): Opening the context menu destroys editor focus. + * [#9366](http://dev.ckeditor.com/ticket/9366): Context menu should be displayed over the floating toolbar. + * [#9706](http://dev.ckeditor.com/ticket/9706): Context menu generates a JavaScript error in inline mode when the editor is attached to a header element. +* [#9800](http://dev.ckeditor.com/ticket/9800): Hide float panel when resizing the window. +* [#9721](http://dev.ckeditor.com/ticket/9721): Padding in content of div-based editor puts the editing area under the bottom UI space. +* [#9528](http://dev.ckeditor.com/ticket/9528): Host page `box-sizing` style should not influence the editor UI elements. +* [#9503](http://dev.ckeditor.com/ticket/9503): [Form Elements](http://ckeditor.com/addon/forms) plugin adds context menu listeners only on supported input types. Added support for `tel`, `email`, `search` and `url` input types. +* [#9769](http://dev.ckeditor.com/ticket/9769): Improved floating toolbar positioning in a narrow window. +* [#9875](http://dev.ckeditor.com/ticket/9875): Table dialog window does not populate width correctly. +* [#8675](http://dev.ckeditor.com/ticket/8675): Deleting cells in a nested table removes the outer table cell. +* [#9815](http://dev.ckeditor.com/ticket/9815): Cannot edit dialog window fields in an editor initialized in the jQuery UI modal dialog. +* [#8888](http://dev.ckeditor.com/ticket/8888): CKEditor dialog windows do not show completely in a small window. +* [#9360](http://dev.ckeditor.com/ticket/9360): [Inline editor] Blocks shown for a `<div>` element stay permanently even after the user exits editing the `<div>`. +* [#9531](http://dev.ckeditor.com/ticket/9531): [Firefox & Inline editor] Toolbar is lost when closing the Format drop-down list by clicking its button. +* [#9553](http://dev.ckeditor.com/ticket/9553): Table width incorrectly set when the `border-width` style is specified. +* [#9594](http://dev.ckeditor.com/ticket/9594): Cannot tab past CKEditor when it is in read-only mode. +* [#9658](http://dev.ckeditor.com/ticket/9658): [IE9] Justify not working on selected images. +* [#9686](http://dev.ckeditor.com/ticket/9686): Added missing contents styles for `<pre>` elements. +* [#9709](http://dev.ckeditor.com/ticket/9709): [Paste from Word](http://ckeditor.com/addon/pastefromword) should not depend on configuration from other styles. +* [#9726](http://dev.ckeditor.com/ticket/9726): Removed [Color Dialog](http://ckeditor.com/addon/colordialog) plugin dependency from [Table Tools](http://ckeditor.com/addon/tabletools). +* [#9765](http://dev.ckeditor.com/ticket/9765): Toolbar Collapse command documented incorrectly in the [Accessibility Instructions](http://ckeditor.com/addon/a11yhelp) dialog window. +* [#9771](http://dev.ckeditor.com/ticket/9771): [WebKit & Opera] Fixed scrolling issues when pasting. +* [#9787](http://dev.ckeditor.com/ticket/9787): [IE9] `onChange` is not fired for checkboxes in dialogs. +* [#9842](http://dev.ckeditor.com/ticket/9842): [Firefox 17] When opening a toolbar menu for the first time and pressing the *Down Arrow* key, focus goes to the next toolbar button instead of the menu options. +* [#9847](http://dev.ckeditor.com/ticket/9847): [Elements Path](http://ckeditor.com/addon/elementspath) should not be initialized in the inline editor. +* [#9853](http://dev.ckeditor.com/ticket/9853): [`editor.addRemoveFormatFilter()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-addRemoveFormatFilter) is exposed before it really works. +* [#8893](http://dev.ckeditor.com/ticket/8893): Value of the [`pasteFromWordCleanupFile`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-pasteFromWordCleanupFile) configuration option is now taken from the instance configuration. +* [#9693](http://dev.ckeditor.com/ticket/9693): Removed "Live Preview" checkbox from UI color picker. + + +## CKEditor 4.0 + +The first stable release of the new CKEditor 4 code line. + +The CKEditor JavaScript API has been kept compatible with CKEditor 4, whenever +possible. The list of relevant changes can be found in the [API Changes page of +the CKEditor 4 documentation][1]. + +[1]: http://docs.ckeditor.com/#!/guide/dev_api_changes "API Changes" diff --git a/public/assets/ckeditor/LICENSE.md b/public/assets/ckeditor/LICENSE.md new file mode 100644 index 0000000..9ae5c06 --- /dev/null +++ b/public/assets/ckeditor/LICENSE.md @@ -0,0 +1,1420 @@ +Software License Agreement +========================== + +CKEditor - The text editor for Internet - http://ckeditor.com +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + +Licensed under the terms of any of the following licenses at your +choice: + + - GNU General Public License Version 2 or later (the "GPL") + http://www.gnu.org/licenses/gpl.html + (See Appendix A) + + - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + http://www.gnu.org/licenses/lgpl.html + (See Appendix B) + + - Mozilla Public License Version 1.1 or later (the "MPL") + http://www.mozilla.org/MPL/MPL-1.1.html + (See Appendix C) + +You are not required to, but if you want to explicitly declare the +license you have chosen to be bound to when using, reproducing, +modifying and distributing this software, just include a text file +titled "legal.txt" in your version of this software, indicating your +license choice. In any case, your choice will not restrict any +recipient of your version of this software to use, reproduce, modify +and distribute this software under any of the above licenses. + +Sources of Intellectual Property Included in CKEditor +----------------------------------------------------- + +Where not otherwise indicated, all CKEditor content is authored by +CKSource engineers and consists of CKSource-owned intellectual +property. In some specific instances, CKEditor will incorporate work +done by developers outside of CKSource with their express permission. + +The following libraries are included in CKEditor under the MIT license (see Appendix D): + +* CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2016, CKSource - Frederico Knabben. +* PicoModal (included in `samples/js/sf.js`) - Copyright (c) 2012 James Frasca. +* CodeMirror (included in the samples) - Copyright (C) 2014 by Marijn Haverbeke <marijnh@gmail.com> and others. + +Parts of code taken from the following libraries are included in CKEditor under the MIT license (see Appendix D): + +* jQuery (inspired the domReady function, ckeditor_base.js) - Copyright (c) 2011 John Resig, http://jquery.com/ + +The following libraries are included in CKEditor under the SIL Open Font License, Version 1.1 (see Appendix E): + +* Font Awesome (included in the toolbar configurator) - Copyright (C) 2012 by Dave Gandy. + +The following libraries are included in CKEditor under the BSD-3 License (see Appendix F): + +* highlight.js (included in the `codesnippet` plugin) - Copyright (c) 2006, Ivan Sagalaev. +* YUI Library (included in the `uicolor` plugin) - Copyright (c) 2009, Yahoo! Inc. + + +Trademarks +---------- + +CKEditor is a trademark of CKSource - Frederico Knabben. All other brand +and product names are trademarks, registered trademarks or service +marks of their respective holders. + +--- + +Appendix A: The GPL License +--------------------------- + +``` +GNU GENERAL PUBLIC LICENSE +Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software-to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + +NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS +``` + +Appendix B: The LGPL License +---------------------------- + +``` +GNU LESSER GENERAL PUBLIC LICENSE +Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + +Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software-to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages-typically libraries-of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + +GNU LESSER GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + +NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + +END OF TERMS AND CONDITIONS +``` + +Appendix C: The MPL License +--------------------------- + +``` +MOZILLA PUBLIC LICENSE +Version 1.1 + +1. Definitions. + + 1.0.1. "Commercial Use" means distribution or otherwise making the + Covered Code available to a third party. + + 1.1. "Contributor" means each entity that creates or contributes to + the creation of Modifications. + + 1.2. "Contributor Version" means the combination of the Original + Code, prior Modifications used by a Contributor, and the Modifications + made by that particular Contributor. + + 1.3. "Covered Code" means the Original Code or Modifications or the + combination of the Original Code and Modifications, in each case + including portions thereof. + + 1.4. "Electronic Distribution Mechanism" means a mechanism generally + accepted in the software development community for the electronic + transfer of data. + + 1.5. "Executable" means Covered Code in any form other than Source + Code. + + 1.6. "Initial Developer" means the individual or entity identified + as the Initial Developer in the Source Code notice required by Exhibit + A. + + 1.7. "Larger Work" means a work which combines Covered Code or + portions thereof with code not governed by the terms of this License. + + 1.8. "License" means this document. + + 1.8.1. "Licensable" means having the right to grant, to the maximum + extent possible, whether at the time of the initial grant or + subsequently acquired, any and all of the rights conveyed herein. + + 1.9. "Modifications" means any addition to or deletion from the + substance or structure of either the Original Code or any previous + Modifications. When Covered Code is released as a series of files, a + Modification is: + A. Any addition to or deletion from the contents of a file + containing Original Code or previous Modifications. + + B. Any new file that contains any part of the Original Code or + previous Modifications. + + 1.10. "Original Code" means Source Code of computer software code + which is described in the Source Code notice required by Exhibit A as + Original Code, and which, at the time of its release under this + License is not already Covered Code governed by this License. + + 1.10.1. "Patent Claims" means any patent claim(s), now owned or + hereafter acquired, including without limitation, method, process, + and apparatus claims, in any patent Licensable by grantor. + + 1.11. "Source Code" means the preferred form of the Covered Code for + making modifications to it, including all modules it contains, plus + any associated interface definition files, scripts used to control + compilation and installation of an Executable, or source code + differential comparisons against either the Original Code or another + well known, available Covered Code of the Contributor's choice. The + Source Code can be in a compressed or archival form, provided the + appropriate decompression or de-archiving software is widely available + for no charge. + + 1.12. "You" (or "Your") means an individual or a legal entity + exercising rights under, and complying with all of the terms of, this + License or a future version of this License issued under Section 6.1. + For legal entities, "You" includes any entity which controls, is + controlled by, or is under common control with You. For purposes of + this definition, "control" means (a) the power, direct or indirect, + to cause the direction or management of such entity, whether by + contract or otherwise, or (b) ownership of more than fifty percent + (50%) of the outstanding shares or beneficial ownership of such + entity. + +2. Source Code License. + + 2.1. The Initial Developer Grant. + The Initial Developer hereby grants You a world-wide, royalty-free, + non-exclusive license, subject to third party intellectual property + claims: + (a) under intellectual property rights (other than patent or + trademark) Licensable by Initial Developer to use, reproduce, + modify, display, perform, sublicense and distribute the Original + Code (or portions thereof) with or without Modifications, and/or + as part of a Larger Work; and + + (b) under Patents Claims infringed by the making, using or + selling of Original Code, to make, have made, use, practice, + sell, and offer for sale, and/or otherwise dispose of the + Original Code (or portions thereof). + + (c) the licenses granted in this Section 2.1(a) and (b) are + effective on the date Initial Developer first distributes + Original Code under the terms of this License. + + (d) Notwithstanding Section 2.1(b) above, no patent license is + granted: 1) for code that You delete from the Original Code; 2) + separate from the Original Code; or 3) for infringements caused + by: i) the modification of the Original Code or ii) the + combination of the Original Code with other software or devices. + + 2.2. Contributor Grant. + Subject to third party intellectual property claims, each Contributor + hereby grants You a world-wide, royalty-free, non-exclusive license + + (a) under intellectual property rights (other than patent or + trademark) Licensable by Contributor, to use, reproduce, modify, + display, perform, sublicense and distribute the Modifications + created by such Contributor (or portions thereof) either on an + unmodified basis, with other Modifications, as Covered Code + and/or as part of a Larger Work; and + + (b) under Patent Claims infringed by the making, using, or + selling of Modifications made by that Contributor either alone + and/or in combination with its Contributor Version (or portions + of such combination), to make, use, sell, offer for sale, have + made, and/or otherwise dispose of: 1) Modifications made by that + Contributor (or portions thereof); and 2) the combination of + Modifications made by that Contributor with its Contributor + Version (or portions of such combination). + + (c) the licenses granted in Sections 2.2(a) and 2.2(b) are + effective on the date Contributor first makes Commercial Use of + the Covered Code. + + (d) Notwithstanding Section 2.2(b) above, no patent license is + granted: 1) for any code that Contributor has deleted from the + Contributor Version; 2) separate from the Contributor Version; + 3) for infringements caused by: i) third party modifications of + Contributor Version or ii) the combination of Modifications made + by that Contributor with other software (except as part of the + Contributor Version) or other devices; or 4) under Patent Claims + infringed by Covered Code in the absence of Modifications made by + that Contributor. + +3. Distribution Obligations. + + 3.1. Application of License. + The Modifications which You create or to which You contribute are + governed by the terms of this License, including without limitation + Section 2.2. The Source Code version of Covered Code may be + distributed only under the terms of this License or a future version + of this License released under Section 6.1, and You must include a + copy of this License with every copy of the Source Code You + distribute. You may not offer or impose any terms on any Source Code + version that alters or restricts the applicable version of this + License or the recipients' rights hereunder. However, You may include + an additional document offering the additional rights described in + Section 3.5. + + 3.2. Availability of Source Code. + Any Modification which You create or to which You contribute must be + made available in Source Code form under the terms of this License + either on the same media as an Executable version or via an accepted + Electronic Distribution Mechanism to anyone to whom you made an + Executable version available; and if made available via Electronic + Distribution Mechanism, must remain available for at least twelve (12) + months after the date it initially became available, or at least six + (6) months after a subsequent version of that particular Modification + has been made available to such recipients. You are responsible for + ensuring that the Source Code version remains available even if the + Electronic Distribution Mechanism is maintained by a third party. + + 3.3. Description of Modifications. + You must cause all Covered Code to which You contribute to contain a + file documenting the changes You made to create that Covered Code and + the date of any change. You must include a prominent statement that + the Modification is derived, directly or indirectly, from Original + Code provided by the Initial Developer and including the name of the + Initial Developer in (a) the Source Code, and (b) in any notice in an + Executable version or related documentation in which You describe the + origin or ownership of the Covered Code. + + 3.4. Intellectual Property Matters + (a) Third Party Claims. + If Contributor has knowledge that a license under a third party's + intellectual property rights is required to exercise the rights + granted by such Contributor under Sections 2.1 or 2.2, + Contributor must include a text file with the Source Code + distribution titled "LEGAL" which describes the claim and the + party making the claim in sufficient detail that a recipient will + know whom to contact. If Contributor obtains such knowledge after + the Modification is made available as described in Section 3.2, + Contributor shall promptly modify the LEGAL file in all copies + Contributor makes available thereafter and shall take other steps + (such as notifying appropriate mailing lists or newsgroups) + reasonably calculated to inform those who received the Covered + Code that new knowledge has been obtained. + + (b) Contributor APIs. + If Contributor's Modifications include an application programming + interface and Contributor has knowledge of patent licenses which + are reasonably necessary to implement that API, Contributor must + also include this information in the LEGAL file. + + (c) Representations. + Contributor represents that, except as disclosed pursuant to + Section 3.4(a) above, Contributor believes that Contributor's + Modifications are Contributor's original creation(s) and/or + Contributor has sufficient rights to grant the rights conveyed by + this License. + + 3.5. Required Notices. + You must duplicate the notice in Exhibit A in each file of the Source + Code. If it is not possible to put such notice in a particular Source + Code file due to its structure, then You must include such notice in a + location (such as a relevant directory) where a user would be likely + to look for such a notice. If You created one or more Modification(s) + You may add your name as a Contributor to the notice described in + Exhibit A. You must also duplicate this License in any documentation + for the Source Code where You describe recipients' rights or ownership + rights relating to Covered Code. You may choose to offer, and to + charge a fee for, warranty, support, indemnity or liability + obligations to one or more recipients of Covered Code. However, You + may do so only on Your own behalf, and not on behalf of the Initial + Developer or any Contributor. You must make it absolutely clear than + any such warranty, support, indemnity or liability obligation is + offered by You alone, and You hereby agree to indemnify the Initial + Developer and every Contributor for any liability incurred by the + Initial Developer or such Contributor as a result of warranty, + support, indemnity or liability terms You offer. + + 3.6. Distribution of Executable Versions. + You may distribute Covered Code in Executable form only if the + requirements of Section 3.1-3.5 have been met for that Covered Code, + and if You include a notice stating that the Source Code version of + the Covered Code is available under the terms of this License, + including a description of how and where You have fulfilled the + obligations of Section 3.2. The notice must be conspicuously included + in any notice in an Executable version, related documentation or + collateral in which You describe recipients' rights relating to the + Covered Code. You may distribute the Executable version of Covered + Code or ownership rights under a license of Your choice, which may + contain terms different from this License, provided that You are in + compliance with the terms of this License and that the license for the + Executable version does not attempt to limit or alter the recipient's + rights in the Source Code version from the rights set forth in this + License. If You distribute the Executable version under a different + license You must make it absolutely clear that any terms which differ + from this License are offered by You alone, not by the Initial + Developer or any Contributor. You hereby agree to indemnify the + Initial Developer and every Contributor for any liability incurred by + the Initial Developer or such Contributor as a result of any such + terms You offer. + + 3.7. Larger Works. + You may create a Larger Work by combining Covered Code with other code + not governed by the terms of this License and distribute the Larger + Work as a single product. In such a case, You must make sure the + requirements of this License are fulfilled for the Covered Code. + +4. Inability to Comply Due to Statute or Regulation. + + If it is impossible for You to comply with any of the terms of this + License with respect to some or all of the Covered Code due to + statute, judicial order, or regulation then You must: (a) comply with + the terms of this License to the maximum extent possible; and (b) + describe the limitations and the code they affect. Such description + must be included in the LEGAL file described in Section 3.4 and must + be included with all distributions of the Source Code. Except to the + extent prohibited by statute or regulation, such description must be + sufficiently detailed for a recipient of ordinary skill to be able to + understand it. + +5. Application of this License. + + This License applies to code to which the Initial Developer has + attached the notice in Exhibit A and to related Covered Code. + +6. Versions of the License. + + 6.1. New Versions. + Netscape Communications Corporation ("Netscape") may publish revised + and/or new versions of the License from time to time. Each version + will be given a distinguishing version number. + + 6.2. Effect of New Versions. + Once Covered Code has been published under a particular version of the + License, You may always continue to use it under the terms of that + version. You may also choose to use such Covered Code under the terms + of any subsequent version of the License published by Netscape. No one + other than Netscape has the right to modify the terms applicable to + Covered Code created under this License. + + 6.3. Derivative Works. + If You create or use a modified version of this License (which you may + only do in order to apply it to code which is not already Covered Code + governed by this License), You must (a) rename Your license so that + the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", + "MPL", "NPL" or any confusingly similar phrase do not appear in your + license (except to note that your license differs from this License) + and (b) otherwise make it clear that Your version of the license + contains terms which differ from the Mozilla Public License and + Netscape Public License. (Filling in the name of the Initial + Developer, Original Code or Contributor in the notice described in + Exhibit A shall not of themselves be deemed to be modifications of + this License.) + +7. DISCLAIMER OF WARRANTY. + + COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF + DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. + THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE + IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, + YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE + COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER + OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF + ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + +8. TERMINATION. + + 8.1. This License and the rights granted hereunder will terminate + automatically if You fail to comply with terms herein and fail to cure + such breach within 30 days of becoming aware of the breach. All + sublicenses to the Covered Code which are properly granted shall + survive any termination of this License. Provisions which, by their + nature, must remain in effect beyond the termination of this License + shall survive. + + 8.2. If You initiate litigation by asserting a patent infringement + claim (excluding declatory judgment actions) against Initial Developer + or a Contributor (the Initial Developer or Contributor against whom + You file such action is referred to as "Participant") alleging that: + + (a) such Participant's Contributor Version directly or indirectly + infringes any patent, then any and all rights granted by such + Participant to You under Sections 2.1 and/or 2.2 of this License + shall, upon 60 days notice from Participant terminate prospectively, + unless if within 60 days after receipt of notice You either: (i) + agree in writing to pay Participant a mutually agreeable reasonable + royalty for Your past and future use of Modifications made by such + Participant, or (ii) withdraw Your litigation claim with respect to + the Contributor Version against such Participant. If within 60 days + of notice, a reasonable royalty and payment arrangement are not + mutually agreed upon in writing by the parties or the litigation claim + is not withdrawn, the rights granted by Participant to You under + Sections 2.1 and/or 2.2 automatically terminate at the expiration of + the 60 day notice period specified above. + + (b) any software, hardware, or device, other than such Participant's + Contributor Version, directly or indirectly infringes any patent, then + any rights granted to You by such Participant under Sections 2.1(b) + and 2.2(b) are revoked effective as of the date You first made, used, + sold, distributed, or had made, Modifications made by that + Participant. + + 8.3. If You assert a patent infringement claim against Participant + alleging that such Participant's Contributor Version directly or + indirectly infringes any patent where such claim is resolved (such as + by license or settlement) prior to the initiation of patent + infringement litigation, then the reasonable value of the licenses + granted by such Participant under Sections 2.1 or 2.2 shall be taken + into account in determining the amount or value of any payment or + license. + + 8.4. In the event of termination under Sections 8.1 or 8.2 above, + all end user license agreements (excluding distributors and resellers) + which have been validly granted by You or any distributor hereunder + prior to termination shall survive termination. + +9. LIMITATION OF LIABILITY. + + UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT + (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL + DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, + OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR + ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY + CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, + WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER + COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN + INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF + LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY + RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW + PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE + EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO + THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + +10. U.S. GOVERNMENT END USERS. + + The Covered Code is a "commercial item," as that term is defined in + 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer + software" and "commercial computer software documentation," as such + terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 + C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), + all U.S. Government End Users acquire Covered Code with only those + rights set forth herein. + +11. MISCELLANEOUS. + + This License represents the complete agreement concerning subject + matter hereof. If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. This License shall be governed by + California law provisions (except to the extent applicable law, if + any, provides otherwise), excluding its conflict-of-law provisions. + With respect to disputes in which at least one party is a citizen of, + or an entity chartered or registered to do business in the United + States of America, any litigation relating to this License shall be + subject to the jurisdiction of the Federal Courts of the Northern + District of California, with venue lying in Santa Clara County, + California, with the losing party responsible for costs, including + without limitation, court costs and reasonable attorneys' fees and + expenses. The application of the United Nations Convention on + Contracts for the International Sale of Goods is expressly excluded. + Any law or regulation which provides that the language of a contract + shall be construed against the drafter shall not apply to this + License. + +12. RESPONSIBILITY FOR CLAIMS. + + As between Initial Developer and the Contributors, each party is + responsible for claims and damages arising, directly or indirectly, + out of its utilization of rights under this License and You agree to + work with Initial Developer and Contributors to distribute such + responsibility on an equitable basis. Nothing herein is intended or + shall be deemed to constitute any admission of liability. + +13. MULTIPLE-LICENSED CODE. + + Initial Developer may designate portions of the Covered Code as + "Multiple-Licensed". "Multiple-Licensed" means that the Initial + Developer permits you to utilize portions of the Covered Code under + Your choice of the NPL or the alternative licenses, if any, specified + by the Initial Developer in the file described in Exhibit A. + +EXHIBIT A -Mozilla Public License. + + ``The contents of this file are subject to the Mozilla Public License + Version 1.1 (the "License"); you may not use this file except in + compliance with the License. You may obtain a copy of the License at + http://www.mozilla.org/MPL/ + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the + License for the specific language governing rights and limitations + under the License. + + The Original Code is ______________________________________. + + The Initial Developer of the Original Code is ________________________. + Portions created by ______________________ are Copyright (C) ______ + _______________________. All Rights Reserved. + + Contributor(s): ______________________________________. + + Alternatively, the contents of this file may be used under the terms + of the _____ license (the "[___] License"), in which case the + provisions of [______] License are applicable instead of those + above. If you wish to allow use of your version of this file only + under the terms of the [____] License and not to allow others to use + your version of this file under the MPL, indicate your decision by + deleting the provisions above and replace them with the notice and + other provisions required by the [___] License. If you do not delete + the provisions above, a recipient may use your version of this file + under either the MPL or the [___] License." + + [NOTE: The text of this Exhibit A may differ slightly from the text of + the notices in the Source Code files of the Original Code. You should + use the text of this Exhibit A rather than the text found in the + Original Code Source Code for Your Modifications.] +``` + +Appendix D: The MIT License +--------------------------- + +``` +The MIT License (MIT) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +``` + +Appendix E: The SIL Open Font License Version 1.1 +--------------------------------------------- + +``` +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. +``` + +Appendix F: The BSD-3 License +----------------------------- + +``` +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +``` + diff --git a/public/assets/ckeditor/README.md b/public/assets/ckeditor/README.md new file mode 100644 index 0000000..7ba39b9 --- /dev/null +++ b/public/assets/ckeditor/README.md @@ -0,0 +1,82 @@ +CKEditor 4 - Releases +===================== + +## Releases Code + +This repository contains the official release versions of [CKEditor](http://ckeditor.com). + +There are four versions for each release — `standard-all`, `basic`, `standard`, and `full`. +They differ in the number of plugins that are compiled into the main `ckeditor.js` file as well as the toolbar configuration. + +See the [comparison](http://ckeditor.com/presets) of the `basic`, `standard`, and `full` installation presets for more details. + +The `standard-all` build includes all official CKSource plugins with only those from the `standard` installation preset compiled into the `ckeditor.js` file and enabled in the configuration. + +All versions available in this repository were built using [CKBuilder](http://ckeditor.com/builder), so they are optimized and ready to be used in a production environment. + +## Documentation + +Developer documentation for CKEditor is available online at: <http://docs.ckeditor.com>. + +## Installation + +### Git clone + +To install one of the available releases, just clone this repository and switch to the respective branch (see next section): + + git clone -b <release branch> git://github.com/ckeditor/ckeditor-releases.git + +### Git submodule + +If you are using git for your project and you want to integrate CKEditor, we recommend to add this repository as a +[submodule](http://git-scm.com/book/en/Git-Tools-Submodules). + + git submodule add -b <release branch> git://github.com/ckeditor/ckeditor-releases.git <clone dir> + git commit -m "Added CKEditor submodule in <clone dir> directory." + +### Using Package Managers + +See the [Installing CKEditor with Package Managers](http://docs.ckeditor.com/#!/guide/dev_package_managers) article for more details about installing CKEditor with [Bower](http://bower.io/), [Composer](https://getcomposer.org/) and [npm](https://www.npmjs.com/). + +## Repository Structure + +### Branches + +This repository contains the following branches: + + - `master` and `latest` – the latest release of the `standard-all` preset (including betas). + - `stable` – the latest stable release of the `standard-all` preset (non-beta). + - `A.B.x` (e.g. `4.3.x`) – the latest release of the `standard-all` preset in the `A.B` branch. + - `(basic|standard|full)/stable` – the latest stable release tag point (non-beta). + - `(basic|standard|full)/latest` – the latest release tag point (including betas). + - `(basic|standard|full)/A.B.x` (e.g. `basic/4.0.x`) – the latest releases in the `A.B` branch. + +### Tags + +**Since version 4.3.3** this repository uses the following tag naming rules: + + - `x.y.z` – contains the `standard-all` editor build, e.g. `4.3.3`, `4.4.0` etc. + - `(basic|standard|full)/x.y.z` – contains the editor build with a given preset, e.g. `basic/4.3.3`. + +The version numbers follow the [Semantic Versioning 2.0.0](http://semver.org/) scheme. + +Up to version **4.3.2** the tags were released in the following form `x.y[.z]/(basic|standard|full)`. +For example: `4.0/basic`, `4.0.1/standard`. This convention was changed in CKEditor 4.3.3 to conform to the Semantic Versioning scheme. + +## Checking Your Installation + +The editor comes with a sample page that can be used to verify if the installation succeeded. Take a look at the `samples` directory. + +To test your installation, just call the following page for your website: + + http://<your site>/<CKEditor installation path>/samples/index.html + +For example: + + http://www.example.com/ckeditor/samples/index.html + +### License + +Licensed under the GPL, LGPL, and MPL licenses, at your choice. + +Please check the `LICENSE.md` file for more information about the license. \ No newline at end of file diff --git a/public/assets/ckeditor/adapters/jquery.js b/public/assets/ckeditor/adapters/jquery.js new file mode 100644 index 0000000..9a99b65 --- /dev/null +++ b/public/assets/ckeditor/adapters/jquery.js @@ -0,0 +1,10 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(a){if("undefined"==typeof a)throw Error("jQuery should be loaded before CKEditor jQuery adapter.");if("undefined"==typeof CKEDITOR)throw Error("CKEditor should be loaded before CKEditor jQuery adapter.");CKEDITOR.config.jqueryOverrideVal="undefined"==typeof CKEDITOR.config.jqueryOverrideVal?!0:CKEDITOR.config.jqueryOverrideVal;a.extend(a.fn,{ckeditorGet:function(){var a=this.eq(0).data("ckeditorInstance");if(!a)throw"CKEditor is not initialized yet, use ckeditor() with a callback.";return a}, +ckeditor:function(g,d){if(!CKEDITOR.env.isCompatible)throw Error("The environment is incompatible.");if(!a.isFunction(g)){var m=d;d=g;g=m}var k=[];d=d||{};this.each(function(){var b=a(this),c=b.data("ckeditorInstance"),f=b.data("_ckeditorInstanceLock"),h=this,l=new a.Deferred;k.push(l.promise());if(c&&!f)g&&g.apply(c,[this]),l.resolve();else if(f)c.once("instanceReady",function(){setTimeout(function(){c.element?(c.element.$==h&&g&&g.apply(c,[h]),l.resolve()):setTimeout(arguments.callee,100)},0)}, +null,null,9999);else{if(d.autoUpdateElement||"undefined"==typeof d.autoUpdateElement&&CKEDITOR.config.autoUpdateElement)d.autoUpdateElementJquery=!0;d.autoUpdateElement=!1;b.data("_ckeditorInstanceLock",!0);c=a(this).is("textarea")?CKEDITOR.replace(h,d):CKEDITOR.inline(h,d);b.data("ckeditorInstance",c);c.on("instanceReady",function(d){var e=d.editor;setTimeout(function(){if(e.element){d.removeListener();e.on("dataReady",function(){b.trigger("dataReady.ckeditor",[e])});e.on("setData",function(a){b.trigger("setData.ckeditor", +[e,a.data])});e.on("getData",function(a){b.trigger("getData.ckeditor",[e,a.data])},999);e.on("destroy",function(){b.trigger("destroy.ckeditor",[e])});e.on("save",function(){a(h.form).submit();return!1},null,null,20);if(e.config.autoUpdateElementJquery&&b.is("textarea")&&a(h.form).length){var c=function(){b.ckeditor(function(){e.updateElement()})};a(h.form).submit(c);a(h.form).bind("form-pre-serialize",c);b.bind("destroy.ckeditor",function(){a(h.form).unbind("submit",c);a(h.form).unbind("form-pre-serialize", +c)})}e.on("destroy",function(){b.removeData("ckeditorInstance")});b.removeData("_ckeditorInstanceLock");b.trigger("instanceReady.ckeditor",[e]);g&&g.apply(e,[h]);l.resolve()}else setTimeout(arguments.callee,100)},0)},null,null,9999)}});var f=new a.Deferred;this.promise=f.promise();a.when.apply(this,k).then(function(){f.resolve()});this.editor=this.eq(0).data("ckeditorInstance");return this}});CKEDITOR.config.jqueryOverrideVal&&(a.fn.val=CKEDITOR.tools.override(a.fn.val,function(g){return function(d){if(arguments.length){var m= +this,k=[],f=this.each(function(){var b=a(this),c=b.data("ckeditorInstance");if(b.is("textarea")&&c){var f=new a.Deferred;c.setData(d,function(){f.resolve()});k.push(f.promise());return!0}return g.call(b,d)});if(k.length){var b=new a.Deferred;a.when.apply(this,k).done(function(){b.resolveWith(m)});return b.promise()}return f}var f=a(this).eq(0),c=f.data("ckeditorInstance");return f.is("textarea")&&c?c.getData():g.call(f)}}))})(window.jQuery); \ No newline at end of file diff --git a/public/assets/ckeditor/bower.json b/public/assets/ckeditor/bower.json new file mode 100644 index 0000000..1adf76e --- /dev/null +++ b/public/assets/ckeditor/bower.json @@ -0,0 +1,10 @@ +{ + "name": "ckeditor", + "description": "JavaScript WYSIWYG web text editor.", + "keywords": [ "ckeditor", "fckeditor", "editor", "wysiwyg", "html", "richtext", "text", "javascript" ], + "authors": "CKSource (http://cksource.com/)", + "license": "For licensing, see LICENSE.md or http://ckeditor.com/license.", + "homepage": "http://ckeditor.com", + "main": "./ckeditor.js", + "moduleType": "globals" +} diff --git a/public/assets/ckeditor/ckeditor.js b/public/assets/ckeditor/ckeditor.js new file mode 100644 index 0000000..6c8b5b9 --- /dev/null +++ b/public/assets/ckeditor/ckeditor.js @@ -0,0 +1,998 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){window.CKEDITOR&&window.CKEDITOR.dom||(window.CKEDITOR||(window.CKEDITOR=function(){var a=/(^|.*[\\\/])ckeditor\.js(?:\?.*|;.*)?$/i,e={timestamp:"G4CF",version:"4.5.9 (Standard)",revision:"a35abfe",rnd:Math.floor(900*Math.random())+100,_:{pending:[],basePathSrcPattern:a},status:"unloaded",basePath:function(){var b=window.CKEDITOR_BASEPATH||"";if(!b)for(var c=document.getElementsByTagName("script"),e=0;e<c.length;e++){var f=c[e].src.match(a);if(f){b=f[1];break}}-1==b.indexOf(":/")&&"//"!= +b.slice(0,2)&&(b=0===b.indexOf("/")?location.href.match(/^.*?:\/\/[^\/]*/)[0]+b:location.href.match(/^[^\?]*\/(?:)/)[0]+b);if(!b)throw'The CKEditor installation path could not be automatically detected. Please set the global variable "CKEDITOR_BASEPATH" before creating editor instances.';return b}(),getUrl:function(a){-1==a.indexOf(":/")&&0!==a.indexOf("/")&&(a=this.basePath+a);this.timestamp&&"/"!=a.charAt(a.length-1)&&!/[&?]t=/.test(a)&&(a+=(0<=a.indexOf("?")?"\x26":"?")+"t\x3d"+this.timestamp); +return a},domReady:function(){function a(){try{document.addEventListener?(document.removeEventListener("DOMContentLoaded",a,!1),b()):document.attachEvent&&"complete"===document.readyState&&(document.detachEvent("onreadystatechange",a),b())}catch(f){}}function b(){for(var a;a=c.shift();)a()}var c=[];return function(f){function b(){try{document.documentElement.doScroll("left")}catch(g){setTimeout(b,1);return}a()}c.push(f);"complete"===document.readyState&&setTimeout(a,1);if(1==c.length)if(document.addEventListener)document.addEventListener("DOMContentLoaded", +a,!1),window.addEventListener("load",a,!1);else if(document.attachEvent){document.attachEvent("onreadystatechange",a);window.attachEvent("onload",a);f=!1;try{f=!window.frameElement}catch(k){}document.documentElement.doScroll&&f&&b()}}}()},b=window.CKEDITOR_GETURL;if(b){var c=e.getUrl;e.getUrl=function(a){return b.call(e,a)||c.call(e,a)}}return e}()),CKEDITOR.event||(CKEDITOR.event=function(){},CKEDITOR.event.implementOn=function(a){var e=CKEDITOR.event.prototype,b;for(b in e)null==a[b]&&(a[b]=e[b])}, +CKEDITOR.event.prototype=function(){function a(a){var d=e(this);return d[a]||(d[a]=new b(a))}var e=function(a){a=a.getPrivate&&a.getPrivate()||a._||(a._={});return a.events||(a.events={})},b=function(a){this.name=a;this.listeners=[]};b.prototype={getListenerIndex:function(a){for(var b=0,e=this.listeners;b<e.length;b++)if(e[b].fn==a)return b;return-1}};return{define:function(b,d){var e=a.call(this,b);CKEDITOR.tools.extend(e,d,!0)},on:function(b,d,e,l,f){function h(a,g,f,h){a={name:b,sender:this,editor:a, +data:g,listenerData:l,stop:f,cancel:h,removeListener:k};return!1===d.call(e,a)?!1:a.data}function k(){n.removeListener(b,d)}var g=a.call(this,b);if(0>g.getListenerIndex(d)){g=g.listeners;e||(e=this);isNaN(f)&&(f=10);var n=this;h.fn=d;h.priority=f;for(var t=g.length-1;0<=t;t--)if(g[t].priority<=f)return g.splice(t+1,0,h),{removeListener:k};g.unshift(h)}return{removeListener:k}},once:function(){var a=Array.prototype.slice.call(arguments),b=a[1];a[1]=function(a){a.removeListener();return b.apply(this, +arguments)};return this.on.apply(this,a)},capture:function(){CKEDITOR.event.useCapture=1;var a=this.on.apply(this,arguments);CKEDITOR.event.useCapture=0;return a},fire:function(){var a=0,b=function(){a=1},m=0,l=function(){m=1};return function(f,h,k){var g=e(this)[f];f=a;var n=m;a=m=0;if(g){var t=g.listeners;if(t.length)for(var t=t.slice(0),r,q=0;q<t.length;q++){if(g.errorProof)try{r=t[q].call(this,k,h,b,l)}catch(v){}else r=t[q].call(this,k,h,b,l);!1===r?m=1:"undefined"!=typeof r&&(h=r);if(a||m)break}}h= +m?!1:"undefined"==typeof h?!0:h;a=f;m=n;return h}}(),fireOnce:function(a,b,m){b=this.fire(a,b,m);delete e(this)[a];return b},removeListener:function(a,b){var m=e(this)[a];if(m){var l=m.getListenerIndex(b);0<=l&&m.listeners.splice(l,1)}},removeAllListeners:function(){var a=e(this),b;for(b in a)delete a[b]},hasListeners:function(a){return(a=e(this)[a])&&0<a.listeners.length}}}()),CKEDITOR.editor||(CKEDITOR.editor=function(){CKEDITOR._.pending.push([this,arguments]);CKEDITOR.event.call(this)},CKEDITOR.editor.prototype.fire= +function(a,e){a in{instanceReady:1,loaded:1}&&(this[a]=!0);return CKEDITOR.event.prototype.fire.call(this,a,e,this)},CKEDITOR.editor.prototype.fireOnce=function(a,e){a in{instanceReady:1,loaded:1}&&(this[a]=!0);return CKEDITOR.event.prototype.fireOnce.call(this,a,e,this)},CKEDITOR.event.implementOn(CKEDITOR.editor.prototype)),CKEDITOR.env||(CKEDITOR.env=function(){var a=navigator.userAgent.toLowerCase(),e=a.match(/edge[ \/](\d+.?\d*)/),b=-1<a.indexOf("trident/"),b=!(!e&&!b),b={ie:b,edge:!!e,webkit:!b&& +-1<a.indexOf(" applewebkit/"),air:-1<a.indexOf(" adobeair/"),mac:-1<a.indexOf("macintosh"),quirks:"BackCompat"==document.compatMode&&(!document.documentMode||10>document.documentMode),mobile:-1<a.indexOf("mobile"),iOS:/(ipad|iphone|ipod)/.test(a),isCustomDomain:function(){if(!this.ie)return!1;var a=document.domain,b=window.location.hostname;return a!=b&&a!="["+b+"]"},secure:"https:"==location.protocol};b.gecko="Gecko"==navigator.product&&!b.webkit&&!b.ie;b.webkit&&(-1<a.indexOf("chrome")?b.chrome= +!0:b.safari=!0);var c=0;b.ie&&(c=e?parseFloat(e[1]):b.quirks||!document.documentMode?parseFloat(a.match(/msie (\d+)/)[1]):document.documentMode,b.ie9Compat=9==c,b.ie8Compat=8==c,b.ie7Compat=7==c,b.ie6Compat=7>c||b.quirks);b.gecko&&(e=a.match(/rv:([\d\.]+)/))&&(e=e[1].split("."),c=1E4*e[0]+100*(e[1]||0)+1*(e[2]||0));b.air&&(c=parseFloat(a.match(/ adobeair\/(\d+)/)[1]));b.webkit&&(c=parseFloat(a.match(/ applewebkit\/(\d+)/)[1]));b.version=c;b.isCompatible=!(b.ie&&7>c)&&!(b.gecko&&4E4>c)&&!(b.webkit&& +534>c);b.hidpi=2<=window.devicePixelRatio;b.needsBrFiller=b.gecko||b.webkit||b.ie&&10<c;b.needsNbspFiller=b.ie&&11>c;b.cssClass="cke_browser_"+(b.ie?"ie":b.gecko?"gecko":b.webkit?"webkit":"unknown");b.quirks&&(b.cssClass+=" cke_browser_quirks");b.ie&&(b.cssClass+=" cke_browser_ie"+(b.quirks?"6 cke_browser_iequirks":b.version));b.air&&(b.cssClass+=" cke_browser_air");b.iOS&&(b.cssClass+=" cke_browser_ios");b.hidpi&&(b.cssClass+=" cke_hidpi");return b}()),"unloaded"==CKEDITOR.status&&function(){CKEDITOR.event.implementOn(CKEDITOR); +CKEDITOR.loadFullCore=function(){if("basic_ready"!=CKEDITOR.status)CKEDITOR.loadFullCore._load=1;else{delete CKEDITOR.loadFullCore;var a=document.createElement("script");a.type="text/javascript";a.src=CKEDITOR.basePath+"ckeditor.js";document.getElementsByTagName("head")[0].appendChild(a)}};CKEDITOR.loadFullCoreTimeout=0;CKEDITOR.add=function(a){(this._.pending||(this._.pending=[])).push(a)};(function(){CKEDITOR.domReady(function(){var a=CKEDITOR.loadFullCore,e=CKEDITOR.loadFullCoreTimeout;a&&(CKEDITOR.status= +"basic_ready",a&&a._load?a():e&&setTimeout(function(){CKEDITOR.loadFullCore&&CKEDITOR.loadFullCore()},1E3*e))})})();CKEDITOR.status="basic_loaded"}(),"use strict",CKEDITOR.VERBOSITY_WARN=1,CKEDITOR.VERBOSITY_ERROR=2,CKEDITOR.verbosity=CKEDITOR.VERBOSITY_WARN|CKEDITOR.VERBOSITY_ERROR,CKEDITOR.warn=function(a,e){CKEDITOR.verbosity&CKEDITOR.VERBOSITY_WARN&&CKEDITOR.fire("log",{type:"warn",errorCode:a,additionalData:e})},CKEDITOR.error=function(a,e){CKEDITOR.verbosity&CKEDITOR.VERBOSITY_ERROR&&CKEDITOR.fire("log", +{type:"error",errorCode:a,additionalData:e})},CKEDITOR.on("log",function(a){if(window.console&&window.console.log){var e=console[a.data.type]?a.data.type:"log",b=a.data.errorCode;if(a=a.data.additionalData)console[e]("[CKEDITOR] Error code: "+b+".",a);else console[e]("[CKEDITOR] Error code: "+b+".");console[e]("[CKEDITOR] For more information about this error go to http://docs.ckeditor.com/#!/guide/dev_errors-section-"+b)}},null,null,999),CKEDITOR.dom={},function(){var a=[],e=CKEDITOR.env.gecko?"-moz-": +CKEDITOR.env.webkit?"-webkit-":CKEDITOR.env.ie?"-ms-":"",b=/&/g,c=/>/g,d=/</g,m=/"/g,l=/&(lt|gt|amp|quot|nbsp|shy|#\d{1,5});/g,f={lt:"\x3c",gt:"\x3e",amp:"\x26",quot:'"',nbsp:" ",shy:"Â"},h=function(a,g){return"#"==g[0]?String.fromCharCode(parseInt(g.slice(1),10)):f[g]};CKEDITOR.on("reset",function(){a=[]});CKEDITOR.tools={arrayCompare:function(a,g){if(!a&&!g)return!0;if(!a||!g||a.length!=g.length)return!1;for(var f=0;f<a.length;f++)if(a[f]!=g[f])return!1;return!0},getIndex:function(a,g){for(var f= +0;f<a.length;++f)if(g(a[f]))return f;return-1},clone:function(a){var g;if(a&&a instanceof Array){g=[];for(var f=0;f<a.length;f++)g[f]=CKEDITOR.tools.clone(a[f]);return g}if(null===a||"object"!=typeof a||a instanceof String||a instanceof Number||a instanceof Boolean||a instanceof Date||a instanceof RegExp||a.nodeType||a.window===a)return a;g=new a.constructor;for(f in a)g[f]=CKEDITOR.tools.clone(a[f]);return g},capitalize:function(a,g){return a.charAt(0).toUpperCase()+(g?a.slice(1):a.slice(1).toLowerCase())}, +extend:function(a){var g=arguments.length,f,b;"boolean"==typeof(f=arguments[g-1])?g--:"boolean"==typeof(f=arguments[g-2])&&(b=arguments[g-1],g-=2);for(var h=1;h<g;h++){var c=arguments[h],d;for(d in c)if(!0===f||null==a[d])if(!b||d in b)a[d]=c[d]}return a},prototypedCopy:function(a){var g=function(){};g.prototype=a;return new g},copy:function(a){var g={},f;for(f in a)g[f]=a[f];return g},isArray:function(a){return"[object Array]"==Object.prototype.toString.call(a)},isEmpty:function(a){for(var g in a)if(a.hasOwnProperty(g))return!1; +return!0},cssVendorPrefix:function(a,g,f){if(f)return e+a+":"+g+";"+a+":"+g;f={};f[a]=g;f[e+a]=g;return f},cssStyleToDomStyle:function(){var a=document.createElement("div").style,g="undefined"!=typeof a.cssFloat?"cssFloat":"undefined"!=typeof a.styleFloat?"styleFloat":"float";return function(a){return"float"==a?g:a.replace(/-./g,function(a){return a.substr(1).toUpperCase()})}}(),buildStyleHtml:function(a){a=[].concat(a);for(var g,f=[],b=0;b<a.length;b++)if(g=a[b])/@import|[{}]/.test(g)?f.push("\x3cstyle\x3e"+ +g+"\x3c/style\x3e"):f.push('\x3clink type\x3d"text/css" rel\x3dstylesheet href\x3d"'+g+'"\x3e');return f.join("")},htmlEncode:function(a){return void 0===a||null===a?"":String(a).replace(b,"\x26amp;").replace(c,"\x26gt;").replace(d,"\x26lt;")},htmlDecode:function(a){return a.replace(l,h)},htmlEncodeAttr:function(a){return CKEDITOR.tools.htmlEncode(a).replace(m,"\x26quot;")},htmlDecodeAttr:function(a){return CKEDITOR.tools.htmlDecode(a)},transformPlainTextToHtml:function(a,g){var f=g==CKEDITOR.ENTER_BR, +b=this.htmlEncode(a.replace(/\r\n/g,"\n")),b=b.replace(/\t/g,"\x26nbsp;\x26nbsp; \x26nbsp;"),h=g==CKEDITOR.ENTER_P?"p":"div";if(!f){var c=/\n{2}/g;if(c.test(b))var d="\x3c"+h+"\x3e",e="\x3c/"+h+"\x3e",b=d+b.replace(c,function(){return e+d})+e}b=b.replace(/\n/g,"\x3cbr\x3e");f||(b=b.replace(new RegExp("\x3cbr\x3e(?\x3d\x3c/"+h+"\x3e)"),function(a){return CKEDITOR.tools.repeat(a,2)}));b=b.replace(/^ | $/g,"\x26nbsp;");return b=b.replace(/(>|\s) /g,function(a,g){return g+"\x26nbsp;"}).replace(/ (?=<)/g, +"\x26nbsp;")},getNextNumber:function(){var a=0;return function(){return++a}}(),getNextId:function(){return"cke_"+this.getNextNumber()},getUniqueId:function(){for(var a="e",g=0;8>g;g++)a+=Math.floor(65536*(1+Math.random())).toString(16).substring(1);return a},override:function(a,g){var f=g(a);f.prototype=a.prototype;return f},setTimeout:function(a,g,f,b,h){h||(h=window);f||(f=h);return h.setTimeout(function(){b?a.apply(f,[].concat(b)):a.apply(f)},g||0)},trim:function(){var a=/(?:^[ \t\n\r]+)|(?:[ \t\n\r]+$)/g; +return function(g){return g.replace(a,"")}}(),ltrim:function(){var a=/^[ \t\n\r]+/g;return function(g){return g.replace(a,"")}}(),rtrim:function(){var a=/[ \t\n\r]+$/g;return function(g){return g.replace(a,"")}}(),indexOf:function(a,g){if("function"==typeof g)for(var f=0,b=a.length;f<b;f++){if(g(a[f]))return f}else{if(a.indexOf)return a.indexOf(g);f=0;for(b=a.length;f<b;f++)if(a[f]===g)return f}return-1},search:function(a,g){var f=CKEDITOR.tools.indexOf(a,g);return 0<=f?a[f]:null},bind:function(a, +g){return function(){return a.apply(g,arguments)}},createClass:function(a){var g=a.$,f=a.base,b=a.privates||a._,h=a.proto;a=a.statics;!g&&(g=function(){f&&this.base.apply(this,arguments)});if(b)var c=g,g=function(){var a=this._||(this._={}),g;for(g in b){var f=b[g];a[g]="function"==typeof f?CKEDITOR.tools.bind(f,this):f}c.apply(this,arguments)};f&&(g.prototype=this.prototypedCopy(f.prototype),g.prototype.constructor=g,g.base=f,g.baseProto=f.prototype,g.prototype.base=function(){this.base=f.prototype.base; +f.apply(this,arguments);this.base=arguments.callee});h&&this.extend(g.prototype,h,!0);a&&this.extend(g,a,!0);return g},addFunction:function(f,g){return a.push(function(){return f.apply(g||this,arguments)})-1},removeFunction:function(f){a[f]=null},callFunction:function(f){var g=a[f];return g&&g.apply(window,Array.prototype.slice.call(arguments,1))},cssLength:function(){var a=/^-?\d+\.?\d*px$/,g;return function(f){g=CKEDITOR.tools.trim(f+"")+"px";return a.test(g)?g:f||""}}(),convertToPx:function(){var a; +return function(g){a||(a=CKEDITOR.dom.element.createFromHtml('\x3cdiv style\x3d"position:absolute;left:-9999px;top:-9999px;margin:0px;padding:0px;border:0px;"\x3e\x3c/div\x3e',CKEDITOR.document),CKEDITOR.document.getBody().append(a));return/%$/.test(g)?g:(a.setStyle("width",g),a.$.clientWidth)}}(),repeat:function(a,g){return Array(g+1).join(a)},tryThese:function(){for(var a,g=0,f=arguments.length;g<f;g++){var b=arguments[g];try{a=b();break}catch(h){}}return a},genKey:function(){return Array.prototype.slice.call(arguments).join("-")}, +defer:function(a){return function(){var g=arguments,f=this;window.setTimeout(function(){a.apply(f,g)},0)}},normalizeCssText:function(a,g){var f=[],b,h=CKEDITOR.tools.parseCssText(a,!0,g);for(b in h)f.push(b+":"+h[b]);f.sort();return f.length?f.join(";")+";":""},convertRgbToHex:function(a){return a.replace(/(?:rgb\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\))/gi,function(a,f,b,h){a=[f,b,h];for(f=0;3>f;f++)a[f]=("0"+parseInt(a[f],10).toString(16)).slice(-2);return"#"+a.join("")})},parseCssText:function(a, +g,f){var b={};f&&(f=new CKEDITOR.dom.element("span"),f.setAttribute("style",a),a=CKEDITOR.tools.convertRgbToHex(f.getAttribute("style")||""));if(!a||";"==a)return b;a.replace(/"/g,'"').replace(/\s*([^:;\s]+)\s*:\s*([^;]+)\s*(?=;|$)/g,function(a,f,h){g&&(f=f.toLowerCase(),"font-family"==f&&(h=h.toLowerCase().replace(/["']/g,"").replace(/\s*,\s*/g,",")),h=CKEDITOR.tools.trim(h));b[f]=h});return b},writeCssText:function(a,g){var f,b=[];for(f in a)b.push(f+":"+a[f]);g&&b.sort();return b.join("; ")}, +objectCompare:function(a,g,f){var b;if(!a&&!g)return!0;if(!a||!g)return!1;for(b in a)if(a[b]!=g[b])return!1;if(!f)for(b in g)if(a[b]!=g[b])return!1;return!0},objectKeys:function(a){var g=[],f;for(f in a)g.push(f);return g},convertArrayToObject:function(a,g){var f={};1==arguments.length&&(g=!0);for(var b=0,h=a.length;b<h;++b)f[a[b]]=g;return f},fixDomain:function(){for(var a;;)try{a=window.parent.document.domain;break}catch(g){a=a?a.replace(/.+?(?:\.|$)/,""):document.domain;if(!a)break;document.domain= +a}return!!a},eventsBuffer:function(a,g,f){function b(){c=(new Date).getTime();h=!1;f?g.call(f):g()}var h,c=0;return{input:function(){if(!h){var g=(new Date).getTime()-c;g<a?h=setTimeout(b,a-g):b()}},reset:function(){h&&clearTimeout(h);h=c=0}}},enableHtml5Elements:function(a,g){for(var f="abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup main mark meter nav output progress section summary time video".split(" "),b=f.length,h;b--;)h=a.createElement(f[b]), +g&&a.appendChild(h)},checkIfAnyArrayItemMatches:function(a,g){for(var f=0,b=a.length;f<b;++f)if(a[f].match(g))return!0;return!1},checkIfAnyObjectPropertyMatches:function(a,g){for(var f in a)if(f.match(g))return!0;return!1},transparentImageData:"data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw\x3d\x3d",getCookie:function(a){a=a.toLowerCase();for(var g=document.cookie.split(";"),f,b,h=0;h<g.length;h++)if(f=g[h].split("\x3d"),b=decodeURIComponent(CKEDITOR.tools.trim(f[0]).toLowerCase()), +b===a)return decodeURIComponent(1<f.length?f[1]:"");return null},setCookie:function(a,g){document.cookie=encodeURIComponent(a)+"\x3d"+encodeURIComponent(g)+";path\x3d/"},getCsrfToken:function(){var a=CKEDITOR.tools.getCookie("ckCsrfToken");if(!a||40!=a.length){var a=[],g="";if(window.crypto&&window.crypto.getRandomValues)a=new Uint8Array(40),window.crypto.getRandomValues(a);else for(var f=0;40>f;f++)a.push(Math.floor(256*Math.random()));for(f=0;f<a.length;f++)var b="abcdefghijklmnopqrstuvwxyz0123456789".charAt(a[f]% +36),g=g+(.5<Math.random()?b.toUpperCase():b);a=g;CKEDITOR.tools.setCookie("ckCsrfToken",a)}return a}}}(),CKEDITOR.dtd=function(){var a=CKEDITOR.tools.extend,e=function(a,g){for(var f=CKEDITOR.tools.clone(a),b=1;b<arguments.length;b++){g=arguments[b];for(var h in g)delete f[h]}return f},b={},c={},d={address:1,article:1,aside:1,blockquote:1,details:1,div:1,dl:1,fieldset:1,figure:1,footer:1,form:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,header:1,hgroup:1,hr:1,main:1,menu:1,nav:1,ol:1,p:1,pre:1,section:1,table:1, +ul:1},m={command:1,link:1,meta:1,noscript:1,script:1,style:1},l={},f={"#":1},h={center:1,dir:1,noframes:1};a(b,{a:1,abbr:1,area:1,audio:1,b:1,bdi:1,bdo:1,br:1,button:1,canvas:1,cite:1,code:1,command:1,datalist:1,del:1,dfn:1,em:1,embed:1,i:1,iframe:1,img:1,input:1,ins:1,kbd:1,keygen:1,label:1,map:1,mark:1,meter:1,noscript:1,object:1,output:1,progress:1,q:1,ruby:1,s:1,samp:1,script:1,select:1,small:1,span:1,strong:1,sub:1,sup:1,textarea:1,time:1,u:1,"var":1,video:1,wbr:1},f,{acronym:1,applet:1,basefont:1, +big:1,font:1,isindex:1,strike:1,style:1,tt:1});a(c,d,b,h);e={a:e(b,{a:1,button:1}),abbr:b,address:c,area:l,article:c,aside:c,audio:a({source:1,track:1},c),b:b,base:l,bdi:b,bdo:b,blockquote:c,body:c,br:l,button:e(b,{a:1,button:1}),canvas:b,caption:c,cite:b,code:b,col:l,colgroup:{col:1},command:l,datalist:a({option:1},b),dd:c,del:b,details:a({summary:1},c),dfn:b,div:c,dl:{dt:1,dd:1},dt:c,em:b,embed:l,fieldset:a({legend:1},c),figcaption:c,figure:a({figcaption:1},c),footer:c,form:c,h1:b,h2:b,h3:b,h4:b, +h5:b,h6:b,head:a({title:1,base:1},m),header:c,hgroup:{h1:1,h2:1,h3:1,h4:1,h5:1,h6:1},hr:l,html:a({head:1,body:1},c,m),i:b,iframe:f,img:l,input:l,ins:b,kbd:b,keygen:l,label:b,legend:b,li:c,link:l,main:c,map:c,mark:b,menu:a({li:1},c),meta:l,meter:e(b,{meter:1}),nav:c,noscript:a({link:1,meta:1,style:1},b),object:a({param:1},b),ol:{li:1},optgroup:{option:1},option:f,output:b,p:b,param:l,pre:b,progress:e(b,{progress:1}),q:b,rp:b,rt:b,ruby:a({rp:1,rt:1},b),s:b,samp:b,script:f,section:c,select:{optgroup:1, +option:1},small:b,source:l,span:b,strong:b,style:f,sub:b,summary:a({h1:1,h2:1,h3:1,h4:1,h5:1,h6:1},b),sup:b,table:{caption:1,colgroup:1,thead:1,tfoot:1,tbody:1,tr:1},tbody:{tr:1},td:c,textarea:f,tfoot:{tr:1},th:c,thead:{tr:1},time:e(b,{time:1}),title:f,tr:{th:1,td:1},track:l,u:b,ul:{li:1},"var":b,video:a({source:1,track:1},c),wbr:l,acronym:b,applet:a({param:1},c),basefont:l,big:b,center:c,dialog:l,dir:{li:1},font:b,isindex:l,noframes:c,strike:b,tt:b};a(e,{$block:a({audio:1,dd:1,dt:1,figcaption:1, +li:1,video:1},d,h),$blockLimit:{article:1,aside:1,audio:1,body:1,caption:1,details:1,dir:1,div:1,dl:1,fieldset:1,figcaption:1,figure:1,footer:1,form:1,header:1,hgroup:1,main:1,menu:1,nav:1,ol:1,section:1,table:1,td:1,th:1,tr:1,ul:1,video:1},$cdata:{script:1,style:1},$editable:{address:1,article:1,aside:1,blockquote:1,body:1,details:1,div:1,fieldset:1,figcaption:1,footer:1,form:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,header:1,hgroup:1,main:1,nav:1,p:1,pre:1,section:1},$empty:{area:1,base:1,basefont:1,br:1, +col:1,command:1,dialog:1,embed:1,hr:1,img:1,input:1,isindex:1,keygen:1,link:1,meta:1,param:1,source:1,track:1,wbr:1},$inline:b,$list:{dl:1,ol:1,ul:1},$listItem:{dd:1,dt:1,li:1},$nonBodyContent:a({body:1,head:1,html:1},e.head),$nonEditable:{applet:1,audio:1,button:1,embed:1,iframe:1,map:1,object:1,option:1,param:1,script:1,textarea:1,video:1},$object:{applet:1,audio:1,button:1,hr:1,iframe:1,img:1,input:1,object:1,select:1,table:1,textarea:1,video:1},$removeEmpty:{abbr:1,acronym:1,b:1,bdi:1,bdo:1,big:1, +cite:1,code:1,del:1,dfn:1,em:1,font:1,i:1,ins:1,label:1,kbd:1,mark:1,meter:1,output:1,q:1,ruby:1,s:1,samp:1,small:1,span:1,strike:1,strong:1,sub:1,sup:1,time:1,tt:1,u:1,"var":1},$tabIndex:{a:1,area:1,button:1,input:1,object:1,select:1,textarea:1},$tableContent:{caption:1,col:1,colgroup:1,tbody:1,td:1,tfoot:1,th:1,thead:1,tr:1},$transparent:{a:1,audio:1,canvas:1,del:1,ins:1,map:1,noscript:1,object:1,video:1},$intermediate:{caption:1,colgroup:1,dd:1,dt:1,figcaption:1,legend:1,li:1,optgroup:1,option:1, +rp:1,rt:1,summary:1,tbody:1,td:1,tfoot:1,th:1,thead:1,tr:1}});return e}(),CKEDITOR.dom.event=function(a){this.$=a},CKEDITOR.dom.event.prototype={getKey:function(){return this.$.keyCode||this.$.which},getKeystroke:function(){var a=this.getKey();if(this.$.ctrlKey||this.$.metaKey)a+=CKEDITOR.CTRL;this.$.shiftKey&&(a+=CKEDITOR.SHIFT);this.$.altKey&&(a+=CKEDITOR.ALT);return a},preventDefault:function(a){var e=this.$;e.preventDefault?e.preventDefault():e.returnValue=!1;a&&this.stopPropagation()},stopPropagation:function(){var a= +this.$;a.stopPropagation?a.stopPropagation():a.cancelBubble=!0},getTarget:function(){var a=this.$.target||this.$.srcElement;return a?new CKEDITOR.dom.node(a):null},getPhase:function(){return this.$.eventPhase||2},getPageOffset:function(){var a=this.getTarget().getDocument().$;return{x:this.$.pageX||this.$.clientX+(a.documentElement.scrollLeft||a.body.scrollLeft),y:this.$.pageY||this.$.clientY+(a.documentElement.scrollTop||a.body.scrollTop)}}},CKEDITOR.CTRL=1114112,CKEDITOR.SHIFT=2228224,CKEDITOR.ALT= +4456448,CKEDITOR.EVENT_PHASE_CAPTURING=1,CKEDITOR.EVENT_PHASE_AT_TARGET=2,CKEDITOR.EVENT_PHASE_BUBBLING=3,CKEDITOR.dom.domObject=function(a){a&&(this.$=a)},CKEDITOR.dom.domObject.prototype=function(){var a=function(a,b){return function(c){"undefined"!=typeof CKEDITOR&&a.fire(b,new CKEDITOR.dom.event(c))}};return{getPrivate:function(){var a;(a=this.getCustomData("_"))||this.setCustomData("_",a={});return a},on:function(e){var b=this.getCustomData("_cke_nativeListeners");b||(b={},this.setCustomData("_cke_nativeListeners", +b));b[e]||(b=b[e]=a(this,e),this.$.addEventListener?this.$.addEventListener(e,b,!!CKEDITOR.event.useCapture):this.$.attachEvent&&this.$.attachEvent("on"+e,b));return CKEDITOR.event.prototype.on.apply(this,arguments)},removeListener:function(a){CKEDITOR.event.prototype.removeListener.apply(this,arguments);if(!this.hasListeners(a)){var b=this.getCustomData("_cke_nativeListeners"),c=b&&b[a];c&&(this.$.removeEventListener?this.$.removeEventListener(a,c,!1):this.$.detachEvent&&this.$.detachEvent("on"+ +a,c),delete b[a])}},removeAllListeners:function(){var a=this.getCustomData("_cke_nativeListeners"),b;for(b in a){var c=a[b];this.$.detachEvent?this.$.detachEvent("on"+b,c):this.$.removeEventListener&&this.$.removeEventListener(b,c,!1);delete a[b]}CKEDITOR.event.prototype.removeAllListeners.call(this)}}}(),function(a){var e={};CKEDITOR.on("reset",function(){e={}});a.equals=function(a){try{return a&&a.$===this.$}catch(c){return!1}};a.setCustomData=function(a,c){var d=this.getUniqueId();(e[d]||(e[d]= +{}))[a]=c;return this};a.getCustomData=function(a){var c=this.$["data-cke-expando"];return(c=c&&e[c])&&a in c?c[a]:null};a.removeCustomData=function(a){var c=this.$["data-cke-expando"],c=c&&e[c],d,m;c&&(d=c[a],m=a in c,delete c[a]);return m?d:null};a.clearCustomData=function(){this.removeAllListeners();var a=this.$["data-cke-expando"];a&&delete e[a]};a.getUniqueId=function(){return this.$["data-cke-expando"]||(this.$["data-cke-expando"]=CKEDITOR.tools.getNextNumber())};CKEDITOR.event.implementOn(a)}(CKEDITOR.dom.domObject.prototype), +CKEDITOR.dom.node=function(a){return a?new CKEDITOR.dom[a.nodeType==CKEDITOR.NODE_DOCUMENT?"document":a.nodeType==CKEDITOR.NODE_ELEMENT?"element":a.nodeType==CKEDITOR.NODE_TEXT?"text":a.nodeType==CKEDITOR.NODE_COMMENT?"comment":a.nodeType==CKEDITOR.NODE_DOCUMENT_FRAGMENT?"documentFragment":"domObject"](a):this},CKEDITOR.dom.node.prototype=new CKEDITOR.dom.domObject,CKEDITOR.NODE_ELEMENT=1,CKEDITOR.NODE_DOCUMENT=9,CKEDITOR.NODE_TEXT=3,CKEDITOR.NODE_COMMENT=8,CKEDITOR.NODE_DOCUMENT_FRAGMENT=11,CKEDITOR.POSITION_IDENTICAL= +0,CKEDITOR.POSITION_DISCONNECTED=1,CKEDITOR.POSITION_FOLLOWING=2,CKEDITOR.POSITION_PRECEDING=4,CKEDITOR.POSITION_IS_CONTAINED=8,CKEDITOR.POSITION_CONTAINS=16,CKEDITOR.tools.extend(CKEDITOR.dom.node.prototype,{appendTo:function(a,e){a.append(this,e);return a},clone:function(a,e){function b(c){c["data-cke-expando"]&&(c["data-cke-expando"]=!1);if(c.nodeType==CKEDITOR.NODE_ELEMENT||c.nodeType==CKEDITOR.NODE_DOCUMENT_FRAGMENT)if(e||c.nodeType!=CKEDITOR.NODE_ELEMENT||c.removeAttribute("id",!1),a){c=c.childNodes; +for(var d=0;d<c.length;d++)b(c[d])}}function c(b){if(b.type==CKEDITOR.NODE_ELEMENT||b.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT){if(b.type!=CKEDITOR.NODE_DOCUMENT_FRAGMENT){var d=b.getName();":"==d[0]&&b.renameNode(d.substring(1))}if(a)for(d=0;d<b.getChildCount();d++)c(b.getChild(d))}}var d=this.$.cloneNode(a);b(d);d=new CKEDITOR.dom.node(d);CKEDITOR.env.ie&&9>CKEDITOR.env.version&&(this.type==CKEDITOR.NODE_ELEMENT||this.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT)&&c(d);return d},hasPrevious:function(){return!!this.$.previousSibling}, +hasNext:function(){return!!this.$.nextSibling},insertAfter:function(a){a.$.parentNode.insertBefore(this.$,a.$.nextSibling);return a},insertBefore:function(a){a.$.parentNode.insertBefore(this.$,a.$);return a},insertBeforeMe:function(a){this.$.parentNode.insertBefore(a.$,this.$);return a},getAddress:function(a){for(var e=[],b=this.getDocument().$.documentElement,c=this.$;c&&c!=b;){var d=c.parentNode;d&&e.unshift(this.getIndex.call({$:c},a));c=d}return e},getDocument:function(){return new CKEDITOR.dom.document(this.$.ownerDocument|| +this.$.parentNode.ownerDocument)},getIndex:function(a){function e(a,f){var h=f?a.nextSibling:a.previousSibling;return h&&h.nodeType==CKEDITOR.NODE_TEXT?b(h)?e(h,f):h:null}function b(a){return!a.nodeValue||a.nodeValue==CKEDITOR.dom.selection.FILLING_CHAR_SEQUENCE}var c=this.$,d=-1,m;if(!this.$.parentNode||a&&c.nodeType==CKEDITOR.NODE_TEXT&&b(c)&&!e(c)&&!e(c,!0))return-1;do a&&c!=this.$&&c.nodeType==CKEDITOR.NODE_TEXT&&(m||b(c))||(d++,m=c.nodeType==CKEDITOR.NODE_TEXT);while(c=c.previousSibling);return d}, +getNextSourceNode:function(a,e,b){if(b&&!b.call){var c=b;b=function(a){return!a.equals(c)}}a=!a&&this.getFirst&&this.getFirst();var d;if(!a){if(this.type==CKEDITOR.NODE_ELEMENT&&b&&!1===b(this,!0))return null;a=this.getNext()}for(;!a&&(d=(d||this).getParent());){if(b&&!1===b(d,!0))return null;a=d.getNext()}return!a||b&&!1===b(a)?null:e&&e!=a.type?a.getNextSourceNode(!1,e,b):a},getPreviousSourceNode:function(a,e,b){if(b&&!b.call){var c=b;b=function(a){return!a.equals(c)}}a=!a&&this.getLast&&this.getLast(); +var d;if(!a){if(this.type==CKEDITOR.NODE_ELEMENT&&b&&!1===b(this,!0))return null;a=this.getPrevious()}for(;!a&&(d=(d||this).getParent());){if(b&&!1===b(d,!0))return null;a=d.getPrevious()}return!a||b&&!1===b(a)?null:e&&a.type!=e?a.getPreviousSourceNode(!1,e,b):a},getPrevious:function(a){var e=this.$,b;do b=(e=e.previousSibling)&&10!=e.nodeType&&new CKEDITOR.dom.node(e);while(b&&a&&!a(b));return b},getNext:function(a){var e=this.$,b;do b=(e=e.nextSibling)&&new CKEDITOR.dom.node(e);while(b&&a&&!a(b)); +return b},getParent:function(a){var e=this.$.parentNode;return e&&(e.nodeType==CKEDITOR.NODE_ELEMENT||a&&e.nodeType==CKEDITOR.NODE_DOCUMENT_FRAGMENT)?new CKEDITOR.dom.node(e):null},getParents:function(a){var e=this,b=[];do b[a?"push":"unshift"](e);while(e=e.getParent());return b},getCommonAncestor:function(a){if(a.equals(this))return this;if(a.contains&&a.contains(this))return a;var e=this.contains?this:this.getParent();do if(e.contains(a))return e;while(e=e.getParent());return null},getPosition:function(a){var e= +this.$,b=a.$;if(e.compareDocumentPosition)return e.compareDocumentPosition(b);if(e==b)return CKEDITOR.POSITION_IDENTICAL;if(this.type==CKEDITOR.NODE_ELEMENT&&a.type==CKEDITOR.NODE_ELEMENT){if(e.contains){if(e.contains(b))return CKEDITOR.POSITION_CONTAINS+CKEDITOR.POSITION_PRECEDING;if(b.contains(e))return CKEDITOR.POSITION_IS_CONTAINED+CKEDITOR.POSITION_FOLLOWING}if("sourceIndex"in e)return 0>e.sourceIndex||0>b.sourceIndex?CKEDITOR.POSITION_DISCONNECTED:e.sourceIndex<b.sourceIndex?CKEDITOR.POSITION_PRECEDING: +CKEDITOR.POSITION_FOLLOWING}e=this.getAddress();a=a.getAddress();for(var b=Math.min(e.length,a.length),c=0;c<b;c++)if(e[c]!=a[c])return e[c]<a[c]?CKEDITOR.POSITION_PRECEDING:CKEDITOR.POSITION_FOLLOWING;return e.length<a.length?CKEDITOR.POSITION_CONTAINS+CKEDITOR.POSITION_PRECEDING:CKEDITOR.POSITION_IS_CONTAINED+CKEDITOR.POSITION_FOLLOWING},getAscendant:function(a,e){var b=this.$,c,d;e||(b=b.parentNode);"function"==typeof a?(d=!0,c=a):(d=!1,c=function(b){b="string"==typeof b.nodeName?b.nodeName.toLowerCase(): +"";return"string"==typeof a?b==a:b in a});for(;b;){if(c(d?new CKEDITOR.dom.node(b):b))return new CKEDITOR.dom.node(b);try{b=b.parentNode}catch(m){b=null}}return null},hasAscendant:function(a,e){var b=this.$;e||(b=b.parentNode);for(;b;){if(b.nodeName&&b.nodeName.toLowerCase()==a)return!0;b=b.parentNode}return!1},move:function(a,e){a.append(this.remove(),e)},remove:function(a){var e=this.$,b=e.parentNode;if(b){if(a)for(;a=e.firstChild;)b.insertBefore(e.removeChild(a),e);b.removeChild(e)}return this}, +replace:function(a){this.insertBefore(a);a.remove()},trim:function(){this.ltrim();this.rtrim()},ltrim:function(){for(var a;this.getFirst&&(a=this.getFirst());){if(a.type==CKEDITOR.NODE_TEXT){var e=CKEDITOR.tools.ltrim(a.getText()),b=a.getLength();if(e)e.length<b&&(a.split(b-e.length),this.$.removeChild(this.$.firstChild));else{a.remove();continue}}break}},rtrim:function(){for(var a;this.getLast&&(a=this.getLast());){if(a.type==CKEDITOR.NODE_TEXT){var e=CKEDITOR.tools.rtrim(a.getText()),b=a.getLength(); +if(e)e.length<b&&(a.split(e.length),this.$.lastChild.parentNode.removeChild(this.$.lastChild));else{a.remove();continue}}break}CKEDITOR.env.needsBrFiller&&(a=this.$.lastChild)&&1==a.type&&"br"==a.nodeName.toLowerCase()&&a.parentNode.removeChild(a)},isReadOnly:function(a){var e=this;this.type!=CKEDITOR.NODE_ELEMENT&&(e=this.getParent());CKEDITOR.env.edge&&e&&e.is("textarea","input")&&(a=!0);if(!a&&e&&"undefined"!=typeof e.$.isContentEditable)return!(e.$.isContentEditable||e.data("cke-editable"));for(;e;){if(e.data("cke-editable"))return!1; +if(e.hasAttribute("contenteditable"))return"false"==e.getAttribute("contenteditable");e=e.getParent()}return!0}}),CKEDITOR.dom.window=function(a){CKEDITOR.dom.domObject.call(this,a)},CKEDITOR.dom.window.prototype=new CKEDITOR.dom.domObject,CKEDITOR.tools.extend(CKEDITOR.dom.window.prototype,{focus:function(){this.$.focus()},getViewPaneSize:function(){var a=this.$.document,e="CSS1Compat"==a.compatMode;return{width:(e?a.documentElement.clientWidth:a.body.clientWidth)||0,height:(e?a.documentElement.clientHeight: +a.body.clientHeight)||0}},getScrollPosition:function(){var a=this.$;if("pageXOffset"in a)return{x:a.pageXOffset||0,y:a.pageYOffset||0};a=a.document;return{x:a.documentElement.scrollLeft||a.body.scrollLeft||0,y:a.documentElement.scrollTop||a.body.scrollTop||0}},getFrame:function(){var a=this.$.frameElement;return a?new CKEDITOR.dom.element.get(a):null}}),CKEDITOR.dom.document=function(a){CKEDITOR.dom.domObject.call(this,a)},CKEDITOR.dom.document.prototype=new CKEDITOR.dom.domObject,CKEDITOR.tools.extend(CKEDITOR.dom.document.prototype, +{type:CKEDITOR.NODE_DOCUMENT,appendStyleSheet:function(a){if(this.$.createStyleSheet)this.$.createStyleSheet(a);else{var e=new CKEDITOR.dom.element("link");e.setAttributes({rel:"stylesheet",type:"text/css",href:a});this.getHead().append(e)}},appendStyleText:function(a){if(this.$.createStyleSheet){var e=this.$.createStyleSheet("");e.cssText=a}else{var b=new CKEDITOR.dom.element("style",this);b.append(new CKEDITOR.dom.text(a,this));this.getHead().append(b)}return e||b.$.sheet},createElement:function(a, +e){var b=new CKEDITOR.dom.element(a,this);e&&(e.attributes&&b.setAttributes(e.attributes),e.styles&&b.setStyles(e.styles));return b},createText:function(a){return new CKEDITOR.dom.text(a,this)},focus:function(){this.getWindow().focus()},getActive:function(){var a;try{a=this.$.activeElement}catch(e){return null}return new CKEDITOR.dom.element(a)},getById:function(a){return(a=this.$.getElementById(a))?new CKEDITOR.dom.element(a):null},getByAddress:function(a,e){for(var b=this.$.documentElement,c=0;b&& +c<a.length;c++){var d=a[c];if(e)for(var m=-1,l=0;l<b.childNodes.length;l++){var f=b.childNodes[l];if(!0!==e||3!=f.nodeType||!f.previousSibling||3!=f.previousSibling.nodeType)if(m++,m==d){b=f;break}}else b=b.childNodes[d]}return b?new CKEDITOR.dom.node(b):null},getElementsByTag:function(a,e){CKEDITOR.env.ie&&8>=document.documentMode||!e||(a=e+":"+a);return new CKEDITOR.dom.nodeList(this.$.getElementsByTagName(a))},getHead:function(){var a=this.$.getElementsByTagName("head")[0];return a=a?new CKEDITOR.dom.element(a): +this.getDocumentElement().append(new CKEDITOR.dom.element("head"),!0)},getBody:function(){return new CKEDITOR.dom.element(this.$.body)},getDocumentElement:function(){return new CKEDITOR.dom.element(this.$.documentElement)},getWindow:function(){return new CKEDITOR.dom.window(this.$.parentWindow||this.$.defaultView)},write:function(a){this.$.open("text/html","replace");CKEDITOR.env.ie&&(a=a.replace(/(?:^\s*<!DOCTYPE[^>]*?>)|^/i,'$\x26\n\x3cscript data-cke-temp\x3d"1"\x3e('+CKEDITOR.tools.fixDomain+ +")();\x3c/script\x3e"));this.$.write(a);this.$.close()},find:function(a){return new CKEDITOR.dom.nodeList(this.$.querySelectorAll(a))},findOne:function(a){return(a=this.$.querySelector(a))?new CKEDITOR.dom.element(a):null},_getHtml5ShivFrag:function(){var a=this.getCustomData("html5ShivFrag");a||(a=this.$.createDocumentFragment(),CKEDITOR.tools.enableHtml5Elements(a,!0),this.setCustomData("html5ShivFrag",a));return a}}),CKEDITOR.dom.nodeList=function(a){this.$=a},CKEDITOR.dom.nodeList.prototype={count:function(){return this.$.length}, +getItem:function(a){return 0>a||a>=this.$.length?null:(a=this.$[a])?new CKEDITOR.dom.node(a):null}},CKEDITOR.dom.element=function(a,e){"string"==typeof a&&(a=(e?e.$:document).createElement(a));CKEDITOR.dom.domObject.call(this,a)},CKEDITOR.dom.element.get=function(a){return(a="string"==typeof a?document.getElementById(a)||document.getElementsByName(a)[0]:a)&&(a.$?a:new CKEDITOR.dom.element(a))},CKEDITOR.dom.element.prototype=new CKEDITOR.dom.node,CKEDITOR.dom.element.createFromHtml=function(a,e){var b= +new CKEDITOR.dom.element("div",e);b.setHtml(a);return b.getFirst().remove()},CKEDITOR.dom.element.setMarker=function(a,e,b,c){var d=e.getCustomData("list_marker_id")||e.setCustomData("list_marker_id",CKEDITOR.tools.getNextNumber()).getCustomData("list_marker_id"),m=e.getCustomData("list_marker_names")||e.setCustomData("list_marker_names",{}).getCustomData("list_marker_names");a[d]=e;m[b]=1;return e.setCustomData(b,c)},CKEDITOR.dom.element.clearAllMarkers=function(a){for(var e in a)CKEDITOR.dom.element.clearMarkers(a, +a[e],1)},CKEDITOR.dom.element.clearMarkers=function(a,e,b){var c=e.getCustomData("list_marker_names"),d=e.getCustomData("list_marker_id"),m;for(m in c)e.removeCustomData(m);e.removeCustomData("list_marker_names");b&&(e.removeCustomData("list_marker_id"),delete a[d])},function(){function a(a,b){return-1<(" "+a+" ").replace(m," ").indexOf(" "+b+" ")}function e(a){var b=!0;a.$.id||(a.$.id="cke_tmp_"+CKEDITOR.tools.getNextNumber(),b=!1);return function(){b||a.removeAttribute("id")}}function b(a,b){return"#"+ +a.$.id+" "+b.split(/,\s*/).join(", #"+a.$.id+" ")}function c(a){for(var b=0,c=0,g=l[a].length;c<g;c++)b+=parseInt(this.getComputedStyle(l[a][c])||0,10)||0;return b}var d=document.createElement("_").classList,d="undefined"!==typeof d&&null!==String(d.add).match(/\[Native code\]/gi),m=/[\n\t\r]/g;CKEDITOR.tools.extend(CKEDITOR.dom.element.prototype,{type:CKEDITOR.NODE_ELEMENT,addClass:d?function(a){this.$.classList.add(a);return this}:function(f){var b=this.$.className;b&&(a(b,f)||(b+=" "+f));this.$.className= +b||f;return this},removeClass:d?function(a){var b=this.$;b.classList.remove(a);b.className||b.removeAttribute("class");return this}:function(f){var b=this.getAttribute("class");b&&a(b,f)&&((b=b.replace(new RegExp("(?:^|\\s+)"+f+"(?\x3d\\s|$)"),"").replace(/^\s+/,""))?this.setAttribute("class",b):this.removeAttribute("class"));return this},hasClass:function(f){return a(this.$.className,f)},append:function(a,b){"string"==typeof a&&(a=this.getDocument().createElement(a));b?this.$.insertBefore(a.$,this.$.firstChild): +this.$.appendChild(a.$);return a},appendHtml:function(a){if(this.$.childNodes.length){var b=new CKEDITOR.dom.element("div",this.getDocument());b.setHtml(a);b.moveChildren(this)}else this.setHtml(a)},appendText:function(a){null!=this.$.text&&CKEDITOR.env.ie&&9>CKEDITOR.env.version?this.$.text+=a:this.append(new CKEDITOR.dom.text(a))},appendBogus:function(a){if(a||CKEDITOR.env.needsBrFiller){for(a=this.getLast();a&&a.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.rtrim(a.getText());)a=a.getPrevious();a&& +a.is&&a.is("br")||(a=this.getDocument().createElement("br"),CKEDITOR.env.gecko&&a.setAttribute("type","_moz"),this.append(a))}},breakParent:function(a,b){var c=new CKEDITOR.dom.range(this.getDocument());c.setStartAfter(this);c.setEndAfter(a);var g=c.extractContents(!1,b||!1);c.insertNode(this.remove());g.insertAfterNode(this)},contains:document.compareDocumentPosition?function(a){return!!(this.$.compareDocumentPosition(a.$)&16)}:function(a){var b=this.$;return a.type!=CKEDITOR.NODE_ELEMENT?b.contains(a.getParent().$): +b!=a.$&&b.contains(a.$)},focus:function(){function a(){try{this.$.focus()}catch(b){}}return function(b){b?CKEDITOR.tools.setTimeout(a,100,this):a.call(this)}}(),getHtml:function(){var a=this.$.innerHTML;return CKEDITOR.env.ie?a.replace(/<\?[^>]*>/g,""):a},getOuterHtml:function(){if(this.$.outerHTML)return this.$.outerHTML.replace(/<\?[^>]*>/,"");var a=this.$.ownerDocument.createElement("div");a.appendChild(this.$.cloneNode(!0));return a.innerHTML},getClientRect:function(){var a=CKEDITOR.tools.extend({}, +this.$.getBoundingClientRect());!a.width&&(a.width=a.right-a.left);!a.height&&(a.height=a.bottom-a.top);return a},setHtml:CKEDITOR.env.ie&&9>CKEDITOR.env.version?function(a){try{var b=this.$;if(this.getParent())return b.innerHTML=a;var c=this.getDocument()._getHtml5ShivFrag();c.appendChild(b);b.innerHTML=a;c.removeChild(b);return a}catch(g){this.$.innerHTML="";b=new CKEDITOR.dom.element("body",this.getDocument());b.$.innerHTML=a;for(b=b.getChildren();b.count();)this.append(b.getItem(0));return a}}: +function(a){return this.$.innerHTML=a},setText:function(){var a=document.createElement("p");a.innerHTML="x";a=a.textContent;return function(b){this.$[a?"textContent":"innerText"]=b}}(),getAttribute:function(){var a=function(a){return this.$.getAttribute(a,2)};return CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.quirks)?function(a){switch(a){case "class":a="className";break;case "http-equiv":a="httpEquiv";break;case "name":return this.$.name;case "tabindex":return a=this.$.getAttribute(a, +2),0!==a&&0===this.$.tabIndex&&(a=null),a;case "checked":return a=this.$.attributes.getNamedItem(a),(a.specified?a.nodeValue:this.$.checked)?"checked":null;case "hspace":case "value":return this.$[a];case "style":return this.$.style.cssText;case "contenteditable":case "contentEditable":return this.$.attributes.getNamedItem("contentEditable").specified?this.$.getAttribute("contentEditable"):null}return this.$.getAttribute(a,2)}:a}(),getAttributes:function(a){var b={},c=this.$.attributes,g;a=CKEDITOR.tools.isArray(a)? +a:[];for(g=0;g<c.length;g++)-1===CKEDITOR.tools.indexOf(a,c[g].name)&&(b[c[g].name]=c[g].value);return b},getChildren:function(){return new CKEDITOR.dom.nodeList(this.$.childNodes)},getComputedStyle:document.defaultView&&document.defaultView.getComputedStyle?function(a){var b=this.getWindow().$.getComputedStyle(this.$,null);return b?b.getPropertyValue(a):""}:function(a){return this.$.currentStyle[CKEDITOR.tools.cssStyleToDomStyle(a)]},getDtd:function(){var a=CKEDITOR.dtd[this.getName()];this.getDtd= +function(){return a};return a},getElementsByTag:CKEDITOR.dom.document.prototype.getElementsByTag,getTabIndex:function(){var a=this.$.tabIndex;return 0!==a||CKEDITOR.dtd.$tabIndex[this.getName()]||0===parseInt(this.getAttribute("tabindex"),10)?a:-1},getText:function(){return this.$.textContent||this.$.innerText||""},getWindow:function(){return this.getDocument().getWindow()},getId:function(){return this.$.id||null},getNameAtt:function(){return this.$.name||null},getName:function(){var a=this.$.nodeName.toLowerCase(); +if(CKEDITOR.env.ie&&8>=document.documentMode){var b=this.$.scopeName;"HTML"!=b&&(a=b.toLowerCase()+":"+a)}this.getName=function(){return a};return this.getName()},getValue:function(){return this.$.value},getFirst:function(a){var b=this.$.firstChild;(b=b&&new CKEDITOR.dom.node(b))&&a&&!a(b)&&(b=b.getNext(a));return b},getLast:function(a){var b=this.$.lastChild;(b=b&&new CKEDITOR.dom.node(b))&&a&&!a(b)&&(b=b.getPrevious(a));return b},getStyle:function(a){return this.$.style[CKEDITOR.tools.cssStyleToDomStyle(a)]}, +is:function(){var a=this.getName();if("object"==typeof arguments[0])return!!arguments[0][a];for(var b=0;b<arguments.length;b++)if(arguments[b]==a)return!0;return!1},isEditable:function(a){var b=this.getName();return this.isReadOnly()||"none"==this.getComputedStyle("display")||"hidden"==this.getComputedStyle("visibility")||CKEDITOR.dtd.$nonEditable[b]||CKEDITOR.dtd.$empty[b]||this.is("a")&&(this.data("cke-saved-name")||this.hasAttribute("name"))&&!this.getChildCount()?!1:!1!==a?(a=CKEDITOR.dtd[b]|| +CKEDITOR.dtd.span,!(!a||!a["#"])):!0},isIdentical:function(a){var b=this.clone(0,1);a=a.clone(0,1);b.removeAttributes(["_moz_dirty","data-cke-expando","data-cke-saved-href","data-cke-saved-name"]);a.removeAttributes(["_moz_dirty","data-cke-expando","data-cke-saved-href","data-cke-saved-name"]);if(b.$.isEqualNode)return b.$.style.cssText=CKEDITOR.tools.normalizeCssText(b.$.style.cssText),a.$.style.cssText=CKEDITOR.tools.normalizeCssText(a.$.style.cssText),b.$.isEqualNode(a.$);b=b.getOuterHtml();a= +a.getOuterHtml();if(CKEDITOR.env.ie&&9>CKEDITOR.env.version&&this.is("a")){var c=this.getParent();c.type==CKEDITOR.NODE_ELEMENT&&(c=c.clone(),c.setHtml(b),b=c.getHtml(),c.setHtml(a),a=c.getHtml())}return b==a},isVisible:function(){var a=(this.$.offsetHeight||this.$.offsetWidth)&&"hidden"!=this.getComputedStyle("visibility"),b,c;a&&CKEDITOR.env.webkit&&(b=this.getWindow(),!b.equals(CKEDITOR.document.getWindow())&&(c=b.$.frameElement)&&(a=(new CKEDITOR.dom.element(c)).isVisible()));return!!a},isEmptyInlineRemoveable:function(){if(!CKEDITOR.dtd.$removeEmpty[this.getName()])return!1; +for(var a=this.getChildren(),b=0,c=a.count();b<c;b++){var g=a.getItem(b);if(g.type!=CKEDITOR.NODE_ELEMENT||!g.data("cke-bookmark"))if(g.type==CKEDITOR.NODE_ELEMENT&&!g.isEmptyInlineRemoveable()||g.type==CKEDITOR.NODE_TEXT&&CKEDITOR.tools.trim(g.getText()))return!1}return!0},hasAttributes:CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.quirks)?function(){for(var a=this.$.attributes,b=0;b<a.length;b++){var c=a[b];switch(c.nodeName){case "class":if(this.getAttribute("class"))return!0;case "data-cke-expando":continue; +default:if(c.specified)return!0}}return!1}:function(){var a=this.$.attributes,b=a.length,c={"data-cke-expando":1,_moz_dirty:1};return 0<b&&(2<b||!c[a[0].nodeName]||2==b&&!c[a[1].nodeName])},hasAttribute:function(){function a(b){var f=this.$.attributes.getNamedItem(b);if("input"==this.getName())switch(b){case "class":return 0<this.$.className.length;case "checked":return!!this.$.checked;case "value":return b=this.getAttribute("type"),"checkbox"==b||"radio"==b?"on"!=this.$.value:!!this.$.value}return f? +f.specified:!1}return CKEDITOR.env.ie?8>CKEDITOR.env.version?function(b){return"name"==b?!!this.$.name:a.call(this,b)}:a:function(a){return!!this.$.attributes.getNamedItem(a)}}(),hide:function(){this.setStyle("display","none")},moveChildren:function(a,b){var c=this.$;a=a.$;if(c!=a){var g;if(b)for(;g=c.lastChild;)a.insertBefore(c.removeChild(g),a.firstChild);else for(;g=c.firstChild;)a.appendChild(c.removeChild(g))}},mergeSiblings:function(){function a(b,f,g){if(f&&f.type==CKEDITOR.NODE_ELEMENT){for(var c= +[];f.data("cke-bookmark")||f.isEmptyInlineRemoveable();)if(c.push(f),f=g?f.getNext():f.getPrevious(),!f||f.type!=CKEDITOR.NODE_ELEMENT)return;if(b.isIdentical(f)){for(var d=g?b.getLast():b.getFirst();c.length;)c.shift().move(b,!g);f.moveChildren(b,!g);f.remove();d&&d.type==CKEDITOR.NODE_ELEMENT&&d.mergeSiblings()}}}return function(b){if(!1===b||CKEDITOR.dtd.$removeEmpty[this.getName()]||this.is("a"))a(this,this.getNext(),!0),a(this,this.getPrevious())}}(),show:function(){this.setStyles({display:"", +visibility:""})},setAttribute:function(){var a=function(a,b){this.$.setAttribute(a,b);return this};return CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.quirks)?function(b,c){"class"==b?this.$.className=c:"style"==b?this.$.style.cssText=c:"tabindex"==b?this.$.tabIndex=c:"checked"==b?this.$.checked=c:"contenteditable"==b?a.call(this,"contentEditable",c):a.apply(this,arguments);return this}:CKEDITOR.env.ie8Compat&&CKEDITOR.env.secure?function(b,c){if("src"==b&&c.match(/^http:\/\//))try{a.apply(this, +arguments)}catch(g){}else a.apply(this,arguments);return this}:a}(),setAttributes:function(a){for(var b in a)this.setAttribute(b,a[b]);return this},setValue:function(a){this.$.value=a;return this},removeAttribute:function(){var a=function(a){this.$.removeAttribute(a)};return CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.quirks)?function(a){"class"==a?a="className":"tabindex"==a?a="tabIndex":"contenteditable"==a&&(a="contentEditable");this.$.removeAttribute(a)}:a}(),removeAttributes:function(a){if(CKEDITOR.tools.isArray(a))for(var b= +0;b<a.length;b++)this.removeAttribute(a[b]);else for(b in a=a||this.getAttributes(),a)a.hasOwnProperty(b)&&this.removeAttribute(b)},removeStyle:function(a){var b=this.$.style;if(b.removeProperty||"border"!=a&&"margin"!=a&&"padding"!=a)b.removeProperty?b.removeProperty(a):b.removeAttribute(CKEDITOR.tools.cssStyleToDomStyle(a)),this.$.style.cssText||this.removeAttribute("style");else{var c=["top","left","right","bottom"],g;"border"==a&&(g=["color","style","width"]);for(var b=[],d=0;d<c.length;d++)if(g)for(var e= +0;e<g.length;e++)b.push([a,c[d],g[e]].join("-"));else b.push([a,c[d]].join("-"));for(a=0;a<b.length;a++)this.removeStyle(b[a])}},setStyle:function(a,b){this.$.style[CKEDITOR.tools.cssStyleToDomStyle(a)]=b;return this},setStyles:function(a){for(var b in a)this.setStyle(b,a[b]);return this},setOpacity:function(a){CKEDITOR.env.ie&&9>CKEDITOR.env.version?(a=Math.round(100*a),this.setStyle("filter",100<=a?"":"progid:DXImageTransform.Microsoft.Alpha(opacity\x3d"+a+")")):this.setStyle("opacity",a)},unselectable:function(){this.setStyles(CKEDITOR.tools.cssVendorPrefix("user-select", +"none"));if(CKEDITOR.env.ie){this.setAttribute("unselectable","on");for(var a,b=this.getElementsByTag("*"),c=0,g=b.count();c<g;c++)a=b.getItem(c),a.setAttribute("unselectable","on")}},getPositionedAncestor:function(){for(var a=this;"html"!=a.getName();){if("static"!=a.getComputedStyle("position"))return a;a=a.getParent()}return null},getDocumentPosition:function(a){var b=0,c=0,g=this.getDocument(),d=g.getBody(),e="BackCompat"==g.$.compatMode;if(document.documentElement.getBoundingClientRect){var m= +this.$.getBoundingClientRect(),l=g.$.documentElement,v=l.clientTop||d.$.clientTop||0,p=l.clientLeft||d.$.clientLeft||0,w=!0;CKEDITOR.env.ie&&(w=g.getDocumentElement().contains(this),g=g.getBody().contains(this),w=e&&g||!e&&w);w&&(CKEDITOR.env.webkit||CKEDITOR.env.ie&&12<=CKEDITOR.env.version?(b=d.$.scrollLeft||l.scrollLeft,c=d.$.scrollTop||l.scrollTop):(c=e?d.$:l,b=c.scrollLeft,c=c.scrollTop),b=m.left+b-p,c=m.top+c-v)}else for(v=this,p=null;v&&"body"!=v.getName()&&"html"!=v.getName();){b+=v.$.offsetLeft- +v.$.scrollLeft;c+=v.$.offsetTop-v.$.scrollTop;v.equals(this)||(b+=v.$.clientLeft||0,c+=v.$.clientTop||0);for(;p&&!p.equals(v);)b-=p.$.scrollLeft,c-=p.$.scrollTop,p=p.getParent();p=v;v=(m=v.$.offsetParent)?new CKEDITOR.dom.element(m):null}a&&(m=this.getWindow(),v=a.getWindow(),!m.equals(v)&&m.$.frameElement&&(a=(new CKEDITOR.dom.element(m.$.frameElement)).getDocumentPosition(a),b+=a.x,c+=a.y));document.documentElement.getBoundingClientRect||!CKEDITOR.env.gecko||e||(b+=this.$.clientLeft?1:0,c+=this.$.clientTop? +1:0);return{x:b,y:c}},scrollIntoView:function(a){var b=this.getParent();if(b){do if((b.$.clientWidth&&b.$.clientWidth<b.$.scrollWidth||b.$.clientHeight&&b.$.clientHeight<b.$.scrollHeight)&&!b.is("body")&&this.scrollIntoParent(b,a,1),b.is("html")){var c=b.getWindow();try{var g=c.$.frameElement;g&&(b=new CKEDITOR.dom.element(g))}catch(d){}}while(b=b.getParent())}},scrollIntoParent:function(a,b,c){var g,d,e,m;function l(b,g){/body|html/.test(a.getName())?a.getWindow().$.scrollBy(b,g):(a.$.scrollLeft+= +b,a.$.scrollTop+=g)}function v(a,b){var g={x:0,y:0};if(!a.is(w?"body":"html")){var c=a.$.getBoundingClientRect();g.x=c.left;g.y=c.top}c=a.getWindow();c.equals(b)||(c=v(CKEDITOR.dom.element.get(c.$.frameElement),b),g.x+=c.x,g.y+=c.y);return g}function p(a,b){return parseInt(a.getComputedStyle("margin-"+b)||0,10)||0}!a&&(a=this.getWindow());e=a.getDocument();var w="BackCompat"==e.$.compatMode;a instanceof CKEDITOR.dom.window&&(a=w?e.getBody():e.getDocumentElement());e=a.getWindow();d=v(this,e);var z= +v(a,e),B=this.$.offsetHeight;g=this.$.offsetWidth;var u=a.$.clientHeight,y=a.$.clientWidth;e=d.x-p(this,"left")-z.x||0;m=d.y-p(this,"top")-z.y||0;g=d.x+g+p(this,"right")-(z.x+y)||0;d=d.y+B+p(this,"bottom")-(z.y+u)||0;(0>m||0<d)&&l(0,!0===b?m:!1===b?d:0>m?m:d);c&&(0>e||0<g)&&l(0>e?e:g,0)},setState:function(a,b,c){b=b||"cke";switch(a){case CKEDITOR.TRISTATE_ON:this.addClass(b+"_on");this.removeClass(b+"_off");this.removeClass(b+"_disabled");c&&this.setAttribute("aria-pressed",!0);c&&this.removeAttribute("aria-disabled"); +break;case CKEDITOR.TRISTATE_DISABLED:this.addClass(b+"_disabled");this.removeClass(b+"_off");this.removeClass(b+"_on");c&&this.setAttribute("aria-disabled",!0);c&&this.removeAttribute("aria-pressed");break;default:this.addClass(b+"_off"),this.removeClass(b+"_on"),this.removeClass(b+"_disabled"),c&&this.removeAttribute("aria-pressed"),c&&this.removeAttribute("aria-disabled")}},getFrameDocument:function(){var a=this.$;try{a.contentWindow.document}catch(b){a.src=a.src}return a&&new CKEDITOR.dom.document(a.contentWindow.document)}, +copyAttributes:function(a,b){var c=this.$.attributes;b=b||{};for(var g=0;g<c.length;g++){var d=c[g],e=d.nodeName.toLowerCase(),m;if(!(e in b))if("checked"==e&&(m=this.getAttribute(e)))a.setAttribute(e,m);else if(!CKEDITOR.env.ie||this.hasAttribute(e))m=this.getAttribute(e),null===m&&(m=d.nodeValue),a.setAttribute(e,m)}""!==this.$.style.cssText&&(a.$.style.cssText=this.$.style.cssText)},renameNode:function(a){if(this.getName()!=a){var b=this.getDocument();a=new CKEDITOR.dom.element(a,b);this.copyAttributes(a); +this.moveChildren(a);this.getParent(!0)&&this.$.parentNode.replaceChild(a.$,this.$);a.$["data-cke-expando"]=this.$["data-cke-expando"];this.$=a.$;delete this.getName}},getChild:function(){function a(b,c){var g=b.childNodes;if(0<=c&&c<g.length)return g[c]}return function(b){var c=this.$;if(b.slice)for(b=b.slice();0<b.length&&c;)c=a(c,b.shift());else c=a(c,b);return c?new CKEDITOR.dom.node(c):null}}(),getChildCount:function(){return this.$.childNodes.length},disableContextMenu:function(){function a(b){return b.type== +CKEDITOR.NODE_ELEMENT&&b.hasClass("cke_enable_context_menu")}this.on("contextmenu",function(b){b.data.getTarget().getAscendant(a,!0)||b.data.preventDefault()})},getDirection:function(a){return a?this.getComputedStyle("direction")||this.getDirection()||this.getParent()&&this.getParent().getDirection(1)||this.getDocument().$.dir||"ltr":this.getStyle("direction")||this.getAttribute("dir")},data:function(a,b){a="data-"+a;if(void 0===b)return this.getAttribute(a);!1===b?this.removeAttribute(a):this.setAttribute(a, +b);return null},getEditor:function(){var a=CKEDITOR.instances,b,c;for(b in a)if(c=a[b],c.element.equals(this)&&c.elementMode!=CKEDITOR.ELEMENT_MODE_APPENDTO)return c;return null},find:function(a){var c=e(this);a=new CKEDITOR.dom.nodeList(this.$.querySelectorAll(b(this,a)));c();return a},findOne:function(a){var c=e(this);a=this.$.querySelector(b(this,a));c();return a?new CKEDITOR.dom.element(a):null},forEach:function(a,b,c){if(!(c||b&&this.type!=b))var g=a(this);if(!1!==g){c=this.getChildren();for(var d= +0;d<c.count();d++)g=c.getItem(d),g.type==CKEDITOR.NODE_ELEMENT?g.forEach(a,b):b&&g.type!=b||a(g)}}});var l={width:["border-left-width","border-right-width","padding-left","padding-right"],height:["border-top-width","border-bottom-width","padding-top","padding-bottom"]};CKEDITOR.dom.element.prototype.setSize=function(a,b,d){"number"==typeof b&&(!d||CKEDITOR.env.ie&&CKEDITOR.env.quirks||(b-=c.call(this,a)),this.setStyle(a,b+"px"))};CKEDITOR.dom.element.prototype.getSize=function(a,b){var d=Math.max(this.$["offset"+ +CKEDITOR.tools.capitalize(a)],this.$["client"+CKEDITOR.tools.capitalize(a)])||0;b&&(d-=c.call(this,a));return d}}(),CKEDITOR.dom.documentFragment=function(a){a=a||CKEDITOR.document;this.$=a.type==CKEDITOR.NODE_DOCUMENT?a.$.createDocumentFragment():a},CKEDITOR.tools.extend(CKEDITOR.dom.documentFragment.prototype,CKEDITOR.dom.element.prototype,{type:CKEDITOR.NODE_DOCUMENT_FRAGMENT,insertAfterNode:function(a){a=a.$;a.parentNode.insertBefore(this.$,a.nextSibling)},getHtml:function(){var a=new CKEDITOR.dom.element("div"); +this.clone(1,1).appendTo(a);return a.getHtml().replace(/\s*data-cke-expando=".*?"/g,"")}},!0,{append:1,appendBogus:1,clone:1,getFirst:1,getHtml:1,getLast:1,getParent:1,getNext:1,getPrevious:1,appendTo:1,moveChildren:1,insertBefore:1,insertAfterNode:1,replace:1,trim:1,type:1,ltrim:1,rtrim:1,getDocument:1,getChildCount:1,getChild:1,getChildren:1}),function(){function a(a,b){var g=this.range;if(this._.end)return null;if(!this._.start){this._.start=1;if(g.collapsed)return this.end(),null;g.optimize()}var c, +d=g.startContainer;c=g.endContainer;var f=g.startOffset,k=g.endOffset,h,e=this.guard,n=this.type,m=a?"getPreviousSourceNode":"getNextSourceNode";if(!a&&!this._.guardLTR){var l=c.type==CKEDITOR.NODE_ELEMENT?c:c.getParent(),A=c.type==CKEDITOR.NODE_ELEMENT?c.getChild(k):c.getNext();this._.guardLTR=function(a,b){return(!b||!l.equals(a))&&(!A||!a.equals(A))&&(a.type!=CKEDITOR.NODE_ELEMENT||!b||!a.equals(g.root))}}if(a&&!this._.guardRTL){var C=d.type==CKEDITOR.NODE_ELEMENT?d:d.getParent(),G=d.type==CKEDITOR.NODE_ELEMENT? +f?d.getChild(f-1):null:d.getPrevious();this._.guardRTL=function(a,b){return(!b||!C.equals(a))&&(!G||!a.equals(G))&&(a.type!=CKEDITOR.NODE_ELEMENT||!b||!a.equals(g.root))}}var F=a?this._.guardRTL:this._.guardLTR;h=e?function(a,b){return!1===F(a,b)?!1:e(a,b)}:F;this.current?c=this.current[m](!1,n,h):(a?c.type==CKEDITOR.NODE_ELEMENT&&(c=0<k?c.getChild(k-1):!1===h(c,!0)?null:c.getPreviousSourceNode(!0,n,h)):(c=d,c.type==CKEDITOR.NODE_ELEMENT&&((c=c.getChild(f))||(c=!1===h(d,!0)?null:d.getNextSourceNode(!0, +n,h)))),c&&!1===h(c)&&(c=null));for(;c&&!this._.end;){this.current=c;if(!this.evaluator||!1!==this.evaluator(c)){if(!b)return c}else if(b&&this.evaluator)return!1;c=c[m](!1,n,h)}this.end();return this.current=null}function e(b){for(var g,c=null;g=a.call(this,b);)c=g;return c}CKEDITOR.dom.walker=CKEDITOR.tools.createClass({$:function(a){this.range=a;this._={}},proto:{end:function(){this._.end=1},next:function(){return a.call(this)},previous:function(){return a.call(this,1)},checkForward:function(){return!1!== +a.call(this,0,1)},checkBackward:function(){return!1!==a.call(this,1,1)},lastForward:function(){return e.call(this)},lastBackward:function(){return e.call(this,1)},reset:function(){delete this.current;this._={}}}});var b={block:1,"list-item":1,table:1,"table-row-group":1,"table-header-group":1,"table-footer-group":1,"table-row":1,"table-column-group":1,"table-column":1,"table-cell":1,"table-caption":1},c={absolute:1,fixed:1};CKEDITOR.dom.element.prototype.isBlockBoundary=function(a){return"none"!= +this.getComputedStyle("float")||this.getComputedStyle("position")in c||!b[this.getComputedStyle("display")]?!!(this.is(CKEDITOR.dtd.$block)||a&&this.is(a)):!0};CKEDITOR.dom.walker.blockBoundary=function(a){return function(b){return!(b.type==CKEDITOR.NODE_ELEMENT&&b.isBlockBoundary(a))}};CKEDITOR.dom.walker.listItemBoundary=function(){return this.blockBoundary({br:1})};CKEDITOR.dom.walker.bookmark=function(a,b){function g(a){return a&&a.getName&&"span"==a.getName()&&a.data("cke-bookmark")}return function(c){var d, +f;d=c&&c.type!=CKEDITOR.NODE_ELEMENT&&(f=c.getParent())&&g(f);d=a?d:d||g(c);return!!(b^d)}};CKEDITOR.dom.walker.whitespaces=function(a){return function(b){var g;b&&b.type==CKEDITOR.NODE_TEXT&&(g=!CKEDITOR.tools.trim(b.getText())||CKEDITOR.env.webkit&&b.getText()==CKEDITOR.dom.selection.FILLING_CHAR_SEQUENCE);return!!(a^g)}};CKEDITOR.dom.walker.invisible=function(a){var b=CKEDITOR.dom.walker.whitespaces(),g=CKEDITOR.env.webkit?1:0;return function(c){b(c)?c=1:(c.type==CKEDITOR.NODE_TEXT&&(c=c.getParent()), +c=c.$.offsetWidth<=g);return!!(a^c)}};CKEDITOR.dom.walker.nodeType=function(a,b){return function(g){return!!(b^g.type==a)}};CKEDITOR.dom.walker.bogus=function(a){function b(a){return!m(a)&&!l(a)}return function(g){var c=CKEDITOR.env.needsBrFiller?g.is&&g.is("br"):g.getText&&d.test(g.getText());c&&(c=g.getParent(),g=g.getNext(b),c=c.isBlockBoundary()&&(!g||g.type==CKEDITOR.NODE_ELEMENT&&g.isBlockBoundary()));return!!(a^c)}};CKEDITOR.dom.walker.temp=function(a){return function(b){b.type!=CKEDITOR.NODE_ELEMENT&& +(b=b.getParent());b=b&&b.hasAttribute("data-cke-temp");return!!(a^b)}};var d=/^[\t\r\n ]*(?: |\xa0)$/,m=CKEDITOR.dom.walker.whitespaces(),l=CKEDITOR.dom.walker.bookmark(),f=CKEDITOR.dom.walker.temp(),h=function(a){return l(a)||m(a)||a.type==CKEDITOR.NODE_ELEMENT&&a.is(CKEDITOR.dtd.$inline)&&!a.is(CKEDITOR.dtd.$empty)};CKEDITOR.dom.walker.ignored=function(a){return function(b){b=m(b)||l(b)||f(b);return!!(a^b)}};var k=CKEDITOR.dom.walker.ignored();CKEDITOR.dom.walker.empty=function(a){return function(b){for(var g= +0,c=b.getChildCount();g<c;++g)if(!k(b.getChild(g)))return!!a;return!a}};var g=CKEDITOR.dom.walker.empty(),n=CKEDITOR.dom.walker.validEmptyBlockContainers=CKEDITOR.tools.extend(function(a){var b={},g;for(g in a)CKEDITOR.dtd[g]["#"]&&(b[g]=1);return b}(CKEDITOR.dtd.$block),{caption:1,td:1,th:1});CKEDITOR.dom.walker.editable=function(a){return function(b){b=k(b)?!1:b.type==CKEDITOR.NODE_TEXT||b.type==CKEDITOR.NODE_ELEMENT&&(b.is(CKEDITOR.dtd.$inline)||b.is("hr")||"false"==b.getAttribute("contenteditable")|| +!CKEDITOR.env.needsBrFiller&&b.is(n)&&g(b))?!0:!1;return!!(a^b)}};CKEDITOR.dom.element.prototype.getBogus=function(){var a=this;do a=a.getPreviousSourceNode();while(h(a));return a&&(CKEDITOR.env.needsBrFiller?a.is&&a.is("br"):a.getText&&d.test(a.getText()))?a:!1}}(),CKEDITOR.dom.range=function(a){this.endOffset=this.endContainer=this.startOffset=this.startContainer=null;this.collapsed=!0;var e=a instanceof CKEDITOR.dom.document;this.document=e?a:a.getDocument();this.root=e?a.getBody():a},function(){function a(a){a.collapsed= +a.startContainer&&a.endContainer&&a.startContainer.equals(a.endContainer)&&a.startOffset==a.endOffset}function e(a,b,c,d,f){function k(a,b,g,c){var d=g?a.getPrevious():a.getNext();if(c&&m)return d;u||c?b.append(a.clone(!0,f),g):(a.remove(),l&&b.append(a));return d}function h(){var a,b,g,c=Math.min(E.length,N.length);for(a=0;a<c;a++)if(b=E[a],g=N[a],!b.equals(g))return a;return a-1}function e(){var b=R-1,c=F&&I&&!y.equals(D);b<P-1||b<T-1||c?(c?a.moveToPosition(D,CKEDITOR.POSITION_BEFORE_START):T== +b+1&&G?a.moveToPosition(N[b],CKEDITOR.POSITION_BEFORE_END):a.moveToPosition(N[b+1],CKEDITOR.POSITION_BEFORE_START),d&&(b=E[b+1])&&b.type==CKEDITOR.NODE_ELEMENT&&(c=CKEDITOR.dom.element.createFromHtml('\x3cspan data-cke-bookmark\x3d"1" style\x3d"display:none"\x3e\x26nbsp;\x3c/span\x3e',a.document),c.insertAfter(b),b.mergeSiblings(!1),a.moveToBookmark({startNode:c}))):a.collapse(!0)}a.optimizeBookmark();var m=0===b,l=1==b,u=2==b;b=u||l;var y=a.startContainer,D=a.endContainer,x=a.startOffset,A=a.endOffset, +C,G,F,I,H,K;if(u&&D.type==CKEDITOR.NODE_TEXT&&y.equals(D))y=a.document.createText(y.substring(x,A)),c.append(y);else{D.type==CKEDITOR.NODE_TEXT?u?K=!0:D=D.split(A):0<D.getChildCount()?A>=D.getChildCount()?(D=D.getChild(A-1),G=!0):D=D.getChild(A):I=G=!0;y.type==CKEDITOR.NODE_TEXT?u?H=!0:y.split(x):0<y.getChildCount()?0===x?(y=y.getChild(x),C=!0):y=y.getChild(x-1):F=C=!0;for(var E=y.getParents(),N=D.getParents(),R=h(),P=E.length-1,T=N.length-1,O=c,Y,M,W,U=-1,J=R;J<=P;J++){M=E[J];W=M.getNext();for(J!= +P||M.equals(N[J])&&P<T?b&&(Y=O.append(M.clone(0,f))):C?k(M,O,!1,F):H&&O.append(a.document.createText(M.substring(x)));W;){if(W.equals(N[J])){U=J;break}W=k(W,O)}O=Y}O=c;for(J=R;J<=T;J++)if(c=N[J],W=c.getPrevious(),c.equals(E[J]))b&&(O=O.getChild(0));else{J!=T||c.equals(E[J])&&T<P?b&&(Y=O.append(c.clone(0,f))):G?k(c,O,!1,I):K&&O.append(a.document.createText(c.substring(0,A)));if(J>U)for(;W;)W=k(W,O,!0);O=Y}u||e()}}function b(){var a=!1,b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(!0), +d=CKEDITOR.dom.walker.bogus();return function(f){return c(f)||b(f)?!0:d(f)&&!a?a=!0:f.type==CKEDITOR.NODE_TEXT&&(f.hasAscendant("pre")||CKEDITOR.tools.trim(f.getText()).length)||f.type==CKEDITOR.NODE_ELEMENT&&!f.is(m)?!1:!0}}function c(a){var b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(1);return function(d){return c(d)||b(d)?!0:!a&&l(d)||d.type==CKEDITOR.NODE_ELEMENT&&d.is(CKEDITOR.dtd.$removeEmpty)}}function d(a){return function(){var b;return this[a?"getPreviousNode":"getNextNode"](function(a){!b&& +k(a)&&(b=a);return h(a)&&!(l(a)&&a.equals(b))})}}var m={abbr:1,acronym:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,font:1,i:1,ins:1,label:1,kbd:1,q:1,samp:1,small:1,span:1,strike:1,strong:1,sub:1,sup:1,tt:1,u:1,"var":1},l=CKEDITOR.dom.walker.bogus(),f=/^[\t\r\n ]*(?: |\xa0)$/,h=CKEDITOR.dom.walker.editable(),k=CKEDITOR.dom.walker.ignored(!0);CKEDITOR.dom.range.prototype={clone:function(){var a=new CKEDITOR.dom.range(this.root);a._setStartContainer(this.startContainer);a.startOffset=this.startOffset; +a._setEndContainer(this.endContainer);a.endOffset=this.endOffset;a.collapsed=this.collapsed;return a},collapse:function(a){a?(this._setEndContainer(this.startContainer),this.endOffset=this.startOffset):(this._setStartContainer(this.endContainer),this.startOffset=this.endOffset);this.collapsed=!0},cloneContents:function(a){var b=new CKEDITOR.dom.documentFragment(this.document);this.collapsed||e(this,2,b,!1,"undefined"==typeof a?!0:a);return b},deleteContents:function(a){this.collapsed||e(this,0,null, +a)},extractContents:function(a,b){var c=new CKEDITOR.dom.documentFragment(this.document);this.collapsed||e(this,1,c,a,"undefined"==typeof b?!0:b);return c},createBookmark:function(a){var b,c,d,f,k=this.collapsed;b=this.document.createElement("span");b.data("cke-bookmark",1);b.setStyle("display","none");b.setHtml("\x26nbsp;");a&&(d="cke_bm_"+CKEDITOR.tools.getNextNumber(),b.setAttribute("id",d+(k?"C":"S")));k||(c=b.clone(),c.setHtml("\x26nbsp;"),a&&c.setAttribute("id",d+"E"),f=this.clone(),f.collapse(), +f.insertNode(c));f=this.clone();f.collapse(!0);f.insertNode(b);c?(this.setStartAfter(b),this.setEndBefore(c)):this.moveToPosition(b,CKEDITOR.POSITION_AFTER_END);return{startNode:a?d+(k?"C":"S"):b,endNode:a?d+"E":c,serializable:a,collapsed:k}},createBookmark2:function(){function a(b){var g=b.container,d=b.offset,f;f=g;var k=d;f=f.type!=CKEDITOR.NODE_ELEMENT||0===k||k==f.getChildCount()?0:f.getChild(k-1).type==CKEDITOR.NODE_TEXT&&f.getChild(k).type==CKEDITOR.NODE_TEXT;f&&(g=g.getChild(d-1),d=g.getLength()); +if(g.type==CKEDITOR.NODE_ELEMENT&&0<d){a:{for(f=g;d--;)if(k=f.getChild(d).getIndex(!0),0<=k){d=k;break a}d=-1}d+=1}if(g.type==CKEDITOR.NODE_TEXT){f=g;for(k=0;(f=f.getPrevious())&&f.type==CKEDITOR.NODE_TEXT;)k+=f.getText().replace(CKEDITOR.dom.selection.FILLING_CHAR_SEQUENCE,"").length;f=k;g.getText()?d+=f:(k=g.getPrevious(c),f?(d=f,g=k?k.getNext():g.getParent().getFirst()):(g=g.getParent(),d=k?k.getIndex(!0)+1:0))}b.container=g;b.offset=d}function b(a,g){var c=g.getCustomData("cke-fillingChar");if(c){var d= +a.container;c.equals(d)&&(a.offset-=CKEDITOR.dom.selection.FILLING_CHAR_SEQUENCE.length,0>=a.offset&&(a.offset=d.getIndex(),a.container=d.getParent()))}}var c=CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_TEXT,!0);return function(c){var d=this.collapsed,f={container:this.startContainer,offset:this.startOffset},k={container:this.endContainer,offset:this.endOffset};c&&(a(f),b(f,this.root),d||(a(k),b(k,this.root)));return{start:f.container.getAddress(c),end:d?null:k.container.getAddress(c),startOffset:f.offset, +endOffset:k.offset,normalized:c,collapsed:d,is2:!0}}}(),moveToBookmark:function(a){if(a.is2){var b=this.document.getByAddress(a.start,a.normalized),c=a.startOffset,d=a.end&&this.document.getByAddress(a.end,a.normalized);a=a.endOffset;this.setStart(b,c);d?this.setEnd(d,a):this.collapse(!0)}else b=(c=a.serializable)?this.document.getById(a.startNode):a.startNode,a=c?this.document.getById(a.endNode):a.endNode,this.setStartBefore(b),b.remove(),a?(this.setEndBefore(a),a.remove()):this.collapse(!0)},getBoundaryNodes:function(){var a= +this.startContainer,b=this.endContainer,c=this.startOffset,d=this.endOffset,f;if(a.type==CKEDITOR.NODE_ELEMENT)if(f=a.getChildCount(),f>c)a=a.getChild(c);else if(1>f)a=a.getPreviousSourceNode();else{for(a=a.$;a.lastChild;)a=a.lastChild;a=new CKEDITOR.dom.node(a);a=a.getNextSourceNode()||a}if(b.type==CKEDITOR.NODE_ELEMENT)if(f=b.getChildCount(),f>d)b=b.getChild(d).getPreviousSourceNode(!0);else if(1>f)b=b.getPreviousSourceNode();else{for(b=b.$;b.lastChild;)b=b.lastChild;b=new CKEDITOR.dom.node(b)}a.getPosition(b)& +CKEDITOR.POSITION_FOLLOWING&&(a=b);return{startNode:a,endNode:b}},getCommonAncestor:function(a,b){var c=this.startContainer,d=this.endContainer,c=c.equals(d)?a&&c.type==CKEDITOR.NODE_ELEMENT&&this.startOffset==this.endOffset-1?c.getChild(this.startOffset):c:c.getCommonAncestor(d);return b&&!c.is?c.getParent():c},optimize:function(){var a=this.startContainer,b=this.startOffset;a.type!=CKEDITOR.NODE_ELEMENT&&(b?b>=a.getLength()&&this.setStartAfter(a):this.setStartBefore(a));a=this.endContainer;b=this.endOffset; +a.type!=CKEDITOR.NODE_ELEMENT&&(b?b>=a.getLength()&&this.setEndAfter(a):this.setEndBefore(a))},optimizeBookmark:function(){var a=this.startContainer,b=this.endContainer;a.is&&a.is("span")&&a.data("cke-bookmark")&&this.setStartAt(a,CKEDITOR.POSITION_BEFORE_START);b&&b.is&&b.is("span")&&b.data("cke-bookmark")&&this.setEndAt(b,CKEDITOR.POSITION_AFTER_END)},trim:function(a,b){var c=this.startContainer,d=this.startOffset,f=this.collapsed;if((!a||f)&&c&&c.type==CKEDITOR.NODE_TEXT){if(d)if(d>=c.getLength())d= +c.getIndex()+1,c=c.getParent();else{var k=c.split(d),d=c.getIndex()+1,c=c.getParent();this.startContainer.equals(this.endContainer)?this.setEnd(k,this.endOffset-this.startOffset):c.equals(this.endContainer)&&(this.endOffset+=1)}else d=c.getIndex(),c=c.getParent();this.setStart(c,d);if(f){this.collapse(!0);return}}c=this.endContainer;d=this.endOffset;b||f||!c||c.type!=CKEDITOR.NODE_TEXT||(d?(d>=c.getLength()||c.split(d),d=c.getIndex()+1):d=c.getIndex(),c=c.getParent(),this.setEnd(c,d))},enlarge:function(a, +b){function c(a){return a&&a.type==CKEDITOR.NODE_ELEMENT&&a.hasAttribute("contenteditable")?null:a}var d=new RegExp(/[^\s\ufeff]/);switch(a){case CKEDITOR.ENLARGE_INLINE:var f=1;case CKEDITOR.ENLARGE_ELEMENT:var k=function(a,b){var c=new CKEDITOR.dom.range(e);c.setStart(a,b);c.setEndAt(e,CKEDITOR.POSITION_BEFORE_END);var c=new CKEDITOR.dom.walker(c),g;for(c.guard=function(a){return!(a.type==CKEDITOR.NODE_ELEMENT&&a.isBlockBoundary())};g=c.next();){if(g.type!=CKEDITOR.NODE_TEXT)return!1;C=g!=a?g.getText(): +g.substring(b);if(d.test(C))return!1}return!0};if(this.collapsed)break;var h=this.getCommonAncestor(),e=this.root,m,l,u,y,D,x=!1,A,C;A=this.startContainer;var G=this.startOffset;A.type==CKEDITOR.NODE_TEXT?(G&&(A=!CKEDITOR.tools.trim(A.substring(0,G)).length&&A,x=!!A),A&&((y=A.getPrevious())||(u=A.getParent()))):(G&&(y=A.getChild(G-1)||A.getLast()),y||(u=A));for(u=c(u);u||y;){if(u&&!y){!D&&u.equals(h)&&(D=!0);if(f?u.isBlockBoundary():!e.contains(u))break;x&&"inline"==u.getComputedStyle("display")|| +(x=!1,D?m=u:this.setStartBefore(u));y=u.getPrevious()}for(;y;)if(A=!1,y.type==CKEDITOR.NODE_COMMENT)y=y.getPrevious();else{if(y.type==CKEDITOR.NODE_TEXT)C=y.getText(),d.test(C)&&(y=null),A=/[\s\ufeff]$/.test(C);else if((y.$.offsetWidth>(CKEDITOR.env.webkit?1:0)||b&&y.is("br"))&&!y.data("cke-bookmark"))if(x&&CKEDITOR.dtd.$removeEmpty[y.getName()]){C=y.getText();if(d.test(C))y=null;else for(var G=y.$.getElementsByTagName("*"),F=0,I;I=G[F++];)if(!CKEDITOR.dtd.$removeEmpty[I.nodeName.toLowerCase()]){y= +null;break}y&&(A=!!C.length)}else y=null;A&&(x?D?m=u:u&&this.setStartBefore(u):x=!0);if(y){A=y.getPrevious();if(!u&&!A){u=y;y=null;break}y=A}else u=null}u&&(u=c(u.getParent()))}A=this.endContainer;G=this.endOffset;u=y=null;D=x=!1;A.type==CKEDITOR.NODE_TEXT?CKEDITOR.tools.trim(A.substring(G)).length?x=!0:(x=!A.getLength(),G==A.getLength()?(y=A.getNext())||(u=A.getParent()):k(A,G)&&(u=A.getParent())):(y=A.getChild(G))||(u=A);for(;u||y;){if(u&&!y){!D&&u.equals(h)&&(D=!0);if(f?u.isBlockBoundary():!e.contains(u))break; +x&&"inline"==u.getComputedStyle("display")||(x=!1,D?l=u:u&&this.setEndAfter(u));y=u.getNext()}for(;y;){A=!1;if(y.type==CKEDITOR.NODE_TEXT)C=y.getText(),k(y,0)||(y=null),A=/^[\s\ufeff]/.test(C);else if(y.type==CKEDITOR.NODE_ELEMENT){if((0<y.$.offsetWidth||b&&y.is("br"))&&!y.data("cke-bookmark"))if(x&&CKEDITOR.dtd.$removeEmpty[y.getName()]){C=y.getText();if(d.test(C))y=null;else for(G=y.$.getElementsByTagName("*"),F=0;I=G[F++];)if(!CKEDITOR.dtd.$removeEmpty[I.nodeName.toLowerCase()]){y=null;break}y&& +(A=!!C.length)}else y=null}else A=1;A&&x&&(D?l=u:this.setEndAfter(u));if(y){A=y.getNext();if(!u&&!A){u=y;y=null;break}y=A}else u=null}u&&(u=c(u.getParent()))}m&&l&&(h=m.contains(l)?l:m,this.setStartBefore(h),this.setEndAfter(h));break;case CKEDITOR.ENLARGE_BLOCK_CONTENTS:case CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS:u=new CKEDITOR.dom.range(this.root);e=this.root;u.setStartAt(e,CKEDITOR.POSITION_AFTER_START);u.setEnd(this.startContainer,this.startOffset);u=new CKEDITOR.dom.walker(u);var H,K,E=CKEDITOR.dom.walker.blockBoundary(a== +CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS?{br:1}:null),N=null,R=function(a){if(a.type==CKEDITOR.NODE_ELEMENT&&"false"==a.getAttribute("contenteditable"))if(N){if(N.equals(a)){N=null;return}}else N=a;else if(N)return;var b=E(a);b||(H=a);return b},f=function(a){var b=R(a);!b&&a.is&&a.is("br")&&(K=a);return b};u.guard=R;u=u.lastBackward();H=H||e;this.setStartAt(H,!H.is("br")&&(!u&&this.checkStartOfBlock()||u&&H.contains(u))?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_AFTER_END);if(a==CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS){u= +this.clone();u=new CKEDITOR.dom.walker(u);var P=CKEDITOR.dom.walker.whitespaces(),T=CKEDITOR.dom.walker.bookmark();u.evaluator=function(a){return!P(a)&&!T(a)};if((u=u.previous())&&u.type==CKEDITOR.NODE_ELEMENT&&u.is("br"))break}u=this.clone();u.collapse();u.setEndAt(e,CKEDITOR.POSITION_BEFORE_END);u=new CKEDITOR.dom.walker(u);u.guard=a==CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS?f:R;H=N=K=null;u=u.lastForward();H=H||e;this.setEndAt(H,!u&&this.checkEndOfBlock()||u&&H.contains(u)?CKEDITOR.POSITION_BEFORE_END: +CKEDITOR.POSITION_BEFORE_START);K&&this.setEndAfter(K)}},shrink:function(a,b,c){if(!this.collapsed){a=a||CKEDITOR.SHRINK_TEXT;var d=this.clone(),f=this.startContainer,k=this.endContainer,h=this.startOffset,e=this.endOffset,m=1,l=1;f&&f.type==CKEDITOR.NODE_TEXT&&(h?h>=f.getLength()?d.setStartAfter(f):(d.setStartBefore(f),m=0):d.setStartBefore(f));k&&k.type==CKEDITOR.NODE_TEXT&&(e?e>=k.getLength()?d.setEndAfter(k):(d.setEndAfter(k),l=0):d.setEndBefore(k));var d=new CKEDITOR.dom.walker(d),u=CKEDITOR.dom.walker.bookmark(); +d.evaluator=function(b){return b.type==(a==CKEDITOR.SHRINK_ELEMENT?CKEDITOR.NODE_ELEMENT:CKEDITOR.NODE_TEXT)};var y;d.guard=function(b,d){if(u(b))return!0;if(a==CKEDITOR.SHRINK_ELEMENT&&b.type==CKEDITOR.NODE_TEXT||d&&b.equals(y)||!1===c&&b.type==CKEDITOR.NODE_ELEMENT&&b.isBlockBoundary()||b.type==CKEDITOR.NODE_ELEMENT&&b.hasAttribute("contenteditable"))return!1;d||b.type!=CKEDITOR.NODE_ELEMENT||(y=b);return!0};m&&(f=d[a==CKEDITOR.SHRINK_ELEMENT?"lastForward":"next"]())&&this.setStartAt(f,b?CKEDITOR.POSITION_AFTER_START: +CKEDITOR.POSITION_BEFORE_START);l&&(d.reset(),(d=d[a==CKEDITOR.SHRINK_ELEMENT?"lastBackward":"previous"]())&&this.setEndAt(d,b?CKEDITOR.POSITION_BEFORE_END:CKEDITOR.POSITION_AFTER_END));return!(!m&&!l)}},insertNode:function(a){this.optimizeBookmark();this.trim(!1,!0);var b=this.startContainer,c=b.getChild(this.startOffset);c?a.insertBefore(c):b.append(a);a.getParent()&&a.getParent().equals(this.endContainer)&&this.endOffset++;this.setStartBefore(a)},moveToPosition:function(a,b){this.setStartAt(a, +b);this.collapse(!0)},moveToRange:function(a){this.setStart(a.startContainer,a.startOffset);this.setEnd(a.endContainer,a.endOffset)},selectNodeContents:function(a){this.setStart(a,0);this.setEnd(a,a.type==CKEDITOR.NODE_TEXT?a.getLength():a.getChildCount())},setStart:function(b,c){b.type==CKEDITOR.NODE_ELEMENT&&CKEDITOR.dtd.$empty[b.getName()]&&(c=b.getIndex(),b=b.getParent());this._setStartContainer(b);this.startOffset=c;this.endContainer||(this._setEndContainer(b),this.endOffset=c);a(this)},setEnd:function(b, +c){b.type==CKEDITOR.NODE_ELEMENT&&CKEDITOR.dtd.$empty[b.getName()]&&(c=b.getIndex()+1,b=b.getParent());this._setEndContainer(b);this.endOffset=c;this.startContainer||(this._setStartContainer(b),this.startOffset=c);a(this)},setStartAfter:function(a){this.setStart(a.getParent(),a.getIndex()+1)},setStartBefore:function(a){this.setStart(a.getParent(),a.getIndex())},setEndAfter:function(a){this.setEnd(a.getParent(),a.getIndex()+1)},setEndBefore:function(a){this.setEnd(a.getParent(),a.getIndex())},setStartAt:function(b, +c){switch(c){case CKEDITOR.POSITION_AFTER_START:this.setStart(b,0);break;case CKEDITOR.POSITION_BEFORE_END:b.type==CKEDITOR.NODE_TEXT?this.setStart(b,b.getLength()):this.setStart(b,b.getChildCount());break;case CKEDITOR.POSITION_BEFORE_START:this.setStartBefore(b);break;case CKEDITOR.POSITION_AFTER_END:this.setStartAfter(b)}a(this)},setEndAt:function(b,c){switch(c){case CKEDITOR.POSITION_AFTER_START:this.setEnd(b,0);break;case CKEDITOR.POSITION_BEFORE_END:b.type==CKEDITOR.NODE_TEXT?this.setEnd(b, +b.getLength()):this.setEnd(b,b.getChildCount());break;case CKEDITOR.POSITION_BEFORE_START:this.setEndBefore(b);break;case CKEDITOR.POSITION_AFTER_END:this.setEndAfter(b)}a(this)},fixBlock:function(a,b){var c=this.createBookmark(),d=this.document.createElement(b);this.collapse(a);this.enlarge(CKEDITOR.ENLARGE_BLOCK_CONTENTS);this.extractContents().appendTo(d);d.trim();this.insertNode(d);var f=d.getBogus();f&&f.remove();d.appendBogus();this.moveToBookmark(c);return d},splitBlock:function(a,b){var c= +new CKEDITOR.dom.elementPath(this.startContainer,this.root),d=new CKEDITOR.dom.elementPath(this.endContainer,this.root),f=c.block,k=d.block,h=null;if(!c.blockLimit.equals(d.blockLimit))return null;"br"!=a&&(f||(f=this.fixBlock(!0,a),k=(new CKEDITOR.dom.elementPath(this.endContainer,this.root)).block),k||(k=this.fixBlock(!1,a)));c=f&&this.checkStartOfBlock();d=k&&this.checkEndOfBlock();this.deleteContents();f&&f.equals(k)&&(d?(h=new CKEDITOR.dom.elementPath(this.startContainer,this.root),this.moveToPosition(k, +CKEDITOR.POSITION_AFTER_END),k=null):c?(h=new CKEDITOR.dom.elementPath(this.startContainer,this.root),this.moveToPosition(f,CKEDITOR.POSITION_BEFORE_START),f=null):(k=this.splitElement(f,b||!1),f.is("ul","ol")||f.appendBogus()));return{previousBlock:f,nextBlock:k,wasStartOfBlock:c,wasEndOfBlock:d,elementPath:h}},splitElement:function(a,b){if(!this.collapsed)return null;this.setEndAt(a,CKEDITOR.POSITION_BEFORE_END);var c=this.extractContents(!1,b||!1),d=a.clone(!1,b||!1);c.appendTo(d);d.insertAfter(a); +this.moveToPosition(a,CKEDITOR.POSITION_AFTER_END);return d},removeEmptyBlocksAtEnd:function(){function a(g){return function(a){return b(a)||c(a)||a.type==CKEDITOR.NODE_ELEMENT&&a.isEmptyInlineRemoveable()||g.is("table")&&a.is("caption")?!1:!0}}var b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(!1);return function(b){for(var c=this.createBookmark(),d=this[b?"endPath":"startPath"](),f=d.block||d.blockLimit,k;f&&!f.equals(d.root)&&!f.getFirst(a(f));)k=f.getParent(),this[b?"setEndAt": +"setStartAt"](f,CKEDITOR.POSITION_AFTER_END),f.remove(1),f=k;this.moveToBookmark(c)}}(),startPath:function(){return new CKEDITOR.dom.elementPath(this.startContainer,this.root)},endPath:function(){return new CKEDITOR.dom.elementPath(this.endContainer,this.root)},checkBoundaryOfElement:function(a,b){var d=b==CKEDITOR.START,f=this.clone();f.collapse(d);f[d?"setStartAt":"setEndAt"](a,d?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_BEFORE_END);f=new CKEDITOR.dom.walker(f);f.evaluator=c(d);return f[d? +"checkBackward":"checkForward"]()},checkStartOfBlock:function(){var a=this.startContainer,c=this.startOffset;CKEDITOR.env.ie&&c&&a.type==CKEDITOR.NODE_TEXT&&(a=CKEDITOR.tools.ltrim(a.substring(0,c)),f.test(a)&&this.trim(0,1));this.trim();a=new CKEDITOR.dom.elementPath(this.startContainer,this.root);c=this.clone();c.collapse(!0);c.setStartAt(a.block||a.blockLimit,CKEDITOR.POSITION_AFTER_START);a=new CKEDITOR.dom.walker(c);a.evaluator=b();return a.checkBackward()},checkEndOfBlock:function(){var a=this.endContainer, +c=this.endOffset;CKEDITOR.env.ie&&a.type==CKEDITOR.NODE_TEXT&&(a=CKEDITOR.tools.rtrim(a.substring(c)),f.test(a)&&this.trim(1,0));this.trim();a=new CKEDITOR.dom.elementPath(this.endContainer,this.root);c=this.clone();c.collapse(!1);c.setEndAt(a.block||a.blockLimit,CKEDITOR.POSITION_BEFORE_END);a=new CKEDITOR.dom.walker(c);a.evaluator=b();return a.checkForward()},getPreviousNode:function(a,b,c){var d=this.clone();d.collapse(1);d.setStartAt(c||this.root,CKEDITOR.POSITION_AFTER_START);c=new CKEDITOR.dom.walker(d); +c.evaluator=a;c.guard=b;return c.previous()},getNextNode:function(a,b,c){var d=this.clone();d.collapse();d.setEndAt(c||this.root,CKEDITOR.POSITION_BEFORE_END);c=new CKEDITOR.dom.walker(d);c.evaluator=a;c.guard=b;return c.next()},checkReadOnly:function(){function a(b,c){for(;b;){if(b.type==CKEDITOR.NODE_ELEMENT){if("false"==b.getAttribute("contentEditable")&&!b.data("cke-editable"))return 0;if(b.is("html")||"true"==b.getAttribute("contentEditable")&&(b.contains(c)||b.equals(c)))break}b=b.getParent()}return 1} +return function(){var b=this.startContainer,c=this.endContainer;return!(a(b,c)&&a(c,b))}}(),moveToElementEditablePosition:function(a,b){if(a.type==CKEDITOR.NODE_ELEMENT&&!a.isEditable(!1))return this.moveToPosition(a,b?CKEDITOR.POSITION_AFTER_END:CKEDITOR.POSITION_BEFORE_START),!0;for(var c=0;a;){if(a.type==CKEDITOR.NODE_TEXT){b&&this.endContainer&&this.checkEndOfBlock()&&f.test(a.getText())?this.moveToPosition(a,CKEDITOR.POSITION_BEFORE_START):this.moveToPosition(a,b?CKEDITOR.POSITION_AFTER_END: +CKEDITOR.POSITION_BEFORE_START);c=1;break}if(a.type==CKEDITOR.NODE_ELEMENT)if(a.isEditable())this.moveToPosition(a,b?CKEDITOR.POSITION_BEFORE_END:CKEDITOR.POSITION_AFTER_START),c=1;else if(b&&a.is("br")&&this.endContainer&&this.checkEndOfBlock())this.moveToPosition(a,CKEDITOR.POSITION_BEFORE_START);else if("false"==a.getAttribute("contenteditable")&&a.is(CKEDITOR.dtd.$block))return this.setStartBefore(a),this.setEndAfter(a),!0;var d=a,h=c,e=void 0;d.type==CKEDITOR.NODE_ELEMENT&&d.isEditable(!1)&& +(e=d[b?"getLast":"getFirst"](k));h||e||(e=d[b?"getPrevious":"getNext"](k));a=e}return!!c},moveToClosestEditablePosition:function(a,b){var c,d=0,f,k,h=[CKEDITOR.POSITION_AFTER_END,CKEDITOR.POSITION_BEFORE_START];a?(c=new CKEDITOR.dom.range(this.root),c.moveToPosition(a,h[b?0:1])):c=this.clone();if(a&&!a.is(CKEDITOR.dtd.$block))d=1;else if(f=c[b?"getNextEditableNode":"getPreviousEditableNode"]())d=1,(k=f.type==CKEDITOR.NODE_ELEMENT)&&f.is(CKEDITOR.dtd.$block)&&"false"==f.getAttribute("contenteditable")? +(c.setStartAt(f,CKEDITOR.POSITION_BEFORE_START),c.setEndAt(f,CKEDITOR.POSITION_AFTER_END)):!CKEDITOR.env.needsBrFiller&&k&&f.is(CKEDITOR.dom.walker.validEmptyBlockContainers)?(c.setEnd(f,0),c.collapse()):c.moveToPosition(f,h[b?1:0]);d&&this.moveToRange(c);return!!d},moveToElementEditStart:function(a){return this.moveToElementEditablePosition(a)},moveToElementEditEnd:function(a){return this.moveToElementEditablePosition(a,!0)},getEnclosedNode:function(){var a=this.clone();a.optimize();if(a.startContainer.type!= +CKEDITOR.NODE_ELEMENT||a.endContainer.type!=CKEDITOR.NODE_ELEMENT)return null;var a=new CKEDITOR.dom.walker(a),b=CKEDITOR.dom.walker.bookmark(!1,!0),c=CKEDITOR.dom.walker.whitespaces(!0);a.evaluator=function(a){return c(a)&&b(a)};var d=a.next();a.reset();return d&&d.equals(a.previous())?d:null},getTouchedStartNode:function(){var a=this.startContainer;return this.collapsed||a.type!=CKEDITOR.NODE_ELEMENT?a:a.getChild(this.startOffset)||a},getTouchedEndNode:function(){var a=this.endContainer;return this.collapsed|| +a.type!=CKEDITOR.NODE_ELEMENT?a:a.getChild(this.endOffset-1)||a},getNextEditableNode:d(),getPreviousEditableNode:d(1),scrollIntoView:function(){var a=new CKEDITOR.dom.element.createFromHtml("\x3cspan\x3e\x26nbsp;\x3c/span\x3e",this.document),b,c,d,f=this.clone();f.optimize();(d=f.startContainer.type==CKEDITOR.NODE_TEXT)?(c=f.startContainer.getText(),b=f.startContainer.split(f.startOffset),a.insertAfter(f.startContainer)):f.insertNode(a);a.scrollIntoView();d&&(f.startContainer.setText(c),b.remove()); +a.remove()},_setStartContainer:function(a){this.startContainer=a},_setEndContainer:function(a){this.endContainer=a}}}(),CKEDITOR.POSITION_AFTER_START=1,CKEDITOR.POSITION_BEFORE_END=2,CKEDITOR.POSITION_BEFORE_START=3,CKEDITOR.POSITION_AFTER_END=4,CKEDITOR.ENLARGE_ELEMENT=1,CKEDITOR.ENLARGE_BLOCK_CONTENTS=2,CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS=3,CKEDITOR.ENLARGE_INLINE=4,CKEDITOR.START=1,CKEDITOR.END=2,CKEDITOR.SHRINK_ELEMENT=1,CKEDITOR.SHRINK_TEXT=2,"use strict",function(){function a(a){1>arguments.length|| +(this.range=a,this.forceBrBreak=0,this.enlargeBr=1,this.enforceRealBlocks=0,this._||(this._={}))}function e(a){var b=[];a.forEach(function(a){if("true"==a.getAttribute("contenteditable"))return b.push(a),!1},CKEDITOR.NODE_ELEMENT,!0);return b}function b(a,c,d,f){a:{null==f&&(f=e(d));for(var h;h=f.shift();)if(h.getDtd().p){f={element:h,remaining:f};break a}f=null}if(!f)return 0;if((h=CKEDITOR.filter.instances[f.element.data("cke-filter")])&&!h.check(c))return b(a,c,d,f.remaining);c=new CKEDITOR.dom.range(f.element); +c.selectNodeContents(f.element);c=c.createIterator();c.enlargeBr=a.enlargeBr;c.enforceRealBlocks=a.enforceRealBlocks;c.activeFilter=c.filter=h;a._.nestedEditable={element:f.element,container:d,remaining:f.remaining,iterator:c};return 1}function c(a,b,c){if(!b)return!1;a=a.clone();a.collapse(!c);return a.checkBoundaryOfElement(b,c?CKEDITOR.START:CKEDITOR.END)}var d=/^[\r\n\t ]+$/,m=CKEDITOR.dom.walker.bookmark(!1,!0),l=CKEDITOR.dom.walker.whitespaces(!0),f=function(a){return m(a)&&l(a)},h={dd:1,dt:1, +li:1};a.prototype={getNextParagraph:function(a){var g,e,l,r,q;a=a||"p";if(this._.nestedEditable){if(g=this._.nestedEditable.iterator.getNextParagraph(a))return this.activeFilter=this._.nestedEditable.iterator.activeFilter,g;this.activeFilter=this.filter;if(b(this,a,this._.nestedEditable.container,this._.nestedEditable.remaining))return this.activeFilter=this._.nestedEditable.iterator.activeFilter,this._.nestedEditable.iterator.getNextParagraph(a);this._.nestedEditable=null}if(!this.range.root.getDtd()[a])return null; +if(!this._.started){var v=this.range.clone();e=v.startPath();var p=v.endPath(),w=!v.collapsed&&c(v,e.block),z=!v.collapsed&&c(v,p.block,1);v.shrink(CKEDITOR.SHRINK_ELEMENT,!0);w&&v.setStartAt(e.block,CKEDITOR.POSITION_BEFORE_END);z&&v.setEndAt(p.block,CKEDITOR.POSITION_AFTER_START);e=v.endContainer.hasAscendant("pre",!0)||v.startContainer.hasAscendant("pre",!0);v.enlarge(this.forceBrBreak&&!e||!this.enlargeBr?CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS:CKEDITOR.ENLARGE_BLOCK_CONTENTS);v.collapsed||(e=new CKEDITOR.dom.walker(v.clone()), +p=CKEDITOR.dom.walker.bookmark(!0,!0),e.evaluator=p,this._.nextNode=e.next(),e=new CKEDITOR.dom.walker(v.clone()),e.evaluator=p,e=e.previous(),this._.lastNode=e.getNextSourceNode(!0,null,v.root),this._.lastNode&&this._.lastNode.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.trim(this._.lastNode.getText())&&this._.lastNode.getParent().isBlockBoundary()&&(p=this.range.clone(),p.moveToPosition(this._.lastNode,CKEDITOR.POSITION_AFTER_END),p.checkEndOfBlock()&&(p=new CKEDITOR.dom.elementPath(p.endContainer, +p.root),this._.lastNode=(p.block||p.blockLimit).getNextSourceNode(!0))),this._.lastNode&&v.root.contains(this._.lastNode)||(this._.lastNode=this._.docEndMarker=v.document.createText(""),this._.lastNode.insertAfter(e)),v=null);this._.started=1;e=v}p=this._.nextNode;v=this._.lastNode;for(this._.nextNode=null;p;){var w=0,z=p.hasAscendant("pre"),B=p.type!=CKEDITOR.NODE_ELEMENT,u=0;if(B)p.type==CKEDITOR.NODE_TEXT&&d.test(p.getText())&&(B=0);else{var y=p.getName();if(CKEDITOR.dtd.$block[y]&&"false"==p.getAttribute("contenteditable")){g= +p;b(this,a,g);break}else if(p.isBlockBoundary(this.forceBrBreak&&!z&&{br:1})){if("br"==y)B=1;else if(!e&&!p.getChildCount()&&"hr"!=y){g=p;l=p.equals(v);break}e&&(e.setEndAt(p,CKEDITOR.POSITION_BEFORE_START),"br"!=y&&(this._.nextNode=p));w=1}else{if(p.getFirst()){e||(e=this.range.clone(),e.setStartAt(p,CKEDITOR.POSITION_BEFORE_START));p=p.getFirst();continue}B=1}}B&&!e&&(e=this.range.clone(),e.setStartAt(p,CKEDITOR.POSITION_BEFORE_START));l=(!w||B)&&p.equals(v);if(e&&!w)for(;!p.getNext(f)&&!l;){y= +p.getParent();if(y.isBlockBoundary(this.forceBrBreak&&!z&&{br:1})){w=1;B=0;l||y.equals(v);e.setEndAt(y,CKEDITOR.POSITION_BEFORE_END);break}p=y;B=1;l=p.equals(v);u=1}B&&e.setEndAt(p,CKEDITOR.POSITION_AFTER_END);p=this._getNextSourceNode(p,u,v);if((l=!p)||w&&e)break}if(!g){if(!e)return this._.docEndMarker&&this._.docEndMarker.remove(),this._.nextNode=null;g=new CKEDITOR.dom.elementPath(e.startContainer,e.root);p=g.blockLimit;w={div:1,th:1,td:1};g=g.block;!g&&p&&!this.enforceRealBlocks&&w[p.getName()]&& +e.checkStartOfBlock()&&e.checkEndOfBlock()&&!p.equals(e.root)?g=p:!g||this.enforceRealBlocks&&g.is(h)?(g=this.range.document.createElement(a),e.extractContents().appendTo(g),g.trim(),e.insertNode(g),r=q=!0):"li"!=g.getName()?e.checkStartOfBlock()&&e.checkEndOfBlock()||(g=g.clone(!1),e.extractContents().appendTo(g),g.trim(),q=e.splitBlock(),r=!q.wasStartOfBlock,q=!q.wasEndOfBlock,e.insertNode(g)):l||(this._.nextNode=g.equals(v)?null:this._getNextSourceNode(e.getBoundaryNodes().endNode,1,v))}r&&(r= +g.getPrevious())&&r.type==CKEDITOR.NODE_ELEMENT&&("br"==r.getName()?r.remove():r.getLast()&&"br"==r.getLast().$.nodeName.toLowerCase()&&r.getLast().remove());q&&(r=g.getLast())&&r.type==CKEDITOR.NODE_ELEMENT&&"br"==r.getName()&&(!CKEDITOR.env.needsBrFiller||r.getPrevious(m)||r.getNext(m))&&r.remove();this._.nextNode||(this._.nextNode=l||g.equals(v)||!v?null:this._getNextSourceNode(g,1,v));return g},_getNextSourceNode:function(a,b,c){function d(a){return!(a.equals(c)||a.equals(f))}var f=this.range.root; +for(a=a.getNextSourceNode(b,null,d);!m(a);)a=a.getNextSourceNode(b,null,d);return a}};CKEDITOR.dom.range.prototype.createIterator=function(){return new a(this)}}(),CKEDITOR.command=function(a,e){this.uiItems=[];this.exec=function(b){if(this.state==CKEDITOR.TRISTATE_DISABLED||!this.checkAllowed())return!1;this.editorFocus&&a.focus();return!1===this.fire("exec")?!0:!1!==e.exec.call(this,a,b)};this.refresh=function(a,b){if(!this.readOnly&&a.readOnly)return!0;if(this.context&&!b.isContextFor(this.context)|| +!this.checkAllowed(!0))return this.disable(),!0;this.startDisabled||this.enable();this.modes&&!this.modes[a.mode]&&this.disable();return!1===this.fire("refresh",{editor:a,path:b})?!0:e.refresh&&!1!==e.refresh.apply(this,arguments)};var b;this.checkAllowed=function(c){return c||"boolean"!=typeof b?b=a.activeFilter.checkFeature(this):b};CKEDITOR.tools.extend(this,e,{modes:{wysiwyg:1},editorFocus:1,contextSensitive:!!e.context,state:CKEDITOR.TRISTATE_DISABLED});CKEDITOR.event.call(this)},CKEDITOR.command.prototype= +{enable:function(){this.state==CKEDITOR.TRISTATE_DISABLED&&this.checkAllowed()&&this.setState(this.preserveState&&"undefined"!=typeof this.previousState?this.previousState:CKEDITOR.TRISTATE_OFF)},disable:function(){this.setState(CKEDITOR.TRISTATE_DISABLED)},setState:function(a){if(this.state==a||a!=CKEDITOR.TRISTATE_DISABLED&&!this.checkAllowed())return!1;this.previousState=this.state;this.state=a;this.fire("state");return!0},toggleState:function(){this.state==CKEDITOR.TRISTATE_OFF?this.setState(CKEDITOR.TRISTATE_ON): +this.state==CKEDITOR.TRISTATE_ON&&this.setState(CKEDITOR.TRISTATE_OFF)}},CKEDITOR.event.implementOn(CKEDITOR.command.prototype),CKEDITOR.ENTER_P=1,CKEDITOR.ENTER_BR=2,CKEDITOR.ENTER_DIV=3,CKEDITOR.config={customConfig:"config.js",autoUpdateElement:!0,language:"",defaultLanguage:"en",contentsLangDirection:"",enterMode:CKEDITOR.ENTER_P,forceEnterMode:!1,shiftEnterMode:CKEDITOR.ENTER_BR,docType:"\x3c!DOCTYPE html\x3e",bodyId:"",bodyClass:"",fullPage:!1,height:200,contentsCss:CKEDITOR.getUrl("contents.css"), +extraPlugins:"",removePlugins:"",protectedSource:[],tabIndex:0,width:"",baseFloatZIndex:1E4,blockedKeystrokes:[CKEDITOR.CTRL+66,CKEDITOR.CTRL+73,CKEDITOR.CTRL+85]},function(){function a(a,b,c,d,f){var g,e;a=[];for(g in b){e=b[g];e="boolean"==typeof e?{}:"function"==typeof e?{match:e}:F(e);"$"!=g.charAt(0)&&(e.elements=g);c&&(e.featureName=c.toLowerCase());var k=e;k.elements=l(k.elements,/\s+/)||null;k.propertiesOnly=k.propertiesOnly||!0===k.elements;var h=/\s*,\s*/,m=void 0;for(m in K){k[m]=l(k[m], +h)||null;var u=k,y=E[m],v=l(k[E[m]],h),B=k[m],p=[],D=!0,n=void 0;v?D=!1:v={};for(n in B)"!"==n.charAt(0)&&(n=n.slice(1),p.push(n),v[n]=!0,D=!1);for(;n=p.pop();)B[n]=B["!"+n],delete B["!"+n];u[y]=(D?!1:v)||null}k.match=k.match||null;d.push(e);a.push(e)}b=f.elements;f=f.generic;var q;c=0;for(d=a.length;c<d;++c){g=F(a[c]);e=!0===g.classes||!0===g.styles||!0===g.attributes;k=g;m=y=h=void 0;for(h in K)k[h]=w(k[h]);u=!0;for(m in E){h=E[m];y=k[h];v=[];B=void 0;for(B in y)-1<B.indexOf("*")?v.push(new RegExp("^"+ +B.replace(/\*/g,".*")+"$")):v.push(B);y=v;y.length&&(k[h]=y,u=!1)}k.nothingRequired=u;k.noProperties=!(k.attributes||k.classes||k.styles);if(!0===g.elements||null===g.elements)f[e?"unshift":"push"](g);else for(q in k=g.elements,delete g.elements,k)if(b[q])b[q][e?"unshift":"push"](g);else b[q]=[g]}}function e(a,c,d,g){if(!a.match||a.match(c))if(g||f(a,c))if(a.propertiesOnly||(d.valid=!0),d.allAttributes||(d.allAttributes=b(a.attributes,c.attributes,d.validAttributes)),d.allStyles||(d.allStyles=b(a.styles, +c.styles,d.validStyles)),!d.allClasses){a=a.classes;c=c.classes;g=d.validClasses;if(a)if(!0===a)a=!0;else{for(var e=0,k=c.length,h;e<k;++e)h=c[e],g[h]||(g[h]=a(h));a=!1}else a=!1;d.allClasses=a}}function b(a,b,c){if(!a)return!1;if(!0===a)return!0;for(var d in b)c[d]||(c[d]=a(d));return!1}function c(a,b,c){if(!a.match||a.match(b)){if(a.noProperties)return!1;c.hadInvalidAttribute=d(a.attributes,b.attributes)||c.hadInvalidAttribute;c.hadInvalidStyle=d(a.styles,b.styles)||c.hadInvalidStyle;a=a.classes; +b=b.classes;if(a){for(var f=!1,g=!0===a,e=b.length;e--;)if(g||a(b[e]))b.splice(e,1),f=!0;a=f}else a=!1;c.hadInvalidClass=a||c.hadInvalidClass}}function d(a,b){if(!a)return!1;var c=!1,d=!0===a,f;for(f in b)if(d||a(f))delete b[f],c=!0;return c}function m(a,b,c){if(a.disabled||a.customConfig&&!c||!b)return!1;a._.cachedChecks={};return!0}function l(a,b){if(!a)return!1;if(!0===a)return a;if("string"==typeof a)return a=I(a),"*"==a?!0:CKEDITOR.tools.convertArrayToObject(a.split(b));if(CKEDITOR.tools.isArray(a))return a.length? +CKEDITOR.tools.convertArrayToObject(a):!1;var c={},d=0,f;for(f in a)c[f]=a[f],d++;return d?c:!1}function f(a,b){if(a.nothingRequired)return!0;var c,d,f,g;if(f=a.requiredClasses)for(g=b.classes,c=0;c<f.length;++c)if(d=f[c],"string"==typeof d){if(-1==CKEDITOR.tools.indexOf(g,d))return!1}else if(!CKEDITOR.tools.checkIfAnyArrayItemMatches(g,d))return!1;return h(b.styles,a.requiredStyles)&&h(b.attributes,a.requiredAttributes)}function h(a,b){if(!b)return!0;for(var c=0,d;c<b.length;++c)if(d=b[c],"string"== +typeof d){if(!(d in a))return!1}else if(!CKEDITOR.tools.checkIfAnyObjectPropertyMatches(a,d))return!1;return!0}function k(a){if(!a)return{};a=a.split(/\s*,\s*/).sort();for(var b={};a.length;)b[a.shift()]="cke-test";return b}function g(a){var b,c,d,f,g={},e=1;for(a=I(a);b=a.match(N);)(c=b[2])?(d=n(c,"styles"),f=n(c,"attrs"),c=n(c,"classes")):d=f=c=null,g["$"+e++]={elements:b[1],classes:c,styles:d,attributes:f},a=a.slice(b[0].length);return g}function n(a,b){var c=a.match(R[b]);return c?I(c[1]):null} +function t(a){var b=a.styleBackup=a.attributes.style,c=a.classBackup=a.attributes["class"];a.styles||(a.styles=CKEDITOR.tools.parseCssText(b||"",1));a.classes||(a.classes=c?c.split(/\s+/):[])}function r(a,b,d,f){var g=0,k;f.toHtml&&(b.name=b.name.replace(P,"$1"));if(f.doCallbacks&&a.elementCallbacks){a:{k=a.elementCallbacks;for(var h=0,m=k.length,u;h<m;++h)if(u=k[h](b)){k=u;break a}k=void 0}if(k)return k}if(f.doTransform&&(k=a._.transformations[b.name])){t(b);for(h=0;h<k.length;++h)y(a,b,k[h]);v(b)}if(f.doFilter){a:{h= +b.name;m=a._;a=m.allowedRules.elements[h];k=m.allowedRules.generic;h=m.disallowedRules.elements[h];m=m.disallowedRules.generic;u=f.skipRequired;var l={valid:!1,validAttributes:{},validClasses:{},validStyles:{},allAttributes:!1,allClasses:!1,allStyles:!1,hadInvalidAttribute:!1,hadInvalidClass:!1,hadInvalidStyle:!1},E,B;if(a||k){t(b);if(h)for(E=0,B=h.length;E<B;++E)if(!1===c(h[E],b,l)){a=null;break a}if(m)for(E=0,B=m.length;E<B;++E)c(m[E],b,l);if(a)for(E=0,B=a.length;E<B;++E)e(a[E],b,l,u);if(k)for(E= +0,B=k.length;E<B;++E)e(k[E],b,l,u);a=l}else a=null}if(!a||!a.valid)return d.push(b),1;B=a.validAttributes;var D=a.validStyles;k=a.validClasses;var h=b.attributes,n=b.styles,m=b.classes;u=b.classBackup;var w=b.styleBackup,q,x,z=[],l=[],N=/^data-cke-/;E=!1;delete h.style;delete h["class"];delete b.classBackup;delete b.styleBackup;if(!a.allAttributes)for(q in h)B[q]||(N.test(q)?q==(x=q.replace(/^data-cke-saved-/,""))||B[x]||(delete h[q],E=!0):(delete h[q],E=!0));if(!a.allStyles||a.hadInvalidStyle){for(q in n)a.allStyles|| +D[q]?z.push(q+":"+n[q]):E=!0;z.length&&(h.style=z.sort().join("; "))}else w&&(h.style=w);if(!a.allClasses||a.hadInvalidClass){for(q=0;q<m.length;++q)(a.allClasses||k[m[q]])&&l.push(m[q]);l.length&&(h["class"]=l.sort().join(" "));u&&l.length<u.split(/\s+/).length&&(E=!0)}else u&&(h["class"]=u);E&&(g=1);if(!f.skipFinalValidation&&!p(b))return d.push(b),1}f.toHtml&&(b.name=b.name.replace(T,"cke:$1"));return g}function q(a){var b=[],c;for(c in a)-1<c.indexOf("*")&&b.push(c.replace(/\*/g,".*"));return b.length? +new RegExp("^(?:"+b.join("|")+")$"):null}function v(a){var b=a.attributes,c;delete b.style;delete b["class"];if(c=CKEDITOR.tools.writeCssText(a.styles,!0))b.style=c;a.classes.length&&(b["class"]=a.classes.sort().join(" "))}function p(a){switch(a.name){case "a":if(!(a.children.length||a.attributes.name||a.attributes.id))return!1;break;case "img":if(!a.attributes.src)return!1}return!0}function w(a){if(!a)return!1;if(!0===a)return!0;var b=q(a);return function(c){return c in a||b&&c.match(b)}}function z(){return new CKEDITOR.htmlParser.element("br")} +function B(a){return a.type==CKEDITOR.NODE_ELEMENT&&("br"==a.name||G.$block[a.name])}function u(a,b,c){var d=a.name;if(G.$empty[d]||!a.children.length)"hr"==d&&"br"==b?a.replaceWith(z()):(a.parent&&c.push({check:"it",el:a.parent}),a.remove());else if(G.$block[d]||"tr"==d)if("br"==b)a.previous&&!B(a.previous)&&(b=z(),b.insertBefore(a)),a.next&&!B(a.next)&&(b=z(),b.insertAfter(a)),a.replaceWithChildren();else{var d=a.children,f;b:{f=G[b];for(var g=0,k=d.length,e;g<k;++g)if(e=d[g],e.type==CKEDITOR.NODE_ELEMENT&& +!f[e.name]){f=!1;break b}f=!0}if(f)a.name=b,a.attributes={},c.push({check:"parent-down",el:a});else{f=a.parent;for(var g=f.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT||"body"==f.name,h,m,k=d.length;0<k;)e=d[--k],g&&(e.type==CKEDITOR.NODE_TEXT||e.type==CKEDITOR.NODE_ELEMENT&&G.$inline[e.name])?(h||(h=new CKEDITOR.htmlParser.element(b),h.insertAfter(a),c.push({check:"parent-down",el:h})),h.add(e,0)):(h=null,m=G[f.name]||G.span,e.insertAfter(a),f.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT||e.type!=CKEDITOR.NODE_ELEMENT|| +m[e.name]||c.push({check:"el-up",el:e}));a.remove()}}else d in{style:1,script:1}?a.remove():(a.parent&&c.push({check:"it",el:a.parent}),a.replaceWithChildren())}function y(a,b,c){var d,f;for(d=0;d<c.length;++d)if(f=c[d],!(f.check&&!a.check(f.check,!1)||f.left&&!f.left(b))){f.right(b,O);break}}function D(a,b){var c=b.getDefinition(),d=c.attributes,f=c.styles,g,e,k,h;if(a.name!=c.element)return!1;for(g in d)if("class"==g)for(c=d[g].split(/\s+/),k=a.classes.join("|");h=c.pop();){if(-1==k.indexOf(h))return!1}else if(a.attributes[g]!= +d[g])return!1;for(e in f)if(a.styles[e]!=f[e])return!1;return!0}function x(a,b){var c,d;"string"==typeof a?c=a:a instanceof CKEDITOR.style?d=a:(c=a[0],d=a[1]);return[{element:c,left:d,right:function(a,c){c.transform(a,b)}}]}function A(a){return function(b){return D(b,a)}}function C(a){return function(b,c){c[a](b)}}var G=CKEDITOR.dtd,F=CKEDITOR.tools.copy,I=CKEDITOR.tools.trim,H=["","p","br","div"];CKEDITOR.FILTER_SKIP_TREE=2;CKEDITOR.filter=function(a){this.allowedContent=[];this.disallowedContent= +[];this.elementCallbacks=null;this.disabled=!1;this.editor=null;this.id=CKEDITOR.tools.getNextNumber();this._={allowedRules:{elements:{},generic:[]},disallowedRules:{elements:{},generic:[]},transformations:{},cachedTests:{}};CKEDITOR.filter.instances[this.id]=this;if(a instanceof CKEDITOR.editor){a=this.editor=a;this.customConfig=!0;var b=a.config.allowedContent;!0===b?this.disabled=!0:(b||(this.customConfig=!1),this.allow(b,"config",1),this.allow(a.config.extraAllowedContent,"extra",1),this.allow(H[a.enterMode]+ +" "+H[a.shiftEnterMode],"default",1),this.disallow(a.config.disallowedContent))}else this.customConfig=!1,this.allow(a,"default",1)};CKEDITOR.filter.instances={};CKEDITOR.filter.prototype={allow:function(b,c,d){if(!m(this,b,d))return!1;var f,e;if("string"==typeof b)b=g(b);else if(b instanceof CKEDITOR.style){if(b.toAllowedContentRules)return this.allow(b.toAllowedContentRules(this.editor),c,d);f=b.getDefinition();b={};d=f.attributes;b[f.element]=f={styles:f.styles,requiredStyles:f.styles&&CKEDITOR.tools.objectKeys(f.styles)}; +d&&(d=F(d),f.classes=d["class"]?d["class"].split(/\s+/):null,f.requiredClasses=f.classes,delete d["class"],f.attributes=d,f.requiredAttributes=d&&CKEDITOR.tools.objectKeys(d))}else if(CKEDITOR.tools.isArray(b)){for(f=0;f<b.length;++f)e=this.allow(b[f],c,d);return e}a(this,b,c,this.allowedContent,this._.allowedRules);return!0},applyTo:function(a,b,c,d){if(this.disabled)return!1;var f=this,g=[],e=this.editor&&this.editor.config.protectedSource,k,h=!1,m={doFilter:!c,doTransform:!0,doCallbacks:!0,toHtml:b}; +a.forEach(function(a){if(a.type==CKEDITOR.NODE_ELEMENT){if("off"==a.attributes["data-cke-filter"])return!1;if(!b||"span"!=a.name||!~CKEDITOR.tools.objectKeys(a.attributes).join("|").indexOf("data-cke-"))if(k=r(f,a,g,m),k&1)h=!0;else if(k&2)return!1}else if(a.type==CKEDITOR.NODE_COMMENT&&a.value.match(/^\{cke_protected\}(?!\{C\})/)){var c;a:{var d=decodeURIComponent(a.value.replace(/^\{cke_protected\}/,""));c=[];var u,l,E;if(e)for(l=0;l<e.length;++l)if((E=d.match(e[l]))&&E[0].length==d.length){c=!0; +break a}d=CKEDITOR.htmlParser.fragment.fromHtml(d);1==d.children.length&&(u=d.children[0]).type==CKEDITOR.NODE_ELEMENT&&r(f,u,c,m);c=!c.length}c||g.push(a)}},null,!0);g.length&&(h=!0);var l;a=[];d=H[d||(this.editor?this.editor.enterMode:CKEDITOR.ENTER_P)];for(var E;c=g.pop();)c.type==CKEDITOR.NODE_ELEMENT?u(c,d,a):c.remove();for(;l=a.pop();)if(c=l.el,c.parent)switch(E=G[c.parent.name]||G.span,l.check){case "it":G.$removeEmpty[c.name]&&!c.children.length?u(c,d,a):p(c)||u(c,d,a);break;case "el-up":c.parent.type== +CKEDITOR.NODE_DOCUMENT_FRAGMENT||E[c.name]||u(c,d,a);break;case "parent-down":c.parent.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT||E[c.name]||u(c.parent,d,a)}return h},checkFeature:function(a){if(this.disabled||!a)return!0;a.toFeature&&(a=a.toFeature(this.editor));return!a.requiredContent||this.check(a.requiredContent)},disable:function(){this.disabled=!0},disallow:function(b){if(!m(this,b,!0))return!1;"string"==typeof b&&(b=g(b));a(this,b,null,this.disallowedContent,this._.disallowedRules);return!0}, +addContentForms:function(a){if(!this.disabled&&a){var b,c,d=[],f;for(b=0;b<a.length&&!f;++b)c=a[b],("string"==typeof c||c instanceof CKEDITOR.style)&&this.check(c)&&(f=c);if(f){for(b=0;b<a.length;++b)d.push(x(a[b],f));this.addTransformations(d)}}},addElementCallback:function(a){this.elementCallbacks||(this.elementCallbacks=[]);this.elementCallbacks.push(a)},addFeature:function(a){if(this.disabled||!a)return!0;a.toFeature&&(a=a.toFeature(this.editor));this.allow(a.allowedContent,a.name);this.addTransformations(a.contentTransformations); +this.addContentForms(a.contentForms);return a.requiredContent&&(this.customConfig||this.disallowedContent.length)?this.check(a.requiredContent):!0},addTransformations:function(a){var b,c;if(!this.disabled&&a){var d=this._.transformations,f;for(f=0;f<a.length;++f){b=a[f];var g=void 0,e=void 0,k=void 0,h=void 0,m=void 0,u=void 0;c=[];for(e=0;e<b.length;++e)k=b[e],"string"==typeof k?(k=k.split(/\s*:\s*/),h=k[0],m=null,u=k[1]):(h=k.check,m=k.left,u=k.right),g||(g=k,g=g.element?g.element:h?h.match(/^([a-z0-9]+)/i)[0]: +g.left.getDefinition().element),m instanceof CKEDITOR.style&&(m=A(m)),c.push({check:h==g?null:h,left:m,right:"string"==typeof u?C(u):u});b=g;d[b]||(d[b]=[]);d[b].push(c)}}},check:function(a,b,c){if(this.disabled)return!0;if(CKEDITOR.tools.isArray(a)){for(var d=a.length;d--;)if(this.check(a[d],b,c))return!0;return!1}var f,e;if("string"==typeof a){e=a+"\x3c"+(!1===b?"0":"1")+(c?"1":"0")+"\x3e";if(e in this._.cachedChecks)return this._.cachedChecks[e];d=g(a).$1;f=d.styles;var h=d.classes;d.name=d.elements; +d.classes=h=h?h.split(/\s*,\s*/):[];d.styles=k(f);d.attributes=k(d.attributes);d.children=[];h.length&&(d.attributes["class"]=h.join(" "));f&&(d.attributes.style=CKEDITOR.tools.writeCssText(d.styles));f=d}else d=a.getDefinition(),f=d.styles,h=d.attributes||{},f&&!CKEDITOR.tools.isEmpty(f)?(f=F(f),h.style=CKEDITOR.tools.writeCssText(f,!0)):f={},f={name:d.element,attributes:h,classes:h["class"]?h["class"].split(/\s+/):[],styles:f,children:[]};var h=CKEDITOR.tools.clone(f),m=[],u;if(!1!==b&&(u=this._.transformations[f.name])){for(d= +0;d<u.length;++d)y(this,f,u[d]);v(f)}r(this,h,m,{doFilter:!0,doTransform:!1!==b,skipRequired:!c,skipFinalValidation:!c});b=0<m.length?!1:CKEDITOR.tools.objectCompare(f.attributes,h.attributes,!0)?!0:!1;"string"==typeof a&&(this._.cachedChecks[e]=b);return b},getAllowedEnterMode:function(){var a=["p","div","br"],b={p:CKEDITOR.ENTER_P,div:CKEDITOR.ENTER_DIV,br:CKEDITOR.ENTER_BR};return function(c,d){var f=a.slice(),g;if(this.check(H[c]))return c;for(d||(f=f.reverse());g=f.pop();)if(this.check(g))return b[g]; +return CKEDITOR.ENTER_BR}}(),destroy:function(){delete CKEDITOR.filter.instances[this.id];delete this._;delete this.allowedContent;delete this.disallowedContent}};var K={styles:1,attributes:1,classes:1},E={styles:"requiredStyles",attributes:"requiredAttributes",classes:"requiredClasses"},N=/^([a-z0-9\-*\s]+)((?:\s*\{[!\w\-,\s\*]+\}\s*|\s*\[[!\w\-,\s\*]+\]\s*|\s*\([!\w\-,\s\*]+\)\s*){0,3})(?:;\s*|$)/i,R={styles:/{([^}]+)}/,attrs:/\[([^\]]+)\]/,classes:/\(([^\)]+)\)/},P=/^cke:(object|embed|param)$/, +T=/^(object|embed|param)$/,O;O=CKEDITOR.filter.transformationsTools={sizeToStyle:function(a){this.lengthToStyle(a,"width");this.lengthToStyle(a,"height")},sizeToAttribute:function(a){this.lengthToAttribute(a,"width");this.lengthToAttribute(a,"height")},lengthToStyle:function(a,b,c){c=c||b;if(!(c in a.styles)){var d=a.attributes[b];d&&(/^\d+$/.test(d)&&(d+="px"),a.styles[c]=d)}delete a.attributes[b]},lengthToAttribute:function(a,b,c){c=c||b;if(!(c in a.attributes)){var d=a.styles[b],f=d&&d.match(/^(\d+)(?:\.\d*)?px$/); +f?a.attributes[c]=f[1]:"cke-test"==d&&(a.attributes[c]="cke-test")}delete a.styles[b]},alignmentToStyle:function(a){if(!("float"in a.styles)){var b=a.attributes.align;if("left"==b||"right"==b)a.styles["float"]=b}delete a.attributes.align},alignmentToAttribute:function(a){if(!("align"in a.attributes)){var b=a.styles["float"];if("left"==b||"right"==b)a.attributes.align=b}delete a.styles["float"]},matchesStyle:D,transform:function(a,b){if("string"==typeof b)a.name=b;else{var c=b.getDefinition(),d=c.styles, +f=c.attributes,g,e,k,h;a.name=c.element;for(g in f)if("class"==g)for(c=a.classes.join("|"),k=f[g].split(/\s+/);h=k.pop();)-1==c.indexOf(h)&&a.classes.push(h);else a.attributes[g]=f[g];for(e in d)a.styles[e]=d[e]}}}}(),function(){CKEDITOR.focusManager=function(a){if(a.focusManager)return a.focusManager;this.hasFocus=!1;this.currentActive=null;this._={editor:a};return this};CKEDITOR.focusManager._={blurDelay:200};CKEDITOR.focusManager.prototype={focus:function(a){this._.timer&&clearTimeout(this._.timer); +a&&(this.currentActive=a);this.hasFocus||this._.locked||((a=CKEDITOR.currentInstance)&&a.focusManager.blur(1),this.hasFocus=!0,(a=this._.editor.container)&&a.addClass("cke_focus"),this._.editor.fire("focus"))},lock:function(){this._.locked=1},unlock:function(){delete this._.locked},blur:function(a){function e(){if(this.hasFocus){this.hasFocus=!1;var a=this._.editor.container;a&&a.removeClass("cke_focus");this._.editor.fire("blur")}}if(!this._.locked){this._.timer&&clearTimeout(this._.timer);var b= +CKEDITOR.focusManager._.blurDelay;a||!b?e.call(this):this._.timer=CKEDITOR.tools.setTimeout(function(){delete this._.timer;e.call(this)},b,this)}},add:function(a,e){var b=a.getCustomData("focusmanager");if(!b||b!=this){b&&b.remove(a);var b="focus",c="blur";e&&(CKEDITOR.env.ie?(b="focusin",c="focusout"):CKEDITOR.event.useCapture=1);var d={blur:function(){a.equals(this.currentActive)&&this.blur()},focus:function(){this.focus(a)}};a.on(b,d.focus,this);a.on(c,d.blur,this);e&&(CKEDITOR.event.useCapture= +0);a.setCustomData("focusmanager",this);a.setCustomData("focusmanager_handlers",d)}},remove:function(a){a.removeCustomData("focusmanager");var e=a.removeCustomData("focusmanager_handlers");a.removeListener("blur",e.blur);a.removeListener("focus",e.focus)}}}(),CKEDITOR.keystrokeHandler=function(a){if(a.keystrokeHandler)return a.keystrokeHandler;this.keystrokes={};this.blockedKeystrokes={};this._={editor:a};return this},function(){var a,e=function(b){b=b.data;var d=b.getKeystroke(),e=this.keystrokes[d], +l=this._.editor;a=!1===l.fire("key",{keyCode:d,domEvent:b});a||(e&&(a=!1!==l.execCommand(e,{from:"keystrokeHandler"})),a||(a=!!this.blockedKeystrokes[d]));a&&b.preventDefault(!0);return!a},b=function(b){a&&(a=!1,b.data.preventDefault(!0))};CKEDITOR.keystrokeHandler.prototype={attach:function(a){a.on("keydown",e,this);if(CKEDITOR.env.gecko&&CKEDITOR.env.mac)a.on("keypress",b,this)}}}(),function(){CKEDITOR.lang={languages:{af:1,ar:1,bg:1,bn:1,bs:1,ca:1,cs:1,cy:1,da:1,de:1,"de-ch":1,el:1,"en-au":1,"en-ca":1, +"en-gb":1,en:1,eo:1,es:1,et:1,eu:1,fa:1,fi:1,fo:1,"fr-ca":1,fr:1,gl:1,gu:1,he:1,hi:1,hr:1,hu:1,id:1,is:1,it:1,ja:1,ka:1,km:1,ko:1,ku:1,lt:1,lv:1,mk:1,mn:1,ms:1,nb:1,nl:1,no:1,pl:1,"pt-br":1,pt:1,ro:1,ru:1,si:1,sk:1,sl:1,sq:1,"sr-latn":1,sr:1,sv:1,th:1,tr:1,tt:1,ug:1,uk:1,vi:1,"zh-cn":1,zh:1},rtl:{ar:1,fa:1,he:1,ku:1,ug:1},load:function(a,e,b){a&&CKEDITOR.lang.languages[a]||(a=this.detect(e,a));var c=this;e=function(){c[a].dir=c.rtl[a]?"rtl":"ltr";b(a,c[a])};this[a]?e():CKEDITOR.scriptLoader.load(CKEDITOR.getUrl("lang/"+ +a+".js"),e,this)},detect:function(a,e){var b=this.languages;e=e||navigator.userLanguage||navigator.language||a;var c=e.toLowerCase().match(/([a-z]+)(?:-([a-z]+))?/),d=c[1],c=c[2];b[d+"-"+c]?d=d+"-"+c:b[d]||(d=null);CKEDITOR.lang.detect=d?function(){return d}:function(a){return a};return d||a}}}(),CKEDITOR.scriptLoader=function(){var a={},e={};return{load:function(b,c,d,m){var l="string"==typeof b;l&&(b=[b]);d||(d=CKEDITOR);var f=b.length,h=[],k=[],g=function(a){c&&(l?c.call(d,a):c.call(d,h,k))};if(0=== +f)g(!0);else{var n=function(a,b){(b?h:k).push(a);0>=--f&&(m&&CKEDITOR.document.getDocumentElement().removeStyle("cursor"),g(b))},t=function(b,c){a[b]=1;var d=e[b];delete e[b];for(var f=0;f<d.length;f++)d[f](b,c)},r=function(b){if(a[b])n(b,!0);else{var d=e[b]||(e[b]=[]);d.push(n);if(!(1<d.length)){var f=new CKEDITOR.dom.element("script");f.setAttributes({type:"text/javascript",src:b});c&&(CKEDITOR.env.ie&&11>CKEDITOR.env.version?f.$.onreadystatechange=function(){if("loaded"==f.$.readyState||"complete"== +f.$.readyState)f.$.onreadystatechange=null,t(b,!0)}:(f.$.onload=function(){setTimeout(function(){t(b,!0)},0)},f.$.onerror=function(){t(b,!1)}));f.appendTo(CKEDITOR.document.getHead())}}};m&&CKEDITOR.document.getDocumentElement().setStyle("cursor","wait");for(var q=0;q<f;q++)r(b[q])}},queue:function(){function a(){var b;(b=c[0])&&this.load(b.scriptUrl,b.callback,CKEDITOR,0)}var c=[];return function(d,e){var l=this;c.push({scriptUrl:d,callback:function(){e&&e.apply(this,arguments);c.shift();a.call(l)}}); +1==c.length&&a.call(this)}}()}}(),CKEDITOR.resourceManager=function(a,e){this.basePath=a;this.fileName=e;this.registered={};this.loaded={};this.externals={};this._={waitingList:{}}},CKEDITOR.resourceManager.prototype={add:function(a,e){if(this.registered[a])throw Error('[CKEDITOR.resourceManager.add] The resource name "'+a+'" is already registered.');var b=this.registered[a]=e||{};b.name=a;b.path=this.getPath(a);CKEDITOR.fire(a+CKEDITOR.tools.capitalize(this.fileName)+"Ready",b);return this.get(a)}, +get:function(a){return this.registered[a]||null},getPath:function(a){var e=this.externals[a];return CKEDITOR.getUrl(e&&e.dir||this.basePath+a+"/")},getFilePath:function(a){var e=this.externals[a];return CKEDITOR.getUrl(this.getPath(a)+(e?e.file:this.fileName+".js"))},addExternal:function(a,e,b){a=a.split(",");for(var c=0;c<a.length;c++){var d=a[c];b||(e=e.replace(/[^\/]+$/,function(a){b=a;return""}));this.externals[d]={dir:e,file:b||this.fileName+".js"}}},load:function(a,e,b){CKEDITOR.tools.isArray(a)|| +(a=a?[a]:[]);for(var c=this.loaded,d=this.registered,m=[],l={},f={},h=0;h<a.length;h++){var k=a[h];if(k)if(c[k]||d[k])f[k]=this.get(k);else{var g=this.getFilePath(k);m.push(g);g in l||(l[g]=[]);l[g].push(k)}}CKEDITOR.scriptLoader.load(m,function(a,d){if(d.length)throw Error('[CKEDITOR.resourceManager.load] Resource name "'+l[d[0]].join(",")+'" was not found at "'+d[0]+'".');for(var g=0;g<a.length;g++)for(var k=l[a[g]],h=0;h<k.length;h++){var m=k[h];f[m]=this.get(m);c[m]=1}e.call(b,f)},this)}},CKEDITOR.plugins= +new CKEDITOR.resourceManager("plugins/","plugin"),CKEDITOR.plugins.load=CKEDITOR.tools.override(CKEDITOR.plugins.load,function(a){var e={};return function(b,c,d){var m={},l=function(b){a.call(this,b,function(a){CKEDITOR.tools.extend(m,a);var b=[],f;for(f in a){var n=a[f],t=n&&n.requires;if(!e[f]){if(n.icons)for(var r=n.icons.split(","),q=r.length;q--;)CKEDITOR.skin.addIcon(r[q],n.path+"icons/"+(CKEDITOR.env.hidpi&&n.hidpi?"hidpi/":"")+r[q]+".png");e[f]=1}if(t)for(t.split&&(t=t.split(",")),n=0;n<t.length;n++)m[t[n]]|| +b.push(t[n])}if(b.length)l.call(this,b);else{for(f in m)n=m[f],n.onLoad&&!n.onLoad._called&&(!1===n.onLoad()&&delete m[f],n.onLoad._called=1);c&&c.call(d||window,m)}},this)};l.call(this,b)}}),CKEDITOR.plugins.setLang=function(a,e,b){var c=this.get(a);a=c.langEntries||(c.langEntries={});c=c.lang||(c.lang=[]);c.split&&(c=c.split(","));-1==CKEDITOR.tools.indexOf(c,e)&&c.push(e);a[e]=b},CKEDITOR.ui=function(a){if(a.ui)return a.ui;this.items={};this.instances={};this.editor=a;this._={handlers:{}};return this}, +CKEDITOR.ui.prototype={add:function(a,e,b){b.name=a.toLowerCase();var c=this.items[a]={type:e,command:b.command||null,args:Array.prototype.slice.call(arguments,2)};CKEDITOR.tools.extend(c,b)},get:function(a){return this.instances[a]},create:function(a){var e=this.items[a],b=e&&this._.handlers[e.type],c=e&&e.command&&this.editor.getCommand(e.command),b=b&&b.create.apply(this,e.args);this.instances[a]=b;c&&c.uiItems.push(b);b&&!b.type&&(b.type=e.type);return b},addHandler:function(a,e){this._.handlers[a]= +e},space:function(a){return CKEDITOR.document.getById(this.spaceId(a))},spaceId:function(a){return this.editor.id+"_"+a}},CKEDITOR.event.implementOn(CKEDITOR.ui),function(){function a(a,d,g){CKEDITOR.event.call(this);a=a&&CKEDITOR.tools.clone(a);if(void 0!==d){if(!(d instanceof CKEDITOR.dom.element))throw Error("Expect element of type CKEDITOR.dom.element.");if(!g)throw Error("One of the element modes must be specified.");if(CKEDITOR.env.ie&&CKEDITOR.env.quirks&&g==CKEDITOR.ELEMENT_MODE_INLINE)throw Error("Inline element mode is not supported on IE quirks."); +if(!b(d,g))throw Error('The specified element mode is not supported on element: "'+d.getName()+'".');this.element=d;this.elementMode=g;this.name=this.elementMode!=CKEDITOR.ELEMENT_MODE_APPENDTO&&(d.getId()||d.getNameAtt())}else this.elementMode=CKEDITOR.ELEMENT_MODE_NONE;this._={};this.commands={};this.templates={};this.name=this.name||e();this.id=CKEDITOR.tools.getNextId();this.status="unloaded";this.config=CKEDITOR.tools.prototypedCopy(CKEDITOR.config);this.ui=new CKEDITOR.ui(this);this.focusManager= +new CKEDITOR.focusManager(this);this.keystrokeHandler=new CKEDITOR.keystrokeHandler(this);this.on("readOnly",c);this.on("selectionChange",function(a){m(this,a.data.path)});this.on("activeFilterChange",function(){m(this,this.elementPath(),!0)});this.on("mode",c);this.on("instanceReady",function(){this.config.startupFocus&&this.focus()});CKEDITOR.fire("instanceCreated",null,this);CKEDITOR.add(this);CKEDITOR.tools.setTimeout(function(){"destroyed"!==this.status?f(this,a):CKEDITOR.warn("editor-incorrect-destroy")}, +0,this)}function e(){do var a="editor"+ ++r;while(CKEDITOR.instances[a]);return a}function b(a,b){return b==CKEDITOR.ELEMENT_MODE_INLINE?a.is(CKEDITOR.dtd.$editable)||a.is("textarea"):b==CKEDITOR.ELEMENT_MODE_REPLACE?!a.is(CKEDITOR.dtd.$nonBodyContent):1}function c(){var a=this.commands,b;for(b in a)d(this,a[b])}function d(a,b){b[b.startDisabled?"disable":a.readOnly&&!b.readOnly?"disable":b.modes[a.mode]?"enable":"disable"]()}function m(a,b,c){if(b){var d,f,g=a.commands;for(f in g)d=g[f],(c||d.contextSensitive)&& +d.refresh(a,b)}}function l(a){var b=a.config.customConfig;if(!b)return!1;var b=CKEDITOR.getUrl(b),c=q[b]||(q[b]={});c.fn?(c.fn.call(a,a.config),CKEDITOR.getUrl(a.config.customConfig)!=b&&l(a)||a.fireOnce("customConfigLoaded")):CKEDITOR.scriptLoader.queue(b,function(){c.fn=CKEDITOR.editorConfig?CKEDITOR.editorConfig:function(){};l(a)});return!0}function f(a,b){a.on("customConfigLoaded",function(){if(b){if(b.on)for(var c in b.on)a.on(c,b.on[c]);CKEDITOR.tools.extend(a.config,b,!0);delete a.config.on}c= +a.config;a.readOnly=c.readOnly?!0:a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?a.element.is("textarea")?a.element.hasAttribute("disabled")||a.element.hasAttribute("readonly"):a.element.isReadOnly():a.elementMode==CKEDITOR.ELEMENT_MODE_REPLACE?a.element.hasAttribute("disabled")||a.element.hasAttribute("readonly"):!1;a.blockless=a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?!(a.element.is("textarea")||CKEDITOR.dtd[a.element.getName()].p):!1;a.tabIndex=c.tabIndex||a.element&&a.element.getAttribute("tabindex")|| +0;a.activeEnterMode=a.enterMode=a.blockless?CKEDITOR.ENTER_BR:c.enterMode;a.activeShiftEnterMode=a.shiftEnterMode=a.blockless?CKEDITOR.ENTER_BR:c.shiftEnterMode;c.skin&&(CKEDITOR.skinName=c.skin);a.fireOnce("configLoaded");a.dataProcessor=new CKEDITOR.htmlDataProcessor(a);a.filter=a.activeFilter=new CKEDITOR.filter(a);h(a)});b&&null!=b.customConfig&&(a.config.customConfig=b.customConfig);l(a)||a.fireOnce("customConfigLoaded")}function h(a){CKEDITOR.skin.loadPart("editor",function(){k(a)})}function k(a){CKEDITOR.lang.load(a.config.language, +a.config.defaultLanguage,function(b,c){var d=a.config.title;a.langCode=b;a.lang=CKEDITOR.tools.prototypedCopy(c);a.title="string"==typeof d||!1===d?d:[a.lang.editor,a.name].join(", ");a.config.contentsLangDirection||(a.config.contentsLangDirection=a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?a.element.getDirection(1):a.lang.dir);a.fire("langLoaded");g(a)})}function g(a){a.getStylesSet(function(b){a.once("loaded",function(){a.fire("stylesSet",{styles:b})},null,null,1);n(a)})}function n(a){var b=a.config, +c=b.plugins,d=b.extraPlugins,f=b.removePlugins;if(d)var g=new RegExp("(?:^|,)(?:"+d.replace(/\s*,\s*/g,"|")+")(?\x3d,|$)","g"),c=c.replace(g,""),c=c+(","+d);if(f)var e=new RegExp("(?:^|,)(?:"+f.replace(/\s*,\s*/g,"|")+")(?\x3d,|$)","g"),c=c.replace(e,"");CKEDITOR.env.air&&(c+=",adobeair");CKEDITOR.plugins.load(c.split(","),function(c){var d=[],f=[],g=[];a.plugins=c;for(var k in c){var h=c[k],m=h.lang,u=null,l=h.requires,E;CKEDITOR.tools.isArray(l)&&(l=l.join(","));if(l&&(E=l.match(e)))for(;l=E.pop();)CKEDITOR.error("editor-plugin-required", +{plugin:l.replace(",",""),requiredBy:k});m&&!a.lang[k]&&(m.split&&(m=m.split(",")),0<=CKEDITOR.tools.indexOf(m,a.langCode)?u=a.langCode:(u=a.langCode.replace(/-.*/,""),u=u!=a.langCode&&0<=CKEDITOR.tools.indexOf(m,u)?u:0<=CKEDITOR.tools.indexOf(m,"en")?"en":m[0]),h.langEntries&&h.langEntries[u]?(a.lang[k]=h.langEntries[u],u=null):g.push(CKEDITOR.getUrl(h.path+"lang/"+u+".js")));f.push(u);d.push(h)}CKEDITOR.scriptLoader.load(g,function(){for(var c=["beforeInit","init","afterInit"],g=0;g<c.length;g++)for(var e= +0;e<d.length;e++){var k=d[e];0===g&&f[e]&&k.lang&&k.langEntries&&(a.lang[k.name]=k.langEntries[f[e]]);if(k[c[g]])k[c[g]](a)}a.fireOnce("pluginsLoaded");b.keystrokes&&a.setKeystroke(a.config.keystrokes);for(e=0;e<a.config.blockedKeystrokes.length;e++)a.keystrokeHandler.blockedKeystrokes[a.config.blockedKeystrokes[e]]=1;a.status="loaded";a.fireOnce("loaded");CKEDITOR.fire("instanceLoaded",null,a)})})}function t(){var a=this.element;if(a&&this.elementMode!=CKEDITOR.ELEMENT_MODE_APPENDTO){var b=this.getData(); +this.config.htmlEncodeOutput&&(b=CKEDITOR.tools.htmlEncode(b));a.is("textarea")?a.setValue(b):a.setHtml(b);return!0}return!1}a.prototype=CKEDITOR.editor.prototype;CKEDITOR.editor=a;var r=0,q={};CKEDITOR.tools.extend(CKEDITOR.editor.prototype,{addCommand:function(a,b){b.name=a.toLowerCase();var c=new CKEDITOR.command(this,b);this.mode&&d(this,c);return this.commands[a]=c},_attachToForm:function(){function a(b){c.updateElement();c._.required&&!d.getValue()&&!1===c.fire("required")&&b.data.preventDefault()} +function b(a){return!!(a&&a.call&&a.apply)}var c=this,d=c.element,f=new CKEDITOR.dom.element(d.$.form);d.is("textarea")&&f&&(f.on("submit",a),b(f.$.submit)&&(f.$.submit=CKEDITOR.tools.override(f.$.submit,function(b){return function(){a();b.apply?b.apply(this):b()}})),c.on("destroy",function(){f.removeListener("submit",a)}))},destroy:function(a){this.fire("beforeDestroy");!a&&t.call(this);this.editable(null);this.filter&&(this.filter.destroy(),delete this.filter);delete this.activeFilter;this.status= +"destroyed";this.fire("destroy");this.removeAllListeners();CKEDITOR.remove(this);CKEDITOR.fire("instanceDestroyed",null,this)},elementPath:function(a){if(!a){a=this.getSelection();if(!a)return null;a=a.getStartElement()}return a?new CKEDITOR.dom.elementPath(a,this.editable()):null},createRange:function(){var a=this.editable();return a?new CKEDITOR.dom.range(a):null},execCommand:function(a,b){var c=this.getCommand(a),d={name:a,commandData:b,command:c};return c&&c.state!=CKEDITOR.TRISTATE_DISABLED&& +!1!==this.fire("beforeCommandExec",d)&&(d.returnValue=c.exec(d.commandData),!c.async&&!1!==this.fire("afterCommandExec",d))?d.returnValue:!1},getCommand:function(a){return this.commands[a]},getData:function(a){!a&&this.fire("beforeGetData");var b=this._.data;"string"!=typeof b&&(b=(b=this.element)&&this.elementMode==CKEDITOR.ELEMENT_MODE_REPLACE?b.is("textarea")?b.getValue():b.getHtml():"");b={dataValue:b};!a&&this.fire("getData",b);return b.dataValue},getSnapshot:function(){var a=this.fire("getSnapshot"); +"string"!=typeof a&&(a=(a=this.element)&&this.elementMode==CKEDITOR.ELEMENT_MODE_REPLACE?a.is("textarea")?a.getValue():a.getHtml():"");return a},loadSnapshot:function(a){this.fire("loadSnapshot",a)},setData:function(a,b,c){var d=!0,f=b;b&&"object"==typeof b&&(c=b.internal,f=b.callback,d=!b.noSnapshot);!c&&d&&this.fire("saveSnapshot");if(f||!c)this.once("dataReady",function(a){!c&&d&&this.fire("saveSnapshot");f&&f.call(a.editor)});a={dataValue:a};!c&&this.fire("setData",a);this._.data=a.dataValue; +!c&&this.fire("afterSetData",a)},setReadOnly:function(a){a=null==a||a;this.readOnly!=a&&(this.readOnly=a,this.keystrokeHandler.blockedKeystrokes[8]=+a,this.editable().setReadOnly(a),this.fire("readOnly"))},insertHtml:function(a,b,c){this.fire("insertHtml",{dataValue:a,mode:b,range:c})},insertText:function(a){this.fire("insertText",a)},insertElement:function(a){this.fire("insertElement",a)},getSelectedHtml:function(a){var b=this.editable(),c=this.getSelection(),c=c&&c.getRanges();if(!b||!c||0===c.length)return null; +for(var d=new CKEDITOR.dom.documentFragment,f,g,e,k=0;k<c.length;k++){var h=c[k],m=h.startContainer;m.getName&&"tr"==m.getName()?(f||(f=m.getAscendant("table").clone(),f.append(m.getAscendant("tbody").clone()),d.append(f),f=f.findOne("tbody")),g&&g.equals(m)||(g=m,e=m.clone(),f.append(e)),e.append(h.cloneContents())):d.append(h.cloneContents())}b=f?d:b.getHtmlFromRange(c[0]);return a?b.getHtml():b},extractSelectedHtml:function(a,b){var c=this.editable(),d=this.getSelection().getRanges();if(!c||0=== +d.length)return null;d=d[0];c=c.extractHtmlFromRange(d,b);b||this.getSelection().selectRanges([d]);return a?c.getHtml():c},focus:function(){this.fire("beforeFocus")},checkDirty:function(){return"ready"==this.status&&this._.previousValue!==this.getSnapshot()},resetDirty:function(){this._.previousValue=this.getSnapshot()},updateElement:function(){return t.call(this)},setKeystroke:function(){for(var a=this.keystrokeHandler.keystrokes,b=CKEDITOR.tools.isArray(arguments[0])?arguments[0]:[[].slice.call(arguments, +0)],c,d,f=b.length;f--;)c=b[f],d=0,CKEDITOR.tools.isArray(c)&&(d=c[1],c=c[0]),d?a[c]=d:delete a[c]},addFeature:function(a){return this.filter.addFeature(a)},setActiveFilter:function(a){a||(a=this.filter);this.activeFilter!==a&&(this.activeFilter=a,this.fire("activeFilterChange"),a===this.filter?this.setActiveEnterMode(null,null):this.setActiveEnterMode(a.getAllowedEnterMode(this.enterMode),a.getAllowedEnterMode(this.shiftEnterMode,!0)))},setActiveEnterMode:function(a,b){a=a?this.blockless?CKEDITOR.ENTER_BR: +a:this.enterMode;b=b?this.blockless?CKEDITOR.ENTER_BR:b:this.shiftEnterMode;if(this.activeEnterMode!=a||this.activeShiftEnterMode!=b)this.activeEnterMode=a,this.activeShiftEnterMode=b,this.fire("activeEnterModeChange")},showNotification:function(a){alert(a)}})}(),CKEDITOR.ELEMENT_MODE_NONE=0,CKEDITOR.ELEMENT_MODE_REPLACE=1,CKEDITOR.ELEMENT_MODE_APPENDTO=2,CKEDITOR.ELEMENT_MODE_INLINE=3,CKEDITOR.htmlParser=function(){this._={htmlPartsRegex:/<(?:(?:\/([^>]+)>)|(?:!--([\S|\s]*?)--\x3e)|(?:([^\/\s>]+)((?:\s+[\w\-:.]+(?:\s*=\s*?(?:(?:"[^"]*")|(?:'[^']*')|[^\s"'\/>]+))?)*)[\S\s]*?(\/?)>))/g}}, +function(){var a=/([\w\-:.]+)(?:(?:\s*=\s*(?:(?:"([^"]*)")|(?:'([^']*)')|([^\s>]+)))|(?=\s|$))/g,e={checked:1,compact:1,declare:1,defer:1,disabled:1,ismap:1,multiple:1,nohref:1,noresize:1,noshade:1,nowrap:1,readonly:1,selected:1};CKEDITOR.htmlParser.prototype={onTagOpen:function(){},onTagClose:function(){},onText:function(){},onCDATA:function(){},onComment:function(){},parse:function(b){for(var c,d,m=0,l;c=this._.htmlPartsRegex.exec(b);){d=c.index;if(d>m)if(m=b.substring(m,d),l)l.push(m);else this.onText(m); +m=this._.htmlPartsRegex.lastIndex;if(d=c[1])if(d=d.toLowerCase(),l&&CKEDITOR.dtd.$cdata[d]&&(this.onCDATA(l.join("")),l=null),!l){this.onTagClose(d);continue}if(l)l.push(c[0]);else if(d=c[3]){if(d=d.toLowerCase(),!/="/.test(d)){var f={},h,k=c[4];c=!!c[5];if(k)for(;h=a.exec(k);){var g=h[1].toLowerCase();h=h[2]||h[3]||h[4]||"";f[g]=!h&&e[g]?g:CKEDITOR.tools.htmlDecodeAttr(h)}this.onTagOpen(d,f,c);!l&&CKEDITOR.dtd.$cdata[d]&&(l=[])}}else if(d=c[2])this.onComment(d)}if(b.length>m)this.onText(b.substring(m, +b.length))}}}(),CKEDITOR.htmlParser.basicWriter=CKEDITOR.tools.createClass({$:function(){this._={output:[]}},proto:{openTag:function(a){this._.output.push("\x3c",a)},openTagClose:function(a,e){e?this._.output.push(" /\x3e"):this._.output.push("\x3e")},attribute:function(a,e){"string"==typeof e&&(e=CKEDITOR.tools.htmlEncodeAttr(e));this._.output.push(" ",a,'\x3d"',e,'"')},closeTag:function(a){this._.output.push("\x3c/",a,"\x3e")},text:function(a){this._.output.push(a)},comment:function(a){this._.output.push("\x3c!--", +a,"--\x3e")},write:function(a){this._.output.push(a)},reset:function(){this._.output=[];this._.indent=!1},getHtml:function(a){var e=this._.output.join("");a&&this.reset();return e}}}),"use strict",function(){CKEDITOR.htmlParser.node=function(){};CKEDITOR.htmlParser.node.prototype={remove:function(){var a=this.parent.children,e=CKEDITOR.tools.indexOf(a,this),b=this.previous,c=this.next;b&&(b.next=c);c&&(c.previous=b);a.splice(e,1);this.parent=null},replaceWith:function(a){var e=this.parent.children, +b=CKEDITOR.tools.indexOf(e,this),c=a.previous=this.previous,d=a.next=this.next;c&&(c.next=a);d&&(d.previous=a);e[b]=a;a.parent=this.parent;this.parent=null},insertAfter:function(a){var e=a.parent.children,b=CKEDITOR.tools.indexOf(e,a),c=a.next;e.splice(b+1,0,this);this.next=a.next;this.previous=a;a.next=this;c&&(c.previous=this);this.parent=a.parent},insertBefore:function(a){var e=a.parent.children,b=CKEDITOR.tools.indexOf(e,a);e.splice(b,0,this);this.next=a;(this.previous=a.previous)&&(a.previous.next= +this);a.previous=this;this.parent=a.parent},getAscendant:function(a){var e="function"==typeof a?a:"string"==typeof a?function(b){return b.name==a}:function(b){return b.name in a},b=this.parent;for(;b&&b.type==CKEDITOR.NODE_ELEMENT;){if(e(b))return b;b=b.parent}return null},wrapWith:function(a){this.replaceWith(a);a.add(this);return a},getIndex:function(){return CKEDITOR.tools.indexOf(this.parent.children,this)},getFilterContext:function(a){return a||{}}}}(),"use strict",CKEDITOR.htmlParser.comment= +function(a){this.value=a;this._={isBlockLike:!1}},CKEDITOR.htmlParser.comment.prototype=CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_COMMENT,filter:function(a,e){var b=this.value;if(!(b=a.onComment(e,b,this)))return this.remove(),!1;if("string"!=typeof b)return this.replaceWith(b),!1;this.value=b;return!0},writeHtml:function(a,e){e&&this.filter(e);a.comment(this.value)}}),"use strict",function(){CKEDITOR.htmlParser.text=function(a){this.value=a;this._={isBlockLike:!1}};CKEDITOR.htmlParser.text.prototype= +CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_TEXT,filter:function(a,e){if(!(this.value=a.onText(e,this.value,this)))return this.remove(),!1},writeHtml:function(a,e){e&&this.filter(e);a.text(this.value)}})}(),"use strict",function(){CKEDITOR.htmlParser.cdata=function(a){this.value=a};CKEDITOR.htmlParser.cdata.prototype=CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_TEXT,filter:function(){},writeHtml:function(a){a.write(this.value)}})}(),"use strict", +CKEDITOR.htmlParser.fragment=function(){this.children=[];this.parent=null;this._={isBlockLike:!0,hasInlineStarted:!1}},function(){function a(a){return a.attributes["data-cke-survive"]?!1:"a"==a.name&&a.attributes.href||CKEDITOR.dtd.$removeEmpty[a.name]}var e=CKEDITOR.tools.extend({table:1,ul:1,ol:1,dl:1},CKEDITOR.dtd.table,CKEDITOR.dtd.ul,CKEDITOR.dtd.ol,CKEDITOR.dtd.dl),b={ol:1,ul:1},c=CKEDITOR.tools.extend({},{html:1},CKEDITOR.dtd.html,CKEDITOR.dtd.body,CKEDITOR.dtd.head,{style:1,script:1}),d={ul:"li", +ol:"li",dl:"dd",table:"tbody",tbody:"tr",thead:"tr",tfoot:"tr",tr:"td"};CKEDITOR.htmlParser.fragment.fromHtml=function(m,l,f){function h(a){var b;if(0<p.length)for(var c=0;c<p.length;c++){var d=p[c],f=d.name,g=CKEDITOR.dtd[f],e=z.name&&CKEDITOR.dtd[z.name];e&&!e[f]||a&&g&&!g[a]&&CKEDITOR.dtd[a]?f==z.name&&(n(z,z.parent,1),c--):(b||(k(),b=1),d=d.clone(),d.parent=z,z=d,p.splice(c,1),c--)}}function k(){for(;w.length;)n(w.shift(),z)}function g(a){if(a._.isBlockLike&&"pre"!=a.name&&"textarea"!=a.name){var b= +a.children.length,c=a.children[b-1],d;c&&c.type==CKEDITOR.NODE_TEXT&&((d=CKEDITOR.tools.rtrim(c.value))?c.value=d:a.children.length=b-1)}}function n(b,c,d){c=c||z||v;var e=z;void 0===b.previous&&(t(c,b)&&(z=c,q.onTagOpen(f,{}),b.returnPoint=c=z),g(b),a(b)&&!b.children.length||c.add(b),"pre"==b.name&&(u=!1),"textarea"==b.name&&(B=!1));b.returnPoint?(z=b.returnPoint,delete b.returnPoint):z=d?c:e}function t(a,b){if((a==v||"body"==a.name)&&f&&(!a.name||CKEDITOR.dtd[a.name][f])){var c,d;return(c=b.attributes&& +(d=b.attributes["data-cke-real-element-type"])?d:b.name)&&c in CKEDITOR.dtd.$inline&&!(c in CKEDITOR.dtd.head)&&!b.isOrphan||b.type==CKEDITOR.NODE_TEXT}}function r(a,b){return a in CKEDITOR.dtd.$listItem||a in CKEDITOR.dtd.$tableContent?a==b||"dt"==a&&"dd"==b||"dd"==a&&"dt"==b:!1}var q=new CKEDITOR.htmlParser,v=l instanceof CKEDITOR.htmlParser.element?l:"string"==typeof l?new CKEDITOR.htmlParser.element(l):new CKEDITOR.htmlParser.fragment,p=[],w=[],z=v,B="textarea"==v.name,u="pre"==v.name;q.onTagOpen= +function(d,f,g,m){f=new CKEDITOR.htmlParser.element(d,f);f.isUnknown&&g&&(f.isEmpty=!0);f.isOptionalClose=m;if(a(f))p.push(f);else{if("pre"==d)u=!0;else{if("br"==d&&u){z.add(new CKEDITOR.htmlParser.text("\n"));return}"textarea"==d&&(B=!0)}if("br"==d)w.push(f);else{for(;!(m=(g=z.name)?CKEDITOR.dtd[g]||(z._.isBlockLike?CKEDITOR.dtd.div:CKEDITOR.dtd.span):c,f.isUnknown||z.isUnknown||m[d]);)if(z.isOptionalClose)q.onTagClose(g);else if(d in b&&g in b)g=z.children,(g=g[g.length-1])&&"li"==g.name||n(g=new CKEDITOR.htmlParser.element("li"), +z),!f.returnPoint&&(f.returnPoint=z),z=g;else if(d in CKEDITOR.dtd.$listItem&&!r(d,g))q.onTagOpen("li"==d?"ul":"dl",{},0,1);else if(g in e&&!r(d,g))!f.returnPoint&&(f.returnPoint=z),z=z.parent;else if(g in CKEDITOR.dtd.$inline&&p.unshift(z),z.parent)n(z,z.parent,1);else{f.isOrphan=1;break}h(d);k();f.parent=z;f.isEmpty?n(f):z=f}}};q.onTagClose=function(a){for(var b=p.length-1;0<=b;b--)if(a==p[b].name){p.splice(b,1);return}for(var c=[],d=[],g=z;g!=v&&g.name!=a;)g._.isBlockLike||d.unshift(g),c.push(g), +g=g.returnPoint||g.parent;if(g!=v){for(b=0;b<c.length;b++){var e=c[b];n(e,e.parent)}z=g;g._.isBlockLike&&k();n(g,g.parent);g==z&&(z=z.parent);p=p.concat(d)}"body"==a&&(f=!1)};q.onText=function(a){if(!(z._.hasInlineStarted&&!w.length||u||B)&&(a=CKEDITOR.tools.ltrim(a),0===a.length))return;var b=z.name,g=b?CKEDITOR.dtd[b]||(z._.isBlockLike?CKEDITOR.dtd.div:CKEDITOR.dtd.span):c;if(!B&&!g["#"]&&b in e)q.onTagOpen(d[b]||""),q.onText(a);else{k();h();u||B||(a=a.replace(/[\t\r\n ]{2,}|[\t\r\n]/g," "));a= +new CKEDITOR.htmlParser.text(a);if(t(z,a))this.onTagOpen(f,{},0,1);z.add(a)}};q.onCDATA=function(a){z.add(new CKEDITOR.htmlParser.cdata(a))};q.onComment=function(a){k();h();z.add(new CKEDITOR.htmlParser.comment(a))};q.parse(m);for(k();z!=v;)n(z,z.parent,1);g(v);return v};CKEDITOR.htmlParser.fragment.prototype={type:CKEDITOR.NODE_DOCUMENT_FRAGMENT,add:function(a,b){isNaN(b)&&(b=this.children.length);var c=0<b?this.children[b-1]:null;if(c){if(a._.isBlockLike&&c.type==CKEDITOR.NODE_TEXT&&(c.value=CKEDITOR.tools.rtrim(c.value), +0===c.value.length)){this.children.pop();this.add(a);return}c.next=a}a.previous=c;a.parent=this;this.children.splice(b,0,a);this._.hasInlineStarted||(this._.hasInlineStarted=a.type==CKEDITOR.NODE_TEXT||a.type==CKEDITOR.NODE_ELEMENT&&!a._.isBlockLike)},filter:function(a,b){b=this.getFilterContext(b);a.onRoot(b,this);this.filterChildren(a,!1,b)},filterChildren:function(a,b,c){if(this.childrenFilteredBy!=a.id){c=this.getFilterContext(c);if(b&&!this.parent)a.onRoot(c,this);this.childrenFilteredBy=a.id; +for(b=0;b<this.children.length;b++)!1===this.children[b].filter(a,c)&&b--}},writeHtml:function(a,b){b&&this.filter(b);this.writeChildrenHtml(a)},writeChildrenHtml:function(a,b,c){var d=this.getFilterContext();if(c&&!this.parent&&b)b.onRoot(d,this);b&&this.filterChildren(b,!1,d);b=0;c=this.children;for(d=c.length;b<d;b++)c[b].writeHtml(a)},forEach:function(a,b,c){if(!(c||b&&this.type!=b))var d=a(this);if(!1!==d){c=this.children;for(var e=0;e<c.length;e++)d=c[e],d.type==CKEDITOR.NODE_ELEMENT?d.forEach(a, +b):b&&d.type!=b||a(d)}},getFilterContext:function(a){return a||{}}}}(),"use strict",function(){function a(){this.rules=[]}function e(b,c,d,e){var l,f;for(l in c)(f=b[l])||(f=b[l]=new a),f.add(c[l],d,e)}CKEDITOR.htmlParser.filter=CKEDITOR.tools.createClass({$:function(b){this.id=CKEDITOR.tools.getNextNumber();this.elementNameRules=new a;this.attributeNameRules=new a;this.elementsRules={};this.attributesRules={};this.textRules=new a;this.commentRules=new a;this.rootRules=new a;b&&this.addRules(b,10)}, +proto:{addRules:function(a,c){var d;"number"==typeof c?d=c:c&&"priority"in c&&(d=c.priority);"number"!=typeof d&&(d=10);"object"!=typeof c&&(c={});a.elementNames&&this.elementNameRules.addMany(a.elementNames,d,c);a.attributeNames&&this.attributeNameRules.addMany(a.attributeNames,d,c);a.elements&&e(this.elementsRules,a.elements,d,c);a.attributes&&e(this.attributesRules,a.attributes,d,c);a.text&&this.textRules.add(a.text,d,c);a.comment&&this.commentRules.add(a.comment,d,c);a.root&&this.rootRules.add(a.root, +d,c)},applyTo:function(a){a.filter(this)},onElementName:function(a,c){return this.elementNameRules.execOnName(a,c)},onAttributeName:function(a,c){return this.attributeNameRules.execOnName(a,c)},onText:function(a,c,d){return this.textRules.exec(a,c,d)},onComment:function(a,c,d){return this.commentRules.exec(a,c,d)},onRoot:function(a,c){return this.rootRules.exec(a,c)},onElement:function(a,c){for(var d=[this.elementsRules["^"],this.elementsRules[c.name],this.elementsRules.$],e,l=0;3>l;l++)if(e=d[l]){e= +e.exec(a,c,this);if(!1===e)return null;if(e&&e!=c)return this.onNode(a,e);if(c.parent&&!c.name)break}return c},onNode:function(a,c){var d=c.type;return d==CKEDITOR.NODE_ELEMENT?this.onElement(a,c):d==CKEDITOR.NODE_TEXT?new CKEDITOR.htmlParser.text(this.onText(a,c.value)):d==CKEDITOR.NODE_COMMENT?new CKEDITOR.htmlParser.comment(this.onComment(a,c.value)):null},onAttribute:function(a,c,d,e){return(d=this.attributesRules[d])?d.exec(a,e,c,this):e}}});CKEDITOR.htmlParser.filterRulesGroup=a;a.prototype= +{add:function(a,c,d){this.rules.splice(this.findIndex(c),0,{value:a,priority:c,options:d})},addMany:function(a,c,d){for(var e=[this.findIndex(c),0],l=0,f=a.length;l<f;l++)e.push({value:a[l],priority:c,options:d});this.rules.splice.apply(this.rules,e)},findIndex:function(a){for(var c=this.rules,d=c.length-1;0<=d&&a<c[d].priority;)d--;return d+1},exec:function(a,c){var d=c instanceof CKEDITOR.htmlParser.node||c instanceof CKEDITOR.htmlParser.fragment,e=Array.prototype.slice.call(arguments,1),l=this.rules, +f=l.length,h,k,g,n;for(n=0;n<f;n++)if(d&&(h=c.type,k=c.name),g=l[n],!(a.nonEditable&&!g.options.applyToAll||a.nestedEditable&&g.options.excludeNestedEditable)){g=g.value.apply(null,e);if(!1===g||d&&g&&(g.name!=k||g.type!=h))return g;null!=g&&(e[0]=c=g)}return c},execOnName:function(a,c){for(var d=0,e=this.rules,l=e.length,f;c&&d<l;d++)f=e[d],a.nonEditable&&!f.options.applyToAll||a.nestedEditable&&f.options.excludeNestedEditable||(c=c.replace(f.value[0],f.value[1]));return c}}}(),function(){function a(a, +f){function g(a){return a||CKEDITOR.env.needsNbspFiller?new CKEDITOR.htmlParser.text(" "):new CKEDITOR.htmlParser.element("br",{"data-cke-bogus":1})}function e(a,d){return function(f){if(f.type!=CKEDITOR.NODE_DOCUMENT_FRAGMENT){var e=[],h=b(f),u,l;if(h)for(k(h,1)&&e.push(h);h;)m(h)&&(u=c(h))&&k(u)&&((l=c(u))&&!m(l)?e.push(u):(g(E).insertAfter(u),u.remove())),h=h.previous;for(h=0;h<e.length;h++)e[h].remove();if(e=!a||!1!==("function"==typeof d?d(f):d))E||CKEDITOR.env.needsBrFiller||f.type!=CKEDITOR.NODE_DOCUMENT_FRAGMENT? +E||CKEDITOR.env.needsBrFiller||!(7<document.documentMode||f.name in CKEDITOR.dtd.tr||f.name in CKEDITOR.dtd.$listItem)?(e=b(f),e=!e||"form"==f.name&&"input"==e.name):e=!1:e=!1;e&&f.add(g(a))}}}function k(a,b){if((!E||CKEDITOR.env.needsBrFiller)&&a.type==CKEDITOR.NODE_ELEMENT&&"br"==a.name&&!a.attributes["data-cke-eol"])return!0;var c;return a.type==CKEDITOR.NODE_TEXT&&(c=a.value.match(p))&&(c.index&&((new CKEDITOR.htmlParser.text(a.value.substring(0,c.index))).insertBefore(a),a.value=c[0]),!CKEDITOR.env.needsBrFiller&& +E&&(!b||a.parent.name in B)||!E&&((c=a.previous)&&"br"==c.name||!c||m(c)))?!0:!1}var h={elements:{}},E="html"==f,B=CKEDITOR.tools.extend({},u),n;for(n in B)"#"in z[n]||delete B[n];for(n in B)h.elements[n]=e(E,a.config.fillEmptyBlocks);h.root=e(E,!1);h.elements.br=function(a){return function(b){if(b.parent.type!=CKEDITOR.NODE_DOCUMENT_FRAGMENT){var f=b.attributes;if("data-cke-bogus"in f||"data-cke-eol"in f)delete f["data-cke-bogus"];else{for(f=b.next;f&&d(f);)f=f.next;var e=c(b);!f&&m(b.parent)?l(b.parent, +g(a)):m(f)&&e&&!m(e)&&g(a).insertBefore(f)}}}}(E);return h}function e(a,b){return a!=CKEDITOR.ENTER_BR&&!1!==b?a==CKEDITOR.ENTER_DIV?"div":"p":!1}function b(a){for(a=a.children[a.children.length-1];a&&d(a);)a=a.previous;return a}function c(a){for(a=a.previous;a&&d(a);)a=a.previous;return a}function d(a){return a.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.trim(a.value)||a.type==CKEDITOR.NODE_ELEMENT&&a.attributes["data-cke-bookmark"]}function m(a){return a&&(a.type==CKEDITOR.NODE_ELEMENT&&a.name in +u||a.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT)}function l(a,b){var c=a.children[a.children.length-1];a.children.push(b);b.parent=a;c&&(c.next=b,b.previous=c)}function f(a){a=a.attributes;"false"!=a.contenteditable&&(a["data-cke-editable"]=a.contenteditable?"true":1);a.contenteditable="false"}function h(a){a=a.attributes;switch(a["data-cke-editable"]){case "true":a.contenteditable="true";break;case "1":delete a.contenteditable}}function k(a){return a.replace(C,function(a,b,c){return"\x3c"+b+c.replace(G, +function(a,b){return F.test(b)&&-1==c.indexOf("data-cke-saved-"+b)?" data-cke-saved-"+a+" data-cke-"+CKEDITOR.rnd+"-"+a:a})+"\x3e"})}function g(a,b){return a.replace(b,function(a,b,c){0===a.indexOf("\x3ctextarea")&&(a=b+r(c).replace(/</g,"\x26lt;").replace(/>/g,"\x26gt;")+"\x3c/textarea\x3e");return"\x3ccke:encoded\x3e"+encodeURIComponent(a)+"\x3c/cke:encoded\x3e"})}function n(a){return a.replace(K,function(a,b){return decodeURIComponent(b)})}function t(a){return a.replace(/\x3c!--(?!{cke_protected})[\s\S]+?--\x3e/g, +function(a){return"\x3c!--"+w+"{C}"+encodeURIComponent(a).replace(/--/g,"%2D%2D")+"--\x3e"})}function r(a){return a.replace(/\x3c!--\{cke_protected\}\{C\}([\s\S]+?)--\x3e/g,function(a,b){return decodeURIComponent(b)})}function q(a,b){var c=b._.dataStore;return a.replace(/\x3c!--\{cke_protected\}([\s\S]+?)--\x3e/g,function(a,b){return decodeURIComponent(b)}).replace(/\{cke_protected_(\d+)\}/g,function(a,b){return c&&c[b]||""})}function v(a,b){var c=[],d=b.config.protectedSource,f=b._.dataStore||(b._.dataStore= +{id:1}),g=/<\!--\{cke_temp(comment)?\}(\d*?)--\x3e/g,d=[/<script[\s\S]*?(<\/script>|$)/gi,/<noscript[\s\S]*?<\/noscript>/gi,/<meta[\s\S]*?\/?>/gi].concat(d);a=a.replace(/\x3c!--[\s\S]*?--\x3e/g,function(a){return"\x3c!--{cke_tempcomment}"+(c.push(a)-1)+"--\x3e"});for(var e=0;e<d.length;e++)a=a.replace(d[e],function(a){a=a.replace(g,function(a,b,d){return c[d]});return/cke_temp(comment)?/.test(a)?a:"\x3c!--{cke_temp}"+(c.push(a)-1)+"--\x3e"});a=a.replace(g,function(a,b,d){return"\x3c!--"+w+(b?"{C}": +"")+encodeURIComponent(c[d]).replace(/--/g,"%2D%2D")+"--\x3e"});a=a.replace(/<\w+(?:\s+(?:(?:[^\s=>]+\s*=\s*(?:[^'"\s>]+|'[^']*'|"[^"]*"))|[^\s=\/>]+))+\s*\/?>/g,function(a){return a.replace(/\x3c!--\{cke_protected\}([^>]*)--\x3e/g,function(a,b){f[f.id]=decodeURIComponent(b);return"{cke_protected_"+f.id++ +"}"})});return a=a.replace(/<(title|iframe|textarea)([^>]*)>([\s\S]*?)<\/\1>/g,function(a,c,d,f){return"\x3c"+c+d+"\x3e"+q(r(f),b)+"\x3c/"+c+"\x3e"})}CKEDITOR.htmlDataProcessor=function(b){var c, +d,f=this;this.editor=b;this.dataFilter=c=new CKEDITOR.htmlParser.filter;this.htmlFilter=d=new CKEDITOR.htmlParser.filter;this.writer=new CKEDITOR.htmlParser.basicWriter;c.addRules(y);c.addRules(D,{applyToAll:!0});c.addRules(a(b,"data"),{applyToAll:!0});d.addRules(x);d.addRules(A,{applyToAll:!0});d.addRules(a(b,"html"),{applyToAll:!0});b.on("toHtml",function(a){a=a.data;var c=a.dataValue,d,c=v(c,b),c=g(c,H),c=k(c),c=g(c,I),c=c.replace(E,"$1cke:$2"),c=c.replace(R,"\x3ccke:$1$2\x3e\x3c/cke:$1\x3e"), +c=c.replace(/(<pre\b[^>]*>)(\r\n|\n)/g,"$1$2$2"),c=c.replace(/([^a-z0-9<\-])(on\w{3,})(?!>)/gi,"$1data-cke-"+CKEDITOR.rnd+"-$2");d=a.context||b.editable().getName();var f;CKEDITOR.env.ie&&9>CKEDITOR.env.version&&"pre"==d&&(d="div",c="\x3cpre\x3e"+c+"\x3c/pre\x3e",f=1);d=b.document.createElement(d);d.setHtml("a"+c);c=d.getHtml().substr(1);c=c.replace(new RegExp("data-cke-"+CKEDITOR.rnd+"-","ig"),"");f&&(c=c.replace(/^<pre>|<\/pre>$/gi,""));c=c.replace(N,"$1$2");c=n(c);c=r(c);d=!1===a.fixForBody?!1: +e(a.enterMode,b.config.autoParagraph);c=CKEDITOR.htmlParser.fragment.fromHtml(c,a.context,d);d&&(f=c,!f.children.length&&CKEDITOR.dtd[f.name][d]&&(d=new CKEDITOR.htmlParser.element(d),f.add(d)));a.dataValue=c},null,null,5);b.on("toHtml",function(a){a.data.filter.applyTo(a.data.dataValue,!0,a.data.dontFilter,a.data.enterMode)&&b.fire("dataFiltered")},null,null,6);b.on("toHtml",function(a){a.data.dataValue.filterChildren(f.dataFilter,!0)},null,null,10);b.on("toHtml",function(a){a=a.data;var b=a.dataValue, +c=new CKEDITOR.htmlParser.basicWriter;b.writeChildrenHtml(c);b=c.getHtml(!0);a.dataValue=t(b)},null,null,15);b.on("toDataFormat",function(a){var c=a.data.dataValue;a.data.enterMode!=CKEDITOR.ENTER_BR&&(c=c.replace(/^<br *\/?>/i,""));a.data.dataValue=CKEDITOR.htmlParser.fragment.fromHtml(c,a.data.context,e(a.data.enterMode,b.config.autoParagraph))},null,null,5);b.on("toDataFormat",function(a){a.data.dataValue.filterChildren(f.htmlFilter,!0)},null,null,10);b.on("toDataFormat",function(a){a.data.filter.applyTo(a.data.dataValue, +!1,!0)},null,null,11);b.on("toDataFormat",function(a){var c=a.data.dataValue,d=f.writer;d.reset();c.writeChildrenHtml(d);c=d.getHtml(!0);c=r(c);c=q(c,b);a.data.dataValue=c},null,null,15)};CKEDITOR.htmlDataProcessor.prototype={toHtml:function(a,b,c,d){var f=this.editor,g,e,k,h;b&&"object"==typeof b?(g=b.context,c=b.fixForBody,d=b.dontFilter,e=b.filter,k=b.enterMode,h=b.protectedWhitespaces):g=b;g||null===g||(g=f.editable().getName());return f.fire("toHtml",{dataValue:a,context:g,fixForBody:c,dontFilter:d, +filter:e||f.filter,enterMode:k||f.enterMode,protectedWhitespaces:h}).dataValue},toDataFormat:function(a,b){var c,d,f;b&&(c=b.context,d=b.filter,f=b.enterMode);c||null===c||(c=this.editor.editable().getName());return this.editor.fire("toDataFormat",{dataValue:a,filter:d||this.editor.filter,context:c,enterMode:f||this.editor.enterMode}).dataValue}};var p=/(?: |\xa0)$/,w="{cke_protected}",z=CKEDITOR.dtd,B="caption colgroup col thead tfoot tbody".split(" "),u=CKEDITOR.tools.extend({},z.$blockLimit, +z.$block),y={elements:{input:f,textarea:f}},D={attributeNames:[[/^on/,"data-cke-pa-on"],[/^data-cke-expando$/,""]]},x={elements:{embed:function(a){var b=a.parent;if(b&&"object"==b.name){var c=b.attributes.width,b=b.attributes.height;c&&(a.attributes.width=c);b&&(a.attributes.height=b)}},a:function(a){var b=a.attributes;if(!(a.children.length||b.name||b.id||a.attributes["data-cke-saved-name"]))return!1}}},A={elementNames:[[/^cke:/,""],[/^\?xml:namespace$/,""]],attributeNames:[[/^data-cke-(saved|pa)-/, +""],[/^data-cke-.*/,""],["hidefocus",""]],elements:{$:function(a){var b=a.attributes;if(b){if(b["data-cke-temp"])return!1;for(var c=["name","href","src"],d,f=0;f<c.length;f++)d="data-cke-saved-"+c[f],d in b&&delete b[c[f]]}return a},table:function(a){a.children.slice(0).sort(function(a,b){var c,d;a.type==CKEDITOR.NODE_ELEMENT&&b.type==a.type&&(c=CKEDITOR.tools.indexOf(B,a.name),d=CKEDITOR.tools.indexOf(B,b.name));-1<c&&-1<d&&c!=d||(c=a.parent?a.getIndex():-1,d=b.parent?b.getIndex():-1);return c>d? +1:-1})},param:function(a){a.children=[];a.isEmpty=!0;return a},span:function(a){"Apple-style-span"==a.attributes["class"]&&delete a.name},html:function(a){delete a.attributes.contenteditable;delete a.attributes["class"]},body:function(a){delete a.attributes.spellcheck;delete a.attributes.contenteditable},style:function(a){var b=a.children[0];b&&b.value&&(b.value=CKEDITOR.tools.trim(b.value));a.attributes.type||(a.attributes.type="text/css")},title:function(a){var b=a.children[0];!b&&l(a,b=new CKEDITOR.htmlParser.text); +b.value=a.attributes["data-cke-title"]||""},input:h,textarea:h},attributes:{"class":function(a){return CKEDITOR.tools.ltrim(a.replace(/(?:^|\s+)cke_[^\s]*/g,""))||!1}}};CKEDITOR.env.ie&&(A.attributes.style=function(a){return a.replace(/(^|;)([^\:]+)/g,function(a){return a.toLowerCase()})});var C=/<(a|area|img|input|source)\b([^>]*)>/gi,G=/([\w-:]+)\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|(?:[^ "'>]+))/gi,F=/^(href|src|name)$/i,I=/(?:<style(?=[ >])[^>]*>[\s\S]*?<\/style>)|(?:<(:?link|meta|base)[^>]*>)/gi, +H=/(<textarea(?=[ >])[^>]*>)([\s\S]*?)(?:<\/textarea>)/gi,K=/<cke:encoded>([^<]*)<\/cke:encoded>/gi,E=/(<\/?)((?:object|embed|param|html|body|head|title)[^>]*>)/gi,N=/(<\/?)cke:((?:html|body|head|title)[^>]*>)/gi,R=/<cke:(param|embed)([^>]*?)\/?>(?!\s*<\/cke:\1)/gi}(),"use strict",CKEDITOR.htmlParser.element=function(a,e){this.name=a;this.attributes=e||{};this.children=[];var b=a||"",c=b.match(/^cke:(.*)/);c&&(b=c[1]);b=!!(CKEDITOR.dtd.$nonBodyContent[b]||CKEDITOR.dtd.$block[b]||CKEDITOR.dtd.$listItem[b]|| +CKEDITOR.dtd.$tableContent[b]||CKEDITOR.dtd.$nonEditable[b]||"br"==b);this.isEmpty=!!CKEDITOR.dtd.$empty[a];this.isUnknown=!CKEDITOR.dtd[a];this._={isBlockLike:b,hasInlineStarted:this.isEmpty||!b}},CKEDITOR.htmlParser.cssStyle=function(a){var e={};((a instanceof CKEDITOR.htmlParser.element?a.attributes.style:a)||"").replace(/"/g,'"').replace(/\s*([^ :;]+)\s*:\s*([^;]+)\s*(?=;|$)/g,function(a,c,d){"font-family"==c&&(d=d.replace(/["']/g,""));e[c.toLowerCase()]=d});return{rules:e,populate:function(a){var c= +this.toString();c&&(a instanceof CKEDITOR.dom.element?a.setAttribute("style",c):a instanceof CKEDITOR.htmlParser.element?a.attributes.style=c:a.style=c)},toString:function(){var a=[],c;for(c in e)e[c]&&a.push(c,":",e[c],";");return a.join("")}}},function(){function a(a){return function(b){return b.type==CKEDITOR.NODE_ELEMENT&&("string"==typeof a?b.name==a:b.name in a)}}var e=function(a,b){a=a[0];b=b[0];return a<b?-1:a>b?1:0},b=CKEDITOR.htmlParser.fragment.prototype;CKEDITOR.htmlParser.element.prototype= +CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_ELEMENT,add:b.add,clone:function(){return new CKEDITOR.htmlParser.element(this.name,this.attributes)},filter:function(a,b){var e=this,l,f;b=e.getFilterContext(b);if(b.off)return!0;if(!e.parent)a.onRoot(b,e);for(;;){l=e.name;if(!(f=a.onElementName(b,l)))return this.remove(),!1;e.name=f;if(!(e=a.onElement(b,e)))return this.remove(),!1;if(e!==this)return this.replaceWith(e),!1;if(e.name==l)break;if(e.type!=CKEDITOR.NODE_ELEMENT)return this.replaceWith(e), +!1;if(!e.name)return this.replaceWithChildren(),!1}l=e.attributes;var h,k;for(h in l){for(f=l[h];;)if(k=a.onAttributeName(b,h))if(k!=h)delete l[h],h=k;else break;else{delete l[h];break}k&&(!1===(f=a.onAttribute(b,e,k,f))?delete l[k]:l[k]=f)}e.isEmpty||this.filterChildren(a,!1,b);return!0},filterChildren:b.filterChildren,writeHtml:function(a,b){b&&this.filter(b);var m=this.name,l=[],f=this.attributes,h,k;a.openTag(m,f);for(h in f)l.push([h,f[h]]);a.sortAttributes&&l.sort(e);h=0;for(k=l.length;h<k;h++)f= +l[h],a.attribute(f[0],f[1]);a.openTagClose(m,this.isEmpty);this.writeChildrenHtml(a);this.isEmpty||a.closeTag(m)},writeChildrenHtml:b.writeChildrenHtml,replaceWithChildren:function(){for(var a=this.children,b=a.length;b;)a[--b].insertAfter(this);this.remove()},forEach:b.forEach,getFirst:function(b){if(!b)return this.children.length?this.children[0]:null;"function"!=typeof b&&(b=a(b));for(var d=0,e=this.children.length;d<e;++d)if(b(this.children[d]))return this.children[d];return null},getHtml:function(){var a= +new CKEDITOR.htmlParser.basicWriter;this.writeChildrenHtml(a);return a.getHtml()},setHtml:function(a){a=this.children=CKEDITOR.htmlParser.fragment.fromHtml(a).children;for(var b=0,e=a.length;b<e;++b)a[b].parent=this},getOuterHtml:function(){var a=new CKEDITOR.htmlParser.basicWriter;this.writeHtml(a);return a.getHtml()},split:function(a){for(var b=this.children.splice(a,this.children.length-a),e=this.clone(),l=0;l<b.length;++l)b[l].parent=e;e.children=b;b[0]&&(b[0].previous=null);0<a&&(this.children[a- +1].next=null);this.parent.add(e,this.getIndex()+1);return e},addClass:function(a){if(!this.hasClass(a)){var b=this.attributes["class"]||"";this.attributes["class"]=b+(b?" ":"")+a}},removeClass:function(a){var b=this.attributes["class"];b&&((b=CKEDITOR.tools.trim(b.replace(new RegExp("(?:\\s+|^)"+a+"(?:\\s+|$)")," ")))?this.attributes["class"]=b:delete this.attributes["class"])},hasClass:function(a){var b=this.attributes["class"];return b?(new RegExp("(?:^|\\s)"+a+"(?\x3d\\s|$)")).test(b):!1},getFilterContext:function(a){var b= +[];a||(a={off:!1,nonEditable:!1,nestedEditable:!1});a.off||"off"!=this.attributes["data-cke-processor"]||b.push("off",!0);a.nonEditable||"false"!=this.attributes.contenteditable?a.nonEditable&&!a.nestedEditable&&"true"==this.attributes.contenteditable&&b.push("nestedEditable",!0):b.push("nonEditable",!0);if(b.length){a=CKEDITOR.tools.copy(a);for(var e=0;e<b.length;e+=2)a[b[e]]=b[e+1]}return a}},!0)}(),function(){var a={},e=/{([^}]+)}/g,b=/([\\'])/g,c=/\n/g,d=/\r/g;CKEDITOR.template=function(m){if(a[m])this.output= +a[m];else{var l=m.replace(b,"\\$1").replace(c,"\\n").replace(d,"\\r").replace(e,function(a,b){return"',data['"+b+"']\x3d\x3dundefined?'{"+b+"}':data['"+b+"'],'"});this.output=a[m]=Function("data","buffer","return buffer?buffer.push('"+l+"'):['"+l+"'].join('');")}}}(),delete CKEDITOR.loadFullCore,CKEDITOR.instances={},CKEDITOR.document=new CKEDITOR.dom.document(document),CKEDITOR.add=function(a){CKEDITOR.instances[a.name]=a;a.on("focus",function(){CKEDITOR.currentInstance!=a&&(CKEDITOR.currentInstance= +a,CKEDITOR.fire("currentInstance"))});a.on("blur",function(){CKEDITOR.currentInstance==a&&(CKEDITOR.currentInstance=null,CKEDITOR.fire("currentInstance"))});CKEDITOR.fire("instance",null,a)},CKEDITOR.remove=function(a){delete CKEDITOR.instances[a.name]},function(){var a={};CKEDITOR.addTemplate=function(e,b){var c=a[e];if(c)return c;c={name:e,source:b};CKEDITOR.fire("template",c);return a[e]=new CKEDITOR.template(c.source)};CKEDITOR.getTemplate=function(e){return a[e]}}(),function(){var a=[];CKEDITOR.addCss= +function(e){a.push(e)};CKEDITOR.getCss=function(){return a.join("\n")}}(),CKEDITOR.on("instanceDestroyed",function(){CKEDITOR.tools.isEmpty(this.instances)&&CKEDITOR.fire("reset")}),CKEDITOR.TRISTATE_ON=1,CKEDITOR.TRISTATE_OFF=2,CKEDITOR.TRISTATE_DISABLED=0,function(){CKEDITOR.inline=function(a,e){if(!CKEDITOR.env.isCompatible)return null;a=CKEDITOR.dom.element.get(a);if(a.getEditor())throw'The editor instance "'+a.getEditor().name+'" is already attached to the provided element.';var b=new CKEDITOR.editor(e, +a,CKEDITOR.ELEMENT_MODE_INLINE),c=a.is("textarea")?a:null;c?(b.setData(c.getValue(),null,!0),a=CKEDITOR.dom.element.createFromHtml('\x3cdiv contenteditable\x3d"'+!!b.readOnly+'" class\x3d"cke_textarea_inline"\x3e'+c.getValue()+"\x3c/div\x3e",CKEDITOR.document),a.insertAfter(c),c.hide(),c.$.form&&b._attachToForm()):b.setData(a.getHtml(),null,!0);b.on("loaded",function(){b.fire("uiReady");b.editable(a);b.container=a;b.ui.contentsElement=a;b.setData(b.getData(1));b.resetDirty();b.fire("contentDom"); +b.mode="wysiwyg";b.fire("mode");b.status="ready";b.fireOnce("instanceReady");CKEDITOR.fire("instanceReady",null,b)},null,null,1E4);b.on("destroy",function(){c&&(b.container.clearCustomData(),b.container.remove(),c.show());b.element.clearCustomData();delete b.element});return b};CKEDITOR.inlineAll=function(){var a,e,b;for(b in CKEDITOR.dtd.$editable)for(var c=CKEDITOR.document.getElementsByTag(b),d=0,m=c.count();d<m;d++)a=c.getItem(d),"true"==a.getAttribute("contenteditable")&&(e={element:a,config:{}}, +!1!==CKEDITOR.fire("inline",e)&&CKEDITOR.inline(a,e.config))};CKEDITOR.domReady(function(){!CKEDITOR.disableAutoInline&&CKEDITOR.inlineAll()})}(),CKEDITOR.replaceClass="ckeditor",function(){function a(a,d,m,l){if(!CKEDITOR.env.isCompatible)return null;a=CKEDITOR.dom.element.get(a);if(a.getEditor())throw'The editor instance "'+a.getEditor().name+'" is already attached to the provided element.';var f=new CKEDITOR.editor(d,a,l);l==CKEDITOR.ELEMENT_MODE_REPLACE&&(a.setStyle("visibility","hidden"),f._.required= +a.hasAttribute("required"),a.removeAttribute("required"));m&&f.setData(m,null,!0);f.on("loaded",function(){b(f);l==CKEDITOR.ELEMENT_MODE_REPLACE&&f.config.autoUpdateElement&&a.$.form&&f._attachToForm();f.setMode(f.config.startupMode,function(){f.resetDirty();f.status="ready";f.fireOnce("instanceReady");CKEDITOR.fire("instanceReady",null,f)})});f.on("destroy",e);return f}function e(){var a=this.container,b=this.element;a&&(a.clearCustomData(),a.remove());b&&(b.clearCustomData(),this.elementMode==CKEDITOR.ELEMENT_MODE_REPLACE&& +(b.show(),this._.required&&b.setAttribute("required","required")),delete this.element)}function b(a){var b=a.name,e=a.element,l=a.elementMode,f=a.fire("uiSpace",{space:"top",html:""}).html,h=a.fire("uiSpace",{space:"bottom",html:""}).html,k=new CKEDITOR.template('\x3c{outerEl} id\x3d"cke_{name}" class\x3d"{id} cke cke_reset cke_chrome cke_editor_{name} cke_{langDir} '+CKEDITOR.env.cssClass+'" dir\x3d"{langDir}" lang\x3d"{langCode}" role\x3d"application"'+(a.title?' aria-labelledby\x3d"cke_{name}_arialbl"': +"")+"\x3e"+(a.title?'\x3cspan id\x3d"cke_{name}_arialbl" class\x3d"cke_voice_label"\x3e{voiceLabel}\x3c/span\x3e':"")+'\x3c{outerEl} class\x3d"cke_inner cke_reset" role\x3d"presentation"\x3e{topHtml}\x3c{outerEl} id\x3d"{contentId}" class\x3d"cke_contents cke_reset" role\x3d"presentation"\x3e\x3c/{outerEl}\x3e{bottomHtml}\x3c/{outerEl}\x3e\x3c/{outerEl}\x3e'),b=CKEDITOR.dom.element.createFromHtml(k.output({id:a.id,name:b,langDir:a.lang.dir,langCode:a.langCode,voiceLabel:a.title,topHtml:f?'\x3cspan id\x3d"'+ +a.ui.spaceId("top")+'" class\x3d"cke_top cke_reset_all" role\x3d"presentation" style\x3d"height:auto"\x3e'+f+"\x3c/span\x3e":"",contentId:a.ui.spaceId("contents"),bottomHtml:h?'\x3cspan id\x3d"'+a.ui.spaceId("bottom")+'" class\x3d"cke_bottom cke_reset_all" role\x3d"presentation"\x3e'+h+"\x3c/span\x3e":"",outerEl:CKEDITOR.env.ie?"span":"div"}));l==CKEDITOR.ELEMENT_MODE_REPLACE?(e.hide(),b.insertAfter(e)):e.append(b);a.container=b;a.ui.contentsElement=a.ui.space("contents");f&&a.ui.space("top").unselectable(); +h&&a.ui.space("bottom").unselectable();e=a.config.width;l=a.config.height;e&&b.setStyle("width",CKEDITOR.tools.cssLength(e));l&&a.ui.space("contents").setStyle("height",CKEDITOR.tools.cssLength(l));b.disableContextMenu();CKEDITOR.env.webkit&&b.on("focus",function(){a.focus()});a.fireOnce("uiReady")}CKEDITOR.replace=function(b,d){return a(b,d,null,CKEDITOR.ELEMENT_MODE_REPLACE)};CKEDITOR.appendTo=function(b,d,e){return a(b,d,e,CKEDITOR.ELEMENT_MODE_APPENDTO)};CKEDITOR.replaceAll=function(){for(var a= +document.getElementsByTagName("textarea"),b=0;b<a.length;b++){var e=null,l=a[b];if(l.name||l.id){if("string"==typeof arguments[0]){if(!(new RegExp("(?:^|\\s)"+arguments[0]+"(?:$|\\s)")).test(l.className))continue}else if("function"==typeof arguments[0]&&(e={},!1===arguments[0](l,e)))continue;this.replace(l,e)}}};CKEDITOR.editor.prototype.addMode=function(a,b){(this._.modes||(this._.modes={}))[a]=b};CKEDITOR.editor.prototype.setMode=function(a,b){var e=this,l=this._.modes;if(a!=e.mode&&l&&l[a]){e.fire("beforeSetMode", +a);if(e.mode){var f=e.checkDirty(),l=e._.previousModeData,h,k=0;e.fire("beforeModeUnload");e.editable(0);e._.previousMode=e.mode;e._.previousModeData=h=e.getData(1);"source"==e.mode&&l==h&&(e.fire("lockSnapshot",{forceUpdate:!0}),k=1);e.ui.space("contents").setHtml("");e.mode=""}else e._.previousModeData=e.getData(1);this._.modes[a](function(){e.mode=a;void 0!==f&&!f&&e.resetDirty();k?e.fire("unlockSnapshot"):"wysiwyg"==a&&e.fire("saveSnapshot");setTimeout(function(){e.fire("mode");b&&b.call(e)}, +0)})}};CKEDITOR.editor.prototype.resize=function(a,b,e,l){var f=this.container,h=this.ui.space("contents"),k=CKEDITOR.env.webkit&&this.document&&this.document.getWindow().$.frameElement;l=l?this.container.getFirst(function(a){return a.type==CKEDITOR.NODE_ELEMENT&&a.hasClass("cke_inner")}):f;l.setSize("width",a,!0);k&&(k.style.width="1%");var g=(l.$.offsetHeight||0)-(h.$.clientHeight||0),f=Math.max(b-(e?0:g),0);b=e?b+g:b;h.setStyle("height",f+"px");k&&(k.style.width="100%");this.fire("resize",{outerHeight:b, +contentsHeight:f,outerWidth:a||l.getSize("width")})};CKEDITOR.editor.prototype.getResizable=function(a){return a?this.ui.space("contents"):this.container};CKEDITOR.domReady(function(){CKEDITOR.replaceClass&&CKEDITOR.replaceAll(CKEDITOR.replaceClass)})}(),CKEDITOR.config.startupMode="wysiwyg",function(){function a(a){var b=a.editor,d=a.data.path,f=d.blockLimit,g=a.data.selection,k=g.getRanges()[0],h;if(CKEDITOR.env.gecko||CKEDITOR.env.ie&&CKEDITOR.env.needsBrFiller)if(g=e(g,d))g.appendBogus(),h=CKEDITOR.env.ie; +l(b,d.block,f)&&k.collapsed&&!k.getCommonAncestor().isReadOnly()&&(d=k.clone(),d.enlarge(CKEDITOR.ENLARGE_BLOCK_CONTENTS),f=new CKEDITOR.dom.walker(d),f.guard=function(a){return!c(a)||a.type==CKEDITOR.NODE_COMMENT||a.isReadOnly()},!f.checkForward()||d.checkStartOfBlock()&&d.checkEndOfBlock())&&(b=k.fixBlock(!0,b.activeEnterMode==CKEDITOR.ENTER_DIV?"div":"p"),CKEDITOR.env.needsBrFiller||(b=b.getFirst(c))&&b.type==CKEDITOR.NODE_TEXT&&CKEDITOR.tools.trim(b.getText()).match(/^(?: |\xa0)$/)&&b.remove(), +h=1,a.cancel());h&&k.select()}function e(a,b){if(a.isFake)return 0;var d=b.block||b.blockLimit,f=d&&d.getLast(c);if(!(!d||!d.isBlockBoundary()||f&&f.type==CKEDITOR.NODE_ELEMENT&&f.isBlockBoundary()||d.is("pre")||d.getBogus()))return d}function b(a){var b=a.data.getTarget();b.is("input")&&(b=b.getAttribute("type"),"submit"!=b&&"reset"!=b||a.data.preventDefault())}function c(a){return g(a)&&n(a)}function d(a,b){return function(c){var d=c.data.$.toElement||c.data.$.fromElement||c.data.$.relatedTarget; +(d=d&&d.nodeType==CKEDITOR.NODE_ELEMENT?new CKEDITOR.dom.element(d):null)&&(b.equals(d)||b.contains(d))||a.call(this,c)}}function m(a){function b(a){return function(b,f){f&&b.type==CKEDITOR.NODE_ELEMENT&&b.is(g)&&(d=b);if(!(f||!c(b)||a&&r(b)))return!1}}var d,f=a.getRanges()[0];a=a.root;var g={table:1,ul:1,ol:1,dl:1};if(f.startPath().contains(g)){var e=f.clone();e.collapse(1);e.setStartAt(a,CKEDITOR.POSITION_AFTER_START);a=new CKEDITOR.dom.walker(e);a.guard=b();a.checkBackward();if(d)return e=f.clone(), +e.collapse(),e.setEndAt(d,CKEDITOR.POSITION_AFTER_END),a=new CKEDITOR.dom.walker(e),a.guard=b(!0),d=!1,a.checkForward(),d}return null}function l(a,b,c){return!1!==a.config.autoParagraph&&a.activeEnterMode!=CKEDITOR.ENTER_BR&&(a.editable().equals(c)&&!b||b&&"true"==b.getAttribute("contenteditable"))}function f(a){return a.activeEnterMode!=CKEDITOR.ENTER_BR&&!1!==a.config.autoParagraph?a.activeEnterMode==CKEDITOR.ENTER_DIV?"div":"p":!1}function h(a){var b=a.editor;b.getSelection().scrollIntoView(); +setTimeout(function(){b.fire("saveSnapshot")},0)}function k(a,b,c){var d=a.getCommonAncestor(b);for(b=a=c?b:a;(a=a.getParent())&&!d.equals(a)&&1==a.getChildCount();)b=a;b.remove()}var g,n,t,r,q,v,p,w,z;CKEDITOR.editable=CKEDITOR.tools.createClass({base:CKEDITOR.dom.element,$:function(a,b){this.base(b.$||b);this.editor=a;this.status="unloaded";this.hasFocus=!1;this.setup()},proto:{focus:function(){var a;if(CKEDITOR.env.webkit&&!this.hasFocus&&(a=this.editor._.previousActive||this.getDocument().getActive(), +this.contains(a))){a.focus();return}try{this.$[CKEDITOR.env.ie&&this.getDocument().equals(CKEDITOR.document)?"setActive":"focus"]()}catch(b){if(!CKEDITOR.env.ie)throw b;}CKEDITOR.env.safari&&!this.isInline()&&(a=CKEDITOR.document.getActive(),a.equals(this.getWindow().getFrame())||this.getWindow().focus())},on:function(a,b){var c=Array.prototype.slice.call(arguments,0);CKEDITOR.env.ie&&/^focus|blur$/.exec(a)&&(a="focus"==a?"focusin":"focusout",b=d(b,this),c[0]=a,c[1]=b);return CKEDITOR.dom.element.prototype.on.apply(this, +c)},attachListener:function(a){!this._.listeners&&(this._.listeners=[]);var b=Array.prototype.slice.call(arguments,1),b=a.on.apply(a,b);this._.listeners.push(b);return b},clearListeners:function(){var a=this._.listeners;try{for(;a.length;)a.pop().removeListener()}catch(b){}},restoreAttrs:function(){var a=this._.attrChanges,b,c;for(c in a)a.hasOwnProperty(c)&&(b=a[c],null!==b?this.setAttribute(c,b):this.removeAttribute(c))},attachClass:function(a){var b=this.getCustomData("classes");this.hasClass(a)|| +(!b&&(b=[]),b.push(a),this.setCustomData("classes",b),this.addClass(a))},changeAttr:function(a,b){var c=this.getAttribute(a);b!==c&&(!this._.attrChanges&&(this._.attrChanges={}),a in this._.attrChanges||(this._.attrChanges[a]=c),this.setAttribute(a,b))},insertText:function(a){this.editor.focus();this.insertHtml(this.transformPlainTextToHtml(a),"text")},transformPlainTextToHtml:function(a){var b=this.editor.getSelection().getStartElement().hasAscendant("pre",!0)?CKEDITOR.ENTER_BR:this.editor.activeEnterMode; +return CKEDITOR.tools.transformPlainTextToHtml(a,b)},insertHtml:function(a,b,c){var d=this.editor;d.focus();d.fire("saveSnapshot");c||(c=d.getSelection().getRanges()[0]);v(this,b||"html",a,c);c.select();h(this);this.editor.fire("afterInsertHtml",{})},insertHtmlIntoRange:function(a,b,c){v(this,c||"html",a,b);this.editor.fire("afterInsertHtml",{intoRange:b})},insertElement:function(a,b){var d=this.editor;d.focus();d.fire("saveSnapshot");var f=d.activeEnterMode,d=d.getSelection(),g=a.getName(),g=CKEDITOR.dtd.$block[g]; +b||(b=d.getRanges()[0]);this.insertElementIntoRange(a,b)&&(b.moveToPosition(a,CKEDITOR.POSITION_AFTER_END),g&&((g=a.getNext(function(a){return c(a)&&!r(a)}))&&g.type==CKEDITOR.NODE_ELEMENT&&g.is(CKEDITOR.dtd.$block)?g.getDtd()["#"]?b.moveToElementEditStart(g):b.moveToElementEditEnd(a):g||f==CKEDITOR.ENTER_BR||(g=b.fixBlock(!0,f==CKEDITOR.ENTER_DIV?"div":"p"),b.moveToElementEditStart(g))));d.selectRanges([b]);h(this)},insertElementIntoSelection:function(a){this.insertElement(a)},insertElementIntoRange:function(a, +b){var c=this.editor,d=c.config.enterMode,f=a.getName(),g=CKEDITOR.dtd.$block[f];if(b.checkReadOnly())return!1;b.deleteContents(1);b.startContainer.type==CKEDITOR.NODE_ELEMENT&&b.startContainer.is({tr:1,table:1,tbody:1,thead:1,tfoot:1})&&p(b);var e,k;if(g)for(;(e=b.getCommonAncestor(0,1))&&(k=CKEDITOR.dtd[e.getName()])&&(!k||!k[f]);)e.getName()in CKEDITOR.dtd.span?b.splitElement(e):b.checkStartOfBlock()&&b.checkEndOfBlock()?(b.setStartBefore(e),b.collapse(!0),e.remove()):b.splitBlock(d==CKEDITOR.ENTER_DIV? +"div":"p",c.editable());b.insertNode(a);return!0},setData:function(a,b){b||(a=this.editor.dataProcessor.toHtml(a));this.setHtml(a);this.fixInitialSelection();"unloaded"==this.status&&(this.status="ready");this.editor.fire("dataReady")},getData:function(a){var b=this.getHtml();a||(b=this.editor.dataProcessor.toDataFormat(b));return b},setReadOnly:function(a){this.setAttribute("contenteditable",!a)},detach:function(){this.removeClass("cke_editable");this.status="detached";var a=this.editor;this._.detach(); +delete a.document;delete a.window},isInline:function(){return this.getDocument().equals(CKEDITOR.document)},fixInitialSelection:function(){function a(){var b=c.getDocument().$,d=b.getSelection(),f;a:if(d.anchorNode&&d.anchorNode==c.$)f=!0;else{if(CKEDITOR.env.webkit&&(f=c.getDocument().getActive())&&f.equals(c)&&!d.anchorNode){f=!0;break a}f=void 0}f&&(f=new CKEDITOR.dom.range(c),f.moveToElementEditStart(c),b=b.createRange(),b.setStart(f.startContainer.$,f.startOffset),b.collapse(!0),d.removeAllRanges(), +d.addRange(b))}function b(){var a=c.getDocument().$,d=a.selection,f=c.getDocument().getActive();"None"==d.type&&f.equals(c)&&(d=new CKEDITOR.dom.range(c),a=a.body.createTextRange(),d.moveToElementEditStart(c),d=d.startContainer,d.type!=CKEDITOR.NODE_ELEMENT&&(d=d.getParent()),a.moveToElementText(d.$),a.collapse(!0),a.select())}var c=this;if(CKEDITOR.env.ie&&(9>CKEDITOR.env.version||CKEDITOR.env.quirks))this.hasFocus&&(this.focus(),b());else if(this.hasFocus)this.focus(),a();else this.once("focus", +function(){a()},null,null,-999)},getHtmlFromRange:function(a){if(a.collapsed)return new CKEDITOR.dom.documentFragment(a.document);a={doc:this.getDocument(),range:a.clone()};w.eol.detect(a,this);w.bogus.exclude(a);w.cell.shrink(a);a.fragment=a.range.cloneContents();w.tree.rebuild(a,this);w.eol.fix(a,this);return new CKEDITOR.dom.documentFragment(a.fragment.$)},extractHtmlFromRange:function(a,b){var c=z,d={range:a,doc:a.document},f=this.getHtmlFromRange(a);if(a.collapsed)return a.optimize(),f;a.enlarge(CKEDITOR.ENLARGE_INLINE, +1);c.table.detectPurge(d);d.bookmark=a.createBookmark();delete d.range;var g=this.editor.createRange();g.moveToPosition(d.bookmark.startNode,CKEDITOR.POSITION_BEFORE_START);d.targetBookmark=g.createBookmark();c.list.detectMerge(d,this);c.table.detectRanges(d,this);c.block.detectMerge(d,this);d.tableContentsRanges?(c.table.deleteRanges(d),a.moveToBookmark(d.bookmark),d.range=a):(a.moveToBookmark(d.bookmark),d.range=a,a.extractContents(c.detectExtractMerge(d)));a.moveToBookmark(d.targetBookmark);a.optimize(); +c.fixUneditableRangePosition(a);c.list.merge(d,this);c.table.purge(d,this);c.block.merge(d,this);if(b){c=a.startPath();if(d=a.checkStartOfBlock()&&a.checkEndOfBlock()&&c.block&&!a.root.equals(c.block)){a:{var d=c.block.getElementsByTag("span"),g=0,e;if(d)for(;e=d.getItem(g++);)if(!n(e)){d=!0;break a}d=!1}d=!d}d&&(a.moveToPosition(c.block,CKEDITOR.POSITION_BEFORE_START),c.block.remove())}else c.autoParagraph(this.editor,a),t(a.startContainer)&&a.startContainer.appendBogus();a.startContainer.mergeSiblings(); +return f},setup:function(){var a=this.editor;this.attachListener(a,"beforeGetData",function(){var b=this.getData();this.is("textarea")||!1!==a.config.ignoreEmptyParagraph&&(b=b.replace(q,function(a,b){return b}));a.setData(b,null,1)},this);this.attachListener(a,"getSnapshot",function(a){a.data=this.getData(1)},this);this.attachListener(a,"afterSetData",function(){this.setData(a.getData(1))},this);this.attachListener(a,"loadSnapshot",function(a){this.setData(a.data,1)},this);this.attachListener(a, +"beforeFocus",function(){var b=a.getSelection();(b=b&&b.getNative())&&"Control"==b.type||this.focus()},this);this.attachListener(a,"insertHtml",function(a){this.insertHtml(a.data.dataValue,a.data.mode,a.data.range)},this);this.attachListener(a,"insertElement",function(a){this.insertElement(a.data)},this);this.attachListener(a,"insertText",function(a){this.insertText(a.data)},this);this.setReadOnly(a.readOnly);this.attachClass("cke_editable");a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?this.attachClass("cke_editable_inline"): +a.elementMode!=CKEDITOR.ELEMENT_MODE_REPLACE&&a.elementMode!=CKEDITOR.ELEMENT_MODE_APPENDTO||this.attachClass("cke_editable_themed");this.attachClass("cke_contents_"+a.config.contentsLangDirection);a.keystrokeHandler.blockedKeystrokes[8]=+a.readOnly;a.keystrokeHandler.attach(this);this.on("blur",function(){this.hasFocus=!1},null,null,-1);this.on("focus",function(){this.hasFocus=!0},null,null,-1);a.focusManager.add(this);this.equals(CKEDITOR.document.getActive())&&(this.hasFocus=!0,a.once("contentDom", +function(){a.focusManager.focus(this)},this));this.isInline()&&this.changeAttr("tabindex",a.tabIndex);if(!this.is("textarea")){a.document=this.getDocument();a.window=this.getWindow();var d=a.document;this.changeAttr("spellcheck",!a.config.disableNativeSpellChecker);var f=a.config.contentsLangDirection;this.getDirection(1)!=f&&this.changeAttr("dir",f);var e=CKEDITOR.getCss();if(e){var f=d.getHead(),h=f.getCustomData("stylesheet");h?e!=h.getText()&&(CKEDITOR.env.ie&&9>CKEDITOR.env.version?h.$.styleSheet.cssText= +e:h.setText(e)):(e=d.appendStyleText(e),e=new CKEDITOR.dom.element(e.ownerNode||e.owningElement),f.setCustomData("stylesheet",e),e.data("cke-temp",1))}f=d.getCustomData("stylesheet_ref")||0;d.setCustomData("stylesheet_ref",f+1);this.setCustomData("cke_includeReadonly",!a.config.disableReadonlyStyling);this.attachListener(this,"click",function(a){a=a.data;var b=(new CKEDITOR.dom.elementPath(a.getTarget(),this)).contains("a");b&&2!=a.$.button&&b.isReadOnly()&&a.preventDefault()});var l={8:1,46:1};this.attachListener(a, +"key",function(b){if(a.readOnly)return!0;var c=b.data.domEvent.getKey(),d;if(c in l){b=a.getSelection();var f,e=b.getRanges()[0],k=e.startPath(),h,u,n,c=8==c;CKEDITOR.env.ie&&11>CKEDITOR.env.version&&(f=b.getSelectedElement())||(f=m(b))?(a.fire("saveSnapshot"),e.moveToPosition(f,CKEDITOR.POSITION_BEFORE_START),f.remove(),e.select(),a.fire("saveSnapshot"),d=1):e.collapsed&&((h=k.block)&&(n=h[c?"getPrevious":"getNext"](g))&&n.type==CKEDITOR.NODE_ELEMENT&&n.is("table")&&e[c?"checkStartOfBlock":"checkEndOfBlock"]()? +(a.fire("saveSnapshot"),e[c?"checkEndOfBlock":"checkStartOfBlock"]()&&h.remove(),e["moveToElementEdit"+(c?"End":"Start")](n),e.select(),a.fire("saveSnapshot"),d=1):k.blockLimit&&k.blockLimit.is("td")&&(u=k.blockLimit.getAscendant("table"))&&e.checkBoundaryOfElement(u,c?CKEDITOR.START:CKEDITOR.END)&&(n=u[c?"getPrevious":"getNext"](g))?(a.fire("saveSnapshot"),e["moveToElementEdit"+(c?"End":"Start")](n),e.checkStartOfBlock()&&e.checkEndOfBlock()?n.remove():e.select(),a.fire("saveSnapshot"),d=1):(u=k.contains(["td", +"th","caption"]))&&e.checkBoundaryOfElement(u,c?CKEDITOR.START:CKEDITOR.END)&&(d=1))}return!d});a.blockless&&CKEDITOR.env.ie&&CKEDITOR.env.needsBrFiller&&this.attachListener(this,"keyup",function(b){b.data.getKeystroke()in l&&!this.getFirst(c)&&(this.appendBogus(),b=a.createRange(),b.moveToPosition(this,CKEDITOR.POSITION_AFTER_START),b.select())});this.attachListener(this,"dblclick",function(b){if(a.readOnly)return!1;b={element:b.data.getTarget()};a.fire("doubleclick",b)});CKEDITOR.env.ie&&this.attachListener(this, +"click",b);CKEDITOR.env.ie&&!CKEDITOR.env.edge||this.attachListener(this,"mousedown",function(b){var c=b.data.getTarget();c.is("img","hr","input","textarea","select")&&!c.isReadOnly()&&(a.getSelection().selectElement(c),c.is("input","textarea","select")&&b.data.preventDefault())});CKEDITOR.env.edge&&this.attachListener(this,"mouseup",function(b){(b=b.data.getTarget())&&b.is("img")&&a.getSelection().selectElement(b)});CKEDITOR.env.gecko&&this.attachListener(this,"mouseup",function(b){if(2==b.data.$.button&& +(b=b.data.getTarget(),!b.getOuterHtml().replace(q,""))){var c=a.createRange();c.moveToElementEditStart(b);c.select(!0)}});CKEDITOR.env.webkit&&(this.attachListener(this,"click",function(a){a.data.getTarget().is("input","select")&&a.data.preventDefault()}),this.attachListener(this,"mouseup",function(a){a.data.getTarget().is("input","textarea")&&a.data.preventDefault()}));CKEDITOR.env.webkit&&this.attachListener(a,"key",function(b){if(a.readOnly)return!0;b=b.data.domEvent.getKey();if(b in l){var c= +8==b,d=a.getSelection().getRanges()[0];b=d.startPath();if(d.collapsed)a:{var f=b.block;if(f&&d[c?"checkStartOfBlock":"checkEndOfBlock"]()&&d.moveToClosestEditablePosition(f,!c)&&d.collapsed){if(d.startContainer.type==CKEDITOR.NODE_ELEMENT){var g=d.startContainer.getChild(d.startOffset-(c?1:0));if(g&&g.type==CKEDITOR.NODE_ELEMENT&&g.is("hr")){a.fire("saveSnapshot");g.remove();b=!0;break a}}d=d.startPath().block;if(!d||d&&d.contains(f))b=void 0;else{a.fire("saveSnapshot");var e;(e=(c?d:f).getBogus())&& +e.remove();e=a.getSelection();g=e.createBookmarks();(c?f:d).moveChildren(c?d:f,!1);b.lastElement.mergeSiblings();k(f,d,!c);e.selectBookmarks(g);b=!0}}else b=!1}else c=d,e=b.block,d=c.endPath().block,e&&d&&!e.equals(d)?(a.fire("saveSnapshot"),(f=e.getBogus())&&f.remove(),c.enlarge(CKEDITOR.ENLARGE_INLINE),c.deleteContents(),d.getParent()&&(d.moveChildren(e,!1),b.lastElement.mergeSiblings(),k(e,d,!0)),c=a.getSelection().getRanges()[0],c.collapse(1),c.optimize(),""===c.startContainer.getHtml()&&c.startContainer.appendBogus(), +c.select(),b=!0):b=!1;if(!b)return;a.getSelection().scrollIntoView();a.fire("saveSnapshot");return!1}},this,null,100)}}},_:{detach:function(){this.editor.setData(this.editor.getData(),0,1);this.clearListeners();this.restoreAttrs();var a;if(a=this.removeCustomData("classes"))for(;a.length;)this.removeClass(a.pop());if(!this.is("textarea")){a=this.getDocument();var b=a.getHead();if(b.getCustomData("stylesheet")){var c=a.getCustomData("stylesheet_ref");--c?a.setCustomData("stylesheet_ref",c):(a.removeCustomData("stylesheet_ref"), +b.removeCustomData("stylesheet").remove())}}this.editor.fire("contentDomUnload");delete this.editor}}});CKEDITOR.editor.prototype.editable=function(a){var b=this._.editable;if(b&&a)return 0;arguments.length&&(b=this._.editable=a?a instanceof CKEDITOR.editable?a:new CKEDITOR.editable(this,a):(b&&b.detach(),null));return b};CKEDITOR.on("instanceLoaded",function(b){var c=b.editor;c.on("insertElement",function(a){a=a.data;a.type==CKEDITOR.NODE_ELEMENT&&(a.is("input")||a.is("textarea"))&&("false"!=a.getAttribute("contentEditable")&& +a.data("cke-editable",a.hasAttribute("contenteditable")?"true":"1"),a.setAttribute("contentEditable",!1))});c.on("selectionChange",function(b){if(!c.readOnly){var d=c.getSelection();d&&!d.isLocked&&(d=c.checkDirty(),c.fire("lockSnapshot"),a(b),c.fire("unlockSnapshot"),!d&&c.resetDirty())}})});CKEDITOR.on("instanceCreated",function(a){var b=a.editor;b.on("mode",function(){var a=b.editable();if(a&&a.isInline()){var c=b.title;a.changeAttr("role","textbox");a.changeAttr("aria-label",c);c&&a.changeAttr("title", +c);var d=b.fire("ariaEditorHelpLabel",{}).label;if(d&&(c=this.ui.space(this.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?"top":"contents"))){var f=CKEDITOR.tools.getNextId(),d=CKEDITOR.dom.element.createFromHtml('\x3cspan id\x3d"'+f+'" class\x3d"cke_voice_label"\x3e'+d+"\x3c/span\x3e");c.append(d);a.changeAttr("aria-describedby",f)}}})});CKEDITOR.addCss(".cke_editable{cursor:text}.cke_editable img,.cke_editable input,.cke_editable textarea{cursor:default}");g=CKEDITOR.dom.walker.whitespaces(!0);n=CKEDITOR.dom.walker.bookmark(!1, +!0);t=CKEDITOR.dom.walker.empty();r=CKEDITOR.dom.walker.bogus();q=/(^|<body\b[^>]*>)\s*<(p|div|address|h\d|center|pre)[^>]*>\s*(?:<br[^>]*>| |\u00A0| )?\s*(:?<\/\2>)?\s*(?=$|<\/body>)/gi;v=function(){function a(b){return b.type==CKEDITOR.NODE_ELEMENT}function b(c,d){var f,g,e,k,h=[],l=d.range.startContainer;f=d.range.startPath();for(var l=m[l.getName()],n=0,w=c.getChildren(),p=w.count(),q=-1,y=-1,v=0,D=f.contains(m.$list);n<p;++n)f=w.getItem(n),a(f)?(e=f.getName(),D&&e in CKEDITOR.dtd.$list? +h=h.concat(b(f,d)):(k=!!l[e],"br"!=e||!f.data("cke-eol")||n&&n!=p-1||(v=(g=n?h[n-1].node:w.getItem(n+1))&&(!a(g)||!g.is("br")),g=g&&a(g)&&m.$block[g.getName()]),-1!=q||k||(q=n),k||(y=n),h.push({isElement:1,isLineBreak:v,isBlock:f.isBlockBoundary(),hasBlockSibling:g,node:f,name:e,allowed:k}),g=v=0)):h.push({isElement:0,node:f,allowed:1});-1<q&&(h[q].firstNotAllowed=1);-1<y&&(h[y].lastNotAllowed=1);return h}function d(b,c){var f=[],g=b.getChildren(),e=g.count(),k,h=0,l=m[c],u=!b.is(m.$inline)||b.is("br"); +for(u&&f.push(" ");h<e;h++)k=g.getItem(h),a(k)&&!k.is(l)?f=f.concat(d(k,c)):f.push(k);u&&f.push(" ");return f}function g(b){return a(b.startContainer)&&b.startContainer.getChild(b.startOffset-1)}function e(b){return b&&a(b)&&(b.is(m.$removeEmpty)||b.is("a")&&!b.isBlockBoundary())}function k(b,c,d,f){var g=b.clone(),e,h;g.setEndAt(c,CKEDITOR.POSITION_BEFORE_END);(e=(new CKEDITOR.dom.walker(g)).next())&&a(e)&&n[e.getName()]&&(h=e.getPrevious())&&a(h)&&!h.getParent().equals(b.startContainer)&&d.contains(h)&& +f.contains(e)&&e.isIdentical(h)&&(e.moveChildren(h),e.remove(),k(b,c,d,f))}function h(b,c){function d(b,c){if(c.isBlock&&c.isElement&&!c.node.is("br")&&a(b)&&b.is("br"))return b.remove(),1}var f=c.endContainer.getChild(c.endOffset),g=c.endContainer.getChild(c.endOffset-1);f&&d(f,b[b.length-1]);g&&d(g,b[0])&&(c.setEnd(c.endContainer,c.endOffset-1),c.collapse())}var m=CKEDITOR.dtd,n={p:1,div:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,ul:1,ol:1,li:1,pre:1,dl:1,blockquote:1},w={p:1,div:1,h1:1,h2:1,h3:1,h4:1,h5:1, +h6:1},p=CKEDITOR.tools.extend({},m.$inline);delete p.br;return function(n,E,q,v){var r=n.editor,z=!1;"unfiltered_html"==E&&(E="html",z=!0);if(!v.checkReadOnly()){var t=(new CKEDITOR.dom.elementPath(v.startContainer,v.root)).blockLimit||v.root;n={type:E,dontFilter:z,editable:n,editor:r,range:v,blockLimit:t,mergeCandidates:[],zombies:[]};E=n.range;v=n.mergeCandidates;var F,M;"text"==n.type&&E.shrink(CKEDITOR.SHRINK_ELEMENT,!0,!1)&&(F=CKEDITOR.dom.element.createFromHtml("\x3cspan\x3e\x26nbsp;\x3c/span\x3e", +E.document),E.insertNode(F),E.setStartAfter(F));z=new CKEDITOR.dom.elementPath(E.startContainer);n.endPath=t=new CKEDITOR.dom.elementPath(E.endContainer);if(!E.collapsed){var r=t.block||t.blockLimit,W=E.getCommonAncestor();r&&!r.equals(W)&&!r.contains(W)&&E.checkEndOfBlock()&&n.zombies.push(r);E.deleteContents()}for(;(M=g(E))&&a(M)&&M.isBlockBoundary()&&z.contains(M);)E.moveToPosition(M,CKEDITOR.POSITION_BEFORE_END);k(E,n.blockLimit,z,t);F&&(E.setEndBefore(F),E.collapse(),F.remove());F=E.startPath(); +if(r=F.contains(e,!1,1))E.splitElement(r),n.inlineStylesRoot=r,n.inlineStylesPeak=F.lastElement;F=E.createBookmark();(r=F.startNode.getPrevious(c))&&a(r)&&e(r)&&v.push(r);(r=F.startNode.getNext(c))&&a(r)&&e(r)&&v.push(r);for(r=F.startNode;(r=r.getParent())&&e(r);)v.push(r);E.moveToBookmark(F);if(F=q){F=n.range;if("text"==n.type&&n.inlineStylesRoot){M=n.inlineStylesPeak;E=M.getDocument().createText("{cke-peak}");for(v=n.inlineStylesRoot.getParent();!M.equals(v);)E=E.appendTo(M.clone()),M=M.getParent(); +q=E.getOuterHtml().split("{cke-peak}").join(q)}M=n.blockLimit.getName();if(/^\s+|\s+$/.test(q)&&"span"in CKEDITOR.dtd[M]){var U='\x3cspan data-cke-marker\x3d"1"\x3e\x26nbsp;\x3c/span\x3e';q=U+q+U}q=n.editor.dataProcessor.toHtml(q,{context:null,fixForBody:!1,protectedWhitespaces:!!U,dontFilter:n.dontFilter,filter:n.editor.activeFilter,enterMode:n.editor.activeEnterMode});M=F.document.createElement("body");M.setHtml(q);U&&(M.getFirst().remove(),M.getLast().remove());if((U=F.startPath().block)&&(1!= +U.getChildCount()||!U.getBogus()))a:{var J;if(1==M.getChildCount()&&a(J=M.getFirst())&&J.is(w)&&!J.hasAttribute("contenteditable")){U=J.getElementsByTag("*");F=0;for(v=U.count();F<v;F++)if(E=U.getItem(F),!E.is(p))break a;J.moveChildren(J.getParent(1));J.remove()}}n.dataWrapper=M;F=q}if(F){J=n.range;F=J.document;var L;M=n.blockLimit;v=0;var S,U=[],Q,aa;q=r=0;var V,da;E=J.startContainer;var z=n.endPath.elements[0],ba,t=z.getPosition(E),W=!!z.getCommonAncestor(E)&&t!=CKEDITOR.POSITION_IDENTICAL&&!(t& +CKEDITOR.POSITION_CONTAINS+CKEDITOR.POSITION_IS_CONTAINED);E=b(n.dataWrapper,n);for(h(E,J);v<E.length;v++){t=E[v];if(L=t.isLineBreak){L=J;V=M;var X=void 0,ea=void 0;t.hasBlockSibling?L=1:(X=L.startContainer.getAscendant(m.$block,1))&&X.is({div:1,p:1})?(ea=X.getPosition(V),ea==CKEDITOR.POSITION_IDENTICAL||ea==CKEDITOR.POSITION_CONTAINS?L=0:(V=L.splitElement(X),L.moveToPosition(V,CKEDITOR.POSITION_AFTER_START),L=1)):L=0}if(L)q=0<v;else{L=J.startPath();!t.isBlock&&l(n.editor,L.block,L.blockLimit)&&(aa= +f(n.editor))&&(aa=F.createElement(aa),aa.appendBogus(),J.insertNode(aa),CKEDITOR.env.needsBrFiller&&(S=aa.getBogus())&&S.remove(),J.moveToPosition(aa,CKEDITOR.POSITION_BEFORE_END));if((L=J.startPath().block)&&!L.equals(Q)){if(S=L.getBogus())S.remove(),U.push(L);Q=L}t.firstNotAllowed&&(r=1);if(r&&t.isElement){L=J.startContainer;for(V=null;L&&!m[L.getName()][t.name];){if(L.equals(M)){L=null;break}V=L;L=L.getParent()}if(L)V&&(da=J.splitElement(V),n.zombies.push(da),n.zombies.push(V));else{V=M.getName(); +ba=!v;L=v==E.length-1;V=d(t.node,V);for(var X=[],ea=V.length,ca=0,ga=void 0,fa=0,ia=-1;ca<ea;ca++)ga=V[ca]," "==ga?(fa||ba&&!ca||(X.push(new CKEDITOR.dom.text(" ")),ia=X.length),fa=1):(X.push(ga),fa=0);L&&ia==X.length&&X.pop();ba=X}}if(ba){for(;L=ba.pop();)J.insertNode(L);ba=0}else J.insertNode(t.node);t.lastNotAllowed&&v<E.length-1&&((da=W?z:da)&&J.setEndAt(da,CKEDITOR.POSITION_AFTER_START),r=0);J.collapse()}}1!=E.length?S=!1:(S=E[0],S=S.isElement&&"false"==S.node.getAttribute("contenteditable")); +S&&(q=!0,L=E[0].node,J.setStartAt(L,CKEDITOR.POSITION_BEFORE_START),J.setEndAt(L,CKEDITOR.POSITION_AFTER_END));n.dontMoveCaret=q;n.bogusNeededBlocks=U}S=n.range;var Z;da=n.bogusNeededBlocks;for(ba=S.createBookmark();Q=n.zombies.pop();)Q.getParent()&&(aa=S.clone(),aa.moveToElementEditStart(Q),aa.removeEmptyBlocksAtEnd());if(da)for(;Q=da.pop();)CKEDITOR.env.needsBrFiller?Q.appendBogus():Q.append(S.document.createText(" "));for(;Q=n.mergeCandidates.pop();)Q.mergeSiblings();S.moveToBookmark(ba);if(!n.dontMoveCaret){for(Q= +g(S);Q&&a(Q)&&!Q.is(m.$empty);){if(Q.isBlockBoundary())S.moveToPosition(Q,CKEDITOR.POSITION_BEFORE_END);else{if(e(Q)&&Q.getHtml().match(/(\s| )$/g)){Z=null;break}Z=S.clone();Z.moveToPosition(Q,CKEDITOR.POSITION_BEFORE_END)}Q=Q.getLast(c)}Z&&S.moveToRange(Z)}}}}();p=function(){function a(b){b=new CKEDITOR.dom.walker(b);b.guard=function(a,b){if(b)return!1;if(a.type==CKEDITOR.NODE_ELEMENT)return a.is(CKEDITOR.dtd.$tableContent)};b.evaluator=function(a){return a.type==CKEDITOR.NODE_ELEMENT};return b} +function b(a,c,d){c=a.getDocument().createElement(c);a.append(c,d);return c}function c(a){var b=a.count(),d;for(b;0<b--;)d=a.getItem(b),CKEDITOR.tools.trim(d.getHtml())||(d.appendBogus(),CKEDITOR.env.ie&&9>CKEDITOR.env.version&&d.getChildCount()&&d.getFirst().remove())}return function(d){var f=d.startContainer,g=f.getAscendant("table",1),e=!1;c(g.getElementsByTag("td"));c(g.getElementsByTag("th"));g=d.clone();g.setStart(f,0);g=a(g).lastBackward();g||(g=d.clone(),g.setEndAt(f,CKEDITOR.POSITION_BEFORE_END), +g=a(g).lastForward(),e=!0);g||(g=f);g.is("table")?(d.setStartAt(g,CKEDITOR.POSITION_BEFORE_START),d.collapse(!0),g.remove()):(g.is({tbody:1,thead:1,tfoot:1})&&(g=b(g,"tr",e)),g.is("tr")&&(g=b(g,g.getParent().is("thead")?"th":"td",e)),(f=g.getBogus())&&f.remove(),d.moveToPosition(g,e?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_BEFORE_END))}}();w={eol:{detect:function(a,b){var c=a.range,d=c.clone(),f=c.clone(),g=new CKEDITOR.dom.elementPath(c.startContainer,b),e=new CKEDITOR.dom.elementPath(c.endContainer, +b);d.collapse(1);f.collapse();g.block&&d.checkBoundaryOfElement(g.block,CKEDITOR.END)&&(c.setStartAfter(g.block),a.prependEolBr=1);e.block&&f.checkBoundaryOfElement(e.block,CKEDITOR.START)&&(c.setEndBefore(e.block),a.appendEolBr=1)},fix:function(a,b){var c=b.getDocument(),d;a.appendEolBr&&(d=this.createEolBr(c),a.fragment.append(d));!a.prependEolBr||d&&!d.getPrevious()||a.fragment.append(this.createEolBr(c),1)},createEolBr:function(a){return a.createElement("br",{attributes:{"data-cke-eol":1}})}}, +bogus:{exclude:function(a){var b=a.range.getBoundaryNodes(),c=b.startNode,b=b.endNode;!b||!r(b)||c&&c.equals(b)||a.range.setEndBefore(b)}},tree:{rebuild:function(a,b){var c=a.range,d=c.getCommonAncestor(),f=new CKEDITOR.dom.elementPath(d,b),g=new CKEDITOR.dom.elementPath(c.startContainer,b),c=new CKEDITOR.dom.elementPath(c.endContainer,b),e;d.type==CKEDITOR.NODE_TEXT&&(d=d.getParent());if(f.blockLimit.is({tr:1,table:1})){var k=f.contains("table").getParent();e=function(a){return!a.equals(k)}}else if(f.block&& +f.block.is(CKEDITOR.dtd.$listItem)&&(g=g.contains(CKEDITOR.dtd.$list),c=c.contains(CKEDITOR.dtd.$list),!g.equals(c))){var h=f.contains(CKEDITOR.dtd.$list).getParent();e=function(a){return!a.equals(h)}}e||(e=function(a){return!a.equals(f.block)&&!a.equals(f.blockLimit)});this.rebuildFragment(a,b,d,e)},rebuildFragment:function(a,b,c,d){for(var f;c&&!c.equals(b)&&d(c);)f=c.clone(0,1),a.fragment.appendTo(f),a.fragment=f,c=c.getParent()}},cell:{shrink:function(a){a=a.range;var b=a.startContainer,c=a.endContainer, +d=a.startOffset,f=a.endOffset;b.type==CKEDITOR.NODE_ELEMENT&&b.equals(c)&&b.is("tr")&&++d==f&&a.shrink(CKEDITOR.SHRINK_TEXT)}}};z=function(){function a(b,c){var d=b.getParent();if(d.is(CKEDITOR.dtd.$inline))b[c?"insertBefore":"insertAfter"](d)}function b(c,d,f){a(d);a(f,1);for(var g;g=f.getNext();)g.insertAfter(d),d=g;t(c)&&c.remove()}function c(a,b){var d=new CKEDITOR.dom.range(a);d.setStartAfter(b.startNode);d.setEndBefore(b.endNode);return d}return{list:{detectMerge:function(a,b){var d=c(b,a.bookmark), +f=d.startPath(),g=d.endPath(),e=f.contains(CKEDITOR.dtd.$list),k=g.contains(CKEDITOR.dtd.$list);a.mergeList=e&&k&&e.getParent().equals(k.getParent())&&!e.equals(k);a.mergeListItems=f.block&&g.block&&f.block.is(CKEDITOR.dtd.$listItem)&&g.block.is(CKEDITOR.dtd.$listItem);if(a.mergeList||a.mergeListItems)d=d.clone(),d.setStartBefore(a.bookmark.startNode),d.setEndAfter(a.bookmark.endNode),a.mergeListBookmark=d.createBookmark()},merge:function(a,c){if(a.mergeListBookmark){var d=a.mergeListBookmark.startNode, +f=a.mergeListBookmark.endNode,g=new CKEDITOR.dom.elementPath(d,c),e=new CKEDITOR.dom.elementPath(f,c);if(a.mergeList){var k=g.contains(CKEDITOR.dtd.$list),h=e.contains(CKEDITOR.dtd.$list);k.equals(h)||(h.moveChildren(k),h.remove())}a.mergeListItems&&(g=g.contains(CKEDITOR.dtd.$listItem),e=e.contains(CKEDITOR.dtd.$listItem),g.equals(e)||b(e,d,f));d.remove();f.remove()}}},block:{detectMerge:function(a,b){if(!a.tableContentsRanges&&!a.mergeListBookmark){var c=new CKEDITOR.dom.range(b);c.setStartBefore(a.bookmark.startNode); +c.setEndAfter(a.bookmark.endNode);a.mergeBlockBookmark=c.createBookmark()}},merge:function(a,c){if(a.mergeBlockBookmark&&!a.purgeTableBookmark){var d=a.mergeBlockBookmark.startNode,f=a.mergeBlockBookmark.endNode,g=new CKEDITOR.dom.elementPath(d,c),e=new CKEDITOR.dom.elementPath(f,c),g=g.block,e=e.block;g&&e&&!g.equals(e)&&b(e,d,f);d.remove();f.remove()}}},table:function(){function a(c){var f=[],g,e=new CKEDITOR.dom.walker(c),k=c.startPath().contains(d),h=c.endPath().contains(d),m={};e.guard=function(a, +e){if(a.type==CKEDITOR.NODE_ELEMENT){var l="visited_"+(e?"out":"in");if(a.getCustomData(l))return;CKEDITOR.dom.element.setMarker(m,a,l,1)}if(e&&k&&a.equals(k))g=c.clone(),g.setEndAt(k,CKEDITOR.POSITION_BEFORE_END),f.push(g);else if(!e&&h&&a.equals(h))g=c.clone(),g.setStartAt(h,CKEDITOR.POSITION_AFTER_START),f.push(g);else{if(l=!e)l=a.type==CKEDITOR.NODE_ELEMENT&&a.is(d)&&(!k||b(a,k))&&(!h||b(a,h));l&&(g=c.clone(),g.selectNodeContents(a),f.push(g))}};e.lastForward();CKEDITOR.dom.element.clearAllMarkers(m); +return f}function b(a,c){var d=CKEDITOR.POSITION_CONTAINS+CKEDITOR.POSITION_IS_CONTAINED,f=a.getPosition(c);return f===CKEDITOR.POSITION_IDENTICAL?!1:0===(f&d)}var d={td:1,th:1,caption:1};return{detectPurge:function(a){var b=a.range,c=b.clone();c.enlarge(CKEDITOR.ENLARGE_ELEMENT);var c=new CKEDITOR.dom.walker(c),f=0;c.evaluator=function(a){a.type==CKEDITOR.NODE_ELEMENT&&a.is(d)&&++f};c.checkForward();if(1<f){var c=b.startPath().contains("table"),g=b.endPath().contains("table");c&&g&&b.checkBoundaryOfElement(c, +CKEDITOR.START)&&b.checkBoundaryOfElement(g,CKEDITOR.END)&&(b=a.range.clone(),b.setStartBefore(c),b.setEndAfter(g),a.purgeTableBookmark=b.createBookmark())}},detectRanges:function(f,g){var e=c(g,f.bookmark),k=e.clone(),h,m,l=e.getCommonAncestor();l.is(CKEDITOR.dtd.$tableContent)&&!l.is(d)&&(l=l.getAscendant("table",!0));m=l;l=new CKEDITOR.dom.elementPath(e.startContainer,m);m=new CKEDITOR.dom.elementPath(e.endContainer,m);l=l.contains("table");m=m.contains("table");if(l||m)l&&m&&b(l,m)?(f.tableSurroundingRange= +k,k.setStartAt(l,CKEDITOR.POSITION_AFTER_END),k.setEndAt(m,CKEDITOR.POSITION_BEFORE_START),k=e.clone(),k.setEndAt(l,CKEDITOR.POSITION_AFTER_END),h=e.clone(),h.setStartAt(m,CKEDITOR.POSITION_BEFORE_START),h=a(k).concat(a(h))):l?m||(f.tableSurroundingRange=k,k.setStartAt(l,CKEDITOR.POSITION_AFTER_END),e.setEndAt(l,CKEDITOR.POSITION_AFTER_END)):(f.tableSurroundingRange=k,k.setEndAt(m,CKEDITOR.POSITION_BEFORE_START),e.setStartAt(m,CKEDITOR.POSITION_AFTER_START)),f.tableContentsRanges=h?h:a(e)},deleteRanges:function(a){for(var b;b= +a.tableContentsRanges.pop();)b.extractContents(),t(b.startContainer)&&b.startContainer.appendBogus();a.tableSurroundingRange&&a.tableSurroundingRange.extractContents()},purge:function(a){if(a.purgeTableBookmark){var b=a.doc,c=a.range.clone(),b=b.createElement("p");b.insertBefore(a.purgeTableBookmark.startNode);c.moveToBookmark(a.purgeTableBookmark);c.deleteContents();a.range.moveToPosition(b,CKEDITOR.POSITION_AFTER_START)}}}}(),detectExtractMerge:function(a){return!(a.range.startPath().contains(CKEDITOR.dtd.$listItem)&& +a.range.endPath().contains(CKEDITOR.dtd.$listItem))},fixUneditableRangePosition:function(a){a.startContainer.getDtd()["#"]||a.moveToClosestEditablePosition(null,!0)},autoParagraph:function(a,b){var c=b.startPath(),d;l(a,c.block,c.blockLimit)&&(d=f(a))&&(d=b.document.createElement(d),d.appendBogus(),b.insertNode(d),b.moveToPosition(d,CKEDITOR.POSITION_AFTER_START))}}}()}(),function(){function a(){var a=this._.fakeSelection,b;a&&(b=this.getSelection(1),b&&b.isHidden()||(a.reset(),a=0));if(!a&&(a=b|| +this.getSelection(1),!a||a.getType()==CKEDITOR.SELECTION_NONE))return;this.fire("selectionCheck",a);b=this.elementPath();b.compare(this._.selectionPreviousPath)||(CKEDITOR.env.webkit&&(this._.previousActive=this.document.getActive()),this._.selectionPreviousPath=b,this.fire("selectionChange",{selection:a,path:b}))}function e(){t=!0;n||(b.call(this),n=CKEDITOR.tools.setTimeout(b,200,this))}function b(){n=null;t&&(CKEDITOR.tools.setTimeout(a,0,this),t=!1)}function c(a){return r(a)||a.type==CKEDITOR.NODE_ELEMENT&& +!a.is(CKEDITOR.dtd.$empty)?!0:!1}function d(a){function b(c,d){return c&&c.type!=CKEDITOR.NODE_TEXT?a.clone()["moveToElementEdit"+(d?"End":"Start")](c):!1}if(!(a.root instanceof CKEDITOR.editable))return!1;var d=a.startContainer,f=a.getPreviousNode(c,null,d),g=a.getNextNode(c,null,d);return b(f)||b(g,1)||!(f||g||d.type==CKEDITOR.NODE_ELEMENT&&d.isBlockBoundary()&&d.getBogus())?!0:!1}function m(a){l(a,!1);var b=a.getDocument().createText(z);a.setCustomData("cke-fillingChar",b);return b}function l(a, +b){var c=a&&a.removeCustomData("cke-fillingChar");if(c){if(!1!==b){var d=a.getDocument().getSelection().getNative(),g=d&&"None"!=d.type&&d.getRangeAt(0),e=z.length;if(c.getLength()>e&&g&&g.intersectsNode(c.$)){var k=[{node:d.anchorNode,offset:d.anchorOffset},{node:d.focusNode,offset:d.focusOffset}];d.anchorNode==c.$&&d.anchorOffset>e&&(k[0].offset-=e);d.focusNode==c.$&&d.focusOffset>e&&(k[1].offset-=e)}}c.setText(f(c.getText(),1));k&&(c=a.getDocument().$,d=c.getSelection(),c=c.createRange(),c.setStart(k[0].node, +k[0].offset),c.collapse(!0),d.removeAllRanges(),d.addRange(c),d.extend(k[1].node,k[1].offset))}}function f(a,b){return b?a.replace(B,function(a,b){return b?" ":""}):a.replace(z,"")}function h(a){var b=CKEDITOR.dom.element.createFromHtml('\x3cdiv data-cke-hidden-sel\x3d"1" data-cke-temp\x3d"1" style\x3d"'+(CKEDITOR.env.ie?"display:none":"position:fixed;top:0;left:-1000px")+'"\x3e\x26nbsp;\x3c/div\x3e',a.document);a.fire("lockSnapshot");a.editable().append(b);var c=a.getSelection(1),d=a.createRange(), +f=c.root.on("selectionchange",function(a){a.cancel()},null,null,0);d.setStartAt(b,CKEDITOR.POSITION_AFTER_START);d.setEndAt(b,CKEDITOR.POSITION_BEFORE_END);c.selectRanges([d]);f.removeListener();a.fire("unlockSnapshot");a._.hiddenSelectionContainer=b}function k(a){var b={37:1,39:1,8:1,46:1};return function(c){var d=c.data.getKeystroke();if(b[d]){var f=a.getSelection().getRanges(),g=f[0];1==f.length&&g.collapsed&&(d=g[38>d?"getPreviousEditableNode":"getNextEditableNode"]())&&d.type==CKEDITOR.NODE_ELEMENT&& +"false"==d.getAttribute("contenteditable")&&(a.getSelection().fake(d),c.data.preventDefault(),c.cancel())}}}function g(a){for(var b=0;b<a.length;b++){var c=a[b];c.getCommonAncestor().isReadOnly()&&a.splice(b,1);if(!c.collapsed){if(c.startContainer.isReadOnly())for(var d=c.startContainer,f;d&&!((f=d.type==CKEDITOR.NODE_ELEMENT)&&d.is("body")||!d.isReadOnly());)f&&"false"==d.getAttribute("contentEditable")&&c.setStartAfter(d),d=d.getParent();d=c.startContainer;f=c.endContainer;var g=c.startOffset,e= +c.endOffset,k=c.clone();d&&d.type==CKEDITOR.NODE_TEXT&&(g>=d.getLength()?k.setStartAfter(d):k.setStartBefore(d));f&&f.type==CKEDITOR.NODE_TEXT&&(e?k.setEndAfter(f):k.setEndBefore(f));d=new CKEDITOR.dom.walker(k);d.evaluator=function(d){if(d.type==CKEDITOR.NODE_ELEMENT&&d.isReadOnly()){var f=c.clone();c.setEndBefore(d);c.collapsed&&a.splice(b--,1);d.getPosition(k.endContainer)&CKEDITOR.POSITION_CONTAINS||(f.setStartAfter(d),f.collapsed||a.splice(b+1,0,f));return!0}return!1};d.next()}}return a}var n, +t,r=CKEDITOR.dom.walker.invisible(1),q=function(){function a(b){return function(a){var c=a.editor.createRange();c.moveToClosestEditablePosition(a.selected,b)&&a.editor.getSelection().selectRanges([c]);return!1}}function b(a){return function(b){var c=b.editor,d=c.createRange(),f;(f=d.moveToClosestEditablePosition(b.selected,a))||(f=d.moveToClosestEditablePosition(b.selected,!a));f&&c.getSelection().selectRanges([d]);c.fire("saveSnapshot");b.selected.remove();f||(d.moveToElementEditablePosition(c.editable()), +c.getSelection().selectRanges([d]));c.fire("saveSnapshot");return!1}}var c=a(),d=a(1);return{37:c,38:c,39:d,40:d,8:b(),46:b(1)}}();CKEDITOR.on("instanceCreated",function(b){function c(){var a=d.getSelection();a&&a.removeAllRanges()}var d=b.editor;d.on("contentDom",function(){function b(){w=new CKEDITOR.dom.selection(d.getSelection());w.lock()}function c(){g.removeListener("mouseup",c);n.removeListener("mouseup",c);var a=CKEDITOR.document.$.selection,b=a.createRange();"None"!=a.type&&b.parentElement().ownerDocument== +f.$&&b.select()}var f=d.document,g=CKEDITOR.document,h=d.editable(),m=f.getBody(),n=f.getDocumentElement(),u=h.isInline(),E,w;CKEDITOR.env.gecko&&h.attachListener(h,"focus",function(a){a.removeListener();0!==E&&(a=d.getSelection().getNative())&&a.isCollapsed&&a.anchorNode==h.$&&(a=d.createRange(),a.moveToElementEditStart(h),a.select())},null,null,-2);h.attachListener(h,CKEDITOR.env.webkit?"DOMFocusIn":"focus",function(){E&&CKEDITOR.env.webkit&&(E=d._.previousActive&&d._.previousActive.equals(f.getActive())); +d.unlockSelection(E);E=0},null,null,-1);h.attachListener(h,"mousedown",function(){E=0});if(CKEDITOR.env.ie||u)v?h.attachListener(h,"beforedeactivate",b,null,null,-1):h.attachListener(d,"selectionCheck",b,null,null,-1),h.attachListener(h,CKEDITOR.env.webkit?"DOMFocusOut":"blur",function(){d.lockSelection(w);E=1},null,null,-1),h.attachListener(h,"mousedown",function(){E=0});if(CKEDITOR.env.ie&&!u){var q;h.attachListener(h,"mousedown",function(a){2==a.data.$.button&&((a=d.document.getSelection())&&a.getType()!= +CKEDITOR.SELECTION_NONE||(q=d.window.getScrollPosition()))});h.attachListener(h,"mouseup",function(a){2==a.data.$.button&&q&&(d.document.$.documentElement.scrollLeft=q.x,d.document.$.documentElement.scrollTop=q.y);q=null});if("BackCompat"!=f.$.compatMode){if(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat)n.on("mousedown",function(a){function b(a){a=a.data.$;if(d){var c=m.$.createTextRange();try{c.moveToPoint(a.clientX,a.clientY)}catch(f){}d.setEndPoint(0>e.compareEndPoints("StartToStart",c)?"EndToEnd": +"StartToStart",c);d.select()}}function c(){n.removeListener("mousemove",b);g.removeListener("mouseup",c);n.removeListener("mouseup",c);d.select()}a=a.data;if(a.getTarget().is("html")&&a.$.y<n.$.clientHeight&&a.$.x<n.$.clientWidth){var d=m.$.createTextRange();try{d.moveToPoint(a.$.clientX,a.$.clientY)}catch(f){}var e=d.duplicate();n.on("mousemove",b);g.on("mouseup",c);n.on("mouseup",c)}});if(7<CKEDITOR.env.version&&11>CKEDITOR.env.version)n.on("mousedown",function(a){a.data.getTarget().is("html")&& +(g.on("mouseup",c),n.on("mouseup",c))})}}h.attachListener(h,"selectionchange",a,d);h.attachListener(h,"keyup",e,d);h.attachListener(h,CKEDITOR.env.webkit?"DOMFocusIn":"focus",function(){d.forceNextSelectionCheck();d.selectionChange(1)});if(u&&(CKEDITOR.env.webkit||CKEDITOR.env.gecko)){var p;h.attachListener(h,"mousedown",function(){p=1});h.attachListener(f.getDocumentElement(),"mouseup",function(){p&&e.call(d);p=0})}else h.attachListener(CKEDITOR.env.ie?h:f.getDocumentElement(),"mouseup",e,d);CKEDITOR.env.webkit&& +h.attachListener(f,"keydown",function(a){switch(a.data.getKey()){case 13:case 33:case 34:case 35:case 36:case 37:case 39:case 8:case 45:case 46:l(h)}},null,null,-1);h.attachListener(h,"keydown",k(d),null,null,-1)});d.on("setData",function(){d.unlockSelection();CKEDITOR.env.webkit&&c()});d.on("contentDomUnload",function(){d.unlockSelection()});if(CKEDITOR.env.ie9Compat)d.on("beforeDestroy",c,null,null,9);d.on("dataReady",function(){delete d._.fakeSelection;delete d._.hiddenSelectionContainer;d.selectionChange(1)}); +d.on("loadSnapshot",function(){var a=CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_ELEMENT),b=d.editable().getLast(a);b&&b.hasAttribute("data-cke-hidden-sel")&&(b.remove(),CKEDITOR.env.gecko&&(a=d.editable().getFirst(a))&&a.is("br")&&a.getAttribute("_moz_editor_bogus_node")&&a.remove())},null,null,100);d.on("key",function(a){if("wysiwyg"==d.mode){var b=d.getSelection();if(b.isFake){var c=q[a.data.keyCode];if(c)return c({editor:d,selected:b.getSelectedElement(),selection:b,keyEvent:a})}}})});if(CKEDITOR.env.webkit)CKEDITOR.on("instanceReady", +function(a){var b=a.editor;b.on("selectionChange",function(){var a=b.editable(),c=a.getCustomData("cke-fillingChar");c&&(c.getCustomData("ready")?l(a):c.setCustomData("ready",1))},null,null,-1);b.on("beforeSetMode",function(){l(b.editable())},null,null,-1);b.on("getSnapshot",function(a){a.data&&(a.data=f(a.data))},b,null,20);b.on("toDataFormat",function(a){a.data.dataValue=f(a.data.dataValue)},null,null,0)});CKEDITOR.editor.prototype.selectionChange=function(b){(b?a:e).call(this)};CKEDITOR.editor.prototype.getSelection= +function(a){return!this._.savedSelection&&!this._.fakeSelection||a?(a=this.editable())&&"wysiwyg"==this.mode?new CKEDITOR.dom.selection(a):null:this._.savedSelection||this._.fakeSelection};CKEDITOR.editor.prototype.lockSelection=function(a){a=a||this.getSelection(1);return a.getType()!=CKEDITOR.SELECTION_NONE?(!a.isLocked&&a.lock(),this._.savedSelection=a,!0):!1};CKEDITOR.editor.prototype.unlockSelection=function(a){var b=this._.savedSelection;return b?(b.unlock(a),delete this._.savedSelection,!0): +!1};CKEDITOR.editor.prototype.forceNextSelectionCheck=function(){delete this._.selectionPreviousPath};CKEDITOR.dom.document.prototype.getSelection=function(){return new CKEDITOR.dom.selection(this)};CKEDITOR.dom.range.prototype.select=function(){var a=this.root instanceof CKEDITOR.editable?this.root.editor.getSelection():new CKEDITOR.dom.selection(this.root);a.selectRanges([this]);return a};CKEDITOR.SELECTION_NONE=1;CKEDITOR.SELECTION_TEXT=2;CKEDITOR.SELECTION_ELEMENT=3;var v="function"!=typeof window.getSelection, +p=1;CKEDITOR.dom.selection=function(a){if(a instanceof CKEDITOR.dom.selection){var b=a;a=a.root}var c=a instanceof CKEDITOR.dom.element;this.rev=b?b.rev:p++;this.document=a instanceof CKEDITOR.dom.document?a:a.getDocument();this.root=c?a:this.document.getBody();this.isLocked=0;this._={cache:{}};if(b)return CKEDITOR.tools.extend(this._.cache,b._.cache),this.isFake=b.isFake,this.isLocked=b.isLocked,this;a=this.getNative();var d,f;if(a)if(a.getRangeAt)d=(f=a.rangeCount&&a.getRangeAt(0))&&new CKEDITOR.dom.node(f.commonAncestorContainer); +else{try{f=a.createRange()}catch(g){}d=f&&CKEDITOR.dom.element.get(f.item&&f.item(0)||f.parentElement())}if(!d||d.type!=CKEDITOR.NODE_ELEMENT&&d.type!=CKEDITOR.NODE_TEXT||!this.root.equals(d)&&!this.root.contains(d))this._.cache.type=CKEDITOR.SELECTION_NONE,this._.cache.startElement=null,this._.cache.selectedElement=null,this._.cache.selectedText="",this._.cache.ranges=new CKEDITOR.dom.rangeList;return this};var w={img:1,hr:1,li:1,table:1,tr:1,td:1,th:1,embed:1,object:1,ol:1,ul:1,a:1,input:1,form:1, +select:1,textarea:1,button:1,fieldset:1,thead:1,tfoot:1},z=CKEDITOR.tools.repeat("â",7),B=new RegExp(z+"( )?","g");CKEDITOR.tools.extend(CKEDITOR.dom.selection,{_removeFillingCharSequenceString:f,_createFillingCharSequenceNode:m,FILLING_CHAR_SEQUENCE:z});CKEDITOR.dom.selection.prototype={getNative:function(){return void 0!==this._.cache.nativeSel?this._.cache.nativeSel:this._.cache.nativeSel=v?this.document.$.selection:this.document.getWindow().$.getSelection()},getType:v?function(){var a=this._.cache; +if(a.type)return a.type;var b=CKEDITOR.SELECTION_NONE;try{var c=this.getNative(),d=c.type;"Text"==d&&(b=CKEDITOR.SELECTION_TEXT);"Control"==d&&(b=CKEDITOR.SELECTION_ELEMENT);c.createRange().parentElement()&&(b=CKEDITOR.SELECTION_TEXT)}catch(f){}return a.type=b}:function(){var a=this._.cache;if(a.type)return a.type;var b=CKEDITOR.SELECTION_TEXT,c=this.getNative();if(!c||!c.rangeCount)b=CKEDITOR.SELECTION_NONE;else if(1==c.rangeCount){var c=c.getRangeAt(0),d=c.startContainer;d==c.endContainer&&1==d.nodeType&& +1==c.endOffset-c.startOffset&&w[d.childNodes[c.startOffset].nodeName.toLowerCase()]&&(b=CKEDITOR.SELECTION_ELEMENT)}return a.type=b},getRanges:function(){var a=v?function(){function a(b){return(new CKEDITOR.dom.node(b)).getIndex()}var b=function(b,c){b=b.duplicate();b.collapse(c);var d=b.parentElement();if(!d.hasChildNodes())return{container:d,offset:0};for(var f=d.children,g,e,h=b.duplicate(),k=0,m=f.length-1,l=-1,n,w;k<=m;)if(l=Math.floor((k+m)/2),g=f[l],h.moveToElementText(g),n=h.compareEndPoints("StartToStart", +b),0<n)m=l-1;else if(0>n)k=l+1;else return{container:d,offset:a(g)};if(-1==l||l==f.length-1&&0>n){h.moveToElementText(d);h.setEndPoint("StartToStart",b);h=h.text.replace(/(\r\n|\r)/g,"\n").length;f=d.childNodes;if(!h)return g=f[f.length-1],g.nodeType!=CKEDITOR.NODE_TEXT?{container:d,offset:f.length}:{container:g,offset:g.nodeValue.length};for(d=f.length;0<h&&0<d;)e=f[--d],e.nodeType==CKEDITOR.NODE_TEXT&&(w=e,h-=e.nodeValue.length);return{container:w,offset:-h}}h.collapse(0<n?!0:!1);h.setEndPoint(0< +n?"StartToStart":"EndToStart",b);h=h.text.replace(/(\r\n|\r)/g,"\n").length;if(!h)return{container:d,offset:a(g)+(0<n?0:1)};for(;0<h;)try{e=g[0<n?"previousSibling":"nextSibling"],e.nodeType==CKEDITOR.NODE_TEXT&&(h-=e.nodeValue.length,w=e),g=e}catch(q){return{container:d,offset:a(g)}}return{container:w,offset:0<n?-h:w.nodeValue.length+h}};return function(){var a=this.getNative(),c=a&&a.createRange(),d=this.getType();if(!a)return[];if(d==CKEDITOR.SELECTION_TEXT)return a=new CKEDITOR.dom.range(this.root), +d=b(c,!0),a.setStart(new CKEDITOR.dom.node(d.container),d.offset),d=b(c),a.setEnd(new CKEDITOR.dom.node(d.container),d.offset),a.endContainer.getPosition(a.startContainer)&CKEDITOR.POSITION_PRECEDING&&a.endOffset<=a.startContainer.getIndex()&&a.collapse(),[a];if(d==CKEDITOR.SELECTION_ELEMENT){for(var d=[],f=0;f<c.length;f++){for(var g=c.item(f),e=g.parentNode,h=0,a=new CKEDITOR.dom.range(this.root);h<e.childNodes.length&&e.childNodes[h]!=g;h++);a.setStart(new CKEDITOR.dom.node(e),h);a.setEnd(new CKEDITOR.dom.node(e), +h+1);d.push(a)}return d}return[]}}():function(){var a=[],b,c=this.getNative();if(!c)return a;for(var d=0;d<c.rangeCount;d++){var f=c.getRangeAt(d);b=new CKEDITOR.dom.range(this.root);b.setStart(new CKEDITOR.dom.node(f.startContainer),f.startOffset);b.setEnd(new CKEDITOR.dom.node(f.endContainer),f.endOffset);a.push(b)}return a};return function(b){var c=this._.cache,d=c.ranges;d||(c.ranges=d=new CKEDITOR.dom.rangeList(a.call(this)));return b?g(new CKEDITOR.dom.rangeList(d.slice())):d}}(),getStartElement:function(){var a= +this._.cache;if(void 0!==a.startElement)return a.startElement;var b;switch(this.getType()){case CKEDITOR.SELECTION_ELEMENT:return this.getSelectedElement();case CKEDITOR.SELECTION_TEXT:var c=this.getRanges()[0];if(c){if(c.collapsed)b=c.startContainer,b.type!=CKEDITOR.NODE_ELEMENT&&(b=b.getParent());else{for(c.optimize();b=c.startContainer,c.startOffset==(b.getChildCount?b.getChildCount():b.getLength())&&!b.isBlockBoundary();)c.setStartAfter(b);b=c.startContainer;if(b.type!=CKEDITOR.NODE_ELEMENT)return b.getParent(); +if((b=b.getChild(c.startOffset))&&b.type==CKEDITOR.NODE_ELEMENT)for(c=b.getFirst();c&&c.type==CKEDITOR.NODE_ELEMENT;)b=c,c=c.getFirst();else b=c.startContainer}b=b.$}}return a.startElement=b?new CKEDITOR.dom.element(b):null},getSelectedElement:function(){var a=this._.cache;if(void 0!==a.selectedElement)return a.selectedElement;var b=this,c=CKEDITOR.tools.tryThese(function(){return b.getNative().createRange().item(0)},function(){for(var a=b.getRanges()[0].clone(),c,d,f=2;f&&!((c=a.getEnclosedNode())&& +c.type==CKEDITOR.NODE_ELEMENT&&w[c.getName()]&&(d=c));f--)a.shrink(CKEDITOR.SHRINK_ELEMENT);return d&&d.$});return a.selectedElement=c?new CKEDITOR.dom.element(c):null},getSelectedText:function(){var a=this._.cache;if(void 0!==a.selectedText)return a.selectedText;var b=this.getNative(),b=v?"Control"==b.type?"":b.createRange().text:b.toString();return a.selectedText=b},lock:function(){this.getRanges();this.getStartElement();this.getSelectedElement();this.getSelectedText();this._.cache.nativeSel=null; +this.isLocked=1},unlock:function(a){if(this.isLocked){if(a)var b=this.getSelectedElement(),c=!b&&this.getRanges(),d=this.isFake;this.isLocked=0;this.reset();a&&(a=b||c[0]&&c[0].getCommonAncestor())&&a.getAscendant("body",1)&&(d?this.fake(b):b?this.selectElement(b):this.selectRanges(c))}},reset:function(){this._.cache={};this.isFake=0;var a=this.root.editor;if(a&&a._.fakeSelection)if(this.rev==a._.fakeSelection.rev){delete a._.fakeSelection;var b=a._.hiddenSelectionContainer;if(b){var c=a.checkDirty(); +a.fire("lockSnapshot");b.remove();a.fire("unlockSnapshot");!c&&a.resetDirty()}delete a._.hiddenSelectionContainer}else CKEDITOR.warn("selection-fake-reset");this.rev=p++},selectElement:function(a){var b=new CKEDITOR.dom.range(this.root);b.setStartBefore(a);b.setEndAfter(a);this.selectRanges([b])},selectRanges:function(a){var b=this.root.editor,b=b&&b._.hiddenSelectionContainer;this.reset();if(b)for(var b=this.root,c,f=0;f<a.length;++f)c=a[f],c.endContainer.equals(b)&&(c.endOffset=Math.min(c.endOffset, +b.getChildCount()));if(a.length)if(this.isLocked){var g=CKEDITOR.document.getActive();this.unlock();this.selectRanges(a);this.lock();g&&!g.equals(this.root)&&g.focus()}else{var e;a:{var h,k;if(1==a.length&&!(k=a[0]).collapsed&&(e=k.getEnclosedNode())&&e.type==CKEDITOR.NODE_ELEMENT&&(k=k.clone(),k.shrink(CKEDITOR.SHRINK_ELEMENT,!0),(h=k.getEnclosedNode())&&h.type==CKEDITOR.NODE_ELEMENT&&(e=h),"false"==e.getAttribute("contenteditable")))break a;e=void 0}if(e)this.fake(e);else{if(v){k=CKEDITOR.dom.walker.whitespaces(!0); +h=/\ufeff|\u00a0/;b={table:1,tbody:1,tr:1};1<a.length&&(e=a[a.length-1],a[0].setEnd(e.endContainer,e.endOffset));e=a[0];a=e.collapsed;var n,q,p;if((c=e.getEnclosedNode())&&c.type==CKEDITOR.NODE_ELEMENT&&c.getName()in w&&(!c.is("a")||!c.getText()))try{p=c.$.createControlRange();p.addElement(c.$);p.select();return}catch(E){}if(e.startContainer.type==CKEDITOR.NODE_ELEMENT&&e.startContainer.getName()in b||e.endContainer.type==CKEDITOR.NODE_ELEMENT&&e.endContainer.getName()in b)e.shrink(CKEDITOR.NODE_ELEMENT, +!0),a=e.collapsed;p=e.createBookmark();b=p.startNode;a||(g=p.endNode);p=e.document.$.body.createTextRange();p.moveToElementText(b.$);p.moveStart("character",1);g?(h=e.document.$.body.createTextRange(),h.moveToElementText(g.$),p.setEndPoint("EndToEnd",h),p.moveEnd("character",-1)):(n=b.getNext(k),q=b.hasAscendant("pre"),n=!(n&&n.getText&&n.getText().match(h))&&(q||!b.hasPrevious()||b.getPrevious().is&&b.getPrevious().is("br")),q=e.document.createElement("span"),q.setHtml("\x26#65279;"),q.insertBefore(b), +n&&e.document.createText("").insertBefore(b));e.setStartBefore(b);b.remove();a?(n?(p.moveStart("character",-1),p.select(),e.document.$.selection.clear()):p.select(),e.moveToPosition(q,CKEDITOR.POSITION_BEFORE_START),q.remove()):(e.setEndBefore(g),g.remove(),p.select())}else{g=this.getNative();if(!g)return;this.removeAllRanges();for(p=0;p<a.length;p++){if(p<a.length-1&&(n=a[p],q=a[p+1],h=n.clone(),h.setStart(n.endContainer,n.endOffset),h.setEnd(q.startContainer,q.startOffset),!h.collapsed&&(h.shrink(CKEDITOR.NODE_ELEMENT, +!0),e=h.getCommonAncestor(),h=h.getEnclosedNode(),e.isReadOnly()||h&&h.isReadOnly()))){q.setStart(n.startContainer,n.startOffset);a.splice(p--,1);continue}e=a[p];q=this.document.$.createRange();e.collapsed&&CKEDITOR.env.webkit&&d(e)&&(h=m(this.root),e.insertNode(h),(n=h.getNext())&&!h.getPrevious()&&n.type==CKEDITOR.NODE_ELEMENT&&"br"==n.getName()?(l(this.root),e.moveToPosition(n,CKEDITOR.POSITION_BEFORE_START)):e.moveToPosition(h,CKEDITOR.POSITION_AFTER_END));q.setStart(e.startContainer.$,e.startOffset); +try{q.setEnd(e.endContainer.$,e.endOffset)}catch(r){if(0<=r.toString().indexOf("NS_ERROR_ILLEGAL_VALUE"))e.collapse(1),q.setEnd(e.endContainer.$,e.endOffset);else throw r;}g.addRange(q)}}this.reset();this.root.fire("selectionchange")}}},fake:function(a){var b=this.root.editor;this.reset();h(b);var c=this._.cache,d=new CKEDITOR.dom.range(this.root);d.setStartBefore(a);d.setEndAfter(a);c.ranges=new CKEDITOR.dom.rangeList(d);c.selectedElement=c.startElement=a;c.type=CKEDITOR.SELECTION_ELEMENT;c.selectedText= +c.nativeSel=null;this.isFake=1;this.rev=p++;b._.fakeSelection=this;this.root.fire("selectionchange")},isHidden:function(){var a=this.getCommonAncestor();a&&a.type==CKEDITOR.NODE_TEXT&&(a=a.getParent());return!(!a||!a.data("cke-hidden-sel"))},createBookmarks:function(a){a=this.getRanges().createBookmarks(a);this.isFake&&(a.isFake=1);return a},createBookmarks2:function(a){a=this.getRanges().createBookmarks2(a);this.isFake&&(a.isFake=1);return a},selectBookmarks:function(a){for(var b=[],c,d=0;d<a.length;d++){var f= +new CKEDITOR.dom.range(this.root);f.moveToBookmark(a[d]);b.push(f)}a.isFake&&(c=b[0].getEnclosedNode(),c&&c.type==CKEDITOR.NODE_ELEMENT||(CKEDITOR.warn("selection-not-fake"),a.isFake=0));a.isFake?this.fake(c):this.selectRanges(b);return this},getCommonAncestor:function(){var a=this.getRanges();return a.length?a[0].startContainer.getCommonAncestor(a[a.length-1].endContainer):null},scrollIntoView:function(){this.type!=CKEDITOR.SELECTION_NONE&&this.getRanges()[0].scrollIntoView()},removeAllRanges:function(){if(this.getType()!= +CKEDITOR.SELECTION_NONE){var a=this.getNative();try{a&&a[v?"empty":"removeAllRanges"]()}catch(b){}this.reset()}}}}(),"use strict",CKEDITOR.STYLE_BLOCK=1,CKEDITOR.STYLE_INLINE=2,CKEDITOR.STYLE_OBJECT=3,function(){function a(a,b){for(var c,d;(a=a.getParent())&&!a.equals(b);)if(a.getAttribute("data-nostyle"))c=a;else if(!d){var f=a.getAttribute("contentEditable");"false"==f?c=a:"true"==f&&(d=1)}return c}function e(a,b,c,d){return(a.getPosition(b)|d)==d&&(!c.childRule||c.childRule(a))}function b(c){var f= +c.document;if(c.collapsed)f=w(this,f),c.insertNode(f),c.moveToPosition(f,CKEDITOR.POSITION_BEFORE_END);else{var g=this.element,h=this._.definition,k,m=h.ignoreReadonly,l=m||h.includeReadonly;null==l&&(l=c.root.getCustomData("cke_includeReadonly"));var n=CKEDITOR.dtd[g];n||(k=!0,n=CKEDITOR.dtd.span);c.enlarge(CKEDITOR.ENLARGE_INLINE,1);c.trim();var p=c.createBookmark(),v=p.startNode,r=p.endNode,z=v,u;if(!m){var t=c.getCommonAncestor(),m=a(v,t),t=a(r,t);m&&(z=m.getNextSourceNode(!0));t&&(r=t)}for(z.getPosition(r)== +CKEDITOR.POSITION_FOLLOWING&&(z=0);z;){m=!1;if(z.equals(r))z=null,m=!0;else{var B=z.type==CKEDITOR.NODE_ELEMENT?z.getName():null,t=B&&"false"==z.getAttribute("contentEditable"),y=B&&z.getAttribute("data-nostyle");if(B&&z.data("cke-bookmark")){z=z.getNextSourceNode(!0);continue}if(t&&l&&CKEDITOR.dtd.$block[B])for(var D=z,x=d(D),A=void 0,C=x.length,G=0,D=C&&new CKEDITOR.dom.range(D.getDocument());G<C;++G){var A=x[G],ga=CKEDITOR.filter.instances[A.data("cke-filter")];if(ga?ga.check(this):1)D.selectNodeContents(A), +b.call(this,D)}x=B?!n[B]||y?0:t&&!l?0:e(z,r,h,H):1;if(x)if(A=z.getParent(),x=h,C=g,G=k,!A||!(A.getDtd()||CKEDITOR.dtd.span)[C]&&!G||x.parentRule&&!x.parentRule(A))m=!0;else{if(u||B&&CKEDITOR.dtd.$removeEmpty[B]&&(z.getPosition(r)|H)!=H||(u=c.clone(),u.setStartBefore(z)),B=z.type,B==CKEDITOR.NODE_TEXT||t||B==CKEDITOR.NODE_ELEMENT&&!z.getChildCount()){for(var B=z,fa;(m=!B.getNext(F))&&(fa=B.getParent(),n[fa.getName()])&&e(fa,v,h,K);)B=fa;u.setEndAfter(B)}}else m=!0;z=z.getNextSourceNode(y||t)}if(m&& +u&&!u.collapsed){for(var m=w(this,f),t=m.hasAttributes(),y=u.getCommonAncestor(),B={},x={},A={},C={},I,Z,ha;m&&y;){if(y.getName()==g){for(I in h.attributes)!C[I]&&(ha=y.getAttribute(Z))&&(m.getAttribute(I)==ha?x[I]=1:C[I]=1);for(Z in h.styles)!A[Z]&&(ha=y.getStyle(Z))&&(m.getStyle(Z)==ha?B[Z]=1:A[Z]=1)}y=y.getParent()}for(I in x)m.removeAttribute(I);for(Z in B)m.removeStyle(Z);t&&!m.hasAttributes()&&(m=null);m?(u.extractContents().appendTo(m),u.insertNode(m),q.call(this,m),m.mergeSiblings(),CKEDITOR.env.ie|| +m.$.normalize()):(m=new CKEDITOR.dom.element("span"),u.extractContents().appendTo(m),u.insertNode(m),q.call(this,m),m.remove(!0));u=null}}c.moveToBookmark(p);c.shrink(CKEDITOR.SHRINK_TEXT);c.shrink(CKEDITOR.NODE_ELEMENT,!0)}}function c(a){function b(){for(var a=new CKEDITOR.dom.elementPath(d.getParent()),c=new CKEDITOR.dom.elementPath(m.getParent()),f=null,g=null,e=0;e<a.elements.length;e++){var h=a.elements[e];if(h==a.block||h==a.blockLimit)break;l.checkElementRemovable(h,!0)&&(f=h)}for(e=0;e<c.elements.length;e++){h= +c.elements[e];if(h==c.block||h==c.blockLimit)break;l.checkElementRemovable(h,!0)&&(g=h)}g&&m.breakParent(g);f&&d.breakParent(f)}a.enlarge(CKEDITOR.ENLARGE_INLINE,1);var c=a.createBookmark(),d=c.startNode;if(a.collapsed){for(var f=new CKEDITOR.dom.elementPath(d.getParent(),a.root),g,e=0,h;e<f.elements.length&&(h=f.elements[e])&&h!=f.block&&h!=f.blockLimit;e++)if(this.checkElementRemovable(h)){var k;a.collapsed&&(a.checkBoundaryOfElement(h,CKEDITOR.END)||(k=a.checkBoundaryOfElement(h,CKEDITOR.START)))? +(g=h,g.match=k?"start":"end"):(h.mergeSiblings(),h.is(this.element)?r.call(this,h):v(h,u(this)[h.getName()]))}if(g){h=d;for(e=0;;e++){k=f.elements[e];if(k.equals(g))break;else if(k.match)continue;else k=k.clone();k.append(h);h=k}h["start"==g.match?"insertBefore":"insertAfter"](g)}}else{var m=c.endNode,l=this;b();for(f=d;!f.equals(m);)g=f.getNextSourceNode(),f.type==CKEDITOR.NODE_ELEMENT&&this.checkElementRemovable(f)&&(f.getName()==this.element?r.call(this,f):v(f,u(this)[f.getName()]),g.type==CKEDITOR.NODE_ELEMENT&& +g.contains(d)&&(b(),g=d.getNext())),f=g}a.moveToBookmark(c);a.shrink(CKEDITOR.NODE_ELEMENT,!0)}function d(a){var b=[];a.forEach(function(a){if("true"==a.getAttribute("contenteditable"))return b.push(a),!1},CKEDITOR.NODE_ELEMENT,!0);return b}function m(a){var b=a.getEnclosedNode()||a.getCommonAncestor(!1,!0);(a=(new CKEDITOR.dom.elementPath(b,a.root)).contains(this.element,1))&&!a.isReadOnly()&&z(a,this)}function l(a){var b=a.getCommonAncestor(!0,!0);if(a=(new CKEDITOR.dom.elementPath(b,a.root)).contains(this.element, +1)){var b=this._.definition,c=b.attributes;if(c)for(var d in c)a.removeAttribute(d,c[d]);if(b.styles)for(var f in b.styles)b.styles.hasOwnProperty(f)&&a.removeStyle(f)}}function f(a){var b=a.createBookmark(!0),c=a.createIterator();c.enforceRealBlocks=!0;this._.enterMode&&(c.enlargeBr=this._.enterMode!=CKEDITOR.ENTER_BR);for(var d,f=a.document,g;d=c.getNextParagraph();)!d.isReadOnly()&&(c.activeFilter?c.activeFilter.check(this):1)&&(g=w(this,f,d),k(d,g));a.moveToBookmark(b)}function h(a){var b=a.createBookmark(1), +c=a.createIterator();c.enforceRealBlocks=!0;c.enlargeBr=this._.enterMode!=CKEDITOR.ENTER_BR;for(var d,f;d=c.getNextParagraph();)this.checkElementRemovable(d)&&(d.is("pre")?((f=this._.enterMode==CKEDITOR.ENTER_BR?null:a.document.createElement(this._.enterMode==CKEDITOR.ENTER_P?"p":"div"))&&d.copyAttributes(f),k(d,f)):r.call(this,d));a.moveToBookmark(b)}function k(a,b){var c=!b;c&&(b=a.getDocument().createElement("div"),a.copyAttributes(b));var d=b&&b.is("pre"),f=a.is("pre"),e=!d&&f;if(d&&!f){f=b;(e= +a.getBogus())&&e.remove();e=a.getHtml();e=n(e,/(?:^[ \t\n\r]+)|(?:[ \t\n\r]+$)/g,"");e=e.replace(/[ \t\r\n]*(<br[^>]*>)[ \t\r\n]*/gi,"$1");e=e.replace(/([ \t\n\r]+| )/g," ");e=e.replace(/<br\b[^>]*>/gi,"\n");if(CKEDITOR.env.ie){var h=a.getDocument().createElement("div");h.append(f);f.$.outerHTML="\x3cpre\x3e"+e+"\x3c/pre\x3e";f.copyAttributes(h.getFirst());f=h.getFirst().remove()}else f.setHtml(e);b=f}else e?b=t(c?[a.getHtml()]:g(a),b):a.moveChildren(b);b.replace(a);if(d){var c=b,k;(k=c.getPrevious(I))&& +k.type==CKEDITOR.NODE_ELEMENT&&k.is("pre")&&(d=n(k.getHtml(),/\n$/,"")+"\n\n"+n(c.getHtml(),/^\n/,""),CKEDITOR.env.ie?c.$.outerHTML="\x3cpre\x3e"+d+"\x3c/pre\x3e":c.setHtml(d),k.remove())}else c&&p(b)}function g(a){var b=[];n(a.getOuterHtml(),/(\S\s*)\n(?:\s|(<span[^>]+data-cke-bookmark.*?\/span>))*\n(?!$)/gi,function(a,b,c){return b+"\x3c/pre\x3e"+c+"\x3cpre\x3e"}).replace(/<pre\b.*?>([\s\S]*?)<\/pre>/gi,function(a,c){b.push(c)});return b}function n(a,b,c){var d="",f="";a=a.replace(/(^<span[^>]+data-cke-bookmark.*?\/span>)|(<span[^>]+data-cke-bookmark.*?\/span>$)/gi, +function(a,b,c){b&&(d=b);c&&(f=c);return""});return d+a.replace(b,c)+f}function t(a,b){var c;1<a.length&&(c=new CKEDITOR.dom.documentFragment(b.getDocument()));for(var d=0;d<a.length;d++){var f=a[d],f=f.replace(/(\r\n|\r)/g,"\n"),f=n(f,/^[ \t]*\n/,""),f=n(f,/\n$/,""),f=n(f,/^[ \t]+|[ \t]+$/g,function(a,b){return 1==a.length?"\x26nbsp;":b?" "+CKEDITOR.tools.repeat("\x26nbsp;",a.length-1):CKEDITOR.tools.repeat("\x26nbsp;",a.length-1)+" "}),f=f.replace(/\n/g,"\x3cbr\x3e"),f=f.replace(/[ \t]{2,}/g,function(a){return CKEDITOR.tools.repeat("\x26nbsp;", +a.length-1)+" "});if(c){var g=b.clone();g.setHtml(f);c.append(g)}else b.setHtml(f)}return c||b}function r(a,b){var c=this._.definition,d=c.attributes,c=c.styles,f=u(this)[a.getName()],g=CKEDITOR.tools.isEmpty(d)&&CKEDITOR.tools.isEmpty(c),e;for(e in d)if("class"!=e&&!this._.definition.fullMatch||a.getAttribute(e)==y(e,d[e]))b&&"data-"==e.slice(0,5)||(g=a.hasAttribute(e),a.removeAttribute(e));for(var h in c)this._.definition.fullMatch&&a.getStyle(h)!=y(h,c[h],!0)||(g=g||!!a.getStyle(h),a.removeStyle(h)); +v(a,f,x[a.getName()]);g&&(this._.definition.alwaysRemoveElement?p(a,1):!CKEDITOR.dtd.$block[a.getName()]||this._.enterMode==CKEDITOR.ENTER_BR&&!a.hasAttributes()?p(a):a.renameNode(this._.enterMode==CKEDITOR.ENTER_P?"p":"div"))}function q(a){for(var b=u(this),c=a.getElementsByTag(this.element),d,f=c.count();0<=--f;)d=c.getItem(f),d.isReadOnly()||r.call(this,d,!0);for(var g in b)if(g!=this.element)for(c=a.getElementsByTag(g),f=c.count()-1;0<=f;f--)d=c.getItem(f),d.isReadOnly()||v(d,b[g])}function v(a, +b,c){if(b=b&&b.attributes)for(var d=0;d<b.length;d++){var f=b[d][0],g;if(g=a.getAttribute(f)){var e=b[d][1];(null===e||e.test&&e.test(g)||"string"==typeof e&&g==e)&&a.removeAttribute(f)}}c||p(a)}function p(a,b){if(!a.hasAttributes()||b)if(CKEDITOR.dtd.$block[a.getName()]){var c=a.getPrevious(I),d=a.getNext(I);!c||c.type!=CKEDITOR.NODE_TEXT&&c.isBlockBoundary({br:1})||a.append("br",1);!d||d.type!=CKEDITOR.NODE_TEXT&&d.isBlockBoundary({br:1})||a.append("br");a.remove(!0)}else c=a.getFirst(),d=a.getLast(), +a.remove(!0),c&&(c.type==CKEDITOR.NODE_ELEMENT&&c.mergeSiblings(),d&&!c.equals(d)&&d.type==CKEDITOR.NODE_ELEMENT&&d.mergeSiblings())}function w(a,b,c){var d;d=a.element;"*"==d&&(d="span");d=new CKEDITOR.dom.element(d,b);c&&c.copyAttributes(d);d=z(d,a);b.getCustomData("doc_processing_style")&&d.hasAttribute("id")?d.removeAttribute("id"):b.setCustomData("doc_processing_style",1);return d}function z(a,b){var c=b._.definition,d=c.attributes,c=CKEDITOR.style.getStyleText(c);if(d)for(var f in d)a.setAttribute(f, +d[f]);c&&a.setAttribute("style",c);return a}function B(a,b){for(var c in a)a[c]=a[c].replace(G,function(a,c){return b[c]})}function u(a){if(a._.overrides)return a._.overrides;var b=a._.overrides={},c=a._.definition.overrides;if(c){CKEDITOR.tools.isArray(c)||(c=[c]);for(var d=0;d<c.length;d++){var f=c[d],g,e;"string"==typeof f?g=f.toLowerCase():(g=f.element?f.element.toLowerCase():a.element,e=f.attributes);f=b[g]||(b[g]={});if(e){var f=f.attributes=f.attributes||[],h;for(h in e)f.push([h.toLowerCase(), +e[h]])}}}return b}function y(a,b,c){var d=new CKEDITOR.dom.element("span");d[c?"setStyle":"setAttribute"](a,b);return d[c?"getStyle":"getAttribute"](a)}function D(a,b,c){var d=a.document,f=a.getRanges();b=b?this.removeFromRange:this.applyToRange;for(var g,e=f.createIterator();g=e.getNextRange();)b.call(this,g,c);a.selectRanges(f);d.removeCustomData("doc_processing_style")}var x={address:1,div:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,p:1,pre:1,section:1,header:1,footer:1,nav:1,article:1,aside:1,figure:1,dialog:1, +hgroup:1,time:1,meter:1,menu:1,command:1,keygen:1,output:1,progress:1,details:1,datagrid:1,datalist:1},A={a:1,blockquote:1,embed:1,hr:1,img:1,li:1,object:1,ol:1,table:1,td:1,tr:1,th:1,ul:1,dl:1,dt:1,dd:1,form:1,audio:1,video:1},C=/\s*(?:;\s*|$)/,G=/#\((.+?)\)/g,F=CKEDITOR.dom.walker.bookmark(0,1),I=CKEDITOR.dom.walker.whitespaces(1);CKEDITOR.style=function(a,b){if("string"==typeof a.type)return new CKEDITOR.style.customHandlers[a.type](a);var c=a.attributes;c&&c.style&&(a.styles=CKEDITOR.tools.extend({}, +a.styles,CKEDITOR.tools.parseCssText(c.style)),delete c.style);b&&(a=CKEDITOR.tools.clone(a),B(a.attributes,b),B(a.styles,b));c=this.element=a.element?"string"==typeof a.element?a.element.toLowerCase():a.element:"*";this.type=a.type||(x[c]?CKEDITOR.STYLE_BLOCK:A[c]?CKEDITOR.STYLE_OBJECT:CKEDITOR.STYLE_INLINE);"object"==typeof this.element&&(this.type=CKEDITOR.STYLE_OBJECT);this._={definition:a}};CKEDITOR.style.prototype={apply:function(a){if(a instanceof CKEDITOR.dom.document)return D.call(this,a.getSelection()); +if(this.checkApplicable(a.elementPath(),a)){var b=this._.enterMode;b||(this._.enterMode=a.activeEnterMode);D.call(this,a.getSelection(),0,a);this._.enterMode=b}},remove:function(a){if(a instanceof CKEDITOR.dom.document)return D.call(this,a.getSelection(),1);if(this.checkApplicable(a.elementPath(),a)){var b=this._.enterMode;b||(this._.enterMode=a.activeEnterMode);D.call(this,a.getSelection(),1,a);this._.enterMode=b}},applyToRange:function(a){this.applyToRange=this.type==CKEDITOR.STYLE_INLINE?b:this.type== +CKEDITOR.STYLE_BLOCK?f:this.type==CKEDITOR.STYLE_OBJECT?m:null;return this.applyToRange(a)},removeFromRange:function(a){this.removeFromRange=this.type==CKEDITOR.STYLE_INLINE?c:this.type==CKEDITOR.STYLE_BLOCK?h:this.type==CKEDITOR.STYLE_OBJECT?l:null;return this.removeFromRange(a)},applyToObject:function(a){z(a,this)},checkActive:function(a,b){switch(this.type){case CKEDITOR.STYLE_BLOCK:return this.checkElementRemovable(a.block||a.blockLimit,!0,b);case CKEDITOR.STYLE_OBJECT:case CKEDITOR.STYLE_INLINE:for(var c= +a.elements,d=0,f;d<c.length;d++)if(f=c[d],this.type!=CKEDITOR.STYLE_INLINE||f!=a.block&&f!=a.blockLimit){if(this.type==CKEDITOR.STYLE_OBJECT){var g=f.getName();if(!("string"==typeof this.element?g==this.element:g in this.element))continue}if(this.checkElementRemovable(f,!0,b))return!0}}return!1},checkApplicable:function(a,b,c){b&&b instanceof CKEDITOR.filter&&(c=b);if(c&&!c.check(this))return!1;switch(this.type){case CKEDITOR.STYLE_OBJECT:return!!a.contains(this.element);case CKEDITOR.STYLE_BLOCK:return!!a.blockLimit.getDtd()[this.element]}return!0}, +checkElementMatch:function(a,b){var c=this._.definition;if(!a||!c.ignoreReadonly&&a.isReadOnly())return!1;var d=a.getName();if("string"==typeof this.element?d==this.element:d in this.element){if(!b&&!a.hasAttributes())return!0;if(d=c._AC)c=d;else{var d={},f=0,g=c.attributes;if(g)for(var e in g)f++,d[e]=g[e];if(e=CKEDITOR.style.getStyleText(c))d.style||f++,d.style=e;d._length=f;c=c._AC=d}if(c._length){for(var h in c)if("_length"!=h){f=a.getAttribute(h)||"";if("style"==h)a:{d=c[h];"string"==typeof d&& +(d=CKEDITOR.tools.parseCssText(d));"string"==typeof f&&(f=CKEDITOR.tools.parseCssText(f,!0));e=void 0;for(e in d)if(!(e in f)||f[e]!=d[e]&&"inherit"!=d[e]&&"inherit"!=f[e]){d=!1;break a}d=!0}else d=c[h]==f;if(d){if(!b)return!0}else if(b)return!1}if(b)return!0}else return!0}return!1},checkElementRemovable:function(a,b,c){if(this.checkElementMatch(a,b,c))return!0;if(b=u(this)[a.getName()]){var d;if(!(b=b.attributes))return!0;for(c=0;c<b.length;c++)if(d=b[c][0],d=a.getAttribute(d)){var f=b[c][1];if(null=== +f)return!0;if("string"==typeof f){if(d==f)return!0}else if(f.test(d))return!0}}return!1},buildPreview:function(a){var b=this._.definition,c=[],d=b.element;"bdo"==d&&(d="span");var c=["\x3c",d],f=b.attributes;if(f)for(var g in f)c.push(" ",g,'\x3d"',f[g],'"');(f=CKEDITOR.style.getStyleText(b))&&c.push(' style\x3d"',f,'"');c.push("\x3e",a||b.name,"\x3c/",d,"\x3e");return c.join("")},getDefinition:function(){return this._.definition}};CKEDITOR.style.getStyleText=function(a){var b=a._ST;if(b)return b; +var b=a.styles,c=a.attributes&&a.attributes.style||"",d="";c.length&&(c=c.replace(C,";"));for(var f in b){var g=b[f],e=(f+":"+g).replace(C,";");"inherit"==g?d+=e:c+=e}c.length&&(c=CKEDITOR.tools.normalizeCssText(c,!0));return a._ST=c+d};CKEDITOR.style.customHandlers={};CKEDITOR.style.addCustomHandler=function(a){var b=function(a){this._={definition:a};this.setup&&this.setup(a)};b.prototype=CKEDITOR.tools.extend(CKEDITOR.tools.prototypedCopy(CKEDITOR.style.prototype),{assignedTo:CKEDITOR.STYLE_OBJECT}, +a,!0);return this.customHandlers[a.type]=b};var H=CKEDITOR.POSITION_PRECEDING|CKEDITOR.POSITION_IDENTICAL|CKEDITOR.POSITION_IS_CONTAINED,K=CKEDITOR.POSITION_FOLLOWING|CKEDITOR.POSITION_IDENTICAL|CKEDITOR.POSITION_IS_CONTAINED}(),CKEDITOR.styleCommand=function(a,e){this.requiredContent=this.allowedContent=this.style=a;CKEDITOR.tools.extend(this,e,!0)},CKEDITOR.styleCommand.prototype.exec=function(a){a.focus();this.state==CKEDITOR.TRISTATE_OFF?a.applyStyle(this.style):this.state==CKEDITOR.TRISTATE_ON&& +a.removeStyle(this.style)},CKEDITOR.stylesSet=new CKEDITOR.resourceManager("","stylesSet"),CKEDITOR.addStylesSet=CKEDITOR.tools.bind(CKEDITOR.stylesSet.add,CKEDITOR.stylesSet),CKEDITOR.loadStylesSet=function(a,e,b){CKEDITOR.stylesSet.addExternal(a,e,"");CKEDITOR.stylesSet.load(a,b)},CKEDITOR.tools.extend(CKEDITOR.editor.prototype,{attachStyleStateChange:function(a,e){var b=this._.styleStateChangeCallbacks;b||(b=this._.styleStateChangeCallbacks=[],this.on("selectionChange",function(a){for(var d=0;d< +b.length;d++){var e=b[d],l=e.style.checkActive(a.data.path,this)?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF;e.fn.call(this,l)}}));b.push({style:a,fn:e})},applyStyle:function(a){a.apply(this)},removeStyle:function(a){a.remove(this)},getStylesSet:function(a){if(this._.stylesDefinitions)a(this._.stylesDefinitions);else{var e=this,b=e.config.stylesCombo_stylesSet||e.config.stylesSet;if(!1===b)a(null);else if(b instanceof Array)e._.stylesDefinitions=b,a(b);else{b||(b="default");var b=b.split(":"),c=b[0]; +CKEDITOR.stylesSet.addExternal(c,b[1]?b.slice(1).join(":"):CKEDITOR.getUrl("styles.js"),"");CKEDITOR.stylesSet.load(c,function(b){e._.stylesDefinitions=b[c];a(e._.stylesDefinitions)})}}}}),CKEDITOR.dom.comment=function(a,e){"string"==typeof a&&(a=(e?e.$:document).createComment(a));CKEDITOR.dom.domObject.call(this,a)},CKEDITOR.dom.comment.prototype=new CKEDITOR.dom.node,CKEDITOR.tools.extend(CKEDITOR.dom.comment.prototype,{type:CKEDITOR.NODE_COMMENT,getOuterHtml:function(){return"\x3c!--"+this.$.nodeValue+ +"--\x3e"}}),"use strict",function(){var a={},e={},b;for(b in CKEDITOR.dtd.$blockLimit)b in CKEDITOR.dtd.$list||(a[b]=1);for(b in CKEDITOR.dtd.$block)b in CKEDITOR.dtd.$blockLimit||b in CKEDITOR.dtd.$empty||(e[b]=1);CKEDITOR.dom.elementPath=function(b,d){var m=null,l=null,f=[],h=b,k;d=d||b.getDocument().getBody();do if(h.type==CKEDITOR.NODE_ELEMENT){f.push(h);if(!this.lastElement&&(this.lastElement=h,h.is(CKEDITOR.dtd.$object)||"false"==h.getAttribute("contenteditable")))continue;if(h.equals(d))break; +if(!l&&(k=h.getName(),"true"==h.getAttribute("contenteditable")?l=h:!m&&e[k]&&(m=h),a[k])){if(k=!m&&"div"==k){a:{k=h.getChildren();for(var g=0,n=k.count();g<n;g++){var t=k.getItem(g);if(t.type==CKEDITOR.NODE_ELEMENT&&CKEDITOR.dtd.$block[t.getName()]){k=!0;break a}}k=!1}k=!k}k?m=h:l=h}}while(h=h.getParent());l||(l=d);this.block=m;this.blockLimit=l;this.root=d;this.elements=f}}(),CKEDITOR.dom.elementPath.prototype={compare:function(a){var e=this.elements;a=a&&a.elements;if(!a||e.length!=a.length)return!1; +for(var b=0;b<e.length;b++)if(!e[b].equals(a[b]))return!1;return!0},contains:function(a,e,b){var c;"string"==typeof a&&(c=function(b){return b.getName()==a});a instanceof CKEDITOR.dom.element?c=function(b){return b.equals(a)}:CKEDITOR.tools.isArray(a)?c=function(b){return-1<CKEDITOR.tools.indexOf(a,b.getName())}:"function"==typeof a?c=a:"object"==typeof a&&(c=function(b){return b.getName()in a});var d=this.elements,m=d.length;e&&m--;b&&(d=Array.prototype.slice.call(d,0),d.reverse());for(e=0;e<m;e++)if(c(d[e]))return d[e]; +return null},isContextFor:function(a){var e;return a in CKEDITOR.dtd.$block?(e=this.contains(CKEDITOR.dtd.$intermediate)||this.root.equals(this.block)&&this.block||this.blockLimit,!!e.getDtd()[a]):!0},direction:function(){return(this.block||this.blockLimit||this.root).getDirection(1)}},CKEDITOR.dom.text=function(a,e){"string"==typeof a&&(a=(e?e.$:document).createTextNode(a));this.$=a},CKEDITOR.dom.text.prototype=new CKEDITOR.dom.node,CKEDITOR.tools.extend(CKEDITOR.dom.text.prototype,{type:CKEDITOR.NODE_TEXT, +getLength:function(){return this.$.nodeValue.length},getText:function(){return this.$.nodeValue},setText:function(a){this.$.nodeValue=a},split:function(a){var e=this.$.parentNode,b=e.childNodes.length,c=this.getLength(),d=this.getDocument(),m=new CKEDITOR.dom.text(this.$.splitText(a),d);e.childNodes.length==b&&(a>=c?(m=d.createText(""),m.insertAfter(this)):(a=d.createText(""),a.insertAfter(m),a.remove()));return m},substring:function(a,e){return"number"!=typeof e?this.$.nodeValue.substr(a):this.$.nodeValue.substring(a, +e)}}),function(){function a(a,c,d){var e=a.serializable,l=c[d?"endContainer":"startContainer"],f=d?"endOffset":"startOffset",h=e?c.document.getById(a.startNode):a.startNode;a=e?c.document.getById(a.endNode):a.endNode;l.equals(h.getPrevious())?(c.startOffset=c.startOffset-l.getLength()-a.getPrevious().getLength(),l=a.getNext()):l.equals(a.getPrevious())&&(c.startOffset-=l.getLength(),l=a.getNext());l.equals(h.getParent())&&c[f]++;l.equals(a.getParent())&&c[f]++;c[d?"endContainer":"startContainer"]= +l;return c}CKEDITOR.dom.rangeList=function(a){if(a instanceof CKEDITOR.dom.rangeList)return a;a?a instanceof CKEDITOR.dom.range&&(a=[a]):a=[];return CKEDITOR.tools.extend(a,e)};var e={createIterator:function(){var a=this,c=CKEDITOR.dom.walker.bookmark(),d=[],e;return{getNextRange:function(l){e=void 0===e?0:e+1;var f=a[e];if(f&&1<a.length){if(!e)for(var h=a.length-1;0<=h;h--)d.unshift(a[h].createBookmark(!0));if(l)for(var k=0;a[e+k+1];){var g=f.document;l=0;h=g.getById(d[k].endNode);for(g=g.getById(d[k+ +1].startNode);;){h=h.getNextSourceNode(!1);if(g.equals(h))l=1;else if(c(h)||h.type==CKEDITOR.NODE_ELEMENT&&h.isBlockBoundary())continue;break}if(!l)break;k++}for(f.moveToBookmark(d.shift());k--;)h=a[++e],h.moveToBookmark(d.shift()),f.setEnd(h.endContainer,h.endOffset)}return f}}},createBookmarks:function(b){for(var c=[],d,e=0;e<this.length;e++){c.push(d=this[e].createBookmark(b,!0));for(var l=e+1;l<this.length;l++)this[l]=a(d,this[l]),this[l]=a(d,this[l],!0)}return c},createBookmarks2:function(a){for(var c= +[],d=0;d<this.length;d++)c.push(this[d].createBookmark2(a));return c},moveToBookmarks:function(a){for(var c=0;c<this.length;c++)this[c].moveToBookmark(a[c])}}}(),function(){function a(){return CKEDITOR.getUrl(CKEDITOR.skinName.split(",")[1]||"skins/"+CKEDITOR.skinName.split(",")[0]+"/")}function e(b){var c=CKEDITOR.skin["ua_"+b],d=CKEDITOR.env;if(c)for(var c=c.split(",").sort(function(a,b){return a>b?-1:1}),f=0,e;f<c.length;f++)if(e=c[f],d.ie&&(e.replace(/^ie/,"")==d.version||d.quirks&&"iequirks"== +e)&&(e="ie"),d[e]){b+="_"+c[f];break}return CKEDITOR.getUrl(a()+b+".css")}function b(a,b){m[a]||(CKEDITOR.document.appendStyleSheet(e(a)),m[a]=1);b&&b()}function c(a){var b=a.getById(l);b||(b=a.getHead().append("style"),b.setAttribute("id",l),b.setAttribute("type","text/css"));return b}function d(a,b,c){var d,f,e;if(CKEDITOR.env.webkit)for(b=b.split("}").slice(0,-1),f=0;f<b.length;f++)b[f]=b[f].split("{");for(var h=0;h<a.length;h++)if(CKEDITOR.env.webkit)for(f=0;f<b.length;f++){e=b[f][1];for(d=0;d< +c.length;d++)e=e.replace(c[d][0],c[d][1]);a[h].$.sheet.addRule(b[f][0],e)}else{e=b;for(d=0;d<c.length;d++)e=e.replace(c[d][0],c[d][1]);CKEDITOR.env.ie&&11>CKEDITOR.env.version?a[h].$.styleSheet.cssText+=e:a[h].$.innerHTML+=e}}var m={};CKEDITOR.skin={path:a,loadPart:function(c,d){CKEDITOR.skin.name!=CKEDITOR.skinName.split(",")[0]?CKEDITOR.scriptLoader.load(CKEDITOR.getUrl(a()+"skin.js"),function(){b(c,d)}):b(c,d)},getPath:function(a){return CKEDITOR.getUrl(e(a))},icons:{},addIcon:function(a,b,c,d){a= +a.toLowerCase();this.icons[a]||(this.icons[a]={path:b,offset:c||0,bgsize:d||"16px"})},getIconStyle:function(a,b,c,d,f){var e;a&&(a=a.toLowerCase(),b&&(e=this.icons[a+"-rtl"]),e||(e=this.icons[a]));a=c||e&&e.path||"";d=d||e&&e.offset;f=f||e&&e.bgsize||"16px";a&&(a=a.replace(/'/g,"\\'"));return a&&"background-image:url('"+CKEDITOR.getUrl(a)+"');background-position:0 "+d+"px;background-size:"+f+";"}};CKEDITOR.tools.extend(CKEDITOR.editor.prototype,{getUiColor:function(){return this.uiColor},setUiColor:function(a){var b= +c(CKEDITOR.document);return(this.setUiColor=function(a){this.uiColor=a;var c=CKEDITOR.skin.chameleon,e="",k="";"function"==typeof c&&(e=c(this,"editor"),k=c(this,"panel"));a=[[h,a]];d([b],e,a);d(f,k,a)}).call(this,a)}});var l="cke_ui_color",f=[],h=/\$color/g;CKEDITOR.on("instanceLoaded",function(a){if(!CKEDITOR.env.ie||!CKEDITOR.env.quirks){var b=a.editor;a=function(a){a=(a.data[0]||a.data).element.getElementsByTag("iframe").getItem(0).getFrameDocument();if(!a.getById("cke_ui_color")){a=c(a);f.push(a); +var e=b.getUiColor();e&&d([a],CKEDITOR.skin.chameleon(b,"panel"),[[h,e]])}};b.on("panelShow",a);b.on("menuShow",a);b.config.uiColor&&b.setUiColor(b.config.uiColor)}})}(),function(){if(CKEDITOR.env.webkit)CKEDITOR.env.hc=!1;else{var a=CKEDITOR.dom.element.createFromHtml('\x3cdiv style\x3d"width:0;height:0;position:absolute;left:-10000px;border:1px solid;border-color:red blue"\x3e\x3c/div\x3e',CKEDITOR.document);a.appendTo(CKEDITOR.document.getHead());try{var e=a.getComputedStyle("border-top-color"), +b=a.getComputedStyle("border-right-color");CKEDITOR.env.hc=!(!e||e!=b)}catch(c){CKEDITOR.env.hc=!1}a.remove()}CKEDITOR.env.hc&&(CKEDITOR.env.cssClass+=" cke_hc");CKEDITOR.document.appendStyleText(".cke{visibility:hidden;}");CKEDITOR.status="loaded";CKEDITOR.fireOnce("loaded");if(a=CKEDITOR._.pending)for(delete CKEDITOR._.pending,e=0;e<a.length;e++)CKEDITOR.editor.prototype.constructor.apply(a[e][0],a[e][1]),CKEDITOR.add(a[e][0])}(),CKEDITOR.skin.name="moono",CKEDITOR.skin.ua_editor="ie,iequirks,ie7,ie8,gecko", +CKEDITOR.skin.ua_dialog="ie,iequirks,ie7,ie8",CKEDITOR.skin.chameleon=function(){var a=function(){return function(a,b){for(var e=a.match(/[^#]./g),l=0;3>l;l++){var f=l,h;h=parseInt(e[l],16);h=("0"+(0>b?0|h*(1+b):0|h+(255-h)*b).toString(16)).slice(-2);e[f]=h}return"#"+e.join("")}}(),e=function(){var a=new CKEDITOR.template("background:#{to};background-image:linear-gradient(to bottom,{from},{to});filter:progid:DXImageTransform.Microsoft.gradient(gradientType\x3d0,startColorstr\x3d'{from}',endColorstr\x3d'{to}');"); +return function(b,e){return a.output({from:b,to:e})}}(),b={editor:new CKEDITOR.template("{id}.cke_chrome [border-color:{defaultBorder};] {id} .cke_top [ {defaultGradient}border-bottom-color:{defaultBorder};] {id} .cke_bottom [{defaultGradient}border-top-color:{defaultBorder};] {id} .cke_resizer [border-right-color:{ckeResizer}] {id} .cke_dialog_title [{defaultGradient}border-bottom-color:{defaultBorder};] {id} .cke_dialog_footer [{defaultGradient}outline-color:{defaultBorder};border-top-color:{defaultBorder};] {id} .cke_dialog_tab [{lightGradient}border-color:{defaultBorder};] {id} .cke_dialog_tab:hover [{mediumGradient}] {id} .cke_dialog_contents [border-top-color:{defaultBorder};] {id} .cke_dialog_tab_selected, {id} .cke_dialog_tab_selected:hover [background:{dialogTabSelected};border-bottom-color:{dialogTabSelectedBorder};] {id} .cke_dialog_body [background:{dialogBody};border-color:{defaultBorder};] {id} .cke_toolgroup [{lightGradient}border-color:{defaultBorder};] {id} a.cke_button_off:hover, {id} a.cke_button_off:focus, {id} a.cke_button_off:active [{mediumGradient}] {id} .cke_button_on [{ckeButtonOn}] {id} .cke_toolbar_separator [background-color: {ckeToolbarSeparator};] {id} .cke_combo_button [border-color:{defaultBorder};{lightGradient}] {id} a.cke_combo_button:hover, {id} a.cke_combo_button:focus, {id} .cke_combo_on a.cke_combo_button [border-color:{defaultBorder};{mediumGradient}] {id} .cke_path_item [color:{elementsPathColor};] {id} a.cke_path_item:hover, {id} a.cke_path_item:focus, {id} a.cke_path_item:active [background-color:{elementsPathBg};] {id}.cke_panel [border-color:{defaultBorder};] "), +panel:new CKEDITOR.template(".cke_panel_grouptitle [{lightGradient}border-color:{defaultBorder};] .cke_menubutton_icon [background-color:{menubuttonIcon};] .cke_menubutton:hover .cke_menubutton_icon, .cke_menubutton:focus .cke_menubutton_icon, .cke_menubutton:active .cke_menubutton_icon [background-color:{menubuttonIconHover};] .cke_menuseparator [background-color:{menubuttonIcon};] a:hover.cke_colorbox, a:focus.cke_colorbox, a:active.cke_colorbox [border-color:{defaultBorder};] a:hover.cke_colorauto, a:hover.cke_colormore, a:focus.cke_colorauto, a:focus.cke_colormore, a:active.cke_colorauto, a:active.cke_colormore [background-color:{ckeColorauto};border-color:{defaultBorder};] ")}; +return function(c,d){var m=c.uiColor,m={id:"."+c.id,defaultBorder:a(m,-.1),defaultGradient:e(a(m,.9),m),lightGradient:e(a(m,1),a(m,.7)),mediumGradient:e(a(m,.8),a(m,.5)),ckeButtonOn:e(a(m,.6),a(m,.7)),ckeResizer:a(m,-.4),ckeToolbarSeparator:a(m,.5),ckeColorauto:a(m,.8),dialogBody:a(m,.7),dialogTabSelected:e("#FFFFFF","#FFFFFF"),dialogTabSelectedBorder:"#FFF",elementsPathColor:a(m,-.6),elementsPathBg:m,menubuttonIcon:a(m,.5),menubuttonIconHover:a(m,.3)};return b[d].output(m).replace(/\[/g,"{").replace(/\]/g, +"}")}}(),CKEDITOR.plugins.add("dialogui",{onLoad:function(){var a=function(a){this._||(this._={});this._["default"]=this._.initValue=a["default"]||"";this._.required=a.required||!1;for(var b=[this._],c=1;c<arguments.length;c++)b.push(arguments[c]);b.push(!0);CKEDITOR.tools.extend.apply(CKEDITOR.tools,b);return this._},e={build:function(a,b,c){return new CKEDITOR.ui.dialog.textInput(a,b,c)}},b={build:function(a,b,c){return new CKEDITOR.ui.dialog[b.type](a,b,c)}},c={isChanged:function(){return this.getValue()!= +this.getInitValue()},reset:function(a){this.setValue(this.getInitValue(),a)},setInitValue:function(){this._.initValue=this.getValue()},resetInitValue:function(){this._.initValue=this._["default"]},getInitValue:function(){return this._.initValue}},d=CKEDITOR.tools.extend({},CKEDITOR.ui.dialog.uiElement.prototype.eventProcessors,{onChange:function(a,b){this._.domOnChangeRegistered||(a.on("load",function(){this.getInputElement().on("change",function(){a.parts.dialog.isVisible()&&this.fire("change",{value:this.getValue()})}, +this)},this),this._.domOnChangeRegistered=!0);this.on("change",b)}},!0),m=/^on([A-Z]\w+)/,l=function(a){for(var b in a)(m.test(b)||"title"==b||"type"==b)&&delete a[b];return a},f=function(a){a=a.data.getKeystroke();a==CKEDITOR.SHIFT+CKEDITOR.ALT+36?this.setDirectionMarker("ltr"):a==CKEDITOR.SHIFT+CKEDITOR.ALT+35&&this.setDirectionMarker("rtl")};CKEDITOR.tools.extend(CKEDITOR.ui.dialog,{labeledElement:function(b,c,d,f){if(!(4>arguments.length)){var e=a.call(this,c);e.labelId=CKEDITOR.tools.getNextId()+ +"_label";this._.children=[];var m={role:c.role||"presentation"};c.includeLabel&&(m["aria-labelledby"]=e.labelId);CKEDITOR.ui.dialog.uiElement.call(this,b,c,d,"div",null,m,function(){var a=[],d=c.required?" cke_required":"";"horizontal"!=c.labelLayout?a.push('\x3clabel class\x3d"cke_dialog_ui_labeled_label'+d+'" ',' id\x3d"'+e.labelId+'"',e.inputId?' for\x3d"'+e.inputId+'"':"",(c.labelStyle?' style\x3d"'+c.labelStyle+'"':"")+"\x3e",c.label,"\x3c/label\x3e",'\x3cdiv class\x3d"cke_dialog_ui_labeled_content"', +c.controlStyle?' style\x3d"'+c.controlStyle+'"':"",' role\x3d"presentation"\x3e',f.call(this,b,c),"\x3c/div\x3e"):(d={type:"hbox",widths:c.widths,padding:0,children:[{type:"html",html:'\x3clabel class\x3d"cke_dialog_ui_labeled_label'+d+'" id\x3d"'+e.labelId+'" for\x3d"'+e.inputId+'"'+(c.labelStyle?' style\x3d"'+c.labelStyle+'"':"")+"\x3e"+CKEDITOR.tools.htmlEncode(c.label)+"\x3c/label\x3e"},{type:"html",html:'\x3cspan class\x3d"cke_dialog_ui_labeled_content"'+(c.controlStyle?' style\x3d"'+c.controlStyle+ +'"':"")+"\x3e"+f.call(this,b,c)+"\x3c/span\x3e"}]},CKEDITOR.dialog._.uiElementBuilders.hbox.build(b,d,a));return a.join("")})}},textInput:function(b,c,d){if(!(3>arguments.length)){a.call(this,c);var e=this._.inputId=CKEDITOR.tools.getNextId()+"_textInput",m={"class":"cke_dialog_ui_input_"+c.type,id:e,type:c.type};c.validate&&(this.validate=c.validate);c.maxLength&&(m.maxlength=c.maxLength);c.size&&(m.size=c.size);c.inputStyle&&(m.style=c.inputStyle);var l=this,q=!1;b.on("load",function(){l.getInputElement().on("keydown", +function(a){13==a.data.getKeystroke()&&(q=!0)});l.getInputElement().on("keyup",function(a){13==a.data.getKeystroke()&&q&&(b.getButton("ok")&&setTimeout(function(){b.getButton("ok").click()},0),q=!1);l.bidi&&f.call(l,a)},null,null,1E3)});CKEDITOR.ui.dialog.labeledElement.call(this,b,c,d,function(){var a=['\x3cdiv class\x3d"cke_dialog_ui_input_',c.type,'" role\x3d"presentation"'];c.width&&a.push('style\x3d"width:'+c.width+'" ');a.push("\x3e\x3cinput ");m["aria-labelledby"]=this._.labelId;this._.required&& +(m["aria-required"]=this._.required);for(var b in m)a.push(b+'\x3d"'+m[b]+'" ');a.push(" /\x3e\x3c/div\x3e");return a.join("")})}},textarea:function(b,c,d){if(!(3>arguments.length)){a.call(this,c);var e=this,m=this._.inputId=CKEDITOR.tools.getNextId()+"_textarea",l={};c.validate&&(this.validate=c.validate);l.rows=c.rows||5;l.cols=c.cols||20;l["class"]="cke_dialog_ui_input_textarea "+(c["class"]||"");"undefined"!=typeof c.inputStyle&&(l.style=c.inputStyle);c.dir&&(l.dir=c.dir);if(e.bidi)b.on("load", +function(){e.getInputElement().on("keyup",f)},e);CKEDITOR.ui.dialog.labeledElement.call(this,b,c,d,function(){l["aria-labelledby"]=this._.labelId;this._.required&&(l["aria-required"]=this._.required);var a=['\x3cdiv class\x3d"cke_dialog_ui_input_textarea" role\x3d"presentation"\x3e\x3ctextarea id\x3d"',m,'" '],b;for(b in l)a.push(b+'\x3d"'+CKEDITOR.tools.htmlEncode(l[b])+'" ');a.push("\x3e",CKEDITOR.tools.htmlEncode(e._["default"]),"\x3c/textarea\x3e\x3c/div\x3e");return a.join("")})}},checkbox:function(b, +c,d){if(!(3>arguments.length)){var f=a.call(this,c,{"default":!!c["default"]});c.validate&&(this.validate=c.validate);CKEDITOR.ui.dialog.uiElement.call(this,b,c,d,"span",null,null,function(){var a=CKEDITOR.tools.extend({},c,{id:c.id?c.id+"_checkbox":CKEDITOR.tools.getNextId()+"_checkbox"},!0),d=[],e=CKEDITOR.tools.getNextId()+"_label",g={"class":"cke_dialog_ui_checkbox_input",type:"checkbox","aria-labelledby":e};l(a);c["default"]&&(g.checked="checked");"undefined"!=typeof a.inputStyle&&(a.style=a.inputStyle); +f.checkbox=new CKEDITOR.ui.dialog.uiElement(b,a,d,"input",null,g);d.push(' \x3clabel id\x3d"',e,'" for\x3d"',g.id,'"'+(c.labelStyle?' style\x3d"'+c.labelStyle+'"':"")+"\x3e",CKEDITOR.tools.htmlEncode(c.label),"\x3c/label\x3e");return d.join("")})}},radio:function(b,c,d){if(!(3>arguments.length)){a.call(this,c);this._["default"]||(this._["default"]=this._.initValue=c.items[0][1]);c.validate&&(this.validate=c.validate);var f=[],e=this;c.role="radiogroup";c.includeLabel=!0;CKEDITOR.ui.dialog.labeledElement.call(this, +b,c,d,function(){for(var a=[],d=[],g=(c.id?c.id:CKEDITOR.tools.getNextId())+"_radio",m=0;m<c.items.length;m++){var w=c.items[m],z=void 0!==w[2]?w[2]:w[0],B=void 0!==w[1]?w[1]:w[0],u=CKEDITOR.tools.getNextId()+"_radio_input",y=u+"_label",u=CKEDITOR.tools.extend({},c,{id:u,title:null,type:null},!0),z=CKEDITOR.tools.extend({},u,{title:z},!0),D={type:"radio","class":"cke_dialog_ui_radio_input",name:g,value:B,"aria-labelledby":y},x=[];e._["default"]==B&&(D.checked="checked");l(u);l(z);"undefined"!=typeof u.inputStyle&& +(u.style=u.inputStyle);u.keyboardFocusable=!0;f.push(new CKEDITOR.ui.dialog.uiElement(b,u,x,"input",null,D));x.push(" ");new CKEDITOR.ui.dialog.uiElement(b,z,x,"label",null,{id:y,"for":D.id},w[0]);a.push(x.join(""))}new CKEDITOR.ui.dialog.hbox(b,f,a,d);return d.join("")});this._.children=f}},button:function(b,c,d){if(arguments.length){"function"==typeof c&&(c=c(b.getParentEditor()));a.call(this,c,{disabled:c.disabled||!1});CKEDITOR.event.implementOn(this);var f=this;b.on("load",function(){var a=this.getElement(); +(function(){a.on("click",function(a){f.click();a.data.preventDefault()});a.on("keydown",function(a){a.data.getKeystroke()in{32:1}&&(f.click(),a.data.preventDefault())})})();a.unselectable()},this);var e=CKEDITOR.tools.extend({},c);delete e.style;var m=CKEDITOR.tools.getNextId()+"_label";CKEDITOR.ui.dialog.uiElement.call(this,b,e,d,"a",null,{style:c.style,href:"javascript:void(0)",title:c.label,hidefocus:"true","class":c["class"],role:"button","aria-labelledby":m},'\x3cspan id\x3d"'+m+'" class\x3d"cke_dialog_ui_button"\x3e'+ +CKEDITOR.tools.htmlEncode(c.label)+"\x3c/span\x3e")}},select:function(b,c,d){if(!(3>arguments.length)){var f=a.call(this,c);c.validate&&(this.validate=c.validate);f.inputId=CKEDITOR.tools.getNextId()+"_select";CKEDITOR.ui.dialog.labeledElement.call(this,b,c,d,function(){var a=CKEDITOR.tools.extend({},c,{id:c.id?c.id+"_select":CKEDITOR.tools.getNextId()+"_select"},!0),d=[],e=[],g={id:f.inputId,"class":"cke_dialog_ui_input_select","aria-labelledby":this._.labelId};d.push('\x3cdiv class\x3d"cke_dialog_ui_input_', +c.type,'" role\x3d"presentation"');c.width&&d.push('style\x3d"width:'+c.width+'" ');d.push("\x3e");void 0!==c.size&&(g.size=c.size);void 0!==c.multiple&&(g.multiple=c.multiple);l(a);for(var m=0,w;m<c.items.length&&(w=c.items[m]);m++)e.push('\x3coption value\x3d"',CKEDITOR.tools.htmlEncode(void 0!==w[1]?w[1]:w[0]).replace(/"/g,"\x26quot;"),'" /\x3e ',CKEDITOR.tools.htmlEncode(w[0]));"undefined"!=typeof a.inputStyle&&(a.style=a.inputStyle);f.select=new CKEDITOR.ui.dialog.uiElement(b,a,d,"select",null, +g,e.join(""));d.push("\x3c/div\x3e");return d.join("")})}},file:function(b,c,d){if(!(3>arguments.length)){void 0===c["default"]&&(c["default"]="");var f=CKEDITOR.tools.extend(a.call(this,c),{definition:c,buttons:[]});c.validate&&(this.validate=c.validate);b.on("load",function(){CKEDITOR.document.getById(f.frameId).getParent().addClass("cke_dialog_ui_input_file")});CKEDITOR.ui.dialog.labeledElement.call(this,b,c,d,function(){f.frameId=CKEDITOR.tools.getNextId()+"_fileInput";var a=['\x3ciframe frameborder\x3d"0" allowtransparency\x3d"0" class\x3d"cke_dialog_ui_input_file" role\x3d"presentation" id\x3d"', +f.frameId,'" title\x3d"',c.label,'" src\x3d"javascript:void('];a.push(CKEDITOR.env.ie?"(function(){"+encodeURIComponent("document.open();("+CKEDITOR.tools.fixDomain+")();document.close();")+"})()":"0");a.push(')"\x3e\x3c/iframe\x3e');return a.join("")})}},fileButton:function(b,c,d){var f=this;if(!(3>arguments.length)){a.call(this,c);c.validate&&(this.validate=c.validate);var e=CKEDITOR.tools.extend({},c),m=e.onClick;e.className=(e.className?e.className+" ":"")+"cke_dialog_ui_button";e.onClick=function(a){var d= +c["for"];m&&!1===m.call(this,a)||(b.getContentElement(d[0],d[1]).submit(),this.disable())};b.on("load",function(){b.getContentElement(c["for"][0],c["for"][1])._.buttons.push(f)});CKEDITOR.ui.dialog.button.call(this,b,e,d)}},html:function(){var a=/^\s*<[\w:]+\s+([^>]*)?>/,b=/^(\s*<[\w:]+(?:\s+[^>]*)?)((?:.|\r|\n)+)$/,c=/\/$/;return function(d,f,e){if(!(3>arguments.length)){var m=[],l=f.html;"\x3c"!=l.charAt(0)&&(l="\x3cspan\x3e"+l+"\x3c/span\x3e");var p=f.focus;if(p){var w=this.focus;this.focus=function(){("function"== +typeof p?p:w).call(this);this.fire("focus")};f.isFocusable&&(this.isFocusable=this.isFocusable);this.keyboardFocusable=!0}CKEDITOR.ui.dialog.uiElement.call(this,d,f,m,"span",null,null,"");m=m.join("").match(a);l=l.match(b)||["","",""];c.test(l[1])&&(l[1]=l[1].slice(0,-1),l[2]="/"+l[2]);e.push([l[1]," ",m[1]||"",l[2]].join(""))}}}(),fieldset:function(a,b,c,d,f){var e=f.label;this._={children:b};CKEDITOR.ui.dialog.uiElement.call(this,a,f,d,"fieldset",null,null,function(){var a=[];e&&a.push("\x3clegend"+ +(f.labelStyle?' style\x3d"'+f.labelStyle+'"':"")+"\x3e"+e+"\x3c/legend\x3e");for(var b=0;b<c.length;b++)a.push(c[b]);return a.join("")})}},!0);CKEDITOR.ui.dialog.html.prototype=new CKEDITOR.ui.dialog.uiElement;CKEDITOR.ui.dialog.labeledElement.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{setLabel:function(a){var b=CKEDITOR.document.getById(this._.labelId);1>b.getChildCount()?(new CKEDITOR.dom.text(a,CKEDITOR.document)).appendTo(b):b.getChild(0).$.nodeValue=a;return this},getLabel:function(){var a= +CKEDITOR.document.getById(this._.labelId);return!a||1>a.getChildCount()?"":a.getChild(0).getText()},eventProcessors:d},!0);CKEDITOR.ui.dialog.button.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{click:function(){return this._.disabled?!1:this.fire("click",{dialog:this._.dialog})},enable:function(){this._.disabled=!1;var a=this.getElement();a&&a.removeClass("cke_disabled")},disable:function(){this._.disabled=!0;this.getElement().addClass("cke_disabled")},isVisible:function(){return this.getElement().getFirst().isVisible()}, +isEnabled:function(){return!this._.disabled},eventProcessors:CKEDITOR.tools.extend({},CKEDITOR.ui.dialog.uiElement.prototype.eventProcessors,{onClick:function(a,b){this.on("click",function(){b.apply(this,arguments)})}},!0),accessKeyUp:function(){this.click()},accessKeyDown:function(){this.focus()},keyboardFocusable:!0},!0);CKEDITOR.ui.dialog.textInput.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.labeledElement,{getInputElement:function(){return CKEDITOR.document.getById(this._.inputId)}, +focus:function(){var a=this.selectParentTab();setTimeout(function(){var b=a.getInputElement();b&&b.$.focus()},0)},select:function(){var a=this.selectParentTab();setTimeout(function(){var b=a.getInputElement();b&&(b.$.focus(),b.$.select())},0)},accessKeyUp:function(){this.select()},setValue:function(a){if(this.bidi){var b=a&&a.charAt(0);(b="âª"==b?"ltr":"â«"==b?"rtl":null)&&(a=a.slice(1));this.setDirectionMarker(b)}a||(a="");return CKEDITOR.ui.dialog.uiElement.prototype.setValue.apply(this,arguments)}, +getValue:function(){var a=CKEDITOR.ui.dialog.uiElement.prototype.getValue.call(this);if(this.bidi&&a){var b=this.getDirectionMarker();b&&(a=("ltr"==b?"âª":"â«")+a)}return a},setDirectionMarker:function(a){var b=this.getInputElement();a?b.setAttributes({dir:a,"data-cke-dir-marker":a}):this.getDirectionMarker()&&b.removeAttributes(["dir","data-cke-dir-marker"])},getDirectionMarker:function(){return this.getInputElement().data("cke-dir-marker")},keyboardFocusable:!0},c,!0);CKEDITOR.ui.dialog.textarea.prototype= +new CKEDITOR.ui.dialog.textInput;CKEDITOR.ui.dialog.select.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.labeledElement,{getInputElement:function(){return this._.select.getElement()},add:function(a,b,c){var d=new CKEDITOR.dom.element("option",this.getDialog().getParentEditor().document),f=this.getInputElement().$;d.$.text=a;d.$.value=void 0===b||null===b?a:b;void 0===c||null===c?CKEDITOR.env.ie?f.add(d.$):f.add(d.$,null):f.add(d.$,c);return this},remove:function(a){this.getInputElement().$.remove(a); +return this},clear:function(){for(var a=this.getInputElement().$;0<a.length;)a.remove(0);return this},keyboardFocusable:!0},c,!0);CKEDITOR.ui.dialog.checkbox.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{getInputElement:function(){return this._.checkbox.getElement()},setValue:function(a,b){this.getInputElement().$.checked=a;!b&&this.fire("change",{value:a})},getValue:function(){return this.getInputElement().$.checked},accessKeyUp:function(){this.setValue(!this.getValue())},eventProcessors:{onChange:function(a, +b){if(!CKEDITOR.env.ie||8<CKEDITOR.env.version)return d.onChange.apply(this,arguments);a.on("load",function(){var a=this._.checkbox.getElement();a.on("propertychange",function(b){b=b.data.$;"checked"==b.propertyName&&this.fire("change",{value:a.$.checked})},this)},this);this.on("change",b);return null}},keyboardFocusable:!0},c,!0);CKEDITOR.ui.dialog.radio.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{setValue:function(a,b){for(var c=this._.children,d,f=0;f<c.length&&(d=c[f]);f++)d.getElement().$.checked= +d.getValue()==a;!b&&this.fire("change",{value:a})},getValue:function(){for(var a=this._.children,b=0;b<a.length;b++)if(a[b].getElement().$.checked)return a[b].getValue();return null},accessKeyUp:function(){var a=this._.children,b;for(b=0;b<a.length;b++)if(a[b].getElement().$.checked){a[b].getElement().focus();return}a[0].getElement().focus()},eventProcessors:{onChange:function(a,b){if(!CKEDITOR.env.ie||8<CKEDITOR.env.version)return d.onChange.apply(this,arguments);a.on("load",function(){for(var a= +this._.children,b=this,c=0;c<a.length;c++)a[c].getElement().on("propertychange",function(a){a=a.data.$;"checked"==a.propertyName&&this.$.checked&&b.fire("change",{value:this.getAttribute("value")})})},this);this.on("change",b);return null}}},c,!0);CKEDITOR.ui.dialog.file.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.labeledElement,c,{getInputElement:function(){var a=CKEDITOR.document.getById(this._.frameId).getFrameDocument();return 0<a.$.forms.length?new CKEDITOR.dom.element(a.$.forms[0].elements[0]): +this.getElement()},submit:function(){this.getInputElement().getParent().$.submit();return this},getAction:function(){return this.getInputElement().getParent().$.action},registerEvents:function(a){var b=/^on([A-Z]\w+)/,c,d=function(a,b,c,d){a.on("formLoaded",function(){a.getInputElement().on(c,d,a)})},f;for(f in a)if(c=f.match(b))this.eventProcessors[f]?this.eventProcessors[f].call(this,this._.dialog,a[f]):d(this,this._.dialog,c[1].toLowerCase(),a[f]);return this},reset:function(){function a(){c.$.open(); +var h="";d.size&&(h=d.size-(CKEDITOR.env.ie?7:0));var z=b.frameId+"_input";c.$.write(['\x3chtml dir\x3d"'+l+'" lang\x3d"'+p+'"\x3e\x3chead\x3e\x3ctitle\x3e\x3c/title\x3e\x3c/head\x3e\x3cbody style\x3d"margin: 0; overflow: hidden; background: transparent;"\x3e','\x3cform enctype\x3d"multipart/form-data" method\x3d"POST" dir\x3d"'+l+'" lang\x3d"'+p+'" action\x3d"',CKEDITOR.tools.htmlEncode(d.action),'"\x3e\x3clabel id\x3d"',b.labelId,'" for\x3d"',z,'" style\x3d"display:none"\x3e',CKEDITOR.tools.htmlEncode(d.label), +'\x3c/label\x3e\x3cinput style\x3d"width:100%" id\x3d"',z,'" aria-labelledby\x3d"',b.labelId,'" type\x3d"file" name\x3d"',CKEDITOR.tools.htmlEncode(d.id||"cke_upload"),'" size\x3d"',CKEDITOR.tools.htmlEncode(0<h?h:""),'" /\x3e\x3c/form\x3e\x3c/body\x3e\x3c/html\x3e\x3cscript\x3e',CKEDITOR.env.ie?"("+CKEDITOR.tools.fixDomain+")();":"","window.parent.CKEDITOR.tools.callFunction("+e+");","window.onbeforeunload \x3d function() {window.parent.CKEDITOR.tools.callFunction("+m+")}","\x3c/script\x3e"].join("")); +c.$.close();for(h=0;h<f.length;h++)f[h].enable()}var b=this._,c=CKEDITOR.document.getById(b.frameId).getFrameDocument(),d=b.definition,f=b.buttons,e=this.formLoadedNumber,m=this.formUnloadNumber,l=b.dialog._.editor.lang.dir,p=b.dialog._.editor.langCode;e||(e=this.formLoadedNumber=CKEDITOR.tools.addFunction(function(){this.fire("formLoaded")},this),m=this.formUnloadNumber=CKEDITOR.tools.addFunction(function(){this.getInputElement().clearCustomData()},this),this.getDialog()._.editor.on("destroy",function(){CKEDITOR.tools.removeFunction(e); +CKEDITOR.tools.removeFunction(m)}));CKEDITOR.env.gecko?setTimeout(a,500):a()},getValue:function(){return this.getInputElement().$.value||""},setInitValue:function(){this._.initValue=""},eventProcessors:{onChange:function(a,b){this._.domOnChangeRegistered||(this.on("formLoaded",function(){this.getInputElement().on("change",function(){this.fire("change",{value:this.getValue()})},this)},this),this._.domOnChangeRegistered=!0);this.on("change",b)}},keyboardFocusable:!0},!0);CKEDITOR.ui.dialog.fileButton.prototype= +new CKEDITOR.ui.dialog.button;CKEDITOR.ui.dialog.fieldset.prototype=CKEDITOR.tools.clone(CKEDITOR.ui.dialog.hbox.prototype);CKEDITOR.dialog.addUIElement("text",e);CKEDITOR.dialog.addUIElement("password",e);CKEDITOR.dialog.addUIElement("textarea",b);CKEDITOR.dialog.addUIElement("checkbox",b);CKEDITOR.dialog.addUIElement("radio",b);CKEDITOR.dialog.addUIElement("button",b);CKEDITOR.dialog.addUIElement("select",b);CKEDITOR.dialog.addUIElement("file",b);CKEDITOR.dialog.addUIElement("fileButton",b);CKEDITOR.dialog.addUIElement("html", +b);CKEDITOR.dialog.addUIElement("fieldset",{build:function(a,b,c){for(var d=b.children,f,e=[],m=[],l=0;l<d.length&&(f=d[l]);l++){var p=[];e.push(p);m.push(CKEDITOR.dialog._.uiElementBuilders[f.type].build(a,f,p))}return new CKEDITOR.ui.dialog[b.type](a,m,e,c,b)}})}}),CKEDITOR.DIALOG_RESIZE_NONE=0,CKEDITOR.DIALOG_RESIZE_WIDTH=1,CKEDITOR.DIALOG_RESIZE_HEIGHT=2,CKEDITOR.DIALOG_RESIZE_BOTH=3,CKEDITOR.DIALOG_STATE_IDLE=1,CKEDITOR.DIALOG_STATE_BUSY=2,function(){function a(){for(var a=this._.tabIdList.length, +b=CKEDITOR.tools.indexOf(this._.tabIdList,this._.currentTabId)+a,c=b-1;c>b-a;c--)if(this._.tabs[this._.tabIdList[c%a]][0].$.offsetHeight)return this._.tabIdList[c%a];return null}function e(){for(var a=this._.tabIdList.length,b=CKEDITOR.tools.indexOf(this._.tabIdList,this._.currentTabId),c=b+1;c<b+a;c++)if(this._.tabs[this._.tabIdList[c%a]][0].$.offsetHeight)return this._.tabIdList[c%a];return null}function b(a,b){for(var c=a.$.getElementsByTagName("input"),d=0,f=c.length;d<f;d++){var e=new CKEDITOR.dom.element(c[d]); +"text"==e.getAttribute("type").toLowerCase()&&(b?(e.setAttribute("value",e.getCustomData("fake_value")||""),e.removeCustomData("fake_value")):(e.setCustomData("fake_value",e.getAttribute("value")),e.setAttribute("value","")))}}function c(a,b){var c=this.getInputElement();c&&(a?c.removeAttribute("aria-invalid"):c.setAttribute("aria-invalid",!0));a||(this.select?this.select():this.focus());b&&alert(b);this.fire("validated",{valid:a,msg:b})}function d(){var a=this.getInputElement();a&&a.removeAttribute("aria-invalid")} +function m(a){var b=CKEDITOR.dom.element.createFromHtml(CKEDITOR.addTemplate("dialog",v).output({id:CKEDITOR.tools.getNextNumber(),editorId:a.id,langDir:a.lang.dir,langCode:a.langCode,editorDialogClass:"cke_editor_"+a.name.replace(/\./g,"\\.")+"_dialog",closeTitle:a.lang.common.close,hidpi:CKEDITOR.env.hidpi?"cke_hidpi":""})),c=b.getChild([0,0,0,0,0]),d=c.getChild(0),f=c.getChild(1);a.plugins.clipboard&&CKEDITOR.plugins.clipboard.preventDefaultDropOnElement(c);!CKEDITOR.env.ie||CKEDITOR.env.quirks|| +CKEDITOR.env.edge||(a="javascript:void(function(){"+encodeURIComponent("document.open();("+CKEDITOR.tools.fixDomain+")();document.close();")+"}())",CKEDITOR.dom.element.createFromHtml('\x3ciframe frameBorder\x3d"0" class\x3d"cke_iframe_shim" src\x3d"'+a+'" tabIndex\x3d"-1"\x3e\x3c/iframe\x3e').appendTo(c.getParent()));d.unselectable();f.unselectable();return{element:b,parts:{dialog:b.getChild(0),title:d,close:f,tabs:c.getChild(2),contents:c.getChild([3,0,0,0]),footer:c.getChild([3,0,1,0])}}}function l(a, +b,c){this.element=b;this.focusIndex=c;this.tabIndex=0;this.isFocusable=function(){return!b.getAttribute("disabled")&&b.isVisible()};this.focus=function(){a._.currentFocusIndex=this.focusIndex;this.element.focus()};b.on("keydown",function(a){a.data.getKeystroke()in{32:1,13:1}&&this.fire("click")});b.on("focus",function(){this.fire("mouseover")});b.on("blur",function(){this.fire("mouseout")})}function f(a){function b(){a.layout()}var c=CKEDITOR.document.getWindow();c.on("resize",b);a.on("hide",function(){c.removeListener("resize", +b)})}function h(a,b){this._={dialog:a};CKEDITOR.tools.extend(this,b)}function k(a){function b(c){var k=a.getSize(),m=CKEDITOR.document.getWindow().getViewPaneSize(),l=c.data.$.screenX,n=c.data.$.screenY,p=l-d.x,w=n-d.y;d={x:l,y:n};f.x+=p;f.y+=w;a.move(f.x+h[3]<g?-h[3]:f.x-h[1]>m.width-k.width-g?m.width-k.width+("rtl"==e.lang.dir?0:h[1]):f.x,f.y+h[0]<g?-h[0]:f.y-h[2]>m.height-k.height-g?m.height-k.height+h[2]:f.y,1);c.data.preventDefault()}function c(){CKEDITOR.document.removeListener("mousemove", +b);CKEDITOR.document.removeListener("mouseup",c);if(CKEDITOR.env.ie6Compat){var a=x.getChild(0).getFrameDocument();a.removeListener("mousemove",b);a.removeListener("mouseup",c)}}var d=null,f=null,e=a.getParentEditor(),g=e.config.dialog_magnetDistance,h=CKEDITOR.skin.margins||[0,0,0,0];"undefined"==typeof g&&(g=20);a.parts.title.on("mousedown",function(e){d={x:e.data.$.screenX,y:e.data.$.screenY};CKEDITOR.document.on("mousemove",b);CKEDITOR.document.on("mouseup",c);f=a.getPosition();if(CKEDITOR.env.ie6Compat){var g= +x.getChild(0).getFrameDocument();g.on("mousemove",b);g.on("mouseup",c)}e.data.preventDefault()},a)}function g(a){function b(c){var n="rtl"==e.lang.dir,p=l.width,w=l.height,q=p+(c.data.$.screenX-m.x)*(n?-1:1)*(a._.moved?1:2),z=w+(c.data.$.screenY-m.y)*(a._.moved?1:2),u=a._.element.getFirst(),u=n&&u.getComputedStyle("right"),v=a.getPosition();v.y+z>k.height&&(z=k.height-v.y);(n?u:v.x)+q>k.width&&(q=k.width-(n?u:v.x));if(f==CKEDITOR.DIALOG_RESIZE_WIDTH||f==CKEDITOR.DIALOG_RESIZE_BOTH)p=Math.max(d.minWidth|| +0,q-g);if(f==CKEDITOR.DIALOG_RESIZE_HEIGHT||f==CKEDITOR.DIALOG_RESIZE_BOTH)w=Math.max(d.minHeight||0,z-h);a.resize(p,w);a._.moved||a.layout();c.data.preventDefault()}function c(){CKEDITOR.document.removeListener("mouseup",c);CKEDITOR.document.removeListener("mousemove",b);n&&(n.remove(),n=null);if(CKEDITOR.env.ie6Compat){var a=x.getChild(0).getFrameDocument();a.removeListener("mouseup",c);a.removeListener("mousemove",b)}}var d=a.definition,f=d.resizable;if(f!=CKEDITOR.DIALOG_RESIZE_NONE){var e=a.getParentEditor(), +g,h,k,m,l,n,p=CKEDITOR.tools.addFunction(function(d){l=a.getSize();var f=a.parts.contents;f.$.getElementsByTagName("iframe").length&&(n=CKEDITOR.dom.element.createFromHtml('\x3cdiv class\x3d"cke_dialog_resize_cover" style\x3d"height: 100%; position: absolute; width: 100%;"\x3e\x3c/div\x3e'),f.append(n));h=l.height-a.parts.contents.getSize("height",!(CKEDITOR.env.gecko||CKEDITOR.env.ie&&CKEDITOR.env.quirks));g=l.width-a.parts.contents.getSize("width",1);m={x:d.screenX,y:d.screenY};k=CKEDITOR.document.getWindow().getViewPaneSize(); +CKEDITOR.document.on("mousemove",b);CKEDITOR.document.on("mouseup",c);CKEDITOR.env.ie6Compat&&(f=x.getChild(0).getFrameDocument(),f.on("mousemove",b),f.on("mouseup",c));d.preventDefault&&d.preventDefault()});a.on("load",function(){var b="";f==CKEDITOR.DIALOG_RESIZE_WIDTH?b=" cke_resizer_horizontal":f==CKEDITOR.DIALOG_RESIZE_HEIGHT&&(b=" cke_resizer_vertical");b=CKEDITOR.dom.element.createFromHtml('\x3cdiv class\x3d"cke_resizer'+b+" cke_resizer_"+e.lang.dir+'" title\x3d"'+CKEDITOR.tools.htmlEncode(e.lang.common.resize)+ +'" onmousedown\x3d"CKEDITOR.tools.callFunction('+p+', event )"\x3e'+("ltr"==e.lang.dir?"â¢":"â£")+"\x3c/div\x3e");a.parts.footer.append(b,1)});e.on("destroy",function(){CKEDITOR.tools.removeFunction(p)})}}function n(a){a.data.preventDefault(1)}function t(a){var b=CKEDITOR.document.getWindow(),c=a.config,d=c.dialog_backgroundCoverColor||"white",f=c.dialog_backgroundCoverOpacity,e=c.baseFloatZIndex,c=CKEDITOR.tools.genKey(d,f,e),g=D[c];g?g.show():(e=['\x3cdiv tabIndex\x3d"-1" style\x3d"position: ',CKEDITOR.env.ie6Compat? +"absolute":"fixed","; z-index: ",e,"; top: 0px; left: 0px; ",CKEDITOR.env.ie6Compat?"":"background-color: "+d,'" class\x3d"cke_dialog_background_cover"\x3e'],CKEDITOR.env.ie6Compat&&(d="\x3chtml\x3e\x3cbody style\x3d\\'background-color:"+d+";\\'\x3e\x3c/body\x3e\x3c/html\x3e",e.push('\x3ciframe hidefocus\x3d"true" frameborder\x3d"0" id\x3d"cke_dialog_background_iframe" src\x3d"javascript:'),e.push("void((function(){"+encodeURIComponent("document.open();("+CKEDITOR.tools.fixDomain+")();document.write( '"+ +d+"' );document.close();")+"})())"),e.push('" style\x3d"position:absolute;left:0;top:0;width:100%;height: 100%;filter: progid:DXImageTransform.Microsoft.Alpha(opacity\x3d0)"\x3e\x3c/iframe\x3e')),e.push("\x3c/div\x3e"),g=CKEDITOR.dom.element.createFromHtml(e.join("")),g.setOpacity(void 0!==f?f:.5),g.on("keydown",n),g.on("keypress",n),g.on("keyup",n),g.appendTo(CKEDITOR.document.getBody()),D[c]=g);a.focusManager.add(g);x=g;a=function(){var a=b.getViewPaneSize();g.setStyles({width:a.width+"px",height:a.height+ +"px"})};var h=function(){var a=b.getScrollPosition(),c=CKEDITOR.dialog._.currentTop;g.setStyles({left:a.x+"px",top:a.y+"px"});if(c){do a=c.getPosition(),c.move(a.x,a.y);while(c=c._.parentDialog)}};y=a;b.on("resize",a);a();CKEDITOR.env.mac&&CKEDITOR.env.webkit||g.focus();if(CKEDITOR.env.ie6Compat){var k=function(){h();arguments.callee.prevScrollHandler.apply(this,arguments)};b.$.setTimeout(function(){k.prevScrollHandler=window.onscroll||function(){};window.onscroll=k},0);h()}}function r(a){x&&(a.focusManager.remove(x), +a=CKEDITOR.document.getWindow(),x.hide(),a.removeListener("resize",y),CKEDITOR.env.ie6Compat&&a.$.setTimeout(function(){window.onscroll=window.onscroll&&window.onscroll.prevScrollHandler||null},0),y=null)}var q=CKEDITOR.tools.cssLength,v='\x3cdiv class\x3d"cke_reset_all {editorId} {editorDialogClass} {hidpi}" dir\x3d"{langDir}" lang\x3d"{langCode}" role\x3d"dialog" aria-labelledby\x3d"cke_dialog_title_{id}"\x3e\x3ctable class\x3d"cke_dialog '+CKEDITOR.env.cssClass+' cke_{langDir}" style\x3d"position:absolute" role\x3d"presentation"\x3e\x3ctr\x3e\x3ctd role\x3d"presentation"\x3e\x3cdiv class\x3d"cke_dialog_body" role\x3d"presentation"\x3e\x3cdiv id\x3d"cke_dialog_title_{id}" class\x3d"cke_dialog_title" role\x3d"presentation"\x3e\x3c/div\x3e\x3ca id\x3d"cke_dialog_close_button_{id}" class\x3d"cke_dialog_close_button" href\x3d"javascript:void(0)" title\x3d"{closeTitle}" role\x3d"button"\x3e\x3cspan class\x3d"cke_label"\x3eX\x3c/span\x3e\x3c/a\x3e\x3cdiv id\x3d"cke_dialog_tabs_{id}" class\x3d"cke_dialog_tabs" role\x3d"tablist"\x3e\x3c/div\x3e\x3ctable class\x3d"cke_dialog_contents" role\x3d"presentation"\x3e\x3ctr\x3e\x3ctd id\x3d"cke_dialog_contents_{id}" class\x3d"cke_dialog_contents_body" role\x3d"presentation"\x3e\x3c/td\x3e\x3c/tr\x3e\x3ctr\x3e\x3ctd id\x3d"cke_dialog_footer_{id}" class\x3d"cke_dialog_footer" role\x3d"presentation"\x3e\x3c/td\x3e\x3c/tr\x3e\x3c/table\x3e\x3c/div\x3e\x3c/td\x3e\x3c/tr\x3e\x3c/table\x3e\x3c/div\x3e'; +CKEDITOR.dialog=function(b,f){function h(){var a=x._.focusList;a.sort(function(a,b){return a.tabIndex!=b.tabIndex?b.tabIndex-a.tabIndex:a.focusIndex-b.focusIndex});for(var b=a.length,c=0;c<b;c++)a[c].focusIndex=c}function l(a){var b=x._.focusList;a=a||0;if(!(1>b.length)){var c=x._.currentFocusIndex;x._.tabBarMode&&0>a&&(c=0);try{b[c].getInputElement().$.blur()}catch(d){}var f=c,e=1<x._.pageCount;do{f+=a;if(e&&!x._.tabBarMode&&(f==b.length||-1==f)){x._.tabBarMode=!0;x._.tabs[x._.currentTabId][0].focus(); +x._.currentFocusIndex=-1;return}f=(f+b.length)%b.length;if(f==c)break}while(a&&!b[f].isFocusable());b[f].focus();"text"==b[f].type&&b[f].select()}}function n(c){if(x==CKEDITOR.dialog._.currentTop){var d=c.data.getKeystroke(),f="rtl"==b.lang.dir,g=[37,38,39,40];t=y=0;if(9==d||d==CKEDITOR.SHIFT+9)l(d==CKEDITOR.SHIFT+9?-1:1),t=1;else if(d==CKEDITOR.ALT+121&&!x._.tabBarMode&&1<x.getPageCount())x._.tabBarMode=!0,x._.tabs[x._.currentTabId][0].focus(),x._.currentFocusIndex=-1,t=1;else if(-1!=CKEDITOR.tools.indexOf(g, +d)&&x._.tabBarMode)d=-1!=CKEDITOR.tools.indexOf([f?39:37,38],d)?a.call(x):e.call(x),x.selectPage(d),x._.tabs[d][0].focus(),t=1;else if(13!=d&&32!=d||!x._.tabBarMode)if(13==d)d=c.data.getTarget(),d.is("a","button","select","textarea")||d.is("input")&&"button"==d.$.type||((d=this.getButton("ok"))&&CKEDITOR.tools.setTimeout(d.click,0,d),t=1),y=1;else if(27==d)(d=this.getButton("cancel"))?CKEDITOR.tools.setTimeout(d.click,0,d):!1!==this.fire("cancel",{hide:!0}).hide&&this.hide(),y=1;else return;else this.selectPage(this._.currentTabId), +this._.tabBarMode=!1,this._.currentFocusIndex=-1,l(1),t=1;w(c)}}function w(a){t?a.data.preventDefault(1):y&&a.data.stopPropagation()}var q=CKEDITOR.dialog._.dialogDefinitions[f],z=CKEDITOR.tools.clone(p),v=b.config.dialog_buttonsOrder||"OS",r=b.lang.dir,B={},t,y;("OS"==v&&CKEDITOR.env.mac||"rtl"==v&&"ltr"==r||"ltr"==v&&"rtl"==r)&&z.buttons.reverse();q=CKEDITOR.tools.extend(q(b),z);q=CKEDITOR.tools.clone(q);q=new u(this,q);z=m(b);this._={editor:b,element:z.element,name:f,contentSize:{width:0,height:0}, +size:{width:0,height:0},contents:{},buttons:{},accessKeyMap:{},tabs:{},tabIdList:[],currentTabId:null,currentTabIndex:null,pageCount:0,lastTab:null,tabBarMode:!1,focusList:[],currentFocusIndex:0,hasFocus:!1};this.parts=z.parts;CKEDITOR.tools.setTimeout(function(){b.fire("ariaWidget",this.parts.contents)},0,this);z={position:CKEDITOR.env.ie6Compat?"absolute":"fixed",top:0,visibility:"hidden"};z["rtl"==r?"right":"left"]=0;this.parts.dialog.setStyles(z);CKEDITOR.event.call(this);this.definition=q=CKEDITOR.fire("dialogDefinition", +{name:f,definition:q},b).definition;if(!("removeDialogTabs"in b._)&&b.config.removeDialogTabs){z=b.config.removeDialogTabs.split(";");for(r=0;r<z.length;r++)if(v=z[r].split(":"),2==v.length){var D=v[0];B[D]||(B[D]=[]);B[D].push(v[1])}b._.removeDialogTabs=B}if(b._.removeDialogTabs&&(B=b._.removeDialogTabs[f]))for(r=0;r<B.length;r++)q.removeContents(B[r]);if(q.onLoad)this.on("load",q.onLoad);if(q.onShow)this.on("show",q.onShow);if(q.onHide)this.on("hide",q.onHide);if(q.onOk)this.on("ok",function(a){b.fire("saveSnapshot"); +setTimeout(function(){b.fire("saveSnapshot")},0);!1===q.onOk.call(this,a)&&(a.data.hide=!1)});this.state=CKEDITOR.DIALOG_STATE_IDLE;if(q.onCancel)this.on("cancel",function(a){!1===q.onCancel.call(this,a)&&(a.data.hide=!1)});var x=this,A=function(a){var b=x._.contents,c=!1,d;for(d in b)for(var f in b[d])if(c=a.call(this,b[d][f]))return};this.on("ok",function(a){A(function(b){if(b.validate){var d=b.validate(this),f="string"==typeof d||!1===d;f&&(a.data.hide=!1,a.stop());c.call(b,!f,"string"==typeof d? +d:void 0);return f}})},this,null,0);this.on("cancel",function(a){A(function(c){if(c.isChanged())return b.config.dialog_noConfirmCancel||confirm(b.lang.common.confirmCancel)||(a.data.hide=!1),!0})},this,null,0);this.parts.close.on("click",function(a){!1!==this.fire("cancel",{hide:!0}).hide&&this.hide();a.data.preventDefault()},this);this.changeFocus=l;var C=this._.element;b.focusManager.add(C,1);this.on("show",function(){C.on("keydown",n,this);if(CKEDITOR.env.gecko)C.on("keypress",w,this)});this.on("hide", +function(){C.removeListener("keydown",n);CKEDITOR.env.gecko&&C.removeListener("keypress",w);A(function(a){d.apply(a)})});this.on("iframeAdded",function(a){(new CKEDITOR.dom.document(a.data.iframe.$.contentWindow.document)).on("keydown",n,this,null,0)});this.on("show",function(){h();var a=1<x._.pageCount;b.config.dialog_startupFocusTab&&a?(x._.tabBarMode=!0,x._.tabs[x._.currentTabId][0].focus(),x._.currentFocusIndex=-1):this._.hasFocus||(this._.currentFocusIndex=a?-1:this._.focusList.length-1,q.onFocus? +(a=q.onFocus.call(this))&&a.focus():l(1))},this,null,4294967295);if(CKEDITOR.env.ie6Compat)this.on("load",function(){var a=this.getElement(),b=a.getFirst();b.remove();b.appendTo(a)},this);k(this);g(this);(new CKEDITOR.dom.text(q.title,CKEDITOR.document)).appendTo(this.parts.title);for(r=0;r<q.contents.length;r++)(B=q.contents[r])&&this.addPage(B);this.parts.tabs.on("click",function(a){var b=a.data.getTarget();b.hasClass("cke_dialog_tab")&&(b=b.$.id,this.selectPage(b.substring(4,b.lastIndexOf("_"))), +this._.tabBarMode&&(this._.tabBarMode=!1,this._.currentFocusIndex=-1,l(1)),a.data.preventDefault())},this);r=[];B=CKEDITOR.dialog._.uiElementBuilders.hbox.build(this,{type:"hbox",className:"cke_dialog_footer_buttons",widths:[],children:q.buttons},r).getChild();this.parts.footer.setHtml(r.join(""));for(r=0;r<B.length;r++)this._.buttons[B[r].id]=B[r]};CKEDITOR.dialog.prototype={destroy:function(){this.hide();this._.element.remove()},resize:function(){return function(a,b){this._.contentSize&&this._.contentSize.width== +a&&this._.contentSize.height==b||(CKEDITOR.dialog.fire("resize",{dialog:this,width:a,height:b},this._.editor),this.fire("resize",{width:a,height:b},this._.editor),this.parts.contents.setStyles({width:a+"px",height:b+"px"}),"rtl"==this._.editor.lang.dir&&this._.position&&(this._.position.x=CKEDITOR.document.getWindow().getViewPaneSize().width-this._.contentSize.width-parseInt(this._.element.getFirst().getStyle("right"),10)),this._.contentSize={width:a,height:b})}}(),getSize:function(){var a=this._.element.getFirst(); +return{width:a.$.offsetWidth||0,height:a.$.offsetHeight||0}},move:function(a,b,c){var d=this._.element.getFirst(),f="rtl"==this._.editor.lang.dir,e="fixed"==d.getComputedStyle("position");CKEDITOR.env.ie&&d.setStyle("zoom","100%");e&&this._.position&&this._.position.x==a&&this._.position.y==b||(this._.position={x:a,y:b},e||(e=CKEDITOR.document.getWindow().getScrollPosition(),a+=e.x,b+=e.y),f&&(e=this.getSize(),a=CKEDITOR.document.getWindow().getViewPaneSize().width-e.width-a),b={top:(0<b?b:0)+"px"}, +b[f?"right":"left"]=(0<a?a:0)+"px",d.setStyles(b),c&&(this._.moved=1))},getPosition:function(){return CKEDITOR.tools.extend({},this._.position)},show:function(){var a=this._.element,b=this.definition;a.getParent()&&a.getParent().equals(CKEDITOR.document.getBody())?a.setStyle("display","block"):a.appendTo(CKEDITOR.document.getBody());this.resize(this._.contentSize&&this._.contentSize.width||b.width||b.minWidth,this._.contentSize&&this._.contentSize.height||b.height||b.minHeight);this.reset();this.selectPage(this.definition.contents[0].id); +null===CKEDITOR.dialog._.currentZIndex&&(CKEDITOR.dialog._.currentZIndex=this._.editor.config.baseFloatZIndex);this._.element.getFirst().setStyle("z-index",CKEDITOR.dialog._.currentZIndex+=10);null===CKEDITOR.dialog._.currentTop?(CKEDITOR.dialog._.currentTop=this,this._.parentDialog=null,t(this._.editor)):(this._.parentDialog=CKEDITOR.dialog._.currentTop,this._.parentDialog.getElement().getFirst().$.style.zIndex-=Math.floor(this._.editor.config.baseFloatZIndex/2),CKEDITOR.dialog._.currentTop=this); +a.on("keydown",C);a.on("keyup",G);this._.hasFocus=!1;for(var c in b.contents)if(b.contents[c]){var a=b.contents[c],d=this._.tabs[a.id],e=a.requiredContent,g=0;if(d){for(var h in this._.contents[a.id]){var k=this._.contents[a.id][h];"hbox"!=k.type&&"vbox"!=k.type&&k.getInputElement()&&(k.requiredContent&&!this._.editor.activeFilter.check(k.requiredContent)?k.disable():(k.enable(),g++))}!g||e&&!this._.editor.activeFilter.check(e)?d[0].addClass("cke_dialog_tab_disabled"):d[0].removeClass("cke_dialog_tab_disabled")}}CKEDITOR.tools.setTimeout(function(){this.layout(); +f(this);this.parts.dialog.setStyle("visibility","");this.fireOnce("load",{});CKEDITOR.ui.fire("ready",this);this.fire("show",{});this._.editor.fire("dialogShow",this);this._.parentDialog||this._.editor.focusManager.lock();this.foreach(function(a){a.setInitValue&&a.setInitValue()})},100,this)},layout:function(){var a=this.parts.dialog,b=this.getSize(),c=CKEDITOR.document.getWindow().getViewPaneSize(),d=(c.width-b.width)/2,f=(c.height-b.height)/2;CKEDITOR.env.ie6Compat||(b.height+(0<f?f:0)>c.height|| +b.width+(0<d?d:0)>c.width?a.setStyle("position","absolute"):a.setStyle("position","fixed"));this.move(this._.moved?this._.position.x:d,this._.moved?this._.position.y:f)},foreach:function(a){for(var b in this._.contents)for(var c in this._.contents[b])a.call(this,this._.contents[b][c]);return this},reset:function(){var a=function(a){a.reset&&a.reset(1)};return function(){this.foreach(a);return this}}(),setupContent:function(){var a=arguments;this.foreach(function(b){b.setup&&b.setup.apply(b,a)})}, +commitContent:function(){var a=arguments;this.foreach(function(b){CKEDITOR.env.ie&&this._.currentFocusIndex==b.focusIndex&&b.getInputElement().$.blur();b.commit&&b.commit.apply(b,a)})},hide:function(){if(this.parts.dialog.isVisible()){this.fire("hide",{});this._.editor.fire("dialogHide",this);this.selectPage(this._.tabIdList[0]);var a=this._.element;a.setStyle("display","none");this.parts.dialog.setStyle("visibility","hidden");for(I(this);CKEDITOR.dialog._.currentTop!=this;)CKEDITOR.dialog._.currentTop.hide(); +if(this._.parentDialog){var b=this._.parentDialog.getElement().getFirst();b.setStyle("z-index",parseInt(b.$.style.zIndex,10)+Math.floor(this._.editor.config.baseFloatZIndex/2))}else r(this._.editor);if(CKEDITOR.dialog._.currentTop=this._.parentDialog)CKEDITOR.dialog._.currentZIndex-=10;else{CKEDITOR.dialog._.currentZIndex=null;a.removeListener("keydown",C);a.removeListener("keyup",G);var c=this._.editor;c.focus();setTimeout(function(){c.focusManager.unlock();CKEDITOR.env.iOS&&c.window.focus()},0)}delete this._.parentDialog; +this.foreach(function(a){a.resetInitValue&&a.resetInitValue()});this.setState(CKEDITOR.DIALOG_STATE_IDLE)}},addPage:function(a){if(!a.requiredContent||this._.editor.filter.check(a.requiredContent)){for(var b=[],c=a.label?' title\x3d"'+CKEDITOR.tools.htmlEncode(a.label)+'"':"",d=CKEDITOR.dialog._.uiElementBuilders.vbox.build(this,{type:"vbox",className:"cke_dialog_page_contents",children:a.elements,expand:!!a.expand,padding:a.padding,style:a.style||"width: 100%;"},b),f=this._.contents[a.id]={},e=d.getChild(), +g=0;d=e.shift();)d.notAllowed||"hbox"==d.type||"vbox"==d.type||g++,f[d.id]=d,"function"==typeof d.getChild&&e.push.apply(e,d.getChild());g||(a.hidden=!0);b=CKEDITOR.dom.element.createFromHtml(b.join(""));b.setAttribute("role","tabpanel");d=CKEDITOR.env;f="cke_"+a.id+"_"+CKEDITOR.tools.getNextNumber();c=CKEDITOR.dom.element.createFromHtml(['\x3ca class\x3d"cke_dialog_tab"',0<this._.pageCount?" cke_last":"cke_first",c,a.hidden?' style\x3d"display:none"':"",' id\x3d"',f,'"',d.gecko&&!d.hc?"":' href\x3d"javascript:void(0)"', +' tabIndex\x3d"-1" hidefocus\x3d"true" role\x3d"tab"\x3e',a.label,"\x3c/a\x3e"].join(""));b.setAttribute("aria-labelledby",f);this._.tabs[a.id]=[c,b];this._.tabIdList.push(a.id);!a.hidden&&this._.pageCount++;this._.lastTab=c;this.updateStyle();b.setAttribute("name",a.id);b.appendTo(this.parts.contents);c.unselectable();this.parts.tabs.append(c);a.accessKey&&(F(this,this,"CTRL+"+a.accessKey,K,H),this._.accessKeyMap["CTRL+"+a.accessKey]=a.id)}},selectPage:function(a){if(this._.currentTabId!=a&&!this._.tabs[a][0].hasClass("cke_dialog_tab_disabled")&& +!1!==this.fire("selectPage",{page:a,currentPage:this._.currentTabId})){for(var c in this._.tabs){var d=this._.tabs[c][0],f=this._.tabs[c][1];c!=a&&(d.removeClass("cke_dialog_tab_selected"),f.hide());f.setAttribute("aria-hidden",c!=a)}var e=this._.tabs[a];e[0].addClass("cke_dialog_tab_selected");CKEDITOR.env.ie6Compat||CKEDITOR.env.ie7Compat?(b(e[1]),e[1].show(),setTimeout(function(){b(e[1],1)},0)):e[1].show();this._.currentTabId=a;this._.currentTabIndex=CKEDITOR.tools.indexOf(this._.tabIdList,a)}}, +updateStyle:function(){this.parts.dialog[(1===this._.pageCount?"add":"remove")+"Class"]("cke_single_page")},hidePage:function(b){var c=this._.tabs[b]&&this._.tabs[b][0];c&&1!=this._.pageCount&&c.isVisible()&&(b==this._.currentTabId&&this.selectPage(a.call(this)),c.hide(),this._.pageCount--,this.updateStyle())},showPage:function(a){if(a=this._.tabs[a]&&this._.tabs[a][0])a.show(),this._.pageCount++,this.updateStyle()},getElement:function(){return this._.element},getName:function(){return this._.name}, +getContentElement:function(a,b){var c=this._.contents[a];return c&&c[b]},getValueOf:function(a,b){return this.getContentElement(a,b).getValue()},setValueOf:function(a,b,c){return this.getContentElement(a,b).setValue(c)},getButton:function(a){return this._.buttons[a]},click:function(a){return this._.buttons[a].click()},disableButton:function(a){return this._.buttons[a].disable()},enableButton:function(a){return this._.buttons[a].enable()},getPageCount:function(){return this._.pageCount},getParentEditor:function(){return this._.editor}, +getSelectedElement:function(){return this.getParentEditor().getSelection().getSelectedElement()},addFocusable:function(a,b){if("undefined"==typeof b)b=this._.focusList.length,this._.focusList.push(new l(this,a,b));else{this._.focusList.splice(b,0,new l(this,a,b));for(var c=b+1;c<this._.focusList.length;c++)this._.focusList[c].focusIndex++}},setState:function(a){if(this.state!=a){this.state=a;if(a==CKEDITOR.DIALOG_STATE_BUSY){if(!this.parts.spinner){var b=this.getParentEditor().lang.dir,c={attributes:{"class":"cke_dialog_spinner"}, +styles:{"float":"rtl"==b?"right":"left"}};c.styles["margin-"+("rtl"==b?"left":"right")]="8px";this.parts.spinner=CKEDITOR.document.createElement("div",c);this.parts.spinner.setHtml("\x26#8987;");this.parts.spinner.appendTo(this.parts.title,1)}this.parts.spinner.show();this.getButton("ok").disable()}else a==CKEDITOR.DIALOG_STATE_IDLE&&(this.parts.spinner&&this.parts.spinner.hide(),this.getButton("ok").enable());this.fire("state",a)}}};CKEDITOR.tools.extend(CKEDITOR.dialog,{add:function(a,b){this._.dialogDefinitions[a]&& +"function"!=typeof b||(this._.dialogDefinitions[a]=b)},exists:function(a){return!!this._.dialogDefinitions[a]},getCurrent:function(){return CKEDITOR.dialog._.currentTop},isTabEnabled:function(a,b,c){a=a.config.removeDialogTabs;return!(a&&a.match(new RegExp("(?:^|;)"+b+":"+c+"(?:$|;)","i")))},okButton:function(){var a=function(a,b){b=b||{};return CKEDITOR.tools.extend({id:"ok",type:"button",label:a.lang.common.ok,"class":"cke_dialog_ui_button_ok",onClick:function(a){a=a.data.dialog;!1!==a.fire("ok", +{hide:!0}).hide&&a.hide()}},b,!0)};a.type="button";a.override=function(b){return CKEDITOR.tools.extend(function(c){return a(c,b)},{type:"button"},!0)};return a}(),cancelButton:function(){var a=function(a,b){b=b||{};return CKEDITOR.tools.extend({id:"cancel",type:"button",label:a.lang.common.cancel,"class":"cke_dialog_ui_button_cancel",onClick:function(a){a=a.data.dialog;!1!==a.fire("cancel",{hide:!0}).hide&&a.hide()}},b,!0)};a.type="button";a.override=function(b){return CKEDITOR.tools.extend(function(c){return a(c, +b)},{type:"button"},!0)};return a}(),addUIElement:function(a,b){this._.uiElementBuilders[a]=b}});CKEDITOR.dialog._={uiElementBuilders:{},dialogDefinitions:{},currentTop:null,currentZIndex:null};CKEDITOR.event.implementOn(CKEDITOR.dialog);CKEDITOR.event.implementOn(CKEDITOR.dialog.prototype);var p={resizable:CKEDITOR.DIALOG_RESIZE_BOTH,minWidth:600,minHeight:400,buttons:[CKEDITOR.dialog.okButton,CKEDITOR.dialog.cancelButton]},w=function(a,b,c){for(var d=0,f;f=a[d];d++)if(f.id==b||c&&f[c]&&(f=w(f[c], +b,c)))return f;return null},z=function(a,b,c,d,f){if(c){for(var e=0,g;g=a[e];e++){if(g.id==c)return a.splice(e,0,b),b;if(d&&g[d]&&(g=z(g[d],b,c,d,!0)))return g}if(f)return null}a.push(b);return b},B=function(a,b,c){for(var d=0,f;f=a[d];d++){if(f.id==b)return a.splice(d,1);if(c&&f[c]&&(f=B(f[c],b,c)))return f}return null},u=function(a,b){this.dialog=a;for(var c=b.contents,d=0,f;f=c[d];d++)c[d]=f&&new h(a,f);CKEDITOR.tools.extend(this,b)};u.prototype={getContents:function(a){return w(this.contents, +a)},getButton:function(a){return w(this.buttons,a)},addContents:function(a,b){return z(this.contents,a,b)},addButton:function(a,b){return z(this.buttons,a,b)},removeContents:function(a){B(this.contents,a)},removeButton:function(a){B(this.buttons,a)}};h.prototype={get:function(a){return w(this.elements,a,"children")},add:function(a,b){return z(this.elements,a,b,"children")},remove:function(a){B(this.elements,a,"children")}};var y,D={},x,A={},C=function(a){var b=a.data.$.ctrlKey||a.data.$.metaKey,c= +a.data.$.altKey,d=a.data.$.shiftKey,f=String.fromCharCode(a.data.$.keyCode);(b=A[(b?"CTRL+":"")+(c?"ALT+":"")+(d?"SHIFT+":"")+f])&&b.length&&(b=b[b.length-1],b.keydown&&b.keydown.call(b.uiElement,b.dialog,b.key),a.data.preventDefault())},G=function(a){var b=a.data.$.ctrlKey||a.data.$.metaKey,c=a.data.$.altKey,d=a.data.$.shiftKey,f=String.fromCharCode(a.data.$.keyCode);(b=A[(b?"CTRL+":"")+(c?"ALT+":"")+(d?"SHIFT+":"")+f])&&b.length&&(b=b[b.length-1],b.keyup&&(b.keyup.call(b.uiElement,b.dialog,b.key), +a.data.preventDefault()))},F=function(a,b,c,d,f){(A[c]||(A[c]=[])).push({uiElement:a,dialog:b,key:c,keyup:f||a.accessKeyUp,keydown:d||a.accessKeyDown})},I=function(a){for(var b in A){for(var c=A[b],d=c.length-1;0<=d;d--)c[d].dialog!=a&&c[d].uiElement!=a||c.splice(d,1);0===c.length&&delete A[b]}},H=function(a,b){a._.accessKeyMap[b]&&a.selectPage(a._.accessKeyMap[b])},K=function(){};(function(){CKEDITOR.ui.dialog={uiElement:function(a,b,c,d,f,e,g){if(!(4>arguments.length)){var h=(d.call?d(b):d)||"div", +k=["\x3c",h," "],m=(f&&f.call?f(b):f)||{},l=(e&&e.call?e(b):e)||{},n=(g&&g.call?g.call(this,a,b):g)||"",p=this.domId=l.id||CKEDITOR.tools.getNextId()+"_uiElement";b.requiredContent&&!a.getParentEditor().filter.check(b.requiredContent)&&(m.display="none",this.notAllowed=!0);l.id=p;var w={};b.type&&(w["cke_dialog_ui_"+b.type]=1);b.className&&(w[b.className]=1);b.disabled&&(w.cke_disabled=1);for(var q=l["class"]&&l["class"].split?l["class"].split(" "):[],p=0;p<q.length;p++)q[p]&&(w[q[p]]=1);q=[];for(p in w)q.push(p); +l["class"]=q.join(" ");b.title&&(l.title=b.title);w=(b.style||"").split(";");b.align&&(q=b.align,m["margin-left"]="left"==q?0:"auto",m["margin-right"]="right"==q?0:"auto");for(p in m)w.push(p+":"+m[p]);b.hidden&&w.push("display:none");for(p=w.length-1;0<=p;p--)""===w[p]&&w.splice(p,1);0<w.length&&(l.style=(l.style?l.style+"; ":"")+w.join("; "));for(p in l)k.push(p+'\x3d"'+CKEDITOR.tools.htmlEncode(l[p])+'" ');k.push("\x3e",n,"\x3c/",h,"\x3e");c.push(k.join(""));(this._||(this._={})).dialog=a;"boolean"== +typeof b.isChanged&&(this.isChanged=function(){return b.isChanged});"function"==typeof b.isChanged&&(this.isChanged=b.isChanged);"function"==typeof b.setValue&&(this.setValue=CKEDITOR.tools.override(this.setValue,function(a){return function(c){a.call(this,b.setValue.call(this,c))}}));"function"==typeof b.getValue&&(this.getValue=CKEDITOR.tools.override(this.getValue,function(a){return function(){return b.getValue.call(this,a.call(this))}}));CKEDITOR.event.implementOn(this);this.registerEvents(b); +this.accessKeyUp&&this.accessKeyDown&&b.accessKey&&F(this,a,"CTRL+"+b.accessKey);var z=this;a.on("load",function(){var b=z.getInputElement();if(b){var c=z.type in{checkbox:1,ratio:1}&&CKEDITOR.env.ie&&8>CKEDITOR.env.version?"cke_dialog_ui_focused":"";b.on("focus",function(){a._.tabBarMode=!1;a._.hasFocus=!0;z.fire("focus");c&&this.addClass(c)});b.on("blur",function(){z.fire("blur");c&&this.removeClass(c)})}});CKEDITOR.tools.extend(this,b);this.keyboardFocusable&&(this.tabIndex=b.tabIndex||0,this.focusIndex= +a._.focusList.push(this)-1,this.on("focus",function(){a._.currentFocusIndex=z.focusIndex}))}},hbox:function(a,b,c,d,f){if(!(4>arguments.length)){this._||(this._={});var e=this._.children=b,g=f&&f.widths||null,h=f&&f.height||null,k,m={role:"presentation"};f&&f.align&&(m.align=f.align);CKEDITOR.ui.dialog.uiElement.call(this,a,f||{type:"hbox"},d,"table",{},m,function(){var a=['\x3ctbody\x3e\x3ctr class\x3d"cke_dialog_ui_hbox"\x3e'];for(k=0;k<c.length;k++){var b="cke_dialog_ui_hbox_child",d=[];0===k&& +(b="cke_dialog_ui_hbox_first");k==c.length-1&&(b="cke_dialog_ui_hbox_last");a.push('\x3ctd class\x3d"',b,'" role\x3d"presentation" ');g?g[k]&&d.push("width:"+q(g[k])):d.push("width:"+Math.floor(100/c.length)+"%");h&&d.push("height:"+q(h));f&&void 0!==f.padding&&d.push("padding:"+q(f.padding));CKEDITOR.env.ie&&CKEDITOR.env.quirks&&e[k].align&&d.push("text-align:"+e[k].align);0<d.length&&a.push('style\x3d"'+d.join("; ")+'" ');a.push("\x3e",c[k],"\x3c/td\x3e")}a.push("\x3c/tr\x3e\x3c/tbody\x3e");return a.join("")})}}, +vbox:function(a,b,c,d,f){if(!(3>arguments.length)){this._||(this._={});var e=this._.children=b,g=f&&f.width||null,h=f&&f.heights||null;CKEDITOR.ui.dialog.uiElement.call(this,a,f||{type:"vbox"},d,"div",null,{role:"presentation"},function(){var b=['\x3ctable role\x3d"presentation" cellspacing\x3d"0" border\x3d"0" '];b.push('style\x3d"');f&&f.expand&&b.push("height:100%;");b.push("width:"+q(g||"100%"),";");CKEDITOR.env.webkit&&b.push("float:none;");b.push('"');b.push('align\x3d"',CKEDITOR.tools.htmlEncode(f&& +f.align||("ltr"==a.getParentEditor().lang.dir?"left":"right")),'" ');b.push("\x3e\x3ctbody\x3e");for(var d=0;d<c.length;d++){var k=[];b.push('\x3ctr\x3e\x3ctd role\x3d"presentation" ');g&&k.push("width:"+q(g||"100%"));h?k.push("height:"+q(h[d])):f&&f.expand&&k.push("height:"+Math.floor(100/c.length)+"%");f&&void 0!==f.padding&&k.push("padding:"+q(f.padding));CKEDITOR.env.ie&&CKEDITOR.env.quirks&&e[d].align&&k.push("text-align:"+e[d].align);0<k.length&&b.push('style\x3d"',k.join("; "),'" ');b.push(' class\x3d"cke_dialog_ui_vbox_child"\x3e', +c[d],"\x3c/td\x3e\x3c/tr\x3e")}b.push("\x3c/tbody\x3e\x3c/table\x3e");return b.join("")})}}}})();CKEDITOR.ui.dialog.uiElement.prototype={getElement:function(){return CKEDITOR.document.getById(this.domId)},getInputElement:function(){return this.getElement()},getDialog:function(){return this._.dialog},setValue:function(a,b){this.getInputElement().setValue(a);!b&&this.fire("change",{value:a});return this},getValue:function(){return this.getInputElement().getValue()},isChanged:function(){return!1},selectParentTab:function(){for(var a= +this.getInputElement();(a=a.getParent())&&-1==a.$.className.search("cke_dialog_page_contents"););if(!a)return this;a=a.getAttribute("name");this._.dialog._.currentTabId!=a&&this._.dialog.selectPage(a);return this},focus:function(){this.selectParentTab().getInputElement().focus();return this},registerEvents:function(a){var b=/^on([A-Z]\w+)/,c,d=function(a,b,c,d){b.on("load",function(){a.getInputElement().on(c,d,a)})},f;for(f in a)if(c=f.match(b))this.eventProcessors[f]?this.eventProcessors[f].call(this, +this._.dialog,a[f]):d(this,this._.dialog,c[1].toLowerCase(),a[f]);return this},eventProcessors:{onLoad:function(a,b){a.on("load",b,this)},onShow:function(a,b){a.on("show",b,this)},onHide:function(a,b){a.on("hide",b,this)}},accessKeyDown:function(){this.focus()},accessKeyUp:function(){},disable:function(){var a=this.getElement();this.getInputElement().setAttribute("disabled","true");a.addClass("cke_disabled")},enable:function(){var a=this.getElement();this.getInputElement().removeAttribute("disabled"); +a.removeClass("cke_disabled")},isEnabled:function(){return!this.getElement().hasClass("cke_disabled")},isVisible:function(){return this.getInputElement().isVisible()},isFocusable:function(){return this.isEnabled()&&this.isVisible()?!0:!1}};CKEDITOR.ui.dialog.hbox.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{getChild:function(a){if(1>arguments.length)return this._.children.concat();a.splice||(a=[a]);return 2>a.length?this._.children[a[0]]:this._.children[a[0]]&&this._.children[a[0]].getChild? +this._.children[a[0]].getChild(a.slice(1,a.length)):null}},!0);CKEDITOR.ui.dialog.vbox.prototype=new CKEDITOR.ui.dialog.hbox;(function(){var a={build:function(a,b,c){for(var d=b.children,f,e=[],g=[],h=0;h<d.length&&(f=d[h]);h++){var k=[];e.push(k);g.push(CKEDITOR.dialog._.uiElementBuilders[f.type].build(a,f,k))}return new CKEDITOR.ui.dialog[b.type](a,g,e,c,b)}};CKEDITOR.dialog.addUIElement("hbox",a);CKEDITOR.dialog.addUIElement("vbox",a)})();CKEDITOR.dialogCommand=function(a,b){this.dialogName=a; +CKEDITOR.tools.extend(this,b,!0)};CKEDITOR.dialogCommand.prototype={exec:function(a){a.openDialog(this.dialogName)},canUndo:!1,editorFocus:1};(function(){var a=/^([a]|[^a])+$/,b=/^\d*$/,c=/^\d*(?:\.\d+)?$/,d=/^(((\d*(\.\d+))|(\d*))(px|\%)?)?$/,f=/^(((\d*(\.\d+))|(\d*))(px|em|ex|in|cm|mm|pt|pc|\%)?)?$/i,e=/^(\s*[\w-]+\s*:\s*[^:;]+(?:;|$))*$/;CKEDITOR.VALIDATE_OR=1;CKEDITOR.VALIDATE_AND=2;CKEDITOR.dialog.validate={functions:function(){var a=arguments;return function(){var b=this&&this.getValue?this.getValue(): +a[0],c,d=CKEDITOR.VALIDATE_AND,f=[],e;for(e=0;e<a.length;e++)if("function"==typeof a[e])f.push(a[e]);else break;e<a.length&&"string"==typeof a[e]&&(c=a[e],e++);e<a.length&&"number"==typeof a[e]&&(d=a[e]);var g=d==CKEDITOR.VALIDATE_AND?!0:!1;for(e=0;e<f.length;e++)g=d==CKEDITOR.VALIDATE_AND?g&&f[e](b):g||f[e](b);return g?!0:c}},regex:function(a,b){return function(c){c=this&&this.getValue?this.getValue():c;return a.test(c)?!0:b}},notEmpty:function(b){return this.regex(a,b)},integer:function(a){return this.regex(b, +a)},number:function(a){return this.regex(c,a)},cssLength:function(a){return this.functions(function(a){return f.test(CKEDITOR.tools.trim(a))},a)},htmlLength:function(a){return this.functions(function(a){return d.test(CKEDITOR.tools.trim(a))},a)},inlineStyle:function(a){return this.functions(function(a){return e.test(CKEDITOR.tools.trim(a))},a)},equals:function(a,b){return this.functions(function(b){return b==a},b)},notEqual:function(a,b){return this.functions(function(b){return b!=a},b)}};CKEDITOR.on("instanceDestroyed", +function(a){if(CKEDITOR.tools.isEmpty(CKEDITOR.instances)){for(var b;b=CKEDITOR.dialog._.currentTop;)b.hide();for(var c in D)D[c].remove();D={}}a=a.editor._.storedDialogs;for(var d in a)a[d].destroy()})})();CKEDITOR.tools.extend(CKEDITOR.editor.prototype,{openDialog:function(a,b){var c=null,d=CKEDITOR.dialog._.dialogDefinitions[a];null===CKEDITOR.dialog._.currentTop&&t(this);if("function"==typeof d)c=this._.storedDialogs||(this._.storedDialogs={}),c=c[a]||(c[a]=new CKEDITOR.dialog(this,a)),b&&b.call(c, +c),c.show();else{if("failed"==d)throw r(this),Error('[CKEDITOR.dialog.openDialog] Dialog "'+a+'" failed when loading definition.');"string"==typeof d&&CKEDITOR.scriptLoader.load(CKEDITOR.getUrl(d),function(){"function"!=typeof CKEDITOR.dialog._.dialogDefinitions[a]&&(CKEDITOR.dialog._.dialogDefinitions[a]="failed");this.openDialog(a,b)},this,0,1)}CKEDITOR.skin.loadPart("dialog");return c}})}(),CKEDITOR.plugins.add("dialog",{requires:"dialogui",init:function(a){a.on("doubleclick",function(e){e.data.dialog&& +a.openDialog(e.data.dialog)},null,null,999)}}),function(){CKEDITOR.plugins.add("a11yhelp",{requires:"dialog",availableLangs:{af:1,ar:1,bg:1,ca:1,cs:1,cy:1,da:1,de:1,"de-ch":1,el:1,en:1,"en-gb":1,eo:1,es:1,et:1,eu:1,fa:1,fi:1,fo:1,fr:1,"fr-ca":1,gl:1,gu:1,he:1,hi:1,hr:1,hu:1,id:1,it:1,ja:1,km:1,ko:1,ku:1,lt:1,lv:1,mk:1,mn:1,nb:1,nl:1,no:1,pl:1,pt:1,"pt-br":1,ro:1,ru:1,si:1,sk:1,sl:1,sq:1,sr:1,"sr-latn":1,sv:1,th:1,tr:1,tt:1,ug:1,uk:1,vi:1,zh:1,"zh-cn":1},init:function(a){var e=this;a.addCommand("a11yHelp", +{exec:function(){var b=a.langCode,b=e.availableLangs[b]?b:e.availableLangs[b.replace(/-.*/,"")]?b.replace(/-.*/,""):"en";CKEDITOR.scriptLoader.load(CKEDITOR.getUrl(e.path+"dialogs/lang/"+b+".js"),function(){a.lang.a11yhelp=e.langEntries[b];a.openDialog("a11yHelp")})},modes:{wysiwyg:1,source:1},readOnly:1,canUndo:!1});a.setKeystroke(CKEDITOR.ALT+48,"a11yHelp");CKEDITOR.dialog.add("a11yHelp",this.path+"dialogs/a11yhelp.js");a.on("ariaEditorHelpLabel",function(b){b.data.label=a.lang.common.editorHelp})}})}(), +CKEDITOR.plugins.add("about",{requires:"dialog",init:function(a){var e=a.addCommand("about",new CKEDITOR.dialogCommand("about"));e.modes={wysiwyg:1,source:1};e.canUndo=!1;e.readOnly=1;a.ui.addButton&&a.ui.addButton("About",{label:a.lang.about.title,command:"about",toolbar:"about"});CKEDITOR.dialog.add("about",this.path+"dialogs/about.js")}}),CKEDITOR.plugins.add("basicstyles",{init:function(a){var e=0,b=function(b,d,h,k){if(k){k=new CKEDITOR.style(k);var g=c[h];g.unshift(k);a.attachStyleStateChange(k, +function(b){!a.readOnly&&a.getCommand(h).setState(b)});a.addCommand(h,new CKEDITOR.styleCommand(k,{contentForms:g}));a.ui.addButton&&a.ui.addButton(b,{label:d,command:h,toolbar:"basicstyles,"+(e+=10)})}},c={bold:["strong","b",["span",function(a){a=a.styles["font-weight"];return"bold"==a||700<=+a}]],italic:["em","i",["span",function(a){return"italic"==a.styles["font-style"]}]],underline:["u",["span",function(a){return"underline"==a.styles["text-decoration"]}]],strike:["s","strike",["span",function(a){return"line-through"== +a.styles["text-decoration"]}]],subscript:["sub"],superscript:["sup"]},d=a.config,m=a.lang.basicstyles;b("Bold",m.bold,"bold",d.coreStyles_bold);b("Italic",m.italic,"italic",d.coreStyles_italic);b("Underline",m.underline,"underline",d.coreStyles_underline);b("Strike",m.strike,"strike",d.coreStyles_strike);b("Subscript",m.subscript,"subscript",d.coreStyles_subscript);b("Superscript",m.superscript,"superscript",d.coreStyles_superscript);a.setKeystroke([[CKEDITOR.CTRL+66,"bold"],[CKEDITOR.CTRL+73,"italic"], +[CKEDITOR.CTRL+85,"underline"]])}}),CKEDITOR.config.coreStyles_bold={element:"strong",overrides:"b"},CKEDITOR.config.coreStyles_italic={element:"em",overrides:"i"},CKEDITOR.config.coreStyles_underline={element:"u"},CKEDITOR.config.coreStyles_strike={element:"s",overrides:"strike"},CKEDITOR.config.coreStyles_subscript={element:"sub"},CKEDITOR.config.coreStyles_superscript={element:"sup"},function(){var a={exec:function(a){var b=a.getCommand("blockquote").state,c=a.getSelection(),d=c&&c.getRanges()[0]; +if(d){var m=c.createBookmarks();if(CKEDITOR.env.ie){var l=m[0].startNode,f=m[0].endNode,h;if(l&&"blockquote"==l.getParent().getName())for(h=l;h=h.getNext();)if(h.type==CKEDITOR.NODE_ELEMENT&&h.isBlockBoundary()){l.move(h,!0);break}if(f&&"blockquote"==f.getParent().getName())for(h=f;h=h.getPrevious();)if(h.type==CKEDITOR.NODE_ELEMENT&&h.isBlockBoundary()){f.move(h);break}}var k=d.createIterator();k.enlargeBr=a.config.enterMode!=CKEDITOR.ENTER_BR;if(b==CKEDITOR.TRISTATE_OFF){for(l=[];b=k.getNextParagraph();)l.push(b); +1>l.length&&(b=a.document.createElement(a.config.enterMode==CKEDITOR.ENTER_P?"p":"div"),f=m.shift(),d.insertNode(b),b.append(new CKEDITOR.dom.text("",a.document)),d.moveToBookmark(f),d.selectNodeContents(b),d.collapse(!0),f=d.createBookmark(),l.push(b),m.unshift(f));h=l[0].getParent();d=[];for(f=0;f<l.length;f++)b=l[f],h=h.getCommonAncestor(b.getParent());for(b={table:1,tbody:1,tr:1,ol:1,ul:1};b[h.getName()];)h=h.getParent();for(f=null;0<l.length;){for(b=l.shift();!b.getParent().equals(h);)b=b.getParent(); +b.equals(f)||d.push(b);f=b}for(;0<d.length;)if(b=d.shift(),"blockquote"==b.getName()){for(f=new CKEDITOR.dom.documentFragment(a.document);b.getFirst();)f.append(b.getFirst().remove()),l.push(f.getLast());f.replace(b)}else l.push(b);d=a.document.createElement("blockquote");for(d.insertBefore(l[0]);0<l.length;)b=l.shift(),d.append(b)}else if(b==CKEDITOR.TRISTATE_ON){f=[];for(h={};b=k.getNextParagraph();){for(l=d=null;b.getParent();){if("blockquote"==b.getParent().getName()){d=b.getParent();l=b;break}b= +b.getParent()}d&&l&&!l.getCustomData("blockquote_moveout")&&(f.push(l),CKEDITOR.dom.element.setMarker(h,l,"blockquote_moveout",!0))}CKEDITOR.dom.element.clearAllMarkers(h);b=[];l=[];for(h={};0<f.length;)k=f.shift(),d=k.getParent(),k.getPrevious()?k.getNext()?(k.breakParent(k.getParent()),l.push(k.getNext())):k.remove().insertAfter(d):k.remove().insertBefore(d),d.getCustomData("blockquote_processed")||(l.push(d),CKEDITOR.dom.element.setMarker(h,d,"blockquote_processed",!0)),b.push(k);CKEDITOR.dom.element.clearAllMarkers(h); +for(f=l.length-1;0<=f;f--){d=l[f];a:{h=d;for(var k=0,g=h.getChildCount(),n=void 0;k<g&&(n=h.getChild(k));k++)if(n.type==CKEDITOR.NODE_ELEMENT&&n.isBlockBoundary()){h=!1;break a}h=!0}h&&d.remove()}if(a.config.enterMode==CKEDITOR.ENTER_BR)for(d=!0;b.length;)if(k=b.shift(),"div"==k.getName()){f=new CKEDITOR.dom.documentFragment(a.document);!d||!k.getPrevious()||k.getPrevious().type==CKEDITOR.NODE_ELEMENT&&k.getPrevious().isBlockBoundary()||f.append(a.document.createElement("br"));for(d=k.getNext()&& +!(k.getNext().type==CKEDITOR.NODE_ELEMENT&&k.getNext().isBlockBoundary());k.getFirst();)k.getFirst().remove().appendTo(f);d&&f.append(a.document.createElement("br"));f.replace(k);d=!1}}c.selectBookmarks(m);a.focus()}},refresh:function(a,b){this.setState(a.elementPath(b.block||b.blockLimit).contains("blockquote",1)?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF)},context:"blockquote",allowedContent:"blockquote",requiredContent:"blockquote"};CKEDITOR.plugins.add("blockquote",{init:function(e){e.blockless|| +(e.addCommand("blockquote",a),e.ui.addButton&&e.ui.addButton("Blockquote",{label:e.lang.blockquote.toolbar,command:"blockquote",toolbar:"blocks,10"}))}})}(),"use strict",function(){function a(a,b,c){b.type||(b.type="auto");if(c&&!1===a.fire("beforePaste",b)||!b.dataValue&&b.dataTransfer.isEmpty())return!1;b.dataValue||(b.dataValue="");if(CKEDITOR.env.gecko&&"drop"==b.method&&a.toolbox)a.once("afterPaste",function(){a.toolbox.focus()});return a.fire("paste",b)}function e(b){function c(){var a=b.editable(); +if(CKEDITOR.plugins.clipboard.isCustomCopyCutSupported){var d=function(a){b.readOnly&&"cut"==a.name||A.initPasteDataTransfer(a,b);a.data.preventDefault()};a.on("copy",d);a.on("cut",d);a.on("cut",function(){b.readOnly||b.extractSelectedHtml()},null,null,999)}a.on(A.mainPasteEvent,function(a){"beforepaste"==A.mainPasteEvent&&C||y(a)});"beforepaste"==A.mainPasteEvent&&(a.on("paste",function(a){G||(e(),a.data.preventDefault(),y(a),k("paste")||b.openDialog("paste"))}),a.on("contextmenu",h,null,null,0), +a.on("beforepaste",function(a){!a.data||a.data.$.ctrlKey||a.data.$.shiftKey||h()},null,null,0));a.on("beforecut",function(){!C&&m(b)});var f;a.attachListener(CKEDITOR.env.ie?a:b.document.getDocumentElement(),"mouseup",function(){f=setTimeout(function(){D()},0)});b.on("destroy",function(){clearTimeout(f)});a.on("keyup",D)}function d(a){return{type:a,canUndo:"cut"==a,startDisabled:!0,exec:function(){"cut"==this.type&&m();var a;var c=this.type;if(CKEDITOR.env.ie)a=k(c);else try{a=b.document.$.execCommand(c, +!1,null)}catch(d){a=!1}a||b.showNotification(b.lang.clipboard[this.type+"Error"]);return a}}}function f(){return{canUndo:!1,async:!0,exec:function(b,c){var d=this,f=function(c,f){c&&a(b,c,!!f);b.fire("afterCommandExec",{name:"paste",command:d,returnValue:!!c})};"string"==typeof c?f({dataValue:c,method:"paste",dataTransfer:A.initPasteDataTransfer()},1):b.getClipboardData(f)}}}function e(){G=1;setTimeout(function(){G=0},100)}function h(){C=1;setTimeout(function(){C=0},10)}function k(a){var c=b.document, +d=c.getBody(),f=!1,e=function(){f=!0};d.on(a,e);7<CKEDITOR.env.version?c.$.execCommand(a):c.$.selection.createRange().execCommand(a);d.removeListener(a,e);return f}function m(){if(CKEDITOR.env.ie&&!CKEDITOR.env.quirks){var a=b.getSelection(),c,d,f;a.getType()==CKEDITOR.SELECTION_ELEMENT&&(c=a.getSelectedElement())&&(d=a.getRanges()[0],f=b.document.createText(""),f.insertBefore(c),d.setStartBefore(f),d.setEndAfter(c),a.selectRanges([d]),setTimeout(function(){c.getParent()&&(f.remove(),a.selectElement(c))}, +0))}}function l(a,c){var d=b.document,f=b.editable(),e=function(a){a.cancel()},h;if(!d.getById("cke_pastebin")){var k=b.getSelection(),m=k.createBookmarks();CKEDITOR.env.ie&&k.root.fire("selectionchange");var n=new CKEDITOR.dom.element(!CKEDITOR.env.webkit&&!f.is("body")||CKEDITOR.env.ie?"div":"body",d);n.setAttributes({id:"cke_pastebin","data-cke-temp":"1"});var p=0,d=d.getWindow();CKEDITOR.env.webkit?(f.append(n),n.addClass("cke_editable"),f.is("body")||(p="static"!=f.getComputedStyle("position")? +f:CKEDITOR.dom.element.get(f.$.offsetParent),p=p.getDocumentPosition().y)):f.getAscendant(CKEDITOR.env.ie?"body":"html",1).append(n);n.setStyles({position:"absolute",top:d.getScrollPosition().y-p+10+"px",width:"1px",height:Math.max(1,d.getViewPaneSize().height-20)+"px",overflow:"hidden",margin:0,padding:0});CKEDITOR.env.safari&&n.setStyles(CKEDITOR.tools.cssVendorPrefix("user-select","text"));(p=n.getParent().isReadOnly())?(n.setOpacity(0),n.setAttribute("contenteditable",!0)):n.setStyle("ltr"==b.config.contentsLangDirection? +"left":"right","-10000px");b.on("selectionChange",e,null,null,0);if(CKEDITOR.env.webkit||CKEDITOR.env.gecko)h=f.once("blur",e,null,null,-100);p&&n.focus();p=new CKEDITOR.dom.range(n);p.selectNodeContents(n);var w=p.select();CKEDITOR.env.ie&&(h=f.once("blur",function(){b.lockSelection(w)}));var q=CKEDITOR.document.getWindow().getScrollPosition().y;setTimeout(function(){CKEDITOR.env.webkit&&(CKEDITOR.document.getBody().$.scrollTop=q);h&&h.removeListener();CKEDITOR.env.ie&&f.focus();k.selectBookmarks(m); +n.remove();var a;CKEDITOR.env.webkit&&(a=n.getFirst())&&a.is&&a.hasClass("Apple-style-span")&&(n=a);b.removeListener("selectionChange",e);c(n.getHtml())},0)}}function B(){if("paste"==A.mainPasteEvent)return b.fire("beforePaste",{type:"auto",method:"paste"}),!1;b.focus();e();var a=b.focusManager;a.lock();if(b.editable().fire(A.mainPasteEvent)&&!k("paste"))return a.unlock(),!1;a.unlock();return!0}function u(a){if("wysiwyg"==b.mode)switch(a.data.keyCode){case CKEDITOR.CTRL+86:case CKEDITOR.SHIFT+45:a= +b.editable();e();"paste"==A.mainPasteEvent&&a.fire("beforepaste");break;case CKEDITOR.CTRL+88:case CKEDITOR.SHIFT+46:b.fire("saveSnapshot"),setTimeout(function(){b.fire("saveSnapshot")},50)}}function y(c){var d={type:"auto",method:"paste",dataTransfer:A.initPasteDataTransfer(c)};d.dataTransfer.cacheData();var f=!1!==b.fire("beforePaste",d);f&&A.canClipboardApiBeTrusted(d.dataTransfer,b)?(c.data.preventDefault(),setTimeout(function(){a(b,d)},0)):l(c,function(c){d.dataValue=c.replace(/<span[^>]+data-cke-bookmark[^<]*?<\/span>/ig, +"");f&&a(b,d)})}function D(){if("wysiwyg"==b.mode){var a=x("paste");b.getCommand("cut").setState(x("cut"));b.getCommand("copy").setState(x("copy"));b.getCommand("paste").setState(a);b.fire("pasteState",a)}}function x(a){if(F&&a in{paste:1,cut:1})return CKEDITOR.TRISTATE_DISABLED;if("paste"==a)return CKEDITOR.TRISTATE_OFF;a=b.getSelection();var c=a.getRanges();return a.getType()==CKEDITOR.SELECTION_NONE||1==c.length&&c[0].collapsed?CKEDITOR.TRISTATE_DISABLED:CKEDITOR.TRISTATE_OFF}var A=CKEDITOR.plugins.clipboard, +C=0,G=0,F=0;(function(){b.on("key",u);b.on("contentDom",c);b.on("selectionChange",function(a){F=a.data.selection.getRanges()[0].checkReadOnly();D()});b.contextMenu&&b.contextMenu.addListener(function(a,b){F=b.getRanges()[0].checkReadOnly();return{cut:x("cut"),copy:x("copy"),paste:x("paste")}})})();(function(){function a(c,d,f,e,h){var k=b.lang.clipboard[d];b.addCommand(d,f);b.ui.addButton&&b.ui.addButton(c,{label:k,command:d,toolbar:"clipboard,"+e});b.addMenuItems&&b.addMenuItem(d,{label:k,command:d, +group:"clipboard",order:h})}a("Cut","cut",d("cut"),10,1);a("Copy","copy",d("copy"),20,4);a("Paste","paste",f(),30,8)})();b.getClipboardData=function(a,c){function d(a){a.removeListener();a.cancel();c(a.data)}function f(a){a.removeListener();a.cancel();m=!0;c({type:k,dataValue:a.data.dataValue,dataTransfer:a.data.dataTransfer,method:"paste"})}function e(){this.customTitle=a&&a.title}var h=!1,k="auto",m=!1;c||(c=a,a=null);b.on("paste",d,null,null,0);b.on("beforePaste",function(a){a.removeListener(); +h=!0;k=a.data.type},null,null,1E3);!1===B()&&(b.removeListener("paste",d),h&&b.fire("pasteDialog",e)?(b.on("pasteDialogCommit",f),b.on("dialogHide",function(a){a.removeListener();a.data.removeListener("pasteDialogCommit",f);setTimeout(function(){m||c(null)},10)})):c(null))}}function b(a){if(CKEDITOR.env.webkit){if(!a.match(/^[^<]*$/g)&&!a.match(/^(<div><br( ?\/)?><\/div>|<div>[^<]*<\/div>)*$/gi))return"html"}else if(CKEDITOR.env.ie){if(!a.match(/^([^<]|<br( ?\/)?>)*$/gi)&&!a.match(/^(<p>([^<]|<br( ?\/)?>)*<\/p>|(\r\n))*$/gi))return"html"}else if(CKEDITOR.env.gecko){if(!a.match(/^([^<]|<br( ?\/)?>)*$/gi))return"html"}else return"html"; +return"htmlifiedtext"}function c(a,b){function c(a){return CKEDITOR.tools.repeat("\x3c/p\x3e\x3cp\x3e",~~(a/2))+(1==a%2?"\x3cbr\x3e":"")}b=b.replace(/\s+/g," ").replace(/> +</g,"\x3e\x3c").replace(/<br ?\/>/gi,"\x3cbr\x3e");b=b.replace(/<\/?[A-Z]+>/g,function(a){return a.toLowerCase()});if(b.match(/^[^<]$/))return b;CKEDITOR.env.webkit&&-1<b.indexOf("\x3cdiv\x3e")&&(b=b.replace(/^(<div>(<br>|)<\/div>)(?!$|(<div>(<br>|)<\/div>))/g,"\x3cbr\x3e").replace(/^(<div>(<br>|)<\/div>){2}(?!$)/g,"\x3cdiv\x3e\x3c/div\x3e"), +b.match(/<div>(<br>|)<\/div>/)&&(b="\x3cp\x3e"+b.replace(/(<div>(<br>|)<\/div>)+/g,function(a){return c(a.split("\x3c/div\x3e\x3cdiv\x3e").length+1)})+"\x3c/p\x3e"),b=b.replace(/<\/div><div>/g,"\x3cbr\x3e"),b=b.replace(/<\/?div>/g,""));CKEDITOR.env.gecko&&a.enterMode!=CKEDITOR.ENTER_BR&&(CKEDITOR.env.gecko&&(b=b.replace(/^<br><br>$/,"\x3cbr\x3e")),-1<b.indexOf("\x3cbr\x3e\x3cbr\x3e")&&(b="\x3cp\x3e"+b.replace(/(<br>){2,}/g,function(a){return c(a.length/4)})+"\x3c/p\x3e"));return l(a,b)}function d(){function a(){var b= +{},c;for(c in CKEDITOR.dtd)"$"!=c.charAt(0)&&"div"!=c&&"span"!=c&&(b[c]=1);return b}var b={};return{get:function(c){return"plain-text"==c?b.plainText||(b.plainText=new CKEDITOR.filter("br")):"semantic-content"==c?((c=b.semanticContent)||(c=new CKEDITOR.filter,c.allow({$1:{elements:a(),attributes:!0,styles:!1,classes:!1}}),c=b.semanticContent=c),c):c?new CKEDITOR.filter(c):null}}}function m(a,b,c){b=CKEDITOR.htmlParser.fragment.fromHtml(b);var d=new CKEDITOR.htmlParser.basicWriter;c.applyTo(b,!0,!1, +a.activeEnterMode);b.writeHtml(d);return d.getHtml()}function l(a,b){a.enterMode==CKEDITOR.ENTER_BR?b=b.replace(/(<\/p><p>)+/g,function(a){return CKEDITOR.tools.repeat("\x3cbr\x3e",a.length/7*2)}).replace(/<\/?p>/g,""):a.enterMode==CKEDITOR.ENTER_DIV&&(b=b.replace(/<(\/)?p>/g,"\x3c$1div\x3e"));return b}function f(a){a.data.preventDefault();a.data.$.dataTransfer.dropEffect="none"}function h(b){var c=CKEDITOR.plugins.clipboard;b.on("contentDom",function(){function d(c,f,e){f.select();a(b,{dataTransfer:e, +method:"drop"},1);e.sourceEditor.fire("saveSnapshot");e.sourceEditor.editable().extractHtmlFromRange(c);e.sourceEditor.getSelection().selectRanges([c]);e.sourceEditor.fire("saveSnapshot")}function f(d,e){d.select();a(b,{dataTransfer:e,method:"drop"},1);c.resetDragDataTransfer()}function e(a,c,d){var f={$:a.data.$,target:a.data.getTarget()};c&&(f.dragRange=c);d&&(f.dropRange=d);!1===b.fire(a.name,f)&&a.data.preventDefault()}function h(a){a.type!=CKEDITOR.NODE_ELEMENT&&(a=a.getParent());return a.getChildCount()} +var k=b.editable(),m=CKEDITOR.plugins.clipboard.getDropTarget(b),l=b.ui.space("top"),B=b.ui.space("bottom");c.preventDefaultDropOnElement(l);c.preventDefaultDropOnElement(B);k.attachListener(m,"dragstart",e);k.attachListener(b,"dragstart",c.resetDragDataTransfer,c,null,1);k.attachListener(b,"dragstart",function(a){c.initDragDataTransfer(a,b)},null,null,2);k.attachListener(b,"dragstart",function(){var a=c.dragRange=b.getSelection().getRanges()[0];CKEDITOR.env.ie&&10>CKEDITOR.env.version&&(c.dragStartContainerChildCount= +a?h(a.startContainer):null,c.dragEndContainerChildCount=a?h(a.endContainer):null)},null,null,100);k.attachListener(m,"dragend",e);k.attachListener(b,"dragend",c.initDragDataTransfer,c,null,1);k.attachListener(b,"dragend",c.resetDragDataTransfer,c,null,100);k.attachListener(m,"dragover",function(a){var b=a.data.getTarget();b&&b.is&&b.is("html")?a.data.preventDefault():CKEDITOR.env.ie&&CKEDITOR.plugins.clipboard.isFileApiSupported&&a.data.$.dataTransfer.types.contains("Files")&&a.data.preventDefault()}); +k.attachListener(m,"drop",function(a){if(!a.data.$.defaultPrevented){a.data.preventDefault();var d=a.data.getTarget();if(!d.isReadOnly()||d.type==CKEDITOR.NODE_ELEMENT&&d.is("html")){var d=c.getRangeAtDropPosition(a,b),f=c.dragRange;d&&e(a,f,d)}}},null,null,9999);k.attachListener(b,"drop",c.initDragDataTransfer,c,null,1);k.attachListener(b,"drop",function(a){if(a=a.data){var e=a.dropRange,h=a.dragRange,k=a.dataTransfer;k.getTransferType(b)==CKEDITOR.DATA_TRANSFER_INTERNAL?setTimeout(function(){c.internalDrop(h, +e,k,b)},0):k.getTransferType(b)==CKEDITOR.DATA_TRANSFER_CROSS_EDITORS?d(h,e,k):f(e,k)}},null,null,9999)})}CKEDITOR.plugins.add("clipboard",{requires:"dialog",init:function(a){var f,k=d();a.config.forcePasteAsPlainText?f="plain-text":a.config.pasteFilter?f=a.config.pasteFilter:!CKEDITOR.env.webkit||"pasteFilter"in a.config||(f="semantic-content");a.pasteFilter=k.get(f);e(a);h(a);CKEDITOR.dialog.add("paste",CKEDITOR.getUrl(this.path+"dialogs/paste.js"));a.on("paste",function(b){b.data.dataTransfer|| +(b.data.dataTransfer=new CKEDITOR.plugins.clipboard.dataTransfer);if(!b.data.dataValue){var c=b.data.dataTransfer,d=c.getData("text/html");if(d)b.data.dataValue=d,b.data.type="html";else if(d=c.getData("text/plain"))b.data.dataValue=a.editable().transformPlainTextToHtml(d),b.data.type="text"}},null,null,1);a.on("paste",function(a){var b=a.data.dataValue,c=CKEDITOR.dtd.$block;-1<b.indexOf("Apple-")&&(b=b.replace(/<span class="Apple-converted-space"> <\/span>/gi," "),"html"!=a.data.type&&(b=b.replace(/<span class="Apple-tab-span"[^>]*>([^<]*)<\/span>/gi, +function(a,b){return b.replace(/\t/g,"\x26nbsp;\x26nbsp; \x26nbsp;")})),-1<b.indexOf('\x3cbr class\x3d"Apple-interchange-newline"\x3e')&&(a.data.startsWithEOL=1,a.data.preSniffing="html",b=b.replace(/<br class="Apple-interchange-newline">/,"")),b=b.replace(/(<[^>]+) class="Apple-[^"]*"/gi,"$1"));if(b.match(/^<[^<]+cke_(editable|contents)/i)){var d,f,e=new CKEDITOR.dom.element("div");for(e.setHtml(b);1==e.getChildCount()&&(d=e.getFirst())&&d.type==CKEDITOR.NODE_ELEMENT&&(d.hasClass("cke_editable")|| +d.hasClass("cke_contents"));)e=f=d;f&&(b=f.getHtml().replace(/<br>$/i,""))}CKEDITOR.env.ie?b=b.replace(/^ (?: |\r\n)?<(\w+)/g,function(b,d){return d.toLowerCase()in c?(a.data.preSniffing="html","\x3c"+d):b}):CKEDITOR.env.webkit?b=b.replace(/<\/(\w+)><div><br><\/div>$/,function(b,d){return d in c?(a.data.endsWithEOL=1,"\x3c/"+d+"\x3e"):b}):CKEDITOR.env.gecko&&(b=b.replace(/(\s)<br>$/,"$1"));a.data.dataValue=b},null,null,3);a.on("paste",function(d){d=d.data;var f=d.type,e=d.dataValue,h,l=a.config.clipboard_defaultContentType|| +"html",n=d.dataTransfer.getTransferType(a);h="html"==f||"html"==d.preSniffing?"html":b(e);"htmlifiedtext"==h&&(e=c(a.config,e));"text"==f&&"html"==h?e=m(a,e,k.get("plain-text")):n==CKEDITOR.DATA_TRANSFER_EXTERNAL&&a.pasteFilter&&!d.dontFilter&&(e=m(a,e,a.pasteFilter));d.startsWithEOL&&(e='\x3cbr data-cke-eol\x3d"1"\x3e'+e);d.endsWithEOL&&(e+='\x3cbr data-cke-eol\x3d"1"\x3e');"auto"==f&&(f="html"==h||"html"==l?"html":"text");d.type=f;d.dataValue=e;delete d.preSniffing;delete d.startsWithEOL;delete d.endsWithEOL}, +null,null,6);a.on("paste",function(b){b=b.data;b.dataValue&&(a.insertHtml(b.dataValue,b.type,b.range),setTimeout(function(){a.fire("afterPaste")},0))},null,null,1E3);a.on("pasteDialog",function(b){setTimeout(function(){a.openDialog("paste",b.data)},0)})}});CKEDITOR.plugins.clipboard={isCustomCopyCutSupported:!CKEDITOR.env.ie&&!CKEDITOR.env.iOS,isCustomDataTypesSupported:!CKEDITOR.env.ie,isFileApiSupported:!CKEDITOR.env.ie||9<CKEDITOR.env.version,mainPasteEvent:CKEDITOR.env.ie&&!CKEDITOR.env.edge? +"beforepaste":"paste",canClipboardApiBeTrusted:function(a,b){return a.getTransferType(b)!=CKEDITOR.DATA_TRANSFER_EXTERNAL||CKEDITOR.env.chrome&&!a.isEmpty()||CKEDITOR.env.gecko&&(a.getData("text/html")||a.getFilesCount())?!0:!1},getDropTarget:function(a){var b=a.editable();return CKEDITOR.env.ie&&9>CKEDITOR.env.version||b.isInline()?b:a.document},fixSplitNodesAfterDrop:function(a,b,c,d){function f(a,c,d){var e=a;e.type==CKEDITOR.NODE_TEXT&&(e=a.getParent());if(e.equals(c)&&d!=c.getChildCount())return a= +b.startContainer.getChild(b.startOffset-1),c=b.startContainer.getChild(b.startOffset),a&&a.type==CKEDITOR.NODE_TEXT&&c&&c.type==CKEDITOR.NODE_TEXT&&(d=a.getLength(),a.setText(a.getText()+c.getText()),c.remove(),b.setStart(a,d),b.collapse(!0)),!0}var e=b.startContainer;"number"==typeof d&&"number"==typeof c&&e.type==CKEDITOR.NODE_ELEMENT&&(f(a.startContainer,e,c)||f(a.endContainer,e,d))},isDropRangeAffectedByDragRange:function(a,b){var c=b.startContainer,d=b.endOffset;return a.endContainer.equals(c)&& +a.endOffset<=d||a.startContainer.getParent().equals(c)&&a.startContainer.getIndex()<d||a.endContainer.getParent().equals(c)&&a.endContainer.getIndex()<d?!0:!1},internalDrop:function(b,c,d,f){var e=CKEDITOR.plugins.clipboard,h=f.editable(),k,m;f.fire("saveSnapshot");f.fire("lockSnapshot",{dontUpdate:1});CKEDITOR.env.ie&&10>CKEDITOR.env.version&&this.fixSplitNodesAfterDrop(b,c,e.dragStartContainerChildCount,e.dragEndContainerChildCount);(m=this.isDropRangeAffectedByDragRange(b,c))||(k=b.createBookmark(!1)); +e=c.clone().createBookmark(!1);m&&(k=b.createBookmark(!1));b=k.startNode;c=k.endNode;m=e.startNode;c&&b.getPosition(m)&CKEDITOR.POSITION_PRECEDING&&c.getPosition(m)&CKEDITOR.POSITION_FOLLOWING&&m.insertBefore(b);b=f.createRange();b.moveToBookmark(k);h.extractHtmlFromRange(b,1);c=f.createRange();c.moveToBookmark(e);a(f,{dataTransfer:d,method:"drop",range:c},1);f.fire("unlockSnapshot")},getRangeAtDropPosition:function(a,b){var c=a.data.$,d=c.clientX,f=c.clientY,e=b.getSelection(!0).getRanges()[0],h= +b.createRange();if(a.data.testRange)return a.data.testRange;if(document.caretRangeFromPoint)c=b.document.$.caretRangeFromPoint(d,f),h.setStart(CKEDITOR.dom.node(c.startContainer),c.startOffset),h.collapse(!0);else if(c.rangeParent)h.setStart(CKEDITOR.dom.node(c.rangeParent),c.rangeOffset),h.collapse(!0);else{if(CKEDITOR.env.ie&&8<CKEDITOR.env.version&&e&&b.editable().hasFocus)return e;if(document.body.createTextRange){b.focus();c=b.document.getBody().$.createTextRange();try{for(var k=!1,m=0;20>m&& +!k;m++){if(!k)try{c.moveToPoint(d,f-m),k=!0}catch(l){}if(!k)try{c.moveToPoint(d,f+m),k=!0}catch(u){}}if(k){var y="cke-temp-"+(new Date).getTime();c.pasteHTML('\x3cspan id\x3d"'+y+'"\x3eâ\x3c/span\x3e');var D=b.document.getById(y);h.moveToPosition(D,CKEDITOR.POSITION_BEFORE_START);D.remove()}else{var x=b.document.$.elementFromPoint(d,f),A=new CKEDITOR.dom.element(x),C;if(A.equals(b.editable())||"html"==A.getName())return e&&e.startContainer&&!e.startContainer.equals(b.editable())?e:null;C=A.getClientRect(); +d<C.left?h.setStartAt(A,CKEDITOR.POSITION_AFTER_START):h.setStartAt(A,CKEDITOR.POSITION_BEFORE_END);h.collapse(!0)}}catch(G){return null}}else return null}return h},initDragDataTransfer:function(a,b){var c=a.data.$?a.data.$.dataTransfer:null,d=new this.dataTransfer(c,b);c?this.dragData&&d.id==this.dragData.id?d=this.dragData:this.dragData=d:this.dragData?d=this.dragData:this.dragData=d;a.data.dataTransfer=d},resetDragDataTransfer:function(){this.dragData=null},initPasteDataTransfer:function(a,b){if(this.isCustomCopyCutSupported&& +a&&a.data&&a.data.$){var c=new this.dataTransfer(a.data.$.clipboardData,b);this.copyCutData&&c.id==this.copyCutData.id?(c=this.copyCutData,c.$=a.data.$.clipboardData):this.copyCutData=c;return c}return new this.dataTransfer(null,b)},preventDefaultDropOnElement:function(a){a&&a.on("dragover",f)}};var k=CKEDITOR.plugins.clipboard.isCustomDataTypesSupported?"cke/id":"Text";CKEDITOR.plugins.clipboard.dataTransfer=function(a,b){a&&(this.$=a);this._={metaRegExp:/^<meta.*?>/i,bodyRegExp:/<body(?:[\s\S]*?)>([\s\S]*)<\/body>/i, +fragmentRegExp:/\x3c!--(?:Start|End)Fragment--\x3e/g,data:{},files:[],normalizeType:function(a){a=a.toLowerCase();return"text"==a||"text/plain"==a?"Text":"url"==a?"URL":a}};this.id=this.getData(k);this.id||(this.id="Text"==k?"":"cke-"+CKEDITOR.tools.getUniqueId());if("Text"!=k)try{this.$.setData(k,this.id)}catch(c){}b&&(this.sourceEditor=b,this.setData("text/html",b.getSelectedHtml(1)),"Text"==k||this.getData("text/plain")||this.setData("text/plain",b.getSelection().getSelectedText()))};CKEDITOR.DATA_TRANSFER_INTERNAL= +1;CKEDITOR.DATA_TRANSFER_CROSS_EDITORS=2;CKEDITOR.DATA_TRANSFER_EXTERNAL=3;CKEDITOR.plugins.clipboard.dataTransfer.prototype={getData:function(a){a=this._.normalizeType(a);var b=this._.data[a];if(void 0===b||null===b||""===b)try{b=this.$.getData(a)}catch(c){}if(void 0===b||null===b||""===b)b="";"text/html"==a?(b=b.replace(this._.metaRegExp,""),(a=this._.bodyRegExp.exec(b))&&a.length&&(b=a[1],b=b.replace(this._.fragmentRegExp,""))):"Text"==a&&CKEDITOR.env.gecko&&this.getFilesCount()&&"file://"==b.substring(0, +7)&&(b="");return b},setData:function(a,b){a=this._.normalizeType(a);this._.data[a]=b;if(CKEDITOR.plugins.clipboard.isCustomDataTypesSupported||"URL"==a||"Text"==a){"Text"==k&&"Text"==a&&(this.id=b);try{this.$.setData(a,b)}catch(c){}}},getTransferType:function(a){return this.sourceEditor?this.sourceEditor==a?CKEDITOR.DATA_TRANSFER_INTERNAL:CKEDITOR.DATA_TRANSFER_CROSS_EDITORS:CKEDITOR.DATA_TRANSFER_EXTERNAL},cacheData:function(){function a(c){c=b._.normalizeType(c);var d=b.getData(c);d&&(b._.data[c]= +d)}if(this.$){var b=this,c,d;if(CKEDITOR.plugins.clipboard.isCustomDataTypesSupported){if(this.$.types)for(c=0;c<this.$.types.length;c++)a(this.$.types[c])}else a("Text"),a("URL");d=this._getImageFromClipboard();if(this.$&&this.$.files||d){this._.files=[];for(c=0;c<this.$.files.length;c++)this._.files.push(this.$.files[c]);0===this._.files.length&&d&&this._.files.push(d)}}},getFilesCount:function(){return this._.files.length?this._.files.length:this.$&&this.$.files&&this.$.files.length?this.$.files.length: +this._getImageFromClipboard()?1:0},getFile:function(a){return this._.files.length?this._.files[a]:this.$&&this.$.files&&this.$.files.length?this.$.files[a]:0===a?this._getImageFromClipboard():void 0},isEmpty:function(){var a={},b;if(this.getFilesCount())return!1;for(b in this._.data)a[b]=1;if(this.$)if(CKEDITOR.plugins.clipboard.isCustomDataTypesSupported){if(this.$.types)for(var c=0;c<this.$.types.length;c++)a[this.$.types[c]]=1}else a.Text=1,a.URL=1;"Text"!=k&&(a[k]=0);for(b in a)if(a[b]&&""!== +this.getData(b))return!1;return!0},_getImageFromClipboard:function(){var a;if(this.$&&this.$.items&&this.$.items[0])try{if((a=this.$.items[0].getAsFile())&&a.type)return a}catch(b){}}}}(),function(){CKEDITOR.plugins.add("panel",{beforeInit:function(a){a.ui.addHandler(CKEDITOR.UI_PANEL,CKEDITOR.ui.panel.handler)}});CKEDITOR.UI_PANEL="panel";CKEDITOR.ui.panel=function(a,b){b&&CKEDITOR.tools.extend(this,b);CKEDITOR.tools.extend(this,{className:"",css:[]});this.id=CKEDITOR.tools.getNextId();this.document= +a;this.isFramed=this.forceIFrame||this.css.length;this._={blocks:{}}};CKEDITOR.ui.panel.handler={create:function(a){return new CKEDITOR.ui.panel(a)}};var a=CKEDITOR.addTemplate("panel",'\x3cdiv lang\x3d"{langCode}" id\x3d"{id}" dir\x3d{dir} class\x3d"cke cke_reset_all {editorId} cke_panel cke_panel {cls} cke_{dir}" style\x3d"z-index:{z-index}" role\x3d"presentation"\x3e{frame}\x3c/div\x3e'),e=CKEDITOR.addTemplate("panel-frame",'\x3ciframe id\x3d"{id}" class\x3d"cke_panel_frame" role\x3d"presentation" frameborder\x3d"0" src\x3d"{src}"\x3e\x3c/iframe\x3e'), +b=CKEDITOR.addTemplate("panel-frame-inner",'\x3c!DOCTYPE html\x3e\x3chtml class\x3d"cke_panel_container {env}" dir\x3d"{dir}" lang\x3d"{langCode}"\x3e\x3chead\x3e{css}\x3c/head\x3e\x3cbody class\x3d"cke_{dir}" style\x3d"margin:0;padding:0" onload\x3d"{onload}"\x3e\x3c/body\x3e\x3c/html\x3e');CKEDITOR.ui.panel.prototype={render:function(c,d){this.getHolderElement=function(){var a=this._.holder;if(!a){if(this.isFramed){var a=this.document.getById(this.id+"_frame"),c=a.getParent(),a=a.getFrameDocument(); +CKEDITOR.env.iOS&&c.setStyles({overflow:"scroll","-webkit-overflow-scrolling":"touch"});c=CKEDITOR.tools.addFunction(CKEDITOR.tools.bind(function(){this.isLoaded=!0;if(this.onLoad)this.onLoad()},this));a.write(b.output(CKEDITOR.tools.extend({css:CKEDITOR.tools.buildStyleHtml(this.css),onload:"window.parent.CKEDITOR.tools.callFunction("+c+");"},m)));a.getWindow().$.CKEDITOR=CKEDITOR;a.on("keydown",function(a){var b=a.data.getKeystroke(),c=this.document.getById(this.id).getAttribute("dir");this._.onKeyDown&& +!1===this._.onKeyDown(b)?a.data.preventDefault():(27==b||b==("rtl"==c?39:37))&&this.onEscape&&!1===this.onEscape(b)&&a.data.preventDefault()},this);a=a.getBody();a.unselectable();CKEDITOR.env.air&&CKEDITOR.tools.callFunction(c)}else a=this.document.getById(this.id);this._.holder=a}return a};var m={editorId:c.id,id:this.id,langCode:c.langCode,dir:c.lang.dir,cls:this.className,frame:"",env:CKEDITOR.env.cssClass,"z-index":c.config.baseFloatZIndex+1};if(this.isFramed){var l=CKEDITOR.env.air?"javascript:void(0)": +CKEDITOR.env.ie?"javascript:void(function(){"+encodeURIComponent("document.open();("+CKEDITOR.tools.fixDomain+")();document.close();")+"}())":"";m.frame=e.output({id:this.id+"_frame",src:l})}l=a.output(m);d&&d.push(l);return l},addBlock:function(a,b){b=this._.blocks[a]=b instanceof CKEDITOR.ui.panel.block?b:new CKEDITOR.ui.panel.block(this.getHolderElement(),b);this._.currentBlock||this.showBlock(a);return b},getBlock:function(a){return this._.blocks[a]},showBlock:function(a){a=this._.blocks[a];var b= +this._.currentBlock,e=!this.forceIFrame||CKEDITOR.env.ie?this._.holder:this.document.getById(this.id+"_frame");b&&b.hide();this._.currentBlock=a;CKEDITOR.fire("ariaWidget",e);a._.focusIndex=-1;this._.onKeyDown=a.onKeyDown&&CKEDITOR.tools.bind(a.onKeyDown,a);a.show();return a},destroy:function(){this.element&&this.element.remove()}};CKEDITOR.ui.panel.block=CKEDITOR.tools.createClass({$:function(a,b){this.element=a.append(a.getDocument().createElement("div",{attributes:{tabindex:-1,"class":"cke_panel_block"}, +styles:{display:"none"}}));b&&CKEDITOR.tools.extend(this,b);this.element.setAttributes({role:this.attributes.role||"presentation","aria-label":this.attributes["aria-label"],title:this.attributes.title||this.attributes["aria-label"]});this.keys={};this._.focusIndex=-1;this.element.disableContextMenu()},_:{markItem:function(a){-1!=a&&(a=this.element.getElementsByTag("a").getItem(this._.focusIndex=a),CKEDITOR.env.webkit&&a.getDocument().getWindow().focus(),a.focus(),this.onMark&&this.onMark(a))}},proto:{show:function(){this.element.setStyle("display", +"")},hide:function(){this.onHide&&!0===this.onHide.call(this)||this.element.setStyle("display","none")},onKeyDown:function(a,b){var e=this.keys[a];switch(e){case "next":for(var l=this._.focusIndex,e=this.element.getElementsByTag("a"),f;f=e.getItem(++l);)if(f.getAttribute("_cke_focus")&&f.$.offsetWidth){this._.focusIndex=l;f.focus();break}return f||b?!1:(this._.focusIndex=-1,this.onKeyDown(a,1));case "prev":l=this._.focusIndex;for(e=this.element.getElementsByTag("a");0<l&&(f=e.getItem(--l));){if(f.getAttribute("_cke_focus")&& +f.$.offsetWidth){this._.focusIndex=l;f.focus();break}f=null}return f||b?!1:(this._.focusIndex=e.count(),this.onKeyDown(a,1));case "click":case "mouseup":return l=this._.focusIndex,(f=0<=l&&this.element.getElementsByTag("a").getItem(l))&&(f.$[e]?f.$[e]():f.$["on"+e]()),!1}return!0}}})}(),CKEDITOR.plugins.add("floatpanel",{requires:"panel"}),function(){function a(a,c,d,m,l){l=CKEDITOR.tools.genKey(c.getUniqueId(),d.getUniqueId(),a.lang.dir,a.uiColor||"",m.css||"",l||"");var f=e[l];f||(f=e[l]=new CKEDITOR.ui.panel(c, +m),f.element=d.append(CKEDITOR.dom.element.createFromHtml(f.render(a),c)),f.element.setStyles({display:"none",position:"absolute"}));return f}var e={};CKEDITOR.ui.floatPanel=CKEDITOR.tools.createClass({$:function(b,c,d,e){function l(){g.hide()}d.forceIFrame=1;d.toolbarRelated&&b.elementMode==CKEDITOR.ELEMENT_MODE_INLINE&&(c=CKEDITOR.document.getById("cke_"+b.name));var f=c.getDocument();e=a(b,f,c,d,e||0);var h=e.element,k=h.getFirst(),g=this;h.disableContextMenu();this.element=h;this._={editor:b, +panel:e,parentElement:c,definition:d,document:f,iframe:k,children:[],dir:b.lang.dir,showBlockParams:null};b.on("mode",l);b.on("resize",l);f.getWindow().on("resize",function(){this.reposition()},this)},proto:{addBlock:function(a,c){return this._.panel.addBlock(a,c)},addListBlock:function(a,c){return this._.panel.addListBlock(a,c)},getBlock:function(a){return this._.panel.getBlock(a)},showBlock:function(a,c,d,e,l,f){var h=this._.panel,k=h.showBlock(a);this._.showBlockParams=[].slice.call(arguments); +this.allowBlur(!1);var g=this._.editor.editable();this._.returnFocus=g.hasFocus?g:new CKEDITOR.dom.element(CKEDITOR.document.$.activeElement);this._.hideTimeout=0;var n=this.element,g=this._.iframe,g=CKEDITOR.env.ie&&!CKEDITOR.env.edge?g:new CKEDITOR.dom.window(g.$.contentWindow),t=n.getDocument(),r=this._.parentElement.getPositionedAncestor(),q=c.getDocumentPosition(t),t=r?r.getDocumentPosition(t):{x:0,y:0},v="rtl"==this._.dir,p=q.x+(e||0)-t.x,w=q.y+(l||0)-t.y;!v||1!=d&&4!=d?v||2!=d&&3!=d||(p+=c.$.offsetWidth- +1):p+=c.$.offsetWidth;if(3==d||4==d)w+=c.$.offsetHeight-1;this._.panel._.offsetParentId=c.getId();n.setStyles({top:w+"px",left:0,display:""});n.setOpacity(0);n.getFirst().removeStyle("width");this._.editor.focusManager.add(g);this._.blurSet||(CKEDITOR.event.useCapture=!0,g.on("blur",function(a){function b(){delete this._.returnFocus;this.hide()}this.allowBlur()&&a.data.getPhase()==CKEDITOR.EVENT_PHASE_AT_TARGET&&this.visible&&!this._.activeChild&&(CKEDITOR.env.iOS?this._.hideTimeout||(this._.hideTimeout= +CKEDITOR.tools.setTimeout(b,0,this)):b.call(this))},this),g.on("focus",function(){this._.focused=!0;this.hideChild();this.allowBlur(!0)},this),CKEDITOR.env.iOS&&(g.on("touchstart",function(){clearTimeout(this._.hideTimeout)},this),g.on("touchend",function(){this._.hideTimeout=0;this.focus()},this)),CKEDITOR.event.useCapture=!1,this._.blurSet=1);h.onEscape=CKEDITOR.tools.bind(function(a){if(this.onEscape&&!1===this.onEscape(a))return!1},this);CKEDITOR.tools.setTimeout(function(){var a=CKEDITOR.tools.bind(function(){var a= +n;a.removeStyle("width");if(k.autoSize){var b=k.element.getDocument(),b=(CKEDITOR.env.webkit||CKEDITOR.env.edge?k.element:b.getBody()).$.scrollWidth;CKEDITOR.env.ie&&CKEDITOR.env.quirks&&0<b&&(b+=(a.$.offsetWidth||0)-(a.$.clientWidth||0)+3);a.setStyle("width",b+10+"px");b=k.element.$.scrollHeight;CKEDITOR.env.ie&&CKEDITOR.env.quirks&&0<b&&(b+=(a.$.offsetHeight||0)-(a.$.clientHeight||0)+3);a.setStyle("height",b+"px");h._.currentBlock.element.setStyle("display","none").removeStyle("display")}else a.removeStyle("height"); +v&&(p-=n.$.offsetWidth);n.setStyle("left",p+"px");var b=h.element.getWindow(),a=n.$.getBoundingClientRect(),b=b.getViewPaneSize(),c=a.width||a.right-a.left,d=a.height||a.bottom-a.top,e=v?a.right:b.width-a.left,g=v?b.width-a.right:a.left;v?e<c&&(p=g>c?p+c:b.width>c?p-a.left:p-a.right+b.width):e<c&&(p=g>c?p-c:b.width>c?p-a.right+b.width:p-a.left);c=a.top;b.height-a.top<d&&(w=c>d?w-d:b.height>d?w-a.bottom+b.height:w-a.top);CKEDITOR.env.ie&&(b=a=new CKEDITOR.dom.element(n.$.offsetParent),"html"==b.getName()&& +(b=b.getDocument().getBody()),"rtl"==b.getComputedStyle("direction")&&(p=CKEDITOR.env.ie8Compat?p-2*n.getDocument().getDocumentElement().$.scrollLeft:p-(a.$.scrollWidth-a.$.clientWidth)));var a=n.getFirst(),m;(m=a.getCustomData("activePanel"))&&m.onHide&&m.onHide.call(this,1);a.setCustomData("activePanel",this);n.setStyles({top:w+"px",left:p+"px"});n.setOpacity(1);f&&f()},this);h.isLoaded?a():h.onLoad=a;CKEDITOR.tools.setTimeout(function(){var a=CKEDITOR.env.webkit&&CKEDITOR.document.getWindow().getScrollPosition().y; +this.focus();k.element.focus();CKEDITOR.env.webkit&&(CKEDITOR.document.getBody().$.scrollTop=a);this.allowBlur(!0);this._.editor.fire("panelShow",this)},0,this)},CKEDITOR.env.air?200:0,this);this.visible=1;this.onShow&&this.onShow.call(this)},reposition:function(){var a=this._.showBlockParams;this.visible&&this._.showBlockParams&&(this.hide(),this.showBlock.apply(this,a))},focus:function(){if(CKEDITOR.env.webkit){var a=CKEDITOR.document.getActive();a&&!a.equals(this._.iframe)&&a.$.blur()}(this._.lastFocused|| +this._.iframe.getFrameDocument().getWindow()).focus()},blur:function(){var a=this._.iframe.getFrameDocument().getActive();a&&a.is("a")&&(this._.lastFocused=a)},hide:function(a){if(this.visible&&(!this.onHide||!0!==this.onHide.call(this))){this.hideChild();CKEDITOR.env.gecko&&this._.iframe.getFrameDocument().$.activeElement.blur();this.element.setStyle("display","none");this.visible=0;this.element.getFirst().removeCustomData("activePanel");if(a=a&&this._.returnFocus)CKEDITOR.env.webkit&&a.type&&a.getWindow().$.focus(), +a.focus();delete this._.lastFocused;this._.showBlockParams=null;this._.editor.fire("panelHide",this)}},allowBlur:function(a){var c=this._.panel;void 0!==a&&(c.allowBlur=a);return c.allowBlur},showAsChild:function(a,c,d,e,l,f){if(this._.activeChild!=a||a._.panel._.offsetParentId!=d.getId())this.hideChild(),a.onHide=CKEDITOR.tools.bind(function(){CKEDITOR.tools.setTimeout(function(){this._.focused||this.hide()},0,this)},this),this._.activeChild=a,this._.focused=!1,a.showBlock(c,d,e,l,f),this.blur(), +(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat)&&setTimeout(function(){a.element.getChild(0).$.style.cssText+=""},100)},hideChild:function(a){var c=this._.activeChild;c&&(delete c.onHide,delete this._.activeChild,c.hide(),a&&this.focus())}}});CKEDITOR.on("instanceDestroyed",function(){var a=CKEDITOR.tools.isEmpty(CKEDITOR.instances),c;for(c in e){var d=e[c];a?d.destroy():d.element.hide()}a&&(e={})})}(),CKEDITOR.plugins.add("menu",{requires:"floatpanel",beforeInit:function(a){for(var e=a.config.menu_groups.split(","), +b=a._.menuGroups={},c=a._.menuItems={},d=0;d<e.length;d++)b[e[d]]=d+1;a.addMenuGroup=function(a,c){b[a]=c||100};a.addMenuItem=function(a,d){b[d.group]&&(c[a]=new CKEDITOR.menuItem(this,a,d))};a.addMenuItems=function(a){for(var b in a)this.addMenuItem(b,a[b])};a.getMenuItem=function(a){return c[a]};a.removeMenuItem=function(a){delete c[a]}}}),function(){function a(a){a.sort(function(a,b){return a.group<b.group?-1:a.group>b.group?1:a.order<b.order?-1:a.order>b.order?1:0})}var e='\x3cspan class\x3d"cke_menuitem"\x3e\x3ca id\x3d"{id}" class\x3d"cke_menubutton cke_menubutton__{name} cke_menubutton_{state} {cls}" href\x3d"{href}" title\x3d"{title}" tabindex\x3d"-1"_cke_focus\x3d1 hidefocus\x3d"true" role\x3d"{role}" aria-haspopup\x3d"{hasPopup}" aria-disabled\x3d"{disabled}" {ariaChecked}'; +CKEDITOR.env.gecko&&CKEDITOR.env.mac&&(e+=' onkeypress\x3d"return false;"');CKEDITOR.env.gecko&&(e+=' onblur\x3d"this.style.cssText \x3d this.style.cssText;"');var e=e+(' onmouseover\x3d"CKEDITOR.tools.callFunction({hoverFn},{index});" onmouseout\x3d"CKEDITOR.tools.callFunction({moveOutFn},{index});" '+(CKEDITOR.env.ie?'onclick\x3d"return false;" onmouseup':"onclick")+'\x3d"CKEDITOR.tools.callFunction({clickFn},{index}); return false;"\x3e'),b=CKEDITOR.addTemplate("menuItem",e+'\x3cspan class\x3d"cke_menubutton_inner"\x3e\x3cspan class\x3d"cke_menubutton_icon"\x3e\x3cspan class\x3d"cke_button_icon cke_button__{iconName}_icon" style\x3d"{iconStyle}"\x3e\x3c/span\x3e\x3c/span\x3e\x3cspan class\x3d"cke_menubutton_label"\x3e{label}\x3c/span\x3e{arrowHtml}\x3c/span\x3e\x3c/a\x3e\x3c/span\x3e'), +c=CKEDITOR.addTemplate("menuArrow",'\x3cspan class\x3d"cke_menuarrow"\x3e\x3cspan\x3e{label}\x3c/span\x3e\x3c/span\x3e');CKEDITOR.menu=CKEDITOR.tools.createClass({$:function(a,b){b=this._.definition=b||{};this.id=CKEDITOR.tools.getNextId();this.editor=a;this.items=[];this._.listeners=[];this._.level=b.level||1;var c=CKEDITOR.tools.extend({},b.panel,{css:[CKEDITOR.skin.getPath("editor")],level:this._.level-1,block:{}}),f=c.block.attributes=c.attributes||{};!f.role&&(f.role="menu");this._.panelDefinition= +c},_:{onShow:function(){var a=this.editor.getSelection(),b=a&&a.getStartElement(),c=this.editor.elementPath(),f=this._.listeners;this.removeAll();for(var e=0;e<f.length;e++){var k=f[e](b,a,c);if(k)for(var g in k){var n=this.editor.getMenuItem(g);!n||n.command&&!this.editor.getCommand(n.command).state||(n.state=k[g],this.add(n))}}},onClick:function(a){this.hide();if(a.onClick)a.onClick();else a.command&&this.editor.execCommand(a.command)},onEscape:function(a){var b=this.parent;b?b._.panel.hideChild(1): +27==a&&this.hide(1);return!1},onHide:function(){this.onHide&&this.onHide()},showSubMenu:function(a){var b=this._.subMenu,c=this.items[a];if(c=c.getItems&&c.getItems()){b?b.removeAll():(b=this._.subMenu=new CKEDITOR.menu(this.editor,CKEDITOR.tools.extend({},this._.definition,{level:this._.level+1},!0)),b.parent=this,b._.onClick=CKEDITOR.tools.bind(this._.onClick,this));for(var f in c){var e=this.editor.getMenuItem(f);e&&(e.state=c[f],b.add(e))}var k=this._.panel.getBlock(this.id).element.getDocument().getById(this.id+ +String(a));setTimeout(function(){b.show(k,2)},0)}else this._.panel.hideChild(1)}},proto:{add:function(a){a.order||(a.order=this.items.length);this.items.push(a)},removeAll:function(){this.items=[]},show:function(b,c,e,f){if(!this.parent&&(this._.onShow(),!this.items.length))return;c=c||("rtl"==this.editor.lang.dir?2:1);var h=this.items,k=this.editor,g=this._.panel,n=this._.element;if(!g){g=this._.panel=new CKEDITOR.ui.floatPanel(this.editor,CKEDITOR.document.getBody(),this._.panelDefinition,this._.level); +g.onEscape=CKEDITOR.tools.bind(function(a){if(!1===this._.onEscape(a))return!1},this);g.onShow=function(){g._.panel.getHolderElement().getParent().addClass("cke").addClass("cke_reset_all")};g.onHide=CKEDITOR.tools.bind(function(){this._.onHide&&this._.onHide()},this);n=g.addBlock(this.id,this._.panelDefinition.block);n.autoSize=!0;var t=n.keys;t[40]="next";t[9]="next";t[38]="prev";t[CKEDITOR.SHIFT+9]="prev";t["rtl"==k.lang.dir?37:39]=CKEDITOR.env.ie?"mouseup":"click";t[32]=CKEDITOR.env.ie?"mouseup": +"click";CKEDITOR.env.ie&&(t[13]="mouseup");n=this._.element=n.element;t=n.getDocument();t.getBody().setStyle("overflow","hidden");t.getElementsByTag("html").getItem(0).setStyle("overflow","hidden");this._.itemOverFn=CKEDITOR.tools.addFunction(function(a){clearTimeout(this._.showSubTimeout);this._.showSubTimeout=CKEDITOR.tools.setTimeout(this._.showSubMenu,k.config.menu_subMenuDelay||400,this,[a])},this);this._.itemOutFn=CKEDITOR.tools.addFunction(function(){clearTimeout(this._.showSubTimeout)},this); +this._.itemClickFn=CKEDITOR.tools.addFunction(function(a){var b=this.items[a];if(b.state==CKEDITOR.TRISTATE_DISABLED)this.hide(1);else if(b.getItems)this._.showSubMenu(a);else this._.onClick(b)},this)}a(h);for(var t=k.elementPath(),t=['\x3cdiv class\x3d"cke_menu'+(t&&t.direction()!=k.lang.dir?" cke_mixed_dir_content":"")+'" role\x3d"presentation"\x3e'],r=h.length,q=r&&h[0].group,v=0;v<r;v++){var p=h[v];q!=p.group&&(t.push('\x3cdiv class\x3d"cke_menuseparator" role\x3d"separator"\x3e\x3c/div\x3e'), +q=p.group);p.render(this,v,t)}t.push("\x3c/div\x3e");n.setHtml(t.join(""));CKEDITOR.ui.fire("ready",this);this.parent?this.parent._.panel.showAsChild(g,this.id,b,c,e,f):g.showBlock(this.id,b,c,e,f);k.fire("menuShow",[g])},addListener:function(a){this._.listeners.push(a)},hide:function(a){this._.onHide&&this._.onHide();this._.panel&&this._.panel.hide(a)}}});CKEDITOR.menuItem=CKEDITOR.tools.createClass({$:function(a,b,c){CKEDITOR.tools.extend(this,c,{order:0,className:"cke_menubutton__"+b});this.group= +a._.menuGroups[this.group];this.editor=a;this.name=b},proto:{render:function(a,e,l){var f=a.id+String(e),h="undefined"==typeof this.state?CKEDITOR.TRISTATE_OFF:this.state,k="",g=h==CKEDITOR.TRISTATE_ON?"on":h==CKEDITOR.TRISTATE_DISABLED?"disabled":"off";this.role in{menuitemcheckbox:1,menuitemradio:1}&&(k=' aria-checked\x3d"'+(h==CKEDITOR.TRISTATE_ON?"true":"false")+'"');var n=this.getItems,t="\x26#"+("rtl"==this.editor.lang.dir?"9668":"9658")+";",r=this.name;this.icon&&!/\./.test(this.icon)&&(r= +this.icon);a={id:f,name:this.name,iconName:r,label:this.label,cls:this.className||"",state:g,hasPopup:n?"true":"false",disabled:h==CKEDITOR.TRISTATE_DISABLED,title:this.label,href:"javascript:void('"+(this.label||"").replace("'")+"')",hoverFn:a._.itemOverFn,moveOutFn:a._.itemOutFn,clickFn:a._.itemClickFn,index:e,iconStyle:CKEDITOR.skin.getIconStyle(r,"rtl"==this.editor.lang.dir,r==this.icon?null:this.icon,this.iconOffset),arrowHtml:n?c.output({label:t}):"",role:this.role?this.role:"menuitem",ariaChecked:k}; +b.output(a,l)}}})}(),CKEDITOR.config.menu_groups="clipboard,form,tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash,checkbox,radio,textfield,hiddenfield,imagebutton,button,select,textarea,div",CKEDITOR.plugins.add("contextmenu",{requires:"menu",onLoad:function(){CKEDITOR.plugins.contextMenu=CKEDITOR.tools.createClass({base:CKEDITOR.menu,$:function(a){this.base.call(this,a,{panel:{className:"cke_menu_panel",attributes:{"aria-label":a.lang.contextmenu.options}}})},proto:{addTarget:function(a, +e){a.on("contextmenu",function(a){a=a.data;var c=CKEDITOR.env.webkit?b:CKEDITOR.env.mac?a.$.metaKey:a.$.ctrlKey;if(!e||!c){a.preventDefault();if(CKEDITOR.env.mac&&CKEDITOR.env.webkit){var c=this.editor,l=(new CKEDITOR.dom.elementPath(a.getTarget(),c.editable())).contains(function(a){return a.hasAttribute("contenteditable")},!0);l&&"false"==l.getAttribute("contenteditable")&&c.getSelection().fake(l)}var l=a.getTarget().getDocument(),f=a.getTarget().getDocument().getDocumentElement(),c=!l.equals(CKEDITOR.document), +l=l.getWindow().getScrollPosition(),h=c?a.$.clientX:a.$.pageX||l.x+a.$.clientX,k=c?a.$.clientY:a.$.pageY||l.y+a.$.clientY;CKEDITOR.tools.setTimeout(function(){this.open(f,null,h,k)},CKEDITOR.env.ie?200:0,this)}},this);if(CKEDITOR.env.webkit){var b,c=function(){b=0};a.on("keydown",function(a){b=CKEDITOR.env.mac?a.data.$.metaKey:a.data.$.ctrlKey});a.on("keyup",c);a.on("contextmenu",c)}},open:function(a,e,b,c){this.editor.focus();a=a||CKEDITOR.document.getDocumentElement();this.editor.selectionChange(1); +this.show(a,e,b,c)}}})},beforeInit:function(a){var e=a.contextMenu=new CKEDITOR.plugins.contextMenu(a);a.on("contentDom",function(){e.addTarget(a.editable(),!1!==a.config.browserContextMenuOnCtrl)});a.addCommand("contextMenu",{exec:function(){a.contextMenu.open(a.document.getBody())}});a.setKeystroke(CKEDITOR.SHIFT+121,"contextMenu");a.setKeystroke(CKEDITOR.CTRL+CKEDITOR.SHIFT+121,"contextMenu")}}),function(){function a(a,b){function l(b){b=g.list[b];if(b.equals(a.editable())||"true"==b.getAttribute("contenteditable")){var c= +a.createRange();c.selectNodeContents(b);c.select()}else a.getSelection().selectElement(b);a.focus()}function f(){k&&k.setHtml('\x3cspan class\x3d"cke_path_empty"\x3e\x26nbsp;\x3c/span\x3e');delete g.list}var h=a.ui.spaceId("path"),k,g=a._.elementsPath,n=g.idBase;b.html+='\x3cspan id\x3d"'+h+'_label" class\x3d"cke_voice_label"\x3e'+a.lang.elementspath.eleLabel+'\x3c/span\x3e\x3cspan id\x3d"'+h+'" class\x3d"cke_path" role\x3d"group" aria-labelledby\x3d"'+h+'_label"\x3e\x3cspan class\x3d"cke_path_empty"\x3e\x26nbsp;\x3c/span\x3e\x3c/span\x3e'; +a.on("uiReady",function(){var b=a.ui.space("path");b&&a.focusManager.add(b,1)});g.onClick=l;var t=CKEDITOR.tools.addFunction(l),r=CKEDITOR.tools.addFunction(function(b,c){var f=g.idBase,e;c=new CKEDITOR.dom.event(c);e="rtl"==a.lang.dir;switch(c.getKeystroke()){case e?39:37:case 9:return(e=CKEDITOR.document.getById(f+(b+1)))||(e=CKEDITOR.document.getById(f+"0")),e.focus(),!1;case e?37:39:case CKEDITOR.SHIFT+9:return(e=CKEDITOR.document.getById(f+(b-1)))||(e=CKEDITOR.document.getById(f+(g.list.length- +1))),e.focus(),!1;case 27:return a.focus(),!1;case 13:case 32:return l(b),!1}return!0});a.on("selectionChange",function(){for(var b=[],f=g.list=[],e=[],m=g.filters,l=!0,B=a.elementPath().elements,u,y=B.length;y--;){var D=B[y],x=0;u=D.data("cke-display-name")?D.data("cke-display-name"):D.data("cke-real-element-type")?D.data("cke-real-element-type"):D.getName();(l=D.hasAttribute("contenteditable")?"true"==D.getAttribute("contenteditable"):l)||D.hasAttribute("contenteditable")||(x=1);for(var A=0;A<m.length;A++){var C= +m[A](D,u);if(!1===C){x=1;break}u=C||u}x||(f.unshift(D),e.unshift(u))}f=f.length;for(m=0;m<f;m++)u=e[m],l=a.lang.elementspath.eleTitle.replace(/%1/,u),u=c.output({id:n+m,label:l,text:u,jsTitle:"javascript:void('"+u+"')",index:m,keyDownFn:r,clickFn:t}),b.unshift(u);k||(k=CKEDITOR.document.getById(h));e=k;e.setHtml(b.join("")+'\x3cspan class\x3d"cke_path_empty"\x3e\x26nbsp;\x3c/span\x3e');a.fire("elementsPathUpdate",{space:e})});a.on("readOnly",f);a.on("contentDomUnload",f);a.addCommand("elementsPathFocus", +e.toolbarFocus);a.setKeystroke(CKEDITOR.ALT+122,"elementsPathFocus")}var e={toolbarFocus:{editorFocus:!1,readOnly:1,exec:function(a){(a=CKEDITOR.document.getById(a._.elementsPath.idBase+"0"))&&a.focus(CKEDITOR.env.ie||CKEDITOR.env.air)}}},b="";CKEDITOR.env.gecko&&CKEDITOR.env.mac&&(b+=' onkeypress\x3d"return false;"');CKEDITOR.env.gecko&&(b+=' onblur\x3d"this.style.cssText \x3d this.style.cssText;"');var c=CKEDITOR.addTemplate("pathItem",'\x3ca id\x3d"{id}" href\x3d"{jsTitle}" tabindex\x3d"-1" class\x3d"cke_path_item" title\x3d"{label}"'+ +b+' hidefocus\x3d"true" onkeydown\x3d"return CKEDITOR.tools.callFunction({keyDownFn},{index}, event );" onclick\x3d"CKEDITOR.tools.callFunction({clickFn},{index}); return false;" role\x3d"button" aria-label\x3d"{label}"\x3e{text}\x3c/a\x3e');CKEDITOR.plugins.add("elementspath",{init:function(b){b._.elementsPath={idBase:"cke_elementspath_"+CKEDITOR.tools.getNextNumber()+"_",filters:[]};b.on("uiSpace",function(c){"bottom"==c.data.space&&a(b,c.data)})}})}(),function(){function a(a,d){var m,l;d.on("refresh", +function(a){var c=[e],d;for(d in a.data.states)c.push(a.data.states[d]);this.setState(CKEDITOR.tools.search(c,b)?b:e)},d,null,100);d.on("exec",function(b){m=a.getSelection();l=m.createBookmarks(1);b.data||(b.data={});b.data.done=!1},d,null,0);d.on("exec",function(){a.forceNextSelectionCheck();m.selectBookmarks(l)},d,null,100)}var e=CKEDITOR.TRISTATE_DISABLED,b=CKEDITOR.TRISTATE_OFF;CKEDITOR.plugins.add("indent",{init:function(b){var d=CKEDITOR.plugins.indent.genericDefinition;a(b,b.addCommand("indent", +new d(!0)));a(b,b.addCommand("outdent",new d));b.ui.addButton&&(b.ui.addButton("Indent",{label:b.lang.indent.indent,command:"indent",directional:!0,toolbar:"indent,20"}),b.ui.addButton("Outdent",{label:b.lang.indent.outdent,command:"outdent",directional:!0,toolbar:"indent,10"}));b.on("dirChanged",function(a){var d=b.createRange(),f=a.data.node;d.setStartBefore(f);d.setEndAfter(f);for(var e=new CKEDITOR.dom.walker(d),k;k=e.next();)if(k.type==CKEDITOR.NODE_ELEMENT)if(!k.equals(f)&&k.getDirection())d.setStartAfter(k), +e=new CKEDITOR.dom.walker(d);else{var g=b.config.indentClasses;if(g)for(var n="ltr"==a.data.dir?["_rtl",""]:["","_rtl"],t=0;t<g.length;t++)k.hasClass(g[t]+n[0])&&(k.removeClass(g[t]+n[0]),k.addClass(g[t]+n[1]));g=k.getStyle("margin-right");n=k.getStyle("margin-left");g?k.setStyle("margin-left",g):k.removeStyle("margin-left");n?k.setStyle("margin-right",n):k.removeStyle("margin-right")}})}});CKEDITOR.plugins.indent={genericDefinition:function(a){this.isIndent=!!a;this.startDisabled=!this.isIndent}, +specificDefinition:function(a,b,e){this.name=b;this.editor=a;this.jobs={};this.enterBr=a.config.enterMode==CKEDITOR.ENTER_BR;this.isIndent=!!e;this.relatedGlobal=e?"indent":"outdent";this.indentKey=e?9:CKEDITOR.SHIFT+9;this.database={}},registerCommands:function(a,b){a.on("pluginsLoaded",function(){for(var a in b)(function(a,b){var c=a.getCommand(b.relatedGlobal),d;for(d in b.jobs)c.on("exec",function(c){c.data.done||(a.fire("lockSnapshot"),b.execJob(a,d)&&(c.data.done=!0),a.fire("unlockSnapshot"), +CKEDITOR.dom.element.clearAllMarkers(b.database))},this,null,d),c.on("refresh",function(c){c.data.states||(c.data.states={});c.data.states[b.name+"@"+d]=b.refreshJob(a,d,c.data.path)},this,null,d);a.addFeature(b)})(this,b[a])})}};CKEDITOR.plugins.indent.genericDefinition.prototype={context:"p",exec:function(){}};CKEDITOR.plugins.indent.specificDefinition.prototype={execJob:function(a,b){var m=this.jobs[b];if(m.state!=e)return m.exec.call(this,a)},refreshJob:function(a,b,m){b=this.jobs[b];a.activeFilter.checkFeature(this)? +b.state=b.refresh.call(this,a,m):b.state=e;return b.state},getContext:function(a){return a.contains(this.context)}}}(),function(){function a(a){function c(e){for(var h=r.startContainer,l=r.endContainer;h&&!h.getParent().equals(e);)h=h.getParent();for(;l&&!l.getParent().equals(e);)l=l.getParent();if(!h||!l)return!1;for(var q=h,h=[],v=!1;!v;)q.equals(l)&&(v=!0),h.push(q),q=q.getNext();if(1>h.length)return!1;q=e.getParents(!0);for(l=0;l<q.length;l++)if(q[l].getName&&m[q[l].getName()]){e=q[l];break}for(var q= +d.isIndent?1:-1,l=h[0],h=h[h.length-1],v=CKEDITOR.plugins.list.listToArray(e,g),y=v[h.getCustomData("listarray_index")].indent,l=l.getCustomData("listarray_index");l<=h.getCustomData("listarray_index");l++)if(v[l].indent+=q,0<q){var t=v[l].parent;v[l].parent=new CKEDITOR.dom.element(t.getName(),t.getDocument())}for(l=h.getCustomData("listarray_index")+1;l<v.length&&v[l].indent>y;l++)v[l].indent+=q;h=CKEDITOR.plugins.list.arrayToList(v,g,null,a.config.enterMode,e.getDirection());if(!d.isIndent){var x; +if((x=e.getParent())&&x.is("li"))for(var q=h.listNode.getChildren(),A=[],C,l=q.count()-1;0<=l;l--)(C=q.getItem(l))&&C.is&&C.is("li")&&A.push(C)}h&&h.listNode.replace(e);if(A&&A.length)for(l=0;l<A.length;l++){for(C=e=A[l];(C=C.getNext())&&C.is&&C.getName()in m;)CKEDITOR.env.needsNbspFiller&&!e.getFirst(b)&&e.append(r.document.createText(" ")),e.append(C);e.insertAfter(x)}h&&a.fire("contentDomInvalidated");return!0}for(var d=this,g=this.database,m=this.context,l=a.getSelection(),l=(l&&l.getRanges()).createIterator(), +r;r=l.getNextRange();){for(var q=r.getCommonAncestor();q&&(q.type!=CKEDITOR.NODE_ELEMENT||!m[q.getName()]);){if(a.editable().equals(q)){q=!1;break}q=q.getParent()}q||(q=r.startPath().contains(m))&&r.setEndAt(q,CKEDITOR.POSITION_BEFORE_END);if(!q){var v=r.getEnclosedNode();v&&v.type==CKEDITOR.NODE_ELEMENT&&v.getName()in m&&(r.setStartAt(v,CKEDITOR.POSITION_AFTER_START),r.setEndAt(v,CKEDITOR.POSITION_BEFORE_END),q=v)}q&&r.startContainer.type==CKEDITOR.NODE_ELEMENT&&r.startContainer.getName()in m&&(v= +new CKEDITOR.dom.walker(r),v.evaluator=e,r.startContainer=v.next());q&&r.endContainer.type==CKEDITOR.NODE_ELEMENT&&r.endContainer.getName()in m&&(v=new CKEDITOR.dom.walker(r),v.evaluator=e,r.endContainer=v.previous());if(q)return c(q)}return 0}function e(a){return a.type==CKEDITOR.NODE_ELEMENT&&a.is("li")}function b(a){return c(a)&&d(a)}var c=CKEDITOR.dom.walker.whitespaces(!0),d=CKEDITOR.dom.walker.bookmark(!1,!0),m=CKEDITOR.TRISTATE_DISABLED,l=CKEDITOR.TRISTATE_OFF;CKEDITOR.plugins.add("indentlist", +{requires:"indent",init:function(b){function c(b){d.specificDefinition.apply(this,arguments);this.requiredContent=["ul","ol"];b.on("key",function(a){if("wysiwyg"==b.mode&&a.data.keyCode==this.indentKey){var c=this.getContext(b.elementPath());!c||this.isIndent&&CKEDITOR.plugins.indentList.firstItemInPath(this.context,b.elementPath(),c)||(b.execCommand(this.relatedGlobal),a.cancel())}},this);this.jobs[this.isIndent?10:30]={refresh:this.isIndent?function(a,b){var c=this.getContext(b),d=CKEDITOR.plugins.indentList.firstItemInPath(this.context, +b,c);return c&&this.isIndent&&!d?l:m}:function(a,b){return!this.getContext(b)||this.isIndent?m:l},exec:CKEDITOR.tools.bind(a,this)}}var d=CKEDITOR.plugins.indent;d.registerCommands(b,{indentlist:new c(b,"indentlist",!0),outdentlist:new c(b,"outdentlist")});CKEDITOR.tools.extend(c.prototype,d.specificDefinition.prototype,{context:{ol:1,ul:1}})}});CKEDITOR.plugins.indentList={};CKEDITOR.plugins.indentList.firstItemInPath=function(a,b,c){var d=b.contains(e);c||(c=b.contains(a));return c&&d&&d.equals(c.getFirst(e))}}(), +function(){function a(a,b,c){function d(c){if(!(!(l=k[c?"getFirst":"getLast"]())||l.is&&l.isBlockBoundary()||!(m=b.root[c?"getPrevious":"getNext"](CKEDITOR.dom.walker.invisible(!0)))||m.is&&m.isBlockBoundary({br:1})))a.document.createElement("br")[c?"insertBefore":"insertAfter"](l)}for(var f=CKEDITOR.plugins.list.listToArray(b.root,c),e=[],g=0;g<b.contents.length;g++){var h=b.contents[g];(h=h.getAscendant("li",!0))&&!h.getCustomData("list_item_processed")&&(e.push(h),CKEDITOR.dom.element.setMarker(c, +h,"list_item_processed",!0))}h=null;for(g=0;g<e.length;g++)h=e[g].getCustomData("listarray_index"),f[h].indent=-1;for(g=h+1;g<f.length;g++)if(f[g].indent>f[g-1].indent+1){e=f[g-1].indent+1-f[g].indent;for(h=f[g].indent;f[g]&&f[g].indent>=h;)f[g].indent+=e,g++;g--}var k=CKEDITOR.plugins.list.arrayToList(f,c,null,a.config.enterMode,b.root.getAttribute("dir")).listNode,l,m;d(!0);d();k.replace(b.root);a.fire("contentDomInvalidated")}function e(a,b){this.name=a;this.context=this.type=b;this.allowedContent= +b+" li";this.requiredContent=b}function b(a,b,c,d){for(var f,e;f=a[d?"getLast":"getFirst"](r);)(e=f.getDirection(1))!==b.getDirection(1)&&f.setAttribute("dir",e),f.remove(),c?f[d?"insertBefore":"insertAfter"](c):b.append(f,d)}function c(a){function c(d){var f=a[d?"getPrevious":"getNext"](g);f&&f.type==CKEDITOR.NODE_ELEMENT&&f.is(a.getName())&&(b(a,f,null,!d),a.remove(),a=f)}c();c(1)}function d(a){return a.type==CKEDITOR.NODE_ELEMENT&&(a.getName()in CKEDITOR.dtd.$block||a.getName()in CKEDITOR.dtd.$listItem)&& +CKEDITOR.dtd[a.getName()]["#"]}function m(a,d,f){a.fire("saveSnapshot");f.enlarge(CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS);var e=f.extractContents();d.trim(!1,!0);var h=d.createBookmark(),k=new CKEDITOR.dom.elementPath(d.startContainer),m=k.block,k=k.lastElement.getAscendant("li",1)||m,r=new CKEDITOR.dom.elementPath(f.startContainer),t=r.contains(CKEDITOR.dtd.$listItem),r=r.contains(CKEDITOR.dtd.$list);m?(m=m.getBogus())&&m.remove():r&&(m=r.getPrevious(g))&&n(m)&&m.remove();(m=e.getLast())&&m.type==CKEDITOR.NODE_ELEMENT&& +m.is("br")&&m.remove();(m=d.startContainer.getChild(d.startOffset))?e.insertBefore(m):d.startContainer.append(e);t&&(e=l(t))&&(k.contains(t)?(b(e,t.getParent(),t),e.remove()):k.append(e));for(;f.checkStartOfBlock()&&f.checkEndOfBlock();){r=f.startPath();e=r.block;if(!e)break;e.is("li")&&(k=e.getParent(),e.equals(k.getLast(g))&&e.equals(k.getFirst(g))&&(e=k));f.moveToPosition(e,CKEDITOR.POSITION_BEFORE_START);e.remove()}f=f.clone();e=a.editable();f.setEndAt(e,CKEDITOR.POSITION_BEFORE_END);f=new CKEDITOR.dom.walker(f); +f.evaluator=function(a){return g(a)&&!n(a)};(f=f.next())&&f.type==CKEDITOR.NODE_ELEMENT&&f.getName()in CKEDITOR.dtd.$list&&c(f);d.moveToBookmark(h);d.select();a.fire("saveSnapshot")}function l(a){return(a=a.getLast(g))&&a.type==CKEDITOR.NODE_ELEMENT&&a.getName()in f?a:null}var f={ol:1,ul:1},h=CKEDITOR.dom.walker.whitespaces(),k=CKEDITOR.dom.walker.bookmark(),g=function(a){return!(h(a)||k(a))},n=CKEDITOR.dom.walker.bogus();CKEDITOR.plugins.list={listToArray:function(a,b,c,d,e){if(!f[a.getName()])return[]; +d||(d=0);c||(c=[]);for(var g=0,h=a.getChildCount();g<h;g++){var k=a.getChild(g);k.type==CKEDITOR.NODE_ELEMENT&&k.getName()in CKEDITOR.dtd.$list&&CKEDITOR.plugins.list.listToArray(k,b,c,d+1);if("li"==k.$.nodeName.toLowerCase()){var l={parent:a,indent:d,element:k,contents:[]};e?l.grandparent=e:(l.grandparent=a.getParent(),l.grandparent&&"li"==l.grandparent.$.nodeName.toLowerCase()&&(l.grandparent=l.grandparent.getParent()));b&&CKEDITOR.dom.element.setMarker(b,k,"listarray_index",c.length);c.push(l); +for(var m=0,n=k.getChildCount(),r;m<n;m++)r=k.getChild(m),r.type==CKEDITOR.NODE_ELEMENT&&f[r.getName()]?CKEDITOR.plugins.list.listToArray(r,b,c,d+1,l.grandparent):l.contents.push(r)}}return c},arrayToList:function(a,b,c,d,e){c||(c=0);if(!a||a.length<c+1)return null;for(var h,l=a[c].parent.getDocument(),m=new CKEDITOR.dom.documentFragment(l),n=null,r=c,t=Math.max(a[c].indent,0),C=null,G,F,I=d==CKEDITOR.ENTER_P?"p":"div";;){var H=a[r];h=H.grandparent;G=H.element.getDirection(1);if(H.indent==t){n&&a[r].parent.getName()== +n.getName()||(n=a[r].parent.clone(!1,1),e&&n.setAttribute("dir",e),m.append(n));C=n.append(H.element.clone(0,1));G!=n.getDirection(1)&&C.setAttribute("dir",G);for(h=0;h<H.contents.length;h++)C.append(H.contents[h].clone(1,1));r++}else if(H.indent==Math.max(t,0)+1)H=a[r-1].element.getDirection(1),r=CKEDITOR.plugins.list.arrayToList(a,null,r,d,H!=G?G:null),!C.getChildCount()&&CKEDITOR.env.needsNbspFiller&&7>=l.$.documentMode&&C.append(l.createText(" ")),C.append(r.listNode),r=r.nextIndex;else if(-1== +H.indent&&!c&&h){f[h.getName()]?(C=H.element.clone(!1,!0),G!=h.getDirection(1)&&C.setAttribute("dir",G)):C=new CKEDITOR.dom.documentFragment(l);var n=h.getDirection(1)!=G,K=H.element,E=K.getAttribute("class"),N=K.getAttribute("style"),R=C.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT&&(d!=CKEDITOR.ENTER_BR||n||N||E),P,T=H.contents.length,O;for(h=0;h<T;h++)if(P=H.contents[h],k(P)&&1<T)R?O=P.clone(1,1):C.append(P.clone(1,1));else if(P.type==CKEDITOR.NODE_ELEMENT&&P.isBlockBoundary()){n&&!P.getDirection()&& +P.setAttribute("dir",G);F=P;var Y=K.getAttribute("style");Y&&F.setAttribute("style",Y.replace(/([^;])$/,"$1;")+(F.getAttribute("style")||""));E&&P.addClass(E);F=null;O&&(C.append(O),O=null);C.append(P.clone(1,1))}else R?(F||(F=l.createElement(I),C.append(F),n&&F.setAttribute("dir",G)),N&&F.setAttribute("style",N),E&&F.setAttribute("class",E),O&&(F.append(O),O=null),F.append(P.clone(1,1))):C.append(P.clone(1,1));O&&((F||C).append(O),O=null);C.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT&&r!=a.length-1&&(CKEDITOR.env.needsBrFiller&& +(G=C.getLast())&&G.type==CKEDITOR.NODE_ELEMENT&&G.is("br")&&G.remove(),(G=C.getLast(g))&&G.type==CKEDITOR.NODE_ELEMENT&&G.is(CKEDITOR.dtd.$block)||C.append(l.createElement("br")));G=C.$.nodeName.toLowerCase();"div"!=G&&"p"!=G||C.appendBogus();m.append(C);n=null;r++}else return null;F=null;if(a.length<=r||Math.max(a[r].indent,0)<t)break}if(b)for(a=m.getFirst();a;){if(a.type==CKEDITOR.NODE_ELEMENT&&(CKEDITOR.dom.element.clearMarkers(b,a),a.getName()in CKEDITOR.dtd.$listItem&&(c=a,l=e=d=void 0,d=c.getDirection()))){for(e= +c.getParent();e&&!(l=e.getDirection());)e=e.getParent();d==l&&c.removeAttribute("dir")}a=a.getNextSourceNode()}return{listNode:m,nextIndex:r}}};var t=/^h[1-6]$/,r=CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_ELEMENT);e.prototype={exec:function(b){this.refresh(b,b.elementPath());var d=b.config,e=b.getSelection(),h=e&&e.getRanges();if(this.state==CKEDITOR.TRISTATE_OFF){var k=b.editable();if(k.getFirst(g)){var l=1==h.length&&h[0];(d=l&&l.getEnclosedNode())&&d.is&&this.type==d.getName()&&this.setState(CKEDITOR.TRISTATE_ON)}else d.enterMode== +CKEDITOR.ENTER_BR?k.appendBogus():h[0].fixBlock(1,d.enterMode==CKEDITOR.ENTER_P?"p":"div"),e.selectRanges(h)}for(var d=e.createBookmarks(!0),k=[],m={},h=h.createIterator(),n=0;(l=h.getNextRange())&&++n;){var r=l.getBoundaryNodes(),x=r.startNode,A=r.endNode;x.type==CKEDITOR.NODE_ELEMENT&&"td"==x.getName()&&l.setStartAt(r.startNode,CKEDITOR.POSITION_AFTER_START);A.type==CKEDITOR.NODE_ELEMENT&&"td"==A.getName()&&l.setEndAt(r.endNode,CKEDITOR.POSITION_BEFORE_END);l=l.createIterator();for(l.forceBrBreak= +this.state==CKEDITOR.TRISTATE_OFF;r=l.getNextParagraph();)if(!r.getCustomData("list_block")){CKEDITOR.dom.element.setMarker(m,r,"list_block",1);for(var C=b.elementPath(r),x=C.elements,A=0,C=C.blockLimit,G,F=x.length-1;0<=F&&(G=x[F]);F--)if(f[G.getName()]&&C.contains(G)){C.removeCustomData("list_group_object_"+n);(x=G.getCustomData("list_group_object"))?x.contents.push(r):(x={root:G,contents:[r]},k.push(x),CKEDITOR.dom.element.setMarker(m,G,"list_group_object",x));A=1;break}A||(A=C,A.getCustomData("list_group_object_"+ +n)?A.getCustomData("list_group_object_"+n).contents.push(r):(x={root:A,contents:[r]},CKEDITOR.dom.element.setMarker(m,A,"list_group_object_"+n,x),k.push(x)))}}for(G=[];0<k.length;)if(x=k.shift(),this.state==CKEDITOR.TRISTATE_OFF)if(f[x.root.getName()]){h=b;n=x;x=m;l=G;A=CKEDITOR.plugins.list.listToArray(n.root,x);C=[];for(r=0;r<n.contents.length;r++)F=n.contents[r],(F=F.getAscendant("li",!0))&&!F.getCustomData("list_item_processed")&&(C.push(F),CKEDITOR.dom.element.setMarker(x,F,"list_item_processed", +!0));for(var F=n.root.getDocument(),I=void 0,H=void 0,r=0;r<C.length;r++){var K=C[r].getCustomData("listarray_index"),I=A[K].parent;I.is(this.type)||(H=F.createElement(this.type),I.copyAttributes(H,{start:1,type:1}),H.removeStyle("list-style-type"),A[K].parent=H)}x=CKEDITOR.plugins.list.arrayToList(A,x,null,h.config.enterMode);A=void 0;C=x.listNode.getChildCount();for(r=0;r<C&&(A=x.listNode.getChild(r));r++)A.getName()==this.type&&l.push(A);x.listNode.replace(n.root);h.fire("contentDomInvalidated")}else{A= +b;l=x;r=G;C=l.contents;h=l.root.getDocument();n=[];1==C.length&&C[0].equals(l.root)&&(x=h.createElement("div"),C[0].moveChildren&&C[0].moveChildren(x),C[0].append(x),C[0]=x);l=l.contents[0].getParent();for(F=0;F<C.length;F++)l=l.getCommonAncestor(C[F].getParent());I=A.config.useComputedState;A=x=void 0;I=void 0===I||I;for(F=0;F<C.length;F++)for(H=C[F];K=H.getParent();){if(K.equals(l)){n.push(H);!A&&H.getDirection()&&(A=1);H=H.getDirection(I);null!==x&&(x=x&&x!=H?null:H);break}H=K}if(!(1>n.length)){C= +n[n.length-1].getNext();F=h.createElement(this.type);r.push(F);for(I=r=void 0;n.length;)r=n.shift(),I=h.createElement("li"),H=r,H.is("pre")||t.test(H.getName())||"false"==H.getAttribute("contenteditable")?r.appendTo(I):(r.copyAttributes(I),x&&r.getDirection()&&(I.removeStyle("direction"),I.removeAttribute("dir")),r.moveChildren(I),r.remove()),I.appendTo(F);x&&A&&F.setAttribute("dir",x);C?F.insertBefore(C):F.appendTo(l)}}else this.state==CKEDITOR.TRISTATE_ON&&f[x.root.getName()]&&a.call(this,b,x,m); +for(F=0;F<G.length;F++)c(G[F]);CKEDITOR.dom.element.clearAllMarkers(m);e.selectBookmarks(d);b.focus()},refresh:function(a,b){var c=b.contains(f,1),d=b.blockLimit||b.root;c&&d.contains(c)?this.setState(c.is(this.type)?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF):this.setState(CKEDITOR.TRISTATE_OFF)}};CKEDITOR.plugins.add("list",{requires:"indentlist",init:function(a){a.blockless||(a.addCommand("numberedlist",new e("numberedlist","ol")),a.addCommand("bulletedlist",new e("bulletedlist","ul")),a.ui.addButton&& +(a.ui.addButton("NumberedList",{label:a.lang.list.numberedlist,command:"numberedlist",directional:!0,toolbar:"list,10"}),a.ui.addButton("BulletedList",{label:a.lang.list.bulletedlist,command:"bulletedlist",directional:!0,toolbar:"list,20"})),a.on("key",function(b){var c=b.data.domEvent.getKey(),e;if("wysiwyg"==a.mode&&c in{8:1,46:1}){var h=a.getSelection().getRanges()[0],k=h&&h.startPath();if(h&&h.collapsed){var r=8==c,t=a.editable(),D=new CKEDITOR.dom.walker(h.clone());D.evaluator=function(a){return g(a)&& +!n(a)};D.guard=function(a,b){return!(b&&a.type==CKEDITOR.NODE_ELEMENT&&a.is("table"))};c=h.clone();if(r){var x;(x=k.contains(f))&&h.checkBoundaryOfElement(x,CKEDITOR.START)&&(x=x.getParent())&&x.is("li")&&(x=l(x))?(e=x,x=x.getPrevious(g),c.moveToPosition(x&&n(x)?x:e,CKEDITOR.POSITION_BEFORE_START)):(D.range.setStartAt(t,CKEDITOR.POSITION_AFTER_START),D.range.setEnd(h.startContainer,h.startOffset),(x=D.previous())&&x.type==CKEDITOR.NODE_ELEMENT&&(x.getName()in f||x.is("li"))&&(x.is("li")||(D.range.selectNodeContents(x), +D.reset(),D.evaluator=d,x=D.previous()),e=x,c.moveToElementEditEnd(e),c.moveToPosition(c.endPath().block,CKEDITOR.POSITION_BEFORE_END)));if(e)m(a,c,h),b.cancel();else{var A=k.contains(f);A&&h.checkBoundaryOfElement(A,CKEDITOR.START)&&(e=A.getFirst(g),h.checkBoundaryOfElement(e,CKEDITOR.START)&&(x=A.getPrevious(g),l(e)?x&&(h.moveToElementEditEnd(x),h.select()):a.execCommand("outdent"),b.cancel()))}}else if(e=k.contains("li")){if(D.range.setEndAt(t,CKEDITOR.POSITION_BEFORE_END),r=(t=e.getLast(g))&& +d(t)?t:e,k=0,(x=D.next())&&x.type==CKEDITOR.NODE_ELEMENT&&x.getName()in f&&x.equals(t)?(k=1,x=D.next()):h.checkBoundaryOfElement(r,CKEDITOR.END)&&(k=2),k&&x){h=h.clone();h.moveToElementEditStart(x);if(1==k&&(c.optimize(),!c.startContainer.equals(e))){for(e=c.startContainer;e.is(CKEDITOR.dtd.$inline);)A=e,e=e.getParent();A&&c.moveToPosition(A,CKEDITOR.POSITION_AFTER_END)}2==k&&(c.moveToPosition(c.endPath().block,CKEDITOR.POSITION_BEFORE_END),h.endPath().block&&h.moveToPosition(h.endPath().block,CKEDITOR.POSITION_AFTER_START)); +m(a,c,h);b.cancel()}}else D.range.setEndAt(t,CKEDITOR.POSITION_BEFORE_END),(x=D.next())&&x.type==CKEDITOR.NODE_ELEMENT&&x.is(f)&&(x=x.getFirst(g),k.block&&h.checkStartOfBlock()&&h.checkEndOfBlock()?(k.block.remove(),h.moveToElementEditStart(x),h.select()):l(x)?(h.moveToElementEditStart(x),h.select()):(h=h.clone(),h.moveToElementEditStart(x),m(a,c,h)),b.cancel());setTimeout(function(){a.selectionChange(1)})}}}))}})}(),function(){function a(a,b,c){c=a.config.forceEnterMode||c;"wysiwyg"==a.mode&&(b|| +(b=a.activeEnterMode),a.elementPath().isContextFor("p")||(b=CKEDITOR.ENTER_BR,c=1),a.fire("saveSnapshot"),b==CKEDITOR.ENTER_BR?l(a,b,null,c):f(a,b,null,c),a.fire("saveSnapshot"))}function e(a){a=a.getSelection().getRanges(!0);for(var b=a.length-1;0<b;b--)a[b].deleteContents();return a[0]}function b(a){var b=a.startContainer.getAscendant(function(a){return a.type==CKEDITOR.NODE_ELEMENT&&"true"==a.getAttribute("contenteditable")},!0);if(a.root.equals(b))return a;b=new CKEDITOR.dom.range(b);b.moveToRange(a); +return b}CKEDITOR.plugins.add("enterkey",{init:function(b){b.addCommand("enter",{modes:{wysiwyg:1},editorFocus:!1,exec:function(b){a(b)}});b.addCommand("shiftEnter",{modes:{wysiwyg:1},editorFocus:!1,exec:function(b){a(b,b.activeShiftEnterMode,1)}});b.setKeystroke([[13,"enter"],[CKEDITOR.SHIFT+13,"shiftEnter"]])}});var c=CKEDITOR.dom.walker.whitespaces(),d=CKEDITOR.dom.walker.bookmark();CKEDITOR.plugins.enterkey={enterBlock:function(a,f,m,t){if(m=m||e(a)){m=b(m);var r=m.document,q=m.checkStartOfBlock(), +v=m.checkEndOfBlock(),p=a.elementPath(m.startContainer),w=p.block,z=f==CKEDITOR.ENTER_DIV?"div":"p",B;if(q&&v){if(w&&(w.is("li")||w.getParent().is("li"))){w.is("li")||(w=w.getParent());m=w.getParent();B=m.getParent();t=!w.hasPrevious();var u=!w.hasNext(),z=a.getSelection(),y=z.createBookmarks(),q=w.getDirection(1),v=w.getAttribute("class"),D=w.getAttribute("style"),x=B.getDirection(1)!=q;a=a.enterMode!=CKEDITOR.ENTER_BR||x||D||v;if(B.is("li"))t||u?(t&&u&&m.remove(),w[u?"insertAfter":"insertBefore"](B)): +w.breakParent(B);else{if(a)if(p.block.is("li")?(B=r.createElement(f==CKEDITOR.ENTER_P?"p":"div"),x&&B.setAttribute("dir",q),D&&B.setAttribute("style",D),v&&B.setAttribute("class",v),w.moveChildren(B)):B=p.block,t||u)B[t?"insertBefore":"insertAfter"](m);else w.breakParent(m),B.insertAfter(m);else if(w.appendBogus(!0),t||u)for(;r=w[t?"getFirst":"getLast"]();)r[t?"insertBefore":"insertAfter"](m);else for(w.breakParent(m);r=w.getLast();)r.insertAfter(m);w.remove()}z.selectBookmarks(y);return}if(w&&w.getParent().is("blockquote")){w.breakParent(w.getParent()); +w.getPrevious().getFirst(CKEDITOR.dom.walker.invisible(1))||w.getPrevious().remove();w.getNext().getFirst(CKEDITOR.dom.walker.invisible(1))||w.getNext().remove();m.moveToElementEditStart(w);m.select();return}}else if(w&&w.is("pre")&&!v){l(a,f,m,t);return}if(q=m.splitBlock(z)){f=q.previousBlock;w=q.nextBlock;p=q.wasStartOfBlock;a=q.wasEndOfBlock;w?(y=w.getParent(),y.is("li")&&(w.breakParent(y),w.move(w.getNext(),1))):f&&(y=f.getParent())&&y.is("li")&&(f.breakParent(y),y=f.getNext(),m.moveToElementEditStart(y), +f.move(f.getPrevious()));if(p||a){if(f){if(f.is("li")||!h.test(f.getName())&&!f.is("pre"))B=f.clone()}else w&&(B=w.clone());B?t&&!B.is("li")&&B.renameNode(z):y&&y.is("li")?B=y:(B=r.createElement(z),f&&(u=f.getDirection())&&B.setAttribute("dir",u));if(r=q.elementPath)for(t=0,z=r.elements.length;t<z;t++){y=r.elements[t];if(y.equals(r.block)||y.equals(r.blockLimit))break;CKEDITOR.dtd.$removeEmpty[y.getName()]&&(y=y.clone(),B.moveChildren(y),B.append(y))}B.appendBogus();B.getParent()||m.insertNode(B); +B.is("li")&&B.removeAttribute("value");!CKEDITOR.env.ie||!p||a&&f.getChildCount()||(m.moveToElementEditStart(a?f:B),m.select());m.moveToElementEditStart(p&&!a?w:B)}else w.is("li")&&(B=m.clone(),B.selectNodeContents(w),B=new CKEDITOR.dom.walker(B),B.evaluator=function(a){return!(d(a)||c(a)||a.type==CKEDITOR.NODE_ELEMENT&&a.getName()in CKEDITOR.dtd.$inline&&!(a.getName()in CKEDITOR.dtd.$empty))},(y=B.next())&&y.type==CKEDITOR.NODE_ELEMENT&&y.is("ul","ol")&&(CKEDITOR.env.needsBrFiller?r.createElement("br"): +r.createText(" ")).insertBefore(y)),w&&m.moveToElementEditStart(w);m.select();m.scrollIntoView()}}},enterBr:function(a,b,c,d){if(c=c||e(a)){var l=c.document,m=c.checkEndOfBlock(),v=new CKEDITOR.dom.elementPath(a.getSelection().getStartElement()),p=v.block,w=p&&v.block.getName();d||"li"!=w?(!d&&m&&h.test(w)?(m=p.getDirection())?(l=l.createElement("div"),l.setAttribute("dir",m),l.insertAfter(p),c.setStart(l,0)):(l.createElement("br").insertAfter(p),CKEDITOR.env.gecko&&l.createText("").insertAfter(p), +c.setStartAt(p.getNext(),CKEDITOR.env.ie?CKEDITOR.POSITION_BEFORE_START:CKEDITOR.POSITION_AFTER_START)):(a="pre"==w&&CKEDITOR.env.ie&&8>CKEDITOR.env.version?l.createText("\r"):l.createElement("br"),c.deleteContents(),c.insertNode(a),CKEDITOR.env.needsBrFiller?(l.createText("").insertAfter(a),m&&(p||v.blockLimit).appendBogus(),a.getNext().$.nodeValue="",c.setStartAt(a.getNext(),CKEDITOR.POSITION_AFTER_START)):c.setStartAt(a,CKEDITOR.POSITION_AFTER_END)),c.collapse(!0),c.select(),c.scrollIntoView()): +f(a,b,c,d)}}};var m=CKEDITOR.plugins.enterkey,l=m.enterBr,f=m.enterBlock,h=/^h[1-6]$/}(),function(){function a(a,b){var c={},d=[],m={nbsp:" ",shy:"Â",gt:"\x3e",lt:"\x3c",amp:"\x26",apos:"'",quot:'"'};a=a.replace(/\b(nbsp|shy|gt|lt|amp|apos|quot)(?:,|$)/g,function(a,f){var e=b?"\x26"+f+";":m[f];c[e]=b?m[f]:"\x26"+f+";";d.push(e);return""});if(!b&&a){a=a.split(",");var l=document.createElement("div"),f;l.innerHTML="\x26"+a.join(";\x26")+";";f=l.innerHTML;l=null;for(l=0;l<f.length;l++){var h=f.charAt(l); +c[h]="\x26"+a[l]+";";d.push(h)}}c.regex=d.join(b?"|":"");return c}CKEDITOR.plugins.add("entities",{afterInit:function(e){function b(a){return h[a]}function c(a){return"force"!=d.entities_processNumerical&&l[a]?l[a]:"\x26#"+a.charCodeAt(0)+";"}var d=e.config;if(e=(e=e.dataProcessor)&&e.htmlFilter){var m=[];!1!==d.basicEntities&&m.push("nbsp,gt,lt,amp");d.entities&&(m.length&&m.push("quot,iexcl,cent,pound,curren,yen,brvbar,sect,uml,copy,ordf,laquo,not,shy,reg,macr,deg,plusmn,sup2,sup3,acute,micro,para,middot,cedil,sup1,ordm,raquo,frac14,frac12,frac34,iquest,times,divide,fnof,bull,hellip,prime,Prime,oline,frasl,weierp,image,real,trade,alefsym,larr,uarr,rarr,darr,harr,crarr,lArr,uArr,rArr,dArr,hArr,forall,part,exist,empty,nabla,isin,notin,ni,prod,sum,minus,lowast,radic,prop,infin,ang,and,or,cap,cup,int,there4,sim,cong,asymp,ne,equiv,le,ge,sub,sup,nsub,sube,supe,oplus,otimes,perp,sdot,lceil,rceil,lfloor,rfloor,lang,rang,loz,spades,clubs,hearts,diams,circ,tilde,ensp,emsp,thinsp,zwnj,zwj,lrm,rlm,ndash,mdash,lsquo,rsquo,sbquo,ldquo,rdquo,bdquo,dagger,Dagger,permil,lsaquo,rsaquo,euro"), +d.entities_latin&&m.push("Agrave,Aacute,Acirc,Atilde,Auml,Aring,AElig,Ccedil,Egrave,Eacute,Ecirc,Euml,Igrave,Iacute,Icirc,Iuml,ETH,Ntilde,Ograve,Oacute,Ocirc,Otilde,Ouml,Oslash,Ugrave,Uacute,Ucirc,Uuml,Yacute,THORN,szlig,agrave,aacute,acirc,atilde,auml,aring,aelig,ccedil,egrave,eacute,ecirc,euml,igrave,iacute,icirc,iuml,eth,ntilde,ograve,oacute,ocirc,otilde,ouml,oslash,ugrave,uacute,ucirc,uuml,yacute,thorn,yuml,OElig,oelig,Scaron,scaron,Yuml"),d.entities_greek&&m.push("Alpha,Beta,Gamma,Delta,Epsilon,Zeta,Eta,Theta,Iota,Kappa,Lambda,Mu,Nu,Xi,Omicron,Pi,Rho,Sigma,Tau,Upsilon,Phi,Chi,Psi,Omega,alpha,beta,gamma,delta,epsilon,zeta,eta,theta,iota,kappa,lambda,mu,nu,xi,omicron,pi,rho,sigmaf,sigma,tau,upsilon,phi,chi,psi,omega,thetasym,upsih,piv"), +d.entities_additional&&m.push(d.entities_additional));var l=a(m.join(",")),f=l.regex?"["+l.regex+"]":"a^";delete l.regex;d.entities&&d.entities_processNumerical&&(f="[^ -~]|"+f);var f=new RegExp(f,"g"),h=a("nbsp,gt,lt,amp,shy",!0),k=new RegExp(h.regex,"g");e.addRules({text:function(a){return a.replace(k,b).replace(f,c)}},{applyToAll:!0,excludeNestedEditable:!0})}}})}(),CKEDITOR.config.basicEntities=!0,CKEDITOR.config.entities=!0,CKEDITOR.config.entities_latin=!0,CKEDITOR.config.entities_greek=!0, +CKEDITOR.config.entities_additional="#39",CKEDITOR.plugins.add("popup"),CKEDITOR.tools.extend(CKEDITOR.editor.prototype,{popup:function(a,e,b,c){e=e||"80%";b=b||"70%";"string"==typeof e&&1<e.length&&"%"==e.substr(e.length-1,1)&&(e=parseInt(window.screen.width*parseInt(e,10)/100,10));"string"==typeof b&&1<b.length&&"%"==b.substr(b.length-1,1)&&(b=parseInt(window.screen.height*parseInt(b,10)/100,10));640>e&&(e=640);420>b&&(b=420);var d=parseInt((window.screen.height-b)/2,10),m=parseInt((window.screen.width- +e)/2,10);c=(c||"location\x3dno,menubar\x3dno,toolbar\x3dno,dependent\x3dyes,minimizable\x3dno,modal\x3dyes,alwaysRaised\x3dyes,resizable\x3dyes,scrollbars\x3dyes")+",width\x3d"+e+",height\x3d"+b+",top\x3d"+d+",left\x3d"+m;var l=window.open("",null,c,!0);if(!l)return!1;try{-1==navigator.userAgent.toLowerCase().indexOf(" chrome/")&&(l.moveTo(m,d),l.resizeTo(e,b)),l.focus(),l.location.href=a}catch(f){window.open(a,null,c,!0)}return!0}}),function(){function a(a,b){var c=[];if(b)for(var d in b)c.push(d+ +"\x3d"+encodeURIComponent(b[d]));else return a;return a+(-1!=a.indexOf("?")?"\x26":"?")+c.join("\x26")}function e(a){a+="";return a.charAt(0).toUpperCase()+a.substr(1)}function b(){var b=this.getDialog(),c=b.getParentEditor();c._.filebrowserSe=this;var d=c.config["filebrowser"+e(b.getName())+"WindowWidth"]||c.config.filebrowserWindowWidth||"80%",b=c.config["filebrowser"+e(b.getName())+"WindowHeight"]||c.config.filebrowserWindowHeight||"70%",f=this.filebrowser.params||{};f.CKEditor=c.name;f.CKEditorFuncNum= +c._.filebrowserFn;f.langCode||(f.langCode=c.langCode);f=a(this.filebrowser.url,f);c.popup(f,d,b,c.config.filebrowserWindowFeatures||c.config.fileBrowserWindowFeatures)}function c(){var a=this.getDialog();a.getParentEditor()._.filebrowserSe=this;return a.getContentElement(this["for"][0],this["for"][1]).getInputElement().$.value&&a.getContentElement(this["for"][0],this["for"][1]).getAction()?!0:!1}function d(b,c,d){var f=d.params||{};f.CKEditor=b.name;f.CKEditorFuncNum=b._.filebrowserFn;f.langCode|| +(f.langCode=b.langCode);c.action=a(d.url,f);c.filebrowser=d}function m(a,f,g,l){if(l&&l.length)for(var t,r=l.length;r--;)if(t=l[r],"hbox"!=t.type&&"vbox"!=t.type&&"fieldset"!=t.type||m(a,f,g,t.children),t.filebrowser)if("string"==typeof t.filebrowser&&(t.filebrowser={action:"fileButton"==t.type?"QuickUpload":"Browse",target:t.filebrowser}),"Browse"==t.filebrowser.action){var q=t.filebrowser.url;void 0===q&&(q=a.config["filebrowser"+e(f)+"BrowseUrl"],void 0===q&&(q=a.config.filebrowserBrowseUrl)); +q&&(t.onClick=b,t.filebrowser.url=q,t.hidden=!1)}else if("QuickUpload"==t.filebrowser.action&&t["for"]&&(q=t.filebrowser.url,void 0===q&&(q=a.config["filebrowser"+e(f)+"UploadUrl"],void 0===q&&(q=a.config.filebrowserUploadUrl)),q)){var v=t.onClick;t.onClick=function(a){var b=a.sender;if(v&&!1===v.call(b,a))return!1;if(c.call(b,a)){a=b.getDialog().getContentElement(this["for"][0],this["for"][1]).getInputElement();if(b=new CKEDITOR.dom.element(a.$.form))(a=b.$.elements.ckCsrfToken)?a=new CKEDITOR.dom.element(a): +(a=new CKEDITOR.dom.element("input"),a.setAttributes({name:"ckCsrfToken",type:"hidden"}),b.append(a)),a.setAttribute("value",CKEDITOR.tools.getCsrfToken());return!0}return!1};t.filebrowser.url=q;t.hidden=!1;d(a,g.getContents(t["for"][0]).get(t["for"][1]),t.filebrowser)}}function l(a,b,c){if(-1!==c.indexOf(";")){c=c.split(";");for(var d=0;d<c.length;d++)if(l(a,b,c[d]))return!0;return!1}return(a=a.getContents(b).get(c).filebrowser)&&a.url}function f(a,b){var c=this._.filebrowserSe.getDialog(),d=this._.filebrowserSe["for"], +f=this._.filebrowserSe.filebrowser.onSelect;d&&c.getContentElement(d[0],d[1]).reset();if("function"!=typeof b||!1!==b.call(this._.filebrowserSe))if(!f||!1!==f.call(this._.filebrowserSe,a,b))if("string"==typeof b&&b&&alert(b),a&&(d=this._.filebrowserSe,c=d.getDialog(),d=d.filebrowser.target||null))if(d=d.split(":"),f=c.getContentElement(d[0],d[1]))f.setValue(a),c.selectPage(d[0])}CKEDITOR.plugins.add("filebrowser",{requires:"popup",init:function(a){a._.filebrowserFn=CKEDITOR.tools.addFunction(f,a); +a.on("destroy",function(){CKEDITOR.tools.removeFunction(this._.filebrowserFn)})}});CKEDITOR.on("dialogDefinition",function(a){if(a.editor.plugins.filebrowser)for(var b=a.data.definition,c,d=0;d<b.contents.length;++d)if(c=b.contents[d])m(a.editor,a.data.name,b,c.elements),c.hidden&&c.filebrowser&&(c.hidden=!l(b,c.id,c.filebrowser))})}(),function(){function a(a){var d=a.config,m=a.fire("uiSpace",{space:"top",html:""}).html,l=function(){function f(a,c,d){h.setStyle(c,b(d));h.setStyle("position",a)}function g(a){var b= +m.getDocumentPosition();switch(a){case "top":f("absolute","top",b.y-z-y);break;case "pin":f("fixed","top",x);break;case "bottom":f("absolute","top",b.y+(p.height||p.bottom-p.top)+y)}k=a}var k,m,v,p,w,z,B,u=d.floatSpaceDockedOffsetX||0,y=d.floatSpaceDockedOffsetY||0,D=d.floatSpacePinnedOffsetX||0,x=d.floatSpacePinnedOffsetY||0;return function(f){if(m=a.editable()){var n=f&&"focus"==f.name;n&&h.show();a.fire("floatingSpaceLayout",{show:n});h.removeStyle("left");h.removeStyle("right");v=h.getClientRect(); +p=m.getClientRect();w=e.getViewPaneSize();z=v.height;B="pageXOffset"in e.$?e.$.pageXOffset:CKEDITOR.document.$.documentElement.scrollLeft;k?(z+y<=p.top?g("top"):z+y>w.height-p.bottom?g("pin"):g("bottom"),f=w.width/2,f=d.floatSpacePreferRight?"right":0<p.left&&p.right<w.width&&p.width>v.width?"rtl"==d.contentsLangDirection?"right":"left":f-p.left>p.right-f?"left":"right",v.width>w.width?(f="left",n=0):(n="left"==f?0<p.left?p.left:0:p.right<w.width?w.width-p.right:0,n+v.width>w.width&&(f="left"==f? +"right":"left",n=0)),h.setStyle(f,b(("pin"==k?D:u)+n+("pin"==k?0:"left"==f?B:-B)))):(k="pin",g("pin"),l(f))}}}();if(m){var f=new CKEDITOR.template('\x3cdiv id\x3d"cke_{name}" class\x3d"cke {id} cke_reset_all cke_chrome cke_editor_{name} cke_float cke_{langDir} '+CKEDITOR.env.cssClass+'" dir\x3d"{langDir}" title\x3d"'+(CKEDITOR.env.gecko?" ":"")+'" lang\x3d"{langCode}" role\x3d"application" style\x3d"{style}"'+(a.title?' aria-labelledby\x3d"cke_{name}_arialbl"':" ")+"\x3e"+(a.title?'\x3cspan id\x3d"cke_{name}_arialbl" class\x3d"cke_voice_label"\x3e{voiceLabel}\x3c/span\x3e': +" ")+'\x3cdiv class\x3d"cke_inner"\x3e\x3cdiv id\x3d"{topId}" class\x3d"cke_top" role\x3d"presentation"\x3e{content}\x3c/div\x3e\x3c/div\x3e\x3c/div\x3e'),h=CKEDITOR.document.getBody().append(CKEDITOR.dom.element.createFromHtml(f.output({content:m,id:a.id,langDir:a.lang.dir,langCode:a.langCode,name:a.name,style:"display:none;z-index:"+(d.baseFloatZIndex-1),topId:a.ui.spaceId("top"),voiceLabel:a.title}))),k=CKEDITOR.tools.eventsBuffer(500,l),g=CKEDITOR.tools.eventsBuffer(100,l);h.unselectable();h.on("mousedown", +function(a){a=a.data;a.getTarget().hasAscendant("a",1)||a.preventDefault()});a.on("focus",function(b){l(b);a.on("change",k.input);e.on("scroll",g.input);e.on("resize",g.input)});a.on("blur",function(){h.hide();a.removeListener("change",k.input);e.removeListener("scroll",g.input);e.removeListener("resize",g.input)});a.on("destroy",function(){e.removeListener("scroll",g.input);e.removeListener("resize",g.input);h.clearCustomData();h.remove()});a.focusManager.hasFocus&&h.show();a.focusManager.add(h, +1)}}var e=CKEDITOR.document.getWindow(),b=CKEDITOR.tools.cssLength;CKEDITOR.plugins.add("floatingspace",{init:function(b){b.on("loaded",function(){a(this)},null,null,20)}})}(),CKEDITOR.plugins.add("listblock",{requires:"panel",onLoad:function(){var a=CKEDITOR.addTemplate("panel-list",'\x3cul role\x3d"presentation" class\x3d"cke_panel_list"\x3e{items}\x3c/ul\x3e'),e=CKEDITOR.addTemplate("panel-list-item",'\x3cli id\x3d"{id}" class\x3d"cke_panel_listItem" role\x3dpresentation\x3e\x3ca id\x3d"{id}_option" _cke_focus\x3d1 hidefocus\x3dtrue title\x3d"{title}" href\x3d"javascript:void(\'{val}\')" {onclick}\x3d"CKEDITOR.tools.callFunction({clickFn},\'{val}\'); return false;" role\x3d"option"\x3e{text}\x3c/a\x3e\x3c/li\x3e'), +b=CKEDITOR.addTemplate("panel-list-group",'\x3ch1 id\x3d"{id}" class\x3d"cke_panel_grouptitle" role\x3d"presentation" \x3e{label}\x3c/h1\x3e'),c=/\'/g;CKEDITOR.ui.panel.prototype.addListBlock=function(a,b){return this.addBlock(a,new CKEDITOR.ui.listBlock(this.getHolderElement(),b))};CKEDITOR.ui.listBlock=CKEDITOR.tools.createClass({base:CKEDITOR.ui.panel.block,$:function(a,b){b=b||{};var c=b.attributes||(b.attributes={});(this.multiSelect=!!b.multiSelect)&&(c["aria-multiselectable"]=!0);!c.role&& +(c.role="listbox");this.base.apply(this,arguments);this.element.setAttribute("role",c.role);c=this.keys;c[40]="next";c[9]="next";c[38]="prev";c[CKEDITOR.SHIFT+9]="prev";c[32]=CKEDITOR.env.ie?"mouseup":"click";CKEDITOR.env.ie&&(c[13]="mouseup");this._.pendingHtml=[];this._.pendingList=[];this._.items={};this._.groups={}},_:{close:function(){if(this._.started){var b=a.output({items:this._.pendingList.join("")});this._.pendingList=[];this._.pendingHtml.push(b);delete this._.started}},getClick:function(){this._.click|| +(this._.click=CKEDITOR.tools.addFunction(function(a){var b=this.toggle(a);if(this.onClick)this.onClick(a,b)},this));return this._.click}},proto:{add:function(a,b,l){var f=CKEDITOR.tools.getNextId();this._.started||(this._.started=1,this._.size=this._.size||0);this._.items[a]=f;var h;h=CKEDITOR.tools.htmlEncodeAttr(a).replace(c,"\\'");a={id:f,val:h,onclick:CKEDITOR.env.ie?'onclick\x3d"return false;" onmouseup':"onclick",clickFn:this._.getClick(),title:CKEDITOR.tools.htmlEncodeAttr(l||a),text:b||a}; +this._.pendingList.push(e.output(a))},startGroup:function(a){this._.close();var c=CKEDITOR.tools.getNextId();this._.groups[a]=c;this._.pendingHtml.push(b.output({id:c,label:a}))},commit:function(){this._.close();this.element.appendHtml(this._.pendingHtml.join(""));delete this._.size;this._.pendingHtml=[]},toggle:function(a){var b=this.isMarked(a);b?this.unmark(a):this.mark(a);return!b},hideGroup:function(a){var b=(a=this.element.getDocument().getById(this._.groups[a]))&&a.getNext();a&&(a.setStyle("display", +"none"),b&&"ul"==b.getName()&&b.setStyle("display","none"))},hideItem:function(a){this.element.getDocument().getById(this._.items[a]).setStyle("display","none")},showAll:function(){var a=this._.items,b=this._.groups,c=this.element.getDocument(),f;for(f in a)c.getById(a[f]).setStyle("display","");for(var e in b)a=c.getById(b[e]),f=a.getNext(),a.setStyle("display",""),f&&"ul"==f.getName()&&f.setStyle("display","")},mark:function(a){this.multiSelect||this.unmarkAll();a=this._.items[a];var b=this.element.getDocument().getById(a); +b.addClass("cke_selected");this.element.getDocument().getById(a+"_option").setAttribute("aria-selected",!0);this.onMark&&this.onMark(b)},unmark:function(a){var b=this.element.getDocument();a=this._.items[a];var c=b.getById(a);c.removeClass("cke_selected");b.getById(a+"_option").removeAttribute("aria-selected");this.onUnmark&&this.onUnmark(c)},unmarkAll:function(){var a=this._.items,b=this.element.getDocument(),c;for(c in a){var f=a[c];b.getById(f).removeClass("cke_selected");b.getById(f+"_option").removeAttribute("aria-selected")}this.onUnmark&& +this.onUnmark()},isMarked:function(a){return this.element.getDocument().getById(this._.items[a]).hasClass("cke_selected")},focus:function(a){this._.focusIndex=-1;var b=this.element.getElementsByTag("a"),c,f=-1;if(a)for(c=this.element.getDocument().getById(this._.items[a]).getFirst();a=b.getItem(++f);){if(a.equals(c)){this._.focusIndex=f;break}}else this.element.focus();c&&setTimeout(function(){c.focus()},0)}}})}}),function(){var a='\x3ca id\x3d"{id}" class\x3d"cke_button cke_button__{name} cke_button_{state} {cls}"'+ +(CKEDITOR.env.gecko&&!CKEDITOR.env.hc?"":" href\x3d\"javascript:void('{titleJs}')\"")+' title\x3d"{title}" tabindex\x3d"-1" hidefocus\x3d"true" role\x3d"button" aria-labelledby\x3d"{id}_label" aria-haspopup\x3d"{hasArrow}" aria-disabled\x3d"{ariaDisabled}"';CKEDITOR.env.gecko&&CKEDITOR.env.mac&&(a+=' onkeypress\x3d"return false;"');CKEDITOR.env.gecko&&(a+=' onblur\x3d"this.style.cssText \x3d this.style.cssText;"');var a=a+(' onkeydown\x3d"return CKEDITOR.tools.callFunction({keydownFn},event);" onfocus\x3d"return CKEDITOR.tools.callFunction({focusFn},event);" '+ +(CKEDITOR.env.ie?'onclick\x3d"return false;" onmouseup':"onclick")+'\x3d"CKEDITOR.tools.callFunction({clickFn},this);return false;"\x3e\x3cspan class\x3d"cke_button_icon cke_button__{iconName}_icon" style\x3d"{style}"'),a=a+'\x3e\x26nbsp;\x3c/span\x3e\x3cspan id\x3d"{id}_label" class\x3d"cke_button_label cke_button__{name}_label" aria-hidden\x3d"false"\x3e{label}\x3c/span\x3e{arrowHtml}\x3c/a\x3e',e=CKEDITOR.addTemplate("buttonArrow",'\x3cspan class\x3d"cke_button_arrow"\x3e'+(CKEDITOR.env.hc?"\x26#9660;": +"")+"\x3c/span\x3e"),b=CKEDITOR.addTemplate("button",a);CKEDITOR.plugins.add("button",{beforeInit:function(a){a.ui.addHandler(CKEDITOR.UI_BUTTON,CKEDITOR.ui.button.handler)}});CKEDITOR.UI_BUTTON="button";CKEDITOR.ui.button=function(a){CKEDITOR.tools.extend(this,a,{title:a.label,click:a.click||function(b){b.execCommand(a.command)}});this._={}};CKEDITOR.ui.button.handler={create:function(a){return new CKEDITOR.ui.button(a)}};CKEDITOR.ui.button.prototype={render:function(a,d){function m(){var b=a.mode; +b&&(b=this.modes[b]?void 0!==v[b]?v[b]:CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,b=a.readOnly&&!this.readOnly?CKEDITOR.TRISTATE_DISABLED:b,this.setState(b),this.refresh&&this.refresh())}var l=CKEDITOR.env,f=this._.id=CKEDITOR.tools.getNextId(),h="",k=this.command,g;this._.editor=a;var n={id:f,button:this,editor:a,focus:function(){CKEDITOR.document.getById(f).focus()},execute:function(){this.button.click(a)},attach:function(a){this.button.attach(a)}},t=CKEDITOR.tools.addFunction(function(a){if(n.onkey)return a= +new CKEDITOR.dom.event(a),!1!==n.onkey(n,a.getKeystroke())}),r=CKEDITOR.tools.addFunction(function(a){var b;n.onfocus&&(b=!1!==n.onfocus(n,new CKEDITOR.dom.event(a)));return b}),q=0;n.clickFn=g=CKEDITOR.tools.addFunction(function(){q&&(a.unlockSelection(1),q=0);n.execute();l.iOS&&a.focus()});if(this.modes){var v={};a.on("beforeModeUnload",function(){a.mode&&this._.state!=CKEDITOR.TRISTATE_DISABLED&&(v[a.mode]=this._.state)},this);a.on("activeFilterChange",m,this);a.on("mode",m,this);!this.readOnly&& +a.on("readOnly",m,this)}else k&&(k=a.getCommand(k))&&(k.on("state",function(){this.setState(k.state)},this),h+=k.state==CKEDITOR.TRISTATE_ON?"on":k.state==CKEDITOR.TRISTATE_DISABLED?"disabled":"off");if(this.directional)a.on("contentDirChanged",function(b){var d=CKEDITOR.document.getById(this._.id),f=d.getFirst();b=b.data;b!=a.lang.dir?d.addClass("cke_"+b):d.removeClass("cke_ltr").removeClass("cke_rtl");f.setAttribute("style",CKEDITOR.skin.getIconStyle(w,"rtl"==b,this.icon,this.iconOffset))},this); +k||(h+="off");var p=this.name||this.command,w=p;this.icon&&!/\./.test(this.icon)&&(w=this.icon,this.icon=null);h={id:f,name:p,iconName:w,label:this.label,cls:this.className||"",state:h,ariaDisabled:"disabled"==h?"true":"false",title:this.title,titleJs:l.gecko&&!l.hc?"":(this.title||"").replace("'",""),hasArrow:this.hasArrow?"true":"false",keydownFn:t,focusFn:r,clickFn:g,style:CKEDITOR.skin.getIconStyle(w,"rtl"==a.lang.dir,this.icon,this.iconOffset),arrowHtml:this.hasArrow?e.output():""};b.output(h, +d);if(this.onRender)this.onRender();return n},setState:function(a){if(this._.state==a)return!1;this._.state=a;var b=CKEDITOR.document.getById(this._.id);return b?(b.setState(a,"cke_button"),a==CKEDITOR.TRISTATE_DISABLED?b.setAttribute("aria-disabled",!0):b.removeAttribute("aria-disabled"),this.hasArrow?(a=a==CKEDITOR.TRISTATE_ON?this._.editor.lang.button.selectedLabel.replace(/%1/g,this.label):this.label,CKEDITOR.document.getById(this._.id+"_label").setText(a)):a==CKEDITOR.TRISTATE_ON?b.setAttribute("aria-pressed", +!0):b.removeAttribute("aria-pressed"),!0):!1},getState:function(){return this._.state},toFeature:function(a){if(this._.feature)return this._.feature;var b=this;this.allowedContent||this.requiredContent||!this.command||(b=a.getCommand(this.command)||b);return this._.feature=b}};CKEDITOR.ui.prototype.addButton=function(a,b){this.add(a,CKEDITOR.UI_BUTTON,b)}}(),CKEDITOR.plugins.add("richcombo",{requires:"floatpanel,listblock,button",beforeInit:function(a){a.ui.addHandler(CKEDITOR.UI_RICHCOMBO,CKEDITOR.ui.richCombo.handler)}}), +function(){var a='\x3cspan id\x3d"{id}" class\x3d"cke_combo cke_combo__{name} {cls}" role\x3d"presentation"\x3e\x3cspan id\x3d"{id}_label" class\x3d"cke_combo_label"\x3e{label}\x3c/span\x3e\x3ca class\x3d"cke_combo_button" title\x3d"{title}" tabindex\x3d"-1"'+(CKEDITOR.env.gecko&&!CKEDITOR.env.hc?"":" href\x3d\"javascript:void('{titleJs}')\"")+' hidefocus\x3d"true" role\x3d"button" aria-labelledby\x3d"{id}_label" aria-haspopup\x3d"true"';CKEDITOR.env.gecko&&CKEDITOR.env.mac&&(a+=' onkeypress\x3d"return false;"'); +CKEDITOR.env.gecko&&(a+=' onblur\x3d"this.style.cssText \x3d this.style.cssText;"');var a=a+(' onkeydown\x3d"return CKEDITOR.tools.callFunction({keydownFn},event,this);" onfocus\x3d"return CKEDITOR.tools.callFunction({focusFn},event);" '+(CKEDITOR.env.ie?'onclick\x3d"return false;" onmouseup':"onclick")+'\x3d"CKEDITOR.tools.callFunction({clickFn},this);return false;"\x3e\x3cspan id\x3d"{id}_text" class\x3d"cke_combo_text cke_combo_inlinelabel"\x3e{label}\x3c/span\x3e\x3cspan class\x3d"cke_combo_open"\x3e\x3cspan class\x3d"cke_combo_arrow"\x3e'+ +(CKEDITOR.env.hc?"\x26#9660;":CKEDITOR.env.air?"\x26nbsp;":"")+"\x3c/span\x3e\x3c/span\x3e\x3c/a\x3e\x3c/span\x3e"),e=CKEDITOR.addTemplate("combo",a);CKEDITOR.UI_RICHCOMBO="richcombo";CKEDITOR.ui.richCombo=CKEDITOR.tools.createClass({$:function(a){CKEDITOR.tools.extend(this,a,{canGroup:!1,title:a.label,modes:{wysiwyg:1},editorFocus:1});a=this.panel||{};delete this.panel;this.id=CKEDITOR.tools.getNextNumber();this.document=a.parent&&a.parent.getDocument()||CKEDITOR.document;a.className="cke_combopanel"; +a.block={multiSelect:a.multiSelect,attributes:a.attributes};a.toolbarRelated=!0;this._={panelDefinition:a,items:{}}},proto:{renderHtml:function(a){var c=[];this.render(a,c);return c.join("")},render:function(a,c){function d(){if(this.getState()!=CKEDITOR.TRISTATE_ON){var c=this.modes[a.mode]?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED;a.readOnly&&!this.readOnly&&(c=CKEDITOR.TRISTATE_DISABLED);this.setState(c);this.setValue("");c!=CKEDITOR.TRISTATE_DISABLED&&this.refresh&&this.refresh()}}var m= +CKEDITOR.env,l="cke_"+this.id,f=CKEDITOR.tools.addFunction(function(c){t&&(a.unlockSelection(1),t=0);k.execute(c)},this),h=this,k={id:l,combo:this,focus:function(){CKEDITOR.document.getById(l).getChild(1).focus()},execute:function(c){var d=h._;if(d.state!=CKEDITOR.TRISTATE_DISABLED)if(h.createPanel(a),d.on)d.panel.hide();else{h.commit();var f=h.getValue();f?d.list.mark(f):d.list.unmarkAll();d.panel.showBlock(h.id,new CKEDITOR.dom.element(c),4)}},clickFn:f};a.on("activeFilterChange",d,this);a.on("mode", +d,this);a.on("selectionChange",d,this);!this.readOnly&&a.on("readOnly",d,this);var g=CKEDITOR.tools.addFunction(function(c,d){c=new CKEDITOR.dom.event(c);var e=c.getKeystroke();if(40==e)a.once("panelShow",function(a){a.data._.panel._.currentBlock.onKeyDown(40)});switch(e){case 13:case 32:case 40:CKEDITOR.tools.callFunction(f,d);break;default:k.onkey(k,e)}c.preventDefault()}),n=CKEDITOR.tools.addFunction(function(){k.onfocus&&k.onfocus()}),t=0;k.keyDownFn=g;m={id:l,name:this.name||this.command,label:this.label, +title:this.title,cls:this.className||"",titleJs:m.gecko&&!m.hc?"":(this.title||"").replace("'",""),keydownFn:g,focusFn:n,clickFn:f};e.output(m,c);if(this.onRender)this.onRender();return k},createPanel:function(a){if(!this._.panel){var c=this._.panelDefinition,d=this._.panelDefinition.block,e=c.parent||CKEDITOR.document.getBody(),l="cke_combopanel__"+this.name,f=new CKEDITOR.ui.floatPanel(a,e,c),h=f.addListBlock(this.id,d),k=this;f.onShow=function(){this.element.addClass(l);k.setState(CKEDITOR.TRISTATE_ON); +k._.on=1;k.editorFocus&&!a.focusManager.hasFocus&&a.focus();if(k.onOpen)k.onOpen();a.once("panelShow",function(){h.focus(!h.multiSelect&&k.getValue())})};f.onHide=function(c){this.element.removeClass(l);k.setState(k.modes&&k.modes[a.mode]?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED);k._.on=0;if(!c&&k.onClose)k.onClose()};f.onEscape=function(){f.hide(1)};h.onClick=function(a,b){k.onClick&&k.onClick.call(k,a,b);f.hide()};this._.panel=f;this._.list=h;f.getBlock(this.id).onHide=function(){k._.on= +0;k.setState(CKEDITOR.TRISTATE_OFF)};this.init&&this.init()}},setValue:function(a,c){this._.value=a;var d=this.document.getById("cke_"+this.id+"_text");d&&(a||c?d.removeClass("cke_combo_inlinelabel"):(c=this.label,d.addClass("cke_combo_inlinelabel")),d.setText("undefined"!=typeof c?c:a))},getValue:function(){return this._.value||""},unmarkAll:function(){this._.list.unmarkAll()},mark:function(a){this._.list.mark(a)},hideItem:function(a){this._.list.hideItem(a)},hideGroup:function(a){this._.list.hideGroup(a)}, +showAll:function(){this._.list.showAll()},add:function(a,c,d){this._.items[a]=d||a;this._.list.add(a,c,d)},startGroup:function(a){this._.list.startGroup(a)},commit:function(){this._.committed||(this._.list.commit(),this._.committed=1,CKEDITOR.ui.fire("ready",this));this._.committed=1},setState:function(a){if(this._.state!=a){var c=this.document.getById("cke_"+this.id);c.setState(a,"cke_combo");a==CKEDITOR.TRISTATE_DISABLED?c.setAttribute("aria-disabled",!0):c.removeAttribute("aria-disabled");this._.state= +a}},getState:function(){return this._.state},enable:function(){this._.state==CKEDITOR.TRISTATE_DISABLED&&this.setState(this._.lastState)},disable:function(){this._.state!=CKEDITOR.TRISTATE_DISABLED&&(this._.lastState=this._.state,this.setState(CKEDITOR.TRISTATE_DISABLED))}},statics:{handler:{create:function(a){return new CKEDITOR.ui.richCombo(a)}}}});CKEDITOR.ui.prototype.addRichCombo=function(a,c){this.add(a,CKEDITOR.UI_RICHCOMBO,c)}}(),CKEDITOR.plugins.add("format",{requires:"richcombo",init:function(a){if(!a.blockless){for(var e= +a.config,b=a.lang.format,c=e.format_tags.split(";"),d={},m=0,l=[],f=0;f<c.length;f++){var h=c[f],k=new CKEDITOR.style(e["format_"+h]);if(!a.filter.customConfig||a.filter.check(k))m++,d[h]=k,d[h]._.enterMode=a.config.enterMode,l.push(k)}0!==m&&a.ui.addRichCombo("Format",{label:b.label,title:b.panelTitle,toolbar:"styles,20",allowedContent:l,panel:{css:[CKEDITOR.skin.getPath("editor")].concat(e.contentsCss),multiSelect:!1,attributes:{"aria-label":b.panelTitle}},init:function(){this.startGroup(b.panelTitle); +for(var a in d){var c=b["tag_"+a];this.add(a,d[a].buildPreview(c),c)}},onClick:function(b){a.focus();a.fire("saveSnapshot");b=d[b];var c=a.elementPath();a[b.checkActive(c,a)?"removeStyle":"applyStyle"](b);setTimeout(function(){a.fire("saveSnapshot")},0)},onRender:function(){a.on("selectionChange",function(b){var c=this.getValue();b=b.data.path;this.refresh();for(var f in d)if(d[f].checkActive(b,a)){f!=c&&this.setValue(f,a.lang.format["tag_"+f]);return}this.setValue("")},this)},onOpen:function(){this.showAll(); +for(var b in d)a.activeFilter.check(d[b])||this.hideItem(b)},refresh:function(){var b=a.elementPath();if(b){if(b.isContextFor("p"))for(var c in d)if(a.activeFilter.check(d[c]))return;this.setState(CKEDITOR.TRISTATE_DISABLED)}}})}}}),CKEDITOR.config.format_tags="p;h1;h2;h3;h4;h5;h6;pre;address;div",CKEDITOR.config.format_p={element:"p"},CKEDITOR.config.format_div={element:"div"},CKEDITOR.config.format_pre={element:"pre"},CKEDITOR.config.format_address={element:"address"},CKEDITOR.config.format_h1= +{element:"h1"},CKEDITOR.config.format_h2={element:"h2"},CKEDITOR.config.format_h3={element:"h3"},CKEDITOR.config.format_h4={element:"h4"},CKEDITOR.config.format_h5={element:"h5"},CKEDITOR.config.format_h6={element:"h6"},function(){var a={canUndo:!1,exec:function(a){var b=a.document.createElement("hr");a.insertElement(b)},allowedContent:"hr",requiredContent:"hr"};CKEDITOR.plugins.add("horizontalrule",{init:function(e){e.blockless||(e.addCommand("horizontalrule",a),e.ui.addButton&&e.ui.addButton("HorizontalRule", +{label:e.lang.horizontalrule.toolbar,command:"horizontalrule",toolbar:"insert,40"}))}})}(),CKEDITOR.plugins.add("htmlwriter",{init:function(a){var e=new CKEDITOR.htmlWriter;e.forceSimpleAmpersand=a.config.forceSimpleAmpersand;e.indentationChars=a.config.dataIndentationChars||"\t";a.dataProcessor.writer=e}}),CKEDITOR.htmlWriter=CKEDITOR.tools.createClass({base:CKEDITOR.htmlParser.basicWriter,$:function(){this.base();this.indentationChars="\t";this.selfClosingEnd=" /\x3e";this.lineBreakChars="\n";this.sortAttributes= +1;this._.indent=0;this._.indentation="";this._.inPre=0;this._.rules={};var a=CKEDITOR.dtd,e;for(e in CKEDITOR.tools.extend({},a.$nonBodyContent,a.$block,a.$listItem,a.$tableContent))this.setRules(e,{indent:!a[e]["#"],breakBeforeOpen:1,breakBeforeClose:!a[e]["#"],breakAfterClose:1,needsSpace:e in a.$block&&!(e in{li:1,dt:1,dd:1})});this.setRules("br",{breakAfterOpen:1});this.setRules("title",{indent:0,breakAfterOpen:0});this.setRules("style",{indent:0,breakBeforeClose:1});this.setRules("pre",{breakAfterOpen:1, +indent:0})},proto:{openTag:function(a){var e=this._.rules[a];this._.afterCloser&&e&&e.needsSpace&&this._.needsSpace&&this._.output.push("\n");this._.indent?this.indentation():e&&e.breakBeforeOpen&&(this.lineBreak(),this.indentation());this._.output.push("\x3c",a);this._.afterCloser=0},openTagClose:function(a,e){var b=this._.rules[a];e?(this._.output.push(this.selfClosingEnd),b&&b.breakAfterClose&&(this._.needsSpace=b.needsSpace)):(this._.output.push("\x3e"),b&&b.indent&&(this._.indentation+=this.indentationChars)); +b&&b.breakAfterOpen&&this.lineBreak();"pre"==a&&(this._.inPre=1)},attribute:function(a,e){"string"==typeof e&&(this.forceSimpleAmpersand&&(e=e.replace(/&/g,"\x26")),e=CKEDITOR.tools.htmlEncodeAttr(e));this._.output.push(" ",a,'\x3d"',e,'"')},closeTag:function(a){var e=this._.rules[a];e&&e.indent&&(this._.indentation=this._.indentation.substr(this.indentationChars.length));this._.indent?this.indentation():e&&e.breakBeforeClose&&(this.lineBreak(),this.indentation());this._.output.push("\x3c/",a, +"\x3e");"pre"==a&&(this._.inPre=0);e&&e.breakAfterClose&&(this.lineBreak(),this._.needsSpace=e.needsSpace);this._.afterCloser=1},text:function(a){this._.indent&&(this.indentation(),!this._.inPre&&(a=CKEDITOR.tools.ltrim(a)));this._.output.push(a)},comment:function(a){this._.indent&&this.indentation();this._.output.push("\x3c!--",a,"--\x3e")},lineBreak:function(){!this._.inPre&&0<this._.output.length&&this._.output.push(this.lineBreakChars);this._.indent=1},indentation:function(){!this._.inPre&&this._.indentation&& +this._.output.push(this._.indentation);this._.indent=0},reset:function(){this._.output=[];this._.indent=0;this._.indentation="";this._.afterCloser=0;this._.inPre=0},setRules:function(a,e){var b=this._.rules[a];b?CKEDITOR.tools.extend(b,e,!0):this._.rules[a]=e}}}),function(){function a(a,c){c||(c=a.getSelection().getSelectedElement());if(c&&c.is("img")&&!c.data("cke-realelement")&&!c.isReadOnly())return c}function e(a){var c=a.getStyle("float");if("inherit"==c||"none"==c)c=0;c||(c=a.getAttribute("align")); +return c}CKEDITOR.plugins.add("image",{requires:"dialog",init:function(b){if(!b.plugins.image2){CKEDITOR.dialog.add("image",this.path+"dialogs/image.js");var c="img[alt,!src]{border-style,border-width,float,height,margin,margin-bottom,margin-left,margin-right,margin-top,width}";CKEDITOR.dialog.isTabEnabled(b,"image","advanced")&&(c="img[alt,dir,id,lang,longdesc,!src,title]{*}(*)");b.addCommand("image",new CKEDITOR.dialogCommand("image",{allowedContent:c,requiredContent:"img[alt,src]",contentTransformations:[["img{width}: sizeToStyle", +"img[width]: sizeToAttribute"],["img{float}: alignmentToStyle","img[align]: alignmentToAttribute"]]}));b.ui.addButton&&b.ui.addButton("Image",{label:b.lang.common.image,command:"image",toolbar:"insert,10"});b.on("doubleclick",function(a){var b=a.data.element;!b.is("img")||b.data("cke-realelement")||b.isReadOnly()||(a.data.dialog="image")});b.addMenuItems&&b.addMenuItems({image:{label:b.lang.image.menu,command:"image",group:"image"}});b.contextMenu&&b.contextMenu.addListener(function(c){if(a(b,c))return{image:CKEDITOR.TRISTATE_OFF}})}}, +afterInit:function(b){function c(c){var m=b.getCommand("justify"+c);if(m){if("left"==c||"right"==c)m.on("exec",function(l){var f=a(b),h;f&&(h=e(f),h==c?(f.removeStyle("float"),c==e(f)&&f.removeAttribute("align")):f.setStyle("float",c),l.cancel())});m.on("refresh",function(l){var f=a(b);f&&(f=e(f),this.setState(f==c?CKEDITOR.TRISTATE_ON:"right"==c||"left"==c?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED),l.cancel())})}}b.plugins.image2||(c("left"),c("right"),c("center"),c("block"))}})}(),CKEDITOR.config.image_removeLinkByEmptyURL= +!0,function(){function a(a,b){var d=c.exec(a),e=c.exec(b);if(d){if(!d[2]&&"px"==e[2])return e[1];if("px"==d[2]&&!e[2])return e[1]+"px"}return b}var e=CKEDITOR.htmlParser.cssStyle,b=CKEDITOR.tools.cssLength,c=/^((?:\d*(?:\.\d+))|(?:\d+))(.*)?$/i,d={elements:{$:function(b){var c=b.attributes;if((c=(c=(c=c&&c["data-cke-realelement"])&&new CKEDITOR.htmlParser.fragment.fromHtml(decodeURIComponent(c)))&&c.children[0])&&b.attributes["data-cke-resizable"]){var d=(new e(b)).rules;b=c.attributes;var h=d.width, +d=d.height;h&&(b.width=a(b.width,h));d&&(b.height=a(b.height,d))}return c}}};CKEDITOR.plugins.add("fakeobjects",{init:function(a){a.filter.allow("img[!data-cke-realelement,src,alt,title](*){*}","fakeobjects")},afterInit:function(a){(a=(a=a.dataProcessor)&&a.htmlFilter)&&a.addRules(d,{applyToAll:!0})}});CKEDITOR.editor.prototype.createFakeElement=function(a,c,d,h){var k=this.lang.fakeobjects,k=k[d]||k.unknown;c={"class":c,"data-cke-realelement":encodeURIComponent(a.getOuterHtml()),"data-cke-real-node-type":a.type, +alt:k,title:k,align:a.getAttribute("align")||""};CKEDITOR.env.hc||(c.src=CKEDITOR.tools.transparentImageData);d&&(c["data-cke-real-element-type"]=d);h&&(c["data-cke-resizable"]=h,d=new e,h=a.getAttribute("width"),a=a.getAttribute("height"),h&&(d.rules.width=b(h)),a&&(d.rules.height=b(a)),d.populate(c));return this.document.createElement("img",{attributes:c})};CKEDITOR.editor.prototype.createFakeParserElement=function(a,c,d,h){var k=this.lang.fakeobjects,k=k[d]||k.unknown,g;g=new CKEDITOR.htmlParser.basicWriter; +a.writeHtml(g);g=g.getHtml();c={"class":c,"data-cke-realelement":encodeURIComponent(g),"data-cke-real-node-type":a.type,alt:k,title:k,align:a.attributes.align||""};CKEDITOR.env.hc||(c.src=CKEDITOR.tools.transparentImageData);d&&(c["data-cke-real-element-type"]=d);h&&(c["data-cke-resizable"]=h,h=a.attributes,a=new e,d=h.width,h=h.height,void 0!==d&&(a.rules.width=b(d)),void 0!==h&&(a.rules.height=b(h)),a.populate(c));return new CKEDITOR.htmlParser.element("img",c)};CKEDITOR.editor.prototype.restoreRealElement= +function(b){if(b.data("cke-real-node-type")!=CKEDITOR.NODE_ELEMENT)return null;var c=CKEDITOR.dom.element.createFromHtml(decodeURIComponent(b.data("cke-realelement")),this.document);if(b.data("cke-resizable")){var d=b.getStyle("width");b=b.getStyle("height");d&&c.setAttribute("width",a(c.getAttribute("width"),d));b&&c.setAttribute("height",a(c.getAttribute("height"),b))}return c}}(),"use strict",function(){function a(a){return a.replace(/'/g,"\\$\x26")}function e(a){for(var b,c=a.length,d=[],f=0;f< +c;f++)b=a.charCodeAt(f),d.push(b);return"String.fromCharCode("+d.join(",")+")"}function b(b,c){var d=b.plugins.link,f=d.compiledProtectionFunction.params,e,h;h=[d.compiledProtectionFunction.name,"("];for(var g=0;g<f.length;g++)d=f[g].toLowerCase(),e=c[d],0<g&&h.push(","),h.push("'",e?a(encodeURIComponent(c[d])):"","'");h.push(")");return h.join("")}function c(a){a=a.config.emailProtection||"";var b;a&&"encode"!=a&&(b={},a.replace(/^([^(]+)\(([^)]+)\)$/,function(a,c,d){b.name=c;b.params=[];d.replace(/[^,\s]+/g, +function(a){b.params.push(a)})}));return b}CKEDITOR.plugins.add("link",{requires:"dialog,fakeobjects",onLoad:function(){function a(b){return c.replace(/%1/g,"rtl"==b?"right":"left").replace(/%2/g,"cke_contents_"+b)}var b="background:url("+CKEDITOR.getUrl(this.path+"images"+(CKEDITOR.env.hidpi?"/hidpi":"")+"/anchor.png")+") no-repeat %1 center;border:1px dotted #00f;background-size:16px;",c=".%2 a.cke_anchor,.%2 a.cke_anchor_empty,.cke_editable.%2 a[name],.cke_editable.%2 a[data-cke-saved-name]{"+ +b+"padding-%1:18px;cursor:auto;}.%2 img.cke_anchor{"+b+"width:16px;min-height:15px;height:1.15em;vertical-align:text-bottom;}";CKEDITOR.addCss(a("ltr")+a("rtl"))},init:function(a){var b="a[!href]";CKEDITOR.dialog.isTabEnabled(a,"link","advanced")&&(b=b.replace("]",",accesskey,charset,dir,id,lang,name,rel,tabindex,title,type]{*}(*)"));CKEDITOR.dialog.isTabEnabled(a,"link","target")&&(b=b.replace("]",",target,onclick]"));a.addCommand("link",new CKEDITOR.dialogCommand("link",{allowedContent:b,requiredContent:"a[href]"})); +a.addCommand("anchor",new CKEDITOR.dialogCommand("anchor",{allowedContent:"a[!name,id]",requiredContent:"a[name]"}));a.addCommand("unlink",new CKEDITOR.unlinkCommand);a.addCommand("removeAnchor",new CKEDITOR.removeAnchorCommand);a.setKeystroke(CKEDITOR.CTRL+76,"link");a.ui.addButton&&(a.ui.addButton("Link",{label:a.lang.link.toolbar,command:"link",toolbar:"links,10"}),a.ui.addButton("Unlink",{label:a.lang.link.unlink,command:"unlink",toolbar:"links,20"}),a.ui.addButton("Anchor",{label:a.lang.link.anchor.toolbar, +command:"anchor",toolbar:"links,30"}));CKEDITOR.dialog.add("link",this.path+"dialogs/link.js");CKEDITOR.dialog.add("anchor",this.path+"dialogs/anchor.js");a.on("doubleclick",function(b){var c=CKEDITOR.plugins.link.getSelectedLink(a)||b.data.element;c.isReadOnly()||(c.is("a")?(b.data.dialog=!c.getAttribute("name")||c.getAttribute("href")&&c.getChildCount()?"link":"anchor",b.data.link=c):CKEDITOR.plugins.link.tryRestoreFakeAnchor(a,c)&&(b.data.dialog="anchor"))},null,null,0);a.on("doubleclick",function(b){b.data.dialog in +{link:1,anchor:1}&&b.data.link&&a.getSelection().selectElement(b.data.link)},null,null,20);a.addMenuItems&&a.addMenuItems({anchor:{label:a.lang.link.anchor.menu,command:"anchor",group:"anchor",order:1},removeAnchor:{label:a.lang.link.anchor.remove,command:"removeAnchor",group:"anchor",order:5},link:{label:a.lang.link.menu,command:"link",group:"link",order:1},unlink:{label:a.lang.link.unlink,command:"unlink",group:"link",order:5}});a.contextMenu&&a.contextMenu.addListener(function(b){if(!b||b.isReadOnly())return null; +b=CKEDITOR.plugins.link.tryRestoreFakeAnchor(a,b);if(!b&&!(b=CKEDITOR.plugins.link.getSelectedLink(a)))return null;var c={};b.getAttribute("href")&&b.getChildCount()&&(c={link:CKEDITOR.TRISTATE_OFF,unlink:CKEDITOR.TRISTATE_OFF});b&&b.hasAttribute("name")&&(c.anchor=c.removeAnchor=CKEDITOR.TRISTATE_OFF);return c});this.compiledProtectionFunction=c(a)},afterInit:function(a){a.dataProcessor.dataFilter.addRules({elements:{a:function(b){return b.attributes.name?b.children.length?null:a.createFakeParserElement(b, +"cke_anchor","anchor"):null}}});var b=a._.elementsPath&&a._.elementsPath.filters;b&&b.push(function(b,c){if("a"==c&&(CKEDITOR.plugins.link.tryRestoreFakeAnchor(a,b)||b.getAttribute("name")&&(!b.getAttribute("href")||!b.getChildCount())))return"anchor"})}});var d=/^javascript:/,m=/^mailto:([^?]+)(?:\?(.+))?$/,l=/subject=([^;?:@&=$,\/]*)/i,f=/body=([^;?:@&=$,\/]*)/i,h=/^#(.*)$/,k=/^((?:http|https|ftp|news):\/\/)?(.*)$/,g=/^(_(?:self|top|parent|blank))$/,n=/^javascript:void\(location\.href='mailto:'\+String\.fromCharCode\(([^)]+)\)(?:\+'(.*)')?\)$/, +t=/^javascript:([^(]+)\(([^)]+)\)$/,r=/\s*window.open\(\s*this\.href\s*,\s*(?:'([^']*)'|null)\s*,\s*'([^']*)'\s*\)\s*;\s*return\s*false;*\s*/,q=/(?:^|,)([^=]+)=(\d+|yes|no)/gi,v={id:"advId",dir:"advLangDir",accessKey:"advAccessKey",name:"advName",lang:"advLangCode",tabindex:"advTabIndex",title:"advTitle",type:"advContentType","class":"advCSSClasses",charset:"advCharset",style:"advStyles",rel:"advRel"};CKEDITOR.plugins.link={getSelectedLink:function(a){var b=a.getSelection(),c=b.getSelectedElement(); +return c&&c.is("a")?c:(b=b.getRanges()[0])?(b.shrink(CKEDITOR.SHRINK_TEXT),a.elementPath(b.getCommonAncestor()).contains("a",1)):null},getEditorAnchors:function(a){for(var b=a.editable(),c=b.isInline()&&!a.plugins.divarea?a.document:b,b=c.getElementsByTag("a"),c=c.getElementsByTag("img"),d=[],f=0,e;e=b.getItem(f++);)(e.data("cke-saved-name")||e.hasAttribute("name"))&&d.push({name:e.data("cke-saved-name")||e.getAttribute("name"),id:e.getAttribute("id")});for(f=0;e=c.getItem(f++);)(e=this.tryRestoreFakeAnchor(a, +e))&&d.push({name:e.getAttribute("name"),id:e.getAttribute("id")});return d},fakeAnchor:!0,tryRestoreFakeAnchor:function(a,b){if(b&&b.data("cke-real-element-type")&&"anchor"==b.data("cke-real-element-type")){var c=a.restoreRealElement(b);if(c.data("cke-saved-name"))return c}},parseLinkAttributes:function(a,b){var c=b&&(b.data("cke-saved-href")||b.getAttribute("href"))||"",e=a.plugins.link.compiledProtectionFunction,u=a.config.emailProtection,y,D={};c.match(d)&&("encode"==u?c=c.replace(n,function(a, +b,c){c=c||"";return"mailto:"+String.fromCharCode.apply(String,b.split(","))+c.replace(/\\'/g,"'")}):u&&c.replace(t,function(a,b,c){if(b==e.name){D.type="email";a=D.email={};b=/(^')|('$)/g;c=c.match(/[^,\s]+/g);for(var d=c.length,f,h,g=0;g<d;g++)f=decodeURIComponent,h=c[g].replace(b,"").replace(/\\'/g,"'"),h=f(h),f=e.params[g].toLowerCase(),a[f]=h;a.address=[a.name,a.domain].join("@")}}));if(!D.type)if(u=c.match(h))D.type="anchor",D.anchor={},D.anchor.name=D.anchor.id=u[1];else if(u=c.match(m)){y= +c.match(l);c=c.match(f);D.type="email";var x=D.email={};x.address=u[1];y&&(x.subject=decodeURIComponent(y[1]));c&&(x.body=decodeURIComponent(c[1]))}else c&&(y=c.match(k))&&(D.type="url",D.url={},D.url.protocol=y[1],D.url.url=y[2]);if(b){if(c=b.getAttribute("target"))D.target={type:c.match(g)?c:"frame",name:c};else if(c=(c=b.data("cke-pa-onclick")||b.getAttribute("onclick"))&&c.match(r))for(D.target={type:"popup",name:c[1]};u=q.exec(c[2]);)"yes"!=u[2]&&"1"!=u[2]||u[1]in{height:1,width:1,top:1,left:1}? +isFinite(u[2])&&(D.target[u[1]]=u[2]):D.target[u[1]]=!0;var c={},A;for(A in v)(u=b.getAttribute(A))&&(c[v[A]]=u);if(A=b.data("cke-saved-name")||c.advName)c.advName=A;CKEDITOR.tools.isEmpty(c)||(D.advanced=c)}return D},getLinkAttributes:function(c,d){var f=c.config.emailProtection||"",h={};switch(d.type){case "url":var f=d.url&&void 0!==d.url.protocol?d.url.protocol:"http://",g=d.url&&CKEDITOR.tools.trim(d.url.url)||"";h["data-cke-saved-href"]=0===g.indexOf("/")?g:f+g;break;case "anchor":f=d.anchor&& +d.anchor.id;h["data-cke-saved-href"]="#"+(d.anchor&&d.anchor.name||f||"");break;case "email":var k=d.email,g=k.address;switch(f){case "":case "encode":var l=encodeURIComponent(k.subject||""),m=encodeURIComponent(k.body||""),k=[];l&&k.push("subject\x3d"+l);m&&k.push("body\x3d"+m);k=k.length?"?"+k.join("\x26"):"";"encode"==f?(f=["javascript:void(location.href\x3d'mailto:'+",e(g)],k&&f.push("+'",a(k),"'"),f.push(")")):f=["mailto:",g,k];break;default:f=g.split("@",2),k.name=f[0],k.domain=f[1],f=["javascript:", +b(c,k)]}h["data-cke-saved-href"]=f.join("")}if(d.target)if("popup"==d.target.type){for(var f=["window.open(this.href, '",d.target.name||"","', '"],n="resizable status location toolbar menubar fullscreen scrollbars dependent".split(" "),g=n.length,l=function(a){d.target[a]&&n.push(a+"\x3d"+d.target[a])},k=0;k<g;k++)n[k]+=d.target[n[k]]?"\x3dyes":"\x3dno";l("width");l("left");l("height");l("top");f.push(n.join(","),"'); return false;");h["data-cke-pa-onclick"]=f.join("")}else"notSet"!=d.target.type&& +d.target.name&&(h.target=d.target.name);if(d.advanced){for(var q in v)(f=d.advanced[v[q]])&&(h[q]=f);h.name&&(h["data-cke-saved-name"]=h.name)}h["data-cke-saved-href"]&&(h.href=h["data-cke-saved-href"]);q={target:1,onclick:1,"data-cke-pa-onclick":1,"data-cke-saved-name":1};d.advanced&&CKEDITOR.tools.extend(q,v);for(var r in h)delete q[r];return{set:h,removed:CKEDITOR.tools.objectKeys(q)}}};CKEDITOR.unlinkCommand=function(){};CKEDITOR.unlinkCommand.prototype={exec:function(a){var b=new CKEDITOR.style({element:"a", +type:CKEDITOR.STYLE_INLINE,alwaysRemoveElement:1});a.removeStyle(b)},refresh:function(a,b){var c=b.lastElement&&b.lastElement.getAscendant("a",!0);c&&"a"==c.getName()&&c.getAttribute("href")&&c.getChildCount()?this.setState(CKEDITOR.TRISTATE_OFF):this.setState(CKEDITOR.TRISTATE_DISABLED)},contextSensitive:1,startDisabled:1,requiredContent:"a[href]"};CKEDITOR.removeAnchorCommand=function(){};CKEDITOR.removeAnchorCommand.prototype={exec:function(a){var b=a.getSelection(),c=b.createBookmarks(),d;if(b&& +(d=b.getSelectedElement())&&(d.getChildCount()?d.is("a"):CKEDITOR.plugins.link.tryRestoreFakeAnchor(a,d)))d.remove(1);else if(d=CKEDITOR.plugins.link.getSelectedLink(a))d.hasAttribute("href")?(d.removeAttributes({name:1,"data-cke-saved-name":1}),d.removeClass("cke_anchor")):d.remove(1);b.selectBookmarks(c)},requiredContent:"a[name]"};CKEDITOR.tools.extend(CKEDITOR.config,{linkShowAdvancedTab:!0,linkShowTargetTab:!0})}(),"use strict",function(){function a(a,b,c){return n(b)&&n(c)&&c.equals(b.getNext(function(a){return!(ba(a)|| +X(a)||t(a))}))}function e(a){this.upper=a[0];this.lower=a[1];this.set.apply(this,a.slice(2))}function b(a){var b=a.element;if(b&&n(b)&&(b=b.getAscendant(a.triggers,!0))&&a.editable.contains(b)){var c=l(b);if("true"==c.getAttribute("contenteditable"))return b;if(c.is(a.triggers))return c}return null}function c(a,b,c){u(a,b);u(a,c);a=b.size.bottom;c=c.size.top;return a&&c?0|(a+c)/2:a||c}function d(a,b,c){return b=b[c?"getPrevious":"getNext"](function(b){return b&&b.type==CKEDITOR.NODE_TEXT&&!ba(b)|| +n(b)&&!t(b)&&!g(a,b)})}function m(a,b,c){return a>b&&a<c}function l(a,b){if(a.data("cke-editable"))return null;for(b||(a=a.getParent());a&&!a.data("cke-editable");){if(a.hasAttribute("contenteditable"))return a;a=a.getParent()}return null}function f(a){var b=a.doc,c=G('\x3cspan contenteditable\x3d"false" style\x3d"'+Q+"position:absolute;border-top:1px dashed "+a.boxColor+'"\x3e\x3c/span\x3e',b),d=CKEDITOR.getUrl(this.path+"images/"+(F.hidpi?"hidpi/":"")+"icon"+(a.rtl?"-rtl":"")+".png");A(c,{attach:function(){this.wrap.getParent()|| +this.wrap.appendTo(a.editable,!0);return this},lineChildren:[A(G('\x3cspan title\x3d"'+a.editor.lang.magicline.title+'" contenteditable\x3d"false"\x3e\x26#8629;\x3c/span\x3e',b),{base:Q+"height:17px;width:17px;"+(a.rtl?"left":"right")+":17px;background:url("+d+") center no-repeat "+a.boxColor+";cursor:pointer;"+(F.hc?"font-size: 15px;line-height:14px;border:1px solid #fff;text-align:center;":"")+(F.hidpi?"background-size: 9px 10px;":""),looks:["top:-8px; border-radius: 2px;","top:-17px; border-radius: 2px 2px 0px 0px;", +"top:-1px; border-radius: 0px 0px 2px 2px;"]}),A(G(V,b),{base:aa+"left:0px;border-left-color:"+a.boxColor+";",looks:["border-width:8px 0 8px 8px;top:-8px","border-width:8px 0 0 8px;top:-8px","border-width:0 0 8px 8px;top:0px"]}),A(G(V,b),{base:aa+"right:0px;border-right-color:"+a.boxColor+";",looks:["border-width:8px 8px 8px 0;top:-8px","border-width:8px 8px 0 0;top:-8px","border-width:0 8px 8px 0;top:0px"]})],detach:function(){this.wrap.getParent()&&this.wrap.remove();return this},mouseNear:function(){u(a, +this);var b=a.holdDistance,c=this.size;return c&&m(a.mouse.y,c.top-b,c.bottom+b)&&m(a.mouse.x,c.left-b,c.right+b)?!0:!1},place:function(){var b=a.view,c=a.editable,d=a.trigger,f=d.upper,e=d.lower,h=f||e,g=h.getParent(),k={};this.trigger=d;f&&u(a,f,!0);e&&u(a,e,!0);u(a,g,!0);a.inInlineMode&&y(a,!0);g.equals(c)?(k.left=b.scroll.x,k.right=-b.scroll.x,k.width=""):(k.left=h.size.left-h.size.margin.left+b.scroll.x-(a.inInlineMode?b.editable.left+b.editable.border.left:0),k.width=h.size.outerWidth+h.size.margin.left+ +h.size.margin.right+b.scroll.x,k.right="");f&&e?k.top=f.size.margin.bottom===e.size.margin.top?0|f.size.bottom+f.size.margin.bottom/2:f.size.margin.bottom<e.size.margin.top?f.size.bottom+f.size.margin.bottom:f.size.bottom+f.size.margin.bottom-e.size.margin.top:f?e||(k.top=f.size.bottom+f.size.margin.bottom):k.top=e.size.top-e.size.margin.top;d.is(T)||m(k.top,b.scroll.y-15,b.scroll.y+5)?(k.top=a.inInlineMode?0:b.scroll.y,this.look(T)):d.is(O)||m(k.top,b.pane.bottom-5,b.pane.bottom+15)?(k.top=a.inInlineMode? +b.editable.height+b.editable.padding.top+b.editable.padding.bottom:b.pane.bottom-1,this.look(O)):(a.inInlineMode&&(k.top-=b.editable.top+b.editable.border.top),this.look(Y));a.inInlineMode&&(k.top--,k.top+=b.editable.scroll.top,k.left+=b.editable.scroll.left);for(var l in k)k[l]=CKEDITOR.tools.cssLength(k[l]);this.setStyles(k)},look:function(a){if(this.oldLook!=a){for(var b=this.lineChildren.length,c;b--;)(c=this.lineChildren[b]).setAttribute("style",c.base+c.looks[0|a/2]);this.oldLook=a}},wrap:new C("span", +a.doc)});for(b=c.lineChildren.length;b--;)c.lineChildren[b].appendTo(c);c.look(Y);c.appendTo(c.wrap);c.unselectable();c.lineChildren[0].on("mouseup",function(b){c.detach();h(a,function(b){var c=a.line.trigger;b[c.is(E)?"insertBefore":"insertAfter"](c.is(E)?c.lower:c.upper)},!0);a.editor.focus();F.ie||a.enterMode==CKEDITOR.ENTER_BR||a.hotNode.scrollIntoView();b.data.preventDefault(!0)});c.on("mousedown",function(a){a.data.preventDefault(!0)});a.line=c}function h(a,b,c){var d=new CKEDITOR.dom.range(a.doc), +f=a.editor,e;F.ie&&a.enterMode==CKEDITOR.ENTER_BR?e=a.doc.createText(M):(e=(e=l(a.element,!0))&&e.data("cke-enter-mode")||a.enterMode,e=new C(K[e],a.doc),e.is("br")||a.doc.createText(M).appendTo(e));c&&f.fire("saveSnapshot");b(e);d.moveToPosition(e,CKEDITOR.POSITION_AFTER_START);f.getSelection().selectRanges([d]);a.hotNode=e;c&&f.fire("saveSnapshot")}function k(a,c){return{canUndo:!0,modes:{wysiwyg:1},exec:function(){function f(b){var d=F.ie&&9>F.version?" ":M,e=a.hotNode&&a.hotNode.getText()==d&& +a.element.equals(a.hotNode)&&a.lastCmdDirection===!!c;h(a,function(d){e&&a.hotNode&&a.hotNode.remove();d[c?"insertAfter":"insertBefore"](b);d.setAttributes({"data-cke-magicline-hot":1,"data-cke-magicline-dir":!!c});a.lastCmdDirection=!!c});F.ie||a.enterMode==CKEDITOR.ENTER_BR||a.hotNode.scrollIntoView();a.line.detach()}return function(e){e=e.getSelection().getStartElement();var h;e=e.getAscendant(L,1);if(!v(a,e)&&e&&!e.equals(a.editable)&&!e.contains(a.editable)){(h=l(e))&&"false"==h.getAttribute("contenteditable")&& +(e=h);a.element=e;h=d(a,e,!c);var g;n(h)&&h.is(a.triggers)&&h.is(J)&&(!d(a,h,!c)||(g=d(a,h,!c))&&n(g)&&g.is(a.triggers))?f(h):(g=b(a,e),n(g)&&(d(a,g,!c)?(e=d(a,g,!c))&&n(e)&&e.is(a.triggers)&&f(g):f(g)))}}}()}}function g(a,b){if(!b||b.type!=CKEDITOR.NODE_ELEMENT||!b.$)return!1;var c=a.line;return c.wrap.equals(b)||c.wrap.contains(b)}function n(a){return a&&a.type==CKEDITOR.NODE_ELEMENT&&a.$}function t(a){if(!n(a))return!1;var b;(b=r(a))||(n(a)?(b={left:1,right:1,center:1},b=!(!b[a.getComputedStyle("float")]&& +!b[a.getAttribute("align")])):b=!1);return b}function r(a){return!!{absolute:1,fixed:1}[a.getComputedStyle("position")]}function q(a,b){return n(b)?b.is(a.triggers):null}function v(a,b){if(!b)return!1;for(var c=b.getParents(1),d=c.length;d--;)for(var f=a.tabuList.length;f--;)if(c[d].hasAttribute(a.tabuList[f]))return!0;return!1}function p(a,b,c){b=b[c?"getLast":"getFirst"](function(b){return a.isRelevant(b)&&!b.is(U)});if(!b)return!1;u(a,b);return c?b.size.top>a.mouse.y:b.size.bottom<a.mouse.y}function w(a){var b= +a.editable,c=a.mouse,d=a.view,f=a.triggerOffset;y(a);var h=c.y>(a.inInlineMode?d.editable.top+d.editable.height/2:Math.min(d.editable.height,d.pane.height)/2),b=b[h?"getLast":"getFirst"](function(a){return!(ba(a)||X(a))});if(!b)return null;g(a,b)&&(b=a.line.wrap[h?"getPrevious":"getNext"](function(a){return!(ba(a)||X(a))}));if(!n(b)||t(b)||!q(a,b))return null;u(a,b);return!h&&0<=b.size.top&&m(c.y,0,b.size.top+f)?(a=a.inInlineMode||0===d.scroll.y?T:Y,new e([null,b,E,P,a])):h&&b.size.bottom<=d.pane.height&& +m(c.y,b.size.bottom-f,d.pane.height)?(a=a.inInlineMode||m(b.size.bottom,d.pane.height-f,d.pane.height)?O:Y,new e([b,null,N,P,a])):null}function z(a){var c=a.mouse,f=a.view,h=a.triggerOffset,g=b(a);if(!g)return null;u(a,g);var h=Math.min(h,0|g.size.outerHeight/2),k=[],l,r;if(m(c.y,g.size.top-1,g.size.top+h))r=!1;else if(m(c.y,g.size.bottom-h,g.size.bottom+1))r=!0;else return null;if(t(g)||p(a,g,r)||g.getParent().is(W))return null;var v=d(a,g,!r);if(v){if(v&&v.type==CKEDITOR.NODE_TEXT)return null;if(n(v)){if(t(v)|| +!q(a,v)||v.getParent().is(W))return null;k=[v,g][r?"reverse":"concat"]().concat([R,P])}}else g.equals(a.editable[r?"getLast":"getFirst"](a.isRelevant))?(y(a),r&&m(c.y,g.size.bottom-h,f.pane.height)&&m(g.size.bottom,f.pane.height-h,f.pane.height)?l=O:m(c.y,0,g.size.top+h)&&(l=T)):l=Y,k=[null,g][r?"reverse":"concat"]().concat([r?N:E,P,l,g.equals(a.editable[r?"getLast":"getFirst"](a.isRelevant))?r?O:T:Y]);return 0 in k?new e(k):null}function B(a,b,c,d){for(var f=b.getDocumentPosition(),e={},h={},g={}, +k={},l=ca.length;l--;)e[ca[l]]=parseInt(b.getComputedStyle.call(b,"border-"+ca[l]+"-width"),10)||0,g[ca[l]]=parseInt(b.getComputedStyle.call(b,"padding-"+ca[l]),10)||0,h[ca[l]]=parseInt(b.getComputedStyle.call(b,"margin-"+ca[l]),10)||0;c&&!d||D(a,d);k.top=f.y-(c?0:a.view.scroll.y);k.left=f.x-(c?0:a.view.scroll.x);k.outerWidth=b.$.offsetWidth;k.outerHeight=b.$.offsetHeight;k.height=k.outerHeight-(g.top+g.bottom+e.top+e.bottom);k.width=k.outerWidth-(g.left+g.right+e.left+e.right);k.bottom=k.top+k.outerHeight; +k.right=k.left+k.outerWidth;a.inInlineMode&&(k.scroll={top:b.$.scrollTop,left:b.$.scrollLeft});return A({border:e,padding:g,margin:h,ignoreScroll:c},k,!0)}function u(a,b,c){if(!n(b))return b.size=null;if(!b.size)b.size={};else if(b.size.ignoreScroll==c&&b.size.date>new Date-S)return null;return A(b.size,B(a,b,c),{date:+new Date},!0)}function y(a,b){a.view.editable=B(a,a.editable,b,!0)}function D(a,b){a.view||(a.view={});var c=a.view;if(!(!b&&c&&c.date>new Date-S)){var d=a.win,c=d.getScrollPosition(), +d=d.getViewPaneSize();A(a.view,{scroll:{x:c.x,y:c.y,width:a.doc.$.documentElement.scrollWidth-d.width,height:a.doc.$.documentElement.scrollHeight-d.height},pane:{width:d.width,height:d.height,bottom:d.height+c.y},date:+new Date},!0)}}function x(a,b,c,d){for(var f=d,h=d,g=0,k=!1,l=!1,m=a.view.pane.height,n=a.mouse;n.y+g<m&&0<n.y-g;){k||(k=b(f,d));l||(l=b(h,d));!k&&0<n.y-g&&(f=c(a,{x:n.x,y:n.y-g}));!l&&n.y+g<m&&(h=c(a,{x:n.x,y:n.y+g}));if(k&&l)break;g+=2}return new e([f,h,null,null])}CKEDITOR.plugins.add("magicline", +{init:function(a){var c=a.config,l=c.magicline_triggerOffset||30,m={editor:a,enterMode:c.enterMode,triggerOffset:l,holdDistance:0|l*(c.magicline_holdDistance||.5),boxColor:c.magicline_color||"#ff0000",rtl:"rtl"==c.contentsLangDirection,tabuList:["data-cke-hidden-sel"].concat(c.magicline_tabuList||[]),triggers:c.magicline_everywhere?L:{table:1,hr:1,div:1,ul:1,ol:1,dl:1,form:1,blockquote:1}},q,p,u;m.isRelevant=function(a){return n(a)&&!g(m,a)&&!t(a)};a.on("contentDom",function(){var l=a.editable(), +n=a.document,t=a.window;A(m,{editable:l,inInlineMode:l.isInline(),doc:n,win:t,hotNode:null},!0);m.boundary=m.inInlineMode?m.editable:m.doc.getDocumentElement();l.is(H.$inline)||(m.inInlineMode&&!r(l)&&l.setStyles({position:"relative",top:null,left:null}),f.call(this,m),D(m),l.attachListener(a,"beforeUndoImage",function(){m.line.detach()}),l.attachListener(a,"beforeGetData",function(){m.line.wrap.getParent()&&(m.line.detach(),a.once("getData",function(){m.line.attach()},null,null,1E3))},null,null, +0),l.attachListener(m.inInlineMode?n:n.getWindow().getFrame(),"mouseout",function(b){if("wysiwyg"==a.mode)if(m.inInlineMode){var c=b.data.$.clientX;b=b.data.$.clientY;D(m);y(m,!0);var d=m.view.editable,f=m.view.scroll;c>d.left-f.x&&c<d.right-f.x&&b>d.top-f.y&&b<d.bottom-f.y||(clearTimeout(u),u=null,m.line.detach())}else clearTimeout(u),u=null,m.line.detach()}),l.attachListener(l,"keyup",function(){m.hiddenMode=0}),l.attachListener(l,"keydown",function(b){if("wysiwyg"==a.mode)switch(b.data.getKeystroke()){case 2228240:case 16:m.hiddenMode= +1,m.line.detach()}}),l.attachListener(m.inInlineMode?l:n,"mousemove",function(b){p=!0;if("wysiwyg"==a.mode&&!a.readOnly&&!u){var c={x:b.data.$.clientX,y:b.data.$.clientY};u=setTimeout(function(){m.mouse=c;u=m.trigger=null;D(m);p&&!m.hiddenMode&&a.focusManager.hasFocus&&!m.line.mouseNear()&&(m.element=da(m,!0))&&((m.trigger=w(m)||z(m)||ea(m))&&!v(m,m.trigger.upper||m.trigger.lower)?m.line.attach().place():(m.trigger=null,m.line.detach()),p=!1)},30)}}),l.attachListener(t,"scroll",function(){"wysiwyg"== +a.mode&&(m.line.detach(),F.webkit&&(m.hiddenMode=1,clearTimeout(q),q=setTimeout(function(){m.mouseDown||(m.hiddenMode=0)},50)))}),l.attachListener(I?n:t,"mousedown",function(){"wysiwyg"==a.mode&&(m.line.detach(),m.hiddenMode=1,m.mouseDown=1)}),l.attachListener(I?n:t,"mouseup",function(){m.hiddenMode=0;m.mouseDown=0}),a.addCommand("accessPreviousSpace",k(m)),a.addCommand("accessNextSpace",k(m,!0)),a.setKeystroke([[c.magicline_keystrokePrevious,"accessPreviousSpace"],[c.magicline_keystrokeNext,"accessNextSpace"]]), +a.on("loadSnapshot",function(){var b,c,d,f;for(f in{p:1,br:1,div:1})for(b=a.document.getElementsByTag(f),d=b.count();d--;)if((c=b.getItem(d)).data("cke-magicline-hot")){m.hotNode=c;m.lastCmdDirection="true"===c.data("cke-magicline-dir")?!0:!1;return}}),this.backdoor={accessFocusSpace:h,boxTrigger:e,isLine:g,getAscendantTrigger:b,getNonEmptyNeighbour:d,getSize:B,that:m,triggerEdge:z,triggerEditable:w,triggerExpand:ea})},this)}});var A=CKEDITOR.tools.extend,C=CKEDITOR.dom.element,G=C.createFromHtml, +F=CKEDITOR.env,I=CKEDITOR.env.ie&&9>CKEDITOR.env.version,H=CKEDITOR.dtd,K={},E=128,N=64,R=32,P=16,T=4,O=2,Y=1,M=" ",W=H.$listItem,U=H.$tableContent,J=A({},H.$nonEditable,H.$empty),L=H.$block,S=100,Q="width:0px;height:0px;padding:0px;margin:0px;display:block;z-index:9999;color:#fff;position:absolute;font-size: 0px;line-height:0px;",aa=Q+"border-color:transparent;display:block;border-style:solid;",V="\x3cspan\x3e"+M+"\x3c/span\x3e";K[CKEDITOR.ENTER_BR]="br";K[CKEDITOR.ENTER_P]="p";K[CKEDITOR.ENTER_DIV]= +"div";e.prototype={set:function(a,b,c){this.properties=a+b+(c||Y);return this},is:function(a){return(this.properties&a)==a}};var da=function(){function a(b,c){var d=b.$.elementFromPoint(c.x,c.y);return d&&d.nodeType?new CKEDITOR.dom.element(d):null}return function(b,c,d){if(!b.mouse)return null;var f=b.doc,e=b.line.wrap;d=d||b.mouse;var h=a(f,d);c&&g(b,h)&&(e.hide(),h=a(f,d),e.show());return!h||h.type!=CKEDITOR.NODE_ELEMENT||!h.$||F.ie&&9>F.version&&!b.boundary.equals(h)&&!b.boundary.contains(h)? +null:h}}(),ba=CKEDITOR.dom.walker.whitespaces(),X=CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_COMMENT),ea=function(){function b(f){var e=f.element,h,g,k;if(!n(e)||e.contains(f.editable)||e.isReadOnly())return null;k=x(f,function(a,b){return!b.equals(a)},function(a,b){return da(a,!0,b)},e);h=k.upper;g=k.lower;if(a(f,h,g))return k.set(R,8);if(h&&e.contains(h))for(;!h.getParent().equals(e);)h=h.getParent();else h=e.getFirst(function(a){return d(f,a)});if(g&&e.contains(g))for(;!g.getParent().equals(e);)g= +g.getParent();else g=e.getLast(function(a){return d(f,a)});if(!h||!g)return null;u(f,h);u(f,g);if(!m(f.mouse.y,h.size.top,g.size.bottom))return null;for(var e=Number.MAX_VALUE,l,q,r,p;g&&!g.equals(h)&&(q=h.getNext(f.isRelevant));)l=Math.abs(c(f,h,q)-f.mouse.y),l<e&&(e=l,r=h,p=q),h=q,u(f,h);if(!r||!p||!m(f.mouse.y,r.size.top,p.size.bottom))return null;k.upper=r;k.lower=p;return k.set(R,8)}function d(a,b){return!(b&&b.type==CKEDITOR.NODE_TEXT||X(b)||t(b)||g(a,b)||b.type==CKEDITOR.NODE_ELEMENT&&b.$&& +b.is("br"))}return function(c){var d=b(c),f;if(f=d){f=d.upper;var e=d.lower;f=!f||!e||t(e)||t(f)||e.equals(f)||f.equals(e)||e.contains(f)||f.contains(e)?!1:q(c,f)&&q(c,e)&&a(c,f,e)?!0:!1}return f?d:null}}(),ca=["top","left","right","bottom"]}(),CKEDITOR.config.magicline_keystrokePrevious=CKEDITOR.CTRL+CKEDITOR.SHIFT+51,CKEDITOR.config.magicline_keystrokeNext=CKEDITOR.CTRL+CKEDITOR.SHIFT+52,function(){function a(a){if(!a||a.type!=CKEDITOR.NODE_ELEMENT||"form"!=a.getName())return[];for(var b=[],c=["style", +"className"],d=0;d<c.length;d++){var e=a.$.elements.namedItem(c[d]);e&&(e=new CKEDITOR.dom.element(e),b.push([e,e.nextSibling]),e.remove())}return b}function e(a,b){if(a&&a.type==CKEDITOR.NODE_ELEMENT&&"form"==a.getName()&&0<b.length)for(var c=b.length-1;0<=c;c--){var d=b[c][0],e=b[c][1];e?d.insertBefore(e):d.appendTo(a)}}function b(b,c){var d=a(b),h={},k=b.$;c||(h["class"]=k.className||"",k.className="");h.inline=k.style.cssText||"";c||(k.style.cssText="position: static; overflow: visible");e(d); +return h}function c(b,c){var d=a(b),h=b.$;"class"in c&&(h.className=c["class"]);"inline"in c&&(h.style.cssText=c.inline);e(d)}function d(a){if(!a.editable().isInline()){var b=CKEDITOR.instances,c;for(c in b){var d=b[c];"wysiwyg"!=d.mode||d.readOnly||(d=d.document.getBody(),d.setAttribute("contentEditable",!1),d.setAttribute("contentEditable",!0))}a.editable().hasFocus&&(a.toolbox.focus(),a.focus())}}CKEDITOR.plugins.add("maximize",{init:function(a){function e(){var b=k.getViewPaneSize();a.resize(b.width, +b.height,null,!0)}if(a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE){var f=a.lang,h=CKEDITOR.document,k=h.getWindow(),g,n,t,r=CKEDITOR.TRISTATE_OFF;a.addCommand("maximize",{modes:{wysiwyg:!CKEDITOR.env.iOS,source:!CKEDITOR.env.iOS},readOnly:1,editorFocus:!1,exec:function(){var q=a.container.getFirst(function(a){return a.type==CKEDITOR.NODE_ELEMENT&&a.hasClass("cke_inner")}),v=a.ui.space("contents");if("wysiwyg"==a.mode){var p=a.getSelection();g=p&&p.getRanges();n=k.getScrollPosition()}else{var w=a.editable().$; +g=!CKEDITOR.env.ie&&[w.selectionStart,w.selectionEnd];n=[w.scrollLeft,w.scrollTop]}if(this.state==CKEDITOR.TRISTATE_OFF){k.on("resize",e);t=k.getScrollPosition();for(p=a.container;p=p.getParent();)p.setCustomData("maximize_saved_styles",b(p)),p.setStyle("z-index",a.config.baseFloatZIndex-5);v.setCustomData("maximize_saved_styles",b(v,!0));q.setCustomData("maximize_saved_styles",b(q,!0));v={overflow:CKEDITOR.env.webkit?"":"hidden",width:0,height:0};h.getDocumentElement().setStyles(v);!CKEDITOR.env.gecko&& +h.getDocumentElement().setStyle("position","fixed");CKEDITOR.env.gecko&&CKEDITOR.env.quirks||h.getBody().setStyles(v);CKEDITOR.env.ie?setTimeout(function(){k.$.scrollTo(0,0)},0):k.$.scrollTo(0,0);q.setStyle("position",CKEDITOR.env.gecko&&CKEDITOR.env.quirks?"fixed":"absolute");q.$.offsetLeft;q.setStyles({"z-index":a.config.baseFloatZIndex-5,left:"0px",top:"0px"});q.addClass("cke_maximized");e();v=q.getDocumentPosition();q.setStyles({left:-1*v.x+"px",top:-1*v.y+"px"});CKEDITOR.env.gecko&&d(a)}else if(this.state== +CKEDITOR.TRISTATE_ON){k.removeListener("resize",e);for(var p=[v,q],z=0;z<p.length;z++)c(p[z],p[z].getCustomData("maximize_saved_styles")),p[z].removeCustomData("maximize_saved_styles");for(p=a.container;p=p.getParent();)c(p,p.getCustomData("maximize_saved_styles")),p.removeCustomData("maximize_saved_styles");CKEDITOR.env.ie?setTimeout(function(){k.$.scrollTo(t.x,t.y)},0):k.$.scrollTo(t.x,t.y);q.removeClass("cke_maximized");CKEDITOR.env.webkit&&(q.setStyle("display","inline"),setTimeout(function(){q.setStyle("display", +"block")},0));a.fire("resize",{outerHeight:a.container.$.offsetHeight,contentsHeight:v.$.offsetHeight,outerWidth:a.container.$.offsetWidth})}this.toggleState();if(p=this.uiItems[0])v=this.state==CKEDITOR.TRISTATE_OFF?f.maximize.maximize:f.maximize.minimize,p=CKEDITOR.document.getById(p._.id),p.getChild(1).setHtml(v),p.setAttribute("title",v),p.setAttribute("href",'javascript:void("'+v+'");');"wysiwyg"==a.mode?g?(CKEDITOR.env.gecko&&d(a),a.getSelection().selectRanges(g),(w=a.getSelection().getStartElement())&& +w.scrollIntoView(!0)):k.$.scrollTo(n.x,n.y):(g&&(w.selectionStart=g[0],w.selectionEnd=g[1]),w.scrollLeft=n[0],w.scrollTop=n[1]);g=n=null;r=this.state;a.fire("maximize",this.state)},canUndo:!1});a.ui.addButton&&a.ui.addButton("Maximize",{label:f.maximize.maximize,command:"maximize",toolbar:"tools,10"});a.on("mode",function(){var b=a.getCommand("maximize");b.setState(b.state==CKEDITOR.TRISTATE_DISABLED?CKEDITOR.TRISTATE_DISABLED:r)},null,null,100)}}})}(),function(){function a(a,c,d){var e=CKEDITOR.cleanWord; +e?d():(a=CKEDITOR.getUrl(a.config.pasteFromWordCleanupFile||c+"filter/default.js"),CKEDITOR.scriptLoader.load(a,d,null,!0));return!e}function e(a){a.data.type="html"}CKEDITOR.plugins.add("pastefromword",{requires:"clipboard",init:function(b){var c=0,d=this.path;b.addCommand("pastefromword",{canUndo:!1,async:!0,exec:function(a){var b=this;c=1;a.once("beforePaste",e);a.getClipboardData({title:a.lang.pastefromword.title},function(c){c&&a.fire("paste",{type:"html",dataValue:c.dataValue,method:"paste", +dataTransfer:CKEDITOR.plugins.clipboard.initPasteDataTransfer()});a.fire("afterCommandExec",{name:"pastefromword",command:b,returnValue:!!c})})}});b.ui.addButton&&b.ui.addButton("PasteFromWord",{label:b.lang.pastefromword.toolbar,command:"pastefromword",toolbar:"clipboard,50"});b.on("pasteState",function(a){b.getCommand("pastefromword").setState(a.data)});b.on("paste",function(e){var l=e.data,f=l.dataValue;if(f&&(c||/(class=\"?Mso|style=\"[^\"]*\bmso\-|w:WordDocument)/.test(f))){l.dontFilter=!0;var h= +a(b,d,function(){if(h)b.fire("paste",l);else if(!b.config.pasteFromWordPromptCleanup||c||confirm(b.lang.pastefromword.confirmCleanup))l.dataValue=CKEDITOR.cleanWord(f,b);c=0});h&&e.cancel()}},null,null,3)}})}(),function(){var a={canUndo:!1,async:!0,exec:function(e){e.getClipboardData({title:e.lang.pastetext.title},function(b){b&&e.fire("paste",{type:"text",dataValue:b.dataValue,method:"paste",dataTransfer:CKEDITOR.plugins.clipboard.initPasteDataTransfer()});e.fire("afterCommandExec",{name:"pastetext", +command:a,returnValue:!!b})})}};CKEDITOR.plugins.add("pastetext",{requires:"clipboard",init:function(e){e.addCommand("pastetext",a);e.ui.addButton&&e.ui.addButton("PasteText",{label:e.lang.pastetext.button,command:"pastetext",toolbar:"clipboard,40"});if(e.config.forcePasteAsPlainText)e.on("beforePaste",function(a){"html"!=a.data.type&&(a.data.type="text")});e.on("pasteState",function(a){e.getCommand("pastetext").setState(a.data)})}})}(),CKEDITOR.plugins.add("removeformat",{init:function(a){a.addCommand("removeFormat", +CKEDITOR.plugins.removeformat.commands.removeformat);a.ui.addButton&&a.ui.addButton("RemoveFormat",{label:a.lang.removeformat.toolbar,command:"removeFormat",toolbar:"cleanup,10"})}}),CKEDITOR.plugins.removeformat={commands:{removeformat:{exec:function(a){for(var e=a._.removeFormatRegex||(a._.removeFormatRegex=new RegExp("^(?:"+a.config.removeFormatTags.replace(/,/g,"|")+")$","i")),b=a._.removeAttributes||(a._.removeAttributes=a.config.removeFormatAttributes.split(",")),c=CKEDITOR.plugins.removeformat.filter, +d=a.getSelection().getRanges(),m=d.createIterator(),l=function(a){return a.type==CKEDITOR.NODE_ELEMENT},f;f=m.getNextRange();){f.collapsed||f.enlarge(CKEDITOR.ENLARGE_ELEMENT);var h=f.createBookmark(),k=h.startNode,g=h.endNode,n=function(b){for(var d=a.elementPath(b),f=d.elements,h=1,g;(g=f[h])&&!g.equals(d.block)&&!g.equals(d.blockLimit);h++)e.test(g.getName())&&c(a,g)&&b.breakParent(g)};n(k);if(g)for(n(g),k=k.getNextSourceNode(!0,CKEDITOR.NODE_ELEMENT);k&&!k.equals(g);)if(k.isReadOnly()){if(k.getPosition(g)& +CKEDITOR.POSITION_CONTAINS)break;k=k.getNext(l)}else n=k.getNextSourceNode(!1,CKEDITOR.NODE_ELEMENT),"img"==k.getName()&&k.data("cke-realelement")||!c(a,k)||(e.test(k.getName())?k.remove(1):(k.removeAttributes(b),a.fire("removeFormatCleanup",k))),k=n;f.moveToBookmark(h)}a.forceNextSelectionCheck();a.getSelection().selectRanges(d)}}},filter:function(a,e){for(var b=a._.removeFormatFilters||[],c=0;c<b.length;c++)if(!1===b[c](e))return!1;return!0}},CKEDITOR.editor.prototype.addRemoveFormatFilter=function(a){this._.removeFormatFilters|| +(this._.removeFormatFilters=[]);this._.removeFormatFilters.push(a)},CKEDITOR.config.removeFormatTags="b,big,cite,code,del,dfn,em,font,i,ins,kbd,q,s,samp,small,span,strike,strong,sub,sup,tt,u,var",CKEDITOR.config.removeFormatAttributes="class,style,lang,width,height,align,hspace,valign",CKEDITOR.plugins.add("resize",{init:function(a){function e(b){var d=h.width,e=h.height,l=d+(b.data.$.screenX-f.x)*("rtl"==m?-1:1);b=e+(b.data.$.screenY-f.y);k&&(d=Math.max(c.resize_minWidth,Math.min(l,c.resize_maxWidth))); +g&&(e=Math.max(c.resize_minHeight,Math.min(b,c.resize_maxHeight)));a.resize(k?d:null,e)}function b(){CKEDITOR.document.removeListener("mousemove",e);CKEDITOR.document.removeListener("mouseup",b);a.document&&(a.document.removeListener("mousemove",e),a.document.removeListener("mouseup",b))}var c=a.config,d=a.ui.spaceId("resizer"),m=a.element?a.element.getDirection(1):"ltr";!c.resize_dir&&(c.resize_dir="vertical");void 0===c.resize_maxWidth&&(c.resize_maxWidth=3E3);void 0===c.resize_maxHeight&&(c.resize_maxHeight= +3E3);void 0===c.resize_minWidth&&(c.resize_minWidth=750);void 0===c.resize_minHeight&&(c.resize_minHeight=250);if(!1!==c.resize_enabled){var l=null,f,h,k=("both"==c.resize_dir||"horizontal"==c.resize_dir)&&c.resize_minWidth!=c.resize_maxWidth,g=("both"==c.resize_dir||"vertical"==c.resize_dir)&&c.resize_minHeight!=c.resize_maxHeight,n=CKEDITOR.tools.addFunction(function(d){l||(l=a.getResizable());h={width:l.$.offsetWidth||0,height:l.$.offsetHeight||0};f={x:d.screenX,y:d.screenY};c.resize_minWidth> +h.width&&(c.resize_minWidth=h.width);c.resize_minHeight>h.height&&(c.resize_minHeight=h.height);CKEDITOR.document.on("mousemove",e);CKEDITOR.document.on("mouseup",b);a.document&&(a.document.on("mousemove",e),a.document.on("mouseup",b));d.preventDefault&&d.preventDefault()});a.on("destroy",function(){CKEDITOR.tools.removeFunction(n)});a.on("uiSpace",function(b){if("bottom"==b.data.space){var c="";k&&!g&&(c=" cke_resizer_horizontal");!k&&g&&(c=" cke_resizer_vertical");var f='\x3cspan id\x3d"'+d+'" class\x3d"cke_resizer'+ +c+" cke_resizer_"+m+'" title\x3d"'+CKEDITOR.tools.htmlEncode(a.lang.common.resize)+'" onmousedown\x3d"CKEDITOR.tools.callFunction('+n+', event)"\x3e'+("ltr"==m?"â¢":"â£")+"\x3c/span\x3e";"ltr"==m&&"ltr"==c?b.data.html+=f:b.data.html=f+b.data.html}},a,null,100);a.on("maximize",function(b){a.ui.space("resizer")[b.data==CKEDITOR.TRISTATE_ON?"hide":"show"]()})}}}),CKEDITOR.plugins.add("menubutton",{requires:"button,menu",onLoad:function(){var a=function(a){var b=this._,c=b.menu;b.state!==CKEDITOR.TRISTATE_DISABLED&& +(b.on&&c?c.hide():(b.previousState=b.state,c||(c=b.menu=new CKEDITOR.menu(a,{panel:{className:"cke_menu_panel",attributes:{"aria-label":a.lang.common.options}}}),c.onHide=CKEDITOR.tools.bind(function(){var c=this.command?a.getCommand(this.command).modes:this.modes;this.setState(!c||c[a.mode]?b.previousState:CKEDITOR.TRISTATE_DISABLED);b.on=0},this),this.onMenu&&c.addListener(this.onMenu)),this.setState(CKEDITOR.TRISTATE_ON),b.on=1,setTimeout(function(){c.show(CKEDITOR.document.getById(b.id),4)},0)))}; +CKEDITOR.ui.menuButton=CKEDITOR.tools.createClass({base:CKEDITOR.ui.button,$:function(e){delete e.panel;this.base(e);this.hasArrow=!0;this.click=a},statics:{handler:{create:function(a){return new CKEDITOR.ui.menuButton(a)}}}})},beforeInit:function(a){a.ui.addHandler(CKEDITOR.UI_MENUBUTTON,CKEDITOR.ui.menuButton.handler)}}),CKEDITOR.UI_MENUBUTTON="menubutton","use strict",CKEDITOR.plugins.add("scayt",{requires:"menubutton,dialog",tabToOpen:null,dialogName:"scaytDialog",init:function(a){var e=this, +b=CKEDITOR.plugins.scayt;this.bindEvents(a);this.parseConfig(a);this.addRule(a);CKEDITOR.dialog.add(this.dialogName,CKEDITOR.getUrl(this.path+"dialogs/options.js"));this.addMenuItems(a);var c=a.lang.scayt,d=CKEDITOR.env;a.ui.add("Scayt",CKEDITOR.UI_MENUBUTTON,{label:c.text_title,title:a.plugins.wsc?a.lang.wsc.title:c.text_title,modes:{wysiwyg:!(d.ie&&(8>d.version||d.quirks))},toolbar:"spellchecker,20",refresh:function(){var c=a.ui.instances.Scayt.getState();a.scayt&&(c=b.state.scayt[a.name]?CKEDITOR.TRISTATE_ON: +CKEDITOR.TRISTATE_OFF);a.fire("scaytButtonState",c)},onRender:function(){var b=this;a.on("scaytButtonState",function(a){void 0!==typeof a.data&&b.setState(a.data)})},onMenu:function(){var c=a.scayt;a.getMenuItem("scaytToggle").label=a.lang.scayt[c&&b.state.scayt[a.name]?"btn_disable":"btn_enable"];c={scaytToggle:CKEDITOR.TRISTATE_OFF,scaytOptions:c?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,scaytLangs:c?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,scaytDict:c?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED, +scaytAbout:c?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,WSC:a.plugins.wsc?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED};a.config.scayt_uiTabs[0]||delete c.scaytOptions;a.config.scayt_uiTabs[1]||delete c.scaytLangs;a.config.scayt_uiTabs[2]||delete c.scaytDict;return c}});a.contextMenu&&a.addMenuItems&&(a.contextMenu.addListener(function(b,c){var d=a.scayt,h,k;d&&(k=d.getSelectionNode())&&(h=e.menuGenerator(a,k),d.showBanner("."+a.contextMenu._.definition.panel.className.split(" ").join(" ."))); +return h}),a.contextMenu._.onHide=CKEDITOR.tools.override(a.contextMenu._.onHide,function(b){return function(){var c=a.scayt;c&&c.hideBanner();return b.apply(this)}}))},addMenuItems:function(a){var e=this,b=CKEDITOR.plugins.scayt;a.addMenuGroup("scaytButton");for(var c=a.config.scayt_contextMenuItemsOrder.split("|"),d=0;d<c.length;d++)c[d]="scayt_"+c[d];if((c=["grayt_description","grayt_suggest","grayt_control"].concat(c))&&c.length)for(d=0;d<c.length;d++)a.addMenuGroup(c[d],d-10);a.addCommand("scaytToggle", +{exec:function(a){var c=a.scayt;b.state.scayt[a.name]=!b.state.scayt[a.name];!0===b.state.scayt[a.name]?c||b.createScayt(a):c&&b.destroy(a)}});a.addCommand("scaytAbout",{exec:function(a){a.scayt.tabToOpen="about";a.lockSelection();a.openDialog(e.dialogName)}});a.addCommand("scaytOptions",{exec:function(a){a.scayt.tabToOpen="options";a.lockSelection();a.openDialog(e.dialogName)}});a.addCommand("scaytLangs",{exec:function(a){a.scayt.tabToOpen="langs";a.lockSelection();a.openDialog(e.dialogName)}}); +a.addCommand("scaytDict",{exec:function(a){a.scayt.tabToOpen="dictionaries";a.lockSelection();a.openDialog(e.dialogName)}});c={scaytToggle:{label:a.lang.scayt.btn_enable,group:"scaytButton",command:"scaytToggle"},scaytAbout:{label:a.lang.scayt.btn_about,group:"scaytButton",command:"scaytAbout"},scaytOptions:{label:a.lang.scayt.btn_options,group:"scaytButton",command:"scaytOptions"},scaytLangs:{label:a.lang.scayt.btn_langs,group:"scaytButton",command:"scaytLangs"},scaytDict:{label:a.lang.scayt.btn_dictionaries, +group:"scaytButton",command:"scaytDict"}};a.plugins.wsc&&(c.WSC={label:a.lang.wsc.toolbar,group:"scaytButton",onClick:function(){var b=CKEDITOR.plugins.scayt,c=a.scayt,d=a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?a.container.getText():a.document.getBody().getText();(d=d.replace(/\s/g,""))?(c&&b.state.scayt[a.name]&&c.setMarkupPaused&&c.setMarkupPaused(!0),a.lockSelection(),a.execCommand("checkspell")):alert("Nothing to check!")}});a.addMenuItems(c)},bindEvents:function(a){var e=CKEDITOR.plugins.scayt, +b=a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE,c=function(){e.destroy(a)},d=function(){!e.state.scayt[a.name]||a.readOnly||a.scayt||e.createScayt(a)},m=function(){var c=a.editable();c.attachListener(c,"focus",function(c){CKEDITOR.plugins.scayt&&!a.scayt&&setTimeout(d,0);c=CKEDITOR.plugins.scayt&&CKEDITOR.plugins.scayt.state.scayt[a.name]&&a.scayt;var f,e;if((b||c)&&a._.savedSelection){c=a._.savedSelection.getSelectedElement();c=!c&&a._.savedSelection.getRanges();for(var l=0;l<c.length;l++)e=c[l],"string"=== +typeof e.startContainer.$.nodeValue&&(f=e.startContainer.getText().length,(f<e.startOffset||f<e.endOffset)&&a.unlockSelection(!1))}},this,null,-10)},l=function(){b?a.config.scayt_inlineModeImmediateMarkup?d():(a.on("blur",function(){setTimeout(c,0)}),a.on("focus",d),a.focusManager.hasFocus&&d()):d();m();var f=a.editable();f.attachListener(f,"mousedown",function(b){b=b.data.getTarget();var c=a.widgets&&a.widgets.getByElement(b);c&&(c.wrapper=b.getAscendant(function(a){return a.hasAttribute("data-cke-widget-wrapper")}, +!0))},this,null,-10)};a.on("contentDom",l);a.on("beforeCommandExec",function(b){var c=a.scayt,d=null,g=!1,l=!0;b.data.name in e.options.disablingCommandExec&&"wysiwyg"==a.mode?c&&(e.destroy(a),a.fire("scaytButtonState",CKEDITOR.TRISTATE_DISABLED)):"bold"!==b.data.name&&"italic"!==b.data.name&&"underline"!==b.data.name&&"strike"!==b.data.name&&"subscript"!==b.data.name&&"superscript"!==b.data.name&&"enter"!==b.data.name&&"cut"!==b.data.name&&"language"!==b.data.name||!c||("cut"===b.data.name&&(l=!1, +g=!0),"language"===b.data.name&&(d=(d=a.plugins.language.getCurrentLangElement(a))&&d.$,g=!0),a.fire("reloadMarkupScayt",{removeOptions:{removeInside:l,forceBookmark:g,selectionNode:d},timeout:0}))});a.on("beforeSetMode",function(b){if("source"==b.data){if(b=a.scayt)e.destroy(a),a.fire("scaytButtonState",CKEDITOR.TRISTATE_DISABLED);a.document&&a.document.getBody().removeAttribute("_jquid")}});a.on("afterCommandExec",function(b){"wysiwyg"!=a.mode||"undo"!=b.data.name&&"redo"!=b.data.name||setTimeout(function(){var b= +a.scayt,c=b&&b.getScaytLangList();c&&c.ltr&&c.rtl&&b.fire("startSpellCheck, startGrammarCheck")},250)});a.on("readOnly",function(b){var c;b&&(c=a.scayt,!0===b.editor.readOnly?c&&c.fire("removeMarkupInDocument",{}):c?c.fire("startSpellCheck, startGrammarCheck"):"wysiwyg"==b.editor.mode&&!0===e.state.scayt[b.editor.name]&&(e.createScayt(a),b.editor.fire("scaytButtonState",CKEDITOR.TRISTATE_ON)))});a.on("beforeDestroy",c);a.on("setData",function(){c();(a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE||a.plugins.divarea)&& +l()},this,null,50);a.on("reloadMarkupScayt",function(b){var c=b.data&&b.data.removeOptions;setTimeout(function(){var b=a.scayt,d=b&&b.getScaytLangList();d&&d.ltr&&d.rtl&&(a.document.fire("keydown",new CKEDITOR.dom.event({keyCode:37})),b.removeMarkupInSelectionNode(c),b.fire("startSpellCheck, startGrammarCheck"))},b.data&&b.data.timeout||0)});a.on("insertElement",function(){a.fire("reloadMarkupScayt",{removeOptions:{forceBookmark:!0}})},this,null,50);a.on("insertHtml",function(){a.fire("reloadMarkupScayt")}, +this,null,50);a.on("insertText",function(){a.fire("reloadMarkupScayt")},this,null,50);a.on("scaytDialogShown",function(b){b.data.selectPage(a.scayt.tabToOpen)})},parseConfig:function(a){var e=CKEDITOR.plugins.scayt;e.replaceOldOptionsNames(a.config);"boolean"!==typeof a.config.scayt_autoStartup&&(a.config.scayt_autoStartup=!1);e.state.scayt[a.name]=a.config.scayt_autoStartup;"boolean"!==typeof a.config.grayt_autoStartup&&(a.config.grayt_autoStartup=!1);"boolean"!==typeof a.config.scayt_inlineModeImmediateMarkup&& +(a.config.scayt_inlineModeImmediateMarkup=!1);e.state.grayt[a.name]=a.config.grayt_autoStartup;a.config.scayt_contextCommands||(a.config.scayt_contextCommands="ignore|ignoreall|add");a.config.scayt_contextMenuItemsOrder||(a.config.scayt_contextMenuItemsOrder="suggest|moresuggest|control");a.config.scayt_sLang||(a.config.scayt_sLang="en_US");if(void 0===a.config.scayt_maxSuggestions||"number"!=typeof a.config.scayt_maxSuggestions||0>a.config.scayt_maxSuggestions)a.config.scayt_maxSuggestions=5;if(void 0=== +a.config.scayt_minWordLength||"number"!=typeof a.config.scayt_minWordLength||1>a.config.scayt_minWordLength)a.config.scayt_minWordLength=4;if(void 0===a.config.scayt_customDictionaryIds||"string"!==typeof a.config.scayt_customDictionaryIds)a.config.scayt_customDictionaryIds="";if(void 0===a.config.scayt_userDictionaryName||"string"!==typeof a.config.scayt_userDictionaryName)a.config.scayt_userDictionaryName=null;if("string"===typeof a.config.scayt_uiTabs&&3===a.config.scayt_uiTabs.split(",").length){var b= +[],c=[];a.config.scayt_uiTabs=a.config.scayt_uiTabs.split(",");CKEDITOR.tools.search(a.config.scayt_uiTabs,function(a){1===Number(a)||0===Number(a)?(c.push(!0),b.push(Number(a))):c.push(!1)});null===CKEDITOR.tools.search(c,!1)?a.config.scayt_uiTabs=b:a.config.scayt_uiTabs=[1,1,1]}else a.config.scayt_uiTabs=[1,1,1];"string"!=typeof a.config.scayt_serviceProtocol&&(a.config.scayt_serviceProtocol=null);"string"!=typeof a.config.scayt_serviceHost&&(a.config.scayt_serviceHost=null);"string"!=typeof a.config.scayt_servicePort&& +(a.config.scayt_servicePort=null);"string"!=typeof a.config.scayt_servicePath&&(a.config.scayt_servicePath=null);a.config.scayt_moreSuggestions||(a.config.scayt_moreSuggestions="on");"string"!==typeof a.config.scayt_customerId&&(a.config.scayt_customerId="1:WvF0D4-UtPqN1-43nkD4-NKvUm2-daQqk3-LmNiI-z7Ysb4-mwry24-T8YrS3-Q2tpq2");"string"!==typeof a.config.scayt_srcUrl&&(e=document.location.protocol,e=-1!=e.search(/https?:/)?e:"http:",a.config.scayt_srcUrl=e+"//svc.webspellchecker.net/spellcheck31/lf/scayt3/ckscayt/ckscayt.js"); +"boolean"!==typeof CKEDITOR.config.scayt_handleCheckDirty&&(CKEDITOR.config.scayt_handleCheckDirty=!0);"boolean"!==typeof CKEDITOR.config.scayt_handleUndoRedo&&(CKEDITOR.config.scayt_handleUndoRedo=!0);CKEDITOR.config.scayt_handleUndoRedo=CKEDITOR.plugins.undo?CKEDITOR.config.scayt_handleUndoRedo:!1;"boolean"!==typeof a.config.scayt_multiLanguageMode&&(a.config.scayt_multiLanguageMode=!1);"object"!==typeof a.config.scayt_multiLanguageStyles&&(a.config.scayt_multiLanguageStyles={});a.config.scayt_ignoreAllCapsWords&& +"boolean"!==typeof a.config.scayt_ignoreAllCapsWords&&(a.config.scayt_ignoreAllCapsWords=!1);a.config.scayt_ignoreDomainNames&&"boolean"!==typeof a.config.scayt_ignoreDomainNames&&(a.config.scayt_ignoreDomainNames=!1);a.config.scayt_ignoreWordsWithMixedCases&&"boolean"!==typeof a.config.scayt_ignoreWordsWithMixedCases&&(a.config.scayt_ignoreWordsWithMixedCases=!1);a.config.scayt_ignoreWordsWithNumbers&&"boolean"!==typeof a.config.scayt_ignoreWordsWithNumbers&&(a.config.scayt_ignoreWordsWithNumbers= +!1);if(a.config.scayt_disableOptionsStorage){var e=CKEDITOR.tools.isArray(a.config.scayt_disableOptionsStorage)?a.config.scayt_disableOptionsStorage:"string"===typeof a.config.scayt_disableOptionsStorage?[a.config.scayt_disableOptionsStorage]:void 0,d="all options lang ignore-all-caps-words ignore-domain-names ignore-words-with-mixed-cases ignore-words-with-numbers".split(" "),m=["lang","ignore-all-caps-words","ignore-domain-names","ignore-words-with-mixed-cases","ignore-words-with-numbers"],l=CKEDITOR.tools.search, +f=CKEDITOR.tools.indexOf;a.config.scayt_disableOptionsStorage=function(a){for(var b=[],c=0;c<a.length;c++){var e=a[c],t=!!l(a,"options");if(!l(d,e)||t&&l(m,function(a){if("lang"===a)return!1}))return;l(m,e)&&m.splice(f(m,e),1);if("all"===e||t&&l(a,"lang"))return[];"options"===e&&(m=["lang"])}return b=b.concat(m)}(e)}},addRule:function(a){var e=CKEDITOR.plugins.scayt,b=a.dataProcessor,c=b&&b.htmlFilter,d=a._.elementsPath&&a._.elementsPath.filters,b=b&&b.dataFilter,m=a.addRemoveFormatFilter,l=function(b){if(a.scayt&& +(b.hasAttribute(e.options.data_attribute_name)||b.hasAttribute(e.options.problem_grammar_data_attribute)))return!1},f=function(b){var c=!0;a.scayt&&(b.hasAttribute(e.options.data_attribute_name)||b.hasAttribute(e.options.problem_grammar_data_attribute))&&(c=!1);return c};d&&d.push(l);b&&b.addRules({elements:{span:function(a){var b=a.hasClass(e.options.misspelled_word_class)&&a.attributes[e.options.data_attribute_name],c=a.hasClass(e.options.problem_grammar_class)&&a.attributes[e.options.problem_grammar_data_attribute]; +e&&(b||c)&&delete a.name;return a}}});c&&c.addRules({elements:{span:function(a){var b=a.hasClass(e.options.misspelled_word_class)&&a.attributes[e.options.data_attribute_name],c=a.hasClass(e.options.problem_grammar_class)&&a.attributes[e.options.problem_grammar_data_attribute];e&&(b||c)&&delete a.name;return a}}});m&&m.call(a,f)},scaytMenuDefinition:function(a){var e=this;a=a.scayt;return{scayt:{scayt_ignore:{label:a.getLocal("btn_ignore"),group:"scayt_control",order:1,exec:function(a){a.scayt.ignoreWord()}}, +scayt_ignoreall:{label:a.getLocal("btn_ignoreAll"),group:"scayt_control",order:2,exec:function(a){a.scayt.ignoreAllWords()}},scayt_add:{label:a.getLocal("btn_addWord"),group:"scayt_control",order:3,exec:function(a){var c=a.scayt;setTimeout(function(){c.addWordToUserDictionary()},10)}},scayt_option:{label:a.getLocal("btn_options"),group:"scayt_control",order:4,exec:function(a){a.scayt.tabToOpen="options";a.lockSelection();a.openDialog(e.dialogName)},verification:function(a){return 1==a.config.scayt_uiTabs[0]? +!0:!1}},scayt_language:{label:a.getLocal("btn_langs"),group:"scayt_control",order:5,exec:function(a){a.scayt.tabToOpen="langs";a.lockSelection();a.openDialog(e.dialogName)},verification:function(a){return 1==a.config.scayt_uiTabs[1]?!0:!1}},scayt_dictionary:{label:a.getLocal("btn_dictionaries"),group:"scayt_control",order:6,exec:function(a){a.scayt.tabToOpen="dictionaries";a.lockSelection();a.openDialog(e.dialogName)},verification:function(a){return 1==a.config.scayt_uiTabs[2]?!0:!1}},scayt_about:{label:a.getLocal("btn_about"), +group:"scayt_control",order:7,exec:function(a){a.scayt.tabToOpen="about";a.lockSelection();a.openDialog(e.dialogName)}}},grayt:{grayt_problemdescription:{label:"Grammar problem description",group:"grayt_description",order:1,state:CKEDITOR.TRISTATE_DISABLED,exec:function(a){}},grayt_ignore:{label:a.getLocal("btn_ignore"),group:"grayt_control",order:2,exec:function(a){a.scayt.ignorePhrase()}}}}},buildSuggestionMenuItems:function(a,e,b){var c={},d={},m=b?"word":"phrase",l=b?"startGrammarCheck":"startSpellCheck", +f=a.scayt;if(0<e.length&&"no_any_suggestions"!==e[0])if(b)for(b=0;b<e.length;b++){var h="scayt_suggest_"+CKEDITOR.plugins.scayt.suggestions[b].replace(" ","_");a.addCommand(h,this.createCommand(CKEDITOR.plugins.scayt.suggestions[b],m,l));b<a.config.scayt_maxSuggestions?(a.addMenuItem(h,{label:e[b],command:h,group:"scayt_suggest",order:b+1}),c[h]=CKEDITOR.TRISTATE_OFF):(a.addMenuItem(h,{label:e[b],command:h,group:"scayt_moresuggest",order:b+1}),d[h]=CKEDITOR.TRISTATE_OFF,"on"===a.config.scayt_moreSuggestions&& +(a.addMenuItem("scayt_moresuggest",{label:f.getLocal("btn_moreSuggestions"),group:"scayt_moresuggest",order:10,getItems:function(){return d}}),c.scayt_moresuggest=CKEDITOR.TRISTATE_OFF))}else for(b=0;b<e.length;b++)h="grayt_suggest_"+CKEDITOR.plugins.scayt.suggestions[b].replace(" ","_"),a.addCommand(h,this.createCommand(CKEDITOR.plugins.scayt.suggestions[b],m,l)),a.addMenuItem(h,{label:e[b],command:h,group:"grayt_suggest",order:b+1}),c[h]=CKEDITOR.TRISTATE_OFF;else c.no_scayt_suggest=CKEDITOR.TRISTATE_DISABLED, +a.addCommand("no_scayt_suggest",{exec:function(){}}),a.addMenuItem("no_scayt_suggest",{label:f.getLocal("btn_noSuggestions")||"no_scayt_suggest",command:"no_scayt_suggest",group:"scayt_suggest",order:0});return c},menuGenerator:function(a,e){var b=a.scayt,c=this.scaytMenuDefinition(a),d={},m=a.config.scayt_contextCommands.split("|"),l=e.getAttribute(b.getLangAttribute())||b.getLang(),f,h;f=b.isScaytNode(e);h=b.isGraytNode(e);f?(c=c.scayt,d=e.getAttribute(b.getScaytNodeAttributeName()),b.fire("getSuggestionsList", +{lang:l,word:d}),d=this.buildSuggestionMenuItems(a,CKEDITOR.plugins.scayt.suggestions,f)):h&&(c=c.grayt,d=e.getAttribute(b.getGraytNodeAttributeName()),h=b.getProblemDescriptionText(d,l),c.grayt_problemdescription&&h&&(c.grayt_problemdescription.label=h),b.fire("getGrammarSuggestionsList",{lang:l,phrase:d}),d=this.buildSuggestionMenuItems(a,CKEDITOR.plugins.scayt.suggestions,f));if(f&&"off"==a.config.scayt_contextCommands)return d;for(var k in c)f&&-1==CKEDITOR.tools.indexOf(m,k.replace("scayt_", +""))&&"all"!=a.config.scayt_contextCommands||(d[k]="undefined"!=typeof c[k].state?c[k].state:CKEDITOR.TRISTATE_OFF,"function"!==typeof c[k].verification||c[k].verification(a)||delete d[k],a.addCommand(k,{exec:c[k].exec}),a.addMenuItem(k,{label:a.lang.scayt[c[k].label]||c[k].label,command:k,group:c[k].group,order:c[k].order}));return d},createCommand:function(a,e,b){return{exec:function(c){c=c.scayt;var d={};d[e]=a;c.replaceSelectionNode(d);"startGrammarCheck"===b&&c.removeMarkupInSelectionNode({grammarOnly:!0}); +c.fire(b)}}}}),CKEDITOR.plugins.scayt={state:{scayt:{},grayt:{}},suggestions:[],loadingHelper:{loadOrder:[]},isLoading:!1,options:{disablingCommandExec:{source:!0,newpage:!0,templates:!0},data_attribute_name:"data-scayt-word",misspelled_word_class:"scayt-misspell-word",problem_grammar_data_attribute:"data-grayt-phrase",problem_grammar_class:"gramm-problem"},backCompatibilityMap:{scayt_service_protocol:"scayt_serviceProtocol",scayt_service_host:"scayt_serviceHost",scayt_service_port:"scayt_servicePort", +scayt_service_path:"scayt_servicePath",scayt_customerid:"scayt_customerId"},replaceOldOptionsNames:function(a){for(var e in a)e in this.backCompatibilityMap&&(a[this.backCompatibilityMap[e]]=a[e],delete a[e])},createScayt:function(a){var e=this,b=CKEDITOR.plugins.scayt;this.loadScaytLibrary(a,function(a){var d=a.window&&a.window.getFrame()||a.editable();d?(d={lang:a.config.scayt_sLang,container:d.$,customDictionary:a.config.scayt_customDictionaryIds,userDictionaryName:a.config.scayt_userDictionaryName, +localization:a.langCode,customer_id:a.config.scayt_customerId,debug:a.config.scayt_debug,data_attribute_name:e.options.data_attribute_name,misspelled_word_class:e.options.misspelled_word_class,problem_grammar_data_attribute:e.options.problem_grammar_data_attribute,problem_grammar_class:e.options.problem_grammar_class,"options-to-restore":a.config.scayt_disableOptionsStorage,focused:a.editable().hasFocus,ignoreElementsRegex:a.config.scayt_elementsToIgnore,minWordLength:a.config.scayt_minWordLength, +multiLanguageMode:a.config.scayt_multiLanguageMode,multiLanguageStyles:a.config.scayt_multiLanguageStyles,graytAutoStartup:b.state.grayt[a.name]},a.config.scayt_serviceProtocol&&(d.service_protocol=a.config.scayt_serviceProtocol),a.config.scayt_serviceHost&&(d.service_host=a.config.scayt_serviceHost),a.config.scayt_servicePort&&(d.service_port=a.config.scayt_servicePort),a.config.scayt_servicePath&&(d.service_path=a.config.scayt_servicePath),"boolean"===typeof a.config.scayt_ignoreAllCapsWords&&(d["ignore-all-caps-words"]= +a.config.scayt_ignoreAllCapsWords),"boolean"===typeof a.config.scayt_ignoreDomainNames&&(d["ignore-domain-names"]=a.config.scayt_ignoreDomainNames),"boolean"===typeof a.config.scayt_ignoreWordsWithMixedCases&&(d["ignore-words-with-mixed-cases"]=a.config.scayt_ignoreWordsWithMixedCases),"boolean"===typeof a.config.scayt_ignoreWordsWithNumbers&&(d["ignore-words-with-numbers"]=a.config.scayt_ignoreWordsWithNumbers),d=new SCAYT.CKSCAYT(d,function(){},function(){}),d.subscribe("suggestionListSend",function(a){for(var b= +{},c=[],d=0;d<a.suggestionList.length;d++)b["word_"+a.suggestionList[d]]||(b["word_"+a.suggestionList[d]]=a.suggestionList[d],c.push(a.suggestionList[d]));CKEDITOR.plugins.scayt.suggestions=c}),d.subscribe("selectionIsChanged",function(b){a.getSelection().isLocked&&a.lockSelection()}),d.subscribe("graytStateChanged",function(d){b.state.grayt[a.name]=d.state}),a.scayt=d,a.fire("scaytButtonState",a.readOnly?CKEDITOR.TRISTATE_DISABLED:CKEDITOR.TRISTATE_ON)):b.state.scayt[a.name]=!1})},destroy:function(a){a.scayt&& +a.scayt.destroy();delete a.scayt;a.fire("scaytButtonState",CKEDITOR.TRISTATE_OFF)},loadScaytLibrary:function(a,e){var b=this,c,d;this.loadingHelper[a.name]||("undefined"===typeof window.SCAYT||"function"!==typeof window.SCAYT.CKSCAYT?(this.loadingHelper[a.name]=e,this.loadingHelper.loadOrder.push(a.name),c=new Date,c=c.getTime(),d=a.config.scayt_srcUrl,d+=0<=d.indexOf("?")?"":"?"+c,this.loadingHelper.ckscaytLoading||(CKEDITOR.scriptLoader.load(d,function(a){if(a){CKEDITOR.fireOnce("scaytReady");for(var c= +0;c<b.loadingHelper.loadOrder.length;c++){a=b.loadingHelper.loadOrder[c];if("function"===typeof b.loadingHelper[a])b.loadingHelper[a](CKEDITOR.instances[a]);delete b.loadingHelper[a]}b.loadingHelper.loadOrder=[]}}),this.loadingHelper.ckscaytLoading=!0)):window.SCAYT&&"function"===typeof window.SCAYT.CKSCAYT&&(CKEDITOR.fireOnce("scaytReady"),a.scayt||"function"===typeof e&&e(a)))}},CKEDITOR.on("dialogDefinition",function(a){var e=a.data.name;a=a.data.definition.dialog;if("scaytDialog"===e)a.on("cancel", +function(a){return!1},this,null,-1);if("checkspell"===e)a.on("cancel",function(a){a=a.sender&&a.sender.getParentEditor();var c=CKEDITOR.plugins.scayt,d=a.scayt;d&&c.state.scayt[a.name]&&d.setMarkupPaused&&d.setMarkupPaused(!1);a.unlockSelection()},this,null,-2);if("link"===e)a.on("ok",function(a){var c=a.sender&&a.sender.getParentEditor();c&&setTimeout(function(){c.fire("reloadMarkupScayt",{removeOptions:{removeInside:!0,forceBookmark:!0},timeout:0})},0)})}),CKEDITOR.on("scaytReady",function(){if(!0=== +CKEDITOR.config.scayt_handleCheckDirty){var a=CKEDITOR.editor.prototype;a.checkDirty=CKEDITOR.tools.override(a.checkDirty,function(a){return function(){var c=null,d=this.scayt;if(CKEDITOR.plugins.scayt&&CKEDITOR.plugins.scayt.state.scayt[this.name]&&this.scayt){if(c="ready"==this.status)var e=d.removeMarkupFromString(this.getSnapshot()),d=d.removeMarkupFromString(this._.previousValue),c=c&&d!==e}else c=a.call(this);return c}});a.resetDirty=CKEDITOR.tools.override(a.resetDirty,function(a){return function(){var c= +this.scayt;CKEDITOR.plugins.scayt&&CKEDITOR.plugins.scayt.state.scayt[this.name]&&this.scayt?this._.previousValue=c.removeMarkupFromString(this.getSnapshot()):a.call(this)}})}if(!0===CKEDITOR.config.scayt_handleUndoRedo){var a=CKEDITOR.plugins.undo.Image.prototype,e="function"==typeof a.equalsContent?"equalsContent":"equals";a[e]=CKEDITOR.tools.override(a[e],function(a){return function(c){var d=c.editor.scayt,e=this.contents,l=c.contents,f=null;CKEDITOR.plugins.scayt&&CKEDITOR.plugins.scayt.state.scayt[c.editor.name]&& +c.editor.scayt&&(this.contents=d.removeMarkupFromString(e)||"",c.contents=d.removeMarkupFromString(l)||"");f=a.apply(this,arguments);this.contents=e;c.contents=l;return f}})}}),function(){var a={preserveState:!0,editorFocus:!1,readOnly:1,exec:function(a){this.toggleState();this.refresh(a)},refresh:function(a){if(a.document){var b=this.state==CKEDITOR.TRISTATE_ON?"attachClass":"removeClass";a.editable()[b]("cke_show_borders")}}};CKEDITOR.plugins.add("showborders",{modes:{wysiwyg:1},onLoad:function(){var a; +a=(CKEDITOR.env.ie6Compat?[".%1 table.%2,",".%1 table.%2 td, .%1 table.%2 th","{","border : #d3d3d3 1px dotted","}"]:".%1 table.%2,;.%1 table.%2 \x3e tr \x3e td, .%1 table.%2 \x3e tr \x3e th,;.%1 table.%2 \x3e tbody \x3e tr \x3e td, .%1 table.%2 \x3e tbody \x3e tr \x3e th,;.%1 table.%2 \x3e thead \x3e tr \x3e td, .%1 table.%2 \x3e thead \x3e tr \x3e th,;.%1 table.%2 \x3e tfoot \x3e tr \x3e td, .%1 table.%2 \x3e tfoot \x3e tr \x3e th;{;border : #d3d3d3 1px dotted;}".split(";")).join("").replace(/%2/g, +"cke_show_border").replace(/%1/g,"cke_show_borders ");CKEDITOR.addCss(a)},init:function(e){var b=e.addCommand("showborders",a);b.canUndo=!1;!1!==e.config.startupShowBorders&&b.setState(CKEDITOR.TRISTATE_ON);e.on("mode",function(){b.state!=CKEDITOR.TRISTATE_DISABLED&&b.refresh(e)},null,null,100);e.on("contentDom",function(){b.state!=CKEDITOR.TRISTATE_DISABLED&&b.refresh(e)});e.on("removeFormatCleanup",function(a){a=a.data;e.getCommand("showborders").state==CKEDITOR.TRISTATE_ON&&a.is("table")&&(!a.hasAttribute("border")|| +0>=parseInt(a.getAttribute("border"),10))&&a.addClass("cke_show_border")})},afterInit:function(a){var b=a.dataProcessor;a=b&&b.dataFilter;b=b&&b.htmlFilter;a&&a.addRules({elements:{table:function(a){a=a.attributes;var b=a["class"],e=parseInt(a.border,10);e&&!(0>=e)||b&&-1!=b.indexOf("cke_show_border")||(a["class"]=(b||"")+" cke_show_border")}}});b&&b.addRules({elements:{table:function(a){a=a.attributes;var b=a["class"];b&&(a["class"]=b.replace("cke_show_border","").replace(/\s{2}/," ").replace(/^\s+|\s+$/, +""))}}})}});CKEDITOR.on("dialogDefinition",function(a){var b=a.data.name;if("table"==b||"tableProperties"==b)if(a=a.data.definition,b=a.getContents("info").get("txtBorder"),b.commit=CKEDITOR.tools.override(b.commit,function(a){return function(b,e){a.apply(this,arguments);var l=parseInt(this.getValue(),10);e[!l||0>=l?"addClass":"removeClass"]("cke_show_border")}}),a=(a=a.getContents("advanced"))&&a.get("advCSSClasses"))a.setup=CKEDITOR.tools.override(a.setup,function(a){return function(){a.apply(this, +arguments);this.setValue(this.getValue().replace(/cke_show_border/,""))}}),a.commit=CKEDITOR.tools.override(a.commit,function(a){return function(b,e){a.apply(this,arguments);parseInt(e.getAttribute("border"),10)||e.addClass("cke_show_border")}})})}(),function(){CKEDITOR.plugins.add("sourcearea",{init:function(e){function b(){var a=d&&this.equals(CKEDITOR.document.getActive());this.hide();this.setStyle("height",this.getParent().$.clientHeight+"px");this.setStyle("width",this.getParent().$.clientWidth+ +"px");this.show();a&&this.focus()}if(e.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE){var c=CKEDITOR.plugins.sourcearea;e.addMode("source",function(c){var d=e.ui.space("contents").getDocument().createElement("textarea");d.setStyles(CKEDITOR.tools.extend({width:CKEDITOR.env.ie7Compat?"99%":"100%",height:"100%",resize:"none",outline:"none","text-align":"left"},CKEDITOR.tools.cssVendorPrefix("tab-size",e.config.sourceAreaTabSize||4)));d.setAttribute("dir","ltr");d.addClass("cke_source").addClass("cke_reset").addClass("cke_enable_context_menu"); +e.ui.space("contents").append(d);d=e.editable(new a(e,d));d.setData(e.getData(1));CKEDITOR.env.ie&&(d.attachListener(e,"resize",b,d),d.attachListener(CKEDITOR.document.getWindow(),"resize",b,d),CKEDITOR.tools.setTimeout(b,0,d));e.fire("ariaWidget",this);c()});e.addCommand("source",c.commands.source);e.ui.addButton&&e.ui.addButton("Source",{label:e.lang.sourcearea.toolbar,command:"source",toolbar:"mode,10"});e.on("mode",function(){e.getCommand("source").setState("source"==e.mode?CKEDITOR.TRISTATE_ON: +CKEDITOR.TRISTATE_OFF)});var d=CKEDITOR.env.ie&&9==CKEDITOR.env.version}}});var a=CKEDITOR.tools.createClass({base:CKEDITOR.editable,proto:{setData:function(a){this.setValue(a);this.status="ready";this.editor.fire("dataReady")},getData:function(){return this.getValue()},insertHtml:function(){},insertElement:function(){},insertText:function(){},setReadOnly:function(a){this[(a?"set":"remove")+"Attribute"]("readOnly","readonly")},detach:function(){a.baseProto.detach.call(this);this.clearCustomData(); +this.remove()}}})}(),CKEDITOR.plugins.sourcearea={commands:{source:{modes:{wysiwyg:1,source:1},editorFocus:!1,readOnly:1,exec:function(a){"wysiwyg"==a.mode&&a.fire("saveSnapshot");a.getCommand("source").setState(CKEDITOR.TRISTATE_DISABLED);a.setMode("source"==a.mode?"wysiwyg":"source")},canUndo:!1}}},CKEDITOR.plugins.add("specialchar",{availableLangs:{af:1,ar:1,bg:1,ca:1,cs:1,cy:1,da:1,de:1,"de-ch":1,el:1,en:1,"en-gb":1,eo:1,es:1,et:1,eu:1,fa:1,fi:1,fr:1,"fr-ca":1,gl:1,he:1,hr:1,hu:1,id:1,it:1,ja:1, +km:1,ko:1,ku:1,lt:1,lv:1,nb:1,nl:1,no:1,pl:1,pt:1,"pt-br":1,ru:1,si:1,sk:1,sl:1,sq:1,sv:1,th:1,tr:1,tt:1,ug:1,uk:1,vi:1,zh:1,"zh-cn":1},requires:"dialog",init:function(a){var e=this;CKEDITOR.dialog.add("specialchar",this.path+"dialogs/specialchar.js");a.addCommand("specialchar",{exec:function(){var b=a.langCode,b=e.availableLangs[b]?b:e.availableLangs[b.replace(/-.*/,"")]?b.replace(/-.*/,""):"en";CKEDITOR.scriptLoader.load(CKEDITOR.getUrl(e.path+"dialogs/lang/"+b+".js"),function(){CKEDITOR.tools.extend(a.lang.specialchar, +e.langEntries[b]);a.openDialog("specialchar")})},modes:{wysiwyg:1},canUndo:!1});a.ui.addButton&&a.ui.addButton("SpecialChar",{label:a.lang.specialchar.toolbar,command:"specialchar",toolbar:"insert,50"})}}),CKEDITOR.config.specialChars="! \x26quot; # $ % \x26amp; ' ( ) * + - . / 0 1 2 3 4 5 6 7 8 9 : ; \x26lt; \x3d \x26gt; ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x26euro; \x26lsquo; \x26rsquo; \x26ldquo; \x26rdquo; \x26ndash; \x26mdash; \x26iexcl; \x26cent; \x26pound; \x26curren; \x26yen; \x26brvbar; \x26sect; \x26uml; \x26copy; \x26ordf; \x26laquo; \x26not; \x26reg; \x26macr; \x26deg; \x26sup2; \x26sup3; \x26acute; \x26micro; \x26para; \x26middot; \x26cedil; \x26sup1; \x26ordm; \x26raquo; \x26frac14; \x26frac12; \x26frac34; \x26iquest; \x26Agrave; \x26Aacute; \x26Acirc; \x26Atilde; \x26Auml; \x26Aring; \x26AElig; \x26Ccedil; \x26Egrave; \x26Eacute; \x26Ecirc; \x26Euml; \x26Igrave; \x26Iacute; \x26Icirc; \x26Iuml; \x26ETH; \x26Ntilde; \x26Ograve; \x26Oacute; \x26Ocirc; \x26Otilde; \x26Ouml; \x26times; \x26Oslash; \x26Ugrave; \x26Uacute; \x26Ucirc; \x26Uuml; \x26Yacute; \x26THORN; \x26szlig; \x26agrave; \x26aacute; \x26acirc; \x26atilde; \x26auml; \x26aring; \x26aelig; \x26ccedil; \x26egrave; \x26eacute; \x26ecirc; \x26euml; \x26igrave; \x26iacute; \x26icirc; \x26iuml; \x26eth; \x26ntilde; \x26ograve; \x26oacute; \x26ocirc; \x26otilde; \x26ouml; \x26divide; \x26oslash; \x26ugrave; \x26uacute; \x26ucirc; \x26uuml; \x26yacute; \x26thorn; \x26yuml; \x26OElig; \x26oelig; \x26#372; \x26#374 \x26#373 \x26#375; \x26sbquo; \x26#8219; \x26bdquo; \x26hellip; \x26trade; \x26#9658; \x26bull; \x26rarr; \x26rArr; \x26hArr; \x26diams; \x26asymp;".split(" "), +function(){CKEDITOR.plugins.add("stylescombo",{requires:"richcombo",init:function(a){var e=a.config,b=a.lang.stylescombo,c={},d=[],m=[];a.on("stylesSet",function(b){if(b=b.data.styles){for(var f,h,k,g=0,n=b.length;g<n;g++)(f=b[g],a.blockless&&f.element in CKEDITOR.dtd.$block||(h=f.name,f=new CKEDITOR.style(f),a.filter.customConfig&&!a.filter.check(f)))||(f._name=h,f._.enterMode=e.enterMode,f._.type=k=f.assignedTo||f.type,f._.weight=g+1E3*(k==CKEDITOR.STYLE_OBJECT?1:k==CKEDITOR.STYLE_BLOCK?2:3),c[h]= +f,d.push(f),m.push(f));d.sort(function(a,b){return a._.weight-b._.weight})}});a.ui.addRichCombo("Styles",{label:b.label,title:b.panelTitle,toolbar:"styles,10",allowedContent:m,panel:{css:[CKEDITOR.skin.getPath("editor")].concat(e.contentsCss),multiSelect:!0,attributes:{"aria-label":b.panelTitle}},init:function(){var a,c,e,k,g,m;g=0;for(m=d.length;g<m;g++)a=d[g],c=a._name,k=a._.type,k!=e&&(this.startGroup(b["panelTitle"+String(k)]),e=k),this.add(c,a.type==CKEDITOR.STYLE_OBJECT?c:a.buildPreview(),c); +this.commit()},onClick:function(b){a.focus();a.fire("saveSnapshot");b=c[b];var d=a.elementPath();a[b.checkActive(d,a)?"removeStyle":"applyStyle"](b);a.fire("saveSnapshot")},onRender:function(){a.on("selectionChange",function(b){var d=this.getValue();b=b.data.path.elements;for(var e=0,k=b.length,g;e<k;e++){g=b[e];for(var m in c)if(c[m].checkElementRemovable(g,!0,a)){m!=d&&this.setValue(m);return}}this.setValue("")},this)},onOpen:function(){var d=a.getSelection().getSelectedElement(),d=a.elementPath(d), +f=[0,0,0,0];this.showAll();this.unmarkAll();for(var e in c){var k=c[e],g=k._.type;k.checkApplicable(d,a,a.activeFilter)?f[g]++:this.hideItem(e);k.checkActive(d,a)&&this.mark(e)}f[CKEDITOR.STYLE_BLOCK]||this.hideGroup(b["panelTitle"+String(CKEDITOR.STYLE_BLOCK)]);f[CKEDITOR.STYLE_INLINE]||this.hideGroup(b["panelTitle"+String(CKEDITOR.STYLE_INLINE)]);f[CKEDITOR.STYLE_OBJECT]||this.hideGroup(b["panelTitle"+String(CKEDITOR.STYLE_OBJECT)])},refresh:function(){var b=a.elementPath();if(b){for(var d in c)if(c[d].checkApplicable(b, +a,a.activeFilter))return;this.setState(CKEDITOR.TRISTATE_DISABLED)}},reset:function(){c={};d=[]}})}})}(),function(){function a(a){return{editorFocus:!1,canUndo:!1,modes:{wysiwyg:1},exec:function(b){if(b.editable().hasFocus){var c=b.getSelection(),f;if(f=(new CKEDITOR.dom.elementPath(c.getCommonAncestor(),c.root)).contains({td:1,th:1},1)){var c=b.createRange(),e=CKEDITOR.tools.tryThese(function(){var b=f.getParent().$.cells[f.$.cellIndex+(a?-1:1)];b.parentNode.parentNode;return b},function(){var b= +f.getParent(),b=b.getAscendant("table").$.rows[b.$.rowIndex+(a?-1:1)];return b.cells[a?b.cells.length-1:0]});if(e||a)if(e)e=new CKEDITOR.dom.element(e),c.moveToElementEditStart(e),c.checkStartOfBlock()&&c.checkEndOfBlock()||c.selectNodeContents(e);else return!0;else{for(var k=f.getAscendant("table").$,e=f.getParent().$.cells,k=new CKEDITOR.dom.element(k.insertRow(-1),b.document),g=0,n=e.length;g<n;g++)k.append((new CKEDITOR.dom.element(e[g],b.document)).clone(!1,!1)).appendBogus();c.moveToElementEditStart(k)}c.select(!0); +return!0}}return!1}}}var e={editorFocus:!1,modes:{wysiwyg:1,source:1}},b={exec:function(a){a.container.focusNext(!0,a.tabIndex)}},c={exec:function(a){a.container.focusPrevious(!0,a.tabIndex)}};CKEDITOR.plugins.add("tab",{init:function(d){for(var m=!1!==d.config.enableTabKeyTools,l=d.config.tabSpaces||0,f="";l--;)f+=" ";if(f)d.on("key",function(a){9==a.data.keyCode&&(d.insertText(f),a.cancel())});if(m)d.on("key",function(a){(9==a.data.keyCode&&d.execCommand("selectNextCell")||a.data.keyCode==CKEDITOR.SHIFT+ +9&&d.execCommand("selectPreviousCell"))&&a.cancel()});d.addCommand("blur",CKEDITOR.tools.extend(b,e));d.addCommand("blurBack",CKEDITOR.tools.extend(c,e));d.addCommand("selectNextCell",a());d.addCommand("selectPreviousCell",a(!0))}})}(),CKEDITOR.dom.element.prototype.focusNext=function(a,e){var b=void 0===e?this.getTabIndex():e,c,d,m,l,f,h;if(0>=b)for(f=this.getNextSourceNode(a,CKEDITOR.NODE_ELEMENT);f;){if(f.isVisible()&&0===f.getTabIndex()){m=f;break}f=f.getNextSourceNode(!1,CKEDITOR.NODE_ELEMENT)}else for(f= +this.getDocument().getBody().getFirst();f=f.getNextSourceNode(!1,CKEDITOR.NODE_ELEMENT);){if(!c)if(!d&&f.equals(this)){if(d=!0,a){if(!(f=f.getNextSourceNode(!0,CKEDITOR.NODE_ELEMENT)))break;c=1}}else d&&!this.contains(f)&&(c=1);if(f.isVisible()&&!(0>(h=f.getTabIndex()))){if(c&&h==b){m=f;break}h>b&&(!m||!l||h<l)?(m=f,l=h):m||0!==h||(m=f,l=h)}}m&&m.focus()},CKEDITOR.dom.element.prototype.focusPrevious=function(a,e){for(var b=void 0===e?this.getTabIndex():e,c,d,m,l=0,f,h=this.getDocument().getBody().getLast();h= +h.getPreviousSourceNode(!1,CKEDITOR.NODE_ELEMENT);){if(!c)if(!d&&h.equals(this)){if(d=!0,a){if(!(h=h.getPreviousSourceNode(!0,CKEDITOR.NODE_ELEMENT)))break;c=1}}else d&&!this.contains(h)&&(c=1);if(h.isVisible()&&!(0>(f=h.getTabIndex())))if(0>=b){if(c&&0===f){m=h;break}f>l&&(m=h,l=f)}else{if(c&&f==b){m=h;break}f<b&&(!m||f>l)&&(m=h,l=f)}}m&&m.focus()},CKEDITOR.plugins.add("table",{requires:"dialog",init:function(a){function e(a){return CKEDITOR.tools.extend(a||{},{contextSensitive:1,refresh:function(a, +b){this.setState(b.contains("table",1)?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED)}})}if(!a.blockless){var b=a.lang.table;a.addCommand("table",new CKEDITOR.dialogCommand("table",{context:"table",allowedContent:"table{width,height}[align,border,cellpadding,cellspacing,summary];caption tbody thead tfoot;th td tr[scope];"+(a.plugins.dialogadvtab?"table"+a.plugins.dialogadvtab.allowedContent():""),requiredContent:"table",contentTransformations:[["table{width}: sizeToStyle","table[width]: sizeToAttribute"]]})); +a.addCommand("tableProperties",new CKEDITOR.dialogCommand("tableProperties",e()));a.addCommand("tableDelete",e({exec:function(a){var b=a.elementPath().contains("table",1);if(b){var e=b.getParent(),l=a.editable();1!=e.getChildCount()||e.is("td","th")||e.equals(l)||(b=e);a=a.createRange();a.moveToPosition(b,CKEDITOR.POSITION_BEFORE_START);b.remove();a.select()}}}));a.ui.addButton&&a.ui.addButton("Table",{label:b.toolbar,command:"table",toolbar:"insert,30"});CKEDITOR.dialog.add("table",this.path+"dialogs/table.js"); +CKEDITOR.dialog.add("tableProperties",this.path+"dialogs/table.js");a.addMenuItems&&a.addMenuItems({table:{label:b.menu,command:"tableProperties",group:"table",order:5},tabledelete:{label:b.deleteTable,command:"tableDelete",group:"table",order:1}});a.on("doubleclick",function(a){a.data.element.is("table")&&(a.data.dialog="tableProperties")});a.contextMenu&&a.contextMenu.addListener(function(){return{tabledelete:CKEDITOR.TRISTATE_OFF,table:CKEDITOR.TRISTATE_OFF}})}}}),function(){function a(a){function b(a){0< +c.length||a.type!=CKEDITOR.NODE_ELEMENT||!t.test(a.getName())||a.getCustomData("selected_cell")||(CKEDITOR.dom.element.setMarker(d,a,"selected_cell",!0),c.push(a))}a=a.getRanges();for(var c=[],d={},f=0;f<a.length;f++){var e=a[f];if(e.collapsed)e=e.getCommonAncestor(),(e=e.getAscendant("td",!0)||e.getAscendant("th",!0))&&c.push(e);else{var e=new CKEDITOR.dom.walker(e),g;for(e.guard=b;g=e.next();)g.type==CKEDITOR.NODE_ELEMENT&&g.is(CKEDITOR.dtd.table)||(g=g.getAscendant("td",!0)||g.getAscendant("th", +!0))&&!g.getCustomData("selected_cell")&&(CKEDITOR.dom.element.setMarker(d,g,"selected_cell",!0),c.push(g))}}CKEDITOR.dom.element.clearAllMarkers(d);return c}function e(b,c){for(var d=a(b),f=d[0],e=f.getAscendant("table"),f=f.getDocument(),g=d[0].getParent(),h=g.$.rowIndex,d=d[d.length-1],k=d.getParent().$.rowIndex+d.$.rowSpan-1,d=new CKEDITOR.dom.element(e.$.rows[k]),h=c?h:k,g=c?g:d,d=CKEDITOR.tools.buildTableMap(e),e=d[h],h=c?d[h-1]:d[h+1],d=d[0].length,f=f.createElement("tr"),k=0;e[k]&&k<d;k++){var l; +1<e[k].rowSpan&&h&&e[k]==h[k]?(l=e[k],l.rowSpan+=1):(l=(new CKEDITOR.dom.element(e[k])).clone(),l.removeAttribute("rowSpan"),l.appendBogus(),f.append(l),l=l.$);k+=l.colSpan-1}c?f.insertBefore(g):f.insertAfter(g)}function b(c){if(c instanceof CKEDITOR.dom.selection){var d=a(c),f=d[0].getAscendant("table"),e=CKEDITOR.tools.buildTableMap(f);c=d[0].getParent().$.rowIndex;for(var d=d[d.length-1],g=d.getParent().$.rowIndex+d.$.rowSpan-1,d=[],h=c;h<=g;h++){for(var k=e[h],l=new CKEDITOR.dom.element(f.$.rows[h]), +m=0;m<k.length;m++){var n=new CKEDITOR.dom.element(k[m]),t=n.getParent().$.rowIndex;1==n.$.rowSpan?n.remove():(--n.$.rowSpan,t==h&&(t=e[h+1],t[m-1]?n.insertAfter(new CKEDITOR.dom.element(t[m-1])):(new CKEDITOR.dom.element(f.$.rows[h+1])).append(n,1)));m+=n.$.colSpan-1}d.push(l)}e=f.$.rows;f=new CKEDITOR.dom.element(e[g+1]||(0<c?e[c-1]:null)||f.$.parentNode);for(h=d.length;0<=h;h--)b(d[h]);return f}c instanceof CKEDITOR.dom.element&&(f=c.getAscendant("table"),1==f.$.rows.length?f.remove():c.remove()); +return null}function c(a,b){for(var c=b?Infinity:0,d=0;d<a.length;d++){var f;f=a[d];for(var e=b,g=f.getParent().$.cells,h=0,k=0;k<g.length;k++){var l=g[k],h=h+(e?1:l.colSpan);if(l==f.$)break}f=h-1;if(b?f<c:f>c)c=f}return c}function d(b,d){for(var f=a(b),e=f[0].getAscendant("table"),g=c(f,1),f=c(f),g=d?g:f,h=CKEDITOR.tools.buildTableMap(e),e=[],f=[],k=h.length,l=0;l<k;l++)e.push(h[l][g]),f.push(d?h[l][g-1]:h[l][g+1]);for(l=0;l<k;l++)e[l]&&(1<e[l].colSpan&&f[l]==e[l]?(g=e[l],g.colSpan+=1):(g=(new CKEDITOR.dom.element(e[l])).clone(), +g.removeAttribute("colSpan"),g.appendBogus(),g[d?"insertBefore":"insertAfter"].call(g,new CKEDITOR.dom.element(e[l])),g=g.$),l+=g.rowSpan-1)}function m(a,b){var c=a.getStartElement();if(c=c.getAscendant("td",1)||c.getAscendant("th",1)){var d=c.clone();d.appendBogus();b?d.insertBefore(c):d.insertAfter(c)}}function l(b){if(b instanceof CKEDITOR.dom.selection){b=a(b);var c=b[0]&&b[0].getAscendant("table"),d;a:{var e=0;d=b.length-1;for(var g={},h,k;h=b[e++];)CKEDITOR.dom.element.setMarker(g,h,"delete_cell", +!0);for(e=0;h=b[e++];)if((k=h.getPrevious())&&!k.getCustomData("delete_cell")||(k=h.getNext())&&!k.getCustomData("delete_cell")){CKEDITOR.dom.element.clearAllMarkers(g);d=k;break a}CKEDITOR.dom.element.clearAllMarkers(g);k=b[0].getParent();(k=k.getPrevious())?d=k.getLast():(k=b[d].getParent(),d=(k=k.getNext())?k.getChild(0):null)}for(k=b.length-1;0<=k;k--)l(b[k]);d?f(d,!0):c&&c.remove()}else b instanceof CKEDITOR.dom.element&&(c=b.getParent(),1==c.getChildCount()?c.remove():b.remove())}function f(a, +b){var c=a.getDocument(),d=CKEDITOR.document;CKEDITOR.env.ie&&10==CKEDITOR.env.version&&(d.focus(),c.focus());c=new CKEDITOR.dom.range(c);c["moveToElementEdit"+(b?"End":"Start")](a)||(c.selectNodeContents(a),c.collapse(b?!1:!0));c.select(!0)}function h(a,b,c){a=a[b];if("undefined"==typeof c)return a;for(b=0;a&&b<a.length;b++){if(c.is&&a[b]==c.$)return b;if(b==c)return new CKEDITOR.dom.element(a[b])}return c.is?-1:null}function k(b,c,d){var f=a(b),e;if((c?1!=f.length:2>f.length)||(e=b.getCommonAncestor())&& +e.type==CKEDITOR.NODE_ELEMENT&&e.is("table"))return!1;var g;b=f[0];e=b.getAscendant("table");var k=CKEDITOR.tools.buildTableMap(e),l=k.length,m=k[0].length,n=b.getParent().$.rowIndex,t=h(k,n,b);if(c){var A;try{var C=parseInt(b.getAttribute("rowspan"),10)||1;g=parseInt(b.getAttribute("colspan"),10)||1;A=k["up"==c?n-C:"down"==c?n+C:n]["left"==c?t-g:"right"==c?t+g:t]}catch(G){return!1}if(!A||b.$==A)return!1;f["up"==c||"left"==c?"unshift":"push"](new CKEDITOR.dom.element(A))}c=b.getDocument();var F=n, +C=A=0,I=!d&&new CKEDITOR.dom.documentFragment(c),H=0;for(c=0;c<f.length;c++){g=f[c];var K=g.getParent(),E=g.getFirst(),N=g.$.colSpan,R=g.$.rowSpan,K=K.$.rowIndex,P=h(k,K,g),H=H+N*R,C=Math.max(C,P-t+N);A=Math.max(A,K-n+R);d||(N=g,(R=N.getBogus())&&R.remove(),N.trim(),g.getChildren().count()&&(K==F||!E||E.isBlockBoundary&&E.isBlockBoundary({br:1})||(F=I.getLast(CKEDITOR.dom.walker.whitespaces(!0)),!F||F.is&&F.is("br")||I.append("br")),g.moveChildren(I)),c?g.remove():g.setHtml(""));F=K}if(d)return A* +C==H;I.moveChildren(b);b.appendBogus();C>=m?b.removeAttribute("rowSpan"):b.$.rowSpan=A;A>=l?b.removeAttribute("colSpan"):b.$.colSpan=C;d=new CKEDITOR.dom.nodeList(e.$.rows);f=d.count();for(c=f-1;0<=c;c--)e=d.getItem(c),e.$.cells.length||(e.remove(),f++);return b}function g(b,c){var d=a(b);if(1<d.length)return!1;if(c)return!0;var d=d[0],f=d.getParent(),e=f.getAscendant("table"),g=CKEDITOR.tools.buildTableMap(e),k=f.$.rowIndex,l=h(g,k,d),m=d.$.rowSpan,n;if(1<m){n=Math.ceil(m/2);for(var m=Math.floor(m/ +2),f=k+n,e=new CKEDITOR.dom.element(e.$.rows[f]),g=h(g,f),t,f=d.clone(),k=0;k<g.length;k++)if(t=g[k],t.parentNode==e.$&&k>l){f.insertBefore(new CKEDITOR.dom.element(t));break}else t=null;t||e.append(f)}else for(m=n=1,e=f.clone(),e.insertAfter(f),e.append(f=d.clone()),t=h(g,k),l=0;l<t.length;l++)t[l].rowSpan++;f.appendBogus();d.$.rowSpan=n;f.$.rowSpan=m;1==n&&d.removeAttribute("rowSpan");1==m&&f.removeAttribute("rowSpan");return f}function n(b,c){var d=a(b);if(1<d.length)return!1;if(c)return!0;var d= +d[0],f=d.getParent(),e=f.getAscendant("table"),e=CKEDITOR.tools.buildTableMap(e),g=h(e,f.$.rowIndex,d),k=d.$.colSpan;if(1<k)f=Math.ceil(k/2),k=Math.floor(k/2);else{for(var k=f=1,l=[],m=0;m<e.length;m++){var n=e[m];l.push(n[g]);1<n[g].rowSpan&&(m+=n[g].rowSpan-1)}for(e=0;e<l.length;e++)l[e].colSpan++}e=d.clone();e.insertAfter(d);e.appendBogus();d.$.colSpan=f;e.$.colSpan=k;1==f&&d.removeAttribute("colSpan");1==k&&e.removeAttribute("colSpan");return e}var t=/^(?:td|th)$/;CKEDITOR.plugins.tabletools= +{requires:"table,dialog,contextmenu",init:function(c){function h(a){return CKEDITOR.tools.extend(a||{},{contextSensitive:1,refresh:function(a,b){this.setState(b.contains({td:1,th:1},1)?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED)}})}function t(a,b){var d=c.addCommand(a,b);c.addFeature(d)}var p=c.lang.table;t("cellProperties",new CKEDITOR.dialogCommand("cellProperties",h({allowedContent:"td th{width,height,border-color,background-color,white-space,vertical-align,text-align}[colspan,rowspan]", +requiredContent:"table"})));CKEDITOR.dialog.add("cellProperties",this.path+"dialogs/tableCell.js");t("rowDelete",h({requiredContent:"table",exec:function(a){a=a.getSelection();f(b(a))}}));t("rowInsertBefore",h({requiredContent:"table",exec:function(a){a=a.getSelection();e(a,!0)}}));t("rowInsertAfter",h({requiredContent:"table",exec:function(a){a=a.getSelection();e(a)}}));t("columnDelete",h({requiredContent:"table",exec:function(b){b=b.getSelection();b=a(b);var c=b[0],d=b[b.length-1];b=c.getAscendant("table"); +for(var e=CKEDITOR.tools.buildTableMap(b),g,h,k=[],l=0,m=e.length;l<m;l++)for(var n=0,q=e[l].length;n<q;n++)e[l][n]==c.$&&(g=n),e[l][n]==d.$&&(h=n);for(l=g;l<=h;l++)for(n=0;n<e.length;n++)d=e[n],c=new CKEDITOR.dom.element(b.$.rows[n]),d=new CKEDITOR.dom.element(d[l]),d.$&&(1==d.$.colSpan?d.remove():--d.$.colSpan,n+=d.$.rowSpan-1,c.$.cells.length||k.push(c));h=b.$.rows[0]&&b.$.rows[0].cells;g=new CKEDITOR.dom.element(h[g]||(g?h[g-1]:b.$.parentNode));k.length==m&&b.remove();g&&f(g,!0)}}));t("columnInsertBefore", +h({requiredContent:"table",exec:function(a){a=a.getSelection();d(a,!0)}}));t("columnInsertAfter",h({requiredContent:"table",exec:function(a){a=a.getSelection();d(a)}}));t("cellDelete",h({requiredContent:"table",exec:function(a){a=a.getSelection();l(a)}}));t("cellMerge",h({allowedContent:"td[colspan,rowspan]",requiredContent:"td[colspan,rowspan]",exec:function(a){f(k(a.getSelection()),!0)}}));t("cellMergeRight",h({allowedContent:"td[colspan]",requiredContent:"td[colspan]",exec:function(a){f(k(a.getSelection(), +"right"),!0)}}));t("cellMergeDown",h({allowedContent:"td[rowspan]",requiredContent:"td[rowspan]",exec:function(a){f(k(a.getSelection(),"down"),!0)}}));t("cellVerticalSplit",h({allowedContent:"td[rowspan]",requiredContent:"td[rowspan]",exec:function(a){f(n(a.getSelection()))}}));t("cellHorizontalSplit",h({allowedContent:"td[colspan]",requiredContent:"td[colspan]",exec:function(a){f(g(a.getSelection()))}}));t("cellInsertBefore",h({requiredContent:"table",exec:function(a){a=a.getSelection();m(a,!0)}})); +t("cellInsertAfter",h({requiredContent:"table",exec:function(a){a=a.getSelection();m(a)}}));c.addMenuItems&&c.addMenuItems({tablecell:{label:p.cell.menu,group:"tablecell",order:1,getItems:function(){var b=c.getSelection(),d=a(b);return{tablecell_insertBefore:CKEDITOR.TRISTATE_OFF,tablecell_insertAfter:CKEDITOR.TRISTATE_OFF,tablecell_delete:CKEDITOR.TRISTATE_OFF,tablecell_merge:k(b,null,!0)?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,tablecell_merge_right:k(b,"right",!0)?CKEDITOR.TRISTATE_OFF: +CKEDITOR.TRISTATE_DISABLED,tablecell_merge_down:k(b,"down",!0)?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,tablecell_split_vertical:n(b,!0)?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,tablecell_split_horizontal:g(b,!0)?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,tablecell_properties:0<d.length?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED}}},tablecell_insertBefore:{label:p.cell.insertBefore,group:"tablecell",command:"cellInsertBefore",order:5},tablecell_insertAfter:{label:p.cell.insertAfter, +group:"tablecell",command:"cellInsertAfter",order:10},tablecell_delete:{label:p.cell.deleteCell,group:"tablecell",command:"cellDelete",order:15},tablecell_merge:{label:p.cell.merge,group:"tablecell",command:"cellMerge",order:16},tablecell_merge_right:{label:p.cell.mergeRight,group:"tablecell",command:"cellMergeRight",order:17},tablecell_merge_down:{label:p.cell.mergeDown,group:"tablecell",command:"cellMergeDown",order:18},tablecell_split_horizontal:{label:p.cell.splitHorizontal,group:"tablecell", +command:"cellHorizontalSplit",order:19},tablecell_split_vertical:{label:p.cell.splitVertical,group:"tablecell",command:"cellVerticalSplit",order:20},tablecell_properties:{label:p.cell.title,group:"tablecellproperties",command:"cellProperties",order:21},tablerow:{label:p.row.menu,group:"tablerow",order:1,getItems:function(){return{tablerow_insertBefore:CKEDITOR.TRISTATE_OFF,tablerow_insertAfter:CKEDITOR.TRISTATE_OFF,tablerow_delete:CKEDITOR.TRISTATE_OFF}}},tablerow_insertBefore:{label:p.row.insertBefore, +group:"tablerow",command:"rowInsertBefore",order:5},tablerow_insertAfter:{label:p.row.insertAfter,group:"tablerow",command:"rowInsertAfter",order:10},tablerow_delete:{label:p.row.deleteRow,group:"tablerow",command:"rowDelete",order:15},tablecolumn:{label:p.column.menu,group:"tablecolumn",order:1,getItems:function(){return{tablecolumn_insertBefore:CKEDITOR.TRISTATE_OFF,tablecolumn_insertAfter:CKEDITOR.TRISTATE_OFF,tablecolumn_delete:CKEDITOR.TRISTATE_OFF}}},tablecolumn_insertBefore:{label:p.column.insertBefore, +group:"tablecolumn",command:"columnInsertBefore",order:5},tablecolumn_insertAfter:{label:p.column.insertAfter,group:"tablecolumn",command:"columnInsertAfter",order:10},tablecolumn_delete:{label:p.column.deleteColumn,group:"tablecolumn",command:"columnDelete",order:15}});c.contextMenu&&c.contextMenu.addListener(function(a,b,c){return(a=c.contains({td:1,th:1},1))&&!a.isReadOnly()?{tablecell:CKEDITOR.TRISTATE_OFF,tablerow:CKEDITOR.TRISTATE_OFF,tablecolumn:CKEDITOR.TRISTATE_OFF}:null})},getSelectedCells:a}; +CKEDITOR.plugins.add("tabletools",CKEDITOR.plugins.tabletools)}(),CKEDITOR.tools.buildTableMap=function(a){a=a.$.rows;for(var e=-1,b=[],c=0;c<a.length;c++){e++;!b[e]&&(b[e]=[]);for(var d=-1,m=0;m<a[c].cells.length;m++){var l=a[c].cells[m];for(d++;b[e][d];)d++;for(var f=isNaN(l.colSpan)?1:l.colSpan,l=isNaN(l.rowSpan)?1:l.rowSpan,h=0;h<l;h++){b[e+h]||(b[e+h]=[]);for(var k=0;k<f;k++)b[e+h][d+k]=a[c].cells[m]}d+=f-1}}return b},function(){function a(a){function b(){for(var g=c(),h=CKEDITOR.tools.clone(a.config.toolbarGroups)|| +e(a),k=0;k<h.length;k++){var m=h[k];if("/"!=m){"string"==typeof m&&(m=h[k]={name:m});var v,p=m.groups;if(p)for(var w=0;w<p.length;w++)v=p[w],(v=g[v])&&f(m,v);(v=g[m.name])&&f(m,v)}}return h}function c(){var b={},f,e,g;for(f in a.ui.items)e=a.ui.items[f],g=e.toolbar||"others",g=g.split(","),e=g[0],g=parseInt(g[1]||-1,10),b[e]||(b[e]=[]),b[e].push({name:f,order:g});for(e in b)b[e]=b[e].sort(function(a,b){return a.order==b.order?0:0>b.order?-1:0>a.order?1:a.order<b.order?-1:1});return b}function f(b, +c){if(c.length){b.items?b.items.push(a.ui.create("-")):b.items=[];for(var f;f=c.shift();)f="string"==typeof f?f:f.name,k&&-1!=CKEDITOR.tools.indexOf(k,f)||(f=a.ui.create(f))&&a.addFeature(f)&&b.items.push(f)}}function h(a){var b=[],c,d,e;for(c=0;c<a.length;++c)d=a[c],e={},"/"==d?b.push(d):CKEDITOR.tools.isArray(d)?(f(e,CKEDITOR.tools.clone(d)),b.push(e)):d.items&&(f(e,CKEDITOR.tools.clone(d.items)),e.name=d.name,b.push(e));return b}var k=a.config.removeButtons,k=k&&k.split(","),g=a.config.toolbar; +"string"==typeof g&&(g=a.config["toolbar_"+g]);return a.toolbar=g?h(g):b()}function e(a){return a._.toolbarGroups||(a._.toolbarGroups=[{name:"document",groups:["mode","document","doctools"]},{name:"clipboard",groups:["clipboard","undo"]},{name:"editing",groups:["find","selection","spellchecker"]},{name:"forms"},"/",{name:"basicstyles",groups:["basicstyles","cleanup"]},{name:"paragraph",groups:["list","indent","blocks","align","bidi"]},{name:"links"},{name:"insert"},"/",{name:"styles"},{name:"colors"}, +{name:"tools"},{name:"others"},{name:"about"}])}var b=function(){this.toolbars=[];this.focusCommandExecuted=!1};b.prototype.focus=function(){for(var a=0,b;b=this.toolbars[a++];)for(var c=0,f;f=b.items[c++];)if(f.focus){f.focus();return}};var c={modes:{wysiwyg:1,source:1},readOnly:1,exec:function(a){a.toolbox&&(a.toolbox.focusCommandExecuted=!0,CKEDITOR.env.ie||CKEDITOR.env.air?setTimeout(function(){a.toolbox.focus()},100):a.toolbox.focus())}};CKEDITOR.plugins.add("toolbar",{requires:"button",init:function(d){var e, +l=function(a,b){var c,g="rtl"==d.lang.dir,n=d.config.toolbarGroupCycling,t=g?37:39,g=g?39:37,n=void 0===n||n;switch(b){case 9:case CKEDITOR.SHIFT+9:for(;!c||!c.items.length;)if(c=9==b?(c?c.next:a.toolbar.next)||d.toolbox.toolbars[0]:(c?c.previous:a.toolbar.previous)||d.toolbox.toolbars[d.toolbox.toolbars.length-1],c.items.length)for(a=c.items[e?c.items.length-1:0];a&&!a.focus;)(a=e?a.previous:a.next)||(c=0);a&&a.focus();return!1;case t:c=a;do c=c.next,!c&&n&&(c=a.toolbar.items[0]);while(c&&!c.focus); +c?c.focus():l(a,9);return!1;case 40:return a.button&&a.button.hasArrow?(d.once("panelShow",function(a){a.data._.panel._.currentBlock.onKeyDown(40)}),a.execute()):l(a,40==b?t:g),!1;case g:case 38:c=a;do c=c.previous,!c&&n&&(c=a.toolbar.items[a.toolbar.items.length-1]);while(c&&!c.focus);c?c.focus():(e=1,l(a,CKEDITOR.SHIFT+9),e=0);return!1;case 27:return d.focus(),!1;case 13:case 32:return a.execute(),!1}return!0};d.on("uiSpace",function(c){if(c.data.space==d.config.toolbarLocation){c.removeListener(); +d.toolbox=new b;var e=CKEDITOR.tools.getNextId(),k=['\x3cspan id\x3d"',e,'" class\x3d"cke_voice_label"\x3e',d.lang.toolbar.toolbars,"\x3c/span\x3e",'\x3cspan id\x3d"'+d.ui.spaceId("toolbox")+'" class\x3d"cke_toolbox" role\x3d"group" aria-labelledby\x3d"',e,'" onmousedown\x3d"return false;"\x3e'],e=!1!==d.config.toolbarStartupExpanded,g,m;d.config.toolbarCanCollapse&&d.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE&&k.push('\x3cspan class\x3d"cke_toolbox_main"'+(e?"\x3e":' style\x3d"display:none"\x3e')); +for(var t=d.toolbox.toolbars,r=a(d),q=0;q<r.length;q++){var v,p=0,w,z=r[q],B;if(z)if(g&&(k.push("\x3c/span\x3e"),m=g=0),"/"===z)k.push('\x3cspan class\x3d"cke_toolbar_break"\x3e\x3c/span\x3e');else{B=z.items||z;for(var u=0;u<B.length;u++){var y=B[u],D;if(y){var x=function(a){a=a.render(d,k);A=p.items.push(a)-1;0<A&&(a.previous=p.items[A-1],a.previous.next=a);a.toolbar=p;a.onkey=l;a.onfocus=function(){d.toolbox.focusCommandExecuted||d.focus()}};if(y.type==CKEDITOR.UI_SEPARATOR)m=g&&y;else{D=!1!==y.canGroup; +if(!p){v=CKEDITOR.tools.getNextId();p={id:v,items:[]};w=z.name&&(d.lang.toolbar.toolbarGroups[z.name]||z.name);k.push('\x3cspan id\x3d"',v,'" class\x3d"cke_toolbar"',w?' aria-labelledby\x3d"'+v+'_label"':"",' role\x3d"toolbar"\x3e');w&&k.push('\x3cspan id\x3d"',v,'_label" class\x3d"cke_voice_label"\x3e',w,"\x3c/span\x3e");k.push('\x3cspan class\x3d"cke_toolbar_start"\x3e\x3c/span\x3e');var A=t.push(p)-1;0<A&&(p.previous=t[A-1],p.previous.next=p)}D?g||(k.push('\x3cspan class\x3d"cke_toolgroup" role\x3d"presentation"\x3e'), +g=1):g&&(k.push("\x3c/span\x3e"),g=0);m&&(x(m),m=0);x(y)}}}g&&(k.push("\x3c/span\x3e"),m=g=0);p&&k.push('\x3cspan class\x3d"cke_toolbar_end"\x3e\x3c/span\x3e\x3c/span\x3e')}}d.config.toolbarCanCollapse&&k.push("\x3c/span\x3e");if(d.config.toolbarCanCollapse&&d.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE){var C=CKEDITOR.tools.addFunction(function(){d.execCommand("toolbarCollapse")});d.on("destroy",function(){CKEDITOR.tools.removeFunction(C)});d.addCommand("toolbarCollapse",{readOnly:1,exec:function(a){var b= +a.ui.space("toolbar_collapser"),c=b.getPrevious(),d=a.ui.space("contents"),f=c.getParent(),e=parseInt(d.$.style.height,10),g=f.$.offsetHeight,h=b.hasClass("cke_toolbox_collapser_min");h?(c.show(),b.removeClass("cke_toolbox_collapser_min"),b.setAttribute("title",a.lang.toolbar.toolbarCollapse)):(c.hide(),b.addClass("cke_toolbox_collapser_min"),b.setAttribute("title",a.lang.toolbar.toolbarExpand));b.getFirst().setText(h?"â²":"â");d.setStyle("height",e-(f.$.offsetHeight-g)+"px");a.fire("resize",{outerHeight:a.container.$.offsetHeight, +contentsHeight:d.$.offsetHeight,outerWidth:a.container.$.offsetWidth})},modes:{wysiwyg:1,source:1}});d.setKeystroke(CKEDITOR.ALT+(CKEDITOR.env.ie||CKEDITOR.env.webkit?189:109),"toolbarCollapse");k.push('\x3ca title\x3d"'+(e?d.lang.toolbar.toolbarCollapse:d.lang.toolbar.toolbarExpand)+'" id\x3d"'+d.ui.spaceId("toolbar_collapser")+'" tabIndex\x3d"-1" class\x3d"cke_toolbox_collapser');e||k.push(" cke_toolbox_collapser_min");k.push('" onclick\x3d"CKEDITOR.tools.callFunction('+C+')"\x3e','\x3cspan class\x3d"cke_arrow"\x3e\x26#9650;\x3c/span\x3e', +"\x3c/a\x3e")}k.push("\x3c/span\x3e");c.data.html+=k.join("")}});d.on("destroy",function(){if(this.toolbox){var a,b=0,c,d,e;for(a=this.toolbox.toolbars;b<a.length;b++)for(d=a[b].items,c=0;c<d.length;c++)e=d[c],e.clickFn&&CKEDITOR.tools.removeFunction(e.clickFn),e.keyDownFn&&CKEDITOR.tools.removeFunction(e.keyDownFn)}});d.on("uiReady",function(){var a=d.ui.space("toolbox");a&&d.focusManager.add(a,1)});d.addCommand("toolbarFocus",c);d.setKeystroke(CKEDITOR.ALT+121,"toolbarFocus");d.ui.add("-",CKEDITOR.UI_SEPARATOR, +{});d.ui.addHandler(CKEDITOR.UI_SEPARATOR,{create:function(){return{render:function(a,b){b.push('\x3cspan class\x3d"cke_toolbar_separator" role\x3d"separator"\x3e\x3c/span\x3e');return{}}}}})}});CKEDITOR.ui.prototype.addToolbarGroup=function(a,b,c){var f=e(this.editor),h=0===b,k={name:a};if(c){if(c=CKEDITOR.tools.search(f,function(a){return a.name==c})){!c.groups&&(c.groups=[]);if(b&&(b=CKEDITOR.tools.indexOf(c.groups,b),0<=b)){c.groups.splice(b+1,0,a);return}h?c.groups.splice(0,0,a):c.groups.push(a); +return}b=null}b&&(b=CKEDITOR.tools.indexOf(f,function(a){return a.name==b}));h?f.splice(0,0,a):"number"==typeof b?f.splice(b+1,0,k):f.push(a)}}(),CKEDITOR.UI_SEPARATOR="separator",CKEDITOR.config.toolbarLocation="top","use strict",function(){var a=[CKEDITOR.CTRL+90,CKEDITOR.CTRL+89,CKEDITOR.CTRL+CKEDITOR.SHIFT+90],e={8:1,46:1};CKEDITOR.plugins.add("undo",{init:function(c){function d(a){g.enabled&&!1!==a.data.command.canUndo&&g.save()}function e(){g.enabled=c.readOnly?!1:"wysiwyg"==c.mode;g.onChange()} +var g=c.undoManager=new b(c),l=g.editingHandler=new m(g),t=c.addCommand("undo",{exec:function(){g.undo()&&(c.selectionChange(),this.fire("afterUndo"))},startDisabled:!0,canUndo:!1}),r=c.addCommand("redo",{exec:function(){g.redo()&&(c.selectionChange(),this.fire("afterRedo"))},startDisabled:!0,canUndo:!1});c.setKeystroke([[a[0],"undo"],[a[1],"redo"],[a[2],"redo"]]);g.onChange=function(){t.setState(g.undoable()?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED);r.setState(g.redoable()?CKEDITOR.TRISTATE_OFF: +CKEDITOR.TRISTATE_DISABLED)};c.on("beforeCommandExec",d);c.on("afterCommandExec",d);c.on("saveSnapshot",function(a){g.save(a.data&&a.data.contentOnly)});c.on("contentDom",l.attachListeners,l);c.on("instanceReady",function(){c.fire("saveSnapshot")});c.on("beforeModeUnload",function(){"wysiwyg"==c.mode&&g.save(!0)});c.on("mode",e);c.on("readOnly",e);c.ui.addButton&&(c.ui.addButton("Undo",{label:c.lang.undo.undo,command:"undo",toolbar:"undo,10"}),c.ui.addButton("Redo",{label:c.lang.undo.redo,command:"redo", +toolbar:"undo,20"}));c.resetUndo=function(){g.reset();c.fire("saveSnapshot")};c.on("updateSnapshot",function(){g.currentImage&&g.update()});c.on("lockSnapshot",function(a){a=a.data;g.lock(a&&a.dontUpdate,a&&a.forceUpdate)});c.on("unlockSnapshot",g.unlock,g)}});CKEDITOR.plugins.undo={};var b=CKEDITOR.plugins.undo.UndoManager=function(a){this.strokesRecorded=[0,0];this.locked=null;this.previousKeyGroup=-1;this.limit=a.config.undoStackSize||20;this.strokesLimit=25;this.editor=a;this.reset()};b.prototype= +{type:function(a,c){var d=b.getKeyGroup(a),e=this.strokesRecorded[d]+1;c=c||e>=this.strokesLimit;this.typing||(this.hasUndo=this.typing=!0,this.hasRedo=!1,this.onChange());c?(e=0,this.editor.fire("saveSnapshot")):this.editor.fire("change");this.strokesRecorded[d]=e;this.previousKeyGroup=d},keyGroupChanged:function(a){return b.getKeyGroup(a)!=this.previousKeyGroup},reset:function(){this.snapshots=[];this.index=-1;this.currentImage=null;this.hasRedo=this.hasUndo=!1;this.locked=null;this.resetType()}, +resetType:function(){this.strokesRecorded=[0,0];this.typing=!1;this.previousKeyGroup=-1},refreshState:function(){this.hasUndo=!!this.getNextImage(!0);this.hasRedo=!!this.getNextImage(!1);this.resetType();this.onChange()},save:function(a,b,d){var e=this.editor;if(this.locked||"ready"!=e.status||"wysiwyg"!=e.mode)return!1;var l=e.editable();if(!l||"ready"!=l.status)return!1;l=this.snapshots;b||(b=new c(e));if(!1===b.contents)return!1;if(this.currentImage)if(b.equalsContent(this.currentImage)){if(a|| +b.equalsSelection(this.currentImage))return!1}else!1!==d&&e.fire("change");l.splice(this.index+1,l.length-this.index-1);l.length==this.limit&&l.shift();this.index=l.push(b)-1;this.currentImage=b;!1!==d&&this.refreshState();return!0},restoreImage:function(a){var b=this.editor,c;a.bookmarks&&(b.focus(),c=b.getSelection());this.locked={level:999};this.editor.loadSnapshot(a.contents);a.bookmarks?c.selectBookmarks(a.bookmarks):CKEDITOR.env.ie&&(c=this.editor.document.getBody().$.createTextRange(),c.collapse(!0), +c.select());this.locked=null;this.index=a.index;this.currentImage=this.snapshots[this.index];this.update();this.refreshState();b.fire("change")},getNextImage:function(a){var b=this.snapshots,c=this.currentImage,d;if(c)if(a)for(d=this.index-1;0<=d;d--){if(a=b[d],!c.equalsContent(a))return a.index=d,a}else for(d=this.index+1;d<b.length;d++)if(a=b[d],!c.equalsContent(a))return a.index=d,a;return null},redoable:function(){return this.enabled&&this.hasRedo},undoable:function(){return this.enabled&&this.hasUndo}, +undo:function(){if(this.undoable()){this.save(!0);var a=this.getNextImage(!0);if(a)return this.restoreImage(a),!0}return!1},redo:function(){if(this.redoable()&&(this.save(!0),this.redoable())){var a=this.getNextImage(!1);if(a)return this.restoreImage(a),!0}return!1},update:function(a){if(!this.locked){a||(a=new c(this.editor));for(var b=this.index,d=this.snapshots;0<b&&this.currentImage.equalsContent(d[b-1]);)--b;d.splice(b,this.index-b+1,a);this.index=b;this.currentImage=a}},updateSelection:function(a){if(!this.snapshots.length)return!1; +var b=this.snapshots,c=b[b.length-1];return c.equalsContent(a)&&!c.equalsSelection(a)?(this.currentImage=b[b.length-1]=a,!0):!1},lock:function(a,b){if(this.locked)this.locked.level++;else if(a)this.locked={level:1};else{var d=null;if(b)d=!0;else{var e=new c(this.editor,!0);this.currentImage&&this.currentImage.equalsContent(e)&&(d=e)}this.locked={update:d,level:1}}},unlock:function(){if(this.locked&&!--this.locked.level){var a=this.locked.update;this.locked=null;if(!0===a)this.update();else if(a){var b= +new c(this.editor,!0);a.equalsContent(b)||this.update()}}}};b.navigationKeyCodes={37:1,38:1,39:1,40:1,36:1,35:1,33:1,34:1};b.keyGroups={PRINTABLE:0,FUNCTIONAL:1};b.isNavigationKey=function(a){return!!b.navigationKeyCodes[a]};b.getKeyGroup=function(a){var c=b.keyGroups;return e[a]?c.FUNCTIONAL:c.PRINTABLE};b.getOppositeKeyGroup=function(a){var c=b.keyGroups;return a==c.FUNCTIONAL?c.PRINTABLE:c.FUNCTIONAL};b.ieFunctionalKeysBug=function(a){return CKEDITOR.env.ie&&b.getKeyGroup(a)==b.keyGroups.FUNCTIONAL}; +var c=CKEDITOR.plugins.undo.Image=function(a,b){this.editor=a;a.fire("beforeUndoImage");var c=a.getSnapshot();CKEDITOR.env.ie&&c&&(c=c.replace(/\s+data-cke-expando=".*?"/g,""));this.contents=c;b||(this.bookmarks=(c=c&&a.getSelection())&&c.createBookmarks2(!0));a.fire("afterUndoImage")},d=/\b(?:href|src|name)="[^"]*?"/gi;c.prototype={equalsContent:function(a){var b=this.contents;a=a.contents;CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.quirks)&&(b=b.replace(d,""),a=a.replace(d,""));return b!= +a?!1:!0},equalsSelection:function(a){var b=this.bookmarks;a=a.bookmarks;if(b||a){if(!b||!a||b.length!=a.length)return!1;for(var c=0;c<b.length;c++){var d=b[c],e=a[c];if(d.startOffset!=e.startOffset||d.endOffset!=e.endOffset||!CKEDITOR.tools.arrayCompare(d.start,e.start)||!CKEDITOR.tools.arrayCompare(d.end,e.end))return!1}}return!0}};var m=CKEDITOR.plugins.undo.NativeEditingHandler=function(a){this.undoManager=a;this.ignoreInputEvent=!1;this.keyEventsStack=new l;this.lastKeydownImage=null};m.prototype= +{onKeydown:function(d){var e=d.data.getKey();if(229!==e)if(-1<CKEDITOR.tools.indexOf(a,d.data.getKeystroke()))d.data.preventDefault();else if(this.keyEventsStack.cleanUp(d),d=this.undoManager,this.keyEventsStack.getLast(e)||this.keyEventsStack.push(e),this.lastKeydownImage=new c(d.editor),b.isNavigationKey(e)||this.undoManager.keyGroupChanged(e))if(d.strokesRecorded[0]||d.strokesRecorded[1])d.save(!1,this.lastKeydownImage,!1),d.resetType()},onInput:function(){if(this.ignoreInputEvent)this.ignoreInputEvent= +!1;else{var a=this.keyEventsStack.getLast();a||(a=this.keyEventsStack.push(0));this.keyEventsStack.increment(a.keyCode);this.keyEventsStack.getTotalInputs()>=this.undoManager.strokesLimit&&(this.undoManager.type(a.keyCode,!0),this.keyEventsStack.resetInputs())}},onKeyup:function(a){var d=this.undoManager;a=a.data.getKey();var e=this.keyEventsStack.getTotalInputs();this.keyEventsStack.remove(a);if(!(b.ieFunctionalKeysBug(a)&&this.lastKeydownImage&&this.lastKeydownImage.equalsContent(new c(d.editor, +!0))))if(0<e)d.type(a);else if(b.isNavigationKey(a))this.onNavigationKey(!0)},onNavigationKey:function(a){var b=this.undoManager;!a&&b.save(!0,null,!1)||b.updateSelection(new c(b.editor));b.resetType()},ignoreInputEventListener:function(){this.ignoreInputEvent=!0},attachListeners:function(){var a=this.undoManager.editor,c=a.editable(),d=this;c.attachListener(c,"keydown",function(a){d.onKeydown(a);if(b.ieFunctionalKeysBug(a.data.getKey()))d.onInput()},null,null,999);c.attachListener(c,CKEDITOR.env.ie? +"keypress":"input",d.onInput,d,null,999);c.attachListener(c,"keyup",d.onKeyup,d,null,999);c.attachListener(c,"paste",d.ignoreInputEventListener,d,null,999);c.attachListener(c,"drop",d.ignoreInputEventListener,d,null,999);c.attachListener(c.isInline()?c:a.document.getDocumentElement(),"click",function(){d.onNavigationKey()},null,null,999);c.attachListener(this.undoManager.editor,"blur",function(){d.keyEventsStack.remove(9)},null,null,999)}};var l=CKEDITOR.plugins.undo.KeyEventsStack=function(){this.stack= +[]};l.prototype={push:function(a){a=this.stack.push({keyCode:a,inputs:0});return this.stack[a-1]},getLastIndex:function(a){if("number"!=typeof a)return this.stack.length-1;for(var b=this.stack.length;b--;)if(this.stack[b].keyCode==a)return b;return-1},getLast:function(a){a=this.getLastIndex(a);return-1!=a?this.stack[a]:null},increment:function(a){this.getLast(a).inputs++},remove:function(a){a=this.getLastIndex(a);-1!=a&&this.stack.splice(a,1)},resetInputs:function(a){if("number"==typeof a)this.getLast(a).inputs= +0;else for(a=this.stack.length;a--;)this.stack[a].inputs=0},getTotalInputs:function(){for(var a=this.stack.length,b=0;a--;)b+=this.stack[a].inputs;return b},cleanUp:function(a){a=a.data.$;a.ctrlKey||a.metaKey||this.remove(17);a.shiftKey||this.remove(16);a.altKey||this.remove(18)}}}(),CKEDITOR.plugins.add("wsc",{requires:"dialog",parseApi:function(a){a.config.wsc_onFinish="function"===typeof a.config.wsc_onFinish?a.config.wsc_onFinish:function(){};a.config.wsc_onClose="function"===typeof a.config.wsc_onClose? +a.config.wsc_onClose:function(){}},parseConfig:function(a){a.config.wsc_customerId=a.config.wsc_customerId||CKEDITOR.config.wsc_customerId||"1:ua3xw1-2XyGJ3-GWruD3-6OFNT1-oXcuB1-nR6Bp4-hgQHc-EcYng3-sdRXG3-NOfFk";a.config.wsc_customDictionaryIds=a.config.wsc_customDictionaryIds||CKEDITOR.config.wsc_customDictionaryIds||"";a.config.wsc_userDictionaryName=a.config.wsc_userDictionaryName||CKEDITOR.config.wsc_userDictionaryName||"";a.config.wsc_customLoaderScript=a.config.wsc_customLoaderScript||CKEDITOR.config.wsc_customLoaderScript; +CKEDITOR.config.wsc_cmd=a.config.wsc_cmd||CKEDITOR.config.wsc_cmd||"spell";CKEDITOR.config.wsc_version="v4.3.0-master-d769233";CKEDITOR.config.wsc_removeGlobalVariable=!0},init:function(a){var e=CKEDITOR.env;this.parseConfig(a);this.parseApi(a);a.addCommand("checkspell",new CKEDITOR.dialogCommand("checkspell")).modes={wysiwyg:!CKEDITOR.env.opera&&!CKEDITOR.env.air&&document.domain==window.location.hostname&&!(e.ie&&(8>e.version||e.quirks))};"undefined"==typeof a.plugins.scayt&&a.ui.addButton&&a.ui.addButton("SpellChecker", +{label:a.lang.wsc.toolbar,click:function(a){var c=a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?a.container.getText():a.document.getBody().getText();(c=c.replace(/\s/g,""))?a.execCommand("checkspell"):alert("Nothing to check!")},toolbar:"spellchecker,10"});CKEDITOR.dialog.add("checkspell",this.path+(CKEDITOR.env.ie&&7>=CKEDITOR.env.version?"dialogs/wsc_ie.js":window.postMessage?"dialogs/wsc.js":"dialogs/wsc_ie.js"))}}),function(){function a(a){function b(a){var c=!1;g.attachListener(g,"keydown",function(){var b= +f.getBody().getElementsByTag(a);if(!c){for(var d=0;d<b.count();d++)b.getItem(d).setCustomData("retain",!0);c=!0}},null,null,1);g.attachListener(g,"keyup",function(){var b=f.getElementsByTag(a);c&&(1!=b.count()||b.getItem(0).getCustomData("retain")||b.getItem(0).remove(1),c=!1)})}var c=this.editor,f=a.document,h=f.body,k=f.getElementById("cke_actscrpt");k&&k.parentNode.removeChild(k);(k=f.getElementById("cke_shimscrpt"))&&k.parentNode.removeChild(k);(k=f.getElementById("cke_basetagscrpt"))&&k.parentNode.removeChild(k); +h.contentEditable=!0;CKEDITOR.env.ie&&(h.hideFocus=!0,h.disabled=!0,h.removeAttribute("disabled"));delete this._.isLoadingData;this.$=h;f=new CKEDITOR.dom.document(f);this.setup();this.fixInitialSelection();var g=this;CKEDITOR.env.ie&&!CKEDITOR.env.edge&&f.getDocumentElement().addClass(f.$.compatMode);CKEDITOR.env.ie&&!CKEDITOR.env.edge&&c.enterMode!=CKEDITOR.ENTER_P?b("p"):CKEDITOR.env.edge&&c.enterMode!=CKEDITOR.ENTER_DIV&&b("div");if(CKEDITOR.env.webkit||CKEDITOR.env.ie&&10<CKEDITOR.env.version)f.getDocumentElement().on("mousedown", +function(a){a.data.getTarget().is("html")&&setTimeout(function(){c.editable().focus()})});e(c);try{c.document.$.execCommand("2D-position",!1,!0)}catch(n){}(CKEDITOR.env.gecko||CKEDITOR.env.ie&&"CSS1Compat"==c.document.$.compatMode)&&this.attachListener(this,"keydown",function(a){var b=a.data.getKeystroke();if(33==b||34==b)if(CKEDITOR.env.ie)setTimeout(function(){c.getSelection().scrollIntoView()},0);else if(c.window.$.innerHeight>this.$.offsetHeight){var d=c.createRange();d[33==b?"moveToElementEditStart": +"moveToElementEditEnd"](this);d.select();a.data.preventDefault()}});CKEDITOR.env.ie&&this.attachListener(f,"blur",function(){try{f.$.selection.empty()}catch(a){}});CKEDITOR.env.iOS&&this.attachListener(f,"touchend",function(){a.focus()});h=c.document.getElementsByTag("title").getItem(0);h.data("cke-title",h.getText());CKEDITOR.env.ie&&(c.document.$.title=this._.docTitle);CKEDITOR.tools.setTimeout(function(){"unloaded"==this.status&&(this.status="ready");c.fire("contentDom");this._.isPendingFocus&& +(c.focus(),this._.isPendingFocus=!1);setTimeout(function(){c.fire("dataReady")},0)},0,this)}function e(a){function b(){var e;a.editable().attachListener(a,"selectionChange",function(){var b=a.getSelection().getSelectedElement();b&&(e&&(e.detachEvent("onresizestart",c),e=null),b.$.attachEvent("onresizestart",c),e=b.$)})}function c(a){a.returnValue=!1}if(CKEDITOR.env.gecko)try{var e=a.document.$;e.execCommand("enableObjectResizing",!1,!a.config.disableObjectResizing);e.execCommand("enableInlineTableEditing", +!1,!a.config.disableNativeTableHandles)}catch(h){}else CKEDITOR.env.ie&&11>CKEDITOR.env.version&&a.config.disableObjectResizing&&b(a)}function b(){var a=[];if(8<=CKEDITOR.document.$.documentMode){a.push("html.CSS1Compat [contenteditable\x3dfalse]{min-height:0 !important}");var b=[],c;for(c in CKEDITOR.dtd.$removeEmpty)b.push("html.CSS1Compat "+c+"[contenteditable\x3dfalse]");a.push(b.join(",")+"{display:inline-block}")}else CKEDITOR.env.gecko&&(a.push("html{height:100% !important}"),a.push("img:-moz-broken{-moz-force-broken-image-icon:1;min-width:24px;min-height:24px}")); +a.push("html{cursor:text;*cursor:auto}");a.push("img,input,textarea{cursor:default}");return a.join("\n")}CKEDITOR.plugins.add("wysiwygarea",{init:function(a){a.config.fullPage&&a.addFeature({allowedContent:"html head title; style [media,type]; body (*)[id]; meta link [*]",requiredContent:"body"});a.addMode("wysiwyg",function(b){function e(f){f&&f.removeListener();a.editable(new c(a,h.$.contentWindow.document.body));a.setData(a.getData(1),b)}var f="document.open();"+(CKEDITOR.env.ie?"("+CKEDITOR.tools.fixDomain+ +")();":"")+"document.close();",f=CKEDITOR.env.air?"javascript:void(0)":CKEDITOR.env.ie&&!CKEDITOR.env.edge?"javascript:void(function(){"+encodeURIComponent(f)+"}())":"",h=CKEDITOR.dom.element.createFromHtml('\x3ciframe src\x3d"'+f+'" frameBorder\x3d"0"\x3e\x3c/iframe\x3e');h.setStyles({width:"100%",height:"100%"});h.addClass("cke_wysiwyg_frame").addClass("cke_reset");f=a.ui.space("contents");f.append(h);var k=CKEDITOR.env.ie&&!CKEDITOR.env.edge||CKEDITOR.env.gecko;if(k)h.on("load",e);var g=a.title, +n=a.fire("ariaEditorHelpLabel",{}).label;g&&(CKEDITOR.env.ie&&n&&(g+=", "+n),h.setAttribute("title",g));if(n){var g=CKEDITOR.tools.getNextId(),t=CKEDITOR.dom.element.createFromHtml('\x3cspan id\x3d"'+g+'" class\x3d"cke_voice_label"\x3e'+n+"\x3c/span\x3e");f.append(t,1);h.setAttribute("aria-describedby",g)}a.on("beforeModeUnload",function(a){a.removeListener();t&&t.remove()});h.setAttributes({tabIndex:a.tabIndex,allowTransparency:"true"});!k&&e();a.fire("ariaWidget",h)})}});CKEDITOR.editor.prototype.addContentsCss= +function(a){var b=this.config,c=b.contentsCss;CKEDITOR.tools.isArray(c)||(b.contentsCss=c?[c]:[]);b.contentsCss.push(a)};var c=CKEDITOR.tools.createClass({$:function(){this.base.apply(this,arguments);this._.frameLoadedHandler=CKEDITOR.tools.addFunction(function(b){CKEDITOR.tools.setTimeout(a,0,this,b)},this);this._.docTitle=this.getWindow().getFrame().getAttribute("title")},base:CKEDITOR.editable,proto:{setData:function(a,c){var e=this.editor;if(c)this.setHtml(a),this.fixInitialSelection(),e.fire("dataReady"); +else{this._.isLoadingData=!0;e._.dataStore={id:1};var f=e.config,h=f.fullPage,k=f.docType,g=CKEDITOR.tools.buildStyleHtml(b()).replace(/<style>/,'\x3cstyle data-cke-temp\x3d"1"\x3e');h||(g+=CKEDITOR.tools.buildStyleHtml(e.config.contentsCss));var n=f.baseHref?'\x3cbase href\x3d"'+f.baseHref+'" data-cke-temp\x3d"1" /\x3e':"";h&&(a=a.replace(/<!DOCTYPE[^>]*>/i,function(a){e.docType=k=a;return""}).replace(/<\?xml\s[^\?]*\?>/i,function(a){e.xmlDeclaration=a;return""}));a=e.dataProcessor.toHtml(a);h?(/<body[\s|>]/.test(a)|| +(a="\x3cbody\x3e"+a),/<html[\s|>]/.test(a)||(a="\x3chtml\x3e"+a+"\x3c/html\x3e"),/<head[\s|>]/.test(a)?/<title[\s|>]/.test(a)||(a=a.replace(/<head[^>]*>/,"$\x26\x3ctitle\x3e\x3c/title\x3e")):a=a.replace(/<html[^>]*>/,"$\x26\x3chead\x3e\x3ctitle\x3e\x3c/title\x3e\x3c/head\x3e"),n&&(a=a.replace(/<head[^>]*?>/,"$\x26"+n)),a=a.replace(/<\/head\s*>/,g+"$\x26"),a=k+a):a=f.docType+'\x3chtml dir\x3d"'+f.contentsLangDirection+'" lang\x3d"'+(f.contentsLanguage||e.langCode)+'"\x3e\x3chead\x3e\x3ctitle\x3e'+ +this._.docTitle+"\x3c/title\x3e"+n+g+"\x3c/head\x3e\x3cbody"+(f.bodyId?' id\x3d"'+f.bodyId+'"':"")+(f.bodyClass?' class\x3d"'+f.bodyClass+'"':"")+"\x3e"+a+"\x3c/body\x3e\x3c/html\x3e";CKEDITOR.env.gecko&&(a=a.replace(/<body/,'\x3cbody contenteditable\x3d"true" '),2E4>CKEDITOR.env.version&&(a=a.replace(/<body[^>]*>/,"$\x26\x3c!-- cke-content-start --\x3e")));f='\x3cscript id\x3d"cke_actscrpt" type\x3d"text/javascript"'+(CKEDITOR.env.ie?' defer\x3d"defer" ':"")+"\x3evar wasLoaded\x3d0;function onload(){if(!wasLoaded)window.parent.CKEDITOR.tools.callFunction("+ +this._.frameLoadedHandler+",window);wasLoaded\x3d1;}"+(CKEDITOR.env.ie?"onload();":'document.addEventListener("DOMContentLoaded", onload, false );')+"\x3c/script\x3e";CKEDITOR.env.ie&&9>CKEDITOR.env.version&&(f+='\x3cscript id\x3d"cke_shimscrpt"\x3ewindow.parent.CKEDITOR.tools.enableHtml5Elements(document)\x3c/script\x3e');n&&CKEDITOR.env.ie&&10>CKEDITOR.env.version&&(f+='\x3cscript id\x3d"cke_basetagscrpt"\x3evar baseTag \x3d document.querySelector( "base" );baseTag.href \x3d baseTag.href;\x3c/script\x3e'); +a=a.replace(/(?=\s*<\/(:?head)>)/,f);this.clearCustomData();this.clearListeners();e.fire("contentDomUnload");var t=this.getDocument();try{t.write(a)}catch(r){setTimeout(function(){t.write(a)},0)}}},getData:function(a){if(a)return this.getHtml();a=this.editor;var b=a.config,c=b.fullPage,e=c&&a.docType,h=c&&a.xmlDeclaration,k=this.getDocument(),c=c?k.getDocumentElement().getOuterHtml():k.getBody().getHtml();CKEDITOR.env.gecko&&b.enterMode!=CKEDITOR.ENTER_BR&&(c=c.replace(/<br>(?=\s*(:?$|<\/body>))/, +""));c=a.dataProcessor.toDataFormat(c);h&&(c=h+"\n"+c);e&&(c=e+"\n"+c);return c},focus:function(){this._.isLoadingData?this._.isPendingFocus=!0:c.baseProto.focus.call(this)},detach:function(){var a=this.editor,b=a.document,e;try{e=a.window.getFrame()}catch(f){}c.baseProto.detach.call(this);this.clearCustomData();b.getDocumentElement().clearCustomData();CKEDITOR.tools.removeFunction(this._.frameLoadedHandler);e&&e.getParent()?(e.clearCustomData(),(a=e.removeCustomData("onResize"))&&a.removeListener(), +e.remove()):CKEDITOR.warn("editor-destroy-iframe")}}})}(),CKEDITOR.config.disableObjectResizing=!1,CKEDITOR.config.disableNativeTableHandles=!0,CKEDITOR.config.disableNativeSpellChecker=!0,CKEDITOR.config.plugins="dialogui,dialog,a11yhelp,about,basicstyles,blockquote,clipboard,panel,floatpanel,menu,contextmenu,elementspath,indent,indentlist,list,enterkey,entities,popup,filebrowser,floatingspace,listblock,button,richcombo,format,horizontalrule,htmlwriter,image,fakeobjects,link,magicline,maximize,pastefromword,pastetext,removeformat,resize,menubutton,scayt,showborders,sourcearea,specialchar,stylescombo,tab,table,tabletools,toolbar,undo,wsc,wysiwygarea", +CKEDITOR.config.skin="moono",function(){var a=function(a,b){var c=CKEDITOR.getUrl("plugins/"+b);a=a.split(",");for(var d=0;d<a.length;d++)CKEDITOR.skin.icons[a[d]]={path:c,offset:-a[++d],bgsize:a[++d]}};CKEDITOR.env.hidpi?a("about,0,,bold,24,,italic,48,,strike,72,,subscript,96,,superscript,120,,underline,144,,bidiltr,168,,bidirtl,192,,blockquote,216,,copy-rtl,240,,copy,264,,cut-rtl,288,,cut,312,,paste-rtl,336,,paste,360,,codesnippet,384,,bgcolor,408,,textcolor,432,,creatediv,456,,docprops-rtl,480,,docprops,504,,embed,528,,embedsemantic,552,,find-rtl,576,,find,600,,replace,624,,flash,648,,button,672,,checkbox,696,,form,720,,hiddenfield,744,,imagebutton,768,,radio,792,,select-rtl,816,,select,840,,textarea-rtl,864,,textarea,888,,textfield-rtl,912,,textfield,936,,horizontalrule,960,,iframe,984,,image,1008,,indent-rtl,1032,,indent,1056,,outdent-rtl,1080,,outdent,1104,,justifyblock,1128,,justifycenter,1152,,justifyleft,1176,,justifyright,1200,,language,1224,,anchor-rtl,1248,,anchor,1272,,link,1296,,unlink,1320,,bulletedlist-rtl,1344,,bulletedlist,1368,,numberedlist-rtl,1392,,numberedlist,1416,,mathjax,1440,,maximize,1464,,newpage-rtl,1488,,newpage,1512,,pagebreak-rtl,1536,,pagebreak,1560,,pastefromword-rtl,1584,,pastefromword,1608,,pastetext-rtl,1632,,pastetext,1656,,placeholder,1680,,preview-rtl,1704,,preview,1728,,print,1752,,removeformat,1776,,save,1800,,scayt,1824,,selectall,1848,,showblocks-rtl,1872,,showblocks,1896,,smiley,1920,,source-rtl,1944,,source,1968,,sourcedialog-rtl,1992,,sourcedialog,2016,,specialchar,2040,,table,2064,,templates-rtl,2088,,templates,2112,,uicolor,2136,,redo-rtl,2160,,redo,2184,,undo-rtl,2208,,undo,2232,,simplebox,4512,auto,spellchecker,2280,", +"icons_hidpi.png"):a("about,0,auto,bold,24,auto,italic,48,auto,strike,72,auto,subscript,96,auto,superscript,120,auto,underline,144,auto,bidiltr,168,auto,bidirtl,192,auto,blockquote,216,auto,copy-rtl,240,auto,copy,264,auto,cut-rtl,288,auto,cut,312,auto,paste-rtl,336,auto,paste,360,auto,codesnippet,384,auto,bgcolor,408,auto,textcolor,432,auto,creatediv,456,auto,docprops-rtl,480,auto,docprops,504,auto,embed,528,auto,embedsemantic,552,auto,find-rtl,576,auto,find,600,auto,replace,624,auto,flash,648,auto,button,672,auto,checkbox,696,auto,form,720,auto,hiddenfield,744,auto,imagebutton,768,auto,radio,792,auto,select-rtl,816,auto,select,840,auto,textarea-rtl,864,auto,textarea,888,auto,textfield-rtl,912,auto,textfield,936,auto,horizontalrule,960,auto,iframe,984,auto,image,1008,auto,indent-rtl,1032,auto,indent,1056,auto,outdent-rtl,1080,auto,outdent,1104,auto,justifyblock,1128,auto,justifycenter,1152,auto,justifyleft,1176,auto,justifyright,1200,auto,language,1224,auto,anchor-rtl,1248,auto,anchor,1272,auto,link,1296,auto,unlink,1320,auto,bulletedlist-rtl,1344,auto,bulletedlist,1368,auto,numberedlist-rtl,1392,auto,numberedlist,1416,auto,mathjax,1440,auto,maximize,1464,auto,newpage-rtl,1488,auto,newpage,1512,auto,pagebreak-rtl,1536,auto,pagebreak,1560,auto,pastefromword-rtl,1584,auto,pastefromword,1608,auto,pastetext-rtl,1632,auto,pastetext,1656,auto,placeholder,1680,auto,preview-rtl,1704,auto,preview,1728,auto,print,1752,auto,removeformat,1776,auto,save,1800,auto,scayt,1824,auto,selectall,1848,auto,showblocks-rtl,1872,auto,showblocks,1896,auto,smiley,1920,auto,source-rtl,1944,auto,source,1968,auto,sourcedialog-rtl,1992,auto,sourcedialog,2016,auto,specialchar,2040,auto,table,2064,auto,templates-rtl,2088,auto,templates,2112,auto,uicolor,2136,auto,redo-rtl,2160,auto,redo,2184,auto,undo-rtl,2208,auto,undo,2232,auto,simplebox,2256,auto,spellchecker,2280,auto", +"icons.png")}())})(); \ No newline at end of file diff --git a/public/assets/ckeditor/composer.json b/public/assets/ckeditor/composer.json new file mode 100644 index 0000000..dc3a40d --- /dev/null +++ b/public/assets/ckeditor/composer.json @@ -0,0 +1,20 @@ +{ + "name": "ckeditor/ckeditor", + "description": "JavaScript WYSIWYG web text editor.", + "type": "library", + "keywords": [ "ckeditor", "fckeditor", "editor", "wysiwyg", "html", "richtext", "text", "javascript" ], + "homepage": "http://ckeditor.com", + "license": [ "GPL-2.0+", "LGPL-2.1+", "MPL-1.1+" ], + "authors": [ + { + "name": "CKSource", + "homepage": "http://cksource.com" + } + ], + "support": { + "issues": "http://dev.ckeditor.com", + "forum": "http://ckeditor.com/forums", + "wiki": "http://docs.ckeditor.com", + "source": "http://github.com/ckeditor/ckeditor-dev" + } +} \ No newline at end of file diff --git a/public/assets/ckeditor/config.js b/public/assets/ckeditor/config.js new file mode 100644 index 0000000..9de2f1a --- /dev/null +++ b/public/assets/ckeditor/config.js @@ -0,0 +1,38 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.editorConfig = function( config ) { + // Define changes to default configuration here. + // For complete reference see: + // http://docs.ckeditor.com/#!/api/CKEDITOR.config + + // The toolbar groups arrangement, optimized for two toolbar rows. + config.toolbarGroups = [ + { name: 'clipboard', groups: [ 'clipboard', 'undo' ] }, + { name: 'editing', groups: [ 'find', 'selection', 'spellchecker' ] }, + { name: 'links' }, + { name: 'insert' }, + { name: 'forms' }, + { name: 'tools' }, + { name: 'document', groups: [ 'mode', 'document', 'doctools' ] }, + { name: 'others' }, + '/', + { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] }, + { name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi' ] }, + { name: 'styles' }, + { name: 'colors' }, + { name: 'about' } + ]; + + // Remove some buttons provided by the standard plugins, which are + // not needed in the Standard(s) toolbar. + config.removeButtons = 'Underline,Subscript,Superscript'; + + // Set the most common block elements. + config.format_tags = 'p;h1;h2;h3;pre'; + + // Simplify the dialog windows. + config.removeDialogTabs = 'image:advanced;link:advanced'; +}; diff --git a/public/assets/ckeditor/contents.css b/public/assets/ckeditor/contents.css new file mode 100644 index 0000000..c6936fe --- /dev/null +++ b/public/assets/ckeditor/contents.css @@ -0,0 +1,135 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ + +body +{ + /* Font */ + font-family: sans-serif, Arial, Verdana, "Trebuchet MS"; + font-size: 12px; + + /* Text color */ + color: #333; + + /* Remove the background color to make it transparent */ + background-color: #fff; + + margin: 20px; +} + +.cke_editable +{ + font-size: 13px; + line-height: 1.6; + + /* Fix for missing scrollbars with RTL texts. (#10488) */ + word-wrap: break-word; +} + +blockquote +{ + font-style: italic; + font-family: Georgia, Times, "Times New Roman", serif; + padding: 2px 0; + border-style: solid; + border-color: #ccc; + border-width: 0; +} + +.cke_contents_ltr blockquote +{ + padding-left: 20px; + padding-right: 8px; + border-left-width: 5px; +} + +.cke_contents_rtl blockquote +{ + padding-left: 8px; + padding-right: 20px; + border-right-width: 5px; +} + +a +{ + color: #0782C1; +} + +ol,ul,dl +{ + /* IE7: reset rtl list margin. (#7334) */ + *margin-right: 0px; + /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/ + padding: 0 40px; +} + +h1,h2,h3,h4,h5,h6 +{ + font-weight: normal; + line-height: 1.2; +} + +hr +{ + border: 0px; + border-top: 1px solid #ccc; +} + +img.right +{ + border: 1px solid #ccc; + float: right; + margin-left: 15px; + padding: 5px; +} + +img.left +{ + border: 1px solid #ccc; + float: left; + margin-right: 15px; + padding: 5px; +} + +pre +{ + white-space: pre-wrap; /* CSS 2.1 */ + word-wrap: break-word; /* IE7 */ + -moz-tab-size: 4; + tab-size: 4; +} + +.marker +{ + background-color: Yellow; +} + +span[lang] +{ + font-style: italic; +} + +figure +{ + text-align: center; + border: solid 1px #ccc; + border-radius: 2px; + background: rgba(0,0,0,0.05); + padding: 10px; + margin: 10px 20px; + display: inline-block; +} + +figure > figcaption +{ + text-align: center; + display: block; /* For IE8 */ +} + +a > img { + padding: 1px; + margin: 1px; + border: none; + outline: 1px solid #0782C1; +} diff --git a/public/assets/ckeditor/lang/_translationstatus.txt b/public/assets/ckeditor/lang/_translationstatus.txt new file mode 100644 index 0000000..948ec06 --- /dev/null +++ b/public/assets/ckeditor/lang/_translationstatus.txt @@ -0,0 +1,63 @@ +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license + +af.js Found: 62 Missing: 4 +ar.js Found: 51 Missing: 15 +bg.js Found: 58 Missing: 8 +bn.js Found: 40 Missing: 26 +bs.js Found: 29 Missing: 37 +ca.js Found: 61 Missing: 5 +cs.js Found: 66 Missing: 0 +cy.js Found: 66 Missing: 0 +da.js Found: 66 Missing: 0 +de.js Found: 66 Missing: 0 +el.js Found: 59 Missing: 7 +en-au.js Found: 38 Missing: 28 +en-ca.js Found: 37 Missing: 29 +en-gb.js Found: 61 Missing: 5 +eo.js Found: 66 Missing: 0 +es.js Found: 66 Missing: 0 +et.js Found: 66 Missing: 0 +eu.js Found: 48 Missing: 18 +fa.js Found: 66 Missing: 0 +fi.js Found: 66 Missing: 0 +fo.js Found: 66 Missing: 0 +fr-ca.js Found: 42 Missing: 24 +fr.js Found: 66 Missing: 0 +gl.js Found: 40 Missing: 26 +gu.js Found: 66 Missing: 0 +he.js Found: 66 Missing: 0 +hi.js Found: 43 Missing: 23 +hr.js Found: 66 Missing: 0 +hu.js Found: 63 Missing: 3 +is.js Found: 41 Missing: 25 +it.js Found: 66 Missing: 0 +ja.js Found: 62 Missing: 4 +ka.js Found: 62 Missing: 4 +km.js Found: 40 Missing: 26 +ko.js Found: 40 Missing: 26 +lt.js Found: 66 Missing: 0 +lv.js Found: 40 Missing: 26 +mk.js Found: 0 Missing: 66 +mn.js Found: 40 Missing: 26 +ms.js Found: 39 Missing: 27 +nb.js Found: 66 Missing: 0 +nl.js Found: 65 Missing: 1 +no.js Found: 66 Missing: 0 +pl.js Found: 66 Missing: 0 +pt-br.js Found: 66 Missing: 0 +pt.js Found: 52 Missing: 14 +ro.js Found: 61 Missing: 5 +ru.js Found: 66 Missing: 0 +sk.js Found: 49 Missing: 17 +sl.js Found: 48 Missing: 18 +sr-latn.js Found: 40 Missing: 26 +sr.js Found: 40 Missing: 26 +sv.js Found: 62 Missing: 4 +th.js Found: 40 Missing: 26 +tr.js Found: 66 Missing: 0 +ug.js Found: 66 Missing: 0 +uk.js Found: 66 Missing: 0 +vi.js Found: 66 Missing: 0 +zh-cn.js Found: 66 Missing: 0 +zh.js Found: 58 Missing: 8 diff --git a/public/assets/ckeditor/lang/af.js b/public/assets/ckeditor/lang/af.js new file mode 100644 index 0000000..c1d4507 --- /dev/null +++ b/public/assets/ckeditor/lang/af.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['af']={"wsc":{"btnIgnore":"Ignoreer","btnIgnoreAll":"Ignoreer alles","btnReplace":"Vervang","btnReplaceAll":"vervang alles","btnUndo":"Ontdoen","changeTo":"Verander na","errorLoading":"Fout by inlaai van diens: %s.","ieSpellDownload":"Speltoetser is nie geïnstalleer nie. Wil u dit nou aflaai?","manyChanges":"Klaar met speltoets: %1 woorde verander","noChanges":"Klaar met speltoets: Geen woorde verander nie","noMispell":"Klaar met speltoets: Geen foute nie","noSuggestions":"- Geen voorstel -","notAvailable":"Jammer, hierdie diens is nie nou beskikbaar nie.","notInDic":"Nie in woordeboek nie","oneChange":"Klaar met speltoets: Een woord verander","progress":"Spelling word getoets...","title":"Speltoetser","toolbar":"Speltoets"},"undo":{"redo":"Oordoen","undo":"Ontdoen"},"toolbar":{"toolbarCollapse":"Verklein werkbalk","toolbarExpand":"Vergroot werkbalk","toolbarGroups":{"document":"Dokument","clipboard":"Knipbord/Undo","editing":"Verander","forms":"Vorms","basicstyles":"Eenvoudige Styl","paragraph":"Paragraaf","links":"Skakels","insert":"Toevoeg","styles":"Style","colors":"Kleure","tools":"Gereedskap"},"toolbars":"Werkbalke"},"table":{"border":"Randbreedte","caption":"Naam","cell":{"menu":"Sel","insertBefore":"Voeg sel in voor","insertAfter":"Voeg sel in na","deleteCell":"Verwyder sel","merge":"Voeg selle saam","mergeRight":"Voeg saam na regs","mergeDown":"Voeg saam ondertoe","splitHorizontal":"Splits sel horisontaal","splitVertical":"Splits sel vertikaal","title":"Sel eienskappe","cellType":"Sel tipe","rowSpan":"Omspan rye","colSpan":"Omspan kolomme","wordWrap":"Woord terugloop","hAlign":"Horisontale oplyning","vAlign":"Vertikale oplyning","alignBaseline":"Basislyn","bgColor":"Agtergrondkleur","borderColor":"Randkleur","data":"Inhoud","header":"Opskrif","yes":"Ja","no":"Nee","invalidWidth":"Selbreedte moet 'n getal wees.","invalidHeight":"Selhoogte moet 'n getal wees.","invalidRowSpan":"Omspan rye moet 'n heelgetal wees.","invalidColSpan":"Omspan kolomme moet 'n heelgetal wees.","chooseColor":"Kies"},"cellPad":"Sel-spasie","cellSpace":"Sel-afstand","column":{"menu":"Kolom","insertBefore":"Voeg kolom in voor","insertAfter":"Voeg kolom in na","deleteColumn":"Verwyder kolom"},"columns":"Kolomme","deleteTable":"Verwyder tabel","headers":"Opskrifte","headersBoth":"Beide ","headersColumn":"Eerste kolom","headersNone":"Geen","headersRow":"Eerste ry","invalidBorder":"Randbreedte moet 'n getal wees.","invalidCellPadding":"Sel-spasie moet 'n getal wees.","invalidCellSpacing":"Sel-afstand moet 'n getal wees.","invalidCols":"Aantal kolomme moet 'n getal groter as 0 wees.","invalidHeight":"Tabelhoogte moet 'n getal wees.","invalidRows":"Aantal rye moet 'n getal groter as 0 wees.","invalidWidth":"Tabelbreedte moet 'n getal wees.","menu":"Tabel eienskappe","row":{"menu":"Ry","insertBefore":"Voeg ry in voor","insertAfter":"Voeg ry in na","deleteRow":"Verwyder ry"},"rows":"Rye","summary":"Opsomming","title":"Tabel eienskappe","toolbar":"Tabel","widthPc":"persent","widthPx":"piksels","widthUnit":"breedte-eenheid"},"stylescombo":{"label":"Styl","panelTitle":"Vormaat style","panelTitle1":"Blok style","panelTitle2":"Inlyn style","panelTitle3":"Objek style"},"specialchar":{"options":"Spesiale karakter-opsies","title":"Kies spesiale karakter","toolbar":"Voeg spesiaale karakter in"},"sourcearea":{"toolbar":"Bron"},"scayt":{"btn_about":"SCAYT info","btn_dictionaries":"Woordeboeke","btn_disable":"SCAYT af","btn_enable":"SCAYT aan","btn_langs":"Tale","btn_options":"Opsies","text_title":"Speltoets terwyl u tik"},"removeformat":{"toolbar":"Verwyder opmaak"},"pastetext":{"button":"Plak as eenvoudige teks","title":"Plak as eenvoudige teks"},"pastefromword":{"confirmCleanup":"Die teks wat u wil plak lyk asof dit uit Word gekopiëer is. Wil u dit eers skoonmaak voordat dit geplak word?","error":"Die geplakte teks kon nie skoongemaak word nie, weens 'n interne fout","title":"Plak vanuit Word","toolbar":"Plak vanuit Word"},"maximize":{"maximize":"Maksimaliseer","minimize":"Minimaliseer"},"magicline":{"title":"Voeg paragraaf hier in"},"list":{"bulletedlist":"Ongenommerde lys","numberedlist":"Genommerde lys"},"link":{"acccessKey":"Toegangsleutel","advanced":"Gevorderd","advisoryContentType":"Aanbevole inhoudstipe","advisoryTitle":"Aanbevole titel","anchor":{"toolbar":"Anker byvoeg/verander","menu":"Anker-eienskappe","title":"Anker-eienskappe","name":"Ankernaam","errorName":"Voltooi die ankernaam asseblief","remove":"Remove Anchor"},"anchorId":"Op element Id","anchorName":"Op ankernaam","charset":"Karakterstel van geskakelde bron","cssClasses":"CSS klasse","emailAddress":"E-posadres","emailBody":"Berig-inhoud","emailSubject":"Berig-onderwerp","id":"Id","info":"Skakel informasie","langCode":"Taalkode","langDir":"Skryfrigting","langDirLTR":"Links na regs (LTR)","langDirRTL":"Regs na links (RTL)","menu":"Wysig skakel","name":"Naam","noAnchors":"(Geen ankers beskikbaar in dokument)","noEmail":"Gee die e-posadres","noUrl":"Gee die skakel se URL","other":"<ander>","popupDependent":"Afhanklik (Netscape)","popupFeatures":"Eienskappe van opspringvenster","popupFullScreen":"Volskerm (IE)","popupLeft":"Posisie links","popupLocationBar":"Adresbalk","popupMenuBar":"Spyskaartbalk","popupResizable":"Herskaalbaar","popupScrollBars":"Skuifbalke","popupStatusBar":"Statusbalk","popupToolbar":"Werkbalk","popupTop":"Posisie bo","rel":"Relationship","selectAnchor":"Kies 'n anker","styles":"Styl","tabIndex":"Tab indeks","target":"Doel","targetFrame":"<raam>","targetFrameName":"Naam van doelraam","targetPopup":"<opspringvenster>","targetPopupName":"Naam van opspringvenster","title":"Skakel","toAnchor":"Anker in bladsy","toEmail":"E-pos","toUrl":"URL","toolbar":"Skakel invoeg/wysig","type":"Skakelsoort","unlink":"Verwyder skakel","upload":"Oplaai"},"indent":{"indent":"Vergroot inspring","outdent":"Verklein inspring"},"image":{"alt":"Alternatiewe teks","border":"Rand","btnUpload":"Stuur na bediener","button2Img":"Wil u die geselekteerde afbeeldingsknop vervang met 'n eenvoudige afbeelding?","hSpace":"HSpasie","img2Button":"Wil u die geselekteerde afbeelding vervang met 'n afbeeldingsknop?","infoTab":"Afbeelding informasie","linkTab":"Skakel","lockRatio":"Vaste proporsie","menu":"Afbeelding eienskappe","resetSize":"Herstel grootte","title":"Afbeelding eienskappe","titleButton":"Afbeeldingsknop eienskappe","upload":"Oplaai","urlMissing":"Die URL na die afbeelding ontbreek.","vSpace":"VSpasie","validateBorder":"Rand moet 'n heelgetal wees.","validateHSpace":"HSpasie moet 'n heelgetal wees.","validateVSpace":"VSpasie moet 'n heelgetal wees."},"horizontalrule":{"toolbar":"Horisontale lyn invoeg"},"format":{"label":"Opmaak","panelTitle":"Opmaak","tag_address":"Adres","tag_div":"Normaal (DIV)","tag_h1":"Opskrif 1","tag_h2":"Opskrif 2","tag_h3":"Opskrif 3","tag_h4":"Opskrif 4","tag_h5":"Opskrif 5","tag_h6":"Opskrif 6","tag_p":"Normaal","tag_pre":"Opgemaak"},"fakeobjects":{"anchor":"Anker","flash":"Flash animasie","hiddenfield":"Verborge veld","iframe":"IFrame","unknown":"Onbekende objek"},"elementspath":{"eleLabel":"Elemente-pad","eleTitle":"%1 element"},"contextmenu":{"options":"Konteks Spyskaart-opsies"},"clipboard":{"copy":"Kopiëer","copyError":"U blaaier se sekuriteitsinstelling belet die kopiëringsaksie. Gebruik die sleutelbordkombinasie (Ctrl/Cmd+C).","cut":"Knip","cutError":"U blaaier se sekuriteitsinstelling belet die outomatiese knip-aksie. Gebruik die sleutelbordkombinasie (Ctrl/Cmd+X).","paste":"Plak","pasteArea":"Plak-area","pasteMsg":"Plak die teks in die volgende teks-area met die sleutelbordkombinasie (<STRONG>Ctrl/Cmd+V</STRONG>) en druk <STRONG>OK</STRONG>.","securityMsg":"Weens u blaaier se sekuriteitsinstelling is data op die knipbord nie toeganklik nie. U kan dit eers weer in hierdie venster plak.","title":"Byvoeg"},"button":{"selectedLabel":"%1 uitgekies"},"blockquote":{"toolbar":"Sitaatblok"},"basicstyles":{"bold":"Vet","italic":"Skuins","strike":"Deurgestreep","subscript":"Onderskrif","superscript":"Bo-skrif","underline":"Onderstreep"},"about":{"copy":"Kopiereg © $1. Alle regte voorbehou.","dlgTitle":"Meer oor CKEditor","help":"Slaan $1 na vir hulp.","moreInfo":"Vir lisensie-informasie, besoek asb. ons webwerf:","title":"Meer oor CKEditor","userGuide":"CKEditor Gebruikers gits"},"editor":"Woordverwerker","editorPanel":"Woordverwerkerpaneel","common":{"editorHelp":"Druk op ALT 0 vir hulp","browseServer":"Blaai op bediener","url":"URL","protocol":"Protokol","upload":"Oplaai","uploadSubmit":"Stuur aan die bediener","image":"Beeld","flash":"Flash","form":"Vorm","checkbox":"Merkhokkie","radio":"Radioknoppie","textField":"Teksveld","textarea":"Teksarea","hiddenField":"Versteekteveld","button":"Knop","select":"Keuseveld","imageButton":"Beeldknop","notSet":"<geen instelling>","id":"Id","name":"Naam","langDir":"Skryfrigting","langDirLtr":"Links na regs (LTR)","langDirRtl":"Regs na links (RTL)","langCode":"Taalkode","longDescr":"Lang beskrywing URL","cssClass":"CSS klasse","advisoryTitle":"Aanbevole titel","cssStyle":"Styl","ok":"OK","cancel":"Kanselleer","close":"Sluit","preview":"Voorbeeld","resize":"Skalierung","generalTab":"Algemeen","advancedTab":"Gevorderd","validateNumberFailed":"Hierdie waarde is nie 'n nommer nie.","confirmNewPage":"Alle wysiginge sal verlore gaan. Is jy seker dat jy 'n nuwe bladsy wil laai?","confirmCancel":"Sommige opsies is gewysig. Is jy seker dat jy hierdie dialoogvenster wil sluit?","options":"Opsies","target":"Teiken","targetNew":"Nuwe venster (_blank)","targetTop":"Boonste venster (_top)","targetSelf":"Selfde venster (_self)","targetParent":"Oorspronklike venster (_parent)","langDirLTR":"Links na Regs (LTR)","langDirRTL":"Regs na Links (RTL)","styles":"Styl","cssClasses":"CSS klasse","width":"Breedte","height":"Hoogte","align":"Orienteerung","alignLeft":"Links","alignRight":"Regs","alignCenter":"Middel","alignJustify":"Eweredig","alignTop":"Bo","alignMiddle":"Middel","alignBottom":"Onder","alignNone":"Geen","invalidValue":"Ongeldige waarde","invalidHeight":"Hoogte moet 'n getal wees","invalidWidth":"Breedte moet 'n getal wees.","invalidCssLength":"Die waarde vir die \"%1\" veld moet 'n posetiewe getal wees met of sonder 'n geldige CSS eenheid (px, %, in, cm, mm, em, ex, pt, of pc).","invalidHtmlLength":"Die waarde vir die \"%1\" veld moet 'n posetiewe getal wees met of sonder 'n geldige HTML eenheid (px of %).","invalidInlineStyle":"Ongeldige CSS. Formaat is een of meer sleutel-wert paare, \"naam : wert\" met kommapunte gesky.","cssLengthTooltip":"Voeg 'n getal wert in pixel in, of 'n waarde met geldige CSS eenheid (px, %, in, cm, mm, em, ex, pt, of pc).","unavailable":"%1<span class=\"cke_accessibility\">, nie beskikbaar nie</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/ar.js b/public/assets/ckeditor/lang/ar.js new file mode 100644 index 0000000..349cca0 --- /dev/null +++ b/public/assets/ckeditor/lang/ar.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['ar']={"wsc":{"btnIgnore":"تجاÙÙ","btnIgnoreAll":"تجاÙ٠اÙÙÙ","btnReplace":"تغÙÙØ±","btnReplaceAll":"تغÙÙØ± اÙÙÙ","btnUndo":"تراجع","changeTo":"Ø§ÙØªØºÙÙØ± Ø¥ÙÙ","errorLoading":"خطأ Ù٠تØÙ Ù٠تطبÙ٠خد٠ة Ø§ÙØ§Ø³ØªØ¶Ø§ÙØ©: %s.","ieSpellDownload":"اÙ٠دÙÙ Ø§ÙØ¥Ù ÙØ§Ø¦Ù (Ø§ÙØ¥ÙجÙÙØ²Ù) ØºÙØ± Ù Ø«Ø¨ÙØª. ÙÙ ØªÙØ¯ تØÙ ÙÙÙ Ø§ÙØ¢ÙØ","manyChanges":"ت٠إÙÙ Ø§Ù Ø§ÙØªØ¯ÙÙÙ Ø§ÙØ¥Ù ÙØ§Ø¦Ù: ت٠تغÙÙØ± %1 Ù Ù ÙÙ٠ات","noChanges":"ØªÙ Ø§ÙØªØ¯ÙÙÙ Ø§ÙØ¥Ù ÙØ§Ø¦Ù: ÙÙ ÙØªÙ تغÙÙØ± Ø£Ù ÙÙÙ Ø©","noMispell":"ØªÙ Ø§ÙØªØ¯ÙÙÙ Ø§ÙØ¥Ù ÙØ§Ø¦Ù: ÙÙ ÙØªÙ Ø§ÙØ¹Ø«Ùر عÙ٠أ٠أخطاء Ø¥Ù ÙØ§Ø¦ÙØ©","noSuggestions":"- ÙØ§ ØªÙØ¬Ø¯ Ø¥ÙØªØ±Ø§ØØ§Øª -","notAvailable":"عÙÙØ§ÙØ ÙÙÙÙ ÙØ°Ù Ø§ÙØ®Ø¯Ù Ø© ØºÙØ± Ù ØªØ§ØØ© Ø§ÙØ§Ù","notInDic":"ÙÙØ³Øª Ù٠اÙÙØ§Ù ÙØ³","oneChange":"ØªÙ Ø§ÙØªØ¯ÙÙÙ Ø§ÙØ¥Ù ÙØ§Ø¦Ù: ت٠تغÙÙØ± ÙÙÙ Ø© ÙØ§ØØ¯Ø© ÙÙØ·","progress":"Ø¬Ø§Ø±Ù Ø§ÙØªØ¯ÙÙÙ Ø§ÙØ§Ù ÙØ§Ø¦Ù","title":"Ø§ÙØªØ¯ÙÙÙ Ø§ÙØ¥Ù ÙØ§Ø¦Ù","toolbar":"تدÙÙÙ Ø¥Ù ÙØ§Ø¦Ù"},"undo":{"redo":"إعادة","undo":"تراجع"},"toolbar":{"toolbarCollapse":"تÙÙÙØµ Ø´Ø±ÙØ· Ø§ÙØ£Ø¯Ùت","toolbarExpand":"ØªÙ Ø¯ÙØ¯ Ø´Ø±ÙØ· Ø§ÙØ£Ø¯Ùات","toolbarGroups":{"document":"Ù Ø³ØªÙØ¯","clipboard":"Ø§ÙØØ§ÙØ¸Ø©/Ø§ÙØ±Ø¬Ùع","editing":"ØªØØ±Ùر","forms":"Ù٠اذج","basicstyles":"ÙÙ Ø· Ø¨Ø³ÙØ·","paragraph":"ÙÙØ±Ø©","links":"Ø±ÙØ§Ø¨Ø·","insert":"إدراج","styles":"Ø£Ù٠اط","colors":"Ø£ÙÙØ§Ù","tools":"Ø£Ø¯ÙØ§Øª"},"toolbars":"أشرطة Ø£Ø¯ÙØ§Øª اÙÙ ØØ±Ø±"},"table":{"border":"Ø§ÙØØ¯ÙØ¯","caption":"اÙÙØµÙ","cell":{"menu":"Ø®ÙÙØ©","insertBefore":"إدراج Ø®ÙÙØ© ÙØ¨Ù","insertAfter":"إدراج Ø®ÙÙØ© بعد","deleteCell":"ØØ°Ù Ø®ÙÙØ©","merge":"د٠ج Ø®ÙØ§Ùا","mergeRight":"د٠ج ÙÙÙÙ ÙÙ","mergeDown":"د٠ج ÙÙØ£Ø³ÙÙ","splitHorizontal":"ØªÙØ³ÙÙ Ø§ÙØ®ÙÙØ© Ø£ÙÙÙØ§Ù","splitVertical":"ØªÙØ³ÙÙ Ø§ÙØ®ÙÙØ© Ø¹Ù ÙØ¯ÙاÙ","title":"خصائص Ø§ÙØ®ÙÙØ©","cellType":"ÙÙØ¹ Ø§ÙØ®ÙÙØ©","rowSpan":"ا٠تداد Ø§ÙØµÙÙÙ","colSpan":"ا٠تداد Ø§ÙØ£Ø¹Ù دة","wordWrap":"Ø§ÙØªÙا٠اÙÙØµ","hAlign":"Ù ØØ§Ø°Ø§Ø© Ø£ÙÙÙØ©","vAlign":"Ù ØØ§Ø°Ø§Ø© Ø±Ø£Ø³ÙØ©","alignBaseline":"خط اÙÙØ§Ø¹Ø¯Ø©","bgColor":"ÙÙÙ Ø§ÙØ®ÙÙÙØ©","borderColor":"ÙÙÙ Ø§ÙØØ¯ÙØ¯","data":"Ø¨ÙØ§Ùات","header":"عÙÙØ§Ù","yes":"ÙØ¹Ù ","no":"ÙØ§","invalidWidth":"عرض Ø§ÙØ®ÙÙØ© ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ.","invalidHeight":"Ø§Ø±ØªÙØ§Ø¹ Ø§ÙØ®ÙÙØ© ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ.","invalidRowSpan":"ا٠تداد Ø§ÙØµÙÙÙ ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عددا٠صØÙØØ§Ù.","invalidColSpan":"ا٠تداد Ø§ÙØ£Ø¹Ù دة ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عددا٠صØÙØØ§Ù.","chooseColor":"اختر"},"cellPad":"اÙÙ Ø³Ø§ÙØ© Ø§ÙØ¨Ø§Ø¯Ø¦Ø©","cellSpace":"تباعد Ø§ÙØ®ÙØ§ÙØ§","column":{"menu":"Ø¹Ù ÙØ¯","insertBefore":"إدراج Ø¹Ù ÙØ¯ ÙØ¨Ù","insertAfter":"إدراج Ø¹Ù ÙØ¯ بعد","deleteColumn":"ØØ°Ù أع٠دة"},"columns":"أع٠دة","deleteTable":"ØØ°Ù Ø§ÙØ¬Ø¯ÙÙ","headers":"Ø§ÙØ¹ÙاÙÙÙ","headersBoth":"ÙÙØ§Ù٠ا","headersColumn":"Ø§ÙØ¹Ù ÙØ¯ Ø§ÙØ£ÙÙ","headersNone":"بدÙÙ","headersRow":"Ø§ÙØµÙ Ø§ÙØ£ÙÙ","invalidBorder":"ØØ¬Ù Ø§ÙØØ¯ ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ.","invalidCellPadding":"اÙÙ Ø³Ø§ÙØ© Ø§ÙØ¨Ø§Ø¯Ø¦Ø© ÙØ¬Ø¨ أ٠تÙÙ٠عدداÙ","invalidCellSpacing":"اÙÙ Ø³Ø§ÙØ© بÙÙ Ø§ÙØ®ÙØ§ÙØ§ ÙØ¬Ø¨ أ٠تÙÙ٠عدداÙ.","invalidCols":"عدد Ø§ÙØ£Ø¹Ù دة ÙØ¬Ø¨ Ø£Ù ÙÙÙÙ Ø¹Ø¯Ø¯Ø§Ù Ø£ÙØ¨Ø± Ù Ù ØµÙØ±.","invalidHeight":"Ø§Ø±ØªÙØ§Ø¹ Ø§ÙØ¬Ø¯ÙÙ ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ.","invalidRows":"عدد Ø§ÙØµÙÙÙ ÙØ¬Ø¨ Ø£Ù ÙÙÙÙ Ø¹Ø¯Ø¯Ø§Ù Ø£ÙØ¨Ø± Ù Ù ØµÙØ±.","invalidWidth":"عرض Ø§ÙØ¬Ø¯ÙÙ ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ.","menu":"خصائص Ø§ÙØ¬Ø¯ÙÙ","row":{"menu":"صÙ","insertBefore":"إدراج ØµÙ ÙØ¨Ù","insertAfter":"إدراج ص٠بعد","deleteRow":"ØØ°Ù صÙÙÙ"},"rows":"صÙÙÙ","summary":"Ø§ÙØ®Ùاصة","title":"خصائص Ø§ÙØ¬Ø¯ÙÙ","toolbar":"جدÙÙ","widthPc":"باÙ٠ئة","widthPx":"Ø¨ÙØ³Ù","widthUnit":"ÙØØ¯Ø© Ø§ÙØ¹Ø±Ø¶"},"stylescombo":{"label":"Ø£Ù٠اط","panelTitle":"Ø£Ù٠اط Ø§ÙØªÙسÙÙ","panelTitle1":"Ø£Ù٠اط اÙÙÙØ±Ø©","panelTitle2":"Ø£Ù٠اط Ù Ø¶Ù ÙØ©","panelTitle3":"Ø£Ù٠اط اÙÙØ§Ø¦Ù"},"specialchar":{"options":"Ø®ÙØ§Ø±Ø§Øª Ø§ÙØ£ØØ±Ù Ø§ÙØ®Ø§ØµØ©","title":"اختر ØØ±Ù خاص","toolbar":"إدراج ØØ±Ù خاص"},"sourcearea":{"toolbar":"اÙ٠صدر"},"scayt":{"btn_about":"ع٠SCAYT","btn_dictionaries":"ÙÙØ§Ù ÙØ³","btn_disable":"تعطÙÙ SCAYT","btn_enable":"ØªÙØ¹ÙÙ SCAYT","btn_langs":"ÙØºØ§Øª","btn_options":"Ø®ÙØ§Ø±Ø§Øª","text_title":"تدÙÙÙ Ø¥Ù ÙØ§Ø¦Ù Ø£Ø«ÙØ§Ø¡ اÙÙØªØ§Ø¨Ø©"},"removeformat":{"toolbar":"Ø¥Ø²Ø§ÙØ© Ø§ÙØªÙسÙÙØ§Øª"},"pastetext":{"button":"ÙØµÙ ÙÙØµ Ø¨Ø³ÙØ·","title":"ÙØµÙ ÙÙØµ Ø¨Ø³ÙØ·"},"pastefromword":{"confirmCleanup":"ÙØ¨Ø¯Ù أ٠اÙÙØµ اÙ٠راد ÙØµÙÙ Ù ÙØ³ÙØ® Ù Ù Ø¨Ø±ÙØ§Ù ج ÙÙØ±Ø¯. ÙÙ ØªÙØ¯ ØªÙØ¸ÙÙÙ ÙØ¨Ù Ø§ÙØ´Ø±Ùع Ù٠ع٠ÙÙØ© اÙÙØµÙØ","error":"ÙÙ ÙØªÙ Ù Ø³Ø Ø§Ù٠عÙÙ٠ات اÙÙ ÙØµÙØ© ÙØ®Ù٠داخÙÙ","title":"ÙØµÙ Ù Ù ÙÙØ±Ø¯","toolbar":"ÙØµÙ Ù Ù ÙÙØ±Ø¯"},"maximize":{"maximize":"ØªÙØ¨Ùر","minimize":"ØªØµØºÙØ±"},"magicline":{"title":"إدراج ÙÙØ±Ø© ÙÙØ§"},"list":{"bulletedlist":"ادخاÙ/ØØ°Ù تعداد ÙÙØ·Ù","numberedlist":"ادخاÙ/ØØ°Ù تعداد رÙÙ Ù"},"link":{"acccessKey":"Ù ÙØ§ØªÙØ Ø§ÙØ¥Ø®ØªØµØ§Ø±","advanced":"Ù ØªÙØ¯Ù ","advisoryContentType":"ÙÙØ¹ Ø§ÙØªÙØ±ÙØ±","advisoryTitle":"عÙÙØ§Ù Ø§ÙØªÙØ±ÙØ±","anchor":{"toolbar":"إشارة Ù Ø±Ø¬Ø¹ÙØ©","menu":"ØªØØ±Ùر Ø§ÙØ¥Ø´Ø§Ø±Ø© اÙÙ Ø±Ø¬Ø¹ÙØ©","title":"خصائص Ø§ÙØ¥Ø´Ø§Ø±Ø© اÙÙ Ø±Ø¬Ø¹ÙØ©","name":"Ø§Ø³Ù Ø§ÙØ¥Ø´Ø§Ø±Ø© اÙÙ Ø±Ø¬Ø¹ÙØ©","errorName":"Ø§ÙØ±Ø¬Ø§Ø¡ ÙØªØ§Ø¨Ø© Ø§Ø³Ù Ø§ÙØ¥Ø´Ø§Ø±Ø© اÙÙ Ø±Ø¬Ø¹ÙØ©","remove":"Ø¥Ø²Ø§ÙØ© Ø§ÙØ¥Ø´Ø§Ø±Ø© اÙÙ Ø±Ø¬Ø¹ÙØ©"},"anchorId":"ØØ³Ø¨ رÙÙ Ø§ÙØ¹Ùصر","anchorName":"ØØ³Ø¨ Ø¥Ø³Ù Ø§ÙØ¥Ø´Ø§Ø±Ø© اÙÙ Ø±Ø¬Ø¹ÙØ©","charset":"ØªØ±Ù ÙØ² اÙ٠ادة اÙÙ Ø·ÙÙØ¨Ø©","cssClasses":"ÙØ¦Ø§Øª Ø§ÙØªÙسÙÙ","emailAddress":"Ø§ÙØ¨Ø±Ùد Ø§ÙØ¥ÙÙØªØ±ÙÙÙ","emailBody":"Ù ØØªÙÙ Ø§ÙØ±Ø³Ø§ÙØ©","emailSubject":"Ù ÙØ¶Ùع Ø§ÙØ±Ø³Ø§ÙØ©","id":"ÙÙÙØ©","info":"٠عÙÙ٠ات Ø§ÙØ±Ø§Ø¨Ø·","langCode":"ر٠ز اÙÙØºØ©","langDir":"Ø¥ØªØ¬Ø§Ù ÙØµ اÙÙØºØ©","langDirLTR":"اÙÙØ³Ø§Ø± ÙÙÙÙ ÙÙ (LTR)","langDirRTL":"اÙÙÙ ÙÙ ÙÙÙØ³Ø§Ø± (RTL)","menu":"ØªØØ±Ùر Ø§ÙØ±Ø§Ø¨Ø·","name":"إس٠","noAnchors":"(ÙØ§ ØªÙØ¬Ø¯ Ø¹ÙØ§Ù ات Ù Ø±Ø¬Ø¹ÙØ© ÙÙ ÙØ°Ø§ اÙÙ Ø³ØªÙØ¯)","noEmail":"Ø§ÙØ±Ø¬Ø§Ø¡ ÙØªØ§Ø¨Ø© Ø§ÙØ±Ùد Ø§ÙØ¥ÙÙØªØ±ÙÙÙ","noUrl":"Ø§ÙØ±Ø¬Ø§Ø¡ ÙØªØ§Ø¨Ø© رابط اÙÙ ÙÙØ¹","other":"<أخرÙ>","popupDependent":"تابع (Netscape)","popupFeatures":"خصائص اÙÙØ§Ùذة اÙÙ ÙØ¨Ø«ÙØ©","popupFullScreen":"Ù ÙØ¦ Ø§ÙØ´Ø§Ø´Ø© (IE)","popupLeft":"Ø§ÙØªÙ Ø±ÙØ² ÙÙÙØ³Ø§Ø±","popupLocationBar":"Ø´Ø±ÙØ· Ø§ÙØ¹ÙÙØ§Ù","popupMenuBar":"اÙÙÙØ§Ø¦Ù Ø§ÙØ±Ø¦ÙØ³ÙØ©","popupResizable":"ÙØ§Ø¨ÙØ© Ø§ÙØªØ´ÙÙÙ","popupScrollBars":"أشرطة Ø§ÙØªÙ Ø±ÙØ±","popupStatusBar":"Ø´Ø±ÙØ· Ø§ÙØØ§ÙØ©","popupToolbar":"Ø´Ø±ÙØ· Ø§ÙØ£Ø¯Ùات","popupTop":"Ø§ÙØªÙ Ø±ÙØ² ÙÙØ£Ø¹ÙÙ","rel":"Ø§ÙØ¹ÙØ§ÙØ©","selectAnchor":"اختر Ø¹ÙØ§Ù Ø© Ù Ø±Ø¬Ø¹ÙØ©","styles":"ÙÙ Ø·","tabIndex":"Ø§ÙØªØ±ØªÙب","target":"ÙØ¯Ù Ø§ÙØ±Ø§Ø¨Ø·","targetFrame":"<إطار>","targetFrameName":"Ø§Ø³Ù Ø§ÙØ¥Ø·Ø§Ø± اÙÙ Ø³ØªÙØ¯Ù","targetPopup":"<ÙØ§Ùذة Ù ÙØ¨Ø«ÙØ©>","targetPopupName":"اس٠اÙÙØ§Ùذة اÙÙ ÙØ¨Ø«ÙØ©","title":"رابط","toAnchor":"Ù ÙØ§Ù ÙÙ ÙØ°Ø§ اÙÙ Ø³ØªÙØ¯","toEmail":"Ø¨Ø±ÙØ¯ Ø¥ÙÙØªØ±ÙÙÙ","toUrl":"Ø§ÙØ±Ø§Ø¨Ø·","toolbar":"رابط","type":"ÙÙØ¹ Ø§ÙØ±Ø¨Ø·","unlink":"Ø¥Ø²Ø§ÙØ© رابط","upload":"Ø±ÙØ¹"},"indent":{"indent":"Ø²ÙØ§Ø¯Ø© اÙÙ Ø³Ø§ÙØ© Ø§ÙØ¨Ø§Ø¯Ø¦Ø©","outdent":"Ø¥ÙÙØ§Øµ اÙÙ Ø³Ø§ÙØ© Ø§ÙØ¨Ø§Ø¯Ø¦Ø©"},"image":{"alt":"عÙÙØ§Ù Ø§ÙØµÙرة","border":"Ø³Ù Ù Ø§ÙØØ¯ÙØ¯","btnUpload":"أرسÙÙØ§ ÙÙØ®Ø§Ø¯Ù ","button2Img":"ÙÙ ØªØ±ÙØ¯ تØÙÙ٠زر Ø§ÙØµÙرة اÙ٠ختار Ø¥ÙÙ ØµÙØ±Ø© Ø¨Ø³ÙØ·Ø©Ø","hSpace":"تباعد Ø£ÙÙÙ","img2Button":"ÙÙ ØªØ±ÙØ¯ تØÙÙÙ Ø§ÙØµÙرة اÙ٠ختارة Ø¥Ù٠زر ØµÙØ±Ø©Ø","infoTab":"٠عÙÙ٠ات Ø§ÙØµÙرة","linkTab":"Ø§ÙØ±Ø§Ø¨Ø·","lockRatio":"ØªÙØ§Ø³Ù Ø§ÙØØ¬Ù ","menu":"خصائص Ø§ÙØµÙرة","resetSize":"إستعادة Ø§ÙØØ¬Ù Ø§ÙØ£ØµÙÙ","title":"خصائص Ø§ÙØµÙرة","titleButton":"خصائص زر Ø§ÙØµÙرة","upload":"Ø±ÙØ¹","urlMissing":"عÙÙØ§Ù ٠صدر Ø§ÙØµÙرة Ù ÙÙÙØ¯","vSpace":"تباعد Ø¹Ù ÙØ¯Ù","validateBorder":"Ø§ÙØ¥Ø·Ø§Ø± ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عددا","validateHSpace":"HSpace ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ.","validateVSpace":"VSpace ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ."},"horizontalrule":{"toolbar":"خط ÙØ§ØµÙ"},"format":{"label":"ØªÙØ³ÙÙ","panelTitle":"ØªÙØ³Ù٠اÙÙÙØ±Ø©","tag_address":"عÙÙØ§Ù","tag_div":"عاد٠(DIV)","tag_h1":"Ø§ÙØ¹ÙÙØ§Ù 1","tag_h2":"Ø§ÙØ¹ÙÙØ§Ù 2","tag_h3":"Ø§ÙØ¹ÙÙØ§Ù 3","tag_h4":"Ø§ÙØ¹ÙÙØ§Ù 4","tag_h5":"Ø§ÙØ¹ÙÙØ§Ù 5","tag_h6":"Ø§ÙØ¹ÙÙØ§Ù 6","tag_p":"عادÙ","tag_pre":"Ù ÙØ³ÙÙ"},"fakeobjects":{"anchor":"إرساء","flash":"Ø±Ø³Ù Ù ØªØØ±Ù باÙÙÙØ§Ø´","hiddenfield":"إدراج ØÙÙ Ø®ÙÙ","iframe":"iframe","unknown":"Ø¹ÙØµØ± ØºÙØ± ٠عرÙÙ"},"elementspath":{"eleLabel":"٠سار Ø§ÙØ¹Ùصر","eleTitle":"Ø¹ÙØµØ± 1%"},"contextmenu":{"options":"خصائص ÙØ§Ø¦Ù Ø© Ø§ÙØ³ÙاÙ"},"clipboard":{"copy":"ÙØ³Ø®","copyError":"Ø§ÙØ¥Ø¹Ø¯Ø§Ø¯Ø§Øª Ø§ÙØ£Ù ÙÙØ© ÙÙÙ ØªØµÙØ Ø§ÙØ°Ù ØªØ³ØªØ®Ø¯Ù Ù ØªÙ ÙØ¹ ع٠ÙÙØ§Øª اÙÙØ³Ø® Ø§ÙØªÙÙØ§Ø¦Ù. ÙØ¶Ùا٠إستخد٠ÙÙØØ© اÙÙ ÙØ§ØªÙØ ÙÙØ¹Ù ذÙÙ (Ctrl/Cmd+C).","cut":"ÙØµ","cutError":"Ø§ÙØ¥Ø¹Ø¯Ø§Ø¯Ø§Øª Ø§ÙØ£Ù ÙÙØ© ÙÙÙ ØªØµÙØ Ø§ÙØ°Ù ØªØ³ØªØ®Ø¯Ù Ù ØªÙ ÙØ¹ اÙÙØµ Ø§ÙØªÙÙØ§Ø¦Ù. ÙØ¶Ùا٠إستخد٠ÙÙØØ© اÙÙ ÙØ§ØªÙØ ÙÙØ¹Ù ذÙÙ (Ctrl/Cmd+X).","paste":"ÙØµÙ","pasteArea":"Ù ÙØ·ÙØ© اÙÙØµÙ","pasteMsg":"Ø§ÙØµÙ Ø¯Ø§Ø®Ù Ø§ÙØµÙدÙ٠بإستخدا٠زرائر (<STRONG>Ctrl/Cmd+V</STRONG>) ÙÙ ÙÙØØ© اÙÙ ÙØ§ØªÙØØ ث٠اضغط زر <STRONG>Ù ÙØ§ÙÙ</STRONG>.","securityMsg":"ÙØ¸Ø±Ø§Ù ÙØ¥Ø¹Ø¯Ø§Ø¯Ø§Øª Ø§ÙØ£Ù Ø§Ù Ø§ÙØ®Ø§ØµØ© Ø¨Ù ØªØµÙØÙØ ÙÙ ÙØªÙ ÙÙ ÙØ°Ø§ اÙÙ ØØ±Ø± ٠٠اÙÙØµÙÙ ÙÙ ØØªÙÙ ØØ§ÙØ¸ØªÙØ ÙØ°ÙÙ ÙØ¬Ø¨ عÙÙÙ ÙØµÙ اÙÙ ØØªÙ٠٠رة أخر٠ÙÙ ÙØ°Ù اÙÙØ§Ùذة.","title":"ÙØµÙ"},"button":{"selectedLabel":"%1 (Ù ØØ¯Ø¯)"},"blockquote":{"toolbar":"Ø§ÙØªØ¨Ø§Ø³"},"basicstyles":{"bold":"Ø¹Ø±ÙØ¶","italic":"٠ائÙ","strike":"ÙØªÙسط٠خط","subscript":"Ù ÙØ®Ùض","superscript":"Ù Ø±ØªÙØ¹","underline":"ØªØ³Ø·ÙØ±"},"about":{"copy":"ØÙÙ٠اÙÙØ´Ø± © $1. Ø¬Ù ÙØ¹ Ø§ÙØÙÙÙ Ù ØÙÙØ¸Ø©.","dlgTitle":"ع٠CKEditor","help":"راجع $1 ٠٠أج٠اÙ٠ساعدة","moreInfo":"ÙÙØØµÙ٠عÙ٠٠عÙÙ٠ات Ø§ÙØªØ±Ø®Ùص Ø ÙØ±Ø¬Ù Ø²ÙØ§Ø±Ø© Ù ÙÙØ¹Ùا:","title":"ع٠CKEditor","userGuide":"دÙÙ٠٠ستخد٠CKEditor."},"editor":"Ù ØØ±Ø± اÙÙØµ Ø§ÙØºÙÙ","editorPanel":"ÙØ§Ø¦ØØ© Ù ØØ±Ø± اÙÙØµ اÙÙ ÙØ³Ù","common":{"editorHelp":"إضغط عÙÙ ALT + 0 ÙÙØØµÙ٠عÙ٠اÙ٠ساعدة.","browseServer":"ØªØµÙØ","url":"Ø§ÙØ±Ø§Ø¨Ø·","protocol":"Ø§ÙØ¨Ø±ÙتÙÙÙÙ","upload":"Ø±ÙØ¹","uploadSubmit":"أرسÙ","image":"ØµÙØ±Ø©","flash":"ÙÙØ§Ø´","form":"ÙÙ ÙØ°Ø¬","checkbox":"Ø®Ø§ÙØ© Ø¥Ø®ØªÙØ§Ø±","radio":"زر Ø§Ø®ØªÙØ§Ø±","textField":"٠ربع ÙØµ","textarea":"Ù Ø³Ø§ØØ© ÙØµÙØ©","hiddenField":"إدراج ØÙÙ Ø®ÙÙ","button":"زر ضغط","select":"اختار","imageButton":"زر ØµÙØ±Ø©","notSet":"<بدÙÙ ØªØØ¯Ùد>","id":"Ø§ÙØ±ÙÙ ","name":"إس٠","langDir":"إتجا٠اÙÙØµ","langDirLtr":"اÙÙØ³Ø§Ø± ÙÙÙÙ ÙÙ (LTR)","langDirRtl":"اÙÙÙ ÙÙ ÙÙÙØ³Ø§Ø± (RTL)","langCode":"ر٠ز اÙÙØºØ©","longDescr":"اÙÙØµÙ Ø§ÙØªÙصÙÙÙ","cssClass":"ÙØ¦Ø§Øª Ø§ÙØªÙسÙÙ","advisoryTitle":"عÙÙØ§Ù Ø§ÙØªÙØ±ÙØ±","cssStyle":"ÙÙ Ø·","ok":"Ù ÙØ§ÙÙ","cancel":"Ø¥ÙØºØ§Ø¡ Ø§ÙØ£Ù ر","close":"أغÙÙ","preview":"استعراض","resize":"تغÙÙØ± Ø§ÙØØ¬Ù ","generalTab":"عا٠","advancedTab":"Ù ØªÙØ¯Ù ","validateNumberFailed":"ÙØ§ÙÙØ¬Ø¯ ÙØªÙجة","confirmNewPage":"ستÙÙØ¯ أ٠٠تغÙÙØ±Ø§Øª اذا Ù٠تÙ٠بØÙØ¸ÙØ§ اÙÙØ§. ÙÙ Ø£ÙØª Ù ØªØ£ÙØ¯ Ø£ÙÙ ØªØ±ÙØ¯ ØµÙØØ© Ø¬Ø¯ÙØ¯Ø©Ø","confirmCancel":"بعض Ø§ÙØ®Ùارات ÙØ¯ ØªØºÙØ±Øª. ÙÙ Ø£ÙØª Ù ØªØ£ÙØ¯ Ù Ù Ø¥ØºÙØ§Ù ٠ربع اÙÙØµØ","options":"Ø®ÙØ§Ø±Ø§Øª","target":"ÙØ¯Ù Ø§ÙØ±Ø§Ø¨Ø·","targetNew":"ÙØ§Ùذة Ø¬Ø¯ÙØ¯Ø©","targetTop":"اÙÙØ§Ùذة Ø§ÙØ£Ø¹ÙÙ","targetSelf":"داخ٠اÙÙØ§Ùذة","targetParent":"اÙÙØ§Ùذة Ø§ÙØ£Ù ","langDirLTR":"اÙÙØ³Ø§Ø± ÙÙÙÙ ÙÙ (LTR)","langDirRTL":"اÙÙÙ ÙÙ ÙÙÙØ³Ø§Ø± (RTL)","styles":"ÙÙ Ø·","cssClasses":"ÙØ¦Ø§Øª Ø§ÙØªÙسÙÙ","width":"Ø§ÙØ¹Ø±Ø¶","height":"Ø§ÙØ¥Ø±ØªÙاع","align":"Ù ØØ§Ø°Ø§Ø©","alignLeft":"ÙØ³Ø§Ø±","alignRight":"ÙÙ ÙÙ","alignCenter":"ÙØ³Ø·","alignJustify":"ضبط","alignTop":"أعÙÙ","alignMiddle":"ÙØ³Ø·","alignBottom":"أسÙÙ","alignNone":"None","invalidValue":"ÙÙÙ Ø© ØºÙØ± Ù ÙØ¨ÙÙØ©.","invalidHeight":"Ø§ÙØ§Ø±ØªÙاع ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ.","invalidWidth":"Ø§ÙØ¹Ø±Ø¶ ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ.","invalidCssLength":"ÙÙÙ Ø© Ø§ÙØ®Ø§ÙØ© اÙ٠خصصة ÙÙ \"%1\" ÙØ¬Ø¨ أ٠تÙÙ٠رÙ٠ا Ù ÙØ¬Ø¨Ø§Ø Ø¨Ø§Ø³ØªØ®Ø¯Ø§Ù Ø£Ù Ù Ù ØºÙØ± Ø§Ø³ØªØ®Ø¯Ø§Ù ÙØØ¯Ø© CSS ÙÙØ§Ø³ Ù ÙØ¨ÙÙØ© (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"ÙÙÙ Ø© Ø§ÙØ®Ø§ÙØ© اÙ٠خصصة ÙÙ \"%1\" ÙØ¬Ø¨ أ٠تÙÙ٠رÙ٠ا Ù ÙØ¬Ø¨Ø§Ø Ø¨Ø§Ø³ØªØ®Ø¯Ø§Ù Ø£Ù Ù Ù ØºÙØ± Ø§Ø³ØªØ®Ø¯Ø§Ù ÙØØ¯Ø© HTML ÙÙØ§Ø³ Ù ÙØ¨ÙÙØ© (px or %).","invalidInlineStyle":"ÙÙÙ Ø© Ø§ÙØ®Ø§ÙØ© اÙ٠خصصة ÙÙ Inline Style ÙØ¬Ø¨ أ٠تختÙ٠عÙÙ Ù Ø¬Ù ÙØ¹ ÙØ§ØØ¯ Ø£Ù Ø£ÙØ«Ø± Ø¨Ø§ÙØ´ÙÙ Ø§ÙØªØ§ÙÙ: \"name : value\", Ù ÙØµÙÙØ© Ø¨ÙØ§ØµÙØ© Ù ÙÙØ²Ø·Ø©.","cssLengthTooltip":"أدخ٠رÙ٠ا ÙÙÙÙÙ Ø© Ø¨Ø§ÙØ¨Ùس٠أ٠رÙ٠ا Ø¨ÙØØ¯Ø© CSS Ù ÙØ¨ÙÙØ© (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, ØºÙØ± ٠تاØ</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/bg.js b/public/assets/ckeditor/lang/bg.js new file mode 100644 index 0000000..118d71b --- /dev/null +++ b/public/assets/ckeditor/lang/bg.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['bg']={"wsc":{"btnIgnore":"ÐгноÑиÑай","btnIgnoreAll":"ÐгноÑиÑай вÑиÑко","btnReplace":"ÐÑепокÑиване","btnReplaceAll":"ÐÑепокÑий вÑиÑко","btnUndo":"ÐÑзÑанови","changeTo":"ÐÑомени на","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Spell checker not installed. Do you want to download it now?","manyChanges":"Spell check complete: %1 words changed","noChanges":"Spell check complete: No words changed","noMispell":"Spell check complete: No misspellings found","noSuggestions":"- ÐÑма пÑепоÑÑÑани -","notAvailable":"СÑжалÑваме, но ÑÑлÑгаÑа не е доÑÑÑпна за моменÑа","notInDic":"Ðе е в ÑеÑника","oneChange":"Spell check complete: One word changed","progress":"ÐÑовеÑÑва Ñе пÑавопиÑа...","title":"ÐÑовеÑка на пÑавопиÑ","toolbar":"ÐÑовеÑка на пÑавопиÑ"},"undo":{"redo":"ÐÑÑÑане на пÑедиÑен ÑÑаÑÑÑ","undo":"ÐÑзÑанови"},"toolbar":{"toolbarCollapse":"Свиване на ленÑаÑа Ñ Ð¸Ð½ÑÑÑÑменÑи","toolbarExpand":"РазÑиÑÑване на ленÑаÑа Ñ Ð¸Ð½ÑÑÑÑменÑи","toolbarGroups":{"document":"ÐокÑменÑ","clipboard":"ÐлипбоÑд/ÐÑмÑна","editing":"ÐÑомÑна","forms":"ФоÑми","basicstyles":"Ðазови ÑÑилове","paragraph":"ÐаÑагÑаÑ","links":"ÐÑÑзки","insert":"ÐмÑкване","styles":"СÑилове","colors":"ЦвеÑове","tools":"ÐнÑÑÑÑменÑи"},"toolbars":"ÐенÑи Ñ Ð¸Ð½ÑÑÑÑменÑи"},"table":{"border":"Ð Ð°Ð·Ð¼ÐµÑ Ð½Ð° ÑамкаÑа","caption":"Ðаглавие","cell":{"menu":"ÐлеÑка","insertBefore":"ÐмÑкване на клеÑка пÑеди","insertAfter":"ÐмÑкване на клеÑка Ñлед","deleteCell":"ÐзÑÑиване на клеÑки","merge":"Сливане на клеÑки","mergeRight":"Сливане в дÑÑно","mergeDown":"Merge Down","splitHorizontal":"Split Cell Horizontally","splitVertical":"Split Cell Vertically","title":"ÐаÑÑÑойки на клеÑкаÑа","cellType":"Тип на клеÑкаÑа","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"ÐвÑо. пÑеноÑ","hAlign":"ХоÑизонÑално подÑавнÑване","vAlign":"ÐеÑÑикално подÑавнÑване","alignBaseline":"Ðазова линиÑ","bgColor":"Фон","borderColor":"ЦвÑÑ Ð½Ð° ÑамкаÑа","data":"Ðанни","header":"ХедÑÑ","yes":"Ðа","no":"Ðе","invalidWidth":"Cell width must be a number.","invalidHeight":"Cell height must be a number.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"ÐзбеÑеÑе"},"cellPad":"ÐÑделÑне на клеÑкиÑе","cellSpace":"РазÑоÑние Ð¼ÐµÐ¶Ð´Ñ ÐºÐ»ÐµÑкиÑе","column":{"menu":"Ðолона","insertBefore":"ÐмÑкване на колона пÑеди","insertAfter":"ÐмÑкване на колона Ñлед","deleteColumn":"ÐзÑÑиване на колони"},"columns":"Ðолони","deleteTable":"ÐзÑÑиване на ÑаблиÑа","headers":"ХедÑÑи","headersBoth":"Ðаедно","headersColumn":"ÐÑÑва колона","headersNone":"ÐÑма","headersRow":"ÐÑÑви Ñед","invalidBorder":"РазмеÑÑÑ Ð½Ð° ÑамкаÑа ÑÑÑбва да е ÑиÑло.","invalidCellPadding":"ÐÑÑÑоÑниеÑо на клеÑкиÑе ÑÑÑбва да е позиÑивно ÑиÑло.","invalidCellSpacing":"ÐнÑеÑвала в клеÑкиÑе ÑÑÑбва да е позиÑивно ÑиÑло.","invalidCols":"ÐÑоÑÑ ÐºÐ¾Ð»Ð¾Ð½Ð¸ ÑÑÑбва да е по-голÑм Ð¾Ñ 0.","invalidHeight":"ÐиÑоÑинаÑа на ÑаблиÑаÑа ÑÑÑбва да е ÑиÑло.","invalidRows":"ÐÑоÑÑ Ñедове ÑÑÑбва да е по-голÑм Ð¾Ñ 0.","invalidWidth":"ШиÑинаÑа на ÑаблиÑаÑа ÑÑÑбва да е ÑиÑло.","menu":"ÐаÑÑÑойки на ÑаблиÑаÑа","row":{"menu":"Ред","insertBefore":"ÐмÑкване на Ñед пÑеди","insertAfter":"ÐмÑкване на Ñед Ñлед","deleteRow":"ÐзÑÑиване на Ñедове"},"rows":"Редове","summary":"ÐбÑа инÑоÑмаÑиÑ","title":"ÐаÑÑÑойки на ÑаблиÑаÑа","toolbar":"ТаблиÑа","widthPc":"пÑоÑенÑ","widthPx":"пикÑела","widthUnit":"единиÑа за ÑиÑина"},"stylescombo":{"label":"СÑилове","panelTitle":"СÑилове за ÑоÑмаÑиÑане","panelTitle1":"Ðлокови ÑÑилове","panelTitle2":"ÐÑÑÑеÑни ÑÑилове","panelTitle3":"ÐбекÑни ÑÑилове"},"specialchar":{"options":"ÐпÑии за ÑпеÑиален знак","title":"ÐÐ·Ð±Ð¾Ñ Ð½Ð° ÑпеÑиален знак","toolbar":"ÐмÑкване на ÑпеÑиален знак"},"sourcearea":{"toolbar":"ÐÐ·Ñ Ð¾Ð´ÐµÐ½ код"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"РеÑниÑи","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"ÐÑÐµÐ¼Ð°Ñ Ð²Ð°Ð½Ðµ на ÑоÑмаÑиÑанеÑо"},"pastetext":{"button":"ÐмÑкни каÑо ÑиÑÑ ÑекÑÑ","title":"ÐмÑкни каÑо ÑиÑÑ ÑекÑÑ"},"pastefromword":{"confirmCleanup":"The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?","error":"It was not possible to clean up the pasted data due to an internal error","title":"ÐмÑкни Ð¾Ñ MS Word","toolbar":"ÐмÑкни Ð¾Ñ MS Word"},"maximize":{"maximize":"ÐакÑимизиÑане","minimize":"ÐинимизиÑане"},"magicline":{"title":"ÐмÑкнеÑе паÑагÑÐ°Ñ ÑÑк"},"list":{"bulletedlist":"ÐмÑкване/ÐÑÐµÐ¼Ð°Ñ Ð²Ð°Ð½Ðµ на ÑоÑков ÑпиÑÑк","numberedlist":"ÐмÑкване/ÐÑÐµÐ¼Ð°Ñ Ð²Ð°Ð½Ðµ на номеÑиÑан ÑпиÑÑк"},"link":{"acccessKey":"ÐлÑÑ Ð·Ð° доÑÑÑп","advanced":"РазÑиÑено","advisoryContentType":"ÐÑепоÑÑÑиÑелен Ñип на ÑÑдÑÑжаниеÑо","advisoryTitle":"ÐÑепоÑÑÑиÑелно заглавие","anchor":{"toolbar":"ÐоÑва","menu":"ÐÑомÑна на коÑва","title":"ÐаÑÑÑойки на коÑва","name":"Ðме на коÑва","errorName":"ÐÐ¾Ð»Ñ Ð²ÑведеÑе име на коÑваÑа","remove":"ÐÑÐµÐ¼Ð°Ñ Ð²Ð°Ð½Ðµ на коÑва"},"anchorId":"Ðо ID на елеменÑ","anchorName":"Ðо име на коÑва","charset":"Тип на ÑвÑÑÐ·Ð°Ð½Ð¸Ñ ÑеÑÑÑÑ","cssClasses":"ÐлаÑове за CSS","emailAddress":"E-mail aдÑеÑ","emailBody":"СÑдÑÑжание","emailSubject":"Тема","id":"ID","info":"ÐнÑо за вÑÑзкаÑа","langCode":"Ðод за езика","langDir":"ÐоÑока на езика","langDirLTR":"ÐÑво на ÐÑÑно (ÐнÐ)","langDirRTL":"ÐÑÑно на ÐÑво (ÐнÐ)","menu":"ÐÑомÑна на вÑÑзка","name":"Ðме","noAnchors":"(ÐÑма коÑви в ÑекÑÑÐ¸Ñ Ð´Ð¾ÐºÑменÑ)","noEmail":"ÐÐ¾Ð»Ñ Ð²ÑведеÑе e-mail aдÑеÑ","noUrl":"ÐÐ¾Ð»Ñ Ð²ÑведеÑе URL адÑеÑа","other":"<дÑÑго>","popupDependent":"ÐавиÑимоÑÑ (Netscape)","popupFeatures":"ФÑнкÑии на изкаÑÐ°Ñ Ð¿ÑозоÑеÑ","popupFullScreen":"ЦÑл екÑан (IE)","popupLeft":"ÐÑва позиÑиÑ","popupLocationBar":"ÐенÑа Ñ Ð»Ð¾ÐºÐ°ÑиÑÑа","popupMenuBar":"ÐенÑа за менÑ","popupResizable":"ÐÑазмеÑÑем","popupScrollBars":"СкÑолеÑи","popupStatusBar":"СÑаÑÑÑна ленÑа","popupToolbar":"ÐенÑа Ñ Ð¸Ð½ÑÑÑÑменÑи","popupTop":"ÐоÑна позиÑиÑ","rel":"ÐÑÑзка","selectAnchor":"ÐзбеÑеÑе коÑва","styles":"СÑил","tabIndex":"Ред на доÑÑÑп","target":"Цел","targetFrame":"<frame>","targetFrameName":"Ðме на ÑелевиÑÑ Ð¿ÑозоÑеÑ","targetPopup":"<изкаÑÐ°Ñ Ð¿ÑозоÑеÑ>","targetPopupName":"Ðме на изкаÑÐ°Ñ Ð¿ÑозоÑеÑ","title":"ÐÑÑзка","toAnchor":"ÐÑÑзка кÑм коÑва в ÑекÑÑа","toEmail":"E-mail","toUrl":"Уеб адÑеÑ","toolbar":"ÐÑÑзка","type":"Тип на вÑÑзкаÑа","unlink":"ÐÑÐµÐ¼Ð°Ñ Ð½Ð¸ вÑÑзкаÑа","upload":"ÐаÑване"},"indent":{"indent":"УвелиÑаване на оÑÑÑÑпа","outdent":"ÐамалÑване на оÑÑÑÑпа"},"image":{"alt":"ÐлÑеÑнаÑивен ÑекÑÑ","border":"Рамка","btnUpload":"ÐзпÑаÑи Ñ Ð½Ð° ÑÑÑвÑÑа","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"ХоÑизонÑален оÑÑÑÑп","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"ÐнÑо за Ñнимка","linkTab":"ÐÑÑзка","lockRatio":"ÐаклÑÑване на ÑÑоÑноÑениеÑо","menu":"ÐаÑÑÑойки за Ñнимка","resetSize":"ÐÑлиÑане на ÑазмеÑ","title":"ÐаÑÑÑойки за Ñнимка","titleButton":"ÐаÑÑойки за бÑÑон за Ñнимка","upload":"ÐаÑване","urlMissing":"Image source URL is missing.","vSpace":"ÐеÑÑикален оÑÑÑÑп","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"horizontalrule":{"toolbar":"ÐмÑкване на Ñ Ð¾ÑизонÑална линиÑ"},"format":{"label":"ФоÑмаÑ","panelTitle":"ФоÑмаÑ","tag_address":"ÐдÑеÑ","tag_div":"ÐаÑагÑÐ°Ñ (DIV)","tag_h1":"Ðаглавие 1","tag_h2":"Ðаглавие 2","tag_h3":"Ðаглавие 3","tag_h4":"Ðаглавие 4","tag_h5":"Ðаглавие 5","tag_h6":"Ðаглавие 6","tag_p":"ÐоÑмален","tag_pre":"ФоÑмаÑиÑан"},"fakeobjects":{"anchor":"ÐÑка","flash":"Ð¤Ð»Ð°Ñ Ð°Ð½Ð¸Ð¼Ð°ÑиÑ","hiddenfield":"СкÑиÑо поле","iframe":"IFrame","unknown":"ÐеизвеÑÑен обекÑ"},"elementspath":{"eleLabel":"ÐÑÑ Ð·Ð° елеменÑиÑе","eleTitle":"%1 елеменÑ"},"contextmenu":{"options":"ÐпÑии на конÑекÑÑноÑо менÑ"},"clipboard":{"copy":"ÐопиÑай","copyError":"ÐаÑÑÑойкиÑе за ÑигÑÑноÑÑ Ð½Ð° ваÑÐ¸Ñ Ð±ÑазÑÑÑ Ð½Ðµ ÑазÑеÑÐ°Ð²Ð°Ñ Ð½Ð° ÑедакÑоÑа да изпÑлни запамеÑÑванеÑо. Ðа ÑелÑа използвайÑе клавиаÑÑÑаÑа (Ctrl/Cmd+C).","cut":"ÐÑÑежи","cutError":"ÐаÑÑÑойкиÑе за ÑигÑÑноÑÑ Ð½Ð° ÐаÑÐ¸Ñ Ð±ÑаÑзÑÑ Ð½Ðµ позволÑÐ²Ð°Ñ Ð½Ð° ÑедакÑоÑа авÑомаÑиÑно да изÑплни дейÑÑвиÑÑа за оÑÑÑзване. ÐÐ¾Ð»Ñ Ð¿Ð¾Ð»Ð·Ð²Ð°Ð¹Ñе клавиаÑÑÑниÑе команди за ÑелÑа (ctrl+x).","paste":"ÐмÑкни","pasteArea":"Ðона за вмÑкване","pasteMsg":"ÐмÑкнеÑе ÑÑк ÑÑдÑжаниеÑо Ñ ÐºÐ»Ð°Ð²Ð¸Ð°ÑÑаÑаÑа (<STRONG>Ctrl/Cmd+V</STRONG>) и наÑиÑнеÑе <STRONG>OK</STRONG>.","securityMsg":"ÐаÑади наÑÑÑойкиÑе за ÑигÑÑноÑÑ Ð½Ð° ÐаÑÐ¸Ñ Ð±ÑаÑзÑÑ, ÑедакÑоÑÑÑ Ð½Ðµ може да пÑоÑеÑе данниÑе Ð¾Ñ ÐºÐ»Ð¸Ð¿Ð±Ð¾Ñда коÑекÑно.","title":"ÐмÑкни"},"button":{"selectedLabel":"%1 (ÐзбÑано)"},"blockquote":{"toolbar":"Ðлок за ÑиÑаÑ"},"basicstyles":{"bold":"Удебелен","italic":"Ðаклонен","strike":"ÐаÑеÑÑан ÑекÑÑ","subscript":"ÐндекÑиÑан ÑекÑÑ","superscript":"СÑпеÑÑкÑипÑ","underline":"ÐодÑеÑÑан"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"ÐÑноÑно CKEditor","help":"ÐÑовеÑеÑе $1 за помоÑ.","moreInfo":"Ðа лиÑензионна инÑоÑмаÑÐ¸Ñ Ð¼Ð¾Ð»Ñ Ð¿Ð¾ÑеÑеÑе ÑайÑа ни:","title":"ÐÑноÑно CKEditor","userGuide":"CKEditor User's Guide"},"editor":"ТекÑÑов ÑедакÑÐ¾Ñ Ð·Ð° ÑоÑмаÑиÑан ÑекÑÑ","editorPanel":"Ðанел на ÑекÑÑÐ¾Ð²Ð¸Ñ ÑедакÑоÑ","common":{"editorHelp":"наÑиÑнеÑе ALT 0 за помоÑ","browseServer":"ÐÐ·Ð±Ð¾Ñ Ð¾Ñ ÑÑÑвÑÑа","url":"URL","protocol":"ÐÑоÑокол","upload":"ÐаÑване","uploadSubmit":"ÐзпÑаÑане кÑм ÑÑÑвÑÑа","image":"Снимка","flash":"ФлаÑ","form":"ФоÑма","checkbox":"Ðоле за избоÑ","radio":"Радио бÑÑон","textField":"ТекÑÑово поле","textarea":"ТекÑÑова зона","hiddenField":"СкÑиÑо поле","button":"ÐÑÑон","select":"Ðоле за избоÑ","imageButton":"ÐÑÑон за Ñнимка","notSet":"<не е избÑано>","id":"ID","name":"Ðме","langDir":"ÐоÑока на езика","langDirLtr":"ÐÑво на дÑÑно (ÐнÐ)","langDirRtl":"ÐÑÑно на лÑво (ÐнÐ)","langCode":"Ðод на езика","longDescr":"Уеб адÑÐµÑ Ð·Ð° дÑлго опиÑание","cssClass":"ÐлаÑове за CSS","advisoryTitle":"ÐÑепоÑÑÑиÑелно заглавие","cssStyle":"СÑил","ok":"ÐÐ","cancel":"ÐÑказ","close":"ÐаÑвоÑи","preview":"ÐÑеглед","resize":"ÐлаÑеÑе за да оÑазмеÑиÑе","generalTab":"ÐбÑи","advancedTab":"РазÑиÑено","validateNumberFailed":"Тази ÑÑойноÑÑ Ð½Ðµ е ÑиÑло","confirmNewPage":"ÐÑиÑки незапазени пÑомени Ñе бÑÐ´Ð°Ñ Ð¸Ð·Ð³Ñбени. СигÑÑни ли ÑÑе, Ñе желаеÑе да заÑедиÑе нова ÑÑÑаниÑа?","confirmCancel":"ÐÑкои Ð¾Ñ Ð¾Ð¿ÑииÑе Ñа пÑоменени. СигÑÑни ли ÑÑе, Ñе желаеÑе да заÑвоÑиÑе пÑозоÑеÑа?","options":"ÐпÑии","target":"Цел","targetNew":"Ðов пÑозоÑÐµÑ (_blank)","targetTop":"ÐоÑна позиÑÐ¸Ñ (_top)","targetSelf":"ТекÑÑÐ¸Ñ Ð¿ÑозоÑÐµÑ (_self)","targetParent":"ÐÑновен пÑозоÑÐµÑ (_parent)","langDirLTR":"ÐÑво на дÑÑно (ÐнÐ)","langDirRTL":"ÐÑÑно на лÑво (ÐнÐ)","styles":"СÑил","cssClasses":"ÐлаÑове за CSS","width":"ШиÑина","height":"ÐиÑоÑина","align":"ÐодÑавнÑване","alignLeft":"ÐÑво","alignRight":"ÐÑÑно","alignCenter":"ЦенÑÑÑ","alignJustify":"ÐвÑÑÑÑанно подÑавнÑване","alignTop":"ÐоÑе","alignMiddle":"Ðо ÑÑедаÑа","alignBottom":"ÐолÑ","alignNone":"Ðез подÑавнÑване","invalidValue":"Ðевалидна ÑÑойноÑÑ.","invalidHeight":"ÐиÑоÑинаÑа ÑÑÑбва да е ÑиÑло.","invalidWidth":"ШиÑина ÑÑебе да е ÑиÑло.","invalidCssLength":"СÑойноÑÑÑа на полеÑо \"%1\" ÑÑÑбва да бÑде положиÑелно ÑиÑло Ñ Ð¸Ð»Ð¸ без валидна CSS измеÑваÑелна единиÑа (px, %, in, cm, mm, em, ex, pt, или pc).","invalidHtmlLength":"СÑойноÑÑÑа на полеÑо \"%1\" ÑÑÑбва да бÑде положиÑелно ÑиÑло Ñ Ð¸Ð»Ð¸ без валидна HTML измеÑваÑелна единиÑа (px или %).","invalidInlineStyle":"СÑойноÑÑÑа на ÑÑилa ÑÑÑбва да ÑÑдÑÑÐ¶Ð°Ñ ÐµÐ´Ð½Ð° или повеÑе двойки вÑв ÑоÑÐ¼Ð°Ñ \"name : value\", Ñазделени Ñ Ð´Ð²Ð¾ÐµÑоÑие.","cssLengthTooltip":"ÐÑведеÑе ÑиÑлена ÑÑойноÑÑ Ð² пикÑели или дÑÑга валидна CSS единиÑа (px, %, in, cm, mm, em, ex, pt, или pc).","unavailable":"%1<span class=\"cke_accessibility\">, недоÑÑÑпно</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/bn.js b/public/assets/ckeditor/lang/bn.js new file mode 100644 index 0000000..379ca5e --- /dev/null +++ b/public/assets/ckeditor/lang/bn.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['bn']={"wsc":{"btnIgnore":"à¦à¦à¦¨à§à¦° à¦à¦°","btnIgnoreAll":"সব à¦à¦à¦¨à§à¦° à¦à¦°","btnReplace":"বদলৠদাà¦","btnReplaceAll":"সব বদলৠদাà¦","btnUndo":"à¦à¦¨à§à¦¡à§","changeTo":"à¦à¦¤à§ বদলাà¦","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"বানান পরà§à¦à§à¦·à¦ à¦à¦¨à¦¸à§à¦à¦² à¦à¦°à¦¾ নà§à¦à¥¤ à¦à¦ªà¦¨à¦¿ à¦à¦¿ à¦à¦à¦¨à¦ à¦à¦à¦¾ ডাà¦à¦¨à¦²à§à¦¡ à¦à¦°à¦¤à§ à¦à¦¾à¦¨?","manyChanges":"বানান পরà§à¦à§à¦·à¦¾ শà§à¦·: %1 à¦à§à¦²à§ শবà§à¦¦ বদলৠà¦à§à¦¯à¦¾à¦à§","noChanges":"বানান পরà§à¦à§à¦·à¦¾ শà§à¦·: à¦à§à¦¨ শবà§à¦¦ পরিবরà§à¦¤à¦¨ à¦à¦°à¦¾ হà§à¦¨à¦¿","noMispell":"বানান পরà§à¦à§à¦·à¦¾ শà§à¦·: à¦à§à¦¨ à¦à§à¦² বানান পাà¦à§à¦¾ যাà§à¦¨à¦¿","noSuggestions":"- à¦à§à¦¨ সাà¦à§à¦¶à¦¨ নà§à¦ -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"শবà§à¦¦à¦à§à¦·à§ নà§à¦","oneChange":"বানান পরà§à¦à§à¦·à¦¾ শà§à¦·: à¦à¦à¦à¦¿ মাতà§à¦° শবà§à¦¦ পরিবরà§à¦¤à¦¨ à¦à¦°à¦¾ হà§à§à¦à§","progress":"বানান পরà§à¦à§à¦·à¦¾ à¦à¦²à¦à§...","title":"Spell Checker","toolbar":"বানান à¦à§à¦"},"undo":{"redo":"পà§à¦¨à¦°à¦¾à§ à¦à¦°à¦¿","undo":"à¦à¦¨à¦¡à§"},"toolbar":{"toolbarCollapse":"Collapse Toolbar","toolbarExpand":"Expand Toolbar","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"table":{"border":"বরà§à¦¡à¦¾à¦°à§à¦° সাà¦à¦","caption":"শà§à¦°à§à¦·à¦","cell":{"menu":"সà§à¦²","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"সà§à¦² মà§à¦à§ দাà¦","merge":"সà§à¦² à¦à§à§à¦¾ দাà¦","mergeRight":"Merge Right","mergeDown":"Merge Down","splitHorizontal":"Split Cell Horizontally","splitVertical":"Split Cell Vertically","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Word Wrap","hAlign":"Horizontal Alignment","vAlign":"Vertical Alignment","alignBaseline":"Baseline","bgColor":"পà§à¦·à§à¦ তলà§à¦° রà¦","borderColor":"Border Color","data":"Data","header":"Header","yes":"Yes","no":"No","invalidWidth":"Cell width must be a number.","invalidHeight":"Cell height must be a number.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"Choose"},"cellPad":"সà§à¦² পà§à¦¯à¦¾à¦¡à¦¿à¦","cellSpace":"সà§à¦² সà§à¦ªà§à¦¸","column":{"menu":"à¦à¦²à¦¾à¦®","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"à¦à¦²à¦¾à¦® মà§à¦à§ দাà¦"},"columns":"à¦à¦²à¦¾à¦®","deleteTable":"à¦à§à¦¬à¦¿à¦² ডিলà§à¦ à¦à¦°","headers":"Headers","headersBoth":"Both","headersColumn":"First column","headersNone":"None","headersRow":"First Row","invalidBorder":"Border size must be a number.","invalidCellPadding":"Cell padding must be a positive number.","invalidCellSpacing":"Cell spacing must be a positive number.","invalidCols":"Number of columns must be a number greater than 0.","invalidHeight":"Table height must be a number.","invalidRows":"Number of rows must be a number greater than 0.","invalidWidth":"Table width must be a number.","menu":"à¦à§à¦¬à¦¿à¦² পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","row":{"menu":"রà§","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"রৠমà§à¦à§ দাà¦"},"rows":"রà§","summary":"সারাà¦à¦¶","title":"à¦à§à¦¬à¦¿à¦² পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","toolbar":"à¦à§à¦¬à¦¿à¦²à§à¦° লà§à¦¬à§à¦² যà§à¦à§à¦¤ à¦à¦°","widthPc":"শতà¦à¦°à¦¾","widthPx":"পিà¦à§à¦¸à§à¦²","widthUnit":"width unit"},"stylescombo":{"label":"ধরন","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"specialchar":{"options":"Special Character Options","title":"বিশà§à¦· à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦° বাà¦à¦¾à¦ à¦à¦°","toolbar":"বিশà§à¦· ঠà¦à§à¦·à¦° যà§à¦à§à¦¤ à¦à¦°"},"sourcearea":{"toolbar":"à¦à§à¦¸"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"ধরন-পà§à¦°à¦à§à¦¤à¦¿ ঠপসারণ à¦à¦°à¦¿"},"pastetext":{"button":"সাধারণ à¦à§à¦à§à¦¸à¦ হিসà§à¦¬à§ পà§à¦à¦¸à§à¦ à¦à¦°à¦¿","title":"সাদা à¦à§à¦à§à¦¸à¦ হিসà§à¦¬à§ পà§à¦¸à§à¦ à¦à¦°"},"pastefromword":{"confirmCleanup":"The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?","error":"It was not possible to clean up the pasted data due to an internal error","title":"পà§à¦¸à§à¦ (শবà§à¦¦)","toolbar":"পà§à¦¸à§à¦ (শবà§à¦¦)"},"maximize":{"maximize":"Maximize","minimize":"Minimize"},"magicline":{"title":"Insert paragraph here"},"list":{"bulletedlist":"বà§à¦²à§à¦à§à¦¡ তালিà¦à¦¾ পà§à¦°à¦¬à§à¦¶/ঠপসারন à¦à¦°à¦¿","numberedlist":"সাà¦à¦à§à¦¯à¦¿à¦ লিসà§à¦à§à¦° লà§à¦¬à§à¦²"},"link":{"acccessKey":"পà§à¦°à¦¬à§à¦¶ à¦à§","advanced":"à¦à¦¡à¦à¦¾à¦¨à§à¦¸à¦¡","advisoryContentType":"পরামরà§à¦¶ à¦à¦¨à§à¦à§à¦¨à§à¦à§à¦° পà§à¦°à¦à¦¾à¦°","advisoryTitle":"পরামরà§à¦¶ শà§à¦°à§à¦·à¦","anchor":{"toolbar":"নà§à¦à§à¦à¦°","menu":"নà§à¦à¦° পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","title":"নà§à¦à¦° পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","name":"নà§à¦à¦°à§à¦° নাম","errorName":"নà§à¦à¦°à§à¦° নাম à¦à¦¾à¦à¦ª à¦à¦°à§à¦¨","remove":"Remove Anchor"},"anchorId":"নà§à¦à¦°à§à¦° à¦à¦à¦¡à¦¿ দিà§à§","anchorName":"নà§à¦à¦°à§à¦° নাম দিà§à§","charset":"লিà¦à¦ রিসà§à¦°à§à¦¸ à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦° সà§à¦","cssClasses":"সà§à¦à¦¾à¦à¦²-শà§à¦ à¦à§à¦²à¦¾à¦¸","emailAddress":"à¦à¦®à§à¦à¦² ঠিà¦à¦¾à¦¨à¦¾","emailBody":"মà§à¦¸à§à¦à§à¦° দà§à¦¹","emailSubject":"মà§à¦¸à§à¦à§à¦° বিষà§","id":"à¦à¦à¦¡à¦¿","info":"লিà¦à¦ তথà§à¦¯","langCode":"à¦à¦¾à¦·à¦¾ লà§à¦à¦¾à¦° দিà¦","langDir":"à¦à¦¾à¦·à¦¾ লà§à¦à¦¾à¦° দিà¦","langDirLTR":"বাম থà§à¦à§ ডান (LTR)","langDirRTL":"ডান থà§à¦à§ বাম (RTL)","menu":"লিà¦à¦ সমà§à¦ªà¦¾à¦¦à¦¨","name":"নাম","noAnchors":"(No anchors available in the document)","noEmail":"ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ à¦à¦®à§à¦à¦² à¦à¦¡à§à¦°à§à¦¸ à¦à¦¾à¦à¦ª à¦à¦°à§à¦¨","noUrl":"ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ URL লিà¦à¦ à¦à¦¾à¦à¦ª à¦à¦°à§à¦¨","other":"<other>","popupDependent":"ডিপà§à¦¨à§à¦¡à§à¦¨à§à¦ (Netscape)","popupFeatures":"পপà¦à¦ª à¦à¦à¦¨à§à¦¡à§ ফà§à¦à¦¾à¦° সমà§à¦¹","popupFullScreen":"পà§à¦°à§à¦£ পরà§à¦¦à¦¾ à¦à§à§à§ (IE)","popupLeft":"বামà§à¦° পà¦à¦¿à¦¶à¦¨","popupLocationBar":"লà§à¦à§à¦¶à¦¨ বার","popupMenuBar":"মà§à¦¨à§à¦¯à§ বার","popupResizable":"Resizable","popupScrollBars":"সà§à¦à§à¦°à¦² বার","popupStatusBar":"সà§à¦à§à¦¯à¦¾à¦à¦¾à¦¸ বার","popupToolbar":"à¦à§à¦² বার","popupTop":"ডানà§à¦° পà¦à¦¿à¦¶à¦¨","rel":"Relationship","selectAnchor":"নà§à¦à¦° বাà¦à¦¾à¦","styles":"সà§à¦à¦¾à¦à¦²","tabIndex":"à¦à§à¦¯à¦¾à¦¬ à¦à¦¨à§à¦¡à§à¦à§à¦¸","target":"à¦à¦¾à¦°à§à¦à§à¦","targetFrame":"<ফà§à¦°à§à¦®>","targetFrameName":"à¦à¦¾à¦°à§à¦à§à¦ ফà§à¦°à§à¦®à§à¦° নাম","targetPopup":"<পপà¦à¦ª à¦à¦à¦¨à§à¦¡à§>","targetPopupName":"পপà¦à¦ª à¦à¦à¦¨à§à¦¡à§à¦° নাম","title":"লিà¦à¦","toAnchor":"à¦à¦ পà§à¦à§ নà§à¦à¦° à¦à¦°","toEmail":"à¦à¦®à§à¦à¦²","toUrl":"URL","toolbar":"লিà¦à¦ যà§à¦à§à¦¤ à¦à¦°","type":"লিà¦à¦ পà§à¦°à¦à¦¾à¦°","unlink":"লিà¦à¦ সরাà¦","upload":"à¦à¦ªà¦²à§à¦¡"},"indent":{"indent":"à¦à¦¨à¦¡à§à¦¨à§à¦ বাà§à¦¾à¦","outdent":"à¦à¦¨à¦¡à§à¦¨à§à¦ à¦à¦®à¦¾à¦"},"image":{"alt":"বিà¦à¦²à§à¦ª à¦à§à¦à§à¦¸à¦","border":"বরà§à¦¡à¦¾à¦°","btnUpload":"à¦à¦¹à¦¾à¦à§ সারà§à¦à¦¾à¦°à§ পà§à¦°à§à¦°à¦¨ à¦à¦°","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"হরাà¦à¦à¦¨à§à¦à¦¾à¦² সà§à¦ªà§à¦¸","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"à¦à¦¬à¦¿à¦° তথà§à¦¯","linkTab":"লিà¦à¦","lockRatio":"ঠনà§à¦ªà¦¾à¦¤ লঠà¦à¦°","menu":"à¦à¦¬à¦¿à¦° পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","resetSize":"সাà¦à¦ পà§à¦°à§à¦¬à¦¾à¦¬à¦¸à§à¦¥à¦¾à§ ফিরিà§à§ দাà¦","title":"à¦à¦¬à¦¿à¦° পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿","titleButton":"à¦à¦¬à¦¿à¦° বাà¦à¦¨ সমà§à¦¬à¦¨à§à¦§à§à§","upload":"à¦à¦ªà¦²à§à¦¡","urlMissing":"Image source URL is missing.","vSpace":"à¦à¦¾à¦°à§à¦à¦¿à¦à§à¦² সà§à¦ªà§à¦¸","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"horizontalrule":{"toolbar":"ঠনà§à¦à§à¦®à¦¿à¦ লাà¦à¦¨ যà§à¦ à¦à¦°à¦¿"},"format":{"label":"ধরন-পà§à¦°à¦à§à¦¤à¦¿","panelTitle":"ফনà§à¦ ফরমà§à¦","tag_address":"ঠিà¦à¦¾à¦¨à¦¾","tag_div":"শà§à¦°à§à¦·à¦ (DIV)","tag_h1":"শà§à¦°à§à¦·à¦ à§§","tag_h2":"শà§à¦°à§à¦·à¦ ২","tag_h3":"শà§à¦°à§à¦·à¦ à§©","tag_h4":"শà§à¦°à§à¦·à¦ ৪","tag_h5":"শà§à¦°à§à¦·à¦ à§«","tag_h6":"শà§à¦°à§à¦·à¦ ৬","tag_p":"সাধারণ","tag_pre":"ফরà§à¦®à§à¦à§à¦¡"},"fakeobjects":{"anchor":"Anchor","flash":"Flash Animation","hiddenfield":"Hidden Field","iframe":"IFrame","unknown":"Unknown Object"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"contextmenu":{"options":"Context Menu Options"},"clipboard":{"copy":"à¦à¦ªà¦¿","copyError":"à¦à¦ªà¦¨à¦¾à¦° বà§à¦°à¦¾à¦à¦à¦¾à¦°à§à¦° নিরাপতà§à¦¤à¦¾ সà§à¦à¦¿à¦à¦¸à¦®à§à¦¹ à¦à¦¡à¦¿à¦à¦°à¦à§ সà§à¦¬à§à¦à¦à§à¦°à¦¿à§à¦à¦¾à¦¬à§ à¦à¦ªà¦¿ à¦à¦°à¦¾à¦° পà§à¦°à¦à§à¦°à¦¿à§à¦¾ à¦à¦¾à¦²à¦¨à¦¾ à¦à¦°à¦¾à¦° ঠনà§à¦®à¦¤à¦¿ দà§à§ না। ঠনà§à¦à§à¦°à¦¹à¦ªà§à¦°à§à¦¬à¦ à¦à¦ à¦à¦¾à¦à§à¦° à¦à¦¨à§à¦¯ à¦à¦¿à¦¬à§à¦°à§à¦¡ বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°à§à¦¨ (Ctrl/Cmd+C)।","cut":"à¦à¦¾à¦","cutError":"à¦à¦ªà¦¨à¦¾à¦° বà§à¦°à¦¾à¦à¦à¦¾à¦°à§à¦° সà§à¦°à¦à§à¦·à¦¾ সà§à¦à¦¿à¦à¦¸ à¦à¦¡à¦¿à¦à¦°à¦à§ ঠà¦à§à¦®à§à¦à¦¿à¦ à¦à¦¾à¦ à¦à¦°à¦¾à¦° ঠনà§à¦®à¦¤à¦¿ দà§à§à¦¨à¦¿à¥¤ দà§à¦¾ à¦à¦°à§ à¦à¦ à¦à¦¾à¦à§à¦° à¦à¦¨à§à¦¯ à¦à¦¿à¦¬à§à¦°à§à¦¡ বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°à§à¦¨ (Ctrl/Cmd+X)।","paste":"পà§à¦¸à§à¦","pasteArea":"Paste Area","pasteMsg":"ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ নà§à¦à§à¦° বাà¦à§à¦¸à§ à¦à¦¿à¦¬à§à¦°à§à¦¡ বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°à§ (<STRONG>Ctrl/Cmd+V</STRONG>) পà§à¦¸à§à¦ à¦à¦°à§à¦¨ à¦à¦¬à¦ <STRONG>OK</STRONG> à¦à¦¾à¦ª দিন","securityMsg":"Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.","title":"পà§à¦¸à§à¦"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"Block Quote"},"basicstyles":{"bold":"বà§à¦²à§à¦¡","italic":"বাà¦à¦à¦¾","strike":"সà§à¦à§à¦°à¦¾à¦à¦ থà§à¦°à§","subscript":"ঠধà§à¦²à§à¦","superscript":"ঠà¦à¦¿à¦²à§à¦","underline":"à¦à¦¨à§à¦¡à¦¾à¦°à¦²à¦¾à¦à¦¨"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"About CKEditor","help":"Check $1 for help.","moreInfo":"For licensing information please visit our web site:","title":"About CKEditor","userGuide":"CKEditor User's Guide"},"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"বà§à¦°à¦¾à¦à¦ সারà§à¦à¦¾à¦°","url":"URL","protocol":"পà§à¦°à§à¦à§à¦à¦²","upload":"à¦à¦ªà¦²à§à¦¡","uploadSubmit":"à¦à¦¹à¦¾à¦à§ সারà§à¦à¦¾à¦°à§ পà§à¦°à§à¦°à¦¨ à¦à¦°","image":"à¦à¦¬à¦¿à¦° লà§à¦¬à§à¦² যà§à¦à§à¦¤ à¦à¦°","flash":"ফà§à¦²à¦¾à¦¶ লà§à¦¬à§à¦² যà§à¦à§à¦¤ à¦à¦°","form":"ফরà§à¦®","checkbox":"à¦à§à¦ বাà¦à§à¦¸","radio":"রà§à¦¡à¦¿à¦ বাà¦à¦¨","textField":"à¦à§à¦à§à¦¸à¦ ফà§à¦²à§à¦¡","textarea":"à¦à§à¦à§à¦¸à¦ à¦à¦°à¦¿à§à¦¾","hiddenField":"à¦à§à¦ªà§à¦¤ ফà§à¦²à§à¦¡","button":"বাà¦à¦¨","select":"বাà¦à¦¾à¦ ফà§à¦²à§à¦¡","imageButton":"à¦à¦¬à¦¿à¦° বাà¦à¦¨","notSet":"<সà§à¦ নà§à¦>","id":"à¦à¦à¦¡à¦¿","name":"নাম","langDir":"à¦à¦¾à¦·à¦¾ লà§à¦à¦¾à¦° দিà¦","langDirLtr":"বাম থà§à¦à§ ডান (LTR)","langDirRtl":"ডান থà§à¦à§ বাম (RTL)","langCode":"à¦à¦¾à¦·à¦¾ à¦à§à¦¡","longDescr":"URL à¦à¦° লমà§à¦¬à¦¾ বরà§à¦£à¦¨à¦¾","cssClass":"সà§à¦à¦¾à¦à¦²-শà§à¦ à¦à§à¦²à¦¾à¦¸","advisoryTitle":"পরামরà§à¦¶ শà§à¦°à§à¦·à¦","cssStyle":"সà§à¦à¦¾à¦à¦²","ok":"à¦à¦à§","cancel":"বাতিল","close":"Close","preview":"পà§à¦°à¦¿à¦à¦¿à¦","resize":"Resize","generalTab":"General","advancedTab":"à¦à¦¡à¦à¦¾à¦¨à§à¦¸à¦¡","validateNumberFailed":"This value is not a number.","confirmNewPage":"Any unsaved changes to this content will be lost. Are you sure you want to load new page?","confirmCancel":"You have changed some options. Are you sure you want to close the dialog window?","options":"Options","target":"à¦à¦¾à¦°à§à¦à§à¦","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"বাম থà§à¦à§ ডান (LTR)","langDirRTL":"ডান থà§à¦à§ বাম (RTL)","styles":"সà§à¦à¦¾à¦à¦²","cssClasses":"সà§à¦à¦¾à¦à¦²-শà§à¦ à¦à§à¦²à¦¾à¦¸","width":"পà§à¦°à¦¸à§à¦¥","height":"দà§à¦°à§à¦à§à¦¯","align":"à¦à¦²à¦¾à¦à¦¨","alignLeft":"বামà§","alignRight":"ডানà§","alignCenter":"মাà¦à¦à¦¾à¦¨à§","alignJustify":"বà§à¦²à¦ à¦à¦¾à¦¸à§à¦à¦¿à¦«à¦¾à¦","alignTop":"à¦à¦ªà¦°","alignMiddle":"মধà§à¦¯","alignBottom":"নà§à¦à§","alignNone":"None","invalidValue":"Invalid value.","invalidHeight":"Height must be a number.","invalidWidth":"Width must be a number.","invalidCssLength":"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, unavailable</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/bs.js b/public/assets/ckeditor/lang/bs.js new file mode 100644 index 0000000..bf38b1c --- /dev/null +++ b/public/assets/ckeditor/lang/bs.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['bs']={"wsc":{"btnIgnore":"Ignore","btnIgnoreAll":"Ignore All","btnReplace":"Replace","btnReplaceAll":"Replace All","btnUndo":"Undo","changeTo":"Change to","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Spell checker not installed. Do you want to download it now?","manyChanges":"Spell check complete: %1 words changed","noChanges":"Spell check complete: No words changed","noMispell":"Spell check complete: No misspellings found","noSuggestions":"- No suggestions -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Not in dictionary","oneChange":"Spell check complete: One word changed","progress":"Spell check in progress...","title":"Spell Checker","toolbar":"Check Spelling"},"undo":{"redo":"Ponovi","undo":"Vrati"},"toolbar":{"toolbarCollapse":"Collapse Toolbar","toolbarExpand":"Expand Toolbar","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"table":{"border":"Okvir","caption":"Naslov","cell":{"menu":"Cell","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"BriÅ¡i æelije","merge":"Spoji æelije","mergeRight":"Merge Right","mergeDown":"Merge Down","splitHorizontal":"Split Cell Horizontally","splitVertical":"Split Cell Vertically","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Word Wrap","hAlign":"Horizontal Alignment","vAlign":"Vertical Alignment","alignBaseline":"Baseline","bgColor":"Background Color","borderColor":"Border Color","data":"Data","header":"Header","yes":"Yes","no":"No","invalidWidth":"Cell width must be a number.","invalidHeight":"Cell height must be a number.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"Choose"},"cellPad":"Uvod æelija","cellSpace":"Razmak æelija","column":{"menu":"Column","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"BriÅ¡i kolone"},"columns":"Kolona","deleteTable":"Delete Table","headers":"Headers","headersBoth":"Both","headersColumn":"First column","headersNone":"None","headersRow":"First Row","invalidBorder":"Border size must be a number.","invalidCellPadding":"Cell padding must be a positive number.","invalidCellSpacing":"Cell spacing must be a positive number.","invalidCols":"Number of columns must be a number greater than 0.","invalidHeight":"Table height must be a number.","invalidRows":"Number of rows must be a number greater than 0.","invalidWidth":"Table width must be a number.","menu":"Svojstva tabele","row":{"menu":"Row","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"BriÅ¡i redove"},"rows":"Redova","summary":"Summary","title":"Svojstva tabele","toolbar":"Tabela","widthPc":"posto","widthPx":"piksela","widthUnit":"width unit"},"stylescombo":{"label":"Stil","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"specialchar":{"options":"Special Character Options","title":"Izaberi specijalni karakter","toolbar":"Ubaci specijalni karater"},"sourcearea":{"toolbar":"HTML kôd"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"PoniÅ¡ti format"},"pastetext":{"button":"Zalijepi kao obièan tekst","title":"Zalijepi kao obièan tekst"},"pastefromword":{"confirmCleanup":"The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?","error":"It was not possible to clean up the pasted data due to an internal error","title":"Zalijepi iz Word-a","toolbar":"Zalijepi iz Word-a"},"maximize":{"maximize":"Maximize","minimize":"Minimize"},"magicline":{"title":"Insert paragraph here"},"list":{"bulletedlist":"Lista","numberedlist":"Numerisana lista"},"link":{"acccessKey":"Pristupna tipka","advanced":"Naprednije","advisoryContentType":"Advisory vrsta sadržaja","advisoryTitle":"Advisory title","anchor":{"toolbar":"Anchor","menu":"Edit Anchor","title":"Anchor Properties","name":"Anchor Name","errorName":"Please type the anchor name","remove":"Remove Anchor"},"anchorId":"Po Id-u elementa","anchorName":"Po nazivu sidra","charset":"Linked Resource Charset","cssClasses":"Klase CSS stilova","emailAddress":"E-Mail Adresa","emailBody":"Poruka","emailSubject":"Subjekt poruke","id":"Id","info":"Link info","langCode":"Smjer pisanja","langDir":"Smjer pisanja","langDirLTR":"S lijeva na desno (LTR)","langDirRTL":"S desna na lijevo (RTL)","menu":"Izmjeni link","name":"Naziv","noAnchors":"(Nema dostupnih sidra na stranici)","noEmail":"Molimo ukucajte e-mail adresu","noUrl":"Molimo ukucajte URL link","other":"<other>","popupDependent":"Ovisno (Netscape)","popupFeatures":"Moguænosti popup prozora","popupFullScreen":"Cijeli ekran (IE)","popupLeft":"Lijeva pozicija","popupLocationBar":"Traka za lokaciju","popupMenuBar":"Izborna traka","popupResizable":"Resizable","popupScrollBars":"Scroll traka","popupStatusBar":"Statusna traka","popupToolbar":"Traka sa alatima","popupTop":"Gornja pozicija","rel":"Relationship","selectAnchor":"Izaberi sidro","styles":"Stil","tabIndex":"Tab indeks","target":"Prozor","targetFrame":"<frejm>","targetFrameName":"Target Frame Name","targetPopup":"<popup prozor>","targetPopupName":"Naziv popup prozora","title":"Link","toAnchor":"Sidro na ovoj stranici","toEmail":"E-Mail","toUrl":"URL","toolbar":"Ubaci/Izmjeni link","type":"Tip linka","unlink":"IzbriÅ¡i link","upload":"Å alji"},"indent":{"indent":"Poveæaj uvod","outdent":"Smanji uvod"},"image":{"alt":"Tekst na slici","border":"Okvir","btnUpload":"Å alji na server","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"HSpace","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"Info slike","linkTab":"Link","lockRatio":"Zakljuèaj odnos","menu":"Svojstva slike","resetSize":"Resetuj dimenzije","title":"Svojstva slike","titleButton":"Image Button Properties","upload":"Å alji","urlMissing":"Image source URL is missing.","vSpace":"VSpace","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"horizontalrule":{"toolbar":"Ubaci horizontalnu liniju"},"format":{"label":"Format","panelTitle":"Format","tag_address":"Address","tag_div":"Normal (DIV)","tag_h1":"Heading 1","tag_h2":"Heading 2","tag_h3":"Heading 3","tag_h4":"Heading 4","tag_h5":"Heading 5","tag_h6":"Heading 6","tag_p":"Normal","tag_pre":"Formatted"},"fakeobjects":{"anchor":"Anchor","flash":"Flash Animation","hiddenfield":"Hidden Field","iframe":"IFrame","unknown":"Unknown Object"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"contextmenu":{"options":"Context Menu Options"},"clipboard":{"copy":"Kopiraj","copyError":"Sigurnosne postavke VaÅ¡eg pretraživaèa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tastaturi (Ctrl/Cmd+C).","cut":"Izreži","cutError":"Sigurnosne postavke vaÅ¡eg pretraživaèa ne dozvoljavaju operacije automatskog rezanja. Molimo koristite kraticu na tastaturi (Ctrl/Cmd+X).","paste":"Zalijepi","pasteArea":"Paste Area","pasteMsg":"Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK","securityMsg":"Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.","title":"Zalijepi"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"Block Quote"},"basicstyles":{"bold":"Boldiraj","italic":"Ukosi","strike":"Precrtaj","subscript":"Subscript","superscript":"Superscript","underline":"Podvuci"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"About CKEditor","help":"Check $1 for help.","moreInfo":"For licensing information please visit our web site:","title":"About CKEditor","userGuide":"CKEditor User's Guide"},"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"Browse Server","url":"URL","protocol":"Protokol","upload":"Å alji","uploadSubmit":"Å alji na server","image":"Slika","flash":"Flash","form":"Form","checkbox":"Checkbox","radio":"Radio Button","textField":"Text Field","textarea":"Textarea","hiddenField":"Hidden Field","button":"Button","select":"Selection Field","imageButton":"Image Button","notSet":"<nije podeÅ¡eno>","id":"Id","name":"Naziv","langDir":"Smjer pisanja","langDirLtr":"S lijeva na desno (LTR)","langDirRtl":"S desna na lijevo (RTL)","langCode":"Jezièni kôd","longDescr":"Dugaèki opis URL-a","cssClass":"Klase CSS stilova","advisoryTitle":"Advisory title","cssStyle":"Stil","ok":"OK","cancel":"Odustani","close":"Close","preview":"Prikaži","resize":"Resize","generalTab":"General","advancedTab":"Naprednije","validateNumberFailed":"This value is not a number.","confirmNewPage":"Any unsaved changes to this content will be lost. Are you sure you want to load new page?","confirmCancel":"You have changed some options. Are you sure you want to close the dialog window?","options":"Options","target":"Prozor","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"S lijeva na desno (LTR)","langDirRTL":"S desna na lijevo (RTL)","styles":"Stil","cssClasses":"Klase CSS stilova","width":"Å irina","height":"Visina","align":"Poravnanje","alignLeft":"Lijevo","alignRight":"Desno","alignCenter":"Centar","alignJustify":"Puno poravnanje","alignTop":"Vrh","alignMiddle":"Sredina","alignBottom":"Dno","alignNone":"None","invalidValue":"Invalid value.","invalidHeight":"Height must be a number.","invalidWidth":"Width must be a number.","invalidCssLength":"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, unavailable</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/ca.js b/public/assets/ckeditor/lang/ca.js new file mode 100644 index 0000000..d33ebad --- /dev/null +++ b/public/assets/ckeditor/lang/ca.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['ca']={"wsc":{"btnIgnore":"Ignora","btnIgnoreAll":"Ignora-les totes","btnReplace":"Canvia","btnReplaceAll":"Canvia-les totes","btnUndo":"Desfés","changeTo":"Reemplaça amb","errorLoading":"Error carregant el servidor: %s.","ieSpellDownload":"Verificació ortogrà fica no instal·lada. Voleu descarregar-ho ara?","manyChanges":"Verificació ortogrà fica: s'han canviat %1 paraules","noChanges":"Verificació ortogrà fica: no s'ha canviat cap paraula","noMispell":"Verificació ortogrà fica acabada: no hi ha cap paraula mal escrita","noSuggestions":"Cap suggeriment","notAvailable":"El servei no es troba disponible ara.","notInDic":"No és al diccionari","oneChange":"Verificació ortogrà fica: s'ha canviat una paraula","progress":"Verificació ortogrà fica en curs...","title":"Comprova l'ortografia","toolbar":"Revisa l'ortografia"},"undo":{"redo":"Refés","undo":"Desfés"},"toolbar":{"toolbarCollapse":"Redueix la barra d'eines","toolbarExpand":"Amplia la barra d'eines","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"Editor de barra d'eines"},"table":{"border":"Mida vora","caption":"TÃtol","cell":{"menu":"Cel·la","insertBefore":"Insereix abans","insertAfter":"Insereix després","deleteCell":"Suprimeix","merge":"Fusiona","mergeRight":"Fusiona a la dreta","mergeDown":"Fusiona avall","splitHorizontal":"Divideix horitzontalment","splitVertical":"Divideix verticalment","title":"Propietats de la cel·la","cellType":"Tipus de cel·la","rowSpan":"Expansió de files","colSpan":"Expansió de columnes","wordWrap":"Ajustar al contingut","hAlign":"Alineació Horizontal","vAlign":"Alineació Vertical","alignBaseline":"A la lÃnia base","bgColor":"Color de fons","borderColor":"Color de la vora","data":"Dades","header":"Capçalera","yes":"SÃ","no":"No","invalidWidth":"L'amplada de cel·la ha de ser un nombre.","invalidHeight":"L'alçada de cel·la ha de ser un nombre.","invalidRowSpan":"L'expansió de files ha de ser un nombre enter.","invalidColSpan":"L'expansió de columnes ha de ser un nombre enter.","chooseColor":"Trieu"},"cellPad":"Encoixinament de cel·les","cellSpace":"Espaiat de cel·les","column":{"menu":"Columna","insertBefore":"Insereix columna abans de","insertAfter":"Insereix columna darrera","deleteColumn":"Suprimeix una columna"},"columns":"Columnes","deleteTable":"Suprimeix la taula","headers":"Capçaleres","headersBoth":"Ambdues","headersColumn":"Primera columna","headersNone":"Cap","headersRow":"Primera fila","invalidBorder":"El gruix de la vora ha de ser un nombre.","invalidCellPadding":"L'encoixinament de cel·la ha de ser un nombre.","invalidCellSpacing":"L'espaiat de cel·la ha de ser un nombre.","invalidCols":"El nombre de columnes ha de ser un nombre major que 0.","invalidHeight":"L'alçada de la taula ha de ser un nombre.","invalidRows":"El nombre de files ha de ser un nombre major que 0.","invalidWidth":"L'amplada de la taula ha de ser un nombre.","menu":"Propietats de la taula","row":{"menu":"Fila","insertBefore":"Insereix fila abans de","insertAfter":"Insereix fila darrera","deleteRow":"Suprimeix una fila"},"rows":"Files","summary":"Resum","title":"Propietats de la taula","toolbar":"Taula","widthPc":"percentatge","widthPx":"pÃxels","widthUnit":"unitat d'amplada"},"stylescombo":{"label":"Estil","panelTitle":"Estils de format","panelTitle1":"Estils de bloc","panelTitle2":"Estils incrustats","panelTitle3":"Estils d'objecte"},"specialchar":{"options":"Opcions de carà cters especials","title":"Selecciona el carà cter especial","toolbar":"Insereix carà cter especial"},"sourcearea":{"toolbar":"Codi font"},"scayt":{"btn_about":"Quant a l'SCAYT","btn_dictionaries":"Diccionaris","btn_disable":"Deshabilita SCAYT","btn_enable":"Habilitat l'SCAYT","btn_langs":"Idiomes","btn_options":"Opcions","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"Elimina Format"},"pastetext":{"button":"Enganxa com a text no formatat","title":"Enganxa com a text no formatat"},"pastefromword":{"confirmCleanup":"El text que voleu enganxar sembla provenir de Word. Voleu netejar aquest text abans que sigui enganxat?","error":"No ha estat possible netejar les dades enganxades degut a un error intern","title":"Enganxa des del Word","toolbar":"Enganxa des del Word"},"maximize":{"maximize":"Maximitza","minimize":"Minimitza"},"magicline":{"title":"Insereix el parà graf aquÃ"},"list":{"bulletedlist":"Llista de pics","numberedlist":"Llista numerada"},"link":{"acccessKey":"Clau d'accés","advanced":"Avançat","advisoryContentType":"Tipus de contingut consultiu","advisoryTitle":"TÃtol consultiu","anchor":{"toolbar":"Insereix/Edita à ncora","menu":"Propietats de l'à ncora","title":"Propietats de l'à ncora","name":"Nom de l'à ncora","errorName":"Si us plau, escriviu el nom de l'ancora","remove":"Remove Anchor"},"anchorId":"Per Id d'element","anchorName":"Per nom d'à ncora","charset":"Conjunt de carà cters font enllaçat","cssClasses":"Classes del full d'estil","emailAddress":"Adreça de correu electrònic","emailBody":"Cos del missatge","emailSubject":"Assumpte del missatge","id":"Id","info":"Informació de l'enllaç","langCode":"Direcció de l'idioma","langDir":"Direcció de l'idioma","langDirLTR":"D'esquerra a dreta (LTR)","langDirRTL":"De dreta a esquerra (RTL)","menu":"Edita l'enllaç","name":"Nom","noAnchors":"(No hi ha à ncores disponibles en aquest document)","noEmail":"Si us plau, escrigui l'adreça correu electrònic","noUrl":"Si us plau, escrigui l'enllaç URL","other":"<altre>","popupDependent":"Depenent (Netscape)","popupFeatures":"CaracterÃstiques finestra popup","popupFullScreen":"Pantalla completa (IE)","popupLeft":"Posició esquerra","popupLocationBar":"Barra d'adreça","popupMenuBar":"Barra de menú","popupResizable":"Redimensionable","popupScrollBars":"Barres d'scroll","popupStatusBar":"Barra d'estat","popupToolbar":"Barra d'eines","popupTop":"Posició dalt","rel":"Relació","selectAnchor":"Selecciona una à ncora","styles":"Estil","tabIndex":"Index de Tab","target":"DestÃ","targetFrame":"<marc>","targetFrameName":"Nom del marc de destÃ","targetPopup":"<finestra emergent>","targetPopupName":"Nom finestra popup","title":"Enllaç","toAnchor":"Ãncora en aquesta pà gina","toEmail":"Correu electrònic","toUrl":"URL","toolbar":"Insereix/Edita enllaç","type":"Tipus d'enllaç","unlink":"Elimina l'enllaç","upload":"Puja"},"indent":{"indent":"Augmenta el sagnat","outdent":"Redueix el sagnat"},"image":{"alt":"Text alternatiu","border":"Vora","btnUpload":"Envia-la al servidor","button2Img":"Voleu transformar el botó d'imatge seleccionat en una simple imatge?","hSpace":"Espaiat horit.","img2Button":"Voleu transformar la imatge seleccionada en un botó d'imatge?","infoTab":"Informació de la imatge","linkTab":"Enllaç","lockRatio":"Bloqueja les proporcions","menu":"Propietats de la imatge","resetSize":"Restaura la mida","title":"Propietats de la imatge","titleButton":"Propietats del botó d'imatge","upload":"Puja","urlMissing":"Falta la URL de la imatge.","vSpace":"Espaiat vert.","validateBorder":"La vora ha de ser un nombre enter.","validateHSpace":"HSpace ha de ser un nombre enter.","validateVSpace":"VSpace ha de ser un nombre enter."},"horizontalrule":{"toolbar":"Insereix lÃnia horitzontal"},"format":{"label":"Format","panelTitle":"Format","tag_address":"Adreça","tag_div":"Normal (DIV)","tag_h1":"Encapçalament 1","tag_h2":"Encapçalament 2","tag_h3":"Encapçalament 3","tag_h4":"Encapçalament 4","tag_h5":"Encapçalament 5","tag_h6":"Encapçalament 6","tag_p":"Normal","tag_pre":"Formatejat"},"fakeobjects":{"anchor":"Ãncora","flash":"Animació Flash","hiddenfield":"Camp ocult","iframe":"IFrame","unknown":"Objecte desconegut"},"elementspath":{"eleLabel":"Ruta dels elements","eleTitle":"%1 element"},"contextmenu":{"options":"Opcions del menú contextual"},"clipboard":{"copy":"Copiar","copyError":"La configuració de seguretat del vostre navegador no permet executar automà ticament les operacions de copiar. Si us plau, utilitzeu el teclat (Ctrl/Cmd+C).","cut":"Retallar","cutError":"La configuració de seguretat del vostre navegador no permet executar automà ticament les operacions de retallar. Si us plau, utilitzeu el teclat (Ctrl/Cmd+X).","paste":"Enganxar","pasteArea":"Ãrea d'enganxat","pasteMsg":"Si us plau, enganxi dins del següent camp utilitzant el teclat (<strong>Ctrl/Cmd+V</strong>) i premi OK.","securityMsg":"A causa de la configuració de seguretat del vostre navegador, l'editor no pot accedir a les dades del porta-retalls directament. Enganxeu-ho un altre cop en aquesta finestra.","title":"Enganxar"},"button":{"selectedLabel":"%1 (Seleccionat)"},"blockquote":{"toolbar":"Bloc de cita"},"basicstyles":{"bold":"Negreta","italic":"Cursiva","strike":"Ratllat","subscript":"SubÃndex","superscript":"SuperÃndex","underline":"Subratllat"},"about":{"copy":"Copyright © $1. Tots els drets reservats.","dlgTitle":"Quant al CKEditor","help":"Premi $1 per obtenir ajuda.","moreInfo":"Per informació sobre llicències visiteu el nostre lloc web:","title":"Quant al CKEditor","userGuide":"Manual d'usuari de CKEditor"},"editor":"Editor de text enriquit","editorPanel":"Panell de l'editor de text enriquit","common":{"editorHelp":"Premeu ALT 0 per ajuda","browseServer":"Veure servidor","url":"URL","protocol":"Protocol","upload":"Puja","uploadSubmit":"Envia-la al servidor","image":"Imatge","flash":"Flash","form":"Formulari","checkbox":"Casella de verificació","radio":"Botó d'opció","textField":"Camp de text","textarea":"Ãrea de text","hiddenField":"Camp ocult","button":"Botó","select":"Camp de selecció","imageButton":"Botó d'imatge","notSet":"<no definit>","id":"Id","name":"Nom","langDir":"Direcció de l'idioma","langDirLtr":"D'esquerra a dreta (LTR)","langDirRtl":"De dreta a esquerra (RTL)","langCode":"Codi d'idioma","longDescr":"Descripció llarga de la URL","cssClass":"Classes del full d'estil","advisoryTitle":"TÃtol consultiu","cssStyle":"Estil","ok":"D'acord","cancel":"Cancel·la","close":"Tanca","preview":"Previsualitza","resize":"Arrossegueu per redimensionar","generalTab":"General","advancedTab":"Avançat","validateNumberFailed":"Aquest valor no és un número.","confirmNewPage":"Els canvis en aquest contingut que no es desin es perdran. Esteu segur que voleu carregar una pà gina nova?","confirmCancel":"Algunes opcions s'han canviat. Esteu segur que voleu tancar el quadre de dià leg?","options":"Opcions","target":"DestÃ","targetNew":"Nova finestra (_blank)","targetTop":"Finestra superior (_top)","targetSelf":"Mateixa finestra (_self)","targetParent":"Finestra pare (_parent)","langDirLTR":"D'esquerra a dreta (LTR)","langDirRTL":"De dreta a esquerra (RTL)","styles":"Estil","cssClasses":"Classes del full d'estil","width":"Amplada","height":"Alçada","align":"Alineació","alignLeft":"Ajusta a l'esquerra","alignRight":"Ajusta a la dreta","alignCenter":"Centre","alignJustify":"Justificat","alignTop":"Superior","alignMiddle":"Centre","alignBottom":"Inferior","alignNone":"None","invalidValue":"Valor no và lid.","invalidHeight":"L'alçada ha de ser un número.","invalidWidth":"L'amplada ha de ser un número.","invalidCssLength":"El valor especificat per als \"%1\" camps ha de ser un número positiu amb o sense unitat de mesura và lida de CSS (px, %, in, cm, mm, em, ex, pt o pc).","invalidHtmlLength":"El valor especificat per als \"%1\" camps ha de ser un número positiu amb o sense unitat de mesura và lida d'HTML (px o %).","invalidInlineStyle":"El valor especificat per l'estil en lÃnia ha de constar d'una o més tuples amb el format \"name: value\", separats per punt i coma.","cssLengthTooltip":"Introduïu un número per un valor en pÃxels o un número amb una unitat và lida de CSS (px, %, in, cm, mm, em, ex, pt o pc).","unavailable":"%1<span class=\"cke_accessibility\">, no disponible</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/cs.js b/public/assets/ckeditor/lang/cs.js new file mode 100644 index 0000000..8445a9e --- /dev/null +++ b/public/assets/ckeditor/lang/cs.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['cs']={"wsc":{"btnIgnore":"PÅeskoÄit","btnIgnoreAll":"PÅeskakovat vÅ¡e","btnReplace":"ZamÄnit","btnReplaceAll":"ZamÄÅovat vÅ¡e","btnUndo":"ZpÄt","changeTo":"ZmÄnit na","errorLoading":"Chyba nahrávánà služby aplikace z: %s.","ieSpellDownload":"Kontrola pravopisu nenà nainstalována. Chcete ji nynà stáhnout?","manyChanges":"Kontrola pravopisu dokonÄena: %1 slov zmÄnÄno","noChanges":"Kontrola pravopisu dokonÄena: Beze zmÄn","noMispell":"Kontrola pravopisu dokonÄena: Žádné pravopisné chyby nenalezeny","noSuggestions":"- žádné návrhy -","notAvailable":"Omlouváme se, ale služba nynà nenà dostupná.","notInDic":"Nenà ve slovnÃku","oneChange":"Kontrola pravopisu dokonÄena: Jedno slovo zmÄnÄno","progress":"ProbÃhá kontrola pravopisu...","title":"Kontrola pravopisu","toolbar":"Zkontrolovat pravopis"},"undo":{"redo":"Znovu","undo":"ZpÄt"},"toolbar":{"toolbarCollapse":"Skrýt panel nástrojů","toolbarExpand":"Zobrazit panel nástrojů","toolbarGroups":{"document":"Dokument","clipboard":"Schránka/ZpÄt","editing":"Ãpravy","forms":"FormuláÅe","basicstyles":"Základnà styly","paragraph":"Odstavec","links":"Odkazy","insert":"Vložit","styles":"Styly","colors":"Barvy","tools":"Nástroje"},"toolbars":"Panely nástrojů editoru"},"table":{"border":"OhraniÄenÃ","caption":"Popis","cell":{"menu":"BuÅka","insertBefore":"Vložit buÅku pÅed","insertAfter":"Vložit buÅku za","deleteCell":"Smazat buÅky","merge":"SlouÄit buÅky","mergeRight":"SlouÄit doprava","mergeDown":"SlouÄit dolů","splitHorizontal":"RozdÄlit buÅky vodorovnÄ","splitVertical":"RozdÄlit buÅky svisle","title":"Vlastnosti buÅky","cellType":"Typ buÅky","rowSpan":"Spojit Åádky","colSpan":"Spojit sloupce","wordWrap":"ZalamovánÃ","hAlign":"Vodorovné zarovnánÃ","vAlign":"Svislé zarovnánÃ","alignBaseline":"Na úÄaÅÃ","bgColor":"Barva pozadÃ","borderColor":"Barva okraje","data":"Data","header":"HlaviÄka","yes":"Ano","no":"Ne","invalidWidth":"Å ÃÅka buÅky musà být ÄÃslo.","invalidHeight":"Zadaná výška buÅky musà být ÄÃslená.","invalidRowSpan":"Zadaný poÄet slouÄených Åádků musà být celé ÄÃslo.","invalidColSpan":"Zadaný poÄet slouÄených sloupců musà být celé ÄÃslo.","chooseColor":"VýbÄr"},"cellPad":"Odsazenà obsahu v buÅce","cellSpace":"Vzdálenost bunÄk","column":{"menu":"Sloupec","insertBefore":"Vložit sloupec pÅed","insertAfter":"Vložit sloupec za","deleteColumn":"Smazat sloupec"},"columns":"Sloupce","deleteTable":"Smazat tabulku","headers":"ZáhlavÃ","headersBoth":"ObojÃ","headersColumn":"Prvnà sloupec","headersNone":"Žádné","headersRow":"Prvnà Åádek","invalidBorder":"Zdaná velikost okraje musà být ÄÃselná.","invalidCellPadding":"Zadané odsazenà obsahu v buÅce musà být ÄÃselné.","invalidCellSpacing":"Zadaná vzdálenost bunÄk musà být ÄÃselná.","invalidCols":"PoÄet sloupců musà být ÄÃslo vÄtšà než 0.","invalidHeight":"Zadaná výška tabulky musà být ÄÃselná.","invalidRows":"PoÄet Åádků musà být ÄÃslo vÄtšà než 0.","invalidWidth":"Å ÃÅka tabulky musà být ÄÃslo.","menu":"Vlastnosti tabulky","row":{"menu":"Åádek","insertBefore":"Vložit Åádek pÅed","insertAfter":"Vložit Åádek za","deleteRow":"Smazat Åádky"},"rows":"Åádky","summary":"Souhrn","title":"Vlastnosti tabulky","toolbar":"Tabulka","widthPc":"procent","widthPx":"bodů","widthUnit":"jednotka Å¡ÃÅky"},"stylescombo":{"label":"Styl","panelTitle":"Formátovacà styly","panelTitle1":"Blokové styly","panelTitle2":"Åádkové styly","panelTitle3":"Objektové styly"},"specialchar":{"options":"Nastavenà speciálnÃch znaků","title":"VýbÄr speciálnÃho znaku","toolbar":"Vložit speciálnà znaky"},"sourcearea":{"toolbar":"Zdroj"},"scayt":{"btn_about":"O aplikaci SCAYT","btn_dictionaries":"SlovnÃky","btn_disable":"Vypnout SCAYT","btn_enable":"Zapnout SCAYT","btn_langs":"Jazyky","btn_options":"NastavenÃ","text_title":"Kontrola pravopisu bÄhem psanà (SCAYT)"},"removeformat":{"toolbar":"Odstranit formátovánÃ"},"pastetext":{"button":"Vložit jako Äistý text","title":"Vložit jako Äistý text"},"pastefromword":{"confirmCleanup":"Jak je vidÄt, vkládaný text je kopÃrován z Wordu. Chcete jej pÅed vloženÃm vyÄistit?","error":"Z důvodu vnitÅnà chyby nebylo možné provést vyÄiÅ¡tÄnà vkládaného textu.","title":"Vložit z Wordu","toolbar":"Vložit z Wordu"},"maximize":{"maximize":"Maximalizovat","minimize":"Minimalizovat"},"magicline":{"title":"zde vložit odstavec"},"list":{"bulletedlist":"Odrážky","numberedlist":"ÄÃslovánÃ"},"link":{"acccessKey":"PÅÃstupový klÃÄ","advanced":"RozÅ¡ÃÅené","advisoryContentType":"Pomocný typ obsahu","advisoryTitle":"Pomocný titulek","anchor":{"toolbar":"Záložka","menu":"Vlastnosti záložky","title":"Vlastnosti záložky","name":"Název záložky","errorName":"Zadejte prosÃm název záložky","remove":"Odstranit záložku"},"anchorId":"Podle Id objektu","anchorName":"Podle jména kotvy","charset":"PÅiÅazená znaková sada","cssClasses":"TÅÃda stylu","emailAddress":"E-mailová adresa","emailBody":"TÄlo zprávy","emailSubject":"PÅedmÄt zprávy","id":"Id","info":"Informace o odkazu","langCode":"Kód jazyka","langDir":"SmÄr jazyka","langDirLTR":"Zleva doprava (LTR)","langDirRTL":"Zprava doleva (RTL)","menu":"ZmÄnit odkaz","name":"Jméno","noAnchors":"(Ve stránce nenà definována žádná kotva!)","noEmail":"Zadejte prosÃm e-mailovou adresu","noUrl":"Zadejte prosÃm URL odkazu","other":"<jiný>","popupDependent":"Závislost (Netscape)","popupFeatures":"Vlastnosti vyskakovacÃho okna","popupFullScreen":"Celá obrazovka (IE)","popupLeft":"Levý okraj","popupLocationBar":"Panel umÃstÄnÃ","popupMenuBar":"Panel nabÃdky","popupResizable":"UmožÅujÃcà mÄnit velikost","popupScrollBars":"PosuvnÃky","popupStatusBar":"Stavový Åádek","popupToolbar":"Panel nástrojů","popupTop":"Hornà okraj","rel":"Vztah","selectAnchor":"Vybrat kotvu","styles":"Styl","tabIndex":"PoÅadà prvku","target":"CÃl","targetFrame":"<rámec>","targetFrameName":"Název cÃlového rámu","targetPopup":"<vyskakovacà okno>","targetPopupName":"Název vyskakovacÃho okna","title":"Odkaz","toAnchor":"Kotva v této stránce","toEmail":"E-mail","toUrl":"URL","toolbar":"Odkaz","type":"Typ odkazu","unlink":"Odstranit odkaz","upload":"Odeslat"},"indent":{"indent":"ZvÄtÅ¡it odsazenÃ","outdent":"ZmenÅ¡it odsazenÃ"},"image":{"alt":"Alternativnà text","border":"Okraje","btnUpload":"Odeslat na server","button2Img":"SkuteÄnÄ chcete pÅevést zvolené obrázkové tlaÄÃtko na obyÄejný obrázek?","hSpace":"Horizontálnà mezera","img2Button":"SkuteÄnÄ chcete pÅevést zvolený obrázek na obrázkové tlaÄÃtko?","infoTab":"Informace o obrázku","linkTab":"Odkaz","lockRatio":"Zámek","menu":"Vlastnosti obrázku","resetSize":"Původnà velikost","title":"Vlastnosti obrázku","titleButton":"Vlastnostà obrázkového tlaÄÃtka","upload":"Odeslat","urlMissing":"Zadané URL zdroje obrázku nebylo nalezeno.","vSpace":"Vertikálnà mezera","validateBorder":"Okraj musà být nastaven v celých ÄÃslech.","validateHSpace":"Horizontálnà mezera musà být nastavena v celých ÄÃslech.","validateVSpace":"Vertikálnà mezera musà být nastavena v celých ÄÃslech."},"horizontalrule":{"toolbar":"Vložit vodorovnou linku"},"format":{"label":"Formát","panelTitle":"Formát","tag_address":"Adresa","tag_div":"Normálnà (DIV)","tag_h1":"Nadpis 1","tag_h2":"Nadpis 2","tag_h3":"Nadpis 3","tag_h4":"Nadpis 4","tag_h5":"Nadpis 5","tag_h6":"Nadpis 6","tag_p":"NormálnÃ","tag_pre":"Naformátováno"},"fakeobjects":{"anchor":"Záložka","flash":"Flash animace","hiddenfield":"Skryté pole","iframe":"IFrame","unknown":"Neznámý objekt"},"elementspath":{"eleLabel":"Cesta objektu","eleTitle":"%1 objekt"},"contextmenu":{"options":"Nastavenà kontextové nabÃdky"},"clipboard":{"copy":"KopÃrovat","copyError":"BezpeÄnostnà nastavenà vaÅ¡eho prohlÞeÄe nedovolujà editoru spustit funkci pro kopÃrovánà zvoleného textu do schránky. ProsÃm zkopÃrujte zvolený text do schránky pomocà klávesnice (Ctrl/Cmd+C).","cut":"Vyjmout","cutError":"BezpeÄnostnà nastavenà vaÅ¡eho prohlÞeÄe nedovolujà editoru spustit funkci pro vyjmutà zvoleného textu do schránky. ProsÃm vyjmÄte zvolený text do schránky pomocà klávesnice (Ctrl/Cmd+X).","paste":"Vložit","pasteArea":"Oblast vkládánÃ","pasteMsg":"Do následujÃcÃho pole vložte požadovaný obsah pomocà klávesnice (<STRONG>Ctrl/Cmd+V</STRONG>) a stisknÄte <STRONG>OK</STRONG>.","securityMsg":"Z důvodů nastavenà bezpeÄnosti vaÅ¡eho prohlÞeÄe nemůže editor pÅistupovat pÅÃmo do schránky. Obsah schránky prosÃm vložte znovu do tohoto okna.","title":"Vložit"},"button":{"selectedLabel":"%1 (Vybráno)"},"blockquote":{"toolbar":"Citace"},"basicstyles":{"bold":"TuÄné","italic":"KurzÃva","strike":"PÅeÅ¡krtnuté","subscript":"Dolnà index","superscript":"Hornà index","underline":"Podtržené"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"O aplikaci CKEditor","help":"ProhlédnÄte si $1 pro nápovÄdu.","moreInfo":"Pro informace o lincenci navÅ¡tivte naÅ¡i webovou stránku:","title":"O aplikaci CKEditor","userGuide":"Uživatelská pÅÃruÄka CKEditor"},"editor":"Textový editor","editorPanel":"Panel textového editoru","common":{"editorHelp":"StisknÄte ALT 0 pro nápovÄdu","browseServer":"Vybrat na serveru","url":"URL","protocol":"Protokol","upload":"Odeslat","uploadSubmit":"Odeslat na server","image":"Obrázek","flash":"Flash","form":"FormuláÅ","checkbox":"ZaÅ¡krtávacà polÃÄko","radio":"PÅepÃnaÄ","textField":"Textové pole","textarea":"Textová oblast","hiddenField":"Skryté pole","button":"TlaÄÃtko","select":"Seznam","imageButton":"Obrázkové tlaÄÃtko","notSet":"<nenastaveno>","id":"Id","name":"Jméno","langDir":"SmÄr jazyka","langDirLtr":"Zleva doprava (LTR)","langDirRtl":"Zprava doleva (RTL)","langCode":"Kód jazyka","longDescr":"Dlouhý popis URL","cssClass":"TÅÃda stylu","advisoryTitle":"Pomocný titulek","cssStyle":"Styl","ok":"OK","cancel":"ZruÅ¡it","close":"ZavÅÃt","preview":"Náhled","resize":"Uchopit pro zmÄnu velikosti","generalTab":"Obecné","advancedTab":"RozÅ¡ÃÅené","validateNumberFailed":"Zadaná hodnota nenà ÄÃselná.","confirmNewPage":"Jakékoliv neuložené zmÄny obsahu budou ztraceny. SkuteÄnÄ chcete otevÅÃt novou stránku?","confirmCancel":"NÄkterá z nastavenà byla zmÄnÄna. SkuteÄnÄ chcete zavÅÃt dialogové okno?","options":"NastavenÃ","target":"CÃl","targetNew":"Nové okno (_blank)","targetTop":"Okno nejvyššà úrovnÄ (_top)","targetSelf":"Stejné okno (_self)","targetParent":"RodiÄovské okno (_parent)","langDirLTR":"Zleva doprava (LTR)","langDirRTL":"Zprava doleva (RTL)","styles":"Styly","cssClasses":"TÅÃdy stylů","width":"Å ÃÅka","height":"Výška","align":"ZarovnánÃ","alignLeft":"Vlevo","alignRight":"Vpravo","alignCenter":"Na stÅed","alignJustify":"Zarovnat do bloku","alignTop":"Nahoru","alignMiddle":"Na stÅed","alignBottom":"Dolů","alignNone":"Žádné","invalidValue":"Neplatná hodnota.","invalidHeight":"Zadaná výška musà být ÄÃslo.","invalidWidth":"Å ÃÅka musà být ÄÃslo.","invalidCssLength":"Hodnota urÄená pro pole \"%1\" musà být kladné ÄÃslo bez nebo s platnou jednotkou mÃry CSS (px, %, in, cm, mm, em, ex, pt, nebo pc).","invalidHtmlLength":"Hodnota urÄená pro pole \"%1\" musà být kladné ÄÃslo bez nebo s platnou jednotkou mÃry HTML (px nebo %).","invalidInlineStyle":"Hodnota urÄená pro Åádkový styl se musà skládat z jedné nebo vÃce n-tic ve formátu \"název : hodnota\", oddÄlené stÅednÃky","cssLengthTooltip":"Zadejte ÄÃslo jako hodnotu v pixelech nebo ÄÃslo s platnou jednotkou CSS (px, %, v cm, mm, em, ex, pt, nebo pc).","unavailable":"%1<span class=\"cke_accessibility\">, nedostupné</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/cy.js b/public/assets/ckeditor/lang/cy.js new file mode 100644 index 0000000..cc89d8d --- /dev/null +++ b/public/assets/ckeditor/lang/cy.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['cy']={"wsc":{"btnIgnore":"Anwybyddu Un","btnIgnoreAll":"Anwybyddu Pob","btnReplace":"Amnewid Un","btnReplaceAll":"Amnewid Pob","btnUndo":"Dadwneud","changeTo":"Newid i","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Gwirydd sillafu heb ei arsefydlu. A ydych am ei lawrlwytho nawr?","manyChanges":"Gwirio sillafu wedi gorffen: Newidiwyd %1 gair","noChanges":"Gwirio sillafu wedi gorffen: Dim newidiadau","noMispell":"Gwirio sillafu wedi gorffen: Dim camsillaf.","noSuggestions":"- Dim awgrymiadau -","notAvailable":"Nid yw'r gwasanaeth hwn ar gael yn bresennol.","notInDic":"Nid i'w gael yn y geiriadur","oneChange":"Gwirio sillafu wedi gorffen: Newidiwyd 1 gair","progress":"Gwirio sillafu yn ar y gweill...","title":"Gwirio Sillafu","toolbar":"Gwirio Sillafu"},"undo":{"redo":"Ailwneud","undo":"Dadwneud"},"toolbar":{"toolbarCollapse":"Cyfangu'r Bar Offer","toolbarExpand":"Ehangu'r Bar Offer","toolbarGroups":{"document":"Dogfen","clipboard":"Clipfwrdd/Dadwneud","editing":"Golygu","forms":"Ffurflenni","basicstyles":"Arddulliau Sylfaenol","paragraph":"Paragraff","links":"Dolenni","insert":"Mewnosod","styles":"Arddulliau","colors":"Lliwiau","tools":"Offer"},"toolbars":"Bariau offer y golygydd"},"table":{"border":"Maint yr Ymyl","caption":"Pennawd","cell":{"menu":"Cell","insertBefore":"Mewnosod Cell Cyn","insertAfter":"Mewnosod Cell Ar Ãl","deleteCell":"Dileu Celloedd","merge":"Cyfuno Celloedd","mergeRight":"Cyfuno i'r Dde","mergeDown":"Cyfuno i Lawr","splitHorizontal":"Hollti'r Gell yn Lorweddol","splitVertical":"Hollti'r Gell yn Fertigol","title":"Priodweddau'r Gell","cellType":"Math y Gell","rowSpan":"Rhychwant Rhesi","colSpan":"Rhychwant Colofnau","wordWrap":"Lapio Geiriau","hAlign":"Aliniad Llorweddol","vAlign":"Aliniad Fertigol","alignBaseline":"Baslinell","bgColor":"Lliw Cefndir","borderColor":"Lliw Ymyl","data":"Data","header":"Pennyn","yes":"Ie","no":"Na","invalidWidth":"Mae'n rhaid i led y gell fod yn rhif.","invalidHeight":"Mae'n rhaid i uchder y gell fod yn rhif.","invalidRowSpan":"Mae'n rhaid i rychwant y rhesi fod yn gyfanrif.","invalidColSpan":"Mae'n rhaid i rychwant y colofnau fod yn gyfanrif.","chooseColor":"Dewis"},"cellPad":"Padio'r gell","cellSpace":"Bylchiad y gell","column":{"menu":"Colofn","insertBefore":"Mewnosod Colofn Cyn","insertAfter":"Mewnosod Colofn Ar Ãl","deleteColumn":"Dileu Colofnau"},"columns":"Colofnau","deleteTable":"Dileu Tabl","headers":"Penynnau","headersBoth":"Y Ddau","headersColumn":"Colofn gyntaf","headersNone":"Dim","headersRow":"Rhes gyntaf","invalidBorder":"Mae'n rhaid i faint yr ymyl fod yn rhif.","invalidCellPadding":"Mae'n rhaid i badiad y gell fod yn rhif positif.","invalidCellSpacing":"Mae'n rhaid i fylchiad y gell fod yn rhif positif.","invalidCols":"Mae'n rhaid cael o leiaf un golofn.","invalidHeight":"Mae'n rhaid i uchder y tabl fod yn rhif.","invalidRows":"Mae'n rhaid cael o leiaf un rhes.","invalidWidth":"Mae'n rhaid i led y tabl fod yn rhif.","menu":"Priodweddau'r Tabl","row":{"menu":"Rhes","insertBefore":"Mewnosod Rhes Cyn","insertAfter":"Mewnosod Rhes Ar Ãl","deleteRow":"Dileu Rhesi"},"rows":"Rhesi","summary":"Crynodeb","title":"Priodweddau'r Tabl","toolbar":"Tabl","widthPc":"y cant","widthPx":"picsel","widthUnit":"uned lled"},"stylescombo":{"label":"Arddulliau","panelTitle":"Arddulliau Fformatio","panelTitle1":"Arddulliau Bloc","panelTitle2":"Arddulliau Mewnol","panelTitle3":"Arddulliau Gwrthrych"},"specialchar":{"options":"Opsiynau Nodau Arbennig","title":"Dewis Nod Arbennig","toolbar":"Mewnosod Nod Arbennig"},"sourcearea":{"toolbar":"HTML"},"scayt":{"btn_about":"Ynghylch SCAYT","btn_dictionaries":"Geiriaduron","btn_disable":"Analluogi SCAYT","btn_enable":"Galluogi SCAYT","btn_langs":"Ieithoedd","btn_options":"Opsiynau","text_title":"Gwirio'r Sillafu Wrth Deipio"},"removeformat":{"toolbar":"Tynnu Fformat"},"pastetext":{"button":"Gludo fel testun plaen","title":"Gludo fel Testun Plaen"},"pastefromword":{"confirmCleanup":"Mae'r testun rydych chi am ludo wedi'i gopïo o Word. Ydych chi am ei lanhau cyn ei ludo?","error":"Doedd dim modd glanhau y data a ludwyd oherwydd gwall mewnol","title":"Gludo o Word","toolbar":"Gludo o Word"},"maximize":{"maximize":"Mwyhau","minimize":"Lleihau"},"magicline":{"title":"Mewnosod paragraff yma"},"list":{"bulletedlist":"Mewnosod/Tynnu Rhestr Bwled","numberedlist":"Mewnosod/Tynnu Rhestr Rhifol"},"link":{"acccessKey":"Allwedd Mynediad","advanced":"Uwch","advisoryContentType":"Math y Cynnwys Cynghorol","advisoryTitle":"Teitl Cynghorol","anchor":{"toolbar":"Angor","menu":"Golygu'r Angor","title":"Priodweddau'r Angor","name":"Enw'r Angor","errorName":"Teipiwch enw'r angor","remove":"Tynnwch yr Angor"},"anchorId":"Gan Id yr Elfen","anchorName":"Gan Enw'r Angor","charset":"Set Nodau'r Adnodd Cysylltiedig","cssClasses":"Dosbarthiadau Dalen Arddull","emailAddress":"Cyfeiriad E-Bost","emailBody":"Corff y Neges","emailSubject":"Testun y Neges","id":"Id","info":"Gwyb y Ddolen","langCode":"Cod Iaith","langDir":"Cyfeiriad Iaith","langDirLTR":"Chwith i'r Dde (LTR)","langDirRTL":"Dde i'r Chwith (RTL)","menu":"Golygu Dolen","name":"Enw","noAnchors":"(Dim angorau ar gael yn y ddogfen)","noEmail":"Teipiwch gyfeiriad yr e-bost","noUrl":"Teipiwch URL y ddolen","other":"<eraill>","popupDependent":"Dibynnol (Netscape)","popupFeatures":"Nodweddion Ffenestr Bop","popupFullScreen":"Sgrin Llawn (IE)","popupLeft":"Safle Chwith","popupLocationBar":"Bar Safle","popupMenuBar":"Dewislen","popupResizable":"Ailfeintiol","popupScrollBars":"Barrau Sgrolio","popupStatusBar":"Bar Statws","popupToolbar":"Bar Offer","popupTop":"Safle Top","rel":"Perthynas","selectAnchor":"Dewiswch Angor","styles":"Arddull","tabIndex":"Indecs Tab","target":"Targed","targetFrame":"<ffrâm>","targetFrameName":"Enw Ffrâm y Targed","targetPopup":"<ffenestr bop>","targetPopupName":"Enw Ffenestr Bop","title":"Dolen","toAnchor":"Dolen at angor yn y testun","toEmail":"E-bost","toUrl":"URL","toolbar":"Dolen","type":"Math y Ddolen","unlink":"Datgysylltu","upload":"Lanlwytho"},"indent":{"indent":"Cynyddu'r Mewnoliad","outdent":"Lleihau'r Mewnoliad"},"image":{"alt":"Testun Amgen","border":"Ymyl","btnUpload":"Anfon i'r Gweinydd","button2Img":"Ydych am drawsffurfio'r botwm ddelwedd hwn ar ddelwedd syml?","hSpace":"BwlchLl","img2Button":"Ydych am drawsffurfio'r ddelwedd hon ar fotwm delwedd?","infoTab":"Gwyb Delwedd","linkTab":"Dolen","lockRatio":"Cloi Cymhareb","menu":"Priodweddau Delwedd","resetSize":"Ailosod Maint","title":"Priodweddau Delwedd","titleButton":"Priodweddau Botwm Delwedd","upload":"Lanlwytho","urlMissing":"URL gwreiddiol y ddelwedd ar goll.","vSpace":"BwlchF","validateBorder":"Rhaid i'r ymyl fod yn gyfanrif.","validateHSpace":"Rhaid i'r HSpace fod yn gyfanrif.","validateVSpace":"Rhaid i'r VSpace fod yn gyfanrif."},"horizontalrule":{"toolbar":"Mewnosod Llinell Lorweddol"},"format":{"label":"Fformat","panelTitle":"Fformat Paragraff","tag_address":"Cyfeiriad","tag_div":"Normal (DIV)","tag_h1":"Pennawd 1","tag_h2":"Pennawd 2","tag_h3":"Pennawd 3","tag_h4":"Pennawd 4","tag_h5":"Pennawd 5","tag_h6":"Pennawd 6","tag_p":"Normal","tag_pre":"Wedi'i Fformatio"},"fakeobjects":{"anchor":"Angor","flash":"Animeiddiant Flash","hiddenfield":"Maes Cudd","iframe":"IFrame","unknown":"Gwrthrych Anhysbys"},"elementspath":{"eleLabel":"Llwybr elfennau","eleTitle":"Elfen %1"},"contextmenu":{"options":"Opsiynau Dewislen Cyd-destun"},"clipboard":{"copy":"Copïo","copyError":"'Dyw gosodiadau diogelwch eich porwr ddim yn caniatà u'r golygydd i gynnal 'gweithredoedd copïo' yn awtomatig. Defnyddiwch y bysellfwrdd (Ctrl/Cmd+C).","cut":"Torri","cutError":"Nid yw gosodiadau diogelwch eich porwr yn caniatà u'r golygydd i gynnal 'gweithredoedd torri' yn awtomatig. Defnyddiwch y bysellfwrdd (Ctrl/Cmd+X).","paste":"Gludo","pasteArea":"Ardal Gludo","pasteMsg":"Gludwch i mewn i'r blwch canlynol gan ddefnyddio'r bysellfwrdd (<strong>Ctrl/Cmd+V</strong>) a phwyso <strong>Iawn</strong>.","securityMsg":"Oherwydd gosodiadau diogelwch eich porwr, 'dyw'r porwr ddim yn gallu ennill mynediad i'r data ar y clipfwrdd yn uniongyrchol. Mae angen i chi ei ludo eto i'r ffenestr hon.","title":"Gludo"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"Dyfyniad bloc"},"basicstyles":{"bold":"Bras","italic":"Italig","strike":"Llinell Trwyddo","subscript":"Is-sgript","superscript":"Uwchsgript","underline":"Tanlinellu"},"about":{"copy":"Hawlfraint © $1. Cedwir pob hawl.","dlgTitle":"Ynghylch CKEditor","help":"Gwirio $1 am gymorth.","moreInfo":"Am wybodaeth ynghylch trwyddedau, ewch i'n gwefan:","title":"Ynghylch CKEditor","userGuide":"Canllawiau Defnyddiwr CKEditor"},"editor":"Golygydd Testun Cyfoethog","editorPanel":"Panel Golygydd Testun Cyfoethog","common":{"editorHelp":"Gwasgwch ALT 0 am gymorth","browseServer":"Pori'r Gweinydd","url":"URL","protocol":"Protocol","upload":"Lanlwytho","uploadSubmit":"Anfon i'r Gweinydd","image":"Delwedd","flash":"Flash","form":"Ffurflen","checkbox":"Blwch ticio","radio":"Botwm Radio","textField":"Maes Testun","textarea":"Ardal Testun","hiddenField":"Maes Cudd","button":"Botwm","select":"Maes Dewis","imageButton":"Botwm Delwedd","notSet":"<heb osod>","id":"Id","name":"Name","langDir":"Cyfeiriad Iaith","langDirLtr":"Chwith i'r Dde (LTR)","langDirRtl":"Dde i'r Chwith (RTL)","langCode":"Cod Iaith","longDescr":"URL Disgrifiad Hir","cssClass":"Dosbarthiadau Dalen Arddull","advisoryTitle":"Teitl Cynghorol","cssStyle":"Arddull","ok":"Iawn","cancel":"Diddymu","close":"Cau","preview":"Rhagolwg","resize":"Ailfeintio","generalTab":"Cyffredinol","advancedTab":"Uwch","validateNumberFailed":"'Dyw'r gwerth hwn ddim yn rhif.","confirmNewPage":"Byddwch chi'n colli unrhyw newidiadau i'r cynnwys sydd heb eu cadw. Ydych am barhau i lwytho tudalen newydd?","confirmCancel":"Cafodd rhai o'r opsiynau eu newid. Ydych chi wir am gau'r deialog?","options":"Opsiynau","target":"Targed","targetNew":"Ffenest Newydd (_blank)","targetTop":"Ffenest ar y Brig (_top)","targetSelf":"Yr un Ffenest (_self)","targetParent":"Ffenest y Rhiant (_parent)","langDirLTR":"Chwith i'r Dde (LTR)","langDirRTL":"Dde i'r Chwith (RTL)","styles":"Arddull","cssClasses":"Dosbarthiadau Dalen Arddull","width":"Lled","height":"Uchder","align":"Alinio","alignLeft":"Chwith","alignRight":"Dde","alignCenter":"Canol","alignJustify":"Unioni","alignTop":"Brig","alignMiddle":"Canol","alignBottom":"Gwaelod","alignNone":"None","invalidValue":"Gwerth annilys.","invalidHeight":"Mae'n rhaid i'r uchder fod yn rhif.","invalidWidth":"Mae'n rhaid i'r lled fod yn rhif.","invalidCssLength":"Mae'n rhaid i'r gwerth ar gyfer maes \"%1\" fod yn rhif positif gyda neu heb uned fesuriad CSS dilys (px, %, in, cm, mm, em, ex, pt, neu pc).","invalidHtmlLength":"Mae'n rhaid i'r gwerth ar gyfer maes \"%1\" fod yn rhif positif gyda neu heb uned fesuriad HTML dilys (px neu %).","invalidInlineStyle":"Mae'n rhaid i'r gwerth ar gyfer arddull mewn-llinell gynnwys un set neu fwy ar y fformat \"enw : gwerth\", wedi'u gwahanu gyda hanner colon.","cssLengthTooltip":"Rhowch rif am werth mewn picsel neu rhif gydag uned CSS dilys (px, %, in, cm, mm, em, pt neu pc).","unavailable":"%1<span class=\"cke_accessibility\">, ddim ar gael</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/da.js b/public/assets/ckeditor/lang/da.js new file mode 100644 index 0000000..6987460 --- /dev/null +++ b/public/assets/ckeditor/lang/da.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['da']={"wsc":{"btnIgnore":"Ignorér","btnIgnoreAll":"Ignorér alle","btnReplace":"Erstat","btnReplaceAll":"Erstat alle","btnUndo":"Tilbage","changeTo":"Forslag","errorLoading":"Fejl ved indlæsning af host: %s.","ieSpellDownload":"Stavekontrol ikke installeret. Vil du installere den nu?","manyChanges":"Stavekontrol færdig: %1 ord ændret","noChanges":"Stavekontrol færdig: Ingen ord ændret","noMispell":"Stavekontrol færdig: Ingen fejl fundet","noSuggestions":"(ingen forslag)","notAvailable":"Stavekontrol er desværre ikke tilgængelig.","notInDic":"Ikke i ordbogen","oneChange":"Stavekontrol færdig: Et ord ændret","progress":"Stavekontrollen arbejder...","title":"Stavekontrol","toolbar":"Stavekontrol"},"undo":{"redo":"Annullér fortryd","undo":"Fortryd"},"toolbar":{"toolbarCollapse":"Sammenklap værktøjslinje","toolbarExpand":"Udvid værktøjslinje","toolbarGroups":{"document":"Dokument","clipboard":"Udklipsholder/Fortryd","editing":"Redigering","forms":"Formularer","basicstyles":"Basis styles","paragraph":"Paragraf","links":"Links","insert":"Indsæt","styles":"Typografier","colors":"Farver","tools":"Værktøjer"},"toolbars":"Editors værktøjslinjer"},"table":{"border":"Rammebredde","caption":"Titel","cell":{"menu":"Celle","insertBefore":"Indsæt celle før","insertAfter":"Indsæt celle efter","deleteCell":"Slet celle","merge":"Flet celler","mergeRight":"Flet til højre","mergeDown":"Flet nedad","splitHorizontal":"Del celle vandret","splitVertical":"Del celle lodret","title":"Celleegenskaber","cellType":"Celletype","rowSpan":"Række span (rows span)","colSpan":"Kolonne span (columns span)","wordWrap":"Tekstombrydning","hAlign":"Vandret justering","vAlign":"Lodret justering","alignBaseline":"Grundlinje","bgColor":"Baggrundsfarve","borderColor":"Rammefarve","data":"Data","header":"Hoved","yes":"Ja","no":"Nej","invalidWidth":"Cellebredde skal være et tal.","invalidHeight":"Cellehøjde skal være et tal.","invalidRowSpan":"Række span skal være et heltal.","invalidColSpan":"Kolonne span skal være et heltal.","chooseColor":"Vælg"},"cellPad":"Cellemargen","cellSpace":"Celleafstand","column":{"menu":"Kolonne","insertBefore":"Indsæt kolonne før","insertAfter":"Indsæt kolonne efter","deleteColumn":"Slet kolonne"},"columns":"Kolonner","deleteTable":"Slet tabel","headers":"Hoved","headersBoth":"Begge","headersColumn":"Første kolonne","headersNone":"Ingen","headersRow":"Første række","invalidBorder":"Rammetykkelse skal være et tal.","invalidCellPadding":"Cellemargen skal være et tal.","invalidCellSpacing":"Celleafstand skal være et tal.","invalidCols":"Antallet af kolonner skal være større end 0.","invalidHeight":"Tabelhøjde skal være et tal.","invalidRows":"Antallet af rækker skal være større end 0.","invalidWidth":"Tabelbredde skal være et tal.","menu":"Egenskaber for tabel","row":{"menu":"Række","insertBefore":"Indsæt række før","insertAfter":"Indsæt række efter","deleteRow":"Slet række"},"rows":"Rækker","summary":"Resumé","title":"Egenskaber for tabel","toolbar":"Tabel","widthPc":"procent","widthPx":"pixels","widthUnit":"Bredde pÃ¥ enhed"},"stylescombo":{"label":"Typografi","panelTitle":"Formattering pÃ¥ stylesheet","panelTitle1":"Block typografi","panelTitle2":"Inline typografi","panelTitle3":"Object typografi"},"specialchar":{"options":"Muligheder for specialkarakterer","title":"Vælg symbol","toolbar":"Indsæt symbol"},"sourcearea":{"toolbar":"Kilde"},"scayt":{"btn_about":"Om SCAYT","btn_dictionaries":"Ordbøger","btn_disable":"Deaktivér SCAYT","btn_enable":"Aktivér SCAYT","btn_langs":"Sprog","btn_options":"Indstillinger","text_title":"Stavekontrol mens du skriver"},"removeformat":{"toolbar":"Fjern formatering"},"pastetext":{"button":"Indsæt som ikke-formateret tekst","title":"Indsæt som ikke-formateret tekst"},"pastefromword":{"confirmCleanup":"Den tekst du forsøger at indsætte ser ud til at komme fra Word. Vil du rense teksten før den indsættes?","error":"Det var ikke muligt at fjerne formatteringen pÃ¥ den indsatte tekst grundet en intern fejl","title":"Indsæt fra Word","toolbar":"Indsæt fra Word"},"maximize":{"maximize":"Maksimér","minimize":"Minimér"},"magicline":{"title":"Indsæt afsnit"},"list":{"bulletedlist":"Punktopstilling","numberedlist":"Talopstilling"},"link":{"acccessKey":"Genvejstast","advanced":"Avanceret","advisoryContentType":"Indholdstype","advisoryTitle":"Titel","anchor":{"toolbar":"Indsæt/redigér bogmærke","menu":"Egenskaber for bogmærke","title":"Egenskaber for bogmærke","name":"Bogmærkenavn","errorName":"Indtast bogmærkenavn","remove":"Fjern bogmærke"},"anchorId":"Efter element-Id","anchorName":"Efter ankernavn","charset":"Tegnsæt","cssClasses":"Typografiark","emailAddress":"E-mailadresse","emailBody":"Besked","emailSubject":"Emne","id":"Id","info":"Generelt","langCode":"Tekstretning","langDir":"Tekstretning","langDirLTR":"Fra venstre mod højre (LTR)","langDirRTL":"Fra højre mod venstre (RTL)","menu":"Redigér hyperlink","name":"Navn","noAnchors":"(Ingen bogmærker i dokumentet)","noEmail":"Indtast e-mailadresse!","noUrl":"Indtast hyperlink-URL!","other":"<anden>","popupDependent":"Koblet/dependent (Netscape)","popupFeatures":"Egenskaber for popup","popupFullScreen":"Fuld skærm (IE)","popupLeft":"Position fra venstre","popupLocationBar":"Adresselinje","popupMenuBar":"Menulinje","popupResizable":"Justérbar","popupScrollBars":"Scrollbar","popupStatusBar":"Statuslinje","popupToolbar":"Værktøjslinje","popupTop":"Position fra toppen","rel":"Relation","selectAnchor":"Vælg et anker","styles":"Typografi","tabIndex":"Tabulatorindeks","target":"MÃ¥l","targetFrame":"<ramme>","targetFrameName":"Destinationsvinduets navn","targetPopup":"<popup vindue>","targetPopupName":"Popupvinduets navn","title":"Egenskaber for hyperlink","toAnchor":"Bogmærke pÃ¥ denne side","toEmail":"E-mail","toUrl":"URL","toolbar":"Indsæt/redigér hyperlink","type":"Type","unlink":"Fjern hyperlink","upload":"Upload"},"indent":{"indent":"Forøg indrykning","outdent":"Formindsk indrykning"},"image":{"alt":"Alternativ tekst","border":"Ramme","btnUpload":"Upload fil til serveren","button2Img":"Vil du lave billedknappen om til et almindeligt billede?","hSpace":"Vandret margen","img2Button":"Vil du lave billedet om til en billedknap?","infoTab":"Generelt","linkTab":"Hyperlink","lockRatio":"LÃ¥s størrelsesforhold","menu":"Egenskaber for billede","resetSize":"Nulstil størrelse","title":"Egenskaber for billede","titleButton":"Egenskaber for billedknap","upload":"Upload","urlMissing":"Kilde pÃ¥ billed-URL mangler","vSpace":"Lodret margen","validateBorder":"Kant skal være et helt nummer.","validateHSpace":"HSpace skal være et helt nummer.","validateVSpace":"VSpace skal være et helt nummer."},"horizontalrule":{"toolbar":"Indsæt vandret streg"},"format":{"label":"Formatering","panelTitle":"Formatering","tag_address":"Adresse","tag_div":"Normal (DIV)","tag_h1":"Overskrift 1","tag_h2":"Overskrift 2","tag_h3":"Overskrift 3","tag_h4":"Overskrift 4","tag_h5":"Overskrift 5","tag_h6":"Overskrift 6","tag_p":"Normal","tag_pre":"Formateret"},"fakeobjects":{"anchor":"Anker","flash":"Flashanimation","hiddenfield":"Skjult felt","iframe":"Iframe","unknown":"Ukendt objekt"},"elementspath":{"eleLabel":"Sti pÃ¥ element","eleTitle":"%1 element"},"contextmenu":{"options":"Muligheder for hjælpemenu"},"clipboard":{"copy":"Kopiér","copyError":"Din browsers sikkerhedsindstillinger tillader ikke editoren at fÃ¥ automatisk adgang til udklipsholderen.<br><br>Brug i stedet tastaturet til at kopiere teksten (Ctrl/Cmd+C).","cut":"Klip","cutError":"Din browsers sikkerhedsindstillinger tillader ikke editoren at fÃ¥ automatisk adgang til udklipsholderen.<br><br>Brug i stedet tastaturet til at klippe teksten (Ctrl/Cmd+X).","paste":"Indsæt","pasteArea":"Indsæt omrÃ¥de","pasteMsg":"Indsæt i feltet herunder (<STRONG>Ctrl/Cmd+V</STRONG>) og klik pÃ¥ <STRONG>OK</STRONG>.","securityMsg":"Din browsers sikkerhedsindstillinger tillader ikke editoren at fÃ¥ automatisk adgang til udklipsholderen.<br><br>Du skal indsætte udklipsholderens indhold i dette vindue igen.","title":"Indsæt"},"button":{"selectedLabel":"%1 (Valgt)"},"blockquote":{"toolbar":"Blokcitat"},"basicstyles":{"bold":"Fed","italic":"Kursiv","strike":"Gennemstreget","subscript":"Sænket skrift","superscript":"Hævet skrift","underline":"Understreget"},"about":{"copy":"Copyright © $1. Alle rettigheder forbeholdes.","dlgTitle":"Om CKEditor","help":"Se $1 for at fÃ¥ hjælp.","moreInfo":"For informationer omkring licens, se venligst vores hjemmeside (pÃ¥ engelsk):","title":"Om CKEditor","userGuide":"CKEditor-brugermanual"},"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Tryk ALT 0 for hjælp","browseServer":"Gennemse...","url":"URL","protocol":"Protokol","upload":"Upload","uploadSubmit":"Upload","image":"Indsæt billede","flash":"Indsæt Flash","form":"Indsæt formular","checkbox":"Indsæt afkrydsningsfelt","radio":"Indsæt alternativknap","textField":"Indsæt tekstfelt","textarea":"Indsæt tekstboks","hiddenField":"Indsæt skjult felt","button":"Indsæt knap","select":"Indsæt liste","imageButton":"Indsæt billedknap","notSet":"<intet valgt>","id":"Id","name":"Navn","langDir":"Tekstretning","langDirLtr":"Fra venstre mod højre (LTR)","langDirRtl":"Fra højre mod venstre (RTL)","langCode":"Sprogkode","longDescr":"Udvidet beskrivelse","cssClass":"Typografiark (CSS)","advisoryTitle":"Titel","cssStyle":"Typografi (CSS)","ok":"OK","cancel":"Annullér","close":"Luk","preview":"ForhÃ¥ndsvisning","resize":"Træk for at skalere","generalTab":"Generelt","advancedTab":"Avanceret","validateNumberFailed":"Værdien er ikke et tal.","confirmNewPage":"Alt indhold, der ikke er blevet gemt, vil gÃ¥ tabt. Er du sikker pÃ¥, at du vil indlæse en ny side?","confirmCancel":"Nogle af indstillingerne er blevet ændret. Er du sikker pÃ¥, at du vil lukke vinduet?","options":"Vis muligheder","target":"MÃ¥l","targetNew":"Nyt vindue (_blank)","targetTop":"Ãverste vindue (_top)","targetSelf":"Samme vindue (_self)","targetParent":"Samme vindue (_parent)","langDirLTR":"Venstre til højre (LTR)","langDirRTL":"Højre til venstre (RTL)","styles":"Style","cssClasses":"Stylesheetklasser","width":"Bredde","height":"Højde","align":"Justering","alignLeft":"Venstre","alignRight":"Højre","alignCenter":"Centreret","alignJustify":"Lige margener","alignTop":"Ãverst","alignMiddle":"Centreret","alignBottom":"Nederst","alignNone":"Ingen","invalidValue":"Ugyldig værdi.","invalidHeight":"Højde skal være et tal.","invalidWidth":"Bredde skal være et tal.","invalidCssLength":"Værdien specificeret for \"%1\" feltet skal være et positivt nummer med eller uden en CSS mÃ¥leenhed (px, %, in, cm, mm, em, ex, pt, eller pc).","invalidHtmlLength":"Værdien specificeret for \"%1\" feltet skal være et positivt nummer med eller uden en CSS mÃ¥leenhed (px eller %).","invalidInlineStyle":"Værdien specificeret for inline style skal indeholde en eller flere elementer med et format som \"name:value\", separeret af semikoloner","cssLengthTooltip":"Indsæt en numerisk værdi i pixel eller nummer med en gyldig CSS værdi (px, %, in, cm, mm, em, ex, pt, eller pc).","unavailable":"%1<span class=\"cke_accessibility\">, ikke tilgængelig</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/de-ch.js b/public/assets/ckeditor/lang/de-ch.js new file mode 100644 index 0000000..1cad21c --- /dev/null +++ b/public/assets/ckeditor/lang/de-ch.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['de-ch']={"wsc":{"btnIgnore":"Ignore","btnIgnoreAll":"Ignore All","btnReplace":"Replace","btnReplaceAll":"Replace All","btnUndo":"Undo","changeTo":"Change to","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Spell checker not installed. Do you want to download it now?","manyChanges":"Spell check complete: %1 words changed","noChanges":"Spell check complete: No words changed","noMispell":"Spell check complete: No misspellings found","noSuggestions":"- No suggestions -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Not in dictionary","oneChange":"Spell check complete: One word changed","progress":"Spell check in progress...","title":"Spell Checker","toolbar":"Check Spelling"},"undo":{"redo":"Wiederherstellen","undo":"Rückgängig"},"toolbar":{"toolbarCollapse":"Werkzeugleiste einklappen","toolbarExpand":"Werkzeugleiste ausklappen","toolbarGroups":{"document":"Dokument","clipboard":"Zwischenablage/Rückgängig","editing":"Editieren","forms":"Formulare","basicstyles":"Grundstile","paragraph":"Absatz","links":"Links","insert":"Einfügen","styles":"Stile","colors":"Farben","tools":"Werkzeuge"},"toolbars":"Editor Werkzeugleisten"},"table":{"border":"Rahmengrösse","caption":"Ãberschrift","cell":{"menu":"Zelle","insertBefore":"Zelle davor einfügen","insertAfter":"Zelle danach einfügen","deleteCell":"Zelle löschen","merge":"Zellen verbinden","mergeRight":"Nach rechts verbinden","mergeDown":"Nach unten verbinden","splitHorizontal":"Zelle horizontal teilen","splitVertical":"Zelle vertikal teilen","title":"Zelleneigenschaften","cellType":"Zellart","rowSpan":"Anzahl Zeilen verbinden","colSpan":"Anzahl Spalten verbinden","wordWrap":"Zeilenumbruch","hAlign":"Horizontale Ausrichtung","vAlign":"Vertikale Ausrichtung","alignBaseline":"Grundlinie","bgColor":"Hintergrundfarbe","borderColor":"Rahmenfarbe","data":"Daten","header":"Ãberschrift","yes":"Ja","no":"Nein","invalidWidth":"Zellenbreite muss eine Zahl sein.","invalidHeight":"Zellenhöhe muss eine Zahl sein.","invalidRowSpan":"\"Anzahl Zeilen verbinden\" muss eine Ganzzahl sein.","invalidColSpan":"\"Anzahl Spalten verbinden\" muss eine Ganzzahl sein.","chooseColor":"Wählen"},"cellPad":"Zellenabstand innen","cellSpace":"Zellenabstand aussen","column":{"menu":"Spalte","insertBefore":"Spalte links davor einfügen","insertAfter":"Spalte rechts danach einfügen","deleteColumn":"Spalte löschen"},"columns":"Spalte","deleteTable":"Tabelle löschen","headers":"Kopfzeile","headersBoth":"Beide","headersColumn":"Erste Spalte","headersNone":"Keine","headersRow":"Erste Zeile","invalidBorder":"Die Rahmenbreite muss eine Zahl sein.","invalidCellPadding":"Der Zellenabstand innen muss eine positive Zahl sein.","invalidCellSpacing":"Der Zellenabstand aussen muss eine positive Zahl sein.","invalidCols":"Die Anzahl der Spalten muà grösser als 0 sein..","invalidHeight":"Die Tabellenbreite muss eine Zahl sein.","invalidRows":"Die Anzahl der Zeilen muà grösser als 0 sein.","invalidWidth":"Die Tabellenbreite muss eine Zahl sein.","menu":"Tabellen-Eigenschaften","row":{"menu":"Zeile","insertBefore":"Zeile oberhalb einfügen","insertAfter":"Zeile unterhalb einfügen","deleteRow":"Zeile entfernen"},"rows":"Zeile","summary":"Inhaltsübersicht","title":"Tabellen-Eigenschaften","toolbar":"Tabelle","widthPc":"%","widthPx":"Pixel","widthUnit":"Breite Einheit"},"stylescombo":{"label":"Stil","panelTitle":"Formatierungsstile","panelTitle1":"Blockstile","panelTitle2":"Inline Stilart","panelTitle3":"Objektstile"},"specialchar":{"options":"Sonderzeichenoptionen","title":"Sonderzeichen auswählen","toolbar":"Sonderzeichen einfügen"},"sourcearea":{"toolbar":"Quellcode"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"Formatierung entfernen"},"pastetext":{"button":"Als Klartext einfügen","title":"Als Klartext einfügen"},"pastefromword":{"confirmCleanup":"Der Text, den Sie einfügen möchten, scheint aus MS-Word kopiert zu sein. Möchten Sie ihn zuvor bereinigen lassen?","error":"Aufgrund eines internen Fehlers war es nicht möglich die eingefügten Daten zu bereinigen","title":"Aus Word einfügen","toolbar":"Aus Word einfügen"},"maximize":{"maximize":"Maximieren","minimize":"Minimieren"},"magicline":{"title":"Absatz hier einfügen"},"list":{"bulletedlist":"Liste","numberedlist":"Nummerierte Liste einfügen/entfernen"},"link":{"acccessKey":"Zugriffstaste","advanced":"Erweitert","advisoryContentType":"Inhaltstyp","advisoryTitle":"Titel Beschreibung","anchor":{"toolbar":"Anker","menu":"Anker bearbeiten","title":"Ankereigenschaften","name":"Ankername","errorName":"Bitte geben Sie den Namen des Ankers ein","remove":"Anker entfernen"},"anchorId":"Nach Elementkennung","anchorName":"Nach Ankername","charset":"Verknüpfter Ressourcenzeichensatz","cssClasses":"Formatvorlagenklasse","emailAddress":"E-Mail-Adresse","emailBody":"Nachrichtentext","emailSubject":"Betreffzeile","id":"Kennung","info":"Linkinfo","langCode":"Sprachcode","langDir":"Schreibrichtung","langDirLTR":"Links nach Rechts (LTR)","langDirRTL":"Rechts nach Links (RTL)","menu":"Link bearbeiten","name":"Name","noAnchors":"(Keine Anker im Dokument vorhanden)","noEmail":"Bitte geben Sie E-Mail-Adresse an","noUrl":"Bitte geben Sie die Link-URL an","other":"<andere>","popupDependent":"Abhängig (Netscape)","popupFeatures":"Pop-up Fenstereigenschaften","popupFullScreen":"Vollbild (IE)","popupLeft":"Linke Position","popupLocationBar":"Adressleiste","popupMenuBar":"Menüleiste","popupResizable":"Grösse änderbar","popupScrollBars":"Rollbalken","popupStatusBar":"Statusleiste","popupToolbar":"Werkzeugleiste","popupTop":"Obere Position","rel":"Beziehung","selectAnchor":"Anker auswählen","styles":"Style","tabIndex":"Tab-Index","target":"Zielseite","targetFrame":"<Frame>","targetFrameName":"Ziel-Fenster-Name","targetPopup":"<Pop-up Fenster>","targetPopupName":"Pop-up Fenster-Name","title":"Link","toAnchor":"Anker in dieser Seite","toEmail":"E-Mail","toUrl":"URL","toolbar":"Link einfügen/editieren","type":"Link-Typ","unlink":"Link entfernen","upload":"Hochladen"},"indent":{"indent":"Einzug erhöhen","outdent":"Einzug verringern"},"image":{"alt":"Alternativer Text","border":"Rahmen","btnUpload":"Zum Server senden","button2Img":"Möchten Sie die ausgewählte Bildschaltfläche in ein einfaches Bild umwandeln?","hSpace":"Horizontal-Abstand","img2Button":"Möchten Sie das ausgewählte Bild in eine Bildschaltfläche umwandeln?","infoTab":"Bildinfo","linkTab":"Link","lockRatio":"Grössenverhältnis beibehalten","menu":"Bildeigenschaften","resetSize":"Grösse zurücksetzen","title":"Bildeigenschaften","titleButton":"Bildschaltflächeneigenschaften","upload":"Hochladen","urlMissing":"Bildquellen-URL fehlt.","vSpace":"Vertikal-Abstand","validateBorder":"Rahmen muss eine ganze Zahl sein.","validateHSpace":"Horizontal-Abstand muss eine ganze Zahl sein.","validateVSpace":"Vertikal-Abstand muss eine ganze Zahl sein."},"horizontalrule":{"toolbar":"Horizontale Linie einfügen"},"format":{"label":"Format","panelTitle":"Absatzformat","tag_address":"Adresse","tag_div":"Normal (DIV)","tag_h1":"Ãberschrift 1","tag_h2":"Ãberschrift 2","tag_h3":"Ãberschrift 3","tag_h4":"Ãberschrift 4","tag_h5":"Ãberschrift 5","tag_h6":"Ãberschrift 6","tag_p":"Normal","tag_pre":"Formatiert"},"fakeobjects":{"anchor":"Anker","flash":"Flash-Animation","hiddenfield":"Verstecktes Feld","iframe":"IFrame","unknown":"Unbekanntes Objekt"},"elementspath":{"eleLabel":"Elementepfad","eleTitle":"%1 Element"},"contextmenu":{"options":"Kontextmenüoptionen"},"clipboard":{"copy":"Kopieren","copyError":"Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch kopieren. Bitte benutzen Sie die System-Zwischenablage über STRG-C (kopieren).","cut":"Ausschneiden","cutError":"Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch auszuschneiden. Bitte benutzen Sie die System-Zwischenablage über STRG-X (ausschneiden) und STRG-V (einfügen).","paste":"Einfügen","pasteArea":"Einfügebereich","pasteMsg":"Bitte fügen Sie den Text in der folgenden Box über die Tastatur (mit <STRONG>Strg+V</STRONG>) ein und bestätigen Sie mit <STRONG>OK</STRONG>.","securityMsg":"Aufgrund von Sicherheitsbeschränkungen Ihres Browsers kann der Editor nicht direkt auf die Zwischenablage zugreifen. Bitte fügen Sie den Inhalt erneut in diesem Fenster ein.","title":"Einfügen"},"button":{"selectedLabel":"%1 (Ausgewählt)"},"blockquote":{"toolbar":"Zitatblock"},"basicstyles":{"bold":"Fett","italic":"Kursiv","strike":"Durchgestrichen","subscript":"Tiefgestellt","superscript":"Hochgestellt","underline":"Unterstrichen"},"about":{"copy":"Copyright © $1. Alle Rechte vorbehalten.","dlgTitle":"Ãber CKEditor","help":"Prüfen Sie $1 für Hilfe.","moreInfo":"Für Informationen über unsere Lizenzbestimmungen besuchen sie bitte unsere Webseite:","title":"Ãber CKEditor","userGuide":"CKEditor Benutzerhandbuch"},"editor":"WYSIWYG-Editor","editorPanel":"WYSIWYG-Editor-Leiste","common":{"editorHelp":"Drücken Sie ALT 0 für Hilfe","browseServer":"Server durchsuchen","url":"URL","protocol":"Protokoll","upload":"Hochladen","uploadSubmit":"Zum Server senden","image":"Bild","flash":"Flash","form":"Formular","checkbox":"Kontrollbox","radio":"Optionsfeld","textField":"Textfeld","textarea":"Textfeld","hiddenField":"Verstecktes Feld","button":"Schaltfläche","select":"Auswahlfeld","imageButton":"Bildschaltfläche","notSet":"<nicht festgelegt>","id":"Kennung","name":"Name","langDir":"Schreibrichtung","langDirLtr":"Links nach Rechts (LTR)","langDirRtl":"Rechts nach Links (RTL)","langCode":"Sprachcode","longDescr":"Langbeschreibungs-URL","cssClass":"Formatvorlagenklassen","advisoryTitle":"Titel Beschreibung","cssStyle":"Stil","ok":"OK","cancel":"Abbrechen","close":"Schliessen","preview":"Vorschau","resize":"Grösse ändern","generalTab":"Allgemein","advancedTab":"Erweitert","validateNumberFailed":"Dieser Wert ist keine Nummer.","confirmNewPage":"Alle nicht gespeicherten Ãnderungen gehen verlohren. Sind Sie sicher die neue Seite zu laden?","confirmCancel":"Einige Optionen wurden geändert. Wollen Sie den Dialog dennoch schliessen?","options":"Optionen","target":"Zielseite","targetNew":"Neues Fenster (_blank)","targetTop":"Oberstes Fenster (_top)","targetSelf":"Gleiches Fenster (_self)","targetParent":"Oberes Fenster (_parent)","langDirLTR":"Links nach Rechts (LNR)","langDirRTL":"Rechts nach Links (RNL)","styles":"Style","cssClasses":"Stylesheet Klasse","width":"Breite","height":"Höhe","align":"Ausrichtung","alignLeft":"Links","alignRight":"Rechts","alignCenter":"Zentriert","alignJustify":"Blocksatz","alignTop":"Oben","alignMiddle":"Mitte","alignBottom":"Unten","alignNone":"Keine","invalidValue":"Ungültiger Wert.","invalidHeight":"Höhe muss eine Zahl sein.","invalidWidth":"Breite muss eine Zahl sein.","invalidCssLength":"Wert spezifiziert für \"%1\" Feld muss ein positiver numerischer Wert sein mit oder ohne korrekte CSS Messeinheit (px, %, in, cm, mm, em, ex, pt oder pc).","invalidHtmlLength":"Wert spezifiziert für \"%1\" Feld muss ein positiver numerischer Wert sein mit oder ohne korrekte HTML Messeinheit (px oder %).","invalidInlineStyle":"Wert spezifiziert für inline Stilart muss enthalten ein oder mehr Tupels mit dem Format \"Name : Wert\" getrennt mit Semikolons.","cssLengthTooltip":"Gebe eine Zahl ein für ein Wert in pixels oder eine Zahl mit einer korrekten CSS Messeinheit (px, %, in, cm, mm, em, ex, pt oder pc).","unavailable":"%1<span class=\"cke_accessibility\">, nicht verfügbar</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/de.js b/public/assets/ckeditor/lang/de.js new file mode 100644 index 0000000..eb35430 --- /dev/null +++ b/public/assets/ckeditor/lang/de.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['de']={"wsc":{"btnIgnore":"Ignorieren","btnIgnoreAll":"Alle Ignorieren","btnReplace":"Ersetzen","btnReplaceAll":"Alle Ersetzen","btnUndo":"Rückgängig","changeTo":"Ãndern in","errorLoading":"Fehler beim laden des Dienstanbieters: %s.","ieSpellDownload":"Rechtschreibprüfung nicht installiert. Möchten Sie sie jetzt herunterladen?","manyChanges":"Rechtschreibprüfung abgeschlossen - %1 Wörter geändert","noChanges":"Rechtschreibprüfung abgeschlossen - keine Worte geändert","noMispell":"Rechtschreibprüfung abgeschlossen - keine Fehler gefunden","noSuggestions":" - keine Vorschläge - ","notAvailable":"Entschuldigung, aber dieser Dienst steht im Moment nicht zur Verfügung.","notInDic":"Nicht im Wörterbuch","oneChange":"Rechtschreibprüfung abgeschlossen - ein Wort geändert","progress":"Rechtschreibprüfung läuft...","title":"Rechtschreibprüfung","toolbar":"Rechtschreibprüfung"},"undo":{"redo":"Wiederherstellen","undo":"Rückgängig"},"toolbar":{"toolbarCollapse":"Werkzeugleiste einklappen","toolbarExpand":"Werkzeugleiste ausklappen","toolbarGroups":{"document":"Dokument","clipboard":"Zwischenablage/Rückgängig","editing":"Editieren","forms":"Formulare","basicstyles":"Grundstile","paragraph":"Absatz","links":"Links","insert":"Einfügen","styles":"Stile","colors":"Farben","tools":"Werkzeuge"},"toolbars":"Editor Werkzeugleisten"},"table":{"border":"RahmengröÃe","caption":"Ãberschrift","cell":{"menu":"Zelle","insertBefore":"Zelle davor einfügen","insertAfter":"Zelle danach einfügen","deleteCell":"Zelle löschen","merge":"Zellen verbinden","mergeRight":"Nach rechts verbinden","mergeDown":"Nach unten verbinden","splitHorizontal":"Zelle horizontal teilen","splitVertical":"Zelle vertikal teilen","title":"Zelleneigenschaften","cellType":"Zellart","rowSpan":"Anzahl Zeilen verbinden","colSpan":"Anzahl Spalten verbinden","wordWrap":"Zeilenumbruch","hAlign":"Horizontale Ausrichtung","vAlign":"Vertikale Ausrichtung","alignBaseline":"Grundlinie","bgColor":"Hintergrundfarbe","borderColor":"Rahmenfarbe","data":"Daten","header":"Ãberschrift","yes":"Ja","no":"Nein","invalidWidth":"Zellenbreite muss eine Zahl sein.","invalidHeight":"Zellenhöhe muss eine Zahl sein.","invalidRowSpan":"\"Anzahl Zeilen verbinden\" muss eine Ganzzahl sein.","invalidColSpan":"\"Anzahl Spalten verbinden\" muss eine Ganzzahl sein.","chooseColor":"Wählen"},"cellPad":"Zellenabstand innen","cellSpace":"Zellenabstand auÃen","column":{"menu":"Spalte","insertBefore":"Spalte links davor einfügen","insertAfter":"Spalte rechts danach einfügen","deleteColumn":"Spalte löschen"},"columns":"Spalte","deleteTable":"Tabelle löschen","headers":"Kopfzeile","headersBoth":"Beide","headersColumn":"Erste Spalte","headersNone":"Keine","headersRow":"Erste Zeile","invalidBorder":"Die Rahmenbreite muà eine Zahl sein.","invalidCellPadding":"Der Zellenabstand innen muà eine positive Zahl sein.","invalidCellSpacing":"Der Zellenabstand auÃen muà eine positive Zahl sein.","invalidCols":"Die Anzahl der Spalten muà gröÃer als 0 sein..","invalidHeight":"Die Tabellenbreite muà eine Zahl sein.","invalidRows":"Die Anzahl der Zeilen muà gröÃer als 0 sein.","invalidWidth":"Die Tabellenbreite muss eine Zahl sein.","menu":"Tabellen-Eigenschaften","row":{"menu":"Zeile","insertBefore":"Zeile oberhalb einfügen","insertAfter":"Zeile unterhalb einfügen","deleteRow":"Zeile entfernen"},"rows":"Zeile","summary":"Inhaltsübersicht","title":"Tabellen-Eigenschaften","toolbar":"Tabelle","widthPc":"%","widthPx":"Pixel","widthUnit":"Breite Einheit"},"stylescombo":{"label":"Stil","panelTitle":"Formatierungsstile","panelTitle1":"Blockstile","panelTitle2":"Inline Stilart","panelTitle3":"Objektstile"},"specialchar":{"options":"Sonderzeichenoptionen","title":"Sonderzeichen auswählen","toolbar":"Sonderzeichen einfügen"},"sourcearea":{"toolbar":"Quellcode"},"scayt":{"btn_about":"Ãber SCAYT","btn_dictionaries":"Wörterbücher","btn_disable":"SCAYT ausschalten","btn_enable":"SCAYT einschalten","btn_langs":"Sprachen","btn_options":"Optionen","text_title":"Rechtschreibprüfung während der Texteingabe (SCAYT)"},"removeformat":{"toolbar":"Formatierung entfernen"},"pastetext":{"button":"Als Klartext einfügen","title":"Als Klartext einfügen"},"pastefromword":{"confirmCleanup":"Der Text, den Sie einfügen möchten, scheint aus MS-Word kopiert zu sein. Möchten Sie ihn zuvor bereinigen lassen?","error":"Aufgrund eines internen Fehlers war es nicht möglich die eingefügten Daten zu bereinigen","title":"Aus Word einfügen","toolbar":"Aus Word einfügen"},"maximize":{"maximize":"Maximieren","minimize":"Minimieren"},"magicline":{"title":"Absatz hier einfügen"},"list":{"bulletedlist":"Liste","numberedlist":"Nummerierte Liste einfügen/entfernen"},"link":{"acccessKey":"Zugriffstaste","advanced":"Erweitert","advisoryContentType":"Inhaltstyp","advisoryTitle":"Titel Beschreibung","anchor":{"toolbar":"Anker","menu":"Anker bearbeiten","title":"Ankereigenschaften","name":"Ankername","errorName":"Bitte geben Sie den Namen des Ankers ein","remove":"Anker entfernen"},"anchorId":"Nach Elementkennung","anchorName":"Nach Ankername","charset":"Verknüpfter Ressourcenzeichensatz","cssClasses":"Formatvorlagenklasse","emailAddress":"E-Mail-Adresse","emailBody":"Nachrichtentext","emailSubject":"Betreffzeile","id":"Kennung","info":"Linkinfo","langCode":"Sprachcode","langDir":"Schreibrichtung","langDirLTR":"Links nach Rechts (LTR)","langDirRTL":"Rechts nach Links (RTL)","menu":"Link bearbeiten","name":"Name","noAnchors":"(Keine Anker im Dokument vorhanden)","noEmail":"Bitte geben Sie E-Mail-Adresse an","noUrl":"Bitte geben Sie die Link-URL an","other":"<andere>","popupDependent":"Abhängig (Netscape)","popupFeatures":"Pop-up Fenstereigenschaften","popupFullScreen":"Vollbild (IE)","popupLeft":"Linke Position","popupLocationBar":"Adressleiste","popupMenuBar":"Menüleiste","popupResizable":"GröÃe änderbar","popupScrollBars":"Rollbalken","popupStatusBar":"Statusleiste","popupToolbar":"Werkzeugleiste","popupTop":"Obere Position","rel":"Beziehung","selectAnchor":"Anker auswählen","styles":"Style","tabIndex":"Tab-Index","target":"Zielseite","targetFrame":"<Frame>","targetFrameName":"Ziel-Fenster-Name","targetPopup":"<Pop-up Fenster>","targetPopupName":"Pop-up Fenster-Name","title":"Link","toAnchor":"Anker in dieser Seite","toEmail":"E-Mail","toUrl":"URL","toolbar":"Link einfügen/editieren","type":"Link-Typ","unlink":"Link entfernen","upload":"Hochladen"},"indent":{"indent":"Einzug erhöhen","outdent":"Einzug verringern"},"image":{"alt":"Alternativer Text","border":"Rahmen","btnUpload":"Zum Server senden","button2Img":"Möchten Sie die ausgewählte Bildschaltfläche in ein einfaches Bild umwandeln?","hSpace":"Horizontal-Abstand","img2Button":"Möchten Sie das ausgewählte Bild in eine Bildschaltfläche umwandeln?","infoTab":"Bildinfo","linkTab":"Link","lockRatio":"GröÃenverhältnis beibehalten","menu":"Bildeigenschaften","resetSize":"GröÃe zurücksetzen","title":"Bildeigenschaften","titleButton":"Bildschaltflächeneigenschaften","upload":"Hochladen","urlMissing":"Bildquellen-URL fehlt.","vSpace":"Vertikal-Abstand","validateBorder":"Rahmen muss eine ganze Zahl sein.","validateHSpace":"Horizontal-Abstand muss eine ganze Zahl sein.","validateVSpace":"Vertikal-Abstand muss eine ganze Zahl sein."},"horizontalrule":{"toolbar":"Horizontale Linie einfügen"},"format":{"label":"Format","panelTitle":"Absatzformat","tag_address":"Adresse","tag_div":"Normal (DIV)","tag_h1":"Ãberschrift 1","tag_h2":"Ãberschrift 2","tag_h3":"Ãberschrift 3","tag_h4":"Ãberschrift 4","tag_h5":"Ãberschrift 5","tag_h6":"Ãberschrift 6","tag_p":"Normal","tag_pre":"Formatiert"},"fakeobjects":{"anchor":"Anker","flash":"Flash-Animation","hiddenfield":"Verstecktes Feld","iframe":"IFrame","unknown":"Unbekanntes Objekt"},"elementspath":{"eleLabel":"Elementepfad","eleTitle":"%1 Element"},"contextmenu":{"options":"Kontextmenüoptionen"},"clipboard":{"copy":"Kopieren","copyError":"Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch kopieren. Bitte benutzen Sie die System-Zwischenablage über STRG-C (kopieren).","cut":"Ausschneiden","cutError":"Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch auszuschneiden. Bitte benutzen Sie die System-Zwischenablage über STRG-X (ausschneiden) und STRG-V (einfügen).","paste":"Einfügen","pasteArea":"Einfügebereich","pasteMsg":"Bitte fügen Sie den Text in der folgenden Box über die Tastatur (mit <STRONG>Strg+V</STRONG>) ein und bestätigen Sie mit <STRONG>OK</STRONG>.","securityMsg":"Aufgrund von Sicherheitsbeschränkungen Ihres Browsers kann der Editor nicht direkt auf die Zwischenablage zugreifen. Bitte fügen Sie den Inhalt erneut in diesem Fenster ein.","title":"Einfügen"},"button":{"selectedLabel":"%1 (Ausgewählt)"},"blockquote":{"toolbar":"Zitatblock"},"basicstyles":{"bold":"Fett","italic":"Kursiv","strike":"Durchgestrichen","subscript":"Tiefgestellt","superscript":"Hochgestellt","underline":"Unterstrichen"},"about":{"copy":"Copyright © $1. Alle Rechte vorbehalten.","dlgTitle":"Ãber CKEditor","help":"Prüfen Sie $1 für Hilfe.","moreInfo":"Für Informationen über unsere Lizenzbestimmungen besuchen sie bitte unsere Webseite:","title":"Ãber CKEditor","userGuide":"CKEditor Benutzerhandbuch"},"editor":"WYSIWYG-Editor","editorPanel":"WYSIWYG-Editor-Leiste","common":{"editorHelp":"Drücken Sie ALT 0 für Hilfe","browseServer":"Server durchsuchen","url":"URL","protocol":"Protokoll","upload":"Hochladen","uploadSubmit":"Zum Server senden","image":"Bild","flash":"Flash","form":"Formular","checkbox":"Kontrollbox","radio":"Optionsfeld","textField":"Textfeld","textarea":"Textfeld","hiddenField":"Verstecktes Feld","button":"Schaltfläche","select":"Auswahlfeld","imageButton":"Bildschaltfläche","notSet":"<nicht festgelegt>","id":"Kennung","name":"Name","langDir":"Schreibrichtung","langDirLtr":"Links nach Rechts (LTR)","langDirRtl":"Rechts nach Links (RTL)","langCode":"Sprachcode","longDescr":"Langbeschreibungs-URL","cssClass":"Formatvorlagenklassen","advisoryTitle":"Titel Beschreibung","cssStyle":"Stil","ok":"OK","cancel":"Abbrechen","close":"SchlieÃen","preview":"Vorschau","resize":"GröÃe ändern","generalTab":"Allgemein","advancedTab":"Erweitert","validateNumberFailed":"Dieser Wert ist keine Nummer.","confirmNewPage":"Alle nicht gespeicherten Ãnderungen gehen verlohren. Sind Sie sicher die neue Seite zu laden?","confirmCancel":"Einige Optionen wurden geändert. Wollen Sie den Dialog dennoch schlieÃen?","options":"Optionen","target":"Zielseite","targetNew":"Neues Fenster (_blank)","targetTop":"Oberstes Fenster (_top)","targetSelf":"Gleiches Fenster (_self)","targetParent":"Oberes Fenster (_parent)","langDirLTR":"Links nach Rechts (LNR)","langDirRTL":"Rechts nach Links (RNL)","styles":"Style","cssClasses":"Stylesheet Klasse","width":"Breite","height":"Höhe","align":"Ausrichtung","alignLeft":"Links","alignRight":"Rechts","alignCenter":"Zentriert","alignJustify":"Blocksatz","alignTop":"Oben","alignMiddle":"Mitte","alignBottom":"Unten","alignNone":"Keine","invalidValue":"Ungültiger Wert.","invalidHeight":"Höhe muss eine Zahl sein.","invalidWidth":"Breite muss eine Zahl sein.","invalidCssLength":"Wert spezifiziert für \"%1\" Feld muss ein positiver numerischer Wert sein mit oder ohne korrekte CSS Messeinheit (px, %, in, cm, mm, em, ex, pt oder pc).","invalidHtmlLength":"Wert spezifiziert für \"%1\" Feld muss ein positiver numerischer Wert sein mit oder ohne korrekte HTML Messeinheit (px oder %).","invalidInlineStyle":"Wert spezifiziert für inline Stilart muss enthalten ein oder mehr Tupels mit dem Format \"Name : Wert\" getrennt mit Semikolons.","cssLengthTooltip":"Gebe eine Zahl ein für ein Wert in pixels oder eine Zahl mit einer korrekten CSS Messeinheit (px, %, in, cm, mm, em, ex, pt oder pc).","unavailable":"%1<span class=\"cke_accessibility\">, nicht verfügbar</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/el.js b/public/assets/ckeditor/lang/el.js new file mode 100644 index 0000000..c07f324 --- /dev/null +++ b/public/assets/ckeditor/lang/el.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['el']={"wsc":{"btnIgnore":"ÎγνÏηÏη","btnIgnoreAll":"ÎγνÏηÏη ÏλÏν","btnReplace":"ÎνÏικαÏάÏÏαÏη","btnReplaceAll":"ÎνÏικαÏάÏÏαÏη ÏλÏν","btnUndo":"ÎναίÏεÏη","changeTo":"Îλλαγή Ïε","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Îεν Ï ÏάÏÏει εγκαÏεÏÏημÎÎ½Î¿Ï Î¿ÏθογÏάÏοÏ. ÎÎλεÏε να Ïον καÏεβάÏεÏε ÏÏÏα;","manyChanges":"ΠοÏθογÏαÏικÏÏ ÎλεγÏÎ¿Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθηκε: Îλλαξαν %1 λÎξειÏ","noChanges":"ΠοÏθογÏαÏικÏÏ ÎλεγÏÎ¿Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθηκε: Îεν άλλαξαν λÎξειÏ","noMispell":"ΠοÏθογÏαÏικÏÏ ÎλεγÏÎ¿Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθηκε: Îεν βÏÎθηκαν λάθη","noSuggestions":"- Îεν Ï ÏάÏÏÎ¿Ï Î½ ÏÏοÏάÏÎµÎ¹Ï -","notAvailable":"Î Ï ÏηÏεÏία δεν είναι διαθÎÏιμη Î±Ï Ïήν Ïην ÏÏιγμή.","notInDic":"Îεν Ï ÏάÏÏει ÏÏο λεξικÏ","oneChange":"ΠοÏθογÏαÏικÏÏ ÎλεγÏÎ¿Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθηκε: Îλλαξε μια λÎξη","progress":"ÎίνεÏαι οÏθογÏαÏικÏÏ ÎλεγÏοÏ...","title":"ÎÏθογÏαÏικÏÏ ÎλεγÏοÏ","toolbar":"ÎÏθογÏαÏικÏÏ ÎλεγÏοÏ"},"undo":{"redo":"ÎÏανάληÏη","undo":"ÎναίÏεÏη"},"toolbar":{"toolbarCollapse":"ΣÏμÏÏÏ Î¾Î· ÎÏγαλειοθήκηÏ","toolbarExpand":"ÎνάÏÏÏ Î¾Î· ÎÏγαλειοθήκηÏ","toolbarGroups":{"document":"ÎγγÏαÏο","clipboard":"Î ÏÏÏειÏο/ÎναίÏεÏη","editing":"ÎÏεξεÏγαÏία","forms":"ΦÏÏμεÏ","basicstyles":"ÎαÏικά ΣÏÏ Î»","paragraph":"ΠαÏάγÏαÏοÏ","links":"ΣÏνδεÏμοι","insert":"ÎιÏαγÏγή","styles":"ΣÏÏ Î»","colors":"ΧÏÏμαÏα","tools":"ÎÏγαλεία"},"toolbars":"ÎÏÎ³Î±Î»ÎµÎ¹Î¿Î¸Î®ÎºÎµÏ ÎµÏεξεÏγαÏÏή"},"table":{"border":"ΠάÏÎ¿Ï Î ÎµÏιγÏάμμαÏοÏ","caption":"ÎεζάνÏα","cell":{"menu":"Îελί","insertBefore":"ÎιÏαγÏγή ÎÎµÎ»Î¹Î¿Ï Î Ïιν","insertAfter":"ÎιÏαγÏγή ÎÎµÎ»Î¹Î¿Ï ÎεÏά","deleteCell":"ÎιαγÏαÏή ÎελιÏν","merge":"ÎνοÏοίηÏη ÎελιÏν","mergeRight":"Î£Ï Î³ÏÏÎ½ÎµÏ Ïη Îε Îεξιά","mergeDown":"Î£Ï Î³ÏÏÎ½ÎµÏ Ïη Îε ÎάÏÏ","splitHorizontal":"ÎÏιζÏνÏια ÎιαίÏεÏη ÎελιοÏ","splitVertical":"ÎαÏακÏÏÏ Ïη ÎιαίÏεÏη ÎελιοÏ","title":"ÎδιÏÏηÏÎµÏ ÎελιοÏ","cellType":"ΤÏÏÎ¿Ï ÎελιοÏ","rowSpan":"ÎÏÏÎ¿Ï ÎÏαμμÏν","colSpan":"ÎÏÏÎ¿Ï Î£ÏηλÏν","wordWrap":"ÎναδίÏλÏÏη ÎÎξεÏν","hAlign":"ÎÏιζÏνÏια ΣÏοίÏιÏη","vAlign":"ÎάθεÏη ΣÏοίÏιÏη","alignBaseline":"ÎÏαμμή ÎάÏηÏ","bgColor":"ΧÏÏμα ΦÏνÏÎ¿Ï ","borderColor":"ΧÏÏμα ΠεÏιγÏάμμαÏοÏ","data":"ÎεδομÎνα","header":"ÎεÏαλίδα","yes":"Îαι","no":"ÎÏι","invalidWidth":"Το ÏλάÏÎ¿Ï ÏÎ¿Ï ÎºÎµÎ»Î¹Î¿Ï ÏÏÎÏει να είναι αÏιθμÏÏ.","invalidHeight":"Το ÏÏÎ¿Ï ÏÎ¿Ï ÎºÎµÎ»Î¹Î¿Ï ÏÏÎÏει να είναι αÏιθμÏÏ.","invalidRowSpan":"Το εÏÏÎ¿Ï ÏÏν γÏαμμÏν ÏÏÎÏει να είναι ακÎÏÎ±Î¹Î¿Ï Î±ÏιθμÏÏ.","invalidColSpan":"Το εÏÏÎ¿Ï ÏÏν ÏÏηλÏν ÏÏÎÏει να είναι ακÎÏÎ±Î¹Î¿Ï Î±ÏιθμÏÏ.","chooseColor":"ÎÏιλÎξÏε"},"cellPad":"ÎναÏλήÏÏÏη κελιÏν","cellSpace":"ÎÏÏÏÏαÏη κελιÏν","column":{"menu":"ΣÏήλη","insertBefore":"ÎιÏαγÏγή ΣÏÎ®Î»Î·Ï Î Ïιν","insertAfter":"ÎιÏαγÏγή ΣÏÎ®Î»Î·Ï ÎεÏά","deleteColumn":"ÎιαγÏαÏή ΣÏηλÏν"},"columns":"ΣÏήλεÏ","deleteTable":"ÎιαγÏαÏή Πίνακα","headers":"ÎεÏαλίδεÏ","headersBoth":"Îαι Ïα δÏο","headersColumn":"Î ÏÏÏη ÏÏήλη","headersNone":"ÎανÎνα","headersRow":"Î ÏÏÏη ÎÏαμμή","invalidBorder":"Το ÏάÏÎ¿Ï ÏÎ¿Ï ÏεÏιγÏάμμαÏÎ¿Ï ÏÏÎÏει να είναι ÎÎ½Î±Ï Î±ÏιθμÏÏ.","invalidCellPadding":"ΠαναÏλήÏÏÏη ÏÏν κελιÏν ÏÏÎÏει να είναι θεÏικÏÏ Î±ÏιθμÏÏ.","invalidCellSpacing":"ΠαÏÏÏÏαÏη μεÏÎ±Î¾Ï ÏÏν κελιÏν ÏÏÎÏει να είναι ÎÎ½Î±Ï Î¸ÎµÏικÏÏ Î±ÏιθμÏÏ.","invalidCols":"ΠαÏιθμÏÏ ÏÏν ÏÏηλÏν ÏÏÎÏει να είναι μεγαλÏÏεÏÎ¿Ï Î±ÏÏ 0.","invalidHeight":"Το ÏÏÎ¿Ï ÏÎ¿Ï Ïίνακα ÏÏÎÏει να είναι αÏιθμÏÏ.","invalidRows":"ΠαÏιθμÏÏ ÏÏν ÏειÏÏν ÏÏÎÏει να είναι μεγαλÏÏεÏÎ¿Ï Î±ÏÏ 0.","invalidWidth":"Το ÏλάÏÎ¿Ï ÏÎ¿Ï Ïίνακα ÏÏÎÏει να είναι ÎÎ½Î±Ï Î±ÏιθμÏÏ.","menu":"ÎδιÏÏηÏÎµÏ Î Î¯Î½Î±ÎºÎ±","row":{"menu":"ÎÏαμμή","insertBefore":"ÎιÏαγÏγή ÎÏÎ±Î¼Î¼Î®Ï Î Ïιν","insertAfter":"ÎιÏαγÏγή ÎÏÎ±Î¼Î¼Î®Ï ÎεÏά","deleteRow":"ÎιαγÏαÏή ÎÏαμμÏν"},"rows":"ÎÏαμμÎÏ","summary":"ΠεÏίληÏη","title":"ÎδιÏÏηÏÎµÏ Î Î¯Î½Î±ÎºÎ±","toolbar":"ΠίνακαÏ","widthPc":"ÏÎ¿Î¹Ï ÎµÎºÎ±ÏÏ","widthPx":"pixel","widthUnit":"μονάδα ÏλάÏÎ¿Ï Ï"},"stylescombo":{"label":"ÎοÏÏÎÏ","panelTitle":"ΣÏÏ Î» ÎοÏÏοÏοίηÏηÏ","panelTitle1":"ΣÏÏ Î» ΤμημάÏÏν","panelTitle2":"ΣÏÏ Î» Îν ΣειÏά","panelTitle3":"ΣÏÏ Î» ÎνÏικειμÎνÏν"},"specialchar":{"options":"ÎÏιλογÎÏ ÎιδικÏν ΧαÏακÏήÏÏν","title":"ÎÏιλÎξÏε Îναν ÎÎ¹Î´Î¹ÎºÏ Î§Î±ÏακÏήÏα","toolbar":"ÎιÏαγÏγή ÎÎ¹Î´Î¹ÎºÎ¿Ï Î§Î±ÏακÏήÏα"},"sourcearea":{"toolbar":"ÎÏδικαÏ"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Îεξικά","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"ÎλÏÏÏεÏ","btn_options":"ÎÏιλογÎÏ","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"ÎκκαθάÏιÏη ÎοÏÏοÏοίηÏηÏ"},"pastetext":{"button":"ÎÏικÏλληÏη ÏÏ Î±ÏÎ»Ï ÎºÎµÎ¯Î¼ÎµÎ½Î¿","title":"ÎÏικÏλληÏη ÏÏ Î±ÏÎ»Ï ÎºÎµÎ¯Î¼ÎµÎ½Î¿"},"pastefromword":{"confirmCleanup":"Το κείμενο ÏÎ¿Ï ÎµÏικολλάÏαι ÏαίνεÏαι να είναι ανÏιγÏαμμÎνο αÏÏ Ïο Word. ÎήÏÏÏ Î¸Î± θÎλαÏε να καθαÏιÏÏεί ÏÏοÏÎ¿Ï ÎµÏικολληθεί;","error":"Îεν ήÏαν Î´Ï Î½Î±ÏÏ Î½Î± καθαÏιÏÏοÏν Ïα δεδομÎνα λÏÎ³Ï ÎµÎ½ÏÏ ÎµÏÏÏεÏÎ¹ÎºÎ¿Ï ÏÏάλμαÏοÏ","title":"ÎÏικÏλληÏη αÏÏ Ïο Word","toolbar":"ÎÏικÏλληÏη αÏÏ Ïο Word"},"maximize":{"maximize":"ÎεγιÏÏοÏοίηÏη","minimize":"ÎλαÏιÏÏοÏοίηÏη"},"magicline":{"title":"ÎιÏάγεÏε ÏαÏάγÏαÏο εδÏ"},"list":{"bulletedlist":"ÎιÏαγÏγή/ÎÏομάκÏÏ Î½Ïη ÎίÏÏÎ±Ï ÎÎ¿Ï ÎºÎºÎ¯Î´Ïν","numberedlist":"ÎιÏαγÏγή/ÎÏομάκÏÏ Î½Ïη ÎÏιθμημÎÎ½Î·Ï ÎίÏÏαÏ"},"link":{"acccessKey":"Î£Ï Î½ÏÏÎ¼ÎµÏ Ïη","advanced":"Îια Î ÏοÏÏÏημÎÎ½Î¿Ï Ï","advisoryContentType":"ÎνδεικÏικÏÏ Î¤ÏÏÎ¿Ï Î ÎµÏιεÏομÎÎ½Î¿Ï ","advisoryTitle":"ÎνδεικÏικÏÏ Î¤Î¯ÏλοÏ","anchor":{"toolbar":"ÎιÏαγÏγή/εÏεξεÏγαÏία ÎÎ³ÎºÏ ÏαÏ","menu":"ÎδιÏÏηÏÎµÏ Î¬Î³ÎºÏ ÏαÏ","title":"ÎδιÏÏηÏÎµÏ Î¬Î³ÎºÏ ÏαÏ","name":"Îνομα Î¬Î³ÎºÏ ÏαÏ","errorName":"ΠαÏακαλοÏμε ειÏάγεÏε Ïνομα Î¬Î³ÎºÏ ÏαÏ","remove":"ÎÏαίÏεÏη ÎÎ³ÎºÏ ÏαÏ"},"anchorId":"ÎάÏει ÏÎ¿Ï Element Id","anchorName":"ÎάÏει ÏÎ¿Ï ÎνÏμαÏÎ¿Ï ÎÎ³ÎºÏ ÏαÏ","charset":"ÎÏδικοÏοίηÏη ΧαÏακÏήÏÏν Î ÏοÏαÏÏημÎÎ½Î·Ï Î Î·Î³Î®Ï","cssClasses":"ÎλάÏÎµÎ¹Ï Î¦ÏλλÏν ΣÏÏ Î»","emailAddress":"ÎιεÏÎ¸Ï Î½Ïη E-mail","emailBody":"Îείμενο ÎηνÏμαÏοÏ","emailSubject":"ÎÎμα ÎηνÏμαÏοÏ","id":"Id","info":"ΠληÏοÏοÏÎ¯ÎµÏ Î£Ï Î½Î´ÎÏÎ¼Î¿Ï ","langCode":"ÎαÏεÏÎ¸Ï Î½Ïη ÎειμÎÎ½Î¿Ï ","langDir":"ÎαÏεÏÎ¸Ï Î½Ïη ÎειμÎÎ½Î¿Ï ","langDirLTR":"ÎÏιÏÏεÏά ÏÏÎ¿Ï Îεξιά (LTR)","langDirRTL":"Îεξιά ÏÏÎ¿Ï ÎÏιÏÏεÏά (RTL)","menu":"ÎÏεξεÏγαÏία Î£Ï Î½Î´ÎÏÎ¼Î¿Ï ","name":"Îνομα","noAnchors":"(Îεν Ï ÏάÏÏÎ¿Ï Î½ Î¬Î³ÎºÏ ÏÎµÏ ÏÏο κείμενο)","noEmail":"ÎιÏάγεÏε Ïη διεÏÎ¸Ï Î½Ïη ηλεκÏÏÎ¿Î½Î¹ÎºÎ¿Ï ÏαÏÏ Î´ÏÎ¿Î¼ÎµÎ¯Î¿Ï ","noUrl":"ÎιÏάγεÏε Ïην ÏοÏοθεÏία (URL) ÏÎ¿Ï ÏÏ Î½Î´ÎÏÎ¼Î¿Ï ","other":"<άλλο>","popupDependent":"ÎξαÏÏημÎνο (Netscape)","popupFeatures":"ÎÏιλογÎÏ ÎÎ½Î±Î´Ï ÏÎ¼ÎµÎ½Î¿Ï Î Î±ÏαθÏÏÎ¿Ï ","popupFullScreen":"ΠλήÏÎ·Ï ÎθÏνη (IE)","popupLeft":"ÎÎÏη ÎÏιÏÏεÏά","popupLocationBar":"ÎÏαμμή ΤοÏοθεÏίαÏ","popupMenuBar":"ÎÏαμμή ÎÏιλογÏν","popupResizable":"Î ÏοÏαÏμοζÏμενο ÎÎγεθοÏ","popupScrollBars":"ÎÏάÏÎµÏ ÎÏλιÏηÏ","popupStatusBar":"ÎÏαμμή ÎαÏάÏÏαÏηÏ","popupToolbar":"ÎÏγαλειοθήκη","popupTop":"ÎÎÏη ΠάνÏ","rel":"ΣÏÎÏη","selectAnchor":"ÎÏιλÎξÏε μια ÎÎ³ÎºÏ Ïα","styles":"ÎοÏÏή","tabIndex":"ΣειÏά ÎεÏαÏήδηÏηÏ","target":"ΠαÏÎ¬Î¸Ï Ïο Î ÏοοÏιÏμοÏ","targetFrame":"<ÏλαίÏιο>","targetFrameName":"Îνομα ΠλαιÏÎ¯Î¿Ï Î ÏοοÏιÏμοÏ","targetPopup":"<Î±Î½Î±Î´Ï Ïμενο ÏαÏÎ¬Î¸Ï Ïο>","targetPopupName":"Îνομα ÎÎ½Î±Î´Ï ÏÎ¼ÎµÎ½Î¿Ï Î Î±ÏαθÏÏÎ¿Ï ","title":"ΣÏνδεÏμοÏ","toAnchor":"ÎÎ³ÎºÏ Ïα Ïε Î±Ï Ïήν Ïη Ïελίδα","toEmail":"E-Mail","toUrl":"URL","toolbar":"ΣÏνδεÏμοÏ","type":"ΤÏÏÎ¿Ï Î£Ï Î½Î´ÎÏÎ¼Î¿Ï ","unlink":"ÎÏαίÏεÏη Î£Ï Î½Î´ÎÏÎ¼Î¿Ï ","upload":"ÎÏοÏÏολή"},"indent":{"indent":"ÎÏξηÏη ÎÏοÏήÏ","outdent":"ÎείÏÏη ÎÏοÏήÏ"},"image":{"alt":"ÎναλλακÏÎ¹ÎºÏ Îείμενο","border":"ΠεÏίγÏαμμα","btnUpload":"ÎÏοÏÏολή ÏÏον ÎιακομιÏÏή","button2Img":"ÎÎλεÏε να μεÏαÏÏÎÏεÏε Ïο εÏιλεγμÎνο ÎºÎ¿Ï Î¼Ïί εικÏÎ½Î±Ï Ïε αÏλή εικÏνα;","hSpace":"HSpace","img2Button":"ÎÎλεÏε να μεÏαμοÏÏÏÏεÏε Ïην εÏιλεγμÎνη εικÏνα ÏÎ¿Ï ÎµÎ¯Î½Î±Î¹ ÏÎ¬Î½Ï Ïε Îνα ÎºÎ¿Ï Î¼Ïί;","infoTab":"ΠληÏοÏοÏÎ¯ÎµÏ ÎικÏναÏ","linkTab":"ΣÏνδεÏμοÏ","lockRatio":"ÎλείδÏμα ÎναλογίαÏ","menu":"ÎδιÏÏηÏÎµÏ ÎικÏναÏ","resetSize":"ÎÏαναÏοÏά ÎÏÏÎ¹ÎºÎ¿Ï ÎεγÎÎ¸Î¿Ï Ï","title":"ÎδιÏÏηÏÎµÏ ÎικÏναÏ","titleButton":"ÎδιÏÏηÏÎµÏ ÎÎ¿Ï Î¼ÏÎ¹Î¿Ï ÎικÏναÏ","upload":"ÎÏοÏÏολή","urlMissing":"Το URL ÏÎ·Î³Î®Ï Î³Î¹Î± Ïην εικÏνα λείÏει.","vSpace":"VSpace","validateBorder":"Το ÏεÏίγÏαμμα ÏÏÎÏει να είναι ÎÎ½Î±Ï Î±ÎºÎÏÎ±Î¹Î¿Ï Î±ÏιθμÏÏ.","validateHSpace":"Το HSpace ÏÏÎÏει να είναι ÎÎ½Î±Ï Î±ÎºÎÏÎ±Î¹Î¿Ï Î±ÏιθμÏÏ.","validateVSpace":"Το VSpace ÏÏÎÏει να είναι ÎÎ½Î±Ï Î±ÎºÎÏÎ±Î¹Î¿Ï Î±ÏιθμÏÏ."},"horizontalrule":{"toolbar":"ÎιÏαγÏγή ÎÏιζÏνÏÎ¹Î±Ï ÎÏαμμήÏ"},"format":{"label":"ÎοÏÏοÏοίηÏη","panelTitle":"ÎοÏÏοÏοίηÏη ΠαÏαγÏάÏÎ¿Ï ","tag_address":"ÎιεÏÎ¸Ï Î½Ïη","tag_div":"Îανονική (DIV)","tag_h1":"ÎεÏαλίδα 1","tag_h2":"ÎεÏαλίδα 2","tag_h3":"ÎεÏαλίδα 3","tag_h4":"ÎεÏαλίδα 4","tag_h5":"ÎεÏαλίδα 5","tag_h6":"ÎεÏαλίδα 6","tag_p":"Îανονική","tag_pre":"Î Ïο-μοÏÏοÏοιημÎνη"},"fakeobjects":{"anchor":"ÎÎ³ÎºÏ Ïα","flash":"Ταινία Flash","hiddenfield":"ÎÏÏ ÏÏ Î ÎµÎ´Î¯Î¿","iframe":"IFrame","unknown":"ÎγνÏÏÏο ÎνÏικείμενο"},"elementspath":{"eleLabel":"ÎιαδÏομή ΣÏοιÏείÏν","eleTitle":"ΣÏοιÏείο %1"},"contextmenu":{"options":"ÎÏιλογÎÏ ÎÎ½Î±Î´Ï ÏÎ¼ÎµÎ½Î¿Ï ÎενοÏ"},"clipboard":{"copy":"ÎνÏιγÏαÏή","copyError":"Îι ÏÏ Î¸Î¼Î¯ÏÎµÎ¹Ï Î±ÏÏÎ±Î»ÎµÎ¯Î±Ï ÏÎ¿Ï ÏεÏιηγηÏή ÏÎ±Ï Î´ÎµÎ½ εÏιÏÏÎÏÎ¿Ï Î½ Ïην εÏιλεγμÎνη εÏγαÏία ανÏιγÏαÏήÏ. ΠαÏÎ±ÎºÎ±Î»Ï ÏÏηÏιμοÏοιείÏÏε Ïο ÏληκÏÏολÏγιο (Ctrl/Cmd+C).","cut":"ÎÏοκοÏή","cutError":"Îι ÏÏ Î¸Î¼Î¯ÏÎµÎ¹Ï Î±ÏÏÎ±Î»ÎµÎ¯Î±Ï ÏÎ¿Ï ÏεÏιηγηÏή ÏÎ±Ï Î´ÎµÎ½ εÏιÏÏÎÏÎ¿Ï Î½ Ïην εÏιλεγμÎνη εÏγαÏία αÏοκοÏήÏ. ΠαÏÎ±ÎºÎ±Î»Ï ÏÏηÏιμοÏοιείÏÏε Ïο ÏληκÏÏολÏγιο (Ctrl/Cmd+X).","paste":"ÎÏικÏλληÏη","pasteArea":"ΠεÏιοÏή ÎÏικÏλληÏηÏ","pasteMsg":"ΠαÏÎ±ÎºÎ±Î»Ï ÎµÏικολλήÏÏε ÏÏο ακÏÎ»Î¿Ï Î¸Î¿ ÎºÎ¿Ï Ïί ÏÏηÏιμοÏοιÏνÏÎ±Ï Ïο ÏληκÏÏολÏγιο (<strong>Ctrl/Cmd+V</strong>) και ÏαÏήÏÏε OK.","securityMsg":"ÎÏγÏν ÏÏν ÏÏ Î¸Î¼Î¯ÏεÏν αÏÏÎ¬Î»ÎµÎ¹Î±Ï ÏÎ¿Ï ÏεÏιηγηÏή ÏαÏ, ο εÏεξεÏγαÏÏÎ®Ï Î´ÎµÎ½ μÏοÏεί να ÎÏει ÏÏÏÏβαÏη ÏÏην μνήμη εÏικÏλληÏηÏ. ΧÏειάζεÏαι να εÏικολλήÏεÏε ξανά Ïε Î±Ï ÏÏ Ïο ÏαÏÎ¬Î¸Ï Ïο.","title":"ÎÏικÏλληÏη"},"button":{"selectedLabel":"%1 (ÎÏιλεγμÎνο)"},"blockquote":{"toolbar":"ΠεÏιοÏή ΠαÏάθεÏηÏ"},"basicstyles":{"bold":"ÎνÏονη","italic":"Πλάγια","strike":"ÎιακÏιÏή ÎιαγÏαÏή","subscript":"ÎείκÏηÏ","superscript":"ÎκθÎÏηÏ","underline":"Î¥ÏογÏάμμιÏη"},"about":{"copy":"Î Î½ÎµÏ Î¼Î±Ïικά δικαιÏμαÏα © $1 Îε εÏιÏÏλαξη ÏανÏÏÏ Î´Î¹ÎºÎ±Î¹ÏμαÏοÏ.","dlgTitle":"ΠεÏί ÏÎ¿Ï CKEditor","help":"ÎλÎγξÏε ÏÎ¹Ï $1 για βοήθεια.","moreInfo":"Îια ÏληÏοÏοÏÎ¯ÎµÏ ÏÏεÏικÎÏ Î¼Îµ Ïην άδεια ÏÏήÏηÏ, ÏαÏακαλοÏμε εÏιÏκεÏθείÏε Ïην ιÏÏοÏελίδα μαÏ:","title":"ΠεÏί ÏÎ¿Ï CKEditor","userGuide":"ÎÎ´Î·Î³Î¯ÎµÏ Î§ÏήÏÏη CKEditor"},"editor":"ÎÏεξεÏγαÏÏÎ®Ï Î Î»Î¿ÏÏÎ¹Î¿Ï ÎειμÎÎ½Î¿Ï ","editorPanel":"Î Î¯Î½Î±ÎºÎ±Ï ÎÏεξεÏγαÏÏή ΠλοÏÏÎ¹Î¿Ï ÎειμÎÎ½Î¿Ï ","common":{"editorHelp":"ΠαÏήÏÏε Ïο ALT 0 για βοήθεια","browseServer":"ÎξεÏεÏνηÏη ÎιακομιÏÏή","url":"URL","protocol":"Î ÏÏÏÏκολλο","upload":"ÎÏοÏÏολή","uploadSubmit":"ÎÏοÏÏολή ÏÏον ÎιακομιÏÏή","image":"ÎικÏνα","flash":"Flash","form":"ΦÏÏμα","checkbox":"ÎÎ¿Ï Ïί ÎÏιλογήÏ","radio":"ÎÎ¿Ï Î¼Ïί ÎÏιλογήÏ","textField":"Πεδίο ÎειμÎÎ½Î¿Ï ","textarea":"ΠεÏιοÏή ÎειμÎÎ½Î¿Ï ","hiddenField":"ÎÏÏ ÏÏ Î ÎµÎ´Î¯Î¿","button":"ÎÎ¿Ï Î¼Ïί","select":"Πεδίο ÎÏιλογήÏ","imageButton":"ÎÎ¿Ï Î¼Ïί ÎικÏναÏ","notSet":"<δεν ÎÏει ÏÏ Î¸Î¼Î¹ÏÏεί>","id":"Id","name":"Îνομα","langDir":"ÎαÏεÏÎ¸Ï Î½Ïη ÎειμÎÎ½Î¿Ï ","langDirLtr":"ÎÏιÏÏεÏά ÏÏÎ¿Ï Îεξιά (LTR)","langDirRtl":"Îεξιά ÏÏÎ¿Ï ÎÏιÏÏεÏά (RTL)","langCode":"ÎÏδικÏÏ ÎλÏÏÏαÏ","longDescr":"ÎÎ½Î±Î»Ï Ïική ΠεÏιγÏαÏή URL","cssClass":"ÎλάÏÎµÎ¹Ï Î¦ÏλλÏν ΣÏÏ Î»","advisoryTitle":"ÎνδεικÏικÏÏ Î¤Î¯ÏλοÏ","cssStyle":"ÎοÏÏή ÎειμÎÎ½Î¿Ï ","ok":"OK","cancel":"ÎκÏÏÏÏη","close":"ÎλείÏιμο","preview":"Î ÏοεÏιÏκÏÏηÏη","resize":"Îλλαγή ÎεγÎÎ¸Î¿Ï Ï","generalTab":"Îενικά","advancedTab":"Îια Î ÏοÏÏÏημÎÎ½Î¿Ï Ï","validateNumberFailed":"ÎÏ Ïή η Ïιμή δεν είναι αÏιθμÏÏ.","confirmNewPage":"Îι ÏÏÎ¿Î¹ÎµÏ Î±Î»Î»Î±Î³ÎÏ ÏÏο ÏεÏιεÏÏμενο θα ÏαθοÏν. ÎίÏαÏÏε ÏÎ¯Î³Î¿Ï Ïοι ÏÏι θÎλεÏε να ÏοÏÏÏÏεÏε μια νÎα Ïελίδα;","confirmCancel":"ÎεÏικÎÏ ÎµÏιλογÎÏ ÎÏÎ¿Ï Î½ αλλάξει. ÎίÏαÏÏε ÏÎ¯Î³Î¿Ï Ïοι ÏÏι θÎλεÏε να κλείÏεÏε Ïο ÏαÏÎ¬Î¸Ï Ïο διαλÏÎ³Î¿Ï ;","options":"ÎÏιλογÎÏ","target":"Î ÏοοÏιÏμÏÏ","targetNew":"ÎÎο ΠαÏÎ¬Î¸Ï Ïο (_blank)","targetTop":"ÎÏÏική ΠεÏιοÏή (_top)","targetSelf":"Îδιο ΠαÏÎ¬Î¸Ï Ïο (_self)","targetParent":"ÎονεÏÎºÏ Î Î±ÏÎ¬Î¸Ï Ïο (_parent)","langDirLTR":"ÎÏιÏÏεÏά ÏÏÎ¿Ï Îεξιά (LTR)","langDirRTL":"Îεξιά ÏÏÎ¿Ï ÎÏιÏÏεÏά (RTL)","styles":"ÎοÏÏή","cssClasses":"ÎλάÏÎµÎ¹Ï Î¦ÏλλÏν ΣÏÏ Î»","width":"ΠλάÏοÏ","height":"ÎÏοÏ","align":"ΣÏοίÏιÏη","alignLeft":"ÎÏιÏÏεÏά","alignRight":"Îεξιά","alignCenter":"ÎÎνÏÏο","alignJustify":"ΠλήÏÎ·Ï Î£ÏοίÏιÏη","alignTop":"ΠάνÏ","alignMiddle":"ÎÎÏη","alignBottom":"ÎάÏÏ","alignNone":"ΧÏÏίÏ","invalidValue":"Îη ÎÎ³ÎºÏ Ïη Ïιμή.","invalidHeight":"Το ÏÏÎ¿Ï ÏÏÎÏει να είναι ÎÎ½Î±Ï Î±ÏιθμÏÏ.","invalidWidth":"Το ÏλάÏÎ¿Ï ÏÏÎÏει να είναι ÎÎ½Î±Ï Î±ÏιθμÏÏ.","invalidCssLength":"Î Ïιμή ÏÎ¿Ï Î¿ÏίζεÏαι για Ïο Ïεδίο \"%1\" ÏÏÎÏει να είναι ÎÎ½Î±Ï Î¸ÎµÏικÏÏ Î±ÏιθμÏÏ Î¼Îµ ή ÏÏÏÎ¯Ï Î¼Î¹Î± ÎÎ³ÎºÏ Ïη μονάδα μÎÏÏηÏÎ·Ï CSS (px, %, in, cm, mm, em, ex, pt, ή pc).","invalidHtmlLength":"Î Ïιμή ÏÎ¿Ï Î¿ÏίζεÏαι για Ïο Ïεδίο \"%1\" ÏÏÎÏει να είναι ÎÎ½Î±Ï Î¸ÎµÏικÏÏ Î±ÏιθμÏÏ Î¼Îµ ή ÏÏÏÎ¯Ï Î¼Î¹Î± ÎÎ³ÎºÏ Ïη μονάδα μÎÏÏηÏÎ·Ï HTML (px ή %).","invalidInlineStyle":"Î Ïιμή για Ïο εν ÏειÏά ÏÏÏ Î» ÏÏÎÏει να ÏεÏιÎÏει Îνα ή ÏεÏιÏÏÏÏεÏα ζεÏγη με Ïην μοÏÏή \"Ïνομα: Ïιμή\" διαÏÏÏιÏμÎνα με ÎÎ»Î»Î·Î½Î¹ÎºÏ ÎµÏÏÏημαÏικÏ.","cssLengthTooltip":"ÎιÏάγεÏαι μια Ïιμή Ïε pixel ή Îναν αÏÎ¹Î¸Î¼Ï Î¼Î±Î¶Î¯ με μια ÎÎ³ÎºÏ Ïη μονάδα μÎÏÏηÏÎ·Ï CSS (px, %, in, cm, mm, em, ex, pt, ή pc).","unavailable":"%1<span class=\"cke_accessibility\">, δεν είναι διαθÎÏιμο</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/en-au.js b/public/assets/ckeditor/lang/en-au.js new file mode 100644 index 0000000..7530d8f --- /dev/null +++ b/public/assets/ckeditor/lang/en-au.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['en-au']={"wsc":{"btnIgnore":"Ignore","btnIgnoreAll":"Ignore All","btnReplace":"Replace","btnReplaceAll":"Replace All","btnUndo":"Undo","changeTo":"Change to","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Spell checker not installed. Do you want to download it now?","manyChanges":"Spell check complete: %1 words changed","noChanges":"Spell check complete: No words changed","noMispell":"Spell check complete: No misspellings found","noSuggestions":"- No suggestions -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Not in dictionary","oneChange":"Spell check complete: One word changed","progress":"Spell check in progress...","title":"Spell Checker","toolbar":"Check Spelling"},"undo":{"redo":"Redo","undo":"Undo"},"toolbar":{"toolbarCollapse":"Collapse Toolbar","toolbarExpand":"Expand Toolbar","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"table":{"border":"Border size","caption":"Caption","cell":{"menu":"Cell","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"Delete Cells","merge":"Merge Cells","mergeRight":"Merge Right","mergeDown":"Merge Down","splitHorizontal":"Split Cell Horizontally","splitVertical":"Split Cell Vertically","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Word Wrap","hAlign":"Horizontal Alignment","vAlign":"Vertical Alignment","alignBaseline":"Baseline","bgColor":"Background Color","borderColor":"Border Color","data":"Data","header":"Header","yes":"Yes","no":"No","invalidWidth":"Cell width must be a number.","invalidHeight":"Cell height must be a number.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"Choose"},"cellPad":"Cell padding","cellSpace":"Cell spacing","column":{"menu":"Column","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"Delete Columns"},"columns":"Columns","deleteTable":"Delete Table","headers":"Headers","headersBoth":"Both","headersColumn":"First column","headersNone":"None","headersRow":"First Row","invalidBorder":"Border size must be a number.","invalidCellPadding":"Cell padding must be a number.","invalidCellSpacing":"Cell spacing must be a number.","invalidCols":"Number of columns must be a number greater than 0.","invalidHeight":"Table height must be a number.","invalidRows":"Number of rows must be a number greater than 0.","invalidWidth":"Table width must be a number.","menu":"Table Properties","row":{"menu":"Row","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"Delete Rows"},"rows":"Rows","summary":"Summary","title":"Table Properties","toolbar":"Table","widthPc":"percent","widthPx":"pixels","widthUnit":"width unit"},"stylescombo":{"label":"Styles","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"specialchar":{"options":"Special Character Options","title":"Select Special Character","toolbar":"Insert Special Character"},"sourcearea":{"toolbar":"Source"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"Remove Format"},"pastetext":{"button":"Paste as plain text","title":"Paste as Plain Text"},"pastefromword":{"confirmCleanup":"The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?","error":"It was not possible to clean up the pasted data due to an internal error","title":"Paste from Word","toolbar":"Paste from Word"},"maximize":{"maximize":"Maximize","minimize":"Minimize"},"magicline":{"title":"Insert paragraph here"},"list":{"bulletedlist":"Insert/Remove Bulleted List","numberedlist":"Insert/Remove Numbered List"},"link":{"acccessKey":"Access Key","advanced":"Advanced","advisoryContentType":"Advisory Content Type","advisoryTitle":"Advisory Title","anchor":{"toolbar":"Anchor","menu":"Edit Anchor","title":"Anchor Properties","name":"Anchor Name","errorName":"Please type the anchor name","remove":"Remove Anchor"},"anchorId":"By Element Id","anchorName":"By Anchor Name","charset":"Linked Resource Charset","cssClasses":"Stylesheet Classes","emailAddress":"E-Mail Address","emailBody":"Message Body","emailSubject":"Message Subject","id":"Id","info":"Link Info","langCode":"Language Code","langDir":"Language Direction","langDirLTR":"Left to Right (LTR)","langDirRTL":"Right to Left (RTL)","menu":"Edit Link","name":"Name","noAnchors":"(No anchors available in the document)","noEmail":"Please type the e-mail address","noUrl":"Please type the link URL","other":"<other>","popupDependent":"Dependent (Netscape)","popupFeatures":"Popup Window Features","popupFullScreen":"Full Screen (IE)","popupLeft":"Left Position","popupLocationBar":"Location Bar","popupMenuBar":"Menu Bar","popupResizable":"Resizable","popupScrollBars":"Scroll Bars","popupStatusBar":"Status Bar","popupToolbar":"Toolbar","popupTop":"Top Position","rel":"Relationship","selectAnchor":"Select an Anchor","styles":"Style","tabIndex":"Tab Index","target":"Target","targetFrame":"<frame>","targetFrameName":"Target Frame Name","targetPopup":"<popup window>","targetPopupName":"Popup Window Name","title":"Link","toAnchor":"Link to anchor in the text","toEmail":"E-mail","toUrl":"URL","toolbar":"Link","type":"Link Type","unlink":"Unlink","upload":"Upload"},"indent":{"indent":"Increase Indent","outdent":"Decrease Indent"},"image":{"alt":"Alternative Text","border":"Border","btnUpload":"Send it to the Server","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"HSpace","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"Image Info","linkTab":"Link","lockRatio":"Lock Ratio","menu":"Image Properties","resetSize":"Reset Size","title":"Image Properties","titleButton":"Image Button Properties","upload":"Upload","urlMissing":"Image source URL is missing.","vSpace":"VSpace","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"horizontalrule":{"toolbar":"Insert Horizontal Line"},"format":{"label":"Format","panelTitle":"Paragraph Format","tag_address":"Address","tag_div":"Normal (DIV)","tag_h1":"Heading 1","tag_h2":"Heading 2","tag_h3":"Heading 3","tag_h4":"Heading 4","tag_h5":"Heading 5","tag_h6":"Heading 6","tag_p":"Normal","tag_pre":"Formatted"},"fakeobjects":{"anchor":"Anchor","flash":"Flash Animation","hiddenfield":"Hidden Field","iframe":"IFrame","unknown":"Unknown Object"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"contextmenu":{"options":"Context Menu Options"},"clipboard":{"copy":"Copy","copyError":"Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).","cut":"Cut","cutError":"Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).","paste":"Paste","pasteArea":"Paste Area","pasteMsg":"Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK","securityMsg":"Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.","title":"Paste"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"Block Quote"},"basicstyles":{"bold":"Bold","italic":"Italic","strike":"Strike Through","subscript":"Subscript","superscript":"Superscript","underline":"Underline"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"About CKEditor","help":"Check $1 for help.","moreInfo":"For licensing information please visit our web site:","title":"About CKEditor","userGuide":"CKEditor User's Guide"},"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"Browse Server","url":"URL","protocol":"Protocol","upload":"Upload","uploadSubmit":"Send it to the Server","image":"Image","flash":"Flash","form":"Form","checkbox":"Checkbox","radio":"Radio Button","textField":"Text Field","textarea":"Textarea","hiddenField":"Hidden Field","button":"Button","select":"Selection Field","imageButton":"Image Button","notSet":"<not set>","id":"Id","name":"Name","langDir":"Language Direction","langDirLtr":"Left to Right (LTR)","langDirRtl":"Right to Left (RTL)","langCode":"Language Code","longDescr":"Long Description URL","cssClass":"Stylesheet Classes","advisoryTitle":"Advisory Title","cssStyle":"Style","ok":"OK","cancel":"Cancel","close":"Close","preview":"Preview","resize":"Resize","generalTab":"General","advancedTab":"Advanced","validateNumberFailed":"This value is not a number.","confirmNewPage":"Any unsaved changes to this content will be lost. Are you sure you want to load new page?","confirmCancel":"You have changed some options. Are you sure you want to close the dialog window?","options":"Options","target":"Target","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"Left to Right (LTR)","langDirRTL":"Right to Left (RTL)","styles":"Style","cssClasses":"Stylesheet Classes","width":"Width","height":"Height","align":"Align","alignLeft":"Left","alignRight":"Right","alignCenter":"Centre","alignJustify":"Justify","alignTop":"Top","alignMiddle":"Middle","alignBottom":"Bottom","alignNone":"None","invalidValue":"Invalid value.","invalidHeight":"Height must be a number.","invalidWidth":"Width must be a number.","invalidCssLength":"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, unavailable</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/en-ca.js b/public/assets/ckeditor/lang/en-ca.js new file mode 100644 index 0000000..6df6461 --- /dev/null +++ b/public/assets/ckeditor/lang/en-ca.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['en-ca']={"wsc":{"btnIgnore":"Ignore","btnIgnoreAll":"Ignore All","btnReplace":"Replace","btnReplaceAll":"Replace All","btnUndo":"Undo","changeTo":"Change to","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Spell checker not installed. Do you want to download it now?","manyChanges":"Spell check complete: %1 words changed","noChanges":"Spell check complete: No words changed","noMispell":"Spell check complete: No misspellings found","noSuggestions":"- No suggestions -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Not in dictionary","oneChange":"Spell check complete: One word changed","progress":"Spell check in progress...","title":"Spell Checker","toolbar":"Check Spelling"},"undo":{"redo":"Redo","undo":"Undo"},"toolbar":{"toolbarCollapse":"Collapse Toolbar","toolbarExpand":"Expand Toolbar","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"table":{"border":"Border size","caption":"Caption","cell":{"menu":"Cell","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"Delete Cells","merge":"Merge Cells","mergeRight":"Merge Right","mergeDown":"Merge Down","splitHorizontal":"Split Cell Horizontally","splitVertical":"Split Cell Vertically","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Word Wrap","hAlign":"Horizontal Alignment","vAlign":"Vertical Alignment","alignBaseline":"Baseline","bgColor":"Background Color","borderColor":"Border Color","data":"Data","header":"Header","yes":"Yes","no":"No","invalidWidth":"Cell width must be a number.","invalidHeight":"Cell height must be a number.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"Choose"},"cellPad":"Cell padding","cellSpace":"Cell spacing","column":{"menu":"Column","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"Delete Columns"},"columns":"Columns","deleteTable":"Delete Table","headers":"Headers","headersBoth":"Both","headersColumn":"First column","headersNone":"None","headersRow":"First Row","invalidBorder":"Border size must be a number.","invalidCellPadding":"Cell padding must be a number.","invalidCellSpacing":"Cell spacing must be a number.","invalidCols":"Number of columns must be a number greater than 0.","invalidHeight":"Table height must be a number.","invalidRows":"Number of rows must be a number greater than 0.","invalidWidth":"Table width must be a number.","menu":"Table Properties","row":{"menu":"Row","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"Delete Rows"},"rows":"Rows","summary":"Summary","title":"Table Properties","toolbar":"Table","widthPc":"percent","widthPx":"pixels","widthUnit":"width unit"},"stylescombo":{"label":"Styles","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"specialchar":{"options":"Special Character Options","title":"Select Special Character","toolbar":"Insert Special Character"},"sourcearea":{"toolbar":"Source"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"Remove Format"},"pastetext":{"button":"Paste as plain text","title":"Paste as Plain Text"},"pastefromword":{"confirmCleanup":"The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?","error":"It was not possible to clean up the pasted data due to an internal error","title":"Paste from Word","toolbar":"Paste from Word"},"maximize":{"maximize":"Maximize","minimize":"Minimize"},"magicline":{"title":"Insert paragraph here"},"list":{"bulletedlist":"Insert/Remove Bulleted List","numberedlist":"Insert/Remove Numbered List"},"link":{"acccessKey":"Access Key","advanced":"Advanced","advisoryContentType":"Advisory Content Type","advisoryTitle":"Advisory Title","anchor":{"toolbar":"Anchor","menu":"Edit Anchor","title":"Anchor Properties","name":"Anchor Name","errorName":"Please type the anchor name","remove":"Remove Anchor"},"anchorId":"By Element Id","anchorName":"By Anchor Name","charset":"Linked Resource Charset","cssClasses":"Stylesheet Classes","emailAddress":"E-Mail Address","emailBody":"Message Body","emailSubject":"Message Subject","id":"Id","info":"Link Info","langCode":"Language Code","langDir":"Language Direction","langDirLTR":"Left to Right (LTR)","langDirRTL":"Right to Left (RTL)","menu":"Edit Link","name":"Name","noAnchors":"(No anchors available in the document)","noEmail":"Please type the e-mail address","noUrl":"Please type the link URL","other":"<other>","popupDependent":"Dependent (Netscape)","popupFeatures":"Popup Window Features","popupFullScreen":"Full Screen (IE)","popupLeft":"Left Position","popupLocationBar":"Location Bar","popupMenuBar":"Menu Bar","popupResizable":"Resizable","popupScrollBars":"Scroll Bars","popupStatusBar":"Status Bar","popupToolbar":"Toolbar","popupTop":"Top Position","rel":"Relationship","selectAnchor":"Select an Anchor","styles":"Style","tabIndex":"Tab Index","target":"Target","targetFrame":"<frame>","targetFrameName":"Target Frame Name","targetPopup":"<popup window>","targetPopupName":"Popup Window Name","title":"Link","toAnchor":"Link to anchor in the text","toEmail":"E-mail","toUrl":"URL","toolbar":"Link","type":"Link Type","unlink":"Unlink","upload":"Upload"},"indent":{"indent":"Increase Indent","outdent":"Decrease Indent"},"image":{"alt":"Alternative Text","border":"Border","btnUpload":"Send it to the Server","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"HSpace","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"Image Info","linkTab":"Link","lockRatio":"Lock Ratio","menu":"Image Properties","resetSize":"Reset Size","title":"Image Properties","titleButton":"Image Button Properties","upload":"Upload","urlMissing":"Image source URL is missing.","vSpace":"VSpace","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"horizontalrule":{"toolbar":"Insert Horizontal Line"},"format":{"label":"Format","panelTitle":"Paragraph Format","tag_address":"Address","tag_div":"Normal (DIV)","tag_h1":"Heading 1","tag_h2":"Heading 2","tag_h3":"Heading 3","tag_h4":"Heading 4","tag_h5":"Heading 5","tag_h6":"Heading 6","tag_p":"Normal","tag_pre":"Formatted"},"fakeobjects":{"anchor":"Anchor","flash":"Flash Animation","hiddenfield":"Hidden Field","iframe":"IFrame","unknown":"Unknown Object"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"contextmenu":{"options":"Context Menu Options"},"clipboard":{"copy":"Copy","copyError":"Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).","cut":"Cut","cutError":"Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).","paste":"Paste","pasteArea":"Paste Area","pasteMsg":"Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK","securityMsg":"Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.","title":"Paste"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"Block Quote"},"basicstyles":{"bold":"Bold","italic":"Italic","strike":"Strike Through","subscript":"Subscript","superscript":"Superscript","underline":"Underline"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"About CKEditor","help":"Check $1 for help.","moreInfo":"For licensing information please visit our web site:","title":"About CKEditor","userGuide":"CKEditor User's Guide"},"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"Browse Server","url":"URL","protocol":"Protocol","upload":"Upload","uploadSubmit":"Send it to the Server","image":"Image","flash":"Flash","form":"Form","checkbox":"Checkbox","radio":"Radio Button","textField":"Text Field","textarea":"Textarea","hiddenField":"Hidden Field","button":"Button","select":"Selection Field","imageButton":"Image Button","notSet":"<not set>","id":"Id","name":"Name","langDir":"Language Direction","langDirLtr":"Left to Right (LTR)","langDirRtl":"Right to Left (RTL)","langCode":"Language Code","longDescr":"Long Description URL","cssClass":"Stylesheet Classes","advisoryTitle":"Advisory Title","cssStyle":"Style","ok":"OK","cancel":"Cancel","close":"Close","preview":"Preview","resize":"Resize","generalTab":"General","advancedTab":"Advanced","validateNumberFailed":"This value is not a number.","confirmNewPage":"Any unsaved changes to this content will be lost. Are you sure you want to load new page?","confirmCancel":"You have changed some options. Are you sure you want to close the dialog window?","options":"Options","target":"Target","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"Left to Right (LTR)","langDirRTL":"Right to Left (RTL)","styles":"Style","cssClasses":"Stylesheet Classes","width":"Width","height":"Height","align":"Align","alignLeft":"Left","alignRight":"Right","alignCenter":"Centre","alignJustify":"Justify","alignTop":"Top","alignMiddle":"Middle","alignBottom":"Bottom","alignNone":"None","invalidValue":"Invalid value.","invalidHeight":"Height must be a number.","invalidWidth":"Width must be a number.","invalidCssLength":"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, unavailable</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/en-gb.js b/public/assets/ckeditor/lang/en-gb.js new file mode 100644 index 0000000..4a7df74 --- /dev/null +++ b/public/assets/ckeditor/lang/en-gb.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['en-gb']={"wsc":{"btnIgnore":"Ignore","btnIgnoreAll":"Ignore All","btnReplace":"Replace","btnReplaceAll":"Replace All","btnUndo":"Undo","changeTo":"Change to","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Spell checker not installed. Do you want to download it now?","manyChanges":"Spell check complete: %1 words changed","noChanges":"Spell check complete: No words changed","noMispell":"Spell check complete: No misspellings found","noSuggestions":"- No suggestions -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Not in dictionary","oneChange":"Spell check complete: One word changed","progress":"Spell check in progress...","title":"Spell Checker","toolbar":"Check Spelling"},"undo":{"redo":"Redo","undo":"Undo"},"toolbar":{"toolbarCollapse":"Collapse Toolbar","toolbarExpand":"Expand Toolbar","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"table":{"border":"Border size","caption":"Caption","cell":{"menu":"Cell","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"Delete Cells","merge":"Merge Cells","mergeRight":"Merge Right","mergeDown":"Merge Down","splitHorizontal":"Split Cell Horizontally","splitVertical":"Split Cell Vertically","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Word Wrap","hAlign":"Horizontal Alignment","vAlign":"Vertical Alignment","alignBaseline":"Baseline","bgColor":"Background Color","borderColor":"Border Color","data":"Data","header":"Header","yes":"Yes","no":"No","invalidWidth":"Cell width must be a number.","invalidHeight":"Cell height must be a number.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"Choose"},"cellPad":"Cell padding","cellSpace":"Cell spacing","column":{"menu":"Column","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"Delete Columns"},"columns":"Columns","deleteTable":"Delete Table","headers":"Headers","headersBoth":"Both","headersColumn":"First column","headersNone":"None","headersRow":"First Row","invalidBorder":"Border size must be a number.","invalidCellPadding":"Cell padding must be a number.","invalidCellSpacing":"Cell spacing must be a number.","invalidCols":"Number of columns must be a number greater than 0.","invalidHeight":"Table height must be a number.","invalidRows":"Number of rows must be a number greater than 0.","invalidWidth":"Table width must be a number.","menu":"Table Properties","row":{"menu":"Row","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"Delete Rows"},"rows":"Rows","summary":"Summary","title":"Table Properties","toolbar":"Table","widthPc":"percent","widthPx":"pixels","widthUnit":"width unit"},"stylescombo":{"label":"Styles","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"specialchar":{"options":"Special Character Options","title":"Select Special Character","toolbar":"Insert Special Character"},"sourcearea":{"toolbar":"Source"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"Remove Format"},"pastetext":{"button":"Paste as plain text","title":"Paste as Plain Text"},"pastefromword":{"confirmCleanup":"The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?","error":"It was not possible to clean up the pasted data due to an internal error","title":"Paste from Word","toolbar":"Paste from Word"},"maximize":{"maximize":"Maximise","minimize":"Minimise"},"magicline":{"title":"Insert paragraph here"},"list":{"bulletedlist":"Insert/Remove Bulleted List","numberedlist":"Insert/Remove Numbered List"},"link":{"acccessKey":"Access Key","advanced":"Advanced","advisoryContentType":"Advisory Content Type","advisoryTitle":"Advisory Title","anchor":{"toolbar":"Anchor","menu":"Edit Anchor","title":"Anchor Properties","name":"Anchor Name","errorName":"Please type the anchor name","remove":"Remove Anchor"},"anchorId":"By Element Id","anchorName":"By Anchor Name","charset":"Linked Resource Charset","cssClasses":"Stylesheet Classes","emailAddress":"E-Mail Address","emailBody":"Message Body","emailSubject":"Message Subject","id":"Id","info":"Link Info","langCode":"Language Code","langDir":"Language Direction","langDirLTR":"Left to Right (LTR)","langDirRTL":"Right to Left (RTL)","menu":"Edit Link","name":"Name","noAnchors":"(No anchors available in the document)","noEmail":"Please type the e-mail address","noUrl":"Please type the link URL","other":"<other>","popupDependent":"Dependent (Netscape)","popupFeatures":"Popup Window Features","popupFullScreen":"Full Screen (IE)","popupLeft":"Left Position","popupLocationBar":"Location Bar","popupMenuBar":"Menu Bar","popupResizable":"Resizable","popupScrollBars":"Scroll Bars","popupStatusBar":"Status Bar","popupToolbar":"Toolbar","popupTop":"Top Position","rel":"Relationship","selectAnchor":"Select an Anchor","styles":"Style","tabIndex":"Tab Index","target":"Target","targetFrame":"<frame>","targetFrameName":"Target Frame Name","targetPopup":"<popup window>","targetPopupName":"Popup Window Name","title":"Link","toAnchor":"Link to anchor in the text","toEmail":"E-mail","toUrl":"URL","toolbar":"Link","type":"Link Type","unlink":"Unlink","upload":"Upload"},"indent":{"indent":"Increase Indent","outdent":"Decrease Indent"},"image":{"alt":"Alternative Text","border":"Border","btnUpload":"Send it to the Server","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"HSpace","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"Image Info","linkTab":"Link","lockRatio":"Lock Ratio","menu":"Image Properties","resetSize":"Reset Size","title":"Image Properties","titleButton":"Image Button Properties","upload":"Upload","urlMissing":"Image source URL is missing.","vSpace":"VSpace","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"horizontalrule":{"toolbar":"Insert Horizontal Line"},"format":{"label":"Format","panelTitle":"Paragraph Format","tag_address":"Address","tag_div":"Normal (DIV)","tag_h1":"Heading 1","tag_h2":"Heading 2","tag_h3":"Heading 3","tag_h4":"Heading 4","tag_h5":"Heading 5","tag_h6":"Heading 6","tag_p":"Normal","tag_pre":"Formatted"},"fakeobjects":{"anchor":"Anchor","flash":"Flash Animation","hiddenfield":"Hidden Field","iframe":"IFrame","unknown":"Unknown Object"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"contextmenu":{"options":"Context Menu Options"},"clipboard":{"copy":"Copy","copyError":"Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).","cut":"Cut","cutError":"Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).","paste":"Paste","pasteArea":"Paste Area","pasteMsg":"Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK","securityMsg":"Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.","title":"Paste"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"Block Quote"},"basicstyles":{"bold":"Bold","italic":"Italic","strike":"Strike Through","subscript":"Subscript","superscript":"Superscript","underline":"Underline"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"About CKEditor","help":"Check $1 for help.","moreInfo":"For licensing information please visit our web site:","title":"About CKEditor","userGuide":"CKEditor User's Guide"},"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"Browse Server","url":"URL","protocol":"Protocol","upload":"Upload","uploadSubmit":"Send it to the Server","image":"Image","flash":"Flash","form":"Form","checkbox":"Checkbox","radio":"Radio Button","textField":"Text Field","textarea":"Textarea","hiddenField":"Hidden Field","button":"Button","select":"Selection Field","imageButton":"Image Button","notSet":"<not set>","id":"Id","name":"Name","langDir":"Language Direction","langDirLtr":"Left to Right (LTR)","langDirRtl":"Right to Left (RTL)","langCode":"Language Code","longDescr":"Long Description URL","cssClass":"Stylesheet Classes","advisoryTitle":"Advisory Title","cssStyle":"Style","ok":"OK","cancel":"Cancel","close":"Close","preview":"Preview","resize":"Drag to resize","generalTab":"General","advancedTab":"Advanced","validateNumberFailed":"This value is not a number.","confirmNewPage":"Any unsaved changes to this content will be lost. Are you sure you want to load new page?","confirmCancel":"You have changed some options. Are you sure you want to close the dialogue window?","options":"Options","target":"Target","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"Left to Right (LTR)","langDirRTL":"Right to Left (RTL)","styles":"Style","cssClasses":"Stylesheet Classes","width":"Width","height":"Height","align":"Align","alignLeft":"Left","alignRight":"Right","alignCenter":"Centre","alignJustify":"Justify","alignTop":"Top","alignMiddle":"Middle","alignBottom":"Bottom","alignNone":"None","invalidValue":"Invalid value.","invalidHeight":"Height must be a number.","invalidWidth":"Width must be a number.","invalidCssLength":"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, unavailable</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/en.js b/public/assets/ckeditor/lang/en.js new file mode 100644 index 0000000..c584cc5 --- /dev/null +++ b/public/assets/ckeditor/lang/en.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['en']={"wsc":{"btnIgnore":"Ignore","btnIgnoreAll":"Ignore All","btnReplace":"Replace","btnReplaceAll":"Replace All","btnUndo":"Undo","changeTo":"Change to","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Spell checker not installed. Do you want to download it now?","manyChanges":"Spell check complete: %1 words changed","noChanges":"Spell check complete: No words changed","noMispell":"Spell check complete: No misspellings found","noSuggestions":"- No suggestions -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Not in dictionary","oneChange":"Spell check complete: One word changed","progress":"Spell check in progress...","title":"Spell Checker","toolbar":"Check Spelling"},"undo":{"redo":"Redo","undo":"Undo"},"toolbar":{"toolbarCollapse":"Collapse Toolbar","toolbarExpand":"Expand Toolbar","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"table":{"border":"Border size","caption":"Caption","cell":{"menu":"Cell","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"Delete Cells","merge":"Merge Cells","mergeRight":"Merge Right","mergeDown":"Merge Down","splitHorizontal":"Split Cell Horizontally","splitVertical":"Split Cell Vertically","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Word Wrap","hAlign":"Horizontal Alignment","vAlign":"Vertical Alignment","alignBaseline":"Baseline","bgColor":"Background Color","borderColor":"Border Color","data":"Data","header":"Header","yes":"Yes","no":"No","invalidWidth":"Cell width must be a number.","invalidHeight":"Cell height must be a number.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"Choose"},"cellPad":"Cell padding","cellSpace":"Cell spacing","column":{"menu":"Column","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"Delete Columns"},"columns":"Columns","deleteTable":"Delete Table","headers":"Headers","headersBoth":"Both","headersColumn":"First column","headersNone":"None","headersRow":"First Row","invalidBorder":"Border size must be a number.","invalidCellPadding":"Cell padding must be a positive number.","invalidCellSpacing":"Cell spacing must be a positive number.","invalidCols":"Number of columns must be a number greater than 0.","invalidHeight":"Table height must be a number.","invalidRows":"Number of rows must be a number greater than 0.","invalidWidth":"Table width must be a number.","menu":"Table Properties","row":{"menu":"Row","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"Delete Rows"},"rows":"Rows","summary":"Summary","title":"Table Properties","toolbar":"Table","widthPc":"percent","widthPx":"pixels","widthUnit":"width unit"},"stylescombo":{"label":"Styles","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"specialchar":{"options":"Special Character Options","title":"Select Special Character","toolbar":"Insert Special Character"},"sourcearea":{"toolbar":"Source"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"Remove Format"},"pastetext":{"button":"Paste as plain text","title":"Paste as Plain Text"},"pastefromword":{"confirmCleanup":"The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?","error":"It was not possible to clean up the pasted data due to an internal error","title":"Paste from Word","toolbar":"Paste from Word"},"maximize":{"maximize":"Maximize","minimize":"Minimize"},"magicline":{"title":"Insert paragraph here"},"list":{"bulletedlist":"Insert/Remove Bulleted List","numberedlist":"Insert/Remove Numbered List"},"link":{"acccessKey":"Access Key","advanced":"Advanced","advisoryContentType":"Advisory Content Type","advisoryTitle":"Advisory Title","anchor":{"toolbar":"Anchor","menu":"Edit Anchor","title":"Anchor Properties","name":"Anchor Name","errorName":"Please type the anchor name","remove":"Remove Anchor"},"anchorId":"By Element Id","anchorName":"By Anchor Name","charset":"Linked Resource Charset","cssClasses":"Stylesheet Classes","emailAddress":"E-Mail Address","emailBody":"Message Body","emailSubject":"Message Subject","id":"Id","info":"Link Info","langCode":"Language Code","langDir":"Language Direction","langDirLTR":"Left to Right (LTR)","langDirRTL":"Right to Left (RTL)","menu":"Edit Link","name":"Name","noAnchors":"(No anchors available in the document)","noEmail":"Please type the e-mail address","noUrl":"Please type the link URL","other":"<other>","popupDependent":"Dependent (Netscape)","popupFeatures":"Popup Window Features","popupFullScreen":"Full Screen (IE)","popupLeft":"Left Position","popupLocationBar":"Location Bar","popupMenuBar":"Menu Bar","popupResizable":"Resizable","popupScrollBars":"Scroll Bars","popupStatusBar":"Status Bar","popupToolbar":"Toolbar","popupTop":"Top Position","rel":"Relationship","selectAnchor":"Select an Anchor","styles":"Style","tabIndex":"Tab Index","target":"Target","targetFrame":"<frame>","targetFrameName":"Target Frame Name","targetPopup":"<popup window>","targetPopupName":"Popup Window Name","title":"Link","toAnchor":"Link to anchor in the text","toEmail":"E-mail","toUrl":"URL","toolbar":"Link","type":"Link Type","unlink":"Unlink","upload":"Upload"},"indent":{"indent":"Increase Indent","outdent":"Decrease Indent"},"image":{"alt":"Alternative Text","border":"Border","btnUpload":"Send it to the Server","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"HSpace","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"Image Info","linkTab":"Link","lockRatio":"Lock Ratio","menu":"Image Properties","resetSize":"Reset Size","title":"Image Properties","titleButton":"Image Button Properties","upload":"Upload","urlMissing":"Image source URL is missing.","vSpace":"VSpace","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"horizontalrule":{"toolbar":"Insert Horizontal Line"},"format":{"label":"Format","panelTitle":"Paragraph Format","tag_address":"Address","tag_div":"Normal (DIV)","tag_h1":"Heading 1","tag_h2":"Heading 2","tag_h3":"Heading 3","tag_h4":"Heading 4","tag_h5":"Heading 5","tag_h6":"Heading 6","tag_p":"Normal","tag_pre":"Formatted"},"fakeobjects":{"anchor":"Anchor","flash":"Flash Animation","hiddenfield":"Hidden Field","iframe":"IFrame","unknown":"Unknown Object"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"contextmenu":{"options":"Context Menu Options"},"clipboard":{"copy":"Copy","copyError":"Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).","cut":"Cut","cutError":"Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).","paste":"Paste","pasteArea":"Paste Area","pasteMsg":"Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK","securityMsg":"Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.","title":"Paste"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"Block Quote"},"basicstyles":{"bold":"Bold","italic":"Italic","strike":"Strikethrough","subscript":"Subscript","superscript":"Superscript","underline":"Underline"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"About CKEditor","help":"Check $1 for help.","moreInfo":"For licensing information please visit our web site:","title":"About CKEditor","userGuide":"CKEditor User's Guide"},"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"Browse Server","url":"URL","protocol":"Protocol","upload":"Upload","uploadSubmit":"Send it to the Server","image":"Image","flash":"Flash","form":"Form","checkbox":"Checkbox","radio":"Radio Button","textField":"Text Field","textarea":"Textarea","hiddenField":"Hidden Field","button":"Button","select":"Selection Field","imageButton":"Image Button","notSet":"<not set>","id":"Id","name":"Name","langDir":"Language Direction","langDirLtr":"Left to Right (LTR)","langDirRtl":"Right to Left (RTL)","langCode":"Language Code","longDescr":"Long Description URL","cssClass":"Stylesheet Classes","advisoryTitle":"Advisory Title","cssStyle":"Style","ok":"OK","cancel":"Cancel","close":"Close","preview":"Preview","resize":"Resize","generalTab":"General","advancedTab":"Advanced","validateNumberFailed":"This value is not a number.","confirmNewPage":"Any unsaved changes to this content will be lost. Are you sure you want to load new page?","confirmCancel":"You have changed some options. Are you sure you want to close the dialog window?","options":"Options","target":"Target","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"Left to Right (LTR)","langDirRTL":"Right to Left (RTL)","styles":"Style","cssClasses":"Stylesheet Classes","width":"Width","height":"Height","align":"Alignment","alignLeft":"Left","alignRight":"Right","alignCenter":"Center","alignJustify":"Justify","alignTop":"Top","alignMiddle":"Middle","alignBottom":"Bottom","alignNone":"None","invalidValue":"Invalid value.","invalidHeight":"Height must be a number.","invalidWidth":"Width must be a number.","invalidCssLength":"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, unavailable</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/eo.js b/public/assets/ckeditor/lang/eo.js new file mode 100644 index 0000000..df041fa --- /dev/null +++ b/public/assets/ckeditor/lang/eo.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['eo']={"wsc":{"btnIgnore":"Ignori","btnIgnoreAll":"Ignori Äion","btnReplace":"AnstataÅigi","btnReplaceAll":"AnstataÅigi Äion","btnUndo":"Malfari","changeTo":"ÅanÄi al","errorLoading":"Eraro en la servoelÅuto el la gastiga komputiko: %s.","ieSpellDownload":"Ortografikontrolilo ne instalita. Äu vi volas elÅuti Äin nun?","manyChanges":"Ortografikontrolado finita: %1 vortoj korektitaj","noChanges":"Ortografikontrolado finita: neniu vorto korektita","noMispell":"Ortografikontrolado finita: neniu eraro trovita","noSuggestions":"- Neniu propono -","notAvailable":"BedaÅrinde la servo ne funkcias nuntempe.","notInDic":"Ne trovita en la vortaro","oneChange":"Ortografikontrolado finita: unu vorto korektita","progress":"La ortografio estas kontrolata...","title":"Kontroli la ortografion","toolbar":"Kontroli la ortografion"},"undo":{"redo":"Refari","undo":"Malfari"},"toolbar":{"toolbarCollapse":"Faldi la ilbreton","toolbarExpand":"Malfaldi la ilbreton","toolbarGroups":{"document":"Dokumento","clipboard":"PoÅo/Malfari","editing":"Redaktado","forms":"Formularoj","basicstyles":"Bazaj stiloj","paragraph":"Paragrafo","links":"Ligiloj","insert":"Enmeti","styles":"Stiloj","colors":"Koloroj","tools":"Iloj"},"toolbars":"Ilobretoj de la redaktilo"},"table":{"border":"Bordero","caption":"Tabeltitolo","cell":{"menu":"Äelo","insertBefore":"Enmeti Äelon AntaÅ","insertAfter":"Enmeti Äelon Post","deleteCell":"Forigi la Äelojn","merge":"Kunfandi la Äelojn","mergeRight":"Kunfandi dekstren","mergeDown":"Kunfandi malsupren ","splitHorizontal":"Horizontale dividi","splitVertical":"Vertikale dividi","title":"Äelatributoj","cellType":"Äeltipo","rowSpan":"Kunfando de linioj","colSpan":"Kunfando de kolumnoj","wordWrap":"Cezuro","hAlign":"Horizontala Äisrandigo","vAlign":"Vertikala Äisrandigo","alignBaseline":"Malsupro de la teksto","bgColor":"Fonkoloro","borderColor":"Borderkoloro","data":"Datenoj","header":"Supra paÄotitolo","yes":"Jes","no":"No","invalidWidth":"ÄellarÄo devas esti nombro.","invalidHeight":"Äelalto devas esti nombro.","invalidRowSpan":"Kunfando de linioj devas esti entjera nombro.","invalidColSpan":"Kunfando de kolumnoj devas esti entjera nombro.","chooseColor":"Elektu"},"cellPad":"Interna MarÄeno de la Äeloj","cellSpace":"Spaco inter la Äeloj","column":{"menu":"Kolumno","insertBefore":"Enmeti kolumnon antaÅ","insertAfter":"Enmeti kolumnon post","deleteColumn":"Forigi Kolumnojn"},"columns":"Kolumnoj","deleteTable":"Forigi Tabelon","headers":"Supraj PaÄotitoloj","headersBoth":"AmbaÅ","headersColumn":"Unua kolumno","headersNone":"Neniu","headersRow":"Unua linio","invalidBorder":"La bordergrando devas esti nombro.","invalidCellPadding":"La interna marÄeno en la Äeloj devas esti pozitiva nombro.","invalidCellSpacing":"La spaco inter la Äeloj devas esti pozitiva nombro.","invalidCols":"La nombro de la kolumnoj devas superi 0.","invalidHeight":"La tabelalto devas esti nombro.","invalidRows":"La nombro de la linioj devas superi 0.","invalidWidth":"La tabellarÄo devas esti nombro.","menu":"Atributoj de Tabelo","row":{"menu":"Linio","insertBefore":"Enmeti linion antaÅ","insertAfter":"Enmeti linion post","deleteRow":"Forigi Liniojn"},"rows":"Linioj","summary":"Resumo","title":"Atributoj de Tabelo","toolbar":"Tabelo","widthPc":"elcentoj","widthPx":"Rastrumeroj","widthUnit":"unuo de larÄo"},"stylescombo":{"label":"Stiloj","panelTitle":"Stiloj pri enpaÄigo","panelTitle1":"Stiloj de blokoj","panelTitle2":"Enliniaj Stiloj","panelTitle3":"Stiloj de objektoj"},"specialchar":{"options":"Opcioj pri Specialaj Signoj","title":"Selekti Specialan Signon","toolbar":"Enmeti Specialan Signon"},"sourcearea":{"toolbar":"Fonto"},"scayt":{"btn_about":"Pri OKDVT","btn_dictionaries":"Vortaroj","btn_disable":"Malebligi OKDVT","btn_enable":"Ebligi OKDVT","btn_langs":"Lingvoj","btn_options":"Opcioj","text_title":"OrtografiKontrolado Dum Vi Tajpas (OKDVT)"},"removeformat":{"toolbar":"Forigi Formaton"},"pastetext":{"button":"Interglui kiel platan tekston","title":"Interglui kiel platan tekston"},"pastefromword":{"confirmCleanup":"La teksto, kiun vi volas interglui, Åajnas esti kopiita el Word. Äu vi deziras purigi Äin antaÅ intergluo?","error":"Ne eblis purigi la intergluitajn datenojn pro interna eraro","title":"Interglui el Word","toolbar":"Interglui el Word"},"maximize":{"maximize":"Pligrandigi","minimize":"Malgrandigi"},"magicline":{"title":"Enmeti paragrafon Äi-tien"},"list":{"bulletedlist":"Bula Listo","numberedlist":"Numera Listo"},"link":{"acccessKey":"Fulmoklavo","advanced":"Speciala","advisoryContentType":"Enhavotipo","advisoryTitle":"Priskriba Titolo","anchor":{"toolbar":"Ankro","menu":"Enmeti/ÅanÄi Ankron","title":"Ankraj Atributoj","name":"Ankra Nomo","errorName":"Bv entajpi la ankran nomon","remove":"Forigi Ankron"},"anchorId":"Per Elementidentigilo","anchorName":"Per Ankronomo","charset":"Signaro de la Ligita Rimedo","cssClasses":"Klasoj de Stilfolioj","emailAddress":"RetpoÅto","emailBody":"MesaÄa korpo","emailSubject":"MesaÄa Temo","id":"Id","info":"Informoj pri la Ligilo","langCode":"Lingva Kodo","langDir":"Skribdirekto","langDirLTR":"De maldekstro dekstren (LTR)","langDirRTL":"De dekstro maldekstren (RTL)","menu":"ÅanÄi Ligilon","name":"Nomo","noAnchors":"<Ne disponeblas ankroj en la dokumento>","noEmail":"Bonvolu entajpi la retpoÅtadreson","noUrl":"Bonvolu entajpi la URL-on","other":"<alia>","popupDependent":"Dependa (Netscape)","popupFeatures":"Atributoj de la Åprucfenestro","popupFullScreen":"Tutekrane (IE)","popupLeft":"Maldekstra Pozicio","popupLocationBar":"Adresobreto","popupMenuBar":"Menubreto","popupResizable":"DimensiÅanÄebla","popupScrollBars":"Rulumskaloj","popupStatusBar":"Statobreto","popupToolbar":"Ilobreto","popupTop":"Supra Pozicio","rel":"Rilato","selectAnchor":"Elekti Ankron","styles":"Stilo","tabIndex":"Taba Indekso","target":"Celo","targetFrame":"<kadro>","targetFrameName":"Nomo de CelKadro","targetPopup":"<Åprucfenestro>","targetPopupName":"Nomo de Åprucfenestro","title":"Ligilo","toAnchor":"Ankri en tiu Äi paÄo","toEmail":"RetpoÅto","toUrl":"URL","toolbar":"Enmeti/ÅanÄi Ligilon","type":"Tipo de Ligilo","unlink":"Forigi Ligilon","upload":"AlÅuti"},"indent":{"indent":"Pligrandigi KrommarÄenon","outdent":"Malpligrandigi KrommarÄenon"},"image":{"alt":"AnstataÅiga Teksto","border":"Bordero","btnUpload":"Sendu al Servilo","button2Img":"Äu vi volas transformi la selektitan bildbutonon en simplan bildon?","hSpace":"Horizontala Spaco","img2Button":"Äu vi volas transformi la selektitan bildon en bildbutonon?","infoTab":"Informoj pri Bildo","linkTab":"Ligilo","lockRatio":"Konservi Proporcion","menu":"Atributoj de Bildo","resetSize":"Origina Grando","title":"Atributoj de Bildo","titleButton":"Bildbutonaj Atributoj","upload":"AlÅuti","urlMissing":"La fontretadreso de la bildo mankas.","vSpace":"Vertikala Spaco","validateBorder":"La bordero devas esti entjera nombro.","validateHSpace":"La horizontala spaco devas esti entjera nombro.","validateVSpace":"La vertikala spaco devas esti entjera nombro."},"horizontalrule":{"toolbar":"Enmeti Horizontalan Linion"},"format":{"label":"Formato","panelTitle":"ParagrafFormato","tag_address":"Adreso","tag_div":"Normala (DIV)","tag_h1":"Titolo 1","tag_h2":"Titolo 2","tag_h3":"Titolo 3","tag_h4":"Titolo 4","tag_h5":"Titolo 5","tag_h6":"Titolo 6","tag_p":"Normala","tag_pre":"Formatita"},"fakeobjects":{"anchor":"Ankro","flash":"FlaÅAnimacio","hiddenfield":"KaÅita kampo","iframe":"Enlinia Kadro (IFrame)","unknown":"Nekonata objekto"},"elementspath":{"eleLabel":"Vojo al Elementoj","eleTitle":"%1 elementoj"},"contextmenu":{"options":"Opcioj de Kunteksta Menuo"},"clipboard":{"copy":"Kopii","copyError":"La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras kopiajn operaciojn. Bonvolu uzi la klavaron por tio (Ctrl/Cmd-C).","cut":"Eltondi","cutError":"La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras eltondajn operaciojn. Bonvolu uzi la klavaron por tio (Ctrl/Cmd-X).","paste":"Interglui","pasteArea":"Intergluoareo","pasteMsg":"Bonvolu glui la tekston en la jenan areon per uzado de la klavaro (<strong>Ctrl/Cmd+V</strong>) kaj premu OK","securityMsg":"Pro la sekurecagordo de via TTT-legilo, la redaktilo ne povas rekte atingi viajn datenojn en la poÅo. Bonvolu denove interglui la datenojn en tiun fenestron.","title":"Interglui"},"button":{"selectedLabel":"%1 (Selektita)"},"blockquote":{"toolbar":"Citaĵo"},"basicstyles":{"bold":"Grasa","italic":"Kursiva","strike":"Trastreko","subscript":"Suba indico","superscript":"Supra indico","underline":"Substreko"},"about":{"copy":"Copyright © $1. Äiuj rajtoj rezervitaj.","dlgTitle":"Pri CKEditor","help":"Kontroli $1 por helpo.","moreInfo":"Por informoj pri licenco, bonvolu viziti nian retpaÄaron:","title":"Pri CKEditor","userGuide":"CKEditor Uzindikoj"},"editor":"RiÄTeksta Redaktilo","editorPanel":"Panelo de la RiÄTeksta Redaktilo","common":{"editorHelp":"Premu ALT 0 por helpilo","browseServer":"Foliumi en la Servilo","url":"URL","protocol":"Protokolo","upload":"AlÅuti","uploadSubmit":"Sendu al Servilo","image":"Bildo","flash":"FlaÅo","form":"Formularo","checkbox":"Markobutono","radio":"Radiobutono","textField":"Teksta kampo","textarea":"Teksta Areo","hiddenField":"KaÅita Kampo","button":"Butono","select":"Elekta Kampo","imageButton":"Bildbutono","notSet":"<DefaÅlta>","id":"Id","name":"Nomo","langDir":"Skribdirekto","langDirLtr":"De maldekstro dekstren (LTR)","langDirRtl":"De dekstro maldekstren (RTL)","langCode":"Lingva Kodo","longDescr":"URL de Longa Priskribo","cssClass":"Klasoj de Stilfolioj","advisoryTitle":"Priskriba Titolo","cssStyle":"Stilo","ok":"Akcepti","cancel":"Rezigni","close":"Fermi","preview":"Vidigi Aspekton","resize":"Movigi por ÅanÄi la grandon","generalTab":"Äenerala","advancedTab":"Speciala","validateNumberFailed":"Tiu valoro ne estas nombro.","confirmNewPage":"La neregistritaj ÅanÄoj estas perdotaj. Äu vi certas, ke vi volas Åargi novan paÄon?","confirmCancel":"Iuj opcioj esta ÅanÄitaj. Äu vi certas, ke vi volas fermi la dialogon?","options":"Opcioj","target":"Celo","targetNew":"Nova Fenestro (_blank)","targetTop":"Supra Fenestro (_top)","targetSelf":"Sama Fenestro (_self)","targetParent":"Patra Fenestro (_parent)","langDirLTR":"De maldekstro dekstren (LTR)","langDirRTL":"De dekstro maldekstren (RTL)","styles":"Stilo","cssClasses":"Stilfoliaj Klasoj","width":"LarÄo","height":"Alto","align":"Äisrandigo","alignLeft":"Maldekstre","alignRight":"Dekstre","alignCenter":"Centre","alignJustify":"Äisrandigi AmbaÅflanke","alignTop":"Supre","alignMiddle":"Centre","alignBottom":"Malsupre","alignNone":"Neniu","invalidValue":"Nevalida Valoro","invalidHeight":"Alto devas esti nombro.","invalidWidth":"LarÄo devas esti nombro.","invalidCssLength":"La valoro indikita por la \"%1\" kampo devas esti pozitiva nombro kun aÅ sen valida CSSmezurunuo (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"La valoro indikita por la \"%1\" kampo devas esti pozitiva nombro kun aÅ sen valida HTMLmezurunuo (px or %).","invalidInlineStyle":"La valoro indikita por la enlinia stilo devas konsisti el unu aÅ pluraj elementoj kun la formato de \"nomo : valoro\", apartigitaj per punktokomoj.","cssLengthTooltip":"Entajpu nombron por rastrumera valoro aÅ nombron kun valida CSSunuo (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, nehavebla</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/es.js b/public/assets/ckeditor/lang/es.js new file mode 100644 index 0000000..c1e4f35 --- /dev/null +++ b/public/assets/ckeditor/lang/es.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['es']={"wsc":{"btnIgnore":"Ignorar","btnIgnoreAll":"Ignorar Todo","btnReplace":"Reemplazar","btnReplaceAll":"Reemplazar Todo","btnUndo":"Deshacer","changeTo":"Cambiar a","errorLoading":"Error cargando la aplicación del servidor: %s.","ieSpellDownload":"Módulo de Control de OrtografÃa no instalado.\r\n¿Desea descargarlo ahora?","manyChanges":"Control finalizado: se ha cambiado %1 palabras","noChanges":"Control finalizado: no se ha cambiado ninguna palabra","noMispell":"Control finalizado: no se encontraron errores","noSuggestions":"- No hay sugerencias -","notAvailable":"Lo sentimos pero el servicio no está disponible.","notInDic":"No se encuentra en el Diccionario","oneChange":"Control finalizado: se ha cambiado una palabra","progress":"Control de OrtografÃa en progreso...","title":"Comprobar ortografÃa","toolbar":"OrtografÃa"},"undo":{"redo":"Rehacer","undo":"Deshacer"},"toolbar":{"toolbarCollapse":"Contraer barra de herramientas","toolbarExpand":"Expandir barra de herramientas","toolbarGroups":{"document":"Documento","clipboard":"Portapapeles/Deshacer","editing":"Edición","forms":"Formularios","basicstyles":"Estilos básicos","paragraph":"Párrafo","links":"Enlaces","insert":"Insertar","styles":"Estilos","colors":"Colores","tools":"Herramientas"},"toolbars":"Barras de herramientas del editor"},"table":{"border":"Tamaño de Borde","caption":"TÃtulo","cell":{"menu":"Celda","insertBefore":"Insertar celda a la izquierda","insertAfter":"Insertar celda a la derecha","deleteCell":"Eliminar Celdas","merge":"Combinar Celdas","mergeRight":"Combinar a la derecha","mergeDown":"Combinar hacia abajo","splitHorizontal":"Dividir la celda horizontalmente","splitVertical":"Dividir la celda verticalmente","title":"Propiedades de celda","cellType":"Tipo de Celda","rowSpan":"Expandir filas","colSpan":"Expandir columnas","wordWrap":"Ajustar al contenido","hAlign":"Alineación Horizontal","vAlign":"Alineación Vertical","alignBaseline":"Linea de base","bgColor":"Color de fondo","borderColor":"Color de borde","data":"Datos","header":"Encabezado","yes":"SÃ","no":"No","invalidWidth":"La anchura de celda debe ser un número.","invalidHeight":"La altura de celda debe ser un número.","invalidRowSpan":"La expansión de filas debe ser un número entero.","invalidColSpan":"La expansión de columnas debe ser un número entero.","chooseColor":"Elegir"},"cellPad":"Esp. interior","cellSpace":"Esp. e/celdas","column":{"menu":"Columna","insertBefore":"Insertar columna a la izquierda","insertAfter":"Insertar columna a la derecha","deleteColumn":"Eliminar Columnas"},"columns":"Columnas","deleteTable":"Eliminar Tabla","headers":"Encabezados","headersBoth":"Ambas","headersColumn":"Primera columna","headersNone":"Ninguno","headersRow":"Primera fila","invalidBorder":"El tamaño del borde debe ser un número.","invalidCellPadding":"El espaciado interior debe ser un número.","invalidCellSpacing":"El espaciado entre celdas debe ser un número.","invalidCols":"El número de columnas debe ser un número mayor que 0.","invalidHeight":"La altura de tabla debe ser un número.","invalidRows":"El número de filas debe ser un número mayor que 0.","invalidWidth":"La anchura de tabla debe ser un número.","menu":"Propiedades de Tabla","row":{"menu":"Fila","insertBefore":"Insertar fila en la parte superior","insertAfter":"Insertar fila en la parte inferior","deleteRow":"Eliminar Filas"},"rows":"Filas","summary":"SÃntesis","title":"Propiedades de Tabla","toolbar":"Tabla","widthPc":"porcentaje","widthPx":"pixeles","widthUnit":"unidad de la anchura"},"stylescombo":{"label":"Estilo","panelTitle":"Estilos para formatear","panelTitle1":"Estilos de párrafo","panelTitle2":"Estilos de carácter","panelTitle3":"Estilos de objeto"},"specialchar":{"options":"Opciones de caracteres especiales","title":"Seleccione un caracter especial","toolbar":"Insertar Caracter Especial"},"sourcearea":{"toolbar":"Fuente HTML"},"scayt":{"btn_about":"Acerca de Corrector","btn_dictionaries":"Diccionarios","btn_disable":"Desactivar Corrector","btn_enable":"Activar Corrector","btn_langs":"Idiomas","btn_options":"Opciones","text_title":"Comprobar OrtografÃa Mientras Escribe"},"removeformat":{"toolbar":"Eliminar Formato"},"pastetext":{"button":"Pegar como Texto Plano","title":"Pegar como Texto Plano"},"pastefromword":{"confirmCleanup":"El texto que desea parece provenir de Word.\r\n¿Desea depurarlo antes de pegarlo?","error":"No ha sido posible limpiar los datos debido a un error interno","title":"Pegar desde Word","toolbar":"Pegar desde Word"},"maximize":{"maximize":"Maximizar","minimize":"Minimizar"},"magicline":{"title":"Insertar párrafo aquÃ"},"list":{"bulletedlist":"Viñetas","numberedlist":"Numeración"},"link":{"acccessKey":"Tecla de Acceso","advanced":"Avanzado","advisoryContentType":"Tipo de Contenido","advisoryTitle":"TÃtulo","anchor":{"toolbar":"Referencia","menu":"Propiedades de Referencia","title":"Propiedades de Referencia","name":"Nombre de la Referencia","errorName":"Por favor, complete el nombre de la Referencia","remove":"Quitar Referencia"},"anchorId":"Por ID de elemento","anchorName":"Por Nombre de Referencia","charset":"Fuente de caracteres vinculado","cssClasses":"Clases de hojas de estilo","emailAddress":"Dirección de E-Mail","emailBody":"Cuerpo del Mensaje","emailSubject":"TÃtulo del Mensaje","id":"Id","info":"Información de VÃnculo","langCode":"Código idioma","langDir":"Orientación","langDirLTR":"Izquierda a Derecha (LTR)","langDirRTL":"Derecha a Izquierda (RTL)","menu":"Editar VÃnculo","name":"Nombre","noAnchors":"(No hay referencias disponibles en el documento)","noEmail":"Por favor escriba la dirección de e-mail","noUrl":"Por favor escriba el vÃnculo URL","other":"<otro>","popupDependent":"Dependiente (Netscape)","popupFeatures":"CaracterÃsticas de Ventana Emergente","popupFullScreen":"Pantalla Completa (IE)","popupLeft":"Posición Izquierda","popupLocationBar":"Barra de ubicación","popupMenuBar":"Barra de Menú","popupResizable":"Redimensionable","popupScrollBars":"Barras de desplazamiento","popupStatusBar":"Barra de Estado","popupToolbar":"Barra de Herramientas","popupTop":"Posición Derecha","rel":"Relación","selectAnchor":"Seleccionar una referencia","styles":"Estilo","tabIndex":"Indice de tabulación","target":"Destino","targetFrame":"<marco>","targetFrameName":"Nombre del Marco Destino","targetPopup":"<ventana emergente>","targetPopupName":"Nombre de Ventana Emergente","title":"VÃnculo","toAnchor":"Referencia en esta página","toEmail":"E-Mail","toUrl":"URL","toolbar":"Insertar/Editar VÃnculo","type":"Tipo de vÃnculo","unlink":"Eliminar VÃnculo","upload":"Cargar"},"indent":{"indent":"Aumentar SangrÃa","outdent":"Disminuir SangrÃa"},"image":{"alt":"Texto Alternativo","border":"Borde","btnUpload":"Enviar al Servidor","button2Img":"¿Desea convertir el botón de imagen en una simple imagen?","hSpace":"Esp.Horiz","img2Button":"¿Desea convertir la imagen en un botón de imagen?","infoTab":"Información de Imagen","linkTab":"VÃnculo","lockRatio":"Proporcional","menu":"Propiedades de Imagen","resetSize":"Tamaño Original","title":"Propiedades de Imagen","titleButton":"Propiedades de Botón de Imagen","upload":"Cargar","urlMissing":"Debe indicar la URL de la imagen.","vSpace":"Esp.Vert","validateBorder":"El borde debe ser un número.","validateHSpace":"El espaciado horizontal debe ser un número.","validateVSpace":"El espaciado vertical debe ser un número."},"horizontalrule":{"toolbar":"Insertar LÃnea Horizontal"},"format":{"label":"Formato","panelTitle":"Formato","tag_address":"Dirección","tag_div":"Normal (DIV)","tag_h1":"Encabezado 1","tag_h2":"Encabezado 2","tag_h3":"Encabezado 3","tag_h4":"Encabezado 4","tag_h5":"Encabezado 5","tag_h6":"Encabezado 6","tag_p":"Normal","tag_pre":"Con formato"},"fakeobjects":{"anchor":"Ancla","flash":"Animación flash","hiddenfield":"Campo oculto","iframe":"IFrame","unknown":"Objeto desconocido"},"elementspath":{"eleLabel":"Ruta de los elementos","eleTitle":"%1 elemento"},"contextmenu":{"options":"Opciones del menú contextual"},"clipboard":{"copy":"Copiar","copyError":"La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de copiado.\r\nPor favor use el teclado (Ctrl/Cmd+C).","cut":"Cortar","cutError":"La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de cortado.\r\nPor favor use el teclado (Ctrl/Cmd+X).","paste":"Pegar","pasteArea":"Zona de pegado","pasteMsg":"Por favor pegue dentro del cuadro utilizando el teclado (<STRONG>Ctrl/Cmd+V</STRONG>);\r\nluego presione <STRONG>Aceptar</STRONG>.","securityMsg":"Debido a la configuración de seguridad de su navegador, el editor no tiene acceso al portapapeles.\r\nEs necesario que lo pegue de nuevo en esta ventana.","title":"Pegar"},"button":{"selectedLabel":"%1 (Seleccionado)"},"blockquote":{"toolbar":"Cita"},"basicstyles":{"bold":"Negrita","italic":"Cursiva","strike":"Tachado","subscript":"SubÃndice","superscript":"SuperÃndice","underline":"Subrayado"},"about":{"copy":"Copyright © $1. Todos los derechos reservados.","dlgTitle":"Acerca de CKEditor","help":"Lea la $1 para resolver sus dudas.","moreInfo":"Para información de licencia, por favor visite nuestro sitio web:","title":"Acerca de CKEditor","userGuide":"GuÃa de usuario de CKEditor"},"editor":"Editor de texto enriquecido","editorPanel":"Panel del Editor de Texto Enriquecido","common":{"editorHelp":"Pulse ALT 0 para ayuda","browseServer":"Ver Servidor","url":"URL","protocol":"Protocolo","upload":"Cargar","uploadSubmit":"Enviar al Servidor","image":"Imagen","flash":"Flash","form":"Formulario","checkbox":"Casilla de Verificación","radio":"Botones de Radio","textField":"Campo de Texto","textarea":"Area de Texto","hiddenField":"Campo Oculto","button":"Botón","select":"Campo de Selección","imageButton":"Botón Imagen","notSet":"<No definido>","id":"Id","name":"Nombre","langDir":"Orientación","langDirLtr":"Izquierda a Derecha (LTR)","langDirRtl":"Derecha a Izquierda (RTL)","langCode":"Cód. de idioma","longDescr":"Descripción larga URL","cssClass":"Clases de hojas de estilo","advisoryTitle":"TÃtulo","cssStyle":"Estilo","ok":"Aceptar","cancel":"Cancelar","close":"Cerrar","preview":"Previsualización","resize":"Arrastre para redimensionar","generalTab":"General","advancedTab":"Avanzado","validateNumberFailed":"El valor no es un número.","confirmNewPage":"Cualquier cambio que no se haya guardado se perderá.\r\n¿Está seguro de querer crear una nueva página?","confirmCancel":"Algunas de las opciones se han cambiado.\r\n¿Está seguro de querer cerrar el diálogo?","options":"Opciones","target":"Destino","targetNew":"Nueva ventana (_blank)","targetTop":"Ventana principal (_top)","targetSelf":"Misma ventana (_self)","targetParent":"Ventana padre (_parent)","langDirLTR":"Izquierda a derecha (LTR)","langDirRTL":"Derecha a izquierda (RTL)","styles":"Estilos","cssClasses":"Clase de la hoja de estilos","width":"Anchura","height":"Altura","align":"Alineación","alignLeft":"Izquierda","alignRight":"Derecha","alignCenter":"Centrado","alignJustify":"Justificado","alignTop":"Tope","alignMiddle":"Centro","alignBottom":"Pie","alignNone":"Ninguno","invalidValue":"Valor no válido","invalidHeight":"Altura debe ser un número.","invalidWidth":"Anchura debe ser un número.","invalidCssLength":"El valor especificado para el campo \"%1\" debe ser un número positivo, incluyendo optionalmente una unidad de medida CSS válida (px, %, in, cm, mm, em, ex, pt, o pc).","invalidHtmlLength":"El valor especificado para el campo \"%1\" debe ser un número positivo, incluyendo optionalmente una unidad de medida HTML válida (px o %).","invalidInlineStyle":"El valor especificado para el estilo debe consistir en uno o más pares con el formato \"nombre: valor\", separados por punto y coma.","cssLengthTooltip":"Introduca un número para el valor en pixels o un número con una unidad de medida CSS válida (px, %, in, cm, mm, em, ex, pt, o pc).","unavailable":"%1<span class=\"cke_accessibility\">, no disponible</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/et.js b/public/assets/ckeditor/lang/et.js new file mode 100644 index 0000000..9f2349e --- /dev/null +++ b/public/assets/ckeditor/lang/et.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['et']={"wsc":{"btnIgnore":"Ignoreeri","btnIgnoreAll":"Ignoreeri kõiki","btnReplace":"Asenda","btnReplaceAll":"Asenda kõik","btnUndo":"Võta tagasi","changeTo":"Muuda","errorLoading":"Viga rakenduse teenushosti laadimisel: %s.","ieSpellDownload":"Ãigekirja kontrollija ei ole paigaldatud. Soovid sa selle alla laadida?","manyChanges":"Ãigekirja kontroll sooritatud: %1 sõna muudetud","noChanges":"Ãigekirja kontroll sooritatud: ühtegi sõna ei muudetud","noMispell":"Ãigekirja kontroll sooritatud: õigekirjuvigu ei leitud","noSuggestions":"- Soovitused puuduvad -","notAvailable":"Kahjuks ei ole teenus praegu saadaval.","notInDic":"Puudub sõnastikust","oneChange":"Ãigekirja kontroll sooritatud: üks sõna muudeti","progress":"Toimub õigekirja kontroll...","title":"Ãigekirjakontroll","toolbar":"Ãigekirjakontroll"},"undo":{"redo":"Toimingu kordamine","undo":"Tagasivõtmine"},"toolbar":{"toolbarCollapse":"Tööriistariba peitmine","toolbarExpand":"Tööriistariba näitamine","toolbarGroups":{"document":"Dokument","clipboard":"Lõikelaud/tagasivõtmine","editing":"Muutmine","forms":"Vormid","basicstyles":"Põhistiilid","paragraph":"Lõik","links":"Lingid","insert":"Sisesta","styles":"Stiilid","colors":"Värvid","tools":"Tööriistad"},"toolbars":"Redaktori tööriistaribad"},"table":{"border":"Joone suurus","caption":"Tabeli tiitel","cell":{"menu":"Lahter","insertBefore":"Sisesta lahter enne","insertAfter":"Sisesta lahter peale","deleteCell":"Eemalda lahtrid","merge":"Ãhenda lahtrid","mergeRight":"Ãhenda paremale","mergeDown":"Ãhenda alla","splitHorizontal":"Poolita lahter horisontaalselt","splitVertical":"Poolita lahter vertikaalselt","title":"Lahtri omadused","cellType":"Lahtri liik","rowSpan":"Ridade vahe","colSpan":"Tulpade vahe","wordWrap":"Sõnade murdmine","hAlign":"Horisontaalne joondus","vAlign":"Vertikaalne joondus","alignBaseline":"Baasjoon","bgColor":"Tausta värv","borderColor":"Ãärise värv","data":"Andmed","header":"Päis","yes":"Jah","no":"Ei","invalidWidth":"Lahtri laius peab olema number.","invalidHeight":"Lahtri kõrgus peab olema number.","invalidRowSpan":"Ridade vahe peab olema täisarv.","invalidColSpan":"Tulpade vahe peab olema täisarv.","chooseColor":"Vali"},"cellPad":"Lahtri täidis","cellSpace":"Lahtri vahe","column":{"menu":"Veerg","insertBefore":"Sisesta veerg enne","insertAfter":"Sisesta veerg peale","deleteColumn":"Eemalda veerud"},"columns":"Veerud","deleteTable":"Kustuta tabel","headers":"Päised","headersBoth":"Mõlemad","headersColumn":"Esimene tulp","headersNone":"Puudub","headersRow":"Esimene rida","invalidBorder":"Ãärise suurus peab olema number.","invalidCellPadding":"Lahtrite polsterdus (padding) peab olema positiivne arv.","invalidCellSpacing":"Lahtrite vahe peab olema positiivne arv.","invalidCols":"Tulpade arv peab olema nullist suurem.","invalidHeight":"Tabeli kõrgus peab olema number.","invalidRows":"Ridade arv peab olema nullist suurem.","invalidWidth":"Tabeli laius peab olema number.","menu":"Tabeli omadused","row":{"menu":"Rida","insertBefore":"Sisesta rida enne","insertAfter":"Sisesta rida peale","deleteRow":"Eemalda read"},"rows":"Read","summary":"Kokkuvõte","title":"Tabeli omadused","toolbar":"Tabel","widthPc":"protsenti","widthPx":"pikslit","widthUnit":"laiuse ühik"},"stylescombo":{"label":"Stiil","panelTitle":"Vormindusstiilid","panelTitle1":"Blokkstiilid","panelTitle2":"Reasisesed stiilid","panelTitle3":"Objektistiilid"},"specialchar":{"options":"Erimärkide valikud","title":"Erimärgi valimine","toolbar":"Erimärgi sisestamine"},"sourcearea":{"toolbar":"Lähtekood"},"scayt":{"btn_about":"SCAYT-ist lähemalt","btn_dictionaries":"Sõnaraamatud","btn_disable":"SCAYT keelatud","btn_enable":"SCAYT lubatud","btn_langs":"Keeled","btn_options":"Valikud","text_title":"Ãigekirjakontroll kirjutamise ajal"},"removeformat":{"toolbar":"Vormingu eemaldamine"},"pastetext":{"button":"Asetamine tavalise tekstina","title":"Asetamine tavalise tekstina"},"pastefromword":{"confirmCleanup":"Tekst, mida tahad asetada näib pärinevat Wordist. Kas tahad selle enne asetamist puhastada?","error":"Asetatud andmete puhastamine ei olnud sisemise vea tõttu võimalik","title":"Asetamine Wordist","toolbar":"Asetamine Wordist"},"maximize":{"maximize":"Maksimeerimine","minimize":"Minimeerimine"},"magicline":{"title":"Sisesta siia lõigu tekst"},"list":{"bulletedlist":"Punktloend","numberedlist":"Numberloend"},"link":{"acccessKey":"Juurdepääsu võti","advanced":"Täpsemalt","advisoryContentType":"Juhendava sisu tüüp","advisoryTitle":"Juhendav tiitel","anchor":{"toolbar":"Ankru sisestamine/muutmine","menu":"Ankru omadused","title":"Ankru omadused","name":"Ankru nimi","errorName":"Palun sisesta ankru nimi","remove":"Eemalda ankur"},"anchorId":"Elemendi id järgi","anchorName":"Ankru nime järgi","charset":"Lingitud ressursi märgistik","cssClasses":"Stiilistiku klassid","emailAddress":"E-posti aadress","emailBody":"Sõnumi tekst","emailSubject":"Sõnumi teema","id":"ID","info":"Lingi info","langCode":"Keele suund","langDir":"Keele suund","langDirLTR":"Vasakult paremale (LTR)","langDirRTL":"Paremalt vasakule (RTL)","menu":"Muuda linki","name":"Nimi","noAnchors":"(Selles dokumendis pole ankruid)","noEmail":"Palun kirjuta e-posti aadress","noUrl":"Palun kirjuta lingi URL","other":"<muu>","popupDependent":"Sõltuv (Netscape)","popupFeatures":"Hüpikakna omadused","popupFullScreen":"Täisekraan (IE)","popupLeft":"Vasak asukoht","popupLocationBar":"Aadressiriba","popupMenuBar":"Menüüriba","popupResizable":"Suurust saab muuta","popupScrollBars":"Kerimisribad","popupStatusBar":"Olekuriba","popupToolbar":"Tööriistariba","popupTop":"Ãlemine asukoht","rel":"Suhe","selectAnchor":"Vali ankur","styles":"Laad","tabIndex":"Tab indeks","target":"Sihtkoht","targetFrame":"<raam>","targetFrameName":"Sihtmärk raami nimi","targetPopup":"<hüpikaken>","targetPopupName":"Hüpikakna nimi","title":"Link","toAnchor":"Ankur sellel lehel","toEmail":"E-post","toUrl":"URL","toolbar":"Lingi lisamine/muutmine","type":"Lingi liik","unlink":"Lingi eemaldamine","upload":"Lae üles"},"indent":{"indent":"Taande suurendamine","outdent":"Taande vähendamine"},"image":{"alt":"Alternatiivne tekst","border":"Joon","btnUpload":"Saada serverisse","button2Img":"Kas tahad teisendada valitud pildiga nupu tavaliseks pildiks?","hSpace":"H. vaheruum","img2Button":"Kas tahad teisendada valitud tavalise pildi pildiga nupuks?","infoTab":"Pildi info","linkTab":"Link","lockRatio":"Lukusta kuvasuhe","menu":"Pildi omadused","resetSize":"Lähtesta suurus","title":"Pildi omadused","titleButton":"Piltnupu omadused","upload":"Lae üles","urlMissing":"Pildi lähte-URL on puudu.","vSpace":"V. vaheruum","validateBorder":"Ãärise laius peab olema täisarv.","validateHSpace":"Horisontaalne vaheruum peab olema täisarv.","validateVSpace":"Vertikaalne vaheruum peab olema täisarv."},"horizontalrule":{"toolbar":"Horisontaaljoone sisestamine"},"format":{"label":"Vorming","panelTitle":"Vorming","tag_address":"Aadress","tag_div":"Tavaline (DIV)","tag_h1":"Pealkiri 1","tag_h2":"Pealkiri 2","tag_h3":"Pealkiri 3","tag_h4":"Pealkiri 4","tag_h5":"Pealkiri 5","tag_h6":"Pealkiri 6","tag_p":"Tavaline","tag_pre":"Vormindatud"},"fakeobjects":{"anchor":"Ankur","flash":"Flashi animatsioon","hiddenfield":"Varjatud väli","iframe":"IFrame","unknown":"Tundmatu objekt"},"elementspath":{"eleLabel":"Elementide asukoht","eleTitle":"%1 element"},"contextmenu":{"options":"Kontekstimenüü valikud"},"clipboard":{"copy":"Kopeeri","copyError":"Sinu veebisirvija turvaseaded ei luba redaktoril automaatselt kopeerida. Palun kasutage selleks klaviatuuri klahvikombinatsiooni (Ctrl/Cmd+C).","cut":"Lõika","cutError":"Sinu veebisirvija turvaseaded ei luba redaktoril automaatselt lõigata. Palun kasutage selleks klaviatuuri klahvikombinatsiooni (Ctrl/Cmd+X).","paste":"Aseta","pasteArea":"Asetamise ala","pasteMsg":"Palun aseta tekst järgnevasse kasti kasutades klaviatuuri klahvikombinatsiooni (<STRONG>Ctrl/Cmd+V</STRONG>) ja vajuta seejärel <STRONG>OK</STRONG>.","securityMsg":"Sinu veebisirvija turvaseadete tõttu ei oma redaktor otsest ligipääsu lõikelaua andmetele. Sa pead asetama need uuesti siia aknasse.","title":"Asetamine"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"Blokktsitaat"},"basicstyles":{"bold":"Paks","italic":"Kursiiv","strike":"Läbijoonitud","subscript":"Allindeks","superscript":"Ãlaindeks","underline":"Allajoonitud"},"about":{"copy":"Copyright © $1. Kõik õigused kaitstud.","dlgTitle":"CKEditorist","help":"Abi jaoks vaata $1.","moreInfo":"Litsentsi andmed leiab meie veebilehelt:","title":"CKEditorist","userGuide":"CKEditori kasutusjuhendit"},"editor":"Rikkalik tekstiredaktor","editorPanel":"Rikkaliku tekstiredaktori paneel","common":{"editorHelp":"Abi saamiseks vajuta ALT 0","browseServer":"Serveri sirvimine","url":"URL","protocol":"Protokoll","upload":"Laadi üles","uploadSubmit":"Saada serverisse","image":"Pilt","flash":"Flash","form":"Vorm","checkbox":"Märkeruut","radio":"Raadionupp","textField":"Tekstilahter","textarea":"Tekstiala","hiddenField":"Varjatud lahter","button":"Nupp","select":"Valiklahter","imageButton":"Piltnupp","notSet":"<määramata>","id":"ID","name":"Nimi","langDir":"Keele suund","langDirLtr":"Vasakult paremale (LTR)","langDirRtl":"Paremalt vasakule (RTL)","langCode":"Keele kood","longDescr":"Pikk kirjeldus URL","cssClass":"Stiilistiku klassid","advisoryTitle":"Soovituslik pealkiri","cssStyle":"Laad","ok":"Olgu","cancel":"Loobu","close":"Sulge","preview":"Eelvaade","resize":"Suuruse muutmiseks lohista","generalTab":"Ãldine","advancedTab":"Täpsemalt","validateNumberFailed":"See väärtus pole number.","confirmNewPage":"Kõik salvestamata muudatused lähevad kaotsi. Kas oled kindel, et tahad laadida uue lehe?","confirmCancel":"Mõned valikud on muudetud. Kas oled kindel, et tahad dialoogi sulgeda?","options":"Valikud","target":"Sihtkoht","targetNew":"Uus aken (_blank)","targetTop":"Kõige ülemine aken (_top)","targetSelf":"Sama aken (_self)","targetParent":"Vanemaken (_parent)","langDirLTR":"Vasakult paremale (LTR)","langDirRTL":"Paremalt vasakule (RTL)","styles":"Stiili","cssClasses":"Stiililehe klassid","width":"Laius","height":"Kõrgus","align":"Joondus","alignLeft":"Vasak","alignRight":"Paremale","alignCenter":"Kesk","alignJustify":"Rööpjoondus","alignTop":"Ãles","alignMiddle":"Keskele","alignBottom":"Alla","alignNone":"None","invalidValue":"Vigane väärtus.","invalidHeight":"Kõrgus peab olema number.","invalidWidth":"Laius peab olema number.","invalidCssLength":"\"%1\" välja jaoks määratud väärtus peab olema positiivne täisarv CSS ühikuga (px, %, in, cm, mm, em, ex, pt või pc) või ilma.","invalidHtmlLength":"\"%1\" välja jaoks määratud väärtus peab olema positiivne täisarv HTML ühikuga (px või %) või ilma.","invalidInlineStyle":"Reasisese stiili määrangud peavad koosnema paarisväärtustest (tuples), mis on semikoolonitega eraldatult järgnevas vormingus: \"nimi : väärtus\".","cssLengthTooltip":"Sisesta väärtus pikslites või number koos sobiva CSS-i ühikuga (px, %, in, cm, mm, em, ex, pt või pc).","unavailable":"%1<span class=\"cke_accessibility\">, pole saadaval</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/eu.js b/public/assets/ckeditor/lang/eu.js new file mode 100644 index 0000000..d4fe0c5 --- /dev/null +++ b/public/assets/ckeditor/lang/eu.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['eu']={"wsc":{"btnIgnore":"Ezikusi","btnIgnoreAll":"Denak Ezikusi","btnReplace":"Ordezkatu","btnReplaceAll":"Denak Ordezkatu","btnUndo":"Desegin","changeTo":"Honekin ordezkatu","errorLoading":"Errorea gertatu da aplikazioa zerbitzaritik kargatzean: %s.","ieSpellDownload":"Zuzentzaile ortografikoa ez dago instalatuta. Deskargatu nahi duzu?","manyChanges":"Zuzenketa ortografikoa bukatuta: %1 hitz aldatu dira","noChanges":"Zuzenketa ortografikoa bukatuta: Ez da ezer aldatu","noMispell":"Zuzenketa ortografikoa bukatuta: Akatsik ez","noSuggestions":"- Iradokizunik ez -","notAvailable":"Barkatu baina momentu honetan zerbitzua ez dago erabilgarri.","notInDic":"Ez dago hiztegian","oneChange":"Zuzenketa ortografikoa bukatuta: Hitz bat aldatu da","progress":"Zuzenketa ortografikoa martxan...","title":"Ortografia zuzenketa","toolbar":"Ortografia"},"undo":{"redo":"Berregin","undo":"Desegin"},"toolbar":{"toolbarCollapse":"Tolestu tresna-barra","toolbarExpand":"Zabaldu tresna-barra","toolbarGroups":{"document":"Dokumentua","clipboard":"Arbela/Desegin","editing":"Editatu","forms":"Formularioak","basicstyles":"Oinarrizko estiloak","paragraph":"Paragrafoa","links":"Estekak","insert":"Txertatu","styles":"Estiloak","colors":"Koloreak","tools":"Tresnak"},"toolbars":"Editorearen tresna-barrak"},"table":{"border":"Ertzaren zabalera","caption":"Epigrafea","cell":{"menu":"Gelaxka","insertBefore":"Txertatu gelaxka aurretik","insertAfter":"Txertatu gelaxka ondoren","deleteCell":"Ezabatu gelaxkak","merge":"Batu gelaxkak","mergeRight":"Batu eskuinetara","mergeDown":"Batu behera","splitHorizontal":"Banatu gelaxka horizontalki","splitVertical":"Banatu gelaxka bertikalki","title":"Gelaxkaren propietateak","cellType":"Gelaxka-mota","rowSpan":"Errenkaden hedadura","colSpan":"Zutabeen hedadura","wordWrap":"Itzulbira","hAlign":"Lerrokatze horizontala","vAlign":"Lerrokatze bertikala","alignBaseline":"Oinarri-lerroan","bgColor":"Atzeko planoaren kolorea","borderColor":"Ertzaren kolorea","data":"Data","header":"Goiburua","yes":"Bai","no":"Ez","invalidWidth":"Gelaxkaren zabalera zenbaki bat izan behar da.","invalidHeight":"Gelaxkaren altuera zenbaki bat izan behar da.","invalidRowSpan":"Errenkaden hedadura zenbaki osoa izan behar da.","invalidColSpan":"Zutabeen hedadura zenbaki osoa izan behar da.","chooseColor":"Aukeratu"},"cellPad":"Gelaxken betegarria","cellSpace":"Gelaxka arteko tartea","column":{"menu":"Zutabea","insertBefore":"Txertatu zutabea aurretik","insertAfter":"Txertatu zutabea ondoren","deleteColumn":"Ezabatu zutabeak"},"columns":"Zutabeak","deleteTable":"Ezabatu taula","headers":"Goiburuak","headersBoth":"Biak","headersColumn":"Lehen zutabea","headersNone":"Bat ere ez","headersRow":"Lehen errenkada","invalidBorder":"Ertzaren tamaina zenbaki bat izan behar da.","invalidCellPadding":"Gelaxken betegarria zenbaki bat izan behar da.","invalidCellSpacing":"Gelaxka arteko tartea zenbaki bat izan behar da.","invalidCols":"Zutabe kopurua 0 baino handiagoa den zenbakia izan behar da.","invalidHeight":"Taularen altuera zenbaki bat izan behar da.","invalidRows":"Errenkada kopurua 0 baino handiagoa den zenbakia izan behar da.","invalidWidth":"Taularen zabalera zenbaki bat izan behar da.","menu":"Taularen propietateak","row":{"menu":"Errenkada","insertBefore":"Txertatu errenkada aurretik","insertAfter":"Txertatu errenkada ondoren","deleteRow":"Ezabatu errenkadak"},"rows":"Errenkadak","summary":"Laburpena","title":"Taularen propietateak","toolbar":"Taula","widthPc":"ehuneko","widthPx":"pixel","widthUnit":"zabalera unitatea"},"stylescombo":{"label":"Estiloak","panelTitle":"Formatu estiloak","panelTitle1":"Bloke estiloak","panelTitle2":"Lineako estiloak","panelTitle3":"Objektu estiloak"},"specialchar":{"options":"Karaktere berezien aukerak","title":"Hautatu karaktere berezia","toolbar":"Txertatu karaktere berezia"},"sourcearea":{"toolbar":"Iturburua"},"scayt":{"btn_about":"SCAYTi buruz","btn_dictionaries":"Hiztegiak","btn_disable":"Desgaitu SCAYT","btn_enable":"Gaitu SCAYT","btn_langs":"Hizkuntzak","btn_options":"Aukerak","text_title":"Ortografia Zuzenketa Idatzi Ahala (SCAYT)"},"removeformat":{"toolbar":"Kendu formatua"},"pastetext":{"button":"Itsatsi testu arrunta bezala","title":"Itsatsi testu arrunta bezala"},"pastefromword":{"confirmCleanup":"Itsatsi nahi duzun testua Word-etik kopiatua dela dirudi. Itsatsi baino lehen garbitu nahi duzu?","error":"Barne-errore bat dela eta ezin izan da itsatsitako testua garbitu","title":"Itsatsi Word-etik","toolbar":"Itsatsi Word-etik"},"maximize":{"maximize":"Maximizatu","minimize":"Minimizatu"},"magicline":{"title":"Txertatu paragrafoa hemen"},"list":{"bulletedlist":"Buletdun Zerrenda","numberedlist":"Zenbakidun Zerrenda"},"link":{"acccessKey":"Sarbide-tekla","advanced":"Aurreratua","advisoryContentType":"Aholkatutako eduki-mota","advisoryTitle":"Aholkatutako izenburua","anchor":{"toolbar":"Aingura","menu":"Editatu aingura","title":"Ainguraren propietateak","name":"Ainguraren izena","errorName":"Idatzi ainguraren izena","remove":"Kendu aingura"},"anchorId":"Elementuaren Id-aren arabera","anchorName":"Aingura-izenaren arabera","charset":"Estekatutako baliabide karaktere-jokoa","cssClasses":"Estilo-orriko klaseak","emailAddress":"E-posta helbidea","emailBody":"Mezuaren gorputza","emailSubject":"Mezuaren gaia","id":"Id","info":"Estekaren informazioa","langCode":"Hizkuntzaren kodea","langDir":"Hizkuntzaren norabidea","langDirLTR":"Ezkerretik eskuinera (LTR)","langDirRTL":"Eskuinetik ezkerrera (RTL)","menu":"Editatu esteka","name":"Izena","noAnchors":"(Ez dago aingurarik erabilgarri dokumentuan)","noEmail":"Mesedez idatzi e-posta helbidea","noUrl":"Mesedez idatzi estekaren URLa","other":"<bestelakoa>","popupDependent":"Menpekoa (Netscape)","popupFeatures":"Laster-leihoaren ezaugarriak","popupFullScreen":"Pantaila osoa (IE)","popupLeft":"Ezkerreko posizioa","popupLocationBar":"Kokaleku-barra","popupMenuBar":"Menu-barra","popupResizable":"Tamaina aldakorra","popupScrollBars":"Korritze-barrak","popupStatusBar":"Egoera-barra","popupToolbar":"Tresna-barra","popupTop":"Goiko posizioa","rel":"Erlazioa","selectAnchor":"Hautatu aingura","styles":"Estiloa","tabIndex":"Tabulazio indizea","target":"Helburua","targetFrame":"<frame>","targetFrameName":"Helburuko markoaren izena","targetPopup":"<laster-leihoa>","targetPopupName":"Laster-leihoaren izena","title":"Esteka","toAnchor":"Estekatu testuko aingurara","toEmail":"E-posta","toUrl":"URLa","toolbar":"Esteka","type":"Esteka-mota","unlink":"Kendu esteka","upload":"Kargatu"},"indent":{"indent":"Handitu koska","outdent":"Txikitu koska"},"image":{"alt":"Ordezko testua","border":"Ertza","btnUpload":"Bidali zerbitzarira","button2Img":"Hautatutako irudi-botoia irudi arrunt bihurtu nahi duzu?","hSpace":"HSpace","img2Button":"Hautatutako irudia irudi-botoi bihurtu nahi duzu?","infoTab":"Irudiaren informazioa","linkTab":"Esteka","lockRatio":"Blokeatu erlazioa","menu":"Irudiaren propietateak","resetSize":"Berrezarri tamaina","title":"Irudiaren propietateak","titleButton":"Irudi-botoiaren propietateak","upload":"Kargatu","urlMissing":"Irudiaren iturburuaren URLa falta da.","vSpace":"VSpace","validateBorder":"Ertza zenbaki oso bat izan behar da.","validateHSpace":"HSpace zenbaki oso bat izan behar da.","validateVSpace":"VSpace zenbaki oso bat izan behar da."},"horizontalrule":{"toolbar":"Txertatu marra horizontala"},"format":{"label":"Formatua","panelTitle":"Paragrafoaren formatua","tag_address":"Helbidea","tag_div":"Normala (DIV)","tag_h1":"Izenburua 1","tag_h2":"Izenburua 2","tag_h3":"Izenburua 3","tag_h4":"Izenburua 4","tag_h5":"Izenburua 5","tag_h6":"Izenburua 6","tag_p":"Normala","tag_pre":"Formatuduna"},"fakeobjects":{"anchor":"Aingura","flash":"Flash animazioa","hiddenfield":"Ezkutuko eremua","iframe":"IFrame-a","unknown":"Objektu ezezaguna"},"elementspath":{"eleLabel":"Elementuen bidea","eleTitle":"%1 elementua"},"contextmenu":{"options":"Testuinguru-menuaren aukerak"},"clipboard":{"copy":"Kopiatu","copyError":"Zure web nabigatzailearen segurtasun ezarpenek ez dute baimentzen testuak automatikoki kopiatzea. Mesedez teklatua erabil ezazu (Ctrl/Cmd+C).","cut":"Ebaki","cutError":"Zure web nabigatzailearen segurtasun ezarpenek ez dute baimentzen testuak automatikoki moztea. Mesedez teklatua erabil ezazu (Ctrl/Cmd+X).","paste":"Itsatsi","pasteArea":"Itsasteko area","pasteMsg":"Mesedez teklatua erabiliz (<strong>Ctrl/Cmd+V</strong>) ondorengo eremuan testua itsatsi eta sakatu <strong>Ados</strong>.","securityMsg":"Nabigatzailearen segurtasun ezarpenak direla eta, editoreak ezin du arbela zuzenean erabili. Leiho honetan berriro itsatsi behar duzu.","title":"Itsatsi"},"button":{"selectedLabel":"%1 (hautatuta)"},"blockquote":{"toolbar":"Aipamen blokea"},"basicstyles":{"bold":"Lodia","italic":"Etzana","strike":"Marratua","subscript":"Azpi-indizea","superscript":"Goi-indizea","underline":"Azpimarratu"},"about":{"copy":"Copyright © $1. Eskubide guztiak erreserbaturik.","dlgTitle":"CKEditor-i buruz","help":"Begiratu $1 laguntzarako.","moreInfo":"Lizentziari buruzko informazioa gure webgunean:","title":"CKEditor-i buruz","userGuide":"CKEditor-en erabiltzaile-gida"},"editor":"Testu aberastuaren editorea","editorPanel":"Testu aberastuaren editorearen panela","common":{"editorHelp":"Sakatu ALT 0 laguntza jasotzeko","browseServer":"Arakatu zerbitzaria","url":"URLa","protocol":"Protokoloa","upload":"Kargatu","uploadSubmit":"Bidali zerbitzarira","image":"Irudia","flash":"Flash","form":"Formularioa","checkbox":"Kontrol-laukia","radio":"Aukera-botoia","textField":"Testu-eremua","textarea":"Testu-area","hiddenField":"Ezkutuko eremua","button":"Botoia","select":"Hautespen-eremua","imageButton":"Irudi-botoia","notSet":"<ezarri gabe>","id":"Id","name":"Izena","langDir":"Hizkuntzaren norabidea","langDirLtr":"Ezkerretik eskuinera (LTR)","langDirRtl":"Eskuinetik ezkerrera (RTL)","langCode":"Hizkuntzaren kodea","longDescr":"URLaren deskribapen luzea","cssClass":"Estilo-orriko klaseak","advisoryTitle":"Aholkatutako izenburua","cssStyle":"Estiloa","ok":"Ados","cancel":"Utzi","close":"Itxi","preview":"Aurrebista","resize":"Aldatu tamainaz","generalTab":"Orokorra","advancedTab":"Aurreratua","validateNumberFailed":"Balio hau ez da zenbaki bat.","confirmNewPage":"Eduki honetan gorde gabe dauden aldaketak galduko dira. Ziur zaude orri berri bat kargatu nahi duzula?","confirmCancel":"Aukera batzuk aldatu dituzu. Ziur zaude elkarrizketa-koadroa itxi nahi duzula?","options":"Aukerak","target":"Helburua","targetNew":"Leiho berria (_blank)","targetTop":"Goieneko leihoan (_top)","targetSelf":"Leiho berean (_self)","targetParent":"Leiho gurasoan (_parent)","langDirLTR":"Ezkerretik eskuinera (LTR)","langDirRTL":"Eskuinetik ezkerrera (RTL)","styles":"Estiloa","cssClasses":"Estilo-orriko klaseak","width":"Zabalera","height":"Altuera","align":"Lerrokatzea","alignLeft":"Ezkerrean","alignRight":"Eskuinean","alignCenter":"Erdian","alignJustify":"Justifikatu","alignTop":"Goian","alignMiddle":"Erdian","alignBottom":"Behean","alignNone":"Bat ere ez","invalidValue":"Balio desegokia.","invalidHeight":"Altuera zenbaki bat izan behar da.","invalidWidth":"Zabalera zenbaki bat izan behar da.","invalidCssLength":"\"%1\" eremurako zehaztutako balioak zenbaki positibo bat izan behar du, CSS neurri unitate batekin edo gabe (px, %, in, cm, mm, em, ex, pt edo pc).","invalidHtmlLength":"\"%1\" eremurako zehaztutako balioak zenbaki positibo bat izan behar du, HTML neurri unitate batekin edo gabe (px edo %).","invalidInlineStyle":"Lineako estiloan zehaztutako balioak \"izen : balio\" formatuko tupla bat edo gehiago izan behar dira, komaz bereiztuak.","cssLengthTooltip":"Sartu zenbaki bat edo zenbaki bat baliozko CSS unitate batekin (px, %, in, cm, mm, em, ex, pt, edo pc).","unavailable":"%1<span class=\"cke_accessibility\">, erabilezina</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/fa.js b/public/assets/ckeditor/lang/fa.js new file mode 100644 index 0000000..c08dbe7 --- /dev/null +++ b/public/assets/ckeditor/lang/fa.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['fa']={"wsc":{"btnIgnore":"ÚØ´Ù Ù¾ÙØ´Û","btnIgnoreAll":"ÚØ´Ù Ù¾ÙØ´Û ÙÙ Ù","btnReplace":"جاÛگزÛÙÛ","btnReplaceAll":"جاÛگزÛÙÛ ÙÙ Ù","btnUndo":"ÙØ§ÚÛÙØ´","changeTo":"تغÛÛØ± بÙ","errorLoading":"خطا در Ø¨Ø§Ø±Ú¯ÛØ±Û Ø¨Ø±ÙØ§Ù ٠خد٠ات Ù ÛØ²Ø¨Ø§Ù: %s.","ieSpellDownload":"Ø¨Ø±Ø±Ø³Û Ú©ÙÙØ¯ÙÙ´ Ø§Ù ÙØ§ ÙØµØ¨ ÙØ´Ø¯Ù است. Ø¢ÛØ§ Ù ÛØ®ÙاÙÛØ¯ آ٠را Ù٠اکÙÙÙ Ø¯Ø±ÛØ§Ùت Ú©ÙÛØ¯Ø","manyChanges":"Ø¨Ø±Ø±Ø³Û Ø§Ù ÙØ§ Ø§ÙØ¬Ø§Ù شد. %1 ÙØ§Ú٠تغÛÛØ± ÛØ§Ùت","noChanges":"Ø¨Ø±Ø±Ø³Û Ø§Ù ÙØ§ Ø§ÙØ¬Ø§Ù شد. ÙÛÚ ÙØ§ÚÙØ§Û تغÛÛØ± ÙÛØ§Ùت","noMispell":"Ø¨Ø±Ø±Ø³Û Ø§Ù ÙØ§ Ø§ÙØ¬Ø§Ù شد. ÙÛÚ ØºÙØ· Ø§Ù ÙØ§Ø¦Û ÛØ§Ùت ÙØ´Ø¯","noSuggestions":"- Ù¾ÛØ´ÙÙØ§Ø¯Û ÙÛØ³Øª -","notAvailable":"با عرض Ù¾ÙØ²Ø´ خد٠ات Ø§ÙØ§Ù در دسترس ÙÛØ³ØªÙد.","notInDic":"در ÙØ§ÚÙ~ÙØ§Ù Ù ÛØ§Ùت ÙØ´Ø¯","oneChange":"Ø¨Ø±Ø±Ø³Û Ø§Ù ÙØ§ Ø§ÙØ¬Ø§Ù شد. ÛÚ© ÙØ§Ú٠تغÛÛØ± ÛØ§Ùت","progress":"Ø¨Ø±Ø±Ø³Û Ø§Ù ÙØ§ در ØØ§Ù Ø§ÙØ¬Ø§Ù ...","title":"Ø¨Ø±Ø±Ø³Û Ø§Ù ÙØ§","toolbar":"Ø¨Ø±Ø±Ø³Û Ø§Ù ÙØ§"},"undo":{"redo":"بازÚÛØ¯Ù","undo":"ÙØ§ÚÛØ¯Ù"},"toolbar":{"toolbarCollapse":"بست٠ÙÙØ§Ø± ابزار","toolbarExpand":"بازکرد٠ÙÙØ§Ø± ابزار","toolbarGroups":{"document":"Ø³ÙØ¯","clipboard":"ØØ§Ùظ٠٠ÙÙØª/برگشت","editing":"در ØØ§Ù ÙÛØ±Ø§ÛØ´","forms":"ÙØ±Ù âÙØ§","basicstyles":"سبکâÙØ§Û پاÛÙ","paragraph":"Ø¨ÙØ¯","links":"Ù¾ÛÙÙØ¯Ùا","insert":"ÙØ±Ùد","styles":"سبکâÙØ§","colors":"رÙÚ¯âÙØ§","tools":"Ø§Ø¨Ø²Ø§Ø±ÙØ§"},"toolbars":"ÙÙØ§Ø± Ø§Ø¨Ø²Ø§Ø±ÙØ§Û ÙÛØ±Ø§ÛØ´âگر"},"table":{"border":"Ø§ÙØ¯Ø§Ø²ÙÙ´ ÙØ¨Ù","caption":"عÙÙØ§Ù","cell":{"menu":"سÙÙÙ","insertBefore":"Ø§ÙØ²Ùد٠سÙÙÙ ÙØ¨Ù از","insertAfter":"Ø§ÙØ²Ùد٠سÙÙ٠بعد از","deleteCell":"ØØ°Ù سÙÙÙÙØ§","merge":"ادغا٠سÙÙÙÙØ§","mergeRight":"ادغا٠ب٠راست","mergeDown":"ادغا٠ب٠پاÛÛÙ","splitHorizontal":"جدا کرد٠اÙÙÛ Ø³ÙÙÙ","splitVertical":"جدا Ú©Ø±Ø¯Ù Ø¹Ù ÙØ¯Û سÙÙÙ","title":"ÙÛÚÚ¯ÛÙØ§Û سÙÙÙ","cellType":"ÙÙØ¹ سÙÙÙ","rowSpan":"Ù ØØ¯Ùد٠ردÛÙÙØ§","colSpan":"Ù ØØ¯Ùد٠ستÙÙÙØ§","wordWrap":"شکست٠کÙÙ Ù","hAlign":"ÚÛÙØ´ اÙÙÛ","vAlign":"ÚÛÙØ´ Ø¹Ù ÙØ¯Û","alignBaseline":"خط Ù Ø¨ÙØ§","bgColor":"رÙÚ¯ ز٠ÛÙÙ","borderColor":"رÙÚ¯ Ø®Ø·ÙØ·","data":"Ø§Ø·ÙØ§Ø¹Ø§Øª","header":"سرÙÙÛØ³","yes":"بÙÙ","no":"Ø®ÛØ±","invalidWidth":"عرض سÙÙÙ Ø¨Ø§ÛØ¯ ÛÚ© عدد باشد.","invalidHeight":"Ø§Ø±ØªÙØ§Ø¹ سÙÙÙ Ø¨Ø§ÛØ¯ عدد باشد.","invalidRowSpan":"Ù ÙØ¯Ø§Ø± Ù ØØ¯Ùد٠ردÛÙÙØ§ Ø¨Ø§ÛØ¯ ÛÚ© عدد باشد.","invalidColSpan":"Ù ÙØ¯Ø§Ø± Ù ØØ¯Ùد٠ستÙÙÙØ§ Ø¨Ø§ÛØ¯ ÛÚ© عدد باشد.","chooseColor":"Ø§ÙØªØ®Ø§Ø¨"},"cellPad":"ÙØ§ØµÙÙÙ´ پرشد٠در سÙÙÙ","cellSpace":"ÙØ§ØµÙÙÙ´ Ù ÛØ§Ù سÙÙÙÙØ§","column":{"menu":"ستÙÙ","insertBefore":"Ø§ÙØ²Ùد٠ستÙÙ ÙØ¨Ù از","insertAfter":"Ø§ÙØ²Ùد٠ستÙ٠بعد از","deleteColumn":"ØØ°Ù ستÙÙÙØ§"},"columns":"ستÙÙÙØ§","deleteTable":"پاک کرد٠جدÙÙ","headers":"سرÙÙÛØ³Ùا","headersBoth":"ÙØ±Ø¯Ù","headersColumn":"اÙÙÛ٠ستÙÙ","headersNone":"ÙÛÚ","headersRow":"اÙÙÛ٠ردÛÙ","invalidBorder":"Ù ÙØ¯Ø§Ø± Ø§ÙØ¯Ø§Ø²Ù Ø®Ø·ÙØ· Ø¨Ø§ÛØ¯ ÛÚ© عدد باشد.","invalidCellPadding":"Ø¨Ø§ÙØ´ØªÚ© سÙÙÙ Ø¨Ø§ÛØ¯ ÛÚ© عدد باشد.","invalidCellSpacing":"Ù ÙØ¯Ø§Ø± ÙØ§ØµÙÙÚ¯Ø°Ø§Ø±Û Ø³ÙÙÙ Ø¨Ø§ÛØ¯ ÛÚ© عدد باشد.","invalidCols":"تعداد ستÙÙÙØ§ Ø¨Ø§ÛØ¯ ÛÚ© عدد بزرگتر از 0 باشد.","invalidHeight":"Ù ÙØ¯Ø§Ø± Ø§Ø±ØªÙØ§Ø¹ جدÙÙ Ø¨Ø§ÛØ¯ ÛÚ© عدد باشد.","invalidRows":"تعداد ردÛÙÙØ§ Ø¨Ø§ÛØ¯ ÛÚ© عدد بزرگتر از 0 باشد.","invalidWidth":"Ù ÙØ¯Ø§Ø± Ù¾ÙÙØ§Û جدÙÙ Ø¨Ø§ÛØ¯ ÛÚ© عدد باشد.","menu":"ÙÛÚÚ¯ÛÙØ§Û جدÙÙ","row":{"menu":"سطر","insertBefore":"Ø§ÙØ²Ùد٠سطر ÙØ¨Ù از","insertAfter":"Ø§ÙØ²Ùد٠سطر بعد از","deleteRow":"ØØ°Ù Ø³Ø·Ø±ÙØ§"},"rows":"Ø³Ø·Ø±ÙØ§","summary":"Ø®ÙØ§ØµÙ","title":"ÙÛÚÚ¯ÛÙØ§Û جدÙÙ","toolbar":"جدÙÙ","widthPc":"درصد","widthPx":"Ù¾ÛکسÙ","widthUnit":"ÙØ§ØØ¯ Ù¾ÙÙØ§"},"stylescombo":{"label":"سبک","panelTitle":"Ø³Ø¨Ú©ÙØ§Û ÙØ§ÙØ¨Ø¨ÙØ¯Û","panelTitle1":"Ø³Ø¨Ú©ÙØ§Û بÙÙÚ©","panelTitle2":"Ø³Ø¨Ú©ÙØ§Û درÙÙØ®Ø·Û","panelTitle3":"Ø³Ø¨Ú©ÙØ§Û Ø´ÛØ¡"},"specialchar":{"options":"گزÛÙÙâÙØ§Û ÙÙÛØ³ÙâÙØ§Û ÙÛÚÙ","title":"گزÛÙØ´ ÙÙÛØ³ÙâÛ ÙÛÚÙ","toolbar":"Ú¯ÙØ¬Ø§Ùد٠ÙÙÛØ³ÙâÛ ÙÛÚÙ"},"sourcearea":{"toolbar":"Ù ÙØ¨Ø¹"},"scayt":{"btn_about":"دربار٠SCAYT","btn_dictionaries":"دÛÚ©Ø´ÙØ±ÛÙØ§","btn_disable":"ØºÛØ±ÙØ¹Ø§ÙØ³Ø§Ø²Û SCAYT","btn_enable":"ÙØ¹Ø§ÙØ³Ø§Ø²Û SCAYT","btn_langs":"زباÙÙØ§","btn_options":"گزÛÙÙÙØ§","text_title":"Ø¨Ø±Ø±Ø³Û Ø§Ù ÙØ§Û تاÛÙ¾ ش٠ا"},"removeformat":{"toolbar":"Ø¨Ø±Ø¯Ø§Ø´ØªÙ ÙØ±Ù ت"},"pastetext":{"button":"ÚØ³Ø¨Ø§Ùد٠ب٠عÙÙØ§Ù ٠ت٠سادÙ","title":"ÚØ³Ø¨Ø§Ùد٠ب٠عÙÙØ§Ù ٠ت٠سادÙ"},"pastefromword":{"confirmCleanup":"٠تÙÛ Ú©Ù Ù ÛØ®ÙاÙÛØ¯ Ø¨ÚØ³Ø¨Ø§ÙÛØ¯ Ø¨Ù ÙØ¸Ø± Ù ÛØ±Ø³Ø¯ ک٠از Word Ú©Ù¾Û Ø´Ø¯Ù Ø§Ø³Øª. Ø¢ÛØ§ Ù ÛØ®ÙاÙÛØ¯ ÙØ¨Ù از ÚØ³Ø¨Ø§Ùد٠آ٠را Ù¾Ø§Ú©Ø³Ø§Ø²Û Ú©ÙÛØ¯Ø","error":"ب٠دÙÛÙ Ø¨Ø±ÙØ² Ø®Ø·Ø§Û Ø¯Ø§Ø®ÙÛ Ø§Ù Ú©Ø§Ù Ù¾Ø§Ú©Ø³Ø§Ø²Û Ø§Ø·ÙØ§Ø¹Ø§Øª Ø¨Ø§Ø²ÙØ´Ø§ÙÛ Ø´Ø¯Ù ÙØ¬Ùد ÙØ¯Ø§Ø±Ø¯.","title":"ÚØ³Ø¨Ø§Ùد٠از Word","toolbar":"ÚØ³Ø¨Ø§Ùد٠از Word"},"maximize":{"maximize":"Ø¨ÛØ´Ù٠کردÙ","minimize":"Ú©Ù ÛÙ٠کردÙ"},"magicline":{"title":"ÙØ±Ø§Ø± Ø¯Ø§Ø¯Ù Ø¨ÙØ¯ در اÛÙØ¬Ø§"},"list":{"bulletedlist":"ÙÙØ±Ø³Øª ÙÙØ·ÙâØ§Û","numberedlist":"ÙÙØ±Ø³Øª ش٠ارÙâØ¯Ø§Ø±"},"link":{"acccessKey":"Ú©ÙÛØ¯ Ø¯Ø³ØªÛØ§Ø¨Û","advanced":"Ù¾ÛØ´Ø±ÙتÙ","advisoryContentType":"ÙÙØ¹ Ù ØØªÙØ§Û Ú©Ù Ú©Û","advisoryTitle":"عÙÙØ§Ù Ú©Ù Ú©Û","anchor":{"toolbar":"Ú¯ÙØ¬Ø§ÙدÙ/ÙÛØ±Ø§ÛØ´ ÙÙگر","menu":"ÙÛÚÚ¯ÛâÙØ§Û ÙÙگر","title":"ÙÛÚÚ¯ÛâÙØ§Û ÙÙگر","name":"ÙØ§Ù ÙÙگر","errorName":"ÙØ·Ùا ÙØ§Ù ÙÙگر را بÙÙÛØ³Ûد","remove":"ØØ°Ù ÙÙگر"},"anchorId":"با Ø´ÙØ§Ø³ÙÙ´ اÙ٠اÙ","anchorName":"با ÙØ§Ù ÙÙگر","charset":"ÙÙÛØ³ÙâÚ¯Ø§Ù Ù ÙØ¨Ø¹ Ù¾ÛÙÙØ¯ شدÙ","cssClasses":"Ú©ÙØ§Ø³âÙØ§Û Ø´ÛÙÙâÙØ§Ù Ù(Stylesheet)","emailAddress":"ÙØ´Ø§ÙÛ Ù¾Ø³Øª اÙکترÙÙÛÚ©Û","emailBody":"Ù ØªÙ Ù¾ÛØ§Ù ","emailSubject":"Ù ÙØ¶Ùع Ù¾ÛØ§Ù ","id":"Ø´ÙØ§Ø³Ù","info":"Ø§Ø·ÙØ§Ø¹Ø§Øª Ù¾ÛÙÙØ¯","langCode":"Ø¬ÙØªâÙÙ Ø§Û Ø²Ø¨Ø§Ù","langDir":"Ø¬ÙØªâÙÙ Ø§Û Ø²Ø¨Ø§Ù","langDirLTR":"ÚÙ¾ ب٠راست (LTR)","langDirRTL":"راست ب٠ÚÙ¾ (RTL)","menu":"ÙÛØ±Ø§ÛØ´ Ù¾ÛÙÙØ¯","name":"ÙØ§Ù ","noAnchors":"(در اÛÙ Ø³ÙØ¯ ÙÙÚ¯Ø±Û Ø¯Ø±Ø¯Ø³ØªØ±Ø³ ÙÛØ³Øª)","noEmail":"ÙØ·Ùا ÙØ´Ø§ÙÛ Ù¾Ø³Øª اÙکترÙÙÛÚ©Û Ø±Ø§ بÙÙÛØ³Ûد","noUrl":"ÙØ·Ùا URL Ù¾ÛÙÙØ¯ را بÙÙÛØ³Ûد","other":"<Ø³Ø§ÛØ±>","popupDependent":"ÙØ§Ø¨Ø³ØªÙ (Netscape)","popupFeatures":"ÙÛÚÚ¯ÛâÙØ§Û Ù¾ÙØ¬Ø±ÙÙ´ پاپاپ","popupFullScreen":"ØªÙ Ø§Ù ØµÙØÙ (IE)","popupLeft":"Ù ÙÙØ¹Ûت ÚÙ¾","popupLocationBar":"ÙÙØ§Ø± Ù ÙÙØ¹Ûت","popupMenuBar":"ÙÙØ§Ø± Ù ÙÙ","popupResizable":"ÙØ§Ø¨Ù تغÛÛØ± Ø§ÙØ¯Ø§Ø²Ù","popupScrollBars":"Ù ÛÙÙâÙØ§Û Ù¾ÛÙ Ø§ÛØ´","popupStatusBar":"ÙÙØ§Ø± ÙØ¶Ø¹Ûت","popupToolbar":"ÙÙØ§Ø± ابزار","popupTop":"Ù ÙÙØ¹Ûت Ø¨Ø§ÙØ§","rel":"ÙØ§Ø¨Ø³ØªÚ¯Û","selectAnchor":"ÛÚ© ÙÙگر برگزÛÙÛØ¯","styles":"Ø´ÛÙÙ (style)","tabIndex":"Ù٠اÛÙÙ´ Ø¯Ø³ØªØ±Ø³Û Ø¨Ø§ برگÙ","target":"Ù ÙØµØ¯","targetFrame":"<ÙØ±ÛÙ >","targetFrameName":"ÙØ§Ù ÙØ±ÛÙ Ù ÙØµØ¯","targetPopup":"<Ù¾ÙØ¬Ø±ÙÙ´ پاپاپ>","targetPopupName":"ÙØ§Ù Ù¾ÙØ¬Ø±ÙÙ´ پاپاپ","title":"Ù¾ÛÙÙØ¯","toAnchor":"ÙÙگر در ÙÙ ÛÙ ØµÙØÙ","toEmail":"پست اÙکترÙÙÛÚ©Û","toUrl":"URL","toolbar":"Ú¯ÙØ¬Ø§ÙدÙ/ÙÛØ±Ø§ÛØ´ Ù¾ÛÙÙØ¯","type":"ÙÙØ¹ Ù¾ÛÙÙØ¯","unlink":"برداشت٠پÛÙÙØ¯","upload":"Ø§ÙØªÙØ§Ù Ø¨Ù Ø³Ø±ÙØ±"},"indent":{"indent":"Ø§ÙØ²Ø§ÛØ´ ØªÙØ±ÙتگÛ","outdent":"Ú©Ø§ÙØ´ ØªÙØ±ÙتگÛ"},"image":{"alt":"٠ت٠جاÛگزÛÙ","border":"ÙØ¨Ù","btnUpload":"Ø¨Ù Ø³Ø±ÙØ± Ø¨ÙØ±Ø³Øª","button2Img":"Ø¢ÛØ§ ٠اÛÙÛØ¯ از ÛÚ© تصÙÛØ± ساد٠رÙÛ Ø¯Ú©Ù Ù ØªØµÙÛØ±Û Ø§ÙØªØ®Ø§Ø¨ Ø´Ø¯Ù Ø§Ø³ØªÙØ§Ø¯Ù Ú©ÙÛØ¯Ø","hSpace":"ÙØ§ØµÙÙÙ´ اÙÙÛ","img2Button":"Ø¢ÛØ§ ٠اÛÙÛØ¯ از ÛÚ© دک٠٠تصÙÛØ±Û رÙÛ ØªØµÙÛØ± Ø§ÙØªØ®Ø§Ø¨ Ø´Ø¯Ù Ø§Ø³ØªÙØ§Ø¯Ù Ú©ÙÛØ¯Ø","infoTab":"Ø§Ø·ÙØ§Ø¹Ø§Øª تصÙÛØ±","linkTab":"Ù¾ÛÙÙØ¯","lockRatio":"ÙÙÙ Ú©Ø±Ø¯Ù ÙØ³Ø¨Øª","menu":"ÙÛÚÚ¯ÛâÙØ§Û تصÙÛØ±","resetSize":"Ø¨Ø§Ø²ÙØ´Ø§ÙÛ Ø§ÙØ¯Ø§Ø²Ù","title":"ÙÛÚÚ¯ÛâÙØ§Û تصÙÛØ±","titleButton":"ÙÛÚÚ¯ÛâÙØ§Û دک٠ÙÙ´ تصÙÛØ±Û","upload":"Ø§ÙØªÙØ§Ù Ø¨Ù Ø³Ø±ÙØ±","urlMissing":"آدرس URL اصÙÛ ØªØµÙÛØ± ÛØ§Ùت ÙØ´Ø¯.","vSpace":"ÙØ§ØµÙÙÙ´ Ø¹Ù ÙØ¯Û","validateBorder":"Ù ÙØ¯Ø§Ø± Ø®Ø·ÙØ· Ø¨Ø§ÛØ¯ ÛÚ© عدد باشد.","validateHSpace":"Ù ÙØ¯Ø§Ø± ÙØ§ØµÙÙ Ú¯Ø°Ø§Ø±Û Ø§ÙÙÛ Ø¨Ø§ÛØ¯ ÛÚ© عدد باشد.","validateVSpace":"Ù ÙØ¯Ø§Ø± ÙØ§ØµÙÙ Ú¯Ø°Ø§Ø±Û Ø¹Ù ÙØ¯Û Ø¨Ø§ÛØ¯ ÛÚ© عدد باشد."},"horizontalrule":{"toolbar":"Ú¯ÙØ¬Ø§Ùد٠خط اÙÙÛ"},"format":{"label":"ÙØ§Ùب","panelTitle":"ÙØ§Ùب Ø¨ÙØ¯","tag_address":"ÙØ´Ø§ÙÛ","tag_div":"Ø¨ÙØ¯","tag_h1":"سرÙÙÛØ³ Û±","tag_h2":"سرÙÙÛØ³ Û²","tag_h3":"سرÙÙÛØ³ Û³","tag_h4":"سرÙÙÛØ³ Û´","tag_h5":"سرÙÙÛØ³ Ûµ","tag_h6":"سرÙÙÛØ³ Û¶","tag_p":"٠ع٠ÙÙÛ","tag_pre":"ÙØ§ÙØ¨âØ¯Ø§Ø±"},"fakeobjects":{"anchor":"ÙÙگر","flash":"اÙÛÙ Ø´Ù ÙÙØ´","hiddenfield":"ÙÛÙØ¯ Ù¾ÙÙØ§Ù","iframe":"IFrame","unknown":"Ø´ÛØ¡ ÙØ§Ø´ÙاختÙ"},"elementspath":{"eleLabel":"Ù Ø³ÛØ± Ø¹ÙØ§ØµØ±","eleTitle":"%1 Ø¹ÙØµØ±"},"contextmenu":{"options":"گزÛÙÙâÙØ§Û Ù ÙÙÛ Ø²Ù ÛÙÙ"},"clipboard":{"copy":"رÙÙÙØ´Øª","copyError":"ØªÙØ¸Û٠ات ا٠ÙÛØªÛ Ù Ø±ÙØ±Ú¯Ø± ش٠ا اجاز٠ÙÙ ÛØ¯Ùد Ú©Ù ÙÛØ±Ø§Ûشگر Ø¨Ù Ø·ÙØ± Ø®ÙØ¯Ú©Ø§Ø± ع٠ÙÚ©Ø±Ø¯ÙØ§Û Ú©Ù¾Û Ú©Ø±Ø¯Ù Ø±Ø§ Ø§ÙØ¬Ø§Ù Ø¯ÙØ¯. ÙØ·Ùا با دک٠ÙÙØ§Û ØµÙØÙ Ú©ÙÛØ¯ اÛ٠کار را Ø§ÙØ¬Ø§Ù دÙÛØ¯ (Ctrl/Cmd+C).","cut":"برش","cutError":"ØªÙØ¸Û٠ات ا٠ÙÛØªÛ Ù Ø±ÙØ±Ú¯Ø± ش٠ا اجاز٠ÙÙ ÛØ¯Ùد Ú©Ù ÙÛØ±Ø§Ûشگر Ø¨Ù Ø·ÙØ± Ø®ÙØ¯Ú©Ø§Ø± ع٠ÙÚ©Ø±Ø¯ÙØ§Û برش را Ø§ÙØ¬Ø§Ù Ø¯ÙØ¯. ÙØ·Ùا با دک٠ÙÙØ§Û ØµÙØÙ Ú©ÙÛØ¯ اÛ٠کار را Ø§ÙØ¬Ø§Ù دÙÛØ¯ (Ctrl/Cmd+X).","paste":"ÚØ³Ø¨Ø§ÙدÙ","pasteArea":"Ù ØÙ ÚØ³Ø¨Ø§ÙدÙ","pasteMsg":"ÙØ·Ùا ٠ت٠را با Ú©ÙÛØ¯ÙØ§Û (<STRONG>Ctrl/Cmd+V</STRONG>) در اÛ٠جعبÙÙ´ ٠تÙÛ Ø¨ÚØ³Ø¨Ø§ÙÛØ¯ Ù <STRONG>Ù¾Ø°ÛØ±Ø´</STRONG> را بزÙÛØ¯.","securityMsg":"ب٠خاطر ØªÙØ¸Û٠ات ا٠ÙÛØªÛ Ù Ø±ÙØ±Ú¯Ø± Ø´Ù Ø§Ø ÙÛØ±Ø§Ûشگر ÙÙ ÛØªÙØ§ÙØ¯ Ø¯Ø³ØªØ±Ø³Û Ù Ø³ØªÙÛ٠ب٠دادÙÙØ§Û clipboard داشت٠باشد. ش٠ا Ø¨Ø§ÛØ¯ Ø¯ÙØ¨Ø§Ø±Ù Ø¢ÙØ±Ø§ در اÛÙ Ù¾ÙØ¬Ø±Ù Ø¨ÚØ³Ø¨Ø§ÙÛØ¯.","title":"ÚØ³Ø¨Ø§ÙدÙ"},"button":{"selectedLabel":"%1 (Ø§ÙØªØ®Ø§Ø¨ شدÙ)"},"blockquote":{"toolbar":"بÙÙÚ© ÙÙÙ ÙÙÙ"},"basicstyles":{"bold":"درشت","italic":"Ø®Ù ÛØ¯Ù","strike":"Ø®Ø·âØ®ÙØ±Ø¯Ù","subscript":"Ø²ÛØ±ÙÙÛØ³","superscript":"Ø¨Ø§ÙØ§ÙÙÛØ³","underline":"Ø²ÛØ±Ø®Ø·âدار"},"about":{"copy":"ØÙ ÙØ´Ø± © $1. Ú©ÙÛÙ ØÙÙÙ Ù ØÙÙØ¸ است.","dlgTitle":"دربار٠CKEditor","help":" Ø¨Ø±Ø§Û Ø±Ø§ÙÙ٠اÛÛ $1 را Ù ÙØ§ØØ¸Ù Ú©ÙÛØ¯.","moreInfo":"Ø¨Ø±Ø§Û Ú©Ø³Ø¨ Ø§Ø·ÙØ§Ø¹Ø§Øª Ù Ø¬ÙØ² ÙØ·Ùا Ø¨Ù ÙØ¨ Ø³Ø§ÛØª ٠ا ٠راجع٠کÙÛØ¯:","title":"دربار٠CKEditor","userGuide":"راÙÙÙ Ø§Û Ú©Ø§Ø±Ø¨Ø±Ø§Ù CKEditor"},"editor":"ÙÛØ±Ø§ÛØ´âگر ٠ت٠غÙÛ","editorPanel":"Ù¾ÙÙ ÙÛØ±Ø§Ûشگر ٠ت٠غÙÛ","common":{"editorHelp":"Ú©ÙÛØ¯ Alt+0 را Ø¨Ø±Ø§Û Ø±Ø§ÙÙ٠اÛÛ Ø¨ÙØ´Ø§Ø±Ûد","browseServer":"ÙÙØ±Ø³ØªâÙ٠اÛÛ Ø³Ø±ÙØ±","url":"URL","protocol":"ÙØ±Ø§Ø±Ø¯Ø§Ø¯","upload":"Ø¨Ø§ÙØ§Ú¯Ø°Ø§Ø±Û","uploadSubmit":"Ø¨Ù Ø³Ø±ÙØ± Ø¨ÙØ±Ø³Øª","image":"تصÙÛØ±","flash":"ÙÙØ´","form":"ÙØ±Ù ","checkbox":"ÚÚ©âØ¨Ø§Ú©Ø³","radio":"دک٠ÙâÛ Ø±Ø§Ø¯ÛÙÛÛ","textField":"ÙÛÙØ¯ ٠تÙÛ","textarea":"ÙØ§ØÛÙÙ´ ٠تÙÛ","hiddenField":"ÙÛÙØ¯ Ù¾ÙÙØ§Ù","button":"دک٠Ù","select":"ÙÛÙØ¯ Ø§ÙØªØ®Ø§Ø¨ ÚÙØ¯ گزÛÙÙâØ§Û","imageButton":"دک٠ÙâÛ ØªØµÙÛØ±Û","notSet":"<تعÛÛÙâÙØ´Ø¯Ù>","id":"Ø´ÙØ§Ø³Ù","name":"ÙØ§Ù ","langDir":"Ø¬ÙØª زباÙ","langDirLtr":"ÚÙ¾ ب٠راست","langDirRtl":"راست ب٠ÚÙ¾","langCode":"کد زباÙ","longDescr":"URL ØªÙØµÛÙ Ø·ÙÙØ§ÙÛ","cssClass":"Ú©ÙØ§Ø³âÙØ§Û Ø´ÛÙÙâÙØ§Ù Ù (Stylesheet)","advisoryTitle":"عÙÙØ§Ù Ú©Ù Ú©Û","cssStyle":"سبک","ok":"Ù¾Ø°ÛØ±Ø´","cancel":"Ø§ÙØµØ±Ø§Ù","close":"بستÙ","preview":"Ù¾ÛØ´âÙÙ Ø§ÛØ´","resize":"تغÛÛØ± Ø§ÙØ¯Ø§Ø²Ù","generalTab":"ع٠ÙÙ Û","advancedTab":"Ù¾ÛØ´âØ±ÙØªÙ","validateNumberFailed":"اÛÙ Ù ÙØ¯Ø§Ø± ÛÚ© عدد ÙÛØ³Øª.","confirmNewPage":"ÙØ± تغÛÛØ± Ø§ÛØ¬Ø§Ø¯ شدÙâÛ Ø°Ø®ÛØ±Ù ÙØ´Ø¯Ù از بÛÙ Ø®ÙØ§Ùد Ø±ÙØª. Ø¢ÛØ§ اط٠ÛÙØ§Ù Ø¯Ø§Ø±ÛØ¯ Ú©Ù ÙØµØ¯ Ø¨Ø§Ø±Ú¯ÛØ±Û ØµÙØÙ Ø¬Ø¯ÛØ¯Û را Ø¯Ø§Ø±ÛØ¯Ø","confirmCancel":"Ø¨Ø±Ø®Û Ø§Ø² گزÛÙÙâÙØ§ تغÛÛØ± کردÙâØ§ÙØ¯. Ø¢ÛØ§ ÙØ§Ùعا ÙØµØ¯ بست٠اÛÙ Ù¾ÙØ¬Ø±Ù را Ø¯Ø§Ø±ÛØ¯Ø","options":"گزÛÙÙâÙØ§","target":"Ù ÙØµØ¯","targetNew":"Ù¾ÙØ¬Ø±Ù Ø¬Ø¯ÛØ¯","targetTop":"Ø¨Ø§ÙØ§ØªØ±ÛÙ Ù¾ÙØ¬Ø±Ù","targetSelf":"ÙÙ Ø§Ù Ù¾ÙØ¬Ø±Ù","targetParent":"Ù¾ÙØ¬Ø±Ù ÙØ§Ùد","langDirLTR":"ÚÙ¾ ب٠راست","langDirRTL":"راست ب٠ÚÙ¾","styles":"سبک","cssClasses":"Ú©ÙØ§Ø³âÙØ§Û سبکâÙØ§Ù Ù","width":"عرض","height":"Ø·ÙÙ","align":"ÚÛÙØ´","alignLeft":"ÚÙ¾","alignRight":"راست","alignCenter":"ÙØ³Ø·","alignJustify":"بÙÙÚ© ÚÛÙ","alignTop":"Ø¨Ø§ÙØ§","alignMiddle":"Ù ÛØ§ÙÙ","alignBottom":"پائÛÙ","alignNone":"ÙÛÚ","invalidValue":"Ù ÙØ¯Ø§Ø± ÙØ§Ù عتبر.","invalidHeight":"Ø§Ø±ØªÙØ§Ø¹ Ø¨Ø§ÛØ¯ ÛÚ© عدد باشد.","invalidWidth":"عرض Ø¨Ø§ÛØ¯ ÛÚ© عدد باشد.","invalidCssLength":"عدد تعÛÛÙ Ø´Ø¯Ù Ø¨Ø±Ø§Û ÙÛÙØ¯ \"%1\" Ø¨Ø§ÛØ¯ ÛÚ© عدد ٠ثبت با ÛØ§ بدÙÙ ÛÚ© ÙØ§ØØ¯ Ø§ÙØ¯Ø§Ø²Ù Ú¯ÛØ±Û CSS ٠عتبر باشد (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"عدد تعÛÛÙ Ø´Ø¯Ù Ø¨Ø±Ø§Û ÙÛÙØ¯ \"%1\" Ø¨Ø§ÛØ¯ ÛÚ© عدد ٠ثبت با ÛØ§ بدÙÙ ÛÚ© ÙØ§ØØ¯ Ø§ÙØ¯Ø§Ø²Ù Ú¯ÛØ±Û HTML ٠عتبر باشد (px or %).","invalidInlineStyle":"عدد تعÛÛÙ Ø´Ø¯Ù Ø¨Ø±Ø§Û Ø³Ø¨Ú© درÙÙâØ®Ø·Û -Inline Style- Ø¨Ø§ÛØ¯ Ø¯Ø§Ø±Ø§Û ÛÚ© ÛØ§ ÚÙØ¯ ÚÙØ¯ØªØ§ÛÛ Ø¨Ø§ Ø´Ú©ÙÛ Ø´Ø¨ÛÙ \"name : value\" Ú©Ù Ø¨Ø§ÛØ¯ با ÛÚ© \";\" از Ù٠جدا Ø´ÙÙØ¯.","cssLengthTooltip":"ÛÚ© عدد Ø¨Ø±Ø§Û ÛÚ© Ù ÙØ¯Ø§Ø± بر ØØ³Ø¨ Ù¾ÛÚ©Ø³Ù Ù ÛØ§ ÛÚ© عدد با ÛÚ© ÙØ§ØØ¯ CSS ٠عتبر ÙØ§Ø±Ø¯ Ú©ÙÛØ¯ (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">Ø ØºÛØ± ÙØ§Ø¨Ù دسترس</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/fi.js b/public/assets/ckeditor/lang/fi.js new file mode 100644 index 0000000..9ac6f65 --- /dev/null +++ b/public/assets/ckeditor/lang/fi.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['fi']={"wsc":{"btnIgnore":"Jätä huomioimatta","btnIgnoreAll":"Jätä kaikki huomioimatta","btnReplace":"Korvaa","btnReplaceAll":"Korvaa kaikki","btnUndo":"Kumoa","changeTo":"Vaihda","errorLoading":"Virhe ladattaessa oikolukupalvelua isännältä: %s.","ieSpellDownload":"Oikeinkirjoituksen tarkistusta ei ole asennettu. Haluatko ladata sen nyt?","manyChanges":"Tarkistus valmis: %1 sanaa muutettiin","noChanges":"Tarkistus valmis: Yhtään sanaa ei muutettu","noMispell":"Tarkistus valmis: Ei virheitä","noSuggestions":"Ei ehdotuksia","notAvailable":"Valitettavasti oikoluku ei ole käytössä tällä hetkellä.","notInDic":"Ei sanakirjassa","oneChange":"Tarkistus valmis: Yksi sana muutettiin","progress":"Tarkistus käynnissä...","title":"Oikoluku","toolbar":"Tarkista oikeinkirjoitus"},"undo":{"redo":"Toista","undo":"Kumoa"},"toolbar":{"toolbarCollapse":"Kutista työkalupalkki","toolbarExpand":"Laajenna työkalupalkki","toolbarGroups":{"document":"Dokumentti","clipboard":"Leikepöytä/Kumoa","editing":"Muokkaus","forms":"Lomakkeet","basicstyles":"Perustyylit","paragraph":"Kappale","links":"Linkit","insert":"Lisää","styles":"Tyylit","colors":"Värit","tools":"Työkalut"},"toolbars":"Editorin työkalupalkit"},"table":{"border":"Rajan paksuus","caption":"Otsikko","cell":{"menu":"Solu","insertBefore":"Lisää solu eteen","insertAfter":"Lisää solu perään","deleteCell":"Poista solut","merge":"Yhdistä solut","mergeRight":"Yhdistä oikealla olevan kanssa","mergeDown":"Yhdistä alla olevan kanssa","splitHorizontal":"Jaa solu vaakasuunnassa","splitVertical":"Jaa solu pystysuunnassa","title":"Solun ominaisuudet","cellType":"Solun tyyppi","rowSpan":"Rivin jatkuvuus","colSpan":"Solun jatkuvuus","wordWrap":"Rivitys","hAlign":"Horisontaali kohdistus","vAlign":"Vertikaali kohdistus","alignBaseline":"Alas (teksti)","bgColor":"Taustan väri","borderColor":"Reunan väri","data":"Data","header":"Ylätunniste","yes":"Kyllä","no":"Ei","invalidWidth":"Solun leveyden täytyy olla numero.","invalidHeight":"Solun korkeuden täytyy olla numero.","invalidRowSpan":"Rivin jatkuvuuden täytyy olla kokonaisluku.","invalidColSpan":"Solun jatkuvuuden täytyy olla kokonaisluku.","chooseColor":"Valitse"},"cellPad":"Solujen sisennys","cellSpace":"Solujen väli","column":{"menu":"Sarake","insertBefore":"Lisää sarake vasemmalle","insertAfter":"Lisää sarake oikealle","deleteColumn":"Poista sarakkeet"},"columns":"Sarakkeet","deleteTable":"Poista taulu","headers":"Ylätunnisteet","headersBoth":"Molemmat","headersColumn":"Ensimmäinen sarake","headersNone":"Ei","headersRow":"Ensimmäinen rivi","invalidBorder":"Reunan koon täytyy olla numero.","invalidCellPadding":"Solujen sisennyksen täytyy olla numero.","invalidCellSpacing":"Solujen välin täytyy olla numero.","invalidCols":"Sarakkeiden määrän täytyy olla suurempi kuin 0.","invalidHeight":"Taulun korkeuden täytyy olla numero.","invalidRows":"Rivien määrän täytyy olla suurempi kuin 0.","invalidWidth":"Taulun leveyden täytyy olla numero.","menu":"Taulun ominaisuudet","row":{"menu":"Rivi","insertBefore":"Lisää rivi yläpuolelle","insertAfter":"Lisää rivi alapuolelle","deleteRow":"Poista rivit"},"rows":"Rivit","summary":"Yhteenveto","title":"Taulun ominaisuudet","toolbar":"Taulu","widthPc":"prosenttia","widthPx":"pikseliä","widthUnit":"leveysyksikkö"},"stylescombo":{"label":"Tyyli","panelTitle":"Muotoilujen tyylit","panelTitle1":"Lohkojen tyylit","panelTitle2":"Rivinsisäiset tyylit","panelTitle3":"Objektien tyylit"},"specialchar":{"options":"Erikoismerkin ominaisuudet","title":"Valitse erikoismerkki","toolbar":"Lisää erikoismerkki"},"sourcearea":{"toolbar":"Koodi"},"scayt":{"btn_about":"Tietoja oikoluvusta kirjoitetaessa","btn_dictionaries":"Sanakirjat","btn_disable":"Poista käytöstä oikoluku kirjoitetaessa","btn_enable":"Ota käyttöön oikoluku kirjoitettaessa","btn_langs":"Kielet","btn_options":"Asetukset","text_title":"Oikolue kirjoitettaessa"},"removeformat":{"toolbar":"Poista muotoilu"},"pastetext":{"button":"Liitä tekstinä","title":"Liitä tekstinä"},"pastefromword":{"confirmCleanup":"Liittämäsi teksti näyttäisi olevan Word-dokumentista. Haluatko siivota sen ennen liittämistä? (Suositus: Kyllä)","error":"Liitetyn tiedon siivoaminen ei onnistunut sisäisen virheen takia","title":"Liitä Word-dokumentista","toolbar":"Liitä Word-dokumentista"},"maximize":{"maximize":"Suurenna","minimize":"Pienennä"},"magicline":{"title":"Lisää kappale tähän."},"list":{"bulletedlist":"Luettelomerkit","numberedlist":"Numerointi"},"link":{"acccessKey":"Pikanäppäin","advanced":"Lisäominaisuudet","advisoryContentType":"Avustava sisällön tyyppi","advisoryTitle":"Avustava otsikko","anchor":{"toolbar":"Lisää ankkuri/muokkaa ankkuria","menu":"Ankkurin ominaisuudet","title":"Ankkurin ominaisuudet","name":"Nimi","errorName":"Ankkurille on kirjoitettava nimi","remove":"Poista ankkuri"},"anchorId":"Ankkurin ID:n mukaan","anchorName":"Ankkurin nimen mukaan","charset":"Linkitetty kirjaimisto","cssClasses":"Tyyliluokat","emailAddress":"Sähköpostiosoite","emailBody":"Viesti","emailSubject":"Aihe","id":"Tunniste","info":"Linkin tiedot","langCode":"Kielen suunta","langDir":"Kielen suunta","langDirLTR":"Vasemmalta oikealle (LTR)","langDirRTL":"Oikealta vasemmalle (RTL)","menu":"Muokkaa linkkiä","name":"Nimi","noAnchors":"(Ei ankkureita tässä dokumentissa)","noEmail":"Kirjoita sähköpostiosoite","noUrl":"Linkille on kirjoitettava URL","other":"<muu>","popupDependent":"Riippuva (Netscape)","popupFeatures":"Popup ikkunan ominaisuudet","popupFullScreen":"Täysi ikkuna (IE)","popupLeft":"Vasemmalta (px)","popupLocationBar":"Osoiterivi","popupMenuBar":"Valikkorivi","popupResizable":"Venytettävä","popupScrollBars":"Vierityspalkit","popupStatusBar":"Tilarivi","popupToolbar":"Vakiopainikkeet","popupTop":"Ylhäältä (px)","rel":"Suhde","selectAnchor":"Valitse ankkuri","styles":"Tyyli","tabIndex":"Tabulaattori indeksi","target":"Kohde","targetFrame":"<kehys>","targetFrameName":"Kohdekehyksen nimi","targetPopup":"<popup ikkuna>","targetPopupName":"Popup ikkunan nimi","title":"Linkki","toAnchor":"Ankkuri tässä sivussa","toEmail":"Sähköposti","toUrl":"Osoite","toolbar":"Lisää linkki/muokkaa linkkiä","type":"Linkkityyppi","unlink":"Poista linkki","upload":"Lisää tiedosto"},"indent":{"indent":"Suurenna sisennystä","outdent":"Pienennä sisennystä"},"image":{"alt":"Vaihtoehtoinen teksti","border":"Kehys","btnUpload":"Lähetä palvelimelle","button2Img":"Haluatko muuntaa valitun kuvanäppäimen kuvaksi?","hSpace":"Vaakatila","img2Button":"Haluatko muuntaa valitun kuvan kuvanäppäimeksi?","infoTab":"Kuvan tiedot","linkTab":"Linkki","lockRatio":"Lukitse suhteet","menu":"Kuvan ominaisuudet","resetSize":"Alkuperäinen koko","title":"Kuvan ominaisuudet","titleButton":"Kuvapainikkeen ominaisuudet","upload":"Lisää kuva","urlMissing":"Kuvan lähdeosoite puuttuu.","vSpace":"Pystytila","validateBorder":"Kehyksen täytyy olla kokonaisluku.","validateHSpace":"HSpace-määrityksen täytyy olla kokonaisluku.","validateVSpace":"VSpace-määrityksen täytyy olla kokonaisluku."},"horizontalrule":{"toolbar":"Lisää murtoviiva"},"format":{"label":"Muotoilu","panelTitle":"Muotoilu","tag_address":"Osoite","tag_div":"Normaali (DIV)","tag_h1":"Otsikko 1","tag_h2":"Otsikko 2","tag_h3":"Otsikko 3","tag_h4":"Otsikko 4","tag_h5":"Otsikko 5","tag_h6":"Otsikko 6","tag_p":"Normaali","tag_pre":"Muotoiltu"},"fakeobjects":{"anchor":"Ankkuri","flash":"Flash animaatio","hiddenfield":"Piilokenttä","iframe":"IFrame-kehys","unknown":"Tuntematon objekti"},"elementspath":{"eleLabel":"Elementin polku","eleTitle":"%1 elementti"},"contextmenu":{"options":"Pikavalikon ominaisuudet"},"clipboard":{"copy":"Kopioi","copyError":"Selaimesi turva-asetukset eivät salli editorin toteuttaa kopioimista. Käytä näppäimistöä kopioimiseen (Ctrl+C).","cut":"Leikkaa","cutError":"Selaimesi turva-asetukset eivät salli editorin toteuttaa leikkaamista. Käytä näppäimistöä leikkaamiseen (Ctrl+X).","paste":"Liitä","pasteArea":"Leikealue","pasteMsg":"Liitä painamalla (<STRONG>Ctrl+V</STRONG>) ja painamalla <STRONG>OK</STRONG>.","securityMsg":"Selaimesi turva-asetukset eivät salli editorin käyttää leikepöytää suoraan. Sinun pitää suorittaa liittäminen tässä ikkunassa.","title":"Liitä"},"button":{"selectedLabel":"%1 (Valittu)"},"blockquote":{"toolbar":"Lainaus"},"basicstyles":{"bold":"Lihavoitu","italic":"Kursivoitu","strike":"Yliviivattu","subscript":"Alaindeksi","superscript":"Yläindeksi","underline":"Alleviivattu"},"about":{"copy":"Copyright © $1. Kaikki oikeuden pidätetään.","dlgTitle":"Tietoa CKEditorista","help":"Katso ohjeet: $1.","moreInfo":"Lisenssitiedot löytyvät kotisivuiltamme:","title":"Tietoa CKEditorista","userGuide":"CKEditorin käyttäjäopas"},"editor":"Rikastekstieditori","editorPanel":"Rikastekstieditoripaneeli","common":{"editorHelp":"Paina ALT 0 nähdäksesi ohjeen","browseServer":"Selaa palvelinta","url":"Osoite","protocol":"Protokolla","upload":"Lisää tiedosto","uploadSubmit":"Lähetä palvelimelle","image":"Kuva","flash":"Flash-animaatio","form":"Lomake","checkbox":"Valintaruutu","radio":"Radiopainike","textField":"Tekstikenttä","textarea":"Tekstilaatikko","hiddenField":"Piilokenttä","button":"Painike","select":"Valintakenttä","imageButton":"Kuvapainike","notSet":"<ei asetettu>","id":"Tunniste","name":"Nimi","langDir":"Kielen suunta","langDirLtr":"Vasemmalta oikealle (LTR)","langDirRtl":"Oikealta vasemmalle (RTL)","langCode":"Kielikoodi","longDescr":"Pitkän kuvauksen URL","cssClass":"Tyyliluokat","advisoryTitle":"Avustava otsikko","cssStyle":"Tyyli","ok":"OK","cancel":"Peruuta","close":"Sulje","preview":"Esikatselu","resize":"Raahaa muuttaaksesi kokoa","generalTab":"Yleinen","advancedTab":"Lisäominaisuudet","validateNumberFailed":"Arvon pitää olla numero.","confirmNewPage":"Kaikki tallentamattomat muutokset tähän sisältöön menetetään. Oletko varma, että haluat ladata uuden sivun?","confirmCancel":"Jotkut asetuksista on muuttuneet. Oletko varma, että haluat sulkea valintaikkunan?","options":"Asetukset","target":"Kohde","targetNew":"Uusi ikkuna (_blank)","targetTop":"Päällimmäinen ikkuna (_top)","targetSelf":"Sama ikkuna (_self)","targetParent":"Ylemmän tason ikkuna (_parent)","langDirLTR":"Vasemmalta oikealle (LTR)","langDirRTL":"Oikealta vasemmalle (RTL)","styles":"Tyyli","cssClasses":"Tyylitiedoston luokat","width":"Leveys","height":"Korkeus","align":"Kohdistus","alignLeft":"Vasemmalle","alignRight":"Oikealle","alignCenter":"Keskelle","alignJustify":"Tasaa molemmat reunat","alignTop":"Ylös","alignMiddle":"Keskelle","alignBottom":"Alas","alignNone":"Ei asetettu","invalidValue":"Virheellinen arvo.","invalidHeight":"Korkeuden täytyy olla numero.","invalidWidth":"Leveyden täytyy olla numero.","invalidCssLength":"Kentän \"%1\" arvon täytyy olla positiivinen luku CSS mittayksikön (px, %, in, cm, mm, em, ex, pt tai pc) kanssa tai ilman.","invalidHtmlLength":"Kentän \"%1\" arvon täytyy olla positiivinen luku HTML mittayksikön (px tai %) kanssa tai ilman.","invalidInlineStyle":"Tyylille annetun arvon täytyy koostua yhdestä tai useammasta \"nimi : arvo\" parista, jotka ovat eroteltuna toisistaan puolipisteillä.","cssLengthTooltip":"Anna numeroarvo pikseleinä tai numeroarvo CSS mittayksikön kanssa (px, %, in, cm, mm, em, ex, pt, tai pc).","unavailable":"%1<span class=\"cke_accessibility\">, ei saatavissa</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/fo.js b/public/assets/ckeditor/lang/fo.js new file mode 100644 index 0000000..fac7821 --- /dev/null +++ b/public/assets/ckeditor/lang/fo.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['fo']={"wsc":{"btnIgnore":"Forfjóna","btnIgnoreAll":"Forfjóna alt","btnReplace":"Yvirskriva","btnReplaceAll":"Yvirskriva alt","btnUndo":"Angra","changeTo":"Broyt til","errorLoading":"Feilur við innlesing av application service host: %s.","ieSpellDownload":"Rættstavarin er ikki tøkur à tekstviðgeranum. Vilt tú heinta hann nú?","manyChanges":"Rættstavarin liðugur: %1 orð broytt","noChanges":"Rættstavarin liðugur: Einki orð varð broytt","noMispell":"Rættstavarin liðugur: Eingin feilur funnin","noSuggestions":"- Einki uppskot -","notAvailable":"TÃverri, ikki tøkt à løtuni.","notInDic":"Finst ikki à orðabókini","oneChange":"Rættstavarin liðugur: Eitt orð er broytt","progress":"Rættstavarin arbeiðir...","title":"Kanna stavseting","toolbar":"Kanna stavseting"},"undo":{"redo":"Vend aftur","undo":"Angra"},"toolbar":{"toolbarCollapse":"Lat Toolbar aftur","toolbarExpand":"VÃs Toolbar","toolbarGroups":{"document":"Dokument","clipboard":"Clipboard/Undo","editing":"Editering","forms":"Formar","basicstyles":"Grundleggjandi Styles","paragraph":"Reglubrot","links":"Leinkjur","insert":"Set inn","styles":"Styles","colors":"Litir","tools":"Tól"},"toolbars":"Editor toolbars"},"table":{"border":"Bordabreidd","caption":"Tabellfrágreiðing","cell":{"menu":"Meski","insertBefore":"Set meska inn áðrenn","insertAfter":"Set meska inn aftaná","deleteCell":"Strika meskar","merge":"Flætta meskar","mergeRight":"Flætta meskar til høgru","mergeDown":"Flætta saman","splitHorizontal":"Kloyv meska vatnrætt","splitVertical":"Kloyv meska loddrætt","title":"Mesku eginleikar","cellType":"Mesku slag","rowSpan":"Ræð spenni","colSpan":"Kolonnu spenni","wordWrap":"Orðkloyving","hAlign":"Horisontal plasering","vAlign":"Loddrøtt plasering","alignBaseline":"Basislinja","bgColor":"Bakgrundslitur","borderColor":"Bordalitur","data":"Data","header":"Header","yes":"Ja","no":"Nei","invalidWidth":"Meskubreidd má vera eitt tal.","invalidHeight":"Meskuhædd má vera eitt tal.","invalidRowSpan":"Raðspennið má vera eitt heiltal.","invalidColSpan":"Kolonnuspennið má vera eitt heiltal.","chooseColor":"Vel"},"cellPad":"Meskubreddi","cellSpace":"Fjarstøða millum meskar","column":{"menu":"Kolonna","insertBefore":"Set kolonnu inn áðrenn","insertAfter":"Set kolonnu inn aftaná","deleteColumn":"Strika kolonnur"},"columns":"Kolonnur","deleteTable":"Strika tabell","headers":"Yvirskriftir","headersBoth":"Báðir","headersColumn":"Fyrsta kolonna","headersNone":"Eingin","headersRow":"Fyrsta rað","invalidBorder":"Borda-stødd má vera eitt tal.","invalidCellPadding":"Cell padding má vera eitt tal.","invalidCellSpacing":"Cell spacing má vera eitt tal.","invalidCols":"Talið av kolonnum má vera eitt tal størri enn 0.","invalidHeight":"Tabell-hædd má vera eitt tal.","invalidRows":"Talið av røðum má vera eitt tal størri enn 0.","invalidWidth":"Tabell-breidd má vera eitt tal.","menu":"Eginleikar fyri tabell","row":{"menu":"Rað","insertBefore":"Set rað inn áðrenn","insertAfter":"Set rað inn aftaná","deleteRow":"Strika røðir"},"rows":"Røðir","summary":"Samandráttur","title":"Eginleikar fyri tabell","toolbar":"Tabell","widthPc":"prosent","widthPx":"pixels","widthUnit":"breiddar unit"},"stylescombo":{"label":"Typografi","panelTitle":"Formatterings stÃlir","panelTitle1":"Blokk stÃlir","panelTitle2":"Inline stÃlir","panelTitle3":"Object stÃlir"},"specialchar":{"options":"Møguleikar við serteknum","title":"Vel sertekn","toolbar":"Set inn sertekn"},"sourcearea":{"toolbar":"Kelda"},"scayt":{"btn_about":"Um SCAYT","btn_dictionaries":"Orðabøkur","btn_disable":"Nokta SCAYT","btn_enable":"Loyv SCAYT","btn_langs":"Tungumál","btn_options":"Uppseting","text_title":"Kanna stavseting, meðan tú skrivar"},"removeformat":{"toolbar":"Strika sniðgeving"},"pastetext":{"button":"Innrita som reinan tekst","title":"Innrita som reinan tekst"},"pastefromword":{"confirmCleanup":"Teksturin, tú roynir at seta inn, sýnist at stava frá Word. Skal teksturin reinsast fyrst?","error":"Tað eydnaðist ikki at reinsa tekstin vegna ein internan feil","title":"Innrita frá Word","toolbar":"Innrita frá Word"},"maximize":{"maximize":"Maksimera","minimize":"Minimera"},"magicline":{"title":"Insert paragraph here"},"list":{"bulletedlist":"Punktmerktur listi","numberedlist":"Talmerktur listi"},"link":{"acccessKey":"Snarvegisknöttur","advanced":"Fjølbroytt","advisoryContentType":"Vegleiðandi innihaldsslag","advisoryTitle":"Vegleiðandi heiti","anchor":{"toolbar":"Ger/broyt marknastein","menu":"Eginleikar fyri marknastein","title":"Eginleikar fyri marknastein","name":"Heiti marknasteinsins","errorName":"Vinarliga rita marknasteinsins heiti","remove":"Strika marknastein"},"anchorId":"Eftir element Id","anchorName":"Eftir navni á marknasteini","charset":"Atknýtt teknsett","cssClasses":"Typografi klassar","emailAddress":"Teldupost-adressa","emailBody":"Breyðtekstur","emailSubject":"Evni","id":"Id","info":"Tilknýtis upplýsingar","langCode":"Tekstkós","langDir":"Tekstkós","langDirLTR":"Frá vinstru til høgru (LTR)","langDirRTL":"Frá høgru til vinstru (RTL)","menu":"Broyt tilknýti","name":"Navn","noAnchors":"(Eingir marknasteinar eru à hesum dokumentið)","noEmail":"Vinarliga skriva teldupost-adressu","noUrl":"Vinarliga skriva tilknýti (URL)","other":"<annað>","popupDependent":"Bundið (Netscape)","popupFeatures":"Popup vindeygans vÃðkaðu eginleikar","popupFullScreen":"Fullur skermur (IE)","popupLeft":"Frástøða frá vinstru","popupLocationBar":"Adressulinja","popupMenuBar":"Skrábjálki","popupResizable":"Stødd kann broytast","popupScrollBars":"Rullibjálki","popupStatusBar":"Støðufrágreiðingarbjálki","popupToolbar":"Amboðsbjálki","popupTop":"Frástøða frá Ãerva","rel":"Relatión","selectAnchor":"Vel ein marknastein","styles":"Typografi","tabIndex":"Tabulator indeks","target":"Target","targetFrame":"<ramma>","targetFrameName":"VÃs navn vindeygans","targetPopup":"<popup vindeyga>","targetPopupName":"Popup vindeygans navn","title":"Tilknýti","toAnchor":"Tilknýti til marknastein à tekstinum","toEmail":"Teldupostur","toUrl":"URL","toolbar":"Ger/broyt tilknýti","type":"Tilknýtisslag","unlink":"Strika tilknýti","upload":"Send til ambætaran"},"indent":{"indent":"Ãkja reglubrotarinntriv","outdent":"Minka reglubrotarinntriv"},"image":{"alt":"Alternativur tekstur","border":"Bordi","btnUpload":"Send til ambætaran","button2Img":"Skal valdi myndaknøttur gerast til vanliga mynd?","hSpace":"Høgri breddi","img2Button":"Skal valda mynd gerast til myndaknøtt?","infoTab":"Myndaupplýsingar","linkTab":"Tilknýti","lockRatio":"Læs lutfallið","menu":"Myndaeginleikar","resetSize":"Upprunastødd","title":"Myndaeginleikar","titleButton":"Eginleikar fyri myndaknøtt","upload":"Send","urlMissing":"URL til mynd manglar.","vSpace":"Vinstri breddi","validateBorder":"Bordi má vera eitt heiltal.","validateHSpace":"HSpace má vera eitt heiltal.","validateVSpace":"VSpace má vera eitt heiltal."},"horizontalrule":{"toolbar":"Ger vatnrætta linju"},"format":{"label":"Skriftsnið","panelTitle":"Skriftsnið","tag_address":"Adressa","tag_div":"Vanligt (DIV)","tag_h1":"Yvirskrift 1","tag_h2":"Yvirskrift 2","tag_h3":"Yvirskrift 3","tag_h4":"Yvirskrift 4","tag_h5":"Yvirskrift 5","tag_h6":"Yvirskrift 6","tag_p":"Vanligt","tag_pre":"Sniðgivið"},"fakeobjects":{"anchor":"Anchor","flash":"Flash Animation","hiddenfield":"Fjaldur teigur","iframe":"IFrame","unknown":"Ãkent Object"},"elementspath":{"eleLabel":"Slóð til elementir","eleTitle":"%1 element"},"contextmenu":{"options":"Context Menu Options"},"clipboard":{"copy":"Avrita","copyError":"Trygdaruppseting alnótskagans forðar tekstviðgeranum à at avrita tekstin. Vinarliga nýt knappaborðið til at avrita tekstin (Ctrl/Cmd+C).","cut":"Kvett","cutError":"Trygdaruppseting alnótskagans forðar tekstviðgeranum à at kvetta tekstin. Vinarliga nýt knappaborðið til at kvetta tekstin (Ctrl/Cmd+X).","paste":"Innrita","pasteArea":"Avritingarumráði","pasteMsg":"Vinarliga koyr tekstin à hendan rútin við knappaborðinum (<strong>Ctrl/Cmd+V</strong>) og klikk á <strong>Góðtak</strong>.","securityMsg":"Trygdaruppseting alnótskagans forðar tekstviðgeranum à beinleiðis atgongd til avritingarminnið. Tygum mugu royna aftur à hesum rútinum.","title":"Innrita"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"Blockquote"},"basicstyles":{"bold":"Feit skrift","italic":"Skráskrift","strike":"Yvirstrikað","subscript":"Lækkað skrift","superscript":"Hækkað skrift","underline":"Undirstrikað"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"Um CKEditor","help":"Kekka $1 fyri hjálp.","moreInfo":"Licens upplýsingar finnast á heimasÃðu okkara:","title":"Um CKEditor","userGuide":"CKEditor Brúkaravegleiðing"},"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Trýst ALT og 0 fyri vegleiðing","browseServer":"Ambætarakagi","url":"URL","protocol":"Protokoll","upload":"Send til ambætaran","uploadSubmit":"Send til ambætaran","image":"Myndir","flash":"Flash","form":"Formur","checkbox":"Flugubein","radio":"Radioknøttur","textField":"Tekstteigur","textarea":"Tekstumráði","hiddenField":"Fjaldur teigur","button":"Knøttur","select":"Valskrá","imageButton":"Myndaknøttur","notSet":"<ikki sett>","id":"Id","name":"Navn","langDir":"Tekstkós","langDirLtr":"Frá vinstru til høgru (LTR)","langDirRtl":"Frá høgru til vinstru (RTL)","langCode":"Málkoda","longDescr":"VÃðkað URL frágreiðing","cssClass":"Typografi klassar","advisoryTitle":"Vegleiðandi heiti","cssStyle":"Typografi","ok":"Góðkent","cancel":"Avlýs","close":"Lat aftur","preview":"Frumsýn","resize":"Drag fyri at broyta stødd","generalTab":"Generelt","advancedTab":"Fjølbroytt","validateNumberFailed":"Hetta er ikki eitt tal.","confirmNewPage":"Allar ikki goymdar broytingar à hesum innihaldið hvørva. Skal nýggj sÃða lesast kortini?","confirmCancel":"Nakrir valmøguleikar eru broyttir. Ert tú vÃsur Ã, at dialogurin skal latast aftur?","options":"Options","target":"Target","targetNew":"Nýtt vindeyga (_blank)","targetTop":"Vindeyga ovast (_top)","targetSelf":"Sama vindeyga (_self)","targetParent":"Upphavligt vindeyga (_parent)","langDirLTR":"Frá vinstru til høgru (LTR)","langDirRTL":"Frá høgru til vinstru (RTL)","styles":"Style","cssClasses":"Stylesheet Classes","width":"Breidd","height":"Hædd","align":"Justering","alignLeft":"Vinstra","alignRight":"Høgra","alignCenter":"Miðsett","alignJustify":"Javnir tekstkantar","alignTop":"Ovast","alignMiddle":"Miðja","alignBottom":"Botnur","alignNone":"Eingin","invalidValue":"Invalid value.","invalidHeight":"Hædd má vera eitt tal.","invalidWidth":"Breidd má vera eitt tal.","invalidCssLength":"Virðið sett à \"%1\" feltið má vera eitt positivt tal, við ella uttan gyldugum CSS mátieind (px, %, in, cm, mm, em, ex, pt, ella pc).","invalidHtmlLength":"Virðið sett à \"%1\" feltiðield má vera eitt positivt tal, við ella uttan gyldugum CSS mátieind (px ella %).","invalidInlineStyle":"Virði specifiserað fyri inline style má hava eitt ella fleiri pør (tuples) skrivað sum \"name : value\", hvørt parið sundurskilt við semi-colon.","cssLengthTooltip":"Skriva eitt tal fyri eitt virði à pixels ella eitt tal við gyldigum CSS eind (px, %, in, cm, mm, em, ex, pt, ella pc).","unavailable":"%1<span class=\"cke_accessibility\">, ikki tøkt</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/fr-ca.js b/public/assets/ckeditor/lang/fr-ca.js new file mode 100644 index 0000000..0e467fa --- /dev/null +++ b/public/assets/ckeditor/lang/fr-ca.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['fr-ca']={"wsc":{"btnIgnore":"Ignorer","btnIgnoreAll":"Ignorer tout","btnReplace":"Remplacer","btnReplaceAll":"Remplacer tout","btnUndo":"Annuler","changeTo":"Changer en","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Le Correcteur d'orthographe n'est pas installé. Souhaitez-vous le télécharger maintenant?","manyChanges":"Vérification d'orthographe terminée: %1 mots modifiés","noChanges":"Vérification d'orthographe terminée: Pas de modifications","noMispell":"Vérification d'orthographe terminée: pas d'erreur trouvée","noSuggestions":"- Pas de suggestion -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Pas dans le dictionnaire","oneChange":"Vérification d'orthographe terminée: Un mot modifié","progress":"Vérification d'orthographe en cours...","title":"Spell Checker","toolbar":"Orthographe"},"undo":{"redo":"Refaire","undo":"Annuler"},"toolbar":{"toolbarCollapse":"Enrouler la barre d'outils","toolbarExpand":"Dérouler la barre d'outils","toolbarGroups":{"document":"Document","clipboard":"Presse papier/Annuler","editing":"Ãdition","forms":"Formulaires","basicstyles":"Styles de base","paragraph":"Paragraphe","links":"Liens","insert":"Insérer","styles":"Styles","colors":"Couleurs","tools":"Outils"},"toolbars":"Barre d'outils de l'éditeur"},"table":{"border":"Taille de la bordure","caption":"Titre","cell":{"menu":"Cellule","insertBefore":"Insérer une cellule avant","insertAfter":"Insérer une cellule après","deleteCell":"Supprimer des cellules","merge":"Fusionner les cellules","mergeRight":"Fusionner à droite","mergeDown":"Fusionner en bas","splitHorizontal":"Scinder la cellule horizontalement","splitVertical":"Scinder la cellule verticalement","title":"Propriétés de la cellule","cellType":"Type de cellule","rowSpan":"Fusion de lignes","colSpan":"Fusion de colonnes","wordWrap":"Retour à la ligne","hAlign":"Alignement horizontal","vAlign":"Alignement vertical","alignBaseline":"Bas du texte","bgColor":"Couleur d'arrière plan","borderColor":"Couleur de bordure","data":"Données","header":"En-tête","yes":"Oui","no":"Non","invalidWidth":"La largeur de cellule doit être un nombre.","invalidHeight":"La hauteur de cellule doit être un nombre.","invalidRowSpan":"La fusion de lignes doit être un nombre entier.","invalidColSpan":"La fusion de colonnes doit être un nombre entier.","chooseColor":"Sélectionner"},"cellPad":"Marge interne des cellules","cellSpace":"Espacement des cellules","column":{"menu":"Colonne","insertBefore":"Insérer une colonne avant","insertAfter":"Insérer une colonne après","deleteColumn":"Supprimer des colonnes"},"columns":"Colonnes","deleteTable":"Supprimer le tableau","headers":"En-têtes","headersBoth":"Les deux.","headersColumn":"Première colonne","headersNone":"Aucun","headersRow":"Première ligne","invalidBorder":"La taille de bordure doit être un nombre.","invalidCellPadding":"La marge interne des cellules doit être un nombre positif.","invalidCellSpacing":"L'espacement des cellules doit être un nombre positif.","invalidCols":"Le nombre de colonnes doit être supérieur à 0.","invalidHeight":"La hauteur du tableau doit être un nombre.","invalidRows":"Le nombre de lignes doit être supérieur à 0.","invalidWidth":"La largeur du tableau doit être un nombre.","menu":"Propriétés du tableau","row":{"menu":"Ligne","insertBefore":"Insérer une ligne avant","insertAfter":"Insérer une ligne après","deleteRow":"Supprimer des lignes"},"rows":"Lignes","summary":"Résumé","title":"Propriétés du tableau","toolbar":"Tableau","widthPc":"pourcentage","widthPx":"pixels","widthUnit":"unité de largeur"},"stylescombo":{"label":"Styles","panelTitle":"Styles de formattage","panelTitle1":"Styles de block","panelTitle2":"Styles en ligne","panelTitle3":"Styles d'objet"},"specialchar":{"options":"Option des caractères spéciaux","title":"Sélectionner un caractère spécial","toolbar":"Insérer un caractère spécial"},"sourcearea":{"toolbar":"Source"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"Supprimer le formatage"},"pastetext":{"button":"Coller comme texte","title":"Coller comme texte"},"pastefromword":{"confirmCleanup":"Le texte que vous tentez de coller semble provenir de Word. Désirez vous le nettoyer avant de coller?","error":"Il n'a pas été possible de nettoyer les données collées du à une erreur interne","title":"Coller de Word","toolbar":"Coller de Word"},"maximize":{"maximize":"Maximizer","minimize":"Minimizer"},"magicline":{"title":"Insérer le paragraphe ici"},"list":{"bulletedlist":"Liste à puces","numberedlist":"Liste numérotée"},"link":{"acccessKey":"Touche d'accessibilité","advanced":"Avancé","advisoryContentType":"Type de contenu","advisoryTitle":"Description","anchor":{"toolbar":"Ancre","menu":"Modifier l'ancre","title":"Propriétés de l'ancre","name":"Nom de l'ancre","errorName":"Veuillez saisir le nom de l'ancre","remove":"Supprimer l'ancre"},"anchorId":"Par ID","anchorName":"Par nom","charset":"Encodage de la cible","cssClasses":"Classes CSS","emailAddress":"Courriel","emailBody":"Corps du message","emailSubject":"Objet du message","id":"ID","info":"Informations sur le lien","langCode":"Code de langue","langDir":"Sens d'écriture","langDirLTR":"De gauche à droite (LTR)","langDirRTL":"De droite à gauche (RTL)","menu":"Modifier le lien","name":"Nom","noAnchors":"(Pas d'ancre disponible dans le document)","noEmail":"Veuillez saisir le courriel","noUrl":"Veuillez saisir l'URL","other":"<autre>","popupDependent":"Dépendante (Netscape)","popupFeatures":"Caractéristiques de la fenêtre popup","popupFullScreen":"Plein écran (IE)","popupLeft":"Position de la gauche","popupLocationBar":"Barre d'adresse","popupMenuBar":"Barre de menu","popupResizable":"Redimensionnable","popupScrollBars":"Barres de défilement","popupStatusBar":"Barre d'état","popupToolbar":"Barre d'outils","popupTop":"Position à partir du haut","rel":"Relation","selectAnchor":"Sélectionner une ancre","styles":"Style","tabIndex":"Ordre de tabulation","target":"Destination","targetFrame":"<Cadre>","targetFrameName":"Nom du cadre de destination","targetPopup":"<fenêtre popup>","targetPopupName":"Nom de la fenêtre popup","title":"Lien","toAnchor":"Ancre dans cette page","toEmail":"Courriel","toUrl":"URL","toolbar":"Lien","type":"Type de lien","unlink":"Supprimer le lien","upload":"Téléverser"},"indent":{"indent":"Augmenter le retrait","outdent":"Diminuer le retrait"},"image":{"alt":"Texte alternatif","border":"Bordure","btnUpload":"Envoyer sur le serveur","button2Img":"Désirez-vous transformer l'image sélectionnée en image simple?","hSpace":"Espacement horizontal","img2Button":"Désirez-vous transformer l'image sélectionnée en bouton image?","infoTab":"Informations sur l'image","linkTab":"Lien","lockRatio":"Verrouiller les proportions","menu":"Propriétés de l'image","resetSize":"Taille originale","title":"Propriétés de l'image","titleButton":"Propriétés du bouton image","upload":"Téléverser","urlMissing":"L'URL de la source de l'image est manquant.","vSpace":"Espacement vertical","validateBorder":"La bordure doit être un entier.","validateHSpace":"L'espacement horizontal doit être un entier.","validateVSpace":"L'espacement vertical doit être un entier."},"horizontalrule":{"toolbar":"Insérer un séparateur horizontale"},"format":{"label":"Format","panelTitle":"Format de paragraphe","tag_address":"Adresse","tag_div":"Normal (DIV)","tag_h1":"En-tête 1","tag_h2":"En-tête 2","tag_h3":"En-tête 3","tag_h4":"En-tête 4","tag_h5":"En-tête 5","tag_h6":"En-tête 6","tag_p":"Normal","tag_pre":"Formaté"},"fakeobjects":{"anchor":"Ancre","flash":"Animation Flash","hiddenfield":"Champ caché","iframe":"IFrame","unknown":"Objet inconnu"},"elementspath":{"eleLabel":"Chemin d'éléments","eleTitle":"element %1"},"contextmenu":{"options":"Options du menu contextuel"},"clipboard":{"copy":"Copier","copyError":"Les paramètres de sécurité de votre navigateur empêchent l'éditeur de copier automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl/Cmd+C).","cut":"Couper","cutError":"Les paramètres de sécurité de votre navigateur empêchent l'éditeur de couper automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl/Cmd+X).","paste":"Coller","pasteArea":"Coller la zone","pasteMsg":"Veuillez coller dans la zone ci-dessous en utilisant le clavier (<STRONG>Ctrl/Cmd+V</STRONG>) et appuyer sur <STRONG>OK</STRONG>.","securityMsg":"A cause des paramètres de sécurité de votre navigateur, l'éditeur ne peut accéder au presse-papier directement. Vous devez coller à nouveau le contenu dans cette fenêtre.","title":"Coller"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"Citation"},"basicstyles":{"bold":"Gras","italic":"Italique","strike":"Barré","subscript":"Indice","superscript":"Exposant","underline":"Souligné"},"about":{"copy":"Copyright © $1. Tous droits réservés.","dlgTitle":"à propos de CKEditor","help":"Consulter $1 pour l'aide.","moreInfo":"Pour les informations de licence, consulter notre site internet:","title":"à propos de CKEditor","userGuide":"Guide utilisateur de CKEditor"},"editor":"Ãditeur de texte enrichi","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Appuyez sur 0 pour de l'aide","browseServer":"Parcourir le serveur","url":"URL","protocol":"Protocole","upload":"Envoyer","uploadSubmit":"Envoyer au serveur","image":"Image","flash":"Animation Flash","form":"Formulaire","checkbox":"Case à cocher","radio":"Bouton radio","textField":"Champ texte","textarea":"Zone de texte","hiddenField":"Champ caché","button":"Bouton","select":"Liste déroulante","imageButton":"Bouton image","notSet":"<Par défaut>","id":"Id","name":"Nom","langDir":"Sens d'écriture","langDirLtr":"De gauche à droite (LTR)","langDirRtl":"De droite à gauche (RTL)","langCode":"Code langue","longDescr":"URL de description longue","cssClass":"Classes CSS","advisoryTitle":"Titre","cssStyle":"Style","ok":"OK","cancel":"Annuler","close":"Fermer","preview":"Aperçu","resize":"Redimensionner","generalTab":"Général","advancedTab":"Avancé","validateNumberFailed":"Cette valeur n'est pas un nombre.","confirmNewPage":"Les changements non sauvegardés seront perdus. Ãtes-vous certain de vouloir charger une nouvelle page?","confirmCancel":"Certaines options ont été modifiées. Ãtes-vous certain de vouloir fermer?","options":"Options","target":"Cible","targetNew":"Nouvelle fenêtre (_blank)","targetTop":"Fenêtre supérieur (_top)","targetSelf":"Cette fenêtre (_self)","targetParent":"Fenêtre parent (_parent)","langDirLTR":"De gauche à droite (LTR)","langDirRTL":"De droite à gauche (RTL)","styles":"Style","cssClasses":"Classe CSS","width":"Largeur","height":"Hauteur","align":"Alignement","alignLeft":"Gauche","alignRight":"Droite","alignCenter":"Centré","alignJustify":"Justifié","alignTop":"Haut","alignMiddle":"Milieu","alignBottom":"Bas","alignNone":"None","invalidValue":"Valeur invalide.","invalidHeight":"La hauteur doit être un nombre.","invalidWidth":"La largeur doit être un nombre.","invalidCssLength":"La valeur spécifiée pour le champ \"%1\" doit être un nombre positif avec ou sans unité de mesure CSS valide (px, %, in, cm, mm, em, ex, pt, ou pc).","invalidHtmlLength":"La valeur spécifiée pour le champ \"%1\" doit être un nombre positif avec ou sans unité de mesure HTML valide (px ou %).","invalidInlineStyle":"La valeur spécifiée pour le style intégré doit être composée d'un ou plusieurs couples de valeur au format \"nom : valeur\", separés par des points-virgules.","cssLengthTooltip":"Entrer un nombre pour la valeur en pixel ou un nombre avec une unité CSS valide (px, %, in, cm, mm, em, ex, pt, ou pc).","unavailable":"%1<span class=\"cke_accessibility\">, indisponible</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/fr.js b/public/assets/ckeditor/lang/fr.js new file mode 100644 index 0000000..bd47790 --- /dev/null +++ b/public/assets/ckeditor/lang/fr.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['fr']={"wsc":{"btnIgnore":"Ignorer","btnIgnoreAll":"Ignorer tout","btnReplace":"Remplacer","btnReplaceAll":"Remplacer tout","btnUndo":"Annuler","changeTo":"Modifier pour","errorLoading":"Erreur du chargement du service depuis l'hôte : %s.","ieSpellDownload":"La vérification d'orthographe n'est pas installée. Voulez-vous la télécharger maintenant?","manyChanges":"Vérification de l'orthographe terminée : %1 mots corrigés.","noChanges":"Vérification de l'orthographe terminée : Aucun mot corrigé.","noMispell":"Vérification de l'orthographe terminée : aucune erreur trouvée.","noSuggestions":"- Aucune suggestion -","notAvailable":"Désolé, le service est indisponible actuellement.","notInDic":"N'existe pas dans le dictionnaire.","oneChange":"Vérification de l'orthographe terminée : Un seul mot corrigé.","progress":"Vérification de l'orthographe en cours...","title":"Vérifier l'orthographe","toolbar":"Vérifier l'orthographe"},"undo":{"redo":"Rétablir","undo":"Annuler"},"toolbar":{"toolbarCollapse":"Enrouler la barre d'outils","toolbarExpand":"Dérouler la barre d'outils","toolbarGroups":{"document":"Document","clipboard":"Presse-papier/Défaire","editing":"Editer","forms":"Formulaires","basicstyles":"Styles de base","paragraph":"Paragraphe","links":"Liens","insert":"Insérer","styles":"Styles","colors":"Couleurs","tools":"Outils"},"toolbars":"Barre d'outils de l'éditeur"},"table":{"border":"Taille de la bordure","caption":"Titre du tableau","cell":{"menu":"Cellule","insertBefore":"Insérer une cellule avant","insertAfter":"Insérer une cellule après","deleteCell":"Supprimer les cellules","merge":"Fusionner les cellules","mergeRight":"Fusionner à droite","mergeDown":"Fusionner en bas","splitHorizontal":"Fractionner horizontalement","splitVertical":"Fractionner verticalement","title":"Propriétés de la cellule","cellType":"Type de cellule","rowSpan":"Fusion de lignes","colSpan":"Fusion de colonnes","wordWrap":"Césure","hAlign":"Alignement Horizontal","vAlign":"Alignement Vertical","alignBaseline":"Bas du texte","bgColor":"Couleur d'arrière-plan","borderColor":"Couleur de Bordure","data":"Données","header":"Entête","yes":"Oui","no":"Non","invalidWidth":"La Largeur de Cellule doit être un nombre.","invalidHeight":"La Hauteur de Cellule doit être un nombre.","invalidRowSpan":"La fusion de lignes doit être un nombre entier.","invalidColSpan":"La fusion de colonnes doit être un nombre entier.","chooseColor":"Choisissez"},"cellPad":"Marge interne des cellules","cellSpace":"Espacement des cellules","column":{"menu":"Colonnes","insertBefore":"Insérer une colonne avant","insertAfter":"Insérer une colonne après","deleteColumn":"Supprimer les colonnes"},"columns":"Colonnes","deleteTable":"Supprimer le tableau","headers":"En-Têtes","headersBoth":"Les deux","headersColumn":"Première colonne","headersNone":"Aucunes","headersRow":"Première ligne","invalidBorder":"La taille de la bordure doit être un nombre.","invalidCellPadding":"La marge intérieure des cellules doit être un nombre positif.","invalidCellSpacing":"L'espacement des cellules doit être un nombre positif.","invalidCols":"Le nombre de colonnes doit être supérieur à 0.","invalidHeight":"La hauteur du tableau doit être un nombre.","invalidRows":"Le nombre de lignes doit être supérieur à 0.","invalidWidth":"La largeur du tableau doit être un nombre.","menu":"Propriétés du tableau","row":{"menu":"Ligne","insertBefore":"Insérer une ligne avant","insertAfter":"Insérer une ligne après","deleteRow":"Supprimer les lignes"},"rows":"Lignes","summary":"Résumé (description)","title":"Propriétés du tableau","toolbar":"Tableau","widthPc":"% pourcents","widthPx":"pixels","widthUnit":"unité de largeur"},"stylescombo":{"label":"Styles","panelTitle":"Styles de mise en page","panelTitle1":"Styles de blocs","panelTitle2":"Styles en ligne","panelTitle3":"Styles d'objet"},"specialchar":{"options":"Options des caractères spéciaux","title":"Sélectionnez un caractère","toolbar":"Insérer un caractère spécial"},"sourcearea":{"toolbar":"Source"},"scayt":{"btn_about":"A propos de SCAYT","btn_dictionaries":"Dictionnaires","btn_disable":"Désactiver SCAYT","btn_enable":"Activer SCAYT","btn_langs":"Langues","btn_options":"Options","text_title":"Vérification de l'Orthographe en Cours de Frappe (SCAYT)"},"removeformat":{"toolbar":"Supprimer la mise en forme"},"pastetext":{"button":"Coller comme texte sans mise en forme","title":"Coller comme texte sans mise en forme"},"pastefromword":{"confirmCleanup":"Le texte à coller semble provenir de Word. Désirez-vous le nettoyer avant de coller?","error":"Il n'a pas été possible de nettoyer les données collées à la suite d'une erreur interne.","title":"Coller depuis Word","toolbar":"Coller depuis Word"},"maximize":{"maximize":"Agrandir","minimize":"Minimiser"},"magicline":{"title":"Insérez un paragraphe ici"},"list":{"bulletedlist":"Insérer/Supprimer la liste à puces","numberedlist":"Insérer/Supprimer la liste numérotée"},"link":{"acccessKey":"Touche d'accessibilité","advanced":"Avancé","advisoryContentType":"Type de contenu (ex: text/html)","advisoryTitle":"Description (title)","anchor":{"toolbar":"Ancre","menu":"Editer l'ancre","title":"Propriétés de l'ancre","name":"Nom de l'ancre","errorName":"Veuillez entrer le nom de l'ancre.","remove":"Supprimer l'ancre"},"anchorId":"Par ID d'élément","anchorName":"Par nom d'ancre","charset":"Charset de la cible","cssClasses":"Classe CSS","emailAddress":"Adresse E-Mail","emailBody":"Corps du message","emailSubject":"Sujet du message","id":"Id","info":"Infos sur le lien","langCode":"Code de langue","langDir":"Sens d'écriture","langDirLTR":"Gauche à droite","langDirRTL":"Droite à gauche","menu":"Editer le lien","name":"Nom","noAnchors":"(Aucune ancre disponible dans ce document)","noEmail":"Veuillez entrer l'adresse e-mail","noUrl":"Veuillez entrer l'adresse du lien","other":"<autre>","popupDependent":"Dépendante (Netscape)","popupFeatures":"Options de la fenêtre popup","popupFullScreen":"Plein écran (IE)","popupLeft":"Position gauche","popupLocationBar":"Barre d'adresse","popupMenuBar":"Barre de menu","popupResizable":"Redimensionnable","popupScrollBars":"Barres de défilement","popupStatusBar":"Barre de status","popupToolbar":"Barre d'outils","popupTop":"Position haute","rel":"Relation","selectAnchor":"Sélectionner l'ancre","styles":"Style","tabIndex":"Index de tabulation","target":"Cible","targetFrame":"<cadre>","targetFrameName":"Nom du Cadre destination","targetPopup":"<fenêtre popup>","targetPopupName":"Nom de la fenêtre popup","title":"Lien","toAnchor":"Ancre","toEmail":"E-mail","toUrl":"URL","toolbar":"Lien","type":"Type de lien","unlink":"Supprimer le lien","upload":"Envoyer"},"indent":{"indent":"Augmenter le retrait (tabulation)","outdent":"Diminuer le retrait (tabulation)"},"image":{"alt":"Texte de remplacement","border":"Bordure","btnUpload":"Envoyer sur le serveur","button2Img":"Voulez-vous transformer le bouton image sélectionné en simple image?","hSpace":"Espacement horizontal","img2Button":"Voulez-vous transformer l'image en bouton image?","infoTab":"Informations sur l'image","linkTab":"Lien","lockRatio":"Conserver les proportions","menu":"Propriétés de l'image","resetSize":"Taille d'origine","title":"Propriétés de l'image","titleButton":"Propriétés du bouton image","upload":"Envoyer","urlMissing":"L'adresse source de l'image est manquante.","vSpace":"Espacement vertical","validateBorder":"Bordure doit être un entier.","validateHSpace":"HSpace doit être un entier.","validateVSpace":"VSpace doit être un entier."},"horizontalrule":{"toolbar":"Ligne horizontale"},"format":{"label":"Format","panelTitle":"Format de paragraphe","tag_address":"Adresse","tag_div":"Normal (DIV)","tag_h1":"Titre 1","tag_h2":"Titre 2","tag_h3":"Titre 3","tag_h4":"Titre 4","tag_h5":"Titre 5","tag_h6":"Titre 6","tag_p":"Normal","tag_pre":"Formaté"},"fakeobjects":{"anchor":"Ancre","flash":"Animation Flash","hiddenfield":"Champ caché","iframe":"IFrame","unknown":"Objet inconnu"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 éléments"},"contextmenu":{"options":"Options du menu contextuel"},"clipboard":{"copy":"Copier","copyError":"Les paramètres de sécurité de votre navigateur ne permettent pas à l'éditeur d'exécuter automatiquement des opérations de copie. Veuillez utiliser le raccourci clavier (Ctrl/Cmd+C).","cut":"Couper","cutError":"Les paramètres de sécurité de votre navigateur ne permettent pas à l'éditeur d'exécuter automatiquement l'opération \"couper\". Veuillez utiliser le raccourci clavier (Ctrl/Cmd+X).","paste":"Coller","pasteArea":"Coller la zone","pasteMsg":"Veuillez coller le texte dans la zone suivante en utilisant le raccourci clavier (<strong>Ctrl/Cmd+V</strong>) et cliquez sur OK.","securityMsg":"A cause des paramètres de sécurité de votre navigateur, l'éditeur n'est pas en mesure d'accéder directement à vos données contenues dans le presse-papier. Vous devriez réessayer de coller les données dans la fenêtre.","title":"Coller"},"button":{"selectedLabel":"%1 (Sélectionné)"},"blockquote":{"toolbar":"Citation"},"basicstyles":{"bold":"Gras","italic":"Italique","strike":"Barré","subscript":"Indice","superscript":"Exposant","underline":"Souligné"},"about":{"copy":"Copyright © $1. Tous droits réservés.","dlgTitle":"à propos de CKEditor","help":"Consulter $1 pour l'aide.","moreInfo":"Pour les informations de licence, veuillez visiter notre site web:","title":"à propos de CKEditor","userGuide":"Guide de l'utilisateur CKEditor en anglais"},"editor":"Ãditeur de Texte Enrichi","editorPanel":"Tableau de bord de l'éditeur de texte enrichi","common":{"editorHelp":"Appuyez sur ALT-0 pour l'aide","browseServer":"Explorer le serveur","url":"URL","protocol":"Protocole","upload":"Télécharger","uploadSubmit":"Envoyer sur le serveur","image":"Image","flash":"Flash","form":"Formulaire","checkbox":"Case à cocher","radio":"Bouton Radio","textField":"Champ texte","textarea":"Zone de texte","hiddenField":"Champ caché","button":"Bouton","select":"Liste déroulante","imageButton":"Bouton image","notSet":"<non défini>","id":"Id","name":"Nom","langDir":"Sens d'écriture","langDirLtr":"Gauche à droite (LTR)","langDirRtl":"Droite à gauche (RTL)","langCode":"Code de langue","longDescr":"URL de description longue (longdesc => malvoyant)","cssClass":"Classe CSS","advisoryTitle":"Description (title)","cssStyle":"Style","ok":"OK","cancel":"Annuler","close":"Fermer","preview":"Aperçu","resize":"Déplacer pour modifier la taille","generalTab":"Général","advancedTab":"Avancé","validateNumberFailed":"Cette valeur n'est pas un nombre.","confirmNewPage":"Les changements non sauvegardés seront perdus. Ãtes-vous sûr de vouloir charger une nouvelle page?","confirmCancel":"Certaines options ont été modifiées. Ãtes-vous sûr de vouloir fermer?","options":"Options","target":"Cible (Target)","targetNew":"Nouvelle fenêtre (_blank)","targetTop":"Fenêtre supérieure (_top)","targetSelf":"Même fenêtre (_self)","targetParent":"Fenêtre parent (_parent)","langDirLTR":"Gauche à Droite (LTR)","langDirRTL":"Droite à Gauche (RTL)","styles":"Style","cssClasses":"Classes de style","width":"Largeur","height":"Hauteur","align":"Alignement","alignLeft":"Gauche","alignRight":"Droite","alignCenter":"Centré","alignJustify":"Justifier","alignTop":"Haut","alignMiddle":"Milieu","alignBottom":"Bas","alignNone":"Aucun","invalidValue":"Valeur incorrecte.","invalidHeight":"La hauteur doit être un nombre.","invalidWidth":"La largeur doit être un nombre.","invalidCssLength":"La valeur spécifiée pour le champ \"%1\" doit être un nombre positif avec ou sans unité de mesure CSS valide (px, %, in, cm, mm, em, ex, pt, ou pc).","invalidHtmlLength":"La valeur spécifiée pour le champ \"%1\" doit être un nombre positif avec ou sans unité de mesure HTML valide (px ou %).","invalidInlineStyle":"La valeur spécifiée pour le style inline doit être composée d'un ou plusieurs couples de valeur au format \"nom : valeur\", separés par des points-virgules.","cssLengthTooltip":"Entrer un nombre pour une valeur en pixels ou un nombre avec une unité de mesure CSS valide (px, %, in, cm, mm, em, ex, pt, ou pc).","unavailable":"%1<span class=\"cke_accessibility\">, Indisponible</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/gl.js b/public/assets/ckeditor/lang/gl.js new file mode 100644 index 0000000..64768e4 --- /dev/null +++ b/public/assets/ckeditor/lang/gl.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['gl']={"wsc":{"btnIgnore":"Ignorar","btnIgnoreAll":"Ignorar Todas","btnReplace":"Substituir","btnReplaceAll":"Substituir Todas","btnUndo":"Desfacer","changeTo":"Cambiar a","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"O corrector ortográfico non está instalado. ¿Quere descargalo agora?","manyChanges":"Corrección ortográfica rematada: %1 verbas substituidas","noChanges":"Corrección ortográfica rematada: Non se substituiu nengunha verba","noMispell":"Corrección ortográfica rematada: Non se atoparon erros","noSuggestions":"- Sen candidatos -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Non está no diccionario","oneChange":"Corrección ortográfica rematada: Unha verba substituida","progress":"Corrección ortográfica en progreso...","title":"Spell Checker","toolbar":"Corrección Ortográfica"},"undo":{"redo":"Refacer","undo":"Desfacer"},"toolbar":{"toolbarCollapse":"Contraer a barra de ferramentas","toolbarExpand":"Expandir a barra de ferramentas","toolbarGroups":{"document":"Documento","clipboard":"Portapapeis/desfacer","editing":"Edición","forms":"Formularios","basicstyles":"Estilos básicos","paragraph":"Paragrafo","links":"Ligazóns","insert":"Inserir","styles":"Estilos","colors":"Cores","tools":"Ferramentas"},"toolbars":"Barras de ferramentas do editor"},"table":{"border":"Tamaño do bordo","caption":"TÃtulo","cell":{"menu":"Cela","insertBefore":"Inserir a cela á esquerda","insertAfter":"Inserir a cela á dereita","deleteCell":"Eliminar celas","merge":"Combinar celas","mergeRight":"Combinar á dereita","mergeDown":"Combinar cara abaixo","splitHorizontal":"Dividir a cela en horizontal","splitVertical":"Dividir a cela en vertical","title":"Propiedades da cela","cellType":"Tipo de cela","rowSpan":"Expandir filas","colSpan":"Expandir columnas","wordWrap":"Axustar ao contido","hAlign":"Aliñación horizontal","vAlign":"Aliñación vertical","alignBaseline":"Liña de base","bgColor":"Cor do fondo","borderColor":"Cor do bordo","data":"Datos","header":"Cabeceira","yes":"Si","no":"Non","invalidWidth":"O largo da cela debe ser un número.","invalidHeight":"O alto da cela debe ser un número.","invalidRowSpan":"A expansión de filas debe ser un número enteiro.","invalidColSpan":"A expansión de columnas debe ser un número enteiro.","chooseColor":"Escoller"},"cellPad":"Marxe interior da cela","cellSpace":"Marxe entre celas","column":{"menu":"Columna","insertBefore":"Inserir a columna á esquerda","insertAfter":"Inserir a columna á dereita","deleteColumn":"Borrar Columnas"},"columns":"Columnas","deleteTable":"Borrar Táboa","headers":"Cabeceiras","headersBoth":"Ambas","headersColumn":"Primeira columna","headersNone":"Ningún","headersRow":"Primeira fila","invalidBorder":"O tamaño do bordo debe ser un número.","invalidCellPadding":"A marxe interior debe ser un número positivo.","invalidCellSpacing":"A marxe entre celas debe ser un número positivo.","invalidCols":"O número de columnas debe ser un número maior que 0.","invalidHeight":"O alto da táboa debe ser un número.","invalidRows":"O número de filas debe ser un número maior que 0","invalidWidth":"O largo da táboa debe ser un número.","menu":"Propiedades da táboa","row":{"menu":"Fila","insertBefore":"Inserir a fila por riba","insertAfter":"Inserir a fila por baixo","deleteRow":"Eliminar filas"},"rows":"Filas","summary":"Resumo","title":"Propiedades da táboa","toolbar":"Taboa","widthPc":"porcentaxe","widthPx":"pÃxeles","widthUnit":"unidade do largo"},"stylescombo":{"label":"Estilos","panelTitle":"Estilos de formatando","panelTitle1":"Estilos de bloque","panelTitle2":"Estilos de liña","panelTitle3":"Estilos de obxecto"},"specialchar":{"options":"Opcións de caracteres especiais","title":"Seleccione un carácter especial","toolbar":"Inserir un carácter especial"},"sourcearea":{"toolbar":"Orixe"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"Retirar o formato"},"pastetext":{"button":"Pegar como texto simple","title":"Pegar como texto simple"},"pastefromword":{"confirmCleanup":"O texto que quere pegar semella ser copiado desde o Word. Quere depuralo antes de pegalo?","error":"Non foi posÃbel depurar os datos pegados por mor dun erro interno","title":"Pegar desde Word","toolbar":"Pegar desde Word"},"maximize":{"maximize":"Maximizar","minimize":"Minimizar"},"magicline":{"title":"Inserir aquà o parágrafo"},"list":{"bulletedlist":"Inserir/retirar lista viñeteada","numberedlist":"Inserir/retirar lista numerada"},"link":{"acccessKey":"Chave de acceso","advanced":"Avanzado","advisoryContentType":"Tipo de contido informativo","advisoryTitle":"TÃtulo","anchor":{"toolbar":"Ancoraxe","menu":"Editar a ancoraxe","title":"Propiedades da ancoraxe","name":"Nome da ancoraxe","errorName":"Escriba o nome da ancoraxe","remove":"Retirar a ancoraxe"},"anchorId":"Polo ID do elemento","anchorName":"Polo nome da ancoraxe","charset":"Codificación do recurso ligado","cssClasses":"Clases da folla de estilos","emailAddress":"Enderezo de correo","emailBody":"Corpo da mensaxe","emailSubject":"Asunto da mensaxe","id":"ID","info":"Información da ligazón","langCode":"Código do idioma","langDir":"Dirección de escritura do idioma","langDirLTR":"Esquerda a dereita (LTR)","langDirRTL":"Dereita a esquerda (RTL)","menu":"Editar a ligazón","name":"Nome","noAnchors":"(Non hai ancoraxes dispoñÃbeis no documento)","noEmail":"Escriba o enderezo de correo","noUrl":"Escriba a ligazón URL","other":"<outro>","popupDependent":"Dependente (Netscape)","popupFeatures":"CaracterÃsticas da xanela emerxente","popupFullScreen":"Pantalla completa (IE)","popupLeft":"Posición esquerda","popupLocationBar":"Barra de localización","popupMenuBar":"Barra do menú","popupResizable":"Redimensionábel","popupScrollBars":"Barras de desprazamento","popupStatusBar":"Barra de estado","popupToolbar":"Barra de ferramentas","popupTop":"Posición superior","rel":"Relación","selectAnchor":"Seleccionar unha ancoraxe","styles":"Estilo","tabIndex":"Ãndice de tabulación","target":"Destino","targetFrame":"<marco>","targetFrameName":"Nome do marco de destino","targetPopup":"<xanela emerxente>","targetPopupName":"Nome da xanela emerxente","title":"Ligazón","toAnchor":"Ligar coa ancoraxe no testo","toEmail":"Correo","toUrl":"URL","toolbar":"Ligazón","type":"Tipo de ligazón","unlink":"Eliminar a ligazón","upload":"Enviar"},"indent":{"indent":"Aumentar a sangrÃa","outdent":"Reducir a sangrÃa"},"image":{"alt":"Texto alternativo","border":"Bordo","btnUpload":"Enviar ao servidor","button2Img":"Quere converter o botón da imaxe seleccionada nunha imaxe sinxela?","hSpace":"Esp.Horiz.","img2Button":"Quere converter a imaxe seleccionada nun botón de imaxe?","infoTab":"Información da imaxe","linkTab":"Ligazón","lockRatio":"Proporcional","menu":"Propiedades da imaxe","resetSize":"Tamaño orixinal","title":"Propiedades da imaxe","titleButton":"Propiedades do botón de imaxe","upload":"Cargar","urlMissing":"Non se atopa o URL da imaxe.","vSpace":"Esp.Vert.","validateBorder":"O bordo debe ser un número.","validateHSpace":"O espazado horizontal debe ser un número.","validateVSpace":"O espazado vertical debe ser un número."},"horizontalrule":{"toolbar":"Inserir unha liña horizontal"},"format":{"label":"Formato","panelTitle":"Formato do parágrafo","tag_address":"Enderezo","tag_div":"Normal (DIV)","tag_h1":"Enacabezado 1","tag_h2":"Encabezado 2","tag_h3":"Encabezado 3","tag_h4":"Encabezado 4","tag_h5":"Encabezado 5","tag_h6":"Encabezado 6","tag_p":"Normal","tag_pre":"Formatado"},"fakeobjects":{"anchor":"Ancoraxe","flash":"Animación «Flash»","hiddenfield":"Campo agochado","iframe":"IFrame","unknown":"Obxecto descoñecido"},"elementspath":{"eleLabel":"Ruta dos elementos","eleTitle":"Elemento %1"},"contextmenu":{"options":"Opcións do menú contextual"},"clipboard":{"copy":"Copiar","copyError":"Os axustes de seguranza do seu navegador non permiten que o editor realice automaticamente as tarefas de copia. Use o teclado para iso (Ctrl/Cmd+C).","cut":"Cortar","cutError":"Os axustes de seguranza do seu navegador non permiten que o editor realice automaticamente as tarefas de corte. Use o teclado para iso (Ctrl/Cmd+X).","paste":"Pegar","pasteArea":"Zona de pegado","pasteMsg":"Pegue dentro do seguinte cadro usando o teclado (<STRONG>Ctrl/Cmd+V</STRONG>) e prema en Aceptar","securityMsg":"Por mor da configuración de seguranza do seu navegador, o editor non ten acceso ao portapapeis. à necesario pegalo novamente nesta xanela.","title":"Pegar"},"button":{"selectedLabel":"%1 (seleccionado)"},"blockquote":{"toolbar":"Cita"},"basicstyles":{"bold":"Negra","italic":"Cursiva","strike":"Riscado","subscript":"SubÃndice","superscript":"SuperÃndice","underline":"Subliñado"},"about":{"copy":"Copyright © $1. Todos os dereitos reservados.","dlgTitle":"Sobre o CKEditor","help":"Consulte $1 para obter axuda.","moreInfo":"Para obter información sobre a licenza, visite o noso sitio web:","title":"Sobre o CKEditor","userGuide":"GuÃa do usuario do CKEditor"},"editor":"Editor de texto mellorado","editorPanel":"Panel do editor de texto mellorado","common":{"editorHelp":"Prema ALT 0 para obter axuda","browseServer":"Examinar o servidor","url":"URL","protocol":"Protocolo","upload":"Enviar","uploadSubmit":"Enviar ao servidor","image":"Imaxe","flash":"Flash","form":"Formulario","checkbox":"Caixa de selección","radio":"Botón de opción","textField":"Campo de texto","textarea":"Ãrea de texto","hiddenField":"Campo agochado","button":"Botón","select":"Campo de selección","imageButton":"Botón de imaxe","notSet":"<sen estabelecer>","id":"ID","name":"Nome","langDir":"Dirección de escritura do idioma","langDirLtr":"Esquerda a dereita (LTR)","langDirRtl":"Dereita a esquerda (RTL)","langCode":"Código do idioma","longDescr":"Descrición completa do URL","cssClass":"Clases da folla de estilos","advisoryTitle":"TÃtulo","cssStyle":"Estilo","ok":"Aceptar","cancel":"Cancelar","close":"Pechar","preview":"Vista previa","resize":"Redimensionar","generalTab":"Xeral","advancedTab":"Avanzado","validateNumberFailed":"Este valor non é un número.","confirmNewPage":"Calquera cambio que non gardara neste contido perderase.\r\nConfirma que quere cargar unha páxina nova?","confirmCancel":"Algunhas das opcións foron cambiadas.\r\nConfirma que quere pechar o diálogo?","options":"Opcións","target":"Destino","targetNew":"Nova xanela (_blank)","targetTop":"Xanela principal (_top)","targetSelf":"Mesma xanela (_self)","targetParent":"Xanela superior (_parent)","langDirLTR":"Esquerda a dereita (LTR)","langDirRTL":"Dereita a esquerda (RTL)","styles":"Estilo","cssClasses":"Clases da folla de estilos","width":"Largo","height":"Alto","align":"Aliñamento","alignLeft":"Esquerda","alignRight":"Dereita","alignCenter":"Centro","alignJustify":"Xustificado","alignTop":"Arriba","alignMiddle":"Centro","alignBottom":"Abaixo","alignNone":"Ningún","invalidValue":"Valor incorrecto.","invalidHeight":"O alto debe ser un número.","invalidWidth":"O largo debe ser un número.","invalidCssLength":"O valor especificado para o campo «%1» debe ser un número positivo con ou sen unha unidade de medida CSS correcta (px, %, in, cm, mm, em, ex, pt, ou pc).","invalidHtmlLength":"O valor especificado para o campo «%1» debe ser un número positivo con ou sen unha unidade de medida HTML correcta (px ou %).","invalidInlineStyle":"O valor especificado no estilo en liña debe consistir nunha ou máis tuplas co formato «nome : valor», separadas por punto e coma.","cssLengthTooltip":"Escriba un número para o valor en pÃxeles ou un número cunha unidade CSS correcta (px, %, in, cm, mm, em, ex, pt, ou pc).","unavailable":"%1<span class=\"cke_accessibility\">, non dispoñÃbel</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/gu.js b/public/assets/ckeditor/lang/gu.js new file mode 100644 index 0000000..457801d --- /dev/null +++ b/public/assets/ckeditor/lang/gu.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['gu']={"wsc":{"btnIgnore":"àªàªà«àª¨à«àª°/ઠવàªàª£àª¨àª¾ àªàª°àªµà«","btnIgnoreAll":"બધાનૠàªàªà«àª¨à«àª°/ઠવàªàª£àª¨àª¾ àªàª°àªµà«","btnReplace":"બદલવà«àª","btnReplaceAll":"બધા બદલૠàªàª°à«","btnUndo":"ઠનà«àª¡à«","changeTo":"àªàª¨àª¾àª¥à« બદલવà«àª","errorLoading":"સરà«àªµàª¿àª¸ àªàªªà«àª²à«àªà«àª¶àª¨ લà«àª¡ નથૠથ: %s.","ieSpellDownload":"સà«àªªà«àª²-àªà«àªàª° àªàª¨à«àª¸à«àªà«àª² નથà«. શà«àª તમૠડાàªàª¨àª²à«àª¡ àªàª°àªµàª¾ માàªàªà« àªà«?","manyChanges":"શબà«àª¦àª¨à« àªà«àª¡àª£à«/સà«àªªà«àª² àªà«àª પà«àª°à«àª£: %1 શબà«àª¦ બદલયા àªà«","noChanges":"શબà«àª¦àª¨à« àªà«àª¡àª£à«/સà«àªªà«àª² àªà«àª પà«àª°à«àª£: àªàªàªªàª£ શબà«àª¦ બદલયૠનથà«","noMispell":"શબà«àª¦àª¨à« àªà«àª¡àª£à«/સà«àªªà«àª² àªà«àª પà«àª°à«àª£: àªà«àªà« àªà«àª¡àª£à« મળૠનથà«","noSuggestions":"- àªàª સàªà«àª¶àª¨ નથૠ-","notAvailable":"માફ àªàª°àª¶à«, ઠસà«àªµàª¿àª§àª¾ àªàªªàª²àª¬à«àª§ નથà«","notInDic":"શબà«àª¦àªà«àª¶àª®àª¾àª નથà«","oneChange":"શબà«àª¦àª¨à« àªà«àª¡àª£à«/સà«àªªà«àª² àªà«àª પà«àª°à«àª£: àªàª શબà«àª¦ બદલયૠàªà«","progress":"શબà«àª¦àª¨à« àªà«àª¡àª£à«/સà«àªªà«àª² àªà«àª àªàª¾àª²à« àªà«...","title":"સà«àªªà«àª² ","toolbar":"àªà«àª¡àª£à« (સà«àªªà«àª²àª¿àªàª) તપાસવà«"},"undo":{"redo":"રિડà«; પàªà« હતૠàªàªµà« સà«àª¥àª¿àª¤àª¿ પાàªà« લાવવà«","undo":"રદ àªàª°àªµà«àª; પહà«àª²àª¾àª હતૠàªàªµà« સà«àª¥àª¿àª¤àª¿ પાàªà« લાવવà«"},"toolbar":{"toolbarCollapse":"àªà«àª²àª¬àª¾àª° નાનà«àª àªàª°àªµà«àª","toolbarExpand":"àªà«àª²àª¬àª¾àª° મà«àªà«àª àªàª°àªµà«àª","toolbarGroups":{"document":"દસà«àª¤àª¾àªµà«àª","clipboard":"àªà«àª²àª¿àªªàª¬à«àª°à«àª¡/ઠન","editing":"àªàª¡à«àª àªàª°àªµà«àª","forms":"ફà«àª°à«àª®","basicstyles":"બà«àª¸àª¿àªà« સà«àªàª¾àªàª²","paragraph":"ફàªàª°à«","links":"લà«àªàª","insert":"àªàª®à«àª°àªµà«àª","styles":"સà«àªàª¾àªàª²","colors":"રàªàª","tools":"àªà«àª²à«àª¸"},"toolbars":"àªàª¡à«àªàª° àªà«àª² બાર"},"table":{"border":"àªà«àª ાનૠબાàªà«(બà«àª°à«àª¡àª°) સાàªàª","caption":"મથાળà«àª/àªà« પà«àª¶àª¨ ","cell":{"menu":"àªà«àª·àª¨àª¾ àªàª¾àª¨àª¾","insertBefore":"પહà«àª²àª¾àª àªà«àª· àªàª®à«àª°àªµà«","insertAfter":"પàªà« àªà«àª· àªàª®à«àª°àªµà«","deleteCell":"àªà«àª· ડિલà«àª/àªàª¾àª¢à« નાàªàªµà«","merge":"àªà«àª· àªà«àªàª¾ àªàª°àªµàª¾","mergeRight":"àªàª®àª£à« બાàªà« àªà«àªàª¾ àªàª°àªµàª¾","mergeDown":"નà«àªà« àªà«àªàª¾ àªàª°àªµàª¾","splitHorizontal":"àªà«àª·àª¨à« સમસà«àª¤àª°à«àª¯ વિàªàª¾àªàª¨ àªàª°àªµà«àª","splitVertical":"àªà«àª·àª¨à« સà«àª§à«àª નૠàªàªà«àª વિàªàª¾àªàª¨ àªàª°àªµà«àª","title":"સà«àª²àª¨àª¾ àªà«àª£","cellType":"સà«àª²àª¨à« પà«àª°àªàª¾àª°","rowSpan":"àªàª¡à« àªàªàª¾àª°àª¨à« àªàªà«àª¯àª¾","colSpan":"àªàªà« àªàª¤àª¾àª°àª¨à« àªàªà«àª¯àª¾","wordWrap":"વરà«àª¡ રà«àªª","hAlign":"સપાઠલાàªàª¨àª¦à«àª°à«","vAlign":"àªàªà« લાàªàª¨àª¦à«àª°à«","alignBaseline":"બસૠલાàªàª¨","bgColor":"પાàªàª¾àª³àª¨à« રàªàª","borderColor":"બà«àª°à«àª¡à«àª° રàªàª","data":"સà«àªµà«àªà«àª¤ માહિતà«","header":"મથાળà«àª","yes":"હા","no":"ના","invalidWidth":"સà«àª²àª¨à« પà«àª¹àª²àª¾àª àªàªàªàª¡à« હà«àªµà« àªà«àªàª.","invalidHeight":"સà«àª²àª¨à« àªàªàªàª¾àª àªàªàªàª¡à« હà«àªµà« àªà«àªàª.","invalidRowSpan":"રૠસà«àªªàª¾àª¨ àªàªàªàª¡à« હà«àªµà« àªà«àªàª.","invalidColSpan":"àªà«àª²àª® સà«àªªàª¾àª¨ àªàªàªàª¡à« હà«àªµà« àªà«àªàª.","chooseColor":"પસàªàª¦ àªàª°àªµà«àª"},"cellPad":"સà«àª² પૠડિàªàª","cellSpace":"સà«àª² ઠàªàª¤àª°","column":{"menu":"àªà«àª²àª®/àªàªà« àªàªàª¾àª°","insertBefore":"પહà«àª²àª¾àª àªà«àª²àª®/àªàªà« àªàªàª¾àª° àªàª®à«àª°àªµà«","insertAfter":"પàªà« àªà«àª²àª®/àªàªà« àªàªàª¾àª° àªàª®à«àª°àªµà«","deleteColumn":"àªà«àª²àª®/àªàªà« àªàªàª¾àª° ડિલà«àª/àªàª¾àª¢à« નાàªàªµà«"},"columns":"àªà«àª²àª®/àªàªà« àªàªàª¾àª°","deleteTable":"àªà«àª ૠડિલà«àª/àªàª¾àª¢à« નાàªàªµà«àª","headers":"મથાળા","headersBoth":"બà«àªµà«àª","headersColumn":"પહà«àª²à« àªàªà« àªàªàª¾àª°","headersNone":"નથૠ","headersRow":"પહà«àª²à« àªàªàª¾àª°","invalidBorder":"બà«àª°à«àª¡àª° àªàª àªàªàªàª¡à« હà«àªµà« àªà«àªàª","invalidCellPadding":"સà«àª²àª¨à« ઠàªàª¦àª°àª¨à« àªàªà«àª¯àª¾ સà«àª¨à«àª¯ àªàª°àª¤àª¾ વધારૠહà«àªµà« àªà«àªàª.","invalidCellSpacing":"સà«àª² વàªà«àªà«àª¨à« àªàªà«àª¯àª¾ સà«àª¨à«àª¯ àªàª°àª¤àª¾ વધારૠહà«àªµà« àªà«àªàª.","invalidCols":"àªàªà« àªàªàª¾àª°, 0 àªàª°àª¤àª¾ વધારૠહà«àªµà« àªà«àªàª.","invalidHeight":"àªà«àª¬àª²àª¨à« àªàªàªàª¾àª àªàªàªàª¡à« હà«àªµà« àªà«àªàª.","invalidRows":"àªàª¡à« àªàªàª¾àª°, 0 àªàª°àª¤àª¾ વધારૠહà«àªµà« àªà«àªàª.","invalidWidth":"àªà«àª¬àª²àª¨à« પà«àª¹àª²àª¾àª àªàªàªàª¡à« હà«àªµà« àªà«àªàª.","menu":"àªà«àª¬àª², àªà«àª ાનà«àª મથાળà«àª","row":{"menu":"પàªàªà«àª¤àª¿àª¨àª¾ àªàª¾àª¨àª¾","insertBefore":"પહà«àª²àª¾àª પàªàªà«àª¤àª¿ àªàª®à«àª°àªµà«","insertAfter":"પàªà« પàªàªà«àª¤àª¿ àªàª®à«àª°àªµà«","deleteRow":"પàªàªà«àª¤àª¿àª ડિલà«àª/àªàª¾àª¢à« નાàªàªµà«"},"rows":"પàªàªà«àª¤àª¿àª¨àª¾ àªàª¾àª¨àª¾","summary":"àªà«àªàªà« àªàª¹à«àªµàª¾àª²","title":"àªà«àª¬àª², àªà«àª ાનà«àª મથાળà«àª","toolbar":"àªà«àª¬àª², àªà«àª à«","widthPc":"પà«àª°àª¤àª¿àª¶àª¤","widthPx":"પિàªàª¸àª²","widthUnit":"પà«àª¹àª¾àª²àª¾àª àªàªàª®"},"stylescombo":{"label":"શà«àª²à«/રà«àª¤","panelTitle":"ફà«àª°à«àª®à«àª ","panelTitle1":"બà«àª²à«àª ","panelTitle2":"àªàª¨àª²àª¾àªàª¨ ","panelTitle3":"àªàª¬à«àªà«àªà«àª પદà«àª§àª¤àª¿"},"specialchar":{"options":"સà«àªªà«àª¶àª¿àª લ àªàª°à«àªà«àªàª°àª¨àª¾ વિàªàª²à«àªªà«","title":"સà«àªªà«àª¶àª¿àª લ વિશિષà«àª ઠàªà«àª·àª° પસàªàª¦ àªàª°à«","toolbar":"વિશિષà«àª ઠàªà«àª·àª° àªàª¨à«àª¸àª°à«àª/દાàªàª² àªàª°àªµà«àª"},"sourcearea":{"toolbar":"મà«àª³ àªà« પà«àª°àª¾àª¥àª®àª¿àª દસà«àª¤àª¾àªµà«àª"},"scayt":{"btn_about":"SCAYT વિષà«","btn_dictionaries":"શબà«àª¦àªà«àª¶","btn_disable":"SCAYT ડિસà«àª¬àª² àªàª°àªµà«àª","btn_enable":"SCAYT àªàª¨à«àª¬àª² àªàª°àªµà«àª","btn_langs":"àªàª¾àª·àª¾àª","btn_options":"વિàªàª²à«àªªà«","text_title":"àªàª¾àªàªª àªàª°àª¤àª¾ સà«àªªà«àª² તપાસà«"},"removeformat":{"toolbar":"ફà«àª°à«àª®àª àªàª¾àª¢àªµà«àª"},"pastetext":{"button":"પà«àª¸à«àª (àªà«àªà«àª¸à«àª)","title":"પà«àª¸à«àª (àªà«àªà«àª¸à«àª)"},"pastefromword":{"confirmCleanup":"તમૠàªà« àªà«àªà«àª·à«àª¤à« àªà«àªªà« àªàª°à« રહà«àª¯àª¾ àªà« àªà« વરà«àª¡ નૠàªà«. àªà«àªªà« àªàª°àª¤àª¾ પà«àª¹àª²àª¾ સાફ àªàª°àªµà« àªà«?","error":"પà«àª¸à«àª àªàª°à«àª²à« ડà«àªàª¾ àªàª¨à«àªàª°àª¨àª² àªàª°àª° ના લà«àª¥à« સાફ àªàª°à« શàªàª¾àª¯à« નથà«.","title":"પà«àª¸à«àª (વડૠàªà«àªà«àª¸à«àª)","toolbar":"પà«àª¸à«àª (વડૠàªà«àªà«àª¸à«àª)"},"maximize":{"maximize":"મà«àªà«àª àªàª°àªµà«àª","minimize":"નાનà«àª àªàª°àªµà«àª"},"magicline":{"title":"Insert paragraph here"},"list":{"bulletedlist":"બà«àª²à«àª સà«àªàª¿","numberedlist":"સàªàªà«àª¯àª¾àªàªàª¨ સà«àªàª¿"},"link":{"acccessKey":"àªàªà«àª¸à«àª¸ àªà«","advanced":"ઠડà«àªµàª¾àª¨à«àª¸àª¡","advisoryContentType":"મà«àªà«àª¯ àªàª¨à«àªà«àª¨à«àª પà«àª°àªàª¾àª°","advisoryTitle":"મà«àªà«àª¯ મથાળà«àª","anchor":{"toolbar":"àªàªàªàª° àªàª¨à«àª¸àª°à«àª/દાàªàª² àªàª°àªµà«","menu":"àªàªàªàª°àª¨àª¾ àªà«àª£","title":"àªàªàªàª°àª¨àª¾ àªà«àª£","name":"àªàªàªàª°àª¨à«àª નામ","errorName":"àªàªàªàª°àª¨à«àª નામ àªàª¾àªàªª àªàª°à«","remove":"સà«àª¥àª¿àª° નàªàª°àªµà«àª"},"anchorId":"àªàªàªàª° àªàª²àª¿àª®àª¨à«àª Id થૠપસàªàª¦ àªàª°à«","anchorName":"àªàªàªàª° નામથૠપસàªàª¦ àªàª°à«","charset":"લિàªàª રિસà«àª°à«àª¸ àªà« રિàªà«àªàª° સà«àª","cssClasses":"સà«àªàª¾àªàª²-શà«àª àªà«àª²àª¾àª¸","emailAddress":"àª-મà«àª² સરનામà«àª","emailBody":"સàªàª¦à«àª¶","emailSubject":"àª-મà«àª² વિષય","id":"Id","info":"લિàªàª àªàª¨à«àª«à« àªà« બ","langCode":"àªàª¾àª·àª¾ લà«àªàªµàª¾àª¨à« પદà«àª§àª¤àª¿","langDir":"àªàª¾àª·àª¾ લà«àªàªµàª¾àª¨à« પદà«àª§àª¤àª¿","langDirLTR":"ડાબૠથૠàªàª®àª£à« (LTR)","langDirRTL":"àªàª®àª£à« થૠડાબૠ(RTL)","menu":" લિàªàª àªàª¡àª¿àª/માઠફà«àª°àª«àª¾àª° àªàª°àªµà«","name":"નામ","noAnchors":"(ડà«àªà«àª¯à«àª®àª¨à«àªàª®àª¾àª àªàªàªàª°àª¨à« સàªàªà«àª¯àª¾)","noEmail":"àª-મà«àª² સરનામà«àª àªàª¾àªàªª àªàª°à«","noUrl":"લિàªàª URL àªàª¾àªàªª àªàª°à«","other":"<other> <ઠનà«àª¯>","popupDependent":"ડિપà«àª¨à«àª¡àª¨à«àª (Netscape)","popupFeatures":"પà«àªª-ઠપ વિનà«àª¡à« ફà«àªàª°àª¸à« ","popupFullScreen":"ફà«àª² સà«àªà«àª°à«àª¨ (IE)","popupLeft":"ડાબૠબાàªà«","popupLocationBar":"લà«àªà«àª¶àª¨ બાર","popupMenuBar":"મà«àª¨à«àª¯à« બાર","popupResizable":"રà«àª¸àª¾àªàªàªàª¬àª²","popupScrollBars":"સà«àªà«àª°à«àª² બાર","popupStatusBar":"સà«àªà« àªàª¸ બાર","popupToolbar":"àªà«àª² બાર","popupTop":"àªàª®àª£à« બાàªà«","rel":"સàªàª¬àªàª§àª¨à« સà«àª¥àª¿àª¤àª¿","selectAnchor":"àªàªàªàª° પસàªàª¦ àªàª°à«","styles":"સà«àªàª¾àªàª²","tabIndex":"àªà« બ àªàª¨à«àª¡à«àªà«àª¸","target":"àªàª¾àª°à«àªà«àª/લàªà«àª·à«àª¯","targetFrame":"<ફà«àª°à«àª®>","targetFrameName":"àªàª¾àª°à«àªà«àª ફà«àª°à«àª® નà«àª નામ","targetPopup":"<પà«àªª-ઠપ વિનà«àª¡à«>","targetPopupName":"પà«àªª-ઠપ વિનà«àª¡à« નà«àª નામ","title":"લિàªàª","toAnchor":"ઠપà«àªàª¨à« àªàªàªàª°","toEmail":"àª-મà«àª²","toUrl":"URL","toolbar":"લિàªàª àªàª¨à«àª¸àª°à«àª/દાàªàª² àªàª°àªµà«","type":"લિàªàª પà«àª°àªàª¾àª°","unlink":"લિàªàª àªàª¾àª¢àªµà«","upload":"ઠપલà«àª¡"},"indent":{"indent":"àªàª¨à«àª¡à«àª¨à«àª, લà«àªà«àª¨àª¾ àªàª°àªàªàª®àª¾àª àªàªà«àª¯àª¾ વધારવà«","outdent":"àªàª¨à«àª¡à«àª¨à«àª લà«àªà«àª¨àª¾ àªàª°àªàªàª®àª¾àª àªàªà«àª¯àª¾ àªàªàª¾àª¡àªµà«"},"image":{"alt":"àªàª²à«àªàª°à«àª¨àª àªà«àªà«àª¸à«àª","border":"બà«àª°à«àª¡àª°","btnUpload":"ઠસરà«àªµàª°àª¨à« મà«àªàª²àªµà«àª","button2Img":"તમારૠàªàª®à«àª બàªàª¨àª¨à« સાદૠàªàª®à«àªàª®àª¾àª બદલવà«àª àªà«.","hSpace":"સમસà«àª¤àª°à«àª¯ àªàªà«àª¯àª¾","img2Button":"તમારૠસાદૠàªàª®à«àªàª¨à« àªàª®à«àª બàªàª¨àª®àª¾àª બદલવà«àª àªà«.","infoTab":"àªàª¿àª¤à«àª° નૠàªàª¾àª£àªàª¾àª°à«","linkTab":"લિàªàª","lockRatio":"લà«àª àªà«àª£à«àª¤à«àª¤àª°","menu":"àªàª¿àª¤à«àª°àª¨àª¾ àªà«àª£","resetSize":"રà«àª¸à«àª સાàªàª","title":"àªàª¿àª¤à«àª°àª¨àª¾ àªà«àª£","titleButton":"àªàª¿àª¤à«àª° બàªàª¨àª¨àª¾ àªà«àª£","upload":"ઠપલà«àª¡","urlMissing":"àªàª®à«àªàª¨à« મà«àª³ URL àªà« નહà«.","vSpace":"લàªàª¬àª°à«àªª àªàªà«àª¯àª¾","validateBorder":"બà«àª°à«àª¡à«àª° àªàªàªàª¡à« હà«àªµà« àªà«àªàª.","validateHSpace":"HSpaceàªàªàªàª¡à« હà«àªµà« àªà«àªàª.","validateVSpace":"VSpace àªàªàªàª¡à« હà«àªµà« àªà«àªàª. "},"horizontalrule":{"toolbar":"સમસà«àª¤àª°à«àª¯ રà«àªàª¾ àªàª¨à«àª¸àª°à«àª/દાàªàª² àªàª°àªµà«"},"format":{"label":"ફà«àª¨à«àª ફà«àª°à«àª®àª, રàªàª¨àª¾àª¨à« શà«àª²à«","panelTitle":"ફà«àª¨à«àª ફà«àª°à«àª®àª, રàªàª¨àª¾àª¨à« શà«àª²à«","tag_address":"સરનામà«àª","tag_div":"શà«àª°à«àª·àª (DIV)","tag_h1":"શà«àª°à«àª·àª 1","tag_h2":"શà«àª°à«àª·àª 2","tag_h3":"શà«àª°à«àª·àª 3","tag_h4":"શà«àª°à«àª·àª 4","tag_h5":"શà«àª°à«àª·àª 5","tag_h6":"શà«àª°à«àª·àª 6","tag_p":"સામાનà«àª¯","tag_pre":"ફà«àª°à«àª®àªà«àª¡"},"fakeobjects":{"anchor":"ઠનàªàª°","flash":"ફà«àª²à«àª¶ ","hiddenfield":"હિડન ","iframe":"IFrame","unknown":"ઠનનà«àª¨ àªàª¬à«àªà«àªà«àª"},"elementspath":{"eleLabel":"àªàª²à«àª®à«àª¨à«àªà«àª¸ નૠ","eleTitle":"àªàª²à«àª®à«àª¨à«àª %1"},"contextmenu":{"options":"àªà«àª¨à«àª¤à«àªà«àª·à«àª¤à« મà«àª¨à«àª¨àª¾ વિàªàª²à«àªªà«"},"clipboard":{"copy":"નàªàª²","copyError":"તમારા બà«àª°àª¾àªàªàª° નૠસà«àª°àªà«àª·àª¿àª¤ સà«àªàª¿àªàªàª¸ àªà«àªªà« àªàª°àªµàª¾àª¨à« પરવાનàªà« નથૠàªàªªàª¤à«. (Ctrl/Cmd+C) à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¥à¤à¥¤","cut":"àªàª¾àªªàªµà«àª","cutError":"તમારા બà«àª°àª¾àªàªàª° નૠસà«àª°àªà«àª·àª¿àª¤ સà«àªàª¿àªàªàª¸ àªàª àªàª°àªµàª¾àª¨à« પરવાનàªà« નથૠàªàªªàª¤à«. (Ctrl/Cmd+X) નૠàªàªªàª¯à«àª àªàª°à«.","paste":"પà«àª¸à«àª","pasteArea":"પà«àª¸à«àª àªàª°àªµàª¾àª¨à« àªàªà«àª¯àª¾","pasteMsg":"Ctrl/Cmd+V નૠપà«àª°àª¯à«àª àªàª°à« પà«àª¸à«àª àªàª°à«","securityMsg":"તમારા બà«àª°àª¾àªàªàª° નૠસà«àª°àªà«àª·àª¿àª¤ સà«àªàª¿àªàªàª¸àª¨àª¾ àªàª¾àª°àª£à«,àªàª¡àª¿àªàª° તમારા àªàª¿àª²à«àªªàª¬à«àª°à«àª¡ ડà«àªàª¾ નૠàªà«àªªà« નથૠàªàª°à« શàªàª¤à«. તમારૠઠવિનà«àª¡à«àª®àª¾àª ફરà«àª¥à« પà«àª¸à«àª àªàª°àªµà«àª પડશà«.","title":"પà«àª¸à«àª"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"બà«àª²à«àª-àªà«àª, ઠવતરણàªàª¿àª¹à«àª¨à«"},"basicstyles":{"bold":"બà«àª²à«àª¡/સà«àªªàª·à«àª","italic":"àªàªà«àª²àª¿àª, તà«àª°àª¾àªàª¸àª¾","strike":"àªà«àªà« નાàªàªµà«àª","subscript":"àªàª àªàª¿àª¹à«àª¨àª¨à« નà«àªà« àªàª°à«àª²à«àª બà«àªà«àª àªàª¿àª¹à«àª¨","superscript":"àªàª àªàª¿àª¹à«àª¨ àªàªªàª° àªàª°à«àª²à«àª બà«àªà«àª àªàª¿àª¹à«àª¨.","underline":"ઠનà«àª¡àª°à«àª²àª¾àªàª¨, નà«àªà« લà«àªà«"},"about":{"copy":"àªà«àªªà«àª°àª¾àªàª © $1. àªàª² રાàªàªà«àª¸ ","dlgTitle":"CKEditor વિષà«","help":"મદદ માàªà« $1 તપાસà«","moreInfo":"લાયસનસનૠમાહિતૠમાàªà« ઠમારૠવà«àª¬ સાàªàª","title":"CKEditor વિષà«","userGuide":"CKEditor યà«àªàª°à«àª¸ àªàª¾àªàª¡"},"editor":"રà«àª àªà«àªà«àª·à«àª¤à« àªàª¡à«àªàª°","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"પà«àª°à«àª¸ ALT 0 મદદ માàª","browseServer":"સરà«àªµàª° બà«àª°àª¾àªàª àªàª°à«","url":"URL","protocol":"પà«àª°à«àªà«àªà«àª²","upload":"ઠપલà«àª¡","uploadSubmit":"ઠસરà«àªµàª°àª¨à« મà«àªàª²àªµà«àª","image":"àªàª¿àª¤à«àª°","flash":"ફà«àª²à« શ","form":"ફà«àª°à«àª®/પતà«àª°àª","checkbox":"àªà«àª બà«àªà«àª¸","radio":"રà«àª¡àª¿àª બàªàª¨","textField":"àªà«àªà«àª¸à«àª ફà«àª²à«àª¡, શબà«àª¦ àªà«àª·à«àª¤à«àª°","textarea":"àªà«àªà«àª¸à«àª àªàª°àª¿àª, શબà«àª¦ વિસà«àª¤àª¾àª°","hiddenField":"àªà«àªªà«àª¤ àªà«àª·à«àª¤à«àª°","button":"બàªàª¨","select":"પસàªàª¦àªà« àªà«àª·à«àª¤à«àª°","imageButton":"àªàª¿àª¤à«àª° બàªàª¨","notSet":"<સà«àª નથà«>","id":"Id","name":"નામ","langDir":"àªàª¾àª·àª¾ લà«àªàªµàª¾àª¨à« પદà«àª§àª¤àª¿","langDirLtr":"ડાબૠથૠàªàª®àª£à« (LTR)","langDirRtl":"àªàª®àª£à« થૠડાબૠ(RTL)","langCode":"àªàª¾àª·àª¾ àªà«àª¡","longDescr":"વધારૠમાહિતૠમાàªà« URL","cssClass":"સà«àªàª¾àªàª²-શà«àª àªà«àª²àª¾àª¸","advisoryTitle":"મà«àªà«àª¯ મથાળà«àª","cssStyle":"સà«àªàª¾àªàª²","ok":"ઠà«àª àªà«","cancel":"રદ àªàª°àªµà«àª","close":"બàªàª§ àªàª°àªµà«àª","preview":"àªà«àªµà«àª","resize":"àªà«àªàªà« નૠયà«àªà«àª¯ àªàª°àªµà«àª","generalTab":"àªàª¨àª°àª²","advancedTab":"ઠડà«àªµàª¾àª¨à«àª¸àª¡","validateNumberFailed":"ઠરàªàª® àªàªàª¡à« નથà«.","confirmNewPage":"સવૠàªàª¾àª°à«àª¯ વàªàª°àª¨à«àª ફàªàª°à« àªà«àªµàª¾àª àªàª¶à«. તમનૠàªàª¾àª¤àª°à« àªà« àªà« તમનૠનવà«àª પાનà«àª àªà«àª²àªµà«àª àªà«?","confirmCancel":"àªàª£àª¾ વિàªàª²à«àªªà« બદલાયા àªà«. તમારૠઠબà«àªà«àª·à« બàªàª§ àªàª°àªµà«àª àªà«?","options":"વિàªàª²à«àªªà«","target":"લàªà«àª·à«àª¯","targetNew":"નવૠવિનà«àª¡à« (_blank)","targetTop":"àªàªªàª°àª¨à« વિનà«àª¡à« (_top)","targetSelf":"àªàª વિનà«àª¡à« (_self)","targetParent":"પà«àª°àª¨àª વિનà«àª¡à« (_parent)","langDirLTR":"ડાબૠથૠàªàª®àª£à« (LTR)","langDirRTL":"àªàª®àª£à« થૠડાબૠ(RTL)","styles":"શà«àª²à«","cssClasses":"શà«àª²à« àªàª²àª¾àª¸à«àª¸","width":"પહà«àª³àª¾àª","height":"àªàªàªàª¾àª","align":"લાàªàª¨àª¦à«àª°à«àª®àª¾àª àªà«àª વવà«àª","alignLeft":"ડાબૠબાàªà« àªà«àª વવà«àª","alignRight":"àªàª®àª£à«","alignCenter":"મધà«àª¯ સà«àª¨à«àªàª°","alignJustify":"બà«àª²à«àª, ઠàªàª¤àª°àª¾àª¯ àªàª¸à«àªàª¿àª«àª¾àª","alignTop":"àªàªªàª°","alignMiddle":"વàªà«àªà«","alignBottom":"નà«àªà«","alignNone":"None","invalidValue":"Invalid value.","invalidHeight":"àªàªàªàª¾àª àªàª àªàªàªàª¡à« હà«àªµà« àªà«àªàª.","invalidWidth":"પà«àª¹àª³ ઠàªàª àªàªàªàª¡à« હà«àªµà« àªà«àªàª.","invalidCssLength":"\"%1\" નૠવà«àª²à«àª¯à« àªàª પà«àª¸à«àªà«àªµ àªàªàªàª¡à« હà«àªµà« àªà«àªàª ઠથવા CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc) વàªàª°.","invalidHtmlLength":"\"%1\" નૠવà«àª²à«àª¯à« àªàª પà«àª¸à«àªà«àªµ àªàªàªàª¡à« હà«àªµà« àªà«àªàª ઠથવા HTML measurement unit (px or %) વàªàª°.","invalidInlineStyle":"àªàª¨àª²àª¾àªàª¨ સà«àªàª¾àªàª² નૠવà«àª²à«àª¯à« \"name : value\" ના ફà«àª°à«àª®à«àª માઠહà«àªµà« àªà«àªàª, વàªà«àªà« સà«àª®à«-àªà«àª²à«àª¨ àªà«àªàª.","cssLengthTooltip":"પિàªà«àª·à«àª²à« નૠàªàªàªàª¡à« CSS unit (px, %, in, cm, mm, em, ex, pt, or pc) માઠનાàªà«.","unavailable":"%1<span class=\"cke_accessibility\">, નથૠમળતà«àª</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/he.js b/public/assets/ckeditor/lang/he.js new file mode 100644 index 0000000..ee98213 --- /dev/null +++ b/public/assets/ckeditor/lang/he.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['he']={"wsc":{"btnIgnore":"×תע×××ת","btnIgnoreAll":"×תע×××ת ××××","btnReplace":"×××פ×","btnReplaceAll":"×××פת ×××","btnUndo":"×××ר×","changeTo":"ש×× ×× ×","errorLoading":"ש×××× ×××¢××ת ×ש×ר×ת: %s.","ieSpellDownload":"××××§ ××××ת ×× ××תק×, ××× ×××ר×××?","manyChanges":"××××§×ת ×××ת ×סת××××: %1 ××××× ×©×× ×","noChanges":"××××§×ת ×××ת ×סת××××: ×× ×©×× ×ª× ××£ ××××","noMispell":"××××§×ת ×××ת ×סת××××: ×× × ×צ×× ×©××××ת ×ת××","noSuggestions":"- ××× ×צע×ת -","notAvailable":"×× × ××¦× ×©×ר×ת ××××.","notInDic":"×× × ××¦× ××××××","oneChange":"××××§×ת ×××ת ×סת××××: ש×× ×ª× ×××× ××ת","progress":"××××§ ××××ת ×ת×××× ××××§×....","title":"×××קת ×××ת","toolbar":"×××קת ×××ת"},"undo":{"redo":"×××¨× ×¢× ×¦×¢× ××ר××","undo":"××××× ×¦×¢× ××ר××"},"toolbar":{"toolbarCollapse":"×××¢×ר סר×× ××××","toolbarExpand":"×ר××ת סר×× ××××","toolbarGroups":{"document":"×ס××","clipboard":"××× ××××ר×× (Clipboard)/×¦×¢× ××ר××","editing":"ער×××","forms":"×פס××","basicstyles":"×¢×צ×× ×ס×ס×","paragraph":"פסק×","links":"×§×ש×ר××","insert":"××× ×¡×","styles":"×¢×צ××","colors":"צ××¢××","tools":"××××"},"toolbars":"סר××× ×××× ×©× ××¢×ר×"},"table":{"border":"×××× ×ס×רת","caption":"××ת××","cell":{"menu":"××פ××× × ×ª×","insertBefore":"××ספת ×ª× ××¤× ×","insertAfter":"××ספת ×ª× ××ר×","deleteCell":"×××קת ת×××","merge":"××××× ×ª×××","mergeRight":"××× ×××× ×","mergeDown":"××× ××××","splitHorizontal":"פ×צ×× ×ª× ××פק×ת","splitVertical":"פ×צ×× ×ª× ×× ××ת","title":"ת××× ×ת ×ת×","cellType":"ס×× ×ת×","rowSpan":"×ת××ת ×ש×ר×ת","colSpan":"×ת××ת ×ת×××","wordWrap":"×× ×עת ×××שת ש×ר×ת","hAlign":"××ש×ר ××פק×","vAlign":"××ש×ר ×× ××","alignBaseline":"ש×רת ×ס×ס","bgColor":"צ××¢ רקע","borderColor":"צ××¢ ×ס×רת","data":"××××¢","header":"××תרת","yes":"××","no":"××","invalidWidth":"ש×× ×¨××× ××ª× ×××× ××××ת ×ספר.","invalidHeight":"ש×× ×××× ××ª× ×××× ××××ת ×ספר.","invalidRowSpan":"ש×× ×ת××ת ×ש×ר×ת ×××× ××××ת ×ספר ש××.","invalidColSpan":"ש×× ×ת××ת ××¢××××ת ×××× ××××ת ×ספר ש××.","chooseColor":"××ר"},"cellPad":"ר×פ×× ×ª×","cellSpace":"×ר××× ×ª×","column":{"menu":"×¢××××","insertBefore":"××ספת ×¢×××× ××¤× ×","insertAfter":"××ספת ×¢×××× ××ר×","deleteColumn":"×××קת ×¢××××ת"},"columns":"×¢××××ת","deleteTable":"×××§ ××××","headers":"××תר×ת","headersBoth":"×©× ×××","headersColumn":"×¢×××× ×¨×ש×× ×","headersNone":"×××","headersRow":"ש××¨× ×¨×ש×× ×","invalidBorder":"ש×× ×××× ××ס×רת ×××× ××××ת ×ספר.","invalidCellPadding":"ש×× ×¨×פ×× ×ת××× ×××× ××××ת ×ספר ×××××.","invalidCellSpacing":"ש×× ×¨×××× ×ת××× ×××× ××××ת ×ספר ×××××.","invalidCols":"ש×× ×ספר ××¢××××ת ×××× ××××ת ×ספר ×××× × 0.","invalidHeight":"ש×× ×××× ××××× ×××× ××××ת ×ספר.","invalidRows":"ש×× ×ספר ×ש×ר×ת ×××× ××××ת ×ספר ×××× × 0.","invalidWidth":"ש×× ×¨××× ××××× ×××× ××××ת ×ספר.","menu":"××פ××× × ××××","row":{"menu":"ש×ר×","insertBefore":"××ספת ש××¨× ××¤× ×","insertAfter":"××ספת ש××¨× ××ר×","deleteRow":"×××קת ש×ר×ת"},"rows":"ש×ר×ת","summary":"תקצ×ר","title":"××פ××× × ××××","toolbar":"××××","widthPc":"××××","widthPx":"פ×קס×××","widthUnit":"××××ת ר×××"},"stylescombo":{"label":"ס×× ××","panelTitle":"ס×× ×× ×ת פ×ר××","panelTitle1":"ס×× ×× ×ת ××××§","panelTitle2":"ס×× ×× ×ת רצף","panelTitle3":"ס×× ×× ×ת ××××××§×"},"specialchar":{"options":"×פשר×××ת ת×××× ×××××××","title":"×××רת ×ª× ×××××","toolbar":"××ספת ×ª× ×××××"},"sourcearea":{"toolbar":"××§×ר"},"scayt":{"btn_about":"××××ת SCAYT","btn_dictionaries":"×××××","btn_disable":"××× SCAYT","btn_enable":"×פשר SCAYT","btn_langs":"שפ×ת","btn_options":"×פשר×××ת","text_title":"×××קת ×××ת ×××× ×ת××× (SCAYT)"},"removeformat":{"toolbar":"×סרת ××¢×צ××"},"pastetext":{"button":"××××§× ×××§×¡× ×¤×©××","title":"××××§× ×××§×¡× ×¤×©××"},"pastefromword":{"confirmCleanup":"× ×¨×× ×××§×¡× ×©××××× ×ª× ××××××§ ××§××¨× ××§×××¥ ××ר×. ××× ×רצ×× × ×× ×§×ת ×××ª× ××¨× ×××××§×?","error":"×× × ××ª× ××× ×× ×§×ת ×ת ×××××¢ ××©× ×ª×§×× ×¤× ×××ת.","title":"××××§× ×-Word","toolbar":"××××§× ×-Word"},"maximize":{"maximize":"××××× ××קס××××","minimize":"××§×× × ×××× ××××"},"magicline":{"title":"××× ×¡ ×¤×¡×§× ×××"},"list":{"bulletedlist":"רש××ת × ×§×××ת","numberedlist":"רש××× ×××ספרת"},"link":{"acccessKey":"×קש ××ש×","advanced":"×פשר×××ת ×תק×××ת","advisoryContentType":"Content Type ××צע","advisoryTitle":"××תרת ××צעת","anchor":{"toolbar":"××ספת/ער××ת × ×§××ת ×¢××××","menu":"××פ××× × × ×§××ת ×¢××××","title":"××פ××× × × ×§××ת ×¢××××","name":"×©× ×× ×§××ת ×¢××××","errorName":"×ש ×××§××× ×©× ×× ×§××ת ×¢××××","remove":"×××קת × ×§××ת ×¢××××"},"anchorId":"עפ\"× ××××× (ID) ××××× ×","anchorName":"עפ\"× ×©× ××¢×××","charset":"×§×××× ××ש×× ×××§×שר","cssClasses":"×××××× ×ת ×¢×צ×× ×§××צ×ת","emailAddress":"×ת××ת ××××\"×","emailBody":"×××£ ×××××¢×","emailSubject":"× ××©× ×××××¢×","id":"××××× (ID)","info":"××××¢ ×¢× ××§×ש×ר","langCode":"×§×× ×©×¤×","langDir":"××××× ×©×¤×","langDirLTR":"ש××× ××××× (LTR)","langDirRTL":"×××× ×ש××× (RTL)","menu":"××פ××× × ×§×ש×ר","name":"ש×","noAnchors":"(××× ×¢××× ×× ×××× ×× ×××£)","noEmail":"×ש ×××§××× ×ת ×ת××ת ××××\"×","noUrl":"×ש ×××§××× ×ת ×ת××ת ××§×ש×ר (URL)","other":"<××ר>","popupDependent":"ת××× (Netscape)","popupFeatures":"ת××× ×ת ××××× ××§×פץ","popupFullScreen":"××¡× ××× (IE)","popupLeft":"×××§×× ×¦× ×©×××","popupLocationBar":"סר×× ×ת××ת","popupMenuBar":"סר×× ×ª×¤×¨××","popupResizable":"ש×× ×× ××××","popupScrollBars":"× ××ª× ××××××","popupStatusBar":"סר×× ×××××","popupToolbar":"סר×× ×××××","popupTop":"×××§×× ×¦× ×¢××××","rel":"קשר ××××××","selectAnchor":"×××רת ×¢×××","styles":"ס×× ××","tabIndex":"×ספר ×××","target":"××ר×","targetFrame":"<×ס×רת>","targetFrameName":"×©× ×ס×רת ×××¢×","targetPopup":"<×××× ×§×פץ>","targetPopupName":"×©× ××××× ××§×פץ","title":"×§×ש×ר","toAnchor":"×¢××× ××¢××× ××","toEmail":"×××\"×","toUrl":"×ת××ת (URL)","toolbar":"××ספת/ער××ת ×§×ש×ר","type":"ס×× ×§×ש×ר","unlink":"×סרת ××§×ש×ר","upload":"××¢×××"},"indent":{"indent":"××××ת ××××","outdent":"××§×× ×ª ××××"},"image":{"alt":"××§×¡× ×××פ×","border":"×ס×רת","btnUpload":"ש×××× ×שרת","button2Img":"××× ××פ×× ×ת ת××× ×ª ××פת×ר ×ת××× × ×¤×©×××?","hSpace":"×ר××× ××פק×","img2Button":"××× ××פ×× ×ת ×ת××× × ××פת×ר ת××× ×?","infoTab":"××××¢ ×¢× ×ת××× ×","linkTab":"×§×ש×ר","lockRatio":"× ×¢××ת ×××ס","menu":"ת××× ×ת ×ת××× ×","resetSize":"××פ×ס ×××××","title":"××פ××× × ×ת××× ×","titleButton":"××פ×× × ×פת×ר ת××× ×","upload":"××¢×××","urlMissing":"×ת××ת ×ת××× × ×סר×.","vSpace":"×ר××× ×× ××","validateBorder":"ש×× ××ס×רת ×××× ××××ת ×ספר ש××.","validateHSpace":"ש×× ××ר××× ××××¤×§× ×××× ××××ת ×ספר ש××.","validateVSpace":"ש×× ××ר××× ××× ×× ×××× ××××ת ×ספר ש××."},"horizontalrule":{"toolbar":"××ספת ×§× ××פק×"},"format":{"label":"×¢×צ××","panelTitle":"×¢×צ××","tag_address":"×ת××ת","tag_div":"× ×ר××× (DIV)","tag_h1":"××תרת","tag_h2":"××תרת 2","tag_h3":"××תרת 3","tag_h4":"××תרת 4","tag_h5":"××תרת 5","tag_h6":"××תרת 6","tag_p":"× ×ר×××","tag_pre":"×§××"},"fakeobjects":{"anchor":"×¢×××","flash":"סר××× ×¤××ש","hiddenfield":"ש×× ××××","iframe":"×××× ×¤× ××× (iframe)","unknown":"××××××§× ×× ××××¢"},"elementspath":{"eleLabel":"×¢×¥ ××××× ×××","eleTitle":"%1 ×××× ×"},"contextmenu":{"options":"×פשר×××ת תפר×× ××קשר"},"clipboard":{"copy":"×עתק×","copyError":"×××ר×ת ×××××× ××פ××¤× ×©×× ×× ××פשר×ת ××¢××¨× ××צע פע×××ת ××¢×ª×§× ××××××××ת. ×ש ××שת×ש ×××§××ת ××©× ×× (Ctrl/Cmd+C).","cut":"×××ר×","cutError":"×××ר×ת ×××××× ××פ××¤× ×©×× ×× ××פשר×ת ××¢××¨× ××צע פע×××ת ××××¨× ××××××××ת. ×ש ××שת×ש ×××§××ת ××©× ×× (Ctrl/Cmd+X).","paste":"××××§×","pasteArea":"××××ר ××××§×","pasteMsg":"× × ××××××§ ×ת×× ××§××¤×¡× ×××צע×ת (<b>Ctrl/Cmd+V</b>) ××××××¥ ×¢× <b>××ש×ר</b>.","securityMsg":"×¢×§× ×××ר×ת ××××× ××פ×פ×, ×× × ××ª× ××שת ×× ××× ××××ר×× (Clipboard) ×צ××¨× ×ש×ר×. × × ××××××§ ש×× ××××× ××.","title":"××××§×"},"button":{"selectedLabel":"1% (ס×××)"},"blockquote":{"toolbar":"××××§ צ××××"},"basicstyles":{"bold":"××××ש","italic":"× ×××","strike":"×ת×× ××××§","subscript":"×ת×× ×ª×ת××","superscript":"×ת×× ×¢××××","underline":"×§× ×ª×ת××"},"about":{"copy":"Copyright © $1. ×× ××××××ת ש××ר×ת.","dlgTitle":"××××ת CKEditor","help":"×××× ×¡× ×$1 ××¢×ר×.","moreInfo":"×××××¢ × ×סף ××§×¨× ×××ª×¨× ×:","title":"××××ת CKEditor","userGuide":"××ר×× ××שת×ש ×©× CKEditor"},"editor":"×¢××¨× ××§×¡× ×¢×©×ר","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"×××¥ ××× ALT + 0 ××¢×ר×","browseServer":"ס××ר ×שרת","url":"×ת××ת (URL)","protocol":"פר××××§××","upload":"××¢×××","uploadSubmit":"ש×××× ×שרת","image":"ת××× ×","flash":"פ××ש","form":"××פס","checkbox":"ת××ת ס××××","radio":"×××¦× ×פשר×××ת","textField":"ש×× ×קס×","textarea":"××××ר ×קס×","hiddenField":"ש×× ××××","button":"×פת×ר","select":"ש×× ×××ר×","imageButton":"×פת×ר ת××× ×","notSet":"<×× × ×§××¢>","id":"××××× (ID)","name":"ש×","langDir":"××××× ×©×¤×","langDirLtr":"ש××× ××××× (LTR)","langDirRtl":"×××× ×ש××× (RTL)","langCode":"×§×× ×©×¤×","longDescr":"×§×ש×ר ×ת×××ר ×פ×ר×","cssClass":"×××קת ×¢×צ×× (CSS Class)","advisoryTitle":"××תרת ××צעת","cssStyle":"ס×× ××","ok":"××ש×ר","cancel":"×××××","close":"ס××ר×","preview":"תצ××× ××§××××","resize":"×ש ××ר×ר ×××× ××©× ×ת ×ת ×××××","generalTab":"××××","advancedTab":"×פשר×××ת ×תק×××ת","validateNumberFailed":"××¢×¨× ×××× ××××ת ×ספר×.","confirmNewPage":"×× ×ש×× ×××× ×©×× × ×©××¨× ×××××. ××× ×××¢××ת ××£ ××ש?","confirmCancel":"×××§ ×××פשר×××ת ש×× ×, ××× ×ס××ר ×ת ×××××××?","options":"×פשר×××ת","target":"××ר×","targetNew":"×××× ××ש (_blank)","targetTop":"××××× ××¢×××× ×××תר (_top)","targetSelf":"×××ª× ×××× (_self)","targetParent":"×××× ××× (_parent)","langDirLTR":"ש××× ××××× (LTR)","langDirRTL":"×××× ×ש××× (RTL)","styles":"ס×× ××","cssClasses":"××××§×ת ××××× ×ת ס×× ××","width":"ר×××","height":"××××","align":"××ש×ר","alignLeft":"×ש×××","alignRight":"×××××","alignCenter":"×ר××","alignJustify":"××ש×ר ×ש×××××","alignTop":"×××¢××","alignMiddle":"×××צע","alignBottom":"×ת×ת×ת","alignNone":"None","invalidValue":"×¢×¨× ×× ×××§×.","invalidHeight":"××××× ×××× ××××ת ×ספר.","invalidWidth":"×ר××× ×××× ××××ת ×ספר.","invalidCssLength":"××¢×¨× ×©×¦××× ×ש×× \"%1\" ×××× ××××ת ×ספר ××××× ×¢× ×× ××× ××××ת ×××× ×××§×ת ×©× CSS (px, %, in, cm, mm, em, ex, pt, ×× pc).","invalidHtmlLength":"××¢×¨× ×©×¦××× ×ש×× \"%1\" ×××× ××××ת ×ספר ××××× ×¢× ×× ××× ××××ת ×××× ×××§×ת ×©× HTML (px ×× %).","invalidInlineStyle":"××¢×¨× ×©×¦×××× ×ש×× ×ס×× ×× ×××× ××××× ××× ×¢×¨××× ××× ×× ××תר ×פ×ר×× \"×©× : ער×\", ××פר××× ×¢× ××× × ×§×××-פס××§.","cssLengthTooltip":"×ש ×××× ×ס ×ספר ×××××¦× ×¤×קס××× ×× ×ספר ×¢× ××××ת ××××× ×ת ס×× ×× ×ª×§×× × (px, %, in, cm, mm, em, ex, pt, ×× pc).","unavailable":"%1<span class=\"cke_accessibility\">, ×× ××××</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/hi.js b/public/assets/ckeditor/lang/hi.js new file mode 100644 index 0000000..431efa9 --- /dev/null +++ b/public/assets/ckeditor/lang/hi.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['hi']={"wsc":{"btnIgnore":"à¤à¤à¥à¤¨à¥à¤°","btnIgnoreAll":"सà¤à¥ à¤à¤à¥à¤¨à¥à¤° à¤à¤°à¥à¤","btnReplace":"रिपà¥à¤²à¥à¤¸","btnReplaceAll":"सà¤à¥ रिपà¥à¤²à¥à¤¸ à¤à¤°à¥à¤","btnUndo":"ठनà¥à¤¡à¥","changeTo":"à¤à¤¸à¤®à¥à¤ बदलà¥à¤","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"सà¥à¤ªà¥ ल-à¤à¥ à¤à¤° à¤à¤¨à¥à¤¸à¥à¤à¤¾à¤² नहà¥à¤ à¤à¤¿à¤¯à¤¾ à¤à¤¯à¤¾ हà¥à¥¤ à¤à¥à¤¯à¤¾ à¤à¤ª à¤à¤¸à¥ डाà¤à¤¨à¤²à¥à¤¡ à¤à¤°à¤¨à¤¾ à¤à¤¾à¤¹à¥à¤à¤à¥?","manyChanges":"वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ : %1 शबà¥à¤¦ बदलॠà¤à¤¯à¥","noChanges":"वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ :à¤à¥à¤ शबà¥à¤¦ नहà¥à¤ बदला à¤à¤¯à¤¾","noMispell":"वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ : à¤à¥à¤ à¤à¤²à¤¤ वरà¥à¤¤à¤¨à¥ (सà¥à¤ªà¥ लिà¤à¤) नहà¥à¤ पाठà¤à¤","noSuggestions":"- à¤à¥à¤ सà¥à¤à¤¾à¤µ नहà¥à¤ -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"शबà¥à¤¦à¤à¥à¤¶ मà¥à¤ नहà¥à¤","oneChange":"वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ : à¤à¤ शबà¥à¤¦ बदला à¤à¤¯à¤¾","progress":"वरà¥à¤¤à¤¨à¥ à¤à¥ à¤à¤¾à¤à¤ (सà¥à¤ªà¥ ल-à¤à¥ à¤) à¤à¤¾à¤°à¥ हà¥...","title":"Spell Checker","toolbar":"वरà¥à¤¤à¤¨à¥ (सà¥à¤ªà¥à¤²à¤¿à¤à¤) à¤à¤¾à¤à¤"},"undo":{"redo":"रà¥à¤¡à¥","undo":"ठनà¥à¤¡à¥"},"toolbar":{"toolbarCollapse":"Collapse Toolbar","toolbarExpand":"Expand Toolbar","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"à¤à¤¡à¤¿à¤à¤° à¤à¥à¤²à¤¬à¤¾à¤°"},"table":{"border":"बà¥à¤°à¥à¤¡à¤° साà¤à¥","caption":"शà¥à¤°à¥à¤·à¤","cell":{"menu":"à¤à¤¾à¤¨à¤¾","insertBefore":"पहलॠसà¥à¤² डालà¥à¤","insertAfter":"बाद मà¥à¤ सà¥à¤² डालà¥à¤","deleteCell":"सà¥à¤² डिलà¥à¤ à¤à¤°à¥à¤","merge":"सà¥à¤² मिलायà¥à¤","mergeRight":"बाà¤à¤¯à¤¾ विलय","mergeDown":"नà¥à¤à¥ विलय à¤à¤°à¥à¤","splitHorizontal":"सà¥à¤² à¤à¥ à¤à¥à¤·à¥à¤¤à¤¿à¤ सà¥à¤¥à¤¿à¤¤à¤¿ मà¥à¤ विà¤à¤¾à¤à¤¿à¤¤ à¤à¤°à¥à¤","splitVertical":"सà¥à¤² à¤à¥ लमà¥à¤¬à¤¾à¤à¤¾à¤° मà¥à¤ विà¤à¤¾à¤à¤¿à¤¤ à¤à¤°à¥à¤","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Word Wrap","hAlign":"Horizontal Alignment","vAlign":"Vertical Alignment","alignBaseline":"Baseline","bgColor":"Background Color","borderColor":"Border Color","data":"Data","header":"Header","yes":"Yes","no":"No","invalidWidth":"Cell width must be a number.","invalidHeight":"Cell height must be a number.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"Choose"},"cellPad":"सà¥à¤² पà¥à¤¡à¤¿à¤à¤","cellSpace":"सà¥à¤² ठà¤à¤¤à¤°","column":{"menu":"à¤à¤¾à¤²à¤®","insertBefore":"पहलॠà¤à¤¾à¤²à¤® डालà¥à¤","insertAfter":"बाद मà¥à¤ à¤à¤¾à¤²à¤® डालà¥à¤","deleteColumn":"à¤à¤¾à¤²à¤® डिलà¥à¤ à¤à¤°à¥à¤"},"columns":"à¤à¤¾à¤²à¤®","deleteTable":"à¤à¥à¤¬à¤² डिलà¥à¤ à¤à¤°à¥à¤","headers":"Headers","headersBoth":"Both","headersColumn":"First column","headersNone":"None","headersRow":"First Row","invalidBorder":"Border size must be a number.","invalidCellPadding":"Cell padding must be a positive number.","invalidCellSpacing":"Cell spacing must be a positive number.","invalidCols":"Number of columns must be a number greater than 0.","invalidHeight":"Table height must be a number.","invalidRows":"Number of rows must be a number greater than 0.","invalidWidth":"Table width must be a number.","menu":"à¤à¥à¤¬à¤² पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","row":{"menu":"पà¤à¤à¥à¤¤à¤¿","insertBefore":"पहलॠपà¤à¤à¥à¤¤à¤¿ डालà¥à¤","insertAfter":"बाद मà¥à¤ पà¤à¤à¥à¤¤à¤¿ डालà¥à¤","deleteRow":"पà¤à¤à¥à¤¤à¤¿à¤¯à¤¾à¤ डिलà¥à¤ à¤à¤°à¥à¤"},"rows":"पà¤à¤à¥à¤¤à¤¿à¤¯à¤¾à¤","summary":"साराà¤à¤¶","title":"à¤à¥à¤¬à¤² पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","toolbar":"à¤à¥à¤¬à¤²","widthPc":"पà¥à¤°à¤¤à¤¿à¤¶à¤¤","widthPx":"पिà¤à¥à¤¸à¥à¤²","widthUnit":"width unit"},"stylescombo":{"label":"सà¥à¤à¤¾à¤à¤²","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"specialchar":{"options":"विशà¥à¤· à¤à¤°à¤¿à¤¤à¥à¤° विà¤à¤²à¥à¤ª","title":"विशà¥à¤· à¤à¤°à¥ à¤à¥à¤à¤° à¤à¥à¤¨à¥à¤","toolbar":"विशà¥à¤· à¤à¤°à¥ à¤à¥à¤à¤° à¤à¤¨à¥à¤¸à¤°à¥à¤ à¤à¤°à¥à¤"},"sourcearea":{"toolbar":"सà¥à¤°à¥à¤¸"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"à¥à¥à¤°à¥à¤®à¥à¤ हà¤à¤¾à¤¯à¥à¤"},"pastetext":{"button":"पà¥à¤¸à¥à¤ (सादा à¤à¥ à¤à¥à¤¸à¥à¤)","title":"पà¥à¤¸à¥à¤ (सादा à¤à¥ à¤à¥à¤¸à¥à¤)"},"pastefromword":{"confirmCleanup":"The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?","error":"It was not possible to clean up the pasted data due to an internal error","title":"पà¥à¤¸à¥à¤ (वरà¥à¤¡ सà¥)","toolbar":"पà¥à¤¸à¥à¤ (वरà¥à¤¡ सà¥)"},"maximize":{"maximize":"मà¥à¤à¥à¤¸à¤¿à¤®à¤¾à¤à¤à¤¼","minimize":"मिनिमाà¤à¥"},"magicline":{"title":"Insert paragraph here"},"list":{"bulletedlist":"बà¥à¤²à¥ ठसà¥à¤à¥","numberedlist":"ठà¤à¤à¥à¤¯ सà¥à¤à¥"},"link":{"acccessKey":"à¤à¤à¥à¤¸à¥ स à¤à¥","advanced":"à¤à¤¡à¥à¤µà¤¾à¤¨à¥à¤¸à¥à¤¡","advisoryContentType":"परामरà¥à¤¶ à¤à¤¨à¥à¤à¥ नà¥à¤ पà¥à¤°à¤à¤¾à¤°","advisoryTitle":"परामरà¥à¤¶ शà¥à¤°à¥à¤¶à¤","anchor":{"toolbar":"à¤à¤à¤à¤° à¤à¤¨à¥à¤¸à¤°à¥à¤/सà¤à¤ªà¤¾à¤¦à¤¨","menu":"à¤à¤à¤à¤° पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","title":"à¤à¤à¤à¤° पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","name":"à¤à¤à¤à¤° à¤à¤¾ नाम","errorName":"à¤à¤à¤à¤° à¤à¤¾ नाम à¤à¤¾à¤à¤ª à¤à¤°à¥à¤","remove":"Remove Anchor"},"anchorId":"à¤à¤²à¥à¤®à¥ नà¥à¤ Id सà¥","anchorName":"à¤à¤à¤à¤° नाम सà¥","charset":"लिà¤à¤ रिसà¥à¤°à¥à¤¸ à¤à¤°à¥ à¤à¥à¤à¤° सॠà¤","cssClasses":"सà¥à¤à¤¾à¤à¤²-शà¥à¤ à¤à¥à¤²à¤¾à¤¸","emailAddress":"à¤-मà¥à¤² पता","emailBody":"सà¤à¤¦à¥à¤¶","emailSubject":"सà¤à¤¦à¥à¤¶ विषय","id":"Id","info":"लिà¤à¤ ","langCode":"à¤à¤¾à¤·à¤¾ लिà¤à¤¨à¥ à¤à¥ दिशा","langDir":"à¤à¤¾à¤·à¤¾ लिà¤à¤¨à¥ à¤à¥ दिशा","langDirLTR":"बायà¥à¤ सॠदायà¥à¤ (LTR)","langDirRTL":"दायà¥à¤ सॠबायà¥à¤ (RTL)","menu":"लिà¤à¤ सà¤à¤ªà¤¾à¤¦à¤¨","name":"नाम","noAnchors":"(डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ मà¥à¤ à¤à¤à¤à¤°à¥à¤¸ à¤à¥ सà¤à¤à¥à¤¯à¤¾)","noEmail":"à¤-मà¥à¤² पता à¤à¤¾à¤à¤ª à¤à¤°à¥à¤","noUrl":"लिà¤à¤ URL à¤à¤¾à¤à¤ª à¤à¤°à¥à¤","other":"<ठनà¥à¤¯>","popupDependent":"डिपà¥à¤¨à¥à¤¡à¥ नà¥à¤ (Netscape)","popupFeatures":"पà¥à¤ª-ठप विनà¥à¤¡à¥ à¥à¥à¤à¤°à¥à¤¸","popupFullScreen":"à¥à¥à¤² सà¥à¤à¥à¤°à¥à¤¨ (IE)","popupLeft":"बायà¥à¤ तरफ","popupLocationBar":"लà¥à¤à¥à¤¶à¤¨ बार","popupMenuBar":"मॠनà¥à¤¯à¥ बार","popupResizable":"à¤à¤à¤¾à¤° बदलनॠलायà¤","popupScrollBars":"सà¥à¤à¥à¤°à¥à¤² बार","popupStatusBar":"सà¥à¤à¥à¤à¤¸ बार","popupToolbar":"à¤à¥à¤² बार","popupTop":"दायà¥à¤ तरफ","rel":"सà¤à¤¬à¤à¤§","selectAnchor":"à¤à¤à¤à¤° à¤à¥à¤¨à¥à¤","styles":"सà¥à¤à¤¾à¤à¤²","tabIndex":"à¤à¥à¤¬ à¤à¤¨à¥à¤¡à¥ à¤à¥à¤¸","target":"à¤à¤¾à¤°à¥à¤à¥à¤","targetFrame":"<à¥à¥à¤°à¥à¤®>","targetFrameName":"à¤à¤¾à¤°à¥à¤à¥à¤ à¥à¥à¤°à¥à¤® à¤à¤¾ नाम","targetPopup":"<पà¥à¤ª-ठप विनà¥à¤¡à¥>","targetPopupName":"पà¥à¤ª-ठप विनà¥à¤¡à¥ à¤à¤¾ नाम","title":"लिà¤à¤","toAnchor":"à¤à¤¸ पà¥à¤ à¤à¤¾ à¤à¤à¤à¤°","toEmail":"à¤-मà¥à¤²","toUrl":"URL","toolbar":"लिà¤à¤ à¤à¤¨à¥à¤¸à¤°à¥à¤/सà¤à¤ªà¤¾à¤¦à¤¨","type":"लिà¤à¤ पà¥à¤°à¤à¤¾à¤°","unlink":"लिà¤à¤ हà¤à¤¾à¤¯à¥à¤","upload":"ठपलà¥à¤¡"},"indent":{"indent":"à¤à¤¨à¥à¤¡à¥ नà¥à¤ बà¥à¤¾à¤¯à¥à¤","outdent":"à¤à¤¨à¥à¤¡à¥ नà¥à¤ à¤à¤® à¤à¤°à¥à¤"},"image":{"alt":"वà¥à¤à¤²à¥à¤ªà¤¿à¤ à¤à¥à¤à¥à¤¸à¥à¤","border":"बà¥à¤°à¥à¤¡à¤°","btnUpload":"à¤à¤¸à¥ सरà¥à¤µà¤° à¤à¥ à¤à¥à¤à¥à¤","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"हà¥à¤°à¤¿à¥à¥à¤¨à¥à¤à¤² सà¥à¤ªà¥à¤¸","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"तसà¥à¤µà¥à¤° à¤à¥ à¤à¤¾à¤¨à¤à¤¾à¤°à¥","linkTab":"लिà¤à¤","lockRatio":"लà¥à¤ ठनà¥à¤ªà¤¾à¤¤","menu":"तसà¥à¤µà¥à¤° पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","resetSize":"रà¥à¤¸à¥ ठसाà¤à¥","title":"तसà¥à¤µà¥à¤° पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","titleButton":"तसà¥à¤µà¥à¤° बà¤à¤¨ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥","upload":"ठपलà¥à¤¡","urlMissing":"Image source URL is missing.","vSpace":"वरà¥à¤à¤¿à¤à¤² सà¥à¤ªà¥à¤¸","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"horizontalrule":{"toolbar":"हà¥à¤°à¤¿à¥à¥à¤¨à¥à¤à¤² रà¥à¤à¤¾ à¤à¤¨à¥à¤¸à¤°à¥à¤ à¤à¤°à¥à¤"},"format":{"label":"à¥à¥à¤°à¥à¤®à¥à¤","panelTitle":"à¥à¥à¤°à¥à¤®à¥à¤","tag_address":"पता","tag_div":"शà¥à¤°à¥à¤·à¤ (DIV)","tag_h1":"शà¥à¤°à¥à¤·à¤ 1","tag_h2":"शà¥à¤°à¥à¤·à¤ 2","tag_h3":"शà¥à¤°à¥à¤·à¤ 3","tag_h4":"शà¥à¤°à¥à¤·à¤ 4","tag_h5":"शà¥à¤°à¥à¤·à¤ 5","tag_h6":"शà¥à¤°à¥à¤·à¤ 6","tag_p":"साधारण","tag_pre":"à¥à¥à¤°à¥à¤®à¥à¤à¥ ड"},"fakeobjects":{"anchor":"à¤à¤à¤à¤° à¤à¤¨à¥à¤¸à¤°à¥à¤/सà¤à¤ªà¤¾à¤¦à¤¨","flash":"Flash Animation","hiddenfield":"à¤à¥à¤ªà¥à¤¤ à¥à¥à¤²à¥à¤¡","iframe":"IFrame","unknown":"Unknown Object"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"contextmenu":{"options":"Context Menu Options"},"clipboard":{"copy":"à¤à¥à¤ªà¥","copyError":"à¤à¤ªà¤à¥ बà¥à¤°à¤¾à¤à¤à¥à¤° à¤à¥ सà¥à¤°à¤à¥à¤·à¤¾ सॠà¤à¤¿à¤¨à¥à¤à¥à¤¸ नॠà¤à¥à¤ªà¥ à¤à¤°à¤¨à¥ à¤à¥ ठनà¥à¤®à¤¤à¤¿ नहà¥à¤ पà¥à¤°à¤¦à¤¾à¤¨ à¤à¥ हà¥à¥¤ (Ctrl/Cmd+C) à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¥à¤à¥¤","cut":"à¤à¤","cutError":"à¤à¤ªà¤à¥ बà¥à¤°à¤¾à¤à¥à¤° à¤à¥ सà¥à¤°à¤à¥à¤·à¤¾ सॠà¤à¤¿à¤¨à¥à¤à¥à¤¸ नॠà¤à¤ à¤à¤°à¤¨à¥ à¤à¥ ठनà¥à¤®à¤¤à¤¿ नहà¥à¤ पà¥à¤°à¤¦à¤¾à¤¨ à¤à¥ हà¥à¥¤ (Ctrl/Cmd+X) à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¥à¤à¥¤","paste":"पà¥à¤¸à¥à¤","pasteArea":"Paste Area","pasteMsg":"Ctrl/Cmd+V à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¤à¥ पà¥à¤¸à¥à¤ à¤à¤°à¥à¤ à¤à¤° ठà¥à¤ हॠà¤à¤°à¥à¤.","securityMsg":"à¤à¤ªà¤à¥ बà¥à¤°à¤¾à¤à¥à¤° à¤à¥ सà¥à¤°à¤à¥à¤·à¤¾ à¤à¤ªà¤à¥ बà¥à¤°à¤¾à¤à¥à¤° à¤à¥ सà¥à¤°Kश सà¥à¤à¤¿à¤à¤ à¤à¥ à¤à¤¾à¤°à¤£, à¤à¤¡à¤¿à¤à¤° à¤à¤ªà¤à¥ à¤à¥à¤²à¤¿à¤ªà¤¬à¥à¤°à¥à¤¡ डà¥à¤à¤¾ à¤à¥ नहà¥à¤ पा सà¤à¤¤à¤¾ हà¥. à¤à¤ªà¤à¥ à¤à¤¸à¥ à¤à¤¸ विनà¥à¤¡à¥ मà¥à¤ दà¥à¤¬à¤¾à¤°à¤¾ पà¥à¤¸à¥à¤ à¤à¤°à¤¨à¤¾ हà¥à¤à¤¾.","title":"पà¥à¤¸à¥à¤"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"बà¥à¤²à¥à¤-à¤à¥à¤"},"basicstyles":{"bold":"बà¥à¤²à¥à¤¡","italic":"à¤à¤à¥à¤²à¤¿à¤","strike":"सà¥à¤à¥à¤°à¤¾à¤à¤ थà¥à¤°à¥","subscript":"ठधà¥à¤²à¥à¤","superscript":"ठà¤à¤¿à¤²à¥à¤","underline":"रà¥à¤à¤¾à¤à¤à¤£"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"About CKEditor","help":"Check $1 for help.","moreInfo":"For licensing information please visit our web site:","title":"About CKEditor","userGuide":"CKEditor User's Guide"},"editor":"रिठà¤à¥à¤à¥à¤¸à¥à¤ à¤à¤¡à¤¿à¤à¤°","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"मदद à¤à¥ लियॠALT 0 दबाà¤","browseServer":"सरà¥à¤µà¤° बà¥à¤°à¤¾à¤à¥ à¤à¤°à¥à¤","url":"URL","protocol":"पà¥à¤°à¥à¤à¥à¤à¥à¤²","upload":"ठपलà¥à¤¡","uploadSubmit":"à¤à¤¸à¥ सरà¥à¤µà¤° à¤à¥ à¤à¥à¤à¥à¤","image":"तसà¥à¤µà¥à¤°","flash":"à¥à¥à¤²à¥à¤¶","form":"à¥à¥à¤°à¥à¤®","checkbox":"à¤à¥ ठबà¥à¤à¥à¤¸","radio":"रà¥à¤¡à¤¿à¤ बà¤à¤¨","textField":"à¤à¥à¤à¥à¤¸à¥à¤ à¥à¥à¤²à¥à¤¡","textarea":"à¤à¥à¤à¥à¤¸à¥à¤ à¤à¤°à¤¿à¤¯à¤¾","hiddenField":"à¤à¥à¤ªà¥à¤¤ à¥à¥à¤²à¥à¤¡","button":"बà¤à¤¨","select":"à¤à¥à¤¨à¤¾à¤µ à¥à¥à¤²à¥à¤¡","imageButton":"तसà¥à¤µà¥à¤° बà¤à¤¨","notSet":"<सॠठनहà¥à¤>","id":"Id","name":"नाम","langDir":"à¤à¤¾à¤·à¤¾ लिà¤à¤¨à¥ à¤à¥ दिशा","langDirLtr":"बायà¥à¤ सॠदायà¥à¤ (LTR)","langDirRtl":"दायà¥à¤ सॠबायà¥à¤ (RTL)","langCode":"à¤à¤¾à¤·à¤¾ à¤à¥à¤¡","longDescr":"ठधिठविवरण à¤à¥ लिठURL","cssClass":"सà¥à¤à¤¾à¤à¤²-शà¥à¤ à¤à¥à¤²à¤¾à¤¸","advisoryTitle":"परामरà¥à¤¶ शà¥à¤°à¥à¤¶à¤","cssStyle":"सà¥à¤à¤¾à¤à¤²","ok":"ठà¥à¤ हà¥","cancel":"रदà¥à¤¦ à¤à¤°à¥à¤","close":"Close","preview":"पà¥à¤°à¥à¤µà¥à¤¯à¥","resize":"Resize","generalTab":"सामानà¥à¤¯","advancedTab":"à¤à¤¡à¥à¤µà¤¾à¤¨à¥à¤¸à¥à¤¡","validateNumberFailed":"This value is not a number.","confirmNewPage":"Any unsaved changes to this content will be lost. Are you sure you want to load new page?","confirmCancel":"You have changed some options. Are you sure you want to close the dialog window?","options":"Options","target":"à¤à¤¾à¤°à¥à¤à¥à¤","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"बायà¥à¤ सॠदायà¥à¤ (LTR)","langDirRTL":"दायà¥à¤ सॠबायà¥à¤ (RTL)","styles":"सà¥à¤à¤¾à¤à¤²","cssClasses":"सà¥à¤à¤¾à¤à¤²-शà¥à¤ à¤à¥à¤²à¤¾à¤¸","width":"à¤à¥à¥à¤¾à¤","height":"à¤à¤à¤à¤¾à¤","align":"à¤à¤²à¤¾à¤à¤¨","alignLeft":"दायà¥à¤","alignRight":"दायà¥à¤","alignCenter":"बà¥à¤ मà¥à¤","alignJustify":"बà¥à¤²à¥à¤ à¤à¤¸à¥à¤à¥à¥à¤¾à¤","alignTop":"à¤à¤ªà¤°","alignMiddle":"मधà¥à¤¯","alignBottom":"नà¥à¤à¥","alignNone":"None","invalidValue":"Invalid value.","invalidHeight":"Height must be a number.","invalidWidth":"Width must be a number.","invalidCssLength":"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, unavailable</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/hr.js b/public/assets/ckeditor/lang/hr.js new file mode 100644 index 0000000..479a78a --- /dev/null +++ b/public/assets/ckeditor/lang/hr.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['hr']={"wsc":{"btnIgnore":"Zanemari","btnIgnoreAll":"Zanemari sve","btnReplace":"Zamijeni","btnReplaceAll":"Zamijeni sve","btnUndo":"Vrati","changeTo":"Promijeni u","errorLoading":"GreÅ¡ka uÄitavanja aplikacije: %s.","ieSpellDownload":"Provjera pravopisa nije instalirana. Želite li skinuti provjeru pravopisa?","manyChanges":"Provjera zavrÅ¡ena: Promijenjeno %1 rijeÄi","noChanges":"Provjera zavrÅ¡ena: Nije napravljena promjena","noMispell":"Provjera zavrÅ¡ena: Nema greÅ¡aka","noSuggestions":"-Nema preporuke-","notAvailable":"Žao nam je, ali usluga trenutno nije dostupna.","notInDic":"Nije u rjeÄniku","oneChange":"Provjera zavrÅ¡ena: Jedna rijeÄ promjenjena","progress":"Provjera u tijeku...","title":"Provjera pravopisa","toolbar":"Provjeri pravopis"},"undo":{"redo":"Ponovi","undo":"PoniÅ¡ti"},"toolbar":{"toolbarCollapse":"Smanji alatnu traku","toolbarExpand":"ProÅ¡iri alatnu traku","toolbarGroups":{"document":"Dokument","clipboard":"MeÄuspremnik/PoniÅ¡ti","editing":"UreÄivanje","forms":"Forme","basicstyles":"Osnovni stilovi","paragraph":"Paragraf","links":"Veze","insert":"Umetni","styles":"Stilovi","colors":"Boje","tools":"Alatke"},"toolbars":"Alatne trake ureÄivaÄa teksta"},"table":{"border":"VeliÄina okvira","caption":"Naslov","cell":{"menu":"Äelija","insertBefore":"Ubaci Äeliju prije","insertAfter":"Ubaci Äeliju poslije","deleteCell":"IzbriÅ¡i Äelije","merge":"Spoji Äelije","mergeRight":"Spoji desno","mergeDown":"Spoji dolje","splitHorizontal":"Podijeli Äeliju vodoravno","splitVertical":"Podijeli Äeliju okomito","title":"Svojstva Äelije","cellType":"Vrsta Äelije","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Prelazak u novi red","hAlign":"Vodoravno poravnanje","vAlign":"Okomito poravnanje","alignBaseline":"Osnovna linija","bgColor":"Boja pozadine","borderColor":"Boja ruba","data":"Podatak","header":"Zaglavlje","yes":"Da","no":"ne","invalidWidth":"Å irina Äelije mora biti broj.","invalidHeight":"Visina Äelije mora biti broj.","invalidRowSpan":"Rows span mora biti cijeli broj.","invalidColSpan":"Columns span mora biti cijeli broj.","chooseColor":"Odaberi"},"cellPad":"Razmak Äelija","cellSpace":"Prostornost Äelija","column":{"menu":"Kolona","insertBefore":"Ubaci kolonu prije","insertAfter":"Ubaci kolonu poslije","deleteColumn":"IzbriÅ¡i kolone"},"columns":"Kolona","deleteTable":"IzbriÅ¡i tablicu","headers":"Zaglavlje","headersBoth":"Oba","headersColumn":"Prva kolona","headersNone":"NiÅ¡ta","headersRow":"Prvi red","invalidBorder":"Debljina ruba mora biti broj.","invalidCellPadding":"Razmak Äelija mora biti broj.","invalidCellSpacing":"Prostornost Äelija mora biti broj.","invalidCols":"Broj kolona mora biti broj veÄi od 0.","invalidHeight":"Visina tablice mora biti broj.","invalidRows":"Broj redova mora biti broj veÄi od 0.","invalidWidth":"Å irina tablice mora biti broj.","menu":"Svojstva tablice","row":{"menu":"Red","insertBefore":"Ubaci red prije","insertAfter":"Ubaci red poslije","deleteRow":"IzbriÅ¡i redove"},"rows":"Redova","summary":"Sažetak","title":"Svojstva tablice","toolbar":"Tablica","widthPc":"postotaka","widthPx":"piksela","widthUnit":"jedinica Å¡irine"},"stylescombo":{"label":"Stil","panelTitle":"Stilovi formatiranja","panelTitle1":"Block stilovi","panelTitle2":"Inline stilovi","panelTitle3":"Object stilovi"},"specialchar":{"options":"Opcije specijalnih znakova","title":"Odaberite posebni karakter","toolbar":"Ubaci posebne znakove"},"sourcearea":{"toolbar":"Kôd"},"scayt":{"btn_about":"O SCAYT","btn_dictionaries":"RjeÄnici","btn_disable":"OnemoguÄi SCAYT","btn_enable":"OmoguÄi SCAYT","btn_langs":"Jezici","btn_options":"Opcije","text_title":"Provjeri pravopis tijekom tipkanja (SCAYT)"},"removeformat":{"toolbar":"Ukloni formatiranje"},"pastetext":{"button":"Zalijepi kao Äisti tekst","title":"Zalijepi kao Äisti tekst"},"pastefromword":{"confirmCleanup":"Tekst koji želite zalijepiti Äini se da je kopiran iz Worda. Želite li prije oÄistiti tekst?","error":"Nije moguÄe oÄistiti podatke za ljepljenje zbog interne greÅ¡ke","title":"Zalijepi iz Worda","toolbar":"Zalijepi iz Worda"},"maximize":{"maximize":"PoveÄaj","minimize":"Smanji"},"magicline":{"title":"Ubaci paragraf ovdje"},"list":{"bulletedlist":"ObiÄna lista","numberedlist":"BrojÄana lista"},"link":{"acccessKey":"Pristupna tipka","advanced":"Napredno","advisoryContentType":"Advisory vrsta sadržaja","advisoryTitle":"Advisory naslov","anchor":{"toolbar":"Ubaci/promijeni sidro","menu":"Svojstva sidra","title":"Svojstva sidra","name":"Ime sidra","errorName":"Molimo unesite ime sidra","remove":"Ukloni sidro"},"anchorId":"Po Id elementa","anchorName":"Po nazivu sidra","charset":"Kodna stranica povezanih resursa","cssClasses":"Stylesheet klase","emailAddress":"E-Mail adresa","emailBody":"Sadržaj poruke","emailSubject":"Naslov","id":"Id","info":"Link Info","langCode":"Smjer jezika","langDir":"Smjer jezika","langDirLTR":"S lijeva na desno (LTR)","langDirRTL":"S desna na lijevo (RTL)","menu":"Promijeni link","name":"Naziv","noAnchors":"(Nema dostupnih sidra)","noEmail":"Molimo upiÅ¡ite e-mail adresu","noUrl":"Molimo upiÅ¡ite URL link","other":"<drugi>","popupDependent":"Ovisno (Netscape)","popupFeatures":"MoguÄnosti popup prozora","popupFullScreen":"Cijeli ekran (IE)","popupLeft":"Lijeva pozicija","popupLocationBar":"Traka za lokaciju","popupMenuBar":"Izborna traka","popupResizable":"Promjenjiva veliÄina","popupScrollBars":"Scroll traka","popupStatusBar":"Statusna traka","popupToolbar":"Traka s alatima","popupTop":"Gornja pozicija","rel":"Veza","selectAnchor":"Odaberi sidro","styles":"Stil","tabIndex":"Tab Indeks","target":"Meta","targetFrame":"<okvir>","targetFrameName":"Ime ciljnog okvira","targetPopup":"<popup prozor>","targetPopupName":"Naziv popup prozora","title":"Link","toAnchor":"Sidro na ovoj stranici","toEmail":"E-Mail","toUrl":"URL","toolbar":"Ubaci/promijeni link","type":"Link vrsta","unlink":"Ukloni link","upload":"PoÅ¡alji"},"indent":{"indent":"Pomakni udesno","outdent":"Pomakni ulijevo"},"image":{"alt":"Alternativni tekst","border":"Okvir","btnUpload":"PoÅ¡alji na server","button2Img":"Želite li promijeniti odabrani gumb u jednostavnu sliku?","hSpace":"HSpace","img2Button":"Želite li promijeniti odabranu sliku u gumb?","infoTab":"Info slike","linkTab":"Link","lockRatio":"ZakljuÄaj odnos","menu":"Svojstva slika","resetSize":"ObriÅ¡i veliÄinu","title":"Svojstva slika","titleButton":"Image Button svojstva","upload":"PoÅ¡alji","urlMissing":"Nedostaje URL slike.","vSpace":"VSpace","validateBorder":"Okvir mora biti cijeli broj.","validateHSpace":"HSpace mora biti cijeli broj","validateVSpace":"VSpace mora biti cijeli broj."},"horizontalrule":{"toolbar":"Ubaci vodoravnu liniju"},"format":{"label":"Format","panelTitle":"Format","tag_address":"Address","tag_div":"Normal (DIV)","tag_h1":"Heading 1","tag_h2":"Heading 2","tag_h3":"Heading 3","tag_h4":"Heading 4","tag_h5":"Heading 5","tag_h6":"Heading 6","tag_p":"Normal","tag_pre":"Formatirano"},"fakeobjects":{"anchor":"Sidro","flash":"Flash animacija","hiddenfield":"Sakriveno polje","iframe":"IFrame","unknown":"Nepoznati objekt"},"elementspath":{"eleLabel":"Putanja elemenata","eleTitle":"%1 element"},"contextmenu":{"options":"Opcije izbornika"},"clipboard":{"copy":"Kopiraj","copyError":"Sigurnosne postavke VaÅ¡eg pretraživaÄa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tipkovnici (Ctrl/Cmd+C).","cut":"Izreži","cutError":"Sigurnosne postavke VaÅ¡eg pretraživaÄa ne dozvoljavaju operacije automatskog izrezivanja. Molimo koristite kraticu na tipkovnici (Ctrl/Cmd+X).","paste":"Zalijepi","pasteArea":"Prostor za ljepljenje","pasteMsg":"Molimo zaljepite unutar doljnjeg okvira koristeÄi tipkovnicu (<STRONG>Ctrl/Cmd+V</STRONG>) i kliknite <STRONG>OK</STRONG>.","securityMsg":"Zbog sigurnosnih postavki VaÅ¡eg pretraživaÄa, editor nema direktan pristup VaÅ¡em meÄuspremniku. Potrebno je ponovno zalijepiti tekst u ovaj prozor.","title":"Zalijepi"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"Blockquote"},"basicstyles":{"bold":"Podebljaj","italic":"Ukosi","strike":"Precrtano","subscript":"Subscript","superscript":"Superscript","underline":"Potcrtano"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"O CKEditoru","help":"Provjeri $1 za pomoÄ.","moreInfo":"Za informacije o licencama posjetite naÅ¡u web stranicu:","title":"O CKEditoru","userGuide":"VodiÄ za CKEditor korisnike"},"editor":"Bogati ureÄivaÄ teksta, %1","editorPanel":"PloÄa Bogatog UreÄivaÄa Teksta","common":{"editorHelp":"Pritisni ALT 0 za pomoÄ","browseServer":"Pretraži server","url":"URL","protocol":"Protokol","upload":"PoÅ¡alji","uploadSubmit":"PoÅ¡alji na server","image":"Slika","flash":"Flash","form":"Forma","checkbox":"Checkbox","radio":"Radio Button","textField":"Text Field","textarea":"Textarea","hiddenField":"Hidden Field","button":"Button","select":"Selection Field","imageButton":"Image Button","notSet":"<nije postavljeno>","id":"Id","name":"Naziv","langDir":"Smjer jezika","langDirLtr":"S lijeva na desno (LTR)","langDirRtl":"S desna na lijevo (RTL)","langCode":"Kôd jezika","longDescr":"DugaÄki opis URL","cssClass":"Klase stilova","advisoryTitle":"Advisory naslov","cssStyle":"Stil","ok":"OK","cancel":"PoniÅ¡ti","close":"Zatvori","preview":"Pregledaj","resize":"Povuci za promjenu veliÄine","generalTab":"OpÄenito","advancedTab":"Napredno","validateNumberFailed":"Ova vrijednost nije broj.","confirmNewPage":"Sve napravljene promjene Äe biti izgubljene ukoliko ih niste snimili. Sigurno želite uÄitati novu stranicu?","confirmCancel":"Neke od opcija su promjenjene. Sigurno želite zatvoriti ovaj prozor?","options":"Opcije","target":"OdrediÅ¡te","targetNew":"Novi prozor (_blank)","targetTop":"VrÅ¡ni prozor (_top)","targetSelf":"Isti prozor (_self)","targetParent":"Roditeljski prozor (_parent)","langDirLTR":"S lijeva na desno (LTR)","langDirRTL":"S desna na lijevo (RTL)","styles":"Stil","cssClasses":"Klase stilova","width":"Å irina","height":"Visina","align":"Poravnanje","alignLeft":"Lijevo","alignRight":"Desno","alignCenter":"SrediÅ¡nje","alignJustify":"Blok poravnanje","alignTop":"Vrh","alignMiddle":"Sredina","alignBottom":"Dolje","alignNone":"None","invalidValue":"Neispravna vrijednost.","invalidHeight":"Visina mora biti broj.","invalidWidth":"Å irina mora biti broj.","invalidCssLength":"Vrijednost odreÄena za \"%1\" polje mora biti pozitivni broj sa ili bez važeÄih CSS mjernih jedinica (px, %, in, cm, mm, em, ex, pt ili pc).","invalidHtmlLength":"Vrijednost odreÄena za \"%1\" polje mora biti pozitivni broj sa ili bez važeÄih HTML mjernih jedinica (px ili %).","invalidInlineStyle":"Vrijednost za linijski stil mora sadržavati jednu ili viÅ¡e definicija s formatom \"naziv:vrijednost\", odvojenih toÄka-zarezom.","cssLengthTooltip":"Unesite broj za vrijednost u pikselima ili broj s važeÄim CSS mjernim jedinicama (px, %, in, cm, mm, em, ex, pt ili pc).","unavailable":"%1<span class=\"cke_accessibility\">, nedostupno</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/hu.js b/public/assets/ckeditor/lang/hu.js new file mode 100644 index 0000000..32aad73 --- /dev/null +++ b/public/assets/ckeditor/lang/hu.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['hu']={"wsc":{"btnIgnore":"Kihagyja","btnIgnoreAll":"Mindet kihagyja","btnReplace":"Csere","btnReplaceAll":"Ãsszes cseréje","btnUndo":"Visszavonás","changeTo":"MódosÃtás","errorLoading":"Hiba a szolgáltatás host betöltése közben: %s.","ieSpellDownload":"A helyesÃrás-ellenÅrzÅ nincs telepÃtve. Szeretné letölteni most?","manyChanges":"HelyesÃrás-ellenÅrzés kész: %1 szó cserélve","noChanges":"HelyesÃrás-ellenÅrzés kész: Nincs változtatott szó","noMispell":"HelyesÃrás-ellenÅrzés kész: Nem találtam hibát","noSuggestions":"Nincs javaslat","notAvailable":"Sajnálom, de a szolgáltatás jelenleg nem elérhetÅ.","notInDic":"Nincs a szótárban","oneChange":"HelyesÃrás-ellenÅrzés kész: Egy szó cserélve","progress":"HelyesÃrás-ellenÅrzés folyamatban...","title":"HelyesÃrás ellenörzÅ","toolbar":"HelyesÃrás-ellenÅrzés"},"undo":{"redo":"Ismétlés","undo":"Visszavonás"},"toolbar":{"toolbarCollapse":"Eszköztár összecsukása","toolbarExpand":"Eszköztár szétnyitása","toolbarGroups":{"document":"Dokumentum","clipboard":"Vágólap/Visszavonás","editing":"Szerkesztés","forms":"Űrlapok","basicstyles":"AlapstÃlusok","paragraph":"Bekezdés","links":"Hivatkozások","insert":"Beszúrás","styles":"StÃlusok","colors":"SzÃnek","tools":"Eszközök"},"toolbars":"SzerkesztÅ Eszköztár"},"table":{"border":"Szegélyméret","caption":"Felirat","cell":{"menu":"Cella","insertBefore":"Beszúrás balra","insertAfter":"Beszúrás jobbra","deleteCell":"Cellák törlése","merge":"Cellák egyesÃtése","mergeRight":"Cellák egyesÃtése jobbra","mergeDown":"Cellák egyesÃtése lefelé","splitHorizontal":"Cellák szétválasztása vÃzszintesen","splitVertical":"Cellák szétválasztása függÅlegesen","title":"Cella tulajdonságai","cellType":"Cella tÃpusa","rowSpan":"FüggÅleges egyesÃtés","colSpan":"VÃzszintes egyesÃtés","wordWrap":"Hosszú sorok törése","hAlign":"VÃzszintes igazÃtás","vAlign":"FüggÅleges igazÃtás","alignBaseline":"Alapvonalra","bgColor":"Háttér szÃne","borderColor":"Keret szÃne","data":"Adat","header":"Fejléc","yes":"Igen","no":"Nem","invalidWidth":"A szélesség mezÅbe csak számokat Ãrhat.","invalidHeight":"A magasság mezÅbe csak számokat Ãrhat.","invalidRowSpan":"A függÅleges egyesÃtés mezÅbe csak számokat Ãrhat.","invalidColSpan":"A vÃzszintes egyesÃtés mezÅbe csak számokat Ãrhat.","chooseColor":"Válasszon"},"cellPad":"Cella belsÅ margó","cellSpace":"Cella térköz","column":{"menu":"Oszlop","insertBefore":"Beszúrás balra","insertAfter":"Beszúrás jobbra","deleteColumn":"Oszlopok törlése"},"columns":"Oszlopok","deleteTable":"Táblázat törlése","headers":"Fejlécek","headersBoth":"MindkettÅ","headersColumn":"ElsÅ oszlop","headersNone":"Nincsenek","headersRow":"ElsÅ sor","invalidBorder":"A szegélyméret mezÅbe csak számokat Ãrhat.","invalidCellPadding":"A cella belsÅ margó mezÅbe csak számokat Ãrhat.","invalidCellSpacing":"A cella térköz mezÅbe csak számokat Ãrhat.","invalidCols":"Az oszlopok számának nagyobbnak kell lenni mint 0.","invalidHeight":"A magasság mezÅbe csak számokat Ãrhat.","invalidRows":"A sorok számának nagyobbnak kell lenni mint 0.","invalidWidth":"A szélesség mezÅbe csak számokat Ãrhat.","menu":"Táblázat tulajdonságai","row":{"menu":"Sor","insertBefore":"Beszúrás fölé","insertAfter":"Beszúrás alá","deleteRow":"Sorok törlése"},"rows":"Sorok","summary":"LeÃrás","title":"Táblázat tulajdonságai","toolbar":"Táblázat","widthPc":"százalék","widthPx":"képpont","widthUnit":"Szélesség egység"},"stylescombo":{"label":"StÃlus","panelTitle":"Formázási stÃlusok","panelTitle1":"Blokk stÃlusok","panelTitle2":"Inline stÃlusok","panelTitle3":"Objektum stÃlusok"},"specialchar":{"options":"Speciális karakter opciók","title":"Speciális karakter választása","toolbar":"Speciális karakter beillesztése"},"sourcearea":{"toolbar":"Forráskód"},"scayt":{"btn_about":"SCAYT névjegy","btn_dictionaries":"Szótár","btn_disable":"SCAYT letiltása","btn_enable":"SCAYT engedélyezése","btn_langs":"Nyelvek","btn_options":"BeállÃtások","text_title":"HelyesÃrás ellenÅrzés gépelés közben"},"removeformat":{"toolbar":"Formázás eltávolÃtása"},"pastetext":{"button":"Beillesztés formázatlan szövegként","title":"Beillesztés formázatlan szövegként"},"pastefromword":{"confirmCleanup":"Ãgy tűnik a beillesztett szöveget Word-bÅl másolt át. Meg szeretné tisztÃtani a szöveget? (ajánlott)","error":"Egy belsÅ hiba miatt nem sikerült megtisztÃtani a szöveget","title":"Beillesztés Word-bÅl","toolbar":"Beillesztés Word-bÅl"},"maximize":{"maximize":"Teljes méret","minimize":"Kis méret"},"magicline":{"title":"Szúrja be a bekezdést ide"},"list":{"bulletedlist":"Felsorolás","numberedlist":"Számozás"},"link":{"acccessKey":"Billentyűkombináció","advanced":"További opciók","advisoryContentType":"Súgó tartalomtÃpusa","advisoryTitle":"Súgócimke","anchor":{"toolbar":"Horgony beillesztése/szerkesztése","menu":"Horgony tulajdonságai","title":"Horgony tulajdonságai","name":"Horgony neve","errorName":"Kérem adja meg a horgony nevét","remove":"Horgony eltávolÃtása"},"anchorId":"AzonosÃtó szerint","anchorName":"Horgony név szerint","charset":"Hivatkozott tartalom kódlapja","cssClasses":"StÃluskészlet","emailAddress":"E-Mail cÃm","emailBody":"Ãzenet","emailSubject":"Ãzenet tárgya","id":"Id","info":"Alaptulajdonságok","langCode":"Ãrás iránya","langDir":"Ãrás iránya","langDirLTR":"Balról jobbra","langDirRTL":"Jobbról balra","menu":"Hivatkozás módosÃtása","name":"Név","noAnchors":"(Nincs horgony a dokumentumban)","noEmail":"Adja meg az E-Mail cÃmet","noUrl":"Adja meg a hivatkozás webcÃmét","other":"<más>","popupDependent":"SzülÅhöz kapcsolt (csak Netscape)","popupFeatures":"Felugró ablak jellemzÅi","popupFullScreen":"Teljes képernyÅ (csak IE)","popupLeft":"Bal pozÃció","popupLocationBar":"CÃmsor","popupMenuBar":"Menü sor","popupResizable":"Ãtméretezés","popupScrollBars":"GördÃtÅsáv","popupStatusBar":"Ãllapotsor","popupToolbar":"Eszköztár","popupTop":"FelsÅ pozÃció","rel":"Kapcsolat tÃpusa","selectAnchor":"Horgony választása","styles":"StÃlus","tabIndex":"Tabulátor index","target":"Tartalom megjelenÃtése","targetFrame":"<keretben>","targetFrameName":"Keret neve","targetPopup":"<felugró ablakban>","targetPopupName":"Felugró ablak neve","title":"Hivatkozás tulajdonságai","toAnchor":"Horgony az oldalon","toEmail":"E-Mail","toUrl":"URL","toolbar":"Hivatkozás beillesztése/módosÃtása","type":"Hivatkozás tÃpusa","unlink":"Hivatkozás törlése","upload":"Feltöltés"},"indent":{"indent":"Behúzás növelése","outdent":"Behúzás csökkentése"},"image":{"alt":"AlternatÃv szöveg","border":"Keret","btnUpload":"Küldés a szerverre","button2Img":"A kiválasztott képgombból sima képet szeretne csinálni?","hSpace":"VÃzsz. táv","img2Button":"A kiválasztott képbÅl képgombot szeretne csinálni?","infoTab":"Alaptulajdonságok","linkTab":"Hivatkozás","lockRatio":"Arány megtartása","menu":"Kép tulajdonságai","resetSize":"Eredeti méret","title":"Kép tulajdonságai","titleButton":"Képgomb tulajdonságai","upload":"Feltöltés","urlMissing":"Hiányzik a kép URL-je","vSpace":"Függ. táv","validateBorder":"A keret méretének egész számot kell beÃrni!","validateHSpace":"VÃzszintes távolságnak egész számot kell beÃrni!","validateVSpace":"FüggÅleges távolságnak egész számot kell beÃrni!"},"horizontalrule":{"toolbar":"Elválasztóvonal beillesztése"},"format":{"label":"Formátum","panelTitle":"Formátum","tag_address":"CÃmsor","tag_div":"Bekezdés (DIV)","tag_h1":"Fejléc 1","tag_h2":"Fejléc 2","tag_h3":"Fejléc 3","tag_h4":"Fejléc 4","tag_h5":"Fejléc 5","tag_h6":"Fejléc 6","tag_p":"Normál","tag_pre":"Formázott"},"fakeobjects":{"anchor":"Horgony","flash":"Flash animáció","hiddenfield":"Rejtett mezõ","iframe":"IFrame","unknown":"Ismeretlen objektum"},"elementspath":{"eleLabel":"Elem utak","eleTitle":"%1 elem"},"contextmenu":{"options":"Helyi menü opciók"},"clipboard":{"copy":"Másolás","copyError":"A böngészÅ biztonsági beállÃtásai nem engedélyezik a szerkesztÅnek, hogy végrehajtsa a másolás műveletet. Használja az alábbi billentyűkombinációt (Ctrl/Cmd+X).","cut":"Kivágás","cutError":"A böngészÅ biztonsági beállÃtásai nem engedélyezik a szerkesztÅnek, hogy végrehajtsa a kivágás műveletet. Használja az alábbi billentyűkombinációt (Ctrl/Cmd+X).","paste":"Beillesztés","pasteArea":"Beszúrás mezÅ","pasteMsg":"Másolja be az alábbi mezÅbe a <STRONG>Ctrl/Cmd+V</STRONG> billentyűk lenyomásával, majd nyomjon <STRONG>Rendben</STRONG>-t.","securityMsg":"A böngészÅ biztonsági beállÃtásai miatt a szerkesztÅ nem képes hozzáférni a vágólap adataihoz. Illeszd be újra ebben az ablakban.","title":"Beillesztés"},"button":{"selectedLabel":"%1 (Kiválasztva)"},"blockquote":{"toolbar":"Idézet blokk"},"basicstyles":{"bold":"Félkövér","italic":"DÅlt","strike":"Ãthúzott","subscript":"Alsó index","superscript":"FelsÅ index","underline":"Aláhúzott"},"about":{"copy":"Copyright © $1. Minden jog fenntartva.","dlgTitle":"CKEditor névjegy","help":"Itt találsz segÃtséget: $1","moreInfo":"Licenszelési információkért kérjük látogassa meg weboldalunkat:","title":"CKEditor névjegy","userGuide":"CKEditor Felhasználói útmutató"},"editor":"HTML szerkesztÅ","editorPanel":"Rich Text szerkesztÅ panel","common":{"editorHelp":"SegÃtségért nyomjon ALT 0","browseServer":"Böngészés a szerveren","url":"Hivatkozás","protocol":"Protokoll","upload":"Feltöltés","uploadSubmit":"Küldés a szerverre","image":"Kép","flash":"Flash","form":"Űrlap","checkbox":"JelölÅnégyzet","radio":"Választógomb","textField":"SzövegmezÅ","textarea":"Szövegterület","hiddenField":"RejtettmezÅ","button":"Gomb","select":"LegördülÅ lista","imageButton":"Képgomb","notSet":"<nincs beállÃtva>","id":"AzonosÃtó","name":"Név","langDir":"Ãrás iránya","langDirLtr":"Balról jobbra","langDirRtl":"Jobbról balra","langCode":"Nyelv kódja","longDescr":"Részletes leÃrás webcÃme","cssClass":"StÃluskészlet","advisoryTitle":"Súgócimke","cssStyle":"StÃlus","ok":"Rendben","cancel":"Mégsem","close":"Bezárás","preview":"ElÅnézet","resize":"Húzza az átméretezéshez","generalTab":"Ãltalános","advancedTab":"További opciók","validateNumberFailed":"A mezÅbe csak számokat Ãrhat.","confirmNewPage":"Minden nem mentett változás el fog veszni! Biztosan be szeretné tölteni az oldalt?","confirmCancel":"Az űrlap tartalma megváltozott, ám a változásokat nem rögzÃtette. Biztosan be szeretné zárni az űrlapot?","options":"BeállÃtások","target":"Cél","targetNew":"Ãj ablak (_blank)","targetTop":"LegfelsÅ ablak (_top)","targetSelf":"Aktuális ablakban (_self)","targetParent":"SzülÅ ablak (_parent)","langDirLTR":"Balról jobbra (LTR)","langDirRTL":"Jobbról balra (RTL)","styles":"StÃlus","cssClasses":"StÃluslap osztály","width":"Szélesség","height":"Magasság","align":"IgazÃtás","alignLeft":"Bal","alignRight":"Jobbra","alignCenter":"Középre","alignJustify":"Sorkizárt","alignTop":"Tetejére","alignMiddle":"Középre","alignBottom":"Aljára","alignNone":"None","invalidValue":"Ãrvénytelen érték.","invalidHeight":"A magasság mezÅbe csak számokat Ãrhat.","invalidWidth":"A szélesség mezÅbe csak számokat Ãrhat.","invalidCssLength":"\"%1\"-hez megadott érték csakis egy pozitÃv szám lehet, esetleg egy érvényes CSS egységgel megjelölve(px, %, in, cm, mm, em, ex, pt vagy pc).","invalidHtmlLength":"\"%1\"-hez megadott érték csakis egy pozitÃv szám lehet, esetleg egy érvényes HTML egységgel megjelölve(px vagy %).","invalidInlineStyle":"Az inline stÃlusnak megadott értéknek tartalmaznia kell egy vagy több rekordot a \"name : value\" formátumban, pontosvesszÅvel elválasztva.","cssLengthTooltip":"Adjon meg egy számot értéknek pixelekben vagy egy számot érvényes CSS mértékegységben (px, %, in, cm, mm, em, ex, pt, vagy pc).","unavailable":"%1<span class=\"cke_accessibility\">, nem elérhetÅ</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/id.js b/public/assets/ckeditor/lang/id.js new file mode 100644 index 0000000..dce0ec3 --- /dev/null +++ b/public/assets/ckeditor/lang/id.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['id']={"wsc":{"btnIgnore":"Ignore","btnIgnoreAll":"Ignore All","btnReplace":"Replace","btnReplaceAll":"Replace All","btnUndo":"Undo","changeTo":"Change to","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Spell checker not installed. Do you want to download it now?","manyChanges":"Spell check complete: %1 words changed","noChanges":"Spell check complete: No words changed","noMispell":"Spell check complete: No misspellings found","noSuggestions":"- No suggestions -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Not in dictionary","oneChange":"Spell check complete: One word changed","progress":"Spell check in progress...","title":"Spell Checker","toolbar":"Check Spelling"},"undo":{"redo":"Kembali lakukan","undo":"Batalkan perlakuan"},"toolbar":{"toolbarCollapse":"Ciutkan Toolbar","toolbarExpand":"Bentangkan Toolbar","toolbarGroups":{"document":"Dokumen","clipboard":"Papan klip / Kembalikan perlakuan","editing":"Sunting","forms":"Formulir","basicstyles":"Gaya Dasar","paragraph":"Paragraf","links":"Tautan","insert":"Sisip","styles":"Gaya","colors":"Warna","tools":"Alat"},"toolbars":"Toolbar Penyunting"},"table":{"border":"Ukuran batas","caption":"Judul halaman","cell":{"menu":"Sel","insertBefore":"Sisip Sel Sebelum","insertAfter":"Sisip Sel Setelah","deleteCell":"Hapus Sel","merge":"Gabungkan Sel","mergeRight":"Gabungkan ke Kanan","mergeDown":"Gabungkan ke Bawah","splitHorizontal":"Pisahkan Sel Secara Horisontal","splitVertical":"Pisahkan Sel Secara Vertikal","title":"Properti Sel","cellType":"Tipe Sel","rowSpan":"Rentang antar baris","colSpan":"Rentang antar kolom","wordWrap":"Word Wrap","hAlign":"Jajaran Horisontal","vAlign":"Jajaran Vertikal","alignBaseline":"Dasar","bgColor":"Warna Latar Belakang","borderColor":"Warna Batasan","data":"Data","header":"Header","yes":"Ya","no":"Tidak","invalidWidth":"Lebar sel harus sebuah angka.","invalidHeight":"Tinggi sel harus sebuah angka","invalidRowSpan":"Rentang antar baris harus angka seluruhnya.","invalidColSpan":"Rentang antar kolom harus angka seluruhnya","chooseColor":"Pilih"},"cellPad":"Sel spasi dalam","cellSpace":"Spasi antar sel","column":{"menu":"Kolom","insertBefore":"Sisip Kolom Sebelum","insertAfter":"Sisip Kolom Sesudah","deleteColumn":"Hapus Kolom"},"columns":"Kolom","deleteTable":"Hapus Tabel","headers":"Headers","headersBoth":"Keduanya","headersColumn":"Kolom pertama","headersNone":"Tidak ada","headersRow":"Baris Pertama","invalidBorder":"Ukuran batasan harus sebuah angka","invalidCellPadding":"'Spasi dalam' sel harus angka positif.","invalidCellSpacing":"Spasi antar sel harus angka positif.","invalidCols":"Jumlah kolom harus sebuah angka lebih besar dari 0","invalidHeight":"Tinggi tabel harus sebuah angka.","invalidRows":"Jumlah barus harus sebuah angka dan lebih besar dari 0.","invalidWidth":"Lebar tabel harus sebuah angka.","menu":"Properti Tabel","row":{"menu":"Baris","insertBefore":"Sisip Baris Sebelum","insertAfter":"Sisip Baris Sesudah","deleteRow":"Hapus Baris"},"rows":"Baris","summary":"Intisari","title":"Properti Tabel","toolbar":"Tabe","widthPc":"persen","widthPx":"piksel","widthUnit":"lebar satuan"},"stylescombo":{"label":"Gaya","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"specialchar":{"options":"Opsi spesial karakter","title":"Pilih spesial karakter","toolbar":"Sisipkan spesial karakter"},"sourcearea":{"toolbar":"Sumber"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"Hapus Format"},"pastetext":{"button":"Tempel sebagai teks polos","title":"Tempel sebagai Teks Polos"},"pastefromword":{"confirmCleanup":"Teks yang ingin anda tempel sepertinya di salin dari Word. Apakah anda mau membersihkannya sebelum menempel?","error":"Tidak mungkin membersihkan data yang ditempel dikerenakan kesalahan internal","title":"Tempel dari Word","toolbar":"Tempel dari Word"},"maximize":{"maximize":"Memperbesar","minimize":"Memperkecil"},"magicline":{"title":"Masukkan paragraf disini"},"list":{"bulletedlist":"Sisip/Hapus Daftar Bullet","numberedlist":"Sisip/Hapus Daftar Bernomor"},"link":{"acccessKey":"Access Key","advanced":"Advanced","advisoryContentType":"Advisory Content Type","advisoryTitle":"Penasehat Judul","anchor":{"toolbar":"Anchor","menu":"Edit Anchor","title":"Anchor Properties","name":"Anchor Name","errorName":"Please type the anchor name","remove":"Remove Anchor"},"anchorId":"By Element Id","anchorName":"By Anchor Name","charset":"Linked Resource Charset","cssClasses":"Kelas Stylesheet","emailAddress":"Alamat E-mail","emailBody":"Message Body","emailSubject":"Judul Pesan","id":"Id","info":"Link Info","langCode":"Kode Bahasa","langDir":"Arah Bahasa","langDirLTR":"Kiri ke Kanan (LTR)","langDirRTL":"Kanan ke Kiri (RTL)","menu":"Sunting Tautan","name":"Nama","noAnchors":"(No anchors available in the document)","noEmail":"Silahkan ketikkan alamat e-mail","noUrl":"Silahkan ketik URL tautan","other":"<lainnya>","popupDependent":"Dependent (Netscape)","popupFeatures":"Popup Window Features","popupFullScreen":"Full Screen (IE)","popupLeft":"Left Position","popupLocationBar":"Location Bar","popupMenuBar":"Menu Bar","popupResizable":"Resizable","popupScrollBars":"Scroll Bars","popupStatusBar":"Status Bar","popupToolbar":"Toolbar","popupTop":"Top Position","rel":"Hubungan","selectAnchor":"Select an Anchor","styles":"Gaya","tabIndex":"Tab Index","target":"Sasaran","targetFrame":"<frame>","targetFrameName":"Target Frame Name","targetPopup":"<popup window>","targetPopupName":"Popup Window Name","title":"Tautan","toAnchor":"Link to anchor in the text","toEmail":"E-mail","toUrl":"URL","toolbar":"Tautan","type":"Link Type","unlink":"Unlink","upload":"Unggah"},"indent":{"indent":"Tingkatkan Lekuk","outdent":"Kurangi Lekuk"},"image":{"alt":"Teks alternatif","border":"Batas","btnUpload":"Kirim ke Server","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"HSpace","img2Button":"Apakah anda ingin mengubah gambar yang dipilih pada tombol gambar?","infoTab":"Info Gambar","linkTab":"Tautan","lockRatio":"Lock Ratio","menu":"Image Properties","resetSize":"Atur Ulang Ukuran","title":"Image Properties","titleButton":"Image Button Properties","upload":"Unggah","urlMissing":"Image source URL is missing.","vSpace":"VSpace","validateBorder":"Border harus berupa angka","validateHSpace":"HSpace harus berupa angka","validateVSpace":"VSpace must be a whole number."},"horizontalrule":{"toolbar":"Sisip Garis Horisontal"},"format":{"label":"Bentuk","panelTitle":"Bentuk Paragraf","tag_address":"Alamat","tag_div":"Normal (DIV)","tag_h1":"Heading 1","tag_h2":"Heading 2","tag_h3":"Heading 3","tag_h4":"Heading 4","tag_h5":"Heading 5","tag_h6":"Heading 6","tag_p":"Normal","tag_pre":"Membentuk"},"fakeobjects":{"anchor":"Anchor","flash":"Animasi Flash","hiddenfield":"Kolom Tersembunyi","iframe":"IFrame","unknown":"Obyek Tak Dikenal"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"contextmenu":{"options":"Opsi Konteks Pilihan"},"clipboard":{"copy":"Salin","copyError":"Pengaturan keamanan peramban anda tidak mengizinkan editor untuk mengeksekusi operasi menyalin secara otomatis. Mohon gunakan papan tuts (Ctrl/Cmd+C)","cut":"Potong","cutError":"Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).","paste":"Tempel","pasteArea":"Area Tempel","pasteMsg":"Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK","securityMsg":"Karena pengaturan keamanan peramban anda, editor tida dapat mengakses data clipboard anda secara langsung. Anda harus mem-paste kembali pada halaman ini","title":"Tempel"},"button":{"selectedLabel":"%1(Dipilih)"},"blockquote":{"toolbar":"Kutipan Blok"},"basicstyles":{"bold":"Huruf Tebal","italic":"Huruf Miring","strike":"Strikethrough","subscript":"Subscript","superscript":"Superscript","underline":"Garis Bawah"},"about":{"copy":"Hak cipta © $1. All rights reserved.","dlgTitle":"Tentang CKEditor","help":"Cel $1 untuk bantuan.","moreInfo":"Untuk informasi lisensi silahkan kunjungi web site kami:","title":"Tentang CKEditor","userGuide":"Petunjuk Pengguna CKEditor"},"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Tekan ALT 0 untuk bantuan.","browseServer":"Jelajah Server","url":"URL","protocol":"Protokol","upload":"Unggah","uploadSubmit":"Kirim ke Server","image":"Gambar","flash":"Flash","form":"Formulir","checkbox":"Kotak Cek","radio":"Tombol Radio","textField":"Kolom Teks","textarea":"Area Teks","hiddenField":"Kolom Tersembunyi","button":"Tombol","select":"Kolom Seleksi","imageButton":"Tombol Gambar","notSet":"<tidak diatur>","id":"Id","name":"Nama","langDir":"Arah Bahasa","langDirLtr":"Kiri ke Kanan (LTR)","langDirRtl":"Kanan ke Kiri","langCode":"Kode Bahasa","longDescr":"Deskripsi URL Panjang","cssClass":"Kelas Stylesheet","advisoryTitle":"Penasehat Judul","cssStyle":"Gaya","ok":"OK","cancel":"Batal","close":"Tutup","preview":"Pratinjau","resize":"Ubah ukuran","generalTab":"Umum","advancedTab":"Advanced","validateNumberFailed":"Nilai ini tidak sebuah angka","confirmNewPage":"Semua perubahan yang tidak disimpan di konten ini akan hilang. Apakah anda yakin ingin memuat halaman baru?","confirmCancel":"Beberapa opsi telah berubah. Apakah anda yakin ingin menutup dialog?","options":"Opsi","target":"Sasaran","targetNew":"Jendela Baru (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Jendela yang Sama (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"Kiri ke Kanan (LTR)","langDirRTL":"Kanan ke Kiri (RTL)","styles":"Gaya","cssClasses":"Kelas Stylesheet","width":"Lebar","height":"Tinggi","align":"Penjajaran","alignLeft":"Kiri","alignRight":"Kanan","alignCenter":"Tengah","alignJustify":"Rata kiri-kanan","alignTop":"Atas","alignMiddle":"Tengah","alignBottom":"Bawah","alignNone":"None","invalidValue":"Nilai tidak sah.","invalidHeight":"Tinggi harus sebuah angka.","invalidWidth":"Lebar harus sebuah angka.","invalidCssLength":"Nilai untuk \"%1\" harus sebuah angkat positif dengan atau tanpa pengukuran unit CSS yang sah (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Nilai yang dispesifikasian untuk kolom \"%1\" harus sebuah angka positif dengan atau tanpa sebuah unit pengukuran HTML (px atau %) yang valid.","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Masukkan sebuah angka untuk sebuah nilai dalam pixel atau sebuah angka dengan unit CSS yang sah (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, tidak tersedia</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/is.js b/public/assets/ckeditor/lang/is.js new file mode 100644 index 0000000..6913833 --- /dev/null +++ b/public/assets/ckeditor/lang/is.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['is']={"wsc":{"btnIgnore":"Hunsa","btnIgnoreAll":"Hunsa allt","btnReplace":"Skipta","btnReplaceAll":"Skipta öllu","btnUndo":"Til baka","changeTo":"Tillaga","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Villuleit ekki sett upp.<br>Viltu setja hana upp?","manyChanges":"Villuleit lokið: %1 orðum breytt","noChanges":"Villuleit lokið: Engu orði breytt","noMispell":"Villuleit lokið: Engin villa fannst","noSuggestions":"- engar tillögur -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Ekki à orðabókinni","oneChange":"Villuleit lokið: Einu orði breytt","progress":"Villuleit à gangi...","title":"Spell Checker","toolbar":"Villuleit"},"undo":{"redo":"Hætta við afturköllun","undo":"Afturkalla"},"toolbar":{"toolbarCollapse":"Collapse Toolbar","toolbarExpand":"Expand Toolbar","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"table":{"border":"Breidd ramma","caption":"Titill","cell":{"menu":"Reitur","insertBefore":"Skjóta inn reiti fyrir aftan","insertAfter":"Skjóta inn reiti fyrir framan","deleteCell":"Fella reit","merge":"Sameina reiti","mergeRight":"Sameina til hægri","mergeDown":"Sameina niður á við","splitHorizontal":"Kljúfa reit lárétt","splitVertical":"Kljúfa reit lóðrétt","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Word Wrap","hAlign":"Horizontal Alignment","vAlign":"Vertical Alignment","alignBaseline":"Baseline","bgColor":"Background Color","borderColor":"Border Color","data":"Data","header":"Header","yes":"Yes","no":"No","invalidWidth":"Cell width must be a number.","invalidHeight":"Cell height must be a number.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"Choose"},"cellPad":"ReitaspássÃa","cellSpace":"Bil milli reita","column":{"menu":"Dálkur","insertBefore":"Skjóta inn dálki vinstra megin","insertAfter":"Skjóta inn dálki hægra megin","deleteColumn":"Fella dálk"},"columns":"Dálkar","deleteTable":"Fella töflu","headers":"Fyrirsagnir","headersBoth":"Hvort tveggja","headersColumn":"Fyrsti dálkur","headersNone":"Engar","headersRow":"Fyrsta röð","invalidBorder":"Border size must be a number.","invalidCellPadding":"Cell padding must be a positive number.","invalidCellSpacing":"Cell spacing must be a positive number.","invalidCols":"Number of columns must be a number greater than 0.","invalidHeight":"Table height must be a number.","invalidRows":"Number of rows must be a number greater than 0.","invalidWidth":"Table width must be a number.","menu":"Eigindi töflu","row":{"menu":"Röð","insertBefore":"Skjóta inn röð fyrir ofan","insertAfter":"Skjóta inn röð fyrir neðan","deleteRow":"Eyða röð"},"rows":"Raðir","summary":"Ãfram","title":"Eigindi töflu","toolbar":"Tafla","widthPc":"prósent","widthPx":"myndeindir","widthUnit":"width unit"},"stylescombo":{"label":"StÃlflokkur","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"specialchar":{"options":"Special Character Options","title":"Velja tákn","toolbar":"Setja inn merki"},"sourcearea":{"toolbar":"Kóði"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"Fjarlægja snið"},"pastetext":{"button":"LÃma sem ósniðinn texta","title":"LÃma sem ósniðinn texta"},"pastefromword":{"confirmCleanup":"The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?","error":"It was not possible to clean up the pasted data due to an internal error","title":"LÃma úr Word","toolbar":"LÃma úr Word"},"maximize":{"maximize":"Maximize","minimize":"Minimize"},"magicline":{"title":"Insert paragraph here"},"list":{"bulletedlist":"Punktalisti","numberedlist":"Númeraður listi"},"link":{"acccessKey":"Skammvalshnappur","advanced":"Tæknilegt","advisoryContentType":"Tegund innihalds","advisoryTitle":"Titill","anchor":{"toolbar":"Stofna/breyta kaflamerki","menu":"Eigindi kaflamerkis","title":"Eigindi kaflamerkis","name":"Nafn bókamerkis","errorName":"Sláðu inn nafn bókamerkis!","remove":"Remove Anchor"},"anchorId":"Eftir auðkenni einingar","anchorName":"Eftir akkerisnafni","charset":"Táknróf","cssClasses":"StÃlsniðsflokkur","emailAddress":"Netfang","emailBody":"Meginmál","emailSubject":"Efni","id":"Auðkenni","info":"Almennt","langCode":"Lesstefna","langDir":"Lesstefna","langDirLTR":"Frá vinstri til hægri (LTR)","langDirRTL":"Frá hægri til vinstri (RTL)","menu":"Breyta stiklu","name":"Nafn","noAnchors":"<Engin bókamerki á skrá>","noEmail":"Sláðu inn netfang!","noUrl":"Sláðu inn veffang stiklunnar!","other":"<annar>","popupDependent":"Háð venslum (Netscape)","popupFeatures":"Eigindi sprettiglugga","popupFullScreen":"Heilskjár (IE)","popupLeft":"Fjarlægð frá vinstri","popupLocationBar":"FanglÃna","popupMenuBar":"VallÃna","popupResizable":"Resizable","popupScrollBars":"Skrunstikur","popupStatusBar":"Stöðustika","popupToolbar":"Verkfærastika","popupTop":"Fjarlægð frá efri brún","rel":"Relationship","selectAnchor":"Veldu akkeri","styles":"StÃll","tabIndex":"Raðnúmer innsláttarreits","target":"Mark","targetFrame":"<rammi>","targetFrameName":"Nafn markglugga","targetPopup":"<sprettigluggi>","targetPopupName":"Nafn sprettiglugga","title":"Stikla","toAnchor":"Bókamerki á þessari sÃðu","toEmail":"Netfang","toUrl":"Vefslóð","toolbar":"Stofna/breyta stiklu","type":"Stikluflokkur","unlink":"Fjarlægja stiklu","upload":"Senda upp"},"indent":{"indent":"Minnka inndrátt","outdent":"Auka inndrátt"},"image":{"alt":"Baklægur texti","border":"Rammi","btnUpload":"Hlaða upp","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"Vinstri bil","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"Almennt","linkTab":"Stikla","lockRatio":"Festa stærðarhlutfall","menu":"Eigindi myndar","resetSize":"Reikna stærð","title":"Eigindi myndar","titleButton":"Eigindi myndahnapps","upload":"Hlaða upp","urlMissing":"Image source URL is missing.","vSpace":"Hægri bil","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"horizontalrule":{"toolbar":"Lóðrétt lÃna"},"format":{"label":"StÃlsnið","panelTitle":"StÃlsnið","tag_address":"Vistfang","tag_div":"Venjulegt (DIV)","tag_h1":"Fyrirsögn 1","tag_h2":"Fyrirsögn 2","tag_h3":"Fyrirsögn 3","tag_h4":"Fyrirsögn 4","tag_h5":"Fyrirsögn 5","tag_h6":"Fyrirsögn 6","tag_p":"Venjulegt letur","tag_pre":"Forsniðið"},"fakeobjects":{"anchor":"Anchor","flash":"Flash Animation","hiddenfield":"Hidden Field","iframe":"IFrame","unknown":"Unknown Object"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"contextmenu":{"options":"Context Menu Options"},"clipboard":{"copy":"Afrita","copyError":"Ãryggisstillingar vafrans þÃns leyfa ekki afritun texta með músaraðgerð. Notaðu lyklaborðið à afrita (Ctrl/Cmd+C).","cut":"Klippa","cutError":"Ãryggisstillingar vafrans þÃns leyfa ekki klippingu texta með músaraðgerð. Notaðu lyklaborðið à klippa (Ctrl/Cmd+X).","paste":"LÃma","pasteArea":"Paste Area","pasteMsg":"LÃmdu à svæðið hér að neðan og (<STRONG>Ctrl/Cmd+V</STRONG>) og smelltu á <STRONG>OK</STRONG>.","securityMsg":"Vegna öryggisstillinga à vafranum þÃnum fær ritillinn ekki beinan aðgang að klippuborðinu. Ãú verður að lÃma innihaldið aftur inn à þennan glugga.","title":"LÃma"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"Inndráttur"},"basicstyles":{"bold":"Feitletrað","italic":"Skáletrað","strike":"Yfirstrikað","subscript":"Niðurskrifað","superscript":"Uppskrifað","underline":"Undirstrikað"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"About CKEditor","help":"Check $1 for help.","moreInfo":"For licensing information please visit our web site:","title":"About CKEditor","userGuide":"CKEditor User's Guide"},"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"Fletta à skjalasafni","url":"Vefslóð","protocol":"Samskiptastaðall","upload":"Senda upp","uploadSubmit":"Hlaða upp","image":"Setja inn mynd","flash":"Flash","form":"Setja inn innsláttarform","checkbox":"Setja inn hökunarreit","radio":"Setja inn valhnapp","textField":"Setja inn textareit","textarea":"Setja inn textasvæði","hiddenField":"Setja inn falið svæði","button":"Setja inn hnapp","select":"Setja inn lista","imageButton":"Setja inn myndahnapp","notSet":"<ekkert valið>","id":"Auðkenni","name":"Nafn","langDir":"Lesstefna","langDirLtr":"Frá vinstri til hægri (LTR)","langDirRtl":"Frá hægri til vinstri (RTL)","langCode":"Tungumálakóði","longDescr":"Nánari lýsing","cssClass":"StÃlsniðsflokkur","advisoryTitle":"Titill","cssStyle":"StÃll","ok":"à lagi","cancel":"Hætta við","close":"Close","preview":"Forskoða","resize":"Resize","generalTab":"Almennt","advancedTab":"Tæknilegt","validateNumberFailed":"This value is not a number.","confirmNewPage":"Any unsaved changes to this content will be lost. Are you sure you want to load new page?","confirmCancel":"You have changed some options. Are you sure you want to close the dialog window?","options":"Options","target":"Mark","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"Frá vinstri til hægri (LTR)","langDirRTL":"Frá hægri til vinstri (RTL)","styles":"StÃll","cssClasses":"StÃlsniðsflokkur","width":"Breidd","height":"Hæð","align":"Jöfnun","alignLeft":"Vinstri","alignRight":"Hægri","alignCenter":"Miðjað","alignJustify":"Jafna báðum megin","alignTop":"Efst","alignMiddle":"Miðjuð","alignBottom":"Neðst","alignNone":"None","invalidValue":"Invalid value.","invalidHeight":"Height must be a number.","invalidWidth":"Width must be a number.","invalidCssLength":"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, unavailable</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/it.js b/public/assets/ckeditor/lang/it.js new file mode 100644 index 0000000..0f358e3 --- /dev/null +++ b/public/assets/ckeditor/lang/it.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['it']={"wsc":{"btnIgnore":"Ignora","btnIgnoreAll":"Ignora tutto","btnReplace":"Cambia","btnReplaceAll":"Cambia tutto","btnUndo":"Annulla","changeTo":"Cambia in","errorLoading":"Errore nel caricamento dell'host col servizio applicativo: %s.","ieSpellDownload":"Contollo ortografico non installato. Lo vuoi scaricare ora?","manyChanges":"Controllo ortografico completato: %1 parole cambiate","noChanges":"Controllo ortografico completato: nessuna parola cambiata","noMispell":"Controllo ortografico completato: nessun errore trovato","noSuggestions":"- Nessun suggerimento -","notAvailable":"Il servizio non è momentaneamente disponibile.","notInDic":"Non nel dizionario","oneChange":"Controllo ortografico completato: 1 parola cambiata","progress":"Controllo ortografico in corso","title":"Controllo ortografico","toolbar":"Correttore ortografico"},"undo":{"redo":"Ripristina","undo":"Annulla"},"toolbar":{"toolbarCollapse":"Minimizza Toolbar","toolbarExpand":"Espandi Toolbar","toolbarGroups":{"document":"Documento","clipboard":"Copia negli appunti/Annulla","editing":"Modifica","forms":"Form","basicstyles":"Stili di base","paragraph":"Paragrafo","links":"Link","insert":"Inserisci","styles":"Stili","colors":"Colori","tools":"Strumenti"},"toolbars":"Editor toolbar"},"table":{"border":"Dimensione bordo","caption":"Intestazione","cell":{"menu":"Cella","insertBefore":"Inserisci Cella Prima","insertAfter":"Inserisci Cella Dopo","deleteCell":"Elimina celle","merge":"Unisce celle","mergeRight":"Unisci a Destra","mergeDown":"Unisci in Basso","splitHorizontal":"Dividi Cella Orizzontalmente","splitVertical":"Dividi Cella Verticalmente","title":"Proprietà della cella","cellType":"Tipo di cella","rowSpan":"Su più righe","colSpan":"Su più colonne","wordWrap":"Ritorno a capo","hAlign":"Allineamento orizzontale","vAlign":"Allineamento verticale","alignBaseline":"Linea Base","bgColor":"Colore di Sfondo","borderColor":"Colore del Bordo","data":"Dati","header":"Intestazione","yes":"Si","no":"No","invalidWidth":"La larghezza della cella dev'essere un numero.","invalidHeight":"L'altezza della cella dev'essere un numero.","invalidRowSpan":"Il numero di righe dev'essere un numero intero.","invalidColSpan":"Il numero di colonne dev'essere un numero intero.","chooseColor":"Scegli"},"cellPad":"Padding celle","cellSpace":"Spaziatura celle","column":{"menu":"Colonna","insertBefore":"Inserisci Colonna Prima","insertAfter":"Inserisci Colonna Dopo","deleteColumn":"Elimina colonne"},"columns":"Colonne","deleteTable":"Cancella Tabella","headers":"Intestazione","headersBoth":"Entrambe","headersColumn":"Prima Colonna","headersNone":"Nessuna","headersRow":"Prima Riga","invalidBorder":"La dimensione del bordo dev'essere un numero.","invalidCellPadding":"Il paging delle celle dev'essere un numero","invalidCellSpacing":"La spaziatura tra le celle dev'essere un numero.","invalidCols":"Il numero di colonne dev'essere un numero maggiore di 0.","invalidHeight":"L'altezza della tabella dev'essere un numero.","invalidRows":"Il numero di righe dev'essere un numero maggiore di 0.","invalidWidth":"La larghezza della tabella dev'essere un numero.","menu":"Proprietà tabella","row":{"menu":"Riga","insertBefore":"Inserisci Riga Prima","insertAfter":"Inserisci Riga Dopo","deleteRow":"Elimina righe"},"rows":"Righe","summary":"Indice","title":"Proprietà tabella","toolbar":"Tabella","widthPc":"percento","widthPx":"pixel","widthUnit":"unità larghezza"},"stylescombo":{"label":"Stili","panelTitle":"Stili di formattazione","panelTitle1":"Stili per blocchi","panelTitle2":"Stili in linea","panelTitle3":"Stili per oggetti"},"specialchar":{"options":"Opzioni carattere speciale","title":"Seleziona carattere speciale","toolbar":"Inserisci carattere speciale"},"sourcearea":{"toolbar":"Sorgente"},"scayt":{"btn_about":"About COMS","btn_dictionaries":"Dizionari","btn_disable":"Disabilita COMS","btn_enable":"Abilita COMS","btn_langs":"Lingue","btn_options":"Opzioni","text_title":"Controllo Ortografico Mentre Scrivi"},"removeformat":{"toolbar":"Elimina formattazione"},"pastetext":{"button":"Incolla come testo semplice","title":"Incolla come testo semplice"},"pastefromword":{"confirmCleanup":"Il testo da incollare sembra provenire da Word. Desideri pulirlo prima di incollare?","error":"Non è stato possibile eliminare il testo incollato a causa di un errore interno.","title":"Incolla da Word","toolbar":"Incolla da Word"},"maximize":{"maximize":"Massimizza","minimize":"Minimizza"},"magicline":{"title":"Inserisci paragrafo qui"},"list":{"bulletedlist":"Inserisci/Rimuovi Elenco Puntato","numberedlist":"Inserisci/Rimuovi Elenco Numerato"},"link":{"acccessKey":"Scorciatoia da tastiera","advanced":"Avanzate","advisoryContentType":"Tipo della risorsa collegata","advisoryTitle":"Titolo","anchor":{"toolbar":"Inserisci/Modifica Ancora","menu":"Proprietà ancora","title":"Proprietà ancora","name":"Nome ancora","errorName":"Inserici il nome dell'ancora","remove":"Rimuovi l'ancora"},"anchorId":"Per id elemento","anchorName":"Per Nome","charset":"Set di caretteri della risorsa collegata","cssClasses":"Nome classe CSS","emailAddress":"Indirizzo E-Mail","emailBody":"Corpo del messaggio","emailSubject":"Oggetto del messaggio","id":"Id","info":"Informazioni collegamento","langCode":"Direzione scrittura","langDir":"Direzione scrittura","langDirLTR":"Da Sinistra a Destra (LTR)","langDirRTL":"Da Destra a Sinistra (RTL)","menu":"Modifica collegamento","name":"Nome","noAnchors":"(Nessuna ancora disponibile nel documento)","noEmail":"Devi inserire un'indirizzo e-mail","noUrl":"Devi inserire l'URL del collegamento","other":"<altro>","popupDependent":"Dipendente (Netscape)","popupFeatures":"Caratteristiche finestra popup","popupFullScreen":"A tutto schermo (IE)","popupLeft":"Posizione da sinistra","popupLocationBar":"Barra degli indirizzi","popupMenuBar":"Barra del menu","popupResizable":"Ridimensionabile","popupScrollBars":"Barre di scorrimento","popupStatusBar":"Barra di stato","popupToolbar":"Barra degli strumenti","popupTop":"Posizione dall'alto","rel":"Relazioni","selectAnchor":"Scegli Ancora","styles":"Stile","tabIndex":"Ordine di tabulazione","target":"Destinazione","targetFrame":"<riquadro>","targetFrameName":"Nome del riquadro di destinazione","targetPopup":"<finestra popup>","targetPopupName":"Nome finestra popup","title":"Collegamento","toAnchor":"Ancora nel testo","toEmail":"E-Mail","toUrl":"URL","toolbar":"Collegamento","type":"Tipo di Collegamento","unlink":"Elimina collegamento","upload":"Carica"},"indent":{"indent":"Aumenta rientro","outdent":"Riduci rientro"},"image":{"alt":"Testo alternativo","border":"Bordo","btnUpload":"Invia al server","button2Img":"Vuoi trasformare il bottone immagine selezionato in un'immagine semplice?","hSpace":"HSpace","img2Button":"Vuoi trasferomare l'immagine selezionata in un bottone immagine?","infoTab":"Informazioni immagine","linkTab":"Collegamento","lockRatio":"Blocca rapporto","menu":"Proprietà immagine","resetSize":"Reimposta dimensione","title":"Proprietà immagine","titleButton":"Proprietà bottone immagine","upload":"Carica","urlMissing":"Manca l'URL dell'immagine.","vSpace":"VSpace","validateBorder":"Il campo Bordo deve essere un numero intero.","validateHSpace":"Il campo HSpace deve essere un numero intero.","validateVSpace":"Il campo VSpace deve essere un numero intero."},"horizontalrule":{"toolbar":"Inserisci riga orizzontale"},"format":{"label":"Formato","panelTitle":"Formato","tag_address":"Indirizzo","tag_div":"Paragrafo (DIV)","tag_h1":"Titolo 1","tag_h2":"Titolo 2","tag_h3":"Titolo 3","tag_h4":"Titolo 4","tag_h5":"Titolo 5","tag_h6":"Titolo 6","tag_p":"Normale","tag_pre":"Formattato"},"fakeobjects":{"anchor":"Ancora","flash":"Animazione Flash","hiddenfield":"Campo Nascosto","iframe":"IFrame","unknown":"Oggetto sconosciuto"},"elementspath":{"eleLabel":"Percorso degli elementi","eleTitle":"%1 elemento"},"contextmenu":{"options":"Opzioni del menù contestuale"},"clipboard":{"copy":"Copia","copyError":"Le impostazioni di sicurezza del browser non permettono di copiare automaticamente il testo. Usa la tastiera (Ctrl/Cmd+C).","cut":"Taglia","cutError":"Le impostazioni di sicurezza del browser non permettono di tagliare automaticamente il testo. Usa la tastiera (Ctrl/Cmd+X).","paste":"Incolla","pasteArea":"Incolla","pasteMsg":"Incolla il testo all'interno dell'area sottostante usando la scorciatoia di tastiere (<STRONG>Ctrl/Cmd+V</STRONG>) e premi <STRONG>OK</STRONG>.","securityMsg":"A causa delle impostazioni di sicurezza del browser,l'editor non è in grado di accedere direttamente agli appunti. E' pertanto necessario incollarli di nuovo in questa finestra.","title":"Incolla"},"button":{"selectedLabel":"%1 (selezionato)"},"blockquote":{"toolbar":"Citazione"},"basicstyles":{"bold":"Grassetto","italic":"Corsivo","strike":"Barrato","subscript":"Pedice","superscript":"Apice","underline":"Sottolineato"},"about":{"copy":"Copyright © $1. Tutti i diritti riservati.","dlgTitle":"Riguardo CKEditor","help":"Vedi $1 per l'aiuto.","moreInfo":"Per le informazioni sulla licenza si prega di visitare il nostro sito:","title":"Riguardo CKEditor","userGuide":"Guida Utente CKEditor"},"editor":"Rich Text Editor","editorPanel":"Pannello Rich Text Editor","common":{"editorHelp":"Premi ALT 0 per aiuto","browseServer":"Cerca sul server","url":"URL","protocol":"Protocollo","upload":"Carica","uploadSubmit":"Invia al server","image":"Immagine","flash":"Oggetto Flash","form":"Modulo","checkbox":"Checkbox","radio":"Radio Button","textField":"Campo di testo","textarea":"Area di testo","hiddenField":"Campo nascosto","button":"Bottone","select":"Menu di selezione","imageButton":"Bottone immagine","notSet":"<non impostato>","id":"Id","name":"Nome","langDir":"Direzione scrittura","langDirLtr":"Da Sinistra a Destra (LTR)","langDirRtl":"Da Destra a Sinistra (RTL)","langCode":"Codice Lingua","longDescr":"URL descrizione estesa","cssClass":"Nome classe CSS","advisoryTitle":"Titolo","cssStyle":"Stile","ok":"OK","cancel":"Annulla","close":"Chiudi","preview":"Anteprima","resize":"Trascina per ridimensionare","generalTab":"Generale","advancedTab":"Avanzate","validateNumberFailed":"Il valore inserito non è un numero.","confirmNewPage":"Ogni modifica non salvata sarà persa. Sei sicuro di voler caricare una nuova pagina?","confirmCancel":"Alcune delle opzioni sono state cambiate. Sei sicuro di voler chiudere la finestra di dialogo?","options":"Opzioni","target":"Destinazione","targetNew":"Nuova finestra (_blank)","targetTop":"Finestra in primo piano (_top)","targetSelf":"Stessa finestra (_self)","targetParent":"Finestra Padre (_parent)","langDirLTR":"Da sinistra a destra (LTR)","langDirRTL":"Da destra a sinistra (RTL)","styles":"Stile","cssClasses":"Classi di stile","width":"Larghezza","height":"Altezza","align":"Allineamento","alignLeft":"Sinistra","alignRight":"Destra","alignCenter":"Centrato","alignJustify":"Giustifica","alignTop":"In Alto","alignMiddle":"Centrato","alignBottom":"In Basso","alignNone":"Nessuno","invalidValue":"Valore non valido.","invalidHeight":"L'altezza dev'essere un numero","invalidWidth":"La Larghezza dev'essere un numero","invalidCssLength":"Il valore indicato per il campo \"%1\" deve essere un numero positivo con o senza indicazione di una valida unità di misura per le classi CSS (px, %, in, cm, mm, em, ex, pt, o pc).","invalidHtmlLength":"Il valore indicato per il campo \"%1\" deve essere un numero positivo con o senza indicazione di una valida unità di misura per le pagine HTML (px o %).","invalidInlineStyle":"Il valore specificato per lo stile inline deve consistere in una o più tuple con il formato di \"name : value\", separati da semicolonne.","cssLengthTooltip":"Inserisci un numero per il valore in pixel oppure un numero con una valida unità CSS (px, %, in, cm, mm, ex, pt, o pc).","unavailable":"%1<span class=\"cke_accessibility\">, non disponibile</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/ja.js b/public/assets/ckeditor/lang/ja.js new file mode 100644 index 0000000..32dfa23 --- /dev/null +++ b/public/assets/ckeditor/lang/ja.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['ja']={"wsc":{"btnIgnore":"ç¡è¦","btnIgnoreAll":"ãã¹ã¦ç¡è¦","btnReplace":"ç½®æ","btnReplaceAll":"ãã¹ã¦ç½®æ","btnUndo":"ããç´ã","changeTo":"夿´","errorLoading":"ã¢ããªã±ã¼ã·ã§ã³ãµã¼ãã¹ãã¹ãèªè¾¼ã¿ã¨ã©ã¼: %s.","ieSpellDownload":"ã¹ãã«ãã§ãã«ã¼ãã¤ã³ã¹ãã¼ã«ããã¦ãã¾ãããä»ãããã¦ã³ãã¼ããã¾ãã?","manyChanges":"ã¹ãã«ãã§ãã¯å®äº: %1 èªå¥å¤æ´ããã¾ãã","noChanges":"ã¹ãã«ãã§ãã¯å®äº: èªå¥ã¯å¤æ´ããã¾ããã§ãã","noMispell":"ã¹ãã«ãã§ãã¯å®äº: ã¹ãã«ã®èª¤ãã¯ããã¾ããã§ãã","noSuggestions":"- 該å½ãªã -","notAvailable":"ç³ã訳ããã¾ãããç¾å¨ãµã¼ãã¹ãå©ç¨ãããã¨ãã§ãã¾ãã","notInDic":"è¾æ¸ã«ããã¾ãã","oneChange":"ã¹ãã«ãã§ãã¯å®äº: ï¼èªå¥å¤æ´ããã¾ãã","progress":"ã¹ãã«ãã§ãã¯å¦çä¸...","title":"ã¹ãã«ãã§ãã¯","toolbar":"ã¹ãã«ãã§ãã¯"},"undo":{"redo":"ããç´ã","undo":"å ã«æ»ã"},"toolbar":{"toolbarCollapse":"ãã¼ã«ãã¼ãéãã","toolbarExpand":"ãã¼ã«ãã¼ãéã","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"ç·¨éãã¼ã«ãã¼"},"table":{"border":"æ ç·ã®å¹ ","caption":"ãã£ãã·ã§ã³","cell":{"menu":"ã»ã«","insertBefore":"ã»ã«ãåã«æ¿å ¥","insertAfter":"ã»ã«ãå¾ã«æ¿å ¥","deleteCell":"ã»ã«ãåé¤","merge":"ã»ã«ãçµå","mergeRight":"å³ã«çµå","mergeDown":"ä¸ã«çµå","splitHorizontal":"ã»ã«ãæ°´å¹³æ¹åã«åå²","splitVertical":"ã»ã«ãåç´æ¹åã«åå²","title":"ã»ã«ã®ããããã£","cellType":"ã»ã«ã®ç¨®é¡","rowSpan":"è¡ã®çµåæ°","colSpan":"åã®çµåæ°","wordWrap":"åèªã®æãè¿ã","hAlign":"æ°´å¹³æ¹åã®é ç½®","vAlign":"åç´æ¹åã®é ç½®","alignBaseline":"ãã¼ã¹ã©ã¤ã³","bgColor":"èæ¯è²","borderColor":"ãã¼ãã¼ã«ã©ã¼","data":"ãã¼ãã«ãã¼ã¿ (td)","header":"ããã","yes":"ã¯ã","no":"ããã","invalidWidth":"ã»ã«å¹ ã¯æ°å¤ã§å ¥åãã¦ãã ããã","invalidHeight":"ã»ã«é«ãã¯æ°å¤ã§å ¥åãã¦ãã ããã","invalidRowSpan":"ç¸¦å¹ (è¡æ°)ã¯æ°å¤ã§å ¥åãã¦ãã ããã","invalidColSpan":"æ¨ªå¹ (åæ°)ã¯æ°å¤ã§å ¥åãã¦ãã ããã","chooseColor":"è²ã®é¸æ"},"cellPad":"ã»ã«å éé","cellSpace":"ã»ã«å ä½ç½","column":{"menu":"å","insertBefore":"åãå·¦ã«æ¿å ¥","insertAfter":"åãå³ã«æ¿å ¥","deleteColumn":"åãåé¤"},"columns":"åæ°","deleteTable":"表ãåé¤","headers":"ããã (th)","headersBoth":"両æ¹","headersColumn":"æåã®åã®ã¿","headersNone":"ãªã","headersRow":"æåã®è¡ã®ã¿","invalidBorder":"æ ç·ã®å¹ ã¯æ°å¤ã§å ¥åãã¦ãã ããã","invalidCellPadding":"ã»ã«å ä½ç½ã¯æ°å¤ã§å ¥åãã¦ãã ããã","invalidCellSpacing":"ã»ã«éä½ç½ã¯æ°å¤ã§å ¥åãã¦ãã ããã","invalidCols":"åæ°ã¯0ãã大ããªæ°å¤ãå ¥åãã¦ãã ããã","invalidHeight":"é«ãã¯æ°å¤ã§å ¥åãã¦ãã ããã","invalidRows":"è¡æ°ã¯0ãã大ããªæ°å¤ãå ¥åãã¦ãã ããã","invalidWidth":"å¹ ã¯æ°å¤ã§å ¥åãã¦ãã ããã","menu":"表ã®ããããã£","row":{"menu":"è¡","insertBefore":"è¡ãä¸ã«æ¿å ¥","insertAfter":"è¡ãä¸ã«æ¿å ¥","deleteRow":"è¡ãåé¤"},"rows":"è¡æ°","summary":"è¡¨ã®æ¦è¦","title":"表ã®ããããã£","toolbar":"表","widthPc":"ãã¼ã»ã³ã","widthPx":"ãã¯ã»ã«","widthUnit":"å¹ ã®åä½"},"stylescombo":{"label":"ã¹ã¿ã¤ã«","panelTitle":"ã¹ã¿ã¤ã«","panelTitle1":"ãããã¯ã¹ã¿ã¤ã«","panelTitle2":"ã¤ã³ã©ã¤ã³ã¹ã¿ã¤ã«","panelTitle3":"ãªãã¸ã§ã¯ãã¹ã¿ã¤ã«"},"specialchar":{"options":"ç¹æ®æåãªãã·ã§ã³","title":"ç¹æ®æåã®é¸æ","toolbar":"ç¹æ®æåãæ¿å ¥"},"sourcearea":{"toolbar":"ã½ã¼ã¹"},"scayt":{"btn_about":"SCAYTï¾ï¾ï½°ï½¼ï¾ï½®ï¾","btn_dictionaries":"è¾æ¸","btn_disable":"SCAYTç¡å¹","btn_enable":"SCAYTæå¹","btn_langs":"è¨èª","btn_options":"ãªãã·ã§ã³","text_title":"ã¹ãã«ãã§ãã¯è¨å®(SCAYT)"},"removeformat":{"toolbar":"æ¸å¼ãè§£é¤"},"pastetext":{"button":"ãã¬ã¼ã³ããã¹ãã¨ãã¦è²¼ãä»ã","title":"ãã¬ã¼ã³ããã¹ãã¨ãã¦è²¼ãä»ã"},"pastefromword":{"confirmCleanup":"è²¼ãä»ããè¡ãããã¹ãã¯ã¯ã¼ãæç« ããã³ãã¼ããããã¨ãã¦ãã¾ããè²¼ãä»ããåã«ã¯ãªã¼ãã³ã°ãè¡ãã¾ããï¼","error":"å é¨ã¨ã©ã¼ã«ããè²¼ãä»ãããã¼ã¿ãã¯ãªã¢ã§ãã¾ããã§ãã","title":"ã¯ã¼ãæç« ããè²¼ãä»ã","toolbar":"ã¯ã¼ãæç« ããè²¼ãä»ã"},"maximize":{"maximize":"æå¤§å","minimize":"æå°å"},"magicline":{"title":"ããã«æ®µè½ãæ¿å ¥"},"list":{"bulletedlist":"çªå·ç¡ããªã¹ã","numberedlist":"çªå·ä»ããªã¹ã"},"link":{"acccessKey":"ã¢ã¯ã»ã¹ãã¼","advanced":"é«åº¦ãªè¨å®","advisoryContentType":"Content Type屿§","advisoryTitle":"Title屿§","anchor":{"toolbar":"ã¢ã³ã«ã¼æ¿å ¥/ç·¨é","menu":"ã¢ã³ã«ã¼ã®ç·¨é","title":"ã¢ã³ã«ã¼ã®ããããã£","name":"ã¢ã³ã«ã¼å","errorName":"ã¢ã³ã«ã¼åãå ¥åãã¦ãã ããã","remove":"ã¢ã³ã«ã¼ãåé¤"},"anchorId":"ã¨ã¬ã¡ã³ãID","anchorName":"ã¢ã³ã«ã¼å","charset":"ãªã³ã¯å ã®charset","cssClasses":"ã¹ã¿ã¤ã«ã·ã¼ãã¯ã©ã¹","emailAddress":"E-Mail ã¢ãã¬ã¹","emailBody":"æ¬æ","emailSubject":"ä»¶å","id":"Id","info":"ãã¤ãã¼ãªã³ã¯æ å ±","langCode":"è¨èªã³ã¼ã","langDir":"æå表è¨ã®æ¹å","langDirLTR":"å·¦ããå³ (LTR)","langDirRTL":"å³ããå·¦ (RTL)","menu":"ãªã³ã¯ãç·¨é","name":"Name屿§","noAnchors":"(ãã®ããã¥ã¡ã³ãå ã«ã¢ã³ã«ã¼ã¯ããã¾ãã)","noEmail":"ã¡ã¼ã«ã¢ãã¬ã¹ãå ¥åãã¦ãã ããã","noUrl":"ãªã³ã¯URLãå ¥åãã¦ãã ããã","other":"<ãã®ä»ã®>","popupDependent":"éããã¦ã£ã³ãã¦ã«é£åãã¦éãã (Netscape)","popupFeatures":"ãããã¢ããã¦ã£ã³ãã¦ç¹å¾´","popupFullScreen":"å ¨ç»é¢ã¢ã¼ã(IE)","popupLeft":"左端ããã®åº§æ¨ã§æå®","popupLocationBar":"ãã±ã¼ã·ã§ã³ãã¼","popupMenuBar":"ã¡ãã¥ã¼ãã¼","popupResizable":"ãµã¤ãºå¯å¤","popupScrollBars":"ã¹ã¯ãã¼ã«ãã¼","popupStatusBar":"ã¹ãã¼ã¿ã¹ãã¼","popupToolbar":"ãã¼ã«ãã¼","popupTop":"ä¸ç«¯ããã®åº§æ¨ã§æå®","rel":"é¢é£ãªã³ã¯","selectAnchor":"ã¢ã³ã«ã¼ã鏿","styles":"ã¹ã¿ã¤ã«ã·ã¼ã","tabIndex":"ã¿ãã¤ã³ããã¯ã¹","target":"ã¿ã¼ã²ãã","targetFrame":"<ãã¬ã¼ã >","targetFrameName":"ã¿ã¼ã²ããã®ãã¬ã¼ã å","targetPopup":"<ãããã¢ããã¦ã£ã³ãã¦>","targetPopupName":"ãããã¢ããã¦ã£ã³ãã¦å","title":"ãã¤ãã¼ãªã³ã¯","toAnchor":"ãã¼ã¸å ã®ã¢ã³ã«ã¼","toEmail":"E-Mail","toUrl":"URL","toolbar":"ãªã³ã¯æ¿å ¥/ç·¨é","type":"ãªã³ã¯ã¿ã¤ã","unlink":"ãªã³ã¯ãåé¤","upload":"ã¢ãããã¼ã"},"indent":{"indent":"ã¤ã³ãã³ã","outdent":"ã¤ã³ãã³ãè§£é¤"},"image":{"alt":"代æ¿ããã¹ã","border":"æ ç·ã®å¹ ","btnUpload":"ãµã¼ãã¼ã«éä¿¡","button2Img":"鏿ããç»åãã¿ã³ãç»åã«å¤æãã¾ããï¼","hSpace":"æ°´å¹³éé","img2Button":"鏿ããç»åãç»åãã¿ã³ã«å¤æãã¾ããï¼","infoTab":"ç»åæ å ±","linkTab":"ãªã³ã¯","lockRatio":"æ¯çãåºå®","menu":"ç»åã®ããããã£","resetSize":"ãµã¤ãºããªã»ãã","title":"ç»åã®ããããã£","titleButton":"ç»åãã¿ã³ã®ããããã£","upload":"ã¢ãããã¼ã","urlMissing":"ç»åã®URLãå ¥åãã¦ãã ããã","vSpace":"åç´éé","validateBorder":"æ ç·ã®å¹ ã¯æ°å¤ã§å ¥åãã¦ãã ããã","validateHSpace":"æ°´å¹³ééã¯æ°å¤ã§å ¥åãã¦ãã ããã","validateVSpace":"åç´ééã¯æ°å¤ã§å ¥åãã¦ãã ããã"},"horizontalrule":{"toolbar":"æ°´å¹³ç·"},"format":{"label":"æ¸å¼","panelTitle":"段è½ã®æ¸å¼","tag_address":"ã¢ãã¬ã¹","tag_div":"æ¨æº (DIV)","tag_h1":"è¦åºã 1","tag_h2":"è¦åºã 2","tag_h3":"è¦åºã 3","tag_h4":"è¦åºã 4","tag_h5":"è¦åºã 5","tag_h6":"è¦åºã 6","tag_p":"æ¨æº","tag_pre":"æ¸å¼ä»ã"},"fakeobjects":{"anchor":"ã¢ã³ã«ã¼","flash":"Flash Animation","hiddenfield":"ä¸å¯è¦ãã£ã¼ã«ã","iframe":"IFrame","unknown":"Unknown Object"},"elementspath":{"eleLabel":"è¦ç´ ãã¹","eleTitle":"%1 è¦ç´ "},"contextmenu":{"options":"ã³ã³ããã¹ãã¡ãã¥ã¼ãªãã·ã§ã³"},"clipboard":{"copy":"ã³ãã¼","copyError":"ãã©ã¦ã¶ã¼ã®ã»ãã¥ãªãã£è¨å®ã«ããã¨ãã£ã¿ã®ã³ãã¼æä½ãèªåã§å®è¡ãããã¨ãã§ãã¾ãããå®è¡ããã«ã¯æåã§ãã¼ãã¼ãã®(Ctrl/Cmd+C)ã使ç¨ãã¦ãã ããã","cut":"åãåã","cutError":"ãã©ã¦ã¶ã¼ã®ã»ãã¥ãªãã£è¨å®ã«ããã¨ãã£ã¿ã®åãåãæä½ãèªåã§å®è¡ãããã¨ãã§ãã¾ãããå®è¡ããã«ã¯æåã§ãã¼ãã¼ãã®(Ctrl/Cmd+X)ã使ç¨ãã¦ãã ããã","paste":"è²¼ãä»ã","pasteArea":"è²¼ãä»ãå ´æ","pasteMsg":"ãã¼ãã¼ã(<STRONG>Ctrl/Cmd+V</STRONG>)ã使ç¨ãã¦ã次ã®å ¥åã¨ãªã¢å ã§è²¼ãä»ãã¦ã<STRONG>OK</STRONG>ãæ¼ãã¦ãã ããã","securityMsg":"ãã©ã¦ã¶ã®ã»ãã¥ãªãã£è¨å®ã«ãããã¨ãã£ã¿ã¯ã¯ãªãããã¼ããã¼ã¿ã«ç´æ¥ã¢ã¯ã»ã¹ãããã¨ãã§ãã¾ããããã®ã¦ã£ã³ãã¦ã¯è²¼ãä»ãæä½ãè¡ã度ã«è¡¨ç¤ºããã¾ãã","title":"è²¼ãä»ã"},"button":{"selectedLabel":"%1 (鏿ä¸)"},"blockquote":{"toolbar":"ãããã¯å¼ç¨æ"},"basicstyles":{"bold":"太å","italic":"æä½","strike":"æã¡æ¶ãç·","subscript":"ä¸ä»ã","superscript":"ä¸ä»ã","underline":"ä¸ç·"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"CKEditorã«ã¤ãã¦","help":"$1 ã®ãã«ããè¦ã¦ãã ããã","moreInfo":"ã©ã¤ã»ã³ã¹æ å ±ã®è©³ç´°ã¯ã¦ã§ããµã¤ãã«ã¦ç¢ºèªãã¦ãã ãã:","title":"CKEditorã«ã¤ãã¦","userGuide":"CKEditor User's Guide"},"editor":"ãªããããã¹ãã¨ãã£ã¿","editorPanel":"ãªããããã¹ãã¨ãã£ã¿ããã«","common":{"editorHelp":"ãã«ã㯠ALT 0 ãæ¼ãã¦ãã ãã","browseServer":"ãµã¼ããã©ã¦ã¶","url":"URL","protocol":"ãããã³ã«","upload":"ã¢ãããã¼ã","uploadSubmit":"ãµã¼ãã¼ã«éä¿¡","image":"ã¤ã¡ã¼ã¸","flash":"Flash","form":"ãã©ã¼ã ","checkbox":"ãã§ãã¯ããã¯ã¹","radio":"ã©ã¸ãªãã¿ã³","textField":"ï¼è¡ããã¹ã","textarea":"ããã¹ãã¨ãªã¢","hiddenField":"ä¸å¯è¦ãã£ã¼ã«ã","button":"ãã¿ã³","select":"鏿ãã£ã¼ã«ã","imageButton":"ç»åãã¿ã³","notSet":"<ãªã>","id":"Id","name":"Name屿§","langDir":"æå表è¨ã®æ¹å","langDirLtr":"å·¦ããå³ (LTR)","langDirRtl":"å³ããå·¦ (RTL)","langCode":"è¨èªã³ã¼ã","longDescr":"longdesc屿§(é·æèª¬æ)","cssClass":"ã¹ã¿ã¤ã«ã·ã¼ãã¯ã©ã¹","advisoryTitle":"Title屿§","cssStyle":"ã¹ã¿ã¤ã«ã·ã¼ã","ok":"OK","cancel":"ãã£ã³ã»ã«","close":"éãã","preview":"ãã¬ãã¥ã¼","resize":"ãã©ãã°ãã¦ãªãµã¤ãº","generalTab":"å ¨è¬","advancedTab":"é«åº¦ãªè¨å®","validateNumberFailed":"å¤ãæ°ã§ã¯ããã¾ãã","confirmNewPage":"夿´å 容ãä¿åããã æ°ãããã¼ã¸ãéãã¦ãããããã§ããããï¼","confirmCancel":"ãªãã·ã§ã³è¨å®ã夿´ãã¾ããããã¤ã¢ãã°ãéãã¦ãããããã§ããããï¼","options":"ãªãã·ã§ã³","target":"ã¿ã¼ã²ãã","targetNew":"æ°ããã¦ã¤ã³ã㦠(_blank)","targetTop":"æä¸é¨ã¦ã£ã³ã㦠(_top)","targetSelf":"åãã¦ã£ã³ã㦠(_self)","targetParent":"親ã¦ã£ã³ã㦠(_parent)","langDirLTR":"å·¦ããå³ (LTR)","langDirRTL":"å³ããå·¦ (RTL)","styles":"ã¹ã¿ã¤ã«","cssClasses":"ã¹ã¿ã¤ã«ã·ã¼ãã¯ã©ã¹","width":"å¹ ","height":"é«ã","align":"è¡æã","alignLeft":"å·¦","alignRight":"å³","alignCenter":"ä¸å¤®","alignJustify":"両端æã","alignTop":"ä¸","alignMiddle":"ä¸å¤®","alignBottom":"ä¸","alignNone":"ãªã","invalidValue":"䏿£ãªå¤ã§ãã","invalidHeight":"é«ãã¯æ°å¤ã§å ¥åãã¦ãã ããã","invalidWidth":"å¹ ã¯æ°å¤ã§å ¥åãã¦ãã ããã","invalidCssLength":"å ¥åããã \"%1\" é ç®ã®å¤ã¯ãCSSã®å¤§ãã(px, %, in, cm, mm, em, ex, pt, ã¾ã㯠pc)ãæ£ãããã®ã§ãã/ãªãã«é¢ããããæ£ã®å¤ã§ããå¿ è¦ãããã¾ãã","invalidHtmlLength":"å ¥åããã \"%1\" é ç®ã®å¤ã¯ãHTMLã®å¤§ãã(px ã¾ã㯠%)ãæ£ãããã®ã§ãã/ãªãã«é¢ããããæ£ã®å¤ã§ããå¿ è¦ãããã¾ãã","invalidInlineStyle":"å ¥åãããã¤ã³ã©ã¤ã³ã¹ã¿ã¤ã«ã®å¤ã¯ã\"åå : å¤\" ã®ãã©ã¼ãããã®ã»ããã§ãè¤æ°ã®å ´åã¯ã»ãã³ãã³ã§åºåããã¦ããå½¢å¼ã§ããå¿ è¦ãããã¾ãã","cssLengthTooltip":"ãã¯ã»ã«æ°ãããã¯CSSã«ã»ããã§ããæ°å¤ãå ¥åãã¦ãã ããã(px,%,in,cm,mm,em,ex,pt,or pc)","unavailable":"%1<span class=\"cke_accessibility\">, å©ç¨ä¸å¯è½</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/ka.js b/public/assets/ckeditor/lang/ka.js new file mode 100644 index 0000000..5e4dc5f --- /dev/null +++ b/public/assets/ckeditor/lang/ka.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['ka']={"wsc":{"btnIgnore":"á£áá£áááááá§áá¤á","btnIgnoreAll":"á§ááááá¡ á£áá£áááááá§áá¤á","btnReplace":"á¨ááªááá","btnReplaceAll":"á§ááááá¡ á¨ááªááá","btnUndo":"ááá£á¥áááá","changeTo":"á¨ááªááááá","errorLoading":"á¡áá ááá¡áá¡ ááááá«áá®áááá¡ á¨ááªáááá: %s.","ieSpellDownload":"ááá ááá¬áá áá¡ á¨áááá¬áááá áá áá ááááá¡á¢áááá ááá£áá. á©ááááá¥áá©áá ááá¢áá ááá¢áááá?","manyChanges":"ááá ááá¬áá áá¡ á¨áááá¬áááá: %1 á¡áá¢á§áá á¨áááªáááá","noChanges":"ááá ááá¬áá áá¡ á¨áááá¬áááá: áá áá¤áá á á¨ááªááááá","noMispell":"ááá ááá¬áá áá¡ á¨áááá¬áááá: á¨ááªáááá áá áááá«áááá","noSuggestions":"- áá áá á¨ááááááááááá -","notAvailable":"á£áááªá áááá, áá¡ á¡áá ááá¡á ááááááá ááá£á¬áááááááá.","notInDic":"áá áá ááá¥á¡ááááá¨á","oneChange":"ááá ááá¬áá áá¡ á¨áááá¬áááá: áá áá á¡áá¢á§áá á¨áááªáááá","progress":"áááááááá áááá¡ ááá ááá¬áá áá¡ á¨áááá¬áááá...","title":"ááá ááá¬áá á","toolbar":"ááá ááá¬áá á"},"undo":{"redo":"áááááá ááá","undo":"ááá£á¥áááá"},"toolbar":{"toolbarCollapse":"á®ááá¡áá¬á§ááá ááááá¡ á¨áá¬ááá","toolbarExpand":"á®ááá¡áá¬á§ááá ááááá¡ ááááá¬ááá","toolbarGroups":{"document":"áááá£áááá¢á","clipboard":"Clipboard/ááá£á¥áááá","editing":"á áááá¥á¢áá ááá","forms":"á¤áá áááá","basicstyles":"á«áá ááááá á¡á¢ááááá","paragraph":"áááááªá","links":"ááá£áááá","insert":"á©áá¡áá","styles":"á¡á¢ááááá","colors":"á¤áá ááá","tools":"á®ááá¡áá¬á§áááá"},"toolbars":"Editor toolbars"},"table":{"border":"á©áá á©áá¡ áááá","caption":"á¡áááá£á á","cell":{"menu":"á£á¯á á","insertBefore":"á£á¯á áá¡ á©áá¡áá ááááááá","insertAfter":"á£á¯á áá¡ á©áá¡áá ááá á","deleteCell":"á£á¯á áááá¡ á¬áá¨áá","merge":"á£á¯á áááá¡ á¨ááá áááá","mergeRight":"á¨ááá áááá ááá á¯ááááá¡ááá","mergeDown":"á¨ááá áááá á¥ááááááá¡ááá","splitHorizontal":"ááá§áá¤á á°áá ááááá¢ááá£á áá","splitVertical":"ááá§áá¤á ááá á¢ááááá£á áá","title":"á£á¯á áá¡ ááá áááá¢á ááá","cellType":"á£á¯á áá¡ á¢ááá","rowSpan":"á¡á¢á áá¥áááááá¡ ááááááá","colSpan":"á¡ááá¢áááá¡ ááááááá","wordWrap":"á¡á¢á áá¥áááá¡ ááááá¢ááá (Word Wrap)","hAlign":"á°áá ááááá¢ááá£á á á¡á¬áá ááá","vAlign":"ááá á¢ááááá£á á á¡á¬áá ááá","alignBaseline":"á«áá ááááá á®áááá¡ ááá¡á¬áá áá","bgColor":"á¤áááá¡ á¤áá á","borderColor":"á©áá á©áá¡ á¤áá á","data":"áááááªááááá","header":"á¡áááá£á á","yes":"áááá®","no":"áá á","invalidWidth":"á£á¯á áá¡ á¡ááááá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.","invalidHeight":"á£á¯á áá¡ á¡áááá¦áá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.","invalidRowSpan":"á¡á¢á áá¥áááááá¡ á áááááááá ááááá á ááªá®áá á£ááá áá§áá¡.","invalidColSpan":"á¡ááá¢áááá¡ á áááááááá ááááá á ááªá®áá á£ááá áá§áá¡.","chooseColor":"áá á©ááá"},"cellPad":"á£á¯á áá¡ áááá (padding)","cellSpace":"á£á¯á áá¡ á¡ááá áªá (spacing)","column":{"menu":"á¡ááá¢á","insertBefore":"á¡ááá¢áá¡ á©áááá¢ááá á¬áá","insertAfter":"á¡ááá¢áá¡ á©áááá¢ááá ááá á","deleteColumn":"á¡ááá¢áááá¡ á¬áá¨áá"},"columns":"á¡ááá¢á","deleteTable":"áªá®á áááá¡ á¬áá¨áá","headers":"á¡áááá£á ááá","headersBoth":"áá ááá","headersColumn":"ááá áááá á¡ááá¢á","headersNone":"áá áá¤áá á","headersRow":"ááá áááá á¡á¢á áá¥ááá","invalidBorder":"á©áá á©áá¡ áááá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.","invalidCellPadding":"á£á¯á áá¡ áááá (padding) á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.","invalidCellSpacing":"á£á¯á áá¡ á¡ááá áªá (spacing) á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.","invalidCols":"á¡ááá¢áááá¡ á áááááááá áááááááá á ááªá®áá á£ááá áá§áá¡.","invalidHeight":"áªá®á áááá¡ á¡áááá¦áá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.","invalidRows":"á¡á¢á áá¥áááááá¡ á áááááááá áááááááá á ááªá®áá á£ááá áá§áá¡.","invalidWidth":"áªá®á áááá¡ á¡ááááá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.","menu":"áªá®á áááá¡ ááá áááá¢á ááá","row":{"menu":"á¡á¢á áá¥ááá","insertBefore":"á¡á¢á áá¥áááá¡ á©áááá¢ááá á¬áá","insertAfter":"á¡á¢á áá¥áááá¡ á©áááá¢ááá ááá á","deleteRow":"á¡á¢á áá¥áááááá¡ á¬áá¨áá"},"rows":"á¡á¢á áá¥ááá","summary":"á¨áá¯ááááá","title":"áªá®á áááá¡ ááá áááá¢á ááá","toolbar":"áªá®á ááá","widthPc":"áá ááªááá¢á","widthPx":"á¬áá á¢ááá","widthUnit":"á¡ááááá áá ááá£áá"},"stylescombo":{"label":"á¡á¢ááááá","panelTitle":"á¤áá ááá¢áá áááá¡ á¡á¢ááááá","panelTitle1":"áá áá¡ á¡á¢ááááá","panelTitle2":"áááááá áá£áá á¡á¢ááááá","panelTitle3":"ááááá¥á¢áá¡ á¡á¢ááááá"},"specialchar":{"options":"á¡áááªáááá£á á á¡ááááááá¡ ááá áááá¢á ááá","title":"á¡áááªáááá£á á á¡ááááááá¡ áá á©ááá","toolbar":"á¡áááªáááá£á á á¡ááááááá¡ á©áá¡áá"},"sourcearea":{"toolbar":"áááááá"},"scayt":{"btn_about":"SCAYT-áá¡ á¨áá¡áá®áá","btn_dictionaries":"ááá¥á¡ááááááá","btn_disable":"SCAYT-áá¡ ááááá ááá","btn_enable":"SCAYT-áá¡ á©áá ááá","btn_langs":"ááááá","btn_options":"ááá áááá¢á ááá","text_title":"ááá ááá¬áá áá¡ á¨áááá¬áááá áá áá¤áá¡áá¡"},"removeformat":{"toolbar":"á¤áá ááá¢áá áááá¡ ááá®á¡áá"},"pastetext":{"button":"áá®áááá á¢áá¥á¡á¢áá¡ á©áá¡áá","title":"áá®áááá á¢áá¥á¡á¢áá¡ á©áá¡áá"},"pastefromword":{"confirmCleanup":"á©áá¡áá¡áááá á¢áá¥á¡á¢á ááá ááááá áááááá¢ááááá¡ áááá¡ - áááááá ááá¡á á¬áááá¡á¬áá ááá¬ááááá?","error":"á¨ááá á¨ááªááááá¡ áááá ááá ááá®áá á®áá á¢áá¥á¡á¢áá¡ ááá¬ááááá","title":"ááá ááááá á©áá¡áá","toolbar":"ááá ááááá á©áá¡áá"},"maximize":{"maximize":"áááááááá","minimize":"ááááá¢áá ááááá"},"magicline":{"title":"Insert paragraph here"},"list":{"bulletedlist":"á¦áááááá á¡áá","numberedlist":"áááááááá ááá á¡áá"},"link":{"acccessKey":"á¬áááááá¡ á¦ááááá","advanced":"ááá¬áá áááááá","advisoryContentType":"á¨áááááá¡áá¡ á¢ááá","advisoryTitle":"á¡áááá£á á","anchor":{"toolbar":"á¦á£áá","menu":"á¦á£ááá¡ á áááá¥á¢áá ááá","title":"á¦á£ááá¡ ááá áááá¢á ááá","name":"á¦á£áá£á¡ á¡áá®ááá","errorName":"ááá áá¤áá á¦á£ááá¡ á¡áá®ááá","remove":"Remove Anchor"},"anchorId":"ááááááá¢áá¡ Id-á","anchorName":"á¦á£ááá¡ á¡áá®áááá","charset":"ááááá ááá","cssClasses":"CSS áááá¡á","emailAddress":"ááá¤áá¡á¢áá¡ ááá¡áááá áááá","emailBody":"á¬áá áááá¡ á¢áá¥á¡á¢á","emailSubject":"á¬áá áááá¡ á¡áááá£á á","id":"Id","info":"ááá£ááá¡ ááá¤áá áááªáá","langCode":"áááá¡ áááá","langDir":"áááá¡ ááááá áá£áááá","langDirLTR":"ááá áªá®ááááá ááá á¯áááá (LTR)","langDirRTL":"ááá á¯áááááá ááá áªá®ááá (RTL)","menu":"ááá£ááá¡ á áááá¥á¢áá ááá","name":"á¡áá®ááá","noAnchors":"(áá áááá£áááá¢á¨á á¦á£áá áá áá)","noEmail":"ááá áá¤áá ááá¤áá¡á¢áá¡ ááá¡áááá áá","noUrl":"ááá áá¤áá ááá£ááá¡ URL","other":"<á¡á®áá>","popupDependent":"áááááááááá£áá (Netscape)","popupFeatures":"Popup á¤ááá¯á áá¡ ááá áááá¢á ááá","popupFullScreen":"ááááá ááá ááá (IE)","popupLeft":"ááá áªá®ááá áááááªáá","popupLocationBar":"áááááááªááá¡ áááá","popupMenuBar":"ááááá£á¡ áááá","popupResizable":"áªáááááááá ááááá","popupScrollBars":"ááááá®ááááá¡ áááááá","popupStatusBar":"á¡á¢áá¢á£á¡áá¡ áááá","popupToolbar":"á®ááá¡áá¬á§ááá áááá","popupTop":"áááá áááááªáá","rel":"áááá¨áá á","selectAnchor":"ááá á©ááá á¦á£áá","styles":"CSS á¡á¢ááá","tabIndex":"Tab-áá¡ ááááá¥á¡á","target":"ááá®á¡ááá¡ áááááá","targetFrame":"<frame>","targetFrameName":"Frame-áá¡ á¡áá®ááá","targetPopup":"<popup á¤ááá¯áá á>","targetPopupName":"Popup á¤ááá¯á áá¡ á¡áá®ááá","title":"ááá£áá","toAnchor":"ááá£áá á¢áá¥á¡á¢á¨á á¦á£áááá","toEmail":"ááá¤áá¡á¢á","toUrl":"URL","toolbar":"ááá£áá","type":"ááá£ááá¡ á¢ááá","unlink":"ááá£ááá¡ ááá®á¡áá","upload":"áá¥áá©áá"},"indent":{"indent":"ááá¢áá á¨áá¬ááá","outdent":"áááááááá á¨áá¬ááá"},"image":{"alt":"á¡ááááªááá á¢áá¥á¡á¢á","border":"á©áá á©á","btnUpload":"á¡áá ááá áá¡áááá¡ áááááááá","button2Img":"áá¡á£á á áá á©áá£áá á¡á£á áááááá á¦áááááá¡ ááááá¥áªááá á©ááá£áááá áá á¦áááááá?","hSpace":"á°áá ááááá¢ááá£á á á¡ááá áªá","img2Button":"áá¡á£á á áá á©áá£áá á©ááá£áááá ááá á¦áááááá¡ ááááá¥áªááá á¡á£á ááááá á¦áááááá?","infoTab":"á¡á£á áááá¡ ááá¤áá ááªáá","linkTab":"ááá£áá","lockRatio":"áá áááá áªááá¡ á¨áááá á©á£áááá","menu":"á¡á£á áááá¡ ááá áááá¢á ááá","resetSize":"ááááá¡ áááá á£áááá","title":"á¡á£á áááá¡ ááá áááá¢á ááá","titleButton":"á¡á£á áááááá á¦áááááá¡ ááá áááá¢á ááá","upload":"áá¢ááá ááá","urlMissing":"á¡á£á áááá¡ URL áá áá á¨ááá¡ááá£áá.","vSpace":"ááá á¢ááááá£á á á¡ááá áªá","validateBorder":"á©áá á©á ááááá á ááªá®áá á£ááá áá§áá¡.","validateHSpace":"á°áá ááááá¢ááá£á á á¡ááá áªá ááááá á ááªá®áá á£ááá áá§áá¡.","validateVSpace":"ááá á¢ááááá£á á á¡ááá áªá ááááá á ááªá®áá á£ááá áá§áá¡."},"horizontalrule":{"toolbar":"á°áá ááááá¢ááá£á á á®áááá¡ á©áá¡áá"},"format":{"label":"á¤ááá ááá¢áá ááá","panelTitle":"á¤áá ááá¢áá ááá","tag_address":"ááá¡áááá áá","tag_div":"á©ááá£áááá ááá (DIV)","tag_h1":"á¡áááá£á á 1","tag_h2":"á¡áááá£á á 2","tag_h3":"á¡áááá£á á 3","tag_h4":"á¡áááá£á á 4","tag_h5":"á¡áááá£á á 5","tag_h6":"á¡áááá£á á 6","tag_p":"á©ááá£áááá ááá","tag_pre":"á¤áá ááá¢áá ááá£áá"},"fakeobjects":{"anchor":"á¦á£áá","flash":"Flash ááááááªáá","hiddenfield":"áááá£áá áááá","iframe":"IFrame","unknown":"á£áªáááá ááááá¥á¢á"},"elementspath":{"eleLabel":"áááááá¢áá¡ ááá","eleTitle":"%1 ááááááá¢á"},"contextmenu":{"options":"áááá¢áá¥á¡á¢á£á á ááááá£á¡ ááá áááá¢á ááá"},"clipboard":{"copy":"áá¡áá","copyError":"áá¥áááá áá áá£ááá áá¡ á£á¡áá¤á áá®ááááá¡ ááá áááá¢á ááá áá áá«áááá áá¡ááá¡ áááá ááªááá¡ ááá¢áááá¢á£á áá áááá®áá áªááááááá¡ á¡áá¨á£áááááá¡. áááááá§áááá ááááááá¢á£á á áááá¡áááá¡ (Ctrl/Cmd+C).","cut":"ááááá á","cutError":"áá¥áááá áá áá£ááá áá¡ á£á¡áá¤á áá®ááááá¡ ááá áááá¢á ááá áá áá«áááá ááááá áá¡ áááá ááªááá¡ ááá¢áááá¢á£á áá áááá®áá áªááááááá¡ á¡áá¨á£áááááá¡. áááááá§áááá ááááááá¢á£á á áááá¡áááá¡ (Ctrl/Cmd+X).","paste":"á©áá¡áá","pasteArea":"á©áá¡ááá¡ áá á","pasteMsg":"á©áá¡ááá áá áá áá¡ á¨ááááá ááááááá¢á£á áá¡ ááááá§áááááá (<strong>Ctrl/Cmd+V</strong>) áá áááááá áá OK-á¡","securityMsg":"áá¥áááá áá áá£ááá áá¡ á£á¡áá¤á áá®ááááá¡ ááá áááá¢á ááá áá áá«áááá clipboard-áá¡ áááááªáááááá¡ á¬áááááá¡ á£á¤ááááá¡. ááááá á£ááá á©áá¡ááá á¢áá¥á¡á¢á áá á¤ááá¯áá áá¨á.","title":"á©áá¡áá"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"áªáá¢áá¢á"},"basicstyles":{"bold":"áá¡á®áááá","italic":"ááá®á ááá","strike":"ááááá®ááá£áá","subscript":"ááááá¥á¡á","superscript":"á®áá áá¡á®á","underline":"ááá®ááá£áá"},"about":{"copy":"Copyright © $1. á§áááá á£á¤áááá áááªá£ááá.","dlgTitle":"CKEditor-áá¡ á¨áá¡áá®áá","help":"ááá®ááá áááá¡áááá¡ áá®áááá $1.","moreInfo":"áááªáááááá¡ ááá¤áá áááªááá¡áááá¡ áá¬áááá á©áááá¡ á¡ááá¢á¡:","title":"CKEditor-áá¡ á¨áá¡áá®áá","userGuide":"CKEditor-áá¡ áááá®ááá ááááá¡ á¡áá®áááá«á¦áááááá"},"editor":"á¢áá¥á¡á¢áá¡ á áááá¥á¢áá á","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"áááááá áá ALT 0-á¡ ááá®ááá áááá¡ ááá¡áá¦áááá","browseServer":"á¡áá ááá áá ááááááááá ááá","url":"URL","protocol":"áá áá¢ááááá","upload":"áá¢ááá ááá","uploadSubmit":"á¡áá ááá áá áááááááá","image":"á¡á£á ááá","flash":"Flash","form":"á¤áá áá","checkbox":"ááááá¨áááá¡ á¦ááááá","radio":"áááá á©áááá¡ á¦ááááá","textField":"á¢áá¥á¡á¢á£á á áááá","textarea":"á¢áá¥á¡á¢á£á á áá á","hiddenField":"áááá£áá áááá","button":"á¦ááááá","select":"áá á©áááá¡ áááá","imageButton":"á¡á£á áááááá á¦ááááá","notSet":"<áá áá¤áá á>","id":"Id","name":"á¡áá®ááá","langDir":"áááá¡ ááááá áá£áááá","langDirLtr":"ááá áªá®ááááá ááá á¯áááá (LTR)","langDirRtl":"ááá á¯áááááá ááá áªá®ááá (RTL)","langCode":"áááá¡ áááá","longDescr":"áááá áá¦á¬áá áá¡ URL","cssClass":"CSS áááá¡á","advisoryTitle":"á¡áááá£á á","cssStyle":"CSS á¡á¢ááá","ok":"áááá®","cancel":"ááá£á¥áááá","close":"ááá®á£á áá","preview":"ááááá®áááá","resize":"ááá¬áá ááááá¡ á¨áá¡ááªáááááá","generalTab":"ááá¤áá áááªáá","advancedTab":"ááá¤áá ááááá£áá","validateNumberFailed":"áá¡ áááá¨ááááááá áá áá á ááªá®áá.","confirmNewPage":"áá áááá£áááá¢á¨á á§áááá á©áá£á¬áá ááá áªááááááá áááááá áááá. ááá á¬áá£áááá£áá á®áá á á áá áá®ááá áááá ááá¡ á©áá¢ááá ááá áááááá?","confirmCancel":"áááááá áá ááá áááá¢á á á¨ááªáááááá, ááá á¬áá£áááá£ááá á®áá á á áá á¤ááá¯á áá¡ ááá®á£á áá áá¡á£á á?","options":"ááá áááá¢á ááá","target":"ááá®á¡ááá¡ áááááá","targetNew":"áá®ááá á¤ááá¯áá á (_blank)","targetTop":"áááá á¤ááá¯áá á (_top)","targetSelf":"ááááá á¤ááá¯áá á (_self)","targetParent":"áá¨ááááá á¤ááá¯áá á (_parent)","langDirLTR":"ááá áªá®ááááá ááá á¯áááá (LTR)","langDirRTL":"ááá á¯áááááá ááá áªá®ááá (RTL)","styles":"á¡á¢ááá","cssClasses":"CSS áááá¡á","width":"á¡ááááá","height":"á¡áááá¦áá","align":"á¡á¬áá ááá","alignLeft":"ááá áªá®ááá","alignRight":"ááá á¯áááá","alignCenter":"á¨á£á","alignJustify":"両端æã","alignTop":"áááááá","alignMiddle":"á¨á£á","alignBottom":"á¥áááááá","alignNone":"None","invalidValue":"Invalid value.","invalidHeight":"á¡áááá¦áá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.","invalidWidth":"á¡ááááá á ááªá®ááá á£ááá áá§áá¡ á¬áá ááááááááá.","invalidCssLength":"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, ááá£á¬áááááááá</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/km.js b/public/assets/ckeditor/lang/km.js new file mode 100644 index 0000000..3185d52 --- /dev/null +++ b/public/assets/ckeditor/lang/km.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['km']={"wsc":{"btnIgnore":"áá·ááááá¶áááááá¼á","btnIgnoreAll":"áá·ááááá¶áááááá¼á áá¶ááá¢áá","btnReplace":"áááá½á","btnReplaceAll":"áááá½ááá¶ááá¢áá","btnUndo":"áá¶áá¡á¾ááá·á","changeTo":"áááá¶áááááá¼ááá ","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"áá»ááá¶ááááááá·áá¸áá·áá·áááá¢ááááá¶áá·áá»ááá á áá¾á áááá¶ááááá¸áá¶?","manyChanges":"áá¶ááá·áá·áááá¢ááááá¶áá·áá»ááááá¶áá áá: %1 áá¶ááááá¶ááááá¶áááááá¼á","noChanges":"áá¶ááá·áá·áááá¢ááááá¶áá·áá»ááááá¶áá áá: áá»ááá¶ááááá¶áááááá¼á","noMispell":"áá¶ááá·áá·áááá¢ááááá¶áá·áá»ááááá¶áá áá: áááá¶áááá á»á","noSuggestions":"- áááá¶ááááá¾á -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"áááá¶ááááá»ááá áá¶áá»áááá","oneChange":"áá¶ááá·áá·áááá¢ááááá¶áá·áá»ááááá¶áá áá: áá¶ááááá½ááááá¼á áá¶ááááá¶áááááá¼á","progress":"áááá»ááá·áá·áááá¢ááááá¶áá·áá»ááá...","title":"Spell Checker","toolbar":"áá·áá·áááá¢ááááá¶áá·áá»ááá"},"undo":{"redo":"áááá¾âá¡á¾áâáá·á","undo":"áá·áâáááá¾âáá·á"},"toolbar":{"toolbarCollapse":"ááááá½áâááá¶áâá§ááááá","toolbarExpand":"ááááá¸áâááá¶áâá§ááááá","toolbarGroups":{"document":"á¯ááá¶á","clipboard":"Clipboard/áá·áâáááá¾âáá·á","editing":"áá¶áâááâááááá½á","forms":"ááááá","basicstyles":"áá áá¶ááâáá¼ááááá¶á","paragraph":"ááá¶áááá","links":"ááá","insert":"áááá á¼á","styles":"áá áá¶áá","colors":"ááá","tools":"á§ááááá"},"toolbars":"ááá¶áâá§áááááâááâááááá½á"},"table":{"border":"ááá áâááááá¶ááâááá»á","caption":"á ááááá¾á","cell":{"menu":"áááá¡á¶","insertBefore":"áááá á¼áâáááá¡á¶âáá¸áá»á","insertAfter":"áááá á¼áâáááá¡á¶âáá¸âááááá","deleteCell":"áá»áâáááá¡á¶","merge":"áááá á¼áâáááá¡á¶âá á¼áâáááá¶","mergeRight":"áááá á¼áâáááá¶âáá¶áâáááá¶á","mergeDown":"áááá á¼áâáááá¶âá á»áâááááá","splitHorizontal":"áá»áâáááá¡á¶âááááá","splitVertical":"áá»áâáááá¡á¶âááááá","title":"ááááááâáááá¡á¶","cellType":"ááááááâáááá¡á¶","rowSpan":"á ááá½áâáá½áâáááâáá¶áâá á¼áâáááá¶","colSpan":"á ááá½áâáá½áâááâáá¶áâá á¼áâáááá¶","wordWrap":"áá»áâáá¶ááá","hAlign":"áá¶áâááááá¹áâááááá","vAlign":"áá¶áâááááá¹áâááááá","alignBaseline":"ááááâááááá¶ááâááá","bgColor":"áááâááááâááááá","borderColor":"áááâááááá¶ááâááá»á","data":"áá·áááááá","header":"áááá¶á","yes":"áááá","no":"áá","invalidWidth":"ááá¹áâáááá¡á¶âáááá¼áâááâáá¶âáááá","invalidHeight":"ááááááâáááá¡á¶âáááá¼áâááâáá¶âáááá","invalidRowSpan":"á ááá½áâáá½áâáááâáá¶áâá á¼áâáááá¶âáááá¼áâááâáá¶âáááâáá¶ááâá¢ááá","invalidColSpan":"á ááá½áâáá½áâááâáá¶áâá á¼áâáááá¶âáááá¼áâááâáá¶âáááâáá¶ááâá¢ááá","chooseColor":"áá¾á"},"cellPad":"á áááááâáááá¡á¶","cellSpace":"ááááá¶áâáááá¡á¶","column":{"menu":"áá½áâáá","insertBefore":"áááá á¼áâáá½áâááâáá¸áá»á","insertAfter":"áááá á¼áâáá½áâááâáá¸âááááá","deleteColumn":"áá»áâáá½áâáá"},"columns":"áá½ááá","deleteTable":"áá»áâáá¶áá¶á","headers":"áááá¶á","headersBoth":"áá¶ááâáá¸á","headersColumn":"áá½áâááâáááá¼á","headersNone":"áá·áâáá¶á","headersRow":"áá½áâáááâáááá¼á","invalidBorder":"ááá áâááááá¶ááâááá»áâáááá¼áâááâáá¶âáááá","invalidCellPadding":"á áááááâáááá¡á¶âáááá¼áâáááá¶âáááâáá·ááááá¶áá","invalidCellSpacing":"ááááá¶áâáááá¡á¶âáááá¼áâááâáá¶âáááâáá·ááááá¶áá","invalidCols":"á ááá½áâáá½áâááâáááá¼áâááâáá¶âáááâááâáá¶á 0á","invalidHeight":"ááááááâáá¶áá¶áâáááá¼áâááâáá¶âááá","invalidRows":"á ááá½áâáá½áâáááâáááá¼áâááâáá¶âáááâááâáá¶á 0á","invalidWidth":"ááá¹áâáá¶áá¶áâáááá¼áâááâáá¶âáááá","menu":"ááááááâáá¶áá¶á","row":{"menu":"áá½áâááá","insertBefore":"áááá á¼áâáá½áâáááâáá¸áá»á","insertAfter":"áááá á¼áâáá½áâáááâáá¸âááááá","deleteRow":"áá»áâáá½áâááá"},"rows":"áá½áâááá","summary":"ááá áááá¸âáááááá","title":"ááááááâáá¶áá¶á","toolbar":"áá¶áá¶á","widthPc":"áá¶ááá","widthPx":"áá¸áááá","widthUnit":"á¯ááá¶âááá¹á"},"stylescombo":{"label":"áá áá¶áá","panelTitle":"ááááááááá¶áâáá áá¶áá","panelTitle1":"áá áá¶ááâááááá","panelTitle2":"áá áá¶ááâáááá»áâáá½á","panelTitle3":"áá áá¶ááâááááá»"},"specialchar":{"options":"ááááá¾áâáá½âá¢ááááâáá·ááá","title":"áá¾áâáá½á¢ááááâáá·ááá","toolbar":"ááááááá¢áááááá·ááá"},"sourcearea":{"toolbar":"á¢ááááâáá¼á"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"áááááâáááááâáááá¶á"},"pastetext":{"button":"áá·áâáááá¶ááâáá¶âá¢áááááâáááááá¶","title":"áá·áâáááá¶ááâáá¶âá¢áááááâáááááá¶"},"pastefromword":{"confirmCleanup":"á¢áááááâáááâá¢áááâá ááâáá·áâáááá¶ááâááá ááááâáá¼á âáá¶âá ááááâááâáḠWordá áá¾âá¢áááâá ááâáááá¢á¶áâáá¶âáá»áâáá·áâáááá¶ááâáá?","error":"áááâáá¶áâáá¶áâáááá á¶âáááááâáááá»áâáááá¾âá²ááâáá·áâá¢á¶á âáááá¢á¶áâáá·ááááááâáááâáá¶áâáá·áâáááá¶áá","title":"áá·áâáááá¶ááâáḠWord","toolbar":"áá·áâáááá¶ááâáḠWord"},"maximize":{"maximize":"ááááá¸áâá¢áá·áááá¶","minimize":"ááááá½áâá¢ááááááá¶"},"magicline":{"title":"áááá á¼áâááá¶ááááâáá âáá¸ááá"},"list":{"bulletedlist":"áááá á¼á / áá»áâááááá¸âáá¶âá ááá»á âáá¼á","numberedlist":"áááá á¼á / áá»áâááááá¸âáá¶âááá"},"link":{"acccessKey":"áááâá á¼á","advanced":"ááááá·áâááááá","advisoryContentType":"ááááááá¢áááááâáááá¹áááá¶","advisoryTitle":"á ááááá¾áâáááá¹áááá¶","anchor":{"toolbar":"áá»áááá¶","menu":"ááâáá»áááá¶","title":"ááááááâáá»áááá¶","name":"áááááâáá»áááá¶","errorName":"áá¼áâáááá á¼áâáááááâáá»áááá¶","remove":"ááâáá»áááá¶âá áá"},"anchorId":"áá¶á ID áá¶áá»","anchorName":"áá¶áâáááááâáá»áááá¶","charset":"ááááá¼áá¢áááááááááááá¶áá","cssClasses":"Stylesheet Classes","emailAddress":"á¢á¶áááááá¶áâá¢áá¸ááá","emailBody":"áá½âá¢ááááá","emailSubject":"ááááá¶áááâáá¶á","id":"Id","info":"áááááá¶áâáá¸âááá","langCode":"áá¼áâáá¶áá¶","langDir":"áá·ááá áá¶áá¶","langDirLTR":"áá¸ááááááá áááá¶á(LTR)","langDirRTL":"áá¸áááá¶ááá ááááá(RTL)","menu":"ááâááá","name":"ááááá","noAnchors":"(áá·áâáá¶áâáá»áááá¶âáá âáááá»áâá¯ááá¶áâá¢ááááááâáá)","noEmail":"áá¼áâáááá á¼áâá¢á¶áááááá¶áâá¢áá¸ááá","noUrl":"áá¼áâáááá á¼áâááá URL","other":"<áááááâááá>","popupDependent":"Dependent (Netscape)","popupFeatures":"áá»áâáá¶áâáá»áâáááá¶ááâáá¸ááá¼âá¡á¾á","popupFullScreen":"áááâá¢áááááá (IE)","popupLeft":"áá¸áá¶áááá¶áááááá","popupLocationBar":"ááá¶áâáá¸áá¶áá","popupMenuBar":"ááá¶áâáááºáá»á","popupResizable":"á¢á¶á âáááá¼áâááá á","popupScrollBars":"ááá¶áâáááá·á","popupStatusBar":"ááá¶áâáááá¶ááá¶á","popupToolbar":"ááá¶áâá§ááááá","popupTop":"áá¸áá¶ááâáááá¼á","rel":"áááááááâáá¶á","selectAnchor":"áá¾áâááâáá»áááá¶âáá½á","styles":"áááá¸á","tabIndex":"ááá Tab","target":"ááááá ","targetFrame":"<ááá»á>","targetFrameName":"áááááâááá»áâáá¶âáááâáá ","targetPopup":"<áá¸ááá¼âáá»áâá¡á¾á>","targetPopupName":"áááááâáá¸ááá¼áâáá»áâá¡á¾á","title":"ááá","toAnchor":"áâáááá¶ááâáá âáá»áááá¶âáááá»áâá¢ááááá","toEmail":"á¢áá¸ááá","toUrl":"URL","toolbar":"ááá","type":"ááááááâááá","unlink":"áááá¶á áâááá","upload":"áááá»áâá¡á¾á"},"indent":{"indent":"áááááááá¶áá á¼áááááá¶áá","outdent":"ááááááá¶áá á¼áááááá¶áá"},"image":{"alt":"á¢ááááááááá½á","border":"ááá»á","btnUpload":"áááá¾âáá âááá¶ááá¸áâááááá¾","button2Img":"áá¾âá¢áááâá ááâáááá¶ááâáááá¼áâááá¼áá»áâáá¼ááá¶áâáááâáá¶áâáááá¾á áá âáá¾âáá¼ááá¶áâáááááá¶âáá½áâááááá?","hSpace":"ááááá¶áâááááá","img2Button":"áá¾âá¢áááâá ááâáááá¶ááâáááá¼áâáá¼ááá¶áâáááâáá¶áâáááá¾á áá âáá¾âááá¼áá»áâáá¼ááá¶áâááááá?","infoTab":"ááááá¶áá¢ááá¸áá¼ááá¶á","linkTab":"ááá","lockRatio":"á á¶ááâááâááâááá","menu":"ááááááâáá¼ááá¶á","resetSize":"áááááááá áá¡á¾ááá·á","title":"ááááááâáá¼ááá¶á","titleButton":"ááááááâááá¼áá»áâáá¼ááá¶á","upload":"áááá»áá¡á¾á","urlMissing":"áááá URL áááááâáá¼áâáá¶áá","vSpace":"ááááá¶áâááááá","validateBorder":"ááá»áâáááá¼áâááâáá¶âáááá","validateHSpace":"ááááá¶áâáááááâáááá¼áâááâáá¶âáááá","validateVSpace":"ááááá¶áâáááááâáááá¼áâááâáá¶âáááá"},"horizontalrule":{"toolbar":"ááááááááááá¶ááááááá"},"format":{"label":"áááááá","panelTitle":"ááááááâááá¶áááá","tag_address":"á¢á¶áááááá¶á","tag_div":"áááááá¶ (DIV)","tag_h1":"á áááâáá¾á 1","tag_h2":"á áááâáá¾á 2","tag_h3":"á áááâáá¾á 3","tag_h4":"á áááâáá¾á 4","tag_h5":"á áááâáá¾á 5","tag_h6":"á áááâáá¾á 6","tag_p":"áááááá¶","tag_pre":"Formatted"},"fakeobjects":{"anchor":"áá»áááá¶","flash":"Flash áá¶áâá ááá¶","hiddenfield":"áá¶áâáááá¶áá","iframe":"IFrame","unknown":"ááááá»âáá·áâáááá¶áá"},"elementspath":{"eleLabel":"áá¸áá¶ááâáá¶áá»","eleTitle":"áá¶áá» %1"},"contextmenu":{"options":"ááááá¾áâáááºáá»áâááá·áá"},"clipboard":{"copy":"á áááá","copyError":"áá¶áááááááá»áááááá¶ááááááááááá·áá¸áá»ááááááááááá¢ááá áááâáá·áá¢á¶á áááá¾áááááá·áá¸áá¶áááááá¢ááááá á áááá¢áááááááááááááááááááááááá¶áá¡á¾á á áá¼ááááá¾áááá¶ááááááá áá¸áá¼á ááá (Ctrl/Cmd+C)á","cut":"áá¶áááá","cutError":"áá¶áááááááá»áááááá¶ááááááááááá·áá¸áá»ááááááááááá¢ááá áááâáá·áá¢á¶á áááá¾áááááá·áá¸áá¶áááááá¢ááááá áá¶ááá¢áááááááááááááááááááááááá¶áá¡á¾á á áá¼ááááá¾áááá¶ááááááá áá¸áá¼á ááá (Ctrl/Cmd+X) á","paste":"áá·áâáááá¶áá","pasteArea":"áááááâáá·áâáááá¶áá","pasteMsg":"áá¼áá áááá¢ááááááá áá¶áááááá»ááááá¢áááá¼á áá¶ááááááááááááá¾áááá¶áá áḠâ(<STRONG>Ctrl/Cmd+V</STRONG>) á á¾áá á»á <STRONG>OK</STRONG> á","securityMsg":"áááááááâáá¶ááááááâáá»ááááá·áá¶á áááá¢áááááááâáá·áâá¢á¶á á á¶ááâáááá·áááááááá¸áááá¶ááááááááááá¶ááâá¢áááââááááááá¶ááâáá¶áááá á¢áááâáááá¼áá áááâáá¶áááá¶ááááâááá áááá»ááááá¶áááááá","title":"áá·áâáááá¶áá"},"button":{"selectedLabel":"%1 (áá¶áâáááá¾áâáá¾á)"},"blockquote":{"toolbar":"áááááâáá¶áááâáááááá"},"basicstyles":{"bold":"áá·á","italic":"ááááá","strike":"áá¼áâááááá¶ááâá áâááááá¶á","subscript":"á¢áááááá¼á ááááá","superscript":"á¢áááááá¼á áá¾","underline":"áá¼áâááááá¶ááâááááá"},"about":{"copy":"ááááá¶áá·áááá· © $1á ááááá¶âáá·áááá·âáááááâáááâááá¶áá","dlgTitle":"á¢ááḠCKEditor","help":"áá·áá·ááá $1 ááááá¶ááâáááá½áá","moreInfo":"ááááá¶ááâáááááá¶áâá¢ááá¸âá¢á¶áááá¶áááá áá¼áâáá¾áâáááá»áâááá áááááâááááâáá¾áá","title":"á¢ááḠCKEditor","userGuide":"áá·áá¸âáááá¾âáááá¶áá CKEditor"},"editor":"á§áááááâáááááâá¢áááááâááááá¼áâááá","editorPanel":"áááá¶ááâá§áááááâáááááâá¢áááááâááááá¼áâááá","common":{"editorHelp":"á á»á ALT 0 ááááá¶ááâáááá½á","browseServer":"ááâáá¾áâáááá»áâááá¶ááá¸áâááááá¾","url":"URL","protocol":"áá·áá¸áá¶á","upload":"áááá»áâá¡á¾á","uploadSubmit":"ááááá¼ááá áá¶ááááá¶ááá¸áâááááá¾","image":"áá¼ááá¶á","flash":"Flash","form":"ááááá","checkbox":"áááá¢ááâáá¸á","radio":"ááá¼áá»áâáá¼á","textField":"áá¶áâá¢ááááá","textarea":"Textarea","hiddenField":"áá¶áâáááá¶áá","button":"ááá¼áá»á","select":"áá¶áâááááá¾á","imageButton":"ááá¼áá»áâáá¼ááá¶á","notSet":"<áá·áááááá>","id":"Id","name":"ááááá","langDir":"áá·ááá áá¶áá¶","langDirLtr":"áá¸ááááááá áááá¶á (LTR)","langDirRtl":"áá¸áááá¶ááá ááááá (RTL)","langCode":"áááâáá¼áâáá¶áá¶","longDescr":"URL á¢áá·áááá¶áâááá","cssClass":"Stylesheet Classes","advisoryTitle":"á áááâáá¾áâáááá¶á","cssStyle":"áá áá¶áá","ok":"áááá","cancel":"áááááá","close":"áá·á","preview":"áá¾áâáá¶âáá»á","resize":"áááá¼áâááá á","generalTab":"áá¼áá ","advancedTab":"ááááá·áâááááá","validateNumberFailed":"áááááâáááâáá»áâáááâáá¶âáááâááá","confirmNewPage":"áá¶ááâááááá¶ááâáááá¼áâáá¶áá¶âáááâáá·áâáá¶ááâááááá¶âáá»áâáááá»áâáá¶áá·áá¶âááá áá¹áâáááá¼áâáá¶ááâáááá áá¾âá¢áááâáá·áâáá¶âá ááâáááá»áâáááááâáááá¸âááááá?","confirmCancel":"áá¶áâáááááâáá½áâá ááá½áâáááá¼âáâáá¶áâáááá¶ááâáááá¼áá áá¾âá¢áááâáá·áâáá¶âá ááâáá·áâáááá¢ááâáááâááááá?","options":"áá¶áâááááá","target":"ááááá ","targetNew":"áá¸ááá¼âáááḠ(_blank)","targetTop":"áá¸ááá¼âáá¾âáá (_top)","targetSelf":"áá¸ááá¼âáá¼á âáááá¶ (_self)","targetParent":"áá¸ááá¼âáá (_parent)","langDirLTR":"áá¸ááááááá áááá¶á(LTR)","langDirRTL":"áá¸áááá¶ááá ááááá(RTL)","styles":"áá áá¶áá","cssClasses":"Stylesheet Classes","width":"ááá¹á","height":"ááááá","align":"áááááâáá¸áá¶áá","alignLeft":"áá¶ááááá","alignRight":"áá¶ááááá¶á","alignCenter":"ááááá¶á","alignJustify":"áááá¹ááááá¶á","alignTop":"áá¶ááá¾","alignMiddle":"ááááá¶á","alignBottom":"áá¶áááááá","alignNone":"áááá¶á","invalidValue":"áááááâáá·áâáááá¹áâáááá¼áá","invalidHeight":"áááááâáááááâáááá¼áâááâáá¶âáááá","invalidWidth":"áááááâááá¹áâáááá¼áâááâáá¶âáááá","invalidCssLength":"áááááâáááááâááááá¶ááâáá¶á \"%1\" áááá¼áâááâáá¶âáááâáá·ááááá¶áâ áááâáááá¶ááá¬âáá·áâáááá¶ááâáá¶áá½áâáá¹áâá¯ááá¶âááááá¶ááâáááá CSS (px, %, in, cm, mm, em, ex, pt ᬠpc) á","invalidHtmlLength":"áááááâáááááâááááá¶ááâáá¶á \"%1\" áááá¼áâááâáá¶âáááâáá·ááááá¶á áááâáááá¶ááâá¬âáá·áâáááá¶ááâáá¶áá½áâáá¹áâá¯ááá¶âááááá¶ááâáááá HTML (px ᬠ%) á","invalidInlineStyle":"áááááâáááááâááááá¶ááâáá áá¶ááâáááá»áâáá½ áááá¼áâááâáá¶áâáá½áâá¬âáá¶áá»âá ááá¾áâáááâáá¶áâááááááááá¶áâáá¶ \"ááááá : ááááá\" á á¾áâáááâá ááâáá¸âáááá¶âáááâá á»á âáááááá","cssLengthTooltip":"áááá á¼áâáááâááááá¶ááâáááááâáá¶âáá·á ááá á¬âáááâáááâáá¶áâá¯ááá¶âáááá¹ááááá¼áâáááá CSS (px, %, in, cm, mm, em, ex, pt ᬠpc) á","unavailable":"%1<span class=\"cke_accessibility\">, áá·áâáá¶á</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/ko.js b/public/assets/ckeditor/lang/ko.js new file mode 100644 index 0000000..c3f8dee --- /dev/null +++ b/public/assets/ckeditor/lang/ko.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['ko']={"wsc":{"btnIgnore":"ê±´ëë","btnIgnoreAll":"모ë ê±´ëë","btnReplace":"ë³ê²½","btnReplaceAll":"모ë ë³ê²½","btnUndo":"ì·¨ì","changeTo":"ë³ê²½í ë¨ì´","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"ì² ì ê²ì¬ê¸°ê° ì² ì¹ëì§ ìììµëë¤. ì§ê¸ ë¤ì´ë¡ëíìê² ìµëê¹?","manyChanges":"ì² ìê²ì¬ ìë£: %1 ë¨ì´ê° ë³ê²½ëììµëë¤.","noChanges":"ì² ìê²ì¬ ìë£: ë³ê²½ë ë¨ì´ê° ììµëë¤.","noMispell":"ì² ìê²ì¬ ìë£: ì못ë ì² ìê° ììµëë¤.","noSuggestions":"- ì¶ì²ë¨ì´ ìì -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"ì¬ì ì ìë ë¨ì´","oneChange":"ì² ìê²ì¬ ìë£: ë¨ì´ê° ë³ê²½ëììµëë¤.","progress":"ì² ìê²ì¬ë¥¼ ì§íì¤ì ëë¤...","title":"Spell Check","toolbar":"ì² ìê²ì¬"},"undo":{"redo":"ë¤ì ì¤í","undo":"ì¤í ì·¨ì"},"toolbar":{"toolbarCollapse":"í´ë° ì¤ì´ê¸°","toolbarExpand":"í´ë° íì¥","toolbarGroups":{"document":"문ì","clipboard":"í´ë¦½ë³´ë/ì¤í ì·¨ì","editing":"í¸ì§","forms":"í¼","basicstyles":"기본 ì¤íì¼","paragraph":"ë¨ë½","links":"ë§í¬","insert":"ì½ì ","styles":"ì¤íì¼","colors":"ìì","tools":"ë구"},"toolbars":"ìëí° í´ë°"},"table":{"border":"í ë리 ëê»","caption":"주ì","cell":{"menu":"ì ","insertBefore":"ìì ì ì½ì ","insertAfter":"ë¤ì ì ì½ì ","deleteCell":"ì ìì ","merge":"ì í©ì¹ê¸°","mergeRight":"ì¤ë¥¸ìª½ í©ì¹ê¸°","mergeDown":"ì¼ìª½ í©ì¹ê¸°","splitHorizontal":"ìí ëë기","splitVertical":"ìì§ ëë기","title":"ì ìì±","cellType":"ì ì¢ ë¥","rowSpan":"í ê°ê²©","colSpan":"ì´ ê°ê²©","wordWrap":"ì¤ ë ë¨ì´ ì¤ ë°ê¿","hAlign":"ê°ë¡ ì ë ¬","vAlign":"ì¸ë¡ ì ë ¬","alignBaseline":"ì문 ê¸ê¼´ 기ì¤ì ","bgColor":"ë°°ê²½ì","borderColor":"í ë리 ì","data":"ìë£","header":"머릿칸","yes":"ì","no":"ìëì¤","invalidWidth":"ì ëë¹ë ì«ìì¬ì¼ í©ëë¤.","invalidHeight":"ì ëì´ë ì«ìì¬ì¼ í©ëë¤.","invalidRowSpan":"í ê°ê²©ì ì ìì¬ì¼ í©ëë¤.","invalidColSpan":"ì´ ê°ê²©ì ì ìì¬ì¼ í©ëë¤.","chooseColor":"ì í"},"cellPad":"ì ì¬ë°±","cellSpace":"ì ê°ê²©","column":{"menu":"ì´","insertBefore":"ì¼ìª½ì ì´ ì½ì ","insertAfter":"ì¤ë¥¸ìª½ì ì´ ì½ì ","deleteColumn":"ì´ ìì "},"columns":"ì´","deleteTable":"í ìì ","headers":"머릿칸","headersBoth":"모ë","headersColumn":"첫 ì´","headersNone":"ìì","headersRow":"첫 í","invalidBorder":"í ë리 ëê»ë ì«ìì¬ì¼ í©ëë¤.","invalidCellPadding":"ì ì¬ë°±ì 0 ì´ìì´ì´ì¼ í©ëë¤.","invalidCellSpacing":"ì ê°ê²©ì 0 ì´ìì´ì´ì¼ í©ëë¤.","invalidCols":"ì´ ë²í¸ë 0ë³´ë¤ ì»¤ì¼ í©ëë¤.","invalidHeight":"í ëì´ë ì«ìì¬ì¼ í©ëë¤.","invalidRows":"í ë²í¸ë 0ë³´ë¤ ì»¤ì¼ í©ëë¤.","invalidWidth":"íì ëë¹ë ì«ìì¬ì¼ í©ëë¤.","menu":"í ìì±","row":{"menu":"í","insertBefore":"ìì í ì½ì ","insertAfter":"ìëì í ì½ì ","deleteRow":"í ìì "},"rows":"í","summary":"ìì½","title":"í ìì±","toolbar":"í","widthPc":"ë°±ë¶ì¨","widthPx":"í½ì ","widthUnit":"ëë¹ ë¨ì"},"stylescombo":{"label":"ì¤íì¼","panelTitle":"ì ì²´ êµ¬ì± ì¤íì¼","panelTitle1":"ë¸ë¡ ì¤íì¼","panelTitle2":"ì¸ë¼ì¸ ì¤íì¼","panelTitle3":"ê°ì²´ ì¤íì¼"},"specialchar":{"options":"í¹ì문ì ìµì ","title":"í¹ì문ì ì í","toolbar":"í¹ì문ì ì½ì "},"sourcearea":{"toolbar":"ìì¤"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"íì ì§ì°ê¸°"},"pastetext":{"button":"í ì¤í¸ë¡ ë¶ì¬ë£ê¸°","title":"í ì¤í¸ë¡ ë¶ì¬ë£ê¸°"},"pastefromword":{"confirmCleanup":"ë¶ì¬ ë£ì ë´ì©ì MS Wordìì ë³µì¬ í ê²ì ëë¤. ë¶ì¬ ë£ê¸° ì ì ì 리 íìê² ìµëê¹?","error":"ë´ë¶ ì¤ë¥ë¡ ë¶ì¬ ë£ì ë°ì´í°ë¥¼ ì 리 í ì ììµëë¤.","title":"MS Word ìì ë¶ì¬ë£ê¸°","toolbar":"MS Word ìì ë¶ì¬ë£ê¸°"},"maximize":{"maximize":"ìµëí","minimize":"ìµìí"},"magicline":{"title":"ì¬ê¸°ì ë¨ë½ ì½ì "},"list":{"bulletedlist":"ìì ìë 목ë¡","numberedlist":"ìì ìë 목ë¡"},"link":{"acccessKey":"ì¡ì¸ì¤ í¤","advanced":"ê³ ê¸","advisoryContentType":"ë³´ì¡° ì½í ì¸ ì í","advisoryTitle":"ë³´ì¡° ì 목","anchor":{"toolbar":"ì± ê°í¼","menu":"ì± ê°í¼ í¸ì§","title":"ì± ê°í¼ ìì±","name":"ì± ê°í¼ ì´ë¦","errorName":"ì± ê°í¼ ì´ë¦ì ì ë ¥íììì¤","remove":"ì± ê°í¼ ì ê±°"},"anchorId":"ì± ê°í¼ ID","anchorName":"ì± ê°í¼ ì´ë¦","charset":"ë§í¬ë ìë£ ë¬¸ìì´ ì¸ì½ë©","cssClasses":"ì¤íì¼ìí¸ í´ëì¤","emailAddress":"ì´ë©ì¼ 주ì","emailBody":"ë©ìì§ ë´ì©","emailSubject":"ë©ìì§ ì 목","id":"ID","info":"ë§í¬ ì ë³´","langCode":"ì¸ì´ ì½ë","langDir":"ì¸ì´ ë°©í¥","langDirLTR":"ì¼ìª½ìì ì¤ë¥¸ìª½ (LTR)","langDirRTL":"ì¤ë¥¸ìª½ìì ì¼ìª½ (RTL)","menu":"ë§í¬ ìì ","name":"ì´ë¦","noAnchors":"(문ìì ì± ê°í¼ê° ììµëë¤.)","noEmail":"ì´ë©ì¼ 주ì를 ì ë ¥íììì¤","noUrl":"ë§í¬ 주ì(URL)를 ì ë ¥íììì¤","other":"<기í>","popupDependent":"Dependent (Netscape)","popupFeatures":"íì ì°½ ìì±","popupFullScreen":"ì ì²´íë©´ (IE)","popupLeft":"ì¼ìª½ ìì¹","popupLocationBar":"주ì íìì¤","popupMenuBar":"ë©ë´ ë°","popupResizable":"í¬ê¸° ì¡°ì ê°ë¥","popupScrollBars":"ì¤í¬ë¡¤ ë°","popupStatusBar":"ìí ë°","popupToolbar":"í´ë°","popupTop":"ì쪽 ìì¹","rel":"ê´ê³","selectAnchor":"ì± ê°í¼ ì í","styles":"ì¤íì¼","tabIndex":"í ìì","target":"íê²","targetFrame":"<íë ì>","targetFrameName":"íê² íë ì ì´ë¦","targetPopup":"<íì ì°½>","targetPopupName":"íì ì°½ ì´ë¦","title":"ë§í¬","toAnchor":"ì± ê°í¼","toEmail":"ì´ë©ì¼","toUrl":"주ì(URL)","toolbar":"ë§í¬ ì½ì /ë³ê²½","type":"ë§í¬ ì¢ ë¥","unlink":"ë§í¬ ì§ì°ê¸°","upload":"ì ë¡ë"},"indent":{"indent":"ë¤ì¬ì°ê¸°","outdent":"ë´ì´ì°ê¸°"},"image":{"alt":"ëì²´ 문ìì´","border":"í ë리","btnUpload":"ìë²ë¡ ì ì¡","button2Img":"ë¨ì ì´ë¯¸ì§ìì ì íí ì´ë¯¸ì§ ë²í¼ì ë³ííìê² ìµëê¹?","hSpace":"ê°ë¡ ì¬ë°±","img2Button":"ì´ë¯¸ì§ ë²í¼ì ì íí ì´ë¯¸ì§ë¥¼ ë³ííìê² ìµëê¹?","infoTab":"ì´ë¯¸ì§ ì ë³´","linkTab":"ë§í¬","lockRatio":"ë¹ì¨ ì ì§","menu":"ì´ë¯¸ì§ ìì±","resetSize":"ìë í¬ê¸°ë¡","title":"ì´ë¯¸ì§ ìì±","titleButton":"ì´ë¯¸ì§ ë²í¼ ìì±","upload":"ì ë¡ë","urlMissing":"ì´ë¯¸ì§ ì본 주ì(URL)ê° ììµëë¤.","vSpace":"ì¸ë¡ ì¬ë°±","validateBorder":"í ë리 ëê»ë ì ìì¬ì¼ í©ëë¤.","validateHSpace":"ê°ë¡ 길ì´ë ì ìì¬ì¼ í©ëë¤.","validateVSpace":"ì¸ë¡ 길ì´ë ì ìì¬ì¼ í©ëë¤."},"horizontalrule":{"toolbar":"ê°ë¡ ì¤ ì½ì "},"format":{"label":"문ë¨","panelTitle":"ë¬¸ë¨ íì","tag_address":"ê¸ì´ì´","tag_div":"기본 (DIV)","tag_h1":"ì 목 1","tag_h2":"ì 목 2","tag_h3":"ì 목 3","tag_h4":"ì 목 4","tag_h5":"ì 목 5","tag_h6":"ì 목 6","tag_p":"본문","tag_pre":"ì í 문ë¨"},"fakeobjects":{"anchor":"ì± ê°í¼","flash":"íëì ì ëë©ì´ì ","hiddenfield":"ì¨ì ì ë ¥ 칸","iframe":"ìì´íë ì","unknown":"ì ì ìë ê°ì²´"},"elementspath":{"eleLabel":"ìì ê²½ë¡","eleTitle":"%1 ìì"},"contextmenu":{"options":"컨í ì¤í¸ ë©ë´ ìµì "},"clipboard":{"copy":"ë³µì¬","copyError":"ë¸ë¼ì°ì ì ë³´ìì¤ì ë문ì ë³µì¬í ì ììµëë¤. í¤ë³´ë(Ctrl/Cmd+C)를 ì´ì©í´ì ë³µì¬íììì¤.","cut":"ìë¼ë´ê¸°","cutError":"ë¸ë¼ì°ì ì ë³´ìì¤ì ë문ì ìë¼ë´ê¸° 기ë¥ì ì¤íí ì ììµëë¤. í¤ë³´ë(Ctrl/Cmd+X)를 ì´ì©í´ì ìë¼ë´ê¸° íììì¤","paste":"ë¶ì¬ë£ê¸°","pasteArea":"ë¶ì¬ë£ê¸° ë²ì","pasteMsg":"í¤ë³´ë(<strong>Ctrl/Cmd+V</strong>)를 ì´ì©í´ì ìììì ë¶ì¬ë£ê³ <strong>íì¸</strong> 를 ë르ì¸ì.","securityMsg":"ë¸ë¼ì°ì ë³´ì ì¤ì ì¼ë¡ ì¸í´, í´ë¦½ë³´ëì ì§ì ì ê·¼í ì ììµëë¤. ì´ ì°½ì ë¤ì ë¶ì¬ë£ê¸° íììì¤.","title":"ë¶ì¬ë£ê¸°"},"button":{"selectedLabel":"%1 (ì íë¨)"},"blockquote":{"toolbar":"ì¸ì© ë¨ë½"},"basicstyles":{"bold":"êµµê²","italic":"기ì¸ìê¼´","strike":"ì·¨ìì ","subscript":"ìë 첨ì","superscript":"ì 첨ì","underline":"ë°ì¤"},"about":{"copy":"ì ìê¶ © $1 . íê¶ ìì .","dlgTitle":"CKEditor ì ëíì¬","help":"ëìì´ íìíìë©´ $1 를 íì¸íì¸ì.","moreInfo":"ë¼ì´ì ì¤ì ëí ì ë³´ë ì í¬ ì¹ ì¬ì´í¸ë¥¼ ì°¸ê³ íì¸ì:","title":"CKEditorì ëíì¬","userGuide":"CKEditor ì¬ì©ì¤ëª ì"},"editor":"ë¦¬ì¹ í ì¤í¸ í¸ì§ê¸°","editorPanel":"ë¦¬ì¹ í ì¤í¸ í¸ì§ê¸° í¨ë","common":{"editorHelp":"ëìì´ íìíë©´ ALT 0 ì ë르ì¸ì","browseServer":"ìë² ë³´ê¸°","url":"URL","protocol":"íë¡í ì½","upload":"ì ë¡ë","uploadSubmit":"ìë²ë¡ ì ì¡","image":"ì´ë¯¸ì§","flash":"íëì","form":"í¼","checkbox":"ì²´í¬ ë°ì¤","radio":"ë¼ëì¤ ë²í¼","textField":"í ì¤ ì ë ¥ 칸","textarea":"ì¬ë¬ ì¤ ì ë ¥ 칸","hiddenField":"ì¨ì ì ë ¥ 칸","button":"ë²í¼","select":"ì í 목ë¡","imageButton":"ì´ë¯¸ì§ ë²í¼","notSet":"<ì¤ì ì ë¨>","id":"ID","name":"ì´ë¦","langDir":"ì¸ì´ ë°©í¥","langDirLtr":"ì¼ìª½ìì ì¤ë¥¸ìª½ (LTR)","langDirRtl":"ì¤ë¥¸ìª½ìì ì¼ìª½ (RTL)","langCode":"ì¸ì´ ì½ë","longDescr":"ì¹ ì£¼ì ì¤ëª ","cssClass":"ì¤íì¼ ìí¸ í´ëì¤","advisoryTitle":"ë³´ì¡° ì 목","cssStyle":"ì¤íì¼","ok":"íì¸","cancel":"ì·¨ì","close":"ë«ê¸°","preview":"미리보기","resize":"í¬ê¸° ì¡°ì ","generalTab":"ì¼ë°","advancedTab":"ìì¸í","validateNumberFailed":"ì´ ê°ì ì«ìê° ìëëë¤.","confirmNewPage":"ì ì¥íì§ ìì 모ë ë³ê²½ì¬íì ì ì¤ë©ëë¤. ì ë§ë¡ ìë¡ì´ íì´ì§ë¥¼ ë¶ë¥´ê² ìµëê¹?","confirmCancel":"ì¼ë¶ ìµì ì´ ë³ê²½ ëììµëë¤. ì ë§ë¡ ì°½ì ë«ê² ìµëê¹?","options":"ìµì ","target":"íê²","targetNew":"ì ì°½ (_blank)","targetTop":"ìµìì ì°½ (_top)","targetSelf":"ê°ì ì°½ (_self)","targetParent":"ë¶ëª¨ ì°½ (_parent)","langDirLTR":"ì¼ìª½ìì ì¤ë¥¸ìª½ (LTR)","langDirRTL":"ì¤ë¥¸ìª½ìì ì¼ìª½ (RTL)","styles":"ì¤íì¼","cssClasses":"ì¤íì¼ ìí¸ í´ëì¤","width":"ëë¹","height":"ëì´","align":"ì ë ¬","alignLeft":"ì¼ìª½","alignRight":"ì¤ë¥¸ìª½","alignCenter":"ê°ì´ë°","alignJustify":"ì쪽 ë§ì¶¤","alignTop":"ì","alignMiddle":"ì¤ê°","alignBottom":"ìë","alignNone":"기본","invalidValue":"ì못ë ê°.","invalidHeight":"ëì´ë ì«ìì¬ì¼ í©ëë¤.","invalidWidth":"ëì´ë ì«ìì¬ì¼ í©ëë¤.","invalidCssLength":"\"%1\" ê°ì ì í¨í CSS 측ì ë¨ì(px, %, in, cm, mm, em, ex, pt, or pc)를 í¬í¨íê±°ë í¬í¨íì§ ìì ìì ì¬ì¼ í©ëë¤.","invalidHtmlLength":"\"%1\" ê°ì ì í¨í HTML 측ì ë¨ì(px or %)를 í¬í¨íê±°ë í¬í¨íì§ ìì ììì¬ì¼ í©ëë¤.","invalidInlineStyle":"ì¸ë¼ì¸ ì¤íì¼ì ì¤ì ë ê°ì \"name : value\" íìì ê°ì§ íë ì´ìì í¬í(tuples)ì´ ì¸ë¯¸ì½ë¡ (;)ì¼ë¡ 구ë¶ëì´ êµ¬ì±ëì´ì¼ í©ëë¤.","cssLengthTooltip":"í½ì ë¨ìì ì«ìë§ ì ë ¥íìê±°ë ì í¨í CSS ë¨ì(px, %, in, cm, mm, em, ex, pt, or pc)ì í¨ê» ì«ì를 ì ë ¥í´ì£¼ì¸ì.","unavailable":"%1<span class=\"cke_accessibility\">, ì¬ì©ë¶ê°</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/ku.js b/public/assets/ckeditor/lang/ku.js new file mode 100644 index 0000000..afa4596 --- /dev/null +++ b/public/assets/ckeditor/lang/ku.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['ku']={"wsc":{"btnIgnore":"پشتگÙÛ Ú©Ø±Ø¯Ù","btnIgnoreAll":"پشتگÙÛکردÙÛ ÙÙÙ ÙÙÛ","btnReplace":"ÙÙØ¨Ø±ÛداÙÙ","btnReplaceAll":"ÙÙØ¨Ø±ÛØ¯Ø§ÙØ§ÙÛ ÙÙÙ ÙÙÛ","btnUndo":"Ù¾ÙÙÚکردÙÙÙÙ","changeTo":"Ú¯ÛÚÛÙÛ Ø¨Û","errorLoading":"ÙÙÚµÙ ÙÙÙÛÙØ§ÙÛ Ø¯Ø§Ø®ÙØ§Ø²ÛÙØ§Ù ÙÛ Ø®Ø§ÙÙØ®ÛÛÛ ÚØ§ÚÙ: %s.","ieSpellDownload":"پشکÙÛÙÛ ÚÛÙÙÙØ³ داÙÙ٠زراÙÙ. Ø¯ÙØªÙÙÛØª Ø¦ÛØ³ØªØ§ Ø¯Ø§ÛØ¨Ú¯Ø±Ûت?","manyChanges":"پشکÙÛÙÛ ÚÛÙÙÙØ³ Ú©ÛØªØ§Û ÙØ§Øª: ÙÙØ³Ùدا %1 Û ÙØ´Ùکا٠گÛÚØ¯Ø±Ø§","noChanges":"پشکÙÛÙÛ ÚÛÙÙÙØ³ Ú©ÛØªØ§Û ÙØ§Øª: ÙÛÚ ÙØ´ÙÛÙÙ ÙÛÚ¯ÛÚØ¯Ø±Ø§","noMispell":"پشکÙÛÙÛ ÚÛÙÙÙØ³ Ú©ÛØªØ§Û ÙØ§Øª: ÙÛÚ ÙÙÚµÙÛÙÚ©Û ÚÛÙÙÙØ³ ÙÙØ¯ÛزراÙÙ","noSuggestions":"- ÙÛÚ Ù¾ÛØ´ÙÛØ§Ø±ÛÙ -","notAvailable":"ببÙÙØ±ÙØ ÙÙÙ Ú©Ø§ØªÙØ¯Ø§ ÚØ§ÚÙÚ©Ù ÙÙØ¨ÙØ±Ø¯ÙØ³ØªØ§ ÙÛÙ.","notInDic":"ÙÙÙÙØ±ÙÙÙÚ¯ داÙÛÙ","oneChange":"پشکÙÛÙÛ ÚÛÙÙÙØ³ Ú©ÛØªØ§Û ÙØ§Øª: ÛÙÙ ÙØ´Ù Ú¯ÛÚØ¯Ø±Ø§","progress":"پشکÙÛÙÛ ÚÛÙÙÙØ³ ÙÙØ¨ÙردÙÙØ§Ù بÙÙ٠داÛÙ...","title":"پشکÙÛÙÛ ÚÛÙÙÙØ³","toolbar":"پشکÙÛÙÛ ÚÛÙÙÙØ³"},"undo":{"redo":"ÙÛÚµÚ¯ÛÚØ§ÙدÙÛÙÛ","undo":"Ù¾ÙÙÚکردÙÛÙÛ"},"toolbar":{"toolbarCollapse":"شاردÙÛÙÛ ÙÛÚµÛ ØªÙÙڵا٠راز","toolbarExpand":"ÙÛØ´Ø§ÙداÙÛ ÙÛÚµÛ ØªÙÙڵا٠راز","toolbarGroups":{"document":"Ù¾ÛÚÙ","clipboard":"بÚÛÙ/Ù¾ÙÙÚکردÙÛÙÛ","editing":"ÚØ§Ú©Ø³Ø§Ø²Û","forms":"Ø¯Ø§ÚØ´ØªÛ","basicstyles":"Ø´ÛÙØ§Ø²Û بÙÚÛÙÛÛÛ","paragraph":"بÚÚ¯Û","links":"Ø¨ÛØ³ØªÛر","insert":"خستÙÛ ÙØ§Ù","styles":"Ø´ÛÙØ§Ø²","colors":"ÚÛÙÚ¯ÛکاÙ","tools":"ئا٠رازÛکاÙ"},"toolbars":"تÙÙÚµØ§Ù Ø±Ø§Ø²Û Ø¯ÛØ³Ú©Ø§Ø±ÛÚ©ÛØ±"},"table":{"border":"Ú¯ÛÙØ±ÛÛÛ Ù¾ÛØ±Ø§ÙÛØ²","caption":"Ø³ÛØ±Ø¯ÛÚ","cell":{"menu":"خاÙÙ","insertBefore":"Ø¯Ø§ÙØ§ÙÛ Ø®Ø§ÙÙ ÙÛÙ¾ÛØ´","insertAfter":"Ø¯Ø§ÙØ§ÙÛ Ø®Ø§ÙÙ ÙÛپاش","deleteCell":"سÚÛÙÛÙÛÛ Ø®Ø§ÙÙ","merge":"تÛÚ©ÛڵکردÙÛ Ø®Ø§ÙÛ","mergeRight":"تÛÚ©ÛڵکردÙÛ ÙÛÚ¯ÛÚµ ÚØ§Ø³Øª","mergeDown":"تÛÚ©ÛڵکردÙÛ ÙÛÚ¯ÛÚµ Ø®ÙØ§Ø±ÛÙÛ","splitHorizontal":"Ø¯Ø§Ø¨ÛØ´Ú©Ø±Ø¯ÙÛ Ø®Ø§ÙÛÛ Ø¦Ø§Ø³ÛÛÛ","splitVertical":"Ø¯Ø§Ø¨ÛØ´Ú©Ø±Ø¯ÙÛ Ø®Ø§ÙÛÛ Ø¦ÛØ³ØªÙÙÛ","title":"خاسÛÛØªÛ خاÙÙ","cellType":"Ø¬ÛØ±Û خاÙÙ","rowSpan":"٠اÙÛÛ ÙÛÙØ§Ù ÚÛØ²","colSpan":"Ø¨Ø³ØªÛ Ø¦ÛØ³ØªÙÙÛ","wordWrap":"Ù¾ÛÚØ§ÙÛÙÛÛ ÙØ´Û","hAlign":"ÚÛØ²Ú©Ø±Ø¯ÙÛ Ø¦Ø§Ø³ÛÛÛ","vAlign":"ÚÛØ²Ú©Ø±Ø¯ÙÛ Ø¦ÛØ³ØªÙÙÛ","alignBaseline":"ÙÛÚµÛØ¨ÙÛÚÛØª","bgColor":"ÚÛÙÚ¯Û Ù¾Ø§Ø´Ø¨ÙÛ٠ا","borderColor":"ÚÛÙÚ¯Û Ù¾ÛØ±Ø§ÙÛØ²","data":"داتا","header":"Ø³ÛØ±Ù¾ÛÚÙ","yes":"بÛÚµÛ","no":"ÙÛØ®Ûر","invalidWidth":"پاÙÛ Ø®Ø§ÙÙ Ø¯ÛØ¨Ûت Ø¨ÛØªÛÙØ§ÙÛ ÚÙ Ø§Ø±Ù Ø¨ÛØª.","invalidHeight":"درÛÚÛ Ø®Ø§ÙÙ Ø¨ÛØªÛÙØ§ÙÛ Ø¯ÛØ¨Ûت ÚÙ Ø§Ø±Û Ø¨ÛØª.","invalidRowSpan":"٠اÙÛÛ ÙÛÙØ§Ù ÚÛØ² Ø¨ÛØªÛÙØ§ÙÛ Ø¯ÛØ¨Ûت ÚÙ Ø§Ø±Û Ø¨ÛØª.","invalidColSpan":"٠اÙÛÛ ÙÛÙØ§Ù Ø¦ÛØ³ØªÙÙÛ Ø¨ÛØªÛÙØ§ÙÛ Ø¯ÛØ¨Ûت ÚÙ Ø§Ø±Û Ø¨ÛØª.","chooseColor":"ÙÛڵبÚÛØ±Û"},"cellPad":"Ø¨ÛØ´Ø§ÛÛ ÙØ§ÙÙ¾ÛØ´","cellSpace":"Ø¨ÛØ´Ø§ÛÛ Ø®Ø§ÙÙ","column":{"menu":"Ø¦ÛØ³ØªÙÙ","insertBefore":"Ø¯Ø§ÙØ§ÙÛ Ø¦ÛØ³ØªÙÙ ÙÛÙ¾ÛØ´","insertAfter":"Ø¯Ø§ÙØ§ÙÛ Ø¦ÛØ³ØªÙÙÙ ÙÛپاش","deleteColumn":"سÚÛÙÛÙÛÛ Ø¦ÛØ³ØªÙÙÙ"},"columns":"ستÙÙÙÛکاÙ","deleteTable":"سÚÛÙÛÙÛÛ Ø®Ø´ØªÛ","headers":"Ø³ÛØ±Ù¾ÛÚÙ","headersBoth":"ÙÛØ±Ø¯ÙÙÙ","headersColumn":"ÛÛÚ©ÛÙ Ø¦ÛØ³ØªÙÙÙ","headersNone":"ÙÛÚ","headersRow":"ÛÛÚ©ÛÙ ÚÛØ²","invalidBorder":"Ú٠ارÛÛ Ù¾ÛØ±Ø§ÙÛØ² Ø¯ÛØ¨Ûت تÛÙÙØ§ ÚÙ Ø§Ø±Ù Ø¨ÛØª.","invalidCellPadding":"ÙØ§ÙÙ¾ÛØ´Û خاÙÙ Ø¯ÛØ¨Ûت Ú٠ارÛÚ©Û Ø¯Ø±ÙÙØ³Øª Ø¨ÛØª.","invalidCellSpacing":"Ø¨ÛØ´Ø§ÛÛ Ø®Ø§ÙÙ Ø¯ÛØ¨Ûت Ú٠ارÛÚ©Û Ø¯Ø±ÙÙØ³Øª Ø¨ÛØª.","invalidCols":"Ú٠ارÛÛ Ø¦ÛØ³ØªÙÙÙÛ Ø¯ÛØ¨Ûت Ú¯ÛÙØ±Ûتر Ø¨ÛØª ÙÛÚ٠ارÛÛ 0.","invalidHeight":"درÛÚÛ Ø®Ø´ØªÙ Ø¯ÙØ¨Ûت تÙÙÙØ§ ÚÙ Ø§Ø±Ù Ø¨ÛØª.","invalidRows":"Ú٠ارÛÛ ÚÛØ² Ø¯ÛØ¨Ûت Ú¯ÛÙØ±Ûتر Ø¨ÛØª ÙÛÚ٠ارÛÛ 0.","invalidWidth":"پاÙÛ Ø®Ø´ØªÙ Ø¯ÛØ¨Ûت تÛÙÙØ§ ÚÙ Ø§Ø±Ù Ø¨ÛØª.","menu":"خاسÛÛØªÛ خشتÛ","row":{"menu":"ÚÛØ²","insertBefore":"Ø¯Ø§ÙØ§ÙÛ ÚÛØ² ÙÛÙ¾ÛØ´","insertAfter":"Ø¯Ø§ÙØ§ÙÛ ÚÛØ² ÙÛپاش","deleteRow":"سÚÛÙÛÙÛÛ ÚÛØ²"},"rows":"ÚÛØ²","summary":"Ú©ÙØ±ØªÛ","title":"خاسÛÛØªÛ خشتÛ","toolbar":"خشتÛ","widthPc":"ÙÛØ³Ûدا","widthPx":"ÙÛÙÛØ®Ø§Úµ - Ù¾ÛکسÙ","widthUnit":"پاÙÛ ÛÛÚ©Û"},"stylescombo":{"label":"Ø´ÛÙØ§Ø²","panelTitle":"Ø´ÛÙØ§Ø²Û ÚØ§Ø²Ø§ÙدÙÛÙÛ","panelTitle1":"Ø´ÛÙØ§Ø²Û خشت","panelTitle2":"Ø´ÛÙØ§Ø²Û ÙØ§ÙÙÛÚµ","panelTitle3":"Ø´ÛÙØ§Ø²Û Ø¨ÛØ±Ú©Ø§Ø±"},"specialchar":{"options":"ÙÛÚµØ¨ÚØ§Ø±Ø¯ÛÛ ÙÙÙØ³ÛÛ ØªØ§ÛØ¨ÛتÛ","title":"ÙÛÚµØ¨ÚØ§Ø±Ø¯ÙÛ ÙÙÙØ³ÛÛ ØªØ§ÛØ¨ÛتÛ","toolbar":"Ø¯Ø§ÙØ§ÙÛ ÙÙÙØ³ÛÛ ØªØ§ÛØ¨ÛتÛ"},"sourcearea":{"toolbar":"Ø³ÛØ±ÚاÙÛ"},"scayt":{"btn_about":"Ø¯ÙØ±Ø¨Ø§Ø±ÙÛ SCAYT","btn_dictionaries":"ÙÙØ±ÙÙÙÚ¯ÙکاÙ","btn_disable":"ÙØ§ÚØ§ÙØ§Ú©Ú©Ø±Ø¯ÙÛ SCAYT","btn_enable":"ÚØ§ÙاککردÙÛ SCAYT","btn_langs":"ز٠اÙÙکاÙ","btn_options":"ÙÙÚµØ¨ÚØ§Ø±Ø¯Ù","text_title":"پشکÙÛÙÛ ÙÙÙØ³Ù ÙÙÚ©Ø§ØªÛ ÙÙÙØ³ÛÙ"},"removeformat":{"toolbar":"ÙØ§Ø¨Ø±Ø¯ÙÛ Ø¯Ø§ÚØ´ØªÛÚ©Û"},"pastetext":{"button":"ÙÚ©Ø§ÙØ¯ÙÛ ÙÛ٠دÛÙÛ ÚÙÙÙ","title":"ÙÚ©Ø§ÙØ¯ÙÛ ÙÛ٠دÛÙÛ ÚÙÙÙ"},"pastefromword":{"confirmCleanup":"ئÛ٠دÛÙÛÛ Ø¨ÛØªÛÙ Ø§Û Ø¨ÛÙÚ©ÛÙÛ Ù¾ÛØ¯ÛÚÛØª ÙÙ word ÙÛÙØ±Ø§Ø¨Ûت. Ø¯ÛØªÛÙÛØª Ù¾Ø§Ú©Û Ø¨Ú©ÛÛÙÙ Ù¾ÛØ´ ئÛÙÛÛ Ø¨ÛÙÚ©ÛÙÛØ","error":"ÙÛÚ ÚÛÚ¯ÛÛÛÙ ÙÛØ¨ÙÙ ÙÛÙÚ©Ø§ÙØ¯ÙÛ Ø¯ÛÙÛک٠بÛÙÛÛ ÙÛÚµÛÛÛÚ©Û ÙØ§ÙÛØ®ÛÛÛ","title":"ÙÚ©Ø§ÙØ¯ÙÛ ÙÛÙØ§ÛÛÙ Word","toolbar":"ÙÚ©Ø§ÙØ¯ÙÛ ÙÛÚÛÛ Word"},"maximize":{"maximize":"ئÛÙÙ¾ÛÚÛ Ú¯ÛÙØ±ÛÛÛ","minimize":"ئÛÙÙ¾ÛÚÛ Ø¨ÚÙÙÚ©Û"},"magicline":{"title":"بÚÚ¯Û ÙÛØ±Û دابÙÛ"},"list":{"bulletedlist":"Ø¯Ø§ÙØ§Ù/ÙØ§Ø¨Ø±Ø¯ÙÛ Ø®Ø§ÚµÛ ÙÛØ³Øª","numberedlist":"Ø¯Ø§ÙØ§Ù/ÙØ§Ø¨Ø±Ø¯ÙÛ Ú٠ارÛÛ ÙÛØ³Øª"},"link":{"acccessKey":"Ú©ÙÛÙÛ Ø¯ÛØ³ØªÙ¾ÛÚ¯ÛÛØ´ØªÙ","advanced":"Ù¾ÛØ´Ú©ÛÙØªÙÙ","advisoryContentType":"Ø¬ÛØ±Û ÙØ§ÙÛÚÛÚ©Û ÚØ§ÙÛÚکار","advisoryTitle":"ÚØ§ÙÛÚÚ©Ø§Ø±Û Ø³ÛØ±Ø¯ÛÚ","anchor":{"toolbar":"Ø¯Ø§ÙØ§Ù/ÚØ§Ú©Ø³Ø§Ø²Û ÙÛÙÚ¯ÛØ±","menu":"ÚØ§Ú©Ø³Ø§Ø²Û ÙÛÙÚ¯ÛØ±","title":"خاسÛÛØªÛ ÙÛÙÚ¯ÛØ±","name":"ÙØ§ÙÛ ÙÛÙÚ¯ÛØ±","errorName":"تکاÛÙ ÙØ§ÙÛ ÙÛÙÚ¯ÛØ± بÙÙÙØ³Ù","remove":"ÙØ§Ø¨Ø±Ø¯ÙÛ ÙÛÙÚ¯ÛØ±"},"anchorId":"بÛÙ¾ÛÛ ÙØ§Ø³Ùا٠ÛÛ ØªÙØ®Ù ","anchorName":"بÛÙ¾ÛÛ ÙØ§ÙÛ ÙÛÙÚ¯ÛØ±","charset":"Ø¨ÛØ³ØªÛØ±Û Ø³ÛØ±ÚاÙÛÛ ÙÙÙØ³Û","cssClasses":"Ø´ÛÙØ§Ø²Û ÚÛÙÛ Ù¾ÛÚÙ","emailAddress":"ÙØ§ÙÙÛØ´Ø§ÙÛ Ø¦ÛÙ ÛÛÙ","emailBody":"ÙØ§ÙÛÚÛÚ©Û ÙØ§Ù Û","emailSubject":"Ø¨Ø§Ø¨ÛØªÛ ÙØ§Ù Û","id":"ÙØ§Ø³Ùا٠Û","info":"زاÙÛØ§Ø±Û Ø¨ÛØ³ØªÛر","langCode":"ÙÛÙ Ø§Û Ø²Ù Ø§Ù","langDir":"ئاراستÛÛ Ø²Ù Ø§Ù","langDirLTR":"ÚÛÙ¾ Ø¨Û ÚØ§Ø³Øª (LTR)","langDirRTL":"ÚØ§Ø³Øª Ø¨Û ÚÛÙ¾ (RTL)","menu":"ÚØ§Ú©Ø³Ø§Ø²Û Ø¨ÛØ³ØªÛر","name":"ÙØ§Ù","noAnchors":"(ÙÛÚ Ø¬ÛØ±ÛÚ©Û ÙÛÙÚ¯ÛØ± Ø¦Ø§Ù Ø§Ø¯Û ÙÛÛ ÙÛÙ Ù¾ÛÚÛÛÙ)","noEmail":"تکاÛÛ ÙØ§ÙÙÛØ´Ø§ÙÛ Ø¦ÛÙ ÛÛ٠بÙÙÙØ³Û","noUrl":"تکاÛÛ ÙØ§ÙÙÛØ´Ø§ÙÛ Ø¨ÛØ³ØªÛر بÙÙÙØ³Û","other":"<ÙÛØªØ±>","popupDependent":"Ù¾ÛÙÛØ¨Ûسترا٠(Netscape)","popupFeatures":"خاسÛÛØªÛ Ù¾ÛÙØ¬ÛرÛÛ Ø³ÛØ±ÙÛÚµØ¯ÛØ±","popupFullScreen":"Ù¾Ú Ø¨ÛÙ¾ÚÛ Ø´Ø§Ø´Û (IE)","popupLeft":"جÛÚ¯Ø§Û ÚÛÙ¾","popupLocationBar":"ÙÛÚµÛ ÙØ§ÙÙÛØ´Ø§ÙÛ Ø¨ÛØ³ØªÛر","popupMenuBar":"ÙÛÚµÛ ÙÛØ³ØªÙ","popupResizable":"ØªÙØ§ÙØ§Û Ú¯ÛÚÛÙÛ ÙÛØ¨Ø§Ø±Ù","popupScrollBars":"ÙÛÚµÛ ÙØ§ØªÙÙÚÛÙ¾ÛکردÙ","popupStatusBar":"ÙÛÚµÛ Ø¯ÛØ®","popupToolbar":"ÙÛÚµÛ ØªÙÙڵا٠راز","popupTop":"جÛÚ¯Ø§Û Ø³ÛØ±ÛÙÛ","rel":"Ù¾ÛÛÙÛÙØ¯Û","selectAnchor":"ÙÛÚµØ¨ÚØ§Ø±Ø¯ÙÛ ÙÛÙÚ¯ÛØ±ÛÙ","styles":"Ø´ÛÙØ§Ø²","tabIndex":"Ø¨Ø§Ø²Ø¯ÛØ±Û ØªØ§Ø¨Û Ø¦ÛÙØ¯Ûکس","target":"Ø¦Ø§Ù Ø§ÙØ¬","targetFrame":"<ÚÙÙØ§Ø±ÚÛÙÛ>","targetFrameName":"ÙØ§ÙÛ Ø¦Ø§Ù Ø§ÙØ¬Û ÚÙÙØ§Ø±ÚÛÙÛ","targetPopup":"<Ù¾ÛÙØ¬ÛرÛÛ Ø³ÛØ±ÙÛÚµØ¯ÛØ±>","targetPopupName":"ÙØ§ÙÛ Ù¾ÛÙØ¬ÛرÛÛ Ø³ÛØ±ÙÛÚµØ¯ÛØ±","title":"Ø¨ÛØ³ØªÛر","toAnchor":"Ø¨ÛØ³ØªÛر Ø¨Û ÙÛÙÚ¯ÛØ± Ù٠دÛÙ","toEmail":"ئÛÙ ÛÛÙ","toUrl":"ÙØ§ÙÙÛØ´Ø§ÙÛ Ø¨ÛØ³ØªÛر","toolbar":"Ø¯Ø§ÙØ§Ù/ÚÛکخستÙÛ Ø¨ÛØ³ØªÛر","type":"Ø¬ÛØ±Û Ø¨ÛØ³ØªÛر","unlink":"ÙØ§Ø¨Ø±Ø¯ÙÛ Ø¨ÛØ³ØªÛر","upload":"بارکردÙ"},"indent":{"indent":"Ø²ÛØ§Ø¯Ú©Ø±Ø¯ÙÛ Ø¨ÛØ´Ø§ÛÛ","outdent":"Ú©Û٠کردÙÛÙÛÛ Ø¨ÛØ´Ø§ÛÛ"},"image":{"alt":"جÛگرÛÙÛÛ Ø¯ÛÙ","border":"Ù¾ÛØ±Ø§ÙÛØ²","btnUpload":"ÙØ§Ø±Ø¯ÙÛ Ø¨Û ÚØ§ÚÙ","button2Img":"ØªÛ Ø¯ÛØªÛÙÛØª دÙÚ¯Ù ÛÛ ÙÛÙÛÛ Ø¯ÛØ§Ø±Ûکرا٠بگÛÚÛØª Ø¨Û ÙÛÙÛÛÛÚ©Û Ø¦Ø§Ø³Ø§ÛÛØ","hSpace":"Ø¨ÛØ´Ø§ÛÛ Ø¦Ø§Ø³ÛÛÛ","img2Button":"ØªÛ Ø¯ÛØªÛÙÛØª ÙÛÙÛÛ Ø¯ÛØ§Ø±Ûکرا٠بگÛÚÛØª Ø¨Û Ø¯ÙÚ¯Ù ÛÛ ÙÛÙÙØ","infoTab":"زاÙÛØ§Ø±Û ÙÛÙÙ","linkTab":"Ø¨ÛØ³ØªÛر","lockRatio":"داخستÙÛ ÚÛÚÙ","menu":"خاسÛÛØªÛ ÙÛÙÙ","resetSize":"ÚÛکخستÙÛÙÛÛ ÙÛØ¨Ø§Ø±Ù","title":"خاسÛÛØªÛ ÙÛÙÙ","titleButton":"خاسÛÛØªÛ دÙÚ¯Ù ÛÛ ÙÛÙÙ","upload":"بارکردÙ","urlMissing":"Ø³ÛØ±ÚاÙÛÛ Ø¨ÛØ³ØªÛØ±Û ÙÛÙ٠بزرÙ","vSpace":"Ø¨ÛØ´Ø§ÛÛ Ø¦ÛØ³ØªÙÙÛ","validateBorder":"Ù¾ÛØ±Ø§ÙÛØ² Ø¯ÛØ¨Ûت Ø¨ÛØªÛÙØ§ÙÛ ØªÛÙÙØ§ ÚÙ Ø§Ø±Ù Ø¨ÛØª.","validateHSpace":"Ø¨ÛØ´Ø§ÛÛ Ø¦Ø§Ø³ÛÛÛ Ø¯ÛØ¨Ûت Ø¨ÛØªÛÙØ§ÙÛ ØªÛÙÙØ§ ÚÙ Ø§Ø±Û Ø¨ÛØª.","validateVSpace":"Ø¨ÛØ´Ø§ÛÛ Ø¦ÛØ³ØªÙÙÛ Ø¯ÛØ¨Ûت Ø¨ÛØªÛÙØ§ÙÛ ØªÛÙÙØ§ ÚÙ Ø§Ø±Ù Ø¨ÛØª."},"horizontalrule":{"toolbar":"Ø¯Ø§ÙØ§ÙÛ ÙÛÙÛ Ø¦Ø§Ø³ÛÛÛ"},"format":{"label":"ÚØ§Ø²Ø§ÙدÙÛÙÛ","panelTitle":"Ø¨ÛØ´Û ÚØ§Ø²Ø§ÙدÙÛÙÙ","tag_address":"ÙØ§ÙÙÛØ´Ø§Ù","tag_div":"(DIV)-Û Ø¦Ø§Ø³Ø§ÛÛ","tag_h1":"Ø³ÛØ±ÙÙÙØ³ÛÛ Ù¡","tag_h2":"Ø³ÛØ±ÙÙÙØ³ÛÛ Ù¢","tag_h3":"Ø³ÛØ±ÙÙÙØ³ÛÛ Ù£","tag_h4":"Ø³ÛØ±ÙÙÙØ³ÛÛ Ù¤","tag_h5":"Ø³ÛØ±ÙÙÙØ³ÛÛ Ù¥","tag_h6":"Ø³ÛØ±ÙÙÙØ³ÛÛ Ù¦","tag_p":"ئاساÛÛ","tag_pre":"Ø´ÛÙØ§Ø²Ú©Ø±Ø§Ù"},"fakeobjects":{"anchor":"ÙÛÙÚ¯ÛØ±","flash":"ÙÙØ§Ø´","hiddenfield":"شاردÙÛÙÛÛ Ø®Ø§ÙÙ","iframe":"ÙÛÚÙØ§Ø±ÚÛÙÛ","unknown":"Ø¨ÛØ±Ú©Ø§Ø±ÛÚ©Û ÙÛÙØ§Ø³Ø±Ø§Ù"},"elementspath":{"eleLabel":"ÚÛÚÛÙÛ ØªÙØ®Ù ÛکاÙ","eleTitle":"%1 ØªÙØ®Ù "},"contextmenu":{"options":"ÙÛÚµØ¨ÚØ§Ø±Ø¯ÛÛ ÙÛØ³ØªÛÛ Ú©ÙÛÚ©Û Ø¯ÛØ³ØªÛ ÚØ§Ø³Øª"},"clipboard":{"copy":"ÙÛØ¨ÛرگرتÙÛÙÛ","copyError":"Ù¾Ø§Ø±ÛØ²Û ÙÛØ¨Ú¯ÛÚÛÚ©ÛØª ÚÛÚ¯ÛÙØ§Ø¯Ø§Øª Ø¨ÛØ³ÛرÙÙÙØ³ÛÚ©Û ÙÛ ÙÚ©Ø§ÙØ¯ÙÛ Ø¯ÛÙÛ Ø®ÛکارارÙÛ. تکاÛÛ ÙÛØ¨Ø±Û ئÛÙ Û Ø¦ÛÙ ÙÛØ±Ù اÙÛ Ø¨ÛکاربÙÛÙÛ Ø¨ÛØ¯Ø§Ú¯Ø±ØªÙÛ Ú©ÙÛÙÛ (Ctrl/Cmd+C).","cut":"بÚÛÙ","cutError":"Ù¾Ø§Ø±ÛØ²Û ÙÛØ¨Ú¯ÛÚÛÚ©ÛØª ÚÛÚ¯ÛÙØ§Ø¯Ø§Øª Ø¨Û Ø³ÛØ±ÙÙÙØ³ÛÚ©Û ÙÛØ¨ÚÛÙÛ Ø®ÛکاراÙÛ. تکاÛÛ ÙÛØ¨Ø±Û ئÛÙ Û Ø¦ÛÙ ÙÛØ±Ù اÙÛ Ø¨ÛکاربÙÛÙÛ Ø¨ÛØ¯Ø§Ú¯Ø±ØªÙÛ Ú©ÙÛÙÛ (Ctrl/Cmd+X).","paste":"ÙÚ©Ø§ÙØ¯Ù","pasteArea":"ÙØ§ÙÚÛÛ ÙÚ©Ø§ÙØ¯Ù","pasteMsg":"تکاÛÛ Ø¨ÛÙÚ©ÛÙÛ ÙÛÙØ§ÙÛÙÛÛ Ø¦Û٠سÙÙÙÛ ÙÛÚÛÛ ØªÛØ®ØªÛÚ©ÙÛÙÛÚ©ÛØª Ø¨Û Ø¨ÛکارÙÛÙØ§ÙÛ Ú©ÙÛÙÛ (<STRONG>Ctrl/Cmd+V</STRONG>) دÙÙØ§Û Ú©ÙÛÚ©Û Ø¨Ø§Ø´Û Ø¨Ú©Û.","securityMsg":"بÛÙÛÛ Ø´ÛÙÛÙ¾ÛØ¯Ø§ÙÛ Ù¾Ø§Ø±ÛØ²Û ÙÛØ¨Ú¯ÛÚÛÚ©ÛØªØ Ø³ÛØ±ÙÙÙØ³ÛÚ©Ù ÙØ§ØªÙاÙÛØª Ø¯ÛØ³ØªØ¨Ú¯ÛÛÛÙÛØª بÛÙÛÚµÚ¯ÛØ±Ø§ÙÛÚ©Û ÚØ§Ø³ØªÛÙØ®Û. بÛÛÙ Ù¾ÛÙÛØ³ØªÙ دÙÙØ¨Ø§Ø±Ù بÛÙÚ©ÛÙÛØª ÙÛÙ Ù¾ÛÙØ¬ÛرÛÛÙ.","title":"ÙÚ©Ø§ÙØ¯Ù"},"button":{"selectedLabel":"%1 (ÙÛڵبÚÛØ±Ø¯Ø±Ø§Ù)"},"blockquote":{"toolbar":"Ø¨ÛØ±Ø¨ÛستکردÙÛ ÙÙØªÛÛ ÙÛØ±Ú¯ÛراÙ"},"basicstyles":{"bold":"ÙÛÚµÛÙ","italic":"ÙØ§Ø±","strike":"ÙÛØ¯Ø§Ù","subscript":"ÚÛØ±ÙÙÙØ³","superscript":"Ø³ÛØ±ÙÙÙØ³","underline":"ÚÛØ±ÙÛÚµ"},"about":{"copy":"٠اÙÛ ÙÛØ¨ÛØ±Ú¯ÛØ±ØªÙÛÙÛÛ © $1. Ú¯Ø´ØªÛ Ù¾Ø§Ø±ÛØ²Ø±Ø§ÙÙ. ÙØ±Ú¯ÛÚØ§ÙÛ Ø¨Û Ú©ÙØ±Ø¯Û ÙÛÙØ§ÛÛÙ ÙÛÚÛ Ú©ÛÛÛ.","dlgTitle":"Ø¯ÛØ±Ø¨Ø§Ø±ÛÛ CKEditor","help":"سÛÛØ±Û $1 Ø¨Ú©Ù Ø¨Û ÛØ§Ø±Ù ÛØªÛ.","moreInfo":"Ø¨Û Ø²Ø§ÙÛØ§Ø±Û Ø²ÛØ§ØªØ± Ø¯ÛØ±Ø¨Ø§Ø±ÛÛ Ù ÛÚµÛØªÛ بÛکارÙÛÙØ§ÙØ ØªÚ©Ø§ÛÙ Ø³ÛØ±Ø¯Ø§ÙÛ Ù Ø§ÚµÙ¾ÛÚÛÚ©Û٠ا٠بکÙ:","title":"Ø¯ÛØ±Ø¨Ø§Ø±ÛÛ CKEditor","userGuide":"ÚÛÙ¾ÛØ´Ø§ÙØ¯ÛØ±Û CKEditors"},"editor":"Ø³ÛØ±ÙÙÙØ³ÛÛ Ø¯ÛÙÛ ØªÛÙØ§Ù","editorPanel":"بÚÚ¯ÛÛ Ø³ÛØ±ÙÙÙØ³ÛÛ Ø¯ÛÙÛ ØªÛÙØ§Ù","common":{"editorHelp":"Ú©ÙÛÚ©Û ALT ÙÛÚ¯ÛÚµ 0 بکÙâ Ø¨Û ÛØ§Ø±Ù ÛØªÛ","browseServer":"ÙÛÙØ§ÙÛ ÚØ§ÚÛ","url":"ÙØ§ÙÙÛØ´Ø§ÙÛ Ø¨ÛØ³ØªÛر","protocol":"Ù¾ÚÛØªÛÚ©ÛÚµ","upload":"بارکردÙ","uploadSubmit":"ÙØ§Ø±Ø¯ÙÛ Ø¨Û ÚØ§ÚÛ","image":"ÙÛÙÛ","flash":"ÙÙØ§Ø´","form":"Ø¯Ø§ÚØ´ØªÛ","checkbox":"خاÙÛÛ ÙÛØ´Ø§ÙکردÙ","radio":"جÛگرÛÙÛÛ Ø¯ÙÚ¯Ù Û","textField":"خاÙÛÛ Ø¯ÛÙ","textarea":"ÚÙÙØ¨ÛØ±Û Ø¯ÛÙ","hiddenField":"شاردÙÛÙÛ Ø®Ø§ÙÛ","button":"دÙÚ¯Ù Û","select":"ÙÛÚµØ¨ÚØ§Ø±Ø¯ÛÛ Ø®Ø§ÙÛ","imageButton":"دÙÚ¯Ù ÛÛ ÙÛÙÛ","notSet":"<ÙÛÚ Ø¯Ø§ÙÛØ¯Ø±Ø§ÙÛ>","id":"ÙØ§Ø³Ùا٠Û","name":"ÙØ§Ù","langDir":"ئاراستÛÛ Ø²Ù Ø§Ù","langDirLtr":"ÚÛÙ¾ Ø¨Û ÚØ§Ø³Øª (LTR)","langDirRtl":"ÚØ§Ø³Øª Ø¨Û ÚÛÙ¾ (RTL)","langCode":"ÙÛÙ Ø§Û Ø²Ù Ø§Ù","longDescr":"Ù¾ÛÙØ§Ø³ÛÛ Ø¯Ø±ÛÚÛ Ø¨ÛØ³ØªÛر","cssClass":"Ø´ÛÙØ§Ø²Û ÚÛÙÛ Ù¾ÙâÚÛ","advisoryTitle":"ÚØ§ÙÛÚÚ©Ø§Ø±Û Ø³ÛØ±Ø¯ÛÚ","cssStyle":"Ø´ÛÙØ§Ø²","ok":"باشÛ","cancel":"Ù¾Ø§Ø´Ú¯ÛØ²Ø¨ÙÙÙÛÙÛ","close":"داخستÙ","preview":"Ù¾ÛØ´Ø¨ÛÙÛÙ","resize":"Ú¯ÛÚÛÙÛ Ø¦ÛÙØ¯Ø§Ø²Û","generalTab":"گشتÛ","advancedTab":"Ù¾ÛØ±ÛسÛÙØ¯ÙÙ","validateNumberFailed":"ئÛÙ ÙØ±Ø®Û ÚÙ Ø§Ø±Û ÙÛÛØ تکاÛÛ ÙØ±Ø®ÛÚ©Û ÚÙ Ø§Ø±Û Ø¨ÙÙÙØ³Û.","confirmNewPage":"Ø³ÛØ±Ø¬ÛÙ Ú¯ÛÚØ§ÙکارÛÛکا٠٠پÛÚ©ÙØ§ØªÛکاÙÛ ÙØ§ÙÙÛÙÛ ÙÛØ¯Ûست Ø¯ÛØ¯ÛÛ Ú¯ÛØ± Ø¨ÛØªÙ٠پاشکÛÙØªÛ ÙÛÚ©ÛÛ ÛÛÚ©ÛÙ Ø¬Ø§Ø±Ø ØªÛ ÙÛØ± دڵÙÛØ§ÛÛ ÙÛکردÙÛÙÛÛ Ù¾ÛÙØ¬ÛرÛÚ©Û ÙÙÛØ","confirmCancel":"ÙÛÙØ¯ÛÙ ÙÛÚµØ¨ÚØ§Ø±Ø¯Û Ú¯ÛÚØ¯Ø±Ø§ÙÛ. ØªÛ Ø¯ÚµÙÛØ§ÛÛ ÙÛ Ø¯Ø§Ø®Ø³ØªÙÛ Ø¦ÛÙ Ø¯ÛØ§ÙÛÚ¯ÛØ","options":"ÙÛÚµØ¨ÚØ§Ø±Ø¯ÛکاÙ","target":"Ø¦Ø§Ù Ø§ÙØ¬","targetNew":"Ù¾ÛÙØ¬ÛرÛÛÛÚ©Û ÙÙÛ (_blank)","targetTop":"ÙÙÙØªÚ©ÛÛ Ù¾ÛÙØ¬ÛØ±Û (_top)","targetSelf":"ÙÛÙÛ٠ا٠پÛÙØ¬ÛØ±Û (_self)","targetParent":"Ù¾ÛÙØ¬ÛرÛÛ Ø¨Ø§ÙØ§Ù (_parent)","langDirLTR":"ÚÛÙ¾ Ø¨Û ÚØ§Ø³Øª (LTR)","langDirRTL":"ÚØ§Ø³Øª Ø¨Û ÚÛÙ¾ (RTL)","styles":"Ø´ÛÙØ§Ø²","cssClasses":"Ø´ÛÙØ§Ø²Û ÚÛÙÛ Ù¾ÛÚÛ","width":"پاÙÛ","height":"درÛÚÛ","align":"ÚÛÚ©Ú©ÛØ±ÛÙÛ","alignLeft":"ÚÛÙ¾","alignRight":"ÚØ§Ø³Øª","alignCenter":"ÙØ§ÙÛÚØ§Ø³Øª","alignJustify":"ÙØ§ÙستÙÙÙÛ","alignTop":"Ø³ÛØ±ÛÙÛ","alignMiddle":"ÙØ§ÙÛÙØ¯","alignBottom":"ÚÛØ±ÛÙÛ","alignNone":"ÙÛÚ","invalidValue":"ÙØ±Ø®ÛÚ©Û ÙØ§Ø¯Ø±ÙÙØ³Øª.","invalidHeight":"درÛÚÛ Ø¯ÛØ¨Ûت ÚÙ Ø§Ø±Û Ø¨ÛØª.","invalidWidth":"پاÙÛ Ø¯ÛØ¨Ûت ÚÙ Ø§Ø±Û Ø¨ÛØª.","invalidCssLength":"ئÛÙ ÙØ±Ø®ÛÛ Ø¯Ø±Ø§ÙÛ Ø¨Û Ø®Ø§ÙÛÛ \"%1\" Ø¯ÛØ¨Ûت Ú٠ارÛÚ©Û Ø¯Ø±ÙÙØ³Øª Ø¨ÛØª ÛØ§Ù Ø¨Û ÙØ§ÙÙÛØ´Ø§ÙÛ Ø¦Ø§Ù Ø±Ø§Ø²Û (px, %, in, cm, mm, em, ex, pt, ÛØ§Ù pc).","invalidHtmlLength":"ئÛÙ ÙØ±Ø®ÛÛ Ø¯Ø±Ø§ÙÛ Ø¨Û Ø®Ø§ÙÛÛ \"%1\" Ø¯ÛØ¨Ûت Ú٠ارÛÚ©Û Ø¯Ø±ÙÙØ³Øª Ø¨ÛØª ÛØ§Ù Ø¨Û ÙØ§ÙÙÛØ´Ø§ÙÛ Ø¦Ø§Ù Ø±Ø§Ø²Û HTML (px ÛØ§Ù %).","invalidInlineStyle":"داÙÛÛ ÙØ±Ø®Û Ø´ÛÙØ§Ø²Û ÙØ§ÙÙÛÚµ Ø¯ÛØ¨Ûت Ù¾ÛÚ©ÙØ§ØªØ¨Ûت ÙÛÛÛÙ ÛØ§Ù Ø²ÛØ§ØªØ±Û Ø¯Ø§ÚØ´ØªÛ \"ÙØ§Ù : ÙØ±Ø®\", Ø¬ÛØ§Ú©Ø±Ø¯ÙÛÙÛÛ Ø¨Û ÙØ§Ø±ÛØ²Û Ù Ø®Ø§Úµ","cssLengthTooltip":"Ú٠ارÛÛÛ٠بÙÙÙØ³Ùâ Ø¨Û ÙØ±Ø®Û piksel ÛØ§Ù ئا٠رازÛÚ©Û Ø¯Ø±ÙÙØ³ØªÛ CSS (px, %, in, cm, mm, em, ex, pt, ÛØ§Ù pc).","unavailable":"%1<span class=\"cke_accessibility\">, Ø¦Ø§Ù Ø§Ø¯Û ÙÛÛ</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/lt.js b/public/assets/ckeditor/lang/lt.js new file mode 100644 index 0000000..09ac730 --- /dev/null +++ b/public/assets/ckeditor/lang/lt.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['lt']={"wsc":{"btnIgnore":"Ignoruoti","btnIgnoreAll":"Ignoruoti visus","btnReplace":"Pakeisti","btnReplaceAll":"Pakeisti visus","btnUndo":"AtÅ¡aukti","changeTo":"Pakeisti į","errorLoading":"Klaida įkraunant servisÄ : %s.","ieSpellDownload":"RaÅ¡ybos tikrinimas neinstaliuotas. Ar JÅ«s norite jį dabar atsisiųsti?","manyChanges":"RaÅ¡ybos tikrinimas baigtas: Pakeista %1 žodžių","noChanges":"RaÅ¡ybos tikrinimas baigtas: NÄra pakeistų žodžių","noMispell":"RaÅ¡ybos tikrinimas baigtas: Nerasta raÅ¡ybos klaidų","noSuggestions":"- NÄra pasiÅ«lymų -","notAvailable":"Atleiskite, Å¡iuo metu servisas neprieinamas.","notInDic":"Žodyne nerastas","oneChange":"RaÅ¡ybos tikrinimas baigtas: Vienas žodis pakeistas","progress":"Vyksta raÅ¡ybos tikrinimas...","title":"Tikrinti klaidas","toolbar":"RaÅ¡ybos tikrinimas"},"undo":{"redo":"Atstatyti","undo":"AtÅ¡aukti"},"toolbar":{"toolbarCollapse":"Apjungti įrankių juostÄ ","toolbarExpand":"IÅ¡plÄsti įrankių juostÄ ","toolbarGroups":{"document":"Dokumentas","clipboard":"AtmintinÄ/Atgal","editing":"Redagavimas","forms":"Formos","basicstyles":"Pagrindiniai stiliai","paragraph":"Paragrafas","links":"Nuorodos","insert":"Ä®terpti","styles":"Stiliai","colors":"Spalvos","tools":"Ä®rankiai"},"toolbars":"Redaktoriaus įrankiai"},"table":{"border":"RÄmelio dydis","caption":"AntraÅ¡tÄ","cell":{"menu":"Langelis","insertBefore":"Ä®terpti langelį prieÅ¡","insertAfter":"Ä®terpti langelį po","deleteCell":"Å alinti langelius","merge":"Sujungti langelius","mergeRight":"Sujungti su deÅ¡ine","mergeDown":"Sujungti su apaÄia","splitHorizontal":"Skaidyti langelį horizontaliai","splitVertical":"Skaidyti langelį vertikaliai","title":"Cell nustatymai","cellType":"Cell rūšis","rowSpan":"EiluÄių Span","colSpan":"Stulpelių Span","wordWrap":"Sutraukti raides","hAlign":"Horizontalus lygiavimas","vAlign":"Vertikalus lygiavimas","alignBaseline":"ApatinÄ linija","bgColor":"Fono spalva","borderColor":"RÄmelio spalva","data":"Data","header":"AntraÅ¡tÄ","yes":"Taip","no":"Ne","invalidWidth":"ReikÅ¡mÄ turi bÅ«ti skaiÄius.","invalidHeight":"ReikÅ¡mÄ turi bÅ«ti skaiÄius.","invalidRowSpan":"ReikÅ¡mÄ turi bÅ«ti skaiÄius.","invalidColSpan":"ReikÅ¡mÄ turi bÅ«ti skaiÄius.","chooseColor":"Pasirinkite"},"cellPad":"Tarpas nuo langelio rÄmo iki teksto","cellSpace":"Tarpas tarp langelių","column":{"menu":"Stulpelis","insertBefore":"Ä®terpti stulpelį prieÅ¡","insertAfter":"Ä®terpti stulpelį po","deleteColumn":"Å alinti stulpelius"},"columns":"Stulpeliai","deleteTable":"Å alinti lentelÄ","headers":"AntraÅ¡tÄs","headersBoth":"Abu","headersColumn":"Pirmas stulpelis","headersNone":"NÄra","headersRow":"Pirma eilutÄ","invalidBorder":"ReikÅ¡mÄ turi bÅ«ti nurodyta skaiÄiumi.","invalidCellPadding":"ReikÅ¡mÄ turi bÅ«ti nurodyta skaiÄiumi.","invalidCellSpacing":"ReikÅ¡mÄ turi bÅ«ti nurodyta skaiÄiumi.","invalidCols":"SkaiÄius turi bÅ«ti didesnis nei 0.","invalidHeight":"ReikÅ¡mÄ turi bÅ«ti nurodyta skaiÄiumi.","invalidRows":"SkaiÄius turi bÅ«ti didesnis nei 0.","invalidWidth":"ReikÅ¡mÄ turi bÅ«ti nurodyta skaiÄiumi.","menu":"LentelÄs savybÄs","row":{"menu":"EilutÄ","insertBefore":"Ä®terpti eilutÄ prieÅ¡","insertAfter":"Ä®terpti eilutÄ po","deleteRow":"Å alinti eilutes"},"rows":"EilutÄs","summary":"Santrauka","title":"LentelÄs savybÄs","toolbar":"LentelÄ","widthPc":"procentais","widthPx":"taÅ¡kais","widthUnit":"ploÄio vienetas"},"stylescombo":{"label":"Stilius","panelTitle":"Stilių formatavimas","panelTitle1":"Blokų stiliai","panelTitle2":"Vidiniai stiliai","panelTitle3":"Objektų stiliai"},"specialchar":{"options":"Specialaus simbolio nustatymai","title":"Pasirinkite specialų simbolį","toolbar":"Ä®terpti specialų simbolį"},"sourcearea":{"toolbar":"Å altinis"},"scayt":{"btn_about":"Apie SCAYT","btn_dictionaries":"Žodynai","btn_disable":"IÅ¡jungti SCAYT","btn_enable":"Ä®jungti SCAYT","btn_langs":"Kalbos","btn_options":"Parametrai","text_title":"Tikrinti klaidas kai raÅ¡oma"},"removeformat":{"toolbar":"Panaikinti formatÄ "},"pastetext":{"button":"Ä®dÄti kaip grynÄ tekstÄ ","title":"Ä®dÄti kaip grynÄ tekstÄ "},"pastefromword":{"confirmCleanup":"Tekstas, kurį įkeliate yra kopijuojamas iÅ¡ Word. Ar norite jį iÅ¡valyti prieÅ¡ įkeliant?","error":"DÄl vidinių sutrikimų, nepavyko iÅ¡valyti įkeliamo teksto","title":"Ä®dÄti iÅ¡ Word","toolbar":"Ä®dÄti iÅ¡ Word"},"maximize":{"maximize":"IÅ¡didinti","minimize":"Sumažinti"},"magicline":{"title":"Insert paragraph here"},"list":{"bulletedlist":"Suženklintas sÄ raÅ¡as","numberedlist":"Numeruotas sÄ raÅ¡as"},"link":{"acccessKey":"Prieigos raktas","advanced":"Papildomas","advisoryContentType":"Konsultacinio turinio tipas","advisoryTitle":"KonsultacinÄ antraÅ¡tÄ","anchor":{"toolbar":"Ä®terpti/modifikuoti žymÄ","menu":"ŽymÄs savybÄs","title":"ŽymÄs savybÄs","name":"ŽymÄs vardas","errorName":"PraÅ¡ome įvesti žymÄs vardÄ ","remove":"PaÅ¡alinti žymÄ"},"anchorId":"Pagal žymÄs Id","anchorName":"Pagal žymÄs vardÄ ","charset":"Susietų iÅ¡teklių simbolių lentelÄ","cssClasses":"Stilių lentelÄs klasÄs","emailAddress":"El.paÅ¡to adresas","emailBody":"ŽinutÄs turinys","emailSubject":"ŽinutÄs tema","id":"Id","info":"Nuorodos informacija","langCode":"Teksto kryptis","langDir":"Teksto kryptis","langDirLTR":"IÅ¡ kairÄs į deÅ¡inÄ (LTR)","langDirRTL":"IÅ¡ deÅ¡inÄs į kairÄ (RTL)","menu":"Taisyti nuorodÄ ","name":"Vardas","noAnchors":"(Å iame dokumente žymių nÄra)","noEmail":"PraÅ¡ome įvesti el.paÅ¡to adresÄ ","noUrl":"PraÅ¡ome įvesti nuorodos URL","other":"<kitas>","popupDependent":"Priklausomas (Netscape)","popupFeatures":"IÅ¡skleidžiamo lango savybÄs","popupFullScreen":"Visas ekranas (IE)","popupLeft":"KairÄ pozicija","popupLocationBar":"Adreso juosta","popupMenuBar":"Meniu juosta","popupResizable":"Kintamas dydis","popupScrollBars":"Slinkties juostos","popupStatusBar":"BÅ«senos juosta","popupToolbar":"Mygtukų juosta","popupTop":"VirÅ¡utinÄ pozicija","rel":"SÄ sajos","selectAnchor":"Pasirinkite žymÄ","styles":"Stilius","tabIndex":"Tabuliavimo indeksas","target":"Paskirties vieta","targetFrame":"<kadras>","targetFrameName":"Paskirties kadro vardas","targetPopup":"<iÅ¡skleidžiamas langas>","targetPopupName":"Paskirties lango vardas","title":"Nuoroda","toAnchor":"ŽymÄ Å¡iame puslapyje","toEmail":"El.paÅ¡tas","toUrl":"Nuoroda","toolbar":"Ä®terpti/taisyti nuorodÄ ","type":"Nuorodos tipas","unlink":"Panaikinti nuorodÄ ","upload":"Siųsti"},"indent":{"indent":"Padidinti įtraukÄ ","outdent":"Sumažinti įtraukÄ "},"image":{"alt":"Alternatyvus Tekstas","border":"RÄmelis","btnUpload":"Siųsti į serverį","button2Img":"Ar norite mygtukÄ paversti paprastu paveiksliuku?","hSpace":"Hor.ErdvÄ","img2Button":"Ar norite paveiksliukÄ paversti mygtuku?","infoTab":"Vaizdo informacija","linkTab":"Nuoroda","lockRatio":"IÅ¡laikyti proporcijÄ ","menu":"Vaizdo savybÄs","resetSize":"Atstatyti dydį","title":"Vaizdo savybÄs","titleButton":"Vaizdinio mygtuko savybÄs","upload":"Nusiųsti","urlMissing":"Paveiksliuko nuorodos nÄra.","vSpace":"Vert.ErdvÄ","validateBorder":"ReikÅ¡mÄ turi bÅ«ti sveikas skaiÄius.","validateHSpace":"ReikÅ¡mÄ turi bÅ«ti sveikas skaiÄius.","validateVSpace":"ReikÅ¡mÄ turi bÅ«ti sveikas skaiÄius."},"horizontalrule":{"toolbar":"Ä®terpti horizontaliÄ linijÄ "},"format":{"label":"Å rifto formatas","panelTitle":"Å rifto formatas","tag_address":"Kreipinio","tag_div":"Normalus (DIV)","tag_h1":"AntraÅ¡tinis 1","tag_h2":"AntraÅ¡tinis 2","tag_h3":"AntraÅ¡tinis 3","tag_h4":"AntraÅ¡tinis 4","tag_h5":"AntraÅ¡tinis 5","tag_h6":"AntraÅ¡tinis 6","tag_p":"Normalus","tag_pre":"Formuotas"},"fakeobjects":{"anchor":"ŽymÄ","flash":"Flash animacija","hiddenfield":"PaslÄptas laukas","iframe":"IFrame","unknown":"Nežinomas objektas"},"elementspath":{"eleLabel":"Elemento kelias","eleTitle":"%1 elementas"},"contextmenu":{"options":"Kontekstinio meniu parametrai"},"clipboard":{"copy":"Kopijuoti","copyError":"JÅ«sų narÅ¡yklÄs saugumo nustatymai neleidžia redaktoriui automatiÅ¡kai įvykdyti kopijavimo operacijų. Tam praÅ¡ome naudoti klaviatÅ«rÄ (Ctrl/Cmd+C).","cut":"IÅ¡kirpti","cutError":"JÅ«sų narÅ¡yklÄs saugumo nustatymai neleidžia redaktoriui automatiÅ¡kai įvykdyti iÅ¡kirpimo operacijų. Tam praÅ¡ome naudoti klaviatÅ«rÄ (Ctrl/Cmd+X).","paste":"Ä®dÄti","pasteArea":"Ä®kelti dalį","pasteMsg":"Žemiau esanÄiame įvedimo lauke įdÄkite tekstÄ , naudodami klaviatÅ«rÄ (<STRONG>Ctrl/Cmd+V</STRONG>) ir paspauskite mygtukÄ <STRONG>OK</STRONG>.","securityMsg":"DÄl jÅ«sų narÅ¡yklÄs saugumo nustatymų, redaktorius negali tiesiogiai pasiekti laikinosios atminties. Jums reikia nukopijuoti dar kartÄ Ä¯ šį langÄ .","title":"Ä®dÄti"},"button":{"selectedLabel":"%1 (Pasirinkta)"},"blockquote":{"toolbar":"Citata"},"basicstyles":{"bold":"Pusjuodis","italic":"Kursyvas","strike":"Perbrauktas","subscript":"Apatinis indeksas","superscript":"VirÅ¡utinis indeksas","underline":"Pabrauktas"},"about":{"copy":"Copyright © $1. Visos teiss saugomos.","dlgTitle":"Apie CKEditor","help":"Patikrinkite $1 dÄl pagalbos.","moreInfo":"DÄl licencijavimo apsilankykite mÅ«sų svetainÄje:","title":"Apie CKEditor","userGuide":"CKEditor Vartotojo Gidas"},"editor":"Pilnas redaktorius","editorPanel":"Pilno redagtoriaus skydelis","common":{"editorHelp":"Spauskite ALT 0 dÄl pagalbos","browseServer":"NarÅ¡yti po serverį","url":"URL","protocol":"Protokolas","upload":"Siųsti","uploadSubmit":"Siųsti į serverį","image":"Vaizdas","flash":"Flash","form":"Forma","checkbox":"Žymimasis langelis","radio":"Žymimoji akutÄ","textField":"Teksto laukas","textarea":"Teksto sritis","hiddenField":"Nerodomas laukas","button":"Mygtukas","select":"Atrankos laukas","imageButton":"Vaizdinis mygtukas","notSet":"<nÄra nustatyta>","id":"Id","name":"Vardas","langDir":"Teksto kryptis","langDirLtr":"IÅ¡ kairÄs į deÅ¡inÄ (LTR)","langDirRtl":"IÅ¡ deÅ¡inÄs į kairÄ (RTL)","langCode":"Kalbos kodas","longDescr":"Ilgas apraÅ¡ymas URL","cssClass":"Stilių lentelÄs klasÄs","advisoryTitle":"KonsultacinÄ antraÅ¡tÄ","cssStyle":"Stilius","ok":"OK","cancel":"Nutraukti","close":"Uždaryti","preview":"PeržiÅ«rÄti","resize":"Pavilkite, kad pakeistumÄte dydį","generalTab":"Bendros savybÄs","advancedTab":"Papildomas","validateNumberFailed":"Å i reikÅ¡mÄ nÄra skaiÄius.","confirmNewPage":"Visas neiÅ¡saugotas turinys bus prarastas. Ar tikrai norite įkrauti naujÄ puslapį?","confirmCancel":"Kai kurie parametrai pasikeitÄ. Ar tikrai norite užverti langÄ ?","options":"Parametrai","target":"TikslinÄ nuoroda","targetNew":"Naujas langas (_blank)","targetTop":"VirÅ¡utinis langas (_top)","targetSelf":"Esamas langas (_self)","targetParent":"Paskutinis langas (_parent)","langDirLTR":"IÅ¡ kairÄs į deÅ¡inÄ (LTR)","langDirRTL":"IÅ¡ deÅ¡inÄs į kairÄ (RTL)","styles":"Stilius","cssClasses":"Stilių klasÄs","width":"Plotis","height":"AukÅ¡tis","align":"Lygiuoti","alignLeft":"KairÄ","alignRight":"DeÅ¡inÄ","alignCenter":"CentrÄ ","alignJustify":"Lygiuoti abi puses","alignTop":"ViršūnÄ","alignMiddle":"Vidurį","alignBottom":"ApaÄiÄ ","alignNone":"Niekas","invalidValue":"Neteisinga reikÅ¡mÄ.","invalidHeight":"AukÅ¡tis turi bÅ«ti nurodytas skaiÄiais.","invalidWidth":"Plotis turi bÅ«ti nurodytas skaiÄiais.","invalidCssLength":"ReikÅ¡mÄ nurodyta \"%1\" laukui, turi bÅ«ti teigiamas skaiÄius su arba be tinkamo CSS matavimo vieneto (px, %, in, cm, mm, em, ex, pt arba pc).","invalidHtmlLength":"ReikÅ¡mÄ nurodyta \"%1\" laukui, turi bÅ«ti teigiamas skaiÄius su arba be tinkamo HTML matavimo vieneto (px arba %).","invalidInlineStyle":"ReikÅ¡mÄ nurodyta vidiniame stiliuje turi bÅ«ti sudaryta iÅ¡ vieno Å¡ių reikÅ¡mių \"vardas : reikÅ¡mÄ\", atskirta kabliataÅ¡kiais.","cssLengthTooltip":"Ä®veskite reikÅ¡mÄ pikseliais arba skaiÄiais su tinkamu CSS vienetu (px, %, in, cm, mm, em, ex, pt arba pc).","unavailable":"%1<span class=\"cke_accessibility\">, netinkamas</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/lv.js b/public/assets/ckeditor/lang/lv.js new file mode 100644 index 0000000..94f3248 --- /dev/null +++ b/public/assets/ckeditor/lang/lv.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['lv']={"wsc":{"btnIgnore":"IgnorÄt","btnIgnoreAll":"IgnorÄt visu","btnReplace":"Aizvietot","btnReplaceAll":"Aizvietot visu","btnUndo":"Atcelt","changeTo":"NomainÄ«t uz","errorLoading":"Kļūda ielÄdÄjot aplikÄcijas servisa adresi: %s.","ieSpellDownload":"PareizrakstÄ«bas pÄrbaudÄ«tÄjs nav pievienots. Vai vÄlaties to lejupielÄdÄt tagad?","manyChanges":"PareizrakstÄ«bas pÄrbaude pabeigta: %1 vÄrdi tika mainÄ«ti","noChanges":"PareizrakstÄ«bas pÄrbaude pabeigta: nekas netika labots","noMispell":"PareizrakstÄ«bas pÄrbaude pabeigta: kļūdas netika atrastas","noSuggestions":"- Nav ieteikumu -","notAvailable":"Atvainojiet, bet serviss Å¡obrÄ«d nav pieejams.","notInDic":"Netika atrasts vÄrdnÄ«cÄ","oneChange":"PareizrakstÄ«bas pÄrbaude pabeigta: 1 vÄrds izmainÄ«ts","progress":"Notiek pareizrakstÄ«bas pÄrbaude...","title":"PÄrbaudÄ«t gramatiku","toolbar":"PareizrakstÄ«bas pÄrbaude"},"undo":{"redo":"AtkÄrtot","undo":"Atcelt"},"toolbar":{"toolbarCollapse":"AizvÄrt rÄ«kjoslu","toolbarExpand":"AtvÄrt rÄ«kjoslu","toolbarGroups":{"document":"Dokuments","clipboard":"Starpliktuve/Atcelt","editing":"LaboÅ¡ana","forms":"Formas","basicstyles":"Pamata stili","paragraph":"ParagrÄfs","links":"Saites","insert":"Ievietot","styles":"Stili","colors":"KrÄsas","tools":"RÄ«ki"},"toolbars":"Redaktora rÄ«kjoslas"},"table":{"border":"RÄmja izmÄrs","caption":"LeÄ£enda","cell":{"menu":"Å Å«na","insertBefore":"Pievienot šūnu pirms","insertAfter":"Pievienot šūnu pÄc","deleteCell":"DzÄst rÅ«tiÅas","merge":"Apvienot rÅ«tiÅas","mergeRight":"Apvieno pa labi","mergeDown":"Apvienot uz leju","splitHorizontal":"SadalÄ«t šūnu horizontÄli","splitVertical":"SadalÄ«t šūnu vertikÄli","title":"Å Å«nas uzstÄdÄ«jumi","cellType":"Å Å«nas tips","rowSpan":"Apvienotas rindas","colSpan":"Apvienotas kolonas","wordWrap":"VÄrdu pÄrnese","hAlign":"HorizontÄlais novietojums","vAlign":"VertikÄlais novietojums","alignBaseline":"Pamatrinda","bgColor":"Fona krÄsa","borderColor":"RÄmja krÄsa","data":"Dati","header":"Virsraksts","yes":"JÄ","no":"NÄ","invalidWidth":"Å Å«nas platumam jÄbÅ«t skaitlim","invalidHeight":"Å Å«nas augstumam jÄbÅ«t skaitlim","invalidRowSpan":"Apvienojamo rindu skaitam jÄbÅ«t veselam skaitlim","invalidColSpan":"Apvienojamo kolonu skaitam jÄbÅ«t veselam skaitlim","chooseColor":"IzvÄlÄties"},"cellPad":"RÅ«tiÅu nobÄ«de","cellSpace":"RÅ«tiÅu atstatums","column":{"menu":"Kolonna","insertBefore":"Ievietot kolonu pirms","insertAfter":"Ievieto kolonu pÄc","deleteColumn":"DzÄst kolonnas"},"columns":"Kolonnas","deleteTable":"DzÄst tabulu","headers":"Virsraksti","headersBoth":"Abi","headersColumn":"PirmÄ kolona","headersNone":"Nekas","headersRow":"PirmÄ rinda","invalidBorder":"RÄmju izmÄram jÄbÅ«t skaitlim","invalidCellPadding":"Å Å«nu atkÄpÄm jÄbÅ«t pozitÄ«vam skaitlim","invalidCellSpacing":"Å Å«nu atstarpÄm jÄbÅ«t pozitÄ«vam skaitlim","invalidCols":"Kolonu skaitam jÄbÅ«t lielÄkam par 0","invalidHeight":"Tabulas augstumam jÄbÅ«t skaitlim","invalidRows":"Rindu skaitam jÄbÅ«t lielÄkam par 0","invalidWidth":"Tabulas platumam jÄbÅ«t skaitlim","menu":"Tabulas Ä«pašības","row":{"menu":"Rinda","insertBefore":"Ievietot rindu pirms","insertAfter":"Ievietot rindu pÄc","deleteRow":"DzÄst rindas"},"rows":"Rindas","summary":"AnotÄcija","title":"Tabulas Ä«pašības","toolbar":"Tabula","widthPc":"procentuÄli","widthPx":"pikseļos","widthUnit":"platuma mÄrvienÄ«ba"},"stylescombo":{"label":"Stils","panelTitle":"FormatÄÅ¡anas stili","panelTitle1":"Bloka stili","panelTitle2":"iekļautie stili","panelTitle3":"Objekta stili"},"specialchar":{"options":"SpeciÄlo simbolu uzstÄdÄ«jumi","title":"Ievietot Ä«paÅ¡u simbolu","toolbar":"Ievietot speciÄlo simbolu"},"sourcearea":{"toolbar":"HTML kods"},"scayt":{"btn_about":"Par SCAYT","btn_dictionaries":"VÄrdnÄ«cas","btn_disable":"AtslÄgt SCAYT","btn_enable":"IeslÄgt SCAYT","btn_langs":"Valodas","btn_options":"UzstÄdÄ«jumi","text_title":"PÄrbaudÄ«t gramatiku rakstot"},"removeformat":{"toolbar":"NoÅemt stilus"},"pastetext":{"button":"Ievietot kÄ vienkÄrÅ¡u tekstu","title":"Ievietot kÄ vienkÄrÅ¡u tekstu"},"pastefromword":{"confirmCleanup":"Teksts, kuru vÄlaties ielÄ«mÄt, izskatÄs ir nokopÄts no Word. Vai vÄlaties to iztÄ«rÄ«t pirms ielÄ«mÄÅ¡anas?","error":"IekÅ¡Äjas kļūdas dÄļ, neizdevÄs iztÄ«rÄ«t ielÄ«mÄtos datus.","title":"Ievietot no Worda","toolbar":"Ievietot no Worda"},"maximize":{"maximize":"MaksimizÄt","minimize":"MinimizÄt"},"magicline":{"title":"Ievietot Å¡eit rindkopu"},"list":{"bulletedlist":"Pievienot/NoÅemt vienkÄrÅ¡u sarakstu","numberedlist":"NumurÄts saraksts"},"link":{"acccessKey":"Pieejas taustiÅÅ¡","advanced":"IzvÄrstais","advisoryContentType":"KonsultatÄ«vs satura tips","advisoryTitle":"KonsultatÄ«vs virsraksts","anchor":{"toolbar":"Ievietot/Labot iezÄ«mi","menu":"Labot iezÄ«mi","title":"IezÄ«mes uzstÄdÄ«jumi","name":"IezÄ«mes nosaukums","errorName":"LÅ«dzu norÄdiet iezÄ«mes nosaukumu","remove":"NoÅemt iezÄ«mi"},"anchorId":"PÄc elementa ID","anchorName":"PÄc iezÄ«mes nosaukuma","charset":"PievienotÄ resursa kodÄjums","cssClasses":"Stilu saraksta klases","emailAddress":"E-pasta adrese","emailBody":"ZiÅas saturs","emailSubject":"ZiÅas tÄma","id":"ID","info":"Hipersaites informÄcija","langCode":"Valodas kods","langDir":"Valodas lasīšanas virziens","langDirLTR":"No kreisÄs uz labo (LTR)","langDirRTL":"No labÄs uz kreiso (RTL)","menu":"Labot hipersaiti","name":"Nosaukums","noAnchors":"(Å ajÄ dokumentÄ nav iezÄ«mju)","noEmail":"LÅ«dzu norÄdi e-pasta adresi","noUrl":"LÅ«dzu norÄdi hipersaiti","other":"<cits>","popupDependent":"AtkarÄ«gs (Netscape)","popupFeatures":"UznirstoÅ¡Ä loga nosaukums Ä«pašības","popupFullScreen":"PilnÄ ekrÄnÄ (IE)","popupLeft":"KreisÄ koordinÄte","popupLocationBar":"AtraÅ¡anÄs vietas josla","popupMenuBar":"IzvÄlnes josla","popupResizable":"MÄrogojams","popupScrollBars":"Ritjoslas","popupStatusBar":"Statusa josla","popupToolbar":"RÄ«ku josla","popupTop":"AugÅ¡ÄjÄ koordinÄte","rel":"RelÄcija","selectAnchor":"IzvÄlÄties iezÄ«mi","styles":"Stils","tabIndex":"CiļÅu indekss","target":"MÄrÄ·is","targetFrame":"<ietvars>","targetFrameName":"MÄrÄ·a ietvara nosaukums","targetPopup":"<uznirstoÅ¡Ä logÄ>","targetPopupName":"UznirstoÅ¡Ä loga nosaukums","title":"Hipersaite","toAnchor":"IezÄ«me Å¡ajÄ lapÄ","toEmail":"E-pasts","toUrl":"Adrese","toolbar":"Ievietot/Labot hipersaiti","type":"Hipersaites tips","unlink":"NoÅemt hipersaiti","upload":"AugÅ¡upielÄdÄt"},"indent":{"indent":"PalielinÄt atkÄpi","outdent":"SamazinÄt atkÄpi"},"image":{"alt":"AlternatÄ«vais teksts","border":"RÄmis","btnUpload":"NosÅ«tÄ«t serverim","button2Img":"Vai vÄlaties pÄrveidot izvÄlÄto attÄla pogu uz attÄla?","hSpace":"HorizontÄlÄ telpa","img2Button":"Vai vÄlaties pÄrveidot izvÄlÄto attÄlu uz attÄla pogas?","infoTab":"InformÄcija par attÄlu","linkTab":"Hipersaite","lockRatio":"NemainÄ«ga Augstuma/Platuma attiecÄ«ba","menu":"AttÄla Ä«pašības","resetSize":"Atjaunot sÄkotnÄjo izmÄru","title":"AttÄla Ä«pašības","titleButton":"AttÄlpogas Ä«pašības","upload":"AugÅ¡upielÄdÄt","urlMissing":"TrÅ«kst attÄla atraÅ¡anÄs adrese.","vSpace":"VertikÄlÄ telpa","validateBorder":"Apmalei jÄbÅ«t veselam skaitlim","validateHSpace":"HSpace jÄbÅ«t veselam skaitlim","validateVSpace":"VSpace jÄbÅ«t veselam skaitlim"},"horizontalrule":{"toolbar":"Ievietot horizontÄlu AtdalÄ«tÄjsvÄ«tru"},"format":{"label":"FormÄts","panelTitle":"FormÄts","tag_address":"Adrese","tag_div":"Rindkopa (DIV)","tag_h1":"Virsraksts 1","tag_h2":"Virsraksts 2","tag_h3":"Virsraksts 3","tag_h4":"Virsraksts 4","tag_h5":"Virsraksts 5","tag_h6":"Virsraksts 6","tag_p":"NormÄls teksts","tag_pre":"FormatÄts teksts"},"fakeobjects":{"anchor":"IezÄ«me","flash":"Flash animÄcija","hiddenfield":"SlÄpts lauks","iframe":"Iframe","unknown":"NezinÄms objekts"},"elementspath":{"eleLabel":"Elementa ceļš","eleTitle":"%1 elements"},"contextmenu":{"options":"UznirstoÅ¡Äs izvÄlnes uzstÄdÄ«jumi"},"clipboard":{"copy":"KopÄt","copyError":"JÅ«su pÄrlÅ«kprogrammas drošības iestatÄ«jumi nepieļauj redaktoram automÄtiski veikt kopÄÅ¡anas darbÄ«bu. LÅ«dzu, izmantojiet (Ctrl/Cmd+C), lai veiktu Å¡o darbÄ«bu.","cut":"Izgriezt","cutError":"JÅ«su pÄrlÅ«kprogrammas drošības iestatÄ«jumi nepieļauj redaktoram automÄtiski veikt izgriezÅ¡anas darbÄ«bu. LÅ«dzu, izmantojiet (Ctrl/Cmd+X), lai veiktu Å¡o darbÄ«bu.","paste":"IelÄ«mÄt","pasteArea":"IelÄ«mÄÅ¡anas zona","pasteMsg":"LÅ«dzu, ievietojiet tekstu Å¡ajÄ laukumÄ, izmantojot klaviatÅ«ru (<STRONG>Ctrl/Cmd+V</STRONG>) un apstipriniet ar <STRONG>DarÄ«ts!</STRONG>.","securityMsg":"JÅ«su pÄrlÅ«ka drošības uzstÄdÄ«jumu dÄļ, nav iespÄjams tieÅ¡i piekļūt jÅ«su starpliktuvei. Jums jÄielÄ«mÄ atkÄrtoti Å¡ajÄ logÄ.","title":"Ievietot"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"Bloka citÄts"},"basicstyles":{"bold":"TrekninÄts","italic":"KursÄ«vs","strike":"PÄrsvÄ«trots","subscript":"ApakÅ¡rakstÄ","superscript":"AugÅ¡rakstÄ","underline":"PasvÄ«trots"},"about":{"copy":"KopÄÅ¡anas tiesÄ«bas © $1. Visas tiesÄ«bas rezervÄtas.","dlgTitle":"Par CKEditor","help":"PÄrbaudiet $1 palÄ«dzÄ«bai.","moreInfo":"InformÄcijai par licenzÄÅ¡anu apmeklÄjiet mÅ«su mÄjas lapu:","title":"Par CKEditor","userGuide":"CKEditor LietotÄja pamÄcÄ«ba"},"editor":"BagÄtinÄtÄ teksta redaktors","editorPanel":"BagÄtinÄtÄ teksta redaktora panelis","common":{"editorHelp":"PalÄ«dzÄ«bai, nospiediet ALT 0 ","browseServer":"SkatÄ«t servera saturu","url":"URL","protocol":"Protokols","upload":"AugÅ¡upielÄdÄt","uploadSubmit":"NosÅ«tÄ«t serverim","image":"AttÄls","flash":"Flash","form":"Forma","checkbox":"AtzÄ«mÄÅ¡anas kastÄ«te","radio":"IzvÄles poga","textField":"Teksta rinda","textarea":"Teksta laukums","hiddenField":"PaslÄpta teksta rinda","button":"Poga","select":"IezÄ«mÄÅ¡anas lauks","imageButton":"AttÄlpoga","notSet":"<nav iestatÄ«ts>","id":"Id","name":"Nosaukums","langDir":"Valodas lasīšanas virziens","langDirLtr":"No kreisÄs uz labo (LTR)","langDirRtl":"No labÄs uz kreiso (RTL)","langCode":"Valodas kods","longDescr":"Gara apraksta Hipersaite","cssClass":"Stilu saraksta klases","advisoryTitle":"KonsultatÄ«vs virsraksts","cssStyle":"Stils","ok":"DarÄ«ts!","cancel":"Atcelt","close":"AizvÄrt","preview":"PriekÅ¡skatÄ«jums","resize":"MÄrogot","generalTab":"VispÄrÄ«gi","advancedTab":"IzvÄrstais","validateNumberFailed":"Å Ä« vÄrtÄ«ba nav skaitlis","confirmNewPage":"Jebkuras nesaglabÄtÄs izmaiÅas tiks zaudÄtas. Vai tieÅ¡Äm vÄlaties atvÄrt jaunu lapu?","confirmCancel":"Daži no uzstÄdÄ«jumiem ir mainÄ«ti. Vai tieÅ¡Äm vÄlaties aizvÄrt Å¡o dialogu?","options":"UzstÄdÄ«jumi","target":"MÄrÄ·is","targetNew":"Jauns logs (_blank)","targetTop":"VirsÄjais logs (_top)","targetSelf":"Tas pats logs (_self)","targetParent":"Avota logs (_parent)","langDirLTR":"Kreisais uz Labo (LTR)","langDirRTL":"Labais uz Kreiso (RTL)","styles":"Stils","cssClasses":"Stilu klases","width":"Platums","height":"Augstums","align":"NolÄ«dzinÄt","alignLeft":"Pa kreisi","alignRight":"Pa labi","alignCenter":"CentrÄti","alignJustify":"IzlÄ«dzinÄt malas","alignTop":"AugÅ¡Ä","alignMiddle":"VertikÄli centrÄts","alignBottom":"ApakÅ¡Ä","alignNone":"Nekas","invalidValue":"Nekorekta vÄrtÄ«ba","invalidHeight":"Augstumam jÄbÅ«t skaitlim.","invalidWidth":"Platumam jÄbÅ«t skaitlim","invalidCssLength":"Laukam \"%1\" norÄdÄ«tajai vÄrtÄ«bai jÄbÅ«t pozitÄ«vam skaitlim ar vai bez korektÄm CSS mÄrvienÄ«bÄm (px, %, in, cm, mm, em, ex, pt, vai pc).","invalidHtmlLength":"Laukam \"%1\" norÄdÄ«tajai vÄrtÄ«bai jÄbÅ«t pozitÄ«vam skaitlim ar vai bez korektÄm HTML mÄrvienÄ«bÄm (px vai %).","invalidInlineStyle":"IekļautajÄ stilÄ norÄdÄ«tajai vÄrtÄ«bai jÄsastÄv no viena vai vairÄkiem pÄriem pÄc forma'ta \"nosaukums: vÄrtÄ«ba\", atdalÄ«tiem ar semikolu.","cssLengthTooltip":"Ievadiet vÄrtÄ«bu pikseļos vai skaitli ar derÄ«gu CSS mÄrvienÄ«bu (px, %, in, cm, mm, em, ex, pt, vai pc).","unavailable":"%1<span class=\"cke_accessibility\">, nav pieejams</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/mk.js b/public/assets/ckeditor/lang/mk.js new file mode 100644 index 0000000..09687b0 --- /dev/null +++ b/public/assets/ckeditor/lang/mk.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['mk']={"wsc":{"btnIgnore":"Ignore","btnIgnoreAll":"Ignore All","btnReplace":"Replace","btnReplaceAll":"Replace All","btnUndo":"Undo","changeTo":"Change to","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Spell checker not installed. Do you want to download it now?","manyChanges":"Spell check complete: %1 words changed","noChanges":"Spell check complete: No words changed","noMispell":"Spell check complete: No misspellings found","noSuggestions":"- No suggestions -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Not in dictionary","oneChange":"Spell check complete: One word changed","progress":"Spell check in progress...","title":"Spell Checker","toolbar":"Check Spelling"},"undo":{"redo":"Redo","undo":"Undo"},"toolbar":{"toolbarCollapse":"Collapse Toolbar","toolbarExpand":"Expand Toolbar","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"table":{"border":"Border size","caption":"Caption","cell":{"menu":"Cell","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"Delete Cells","merge":"Merge Cells","mergeRight":"Merge Right","mergeDown":"Merge Down","splitHorizontal":"Split Cell Horizontally","splitVertical":"Split Cell Vertically","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Word Wrap","hAlign":"Horizontal Alignment","vAlign":"Vertical Alignment","alignBaseline":"Baseline","bgColor":"Background Color","borderColor":"Border Color","data":"Data","header":"Header","yes":"Yes","no":"No","invalidWidth":"Cell width must be a number.","invalidHeight":"Cell height must be a number.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"Choose"},"cellPad":"Cell padding","cellSpace":"Cell spacing","column":{"menu":"Column","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"Delete Columns"},"columns":"Columns","deleteTable":"Delete Table","headers":"Headers","headersBoth":"Both","headersColumn":"First column","headersNone":"None","headersRow":"First Row","invalidBorder":"Border size must be a number.","invalidCellPadding":"Cell padding must be a positive number.","invalidCellSpacing":"Cell spacing must be a positive number.","invalidCols":"Number of columns must be a number greater than 0.","invalidHeight":"Table height must be a number.","invalidRows":"Number of rows must be a number greater than 0.","invalidWidth":"Table width must be a number.","menu":"Table Properties","row":{"menu":"Row","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"Delete Rows"},"rows":"Rows","summary":"Summary","title":"Table Properties","toolbar":"Table","widthPc":"percent","widthPx":"pixels","widthUnit":"width unit"},"stylescombo":{"label":"Styles","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"specialchar":{"options":"Special Character Options","title":"Select Special Character","toolbar":"Insert Special Character"},"sourcearea":{"toolbar":"Source"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"Remove Format"},"pastetext":{"button":"Paste as plain text","title":"Paste as Plain Text"},"pastefromword":{"confirmCleanup":"The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?","error":"It was not possible to clean up the pasted data due to an internal error","title":"Paste from Word","toolbar":"Paste from Word"},"maximize":{"maximize":"Maximize","minimize":"Minimize"},"magicline":{"title":"Insert paragraph here"},"list":{"bulletedlist":"Insert/Remove Bulleted List","numberedlist":"Insert/Remove Numbered List"},"link":{"acccessKey":"Access Key","advanced":"Advanced","advisoryContentType":"Advisory Content Type","advisoryTitle":"Advisory Title","anchor":{"toolbar":"Anchor","menu":"Edit Anchor","title":"Anchor Properties","name":"Anchor Name","errorName":"Please type the anchor name","remove":"Remove Anchor"},"anchorId":"By Element Id","anchorName":"By Anchor Name","charset":"Linked Resource Charset","cssClasses":"Stylesheet Classes","emailAddress":"E-Mail Address","emailBody":"Message Body","emailSubject":"Message Subject","id":"Id","info":"Link Info","langCode":"Ðод на Ñазик","langDir":"ÐаÑока на Ñазик","langDirLTR":"Ðево кон деÑно","langDirRTL":"ÐеÑно кон лево","menu":"Edit Link","name":"Name","noAnchors":"(No anchors available in the document)","noEmail":"Please type the e-mail address","noUrl":"Please type the link URL","other":"<other>","popupDependent":"Dependent (Netscape)","popupFeatures":"Popup Window Features","popupFullScreen":"Full Screen (IE)","popupLeft":"Left Position","popupLocationBar":"Location Bar","popupMenuBar":"Menu Bar","popupResizable":"Resizable","popupScrollBars":"Scroll Bars","popupStatusBar":"Status Bar","popupToolbar":"Toolbar","popupTop":"Top Position","rel":"Relationship","selectAnchor":"Select an Anchor","styles":"СÑил","tabIndex":"Tab Index","target":"Target","targetFrame":"<frame>","targetFrameName":"Target Frame Name","targetPopup":"<popup window>","targetPopupName":"Popup Window Name","title":"ÐÑÑка","toAnchor":"Link to anchor in the text","toEmail":"E-mail","toUrl":"URL","toolbar":"ÐÑÑка","type":"Link Type","unlink":"Unlink","upload":"ÐÑикаÑи"},"indent":{"indent":"Increase Indent","outdent":"Decrease Indent"},"image":{"alt":"ÐлÑеÑнаÑивен ÑекÑÑ","border":"Раб","btnUpload":"ÐÑикаÑи на ÑеÑвеÑ","button2Img":"Ðали ÑакаÑе да напÑавиÑе ÑликаÑа-копÑе да биде Ñамо Ñлика?","hSpace":"ХоÑизонÑален пÑоÑÑоÑ","img2Button":"Ðали ÑакаÑе да Ñа пÑеÑвоÑиÑе ÑликаÑа во Ñлика-копÑе?","infoTab":"ÐнÑоÑмаÑии за ÑликаÑа","linkTab":"ÐÑÑка","lockRatio":"ÐаÑÑÐ²Ð°Ñ Ð¿ÑопоÑÑиÑа","menu":"СвоÑÑÑва на ÑликаÑа","resetSize":"РеÑеÑиÑÐ°Ñ Ð³Ð¾Ð»ÐµÐ¼Ð¸Ð½Ð°","title":"СвоÑÑÑва на ÑликаÑа","titleButton":"СвоÑÑÑва на копÑе-ÑликаÑа","upload":"ÐÑикаÑи","urlMissing":"ÐедоÑÑаÑÑва URL-Ñо на ÑликаÑа.","vSpace":"ÐеÑÑикален пÑоÑÑоÑ","validateBorder":"Ð Ð°Ð±Ð¾Ñ Ð¼Ð¾Ñа да биде Ñел бÑоÑ.","validateHSpace":"ХоÑ. пÑоÑÑÐ¾Ñ Ð¼Ð¾Ñа да биде Ñел бÑоÑ.","validateVSpace":"ÐеÑÑ. пÑоÑÑÐ¾Ñ Ð¼Ð¾Ñа да биде Ñел бÑоÑ."},"horizontalrule":{"toolbar":"Insert Horizontal Line"},"format":{"label":"Format","panelTitle":"Paragraph Format","tag_address":"Address","tag_div":"Normal (DIV)","tag_h1":"Heading 1","tag_h2":"Heading 2","tag_h3":"Heading 3","tag_h4":"Heading 4","tag_h5":"Heading 5","tag_h6":"Heading 6","tag_p":"Normal","tag_pre":"Formatted"},"fakeobjects":{"anchor":"Anchor","flash":"Flash Animation","hiddenfield":"СкÑиено поле","iframe":"IFrame","unknown":"Unknown Object"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"contextmenu":{"options":"ÐонÑекÑÑ-мени опÑии"},"clipboard":{"copy":"ÐопиÑÐ°Ñ (Copy)","copyError":"ÐпÑииÑе за безбедноÑÑ Ð½Ð° ваÑÐ¸Ð¾Ñ Ð¿ÑелиÑÑÑÐ²Ð°Ñ Ð½Ðµ дозволÑÐ²Ð°Ð°Ñ ÑÑедÑваÑÐ¾Ñ Ð°Ð²ÑомаÑÑки да извÑÑи копиÑаÑе. Ðе молиме ÑпоÑÑебеÑе Ñа ÑаÑÑаÑÑÑаÑа. (Ctrl/Cmd+C)","cut":"ÐÑеÑи (Cut)","cutError":"ÐпÑииÑе за безбедноÑÑ Ð½Ð° ваÑÐ¸Ð¾Ñ Ð¿ÑелиÑÑÑÐ²Ð°Ñ Ð½Ðµ дозволÑÐ²Ð°Ð°Ñ ÑÑедÑваÑÐ¾Ñ Ð°Ð²ÑомаÑÑки да извÑÑи ÑеÑеÑе. Ðе молиме ÑпоÑÑебеÑе Ñа ÑаÑÑаÑÑÑаÑа. (Ctrl/Cmd+C)","paste":"Ðалепи (Paste)","pasteArea":"ÐÑоÑÑÐ¾Ñ Ð·Ð° залепÑваÑе","pasteMsg":"Ðе молиме да залепиÑе во ÑÐ»ÐµÐ´Ð½Ð¸Ð¾Ñ ÐºÐ²Ð°Ð´ÑÐ°Ñ ÐºÐ¾ÑиÑÑеÑÑи Ñа ÑаÑÑаÑÑÑаÑа (<string>Ctrl/Cmd+V</string>) и да пÑиÑиÑнеÑе OK","securityMsg":"ÐпÑииÑе за безбедноÑÑ Ð½Ð° ваÑÐ¸Ð¾Ñ Ð¿ÑелиÑÑÑÐ²Ð°Ñ Ð½Ðµ дозволÑÐ²Ð°Ð°Ñ ÑÑедÑваÑÐ¾Ñ Ð´Ð¸ÑекÑно да пÑиÑÑапи до копиÑаниÑе подаÑоÑи. ÐоÑÑебно е повÑоÑно да Ñе обидеÑе во Ð¾Ð²Ð¾Ñ Ð¿ÑозоÑеÑ.","title":"Ðалепи (Paste)"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"Ðдвоен ÑиÑаÑ"},"basicstyles":{"bold":"Ðдебелено","italic":"ÐакÑивено","strike":"ÐÑеÑÑÑано","subscript":"Ðолен индекÑ","superscript":"ÐоÑен индекÑ","underline":"ÐодвлеÑено"},"about":{"copy":"ÐвÑоÑÑки пÑава © $1. СиÑе пÑава Ñе задÑжани.","dlgTitle":"Ðа CKEditor","help":"ÐÑвоÑеÑе $1 за помоÑ.","moreInfo":"Ðа инÑоÑмаÑии Ð¾ÐºÐ¾Ð»Ñ Ð»Ð¸ÑенÑаÑа, ве молиме поÑеÑеÑе го наÑÐ¸Ð¾Ñ Ð²ÐµÐ±-ÑаÑÑ: ","title":"Ðа CKEditor","userGuide":"CKEditor ÑпаÑÑÑво за коÑиÑниÑи"},"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"ÐÑиÑиÑни ALT 0 за помоÑ","browseServer":"ÐÑебаÑÐ°Ñ Ð½Ð¸Ð· ÑеÑвеÑоÑ","url":"URL","protocol":"ÐÑоÑокол","upload":"ÐÑикаÑи","uploadSubmit":"ÐÑикаÑи на ÑеÑвеÑ","image":"Слика","flash":"Flash","form":"Form","checkbox":"Checkbox","radio":"Radio Button","textField":"Ðоле за ÑекÑÑ","textarea":"Ðолемо поле за ÑекÑÑ","hiddenField":"СкÑиено поле","button":"Button","select":"Selection Field","imageButton":"ÐопÑе-Ñлика","notSet":"<not set>","id":"Id","name":"Name","langDir":"ÐаÑока на Ñазик","langDirLtr":"Ðево кон деÑно","langDirRtl":"ÐеÑно кон лево","langCode":"Ðод на Ñазик","longDescr":"Long Description URL","cssClass":"Stylesheet Classes","advisoryTitle":"Advisory Title","cssStyle":"СÑил","ok":"OK","cancel":"Cancel","close":"Close","preview":"Preview","resize":"Resize","generalTab":"ÐпÑÑо","advancedTab":"Advanced","validateNumberFailed":"This value is not a number.","confirmNewPage":"Any unsaved changes to this content will be lost. Are you sure you want to load new page?","confirmCancel":"You have changed some options. Are you sure you want to close the dialog window?","options":"ÐпÑии","target":"Target","targetNew":"Ðов пÑозоÑÐµÑ (_blank)","targetTop":"ÐаÑгоÑÐ½Ð¸Ð¾Ñ Ð¿ÑозоÑÐµÑ (_top)","targetSelf":"ÐÑÑÐ¸Ð¾Ñ Ð¿ÑозоÑÐµÑ (_self)","targetParent":"ÐÑозоÑеÑ-ÑодиÑел (_parent)","langDirLTR":"Ðево кон деÑно","langDirRTL":"ÐеÑно кон лево","styles":"СÑил","cssClasses":"Stylesheet Classes","width":"ШиÑоÑина","height":"ÐиÑоÑина","align":"Alignment","alignLeft":"Ðево","alignRight":"ÐеÑно","alignCenter":"Ðо ÑÑедина","alignJustify":"Justify","alignTop":"ÐоÑе","alignMiddle":"СÑедина","alignBottom":"Ðоле","alignNone":"Ðикое","invalidValue":"Ðевалидна вÑедноÑÑ","invalidHeight":"ÐиÑоÑинаÑа моÑа да биде бÑоÑ.","invalidWidth":"ШиÑоÑинаÑа моÑа да биде бÑоÑ.","invalidCssLength":"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, unavailable</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/mn.js b/public/assets/ckeditor/lang/mn.js new file mode 100644 index 0000000..4fcf512 --- /dev/null +++ b/public/assets/ckeditor/lang/mn.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['mn']={"wsc":{"btnIgnore":"ÐөвÑÓ©Ó©ÑÓ©Ñ ","btnIgnoreAll":"Ðүгдийг зөвÑÓ©Ó©ÑÓ©Ñ ","btnReplace":"Ð¡Ð¾Ð»Ð¸Ñ ","btnReplaceAll":"Ðүгдийг ÐаÑж биÑÐ¸Ñ ","btnUndo":"ÐÑÑÐ°Ð°Ñ ","changeTo":"Ó¨Ó©ÑÑÐ»Ó©Ñ ","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"ÐÒ¯ÑÑм ÑÐ°Ð»Ð³Ð°Ð³Ñ ÑÑÑгаагүй байна. ТаÑаж Ð°Ð²Ð°Ñ Ñг Ñ Ò¯ÑÑ Ð±Ð°Ð¹Ð½Ð° ÑÑ?","manyChanges":"ÐÒ¯ÑÑм Ñалгаад дÑÑÑÑан: %1 үг Ó©Ó©ÑÑлөгдÑөн","noChanges":"ÐÒ¯ÑÑм Ñалгаад дÑÑÑÑан: үг Ó©Ó©ÑÑлөгдөөгүй","noMispell":"ÐÒ¯ÑÑм Ñалгаад дÑÑÑÑан: Ðлдаа олдÑонгүй","noSuggestions":"- ТайлбаÑгүй -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Ð¢Ð¾Ð»Ñ Ð±Ð¸Ñиггүй","oneChange":"ÐÒ¯ÑÑм Ñалгаад дÑÑÑÑан: 1 үг Ó©Ó©ÑÑлөгдÑөн","progress":"ÐÒ¯ÑÑм Ñалгаж байгаа үйл ÑвÑ...","title":"Spell Checker","toolbar":"Үгийн дүÑÑÑ ÑÐ°Ð»Ð³Ð°Ñ "},"undo":{"redo":"Ó¨Ð¼Ð½Ó©Ñ Ò¯Ð¹Ð»Ð´Ð»ÑÑ ÑÑÑгÑÑÑ ","undo":"Ð¥Ò¯Ñингүй Ð±Ð¾Ð»Ð³Ð¾Ñ "},"toolbar":{"toolbarCollapse":"Collapse Toolbar","toolbarExpand":"Expand Toolbar","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"ХолбооÑÑÑд","insert":"ÐÑÑÑÐ»Ð°Ñ ","styles":"ÐагваÑÑÑд","colors":"Ðнгөнүүд","tools":"Ð¥ÑÑÑгÑлүүд"},"toolbars":"ÐолоÑÑÑÑлагÑийн Ñ ÑÑÑгÑлийн ÑамбаÑ"},"table":{"border":"Ð¥Ò¯ÑÑÑний Ñ ÑмжÑÑ","caption":"ТайлбаÑ","cell":{"menu":"ÐÒ¯Ñ /зай","insertBefore":"ÐÒ¯Ñ /зай өмнө Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ","insertAfter":"ÐÒ¯Ñ /зай даÑаа Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ","deleteCell":"ÐÒ¯Ñ ÑÑÑÐ³Ð°Ñ ","merge":"ÐÒ¯Ñ Ð½ÑгÑÑÑ ","mergeRight":"ÐаÑÑÑн ÑÐ¸Ð¹Ñ Ð½ÑгÑгÑÑ ","mergeDown":"ÐÐ¾Ð¾Ñ Ð½ÑгÑгÑÑ ","splitHorizontal":"ÐÒ¯Ñ /зайг боÑÐ¾Ð¾Ð³Ð¾Ð¾Ñ Ð½Ñ ÑÑÑгааÑÐ»Ð°Ñ ","splitVertical":"ÐÒ¯Ñ /зайг Ñ Ó©Ð½Ð´Ð»Ó©Ð½Ð³Ó©Ó©Ñ Ð½Ñ ÑÑÑгааÑÐ»Ð°Ñ ","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Word Wrap","hAlign":"Ð¥ÑвÑÑÑд ÑÑгÑлÑÑ Ð°Ñга","vAlign":"ÐоÑоод ÑÑгÑлÑÑ Ð°Ñга","alignBaseline":"Baseline","bgColor":"ÐÑвÑгÑÑ Ó©Ð½Ð³Ó©","borderColor":"Ð¥Ò¯ÑÑÑний өнгө","data":"Data","header":"Header","yes":"Тийм","no":"Үгүй","invalidWidth":"Ðүдний Ó©Ñгөн Ð½Ñ Ñоо Ð±Ð°Ð¹Ñ ÑÑÑой.","invalidHeight":"Cell height must be a number.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"Ð¡Ð¾Ð½Ð³Ð¾Ñ "},"cellPad":"ÐÒ¯Ñ Ð´Ð¾ÑоÑÐ»Ð¾Ñ (padding)","cellSpace":"ÐÒ¯Ñ Ñ Ð¾Ð¾ÑондÑн зай (spacing)","column":{"menu":"Ðагана","insertBefore":"Ðагана өмнө Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ","insertAfter":"Ðагана даÑаа Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ","deleteColumn":"Ðагана ÑÑÑÐ³Ð°Ñ "},"columns":"Ðагана","deleteTable":"Ð¥Ò¯ÑнÑÐ³Ñ ÑÑÑÐ³Ð°Ñ ","headers":"Headers","headersBoth":"Both","headersColumn":"First column","headersNone":"None","headersRow":"First Row","invalidBorder":"Border size must be a number.","invalidCellPadding":"Cell padding must be a positive number.","invalidCellSpacing":"Cell spacing must be a positive number.","invalidCols":"Number of columns must be a number greater than 0.","invalidHeight":"Table height must be a number.","invalidRows":"Number of rows must be a number greater than 0.","invalidWidth":"Ð¥Ò¯ÑнÑгÑийн Ó©Ñгөн Ð½Ñ Ñоо Ð±Ð°Ð¹Ñ ÑÑÑой.","menu":"Ð¥Ò¯ÑнÑгÑ","row":{"menu":"ÐÓ©Ñ","insertBefore":"ÐÓ©Ñ Ó©Ð¼Ð½Ó© Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ","insertAfter":"ÐÓ©Ñ Ð´Ð°Ñаа Ð½Ñ Ð¾ÑÑÑÐ»Ð°Ñ ","deleteRow":"ÐÓ©Ñ ÑÑÑÐ³Ð°Ñ "},"rows":"ÐÓ©Ñ","summary":"ТайлбаÑ","title":"Ð¥Ò¯ÑнÑгÑ","toolbar":"Ð¥Ò¯ÑнÑгÑ","widthPc":"Ñ ÑвÑ","widthPx":"ÑÑг","widthUnit":"Ó©Ñгөний нÑгж"},"stylescombo":{"label":"ÐагваÑ","panelTitle":"ÐÐ°Ð³Ð²Ð°Ñ Ñ ÑлбÑÑжүүлÑÑ ","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"specialchar":{"options":"Special Character Options","title":"ÐнÑгой ÑÑмдÑÐ³Ñ ÑÐ¾Ð½Ð³Ð¾Ñ ","toolbar":"ÐнÑгой ÑÑмдÑÐ³Ñ Ð¾ÑÑÑÐ»Ð°Ñ "},"sourcearea":{"toolbar":"Ðод"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Ð¢Ð¾Ð»Ñ Ð±Ð¸Ñгүүд","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Ð¥Ñлүүд","btn_options":"СонголÑ","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"ÐаÑаÑгаÑÑн загваÑÑг Ð°Ð²Ñ Ñ Ð°ÑÑ "},"pastetext":{"button":"Ðнгийн биÑвÑÑÑÑÑ Ð±ÑÑÐ»Ð³Ð°Ñ ","title":"Ðнгийн биÑвÑÑÑÑÑ Ð±ÑÑÐ»Ð³Ð°Ñ "},"pastefromword":{"confirmCleanup":"The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?","error":"It was not possible to clean up the pasted data due to an internal error","title":"Word-Ð¾Ð¾Ñ Ð±ÑÑÐ»Ð³Ð°Ñ ","toolbar":"Word-Ð¾Ð¾Ñ Ð±ÑÑÐ»Ð³Ð°Ñ "},"maximize":{"maximize":"ÐÑлгÑÑ Ð´Ò¯Ò¯ÑгÑÑ ","minimize":"Ð¦Ð¾Ð½Ñ Ñг багÑгаж Ñ Ð°ÑÑÑÐ»Ð°Ñ "},"magicline":{"title":"Insert paragraph here"},"list":{"bulletedlist":"ЦÑгÑÑй жагÑаалÑ","numberedlist":"ÐÑгааÑлагдÑан жагÑаалÑ"},"link":{"acccessKey":"Ð¥Ð¾Ð»Ð±Ð¾Ñ ÑÒ¯Ð»Ñ Ò¯Ò¯Ñ","advanced":"ÐÑмÑлÑ","advisoryContentType":"ÐÓ©Ð²Ð»Ó©Ð»Ð´Ó©Ñ ÑÓ©Ñлийн агÑÑлга","advisoryTitle":"ÐÓ©Ð²Ð»Ó©Ð»Ð´Ó©Ñ Ð³Ð°ÑÑиг","anchor":{"toolbar":"ÐангÑÑ","menu":"ÐангÑÑг болоÑÑÑÑÐ»Ð°Ñ ","title":"ÐангÑÑгийн Ñинж ÑанаÑ","name":"ÐангÑÑгийн нÑÑ","errorName":"ÐангÑÑгийн нÑÑийг оÑÑÑлна ÑÑ","remove":"ÐангÑÑг ÑÑÑÐ³Ð°Ñ "},"anchorId":"ÐлемÑнÑйн Id нÑÑÑÑÑ","anchorName":"ÐангÑÑгийн нÑÑÑÑÑ","charset":"ТÑмдÑÐ³Ñ Ð¾Ð½Ð¾Ð¾Ñ Ð½Ó©Ó©Ñөд Ñ Ð¾Ð»Ð±Ð¾Ð³Ð´Ñон","cssClasses":"Stylesheet клаÑÑÑÑд","emailAddress":"Ð-ÑÑÑдангийн Ñ Ð°Ñг","emailBody":"ÐÑÑваÑÐ½Ñ Ð¸Ñ Ð±Ð¸Ðµ","emailSubject":"ÐÑÑваÑÐ½Ñ Ð³Ð°ÑÑиг","id":"Id","info":"ХолбооÑÑн ÑÑÑ Ð°Ð¹ мÑдÑÑлÑл","langCode":"Ð¥Ñлний код","langDir":"Ð¥Ñлний ÑиглÑл","langDirLTR":"ÐүүнÑÑÑ Ð±Ð°ÑÑÑн (LTR)","langDirRTL":"ÐаÑÑÑÐ½Ð°Ð°Ñ Ð·Ò¯Ò¯Ð½ (RTL)","menu":"Ð¥Ð¾Ð»Ð±Ð¾Ð¾Ñ Ð·Ð°ÑваÑÐ»Ð°Ñ ","name":"ÐÑÑ","noAnchors":"(ÐаÑÐ¸Ð¼Ñ Ð±Ð¸Ñиг зангÑÑгүй байна)","noEmail":"Ð-ÑÑÑдангий Ñ Ð°Ñгаа ÑÐ¸Ð²Ð½Ñ Ò¯Ò¯","noUrl":"ХолбооÑÐ½Ñ URL Ñ Ð°Ñгийг ÑÐ¸Ð²Ð½Ñ Ò¯Ò¯","other":"<other>","popupDependent":"ХамааÑай (Netscape)","popupFeatures":"Popup ÑÐ¾Ð½Ñ Ð½Ñ Ð¾Ð½Ñлог","popupFullScreen":"Ð¦Ð¾Ð½Ñ Ð´Ò¯Ò¯ÑгÑÑ (Internet Explorer)","popupLeft":"Ðүүн байÑлал","popupLocationBar":"Location Ñ ÑÑÑг","popupMenuBar":"ЦÑÑний ÑамбаÑ","popupResizable":"Resizable","popupScrollBars":"СкÑол Ñ ÑÑÑгүүд","popupStatusBar":"СÑаÑÑÑ Ñ ÑÑÑг","popupToolbar":"ÐÐ°Ð³Ð°Ð¶Ð½Ñ ÑамбаÑ","popupTop":"ÐÑÑд байÑлал","rel":"Relationship","selectAnchor":"ÐÑг зангÑÑг Ñонгоно ÑÑ","styles":"ÐагваÑ","tabIndex":"Tab индекÑ","target":"ÐайÑлал","targetFrame":"<ÐгÑÑÐ»Ð°Ñ Ñ Ò¯ÑÑÑ>","targetFrameName":"ÐÑÐ¸Ñ ÑÑемÑн нÑÑ","targetPopup":"<popup ÑÐ¾Ð½Ñ >","targetPopupName":"Popup ÑÐ¾Ð½Ñ Ð½Ñ Ð½ÑÑ","title":"ХолбооÑ","toAnchor":"ÐÐ½Ñ Ð±Ð¸ÑвÑÑ Ð´ÑÑ Ð·Ð°Ð½Ð³ÑÑ ÑÑÑ Ð¾ÑÐ¸Ñ Ñ Ð¾Ð»Ð±Ð¾Ð¾Ñ","toEmail":"Ð-Ð·Ð°Ñ Ð¸Ð°","toUrl":"ÑÐ°Ñ Ð¸Ð¼ Ñ ÑÑдаÑÐ½Ñ Ñ Ð°Ñг (URL)","toolbar":"ХолбооÑ","type":"Ðинкийн ÑÓ©Ñөл","unlink":"Ð¥Ð¾Ð»Ð±Ð¾Ð¾Ñ Ð°Ð²Ñ Ñ Ð°ÑÑ ","upload":"Ð¥ÑÑÐ»Ð°Ñ "},"indent":{"indent":"Ðогол Ð¼Ó©Ñ Ñ Ð°ÑÐ°Ñ ","outdent":"Ðогол Ð¼Ó©Ñ Ð½ÑмÑÑ "},"image":{"alt":"ÐÑÑгийг оÑÐ»Ð¾Ñ Ð±Ð¸ÑвÑÑ","border":"Ð¥Ò¯ÑÑÑ","btnUpload":"Үүнийг ÑеÑвÑÑÑÒ¯Ò¯ илгÑÑ","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"Хөндлөн зай","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"ÐÑÑÐ°Ð³Ð½Ñ Ð¼ÑдÑÑлÑл","linkTab":"ХолбооÑ","lockRatio":"Радио ÑÒ¯Ð³Ð¶Ð¸Ñ ","menu":"ÐÑÑаг","resetSize":"Ñ ÑмжÑÑ Ð´Ð°Ñ Ð¸Ð½ Ð¾Ð½Ð¾Ð¾Ñ ","title":"ÐÑÑаг","titleButton":"ÐÑÑган ÑовÑÐ½Ñ Ñинж ÑанаÑ","upload":"Ð¥ÑÑÐ»Ð°Ñ ","urlMissing":"ÐÑÑгийн ÑÑ ÑÑÑвалжийн Ñ Ð°Ñг (URL) Ð±Ð°Ð¹Ñ Ð³Ò¯Ð¹ байна.","vSpace":"ÐоÑоо зай","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"horizontalrule":{"toolbar":"Хөндлөн зÑÑÐ°Ð°Ñ Ð¾ÑÑÑÐ»Ð°Ñ "},"format":{"label":"ÐаÑаÑгаÑÑн загваÑ","panelTitle":"ÐаÑаÑгаÑÑн загваÑ","tag_address":"ХаÑг","tag_div":"Paragraph (DIV)","tag_h1":"ÐаÑÑиг 1","tag_h2":"ÐаÑÑиг 2","tag_h3":"ÐаÑÑиг 3","tag_h4":"ÐаÑÑиг 4","tag_h5":"ÐаÑÑиг 5","tag_h6":"ÐаÑÑиг 6","tag_p":"Ð¥Ñвийн","tag_pre":"Formatted"},"fakeobjects":{"anchor":"ÐангÑÑ","flash":"Flash Animation","hiddenfield":"ÐÑÑÑ ÑалбаÑ","iframe":"IFrame","unknown":"Unknown Object"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"contextmenu":{"options":"Context Menu Options"},"clipboard":{"copy":"Ð¥ÑÑÐ»Ð°Ñ ","copyError":"Ð¢Ð°Ð½Ñ browser-Ñн Ñ Ð°Ð¼Ð³Ð°Ð°Ð»Ð°Ð»ÑÑн ÑÐ¾Ñ Ð¸Ñгоо editor-д авÑомаÑÐ°Ð°Ñ Ñ ÑÑÐ»Ð°Ñ Ò¯Ð¹Ð»Ð´Ñлийг зөвÑÓ©Ó©ÑÓ©Ñ Ð³Ò¯Ð¹ байна. (Ctrl/Cmd+C) ÑовÑÐ½Ñ Ñ Ð¾ÑлолÑг аÑиглана ÑÑ.","cut":"ХайÑÐ»Ð°Ñ ","cutError":"Ð¢Ð°Ð½Ñ browser-Ñн Ñ Ð°Ð¼Ð³Ð°Ð°Ð»Ð°Ð»ÑÑн ÑÐ¾Ñ Ð¸Ñгоо editor-д авÑомаÑÐ°Ð°Ñ Ñ Ð°Ð¹ÑÐ»Ð°Ñ Ò¯Ð¹Ð»Ð´Ñлийг зөвÑÓ©Ó©ÑÓ©Ñ Ð³Ò¯Ð¹ байна. (Ctrl/Cmd+X) ÑовÑÐ½Ñ Ñ Ð¾ÑлолÑг аÑиглана ÑÑ.","paste":"ÐÑÑÐ»Ð³Ð°Ñ ","pasteArea":"Paste Area","pasteMsg":"(<strong>Ctrl/Cmd+V</strong>) ÑовÑийг аÑиглан paste Ñ Ð¸Ð¹Ð½Ñ Ò¯Ò¯. Ðөн <strong>OK</strong> даÑ.","securityMsg":"Ð¢Ð°Ð½Ñ Ò¯Ð·Ò¯Ò¯Ð»ÑгÑ/browser/-н Ñ Ð°Ð¼Ð³Ð°Ð°Ð»Ð°Ð»ÑÑн ÑÐ¾Ñ Ð¸ÑÐ³Ð¾Ð¾Ð½Ð¾Ð¾Ñ Ð±Ð¾Ð»Ð¾Ð¾Ð´ editor clipboard өгөгдөлÑÒ¯Ò¯ ÑÑÑд Ñ Ð°Ð½Ð´Ð°Ñ Ð±Ð¾Ð»Ð¾Ð¼Ð¶Ð³Ò¯Ð¹. ÐÐ½Ñ ÑÐ¾Ð½Ñ Ð¾Ð´ Ð´Ð°Ñ Ð¸Ð½ paste Ñ Ð¸Ð¹Ñ Ð¸Ð¹Ð³ оÑолд.","title":"ÐÑÑÐ»Ð³Ð°Ñ "},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"ÐÑлÑл Ñ ÑÑÑг"},"basicstyles":{"bold":"Тод бүдүүн","italic":"ÐалÑÑ","strike":"ÐÑндÑÑÑ Ð½Ñ Ð·ÑÑааÑÑай Ð±Ð¾Ð»Ð³Ð¾Ñ ","subscript":"СÑÑÑÑ Ð±Ð¾Ð»Ð³Ð¾Ñ ","superscript":"ÐÑÑÑг Ð±Ð¾Ð»Ð³Ð¾Ñ ","underline":"ÐоогÑÑÑ Ð½Ñ Ð·ÑÑааÑÑай Ð±Ð¾Ð»Ð³Ð¾Ñ "},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"About CKEditor","help":"Check $1 for help.","moreInfo":"For licensing information please visit our web site:","title":"About CKEditor","userGuide":"CKEditor User's Guide"},"editor":"Ð¥ÑлбÑÑÑ Ð±Ð¸ÑвÑÑ Ð±Ð¾Ð»Ð¾Ð²ÑÑÑÑлагÑ","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"ҮйлÑлÑÐ³Ñ ÑооÑоолÑÑÑ (ÑеÑвÑÑ)-ийг үзÑÑ ","url":"ÑÐ°Ñ Ð¸Ð¼ Ñ ÑÑдаÑÐ½Ñ Ñ Ð°Ñг (URL)","protocol":"ÐÑоÑокол","upload":"ÐлгÑÑж аÑÐ°Ð°Ð»Ð°Ñ ","uploadSubmit":"Үүнийг үйлÑлÑÐ³Ñ ÑооÑоолÑÑÑ (ÑеÑвеÑ) лүү илгÑÑÑ ","image":"ÐÑÑаг","flash":"Ð¤Ð»Ð°Ñ Ñ Ó©Ð´Ó©Ð»Ð³Ó©Ó©Ð½ÑÑй зÑÑаг","form":"ÐаÑгÑ","checkbox":"ТÑмдÑглÑÑний нүд","radio":"Радио ÑовÑлÑÑÑ","textField":"ÐиÑвÑÑийн ÑалбаÑ","textarea":"ÐиÑвÑÑийн зай","hiddenField":"Ðалд ÑалбаÑ","button":"ТовÑлÑÑÑ","select":"СонголÑÑн ÑалбаÑ","imageButton":"ÐÑÑгий ÑовÑÑÑÑ","notSet":"<ÑÐ¾Ñ Ð¸ÑÑÑлаагүй>","id":"Id (ÑÐµÑ Ð½Ð¸ÐºÐ¸Ð¹Ð½ нÑÑ)","name":"ÐÑÑ","langDir":"Ð¥Ñлний ÑиглÑл","langDirLtr":"ÐүүнÑÑÑ Ð±Ð°ÑÑÑн (LTR)","langDirRtl":"ÐаÑÑÑÐ½Ð°Ð°Ñ Ð·Ò¯Ò¯Ð½ (RTL)","langCode":"Ð¥Ñлний код","longDescr":"УÑÑ ÑайлбаÑÑн вÑб Ñ Ð°Ñг","cssClass":"Ð¥ÑлбÑÑийн Ñ ÑÑдаÑÐ½Ñ Ð°Ð½Ð³Ð¸Ñд","advisoryTitle":"ÐÓ©Ð²Ð»Ó©Ñ Ð³Ð°ÑÑиг","cssStyle":"ÐагваÑ","ok":"Ðа","cancel":"ÐÐ¾Ð»Ð¸Ñ ","close":"Ð¥Ð°Ð°Ñ ","preview":"УÑÑдÑилан Ñ Ð°ÑÐ°Ñ ","resize":"Resize","generalTab":"ÐÑÓ©Ð½Ñ Ð¸Ð¹","advancedTab":"Ðүнзгий","validateNumberFailed":"This value is not a number.","confirmNewPage":"Any unsaved changes to this content will be lost. Are you sure you want to load new page?","confirmCancel":"You have changed some options. Are you sure you want to close the dialog window?","options":"СонголÑ","target":"Ðай","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"Ðүүн ÑÐ°Ð»Ð°Ð°Ñ Ð±Ð°ÑÑÑн ÑийÑÑÑ (LTR)","langDirRTL":"ÐаÑÑÑн ÑÐ°Ð»Ð°Ð°Ñ Ð·Ò¯Ò¯Ð½ ÑийÑÑÑ (RTL)","styles":"ÐагваÑ","cssClasses":"Ð¥ÑлбÑÑийн Ñ ÑÑдаÑÐ½Ñ Ð°Ð½Ð³Ð¸Ñд","width":"Ó¨Ñгөн","height":"ӨндөÑ","align":"ÐгнÑÑ","alignLeft":"Ðүүн","alignRight":"ÐаÑÑÑн","alignCenter":"Төвд","alignJustify":"ТÑгÑлÑÑ ","alignTop":"ÐÑÑд Ñалд","alignMiddle":"ÐÑнд","alignBottom":"Ðоод Ñалд","alignNone":"None","invalidValue":"Invalid value.","invalidHeight":"Ó¨Ð½Ð´Ó©Ñ Ð½Ñ Ñоо Ð±Ð°Ð¹Ñ ÑÑÑой.","invalidWidth":"Ó¨Ñгөн Ð½Ñ Ñоо Ð±Ð°Ð¹Ñ ÑÑÑой.","invalidCssLength":"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, unavailable</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/ms.js b/public/assets/ckeditor/lang/ms.js new file mode 100644 index 0000000..8758469 --- /dev/null +++ b/public/assets/ckeditor/lang/ms.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['ms']={"wsc":{"btnIgnore":"Biar","btnIgnoreAll":"Biarkan semua","btnReplace":"Ganti","btnReplaceAll":"Gantikan Semua","btnUndo":"Batalkan","changeTo":"Tukarkan kepada","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Pemeriksa ejaan tidak dipasang. Adakah anda mahu muat turun sekarang?","manyChanges":"Pemeriksaan ejaan siap: %1 perkataan diubah","noChanges":"Pemeriksaan ejaan siap: Tiada perkataan diubah","noMispell":"Pemeriksaan ejaan siap: Tiada salah ejaan","noSuggestions":"- Tiada cadangan -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Tidak terdapat didalam kamus","oneChange":"Pemeriksaan ejaan siap: Satu perkataan telah diubah","progress":"Pemeriksaan ejaan sedang diproses...","title":"Spell Checker","toolbar":"Semak Ejaan"},"undo":{"redo":"Ulangkan","undo":"Batalkan"},"toolbar":{"toolbarCollapse":"Collapse Toolbar","toolbarExpand":"Expand Toolbar","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"table":{"border":"Saiz Border","caption":"Keterangan","cell":{"menu":"Cell","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"Buangkan Sel-sel","merge":"Cantumkan Sel-sel","mergeRight":"Merge Right","mergeDown":"Merge Down","splitHorizontal":"Split Cell Horizontally","splitVertical":"Split Cell Vertically","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Word Wrap","hAlign":"Horizontal Alignment","vAlign":"Vertical Alignment","alignBaseline":"Baseline","bgColor":"Background Color","borderColor":"Border Color","data":"Data","header":"Header","yes":"Yes","no":"No","invalidWidth":"Cell width must be a number.","invalidHeight":"Cell height must be a number.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"Choose"},"cellPad":"Tambahan Ruang Sel","cellSpace":"Ruangan Antara Sel","column":{"menu":"Column","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"Buangkan Lajur"},"columns":"Jaluran","deleteTable":"Delete Table","headers":"Headers","headersBoth":"Both","headersColumn":"First column","headersNone":"None","headersRow":"First Row","invalidBorder":"Border size must be a number.","invalidCellPadding":"Cell padding must be a positive number.","invalidCellSpacing":"Cell spacing must be a positive number.","invalidCols":"Number of columns must be a number greater than 0.","invalidHeight":"Table height must be a number.","invalidRows":"Number of rows must be a number greater than 0.","invalidWidth":"Table width must be a number.","menu":"Ciri-ciri Jadual","row":{"menu":"Row","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"Buangkan Baris"},"rows":"Barisan","summary":"Summary","title":"Ciri-ciri Jadual","toolbar":"Jadual","widthPc":"peratus","widthPx":"piksel-piksel","widthUnit":"width unit"},"stylescombo":{"label":"Stail","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"specialchar":{"options":"Special Character Options","title":"Sila pilih huruf istimewa","toolbar":"Masukkan Huruf Istimewa"},"sourcearea":{"toolbar":"Sumber"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"Buang Format"},"pastetext":{"button":"Tampal sebagai text biasa","title":"Tampal sebagai text biasa"},"pastefromword":{"confirmCleanup":"The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?","error":"It was not possible to clean up the pasted data due to an internal error","title":"Tampal dari Word","toolbar":"Tampal dari Word"},"maximize":{"maximize":"Maximize","minimize":"Minimize"},"magicline":{"title":"Insert paragraph here"},"list":{"bulletedlist":"Senarai tidak bernombor","numberedlist":"Senarai bernombor"},"link":{"acccessKey":"Kunci Akses","advanced":"Advanced","advisoryContentType":"Jenis Kandungan Makluman","advisoryTitle":"Tajuk Makluman","anchor":{"toolbar":"Masukkan/Sunting Pautan","menu":"Ciri-ciri Pautan","title":"Ciri-ciri Pautan","name":"Nama Pautan","errorName":"Sila taip nama pautan","remove":"Remove Anchor"},"anchorId":"dengan menggunakan ID elemen","anchorName":"dengan menggunakan nama pautan","charset":"Linked Resource Charset","cssClasses":"Kelas-kelas Stylesheet","emailAddress":"Alamat E-Mail","emailBody":"Isi Kandungan Mesej","emailSubject":"Subjek Mesej","id":"Id","info":"Butiran Sambungan","langCode":"Arah Tulisan","langDir":"Arah Tulisan","langDirLTR":"Kiri ke Kanan (LTR)","langDirRTL":"Kanan ke Kiri (RTL)","menu":"Sunting Sambungan","name":"Nama","noAnchors":"(Tiada pautan terdapat dalam dokumen ini)","noEmail":"Sila taip alamat e-mail","noUrl":"Sila taip sambungan URL","other":"<lain>","popupDependent":"Bergantungan (Netscape)","popupFeatures":"Ciri Tetingkap Popup","popupFullScreen":"Skrin Penuh (IE)","popupLeft":"Posisi Kiri","popupLocationBar":"Bar Lokasi","popupMenuBar":"Bar Menu","popupResizable":"Resizable","popupScrollBars":"Bar-bar skrol","popupStatusBar":"Bar Status","popupToolbar":"Toolbar","popupTop":"Posisi Atas","rel":"Relationship","selectAnchor":"Sila pilih pautan","styles":"Stail","tabIndex":"Indeks Tab ","target":"Sasaran","targetFrame":"<bingkai>","targetFrameName":"Nama Bingkai Sasaran","targetPopup":"<tetingkap popup>","targetPopupName":"Nama Tetingkap Popup","title":"Sambungan","toAnchor":"Pautan dalam muka surat ini","toEmail":"E-Mail","toUrl":"URL","toolbar":"Masukkan/Sunting Sambungan","type":"Jenis Sambungan","unlink":"Buang Sambungan","upload":"Muat Naik"},"indent":{"indent":"Tambahkan Inden","outdent":"Kurangkan Inden"},"image":{"alt":"Text Alternatif","border":"Border","btnUpload":"Hantar ke Server","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"Ruang Melintang","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"Info Imej","linkTab":"Sambungan","lockRatio":"Tetapkan Nisbah","menu":"Ciri-ciri Imej","resetSize":"Saiz Set Semula","title":"Ciri-ciri Imej","titleButton":"Ciri-ciri Butang Bergambar","upload":"Muat Naik","urlMissing":"Image source URL is missing.","vSpace":"Ruang Menegak","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"horizontalrule":{"toolbar":"Masukkan Garisan Membujur"},"format":{"label":"Format","panelTitle":"Format","tag_address":"Alamat","tag_div":"Perenggan (DIV)","tag_h1":"Heading 1","tag_h2":"Heading 2","tag_h3":"Heading 3","tag_h4":"Heading 4","tag_h5":"Heading 5","tag_h6":"Heading 6","tag_p":"Normal","tag_pre":"Telah Diformat"},"fakeobjects":{"anchor":"Anchor","flash":"Flash Animation","hiddenfield":"Hidden Field","iframe":"IFrame","unknown":"Unknown Object"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"contextmenu":{"options":"Context Menu Options"},"clipboard":{"copy":"Salin","copyError":"Keselamatan perisian browser anda tidak membenarkan operasi salinan text/imej. Sila gunakan papan kekunci (Ctrl/Cmd+C).","cut":"Potong","cutError":"Keselamatan perisian browser anda tidak membenarkan operasi suntingan text/imej. Sila gunakan papan kekunci (Ctrl/Cmd+X).","paste":"Tampal","pasteArea":"Paste Area","pasteMsg":"Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK","securityMsg":"Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.","title":"Tampal"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"Block Quote"},"basicstyles":{"bold":"Bold","italic":"Italic","strike":"Strike Through","subscript":"Subscript","superscript":"Superscript","underline":"Underline"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"About CKEditor","help":"Check $1 for help.","moreInfo":"For licensing information please visit our web site:","title":"About CKEditor","userGuide":"CKEditor User's Guide"},"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"Browse Server","url":"URL","protocol":"Protokol","upload":"Muat Naik","uploadSubmit":"Hantar ke Server","image":"Gambar","flash":"Flash","form":"Borang","checkbox":"Checkbox","radio":"Butang Radio","textField":"Text Field","textarea":"Textarea","hiddenField":"Field Tersembunyi","button":"Butang","select":"Field Pilihan","imageButton":"Butang Bergambar","notSet":"<tidak di set>","id":"Id","name":"Nama","langDir":"Arah Tulisan","langDirLtr":"Kiri ke Kanan (LTR)","langDirRtl":"Kanan ke Kiri (RTL)","langCode":"Kod Bahasa","longDescr":"Butiran Panjang URL","cssClass":"Kelas-kelas Stylesheet","advisoryTitle":"Tajuk Makluman","cssStyle":"Stail","ok":"OK","cancel":"Batal","close":"Tutup","preview":"Prebiu","resize":"Resize","generalTab":"Umum","advancedTab":"Advanced","validateNumberFailed":"This value is not a number.","confirmNewPage":"Any unsaved changes to this content will be lost. Are you sure you want to load new page?","confirmCancel":"You have changed some options. Are you sure you want to close the dialog window?","options":"Options","target":"Sasaran","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"Kiri ke Kanan (LTR)","langDirRTL":"Kanan ke Kiri (RTL)","styles":"Stail","cssClasses":"Kelas-kelas Stylesheet","width":"Lebar","height":"Tinggi","align":"Jajaran","alignLeft":"Kiri","alignRight":"Kanan","alignCenter":"Tengah","alignJustify":"Jajaran Blok","alignTop":"Atas","alignMiddle":"Pertengahan","alignBottom":"Bawah","alignNone":"None","invalidValue":"Nilai tidak sah.","invalidHeight":"Height must be a number.","invalidWidth":"Width must be a number.","invalidCssLength":"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, unavailable</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/nb.js b/public/assets/ckeditor/lang/nb.js new file mode 100644 index 0000000..4986b75 --- /dev/null +++ b/public/assets/ckeditor/lang/nb.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['nb']={"wsc":{"btnIgnore":"Ignorer","btnIgnoreAll":"Ignorer alle","btnReplace":"Erstatt","btnReplaceAll":"Erstatt alle","btnUndo":"Angre","changeTo":"Endre til","errorLoading":"Feil under lasting av applikasjonstjenestetjener: %s.","ieSpellDownload":"Stavekontroll er ikke installert. Vil du laste den ned nÃ¥?","manyChanges":"Stavekontroll fullført: %1 ord endret","noChanges":"Stavekontroll fullført: ingen ord endret","noMispell":"Stavekontroll fullført: ingen feilstavinger funnet","noSuggestions":"- Ingen forslag -","notAvailable":"Beklager, tjenesten er utilgjenglig nÃ¥.","notInDic":"Ikke i ordboken","oneChange":"Stavekontroll fullført: Ett ord endret","progress":"Stavekontroll pÃ¥gÃ¥r...","title":"Stavekontroll","toolbar":"Stavekontroll"},"undo":{"redo":"Gjør om","undo":"Angre"},"toolbar":{"toolbarCollapse":"Skjul verktøylinje","toolbarExpand":"Vis verktøylinje","toolbarGroups":{"document":"Dokument","clipboard":"Utklippstavle/Angre","editing":"Redigering","forms":"Skjema","basicstyles":"Basisstiler","paragraph":"Avsnitt","links":"Lenker","insert":"Innsetting","styles":"Stiler","colors":"Farger","tools":"Verktøy"},"toolbars":"Verktøylinjer for editor"},"table":{"border":"Rammestørrelse","caption":"Tittel","cell":{"menu":"Celle","insertBefore":"Sett inn celle før","insertAfter":"Sett inn celle etter","deleteCell":"Slett celler","merge":"SlÃ¥ sammen celler","mergeRight":"SlÃ¥ sammen høyre","mergeDown":"SlÃ¥ sammen ned","splitHorizontal":"Del celle horisontalt","splitVertical":"Del celle vertikalt","title":"Celleegenskaper","cellType":"Celletype","rowSpan":"Radspenn","colSpan":"Kolonnespenn","wordWrap":"Tekstbrytning","hAlign":"Horisontal justering","vAlign":"Vertikal justering","alignBaseline":"Grunnlinje","bgColor":"Bakgrunnsfarge","borderColor":"Rammefarge","data":"Data","header":"Overskrift","yes":"Ja","no":"Nei","invalidWidth":"Cellebredde mÃ¥ være et tall.","invalidHeight":"Cellehøyde mÃ¥ være et tall.","invalidRowSpan":"Radspenn mÃ¥ være et heltall.","invalidColSpan":"Kolonnespenn mÃ¥ være et heltall.","chooseColor":"Velg"},"cellPad":"Cellepolstring","cellSpace":"Cellemarg","column":{"menu":"Kolonne","insertBefore":"Sett inn kolonne før","insertAfter":"Sett inn kolonne etter","deleteColumn":"Slett kolonner"},"columns":"Kolonner","deleteTable":"Slett tabell","headers":"Overskrifter","headersBoth":"Begge","headersColumn":"Første kolonne","headersNone":"Ingen","headersRow":"Første rad","invalidBorder":"Rammestørrelse mÃ¥ være et tall.","invalidCellPadding":"Cellepolstring mÃ¥ være et positivt tall.","invalidCellSpacing":"Cellemarg mÃ¥ være et positivt tall.","invalidCols":"Antall kolonner mÃ¥ være et tall større enn 0.","invalidHeight":"Tabellhøyde mÃ¥ være et tall.","invalidRows":"Antall rader mÃ¥ være et tall større enn 0.","invalidWidth":"Tabellbredde mÃ¥ være et tall.","menu":"Egenskaper for tabell","row":{"menu":"Rader","insertBefore":"Sett inn rad før","insertAfter":"Sett inn rad etter","deleteRow":"Slett rader"},"rows":"Rader","summary":"Sammendrag","title":"Egenskaper for tabell","toolbar":"Tabell","widthPc":"prosent","widthPx":"piksler","widthUnit":"Bredde-enhet"},"stylescombo":{"label":"Stil","panelTitle":"Stilformater","panelTitle1":"Blokkstiler","panelTitle2":"Inlinestiler","panelTitle3":"Objektstiler"},"specialchar":{"options":"Alternativer for spesialtegn","title":"Velg spesialtegn","toolbar":"Sett inn spesialtegn"},"sourcearea":{"toolbar":"Kilde"},"scayt":{"btn_about":"Om SCAYT","btn_dictionaries":"Ordbøker","btn_disable":"SlÃ¥ av SCAYT","btn_enable":"SlÃ¥ pÃ¥ SCAYT","btn_langs":"SprÃ¥k","btn_options":"Valg","text_title":"Stavekontroll mens du skriver"},"removeformat":{"toolbar":"Fjern formatering"},"pastetext":{"button":"Lim inn som ren tekst","title":"Lim inn som ren tekst"},"pastefromword":{"confirmCleanup":"Teksten du limer inn ser ut til Ã¥ være kopiert fra Word. Vil du renske den før du limer den inn?","error":"Det var ikke mulig Ã¥ renske den innlimte teksten pÃ¥ grunn av en intern feil","title":"Lim inn fra Word","toolbar":"Lim inn fra Word"},"maximize":{"maximize":"Maksimer","minimize":"Minimer"},"magicline":{"title":"Sett inn nytt avsnitt her"},"list":{"bulletedlist":"Legg til / fjern punktmerket liste","numberedlist":"Legg til / fjern nummerert liste"},"link":{"acccessKey":"Aksessknapp","advanced":"Avansert","advisoryContentType":"Type","advisoryTitle":"Tittel","anchor":{"toolbar":"Sett inn/Rediger anker","menu":"Egenskaper for anker","title":"Egenskaper for anker","name":"Ankernavn","errorName":"Vennligst skriv inn ankernavnet","remove":"Fjern anker"},"anchorId":"Element etter ID","anchorName":"Anker etter navn","charset":"Lenket tegnsett","cssClasses":"Stilarkklasser","emailAddress":"E-postadresse","emailBody":"Melding","emailSubject":"Meldingsemne","id":"Id","info":"Lenkeinfo","langCode":"SprÃ¥kkode","langDir":"SprÃ¥kretning","langDirLTR":"Venstre til høyre (VTH)","langDirRTL":"Høyre til venstre (HTV)","menu":"Rediger lenke","name":"Navn","noAnchors":"(Ingen anker i dokumentet)","noEmail":"Vennligst skriv inn e-postadressen","noUrl":"Vennligst skriv inn lenkens URL","other":"<annen>","popupDependent":"Avhenging (Netscape)","popupFeatures":"Egenskaper for popup-vindu","popupFullScreen":"Fullskjerm (IE)","popupLeft":"Venstre posisjon","popupLocationBar":"Adresselinje","popupMenuBar":"Menylinje","popupResizable":"Skalerbar","popupScrollBars":"Scrollbar","popupStatusBar":"Statuslinje","popupToolbar":"Verktøylinje","popupTop":"Topp-posisjon","rel":"Relasjon (rel)","selectAnchor":"Velg et anker","styles":"Stil","tabIndex":"Tabindeks","target":"MÃ¥l","targetFrame":"<ramme>","targetFrameName":"MÃ¥lramme","targetPopup":"<popup-vindu>","targetPopupName":"Navn pÃ¥ popup-vindu","title":"Lenke","toAnchor":"Lenke til anker i teksten","toEmail":"E-post","toUrl":"URL","toolbar":"Sett inn/Rediger lenke","type":"Lenketype","unlink":"Fjern lenke","upload":"Last opp"},"indent":{"indent":"Ãk innrykk","outdent":"Reduser innrykk"},"image":{"alt":"Alternativ tekst","border":"Ramme","btnUpload":"Send det til serveren","button2Img":"Vil du endre den valgte bildeknappen til et vanlig bilde?","hSpace":"HMarg","img2Button":"Vil du endre det valgte bildet til en bildeknapp?","infoTab":"Bildeinformasjon","linkTab":"Lenke","lockRatio":"LÃ¥s forhold","menu":"Bildeegenskaper","resetSize":"Tilbakestill størrelse","title":"Bildeegenskaper","titleButton":"Egenskaper for bildeknapp","upload":"Last opp","urlMissing":"Bildets adresse mangler.","vSpace":"VMarg","validateBorder":"Ramme mÃ¥ være et heltall.","validateHSpace":"HMarg mÃ¥ være et heltall.","validateVSpace":"VMarg mÃ¥ være et heltall."},"horizontalrule":{"toolbar":"Sett inn horisontal linje"},"format":{"label":"Format","panelTitle":"Avsnittsformat","tag_address":"Adresse","tag_div":"Normal (DIV)","tag_h1":"Overskrift 1","tag_h2":"Overskrift 2","tag_h3":"Overskrift 3","tag_h4":"Overskrift 4","tag_h5":"Overskrift 5","tag_h6":"Overskrift 6","tag_p":"Normal","tag_pre":"Formatert"},"fakeobjects":{"anchor":"Anker","flash":"Flash-animasjon","hiddenfield":"Skjult felt","iframe":"IFrame","unknown":"Ukjent objekt"},"elementspath":{"eleLabel":"Element-sti","eleTitle":"%1 element"},"contextmenu":{"options":"Alternativer for høyreklikkmeny"},"clipboard":{"copy":"Kopier","copyError":"Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk tastatursnarveien (Ctrl/Cmd+C).","cut":"Klipp ut","cutError":"Din nettlesers sikkerhetsinstillinger tillater ikke automatisk utklipping av tekst. Vennligst bruk tastatursnarveien (Ctrl/Cmd+X).","paste":"Lim inn","pasteArea":"InnlimingsomrÃ¥de","pasteMsg":"Vennligst lim inn i følgende boks med tastaturet (<strong>Ctrl/Cmd+V</strong>) og trykk <strong>OK</strong>.","securityMsg":"Din nettlesers sikkerhetsinstillinger gir ikke redigeringsverktøyet direkte tilgang til utklippstavlen. Du mÃ¥ derfor lime det inn pÃ¥ nytt i dette vinduet.","title":"Lim inn"},"button":{"selectedLabel":"%1 (Valgt)"},"blockquote":{"toolbar":"Blokksitat"},"basicstyles":{"bold":"Fet","italic":"Kursiv","strike":"Gjennomstreking","subscript":"Senket skrift","superscript":"Hevet skrift","underline":"Understreking"},"about":{"copy":"Copyright © $1. Alle rettigheter reservert.","dlgTitle":"Om CKEditor","help":"Se $1 for hjelp.","moreInfo":"For lisensieringsinformasjon, vennligst besøk vÃ¥rt nettsted:","title":"Om CKEditor","userGuide":"CKEditors brukerveiledning"},"editor":"Rikteksteditor","editorPanel":"Panel for rikteksteditor","common":{"editorHelp":"Trykk ALT 0 for hjelp","browseServer":"Bla gjennom tjener","url":"URL","protocol":"Protokoll","upload":"Last opp","uploadSubmit":"Send det til serveren","image":"Bilde","flash":"Flash","form":"Skjema","checkbox":"Avmerkingsboks","radio":"Alternativknapp","textField":"Tekstboks","textarea":"TekstomrÃ¥de","hiddenField":"Skjult felt","button":"Knapp","select":"Rullegardinliste","imageButton":"Bildeknapp","notSet":"<ikke satt>","id":"Id","name":"Navn","langDir":"SprÃ¥kretning","langDirLtr":"Venstre til høyre (VTH)","langDirRtl":"Høyre til venstre (HTV)","langCode":"SprÃ¥kkode","longDescr":"Utvidet beskrivelse","cssClass":"Stilarkklasser","advisoryTitle":"Tittel","cssStyle":"Stil","ok":"OK","cancel":"Avbryt","close":"Lukk","preview":"ForhÃ¥ndsvis","resize":"Dra for Ã¥ skalere","generalTab":"Generelt","advancedTab":"Avansert","validateNumberFailed":"Denne verdien er ikke et tall.","confirmNewPage":"Alle ulagrede endringer som er gjort i dette innholdet vil gÃ¥ tapt. Er du sikker pÃ¥ at du vil laste en ny side?","confirmCancel":"Du har endret noen alternativer. Er du sikker pÃ¥ at du vil lukke dialogvinduet?","options":"Valg","target":"MÃ¥l","targetNew":"Nytt vindu (_blank)","targetTop":"Hele vindu (_top)","targetSelf":"Samme vindu (_self)","targetParent":"Foreldrevindu (_parent)","langDirLTR":"Venstre til høyre (VTH)","langDirRTL":"Høyre til venstre (HTV)","styles":"Stil","cssClasses":"Stilarkklasser","width":"Bredde","height":"Høyde","align":"Juster","alignLeft":"Venstre","alignRight":"Høyre","alignCenter":"Midtjuster","alignJustify":"Blokkjuster","alignTop":"Topp","alignMiddle":"Midten","alignBottom":"Bunn","alignNone":"Ingen","invalidValue":"Ugyldig verdi.","invalidHeight":"Høyde mÃ¥ være et tall.","invalidWidth":"Bredde mÃ¥ være et tall.","invalidCssLength":"Den angitte verdien for feltet \"%1\" mÃ¥ være et positivt tall med eller uten en gyldig CSS-mÃ¥lingsenhet (px, %, in, cm, mm, em, ex, pt, eller pc).","invalidHtmlLength":"Den angitte verdien for feltet \"%1\" mÃ¥ være et positivt tall med eller uten en gyldig HTML-mÃ¥lingsenhet (px eller %).","invalidInlineStyle":"Verdi angitt for inline stil mÃ¥ bestÃ¥ av en eller flere sett med formatet \"navn : verdi\", separert med semikolon","cssLengthTooltip":"Skriv inn et tall for en piksel-verdi eller et tall med en gyldig CSS-enhet (px, %, in, cm, mm, em, ex, pt, eller pc).","unavailable":"%1<span class=\"cke_accessibility\">, utilgjenglig</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/nl.js b/public/assets/ckeditor/lang/nl.js new file mode 100644 index 0000000..c5db1ad --- /dev/null +++ b/public/assets/ckeditor/lang/nl.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['nl']={"wsc":{"btnIgnore":"Negeren","btnIgnoreAll":"Alles negeren","btnReplace":"Vervangen","btnReplaceAll":"Alles vervangen","btnUndo":"Ongedaan maken","changeTo":"Wijzig in","errorLoading":"Er is een fout opgetreden bij het laden van de dienst: %s.","ieSpellDownload":"De spellingscontrole is niet geïnstalleerd. Wilt u deze nu downloaden?","manyChanges":"Klaar met spellingscontrole: %1 woorden aangepast","noChanges":"Klaar met spellingscontrole: geen woorden aangepast","noMispell":"Klaar met spellingscontrole: geen fouten gevonden","noSuggestions":"- Geen suggesties -","notAvailable":"Excuses, deze dienst is momenteel niet beschikbaar.","notInDic":"Niet in het woordenboek","oneChange":"Klaar met spellingscontrole: één woord aangepast","progress":"Bezig met spellingscontrole...","title":"Spellingscontrole","toolbar":"Spellingscontrole"},"undo":{"redo":"Opnieuw uitvoeren","undo":"Ongedaan maken"},"toolbar":{"toolbarCollapse":"Werkbalk inklappen","toolbarExpand":"Werkbalk uitklappen","toolbarGroups":{"document":"Document","clipboard":"Klembord/Ongedaan maken","editing":"Bewerken","forms":"Formulieren","basicstyles":"Basisstijlen","paragraph":"Paragraaf","links":"Links","insert":"Invoegen","styles":"Stijlen","colors":"Kleuren","tools":"Toepassingen"},"toolbars":"Werkbalken"},"table":{"border":"Randdikte","caption":"Titel","cell":{"menu":"Cel","insertBefore":"Voeg cel in voor","insertAfter":"Voeg cel in na","deleteCell":"Cellen verwijderen","merge":"Cellen samenvoegen","mergeRight":"Voeg samen naar rechts","mergeDown":"Voeg samen naar beneden","splitHorizontal":"Splits cel horizontaal","splitVertical":"Splits cel vertikaal","title":"Celeigenschappen","cellType":"Celtype","rowSpan":"Rijen samenvoegen","colSpan":"Kolommen samenvoegen","wordWrap":"Automatische terugloop","hAlign":"Horizontale uitlijning","vAlign":"Verticale uitlijning","alignBaseline":"Tekstregel","bgColor":"Achtergrondkleur","borderColor":"Randkleur","data":"Gegevens","header":"Kop","yes":"Ja","no":"Nee","invalidWidth":"De celbreedte moet een getal zijn.","invalidHeight":"De celhoogte moet een getal zijn.","invalidRowSpan":"Rijen samenvoegen moet een heel getal zijn.","invalidColSpan":"Kolommen samenvoegen moet een heel getal zijn.","chooseColor":"Kies"},"cellPad":"Celopvulling","cellSpace":"Celafstand","column":{"menu":"Kolom","insertBefore":"Voeg kolom in voor","insertAfter":"Voeg kolom in na","deleteColumn":"Kolommen verwijderen"},"columns":"Kolommen","deleteTable":"Tabel verwijderen","headers":"Koppen","headersBoth":"Beide","headersColumn":"Eerste kolom","headersNone":"Geen","headersRow":"Eerste rij","invalidBorder":"De randdikte moet een getal zijn.","invalidCellPadding":"Celopvulling moet een getal zijn.","invalidCellSpacing":"Celafstand moet een getal zijn.","invalidCols":"Het aantal kolommen moet een getal zijn groter dan 0.","invalidHeight":"De tabelhoogte moet een getal zijn.","invalidRows":"Het aantal rijen moet een getal zijn groter dan 0.","invalidWidth":"De tabelbreedte moet een getal zijn.","menu":"Tabeleigenschappen","row":{"menu":"Rij","insertBefore":"Voeg rij in voor","insertAfter":"Voeg rij in na","deleteRow":"Rijen verwijderen"},"rows":"Rijen","summary":"Samenvatting","title":"Tabeleigenschappen","toolbar":"Tabel","widthPc":"procent","widthPx":"pixels","widthUnit":"eenheid breedte"},"stylescombo":{"label":"Stijl","panelTitle":"Opmaakstijlen","panelTitle1":"Blok stijlen","panelTitle2":"Inline stijlen","panelTitle3":"Object stijlen"},"specialchar":{"options":"Speciale tekens opties","title":"Selecteer speciaal teken","toolbar":"Speciaal teken invoegen"},"sourcearea":{"toolbar":"Broncode"},"scayt":{"btn_about":"Over SCAYT","btn_dictionaries":"Woordenboeken","btn_disable":"SCAYT uitschakelen","btn_enable":"SCAYT inschakelen","btn_langs":"Talen","btn_options":"Opties","text_title":"Controleer de spelling tijdens het typen"},"removeformat":{"toolbar":"Opmaak verwijderen"},"pastetext":{"button":"Plakken als platte tekst","title":"Plakken als platte tekst"},"pastefromword":{"confirmCleanup":"De tekst die u wilt plakken lijkt gekopieerd te zijn vanuit Word. Wilt u de tekst opschonen voordat deze geplakt wordt?","error":"Het was niet mogelijk om de geplakte tekst op te schonen door een interne fout","title":"Plakken vanuit Word","toolbar":"Plakken vanuit Word"},"maximize":{"maximize":"Maximaliseren","minimize":"Minimaliseren"},"magicline":{"title":"Hier paragraaf invoeren"},"list":{"bulletedlist":"Opsomming invoegen","numberedlist":"Genummerde lijst invoegen"},"link":{"acccessKey":"Toegangstoets","advanced":"Geavanceerd","advisoryContentType":"Aanbevolen content-type","advisoryTitle":"Adviserende titel","anchor":{"toolbar":"Interne link","menu":"Eigenschappen interne link","title":"Eigenschappen interne link","name":"Naam interne link","errorName":"Geef de naam van de interne link op","remove":"Interne link verwijderen"},"anchorId":"Op kenmerk interne link","anchorName":"Op naam interne link","charset":"Karakterset van gelinkte bron","cssClasses":"Stylesheet-klassen","emailAddress":"E-mailadres","emailBody":"Inhoud bericht","emailSubject":"Onderwerp bericht","id":"Id","info":"Linkomschrijving","langCode":"Taalcode","langDir":"Schrijfrichting","langDirLTR":"Links naar rechts (LTR)","langDirRTL":"Rechts naar links (RTL)","menu":"Link wijzigen","name":"Naam","noAnchors":"(Geen interne links in document gevonden)","noEmail":"Geef een e-mailadres","noUrl":"Geef de link van de URL","other":"<ander>","popupDependent":"Afhankelijk (Netscape)","popupFeatures":"Instellingen popupvenster","popupFullScreen":"Volledig scherm (IE)","popupLeft":"Positie links","popupLocationBar":"Locatiemenu","popupMenuBar":"Menubalk","popupResizable":"Herschaalbaar","popupScrollBars":"Schuifbalken","popupStatusBar":"Statusbalk","popupToolbar":"Werkbalk","popupTop":"Positie boven","rel":"Relatie","selectAnchor":"Kies een interne link","styles":"Stijl","tabIndex":"Tabvolgorde","target":"Doelvenster","targetFrame":"<frame>","targetFrameName":"Naam doelframe","targetPopup":"<popupvenster>","targetPopupName":"Naam popupvenster","title":"Link","toAnchor":"Interne link in pagina","toEmail":"E-mail","toUrl":"URL","toolbar":"Link invoegen/wijzigen","type":"Linktype","unlink":"Link verwijderen","upload":"Upload"},"indent":{"indent":"Inspringing vergroten","outdent":"Inspringing verkleinen"},"image":{"alt":"Alternatieve tekst","border":"Rand","btnUpload":"Naar server verzenden","button2Img":"Wilt u de geselecteerde afbeeldingsknop vervangen door een eenvoudige afbeelding?","hSpace":"HSpace","img2Button":"Wilt u de geselecteerde afbeelding vervangen door een afbeeldingsknop?","infoTab":"Informatie afbeelding","linkTab":"Link","lockRatio":"Afmetingen vergrendelen","menu":"Eigenschappen afbeelding","resetSize":"Afmetingen resetten","title":"Eigenschappen afbeelding","titleButton":"Eigenschappen afbeeldingsknop","upload":"Upload","urlMissing":"De URL naar de afbeelding ontbreekt.","vSpace":"VSpace","validateBorder":"Rand moet een heel nummer zijn.","validateHSpace":"HSpace moet een heel nummer zijn.","validateVSpace":"VSpace moet een heel nummer zijn."},"horizontalrule":{"toolbar":"Horizontale lijn invoegen"},"format":{"label":"Opmaak","panelTitle":"Opmaak","tag_address":"Adres","tag_div":"Normaal (DIV)","tag_h1":"Kop 1","tag_h2":"Kop 2","tag_h3":"Kop 3","tag_h4":"Kop 4","tag_h5":"Kop 5","tag_h6":"Kop 6","tag_p":"Normaal","tag_pre":"Met opmaak"},"fakeobjects":{"anchor":"Interne link","flash":"Flash animatie","hiddenfield":"Verborgen veld","iframe":"IFrame","unknown":"Onbekend object"},"elementspath":{"eleLabel":"Elementenpad","eleTitle":"%1 element"},"contextmenu":{"options":"Contextmenu opties"},"clipboard":{"copy":"Kopiëren","copyError":"De beveiligingsinstelling van de browser verhinderen het automatisch kopiëren. Gebruik de sneltoets Ctrl/Cmd+C van het toetsenbord.","cut":"Knippen","cutError":"De beveiligingsinstelling van de browser verhinderen het automatisch knippen. Gebruik de sneltoets Ctrl/Cmd+X van het toetsenbord.","paste":"Plakken","pasteArea":"Plakgebied","pasteMsg":"Plak de tekst in het volgende vak gebruikmakend van uw toetsenbord (<strong>Ctrl/Cmd+V</strong>) en klik op OK.","securityMsg":"Door de beveiligingsinstellingen van uw browser is het niet mogelijk om direct vanuit het klembord in de editor te plakken. Middels opnieuw plakken in dit venster kunt u de tekst alsnog plakken in de editor.","title":"Plakken"},"button":{"selectedLabel":"%1 (Geselecteerd)"},"blockquote":{"toolbar":"Citaatblok"},"basicstyles":{"bold":"Vet","italic":"Cursief","strike":"Doorhalen","subscript":"Subscript","superscript":"Superscript","underline":"Onderstrepen"},"about":{"copy":"Copyright © $1. Alle rechten voorbehouden.","dlgTitle":"Over CKEditor","help":"Bekijk de $1 voor hulp.","moreInfo":"Bezoek onze website voor licentieinformatie:","title":"Over CKEditor","userGuide":"CKEditor gebruiksaanwijzing"},"editor":"Tekstverwerker","editorPanel":"Tekstverwerker beheerpaneel","common":{"editorHelp":"Druk ALT 0 voor hulp","browseServer":"Bladeren op server","url":"URL","protocol":"Protocol","upload":"Upload","uploadSubmit":"Naar server verzenden","image":"Afbeelding","flash":"Flash","form":"Formulier","checkbox":"Selectievinkje","radio":"Keuzerondje","textField":"Tekstveld","textarea":"Tekstvak","hiddenField":"Verborgen veld","button":"Knop","select":"Selectieveld","imageButton":"Afbeeldingsknop","notSet":"<niet ingevuld>","id":"Id","name":"Naam","langDir":"Schrijfrichting","langDirLtr":"Links naar rechts (LTR)","langDirRtl":"Rechts naar links (RTL)","langCode":"Taalcode","longDescr":"Lange URL-omschrijving","cssClass":"Stylesheet-klassen","advisoryTitle":"Adviserende titel","cssStyle":"Stijl","ok":"OK","cancel":"Annuleren","close":"Sluiten","preview":"Voorbeeld","resize":"Sleep om te herschalen","generalTab":"Algemeen","advancedTab":"Geavanceerd","validateNumberFailed":"Deze waarde is geen geldig getal.","confirmNewPage":"Alle aangebrachte wijzigingen gaan verloren. Weet u zeker dat u een nieuwe pagina wilt openen?","confirmCancel":"Enkele opties zijn gewijzigd. Weet u zeker dat u dit dialoogvenster wilt sluiten?","options":"Opties","target":"Doelvenster","targetNew":"Nieuw venster (_blank)","targetTop":"Hele venster (_top)","targetSelf":"Zelfde venster (_self)","targetParent":"Origineel venster (_parent)","langDirLTR":"Links naar rechts (LTR)","langDirRTL":"Rechts naar links (RTL)","styles":"Stijl","cssClasses":"Stylesheet-klassen","width":"Breedte","height":"Hoogte","align":"Uitlijning","alignLeft":"Links","alignRight":"Rechts","alignCenter":"Centreren","alignJustify":"Uitvullen","alignTop":"Boven","alignMiddle":"Midden","alignBottom":"Onder","alignNone":"Geen","invalidValue":"Ongeldige waarde.","invalidHeight":"De hoogte moet een getal zijn.","invalidWidth":"De breedte moet een getal zijn.","invalidCssLength":"Waarde in veld \"%1\" moet een positief nummer zijn, met of zonder een geldige CSS meeteenheid (px, %, in, cm, mm, em, ex, pt of pc).","invalidHtmlLength":"Waarde in veld \"%1\" moet een positief nummer zijn, met of zonder een geldige HTML meeteenheid (px of %).","invalidInlineStyle":"Waarde voor de online stijl moet bestaan uit een of meerdere tupels met het formaat \"naam : waarde\", gescheiden door puntkomma's.","cssLengthTooltip":"Geef een nummer in voor een waarde in pixels of geef een nummer in met een geldige CSS eenheid (px, %, in, cm, mm, em, ex, pt, of pc).","unavailable":"%1<span class=\"cke_accessibility\">, niet beschikbaar</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/no.js b/public/assets/ckeditor/lang/no.js new file mode 100644 index 0000000..c923c44 --- /dev/null +++ b/public/assets/ckeditor/lang/no.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['no']={"wsc":{"btnIgnore":"Ignorer","btnIgnoreAll":"Ignorer alle","btnReplace":"Erstatt","btnReplaceAll":"Erstatt alle","btnUndo":"Angre","changeTo":"Endre til","errorLoading":"Feil under lasting av applikasjonstjenestetjener: %s.","ieSpellDownload":"Stavekontroll er ikke installert. Vil du laste den ned nÃ¥?","manyChanges":"Stavekontroll fullført: %1 ord endret","noChanges":"Stavekontroll fullført: ingen ord endret","noMispell":"Stavekontroll fullført: ingen feilstavinger funnet","noSuggestions":"- Ingen forslag -","notAvailable":"Beklager, tjenesten er utilgjenglig nÃ¥.","notInDic":"Ikke i ordboken","oneChange":"Stavekontroll fullført: Ett ord endret","progress":"Stavekontroll pÃ¥gÃ¥r...","title":"Stavekontroll","toolbar":"Stavekontroll"},"undo":{"redo":"Gjør om","undo":"Angre"},"toolbar":{"toolbarCollapse":"Skjul verktøylinje","toolbarExpand":"Vis verktøylinje","toolbarGroups":{"document":"Dokument","clipboard":"Utklippstavle/Angre","editing":"Redigering","forms":"Skjema","basicstyles":"Basisstiler","paragraph":"Avsnitt","links":"Lenker","insert":"Innsetting","styles":"Stiler","colors":"Farger","tools":"Verktøy"},"toolbars":"Verktøylinjer for editor"},"table":{"border":"Rammestørrelse","caption":"Tittel","cell":{"menu":"Celle","insertBefore":"Sett inn celle før","insertAfter":"Sett inn celle etter","deleteCell":"Slett celler","merge":"SlÃ¥ sammen celler","mergeRight":"SlÃ¥ sammen høyre","mergeDown":"SlÃ¥ sammen ned","splitHorizontal":"Del celle horisontalt","splitVertical":"Del celle vertikalt","title":"Celleegenskaper","cellType":"Celletype","rowSpan":"Radspenn","colSpan":"Kolonnespenn","wordWrap":"Tekstbrytning","hAlign":"Horisontal justering","vAlign":"Vertikal justering","alignBaseline":"Grunnlinje","bgColor":"Bakgrunnsfarge","borderColor":"Rammefarge","data":"Data","header":"Overskrift","yes":"Ja","no":"Nei","invalidWidth":"Cellebredde mÃ¥ være et tall.","invalidHeight":"Cellehøyde mÃ¥ være et tall.","invalidRowSpan":"Radspenn mÃ¥ være et heltall.","invalidColSpan":"Kolonnespenn mÃ¥ være et heltall.","chooseColor":"Velg"},"cellPad":"Cellepolstring","cellSpace":"Cellemarg","column":{"menu":"Kolonne","insertBefore":"Sett inn kolonne før","insertAfter":"Sett inn kolonne etter","deleteColumn":"Slett kolonner"},"columns":"Kolonner","deleteTable":"Slett tabell","headers":"Overskrifter","headersBoth":"Begge","headersColumn":"Første kolonne","headersNone":"Ingen","headersRow":"Første rad","invalidBorder":"Rammestørrelse mÃ¥ være et tall.","invalidCellPadding":"Cellepolstring mÃ¥ være et positivt tall.","invalidCellSpacing":"Cellemarg mÃ¥ være et positivt tall.","invalidCols":"Antall kolonner mÃ¥ være et tall større enn 0.","invalidHeight":"Tabellhøyde mÃ¥ være et tall.","invalidRows":"Antall rader mÃ¥ være et tall større enn 0.","invalidWidth":"Tabellbredde mÃ¥ være et tall.","menu":"Egenskaper for tabell","row":{"menu":"Rader","insertBefore":"Sett inn rad før","insertAfter":"Sett inn rad etter","deleteRow":"Slett rader"},"rows":"Rader","summary":"Sammendrag","title":"Egenskaper for tabell","toolbar":"Tabell","widthPc":"prosent","widthPx":"piksler","widthUnit":"Bredde-enhet"},"stylescombo":{"label":"Stil","panelTitle":"Stilformater","panelTitle1":"Blokkstiler","panelTitle2":"Inlinestiler","panelTitle3":"Objektstiler"},"specialchar":{"options":"Alternativer for spesialtegn","title":"Velg spesialtegn","toolbar":"Sett inn spesialtegn"},"sourcearea":{"toolbar":"Kilde"},"scayt":{"btn_about":"Om SCAYT","btn_dictionaries":"Ordbøker","btn_disable":"SlÃ¥ av SCAYT","btn_enable":"SlÃ¥ pÃ¥ SCAYT","btn_langs":"SprÃ¥k","btn_options":"Valg","text_title":"Stavekontroll mens du skriver"},"removeformat":{"toolbar":"Fjern formatering"},"pastetext":{"button":"Lim inn som ren tekst","title":"Lim inn som ren tekst"},"pastefromword":{"confirmCleanup":"Teksten du limer inn ser ut til Ã¥ være kopiert fra Word. Vil du renske den før du limer den inn?","error":"Det var ikke mulig Ã¥ renske den innlimte teksten pÃ¥ grunn av en intern feil","title":"Lim inn fra Word","toolbar":"Lim inn fra Word"},"maximize":{"maximize":"Maksimer","minimize":"Minimer"},"magicline":{"title":"Sett inn nytt avsnitt her"},"list":{"bulletedlist":"Legg til/Fjern punktmerket liste","numberedlist":"Legg til/Fjern nummerert liste"},"link":{"acccessKey":"Aksessknapp","advanced":"Avansert","advisoryContentType":"Type","advisoryTitle":"Tittel","anchor":{"toolbar":"Sett inn/Rediger anker","menu":"Egenskaper for anker","title":"Egenskaper for anker","name":"Ankernavn","errorName":"Vennligst skriv inn ankernavnet","remove":"Fjern anker"},"anchorId":"Element etter ID","anchorName":"Anker etter navn","charset":"Lenket tegnsett","cssClasses":"Stilarkklasser","emailAddress":"E-postadresse","emailBody":"Melding","emailSubject":"Meldingsemne","id":"Id","info":"Lenkeinfo","langCode":"SprÃ¥kkode","langDir":"SprÃ¥kretning","langDirLTR":"Venstre til høyre (VTH)","langDirRTL":"Høyre til venstre (HTV)","menu":"Rediger lenke","name":"Navn","noAnchors":"(Ingen anker i dokumentet)","noEmail":"Vennligst skriv inn e-postadressen","noUrl":"Vennligst skriv inn lenkens URL","other":"<annen>","popupDependent":"Avhenging (Netscape)","popupFeatures":"Egenskaper for popup-vindu","popupFullScreen":"Fullskjerm (IE)","popupLeft":"Venstre posisjon","popupLocationBar":"Adresselinje","popupMenuBar":"Menylinje","popupResizable":"Skalerbar","popupScrollBars":"Scrollbar","popupStatusBar":"Statuslinje","popupToolbar":"Verktøylinje","popupTop":"Topp-posisjon","rel":"Relasjon (rel)","selectAnchor":"Velg et anker","styles":"Stil","tabIndex":"Tabindeks","target":"MÃ¥l","targetFrame":"<ramme>","targetFrameName":"MÃ¥lramme","targetPopup":"<popup-vindu>","targetPopupName":"Navn pÃ¥ popup-vindu","title":"Lenke","toAnchor":"Lenke til anker i teksten","toEmail":"E-post","toUrl":"URL","toolbar":"Sett inn/Rediger lenke","type":"Lenketype","unlink":"Fjern lenke","upload":"Last opp"},"indent":{"indent":"Ãk innrykk","outdent":"Reduser innrykk"},"image":{"alt":"Alternativ tekst","border":"Ramme","btnUpload":"Send det til serveren","button2Img":"Vil du endre den valgte bildeknappen til et vanlig bilde?","hSpace":"HMarg","img2Button":"Vil du endre det valgte bildet til en bildeknapp?","infoTab":"Bildeinformasjon","linkTab":"Lenke","lockRatio":"LÃ¥s forhold","menu":"Bildeegenskaper","resetSize":"Tilbakestill størrelse","title":"Bildeegenskaper","titleButton":"Egenskaper for bildeknapp","upload":"Last opp","urlMissing":"Bildets adresse mangler.","vSpace":"VMarg","validateBorder":"Ramme mÃ¥ være et heltall.","validateHSpace":"HMarg mÃ¥ være et heltall.","validateVSpace":"VMarg mÃ¥ være et heltall."},"horizontalrule":{"toolbar":"Sett inn horisontal linje"},"format":{"label":"Format","panelTitle":"Avsnittsformat","tag_address":"Adresse","tag_div":"Normal (DIV)","tag_h1":"Overskrift 1","tag_h2":"Overskrift 2","tag_h3":"Overskrift 3","tag_h4":"Overskrift 4","tag_h5":"Overskrift 5","tag_h6":"Overskrift 6","tag_p":"Normal","tag_pre":"Formatert"},"fakeobjects":{"anchor":"Anker","flash":"Flash-animasjon","hiddenfield":"Skjult felt","iframe":"IFrame","unknown":"Ukjent objekt"},"elementspath":{"eleLabel":"Element-sti","eleTitle":"%1 element"},"contextmenu":{"options":"Alternativer for høyreklikkmeny"},"clipboard":{"copy":"Kopier","copyError":"Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk snarveien (Ctrl/Cmd+C).","cut":"Klipp ut","cutError":"Din nettlesers sikkerhetsinstillinger tillater ikke automatisk utklipping av tekst. Vennligst bruk snarveien (Ctrl/Cmd+X).","paste":"Lim inn","pasteArea":"InnlimingsomrÃ¥de","pasteMsg":"Vennligst lim inn i følgende boks med tastaturet (<STRONG>Ctrl/Cmd+V</STRONG>) og trykk <STRONG>OK</STRONG>.","securityMsg":"Din nettlesers sikkerhetsinstillinger gir ikke redigeringsverktøyet direkte tilgang til utklippstavlen. Du mÃ¥ derfor lime det inn pÃ¥ nytt i dette vinduet.","title":"Lim inn"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"Blokksitat"},"basicstyles":{"bold":"Fet","italic":"Kursiv","strike":"Gjennomstreking","subscript":"Senket skrift","superscript":"Hevet skrift","underline":"Understreking"},"about":{"copy":"Copyright © $1. Alle rettigheter reservert.","dlgTitle":"Om CKEditor","help":"Se $1 for hjelp.","moreInfo":"For lisensieringsinformasjon, vennligst besøk vÃ¥rt nettsted:","title":"Om CKEditor","userGuide":"CKEditors brukerveiledning"},"editor":"Rikteksteditor","editorPanel":"Panel for rikteksteditor","common":{"editorHelp":"Trykk ALT 0 for hjelp","browseServer":"Bla igjennom server","url":"URL","protocol":"Protokoll","upload":"Last opp","uploadSubmit":"Send det til serveren","image":"Bilde","flash":"Flash","form":"Skjema","checkbox":"Avmerkingsboks","radio":"Alternativknapp","textField":"Tekstboks","textarea":"TekstomrÃ¥de","hiddenField":"Skjult felt","button":"Knapp","select":"Rullegardinliste","imageButton":"Bildeknapp","notSet":"<ikke satt>","id":"Id","name":"Navn","langDir":"SprÃ¥kretning","langDirLtr":"Venstre til høyre (VTH)","langDirRtl":"Høyre til venstre (HTV)","langCode":"SprÃ¥kkode","longDescr":"Utvidet beskrivelse","cssClass":"Stilarkklasser","advisoryTitle":"Tittel","cssStyle":"Stil","ok":"OK","cancel":"Avbryt","close":"Lukk","preview":"ForhÃ¥ndsvis","resize":"Dra for Ã¥ skalere","generalTab":"Generelt","advancedTab":"Avansert","validateNumberFailed":"Denne verdien er ikke et tall.","confirmNewPage":"Alle ulagrede endringer som er gjort i dette innholdet vil bli tapt. Er du sikker pÃ¥ at du vil laste en ny side?","confirmCancel":"Noen av valgene har blitt endret. Er du sikker pÃ¥ at du vil lukke dialogen?","options":"Valg","target":"MÃ¥l","targetNew":"Nytt vindu (_blank)","targetTop":"Hele vindu (_top)","targetSelf":"Samme vindu (_self)","targetParent":"Foreldrevindu (_parent)","langDirLTR":"Venstre til høyre (VTH)","langDirRTL":"Høyre til venstre (HTV)","styles":"Stil","cssClasses":"Stilarkklasser","width":"Bredde","height":"Høyde","align":"Juster","alignLeft":"Venstre","alignRight":"Høyre","alignCenter":"Midtjuster","alignJustify":"Blokkjuster","alignTop":"Topp","alignMiddle":"Midten","alignBottom":"Bunn","alignNone":"Ingen","invalidValue":"Ugyldig verdi.","invalidHeight":"Høyde mÃ¥ være et tall.","invalidWidth":"Bredde mÃ¥ være et tall.","invalidCssLength":"Den angitte verdien for feltet \"%1\" mÃ¥ være et positivt tall med eller uten en gyldig CSS-mÃ¥lingsenhet (px, %, in, cm, mm, em, ex, pt, eller pc).","invalidHtmlLength":"Den angitte verdien for feltet \"%1\" mÃ¥ være et positivt tall med eller uten en gyldig HTML-mÃ¥lingsenhet (px eller %).","invalidInlineStyle":"Verdi angitt for inline stil mÃ¥ bestÃ¥ av en eller flere sett med formatet \"navn : verdi\", separert med semikolon","cssLengthTooltip":"Skriv inn et tall for en piksel-verdi eller et tall med en gyldig CSS-enhet (px, %, in, cm, mm, em, ex, pt, eller pc).","unavailable":"%1<span class=\"cke_accessibility\">, utilgjenglig</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/pl.js b/public/assets/ckeditor/lang/pl.js new file mode 100644 index 0000000..f8273b0 --- /dev/null +++ b/public/assets/ckeditor/lang/pl.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['pl']={"wsc":{"btnIgnore":"Ignoruj","btnIgnoreAll":"Ignoruj wszystkie","btnReplace":"ZmieÅ","btnReplaceAll":"ZmieÅ wszystkie","btnUndo":"Cofnij","changeTo":"ZmieÅ na","errorLoading":"BÅÄ d wczytywania hosta aplikacji usÅugi: %s.","ieSpellDownload":"SÅownik nie jest zainstalowany. Czy chcesz go pobraÄ?","manyChanges":"Sprawdzanie zakoÅczone: zmieniono %l sÅów","noChanges":"Sprawdzanie zakoÅczone: nie zmieniono żadnego sÅowa","noMispell":"Sprawdzanie zakoÅczone: nie znaleziono bÅÄdów","noSuggestions":"- Brak sugestii -","notAvailable":"Przepraszamy, ale usÅuga jest obecnie niedostÄpna.","notInDic":"SÅowa nie ma w sÅowniku","oneChange":"Sprawdzanie zakoÅczone: zmieniono jedno sÅowo","progress":"Trwa sprawdzanie...","title":"Sprawdź pisowniÄ","toolbar":"Sprawdź pisowniÄ"},"undo":{"redo":"Ponów","undo":"Cofnij"},"toolbar":{"toolbarCollapse":"ZwiÅ pasek narzÄdzi","toolbarExpand":"RozwiÅ pasek narzÄdzi","toolbarGroups":{"document":"Dokument","clipboard":"Schowek/Wstecz","editing":"Edycja","forms":"Formularze","basicstyles":"Style podstawowe","paragraph":"Akapit","links":"HiperÅÄ cza","insert":"Wstawianie","styles":"Style","colors":"Kolory","tools":"NarzÄdzia"},"toolbars":"Paski narzÄdzi edytora"},"table":{"border":"GruboÅÄ obramowania","caption":"TytuÅ","cell":{"menu":"Komórka","insertBefore":"Wstaw komórkÄ z lewej","insertAfter":"Wstaw komórkÄ z prawej","deleteCell":"UsuÅ komórki","merge":"PoÅÄ cz komórki","mergeRight":"PoÅÄ cz z komórkÄ z prawej","mergeDown":"PoÅÄ cz z komórkÄ poniżej","splitHorizontal":"Podziel komórkÄ poziomo","splitVertical":"Podziel komórkÄ pionowo","title":"WÅaÅciwoÅci komórki","cellType":"Typ komórki","rowSpan":"Scalenie wierszy","colSpan":"Scalenie komórek","wordWrap":"Zawijanie sÅów","hAlign":"Wyrównanie poziome","vAlign":"Wyrównanie pionowe","alignBaseline":"Linia bazowa","bgColor":"Kolor tÅa","borderColor":"Kolor obramowania","data":"Dane","header":"NagÅówek","yes":"Tak","no":"Nie","invalidWidth":"SzerokoÅÄ komórki musi byÄ liczbÄ .","invalidHeight":"WysokoÅÄ komórki musi byÄ liczbÄ .","invalidRowSpan":"Scalenie wierszy musi byÄ liczbÄ caÅkowitÄ .","invalidColSpan":"Scalenie komórek musi byÄ liczbÄ caÅkowitÄ .","chooseColor":"Wybierz"},"cellPad":"DopeÅnienie komórek","cellSpace":"OdstÄp pomiÄdzy komórkami","column":{"menu":"Kolumna","insertBefore":"Wstaw kolumnÄ z lewej","insertAfter":"Wstaw kolumnÄ z prawej","deleteColumn":"UsuÅ kolumny"},"columns":"Liczba kolumn","deleteTable":"UsuÅ tabelÄ","headers":"NagÅówki","headersBoth":"Oba","headersColumn":"Pierwsza kolumna","headersNone":"Brak","headersRow":"Pierwszy wiersz","invalidBorder":"WartoÅÄ obramowania musi byÄ liczbÄ .","invalidCellPadding":"DopeÅnienie komórek musi byÄ liczbÄ dodatniÄ .","invalidCellSpacing":"OdstÄp pomiÄdzy komórkami musi byÄ liczbÄ dodatniÄ .","invalidCols":"Liczba kolumn musi byÄ wiÄksza niż 0.","invalidHeight":"WysokoÅÄ tabeli musi byÄ liczbÄ .","invalidRows":"Liczba wierszy musi byÄ wiÄksza niż 0.","invalidWidth":"SzerokoÅÄ tabeli musi byÄ liczbÄ .","menu":"WÅaÅciwoÅci tabeli","row":{"menu":"Wiersz","insertBefore":"Wstaw wiersz powyżej","insertAfter":"Wstaw wiersz poniżej","deleteRow":"UsuÅ wiersze"},"rows":"Liczba wierszy","summary":"Podsumowanie","title":"WÅaÅciwoÅci tabeli","toolbar":"Tabela","widthPc":"%","widthPx":"piksele","widthUnit":"jednostka szerokoÅci"},"stylescombo":{"label":"Styl","panelTitle":"Style formatujÄ ce","panelTitle1":"Style blokowe","panelTitle2":"Style liniowe","panelTitle3":"Style obiektowe"},"specialchar":{"options":"Opcje znaków specjalnych","title":"Wybierz znak specjalny","toolbar":"Wstaw znak specjalny"},"sourcearea":{"toolbar":"ŹródÅo dokumentu"},"scayt":{"btn_about":"Informacje o SCAYT","btn_dictionaries":"SÅowniki","btn_disable":"WyÅÄ cz SCAYT","btn_enable":"WÅÄ cz SCAYT","btn_langs":"JÄzyki","btn_options":"Opcje","text_title":"Sprawdź pisowniÄ podczas pisania (SCAYT)"},"removeformat":{"toolbar":"UsuÅ formatowanie"},"pastetext":{"button":"Wklej jako czysty tekst","title":"Wklej jako czysty tekst"},"pastefromword":{"confirmCleanup":"Tekst, który chcesz wkleiÄ, prawdopodobnie pochodzi z programu Microsoft Word. Czy chcesz go wyczyÅciÄ przed wklejeniem?","error":"Wyczyszczenie wklejonych danych nie byÅo możliwe z powodu wystÄ pienia bÅÄdu.","title":"Wklej z programu MS Word","toolbar":"Wklej z programu MS Word"},"maximize":{"maximize":"Maksymalizuj","minimize":"Minimalizuj"},"magicline":{"title":"Wstaw nowy akapit"},"list":{"bulletedlist":"Lista wypunktowana","numberedlist":"Lista numerowana"},"link":{"acccessKey":"Klawisz dostÄpu","advanced":"Zaawansowane","advisoryContentType":"Typ MIME obiektu docelowego","advisoryTitle":"Opis obiektu docelowego","anchor":{"toolbar":"Wstaw/edytuj kotwicÄ","menu":"WÅaÅciwoÅci kotwicy","title":"WÅaÅciwoÅci kotwicy","name":"Nazwa kotwicy","errorName":"Wpisz nazwÄ kotwicy","remove":"UsuÅ kotwicÄ"},"anchorId":"Wg identyfikatora","anchorName":"Wg nazwy","charset":"Kodowanie znaków obiektu docelowego","cssClasses":"Nazwa klasy CSS","emailAddress":"Adres e-mail","emailBody":"TreÅÄ","emailSubject":"Temat","id":"Id","info":"Informacje ","langCode":"Kod jÄzyka","langDir":"Kierunek tekstu","langDirLTR":"Od lewej do prawej (LTR)","langDirRTL":"Od prawej do lewej (RTL)","menu":"Edytuj odnoÅnik","name":"Nazwa","noAnchors":"(W dokumencie nie zdefiniowano żadnych kotwic)","noEmail":"Podaj adres e-mail","noUrl":"Podaj adres URL","other":"<inny>","popupDependent":"Okno zależne (Netscape)","popupFeatures":"WÅaÅciwoÅci wyskakujÄ cego okna","popupFullScreen":"PeÅny ekran (IE)","popupLeft":"Pozycja w poziomie","popupLocationBar":"Pasek adresu","popupMenuBar":"Pasek menu","popupResizable":"Skalowalny","popupScrollBars":"Paski przewijania","popupStatusBar":"Pasek statusu","popupToolbar":"Pasek narzÄdzi","popupTop":"Pozycja w pionie","rel":"Relacja","selectAnchor":"Wybierz kotwicÄ","styles":"Styl","tabIndex":"Indeks kolejnoÅci","target":"Obiekt docelowy","targetFrame":"<ramka>","targetFrameName":"Nazwa ramki docelowej","targetPopup":"<wyskakujÄ ce okno>","targetPopupName":"Nazwa wyskakujÄ cego okna","title":"OdnoÅnik","toAnchor":"OdnoÅnik wewnÄ trz strony (kotwica)","toEmail":"Adres e-mail","toUrl":"Adres URL","toolbar":"Wstaw/edytuj odnoÅnik","type":"Typ odnoÅnika","unlink":"UsuÅ odnoÅnik","upload":"WyÅlij"},"indent":{"indent":"ZwiÄksz wciÄcie","outdent":"Zmniejsz wciÄcie"},"image":{"alt":"Tekst zastÄpczy","border":"Obramowanie","btnUpload":"WyÅlij","button2Img":"Czy chcesz przekonwertowaÄ zaznaczony przycisk graficzny do zwykÅego obrazka?","hSpace":"OdstÄp poziomy","img2Button":"Czy chcesz przekonwertowaÄ zaznaczony obrazek do przycisku graficznego?","infoTab":"Informacje o obrazku","linkTab":"HiperÅÄ cze","lockRatio":"Zablokuj proporcje","menu":"WÅaÅciwoÅci obrazka","resetSize":"PrzywrÃ³Ä rozmiar","title":"WÅaÅciwoÅci obrazka","titleButton":"WÅaÅciwoÅci przycisku graficznego","upload":"WyÅlij","urlMissing":"Podaj adres URL obrazka.","vSpace":"OdstÄp pionowy","validateBorder":"WartoÅÄ obramowania musi byÄ liczbÄ caÅkowitÄ .","validateHSpace":"WartoÅÄ odstÄpu poziomego musi byÄ liczbÄ caÅkowitÄ .","validateVSpace":"WartoÅÄ odstÄpu pionowego musi byÄ liczbÄ caÅkowitÄ ."},"horizontalrule":{"toolbar":"Wstaw poziomÄ liniÄ"},"format":{"label":"Format","panelTitle":"Format","tag_address":"Adres","tag_div":"Normalny (DIV)","tag_h1":"NagÅówek 1","tag_h2":"NagÅówek 2","tag_h3":"NagÅówek 3","tag_h4":"NagÅówek 4","tag_h5":"NagÅówek 5","tag_h6":"NagÅówek 6","tag_p":"Normalny","tag_pre":"Tekst sformatowany"},"fakeobjects":{"anchor":"Kotwica","flash":"Animacja Flash","hiddenfield":"Pole ukryte","iframe":"IFrame","unknown":"Nieznany obiekt"},"elementspath":{"eleLabel":"Åcieżka elementów","eleTitle":"element %1"},"contextmenu":{"options":"Opcje menu kontekstowego"},"clipboard":{"copy":"Kopiuj","copyError":"Ustawienia bezpieczeÅstwa Twojej przeglÄ darki nie pozwalajÄ na automatyczne kopiowanie tekstu. Użyj skrótu klawiszowego Ctrl/Cmd+C.","cut":"Wytnij","cutError":"Ustawienia bezpieczeÅstwa Twojej przeglÄ darki nie pozwalajÄ na automatyczne wycinanie tekstu. Użyj skrótu klawiszowego Ctrl/Cmd+X.","paste":"Wklej","pasteArea":"Obszar wklejania","pasteMsg":"Wklej tekst w poniższym polu, używajÄ c skrótu klawiaturowego (<STRONG>Ctrl/Cmd+V</STRONG>), i kliknij <STRONG>OK</STRONG>.","securityMsg":"Zabezpieczenia przeglÄ darki uniemożliwiajÄ wklejenie danych bezpoÅrednio do edytora. ProszÄ ponownie wkleiÄ dane w tym oknie.","title":"Wklej"},"button":{"selectedLabel":"%1 (Wybrany)"},"blockquote":{"toolbar":"Cytat"},"basicstyles":{"bold":"Pogrubienie","italic":"Kursywa","strike":"PrzekreÅlenie","subscript":"Indeks dolny","superscript":"Indeks górny","underline":"PodkreÅlenie"},"about":{"copy":"Copyright © $1. Wszelkie prawa zastrzeżone.","dlgTitle":"Informacje o programie CKEditor","help":"Pomoc znajdziesz w $1.","moreInfo":"Informacje na temat licencji można znaleÅºÄ na naszej stronie:","title":"Informacje o programie CKEditor","userGuide":"podrÄczniku użytkownika programu CKEditor"},"editor":"Edytor tekstu sformatowanego","editorPanel":"Panel edytora tekstu sformatowanego","common":{"editorHelp":"W celu uzyskania pomocy naciÅnij ALT 0","browseServer":"PrzeglÄ daj","url":"Adres URL","protocol":"ProtokóÅ","upload":"WyÅlij","uploadSubmit":"WyÅlij","image":"Obrazek","flash":"Flash","form":"Formularz","checkbox":"Pole wyboru (checkbox)","radio":"Przycisk opcji (radio)","textField":"Pole tekstowe","textarea":"Obszar tekstowy","hiddenField":"Pole ukryte","button":"Przycisk","select":"Lista wyboru","imageButton":"Przycisk graficzny","notSet":"<nie ustawiono>","id":"Id","name":"Nazwa","langDir":"Kierunek tekstu","langDirLtr":"Od lewej do prawej (LTR)","langDirRtl":"Od prawej do lewej (RTL)","langCode":"Kod jÄzyka","longDescr":"Adres URL dÅugiego opisu","cssClass":"Nazwa klasy CSS","advisoryTitle":"Opis obiektu docelowego","cssStyle":"Styl","ok":"OK","cancel":"Anuluj","close":"Zamknij","preview":"PodglÄ d","resize":"PrzeciÄ gnij, aby zmieniÄ rozmiar","generalTab":"Ogólne","advancedTab":"Zaawansowane","validateNumberFailed":"Ta wartoÅÄ nie jest liczbÄ .","confirmNewPage":"Wszystkie niezapisane zmiany zostanÄ utracone. Czy na pewno wczytaÄ nowÄ stronÄ?","confirmCancel":"Pewne opcje zostaÅy zmienione. Czy na pewno zamknÄ Ä okno dialogowe?","options":"Opcje","target":"Obiekt docelowy","targetNew":"Nowe okno (_blank)","targetTop":"Okno najwyżej w hierarchii (_top)","targetSelf":"To samo okno (_self)","targetParent":"Okno nadrzÄdne (_parent)","langDirLTR":"Od lewej do prawej (LTR)","langDirRTL":"Od prawej do lewej (RTL)","styles":"Style","cssClasses":"Klasy arkusza stylów","width":"SzerokoÅÄ","height":"WysokoÅÄ","align":"Wyrównaj","alignLeft":"Do lewej","alignRight":"Do prawej","alignCenter":"Do Årodka","alignJustify":"Wyjustuj","alignTop":"Do góry","alignMiddle":"Do Årodka","alignBottom":"Do doÅu","alignNone":"Brak","invalidValue":"NieprawidÅowa wartoÅÄ.","invalidHeight":"WysokoÅÄ musi byÄ liczbÄ .","invalidWidth":"SzerokoÅÄ musi byÄ liczbÄ .","invalidCssLength":"WartoÅÄ podana dla pola \"%1\" musi byÄ liczbÄ dodatniÄ bez jednostki lub z poprawnÄ jednostkÄ dÅugoÅci zgodnÄ z CSS (px, %, in, cm, mm, em, ex, pt lub pc).","invalidHtmlLength":"WartoÅÄ podana dla pola \"%1\" musi byÄ liczbÄ dodatniÄ bez jednostki lub z poprawnÄ jednostkÄ dÅugoÅci zgodnÄ z HTML (px lub %).","invalidInlineStyle":"WartoÅÄ podana dla stylu musi skÅadaÄ siÄ z jednej lub wiÄkszej liczby krotek w formacie \"nazwa : wartoÅÄ\", rozdzielonych Årednikami.","cssLengthTooltip":"Wpisz liczbÄ dla wartoÅci w pikselach lub liczbÄ wraz z jednostkÄ dÅugoÅci zgodnÄ z CSS (px, %, in, cm, mm, em, ex, pt lub pc).","unavailable":"%1<span class=\"cke_accessibility\">, niedostÄpne</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/pt-br.js b/public/assets/ckeditor/lang/pt-br.js new file mode 100644 index 0000000..89fe39f --- /dev/null +++ b/public/assets/ckeditor/lang/pt-br.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['pt-br']={"wsc":{"btnIgnore":"Ignorar uma vez","btnIgnoreAll":"Ignorar Todas","btnReplace":"Alterar","btnReplaceAll":"Alterar Todas","btnUndo":"Desfazer","changeTo":"Alterar para","errorLoading":"Erro carregando servidor de aplicação: %s.","ieSpellDownload":"A verificação ortográfica não foi instalada. Você gostaria de realizar o download agora?","manyChanges":"Verificação ortográfica encerrada: %1 palavras foram alteradas","noChanges":"Verificação ortográfica encerrada: Não houve alterações","noMispell":"Verificação encerrada: Não foram encontrados erros de ortografia","noSuggestions":"-sem sugestões de ortografia-","notAvailable":"Desculpe, o serviço não está disponÃvel no momento.","notInDic":"Não encontrada","oneChange":"Verificação ortográfica encerrada: Uma palavra foi alterada","progress":"Verificação ortográfica em andamento...","title":"Corretor Ortográfico","toolbar":"Verificar Ortografia"},"undo":{"redo":"Refazer","undo":"Desfazer"},"toolbar":{"toolbarCollapse":"Diminuir Barra de Ferramentas","toolbarExpand":"Aumentar Barra de Ferramentas","toolbarGroups":{"document":"Documento","clipboard":"Clipboard/Desfazer","editing":"Edição","forms":"Formulários","basicstyles":"Estilos Básicos","paragraph":"Paragrafo","links":"Links","insert":"Inserir","styles":"Estilos","colors":"Cores","tools":"Ferramentas"},"toolbars":"Barra de Ferramentas do Editor"},"table":{"border":"Borda","caption":"Legenda","cell":{"menu":"Célula","insertBefore":"Inserir célula a esquerda","insertAfter":"Inserir célula a direita","deleteCell":"Remover Células","merge":"Mesclar Células","mergeRight":"Mesclar com célula a direita","mergeDown":"Mesclar com célula abaixo","splitHorizontal":"Dividir célula horizontalmente","splitVertical":"Dividir célula verticalmente","title":"Propriedades da célula","cellType":"Tipo de célula","rowSpan":"Linhas cobertas","colSpan":"Colunas cobertas","wordWrap":"Quebra de palavra","hAlign":"Alinhamento horizontal","vAlign":"Alinhamento vertical","alignBaseline":"Patamar de alinhamento","bgColor":"Cor de fundo","borderColor":"Cor das bordas","data":"Dados","header":"Cabeçalho","yes":"Sim","no":"Não","invalidWidth":"A largura da célula tem que ser um número.","invalidHeight":"A altura da célula tem que ser um número.","invalidRowSpan":"Linhas cobertas tem que ser um número inteiro.","invalidColSpan":"Colunas cobertas tem que ser um número inteiro.","chooseColor":"Escolher"},"cellPad":"Margem interna","cellSpace":"Espaçamento","column":{"menu":"Coluna","insertBefore":"Inserir coluna a esquerda","insertAfter":"Inserir coluna a direita","deleteColumn":"Remover Colunas"},"columns":"Colunas","deleteTable":"Apagar Tabela","headers":"Cabeçalho","headersBoth":"Ambos","headersColumn":"Primeira coluna","headersNone":"Nenhum","headersRow":"Primeira linha","invalidBorder":"O tamanho da borda tem que ser um número.","invalidCellPadding":"A margem interna das células tem que ser um número.","invalidCellSpacing":"O espaçamento das células tem que ser um número.","invalidCols":"O número de colunas tem que ser um número maior que 0.","invalidHeight":"A altura da tabela tem que ser um número.","invalidRows":"O número de linhas tem que ser um número maior que 0.","invalidWidth":"A largura da tabela tem que ser um número.","menu":"Formatar Tabela","row":{"menu":"Linha","insertBefore":"Inserir linha acima","insertAfter":"Inserir linha abaixo","deleteRow":"Remover Linhas"},"rows":"Linhas","summary":"Resumo","title":"Formatar Tabela","toolbar":"Tabela","widthPc":"%","widthPx":"pixels","widthUnit":"unidade largura"},"stylescombo":{"label":"Estilo","panelTitle":"Estilos de Formatação","panelTitle1":"Estilos de bloco","panelTitle2":"Estilos de texto corrido","panelTitle3":"Estilos de objeto"},"specialchar":{"options":"Opções de Caractere Especial","title":"Selecione um Caractere Especial","toolbar":"Inserir Caractere Especial"},"sourcearea":{"toolbar":"Código-Fonte"},"scayt":{"btn_about":"Sobre a correção ortográfica durante a digitação","btn_dictionaries":"Dicionários","btn_disable":"Desabilitar correção ortográfica durante a digitação","btn_enable":"Habilitar correção ortográfica durante a digitação","btn_langs":"Idiomas","btn_options":"Opções","text_title":"Correção ortográfica durante a digitação"},"removeformat":{"toolbar":"Remover Formatação"},"pastetext":{"button":"Colar como Texto sem Formatação","title":"Colar como Texto sem Formatação"},"pastefromword":{"confirmCleanup":"O texto que você deseja colar parece ter sido copiado do Word. Você gostaria de remover a formatação antes de colar?","error":"Não foi possÃvel limpar os dados colados devido a um erro interno","title":"Colar do Word","toolbar":"Colar do Word"},"maximize":{"maximize":"Maximizar","minimize":"Minimize"},"magicline":{"title":"Insera um parágrafo aqui"},"list":{"bulletedlist":"Lista sem números","numberedlist":"Lista numerada"},"link":{"acccessKey":"Chave de Acesso","advanced":"Avançado","advisoryContentType":"Tipo de Conteúdo","advisoryTitle":"TÃtulo","anchor":{"toolbar":"Inserir/Editar Ãncora","menu":"Formatar Ãncora","title":"Formatar Ãncora","name":"Nome da Ãncora","errorName":"Por favor, digite o nome da âncora","remove":"Remover Ãncora"},"anchorId":"Id da âncora","anchorName":"Nome da âncora","charset":"Charset do Link","cssClasses":"Classe de CSS","emailAddress":"Endereço E-Mail","emailBody":"Corpo da Mensagem","emailSubject":"Assunto da Mensagem","id":"Id","info":"Informações","langCode":"Direção do idioma","langDir":"Direção do idioma","langDirLTR":"Esquerda para Direita (LTR)","langDirRTL":"Direita para Esquerda (RTL)","menu":"Editar Link","name":"Nome","noAnchors":"(Não há âncoras no documento)","noEmail":"Por favor, digite o endereço de e-mail","noUrl":"Por favor, digite o endereço do Link","other":"<outro>","popupDependent":"Dependente (Netscape)","popupFeatures":"Propriedades da Janela Pop-up","popupFullScreen":"Modo Tela Cheia (IE)","popupLeft":"Esquerda","popupLocationBar":"Barra de Endereços","popupMenuBar":"Barra de Menus","popupResizable":"Redimensionável","popupScrollBars":"Barras de Rolagem","popupStatusBar":"Barra de Status","popupToolbar":"Barra de Ferramentas","popupTop":"Topo","rel":"Tipo de Relação","selectAnchor":"Selecione uma âncora","styles":"Estilos","tabIndex":"Ãndice de Tabulação","target":"Destino","targetFrame":"<frame>","targetFrameName":"Nome do Frame de Destino","targetPopup":"<janela popup>","targetPopupName":"Nome da Janela Pop-up","title":"Editar Link","toAnchor":"Ãncora nesta página","toEmail":"E-Mail","toUrl":"URL","toolbar":"Inserir/Editar Link","type":"Tipo de hiperlink","unlink":"Remover Link","upload":"Enviar ao Servidor"},"indent":{"indent":"Aumentar Recuo","outdent":"Diminuir Recuo"},"image":{"alt":"Texto Alternativo","border":"Borda","btnUpload":"Enviar para o Servidor","button2Img":"Deseja transformar o botão de imagem em uma imagem comum?","hSpace":"HSpace","img2Button":"Deseja transformar a imagem em um botão de imagem?","infoTab":"Informações da Imagem","linkTab":"Link","lockRatio":"Travar Proporções","menu":"Formatar Imagem","resetSize":"Redefinir para o Tamanho Original","title":"Formatar Imagem","titleButton":"Formatar Botão de Imagem","upload":"Enviar","urlMissing":"URL da imagem está faltando.","vSpace":"VSpace","validateBorder":"A borda deve ser um número inteiro.","validateHSpace":"O HSpace deve ser um número inteiro.","validateVSpace":"O VSpace deve ser um número inteiro."},"horizontalrule":{"toolbar":"Inserir Linha Horizontal"},"format":{"label":"Formatação","panelTitle":"Formatação","tag_address":"Endereço","tag_div":"Normal (DIV)","tag_h1":"TÃtulo 1","tag_h2":"TÃtulo 2","tag_h3":"TÃtulo 3","tag_h4":"TÃtulo 4","tag_h5":"TÃtulo 5","tag_h6":"TÃtulo 6","tag_p":"Normal","tag_pre":"Formatado"},"fakeobjects":{"anchor":"Ãncora","flash":"Animação em Flash","hiddenfield":"Campo Oculto","iframe":"IFrame","unknown":"Objeto desconhecido"},"elementspath":{"eleLabel":"Caminho dos Elementos","eleTitle":"Elemento %1"},"contextmenu":{"options":"Opções Menu de Contexto"},"clipboard":{"copy":"Copiar","copyError":"As configurações de segurança do seu navegador não permitem que o editor execute operações de copiar automaticamente. Por favor, utilize o teclado para copiar (Ctrl/Cmd+C).","cut":"Recortar","cutError":"As configurações de segurança do seu navegador não permitem que o editor execute operações de recortar automaticamente. Por favor, utilize o teclado para recortar (Ctrl/Cmd+X).","paste":"Colar","pasteArea":"Ãrea para Colar","pasteMsg":"Transfira o link usado na caixa usando o teclado com (<STRONG>Ctrl/Cmd+V</STRONG>) e <STRONG>OK</STRONG>.","securityMsg":"As configurações de segurança do seu navegador não permitem que o editor acesse os dados da área de transferência diretamente. Por favor cole o conteúdo manualmente nesta janela.","title":"Colar"},"button":{"selectedLabel":"%1 (Selecionado)"},"blockquote":{"toolbar":"Citação"},"basicstyles":{"bold":"Negrito","italic":"Itálico","strike":"Tachado","subscript":"Subscrito","superscript":"Sobrescrito","underline":"Sublinhado"},"about":{"copy":"Copyright © $1. Todos os direitos reservados.","dlgTitle":"Sobre o CKEditor","help":"Verifique o $1 para obter ajuda.","moreInfo":"Para informações sobre a licença por favor visite o nosso site:","title":"Sobre o CKEditor","userGuide":"Guia do Usuário do CKEditor"},"editor":"Editor de Rich Text","editorPanel":"Painel do editor de Rich Text","common":{"editorHelp":"Pressione ALT+0 para ajuda","browseServer":"Localizar no Servidor","url":"URL","protocol":"Protocolo","upload":"Enviar ao Servidor","uploadSubmit":"Enviar para o Servidor","image":"Imagem","flash":"Flash","form":"Formulário","checkbox":"Caixa de Seleção","radio":"Botão de Opção","textField":"Caixa de Texto","textarea":"Ãrea de Texto","hiddenField":"Campo Oculto","button":"Botão","select":"Caixa de Listagem","imageButton":"Botão de Imagem","notSet":"<não ajustado>","id":"Id","name":"Nome","langDir":"Direção do idioma","langDirLtr":"Esquerda para Direita (LTR)","langDirRtl":"Direita para Esquerda (RTL)","langCode":"Idioma","longDescr":"Descrição da URL","cssClass":"Classe de CSS","advisoryTitle":"TÃtulo","cssStyle":"Estilos","ok":"OK","cancel":"Cancelar","close":"Fechar","preview":"Visualizar","resize":"Arraste para redimensionar","generalTab":"Geral","advancedTab":"Avançado","validateNumberFailed":"Este valor não é um número.","confirmNewPage":"Todas as mudanças não salvas serão perdidas. Tem certeza de que quer abrir uma nova página?","confirmCancel":"Algumas opções foram alteradas. Tem certeza de que quer fechar a caixa de diálogo?","options":"Opções","target":"Destino","targetNew":"Nova Janela (_blank)","targetTop":"Janela de Cima (_top)","targetSelf":"Mesma Janela (_self)","targetParent":"Janela Pai (_parent)","langDirLTR":"Esquerda para Direita (LTR)","langDirRTL":"Direita para Esquerda (RTL)","styles":"Estilo","cssClasses":"Classes","width":"Largura","height":"Altura","align":"Alinhamento","alignLeft":"Esquerda","alignRight":"Direita","alignCenter":"Centralizado","alignJustify":"Justificar","alignTop":"Superior","alignMiddle":"Centralizado","alignBottom":"Inferior","alignNone":"Nenhum","invalidValue":"Valor inválido.","invalidHeight":"A altura tem que ser um número","invalidWidth":"A largura tem que ser um número.","invalidCssLength":"O valor do campo \"%1\" deve ser um número positivo opcionalmente seguido por uma válida unidade de medida de CSS (px, %, in, cm, mm, em, ex, pt ou pc).","invalidHtmlLength":"O valor do campo \"%1\" deve ser um número positivo opcionalmente seguido por uma válida unidade de medida de HTML (px ou %).","invalidInlineStyle":"O valor válido para estilo deve conter uma ou mais tuplas no formato \"nome : valor\", separados por ponto e vÃrgula.","cssLengthTooltip":"Insira um número para valor em pixels ou um número seguido de uma válida unidade de medida de CSS (px, %, in, cm, mm, em, ex, pt ou pc).","unavailable":"%1<span class=\"cke_accessibility\">, indisponÃvel</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/pt.js b/public/assets/ckeditor/lang/pt.js new file mode 100644 index 0000000..b6ba1d0 --- /dev/null +++ b/public/assets/ckeditor/lang/pt.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['pt']={"wsc":{"btnIgnore":"Ignorar","btnIgnoreAll":"Ignorar Tudo","btnReplace":"Substituir","btnReplaceAll":"Substituir Tudo","btnUndo":"Anular","changeTo":"Mudar para","errorLoading":"Error loading application service host: %s.","ieSpellDownload":" Verificação ortográfica não instalada. Quer descarregar agora?","manyChanges":"Verificação ortográfica completa: %1 palavras alteradas","noChanges":"Verificação ortográfica completa: não houve alteração de palavras","noMispell":"Verificação ortográfica completa: não foram encontrados erros","noSuggestions":"- Sem sugestões -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Não está num directório","oneChange":"Verificação ortográfica completa: uma palavra alterada","progress":"Verificação ortográfica em progressoâ¦","title":"Spell Checker","toolbar":"Verificação Ortográfica"},"undo":{"redo":"Refazer","undo":"Anular"},"toolbar":{"toolbarCollapse":"Ocultar barra de ferramentas","toolbarExpand":"Expandir barra de ferramentas","toolbarGroups":{"document":"Documento","clipboard":"Ãrea de transferência/Anular","editing":"Edição","forms":"Formulários","basicstyles":"Estilos Básicos","paragraph":"Parágrafo","links":"Hiperligações","insert":"Inserir","styles":"Estilos","colors":"Cores","tools":"Ferramentas"},"toolbars":"Editor de Barras de Ferramentas"},"table":{"border":"Tamanho do contorno","caption":"Legenda","cell":{"menu":"Célula","insertBefore":"Inserir célula antes","insertAfter":"Inserir célula depois","deleteCell":"Apagar Células","merge":"Unir Células","mergeRight":"Unir à Direita","mergeDown":"Fundir abaixo","splitHorizontal":"Dividir célula horizontalmente","splitVertical":"Dividir célula verticalmente","title":"Propriedades da célula","cellType":"Tipo de célula","rowSpan":"Filas na Célula","colSpan":"Colunas na Célula","wordWrap":"Moldar texto","hAlign":"Alinhamento Horizontal","vAlign":"Alinhamento Vertical","alignBaseline":"Base","bgColor":"Cor de Fundo","borderColor":"Cor da Margem","data":"Dados","header":"Cabeçalho","yes":"Sim","no":"Não","invalidWidth":"A largura da célula deve ser um número.","invalidHeight":"A altura da célula deve ser um número.","invalidRowSpan":"As filas da célula deve ter um número inteiro.","invalidColSpan":"As colunas da célula deve ter um número inteiro.","chooseColor":"Escolher"},"cellPad":"Espaço interior","cellSpace":"Espaçamento de célula","column":{"menu":"Coluna","insertBefore":"Inserir Coluna Antes","insertAfter":"Inserir coluna depois","deleteColumn":"Apagar colunas"},"columns":"Colunas","deleteTable":"Apagar tabela","headers":"Cabeçalhos","headersBoth":"Ambos","headersColumn":"Primeira coluna","headersNone":"Nenhum","headersRow":"Primeira linha","invalidBorder":"O tamanho da margem tem de ser um número.","invalidCellPadding":"A criação do espaço na célula deve ser um número positivo.","invalidCellSpacing":"O espaçamento da célula deve ser um número positivo.","invalidCols":"O número de colunas tem de ser um número maior que 0.","invalidHeight":"A altura da tabela tem de ser um número.","invalidRows":"O número de linhas tem de ser maior que 0.","invalidWidth":"A largura da tabela tem de ser um número.","menu":"Propriedades da Tabela","row":{"menu":"Linha","insertBefore":"Inserir linha antes","insertAfter":"Inserir linha depois","deleteRow":"Apagar linhas"},"rows":"Linhas","summary":"Sumário","title":"Propriedades da Tabela","toolbar":"Tabela","widthPc":"percentagem","widthPx":"pontos","widthUnit":"unidade da largura"},"stylescombo":{"label":"Estilos","panelTitle":"Estilos de Formatação","panelTitle1":"Estilos de bloco","panelTitle2":"Estilos de Linha","panelTitle3":"Estilos de Objeto"},"specialchar":{"options":"Opções de caracteres especiais","title":"Selecione um caracter especial","toolbar":"Inserir carácter especial"},"sourcearea":{"toolbar":"Fonte"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"Eliminar Formato"},"pastetext":{"button":"Colar como Texto Simples","title":"Colar como Texto Simples"},"pastefromword":{"confirmCleanup":"O texto que pretende colar parece ter sido copiado do Word. Deseja limpá-lo antes de colar?","error":"Não foi possivel limpar a informação colada decido a um erro interno.","title":"Colar do Word","toolbar":"Colar do Word"},"maximize":{"maximize":"Maximizar","minimize":"Minimizar"},"magicline":{"title":"Insira aqui o parágrafo"},"list":{"bulletedlist":"Marcas","numberedlist":"Numeração"},"link":{"acccessKey":"Chave de Acesso","advanced":"Avançado","advisoryContentType":"Tipo de Conteúdo","advisoryTitle":"TÃtulo","anchor":{"toolbar":" Inserir/Editar Ãncora","menu":"Propriedades da Ãncora","title":"Propriedades da Ãncora","name":"Nome da Ãncora","errorName":"Por favor, introduza o nome da âncora","remove":"Remove Anchor"},"anchorId":"Por ID de elemento","anchorName":"Por Nome de Referência","charset":"Fonte de caracteres vinculado","cssClasses":"Classes de Estilo de Folhas Classes","emailAddress":"Endereço de E-Mail","emailBody":"Corpo da Mensagem","emailSubject":"TÃtulo de Mensagem","id":"ID","info":"Informação de Hiperligação","langCode":"Orientação de idioma","langDir":"Orientação de idioma","langDirLTR":"Esquerda à Direita (LTR)","langDirRTL":"Direita a Esquerda (RTL)","menu":"Editar Hiperligação","name":"Nome","noAnchors":"(Não há referências disponÃveis no documento)","noEmail":"Por favor introduza o endereço de e-mail","noUrl":"Por favor introduza a hiperligação URL","other":"<outro>","popupDependent":"Dependente (Netscape)","popupFeatures":"CaracterÃsticas de Janela de Popup","popupFullScreen":"Janela Completa (IE)","popupLeft":"Posição Esquerda","popupLocationBar":"Barra de localização","popupMenuBar":"Barra de Menu","popupResizable":"Redimensionável","popupScrollBars":"Barras de deslocamento","popupStatusBar":"Barra de Estado","popupToolbar":"Barra de ferramentas","popupTop":"Posição Direita","rel":"Relação","selectAnchor":"Seleccionar una referência","styles":"Estilo","tabIndex":"Ãndice de tabulação","target":"Alvo","targetFrame":"<frame>","targetFrameName":"Nome do Frame Destino","targetPopup":"<janela de popup>","targetPopupName":"Nome da Janela de Popup","title":"Hiperligação","toAnchor":"Referência a esta página","toEmail":"Email","toUrl":"URL","toolbar":"Inserir/Editar Hiperligação","type":"Tipo de Hiperligação","unlink":"Eliminar Hiperligação","upload":"Carregar"},"indent":{"indent":"Aumentar Avanço","outdent":"Diminuir Avanço"},"image":{"alt":"Texto Alternativo","border":"Limite","btnUpload":"Enviar para o servidor","button2Img":"Deseja transformar o botão com imagem selecionado em uma imagem?","hSpace":"Esp.Horiz","img2Button":"Deseja transformar a imagem selecionada em um botão com imagem?","infoTab":"Informação da Imagem","linkTab":"Hiperligação","lockRatio":"Proporcional","menu":"Propriedades da Imagem","resetSize":"Tamanho Original","title":"Propriedades da Imagem","titleButton":"Propriedades do Botão de imagens","upload":"Carregar","urlMissing":"O URL da fonte da imagem está em falta.","vSpace":"Esp.Vert","validateBorder":"A borda tem de ser um numero.","validateHSpace":"HSpace tem de ser um numero.","validateVSpace":"VSpace tem de ser um numero."},"horizontalrule":{"toolbar":"Inserir Linha Horizontal"},"format":{"label":"Formatar","panelTitle":"Formatar Parágrafo","tag_address":"Endereço","tag_div":"Normal (DIV)","tag_h1":"TÃtulo 1","tag_h2":"TÃtulo 2","tag_h3":"TÃtulo 3","tag_h4":"TÃtulo 4","tag_h5":"TÃtulo 5","tag_h6":"TÃtulo 6","tag_p":"Normal","tag_pre":"Formatado"},"fakeobjects":{"anchor":" Inserir/Editar Ãncora","flash":"Animação Flash","hiddenfield":"Campo oculto","iframe":"IFrame","unknown":"Objeto Desconhecido"},"elementspath":{"eleLabel":"Caminho dos elementos","eleTitle":"Elemento %1"},"contextmenu":{"options":"Menu de opções de contexto"},"clipboard":{"copy":"Copiar","copyError":"A configuração de segurança do navegador não permite a execução automática de operações de copiar. Por favor use o teclado (Ctrl/Cmd+C).","cut":"Cortar","cutError":"A configuração de segurança do navegador não permite a execução automática de operações de cortar. Por favor use o teclado (Ctrl/Cmd+X).","paste":"Colar","pasteArea":"Colar área","pasteMsg":"Por favor, cole dentro da seguinte caixa usando o teclado (<STRONG>Ctrl/Cmd+V</STRONG>) e prima <STRONG>OK</STRONG>.","securityMsg":"Devido ás definições de segurança do teu browser, o editor não pode aceder ao clipboard diretamente. à necessário que voltes a colar as informações nesta janela.","title":"Colar"},"button":{"selectedLabel":"%1 (Selecionado)"},"blockquote":{"toolbar":"Bloco de citação"},"basicstyles":{"bold":"Negrito","italic":"Itálico","strike":"Rasurado","subscript":"Superior à linha","superscript":"Inferior à Linha","underline":"Sublinhado"},"about":{"copy":"Direitos de Autor © $1. Todos os direitos reservados.","dlgTitle":"Sobre o CKEditor","help":"Doar $1 para ajudar.","moreInfo":"Para informação sobre licenciamento visite o nosso sÃtio web:","title":"Sobre o CKEditor","userGuide":"CKEditor - Guia do Utilizador"},"editor":"Editor de texto enriquecido","editorPanel":"Painel do editor de texto enriquecido","common":{"editorHelp":"Pressione ALT+0 para ajuda","browseServer":"Navegar no servidor","url":"URL","protocol":"Protocolo","upload":"Enviar","uploadSubmit":"Enviar para o servidor","image":"Imagem","flash":"Flash","form":"Formulário","checkbox":"Caixa de Seleção","radio":"Botão","textField":"Campo do Texto","textarea":"Ãrea do Texto","hiddenField":"Campo oculto","button":"Botão","select":"Campo da Seleção","imageButton":"Botão da Imagem","notSet":"<Não definido>","id":"Id.","name":"Nome","langDir":"Direção do Idioma","langDirLtr":"Esquerda para a Direita (EPD)","langDirRtl":"Direita para a Esquerda (DPE)","langCode":"Código do Idioma","longDescr":"Descrição Completa do URL","cssClass":"Classes de Estilo das Folhas","advisoryTitle":"TÃtulo Consultivo","cssStyle":"Estilo","ok":"CONFIRMAR","cancel":"Cancelar","close":"Fechar","preview":"Pré-visualização","resize":"Redimensionar","generalTab":"Geral","advancedTab":"Avançado","validateNumberFailed":"Este valor não é um numero.","confirmNewPage":"Irão ser perdidas quaisquer alterações não guardadas. Tem a certeza que deseja carregar a nova página?","confirmCancel":"Foram alteradas algumas das opções. Tem a certeza que deseja fechar a janela?","options":"Opções","target":"Destino","targetNew":"Nova Janela (_blank)","targetTop":"Janela Superior (_top)","targetSelf":"Mesma Janela (_self)","targetParent":"Janela Parente (_parent)","langDirLTR":"Esquerda para a Direita (EPD)","langDirRTL":"Direita para a Esquerda (DPE)","styles":"Estilo","cssClasses":"Classes de folhas de estilo","width":"Largura","height":"Altura","align":"Alinhamento","alignLeft":"Esquerda","alignRight":"Direita","alignCenter":"Centrado","alignJustify":"Justificado","alignTop":"Topo","alignMiddle":"Centro","alignBottom":"Base","alignNone":"Nenhum","invalidValue":"Valor inválido.","invalidHeight":"A altura deve ser um número.","invalidWidth":"A largura deve ser um número. ","invalidCssLength":"O valor especificado para o campo \"1%\" deve ser um número positivo, com ou sem uma unidade de medida CSS válida (px, %, in, cm, mm, em, ex, pt, ou pc).","invalidHtmlLength":"O valor especificado para o campo \"1%\" deve ser um número positivo, com ou sem uma unidade de medida HTML válida (px ou %).","invalidInlineStyle":"O valor especificado para o estilo em linha deve constituir um ou mais conjuntos de valores com o formato de \"nome : valor\", separados por ponto e vÃrgula.","cssLengthTooltip":"Insira um número para um valor em pontos ou um número com uma unidade CSS válida (px, %, in, cm, mm, em, ex, pt, ou pc).","unavailable":"%1<span class=\"cke_accessibility\">, indisponÃvel</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/ro.js b/public/assets/ckeditor/lang/ro.js new file mode 100644 index 0000000..d083617 --- /dev/null +++ b/public/assets/ckeditor/lang/ro.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['ro']={"wsc":{"btnIgnore":"IgnorÄ","btnIgnoreAll":"IgnorÄ toate","btnReplace":"ÃnlocuieÅte","btnReplaceAll":"ÃnlocuieÅte tot","btnUndo":"Starea anterioarÄ (undo)","changeTo":"SchimbÄ Ã®n","errorLoading":"Eroare în lansarea aplicaÈiei service host %s.","ieSpellDownload":"Unealta pentru verificat textul (Spell checker) neinstalatÄ. DoriÅ£i sÄ o descÄrcaÅ£i acum?","manyChanges":"Verificarea textului terminatÄ: 1% cuvinte modificate","noChanges":"Verificarea textului terminatÄ: Niciun cuvânt modificat","noMispell":"Verificarea textului terminatÄ: Nicio greÅealÄ gÄsitÄ","noSuggestions":"- FÄrÄ sugestii -","notAvailable":"ScuzaÈi, dar serviciul nu este disponibil momentan.","notInDic":"Nu e în dicÅ£ionar","oneChange":"Verificarea textului terminatÄ: Un cuvânt modificat","progress":"Verificarea textului în desfÄÅurare...","title":"Spell Checker","toolbar":"VerificÄ scrierea textului"},"undo":{"redo":"Starea ulterioarÄ (redo)","undo":"Starea anterioarÄ (undo)"},"toolbar":{"toolbarCollapse":"MicÈoreazÄ Bara","toolbarExpand":"MÄreÈte Bara","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"EditeazÄ bara de unelte"},"table":{"border":"MÄrimea marginii","caption":"Titlu (Caption)","cell":{"menu":"CelulÄ","insertBefore":"InsereazÄ celulÄ Ã®nainte","insertAfter":"InsereazÄ celulÄ dupÄ","deleteCell":"Återge celule","merge":"UneÅte celule","mergeRight":"UneÅte la dreapta","mergeDown":"UneÅte jos","splitHorizontal":"Ãmparte celula pe orizontalÄ","splitVertical":"Ãmparte celula pe verticalÄ","title":"ProprietÄÈi celulÄ","cellType":"Tipul celulei","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Word Wrap","hAlign":"Aliniament orizontal","vAlign":"Aliniament vertical","alignBaseline":"Baseline","bgColor":"Culoare fundal","borderColor":"Culoare bordurÄ","data":"Data","header":"Antet","yes":"Da","no":"Nu","invalidWidth":"LÄÈimea celulei trebuie sÄ fie un numÄr.","invalidHeight":"ÃnÄlÈimea celulei trebuie sÄ fie un numÄr.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"Alege"},"cellPad":"SpaÅ£iu în cadrul celulei","cellSpace":"SpaÅ£iu între celule","column":{"menu":"ColoanÄ","insertBefore":"InsereazÄ coloanÄ Ã®nainte","insertAfter":"InsereazÄ coloanÄ dupÄ","deleteColumn":"Återge celule"},"columns":"Coloane","deleteTable":"Återge tabel","headers":"Antente","headersBoth":"Ambele","headersColumn":"Prima coloanÄ","headersNone":"Nimic","headersRow":"Primul rând","invalidBorder":"Dimensiunea bordurii trebuie sÄ aibe un numÄr.","invalidCellPadding":"SpaÈierea celulei trebuie sa fie un numÄr pozitiv","invalidCellSpacing":"SpaÈierea celului trebuie sÄ fie un numÄr pozitiv.","invalidCols":"NumÄrul coloanelor trebuie sÄ fie mai mare decât 0.","invalidHeight":"Inaltimea celulei trebuie sa fie un numar.","invalidRows":"NumÄrul rândurilor trebuie sÄ fie mai mare decât 0.","invalidWidth":"LÄÈimea tabelului trebuie sÄ fie un numÄr.","menu":"ProprietÄÅ£ile tabelului","row":{"menu":"Rând","insertBefore":"InsereazÄ rând înainte","insertAfter":"InsereazÄ rând dupÄ","deleteRow":"Återge rânduri"},"rows":"Rânduri","summary":"Rezumat","title":"ProprietÄÅ£ile tabelului","toolbar":"Tabel","widthPc":"procente","widthPx":"pixeli","widthUnit":"unitate lÄÈime"},"stylescombo":{"label":"Stil","panelTitle":"Formatarea stilurilor","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"specialchar":{"options":"OpÈiuni caractere speciale","title":"SelecteazÄ caracter special","toolbar":"InsereazÄ caracter special"},"sourcearea":{"toolbar":"Sursa"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"ÃnlÄturÄ formatarea"},"pastetext":{"button":"AdaugÄ ca text simplu (Plain Text)","title":"AdaugÄ ca text simplu (Plain Text)"},"pastefromword":{"confirmCleanup":"Textul pe care doriÈi sÄ-l lipiÈi este din Word. DoriÈi curÄÈarea textului înante de a-l adÄuga?","error":"Nu a fost posibilÄ curÄÈarea datelor adÄugate datoritÄ unei erori interne","title":"AdaugÄ din Word","toolbar":"AdaugÄ din Word"},"maximize":{"maximize":"MÄreÈte","minimize":"MicÈoreazÄ"},"magicline":{"title":"Insert paragraph here"},"list":{"bulletedlist":"InsereazÄ / EliminÄ ListÄ cu puncte","numberedlist":"InsereazÄ / EliminÄ ListÄ numerotatÄ"},"link":{"acccessKey":"Tasta de acces","advanced":"Avansat","advisoryContentType":"Tipul consultativ al titlului","advisoryTitle":"Titlul consultativ","anchor":{"toolbar":"InsereazÄ/EditeazÄ ancorÄ","menu":"ProprietÄÅ£i ancorÄ","title":"ProprietÄÅ£i ancorÄ","name":"Numele ancorei","errorName":"VÄ rugÄm scrieÅ£i numele ancorei","remove":"EliminÄ ancora"},"anchorId":"dupÄ Id-ul elementului","anchorName":"dupÄ numele ancorei","charset":"Setul de caractere al resursei legate","cssClasses":"Clasele cu stilul paginii (CSS)","emailAddress":"AdresÄ de e-mail","emailBody":"OpÈiuni Meniu Contextual","emailSubject":"Subiectul mesajului","id":"Id","info":"InformaÅ£ii despre link (LegÄturÄ web)","langCode":"DirecÅ£ia cuvintelor","langDir":"DirecÅ£ia cuvintelor","langDirLTR":"stânga-dreapta (LTR)","langDirRTL":"dreapta-stânga (RTL)","menu":"EditeazÄ Link","name":"Nume","noAnchors":"(Nicio ancorÄ disponibilÄ Ã®n document)","noEmail":"VÄ rugÄm sÄ scrieÅ£i adresa de e-mail","noUrl":"VÄ rugÄm sÄ scrieÅ£i URL-ul","other":"<alt>","popupDependent":"Dependent (Netscape)","popupFeatures":"ProprietÄÅ£ile ferestrei popup","popupFullScreen":"Tot ecranul (Full Screen)(IE)","popupLeft":"PoziÅ£ia la stânga","popupLocationBar":"Bara de locaÅ£ie","popupMenuBar":"Bara de meniu","popupResizable":"Redimensionabil","popupScrollBars":"Bare de derulare","popupStatusBar":"Bara de status","popupToolbar":"Bara de opÅ£iuni","popupTop":"PoziÅ£ia la dreapta","rel":"RelaÈie","selectAnchor":"SelectaÅ£i o ancorÄ","styles":"Stil","tabIndex":"Indexul tabului","target":"Å¢intÄ (Target)","targetFrame":"<frame>","targetFrameName":"Numele frameului Å£intÄ","targetPopup":"<fereastra popup>","targetPopupName":"Numele ferestrei popup","title":"Link (LegÄturÄ web)","toAnchor":"AncorÄ Ã®n aceastÄ paginÄ","toEmail":"E-Mail","toUrl":"URL","toolbar":"InsereazÄ/EditeazÄ link (legÄturÄ web)","type":"Tipul link-ului (al legÄturii web)","unlink":"ÃnlÄturÄ link (legÄturÄ web)","upload":"ÃncarcÄ"},"indent":{"indent":"CreÅte indentarea","outdent":"Scade indentarea"},"image":{"alt":"Text alternativ","border":"Margine","btnUpload":"Trimite la server","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"HSpace","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"InformaÅ£ii despre imagine","linkTab":"Link (LegÄturÄ web)","lockRatio":"PÄstreazÄ proporÅ£iile","menu":"ProprietÄÅ£ile imaginii","resetSize":"ReseteazÄ mÄrimea","title":"ProprietÄÅ£ile imaginii","titleButton":"ProprietÄÅ£i buton imagine (Image Button)","upload":"ÃncarcÄ","urlMissing":"Sursa URL a imaginii lipseÈte.","vSpace":"VSpace","validateBorder":"Bordura trebuie sÄ fie un numÄr întreg.","validateHSpace":"Hspace trebuie sÄ fie un numÄr întreg.","validateVSpace":"Vspace trebuie sÄ fie un numÄr întreg."},"horizontalrule":{"toolbar":"InsereazÄ linie orizontalÄ"},"format":{"label":"Formatare","panelTitle":"Formatare","tag_address":"AdresÄ","tag_div":"Normal (DIV)","tag_h1":"Heading 1","tag_h2":"Heading 2","tag_h3":"Heading 3","tag_h4":"Heading 4","tag_h5":"Heading 5","tag_h6":"Heading 6","tag_p":"Normal","tag_pre":"Formatat"},"fakeobjects":{"anchor":"InsereazÄ/EditeazÄ ancorÄ","flash":"Flash Animation","hiddenfield":"Câmp ascuns (HiddenField)","iframe":"IFrame","unknown":"Unknown Object"},"elementspath":{"eleLabel":"Calea elementelor","eleTitle":"%1 element"},"contextmenu":{"options":"OpÈiuni Meniu Contextual"},"clipboard":{"copy":"CopiazÄ","copyError":"SetÄrile de securitate ale navigatorului (browser) pe care îl folosiÅ£i nu permit editorului sÄ execute automat operaÅ£iunea de copiere. VÄ rugÄm folosiÅ£i tastatura (Ctrl/Cmd+C).","cut":"Taie","cutError":"SetÄrile de securitate ale navigatorului (browser) pe care îl folosiÅ£i nu permit editorului sÄ execute automat operaÅ£iunea de tÄiere. VÄ rugÄm folosiÅ£i tastatura (Ctrl/Cmd+X).","paste":"AdaugÄ","pasteArea":"SuprafaÈa de adÄugare","pasteMsg":"VÄ rugÄm adÄugaÅ£i în cÄsuÅ£a urmÄtoare folosind tastatura (<strong>Ctrl/Cmd+V</strong>) Åi apÄsaÅ£i OK","securityMsg":"Din cauza setÄrilor de securitate ale programului dvs. cu care navigaÅ£i pe internet (browser), editorul nu poate accesa direct datele din clipboard. Va trebui sÄ adÄugaÅ£i din nou datele în aceastÄ fereastrÄ.","title":"AdaugÄ"},"button":{"selectedLabel":"%1 (Selectat)"},"blockquote":{"toolbar":"Citat"},"basicstyles":{"bold":"ÃngroÅat (bold)","italic":"Ãnclinat (italic)","strike":"TÄiat (strike through)","subscript":"Indice (subscript)","superscript":"Putere (superscript)","underline":"Subliniat (underline)"},"about":{"copy":"Copyright © $1. Toate drepturile rezervate.","dlgTitle":"Despre CKEeditor","help":"CiteÈte $1 pentru ajutor.","moreInfo":"Pentru informaÈii despre licenÈÄ, vÄ rugÄm vizitaÈi web site-ul nostru:","title":"Despre CKEditor","userGuide":"CKEditor Ghid Utilizator"},"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"ApasÄ ALT 0 pentru ajutor","browseServer":"RÄsfoieÅte server","url":"URL","protocol":"Protocol","upload":"ÃncarcÄ","uploadSubmit":"Trimite la server","image":"Imagine","flash":"Flash","form":"Formular (Form)","checkbox":"BifÄ (Checkbox)","radio":"Buton radio (RadioButton)","textField":"Câmp text (TextField)","textarea":"SuprafaÅ£Ä text (Textarea)","hiddenField":"Câmp ascuns (HiddenField)","button":"Buton","select":"Câmp selecÅ£ie (SelectionField)","imageButton":"Buton imagine (ImageButton)","notSet":"<nesetat>","id":"Id","name":"Nume","langDir":"DirecÅ£ia cuvintelor","langDirLtr":"stânga-dreapta (LTR)","langDirRtl":"dreapta-stânga (RTL)","langCode":"Codul limbii","longDescr":"Descrierea lungÄ URL","cssClass":"Clasele cu stilul paginii (CSS)","advisoryTitle":"Titlul consultativ","cssStyle":"Stil","ok":"OK","cancel":"Anulare","close":"Ãnchide","preview":"Previzualizare","resize":"Trage pentru a redimensiona","generalTab":"General","advancedTab":"Avansat","validateNumberFailed":"AceastÄ valoare nu este un numÄr.","confirmNewPage":"Orice modificÄri nesalvate ale acestui conÈinut, vor fi pierdute. Sigur doriÈi încÄrcarea unei noi pagini?","confirmCancel":"Câteva opÈiuni au fost schimbate. Sigur doriÈi sÄ Ã®nchideÈi dialogul?","options":"OpÈiuni","target":"ÈintÄ","targetNew":"FereastrÄ nouÄ (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Ãn aceeaÈi fereastrÄ (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"Stânga spre Dreapta (LTR)","langDirRTL":"Dreapta spre Stânga (RTL)","styles":"Stil","cssClasses":"Stylesheet Classes","width":"LÄÅ£ime","height":"ÃnÄlÅ£ime","align":"Aliniere","alignLeft":"MÄreÈte Bara","alignRight":"Dreapta","alignCenter":"Centru","alignJustify":"Aliniere în bloc (Block Justify)","alignTop":"Sus","alignMiddle":"Mijloc","alignBottom":"Jos","alignNone":"None","invalidValue":"Valoare invalidÄ","invalidHeight":"ÃnÄlÈimea trebuie sÄ fie un numÄr.","invalidWidth":"LÄÈimea trebuie sÄ fie un numÄr.","invalidCssLength":"Valoarea specificatÄ pentru câmpul \"%1\" trebuie sÄ fie un numÄr pozitiv cu sau fÄrÄ o unitate de mÄsurÄ CSS (px, %, in, cm, mm, em, ex, pt, sau pc).","invalidHtmlLength":"Valoarea specificatÄ pentru câmpul \"%1\" trebuie sÄ fie un numÄr pozitiv cu sau fÄrÄ o unitate de mÄsurÄ HTML (px sau %).","invalidInlineStyle":"Valoarea specificatÄ pentru stil trebuie sÄ conÈinÄ una sau mai multe construcÈii de tipul \"name : value\", separate prin punct Èi virgulÄ.","cssLengthTooltip":"IntroduceÈi un numÄr în pixeli sau un numÄr cu o unitate de mÄsurÄ CSS (px, %, in, cm, mm, em, ex, pt, sau pc).","unavailable":"%1<span class=\"cke_accessibility\">, nu este disponibil</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/ru.js b/public/assets/ckeditor/lang/ru.js new file mode 100644 index 0000000..00fb6dc --- /dev/null +++ b/public/assets/ckeditor/lang/ru.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['ru']={"wsc":{"btnIgnore":"ÐÑопÑÑÑиÑÑ","btnIgnoreAll":"ÐÑопÑÑÑиÑÑ Ð²ÑÑ","btnReplace":"ÐамениÑÑ","btnReplaceAll":"ÐамениÑÑ Ð²ÑÑ","btnUndo":"ÐÑмениÑÑ","changeTo":"ÐзмениÑÑ Ð½Ð°","errorLoading":"ÐÑоизоÑла оÑибка пÑи подклÑÑении к ÑеÑвеÑÑ Ð¿ÑовеÑки оÑÑогÑаÑии: %s.","ieSpellDownload":"ÐодÑÐ»Ñ Ð¿ÑовеÑки оÑÑогÑаÑии не ÑÑÑановлен. ХоÑиÑе ÑкаÑаÑÑ ÐµÐ³Ð¾?","manyChanges":"ÐÑовеÑка оÑÑогÑаÑии завеÑÑена. Ðзменено Ñлов: %1","noChanges":"ÐÑовеÑка оÑÑогÑаÑии завеÑÑена. Ðе изменено ни одного Ñлова","noMispell":"ÐÑовеÑка оÑÑогÑаÑии завеÑÑена. ÐÑибок не найдено","noSuggestions":"- ÐаÑианÑÑ Ð¾ÑÑÑÑÑÑвÑÑÑ -","notAvailable":"ÐзвиниÑе, но в даннÑй Ð¼Ð¾Ð¼ÐµÐ½Ñ ÑеÑÐ²Ð¸Ñ Ð½ÐµÐ´Ð¾ÑÑÑпен.","notInDic":"ÐÑÑÑÑÑÑвÑÐµÑ Ð² ÑловаÑе","oneChange":"ÐÑовеÑка оÑÑогÑаÑии завеÑÑена. Ðзменено одно Ñлово","progress":"ÐÑÑогÑаÑÐ¸Ñ Ð¿ÑовеÑÑеÑÑÑ...","title":"ÐÑовеÑка оÑÑогÑаÑии","toolbar":"ÐÑовеÑиÑÑ Ð¾ÑÑогÑаÑиÑ"},"undo":{"redo":"ÐовÑоÑиÑÑ","undo":"ÐÑмениÑÑ"},"toolbar":{"toolbarCollapse":"СвеÑнÑÑÑ Ð¿Ð°Ð½ÐµÐ»Ñ Ð¸Ð½ÑÑÑÑменÑов","toolbarExpand":"РазвеÑнÑÑÑ Ð¿Ð°Ð½ÐµÐ»Ñ Ð¸Ð½ÑÑÑÑменÑов","toolbarGroups":{"document":"ÐокÑменÑ","clipboard":"ÐÑÑÐµÑ Ð¾Ð±Ð¼ÐµÐ½Ð° / ÐÑмена дейÑÑвий","editing":"ÐоÑÑекÑиÑовка","forms":"ФоÑмÑ","basicstyles":"ÐÑоÑÑÑе ÑÑили","paragraph":"ÐбзаÑ","links":"СÑÑлки","insert":"ÐÑÑавка","styles":"СÑили","colors":"ЦвеÑа","tools":"ÐнÑÑÑÑменÑÑ"},"toolbars":"Ðанели инÑÑÑÑменÑов ÑедакÑоÑа"},"table":{"border":"Ð Ð°Ð·Ð¼ÐµÑ Ð³ÑаниÑ","caption":"Ðаголовок","cell":{"menu":"ЯÑейка","insertBefore":"ÐÑÑавиÑÑ ÑÑÐµÐ¹ÐºÑ Ñлева","insertAfter":"ÐÑÑавиÑÑ ÑÑÐµÐ¹ÐºÑ ÑпÑава","deleteCell":"УдалиÑÑ ÑÑейки","merge":"ÐбÑединиÑÑ ÑÑейки","mergeRight":"ÐбÑединиÑÑ Ñ Ð¿Ñавой","mergeDown":"ÐбÑединиÑÑ Ñ Ð½Ð¸Ð¶Ð½ÐµÐ¹","splitHorizontal":"РазделиÑÑ ÑÑÐµÐ¹ÐºÑ Ð¿Ð¾ гоÑизонÑали","splitVertical":"РазделиÑÑ ÑÑÐµÐ¹ÐºÑ Ð¿Ð¾ веÑÑикали","title":"СвойÑÑва ÑÑейки","cellType":"Тип ÑÑейки","rowSpan":"ÐбÑединÑÐµÑ ÑÑÑок","colSpan":"ÐбÑединÑÐµÑ ÐºÐ¾Ð»Ð¾Ð½Ð¾Ðº","wordWrap":"ÐеÑÐµÐ½Ð¾Ñ Ð¿Ð¾ Ñловам","hAlign":"ÐоÑизонÑалÑное вÑÑавнивание","vAlign":"ÐеÑÑикалÑное вÑÑавнивание","alignBaseline":"Ðо базовой линии","bgColor":"Ð¦Ð²ÐµÑ Ñона","borderColor":"Ð¦Ð²ÐµÑ Ð³ÑаниÑ","data":"ÐаннÑе","header":"Ðаголовок","yes":"Ðа","no":"ÐеÑ","invalidWidth":"ШиÑина ÑÑейки должна бÑÑÑ ÑиÑлом.","invalidHeight":"ÐÑÑоÑа ÑÑейки должна бÑÑÑ ÑиÑлом.","invalidRowSpan":"ÐолиÑеÑÑво обÑединÑемÑÑ ÑÑÑок должно бÑÑÑ Ð·Ð°Ð´Ð°Ð½Ð¾ ÑиÑлом.","invalidColSpan":"ÐолиÑеÑÑво обÑединÑемÑÑ ÐºÐ¾Ð»Ð¾Ð½Ð¾Ðº должно бÑÑÑ Ð·Ð°Ð´Ð°Ð½Ð¾ ÑиÑлом.","chooseColor":"ÐÑбеÑиÑе"},"cellPad":"ÐнÑÑÑенний оÑÑÑÑп ÑÑеек","cellSpace":"ÐнеÑний оÑÑÑÑп ÑÑеек","column":{"menu":"Ðолонка","insertBefore":"ÐÑÑавиÑÑ ÐºÐ¾Ð»Ð¾Ð½ÐºÑ Ñлева","insertAfter":"ÐÑÑавиÑÑ ÐºÐ¾Ð»Ð¾Ð½ÐºÑ ÑпÑава","deleteColumn":"УдалиÑÑ ÐºÐ¾Ð»Ð¾Ð½ÐºÐ¸"},"columns":"Ðолонки","deleteTable":"УдалиÑÑ ÑаблиÑÑ","headers":"Ðаголовки","headersBoth":"СвеÑÑ Ñ Ð¸ Ñлева","headersColumn":"ÐÐµÐ²Ð°Ñ ÐºÐ¾Ð»Ð¾Ð½ÐºÐ°","headersNone":"Ðез заголовков","headersRow":"ÐеÑÑ Ð½ÑÑ ÑÑÑока","invalidBorder":"Ð Ð°Ð·Ð¼ÐµÑ Ð³ÑÐ°Ð½Ð¸Ñ Ð´Ð¾Ð»Ð¶ÐµÐ½ бÑÑÑ ÑиÑлом.","invalidCellPadding":"ÐнÑÑÑенний оÑÑÑÑп ÑÑеек (cellpadding) должен бÑÑÑ ÑиÑлом.","invalidCellSpacing":"ÐнеÑний оÑÑÑÑп ÑÑеек (cellspacing) должен бÑÑÑ ÑиÑлом.","invalidCols":"ÐолиÑеÑÑво ÑÑолбÑов должно бÑÑÑ Ð±Ð¾Ð»ÑÑе 0.","invalidHeight":"ÐÑÑоÑа ÑаблиÑÑ Ð´Ð¾Ð»Ð¶Ð½Ð° бÑÑÑ ÑиÑлом.","invalidRows":"ÐолиÑеÑÑво ÑÑÑок должно бÑÑÑ Ð±Ð¾Ð»ÑÑе 0.","invalidWidth":"ШиÑина ÑаблиÑÑ Ð´Ð¾Ð»Ð¶Ð½Ð° бÑÑÑ ÑиÑлом.","menu":"СвойÑÑва ÑаблиÑÑ","row":{"menu":"СÑÑока","insertBefore":"ÐÑÑавиÑÑ ÑÑÑÐ¾ÐºÑ ÑвеÑÑ Ñ","insertAfter":"ÐÑÑавиÑÑ ÑÑÑÐ¾ÐºÑ ÑнизÑ","deleteRow":"УдалиÑÑ ÑÑÑоки"},"rows":"СÑÑоки","summary":"ÐÑоги","title":"СвойÑÑва ÑаблиÑÑ","toolbar":"ТаблиÑа","widthPc":"пÑоÑенÑов","widthPx":"пикÑелей","widthUnit":"единиÑа измеÑениÑ"},"stylescombo":{"label":"СÑили","panelTitle":"СÑили ÑоÑмаÑиÑованиÑ","panelTitle1":"СÑили блока","panelTitle2":"СÑили ÑлеменÑа","panelTitle3":"СÑили обÑекÑа"},"specialchar":{"options":"ÐÑÐ±Ð¾Ñ ÑпеÑиалÑного Ñимвола","title":"ÐÑбеÑиÑе ÑпеÑиалÑнÑй Ñимвол","toolbar":"ÐÑÑавиÑÑ ÑпеÑиалÑнÑй Ñимвол"},"sourcearea":{"toolbar":"ÐÑÑоÑник"},"scayt":{"btn_about":"Ð SCAYT","btn_dictionaries":"СловаÑи","btn_disable":"ÐÑклÑÑиÑÑ SCAYT","btn_enable":"ÐклÑÑиÑÑ SCAYT","btn_langs":"ЯзÑки","btn_options":"ÐаÑÑÑойки","text_title":"ÐÑовеÑка оÑÑогÑаÑии по меÑе ввода (SCAYT)"},"removeformat":{"toolbar":"УбÑаÑÑ ÑоÑмаÑиÑование"},"pastetext":{"button":"ÐÑÑавиÑÑ ÑолÑко ÑекÑÑ","title":"ÐÑÑавиÑÑ ÑолÑко ÑекÑÑ"},"pastefromword":{"confirmCleanup":"ТекÑÑ, коÑоÑÑй Ð²Ñ Ð¶ÐµÐ»Ð°ÐµÑе вÑÑавиÑÑ, по вÑей видимоÑÑи, бÑл ÑкопиÑован из Word. СледÑÐµÑ Ð»Ð¸ оÑиÑÑиÑÑ ÐµÐ³Ð¾ пеÑед вÑÑавкой?","error":"Ðевозможно оÑиÑÑиÑÑ Ð²ÑÑавленнÑе даннÑе из-за внÑÑÑенней оÑибки","title":"ÐÑÑавиÑÑ Ð¸Ð· Word","toolbar":"ÐÑÑавиÑÑ Ð¸Ð· Word"},"maximize":{"maximize":"РазвеÑнÑÑÑ","minimize":"СвеÑнÑÑÑ"},"magicline":{"title":"ÐÑÑавиÑÑ Ð·Ð´ÐµÑÑ Ð¿Ð°ÑагÑаÑ"},"list":{"bulletedlist":"ÐÑÑавиÑÑ / ÑдалиÑÑ Ð¼Ð°ÑкиÑованнÑй ÑпиÑок","numberedlist":"ÐÑÑавиÑÑ / ÑдалиÑÑ Ð½ÑмеÑованнÑй ÑпиÑок"},"link":{"acccessKey":"ÐлавиÑа доÑÑÑпа","advanced":"ÐополниÑелÑно","advisoryContentType":"Тип ÑодеÑжимого","advisoryTitle":"Ðаголовок","anchor":{"toolbar":"ÐÑÑавиÑÑ / ÑедакÑиÑоваÑÑ ÑкоÑÑ","menu":"ÐзмениÑÑ ÑкоÑÑ","title":"СвойÑÑва ÑкоÑÑ","name":"ÐÐ¼Ñ ÑкоÑÑ","errorName":"ÐожалÑйÑÑа, введиÑе Ð¸Ð¼Ñ ÑкоÑÑ","remove":"УдалиÑÑ ÑкоÑÑ"},"anchorId":"Ðо иденÑиÑикаÑоÑÑ","anchorName":"Ðо имени","charset":"ÐодиÑовка ÑеÑÑÑÑа","cssClasses":"ÐлаÑÑÑ CSS","emailAddress":"Email адÑеÑ","emailBody":"ТекÑÑ ÑообÑениÑ","emailSubject":"Тема ÑообÑениÑ","id":"ÐденÑиÑикаÑоÑ","info":"ÐнÑоÑмаÑÐ¸Ñ Ð¾ ÑÑÑлке","langCode":"Ðод ÑзÑка","langDir":"ÐапÑавление ÑекÑÑа","langDirLTR":"Слева напÑаво (LTR)","langDirRTL":"СпÑава налево (RTL)","menu":"РедакÑиÑоваÑÑ ÑÑÑлкÑ","name":"ÐмÑ","noAnchors":"(РдокÑменÑе Ð½ÐµÑ Ð½Ð¸ одного ÑкоÑÑ)","noEmail":"ÐожалÑйÑÑа, введиÑе email адÑеÑ","noUrl":"ÐожалÑйÑÑа, введиÑе ÑÑÑлкÑ","other":"<дÑÑгой>","popupDependent":"ÐавиÑимое (Netscape)","popupFeatures":"ÐаÑамеÑÑÑ Ð²ÑплÑваÑÑего окна","popupFullScreen":"ÐолноÑкÑанное (IE)","popupLeft":"ÐÑÑÑÑп Ñлева","popupLocationBar":"ÐÐ°Ð½ÐµÐ»Ñ Ð°Ð´ÑеÑа","popupMenuBar":"ÐÐ°Ð½ÐµÐ»Ñ Ð¼ÐµÐ½Ñ","popupResizable":"ÐзменÑемÑй ÑазмеÑ","popupScrollBars":"ÐолоÑÑ Ð¿ÑокÑÑÑки","popupStatusBar":"СÑÑока ÑоÑÑоÑниÑ","popupToolbar":"ÐÐ°Ð½ÐµÐ»Ñ Ð¸Ð½ÑÑÑÑменÑов","popupTop":"ÐÑÑÑÑп ÑвеÑÑ Ñ","rel":"ÐÑноÑение","selectAnchor":"ÐÑбеÑиÑе ÑкоÑÑ","styles":"СÑилÑ","tabIndex":"ÐоÑледоваÑелÑноÑÑÑ Ð¿ÐµÑÐµÑ Ð¾Ð´Ð°","target":"ЦелÑ","targetFrame":"<ÑÑейм>","targetFrameName":"ÐÐ¼Ñ Ñелевого ÑÑейма","targetPopup":"<вÑплÑваÑÑее окно>","targetPopupName":"ÐÐ¼Ñ Ð²ÑплÑваÑÑего окна","title":"СÑÑлка","toAnchor":"СÑÑлка на ÑкоÑÑ Ð² ÑекÑÑе","toEmail":"Email","toUrl":"СÑÑлка","toolbar":"ÐÑÑавиÑÑ/РедакÑиÑоваÑÑ ÑÑÑлкÑ","type":"Тип ÑÑÑлки","unlink":"УбÑаÑÑ ÑÑÑлкÑ","upload":"ÐагÑÑзка"},"indent":{"indent":"УвелиÑиÑÑ Ð¾ÑÑÑÑп","outdent":"УменÑÑиÑÑ Ð¾ÑÑÑÑп"},"image":{"alt":"ÐлÑÑеÑнаÑивнÑй ÑекÑÑ","border":"ÐÑаниÑа","btnUpload":"ÐагÑÑзиÑÑ Ð½Ð° ÑеÑвеÑ","button2Img":"ÐÑ Ð¶ÐµÐ»Ð°ÐµÑе пÑеобÑазоваÑÑ ÑÑо изобÑажение-ÐºÐ½Ð¾Ð¿ÐºÑ Ð² обÑÑное изобÑажение?","hSpace":"ÐоÑиз. оÑÑÑÑп","img2Button":"ÐÑ Ð¶ÐµÐ»Ð°ÐµÑе пÑеобÑазоваÑÑ ÑÑо обÑÑное изобÑажение в изобÑажение-кнопкÑ?","infoTab":"ÐаннÑе об изобÑажении","linkTab":"СÑÑлка","lockRatio":"Ð¡Ð¾Ñ ÑанÑÑÑ Ð¿ÑопоÑÑии","menu":"СвойÑÑва изобÑажениÑ","resetSize":"ÐеÑнÑÑÑ Ð¾Ð±ÑÑнÑе ÑазмеÑÑ","title":"СвойÑÑва изобÑажениÑ","titleButton":"СвойÑÑва изобÑажениÑ-кнопки","upload":"ÐагÑÑзиÑÑ","urlMissing":"Ðе Ñказана ÑÑÑлка на изобÑажение.","vSpace":"ÐеÑÑик. оÑÑÑÑп","validateBorder":"Ð Ð°Ð·Ð¼ÐµÑ Ð³ÑÐ°Ð½Ð¸Ñ Ð´Ð¾Ð»Ð¶ÐµÐ½ бÑÑÑ Ð·Ð°Ð´Ð°Ð½ ÑиÑлом.","validateHSpace":"ÐоÑизонÑалÑнÑй оÑÑÑÑп должен бÑÑÑ Ð·Ð°Ð´Ð°Ð½ ÑиÑлом.","validateVSpace":"ÐеÑÑикалÑнÑй оÑÑÑÑп должен бÑÑÑ Ð·Ð°Ð´Ð°Ð½ ÑиÑлом."},"horizontalrule":{"toolbar":"ÐÑÑавиÑÑ Ð³Ð¾ÑизонÑалÑнÑÑ Ð»Ð¸Ð½Ð¸Ñ"},"format":{"label":"ФоÑмаÑиÑование","panelTitle":"ФоÑмаÑиÑование","tag_address":"ÐдÑеÑ","tag_div":"ÐбÑÑное (div)","tag_h1":"Ðаголовок 1","tag_h2":"Ðаголовок 2","tag_h3":"Ðаголовок 3","tag_h4":"Ðаголовок 4","tag_h5":"Ðаголовок 5","tag_h6":"Ðаголовок 6","tag_p":"ÐбÑÑное","tag_pre":"ÐоноÑиÑинное"},"fakeobjects":{"anchor":"ЯкоÑÑ","flash":"Flash анимаÑиÑ","hiddenfield":"СкÑÑÑое поле","iframe":"iFrame","unknown":"ÐеизвеÑÑнÑй обÑекÑ"},"elementspath":{"eleLabel":"ÐÑÑÑ ÑлеменÑов","eleTitle":"ÐÐ»ÐµÐ¼ÐµÐ½Ñ %1"},"contextmenu":{"options":"ÐаÑамеÑÑÑ ÐºÐ¾Ð½ÑекÑÑного менÑ"},"clipboard":{"copy":"ÐопиÑоваÑÑ","copyError":"ÐаÑÑÑойки безопаÑноÑÑи ваÑего бÑаÑзеÑа не ÑазÑеÑаÑÑ ÑедакÑоÑÑ Ð²ÑполнÑÑÑ Ð¾Ð¿ÐµÑаÑии по копиÑÐ¾Ð²Ð°Ð½Ð¸Ñ ÑекÑÑа. ÐожалÑйÑÑа, иÑполÑзÑйÑе Ð´Ð»Ñ ÑÑого клавиаÑÑÑÑ (Ctrl/Cmd+C).","cut":"ÐÑÑезаÑÑ","cutError":"ÐаÑÑÑойки безопаÑноÑÑи ваÑего бÑаÑзеÑа не ÑазÑеÑаÑÑ ÑедакÑоÑÑ Ð²ÑполнÑÑÑ Ð¾Ð¿ÐµÑаÑии по вÑÑезке ÑекÑÑа. ÐожалÑйÑÑа, иÑполÑзÑйÑе Ð´Ð»Ñ ÑÑого клавиаÑÑÑÑ (Ctrl/Cmd+X).","paste":"ÐÑÑавиÑÑ","pasteArea":"Ðона Ð´Ð»Ñ Ð²ÑÑавки","pasteMsg":"ÐожалÑйÑÑа, вÑÑавÑÑе ÑекÑÑ Ð² Ð·Ð¾Ð½Ñ Ð½Ð¸Ð¶Ðµ, иÑполÑзÑÑ ÐºÐ»Ð°Ð²Ð¸Ð°ÑÑÑÑ (<strong>Ctrl/Cmd+V</strong>) и нажмиÑе ÐºÐ½Ð¾Ð¿ÐºÑ \"OK\".","securityMsg":"ÐаÑÑÑойки безопаÑноÑÑи ваÑего бÑаÑзеÑа не ÑазÑеÑаÑÑ ÑедакÑоÑÑ Ð½Ð°Ð¿ÑÑмÑÑ Ð¾Ð±ÑаÑаÑÑÑÑ Ðº бÑÑеÑÑ Ð¾Ð±Ð¼ÐµÐ½Ð°. ÐÑ Ð´Ð¾Ð»Ð¶Ð½Ñ Ð²ÑÑавиÑÑ ÑекÑÑ Ñнова в ÑÑо окно.","title":"ÐÑÑавиÑÑ"},"button":{"selectedLabel":"%1 (ÐÑбÑано)"},"blockquote":{"toolbar":"ЦиÑаÑа"},"basicstyles":{"bold":"ÐолÑжиÑнÑй","italic":"ÐÑÑÑив","strike":"ÐаÑеÑкнÑÑÑй","subscript":"ÐодÑÑÑоÑнÑй индекÑ","superscript":"ÐадÑÑÑоÑнÑй индекÑ","underline":"ÐодÑеÑкнÑÑÑй"},"about":{"copy":"Copyright © $1. ÐÑе пÑава заÑиÑенÑ.","dlgTitle":"Ð CKEditor","help":"$1 ÑодеÑÐ¶Ð¸Ñ Ð¿Ð¾Ð´ÑобнÑÑ ÑпÑÐ°Ð²ÐºÑ Ð¿Ð¾ иÑполÑзованиÑ.","moreInfo":"ÐÐ»Ñ Ð¿Ð¾Ð»ÑÑÐµÐ½Ð¸Ñ Ð¸Ð½ÑоÑмаÑии о лиÑензии, пожалÑйÑÑа, пеÑейдиÑе на Ð½Ð°Ñ ÑайÑ:","title":"Ð CKEditor","userGuide":"Ð ÑководÑÑво полÑзоваÑÐµÐ»Ñ CKEditor"},"editor":"ÐизÑалÑнÑй ÑекÑÑовÑй ÑедакÑоÑ","editorPanel":"ÐизÑалÑнÑй ÑедакÑÐ¾Ñ ÑекÑÑа","common":{"editorHelp":"ÐажмиÑе ALT-0 Ð´Ð»Ñ Ð¾ÑкÑÑÑÐ¸Ñ ÑпÑавки","browseServer":"ÐÑÐ±Ð¾Ñ Ð½Ð° ÑеÑвеÑе","url":"СÑÑлка","protocol":"ÐÑоÑокол","upload":"ÐагÑÑзка Ñайла","uploadSubmit":"ÐагÑÑзиÑÑ Ð½Ð° ÑеÑвеÑ","image":"ÐзобÑажение","flash":"Flash","form":"ФоÑма","checkbox":"ЧекбокÑ","radio":"Радиокнопка","textField":"ТекÑÑовое поле","textarea":"ÐногоÑÑÑоÑное ÑекÑÑовое поле","hiddenField":"СкÑÑÑое поле","button":"Ðнопка","select":"ÐÑпадаÑÑий ÑпиÑок","imageButton":"Ðнопка-изобÑажение","notSet":"<не Ñказано>","id":"ÐденÑиÑикаÑоÑ","name":"ÐмÑ","langDir":"ÐапÑавление ÑекÑÑа","langDirLtr":"Слева напÑаво (LTR)","langDirRtl":"СпÑава налево (RTL)","langCode":"Ðод ÑзÑка","longDescr":"Ðлинное опиÑание ÑÑÑлки","cssClass":"ÐлаÑÑ CSS","advisoryTitle":"Ðаголовок","cssStyle":"СÑилÑ","ok":"ÐÐ","cancel":"ÐÑмена","close":"ÐакÑÑÑÑ","preview":"ÐÑедпÑоÑмоÑÑ","resize":"ÐеÑеÑаÑиÑе Ð´Ð»Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ ÑазмеÑа","generalTab":"ÐÑновное","advancedTab":"ÐополниÑелÑно","validateNumberFailed":"ÐÑо знаÑение не ÑвлÑеÑÑÑ ÑиÑлом.","confirmNewPage":"ÐеÑÐ¾Ñ ÑанÑннÑе Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð±ÑдÑÑ Ð¿Ð¾ÑеÑÑнÑ! ÐÑ Ð´ÐµÐ¹ÑÑвиÑелÑно желаеÑе пеÑейÑи на дÑÑгÑÑ ÑÑÑаниÑÑ?","confirmCancel":"ÐекоÑоÑÑе паÑамеÑÑÑ Ð±Ñли измененÑ. ÐÑ ÑвеÑенÑ, ÑÑо желаеÑе закÑÑÑÑ Ð±ÐµÐ· ÑÐ¾Ñ ÑанениÑ?","options":"ÐаÑамеÑÑÑ","target":"ЦелÑ","targetNew":"Ðовое окно (_blank)","targetTop":"Ðлавное окно (_top)","targetSelf":"ТекÑÑее окно (_self)","targetParent":"РодиÑелÑÑкое окно (_parent)","langDirLTR":"Слева напÑаво (LTR)","langDirRTL":"СпÑава налево (RTL)","styles":"СÑилÑ","cssClasses":"CSS клаÑÑÑ","width":"ШиÑина","height":"ÐÑÑоÑа","align":"ÐÑÑавнивание","alignLeft":"Ðо Ð»ÐµÐ²Ð¾Ð¼Ñ ÐºÑаÑ","alignRight":"Ðо пÑÐ°Ð²Ð¾Ð¼Ñ ÐºÑаÑ","alignCenter":"Ðо ÑенÑÑÑ","alignJustify":"Ðо ÑиÑине","alignTop":"ÐовеÑÑ Ñ","alignMiddle":"ÐоÑеÑедине","alignBottom":"ÐонизÑ","alignNone":"ÐеÑ","invalidValue":"ÐедопÑÑÑимое знаÑение.","invalidHeight":"ÐÑÑоÑа задаеÑÑÑ ÑиÑлом.","invalidWidth":"ШиÑина задаеÑÑÑ ÑиÑлом.","invalidCssLength":"ÐнаÑение, Ñказанное в поле \"%1\", должно бÑÑÑ Ð¿Ð¾Ð»Ð¾Ð¶Ð¸ÑелÑнÑм ÑелÑм ÑиÑлом. ÐопÑÑкаеÑÑÑ Ñказание ÐµÐ´Ð¸Ð½Ð¸Ñ Ð¼ÐµÑÑ CSS (px, %, in, cm, mm, em, ex, pt или pc).","invalidHtmlLength":"ÐнаÑение, Ñказанное в поле \"%1\", должно бÑÑÑ Ð¿Ð¾Ð»Ð¾Ð¶Ð¸ÑелÑнÑм ÑелÑм ÑиÑлом. ÐопÑÑкаеÑÑÑ Ñказание ÐµÐ´Ð¸Ð½Ð¸Ñ Ð¼ÐµÑÑ HTML (px или %).","invalidInlineStyle":"ÐнаÑение, Ñказанное Ð´Ð»Ñ ÑÑÐ¸Ð»Ñ ÑлеменÑа, должно ÑоÑÑоÑÑÑ Ð¸Ð· одной или неÑколÑÐºÐ¸Ñ Ð¿Ð°Ñ Ð´Ð°Ð½Ð½ÑÑ Ð² ÑоÑмаÑе \"паÑамеÑÑ : знаÑение\", ÑазделÑннÑÑ ÑоÑкой Ñ Ð·Ð°Ð¿ÑÑой.","cssLengthTooltip":"ÐведиÑе знаÑение в пикÑелÑÑ , либо ÑиÑло Ñ ÐºÐ¾ÑÑекÑной единиÑей меÑÑ CSS (px, %, in, cm, mm, em, ex, pt или pc).","unavailable":"%1<span class=\"cke_accessibility\">, недоÑÑÑпно</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/si.js b/public/assets/ckeditor/lang/si.js new file mode 100644 index 0000000..b5d18a1 --- /dev/null +++ b/public/assets/ckeditor/lang/si.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['si']={"wsc":{"btnIgnore":"Ignore","btnIgnoreAll":"Ignore All","btnReplace":"Replace","btnReplaceAll":"Replace All","btnUndo":"Undo","changeTo":"Change to","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Spell checker not installed. Do you want to download it now?","manyChanges":"Spell check complete: %1 words changed","noChanges":"Spell check complete: No words changed","noMispell":"Spell check complete: No misspellings found","noSuggestions":"- No suggestions -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Not in dictionary","oneChange":"Spell check complete: One word changed","progress":"Spell check in progress...","title":"Spell Checker","toolbar":"Check Spelling"},"undo":{"redo":"à¶±à·à·à¶ à¶à·à¶»à·à¶¸","undo":"à·à·à¶±à·à· à¶à·à¶»à·à¶¸"},"toolbar":{"toolbarCollapse":"මà·à·à¶½à¶¸à· à¶à·à¶»à·à· à·à·à¶à·à¶½à·à¶¸.","toolbarExpand":"මà·à·à¶½à¶¸à· à¶à·à¶»à·à· දà·à¶à·à·à¶»à·à¶¸","toolbarGroups":{"document":"à¶½à·à¶´à·à¶º","clipboard":"à¶à¶¸à·à¶«à·à¶¸ à·à·à¶±à·à· à¶à·à¶»à·à¶¸","editing":"à·à¶à·à·à¶à¶»à¶«à¶º","forms":"à¶´à·à¶»à¶¸à¶º","basicstyles":"මà·à¶½à·à¶ à·à·à¶½à·à·à¶º","paragraph":"à¶ à·à¶¯à¶º","links":"à·à¶¶à·à¶³à·à¶º","insert":"à¶à¶à·à¶½à¶à· à¶à·à¶»à·à¶¸","styles":"à·à·à¶½à·à·à¶º","colors":"à·à¶»à·à¶«à¶º","tools":"මà·à·à¶½à¶¸à·"},"toolbars":"à·à¶à·à·à¶à¶»à¶« මà·à·à¶½à¶¸à· à¶à·à¶»à·à·"},"table":{"border":"à·à·à¶¸à·à·à·à¶½ à·à·à·à·à¶½à¶à·à·à¶º","caption":"Caption","cell":{"menu":"à¶à·à¶§à·à·","insertBefore":"à¶´à·à¶» à¶à·à¶§à·à·à¶à· à¶à¶à·à¶½à·à¶à·à¶»à·à¶¸","insertAfter":"à¶´à·à·à· à¶à·à¶§à·à·à¶à· à¶à¶à·à¶½à¶à· ","deleteCell":"à¶à·à¶§à·à· මà·à¶à·à¶¸","merge":"à¶à·à¶§à· à¶à¶à¶§ යà·à¶à·à¶»à·à¶¸","mergeRight":"දà¶à·à¶«à¶§ ","mergeDown":"à¶´à·à¶½à¶§ ","splitHorizontal":"à¶à·à¶»à·à·à· à¶à·à¶§à· à¶´à·à¶à·à¶»à·à¶¸","splitVertical":"à·à·à¶»à·à·à· à¶à·à¶§à· à¶´à·à¶à·à¶»à·à¶¸","title":"à¶à·à¶§à· ","cellType":"à¶à·à¶§à· à·à¶»à·à¶à¶º","rowSpan":"à¶´à·à· à· à¶´à· à¶½","colSpan":"à·à·à¶»à·à· à¶´à· à¶½","wordWrap":"à·à¶ à¶± à¶à·à¶½à¶´à·à¶¸","hAlign":"à¶à·à¶»à·à·à· ","vAlign":"à·à·à¶»à·à·à· ","alignBaseline":"à¶´à·à¶¯ à¶»à·à¶à·à·","bgColor":"à¶´à·à·à¶¶à·à¶¸à· à·à¶»à·à¶«à¶º","borderColor":"මà·à¶ºà·à¶¸à· ","data":"Data","header":"à·à·à¶»à·à·à¶","yes":"à¶à·à·","no":"à¶±à·à¶","invalidWidth":"à¶à·à¶§à· à¶´à· à¶½ à·à¶à¶à·âයà·à¶à·à¶¸à¶ à·à¶§à·à¶±à·à¶à¶¸à¶à· à·à·à¶º යà·à¶à·à¶º","invalidHeight":"à¶à·à¶§à· à¶à· à·à¶à¶à·âයà·à¶à·à¶¸à¶ à·à¶§à·à¶±à·à¶à¶¸à¶à· à·à·à¶º යà·à¶à·à¶º","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"à¶à·à¶»à¶±à·à¶±"},"cellPad":"Cell padding","cellSpace":"Cell spacing","column":{"menu":"Column","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"Delete Columns"},"columns":"à·à·à¶»à·à· ","deleteTable":"à·à¶à·à· මà¶à¶±à·à¶±","headers":"à·à·à¶»à·à·à¶","headersBoth":"දà·à¶à¶¸","headersColumn":"ප෠ම෠à·à·à¶»à·à· à¶à·à¶»à·à·","headersNone":"à¶à·à·à·à·à¶à·à¶¸ à¶±à·à·à·","headersRow":"ප෠ම෠පà·à· à·à¶º","invalidBorder":"Border size must be a number.","invalidCellPadding":"Cell padding must be a positive number.","invalidCellSpacing":"Cell spacing must be a positive number.","invalidCols":"Number of columns must be a number greater than 0.","invalidHeight":"Table height must be a number.","invalidRows":"Number of rows must be a number greater than 0.","invalidWidth":"Table width must be a number.","menu":"Table Properties","row":{"menu":"Row","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"Delete Rows"},"rows":"Rows","summary":"Summary","title":"Table Properties","toolbar":"Table","widthPc":"percent","widthPx":"pixels","widthUnit":"width unit"},"stylescombo":{"label":"à·à·à¶½à·à·à¶º","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"specialchar":{"options":"à·à·à·à·à· à¶à·à¶«à·à¶à¶ à·à·à¶à¶½à·à¶´","title":"à·à·à·à·à· à¶à·à¶«à·à¶à¶ ","toolbar":"à·à·à·à·à· à¶à·à¶«à·à¶à¶ à¶à¶à·à¶½à¶à· "},"sourcearea":{"toolbar":"මà·à¶½à·à·à·âරය"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"à·à·à¶à·à·à¶¸ à·à·à¶±à·à· à¶à¶»à¶±à·à¶±"},"pastetext":{"button":"à·à·à¶¸à·à¶±à·âය à¶ à¶à·à·à¶» à¶½à·à· à¶ à¶½à·à¶±à·à¶±","title":"à·à·à¶¸à·à¶±à·âය à¶ à¶à·à·à¶» à¶½à·à· à¶ à¶½à·à¶±à·à¶±"},"pastefromword":{"confirmCleanup":"The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?","error":"It was not possible to clean up the pasted data due to an internal error","title":"à·à¶ à¶± à·à¶½à·à¶±à· à¶ à¶½à·à¶±à·à¶±","toolbar":"à·à¶ à¶± à·à¶½à·à¶±à· à¶ à¶½à·à¶±à·à¶±"},"maximize":{"maximize":"à·à·à·à·à¶½ à¶à·à¶»à·à¶¸","minimize":"à¶à·à¶©à· à¶à·à¶»à·à¶¸"},"magicline":{"title":"à¶ à·à¶¯à¶º à¶à¶à·à¶½à¶à· à¶à¶»à¶±à·à¶±"},"list":{"bulletedlist":"à¶à¶à·à¶½à¶à· / à¶à·à¶à· à¶à·à¶»à·à¶¸ à¶½à¶à·à·à¶à·à·","numberedlist":"à¶à¶à·à¶½à¶à· / à¶à·à¶à· à¶à·à¶»à·à¶¸ à¶ à¶±à·à¶±à·à¶à·à¶ à¶½à¶à·à·à¶à·à·"},"link":{"acccessKey":"à¶´à·âà¶»à·à·à· යà¶à·à¶»","advanced":"දà·à¶º","advisoryContentType":"à¶à¶´à¶¯à·à·à·à¶à·à¶¸à¶ à¶ à¶±à·à¶à¶»à·à¶à¶ à¶à¶à·à¶»à¶º","advisoryTitle":"à¶à¶´à¶¯à·à·à·à¶à·à¶¸à¶ à¶±à·à¶¸à¶º","anchor":{"toolbar":"à¶à¶°à·à¶»à¶º","menu":"à¶à¶°à·à¶»à¶º à·à·à¶±à·à· à¶à·à¶»à·à¶¸","title":"à¶à¶°à·à¶»à¶ ","name":"à¶à¶°à·à¶»à¶à¶ºà· à¶±à·à¶¸à¶º","errorName":"à¶à¶»à·à¶«à·à¶à¶» à¶à¶°à·à¶»à¶à¶ºà· à¶±à·à¶¸à¶º à¶à¶à·à¶½à· à¶à¶»à¶±à·à¶±","remove":"à¶à¶°à·à¶»à¶à¶º à¶à·à¶à· à¶à·à¶»à·à¶¸"},"anchorId":"By Element Id","anchorName":"By Anchor Name","charset":"Linked Resource Charset","cssClasses":"à·à·à¶½à·à·à¶´à¶à·âà¶» à¶´à¶±à·à¶à·à¶º","emailAddress":"E-Mail Address","emailBody":"Message Body","emailSubject":"Message Subject","id":"à¶ à¶à¶à¶º","info":"Link Info","langCode":"à¶·à·à·à· à¶à·à¶à¶º","langDir":"à¶·à·à·à· දà·à·à·à·","langDirLTR":"à·à¶¸à·à·à·à¶§ දà¶à·à¶«à·à¶§","langDirRTL":"දà¶à·à¶«à· à·à·à¶§ à·à¶¸à¶§","menu":"Edit Link","name":"නම","noAnchors":"(No anchors available in the document)","noEmail":"Please type the e-mail address","noUrl":"Please type the link URL","other":"<other>","popupDependent":"Dependent (Netscape)","popupFeatures":"Popup Window Features","popupFullScreen":"Full Screen (IE)","popupLeft":"Left Position","popupLocationBar":"Location Bar","popupMenuBar":"Menu Bar","popupResizable":"Resizable","popupScrollBars":"Scroll Bars","popupStatusBar":"Status Bar","popupToolbar":"Toolbar","popupTop":"Top Position","rel":"Relationship","selectAnchor":"Select an Anchor","styles":"à·à·à¶½à·à·à¶º","tabIndex":"Tab Index","target":"චරමà·à¶«","targetFrame":"<frame>","targetFrameName":"Target Frame Name","targetPopup":"<popup window>","targetPopupName":"Popup Window Name","title":"à·à¶¶à·à¶³à·à¶º","toAnchor":"Link to anchor in the text","toEmail":"E-mail","toUrl":"URL","toolbar":"à·à¶¶à·à¶³à·à¶º","type":"Link Type","unlink":"Unlink","upload":"à¶à¶©à·à¶à¶à¶à·à¶»à·à¶¸"},"indent":{"indent":"à¶ à¶à¶» à¶´à¶»à¶à¶»à¶º à·à·à¶©à·à¶à¶»à¶±à·à¶±","outdent":"à¶ à¶à¶» à¶´à¶»à¶à¶»à¶º à¶ à¶©à·à¶à¶»à¶±à·à¶±"},"image":{"alt":"à·à·à¶à¶½à·à¶´ ","border":"à·à·à¶¸à·à·à·à¶½ ","btnUpload":"à·à·à·à·à¶¯à·à¶ºà¶à¶º à·à·à¶ යà·à¶¸à·à¶à·à¶»à·à¶¸","button2Img":"à¶à¶¶à¶§ à¶à·à¶»à¶± ලද à¶»à·à¶´à¶º à¶´à¶»à·à·à¶»à·à¶à¶±à¶º à¶à·à¶»à·à¶¸à¶§ à¶ à·à·à·âයද?","hSpace":"HSpace","img2Button":"à¶à¶¶à¶§ à¶à·à¶»à¶± ලද à¶»à·à¶´à¶º à¶´à¶»à·à·à¶»à·à¶à¶±à¶º à¶à·à¶»à·à¶¸à¶§ à¶ à·à·à·âයද?","infoTab":"à¶»à·à¶´à¶ºà· à¶à·à¶»à¶à·à¶»à·","linkTab":"à·à¶¶à·à¶³à·à¶º","lockRatio":"à¶±à·à¶à¶± à¶ à¶±à·à¶´à·à¶à¶º ","menu":"à¶»à·à¶´à¶ºà· à¶à·à¶«","resetSize":"à¶±à·à·à¶à¶à· à·à·à·à·à¶½à¶à·à·à¶º à·à·à¶±à·à· à¶à·à¶»à·à¶¸","title":"à¶»à·à¶´à¶ºà· ","titleButton":"à¶»à·à¶´ à¶¶à·à¶à·à¶à¶¸à· à¶à·à¶«","upload":"à¶à¶©à·à¶à¶à¶à·à¶»à·à¶¸","urlMissing":"à¶»à·à¶´ මà·à¶½à·à·à·âà¶» URL à¶±à·à¶.","vSpace":"VSpace","validateBorder":"මà·à¶à¶¸à· à·à¶¸à·à¶´à·à¶»à·à¶« à·à¶à¶à·âයà·à·à¶à· à·à·à¶º යà·à¶à·à¶º.","validateHSpace":"HSpace à·à¶¸à·à¶´à·à¶»à·à¶« à·à¶à¶à·âයà·à·à¶à· à·à·à¶º යà·à¶à·à¶º","validateVSpace":"VSpace à·à¶¸à·à¶´à·à¶»à·à¶« à·à¶à¶à·âයà·à·à¶à· à·à·à¶º යà·à¶à·à¶º."},"horizontalrule":{"toolbar":"à¶à·à¶»à·à· à¶»à·à¶à·à·à¶à· à¶à¶à·à¶½à¶à· à¶à¶»à¶±à·à¶±"},"format":{"label":"à¶à¶à·à¶à·à¶º","panelTitle":"à¶ à·à¶¯à¶ºà· ","tag_address":"à¶½à·à¶´à·à¶±à¶º","tag_div":"à·à·à¶¸à·à¶±à·âය(DIV)","tag_h1":"à·à·à¶»à·à·à¶º 1","tag_h2":"à·à·à¶»à·à·à¶º 2","tag_h3":"à·à·à¶»à·à·à¶º 3","tag_h4":"à·à·à¶»à·à·à¶º 4","tag_h5":"à·à·à¶»à·à·à¶º 5","tag_h6":"à·à·à¶»à·à·à¶º 6","tag_p":"à·à·à¶¸à·à¶±à·âය","tag_pre":"à¶à¶à·à¶à·à¶ºà¶±à·"},"fakeobjects":{"anchor":"à¶à¶°à·à¶»à¶º","flash":"Flash Animation","hiddenfield":"à·à·à¶à·à·à¶«à· à¶´à·âරදà·à·à¶º","iframe":"IFrame","unknown":"Unknown Object"},"elementspath":{"eleLabel":"මà·à¶½à¶¯à·âà¶»à·à·âය මà·à¶»à·à¶à¶º","eleTitle":"%1 මà·à¶½"},"contextmenu":{"options":"à¶ à¶±à¶à¶»à·à¶ à¶½à·à¶à¶« à·à·à¶à¶½à·à¶´"},"clipboard":{"copy":"à¶´à·à¶§à¶´à¶à· à¶à¶»à¶±à·à¶±","copyError":"Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).","cut":"à¶à¶´à·à¶à¶±à·à¶±","cutError":"Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).","paste":"à¶ à¶½à·à¶±à·à¶±","pasteArea":"à¶ à¶½à·à¶± à¶´à·âරදà·à·","pasteMsg":"Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK","securityMsg":"Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.","title":"à¶ à¶½à·à¶±à·à¶±"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"à¶à¶¯à·à¶°à·à¶ à¶à·à¶§à·"},"basicstyles":{"bold":"à¶à¶¯ à¶ à¶à·à¶»à·à¶±à· à¶½à·à¶ºà¶±à¶½à¶¯","italic":"à¶¶à·à¶°à·à¶ à¶à·à¶»à·à¶±à· à¶½à·à¶ºà¶± ලද","strike":"Strikethrough","subscript":"Subscript","superscript":"Superscript","underline":"යටà·à¶±à· à¶à¶»à· චදà·à¶± ලද"},"about":{"copy":"à¶´à·à¶§à¶´à¶à· චයà·à¶à·à¶º à·à· à¶´à·à¶§à¶´à¶à· à¶à·à¶»à·à¶¸;$1 .à·à·à¶ºà¶½à·à¶¸ à·à·à¶¸à·à¶à¶¸à· à¶à·à·à¶»à·à¶«à·.","dlgTitle":"CKEditor à¶à·à¶± à·à·à·à·à¶à¶»","help":"à¶à¶¯à·à· à·à¶³à·à· $1 ","moreInfo":"බලපà¶à·âà¶» à¶à·à¶»à¶à·à¶»à· à·à¶¯à·à· à¶à¶»à·à¶«à·à¶à¶» à¶ à¶´à¶à· à·à·à¶¯à·âයà·à¶à· à¶½à·à¶´à·à¶±à¶ºà¶§ à¶´à·à·à·à·à·à¶±à·à¶±:","title":"CKEditor à¶à·à¶± à·à·à·à·à¶à¶»","userGuide":"CKEditor à¶·à·à·à·à¶à· à¶à·à¶»à·à¶¸ à¶´à·à· à·à¶¶à¶³ "},"editor":"à¶´à·à·à·à·à¶à· à·à¶ à¶± à·à¶à·à·à¶à¶»à¶«","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"à¶à¶¯à·à· ලබ෠à¶à·à¶±à·à¶¸à¶§ ALT à¶¶à·à¶à·à¶à¶¸ à¶à¶¶à¶±à·à¶±","browseServer":"à·à·à·à·à¶¸à· à·à·à·à·à¶¯à·à¶ºà¶à¶º","url":"URL","protocol":"මà·à¶½à·à¶´à¶à·âරය","upload":"à¶à¶©à·à¶à¶à¶à·à¶»à·à¶¸","uploadSubmit":"à·à·à·à·à¶¯à·à¶ºà¶à¶º à·à·à¶ යà·à¶¸à·à¶à·à¶»à·à¶¸","image":"à¶»à·à¶´à¶º","flash":"දà·à¶´à·à¶à·à¶º","form":"à¶´à·à¶»à¶¸à¶º","checkbox":"à¶½à¶à·à¶«à·à¶à·à¶»à·à¶¸à· à¶à·à¶§à·à·","radio":"à¶à·à¶»à·à¶¸à· ","textField":"à¶½à·à¶ºà¶± à¶´à·âරදà·à·à¶º","textarea":"à¶ à¶à·à¶»à· ","hiddenField":"à·à·à¶à·à·à¶«à· à¶´à·âරදà·à·à¶º","button":"à¶¶à·à¶à·à¶à¶¸","select":"à¶à·à¶»à¶±à·à¶± ","imageButton":"à¶»à·à¶´ ","notSet":"<යà·à¶¯à· >","id":"à¶ à¶à¶à¶º","name":"නම","langDir":"à¶·à·à·à· දà·à·à·à·","langDirLtr":"à·à¶¸à·à·à·à¶§ දà¶à·à¶«à·à¶§","langDirRtl":"දà¶à·à¶«à· à·à·à¶§ à·à¶¸à¶§","langCode":"à¶·à·à·à· à¶à·à¶à¶º","longDescr":"à·à¶¸à·à¶´à·à¶»à·à¶± à¶´à·à·à·à¶¯à·à¶½à· à¶à·à¶»à·à¶¸","cssClass":"à·à·à¶½à·à· à¶´à¶à·âà¶» à¶´à¶±à·à¶à·à¶º","advisoryTitle":"à¶à¶´à¶¯à·à·à· ","cssStyle":"à·à·à¶½à·à·à¶º","ok":"à¶±à·à¶»à¶¯à·","cancel":"à¶ à·à¶½à¶à¶à· à¶à·à¶»à·à¶¸","close":"à·à·à·à·à¶¸","preview":"à¶±à·à·à¶ ","resize":"à·à·à·à·à¶½à¶à·à·à¶º à¶±à·à·à¶ à·à·à¶±à·à· à¶à·à¶»à·à¶¸","generalTab":"à¶´à·à¶¯à· à¶à¶»à·à¶«à·.","advancedTab":"දà·à¶º","validateNumberFailed":"මà·à¶¸ à·à¶§à·à¶±à·à¶à¶¸ à¶ à¶à¶à¶ºà¶à· à¶±à·à·à·","confirmNewPage":"à¶à¶»à¶à·à·à· à¶±à·à¶à· à·à·à¶ºà¶½à·à¶¸ දà¶à·à¶à¶ºà¶±à· මà·à¶à·à¶ºà¶±à·à¶½à·à¶¶à·. à¶à¶¶à¶§ න෠පà·à¶§à·à·à¶à· ලබ෠à¶à·à¶±à·à¶¸à¶§ à¶ à·à·à·âයද?","confirmCancel":"à¶à¶à¶¸à· à·à·à¶à¶½à·à¶´à¶ºà¶±à· à·à·à¶±à·à· à¶à¶» à¶à¶. à¶à¶¶à¶§ මà·à¶±à· à¶±à·à¶à·à¶¸à·à¶¸à¶§ à¶ à·à·à·âයද?","options":" à·à·à¶à¶½à·à¶´","target":"චරමà·à¶«","targetNew":"න෠à¶à·à·à· à·à·","targetTop":"à·à·à¶¯à¶à¶à· à¶à·à·à· à·à·","targetSelf":"à¶à¶¸ à¶à·à·à· à·à·(_à¶à¶¸\\\\)","targetParent":"මà·à· à¶à·à·à· à·à·(_)","langDirLTR":"à·à¶¸à·à·à·à¶§ දà¶à·à¶«à·à¶§","langDirRTL":"දà¶à·à¶«à· à·à·à¶§ à·à¶¸à¶§","styles":"à·à·à¶½à·à·à¶º","cssClasses":"à·à·à¶½à·à·à¶´à¶à·âà¶» à¶´à¶±à·à¶à·à¶º","width":"à¶´à· à¶½","height":"à¶à·","align":"à¶à·à¶½à¶´à·à¶¸","alignLeft":"à·à¶¸","alignRight":"දà¶à·à¶«","alignCenter":"මධà·âය","alignJustify":"Justify","alignTop":"à¶","alignMiddle":"මà·à¶¯","alignBottom":"à¶´à·à¶½","alignNone":"None","invalidValue":"à·à·à¶»à¶¯à· à·à¶§à·à¶±à·à¶à¶¸à¶à·","invalidHeight":"à¶à· à¶ à¶à¶à¶ºà¶à· à·à·à¶º යà·à¶à·à¶º","invalidWidth":"à¶´à· à¶½ à¶ à¶à¶à¶ºà¶à· à·à·à¶º යà·à¶à·à¶º","invalidCssLength":"à·à¶§à·à¶±à·à¶à¶¸à¶à· à¶±à·à¶»à·à¶´à¶«à¶º à¶à·à¶»à·à¶¸ \"%1\" à¶´à·âරදà·à·à¶º à¶°à¶± à·à¶à¶à·âයà·à¶à·à¶¸à¶ à·à¶§à·à¶±à·à¶à¶¸à¶à· à·à· à¶±à·à·à¶»à¶¯à· à¶±à·à·à¶± CSS මà·à¶±à·à¶¸à· à¶à¶à¶(px, %, in, cm, mm, em, ex, pt, pc)","invalidHtmlLength":"à·à¶§à·à¶±à·à¶à¶¸à¶à· à¶±à·à¶»à·à¶´à¶«à¶º à¶à·à¶»à·à¶¸ \"%1\" à¶´à·âරදà·à·à¶º à¶°à¶± à·à¶à¶à·âයà·à¶à·à¶¸à¶ à·à¶§à·à¶±à·à¶à¶¸à¶à· à·à· à¶±à·à·à¶»à¶¯à· à¶±à·à·à¶± HTML මà·à¶±à·à¶¸à· à¶à¶à¶ (px à·à· %).","invalidInlineStyle":"à·à¶§à·à¶±à·à¶à¶¸à¶à· à¶±à·à¶»à·à¶´à¶«à¶º à¶à·à¶»à·à¶¸ à¶´à·à· à· à·à·à¶½à·à·à¶ºà¶ºà¶§ à¶à¶à·à¶à·à¶º à¶ à¶±à¶à¶»à·à¶ à·à·à¶º යà·à¶à¶º \"නම : à·à¶§à·à¶±à·à¶à¶¸\", à¶à·à¶à· à¶à·à¶¸à·à·à¶à·à¶±à· à·à·à¶±à· à·à·à¶± ලද.","cssLengthTooltip":"à·à¶à¶à·âය෠à¶à¶à·à¶½à¶à· à¶à·à¶»à·à¶¸à·à¶¯à· à·à¶§à·à¶±à·à¶à¶¸ à¶à·à¶à· à¶´à·âරමà·à¶«à¶º à¶±à·à·à¶»à¶¯à· CSS à¶à¶à¶(à¶à·à¶à·, %, à¶ à¶à¶½à·,à·à·à¶¸à·, mm, em, ex, pt, pc)","unavailable":"%1<span à¶´à¶±à·à¶à·à¶º=\"à· à¶à· à·à·à¶ºà·à·à¶à· ද බලනà·à¶±\">, à¶±à·à¶¸à·à¶à·à¶±à¶¸à·</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/sk.js b/public/assets/ckeditor/lang/sk.js new file mode 100644 index 0000000..16e74a1 --- /dev/null +++ b/public/assets/ckeditor/lang/sk.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['sk']={"wsc":{"btnIgnore":"IgnorovaÅ¥","btnIgnoreAll":"IgnorovaÅ¥ vÅ¡etko","btnReplace":"PrepÃsat","btnReplaceAll":"PrepÃsat vÅ¡etko","btnUndo":"Späť","changeTo":"ZmeniÅ¥ na","errorLoading":"Chyba pri naÄÃtanà slovnÃka z adresy: %s.","ieSpellDownload":"Kontrola pravopisu nie je naiÅ¡talovaná. Chcete ju teraz stiahnuÅ¥?","manyChanges":"Kontrola pravopisu dokonÄená: Bolo zmenených %1 slov","noChanges":"Kontrola pravopisu dokonÄená: Neboli zmenené žiadne slová","noMispell":"Kontrola pravopisu dokonÄená: Neboli nájdené žiadne chyby pravopisu","noSuggestions":"- Žiadny návrh -","notAvailable":"PrepáÄte, ale služba je momentálne nedostupná.","notInDic":"Nie je v slovnÃku","oneChange":"Kontrola pravopisu dokonÄená: Bolo zmenené jedno slovo","progress":"Prebieha kontrola pravopisu...","title":"SkontrolovaÅ¥ pravopis","toolbar":"Kontrola pravopisu"},"undo":{"redo":"Znovu","undo":"Späť"},"toolbar":{"toolbarCollapse":"ZbaliÅ¥ liÅ¡tu nástrojov","toolbarExpand":"RozbaliÅ¥ liÅ¡tu nástrojov","toolbarGroups":{"document":"Dokument","clipboard":"Schránka pre kopÃrovanie/Späť","editing":"Upravovanie","forms":"Formuláre","basicstyles":"Základné Å¡týly","paragraph":"Odsek","links":"Odkazy","insert":"VložiÅ¥","styles":"Å týly","colors":"Farby","tools":"Nástroje"},"toolbars":"LiÅ¡ty nástrojov editora"},"table":{"border":"Å Ãrka orámovania","caption":"Popis","cell":{"menu":"Bunka","insertBefore":"VložiÅ¥ bunku pred","insertAfter":"VložiÅ¥ bunku za","deleteCell":"VymazaÅ¥ bunky","merge":"ZlúÄiÅ¥ bunky","mergeRight":"ZlúÄiÅ¥ doprava","mergeDown":"ZlúÄiÅ¥ dole","splitHorizontal":"RozdeliÅ¥ bunky horizontálne","splitVertical":"RozdeliÅ¥ bunky vertikálne","title":"Vlastnosti bunky","cellType":"Typ bunky","rowSpan":"Rozsah riadkov","colSpan":"Rozsah stĺpcov","wordWrap":"Zalamovanie riadkov","hAlign":"Horizontálne zarovnanie","vAlign":"Vertikálne zarovnanie","alignBaseline":"Základná Äiara (baseline)","bgColor":"Farba pozadia","borderColor":"Farba orámovania","data":"Dáta","header":"HlaviÄka","yes":"Ãno","no":"Nie","invalidWidth":"Å Ãrka bunky musà byÅ¥ ÄÃslo.","invalidHeight":"Výška bunky musà byÅ¥ ÄÃslo.","invalidRowSpan":"Rozsah riadkov musà byÅ¥ celé ÄÃslo.","invalidColSpan":"Rozsah stĺpcov musà byÅ¥ celé ÄÃslo.","chooseColor":"VybraÅ¥"},"cellPad":"Odsadenie obsahu (cell padding)","cellSpace":"VzdialenosÅ¥ buniek (cell spacing)","column":{"menu":"Stĺpec","insertBefore":"VložiÅ¥ stĺpec pred","insertAfter":"VložiÅ¥ stĺpec po","deleteColumn":"ZmazaÅ¥ stĺpce"},"columns":"Stĺpce","deleteTable":"VymazaÅ¥ tabuľku","headers":"HlaviÄka","headersBoth":"Obe","headersColumn":"Prvý stĺpec","headersNone":"Žiadne","headersRow":"Prvý riadok","invalidBorder":"Å Ãrka orámovania musà byÅ¥ ÄÃslo.","invalidCellPadding":"Odsadenie v bunkách (cell padding) musà byÅ¥ kladné ÄÃslo.","invalidCellSpacing":"Medzera mädzi bunkami (cell spacing) musà byÅ¥ kladné ÄÃslo.","invalidCols":"PoÄet stĺpcov musà byÅ¥ ÄÃslo väÄÅ¡ie ako 0.","invalidHeight":"Výška tabuľky musà byÅ¥ ÄÃslo.","invalidRows":"PoÄet riadkov musà byÅ¥ ÄÃslo väÄÅ¡ie ako 0.","invalidWidth":"Å irka tabuľky musà byÅ¥ ÄÃslo.","menu":"Vlastnosti tabuľky","row":{"menu":"Riadok","insertBefore":"VložiÅ¥ riadok pred","insertAfter":"VložiÅ¥ riadok po","deleteRow":"VymazaÅ¥ riadky"},"rows":"Riadky","summary":"Prehľad","title":"Vlastnosti tabuľky","toolbar":"Tabuľka","widthPc":"percent","widthPx":"pixelov","widthUnit":"jednotka Å¡Ãrky"},"stylescombo":{"label":"Å týly","panelTitle":"Formátovanie Å¡týlov","panelTitle1":"Å týly bloku","panelTitle2":"Vnútroriadkové (inline) Å¡týly","panelTitle3":"Å týly objeku"},"specialchar":{"options":"Možnosti Å¡peciálneho znaku","title":"Výber Å¡peciálneho znaku","toolbar":"VložiÅ¥ Å¡peciálny znak"},"sourcearea":{"toolbar":"Zdroj"},"scayt":{"btn_about":"O KPPP (Kontrola pravopisu poÄas pÃsania)","btn_dictionaries":"SlovnÃky","btn_disable":"ZakázaÅ¥ KPPP (Kontrola pravopisu poÄas pÃsania)","btn_enable":"PovoliÅ¥ KPPP (Kontrola pravopisu poÄas pÃsania)","btn_langs":"Jazyky","btn_options":"Možnosti","text_title":"Kontrola pravopisu poÄas pÃsania"},"removeformat":{"toolbar":"OdstrániÅ¥ formátovanie"},"pastetext":{"button":"VložiÅ¥ ako Äistý text","title":"VložiÅ¥ ako Äistý text"},"pastefromword":{"confirmCleanup":"Zdá sa, že vkladaný text pochádza z programu MS Word. Chcete ho pred vkladanÃm automaticky vyÄistiÅ¥?","error":"Kvôli internej chybe nebolo možné vložené dáta vyÄistiÅ¥","title":"VložiÅ¥ z Wordu","toolbar":"VložiÅ¥ z Wordu"},"maximize":{"maximize":"MaximalizovaÅ¥","minimize":"MinimalizovaÅ¥"},"magicline":{"title":"Odsek vložiÅ¥ sem"},"list":{"bulletedlist":"VložiÅ¥/odstrániÅ¥ zoznam s odrážkami","numberedlist":"VložiÅ¥/odstrániÅ¥ ÄÃslovaný zoznam"},"link":{"acccessKey":"PrÃstupový kľúÄ","advanced":"RozÅ¡Ãrené","advisoryContentType":"Pomocný typ obsahu","advisoryTitle":"Pomocný titulok","anchor":{"toolbar":"Kotva","menu":"UpraviÅ¥ kotvu","title":"Vlastnosti kotvy","name":"Názov kotvy","errorName":"Zadajte prosÃm názov kotvy","remove":"OdstrániÅ¥ kotvu"},"anchorId":"Podľa Id objektu","anchorName":"Podľa mena kotvy","charset":"Priradená znaková sada","cssClasses":"Triedy Å¡týlu","emailAddress":"E-Mailová adresa","emailBody":"Telo správy","emailSubject":"Predmet správy","id":"Id","info":"Informácie o odkaze","langCode":"Orientácia jazyka","langDir":"Orientácia jazyka","langDirLTR":"Zľava doprava (LTR)","langDirRTL":"Sprava doľava (RTL)","menu":"UpraviÅ¥ odkaz","name":"Názov","noAnchors":"(V dokumente nie sú dostupné žiadne kotvy)","noEmail":"Zadajte prosÃm e-mailovú adresu","noUrl":"Zadajte prosÃm URL odkazu","other":"<iný>","popupDependent":"ZávislosÅ¥ (Netscape)","popupFeatures":"Vlastnosti vyskakovacieho okna","popupFullScreen":"Celá obrazovka (IE)","popupLeft":"Ľavý okraj","popupLocationBar":"Panel umiestnenia (location bar)","popupMenuBar":"Panel ponuky (menu bar)","popupResizable":"Meniteľná veľkosÅ¥ (resizable)","popupScrollBars":"PosuvnÃky (scroll bars)","popupStatusBar":"Stavový riadok (status bar)","popupToolbar":"Panel nástrojov (toolbar)","popupTop":"Horný okraj","rel":"VzÅ¥ah (rel)","selectAnchor":"VybraÅ¥ kotvu","styles":"Å týl","tabIndex":"Poradie prvku (tab index)","target":"Cieľ","targetFrame":"<rámec>","targetFrameName":"Názov rámu cieľa","targetPopup":"<vyskakovacie okno>","targetPopupName":"Názov vyskakovacieho okna","title":"Odkaz","toAnchor":"Odkaz na kotvu v texte","toEmail":"E-mail","toUrl":"URL","toolbar":"Odkaz","type":"Typ odkazu","unlink":"OdstrániÅ¥ odkaz","upload":"NahraÅ¥"},"indent":{"indent":"ZväÄÅ¡iÅ¥ odsadenie","outdent":"ZmenÅ¡iÅ¥ odsadenie"},"image":{"alt":"AlternatÃvny text","border":"Rám (border)","btnUpload":"OdoslaÅ¥ to na server","button2Img":"Chcete zmeniÅ¥ vybrané obrázkové tlaÄidlo na jednoduchý obrázok?","hSpace":"H-medzera","img2Button":"Chcete zmeniÅ¥ vybraný obrázok na obrázkové tlaÄidlo?","infoTab":"Informácie o obrázku","linkTab":"Odkaz","lockRatio":"Pomer zámky","menu":"Vlastnosti obrázka","resetSize":"Pôvodná veľkosÅ¥","title":"Vlastnosti obrázka","titleButton":"Vlastnosti obrázkového tlaÄidla","upload":"NahraÅ¥","urlMissing":"Chýba URL zdroja obrázka.","vSpace":"V-medzera","validateBorder":"Rám (border) musà byÅ¥ celé ÄÃslo.","validateHSpace":"H-medzera musà byÅ¥ celé ÄÃslo.","validateVSpace":"V-medzera musà byÅ¥ celé ÄÃslo."},"horizontalrule":{"toolbar":"VložiÅ¥ vodorovnú Äiaru"},"format":{"label":"Formát","panelTitle":"Odsek","tag_address":"Adresa","tag_div":"Normálny (DIV)","tag_h1":"Nadpis 1","tag_h2":"Nadpis 2","tag_h3":"Nadpis 3","tag_h4":"Nadpis 4","tag_h5":"Nadpis 5","tag_h6":"Nadpis 6","tag_p":"Normálny","tag_pre":"Formátovaný"},"fakeobjects":{"anchor":"Kotva","flash":"Flash animácia","hiddenfield":"Skryté pole","iframe":"IFrame","unknown":"Neznámy objekt"},"elementspath":{"eleLabel":"Cesta prvkov","eleTitle":"%1 prvok"},"contextmenu":{"options":"Možnosti kontextového menu"},"clipboard":{"copy":"KopÃrovaÅ¥","copyError":"BezpeÄnostné nastavenia vášho prehliadaÄa nedovoľujú editoru automaticky spustiÅ¥ operáciu kopÃrovania. Použite na to klávesnicu (Ctrl/Cmd+C).","cut":"Vystrihnúť","cutError":"BezpeÄnostné nastavenia vášho prehliadaÄa nedovoľujú editoru automaticky spustiÅ¥ operáciu vystrihnutia. Použite na to klávesnicu (Ctrl/Cmd+X).","paste":"VložiÅ¥","pasteArea":"Miesto na vloženie","pasteMsg":"PoužitÃm klávesnice (<STRONG>Ctrl/Cmd+V</STRONG>) vložte text do rámÄeka a stlaÄte OK.","securityMsg":"Kvôli bezpeÄnostným nastaveniam vášho prehliadaÄa editor nemôže pristupovaÅ¥ k schránke na kopÃrovanie priamo. Vložte to preto do tohto okna.","title":"VložiÅ¥"},"button":{"selectedLabel":"%1 (Vybrané)"},"blockquote":{"toolbar":"Citácia"},"basicstyles":{"bold":"TuÄné","italic":"KurzÃva","strike":"PreÄiarknuté","subscript":"Dolný index","superscript":"Horný index","underline":"PodÄiarknuté"},"about":{"copy":"Copyright © $1. VÅ¡etky práva vyhradené.","dlgTitle":"O CKEditor-e","help":"ZaÅ¡krtnite $1 pre pomoc.","moreInfo":"Pre informácie o licenciách, prosÃme, navÅ¡tÃvte naÅ¡u web stránku:","title":"O CKEditor-e","userGuide":"PoužÃvateľská prÃruÄka KCEditor-a"},"editor":"Editor formátovaného textu","editorPanel":"Panel editora formátovaného textu","common":{"editorHelp":"StlaÄenÃm ALT 0 spustiÅ¥ pomocnÃka","browseServer":"PrehliadaÅ¥ server","url":"URL","protocol":"Protokol","upload":"OdoslaÅ¥","uploadSubmit":"OdoslaÅ¥ na server","image":"Obrázok","flash":"Flash","form":"Formulár","checkbox":"ZaÅ¡krtávacie pole","radio":"PrepÃnaÄ","textField":"Textové pole","textarea":"Textová oblasÅ¥","hiddenField":"Skryté pole","button":"TlaÄidlo","select":"Rozbaľovacà zoznam","imageButton":"Obrázkové tlaÄidlo","notSet":"<nenastavené>","id":"Id","name":"Meno","langDir":"Orientácia jazyka","langDirLtr":"Zľava doprava (LTR)","langDirRtl":"Sprava doľava (RTL)","langCode":"Kód jazyka","longDescr":"Dlhý popis URL","cssClass":"Trieda Å¡týlu","advisoryTitle":"Pomocný titulok","cssStyle":"Å týl","ok":"OK","cancel":"ZruÅ¡iÅ¥","close":"Zatvorit","preview":"Náhľad","resize":"ZmeniÅ¥ veľkosÅ¥","generalTab":"Hlavné","advancedTab":"RozÅ¡Ãrené","validateNumberFailed":"Hodnota nie je ÄÃslo.","confirmNewPage":"Prajete si naÄÃtat novú stránku? VÅ¡etky neuložené zmeny budú stratené. ","confirmCancel":"Niektore možnosti boli zmenené. Naozaj chcete zavrieÅ¥ okno?","options":"Možnosti","target":"Cieľ","targetNew":"Nové okno (_blank)","targetTop":"NajvrchnejÅ¡ie okno (_top)","targetSelf":"To isté okno (_self)","targetParent":"RodiÄovské okno (_parent)","langDirLTR":"Zľava doprava (LTR)","langDirRTL":"Sprava doľava (RTL)","styles":"Å týl","cssClasses":"Triedy Å¡týlu","width":"Å Ãrka","height":"Výška","align":"Zarovnanie","alignLeft":"Vľavo","alignRight":"Vpravo","alignCenter":"Na stred","alignJustify":"ZarovnaÅ¥ do bloku","alignTop":"Nahor","alignMiddle":"Na stred","alignBottom":"Dole","alignNone":"Žiadne","invalidValue":"Neplatná hodnota.","invalidHeight":"Výška musà byÅ¥ ÄÃslo.","invalidWidth":"Å Ãrka musà byÅ¥ ÄÃslo.","invalidCssLength":"Å pecifikovaná hodnota pre pole \"%1\" musà byÅ¥ kladné ÄÃslo s alebo bez platnej CSS mernej jednotky (px, %, in, cm, mm, em, ex, pt alebo pc).","invalidHtmlLength":"Å pecifikovaná hodnota pre pole \"%1\" musà byÅ¥ kladné ÄÃslo s alebo bez platnej HTML mernej jednotky (px alebo %).","invalidInlineStyle":"Zadaná hodnota pre inline Å¡týl musà pozostávaÅ¥ s jedného, alebo viac dvojÃc formátu \"názov: hodnota\", oddelených bodkoÄiarkou.","cssLengthTooltip":"Vložte ÄÃslo pre hodnotu v pixeloch alebo ÄÃslo so správnou CSS jednotou (px, %, in, cm, mm, em, ex, pt alebo pc).","unavailable":"%1<span class=\"cke_accessibility\">, nedostupný</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/sl.js b/public/assets/ckeditor/lang/sl.js new file mode 100644 index 0000000..b61ff14 --- /dev/null +++ b/public/assets/ckeditor/lang/sl.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['sl']={"wsc":{"btnIgnore":"Prezri","btnIgnoreAll":"Prezri vse","btnReplace":"Zamenjaj","btnReplaceAll":"Zamenjaj vse","btnUndo":"Razveljavi","changeTo":"Spremeni v","errorLoading":"Napaka pri nalaganju storitve programa na naslovu %s.","ieSpellDownload":"Ärkovalnik ni nameÅ¡Äen. Ali ga želite prenesti sedaj?","manyChanges":"Ärkovanje je konÄano: Spremenjenih je bilo %1 besed","noChanges":"Ärkovanje je konÄano: Nobena beseda ni bila spremenjena","noMispell":"Ärkovanje je konÄano: Brez napak","noSuggestions":"- Ni predlogov -","notAvailable":"Oprostite, storitev trenutno ni dosegljiva.","notInDic":"Ni v slovarju","oneChange":"Ärkovanje je konÄano: Spremenjena je bila ena beseda","progress":"Preverjanje Ärkovanja se izvaja...","title":"Ärkovalnik","toolbar":"Preveri Ärkovanje"},"undo":{"redo":"Ponovi","undo":"Razveljavi"},"toolbar":{"toolbarCollapse":"SkrÄi Orodno Vrstico","toolbarExpand":"RazÅ¡iri Orodno Vrstico","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"Urejevalnik orodne vrstice"},"table":{"border":"Velikost obrobe","caption":"Naslov","cell":{"menu":"Celica","insertBefore":"Vstavi celico pred","insertAfter":"Vstavi celico za","deleteCell":"IzbriÅ¡i celice","merge":"Združi celice","mergeRight":"Združi desno","mergeDown":"Druži navzdol","splitHorizontal":"Razdeli celico vodoravno","splitVertical":"Razdeli celico navpiÄno","title":"Lastnosti celice","cellType":"Vrsta celice","rowSpan":"Razpon vrstic","colSpan":"Razpon stolpcev","wordWrap":"Prelom besedila","hAlign":"Vodoravna poravnava","vAlign":"NavpiÄna poravnava","alignBaseline":"Osnovnica","bgColor":"Barva ozadja","borderColor":"Barva obrobe","data":"Podatki","header":"Glava","yes":"Da","no":"Ne","invalidWidth":"Å irina celice mora biti Å¡tevilo.","invalidHeight":"ViÅ¡ina celice mora biti Å¡tevilo.","invalidRowSpan":"Razpon vrstic mora biti celo Å¡tevilo.","invalidColSpan":"Razpon stolpcev mora biti celo Å¡tevilo.","chooseColor":"Izberi"},"cellPad":"Polnilo med celicami","cellSpace":"Razmik med celicami","column":{"menu":"Stolpec","insertBefore":"Vstavi stolpec pred","insertAfter":"Vstavi stolpec za","deleteColumn":"IzbriÅ¡i stolpce"},"columns":"Stolpci","deleteTable":"IzbriÅ¡i tabelo","headers":"Glave","headersBoth":"Oboje","headersColumn":"Prvi stolpec","headersNone":"Brez","headersRow":"Prva vrstica","invalidBorder":"Å irina obrobe mora biti Å¡tevilo.","invalidCellPadding":"Zamik celic mora biti Å¡tevilo","invalidCellSpacing":"Razmik med celicami mora biti Å¡tevilo.","invalidCols":"Å tevilo stolpcev mora biti veÄje od 0.","invalidHeight":"ViÅ¡ina tabele mora biti Å¡tevilo.","invalidRows":"Å tevilo vrstic mora biti veÄje od 0.","invalidWidth":"Å irina tabele mora biti Å¡tevilo.","menu":"Lastnosti tabele","row":{"menu":"Vrstica","insertBefore":"Vstavi vrstico pred","insertAfter":"Vstavi vrstico za","deleteRow":"IzbriÅ¡i vrstice"},"rows":"Vrstice","summary":"Povzetek","title":"Lastnosti tabele","toolbar":"Tabela","widthPc":"procentov","widthPx":"pik","widthUnit":"enota Å¡irine"},"stylescombo":{"label":"Slog","panelTitle":"Oblikovalni Stili","panelTitle1":"Slogi odstavkov","panelTitle2":"Slogi besedila","panelTitle3":"Slogi objektov"},"specialchar":{"options":"Možnosti Posebnega Znaka","title":"Izberi Posebni Znak","toolbar":"Vstavi posebni znak"},"sourcearea":{"toolbar":"Izvorna koda"},"scayt":{"btn_about":"O storitvi SCAYT","btn_dictionaries":"Slovarji","btn_disable":"OnemogoÄi SCAYT","btn_enable":"OmogoÄi SCAYT","btn_langs":"Jeziki","btn_options":"Možnosti","text_title":"Ärkovanje med tipkanjem"},"removeformat":{"toolbar":"Odstrani oblikovanje"},"pastetext":{"button":"Prilepi kot golo besedilo","title":"Prilepi kot golo besedilo"},"pastefromword":{"confirmCleanup":"Besedilo, ki ga želite prilepiti je kopirano iz Word-a. Ali ga želite oÄistiti, preden ga prilepite?","error":"Ni bilo mogoÄe oÄistiti prilepljenih podatkov zaradi notranje napake","title":"Prilepi iz Worda","toolbar":"Prilepi iz Worda"},"maximize":{"maximize":"Maksimiraj","minimize":"Minimiraj"},"magicline":{"title":"Vstavite odstavek tukaj"},"list":{"bulletedlist":"OznaÄen seznam","numberedlist":"OÅ¡tevilÄen seznam"},"link":{"acccessKey":"Dostopno Geslo","advanced":"Napredno","advisoryContentType":"Predlagani tip vsebine (content-type)","advisoryTitle":"Predlagani naslov","anchor":{"toolbar":"Vstavi/uredi zaznamek","menu":"Lastnosti zaznamka","title":"Lastnosti zaznamka","name":"Ime zaznamka","errorName":"Prosim vnesite ime zaznamka","remove":"Remove Anchor"},"anchorId":"Po ID-ju elementa","anchorName":"Po imenu zaznamka","charset":"Kodna tabela povezanega vira","cssClasses":"Razred stilne predloge","emailAddress":"Elektronski naslov","emailBody":"Vsebina sporoÄila","emailSubject":"Predmet sporoÄila","id":"Id","info":"Podatki o povezavi","langCode":"Smer jezika","langDir":"Smer jezika","langDirLTR":"Od leve proti desni (LTR)","langDirRTL":"Od desne proti levi (RTL)","menu":"Uredi povezavo","name":"Ime","noAnchors":"(V tem dokumentu ni zaznamkov)","noEmail":"Vnesite elektronski naslov","noUrl":"Vnesite URL povezave","other":"<drug>","popupDependent":"Podokno (Netscape)","popupFeatures":"ZnaÄilnosti pojavnega okna","popupFullScreen":"Celozaslonska slika (IE)","popupLeft":"Lega levo","popupLocationBar":"Naslovna vrstica","popupMenuBar":"Menijska vrstica","popupResizable":"Spremenljive velikosti","popupScrollBars":"Drsniki","popupStatusBar":"Vrstica stanja","popupToolbar":"Orodna vrstica","popupTop":"Lega na vrhu","rel":"Odnos","selectAnchor":"Izberi zaznamek","styles":"Slog","tabIndex":"Å tevilka tabulatorja","target":"Cilj","targetFrame":"<okvir>","targetFrameName":"Ime ciljnega okvirja","targetPopup":"<pojavno okno>","targetPopupName":"Ime pojavnega okna","title":"Povezava","toAnchor":"Zaznamek na tej strani","toEmail":"Elektronski naslov","toUrl":"URL","toolbar":"Vstavi/uredi povezavo","type":"Vrsta povezave","unlink":"Odstrani povezavo","upload":"Prenesi"},"indent":{"indent":"PoveÄaj zamik","outdent":"ZmanjÅ¡aj zamik"},"image":{"alt":"Nadomestno besedilo","border":"Obroba","btnUpload":"PoÅ¡lji na strežnik","button2Img":"ŽeliÅ¡ pretvoriti izbrani gumb s sliko v preprosto sliko?","hSpace":"Vodoravni razmik","img2Button":"ŽeliÅ¡ pretvoriti izbrano sliko v gumb s sliko?","infoTab":"Podatki o sliki","linkTab":"Povezava","lockRatio":"Zakleni razmerje","menu":"Lastnosti slike","resetSize":"Ponastavi velikost","title":"Lastnosti slike","titleButton":"Lastnosti gumba s sliko","upload":"PoÅ¡lji","urlMissing":"Manjka vir (URL) slike.","vSpace":"NavpiÄni razmik","validateBorder":"Meja mora biti celo Å¡tevilo.","validateHSpace":"HSpace mora biti celo Å¡tevilo.","validateVSpace":"VSpace mora biti celo Å¡tevilo."},"horizontalrule":{"toolbar":"Vstavi vodoravno Ärto"},"format":{"label":"Oblika","panelTitle":"Oblika","tag_address":"Napis","tag_div":"Navaden (DIV)","tag_h1":"Naslov 1","tag_h2":"Naslov 2","tag_h3":"Naslov 3","tag_h4":"Naslov 4","tag_h5":"Naslov 5","tag_h6":"Naslov 6","tag_p":"Navaden","tag_pre":"Oblikovan"},"fakeobjects":{"anchor":"Sidro","flash":"Flash animacija","hiddenfield":"Skrito polje","iframe":"IFrame","unknown":"Neznan objekt"},"elementspath":{"eleLabel":"Pot elementov","eleTitle":"%1 element"},"contextmenu":{"options":"Možnosti Kontekstnega Menija"},"clipboard":{"copy":"Kopiraj","copyError":"Varnostne nastavitve brskalnika ne dopuÅ¡Äajo samodejnega kopiranja. Uporabite kombinacijo tipk na tipkovnici (Ctrl/Cmd+C).","cut":"Izreži","cutError":"Varnostne nastavitve brskalnika ne dopuÅ¡Äajo samodejnega izrezovanja. Uporabite kombinacijo tipk na tipkovnici (Ctrl/Cmd+X).","paste":"Prilepi","pasteArea":"Prilepi Prostor","pasteMsg":"Prosim prilepite v sleÄi okvir s pomoÄjo tipkovnice (<STRONG>Ctrl/Cmd+V</STRONG>) in pritisnite <STRONG>V redu</STRONG>.","securityMsg":"Zaradi varnostnih nastavitev vaÅ¡ega brskalnika urejevalnik ne more neposredno dostopati do odložiÅ¡Äa. Vsebino odložiÅ¡Äa ponovno prilepite v to okno.","title":"Prilepi"},"button":{"selectedLabel":"%1 (Izbrano)"},"blockquote":{"toolbar":"Citat"},"basicstyles":{"bold":"Krepko","italic":"LežeÄe","strike":"PreÄrtano","subscript":"Podpisano","superscript":"Nadpisano","underline":"PodÄrtano"},"about":{"copy":"Copyright © $1. Vse pravice pridržane.","dlgTitle":"O programu CKEditor","help":"Preverite $1 za pomoÄ.","moreInfo":"Za informacijo o licenci prosim obiÅ¡Äite naÅ¡o spletno stran:","title":"O programu CKEditor","userGuide":"CKEditor Navodila za Uporabo"},"editor":"Bogat Urejevalnik Besedila","editorPanel":"Rich Text Editor ploÅ¡Äa","common":{"editorHelp":"Pritisnite ALT 0 za pomoÄ","browseServer":"Prebrskaj na strežniku","url":"URL","protocol":"Protokol","upload":"Naloži","uploadSubmit":"PoÅ¡lji na strežnik","image":"Slika","flash":"Flash","form":"Obrazec","checkbox":"Potrditveno polje","radio":"Izbirno polje","textField":"Vnosno polje","textarea":"Vnosno obmoÄje","hiddenField":"Skrito polje","button":"Gumb","select":"Spustno Polje","imageButton":"Slikovni Gumb","notSet":"<ni doloÄen>","id":"Id","name":"Ime","langDir":"Smer jezika","langDirLtr":"Od leve proti desni (LTR)","langDirRtl":"Od desne proti levi (RTL)","langCode":"Koda Jezika","longDescr":"Dolg opis URL-ja","cssClass":"Razred stilne predloge","advisoryTitle":"Predlagani naslov","cssStyle":"Slog","ok":"V redu","cancel":"PrekliÄi","close":"Zapri","preview":"Predogled","resize":"Potegni za spremembo velikosti","generalTab":"SploÅ¡no","advancedTab":"Napredno","validateNumberFailed":"Ta vrednost ni Å¡tevilo.","confirmNewPage":"Vse neshranjene spremembe te vsebine bodo izgubljene. Ali res želite naložiti novo stran?","confirmCancel":"Nekaj možnosti je bilo spremenjenih. Ali res želite zapreti okno?","options":"Možnosti","target":"Cilj","targetNew":"Novo Okno (_blank)","targetTop":"Vrhovno Okno (_top)","targetSelf":"Enako Okno (_self)","targetParent":"MatiÄno Okno (_parent)","langDirLTR":"Od leve proti desni (LTR)","langDirRTL":"Od desne proti levi (RTL)","styles":"Slog","cssClasses":"Razred stilne predloge","width":"Å irina","height":"ViÅ¡ina","align":"Poravnava","alignLeft":"Levo","alignRight":"Desno","alignCenter":"Sredinsko","alignJustify":"Obojestranska poravnava","alignTop":"Na vrh","alignMiddle":"V sredino","alignBottom":"Na dno","alignNone":"Brez poravnave","invalidValue":"Neveljavna vrednost.","invalidHeight":"ViÅ¡ina mora biti Å¡tevilo.","invalidWidth":"Å irina mora biti Å¡tevilo.","invalidCssLength":"Vrednost doloÄena za \"%1\" polje mora biti pozitivna Å¡tevilka z ali brez veljavne CSS enote za merjenje (px, %, in, cm, mm, em, ex, pt, ali pc).","invalidHtmlLength":"Vrednost doloÄena za \"%1\" polje mora biti pozitivna Å¡tevilka z ali brez veljavne HTML enote za merjenje (px ali %).","invalidInlineStyle":"Vrednost doloÄena za inline slog mora biti sestavljena iz ene ali veÄ tork (tuples) z obliko \"ime : vrednost\", loÄenih z podpiÄji.","cssLengthTooltip":"Vnesite Å¡tevilko za vrednost v slikovnih pikah (pixels) ali Å¡tevilko z veljavno CSS enoto (px, %, in, cm, mm, em, ex, pt, ali pc).","unavailable":"%1<span class=\"cke_accessibility\">, nedosegljiv</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/sq.js b/public/assets/ckeditor/lang/sq.js new file mode 100644 index 0000000..ef04869 --- /dev/null +++ b/public/assets/ckeditor/lang/sq.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['sq']={"wsc":{"btnIgnore":"Ignore","btnIgnoreAll":"Ignore All","btnReplace":"Replace","btnReplaceAll":"Replace All","btnUndo":"Undo","changeTo":"Change to","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Spell checker not installed. Do you want to download it now?","manyChanges":"Spell check complete: %1 words changed","noChanges":"Spell check complete: No words changed","noMispell":"Spell check complete: No misspellings found","noSuggestions":"- No suggestions -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Not in dictionary","oneChange":"Spell check complete: One word changed","progress":"Spell check in progress...","title":"Spell Checker","toolbar":"Check Spelling"},"undo":{"redo":"Ribëje","undo":"Rizhbëje"},"toolbar":{"toolbarCollapse":"Zvogëlo Shiritin","toolbarExpand":"Zgjero Shiritin","toolbarGroups":{"document":"Dokument","clipboard":"Tabela Punës/Ribëje","editing":"Duke Redaktuar","forms":"Formular","basicstyles":"Stili Bazë","paragraph":"Paragraf","links":"Nyjet","insert":"Shto","styles":"Stil","colors":"Ngjyrat","tools":"Mjetet"},"toolbars":"Shiritet e Redaktuesit"},"table":{"border":"Madhësia e kornizave","caption":"Titull","cell":{"menu":"Qeli","insertBefore":"Shto Qeli Para","insertAfter":"Shto Qeli Prapa","deleteCell":"Gris Qelitë","merge":"Bashko Qelitë","mergeRight":"Bashko Djathtas","mergeDown":"Bashko Poshtë","splitHorizontal":"Ndaj Qelinë Horizontalisht","splitVertical":"Ndaj Qelinë Vertikalisht","title":"Rekuizitat e Qelisë","cellType":"Lloji i Qelisë","rowSpan":"Bashko Rreshtat","colSpan":"Bashko Kolonat","wordWrap":"Fund i Fjalës","hAlign":"Bashkimi Horizontal","vAlign":"Bashkimi Vertikal","alignBaseline":"Baza","bgColor":"Ngjyra e Prapavijës","borderColor":"Ngjyra e Kornizave","data":"Të dhënat","header":"Koka","yes":"Po","no":"Jo","invalidWidth":"Gjerësia e qelisë duhet të jetë numër.","invalidHeight":"Lartësia e qelisë duhet të jetë numër.","invalidRowSpan":"Hapësira e rreshtave duhet të jetë numër i plotë.","invalidColSpan":"Hapësira e kolonave duhet të jetë numër i plotë.","chooseColor":"Përzgjidh"},"cellPad":"Mbushja e qelisë","cellSpace":"Hapësira e qelisë","column":{"menu":"Kolona","insertBefore":"Vendos Kolonë Para","insertAfter":"Vendos Kolonë Pas","deleteColumn":"Gris Kolonat"},"columns":"Kolonat","deleteTable":"Gris Tabelën","headers":"Kokat","headersBoth":"Së bashku","headersColumn":"Kolona e parë","headersNone":"Asnjë","headersRow":"Rreshti i Parë","invalidBorder":"Madhësia e kufinjve duhet të jetë numër.","invalidCellPadding":"Mbushja e qelisë duhet të jetë numër pozitiv.","invalidCellSpacing":"Hapësira e qelisë duhet të jetë numër pozitiv.","invalidCols":"Numri i kolonave duhet të jetë numër më i madh se 0.","invalidHeight":"Lartësia e tabelës duhet të jetë numër.","invalidRows":"Numri i rreshtave duhet të jetë numër më i madh se 0.","invalidWidth":"Gjerësia e tabelës duhet të jetë numër.","menu":"Karakteristikat e Tabelës","row":{"menu":"Rreshti","insertBefore":"Shto Rresht Para","insertAfter":"Shto Rresht Prapa","deleteRow":"Gris Rreshtat"},"rows":"Rreshtat","summary":"Përmbledhje","title":"Karakteristikat e Tabelës","toolbar":"Tabela","widthPc":"përqind","widthPx":"piksell","widthUnit":"njësia e gjerësisë"},"stylescombo":{"label":"Stil","panelTitle":"Stilet e Formatimit","panelTitle1":"Stilet e Bllokut","panelTitle2":"Stili i Brendshëm","panelTitle3":"Stilet e Objektit"},"specialchar":{"options":"Mundësitë për Karaktere Speciale","title":"Përzgjidh Karakter Special","toolbar":"Vendos Karakter Special"},"sourcearea":{"toolbar":"Burimi"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"Largo Formatin"},"pastetext":{"button":"Hidhe si tekst të thjeshtë","title":"Hidhe si Tekst të Thjeshtë"},"pastefromword":{"confirmCleanup":"Teksti që dëshironi të e hidhni siç duket është kopjuar nga Word-i. Dëshironi të e pastroni para se të e hidhni?","error":"Nuk ishte e mundur të fshiheshin të dhënat e hedhura për shkak të një gabimi të brendshëm","title":"Hidhe nga Word-i","toolbar":"Hidhe nga Word-i"},"maximize":{"maximize":"Zmadho","minimize":"Zvogëlo"},"magicline":{"title":"Vendos paragraf këtu"},"list":{"bulletedlist":"Vendos/Largo Listën me Pika","numberedlist":"Vendos/Largo Listën me Numra"},"link":{"acccessKey":"Sipas ID-së së Elementit","advanced":"Të përparuara","advisoryContentType":"Lloji i Përmbajtjes Këshillimore","advisoryTitle":"Titull","anchor":{"toolbar":"Spirancë","menu":"Redakto Spirancën","title":"Anchor Properties","name":"Emri i Spirancës","errorName":"Ju lutemi shkruani emrin e spirancës","remove":"Largo Spirancën"},"anchorId":"Sipas ID-së së Elementit","anchorName":"Sipas Emrit të Spirancës","charset":"Seti i Karaktereve të Burimeve të Nëdlidhura","cssClasses":"Klasa stili CSS","emailAddress":"Posta Elektronike","emailBody":"Trupi i Porosisë","emailSubject":"Titulli i Porosisë","id":"Id","info":"Informacione të Nyjes","langCode":"Kod gjuhe","langDir":"Drejtim teksti","langDirLTR":"Nga e majta në të djathë (LTR)","langDirRTL":"Nga e djathta në të majtë (RTL)","menu":"Redakto Nyjen","name":"Emër","noAnchors":"(Nuk ka asnjë spirancë në dokument)","noEmail":"Ju lutemi shkruani postën elektronike","noUrl":"Ju lutemi shkruani URL-në e nyjes","other":"<tjetër>","popupDependent":"E Varur (Netscape)","popupFeatures":"Karakteristikat e Dritares së Dialogut","popupFullScreen":"Ekran i Plotë (IE)","popupLeft":"Pozita Majtas","popupLocationBar":"Shiriti i Lokacionit","popupMenuBar":"Shiriti i Menysë","popupResizable":"I ndryshueshëm","popupScrollBars":"Shiritat zvarritës","popupStatusBar":"Shiriti i Statutit","popupToolbar":"Shiriti i Mejteve","popupTop":"Top Pozita","rel":"Marrëdhëniet","selectAnchor":"Përzgjidh një Spirancë","styles":"Stil","tabIndex":"Indeksi i fletave","target":"Objektivi","targetFrame":"<frame>","targetFrameName":"Emri i Kornizës së Synuar","targetPopup":"<popup window>","targetPopupName":"Emri i Dritares së Dialogut","title":"Nyja","toAnchor":"Lidhu me spirancën në tekst","toEmail":"Posta Elektronike","toUrl":"URL","toolbar":"Nyja","type":"Lloji i Nyjes","unlink":"Largo Nyjen","upload":"Ngarko"},"indent":{"indent":"Rrite Identin","outdent":"Zvogëlo Identin"},"image":{"alt":"Tekst Alternativ","border":"Korniza","btnUpload":"Dërgo në server","button2Img":"Dëshironi të e ndërroni pullën e fotos së selektuar në një foto të thjeshtë?","hSpace":"HSpace","img2Button":"Dëshironi të ndryshoni foton e përzgjedhur në pullë?","infoTab":"Informacione mbi Fotografinë","linkTab":"Nyja","lockRatio":"Mbyll Racionin","menu":"Karakteristikat e Fotografisë","resetSize":"Rikthe Madhësinë","title":"Karakteristikat e Fotografisë","titleButton":"Karakteristikat e Pullës së Fotografisë","upload":"Ngarko","urlMissing":"Mungon URL e burimit të fotografisë.","vSpace":"Hapësira Vertikale","validateBorder":"Korniza duhet të jetë numër i plotë.","validateHSpace":"Hapësira horizontale duhet të jetë numër i plotë.","validateVSpace":"Hapësira vertikale duhet të jetë numër i plotë."},"horizontalrule":{"toolbar":"Vendos Vijë Horizontale"},"format":{"label":"Formati","panelTitle":"Formati i Paragrafit","tag_address":"Adresa","tag_div":"Normal (DIV)","tag_h1":"Titulli 1","tag_h2":"Titulli 2","tag_h3":"Titulli 3","tag_h4":"Titulli 4","tag_h5":"Titulli 5","tag_h6":"Titulli 6","tag_p":"Normal","tag_pre":"Formatuar"},"fakeobjects":{"anchor":"Spirancë","flash":"Objekt flash","hiddenfield":"Fushë e fshehur","iframe":"IFrame","unknown":"Objekt i Panjohur"},"elementspath":{"eleLabel":"Rruga e elementeve","eleTitle":"%1 element"},"contextmenu":{"options":"Mundësitë e Menysë së Kontekstit"},"clipboard":{"copy":"Kopjo","copyError":"Të dhënat e sigurisë së shfletuesit tuaj nuk lejojnë që redaktuesi automatikisht të kryej veprimin e kopjimit. Ju lutemi shfrytëzoni tastierën për këtë veprim (Ctrl/Cmd+C).","cut":"Preje","cutError":"Të dhënat e sigurisë së shfletuesit tuaj nuk lejojnë që redaktuesi automatikisht të kryej veprimin e prerjes. Ju lutemi shfrytëzoni tastierën për këtë veprim (Ctrl/Cmd+X).","paste":"Hidhe","pasteArea":"Hapësira Hedhëse","pasteMsg":"Ju lutemi hidhni brenda kutizës në vijim duke shfrytëzuar tastierën (<strong>Ctrl/Cmd+V</strong>) dhe shtypni Mirë.","securityMsg":"Për shkak të dhënave të sigurisë së shfletuesit tuaj, redaktuesi nuk është në gjendje të i qaset drejtpërdrejtë të dhanve të tabelës suaj të punës. Ju duhet të hidhni atë përsëri në këtë dritare.","title":"Hidhe"},"button":{"selectedLabel":"%1 (Përzgjedhur)"},"blockquote":{"toolbar":"Citatet"},"basicstyles":{"bold":"Trash","italic":"Pjerrët","strike":"Nëpërmes","subscript":"Nën-skriptë","superscript":"Super-skriptë","underline":"Nënvijëzuar"},"about":{"copy":"Të drejtat e kopjimit © $1. Të gjitha të drejtat e rezervuara.","dlgTitle":"Rreth CKEditor","help":"Kontrollo $1 për ndihmë.","moreInfo":"Për informacione rreth licencave shih faqen tonë:","title":"Rreth CKEditor","userGuide":"Udhëzuesi i Shfrytëzuesit të CKEditor"},"editor":"Redaktues i Pasur Teksti","editorPanel":"Paneli i redaktuesit të tekstit të plotë","common":{"editorHelp":"Shtyp ALT 0 për ndihmë","browseServer":"Shfleto në Server","url":"URL","protocol":"Protokolli","upload":"Ngarko","uploadSubmit":"Dërgo në server","image":"Imazh","flash":"Objekt flash","form":"Formular","checkbox":"Checkbox","radio":"Buton radio","textField":"Fushë tekst","textarea":"Hapësirë tekst","hiddenField":"Fushë e fshehur","button":"Buton","select":"Menu zgjedhjeje","imageButton":"Buton imazhi","notSet":"<e pazgjedhur>","id":"Id","name":"Emër","langDir":"Kod gjuhe","langDirLtr":"Nga e majta në të djathtë (LTR)","langDirRtl":"Nga e djathta në të majtë (RTL)","langCode":"Kod gjuhe","longDescr":"Përshkrim i hollësishëm","cssClass":"Klasa stili CSS","advisoryTitle":"Titull","cssStyle":"Stil","ok":"OK","cancel":"Anulo","close":"Mbyll","preview":"Parashiko","resize":"Ripërmaso","generalTab":"Të përgjithshme","advancedTab":"Të përparuara","validateNumberFailed":"Vlera e futur nuk është një numër","confirmNewPage":"Ãdo ndryshim që nuk është ruajtur do humbasë. Je i sigurtë që dëshiron të krijosh një faqe të re?","confirmCancel":"Disa opsione kanë ndryshuar. Je i sigurtë që dëshiron ta mbyllësh dritaren?","options":"Opsione","target":"Objektivi","targetNew":"Dritare e re (_blank)","targetTop":"Dritare në plan të parë (_top)","targetSelf":"E njëjta dritare (_self)","targetParent":"Dritarja prind (_parent)","langDirLTR":"Nga e majta në të djathë (LTR)","langDirRTL":"Nga e djathta në të majtë (RTL)","styles":"Stil","cssClasses":"Klasa Stili CSS","width":"Gjerësi","height":"Lartësi","align":"Rreshtim","alignLeft":"Majtas","alignRight":"Djathtas","alignCenter":"Qendër","alignJustify":"Zgjero","alignTop":"Lart","alignMiddle":"Në mes","alignBottom":"Poshtë","alignNone":"Asnjë","invalidValue":"Vlerë e pavlefshme","invalidHeight":"Lartësia duhet të jetë një numër","invalidWidth":"Gjerësia duhet të jetë një numër","invalidCssLength":"Vlera e fushës \"%1\" duhet të jetë një numër pozitiv me apo pa njësi matëse të vlefshme CSS (px, %, in, cm, mm, em, ex, pt ose pc).","invalidHtmlLength":"Vlera e fushës \"%1\" duhet të jetë një numër pozitiv me apo pa njësi matëse të vlefshme HTML (px ose %)","invalidInlineStyle":"Stili inline duhet të jetë një apo disa vlera të formatit \"emër: vlerë\", ndarë nga pikëpresje.","cssLengthTooltip":"Fut një numër për vlerën në pixel apo një numër me një njësi të vlefshme CSS (px, %, in, cm, mm, ex, pt, ose pc).","unavailable":"%1<span class=\"cke_accessibility\">, i padisponueshëm</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/sr-latn.js b/public/assets/ckeditor/lang/sr-latn.js new file mode 100644 index 0000000..1cb1e04 --- /dev/null +++ b/public/assets/ckeditor/lang/sr-latn.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['sr-latn']={"wsc":{"btnIgnore":"IgnoriÅ¡i","btnIgnoreAll":"IgnoriÅ¡i sve","btnReplace":"Zameni","btnReplaceAll":"Zameni sve","btnUndo":"Vrati akciju","changeTo":"Izmeni","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Provera spelovanja nije instalirana. Da li želite da je skinete sa Interneta?","manyChanges":"Provera spelovanja zavrÅ¡ena: %1 reÄ(i) je izmenjeno","noChanges":"Provera spelovanja zavrÅ¡ena: Nije izmenjena nijedna rec","noMispell":"Provera spelovanja zavrÅ¡ena: greÅ¡ke nisu pronadene","noSuggestions":"- Bez sugestija -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Nije u reÄniku","oneChange":"Provera spelovanja zavrÅ¡ena: Izmenjena je jedna reÄ","progress":"Provera spelovanja u toku...","title":"Spell Checker","toolbar":"Proveri spelovanje"},"undo":{"redo":"Ponovi akciju","undo":"Poni�ti akciju"},"toolbar":{"toolbarCollapse":"Suzi alatnu traku","toolbarExpand":"ProÅ¡iri alatnu traku","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"Alatne trake"},"table":{"border":"VeliÄina okvira","caption":"Naslov tabele","cell":{"menu":"Cell","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"ObriÅ¡i Äelije","merge":"Spoj celije","mergeRight":"Merge Right","mergeDown":"Merge Down","splitHorizontal":"Split Cell Horizontally","splitVertical":"Split Cell Vertically","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Word Wrap","hAlign":"Horizontal Alignment","vAlign":"Vertical Alignment","alignBaseline":"Baseline","bgColor":"Background Color","borderColor":"Border Color","data":"Data","header":"Header","yes":"Yes","no":"No","invalidWidth":"Cell width must be a number.","invalidHeight":"Cell height must be a number.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"Choose"},"cellPad":"Razmak Äelija","cellSpace":"Äelijski prostor","column":{"menu":"Column","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"ObriÅ¡i kolone"},"columns":"Kolona","deleteTable":"IzbriÅ¡i tabelu","headers":"Zaglavlja","headersBoth":"Oba","headersColumn":"Prva kolona","headersNone":"None","headersRow":"Prvi red","invalidBorder":"VeliÄina okvira mora biti broj.","invalidCellPadding":"Padding polja mora biti pozitivan broj.","invalidCellSpacing":"Razmak izmeÄu Äelija mora biti pozitivan broj.","invalidCols":"Broj kolona mora biti broj veÄi od 0.","invalidHeight":"Visina tabele mora biti broj.","invalidRows":"Broj redova mora biti veÄi od 0.","invalidWidth":"Å irina tabele mora biti broj.","menu":"Osobine tabele","row":{"menu":"Row","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"ObriÅ¡i redove"},"rows":"Redova","summary":"Sažetak","title":"Osobine tabele","toolbar":"Tabela","widthPc":"procenata","widthPx":"piksela","widthUnit":"jedinica za Å¡irinu"},"stylescombo":{"label":"Stil","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"specialchar":{"options":"Special Character Options","title":"Odaberite specijalni karakter","toolbar":"Unesi specijalni karakter"},"sourcearea":{"toolbar":"Kôd"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"Ukloni formatiranje"},"pastetext":{"button":"Zalepi kao Äist tekst","title":"Zalepi kao Äist tekst"},"pastefromword":{"confirmCleanup":"The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?","error":"It was not possible to clean up the pasted data due to an internal error","title":"Zalepi iz Worda","toolbar":"Zalepi iz Worda"},"maximize":{"maximize":"Maximize","minimize":"Minimize"},"magicline":{"title":"Insert paragraph here"},"list":{"bulletedlist":"Nenabrojiva lista","numberedlist":"Nabrojiva lista"},"link":{"acccessKey":"Pristupni taster","advanced":"Napredni tagovi","advisoryContentType":"Advisory vrsta sadržaja","advisoryTitle":"Advisory naslov","anchor":{"toolbar":"Unesi/izmeni sidro","menu":"Osobine sidra","title":"Osobine sidra","name":"Naziv sidra","errorName":"Unesite naziv sidra","remove":"Ukloni sidro"},"anchorId":"Po Id-u elementa","anchorName":"Po nazivu sidra","charset":"Linked Resource Charset","cssClasses":"Stylesheet klase","emailAddress":"E-Mail adresa","emailBody":"Sadržaj poruke","emailSubject":"Naslov","id":"Id","info":"Link Info","langCode":"Smer jezika","langDir":"Smer jezika","langDirLTR":"S leva na desno (LTR)","langDirRTL":"S desna na levo (RTL)","menu":"Izmeni link","name":"Naziv","noAnchors":"(Nema dostupnih sidra)","noEmail":"Otkucajte adresu elektronske pote","noUrl":"Unesite URL linka","other":"<оÑÑало>","popupDependent":"Zavisno (Netscape)","popupFeatures":"MoguÄnosti popup prozora","popupFullScreen":"Prikaz preko celog ekrana (IE)","popupLeft":"Od leve ivice ekrana (px)","popupLocationBar":"Lokacija","popupMenuBar":"Kontekstni meni","popupResizable":"Promenljive veliÄine","popupScrollBars":"Scroll bar","popupStatusBar":"Statusna linija","popupToolbar":"Toolbar","popupTop":"Od vrha ekrana (px)","rel":"Odnos","selectAnchor":"Odaberi sidro","styles":"Stil","tabIndex":"Tab indeks","target":"Meta","targetFrame":"<okvir>","targetFrameName":"Naziv odrediÅ¡nog frejma","targetPopup":"<popup prozor>","targetPopupName":"Naziv popup prozora","title":"Link","toAnchor":"Sidro na ovoj stranici","toEmail":"E-Mail","toUrl":"URL","toolbar":"Unesi/izmeni link","type":"Vrsta linka","unlink":"Ukloni link","upload":"PoÅ¡alji"},"indent":{"indent":"UveÄaj levu marginu","outdent":"Smanji levu marginu"},"image":{"alt":"Alternativni tekst","border":"Okvir","btnUpload":"PoÅ¡alji na server","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"HSpace","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"Info slike","linkTab":"Link","lockRatio":"ZakljuÄaj odnos","menu":"Osobine slika","resetSize":"Resetuj veliÄinu","title":"Osobine slika","titleButton":"Osobine dugmeta sa slikom","upload":"PoÅ¡alji","urlMissing":"Image source URL is missing.","vSpace":"VSpace","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"horizontalrule":{"toolbar":"Unesi horizontalnu liniju"},"format":{"label":"Format","panelTitle":"Format","tag_address":"Adresa","tag_div":"Normalno (DIV)","tag_h1":"Naslov 1","tag_h2":"Naslov 2","tag_h3":"Naslov 3","tag_h4":"Naslov 4","tag_h5":"Naslov 5","tag_h6":"Naslov 6","tag_p":"Normal","tag_pre":"Formatirano"},"fakeobjects":{"anchor":"Unesi/izmeni sidro","flash":"Flash Animation","hiddenfield":"Skriveno polje","iframe":"IFrame","unknown":"Unknown Object"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"contextmenu":{"options":"Context Menu Options"},"clipboard":{"copy":"Kopiraj","copyError":"Sigurnosna podeÅ¡avanja VaÅ¡eg pretraživaÄa ne dozvoljavaju operacije automatskog kopiranja teksta. Molimo Vas da koristite preÄicu sa tastature (Ctrl/Cmd+C).","cut":"Iseci","cutError":"Sigurnosna podeÅ¡avanja VaÅ¡eg pretraživaÄa ne dozvoljavaju operacije automatskog isecanja teksta. Molimo Vas da koristite preÄicu sa tastature (Ctrl/Cmd+X).","paste":"Zalepi","pasteArea":"Prostor za lepljenje","pasteMsg":"Molimo Vas da zalepite unutar donje povrine koristeÄi tastaturnu preÄicu (<STRONG>Ctrl/Cmd+V</STRONG>) i da pritisnete <STRONG>OK</STRONG>.","securityMsg":"Zbog sigurnosnih postavki vaÅ¡eg pregledaÄa, editor nije u moguÄnosti da direktno pristupi podacima u klipbordu. Potrebno je da zalepite joÅ¡ jednom u ovom prozoru.","title":"Zalepi"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"Block Quote"},"basicstyles":{"bold":"Podebljano","italic":"Kurziv","strike":"Precrtano","subscript":"Indeks","superscript":"Stepen","underline":"PodvuÄeno"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"About CKEditor","help":"Check $1 for help.","moreInfo":"For licensing information please visit our web site:","title":"About CKEditor","userGuide":"CKEditor User's Guide"},"editor":"Bogati ureÄivaÄ teksta","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"Pretraži server","url":"URL","protocol":"Protokol","upload":"PoÅ¡alji","uploadSubmit":"PoÅ¡alji na server","image":"Slika","flash":"FleÅ¡","form":"Forma","checkbox":"Polje za potvrdu","radio":"Radio-dugme","textField":"Tekstualno polje","textarea":"Zona teksta","hiddenField":"Skriveno polje","button":"Dugme","select":"Izborno polje","imageButton":"Dugme sa slikom","notSet":"<nije postavljeno>","id":"Id","name":"Naziv","langDir":"Smer jezika","langDirLtr":"S leva na desno (LTR)","langDirRtl":"S desna na levo (RTL)","langCode":"Kôd jezika","longDescr":"Pun opis URL","cssClass":"Stylesheet klase","advisoryTitle":"Advisory naslov","cssStyle":"Stil","ok":"OK","cancel":"Otkaži","close":"Zatvori","preview":"Izgled stranice","resize":"Resize","generalTab":"OpÅ¡te","advancedTab":"Napredni tagovi","validateNumberFailed":"Ova vrednost nije broj.","confirmNewPage":"NesaÄuvane promene ovog sadržaja Äe biti izgubljene. Jeste li sigurni da želita da uÄitate novu stranu?","confirmCancel":"You have changed some options. Are you sure you want to close the dialog window?","options":"Opcije","target":"Meta","targetNew":"Novi prozor (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Isti prozor (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"S leva na desno (LTR)","langDirRTL":"S desna na levo (RTL)","styles":"Stil","cssClasses":"Stylesheet klase","width":"Å irina","height":"Visina","align":"Ravnanje","alignLeft":"Levo","alignRight":"Desno","alignCenter":"Sredina","alignJustify":"Obostrano ravnanje","alignTop":"Vrh","alignMiddle":"Sredina","alignBottom":"Dole","alignNone":"None","invalidValue":"Invalid value.","invalidHeight":"Visina mora biti broj.","invalidWidth":"Å irina mora biti broj.","invalidCssLength":"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, unavailable</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/sr.js b/public/assets/ckeditor/lang/sr.js new file mode 100644 index 0000000..968c717 --- /dev/null +++ b/public/assets/ckeditor/lang/sr.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['sr']={"wsc":{"btnIgnore":"ÐгноÑиÑи","btnIgnoreAll":"ÐгноÑиÑи Ñве","btnReplace":"Ðамени","btnReplaceAll":"Ðамени Ñве","btnUndo":"ÐÑаÑи акÑиÑÑ","changeTo":"Ðзмени","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"ÐÑовеÑа ÑпеловаÑа ниÑе инÑÑалиÑана. Ðа ли желиÑе да Ñе ÑкинеÑе Ñа ÐнÑеÑнеÑа?","manyChanges":"ÐÑовеÑа ÑпеловаÑа завÑÑена: %1 ÑеÑ(и) Ñе измеÑено","noChanges":"ÐÑовеÑа ÑпеловаÑа завÑÑена: ÐиÑе измеÑена ниÑедна ÑеÑ","noMispell":"ÐÑовеÑа ÑпеловаÑа завÑÑена: гÑеÑке ниÑÑ Ð¿ÑонаÑене","noSuggestions":"- Ðез ÑÑгеÑÑиÑа -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"ÐиÑе Ñ ÑеÑникÑ","oneChange":"ÐÑовеÑа ÑпеловаÑа завÑÑена: ÐзмеÑена Ñе Ñедна ÑеÑ","progress":"ÐÑовеÑа ÑпеловаÑа Ñ ÑокÑ...","title":"Spell Checker","toolbar":"ÐÑовеÑи ÑпеловаÑе"},"undo":{"redo":"Ðонови акÑиÑÑ","undo":"ÐониÑÑи акÑиÑÑ"},"toolbar":{"toolbarCollapse":"Склопи алаÑÐ½Ñ ÑÑакÑ","toolbarExpand":"ÐÑоÑиÑи алаÑÐ½Ñ ÑÑакÑ","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"ÐдиÑÐ¾Ñ Ð°Ð»Ð°Ñне ÑÑаке"},"table":{"border":"ÐелиÑина оквиÑа","caption":"ÐаÑлов Ñабеле","cell":{"menu":"Cell","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"ÐбÑиÑи ÑелиÑе","merge":"Ð¡Ð¿Ð¾Ñ ÑелиÑе","mergeRight":"Merge Right","mergeDown":"Merge Down","splitHorizontal":"Split Cell Horizontally","splitVertical":"Split Cell Vertically","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Word Wrap","hAlign":"Horizontal Alignment","vAlign":"Vertical Alignment","alignBaseline":"Baseline","bgColor":"Background Color","borderColor":"Border Color","data":"Data","header":"Header","yes":"Yes","no":"No","invalidWidth":"Cell width must be a number.","invalidHeight":"Cell height must be a number.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"Choose"},"cellPad":"Размак ÑелиÑа","cellSpace":"ÐелиÑÑки пÑоÑÑоÑ","column":{"menu":"Column","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"ÐбÑиÑи колоне"},"columns":"Kолона","deleteTable":"ÐбÑиÑи ÑаблÑ","headers":"ÐоглавÑа","headersBoth":"Ðба","headersColumn":"ÐÑва колона","headersNone":"None","headersRow":"ÐÑви Ñед","invalidBorder":"ÐелиÑина ивиÑе ÑÑеба да бÑде ÑиÑÑа.","invalidCellPadding":"ÐÑÑеÑе ÑелиÑе ÑÑеба да бÑде позиÑивна ÑиÑÑа.","invalidCellSpacing":"Размак ÑелиÑе ÑÑеба да бÑде позиÑивна ÑиÑÑа.","invalidCols":"ÐÑÐ¾Ñ ÐºÐ¾Ð»Ð¾Ð½Ð° ÑÑеба да бÑде ÑиÑÑа веÑа од 0.","invalidHeight":"ÐиÑина Ñабеле ÑÑеба да бÑде ÑиÑÑа.","invalidRows":"ÐÑÐ¾Ñ Ñеда ÑÑеба да бÑде ÑиÑÑа веÑа од 0.","invalidWidth":"ШиÑина Ñабеле ÑÑеба да бÑде ÑиÑÑа.","menu":"ÐÑобине Ñабеле","row":{"menu":"Row","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"ÐбÑиÑи Ñедове"},"rows":"Редова","summary":"Резиме","title":"ÐÑобине Ñабеле","toolbar":"Табела","widthPc":"пÑоÑенаÑа","widthPx":"пикÑела","widthUnit":"ÑединиÑа ÑиÑине"},"stylescombo":{"label":"СÑил","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"specialchar":{"options":"ÐпÑиÑе ÑпеÑиÑалног каÑакÑеÑа","title":"ÐдабеÑиÑе ÑпеÑиÑални каÑакÑеÑ","toolbar":"УнеÑи ÑпеÑиÑални каÑакÑеÑ"},"sourcearea":{"toolbar":"Kôд"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"Уклони ÑоÑмаÑиÑаÑе"},"pastetext":{"button":"Ðалепи као ÑиÑÑ ÑекÑÑ","title":"Ðалепи као ÑиÑÑ ÑекÑÑ"},"pastefromword":{"confirmCleanup":"The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?","error":"It was not possible to clean up the pasted data due to an internal error","title":"Ðалепи из Worda","toolbar":"Ðалепи из Worda"},"maximize":{"maximize":"Maximize","minimize":"Minimize"},"magicline":{"title":"Insert paragraph here"},"list":{"bulletedlist":"ÐенабÑоÑива лиÑÑа","numberedlist":"ÐабÑоÑÐ¸Ð²Ñ Ð»Ð¸ÑÑÑ"},"link":{"acccessKey":"ÐÑиÑÑÑпни ÑаÑÑеÑ","advanced":"ÐапÑедни Ñагови","advisoryContentType":"Advisory вÑÑÑа ÑадÑжаÑа","advisoryTitle":"Advisory наÑлов","anchor":{"toolbar":"УнеÑи/измени ÑидÑо","menu":"ÐÑобине ÑидÑа","title":"ÐÑобине ÑидÑа","name":"Ðме ÑидÑа","errorName":"Ðолимо ÐÐ°Ñ Ð´Ð° ÑнеÑеÑе име ÑидÑа","remove":"Remove Anchor"},"anchorId":"Ðo Ðд-jÑ ÐµÐ»ÐµÐ¼ÐµÐ½Ñа","anchorName":"Ðо Ð½Ð°Ð·Ð¸Ð²Ñ ÑидÑа","charset":"Linked Resource Charset","cssClasses":"Stylesheet клаÑе","emailAddress":"ÐдÑеÑа елекÑÑонÑке поÑÑе","emailBody":"СадÑÐ¶Ð°Ñ Ð¿Ð¾ÑÑке","emailSubject":"ÐаÑлов","id":"Ðд","info":"Ðинк инÑо","langCode":"Ð¡Ð¼ÐµÑ Ñезика","langDir":"Ð¡Ð¼ÐµÑ Ñезика","langDirLTR":"С лева на деÑно (LTR)","langDirRTL":"С деÑна на лево (RTL)","menu":"ÐÑомени линк","name":"Ðазив","noAnchors":"(Ðема доÑÑÑÐ¿Ð½Ð¸Ñ ÑидÑа)","noEmail":"ÐÑкÑÑаÑÑе адÑеÑÑ ÐµÐ»ÐµÐºÑÑонÑке поÑÑе","noUrl":"УнеÑиÑе УРРлинка","other":"<дÑÑго>","popupDependent":"ÐавиÑно (Netscape)","popupFeatures":"ÐогÑÑноÑÑи иÑкаÑÑÑег пÑозоÑа","popupFullScreen":"ÐÑиказ пÑеко Ñелог екÑана (ÐE)","popupLeft":"Ðд леве ивиÑе екÑана (пикÑела)","popupLocationBar":"ÐокаÑиÑа","popupMenuBar":"ÐонÑекÑÑни мени","popupResizable":"ÐелиÑина Ñе меÑа","popupScrollBars":"СкÑол баÑ","popupStatusBar":"СÑаÑÑÑна линиÑа","popupToolbar":"Toolbar","popupTop":"Ðд вÑÑ Ð° екÑана (пикÑела)","rel":"ÐдноÑ","selectAnchor":"ÐдабеÑи ÑидÑо","styles":"СÑил","tabIndex":"Таб индекÑ","target":"MeÑa","targetFrame":"<оквиÑ>","targetFrameName":"Ðазив одÑедиÑног ÑÑеÑма","targetPopup":"<иÑкаÑÑÑи пÑозоÑ>","targetPopupName":"Ðазив иÑкаÑÑÑег пÑозоÑа","title":"Ðинк","toAnchor":"СидÑо на Ð¾Ð²Ð¾Ñ ÑÑÑаниÑи","toEmail":"EлекÑÑонÑка поÑÑа","toUrl":"УРÐ","toolbar":"УнеÑи/измени линк","type":"ÐÑÑÑа линка","unlink":"Уклони линк","upload":"ÐоÑаÑи"},"indent":{"indent":"УвеÑÐ°Ñ Ð»ÐµÐ²Ñ Ð¼Ð°ÑгинÑ","outdent":"СмаÑи Ð»ÐµÐ²Ñ Ð¼Ð°ÑгинÑ"},"image":{"alt":"ÐлÑеÑнаÑивни ÑекÑÑ","border":"ÐквиÑ","btnUpload":"ÐоÑаÑи на ÑеÑвеÑ","button2Img":"Ðа ли желиÑе да пÑомениÑе одабÑÐ°Ð½Ñ ÑÐ»Ð¸ÐºÑ Ð´ÑгмеÑа као ÑедноÑÑÐ°Ð²Ð½Ñ ÑликÑ?","hSpace":"HSpace","img2Button":"Ðа ли желиÑе да пÑомениÑе одабÑÐ°Ð½Ñ ÑÐ»Ð¸ÐºÑ Ñ ÑÐ»Ð¸ÐºÑ Ð´ÑгмеÑа?","infoTab":"ÐнÑо Ñлике","linkTab":"Ðинк","lockRatio":"ÐакÑÑÑÐ°Ñ Ð¾Ð´Ð½Ð¾Ñ","menu":"ÐÑобине Ñлика","resetSize":"РеÑеÑÑÑ Ð²ÐµÐ»Ð¸ÑинÑ","title":"ÐÑобине Ñлика","titleButton":"ÐÑобине дÑгмеÑа Ñа Ñликом","upload":"ÐоÑаÑи","urlMissing":"ÐедоÑÑаÑе УРРÑлике.","vSpace":"VSpace","validateBorder":"ÐвиÑа ÑÑеба да бÑде ÑиÑÑа.","validateHSpace":"HSpace ÑÑеба да бÑде ÑиÑÑа.","validateVSpace":"VSpace ÑÑеба да бÑде ÑиÑÑа."},"horizontalrule":{"toolbar":"УнеÑи Ñ Ð¾ÑизонÑÐ°Ð»Ð½Ñ Ð»Ð¸Ð½Ð¸ÑÑ"},"format":{"label":"ФоÑмаÑ","panelTitle":"ФоÑмаÑ","tag_address":"Adresa","tag_div":"ÐоÑмално (DIV)","tag_h1":"Heading 1","tag_h2":"Heading 2","tag_h3":"Heading 3","tag_h4":"Heading 4","tag_h5":"Heading 5","tag_h6":"Heading 6","tag_p":"Normal","tag_pre":"Formatirano"},"fakeobjects":{"anchor":"Anchor","flash":"Flash Animation","hiddenfield":"Hidden Field","iframe":"IFrame","unknown":"Unknown Object"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"contextmenu":{"options":"Context Menu Options"},"clipboard":{"copy":"ÐопиÑаÑ","copyError":"СигÑÑноÑна подеÑаваÑа ÐаÑег пÑеÑÑаживаÑа не дозвоÑаваÑÑ Ð¾Ð¿ÐµÑаÑиÑе аÑÑомаÑÑког копиÑаÑа ÑекÑÑа. Ðолимо ÐÐ°Ñ Ð´Ð° коÑиÑÑиÑе пÑеÑиÑÑ Ñа ÑаÑÑаÑÑÑе (Ctrl/Cmd+C).","cut":"ÐÑеÑи","cutError":"СигÑÑноÑна подеÑаваÑа ÐаÑег пÑеÑÑаживаÑа не дозвоÑаваÑÑ Ð¾Ð¿ÐµÑаÑиÑе аÑÑомаÑÑког иÑеÑаÑа ÑекÑÑа. Ðолимо ÐÐ°Ñ Ð´Ð° коÑиÑÑиÑе пÑеÑиÑÑ Ñа ÑаÑÑаÑÑÑе (Ctrl/Cmd+X).","paste":"Ðалепи","pasteArea":"Ðалепи зонÑ","pasteMsg":"Ðолимо ÐÐ°Ñ Ð´Ð° залепиÑе ÑнÑÑÐ°Ñ Ð´Ð¾Ñе повÑÑине коÑиÑÑеÑи ÑаÑÑаÑÑÑÐ½Ñ Ð¿ÑеÑиÑÑ (<STRONG>Ctrl/Cmd+V</STRONG>) и да пÑиÑиÑнеÑе <STRONG>OK</STRONG>.","securityMsg":"Ðбог ÑигÑÑноÑÐ½Ð¸Ñ Ð¿Ð¾Ð´ÐµÑаваÑа пÑеÑÑаживаÑа, едиÑÐ¾Ñ Ð½Ðµ може да пÑиÑÑÑпи оÑÑавÑ. ТÑебаÑе да га поново залепиÑе Ñ Ð¾Ð²Ð¾Ð¼ пÑозоÑÑ.","title":"Ðалепи"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"Block Quote"},"basicstyles":{"bold":"ÐодебÑано","italic":"ÐÑÑзив","strike":"ÐÑеÑÑÑано","subscript":"ÐндекÑ","superscript":"СÑепен","underline":"ÐодвÑÑено"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"About CKEditor","help":"Check $1 for help.","moreInfo":"For licensing information please visit our web site:","title":"About CKEditor","userGuide":"CKEditor User's Guide"},"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"ÐÑеÑÑажи ÑеÑвеÑ","url":"УРÐ","protocol":"ÐÑоÑокол","upload":"ÐоÑаÑи","uploadSubmit":"ÐоÑаÑи на ÑеÑвеÑ","image":"Слика","flash":"Ð¤Ð»ÐµÑ ÐµÐ»ÐµÐ¼ÐµÐ½Ñ","form":"ФоÑма","checkbox":"ÐоÑе за поÑвÑдÑ","radio":"Радио-дÑгме","textField":"ТекÑÑÑално поÑе","textarea":"Ðона ÑекÑÑа","hiddenField":"СкÑивено поÑе","button":"ÐÑгме","select":"ÐзбоÑно поÑе","imageButton":"ÐÑгме Ñа Ñликом","notSet":"<ниÑе поÑÑавÑено>","id":"Ðд","name":"Ðазив","langDir":"Ð¡Ð¼ÐµÑ Ñезика","langDirLtr":"С лева на деÑно (LTR)","langDirRtl":"С деÑна на лево (RTL)","langCode":"Kôд Ñезика","longDescr":"ÐÑн Ð¾Ð¿Ð¸Ñ Ð£Ð Ð","cssClass":"Stylesheet клаÑе","advisoryTitle":"Advisory наÑлов","cssStyle":"СÑил","ok":"OK","cancel":"OÑкажи","close":"ÐаÑвоÑи","preview":"Ðзглед ÑÑÑаниÑе","resize":"Resize","generalTab":"ÐпÑÑе","advancedTab":"ÐапÑедни Ñагови","validateNumberFailed":"Ðва вÑедноÑÑ Ð½Ð¸Ñе ÑигÑа.","confirmNewPage":"Any unsaved changes to this content will be lost. Are you sure you want to load new page?","confirmCancel":"You have changed some options. Are you sure you want to close the dialog window?","options":"ÐпÑиÑе","target":"MeÑa","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"С лева на деÑно (LTR)","langDirRTL":"С деÑна на лево (RTL)","styles":"СÑил","cssClasses":"Stylesheet клаÑе","width":"ШиÑина","height":"ÐиÑина","align":"РавнаÑе","alignLeft":"Ðево","alignRight":"ÐеÑно","alignCenter":"СÑедина","alignJustify":"ÐбоÑÑÑано ÑавнаÑе","alignTop":"ÐÑÑ ","alignMiddle":"СÑедина","alignBottom":"Ðоле","alignNone":"None","invalidValue":"Invalid value.","invalidHeight":"Height must be a number.","invalidWidth":"Width must be a number.","invalidCssLength":"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, unavailable</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/sv.js b/public/assets/ckeditor/lang/sv.js new file mode 100644 index 0000000..70cd3c4 --- /dev/null +++ b/public/assets/ckeditor/lang/sv.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['sv']={"wsc":{"btnIgnore":"Ignorera","btnIgnoreAll":"Ignorera alla","btnReplace":"Ersätt","btnReplaceAll":"Ersätt alla","btnUndo":"à ngra","changeTo":"Ãndra till","errorLoading":"Tjänsten är ej tillgänglig: %s.","ieSpellDownload":"Stavningskontrollen är ej installerad. Vill du göra det nu?","manyChanges":"Stavningskontroll slutförd: %1 ord rättades.","noChanges":"Stavningskontroll slutförd: Inga ord rättades.","noMispell":"Stavningskontroll slutförd: Inga stavfel pÃ¥träffades.","noSuggestions":"- Förslag saknas -","notAvailable":"Tyvärr är tjänsten ej tillgänglig nu","notInDic":"Saknas i ordlistan","oneChange":"Stavningskontroll slutförd: Ett ord rättades.","progress":"Stavningskontroll pÃ¥gÃ¥r...","title":"Kontrollera stavning","toolbar":"Stavningskontroll"},"undo":{"redo":"Gör om","undo":"à ngra"},"toolbar":{"toolbarCollapse":"Dölj verktygsfält","toolbarExpand":"Visa verktygsfält","toolbarGroups":{"document":"Dokument","clipboard":"Urklipp/Ã¥ngra","editing":"Redigering","forms":"Formulär","basicstyles":"Basstilar","paragraph":"Paragraf","links":"Länkar","insert":"Infoga","styles":"Stilar","colors":"Färger","tools":"Verktyg"},"toolbars":"Redigera verktygsfält"},"table":{"border":"Kantstorlek","caption":"Rubrik","cell":{"menu":"Cell","insertBefore":"Lägg till cell före","insertAfter":"Lägg till cell efter","deleteCell":"Radera celler","merge":"Sammanfoga celler","mergeRight":"Sammanfoga höger","mergeDown":"Sammanfoga ner","splitHorizontal":"Dela cell horisontellt","splitVertical":"Dela cell vertikalt","title":"Egenskaper för cell","cellType":"Celltyp","rowSpan":"Rad spann","colSpan":"Kolumnen spann","wordWrap":"Radbrytning","hAlign":"Horisontell justering","vAlign":"Vertikal justering","alignBaseline":"Baslinje","bgColor":"Bakgrundsfärg","borderColor":"Ramfärg","data":"Data","header":"Rubrik","yes":"Ja","no":"Nej","invalidWidth":"Cellens bredd mÃ¥ste vara ett nummer.","invalidHeight":"Cellens höjd mÃ¥ste vara ett nummer.","invalidRowSpan":"Radutvidgning mÃ¥ste vara ett heltal.","invalidColSpan":"Kolumn mÃ¥ste vara ett heltal.","chooseColor":"Välj"},"cellPad":"Cellutfyllnad","cellSpace":"CellavstÃ¥nd","column":{"menu":"Kolumn","insertBefore":"Lägg till kolumn före","insertAfter":"Lägg till kolumn efter","deleteColumn":"Radera kolumn"},"columns":"Kolumner","deleteTable":"Radera tabell","headers":"Rubriker","headersBoth":"BÃ¥da","headersColumn":"Första kolumnen","headersNone":"Ingen","headersRow":"Första raden","invalidBorder":"Ram mÃ¥ste vara ett nummer.","invalidCellPadding":"Luft i cell mÃ¥ste vara ett nummer.","invalidCellSpacing":"Luft i cell mÃ¥ste vara ett nummer.","invalidCols":"Antal kolumner mÃ¥ste vara ett nummer större än 0.","invalidHeight":"Tabellens höjd mÃ¥ste vara ett nummer.","invalidRows":"Antal rader mÃ¥ste vara större än 0.","invalidWidth":"Tabell mÃ¥ste vara ett nummer.","menu":"Tabellegenskaper","row":{"menu":"Rad","insertBefore":"Lägg till rad före","insertAfter":"Lägg till rad efter","deleteRow":"Radera rad"},"rows":"Rader","summary":"Sammanfattning","title":"Tabellegenskaper","toolbar":"Tabell","widthPc":"procent","widthPx":"pixlar","widthUnit":"enhet bredd"},"stylescombo":{"label":"Anpassad stil","panelTitle":"Formatmallar","panelTitle1":"Blockstil","panelTitle2":"Inbäddad stil","panelTitle3":"Objektets stil"},"specialchar":{"options":"Alternativ för utökade tecken","title":"Välj utökat tecken","toolbar":"Klistra in utökat tecken"},"sourcearea":{"toolbar":"Källa"},"scayt":{"btn_about":"Om SCAYT","btn_dictionaries":"Ordlistor","btn_disable":"Inaktivera SCAYT","btn_enable":"Aktivera SCAYT","btn_langs":"SprÃ¥k","btn_options":"Inställningar","text_title":"Stavningskontroll medan du skriver"},"removeformat":{"toolbar":"Radera formatering"},"pastetext":{"button":"Klistra in som vanlig text","title":"Klistra in som vanlig text"},"pastefromword":{"confirmCleanup":"Texten du vill klistra in verkar vara kopierad frÃ¥n Word. Vill du rensa den innan du klistrar in den?","error":"Det var inte möjligt att städa upp den inklistrade data pÃ¥ grund av ett internt fel","title":"Klistra in frÃ¥n Word","toolbar":"Klistra in frÃ¥n Word"},"maximize":{"maximize":"Maximera","minimize":"Minimera"},"magicline":{"title":"Infoga paragraf här"},"list":{"bulletedlist":"Infoga/ta bort punktlista","numberedlist":"Infoga/ta bort numrerad lista"},"link":{"acccessKey":"Behörighetsnyckel","advanced":"Avancerad","advisoryContentType":"InnehÃ¥llstyp","advisoryTitle":"Titel","anchor":{"toolbar":"Infoga/Redigera ankarlänk","menu":"Egenskaper för ankarlänk","title":"Egenskaper för ankarlänk","name":"Ankarnamn","errorName":"Var god ange ett ankarnamn","remove":"Radera ankare"},"anchorId":"Efter element-id","anchorName":"Efter ankarnamn","charset":"Teckenuppställning","cssClasses":"Stilmall","emailAddress":"E-postadress","emailBody":"InnehÃ¥ll","emailSubject":"Ãmne","id":"Id","info":"Länkinformation","langCode":"SprÃ¥kkod","langDir":"SprÃ¥kriktning","langDirLTR":"Vänster till höger (VTH)","langDirRTL":"Höger till vänster (HTV)","menu":"Redigera länk","name":"Namn","noAnchors":"(Inga ankare kunde hittas)","noEmail":"Var god ange e-postadress","noUrl":"Var god ange länkens URL","other":"<annan>","popupDependent":"Beroende (endast Netscape)","popupFeatures":"Popup-fönstrets egenskaper","popupFullScreen":"Helskärm (endast IE)","popupLeft":"Position frÃ¥n vänster","popupLocationBar":"Adressfält","popupMenuBar":"Menyfält","popupResizable":"Resizable","popupScrollBars":"Scrolllista","popupStatusBar":"Statusfält","popupToolbar":"Verktygsfält","popupTop":"Position frÃ¥n sidans topp","rel":"FörhÃ¥llande","selectAnchor":"Välj ett ankare","styles":"Stilmall","tabIndex":"Tabindex","target":"MÃ¥l","targetFrame":"<ram>","targetFrameName":"MÃ¥lets ramnamn","targetPopup":"<popup-fönster>","targetPopupName":"Popup-fönstrets namn","title":"Länk","toAnchor":"Länk till ankare i texten","toEmail":"E-post","toUrl":"URL","toolbar":"Infoga/Redigera länk","type":"Länktyp","unlink":"Radera länk","upload":"Ladda upp"},"indent":{"indent":"Ãka indrag","outdent":"Minska indrag"},"image":{"alt":"Alternativ text","border":"Kant","btnUpload":"Skicka till server","button2Img":"Vill du omvandla den valda bildknappen pÃ¥ en enkel bild?","hSpace":"Horis. marginal","img2Button":"Vill du omvandla den valda bildknappen pÃ¥ en enkel bild?","infoTab":"Bildinformation","linkTab":"Länk","lockRatio":"LÃ¥s höjd/bredd förhÃ¥llanden","menu":"Bildegenskaper","resetSize":"à terställ storlek","title":"Bildegenskaper","titleButton":"Egenskaper för bildknapp","upload":"Ladda upp","urlMissing":"Bildkällans URL saknas.","vSpace":"Vert. marginal","validateBorder":"Kantlinje mÃ¥ste vara ett heltal.","validateHSpace":"HSpace mÃ¥ste vara ett heltal.","validateVSpace":"VSpace mÃ¥ste vara ett heltal."},"horizontalrule":{"toolbar":"Infoga horisontal linje"},"format":{"label":"Teckenformat","panelTitle":"Teckenformat","tag_address":"Adress","tag_div":"Normal (DIV)","tag_h1":"Rubrik 1","tag_h2":"Rubrik 2","tag_h3":"Rubrik 3","tag_h4":"Rubrik 4","tag_h5":"Rubrik 5","tag_h6":"Rubrik 6","tag_p":"Normal","tag_pre":"Formaterad"},"fakeobjects":{"anchor":"Ankare","flash":"Flashanimation","hiddenfield":"Gömt fält","iframe":"iFrame","unknown":"Okänt objekt"},"elementspath":{"eleLabel":"Elementets sökväg","eleTitle":"%1 element"},"contextmenu":{"options":"Context Menu Options"},"clipboard":{"copy":"Kopiera","copyError":"Säkerhetsinställningar i Er webbläsare tillÃ¥ter inte Ã¥tgärden kopiera. Använd (Ctrl/Cmd+C) istället.","cut":"Klipp ut","cutError":"Säkerhetsinställningar i Er webbläsare tillÃ¥ter inte Ã¥tgärden klipp ut. Använd (Ctrl/Cmd+X) istället.","paste":"Klistra in","pasteArea":"Paste Area","pasteMsg":"Var god och klistra in Er text i rutan nedan genom att använda (<strong>Ctrl/Cmd+V</strong>) klicka sen pÃ¥ OK.","securityMsg":"PÃ¥ grund av din webbläsares säkerhetsinställningar kan verktyget inte fÃ¥ Ã¥tkomst till urklippsdatan. Var god och använd detta fönster istället.","title":"Klistra in"},"button":{"selectedLabel":"%1 (Vald)"},"blockquote":{"toolbar":"Blockcitat"},"basicstyles":{"bold":"Fet","italic":"Kursiv","strike":"Genomstruken","subscript":"Nedsänkta tecken","superscript":"Upphöjda tecken","underline":"Understruken"},"about":{"copy":"Copyright © $1. Alla rättigheter reserverade.","dlgTitle":"Om CKEditor","help":"Se $1 för hjälp.","moreInfo":"För information av licensiering besök vÃ¥r hemsida:","title":"Om CKEditor","userGuide":"CKEditor User's Guide"},"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Tryck ALT 0 för hjälp","browseServer":"Bläddra pÃ¥ server","url":"URL","protocol":"Protokoll","upload":"Ladda upp","uploadSubmit":"Skicka till server","image":"Bild","flash":"Flash","form":"Formulär","checkbox":"Kryssruta","radio":"Alternativknapp","textField":"Textfält","textarea":"Textruta","hiddenField":"Dolt fält","button":"Knapp","select":"Flervalslista","imageButton":"Bildknapp","notSet":"<ej angivet>","id":"Id","name":"Namn","langDir":"SprÃ¥kriktning","langDirLtr":"Vänster till Höger (VTH)","langDirRtl":"Höger till Vänster (HTV)","langCode":"SprÃ¥kkod","longDescr":"URL-beskrivning","cssClass":"Stilmall","advisoryTitle":"Titel","cssStyle":"Stilmall","ok":"OK","cancel":"Avbryt","close":"Stäng","preview":"Förhandsgranska","resize":"Dra för att ändra storlek","generalTab":"Allmänt","advancedTab":"Avancerad","validateNumberFailed":"Värdet är inte ett nummer.","confirmNewPage":"Alla ändringar i innehÃ¥llet kommer att förloras. Ãr du säker pÃ¥ att du vill ladda en ny sida?","confirmCancel":"NÃ¥gra av alternativen har ändrats. Ãr du säker pÃ¥ att du vill stänga dialogrutan?","options":"Alternativ","target":"MÃ¥l","targetNew":"Nytt fönster (_blank)","targetTop":"Ãversta fönstret (_top)","targetSelf":"Samma fönster (_self)","targetParent":"FöregÃ¥ende fönster (_parent)","langDirLTR":"Vänster till höger (LTR)","langDirRTL":"Höger till vänster (RTL)","styles":"Stil","cssClasses":"Stilmallar","width":"Bredd","height":"Höjd","align":"Justering","alignLeft":"Vänster","alignRight":"Höger","alignCenter":"Centrerad","alignJustify":"Justera till marginaler","alignTop":"Ãverkant","alignMiddle":"Mitten","alignBottom":"Nederkant","alignNone":"Ingen","invalidValue":"Felaktigt värde.","invalidHeight":"Höjd mÃ¥ste vara ett nummer.","invalidWidth":"Bredd mÃ¥ste vara ett nummer.","invalidCssLength":"Värdet för fältet \"%1\" mÃ¥ste vara ett positivt nummer med eller utan CSS-mätenheter (px, %, in, cm, mm, em, ex, pt, eller pc).","invalidHtmlLength":"Värdet för fältet \"%1\" mÃ¥ste vara ett positivt nummer med eller utan godkända HTML-mätenheter (px eller %).","invalidInlineStyle":"Det angivna värdet för style mÃ¥ste innehÃ¥lla en eller flera tupler separerade med semikolon i följande format: \"name : value\"","cssLengthTooltip":"Ange ett nummer i pixlar eller ett nummer men godkänd CSS-mätenhet (px, %, in, cm, mm, em, ex, pt, eller pc).","unavailable":"%1<span class=\"cke_accessibility\">, Ej tillgänglig</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/th.js b/public/assets/ckeditor/lang/th.js new file mode 100644 index 0000000..50df4b7 --- /dev/null +++ b/public/assets/ckeditor/lang/th.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['th']={"wsc":{"btnIgnore":"ยà¸à¹à¸§à¹à¸","btnIgnoreAll":"ยà¸à¹à¸§à¹à¸à¸à¸±à¹à¸à¸«à¸¡à¸","btnReplace":"à¹à¸à¸à¸à¸µà¹","btnReplaceAll":"à¹à¸à¸à¸à¸µà¹à¸à¸±à¹à¸à¸«à¸¡à¸","btnUndo":"ยà¸à¹à¸¥à¸´à¸","changeTo":"à¹à¸à¹à¹à¸à¹à¸à¹à¸","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"à¹à¸¡à¹à¹à¸à¹à¸à¸´à¸à¸à¸±à¹à¸à¸£à¸°à¸à¸à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸. à¸à¹à¸à¸à¸à¸²à¸£à¸à¸´à¸à¸à¸±à¹à¸à¹à¸«à¸¡à¸à¸£à¸±à¸?","manyChanges":"à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸à¹à¸ªà¸£à¹à¸à¸ªà¸´à¹à¸:: à¹à¸à¹à¹à¸ %1 à¸à¸³","noChanges":"à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸à¹à¸ªà¸£à¹à¸à¸ªà¸´à¹à¸: à¹à¸¡à¹à¸¡à¸µà¸à¸²à¸£à¹à¸à¹à¸à¸³à¹à¸à¹","noMispell":"à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸à¹à¸ªà¸£à¹à¸à¸ªà¸´à¹à¸: à¹à¸¡à¹à¸à¸à¸à¸³à¸ªà¸°à¸à¸à¸à¸´à¸","noSuggestions":"- à¹à¸¡à¹à¸¡à¸µà¸à¸³à¹à¸à¸°à¸à¸³à¹à¸à¹ -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"à¹à¸¡à¹à¸à¸à¹à¸à¸à¸´à¸à¸à¸±à¸à¸à¸²à¸£à¸µ","oneChange":"à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸à¹à¸ªà¸£à¹à¸à¸ªà¸´à¹à¸: à¹à¸à¹à¹à¸1à¸à¸³","progress":"à¸à¸³à¸¥à¸±à¸à¸à¸£à¸§à¸à¸ªà¸à¸à¸à¸³à¸ªà¸°à¸à¸...","title":"Spell Checker","toolbar":"à¸à¸£à¸§à¸à¸à¸²à¸£à¸ªà¸°à¸à¸à¸à¸³"},"undo":{"redo":"à¸à¸³à¸à¹à¸³à¸à¸³à¸ªà¸±à¹à¸","undo":"ยà¸à¹à¸¥à¸´à¸à¸à¸³à¸ªà¸±à¹à¸"},"toolbar":{"toolbarCollapse":"à¸à¹à¸à¸à¹à¸à¸à¹à¸à¸£à¸·à¹à¸à¸à¸¡à¸·à¸","toolbarExpand":"à¹à¸à¸´à¸à¹à¸à¸à¹à¸à¸£à¸·à¹à¸à¸à¸¡à¸·à¸","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"à¹à¸à¸à¹à¸à¸£à¸·à¹à¸à¸à¸¡à¸·à¸à¸à¹à¸§à¸¢à¸à¸´à¸¡à¸à¹à¸à¹à¸à¸à¸§à¸²à¸¡"},"table":{"border":"à¸à¸à¸²à¸à¹à¸ªà¹à¸à¸à¸à¸","caption":"หัวà¹à¸£à¸·à¹à¸à¸à¸à¸à¸à¸à¸²à¸£à¸²à¸","cell":{"menu":"à¸à¹à¸à¸à¸à¸²à¸£à¸²à¸","insertBefore":"Insert Cell Before","insertAfter":"Insert Cell After","deleteCell":"ลà¸à¸à¹à¸à¸","merge":"à¸à¸ªà¸²à¸à¸à¹à¸à¸","mergeRight":"Merge Right","mergeDown":"Merge Down","splitHorizontal":"Split Cell Horizontally","splitVertical":"Split Cell Vertically","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","colSpan":"Columns Span","wordWrap":"Word Wrap","hAlign":"Horizontal Alignment","vAlign":"Vertical Alignment","alignBaseline":"Baseline","bgColor":"Background Color","borderColor":"Border Color","data":"Data","header":"Header","yes":"Yes","no":"No","invalidWidth":"Cell width must be a number.","invalidHeight":"Cell height must be a number.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"Choose"},"cellPad":"ระยะà¹à¸à¸§à¸à¸±à¹à¸","cellSpace":"ระยะà¹à¸à¸§à¸à¸à¸à¸","column":{"menu":"à¸à¸à¸¥à¸±à¸¡à¸à¹","insertBefore":"Insert Column Before","insertAfter":"Insert Column After","deleteColumn":"ลà¸à¸ªà¸à¸¡à¸à¹"},"columns":"สà¸à¸¡à¸à¹","deleteTable":"ลà¸à¸à¸²à¸£à¸²à¸","headers":"สà¹à¸§à¸à¸«à¸±à¸§","headersBoth":"à¸à¸±à¹à¸à¸ªà¸à¸à¸à¸¢à¹à¸²à¸","headersColumn":"à¸à¸à¸¥à¸±à¸¡à¸à¹à¹à¸£à¸","headersNone":"None","headersRow":"à¹à¸à¸§à¹à¸£à¸","invalidBorder":"à¸à¸à¸²à¸à¹à¸ªà¹à¸à¸à¸£à¸à¸à¸à¹à¸à¸à¹à¸à¹à¸à¸à¸³à¸à¸§à¸à¸à¸±à¸§à¹à¸¥à¸","invalidCellPadding":"à¸à¹à¸à¸à¸§à¹à¸²à¸à¸ ายà¹à¸à¹à¸à¸¥à¸¥à¹à¸à¹à¸à¸à¹à¸¥à¸à¸à¸³à¸à¸§à¸à¸à¸§à¸","invalidCellSpacing":"à¸à¹à¸à¸à¸§à¹à¸²à¸à¸ ายà¹à¸à¹à¸à¸¥à¸¥à¹à¸à¹à¸à¸à¹à¸à¹à¸à¹à¸¥à¸à¸à¸³à¸à¸§à¸à¸à¸§à¸","invalidCols":"à¸à¸³à¸à¸§à¸à¸à¸à¸¥à¸±à¸¡à¸à¹à¸à¹à¸à¸à¹à¸à¹à¸à¸à¸³à¸à¸§à¸à¸¡à¸²à¸à¸à¸§à¹à¸² 0","invalidHeight":"สà¹à¸§à¸à¸ªà¸¹à¸à¸à¸à¸à¸à¸²à¸£à¸²à¸à¸à¹à¸à¸à¹à¸à¹à¸à¸à¸±à¸§à¹à¸¥à¸","invalidRows":"à¸à¸³à¸à¸§à¸à¸à¸à¸à¹à¸à¸§à¸à¹à¸à¸à¹à¸à¹à¸à¸à¸³à¸à¸§à¸à¸¡à¸²à¸à¸à¸§à¹à¸² 0","invalidWidth":"à¸à¸§à¸²à¸¡à¸à¸§à¹à¸²à¸à¸à¸²à¸£à¸²à¸à¸à¹à¸à¸à¹à¸à¹à¸à¸à¸±à¸§à¹à¸¥à¸","menu":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¸à¸²à¸£à¸²à¸","row":{"menu":"à¹à¸à¸§","insertBefore":"Insert Row Before","insertAfter":"Insert Row After","deleteRow":"ลà¸à¹à¸à¸§"},"rows":"à¹à¸à¸§","summary":"สรุà¸à¸à¸§à¸²à¸¡","title":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¸à¸²à¸£à¸²à¸","toolbar":"à¸à¸²à¸£à¸²à¸","widthPc":"à¹à¸à¸à¸£à¹à¹à¸à¹à¸","widthPx":"à¸à¸¸à¸à¸ªà¸µ","widthUnit":"หà¸à¹à¸§à¸¢à¸à¸§à¸²à¸¡à¸à¸§à¹à¸²à¸"},"stylescombo":{"label":"ลัà¸à¸©à¸à¸°","panelTitle":"Formatting Styles","panelTitle1":"Block Styles","panelTitle2":"Inline Styles","panelTitle3":"Object Styles"},"specialchar":{"options":"Special Character Options","title":"à¹à¸à¸£à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸´à¹à¸¨à¸©","toolbar":"à¹à¸à¸£à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸´à¹à¸¨à¸©"},"sourcearea":{"toolbar":"à¸à¸¹à¸£à¸«à¸±à¸ª HTML"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"ลà¹à¸²à¸à¸£à¸¹à¸à¹à¸à¸"},"pastetext":{"button":"วาà¸à¹à¸à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸£à¸£à¸¡à¸à¸²","title":"วาà¸à¹à¸à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸£à¸£à¸¡à¸à¸²"},"pastefromword":{"confirmCleanup":"à¸à¹à¸à¸à¸§à¸²à¸¡à¸à¸µà¹à¸à¸¸à¸à¸à¹à¸à¸à¸à¸²à¸£à¸§à¸²à¸à¸¥à¸à¹à¸à¹à¸à¹à¸à¸à¹à¸à¸à¸§à¸²à¸¡à¸à¸µà¹à¸à¸±à¸à¸¥à¸à¸à¸¡à¸²à¸à¸²à¸à¹à¸à¸£à¹à¸à¸£à¸¡à¹à¸¡à¹à¸à¸£à¸à¸à¸à¸à¹à¹à¸§à¸´à¸£à¹à¸ à¸à¸¸à¸à¸à¹à¸à¸à¸à¸²à¸£à¸¥à¹à¸²à¸à¸à¹à¸²à¸à¹à¸à¸à¸§à¸²à¸¡à¸à¸±à¸à¸à¸¥à¹à¸²à¸§à¸à¹à¸à¸à¸§à¸²à¸à¸¥à¸à¹à¸à¸«à¸£à¸·à¸à¹à¸¡à¹?","error":"à¹à¸¡à¹à¸ªà¸²à¸¡à¸²à¸£à¸à¸¥à¹à¸²à¸à¸à¹à¸à¸¡à¸¹à¸¥à¸à¸µà¹à¸à¹à¸à¸à¸à¸²à¸£à¸§à¸²à¸à¹à¸à¹à¹à¸à¸·à¹à¸à¸à¸à¸²à¸à¹à¸à¸´à¸à¸à¹à¸à¸à¸´à¸à¸à¸¥à¸²à¸à¸ ายà¹à¸à¸£à¸°à¸à¸","title":"วาà¸à¸ªà¸³à¹à¸à¸²à¸à¸²à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¹à¸§à¸´à¸£à¹à¸","toolbar":"วาà¸à¸ªà¸³à¹à¸à¸²à¸à¸²à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¹à¸§à¸´à¸£à¹à¸"},"maximize":{"maximize":"à¸à¸¢à¸²à¸¢à¹à¸«à¸à¹","minimize":"ยà¹à¸à¸à¸à¸²à¸"},"magicline":{"title":"Insert paragraph here"},"list":{"bulletedlist":"ลำà¸à¸±à¸à¸£à¸²à¸¢à¸à¸²à¸£à¹à¸à¸à¸ªà¸±à¸à¸¥à¸±à¸à¸©à¸à¹","numberedlist":"ลำà¸à¸±à¸à¸£à¸²à¸¢à¸à¸²à¸£à¹à¸à¸à¸à¸±à¸§à¹à¸¥à¸"},"link":{"acccessKey":"à¹à¸à¸à¹à¸à¸ª à¸à¸µà¸¢à¹","advanced":"à¸à¸±à¹à¸à¸ªà¸¹à¸","advisoryContentType":"à¸à¸à¸´à¸à¸à¸à¸à¸à¸³à¹à¸à¸£à¸´à¹à¸à¸à¸³","advisoryTitle":"à¸à¸³à¹à¸à¸£à¸´à¹à¸à¸à¸³","anchor":{"toolbar":"à¹à¸à¸£à¸/à¹à¸à¹à¹à¸ Anchor","menu":"รายละà¹à¸à¸µà¸¢à¸ Anchor","title":"รายละà¹à¸à¸µà¸¢à¸ Anchor","name":"à¸à¸·à¹à¸ Anchor","errorName":"à¸à¸£à¸¸à¸à¸²à¸£à¸°à¸à¸¸à¸à¸·à¹à¸à¸à¸à¸ Anchor","remove":"Remove Anchor"},"anchorId":"à¹à¸à¸à¸µ","anchorName":"à¸à¸·à¹à¸","charset":"ลิà¸à¸à¹à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸à¹à¸à¸¢à¸±à¸à¸à¸¸à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£","cssClasses":"à¸à¸¥à¸²à¸ªà¸à¸à¸à¹à¸à¸¥à¹à¸à¸³à¸«à¸à¸à¸¥à¸±à¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥","emailAddress":"à¸à¸µà¹à¸¡à¸¥à¹ (E-Mail)","emailBody":"à¸à¹à¸à¸à¸§à¸²à¸¡","emailSubject":"หัวà¹à¸£à¸·à¹à¸à¸","id":"à¹à¸à¸à¸µ","info":"รายละà¹à¸à¸µà¸¢à¸","langCode":"à¸à¸²à¸£à¹à¸à¸µà¸¢à¸-à¸à¹à¸²à¸à¸ าษา","langDir":"à¸à¸²à¸£à¹à¸à¸µà¸¢à¸-à¸à¹à¸²à¸à¸ าษา","langDirLTR":"à¸à¸²à¸à¸à¹à¸²à¸¢à¹à¸à¸à¸§à¸² (LTR)","langDirRTL":"à¸à¸²à¸à¸à¸§à¸²à¸¡à¸²à¸à¹à¸²à¸¢ (RTL)","menu":"à¹à¸à¹à¹à¸ ลิà¸à¸à¹","name":"à¸à¸·à¹à¸","noAnchors":"(ยัà¸à¹à¸¡à¹à¸¡à¸µà¸à¸¸à¸à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸à¸ ายà¹à¸à¸«à¸à¹à¸²à¹à¸à¸à¸ªà¸²à¸£à¸à¸µà¹)","noEmail":"à¸à¸£à¸¸à¸à¸²à¸£à¸°à¸à¸¸à¸à¸µà¹à¸¡à¸¥à¹ (E-mail)","noUrl":"à¸à¸£à¸¸à¸à¸²à¸£à¸°à¸à¸¸à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸à¸à¸à¸à¹à¸¥à¸à¹ (URL)","other":"<à¸à¸·à¹à¸ à¹>","popupDependent":"à¹à¸ªà¸à¸à¹à¸à¹à¸¡à¸«à¸à¹à¸²à¸à¸ (Netscape)","popupFeatures":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸à¸«à¸à¹à¸²à¸à¸à¹à¸¥à¹à¸ (Pop-up)","popupFullScreen":"à¹à¸ªà¸à¸à¹à¸à¹à¸¡à¸«à¸à¹à¸²à¸à¸ (IE5.5++ à¹à¸à¹à¸²à¸à¸±à¹à¸)","popupLeft":"à¸à¸´à¸à¸±à¸à¸à¹à¸²à¸¢ (Left Position)","popupLocationBar":"à¹à¸ªà¸à¸à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¸à¸à¹à¸à¸¥à¹","popupMenuBar":"à¹à¸ªà¸à¸à¹à¸à¸à¹à¸¡à¸à¸¹","popupResizable":"สามารà¸à¸à¸£à¸±à¸à¸à¸à¸²à¸à¹à¸à¹","popupScrollBars":"à¹à¸ªà¸à¸à¹à¸à¸à¹à¸¥à¸·à¹à¸à¸","popupStatusBar":"à¹à¸ªà¸à¸à¹à¸à¸à¸ªà¸à¸²à¸à¸°","popupToolbar":"à¹à¸ªà¸à¸à¹à¸à¸à¹à¸à¸£à¸·à¹à¸à¸à¸¡à¸·à¸","popupTop":"à¸à¸´à¸à¸±à¸à¸à¸ (Top Position)","rel":"à¸à¸§à¸²à¸¡à¸ªà¸±à¸¡à¸à¸±à¸à¸à¹","selectAnchor":"ระà¸à¸¸à¸à¹à¸à¸¡à¸¹à¸¥à¸à¸à¸à¸à¸¸à¸à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸ (Anchor)","styles":"ลัà¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥","tabIndex":"ลำà¸à¸±à¸à¸à¸à¸ à¹à¸à¹à¸","target":"à¸à¸²à¸£à¹à¸à¸´à¸à¸«à¸à¹à¸²à¸¥à¸´à¸à¸à¹","targetFrame":"<à¹à¸à¸´à¸à¹à¸à¹à¸à¸£à¸¡>","targetFrameName":"à¸à¸·à¹à¸à¸à¸²à¸£à¹à¹à¸à¹à¸à¹à¸à¸£à¸¡","targetPopup":"<à¹à¸à¸´à¸à¸«à¸à¹à¸²à¸à¸à¹à¸¥à¹à¸ (Pop-up)>","targetPopupName":"ระà¸à¸¸à¸à¸·à¹à¸à¸«à¸à¹à¸²à¸à¸à¹à¸¥à¹à¸ (Pop-up)","title":"ลิà¸à¸à¹à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸à¹à¸§à¹à¸ à¸à¸µà¹à¸¡à¸¥à¹ รูà¸à¸ าภหรืà¸à¹à¸à¸¥à¹à¸à¸·à¹à¸à¹","toAnchor":"à¸à¸¸à¸à¹à¸à¸·à¹à¸à¸¡à¹à¸¢à¸ (Anchor)","toEmail":"สà¹à¸à¸à¸µà¹à¸¡à¸¥à¹ (E-Mail)","toUrl":"à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸ URL","toolbar":"à¹à¸à¸£à¸/à¹à¸à¹à¹à¸ ลิà¸à¸à¹","type":"à¸à¸£à¸°à¹à¸ à¸à¸à¸à¸à¸¥à¸´à¸à¸à¹","unlink":"ลภลิà¸à¸à¹","upload":"à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹"},"indent":{"indent":"à¹à¸à¸´à¹à¸¡à¸£à¸°à¸¢à¸°à¸¢à¹à¸à¸«à¸à¹à¸²","outdent":"ลà¸à¸£à¸°à¸¢à¸°à¸¢à¹à¸à¸«à¸à¹à¸²"},"image":{"alt":"à¸à¸³à¸à¸£à¸°à¸à¸à¸à¸£à¸¹à¸à¸ าà¸","border":"à¸à¸à¸²à¸à¸à¸à¸à¸£à¸¹à¸","btnUpload":"à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹à¹à¸à¹à¸à¹à¸à¹à¸§à¹à¸à¸µà¹à¹à¸à¸£à¸·à¹à¸à¸à¹à¸¡à¹à¸à¹à¸²à¸¢ (à¹à¸à¸´à¸£à¹à¸à¹à¸§à¸à¸£à¹)","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"ระยะà¹à¸à¸§à¸à¸à¸","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"à¸à¹à¸à¸¡à¸¹à¸¥à¸à¸à¸à¸£à¸¹à¸à¸ าà¸","linkTab":"ลิà¹à¸à¸à¹","lockRatio":"à¸à¸³à¸«à¸à¸à¸à¸±à¸à¸£à¸²à¸ªà¹à¸§à¸ à¸à¸§à¹à¸²à¸-สูภà¹à¸à¸à¸à¸à¸à¸µà¹","menu":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ รูà¸à¸ าà¸","resetSize":"à¸à¸³à¸«à¸à¸à¸£à¸¹à¸à¹à¸à¹à¸²à¸à¸à¸²à¸à¸à¸£à¸´à¸","title":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ รูà¸à¸ าà¸","titleButton":"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¸à¸¸à¹à¸¡à¹à¸à¸à¸£à¸¹à¸à¸ าà¸","upload":"à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹","urlMissing":"Image source URL is missing.","vSpace":"ระยะà¹à¸à¸§à¸à¸±à¹à¸","validateBorder":"Border must be a whole number.","validateHSpace":"HSpace must be a whole number.","validateVSpace":"VSpace must be a whole number."},"horizontalrule":{"toolbar":"à¹à¸à¸£à¸à¹à¸ªà¹à¸à¸à¸±à¹à¸à¸à¸£à¸£à¸à¸±à¸"},"format":{"label":"รูà¸à¹à¸à¸","panelTitle":"รูà¸à¹à¸à¸","tag_address":"Address","tag_div":"Paragraph (DIV)","tag_h1":"Heading 1","tag_h2":"Heading 2","tag_h3":"Heading 3","tag_h4":"Heading 4","tag_h5":"Heading 5","tag_h6":"Heading 6","tag_p":"Normal","tag_pre":"Formatted"},"fakeobjects":{"anchor":"à¹à¸à¸£à¸/à¹à¸à¹à¹à¸ Anchor","flash":"ภาà¸à¸à¸à¸´à¹à¸¡à¸à¸±à¹à¸à¹à¸à¸¥à¸","hiddenfield":"ฮิà¸à¹à¸à¸à¸à¸´à¸¥à¸à¹","iframe":"IFrame","unknown":"วัà¸à¸à¸¸à¹à¸¡à¹à¸à¸£à¸²à¸à¸à¸à¸´à¸"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 element"},"contextmenu":{"options":"Context Menu Options"},"clipboard":{"copy":"สำà¹à¸à¸²","copyError":"à¹à¸¡à¹à¸ªà¸²à¸¡à¸²à¸£à¸à¸ªà¸³à¹à¸à¸²à¸à¹à¸à¸à¸§à¸²à¸¡à¸à¸µà¹à¹à¸¥à¸·à¸à¸à¹à¸§à¹à¹à¸à¹à¹à¸à¸·à¹à¸à¸à¸à¸²à¸à¸à¸²à¸£à¸à¸³à¸«à¸à¸à¸à¹à¸²à¸£à¸°à¸à¸±à¸à¸à¸§à¸²à¸¡à¸à¸¥à¸à¸à¸ ัย. à¸à¸£à¸¸à¸à¸²à¹à¸à¹à¸à¸¸à¹à¸¡à¸¥à¸±à¸à¹à¸à¸·à¹à¸à¸§à¸²à¸à¸à¹à¸à¸à¸§à¸²à¸¡à¹à¸à¸ (à¸à¸à¸à¸¸à¹à¸¡ Ctrl/Cmd à¹à¸¥à¸°à¸à¸±à¸§ C à¸à¸£à¹à¸à¸¡à¸à¸±à¸).","cut":"à¸à¸±à¸","cutError":"à¹à¸¡à¹à¸ªà¸²à¸¡à¸²à¸£à¸à¸à¸±à¸à¸à¹à¸à¸à¸§à¸²à¸¡à¸à¸µà¹à¹à¸¥à¸·à¸à¸à¹à¸§à¹à¹à¸à¹à¹à¸à¸·à¹à¸à¸à¸à¸²à¸à¸à¸²à¸£à¸à¸³à¸«à¸à¸à¸à¹à¸²à¸£à¸°à¸à¸±à¸à¸à¸§à¸²à¸¡à¸à¸¥à¸à¸à¸ ัย. à¸à¸£à¸¸à¸à¸²à¹à¸à¹à¸à¸¸à¹à¸¡à¸¥à¸±à¸à¹à¸à¸·à¹à¸à¸§à¸²à¸à¸à¹à¸à¸à¸§à¸²à¸¡à¹à¸à¸ (à¸à¸à¸à¸¸à¹à¸¡ Ctrl/Cmd à¹à¸¥à¸°à¸à¸±à¸§ X à¸à¸£à¹à¸à¸¡à¸à¸±à¸).","paste":"วาà¸","pasteArea":"Paste Area","pasteMsg":"à¸à¸£à¸¸à¸à¸²à¹à¸à¹à¸à¸µà¸¢à¹à¸à¸à¸£à¹à¸à¹à¸à¹à¸²à¸à¸±à¹à¸ à¹à¸à¸¢à¸à¸à¸à¸¸à¹à¸¡ (<strong>Ctrl/Cmd à¹à¸¥à¸° V</strong>)à¸à¸£à¹à¸à¸¡à¹à¸à¸±à¸ à¹à¸¥à¸°à¸à¸ <strong>OK</strong>.","securityMsg":"Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.","title":"วาà¸"},"button":{"selectedLabel":"%1 (Selected)"},"blockquote":{"toolbar":"Block Quote"},"basicstyles":{"bold":"à¸à¸±à¸§à¸«à¸à¸²","italic":"à¸à¸±à¸§à¹à¸à¸µà¸¢à¸","strike":"à¸à¸±à¸§à¸à¸µà¸à¹à¸ªà¹à¸à¸à¸±à¸","subscript":"à¸à¸±à¸§à¸«à¹à¸à¸¢","superscript":"à¸à¸±à¸§à¸¢à¸","underline":"à¸à¸±à¸§à¸à¸µà¸à¹à¸ªà¹à¸à¹à¸à¹"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"About CKEditor","help":"Check $1 for help.","moreInfo":"For licensing information please visit our web site:","title":"About CKEditor","userGuide":"CKEditor User's Guide"},"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"à¸à¸ ALT 0 หาà¸à¸à¹à¸à¸à¸à¸²à¸£à¸à¸§à¸²à¸¡à¸à¹à¸§à¸¢à¹à¸«à¸¥à¸·à¸","browseServer":"à¹à¸à¸´à¸à¸«à¸à¹à¸²à¸à¹à¸²à¸à¸à¸±à¸à¸à¸²à¸£à¹à¸à¸¥à¹à¸à¸±à¸à¹à¸«à¸¥à¸","url":"à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸ URL","protocol":"à¹à¸à¸£à¹à¸à¸à¸à¸¥","upload":"à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹","uploadSubmit":"à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹à¹à¸à¹à¸à¹à¸à¹à¸§à¹à¸à¸µà¹à¹à¸à¸£à¸·à¹à¸à¸à¹à¸¡à¹à¸à¹à¸²à¸¢ (à¹à¸à¸´à¸£à¹à¸à¹à¸§à¸à¸£à¹)","image":"รูà¸à¸ าà¸","flash":"à¹à¸à¸¥à¹ Flash","form":"à¹à¸à¸à¸à¸à¸£à¹à¸¡","checkbox":"à¹à¸à¹à¸à¸à¹à¸à¸","radio":"à¹à¸£à¸à¸´à¹à¸à¸à¸±à¸à¸à¸à¸","textField":"à¹à¸à¹à¸à¸à¹à¸à¸´à¸¥à¸à¹","textarea":"à¹à¸à¹à¸à¸à¹à¹à¸à¹à¸£à¸µà¸¢","hiddenField":"ฮิà¸à¹à¸à¸à¸à¸´à¸¥à¸à¹","button":"à¸à¸¸à¹à¸¡","select":"à¹à¸à¸à¸à¸±à¸§à¹à¸¥à¸·à¸à¸","imageButton":"à¸à¸¸à¹à¸¡à¹à¸à¸à¸£à¸¹à¸à¸ าà¸","notSet":"<à¹à¸¡à¹à¸£à¸°à¸à¸¸>","id":"à¹à¸à¸à¸µ","name":"à¸à¸·à¹à¸","langDir":"à¸à¸²à¸£à¹à¸à¸µà¸¢à¸-à¸à¹à¸²à¸à¸ าษา","langDirLtr":"à¸à¸²à¸à¸à¹à¸²à¸¢à¹à¸à¸à¸§à¸² (LTR)","langDirRtl":"à¸à¸²à¸à¸à¸§à¸²à¸¡à¸²à¸à¹à¸²à¸¢ (RTL)","langCode":"รหัสภาษา","longDescr":"à¸à¸³à¸à¸à¸´à¸à¸²à¸¢à¸à¸£à¸°à¸à¸à¸ URL","cssClass":"à¸à¸¥à¸²à¸ªà¸à¸à¸à¹à¸à¸¥à¹à¸à¸³à¸«à¸à¸à¸¥à¸±à¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥","advisoryTitle":"à¸à¸³à¹à¸à¸£à¸´à¹à¸à¸à¸³","cssStyle":"ลัà¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥","ok":"à¸à¸à¸¥à¸","cancel":"ยà¸à¹à¸¥à¸´à¸","close":"à¸à¸´à¸","preview":"à¸à¸¹à¸«à¸à¹à¸²à¹à¸à¸à¸ªà¸²à¸£à¸à¸±à¸§à¸à¸¢à¹à¸²à¸","resize":"à¸à¸£à¸±à¸à¸à¸à¸²à¸","generalTab":"à¸à¸±à¹à¸§à¹à¸","advancedTab":"à¸à¸±à¹à¸à¸ªà¸¹à¸","validateNumberFailed":"à¸à¹à¸²à¸à¸µà¹à¹à¸¡à¹à¹à¸à¹à¸à¸±à¸§à¹à¸¥à¸","confirmNewPage":"à¸à¸²à¸£à¹à¸à¸¥à¸µà¹à¸¢à¸à¹à¸à¸¥à¸à¹à¸à¹ à¹à¸à¹à¸à¸·à¹à¸à¸«à¸²à¸à¸µà¹ à¸à¸µà¹à¹à¸¡à¹à¹à¸à¹à¸à¸¹à¸à¸à¸±à¸à¸à¸¶à¸à¹à¸§à¹ à¸à¸°à¸ªà¸¹à¸à¸«à¸²à¸¢à¸à¸±à¹à¸à¸«à¸¡à¸ à¸à¸¸à¸à¹à¸à¹à¹à¸à¸§à¹à¸²à¸à¸°à¹à¸£à¸µà¸¢à¸à¸«à¸à¹à¸²à¹à¸«à¸¡à¹?","confirmCancel":"à¸à¸±à¸§à¹à¸¥à¸·à¸à¸à¸à¸²à¸à¸à¸±à¸§à¸¡à¸µà¸à¸²à¸£à¹à¸à¸¥à¸µà¹à¸¢à¸à¹à¸à¸¥à¸ à¸à¸¸à¸à¹à¸à¹à¹à¸à¸§à¹à¸²à¸à¸°à¸à¸´à¸à¸à¸¥à¹à¸à¸à¹à¸à¹à¸à¸à¸à¸à¸µà¹?","options":"à¸à¸±à¸§à¹à¸¥à¸·à¸à¸","target":"à¸à¸²à¸£à¹à¸à¸´à¸à¸«à¸à¹à¸²à¸¥à¸´à¸à¸à¹","targetNew":"หà¸à¹à¸²à¸à¹à¸²à¸à¹à¸«à¸¡à¹ (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"หà¸à¹à¸²à¸à¹à¸²à¸à¹à¸à¸µà¸¢à¸§à¸à¸±à¸ (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"à¸à¸²à¸à¸à¹à¸²à¸¢à¹à¸à¸à¸§à¸² (LTR)","langDirRTL":"à¸à¸²à¸à¸à¸§à¸²à¸¡à¸²à¸à¹à¸²à¸¢ (RTL)","styles":"ลัà¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥","cssClasses":"à¸à¸¥à¸²à¸ªà¸à¸à¸à¹à¸à¸¥à¹à¸à¸³à¸«à¸à¸à¸¥à¸±à¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥","width":"à¸à¸§à¸²à¸¡à¸à¸§à¹à¸²à¸","height":"à¸à¸§à¸²à¸¡à¸ªà¸¹à¸","align":"à¸à¸²à¸£à¸à¸±à¸à¸§à¸²à¸","alignLeft":"à¸à¸´à¸à¸à¹à¸²à¸¢","alignRight":"à¸à¸´à¸à¸à¸§à¸²","alignCenter":"à¸à¸¶à¹à¸à¸à¸¥à¸²à¸","alignJustify":"நியாயபà¯à®ªà®à¯à®¤à¯à®¤à®µà¯à®®à¯","alignTop":"à¸à¸à¸ªà¸¸à¸","alignMiddle":"à¸à¸¶à¹à¸à¸à¸¥à¸²à¸à¹à¸à¸§à¸à¸±à¹à¸","alignBottom":"à¸à¸´à¸à¸à¹à¸²à¸à¸¥à¹à¸²à¸","alignNone":"None","invalidValue":"à¸à¹à¸²à¹à¸¡à¹à¸à¸¹à¸à¸à¹à¸à¸","invalidHeight":"à¸à¸§à¸²à¸¡à¸ªà¸¹à¸à¸à¹à¸à¸à¹à¸à¹à¸à¸à¸±à¸§à¹à¸¥à¸","invalidWidth":"à¸à¸§à¸²à¸¡à¸à¸§à¹à¸²à¸à¸à¹à¸à¸à¹à¸à¹à¸à¸à¸±à¸§à¹à¸¥à¸","invalidCssLength":"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, unavailable</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/tr.js b/public/assets/ckeditor/lang/tr.js new file mode 100644 index 0000000..b9fc60b --- /dev/null +++ b/public/assets/ckeditor/lang/tr.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['tr']={"wsc":{"btnIgnore":"Yoksay","btnIgnoreAll":"Tümünü Yoksay","btnReplace":"DeÄiÅtir","btnReplaceAll":"Tümünü DeÄiÅtir","btnUndo":"Geri Al","changeTo":"Åuna deÄiÅtir:","errorLoading":"Uygulamada yüklerken hata oluÅtu: %s.","ieSpellDownload":"Yazım denetimi yüklenmemiÅ. Åimdi yüklemek ister misiniz?","manyChanges":"Yazım denetimi tamamlandı: %1 kelime deÄiÅtirildi","noChanges":"Yazım denetimi tamamlandı: Hiçbir kelime deÄiÅtirilmedi","noMispell":"Yazım denetimi tamamlandı: YanlıŠyazıma rastlanmadı","noSuggestions":"- Ãneri Yok -","notAvailable":"Ãzügünüz, bu servis Åuanda hizmet dıÅıdır.","notInDic":"Sözlükte Yok","oneChange":"Yazım denetimi tamamlandı: Bir kelime deÄiÅtirildi","progress":"Yazım denetimi iÅlemde...","title":"Yazımı Denetle","toolbar":"Yazım Denetimi"},"undo":{"redo":"Tekrarla","undo":"Geri Al"},"toolbar":{"toolbarCollapse":"Araç çubuklarını topla","toolbarExpand":"Araç çubuklarını aç","toolbarGroups":{"document":"Belge","clipboard":"Pano/Geri al","editing":"Düzenleme","forms":"Formlar","basicstyles":"Temel Stiller","paragraph":"Paragraf","links":"BaÄlantılar","insert":"Ekle","styles":"Stiller","colors":"Renkler","tools":"Araçlar"},"toolbars":"Araç çubukları Editörü"},"table":{"border":"Kenar KalınlıÄı","caption":"BaÅlık","cell":{"menu":"Hücre","insertBefore":"Hücre Ekle - Ãnce","insertAfter":"Hücre Ekle - Sonra","deleteCell":"Hücre Sil","merge":"Hücreleri BirleÅtir","mergeRight":"BirleÅtir - SaÄdaki İle ","mergeDown":"BirleÅtir - AÅaÄıdaki İle ","splitHorizontal":"Hücreyi Yatay Böl","splitVertical":"Hücreyi Dikey Böl","title":"Hücre Ãzellikleri","cellType":"Hücre Tipi","rowSpan":"Satırlar Mesafesi (Span)","colSpan":"Sütünlar Mesafesi (Span)","wordWrap":"Kelime Kaydırma","hAlign":"DüÅey Hizalama","vAlign":"YataÅ Hizalama","alignBaseline":"Tabana","bgColor":"Arkaplan Rengi","borderColor":"Ãerçeve Rengi","data":"Veri","header":"BaÅlık","yes":"Evet","no":"Hayır","invalidWidth":"Hücre geniÅliÄi sayı olmalıdır.","invalidHeight":"Hücre yüksekliÄi sayı olmalıdır.","invalidRowSpan":"Satırların mesafesi tam sayı olmalıdır.","invalidColSpan":"Sütünların mesafesi tam sayı olmalıdır.","chooseColor":"Seçiniz"},"cellPad":"Izgara yazı arası","cellSpace":"Izgara kalınlıÄı","column":{"menu":"Sütun","insertBefore":"Kolon Ekle - Ãnce","insertAfter":"Kolon Ekle - Sonra","deleteColumn":"Sütun Sil"},"columns":"Sütunlar","deleteTable":"Tabloyu Sil","headers":"BaÅlıklar","headersBoth":"Her İkisi","headersColumn":"İlk Sütun","headersNone":"Yok","headersRow":"İlk Satır","invalidBorder":"Ãerceve büyüklüklüÄü sayı olmalıdır.","invalidCellPadding":"Hücre aralıÄı (padding) sayı olmalıdır.","invalidCellSpacing":"Hücre boÅluÄu (spacing) sayı olmalıdır.","invalidCols":"Sütün sayısı 0 sayısından büyük olmalıdır.","invalidHeight":"Tablo yüksekliÄi sayı olmalıdır.","invalidRows":"Satır sayısı 0 sayısından büyük olmalıdır.","invalidWidth":"Tablo geniÅliÄi sayı olmalıdır.","menu":"Tablo Ãzellikleri","row":{"menu":"Satır","insertBefore":"Satır Ekle - Ãnce","insertAfter":"Satır Ekle - Sonra","deleteRow":"Satır Sil"},"rows":"Satırlar","summary":"Ãzet","title":"Tablo Ãzellikleri","toolbar":"Tablo","widthPc":"yüzde","widthPx":"piksel","widthUnit":"geniÅlik birimi"},"stylescombo":{"label":"Biçem","panelTitle":"Stilleri Düzenliyor","panelTitle1":"Blok Stilleri","panelTitle2":"Inline Stilleri","panelTitle3":"Nesne Stilleri"},"specialchar":{"options":"Ãzel Karakter Seçenekleri","title":"Ãzel Karakter Seç","toolbar":"Ãzel Karakter Ekle"},"sourcearea":{"toolbar":"Kaynak"},"scayt":{"btn_about":"SCAYT'ı hakkında","btn_dictionaries":"Sözlükler","btn_disable":"SCAYT'ı pasifleÅtir","btn_enable":"SCAYT'ı etkinleÅtir","btn_langs":"Diller","btn_options":"Seçenekler","text_title":"GirmiÅ olduÄunuz kelime denetimi"},"removeformat":{"toolbar":"Biçimi Kaldır"},"pastetext":{"button":"Düz Metin Olarak YapıÅtır","title":"Düz Metin Olarak YapıÅtır"},"pastefromword":{"confirmCleanup":"YapıÅtırmaya çalıÅtıÄınız metin Word'den kopyalanmıÅtır. YapıÅtırmadan önce silmek istermisiniz?","error":"YapıÅtırmadaki veri bilgisi hata düzelene kadar silinmeyecektir","title":"Word'den YapıÅtır","toolbar":"Word'den YapıÅtır"},"maximize":{"maximize":"Büyült","minimize":"Küçült"},"magicline":{"title":"ParaÄrafı buraya ekle"},"list":{"bulletedlist":"Simgeli Liste","numberedlist":"Numaralı Liste"},"link":{"acccessKey":"EriÅim TuÅu","advanced":"GeliÅmiÅ","advisoryContentType":"DanıÅma İçerik Türü","advisoryTitle":"DanıÅma BaÅlıÄı","anchor":{"toolbar":"BaÄlantı Ekle/Düzenle","menu":"BaÄlantı Ãzellikleri","title":"BaÄlantı Ãzellikleri","name":"BaÄlantı Adı","errorName":"Lütfen baÄlantı için ad giriniz","remove":"BaÄlantıyı Kaldır"},"anchorId":"Eleman Kimlik Numarası ile","anchorName":"BaÄlantı Adı ile","charset":"BaÄlı Kaynak Karakter Gurubu","cssClasses":"Biçem Sayfası Sınıfları","emailAddress":"E-Posta Adresi","emailBody":"İleti Gövdesi","emailSubject":"İleti Konusu","id":"Id","info":"Link Bilgisi","langCode":"Dil Yönü","langDir":"Dil Yönü","langDirLTR":"Soldan SaÄa (LTR)","langDirRTL":"SaÄdan Sola (RTL)","menu":"Link Düzenle","name":"Ad","noAnchors":"(Bu belgede hiç çapa yok)","noEmail":"Lütfen E-posta adresini yazın","noUrl":"Lütfen Link URL'sini yazın","other":"<diÄer>","popupDependent":"BaÄımlı (Netscape)","popupFeatures":"Yeni Açılan Pencere Ãzellikleri","popupFullScreen":"Tam Ekran (IE)","popupLeft":"Sola Göre Konum","popupLocationBar":"Yer ÃubuÄu","popupMenuBar":"Menü ÃubuÄu","popupResizable":"Resizable","popupScrollBars":"Kaydırma Ãubukları","popupStatusBar":"Durum ÃubuÄu","popupToolbar":"Araç ÃubuÄu","popupTop":"Yukarıya Göre Konum","rel":"İliÅki","selectAnchor":"BaÄlantı Seç","styles":"Biçem","tabIndex":"Sekme İndeksi","target":"Hedef","targetFrame":"<çerçeve>","targetFrameName":"Hedef Ãerçeve Adı","targetPopup":"<yeni açılan pencere>","targetPopupName":"Yeni Açılan Pencere Adı","title":"Link","toAnchor":"Bu sayfada çapa","toEmail":"E-Posta","toUrl":"URL","toolbar":"Link Ekle/Düzenle","type":"Link Türü","unlink":"Köprü Kaldır","upload":"KarÅıya Yükle"},"indent":{"indent":"Sekme Arttır","outdent":"Sekme Azalt"},"image":{"alt":"Alternatif Yazı","border":"Kenar","btnUpload":"Sunucuya Yolla","button2Img":"Seçili resim butonunu basit resime çevirmek istermisiniz?","hSpace":"Yatay BoÅluk","img2Button":"Seçili olan resimi, resimli butona çevirmek istermisiniz?","infoTab":"Resim Bilgisi","linkTab":"Köprü","lockRatio":"Oranı Kilitle","menu":"Resim Ãzellikleri","resetSize":"Boyutu BaÅa Döndür","title":"Resim Ãzellikleri","titleButton":"Resimli DüÄme Ãzellikleri","upload":"KarÅıya Yükle","urlMissing":"Resmin URL kaynaÄı eksiktir.","vSpace":"Dikey BoÅluk","validateBorder":"Ãerçeve tam sayı olmalıdır.","validateHSpace":"HSpace tam sayı olmalıdır.","validateVSpace":"VSpace tam sayı olmalıdır."},"horizontalrule":{"toolbar":"Yatay Satır Ekle"},"format":{"label":"Biçim","panelTitle":"Biçim","tag_address":"Adres","tag_div":"Paragraf (DIV)","tag_h1":"BaÅlık 1","tag_h2":"BaÅlık 2","tag_h3":"BaÅlık 3","tag_h4":"BaÅlık 4","tag_h5":"BaÅlık 5","tag_h6":"BaÅlık 6","tag_p":"Normal","tag_pre":"Biçimli"},"fakeobjects":{"anchor":"BaÄlantı","flash":"Flash Animasyonu","hiddenfield":"Gizli Alan","iframe":"IFrame","unknown":"Bilinmeyen Nesne"},"elementspath":{"eleLabel":"Elementlerin yolu","eleTitle":"%1 elementi"},"contextmenu":{"options":"İçerik Menüsü Seçenekleri"},"clipboard":{"copy":"Kopyala","copyError":"Gezgin yazılımınızın güvenlik ayarları düzenleyicinin otomatik kopyalama iÅlemine izin vermiyor. İÅlem için (Ctrl/Cmd+C) tuÅlarını kullanın.","cut":"Kes","cutError":"Gezgin yazılımınızın güvenlik ayarları düzenleyicinin otomatik kesme iÅlemine izin vermiyor. İÅlem için (Ctrl/Cmd+X) tuÅlarını kullanın.","paste":"YapıÅtır","pasteArea":"YapıÅtırma Alanı","pasteMsg":"Lütfen aÅaÄıdaki kutunun içine yapıÅtırın. (<STRONG>Ctrl/Cmd+V</STRONG>) ve <STRONG>Tamam</STRONG> butonunu tıklayın.","securityMsg":"Gezgin yazılımınızın güvenlik ayarları düzenleyicinin direkt olarak panoya eriÅimine izin vermiyor. Bu pencere içine tekrar yapıÅtırmalısınız..","title":"YapıÅtır"},"button":{"selectedLabel":"%1 (SeçilmiÅ)"},"blockquote":{"toolbar":"Blok OluÅtur"},"basicstyles":{"bold":"Kalın","italic":"İtalik","strike":"Ãstü Ãizgili","subscript":"Alt Simge","superscript":"Ãst Simge","underline":"Altı Ãizgili"},"about":{"copy":"Copyright © $1. Tüm hakları saklıdır.","dlgTitle":"CKEditor Hakkında","help":"Yardım için $1 kontrol edin.","moreInfo":"Lisanslama hakkında daha fazla bilgi almak için lütfen sitemizi ziyaret edin:","title":"CKEditor Hakkında","userGuide":"CKEditor Kullanıcı Kılavuzu"},"editor":"Zengin Metin Editörü","editorPanel":"Zengin Metin Editör Paneli","common":{"editorHelp":"Yardım için ALT 0 tuÅlarına basın","browseServer":"Sunucuya Gözat","url":"URL","protocol":"Protokol","upload":"KarÅıya Yükle","uploadSubmit":"Sunucuya Gönder","image":"Resim","flash":"Flash","form":"Form","checkbox":"Onay Kutusu","radio":"Seçenek DüÄmesi","textField":"Metin Kutusu","textarea":"Metin Alanı","hiddenField":"Gizli Alan","button":"DüÄme","select":"Seçme Alanı","imageButton":"Resim DüÄmesi","notSet":"<tanımlanmamıÅ>","id":"Kimlik","name":"İsim","langDir":"Dil Yönü","langDirLtr":"Soldan SaÄa (LTR)","langDirRtl":"SaÄdan Sola (RTL)","langCode":"Dil Kodlaması","longDescr":"Uzun Tanımlı URL","cssClass":"Biçem Sayfası Sınıfları","advisoryTitle":"Ãneri BaÅlıÄı","cssStyle":"Biçem","ok":"Tamam","cancel":"İptal","close":"Kapat","preview":"Ãnizleme","resize":"Yeniden Boyutlandır","generalTab":"Genel","advancedTab":"GeliÅmiÅ","validateNumberFailed":"Bu deÄer bir sayı deÄildir.","confirmNewPage":"Bu içerikle ilgili kaydedilmemiÅ tüm bilgiler kaybolacaktır. Yeni bir sayfa yüklemek istediÄinizden emin misiniz?","confirmCancel":"Bazı seçenekleri deÄiÅtirdiniz. İletiÅim penceresini kapatmak istediÄinizden emin misiniz?","options":"Seçenekler","target":"Hedef","targetNew":"Yeni Pencere (_blank)","targetTop":"En Ãstteki Pencere (_top)","targetSelf":"Aynı Pencere (_self)","targetParent":"Ãst Pencere (_parent)","langDirLTR":"Soldan SaÄa (LTR)","langDirRTL":"SaÄdan Sola (RTL)","styles":"Biçem","cssClasses":"Biçem Sayfası Sınıfları","width":"GeniÅlik","height":"Yükseklik","align":"Hizalama","alignLeft":"Sol","alignRight":"SaÄ","alignCenter":"Ortala","alignJustify":"İki Kenara YaslanmıÅ","alignTop":"Ãst","alignMiddle":"Orta","alignBottom":"Alt","alignNone":"Hiçbiri","invalidValue":"Geçersiz deÄer.","invalidHeight":"Yükseklik deÄeri bir sayı olmalıdır.","invalidWidth":"GeniÅlik deÄeri bir sayı olmalıdır.","invalidCssLength":"\"%1\" alanı için verilen deÄer, geçerli bir CSS ölçü birimi (px, %, in, cm, mm, em, ex, pt, veya pc) içeren veya içermeyen pozitif bir sayı olmalıdır.","invalidHtmlLength":"BelirttiÄiniz sayı \"%1\" alanı için pozitif bir sayı HTML birim deÄeri olmalıdır (px veya %).","invalidInlineStyle":"Satıriçi biçem için verilen deÄer, \"isim : deÄer\" biçiminde birbirinden noktalı virgüllerle ayrılan bir veya daha fazla deÄiÅkenler grubundan oluÅmalıdır.","cssLengthTooltip":"Piksel türünde bir sayı veya geçerli bir CSS ölçü birimi (px, %, in, cm, mm, em, ex, pt veya pc) içeren bir sayı girin.","unavailable":"%1<span class=\"cke_accessibility\">, kullanılamaz</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/tt.js b/public/assets/ckeditor/lang/tt.js new file mode 100644 index 0000000..f6b80a1 --- /dev/null +++ b/public/assets/ckeditor/lang/tt.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['tt']={"wsc":{"btnIgnore":"Ignore","btnIgnoreAll":"Ignore All","btnReplace":"Replace","btnReplaceAll":"Replace All","btnUndo":"Undo","changeTo":"Change to","errorLoading":"Error loading application service host: %s.","ieSpellDownload":"Spell checker not installed. Do you want to download it now?","manyChanges":"Spell check complete: %1 words changed","noChanges":"Spell check complete: No words changed","noMispell":"Spell check complete: No misspellings found","noSuggestions":"- No suggestions -","notAvailable":"Sorry, but service is unavailable now.","notInDic":"Not in dictionary","oneChange":"Spell check complete: One word changed","progress":"Spell check in progress...","title":"Spell Checker","toolbar":"Check Spelling"},"undo":{"redo":"ÐабаÑлаÑ","undo":"ÐайÑаÑÑ"},"toolbar":{"toolbarCollapse":"Collapse Toolbar","toolbarExpand":"Expand Toolbar","toolbarGroups":{"document":"ÐокÑменÑ","clipboard":"ÐлмаÑÑ Ð±ÑÑеÑÑ/ÐайÑаÑÑ","editing":"ТөзÓÑÒ¯","forms":"ФоÑмалаÑ","basicstyles":"Төп ÑÑилÑлÓÑ","paragraph":"ÐаÑагÑаÑ","links":"СÑлÑаламалаÑ","insert":"Ó¨ÑÑÓÒ¯","styles":"СÑилÑлÓÑ","colors":"ТөÑлÓÑ","tools":"ÐоÑаллаÑ"},"toolbars":"Editor toolbars"},"table":{"border":"Чик калÑнлÑгÑ","caption":"ÐÑем","cell":{"menu":"ÐүзÓнÓк","insertBefore":"ÐлдÑна күзÓнÓк Ó©ÑÑÓÒ¯","insertAfter":"ÐÑÑÑна күзÓнÓк Ó©ÑÑÓÒ¯","deleteCell":"ÐүзÓнÓклÓÑне беÑеÑÒ¯","merge":"ÐүзÓнÓклÓÑне беÑлÓÑÑеÑÒ¯","mergeRight":"Уң ÑкÑÐ°Ð³Ñ Ð±ÐµÐ»Óн беÑлÓÑÑеÑÒ¯","mergeDown":"ÐÑÑÐ°Ð³Ñ Ð±ÐµÐ»Óн беÑлÓÑÑеÑÒ¯","splitHorizontal":"ÐүзÓнÓкне ÑллаÑга бүлү","splitVertical":"ÐүзÓнÓкне баганалаÑга бүлү","title":"ÐүзÓнÓк үзлеклÓÑе","cellType":"ÐүзÓнÓк ÑÓ©Ñе","rowSpan":"ЮллаÑÐ½Ñ Ð±ÐµÑлÓÑÑеÑÒ¯","colSpan":"ÐаганалаÑÐ½Ñ Ð±ÐµÑлÓÑÑеÑÒ¯","wordWrap":"ТекÑÑÐ½Ñ ÐºÒ¯ÑеÑÒ¯","hAlign":"ЯÑма ÑигезлÓÒ¯","vAlign":"ÐÑма ÑигезлÓÒ¯","alignBaseline":"ТаÑнÑÑ ÑÑзÑгÑ","bgColor":"Фон ÑÓ©Ñе","borderColor":"Чик ÑÓ©Ñе","data":"ÐÓгÑлүмаÑ","header":"ÐаÑлÑк","yes":"Óйе","no":"Юк","invalidWidth":"Cell width must be a number.","invalidHeight":"Cell height must be a number.","invalidRowSpan":"Rows span must be a whole number.","invalidColSpan":"Columns span must be a whole number.","chooseColor":"СайлаÑ"},"cellPad":"Cell padding","cellSpace":"Cell spacing","column":{"menu":"Ðагана","insertBefore":"СÑлдан Ð±Ð°Ð³Ð°Ð½Ð°Ð»Ð°Ñ Ó©ÑÑÓÒ¯","insertAfter":"Уңнан Ð±Ð°Ð³Ð°Ð½Ð°Ð»Ð°Ñ Ó©ÑÑÓÒ¯","deleteColumn":"ÐаганалаÑÐ½Ñ Ð±ÐµÑеÑÒ¯"},"columns":"ÐаганалаÑ","deleteTable":"ТаблиÑÐ°Ð½Ñ Ð±ÐµÑеÑÒ¯","headers":"ÐаÑлÑклаÑ","headersBoth":"ÐкеÑе дÓ","headersColumn":"ÐеÑенÑе багана","headersNone":"ҺиÑбеÑ","headersRow":"ÐеÑенÑе Ñл","invalidBorder":"Чик киңлеге Ñан бÑлÑÑга ÑиеÑ.","invalidCellPadding":"Cell padding must be a positive number.","invalidCellSpacing":"ÐүзÓнÓклÓÑ Ð°ÑалаÑÑ Ñңай Ñан бÑлÑÑга ÑиеÑ.","invalidCols":"Number of columns must be a number greater than 0.","invalidHeight":"ТаблиÑа биеклеге Ñан бÑлÑÑга ÑиеÑ.","invalidRows":"Number of rows must be a number greater than 0.","invalidWidth":"ТаблиÑа киңлеге Ñан бÑлÑÑга ÑиеÑ","menu":"ТаблиÑа үзлеклÓÑе","row":{"menu":"Юл","insertBefore":"Ó¨ÑÑÓн ÑÐ»Ð»Ð°Ñ Ó©ÑÑÓÒ¯","insertAfter":"ÐÑÑан ÑÐ»Ð»Ð°Ñ Ó©ÑÑÓÒ¯","deleteRow":"ЮллаÑÐ½Ñ Ð±ÐµÑеÑÒ¯"},"rows":"ЮллаÑ","summary":"ÐомгаклаÑ","title":"ТаблиÑа үзлеклÓÑе","toolbar":"ТаблиÑа","widthPc":"пÑоÑенÑ","widthPx":"ÐокÑалаÑ","widthUnit":"киңлек беÑÓмлеге"},"stylescombo":{"label":"СÑилÑлÓÑ","panelTitle":"ФоÑмаÑÐ»Ð°Ñ ÑÑилÑлÓÑе","panelTitle1":"ÐÐ»Ð¾ÐºÐ»Ð°Ñ ÑÑилÑлÓÑе","panelTitle2":"ÐÑке ÑÑилÑлÓÑ","panelTitle3":"ÐбÑекÑÐ»Ð°Ñ ÑÑилÑлÓÑе"},"specialchar":{"options":"ÐÐ°Ñ ÑÑÑ Ñимвол үзлеклÓÑе","title":"ÐÐ°Ñ ÑÑÑ Ñимвол ÑайлаÑ","toolbar":"ÐÐ°Ñ ÑÑÑ Ñимвол Ó©ÑÑÓÒ¯"},"sourcearea":{"toolbar":"ЧÑганак"},"scayt":{"btn_about":"About SCAYT","btn_dictionaries":"Dictionaries","btn_disable":"Disable SCAYT","btn_enable":"Enable SCAYT","btn_langs":"Languages","btn_options":"Options","text_title":"Spell Check As You Type"},"removeformat":{"toolbar":"ФоÑмаÑлаÑÐ½Ñ Ð±ÐµÑеÑÒ¯"},"pastetext":{"button":"ФоÑмаÑлаÑÑÑз ÑекÑÑ Ó©ÑÑÓÒ¯","title":"ФоÑмаÑлаÑÑÑз ÑекÑÑ Ó©ÑÑÓÒ¯"},"pastefromword":{"confirmCleanup":"The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?","error":"It was not possible to clean up the pasted data due to an internal error","title":"Word'Ñан Ó©ÑÑÓÒ¯","toolbar":"Word'Ñан Ó©ÑÑÓÒ¯"},"maximize":{"maximize":"ÐÑÑайÑÑ","minimize":"ÐеÑеÑÓйÑÒ¯"},"magicline":{"title":"ÐиÑÐµÐ³Ó Ð¿Ð°ÑагÑÐ°Ñ Ó©ÑÑÓÒ¯"},"list":{"bulletedlist":"ÐаÑкеÑÐ»Ñ ÑÐµÐ·Ð¼Ó Ó©ÑÑÓÒ¯/беÑеÑÒ¯","numberedlist":" ÐомеÑланган ÑÐµÐ·Ð¼Ó Ó©ÑÑÓÒ¯/беÑеÑÒ¯"},"link":{"acccessKey":"Access Key","advanced":"ÐиңÓйÑелгÓн көйлÓүлÓÑ","advisoryContentType":"Advisory Content Type","advisoryTitle":"ÐиңÓÑ Ð¸Ñем","anchor":{"toolbar":"ЯкоÑÑ","menu":"ЯкоÑÑне үзгÓÑÑÒ¯","title":"ЯкоÑÑ Ò¯Ð·Ð»ÐµÐºÐ»ÓÑе","name":"ЯкоÑÑ Ð¸Ñеме","errorName":"ЯкоÑÑнең иÑемен ÑзÑгÑз","remove":"ЯкоÑÑне беÑеÑÒ¯"},"anchorId":"ÐÐ»ÐµÐ¼ÐµÐ½Ñ Ð¸Ð´ÐµÐ½ÑиÑикаÑоÑÑ Ð±ÑенÑа","anchorName":"ЯкоÑÑ Ð¸Ñеме бÑенÑа","charset":"Linked Resource Charset","cssClasses":"СÑилÑлÓÑ ÐºÐ»Ð°ÑÑлаÑÑ","emailAddress":"ÐлекÑÑон поÑÑа адÑеÑÑ","emailBody":"Ð¥Ð°Ñ ÑÑÑÓлеге","emailSubject":"Ð¥Ð°Ñ ÑемаÑÑ","id":"ÐденÑиÑикаÑоÑ","info":"СÑлÑалама ÑаÑвиÑламаÑÑ","langCode":"Тел кодÑ","langDir":"ЯзÑлÑÑ ÑнÉлеÑе","langDirLTR":"СÑлдан Ñңга ÑзÑлÑÑ (LTR)","langDirRTL":"Уңнан ÑÑлга ÑзÑлÑÑ (RTL)","menu":"СÑлÑаламаyÐ½Ñ Ò¯Ð·Ð³ÓÑÑÒ¯","name":"ÐÑем","noAnchors":"(Óлеге докÑменÑÑа ÑкоÑÑлÓÑ ÑабÑлмадÑ)","noEmail":"ÐлекÑÑон поÑÑа адÑеÑÑн ÑзÑгÑз","noUrl":"СÑлÑÐ°Ð»Ð°Ð¼Ð°Ð½Ñ ÑзÑгÑз","other":"<бүÑÓн>","popupDependent":"ÐÓйле (Netscape)","popupFeatures":"Popup Window Features","popupFullScreen":"ТÑÐ»Ñ ÑкÑан (IE)","popupLeft":"Left Position","popupLocationBar":"Location Bar","popupMenuBar":"Menu Bar","popupResizable":"Resizable","popupScrollBars":"Scroll Bars","popupStatusBar":"Status Bar","popupToolbar":"Toolbar","popupTop":"Top Position","rel":"ÐÓйлÓнеÑ","selectAnchor":"ЯкоÑÑне ÑайлаÑ","styles":"СÑилÑ","tabIndex":"Tab Index","target":"ÐакÑаÑ","targetFrame":"<frame>","targetFrameName":"Target Frame Name","targetPopup":"<popup window>","targetPopupName":"Ðопап ÑÓÑÓзÓÑе иÑеме","title":"СÑлÑалама","toAnchor":"ЯкоÑÑне ÑекÑÑ Ð±ÐµÐ»Óн бÓйлÓÒ¯","toEmail":"ÐлекÑÑон поÑÑа","toUrl":"СÑлÑалама","toolbar":"СÑлÑалама","type":"СÑлÑалама ÑÓ©Ñе","unlink":"СÑлÑÐ°Ð»Ð°Ð¼Ð°Ð½Ñ Ð±ÐµÑеÑÒ¯","upload":"ÐөклÓÒ¯"},"indent":{"indent":"ÐÑÑÑÑÐ¿Ð½Ñ Ð°ÑÑÑÑÑÑ","outdent":"ÐÑÑÑÑÐ¿Ð½Ñ ÐºÐµÑеÑÓйÑÒ¯"},"image":{"alt":"ÐлÑÑеÑнаÑив ÑекÑÑ","border":"Чик","btnUpload":"СеÑвеÑга ÒибÓÑÒ¯","button2Img":"Do you want to transform the selected image button on a simple image?","hSpace":"ÐоÑизонÑÐ°Ð»Ñ Ð°Ñа","img2Button":"Do you want to transform the selected image on a image button?","infoTab":"Ð ÓÑем ÑаÑвиÑламаÑÑ","linkTab":"СÑлÑалама","lockRatio":"Lock Ratio","menu":"Ð ÓÑем үзлеклÓÑе","resetSize":"ÐаÑÑÐ°Ð³Ñ Ð·ÑÑлÑк","title":"Ð ÓÑем үзлеклÓÑе","titleButton":"Ð ÓÑемле ÑÓ©Ð¹Ð¼É Ò¯Ð·Ð»ÐµÐºÐ»ÓÑе","upload":"ÐөклÓÒ¯","urlMissing":"Image source URL is missing.","vSpace":"ÐеÑÑÐ¸ÐºÐ°Ð»Ñ Ð°Ñа","validateBorder":"Чик киңлеге Ñан бÑлÑÑга ÑиеÑ.","validateHSpace":"ÐоÑизонÑÐ°Ð»Ñ Ð°Ñа бөÑен Ñан бÑлÑÑга ÑиеÑ.","validateVSpace":"ÐеÑÑÐ¸ÐºÐ°Ð»Ñ Ð°Ñа бөÑен Ñан бÑлÑÑга ÑиеÑ."},"horizontalrule":{"toolbar":"ЯÑма ÑÑзÑк Ó©ÑÑÓÒ¯"},"format":{"label":"ФоÑмаÑлаÑ","panelTitle":"ÐаÑагÑÐ°Ñ ÑоÑмаÑлавÑ","tag_address":"ÐдÑеÑ","tag_div":"Ðади (DIV)","tag_h1":"ÐаÑлам 1","tag_h2":"ÐаÑлам 2","tag_h3":"ÐаÑлам 3","tag_h4":"ÐаÑлам 4","tag_h5":"ÐаÑлам 5","tag_h6":"ÐаÑлам 6","tag_p":"Ðади","tag_pre":"ФоÑмаÑлаÑлÑ"},"fakeobjects":{"anchor":"ЯкоÑÑ","flash":"Ð¤Ð»ÐµÑ Ð°Ð½Ð¸Ð¼Ð°ÑиÑÑÑ","hiddenfield":"ЯÑеÑен кÑÑ","iframe":"IFrame","unknown":"ТанÑлмаган обÑекÑ"},"elementspath":{"eleLabel":"Elements path","eleTitle":"%1 ÑлеменÑ"},"contextmenu":{"options":"ÐонÑекÑÑ Ð¼ÐµÐ½Ñ Ò¯Ð·Ð»ÐµÐºÐ»ÓÑе"},"clipboard":{"copy":"ÐÒ¯ÑеÑмÓлÓÒ¯","copyError":"ÐÑаÑзеÑÑгÑзнÑÒ£ иминлек үзлеклÓÑе авÑомаÑик ÑÓвеÑÑÓ ÐºÒ¯ÑеÑмÓлÓÒ¯ Ò¯ÑÓүне ÑÑÑ. Тиз ÑөймÓлÓÑне (Ctrl/Cmd+C) кÑлланÑгÑз.","cut":"ÐиÑеп алÑ","cutError":"ÐÑаÑзеÑÑгÑзнÑÒ£ иминлек үзлеклÓÑе авÑомаÑик ÑÓвеÑÑÓ ÐºÒ¯ÑеÑмÓлÓÒ¯ Ò¯ÑÓүне ÑÑÑ. Тиз ÑөймÓлÓÑне (Ctrl/Cmd+C) кÑлланÑгÑз.","paste":"Ó¨ÑÑÓÒ¯","pasteArea":"Ó¨ÑÑÓÒ¯ мÓйданÑ","pasteMsg":"Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK","securityMsg":"Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.","title":"Ó¨ÑÑÓÒ¯"},"button":{"selectedLabel":"%1 (Сайланган)"},"blockquote":{"toolbar":"ӨземÑÓ Ð±Ð»Ð¾Ð³Ñ"},"basicstyles":{"bold":"ÐалÑн","italic":"ÐÑÑÑив","strike":"СÑзÑлган","subscript":"ÐÑÐºÑ Ð¸Ð½Ð´ÐµÐºÑ","superscript":"Ó¨Ñке индекÑ","underline":"ÐÑÑÑна ÑÑзÑлган"},"about":{"copy":"Copyright © $1. ÐÐ°Ñ Ñ Ð¾ÐºÑÐºÐ»Ð°Ñ Ñакланган","dlgTitle":"CKEditor ÑÑÑÑнда","help":"ЯÑдÓм Ó©Ñен $1 ÑикÑеÑеп каÑагÑз.","moreInfo":"For licensing information please visit our web site:","title":"CKEditor ÑÑÑÑнда","userGuide":"CKEditor кÑлланмаÑÑ"},"editor":"ФоÑмаÑлаÑÐ»Ñ ÑекÑÑ Ó©Ð»ÐºÓÑе","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"ЯÑдÓм Ó©Ñен ALT 0 баÑÑгÑз","browseServer":"СеÑÐ²ÐµÑ ÐºÐ°Ñап ÑÑгÑ","url":"СÑлÑалама","protocol":"ÐÑоÑокол","upload":"ÐөклÓÒ¯","uploadSubmit":"СеÑвеÑга ÒибÓÑÒ¯","image":"Ð ÓÑем","flash":"ФлеÑ","form":"ФоÑма","checkbox":"ЧекбокÑ","radio":"Радио ÑөймÓ","textField":"ТекÑÑ ÐºÑÑÑ","textarea":"ТекÑÑ Ð¼ÓйданÑ","hiddenField":"ЯÑеÑен кÑÑ","button":"ТөймÉ","select":"Ð¡Ð°Ð¹Ð»Ð°Ñ ÐºÑÑÑ","imageButton":"Ð ÓÑемле ÑөймÉ","notSet":"<билгелÓнмÓгÓн>","id":"Id","name":"ÐÑем","langDir":"ЯзÑлÑÑ ÑнÉлеÑе","langDirLtr":"СÑлдан Ñңга ÑзÑлÑÑ (LTR)","langDirRtl":"Уңнан ÑÑлга ÑзÑлÑÑ (RTL)","langCode":"Тел кодÑ","longDescr":"ÒенÑекле ÑаÑвиÑламага ÑÑлÑалама","cssClass":"СÑилÑлÓÑ ÐºÐ»Ð°ÑÑлаÑÑ","advisoryTitle":"ÐиңÓÑ Ð¸Ñем","cssStyle":"СÑилÑ","ok":"ТÓмам","cancel":"ÐÐ°Ñ ÑаÑÑÑ","close":"ЧÑгÑ","preview":"ÐаÑап алÑ","resize":"ÐÑÑлÑÐºÐ½Ñ Ò¯Ð·Ð³ÓÑÑÒ¯","generalTab":"Төп","advancedTab":"ÐиңÓйÑелгÓн көйлÓүлÓÑ","validateNumberFailed":"Óлеге кÑйммÓÑ Ñан Ñүгел.","confirmNewPage":"Any unsaved changes to this content will be lost. Are you sure you want to load new page?","confirmCancel":"You have changed some options. Are you sure you want to close the dialog window?","options":"ҮзлеклÓÑ","target":"ÐакÑаÑ","targetNew":"Яңа ÑÓÑÓÐ·Ó (_blank)","targetTop":"Ó¨Ñке ÑÓÑÓÐ·Ó (_top)","targetSelf":"ШÑл үк ÑÓÑÓÐ·Ó (_self)","targetParent":"Ðна ÑÓÑÓÐ·Ó (_parent)","langDirLTR":"СÑлдан Ñңга ÑзÑлÑÑ (LTR)","langDirRTL":"Уңнан ÑÑлга ÑзÑлÑÑ (RTL)","styles":"СÑилÑ","cssClasses":"СÑилÑлÓÑ ÐºÐ»Ð°ÑÑлаÑÑ","width":"Ðиңлек","height":"Ðиеклек","align":"ТигезлÓÒ¯","alignLeft":"СÑл Ñкка","alignRight":"Уң Ñкка","alignCenter":"ҮзÓккÓ","alignJustify":"ÐÐ¸Ò£Ð»ÐµÐºÐºÓ ÐºÐ°Ñап ÑигезлÓÒ¯","alignTop":"Ó¨ÑкÓ","alignMiddle":"УÑÑага","alignBottom":"ÐÑка","alignNone":"ҺиÑбеÑ","invalidValue":"ÐÓ©ÑÐµÑ Ð±Ñлмаган кÑйммÓÑ.","invalidHeight":"Ðиеклек Ñан бÑлÑÑга ÑиеÑ.","invalidWidth":"Ðиңлек Ñан бÑлÑÑга ÑиеÑ.","invalidCssLength":"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, unavailable</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/ug.js b/public/assets/ckeditor/lang/ug.js new file mode 100644 index 0000000..feaeedc --- /dev/null +++ b/public/assets/ckeditor/lang/ug.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['ug']={"wsc":{"btnIgnore":"Ù¾ÛØ±Ûا ÙÙÙ٠ا","btnIgnoreAll":"Ú¾ÛÙ Ù ÙÚ¯Û Ù¾ÛØ±Ûا ÙÙÙ٠ا","btnReplace":"ئاÙÙ Ø§Ø´ØªÛØ±","btnReplaceAll":"Ú¾ÛÙ Ù ÙÙ٠ئاÙÙ Ø§Ø´ØªÛØ±","btnUndo":"ÙÛÙÙÛØ§Ù","changeTo":"Ø¦ÛØ²Ú¯Ûرت","errorLoading":"ÙØ§Ø²ÙÙ ÙÙÙ Ù ÛÙØ§Ø²ÙÙ ÛØªÙرÙÙ ÙÛÙÙÙÚ¯ÛÙØ¯Û خاتاÙÙÙ ÙÛØ±ÛÙØ¯Ù: %s.","ieSpellDownload":"ئÙÙ ÙØ§ تÛÙØ´ÛØ±ÛØ´ ÙÙØ³ØªÛØ±Ù ÙØ³Ù ØªÛØ®Ù Ø¦ÙØ±ÙÙØªÙÙÙ ÙØºØ§ÙØ Ú¾Ø§Ø²ÙØ±Ùا ÚÛØ´ÛرÛÙ Ø³ÙØ²Ø","manyChanges":"ئÙÙ ÙØ§ تÛÙØ´ÛØ±ÛØ´ تا٠ا٠: %1 Ø³ÛØ²ÙÙ Ø¦ÛØ²Ú¯ÛرتتÙ","noChanges":"ئÙÙ ÙØ§ تÛÙØ´ÛØ±ÛØ´ تا٠ا٠: Ú¾ÛÚÙØ§ÙØ¯Ø§Ù Ø³ÛØ²ÙÙ Ø¦ÛØ²Ú¯ÛØ±ØªÙ ÙØ¯Ù","noMispell":"ئÙÙ ÙØ§ تÛÙØ´ÛØ±ÛØ´ تا٠ا٠: ئÙÙ ÙØ§ خاتاÙÙÙ٠باÙÙØ§ÙÙ ÙØ¯Ù","noSuggestions":"-تÛÙÙÙÙ¾ ÙÙÙ-","notAvailable":"ÙÛÚÛØ±ÛÚØ Ù ÛÙØ§Ø²ÙÙ ÛØªÙرÙÙ ÛØ§ÙتÙÙÚÛ Ø¦ÙØ´ÙÛØªÙÙÙ٠بÙÙÙ Ø§ÙØ¯Û","notInDic":"ÙÛØºÛØªØªÛ ÙÙÙ","oneChange":"ئÙÙ ÙØ§ تÛÙØ´ÛØ±ÛØ´ تا٠ا٠: Ø¨ÙØ± Ø³ÛØ²ÙÙ Ø¦ÛØ²Ú¯ÛرتتÙ","progress":"ئÙÙ ÙØ§ تÛÙØ´ÛرÛÛØ§ØªÙدÛâ¦","title":"ئÙÙ ÙØ§ تÛÙØ´Ûر","toolbar":"ئÙÙ ÙØ§ تÛÙØ´Ûر"},"undo":{"redo":"ÙØ§ÙتÙÙØ§ ","undo":"ÙÛÙÙÛØ§Ù"},"toolbar":{"toolbarCollapse":"ÙÙØ±Ø§Ù Ø¨Ø§ÙØ¯Ø§ÙÙÙ ÙØ§ØªÙا","toolbarExpand":"ÙÙØ±Ø§Ù Ø¨Ø§ÙØ¯Ø§ÙÙÙ ÙØ§Ù","toolbarGroups":{"document":"Ù¾ÛØªÛÙ","clipboard":"ÚØ§Ù¾Ùاش ØªØ§Ø®ØªÙØ³Ù/ÙÛÙÙÛØ§Ù","editing":"تÛÚ¾Ø±ÙØ±","forms":"Ø¬ÛØ¯ÛÛÙ","basicstyles":"ئاساسÙÙ Ø¦ÛØ³ÙÛØ¨","paragraph":"ئابزاس","links":"ئÛÙØ§Ù٠ا","insert":"ÙÙØ³ØªÛر","styles":"Ø¦ÛØ³ÙÛØ¨","colors":"رÛÚ","tools":"ÙÙØ±Ø§Ù"},"toolbars":"ÙÙØ±Ø§Ù Ø¨Ø§ÙØ¯Ø§Ù"},"table":{"border":"Ú¯ÙØ±ÛÛÙ","caption":"Ù Ø§ÛØ²Û","cell":{"menu":"ÙØ§ØªÛÙÚÛ","insertBefore":"سÙÙØºØ§ ÙØ§ØªÛÙÚÛ ÙÙØ³ØªÛر","insertAfter":"ئÙÚØºØ§ ÙØ§ØªÛÙÚÛ ÙÙØ³ØªÛر","deleteCell":"ÙÛØªÛÙÚÛ Ø¦ÛÚÛØ±","merge":"ÙØ§ØªÛÙÚÛ Ø¨ÙØ±ÙÛØ´ØªÛر","mergeRight":"ÙØ§ØªÛÙÚÙÙ٠ئÙÚØºØ§ Ø¨ÙØ±ÙÛØ´ØªÛر","mergeDown":"ÙØ§ØªÛÙÚÙÙÙ Ø¦Ø§Ø³ØªÙØºØ§ Ø¨ÙØ±ÙÛØ´ØªÛر","splitHorizontal":"ÙØ§ØªÛÙÚÙÙÙ ØªÙØºØ±ÙØ³ÙØºØ§ Ø¨ÙØ±ÙÛØ´ØªÛر","splitVertical":"ÙØ§ØªÛÙÚÙÙ٠بÙÙÙØºØ§ Ø¨ÙØ±ÙÛØ´ØªÛر","title":"ÙØ§ØªÛÙÚÛ Ø®Ø§Ø³ÙÙÙÙ","cellType":"ÙØ§ØªÛÙÚÛ ØªÙÙ¾Ù","rowSpan":"بÙÙÙØºØ§ ÚØ§Øª Ø¦Ø§Ø±ÙØ³Ù ÙÛØ± ساÙÙ","colSpan":"ØªÙØºØ±ÙØ³ÙØºØ§ ÚØ§Øª Ø¦Ø§Ø±ÙØ³Ù Ø¦ÙØ³ØªÙ٠ساÙÙ","wordWrap":"Ø¦ÛØ²ÙÛÙÙØ¯ÙÙ ÙÛØ± ÙØ§ØªÙا","hAlign":"ØªÙØºØ±ÙØ³ÙØºØ§ ØªÙØºØ±ÙÙØ§","vAlign":"بÙÙÙØºØ§ ØªÙØºØ±ÙÙØ§","alignBaseline":"ئاساسÙÙ Ø³ÙØ²ÙÙ","bgColor":"تÛÚ¯ÙÙ٠رÛÚÚ¯Ù","borderColor":"Ú¯ÙØ±ÛÛ٠رÛÚÚ¯Ù","data":"ساÙÙÙÙ Ù ÛÙÛ٠ات","header":"Ø¬ÛØ¯ÛÛ٠باشÙ","yes":"Ú¾ÛØ¦Û","no":"ÙØ§Ù","invalidWidth":"ÙØ§ØªÛÙÚÛ ÙÛÚÙÙÙÙ ÚÙÙÛ٠سا٠بÙÙÙØ¯Û","invalidHeight":"ÙØ§ØªÛÙÚÛ Ø¦ÛÚ¯ÙØ²ÙÙÙÙ ÚÙÙÛ٠سا٠بÙÙÙØ¯Û","invalidRowSpan":"ÙÛØ± ÚØ§Øª Ø¦Ø§Ø±ÙØ³Ù ÚÙÙÛÙ Ù¾ÛØªÛ٠سا٠بÙÙÙØ¯Û ","invalidColSpan":"Ø¦ÙØ³ØªÙÙ ÚØ§Øª Ø¦Ø§Ø±ÙØ³Ù ÚÙÙÛÙ Ù¾ÛØªÛ٠سا٠بÙÙÙØ¯Û","chooseColor":"تاÙÙØ§Ú"},"cellPad":"ÙØ§Ù ئارÙÙÙÙ","cellSpace":"ئارÙÙÙÙ","column":{"menu":"Ø¦ÙØ³ØªÙÙ","insertBefore":"سÙÙØºØ§ Ø¦ÙØ³ØªÙÙ ÙÙØ³ØªÛر","insertAfter":"ئÙÚØºØ§ Ø¦ÙØ³ØªÙÙ ÙÙØ³ØªÛر","deleteColumn":"Ø¦ÙØ³ØªÙ٠ئÛÚÛØ±"},"columns":"Ø¦ÙØ³ØªÙ٠ساÙÙ","deleteTable":"Ø¬ÛØ¯ÛÛ٠ئÛÚÛØ±","headers":"Ù Ø§ÛØ²Û ÙØ§ØªÛÙÚÛ","headersBoth":"Ø¨ÙØ±ÙÙÚÙ Ø¦ÙØ³ØªÙÙ ÛÛ Ø¨ÙØ±ÙÙÚÙ ÙÛØ±","headersColumn":"Ø¨ÙØ±ÙÙÚÙ Ø¦ÙØ³ØªÙÙ","headersNone":"ÙÙÙ","headersRow":"Ø¨ÙØ±ÙÙÚÙ ÙÛØ±","invalidBorder":"Ú¯ÙØ±ÛÛ٠تÙÙ ÙÛÙÙ ÚÙÙÛ٠سا٠بÙÙÙØ¯Û","invalidCellPadding":"ÙØ§ØªÛÙÚÙÚ¯Û ÚÙÙÛ٠سا٠تÙÙØ¯ÛرÛÙÙØ¯Û","invalidCellSpacing":"ÙØ§ØªÛÙÚÛ Ø¦Ø§Ø±ÙÙÙÙÙ ÚÙÙÛ٠سا٠بÙÙÙØ¯Û","invalidCols":"بÛÙÚ¯ÙÙÛÙÚ¯ÛÙ ÙÛØ± ساÙÙ ÚÙÙÛÙ ÙÛÙØ¯ÙÙ ÚÙÚ Ø¨ÙÙÙØ¯Û","invalidHeight":"Ø¬ÛØ¯ÛÛ٠ئÛÚ¯ÙØ²ÙÙÙÙ ÚÙÙÛ٠سا٠بÙÙÙØ¯Û","invalidRows":"بÛÙÚ¯ÙÙÛÙÚ¯ÛÙ Ø¦ÙØ³ØªÙ٠ساÙÙ ÚÙÙÛÙ ÙÛÙØ¯ÙÙ ÚÙÚ Ø¨ÙÙÙØ¯Û","invalidWidth":"Ø¬ÛØ¯ÛÛÙ ÙÛÚÙÙÙÙ ÚÙÙÛ٠سا٠بÙÙÙØ¯Û","menu":"Ø¬ÛØ¯ÛÛ٠خاسÙÙÙÙ","row":{"menu":"ÙÛØ±","insertBefore":"Ø¦ÛØ³ØªÙÚ¯Û ÙÛØ± ÙÙØ³ØªÛر","insertAfter":"Ø¦Ø§Ø³ØªÙØºØ§ ÙÛØ± ÙÙØ³ØªÛر","deleteRow":"ÙÛØ± ئÛÚÛØ±"},"rows":"ÙÛØ± ساÙÙ","summary":"Ø¦ÛØ²ÛÙØ¯Û","title":"Ø¬ÛØ¯ÛÛ٠خاسÙÙÙÙ","toolbar":"Ø¬ÛØ¯ÛÛÙ","widthPc":"Ù¾ÙØ±Ø³ÛÙØª","widthPx":"Ù¾ÙÙØ³ÛÙ","widthUnit":"ÙÛÚÙÙÙ Ø¨ÙØ±ÙÙÙÙ"},"stylescombo":{"label":"Ø¦ÛØ³ÙÛØ¨","panelTitle":"Ø¦ÛØ³ÙÛØ¨","panelTitle1":"بÛÙÛÙ Ø¯ÛØ±ÙØ¬ÙØ³ÙدÙÙ٠ئÛÙÛÙ ÛÙØª Ø¦ÛØ³ÙÛØ¨Ù","panelTitle2":"ئÙÚÙÙ Ø¨Ø§ØºÙØ§Ù٠ا ئÛÙÛÙ ÛÙØª Ø¦ÛØ³ÙÛØ¨Ù","panelTitle3":"ÙÛÚ (Object) ئÛÙÛÙ ÛÙØª Ø¦ÛØ³ÙÛØ¨Ù"},"specialchar":{"options":"Ø¦Ø§ÙØ§Ú¾ÙØ¯Û Ú¾ÛØ±Ù¾ تاÙÙØ§ÙÙ ÙØ³Ù","title":"Ø¦Ø§ÙØ§Ú¾ÙØ¯Û Ú¾ÛØ±Ù¾ تاÙÙØ§Ú","toolbar":"Ø¦Ø§ÙØ§Ú¾ÙØ¯Û Ú¾ÛØ±Ù¾ ÙÙØ³ØªÛر"},"sourcearea":{"toolbar":"Ù ÛÙØ¨Û"},"scayt":{"btn_about":"Ø´ÛØ¦Ø§Ù ئÙÙ ÙØ§ تÛÙØ´ÛØ±ÛØ´ Ú¾ÛÙÙÙØ¯Û","btn_dictionaries":"ÙÛØºÛت","btn_disable":"Ø´ÛØ¦Ø§Ù ئÙÙ ÙØ§ تÛÙØ´ÛØ±ÛØ´ÙÙ ÚÛÙÙÛ","btn_enable":"Ø´ÛØ¦Ø§Ù ئÙÙ ÙØ§ تÛÙØ´ÛØ±ÛØ´ÙÙ ÙÙØ²ØºØ§Øª","btn_langs":"تÙÙ","btn_options":"تاÙÙØ§Ù٠ا","text_title":"Ø´ÛØ¦Ø§Ù ئÙÙ ÙØ§ تÛÙØ´Ûر"},"removeformat":{"toolbar":"Ù¾ÙÚÙÙ ÙÙ ÚÙÙÙØ±ÙÛÛØª"},"pastetext":{"button":"Ù¾ÙÚÙÙ Ù ÙÙ٠تÛÙÙØ³Øª سÛÙ¾ÙØªÙØ¯Û ÚØ§Ù¾Ùا","title":"Ù¾ÙÚÙÙ Ù ÙÙ٠تÛÙÙØ³Øª سÛÙ¾ÙØªÙØ¯Û ÚØ§Ù¾Ùا"},"pastefromword":{"confirmCleanup":"Ø³ÙØ² ÚØ§Ù¾ÙÙ٠اÙÚ٠بÙÙØºØ§Ù Ù ÛØ²Ù ÛÙ MS Word تÙÙ ÙÛÙÚ¯ÛÙØ¯ÛÙ ÙÙÙÙØ¯ÛØ MS Word Ù¾ÙÚÙÙ ÙÙ٠تازÙÙÙÛÛØªÙÛÙØ¯ÙÙ ÙÛÙÙÙ Ø¦Ø§ÙØ¯ÙÙ ÚØ§Ù¾ÙØ§Ù Ø¯ÛØ","error":"ئÙÚÙ٠خاتاÙÙ٠سÛÛÛØ¨ÙدÙÙ ÚØ§Ù¾ÙØ§ÙØ¯Ùغا٠ساÙÙÙÙ Ù ÛÙÛ٠اتÙ٠تازÙÙÙÙØ§ÙÙ Ø§ÙØ¯Û","title":"MS Word تÙÙ ÚØ§Ù¾Ùا","toolbar":"MS Word تÙÙ ÚØ§Ù¾Ùا"},"maximize":{"maximize":"ÚÙÚØ§Ùت","minimize":"ÙÙÚÙÙÙÛØª"},"magicline":{"title":"Ø¨Û Ø¬Ø§ÙØºØ§ ئابزاس ÙÙØ³ØªÛر"},"list":{"bulletedlist":"ØªÛØ± بÛÙÚ¯Û ØªÙØ²ÙÙ Ù","numberedlist":"ØªÛØ±ØªÙÙ¾ ÙÙÙ ÛØ± ØªÙØ²ÙÙ Ù"},"link":{"acccessKey":"زÙÙØ§Ø±Ûت ÙÛÙÛÙ¾ÙØ§","advanced":"ئاÙÙÙ","advisoryContentType":"Ù ÛØ²Ù Û٠تÙÙ¾Ù","advisoryTitle":"Ù Ø§ÛØ²Û","anchor":{"toolbar":"ÙÛÚÚ¯ÛØ±ÙÙÙ ÙÛÙØªØ§ ئÛÙØ§ÙÙ ÙØ³Ù ÙÙØ³ØªÛر/تÛÚ¾Ø±ÙØ±ÙÛ","menu":"ÙÛÚÚ¯ÛØ±ÙÙÙ ÙÛÙØªØ§ ئÛÙØ§Ù٠ا خاسÙÙÙÙ","title":"ÙÛÚÚ¯ÛØ±ÙÙÙ ÙÛÙØªØ§ ئÛÙØ§Ù٠ا خاسÙÙÙÙ","name":"ÙÛÚÚ¯ÛØ±ÙÙÙ ÙÛÙØªØ§ ئاتÙ","errorName":"ÙÛÚÚ¯ÛØ±ÙÙÙ ÙÛÙØªØ§ ئاتÙÙÙ ÙÙØ±Ú¯ÛزÛÚ","remove":"ÙÛÚÚ¯ÛØ±ÙÙÙ ÙÛÙØªØ§ ئÛÚÛØ±"},"anchorId":"ÙÛÚÚ¯ÛØ±ÙÙÙ ÙÛÙØªØ§ ID س٠بÙÙÙÚÛ","anchorName":"ÙÛÚÚ¯ÛØ±ÙÙÙ ÙÛÙØªØ§ ئات٠بÙÙÙÚÛ","charset":"Ú¾ÛØ±Ù¾ ÙÙØ¯ÙÙÙÙØ´Ù","cssClasses":"Ø¦ÛØ³ÙÛØ¨ Ø®ÙÙ٠ئاتÙ","emailAddress":"Ø¦Ø§Ø¯Ø±ÛØ³","emailBody":"Ù ÛØ²Ù ÛÙ","emailSubject":"Ù Ø§ÛØ²Û","id":"ID","info":"ئÛÙØ§Ù٠ا ئÛÚÛØ±Ù","langCode":"تÙÙ ÙÙØ¯Ù","langDir":"تÙÙ ÙÛÙÙÙÙØ´Ù","langDirLTR":"سÙÙØ¯Ù٠ئÙÚØºØ§ (LTR)","langDirRTL":"ئÙÚØ¯Ù٠سÙÙØºØ§ (RTL)","menu":"ئÛÙØ§Ù٠ا تÛÚ¾Ø±ÙØ±","name":"ئات","noAnchors":"(Ø¨Û Ù¾ÛØªÛÙØªÛ Ø¦ÙØ´ÙÛØªÙÙÙ٠بÙÙÙØ¯Ùغا٠ÙÛÚÚ¯ÛØ±ÙÙÙ ÙÛÙØªØ§ ÙÙÙ)","noEmail":"ئÛÙØ®Ûت Ø¦Ø§Ø¯Ø±ÛØ³ÙÙÙ ÙÙØ±Ú¯ÛزÛÚ","noUrl":"ئÛÙØ§Ù٠ا Ø¦Ø§Ø¯Ø±ÛØ³ÙÙÙ ÙÙØ±Ú¯ÛزÛÚ","other":"â¹Ø¨Ø§Ø´Ùاâº","popupDependent":"تÛÛÛ (NS)","popupFeatures":"ÙØ§ÚÙÙØ´ ÙÛØ²ÙÛ٠خاسÙÙÙÙ","popupFullScreen":"Ù¾ÛØªÛ٠ئÛÙØ±Ø§Ù (IE)","popupLeft":"سÙÙ","popupLocationBar":"Ø¦Ø§Ø¯Ø±ÛØ³ Ø¨Ø§ÙØ¯Ø§Ù","popupMenuBar":"ØªÙØ²ÙÙ ÙÙÙ Ø¨Ø§ÙØ¯Ø§Ù","popupResizable":"ÚÙÚÙÛÙÙ Ø¦ÛØ²Ú¯ÛØ±ØªÙØ´ÚاÙ","popupScrollBars":"دÙÙ ÙÙÙ٠ا Ø³ÛØ±Ú¯ÛÚ","popupStatusBar":"ھاÙÛØª Ø¨Ø§ÙØ¯Ø§Ù","popupToolbar":"ÙÙØ±Ø§Ù Ø¨Ø§ÙØ¯Ø§Ù","popupTop":"ئÙÚ","rel":"باغÙÙÙÙØ´","selectAnchor":"Ø¨ÙØ± ÙÛÚÚ¯ÛØ±ÙÙÙ ÙÛÙØªØ§ تاÙÙØ§Ú","styles":"ÙÛØ± ئÙÚÙØ¯ÙÙÙ Ø¦ÛØ³ÙÛØ¨Ù","tabIndex":"Tab ØªÛØ±ØªÙÙ¾Ù","target":"ÙÙØ´Ø§Ù","targetFrame":"â¹ÙØ§ÙØ¯ÛÙâº","targetFrameName":"ÙÙØ´Ø§Ù ÙØ§ÙدÛ٠ئاتÙ","targetPopup":"â¹ÙاÚÙÙØ´ ÙÛØ²ÙÛÙâº","targetPopupName":"ÙØ§ÚÙÙØ´ ÙÛØ²ÙÛ٠ئاتÙ","title":"ئÛÙØ§Ù٠ا","toAnchor":"Ø¨ÛØª ئÙÚÙØ¯ÙÙÙ ÙÛÚÚ¯ÛØ±ÙÙÙ ÙÛÙØªØ§ ئÛÙØ§ÙÙ ÙØ³Ù","toEmail":"ئÛÙØ®Ûت","toUrl":"Ø¦Ø§Ø¯Ø±ÛØ³","toolbar":"ئÛÙØ§Ù٠ا ÙÙØ³ØªÛر/تÛÚ¾Ø±ÙØ±ÙÛ","type":"ئÛÙØ§Ù٠ا تÙÙ¾Ù","unlink":"ئÛÙØ§Ù٠ا بÙÙØ§Ø± ÙÙÙ","upload":"ÙÛÙÙÛ"},"indent":{"indent":"ØªØ§Ø±Ø§ÙØª","outdent":"ÙÛÚÛÙØª"},"image":{"alt":"تÛÙÙØ³Øª ئاÙÙ Ø§Ø´ØªÛØ±","border":"Ú¯ÙØ±ÛÛÙ ÚÙÚÙÛÙÙ","btnUpload":"Ù ÛÙØ§Ø²ÙÙ ÛØªÙرغا ÙÛÙÙÛ","button2Img":"ÙÛÛÛØªØªÙÙ٠تÙÙ¾ÚÙÙÙ Ø³ÛØ±ÛتÙÛ Ø¦ÛØ²Ú¯ÛرتÛÙ Ø³ÙØ²Ø","hSpace":"ØªÙØºØ±ÙØ³ÙØºØ§ ئارÙÙÙÙÙ","img2Button":"ÙÛÛÛØªØªÙÙÙ Ø³ÛØ±ÛتÙ٠تÙÙ¾ÚÙØºØ§ Ø¦ÛØ²Ú¯ÛرتÛÙ Ø³ÙØ²Ø","infoTab":"Ø³ÛØ±Ûت","linkTab":"ئÛÙØ§Ù٠ا","lockRatio":"ÙÙØ³Ø¨ÛتÙÙ ÙÛÙÛÙ¾ÙØ§","menu":"Ø³ÛØ±Ûت خاسÙÙÙÙ","resetSize":"Ø¦ÛØ³ÙÙ ÚÙÚÙÛÙ","title":"Ø³ÛØ±Ûت خاسÙÙÙÙ","titleButton":"Ø³ÛØ±Ûت Ø¯Ø§Ø¦ÙØ±Û خاسÙÙÙÙ","upload":"ÙÛÙÙÛ","urlMissing":"Ø³ÛØ±ÛتÙÙÚ Ø¦ÛØ³ÙÙ Ú¾ÛØ¬Ø¬Ûت Ø¦Ø§Ø¯Ø±ÛØ³Ù ÙÛÙ ","vSpace":"بÙÙÙØºØ§ ئارÙÙÙÙÙ","validateBorder":"Ú¯ÙØ±ÛÛÙ ÚÙÚÙÛÙÙ ÚÙÙÛ٠سا٠بÙÙÙØ¯Û","validateHSpace":"ØªÙØºØ±ÙØ³ÙØºØ§ ئارÙÙÙÙ ÚÙÙÛÙ Ù¾ÛØªÛ٠سا٠بÙÙÙØ¯Û","validateVSpace":"بÙÙÙØºØ§ ئارÙÙÙÙ ÚÙÙÛÙ Ù¾ÛØªÛ٠سا٠بÙÙÙØ¯Û"},"horizontalrule":{"toolbar":"ØªÙØºØ±Ø§ Ø³ÙØ²ÙÙ ÙÙØ³ØªÛر"},"format":{"label":"Ù¾ÙÚÙÙ ","panelTitle":"Ù¾ÙÚÙÙ ","tag_address":"Ø¦Ø§Ø¯Ø±ÛØ³","tag_div":"ئابزاس (DIV)","tag_h1":"Ù Ø§ÛØ²Û 1","tag_h2":"Ù Ø§ÛØ²Û 2","tag_h3":"Ù Ø§ÛØ²Û 3","tag_h4":"Ù Ø§ÛØ²Û 4","tag_h5":"Ù Ø§ÛØ²Û 5","tag_h6":"Ù Ø§ÛØ²Û 6","tag_p":"Ø¦Ø§Ø¯ÛØªØªÙÙÙ","tag_pre":"ØªÙØ²ÙÙØºØ§Ù Ù¾ÙÚÙÙ "},"fakeobjects":{"anchor":"ÙÛÚÚ¯ÛØ±ÙÙÙ ÙÛÙØªØ§","flash":"Flash جاÙÙØ§ÙØ¯ÛØ±ÛÙ ","hiddenfield":"ÙÙØ´ÛرÛÙ Ø¯Ø§Ø¦ÙØ±Û","iframe":"IFrame","unknown":"ÙÙÚÛÙ ÙÛÚ"},"elementspath":{"eleLabel":"ئÛÙÛÙ ÛÙØª ÙÙÙÙ","eleTitle":"%1 ئÛÙÛÙ ÛÙØª"},"contextmenu":{"options":"ÙÙØ³Ùا ÙÙÙ ØªÙØ²ÙÙ ÙÙ٠تاÙÙØ§ÙÙ ÙØ³Ù"},"clipboard":{"copy":"ÙÛÚÛØ±","copyError":"ØªÙØ± ÙÛØ±Ú¯ÛÚÙØ²ÙÙÚ Ø¨ÙØ®ÛØªÛØ±ÙÙ٠تÛÚØ´ÙÙ٠تÛÚ¾Ø±ÙØ±ÙÙÚ¯ÛÚÙÙÚ ÙÛÚÛØ± Ù ÛØ´ØºÛÙØ§ØªÙÙÙ Ø¦ÛØ²ÙÛÙÙØ¯ÙÙ Ø¦ÙØ¬Ø±Ø§ ÙÙÙÙØ´Ùغا ÙÙÙ ÙÙÙÙ Ø§ÙØ¯ÛØ Ú¾ÛØ±Ù¾ØªØ§Ø®ØªØ§ ØªÛØ² ÙÛÙÛÙ¾ÙØ§ (Ctrl/Cmd+C) ئارÙÙÙÙÙ ØªØ§Ù Ø§Ù ÙØ§Ú","cut":"ÙÛØ³","cutError":"ØªÙØ± ÙÛØ±Ú¯ÛÚÙØ²ÙÙÚ Ø¨ÙØ®ÛØªÛØ±ÙÙ٠تÛÚØ´ÙÙ٠تÛÚ¾Ø±ÙØ±ÙÙÚ¯ÛÚÙÙÚ ÙÛØ³ Ù ÛØ´ØºÛÙØ§ØªÙÙÙ Ø¦ÛØ²ÙÛÙÙØ¯ÙÙ Ø¦ÙØ¬Ø±Ø§ ÙÙÙÙØ´Ùغا ÙÙÙ ÙÙÙÙ Ø§ÙØ¯ÛØ Ú¾ÛØ±Ù¾ØªØ§Ø®ØªØ§ ØªÛØ² ÙÛÙÛÙ¾ÙØ§ (Ctrl/Cmd+X) ئارÙÙÙÙÙ ØªØ§Ù Ø§Ù ÙØ§Ú","paste":"ÚØ§Ù¾Ùا","pasteArea":"ÚØ§Ù¾Ùاش Ø¯Ø§Ø¦ÙØ±ÙسÙ","pasteMsg":"Ú¾ÛØ±Ù¾ØªØ§Ø®ØªØ§ ØªÛØ² ÙÛÙÛÙ¾ÙØ§ (<STRONG>Ctrl/Cmd+V</STRONG>) ÙÙ Ø¦ÙØ´ÙÙØªÙÙ¾ Ù ÛØ²Ù ÛÙÙ٠تÛÛÛÙØ¯ÙÙ٠را٠ÙÙØºØ§ ÙÛÚÛØ±ÛÚØ Ø¦Ø§ÙØ¯ÙÙ <STRONG>Ø¬ÛØ²Ù ÙÛ</STRONG>ÙÙ Ø¨ÛØ³ÙÚ","securityMsg":"ØªÙØ±ÙÛØ±Ú¯ÛÚÙØ²ÙÙÚ Ø¨ÙØ®ÛØªÛØ±ÙÙ٠تÛÚØ´ÙÙ٠سÛÛÛØ¨ÙدÙÙ Ø¨Û ØªÛÚ¾Ø±ÙØ±ÙÙÚ¯ÛÚ ÚØ§Ù¾Ùاش ØªØ§Ø®ØªÙØ³ÙدÙÙÙ Ù ÛØ²Ù ÛÙÙ٠بÙÛØ§Ø³ØªÛ زÙÙØ§Ø±Ûت ÙÙÙØ§ÙÙ Ø§ÙØ¯ÛØ Ø¨Û ÙÛØ²ÙÛÙØªÛ ÙØ§Ùتا Ø¨ÙØ± ÙÛØªÙÙ ÚØ§Ù¾ÙÙØ´ÙÚÙØ² ÙÛØ±ÛÙ.","title":"ÚØ§Ù¾Ùا"},"button":{"selectedLabel":"%1 (تاÙÙØ§ÙدÙ)"},"blockquote":{"toolbar":"بÛÙÛÙ ÙÛÙÙÙ"},"basicstyles":{"bold":"تÙÙ ","italic":"ÙØ§ÙتÛ","strike":"ئÛÚÛØ±ÛØ´ Ø³ÙØ²ÙÙÙ","subscript":"تÛÛÛ٠ئÙÙØ¯ÛÙØ³","superscript":"ÙÛÙÙØ±Ù ئÙÙØ¯ÛÙØ³","underline":"Ø¦Ø§Ø³ØªÙ Ø³ÙØ²ÙÙ"},"about":{"copy":"Copyright © $1. ÙÛØ´Ø± Ú¾ÙÙÛÙÙØºØ§ ئÙÚ¯Û","dlgTitle":"CKEditor Ú¾ÛÙÙÙØ¯Û","help":"$1 Ù٠زÙÙØ§Ø±Ûت ÙÙÙÙÙ¾ ÙØ§Ø±Ø¯ÛÙ Ú¯Û Ø¦ÛØ±ÙØ´ÙÚ","moreInfo":"ØªÙØ± ØªÛØ±Ø§ÙÙÙ ÙØ²Ù٠زÙÙØ§Ø±Ûت ÙÙÙÙÙ¾ ÙÛÙÙØ´ÙÙ Ú¯Û Ø¦Ø§Ø¦ÙØª ØªÛØ®ÙÙ Û ÙÛÙ¾ ئÛÚÛØ±ØºØ§ Ø¦ÛØ±ÙØ´ÙÚ","title":"CKEditor Ú¾ÛÙÙÙØ¯Û","userGuide":"CKEditor Ø¦ÙØ´ÙÛØªÙÛÚÙ ÙÙÙÙØ§ÙÙ ÙØ³Ù"},"editor":"تÛÚ¾Ø±ÙØ±ÙÙÚ¯ÛÚ","editorPanel":"Ù Ù٠تÛÙØ³Øª تÛÚ¾Ø±ÙØ±ÙÙÚ¯ÛÚ ØªØ§Ø®ØªÙØ³Ù","common":{"editorHelp":"ALT+0 ÙÙ Ø¨ÛØ³ÙÙ¾ ÙØ§Ø±Ø¯ÛÙ ÙÙ ÙÛØ±ÛÚ","browseServer":"ÙÛØ±Ø³ÙØªÙØ´ Ù ÛÙØ§Ø²ÙÙ ÛØªÙر","url":"Ø¦ÛØ³ÙÙ Ú¾ÛØ¬Ø¬Ûت","protocol":"ÙÛÙÙØ´ÙÙ ","upload":"ÙÛÙÙÛ","uploadSubmit":"Ù ÛÙØ§Ø²ÙÙ ÛØªÙرغا ÙÛÙÙÛ","image":"Ø³ÛØ±Ûت","flash":"Flash","form":"Ø¬ÛØ¯ÛÛÙ","checkbox":"ÙÛÙ¾ تاÙÙØ§Ø´ را٠ÙÙØ³Ù","radio":"ÙÛÙÙÛ ØªØ§ÙÙØ§Ø´ تÙÙ¾ÚÙØ³Ù","textField":"ÙÛÙÙÛ ÙÛØ± تÛÙÙØ³Øª","textarea":"ÙÛÙ¾ ÙÛØ± تÛÙÙØ³Øª","hiddenField":"ÙÙØ´ÛرÛÙ Ø¯Ø§Ø¦ÙØ±Û","button":"تÙÙ¾ÚØ§","select":"ØªÙØ²ÙÙ /ØªÙØ²ÙÙ ÙÙÙ","imageButton":"Ø³ÛØ±Ûت Ø¯Ø§Ø¦ÙØ±Û","notSet":"â¹ØªÛÚØ´ÛÙÙ ÙÚ¯ÛÙâº","id":"ID","name":"ئات","langDir":"تÙÙ ÙÛÙÙÙÙØ´Ù","langDirLtr":"سÙÙØ¯Ù٠ئÙÚØºØ§ (LTR)","langDirRtl":"ئÙÚØ¯Ù٠سÙÙØºØ§ (RTL)","langCode":"تÙÙ ÙÙØ¯Ù","longDescr":"تÛپسÙÙÙÙ ÚÛØ´ÛÙØ¯ÛØ±ÛØ´ Ø¦Ø§Ø¯Ø±ÛØ³Ù","cssClass":"Ø¦ÛØ³ÙÛØ¨ Ø®ÙÙÙÙÙÚ Ø¦Ø§ØªÙ","advisoryTitle":"Ù Ø§ÛØ²Û","cssStyle":"ÙÛØ± ئÙÚÙØ¯ÙÙÙ Ø¦ÛØ³ÙÛØ¨Ù","ok":"Ø¬ÛØ²Ù ÙÛ","cancel":"ÛØ§Ø² ÙÛÚ","close":"ØªØ§ÙØ§","preview":"Ø¦Ø§ÙØ¯ÙÙ ÙÛØ²Ûت","resize":"ÚÙÚÙÛÙÙÙÙ Ø¦ÛØ²Ú¯Ûرت","generalTab":"Ø¦Ø§Ø¯ÛØªØªÙÙÙ","advancedTab":"ئاÙÙÙ","validateNumberFailed":"سا٠پÙÚÙÙ ÙØ¯Ø§ ÙÙØ±Ú¯ÛØ²ÛØ´ Ø²ÛØ±Ûر","confirmNewPage":"ÙÛÛÛØªØªÙÙÙ Ù¾ÛØªÛÙ Ù ÛØ²Ù ÛÙ٠ساÙÙØ§ÙÙ ÙØ¯ÙØ ÙÛÚÙ Ù¾ÛØªÛÙ ÙÛØ±Ø§Ù Ø³ÙØ²Ø","confirmCancel":"ÙÙØ³Ù ÛÙ Ø¦ÛØ²Ú¯ÛØ±ØªÙØ´ ساÙÙØ§ÙÙ ÙØ¯ÙØ Ø¨Û Ø³ÛØ²ÙÛØ´ÙÛÙÙ ØªØ§ÙØ§Ù Ø³ÙØ²Ø","options":"تاÙÙØ§Ù٠ا","target":"ÙÙØ´Ø§Ù ÙÛØ²ÙÛÙ","targetNew":"ÙÛÚÙ ÙÛØ²ÙÛÙ (_blank)","targetTop":"Ù¾ÛØªÛÙ Ø¨ÛØª (_top)","targetSelf":"Ù ÛØ²ÙÛØ± ÙÛØ²ÙÛÙ (_self)","targetParent":"ئاتا ÙÛØ²ÙÛÙ (_parent)","langDirLTR":"سÙÙØ¯Ù٠ئÙÚØºØ§ (LTR)","langDirRTL":"ئÙÚØ¯Ù٠سÙÙØºØ§ (RTL)","styles":"Ø¦ÛØ³ÙÛØ¨Ùار","cssClasses":"Ø¦ÛØ³ÙÛØ¨ Ø®ÙÙÙÙØ±Ù","width":"ÙÛÚÙÙÙ","height":"ئÛÚ¯ÙØ²ÙÙÙ","align":"ØªÙØºØ±ÙÙÙÙÙØ´Ù","alignLeft":"سÙÙ","alignRight":"ئÙÚ","alignCenter":"Ø¦ÙØªØªÛرا","alignJustify":"ئÙÙÙÙ ØªÛØ±ÛپتÙÙ ØªÙØºØ±ÙÙØ§","alignTop":"Ø¦ÛØ³ØªÙ","alignMiddle":"Ø¦ÙØªØªÛرا","alignBottom":"ئاستÙ","alignNone":"ÙÙÙ","invalidValue":"ئÙÙØ§ÛÛØªØ³Ùز ÙÙÙ Ù ÛØª.","invalidHeight":"ئÛÚ¯ÙØ²ÙÙÙ ÚÙÙÛ٠رÛÙÛÙ Ù¾ÙÚÙÙ ÙØ¯Ø§ بÙÙÛØ´Ù Ø²ÛØ±Ûر","invalidWidth":"ÙÛÚÙÙÙ ÚÙÙÛ٠رÛÙÛÙ Ù¾ÙÚÙÙ ÙØ¯Ø§ بÙÙÛØ´Ù Ø²ÛØ±Ûر","invalidCssLength":"Ø¨Û Ø³ÛØ² بÛÙÙÙÙ ÚÙÙÛÙ Ù ÛÛØ§Ù¾Ù٠بÙÙØºØ§Ù CSS Ø¦ÛØ²ÛÙÙÛÙ ÙÙÙ Ù ÙØªÙ بÙÙÛØ´Ù Ø²ÛØ±ÛØ±Ø Ø¨ÙØ±ÙÙÙÙ (px, %, in, cm, mm, em, ex, pt ÙØ§ÙÙ pc)","invalidHtmlLength":"Ø¨Û Ø³ÛØ² بÛÙÙÙÙ ÚÙÙÛÙ Ø¨ÙØ±ÙÙÙ Û HTML Ø¦ÛØ²ÛÙÙÛÙ ÙÙÙ Ù ÙØªÙ بÙÙÛØ´Ù ÙÛØ±ÛÙ. Ø¦ÛØ² ئÙÚÙÚ¯Û Ø¦Ø§ÙÙØ¯ÙØºØ§Ù Ø¨ÙØ±ÙÙÙ (px ÙØ§ÙÙ %)","invalidInlineStyle":"ئÙÚÙÙ Ø¨Ø§ØºÙØ§Ù٠ا Ø¦ÛØ³ÙÛØ¨Ù ÚÙÙÛÙ ÚÛÙÙØªÙÙÙ Ù¾ÛØ´ بÙÙÛÙ Ø¦Ø§ÙØ±ÙÙØºØ§Ù Ø¨ÙØ± ÙØ§ÙÙ ÙÛÙ¾ «خاسÙÙ٠ئاتÙ:خاسÙÙÙ ÙÙÙ Ù ÙØªÙ» Ù¾ÙÚÙÙ ÙØ¯Ø§ بÙÙÛØ´Ù ÙØ§Ø²ÙÙ ","cssLengthTooltip":"Ø¨Û Ø³ÛØ² بÛÙÙÙÙ Ø¨ÙØ±ÙÙÙ Û CSS Ø¦ÛØ²ÛÙÙÛÙ ÙÙÙ Ù ÙØªÙ بÙÙÛØ´Ù ÙÛØ±ÛÙ. Ø¦ÛØ² ئÙÚÙÚ¯Û Ø¦Ø§ÙÙØ¯ÙØºØ§Ù Ø¨ÙØ±ÙÙÙ (px, %, in, cm, mm, em, ex, pt ÙØ§ÙÙ pc)","unavailable":"%1<span class=\\\\\"cke_accessibility\\\\\">Ø Ø¦ÙØ´ÙÛØªÙÙÙ٠بÙÙÙ Ø§ÙØ¯Û</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/uk.js b/public/assets/ckeditor/lang/uk.js new file mode 100644 index 0000000..be311e0 --- /dev/null +++ b/public/assets/ckeditor/lang/uk.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['uk']={"wsc":{"btnIgnore":"ÐÑопÑÑÑиÑи","btnIgnoreAll":"ÐÑопÑÑÑиÑи вÑе","btnReplace":"ÐамÑниÑи","btnReplaceAll":"ÐамÑниÑи вÑе","btnUndo":"Ðазад","changeTo":"ÐамÑниÑи на","errorLoading":"Ðомилка заванÑÐ°Ð¶ÐµÐ½Ð½Ñ : %s.","ieSpellDownload":"ÐодÑÐ»Ñ Ð¿ÐµÑевÑÑки оÑÑогÑаÑÑÑ Ð½Ðµ вÑÑановлено. ÐажаÑÑе заванÑажиÑи його заÑаз?","manyChanges":"ÐеÑевÑÑÐºÑ Ð¾ÑÑогÑаÑÑÑ Ð·Ð°Ð²ÐµÑÑено: 1% ÑлÑв(ова) змÑнено","noChanges":"ÐеÑевÑÑÐºÑ Ð¾ÑÑогÑаÑÑÑ Ð·Ð°Ð²ÐµÑÑено: жодне Ñлово не змÑнено","noMispell":"ÐеÑевÑÑÐºÑ Ð¾ÑÑогÑаÑÑÑ Ð·Ð°Ð²ÐµÑÑено: помилок не знайдено","noSuggestions":"- Ð½ÐµÐ¼Ð°Ñ Ð²Ð°ÑÑанÑÑв -","notAvailable":"ÐибаÑÑе, але ÑеÑвÑÑ Ð½Ð°ÑÐ°Ð·Ñ Ð½ÐµÐ´Ð¾ÑÑÑпний.","notInDic":"ÐÐµÐ¼Ð°Ñ Ð² ÑловникÑ","oneChange":"ÐеÑевÑÑÐºÑ Ð¾ÑÑогÑаÑÑÑ Ð·Ð°Ð²ÐµÑÑено: змÑнено одне Ñлово","progress":"ÐиконÑÑÑÑÑÑ Ð¿ÐµÑевÑÑка оÑÑогÑаÑÑÑ...","title":"ÐеÑевÑÑка оÑÑогÑаÑÑÑ","toolbar":"ÐеÑевÑÑиÑи оÑÑогÑаÑÑÑ"},"undo":{"redo":"ÐовÑоÑиÑи","undo":"ÐовеÑнÑÑи"},"toolbar":{"toolbarCollapse":"ÐгоÑнÑÑи Ð¿Ð°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв","toolbarExpand":"РозгоÑнÑÑи Ð¿Ð°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв","toolbarGroups":{"document":"ÐокÑменÑ","clipboard":"ÐÑÑÐµÑ Ð¾Ð±Ð¼ÑÐ½Ñ / СкаÑÑваÑи","editing":"РедагÑваннÑ","forms":"ФоÑми","basicstyles":"ÐÑновний СÑилÑ","paragraph":"ÐаÑагÑаÑ","links":"ÐоÑиланнÑ","insert":"ÐÑÑавиÑи","styles":"СÑилÑ","colors":"ÐолÑоÑи","tools":"ÐнÑÑÑÑменÑи"},"toolbars":"ÐÐ°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв ÑедакÑоÑа"},"table":{"border":"РозмÑÑ Ñамки","caption":"Ðаголовок ÑаблиÑÑ","cell":{"menu":"ÐомÑÑки","insertBefore":"ÐÑÑавиÑи комÑÑÐºÑ Ð¿ÐµÑед","insertAfter":"ÐÑÑавиÑи комÑÑÐºÑ Ð¿ÑÑлÑ","deleteCell":"ÐидалиÑи комÑÑки","merge":"Ðб'ÑднаÑи комÑÑки","mergeRight":"Ðб'ÑднаÑи ÑпÑава","mergeDown":"Ðб'ÑднаÑи донизÑ","splitHorizontal":"РоздÑлиÑи комÑÑÐºÑ Ð¿Ð¾ гоÑизонÑалÑ","splitVertical":"РоздÑлиÑи комÑÑÐºÑ Ð¿Ð¾ веÑÑикалÑ","title":"ÐлаÑÑивоÑÑÑ ÐºÐ¾Ð¼ÑÑки","cellType":"Тип комÑÑки","rowSpan":"Ðб'ÑÐ´Ð½Ð°Ð½Ð½Ñ ÑÑдкÑв","colSpan":"Ðб'ÑÐ´Ð½Ð°Ð½Ð½Ñ ÑÑовпÑÑв","wordWrap":"ÐвÑопеÑенеÑÐµÐ½Ð½Ñ ÑекÑÑÑ","hAlign":"ÐоÑиз. виÑÑвнÑваннÑ","vAlign":"ÐеÑÑ. виÑÑвнÑваннÑ","alignBaseline":"Ðо базовÑй лÑнÑÑ","bgColor":"ÐолÑÑ ÑонÑ","borderColor":"ÐолÑÑ Ñамки","data":"ÐанÑ","header":"Ðаголовок","yes":"Так","no":"ÐÑ","invalidWidth":"ШиÑина комÑÑки повинна бÑÑи ÑÑлим ÑиÑлом.","invalidHeight":"ÐиÑоÑа комÑÑки повинна бÑÑи ÑÑлим ÑиÑлом.","invalidRowSpan":"ÐÑлÑкÑÑÑÑ Ð¾Ð±'ÑднÑÐ²Ð°Ð½Ð¸Ñ ÑÑдкÑв повинна бÑÑи ÑÑлим ÑиÑлом.","invalidColSpan":"ÐÑлÑкÑÑÑÑ Ð¾Ð±'ÑднÑÐ²Ð°Ð½Ð¸Ñ ÑÑовбÑÑв повинна бÑÑи ÑÑлим ÑиÑлом.","chooseColor":"ÐбÑаÑи"},"cellPad":"ÐнÑÑÑ. вÑдÑÑÑп","cellSpace":"ÐÑомÑжок","column":{"menu":"СÑовбÑÑ","insertBefore":"ÐÑÑавиÑи ÑÑовбеÑÑ Ð¿ÐµÑед","insertAfter":"ÐÑÑавиÑи ÑÑовбеÑÑ Ð¿ÑÑлÑ","deleteColumn":"ÐидалиÑи ÑÑовбÑÑ"},"columns":"СÑовбÑÑ","deleteTable":"ÐидалиÑи ÑаблиÑÑ","headers":"Ðаголовки ÑÑовбÑÑв/ÑÑдкÑв","headersBoth":"СÑовбÑÑ Ñ ÑÑдки","headersColumn":"СÑовбÑÑ","headersNone":"Ðез заголовкÑв","headersRow":"Ð Ñдки","invalidBorder":"РозмÑÑ Ñамки повинен бÑÑи ÑÑлим ÑиÑлом.","invalidCellPadding":"ÐнÑÑÑ. вÑдÑÑÑп комÑÑки повинен бÑÑи ÑÑлим ÑиÑлом.","invalidCellSpacing":"ÐÑомÑжок мÑж комÑÑками повинен бÑÑи ÑÑлим ÑиÑлом.","invalidCols":"ÐÑлÑкÑÑÑÑ ÑÑовбÑÑв повинна бÑÑи бÑлÑÑÐ¾Ñ 0.","invalidHeight":"ÐиÑоÑа ÑаблиÑÑ Ð¿Ð¾Ð²Ð¸Ð½Ð½Ð° бÑÑи ÑÑлим ÑиÑлом.","invalidRows":"ÐÑлÑкÑÑÑÑ ÑÑдкÑв повинна бÑÑи бÑлÑÑÐ¾Ñ 0.","invalidWidth":"ШиÑина ÑаблиÑÑ Ð¿Ð¾Ð²Ð¸Ð½Ð½Ð° бÑÑи ÑÑлим ÑиÑлом.","menu":"ÐлаÑÑивоÑÑÑ ÑаблиÑÑ","row":{"menu":"Ð Ñдки","insertBefore":"ÐÑÑавиÑи ÑÑдок пеÑед","insertAfter":"ÐÑÑавиÑи ÑÑдок пÑÑлÑ","deleteRow":"ÐидалиÑи ÑÑдки"},"rows":"Ð Ñдки","summary":"ÐеÑалÑний Ð¾Ð¿Ð¸Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÑ ÑаблиÑÑ","title":"ÐлаÑÑивоÑÑÑ ÑаблиÑÑ","toolbar":"ТаблиÑÑ","widthPc":"вÑдÑоÑкÑв","widthPx":"пÑкÑелÑв","widthUnit":"ÐдиниÑÑ Ð²Ð¸Ð¼ÑÑ."},"stylescombo":{"label":"СÑилÑ","panelTitle":"СÑÐ¸Ð»Ñ ÑоÑмаÑÑваннÑ","panelTitle1":"ÐлоÑÐ½Ñ ÑÑилÑ","panelTitle2":"Ð ÑÐ´ÐºÐ¾Ð²Ñ ÑÑилÑ","panelTitle3":"Ðб'ÑкÑÐ½Ñ ÑÑилÑ"},"specialchar":{"options":"ÐпÑÑÑ","title":"ÐбеÑÑÑÑ ÑпеÑÑалÑний Ñимвол","toolbar":"СпеÑÑалÑний Ñимвол"},"sourcearea":{"toolbar":"ÐжеÑело"},"scayt":{"btn_about":"ÐÑо SCAYT","btn_dictionaries":"Словники","btn_disable":"ÐимкнÑÑи SCAYT","btn_enable":"ÐвÑмкнÑÑи SCAYT","btn_langs":"Ðови","btn_options":"ÐпÑÑÑ","text_title":"ÐеÑеÑÑÑка оÑÑогÑаÑÑÑ Ð¿Ð¾ мÑÑÑ Ð½Ð°Ð±Ð¾ÑÑ"},"removeformat":{"toolbar":"ÐидалиÑи ÑоÑмаÑÑваннÑ"},"pastetext":{"button":"ÐÑÑавиÑи ÑÑлÑки ÑекÑÑ","title":"ÐÑÑавиÑи ÑÑлÑки ÑекÑÑ"},"pastefromword":{"confirmCleanup":"ТекÑÑ, Ñо Ðи намагаÑÑеÑÑ Ð²ÑÑавиÑи, ÑÑ Ð¾Ð¶Ð¸Ð¹ на ÑкопÑйований з Word. ÐажаÑÑе оÑиÑÑиÑи його ÑоÑмаÑÑÐ²Ð°Ð½Ð½Ñ Ð¿ÐµÑед вÑÑавлÑннÑм?","error":"Ðеможливо оÑиÑÑиÑи ÑоÑмаÑÑÐ²Ð°Ð½Ð½Ñ ÑеÑез внÑÑÑÑÑÐ½Ñ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÑ.","title":"ÐÑÑавиÑи з Word","toolbar":"ÐÑÑавиÑи з Word"},"maximize":{"maximize":"ÐакÑимÑзÑваÑи","minimize":"ÐÑнÑмÑзÑваÑи"},"magicline":{"title":"ÐÑÑавиÑи абзаÑ"},"list":{"bulletedlist":"ÐаÑкÑÑований ÑпиÑок","numberedlist":"ÐÑмеÑований ÑпиÑок"},"link":{"acccessKey":"ÐаÑÑÑа клавÑÑа","advanced":"ÐодаÑкове","advisoryContentType":"Тип вмÑÑÑÑ","advisoryTitle":"Ðаголовок","anchor":{"toolbar":"ÐÑÑавиÑи/РедагÑваÑи ÑкÑÑ","menu":"ÐлаÑÑивоÑÑÑ ÑкоÑÑ","title":"ÐлаÑÑивоÑÑÑ ÑкоÑÑ","name":"Ðм'Ñ ÑкоÑÑ","errorName":"ÐÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ Ñм'Ñ ÑкоÑÑ","remove":"ÐÑибÑаÑи ÑкÑÑ"},"anchorId":"Ðа ÑденÑиÑÑкаÑоÑом елеменÑÑ","anchorName":"Ðа Ñм'Ñм елеменÑÑ","charset":"ÐодÑваннÑ","cssClasses":"ÐÐ»Ð°Ñ CSS","emailAddress":"ÐдÑеÑа ел. поÑÑи","emailBody":"ТÑло повÑдомленнÑ","emailSubject":"Тема лиÑÑа","id":"ÐденÑиÑÑкаÑоÑ","info":"ÐнÑоÑмаÑÑÑ Ð¿Ð¾ÑиланнÑ","langCode":"Ðод мови","langDir":"ÐапÑÑмок мови","langDirLTR":"ÐлÑва напÑаво (LTR)","langDirRTL":"СпÑава налÑво (RTL)","menu":"ÐÑÑавиÑи поÑиланнÑ","name":"Ðм'Ñ","noAnchors":"(Ð ÑÑÐ¾Ð¼Ñ Ð´Ð¾ÐºÑменÑÑ Ð½ÐµÐ¼Ð°Ñ ÑкоÑÑв)","noEmail":"ÐÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ Ð°Ð´ÑÐµÑ ÐµÐ». поÑÑи","noUrl":"ÐÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ URL поÑиланнÑ","other":"<ÑнÑий>","popupDependent":"Ðалежний (Netscape)","popupFeatures":"ÐлаÑÑивоÑÑÑ Ð²Ð¸Ð¿Ð»Ð¸Ð²Ð°ÑÑого вÑкна","popupFullScreen":"Ðовний екÑан (IE)","popupLeft":"ÐозиÑÑÑ Ð·Ð»Ñва","popupLocationBar":"ÐÐ°Ð½ÐµÐ»Ñ Ð»Ð¾ÐºÐ°ÑÑÑ","popupMenuBar":"ÐÐ°Ð½ÐµÐ»Ñ Ð¼ÐµÐ½Ñ","popupResizable":"ÐаÑÑÑабоване","popupScrollBars":"СÑÑÑÑки пÑокÑÑÑки","popupStatusBar":"Ð Ñдок ÑÑаÑÑÑÑ","popupToolbar":"ÐÐ°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв","popupTop":"ÐозиÑÑÑ Ð·Ð²ÐµÑÑ Ñ","rel":"Ðв'Ñзок","selectAnchor":"ÐбеÑÑÑÑ ÑкÑÑ","styles":"СÑÐ¸Ð»Ñ CSS","tabIndex":"ÐоÑлÑдовнÑÑÑÑ Ð¿ÐµÑÐµÑ Ð¾Ð´Ñ","target":"ЦÑлÑ","targetFrame":"<ÑÑейм>","targetFrameName":"Ðм'Ñ ÑÑлÑового ÑÑеймÑ","targetPopup":"<випливаÑÑе вÑкно>","targetPopupName":"Ðм'Ñ Ð²Ð¸Ð¿Ð»Ð¸Ð²Ð°ÑÑого вÑкна","title":"ÐоÑиланнÑ","toAnchor":"ЯкÑÑ Ð½Ð° ÑÑ ÑÑоÑÑнкÑ","toEmail":"Ðл. поÑÑа","toUrl":"URL","toolbar":"ÐÑÑавиÑи/РедагÑваÑи поÑиланнÑ","type":"Тип поÑиланнÑ","unlink":"ÐидалиÑи поÑиланнÑ","upload":"ÐадÑÑлаÑи"},"indent":{"indent":"ÐбÑлÑÑиÑи вÑдÑÑÑп","outdent":"ÐменÑиÑи вÑдÑÑÑп"},"image":{"alt":"ÐлÑÑеÑнаÑивний ÑекÑÑ","border":"Рамка","btnUpload":"ÐадÑÑлаÑи на ÑеÑвеÑ","button2Img":"ÐажаÑÑе пеÑеÑвоÑиÑи обÑÐ°Ð½Ñ ÐºÐ½Ð¾Ð¿ÐºÑ-зобÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð½Ð° пÑоÑÑе зобÑаженнÑ?","hSpace":"ÐоÑиз. вÑдÑÑÑп","img2Button":"ÐажаÑÑе пеÑеÑвоÑиÑи обÑане зобÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð½Ð° кнопкÑ-зобÑаженнÑ?","infoTab":"ÐнÑоÑмаÑÑÑ Ð¿Ñо зобÑаженнÑ","linkTab":"ÐоÑиланнÑ","lockRatio":"ÐбеÑегÑи пÑопоÑÑÑÑ","menu":"ÐлаÑÑивоÑÑÑ Ð·Ð¾Ð±ÑаженнÑ","resetSize":"ÐÑиÑÑиÑи Ð¿Ð¾Ð»Ñ ÑозмÑÑÑв","title":"ÐлаÑÑивоÑÑÑ Ð·Ð¾Ð±ÑаженнÑ","titleButton":"ÐлаÑÑивоÑÑÑ ÐºÐ½Ð¾Ð¿ÐºÐ¸ Ñз зобÑаженнÑм","upload":"ÐадÑÑлаÑи","urlMissing":"ÐкажÑÑÑ URL зобÑаженнÑ.","vSpace":"ÐеÑÑ. вÑдÑÑÑп","validateBorder":"ШиÑина Ñамки повинна бÑÑи ÑÑлим ÑиÑлом.","validateHSpace":"ÐоÑиз. вÑдÑÑÑп повинен бÑÑи ÑÑлим ÑиÑлом.","validateVSpace":"ÐеÑÑ. вÑдÑÑÑп повинен бÑÑи ÑÑлим ÑиÑлом."},"horizontalrule":{"toolbar":"ÐоÑизонÑалÑна лÑнÑÑ"},"format":{"label":"ФоÑмаÑÑваннÑ","panelTitle":"ФоÑмаÑÑÐ²Ð°Ð½Ð½Ñ Ð¿Ð°ÑагÑаÑа","tag_address":"ÐдÑеÑа","tag_div":"ÐоÑмалÑний (div)","tag_h1":"Ðаголовок 1","tag_h2":"Ðаголовок 2","tag_h3":"Ðаголовок 3","tag_h4":"Ðаголовок 4","tag_h5":"Ðаголовок 5","tag_h6":"Ðаголовок 6","tag_p":"ÐоÑмалÑний","tag_pre":"ФоÑмаÑований"},"fakeobjects":{"anchor":"ЯкÑÑ","flash":"Flash-анÑмаÑÑÑ","hiddenfield":"ÐÑÐ¸Ñ Ð¾Ð²Ð°Ð½Ñ ÐолÑ","iframe":"IFrame","unknown":"ÐевÑдомий об'ÑкÑ"},"elementspath":{"eleLabel":"ШлÑÑ ","eleTitle":"%1 елеменÑ"},"contextmenu":{"options":"ÐпÑÑÑ ÐºÐ¾Ð½ÑекÑÑного менÑ"},"clipboard":{"copy":"ÐопÑÑваÑи","copyError":"ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ Ð±ÐµÐ·Ð¿ÐµÐºÐ¸ ÐаÑого бÑаÑзеÑа не дозволÑÑÑÑ ÑедакÑоÑÑ Ð°Ð²ÑомаÑиÑно виконÑваÑи опеÑаÑÑÑ ÐºÐ¾Ð¿ÑÑваннÑ. ÐÑÐ´Ñ Ð»Ð°Ñка, викоÑиÑÑовÑйÑе клавÑаÑÑÑÑ Ð´Ð»Ñ ÑÑого (Ctrl/Cmd+C).","cut":"ÐиÑÑзаÑи","cutError":"ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ Ð±ÐµÐ·Ð¿ÐµÐºÐ¸ ÐаÑого бÑаÑзеÑа не дозволÑÑÑÑ ÑедакÑоÑÑ Ð°Ð²ÑомаÑиÑно виконÑваÑи опеÑаÑÑÑ Ð²Ð¸ÑÑзÑваннÑ. ÐÑÐ´Ñ Ð»Ð°Ñка, викоÑиÑÑовÑйÑе клавÑаÑÑÑÑ Ð´Ð»Ñ ÑÑого (Ctrl/Cmd+X)","paste":"ÐÑÑавиÑи","pasteArea":"ÐблаÑÑÑ Ð²ÑÑавки","pasteMsg":"ÐÑÐ´Ñ Ð»Ð°Ñка, вÑÑавÑе ÑнÑоÑмаÑÑÑ Ð· бÑÑеÑа обмÑÐ½Ñ Ð² ÑÑ Ð¾Ð±Ð»Ð°ÑÑÑ, коÑиÑÑÑÑÑиÑÑ ÐºÐ¾Ð¼Ð±ÑнаÑÑÑÑ ÐºÐ»Ð°Ð²ÑÑ (<STRONG>Ctrl/Cmd+V</STRONG>), Ñа наÑиÑнÑÑÑ <STRONG>OK</STRONG>.","securityMsg":"РедакÑÐ¾Ñ Ð½Ðµ може оÑÑимаÑи пÑÑмий доÑÑÑп до бÑÑеÑÑ Ð¾Ð±Ð¼ÑÐ½Ñ Ñ Ð·Ð²'ÑÐ·ÐºÑ Ð· налаÑÑÑваннÑми ÐаÑого бÑаÑзеÑа. Ðам поÑÑÑбно вÑÑавиÑи ÑнÑоÑмаÑÑÑ Ð² Ñе вÑкно.","title":"ÐÑÑавиÑи"},"button":{"selectedLabel":"%1 (ÐибÑано)"},"blockquote":{"toolbar":"ЦиÑаÑа"},"basicstyles":{"bold":"ÐиÑний","italic":"ÐÑÑÑив","strike":"ÐакÑеÑлений","subscript":"ÐижнÑй ÑндекÑ","superscript":"ÐеÑÑ Ð½Ñй ÑндекÑ","underline":"ÐÑдкÑеÑлений"},"about":{"copy":"Copyright © $1. ÐÑÑ Ð¿Ñава заÑÑеÑежено.","dlgTitle":"ÐÑо CKEditor","help":"ÐеÑевÑÑÑе $1 Ð´Ð»Ñ Ð´Ð¾Ð¿Ð¾Ð¼Ð¾Ð³Ð¸.","moreInfo":"Щодо ÑнÑоÑмаÑÑÑ Ð· лÑÑензÑÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð²ÑÑайÑе на Ð½Ð°Ñ ÑайÑ:","title":"ÐÑо CKEditor","userGuide":"ÐнÑÑÑÑкÑÑÑ ÐоÑиÑÑÑваÑа Ð´Ð»Ñ CKEditor"},"editor":"ТекÑÑовий ÑедакÑоÑ","editorPanel":"ÐÐ°Ð½ÐµÐ»Ñ ÑекÑÑового ÑедакÑоÑа","common":{"editorHelp":"наÑиÑнÑÑÑ ALT 0 Ð´Ð»Ñ Ð´Ð¾Ð²Ñдки","browseServer":"ÐглÑд СеÑвеÑа","url":"URL","protocol":"ÐÑоÑокол","upload":"ÐадÑÑлаÑи","uploadSubmit":"ÐадÑÑлаÑи на ÑеÑвеÑ","image":"ÐобÑаженнÑ","flash":"Flash","form":"ФоÑма","checkbox":"ÐалоÑка","radio":"Ðнопка вибоÑÑ","textField":"ТекÑÑове поле","textarea":"ТекÑÑова облаÑÑÑ","hiddenField":"ÐÑÐ¸Ñ Ð¾Ð²Ð°Ð½Ðµ поле","button":"Ðнопка","select":"СпиÑок","imageButton":"Ðнопка Ñз зобÑаженнÑм","notSet":"<не визнаÑено>","id":"ÐденÑиÑÑкаÑоÑ","name":"Ðм'Ñ","langDir":"ÐапÑÑмок мови","langDirLtr":"ÐлÑва напÑаво (LTR)","langDirRtl":"СпÑава налÑво (RTL)","langCode":"Ðод мови","longDescr":"Ðовгий Ð¾Ð¿Ð¸Ñ URL","cssClass":"ÐÐ»Ð°Ñ CSS","advisoryTitle":"Ðаголовок","cssStyle":"СÑÐ¸Ð»Ñ CSS","ok":"ÐÐ","cancel":"СкаÑÑваÑи","close":"ÐакÑиÑи","preview":"ÐопеÑеднÑй пеÑеглÑд","resize":"ÐоÑÑгнÑÑÑ Ð´Ð»Ñ Ð·Ð¼Ñни ÑозмÑÑÑв","generalTab":"ÐÑновне","advancedTab":"ÐодаÑкове","validateNumberFailed":"ÐнаÑÐµÐ½Ð½Ñ Ð½Ðµ Ñ ÑÑлим ÑиÑлом.","confirmNewPage":"ÐÑÑ Ð½ÐµÐ·Ð±ÐµÑÐµÐ¶ÐµÐ½Ñ Ð·Ð¼Ñни бÑдÑÑÑ Ð²ÑÑаÑенÑ. Ðи впевненÑ, Ñо Ñ Ð¾ÑеÑе заванÑажиÑи Ð½Ð¾Ð²Ñ ÑÑоÑÑнкÑ?","confirmCancel":"ÐеÑÐºÑ Ð¾Ð¿ÑÑÑ Ð·Ð¼Ñнено. ÐакÑиÑи вÑкно без збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð·Ð¼Ñн?","options":"ÐпÑÑÑ","target":"ЦÑлÑ","targetNew":"Ðове вÑкно (_blank)","targetTop":"ÐоÑоÑне вÑкно (_top)","targetSelf":"ÐоÑоÑний ÑÑейм/вÑкно (_self)","targetParent":"ÐаÑÑкÑвÑÑкий ÑÑейм/вÑкно (_parent)","langDirLTR":"ÐлÑва напÑаво (LTR)","langDirRTL":"СпÑава налÑво (RTL)","styles":"СÑÐ¸Ð»Ñ CSS","cssClasses":"ÐÐ»Ð°Ñ CSS","width":"ШиÑина","height":"ÐиÑоÑа","align":"ÐиÑÑвнÑваннÑ","alignLeft":"Ðо лÑÐ²Ð¾Ð¼Ñ ÐºÑаÑ","alignRight":"Ðо пÑÐ°Ð²Ð¾Ð¼Ñ ÐºÑаÑ","alignCenter":"Ðо ÑенÑÑÑ","alignJustify":"Ðо ÑиÑинÑ","alignTop":"Ðо веÑÑ Ð½ÑÐ¾Ð¼Ñ ÐºÑаÑ","alignMiddle":"Ðо ÑеÑединÑ","alignBottom":"Ðо нижнÑÐ¾Ð¼Ñ ÐºÑаÑ","alignNone":"Ðема","invalidValue":"ÐевÑÑне знаÑеннÑ.","invalidHeight":"ÐиÑоÑа повинна бÑÑи ÑÑлим ÑиÑлом.","invalidWidth":"ШиÑина повинна бÑÑи ÑÑлим ÑиÑлом.","invalidCssLength":"ÐнаÑеннÑ, вказане Ð´Ð»Ñ \"%1\" в Ð¿Ð¾Ð»Ñ Ð¿Ð¾Ð²Ð¸Ð½Ð½Ð¾ бÑÑи позиÑивним ÑиÑлом або без дÑйÑного вимÑÑÑ CSS Ð±Ð»Ð¾ÐºÑ (px, %, in, cm, mm, em, ex, pt або pc).","invalidHtmlLength":"ÐнаÑеннÑ, вказане Ð´Ð»Ñ \"%1\" в Ð¿Ð¾Ð»Ñ Ð¿Ð¾Ð²Ð¸Ð½Ð½Ð¾ бÑÑи позиÑивним ÑиÑлом або без дÑйÑного вимÑÑÑ HTML Ð±Ð»Ð¾ÐºÑ (px або %).","invalidInlineStyle":"ÐнаÑеннÑ, вказане Ð´Ð»Ñ Ð²Ð±Ñдованого ÑÑÐ¸Ð»Ñ Ð¿Ð¾Ð²Ð¸Ð½Ð½Ðµ ÑкладаÑиÑÑ Ð· одного Ñи кÑлÑÐºÐ¾Ñ ÐºÐ¾ÑÑежÑв Ñ ÑоÑмаÑÑ \"Ñм'Ñ : знаÑеннÑ\", ÑоздÑÐ»ÐµÐ½Ð¸Ñ ÐºÑÐ°Ð¿ÐºÐ¾Ñ Ð· комоÑ.","cssLengthTooltip":"ÐведÑÑÑ Ð½Ð¾Ð¼ÐµÑ Ð·Ð½Ð°ÑÐµÐ½Ð½Ñ Ð² пÑкÑелÑÑ Ð°Ð±Ð¾ ÑиÑло з дÑйÑÐ½Ð¾Ñ Ð¾Ð´Ð¸Ð½Ð¸ÑÑ CSS (px, %, in, cm, mm, em, ex, pt або pc).","unavailable":"%1<span class=\"cke_accessibility\">, не доÑÑÑпне</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/vi.js b/public/assets/ckeditor/lang/vi.js new file mode 100644 index 0000000..53769c2 --- /dev/null +++ b/public/assets/ckeditor/lang/vi.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['vi']={"wsc":{"btnIgnore":"Bá» qua","btnIgnoreAll":"Bá» qua tất cả","btnReplace":"Thay thế","btnReplaceAll":"Thay thế tất cả","btnUndo":"Phục há»i lại","changeTo":"Chuyá»n thà nh","errorLoading":"Lá»i khi Äang nạp dá»ch vụ ứng dụng: %s.","ieSpellDownload":"Chức nÄng kiá»m tra chÃnh tả chưa ÄÆ°á»£c cà i Äặt. Bạn có muá»n tải vá» ngay bây giá»?","manyChanges":"Hoà n tất kiá»m tra chÃnh tả: %1 từ Äã ÄÆ°á»£c thay Äá»i","noChanges":"Hoà n tất kiá»m tra chÃnh tả: Không có từ nà o ÄÆ°á»£c thay Äá»i","noMispell":"Hoà n tất kiá»m tra chÃnh tả: Không có lá»i chÃnh tả","noSuggestions":"- Không ÄÆ°a ra gợi ý vá» từ -","notAvailable":"Xin lá»i, dá»ch vụ nà y hiá»n tại không có.","notInDic":"Không có trong từ Äiá»n","oneChange":"Hoà n tất kiá»m tra chÃnh tả: Má»t từ Äã ÄÆ°á»£c thay Äá»i","progress":"Äang tiến hà nh kiá»m tra chÃnh tả...","title":"Kiá»m tra chÃnh tả","toolbar":"Kiá»m tra chÃnh tả"},"undo":{"redo":"Là m lại thao tác","undo":"Khôi phục thao tác"},"toolbar":{"toolbarCollapse":"Thu gá»n thanh công cụ","toolbarExpand":"Má» rá»ng thnah công cụ","toolbarGroups":{"document":"Tà i liá»u","clipboard":"Clipboard/Undo","editing":"Chá»nh sá»a","forms":"Bảng biá»u","basicstyles":"Kiá»u cÆ¡ bản","paragraph":"Äoạn","links":"Liên kết","insert":"Chèn","styles":"Kiá»u","colors":"Mà u sắc","tools":"Công cụ"},"toolbars":"Thanh công cụ"},"table":{"border":"KÃch thưá»c ÄÆ°á»ng viá»n","caption":"Äầu Äá»","cell":{"menu":"Ã","insertBefore":"Chèn ô PhÃa trưá»c","insertAfter":"Chèn ô PhÃa sau","deleteCell":"Xoá ô","merge":"Kết hợp ô","mergeRight":"Kết hợp sang phải","mergeDown":"Kết hợp xuá»ng dưá»i","splitHorizontal":"Phân tách ô theo chiá»u ngang","splitVertical":"Phân tách ô theo chiá»u dá»c","title":"Thuá»c tÃnh cá»§a ô","cellType":"Kiá»u cá»§a ô","rowSpan":"Kết hợp hà ng","colSpan":"Kết hợp cá»t","wordWrap":"Chữ liá»n hà ng","hAlign":"Canh lá» ngang","vAlign":"Canh lá» dá»c","alignBaseline":"ÄÆ°á»ng cÆ¡ sá»","bgColor":"Mà u ná»n","borderColor":"Mà u viá»n","data":"Dữ liá»u","header":"Äầu Äá»","yes":"Có","no":"Không","invalidWidth":"Chiá»u rá»ng cá»§a ô phải là má»t sá» nguyên.","invalidHeight":"Chiá»u cao cá»§a ô phải là má»t sá» nguyên.","invalidRowSpan":"Sá» hà ng kết hợp phải là má»t sá» nguyên.","invalidColSpan":"Sá» cá»t kết hợp phải là má»t sá» nguyên.","chooseColor":"Chá»n mà u"},"cellPad":"Khoảng Äá»m giữ ô và ná»i dung","cellSpace":"Khoảng cách giữa các ô","column":{"menu":"Cá»t","insertBefore":"Chèn cá»t phÃa trưá»c","insertAfter":"Chèn cá»t phÃa sau","deleteColumn":"Xoá cá»t"},"columns":"Sá» cá»t","deleteTable":"Xóa bảng","headers":"Äầu Äá»","headersBoth":"Cả hai","headersColumn":"Cá»t Äầu tiên","headersNone":"Không có","headersRow":"Hà ng Äầu tiên","invalidBorder":"KÃch cỡ cá»§a ÄÆ°á»ng biên phải là má»t sá» nguyên.","invalidCellPadding":"Khoảng Äá»m giữa ô và ná»i dung phải là má»t sá» nguyên.","invalidCellSpacing":"Khoảng cách giữa các ô phải là má»t sá» nguyên.","invalidCols":"Sá» lượng cá»t phải là má»t sá» lá»n hÆ¡n 0.","invalidHeight":"Chiá»u cao cá»§a bảng phải là má»t sá» nguyên.","invalidRows":"Sá» lượng hà ng phải là má»t sá» lá»n hÆ¡n 0.","invalidWidth":"Chiá»u rá»ng cá»§a bảng phải là má»t sá» nguyên.","menu":"Thuá»c tÃnh bảng","row":{"menu":"Hà ng","insertBefore":"Chèn hà ng phÃa trưá»c","insertAfter":"Chèn hà ng phÃa sau","deleteRow":"Xoá hà ng"},"rows":"Sá» hà ng","summary":"Tóm lược","title":"Thuá»c tÃnh bảng","toolbar":"Bảng","widthPc":"Phần trÄm (%)","widthPx":"Äiá»m ảnh (px)","widthUnit":"ÄÆ¡n vá»"},"stylescombo":{"label":"Kiá»u","panelTitle":"Phong cách Äá»nh dạng","panelTitle1":"Kiá»u khá»i","panelTitle2":"Kiá»u trá»±c tiếp","panelTitle3":"Kiá»u Äá»i tượng"},"specialchar":{"options":"Tùy chá»n các ký tá»± Äặc biá»t","title":"Hãy chá»n ký tá»± Äặc biá»t","toolbar":"Chèn ký tá»± Äặc biá»t"},"sourcearea":{"toolbar":"Mã HTML"},"scayt":{"btn_about":"Thông tin vá» SCAYT","btn_dictionaries":"Từ Äiá»n","btn_disable":"Tắt SCAYT","btn_enable":"Báºt SCAYT","btn_langs":"Ngôn ngữ","btn_options":"Tùy chá»n","text_title":"Kiá»m tra chÃnh tả ngay khi gõ chữ (SCAYT)"},"removeformat":{"toolbar":"Xoá Äá»nh dạng"},"pastetext":{"button":"Dán theo Äá»nh dạng vÄn bản thuần","title":"Dán theo Äá»nh dạng vÄn bản thuần"},"pastefromword":{"confirmCleanup":"VÄn bản bạn muá»n dán có kèm Äá»nh dạng cá»§a Word. Bạn có muá»n loại bá» Äá»nh dạng Word trưá»c khi dán?","error":"Không thá» Äá» là m sạch các dữ liá»u dán do má»t lá»i ná»i bá»","title":"Dán vá»i Äá»nh dạng Word","toolbar":"Dán vá»i Äá»nh dạng Word"},"maximize":{"maximize":"Phóng to tá»i Äa","minimize":"Thu nhá»"},"magicline":{"title":"Chèn Äoạn và o Äây"},"list":{"bulletedlist":"Chèn/Xoá Danh sách không thứ tá»±","numberedlist":"Chèn/Xoá Danh sách có thứ tá»±"},"link":{"acccessKey":"PhÃm há» trợ truy cáºp","advanced":"Má» rá»ng","advisoryContentType":"Ná»i dung hưá»ng dẫn","advisoryTitle":"Nhan Äá» hưá»ng dẫn","anchor":{"toolbar":"Chèn/Sá»a Äiá»m neo","menu":"Thuá»c tÃnh Äiá»m neo","title":"Thuá»c tÃnh Äiá»m neo","name":"Tên cá»§a Äiá»m neo","errorName":"Hãy nháºp và o tên cá»§a Äiá»m neo","remove":"Xóa neo"},"anchorId":"Theo Äá»nh danh thà nh phần","anchorName":"Theo tên Äiá»m neo","charset":"Bảng mã cá»§a tà i nguyên ÄÆ°á»£c liên kết Äến","cssClasses":"Lá»p Stylesheet","emailAddress":"Thư Äiá»n tá»","emailBody":"Ná»i dung thông Äiá»p","emailSubject":"Tiêu Äá» thông Äiá»p","id":"Äá»nh danh","info":"Thông tin liên kết","langCode":"Mã ngôn ngữ","langDir":"Hưá»ng ngôn ngữ","langDirLTR":"Trái sang phải (LTR)","langDirRTL":"Phải sang trái (RTL)","menu":"Sá»a liên kết","name":"Tên","noAnchors":"(Không có Äiá»m neo nà o trong tà i liá»u)","noEmail":"Hãy ÄÆ°a và o Äá»a chá» thư Äiá»n tá»","noUrl":"Hãy ÄÆ°a và o ÄÆ°á»ng dẫn liên kết (URL)","other":"<khác>","popupDependent":"Phụ thuá»c (Netscape)","popupFeatures":"Äặc Äiá»m cá»§a cá»a sá» Popup","popupFullScreen":"Toà n mà n hình (IE)","popupLeft":"Vá» trà bên trái","popupLocationBar":"Thanh vá» trÃ","popupMenuBar":"Thanh Menu","popupResizable":"Có thá» thay Äá»i kÃch cỡ","popupScrollBars":"Thanh cuá»n","popupStatusBar":"Thanh trạng thái","popupToolbar":"Thanh công cụ","popupTop":"Vá» trà phÃa trên","rel":"Quan há»","selectAnchor":"Chá»n má»t Äiá»m neo","styles":"Kiá»u (style)","tabIndex":"Chá» sá» cá»§a Tab","target":"ÄÃch","targetFrame":"<khung>","targetFrameName":"Tên khung ÄÃch","targetPopup":"<cá»a sá» popup>","targetPopupName":"Tên cá»a sá» Popup","title":"Liên kết","toAnchor":"Neo trong trang nà y","toEmail":"Thư Äiá»n tá»","toUrl":"URL","toolbar":"Chèn/Sá»a liên kết","type":"Kiá»u liên kết","unlink":"Xoá liên kết","upload":"Tải lên"},"indent":{"indent":"Dá»ch và o trong","outdent":"Dá»ch ra ngoà i"},"image":{"alt":"Chú thÃch ảnh","border":"ÄÆ°á»ng viá»n","btnUpload":"Tải lên máy chá»§","button2Img":"Bạn có muá»n chuyá»n nút bấm bằng ảnh ÄÆ°á»£c chá»n thà nh ảnh?","hSpace":"Khoảng Äá»m ngang","img2Button":"Bạn có muá»n chuyá»n Äá»i ảnh ÄÆ°á»£c chá»n thà nh nút bấm bằng ảnh?","infoTab":"Thông tin cá»§a ảnh","linkTab":"Tab liên kết","lockRatio":"Giữ nguyên tá»· lá»","menu":"Thuá»c tÃnh cá»§a ảnh","resetSize":"KÃch thưá»c gá»c","title":"Thuá»c tÃnh cá»§a ảnh","titleButton":"Thuá»c tÃnh nút cá»§a ảnh","upload":"Tải lên","urlMissing":"Thiếu ÄÆ°á»ng dẫn hình ảnh","vSpace":"Khoảng Äá»m dá»c","validateBorder":"Chiá»u rá»ng cá»§a ÄÆ°á»ng viá»n phải là má»t sá» nguyên dương","validateHSpace":"Khoảng Äá»m ngang phải là má»t sá» nguyên dương","validateVSpace":"Khoảng Äá»m dá»c phải là má»t sá» nguyên dương"},"horizontalrule":{"toolbar":"Chèn ÄÆ°á»ng phân cách ngang"},"format":{"label":"Äá»nh dạng","panelTitle":"Äá»nh dạng","tag_address":"Address","tag_div":"Bình thưá»ng (DIV)","tag_h1":"Heading 1","tag_h2":"Heading 2","tag_h3":"Heading 3","tag_h4":"Heading 4","tag_h5":"Heading 5","tag_h6":"Heading 6","tag_p":"Bình thưá»ng (P)","tag_pre":"Äã thiết láºp"},"fakeobjects":{"anchor":"Äiá»m neo","flash":"Flash","hiddenfield":"Trưá»ng ẩn","iframe":"IFrame","unknown":"Äá»i tượng không rõ rà ng"},"elementspath":{"eleLabel":"Nhãn thà nh phần","eleTitle":"%1 thà nh phần"},"contextmenu":{"options":"Tùy chá»n menu bá» xung"},"clipboard":{"copy":"Sao chép","copyError":"Các thiết láºp bảo máºt cá»§a trình duyá»t không cho phép trình biên táºp tá»± Äá»ng thá»±c thi lá»nh sao chép. Hãy sá» dụng bà n phÃm cho lá»nh nà y (Ctrl/Cmd+C).","cut":"Cắt","cutError":"Các thiết láºp bảo máºt cá»§a trình duyá»t không cho phép trình biên táºp tá»± Äá»ng thá»±c thi lá»nh cắt. Hãy sá» dụng bà n phÃm cho lá»nh nà y (Ctrl/Cmd+X).","paste":"Dán","pasteArea":"Khu vá»±c dán","pasteMsg":"Hãy dán ná»i dung và o trong khung bên dưá»i, sá» dụng tá» hợp phÃm (<STRONG>Ctrl/Cmd+V</STRONG>) và nhấn và o nút <STRONG>Äá»ng ý</STRONG>.","securityMsg":"Do thiết láºp bảo máºt cá»§a trình duyá»t nên trình biên táºp không thá» truy cáºp trá»±c tiếp và o ná»i dung Äã sao chép. Bạn cần phải dán lại ná»i dung và o cá»a sá» nà y.","title":"Dán"},"button":{"selectedLabel":"%1 (Äã chá»n)"},"blockquote":{"toolbar":"Khá»i trÃch dẫn"},"basicstyles":{"bold":"Äáºm","italic":"Nghiêng","strike":"Gạch xuyên ngang","subscript":"Chá» sá» dưá»i","superscript":"Chá» sá» trên","underline":"Gạch chân"},"about":{"copy":"Bản quyá»n © $1. Giữ toà n quyá»n.","dlgTitle":"Thông tin vá» CKEditor","help":"Kiá»m tra $1 Äá» ÄÆ°á»£c giúp Äỡ.","moreInfo":"Vui lòng ghé thÄm trang web cá»§a chúng tôi Äá» có thông tin vá» giấy phép:","title":"Thông tin vá» CKEditor","userGuide":"Hưá»ng dẫn sá» dụng CKEditor"},"editor":"Bá» soạn thảo vÄn bản có Äá»nh dạng","editorPanel":"Bảng Äiá»u khiá»n Rich Text Editor","common":{"editorHelp":"Nhấn ALT + 0 Äá» ÄÆ°á»£c giúp Äỡ","browseServer":"Duyá»t máy chá»§","url":"URL","protocol":"Giao thức","upload":"Tải lên","uploadSubmit":"Tải lên máy chá»§","image":"Hình ảnh","flash":"Flash","form":"Biá»u mẫu","checkbox":"Nút kiá»m","radio":"Nút chá»n","textField":"Trưá»ng vÄn bản","textarea":"Vùng vÄn bản","hiddenField":"Trưá»ng ẩn","button":"Nút","select":"à chá»n","imageButton":"Nút hình ảnh","notSet":"<không thiết láºp>","id":"Äá»nh danh","name":"Tên","langDir":"Hưá»ng ngôn ngữ","langDirLtr":"Trái sang phải (LTR)","langDirRtl":"Phải sang trái (RTL)","langCode":"Mã ngôn ngữ","longDescr":"Mô tả URL","cssClass":"Lá»p Stylesheet","advisoryTitle":"Nhan Äá» hưá»ng dẫn","cssStyle":"Kiá»u ","ok":"Äá»ng ý","cancel":"Bá» qua","close":"Äóng","preview":"Xem trưá»c","resize":"Kéo rê Äá» thay Äá»i kÃch cỡ","generalTab":"Tab chung","advancedTab":"Tab má» rá»ng","validateNumberFailed":"Giá trá» nà y không phải là sá».","confirmNewPage":"Má»i thay Äá»i không ÄÆ°á»£c lưu lại, ná»i dung nà y sẽ bá» mất. Bạn có chắc chắn muá»n tải má»t trang má»i?","confirmCancel":"Má»t và i tùy chá»n Äã bá» thay Äá»i. Bạn có chắc chắn muá»n Äóng há»p thoại?","options":"Tùy chá»n","target":"ÄÃch Äến","targetNew":"Cá»a sá» má»i (_blank)","targetTop":"Cá»a sá» trên cùng (_top)","targetSelf":"Tại trang (_self)","targetParent":"Cá»a sá» cha (_parent)","langDirLTR":"Trái sang phải (LTR)","langDirRTL":"Phải sang trái (RTL)","styles":"Kiá»u","cssClasses":"Lá»p CSS","width":"Chiá»u rá»ng","height":"Chiá»u cao","align":"Vá» trÃ","alignLeft":"Trái","alignRight":"Phải","alignCenter":"Giữa","alignJustify":"Sắp chữ","alignTop":"Trên","alignMiddle":"Giữa","alignBottom":"Dưá»i","alignNone":"Không","invalidValue":"Giá trá» không hợp lá».","invalidHeight":"Chiá»u cao phải là sá» nguyên.","invalidWidth":"Chiá»u rá»ng phải là sá» nguyên.","invalidCssLength":"Giá trá» quy Äá»nh cho trưá»ng \"%1\" phải là má»t sá» dương có hoặc không có má»t ÄÆ¡n vá» Äo CSS hợp lá» (px, %, in, cm, mm, em, ex, pt, hoặc pc).","invalidHtmlLength":"Giá trá» quy Äá»nh cho trưá»ng \"%1\" phải là má»t sá» dương có hoặc không có má»t ÄÆ¡n vá» Äo HTML hợp lá» (px hoặc %).","invalidInlineStyle":"Giá trá» quy Äá»nh cho kiá»u ná»i tuyến phải bao gá»m má»t hoặc nhiá»u dữ liá»u vá»i Äá»nh dạng \"tên:giá trá»\", cách nhau bằng dấu chấm phẩy.","cssLengthTooltip":"Nháºp má»t giá trá» theo pixel hoặc má»t sá» vá»i má»t ÄÆ¡n vá» CSS hợp lá» (px, %, in, cm, mm, em, ex, pt, hoặc pc).","unavailable":"%1<span class=\"cke_accessibility\">, không có</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/zh-cn.js b/public/assets/ckeditor/lang/zh-cn.js new file mode 100644 index 0000000..56e6ef4 --- /dev/null +++ b/public/assets/ckeditor/lang/zh-cn.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['zh-cn']={"wsc":{"btnIgnore":"忽ç¥","btnIgnoreAll":"å ¨é¨å¿½ç¥","btnReplace":"æ¿æ¢","btnReplaceAll":"å ¨é¨æ¿æ¢","btnUndo":"æ¤æ¶","changeTo":"æ´æ¹ä¸º","errorLoading":"å è½½åºè¯¥æå¡ä¸»æºæ¶åºé: %s.","ieSpellDownload":"æ¼åæ£æ¥æä»¶è¿æ²¡å®è£ , æ¨æ¯å¦æ³ç°å¨å°±ä¸è½½?","manyChanges":"æ¼åæ£æ¥å®æ: æ´æ¹äº %1 个åè¯","noChanges":"æ¼åæ£æ¥å®æ: æ²¡ææ´æ¹ä»»ä½åè¯","noMispell":"æ¼åæ£æ¥å®æ: 没æåç°æ¼åé误","noSuggestions":"- 没æå»ºè®® -","notAvailable":"æ±æ, æå¡ç®åæä¸å¯ç¨","notInDic":"没æå¨åå ¸é","oneChange":"æ¼åæ£æ¥å®æ: æ´æ¹äºä¸ä¸ªåè¯","progress":"æ£å¨è¿è¡æ¼åæ£æ¥...","title":"æ¼åæ£æ¥","toolbar":"æ¼åæ£æ¥"},"undo":{"redo":"éå","undo":"æ¤æ¶"},"toolbar":{"toolbarCollapse":"æå å·¥å ·æ ","toolbarExpand":"å±å¼å·¥å ·æ ","toolbarGroups":{"document":"ææ¡£","clipboard":"åªè´´æ¿/æ¤é","editing":"ç¼è¾","forms":"表å","basicstyles":"åºæ¬æ ¼å¼","paragraph":"段è½","links":"龿¥","insert":"æå ¥","styles":"æ ·å¼","colors":"é¢è²","tools":"å·¥å ·"},"toolbars":"å·¥å ·æ "},"table":{"border":"è¾¹æ¡","caption":"æ é¢","cell":{"menu":"åå æ ¼","insertBefore":"å¨å·¦ä¾§æå ¥åå æ ¼","insertAfter":"å¨å³ä¾§æå ¥åå æ ¼","deleteCell":"å é¤åå æ ¼","merge":"åå¹¶åå æ ¼","mergeRight":"åå³åå¹¶åå æ ¼","mergeDown":"åä¸åå¹¶åå æ ¼","splitHorizontal":"æ°´å¹³æååå æ ¼","splitVertical":"åç´æååå æ ¼","title":"åå æ ¼å±æ§","cellType":"åå æ ¼ç±»å","rowSpan":"çºµè·¨è¡æ°","colSpan":"æ¨ªè·¨åæ°","wordWrap":"èªå¨æ¢è¡","hAlign":"水平对é½","vAlign":"åç´å¯¹é½","alignBaseline":"åºçº¿","bgColor":"èæ¯é¢è²","borderColor":"è¾¹æ¡é¢è²","data":"æ°æ®","header":"表头","yes":"æ¯","no":"å¦","invalidWidth":"åå æ ¼å®½åº¦å¿ 须为æ°åæ ¼å¼","invalidHeight":"åå æ ¼é«åº¦å¿ 须为æ°åæ ¼å¼","invalidRowSpan":"è¡è·¨åº¦å¿ é¡»ä¸ºæ´æ°æ ¼å¼","invalidColSpan":"åè·¨åº¦å¿ é¡»ä¸ºæ´æ°æ ¼å¼","chooseColor":"éæ©"},"cellPad":"è¾¹è·","cellSpace":"é´è·","column":{"menu":"å","insertBefore":"å¨å·¦ä¾§æå ¥å","insertAfter":"å¨å³ä¾§æå ¥å","deleteColumn":"å é¤å"},"columns":"åæ°","deleteTable":"å é¤è¡¨æ ¼","headers":"æ é¢åå æ ¼","headersBoth":"第ä¸åå第ä¸è¡","headersColumn":"第ä¸å","headersNone":"æ ","headersRow":"第ä¸è¡","invalidBorder":"è¾¹æ¡ç²ç»å¿ 须为æ°åæ ¼å¼","invalidCellPadding":"åå æ ¼å¡«å å¿ é¡»ä¸ºæ°åæ ¼å¼","invalidCellSpacing":"åå æ ¼é´è·å¿ 须为æ°åæ ¼å¼","invalidCols":"æå®çè¡æ°å¿ 须大äºé¶","invalidHeight":"è¡¨æ ¼é«åº¦å¿ 须为æ°åæ ¼å¼","invalidRows":"æå®çåæ°å¿ é¡»å¤§äºé¶","invalidWidth":"è¡¨æ ¼å®½åº¦å¿ é¡»ä¸ºæ°åæ ¼å¼","menu":"è¡¨æ ¼å±æ§","row":{"menu":"è¡","insertBefore":"å¨ä¸æ¹æå ¥è¡","insertAfter":"å¨ä¸æ¹æå ¥è¡","deleteRow":"å é¤è¡"},"rows":"è¡æ°","summary":"æè¦","title":"è¡¨æ ¼å±æ§","toolbar":"è¡¨æ ¼","widthPc":"ç¾åæ¯","widthPx":"åç´ ","widthUnit":"宽度åä½"},"stylescombo":{"label":"æ ·å¼","panelTitle":"æ ·å¼","panelTitle1":"å级å ç´ æ ·å¼","panelTitle2":"å èå ç´ æ ·å¼","panelTitle3":"对象å ç´ æ ·å¼"},"specialchar":{"options":"ç¹æ®ç¬¦å·é项","title":"éæ©ç¹æ®ç¬¦å·","toolbar":"æå ¥ç¹æ®ç¬¦å·"},"sourcearea":{"toolbar":"æºç "},"scayt":{"btn_about":"å ³äºå³æ¶æ¼åæ£æ¥","btn_dictionaries":"åå ¸","btn_disable":"ç¦ç¨å³æ¶æ¼åæ£æ¥","btn_enable":"å¯ç¨å³æ¶æ¼åæ£æ¥","btn_langs":"è¯è¨","btn_options":"é项","text_title":"峿¶æ¼åæ£æ¥"},"removeformat":{"toolbar":"æ¸ é¤æ ¼å¼"},"pastetext":{"button":"ç²è´´ä¸ºæ æ ¼å¼ææ¬","title":"ç²è´´ä¸ºæ æ ¼å¼ææ¬"},"pastefromword":{"confirmCleanup":"æ¨è¦ç²è´´çå 容好忝æ¥èª MS Wordï¼æ¯å¦è¦æ¸ é¤ MS Word æ ¼å¼ååç²è´´ï¼","error":"ç±äºå é¨éè¯¯æ æ³æ¸ çè¦ç²è´´çæ°æ®","title":"ä» MS Word ç²è´´","toolbar":"ä» MS Word ç²è´´"},"maximize":{"maximize":"å ¨å±","minimize":"æå°å"},"magicline":{"title":"å¨è¿æå ¥æ®µè½"},"list":{"bulletedlist":"项ç®å表","numberedlist":"ç¼å·å表"},"link":{"acccessKey":"访é®é®","advanced":"é«çº§","advisoryContentType":"å 容类å","advisoryTitle":"æ é¢","anchor":{"toolbar":"æå ¥/ç¼è¾éç¹é¾æ¥","menu":"éç¹é¾æ¥å±æ§","title":"éç¹é¾æ¥å±æ§","name":"éç¹åç§°","errorName":"请è¾å ¥éç¹åç§°","remove":"å é¤éç¹"},"anchorId":"æéç¹ ID","anchorName":"æéç¹åç§°","charset":"å符ç¼ç ","cssClasses":"æ ·å¼ç±»åç§°","emailAddress":"å°å","emailBody":"å 容","emailSubject":"主é¢","id":"ID","info":"è¶ é¾æ¥ä¿¡æ¯","langCode":"è¯è¨ä»£ç ","langDir":"è¯è¨æ¹å","langDirLTR":"ä»å·¦å°å³ (LTR)","langDirRTL":"ä»å³å°å·¦ (RTL)","menu":"ç¼è¾è¶ 龿¥","name":"åç§°","noAnchors":"(æ¤ææ¡£æ²¡æå¯ç¨çéç¹)","noEmail":"请è¾å ¥çµåé®ä»¶å°å","noUrl":"请è¾å ¥è¶ 龿¥å°å","other":"<å ¶ä»>","popupDependent":"ä¾é (NS)","popupFeatures":"å¼¹åºçªå£å±æ§","popupFullScreen":"å ¨å± (IE)","popupLeft":"å·¦","popupLocationBar":"å°åæ ","popupMenuBar":"èåæ ","popupResizable":"å¯ç¼©æ¾","popupScrollBars":"æ»å¨æ¡","popupStatusBar":"ç¶ææ ","popupToolbar":"å·¥å ·æ ","popupTop":"å³","rel":"å ³è","selectAnchor":"éæ©ä¸ä¸ªéç¹","styles":"è¡å æ ·å¼","tabIndex":"Tab 鮿¬¡åº","target":"ç®æ ","targetFrame":"<æ¡æ¶>","targetFrameName":"ç®æ æ¡æ¶åç§°","targetPopup":"<å¼¹åºçªå£>","targetPopupName":"å¼¹åºçªå£åç§°","title":"è¶ é¾æ¥","toAnchor":"页å éç¹é¾æ¥","toEmail":"çµåé®ä»¶","toUrl":"å°å","toolbar":"æå ¥/ç¼è¾è¶ 龿¥","type":"è¶ é¾æ¥ç±»å","unlink":"åæ¶è¶ é¾æ¥","upload":"ä¸ä¼ "},"indent":{"indent":"å¢å 缩è¿é","outdent":"åå°ç¼©è¿é"},"image":{"alt":"æ¿æ¢ææ¬","border":"è¾¹æ¡å¤§å°","btnUpload":"ä¸ä¼ å°æå¡å¨","button2Img":"ç¡®å®è¦æå½åå¾åæé®è½¬æ¢ä¸ºæ®éå¾ååï¼","hSpace":"æ°´å¹³é´è·","img2Button":"ç¡®å®è¦æå½åå¾åæ¹å为å¾åæé®åï¼","infoTab":"å¾åä¿¡æ¯","linkTab":"龿¥","lockRatio":"é宿¯ä¾","menu":"å¾å屿§","resetSize":"åå§å°ºå¯¸","title":"å¾å屿§","titleButton":"å¾åå屿§","upload":"ä¸ä¼ ","urlMissing":"缺å°å¾åæºæä»¶å°å","vSpace":"åç´é´è·","validateBorder":"è¾¹æ¡å¤§å°å¿ é¡»ä¸ºæ´æ°æ ¼å¼","validateHSpace":"æ°´å¹³é´è·å¿ é¡»ä¸ºæ´æ°æ ¼å¼","validateVSpace":"åç´é´è·å¿ é¡»ä¸ºæ´æ°æ ¼å¼"},"horizontalrule":{"toolbar":"æå ¥æ°´å¹³çº¿"},"format":{"label":"æ ¼å¼","panelTitle":"æ ¼å¼","tag_address":"å°å","tag_div":"段è½(DIV)","tag_h1":"æ é¢ 1","tag_h2":"æ é¢ 2","tag_h3":"æ é¢ 3","tag_h4":"æ é¢ 4","tag_h5":"æ é¢ 5","tag_h6":"æ é¢ 6","tag_p":"æ®é","tag_pre":"å·²ç¼ææ ¼å¼"},"fakeobjects":{"anchor":"éç¹","flash":"Flash å¨ç»","hiddenfield":"éèå","iframe":"IFrame","unknown":"æªç¥å¯¹è±¡"},"elementspath":{"eleLabel":"å ç´ è·¯å¾","eleTitle":"%1 å ç´ "},"contextmenu":{"options":"å¿«æ·èåé项"},"clipboard":{"copy":"å¤å¶","copyError":"æ¨çæµè§å¨å®å ¨è®¾ç½®ä¸å 许ç¼è¾å¨èªå¨æ§è¡å¤å¶æä½ï¼è¯·ä½¿ç¨é®çå¿«æ·é®(Ctrl/Cmd+C)æ¥å®æã","cut":"åªå","cutError":"æ¨çæµè§å¨å®å ¨è®¾ç½®ä¸å 许ç¼è¾å¨èªå¨æ§è¡åªåæä½ï¼è¯·ä½¿ç¨é®çå¿«æ·é®(Ctrl/Cmd+X)æ¥å®æã","paste":"ç²è´´","pasteArea":"ç²è´´åºå","pasteMsg":"请使ç¨é®çå¿«æ·é®(<STRONG>Ctrl/Cmd+V</STRONG>)æå 容ç²è´´å°ä¸é¢çæ¹æ¡éï¼åæ <STRONG>ç¡®å®</STRONG>","securityMsg":"å 为æ¨çæµè§å¨çå®å ¨è®¾ç½®åå ï¼æ¬ç¼è¾å¨ä¸è½ç´æ¥è®¿é®æ¨çåªè´´æ¿å 容ï¼ä½ éè¦å¨æ¬çªå£éæ°ç²è´´ä¸æ¬¡ã","title":"ç²è´´"},"button":{"selectedLabel":"å·²éä¸ %1 项"},"blockquote":{"toolbar":"åå¼ç¨"},"basicstyles":{"bold":"å ç²","italic":"徿","strike":"å é¤çº¿","subscript":"䏿 ","superscript":"䏿 ","underline":"ä¸å线"},"about":{"copy":"çæææ © $1ã<br />ä¿çæææå©ã","dlgTitle":"å ³äº CKEditor","help":"è®¿é® $1 以è·å帮å©ã","moreInfo":"ç¸å ³ææè®¸å¯ä¿¡æ¯è¯·è®¿é®æä»¬çç½ç«ï¼","title":"å ³äº CKEditor","userGuide":"CKEditor ç¨æ·å导"},"editor":"æè§å³æå¾ç¼è¾å¨","editorPanel":"æè§å³æå¾ç¼è¾å¨é¢æ¿","common":{"editorHelp":"æ ALT+0 è·å¾å¸®å©","browseServer":"æµè§æå¡å¨","url":"URL","protocol":"åè®®","upload":"ä¸ä¼ ","uploadSubmit":"ä¸ä¼ å°æå¡å¨","image":"å¾å","flash":"Flash","form":"表å","checkbox":"å¤éæ¡","radio":"åéæé®","textField":"åè¡ææ¬","textarea":"å¤è¡ææ¬","hiddenField":"éèå","button":"æé®","select":"å表/èå","imageButton":"å¾åæé®","notSet":"<没æè®¾ç½®>","id":"ID","name":"åç§°","langDir":"è¯è¨æ¹å","langDirLtr":"ä»å·¦å°å³ (LTR)","langDirRtl":"ä»å³å°å·¦ (RTL)","langCode":"è¯è¨ä»£ç ","longDescr":"详ç»è¯´æ URL","cssClass":"æ ·å¼ç±»åç§°","advisoryTitle":"æ é¢","cssStyle":"è¡å æ ·å¼","ok":"ç¡®å®","cancel":"åæ¶","close":"å ³é","preview":"é¢è§","resize":"ææ½ä»¥æ¹å大å°","generalTab":"常è§","advancedTab":"é«çº§","validateNumberFailed":"éè¦è¾å ¥æ°åæ ¼å¼","confirmNewPage":"å½åææ¡£å 容æªä¿åï¼æ¯å¦ç¡®è®¤æ°å»ºææ¡£ï¼","confirmCancel":"é¨åä¿®æ¹å°æªä¿åï¼æ¯å¦ç¡®è®¤å ³éå¯¹è¯æ¡ï¼","options":"é项","target":"ç®æ çªå£","targetNew":"æ°çªå£ (_blank)","targetTop":"æ´é¡µ (_top)","targetSelf":"æ¬çªå£ (_self)","targetParent":"ç¶çªå£ (_parent)","langDirLTR":"ä»å·¦å°å³ (LTR)","langDirRTL":"ä»å³å°å·¦ (RTL)","styles":"æ ·å¼","cssClasses":"æ ·å¼ç±»","width":"宽度","height":"é«åº¦","align":"坹齿¹å¼","alignLeft":"左对é½","alignRight":"å³å¯¹é½","alignCenter":"å± ä¸","alignJustify":"两端对é½","alignTop":"顶端","alignMiddle":"å± ä¸","alignBottom":"åºé¨","alignNone":"æ ","invalidValue":"æ æçå¼ã","invalidHeight":"é«åº¦å¿ 须为æ°åæ ¼å¼","invalidWidth":"å®½åº¦å¿ é¡»ä¸ºæ°åæ ¼å¼","invalidCssLength":"æ¤â%1âåæ®µçå¼å¿ é¡»ä¸ºæ£æ°ï¼å¯ä»¥å 嫿ä¸å å«ä¸ä¸ªææç CSS é¿åº¦åä½(px, %, in, cm, mm, em, ex, pt æ pc)","invalidHtmlLength":"æ¤â%1âåæ®µçå¼å¿ é¡»ä¸ºæ£æ°ï¼å¯ä»¥å 嫿ä¸å å«ä¸ä¸ªææç HTML é¿åº¦åä½(px æ %)","invalidInlineStyle":"å èæ ·å¼å¿ é¡»ä¸ºæ ¼å¼æ¯ä»¥åå·åéçä¸ä¸ªæå¤ä¸ªâ屿§å : 屿§å¼âã","cssLengthTooltip":"è¾å ¥ä¸ä¸ªè¡¨ç¤ºåç´ å¼çæ°åï¼æå ä¸ä¸ä¸ªææç CSS é¿åº¦åä½(px, %, in, cm, mm, em, ex, pt æ pc)ã","unavailable":"%1<span class=\"cke_accessibility\">ï¼ä¸å¯ç¨</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/lang/zh.js b/public/assets/ckeditor/lang/zh.js new file mode 100644 index 0000000..11d084d --- /dev/null +++ b/public/assets/ckeditor/lang/zh.js @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.lang['zh']={"wsc":{"btnIgnore":"忽ç¥","btnIgnoreAll":"å ¨é¨å¿½ç¥","btnReplace":"å代","btnReplaceAll":"å ¨é¨å代","btnUndo":"復å","changeTo":"æ´æ¹çº","errorLoading":"ç¡æ³è¯ç³»ä¾æå¨: %s.","ieSpellDownload":"å°æªå®è£æ¼å檢æ¥å ä»¶ãæ¨æ¯å¦æ³è¦ç¾å¨ä¸è¼ï¼","manyChanges":"æ¼å檢æ¥å®æï¼æ´æ¹äº %1 åå®å","noChanges":"æ¼å檢æ¥å®æï¼æªæ´æ¹ä»»ä½å®å","noMispell":"æ¼å檢æ¥å®æï¼æªç¼ç¾æ¼åé¯èª¤","noSuggestions":"- ç¡å»ºè°å¼ -","notAvailable":"æ±æï¼æåç®åæ«ä¸å¯ç¨","notInDic":"ä¸å¨åå ¸ä¸","oneChange":"æ¼å檢æ¥å®æï¼æ´æ¹äº 1 åå®å","progress":"é²è¡æ¼å檢æ¥ä¸â¦","title":"æ¼å檢æ¥","toolbar":"æ¼å檢æ¥"},"undo":{"redo":"忶復å","undo":"復å"},"toolbar":{"toolbarCollapse":"æºçå·¥å ·å","toolbarExpand":"å±éå·¥å ·å","toolbarGroups":{"document":"æä»¶","clipboard":"åªè²¼ç°¿/復å","editing":"編輯é¸é ","forms":"æ ¼å¼","basicstyles":"åºæ¬æ¨£å¼","paragraph":"段è½","links":"é£çµ","insert":"æå ¥","styles":"樣å¼","colors":"é¡è²","tools":"å·¥å ·"},"toolbars":"編輯å¨å·¥å ·å"},"table":{"border":"æ¡ç·å¤§å°","caption":"æ¨é¡","cell":{"menu":"å²åæ ¼","insertBefore":"åæ¹æå ¥å²åæ ¼","insertAfter":"徿¹æå ¥å²åæ ¼","deleteCell":"åªé¤å²åæ ¼","merge":"åä½µå²åæ ¼","mergeRight":"åå³åä½µ","mergeDown":"åä¸åä½µ","splitHorizontal":"æ°´å¹³åå²å²åæ ¼","splitVertical":"åç´åå²å²åæ ¼","title":"å²åæ ¼å±¬æ§","cellType":"å²åæ ¼é¡å","rowSpan":"åå ¨é·","colSpan":"è¡å ¨é·","wordWrap":"èªåæ·è¡","hAlign":"æ°´å¹³å°é½","vAlign":"åç´å°é½","alignBaseline":"åºæºç·","bgColor":"èæ¯é¡è²","borderColor":"æ¡ç·é¡è²","data":"è³æ","header":"é é¦","yes":"æ¯","no":"å¦","invalidWidth":"å²åæ ¼å¯¬åº¦å¿ é çºæ¸åã","invalidHeight":"å²åæ ¼é«åº¦å¿ é çºæ¸åã","invalidRowSpan":"åå ¨é·å¿ é æ¯æ´æ¸ã","invalidColSpan":"è¡å ¨é·å¿ é æ¯æ´æ¸ã","chooseColor":"鏿"},"cellPad":"å²åæ ¼éè·","cellSpace":"å²åæ ¼éè·","column":{"menu":"è¡","insertBefore":"å·¦æ¹æå ¥è¡","insertAfter":"峿¹æå ¥è¡","deleteColumn":"åªé¤è¡"},"columns":"è¡","deleteTable":"åªé¤è¡¨æ ¼","headers":"é é¦","headersBoth":"åæ","headersColumn":"第ä¸è¡","headersNone":"ç¡","headersRow":"第ä¸å","invalidBorder":"æ¡ç·å¤§å°å¿ é æ¯æ´æ¸ã","invalidCellPadding":"å²åæ ¼éè·å¿ é çºæ£æ¸ã","invalidCellSpacing":"å²åæ ¼éè·å¿ é çºæ£æ¸ã","invalidCols":"è¡æ¸é çºå¤§æ¼ 0 çæ£æ´æ¸ã","invalidHeight":"è¡¨æ ¼é«åº¦å¿ é çºæ¸åã","invalidRows":"忏é çºå¤§æ¼ 0 çæ£æ´æ¸ã","invalidWidth":"è¡¨æ ¼å¯¬åº¦å¿ é çºæ¸åã","menu":"è¡¨æ ¼å±¬æ§","row":{"menu":"å","insertBefore":"䏿¹æå ¥å","insertAfter":"䏿¹æå ¥å","deleteRow":"åªé¤å"},"rows":"å","summary":"總çµ","title":"è¡¨æ ¼å±¬æ§","toolbar":"è¡¨æ ¼","widthPc":"ç¾åæ¯","widthPx":"åç´ ","widthUnit":"寬度å®ä½"},"stylescombo":{"label":"樣å¼","panelTitle":"æ ¼å¼å樣å¼","panelTitle1":"å塿¨£å¼","panelTitle2":"å §åµæ¨£å¼","panelTitle3":"ç©ä»¶æ¨£å¼"},"specialchar":{"options":"ç¹æ®åå é¸é ","title":"é¸åç¹æ®åå ","toolbar":"æå ¥ç¹æ®åå "},"sourcearea":{"toolbar":"åå§ç¢¼"},"scayt":{"btn_about":"鿼峿æ¼å¯«æª¢æ¥","btn_dictionaries":"åå ¸","btn_disable":"éé峿æ¼å¯«æª¢æ¥","btn_enable":"åç¨å³ææ¼å¯«æª¢æ¥","btn_langs":"èªè¨","btn_options":"é¸é ","text_title":"峿æ¼å¯«æª¢æ¥"},"removeformat":{"toolbar":"ç§»é¤æ ¼å¼"},"pastetext":{"button":"è²¼æç´æå","title":"è²¼æç´æå"},"pastefromword":{"confirmCleanup":"æ¨æ³è²¼ä¸çæå似乿¯èª Word è¤è£½èä¾ï¼è«åæ¨æ¯å¦è¦å æ¸ é¤ Word çæ ¼å¼å¾åè¡è²¼ä¸ï¼","error":"ç±æ¼ç¼çå §é¨é¯èª¤ï¼ç¡æ³æ¸ 餿¸ é¤ Word çæ ¼å¼ã","title":"èª Word è²¼ä¸","toolbar":"èª Word è²¼ä¸"},"maximize":{"maximize":"æå¤§å","minimize":"æå°å"},"magicline":{"title":"卿¤æå ¥æ®µè½"},"list":{"bulletedlist":"æå ¥/ç§»é¤é ç®ç¬¦èæ¸ å®","numberedlist":"æå ¥/ç§»é¤ç·¨èæ¸ å®æ¸ å®"},"link":{"acccessKey":"便æ·éµ","advanced":"é²é","advisoryContentType":"建è°å §å®¹é¡å","advisoryTitle":"æ¨é¡","anchor":{"toolbar":"é¨é»","menu":"編輯é¨é»","title":"é¨é»å §å®¹","name":"é¨é»å稱","errorName":"è«è¼¸å ¥é¨é»å稱","remove":"ç§»é¤é¨é»"},"anchorId":"ä¾å ä»¶ç·¨è","anchorName":"ä¾é¨é»å稱","charset":"é£çµè³æºçåå é","cssClasses":"樣å¼è¡¨é¡å¥","emailAddress":"é»åéµä»¶å°å","emailBody":"éµä»¶æ¬æ","emailSubject":"éµä»¶ä¸»æ¨","id":"ID","info":"é£çµè³è¨","langCode":"èªè¨ç¢¼","langDir":"èªè¨æ¹å","langDirLTR":"ç±å·¦è³å³ (LTR)","langDirRTL":"ç±å³è³å·¦ (RTL)","menu":"編輯é£çµ","name":"å稱","noAnchors":"(æ¬æä»¶ä¸ç¡å¯ç¨ä¹é¨é»)","noEmail":"è«è¼¸å ¥é»åéµä»¶","noUrl":"è«è¼¸å ¥é£çµ URL","other":"<å ¶ä»>","popupDependent":"ç¨ç« (Netscape)","popupFeatures":"快顯è¦çªåè½","popupFullScreen":"å ¨è¢å¹ (IE)","popupLeft":"å·¦å´ä½ç½®","popupLocationBar":"ä½ç½®å","popupMenuBar":"åè½è¡¨å","popupResizable":"å¯èª¿å¤§å°","popupScrollBars":"æ²è»¸","popupStatusBar":"çæ å","popupToolbar":"å·¥å ·å","popupTop":"é 端ä½ç½®","rel":"éä¿","selectAnchor":"é¸åä¸åé¨é»","styles":"樣å¼","tabIndex":"å®ä½é åº","target":"ç®æ¨","targetFrame":"<æ¡æ¶>","targetFrameName":"ç®æ¨æ¡æ¶å稱","targetPopup":"<快顯è¦çª>","targetPopupName":"快顯è¦çªå稱","title":"é£çµ","toAnchor":"æåä¸çé¨é»é£çµ","toEmail":"é»åéµä»¶","toUrl":"ç¶²å","toolbar":"é£çµ","type":"é£çµé¡å","unlink":"åæ¶é£çµ","upload":"ä¸å³"},"indent":{"indent":"å¢å 縮æ","outdent":"æ¸å°ç¸®æ"},"image":{"alt":"æ¿ä»£æå","border":"æ¡ç·","btnUpload":"å³éå°ä¼ºæå¨","button2Img":"è«åæ¨ç¢ºå®è¦å°ãåçæéãè½ææãåçãåï¼","hSpace":"HSpace","img2Button":"è«åæ¨ç¢ºå®è¦å°ãåçãè½ææãåçæéãåï¼","infoTab":"å½±åè³è¨","linkTab":"é£çµ","lockRatio":"åºå®æ¯ä¾","menu":"å½±å屬æ§","resetSize":"éè¨å¤§å°","title":"å½±å屬æ§","titleButton":"å½±åæé屬æ§","upload":"ä¸å³","urlMissing":"éºå¤±åç便ºä¹ URL ","vSpace":"VSpace","validateBorder":"æ¡ç·å¿ é æ¯æ´æ¸ã","validateHSpace":"HSpace å¿ é æ¯æ´æ¸ã","validateVSpace":"VSpace å¿ é æ¯æ´æ¸ã"},"horizontalrule":{"toolbar":"æå ¥æ°´å¹³ç·"},"format":{"label":"æ ¼å¼","panelTitle":"æ®µè½æ ¼å¼","tag_address":"å°å","tag_div":"æ¨æº (DIV)","tag_h1":"æ¨é¡ 1","tag_h2":"æ¨é¡ 2","tag_h3":"æ¨é¡ 3","tag_h4":"æ¨é¡ 4","tag_h5":"æ¨é¡ 5","tag_h6":"æ¨é¡ 6","tag_p":"æ¨æº","tag_pre":"æ ¼å¼è¨å®"},"fakeobjects":{"anchor":"é¨é»","flash":"Flash åç«","hiddenfield":"é±èæ¬ä½","iframe":"IFrame","unknown":"ç¡æ³è¾¨èçç©ä»¶"},"elementspath":{"eleLabel":"å ä»¶è·¯å¾","eleTitle":"%1 åå ä»¶"},"contextmenu":{"options":"å §å®¹åè½è¡¨é¸é "},"clipboard":{"copy":"è¤è£½","copyError":"ç覽å¨çå®å ¨æ§è¨å®ä¸å 許編輯å¨èªåå·è¡è¤è£½åä½ãè«ä½¿ç¨éµç¤å¿«æ·éµ (Ctrl/Cmd+C) è¤è£½ã","cut":"åªä¸","cutError":"ç覽å¨çå®å ¨æ§è¨å®ä¸å 許編輯å¨èªåå·è¡åªä¸åä½ãè«ä½¿ç¨éç¤å¿«æ·éµ (Ctrl/Cmd+X) åªä¸ã","paste":"è²¼ä¸","pasteArea":"è²¼ä¸å","pasteMsg":"è«ä½¿ç¨éµç¤å¿«æ·éµ (<strong>Ctrl/Cmd+V</strong>) è²¼å°ä¸æ¹ååä¸ä¸¦æä¸ã確å®ãã","securityMsg":"å çºç覽å¨çå®å ¨æ§è¨å®ï¼æ¬ç·¨è¼¯å¨ç¡æ³ç´æ¥å忍çåªè²¼ç°¿è³æï¼è«æ¨èªè¡å¨æ¬è¦çªé²è¡è²¼ä¸åä½ã","title":"è²¼ä¸"},"button":{"selectedLabel":"%1 (å·²é¸å)"},"blockquote":{"toolbar":"å¼ç¨æ®µè½"},"basicstyles":{"bold":"ç²é«","italic":"æé«","strike":"åªé¤ç·","subscript":"䏿¨","superscript":"䏿¨","underline":"åºç·"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"éæ¼ CKEditor","help":"æª¢é± $1 å°æ±å¹«å©ã","moreInfo":"éæ¼ææ¬è³è¨ï¼è«å鱿åçç¶²ç«ï¼","title":"éæ¼ CKEditor","userGuide":"CKEditor 使ç¨è æå"},"editor":"RTF 編輯å¨","editorPanel":"RTF 編輯å¨é¢æ¿","common":{"editorHelp":"æä¸ ALT 0 åå¾èªªæã","browseServer":"ç覽伺æå¨","url":"URL","protocol":"éè¨åå®","upload":"ä¸å³","uploadSubmit":"å³éè³ä¼ºæå¨","image":"åå","flash":"Flash","form":"è¡¨æ ¼","checkbox":"æ ¸åæ¹å¡","radio":"é¸é æé","textField":"æåæ¬ä½","textarea":"æååå","hiddenField":"é±èæ¬ä½","button":"æé","select":"é¸åæ¬ä½","imageButton":"å½±åæé","notSet":"<æªè¨å®>","id":"ID","name":"å稱","langDir":"èªè¨æ¹å","langDirLtr":"ç±å·¦è³å³ (LTR)","langDirRtl":"ç±å³è³å·¦ (RTL)","langCode":"èªè¨ä»£ç¢¼","longDescr":"宿´æè¿° URL","cssClass":"樣å¼è¡¨é¡å¥","advisoryTitle":"æ¨é¡","cssStyle":"樣å¼","ok":"確å®","cancel":"åæ¶","close":"éé","preview":"é 覽","resize":"調æ´å¤§å°","generalTab":"ä¸è¬","advancedTab":"é²é","validateNumberFailed":"æ¤å¼ä¸æ¯æ¸å¼ã","confirmNewPage":"ç¾åçä¿®æ¹å°æªå²åï¼è¦éæ°æªæ¡ï¼","confirmCancel":"é¨ä»½é¸é å°æªå²åï¼è¦ééå°è©±æ¡ï¼","options":"é¸é ","target":"ç®æ¨","targetNew":"éæ°è¦çª (_blank)","targetTop":"æä¸å±¤è¦çª (_top)","targetSelf":"ç¸åè¦çª (_self)","targetParent":"ç¶è¦çª (_parent)","langDirLTR":"ç±å·¦è³å³ (LTR)","langDirRTL":"ç±å³è³å·¦ (RTL)","styles":"樣å¼","cssClasses":"樣å¼è¡¨é¡å¥","width":"寬度","height":"é«åº¦","align":"å°é½æ¹å¼","alignLeft":"é å·¦å°é½","alignRight":"é å³å°é½","alignCenter":"ç½®ä¸å°é½","alignJustify":"å·¦å³å°é½","alignTop":"é 端","alignMiddle":"ä¸éå°é½","alignBottom":"åºç«¯","alignNone":"ç¡","invalidValue":"ç¡æå¼ã","invalidHeight":"é«åº¦å¿ é çºæ¸åã","invalidWidth":"å¯¬åº¦å¿ é çºæ¸åã","invalidCssLength":"ã%1ãçå¼æçºæ£æ¸ï¼ä¸¦å¯å 嫿æç CSS å®ä½ (px, %, in, cm, mm, em, ex, pt, æ pc)ã","invalidHtmlLength":"ã%1ãçå¼æçºæ£æ¸ï¼ä¸¦å¯å 嫿æç HTML å®ä½ (px æ %)ã","invalidInlineStyle":"è¡å §æ¨£å¼ç弿å å«ä¸å以ä¸çè®æ¸å¼çµï¼å ¶æ ¼å¼å¦ãå稱:å¼ãï¼ä¸¦ä»¥åèåéä¹ã","cssLengthTooltip":"è«è¼¸å ¥æ¸å¼ï¼å®ä½æ¯åç´ æææç CSS å®ä½ (px, %, in, cm, mm, em, ex, pt, æ pc)ã","unavailable":"%1<span class=\"cke_accessibility\">ï¼ç¡æ³ä½¿ç¨</span>"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/package.json b/public/assets/ckeditor/package.json new file mode 100644 index 0000000..982c927 --- /dev/null +++ b/public/assets/ckeditor/package.json @@ -0,0 +1,26 @@ +{ + "name": "ckeditor", + "version": "4.5.9", + "description": "JavaScript WYSIWYG web text editor.", + "main": "ckeditor.js", + "repository": { + "type": "git", + "url": "git+https://github.com/ckeditor/ckeditor-releases.git" + }, + "keywords": [ + "ckeditor", + "fckeditor", + "editor", + "wysiwyg", + "html", + "richtext", + "text", + "javascript" + ], + "author": "CKSource (http://cksource.com/)", + "license": "For licensing, see LICENSE.md or http://ckeditor.com/license.", + "bugs": { + "url": "http://dev.ckeditor.com" + }, + "homepage": "http://ckeditor.com" +} diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js new file mode 100644 index 0000000..4585951 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js @@ -0,0 +1,10 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("a11yHelp",function(l){var a=l.lang.a11yhelp,n=CKEDITOR.tools.getNextId(),e={8:a.backspace,9:a.tab,13:a.enter,16:a.shift,17:a.ctrl,18:a.alt,19:a.pause,20:a.capslock,27:a.escape,33:a.pageUp,34:a.pageDown,35:a.end,36:a.home,37:a.leftArrow,38:a.upArrow,39:a.rightArrow,40:a.downArrow,45:a.insert,46:a["delete"],91:a.leftWindowKey,92:a.rightWindowKey,93:a.selectKey,96:a.numpad0,97:a.numpad1,98:a.numpad2,99:a.numpad3,100:a.numpad4,101:a.numpad5,102:a.numpad6,103:a.numpad7,104:a.numpad8, +105:a.numpad9,106:a.multiply,107:a.add,109:a.subtract,110:a.decimalPoint,111:a.divide,112:a.f1,113:a.f2,114:a.f3,115:a.f4,116:a.f5,117:a.f6,118:a.f7,119:a.f8,120:a.f9,121:a.f10,122:a.f11,123:a.f12,144:a.numLock,145:a.scrollLock,186:a.semiColon,187:a.equalSign,188:a.comma,189:a.dash,190:a.period,191:a.forwardSlash,192:a.graveAccent,219:a.openBracket,220:a.backSlash,221:a.closeBracket,222:a.singleQuote};e[CKEDITOR.ALT]=a.alt;e[CKEDITOR.SHIFT]=a.shift;e[CKEDITOR.CTRL]=a.ctrl;var f=[CKEDITOR.ALT,CKEDITOR.SHIFT, +CKEDITOR.CTRL],p=/\$\{(.*?)\}/g,t=function(){var a=l.keystrokeHandler.keystrokes,g={},c;for(c in a)g[a[c]]=c;return function(a,c){var b;if(g[c]){b=g[c];for(var h,k,m=[],d=0;d<f.length;d++)k=f[d],h=b/f[d],1<h&&2>=h&&(b-=k,m.push(e[k]));m.push(e[b]||String.fromCharCode(b));b=m.join("+")}else b=a;return b}}();return{title:a.title,minWidth:600,minHeight:400,contents:[{id:"info",label:l.lang.common.generalTab,expand:!0,elements:[{type:"html",id:"legends",style:"white-space:normal;",focus:function(){this.getElement().focus()}, +html:function(){for(var e='\x3cdiv class\x3d"cke_accessibility_legend" role\x3d"document" aria-labelledby\x3d"'+n+'_arialbl" tabIndex\x3d"-1"\x3e%1\x3c/div\x3e\x3cspan id\x3d"'+n+'_arialbl" class\x3d"cke_voice_label"\x3e'+a.contents+" \x3c/span\x3e",g=[],c=a.legend,l=c.length,f=0;f<l;f++){for(var b=c[f],h=[],k=b.items,m=k.length,d=0;d<m;d++){var q=k[d],r=q.legend.replace(p,t);r.match(p)||h.push("\x3cdt\x3e%1\x3c/dt\x3e\x3cdd\x3e%2\x3c/dd\x3e".replace("%1",q.name).replace("%2",r))}g.push("\x3ch1\x3e%1\x3c/h1\x3e\x3cdl\x3e%2\x3c/dl\x3e".replace("%1", +b.name).replace("%2",h.join("")))}return e.replace("%1",g.join(""))}()+'\x3cstyle type\x3d"text/css"\x3e.cke_accessibility_legend{width:600px;height:400px;padding-right:5px;overflow-y:auto;overflow-x:hidden;}.cke_browser_quirks .cke_accessibility_legend,{height:390px}.cke_accessibility_legend *{white-space:normal;}.cke_accessibility_legend h1{font-size: 20px;border-bottom: 1px solid #AAA;margin: 5px 0px 15px;}.cke_accessibility_legend dl{margin-left: 5px;}.cke_accessibility_legend dt{font-size: 13px;font-weight: bold;}.cke_accessibility_legend dd{margin:10px}\x3c/style\x3e'}]}], +buttons:[CKEDITOR.dialog.cancelButton]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt new file mode 100644 index 0000000..4c59097 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt @@ -0,0 +1,25 @@ +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license + +cs.js Found: 30 Missing: 0 +cy.js Found: 30 Missing: 0 +da.js Found: 12 Missing: 18 +de.js Found: 30 Missing: 0 +el.js Found: 25 Missing: 5 +eo.js Found: 30 Missing: 0 +fa.js Found: 30 Missing: 0 +fi.js Found: 30 Missing: 0 +fr.js Found: 30 Missing: 0 +gu.js Found: 12 Missing: 18 +he.js Found: 30 Missing: 0 +it.js Found: 30 Missing: 0 +mk.js Found: 5 Missing: 25 +nb.js Found: 30 Missing: 0 +nl.js Found: 30 Missing: 0 +no.js Found: 30 Missing: 0 +pt-br.js Found: 30 Missing: 0 +ro.js Found: 6 Missing: 24 +tr.js Found: 30 Missing: 0 +ug.js Found: 27 Missing: 3 +vi.js Found: 6 Missing: 24 +zh-cn.js Found: 30 Missing: 0 diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/af.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/af.js new file mode 100644 index 0000000..f33c0bb --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/af.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","af",{title:"Toeganglikheid instruksies",contents:"Hulp inhoud. Druk ESC om toe te maak.",legend:[{name:"Algemeen",items:[{name:"Bewerker balk",legend:"Druk ${toolbarFocus} om op die werkbalk te land. Beweeg na die volgende en voorige wekrbalkgroep met TAB and SHIFT+TAB. Beweeg na die volgende en voorige werkbalkknop met die regter of linker pyl. Druk SPASIE of ENTER om die knop te bevestig."},{name:"Bewerker dialoog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"Bewerkerinhoudmenu",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]},{name:"Commands",items:[{name:" Undo command",legend:"Press ${undo}"},{name:" Redo command",legend:"Press ${redo}"},{name:" Bold command",legend:"Press ${bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command", +legend:"Press ${underline}"},{name:" Link command",legend:"Press ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pouse",capslock:"Hoofletterslot",escape:"Ontsnap",pageUp:"Blaaiop",pageDown:"Blaaiaf",end:"Einde",home:"Tuis",leftArrow:"Linkspyl",upArrow:"Oppyl",rightArrow:"Regterpyl",downArrow:"Afpyl",insert:"Toevoeg","delete":"Verwyder",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Nommerblok 0",numpad1:"Nommerblok 1", +numpad2:"Nommerblok 2",numpad3:"Nommerblok 3",numpad4:"Nommerblok 4",numpad5:"Nommerblok 5",numpad6:"Nommerblok 6",numpad7:"Nommerblok 7",numpad8:"Nommerblok 8",numpad9:"Nommerblok 9",multiply:"Maal",add:"Plus",subtract:"Minus",decimalPoint:"Desimaalepunt",divide:"Gedeeldeur",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Nommervergrendel",scrollLock:"Rolvergrendel",semiColon:"Kommapunt",equalSign:"Isgelykaan",comma:"Komma",dash:"Koppelteken", +period:"Punt",forwardSlash:"Skuinsstreep",graveAccent:"Aksentteken",openBracket:"Oopblokhakkie",backSlash:"Trustreep",closeBracket:"Toeblokhakkie",singleQuote:"Enkelaanhaalingsteken"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js new file mode 100644 index 0000000..724decb --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","ar",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"عا٠",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"Editor Context Menu",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]},{name:"Commands",items:[{name:" Undo command",legend:"Press ${undo}"},{name:" Redo command",legend:"Press ${redo}"},{name:" Bold command",legend:"Press ${bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command", +legend:"Press ${underline}"},{name:" Link command",legend:"Press ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1", +numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Ø¥Ø¶Ø§ÙØ©",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"ØªÙØ³ÙÙ ",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"ÙØ§ØµÙØ©",dash:"Dash",period:"ÙÙØ·Ø©",forwardSlash:"Forward Slash", +graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js new file mode 100644 index 0000000..d4a9f93 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","bg",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"ÐбÑо",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"Editor Context Menu",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]},{name:"Commands",items:[{name:" Undo command",legend:"Press ${undo}"},{name:" Redo command",legend:"Press ${redo}"},{name:" Bold command",legend:"Press ${bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command", +legend:"Press ${underline}"},{name:" Link command",legend:"Press ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1", +numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash", +graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js new file mode 100644 index 0000000..11f77ba --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","ca",{title:"Instruccions d'Accessibilitat",contents:"Continguts de l'Ajuda. Per tancar aquest quadre de dià leg premi ESC.",legend:[{name:"General",items:[{name:"Editor de barra d'eines",legend:"Premi ${toolbarFocus} per desplaçar-se per la barra d'eines. Vagi en el següent i anterior grup de barra d'eines amb TAB i SHIFT+TAB. Vagi en el següent i anterior botó de la barra d'eines amb RIGHT ARROW i LEFT ARROW. Premi SPACE o ENTER per activar el botó de la barra d'eines."}, +{name:"Editor de quadre de dià leg",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Editor de menú contextual",legend:"Premi ${contextMenu} o APPLICATION KEY per obrir el menú contextual. Després desplacis a la següent opció del menú amb TAB o DOWN ARROW. Desplacis a l'anterior opció amb SHIFT+TAB o UP ARROW. Premi SPACE o ENTER per seleccionar l'opció del menú. Obri el submenú de l'actual opció utilitzant SPACE o ENTER o RIGHT ARROW. Pot tornar a l'opció del menú pare amb ESC o LEFT ARROW. Tanqui el menú contextual amb ESC."}, +{name:"Editor de caixa de llista",legend:"Dins d'un quadre de llista, desplacis al següent element de la llista amb TAB o DOWN ARROW. Desplacis a l'anterior element de la llista amb SHIFT+TAB o UP ARROW. Premi SPACE o ENTER per seleccionar l'opció de la llista. Premi ESC per tancar el quadre de llista."},{name:"Editor de barra de ruta de l'element",legend:"Premi ${elementsPathFocus} per anar als elements de la barra de ruta. Desplacis al botó de l'element següent amb TAB o RIGHT ARROW. Desplacis a l'anterior botó amb SHIFT+TAB o LEFT ARROW. Premi SPACE o ENTER per seleccionar l'element a l'editor."}]}, +{name:"Ordres",items:[{name:"Desfer ordre",legend:"Premi ${undo}"},{name:"Refer ordre",legend:"Premi ${redo}"},{name:"Ordre negreta",legend:"Premi ${bold}"},{name:"Ordre cursiva",legend:"Premi ${italic}"},{name:"Ordre subratllat",legend:"Premi ${underline}"},{name:"Ordre enllaç",legend:"Premi ${link}"},{name:"Ordre amagar barra d'eines",legend:"Premi ${toolbarCollapse}"},{name:"Ordre per accedir a l'anterior espai enfocat",legend:"Premi ${accessPreviousSpace} per accedir a l'enfocament d'espai més proper inabastable abans del sÃmbol d'intercalació, per exemple: dos elements HR adjacents. Repetiu la combinació de tecles per arribar a enfocaments d'espais distants."}, +{name:"Ordre per accedir al següent espai enfocat",legend:"Premi ${accessNextSpace} per accedir a l'enfocament d'espai més proper inabastable després del sÃmbol d'intercalació, per exemple: dos elements HR adjacents. Repetiu la combinació de tecles per arribar a enfocaments d'espais distants."},{name:"Ajuda d'accessibilitat",legend:"Premi ${a11yHelp}"}]}],backspace:"Retrocés",tab:"Tabulació",enter:"Intro",shift:"Majúscules",ctrl:"Ctrl",alt:"Alt",pause:"Pausa",capslock:"Bloqueig de majúscules",escape:"Escape", +pageUp:"Pà gina Amunt",pageDown:"Pà gina Avall",end:"Fi",home:"Inici",leftArrow:"Fletxa Esquerra",upArrow:"Fletxa Amunt",rightArrow:"Fletxa Dreta",downArrow:"Fletxa Avall",insert:"Inserir","delete":"Eliminar",leftWindowKey:"Tecla Windows Esquerra",rightWindowKey:"Tecla Windows Dreta",selectKey:"Tecla Seleccionar",numpad0:"Teclat Numèric 0",numpad1:"Teclat Numèric 1",numpad2:"Teclat Numèric 2",numpad3:"Teclat Numèric 3",numpad4:"Teclat Numèric 4",numpad5:"Teclat Numèric 5",numpad6:"Teclat Numèric 6", +numpad7:"Teclat Numèric 7",numpad8:"Teclat Numèric 8",numpad9:"Teclat Numèric 9",multiply:"Multiplicació",add:"Suma",subtract:"Resta",decimalPoint:"Punt Decimal",divide:"Divisió",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Bloqueig Teclat Numèric",scrollLock:"Bloqueig de Desplaçament",semiColon:"Punt i Coma",equalSign:"SÃmbol Igual",comma:"Coma",dash:"Guió",period:"Punt",forwardSlash:"Barra Diagonal",graveAccent:"Accent Obert",openBracket:"Claudà tor Obert", +backSlash:"Barra Invertida",closeBracket:"Claudà tor Tancat",singleQuote:"Cometa Simple"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js new file mode 100644 index 0000000..88a393c --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","cs",{title:"Instrukce pro pÅÃstupnost",contents:"Obsah nápovÄdy. Pro uzavÅenà tohoto dialogu stisknÄte klávesu ESC.",legend:[{name:"Obecné",items:[{name:"Panel nástrojů editoru",legend:"StisknÄte${toolbarFocus} k procházenà panelu nástrojů. PÅejdÄte na dalšà a pÅedchozà skupiny pomocà TAB a SHIFT+TAB. PÅechod na dalšà a pÅedchozà tlaÄÃtko panelu nástrojů je pomocà ŠIPKA VPRAVO nebo Å IPKA VLEVO. StisknutÃm mezernÃku nebo klávesy ENTER tlaÄÃtko aktivujete."},{name:"Dialogové okno editoru", +legend:"UvnitÅ dialogového okna stisknÄte TAB pro pÅesunutà na dalšà prvek okna, stisknÄte SHIFT+TAB pro pÅesun na pÅedchozà prvek okna, stisknÄte ENTER pro odeslánà dialogu, stisknÄte ESC pro jeho zruÅ¡enÃ. Pro dialogová okna, která majà mnoho karet stisknÄte ALT+F10 pro zamÄÅenà seznamu karet, nebo TAB, pro posun podle poÅadà karet.PÅi zamÄÅenà seznamu karet se můžete jimi posouvat pomocà ŠIPKY VPRAVO a VLEVO."},{name:"Kontextové menu editoru",legend:"StisknÄte ${contextMenu} nebo klávesu APPLICATION k otevÅenà kontextového menu. Pak se pÅesuÅte na dalšà možnost menu pomocà TAB nebo Å IPKY DOLÅ®. PÅesuÅte se na pÅedchozà možnost pomocà SHIFT+TAB nebo Å IPKY NAHORU. StisknÄte MEZERNÃK nebo ENTER pro zvolenà možnosti menu. Podmenu souÄasné možnosti otevÅete pomocà MEZERNÃKU nebo ENTER Äi Å IPKY DOLEVA. Kontextové menu uzavÅete stiskem ESC."}, +{name:"RámeÄek seznamu editoru",legend:"UvnitÅ rámeÄku seznamu se pÅesunete na dalšà položku menu pomocà TAB nebo Å IPKA DOLÅ®. Na pÅedchozà položku se pÅesunete SHIFT+TAB nebo Å IPKA NAHORU. StisknÄte MEZERNÃK nebo ENTER pro zvolenà možnosti seznamu. StisknÄte ESC pro uzavÅenà seznamu."},{name:"LiÅ¡ta cesty prvku v editoru",legend:"StisknÄte ${elementsPathFocus} pro procházenà liÅ¡ty cesty prvku. Na dalšà tlaÄÃtko prvku se pÅesunete pomocà TAB nebo Å IPKA VPRAVO. Na pÅedchozà tlaÄÃtko se pÅesunete pomocà SHIFT+TAB nebo Å IPKA VLEVO. StisknÄte MEZERNÃK nebo ENTER pro vybránà prvku v editoru."}]}, +{name:"PÅÃkazy",items:[{name:" PÅÃkaz ZpÄt",legend:"StisknÄte ${undo}"},{name:" PÅÃkaz Znovu",legend:"StisknÄte ${redo}"},{name:" PÅÃkaz TuÄné",legend:"StisknÄte ${bold}"},{name:" PÅÃkaz KurzÃva",legend:"StisknÄte ${italic}"},{name:" PÅÃkaz PodtrženÃ",legend:"StisknÄte ${underline}"},{name:" PÅÃkaz Odkaz",legend:"StisknÄte ${link}"},{name:" PÅÃkaz Skrýt panel nástrojů",legend:"StisknÄte ${toolbarCollapse}"},{name:"PÅÃkaz pro pÅÃstup k pÅedchozÃmu prostoru zamÄÅenÃ",legend:"StisknÄte ${accessPreviousSpace} pro pÅÃstup k nejbližšÃmu nedosažitelnému prostoru zamÄÅenà pÅed stÅÃÅ¡kou, napÅÃklad: dva pÅilehlé prvky HR. Pro dosaženà vzdálených prostorů zamÄÅenà tuto kombinaci kláves opakujte."}, +{name:"PÅÃkaz pro pÅÃstup k dalÅ¡Ãmu prostoru zamÄÅenÃ",legend:"StisknÄte ${accessNextSpace} pro pÅÃstup k nejbližšÃmu nedosažitelnému prostoru zamÄÅenà po stÅÃÅ¡ce, napÅÃklad: dva pÅilehlé prvky HR. Pro dosaženà vzdálených prostorů zamÄÅenà tuto kombinaci kláves opakujte."},{name:" NápovÄda pÅÃstupnosti",legend:"StisknÄte ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tabulátor",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pauza",capslock:"Caps lock",escape:"Escape",pageUp:"Stránka nahoru", +pageDown:"Stránka dolů",end:"Konec",home:"Domů",leftArrow:"Å ipka vlevo",upArrow:"Å ipka nahoru",rightArrow:"Å ipka vpravo",downArrow:"Å ipka dolů",insert:"Vložit","delete":"Smazat",leftWindowKey:"Levá klávesa Windows",rightWindowKey:"Pravá klávesa Windows",selectKey:"Vyberte klávesu",numpad0:"Numerická klávesa 0",numpad1:"Numerická klávesa 1",numpad2:"Numerická klávesa 2",numpad3:"Numerická klávesa 3",numpad4:"Numerická klávesa 4",numpad5:"Numerická klávesa 5",numpad6:"Numerická klávesa 6",numpad7:"Numerická klávesa 7", +numpad8:"Numerická klávesa 8",numpad9:"Numerická klávesa 9",multiply:"Numerická klávesa násobenÃ",add:"PÅidat",subtract:"Numerická klávesa odeÄÃtánÃ",decimalPoint:"Desetinná teÄka",divide:"Numerická klávesa dÄlenÃ",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num lock",scrollLock:"Scroll lock",semiColon:"StÅednÃk",equalSign:"RovnÃtko",comma:"Äárka",dash:"PomlÄka",period:"TeÄka",forwardSlash:"LomÃtko",graveAccent:"PÅÃzvuk",openBracket:"OtevÅená hranatá závorka", +backSlash:"Obrácené lomÃtko",closeBracket:"UzavÅená hranatá závorka",singleQuote:"Jednoduchá uvozovka"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js new file mode 100644 index 0000000..97fc711 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","cy",{title:"Canllawiau Hygyrchedd",contents:"Cynnwys Cymorth. I gau y deialog hwn, pwyswch ESC.",legend:[{name:"Cyffredinol",items:[{name:"Bar Offer y Golygydd",legend:"Pwyswch $ {toolbarFocus} i fynd at y bar offer. Symudwch i'r grŵp bar offer nesaf a blaenorol gyda TAB a SHIFT+TAB. Symudwch i'r botwm bar offer nesaf a blaenorol gyda SAETH DDE neu SAETH CHWITH. Pwyswch SPACE neu ENTER i wneud botwm y bar offer yn weithredol."},{name:"Deialog y Golygydd",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"Dewislen Cyd-destun y Golygydd",legend:"Pwyswch $ {contextMenu} neu'r ALLWEDD 'APPLICATION' i agor y ddewislen cyd-destun. Yna symudwch i'r opsiwn ddewislen nesaf gyda'r TAB neu'r SAETH I LAWR. Symudwch i'r opsiwn blaenorol gyda SHIFT+TAB neu'r SAETH I FYNY. Pwyswch SPACE neu ENTER i ddewis yr opsiwn ddewislen. Agorwch is-dewislen yr opsiwn cyfredol gyda SPACE neu ENTER neu SAETH DDE. Ewch yn ôl i'r eitem ar y ddewislen uwch gydag ESC neu SAETH CHWITH. Ceuwch y ddewislen cyd-destun gydag ESC."}, +{name:"Blwch Rhestr y Golygydd",legend:"Tu mewn y blwch rhestr, ewch i'r eitem rhestr nesaf gyda TAB neu'r SAETH I LAWR. Symudwch i restr eitem flaenorol gyda SHIFT+TAB neu SAETH I FYNY. Pwyswch SPACE neu ENTER i ddewis yr opsiwn o'r rhestr. Pwyswch ESC i gau'r rhestr."},{name:"Bar Llwybr Elfen y Golygydd",legend:"Pwyswch ${elementsPathFocus} i fynd i'r bar llwybr elfennau. Symudwch i fotwm yr elfen nesaf gyda TAB neu SAETH DDE. Symudwch i fotwm blaenorol gyda SHIFT+TAB neu SAETH CHWITH. Pwyswch SPACE neu ENTER i ddewis yr elfen yn y golygydd."}]}, +{name:"Gorchmynion",items:[{name:"Gorchymyn dadwneud",legend:"Pwyswch ${undo}"},{name:"Gorchymyn ailadrodd",legend:"Pwyswch ${redo}"},{name:"Gorchymyn Bras",legend:"Pwyswch ${bold}"},{name:"Gorchymyn italig",legend:"Pwyswch ${italig}"},{name:"Gorchymyn tanlinellu",legend:"Pwyso ${underline}"},{name:"Gorchymyn dolen",legend:"Pwyswch ${link}"},{name:"Gorchymyn Cwympo'r Dewislen",legend:"Pwyswch ${toolbarCollapse}"},{name:"Myned i orchymyn bwlch ffocws blaenorol",legend:"Pwyswch ${accessPreviousSpace} i fyned i'r \"blwch ffocws sydd methu ei gyrraedd\" cyn y caret, er enghraifft: dwy elfen HR drws nesaf i'w gilydd. AIladroddwch y cyfuniad allwedd i gyrraedd bylchau ffocws pell."}, +{name:"Ewch i'r gorchymyn blwch ffocws nesaf",legend:"Pwyswch ${accessNextSpace} i fyned i'r blwch ffocws agosaf nad oes modd ei gyrraedd ar ôl y caret, er enghraifft: dwy elfen HR drws nesaf i'w gilydd. Ailadroddwch y cyfuniad allwedd i gyrraedd blychau ffocws pell."},{name:"Cymorth Hygyrchedd",legend:"Pwyswch ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down", +end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point", +divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash",graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/da.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/da.js new file mode 100644 index 0000000..70bebb0 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/da.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","da",{title:"Tilgængelighedsinstrukser",contents:"Onlinehjælp. For at lukke dette vindue klik ESC",legend:[{name:"Generelt",items:[{name:"Editor værktøjslinje",legend:"Tryk ${toolbarFocus} for at navigere til værktøjslinjen. Flyt til næste eller forrige værktøjsline gruppe ved hjælp af TAB eller SHIFT+TAB. Flyt til næste eller forrige værktøjslinje knap med venstre- eller højre piltast. Tryk pÃ¥ SPACE eller ENTER for at aktivere værktøjslinje knappen."},{name:"Editor dialogboks", +legend:"Inde i en dialogboks kan du, trykke pÃ¥ TAB for at navigere til næste element, trykke pÃ¥ SHIFT+TAB for at navigere til forrige element, trykke pÃ¥ ENTER for at afsende eller trykke pÃ¥ ESC for at lukke dialogboksen.\r\nNÃ¥r en dialogboks har flere faner, fanelisten kan tilgÃ¥s med ALT+F10 eller med TAB. Hvis fanelisten er i fokus kan du skifte til næste eller forrige tab, med højre- og venstre piltast."},{name:"Editor Context Menu",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."}, +{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."},{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]}, +{name:"Kommandoer",items:[{name:"Fortryd kommando",legend:"Klik pÃ¥ ${undo}"},{name:"Gentag kommando",legend:"Klik ${redo}"},{name:"Fed kommando",legend:"Klik ${bold}"},{name:"Kursiv kommando",legend:"Klik ${italic}"},{name:"Understregnings kommando",legend:"Klik ${underline}"},{name:"Link kommando",legend:"Klik ${link}"},{name:" Toolbar Collapse command",legend:"Klik ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:"Tilgængelighedshjælp",legend:"Kilk ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Venstre pil", +upArrow:"Pil op",rightArrow:"Højre pil",downArrow:"Pil ned",insert:"Insert","delete":"Delete",leftWindowKey:"Venstre Windows tast",rightWindowKey:"Højre Windows tast",selectKey:"Select-knap",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Gange",add:"Plus",subtract:"Minus",decimalPoint:"Komma",divide:"Divider",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5", +f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semikolon",equalSign:"Lighedstegn",comma:"Komma",dash:"Bindestreg",period:"Punktum",forwardSlash:"SkrÃ¥streg",graveAccent:"Accent grave",openBracket:"Start klamme",backSlash:"Omvendt skrÃ¥streg",closeBracket:"Slut klamme",singleQuote:"Enkelt citationstegn"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js new file mode 100644 index 0000000..6bdca78 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","de-ch",{title:"Barrierefreiheitinformationen",contents:"Hilfeinhalt. Um den Dialog zu schliessen die Taste ESC drücken.",legend:[{name:"Allgemein",items:[{name:"Editorwerkzeugleiste",legend:"Drücken Sie ${toolbarFocus} auf der Symbolleiste. Gehen Sie zur nächsten oder vorherigen Symbolleistengruppe mit TAB und SHIFT+TAB. Gehen Sie zur nächsten oder vorherigen Symbolleiste auf die Schaltfläche mit dem RECHTS- oder LINKS-Pfeil. Drücken Sie die Leertaste oder Eingabetaste, um die Schaltfläche in der Symbolleiste aktivieren."}, +{name:"Editordialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Editor-Kontextmenü",legend:"Dürcken Sie ${contextMenu} oder die Anwendungstaste um das Kontextmenü zu öffnen. Man kann die Pfeiltasten zum Wechsel benutzen. Mit der Leertaste oder der Enter-Taste kann man den Menüpunkt aufrufen. Schliessen Sie das Kontextmenü mit der ESC-Taste."}, +{name:"Editor-Listenbox",legend:"Innerhalb einer Listenbox kann man mit der TAB-Taste oder den Pfeilrunter-Taste den nächsten Menüeintrag wählen. Mit der SHIFT+TAB Tastenkombination oder der Pfeilhoch-Taste gelangt man zum vorherigen Menüpunkt. Mit der Leertaste oder Enter kann man den Menüpunkt auswählen. Drücken Sie ESC zum Verlassen des Menüs."},{name:"Editor-Elementpfadleiste",legend:"Drücken Sie ${elementsPathFocus} um sich durch die Pfadleiste zu bewegen. Um zum nächsten Element zu gelangen drücken Sie TAB oder die Pfeilrechts-Taste. Zum vorherigen Element gelangen Sie mit der SHIFT+TAB oder der Pfeillinks-Taste. Drücken Sie die Leertaste oder Enter um das Element auszuwählen."}]}, +{name:"Befehle",items:[{name:"Rückgängig-Befehl",legend:"Drücken Sie ${undo}"},{name:"Wiederherstellen-Befehl",legend:"Drücken Sie ${redo}"},{name:"Fettschrift-Befehl",legend:"Drücken Sie ${bold}"},{name:"Kursiv-Befehl",legend:"Drücken Sie ${italic}"},{name:"Unterstreichen-Befehl",legend:"Drücken Sie ${underline}"},{name:"Link-Befehl",legend:"Drücken Sie ${link}"},{name:"Werkzeugleiste einklappen-Befehl",legend:"Drücken Sie ${toolbarCollapse}"},{name:"Zugang bisheriger Fokussierung Raumbefehl ",legend:"Drücken Sie ${accessPreviousSpace} auf den am nächsten nicht erreichbar Fokus-Abstand vor die Einfügemarke zugreifen: zwei benachbarte HR-Elemente. Wiederholen Sie die Tastenkombination um entfernte Fokusräume zu erreichen. "}, +{name:"Zugang nächster Schwerpunkt Raumbefehl ",legend:"Drücken Sie $ { accessNextSpace }, um den nächsten unerreichbar Fokus Leerzeichen nach dem Cursor zum Beispiel auf: zwei benachbarten HR Elemente. Wiederholen Sie die Tastenkombination zum fernen Fokus Bereiche zu erreichen. "},{name:"Eingabehilfen",legend:"Drücken Sie ${a11yHelp}"}]}],backspace:"Rücktaste",tab:"Tab",enter:"Eingabe",shift:"Umschalt",ctrl:"Strg",alt:"Alt",pause:"Pause",capslock:"Feststell",escape:"Escape",pageUp:"Bild auf",pageDown:"Bild ab", +end:"Ende",home:"Pos1",leftArrow:"Linke Pfeiltaste",upArrow:"Obere Pfeiltaste",rightArrow:"Rechte Pfeiltaste",downArrow:"Untere Pfeiltaste",insert:"Einfügen","delete":"Entfernen",leftWindowKey:"Linke Windowstaste",rightWindowKey:"Rechte Windowstaste",selectKey:"Taste auswählen",numpad0:"Ziffernblock 0",numpad1:"Ziffernblock 1",numpad2:"Ziffernblock 2",numpad3:"Ziffernblock 3",numpad4:"Ziffernblock 4",numpad5:"Ziffernblock 5",numpad6:"Ziffernblock 6",numpad7:"Ziffernblock 7",numpad8:"Ziffernblock 8", +numpad9:"Ziffernblock 9",multiply:"Multiplizieren",add:"Addieren",subtract:"Subtrahieren",decimalPoint:"Punkt",divide:"Dividieren",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Ziffernblock feststellen",scrollLock:"Rollen",semiColon:"Semikolon",equalSign:"Gleichheitszeichen",comma:"Komma",dash:"Bindestrich",period:"Punkt",forwardSlash:"Schrägstrich",graveAccent:"Gravis",openBracket:"Ãffnende eckige Klammer",backSlash:"Rückwärtsgewandter Schrägstrich", +closeBracket:"Schliessende eckige Klammer",singleQuote:"Einfaches Anführungszeichen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/de.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/de.js new file mode 100644 index 0000000..24d782a --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/de.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","de",{title:"Barrierefreiheitinformationen",contents:"Hilfeinhalt. Um den Dialog zu schliessen die Taste ESC drücken.",legend:[{name:"Allgemein",items:[{name:"Editorwerkzeugleiste",legend:"Drücken Sie ${toolbarFocus} auf der Symbolleiste. Gehen Sie zur nächsten oder vorherigen Symbolleistengruppe mit TAB und SHIFT+TAB. Gehen Sie zur nächsten oder vorherigen Symbolleiste auf die Schaltfläche mit dem RECHTS- oder LINKS-Pfeil. Drücken Sie die Leertaste oder Eingabetaste, um die Schaltfläche in der Symbolleiste aktivieren."}, +{name:"Editordialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Editor-Kontextmenü",legend:"Dürcken Sie ${contextMenu} oder die Anwendungstaste um das Kontextmenü zu öffnen. Man kann die Pfeiltasten zum Wechsel benutzen. Mit der Leertaste oder der Enter-Taste kann man den Menüpunkt aufrufen. Schliessen Sie das Kontextmenü mit der ESC-Taste."}, +{name:"Editor-Listenbox",legend:"Innerhalb einer Listenbox kann man mit der TAB-Taste oder den Pfeilrunter-Taste den nächsten Menüeintrag wählen. Mit der SHIFT+TAB Tastenkombination oder der Pfeilhoch-Taste gelangt man zum vorherigen Menüpunkt. Mit der Leertaste oder Enter kann man den Menüpunkt auswählen. Drücken Sie ESC zum Verlassen des Menüs."},{name:"Editor-Elementpfadleiste",legend:"Drücken Sie ${elementsPathFocus} um sich durch die Pfadleiste zu bewegen. Um zum nächsten Element zu gelangen drücken Sie TAB oder die Pfeilrechts-Taste. Zum vorherigen Element gelangen Sie mit der SHIFT+TAB oder der Pfeillinks-Taste. Drücken Sie die Leertaste oder Enter um das Element auszuwählen."}]}, +{name:"Befehle",items:[{name:"Rückgängig-Befehl",legend:"Drücken Sie ${undo}"},{name:"Wiederherstellen-Befehl",legend:"Drücken Sie ${redo}"},{name:"Fettschrift-Befehl",legend:"Drücken Sie ${bold}"},{name:"Kursiv-Befehl",legend:"Drücken Sie ${italic}"},{name:"Unterstreichen-Befehl",legend:"Drücken Sie ${underline}"},{name:"Link-Befehl",legend:"Drücken Sie ${link}"},{name:"Werkzeugleiste einklappen-Befehl",legend:"Drücken Sie ${toolbarCollapse}"},{name:"Zugang bisheriger Fokussierung Raumbefehl ",legend:"Drücken Sie ${accessPreviousSpace} auf den am nächsten nicht erreichbar Fokus-Abstand vor die Einfügemarke zugreifen: zwei benachbarte HR-Elemente. Wiederholen Sie die Tastenkombination um entfernte Fokusräume zu erreichen. "}, +{name:"Zugang nächster Schwerpunkt Raumbefehl ",legend:"Drücken Sie $ { accessNextSpace }, um den nächsten unerreichbar Fokus Leerzeichen nach dem Cursor zum Beispiel auf: zwei benachbarten HR Elemente. Wiederholen Sie die Tastenkombination zum fernen Fokus Bereiche zu erreichen. "},{name:"Eingabehilfen",legend:"Drücken Sie ${a11yHelp}"}]}],backspace:"Rücktaste",tab:"Tab",enter:"Eingabe",shift:"Umschalt",ctrl:"Strg",alt:"Alt",pause:"Pause",capslock:"Feststell",escape:"Escape",pageUp:"Bild auf",pageDown:"Bild ab", +end:"Ende",home:"Pos1",leftArrow:"Linke Pfeiltaste",upArrow:"Obere Pfeiltaste",rightArrow:"Rechte Pfeiltaste",downArrow:"Untere Pfeiltaste",insert:"Einfügen","delete":"Entfernen",leftWindowKey:"Linke Windowstaste",rightWindowKey:"Rechte Windowstaste",selectKey:"Taste auswählen",numpad0:"Ziffernblock 0",numpad1:"Ziffernblock 1",numpad2:"Ziffernblock 2",numpad3:"Ziffernblock 3",numpad4:"Ziffernblock 4",numpad5:"Ziffernblock 5",numpad6:"Ziffernblock 6",numpad7:"Ziffernblock 7",numpad8:"Ziffernblock 8", +numpad9:"Ziffernblock 9",multiply:"Multiplizieren",add:"Addieren",subtract:"Subtrahieren",decimalPoint:"Punkt",divide:"Dividieren",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Ziffernblock feststellen",scrollLock:"Rollen",semiColon:"Semikolon",equalSign:"Gleichheitszeichen",comma:"Komma",dash:"Bindestrich",period:"Punkt",forwardSlash:"Schrägstrich",graveAccent:"Gravis",openBracket:"Ãffnende eckige Klammer",backSlash:"Rückwärtsgewandter Schrägstrich", +closeBracket:"SchlieÃende eckige Klammer",singleQuote:"Einfaches Anführungszeichen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/el.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/el.js new file mode 100644 index 0000000..ae73cab --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/el.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","el",{title:"ÎÎ´Î·Î³Î¯ÎµÏ Î ÏοÏβαÏιμÏÏηÏαÏ",contents:"ΠεÏιεÏÏμενα ÎοήθειαÏ. ΠαÏήÏÏε ESC για κλείÏιμο.",legend:[{name:"Îενικά",items:[{name:"ÎÏγαλειοθήκη ÎÏεξεÏγαÏÏή",legend:"ΠαÏήÏÏε ${toolbarFocus} για να ÏεÏιηγηθείÏε ÏÏην γÏαμμή εÏγαλείÏν. ÎεÏακινηθείÏε ανάμεÏα ÏÏÎ¹Ï Î¿Î¼Î¬Î´ÎµÏ ÏÎ·Ï Î³ÏÎ±Î¼Î¼Î®Ï ÎµÏγαλείÏν με TAB και SHIFT+TAB. ÎεÏακινηθείÏε ανάμεÏα ÏÏα ÎºÎ¿Ï Î¼Ïιά εÏγαλείÏν με Ïο ÎÎÎΠή ÎΡÎΣΤÎΡΠÎÎÎÎÎÎ. ΠαÏήÏÏε ÎÎÎΣΤÎÎΠή ENTER για να ενεÏγοÏοιήÏεÏε Ïο ενεÏÎ³Ï ÎºÎ¿Ï Î¼Ïί εÏÎ³Î±Î»ÎµÎ¯Î¿Ï ."},{name:"ΠαÏÎ¬Î¸Ï Ïο ÎιαλÏÎ³Î¿Ï ÎÏεξεÏγαÏÏή", +legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"ÎÎ½Î±Î´Ï Ïμενο ÎÎµÎ½Î¿Ï ÎÏεξεÏγαÏÏή",legend:"ΠαÏήÏÏε ${contextMenu} ή APPLICATION KEY για να ανοίξεÏε Ïο Î±Î½Î±Î´Ï Ïμενο μενοÏ. ÎεÏά μεÏακινηθείÏε ÏÏην εÏÏμενη εÏιλογή ÏÎ¿Ï Î¼ÎµÎ½Î¿Ï Î¼Îµ TAB ή ÎÎΤΩ ÎÎÎÎÎÎ. ÎεÏακινηθείÏε ÏÏην ÏÏοηγοÏμενη εÏιλογή με SHIFT+TAB ή Ïο Î ÎÎΩ ÎÎÎÎÎÎ. ΠαÏήÏÏε ÎÎÎΣΤÎÎΠή ENTER για να εÏιλÎξÏε Ïο ÏÏÎÏÏν ÏÏοιÏείο. ÎνοίξÏε Ïο Î±Î½Î±Î´Ï Ïμενο Î¼ÎµÎ½Î¿Ï ÏÎ·Ï ÏÏÎÏÎ¿Ï ÏÎ±Ï ÎµÏÎ¹Î»Î¿Î³Î®Ï Î¼Îµ ÎÎÎΣΤÎÎΠή ENTER ή Ïο ÎÎÎÎ ÎÎÎÎÎÎ. ÎεÏαβείÏε ÏίÏÏ ÏÏο αÏÏÎ¹ÎºÏ ÏÏοιÏείο Î¼ÎµÎ½Î¿Ï Î¼Îµ Ïο ESC ή Ïο ÎΡÎΣΤÎΡΠÎÎÎÎÎÎ. ÎλείÏÏε Ïο Î±Î½Î±Î´Ï Ïμενο Î¼ÎµÎ½Î¿Ï Î¼Îµ ESC."}, +{name:"ÎÎ¿Ï Ïί ÎίÏÏÎ±Ï ÎÏεξεÏγαÏÏÏν",legend:"ÎÎÏα Ïε Îνα ÎºÎ¿Ï Ïί λίÏÏαÏ, μεÏακινηθείÏε ÏÏο εÏÏμενο ÏÏοιÏείο με TAB ή ÎÎΤΩ ÎÎÎÎÎÎ. ÎεÏακινηθείÏε ÏÏο ÏÏοηγοÏμενο ÏÏοιÏείο με SHIFT+TAB ή Ïο Î ÎÎΩ ÎÎÎÎÎÎ. ΠαÏήÏÏε ÎÎÎΣΤÎÎΠή ENTER για να εÏιλÎξεÏε Îνα ÏÏοιÏείο. ΠαÏήÏÏε ESC για να κλείÏεÏε Ïο ÎºÎ¿Ï Ïί ÏÎ·Ï Î»Î¯ÏÏαÏ."},{name:"ÎÏάÏα ÎιαδÏομÏν ΣÏοιÏείÏν ÎÏεξεÏγαÏÏή",legend:"ΠαÏήÏÏε ${elementsPathFocus} για να ÏεÏιηγηθείÏε ÏÏην μÏάÏα διαδÏομÏν ÏÏοιÏείÏν ÏÎ¿Ï ÎµÏεξεÏγαÏÏή. ÎεÏακινηθείÏε ÏÏο ÎºÎ¿Ï Î¼Ïί ÏÎ¿Ï ÎµÏÏÎ¼ÎµÎ½Î¿Ï ÏÏοιÏÎµÎ¯Î¿Ï Î¼Îµ Ïο TAB ή Ïο ÎÎÎÎ ÎÎÎÎÎÎ. ÎεÏακινηθείÏε ÏÏο ÎºÎ¿Ï Î¼Ïί ÏÎ¿Ï ÏÏοηγοÏÎ¼ÎµÎ½Î¿Ï ÏÏοιÏÎµÎ¯Î¿Ï Î¼Îµ Ïο SHIFT+TAB ή Ïο ÎΡÎΣΤÎΡΠÎÎÎÎÎÎ. ΠαÏήÏÏε ÎÎÎΣΤÎÎΠή ENTER για να εÏιλÎξεÏε Ïο ÏÏοιÏείο ÏÏον εÏεξεÏγαÏÏή."}]}, +{name:"ÎνÏολÎÏ",items:[{name:"ÎνÏολή αναίÏεÏηÏ",legend:"ΠαÏήÏÏε ${undo}"},{name:"ÎνÏολή εÏανάληÏηÏ",legend:"ΠαÏήÏÏε ${redo}"},{name:"ÎνÏολή ÎνÏÎ¿Î½Î·Ï Î³ÏαÏήÏ",legend:"ΠαÏήÏÏε ${bold}"},{name:"ÎνÏολή ÏÎ»Î¬Î³Î¹Î±Ï Î³ÏαÏήÏ",legend:"ΠαÏήÏÏε ${italic}"},{name:"ÎνÏολή Ï ÏογÏάμμιÏηÏ",legend:"ΠαÏήÏÏε ${underline}"},{name:"ÎνÏολή ÏÏ Î½Î´ÎÏÎ¼Î¿Ï ",legend:"ΠαÏήÏÏε ${link}"},{name:"ÎνÏολή ΣÏμÏÏÎ·Î¾Î·Ï ÎÏγαλειοθήκηÏ",legend:"ΠαÏήÏÏε ${toolbarCollapse}"},{name:"Î ÏÏÏβαÏη ÏÏην ÏÏοηγοÏμενη ενÏολή ÏÎ¿Ï ÏÏÏÎ¿Ï ÎµÏÏίαÏÎ·Ï ",legend:"ΠαÏήÏÏε ${accessPreviousSpace} για να ÎÏεÏε ÏÏÏÏβαÏη ÏÏον Ïιο κονÏÎ¹Î½Ï ÏÏÏο εÏÏίαÏÎ·Ï ÏÏιν Ïο δÏομÎα, για ÏαÏάδειγμα: δÏο ÏαÏακείμενα ÏÏοιÏεία Î¥Î. ÎÏαναλάβεÏε Ïο ÏÏ Î½Î´Ï Î±ÏÎ¼Ï ÏλήκÏÏÏν για να ÏθάÏεÏε ÏÏÎ¿Ï Ï ÏÏÏÎ¿Ï Ï Î¼Î±ÎºÏÎ¹Î½Î®Ï ÎµÏÏίαÏηÏ. "}, +{name:"Î ÏÏÏβαÏη ÏÏην εÏÏμενη ενÏολή ÏÎ¿Ï ÏÏÏÎ¿Ï ÎµÏÏίαÏηÏ",legend:"ΠαÏήÏÏε ${accessNextSpace} για να ÎÏεÏε ÏÏÏÏβαÏη ÏÏον Ïιο κονÏÎ¹Î½Ï ÏÏÏο εÏÏίαÏÎ·Ï Î¼ÎµÏά Ïο δÏομÎα, για ÏαÏάδειγμα: δÏο ÏαÏακείμενα ÏÏοιÏεία Î¥Î. ÎÏαναλάβεÏε Ïο ÏÏ Î½Î´Ï Î±ÏÎ¼Ï ÏλήκÏÏÏν για ÏÎ¿Ï Ï ÏÏÏÎ¿Ï Ï Î¼Î±ÎºÏÎ¹Î½Î®Ï ÎµÏÏίαÏηÏ. "},{name:"Îοήθεια Î ÏοÏβαÏιμÏÏηÏαÏ",legend:"ΠαÏήÏÏε ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down", +end:"End",home:"Home",leftArrow:"ÎÏιÏÏεÏÏ ÎÎλοÏ",upArrow:"Î Î¬Î½Ï ÎÎλοÏ",rightArrow:"Îεξί ÎÎλοÏ",downArrow:"ÎάÏÏ ÎÎλοÏ",insert:"Insert ","delete":"Delete",leftWindowKey:"ÎÏιÏÏεÏÏ Î Î»Î®ÎºÏÏο Windows",rightWindowKey:"Îεξί ΠλήκÏÏο Windows",selectKey:"ΠλήκÏÏο Select",numpad0:"ÎÏιθμηÏÎ¹ÎºÏ ÏληκÏÏολÏγιο 0",numpad1:"ÎÏιθμηÏÎ¹ÎºÏ Î Î»Î·ÎºÏÏολÏγιο 1",numpad2:"ÎÏιθμηÏÎ¹ÎºÏ ÏληκÏÏολÏγιο 2",numpad3:"ÎÏιθμηÏÎ¹ÎºÏ ÏληκÏÏολÏγιο 3",numpad4:"ÎÏιθμηÏÎ¹ÎºÏ ÏληκÏÏολÏγιο 4",numpad5:"ÎÏιθμηÏÎ¹ÎºÏ ÏληκÏÏολÏγιο 5",numpad6:"ÎÏιθμηÏÎ¹ÎºÏ ÏληκÏÏολÏγιο 6", +numpad7:"ÎÏιθμηÏÎ¹ÎºÏ ÏληκÏÏολÏγιο 7",numpad8:"ÎÏιθμηÏÎ¹ÎºÏ ÏληκÏÏολÏγιο 8",numpad9:"ÎÏιθμηÏÎ¹ÎºÏ ÏληκÏÏολÏγιο 9",multiply:"ΠολλαÏλαÏιαÏμÏÏ",add:"Î ÏÏÏθεÏη",subtract:"ÎÏαίÏεÏη",decimalPoint:"Î¥ÏοδιαÏÏολή",divide:"ÎιαίÏεÏη",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"6",f7:"7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"ÎÏÏÏημαÏικÏ",equalSign:"ΣÏμβολο ÎÏÏÏηÏαÏ",comma:"ÎÏμμα",dash:"ΠαÏλα",period:"Τελεία",forwardSlash:"ÎάθεÏοÏ",graveAccent:"ÎαÏεία",openBracket:"Îνοιγμα ΠαÏÎνθεÏηÏ", +backSlash:"ÎνάÏÏÏοÏη ÎάθεÏοÏ",closeBracket:"ÎλείÏιμο ΠαÏÎνθεÏηÏ",singleQuote:"ÎÏÏÏÏÏοÏοÏ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js new file mode 100644 index 0000000..a5da937 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","en-gb",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"General",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"Editor Context Menu",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]},{name:"Commands",items:[{name:" Undo command",legend:"Press ${undo}"},{name:" Redo command",legend:"Press ${redo}"},{name:" Bold command",legend:"Press ${bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command", +legend:"Press ${underline}"},{name:" Link command",legend:"Press ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1", +numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash", +graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/en.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/en.js new file mode 100644 index 0000000..3a62e4a --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/en.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","en",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"General",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"Editor Context Menu",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]},{name:"Commands",items:[{name:" Undo command",legend:"Press ${undo}"},{name:" Redo command",legend:"Press ${redo}"},{name:" Bold command",legend:"Press ${bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command", +legend:"Press ${underline}"},{name:" Link command",legend:"Press ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1", +numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash", +graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js new file mode 100644 index 0000000..8c798a7 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","eo",{title:"Uzindikoj pri atingeblo",contents:"Helpilenhavo. Por fermi tiun dialogon, premu la ESKAPAN klavon.",legend:[{name:"Äeneralaĵoj",items:[{name:"Ilbreto de la redaktilo",legend:"Premu ${toolbarFocus} por atingi la ilbreton. MoviÄu al la sekva aÅ antaÅa grupoj de la ilbreto per la klavoj TABA kaj MAJUSKLIGA+TABA. MoviÄu al la sekva aÅ antaÅa butonoj de la ilbreto per la klavoj SAGO DEKSTREN kaj SAGO MALDEKSTREN. Premu la SPACETklavon aÅ la ENENklavon por aktivigi la ilbretbutonon."}, +{name:"Redaktildialogo",legend:"En dialogo, premu la TABAN klavon por navigi al la sekva dialogelemento, premu la MAJUSKLIGAN+TABAN klavon por iri al la antaÅa dialogelemento, premu la ENEN klavon por sendi la dialogon, premu la ESKAPAN klavon por nuligi la dialogon. Kiam dialogo havas multajn langetojn, eblas atingi la langetliston aÅ per ALT+F10 aÅ per la TABA klavo kiel parton de la dialoga taba ordo. En langetlisto, moviÄu al la sekva kaj antaÅa langeto per la klavoj SAGO DEKSTREN KAJ MALDEKSTREN respektive."}, +{name:"Kunteksta menuo de la redaktilo",legend:"Premu ${contextMenu} aÅ entajpu la KLAVKOMBINAÄ´ON por malfermi la kuntekstan menuon. Poste moviÄu al la sekva opcio de la menuo per la klavoj TABA aÅ SAGO SUBEN. MoviÄu al la antaÅa opcio per la klavoj MAJUSKLGA + TABA aÅ SAGO SUPREN. Premu la SPACETklavon aÅ ENENklavon por selekti la menuopcion. Malfermu la submenuon de la kuranta opcio per la SPACETklavo aÅ la ENENklavo aÅ la SAGO DEKSTREN. Revenu al la elemento de la patra menuo per la klavoj ESKAPA aÅ SAGO MALDEKSTREN. Fermu la kuntekstan menuon per la ESKAPA klavo."}, +{name:"Fallisto de la redaktilo",legend:"En fallisto, moviÄu al la sekva listelemento per la klavoj TABA aÅ SAGO SUBEN. MoviÄu al la antaÅa listelemento per la klavoj MAJUSKLIGA+TABA aÅ SAGO SUPREN. Premu la SPACETklavon aÅ ENENklavon por selekti la opcion en la listo. Premu la ESKAPAN klavon por fermi la falmenuon."},{name:"Breto indikanta la vojon al la redaktilelementoj",legend:"Premu ${elementsPathFocus} por navigi al la breto indikanta la vojon al la redaktilelementoj. MoviÄu al la butono de la sekva elemento per la klavoj TABA aÅ SAGO DEKSTREN. MoviÄu al la butono de la antaÅa elemento per la klavoj MAJUSKLIGA+TABA aÅ SAGO MALDEKSTREN. Premu la SPACETklavon aÅ ENENklavon por selekti la elementon en la redaktilo."}]}, +{name:"Komandoj",items:[{name:"Komando malfari",legend:"Premu ${undo}"},{name:"Komando refari",legend:"Premu ${redo}"},{name:"Komando grasa",legend:"Premu ${bold}"},{name:"Komando kursiva",legend:"Premu ${italic}"},{name:"Komando substreki",legend:"Premu ${underline}"},{name:"Komando ligilo",legend:"Premu ${link}"},{name:"Komando faldi la ilbreton",legend:"Premu ${toolbarCollapse}"},{name:"Komando por atingi la antaÅan fokusan spacon",legend:"Press ${accessPreviousSpace} por atingi la plej proksiman neatingeblan fokusan spacon antaÅ la kursoro, ekzemple : du kuntuÅiÄajn HR elementojn. Ripetu la klavkombinaĵon por atingi malproksimajn fokusajn spacojn."}, +{name:"Komando por atingi la sekvan fokusan spacon",legend:"Press ${accessNextSpace} por atingi la plej proksiman neatingeblan fokusan spacon post la kursoro, ekzemple : du kuntuÅiÄajn HR elementojn. Ripetu la klavkombinajôn por atingi malproksimajn fokusajn spacojn"},{name:"Helpilo pri atingeblo",legend:"Premu ${a11yHelp}"}]}],backspace:"RetropaÅo",tab:"Tabo",enter:"Enigi",shift:"Registrumo",ctrl:"Stirklavo",alt:"Alt-klavo",pause:"PaÅzo",capslock:"Majuskla baskulo",escape:"Eskapa klavo",pageUp:"AntaÅa PaÄo", +pageDown:"Sekva PaÄo",end:"Fino",home:"Hejmo",leftArrow:"Sago Maldekstren",upArrow:"Sago Supren",rightArrow:"Sago Dekstren",downArrow:"Sago Suben",insert:"Enmeti","delete":"Forigi",leftWindowKey:"Maldekstra Windows-klavo",rightWindowKey:"Dekstra Windows-klavo",selectKey:"Selektklavo",numpad0:"Nombra Klavaro 0",numpad1:"Nombra Klavaro 1",numpad2:"Nombra Klavaro 2",numpad3:"Nombra Klavaro 3",numpad4:"Nombra Klavaro 4",numpad5:"Nombra Klavaro 5",numpad6:"Nombra Klavaro 6",numpad7:"Nombra Klavaro 7", +numpad8:"Nombra Klavaro 8",numpad9:"Nombra Klavaro 9",multiply:"Obligi",add:"Almeti",subtract:"Subtrahi",decimalPoint:"Dekuma Punkto",divide:"Dividi",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Nombra Baskulo",scrollLock:"Ruluma Baskulo",semiColon:"Punktokomo",equalSign:"Egalsigno",comma:"Komo",dash:"Haltostreko",period:"Punkto",forwardSlash:"Oblikvo",graveAccent:"Malakuto",openBracket:"Malferma Krampo",backSlash:"Retroklino",closeBracket:"Ferma Krampo", +singleQuote:"Citilo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/es.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/es.js new file mode 100644 index 0000000..e399793 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/es.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","es",{title:"Instrucciones de accesibilidad",contents:"Ayuda. Para cerrar presione ESC.",legend:[{name:"General",items:[{name:"Barra de herramientas del editor",legend:'Presiona ${toolbarFocus} para navegar por la barra de herramientas. Para moverse por los distintos grupos de herramientas usa las teclas TAB y MAY+TAB. Para moverse por las distintas herramientas usa FLECHA DERECHA o FECHA IZQUIERDA. Presiona "espacio" o "intro" para activar la herramienta.'},{name:"Editor de diálogo", +legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Editor del menú contextual",legend:"Presiona ${contextMenu} o TECLA MENà para abrir el menú contextual. Entonces muévete a la siguiente opción del menú con TAB o FLECHA ABAJO. Muévete a la opción previa con SHIFT + TAB o FLECHA ARRIBA. Presiona ESPACIO o ENTER para seleccionar la opción del menú. Abre el submenú de la opción actual con ESPACIO o ENTER o FLECHA DERECHA. Regresa al elemento padre del menú con ESC o FLECHA IZQUIERDA. Cierra el menú contextual con ESC."}, +{name:"Lista del Editor",legend:"Dentro de una lista, te mueves al siguiente elemento de la lista con TAB o FLECHA ABAJO. Te mueves al elemento previo de la lista con SHIFT+TAB o FLECHA ARRIBA. Presiona ESPACIO o ENTER para elegir la opción de la lista. Presiona ESC para cerrar la lista."},{name:"Barra de Ruta del Elemento en el Editor",legend:"Presiona ${elementsPathFocus} para navegar a los elementos de la barra de ruta. Te mueves al siguiente elemento botón con TAB o FLECHA DERECHA. Te mueves al botón previo con SHIFT+TAB o FLECHA IZQUIERDA. Presiona ESPACIO o ENTER para seleccionar el elemento en el editor."}]}, +{name:"Comandos",items:[{name:"Comando deshacer",legend:"Presiona ${undo}"},{name:"Comando rehacer",legend:"Presiona ${redo}"},{name:"Comando negrita",legend:"Presiona ${bold}"},{name:"Comando itálica",legend:"Presiona ${italic}"},{name:"Comando subrayar",legend:"Presiona ${underline}"},{name:"Comando liga",legend:"Presiona ${liga}"},{name:"Comando colapsar barra de herramientas",legend:"Presiona ${toolbarCollapse}"},{name:"Comando accesar el anterior espacio de foco",legend:"Presiona ${accessPreviousSpace} para accesar el espacio de foco no disponible más cercano anterior al cursor, por ejemplo: dos elementos HR adyacentes. Repite la combinación de teclas para alcanzar espacios de foco distantes."}, +{name:"Comando accesar el siguiente spacio de foco",legend:"Presiona ${accessNextSpace} para accesar el espacio de foco no disponible más cercano después del cursor, por ejemplo: dos elementos HR adyacentes. Repite la combinación de teclas para alcanzar espacios de foco distantes."},{name:"Ayuda de Accesibilidad",legend:"Presiona ${a11yHelp}"}]}],backspace:"Retroceso",tab:"Tabulador",enter:"Ingresar",shift:"Mayús.",ctrl:"Ctrl",alt:"Alt",pause:"Pausa",capslock:"Bloq. Mayús.",escape:"Escape",pageUp:"Regresar Página", +pageDown:"Avanzar Página",end:"Fin",home:"Inicio",leftArrow:"Flecha Izquierda",upArrow:"Flecha Arriba",rightArrow:"Flecha Derecha",downArrow:"Flecha Abajo",insert:"Insertar","delete":"Suprimir",leftWindowKey:"Tecla Windows Izquierda",rightWindowKey:"Tecla Windows Derecha",selectKey:"Tecla de Selección",numpad0:"Tecla 0 del teclado numérico",numpad1:"Tecla 1 del teclado numérico",numpad2:"Tecla 2 del teclado numérico",numpad3:"Tecla 3 del teclado numérico",numpad4:"Tecla 4 del teclado numérico",numpad5:"Tecla 5 del teclado numérico", +numpad6:"Tecla 6 del teclado numérico",numpad7:"Tecla 7 del teclado numérico",numpad8:"Tecla 8 del teclado numérico",numpad9:"Tecla 9 del teclado numérico",multiply:"Multiplicar",add:"Sumar",subtract:"Restar",decimalPoint:"Punto Decimal",divide:"Dividir",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Punto y coma",equalSign:"Signo de Igual",comma:"Coma",dash:"Guión",period:"Punto",forwardSlash:"Diagonal", +graveAccent:"Acento Grave",openBracket:"Abrir llave",backSlash:"Diagonal Invertida",closeBracket:"Cerrar llave",singleQuote:"Comillas simples"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/et.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/et.js new file mode 100644 index 0000000..9fded4c --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/et.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","et",{title:"Accessibility Instructions",contents:"Abi sisu. Selle dialoogi sulgemiseks vajuta ESC klahvi.",legend:[{name:"Ãldine",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"Editor Context Menu",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]},{name:"Commands",items:[{name:" Undo command",legend:"Press ${undo}"},{name:" Redo command",legend:"Press ${redo}"},{name:" Bold command",legend:"Press ${bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command", +legend:"Press ${underline}"},{name:" Link command",legend:"Press ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1", +numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash", +graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js new file mode 100644 index 0000000..cfcd553 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","eu",{title:"Erabilerraztasunaren argibideak",contents:"Laguntzaren edukiak. Elkarrizketa-koadro hau ixteko sakatu ESC.",legend:[{name:"Orokorra",items:[{name:"Editorearen tresna-barra",legend:"Sakatu ${toolbarFocus} tresna-barrara nabigatzeko. Tresna-barrako aurreko eta hurrengo taldera joateko erabili TAB eta MAIUS+TAB. Tresna-barrako aurreko eta hurrengo botoira joateko erabili ESKUIN-GEZIA eta EZKER-GEZIA. Sakatu ZURIUNEA edo SARTU tresna-barrako botoia aktibatzeko."}, +{name:"Editorearen elkarrizketa-koadroa",legend:"Elkarrizketa-koadro baten barruan sakatu TAB hurrengo elementura nabigatzeko, sakatu MAIUS+TAB aurreko elementura joateko, sakatu SARTU elkarrizketa-koadroa bidaltzeko eta sakatu ESC uzteko. Elkarrizketa-koadro batek hainbat fitxa dituenean, ALT+F10 erabiliz irits daiteke fitxen zerrendara, edo TAB erabiliz. Fokoa fitxen zerrendak duenean, aurreko eta hurrengo fitxetara joateko erabili EZKER-GEZIA eta ESKUIN-GEZIA."},{name:"Editorearen testuinguru-menua", +legend:"Sakatu ${contextMenu} edo APLIKAZIO TEKLA testuinguru-menua irekitzeko. Menuko hurrengo aukerara joateko erabili TAB edo BEHERA GEZIA. Aurreko aukerara nabigatzeko erabili MAIUS+TAB edo GORA GEZIA. Sakatu ZURIUNEA edo SARTU menuko aukera hautatzeko. Ireki uneko aukeraren azpi-menua ZURIUNEA edo SARTU edo ESKUIN-GEZIA erabiliz. Menuko aukera gurasora itzultzeko erabili ESC edo EZKER-GEZIA. Testuinguru-menua ixteko sakatu ESC."},{name:"Editorearen zerrenda-koadroa",legend:"Zerrenda-koadro baten barruan, zerrendako hurrengo elementura joateko erabili TAB edo BEHERA GEZIA. Zerrendako aurreko elementura nabigatzeko MAIUS+TAB edo GORA GEZIA. Sakatu ZURIUNEA edo SARTU zerrendako aukera hautatzeko. Sakatu ESC zerrenda-koadroa ixteko."}, +{name:"Editorearen elementuaren bide-barra",legend:"Sakatu ${elementsPathFocus} elementuaren bide-barrara nabigatzeko. Hurrengo elementuaren botoira joateko erabili TAB edo ESKUIN-GEZIA. Aurreko botoira joateko aldiz erabili MAIUS+TAB edo EZKER-GEZIA. Elementua editorean hautatzeko sakatu ZURIUNEA edo SARTU."}]},{name:"Komandoak",items:[{name:"Desegin komandoa",legend:"Sakatu ${undo}"},{name:"Berregin komandoa",legend:"Sakatu ${redo}"},{name:"Lodia komandoa",legend:"Sakatu ${bold}"},{name:"Etzana komandoa", +legend:"Sakatu ${italic}"},{name:"Azpimarratu komandoa",legend:"Sakatu ${underline}"},{name:"Esteka komandoa",legend:"Sakatu ${link}"},{name:"Tolestu tresna-barra komandoa",legend:"Sakatu ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:"Erabilerraztasunaren laguntza",legend:"Sakatu ${a11yHelp}"}]}],backspace:"Atzera tekla",tab:"Tabuladorea",enter:"Sartu",shift:"Maius",ctrl:"Ktrl",alt:"Alt",pause:"Pausatu",capslock:"Blok Maius",escape:"Ihes",pageUp:"Page Up",pageDown:"Page Down",end:"Buka",home:"Etxea",leftArrow:"Ezker-gezia",upArrow:"Gora gezia",rightArrow:"Eskuin-gezia",downArrow:"Behera gezia",insert:"Txertatu","delete":"Ezabatu",leftWindowKey:"Ezkerreko Windows tekla",rightWindowKey:"Eskuineko Windows tekla",selectKey:"Hautatu tekla", +numpad0:"Zenbakizko teklatua 0",numpad1:"Zenbakizko teklatua 1",numpad2:"Zenbakizko teklatua 2",numpad3:"Zenbakizko teklatua 3",numpad4:"Zenbakizko teklatua 4",numpad5:"Zenbakizko teklatua 5",numpad6:"Zenbakizko teklatua 6",numpad7:"Zenbakizko teklatua 7",numpad8:"Zenbakizko teklatua 8",numpad9:"Zenbakizko teklatua 9",multiply:"Biderkatu",add:"Gehitu",subtract:"Kendu",decimalPoint:"Koma hamartarra",divide:"Zatitu",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11", +f12:"F12",numLock:"Blok Zenb",scrollLock:"Blok Korr",semiColon:"Puntu eta koma",equalSign:"Berdin zeinua",comma:"Koma",dash:"Marratxoa",period:"Puntua",forwardSlash:"Barra",graveAccent:"Azentu kamutsa",openBracket:"Parentesia ireki",backSlash:"Alderantzizko barra",closeBracket:"Itxi parentesia",singleQuote:"Komatxo bakuna"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js new file mode 100644 index 0000000..12eb035 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","fa",{title:"Ø¯Ø³ØªÙØ±Ø§Ùع٠ÙâÙØ§Û دسترسÛ",contents:"راÙÙÙ Ø§Û ÙÙØ±Ø³Øª Ù Ø·Ø§ÙØ¨. Ø¨Ø±Ø§Û Ø¨Ø³ØªÙ Ø§Û٠کادر Ù ØØ§ÙرÙâØ§Û ESC را ÙØ´Ø§Ø± دÙÛØ¯.",legend:[{name:"ع٠ÙÙ Û",items:[{name:"ÙÙØ§Ø± ابزار ÙÛØ±Ø§Ûشگر",legend:"${toolbarFocus} را Ø¨Ø±Ø§Û Ø¨Ø§Ø² کرد٠ÙÙØ§Ø± ابزار Ø¨ÙØ´Ø§Ø±Ûد. با Ú©ÙÛØ¯ Tab Ù Shift+Tab در Ù Ø¬Ù ÙØ¹Ù ÙÙØ§Ø± ابزار Ø¨Ø¹Ø¯Û Ù ÙØ¨ÙÛ ØØ±Ú©Øª Ú©ÙÛØ¯. Ø¨Ø±Ø§Û ØØ±Ú©Øª در Ú©ÙÛØ¯ ÙÙØ§Ø± ابزار ÙØ¨ÙÛ Ù Ø¨Ø¹Ø¯Û Ø¨Ø§ Ú©ÙÛØ¯ Ø¬ÙØªâÙÙ Ø§Û Ø±Ø§Ø³Øª Ù ÚÙ¾ جابجا Ø´ÙÛØ¯. Ú©ÙÛØ¯ Space ÛØ§ Enter را Ø¨Ø±Ø§Û ÙØ¹Ø§Ù کرد٠کÙÛØ¯ ÙÙØ§Ø± ابزار Ø¨ÙØ´Ø§Ø±Ûد."},{name:"Ù¾ÙØ¬Ø±Ù Ù ØØ§ÙØ±ÙØ§Û ÙÛØ±Ø§Ûشگر", +legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Ù ÙÙÛ Ù ØªÙÛ ÙÛØ±Ø§Ûشگر",legend:"${contextMenu} ÛØ§ Ú©ÙÛØ¯ Ø¨Ø±ÙØ§Ù ÙÙØ§Û Ú©Ø§Ø±Ø¨Ø±Ø¯Û Ø±Ø§ Ø¨Ø±Ø§Û Ø¨Ø§Ø² کرد٠٠ÙÙÛ Ù ØªÙ Ø±Ø§ Ø¨ÙØ´Ø§Ø±Ûد. سپس Ù ÛØªÙاÙÛØ¯ Ø¨Ø±Ø§Û ØØ±Ú©Øª ب٠گزÛÙÙ Ø¨Ø¹Ø¯Û Ù Ù٠با Ú©ÙÛØ¯ Tab Ù ÛØ§ Ú©ÙÛØ¯ Ø¬ÙØªÙÙ Ø§Û Ù¾Ø§ÛÛ٠جابجا Ø´ÙÛØ¯. ØØ±Ú©Øª ب٠گزÛÙÙ ÙØ¨ÙÛ Ø¨Ø§ Shift+Tab ÛØ§ Ú©ÙÛØ¯ Ø¬ÙØªÙÙ Ø§Û Ø¨Ø§ÙØ§. ÙØ´Ø±Ø¯Ù Space ÛØ§ Enter Ø¨Ø±Ø§Û Ø§ÙØªØ®Ø§Ø¨ ÛÚ© گزÛÙ٠از Ù ÙÙ. باز Ú©Ø±Ø¯Ù Ø²ÛØ± شاخ٠گزÛÙÙ Ù ÙÙ Ø¬Ø§Ø±Û Ø¨Ø§ Ú©ÙÛØ¯ Space ÛØ§ Enter Ù ÛØ§ Ú©ÙÛØ¯ Ø¬ÙØªÙÙ Ø§Û Ø±Ø§Ø³Øª Ù ÚÙ¾. بازگشت ب٠٠ÙÙÛ ÙØ§Ùد با Ú©ÙÛØ¯ Esc ÛØ§ Ú©ÙÛØ¯ Ø¬ÙØªÙÙ Ø§Û ÚÙ¾. بست٠٠ÙÙÛ Ù ØªÙ Ø¨Ø§ Esc."}, +{name:"جعب٠ÙÙØ±Ø³Øª ÙÛØ±Ø§Ûشگر",legend:"در داخ٠جعب٠ÙÛØ³ØªØ ÙÙ٠دÙ٠از اÙÙØ§Ù ÙÛØ³Øª Ø¨Ø¹Ø¯Û Ø±Ø§ با TAB Ù ÛØ§ Arrow Down ØØ±Ú©Øª دÙÛØ¯. Ø§ÙØªÙا٠ب٠ÙÙ٠دÙ٠از اÙÙØ§Ù ÙÛØ³Øª ÙØ¨ÙÛ Ø±Ø§ با SHIFT + TAB ÛØ§ UP ARROW. Ú©ÙÛØ¯ Space ÛØ§ ENTER را Ø¨Ø±Ø§Û Ø§ÙØªØ®Ø§Ø¨ گزÛÙÙ ÙÛØ³Øª Ø¨ÙØ´Ø§Ø±Ûد. Ú©ÙÛØ¯ ESC را Ø¨Ø±Ø§Û Ø¨Ø³ØªÙ Ø¬Ø¹Ø¨Ù ÙÛØ³Øª Ø¨ÙØ´Ø§Ø±Ûد."},{name:"ÙÛØ±Ø§Ûشگر Ø¹ÙØµØ± ÙÙØ§Ø± راÙ",legend:"Ø¨Ø±Ø§Û Ø±ÙØªÙ Ø¨Ù Ù Ø³ÛØ± Ø¹ÙØ§ØµØ± ${elementsPathFocus} را Ø¨ÙØ´Ø§Ø±Ûد. ØØ±Ú©Øª ب٠کÙÛØ¯ Ø¹ÙØµØ± Ø¨Ø¹Ø¯Û Ø¨Ø§ Ú©ÙÛØ¯ Tab ÛØ§ Ú©ÙÛØ¯ Ø¬ÙØªâÙÙ Ø§Û Ø±Ø§Ø³Øª. برگشت ب٠کÙÛØ¯ ÙØ¨ÙÛ Ø¨Ø§ Shift+Tab ÛØ§ Ú©ÙÛØ¯ Ø¬ÙØªâÙÙ Ø§Û ÚÙ¾. ÙØ´Ø±Ø¯Ù Space ÛØ§ Enter Ø¨Ø±Ø§Û Ø§ÙØªØ®Ø§Ø¨ ÛÚ© Ø¹ÙØµØ± در ÙÛØ±Ø§Ûشگر."}]}, +{name:"ÙØ±Ù اÙâÙØ§",items:[{name:"بازگشت ب٠آخرÛÙ ÙØ±Ù اÙ",legend:"ÙØ´Ø±Ø¯Ù ${undo}"},{name:"Ø§ÙØ¬Ø§Ù ٠جدد ÙØ±Ù اÙ",legend:"ÙØ´Ø±Ø¯Ù ${redo}"},{name:"ÙØ±Ù ا٠درشت کرد٠٠تÙ",legend:"ÙØ´Ø±Ø¯Ù ${bold}"},{name:"ÙØ±Ù ا٠کج کرد٠٠تÙ",legend:"ÙØ´Ø±Ø¯Ù ${italic}"},{name:"ÙØ±Ù Ø§Ù Ø²ÛØ±Ø®Ø·Ø¯Ø§Ø± کرد٠٠تÙ",legend:"ÙØ´Ø±Ø¯Ù ${underline}"},{name:"ÙØ±Ù ا٠پÛÙÙØ¯ دادÙ",legend:"ÙØ´Ø±Ø¯Ù ${link}"},{name:"بست٠ÙÙØ§Ø± ابزار ÙØ±Ù اÙ",legend:"ÙØ´Ø±Ø¯Ù ${toolbarCollapse}"},{name:"Ø¯Ø³ØªØ±Ø³Û Ø¨Ù ÙØ±Ù ا٠٠ØÙ ت٠رکز ÙØ¨ÙÛ",legend:"ÙØ´Ø±Ø¯Ù ${accessPreviousSpace} Ø¨Ø±Ø§Û Ø¯Ø³ØªØ±Ø³Û Ø¨Ù ÙØ²Ø¯ÛÚ©âØªØ±ÛÙ ÙØ¶Ø§Û ÙØ§Ø¨Ù Ø¯Ø³ØªØ±Ø³Û ØªÙ Ø±Ú©Ø² ÙØ¨Ù از ÙØ´ØªÚ©Ø Ø¨Ø±Ø§Û Ù Ø«Ø§Ù: Ø¯Ù Ø¹ÙØµØ± Ù Ø¬Ø§ÙØ± HR -خط اÙÙÛ-. تکرار Ú©ÙÛØ¯ ØªØ±Ú©ÛØ¨Û Ø¨Ø±Ø§Û Ø±Ø³ÛØ¯Ù Ø¨Ù ÙØ¶Ø§ÙØ§Û ØªÙ Ø±Ú©Ø² از Ø±Ø§Ù Ø¯ÙØ±."}, +{name:"Ø¯Ø³ØªØ±Ø³Û Ø¨Ù ÙØ¶Ø§Û Ø¯Ø³ØªÙØ± بعدÛ",legend:"Ø¨Ø±Ø§Û Ø¯Ø³ØªØ±Ø³Û Ø¨Ù ÙØ²Ø¯ÛÚ©âØªØ±ÛÙ ÙØ¶Ø§Û ت٠رکز ØºÛØ± ÙØ§Ø¨Ù Ø¯Ø³ØªØ±Ø³Ø ${accessNextSpace} را پس از Ø¹ÙØ§Ù ت ÙØ´ØªÚ© Ø¨ÙØ´Ø§Ø±ÛØ¯Ø Ø¨Ø±Ø§Û Ù Ø«Ø§Ù: Ø¯Ù Ø¹ÙØµØ± Ù Ø¬Ø§ÙØ± HR -خط اÙÙÛ-. Ú©ÙÛØ¯ ØªØ±Ú©ÛØ¨Û را Ø¨Ø±Ø§Û Ø±Ø³ÛØ¯Ù Ø¨Ù ÙØ¶Ø§Û ت٠رکز تکرار Ú©ÙÛØ¯."},{name:"راÙÙÙ Ø§Û Ø¯Ø³ØªØ±Ø³Û",legend:"ÙØ´Ø±Ø¯Ù ${a11yHelp}"}]}],backspace:"Ø¹ÙØ¨Ú¯Ø±Ø¯",tab:"برگÙ",enter:"ÙØ±Ùد",shift:"تعÙÛØ¶",ctrl:"Ú©ÙØªØ±Ù",alt:"دگرساز",pause:"تÙÙÙ",capslock:"Caps Lock",escape:"Ú¯Ø±ÛØ²",pageUp:"ØµÙØÙ Ø¨Ù Ø¨Ø§ÙØ§",pageDown:"ØµÙØÙ Ø¨Ù Ù¾Ø§ÛÛÙ",end:"Ù¾Ø§ÛØ§Ù",home:"خاÙÙ",leftArrow:"Ù¾Ûکا٠ÚÙ¾", +upArrow:"Ù¾ÛÚ©Ø§Ù Ø¨Ø§ÙØ§",rightArrow:"Ù¾Ûکا٠راست",downArrow:"Ù¾Ûکا٠پاÛÛÙ",insert:"ÙØ±Ùد","delete":"ØØ°Ù",leftWindowKey:"Ú©ÙÛØ¯ ÚÙ¾ ÙÛÙØ¯Ùز",rightWindowKey:"Ú©ÙÛØ¯ راست ÙÛÙØ¯Ùز",selectKey:"Ø§ÙØªØ®Ø§Ø¨ Ú©ÙÛØ¯",numpad0:"Ú©ÙÛØ¯ ش٠ار٠0",numpad1:"Ú©ÙÛØ¯ ش٠ار٠1",numpad2:"Ú©ÙÛØ¯ ش٠ار٠2",numpad3:"Ú©ÙÛØ¯ ش٠ار٠3",numpad4:"Ú©ÙÛØ¯ ش٠ار٠4",numpad5:"Ú©ÙÛØ¯ ش٠ار٠5",numpad6:"Ú©ÙÛØ¯ ش٠ار٠6",numpad7:"Ú©ÙÛØ¯ ش٠ار٠7",numpad8:"Ú©ÙÛØ¯ ش٠ار٠8",numpad9:"Ú©ÙÛØ¯ ش٠ار٠9",multiply:"ضرب",add:"Ø§ÙØ²ÙدÙ",subtract:"ØªÙØ±ÛÙ",decimalPoint:"ÙÙØ·ÙâÛ Ø§Ø¹Ø´Ø§Ø±",divide:"جدا کردÙ", +f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Ø¹ÙØ§Ù ت تساÙÛ",comma:"کا٠ا",dash:"خط ØªÛØ±Ù",period:"Ø¯ÙØ±Ù",forwardSlash:"Forward Slash",graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js new file mode 100644 index 0000000..98f8127 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","fi",{title:"Saavutettavuus ohjeet",contents:"Ohjeen sisällöt. Sulkeaksesi tämän dialogin paina ESC.",legend:[{name:"Yleinen",items:[{name:"Editorin työkalupalkki",legend:"Paina ${toolbarFocus} siirtyäksesi työkalupalkkiin. Siirry seuraavaan ja edelliseen työkalupalkin ryhmään TAB ja SHIFT+TAB näppäimillä. Siirry seuraavaan ja edelliseen työkalupainikkeeseen käyttämällä NUOLI OIKEALLE tai NUOLI VASEMMALLE näppäimillä. Paina VÃLILYÃNTI tai ENTER näppäintä aktivoidaksesi työkalupainikkeen."}, +{name:"Editorin dialogi",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Editorin oheisvalikko",legend:"Paina ${contextMenu} tai SOVELLUSPAINIKETTA avataksesi oheisvalikon. Liiku seuraavaan valikon vaihtoehtoon TAB tai NUOLI ALAS näppäimillä. Siirry edelliseen vaihtoehtoon SHIFT+TAB tai NUOLI YLÃS näppäimillä. Paina VÃLILYÃNTI tai ENTER valitaksesi valikon kohdan. Avataksesi nykyisen kohdan alivalikon paina VÃLILYÃNTI tai ENTER tai NUOLI OIKEALLE painiketta. Siirtyäksesi takaisin valikon ylemmälle tasolle paina ESC tai NUOLI vasemmalle. Oheisvalikko suljetaan ESC painikkeella."}, +{name:"Editorin listalaatikko",legend:"Listalaatikon sisällä siirry seuraavaan listan kohtaan TAB tai NUOLI ALAS painikkeilla. Siirry edelliseen listan kohtaan SHIFT+TAB tai NUOLI YLÃS painikkeilla. Paina VÃLILYÃNTI tai ENTER valitaksesi listan vaihtoehdon. Paina ESC sulkeaksesi listalaatikon."},{name:"Editorin elementtipolun palkki",legend:"Paina ${elementsPathFocus} siirtyäksesi elementtipolun palkkiin. Siirry seuraavaan elementtipainikkeeseen TAB tai NUOLI OIKEALLE painikkeilla. Siirry aiempaan painikkeeseen SHIFT+TAB tai NUOLI VASEMMALLE painikkeilla. Paina VÃLILYÃNTI tai ENTER valitaksesi elementin editorissa."}]}, +{name:"Komennot",items:[{name:"Peruuta komento",legend:"Paina ${undo}"},{name:"Tee uudelleen komento",legend:"Paina ${redo}"},{name:"Lihavoi komento",legend:"Paina ${bold}"},{name:"Kursivoi komento",legend:"Paina ${italic}"},{name:"Alleviivaa komento",legend:"Paina ${underline}"},{name:"Linkki komento",legend:"Paina ${link}"},{name:"Pienennä työkalupalkki komento",legend:"Paina ${toolbarCollapse}"},{name:"Siirry aiempaan fokustilaan komento",legend:"Paina ${accessPreviousSpace} siiryäksesi lähimpään kursorin edellä olevaan saavuttamattomaan fokustilaan, esimerkiksi: kaksi vierekkäistä HR elementtiä. Toista näppäinyhdistelmää päästäksesi kauempana oleviin fokustiloihin."}, +{name:"Siirry seuraavaan fokustilaan komento",legend:"Paina ${accessPreviousSpace} siiryäksesi lähimpään kursorin jälkeen olevaan saavuttamattomaan fokustilaan, esimerkiksi: kaksi vierekkäistä HR elementtiä. Toista näppäinyhdistelmää päästäksesi kauempana oleviin fokustiloihin."},{name:"Saavutettavuus ohjeet",legend:"Paina ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down", +end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numeronäppäimistö 0",numpad1:"Numeronäppäimistö 1",numpad2:"Numeronäppäimistö 2",numpad3:"Numeronäppäimistö 3",numpad4:"Numeronäppäimistö 4",numpad5:"Numeronäppäimistö 5",numpad6:"Numeronäppäimistö 6",numpad7:"Numeronäppäimistö 7",numpad8:"Numeronäppäimistö 8", +numpad9:"Numeronäppäimistö 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Puolipiste",equalSign:"Equal Sign",comma:"Pilkku",dash:"Dash",period:"Piste",forwardSlash:"Forward Slash",graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js new file mode 100644 index 0000000..f1b05e8 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","fo",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"General",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"Editor Context Menu",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]},{name:"Commands",items:[{name:" Undo command",legend:"Press ${undo}"},{name:" Redo command",legend:"Press ${redo}"},{name:" Bold command",legend:"Press ${bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command", +legend:"Press ${underline}"},{name:" Link command",legend:"Press ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1", +numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Falda",add:"Pluss",subtract:"Frádráttar",decimalPoint:"Decimal Point",divide:"Býta",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semikolon",equalSign:"Javnatekn",comma:"Komma",dash:"Dash",period:"Punktum",forwardSlash:"Forward Slash", +graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js new file mode 100644 index 0000000..888804b --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","fr-ca",{title:"Instructions d'accessibilité",contents:"Contenu de l'aide. Pour fermer cette fenêtre, appuyez sur ESC.",legend:[{name:"Général",items:[{name:"Barre d'outil de l'éditeur",legend:"Appuyer sur ${toolbarFocus} pour accéder à la barre d'outils. Se déplacer vers les groupes suivant ou précédent de la barre d'outil avec les touches TAB et SHIFT+TAB. Se déplacer vers les boutons suivant ou précédent de la barre d'outils avec les touches FLECHE DROITE et FLECHE GAUCHE. Appuyer sur la barre d'espace ou la touche ENTRER pour activer le bouton de barre d'outils."}, +{name:"Dialogue de l'éditeur",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Menu contextuel de l'éditeur",legend:"Appuyer sur ${contextMenu} ou entrer le RACCOURCI CLAVIER pour ouvrir le menu contextuel. Puis se déplacer vers l'option suivante du menu avec les touches TAB ou FLECHE BAS. Se déplacer vers l'option précédente avec les touches SHIFT+TAB ou FLECHE HAUT. appuyer sur la BARRE D'ESPACE ou la touche ENTREE pour sélectionner l'option du menu. Oovrir le sous-menu de l'option courante avec la BARRE D'ESPACE ou les touches ENTREE ou FLECHE DROITE. Revenir à l'élément de menu parent avec les touches ESC ou FLECHE GAUCHE. Fermer le menu contextuel avec ESC."}, +{name:"Menu déroulant de l'éditeur",legend:"A l'intérieur d'une liste en menu déroulant, se déplacer vers l'élément suivant de la liste avec les touches TAB ou FLECHE BAS. Se déplacer vers l'élément précédent de la liste avec les touches SHIFT+TAB ou FLECHE HAUT. Appuyer sur la BARRE D'ESPACE ou sur ENTREE pour sélectionner l'option dans la liste. Appuyer sur ESC pour fermer le menu déroulant."},{name:"Barre d'emplacement des éléments de l'éditeur",legend:"Appuyer sur ${elementsPathFocus} pour naviguer vers la barre d'emplacement des éléments de léditeur. Se déplacer vers le bouton d'élément suivant avec les touches TAB ou FLECHE DROITE. Se déplacer vers le bouton d'élément précédent avec les touches SHIFT+TAB ou FLECHE GAUCHE. Appuyer sur la BARRE D'ESPACE ou sur ENTREE pour sélectionner l'élément dans l'éditeur."}]}, +{name:"Commandes",items:[{name:"Annuler",legend:"Appuyer sur ${undo}"},{name:"Refaire",legend:"Appuyer sur ${redo}"},{name:"Gras",legend:"Appuyer sur ${bold}"},{name:"Italique",legend:"Appuyer sur ${italic}"},{name:"Souligné",legend:"Appuyer sur ${underline}"},{name:"Lien",legend:"Appuyer sur ${link}"},{name:"Enrouler la barre d'outils",legend:"Appuyer sur ${toolbarCollapse}"},{name:"Accéder à l'objet de focus précédent",legend:"Appuyer ${accessPreviousSpace} pour accéder au prochain espace disponible avant le curseur, par exemple: deux éléments HR adjacents. Répéter la combinaison pour joindre les éléments d'espaces distantes."}, +{name:"Accéder au prochain objet de focus",legend:"Appuyer ${accessNextSpace} pour accéder au prochain espace disponible après le curseur, par exemple: deux éléments HR adjacents. Répéter la combinaison pour joindre les éléments d'espaces distantes."},{name:"Aide d'accessibilité",legend:"Appuyer sur ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home", +leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1", +f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash",graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js new file mode 100644 index 0000000..8a734d5 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","fr",{title:"Instructions d'accessibilité",contents:"Contenu de l'aide. Pour fermer ce dialogue, appuyez sur la touche ÃCHAP (Echappement).",legend:[{name:"Général",items:[{name:"Barre d'outils de l'éditeur",legend:"Appuyer sur ${toolbarFocus} pour accéder à la barre d'outils. Se déplacer vers les groupes suivant ou précédent de la barre d'outil avec les touches MAJ et MAJ+TAB. Se déplacer vers les boutons suivant ou précédent de la barre d'outils avec les touches FLÃCHE DROITE et FLÃCHE GAUCHE. Appuyer sur la barre d'espace ou la touche ENTRÃE pour activer le bouton de barre d'outils."}, +{name:"Dialogue de l'éditeur",legend:"Dans un dialogue, appuyer sur TAB pour aller à l'élément suivant du dialogue, appuyer sur MAJ+TAB pour aller à l'élément précédent du dialogue, appuyer sur ECHAP pour annuler le dialogue. Quand un dialogue a de multiples onglets, on peut accéder à la liste des onglets avec ALT+F10 ou avec TAB. Dans la liste des onglets, se déplacer vers le suivant ou le précédent avec les FLECHES DROITE et GAUCHE respectivement."},{name:"Menu contextuel de l'éditeur",legend:"Appuyer sur ${contextMenu} ou entrer le RACCOURCI CLAVIER pour ouvrir le menu contextuel. Puis se déplacer vers l'option suivante du menu avec les touches TAB ou FLÃCHE BAS. Se déplacer vers l'option précédente avec les touches MAJ+TAB ou FLÃCHE HAUT. appuyer sur la BARRE D'ESPACE ou la touche ENTRÃE pour sélectionner l'option du menu. Oovrir le sous-menu de l'option courante avec la BARRE D'ESPACE ou les touches ENTRÃE ou FLÃCHE DROITE. Revenir à l'élément de menu parent avec les touches ÃCHAP ou FLÃCHE GAUCHE. Fermer le menu contextuel avec ÃCHAP."}, +{name:"Zone de liste de l'éditeur",legend:"Dans la liste en menu déroulant, se déplacer vers l'élément suivant de la liste avec les touches TAB ou FLÃCHE BAS. Se déplacer vers l'élément précédent de la liste avec les touches MAJ+TAB ou FLÃCHE HAUT. Appuyer sur la BARRE D'ESPACE ou sur ENTRÃE pour sélectionner l'option dans la liste. Appuyer sur ÃCHAP pour fermer le menu déroulant."},{name:"Barre d'emplacement des éléments de l'éditeur",legend:"Appuyer sur ${elementsPathFocus} pour naviguer vers la barre d'emplacement des éléments de l'éditeur. Se déplacer vers le bouton d'élément suivant avec les touches TAB ou FLÃCHE DROITE. Se déplacer vers le bouton d'élément précédent avec les touches MAJ+TAB ou FLÃCHE GAUCHE. Appuyer sur la BARRE D'ESPACE ou sur ENTRÃE pour sélectionner l'élément dans l'éditeur."}]}, +{name:"Commandes",items:[{name:" Annuler la commande",legend:"Appuyer sur ${undo}"},{name:"Refaire la commande",legend:"Appuyer sur ${redo}"},{name:" Commande gras",legend:"Appuyer sur ${bold}"},{name:" Commande italique",legend:"Appuyer sur ${italic}"},{name:" Commande souligné",legend:"Appuyer sur ${underline}"},{name:" Commande lien",legend:"Appuyer sur ${link}"},{name:" Commande enrouler la barre d'outils",legend:"Appuyer sur ${toolbarCollapse}"},{name:"Accéder à la précédente commande d'espace de mise au point", +legend:"Appuyez sur ${accessPreviousSpace} pour accéder à l'espace hors d'atteinte le plus proche avant le caret, par exemple: deux éléments HR adjacents. Répétez la combinaison de touches pour atteindre les espaces de mise au point distants."},{name:"Accès à la prochaine commande de l'espace de mise au point",legend:"Appuyez sur ${accessNextSpace} pour accéder au plus proche espace de mise au point hors d'atteinte après le caret, par exemple: deux éléments HR adjacents. répétez la combinaison de touches pour atteindre les espace de mise au point distants."}, +{name:" Aide Accessibilité",legend:"Appuyer sur ${a11yHelp}"}]}],backspace:"Retour arrière",tab:"Tabulation",enter:"Entrée",shift:"Majuscule",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Verr. Maj.",escape:"Ãchap",pageUp:"Page supérieure",pageDown:"Page inférieure",end:"Fin",home:"Retour",leftArrow:"Flèche gauche",upArrow:"Flèche haute",rightArrow:"Flèche droite",downArrow:"Flèche basse",insert:"Insertion","delete":"Supprimer",leftWindowKey:"Touche Windows gauche",rightWindowKey:"Touche Windows droite", +selectKey:"Touche menu",numpad0:"Pavé numérique 0",numpad1:"Pavé numérique 1",numpad2:"Pavé numérique 2",numpad3:"Pavé numérique 3",numpad4:"Pavé numérique 4",numpad5:"Pavé numérique 5",numpad6:"Pavé numérique 6",numpad7:"Pavé numérique 7",numpad8:"Pavé numérique 8",numpad9:"Pavé numérique 9",multiply:"Multiplier",add:"Addition",subtract:"Soustraire",decimalPoint:"Point décimal",divide:"Diviser",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12", +numLock:"Verrouillage numérique",scrollLock:"Arrêt défilement",semiColon:"Point virgule",equalSign:"Signe égal",comma:"Virgule",dash:"Tiret",period:"Point",forwardSlash:"Barre oblique",graveAccent:"Accent grave",openBracket:"Parenthèse ouvrante",backSlash:"Barre oblique inverse",closeBracket:"Parenthèse fermante",singleQuote:"Apostrophe"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js new file mode 100644 index 0000000..6a7c808 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","gl",{title:"Instrucións de accesibilidade",contents:"Axuda. Para pechar este diálogo prema ESC.",legend:[{name:"Xeral",items:[{name:"Barra de ferramentas do editor",legend:"Prema ${toolbarFocus} para navegar pola barra de ferramentas. Para moverse polos distintos grupos de ferramentas use as teclas TAB e MAIÃS+TAB. Para moverse polas distintas ferramentas use FRECHA DEREITA ou FRECHA ESQUERDA. Prema ESPAZO ou INTRO para activar o botón da barra de ferramentas."}, +{name:"Editor de diálogo",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Editor do menú contextual",legend:"Prema ${contextMenu} ou a TECLA MENà para abrir o menú contextual. A seguir móvase á seguinte opción do menú con TAB ou FRECHA ABAIXO. Móvase á opción anterior con MAIÃS + TAB ou FRECHA ARRIBA. Prema ESPAZO ou INTRO para seleccionar a opción do menú. Abra o submenú da opción actual con ESPAZO ou INTRO ou FRECHA DEREITA. Regrese ao elemento principal do menú con ESC ou FRECHA ESQUERDA. Peche o menú contextual con ESC."}, +{name:"Lista do editor",legend:"Dentro dunha lista, móvase ao seguinte elemento da lista con TAB ou FRECHA ABAIXO. Móvase ao elemento anterior da lista con MAIÃS+TAB ou FRECHA ARRIBA. Prema ESPAZO ou INTRO para escoller a opción da lista. Prema ESC para pechar a lista."},{name:"Barra da ruta ao elemento no editor",legend:"Prema ${elementsPathFocus} para navegar ata os elementos da barra de ruta. Móvase ao seguinte elemento botón con TAB ou FRECHA DEREITA. Móvase ao botón anterior con MAIÃS+TAB ou FRECHA ESQUERDA. Prema ESPAZO ou INTRO para seleccionar o elemento no editor."}]}, +{name:"Ordes",items:[{name:"Orde «desfacer»",legend:"Prema ${undo}"},{name:"Orde «refacer»",legend:"Prema ${redo}"},{name:"Orde «negra»",legend:"Prema ${bold}"},{name:"Orde «cursiva»",legend:"Prema ${italic}"},{name:"Orde «subliñar»",legend:"Prema ${underline}"},{name:"Orde «ligazón»",legend:"Prema ${link}"},{name:"Orde «contraer a barra de ferramentas»",legend:"Prema ${toolbarCollapse}"},{name:"Orde «acceder ao anterior espazo en foco»",legend:"Prema ${accessPreviousSpace} para acceder ao espazo máis próximo de foco inalcanzábel anterior ao cursor, por exemplo: dous elementos HR adxacentes. Repita a combinación de teclas para chegar a espazos de foco distantes."}, +{name:"Orde «acceder ao seguinte espazo en foco»",legend:"Prema ${accessNextSpace} para acceder ao espazo máis próximo de foco inalcanzábel posterior ao cursor, por exemplo: dous elementos HR adxacentes. Repita a combinación de teclas para chegar a espazos de foco distantes."},{name:"Axuda da accesibilidade",legend:"Prema ${a11yHelp}"}]}],backspace:"Ir atrás",tab:"Tabulador",enter:"Intro",shift:"Maiús",ctrl:"Ctrl",alt:"Alt",pause:"Pausa",capslock:"Bloq. Maiús",escape:"Escape",pageUp:"Páxina arriba", +pageDown:"Páxina abaixo",end:"Fin",home:"Inicio",leftArrow:"Frecha esquerda",upArrow:"Frecha arriba",rightArrow:"Frecha dereita",downArrow:"Frecha abaixo",insert:"Inserir","delete":"Supr",leftWindowKey:"Tecla Windows esquerda",rightWindowKey:"Tecla Windows dereita",selectKey:"Escolla a tecla",numpad0:"Tec. numérico 0",numpad1:"Tec. numérico 1",numpad2:"Tec. numérico 2",numpad3:"Tec. numérico 3",numpad4:"Tec. numérico 4",numpad5:"Tec. numérico 5",numpad6:"Tec. numérico 6",numpad7:"Tec. numérico 7", +numpad8:"Tec. numérico 8",numpad9:"Tec. numérico 9",multiply:"Multiplicar",add:"Sumar",subtract:"Restar",decimalPoint:"Punto decimal",divide:"Dividir",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Bloq. num.",scrollLock:"Bloq. despraz.",semiColon:"Punto e coma",equalSign:"Signo igual",comma:"Coma",dash:"Guión",period:"Punto",forwardSlash:"Barra inclinada",graveAccent:"Acento grave",openBracket:"Abrir corchete",backSlash:"Barra invertida", +closeBracket:"Pechar corchete",singleQuote:"Comiña simple"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js new file mode 100644 index 0000000..54e2ec2 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","gu",{title:"àªàªà«àªà«àª·à«àª¬àª¿àª²àª¿àªà« નૠવિàªàª¤à«",contents:"હà«àª²à«àªª. ઠબàªàª§ àªàª°àªµàª¾ ESC દબાવà«.",legend:[{name:"àªàª¨àª°àª²",items:[{name:"àªàª¡àª¿àªàª° àªà«àª²àª¬àª¾àª°",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"àªàª¡àª¿àªàª° ડાયલà«àª",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"Editor Context Menu",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]},{name:"àªàª®àª¾àªàª¡àª¸",items:[{name:"ઠનà«àª¡à«àª àªàª®àª¾àªàª¡",legend:"$ દબાવૠ{undo}"},{name:"ફરૠàªàª°à« àªàª®àª¾àªàª¡",legend:"$ દબાવૠ{redo}"},{name:"બà«àª²à«àª¦àª¨à« àªàª®àª¾àªàª¡",legend:"$ દબાવૠ{bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command", +legend:"Press ${underline}"},{name:" Link command",legend:"Press ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1", +numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash", +graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/he.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/he.js new file mode 100644 index 0000000..bd63abe --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/he.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","he",{title:"××ר××ת × ××ש×ת",contents:"××ר××ת × ××ש×ת. ×ס×××¨× ×××¥ ×סק××פ (ESC).",legend:[{name:"××××",items:[{name:"סר×× ×××××",legend:"×××¥ ×¢× ${toolbarFocus} ××× ×× ××× ×סר×× ×××××. ×¢××ר ××פת×ר ××× ×¢× ×קש ×××× (TAB) ×× ××¥ ש××××. ×¢××ר ××פת×ר ××§××× ×¢× ×קש ×ש××¤× (SHIFT) + ××× (TAB) ×× ××¥ ××× ×. ×××¥ ר××× ×× ×× ×ר (ENTER) ××× ××פע×× ×ת ××פת×ר ×× ××ר."},{name:"×××××××× (×××× ×ת תש×××)",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"תפר×× ××קשר (Context Menu)",legend:"×××¥ ${contextMenu} ×× APPLICATION KEY××× ×פת×× ×ת תפר×× ××קשר. ×¢××ר ××פשר×ת ×××× ×¢× ××× (TAB) ×× ××¥ ××××. ×¢××ר ××פשר×ת ××§×××ת ×¢× ×©××¤× (SHIFT) + ××× (TAB) ×× ××¥ ×××¢××. ×××¥ ר××× ×× ×× ×ר (ENTER) ××× ××××ר ×ת ××פשר×ת. ×¤×ª× ×ת תת ×תפר×× (Sub-menu) ×©× ××פשר×ת ×× ××××ת ×¢× ×¨××× ×× ×× ×ר (ENTER) ×× ××¥ ש××××. ×××ר ×תפר×× ××× ×¢× ×סק××פ (ESC) ×× ××¥ ש××××. ס××ר ×ת תפר×× ××קשר ×¢× ×סק××פ (ESC)."},{name:"תפר×××× ×¦×¤×× (List boxes)",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"×¢×¥ ×××× ××× (Elements Path)",legend:"×××¥ ${elementsPathFocus} ××× ×× ××× ××¢×¥ ××××× ×××. ×¢××ר ×פר×× ××× ×¢× ××× (TAB) ×× ××¥ ××× ×. ×¢××ר ×פר×× ××§××× ×¢× ×©××¤× (SHIFT) + ××× (TAB) ×× ××¥ ש××××. ×××¥ ר××× ×× ×× ×ר (ENTER) ××× ××××ר ×ת ××××× × ××¢×ר×."}]},{name:"פק×××ת",items:[{name:" ××××× ×¦×¢× ××ר××",legend:"×××¥ ${undo}"},{name:" ×××¨× ×¢× ×¦×¢× ××ר××",legend:"×××¥ ${redo}"},{name:" ×××ש×",legend:"×××¥ ${bold}"},{name:" ×××××",legend:"×××¥ ${italic}"},{name:" ××ספת ×§× ×ª×ת××",legend:"×××¥ ${underline}"},{name:" ××ספת ××× ×§", +legend:"×××¥ ${link}"},{name:" ×××××¥ סר×× ×××××",legend:"×××¥ ${toolbarCollapse}"},{name:"×××©× ××××§×× ××××§×× ××§×××",legend:"×××¥ ${accessPreviousSpace} ××× ××שת ××××§×× ××××§×× ×××-× ××ש ×קר×× ××¤× × ×ס××, ×××©× ××× ×©× × ×××× ××× ×¡××××× ×ס×× HR. ×××ר ×¢× ×¦×ר××£ ×קש×× ×× ××× ×××××¢ ×××§×××ת ×××§×× ×¨×××§×× ××תר."},{name:"×××©× ××××§×× ××××§×× ×××",legend:"×××¥ ${accessNextSpace} ××× ××שת ××××§×× ××××§×× ×××-× ××ש ×קר×× ×××¨× ×ס××, ×××©× ××× ×©× × ×××× ××× ×¡××××× ×ס×× HR. ×××ר ×¢× ×¦×ר××£ ×קש×× ×× ××× ×××××¢ ×××§×××ת ×××§×× ×¨×××§×× ××תר."}, +{name:" ××ר××ת × ××ש×ת",legend:"×××¥ ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"××¥ ש××××",upArrow:"××¥ ×××¢××",rightArrow:"××¥ ×××× ×",downArrow:"××¥ ××××",insert:"××× ×¡","delete":"×××§",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"××ר ×קש",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2", +numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"××סף",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"ס××ש",graveAccent:"Grave Accent", +openBracket:"Open Bracket",backSlash:"ס××ש ×פ××",closeBracket:"Close Bracket",singleQuote:"צ×××× ××××"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js new file mode 100644 index 0000000..9f0d6be --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","hi",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"सामानà¥à¤¯",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"Editor Context Menu",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]},{name:"Commands",items:[{name:" Undo command",legend:"Press ${undo}"},{name:" Redo command",legend:"Press ${redo}"},{name:" Bold command",legend:"Press ${bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command", +legend:"Press ${underline}"},{name:" Link command",legend:"Press ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1", +numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash", +graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js new file mode 100644 index 0000000..92ba672 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","hr",{title:"Upute dostupnosti",contents:"Sadržaj pomoÄi. Za zatvaranje pritisnite ESC.",legend:[{name:"OpÄenito",items:[{name:"Alatna traka",legend:"Pritisni ${toolbarFocus} za navigaciju do alatne trake. Pomicanje do prethodne ili sljedeÄe alatne grupe vrÅ¡i se pomoÄu SHIFT+TAB i TAB. Pomicanje do prethodnog ili sljedeÄeg gumba u alatnoj traci vrÅ¡i se pomoÄu lijeve i desne strelice kursora. Pritisnite SPACE ili ENTER za aktivaciju alatne trake."},{name:"Dijalog", +legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Kontekstni izbornik",legend:"Pritisnite ${contextMenu} ili APPLICATION tipku za otvaranje kontekstnog izbornika. Pomicanje se vrÅ¡i TAB ili strelicom kursora prema dolje ili SHIFT+TAB ili strelica kursora prema gore. SPACE ili ENTER odabiru opciju izbornika. Otvorite podizbornik trenutne opcije sa SPACE, ENTER ili desna strelica kursora. Povratak na prethodni izbornik vrÅ¡i se sa ESC ili lijevom strelicom kursora. Zatvaranje se vrÅ¡i pritiskom na tipku ESC."}, +{name:"Lista",legend:"Unutar list-boxa, pomicanje na sljedeÄu stavku vrÅ¡i se sa TAB ili strelica kursora prema dolje. Na prethodnu sa SHIFT+TAB ili strelica prema gore. Pritiskom na SPACE ili ENTER odabire se stavka ili ESC za zatvaranje."},{name:"Traka putanje elemenata",legend:"Pritisnite ${elementsPathFocus} za navigaciju po putanji elemenata. Pritisnite TAB ili desnu strelicu kursora za pomicanje na sljedeÄi element ili SHIFT+TAB ili lijeva strelica kursora za pomicanje na prethodni element. Pritiskom na SPACE ili ENTER vrÅ¡i se odabir elementa."}]}, +{name:"Naredbe",items:[{name:"Vrati naredbu",legend:"Pritisni ${undo}"},{name:"Ponovi naredbu",legend:"Pritisni ${redo}"},{name:"Bold naredba",legend:"Pritisni ${bold}"},{name:"Italic naredba",legend:"Pritisni ${italic}"},{name:"Underline naredba",legend:"Pritisni ${underline}"},{name:"Link naredba",legend:"Pritisni ${link}"},{name:"Smanji alatnu traku naredba",legend:"Pritisni ${toolbarCollapse}"},{name:"Access previous focus space naredba",legend:"Pritisni ${accessPreviousSpace} za pristup najbližem nedostupnom razmaku prije kursora, npr.: dva spojena HR elementa. Ponovnim pritiskom dohvatiti Äe se sljedeÄi nedostupni razmak."}, +{name:"Access next focus space naredba",legend:"Pritisni ${accessNextSpace} za pristup najbližem nedostupnom razmaku nakon kursora, npr.: dva spojena HR elementa. Ponovnim pritiskom dohvatiti Äe se sljedeÄi nedostupni razmak."},{name:"PomoÄ za dostupnost",legend:"Pritisni ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow", +upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3", +f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash",graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js new file mode 100644 index 0000000..81c48da --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","hu",{title:"KisegÃtÅ utasÃtások",contents:"Súgó tartalmak. A párbeszédablak bezárásához nyomjon ESC-et.",legend:[{name:"Ãltalános",items:[{name:"SzerkesztÅ Eszköztár",legend:"Nyomjon ${toolbarFocus} hogy kijelölje az eszköztárat. A következŠés elÅzÅ eszköztár csoporthoz a TAB és SHIFT+TAB-al juthat el. A következŠés elÅzÅ eszköztár gombhoz a BAL NYÃL vagy JOBB NYÃL gombbal juthat el. Nyomjon SPACE-t vagy ENTER-t hogy aktiválja az eszköztár gombot."},{name:"SzerkeszÅ párbeszéd ablak", +legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"SzerkesztÅ helyi menü",legend:"Nyomjon ${contextMenu}-t vagy ALKALMAZÃS BILLENTYŰT a helyi menü megnyitásához. Ezután a következÅ menüpontra léphet a TAB vagy LEFELà NYÃLLAL. Az elÅzÅ opciót a SHIFT+TAB vagy FELFELà NYÃLLAL érheti el. Nyomjon SPACE-t vagy ENTER-t a menüpont kiválasztásához. A jelenlegi menüpont almenüjének megnyitásához nyomjon SPACE-t vagy ENTER-t, vagy JOBB NYILAT. A fÅmenühöz való visszatéréshez nyomjon ESC-et vagy BAL NYILAT. A helyi menü bezárása az ESC billentyűvel lehetséges."}, +{name:"SzerkesztÅ lista",legend:"A listán belül a következÅ elemre a TAB vagy LEFELà NYÃLLAL mozoghat. Az elÅzÅ elem kiválasztásához nyomjon SHIFT+TAB-ot vagy FELFELà NYILAT. Nyomjon SPACE-t vagy ENTER-t az elem kiválasztásához. Az ESC billentyű megnyomásával bezárhatja a listát."},{name:"SzerkesztÅ elem utak sáv",legend:"Nyomj ${elementsPathFocus} hogy kijelöld a elemek út sávját. A következÅ elem gombhoz a TAB-al vagy a JOBB NYÃLLAL juthatsz el. Az elÅzÅ gombhoz a SHIFT+TAB vagy BAL NYÃLLAL mehetsz. A SPACE vagy ENTER billentyűvel kiválaszthatod az elemet a szerkesztÅben."}]}, +{name:"Parancsok",items:[{name:"Parancs visszavonása",legend:"Nyomj ${undo}"},{name:"Parancs megismétlése",legend:"Nyomjon ${redo}"},{name:"Félkövér parancs",legend:"Nyomjon ${bold}"},{name:"DÅlt parancs",legend:"Nyomjon ${italic}"},{name:"Aláhúzott parancs",legend:"Nyomjon ${underline}"},{name:"Link parancs",legend:"Nyomjon ${link}"},{name:"SzerkesztÅsáv összecsukása parancs",legend:"Nyomjon ${toolbarCollapse}"},{name:"Hozzáférés az elÅzÅ fókusz helyhez parancs",legend:"Nyomj ${accessNextSpace} hogy hozzáférj a legközelebbi elérhetetlen fókusz helyhez a hiányjel elÅtt, például: két szomszédos HR elemhez. Ismételd meg a billentyűkombinációt hogy megtaláld a távolabbi fókusz helyeket."}, +{name:"Hozzáférés a következÅ fókusz helyhez parancs",legend:"Nyomj ${accessNextSpace} hogy hozzáférj a legközelebbi elérhetetlen fókusz helyhez a hiányjel után, például: két szomszédos HR elemhez. Ismételd meg a billentyűkombinációt hogy megtaláld a távolabbi fókusz helyeket."},{name:"KisegÃtÅ súgó",legend:"Nyomjon ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down", +end:"End",home:"Home",leftArrow:"balra nyÃl",upArrow:"felfelé nyÃl",rightArrow:"jobbra nyÃl",downArrow:"lefelé nyÃl",insert:"Insert","delete":"Delete",leftWindowKey:"bal Windows-billentyű",rightWindowKey:"jobb Windows-billentyű",selectKey:"Billentyű választása",numpad0:"Számbillentyűk 0",numpad1:"Számbillentyűk 1",numpad2:"Számbillentyűk 2",numpad3:"Számbillentyűk 3",numpad4:"Számbillentyűk 4",numpad5:"Számbillentyűk 5",numpad6:"Számbillentyűk 6",numpad7:"Számbillentyűk 7",numpad8:"Számbillentyűk 8", +numpad9:"Számbillentyűk 9",multiply:"Szorzás",add:"Hozzáadás",subtract:"Kivonás",decimalPoint:"Tizedespont",divide:"Osztás",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"PontosvesszÅ",equalSign:"EgyenlÅségjel",comma:"VesszÅ",dash:"KötÅjel",period:"Pont",forwardSlash:"Perjel",graveAccent:"Visszafelé dÅlŠékezet",openBracket:"Nyitó szögletes zárójel",backSlash:"fordÃtott perjel",closeBracket:"Záró szögletes zárójel", +singleQuote:"szimpla idézÅjel"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/id.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/id.js new file mode 100644 index 0000000..c8d5686 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/id.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","id",{title:"Accessibility Instructions",contents:"Bantuan. Tekan ESC untuk menutup dialog ini.",legend:[{name:"Umum",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"Editor Context Menu",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]},{name:"Commands",items:[{name:" Undo command",legend:"Press ${undo}"},{name:" Redo command",legend:"Press ${redo}"},{name:" Bold command",legend:"Press ${bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command", +legend:"Press ${underline}"},{name:" Link command",legend:"Press ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1", +numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash", +graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/it.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/it.js new file mode 100644 index 0000000..5151f60 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/it.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","it",{title:"Istruzioni di Accessibilità ",contents:"Contenuti di Aiuto. Per chiudere questa finestra premi ESC.",legend:[{name:"Generale",items:[{name:"Barra degli strumenti Editor",legend:"Premere ${toolbarFocus} per passare alla barra degli strumenti. Usare TAB per spostarsi al gruppo successivo, MAIUSC+TAB per spostarsi a quello precedente. Usare FRECCIA DESTRA per spostarsi al pulsante successivo, FRECCIA SINISTRA per spostarsi a quello precedente. Premere SPAZIO o INVIO per attivare il pulsante della barra degli strumenti."}, +{name:"Finestra Editor",legend:"All'interno di una finestra di dialogo è possibile premere TAB per passare all'elemento successivo della finestra, MAIUSC+TAB per passare a quello precedente; premere INVIO per inviare i dati della finestra, oppure ESC per annullare l'operazione. Quando una finestra di dialogo ha più schede, è possibile passare all'elenco delle schede sia con ALT+F10 che con TAB, in base all'ordine delle tabulazioni della finestra. Quando l'elenco delle schede è attivo, premere la FRECCIA DESTRA o la FRECCIA SINISTRA per passare rispettivamente alla scheda successiva o a quella precedente."}, +{name:"Menù contestuale Editor",legend:"Premi ${contextMenu} o TASTO APPLICAZIONE per aprire il menu contestuale. Dunque muoviti all'opzione successiva del menu con il tasto TAB o con la Freccia Sotto. Muoviti all'opzione precedente con MAIUSC+TAB o con Freccia Sopra. Premi SPAZIO o INVIO per scegliere l'opzione di menu. Apri il sottomenu dell'opzione corrente con SPAZIO o INVIO oppure con la Freccia Destra. Torna indietro al menu superiore con ESC oppure Freccia Sinistra. Chiudi il menu contestuale con ESC."}, +{name:"Box Lista Editor",legend:"All'interno di un elenco di opzioni, per spostarsi all'elemento successivo premere TAB oppure FRECCIA GIÃ. Per spostarsi all'elemento precedente usare SHIFT+TAB oppure FRECCIA SU. Premere SPAZIO o INVIO per selezionare l'elemento della lista. Premere ESC per chiudere l'elenco di opzioni."},{name:"Barra percorso elementi editor",legend:"Premere ${elementsPathFocus} per passare agli elementi della barra del percorso. Usare TAB o FRECCIA DESTRA per passare al pulsante successivo. Per passare al pulsante precedente premere MAIUSC+TAB o FRECCIA SINISTRA. Premere SPAZIO o INVIO per selezionare l'elemento nell'editor."}]}, +{name:"Comandi",items:[{name:" Annulla comando",legend:"Premi ${undo}"},{name:" Ripeti comando",legend:"Premi ${redo}"},{name:" Comando Grassetto",legend:"Premi ${bold}"},{name:" Comando Corsivo",legend:"Premi ${italic}"},{name:" Comando Sottolineato",legend:"Premi ${underline}"},{name:" Comando Link",legend:"Premi ${link}"},{name:" Comando riduci barra degli strumenti",legend:"Premi ${toolbarCollapse}"},{name:"Comando di accesso al precedente spazio di focus",legend:"Premi ${accessPreviousSpace} per accedere il più vicino spazio di focus non raggiungibile prima del simbolo caret, per esempio due elementi HR adiacenti. Ripeti la combinazione di tasti per raggiungere spazi di focus distanti."}, +{name:"Comando di accesso al prossimo spazio di focus",legend:"Premi ${accessNextSpace} per accedere il più vicino spazio di focus non raggiungibile dopo il simbolo caret, per esempio due elementi HR adiacenti. Ripeti la combinazione di tasti per raggiungere spazi di focus distanti."},{name:" Aiuto Accessibilità ",legend:"Premi ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Invio",shift:"Maiusc",ctrl:"Ctrl",alt:"Alt",pause:"Pausa",capslock:"Bloc Maiusc",escape:"Esc",pageUp:"Pagina sù",pageDown:"Pagina giù", +end:"Fine",home:"Inizio",leftArrow:"Freccia sinistra",upArrow:"Freccia su",rightArrow:"Freccia destra",downArrow:"Freccia giù",insert:"Ins","delete":"Canc",leftWindowKey:"Tasto di Windows sinistro",rightWindowKey:"Tasto di Windows destro",selectKey:"Tasto di selezione",numpad0:"0 sul tastierino numerico",numpad1:"1 sul tastierino numerico",numpad2:"2 sul tastierino numerico",numpad3:"3 sul tastierino numerico",numpad4:"4 sul tastierino numerico",numpad5:"5 sul tastierino numerico",numpad6:"6 sul tastierino numerico", +numpad7:"7 sul tastierino numerico",numpad8:"8 sul tastierino numerico",numpad9:"9 sul tastierino numerico",multiply:"Moltiplicazione",add:"Più",subtract:"Sottrazione",decimalPoint:"Punto decimale",divide:"Divisione",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Bloc Num",scrollLock:"Bloc Scorr",semiColon:"Punto-e-virgola",equalSign:"Segno di uguale",comma:"Virgola",dash:"Trattino",period:"Punto",forwardSlash:"Barra",graveAccent:"Accento grave", +openBracket:"Parentesi quadra aperta",backSlash:"Barra rovesciata",closeBracket:"Parentesi quadra chiusa",singleQuote:"Apostrofo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js new file mode 100644 index 0000000..ec5ed67 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","ja",{title:"ã¦ã¼ã¶ã¼è£å©ã®èª¬æ",contents:"ãã«ãããã®ãã¤ã¢ãã°ãéããã«ã¯ ESCãæ¼ãã¦ãã ããã",legend:[{name:"å ¨è¬",items:[{name:"ã¨ãã£ã¿ã¼ãã¼ã«ãã¼",legend:"${toolbarFocus} ãæ¼ãã¨ãã¼ã«ãã¼ã®ãªã³/ãªãæä½ãã§ãã¾ããã«ã¼ã½ã«ããã¼ã«ãã¼ã®ã°ã«ã¼ãã§ç§»åãããã«ã¯TabãSHIFT+Tabãæ¼ãã¾ããã°ã«ã¼ãå ã§ã«ã¼ã½ã«ãç§»åãããã«ã¯ãå³ã«ã¼ã½ã«ãå·¦ã«ã¼ã½ã«ãæ¼ãã¾ããã¹ãã¼ã¹ãã¼ãã¨ã³ã¿ã¼ãæ¼ãã¨ãã¿ã³ãæå¹/ç¡å¹ã«ãããã¨ãã§ãã¾ãã"},{name:"ç·¨éãã¤ã¢ãã°",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"ã¨ãã£ã¿ã¼ã®ã¡ãã¥ã¼",legend:"${contextMenu} ãã¼ãAPPLICATION KEYãæ¼ãã¨ã³ã³ããã¹ãã¡ãã¥ã¼ãéãã¾ããTabãä¸ã«ã¼ã½ã«ã§ã¡ãã¥ã¼ã®ãªãã·ã§ã³é¸æãä¸ã«ç§»åãã¾ããæ»ãã«ã¯ãSHIFT+Tabãä¸ã«ã¼ã½ã«ã§ããã¹ãã¼ã¹ãããã¯ENTERãã¼ã§ã¡ãã¥ã¼ãªãã·ã§ã³ã決å®ã§ãã¾ããç¾å¨é¸ãã§ãããªãã·ã§ã³ã®ãµãã¡ãã¥ã¼ãéãã«ã¯ãã¹ãã¼ã¹ããããã¯å³ã«ã¼ã½ã«ãæ¼ãã¾ãããµãã¡ãã¥ã¼ãã親ã¡ãã¥ã¼ã«æ»ãã«ã¯ãESCãå·¦ã«ã¼ã½ã«ãæ¼ãã¦ãã ãããESCã§ã³ã³ããã¹ãã¡ãã¥ã¼èªä½ããã£ã³ã»ã«ã§ãã¾ãã"},{name:"ã¨ãã£ã¿ã¼ãªã¹ãããã¯ã¹",legend:"ãªã¹ãããã¯ã¹å ã§ç§»åããã«ã¯ãTabãä¸ã«ã¼ã½ã«ã§æ¬¡ã®ã¢ã¤ãã ã¸ç§»åãã¾ããSHIFT+Tabã§åã®ã¢ã¤ãã ã«æ»ãã¾ãããªã¹ãã®ãªãã·ã§ã³ã鏿ããã«ã¯ãã¹ãã¼ã¹ãããã¯ãENTERãæ¼ãã¦ãã ããããªã¹ãããã¯ã¹ãéããã«ã¯ãESCãæ¼ãã¦ãã ããã"},{name:"ã¨ãã£ã¿ã¼è¦ç´ ãã¹ãã¼",legend:"${elementsPathFocus} ãæ¼ãã¨ã¨ã¬ã¡ã³ããã¹ãã¼ãæä½åºæ¥ã¾ããTabãå³ã«ã¼ã½ã«ã§æ¬¡ã®ã¨ã¬ã¡ã³ãã鏿ã§ãã¾ããåã®ã¨ã¬ã¡ã³ãã鏿ããã«ã¯ãSHIFT+Tabãå·¦ã«ã¼ã½ã«ã§ããã¹ãã¼ã¹ãããã¯ãENTERã§ã¨ãã£ã¿å ã®å¯¾è±¡ã¨ã¬ã¡ã³ããé¸æåºæ¥ã¾ãã"}]}, +{name:"ã³ãã³ã",items:[{name:"å ã«æ»ã",legend:"${undo} ãã¯ãªãã¯"},{name:"ããç´ã",legend:"${redo} ãã¯ãªãã¯"},{name:"太å",legend:"${bold} ãã¯ãªãã¯"},{name:"æä½ ",legend:"${italic} ãã¯ãªãã¯"},{name:"ä¸ç·",legend:"${underline} ãã¯ãªãã¯"},{name:"ãªã³ã¯",legend:"${link} ãã¯ãªãã¯"},{name:"ãã¼ã«ãã¼ã縮ãã",legend:"${toolbarCollapse} ãã¯ãªãã¯"},{name:"åã®ã«ã¼ã½ã«ç§»åã®ã§ããªããã¤ã³ãã¸",legend:"${accessPreviousSpace} ãæ¼ãã¨ã«ã¼ã½ã«ããåã«ããã«ã¼ã½ã«ãã¼ã§å ¥ãè¾¼ããªãã¹ãã¼ã¹ã¸ç§»åã§ãã¾ããä¾ãã°ãHRã¨ã¬ã¡ã³ãã2ã¤æ¥ãã¦ããå ´åãªã©ã§ããé¢ããå ´æã¸ã¯ãè¤æ°åãã¼ãæ¼ãã¾ãã"},{name:"次ã®ã«ã¼ã½ã«ç§»åã®ã§ããªããã¤ã³ãã¸",legend:"${accessNextSpace} ãæ¼ãã¨ã«ã¼ã½ã«ããå¾ãã«ããã«ã¼ã½ã«ãã¼ã§å ¥ãè¾¼ããªãã¹ãã¼ã¹ã¸ç§»åã§ãã¾ããä¾ãã°ãHRã¨ã¬ã¡ã³ãã2ã¤æ¥ãã¦ããå ´åãªã©ã§ããé¢ããå ´æã¸ã¯ãè¤æ°åãã¼ãæ¼ãã¾ãã"}, +{name:"ã¦ã¼ã¶ã¼è£å©ãã«ã",legend:"${a11yHelp} ãã¯ãªãã¯"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"å·¦ç¢å°",upArrow:"ä¸ç¢å°",rightArrow:"å³ç¢å°",downArrow:"ä¸ç¢å°",insert:"Insert","delete":"Delete",leftWindowKey:"å·¦Windowãã¼",rightWindowKey:"å³ã®Windowãã¼",selectKey:"Select",numpad0:"Num 0",numpad1:"Num 1",numpad2:"Num 2",numpad3:"Num 3",numpad4:"Num 4",numpad5:"Num 5", +numpad6:"Num 6",numpad7:"Num 7",numpad8:"Num 8",numpad9:"Num 9",multiply:"æãã",add:"è¶³ã",subtract:"å¼ã",decimalPoint:"å°æ°ç¹",divide:"å²ã",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"ã»ãã³ãã³",equalSign:"ã¤ã³ã¼ã«è¨å·",comma:"ã«ã³ã",dash:"ããã·ã¥",period:"ããªãªã",forwardSlash:"ãã©ã¯ã¼ãã¹ã©ãã·ã¥",graveAccent:"ã°ã¬ã¤ã´ã¢ã¯ã»ã³ã",openBracket:"éãã«ãã³",backSlash:"ããã¯ã¹ã©ãã·ã¥",closeBracket:"éãã«ãã³",singleQuote:"ã·ã³ã°ã«ã¯ã©ã¼ã"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/km.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/km.js new file mode 100644 index 0000000..6b6e7a9 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/km.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","km",{title:"Accessibility Instructions",contents:"áá¶áá·áá¶âáááá½áá áá¾áááá¸âáá·áâáááá¶ááâááá áá¼áâá á»á ESC á",legend:[{name:"áá¼áá ",items:[{name:"ááá¶áâá§áááááâáááááá·áá¸âáá·áááá",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"áááá¶ááâáááááá·áá¸áá·áááá",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"ááá¸áá»áááá·ááá¢áááááááááá½á",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},{name:"áááá¢ááááááá¸á¢áááááááááá½á",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]},{name:"áá¶áááááááá¶",items:[{name:"áá¶áâááááá¶âáá·ááááá¾áá·á",legend:"á á»á ${undo}"},{name:"áá¶áááááá¶âáááá¾áá·á",legend:"á á»á ${redo}"},{name:"áá¶áááááá¶âá¢ááááâáá·á",legend:"á á»á ${bold}"},{name:"áá¶áááááá¶âá¢ááááâááááá",legend:"á á»á ${italic}"},{name:"áá¶áááááááá¶âááááá¶ááâáá¸ááááá", +legend:"á á»á ${underline}"},{name:"áá¶áááááááá¶âááá",legend:"á á»á ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:"áááá½áâáá¸âáá¶áâáá¶ááááá½á",legend:"áá½á ${a11yHelp}"}]}],backspace:"áá»áááááááá",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"ááá¢á¶á",capslock:"Caps Lock",escape:"á á¶áá áá",pageUp:"áááááâáá¾",pageDown:"áááááâááááá",end:"á á»á",home:"áááá",leftArrow:"áááá½áâááááá",upArrow:"áááá½áâáá¾",rightArrow:"áááá½áâáááá¶á",downArrow:"áááá½áâááááá",insert:"áááá á¼á","delete":"áá»á",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"áááá¾áâáááá¶ááâá á»á ",numpad0:"Numpad 0",numpad1:"Numpad 1", +numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"áá»á",add:"áááááá",subtract:"áá",decimalPoint:"á ááá»á áááá¶á",divide:"á áá",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"áá·áâáááá·á",semiColon:"á á»á âááááá",equalSign:"ááááá¶âá¢áºááá¼",comma:"ááááá",dash:"Dash",period:"á á»á ",forwardSlash:"Forward Slash",graveAccent:"Grave Accent", +openBracket:"ááááááâáá¾á",backSlash:"Backslash",closeBracket:"ááááááâáá·á",singleQuote:"ááááááâáá½á"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js new file mode 100644 index 0000000..9b2b070 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js @@ -0,0 +1,10 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","ko",{title:"ì ê·¼ì± ì¤ëª ",contents:"ëìë§. ì´ ì°½ì ë«ì¼ìë ¤ë©´ ESC 를 ë르ì¸ì.",legend:[{name:"ì¼ë°",items:[{name:"í¸ì§ê¸° í´ë°",legend:"í´ë°ë¥¼ íìíìë ¤ë©´ ${toolbarFocus} 를 í¬ë¥´ì¸ì. ì´ì /ë¤ì í´ë° 그룹ì¼ë¡ ì´ëíìë ¤ë©´ TAB í¤ ëë SHIFT+TAB í¤ë¥¼ ë르ì¸ì. ì´ì /ë¤ì í´ë° ë²í¼ì¼ë¡ ì´ëíìë ¤ë©´ ì¤ë¥¸ìª½ íì´í í¤ ëë ì¼ìª½ íì´í í¤ë¥¼ ë르ì¸ì. í´ë° ë²í¼ì íì±í íë ¤ë©´ SPACE í¤ ëë ENTER í¤ë¥¼ ë르ì¸ì."},{name:"í¸ì§ê¸° ë¤ì´ì¼ë¡ê·¸",legend:"TAB í¤ë¥¼ ë르면 ë¤ì ëíììë¡ ì´ëíê³ , SHIFT+TAB í¤ë¥¼ ë르면 ì´ì ëíììë¡ ì´ëí©ëë¤. ëíìì를 ì ì¶íë ¤ë©´ ENTER í¤ë¥¼ ëë¥´ê³ , ESC í¤ë¥¼ ë르면 ëíìì를 ì·¨ìí©ëë¤. ëíììì íì´ ì¬ë¬ê° ìì ë, ALT+F10 í¤ ëë TAB í¤ë¥¼ ë르면 ììì ë°ë¼ í 목ë¡ì ëë¬í ì ììµëë¤. í 목ë¡ì ì´ì ì´ ë§ì ë, ì¤ë¥¸ìª½ê³¼ ì¼ìª½ íì´í í¤ë¥¼ ì´ì©íë©´ ê°ê° ë¤ìê³¼ ì´ì íì¼ë¡ ì´ëí ì ììµëë¤."}, +{name:"í¸ì§ê¸° íê²½ ë©ë´",legend:"${contextMenu} ëë ì´í리ì¼ì´ì í¤ë¥¼ ë르면 íê²½-ë©ë´ë¥¼ ì´ ì ììµëë¤. íê²½-ë©ë´ìì TAB í¤ ëë ìë íì´í í¤ë¥¼ ë르면 ë¤ì ë©ë´ ìµì ì¼ë¡ ì´ëí ì ììµëë¤. ì´ì ìµì ì¼ë¡ ì´ëì SHIFT+TAB í¤ ëë ì íì´í í¤ë¥¼ ëë¬ì í ì ììµëë¤. ì¤íì´ì¤ í¤ ëë ENTER í¤ë¥¼ ëë¬ì ë©ë´ ìµì ì ì íí ì ììµëë¤. ì¤íì´ì¤ í¤ ëë ENTER í¤ ëë ì¤ë¥¸ìª½ íì´í í¤ë¥¼ ëë¬ì íì ë©ë´ë¥¼ ì´ ì ììµëë¤. ë¶ëª¨ ë©ë´ í목ì¼ë¡ ëìê°ë ¤ë©´ ESC í¤ ëë ì¼ìª½ íì´í í¤ë¥¼ ëë¦ ëë¤. ESC í¤ë¥¼ ëë¬ì íê²½-ë©ë´ë¥¼ ë«ìµëë¤."},{name:"í¸ì§ê¸° ëª©ë¡ ë°ì¤",legend:"리ì¤í¸-ë°ì¤ ë´ìì, 목ë¡ì ë¤ì í목ì¼ë¡ ì´ëíë ¤ë©´ TAB í¤ ëë ìë쪽 íì´í í¤ë¥¼ ëë¦ ëë¤. 목ë¡ì ì´ì í목ì¼ë¡ ì´ëíë ¤ë©´ SHIFT+TAB í¤ ëë ì쪽 íì´í í¤ë¥¼ ëë¦ ëë¤. ì¤íì´ì¤ í¤ ëë ENTER í¤ë¥¼ ë르면 목ë¡ì í´ë¹ ìµì ì ì íí©ëë¤. ESC í¤ë¥¼ ëë¬ì 리ì¤í¸-ë°ì¤ë¥¼ ë«ì ì ììµëë¤."}, +{name:"í¸ì§ê¸° ìì ê²½ë¡ ë§ë",legend:"${elementsPathFocus}를 ëë¬ì ìì ê²½ë¡ ë§ë를 íìí ì ììµëë¤. ë¤ì ììë¡ ì´ëíë ¤ë©´ TAB í¤ ëë ì¤ë¥¸ìª½ íì´í í¤ë¥¼ ëë¦ ëë¤. SHIFT+TAB í¤ ëë ì¼ìª½ íì´í í¤ë¥¼ ë르면 ì´ì ë²í¼ì¼ë¡ ì´ëí ì ììµëë¤. ì¤íì´ì¤ í¤ë ENTER í¤ë¥¼ ë르면 í¸ì§ê¸°ì í´ë¹ í목ì ì íí©ëë¤."}]},{name:"ëª ë ¹",items:[{name:" ëª ë ¹ ì¤í ì·¨ì",legend:"${undo} ë르ìì¤"},{name:" ëª ë ¹ ë¤ì ì¤í",legend:"${redo} ë르ìì¤"},{name:" êµµê² ëª ë ¹",legend:"${bold} ë르ìì¤"},{name:" 기ì¸ì ê¼´ ëª ë ¹",legend:"${italic} ë르ìì¤"},{name:" ë°ì¤ ëª ë ¹",legend:"${underline} ë르ìì¤"},{name:" ë§í¬ ëª ë ¹",legend:"${link} ë르ìì¤"},{name:" í´ë° ì¤ì´ê¸° ëª ë ¹",legend:"${toolbarCollapse} ë르ìì¤"}, +{name:" ì´ì í¬ì»¤ì¤ ê³µê° ì ê·¼ ëª ë ¹",legend:"íì 기í¸(^) ì´ì ì ${accessPreviousSpace} 를 ë르면, ì ê·¼ ë¶ê°ë¥íë©´ì ê°ì¥ ê°ê¹ì´ í¬ì»¤ì¤ ììì ì ê·¼í©ëë¤. ì를 ë¤ë©´, ë ì¸ì í HR ììê° ììµëë¤. í¤ ì¡°í©ì ë°ë³µí´ì ë©ë¦¬ìë í¬ì»¤ì¤ ììë¤ì ëë¬í ì ììµëë¤."},{name:"ë¤ì í¬ì»¤ì¤ ê³µê° ì ê·¼ ëª ë ¹",legend:"íì 기í¸(^) ë¤ìì ${accessNextSpace} 를 ë르면, ì ê·¼ ë¶ê°ë¥íë©´ì ê°ì¥ ê°ê¹ì´ í¬ì»¤ì¤ ììì ì ê·¼í©ëë¤. ì를 ë¤ë©´, ë ì¸ì í HR ììê° ììµëë¤. í¤ ì¡°í©ì ë°ë³µí´ì ë©ë¦¬ìë í¬ì»¤ì¤ ììë¤ì ëë¬í ì ììµëë¤. "},{name:" ì ê·¼ì± ëìë§",legend:"${a11yHelp} ë르ìì¤"}]}],backspace:"Backspace í¤",tab:"í í¤",enter:"ìí° í¤",shift:"ìíí¸ í¤",ctrl:"컨í¸ë¡¤ í¤",alt:"ìí¸ í¤",pause:"ì¼ìì ì§ í¤",capslock:"ìº¡ì¤ ë¡ í¤", +escape:"ì´ì¤ì¼ì´í í¤",pageUp:"íì´ì§ ì í¤",pageDown:"íì´ì§ ë¤ì´ í¤",end:"ìë í¤",home:"í í¤",leftArrow:"ì¼ìª½ íì´í í¤",upArrow:"ì쪽 íì´í í¤",rightArrow:"ì¤ë¥¸ìª½ íì´í í¤",downArrow:"ìë쪽 íì´í í¤",insert:"ì¸ìí¸ í¤","delete":"ìì í¤",leftWindowKey:"ì¼ìª½ ìëì° í¤",rightWindowKey:"ì¤ë¥¸ìª½ ìëì° í¤",selectKey:"ì ë í¸ í¤",numpad0:"ì«ì í¨ë 0 í¤",numpad1:"ì«ì í¨ë 1 í¤",numpad2:"ì«ì í¨ë 2 í¤",numpad3:"ì«ì í¨ë 3 í¤",numpad4:"ì«ì í¨ë 4 í¤",numpad5:"ì«ì í¨ë 5 í¤",numpad6:"ì«ì í¨ë 6 í¤",numpad7:"ì«ì í¨ë 7 í¤",numpad8:"ì«ì í¨ë 8 í¤",numpad9:"ì«ì í¨ë 9 í¤",multiply:"ê³±ì (*) í¤",add:"ë§ì (+) í¤",subtract:"ëºì (-) í¤", +decimalPoint:"ì¨ì (.) í¤",divide:"ëëì (/) í¤",f1:"F1 í¤",f2:"F2 í¤",f3:"F3 í¤",f4:"F4 í¤",f5:"F5 í¤",f6:"F6 í¤",f7:"F7 í¤",f8:"F8 í¤",f9:"F9 í¤",f10:"F10 í¤",f11:"F11 í¤",f12:"F12 í¤",numLock:"Num Lock í¤",scrollLock:"Scroll Lock í¤",semiColon:"ì¸ë¯¸ì½ë¡ (;) í¤",equalSign:"ë±í¸(\x3d) í¤",comma:"ì¼í(,) í¤",dash:"ëì(-) í¤",period:"ì¨ì (.) í¤",forwardSlash:"ì¬ëì(/) í¤",graveAccent:"ìµì ì ì¼í¸(`) í¤",openBracket:"ë¸ë¼ì¼ ì´ê¸°([) í¤",backSlash:"ìì¬ëì(\\\\) í¤",closeBracket:"ë¸ë¼ì¼ ë«ê¸°(]) í¤",singleQuote:"ì¸ ë°ì´í(') í¤"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js new file mode 100644 index 0000000..e73789b --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","ku",{title:"ÚÛÙÙ Ø§Û ÙÛØ¨ÛØ±Ø¯ÛØ³ØªØ¯Ø§Ø¨ÙÙÙ",contents:"Ù¾ÛÚ©ÙØ§ØªÛÛ ÛØ§Ø±Ù ÛØªÛ. Ú©ÙÛÙ ESC Ø¨Û Ø¯Ø§Ø®Ø³ØªÙÛ Ø¦ÛÙ Ø¯ÛØ§ÙÛÚ¯Ù.",legend:[{name:"گشتÛ",items:[{name:"تÙÙÚµØ§Ù Ø±Ø§Ø²Û Ø¯ÛØ³ØªÙارÛÙÛØ±",legend:"Ú©ÙÛÙ ${toolbarFocus} Ø¨Û ÚØ§Ø¨ÛØ±Û ØªÙÙڵا٠راز. Ø¨Û Ú¯ÙØ§Ø³ØªÙÛÙÛÛ Ù¾ÛØ´ÙÙ Ø¯Ø§ÙØ§ØªÙÙÛ Ú¯Ø±ÙÙÙ¾Û ØªÙÙÚµØ§Ù Ø±Ø§Ø²Û Ø¯Ø§Ú¯Ø±ØªÙÛ Ú©ÙÛÙÛ TAB ÙÛÚ¯ÛÚµâ SHIFT+TAB. Ø¨Û Ú¯ÙØ§Ø³ØªÙÛÙÛÛ Ù¾ÛØ´ÙÙ Ø¯Ø§ÙØ§ØªÙÙÛ Ø¯ÙÙÚ¯Ù ÛÛ ØªÙÙÚµØ§Ù Ø±Ø§Ø²Û ÙÛÚÛÛ Ú©ÙÛÙÛ ØªÛØ±Û Ø¯ÛØ³ØªÛ ÚØ§Ø³Øª ÛØ§Ù Ú©ÙÛÙÛ ØªÛØ±Û Ø¯ÛØ³ØªÛ ÚÛÙ¾. Ú©ÙÛÚ©Û Ú©ÙÛÙÛ SPACE ÛØ§Ù ENTER Ø¨Û ÚØ§ÙاککردÙÛ Ø¯ÙÙÚ¯Ù ÛÛ ØªÙÙڵا٠راز."},{name:"Ø¯ÛØ§ÙÛÚ¯Û Ø¯ÛØ³ØªÙارÛÙÛØ±", +legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Ù¾ÛÚØ³ØªÛ Ø³ÛØ±ÙÙÙØ³Ûر",legend:"Ú©ÙÛÙ ${contextMenu} ÛØ§Ù دÙÚ¯Ù ÛÛ ÙÛØ³ØªÙâ(Menu) Ø¨Û Ú©Ø±Ø¯ÙÛÙÛÛ ÙÛØ³ØªÛÛ Ø¯ÛÙ. Ø¨Û ÚÙÙÙÛ ÙÛÚµØ¨ÚØ§Ø±Ø¯ÛÛÛÚ©Û ØªØ± ÙÙâ ÙÛØ³ØªÙâ Ú©ÙÛÚ©Û Ú©ÙÛÙÛ TAB ÛØ§Ù Ú©ÙÛÙÛ ØªÛØ±Û ÚÙÙ ÙÛØ®ÙارÛÙÙâ Ø¨Û ÚÙÙÙ Ø¨Û ÙÛÚµØ¨ÚØ§Ø±Ø¯ÛÛ Ù¾ÛØ´ÙÙ Ú©ÙÛÚ©Û Ú©ÙÛÙÛ SHIFT+TAB ÛØ§Ù Ú©ÙÛÙÛ ØªÛØ±Û ÚÙÙ ÙÙâ Ø³ÛرÛÙÛ. داگرتÙÛ Ú©ÙÛÙÛ SPACE ÛØ§Ù ENTER Ø¨Û ÙÛÚµØ¨ÚØ§Ø±Ø¯ÙÛ ÙÛÚµØ¨ÚØ§Ø±Ø¯ÛÛ ÙÛØ³ØªÙâ. Ø¨Û Ú©Ø±Ø¯ÙÛÙÛÛ ÙÙÛ ÚÛØ± ÙÛØ³ØªÙâ ÙÛÙÛÚµØ¨ÚØ§Ø±Ø¯ÛÛ ÙÛØ³ØªÛ Ú©ÙÛÚ©Û Ú©ÙÛÙÛ SPACE ÛØ§Ù ENTER ÛØ§Ù Ú©ÙÛÙÛ ØªÛØ±Û Ø¯ÛØ³ØªÛ ÚØ§Ø³Øª. Ø¨Û Ú¯ÛÚØ§ÙÛÙÙ Ø¨Û Ø³ÛØ±ÛÙÛÛ ÙÛØ³ØªÙâ Ú©ÙÛÚ©Û Ú©ÙÛÙÛ ESC ÛØ§Ù Ú©ÙÛÙÛ ØªÛØ±Û Ø¯ÛØ³ØªÛ ÚÛÙ¾. Ø¨Û Ø¯Ø§Ø®Ø³ØªÙÛ ÙÛØ³ØªÛ Ú©ÙÛÙÛ Ú©ÙÛÙÛ ESC بکÛ."}, +{name:"ÙÛØ³ØªÛ سÙÙÙÙÛ Ø³ÛØ±ÙÙÙØ³Ûر",legend:"ÙÛÙØ§Ù سÙÙÙÛ ÙÛØ³Øª, ÚÛÙ Ø¨Û ÙÛÚµÙØ¨ÚاردÛÛ ÙÛØ³ØªÛÚ©Û ØªØ± Ú©ÙÛÚ©Û Ú©ÙÛÙÛ TAB ÛØ§Ù Ú©ÙÛÙÛ ØªÛØ±Û ÚÙÙ ÙÛØ®Ùار. ÚÙÙÙ Ø¨Û ÙÛÚµØ¨ÚØ§Ø±Ø¯ÛÛ ÙÛØ³ØªÛ Ù¾ÛØ´ÙÙ Ú©ÙÛÚ©Û Ú©ÙÛÙÛ SHIFT+TAB ÛØ§Ù Ú©ÙÛÙÛ ØªÛØ±Û ÚÙÙ ÙÛØ³ÛرÛÙÙâ. Ú©ÙÛÚ©Û Ú©ÙÛÙÛ SPACE ÛØ§Ù ENTER Ø¨Û Ø¯ÛØ§Ø±ÛکردÙÛ âÙÛÚµØ¨ÚØ§Ø±Ø¯ÛÛ ÙÛØ³Øª. Ú©ÙÛÚ©Û Ú©ÙÛÙÛ ESC Ø¨Û Ø¯Ø§Ø®Ø³ØªÙÛ Ø³ÙÙÙÛ ÙÛØ³Øª."},{name:"تÙÙÚµØ§Ù Ø±Ø§Ø²Û ØªÙØ®Ù ",legend:"Ú©ÙÛÙ ${elementsPathFocus} Ø¨Û ÚØ§Ø¨ÛØ±Û ØªÙÙÚµØ§Ù Ø±Ø§Ø²Û ØªÙØ®Ù ÛکاÙ. ÚÙÙÙ Ø¨Û Ø¯ÙÚ¯Ù ÛÛ ØªÙØ®Ù ÛÚ©Û ØªØ± Ú©ÙÛÚ©Û Ú©ÙÛÙÛ TAB ÛØ§Ù Ú©ÙÛÙÛ ØªÛØ±Û Ø¯ÛØ³ØªÛ ÚØ§Ø³Øª. ÚÙÙÙ Ø¨Û Ø¯ÙÚ¯Ù ÛÛ ØªÙØ®Ù Û Ù¾ÛØ´ÙÙ Ú©ÙÛÙÛ SHIFT+TAB ÛØ§Ù Ú©ÙÛÚ©Û Ú©ÙÛÙÛ ØªÛØ±Û Ø¯ÛØ³ØªÛ ÚÛÙ¾. داگرتÙÛ Ú©ÙÛÙÛ SPACE ÛØ§Ù ENTER Ø¨Û Ø¯ÛØ§Ø±ÛکردÙÛ ØªÙØ®Ù ÛÚ©Ùâ ÙÛØ³ÛرÙÙÙØ³Ù."}]}, +{name:"ÙÛØ±Ù اÙÛکاÙ",items:[{name:"Ù¾ÙÙÚکردÙÛÙÛÛ ÙÛØ±Ù اÙ",legend:"Ú©ÙÛÙ ${undo}"},{name:"ÙÛÚµÚ¯ÛÚØ§ÙÛÙÛÛ ÙÛØ±Ù اÙ",legend:"Ú©ÙÛÙ ${redo}"},{name:"ÙÛØ±Ù اÙÛ Ø¯ÛÙÛ ÙÛÚµÛÙ",legend:"Ú©ÙÛÙ ${bold}"},{name:"ÙÛØ±Ù اÙÛ Ø¯ÛÙÛ ÙØ§Ø±",legend:"Ú©ÙÛÙ ${italic}"},{name:"ÙÛØ±Ù اÙÛ ÚÛØ±ÙÛÚµ",legend:"Ú©ÙÛÙ ${underline}"},{name:"ÙÛØ±Ù اÙÛ Ø¨ÙâØ³ØªÛØ±",legend:"Ú©ÙÛÙ ${link}"},{name:"شاردÛÙÛÙÛÛ ØªÙÙڵا٠راز",legend:"Ú©ÙÛÙ ${toolbarCollapse}"},{name:"ÚÙÙÙÛÙØ§Ù Ø³ÛØ±ÙجداÙÛ Ù¾ÛØ´ÙÛ ÙÛØ±Ù اÙÛ Ø¨ÛØ´Ø§ÛÛ",legend:"Ú©ÙÛÚ© ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:"ÚÙÙÙÛÙØ§Ù Ø³ÛØ±ÙجداÙÛ Ø¯Ø§ÙØ§ØªÙÙÛ ÙÛØ±Ù اÙÛ Ø¨ÛØ´Ø§ÛÛ",legend:"Ú©ÙÛÚ© ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:"Ø¯ÛØ³ØªÙ¾ÛÚ¯ÛÛØ´ØªÙÛ ÛØ§Ø±Ù ÛØªÛ",legend:"Ú©ÙÛÙ ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow", +upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Ù¾ÛÙØ¬ÛرÛÛ ÚÛÙ¾",rightWindowKey:"Ù¾ÛÙØ¬ÛرÛÛ ÚØ§Ø³Øª",selectKey:"Select",numpad0:"Numpad 0",numpad1:"1",numpad2:"2",numpad3:"3",numpad4:"4",numpad5:"5",numpad6:"6",numpad7:"7",numpad8:"8",numpad9:"9",multiply:"*",add:"+",subtract:"-",decimalPoint:".",divide:"/",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock", +semiColon:";",equalSign:"\x3d",comma:",",dash:"-",period:".",forwardSlash:"/",graveAccent:"`",openBracket:"[",backSlash:"\\\\",closeBracket:"}",singleQuote:"'"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js new file mode 100644 index 0000000..ffabb15 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","lt",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"Bendros savybÄs",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"Editor Context Menu",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]},{name:"Commands",items:[{name:" Undo command",legend:"Press ${undo}"},{name:" Redo command",legend:"Press ${redo}"},{name:" Bold command",legend:"Press ${bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command", +legend:"Press ${underline}"},{name:" Link command",legend:"Press ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1", +numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash", +graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js new file mode 100644 index 0000000..873f6e4 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","lv",{title:"PieejamÄ«bas instrukcija",contents:"PalÄ«dzÄ«bas saturs. Lai aizvÄrtu ciet Å¡o dialogu nospiediet ESC.",legend:[{name:"Galvenais",items:[{name:"Redaktora rÄ«kjosla",legend:"Nospiediet ${toolbarFocus} lai pÄrvietotos uz rÄ«kjoslu. Lai pÄrvietotos uz nÄkoÅ¡o vai iepriekÅ¡Äjo rÄ«kjoslas grupu izmantojiet pogu TAB un SHIFT+TAB. Lai pÄrvietotos uz nÄkoÅ¡o vai iepriekÅ¡Äjo rÄ«kjoslas pogu izmantojiet Kreiso vai Labo bultiÅu. Nospiediet Atstarpi vai ENTER lai aktivizÄtu rÄ«kjosla pogu."}, +{name:"Redaktora dialoga logs",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Redaktora satura izvÄle",legend:"Nospiediet ${contextMenu} vai APPLICATION KEY lai atvÄrtu satura izvÄlni. Lai pÄrvietotos uz nÄkoÅ¡o izvÄlnes opciju izmantojiet pogu TAB vai pogu BultiÅu uz leju. Lai pÄrvietotos uz iepriekÅ¡Äjo opciju izmantojiet SHIFT+TAB vai pogu BultiÅa uz augÅ¡u. Nospiediet SPACE vai ENTER lai izvelÄtos izvÄlnes opciju. Atveriet tekoÅ¡ajÄ opcija apakÅ¡izvÄlni ar SAPCE vai ENTER ka ari to var izdarÄ«t ar Labo bultiÅu. Lai atgrieztos atpakaļ uz sakuma izvÄlni nospiediet ESC vai Kreiso bultiÅu. Lai aizvÄrtu ciet izvÄlnes saturu nospiediet ESC."}, +{name:"Redaktora saraksta lauks",legend:"Saraksta laukÄ, lai pÄrvietotos uz nÄkoÅ¡o saraksta elementu nospiediet TAB vai pogu BultiÅa uz leju. Lai pÄrvietotos uz iepriekÅ¡Äjo saraksta elementu nospiediet SHIFT+TAB vai pogu BultiÅa uz augÅ¡u. Nospiediet SPACE vai ENTER lai izvÄlÄtos saraksta opcijas. Nospiediet ESC lai aizvÄrtu saraksta lauku."},{name:"Redaktora elementa ceļa josla",legend:"Nospiediet ${elementsPathFocus} lai pÄrvietotos uz elementa ceļa joslu. Lai pÄrvietotos uz nÄkoÅ¡o elementa pogu izmantojiet TAB vai Labo bultiÅu. Lai pÄrvietotos uz iepriekÅ¡Äjo elementa pogu izmantojiet SHIFT+TAB vai Kreiso bultiÅu. Nospiediet SPACE vai ENTER lai izvÄlÄtos elementu redaktorÄ."}]}, +{name:"Komandas",items:[{name:"Komanda atcelt darbÄ«bu",legend:"Nospiediet ${undo}"},{name:"Komanda atkÄrtot darbÄ«bu",legend:"Nospiediet ${redo}"},{name:"Treknraksta komanda",legend:"Nospiediet ${bold}"},{name:"KursÄ«va komanda",legend:"Nospiediet ${italic}"},{name:"ApakÅ¡svÄ«tras komanda ",legend:"Nospiediet ${underline}"},{name:"Hipersaites komanda",legend:"Nospiediet ${link}"},{name:"RÄ«kjoslas aizvÄrÅ¡anas komanda",legend:"Nospiediet ${toolbarCollapse}"},{name:"Piekļūt iepriekÅ¡Äjai fokusa vietas komandai", +legend:"Nospiediet ${accessPreviousSpace} lai piekļūtu tuvÄkajai nepieejamajai fokusa vietai pirms kursora. PiemÄram: diviem blakus esoÅ¡iem lÄ«nijas HR elementiem. AtkÄrtojiet taustiÅu kombinÄciju lai piekļūtu pie tÄlÄkÄm vietÄm."},{name:"Piekļūt nÄkoÅ¡Ä fokusa apgabala komandai",legend:"Nospiediet ${accessNextSpace} lai piekļūtu tuvÄkajai nepieejamajai fokusa vietai pÄc kursora. PiemÄram: diviem blakus esoÅ¡iem lÄ«nijas HR elementiem. AtkÄrtojiet taustiÅu kombinÄciju lai piekļūtu pie tÄlÄkÄm vietÄm."}, +{name:"PieejamÄ«bas palÄ«dzÄ«ba",legend:"Nospiediet ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1", +numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash", +graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js new file mode 100644 index 0000000..ad67570 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","mk",{title:"ÐнÑÑÑÑкÑии за пÑиÑÑапноÑÑ",contents:"СодÑжина на Ð´ÐµÐ»Ð¾Ñ Ð·Ð° помоÑ. Ðа да го заÑвоÑиÑе Ð¾Ð²Ð¾Ñ Ð´Ð¸Ñалог пÑиÑиÑнеÑе ESC.",legend:[{name:"ÐпÑÑо",items:[{name:"Ðени за ÑÑедÑваÑоÑ",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"ÐиÑÐ°Ð»Ð¾Ñ Ð·Ð° едиÑоÑоÑ", +legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"ÐонÑекÑÑ-мени на ÑÑедÑваÑоÑ",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."}, +{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."},{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]}, +{name:"ÐаÑедби",items:[{name:" Undo command",legend:"Press ${undo}"},{name:" Redo command",legend:"Press ${redo}"},{name:" Bold command",legend:"Press ${bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command",legend:"Press ${underline}"},{name:" Link command",legend:"Press ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"ÐаÑза",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Up",end:"End",home:"Home",leftArrow:"СÑÑелка лево", +upArrow:"СÑÑелка гоÑе",rightArrow:"СÑÑелка деÑно",downArrow:"СÑÑелка доле",insert:"Insert","delete":"Delete",leftWindowKey:"Ðево Windows копÑе",rightWindowKey:"ÐеÑно Windows копÑе",selectKey:"Select копÑе",numpad0:"ÐÑм. ÑаÑÑ. 0",numpad1:"ÐÑм. ÑаÑÑ. 1",numpad2:"ÐÑм. ÑаÑÑ. 2",numpad3:"ÐÑм. ÑаÑÑ. 3",numpad4:"ÐÑм. ÑаÑÑ. 4",numpad5:"ÐÑм. ÑаÑÑ. 5",numpad6:"ÐÑм. ÑаÑÑ. 6",numpad7:"ÐÑм. ÑаÑÑ. 7",numpad8:"ÐÑм. ÑаÑÑ. 8",numpad9:"ÐÑм. ÑаÑÑ. 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point", +divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash",graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js new file mode 100644 index 0000000..c889857 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","mn",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"ÐÑÓ©Ð½Ñ Ð¸Ð¹",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"Editor Context Menu",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]},{name:"Commands",items:[{name:" Undo command",legend:"Press ${undo}"},{name:" Redo command",legend:"Press ${redo}"},{name:" Bold command",legend:"Press ${bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command", +legend:"Press ${underline}"},{name:" Link command",legend:"Press ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1", +numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash", +graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js new file mode 100644 index 0000000..819372d --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","nb",{title:"Instruksjoner for tilgjengelighet",contents:"Innhold for hjelp. Trykk ESC for Ã¥ lukke denne dialogen.",legend:[{name:"Generelt",items:[{name:"Verktøylinje for editor",legend:"Trykk ${toolbarFocus} for Ã¥ navigere til verktøylinjen. Flytt til neste og forrige verktøylinjegruppe med TAB og SHIFT+TAB. Flytt til neste og forrige verktøylinjeknapp med HÃYRE PILTAST og VENSTRE PILTAST. Trykk MELLOMROM eller ENTER for Ã¥ aktivere verktøylinjeknappen."},{name:"Dialog for editor", +legend:"Mens du er i en dialog, trykk TAB for Ã¥ navigere til neste dialogelement, trykk SHIFT+TAB for Ã¥ flytte til forrige dialogelement, trykk ENTER for Ã¥ akseptere dialogen, trykk ESC for Ã¥ avbryte dialogen. NÃ¥r en dialog har flere faner, kan fanelisten nÃ¥s med enten ALT+F10 eller med TAB. NÃ¥r fanelisten er fokusert, gÃ¥r man til neste og forrige fane med henholdsvis HÃYRE og VENSTRE PILTAST."},{name:"Kontekstmeny for editor",legend:"Trykk ${contextMenu} eller MENYKNAPP for Ã¥ Ã¥pne kontekstmeny. GÃ¥ til neste alternativ i menyen med TAB eller PILTAST NED. GÃ¥ til forrige alternativ med SHIFT+TAB eller PILTAST OPP. Trykk MELLOMROM eller ENTER for Ã¥ velge menyalternativet. à pne undermenyen pÃ¥ valgt alternativ med MELLOMROM eller ENTER eller HÃYRE PILTAST. GÃ¥ tilbake til overordnet menyelement med ESC eller VENSTRE PILTAST. Lukk kontekstmenyen med ESC."}, +{name:"Listeboks for editor",legend:"I en listeboks, gÃ¥ til neste alternativ i listen med TAB eller PILTAST NED. GÃ¥ til forrige alternativ i listen med SHIFT+TAB eller PILTAST OPP. Trykk MELLOMROM eller ENTER for Ã¥ velge alternativet i listen. Trykk ESC for Ã¥ lukke listeboksen."},{name:"Verktøylinje for elementsti",legend:"Trykk ${elementsPathFocus} for Ã¥ navigere til verktøylinjen som viser elementsti. GÃ¥ til neste elementknapp med TAB eller HÃYRE PILTAST. GÃ¥ til forrige elementknapp med SHIFT+TAB eller VENSTRE PILTAST. Trykk MELLOMROM eller ENTER for Ã¥ velge elementet i editoren."}]}, +{name:"Hurtigtaster",items:[{name:"Angre",legend:"Trykk ${undo}"},{name:"Gjør om",legend:"Trykk ${redo}"},{name:"Fet tekst",legend:"Trykk ${bold}"},{name:"Kursiv tekst",legend:"Trykk ${italic}"},{name:"Understreking",legend:"Trykk ${underline}"},{name:"Lenke",legend:"Trykk ${link}"},{name:"Skjul verktøylinje",legend:"Trykk ${toolbarCollapse}"},{name:"GÃ¥ til forrige fokusomrÃ¥de",legend:"Trykk ${accessPreviousSpace} for Ã¥ komme til nærmeste fokusomrÃ¥de før skrivemarkøren som ikke kan nÃ¥s pÃ¥ vanlig mÃ¥te, for eksempel to tilstøtende HR-elementer. Gjenta tastekombinasjonen for Ã¥ komme til fokusomrÃ¥der lenger unna i dokumentet."}, +{name:"GÃ¥ til neste fokusomrÃ¥de",legend:"Trykk ${accessNextSpace} for Ã¥ komme til nærmeste fokusomrÃ¥de etter skrivemarkøren som ikke kan nÃ¥s pÃ¥ vanlig mÃ¥te, for eksempel to tilstøtende HR-elementer. Gjenta tastekombinasjonen for Ã¥ komme til fokusomrÃ¥der lenger unna i dokumentet."},{name:"Hjelp for tilgjengelighet",legend:"Trykk ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tabulator",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up", +pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Venstre piltast",upArrow:"Opp-piltast",rightArrow:"Høyre piltast",downArrow:"Ned-piltast",insert:"Insert","delete":"Delete",leftWindowKey:"Venstre Windows-tast",rightWindowKey:"Høyre Windows-tast",selectKey:"Velg nøkkel",numpad0:"Numerisk tastatur 0",numpad1:"Numerisk tastatur 1",numpad2:"Numerisk tastatur 2",numpad3:"Numerisk tastatur 3",numpad4:"Numerisk tastatur 4",numpad5:"Numerisk tastatur 5",numpad6:"Numerisk tastatur 6",numpad7:"Numerisk tastatur 7", +numpad8:"Numerisk tastatur 8",numpad9:"Numerisk tastatur 9",multiply:"Multipliser",add:"Legg til",subtract:"Trekk fra",decimalPoint:"Desimaltegn",divide:"Divider",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semikolon",equalSign:"Likhetstegn",comma:"Komma",dash:"Bindestrek",period:"Punktum",forwardSlash:"Forover skrÃ¥strek",graveAccent:"Grav aksent",openBracket:"à pne parentes",backSlash:"Bakover skrÃ¥strek", +closeBracket:"Lukk parentes",singleQuote:"Enkelt sitattegn"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js new file mode 100644 index 0000000..98e4652 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","nl",{title:"Toegankelijkheidsinstructies",contents:"Help-inhoud. Druk op ESC om dit dialoog te sluiten.",legend:[{name:"Algemeen",items:[{name:"Werkbalk tekstverwerker",legend:"Druk op ${toolbarFocus} om naar de werkbalk te navigeren. Om te schakelen naar de volgende en vorige werkbalkgroep, gebruik TAB en SHIFT+TAB. Om te schakelen naar de volgende en vorige werkbalkknop, gebruik de PIJL RECHTS en PIJL LINKS. Druk op SPATIE of ENTER om een werkbalkknop te activeren."}, +{name:"Dialoog tekstverwerker",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Contextmenu tekstverwerker",legend:"Druk op ${contextMenu} of APPLICATION KEY om het contextmenu te openen. Schakel naar de volgende menuoptie met TAB of PIJL OMLAAG. Schakel naar de vorige menuoptie met SHIFT+TAB of PIJL OMHOOG. Druk op SPATIE of ENTER om een menuoptie te selecteren. Op een submenu van de huidige optie met SPATIE, ENTER of PIJL RECHTS. Ga terug naar de bovenliggende menuoptie met ESC of PIJL LINKS. Sluit het contextmenu met ESC."}, +{name:"Keuzelijst tekstverwerker",legend:"In een keuzelijst, schakel naar het volgende item met TAB of PIJL OMLAAG. Schakel naar het vorige item met SHIFT+TAB of PIJL OMHOOG. Druk op SPATIE of ENTER om het item te selecteren. Druk op ESC om de keuzelijst te sluiten."},{name:"Elementenpad werkbalk tekstverwerker",legend:"Druk op ${elementsPathFocus} om naar het elementenpad te navigeren. Om te schakelen naar het volgende element, gebruik TAB of PIJL RECHTS. Om te schakelen naar het vorige element, gebruik SHIFT+TAB or PIJL LINKS. Druk op SPATIE of ENTER om een element te selecteren in de tekstverwerker."}]}, +{name:"Opdrachten",items:[{name:"Ongedaan maken opdracht",legend:"Druk op ${undo}"},{name:"Opnieuw uitvoeren opdracht",legend:"Druk op ${redo}"},{name:"Vetgedrukt opdracht",legend:"Druk op ${bold}"},{name:"Cursief opdracht",legend:"Druk op ${italic}"},{name:"Onderstrepen opdracht",legend:"Druk op ${underline}"},{name:"Link opdracht",legend:"Druk op ${link}"},{name:"Werkbalk inklappen opdracht",legend:"Druk op ${toolbarCollapse}"},{name:"Ga naar vorige focus spatie commando",legend:"Druk ${accessPreviousSpace} om toegang te verkrijgen tot de dichtstbijzijnde onbereikbare focus spatie voor de caret, bijvoorbeeld: twee aangrenzende HR elementen. Herhaal de toetscombinatie om de verste focus spatie te bereiken."}, +{name:"Ga naar volgende focus spatie commando",legend:"Druk ${accessNextSpace} om toegang te verkrijgen tot de dichtstbijzijnde onbereikbare focus spatie na de caret, bijvoorbeeld: twee aangrenzende HR elementen. Herhaal de toetscombinatie om de verste focus spatie te bereiken."},{name:"Toegankelijkheidshulp",legend:"Druk op ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down", +end:"End",home:"Home",leftArrow:"Pijl naar links",upArrow:"Pijl omhoog",rightArrow:"Pijl naar rechts",downArrow:"Pijl naar beneden",insert:"Invoegen","delete":"Verwijderen",leftWindowKey:"Linker Windows-toets",rightWindowKey:"Rechter Windows-toets",selectKey:"Selecteer toets",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Vermenigvuldigen",add:"Toevoegen", +subtract:"Aftrekken",decimalPoint:"Decimaalteken",divide:"Delen",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Puntkomma",equalSign:"Is gelijk-teken",comma:"Komma",dash:"Koppelteken",period:"Punt",forwardSlash:"Slash",graveAccent:"Accent grave",openBracket:"Vierkant haakje openen",backSlash:"Backslash",closeBracket:"Vierkant haakje sluiten",singleQuote:"Apostrof"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/no.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/no.js new file mode 100644 index 0000000..4fb70dd --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/no.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","no",{title:"Instruksjoner for tilgjengelighet",contents:"Innhold for hjelp. Trykk ESC for Ã¥ lukke denne dialogen.",legend:[{name:"Generelt",items:[{name:"Verktøylinje for editor",legend:"Trykk ${toolbarFocus} for Ã¥ navigere til verktøylinjen. Flytt til neste og forrige verktøylinjegruppe med TAB og SHIFT+TAB. Flytt til neste og forrige verktøylinjeknapp med HÃYRE PILTAST og VENSTRE PILTAST. Trykk MELLOMROM eller ENTER for Ã¥ aktivere verktøylinjeknappen."},{name:"Dialog for editor", +legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Kontekstmeny for editor",legend:"Trykk ${contextMenu} eller MENYKNAPP for Ã¥ Ã¥pne kontekstmeny. GÃ¥ til neste alternativ i menyen med TAB eller PILTAST NED. GÃ¥ til forrige alternativ med SHIFT+TAB eller PILTAST OPP. Trykk MELLOMROM eller ENTER for Ã¥ velge menyalternativet. à pne undermenyen pÃ¥ valgt alternativ med MELLOMROM eller ENTER eller HÃYRE PILTAST. GÃ¥ tilbake til overordnet menyelement med ESC eller VENSTRE PILTAST. Lukk kontekstmenyen med ESC."}, +{name:"Listeboks for editor",legend:"I en listeboks, gÃ¥ til neste alternativ i listen med TAB eller PILTAST NED. GÃ¥ til forrige alternativ i listen med SHIFT+TAB eller PILTAST OPP. Trykk MELLOMROM eller ENTER for Ã¥ velge alternativet i listen. Trykk ESC for Ã¥ lukke listeboksen."},{name:"Verktøylinje for elementsti",legend:"Trykk ${elementsPathFocus} for Ã¥ navigere til verktøylinjen som viser elementsti. GÃ¥ til neste elementknapp med TAB eller HÃYRE PILTAST. GÃ¥ til forrige elementknapp med SHIFT+TAB eller VENSTRE PILTAST. Trykk MELLOMROM eller ENTER for Ã¥ velge elementet i editoren."}]}, +{name:"Kommandoer",items:[{name:"Angre",legend:"Trykk ${undo}"},{name:"Gjør om",legend:"Trykk ${redo}"},{name:"Fet tekst",legend:"Trykk ${bold}"},{name:"Kursiv tekst",legend:"Trykk ${italic}"},{name:"Understreking",legend:"Trykk ${underline}"},{name:"Link",legend:"Trykk ${link}"},{name:"Skjul verktøylinje",legend:"Trykk ${toolbarCollapse}"},{name:"GÃ¥ til forrige fokusomrÃ¥de",legend:"Trykk ${accessPreviousSpace} for Ã¥ komme til nærmeste fokusomrÃ¥de før skrivemarkøren som ikke kan nÃ¥s pÃ¥ vanlig mÃ¥te, for eksempel to tilstøtende HR-elementer. Gjenta tastekombinasjonen for Ã¥ komme til fokusomrÃ¥der lenger unna i dokumentet."}, +{name:"GÃ¥ til neste fokusomrÃ¥de",legend:"Trykk ${accessNextSpace} for Ã¥ komme til nærmeste fokusomrÃ¥de etter skrivemarkøren som ikke kan nÃ¥s pÃ¥ vanlig mÃ¥te, for eksempel to tilstøtende HR-elementer. Gjenta tastekombinasjonen for Ã¥ komme til fokusomrÃ¥der lenger unna i dokumentet."},{name:"Hjelp for tilgjengelighet",legend:"Trykk ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down", +end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point", +divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash",graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js new file mode 100644 index 0000000..33580a2 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","pl",{title:"Instrukcje dotyczÄ ce dostÄpnoÅci",contents:"ZawartoÅÄ pomocy. WciÅnij ESC, aby zamknÄ Ä to okno.",legend:[{name:"Informacje ogólne",items:[{name:"Pasek narzÄdzi edytora",legend:"NaciÅnij ${toolbarFocus}, by przejÅÄ do paska narzÄdzi. Przejdź do nastÄpnej i poprzedniej grupy narzÄdzi używajÄ c TAB oraz SHIFT+TAB. Przejdź do nastÄpnego i poprzedniego przycisku paska narzÄdzi za pomocÄ STRZAÅKI W PRAWO lub STRZAÅKI W LEWO. NaciÅnij SPACJÄ lub ENTER by aktywowaÄ przycisk paska narzÄdzi."}, +{name:"Okno dialogowe edytora",legend:"WewnÄ trz okna dialogowego naciÅnij TAB, by przejÅÄ do kolejnego elementu tego okna lub SHIFT+TAB, by przejÅÄ do poprzedniego elementu okna. NaciÅnij ENTER w celu zatwierdzenia opcji okna dialogowego lub ESC w celu anulowania zmian. JeÅli okno dialogowe ma kilka zakÅadek, do listy zakÅadek można przejÅÄ za pomocÄ ALT+F10 lub TAB. Gdy lista zakÅadek jest aktywna, możesz przejÅÄ do kolejnej i poprzedniej zakÅadki za pomocÄ STRZAÅKI W PRAWO i STRZAÅKI W LEWO."}, +{name:"Menu kontekstowe edytora",legend:"WciÅnij ${contextMenu} lub PRZYCISK APLIKACJI aby otworzyÄ menu kontekstowe. Przejdź do nastÄpnej pozycji menu wciskajÄ c TAB lub STRZAÅKÄ W DÃÅ. Przejdź do poprzedniej pozycji menu wciskajÄ c SHIFT + TAB lub STRZAÅKÄ W GÃRÄ. WciÅnij SPACJÄ lub ENTER aby wygraÄ pozycjÄ menu. Otwórz pod-menu obecnej pozycji wciskajÄ c SPACJÄ lub ENTER lub STRZAÅKÄ W PRAWO. WrÃ³Ä do pozycji nadrzÄdnego menu wciskajÄ c ESC lub STRZAÅKÄ W LEWO. Zamknij menu wciskajÄ c ESC."},{name:"Lista w edytorze", +legend:"WewnÄ trz listy przejdź do kolejnego elementu listy za pomocÄ przycisku TAB lub STRZAÅKI W DÃÅ. Przejdź do poprzedniego elementu listy za pomocÄ SHIFT+TAB lub STRZAÅKI W GÃRÄ. NaciÅnij SPACJÄ lub ENTER w celu wybrania opcji z listy. NaciÅnij ESC, by zamknÄ Ä listÄ."},{name:"Pasek Åcieżki elementów edytora",legend:"NaciÅnij ${elementsPathFocus} w celu przejÅcia do paska Åcieżki elementów edytora. W celu przejÅcia do kolejnego elementu naciÅnij klawisz TAB lub STRZAÅKI W PRAWO. W celu przejÅcia do poprzedniego elementu naciÅnij klawisze SHIFT+TAB lub STRZAÅKI W LEWO. By wybraÄ element w edytorze, użyj klawisza SPACJI lub ENTER."}]}, +{name:"Polecenia",items:[{name:"Polecenie Cofnij",legend:"NaciÅnij ${undo}"},{name:"Polecenie Ponów",legend:"NaciÅnij ${redo}"},{name:"Polecenie Pogrubienie",legend:"NaciÅnij ${bold}"},{name:"Polecenie Kursywa",legend:"NaciÅnij ${italic}"},{name:"Polecenie PodkreÅlenie",legend:"NaciÅnij ${underline}"},{name:"Polecenie Wstaw/ edytuj odnoÅnik",legend:"NaciÅnij ${link}"},{name:"Polecenie schowaj pasek narzÄdzi",legend:"NaciÅnij ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:"Pomoc dotyczÄ ca dostÄpnoÅci",legend:"NaciÅnij ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"StrzaÅka w lewo", +upArrow:"StrzaÅka w górÄ",rightArrow:"StrzaÅka w prawo",downArrow:"StrzaÅka w dóÅ",insert:"Insert","delete":"Delete",leftWindowKey:"Lewy klawisz Windows",rightWindowKey:"Prawy klawisz Windows",selectKey:"Klawisz wyboru",numpad0:"Klawisz 0 na klawiaturze numerycznej",numpad1:"Klawisz 1 na klawiaturze numerycznej",numpad2:"Klawisz 2 na klawiaturze numerycznej",numpad3:"Klawisz 3 na klawiaturze numerycznej",numpad4:"Klawisz 4 na klawiaturze numerycznej",numpad5:"Klawisz 5 na klawiaturze numerycznej", +numpad6:"Klawisz 6 na klawiaturze numerycznej",numpad7:"Klawisz 7 na klawiaturze numerycznej",numpad8:"Klawisz 8 na klawiaturze numerycznej",numpad9:"Klawisz 9 na klawiaturze numerycznej",multiply:"Przemnóż",add:"Plus",subtract:"Minus",decimalPoint:"Separator dziesiÄtny",divide:"Podziel",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Årednik",equalSign:"Znak równoÅci",comma:"Przecinek",dash:"Pauza", +period:"Kropka",forwardSlash:"UkoÅnik prawy",graveAccent:"Akcent sÅaby",openBracket:"Nawias kwadratowy otwierajÄ cy",backSlash:"UkoÅnik lewy",closeBracket:"Nawias kwadratowy zamykajÄ cy",singleQuote:"Apostrof"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js new file mode 100644 index 0000000..1cf81f7 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","pt-br",{title:"Instruções de Acessibilidade",contents:"Conteúdo da Ajuda. Para fechar este diálogo pressione ESC.",legend:[{name:"Geral",items:[{name:"Barra de Ferramentas do Editor",legend:"Pressione ${toolbarFocus} para navegar para a barra de ferramentas. Mova para o anterior ou próximo grupo de ferramentas com TAB e SHIFT+TAB. Mova para o anterior ou próximo botão com SETA PARA DIREITA or SETA PARA ESQUERDA. Pressione ESPAÃO ou ENTER para ativar o botão da barra de ferramentas."}, +{name:"Diálogo do Editor",legend:"Dentro de um diálogo, pressione TAB para navegar para o próximo elemento. Pressione SHIFT+TAB para mover para o elemento anterior. Pressione ENTER ara enviar o diálogo. pressione ESC para cancelar o diálogo. Quando um diálogo tem múltiplas abas, a lista de abas pode ser acessada com ALT+F10 ou TAB, como parte da ordem de tabulação do diálogo. Com a lista de abas em foco, mova para a próxima aba e para a aba anterior com a SETA DIREITA ou SETA ESQUERDA, respectivamente."}, +{name:"Menu de Contexto do Editor",legend:"Pressione ${contextMenu} ou TECLA DE MENU para abrir o menu de contexto, então mova para a próxima opção com TAB ou SETA PARA BAIXO. Mova para a anterior com SHIFT+TAB ou SETA PARA CIMA. Pressione ESPAÃO ou ENTER para selecionar a opção do menu. Abra o submenu da opção atual com ESPAÃO ou ENTER ou SETA PARA DIREITA. Volte para o menu pai com ESC ou SETA PARA ESQUERDA. Feche o menu de contexto com ESC."},{name:"Caixa de Lista do Editor",legend:"Dentro de uma caixa de lista, mova para o próximo item com TAB ou SETA PARA BAIXO. Mova para o item anterior com SHIFT+TAB ou SETA PARA CIMA. Pressione ESPAÃO ou ENTER para selecionar uma opção na lista. Pressione ESC para fechar a caixa de lista."}, +{name:"Barra de Caminho do Elementos do Editor",legend:"Pressione ${elementsPathFocus} para a barra de caminho dos elementos. Mova para o próximo botão de elemento com TAB ou SETA PARA DIREITA. Mova para o botão anterior com SHIFT+TAB ou SETA PARA ESQUERDA. Pressione ESPAÃO ou ENTER para selecionar o elemento no editor."}]},{name:"Comandos",items:[{name:" Comando Desfazer",legend:"Pressione ${undo}"},{name:" Comando Refazer",legend:"Pressione ${redo}"},{name:" Comando Negrito",legend:"Pressione ${bold}"}, +{name:" Comando Itálico",legend:"Pressione ${italic}"},{name:" Comando Sublinhado",legend:"Pressione ${underline}"},{name:" Comando Link",legend:"Pressione ${link}"},{name:" Comando Fechar Barra de Ferramentas",legend:"Pressione ${toolbarCollapse}"},{name:"Acessar o comando anterior de spaço de foco",legend:"Pressione ${accessNextSpace} para acessar o espaço de foco não alcançável mais próximo antes do cursor, por exemplo: dois elementos HR adjacentes. Repita a combinação de teclas para alcançar espaços de foco distantes."}, +{name:"Acessar próximo fomando de spaço de foco",legend:"Pressione ${accessNextSpace} para acessar o espaço de foco não alcançável mais próximo após o cursor, por exemplo: dois elementos HR adjacentes. Repita a combinação de teclas para alcançar espaços de foco distantes."},{name:" Ajuda de Acessibilidade",legend:"Pressione ${a11yHelp}"}]}],backspace:"Tecla Backspace",tab:"Tecla Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up", +pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Seta à Esquerda",upArrow:"Seta à Cima",rightArrow:"Seta à Direita",downArrow:"Seta à Baixo",insert:"Insert","delete":"Delete",leftWindowKey:"Tecla do Windows Esquerda",rightWindowKey:"Tecla do Windows Direita",selectKey:"Tecla Selecionar",numpad0:"0 do Teclado Numérico",numpad1:"1 do Teclado Numérico",numpad2:"2 do Teclado Numérico",numpad3:"3 do Teclado Numérico",numpad4:"4 do Teclado Numérico",numpad5:"5 do Teclado Numérico",numpad6:"6 do Teclado Numérico", +numpad7:"7 do Teclado Numérico",numpad8:"8 do Teclado Numérico",numpad9:"9 do Teclado Numérico",multiply:"Multiplicar",add:"Mais",subtract:"Subtrair",decimalPoint:"Ponto",divide:"Dividir",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Ponto-e-vÃrgula",equalSign:"Igual",comma:"VÃrgula",dash:"HÃfen",period:"Ponto",forwardSlash:"Barra",graveAccent:"Acento Grave",openBracket:"Abrir Conchetes", +backSlash:"Contra-barra",closeBracket:"Fechar Colchetes",singleQuote:"Aspas Simples"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js new file mode 100644 index 0000000..620dcbe --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","pt",{title:"Instruções de acessibilidade",contents:"Conteúdo de ajuda. Use a tecla ESC para fechar esta janela.",legend:[{name:"Geral",items:[{name:"Barra de ferramentas do editor",legend:"Clique em ${toolbarFocus} para navegar para a barra de ferramentas. Vá para o grupo da barra de ferramentas anterior e seguinte com TAB e SHIFT+TAB. Vá para o botão da barra de ferramentas anterior com a SETA DIREITA ou ESQUERDA. Pressione ESPAÃO ou ENTER para ativar o botão da barra de ferramentas."}, +{name:"Janela do Editor",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Menu de Contexto do Editor",legend:"Clique em ${contextMenu} ou TECLA APLICAÃÃO para abrir o menu de contexto. Depois vá para a opção do menu seguinte com TAB ou SETA PARA BAIXO. Vá para a opção anterior com SHIFT+TAB ou SETA PARA CIMA. Pressione ESPAÃO ou ENTER para selecionar a opção do menu. Abra o submenu da opção atual com ESPAÃO, ENTER ou SETA DIREITA. GVá para o item do menu parente com ESC ou SETA ESQUERDA. Feche o menu de contexto com ESC."}, +{name:"Editor de caixa em lista",legend:"Dentro da caixa da lista, vá para o itemda lista seguinte com TAB ou SETA PARA BAIXO. Move Vá parao item da lista anterior com SHIFT+TAB ou SETA PARA BAIXO. Pressione ESPAÃO ou ENTER para selecionar a opção da lista. Pressione ESC para fechar a caisa da lista."},{name:"Caminho Barra Elemento Editor",legend:"Clique em ${elementsPathFocus} para navegar para a barra do caminho dos elementos. Vá para o botão do elemento seguinte com TAB ou SETA DIREITA. Vá para o botão anterior com SHIFT+TAB ou SETA ESQUERDA. Pressione ESPAÃO ou ENTER para selecionar o elemento no editor."}]}, +{name:"Comandos",items:[{name:"Comando de Anular",legend:"Carregar ${undo}"},{name:"Comando de Refazer",legend:"Pressione ${redo}"},{name:"Comando de Negrito",legend:"Pressione ${bold}"},{name:"Comando de Itálico",legend:"Pressione ${italic}"},{name:"Comando de Sublinhado",legend:"Pressione ${underline}"},{name:"Comando de Hiperligação",legend:"Pressione ${link}"},{name:"Comando de Ocultar Barra de Ferramentas",legend:"Pressione ${toolbarCollapse}"},{name:"Acesso comando do espaço focus anterior", +legend:"Clique em ${accessPreviousSpace} para aceder ao espaço do focos inalcançável mais perto antes do sinal de omissão, por exemplo: dois elementos HR adjacentes. Repetir a combinação da chave para alcançar os espaços dos focos distantes."},{name:"Acesso comando do espaço focus seguinte",legend:"Pressione ${accessNextSpace} para aceder ao espaço do focos inalcançável mais perto depois do sinal de omissão, por exemplo: dois elementos HR adjacentes. Repetir a combinação da chave para alcançar os espaços dos focos distantes."}, +{name:"Ajuda a acessibilidade",legend:"Pressione ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pausa",capslock:"Maiúsculas",escape:"Esc",pageUp:"Page Up",pageDown:"Page Down",end:"Fim",home:"Entrada",leftArrow:"Seta esquerda",upArrow:"Seta para cima",rightArrow:"Seta direita",downArrow:"Seta para baixo",insert:"Inserir","delete":"Eliminar",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0", +numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiplicar",add:"Adicionar",subtract:"Subtrair",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"VÃrgula",dash:"Dash",period:"Period", +forwardSlash:"Forward Slash",graveAccent:"Acento grave",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js new file mode 100644 index 0000000..a92f60f --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","ro",{title:"InstrucÈiuni de accesibilitate",contents:"Cuprins. Pentru a închide acest dialog, apÄsaÈi tasta ESC.",legend:[{name:"General",items:[{name:"EditeazÄ bara instrumente.",legend:"ApasÄ ${toolbarFocus} pentru a naviga prin bara de instrumente. Pentru a te miÈca prin grupurile de instrumente foloseÈte tastele TAB Èi SHIFT+TAB. Pentru a te miÈca intre diverse instrumente foloseÈte tastele SÄGEATÄ DREAPTA sau SÄGEATÄ STÃNGA. ApasÄ butonul SPAÈIU sau ENTER pentru activarea instrumentului."}, +{name:"Dialog editor",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Editor meniu contextual",legend:"ApasÄ ${contextMenu} sau TASTA MENIU pentru a deschide meniul contextual. Treci la urmÄtoarea opÈiune din meniu cu TAB sau SÄGEATÄ JOS. Treci la opÈiunea anterioarÄ cu SHIFT+TAB sau SÄGEATÄ SUS. ApasÄ SPAÈIU sau ENTER pentru a selecta opÈiunea din meniu. Deschide sub-meniul opÈiunii curente cu SPAÈIU sau ENTER sau SÄGEATÄ DREAPTA. Revino la elementul din meniul pÄrinte cu ESC sau SÄGEATÄ STÃNGA. Ãnchide meniul de context cu ESC."}, +{name:"Editor CasetÄ ListÄ",legend:"Ãn interiorul unei liste, treci la urmÄtorull element cu TAB sau SÄGEATÄ JOS. Treci la elementul anterior din listÄ cu SHIFT+TAB sau SÄGEATÄ SUS. ApasÄ SPAÈIU sau ENTER pentru a selecta opÈiunea din listÄ. ApasÄ ESC pentru a închide lista."},{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]}, +{name:"Comenzi",items:[{name:" Undo command",legend:"ApasÄ ${undo}"},{name:"Comanda precedentÄ",legend:"ApasÄ ${redo}"},{name:"Comanda ÃngroÈat",legend:"ApasÄ ${bold}"},{name:"Comanda Inclinat",legend:"ApasÄ ${italic}"},{name:"Comanda Subliniere",legend:"ApasÄ ${underline}"},{name:"Comanda LegaturÄ",legend:"ApasÄ ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow", +upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3", +f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash",graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js new file mode 100644 index 0000000..667c872 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","ru",{title:"ÐоÑÑÑие клавиÑи",contents:"ÐомоÑÑ. ÐÐ»Ñ Ð·Ð°ÐºÑÑÑÐ¸Ñ ÑÑого окна нажмиÑе ESC.",legend:[{name:"ÐÑновное",items:[{name:"ÐÐ°Ð½ÐµÐ»Ñ Ð¸Ð½ÑÑÑÑменÑов",legend:"ÐажмиÑе ${toolbarFocus} Ð´Ð»Ñ Ð¿ÐµÑÐµÑ Ð¾Ð´Ð° к панели инÑÑÑÑменÑов. ÐÐ»Ñ Ð¿ÐµÑемеÑÐµÐ½Ð¸Ñ Ð¼ÐµÐ¶Ð´Ñ Ð³ÑÑппами панели инÑÑÑÑменÑов иÑполÑзÑйÑе TAB и SHIFT+TAB. ÐÐ»Ñ Ð¿ÐµÑемеÑÐµÐ½Ð¸Ñ Ð¼ÐµÐ¶Ð´Ñ ÐºÐ½Ð¾Ð¿ÐºÐ°Ð¼Ð¸ панели иÑÑÑÑменÑов иÑполÑзÑйÑе кнопки ÐÐÐ ÐÐРили ÐÐÐÐÐ. ÐажмиÑе ÐÐ ÐÐÐРили ENTER Ð´Ð»Ñ Ð·Ð°Ð¿ÑÑка кнопки панели инÑÑÑÑменÑов."},{name:"Ðиалоги",legend:'ÐнÑÑÑи диалога, нажмиÑе TAB ÑÑÐ¾Ð±Ñ Ð¿ÐµÑейÑи к ÑледÑÑÑÐµÐ¼Ñ ÑлеменÑÑ Ð´Ð¸Ð°Ð»Ð¾Ð³Ð°, нажмиÑе SHIFT+TAB ÑÑÐ¾Ð±Ñ Ð¿ÐµÑейÑи к пÑедÑдÑÑÐµÐ¼Ñ ÑлеменÑÑ Ð´Ð¸Ð°Ð»Ð¾Ð³Ð°, нажмиÑе ENTER ÑÑÐ¾Ð±Ñ Ð¾ÑпÑавиÑÑ Ð´Ð¸Ð°Ð»Ð¾Ð³, нажмиÑе ESC ÑÑÐ¾Ð±Ñ Ð¾ÑмениÑÑ Ð´Ð¸Ð°Ð»Ð¾Ð³. Ðогда диалоговое окно Ð¸Ð¼ÐµÐµÑ Ð½ÐµÑколÑко вкладок, полÑÑиÑÑ Ð´Ð¾ÑÑÑп к панели вкладок как ÑаÑÑи диалога можно нажаÑием или ÑоÑеÑÐ°Ð½Ð¸Ñ ALT+F10 или TAB, пÑи ÑÑом акÑивнÑе ÑлеменÑÑ Ð´Ð¸Ð°Ð»Ð¾Ð³Ð° бÑдÑÑ Ð¿ÐµÑебиÑаÑÑÑÑ Ñ ÑÑеÑом поÑÑдка ÑабÑлÑÑии. ÐÑи акÑивной панели вкладок, пеÑÐµÑ Ð¾Ð´ к ÑледÑÑÑей или пÑедÑдÑÑей вкладке оÑÑÑеÑÑвлÑеÑÑÑ Ð½Ð°Ð¶Ð°Ñием ÑÑÑелки "ÐÐÐ ÐÐÐ" или ÑÑÑелки "ÐÐÐÐÐ" ÑооÑвеÑÑÑвенно.'}, +{name:"ÐонÑекÑÑное менÑ",legend:'ÐажмиÑе ${contextMenu} или клавиÑÑ APPLICATION, ÑÑÐ¾Ð±Ñ Ð¾ÑкÑÑÑÑ ÐºÐ¾Ð½ÑекÑÑное менÑ. ÐаÑем пеÑейдиÑе к ÑледÑÑÑÐµÐ¼Ñ Ð¿ÑнкÑÑ Ð¼ÐµÐ½Ñ Ñ Ð¿Ð¾Ð¼Ð¾ÑÑÑ TAB или ÑÑÑелкой "ÐÐÐÐ". ÐеÑÐµÑ Ð¾Ð´ к пÑедÑдÑÑей опÑии - SHIFT+TAB или ÑÑÑелкой "ÐÐÐРХ". ÐажмиÑе SPACE, или ENTER, ÑÑÐ¾Ð±Ñ Ð·Ð°Ð´ÐµÐ¹ÑÑвоваÑÑ Ð¾Ð¿ÑÐ¸Ñ Ð¼ÐµÐ½Ñ. ÐÑкÑÑÑÑ Ð¿Ð¾Ð´Ð¼ÐµÐ½Ñ ÑекÑÑей опÑии - SPACE или ENTER или ÑÑÑелкой "ÐÐÐ ÐÐÐ". ÐозвÑÐ°Ñ Ðº ÑодиÑелÑÑÐºÐ¾Ð¼Ñ Ð¿ÑнкÑÑ Ð¼ÐµÐ½Ñ - ESC или ÑÑÑелкой "ÐÐÐÐÐ". ÐакÑÑÑие конÑекÑÑного Ð¼ÐµÐ½Ñ - ESC.'},{name:"РедакÑÐ¾Ñ ÑпиÑка", +legend:'ÐнÑÑÑи окна ÑпиÑка, пеÑÐµÑ Ð¾Ð´ к ÑледÑÑÑÐµÐ¼Ñ Ð¿ÑнкÑÑ ÑпиÑка - TAB или ÑÑÑелкой "ÐÐÐÐ". ÐеÑÐµÑ Ð¾Ð´ к пÑедÑдÑÑÐµÐ¼Ñ Ð¿ÑнкÑÑ ÑпиÑка - SHIFT+TAB или ÑÑÑелкой "ÐÐÐРХ". ÐажмиÑе SPACE, или ENTER, ÑÑÐ¾Ð±Ñ Ð·Ð°Ð´ÐµÐ¹ÑÑвоваÑÑ Ð¾Ð¿ÑÐ¸Ñ ÑпиÑка. ÐажмиÑе ESC, ÑÑÐ¾Ð±Ñ Ð·Ð°ÐºÑÑÑÑ Ð¾ÐºÐ½Ð¾ ÑпиÑка.'},{name:"ÐÑÑÑ Ðº ÑлеменÑÑ",legend:'ÐажмиÑе ${elementsPathFocus}, ÑÑÐ¾Ð±Ñ Ð¿ÐµÑейÑи к панели пÑÑи ÑлеменÑов. ÐеÑÐµÑ Ð¾Ð´ к ÑледÑÑÑей кнопке ÑлеменÑа - TAB или ÑÑÑелкой "ÐÐÐ ÐÐÐ". ÐеÑÐµÑ Ð¾Ð´ к пÑедÑдÑÑей ÐºÐ½Ð¾Ð¿ÐºÑ - SHIFT+TAB или ÑÑÑелкой "ÐÐÐÐÐ". ÐажмиÑе SPACE, или ENTER, ÑÑÐ¾Ð±Ñ Ð²ÑбÑаÑÑ ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ð² ÑедакÑоÑе.'}]}, +{name:"ÐомандÑ",items:[{name:"ÐÑмениÑÑ",legend:"ÐажмиÑе ${undo}"},{name:"ÐовÑоÑиÑÑ",legend:"ÐажмиÑе ${redo}"},{name:"ÐолÑжиÑнÑй",legend:"ÐажмиÑе ${bold}"},{name:"ÐÑÑÑив",legend:"ÐажмиÑе ${italic}"},{name:"ÐодÑеÑкнÑÑÑй",legend:"ÐажмиÑе ${underline}"},{name:"ÐипеÑÑÑÑлка",legend:"ÐажмиÑе ${link}"},{name:"СвеÑнÑÑÑ Ð¿Ð°Ð½ÐµÐ»Ñ Ð¸Ð½ÑÑÑÑменÑов",legend:"ÐажмиÑе ${toolbarCollapse}"},{name:"ÐÐ¾Ð¼Ð°Ð½Ð´Ñ Ð´Ð¾ÑÑÑпа к пÑедÑдÑÑÐµÐ¼Ñ ÑокÑÑÐ½Ð¾Ð¼Ñ Ð¿ÑоÑÑÑанÑÑвÑ",legend:'ÐажмиÑе ${accessPreviousSpace}, ÑÑÐ¾Ð±Ñ Ð¾Ð±ÑаÑиÑÑÑÑ Ðº ближайÑÐµÐ¼Ñ Ð½ÐµÐ´Ð¾ÑÑÐ¸Ð¶Ð¸Ð¼Ð¾Ð¼Ñ ÑокÑÑÐ½Ð¾Ð¼Ñ Ð¿ÑоÑÑÑанÑÑÐ²Ñ Ð¿ÐµÑед Ñимволом "^", напÑимеÑ: два ÑмежнÑÑ HR ÑлеменÑа. ÐовÑоÑиÑе комбинаÑÐ¸Ñ ÐºÐ»Ð°Ð²Ð¸Ñ, ÑÑÐ¾Ð±Ñ Ð´Ð¾ÑÑиÑÑ Ð¾ÑдаленнÑÑ ÑокÑÑнÑÑ Ð¿ÑоÑÑÑанÑÑв.'}, +{name:"ÐÐ¾Ð¼Ð°Ð½Ð´Ñ Ð´Ð¾ÑÑÑпа к ÑледÑÑÑÐµÐ¼Ñ ÑокÑÑÐ½Ð¾Ð¼Ñ Ð¿ÑоÑÑÑанÑÑвÑ",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:"СпÑавка по гоÑÑÑим клавиÑам",legend:"ÐажмиÑе ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Esc",pageUp:"Page Up",pageDown:"Page Down",end:"End", +home:"Home",leftArrow:"СÑÑелка влево",upArrow:"СÑÑелка ввеÑÑ ",rightArrow:"СÑÑелка впÑаво",downArrow:"СÑÑелка вниз",insert:"Insert","delete":"Delete",leftWindowKey:"ÐÐµÐ²Ð°Ñ ÐºÐ»Ð°Ð²Ð¸Ñа Windows",rightWindowKey:"ÐÑÐ°Ð²Ð°Ñ ÐºÐ»Ð°Ð²Ð¸Ñа Windows",selectKey:"ÐÑбÑаÑÑ",numpad0:"ЦиÑÑа 0",numpad1:"ЦиÑÑа 1",numpad2:"ЦиÑÑа 2",numpad3:"ЦиÑÑа 3",numpad4:"ЦиÑÑа 4",numpad5:"ЦиÑÑа 5",numpad6:"ЦиÑÑа 6",numpad7:"ЦиÑÑа 7",numpad8:"ЦиÑÑа 8",numpad9:"ЦиÑÑа 9",multiply:"УмножиÑÑ",add:"ÐлÑÑ",subtract:"ÐÑÑеÑÑÑ",decimalPoint:"ÐеÑÑÑиÑÐ½Ð°Ñ ÑоÑка", +divide:"ÐелиÑÑ",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"ТоÑка Ñ Ð·Ð°Ð¿ÑÑой",equalSign:"Равно",comma:"ÐапÑÑаÑ",dash:"ТиÑе",period:"ТоÑка",forwardSlash:"ÐÐ°ÐºÐ»Ð¾Ð½Ð½Ð°Ñ ÑеÑÑа",graveAccent:"ÐпоÑÑÑоÑ",openBracket:"ÐÑкÑÑÑÑ ÑкобкÑ",backSlash:"ÐбÑаÑÐ½Ð°Ñ Ð½Ð°ÐºÐ»Ð¾Ð½Ð½Ð°Ñ ÑеÑÑа",closeBracket:"ÐакÑÑÑÑ ÑкобкÑ",singleQuote:"ÐдинаÑÐ½Ð°Ñ ÐºÐ°Ð²ÑÑка"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/si.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/si.js new file mode 100644 index 0000000..56b5b92 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/si.js @@ -0,0 +1,10 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","si",{title:"à· à¶à· à·à·à¶ºà·à·à¶à· ",contents:"à¶à¶¯à·à· à·à¶³à·à· à¶ à¶±à·à¶à¶»à·à¶à¶à¶º.à¶±à·à¶à·à¶¸à¶ºà·à¶¸à¶§ ESC à¶¶à·à¶à·à¶à¶¸ à¶à¶¶à¶±à·à¶±",legend:[{name:"à¶´à·à¶¯à· à¶à¶»à·à¶«à·",items:[{name:"à·à¶à·à·à¶à¶»à¶« මà·à·à¶½à¶¸à· ",legend:"à¶à¶¶à¶±à·à¶± ${මà·à·à¶½à¶¸à· à¶à·à¶»à· à¶ à·à¶°à·à¶±à¶º} මà·à·à¶½à¶¸à· à¶à·à¶»à·à·à· à¶à·à· මà·à·à· යà·à¶¸à¶§.à¶à¶¯à·à¶»à·à¶ºà¶§ යà·à¶¸à¶§ à·à· à¶à¶´à·à· යà·à¶¸à¶§ මà·à·à¶½à¶¸à· à¶à·à¶»à·à¶à·à¶«à·à¶©à¶º à·à· TAB à·à· SHIFT+TAB .à¶à¶¯à·à¶»à·à¶ºà¶§ යà·à¶¸à¶§ à·à· à¶à¶´à·à· යà·à¶¸à¶§ මà·à·à¶½à¶¸à· à¶à·à¶»à· à¶¶à·à¶à·à¶à¶¸ à·à¶¸à¶ RIGHT ARROW à·à· LEFT ARROW.මà·à·à¶½à¶¸à· à¶à·à¶»à· à¶¶à·à¶à·à¶à¶¸ à·à¶à·âà¶»à·à¶º à¶à¶» à¶à·à¶±à·à¶¸à¶§ SPACE à·à· ENTER à¶¶à·à¶à·à¶à¶¸ à¶à¶¶à¶±à·à¶±."},{name:"à·à¶à·à·à¶à¶»à¶« ",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"à·à¶à·à·à¶à¶»à¶« à¶ à¶©à¶à¶à·à·à¶§ ",legend:"à¶à¶¶à¶±à·à¶± ${à¶ à¶±à·à¶à¶»à·à¶à¶ මà·à¶±à·à·} à·à· APPLICATION KEY à¶ à¶±à·à¶à¶»à·à¶à¶-මà·à¶±à·à· à·à·à·à·à¶»à¶à¶à·à¶»à·à¶¸à¶§. à¶à· චමà·à¶±à·à·-à·à·à¶à¶½à·à¶´à¶ºà¶±à·à¶§ යà·à¶¸à¶§ TAB à·à· DOWN ARROW à¶¶à·à¶à·à¶à¶¸ ද, à¶´à·à¶» à·à·à¶à¶½à·à¶´à¶ºà¶±à·à¶§à¶ºà·à¶¸à¶§ SHIFT+TAB à·à· UP ARROW à¶¶à·à¶à·à¶à¶¸ ද, මà·à¶±à·à·-à·à·à¶à¶½à·à¶´à¶ºà¶±à· à¶à·à¶»à·à¶¸à¶§ SPACE à·à· ENTER à¶¶à·à¶à·à¶à¶¸ ද, දà·à¶±à¶§ à·à·à·à·à¶»à·à¶à· à¶à¶à· à¶à¶´-මà·à¶±à·à·à¶ à·à·à¶à¶½à·à¶´ à¶à·à¶»à·à¶¸à¶§ SPACE à·à· ENTER à·à· RIGHT ARROW ද, à¶±à·à·à¶ à¶´à·à¶» à¶´à·âරධà·à¶± මà·à¶±à·à·à¶§ යà·à¶¸à¶§ ESC à·à· LEFT ARROW à¶¶à·à¶à·à¶à¶¸ ද. à¶ à¶±à·à¶à¶»à·à¶à¶-මà·à¶±à·à· à·à·à·à·à¶¸à¶§ ESC à¶¶à·à¶à·à¶à¶¸ ද à¶à¶¶à¶±à·à¶±."},{name:"à·à¶à·à·à¶à¶»à¶« à¶à·à¶»à·à¶¸à· ",legend:"à¶à·à¶»à·à¶¸à· à¶à·à¶§à·à· à¶à·à· , à¶à· චචයà·à¶à¶¸à¶ºà¶§ යà·à¶¸à¶§ TAB à·à· DOWN ARROW , à¶´à·à¶» චයà·à¶à¶¸à¶ºà¶§ යà·à¶¸à¶§ SHIFT+TAB à·à· UP ARROW . චයà·à¶à¶¸ à·à·à¶à¶½à·à¶´à¶ºà¶±à· à¶à·à¶»à·à¶¸à¶§ SPACE à·à· ENTER ,à¶à·à¶»à·à¶¸à· à¶à·à¶§à·à· à·à·à·à·à¶¸à¶§ ESC à¶¶à·à¶à·à¶à¶¸à· ද à¶à¶¶à¶±à·à¶±."}, +{name:"à·à¶à·à·à¶à¶»à¶« à¶ à¶à¶ à·à·à·à¶ ",legend:"à¶à¶¶à¶±à·à¶± ${මà·à·à¶½à¶¸à· à¶à·à¶»à· à¶ à·à¶°à·à¶±à¶º} මà·à·à¶½à¶¸à· à¶à·à¶»à·à·à· à¶à·à· මà·à·à· යà·à¶¸à¶§.à¶à¶¯à·à¶»à·à¶ºà¶§ යà·à¶¸à¶§ à·à· à¶à¶´à·à· යà·à¶¸à¶§ මà·à·à¶½à¶¸à· à¶à·à¶»à·à¶à·à¶«à·à¶©à¶º à·à· TAB à·à· SHIFT+TAB .à¶à¶¯à·à¶»à·à¶ºà¶§ යà·à¶¸à¶§ à·à· à¶à¶´à·à· යà·à¶¸à¶§ මà·à·à¶½à¶¸à· à¶à·à¶»à· à¶¶à·à¶à·à¶à¶¸ à·à¶¸à¶ RIGHT ARROW à·à· LEFT ARROW.මà·à·à¶½à¶¸à· à¶à·à¶»à· à¶¶à·à¶à·à¶à¶¸ à·à¶à·âà¶»à·à¶º à¶à¶» à¶à·à¶±à·à¶¸à¶§ SPACE à·à· ENTER à¶¶à·à¶à·à¶à¶¸ à¶à¶¶à¶±à·à¶±."}]},{name:"à·à·à¶°à·à¶±",items:[{name:"à·à·à¶°à·à¶±à¶º à·à·à¶±à·à· ",legend:"à¶à¶¶à¶±à·à¶± ${à·à·à¶±à·à· à¶à·à¶»à·à¶¸}"},{name:"à·à·à¶°à·à¶± à¶±à·à·à¶à· à¶´à·à¶» à¶´à¶»à·à¶¯à·à¶¸ à·à·à¶±à·à·à¶à¶» à¶à·à¶±à·à¶¸.",legend:"à¶à¶¶à¶±à·à¶± ${à¶±à·à·à¶à· à¶´à·à¶» à¶´à¶»à·à¶¯à·à¶¸ à·à·à¶±à·à·à¶à¶» à¶à·à¶±à·à¶¸}"},{name:"à¶à¶¯ à¶ à¶à·à¶»à·à¶±à· à·à·à¶°à·à¶±",legend:"à¶à¶¶à¶±à·à¶± ${à¶à¶¯ }"}, +{name:"à¶¶à·à¶°à· à¶ à¶à·à¶»à· à·à·à¶°à·à¶±",legend:"à¶à¶¶à¶±à·à¶± ${à¶¶à·à¶°à· à¶ à¶à·à¶»à· }"},{name:"යටà·à¶±à· à¶à¶»à· à¶à¶¯ à¶à¶à· à·à·à¶°à·à¶±.",legend:"à¶à¶¶à¶±à·à¶± ${යටà·à¶±à· à¶à¶»à· à¶à¶¯ à¶à¶à·}"},{name:"à·à¶¸à·à¶¶à¶±à·à¶°à·à¶ à·à·à¶°à·à¶±",legend:"à¶à¶¶à¶±à·à¶± ${à·à¶¸à·à¶¶à¶±à·à¶° }"},{name:"මà·à·à¶½à¶¸à· à¶à·à¶»à· à·à·à¶à·à¶½à·à¶¸à· à·à·à¶°à·à¶±",legend:"à¶à¶¶à¶±à·à¶± ${මà·à·à¶½à¶¸à· à¶à·à¶»à· à·à·à¶à·à¶½à·à¶¸à· }"},{name:"යà·à¶¸à·à·à·à¶¸à¶§ à¶´à·à¶» à·à·à¶¯à¶à¶à· à·à·à¶°à·à¶±",legend:"à¶à¶¶à¶±à·à¶± ${යà·à¶¸à·à·à·à¶¸à¶§ à¶à· à¶ }"},{name:"යà·à¶¸à·à·à·à¶¸à¶§ à¶à· à¶ à·à·à¶¯à¶à¶à· à·à·à¶°à·à¶±",legend:"à¶à¶¶à¶±à·à¶± ${යà·à¶¸à·à·à·à¶¸à¶§ à¶à· à¶ }"},{name:"à¶´à·âà¶»à·à·à· ",legend:"à¶à¶¶à¶±à·à¶± ${a11y }"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl", +alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8", +numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash",graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js new file mode 100644 index 0000000..6f16ff9 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","sk",{title:"InÅ¡trukcie prÃstupnosti",contents:"Pomocný obsah. Pre zatvorenie tohto okna, stlaÄte ESC.",legend:[{name:"VÅ¡eobecne",items:[{name:"LiÅ¡ta nástrojov editora",legend:"StlaÄte ${toolbarFocus} pre navigáciu na liÅ¡tu nástrojov. Medzi ÄalÅ¡ou a predchádzajúcou liÅ¡tou nástrojov sa pohybujete s TAB a SHIFT+TAB. Medzi ÄalÅ¡Ãm a predchádzajúcim tlaÄidlom na liÅ¡te nástrojov sa pohybujete s pravou Å¡Ãpkou a ľavou Å¡Ãpkou. StlaÄte medzernÃk alebo ENTER pre aktiváciu tlaÄidla liÅ¡ty nástrojov."}, +{name:"Editorový dialóg",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Editorové kontextové menu",legend:"StlaÄte ${contextMenu} alebo APPLICATION KEY pre otvorenie kontextového menu. Potom sa presúvajte na ÄalÅ¡ie možnosti menu s TAB alebo dolnou Å¡Ãpkou. Presunte sa k predchádzajúcej možnosti s SHIFT+TAB alebo hornou Å¡Ãpkou. StlaÄte medzernÃk alebo ENTER pre výber možnosti menu. Otvorte pod-menu danej možnosti s medzernÃkom, alebo ENTER, alebo pravou Å¡Ãpkou. Vráťte sa späť do položky rodiÄovského menu s ESC alebo ľavou Å¡Ãpkou. Zatvorte kontextové menu s ESC."}, +{name:"Editorov box zoznamu",legend:"V boxe zoznamu, presuÅte sa na ÄalÅ¡iu položku v zozname s TAB alebo dolnou Å¡Ãpkou. PresuÅte sa k predchádzajúcej položke v zozname so SHIFT+TAB alebo hornou Å¡Ãpkou. StlaÄte medzernÃk alebo ENTER pre výber možnosti zoznamu. StlaÄte ESC pre zatvorenie boxu zoznamu."},{name:"Editorove pásmo cesty prvku",legend:"StlaÄte ${elementsPathFocus} pre navigovanie na pásmo cesty elementu. PresuÅte sa na tlaÄidlo ÄalÅ¡ieho prvku s TAB alebo pravou Å¡Ãpkou. PresuÅte sa k predchádzajúcemu tlaÄidlu s SHIFT+TAB alebo ľavou Å¡Ãpkou. StlaÄte medzernÃk alebo ENTER pre výber prvku v editore."}]}, +{name:"PrÃkazy",items:[{name:"VrátiÅ¥ prÃkazy",legend:"StlaÄte ${undo}"},{name:"Nanovo vrátiÅ¥ prÃkaz",legend:"StlaÄte ${redo}"},{name:"PrÃkaz na stuÄnenie",legend:"StlaÄte ${bold}"},{name:"PrÃkaz na kurzÃvu",legend:"StlaÄte ${italic}"},{name:"PrÃkaz na podÄiarknutie",legend:"StlaÄte ${underline}"},{name:"PrÃkaz na odkaz",legend:"StlaÄte ${link}"},{name:"PrÃkaz na zbalenie liÅ¡ty nástrojov",legend:"StlaÄte ${toolbarCollapse}"},{name:"PrejsÅ¥ na predchádzajúcu zamerateľnú medzeru prÃkazu",legend:"StlaÄte ${accessPreviousSpace} pre prÃstup na najbližšie nedosiahnuteľné zamerateľné medzery pred vsuvkuo. NaprÃklad: dve za sebou idúce horizontálne Äiary. Opakujte kombináciu klávesov pre dosiahnutie vzdialených zamerateľných medzier."}, +{name:"PrejsÅ¥ na Äalšà ",legend:"StlaÄte ${accessNextSpace} pre prÃstup na najbližšie nedosiahnuteľné zamerateľné medzery po vsuvke. NaprÃklad: dve za sebou idúce horizontálne Äiary. Opakujte kombináciu klávesov pre dosiahnutie vzdialených zamerateľných medzier."},{name:"Pomoc prÃstupnosti",legend:"StlaÄte ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Stránka hore",pageDown:"Stránka dole", +end:"End",home:"Home",leftArrow:"Å Ãpka naľavo",upArrow:"Å Ãpka hore",rightArrow:"Å Ãpka napravo",downArrow:"Å Ãpka dole",insert:"Insert","delete":"Delete",leftWindowKey:"Ľavé Windows tlaÄidlo",rightWindowKey:"Pravé Windows tlaÄidlo",selectKey:"TlaÄidlo Select",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Násobenie",add:"SÄÃtanie",subtract:"OdÄÃtanie", +decimalPoint:"Desatinná Äiarka",divide:"Delenie",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"BodkoÄiarka",equalSign:"Rovná sa",comma:"Äiarka",dash:"PomĺÄka",period:"Bodka",forwardSlash:"LomÃtko",graveAccent:"ZdôrazÅovanie prÃzvuku",openBracket:"Hranatá zátvorka otváracia",backSlash:"Backslash",closeBracket:"Hranatá zátvorka zatváracia",singleQuote:"Jednoduché úvodzovky"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js new file mode 100644 index 0000000..0671357 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","sl",{title:"Navodila Dostopnosti",contents:"Vsebina PomoÄi. Äe želite zapreti to pogovorno okno pritisnite ESC.",legend:[{name:"SploÅ¡no",items:[{name:"Urejevalna Orodna Vrstica",legend:"Pritisnite ${toolbarFocus} za pomik v orodno vrstico. Z TAB in SHIFT+TAB se pomikate na naslednjo in prejÅ¡njo skupino orodne vrstice. Z DESNO PUÅ ÄICO ali LEVO PUÅ ÄICO se pomikate na naslednji in prejÅ¡nji gumb orodne vrstice. Pritisnite SPACE ali ENTER, da aktivirate gumb orodne vrstice."}, +{name:"Urejevalno Pogovorno Okno",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."},{name:"Urejevalni Kontekstni Meni",legend:"Pritisnite ${contextMenu} ali APPLICATION KEY, da odprete kontekstni meni. Nato se premaknite na naslednjo možnost menija s tipko TAB ali PUÅ ÄICA DOL. Premakniti se na prejÅ¡njo možnost z SHIFT + TAB ali PUÅ ÄICA GOR. Pritisnite SPACE ali ENTER za izbiro možnosti menija. Odprite podmeni trenutne možnosti menija s tipko SPACE ali ENTER ali DESNA PUÅ ÄICA. Vrnite se na matiÄni element menija s tipko ESC ali LEVA PUÅ ÄICA. Zaprite kontekstni meni z ESC."}, +{name:"Urejevalno Seznamsko Polje",legend:"Znotraj seznama, se premaknete na naslednji element seznama s tipko TAB ali PUÅ ÄICO DOL. Z SHIFT+TAB ali PUÅ ÄICO GOR se premaknete na prejÅ¡nji element seznama. Pritisnite tipko SPACE ali ENTER za izbiro elementa. Pritisnite tipko ESC, da zaprete seznam."},{name:"Urejevalna vrstica poti elementa",legend:"Pritisnite ${elementsPathFocus} za pomikanje po vrstici elementnih poti. S TAB ali DESNA PUÅ ÄICA se premaknete na naslednji gumb elementa. Z SHIFT+TAB ali LEVO PUÅ ÄICO se premaknete na prejÅ¡nji gumb elementa. Pritisnite SPACE ali ENTER za izbiro elementa v urejevalniku."}]}, +{name:"Ukazi",items:[{name:"Razveljavi ukaz",legend:"Pritisnite ${undo}"},{name:"Ponovi ukaz",legend:"Pritisnite ${redo}"},{name:"Krepki ukaz",legend:"Pritisnite ${bold}"},{name:"LežeÄi ukaz",legend:"Pritisnite ${italic}"},{name:"Poudarni ukaz",legend:"Pritisnite ${underline}"},{name:"Ukaz povezave",legend:"Pritisnite ${link}"},{name:"SkrÄi Orodno Vrstico Ukaz",legend:"Pritisnite ${toolbarCollapse}"},{name:"Dostop do prejÅ¡njega ukaza ostrenja",legend:"Pritisnite ${accessPreviousSpace} za dostop do najbližjega nedosegljivega osredotoÄenega prostora pred streÅ¡ico, npr.: dva sosednja HR elementa. Ponovite kombinacijo tipk, da dosežete oddaljene osredotoÄene prostore."}, +{name:"Dostop do naslednjega ukaza ostrenja",legend:"Pritisnite ${accessNextSpace} za dostop do najbližjega nedosegljivega osredotoÄenega prostora po streÅ¡ici, npr.: dva sosednja HR elementa. Ponovite kombinacijo tipk, da dosežete oddaljene osredotoÄene prostore."},{name:"PomoÄ Dostopnosti",legend:"Pritisnite ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End", +home:"Home",leftArrow:"Levo puÅ¡Äica",upArrow:"Gor puÅ¡Äica",rightArrow:"Desno puÅ¡Äica",downArrow:"Dol puÅ¡Äica",insert:"Insert","delete":"Delete",leftWindowKey:"Leva Windows tipka",rightWindowKey:"Desna Windows tipka",selectKey:"Select tipka",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Zmnoži",add:"Dodaj",subtract:"OdÅ¡tej",decimalPoint:"Decimalna vejica", +divide:"Deli",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"PodpiÄje",equalSign:"enaÄaj",comma:"Vejica",dash:"Vezaj",period:"Pika",forwardSlash:"Desna poÅ¡evnica",graveAccent:"Krativec",openBracket:"Oklepaj",backSlash:"Leva poÅ¡evnica",closeBracket:"Oklepaj",singleQuote:"OpuÅ¡Äaj"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js new file mode 100644 index 0000000..8f9d5c7 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","sq",{title:"Udhëzimet e Qasjes",contents:"Përmbajtja ndihmëse. Për ta mbyllur dialogun shtyp ESC.",legend:[{name:"Të përgjithshme",items:[{name:"Shiriti i Redaktuesit",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Dialogu i Redaktuesit",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"Editor Context Menu",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]},{name:"Komandat",items:[{name:"Rikthe komandën",legend:"Shtyp ${undo}"},{name:"Ribëj komandën",legend:"Shtyp ${redo}"},{name:"Komanda e trashjes së tekstit",legend:"Shtyp ${bold}"},{name:"Komanda kursive",legend:"Shtyp ${italic}"}, +{name:"Komanda e nënvijëzimit",legend:"Shtyp ${underline}"},{name:"Komanda e Nyjes",legend:"Shtyp ${link}"},{name:" Toolbar Collapse command",legend:"Shtyp ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:"Ndihmë Qasjeje",legend:"Shtyp ${a11yHelp}"}]}],backspace:"Prapa",tab:"Fletë",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Shenja majtas",upArrow:"Shenja sipër",rightArrow:"Shenja djathtas",downArrow:"Shenja poshtë",insert:"Shto","delete":"Grise",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1", +numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Shto",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Presje",dash:"vizë",period:"Pikë",forwardSlash:"Forward Slash", +graveAccent:"Grave Accent",openBracket:"Hape kllapën",backSlash:"Backslash",closeBracket:"Mbylle kllapën",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js new file mode 100644 index 0000000..ee71b67 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","sr-latn",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"OpÅ¡te",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"Editor Context Menu",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]},{name:"Commands",items:[{name:" Undo command",legend:"Press ${undo}"},{name:" Redo command",legend:"Press ${redo}"},{name:" Bold command",legend:"Press ${bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command", +legend:"Press ${underline}"},{name:" Link command",legend:"Press ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1", +numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash", +graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js new file mode 100644 index 0000000..fd04d22 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","sr",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"ÐпÑÑе",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"Editor Context Menu",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]},{name:"Commands",items:[{name:" Undo command",legend:"Press ${undo}"},{name:" Redo command",legend:"Press ${redo}"},{name:" Bold command",legend:"Press ${bold}"},{name:" Italic command",legend:"Press ${italic}"},{name:" Underline command", +legend:"Press ${underline}"},{name:" Link command",legend:"Press ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1", +numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash", +graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js new file mode 100644 index 0000000..751a075 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","sv",{title:"Hjälpmedelsinstruktioner",contents:"HjälpinnehÃ¥ll. För att stänga denna dialogruta trycker du pÃ¥ ESC.",legend:[{name:"Allmänt",items:[{name:"Editor verktygsfält",legend:"Tryck pÃ¥ ${toolbarFocus} för att navigera till verktygsfältet. Flytta till nästa och föregÃ¥ende verktygsfältsgrupp med TAB och SHIFT+TAB. Flytta till nästa och föregÃ¥ende knapp i verktygsfältet med HÃGERPIL eller VÃNSTERPIL. Tryck SPACE eller ENTER för att aktivera knappen i verktygsfältet."}, +{name:"Dialogeditor",legend:"Inuti en dialogruta, tryck TAB för att navigera till nästa fält i dialogrutan, tryck SKIFT+TAB för att flytta till föregÃ¥ende fält, tryck ENTER för att skicka. Du avbryter och stänger dialogen med ESC. För dialogrutor som har flera flikar, tryck ALT+F10 eller TAB för att navigera till fliklistan. med fliklistan vald flytta till nästa och föregÃ¥ende flik med HÃGER- eller VÃNSTERPIL."},{name:"Editor för innehÃ¥llsmeny",legend:"Tryck pÃ¥ $ {contextMenu} eller PROGRAMTANGENTEN för att öppna snabbmenyn. Flytta sedan till nästa menyalternativ med TAB eller NEDPIL. Flytta till föregÃ¥ende alternativ med SHIFT + TABB eller UPPIL. Tryck Space eller ENTER för att välja menyalternativ. Ãppna undermeny av nuvarande alternativ med SPACE eller ENTER eller HÃGERPIL. GÃ¥ tillbaka till överordnade menyalternativ med ESC eller VÃNSTERPIL. Stäng snabbmenyn med ESC."}, +{name:"Editor för list-box",legend:"Inuti en list-box, gÃ¥ till nästa listobjekt med TAB eller NEDPIL. Flytta till föregÃ¥ende listobjekt med SHIFT+TAB eller UPPIL. Tryck SPACE eller ENTER för att välja listan alternativet. Tryck ESC för att stänga list-boxen."},{name:"Editor för elementens sökväg",legend:"Tryck pÃ¥ ${elementsPathFocus} för att navigera till verktygsfältet för elementens sökvägar. Flytta till nästa elementknapp med TAB eller HÃGERPIL. Flytta till föregÃ¥ende knapp med SKIFT+TAB eller VÃNSTERPIL. Tryck SPACE eller ENTER för att välja element i redigeraren."}]}, +{name:"Kommandon",items:[{name:"à ngra kommando",legend:"Tryck pÃ¥ ${undo}"},{name:"Gör om kommando",legend:"Tryck pÃ¥ ${redo}"},{name:"Kommandot fet stil",legend:"Tryck pÃ¥ ${bold}"},{name:"Kommandot kursiv",legend:"Tryck pÃ¥ ${italic}"},{name:"Kommandot understruken",legend:"Tryck pÃ¥ ${underline}"},{name:"Kommandot länk",legend:"Tryck pÃ¥ ${link}"},{name:"Verktygsfält Dölj kommandot",legend:"Tryck pÃ¥ ${toolbarCollapse}"},{name:"GÃ¥ till föregÃ¥ende fokus plats",legend:"Tryck pÃ¥ ${accessPreviousSpace} för att gÃ¥ till närmast onÃ¥bara utrymme före markören, exempel: tvÃ¥ intilliggande HR element. Repetera tangentkombinationen för att gÃ¥ till nästa."}, +{name:"TillgÃ¥ nästa fokuskommandots utrymme",legend:"Tryck ${accessNextSpace} pÃ¥ för att komma Ã¥t den närmaste onÃ¥bar fokus utrymme efter cirkumflex, till exempel: tvÃ¥ intilliggande HR element. Upprepa tangentkombinationen för att nÃ¥ avlägsna fokus utrymmen."},{name:"Hjälp om tillgänglighet",legend:"Tryck ${a11yHelp}"}]}],backspace:"Backsteg",tab:"Tab",enter:"Retur",shift:"Skift",ctrl:"Ctrl",alt:"Alt",pause:"Paus",capslock:"Caps lock",escape:"Escape",pageUp:"Sida Up",pageDown:"Sida Ned",end:"Slut", +home:"Hem",leftArrow:"Vänsterpil",upArrow:"Uppil",rightArrow:"Högerpil",downArrow:"NedÃ¥tpil",insert:"Infoga","delete":"Radera",leftWindowKey:"Vänster Windowstangent",rightWindowKey:"Höger Windowstangent",selectKey:"Välj tangent",numpad0:"Nummer 0",numpad1:"Nummer 1",numpad2:"Nummer 2",numpad3:"Nummer 3",numpad4:"Nummer 4",numpad5:"Nummer 5",numpad6:"Nummer 6",numpad7:"Nummer 7",numpad8:"Nummer 8",numpad9:"Nummer 9",multiply:"Multiplicera",add:"Addera",subtract:"Minus",decimalPoint:"Decimalpunkt", +divide:"Dividera",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semikolon",equalSign:"Lika med tecken",comma:"Komma",dash:"Minus",period:"Punkt",forwardSlash:"Snedstreck framÃ¥t",graveAccent:"Accent",openBracket:"Ãppningsparentes",backSlash:"Snedstreck bakÃ¥t",closeBracket:"Slutparentes",singleQuote:"Enkelt Citattecken"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/th.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/th.js new file mode 100644 index 0000000..2499b99 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/th.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","th",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"à¸à¸±à¹à¸§à¹à¸",items:[{name:"à¹à¸à¸à¹à¸à¸£à¸·à¹à¸à¸à¸¡à¸·à¸à¸ªà¸³à¸«à¸£à¸±à¸à¹à¸à¸£à¸·à¹à¸à¸à¸¡à¸·à¸à¸à¹à¸§à¸¢à¸à¸´à¸¡à¸à¹",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"Editor Context Menu",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]},{name:"à¸à¸³à¸ªà¸±à¹à¸",items:[{name:"à¹à¸¥à¸´à¸à¸à¸³à¸à¸³à¸ªà¸±à¹à¸",legend:"วาภ${undo}"},{name:"à¸à¸³à¸ªà¸±à¹à¸à¸ªà¸³à¸«à¸£à¸±à¸à¸à¸³à¸à¹à¸³",legend:"วาภ${redo}"},{name:"à¸à¸³à¸ªà¸±à¹à¸à¸ªà¸³à¸«à¸£à¸±à¸à¸à¸±à¸§à¸«à¸à¸²",legend:"วาภ${bold}"},{name:"à¸à¸³à¸ªà¸±à¹à¸à¸ªà¸³à¸«à¸£à¸±à¸à¸à¸±à¸§à¹à¸à¸µà¸¢à¸",legend:"วาภ${italic}"},{name:"à¸à¸³à¸ªà¸±à¹à¸à¸ªà¸³à¸«à¸£à¸±à¸à¸à¸µà¸à¹à¸ªà¹à¸à¹à¸à¹", +legend:"วาภ${underline}"},{name:"à¸à¸³à¸ªà¸±à¹à¸à¸ªà¸³à¸«à¸£à¸±à¸à¸¥à¸´à¸à¸à¹",legend:"วาภ${link}"},{name:" Toolbar Collapse command",legend:"Press ${toolbarCollapse}"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Accessibility Help",legend:"Press ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"Left Arrow",upArrow:"Up Arrow",rightArrow:"Right Arrow",downArrow:"Down Arrow",insert:"Insert","delete":"Delete",leftWindowKey:"Left Windows key",rightWindowKey:"Right Windows key",selectKey:"Select key",numpad0:"Numpad 0",numpad1:"Numpad 1", +numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"Multiply",add:"Add",subtract:"Subtract",decimalPoint:"Decimal Point",divide:"Divide",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"Comma",dash:"Dash",period:"Period",forwardSlash:"Forward Slash", +graveAccent:"Grave Accent",openBracket:"Open Bracket",backSlash:"Backslash",closeBracket:"Close Bracket",singleQuote:"Single Quote"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js new file mode 100644 index 0000000..1eb46ce --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","tr",{title:"EriÅilebilirlik Talimatları",contents:"Yardım içeriÄi. Bu pencereyi kapatmak için ESC tuÅuna basın.",legend:[{name:"Genel",items:[{name:"Düzenleyici Araç ÃubuÄu",legend:"Araç çubuÄunda gezinmek için ${toolbarFocus} basın. TAB ve SHIFT+TAB ile önceki ve sonraki araç çubuÄu grubuna taÅıyın. SAÄ OK veya SOL OK ile önceki ve sonraki bir araç çubuÄu düÄmesini hareket ettirin. SPACE tuÅuna basın veya araç çubuÄu düÄmesini etkinleÅtirmek için ENTER tuÅna basın."}, +{name:"Diyalog Düzenleyici",legend:"Dialog penceresi içinde, sonraki iletiÅim alanına gitmek için SEKME tuÅuna basın, önceki alana geçmek için SHIFT + TAB tuÅuna basın, pencereyi göndermek için ENTER tuÅuna basın, dialog penceresini iptal etmek için ESC tuÅuna basın. Birden çok sekme sayfaları olan diyalogların, sekme listesine gitmek için ALT + F10 tuÅlarına basın. Sonra TAB veya SAÄ OK sonraki sekmeye taÅıyın. SHIFT + TAB veya SOL OK ile önceki sekmeye geçin. Sekme sayfayı seçmek için SPACE veya ENTER tuÅuna basın."}, +{name:"İçerik Menü Editörü",legend:"İçerik menüsünü açmak için ${contextMenu} veya UYGULAMA TUÅU'na basın. Daha sonra SEKME veya AÅAÄI OK ile bir sonraki menü seçeneÄi taÅıyın. SHIFT + TAB veya YUKARI OK ile önceki seçeneÄe gider. Menü seçeneÄini seçmek için SPACE veya ENTER tuÅuna basın. Seçili seçeneÄin alt menüsünü SPACE ya da ENTER veya SAÄ OK açın. Ãst menü öÄesini geçmek için ESC veya SOL OK ile geri dönün. ESC ile baÄlam menüsünü kapatın."},{name:"Liste Kutusu Editörü",legend:"Liste kutusu içinde, bir sonraki liste öÄesine SEKME VEYA AÅAÄI OK ile taÅıyın. SHIFT+TAB veya YUKARI önceki liste öÄesi taÅıyın. Liste seçeneÄi seçmek için SPACE veya ENTER tuÅuna basın. Liste kutusunu kapatmak için ESC tuÅuna basın."}, +{name:"Element Yol ÃubuÄu Editörü",legend:"Elementlerin yol çubuÄunda gezinmek için ${ElementsPathFocus} basın. SEKME veya SAÄ OK ile sonraki element düÄmesine taÅıyın. SHIFT+TAB veya SOL OK önceki düÄmeye hareket ettirin. Editör içindeki elementi seçmek için ENTER veya SPACE tuÅuna basın."}]},{name:"Komutlar",items:[{name:"Komutu geri al",legend:"$(undo)'ya basın"},{name:"Komutu geri al",legend:"${redo} basın"},{name:" Kalın komut",legend:"${bold} basın"},{name:" İtalik komutu",legend:"${italic} basın"}, +{name:" Alttan çizgi komutu",legend:"${underline} basın"},{name:" BaÄlantı komutu",legend:"${link} basın"},{name:" Araç çubuÄu Toplama komutu",legend:"${toolbarCollapse} basın"},{name:"Ãnceki komut alanına odaklan",legend:"Düzeltme imleçinden önce, en yakın uzaktaki alana eriÅmek için ${accessPreviousSpace} basın, örneÄin: iki birleÅik HR elementleri. Aynı tuÅ kombinasyonu tekrarıyla diÄer alanlarada ulaÅın."},{name:"Sonraki komut alanına odaklan",legend:"Düzeltme imleçinden sonra, en yakın uzaktaki alana eriÅmek için ${accessNextSpace} basın, örneÄin: iki birleÅik HR elementleri. Aynı tuÅ kombinasyonu tekrarıyla diÄer alanlarada ulaÅın."}, +{name:"EriÅilebilirlik Yardımı",legend:"${a11yHelp}'e basın"}]}],backspace:"Silme",tab:"Sekme tuÅu",enter:"Gir tuÅu",shift:'"Shift" Kaydırma tuÅu',ctrl:'"Ctrl" Kontrol tuÅu',alt:'"Alt" Anahtar tuÅu',pause:"Durdurma tuÅu",capslock:"Büyük harf tuÅu",escape:"Vazgeç tuÅu",pageUp:"Sayfa Yukarı",pageDown:"Sayfa AÅaÄı",end:"Sona",home:"En baÅa",leftArrow:"Sol ok",upArrow:"Yukarı ok",rightArrow:"SaÄ ok",downArrow:"AÅaÄı ok",insert:"Araya gir","delete":"Silme",leftWindowKey:"Sol windows tuÅu",rightWindowKey:"SaÄ windows tuÅu", +selectKey:"Seçme tuÅu",numpad0:"Nümerik 0",numpad1:"Nümerik 1",numpad2:"Nümerik 2",numpad3:"Nümerik 3",numpad4:"Nümerik 4",numpad5:"Nümerik 5",numpad6:"Nümerik 6",numpad7:"Nümerik 7",numpad8:"Nümerik 8",numpad9:"Nümerik 9",multiply:"Ãarpma",add:"Toplama",subtract:"Ãıkarma",decimalPoint:"Ondalık iÅareti",divide:"Bölme",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lk",scrollLock:"Scr Lk",semiColon:"Noktalı virgül",equalSign:"EÅittir", +comma:"Virgül",dash:"Eksi",period:"Nokta",forwardSlash:"İleri eÄik çizgi",graveAccent:"Ãst tırnak",openBracket:"Parantez aç",backSlash:"Ters eÄik çizgi",closeBracket:"Parantez kapa",singleQuote:"Tek tırnak"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js new file mode 100644 index 0000000..40d8b28 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","tt",{title:"Accessibility Instructions",contents:"Help Contents. To close this dialog press ESC.",legend:[{name:"ÐомÑми",items:[{name:"Editor Toolbar",legend:"Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button."},{name:"Editor Dialog",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"Editor Context Menu",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC."},{name:"Editor List Box",legend:"Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box."}, +{name:"Editor Element Path Bar",legend:"Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor."}]},{name:"ÐомандалаÑ",items:[{name:"ÐайÑаÑÑ",legend:"${undo} баÑÑгÑз"},{name:"ÐабаÑлаÑ",legend:"${redo} баÑÑгÑз"},{name:"ÐалÑн",legend:"${bold} баÑÑгÑз"},{name:"ÐÑÑÑив",legend:"${italic} баÑÑгÑз"},{name:"ÐÑÑÑна ÑÑзÑлган",legend:"${underline} баÑÑгÑз"}, +{name:"СÑлÑалама",legend:"${link} баÑÑгÑз"},{name:" Toolbar Collapse command",legend:"${toolbarCollapse} баÑÑгÑз"},{name:" Access previous focus space command",legend:"Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."},{name:" Access next focus space command",legend:"Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces."}, +{name:" Accessibility Help",legend:"${a11yHelp} баÑÑгÑз"}]}],backspace:"ÐайÑаÑÑ",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"ТÑнÑÑ",capslock:"Caps Lock",escape:"Escape",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"СÑл Ñкка Ñк",upArrow:"Ó¨ÑÐºÓ Ñаба Ñк",rightArrow:"Уң Ñкка Ñк",downArrow:"ÐÑка Ñаба Ñк",insert:"Ó¨ÑÑÓÒ¯","delete":"ÐеÑеÑÒ¯",leftWindowKey:"СÑл Windows ÑөймÉÑе",rightWindowKey:"Уң Windows ÑөймÉÑе",selectKey:"Select ÑөймÉÑе",numpad0:"Numpad 0",numpad1:"Numpad 1", +numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"ТапкÑÑлаÑ",add:"ÐÑÑÑ",subtract:"ÐлÑ",decimalPoint:"УнаÑÐ»Ñ Ð½Ð¾ÐºÑа",divide:"Ðүлү",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"ÐокÑÐ°Ð»Ñ Ó©ÑеÑ",equalSign:"Тигезлек билгеÑе",comma:"Ó¨ÑеÑ",dash:"СÑзÑк",period:"ÐÓÑÓÒÓ",forwardSlash:"ÐÑек ÑÑзÑк", +graveAccent:"ÐÑавиÑ",openBracket:"ÒÓÑ Ð°ÑÑ",backSlash:"ÐиÑе кÑек ÑÑзÑк",closeBracket:"ÒÓÑ ÑбÑ",singleQuote:"ÐÐµÑ Ð¸Ò£Ð»Ðµ кÑÑÑÑÑнаклаÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js new file mode 100644 index 0000000..c7fe6fd --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","ug",{title:"ÙÙØ´ÛÙ ÚÛ ÚÛØ´ÛÙØ¯ÛØ±ÛØ´",contents:"ÙØ§Ø±Ø¯ÛÙ Ù ÛØ²Ù ÛÙÙ. Ø¨Û Ø³ÛØ²ÙÛØ´ÙÛÙÙ ÙØ§Ù¾Ù اÙÚ٠بÙÙØ³ÙÚÙØ² ESC ÙÙ Ø¨ÛØ³ÙÚ.",legend:[{name:"Ø¦Ø§Ø¯ÛØªØªÙÙÙ",items:[{name:"ÙÙØ±Ø§Ù Ø¨Ø§ÙØ¯Ø§Ù تÛÚ¾Ø±ÙØ±",legend:"${toolbarFocus} Ø¨ÛØ³ÙÙØ³Ø§ ÙÙØ±Ø§Ù Ø¨Ø§ÙØ¯Ø§ÙÙØ§ ÙÛØªÛÙÙÛÙØ¯ÛØ TAB ÙØ§ÙÙ SHIFT+TAB ئارÙÙÙÙÙ ÙÙØ±Ø§Ù Ø¨Ø§ÙØ¯Ø§Ù Ú¯ÛØ±ÛÙ¾Ù¾ÙØ³Ù تاÙÙÙÙÙØ¯ÛØ Ø¦ÙÚ Ø³ÙÙ ÙØ§ ئÙÙØªØ§ تÙÙ¾ÚØ§ تاÙÙÙÙÙØ¯ÛØ Ø¨ÙØ´ÙÛÙ ÙØ§ÙÙ Enter ÙÛÙÛÙ¾ÙÙØ³Ùدا تاÙÙØ§Ùغا٠تÙÙ¾ÚÙÙÙ ÙÙÙÙÙÙÙØ¯Û."},{name:"تÛÚ¾Ø±ÙØ±ÙÙÚ¯ÛÚ Ø³ÛØ²ÙÛØ´ÙÛØ³Ù",legend:"Ø³ÛØ²ÙÛØ´ÙÛØ¯Û TAB ÙÛÙÛÙ¾ÙÙØ³Ùدا ÙÛÙÙÙÙÙ Ø³ÛØ² بÛÙÙÙÙÚ¯Û ÙÛØªÙÙÙÙØ¯ÛØ SHIFT+TAB Ø¨ÙØ±ÙÙÙ Û ÙÛÙÛÙ¾ÙÙØ³Ùدا Ø¦Ø§ÙØ¯ÙÙÙÙ Ø³ÛØ² بÛÙÙÙÙÚ¯Û ÙÛØªÙÙÙÙØ¯ÛØ ENTER ÙÛÙÛÙ¾ÙÙØ³Ùدا Ø³ÛØ²ÙÛØ´ÙÛÙÙ ØªØ§Ù¾Ø´ÛØ±ÙØ¯ÛØ ESC ÙÛÙÛÙ¾ÙÙØ³Ù Ø³ÛØ²ÙÛØ´ÙÛØ¯ÙÙ ÛØ§Ø² ÙÛÚÙØ¯Û. ÙÛÙ¾ Ø¨ÛØªÙÛÚÙÛÙ Ø³ÛØ²ÙÛØ´ÙÛÚ¯Û ÙÙØ³Ø¨ÛتÛÙØ ALT+F10 دا Ø¨ÛØªÙÛÚ ØªÙØ²ÙÙ ÙØºØ§ ÙÛØªÙÛÙØ¯Û. Ø¦Ø§ÙØ¯ÙÙ TAB ÙÛÙÛÙ¾ÙÙØ³Ù ÙØ§Ù٠ئÙÚ ÙØ§ ئÙÙ ÙÛÙÛÙ¾ÙÙØ³Ù ÙÛÙÙÙÙÙ Ø¨ÛØªÙÛÚÙÛ ÙÛØªÙÛÙØ¯ÛØSHIFT+ TAB ÙÛÙÛÙ¾ÙÙØ³Ù ÙØ§Ù٠سÙÙ ÙØ§ ئÙÙ ÙÛÙÛÙ¾ÙÙØ³Ù Ø¦Ø§ÙØ¯ÙÙÙÙ Ø¨ÛØªÙÛÚÙÛ ÙÛØªÙÛÙØ¯Û. Ø¨ÙØ´ÙÛÙ ÙÛÙÛÙ¾ÙÙØ³Ù ÙØ§ÙÙ ENTER ÙÛÙÛÙ¾ÙÙØ³Ù Ø¨ÛØªÙÛÚÙ٠تاÙÙØ§ÙدÛ."}, +{name:"تÛÚ¾Ø±ÙØ±ÙÙÚ¯ÛÚ ØªÙÙ Ù ÛÚ¾ÙØª ØªÙØ²ÙÙ ÙÙÙÙ",legend:"${contextMenu} ÙØ§Ù٠ئÛÙ¾ ÙÛÙÛÙ¾ÙÙØ³Ùدا تÙÙ Ù ÛÚ¾ÙØª ØªÙØ²ÙÙ ÙÙÙÙÙ٠ئاÚÙØ¯Û. Ø¦Ø§ÙØ¯ÙÙ TAB ÙØ§ÙÙ Ø¦Ø§Ø³ØªÙ ÙØ§ ئÙÙ ÙÛÙÛÙ¾ÙÙØ³Ùدا ÙÛÙÙÙÙÙ ØªÙØ²ÙÙ ÙÙÙ ØªÛØ±ÙÚ¯Û ÙÛØªÙÛÙØ¯ÛØ SHIFT+TAB ÙØ§ÙÙ Ø¦ÛØ³ØªÙ ÙØ§ ئÙÙ ÙÛÙÛÙ¾ÙÙØ³Ùدا Ø¦Ø§ÙØ¯ÙÙÙÙ ØªÙØ²ÙÙ ÙÙÙ ØªÛØ±ÙÚ¯Û ÙÛØªÙÛÙØ¯Û. Ø¨ÙØ´ÙÛÙ ÙØ§ÙÙ ENTER ÙÛÙÛÙ¾ÙÙØ³Ùدا ØªÙØ²ÙÙ ÙÙÙ ØªÛØ±ÙÙ٠تاÙÙØ§ÙدÛ. Ø¨ÙØ´ÙÛÙØ ENTER ÙØ§Ù٠ئÙÚ ÙØ§ ئÙÙ ÙÛÙÛÙ¾ÙÙØ³Ùدا ØªØ§Ø±Ù Ø§Ù ØªÙØ²ÙÙ ÙÙÙÙ٠ئاÚÙØ¯Û. ÙØ§ÙØªÙØ´ ØªÙØ²ÙÙ ÙÙÙÙÚ¯Û ESC ÙØ§Ù٠سÙÙ ÙØ§ ئÙÙ ÙÛÙÛÙ¾ÙÙØ³Ù Ø¦ÙØ´ÙÙØªÙÙÙØ¯Û. ESC ÙÛÙÛÙ¾ÙÙØ³Ùدا تÙÙ Ù ÛÚ¾ÙØª ØªÙØ²ÙÙ ÙÙÙ٠تاÙÙÙÙØ¯Û."},{name:"تÛÚ¾Ø±ÙØ±ÙÙÚ¯ÛÚ ØªÙØ²ÙÙ Ù", +legend:"ØªÙØ²ÙÙ ÙÛØªÙØ³ÙØ¯Ø§Ø ÙÛÙÙÙÙÙ ØªÙØ²ÙÙ ØªÛØ±ÙÚ¯Û ÙÛØªÙÛØ´ØªÛ TAB ÙØ§ÙÙ Ø¦Ø§Ø³ØªÙ ÙØ§ ئÙÙ ÙÛÙÛÙ¾ÙÙØ³Ù Ø¦ÙØ´ÙÙØªÙÙÙØ¯Û. Ø¦Ø§ÙØ¯ÙÙÙÙ ØªÙØ²ÙÙ ØªÛØ±ÙÚ¯Û ÙÛØªÙÛØ´ØªÛ SHIFT+TAB ÙØ§ÙÙ Ø¦ÛØ³ØªÙ ÙØ§ ئÙÙ ÙÛÙÛÙ¾ÙÙØ³Ù Ø¦ÙØ´ÙÙØªÙÙÙØ¯Û. Ø¨ÙØ´ÙÛÙ ÙØ§ÙÙ ENTER ÙÛÙÛÙ¾ÙÙØ³Ùدا ØªÙØ²ÙÙ ØªÛØ±ÙÙ٠تاÙÙØ§ÙدÛ.ESC ÙÛÙÛÙ¾ÙÙØ³Ùدا ØªÙØ²ÙÙ ÙÛØªÙسÙÙÙ ÙÙØºÙدÛ."},{name:"تÛÚ¾Ø±ÙØ±ÙÙÚ¯ÛÚ Ø¦ÛÙÛÙ ÛÙØª ÙÙÙ Ø¨Ø§ÙØ¯Ø§Ù",legend:"${elementsPathFocus} Ø¨ÛØ³ÙÙØ³Ø§ ئÛÙÛÙ ÛÙØª ÙÙÙ Ø¨Ø§ÙØ¯Ø§ÙÙØ§ ÙÛØªÛÙÙÛÙØ¯ÛØ TAB ÙØ§Ù٠ئÙÚ ÙØ§ ئÙÙØªØ§ ÙÛÙÙÙÙ٠ئÛÙÛÙ ÛÙØª تاÙÙÙÙÙØ¯ÛØ SHIFT+TAB ÙØ§Ù٠سÙÙ ÙØ§ ئÙÙØªØ§ Ø¦Ø§ÙØ¯ÙÙÙ٠ئÛÙÛÙ ÛÙØª تاÙÙÙÙÙØ¯ÛØ Ø¨ÙØ´ÙÛÙ ÙØ§ÙÙ Enter ÙÛÙÛÙ¾ÙÙØ³Ùدا تÛÚ¾Ø±ÙØ±ÙÙÚ¯ÛÚØªÙÙ٠ئÛÙÛÙ ÛÙØª تاÙÙÙÙÙØ¯Û."}]}, +{name:"بÛÙØ±ÛÙ",items:[{name:"بÛÙØ±ÛÙØªÙÙ ÙÛÙÙÛØ§Ù",legend:"${undo} ÙÙ Ø¨ÛØ³ÙÚ"},{name:"ÙØ§ÙتÙÙØ§Ø´ بÛÙØ±ÛÙÙ",legend:"${redo} ÙÙ Ø¨ÛØ³ÙÚ"},{name:"تÙÙ ÙÙØªÙØ´ بÛÙØ±ÛÙÙ",legend:"${bold} ÙÙ Ø¨ÛØ³ÙÚ"},{name:"ÙØ§ÙØªÛ Ø¨ÛÙØ±ÛÙÙ",legend:"${italic} ÙÙ Ø¨ÛØ³ÙÚ"},{name:"Ø¦Ø§Ø³ØªÙ Ø³ÙØ²Ù٠بÛÙØ±ÛÙÙ",legend:"${underline} ÙÙ Ø¨ÛØ³ÙÚ"},{name:"ئÛÙØ§Ù٠ا بÛÙØ±ÛÙÙ",legend:"${link} ÙÙ Ø¨ÛØ³ÙÚ"},{name:"ÙÙØ±Ø§Ù Ø¨Ø§ÙØ¯Ø§Ù ÙØ§ØªÙاش بÛÙØ±ÛÙÙ",legend:"${toolbarCollapse} ÙÙ Ø¨ÛØ³ÙÚ"},{name:"Ø¦Ø§ÙØ¯ÙÙÙÙ ÙÙÙÛØ³ ÙÛÙØªÙسÙÙ٠زÙÙØ§Ø±Ûت ÙÙÙÙØ¯Ùغا٠بÛÙØ±ÛÙ",legend:"${accessPreviousSpace} Ø¨ÛØ³ÙÙ¾ ^ بÛÙÚ¯ÙØ³ÙÚ¯Û Ø¦ÛÚ ÙÛÙÙ٠زÙÙØ§Ø±Ûت ÙÙÙØºÙÙ٠بÙÙÙ Ø§ÙØ¯Ùغا٠ÙÙÙÛØ³ ÙÛÙØªØ§ راÙÙÙÙÙÙÚ Ø¦Ø§ÙØ¯ÙÙ٠زÙÙØ§Ø±Ûت ÙÙÙÙØ¯ÛØ Ù ÛØ³ÙÙÛÙ: Ø¦ÛØ² ئارا ÙÙØ´Ùا ئÙÙÙÙ HR ئÛÙÛÙ ÛÙØª. Ø¨Û Ø¨ÙØ±ÙÙÙ Û ÙÛÙÛÙ¾ÙØ§ تÛÙØ±Ø§Ø±ÙØ§ÙØ³Ø§ ÙÙØ±Ø§ÙتÙÙÙ ÙÙÙÛØ³ ÙÛÙØªØ§ راÙÙÙÙØºØ§ ÙÛØªÙÙÙ٠بÙÙÙØ¯Û."}, +{name:"ÙÛÙÙÙÙÙ ÙÙÙÛØ³ ÙÛÙØªÙسÙÙ٠زÙÙØ§Ø±Ûت ÙÙÙÙØ¯Ùغا٠بÛÙØ±ÛÙ",legend:"${accessNextSpace} Ø¨ÛØ³ÙÙ¾ ^ بÛÙÚ¯ÙØ³ÙÚ¯Û Ø¦ÛÚ ÙÛÙÙ٠زÙÙØ§Ø±Ûت ÙÙÙØºÙÙ٠بÙÙÙ Ø§ÙØ¯Ùغا٠ÙÙÙÛØ³ ÙÛÙØªØ§ راÙÙÙÙÙÙÚ ÙÛÙÙÙÙ٠زÙÙØ§Ø±Ûت ÙÙÙÙØ¯ÛØ Ù ÛØ³ÙÙÛÙ: Ø¦ÛØ² ئارا ÙÙØ´Ùا ئÙÙÙÙ HR ئÛÙÛÙ ÛÙØª. Ø¨Û Ø¨ÙØ±ÙÙÙ Û ÙÛÙÛÙ¾ÙØ§ تÛÙØ±Ø§Ø±ÙØ§ÙØ³Ø§ ÙÙØ±Ø§ÙتÙÙÙ ÙÙÙÛØ³ ÙÛÙØªØ§ راÙÙÙÙØºØ§ ÙÛØªÙÙÙ٠بÙÙÙØ¯Û."},{name:"ØªÙØ³Ø§ÙØºÛØ³Ùز ÙØ§ÙÙÚ¾Û ÚÛØ´ÛÙØ¯ÛØ±ÛØ´Ù",legend:"${a11yHelp} ÙÙ Ø¨ÛØ³ÙÚ"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Escape", +pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"سÙÙ ÙØ§ ئÙÙ",upArrow:"Ø¦ÛØ³ØªÙ ÙØ§ ئÙÙ",rightArrow:"ئÙÚ ÙØ§ ئÙÙ",downArrow:"Ø¦Ø§Ø³ØªÙ ÙØ§ ئÙÙ",insert:"ÙÙØ³ØªÛر","delete":"ئÛÚÛØ±",leftWindowKey:"سÙÙ Windows ÙÛÙÛÙ¾ÙÙØ³Ù",rightWindowKey:"ئÙÚ Windows ÙÛÙÛÙ¾ÙÙØ³Ù",selectKey:"تاÙÙØ§Ø´ ÙÛÙÛÙ¾ÙÙØ³Ù",numpad0:"سا٠تاختا 0",numpad1:"سا٠تاختا 1",numpad2:"سا٠تاختا 2",numpad3:"سا٠تاختا 3",numpad4:"سا٠تاختا 4",numpad5:"سا٠تاختا 5",numpad6:"سا٠تاختا 6",numpad7:"سا٠تاختا 7",numpad8:"سا٠تاختا 8",numpad9:"سا٠تاختا 9", +multiply:"ÙÛÙØªÛز ÙÛÙÛÙ¾ÙÙØ³Ù",add:"ÙÙØ´ÛØ´",subtract:"ئÛÙÙØ´",decimalPoint:"ÙÛØ³Ùر ÚÛÙÙØª",divide:"بÛÙÛØ´",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"سا٠ÙÛÙÛÙ¾ ÙÛÙÛÙ¾ÙÙØ³Ù",scrollLock:"Ø³ÛØ±Ú¯ÛÚ ÙÛÙÛÙ¾ ÙÛÙÛÙ¾ÙÙØ³Ù",semiColon:"ÚÛÙÙØªÙÙÙ Ù¾ÛØ´",equalSign:"تÛÚÙÙ٠بÛÙÚ¯ÙØ³Ù",comma:"Ù¾ÛØ´",dash:"Ø³ÙØ²ÙÙÚÛ",period:"ÚÛÙÙØª",forwardSlash:"سÙÙØºØ§ ÙØ§ÙØªÛ Ø³ÙØ²ÙÙ",graveAccent:"Ø¦ÛØ±ØºÛ بÛÙÚ¯ÙØ³Ù",openBracket:"ئÛÚÙÙØºØ§Ù ØªÙØ±ÙاÙ",backSlash:"ئÙÚØºØ§ ÙØ§ÙØªÛ Ø³ÙØ²ÙÙ",closeBracket:"ÙÛÙ¾ÙÙØºØ§Ù ØªÙØ±ÙاÙ", +singleQuote:"ÙØ§ÙØ§Ú Ù¾ÛØ´"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js new file mode 100644 index 0000000..c7aac2b --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","uk",{title:"СпеÑÑалÑÐ½Ñ ÐнÑÑÑÑкÑÑÑ",contents:"ÐовÑдка. ÐаÑиÑнÑÑÑ ESC Ñ Ð²Ð¾Ð½Ð° зникне.",legend:[{name:"ÐÑновне",items:[{name:"ÐÐ°Ð½ÐµÐ»Ñ Ð ÐµÐ´Ð°ÐºÑоÑа",legend:"ÐаÑиÑнÑÑÑ ${toolbarFocus} Ð´Ð»Ñ Ð¿ÐµÑÐµÑ Ð¾Ð´Ñ Ð´Ð¾ Ð¿Ð°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв. ÐÐ»Ñ Ð¿ÐµÑемÑÑÐµÐ½Ð½Ñ Ð¼Ñж гÑÑпами Ð¿Ð°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв викоÑиÑÑовÑйÑе TAB Ñ SHIFT+TAB. ÐÐ»Ñ Ð¿ÐµÑемÑÑÐµÐ½Ð½Ñ Ð¼Ñж кнопками Ð¿Ð°Ð½ÐµÐ»Ñ ÑÑÑÑÑменÑÑв викоÑиÑÑовÑйÑе кнопки СТРÐÐÐÐ ÐÐÐ ÐÐРабо ÐÐÐÐÐ. ÐаÑиÑнÑÑÑ ÐÐ ÐÐУСРабо ENTER Ð´Ð»Ñ Ð·Ð°Ð¿ÑÑÐºÑ ÐºÐ½Ð¾Ð¿ÐºÐ¸ Ð¿Ð°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв."},{name:"ÐÑалог РедакÑоÑа", +legend:'УÑеÑÐµÐ´Ð¸Ð½Ñ Ð´ÑалогÑ, наÑиÑнÑÑÑ TAB Ñоб пеÑейÑи до наÑÑÑпного елеменÑÑ Ð´ÑалогÑ, наÑиÑнÑÑÑ SHIFT+TAB Ñоб пеÑейÑи до попеÑеднÑого елеменÑа дÑалогÑ, наÑиÑнÑÑÑ ENTER Ñоб вÑдпÑавиÑи дÑалог, наÑиÑнÑÑÑ ESC Ñоб ÑкаÑÑваÑи дÑалог. Ðоли дÑалогове вÑкно Ð¼Ð°Ñ Ð´ÐµÐºÑлÑка вкладок, оÑÑимаÑи доÑÑÑп до Ð¿Ð°Ð½ÐµÐ»Ñ Ð²ÐºÐ»Ð°Ð´Ð¾Ðº Ñк ÑаÑÑÐ¸Ð½Ñ Ð´ÑÐ°Ð»Ð¾Ð³Ñ Ð¼Ð¾Ð¶Ð½Ð° наÑиÑканнÑм або поÑÐ´Ð½Ð°Ð½Ð½Ñ ALT+F10 або TAB, пÑи ÑÑÐ¾Ð¼Ñ Ð°ÐºÑÐ¸Ð²Ð½Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñи дÑÐ°Ð»Ð¾Ð³Ñ Ð±ÑдÑÑÑ Ð¿ÐµÑебиÑаÑиÑÑ Ð· ÑÑÐ°Ñ ÑваннÑм поÑÑÐ´ÐºÑ ÑабÑлÑÑÑÑ. ÐÑи акÑивнÑй Ð¿Ð°Ð½ÐµÐ»Ñ Ð²ÐºÐ»Ð°Ð´Ð¾Ðº, пеÑÐµÑ Ñд до наÑÑÑÐ¿Ð½Ð¾Ñ Ð°Ð±Ð¾ попеÑеднÑÐ¾Ñ Ð²ÐºÐ»Ð°Ð´ÑÑ Ð·Ð´ÑйÑнÑÑÑÑÑÑ Ð½Ð°ÑиÑканнÑм ÑÑÑÑлки "ÐÐÐ ÐÐÐ" або ÑÑÑÑлки "ÐÐÐÐÐ" вÑдповÑдно.'}, +{name:"ÐонÑекÑÑне ÐÐµÐ½Ñ Ð ÐµÐ´Ð°ÐºÑоÑа",legend:"Press ${contextMenu} or APPLICATION KEY to open context-menu. ÐоÑÑм пеÑейдÑÑÑ Ð´Ð¾ наÑÑÑпного пÑнкÑÑ Ð¼ÐµÐ½Ñ Ð·Ð° Ð´Ð¾Ð¿Ð¾Ð¼Ð¾Ð³Ð¾Ñ TAB або СТРÐÐÐÐ ÐÐÐÐ. ÐаÑиÑнÑÑÑ ÐÐ ÐÐУСРабо ENTER Ð´Ð»Ñ Ð²Ð¸Ð±Ð¾ÑÑ Ð¿Ð°ÑамеÑÑÑ Ð¼ÐµÐ½Ñ. ÐÑдкÑийÑе пÑÐ´Ð¼ÐµÐ½Ñ Ð¿Ð¾ÑоÑного паÑамеÑÑÑ, наÑиÑнÑвÑи ÐÐ ÐÐУСРабо ENTER або СТРÐÐÐУ ÐÐÐ ÐÐÐ. ÐеÑейдÑÑÑ Ð´Ð¾ баÑÑкÑвÑÑкого елеменÑа менÑ, наÑиÑнÑвÑи ESC або СТРÐÐÐУ ÐÐÐÐÐ. ÐакÑийÑе конÑекÑÑне менÑ, наÑиÑнÑвÑи ESC."},{name:"СкÑинÑка СпиÑкÑв РедакÑоÑа",legend:"УÑеÑÐµÐ´Ð¸Ð½Ñ ÑпиÑкÑ, пеÑÐµÑ Ñд до наÑÑÑпного пÑнкÑÑ ÑпиÑÐºÑ Ð²Ð¸ÐºÐ¾Ð½ÑÑÑÑÑÑ ÐºÐ»Ð°Ð²ÑÑÐµÑ TAB або СТРÐÐÐÐ ÐÐÐÐ. ÐеÑÐµÑ Ñд до попеÑеднÑого елеменÑа ÑпиÑÐºÑ ÐºÐ»Ð°Ð²ÑÑÐµÑ SHIFT+TAB або СТРÐÐÐÐ ÐÐÐРУ. ÐаÑиÑнÑÑÑ ÐÐ ÐÐУСРабо ENTER, Ñоб вибÑаÑи паÑамеÑÑ ÑпиÑкÑ. ÐаÑиÑнÑÑÑ ÐºÐ»Ð°Ð²ÑÑÑ ESC, Ñоб закÑиÑи ÑпиÑок."}, +{name:"ШлÑÑ Ð´Ð¾ елеменÑа ÑедакÑоÑа",legend:"ÐаÑиÑнÑÑÑ ${elementsPathFocus} Ð´Ð»Ñ Ð½Ð°Ð²ÑгаÑÑÑ Ð¼Ñж елеменÑами панелÑ. ÐеÑейдÑÑÑ Ð´Ð¾ наÑÑÑпного елеменÑа ÐºÐ½Ð¾Ð¿ÐºÐ¾Ñ TAB або СТРÐÐÐÐ ÐÐÐ ÐÐÐ. ÐеÑейдÑÑÑ Ð´Ð¾ попеÑеднÑого елеменÑа ÐºÐ½Ð¾Ð¿ÐºÐ¾Ñ SHIFT+TAB або СТРÐÐÐÐ ÐÐÐÐÐ. ÐаÑиÑнÑÑÑ ÐÐ ÐÐУСРабо ENTER Ð´Ð»Ñ Ð²Ð¸Ð±Ð¾ÑÑ ÐµÐ»ÐµÐ¼ÐµÐ½Ñа в ÑедакÑоÑÑ."}]},{name:"Ðоманди",items:[{name:"ÐÑдмÑниÑи командÑ",legend:"ÐаÑиÑнÑÑÑ ${undo}"},{name:"ÐовÑоÑиÑи",legend:"ÐаÑиÑнÑÑÑ ${redo}"},{name:"ÐиÑний",legend:"ÐаÑиÑнÑÑÑ ${bold}"},{name:"ÐÑÑÑив",legend:"ÐаÑиÑнÑÑÑ ${italic}"}, +{name:"ÐÑдкÑеÑлений",legend:"ÐаÑиÑнÑÑÑ ${underline}"},{name:"ÐоÑиланнÑ",legend:"ÐаÑиÑнÑÑÑ ${link}"},{name:"ÐгоÑнÑÑи Ð¿Ð°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв",legend:"ÐаÑиÑнÑÑÑ ${toolbarCollapse}"},{name:"ÐоÑÑÑп до попеÑеднÑого мÑÑÑÑ ÑокÑÑÑваннÑ",legend:"ÐаÑиÑнÑÑÑ ${accessNextSpace} Ð´Ð»Ñ Ð´Ð¾ÑÑÑÐ¿Ñ Ð´Ð¾ найближÑÐ¾Ñ Ð½ÐµÐ´Ð¾ÑÑÐ¶Ð½Ð¾Ñ Ð¾Ð±Ð»Ð°ÑÑÑ ÑокÑÑÑÐ²Ð°Ð½Ð½Ñ Ð¿ÐµÑед каÑеÑкоÑ, напÑиклад: два ÑÑÑÑÐ´Ð½Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñи HR. ÐовÑоÑÑÑÑ ÐºÐ¾Ð¼Ð±ÑнаÑÑÑ ÐºÐ»Ð°Ð²ÑÑ Ð´Ð»Ñ Ð´Ð¾ÑÑÐ³Ð½ÐµÐ½Ð½Ñ Ð²ÑÐ´Ð´Ð°Ð»ÐµÐ½Ð¸Ñ Ð¾Ð±Ð»Ð°ÑÑей ÑокÑÑÑваннÑ."},{name:"ÐоÑÑÑп до наÑÑÑпного мÑÑÑÑ ÑокÑÑÑваннÑ",legend:"ÐаÑиÑнÑÑÑ ${accessNextSpace} Ð´Ð»Ñ Ð´Ð¾ÑÑÑÐ¿Ñ Ð´Ð¾ найближÑÐ¾Ñ Ð½ÐµÐ´Ð¾ÑÑÐ¶Ð½Ð¾Ñ Ð¾Ð±Ð»Ð°ÑÑÑ ÑокÑÑÑÐ²Ð°Ð½Ð½Ñ Ð¿ÑÑÐ»Ñ ÐºÐ°ÑеÑки, напÑиклад: два ÑÑÑÑÐ´Ð½Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñи HR. ÐовÑоÑÑÑÑ ÐºÐ¾Ð¼Ð±ÑнаÑÑÑ ÐºÐ»Ð°Ð²ÑÑ Ð´Ð»Ñ Ð´Ð¾ÑÑÐ³Ð½ÐµÐ½Ð½Ñ Ð²ÑÐ´Ð´Ð°Ð»ÐµÐ½Ð¸Ñ Ð¾Ð±Ð»Ð°ÑÑей ÑокÑÑÑваннÑ."}, +{name:"Ðопомога з доÑÑÑпноÑÑÑ",legend:"ÐаÑиÑнÑÑÑ ${a11yHelp}"}]}],backspace:"Backspace",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Esc",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home",leftArrow:"ÐÑва ÑÑÑÑлка",upArrow:"СÑÑÑлка вгоÑÑ",rightArrow:"ÐÑава ÑÑÑÑлка",downArrow:"СÑÑÑлка вниз",insert:"ÐÑÑавиÑи","delete":"ÐидалиÑи",leftWindowKey:"ÐÑва клавÑÑа Windows",rightWindowKey:"ÐÑава клавÑÑа Windows",selectKey:"ÐибеÑÑÑÑ ÐºÐ»Ð°Ð²ÑÑÑ",numpad0:"Numpad 0", +numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"ÐноженнÑ",add:"ÐодаÑи",subtract:"ÐÑднÑманнÑ",decimalPoint:"ÐеÑÑÑкова кома",divide:"ÐÑленнÑ",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"ÐÑапка з комоÑ",equalSign:"Ðнак ÑÑвноÑÑÑ",comma:"Ðома",dash:"ТиÑе",period:"ÐеÑÑод", +forwardSlash:"ÐоÑа ÑиÑка",graveAccent:"ÐÑавÑÑ",openBracket:"ÐÑдкÑиÑи дÑжкÑ",backSlash:"ÐвоÑоÑна коÑа ÑиÑка",closeBracket:"ÐакÑиÑи дÑжкÑ",singleQuote:"ÐдинаÑÐ½Ñ Ð»Ð°Ð¿ÐºÐ¸"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js new file mode 100644 index 0000000..18ba882 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","vi",{title:"Hưá»ng dẫn trợ nÄng",contents:"Ná»i dung Há» trợ. Nhấn ESC Äá» Äóng há»p thoại.",legend:[{name:"Chung",items:[{name:"Thanh công cụ soạn thảo",legend:"Nhấn ${toolbarFocus} Äá» Äiá»u hưá»ng Äến thanh công cụ. Nhấn TAB và SHIFT+TAB Äá» chuyá»n Äến nhóm thanh công cụ khác. Nhấn MŨI TÃN PHẢI hoặc MŨI TÃN TRÃI Äá» chuyá»n sang nút khác trên thanh công cụ. Nhấn PHÃM CÃCH hoặc ENTER Äá» kÃch hoạt nút trên thanh công cụ."},{name:"Há»p thoại Biên t",legend:"Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively."}, +{name:"Trình ÄÆ¡n Ngữ cảnh cBá» soạn thảo",legend:"Nhấn ${contextMenu} hoặc PHÃM ỨNG DỤNG Äá» má» thá»±c ÄÆ¡n ngữ cảnh. Sau Äó nhấn TAB hoặc MŨI TÃN XUá»NG Äá» di chuyá»n Äến tuỳ chá»n tiếp theo cá»§a thá»±c ÄÆ¡n. Nhấn SHIFT+TAB hoặc MŨI TÃN LÃN Äá» quay lại tuỳ chá»n trưá»c. Nhấn DẤU CÃCH hoặc ENTER Äá» chá»n tuỳ chá»n cá»§a thá»±c ÄÆ¡n. Nhấn DẤU CÃCH hoặc ENTER hoặc MŨI TÃN SANG PHẢI Äá» má» thá»±c ÄÆ¡n con cá»§a tuỳ chá»n hiá»n tại. Nhấn ESC hoặc MŨI TÃN SANG TRÃI Äá» quay trá» lại thá»±c ÄÆ¡n gá»c. Nhấn ESC Äá» Äóng thá»±c ÄÆ¡n ngữ cảnh."}, +{name:"Há»p danh sách trình biên táºp",legend:"Trong má»t danh sách chá»n, di chuyá»n Äá»i tượng tiếp theo vá»i phÃm TAB hoặc phÃm mÅ©i tên hưá»ng xuá»ng. Di chuyá»n Äến Äá»i tượng trưá»c Äó bằng cách nhấn tá» hợp phÃm SHIFT+TAB hoặc mÅ©i tên hưá»ng lên. PhÃm khoảng cách hoặc phÃm ENTER Äá» chá»n các tùy chá»n trong danh sách. Nhấn phÃm ESC Äá» Äóng lại danh sách chá»n."},{name:"Thanh ÄÆ°á»ng dẫn các Äá»i tượng",legend:"Nhấn ${elementsPathFocus} Äá» Äiá»u hưá»ng các Äá»i tượng trong thanh ÄÆ°á»ng dẫn. Di chuyá»n Äến Äá»i tượng tiếp theo bằng phÃm TAB hoặc phÃm mÅ©i tên bên phải. Di chuyá»n Äến Äá»i tượng trưá»c Äó bằng tá» hợp phÃm SHIFT+TAB hoặc phÃm mÅ©i tên bên trái. Nhấn phÃm khoảng cách hoặc ENTER Äá» chá»n Äá»i tượng trong trình soạn thảo."}]}, +{name:"Lá»nh",items:[{name:"Là m lại lá»n",legend:"Ấn ${undo}"},{name:"Là m lại lá»nh",legend:"Ấn ${redo}"},{name:"Lá»nh in Äáºm",legend:"Ấn ${bold}"},{name:"Lá»nh in nghiêng",legend:"Ấn ${italic}"},{name:"Lá»nh gạch dưá»i",legend:"Ấn ${underline}"},{name:"Lá»nh liên kết",legend:"Nhấn ${link}"},{name:"Lá»nh hiá»n thá» thanh công cụ",legend:"Nhấn${toolbarCollapse}"},{name:"Truy cáºp Äến lá»nh táºp trung và o khoảng cách trưá»c Äó",legend:"Ấn ${accessPreviousSpace} Äá» truy cáºp Äến phần táºp trung khoảng cách sau phần còn sót lại cá»§a khoảng cách gần nhất vá»n không tác Äá»ng Äến ÄÆ°á»£c , thà dụ: hai yếu tá» Äiá»u chá»nh HR. Lặp lại các phÃm kết há»ep nà y Äá» vươn Äến phần khoảng cách."}, +{name:"Truy cáºp phần Äá»i tượng lá»nh khoảng trá»ng",legend:"Ấn ${accessNextSpace} Äá» truy cáºp Äến phần táºp trung khoảng cách sau phần còn sót lại cá»§a khoảng cách gần nhất vá»n không tác Äá»ng Äến ÄÆ°á»£c , thà dụ: hai yếu tá» Äiá»u chá»nh HR. Lặp lại các phÃm kết há»ep nà y Äá» vươn Äến phần khoảng cách."},{name:"Trợ giúp liên quan",legend:"Nhấn ${a11yHelp}"}]}],backspace:"PhÃm Backspace",tab:"PhÃm Tab",enter:"PhÃm Tab",shift:"PhÃm Shift",ctrl:"PhÃm Ctrl",alt:"PhÃm Alt",pause:"PhÃm Pause",capslock:"PhÃm Caps Lock", +escape:"PhÃm Escape",pageUp:"PhÃm Page Up",pageDown:"PhÃm Page Down",end:"PhÃm End",home:"PhÃm Home",leftArrow:"PhÃm Left Arrow",upArrow:"PhÃm Up Arrow",rightArrow:"PhÃm Right Arrow",downArrow:"PhÃm Down Arrow",insert:"Chèn","delete":"Xóa",leftWindowKey:"PhÃm Left Windows",rightWindowKey:"PhÃm Right Windows ",selectKey:"Chá»n phÃm",numpad0:"PhÃm 0",numpad1:"PhÃm 1",numpad2:"PhÃm 2",numpad3:"PhÃm 3",numpad4:"PhÃm 4",numpad5:"PhÃm 5",numpad6:"PhÃm 6",numpad7:"PhÃm 7",numpad8:"PhÃm 8",numpad9:"PhÃm 9", +multiply:"Nhân",add:"Thêm",subtract:"Trừ",decimalPoint:"Äiá»m sá» tháºp phân",divide:"Chia",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"Dấu chấm phẩy",equalSign:"ÄÄng nháºp bằng",comma:"Dấu phẩy",dash:"Dấu gạch ngang",period:"PhÃm .",forwardSlash:"PhÃm /",graveAccent:"PhÃm `",openBracket:"Open Bracket",backSlash:"Dấu gạch chéo ngược",closeBracket:"Gần giá Äỡ",singleQuote:"TrÃch dẫn"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js new file mode 100644 index 0000000..b63d413 --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","zh-cn",{title:"è¾ å©åè½è¯´æ",contents:"帮å©å 容ãè¦å ³éæ¤å¯¹è¯æ¡è¯·æ ESC é®ã",legend:[{name:"常è§",items:[{name:"ç¼è¾å¨å·¥å ·æ ",legend:"æ ${toolbarFocus} 忢å°å·¥å ·æ ï¼ä½¿ç¨ TAB é®å SHIFT+TAB ç»åé®ç§»å¨å°ä¸ä¸ä¸ªåä¸ä¸ä¸ªå·¥å ·æ ç»ã使ç¨å·¦å³ç®å¤´é®ç§»å¨å°ä¸ä¸ä¸ªæä¸ä¸ä¸ªå·¥å ·æ æé®ãæç©ºæ ¼é®æå车é®ä»¥éä¸å·¥å ·æ æé®ã"},{name:"ç¼è¾å¨å¯¹è¯æ¡",legend:"å¨å¯¹è¯æ¡å ï¼æ TAB é®ç§»å¨å°ä¸ä¸ä¸ªåæ®µï¼æ SHIFT + TAB ç»åé®ç§»å¨å°ä¸ä¸ä¸ªåæ®µï¼æ ENTER é®æäº¤å¯¹è¯æ¡ï¼æ ESC é®åæ¶å¯¹è¯æ¡ãå¯¹äºæå¤é项å¡çå¯¹è¯æ¡ï¼å¯ä»¥æ ALT + F10 ç´æ¥åæ¢å°æè æ TAB é®éæ¥ç§»å°é项å¡å表ï¼å½ç¦ç¹ç§»å°é项å¡å表æ¶å¯ä»¥ç¨å·¦å³ç®å¤´é®æ¥ç§»å¨å°ååçé项å¡ã"},{name:"ç¼è¾å¨ä¸ä¸æèå",legend:"ç¨ ${contextMenu} æè âåºç¨ç¨åºé®âæå¼ä¸ä¸æèåãç¶åç¨ TAB 鮿è ä¸ç®å¤´é®æ¥ç§»å¨å°ä¸ä¸ä¸ªèå项ï¼SHIFT + TAB ç»å鮿è ä¸ç®å¤´é®ç§»å¨å°ä¸ä¸ä¸ªèå项ãç¨ SPACE 鮿è ENTER é®éæ©èå项ãç¨ SPACE é®ï¼ENTER 鮿è å³ç®å¤´é®æå¼åèåãè¿åèåç¨ ESC 鮿è å·¦ç®å¤´é®ãç¨ ESC é®å ³éä¸ä¸æèåã"}, +{name:"ç¼è¾å¨å表æ¡",legend:"å¨å表æ¡ä¸ï¼ç§»å°ä¸ä¸åè¡¨é¡¹ç¨ TAB 鮿è ä¸ç®å¤´é®ãç§»å°ä¸ä¸å表项ç¨SHIFT+TAB ç»å鮿è ä¸ç®å¤´é®ï¼ç¨ SPACE 鮿è ENTER é®éæ©å表项ãç¨ ESC 鮿¶èµ·å表æ¡ã"},{name:"ç¼è¾å¨å ç´ è·¯å¾æ ",legend:"æ ${elementsPathFocus} 以导èªå°å ç´ è·¯å¾æ ï¼ä½¿ç¨ TAB 鮿å³ç®å¤´é®éæ©ä¸ä¸ä¸ªå ç´ ï¼ä½¿ç¨ SHIFT+TAB ç»å鮿左ç®å¤´é®éæ©ä¸ä¸ä¸ªå ç´ ï¼æç©ºæ ¼é®æå车é®ä»¥éå®ç¼è¾å¨éçå ç´ ã"}]},{name:"å½ä»¤",items:[{name:" æ¤æ¶å½ä»¤",legend:"æ ${undo}"},{name:" éåå½ä»¤",legend:"æ ${redo}"},{name:" å ç²å½ä»¤",legend:"æ ${bold}"},{name:" 徿å½ä»¤",legend:"æ ${italic}"},{name:" ä¸å线å½ä»¤",legend:"æ ${underline}"},{name:" 龿¥å½ä»¤",legend:"æ ${link}"},{name:" å·¥å ·æ æå å½ä»¤",legend:"æ ${toolbarCollapse}"}, +{name:"访é®åä¸ä¸ªç¦ç¹åºåçå½ä»¤",legend:"æ ${accessPreviousSpace} 访é®^符å·åæè¿çä¸å¯è®¿é®çç¦ç¹åºåï¼ä¾å¦ï¼ä¸¤ä¸ªç¸é»ç HR å ç´ ãé夿¤ç»åæé®å¯ä»¥å°è¾¾è¿å¤çç¦ç¹åºåã"},{name:"访é®ä¸ä¸ä¸ªç¦ç¹åºåå½ä»¤",legend:"æ ${accessNextSpace} 以访é®^符å·åæè¿çä¸å¯è®¿é®çç¦ç¹åºåãä¾å¦ï¼ä¸¤ä¸ªç¸é»ç HR å ç´ ãé夿¤ç»åæé®å¯ä»¥å°è¾¾è¿å¤çç¦ç¹åºåã"},{name:"è¾ å©åè½å¸®å©",legend:"æ ${a11yHelp}"}]}],backspace:"éæ ¼é®",tab:"Tab é®",enter:"å车é®",shift:"Shift é®",ctrl:"Ctrl é®",alt:"Alt é®",pause:"æåé®",capslock:"大åéå®é®",escape:"Esc é®",pageUp:"ä¸ç¿»é¡µé®",pageDown:"ä¸ç¿»é¡µé®",end:"è¡å°¾é®",home:"è¡é¦é®",leftArrow:"åå·¦ç®å¤´é®",upArrow:"åä¸ç®å¤´é®",rightArrow:"åå³ç®å¤´é®",downArrow:"åä¸ç®å¤´é®", +insert:"æå ¥é®","delete":"å é¤é®",leftWindowKey:"å·¦ WIN é®",rightWindowKey:"å³ WIN é®",selectKey:"éæ©é®",numpad0:"å°é®ç 0 é®",numpad1:"å°é®ç 1 é®",numpad2:"å°é®ç 2 é®",numpad3:"å°é®ç 3 é®",numpad4:"å°é®ç 4 é®",numpad5:"å°é®ç 5 é®",numpad6:"å°é®ç 6 é®",numpad7:"å°é®ç 7 é®",numpad8:"å°é®ç 8 é®",numpad9:"å°é®ç 9 é®",multiply:"æå·é®",add:"å å·é®",subtract:"åå·é®",decimalPoint:"å°æ°ç¹é®",divide:"é¤å·é®",f1:"F1 é®",f2:"F2 é®",f3:"F3 é®",f4:"F4 é®",f5:"F5 é®",f6:"F6 é®",f7:"F7 é®",f8:"F8 é®",f9:"F9 é®",f10:"F10 é®",f11:"F11 é®",f12:"F12 é®",numLock:"æ°åéå®é®",scrollLock:"æ»å¨éå®é®", +semiColon:"åå·é®",equalSign:"çå·é®",comma:"éå·é®",dash:"çå线é®",period:"å¥å·é®",forwardSlash:"ææ é®",graveAccent:"éé³ç¬¦é®",openBracket:"左䏿¬å·é®",backSlash:"åææ é®",closeBracket:"å³ä¸æ¬å·é®",singleQuote:"åå¼å·é®"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js new file mode 100644 index 0000000..3305d9c --- /dev/null +++ b/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","zh",{title:"è¼å©å·¥å ·æå",contents:"說æå §å®¹ãè¥è¦é鿤å°è©±æ¡è«æãESCãã",legend:[{name:"ä¸è¬",items:[{name:"編輯å¨å·¥å ·å",legend:"è«æ ${toolbarFocus} 以å°è¦½å°å·¥å ·åãå©ç¨ TAB æ SHIFT+TAB 以便移åå°ä¸ä¸åååä¸åå·¥å ·å群çµãå©ç¨å³æ¹å鵿左æ¹åéµä»¥ä¾¿ç§»åå°ä¸ä¸ååä¸ä¸åå·¥å ·åæéãæä¸ç©ºç½éµæ ENTER éµåç¨å·¥å ·åæéã"},{name:"編輯å¨å°è©±æ¹å¡",legend:"å¨å°è©±æ¡ä¸ï¼æä¸ TAB éµä»¥å°è¦½å°ä¸ä¸åå°è©±æ¡å ç´ ï¼æä¸ SHIFT+TAB 以移åå°ä¸ä¸åå°è©±æ¡å ç´ ï¼æä¸ ENTER 以é交å°è©±æ¡ï¼æä¸ ESC 以忶å°è©±æ¡ãç¶å°è©±æ¡æå¤ååé æï¼å¯ä»¥ä½¿ç¨ ALT+F10 ææ¯å¨å°è©±æ¡åé é åºä¸çä¸é¨ä»½æä¸ TAB 以使ç¨åé å表ãç¦é»å¨åé åè¡¨ä¸æï¼åå¥ä½¿ç¨å³æ¹åéµåå·¦æ¹åéµç§»åå°ä¸ä¸ååä¸ä¸ååé ã"},{name:"編輯å¨å §å®¹åè½è¡¨",legend:"è«æä¸ã${contextMenu}ãææ¯ãæç¨ç¨å¼éµã以éåå §å®¹é¸å®ã以ãTABãææ¯ãâãéµç§»åå°ä¸ä¸åé¸å®é¸é ã以ãSHIFT + TABãææ¯ãâãéµç§»åå°ä¸ä¸åé¸å®é¸é ãæä¸ã空ç½éµãææ¯ãENTERãéµä»¥é¸åé¸å®é¸é ã以ã空ç½éµãæãENTERãæãâãéåç®åé¸é ä¹åé¸å®ã以ãESCãæãâãåå°ç¶é¸å®ã以ãESCãéµééå §å®¹é¸å®ãã"}, +{name:"ç·¨è¼¯å¨æ¸ 宿¹å¡",legend:"卿¸ 宿¹å¡ä¸ï¼ä½¿ç¨ TAB æä¸æ¹åéµç§»åå°ä¸ä¸åå表é ç®ãä½¿ç¨ SHIFT+TAB æä¸æ¹åéµç§»åå°ä¸ä¸åå表é ç®ãæä¸ç©ºç½éµæ ENTER 以é¸åå表é¸é ãæä¸ ESC 以é鿏 宿¹å¡ã"},{name:"編輯å¨å ä»¶è·¯å¾å·¥å ·å",legend:"è«æ ${elementsPathFocus} 以ç覽å ç´ è·¯å¾åãå©ç¨ TAB æå³æ¹åéµä»¥ä¾¿ç§»åå°ä¸ä¸åå ç´ æéãå©ç¨ SHIFT æå·¦æ¹åéµä»¥ä¾¿ç§»åå°ä¸ä¸åæéãæä¸ç©ºç½éµæ ENTER éµä¾é¸åå¨ç·¨è¼¯å¨ä¸çå ç´ ã"}]},{name:"å½ä»¤",items:[{name:"復åå½ä»¤",legend:"è«æä¸ã${undo}ã"},{name:"éè¤å½ä»¤",legend:"è«æä¸ã ${redo}ã"},{name:"ç²é«å½ä»¤",legend:"è«æä¸ã${bold}ã"},{name:"æé«",legend:"è«æä¸ã${italic}ã"},{name:"åºç·å½ä»¤",legend:"è«æä¸ã${underline}ã"},{name:"é£çµ",legend:"è«æä¸ã${link}ã"}, +{name:"é±èå·¥å ·å",legend:"è«æä¸ã${toolbarCollapse}ã"},{name:"åååä¸åç¦é»ç©ºéå½ä»¤",legend:"è«æä¸ ${accessPreviousSpace} 以ååæè¿ä½ç¡æ³é è¿ä¹æå符èåçç¦é»ç©ºéãèä¾ï¼äºåç¸é°ç HR å ç´ ã\r\néè¤æéµä»¥ååè¼é çç¦é»ç©ºéã"},{name:"ååä¸ä¸åç¦é»ç©ºéå½ä»¤",legend:"è«æä¸ ${accessNextSpace} 以ååæè¿ä½ç¡æ³é è¿ä¹æå符èå¾çç¦é»ç©ºéãèä¾ï¼äºåç¸é°ç HR å ç´ ã\r\néè¤æéµä»¥ååè¼é çç¦é»ç©ºéã"},{name:"åå©å·¥å ·èªªæ",legend:"è«æä¸ã${a11yHelp}ã"}]}],backspace:"éæ ¼éµ",tab:"Tab",enter:"Enter",shift:"Shift",ctrl:"Ctrl",alt:"Alt",pause:"Pause",capslock:"Caps Lock",escape:"Esc",pageUp:"Page Up",pageDown:"Page Down",end:"End",home:"Home", +leftArrow:"åå·¦ç®è",upArrow:"åä¸éµè",rightArrow:"åå³éµè",downArrow:"åä¸éµè",insert:"æå ¥","delete":"åªé¤",leftWindowKey:"å·¦æ¹ Windows éµ",rightWindowKey:"峿¹ Windows éµ",selectKey:"鏿éµ",numpad0:"Numpad 0",numpad1:"Numpad 1",numpad2:"Numpad 2",numpad3:"Numpad 3",numpad4:"Numpad 4",numpad5:"Numpad 5",numpad6:"Numpad 6",numpad7:"Numpad 7",numpad8:"Numpad 8",numpad9:"Numpad 9",multiply:"ä¹è",add:"æ°å¢",subtract:"æ¸è",decimalPoint:"å°æ¸é»",divide:"é¤è",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10", +f11:"F11",f12:"F12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"åè",equalSign:"çè",comma:"éè",dash:"èç·",period:"å¥é»",forwardSlash:"æç·",graveAccent:"æé³ç¬¦è",openBracket:"å·¦æ¹æ¬è",backSlash:"åæç·",closeBracket:"峿¹æ¬è",singleQuote:"å®å¼è"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/about/dialogs/about.js b/public/assets/ckeditor/plugins/about/dialogs/about.js new file mode 100644 index 0000000..81d9372 --- /dev/null +++ b/public/assets/ckeditor/plugins/about/dialogs/about.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("about",function(a){a=a.lang.about;var b=CKEDITOR.getUrl(CKEDITOR.plugins.get("about").path+"dialogs/"+(CKEDITOR.env.hidpi?"hidpi/":"")+"logo_ckeditor.png");return{title:CKEDITOR.env.ie?a.dlgTitle:a.title,minWidth:390,minHeight:230,contents:[{id:"tab1",label:"",title:"",expand:!0,padding:0,elements:[{type:"html",html:'\x3cstyle type\x3d"text/css"\x3e.cke_about_container{color:#000 !important;padding:10px 10px 0;margin-top:5px}.cke_about_container p{margin: 0 0 10px;}.cke_about_container .cke_about_logo{height:81px;background-color:#fff;background-image:url('+ +b+");"+(CKEDITOR.env.hidpi?"background-size:163px 58px;":"")+'background-position:center; background-repeat:no-repeat;margin-bottom:10px;}.cke_about_container a{cursor:pointer !important;color:#00B2CE !important;text-decoration:underline !important;}\x3c/style\x3e\x3cdiv class\x3d"cke_about_container"\x3e\x3cdiv class\x3d"cke_about_logo"\x3e\x3c/div\x3e\x3cp\x3eCKEditor '+CKEDITOR.version+" (revision "+CKEDITOR.revision+')\x3cbr\x3e\x3ca target\x3d"_blank" href\x3d"http://ckeditor.com/"\x3ehttp://ckeditor.com\x3c/a\x3e\x3c/p\x3e\x3cp\x3e'+ +a.help.replace("$1",'\x3ca target\x3d"_blank" href\x3d"http://docs.ckeditor.com/user"\x3e'+a.userGuide+"\x3c/a\x3e")+"\x3c/p\x3e\x3cp\x3e"+a.moreInfo+'\x3cbr\x3e\x3ca target\x3d"_blank" href\x3d"http://ckeditor.com/about/license"\x3ehttp://ckeditor.com/about/license\x3c/a\x3e\x3c/p\x3e\x3cp\x3e'+a.copy.replace("$1",'\x3ca target\x3d"_blank" href\x3d"http://cksource.com/"\x3eCKSource\x3c/a\x3e - Frederico Knabben')+"\x3c/p\x3e\x3c/div\x3e"}]}],buttons:[CKEDITOR.dialog.cancelButton]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png b/public/assets/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png new file mode 100644 index 0000000000000000000000000000000000000000..10cc7368ad1bb65b16d037fa31e494906d60695e GIT binary patch literal 13339 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor.png b/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor.png new file mode 100644 index 0000000000000000000000000000000000000000..f186eb87a09f826311e422cbf08cf6c98f1b2d8d GIT binary patch literal 6757 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 Hu0mjf?$$BB literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/adobeair/plugin.js b/public/assets/ckeditor/plugins/adobeair/plugin.js new file mode 100644 index 0000000..e2229df --- /dev/null +++ b/public/assets/ckeditor/plugins/adobeair/plugin.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function f(a){a=a.getElementsByTag("*");for(var c=a.count(),b,d=0;d<c;d++)b=a.getItem(d),function(a){for(var b=0;b<l.length;b++)(function(b){var d=a.getAttribute("on"+b);a.hasAttribute("on"+b)&&(a.removeAttribute("on"+b),a.on(b,function(b){var c=/(return\s*)?CKEDITOR\.tools\.callFunction\(([^)]+)\)/.exec(d),k=c&&c[1],e=c&&c[2].split(","),c=/return false;/.test(d);if(e){for(var m=e.length,h,g=0;g<m;g++){e[g]=h=CKEDITOR.tools.trim(e[g]);var f=h.match(/^(["'])([^"']*?)\1$/);if(f)e[g]=f[2]; +else if(h.match(/\d+/))e[g]=parseInt(h,10);else switch(h){case "this":e[g]=a.$;break;case "event":e[g]=b.data.$;break;case "null":e[g]=null}}e=CKEDITOR.tools.callFunction.apply(window,e);k&&!1===e&&(c=1)}c&&b.data.preventDefault()}))})(l[b])}(b)}var l="click keydown mousedown keypress mouseover mouseout".split(" ");CKEDITOR.plugins.add("adobeair",{onLoad:function(){CKEDITOR.env.air&&(CKEDITOR.dom.document.prototype.write=CKEDITOR.tools.override(CKEDITOR.dom.document.prototype.write,function(a){function c(b, +a,c,k){a=b.append(a);(c=CKEDITOR.htmlParser.fragment.fromHtml(c).children[0].attributes)&&a.setAttributes(c);k&&a.append(b.getDocument().createText(k))}return function(b){if(this.getBody()){var d=this,f=this.getHead();b=b.replace(/(<style[^>]*>)([\s\S]*?)<\/style>/gi,function(a,b,d){c(f,"style",b,d);return""});b=b.replace(/<base\b[^>]*\/>/i,function(b){c(f,"base",b);return""});b=b.replace(/<title>([\s\S]*)<\/title>/i,function(b,a){d.$.title=a;return""});b=b.replace(/<head>([\s\S]*)<\/head>/i,function(b){var a= +new CKEDITOR.dom.element("div",d);a.setHtml(b);a.moveChildren(f);return""});b.replace(/(<body[^>]*>)([\s\S]*)(?=$|<\/body>)/i,function(b,a,c){d.getBody().setHtml(c);(b=CKEDITOR.htmlParser.fragment.fromHtml(a).children[0].attributes)&&d.getBody().setAttributes(b)})}else a.apply(this,arguments)}}),CKEDITOR.addCss("body.cke_editable { padding: 8px }"),CKEDITOR.ui.on("ready",function(a){a=a.data;if(a._.panel){var c=a._.panel._.panel,b;(function(){c.isLoaded?(b=c._.holder,f(b)):setTimeout(arguments.callee, +30)})()}else a instanceof CKEDITOR.dialog&&f(a._.element)}))},init:function(a){CKEDITOR.env.air&&(a.on("uiReady",function(){f(a.container);a.on("elementsPathUpdate",function(a){f(a.data.space)})}),a.on("contentDom",function(){a.document.on("click",function(a){a.data.preventDefault(!0)})}))}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/ajax/plugin.js b/public/assets/ckeditor/plugins/ajax/plugin.js new file mode 100644 index 0000000..5a2e35e --- /dev/null +++ b/public/assets/ckeditor/plugins/ajax/plugin.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.plugins.add("ajax",{requires:"xml"});CKEDITOR.ajax=function(){function g(){if(!CKEDITOR.env.ie||"file:"!=location.protocol)try{return new XMLHttpRequest}catch(a){}try{return new ActiveXObject("Msxml2.XMLHTTP")}catch(b){}try{return new ActiveXObject("Microsoft.XMLHTTP")}catch(e){}return null}function h(a){return 4==a.readyState&&(200<=a.status&&300>a.status||304==a.status||0===a.status||1223==a.status)}function k(a){return h(a)?a.responseText:null}function m(a){if(h(a)){var b= +a.responseXML;return new CKEDITOR.xml(b&&b.firstChild?b:a.responseText)}return null}function l(a,b,e){var f=!!b,c=g();if(!c)return null;c.open("GET",a,f);f&&(c.onreadystatechange=function(){4==c.readyState&&(b(e(c)),c=null)});c.send(null);return f?"":e(c)}function n(a,b,e,f,c){var d=g();if(!d)return null;d.open("POST",a,!0);d.onreadystatechange=function(){4==d.readyState&&(f(c(d)),d=null)};d.setRequestHeader("Content-type",e||"application/x-www-form-urlencoded; charset\x3dUTF-8");d.send(b)}return{load:function(a, +b){return l(a,b,k)},post:function(a,b,e,f){return n(a,b,e,f,k)},loadXml:function(a,b){return l(a,b,m)}}}()})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/cs.js b/public/assets/ckeditor/plugins/autoembed/lang/cs.js new file mode 100644 index 0000000..ad3848f --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","cs",{embeddingInProgress:"Pokus o vnoÅenà vložené URL",embeddingFailed:"Tato URL nemůže být automaticky vnoÅena."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/de-ch.js b/public/assets/ckeditor/plugins/autoembed/lang/de-ch.js new file mode 100644 index 0000000..f169512 --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","de-ch",{embeddingInProgress:"Einbetten der eingefügten URL wird versucht...",embeddingFailed:"Diese URL konnte nicht automatisch eingebettet werden."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/de.js b/public/assets/ckeditor/plugins/autoembed/lang/de.js new file mode 100644 index 0000000..9252be4 --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","de",{embeddingInProgress:"Einbetten der eingefügten URL wird versucht...",embeddingFailed:"Diese URL konnte nicht automatisch eingebettet werden."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/en.js b/public/assets/ckeditor/plugins/autoembed/lang/en.js new file mode 100644 index 0000000..548ac86 --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","en",{embeddingInProgress:"Trying to embed pasted URL...",embeddingFailed:"This URL could not be automatically embedded."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/eo.js b/public/assets/ckeditor/plugins/autoembed/lang/eo.js new file mode 100644 index 0000000..59d4e3c --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","eo",{embeddingInProgress:"Provas enkorpigi la algluitan URL ...",embeddingFailed:"Ne eblis enkorpigi aÅtomate tiun URL."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/eu.js b/public/assets/ckeditor/plugins/autoembed/lang/eu.js new file mode 100644 index 0000000..4c44cfd --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","eu",{embeddingInProgress:"Itsatsitako URLa txertatzen saiatzen...",embeddingFailed:"URL hau ezin izan da automatikoki txertatu."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/fr.js b/public/assets/ckeditor/plugins/autoembed/lang/fr.js new file mode 100644 index 0000000..ee3b0b4 --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","fr",{embeddingInProgress:"essaye d'incorporer l'URL collée...",embeddingFailed:"Cette URL n'a pas pu être incorporée automatiquement."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/it.js b/public/assets/ckeditor/plugins/autoembed/lang/it.js new file mode 100644 index 0000000..a0a5309 --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","it",{embeddingInProgress:"Prova a incorporare l'URL incollato...",embeddingFailed:"Non è stato possibile incorporare automaticamente questo URL."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/ko.js b/public/assets/ckeditor/plugins/autoembed/lang/ko.js new file mode 100644 index 0000000..ab6863d --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","ko",{embeddingInProgress:"ë¶ì¬ë£ì URL ì²¨ë¶ ìë ì¤...",embeddingFailed:"ì´ URLì ìëì¼ë¡ 첨ë¶í ì ììµëë¤."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/ku.js b/public/assets/ckeditor/plugins/autoembed/lang/ku.js new file mode 100644 index 0000000..248a322 --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","ku",{embeddingInProgress:"ÙÛÙÛÙÚµÛ ÙÚ©Ø§ÙØ¯ÙÛ Ø¨ÛØ³ØªÛØ±Û ÙØ§ÙÙÛØ´Ø§ÙÛ...",embeddingFailed:"ئÛÙ Ø¨ÛØ³ØªÛØ±Û Ø®ÛکاراÙÛ ÙØ§ØªÙØ§ÙØ¯Ø±Ûت Ø¨Ø®Ø±ÛØªÛ ÙØ§ÙÛ."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/mk.js b/public/assets/ckeditor/plugins/autoembed/lang/mk.js new file mode 100644 index 0000000..4902f1a --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","mk",{embeddingInProgress:"Ðбид за вмеÑнÑваÑе копиÑано URL...",embeddingFailed:"Ðва URL не може да биде вмеÑнаÑо авÑомаÑÑки."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/nb.js b/public/assets/ckeditor/plugins/autoembed/lang/nb.js new file mode 100644 index 0000000..9792bff --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","nb",{embeddingInProgress:"Prøver Ã¥ bygge inn innlimt URL...",embeddingFailed:"URL-en kunne ikke bli automatisk bygget inn."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/pl.js b/public/assets/ckeditor/plugins/autoembed/lang/pl.js new file mode 100644 index 0000000..1711518 --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","pl",{embeddingInProgress:"Osadzanie wklejonego adresu URL...",embeddingFailed:"Ten adres URL multimediów nie może byÄ automatycznie osadzony."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/pt-br.js b/public/assets/ckeditor/plugins/autoembed/lang/pt-br.js new file mode 100644 index 0000000..1c3a823 --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","pt-br",{embeddingInProgress:"Tentando embutir a URL colada...",embeddingFailed:"Esta URL não pode ser embutida automaticamente."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/ru.js b/public/assets/ckeditor/plugins/autoembed/lang/ru.js new file mode 100644 index 0000000..be32135 --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","ru",{embeddingInProgress:"ÐÑÑаемÑÑ Ð²ÑÑÑоиÑÑ Ð²ÑÑавленнÑй URL...",embeddingFailed:"ÐаннÑй URL не Ð¼Ð¾Ð¶ÐµÑ Ð±ÑÑÑ Ð²ÑÑÑоен авÑомаÑиÑеÑки."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/tr.js b/public/assets/ckeditor/plugins/autoembed/lang/tr.js new file mode 100644 index 0000000..514a678 --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","tr",{embeddingInProgress:"YapıÅtırdıÄınız URL gömülmeye çalıÅılıyor...",embeddingFailed:"Bu URL otomatik olarak gömülemedi."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/ug.js b/public/assets/ckeditor/plugins/autoembed/lang/ug.js new file mode 100644 index 0000000..eadaee7 --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","ug",{embeddingInProgress:"سÙÚØ¯ÛرÛÙÚ¯ÛÙ ÚØ§Ù¾ÙØ§ÙØºØ§Ù URL Ù٠سÙÙØ§ÛØ§ØªÙØ¯Ûâ¦",embeddingFailed:"Ø¨Û URL ÙÙ Ø¦ÛØ²ÙÛÙÙØ¯Ù٠سÙÚØ¯ÛرÛÙÙ ÛÙØ¯Û."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/uk.js b/public/assets/ckeditor/plugins/autoembed/lang/uk.js new file mode 100644 index 0000000..34ac53a --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","uk",{embeddingInProgress:"ÐамагаÑÑÑ Ð²Ð±ÑдÑваÑи вÑÑавлене URL поÑиланнÑ...",embeddingFailed:"Це URl поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ðµ може бÑÑи авÑомаÑиÑно вбÑдовано."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/zh-cn.js b/public/assets/ckeditor/plugins/autoembed/lang/zh-cn.js new file mode 100644 index 0000000..5235352 --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","zh-cn",{embeddingInProgress:"æ£å¨å°è¯åµå ¥ç²è´´ç URL éçåªä½å 容...",embeddingFailed:"æ¤ URL æ æ³èªå¨åµå ¥åªä½å 容ã"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/lang/zh.js b/public/assets/ckeditor/plugins/autoembed/lang/zh.js new file mode 100644 index 0000000..5480c9d --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","zh",{embeddingInProgress:"æ£å¨å試åµå ¥å·²è²¼ä¸ç URL...",embeddingFailed:"éå URL ç¡æ³è¢«èªååµå ¥ã"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autoembed/plugin.js b/public/assets/ckeditor/plugins/autoembed/plugin.js new file mode 100644 index 0000000..2e7c3ed --- /dev/null +++ b/public/assets/ckeditor/plugins/autoembed/plugin.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function p(a,g){var b=a.editable().findOne('a[data-cke-autoembed\x3d"'+g+'"]'),c=a.lang.autoembed,d;if(b&&b.data("cke-saved-href")){var b=b.data("cke-saved-href"),e=CKEDITOR.plugins.autoEmbed.getWidgetDefinition(a,b);if(e){var f="function"==typeof e.defaults?e.defaults():e.defaults,f=CKEDITOR.dom.element.createFromHtml(e.template.output(f)),h,m=a.widgets.wrapElement(f,e.name),n=new CKEDITOR.dom.documentFragment(m.getDocument());n.append(m);(h=a.widgets.initOn(f,e))?(d=a.showNotification(c.embeddingInProgress, +"info"),h.loadContent(b,{noNotifications:!0,callback:function(){var b=a.editable().findOne('a[data-cke-autoembed\x3d"'+g+'"]');if(b){var c=a.getSelection(),e=a.createRange(),f=a.editable();a.fire("saveSnapshot");a.fire("lockSnapshot",{dontUpdate:!0});var l=c.createBookmarks(!1)[0],k=l.startNode,h=l.endNode||k;CKEDITOR.env.ie&&9>CKEDITOR.env.version&&!l.endNode&&k.equals(b.getNext())&&b.append(k);e.setStartBefore(b);e.setEndAfter(b);f.insertElement(m,e);f.contains(k)&&f.contains(h)?c.selectBookmarks([l]): +(k.remove(),h.remove());a.fire("unlockSnapshot")}d.hide();a.widgets.finalizeCreation(n)},errorCallback:function(){d.hide();a.widgets.destroy(h,!0);a.showNotification(c.embeddingFailed,"info")}})):a.widgets.finalizeCreation(n)}else CKEDITOR.warn("autoembed-no-widget-def")}}var q=/^<a[^>]+href="([^"]+)"[^>]*>([^<]+)<\/a>$/i;CKEDITOR.plugins.add("autoembed",{requires:"autolink,undo",lang:"cs,de,de-ch,en,eo,eu,fr,it,ko,ku,mk,nb,pl,pt-br,ru,tr,ug,uk,zh,zh-cn",init:function(a){var g=1,b;a.on("paste",function(c){if(c.data.dataTransfer.getTransferType(a)== +CKEDITOR.DATA_TRANSFER_INTERNAL)b=0;else{var d=c.data.dataValue.match(q);if(b=null!=d&&decodeURI(d[1])==decodeURI(d[2]))c.data.dataValue='\x3ca data-cke-autoembed\x3d"'+ ++g+'"'+c.data.dataValue.substr(2)}},null,null,20);a.on("afterPaste",function(){b&&p(a,g)})}});CKEDITOR.plugins.autoEmbed={getWidgetDefinition:function(a,g){var b=a.config.autoEmbed_widget||"embed,embedSemantic",c,d=a.widgets.registered;if("string"==typeof b)for(b=b.split(",");c=b.shift();){if(d[c])return d[c]}else if("function"== +typeof b)return d[b(g)];return null}}})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autogrow/plugin.js b/public/assets/ckeditor/plugins/autogrow/plugin.js new file mode 100644 index 0000000..2dff45b --- /dev/null +++ b/public/assets/ckeditor/plugins/autogrow/plugin.js @@ -0,0 +1,8 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function h(a){function m(){e=a.document;n=e[CKEDITOR.env.ie?"getBody":"getDocumentElement"]();c=CKEDITOR.env.quirks?e.getBody():e.getDocumentElement();var d=CKEDITOR.env.quirks?c:c.findOne("body");d&&(d.setStyle("height","auto"),d.setStyle("min-height",CKEDITOR.env.safari?"0%":"auto"));f=CKEDITOR.dom.element.createFromHtml('\x3cspan style\x3d"margin:0;padding:0;border:0;clear:both;width:1px;height:1px;display:block;"\x3e'+(CKEDITOR.env.webkit?"\x26nbsp;":"")+"\x3c/span\x3e",e)}function g(){k&& +c.setStyle("overflow-y","hidden");var d=a.window.getViewPaneSize().height,b;n.append(f);b=f.getDocumentPosition(e).y+f.$.offsetHeight;f.remove();b+=h;b=Math.max(b,r);b=Math.min(b,p);b!=d&&l!=b&&(b=a.fire("autoGrow",{currentHeight:d,newHeight:b}).newHeight,a.resize(a.container.getStyle("width"),b,!0),l=b);k||(b<p&&c.$.scrollHeight>c.$.clientHeight?c.setStyle("overflow-y","hidden"):c.removeStyle("overflow-y"))}var l,e,n,c,f,h=a.config.autoGrow_bottomSpace||0,r=void 0!==a.config.autoGrow_minHeight?a.config.autoGrow_minHeight: +200,p=a.config.autoGrow_maxHeight||Infinity,k=!a.config.autoGrow_maxHeight;a.addCommand("autogrow",{exec:g,modes:{wysiwyg:1},readOnly:1,canUndo:!1,editorFocus:!1});var t={contentDom:1,key:1,selectionChange:1,insertElement:1,mode:1},q;for(q in t)a.on(q,function(d){"wysiwyg"==d.editor.mode&&setTimeout(function(){var b=a.getCommand("maximize");!a.window||b&&b.state==CKEDITOR.TRISTATE_ON?l=null:(g(),k||g())},100)});a.on("afterCommandExec",function(a){"maximize"==a.data.name&&"wysiwyg"==a.editor.mode&& +(a.data.command.state==CKEDITOR.TRISTATE_ON?c.removeStyle("overflow-y"):g())});a.on("contentDom",m);m();a.config.autoGrow_onStartup&&a.execCommand("autogrow")}CKEDITOR.plugins.add("autogrow",{init:function(a){if(a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE)a.on("instanceReady",function(){a.editable().isInline()?a.ui.space("contents").setStyle("height","auto"):h(a)})}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/autolink/plugin.js b/public/assets/ckeditor/plugins/autolink/plugin.js new file mode 100644 index 0000000..5a864e7 --- /dev/null +++ b/public/assets/ckeditor/plugins/autolink/plugin.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){var d=/^(https?|ftp):\/\/(-\.)?([^\s\/?\.#-]+\.?)+(\/[^\s]*)?[^\s\.,]$/ig,e=/"/g;CKEDITOR.plugins.add("autolink",{requires:"clipboard",init:function(c){c.on("paste",function(b){var a=b.data.dataValue;b.data.dataTransfer.getTransferType(c)==CKEDITOR.DATA_TRANSFER_INTERNAL||-1<a.indexOf("\x3c")||(a=a.replace(d,'\x3ca href\x3d"'+a.replace(e,"%22")+'"\x3e$\x26\x3c/a\x3e'),a!=b.data.dataValue&&(b.data.type="html"),b.data.dataValue=a)})}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bbcode/plugin.js b/public/assets/ckeditor/plugins/bbcode/plugin.js new file mode 100644 index 0000000..025b2b7 --- /dev/null +++ b/public/assets/ckeditor/plugins/bbcode/plugin.js @@ -0,0 +1,22 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.on("dialogDefinition",function(a){var b;b=a.data.name;a=a.data.definition;"link"==b?(a.removeContents("target"),a.removeContents("upload"),a.removeContents("advanced"),b=a.getContents("info"),b.remove("emailSubject"),b.remove("emailBody")):"image"==b&&(a.removeContents("advanced"),b=a.getContents("Link"),b.remove("cmbTarget"),b=a.getContents("info"),b.remove("txtAlt"),b.remove("basic"))});var l={b:"strong",u:"u",i:"em",color:"span",size:"span",quote:"blockquote",code:"code",url:"a", +email:"span",img:"span","*":"li",list:"ol"},x={strong:"b",b:"b",u:"u",em:"i",i:"i",code:"code",li:"*"},m={strong:"b",em:"i",u:"u",li:"*",ul:"list",ol:"list",code:"code",a:"link",img:"img",blockquote:"quote"},y={color:"color",size:"font-size"},z={url:"href",email:"mailhref",quote:"cite",list:"listType"},n=CKEDITOR.dtd,A=CKEDITOR.tools.extend({table:1},n.$block,n.$listItem,n.$tableContent,n.$list),C=/\s*(?:;\s*|$)/,q={smiley:":)",sad:":(",wink:";)",laugh:":D",cheeky:":P",blush:":*)",surprise:":-o", +indecision:":|",angry:"\x3e:(",angel:"o:)",cool:"8-)",devil:"\x3e:-)",crying:";(",kiss:":-*"},B={},r=[],t;for(t in q)B[q[t]]=t,r.push(q[t].replace(/\(|\)|\:|\/|\*|\-|\|/g,function(a){return"\\"+a}));var r=new RegExp(r.join("|"),"g"),D=function(){var a=[],b={nbsp:" ",shy:"Â"},c;for(c in b)a.push(c);a=new RegExp("\x26("+a.join("|")+");","g");return function(c){return c.replace(a,function(a,c){return b[c]})}}();CKEDITOR.BBCodeParser=function(){this._={bbcPartsRegex:/(?:\[([^\/\]=]*?)(?:=([^\]]*?))?\])|(?:\[\/([a-z]{1,16})\])/ig}}; +CKEDITOR.BBCodeParser.prototype={parse:function(a){for(var b,c,h=0;b=this._.bbcPartsRegex.exec(a);)if(c=b.index,c>h&&(h=a.substring(h,c),this.onText(h,1)),h=this._.bbcPartsRegex.lastIndex,(c=(b[1]||b[3]||"").toLowerCase())&&!l[c])this.onText(b[0]);else if(b[1]){var f=l[c],k={},g={};if(b=b[2])if("list"==c&&(isNaN(b)?/^[a-z]+$/.test(b)?b="lower-alpha":/^[A-Z]+$/.test(b)&&(b="upper-alpha"):b="decimal"),y[c]){"size"==c&&(b+="%");g[y[c]]=b;b=k;var e="",d=void 0;for(d in g)var u=(d+":"+g[d]).replace(C, +";"),e=e+u;b.style=e}else z[c]&&(k[z[c]]=CKEDITOR.tools.htmlDecode(b));if("email"==c||"img"==c)k.bbcode=c;this.onTagOpen(f,k,CKEDITOR.dtd.$empty[f])}else if(b[3])this.onTagClose(l[c]);if(a.length>h)this.onText(a.substring(h,a.length),1)}};CKEDITOR.htmlParser.fragment.fromBBCode=function(a){function b(a){if(0<g.length)for(var f=0;f<g.length;f++){var b=g[f],c=b.name,k=CKEDITOR.dtd[c],e=d.name&&CKEDITOR.dtd[d.name];e&&!e[c]||a&&k&&!k[a]&&CKEDITOR.dtd[a]||(b=b.clone(),b.parent=d,d=b,g.splice(f,1),f--)}} +function c(a,f){var b=d.children.length,c=0<b&&d.children[b-1],b=!c&&v.getRule(m[d.name],"breakAfterOpen"),c=c&&c.type==CKEDITOR.NODE_ELEMENT&&v.getRule(m[c.name],"breakAfterClose"),k=a&&v.getRule(m[a],f?"breakBeforeClose":"breakBeforeOpen");e&&(b||c||k)&&e--;e&&a in A&&e++;for(;e&&e--;)d.children.push(new CKEDITOR.htmlParser.element("br"))}function h(a,f){c(a.name,1);f=f||d||k;var b=f.children.length;a.previous=0<b&&f.children[b-1]||null;a.parent=f;f.children.push(a);a.returnPoint&&(d=a.returnPoint, +delete a.returnPoint)}var f=new CKEDITOR.BBCodeParser,k=new CKEDITOR.htmlParser.fragment,g=[],e=0,d=k,u;f.onTagOpen=function(a,k){var e=new CKEDITOR.htmlParser.element(a,k);if(CKEDITOR.dtd.$removeEmpty[a])g.push(e);else{var w=d.name,p=w&&(CKEDITOR.dtd[w]||(d._.isBlockLike?CKEDITOR.dtd.div:CKEDITOR.dtd.span));if(p&&!p[a]){var p=!1,l;a==w?h(d,d.parent):(a in CKEDITOR.dtd.$listItem?(f.onTagOpen("ul",{}),l=d):(h(d,d.parent),g.unshift(d)),p=!0);d=l?l:d.returnPoint||d.parent;if(p){f.onTagOpen.apply(this, +arguments);return}}b(a);c(a);e.parent=d;e.returnPoint=u;u=0;e.isEmpty?h(e):d=e}};f.onTagClose=function(a){for(var f=g.length-1;0<=f;f--)if(a==g[f].name){g.splice(f,1);return}for(var b=[],c=[],e=d;e.type&&e.name!=a;)e._.isBlockLike||c.unshift(e),b.push(e),e=e.parent;if(e.type){for(f=0;f<b.length;f++)a=b[f],h(a,a.parent);d=e;h(e,e.parent);e==d&&(d=d.parent);g=g.concat(c)}};f.onText=function(a){var f=CKEDITOR.dtd[d.name];if(!f||f["#"])c(),b(),a.replace(/(\r\n|[\r\n])|[^\r\n]*/g,function(a,f){if(void 0!== +f&&f.length)e++;else if(a.length){var b=0;a.replace(r,function(f,c){h(new CKEDITOR.htmlParser.text(a.substring(b,c)),d);h(new CKEDITOR.htmlParser.element("smiley",{desc:B[f]}),d);b=c+f.length});b!=a.length&&h(new CKEDITOR.htmlParser.text(a.substring(b,a.length)),d)}})};for(f.parse(CKEDITOR.tools.htmlEncode(a));d.type!=CKEDITOR.NODE_DOCUMENT_FRAGMENT;)a=d.parent,h(d,a),d=a;return k};var v=new (CKEDITOR.tools.createClass({$:function(){this._={output:[],rules:[]};this.setRules("list",{breakBeforeOpen:1, +breakAfterOpen:1,breakBeforeClose:1,breakAfterClose:1});this.setRules("*",{breakBeforeOpen:1,breakAfterOpen:0,breakBeforeClose:1,breakAfterClose:0});this.setRules("quote",{breakBeforeOpen:1,breakAfterOpen:0,breakBeforeClose:0,breakAfterClose:1})},proto:{setRules:function(a,b){var c=this._.rules[a];c?CKEDITOR.tools.extend(c,b,!0):this._.rules[a]=b},getRule:function(a,b){return this._.rules[a]&&this._.rules[a][b]},openTag:function(a){a in l&&(this.getRule(a,"breakBeforeOpen")&&this.lineBreak(1),this.write("[", +a))},openTagClose:function(a){"br"==a?this._.output.push("\n"):a in l&&(this.write("]"),this.getRule(a,"breakAfterOpen")&&this.lineBreak(1))},attribute:function(a,b){"option"==a&&this.write("\x3d",b)},closeTag:function(a){a in l&&(this.getRule(a,"breakBeforeClose")&&this.lineBreak(1),"*"!=a&&this.write("[/",a,"]"),this.getRule(a,"breakAfterClose")&&this.lineBreak(1))},text:function(a){this.write(a)},comment:function(){},lineBreak:function(){!this._.hasLineBreak&&this._.output.length&&(this.write("\n"), +this._.hasLineBreak=1)},write:function(){this._.hasLineBreak=0;var a=Array.prototype.join.call(arguments,"");this._.output.push(a)},reset:function(){this._.output=[];this._.hasLineBreak=0},getHtml:function(a){var b=this._.output.join("");a&&this.reset();return D(b)}}}));CKEDITOR.plugins.add("bbcode",{requires:"entities",beforeInit:function(a){CKEDITOR.tools.extend(a.config,{enterMode:CKEDITOR.ENTER_BR,basicEntities:!1,entities:!1,fillEmptyBlocks:!1},!0);a.filter.disable();a.activeEnterMode=a.enterMode= +CKEDITOR.ENTER_BR},init:function(a){function b(a){var b=a.data;a=CKEDITOR.htmlParser.fragment.fromBBCode(a.data.dataValue);var c=new CKEDITOR.htmlParser.basicWriter;a.writeHtml(c,h);a=c.getHtml(!0);b.dataValue=a}var c=a.config,h=new CKEDITOR.htmlParser.filter;h.addRules({elements:{blockquote:function(a){var b=new CKEDITOR.htmlParser.element("div");b.children=a.children;a.children=[b];if(b=a.attributes.cite){var c=new CKEDITOR.htmlParser.element("cite");c.add(new CKEDITOR.htmlParser.text(b.replace(/^"|"$/g, +"")));delete a.attributes.cite;a.children.unshift(c)}},span:function(a){var b;if(b=a.attributes.bbcode)"img"==b?(a.name="img",a.attributes.src=a.children[0].value,a.children=[]):"email"==b&&(a.name="a",a.attributes.href="mailto:"+a.children[0].value),delete a.attributes.bbcode},ol:function(a){a.attributes.listType?"decimal"!=a.attributes.listType&&(a.attributes.style="list-style-type:"+a.attributes.listType):a.name="ul";delete a.attributes.listType},a:function(a){a.attributes.href||(a.attributes.href= +a.children[0].value)},smiley:function(a){a.name="img";var b=a.attributes.desc,g=c.smiley_images[CKEDITOR.tools.indexOf(c.smiley_descriptions,b)],g=CKEDITOR.tools.htmlEncode(c.smiley_path+g);a.attributes={src:g,"data-cke-saved-src":g,title:b,alt:b}}}});a.dataProcessor.htmlFilter.addRules({elements:{$:function(b){var c=b.attributes,g=CKEDITOR.tools.parseCssText(c.style,1),e,d=b.name;if(d in x)d=x[d];else if("span"==d)if(e=g.color)d="color",e=CKEDITOR.tools.convertRgbToHex(e);else{if(e=g["font-size"])if(c= +e.match(/(\d+)%$/))e=c[1],d="size"}else if("ol"==d||"ul"==d){if(e=g["list-style-type"])switch(e){case "lower-alpha":e="a";break;case "upper-alpha":e="A"}else"ol"==d&&(e=1);d="list"}else if("blockquote"==d){try{var h=b.children[0],l=b.children[1],m="cite"==h.name&&h.children[0].value;m&&(e='"'+m+'"',b.children=l.children)}catch(n){}d="quote"}else if("a"==d){if(e=c.href)-1!==e.indexOf("mailto:")?(d="email",b.children=[new CKEDITOR.htmlParser.text(e.replace("mailto:",""))],e=""):((d=1==b.children.length&& +b.children[0])&&d.type==CKEDITOR.NODE_TEXT&&d.value==e&&(e=""),d="url")}else if("img"==d){b.isEmpty=0;g=c["data-cke-saved-src"]||c.src;c=c.alt;if(g&&-1!=g.indexOf(a.config.smiley_path)&&c)return new CKEDITOR.htmlParser.text(q[c]);b.children=[new CKEDITOR.htmlParser.text(g)]}b.name=d;e&&(b.attributes.option=e);return null},br:function(a){if((a=a.next)&&a.name in A)return!1}}},1);a.dataProcessor.writer=v;if(a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE)a.once("contentDom",function(){a.on("setData",b)}); +else a.on("setData",b)},afterInit:function(a){var b;a._.elementsPath&&(b=a._.elementsPath.filters)&&b.push(function(b){var h=b.getName(),f=m[h]||!1;"link"==f&&0===b.getAttribute("href").indexOf("mailto:")?f="email":"span"==h?b.getStyle("font-size")?f="size":b.getStyle("color")&&(f="color"):"img"==f&&(b=b.data("cke-saved-src")||b.getAttribute("src"))&&0===b.indexOf(a.config.smiley_path)&&(f="smiley");return f})}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/icons/bidiltr.png b/public/assets/ckeditor/plugins/bidi/icons/bidiltr.png new file mode 100644 index 0000000000000000000000000000000000000000..a909c0103b4bbf439f65374a29a46fbfaf2a1f67 GIT binary patch literal 769 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|ila!~6V~EA+*2(+*q#Xs?_ut(sFjwGN3YW$sAt|my+yNJYFE8<& zZQj5p*T~)xw4}f}PJuOu%PLCifQQ?$O(KmoR<FPPd+W!wN!(*j%97kN)BQisns3fB zkod4Z!0YT@aY2Sf`&Bd78XimN`T6*+WqUE-`@c1eYfZbmyGwS*Zn;*>Dkm?0^0SQX z`dx-?dE2`UpG^&VwKwRMlcwrJmq3-de(Y;aCkCzBs-sl#{$f=7srP1PW_G!Gc}YDF zzkJzp=kDEF+qr&)=M<G(qOu=ZsP!eUT6HMux6GaPxpQS#txB?yV^&#w@kCr~?9|C8 zS)R+>l5n1+Qerjt@zklJ)22_4F38T#zF1<VdcJtoDkhDz&5{m5(^Qq3!n`(a*wA43 z%tNzu&z3DNGRL1(p8NOj-_r~eCEwsvn{pVVvb!H_YTdDS@7Y(cUQG;oWzm<sN$2sC zCr@tQyLa#U?AfzVoA^dECi_^=4O2L6RJB)bZ`^y|*y|#$j30h}`0(NM+qY}0D=HWk zWJ+zhw&jCs%dT}h_wP@yt^NDv-Me?yvzA#r-?4Asy7t2lkMCM{KP{3?AYzMP<@=du z({gfi=YIYDxBFv7jleJ7$08FSaAfN$eafCXw>Ty8*w3Foj}}<i6r9@|vFiCr#Wh<i z-p^mApk(5EIKjXoV^-R`Tgx)LI;H@FLQvDWTVH`qV}JX1I}49GKPAmBruTn?@BQCb zEWpWm{wBj8hP-^!M_hY;Rs)lcYKdz^NlIc#s#S7PDv)9@GB7mOH89sTFbOd<w=ysW zB5eaBD+2@HCA)#i3Q0q5eoAIqC2kEiKbemJHAsSN2+mI{DNig)WhgH%*UQYyE>2D? ZNY%?PN}v7CMhd8i!PC{xWt~$(69BAIPS*ec literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/bidi/icons/bidirtl.png b/public/assets/ckeditor/plugins/bidi/icons/bidirtl.png new file mode 100644 index 0000000000000000000000000000000000000000..7dbad48c123532de7d3ce1883187581cd5cfa3ca GIT binary patch literal 768 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|ilccAMV~EA+(%{{BQjQ|F<?kF+k}q(HFXLExcZb3s2G+gV=9!nC z@xM9tkEPyWic+ieCuU8Zr3LP<yQZ@=i3X))hj*8KGd0#cq!Xd$J}c|lJj>_ziZiX| z9%}3;;J6m`hksIsLJNa&^UV9U7owcAd6UmLDrvSjtPOMCe6vO1k;1{(ueBdpv|amk zcW*+P$!uSP;?|CR0v9KAtg#OAx}9OdH)%T8w(0ZFpFh7pJ|?DNrlADSrMmt96*-zd zrKeBt@bWI|f0Moby7RQu54G|Pd!81pbXy#_D{lS5t!-0;+}+(*gsl$na@1sfD0Mk& zYl;9%$76}eX^ak=Zssr?IK7GI4A1$`1w}<oZi@?_SIW(hbjt44=qe~J{kkVcPq0n# zl8LVLiYZ<*B#$3IzT*08g+<nB`__i7{;!j{7AX7f{rmd(xVV3_eALb-N=#!3@(R(K zy6MN4FJHFZe*11&LXYDl6^0LwpFMl_Jjd*^zP>&~!y*j_mkrkzX>e`1{kH#YnRKAY zTaK7t#~v5j%|E~YY309@wl}^p`8`eA_@lV2?Awm0wG*COuGuQU@W4&8rD5we&88r( zYf%!(3#K%^|9zdGpZ~Dm^3OYN<^Zjl$)|o*)LLU{LQmsntNG{G&!0E1El|WUyVv|< zQPA40FRS*pZ8hUP{K2=Sd(nXstG#+%N$Cd@*Dt(RCKNYG#o*YUn>YThUHZ4QOyxIg zb)bF6{;3;XHh$CVUja-xswJ)wB`Jv|saDBFsX&Us$iUE8*T7uYz$C=b+{(Zhh_nri ztPBi%m+S_nDkKfL`6-!cmAEz7{A4}?)F276Aviy+q&%@Gm7%=6TrV>(yEr+qAXP8F VD1G)j8!4b722WQ%mvv4FO#okUNGAXQ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/bidi/icons/hidpi/bidiltr.png b/public/assets/ckeditor/plugins/bidi/icons/hidpi/bidiltr.png new file mode 100644 index 0000000000000000000000000000000000000000..c5998e007764ea631a643dd033e239273fa5afda GIT binary patch literal 1579 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/bidi/icons/hidpi/bidirtl.png b/public/assets/ckeditor/plugins/bidi/icons/hidpi/bidirtl.png new file mode 100644 index 0000000000000000000000000000000000000000..8aa2adc87009f5751a5e799743dd8784948de156 GIT binary patch literal 1596 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/bidi/lang/af.js b/public/assets/ckeditor/plugins/bidi/lang/af.js new file mode 100644 index 0000000..0b9a692 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","af",{ltr:"Skryfrigting van links na regs",rtl:"Skryfrigting van regs na links"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/ar.js b/public/assets/ckeditor/plugins/bidi/lang/ar.js new file mode 100644 index 0000000..a776f79 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ar",{ltr:"إتجا٠اÙÙØµ ٠٠اÙÙØ³Ø§Ø± Ø¥Ù٠اÙÙÙ ÙÙ",rtl:"إتجا٠اÙÙØµ ٠٠اÙÙÙ Ù٠إÙ٠اÙÙØ³Ø§Ø±"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/bg.js b/public/assets/ckeditor/plugins/bidi/lang/bg.js new file mode 100644 index 0000000..cd775f8 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","bg",{ltr:"ÐоÑока на ÑекÑÑа Ð¾Ñ Ð»Ñво на дÑÑно",rtl:"ÐоÑока на ÑекÑÑа Ð¾Ñ Ð´ÑÑно на лÑво"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/bn.js b/public/assets/ckeditor/plugins/bidi/lang/bn.js new file mode 100644 index 0000000..34ef746 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","bn",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/bs.js b/public/assets/ckeditor/plugins/bidi/lang/bs.js new file mode 100644 index 0000000..849f6f4 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","bs",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/ca.js b/public/assets/ckeditor/plugins/bidi/lang/ca.js new file mode 100644 index 0000000..10076e2 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ca",{ltr:"Direcció del text d'esquerra a dreta",rtl:"Direcció del text de dreta a esquerra"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/cs.js b/public/assets/ckeditor/plugins/bidi/lang/cs.js new file mode 100644 index 0000000..fa4a0f8 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","cs",{ltr:"SmÄr textu zleva doprava",rtl:"SmÄr textu zprava doleva"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/cy.js b/public/assets/ckeditor/plugins/bidi/lang/cy.js new file mode 100644 index 0000000..76b1096 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","cy",{ltr:"Cyfeiriad testun o'r chwith i'r dde",rtl:"Cyfeiriad testun o'r dde i'r chwith"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/da.js b/public/assets/ckeditor/plugins/bidi/lang/da.js new file mode 100644 index 0000000..9474fff --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","da",{ltr:"Tekstretning fra venstre til højre",rtl:"Tekstretning fra højre til venstre"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/de-ch.js b/public/assets/ckeditor/plugins/bidi/lang/de-ch.js new file mode 100644 index 0000000..bc77391 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","de-ch",{ltr:"Leserichtung von Links nach Rechts",rtl:"Leserichtung von Rechts nach Links"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/de.js b/public/assets/ckeditor/plugins/bidi/lang/de.js new file mode 100644 index 0000000..5193d80 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","de",{ltr:"Leserichtung von Links nach Rechts",rtl:"Leserichtung von Rechts nach Links"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/el.js b/public/assets/ckeditor/plugins/bidi/lang/el.js new file mode 100644 index 0000000..73f7703 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","el",{ltr:"ÎιεÏÎ¸Ï Î½Ïη κειμÎÎ½Î¿Ï Î±ÏÏ Î±ÏιÏÏεÏά ÏÏα δεξιά",rtl:"ÎιεÏÎ¸Ï Î½Ïη κειμÎÎ½Î¿Ï Î±ÏÏ Î´ÎµÎ¾Î¹Î¬ ÏÏα αÏιÏÏεÏά"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/en-au.js b/public/assets/ckeditor/plugins/bidi/lang/en-au.js new file mode 100644 index 0000000..5939f82 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","en-au",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/en-ca.js b/public/assets/ckeditor/plugins/bidi/lang/en-ca.js new file mode 100644 index 0000000..78827e3 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","en-ca",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/en-gb.js b/public/assets/ckeditor/plugins/bidi/lang/en-gb.js new file mode 100644 index 0000000..3dd3821 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","en-gb",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/en.js b/public/assets/ckeditor/plugins/bidi/lang/en.js new file mode 100644 index 0000000..f9aed2a --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","en",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/eo.js b/public/assets/ckeditor/plugins/bidi/lang/eo.js new file mode 100644 index 0000000..30e93b1 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","eo",{ltr:"Tekstdirekto de maldekstre dekstren",rtl:"Tekstdirekto de dekstre maldekstren"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/es.js b/public/assets/ckeditor/plugins/bidi/lang/es.js new file mode 100644 index 0000000..7321b29 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","es",{ltr:"Dirección del texto de izquierda a derecha",rtl:"Dirección del texto de derecha a izquierda"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/et.js b/public/assets/ckeditor/plugins/bidi/lang/et.js new file mode 100644 index 0000000..cd49954 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","et",{ltr:"Teksti suund vasakult paremale",rtl:"Teksti suund paremalt vasakule"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/eu.js b/public/assets/ckeditor/plugins/bidi/lang/eu.js new file mode 100644 index 0000000..0fbdda3 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","eu",{ltr:"Testuaren norantza ezkerretik eskuinera",rtl:"Testuaren norantza eskuinetik ezkerrera"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/fa.js b/public/assets/ckeditor/plugins/bidi/lang/fa.js new file mode 100644 index 0000000..a625ce9 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","fa",{ltr:"Ø¬ÙØª ٠ت٠از ÚÙ¾ ب٠راست",rtl:"Ø¬ÙØª ٠ت٠از راست ب٠ÚÙ¾"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/fi.js b/public/assets/ckeditor/plugins/bidi/lang/fi.js new file mode 100644 index 0000000..d6501bf --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","fi",{ltr:"Tekstin suunta vasemmalta oikealle",rtl:"Tekstin suunta oikealta vasemmalle"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/fo.js b/public/assets/ckeditor/plugins/bidi/lang/fo.js new file mode 100644 index 0000000..9f93650 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","fo",{ltr:"Tekstkós frá vinstru til høgru",rtl:"Tekstkós frá høgru til vinstru"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/fr-ca.js b/public/assets/ckeditor/plugins/bidi/lang/fr-ca.js new file mode 100644 index 0000000..0f92cc7 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","fr-ca",{ltr:"Direction du texte de gauche à droite",rtl:"Direction du texte de droite à gauche"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/fr.js b/public/assets/ckeditor/plugins/bidi/lang/fr.js new file mode 100644 index 0000000..f390468 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","fr",{ltr:"Direction du texte de la gauche vers la droite",rtl:"Direction du texte de la droite vers la gauche"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/gl.js b/public/assets/ckeditor/plugins/bidi/lang/gl.js new file mode 100644 index 0000000..8c33c96 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","gl",{ltr:"Dirección do texto de esquerda a dereita",rtl:"Dirección do texto de dereita a esquerda"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/gu.js b/public/assets/ckeditor/plugins/bidi/lang/gu.js new file mode 100644 index 0000000..69fb4eb --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","gu",{ltr:"àªà«àªà«àª·à«àª¤à« નૠદિશા ડાબૠથૠàªàª®àª£à«",rtl:"àªà«àªà«àª·à«àª¤à« નૠદિશા àªàª®àª£à« થૠડાબà«"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/he.js b/public/assets/ckeditor/plugins/bidi/lang/he.js new file mode 100644 index 0000000..5f35dbc --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","he",{ltr:"××××× ××§×¡× ×ש××× ××××× (LTR)",rtl:"××××× ××§×¡× ××××× ×ש××× (RTL)"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/hi.js b/public/assets/ckeditor/plugins/bidi/lang/hi.js new file mode 100644 index 0000000..1a56a67 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","hi",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/hr.js b/public/assets/ckeditor/plugins/bidi/lang/hr.js new file mode 100644 index 0000000..e53b4d9 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","hr",{ltr:"Smjer teksta s lijeva na desno",rtl:"Smjer teksta s desna na lijevo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/hu.js b/public/assets/ckeditor/plugins/bidi/lang/hu.js new file mode 100644 index 0000000..2edc781 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","hu",{ltr:"Szöveg iránya balról jobbra",rtl:"Szöveg iránya jobbról balra"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/id.js b/public/assets/ckeditor/plugins/bidi/lang/id.js new file mode 100644 index 0000000..a614b24 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","id",{ltr:"Arah penulisan dari kiri ke kanan.",rtl:"Arah penulisan dari kanan ke kiri."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/is.js b/public/assets/ckeditor/plugins/bidi/lang/is.js new file mode 100644 index 0000000..9bee7c8 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","is",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/it.js b/public/assets/ckeditor/plugins/bidi/lang/it.js new file mode 100644 index 0000000..c9fc54b --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","it",{ltr:"Direzione del testo da sinistra verso destra",rtl:"Direzione del testo da destra verso sinistra"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/ja.js b/public/assets/ckeditor/plugins/bidi/lang/ja.js new file mode 100644 index 0000000..53ac0ee --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ja",{ltr:"ããã¹ãã®åã : å·¦ããå³ã¸",rtl:"ããã¹ãã®åã : å³ããå·¦ã¸"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/ka.js b/public/assets/ckeditor/plugins/bidi/lang/ka.js new file mode 100644 index 0000000..fb14539 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ka",{ltr:"á¢áá¥á¡á¢áá¡ ááááá áá£áááá ááá áªá®ááááá ááá á¯áááá",rtl:"á¢áá¥á¡á¢áá¡ ááááá áá£áááá ááá á¯áááááá ááá áªá®ááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/km.js b/public/assets/ckeditor/plugins/bidi/lang/km.js new file mode 100644 index 0000000..fec2b24 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","km",{ltr:"áá·áâáá âá¢ááááâáá¸âáááááâáá âáááá¶á",rtl:"áá·áâáá âá¢ááááâáá¸âáááá¶áâáá âááááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/ko.js b/public/assets/ckeditor/plugins/bidi/lang/ko.js new file mode 100644 index 0000000..3b154ac --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ko",{ltr:"í ì¤í¸ ë°©í¥ì´ ì¼ìª½ìì ì¤ë¥¸ìª½ì¼ë¡ ",rtl:"í ì¤í¸ ë°©í¥ì´ ì¤ë¥¸ìª½ìì ì¼ìª½ì¼ë¡"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/ku.js b/public/assets/ckeditor/plugins/bidi/lang/ku.js new file mode 100644 index 0000000..9b668f0 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ku",{ltr:"ئاراستÛÛ ÙÙÙØ³Û ÙÛ ÚÛÙ¾ Ø¨Û ÚØ§Ø³Øª",rtl:"ئاراستÛÛ ÙÙÙØ³Û ÙÛ ÚØ§Ø³Øª Ø¨Û ÚÛÙ¾"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/lt.js b/public/assets/ckeditor/plugins/bidi/lang/lt.js new file mode 100644 index 0000000..d809fc0 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","lt",{ltr:"Tekstas iÅ¡ kairÄs į deÅ¡inÄ",rtl:"Tekstas iÅ¡ deÅ¡inÄs į kairÄ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/lv.js b/public/assets/ckeditor/plugins/bidi/lang/lv.js new file mode 100644 index 0000000..014b9cf --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","lv",{ltr:"Teksta virziens no kreisÄs uz labo",rtl:"Teksta virziens no labÄs uz kreiso"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/mk.js b/public/assets/ckeditor/plugins/bidi/lang/mk.js new file mode 100644 index 0000000..aab32ce --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","mk",{ltr:"ÐаÑока на ÑекÑÑ: од лево кон деÑно",rtl:"ÐаÑока на ÑекÑÑ: од деÑно кон лево"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/mn.js b/public/assets/ckeditor/plugins/bidi/lang/mn.js new file mode 100644 index 0000000..d7f6ba9 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","mn",{ltr:"ÐүүнÑÑÑ Ð±Ð°ÑÑÑн ÑÐ¸Ð¹Ñ Ð±Ð¸ÑлÑг",rtl:"ÐаÑÑÑÐ½Ð°Ð°Ñ Ð·Ò¯Ò¯Ð½ ÑÐ¸Ð¹Ñ Ð±Ð¸ÑлÑг"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/ms.js b/public/assets/ckeditor/plugins/bidi/lang/ms.js new file mode 100644 index 0000000..09c685d --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ms",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/nb.js b/public/assets/ckeditor/plugins/bidi/lang/nb.js new file mode 100644 index 0000000..05d502c --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","nb",{ltr:"Tekstretning fra venstre til høyre",rtl:"Tekstretning fra høyre til venstre"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/nl.js b/public/assets/ckeditor/plugins/bidi/lang/nl.js new file mode 100644 index 0000000..c7babcf --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","nl",{ltr:"Schrijfrichting van links naar rechts",rtl:"Schrijfrichting van rechts naar links"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/no.js b/public/assets/ckeditor/plugins/bidi/lang/no.js new file mode 100644 index 0000000..e956963 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","no",{ltr:"Tekstretning fra venstre til høyre",rtl:"Tekstretning fra høyre til venstre"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/pl.js b/public/assets/ckeditor/plugins/bidi/lang/pl.js new file mode 100644 index 0000000..bcee3e0 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","pl",{ltr:"Kierunek tekstu od lewej strony do prawej",rtl:"Kierunek tekstu od prawej strony do lewej"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/pt-br.js b/public/assets/ckeditor/plugins/bidi/lang/pt-br.js new file mode 100644 index 0000000..e62c4ca --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","pt-br",{ltr:"Direção do texto da esquerda para a direita",rtl:"Direção do texto da direita para a esquerda"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/pt.js b/public/assets/ckeditor/plugins/bidi/lang/pt.js new file mode 100644 index 0000000..293ba25 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","pt",{ltr:"Direção do texto da esquerda para a direita",rtl:"Direção do texto da direita para a esquerda"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/ro.js b/public/assets/ckeditor/plugins/bidi/lang/ro.js new file mode 100644 index 0000000..a35c420 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ro",{ltr:"DirecÈia textului de la stânga la dreapta",rtl:"DirecÈia textului de la dreapta la stânga"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/ru.js b/public/assets/ckeditor/plugins/bidi/lang/ru.js new file mode 100644 index 0000000..033c000 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ru",{ltr:"ÐапÑавление ÑекÑÑа Ñлева напÑаво",rtl:"ÐапÑавление ÑекÑÑа ÑпÑава налево"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/si.js b/public/assets/ckeditor/plugins/bidi/lang/si.js new file mode 100644 index 0000000..466e72f --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","si",{ltr:"à·à¶à¶±à·à¶à· දà·à·à·à· à·à¶¸à· à·à·à¶§ දà¶à·à¶«à¶§",rtl:"à·à¶à¶±à·à¶à· දà·à·à·à· දà¶à·à¶«à· à·à·à¶§ à·à¶¸à¶§"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/sk.js b/public/assets/ckeditor/plugins/bidi/lang/sk.js new file mode 100644 index 0000000..26150c4 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","sk",{ltr:"Smer textu zľava doprava",rtl:"Smer textu sprava doľava"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/sl.js b/public/assets/ckeditor/plugins/bidi/lang/sl.js new file mode 100644 index 0000000..ae184de --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","sl",{ltr:"Smer besedila od leve proti desni",rtl:"Smer besedila od desne proti levi"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/sq.js b/public/assets/ckeditor/plugins/bidi/lang/sq.js new file mode 100644 index 0000000..8ae3bb3 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","sq",{ltr:"Drejtimi i tekstit nga e majta në të djathtë",rtl:"Drejtimi i tekstit nga e djathta në të majtë"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/sr-latn.js b/public/assets/ckeditor/plugins/bidi/lang/sr-latn.js new file mode 100644 index 0000000..04f04fc --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","sr-latn",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/sr.js b/public/assets/ckeditor/plugins/bidi/lang/sr.js new file mode 100644 index 0000000..56efd86 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","sr",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/sv.js b/public/assets/ckeditor/plugins/bidi/lang/sv.js new file mode 100644 index 0000000..b5eb279 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","sv",{ltr:"Text riktning frÃ¥n vänster till höger",rtl:"Text riktning frÃ¥n höger till vänster"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/th.js b/public/assets/ckeditor/plugins/bidi/lang/th.js new file mode 100644 index 0000000..82de00f --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","th",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/tr.js b/public/assets/ckeditor/plugins/bidi/lang/tr.js new file mode 100644 index 0000000..74fc664 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","tr",{ltr:"Metin yönü soldan saÄa",rtl:"Metin yönü saÄdan sola"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/tt.js b/public/assets/ckeditor/plugins/bidi/lang/tt.js new file mode 100644 index 0000000..f6fea6a --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","tt",{ltr:"СÑлдан Ñңга ÑзÑлÑÑ",rtl:"Уңнан ÑÑлга ÑзÑлÑÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/ug.js b/public/assets/ckeditor/plugins/bidi/lang/ug.js new file mode 100644 index 0000000..2ad6f06 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ug",{ltr:"تÛÙÙØ³Øª ÙÛÙÙÙÙØ´Ù سÙÙØ¯Ù٠ئÙÚØºØ§",rtl:"تÛÙÙØ³Øª ÙÛÙÙÙÙØ´Ù ئÙÚØ¯Ù٠سÙÙØºØ§"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/uk.js b/public/assets/ckeditor/plugins/bidi/lang/uk.js new file mode 100644 index 0000000..aaa68d7 --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","uk",{ltr:"ÐапÑÑмок ÑекÑÑÑ Ð·Ð»Ñва напÑаво",rtl:"ÐапÑÑмок ÑекÑÑÑ ÑпÑава налÑво"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/vi.js b/public/assets/ckeditor/plugins/bidi/lang/vi.js new file mode 100644 index 0000000..ceefbdd --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","vi",{ltr:"VÄn bản hưá»ng từ trái sang phải",rtl:"VÄn bản hưá»ng từ phải sang trái"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/zh-cn.js b/public/assets/ckeditor/plugins/bidi/lang/zh-cn.js new file mode 100644 index 0000000..7eae5cf --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","zh-cn",{ltr:"æåæ¹å为ä»å·¦è³å³",rtl:"æåæ¹å为ä»å³è³å·¦"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/lang/zh.js b/public/assets/ckeditor/plugins/bidi/lang/zh.js new file mode 100644 index 0000000..e978e3e --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","zh",{ltr:"æåæ¹åå¾å·¦è³å³",rtl:"æåæ¹åå¾å³è³å·¦"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/bidi/plugin.js b/public/assets/ckeditor/plugins/bidi/plugin.js new file mode 100644 index 0000000..077ec7e --- /dev/null +++ b/public/assets/ckeditor/plugins/bidi/plugin.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function q(a,f,d,b){if(!a.isReadOnly()&&!a.equals(d.editable())){CKEDITOR.dom.element.setMarker(b,a,"bidi_processed",1);b=a;for(var c=d.editable();(b=b.getParent())&&!b.equals(c);)if(b.getCustomData("bidi_processed")){a.removeStyle("direction");a.removeAttribute("dir");return}b="useComputedState"in d.config?d.config.useComputedState:1;(b?a.getComputedStyle("direction"):a.getStyle("direction")||a.hasAttribute("dir"))!=f&&(a.removeStyle("direction"),b?(a.removeAttribute("dir"),f!=a.getComputedStyle("direction")&& +a.setAttribute("dir",f)):a.setAttribute("dir",f),d.forceNextSelectionCheck())}}function v(a,f,d){var b=a.getCommonAncestor(!1,!0);a=a.clone();a.enlarge(d==CKEDITOR.ENTER_BR?CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS:CKEDITOR.ENLARGE_BLOCK_CONTENTS);if(a.checkBoundaryOfElement(b,CKEDITOR.START)&&a.checkBoundaryOfElement(b,CKEDITOR.END)){for(var c;b&&b.type==CKEDITOR.NODE_ELEMENT&&(c=b.getParent())&&1==c.getChildCount()&&!(b.getName()in f);)b=c;return b.type==CKEDITOR.NODE_ELEMENT&&b.getName()in f&&b}}function p(a){return{context:"p", +allowedContent:{"h1 h2 h3 h4 h5 h6 table ul ol blockquote div tr p div li td":{propertiesOnly:!0,attributes:"dir"}},requiredContent:"p[dir]",refresh:function(a,d){var b=a.config.useComputedState,c,b=void 0===b||b;if(!b){c=d.lastElement;for(var h=a.editable();c&&!(c.getName()in u||c.equals(h));){var e=c.getParent();if(!e)break;c=e}}c=c||d.block||d.blockLimit;c.equals(a.editable())&&(h=a.getSelection().getRanges()[0].getEnclosedNode())&&h.type==CKEDITOR.NODE_ELEMENT&&(c=h);c&&(b=b?c.getComputedStyle("direction"): +c.getStyle("direction")||c.getAttribute("dir"),a.getCommand("bidirtl").setState("rtl"==b?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF),a.getCommand("bidiltr").setState("ltr"==b?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF));b=(d.block||d.blockLimit||a.editable()).getDirection(1);b!=(a._.selDir||a.lang.dir)&&(a._.selDir=b,a.fire("contentDirChanged",b))},exec:function(f){var d=f.getSelection(),b=f.config.enterMode,c=d.getRanges();if(c&&c.length){for(var h={},e=d.createBookmarks(),c=c.createIterator(),g, +l=0;g=c.getNextRange(1);){var k=g.getEnclosedNode();k&&(!k||k.type==CKEDITOR.NODE_ELEMENT&&k.getName()in r)||(k=v(g,t,b));k&&q(k,a,f,h);var m=new CKEDITOR.dom.walker(g),n=e[l].startNode,p=e[l++].endNode;m.evaluator=function(a){var c=b==CKEDITOR.ENTER_P?"p":"div",d;if(d=(a?a.type==CKEDITOR.NODE_ELEMENT:!1)&&a.getName()in t){if(c=a.is(c))c=(c=a.getParent())?c.type==CKEDITOR.NODE_ELEMENT:!1;d=!(c&&a.getParent().is("blockquote"))}return!!(d&&a.getPosition(n)&CKEDITOR.POSITION_FOLLOWING&&(a.getPosition(p)& +CKEDITOR.POSITION_PRECEDING+CKEDITOR.POSITION_CONTAINS)==CKEDITOR.POSITION_PRECEDING)};for(;k=m.next();)q(k,a,f,h);g=g.createIterator();for(g.enlargeBr=b!=CKEDITOR.ENTER_BR;k=g.getNextParagraph(b==CKEDITOR.ENTER_P?"p":"div");)q(k,a,f,h)}CKEDITOR.dom.element.clearAllMarkers(h);f.forceNextSelectionCheck();d.selectBookmarks(e);f.focus()}}}}function w(a){var f=a==l.setAttribute,d=a==l.removeAttribute,b=/\bdirection\s*:\s*(.*?)\s*(:?$|;)/;return function(c,h){if(!this.isReadOnly()){var e;if(e=c==(f||d? +"dir":"direction")||"style"==c&&(d||b.test(h))){a:{e=this;for(var g=e.getDocument().getBody().getParent();e;){if(e.equals(g)){e=!1;break a}e=e.getParent()}e=!0}e=!e}if(e&&(e=this.getDirection(1),g=a.apply(this,arguments),e!=this.getDirection(1)))return this.getDocument().fire("dirChanged",this),g}return a.apply(this,arguments)}}var t={table:1,ul:1,ol:1,blockquote:1,div:1},r={},u={};CKEDITOR.tools.extend(r,t,{tr:1,p:1,div:1,li:1});CKEDITOR.tools.extend(u,r,{td:1});CKEDITOR.plugins.add("bidi",{lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn", +icons:"bidiltr,bidirtl",hidpi:!0,init:function(a){function f(b,c,d,e,f){a.addCommand(d,new CKEDITOR.command(a,e));a.ui.addButton&&a.ui.addButton(b,{label:c,command:d,toolbar:"bidi,"+f})}if(!a.blockless){var d=a.lang.bidi;f("BidiLtr",d.ltr,"bidiltr",p("ltr"),10);f("BidiRtl",d.rtl,"bidirtl",p("rtl"),20);a.on("contentDom",function(){a.document.on("dirChanged",function(b){a.fire("dirChanged",{node:b.data,dir:b.data.getDirection(1)})})});a.on("contentDirChanged",function(b){b=(a.lang.dir!=b.data?"add": +"remove")+"Class";var c=a.ui.space(a.config.toolbarLocation);if(c)c[b]("cke_mixed_dir_content")})}}});for(var l=CKEDITOR.dom.element.prototype,n=["setStyle","removeStyle","setAttribute","removeAttribute"],m=0;m<n.length;m++)l[n[m]]=CKEDITOR.tools.override(l[n[m]],w)})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/clipboard/dialogs/paste.js b/public/assets/ckeditor/plugins/clipboard/dialogs/paste.js new file mode 100644 index 0000000..8039751 --- /dev/null +++ b/public/assets/ckeditor/plugins/clipboard/dialogs/paste.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("paste",function(c){function k(a){var b=new CKEDITOR.dom.document(a.document),g=b.getBody(),d=b.getById("cke_actscrpt");d&&d.remove();g.setAttribute("contenteditable",!0);g.on(e.mainPasteEvent,function(a){a=e.initPasteDataTransfer(a);f?a!=f&&(f=e.initPasteDataTransfer()):f=a});if(CKEDITOR.env.ie&&8>CKEDITOR.env.version)b.getWindow().on("blur",function(){b.$.selection.empty()});b.on("keydown",function(a){a=a.data;var b;switch(a.getKeystroke()){case 27:this.hide();b=1;break;case 9:case CKEDITOR.SHIFT+ +9:this.changeFocus(1),b=1}b&&a.preventDefault()},this);c.fire("ariaWidget",new CKEDITOR.dom.element(a.frameElement));b.getWindow().getFrame().removeCustomData("pendingFocus")&&g.focus()}var h=c.lang.clipboard,e=CKEDITOR.plugins.clipboard,f;c.on("pasteDialogCommit",function(a){a.data&&c.fire("paste",{type:"auto",dataValue:a.data.dataValue,method:"paste",dataTransfer:a.data.dataTransfer||e.initPasteDataTransfer()})},null,null,1E3);return{title:h.title,minWidth:CKEDITOR.env.ie&&CKEDITOR.env.quirks?370: +350,minHeight:CKEDITOR.env.quirks?250:245,onShow:function(){this.parts.dialog.$.offsetHeight;this.setupContent();this.parts.title.setHtml(this.customTitle||h.title);this.customTitle=null},onLoad:function(){(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat)&&"rtl"==c.lang.dir&&this.parts.contents.setStyle("overflow","hidden")},onOk:function(){this.commitContent()},contents:[{id:"general",label:c.lang.common.generalTab,elements:[{type:"html",id:"securityMsg",html:'\x3cdiv style\x3d"white-space:normal;width:340px"\x3e'+ +h.securityMsg+"\x3c/div\x3e"},{type:"html",id:"pasteMsg",html:'\x3cdiv style\x3d"white-space:normal;width:340px"\x3e'+h.pasteMsg+"\x3c/div\x3e"},{type:"html",id:"editing_area",style:"width:100%;height:100%",html:"",focus:function(){var a=this.getInputElement(),b=a.getFrameDocument().getBody();!b||b.isReadOnly()?a.setCustomData("pendingFocus",1):b.focus()},setup:function(){var a=this.getDialog(),b='\x3chtml dir\x3d"'+c.config.contentsLangDirection+'" lang\x3d"'+(c.config.contentsLanguage||c.langCode)+ +'"\x3e\x3chead\x3e\x3cstyle\x3ebody{margin:3px;height:95%;word-break:break-all;}\x3c/style\x3e\x3c/head\x3e\x3cbody\x3e\x3cscript id\x3d"cke_actscrpt" type\x3d"text/javascript"\x3ewindow.parent.CKEDITOR.tools.callFunction('+CKEDITOR.tools.addFunction(k,a)+",this);\x3c/script\x3e\x3c/body\x3e\x3c/html\x3e",g=CKEDITOR.env.air?"javascript:void(0)":CKEDITOR.env.ie&&!CKEDITOR.env.edge?"javascript:void((function(){"+encodeURIComponent("document.open();("+CKEDITOR.tools.fixDomain+")();document.close();")+ +'})())"':"",d=CKEDITOR.dom.element.createFromHtml('\x3ciframe class\x3d"cke_pasteframe" frameborder\x3d"0" allowTransparency\x3d"true" src\x3d"'+g+'" aria-label\x3d"'+h.pasteArea+'" aria-describedby\x3d"'+a.getContentElement("general","pasteMsg").domId+'"\x3e\x3c/iframe\x3e');f=null;d.on("load",function(a){a.removeListener();a=d.getFrameDocument();a.write(b);c.focusManager.add(a.getBody());CKEDITOR.env.air&&k.call(this,a.getWindow().$)},a);d.setCustomData("dialog",a);a=this.getElement();a.setHtml(""); +a.append(d);if(CKEDITOR.env.ie&&!CKEDITOR.env.edge){var e=CKEDITOR.dom.element.createFromHtml('\x3cspan tabindex\x3d"-1" style\x3d"position:absolute" role\x3d"presentation"\x3e\x3c/span\x3e');e.on("focus",function(){setTimeout(function(){d.$.contentWindow.focus()})});a.append(e);this.focus=function(){e.focus();this.fire("focus")}}this.getInputElement=function(){return d};CKEDITOR.env.ie&&(a.setStyle("display","block"),a.setStyle("height",d.$.offsetHeight+2+"px"))},commit:function(){var a=this.getDialog().getParentEditor(), +b=this.getInputElement().getFrameDocument().getBody(),c=b.getBogus(),d;c&&c.remove();d=b.getHtml();setTimeout(function(){a.fire("pasteDialogCommit",{dataValue:d,dataTransfer:f||e.initPasteDataTransfer()})},0)}}]}]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/dialogs/codesnippet.js b/public/assets/ckeditor/plugins/codesnippet/dialogs/codesnippet.js new file mode 100644 index 0000000..e6f19f9 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/dialogs/codesnippet.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.dialog.add("codeSnippet",function(c){var b=c._.codesnippet.langs,d=c.lang.codesnippet,g=document.documentElement.clientHeight,e=[],f;e.push([c.lang.common.notSet,""]);for(f in b)e.push([b[f],f]);b=CKEDITOR.document.getWindow().getViewPaneSize();c=Math.min(b.width-70,800);b=b.height/1.5;650>g&&(b=g-220);return{title:d.title,minHeight:200,resizable:CKEDITOR.DIALOG_RESIZE_NONE,contents:[{id:"info",elements:[{id:"lang",type:"select",label:d.language,items:e,setup:function(a){a.ready&& +a.data.lang&&this.setValue(a.data.lang);!CKEDITOR.env.gecko||a.data.lang&&a.ready||(this.getInputElement().$.selectedIndex=-1)},commit:function(a){a.setData("lang",this.getValue())}},{id:"code",type:"textarea",label:d.codeContents,setup:function(a){this.setValue(a.data.code)},commit:function(a){a.setData("code",this.getValue())},required:!0,validate:CKEDITOR.dialog.validate.notEmpty(d.emptySnippetError),inputStyle:"cursor:auto;width:"+c+"px;height:"+b+"px;tab-size:4;text-align:left;","class":"cke_source"}]}]}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/icons/codesnippet.png b/public/assets/ckeditor/plugins/codesnippet/icons/codesnippet.png new file mode 100644 index 0000000000000000000000000000000000000000..187d188019c74ddff755068f64bfe8f2a95ff467 GIT binary patch literal 597 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iW1gprV~EA+sgn+NNjVC%?T;!FJhnjmq~j#P)OAiB3PPMuo*B2) z`tk3a#m-^rdLvP>LUOU3(9+Asm+SegU+>zjW*r^y$2G8|HuUPVy~i!vRa6qwwwkmw z6!S57R!wUYVAygqXUB?3HtzYF40>mH7>o~}332y-^`4_@@4Z6)|DP@T`c)>q<M4~G zJ#}8_%1gb@MH=UXue`0Zkm>t6sp8{=1?xPOPH$RXUNCvvw3)RlAGOZh%d+NX&b>c; zo+Z0u=Ndl{{h;eP$$rv{@4qcSh`yL}p}TCi?t_Kj8(+UHiSqar+50owXy%jyq5|^k zH{8vW&#keMtC!$wUmv}8+S%uy{TaHCJ~HZ3lJ0f;m}6GWzF?CM<CDGY0i{}=v)+EM z7C&Cd_-DnerOgKyl$`rJ?Tege)cWflLDN#dmu!tv%$)Q5=eEl)pIlwB^Lw50%iLMZ zB4#c7ZxhVXD8S@7NyRm==HA<~e5u}JT3w6!Pe1*%d*(;+`CB`dmh6?50Y-;viEBhj zN@7W>RdP`(kYX@0Ff`FMFxE9P4>2^fGBLI?vD7v&v@$S|3;Op8MMG|WN@iLmZVmbT zZec(Tk{}y`^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xDwgboFyt=akR{0I06@ A761SM literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/codesnippet/icons/hidpi/codesnippet.png b/public/assets/ckeditor/plugins/codesnippet/icons/hidpi/codesnippet.png new file mode 100644 index 0000000000000000000000000000000000000000..7f0c881062ab87f50d3c60c19bc309ce9b09796c GIT binary patch literal 1887 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 ZaAhuUa%Y?FJQ@H1002ovPDHLkV1luDj1T|- literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/ar.js b/public/assets/ckeditor/plugins/codesnippet/lang/ar.js new file mode 100644 index 0000000..ec53513 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/ar.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","ar",{button:"أد٠ج ÙØµØ§ØµØ© Ø§ÙØ´ÙÙØ±Ø©",codeContents:"Ù ØØªÙÙ Ø§ÙØ´ÙÙØ±Ø©",emptySnippetError:"ÙØµØ§ØµØ© Ø§ÙØ´ÙÙØ±Ø© ÙØ§ÙÙ Ù٠أ٠تÙÙÙ ÙØ§Ø±ØºØ©.",language:"ÙØºØ©",title:"ÙØµØ§ØµØ© Ø§ÙØ´ÙÙØ±Ø©",pathName:"ÙØµØ§ØµØ© Ø§ÙØ´ÙÙØ±Ø©"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/bg.js b/public/assets/ckeditor/plugins/codesnippet/lang/bg.js new file mode 100644 index 0000000..ec94c28 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/bg.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","bg",{button:"ÐÑвеждане на блок Ñ ÐºÐ¾Ð´",codeContents:"СÑдÑÑжание на кода",emptySnippetError:"Ðлока Ñ ÐºÐ¾Ð´ не може да бÑде пÑазен.",language:"Ðзик",title:"Ðлок Ñ ÐºÐ¾Ð´",pathName:"блок Ñ ÐºÐ¾Ð´"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/ca.js b/public/assets/ckeditor/plugins/codesnippet/lang/ca.js new file mode 100644 index 0000000..786515c --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/ca.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","ca",{button:"Insereix el fragment de codi",codeContents:"Contingut del codi",emptySnippetError:"El fragment de codi no pot estar buit.",language:"Idioma",title:"Fragment de codi",pathName:"fragment de codi"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/cs.js b/public/assets/ckeditor/plugins/codesnippet/lang/cs.js new file mode 100644 index 0000000..32e62f8 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/cs.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","cs",{button:"Vložit úryvek kódu",codeContents:"Obsah kódu",emptySnippetError:"Ãryvek kódu nemůže být prázdný.",language:"Jazyk",title:"Ãryvek kódu",pathName:"úryvek kódu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/da.js b/public/assets/ckeditor/plugins/codesnippet/lang/da.js new file mode 100644 index 0000000..c18bc56 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/da.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","da",{button:"Indsæt kodestykket her",codeContents:"Koden",emptySnippetError:"Kodestykket kan ikke være tomt.",language:"Sprog",title:"Kodestykke",pathName:"kodestykke"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/de-ch.js b/public/assets/ckeditor/plugins/codesnippet/lang/de-ch.js new file mode 100644 index 0000000..55692ed --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/de-ch.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","de-ch",{button:"Codeschnipsel einfügen",codeContents:"Codeinhalt",emptySnippetError:"Ein Codeschnipsel darf nicht leer sein.",language:"Sprache",title:"Codeschnipsel",pathName:"Codeschnipsel"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/de.js b/public/assets/ckeditor/plugins/codesnippet/lang/de.js new file mode 100644 index 0000000..6cbecb6 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/de.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","de",{button:"Codeschnipsel einfügen",codeContents:"Codeinhalt",emptySnippetError:"Ein Codeschnipsel darf nicht leer sein.",language:"Sprache",title:"Codeschnipsel",pathName:"Codeschnipsel"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/el.js b/public/assets/ckeditor/plugins/codesnippet/lang/el.js new file mode 100644 index 0000000..68cb957 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/el.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","el",{button:"ÎιÏαγÏγή ÎÏοÏÏάÏμαÏÎ¿Ï ÎÏδικα",codeContents:"ΠεÏιεÏÏμενο κÏδικα",emptySnippetError:"Îεν γίνεÏαι να είναι κενά Ïα αÏοÏÏάÏμαÏα κÏδικα.",language:"ÎλÏÏÏα",title:"ÎÏÏÏÏαÏμα κÏδικα",pathName:"αÏÏÏÏαÏμα κÏδικα"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/en-gb.js b/public/assets/ckeditor/plugins/codesnippet/lang/en-gb.js new file mode 100644 index 0000000..d4fe169 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/en-gb.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","en-gb",{button:"Insert Code Snippet",codeContents:"Code content",emptySnippetError:"A code snippet cannot be empty.",language:"Language",title:"Code snippet",pathName:"code snippet"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/en.js b/public/assets/ckeditor/plugins/codesnippet/lang/en.js new file mode 100644 index 0000000..cca5345 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/en.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","en",{button:"Insert Code Snippet",codeContents:"Code content",emptySnippetError:"A code snippet cannot be empty.",language:"Language",title:"Code snippet",pathName:"code snippet"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/eo.js b/public/assets/ckeditor/plugins/codesnippet/lang/eo.js new file mode 100644 index 0000000..01140d8 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/eo.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","eo",{button:"Enmeti kodaĵeron",codeContents:"Kodenhavo",emptySnippetError:"Kodaĵero ne povas esti malplena.",language:"Lingvo",title:"Kodaĵero",pathName:"kodaĵero"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/es.js b/public/assets/ckeditor/plugins/codesnippet/lang/es.js new file mode 100644 index 0000000..52de47e --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/es.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","es",{button:"Insertar fragmento de código",codeContents:"Contenido del código",emptySnippetError:"Un fragmento de código no puede estar vacÃo.",language:"Lenguaje",title:"Fragmento de código",pathName:"fragmento de código"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/et.js b/public/assets/ckeditor/plugins/codesnippet/lang/et.js new file mode 100644 index 0000000..80662b1 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/et.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","et",{button:"Koodilõigu sisestamine",codeContents:"Code content",emptySnippetError:"A code snippet cannot be empty.",language:"Language",title:"Code snippet",pathName:"code snippet"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/eu.js b/public/assets/ckeditor/plugins/codesnippet/lang/eu.js new file mode 100644 index 0000000..6866f52 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/eu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","eu",{button:"Txertatu kode zatia",codeContents:"Kode edukia",emptySnippetError:"Kode zatiak ezin du hutsik egon.",language:"Lengoaia",title:"Kode zatia",pathName:"kode zatia"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/fa.js b/public/assets/ckeditor/plugins/codesnippet/lang/fa.js new file mode 100644 index 0000000..5795a18 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/fa.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","fa",{button:"ÙØ±Ø§Ø± داد٠کد ÙØ·Ø¹Ù",codeContents:"Ù ØØªÙØ§Û Ú©Ø¯",emptySnippetError:"کد ÙÙ Û ØªÙØ§Ùد خاÙÛ Ø¨Ø§Ø´Ø¯.",language:"زباÙ",title:"کد ÙØ·Ø¹Ù",pathName:"کد ÙØ·Ø¹Ù"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/fi.js b/public/assets/ckeditor/plugins/codesnippet/lang/fi.js new file mode 100644 index 0000000..3f716ad --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/fi.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","fi",{button:"Lisää koodileike",codeContents:"Koodisisältö",emptySnippetError:"Koodileike ei voi olla tyhjä.",language:"Kieli",title:"Koodileike",pathName:"koodileike"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/fr-ca.js b/public/assets/ckeditor/plugins/codesnippet/lang/fr-ca.js new file mode 100644 index 0000000..989da41 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/fr-ca.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","fr-ca",{button:"Insérer du code",codeContents:"Code content",emptySnippetError:"A code snippet cannot be empty.",language:"Language",title:"Code snippet",pathName:"code snippet"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/fr.js b/public/assets/ckeditor/plugins/codesnippet/lang/fr.js new file mode 100644 index 0000000..f65b9aa --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/fr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","fr",{button:"Insérer un extrait de code",codeContents:"Contenu du code",emptySnippetError:"Un extrait de code ne peut pas être vide.",language:"Langue",title:"Extrait de code",pathName:"extrait de code"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/gl.js b/public/assets/ckeditor/plugins/codesnippet/lang/gl.js new file mode 100644 index 0000000..7c4d7b4 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/gl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","gl",{button:"Inserir fragmento de código",codeContents:"Contido do código",emptySnippetError:"Un fragmento de código non pode estar baleiro.",language:"Linguaxe",title:"Fragmento de código",pathName:"fragmento de código"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/he.js b/public/assets/ckeditor/plugins/codesnippet/lang/he.js new file mode 100644 index 0000000..2569442 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/he.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","he",{button:"××× ×¡ ×§××¢ ×§××",codeContents:"ת××× ×§××",emptySnippetError:"×§××¢ ×§×× ×× ×××× ××××ת ר××§.",language:"שפ×",title:"×§××¢ ×§××",pathName:"code snippet"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/hr.js b/public/assets/ckeditor/plugins/codesnippet/lang/hr.js new file mode 100644 index 0000000..cebd7c0 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/hr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","hr",{button:"Ubaci isjeÄak kôda",codeContents:"Code content",emptySnippetError:"A code snippet cannot be empty.",language:"Language",title:"Code snippet",pathName:"code snippet"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/hu.js b/public/assets/ckeditor/plugins/codesnippet/lang/hu.js new file mode 100644 index 0000000..2949761 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/hu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","hu",{button:"Illeszd be a kódtöredéket",codeContents:"Kód tartalom",emptySnippetError:"A kódtöredék nem lehet üres.",language:"Nyelv",title:"Kódtöredék",pathName:"kódtöredék"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/id.js b/public/assets/ckeditor/plugins/codesnippet/lang/id.js new file mode 100644 index 0000000..f4a0180 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/id.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","id",{button:"Masukkan potongan kode",codeContents:"Konten kode",emptySnippetError:"Potongan kode tidak boleh kosong",language:"Bahasa",title:"Potongan kode",pathName:"potongan kode"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/it.js b/public/assets/ckeditor/plugins/codesnippet/lang/it.js new file mode 100644 index 0000000..01d13a6 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/it.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","it",{button:"Inserisci frammento di codice",codeContents:"Contenuto del codice",emptySnippetError:"Un frammento di codice non può essere vuoto.",language:"Lingua",title:"Frammento di codice",pathName:"frammento di codice"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/ja.js b/public/assets/ckeditor/plugins/codesnippet/lang/ja.js new file mode 100644 index 0000000..f9640ce --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/ja.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","ja",{button:"ã³ã¼ãã¹ãããããæ¿å ¥",codeContents:"ã³ã¼ãå 容",emptySnippetError:"ã³ã¼ãã¹ãããããå ¥åãã¦ãã ããã",language:"è¨èª",title:"ã³ã¼ãã¹ãããã",pathName:"ã³ã¼ãã¹ãããã"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/km.js b/public/assets/ckeditor/plugins/codesnippet/lang/km.js new file mode 100644 index 0000000..53dba06 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/km.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","km",{button:"Insert Code Snippet",codeContents:"áá¶áá·áá¶áá¼á",emptySnippetError:"A code snippet cannot be empty.",language:"áá¶áá¶",title:"Code snippet",pathName:"code snippet"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/ko.js b/public/assets/ckeditor/plugins/codesnippet/lang/ko.js new file mode 100644 index 0000000..87f36c1 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/ko.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","ko",{button:"ì½ë ì¤ëí« ì½ì ",codeContents:"ì½ë 본문",emptySnippetError:"ì½ë ì¤ëí«ì ë¹ì¹¸ì¼ ì ììµëë¤.",language:"ì¸ì´",title:"ì½ë ì¤ëí«",pathName:"ì½ë ì¤ëí«"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/ku.js b/public/assets/ckeditor/plugins/codesnippet/lang/ku.js new file mode 100644 index 0000000..b56ec15 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/ku.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","ku",{button:"ØªÛØ®Ø³ØªÙÛ ØªÛØªÚ©Û Ú©ÛØ¯",codeContents:"ÙØ§ÙÛÚÛÚ©Û Ú©ÛØ¯",emptySnippetError:"ØªÛØªÚ©Û Ú©ÛØ¯ ÙØ§Ø¨Ûت Ø¨ÛØªØ§Úµ Ø¨ÛØª.",language:"ز٠اÙ",title:"ØªÛØªÚ©Û Ú©ÛØ¯",pathName:"ØªÛØªÚ©Û Ú©ÛØ¯"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/lt.js b/public/assets/ckeditor/plugins/codesnippet/lang/lt.js new file mode 100644 index 0000000..8e18b87 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/lt.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","lt",{button:"Ä®terpkite kodo gabaliukÄ ",codeContents:"Kodo turinys",emptySnippetError:"Kodo fragmentas negali bÅ«ti tusÄias.",language:"Kalba",title:"Kodo fragmentas",pathName:"kodo fragmentas"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/lv.js b/public/assets/ckeditor/plugins/codesnippet/lang/lv.js new file mode 100644 index 0000000..82197d8 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/lv.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","lv",{button:"Ievietot koda fragmentu",codeContents:"Code content",emptySnippetError:"A code snippet cannot be empty.",language:"Language",title:"Code snippet",pathName:"code snippet"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/nb.js b/public/assets/ckeditor/plugins/codesnippet/lang/nb.js new file mode 100644 index 0000000..2eb0fed --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/nb.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","nb",{button:"Sett inn kodesnutt",codeContents:"Kodeinnhold",emptySnippetError:"En kodesnutt kan ikke være tom.",language:"SprÃ¥k",title:"Kodesnutt",pathName:"kodesnutt"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/nl.js b/public/assets/ckeditor/plugins/codesnippet/lang/nl.js new file mode 100644 index 0000000..5192581 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/nl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","nl",{button:"Stuk code invoegen",codeContents:"Code",emptySnippetError:"Een stuk code kan niet leeg zijn.",language:"Taal",title:"Stuk code",pathName:"stuk code"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/no.js b/public/assets/ckeditor/plugins/codesnippet/lang/no.js new file mode 100644 index 0000000..e247a17 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/no.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","no",{button:"Sett inn kodesnutt",codeContents:"Code content",emptySnippetError:"A code snippet cannot be empty.",language:"Language",title:"Code snippet",pathName:"code snippet"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/pl.js b/public/assets/ckeditor/plugins/codesnippet/lang/pl.js new file mode 100644 index 0000000..90c630e --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/pl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","pl",{button:"Wstaw fragment kodu",codeContents:"TreÅÄ kodu",emptySnippetError:"Kod nie może byÄ pusty.",language:"JÄzyk",title:"Fragment kodu",pathName:"fragment kodu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/pt-br.js b/public/assets/ckeditor/plugins/codesnippet/lang/pt-br.js new file mode 100644 index 0000000..cfa7898 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/pt-br.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","pt-br",{button:"Inserir fragmento de código",codeContents:"Conteúdo do código",emptySnippetError:"Um fragmento de código não pode ser vazio",language:"Idioma",title:"Fragmento de código",pathName:"fragmento de código"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/pt.js b/public/assets/ckeditor/plugins/codesnippet/lang/pt.js new file mode 100644 index 0000000..c6b3082 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/pt.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","pt",{button:"Inserir fragmento de código",codeContents:"Code content",emptySnippetError:"A code snippet cannot be empty.",language:"Idioma",title:"Code snippet",pathName:"Fragmento de código"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/ro.js b/public/assets/ckeditor/plugins/codesnippet/lang/ro.js new file mode 100644 index 0000000..0a03693 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/ro.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","ro",{button:"AdaugÄ segment de cod",codeContents:"ConÈinutul codului",emptySnippetError:"Un segment de cod nu poate fi gol.",language:"Limba",title:"Segment de cod",pathName:"segment de cod"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/ru.js b/public/assets/ckeditor/plugins/codesnippet/lang/ru.js new file mode 100644 index 0000000..4b7011d --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/ru.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","ru",{button:"ÐÑÑавиÑÑ ÑниппеÑ",codeContents:"СодеÑжимое кода",emptySnippetError:"Ð¡Ð½Ð¸Ð¿Ð¿ÐµÑ Ð½Ðµ Ð¼Ð¾Ð¶ÐµÑ Ð±ÑÑÑ Ð¿ÑÑÑÑм",language:"ЯзÑк",title:"СниппеÑ",pathName:"ÑниппеÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/sk.js b/public/assets/ckeditor/plugins/codesnippet/lang/sk.js new file mode 100644 index 0000000..f64b957 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/sk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","sk",{button:"Vložte ukážku programového kódu",codeContents:"Obsah kódu",emptySnippetError:"Ukážka kódu nesmie byÅ¥ prázdna.",language:"Jazyk",title:"Ukážka programového kódu",pathName:"ukážka programového kódu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/sl.js b/public/assets/ckeditor/plugins/codesnippet/lang/sl.js new file mode 100644 index 0000000..c7782f3 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/sl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","sl",{button:"Vstavi odsek kode",codeContents:"Koda vsebina",emptySnippetError:"Odrezek kode ne more biti prazen.",language:"Jezik",title:"Odrezek kode",pathName:"odrezek kode"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/sq.js b/public/assets/ckeditor/plugins/codesnippet/lang/sq.js new file mode 100644 index 0000000..3e1d005 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/sq.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","sq",{button:"Shto kod copëze",codeContents:"Përmbajtja e kodit",emptySnippetError:"A code snippet cannot be empty.",language:"Gjuha",title:"Code snippet",pathName:"code snippet"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/sv.js b/public/assets/ckeditor/plugins/codesnippet/lang/sv.js new file mode 100644 index 0000000..e410e0e --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/sv.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","sv",{button:"Infoga kodsnutt",codeContents:"KodinnehÃ¥lll",emptySnippetError:"InnehÃ¥ll krävs för kodsnutt",language:"SprÃ¥k",title:"Kodsnutt",pathName:"kodsnutt"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/th.js b/public/assets/ckeditor/plugins/codesnippet/lang/th.js new file mode 100644 index 0000000..f854a53 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/th.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","th",{button:"à¹à¸à¸£à¸à¸à¸´à¹à¸à¸ªà¹à¸§à¸à¸à¸à¸à¸£à¸«à¸±à¸ªà¸«à¸£à¸·à¸à¹à¸à¹à¸",codeContents:"Code content",emptySnippetError:"A code snippet cannot be empty.",language:"Language",title:"Code snippet",pathName:"code snippet"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/tr.js b/public/assets/ckeditor/plugins/codesnippet/lang/tr.js new file mode 100644 index 0000000..86a96c6 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/tr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","tr",{button:"Kod parçacıÄı ekle",codeContents:"Kod",emptySnippetError:"Kod parçacıÄı boÅ bırakılamaz",language:"Dil",title:"Kod parçacıÄı",pathName:"kod parçacıÄı"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/tt.js b/public/assets/ckeditor/plugins/codesnippet/lang/tt.js new file mode 100644 index 0000000..43abe25 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/tt.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","tt",{button:"Ðод өзеген Ó©ÑÑÓÒ¯",codeContents:"Ðод ÑÑÑÓлеге",emptySnippetError:"Ðод өзеге бÑÑ Ð±ÑлмаÑка ÑиеÑ.",language:"Тел",title:"Ðод өзеге",pathName:"код өзеге"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/ug.js b/public/assets/ckeditor/plugins/codesnippet/lang/ug.js new file mode 100644 index 0000000..53b6abe --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/ug.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","ug",{button:"ÙÙØ¯ پارÚÙØ³Ù ÙÙØ³ØªÛØ±ÛØ´",codeContents:"ÙÙØ¯ Ù ÛØ²Ù ÛÙÙ",emptySnippetError:"ÙÙØ¯ پارÚÙØ³Ù Ø¨ÙØ´ ÙØ§ÙÙ Ø§ÙØ¯Û",language:"تÙÙ",title:"ÙÙØ¯ پارÚÙØ³Ù",pathName:"ÙÙØ¯ پارÚÙØ³Ù"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/uk.js b/public/assets/ckeditor/plugins/codesnippet/lang/uk.js new file mode 100644 index 0000000..ab9b619 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/uk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","uk",{button:"ÐÑÑавиÑи ÑÑÐ°Ð³Ð¼ÐµÐ½Ñ ÐºÐ¾Ð´Ñ",codeContents:"Ðод",emptySnippetError:"ФÑÐ°Ð³Ð¼ÐµÐ½Ñ ÐºÐ¾Ð´Ñ Ð½Ðµ можи бÑÑи поÑожнÑм.",language:"Ðова",title:"ФÑÐ°Ð³Ð¼ÐµÐ½Ñ ÐºÐ¾Ð´Ñ",pathName:"ÑÑÐ°Ð³Ð¼ÐµÐ½Ñ ÐºÐ¾Ð´Ñ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/vi.js b/public/assets/ckeditor/plugins/codesnippet/lang/vi.js new file mode 100644 index 0000000..167a297 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/vi.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","vi",{button:"Chèn Äoạn mã",codeContents:"Ná»i dung mã",emptySnippetError:"Má»t Äoạn mã không thá» Äá» trá»ng.",language:"Ngôn ngữ",title:"Äoạn mã",pathName:"mã dÃnh"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/zh-cn.js b/public/assets/ckeditor/plugins/codesnippet/lang/zh-cn.js new file mode 100644 index 0000000..a171420 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/zh-cn.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","zh-cn",{button:"æå ¥ä»£ç 段",codeContents:"代ç å 容",emptySnippetError:"æå ¥ç代ç ä¸è½ä¸ºç©ºã",language:"代ç è¯è¨",title:"ä»£ç æ®µ",pathName:"ä»£ç æ®µ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lang/zh.js b/public/assets/ckeditor/plugins/codesnippet/lang/zh.js new file mode 100644 index 0000000..edae810 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lang/zh.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","zh",{button:"æå ¥ç¨å¼ç¢¼ç段",codeContents:"ç¨å¼ç¢¼å §å®¹",emptySnippetError:"ç¨å¼ç¢¼ç段ä¸å¯çºç©ºç½ã",language:"èªè¨",title:"ç¨å¼ç¢¼ç段",pathName:"ç¨å¼ç¢¼ç段"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/CHANGES.md b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/CHANGES.md new file mode 100644 index 0000000..8c3fe32 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/CHANGES.md @@ -0,0 +1,827 @@ +## Version 8.0 beta + +This new major release is quite a big overhaul bringing both new features and +some backwards incompatible changes. However, chances are that the majority of +users won't be affected by the latter: the basic scenario described in the +README is left intact. + +Here's what did change in an incompatible way: + +- We're now prefixing all classes located in [CSS classes reference][cr] with + `hljs-`, by default, because some class names would collide with other + people's stylesheets. If you were using an older version, you might still want + the previous behavior, but still want to upgrade. To suppress this new + behavior, you would initialize like so: + + ```html + <script type="text/javascript"> + hljs.configure({classPrefix: ''}); + hljs.initHighlightingOnLoad(); + </script> + ``` + +- `tabReplace` and `useBR` that were used in different places are also unified + into the global options object and are to be set using `configure(options)`. + This function is documented in our [API docs][]. Also note that these + parameters are gone from `highlightBlock` and `fixMarkup` which are now also + rely on `configure`. + +- We removed public-facing (though undocumented) object `hljs.LANGUAGES` which + was used to register languages with the library in favor of two new methods: + `registerLanguage` and `getLanguage`. Both are documented in our [API docs][]. + +- Result returned from `highlight` and `highlightAuto` no longer contains two + separate attributes contributing to relevance score, `relevance` and + `keyword_count`. They are now unified in `relevance`. + +Another technically compatible change that nonetheless might need attention: + +- The structure of the NPM package was refactored, so if you had installed it + locally, you'll have to update your paths. The usual `require('highlight.js')` + works as before. This is contributed by [Dmitry Smolin][]. + +New features: + +- Languages now can be recognized by multiple names like "js" for JavaScript or + "html" for, well, HTML (which earlier insisted on calling it "xml"). These + aliases can be specified in the class attribute of the code container in your + HTML as well as in various API calls. For now there are only a few very common + aliases but we'll expand it in the future. All of them are listed in the + [class reference][]. + +- Language detection can now be restricted to a subset of languages relevant in + a given context â a web page or even a single highlighting call. This is + especially useful for node.js build that includes all the known languages. + Another example is a StackOverflow-style site where users specify languages + as tags rather than in the markdown-formatted code snippets. This is + documented in the [API reference][] (see methods `highlightAuto` and + `configure`). + +- Language definition syntax streamlined with [variants][] and + [beginKeywords][]. + +New languages and styles: + +- *Oxygene* by [Carlo Kok][] +- *Mathematica* by [Daniel KvasniÄka][] +- *Autohotkey* by [Seongwon Lee][] +- *Atelier* family of styles in 10 variants by [Bram de Haan][] +- *ParaÃso* styles by [Jan T. Sott][] + +Miscelleanous improvements: + +- Highlighting `=>` prompts in Clojure. +- [Jeremy Hull][] fixed a lot of styles for consistency. +- Finally, highlighting PHP and HTML [mixed in peculiar ways][php-html]. +- Objective C and C# now properly highlight titles in method definition. +- Big overhaul of relevance counting for a number of languages. Please do report + bugs about mis-detection of non-trivial code snippets! + +[cr]: http://highlightjs.readthedocs.org/en/latest/css-classes-reference.html +[api docs]: http://highlightjs.readthedocs.org/en/latest/api.html +[variants]: https://groups.google.com/d/topic/highlightjs/VoGC9-1p5vk/discussion +[beginKeywords]: https://github.com/isagalaev/highlight.js/commit/6c7fdea002eb3949577a85b3f7930137c7c3038d +[php-html]: https://twitter.com/highlightjs/status/408890903017689088 + +[Carlo Kok]: https://github.com/carlokok +[Bram de Haan]: https://github.com/atelierbram +[Daniel KvasniÄka]: https://github.com/dkvasnicka +[Dmitry Smolin]: https://github.com/dimsmol +[Jeremy Hull]: https://github.com/sourrust +[Seongwon Lee]: https://github.com/dlimpid +[Jan T. Sott]: https://github.com/idleberg + + +## Version 7.5 + +A catch-up release dealing with some of the accumulated contributions. This one +is probably will be the last before the 8.0 which will be slightly backwards +incompatible regarding some advanced use-cases. + +One outstanding change in this version is the addition of 6 languages to the +[hosted script][d]: Markdown, ObjectiveC, CoffeeScript, Apache, Nginx and +Makefile. It now weighs about 6K more but we're going to keep it under 30K. + +New languages: + +- OCaml by [Mehdi Dogguy][mehdid] and [Nicolas Braud-Santoni][nbraud] +- [LiveCode Server][lcs] by [Ralf Bitter][revig] +- Scilab by [Sylvestre Ledru][sylvestre] +- basic support for Makefile by [Ivan Sagalaev][isagalaev] + +Improvements: + +- Ruby's got support for characters like `?A`, `?1`, `?\012` etc. and `%r{..}` + regexps. +- Clojure now allows a function call in the beginning of s-expressions + `(($filter "myCount") (arr 1 2 3 4 5))`. +- Haskell's got new keywords and now recognizes more things like pragmas, + preprocessors, modules, containers, FFIs etc. Thanks to [Zena Treep][treep] + for the implementation and to [Jeremy Hull][sourrust] for guiding it. +- Miscelleanous fixes in PHP, Brainfuck, SCSS, Asciidoc, CMake, Python and F#. + +[mehdid]: https://github.com/mehdid +[nbraud]: https://github.com/nbraud +[revig]: https://github.com/revig +[lcs]: http://livecode.com/developers/guides/server/ +[sylvestre]: https://github.com/sylvestre +[isagalaev]: https://github.com/isagalaev +[treep]: https://github.com/treep +[sourrust]: https://github.com/sourrust +[d]: http://highlightjs.org/download/ + + +## New core developers + +The latest long period of almost complete inactivity in the project coincided +with growing interest to it led to a decision that now seems completely obvious: +we need more core developers. + +So without further ado let me welcome to the core team two long-time +contributors: [Jeremy Hull][] and [Oleg +Efimov][]. + +Hope now we'll be able to work through stuff faster! + +P.S. The historical commit is [here][1] for the record. + +[Jeremy Hull]: https://github.com/sourrust +[Oleg Efimov]: https://github.com/sannis +[1]: https://github.com/isagalaev/highlight.js/commit/f3056941bda56d2b72276b97bc0dd5f230f2473f + + +## Version 7.4 + +This long overdue version is a snapshot of the current source tree with all the +changes that happened during the past year. Sorry for taking so long! + +Along with the changes in code highlight.js has finally got its new home at +<http://highlightjs.org/>, moving from its craddle on Software Maniacs which it +outgrew a long time ago. Be sure to report any bugs about the site to +<mailto:info@highlightjs.org>. + +On to what's new⦠+ +New languages: + +- Handlebars templates by [Robin Ward][] +- Oracle Rules Language by [Jason Jacobson][] +- F# by [Joans Follesø][] +- AsciiDoc and Haml by [Dan Allen][] +- Lasso by [Eric Knibbe][] +- SCSS by [Kurt Emch][] +- VB.NET by [Poren Chiang][] +- Mizar by [Kelley van Evert][] + +[Robin Ward]: https://github.com/eviltrout +[Jason Jacobson]: https://github.com/jayce7 +[Joans Follesø]: https://github.com/follesoe +[Dan Allen]: https://github.com/mojavelinux +[Eric Knibbe]: https://github.com/EricFromCanada +[Kurt Emch]: https://github.com/kemch +[Poren Chiang]: https://github.com/rschiang +[Kelley van Evert]: https://github.com/kelleyvanevert + +New style themes: + +- Monokai Sublime by [noformnocontent][] +- Railscasts by [Damien White][] +- Obsidian by [Alexander Marenin][] +- Docco by [Simon Madine][] +- Mono Blue by [Ivan Sagalaev][] (uses a single color hue for everything) +- Foundation by [Dan Allen][] + +[noformnocontent]: http://nn.mit-license.org/ +[Damien White]: https://github.com/visoft +[Alexander Marenin]: https://github.com/ioncreature +[Simon Madine]: https://github.com/thingsinjars +[Ivan Sagalaev]: https://github.com/isagalaev + +Other notable changes: + +- Corrected many corner cases in CSS. +- Dropped Python 2 version of the build tool. +- Implemented building for the AMD format. +- Updated Rust keywords (thanks to [Dmitry Medvinsky][]). +- Literal regexes can now be used in language definitions. +- CoffeeScript highlighting is now significantly more robust and rich due to + input from [Cédric Néhémie][]. + +[Dmitry Medvinsky]: https://github.com/dmedvinsky +[Cédric Néhémie]: https://github.com/abe33 + + +## Version 7.3 + +- Since this version highlight.js no longer works in IE version 8 and older. + It's made it possible to reduce the library size and dramatically improve code + readability and made it easier to maintain. Time to go forward! + +- New languages: AppleScript (by [Nathan Grigg][ng] and [Dr. Drang][dd]) and + Brainfuck (by [Evgeny Stepanischev][bolk]). + +- Improvements to existing languages: + + - interpreter prompt in Python (`>>>` and `...`) + - @-properties and classes in CoffeeScript + - E4X in JavaScript (by [Oleg Efimov][oe]) + - new keywords in Perl (by [Kirk Kimmel][kk]) + - big Ruby syntax update (by [Vasily Polovnyov][vast]) + - small fixes in Bash + +- Also Oleg Efimov did a great job of moving all the docs for language and style + developers and contributors from the old wiki under the source code in the + "docs" directory. Now these docs are nicely presented at + <http://highlightjs.readthedocs.org/>. + +[ng]: https://github.com/nathan11g +[dd]: https://github.com/drdrang +[bolk]: https://github.com/bolknote +[oe]: https://github.com/Sannis +[kk]: https://github.com/kimmel +[vast]: https://github.com/vast + + +## Version 7.2 + +A regular bug-fix release without any significant new features. Enjoy! + + +## Version 7.1 + +A Summer crop: + +- [Marc Fornos][mf] made the definition for Clojure along with the matching + style Rainbow (which, of course, works for other languages too). +- CoffeeScript support continues to improve getting support for regular + expressions. +- Yoshihide Jimbo ported to highlight.js [five Tomorrow styles][tm] from the + [project by Chris Kempson][tm0]. +- Thanks to [Casey Duncun][cd] the library can now be built in the popular + [AMD format][amd]. +- And last but not least, we've got a fair number of correctness and consistency + fixes, including a pretty significant refactoring of Ruby. + +[mf]: https://github.com/mfornos +[tm]: http://jmblog.github.com/color-themes-for-highlightjs/ +[tm0]: https://github.com/ChrisKempson/Tomorrow-Theme +[cd]: https://github.com/caseman +[amd]: http://requirejs.org/docs/whyamd.html + + +## Version 7.0 + +The reason for the new major version update is a global change of keyword syntax +which resulted in the library getting smaller once again. For example, the +hosted build is 2K less than at the previous version while supporting two new +languages. + +Notable changes: + +- The library now works not only in a browser but also with [node.js][]. It is + installable with `npm install highlight.js`. [API][] docs are available on our + wiki. + +- The new unique feature (apparently) among syntax highlighters is highlighting + *HTTP* headers and an arbitrary language in the request body. The most useful + languages here are *XML* and *JSON* both of which highlight.js does support. + Here's [the detailed post][p] about the feature. + +- Two new style themes: a dark "south" *[Pojoaque][]* by Jason Tate and an + emulation of*XCode* IDE by [Angel Olloqui][ao]. + +- Three new languages: *D* by [Aleksandar RužiÄiÄ][ar], *R* by [Joe Cheng][jc] + and *GLSL* by [Sergey Tikhomirov][st]. + +- *Nginx* syntax has become a million times smaller and more universal thanks to + remaking it in a more generic manner that doesn't require listing all the + directives in the known universe. + +- Function titles are now highlighted in *PHP*. + +- *Haskell* and *VHDL* were significantly reworked to be more rich and correct + by their respective maintainers [Jeremy Hull][sr] and [Igor Kalnitsky][ik]. + +And last but not least, many bugs have been fixed around correctness and +language detection. + +Overall highlight.js currently supports 51 languages and 20 style themes. + +[node.js]: http://nodejs.org/ +[api]: http://softwaremaniacs.org/wiki/doku.php/highlight.js:api +[p]: http://softwaremaniacs.org/blog/2012/05/10/http-and-json-in-highlight-js/en/ +[pojoaque]: http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html +[ao]: https://github.com/angelolloqui +[ar]: https://github.com/raleksandar +[jc]: https://github.com/jcheng5 +[st]: https://github.com/tikhomirov +[sr]: https://github.com/sourrust +[ik]: https://github.com/ikalnitsky + + +## Version 6.2 + +A lot of things happened in highlight.js since the last version! We've got nine +new contributors, the discussion group came alive, and the main branch on GitHub +now counts more than 350 followers. Here are most significant results coming +from all this activity: + +- 5 (five!) new languages: Rust, ActionScript, CoffeeScript, MatLab and + experimental support for markdown. Thanks go to [Andrey Vlasovskikh][av], + [Alexander Myadzel][am], [Dmytrii Nagirniak][dn], [Oleg Efimov][oe], [Denis + Bardadym][db] and [John Crepezzi][jc]. + +- 2 new style themes: Monokai by [Luigi Maselli][lm] and stylistic imitation of + another well-known highlighter Google Code Prettify by [Aahan Krish][ak]. + +- A vast number of [correctness fixes and code refactorings][log], mostly made + by [Oleg Efimov][oe] and [Evgeny Stepanischev][es]. + +[av]: https://github.com/vlasovskikh +[am]: https://github.com/myadzel +[dn]: https://github.com/dnagir +[oe]: https://github.com/Sannis +[db]: https://github.com/btd +[jc]: https://github.com/seejohnrun +[lm]: http://grigio.org/ +[ak]: https://github.com/geekpanth3r +[es]: https://github.com/bolknote +[log]: https://github.com/isagalaev/highlight.js/commits/ + + +## Version 6.1 â Solarized + +[Jeremy Hull][jh] has implemented my dream feature â a port of [Solarized][] +style theme famous for being based on the intricate color theory to achieve +correct contrast and color perception. It is now available for highlight.js in +both variants â light and dark. + +This version also adds a new original style Arta. Its author pumbur maintains a +[heavily modified fork of highlight.js][pb] on GitHub. + +[jh]: https://github.com/sourrust +[solarized]: http://ethanschoonover.com/solarized +[pb]: https://github.com/pumbur/highlight.js + + +## Version 6.0 + +New major version of the highlighter has been built on a significantly +refactored syntax. Due to this it's even smaller than the previous one while +supporting more languages! + +New languages are: + +- Haskell by [Jeremy Hull][sourrust] +- Erlang in two varieties â module and REPL â made collectively by [Nikolay + Zakharov][desh], [Dmitry Kovega][arhibot] and [Sergey Ignatov][ignatov] +- Objective C by [Valerii Hiora][vhbit] +- Vala by [Antono Vasiljev][antono] +- Go by [Stephan Kountso][steplg] + +[sourrust]: https://github.com/sourrust +[desh]: http://desh.su/ +[arhibot]: https://github.com/arhibot +[ignatov]: https://github.com/ignatov +[vhbit]: https://github.com/vhbit +[antono]: https://github.com/antono +[steplg]: https://github.com/steplg + +Also this version is marginally faster and fixes a number of small long-standing +bugs. + +Developer overview of the new language syntax is available in a [blog post about +recent beta release][beta]. + +[beta]: http://softwaremaniacs.org/blog/2011/04/25/highlight-js-60-beta/en/ + +P.S. New version is not yet available on a Yandex' CDN, so for now you have to +download [your own copy][d]. + +[d]: /soft/highlight/en/download/ + + +## Version 5.14 + +Fixed bugs in HTML/XML detection and relevance introduced in previous +refactoring. + +Also test.html now shows the second best result of language detection by +relevance. + + +## Version 5.13 + +Past weekend began with a couple of simple additions for existing languages but +ended up in a big code refactoring bringing along nice improvements for language +developers. + +### For users + +- Description of C++ has got new keywords from the upcoming [C++ 0x][] standard. +- Description of HTML has got new tags from [HTML 5][]. +- CSS-styles have been unified to use consistent padding and also have lost + pop-outs with names of detected languages. +- [Igor Kalnitsky][ik] has sent two new language descriptions: CMake и VHDL. + +This makes total number of languages supported by highlight.js to reach 35. + +Bug fixes: + +- Custom classes on `<pre>` tags are not being overridden anymore +- More correct highlighting of code blocks inside non-`<pre>` containers: + highlighter now doesn't insist on replacing them with its own container and + just replaces the contents. +- Small fixes in browser compatibility and heuristics. + +[c++ 0x]: http://ru.wikipedia.org/wiki/C%2B%2B0x +[html 5]: http://en.wikipedia.org/wiki/HTML5 +[ik]: http://kalnitsky.org.ua/ + +### For developers + +The most significant change is the ability to include language submodes right +under `contains` instead of defining explicit named submodes in the main array: + + contains: [ + 'string', + 'number', + {begin: '\\n', end: hljs.IMMEDIATE_RE} + ] + +This is useful for auxiliary modes needed only in one place to define parsing. +Note that such modes often don't have `className` and hence won't generate a +separate `<span>` in the resulting markup. This is similar in effect to +`noMarkup: true`. All existing languages have been refactored accordingly. + +Test file test.html has at last become a real test. Now it not only puts the +detected language name under the code snippet but also tests if it matches the +expected one. Test summary is displayed right above all language snippets. + + +## CDN + +Fine people at [Yandex][] agreed to host highlight.js on their big fast servers. +[Link up][l]! + +[yandex]: http://yandex.com/ +[l]: http://softwaremaniacs.org/soft/highlight/en/download/ + + +## Version 5.10 â "Paris". + +Though I'm on a vacation in Paris, I decided to release a new version with a +couple of small fixes: + +- Tomas Vitvar discovered that TAB replacement doesn't always work when used + with custom markup in code +- SQL parsing is even more rigid now and doesn't step over SmallTalk in tests + + +## Version 5.9 + +A long-awaited version is finally released. + +New languages: + +- Andrew Fedorov made a definition for Lua +- a long-time highlight.js contributor [Peter Leonov][pl] made a definition for + Nginx config +- [Vladimir Moskva][vm] made a definition for TeX + +[pl]: http://kung-fu-tzu.ru/ +[vm]: http://fulc.ru/ + +Fixes for existing languages: + +- [Loren Segal][ls] reworked the Ruby definition and added highlighting for + [YARD][] inline documentation +- the definition of SQL has become more solid and now it shouldn't be overly + greedy when it comes to language detection + +[ls]: http://gnuu.org/ +[yard]: http://yardoc.org/ + +The highlighter has become more usable as a library allowing to do highlighting +from initialization code of JS frameworks and in ajax methods (see. +readme.eng.txt). + +Also this version drops support for the [WordPress][wp] plugin. Everyone is +welcome to [pick up its maintenance][p] if needed. + +[wp]: http://wordpress.org/ +[p]: http://bazaar.launchpad.net/~isagalaev/+junk/highlight/annotate/342/src/wp_highlight.js.php + + +## Version 5.8 + +- Jan Berkel has contributed a definition for Scala. +1 to hotness! +- All CSS-styles are rewritten to work only inside `<pre>` tags to avoid + conflicts with host site styles. + + +## Version 5.7. + +Fixed escaping of quotes in VBScript strings. + + +## Version 5.5 + +This version brings a small change: now .ini-files allow digits, underscores and +square brackets in key names. + + +## Version 5.4 + +Fixed small but upsetting bug in the packer which caused incorrect highlighting +of explicitly specified languages. Thanks to Andrew Fedorov for precise +diagnostics! + + +## Version 5.3 + +The version to fulfil old promises. + +The most significant change is that highlight.js now preserves custom user +markup in code along with its own highlighting markup. This means that now it's +possible to use, say, links in code. Thanks to [Vladimir Dolzhenko][vd] for the +[initial proposal][1] and for making a proof-of-concept patch. + +Also in this version: + +- [Vasily Polovnyov][vp] has sent a GitHub-like style and has implemented + support for CSS @-rules and Ruby symbols. +- Yura Zaripov has sent two styles: Brown Paper and School Book. +- Oleg Volchkov has sent a definition for [Parser 3][p3]. + +[1]: http://softwaremaniacs.org/forum/highlightjs/6612/ +[p3]: http://www.parser.ru/ +[vp]: http://vasily.polovnyov.ru/ +[vd]: http://dolzhenko.blogspot.com/ + + +## Version 5.2 + +- at last it's possible to replace indentation TABs with something sensible (e.g. 2 or 4 spaces) +- new keywords and built-ins for 1C by Sergey Baranov +- a couple of small fixes to Apache highlighting + + +## Version 5.1 + +This is one of those nice version consisting entirely of new and shiny +contributions! + +- [Vladimir Ermakov][vooon] created highlighting for AVR Assembler +- [Ruslan Keba][rukeba] created highlighting for Apache config file. Also his + original visual style for it is now available for all highlight.js languages + under the name "Magula". +- [Shuen-Huei Guan][drake] (aka Drake) sent new keywords for RenderMan + languages. Also thanks go to [Konstantin Evdokimenko][ke] for his advice on + the matter. + +[vooon]: http://vehq.ru/about/ +[rukeba]: http://rukeba.com/ +[drake]: http://drakeguan.org/ +[ke]: http://k-evdokimenko.moikrug.ru/ + + +## Version 5.0 + +The main change in the new major version of highlight.js is a mechanism for +packing several languages along with the library itself into a single compressed +file. Now sites using several languages will load considerably faster because +the library won't dynamically include additional files while loading. + +Also this version fixes a long-standing bug with Javascript highlighting that +couldn't distinguish between regular expressions and division operations. + +And as usually there were a couple of minor correctness fixes. + +Great thanks to all contributors! Keep using highlight.js. + + +## Version 4.3 + +This version comes with two contributions from [Jason Diamond][jd]: + +- language definition for C# (yes! it was a long-missed thing!) +- Visual Studio-like highlighting style + +Plus there are a couple of minor bug fixes for parsing HTML and XML attributes. + +[jd]: http://jason.diamond.name/weblog/ + + +## Version 4.2 + +The biggest news is highlighting for Lisp, courtesy of Vasily Polovnyov. It's +somewhat experimental meaning that for highlighting "keywords" it doesn't use +any pre-defined set of a Lisp dialect. Instead it tries to highlight first word +in parentheses wherever it makes sense. I'd like to ask people programming in +Lisp to confirm if it's a good idea and send feedback to [the forum][f]. + +Other changes: + +- Smalltalk was excluded from DEFAULT_LANGUAGES to save traffic +- [Vladimir Epifanov][voldmar] has implemented javascript style switcher for + test.html +- comments now allowed inside Ruby function definition +- [MEL][] language from [Shuen-Huei Guan][drake] +- whitespace now allowed between `<pre>` and `<code>` +- better auto-detection of C++ and PHP +- HTML allows embedded VBScript (`<% .. %>`) + +[f]: http://softwaremaniacs.org/forum/highlightjs/ +[voldmar]: http://voldmar.ya.ru/ +[mel]: http://en.wikipedia.org/wiki/Maya_Embedded_Language +[drake]: http://drakeguan.org/ + + +## Version 4.1 + +Languages: + +- Bash from Vah +- DOS bat-files from Alexander Makarov (Sam) +- Diff files from Vasily Polovnyov +- Ini files from myself though initial idea was from Sam + +Styles: + +- Zenburn from Vladimir Epifanov, this is an imitation of a + [well-known theme for Vim][zenburn]. +- Ascetic from myself, as a realization of ideals of non-flashy highlighting: + just one color in only three gradations :-) + +In other news. [One small bug][bug] was fixed, built-in keywords were added for +Python and C++ which improved auto-detection for the latter (it was shame that +[my wife's blog][alenacpp] had issues with it from time to time). And lastly +thanks go to Sam for getting rid of my stylistic comments in code that were +getting in the way of [JSMin][]. + +[zenburn]: http://en.wikipedia.org/wiki/Zenburn +[alenacpp]: http://alenacpp.blogspot.com/ +[bug]: http://softwaremaniacs.org/forum/viewtopic.php?id=1823 +[jsmin]: http://code.google.com/p/jsmin-php/ + + +## Version 4.0 + +New major version is a result of vast refactoring and of many contributions. + +Visible new features: + +- Highlighting of embedded languages. Currently is implemented highlighting of + Javascript and CSS inside HTML. +- Bundled 5 ready-made style themes! + +Invisible new features: + +- Highlight.js no longer pollutes global namespace. Only one object and one + function for backward compatibility. +- Performance is further increased by about 15%. + +Changing of a major version number caused by a new format of language definition +files. If you use some third-party language files they should be updated. + + +## Version 3.5 + +A very nice version in my opinion fixing a number of small bugs and slightly +increased speed in a couple of corner cases. Thanks to everybody who reports +bugs in he [forum][f] and by email! + +There is also a new language â XML. A custom XML formerly was detected as HTML +and didn't highlight custom tags. In this version I tried to make custom XML to +be detected and highlighted by its own rules. Which by the way include such +things as CDATA sections and processing instructions (`<? ... ?>`). + +[f]: http://softwaremaniacs.org/forum/viewforum.php?id=6 + + +## Version 3.3 + +[Vladimir Gubarkov][xonix] has provided an interesting and useful addition. +File export.html contains a little program that shows and allows to copy and +paste an HTML code generated by the highlighter for any code snippet. This can +be useful in situations when one can't use the script itself on a site. + + +[xonix]: http://xonixx.blogspot.com/ + + +## Version 3.2 consists completely of contributions: + +- Vladimir Gubarkov has described SmallTalk +- Yuri Ivanov has described 1C +- Peter Leonov has packaged the highlighter as a Firefox extension +- Vladimir Ermakov has compiled a mod for phpBB + +Many thanks to you all! + + +## Version 3.1 + +Three new languages are available: Django templates, SQL and Axapta. The latter +two are sent by [Dmitri Roudakov][1]. However I've almost entirely rewrote an +SQL definition but I'd never started it be it from the ground up :-) + +The engine itself has got a long awaited feature of grouping keywords +("keyword", "built-in function", "literal"). No more hacks! + +[1]: http://roudakov.ru/ + + +## Version 3.0 + +It is major mainly because now highlight.js has grown large and has become +modular. Now when you pass it a list of languages to highlight it will +dynamically load into a browser only those languages. + +Also: + +- Konstantin Evdokimenko of [RibKit][] project has created a highlighting for + RenderMan Shading Language and RenderMan Interface Bytestream. Yay for more + languages! +- Heuristics for C++ and HTML got better. +- I've implemented (at last) a correct handling of backslash escapes in C-like + languages. + +There is also a small backwards incompatible change in the new version. The +function initHighlighting that was used to initialize highlighting instead of +initHighlightingOnLoad a long time ago no longer works. If you by chance still +use it â replace it with the new one. + +[RibKit]: http://ribkit.sourceforge.net/ + + +## Version 2.9 + +Highlight.js is a parser, not just a couple of regular expressions. That said +I'm glad to announce that in the new version 2.9 has support for: + +- in-string substitutions for Ruby -- `#{...}` +- strings from from numeric symbol codes (like #XX) for Delphi + + +## Version 2.8 + +A maintenance release with more tuned heuristics. Fully backwards compatible. + + +## Version 2.7 + +- Nikita Ledyaev presents highlighting for VBScript, yay! +- A couple of bugs with escaping in strings were fixed thanks to Mickle +- Ongoing tuning of heuristics + +Fixed bugs were rather unpleasant so I encourage everyone to upgrade! + + +## Version 2.4 + +- Peter Leonov provides another improved highlighting for Perl +- Javascript gets a new kind of keywords â "literals". These are the words + "true", "false" and "null" + +Also highlight.js homepage now lists sites that use the library. Feel free to +add your site by [dropping me a message][mail] until I find the time to build a +submit form. + +[mail]: mailto:Maniac@SoftwareManiacs.Org + + +## Version 2.3 + +This version fixes IE breakage in previous version. My apologies to all who have +already downloaded that one! + + +## Version 2.2 + +- added highlighting for Javascript +- at last fixed parsing of Delphi's escaped apostrophes in strings +- in Ruby fixed highlighting of keywords 'def' and 'class', same for 'sub' in + Perl + + +## Version 2.0 + +- Ruby support by [Anton Kovalyov][ak] +- speed increased by orders of magnitude due to new way of parsing +- this same way allows now correct highlighting of keywords in some tricky + places (like keyword "End" at the end of Delphi classes) + +[ak]: http://anton.kovalyov.net/ + + +## Version 1.0 + +Version 1.0 of javascript syntax highlighter is released! + +It's the first version available with English description. Feel free to post +your comments and question to [highlight.js forum][forum]. And don't be afraid +if you find there some fancy Cyrillic letters -- it's for Russian users too :-) + +[forum]: http://softwaremaniacs.org/forum/viewforum.php?id=6 diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/LICENSE b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/LICENSE new file mode 100644 index 0000000..422deb7 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/LICENSE @@ -0,0 +1,24 @@ +Copyright (c) 2006, Ivan Sagalaev +All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of highlight.js nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md new file mode 100644 index 0000000..be85f6a --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md @@ -0,0 +1,171 @@ +# Highlight.js + +Highlight.js нÑжен Ð´Ð»Ñ Ð¿Ð¾Ð´ÑвеÑки ÑинÑакÑиÑа в пÑимеÑÐ°Ñ ÐºÐ¾Ð´Ð° в Ð±Ð»Ð¾Ð³Ð°Ñ , +ÑоÑÑÐ¼Ð°Ñ Ð¸ вообÑе на лÑбÑÑ Ð²ÐµÐ±-ÑÑÑаниÑÐ°Ñ . ÐолÑзоваÑÑÑÑ Ð¸Ð¼ оÑÐµÐ½Ñ Ð¿ÑоÑÑо, +поÑÐ¾Ð¼Ñ ÑÑо ÑабоÑÐ°ÐµÑ Ð¾Ð½ авÑомаÑиÑеÑки: Ñам Ð½Ð°Ñ Ð¾Ð´Ð¸Ñ Ð±Ð»Ð¾ÐºÐ¸ кода, Ñам +опÑеделÑÐµÑ ÑзÑк, Ñам подÑвеÑиваеÑ. + +ÐвÑоопÑеделением ÑзÑка можно ÑпÑавлÑÑÑ, когда оно не ÑпÑавлÑеÑÑÑ Ñамо (Ñм. +далÑÑе "ÐвÑиÑÑика"). + + +## ÐÑоÑÑое иÑполÑзование + +ÐодклÑÑиÑе библиоÑÐµÐºÑ Ð¸ ÑÑÐ¸Ð»Ñ Ð½Ð° ÑÑÑаниÑÑ Ð¸ повеÑÑÑ Ð²Ñзов подÑвеÑки на +загÑÑÐ·ÐºÑ ÑÑÑаниÑÑ: + +```html +<link rel="stylesheet" href="styles/default.css"> +<script src="highlight.pack.js"></script> +<script>hljs.initHighlightingOnLoad();</script> +``` + +ÐеÑÑ ÐºÐ¾Ð´ на ÑÑÑаниÑе, обÑамлÑннÑй в Ñеги `<pre><code> .. </code></pre>` +бÑÐ´ÐµÑ Ð°Ð²ÑомаÑиÑеÑки подÑвеÑен. ÐÑли Ð²Ñ Ð¸ÑполÑзÑеÑе дÑÑгие Ñеги или Ñ Ð¾ÑиÑе +подÑвеÑиваÑÑ Ð±Ð»Ð¾ÐºÐ¸ кода динамиÑеÑки, ÑиÑайÑе "ÐниÑиализаÑÐ¸Ñ Ð²ÑÑÑнÑÑ" ниже. + +- ÐÑ Ð¼Ð¾Ð¶ÐµÑе ÑкаÑаÑÑ ÑобÑÑвеннÑÑ Ð²ÐµÑÑÐ¸Ñ "highlight.pack.js" или ÑоÑлаÑÑÑÑ + на Ð·Ð°Ñ Ð¾ÑÑеннÑй Ñайл, как опиÑано на ÑÑÑаниÑе загÑÑзки: + <http://highlightjs.org/download/> + +- СÑилевÑе ÑÐµÐ¼Ñ Ð¼Ð¾Ð¶Ð½Ð¾ найÑи в загÑÑженном аÑÑ Ð¸Ð²Ðµ или Ñакже иÑполÑзоваÑÑ + Ð·Ð°Ñ Ð¾ÑÑеннÑе. ЧÑÐ¾Ð±Ñ ÑделаÑÑ ÑобÑÑвеннÑй ÑÑÐ¸Ð»Ñ Ð´Ð»Ñ Ñвоего ÑайÑа, вам + бÑÐ´ÐµÑ Ð¿Ð¾Ð»ÐµÐ·ÐµÐ½ [CSS classes reference][cr], коÑоÑÑй Ñоже еÑÑÑ Ð² аÑÑ Ð¸Ð²Ðµ. + +[cr]: http://highlightjs.readthedocs.org/en/latest/css-classes-reference.html + + +## node.js + +Highlight.js можно иÑполÑзоваÑÑ Ð² node.js. ÐиблиоÑÐµÐºÑ Ñо вÑеми возможнÑми ÑзÑками можно +ÑÑÑановиÑÑ Ñ NPM: + + npm install highlight.js + +Также ÐµÑ Ð¼Ð¾Ð¶Ð½Ð¾ ÑобÑаÑÑ Ð¸Ð· иÑÑ Ð¾Ð´Ð½Ð¸ÐºÐ¾Ð² Ñ ÑолÑко Ñеми ÑзÑками, коÑоÑÑе нÑжнÑ: + + python3 tools/build.py -tnode lang1 lang2 .. + +ÐÑполÑзование библиоÑеки: + +```javascript +var hljs = require('highlight.js'); + +// ÐÑли Ð²Ñ Ð·Ð½Ð°ÐµÑе ÑзÑк +hljs.highlight(lang, code).value; + +// ÐвÑоопÑеделение ÑзÑка +hljs.highlightAuto(code).value; +``` + + +## AMD + +Highlight.js можно иÑполÑзоваÑÑ Ñ Ð·Ð°Ð³ÑÑзÑиком AMD-модÑлей. ÐÐ»Ñ ÑÑого его +нÑжно ÑобÑаÑÑ Ð¸Ð· иÑÑ Ð¾Ð´Ð½Ð¸ÐºÐ¾Ð² ÑледÑÑÑей командой: + +```bash +$ python3 tools/build.py -tamd lang1 lang2 .. +``` + +Ðна ÑоздаÑÑ Ñайл `build/highlight.pack.js`, коÑоÑÑй ÑвлÑеÑÑÑ Ð·Ð°Ð³ÑÑжаемÑм +AMD-модÑлем и ÑодеÑÐ¶Ð¸Ñ Ð²Ñе вÑбÑаннÑе пÑи ÑбоÑке ÑзÑки. ÐÑполÑзÑеÑÑÑ Ð¾Ð½ Ñак: + +```javascript +require(["highlight.js/build/highlight.pack"], function(hljs){ + + // ÐÑли Ð²Ñ Ð·Ð½Ð°ÐµÑе ÑзÑк + hljs.highlight(lang, code).value; + + // ÐвÑоопÑеделение ÑзÑка + hljs.highlightAuto(code).value; +}); +``` + + +## Ðамена TABов + +Также Ð²Ñ Ð¼Ð¾Ð¶ÐµÑе замениÑÑ ÑÐ¸Ð¼Ð²Ð¾Ð»Ñ TAB ('\x09'), иÑполÑзÑемÑе Ð´Ð»Ñ Ð¾ÑÑÑÑпов, на +ÑикÑиÑованное колиÑеÑÑво пÑобелов или на оÑделÑнÑй `<span>`, ÑÑÐ¾Ð±Ñ Ð·Ð°Ð´Ð°ÑÑ ÐµÐ¼Ñ +какой-нибÑÐ´Ñ ÑпеÑиалÑнÑй ÑÑилÑ: + +```html +<script type="text/javascript"> + hljs.configure({tabReplace: ' '}); // 4 spaces + // ... or + hljs.configure({tabReplace: '<span class="indent">\t</span>'}); + + hljs.initHighlightingOnLoad(); +</script> +``` + + +## ÐниÑиализаÑÐ¸Ñ Ð²ÑÑÑнÑÑ + +ÐÑли Ð²Ñ Ð¸ÑполÑзÑеÑе дÑÑгие Ñеги Ð´Ð»Ñ Ð±Ð»Ð¾ÐºÐ¾Ð² кода, Ð²Ñ Ð¼Ð¾Ð¶ÐµÑе иниÑиализиÑоваÑÑ Ð¸Ñ +Ñвно Ñ Ð¿Ð¾Ð¼Ð¾ÑÑÑ ÑÑнкÑии `highlightBlock(code)`. Ðна пÑÐ¸Ð½Ð¸Ð¼Ð°ÐµÑ DOM-ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ñ +ÑекÑÑом ÑаÑÑвеÑиваемого кода и опÑионалÑно - ÑÑÑоÑÐºÑ Ð´Ð»Ñ Ð·Ð°Ð¼ÐµÐ½Ñ Ñимволов TAB. + +ÐапÑÐ¸Ð¼ÐµÑ Ñ Ð¸ÑполÑзованием jQuery код иниÑиализаÑии Ð¼Ð¾Ð¶ÐµÑ Ð²ÑглÑдеÑÑ Ñак: + +```javascript +$(document).ready(function() { + $('pre code').each(function(i, e) {hljs.highlightBlock(e)}); +}); +``` + +`highlightBlock` можно Ñакже иÑполÑзоваÑÑ, ÑÑÐ¾Ð±Ñ Ð¿Ð¾Ð´ÑвеÑиÑÑ Ð±Ð»Ð¾ÐºÐ¸ кода, +добавленнÑе на ÑÑÑаниÑÑ Ð´Ð¸Ð½Ð°Ð¼Ð¸ÑеÑки. ТолÑко ÑбедиÑеÑÑ, ÑÑо Ð²Ñ Ð½Ðµ делаеÑе ÑÑого +повÑоÑно Ð´Ð»Ñ Ñже ÑаÑкÑаÑеннÑÑ Ð±Ð»Ð¾ÐºÐ¾Ð². + +ÐÑли Ð²Ð°Ñ Ð±Ð»Ð¾Ðº кода иÑполÑзÑÐµÑ `<br>` вмеÑÑо пеÑеводов ÑÑÑоки (Ñ.е. еÑли ÑÑо не +`<pre>`), вклÑÑиÑе опÑÐ¸Ñ `useBR`: + +```javascript +hljs.configure({useBR: true}); +$('div.code').each(function(i, e) {hljs.highlightBlock(e)}); +``` + + +## ÐвÑиÑÑика + +ÐпÑеделение ÑзÑка, на коÑоÑом напиÑан ÑÑагменÑ, делаеÑÑÑ Ñ Ð¿Ð¾Ð¼Ð¾ÑÑÑ +доволÑно пÑоÑÑой ÑвÑиÑÑики: пÑогÑамма пÑÑаеÑÑÑ ÑаÑÑвеÑиÑÑ ÑÑÐ°Ð³Ð¼ÐµÐ½Ñ Ð²Ñеми +ÑзÑками подÑÑд, и Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ ÑзÑка ÑÑиÑÐ°ÐµÑ ÐºÐ¾Ð»Ð¸ÑеÑÑво подоÑедÑÐ¸Ñ +ÑинÑакÑиÑеÑки конÑÑÑÑкÑий и клÑÑевÑÑ Ñлов. ÐÐ»Ñ ÐºÐ°ÐºÐ¾Ð³Ð¾ ÑзÑка наÑлоÑÑ Ð±Ð¾Ð»ÑÑе, +ÑÐ¾Ñ Ð¸ вÑбиÑаеÑÑÑ. + +ÐÑо ознаÑаеÑ, ÑÑо в коÑоÑÐºÐ¸Ñ ÑÑагменÑÐ°Ñ Ð²ÑÑока веÑоÑÑноÑÑÑ Ð¾Ñибки, ÑÑо +пеÑиодиÑеÑки и ÑлÑÑаеÑÑÑ. ЧÑÐ¾Ð±Ñ ÑказаÑÑ ÑзÑк ÑÑагменÑа Ñвно, надо напиÑаÑÑ +его название в виде клаÑÑа к ÑлеменÑÑ `<code>`: + +```html +<pre><code class="html">...</code></pre> +``` + +Ðожно иÑполÑзоваÑÑ ÑекомендованнÑе в HTML5 Ð½Ð°Ð·Ð²Ð°Ð½Ð¸Ñ ÐºÐ»Ð°ÑÑов: +"language-html", "language-php". Также можно назнаÑаÑÑ ÐºÐ»Ð°ÑÑÑ Ð½Ð° ÑÐ»ÐµÐ¼ÐµÐ½Ñ +`<pre>`. + +ЧÑÐ¾Ð±Ñ Ð·Ð°Ð¿ÑеÑиÑÑ ÑаÑÑвеÑÐºÑ ÑÑагменÑа вообÑе, иÑполÑзÑеÑÑÑ ÐºÐ»Ð°ÑÑ "no-highlight": + +```html +<pre><code class="no-highlight">...</code></pre> +``` + + +## ÐкÑпоÑÑ + +Ð Ñайле export.html Ð½Ð°Ñ Ð¾Ð´Ð¸ÑÑÑ Ð½ÐµÐ±Ð¾Ð»ÑÑÐ°Ñ Ð¿ÑогÑаммка, коÑоÑÐ°Ñ Ð¿Ð¾ÐºÐ°Ð·ÑÐ²Ð°ÐµÑ Ð¸ Ð´Ð°ÐµÑ +ÑкопиÑоваÑÑ Ð½ÐµÐ¿Ð¾ÑÑедÑÑвенно HTML-код подÑвеÑки Ð´Ð»Ñ Ð»Ñбого заданного ÑÑагменÑа кода. +ÐÑо Ð¼Ð¾Ð¶ÐµÑ Ð¿Ð¾Ð½Ð°Ð´Ð¾Ð±Ð¸ÑÑÑ Ð½Ð°Ð¿ÑÐ¸Ð¼ÐµÑ Ð½Ð° ÑайÑе, на коÑоÑом нелÑÐ·Ñ Ð¿Ð¾Ð´ÐºÐ»ÑÑиÑÑ Ñам ÑкÑÐ¸Ð¿Ñ +highlight.js. + + +## ÐооÑдинаÑÑ + +- ÐеÑÑиÑ: 8.0 +- URL: http://highlightjs.org/ + +ÐиÑензионное ÑоглаÑение ÑиÑайÑе в Ñайле LICENSE. +СпиÑок авÑоÑов и ÑоавÑоÑов ÑиÑайÑе в Ñайле AUTHORS.ru.txt diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js new file mode 100644 index 0000000..627f79e --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js @@ -0,0 +1 @@ +var hljs=new function(){function k(v){return v.replace(/&/gm,"&").replace(/</gm,"<").replace(/>/gm,">")}function t(v){return v.nodeName.toLowerCase()}function i(w,x){var v=w&&w.exec(x);return v&&v.index==0}function d(v){return Array.prototype.map.call(v.childNodes,function(w){if(w.nodeType==3){return b.useBR?w.nodeValue.replace(/\n/g,""):w.nodeValue}if(t(w)=="br"){return"\n"}return d(w)}).join("")}function r(w){var v=(w.className+" "+(w.parentNode?w.parentNode.className:"")).split(/\s+/);v=v.map(function(x){return x.replace(/^language-/,"")});return v.filter(function(x){return j(x)||x=="no-highlight"})[0]}function o(x,y){var v={};for(var w in x){v[w]=x[w]}if(y){for(var w in y){v[w]=y[w]}}return v}function u(x){var v=[];(function w(y,z){for(var A=y.firstChild;A;A=A.nextSibling){if(A.nodeType==3){z+=A.nodeValue.length}else{if(t(A)=="br"){z+=1}else{if(A.nodeType==1){v.push({event:"start",offset:z,node:A});z=w(A,z);v.push({event:"stop",offset:z,node:A})}}}}return z})(x,0);return v}function q(w,y,C){var x=0;var F="";var z=[];function B(){if(!w.length||!y.length){return w.length?w:y}if(w[0].offset!=y[0].offset){return(w[0].offset<y[0].offset)?w:y}return y[0].event=="start"?w:y}function A(H){function G(I){return" "+I.nodeName+'="'+k(I.value)+'"'}F+="<"+t(H)+Array.prototype.map.call(H.attributes,G).join("")+">"}function E(G){F+="</"+t(G)+">"}function v(G){(G.event=="start"?A:E)(G.node)}while(w.length||y.length){var D=B();F+=k(C.substr(x,D[0].offset-x));x=D[0].offset;if(D==w){z.reverse().forEach(E);do{v(D.splice(0,1)[0]);D=B()}while(D==w&&D.length&&D[0].offset==x);z.reverse().forEach(A)}else{if(D[0].event=="start"){z.push(D[0].node)}else{z.pop()}v(D.splice(0,1)[0])}}return F+k(C.substr(x))}function m(y){function v(z){return(z&&z.source)||z}function w(A,z){return RegExp(v(A),"m"+(y.cI?"i":"")+(z?"g":""))}function x(D,C){if(D.compiled){return}D.compiled=true;D.k=D.k||D.bK;if(D.k){var z={};function E(G,F){if(y.cI){F=F.toLowerCase()}F.split(" ").forEach(function(H){var I=H.split("|");z[I[0]]=[G,I[1]?Number(I[1]):1]})}if(typeof D.k=="string"){E("keyword",D.k)}else{Object.keys(D.k).forEach(function(F){E(F,D.k[F])})}D.k=z}D.lR=w(D.l||/\b[A-Za-z0-9_]+\b/,true);if(C){if(D.bK){D.b=D.bK.split(" ").join("|")}if(!D.b){D.b=/\B|\b/}D.bR=w(D.b);if(!D.e&&!D.eW){D.e=/\B|\b/}if(D.e){D.eR=w(D.e)}D.tE=v(D.e)||"";if(D.eW&&C.tE){D.tE+=(D.e?"|":"")+C.tE}}if(D.i){D.iR=w(D.i)}if(D.r===undefined){D.r=1}if(!D.c){D.c=[]}var B=[];D.c.forEach(function(F){if(F.v){F.v.forEach(function(G){B.push(o(F,G))})}else{B.push(F=="self"?D:F)}});D.c=B;D.c.forEach(function(F){x(F,D)});if(D.starts){x(D.starts,C)}var A=D.c.map(function(F){return F.bK?"\\.?\\b("+F.b+")\\b\\.?":F.b}).concat([D.tE]).concat([D.i]).map(v).filter(Boolean);D.t=A.length?w(A.join("|"),true):{exec:function(F){return null}};D.continuation={}}x(y)}function c(S,L,J,R){function v(U,V){for(var T=0;T<V.c.length;T++){if(i(V.c[T].bR,U)){return V.c[T]}}}function z(U,T){if(i(U.eR,T)){return U}if(U.eW){return z(U.parent,T)}}function A(T,U){return !J&&i(U.iR,T)}function E(V,T){var U=M.cI?T[0].toLowerCase():T[0];return V.k.hasOwnProperty(U)&&V.k[U]}function w(Z,X,W,V){var T=V?"":b.classPrefix,U='<span class="'+T,Y=W?"":"</span>";U+=Z+'">';return U+X+Y}function N(){var U=k(C);if(!I.k){return U}var T="";var X=0;I.lR.lastIndex=0;var V=I.lR.exec(U);while(V){T+=U.substr(X,V.index-X);var W=E(I,V);if(W){H+=W[1];T+=w(W[0],V[0])}else{T+=V[0]}X=I.lR.lastIndex;V=I.lR.exec(U)}return T+U.substr(X)}function F(){if(I.sL&&!f[I.sL]){return k(C)}var T=I.sL?c(I.sL,C,true,I.continuation.top):g(C);if(I.r>0){H+=T.r}if(I.subLanguageMode=="continuous"){I.continuation.top=T.top}return w(T.language,T.value,false,true)}function Q(){return I.sL!==undefined?F():N()}function P(V,U){var T=V.cN?w(V.cN,"",true):"";if(V.rB){D+=T;C=""}else{if(V.eB){D+=k(U)+T;C=""}else{D+=T;C=U}}I=Object.create(V,{parent:{value:I}})}function G(T,X){C+=T;if(X===undefined){D+=Q();return 0}var V=v(X,I);if(V){D+=Q();P(V,X);return V.rB?0:X.length}var W=z(I,X);if(W){var U=I;if(!(U.rE||U.eE)){C+=X}D+=Q();do{if(I.cN){D+="</span>"}H+=I.r;I=I.parent}while(I!=W.parent);if(U.eE){D+=k(X)}C="";if(W.starts){P(W.starts,"")}return U.rE?0:X.length}if(A(X,I)){throw new Error('Illegal lexeme "'+X+'" for mode "'+(I.cN||"<unnamed>")+'"')}C+=X;return X.length||1}var M=j(S);if(!M){throw new Error('Unknown language: "'+S+'"')}m(M);var I=R||M;var D="";for(var K=I;K!=M;K=K.parent){if(K.cN){D=w(K.cN,D,true)}}var C="";var H=0;try{var B,y,x=0;while(true){I.t.lastIndex=x;B=I.t.exec(L);if(!B){break}y=G(L.substr(x,B.index-x),B[0]);x=B.index+y}G(L.substr(x));for(var K=I;K.parent;K=K.parent){if(K.cN){D+="</span>"}}return{r:H,value:D,language:S,top:I}}catch(O){if(O.message.indexOf("Illegal")!=-1){return{r:0,value:k(L)}}else{throw O}}}function g(y,x){x=x||b.languages||Object.keys(f);var v={r:0,value:k(y)};var w=v;x.forEach(function(z){if(!j(z)){return}var A=c(z,y,false);A.language=z;if(A.r>w.r){w=A}if(A.r>v.r){w=v;v=A}});if(w.language){v.second_best=w}return v}function h(v){if(b.tabReplace){v=v.replace(/^((<[^>]+>|\t)+)/gm,function(w,z,y,x){return z.replace(/\t/g,b.tabReplace)})}if(b.useBR){v=v.replace(/\n/g,"<br>")}return v}function p(z){var y=d(z);var A=r(z);if(A=="no-highlight"){return}var v=A?c(A,y,true):g(y);var w=u(z);if(w.length){var x=document.createElementNS("http://www.w3.org/1999/xhtml","pre");x.innerHTML=v.value;v.value=q(w,u(x),y)}v.value=h(v.value);z.innerHTML=v.value;z.className+=" hljs "+(!A&&v.language||"");z.result={language:v.language,re:v.r};if(v.second_best){z.second_best={language:v.second_best.language,re:v.second_best.r}}}var b={classPrefix:"hljs-",tabReplace:null,useBR:false,languages:undefined};function s(v){b=o(b,v)}function l(){if(l.called){return}l.called=true;var v=document.querySelectorAll("pre code");Array.prototype.forEach.call(v,p)}function a(){addEventListener("DOMContentLoaded",l,false);addEventListener("load",l,false)}var f={};var n={};function e(v,x){var w=f[v]=x(this);if(w.aliases){w.aliases.forEach(function(y){n[y]=v})}}function j(v){return f[v]||f[n[v]]}this.highlight=c;this.highlightAuto=g;this.fixMarkup=h;this.highlightBlock=p;this.configure=s;this.initHighlighting=l;this.initHighlightingOnLoad=a;this.registerLanguage=e;this.getLanguage=j;this.inherit=o;this.IR="[a-zA-Z][a-zA-Z0-9_]*";this.UIR="[a-zA-Z_][a-zA-Z0-9_]*";this.NR="\\b\\d+(\\.\\d+)?";this.CNR="(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)";this.BNR="\\b(0b[01]+)";this.RSR="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~";this.BE={b:"\\\\[\\s\\S]",r:0};this.ASM={cN:"string",b:"'",e:"'",i:"\\n",c:[this.BE]};this.QSM={cN:"string",b:'"',e:'"',i:"\\n",c:[this.BE]};this.CLCM={cN:"comment",b:"//",e:"$"};this.CBLCLM={cN:"comment",b:"/\\*",e:"\\*/"};this.HCM={cN:"comment",b:"#",e:"$"};this.NM={cN:"number",b:this.NR,r:0};this.CNM={cN:"number",b:this.CNR,r:0};this.BNM={cN:"number",b:this.BNR,r:0};this.REGEXP_MODE={cN:"regexp",b:/\//,e:/\/[gim]*/,i:/\n/,c:[this.BE,{b:/\[/,e:/\]/,r:0,c:[this.BE]}]};this.TM={cN:"title",b:this.IR,r:0};this.UTM={cN:"title",b:this.UIR,r:0}}();hljs.registerLanguage("bash",function(b){var a={cN:"variable",v:[{b:/\$[\w\d#@][\w\d_]*/},{b:/\$\{(.*?)\}/}]};var d={cN:"string",b:/"/,e:/"/,c:[b.BE,a,{cN:"variable",b:/\$\(/,e:/\)/,c:[b.BE]}]};var c={cN:"string",b:/'/,e:/'/};return{l:/-?[a-z\.]+/,k:{keyword:"if then else elif fi for break continue while in do done exit return set declare case esac export exec",literal:"true false",built_in:"printf echo read cd pwd pushd popd dirs let eval unset typeset readonly getopts source shopt caller type hash bind help sudo",operator:"-ne -eq -lt -gt -f -d -e -s -l -a"},c:[{cN:"shebang",b:/^#![^\n]+sh\s*$/,r:10},{cN:"function",b:/\w[\w\d_]*\s*\(\s*\)\s*\{/,rB:true,c:[b.inherit(b.TM,{b:/\w[\w\d_]*/})],r:0},b.HCM,b.NM,d,c,a]}});hljs.registerLanguage("cs",function(b){var a="abstract as base bool break byte case catch char checked const continue decimal default delegate do double else enum event explicit extern false finally fixed float for foreach goto if implicit in int interface internal is lock long new null object operator out override params private protected public readonly ref return sbyte sealed short sizeof stackalloc static string struct switch this throw true try typeof uint ulong unchecked unsafe ushort using virtual volatile void while async await ascending descending from get group into join let orderby partial select set value var where yield";return{k:a,c:[{cN:"comment",b:"///",e:"$",rB:true,c:[{cN:"xmlDocTag",b:"///|<!--|-->"},{cN:"xmlDocTag",b:"</?",e:">"}]},b.CLCM,b.CBLCLM,{cN:"preprocessor",b:"#",e:"$",k:"if else elif endif define undef warning error line region endregion pragma checksum"},{cN:"string",b:'@"',e:'"',c:[{b:'""'}]},b.ASM,b.QSM,b.CNM,{bK:"protected public private internal",e:/[{;=]/,k:a,c:[{bK:"class namespace interface",starts:{c:[b.TM]}},{b:b.IR+"\\s*\\(",rB:true,c:[b.TM]}]}]}});hljs.registerLanguage("ruby",function(e){var h="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?";var g="and false then defined module in return redo if BEGIN retry end for true self when next until do begin unless END rescue nil else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor";var a={cN:"yardoctag",b:"@[A-Za-z]+"};var i={cN:"comment",v:[{b:"#",e:"$",c:[a]},{b:"^\\=begin",e:"^\\=end",c:[a],r:10},{b:"^__END__",e:"\\n$"}]};var c={cN:"subst",b:"#\\{",e:"}",k:g};var d={cN:"string",c:[e.BE,c],v:[{b:/'/,e:/'/},{b:/"/,e:/"/},{b:"%[qw]?\\(",e:"\\)"},{b:"%[qw]?\\[",e:"\\]"},{b:"%[qw]?{",e:"}"},{b:"%[qw]?<",e:">",r:10},{b:"%[qw]?/",e:"/",r:10},{b:"%[qw]?%",e:"%",r:10},{b:"%[qw]?-",e:"-",r:10},{b:"%[qw]?\\|",e:"\\|",r:10},{b:/\B\?(\\\d{1,3}|\\x[A-Fa-f0-9]{1,2}|\\u[A-Fa-f0-9]{4}|\\?\S)\b/}]};var b={cN:"params",b:"\\(",e:"\\)",k:g};var f=[d,i,{cN:"class",bK:"class module",e:"$|;",i:/=/,c:[e.inherit(e.TM,{b:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{cN:"inheritance",b:"<\\s*",c:[{cN:"parent",b:"("+e.IR+"::)?"+e.IR}]},i]},{cN:"function",bK:"def",e:" |$|;",r:0,c:[e.inherit(e.TM,{b:h}),b,i]},{cN:"constant",b:"(::)?(\\b[A-Z]\\w*(::)?)+",r:0},{cN:"symbol",b:":",c:[d,{b:h}],r:0},{cN:"symbol",b:e.UIR+"(\\!|\\?)?:",r:0},{cN:"number",b:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",r:0},{cN:"variable",b:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{b:"("+e.RSR+")\\s*",c:[i,{cN:"regexp",c:[e.BE,c],i:/\n/,v:[{b:"/",e:"/[a-z]*"},{b:"%r{",e:"}[a-z]*"},{b:"%r\\(",e:"\\)[a-z]*"},{b:"%r!",e:"![a-z]*"},{b:"%r\\[",e:"\\][a-z]*"}]}],r:0}];c.c=f;b.c=f;return{k:g,c:f}});hljs.registerLanguage("diff",function(a){return{c:[{cN:"chunk",r:10,v:[{b:/^\@\@ +\-\d+,\d+ +\+\d+,\d+ +\@\@$/},{b:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{b:/^\-\-\- +\d+,\d+ +\-\-\-\-$/}]},{cN:"header",v:[{b:/Index: /,e:/$/},{b:/=====/,e:/=====$/},{b:/^\-\-\-/,e:/$/},{b:/^\*{3} /,e:/$/},{b:/^\+\+\+/,e:/$/},{b:/\*{5}/,e:/\*{5}$/}]},{cN:"addition",b:"^\\+",e:"$"},{cN:"deletion",b:"^\\-",e:"$"},{cN:"change",b:"^\\!",e:"$"}]}});hljs.registerLanguage("javascript",function(a){return{aliases:["js"],k:{keyword:"in if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const class",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require"},c:[{cN:"pi",b:/^\s*('|")use strict('|")/,r:10},a.ASM,a.QSM,a.CLCM,a.CBLCLM,a.CNM,{b:"("+a.RSR+"|\\b(case|return|throw)\\b)\\s*",k:"return throw case",c:[a.CLCM,a.CBLCLM,a.REGEXP_MODE,{b:/</,e:/>;/,r:0,sL:"xml"}],r:0},{cN:"function",bK:"function",e:/\{/,c:[a.inherit(a.TM,{b:/[A-Za-z$_][0-9A-Za-z$_]*/}),{cN:"params",b:/\(/,e:/\)/,c:[a.CLCM,a.CBLCLM],i:/["'\(]/}],i:/\[|%/},{b:/\$[(.]/},{b:"\\."+a.IR,r:0}]}});hljs.registerLanguage("xml",function(a){var c="[A-Za-z0-9\\._:-]+";var d={b:/<\?(php)?(?!\w)/,e:/\?>/,sL:"php",subLanguageMode:"continuous"};var b={eW:true,i:/</,r:0,c:[d,{cN:"attribute",b:c,r:0},{b:"=",r:0,c:[{cN:"value",v:[{b:/"/,e:/"/},{b:/'/,e:/'/},{b:/[^\s\/>]+/}]}]}]};return{aliases:["html"],cI:true,c:[{cN:"doctype",b:"<!DOCTYPE",e:">",r:10,c:[{b:"\\[",e:"\\]"}]},{cN:"comment",b:"<!--",e:"-->",r:10},{cN:"cdata",b:"<\\!\\[CDATA\\[",e:"\\]\\]>",r:10},{cN:"tag",b:"<style(?=\\s|>|$)",e:">",k:{title:"style"},c:[b],starts:{e:"</style>",rE:true,sL:"css"}},{cN:"tag",b:"<script(?=\\s|>|$)",e:">",k:{title:"script"},c:[b],starts:{e:"<\/script>",rE:true,sL:"javascript"}},{b:"<%",e:"%>",sL:"vbscript"},d,{cN:"pi",b:/<\?\w+/,e:/\?>/,r:10},{cN:"tag",b:"</?",e:"/?>",c:[{cN:"title",b:"[^ /><]+",r:0},b]}]}});hljs.registerLanguage("markdown",function(a){return{c:[{cN:"header",v:[{b:"^#{1,6}",e:"$"},{b:"^.+?\\n[=-]{2,}$"}]},{b:"<",e:">",sL:"xml",r:0},{cN:"bullet",b:"^([*+-]|(\\d+\\.))\\s+"},{cN:"strong",b:"[*_]{2}.+?[*_]{2}"},{cN:"emphasis",v:[{b:"\\*.+?\\*"},{b:"_.+?_",r:0}]},{cN:"blockquote",b:"^>\\s+",e:"$"},{cN:"code",v:[{b:"`.+?`"},{b:"^( {4}|\t)",e:"$",r:0}]},{cN:"horizontal_rule",b:"^[-\\*]{3,}",e:"$"},{b:"\\[.+?\\][\\(\\[].+?[\\)\\]]",rB:true,c:[{cN:"link_label",b:"\\[",e:"\\]",eB:true,rE:true,r:0},{cN:"link_url",b:"\\]\\(",e:"\\)",eB:true,eE:true},{cN:"link_reference",b:"\\]\\[",e:"\\]",eB:true,eE:true,}],r:10},{b:"^\\[.+\\]:",e:"$",rB:true,c:[{cN:"link_reference",b:"\\[",e:"\\]",eB:true,eE:true},{cN:"link_url",b:"\\s",e:"$"}]}]}});hljs.registerLanguage("css",function(a){var b="[a-zA-Z-][a-zA-Z0-9_-]*";var c={cN:"function",b:b+"\\(",e:"\\)",c:["self",a.NM,a.ASM,a.QSM]};return{cI:true,i:"[=/|']",c:[a.CBLCLM,{cN:"id",b:"\\#[A-Za-z0-9_-]+"},{cN:"class",b:"\\.[A-Za-z0-9_-]+",r:0},{cN:"attr_selector",b:"\\[",e:"\\]",i:"$"},{cN:"pseudo",b:":(:)?[a-zA-Z0-9\\_\\-\\+\\(\\)\\\"\\']+"},{cN:"at_rule",b:"@(font-face|page)",l:"[a-z-]+",k:"font-face page"},{cN:"at_rule",b:"@",e:"[{;]",c:[{cN:"keyword",b:/\S+/},{b:/\s/,eW:true,eE:true,r:0,c:[c,a.ASM,a.QSM,a.NM]}]},{cN:"tag",b:b,r:0},{cN:"rules",b:"{",e:"}",i:"[^\\s]",r:0,c:[a.CBLCLM,{cN:"rule",b:"[^\\s]",rB:true,e:";",eW:true,c:[{cN:"attribute",b:"[A-Z\\_\\.\\-]+",e:":",eE:true,i:"[^\\s]",starts:{cN:"value",eW:true,eE:true,c:[c,a.NM,a.QSM,a.ASM,a.CBLCLM,{cN:"hexcolor",b:"#[0-9A-Fa-f]+"},{cN:"important",b:"!important"}]}}]}]}]}});hljs.registerLanguage("http",function(a){return{i:"\\S",c:[{cN:"status",b:"^HTTP/[0-9\\.]+",e:"$",c:[{cN:"number",b:"\\b\\d{3}\\b"}]},{cN:"request",b:"^[A-Z]+ (.*?) HTTP/[0-9\\.]+$",rB:true,e:"$",c:[{cN:"string",b:" ",e:" ",eB:true,eE:true}]},{cN:"attribute",b:"^\\w",e:": ",eE:true,i:"\\n|\\s|=",starts:{cN:"string",e:"$"}},{b:"\\n\\n",starts:{sL:"",eW:true}}]}});hljs.registerLanguage("java",function(b){var a="false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws";return{k:a,i:/<\//,c:[{cN:"javadoc",b:"/\\*\\*",e:"\\*/",c:[{cN:"javadoctag",b:"(^|\\s)@[A-Za-z]+"}],r:10},b.CLCM,b.CBLCLM,b.ASM,b.QSM,{bK:"protected public private",e:/[{;=]/,k:a,c:[{cN:"class",bK:"class interface",eW:true,i:/[:"<>]/,c:[{bK:"extends implements",r:10},b.UTM]},{b:b.UIR+"\\s*\\(",rB:true,c:[b.UTM]}]},b.CNM,{cN:"annotation",b:"@[A-Za-z]+"}]}});hljs.registerLanguage("php",function(b){var e={cN:"variable",b:"\\$+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*"};var a={cN:"preprocessor",b:/<\?(php)?|\?>/};var c={cN:"string",c:[b.BE,a],v:[{b:'b"',e:'"'},{b:"b'",e:"'"},b.inherit(b.ASM,{i:null}),b.inherit(b.QSM,{i:null})]};var d={v:[b.BNM,b.CNM]};return{cI:true,k:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally",c:[b.CLCM,b.HCM,{cN:"comment",b:"/\\*",e:"\\*/",c:[{cN:"phpdoc",b:"\\s@[A-Za-z]+"},a]},{cN:"comment",b:"__halt_compiler.+?;",eW:true,k:"__halt_compiler",l:b.UIR},{cN:"string",b:"<<<['\"]?\\w+['\"]?$",e:"^\\w+;",c:[b.BE]},a,e,{cN:"function",bK:"function",e:/[;{]/,i:"\\$|\\[|%",c:[b.UTM,{cN:"params",b:"\\(",e:"\\)",c:["self",e,b.CBLCLM,c,d]}]},{cN:"class",bK:"class interface",e:"{",i:/[:\(\$"]/,c:[{bK:"extends implements",r:10},b.UTM]},{bK:"namespace",e:";",i:/[\.']/,c:[b.UTM]},{bK:"use",e:";",c:[b.UTM]},{b:"=>"},c,d]}});hljs.registerLanguage("python",function(a){var f={cN:"prompt",b:/^(>>>|\.\.\.) /};var b={cN:"string",c:[a.BE],v:[{b:/(u|b)?r?'''/,e:/'''/,c:[f],r:10},{b:/(u|b)?r?"""/,e:/"""/,c:[f],r:10},{b:/(u|r|ur)'/,e:/'/,r:10},{b:/(u|r|ur)"/,e:/"/,r:10},{b:/(b|br)'/,e:/'/,},{b:/(b|br)"/,e:/"/,},a.ASM,a.QSM]};var d={cN:"number",r:0,v:[{b:a.BNR+"[lLjJ]?"},{b:"\\b(0o[0-7]+)[lLjJ]?"},{b:a.CNR+"[lLjJ]?"}]};var e={cN:"params",b:/\(/,e:/\)/,c:["self",f,d,b]};var c={e:/:/,i:/[${=;\n]/,c:[a.UTM,e]};return{k:{keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda nonlocal|10 None True False",built_in:"Ellipsis NotImplemented"},i:/(<\/|->|\?)/,c:[f,d,b,a.HCM,a.inherit(c,{cN:"function",bK:"def",r:10}),a.inherit(c,{cN:"class",bK:"class"}),{cN:"decorator",b:/@/,e:/$/},{b:/\b(print|exec)\(/}]}});hljs.registerLanguage("sql",function(a){return{cI:true,i:/[<>]/,c:[{cN:"operator",b:"\\b(begin|end|start|commit|rollback|savepoint|lock|alter|create|drop|rename|call|delete|do|handler|insert|load|replace|select|truncate|update|set|show|pragma|grant|merge)\\b(?!:)",e:";",eW:true,k:{keyword:"all partial global month current_timestamp using go revoke smallint indicator end-exec disconnect zone with character assertion to add current_user usage input local alter match collate real then rollback get read timestamp session_user not integer bit unique day minute desc insert execute like ilike|2 level decimal drop continue isolation found where constraints domain right national some module transaction relative second connect escape close system_user for deferred section cast current sqlstate allocate intersect deallocate numeric public preserve full goto initially asc no key output collation group by union session both last language constraint column of space foreign deferrable prior connection unknown action commit view or first into float year primary cascaded except restrict set references names table outer open select size are rows from prepare distinct leading create only next inner authorization schema corresponding option declare precision immediate else timezone_minute external varying translation true case exception join hour default double scroll value cursor descriptor values dec fetch procedure delete and false int is describe char as at in varchar null trailing any absolute current_time end grant privileges when cross check write current_date pad begin temporary exec time update catalog user sql date on identity timezone_hour natural whenever interval work order cascade diagnostics nchar having left call do handler load replace truncate start lock show pragma exists number trigger if before after each row merge matched database",aggregate:"count sum min max avg"},c:[{cN:"string",b:"'",e:"'",c:[a.BE,{b:"''"}]},{cN:"string",b:'"',e:'"',c:[a.BE,{b:'""'}]},{cN:"string",b:"`",e:"`",c:[a.BE]},a.CNM]},a.CBLCLM,{cN:"comment",b:"--",e:"$"}]}});hljs.registerLanguage("ini",function(a){return{cI:true,i:/\S/,c:[{cN:"comment",b:";",e:"$"},{cN:"title",b:"^\\[",e:"\\]"},{cN:"setting",b:"^[a-z0-9\\[\\]_-]+[ \\t]*=[ \\t]*",e:"$",c:[{cN:"value",eW:true,k:"on off true false yes no",c:[a.QSM,a.NM],r:0}]}]}});hljs.registerLanguage("perl",function(c){var d="getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qqfileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmgetsub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedirioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when";var f={cN:"subst",b:"[$@]\\{",e:"\\}",k:d};var g={b:"->{",e:"}"};var a={cN:"variable",v:[{b:/\$\d/},{b:/[\$\%\@\*](\^\w\b|#\w+(\:\:\w+)*|{\w+}|\w+(\:\:\w*)*)/},{b:/[\$\%\@\*][^\s\w{]/,r:0}]};var e={cN:"comment",b:"^(__END__|__DATA__)",e:"\\n$",r:5};var h=[c.BE,f,a];var b=[a,c.HCM,e,{cN:"comment",b:"^\\=\\w",e:"\\=cut",eW:true},g,{cN:"string",c:h,v:[{b:"q[qwxr]?\\s*\\(",e:"\\)",r:5},{b:"q[qwxr]?\\s*\\[",e:"\\]",r:5},{b:"q[qwxr]?\\s*\\{",e:"\\}",r:5},{b:"q[qwxr]?\\s*\\|",e:"\\|",r:5},{b:"q[qwxr]?\\s*\\<",e:"\\>",r:5},{b:"qw\\s+q",e:"q",r:5},{b:"'",e:"'",c:[c.BE]},{b:'"',e:'"'},{b:"`",e:"`",c:[c.BE]},{b:"{\\w+}",c:[],r:0},{b:"-?\\w+\\s*\\=\\>",c:[],r:0}]},{cN:"number",b:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",r:0},{b:"(\\/\\/|"+c.RSR+"|\\b(split|return|print|reverse|grep)\\b)\\s*",k:"split return print reverse grep",r:0,c:[c.HCM,e,{cN:"regexp",b:"(s|tr|y)/(\\\\.|[^/])*/(\\\\.|[^/])*/[a-z]*",r:10},{cN:"regexp",b:"(m|qr)?/",e:"/[a-z]*",c:[c.BE],r:0}]},{cN:"sub",bK:"sub",e:"(\\s*\\(.*?\\))?[;{]",r:5},{cN:"operator",b:"-\\w\\b",r:0}];f.c=b;g.c=b;return{k:d,c:b}});hljs.registerLanguage("objectivec",function(a){var d={keyword:"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign self synchronized id nonatomic super unichar IBOutlet IBAction strong weak @private @protected @public @try @property @end @throw @catch @finally @synthesize @dynamic @selector @optional @required",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"NSString NSDictionary CGRect CGPoint UIButton UILabel UITextView UIWebView MKMapView UISegmentedControl NSObject UITableViewDelegate UITableViewDataSource NSThread UIActivityIndicator UITabbar UIToolBar UIBarButtonItem UIImageView NSAutoreleasePool UITableView BOOL NSInteger CGFloat NSException NSLog NSMutableString NSMutableArray NSMutableDictionary NSURL NSIndexPath CGSize UITableViewCell UIView UIViewController UINavigationBar UINavigationController UITabBarController UIPopoverController UIPopoverControllerDelegate UIImage NSNumber UISearchBar NSFetchedResultsController NSFetchedResultsChangeType UIScrollView UIScrollViewDelegate UIEdgeInsets UIColor UIFont UIApplication NSNotFound NSNotificationCenter NSNotification UILocalNotification NSBundle NSFileManager NSTimeInterval NSDate NSCalendar NSUserDefaults UIWindow NSRange NSArray NSError NSURLRequest NSURLConnection UIInterfaceOrientation MPMoviePlayerController dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"};var c=/[a-zA-Z@][a-zA-Z0-9_]*/;var b="@interface @class @protocol @implementation";return{k:d,l:c,i:"</",c:[a.CLCM,a.CBLCLM,a.CNM,a.QSM,{cN:"string",b:"'",e:"[^\\\\]'",i:"[^\\\\][^']"},{cN:"preprocessor",b:"#import",e:"$",c:[{cN:"title",b:'"',e:'"'},{cN:"title",b:"<",e:">"}]},{cN:"preprocessor",b:"#",e:"$"},{cN:"class",b:"("+b.split(" ").join("|")+")\\b",e:"({|$)",k:b,l:c,c:[a.UTM]},{cN:"variable",b:"\\."+a.UIR,r:0}]}});hljs.registerLanguage("coffeescript",function(c){var b={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger super then unless until loop of by when and or is isnt not",literal:"true false null undefined yes no on off",reserved:"case default function var void with const let enum export import native __hasProp __extends __slice __bind __indexOf",built_in:"npm require console print module exports global window document"};var a="[A-Za-z$_][0-9A-Za-z$_]*";var f=c.inherit(c.TM,{b:a});var e={cN:"subst",b:/#\{/,e:/}/,k:b};var d=[c.BNM,c.inherit(c.CNM,{starts:{e:"(\\s*/)?",r:0}}),{cN:"string",v:[{b:/'''/,e:/'''/,c:[c.BE]},{b:/'/,e:/'/,c:[c.BE]},{b:/"""/,e:/"""/,c:[c.BE,e]},{b:/"/,e:/"/,c:[c.BE,e]}]},{cN:"regexp",v:[{b:"///",e:"///",c:[e,c.HCM]},{b:"//[gim]*",r:0},{b:"/\\S(\\\\.|[^\\n])*?/[gim]*(?=\\s|\\W|$)"}]},{cN:"property",b:"@"+a},{b:"`",e:"`",eB:true,eE:true,sL:"javascript"}];e.c=d;return{k:b,c:d.concat([{cN:"comment",b:"###",e:"###"},c.HCM,{cN:"function",b:"("+a+"\\s*=\\s*)?(\\(.*\\))?\\s*\\B[-=]>",e:"[-=]>",rB:true,c:[f,{cN:"params",b:"\\(",rB:true,c:[{b:/\(/,e:/\)/,k:b,c:["self"].concat(d)}]}]},{cN:"class",bK:"class",e:"$",i:/[:="\[\]]/,c:[{bK:"extends",eW:true,i:/[:="\[\]]/,c:[f]},f]},{cN:"attribute",b:a+":",e:":",rB:true,eE:true,r:0}])}});hljs.registerLanguage("nginx",function(c){var b={cN:"variable",v:[{b:/\$\d+/},{b:/\$\{/,e:/}/},{b:"[\\$\\@]"+c.UIR}]};var a={eW:true,l:"[a-z/_]+",k:{built_in:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll /dev/poll"},r:0,i:"=>",c:[c.HCM,{cN:"string",c:[c.BE,b],v:[{b:/"/,e:/"/},{b:/'/,e:/'/}]},{cN:"url",b:"([a-z]+):/",e:"\\s",eW:true,eE:true},{cN:"regexp",c:[c.BE,b],v:[{b:"\\s\\^",e:"\\s|{|;",rE:true},{b:"~\\*?\\s+",e:"\\s|{|;",rE:true},{b:"\\*(\\.[a-z\\-]+)+"},{b:"([a-z\\-]+\\.)+\\*"}]},{cN:"number",b:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{cN:"number",b:"\\b\\d+[kKmMgGdshdwy]*\\b",r:0},b]};return{c:[c.HCM,{b:c.UIR+"\\s",e:";|{",rB:true,c:[c.inherit(c.UTM,{starts:a})],r:0}],i:"[^\\s\\}]"}});hljs.registerLanguage("json",function(a){var e={literal:"true false null"};var d=[a.QSM,a.CNM];var c={cN:"value",e:",",eW:true,eE:true,c:d,k:e};var b={b:"{",e:"}",c:[{cN:"attribute",b:'\\s*"',e:'"\\s*:\\s*',eB:true,eE:true,c:[a.BE],i:"\\n",starts:c}],i:"\\S"};var f={b:"\\[",e:"\\]",c:[a.inherit(c,{cN:null})],i:"\\S"};d.splice(d.length,0,b,f);return{c:d,k:e,i:"\\S"}});hljs.registerLanguage("apache",function(a){var b={cN:"number",b:"[\\$%]\\d+"};return{cI:true,c:[a.HCM,{cN:"tag",b:"</?",e:">"},{cN:"keyword",b:/\w+/,r:0,k:{common:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"},starts:{e:/$/,r:0,k:{literal:"on off all"},c:[{cN:"sqbracket",b:"\\s\\[",e:"\\]$"},{cN:"cbracket",b:"[\\$%]\\{",e:"\\}",c:["self",b]},b,a.QSM]}}],i:/\S/}});hljs.registerLanguage("cpp",function(a){var b={keyword:"false int float while private char catch export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const struct for static_cast|10 union namespace unsigned long throw volatile static protected bool template mutable if public friend do return goto auto void enum else break new extern using true class asm case typeid short reinterpret_cast|10 default double register explicit signed typename try this switch continue wchar_t inline delete alignof char16_t char32_t constexpr decltype noexcept nullptr static_assert thread_local restrict _Bool complex _Complex _Imaginary",built_in:"std string cin cout cerr clog stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr abort abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf"};return{aliases:["c"],k:b,i:"</",c:[a.CLCM,a.CBLCLM,a.QSM,{cN:"string",b:"'\\\\?.",e:"'",i:"."},{cN:"number",b:"\\b(\\d+(\\.\\d*)?|\\.\\d+)(u|U|l|L|ul|UL|f|F)"},a.CNM,{cN:"preprocessor",b:"#",e:"$",c:[{b:"include\\s*<",e:">",i:"\\n"},a.CLCM]},{cN:"stl_container",b:"\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\s*<",e:">",k:b,r:10,c:["self"]}]}});hljs.registerLanguage("makefile",function(a){var b={cN:"variable",b:/\$\(/,e:/\)/,c:[a.BE]};return{c:[a.HCM,{b:/^\w+\s*\W*=/,rB:true,r:0,starts:{cN:"constant",e:/\s*\W*=/,eE:true,starts:{e:/$/,r:0,c:[b],}}},{cN:"title",b:/^[\w]+:\s*$/},{cN:"phony",b:/^\.PHONY:/,e:/$/,k:".PHONY",l:/[\.\w]+/},{b:/^\t+/,e:/$/,c:[a.QSM,b]}]}}); diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css new file mode 100644 index 0000000..c2a55bb --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css @@ -0,0 +1,160 @@ +/* +Date: 17.V.2011 +Author: pumbur <pumbur@pumbur.net> +*/ + +.hljs +{ + display: block; padding: 0.5em; + background: #222; +} + +.profile .hljs-header *, +.ini .hljs-title, +.nginx .hljs-title +{ + color: #fff; +} + +.hljs-comment, +.hljs-javadoc, +.hljs-preprocessor, +.hljs-preprocessor .hljs-title, +.hljs-pragma, +.hljs-shebang, +.profile .hljs-summary, +.diff, +.hljs-pi, +.hljs-doctype, +.hljs-tag, +.hljs-template_comment, +.css .hljs-rules, +.tex .hljs-special +{ + color: #444; +} + +.hljs-string, +.hljs-symbol, +.diff .hljs-change, +.hljs-regexp, +.xml .hljs-attribute, +.smalltalk .hljs-char, +.xml .hljs-value, +.ini .hljs-value, +.clojure .hljs-attribute, +.coffeescript .hljs-attribute +{ + color: #ffcc33; +} + +.hljs-number, +.hljs-addition +{ + color: #00cc66; +} + +.hljs-built_in, +.hljs-literal, +.vhdl .hljs-typename, +.go .hljs-constant, +.go .hljs-typename, +.ini .hljs-keyword, +.lua .hljs-title, +.perl .hljs-variable, +.php .hljs-variable, +.mel .hljs-variable, +.django .hljs-variable, +.css .funtion, +.smalltalk .method, +.hljs-hexcolor, +.hljs-important, +.hljs-flow, +.hljs-inheritance, +.parser3 .hljs-variable +{ + color: #32AAEE; +} + +.hljs-keyword, +.hljs-tag .hljs-title, +.css .hljs-tag, +.css .hljs-class, +.css .hljs-id, +.css .hljs-pseudo, +.css .hljs-attr_selector, +.lisp .hljs-title, +.clojure .hljs-built_in, +.hljs-winutils, +.tex .hljs-command, +.hljs-request, +.hljs-status +{ + color: #6644aa; +} + +.hljs-title, +.ruby .hljs-constant, +.vala .hljs-constant, +.hljs-parent, +.hljs-deletion, +.hljs-template_tag, +.css .hljs-keyword, +.objectivec .hljs-class .hljs-id, +.smalltalk .hljs-class, +.lisp .hljs-keyword, +.apache .hljs-tag, +.nginx .hljs-variable, +.hljs-envvar, +.bash .hljs-variable, +.go .hljs-built_in, +.vbscript .hljs-built_in, +.lua .hljs-built_in, +.rsl .hljs-built_in, +.tail, +.avrasm .hljs-label, +.tex .hljs-formula, +.tex .hljs-formula * +{ + color: #bb1166; +} + +.hljs-yardoctag, +.hljs-phpdoc, +.profile .hljs-header, +.ini .hljs-title, +.apache .hljs-tag, +.parser3 .hljs-title +{ + font-weight: bold; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata +{ + opacity: 0.6; +} + +.hljs, +.javascript, +.css, +.xml, +.hljs-subst, +.diff .hljs-chunk, +.css .hljs-value, +.css .hljs-attribute, +.lisp .hljs-string, +.lisp .hljs-number, +.tail .hljs-params, +.hljs-container, +.haskell *, +.erlang *, +.erlang_repl * +{ + color: #aaa; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css new file mode 100644 index 0000000..89c5fe2 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css @@ -0,0 +1,50 @@ +/* + +Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> + +*/ + +.hljs { + display: block; padding: 0.5em; + background: white; color: black; +} + +.hljs-string, +.hljs-tag .hljs-value, +.hljs-filter .hljs-argument, +.hljs-addition, +.hljs-change, +.apache .hljs-tag, +.apache .hljs-cbracket, +.nginx .hljs-built_in, +.tex .hljs-formula { + color: #888; +} + +.hljs-comment, +.hljs-template_comment, +.hljs-shebang, +.hljs-doctype, +.hljs-pi, +.hljs-javadoc, +.hljs-deletion, +.apache .hljs-sqbracket { + color: #CCC; +} + +.hljs-keyword, +.hljs-tag .hljs-title, +.ini .hljs-title, +.lisp .hljs-title, +.clojure .hljs-title, +.http .hljs-title, +.nginx .hljs-title, +.css .hljs-tag, +.hljs-winutils, +.hljs-flow, +.apache .hljs-tag, +.tex .hljs-command, +.hljs-request, +.hljs-status { + font-weight: bold; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css new file mode 100644 index 0000000..4cfc77c --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Dune Dark - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Dune Dark Comment */ +.hljs-comment, +.hljs-title { + color: #999580; +} + +/* Atelier Dune Dark Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #d73737; +} + +/* Atelier Dune Dark Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #b65611; +} + +/* Atelier Dune Dark Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #cfb017; +} + +/* Atelier Dune Dark Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #60ac39; +} + +/* Atelier Dune Dark Aqua */ +.css .hljs-hexcolor { + color: #1fad83; +} + +/* Atelier Dune Dark Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #6684e1; +} + +/* Atelier Dune Dark Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #b854d4; +} + +.hljs { + display: block; + background: #292824; + color: #a6a28c; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css new file mode 100644 index 0000000..3501bf8 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Dune Light - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Dune Light Comment */ +.hljs-comment, +.hljs-title { + color: #7d7a68; +} + +/* Atelier Dune Light Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #d73737; +} + +/* Atelier Dune Light Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #b65611; +} + +/* Atelier Dune Light Yellow */ +.hljs-ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #cfb017; +} + +/* Atelier Dune Light Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #60ac39; +} + +/* Atelier Dune Light Aqua */ +.css .hljs-hexcolor { + color: #1fad83; +} + +/* Atelier Dune Light Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #6684e1; +} + +/* Atelier Dune Light Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #b854d4; +} + +.hljs { + display: block; + background: #fefbec; + color: #6e6b5e; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css new file mode 100644 index 0000000..9c26b7b --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Forest Dark - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Forest Dark Comment */ +.hljs-comment, +.hljs-title { + color: #9c9491; +} + +/* Atelier Forest Dark Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #f22c40; +} + +/* Atelier Forest Dark Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #df5320; +} + +/* Atelier Forest Dark Yellow */ +.hljs-ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #d5911a; +} + +/* Atelier Forest Dark Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #5ab738; +} + +/* Atelier Forest Dark Aqua */ +.css .hljs-hexcolor { + color: #00ad9c; +} + +/* Atelier Forest Dark Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #407ee7; +} + +/* Atelier Forest Dark Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #6666ea; +} + +.hljs { + display: block; + background: #2c2421; + color: #a8a19f; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css new file mode 100644 index 0000000..3de3dad --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Forest Light - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Forest Light Comment */ +.hljs-comment, +.hljs-title { + color: #766e6b; +} + +/* Atelier Forest Light Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #f22c40; +} + +/* Atelier Forest Light Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #df5320; +} + +/* Atelier Forest Light Yellow */ +.hljs-ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #d5911a; +} + +/* Atelier Forest Light Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #5ab738; +} + +/* Atelier Forest Light Aqua */ +.css .hljs-hexcolor { + color: #00ad9c; +} + +/* Atelier Forest Light Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #407ee7; +} + +/* Atelier Forest Light Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #6666ea; +} + +.hljs { + display: block; + background: #f1efee; + color: #68615e; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css new file mode 100644 index 0000000..df1446c --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Heath Dark - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Heath Dark Comment */ +.hljs-comment, +.hljs-title { + color: #9e8f9e; +} + +/* Atelier Heath Dark Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #ca402b; +} + +/* Atelier Heath Dark Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #a65926; +} + +/* Atelier Heath Dark Yellow */ +.hljs-ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #bb8a35; +} + +/* Atelier Heath Dark Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #379a37; +} + +/* Atelier Heath Dark Aqua */ +.css .hljs-hexcolor { + color: #159393; +} + +/* Atelier Heath Dark Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #516aec; +} + +/* Atelier Heath Dark Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #7b59c0; +} + +.hljs { + display: block; + background: #292329; + color: #ab9bab; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css new file mode 100644 index 0000000..a737a08 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Heath Light - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Heath Light Comment */ +.hljs-comment, +.hljs-title { + color: #776977; +} + +/* Atelier Heath Light Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #ca402b; +} + +/* Atelier Heath Light Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #a65926; +} + +/* Atelier Heath Light Yellow */ +.hljs-ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #bb8a35; +} + +/* Atelier Heath Light Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #379a37; +} + +/* Atelier Heath Light Aqua */ +.css .hljs-hexcolor { + color: #159393; +} + +/* Atelier Heath Light Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #516aec; +} + +/* Atelier Heath Light Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #7b59c0; +} + +.hljs { + display: block; + background: #f7f3f7; + color: #695d69; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css new file mode 100644 index 0000000..43c5b4e --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Lakeside Dark - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside/) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Lakeside Dark Comment */ +.hljs-comment, +.hljs-title { + color: #7195a8; +} + +/* Atelier Lakeside Dark Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #d22d72; +} + +/* Atelier Lakeside Dark Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #935c25; +} + +/* Atelier Lakeside Dark Yellow */ +.hljs-ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #8a8a0f; +} + +/* Atelier Lakeside Dark Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #568c3b; +} + +/* Atelier Lakeside Dark Aqua */ +.css .hljs-hexcolor { + color: #2d8f6f; +} + +/* Atelier Lakeside Dark Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #257fad; +} + +/* Atelier Lakeside Dark Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #5d5db1; +} + +.hljs { + display: block; + background: #1f292e; + color: #7ea2b4; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css new file mode 100644 index 0000000..5a78269 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Lakeside Light - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside/) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Lakeside Light Comment */ +.hljs-comment, +.hljs-title { + color: #5a7b8c; +} + +/* Atelier Lakeside Light Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #d22d72; +} + +/* Atelier Lakeside Light Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #935c25; +} + +/* Atelier Lakeside Light Yellow */ +.hljs-ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #8a8a0f; +} + +/* Atelier Lakeside Light Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #568c3b; +} + +/* Atelier Lakeside Light Aqua */ +.css .hljs-hexcolor { + color: #2d8f6f; +} + +/* Atelier Lakeside Light Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #257fad; +} + +/* Atelier Lakeside Light Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #5d5db1; +} + +.hljs { + display: block; + background: #ebf8ff; + color: #516d7b; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css new file mode 100644 index 0000000..3bea9b3 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Seaside Dark - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/seaside/) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Seaside Dark Comment */ +.hljs-comment, +.hljs-title { + color: #809980; +} + +/* Atelier Seaside Dark Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #e6193c; +} + +/* Atelier Seaside Dark Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #87711d; +} + +/* Atelier Seaside Dark Yellow */ +.hljs-ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #c3c322; +} + +/* Atelier Seaside Dark Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #29a329; +} + +/* Atelier Seaside Dark Aqua */ +.css .hljs-hexcolor { + color: #1999b3; +} + +/* Atelier Seaside Dark Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #3d62f5; +} + +/* Atelier Seaside Dark Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #ad2bee; +} + +.hljs { + display: block; + background: #242924; + color: #8ca68c; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css new file mode 100644 index 0000000..e86c44d --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Seaside Light - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/seaside/) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Seaside Light Comment */ +.hljs-comment, +.hljs-title { + color: #687d68; +} + +/* Atelier Seaside Light Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #e6193c; +} + +/* Atelier Seaside Light Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #87711d; +} + +/* Atelier Seaside Light Yellow */ +.hljs-ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #c3c322; +} + +/* Atelier Seaside Light Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #29a329; +} + +/* Atelier Seaside Light Aqua */ +.css .hljs-hexcolor { + color: #1999b3; +} + +/* Atelier Seaside Light Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #3d62f5; +} + +/* Atelier Seaside Light Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #ad2bee; +} + +.hljs { + display: block; + background: #f0fff0; + color: #5e6e5e; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css new file mode 100644 index 0000000..0838fb8 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css @@ -0,0 +1,105 @@ +/* + +Brown Paper style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net> + +*/ + +.hljs { + display: block; padding: 0.5em; + background:#b7a68e url(./brown_papersq.png); +} + +.hljs-keyword, +.hljs-literal, +.hljs-change, +.hljs-winutils, +.hljs-flow, +.lisp .hljs-title, +.clojure .hljs-built_in, +.nginx .hljs-title, +.tex .hljs-special, +.hljs-request, +.hljs-status { + color:#005599; + font-weight:bold; +} + +.hljs, +.hljs-subst, +.hljs-tag .hljs-keyword { + color: #363C69; +} + +.hljs-string, +.hljs-title, +.haskell .hljs-type, +.hljs-tag .hljs-value, +.css .hljs-rules .hljs-value, +.hljs-preprocessor, +.hljs-pragma, +.ruby .hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.ruby .hljs-class .hljs-parent, +.hljs-built_in, +.sql .hljs-aggregate, +.django .hljs-template_tag, +.django .hljs-variable, +.smalltalk .hljs-class, +.hljs-javadoc, +.ruby .hljs-string, +.django .hljs-filter .hljs-argument, +.smalltalk .hljs-localvars, +.smalltalk .hljs-array, +.hljs-attr_selector, +.hljs-pseudo, +.hljs-addition, +.hljs-stream, +.hljs-envvar, +.apache .hljs-tag, +.apache .hljs-cbracket, +.tex .hljs-number { + color: #2C009F; +} + +.hljs-comment, +.java .hljs-annotation, +.python .hljs-decorator, +.hljs-template_comment, +.hljs-pi, +.hljs-doctype, +.hljs-deletion, +.hljs-shebang, +.apache .hljs-sqbracket, +.nginx .hljs-built_in, +.tex .hljs-formula { + color: #802022; +} + +.hljs-keyword, +.hljs-literal, +.css .hljs-id, +.hljs-phpdoc, +.hljs-title, +.haskell .hljs-type, +.vbscript .hljs-built_in, +.sql .hljs-aggregate, +.rsl .hljs-built_in, +.smalltalk .hljs-class, +.diff .hljs-header, +.hljs-chunk, +.hljs-winutils, +.bash .hljs-variable, +.apache .hljs-tag, +.tex .hljs-command { + font-weight: bold; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.8; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png new file mode 100644 index 0000000000000000000000000000000000000000..3813903dbf9fa7b1fb5bd11d9534c06667d9056f GIT binary patch literal 18198 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css new file mode 100644 index 0000000..b9426c3 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css @@ -0,0 +1,105 @@ +/* + +Dark style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> + +*/ + +.hljs { + display: block; padding: 0.5em; + background: #444; +} + +.hljs-keyword, +.hljs-literal, +.hljs-change, +.hljs-winutils, +.hljs-flow, +.lisp .hljs-title, +.clojure .hljs-built_in, +.nginx .hljs-title, +.tex .hljs-special { + color: white; +} + +.hljs, +.hljs-subst { + color: #DDD; +} + +.hljs-string, +.hljs-title, +.haskell .hljs-type, +.ini .hljs-title, +.hljs-tag .hljs-value, +.css .hljs-rules .hljs-value, +.hljs-preprocessor, +.hljs-pragma, +.ruby .hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.ruby .hljs-class .hljs-parent, +.hljs-built_in, +.sql .hljs-aggregate, +.django .hljs-template_tag, +.django .hljs-variable, +.smalltalk .hljs-class, +.hljs-javadoc, +.ruby .hljs-string, +.django .hljs-filter .hljs-argument, +.smalltalk .hljs-localvars, +.smalltalk .hljs-array, +.hljs-attr_selector, +.hljs-pseudo, +.hljs-addition, +.hljs-stream, +.hljs-envvar, +.apache .hljs-tag, +.apache .hljs-cbracket, +.tex .hljs-command, +.hljs-prompt, +.coffeescript .hljs-attribute { + color: #D88; +} + +.hljs-comment, +.java .hljs-annotation, +.python .hljs-decorator, +.hljs-template_comment, +.hljs-pi, +.hljs-doctype, +.hljs-deletion, +.hljs-shebang, +.apache .hljs-sqbracket, +.tex .hljs-formula { + color: #777; +} + +.hljs-keyword, +.hljs-literal, +.hljs-title, +.css .hljs-id, +.hljs-phpdoc, +.haskell .hljs-type, +.vbscript .hljs-built_in, +.sql .hljs-aggregate, +.rsl .hljs-built_in, +.smalltalk .hljs-class, +.diff .hljs-header, +.hljs-chunk, +.hljs-winutils, +.bash .hljs-variable, +.apache .hljs-tag, +.tex .hljs-special, +.hljs-request, +.hljs-status { + font-weight: bold; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css new file mode 100644 index 0000000..ae9af35 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css @@ -0,0 +1,153 @@ +/* + +Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> + +*/ + +.hljs { + display: block; padding: 0.5em; + background: #F0F0F0; +} + +.hljs, +.hljs-subst, +.hljs-tag .hljs-title, +.lisp .hljs-title, +.clojure .hljs-built_in, +.nginx .hljs-title { + color: black; +} + +.hljs-string, +.hljs-title, +.hljs-constant, +.hljs-parent, +.hljs-tag .hljs-value, +.hljs-rules .hljs-value, +.hljs-rules .hljs-value .hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.haml .hljs-symbol, +.ruby .hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.hljs-aggregate, +.hljs-template_tag, +.django .hljs-variable, +.smalltalk .hljs-class, +.hljs-addition, +.hljs-flow, +.hljs-stream, +.bash .hljs-variable, +.apache .hljs-tag, +.apache .hljs-cbracket, +.tex .hljs-command, +.tex .hljs-special, +.erlang_repl .hljs-function_or_atom, +.asciidoc .hljs-header, +.markdown .hljs-header, +.coffeescript .hljs-attribute { + color: #800; +} + +.smartquote, +.hljs-comment, +.hljs-annotation, +.hljs-template_comment, +.diff .hljs-header, +.hljs-chunk, +.asciidoc .hljs-blockquote, +.markdown .hljs-blockquote { + color: #888; +} + +.hljs-number, +.hljs-date, +.hljs-regexp, +.hljs-literal, +.hljs-hexcolor, +.smalltalk .hljs-symbol, +.smalltalk .hljs-char, +.go .hljs-constant, +.hljs-change, +.lasso .hljs-variable, +.makefile .hljs-variable, +.asciidoc .hljs-bullet, +.markdown .hljs-bullet, +.asciidoc .hljs-link_url, +.markdown .hljs-link_url { + color: #080; +} + +.hljs-label, +.hljs-javadoc, +.ruby .hljs-string, +.hljs-decorator, +.hljs-filter .hljs-argument, +.hljs-localvars, +.hljs-array, +.hljs-attr_selector, +.hljs-important, +.hljs-pseudo, +.hljs-pi, +.haml .hljs-bullet, +.hljs-doctype, +.hljs-deletion, +.hljs-envvar, +.hljs-shebang, +.apache .hljs-sqbracket, +.nginx .hljs-built_in, +.tex .hljs-formula, +.erlang_repl .hljs-reserved, +.hljs-prompt, +.asciidoc .hljs-link_label, +.markdown .hljs-link_label, +.vhdl .hljs-attribute, +.clojure .hljs-attribute, +.asciidoc .hljs-attribute, +.lasso .hljs-attribute, +.coffeescript .hljs-property, +.hljs-phony { + color: #88F +} + +.hljs-keyword, +.hljs-id, +.hljs-title, +.hljs-built_in, +.hljs-aggregate, +.css .hljs-tag, +.hljs-javadoctag, +.hljs-phpdoc, +.hljs-yardoctag, +.smalltalk .hljs-class, +.hljs-winutils, +.bash .hljs-variable, +.apache .hljs-tag, +.go .hljs-typename, +.tex .hljs-command, +.asciidoc .hljs-strong, +.markdown .hljs-strong, +.hljs-request, +.hljs-status { + font-weight: bold; +} + +.asciidoc .hljs-emphasis, +.markdown .hljs-emphasis { + font-style: italic; +} + +.nginx .hljs-built_in { + font-weight: normal; +} + +.coffeescript .javascript, +.javascript .xml, +.lasso .markup, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css new file mode 100644 index 0000000..5026d6c --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css @@ -0,0 +1,132 @@ +/* +Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine (@thingsinjars) +*/ + +.hljs { + display: block; padding: 0.5em; + color: #000; + background: #f8f8ff +} + +.hljs-comment, +.hljs-template_comment, +.diff .hljs-header, +.hljs-javadoc { + color: #408080; + font-style: italic +} + +.hljs-keyword, +.assignment, +.hljs-literal, +.css .rule .hljs-keyword, +.hljs-winutils, +.javascript .hljs-title, +.lisp .hljs-title, +.hljs-subst { + color: #954121; +} + +.hljs-number, +.hljs-hexcolor { + color: #40a070 +} + +.hljs-string, +.hljs-tag .hljs-value, +.hljs-phpdoc, +.tex .hljs-formula { + color: #219161; +} + +.hljs-title, +.hljs-id { + color: #19469D; +} +.hljs-params { + color: #00F; +} + +.javascript .hljs-title, +.lisp .hljs-title, +.hljs-subst { + font-weight: normal +} + +.hljs-class .hljs-title, +.haskell .hljs-label, +.tex .hljs-command { + color: #458; + font-weight: bold +} + +.hljs-tag, +.hljs-tag .hljs-title, +.hljs-rules .hljs-property, +.django .hljs-tag .hljs-keyword { + color: #000080; + font-weight: normal +} + +.hljs-attribute, +.hljs-variable, +.instancevar, +.lisp .hljs-body { + color: #008080 +} + +.hljs-regexp { + color: #B68 +} + +.hljs-class { + color: #458; + font-weight: bold +} + +.hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.ruby .hljs-symbol .hljs-keyword, +.ruby .hljs-symbol .keymethods, +.lisp .hljs-keyword, +.tex .hljs-special, +.input_number { + color: #990073 +} + +.builtin, +.constructor, +.hljs-built_in, +.lisp .hljs-title { + color: #0086b3 +} + +.hljs-preprocessor, +.hljs-pragma, +.hljs-pi, +.hljs-doctype, +.hljs-shebang, +.hljs-cdata { + color: #999; + font-weight: bold +} + +.hljs-deletion { + background: #fdd +} + +.hljs-addition { + background: #dfd +} + +.diff .hljs-change { + background: #0086b3 +} + +.hljs-chunk { + color: #aaa +} + +.tex .hljs-formula { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css new file mode 100644 index 0000000..be50536 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css @@ -0,0 +1,113 @@ +/* + +FAR Style (c) MajestiC <majestic2k@gmail.com> + +*/ + +.hljs { + display: block; padding: 0.5em; + background: #000080; +} + +.hljs, +.hljs-subst { + color: #0FF; +} + +.hljs-string, +.ruby .hljs-string, +.haskell .hljs-type, +.hljs-tag .hljs-value, +.css .hljs-rules .hljs-value, +.css .hljs-rules .hljs-value .hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.ruby .hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.hljs-built_in, +.sql .hljs-aggregate, +.django .hljs-template_tag, +.django .hljs-variable, +.smalltalk .hljs-class, +.hljs-addition, +.apache .hljs-tag, +.apache .hljs-cbracket, +.tex .hljs-command, +.clojure .hljs-title, +.coffeescript .hljs-attribute { + color: #FF0; +} + +.hljs-keyword, +.css .hljs-id, +.hljs-title, +.haskell .hljs-type, +.vbscript .hljs-built_in, +.sql .hljs-aggregate, +.rsl .hljs-built_in, +.smalltalk .hljs-class, +.xml .hljs-tag .hljs-title, +.hljs-winutils, +.hljs-flow, +.hljs-change, +.hljs-envvar, +.bash .hljs-variable, +.tex .hljs-special, +.clojure .hljs-built_in { + color: #FFF; +} + +.hljs-comment, +.hljs-phpdoc, +.hljs-javadoc, +.java .hljs-annotation, +.hljs-template_comment, +.hljs-deletion, +.apache .hljs-sqbracket, +.tex .hljs-formula { + color: #888; +} + +.hljs-number, +.hljs-date, +.hljs-regexp, +.hljs-literal, +.smalltalk .hljs-symbol, +.smalltalk .hljs-char, +.clojure .hljs-attribute { + color: #0F0; +} + +.python .hljs-decorator, +.django .hljs-filter .hljs-argument, +.smalltalk .hljs-localvars, +.smalltalk .hljs-array, +.hljs-attr_selector, +.hljs-pseudo, +.xml .hljs-pi, +.diff .hljs-header, +.hljs-chunk, +.hljs-shebang, +.nginx .hljs-built_in, +.hljs-prompt { + color: #008080; +} + +.hljs-keyword, +.css .hljs-id, +.hljs-title, +.haskell .hljs-type, +.vbscript .hljs-built_in, +.sql .hljs-aggregate, +.rsl .hljs-built_in, +.smalltalk .hljs-class, +.hljs-winutils, +.hljs-flow, +.apache .hljs-tag, +.nginx .hljs-built_in, +.tex .hljs-command, +.tex .hljs-special, +.hljs-request, +.hljs-status { + font-weight: bold; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css new file mode 100644 index 0000000..0710a10 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css @@ -0,0 +1,133 @@ +/* +Description: Foundation 4 docs style for highlight.js +Author: Dan Allen <dan.j.allen@gmail.com> +Website: http://foundation.zurb.com/docs/ +Version: 1.0 +Date: 2013-04-02 +*/ + +.hljs { + display: block; padding: 0.5em; + background: #eee; +} + +.hljs-header, +.hljs-decorator, +.hljs-annotation { + color: #000077; +} + +.hljs-horizontal_rule, +.hljs-link_url, +.hljs-emphasis, +.hljs-attribute { + color: #070; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-link_label, +.hljs-strong, +.hljs-value, +.hljs-string, +.scss .hljs-value .hljs-string { + color: #d14; +} + +.hljs-strong { + font-weight: bold; +} + +.hljs-blockquote, +.hljs-comment { + color: #998; + font-style: italic; +} + +.asciidoc .hljs-title, +.hljs-function .hljs-title { + color: #900; +} + +.hljs-class { + color: #458; +} + +.hljs-id, +.hljs-pseudo, +.hljs-constant, +.hljs-hexcolor { + color: teal; +} + +.hljs-variable { + color: #336699; +} + +.hljs-bullet, +.hljs-javadoc { + color: #997700; +} + +.hljs-pi, +.hljs-doctype { + color: #3344bb; +} + +.hljs-code, +.hljs-number { + color: #099; +} + +.hljs-important { + color: #f00; +} + +.smartquote, +.hljs-label { + color: #970; +} + +.hljs-preprocessor, +.hljs-pragma { + color: #579; +} + +.hljs-reserved, +.hljs-keyword, +.scss .hljs-value { + color: #000; +} + +.hljs-regexp { + background-color: #fff0ff; + color: #880088; +} + +.hljs-symbol { + color: #990073; +} + +.hljs-symbol .hljs-string { + color: #a60; +} + +.hljs-tag { + color: #007700; +} + +.hljs-at_rule, +.hljs-at_rule .hljs-keyword { + color: #088; +} + +.hljs-at_rule .hljs-preprocessor { + color: #808; +} + +.scss .hljs-tag, +.scss .hljs-attribute { + color: #339; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css new file mode 100644 index 0000000..5517086 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css @@ -0,0 +1,125 @@ +/* + +github.com style (c) Vasily Polovnyov <vast@whiteants.net> + +*/ + +.hljs { + display: block; padding: 0.5em; + color: #333; + background: #f8f8f8 +} + +.hljs-comment, +.hljs-template_comment, +.diff .hljs-header, +.hljs-javadoc { + color: #998; + font-style: italic +} + +.hljs-keyword, +.css .rule .hljs-keyword, +.hljs-winutils, +.javascript .hljs-title, +.nginx .hljs-title, +.hljs-subst, +.hljs-request, +.hljs-status { + color: #333; + font-weight: bold +} + +.hljs-number, +.hljs-hexcolor, +.ruby .hljs-constant { + color: #099; +} + +.hljs-string, +.hljs-tag .hljs-value, +.hljs-phpdoc, +.tex .hljs-formula { + color: #d14 +} + +.hljs-title, +.hljs-id, +.coffeescript .hljs-params, +.scss .hljs-preprocessor { + color: #900; + font-weight: bold +} + +.javascript .hljs-title, +.lisp .hljs-title, +.clojure .hljs-title, +.hljs-subst { + font-weight: normal +} + +.hljs-class .hljs-title, +.haskell .hljs-type, +.vhdl .hljs-literal, +.tex .hljs-command { + color: #458; + font-weight: bold +} + +.hljs-tag, +.hljs-tag .hljs-title, +.hljs-rules .hljs-property, +.django .hljs-tag .hljs-keyword { + color: #000080; + font-weight: normal +} + +.hljs-attribute, +.hljs-variable, +.lisp .hljs-body { + color: #008080 +} + +.hljs-regexp { + color: #009926 +} + +.hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.lisp .hljs-keyword, +.tex .hljs-special, +.hljs-prompt { + color: #990073 +} + +.hljs-built_in, +.lisp .hljs-title, +.clojure .hljs-built_in { + color: #0086b3 +} + +.hljs-preprocessor, +.hljs-pragma, +.hljs-pi, +.hljs-doctype, +.hljs-shebang, +.hljs-cdata { + color: #999; + font-weight: bold +} + +.hljs-deletion { + background: #fdd +} + +.hljs-addition { + background: #dfd +} + +.diff .hljs-change { + background: #0086b3 +} + +.hljs-chunk { + color: #aaa +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css new file mode 100644 index 0000000..5cc49b6 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css @@ -0,0 +1,147 @@ +/* + +Google Code style (c) Aahan Krish <geekpanth3r@gmail.com> + +*/ + +.hljs { + display: block; padding: 0.5em; + background: white; color: black; +} + +.hljs-comment, +.hljs-template_comment, +.hljs-javadoc, +.hljs-comment * { + color: #800; +} + +.hljs-keyword, +.method, +.hljs-list .hljs-title, +.clojure .hljs-built_in, +.nginx .hljs-title, +.hljs-tag .hljs-title, +.setting .hljs-value, +.hljs-winutils, +.tex .hljs-command, +.http .hljs-title, +.hljs-request, +.hljs-status { + color: #008; +} + +.hljs-envvar, +.tex .hljs-special { + color: #660; +} + +.hljs-string, +.hljs-tag .hljs-value, +.hljs-cdata, +.hljs-filter .hljs-argument, +.hljs-attr_selector, +.apache .hljs-cbracket, +.hljs-date, +.hljs-regexp, +.coffeescript .hljs-attribute { + color: #080; +} + +.hljs-sub .hljs-identifier, +.hljs-pi, +.hljs-tag, +.hljs-tag .hljs-keyword, +.hljs-decorator, +.ini .hljs-title, +.hljs-shebang, +.hljs-prompt, +.hljs-hexcolor, +.hljs-rules .hljs-value, +.css .hljs-value .hljs-number, +.hljs-literal, +.hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.hljs-number, +.css .hljs-function, +.clojure .hljs-attribute { + color: #066; +} + +.hljs-class .hljs-title, +.haskell .hljs-type, +.smalltalk .hljs-class, +.hljs-javadoctag, +.hljs-yardoctag, +.hljs-phpdoc, +.hljs-typename, +.hljs-tag .hljs-attribute, +.hljs-doctype, +.hljs-class .hljs-id, +.hljs-built_in, +.setting, +.hljs-params, +.hljs-variable, +.clojure .hljs-title { + color: #606; +} + +.css .hljs-tag, +.hljs-rules .hljs-property, +.hljs-pseudo, +.hljs-subst { + color: #000; +} + +.css .hljs-class, +.css .hljs-id { + color: #9B703F; +} + +.hljs-value .hljs-important { + color: #ff7700; + font-weight: bold; +} + +.hljs-rules .hljs-keyword { + color: #C5AF75; +} + +.hljs-annotation, +.apache .hljs-sqbracket, +.nginx .hljs-built_in { + color: #9B859D; +} + +.hljs-preprocessor, +.hljs-preprocessor *, +.hljs-pragma { + color: #444; +} + +.tex .hljs-formula { + background-color: #EEE; + font-style: italic; +} + +.diff .hljs-header, +.hljs-chunk { + color: #808080; + font-weight: bold; +} + +.diff .hljs-change { + background-color: #BCCFF9; +} + +.hljs-addition { + background-color: #BAEEBA; +} + +.hljs-deletion { + background-color: #FFC8BD; +} + +.hljs-comment .hljs-yardoctag { + font-weight: bold; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css new file mode 100644 index 0000000..3e810c5 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css @@ -0,0 +1,122 @@ +/* + +Intellij Idea-like styling (c) Vasily Polovnyov <vast@whiteants.net> + +*/ + +.hljs { + display: block; padding: 0.5em; + color: #000; + background: #fff; +} + +.hljs-subst, +.hljs-title { + font-weight: normal; + color: #000; +} + +.hljs-comment, +.hljs-template_comment, +.hljs-javadoc, +.diff .hljs-header { + color: #808080; + font-style: italic; +} + +.hljs-annotation, +.hljs-decorator, +.hljs-preprocessor, +.hljs-pragma, +.hljs-doctype, +.hljs-pi, +.hljs-chunk, +.hljs-shebang, +.apache .hljs-cbracket, +.hljs-prompt, +.http .hljs-title { + color: #808000; +} + +.hljs-tag, +.hljs-pi { + background: #efefef; +} + +.hljs-tag .hljs-title, +.hljs-id, +.hljs-attr_selector, +.hljs-pseudo, +.hljs-literal, +.hljs-keyword, +.hljs-hexcolor, +.css .hljs-function, +.ini .hljs-title, +.css .hljs-class, +.hljs-list .hljs-title, +.clojure .hljs-title, +.nginx .hljs-title, +.tex .hljs-command, +.hljs-request, +.hljs-status { + font-weight: bold; + color: #000080; +} + +.hljs-attribute, +.hljs-rules .hljs-keyword, +.hljs-number, +.hljs-date, +.hljs-regexp, +.tex .hljs-special { + font-weight: bold; + color: #0000ff; +} + +.hljs-number, +.hljs-regexp { + font-weight: normal; +} + +.hljs-string, +.hljs-value, +.hljs-filter .hljs-argument, +.css .hljs-function .hljs-params, +.apache .hljs-tag { + color: #008000; + font-weight: bold; +} + +.hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.hljs-char, +.tex .hljs-formula { + color: #000; + background: #d0eded; + font-style: italic; +} + +.hljs-phpdoc, +.hljs-yardoctag, +.hljs-javadoctag { + text-decoration: underline; +} + +.hljs-variable, +.hljs-envvar, +.apache .hljs-sqbracket, +.nginx .hljs-built_in { + color: #660e7a; +} + +.hljs-addition { + background: #baeeba; +} + +.hljs-deletion { + background: #ffc8bd; +} + +.diff .hljs-change { + background: #bccff9; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css new file mode 100644 index 0000000..66f7c19 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css @@ -0,0 +1,105 @@ +/* + IR_Black style (c) Vasily Mikhailitchenko <vaskas@programica.ru> +*/ + +.hljs { + display: block; padding: 0.5em; + background: #000; color: #f8f8f8; +} + +.hljs-shebang, +.hljs-comment, +.hljs-template_comment, +.hljs-javadoc { + color: #7c7c7c; +} + +.hljs-keyword, +.hljs-tag, +.tex .hljs-command, +.hljs-request, +.hljs-status, +.clojure .hljs-attribute { + color: #96CBFE; +} + +.hljs-sub .hljs-keyword, +.method, +.hljs-list .hljs-title, +.nginx .hljs-title { + color: #FFFFB6; +} + +.hljs-string, +.hljs-tag .hljs-value, +.hljs-cdata, +.hljs-filter .hljs-argument, +.hljs-attr_selector, +.apache .hljs-cbracket, +.hljs-date, +.coffeescript .hljs-attribute { + color: #A8FF60; +} + +.hljs-subst { + color: #DAEFA3; +} + +.hljs-regexp { + color: #E9C062; +} + +.hljs-title, +.hljs-sub .hljs-identifier, +.hljs-pi, +.hljs-decorator, +.tex .hljs-special, +.haskell .hljs-type, +.hljs-constant, +.smalltalk .hljs-class, +.hljs-javadoctag, +.hljs-yardoctag, +.hljs-phpdoc, +.nginx .hljs-built_in { + color: #FFFFB6; +} + +.hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.hljs-number, +.hljs-variable, +.vbscript, +.hljs-literal { + color: #C6C5FE; +} + +.css .hljs-tag { + color: #96CBFE; +} + +.css .hljs-rules .hljs-property, +.css .hljs-id { + color: #FFFFB6; +} + +.css .hljs-class { + color: #FFF; +} + +.hljs-hexcolor { + color: #C6C5FE; +} + +.hljs-number { + color:#FF73FD; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.7; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css new file mode 100644 index 0000000..bc69a37 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css @@ -0,0 +1,122 @@ +/* +Description: Magula style for highligh.js +Author: Ruslan Keba <rukeba@gmail.com> +Website: http://rukeba.com/ +Version: 1.0 +Date: 2009-01-03 +Music: Aphex Twin / Xtal +*/ + +.hljs { + display: block; padding: 0.5em; + background-color: #f4f4f4; +} + +.hljs, +.hljs-subst, +.lisp .hljs-title, +.clojure .hljs-built_in { + color: black; +} + +.hljs-string, +.hljs-title, +.hljs-parent, +.hljs-tag .hljs-value, +.hljs-rules .hljs-value, +.hljs-rules .hljs-value .hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.ruby .hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.hljs-aggregate, +.hljs-template_tag, +.django .hljs-variable, +.smalltalk .hljs-class, +.hljs-addition, +.hljs-flow, +.hljs-stream, +.bash .hljs-variable, +.apache .hljs-cbracket, +.coffeescript .hljs-attribute { + color: #050; +} + +.hljs-comment, +.hljs-annotation, +.hljs-template_comment, +.diff .hljs-header, +.hljs-chunk { + color: #777; +} + +.hljs-number, +.hljs-date, +.hljs-regexp, +.hljs-literal, +.smalltalk .hljs-symbol, +.smalltalk .hljs-char, +.hljs-change, +.tex .hljs-special { + color: #800; +} + +.hljs-label, +.hljs-javadoc, +.ruby .hljs-string, +.hljs-decorator, +.hljs-filter .hljs-argument, +.hljs-localvars, +.hljs-array, +.hljs-attr_selector, +.hljs-pseudo, +.hljs-pi, +.hljs-doctype, +.hljs-deletion, +.hljs-envvar, +.hljs-shebang, +.apache .hljs-sqbracket, +.nginx .hljs-built_in, +.tex .hljs-formula, +.hljs-prompt, +.clojure .hljs-attribute { + color: #00e; +} + +.hljs-keyword, +.hljs-id, +.hljs-phpdoc, +.hljs-title, +.hljs-built_in, +.hljs-aggregate, +.smalltalk .hljs-class, +.hljs-winutils, +.bash .hljs-variable, +.apache .hljs-tag, +.xml .hljs-tag, +.tex .hljs-command, +.hljs-request, +.hljs-status { + font-weight: bold; + color: navy; +} + +.nginx .hljs-built_in { + font-weight: normal; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} + +/* --- */ +.apache .hljs-tag { + font-weight: bold; + color: blue; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css new file mode 100644 index 0000000..bfe2495 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css @@ -0,0 +1,62 @@ +/* + Five-color theme from a single blue hue. +*/ +.hljs { + display: block; padding: 0.5em; + background: #EAEEF3; color: #00193A; +} + +.hljs-keyword, +.hljs-title, +.hljs-important, +.hljs-request, +.hljs-header, +.hljs-javadoctag { + font-weight: bold; +} + +.hljs-comment, +.hljs-chunk, +.hljs-template_comment { + color: #738191; +} + +.hljs-string, +.hljs-title, +.hljs-parent, +.hljs-built_in, +.hljs-literal, +.hljs-filename, +.hljs-value, +.hljs-addition, +.hljs-tag, +.hljs-argument, +.hljs-link_label, +.hljs-blockquote, +.hljs-header { + color: #0048AB; +} + +.hljs-decorator, +.hljs-prompt, +.hljs-yardoctag, +.hljs-subst, +.hljs-symbol, +.hljs-doctype, +.hljs-regexp, +.hljs-preprocessor, +.hljs-pragma, +.hljs-pi, +.hljs-attribute, +.hljs-attr_selector, +.hljs-javadoc, +.hljs-xmlDocTag, +.hljs-deletion, +.hljs-shebang, +.hljs-string .hljs-variable, +.hljs-link_url, +.hljs-bullet, +.hljs-sqbracket, +.hljs-phony { + color: #4C81C9; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css new file mode 100644 index 0000000..34cd4f9 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css @@ -0,0 +1,127 @@ +/* +Monokai style - ported by Luigi Maselli - http://grigio.org +*/ + +.hljs { + display: block; padding: 0.5em; + background: #272822; +} + +.hljs-tag, +.hljs-tag .hljs-title, +.hljs-keyword, +.hljs-literal, +.hljs-strong, +.hljs-change, +.hljs-winutils, +.hljs-flow, +.lisp .hljs-title, +.clojure .hljs-built_in, +.nginx .hljs-title, +.tex .hljs-special { + color: #F92672; +} + +.hljs { + color: #DDD; +} + +.hljs .hljs-constant, +.asciidoc .hljs-code { + color: #66D9EF; +} + +.hljs-code, +.hljs-class .hljs-title, +.hljs-header { + color: white; +} + +.hljs-link_label, +.hljs-attribute, +.hljs-symbol, +.hljs-symbol .hljs-string, +.hljs-value, +.hljs-regexp { + color: #BF79DB; +} + +.hljs-link_url, +.hljs-tag .hljs-value, +.hljs-string, +.hljs-bullet, +.hljs-subst, +.hljs-title, +.hljs-emphasis, +.haskell .hljs-type, +.hljs-preprocessor, +.hljs-pragma, +.ruby .hljs-class .hljs-parent, +.hljs-built_in, +.sql .hljs-aggregate, +.django .hljs-template_tag, +.django .hljs-variable, +.smalltalk .hljs-class, +.hljs-javadoc, +.django .hljs-filter .hljs-argument, +.smalltalk .hljs-localvars, +.smalltalk .hljs-array, +.hljs-attr_selector, +.hljs-pseudo, +.hljs-addition, +.hljs-stream, +.hljs-envvar, +.apache .hljs-tag, +.apache .hljs-cbracket, +.tex .hljs-command, +.hljs-prompt { + color: #A6E22E; +} + +.hljs-comment, +.java .hljs-annotation, +.smartquote, +.hljs-blockquote, +.hljs-horizontal_rule, +.python .hljs-decorator, +.hljs-template_comment, +.hljs-pi, +.hljs-doctype, +.hljs-deletion, +.hljs-shebang, +.apache .hljs-sqbracket, +.tex .hljs-formula { + color: #75715E; +} + +.hljs-keyword, +.hljs-literal, +.css .hljs-id, +.hljs-phpdoc, +.hljs-title, +.hljs-header, +.haskell .hljs-type, +.vbscript .hljs-built_in, +.sql .hljs-aggregate, +.rsl .hljs-built_in, +.smalltalk .hljs-class, +.diff .hljs-header, +.hljs-chunk, +.hljs-winutils, +.bash .hljs-variable, +.apache .hljs-tag, +.tex .hljs-special, +.hljs-request, +.hljs-status { + font-weight: bold; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css new file mode 100644 index 0000000..2d21633 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css @@ -0,0 +1,149 @@ +/* + +Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/ + +*/ + +.hljs { + display: block; + padding: 0.5em; + background: #23241f; +} + +.hljs, +.hljs-tag, +.css .hljs-rules, +.css .hljs-value, +.css .hljs-function +.hljs-preprocessor, +.hljs-pragma { + color: #f8f8f2; +} + +.hljs-strongemphasis, +.hljs-strong, +.hljs-emphasis { + color: #a8a8a2; +} + +.hljs-bullet, +.hljs-blockquote, +.hljs-horizontal_rule, +.hljs-number, +.hljs-regexp, +.alias .hljs-keyword, +.hljs-literal, +.hljs-hexcolor { + color: #ae81ff; +} + +.hljs-tag .hljs-value, +.hljs-code, +.hljs-title, +.css .hljs-class, +.hljs-class .hljs-title:last-child { + color: #a6e22e; +} + +.hljs-link_url { + font-size: 80%; +} + +.hljs-strong, +.hljs-strongemphasis { + font-weight: bold; +} + +.hljs-emphasis, +.hljs-strongemphasis, +.hljs-class .hljs-title:last-child { + font-style: italic; +} + +.hljs-keyword, +.hljs-function, +.hljs-change, +.hljs-winutils, +.hljs-flow, +.lisp .hljs-title, +.clojure .hljs-built_in, +.nginx .hljs-title, +.tex .hljs-special, +.hljs-header, +.hljs-attribute, +.hljs-symbol, +.hljs-symbol .hljs-string, +.hljs-tag .hljs-title, +.hljs-value, +.alias .hljs-keyword:first-child, +.css .hljs-tag, +.css .unit, +.css .hljs-important { + color: #F92672; +} + +.hljs-function .hljs-keyword, +.hljs-class .hljs-keyword:first-child, +.hljs-constant, +.css .hljs-attribute { + color: #66d9ef; +} + +.hljs-variable, +.hljs-params, +.hljs-class .hljs-title { + color: #f8f8f2; +} + +.hljs-string, +.css .hljs-id, +.hljs-subst, +.haskell .hljs-type, +.ruby .hljs-class .hljs-parent, +.hljs-built_in, +.sql .hljs-aggregate, +.django .hljs-template_tag, +.django .hljs-variable, +.smalltalk .hljs-class, +.django .hljs-filter .hljs-argument, +.smalltalk .hljs-localvars, +.smalltalk .hljs-array, +.hljs-attr_selector, +.hljs-pseudo, +.hljs-addition, +.hljs-stream, +.hljs-envvar, +.apache .hljs-tag, +.apache .hljs-cbracket, +.tex .hljs-command, +.hljs-prompt, +.hljs-link_label, +.hljs-link_url { + color: #e6db74; +} + +.hljs-comment, +.hljs-javadoc, +.java .hljs-annotation, +.python .hljs-decorator, +.hljs-template_comment, +.hljs-pi, +.hljs-doctype, +.hljs-deletion, +.hljs-shebang, +.apache .hljs-sqbracket, +.tex .hljs-formula { + color: #75715e; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata, +.xml .php, +.php .xml { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css new file mode 100644 index 0000000..68259fc --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css @@ -0,0 +1,154 @@ +/** + * Obsidian style + * ported by Alexander Marenin (http://github.com/ioncreature) + */ + +.hljs { + display: block; padding: 0.5em; + background: #282B2E; +} + +.hljs-keyword, +.hljs-literal, +.hljs-change, +.hljs-winutils, +.hljs-flow, +.lisp .hljs-title, +.clojure .hljs-built_in, +.nginx .hljs-title, +.css .hljs-id, +.tex .hljs-special { + color: #93C763; +} + +.hljs-number { + color: #FFCD22; +} + +.hljs { + color: #E0E2E4; +} + +.css .hljs-tag, +.css .hljs-pseudo { + color: #D0D2B5; +} + +.hljs-attribute, +.hljs .hljs-constant { + color: #668BB0; +} + +.xml .hljs-attribute { + color: #B3B689; +} + +.xml .hljs-tag .hljs-value { + color: #E8E2B7; +} + +.hljs-code, +.hljs-class .hljs-title, +.hljs-header { + color: white; +} + +.hljs-class, +.hljs-hexcolor { + color: #93C763; +} + +.hljs-regexp { + color: #D39745; +} + +.hljs-at_rule, +.hljs-at_rule .hljs-keyword { + color: #A082BD; +} + +.hljs-doctype { + color: #557182; +} + +.hljs-link_url, +.hljs-tag, +.hljs-tag .hljs-title, +.hljs-bullet, +.hljs-subst, +.hljs-emphasis, +.haskell .hljs-type, +.hljs-preprocessor, +.hljs-pragma, +.ruby .hljs-class .hljs-parent, +.hljs-built_in, +.sql .hljs-aggregate, +.django .hljs-template_tag, +.django .hljs-variable, +.smalltalk .hljs-class, +.hljs-javadoc, +.django .hljs-filter .hljs-argument, +.smalltalk .hljs-localvars, +.smalltalk .hljs-array, +.hljs-attr_selector, +.hljs-pseudo, +.hljs-addition, +.hljs-stream, +.hljs-envvar, +.apache .hljs-tag, +.apache .hljs-cbracket, +.tex .hljs-command, +.hljs-prompt { + color: #8CBBAD; +} + +.hljs-string { + color: #EC7600; +} + +.hljs-comment, +.java .hljs-annotation, +.hljs-blockquote, +.hljs-horizontal_rule, +.python .hljs-decorator, +.hljs-template_comment, +.hljs-pi, +.hljs-deletion, +.hljs-shebang, +.apache .hljs-sqbracket, +.tex .hljs-formula { + color: #818E96; +} + +.hljs-keyword, +.hljs-literal, +.css .hljs-id, +.hljs-phpdoc, +.hljs-title, +.hljs-header, +.haskell .hljs-type, +.vbscript .hljs-built_in, +.sql .hljs-aggregate, +.rsl .hljs-built_in, +.smalltalk .hljs-class, +.diff .hljs-header, +.hljs-chunk, +.hljs-winutils, +.bash .hljs-variable, +.apache .hljs-tag, +.tex .hljs-special, +.hljs-request, +.hljs-at_rule .hljs-keyword, +.hljs-status { + font-weight: bold; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css new file mode 100644 index 0000000..55d02f1 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css @@ -0,0 +1,93 @@ +/* + ParaÃso (dark) + Created by Jan T. Sott (http://github.com/idleberg) + Inspired by the art of Rubens LP (http://www.rubenslp.com.br) +*/ + +/* ParaÃso Comment */ +.hljs-comment, +.hljs-title { + color: #8d8687; +} + +/* ParaÃso Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #ef6155; +} + +/* ParaÃso Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #f99b15; +} + +/* ParaÃso Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #fec418; +} + +/* ParaÃso Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #48b685; +} + +/* ParaÃso Aqua */ +.css .hljs-hexcolor { + color: #5bc4bf; +} + +/* ParaÃso Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #06b6ef; +} + +/* ParaÃso Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #815ba4; +} + +.hljs { + display: block; + background: #2f1e2e; + color: #a39e9b; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css new file mode 100644 index 0000000..d29ee1b --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css @@ -0,0 +1,93 @@ +/* + ParaÃso (light) + Created by Jan T. Sott (http://github.com/idleberg) + Inspired by the art of Rubens LP (http://www.rubenslp.com.br) +*/ + +/* ParaÃso Comment */ +.hljs-comment, +.hljs-title { + color: #776e71; +} + +/* ParaÃso Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #ef6155; +} + +/* ParaÃso Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #f99b15; +} + +/* ParaÃso Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #fec418; +} + +/* ParaÃso Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #48b685; +} + +/* ParaÃso Aqua */ +.css .hljs-hexcolor { + color: #5bc4bf; +} + +/* ParaÃso Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #06b6ef; +} + +/* ParaÃso Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #815ba4; +} + +.hljs { + display: block; + background: #e7e9db; + color: #4f424c; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css new file mode 100644 index 0000000..8630792 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css @@ -0,0 +1,106 @@ +/* + +Pojoaque Style by Jason Tate +http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html +Based on Solarized Style from http://ethanschoonover.com/solarized + +*/ + +.hljs { + display: block; padding: 0.5em; + color: #DCCF8F; + background: url(./pojoaque.jpg) repeat scroll left top #181914; +} + +.hljs-comment, +.hljs-template_comment, +.diff .hljs-header, +.hljs-doctype, +.lisp .hljs-string, +.hljs-javadoc { + color: #586e75; + font-style: italic; +} + +.hljs-keyword, +.css .rule .hljs-keyword, +.hljs-winutils, +.javascript .hljs-title, +.method, +.hljs-addition, +.css .hljs-tag, +.clojure .hljs-title, +.nginx .hljs-title { + color: #B64926; +} + +.hljs-number, +.hljs-command, +.hljs-string, +.hljs-tag .hljs-value, +.hljs-phpdoc, +.tex .hljs-formula, +.hljs-regexp, +.hljs-hexcolor { + color: #468966; +} + +.hljs-title, +.hljs-localvars, +.hljs-function .hljs-title, +.hljs-chunk, +.hljs-decorator, +.hljs-built_in, +.lisp .hljs-title, +.clojure .hljs-built_in, +.hljs-identifier, +.hljs-id { + color: #FFB03B; +} + +.hljs-attribute, +.hljs-variable, +.lisp .hljs-body, +.smalltalk .hljs-number, +.hljs-constant, +.hljs-class .hljs-title, +.hljs-parent, +.haskell .hljs-type { + color: #b58900; +} + +.css .hljs-attribute { + color: #b89859; +} + +.css .hljs-number, +.css .hljs-hexcolor { + color: #DCCF8F; +} + +.css .hljs-class { + color: #d3a60c; +} + +.hljs-preprocessor, +.hljs-pragma, +.hljs-pi, +.hljs-shebang, +.hljs-symbol, +.hljs-symbol .hljs-string, +.diff .hljs-change, +.hljs-special, +.hljs-attr_selector, +.hljs-important, +.hljs-subst, +.hljs-cdata { + color: #cb4b16; +} + +.hljs-deletion { + color: #dc322f; +} + +.tex .hljs-formula { + background: #073642; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c07d4ab40b6d77e90ff69f0012bcd33b21d31c3 GIT binary patch literal 1186 zcmZXSe^8Tk9LK-kXFs3)f@f?)Cddzw3v4wdZyXQ;4x3=;Ja*N#%n9ik!UGmt9H3k0 zJST|5jOc(ID$FQt3C?jQZBws#kXolO1lg9Pba9BB=Q+UEBX!nY@6Uhl&+ofe$Q$y5 z@ci`~)&qzDP(lO<O#w_=Ra{yPARq$(#Dp~sI5{Qw_V+=FlW<^Y6zm5ml}e>iQ5p?p z(`j^e7!yUAVHk%K#^GQXn?s0=VLYCI$HRoe=xCuZ>A6<E5Jc&8l!3As3|1J6!wQRd z-V(uI9KaVwV1y!skwSq$AdHNO5ej2s5)+pvCcfxj8FB)Q4jMoM2_^spgCq=wu7Iro zLP#9>A3@sxEP#XqNFpIb=0)KQ#Nss_tD17;m4@$JKL;LR|K|QF3f%!L5+s(9Ft8SQ zG|~pGp<w4_&QCo@xn1P1M0j6PuuaUUx?w)Q15Ksdv-E1Uyr8jff%m|S;O0KGX4?5u zcY>EGFW5Z|OA)-O@mNHy-g@7m8JTf?kl@vUKBGmw)Y*9sDRNr3PN!IKefWaydTe1D zjzpyzPnD3}hBNaS4aFX7=0&~I*<I1gl);;MHu4&K1%I;}H}}pdeV}msD&8ZuzDzH< zjs%}^eZx9tj&Cj4Rem!m7?W9-;wPH|CTw__Q8b>Hu7#4au@qVBglH#-m;QFOx_`=j z{EqRY#Eh*yoWP^pa4H>8GH{rO?!_+xwL0(k4yL^D%^nBkJ*UI;Lx;ped8d|f*S_s@ z3~ilcRC(&NT#9Gn#UD;o^EYSMXDMf%XcUi3>;WXXD-QX3P9wMy<Tt*(wEUr;=}T08 zwr4iQLXQt-4U$zHxQBaftQf(Yp<ET%udI>P7eA&RS{)h5{??W3^Rq=goFJ>?lA~J- zdYe>!xvYLW*fPT0RK7wsJRg^?x#W1*GP9<C`ZfC?$$I3ZovN#F=y~=x<iwqpGc&Fa z!>_f`6t>QD_X>0d!owyN>nO2?U5}|3?hX_UZYT@^>S!9eB~bZ9U`q;`U)@L670o1g z`Hd<uZEy9yjY6-c(?%?S4=3`QI_=xfg529VWEEJk$>}h<_WR<Zc1@js5HPhhe{UnV z+qpwizwrJv_3wqH(KR=Zp2|HqVCv6SNX`wV`OPQRXJj)}%e$t=$MRdar)ZmEr9R!$ z<l(H`+bxXKz73<WvNG=#;y(f(W{xUg<V#f`{pr)>vUc|n*%v4Hbb-4tJD40iyF^<n zrd(ZUzA$o-V2Gj0TB0p$%WvWRao2gif1>q%g*&!6>hkYDvi-<Lx9G?TP4>{Uc4yTM zzcthN4Z{ka!+F_KzYV#yWi;c^X^q6g`pD8cp?$Kl?hCz0s^a|mH%P!CF%*<6k^~i` zT5Mi-t5-frUcHkk^Qh}+N)Kz1&Bi95`oNc|quI>tUi~BY>xcF9(%tv2i{G6kE9*q~ qCoAGl20`)w0rdgp9H%Q=M5|p`hOhFz6$I%Y&ncY8>c?7PXyh+SL&XXJ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css new file mode 100644 index 0000000..83d0cde --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css @@ -0,0 +1,182 @@ +/* + +Railscasts-like style (c) Visoft, Inc. (Damien White) + +*/ + +.hljs { + display: block; + padding: 0.5em; + background: #232323; + color: #E6E1DC; +} + +.hljs-comment, +.hljs-template_comment, +.hljs-javadoc, +.hljs-shebang { + color: #BC9458; + font-style: italic; +} + +.hljs-keyword, +.ruby .hljs-function .hljs-keyword, +.hljs-request, +.hljs-status, +.nginx .hljs-title, +.method, +.hljs-list .hljs-title { + color: #C26230; +} + +.hljs-string, +.hljs-number, +.hljs-regexp, +.hljs-tag .hljs-value, +.hljs-cdata, +.hljs-filter .hljs-argument, +.hljs-attr_selector, +.apache .hljs-cbracket, +.hljs-date, +.tex .hljs-command, +.markdown .hljs-link_label { + color: #A5C261; +} + +.hljs-subst { + color: #519F50; +} + +.hljs-tag, +.hljs-tag .hljs-keyword, +.hljs-tag .hljs-title, +.hljs-doctype, +.hljs-sub .hljs-identifier, +.hljs-pi, +.input_number { + color: #E8BF6A; +} + +.hljs-identifier { + color: #D0D0FF; +} + +.hljs-class .hljs-title, +.haskell .hljs-type, +.smalltalk .hljs-class, +.hljs-javadoctag, +.hljs-yardoctag, +.hljs-phpdoc { + text-decoration: none; +} + +.hljs-constant { + color: #DA4939; +} + + +.hljs-symbol, +.hljs-built_in, +.ruby .hljs-symbol .hljs-string, +.ruby .hljs-symbol .hljs-identifier, +.markdown .hljs-link_url, +.hljs-attribute { + color: #6D9CBE; +} + +.markdown .hljs-link_url { + text-decoration: underline; +} + + + +.hljs-params, +.hljs-variable, +.clojure .hljs-attribute { + color: #D0D0FF; +} + +.css .hljs-tag, +.hljs-rules .hljs-property, +.hljs-pseudo, +.tex .hljs-special { + color: #CDA869; +} + +.css .hljs-class { + color: #9B703F; +} + +.hljs-rules .hljs-keyword { + color: #C5AF75; +} + +.hljs-rules .hljs-value { + color: #CF6A4C; +} + +.css .hljs-id { + color: #8B98AB; +} + +.hljs-annotation, +.apache .hljs-sqbracket, +.nginx .hljs-built_in { + color: #9B859D; +} + +.hljs-preprocessor, +.hljs-preprocessor *, +.hljs-pragma { + color: #8996A8 !important; +} + +.hljs-hexcolor, +.css .hljs-value .hljs-number { + color: #A5C261; +} + +.hljs-title, +.hljs-decorator, +.css .hljs-function { + color: #FFC66D; +} + +.diff .hljs-header, +.hljs-chunk { + background-color: #2F33AB; + color: #E6E1DC; + display: inline-block; + width: 100%; +} + +.diff .hljs-change { + background-color: #4A410D; + color: #F8F8F8; + display: inline-block; + width: 100%; +} + +.hljs-addition { + background-color: #144212; + color: #E6E1DC; + display: inline-block; + width: 100%; +} + +.hljs-deletion { + background-color: #600; + color: #E6E1DC; + display: inline-block; + width: 100%; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.7; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css new file mode 100644 index 0000000..0814246 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css @@ -0,0 +1,112 @@ +/* + +Style with support for rainbow parens + +*/ + +.hljs { + display: block; padding: 0.5em; + background: #474949; color: #D1D9E1; +} + + +.hljs-body, +.hljs-collection { + color: #D1D9E1; +} + +.hljs-comment, +.hljs-template_comment, +.diff .hljs-header, +.hljs-doctype, +.lisp .hljs-string, +.hljs-javadoc { + color: #969896; + font-style: italic; +} + +.hljs-keyword, +.clojure .hljs-attribute, +.hljs-winutils, +.javascript .hljs-title, +.hljs-addition, +.css .hljs-tag { + color: #cc99cc; +} + +.hljs-number { color: #f99157; } + +.hljs-command, +.hljs-string, +.hljs-tag .hljs-value, +.hljs-phpdoc, +.tex .hljs-formula, +.hljs-regexp, +.hljs-hexcolor { + color: #8abeb7; +} + +.hljs-title, +.hljs-localvars, +.hljs-function .hljs-title, +.hljs-chunk, +.hljs-decorator, +.hljs-built_in, +.lisp .hljs-title, +.hljs-identifier +{ + color: #b5bd68; +} + +.hljs-class .hljs-keyword +{ + color: #f2777a; +} + +.hljs-variable, +.lisp .hljs-body, +.smalltalk .hljs-number, +.hljs-constant, +.hljs-class .hljs-title, +.hljs-parent, +.haskell .hljs-label, +.hljs-id, +.lisp .hljs-title, +.clojure .hljs-title .hljs-built_in { + color: #ffcc66; +} + +.hljs-tag .hljs-title, +.hljs-rules .hljs-property, +.django .hljs-tag .hljs-keyword, +.clojure .hljs-title .hljs-built_in { + font-weight: bold; +} + +.hljs-attribute, +.clojure .hljs-title { + color: #81a2be; +} + +.hljs-preprocessor, +.hljs-pragma, +.hljs-pi, +.hljs-shebang, +.hljs-symbol, +.hljs-symbol .hljs-string, +.diff .hljs-change, +.hljs-special, +.hljs-attr_selector, +.hljs-important, +.hljs-subst, +.hljs-cdata { + color: #f99157; +} + +.hljs-deletion { + color: #dc322f; +} + +.tex .hljs-formula { + background: #eee8d5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css new file mode 100644 index 0000000..a36e836 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css @@ -0,0 +1,113 @@ +/* + +School Book style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net> + +*/ + +.hljs { + display: block; padding: 15px 0.5em 0.5em 30px; + font-size: 11px !important; + line-height:16px !important; +} + +pre{ + background:#f6f6ae url(./school_book.png); + border-top: solid 2px #d2e8b9; + border-bottom: solid 1px #d2e8b9; +} + +.hljs-keyword, +.hljs-literal, +.hljs-change, +.hljs-winutils, +.hljs-flow, +.lisp .hljs-title, +.clojure .hljs-built_in, +.nginx .hljs-title, +.tex .hljs-special { + color:#005599; + font-weight:bold; +} + +.hljs, +.hljs-subst, +.hljs-tag .hljs-keyword { + color: #3E5915; +} + +.hljs-string, +.hljs-title, +.haskell .hljs-type, +.hljs-tag .hljs-value, +.css .hljs-rules .hljs-value, +.hljs-preprocessor, +.hljs-pragma, +.ruby .hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.ruby .hljs-class .hljs-parent, +.hljs-built_in, +.sql .hljs-aggregate, +.django .hljs-template_tag, +.django .hljs-variable, +.smalltalk .hljs-class, +.hljs-javadoc, +.ruby .hljs-string, +.django .hljs-filter .hljs-argument, +.smalltalk .hljs-localvars, +.smalltalk .hljs-array, +.hljs-attr_selector, +.hljs-pseudo, +.hljs-addition, +.hljs-stream, +.hljs-envvar, +.apache .hljs-tag, +.apache .hljs-cbracket, +.nginx .hljs-built_in, +.tex .hljs-command, +.coffeescript .hljs-attribute { + color: #2C009F; +} + +.hljs-comment, +.java .hljs-annotation, +.python .hljs-decorator, +.hljs-template_comment, +.hljs-pi, +.hljs-doctype, +.hljs-deletion, +.hljs-shebang, +.apache .hljs-sqbracket { + color: #E60415; +} + +.hljs-keyword, +.hljs-literal, +.css .hljs-id, +.hljs-phpdoc, +.hljs-title, +.haskell .hljs-type, +.vbscript .hljs-built_in, +.sql .hljs-aggregate, +.rsl .hljs-built_in, +.smalltalk .hljs-class, +.xml .hljs-tag .hljs-title, +.diff .hljs-header, +.hljs-chunk, +.hljs-winutils, +.bash .hljs-variable, +.apache .hljs-tag, +.tex .hljs-command, +.hljs-request, +.hljs-status { + font-weight: bold; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png new file mode 100644 index 0000000000000000000000000000000000000000..956e9790a0e2c079b3d568348ff3accd1d9cac30 GIT binary patch literal 486 zcmeAS@N?(olHy`uVBq!ia0y~yV7?7x3vjRjNjAS6Ga$v1?&#~tz_9*=IcwKTAYZb? zHKHUqKdq!Zu_%?nF(p4KRlzeiF+DXXH8G{K@MNkD0|R4)r;B4q#jQ7Ycl#YS5MfK$ z?b^fh#qmaEhFDxvyThwfhdfkOPApt1lr{NA;Vr%uzxJuVIyzm(ed_<E=VqS`p8l-k zMtpHz{$@YRySeLE*Ya}$?Ok`{te)BVtcjm@Ca0ycGcY`ur8@;E%+QhxBm}lGGB7yY z0680(Z#S8FKUh{@M?@OPNCXi`Y7>8_-0$LLU})H&o5Re&aDemE>EG#(|F^t9_pa-H z_Mf?rMVrs}-M?S|?ZdY@c6s41zy8~}@a{v&#Ea7V)wJ$+#K|u$<a;jco6PrHvRYR7 zd%!Bk+<CfxufI!;xGfPoxmaf1$vs==)R}qJUdyr#eg1fxWvS-#bL&}n`+t3#d9p8N z!?kDKTLZga?|R;GcVE5XB+g&IH(a^x?fZ81;t8fvzjU{H8y{PLR#EDh##{B^#6KJN zOib&U@Ahrg;rF_q!%YQaoy1Q|n*P>5UvWCdFLwGac}6w{_s*=8A6L7Rfc|9gboFyt I=akR{0OLZ+qyPW_ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css new file mode 100644 index 0000000..970d5f8 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css @@ -0,0 +1,107 @@ +/* + +Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com> + +*/ + +.hljs { + display: block; + padding: 0.5em; + background: #002b36; + color: #839496; +} + +.hljs-comment, +.hljs-template_comment, +.diff .hljs-header, +.hljs-doctype, +.hljs-pi, +.lisp .hljs-string, +.hljs-javadoc { + color: #586e75; +} + +/* Solarized Green */ +.hljs-keyword, +.hljs-winutils, +.method, +.hljs-addition, +.css .hljs-tag, +.hljs-request, +.hljs-status, +.nginx .hljs-title { + color: #859900; +} + +/* Solarized Cyan */ +.hljs-number, +.hljs-command, +.hljs-string, +.hljs-tag .hljs-value, +.hljs-rules .hljs-value, +.hljs-phpdoc, +.tex .hljs-formula, +.hljs-regexp, +.hljs-hexcolor, +.hljs-link_url { + color: #2aa198; +} + +/* Solarized Blue */ +.hljs-title, +.hljs-localvars, +.hljs-chunk, +.hljs-decorator, +.hljs-built_in, +.hljs-identifier, +.vhdl .hljs-literal, +.hljs-id, +.css .hljs-function { + color: #268bd2; +} + +/* Solarized Yellow */ +.hljs-attribute, +.hljs-variable, +.lisp .hljs-body, +.smalltalk .hljs-number, +.hljs-constant, +.hljs-class .hljs-title, +.hljs-parent, +.haskell .hljs-type, +.hljs-link_reference { + color: #b58900; +} + +/* Solarized Orange */ +.hljs-preprocessor, +.hljs-preprocessor .hljs-keyword, +.hljs-pragma, +.hljs-shebang, +.hljs-symbol, +.hljs-symbol .hljs-string, +.diff .hljs-change, +.hljs-special, +.hljs-attr_selector, +.hljs-subst, +.hljs-cdata, +.clojure .hljs-title, +.css .hljs-pseudo, +.hljs-header { + color: #cb4b16; +} + +/* Solarized Red */ +.hljs-deletion, +.hljs-important { + color: #dc322f; +} + +/* Solarized Violet */ +.hljs-link_label { + color: #6c71c4; +} + +.tex .hljs-formula { + background: #073642; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css new file mode 100644 index 0000000..8e1f436 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css @@ -0,0 +1,107 @@ +/* + +Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com> + +*/ + +.hljs { + display: block; + padding: 0.5em; + background: #fdf6e3; + color: #657b83; +} + +.hljs-comment, +.hljs-template_comment, +.diff .hljs-header, +.hljs-doctype, +.hljs-pi, +.lisp .hljs-string, +.hljs-javadoc { + color: #93a1a1; +} + +/* Solarized Green */ +.hljs-keyword, +.hljs-winutils, +.method, +.hljs-addition, +.css .hljs-tag, +.hljs-request, +.hljs-status, +.nginx .hljs-title { + color: #859900; +} + +/* Solarized Cyan */ +.hljs-number, +.hljs-command, +.hljs-string, +.hljs-tag .hljs-value, +.hljs-rules .hljs-value, +.hljs-phpdoc, +.tex .hljs-formula, +.hljs-regexp, +.hljs-hexcolor, +.hljs-link_url { + color: #2aa198; +} + +/* Solarized Blue */ +.hljs-title, +.hljs-localvars, +.hljs-chunk, +.hljs-decorator, +.hljs-built_in, +.hljs-identifier, +.vhdl .hljs-literal, +.hljs-id, +.css .hljs-function { + color: #268bd2; +} + +/* Solarized Yellow */ +.hljs-attribute, +.hljs-variable, +.lisp .hljs-body, +.smalltalk .hljs-number, +.hljs-constant, +.hljs-class .hljs-title, +.hljs-parent, +.haskell .hljs-type, +.hljs-link_reference { + color: #b58900; +} + +/* Solarized Orange */ +.hljs-preprocessor, +.hljs-preprocessor .hljs-keyword, +.hljs-pragma, +.hljs-shebang, +.hljs-symbol, +.hljs-symbol .hljs-string, +.diff .hljs-change, +.hljs-special, +.hljs-attr_selector, +.hljs-subst, +.hljs-cdata, +.clojure .hljs-title, +.css .hljs-pseudo, +.hljs-header { + color: #cb4b16; +} + +/* Solarized Red */ +.hljs-deletion, +.hljs-important { + color: #dc322f; +} + +/* Solarized Violet */ +.hljs-link_label { + color: #6c71c4; +} + +.tex .hljs-formula { + background: #eee8d5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css new file mode 100644 index 0000000..8816520 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css @@ -0,0 +1,160 @@ +/* + +Sunburst-like style (c) Vasily Polovnyov <vast@whiteants.net> + +*/ + +.hljs { + display: block; padding: 0.5em; + background: #000; color: #f8f8f8; +} + +.hljs-comment, +.hljs-template_comment, +.hljs-javadoc { + color: #aeaeae; + font-style: italic; +} + +.hljs-keyword, +.ruby .hljs-function .hljs-keyword, +.hljs-request, +.hljs-status, +.nginx .hljs-title { + color: #E28964; +} + +.hljs-function .hljs-keyword, +.hljs-sub .hljs-keyword, +.method, +.hljs-list .hljs-title { + color: #99CF50; +} + +.hljs-string, +.hljs-tag .hljs-value, +.hljs-cdata, +.hljs-filter .hljs-argument, +.hljs-attr_selector, +.apache .hljs-cbracket, +.hljs-date, +.tex .hljs-command, +.coffeescript .hljs-attribute { + color: #65B042; +} + +.hljs-subst { + color: #DAEFA3; +} + +.hljs-regexp { + color: #E9C062; +} + +.hljs-title, +.hljs-sub .hljs-identifier, +.hljs-pi, +.hljs-tag, +.hljs-tag .hljs-keyword, +.hljs-decorator, +.hljs-shebang, +.hljs-prompt { + color: #89BDFF; +} + +.hljs-class .hljs-title, +.haskell .hljs-type, +.smalltalk .hljs-class, +.hljs-javadoctag, +.hljs-yardoctag, +.hljs-phpdoc { + text-decoration: underline; +} + +.hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.hljs-number { + color: #3387CC; +} + +.hljs-params, +.hljs-variable, +.clojure .hljs-attribute { + color: #3E87E3; +} + +.css .hljs-tag, +.hljs-rules .hljs-property, +.hljs-pseudo, +.tex .hljs-special { + color: #CDA869; +} + +.css .hljs-class { + color: #9B703F; +} + +.hljs-rules .hljs-keyword { + color: #C5AF75; +} + +.hljs-rules .hljs-value { + color: #CF6A4C; +} + +.css .hljs-id { + color: #8B98AB; +} + +.hljs-annotation, +.apache .hljs-sqbracket, +.nginx .hljs-built_in { + color: #9B859D; +} + +.hljs-preprocessor, +.hljs-pragma { + color: #8996A8; +} + +.hljs-hexcolor, +.css .hljs-value .hljs-number { + color: #DD7B3B; +} + +.css .hljs-function { + color: #DAD085; +} + +.diff .hljs-header, +.hljs-chunk, +.tex .hljs-formula { + background-color: #0E2231; + color: #F8F8F8; + font-style: italic; +} + +.diff .hljs-change { + background-color: #4A410D; + color: #F8F8F8; +} + +.hljs-addition { + background-color: #253B22; + color: #F8F8F8; +} + +.hljs-deletion { + background-color: #420E09; + color: #F8F8F8; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css new file mode 100644 index 0000000..e63ab3d --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css @@ -0,0 +1,93 @@ +/* Tomorrow Night Blue Theme */ +/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ +/* Original theme - https://github.com/chriskempson/tomorrow-theme */ +/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ + +/* Tomorrow Comment */ +.hljs-comment, +.hljs-title { + color: #7285b7; +} + +/* Tomorrow Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #ff9da4; +} + +/* Tomorrow Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #ffc58f; +} + +/* Tomorrow Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #ffeead; +} + +/* Tomorrow Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #d1f1a9; +} + +/* Tomorrow Aqua */ +.css .hljs-hexcolor { + color: #99ffff; +} + +/* Tomorrow Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #bbdaff; +} + +/* Tomorrow Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #ebbbff; +} + +.hljs { + display: block; + background: #002451; + color: white; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css new file mode 100644 index 0000000..3bbf367 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css @@ -0,0 +1,92 @@ +/* Tomorrow Night Bright Theme */ +/* Original theme - https://github.com/chriskempson/tomorrow-theme */ +/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ + +/* Tomorrow Comment */ +.hljs-comment, +.hljs-title { + color: #969896; +} + +/* Tomorrow Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #d54e53; +} + +/* Tomorrow Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #e78c45; +} + +/* Tomorrow Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #e7c547; +} + +/* Tomorrow Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #b9ca4a; +} + +/* Tomorrow Aqua */ +.css .hljs-hexcolor { + color: #70c0b1; +} + +/* Tomorrow Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #7aa6da; +} + +/* Tomorrow Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #c397d8; +} + +.hljs { + display: block; + background: black; + color: #eaeaea; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css new file mode 100644 index 0000000..b8de0db --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css @@ -0,0 +1,92 @@ +/* Tomorrow Night Eighties Theme */ +/* Original theme - https://github.com/chriskempson/tomorrow-theme */ +/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ + +/* Tomorrow Comment */ +.hljs-comment, +.hljs-title { + color: #999999; +} + +/* Tomorrow Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #f2777a; +} + +/* Tomorrow Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #f99157; +} + +/* Tomorrow Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #ffcc66; +} + +/* Tomorrow Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #99cc99; +} + +/* Tomorrow Aqua */ +.css .hljs-hexcolor { + color: #66cccc; +} + +/* Tomorrow Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #6699cc; +} + +/* Tomorrow Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #cc99cc; +} + +.hljs { + display: block; + background: #2d2d2d; + color: #cccccc; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css new file mode 100644 index 0000000..54ceb58 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css @@ -0,0 +1,93 @@ +/* Tomorrow Night Theme */ +/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ +/* Original theme - https://github.com/chriskempson/tomorrow-theme */ +/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ + +/* Tomorrow Comment */ +.hljs-comment, +.hljs-title { + color: #969896; +} + +/* Tomorrow Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #cc6666; +} + +/* Tomorrow Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #de935f; +} + +/* Tomorrow Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #f0c674; +} + +/* Tomorrow Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #b5bd68; +} + +/* Tomorrow Aqua */ +.css .hljs-hexcolor { + color: #8abeb7; +} + +/* Tomorrow Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #81a2be; +} + +/* Tomorrow Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #b294bb; +} + +.hljs { + display: block; + background: #1d1f21; + color: #c5c8c6; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css new file mode 100644 index 0000000..a81a2e8 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css @@ -0,0 +1,90 @@ +/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ + +/* Tomorrow Comment */ +.hljs-comment, +.hljs-title { + color: #8e908c; +} + +/* Tomorrow Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #c82829; +} + +/* Tomorrow Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #f5871f; +} + +/* Tomorrow Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #eab700; +} + +/* Tomorrow Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #718c00; +} + +/* Tomorrow Aqua */ +.css .hljs-hexcolor { + color: #3e999f; +} + +/* Tomorrow Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #4271ae; +} + +/* Tomorrow Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #8959a8; +} + +.hljs { + display: block; + background: white; + color: #4d4d4c; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css new file mode 100644 index 0000000..5ebf454 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css @@ -0,0 +1,89 @@ +/* + +Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name> + +*/ +.hljs { + display: block; padding: 0.5em; + background: white; color: black; +} + +.hljs-comment, +.hljs-annotation, +.hljs-template_comment, +.diff .hljs-header, +.hljs-chunk, +.apache .hljs-cbracket { + color: #008000; +} + +.hljs-keyword, +.hljs-id, +.hljs-built_in, +.smalltalk .hljs-class, +.hljs-winutils, +.bash .hljs-variable, +.tex .hljs-command, +.hljs-request, +.hljs-status, +.nginx .hljs-title, +.xml .hljs-tag, +.xml .hljs-tag .hljs-value { + color: #00f; +} + +.hljs-string, +.hljs-title, +.hljs-parent, +.hljs-tag .hljs-value, +.hljs-rules .hljs-value, +.hljs-rules .hljs-value .hljs-number, +.ruby .hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.hljs-aggregate, +.hljs-template_tag, +.django .hljs-variable, +.hljs-addition, +.hljs-flow, +.hljs-stream, +.apache .hljs-tag, +.hljs-date, +.tex .hljs-formula, +.coffeescript .hljs-attribute { + color: #a31515; +} + +.ruby .hljs-string, +.hljs-decorator, +.hljs-filter .hljs-argument, +.hljs-localvars, +.hljs-array, +.hljs-attr_selector, +.hljs-pseudo, +.hljs-pi, +.hljs-doctype, +.hljs-deletion, +.hljs-envvar, +.hljs-shebang, +.hljs-preprocessor, +.hljs-pragma, +.userType, +.apache .hljs-sqbracket, +.nginx .hljs-built_in, +.tex .hljs-special, +.hljs-prompt { + color: #2b91af; +} + +.hljs-phpdoc, +.hljs-javadoc, +.hljs-xmlDocTag { + color: #808080; +} + +.vhdl .hljs-typename { font-weight: bold; } +.vhdl .hljs-string { color: #666666; } +.vhdl .hljs-literal { color: #a31515; } +.vhdl .hljs-attribute { color: #00B0E8; } + +.xml .hljs-attribute { color: #f00; } diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css new file mode 100644 index 0000000..8d54da7 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css @@ -0,0 +1,158 @@ +/* + +XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com> + +*/ + +.hljs { + display: block; padding: 0.5em; + background: #fff; color: black; +} + +.hljs-comment, +.hljs-template_comment, +.hljs-javadoc, +.hljs-comment * { + color: #006a00; +} + +.hljs-keyword, +.hljs-literal, +.nginx .hljs-title { + color: #aa0d91; +} +.method, +.hljs-list .hljs-title, +.hljs-tag .hljs-title, +.setting .hljs-value, +.hljs-winutils, +.tex .hljs-command, +.http .hljs-title, +.hljs-request, +.hljs-status { + color: #008; +} + +.hljs-envvar, +.tex .hljs-special { + color: #660; +} + +.hljs-string { + color: #c41a16; +} +.hljs-tag .hljs-value, +.hljs-cdata, +.hljs-filter .hljs-argument, +.hljs-attr_selector, +.apache .hljs-cbracket, +.hljs-date, +.hljs-regexp { + color: #080; +} + +.hljs-sub .hljs-identifier, +.hljs-pi, +.hljs-tag, +.hljs-tag .hljs-keyword, +.hljs-decorator, +.ini .hljs-title, +.hljs-shebang, +.hljs-prompt, +.hljs-hexcolor, +.hljs-rules .hljs-value, +.css .hljs-value .hljs-number, +.hljs-symbol, +.hljs-symbol .hljs-string, +.hljs-number, +.css .hljs-function, +.clojure .hljs-title, +.clojure .hljs-built_in, +.hljs-function .hljs-title, +.coffeescript .hljs-attribute { + color: #1c00cf; +} + +.hljs-class .hljs-title, +.haskell .hljs-type, +.smalltalk .hljs-class, +.hljs-javadoctag, +.hljs-yardoctag, +.hljs-phpdoc, +.hljs-typename, +.hljs-tag .hljs-attribute, +.hljs-doctype, +.hljs-class .hljs-id, +.hljs-built_in, +.setting, +.hljs-params, +.clojure .hljs-attribute { + color: #5c2699; +} + +.hljs-variable { + color: #3f6e74; +} +.css .hljs-tag, +.hljs-rules .hljs-property, +.hljs-pseudo, +.hljs-subst { + color: #000; +} + +.css .hljs-class, +.css .hljs-id { + color: #9B703F; +} + +.hljs-value .hljs-important { + color: #ff7700; + font-weight: bold; +} + +.hljs-rules .hljs-keyword { + color: #C5AF75; +} + +.hljs-annotation, +.apache .hljs-sqbracket, +.nginx .hljs-built_in { + color: #9B859D; +} + +.hljs-preprocessor, +.hljs-preprocessor *, +.hljs-pragma { + color: #643820; +} + +.tex .hljs-formula { + background-color: #EEE; + font-style: italic; +} + +.diff .hljs-header, +.hljs-chunk { + color: #808080; + font-weight: bold; +} + +.diff .hljs-change { + background-color: #BCCFF9; +} + +.hljs-addition { + background-color: #BAEEBA; +} + +.hljs-deletion { + background-color: #FFC8BD; +} + +.hljs-comment .hljs-yardoctag { + font-weight: bold; +} + +.method .hljs-id { + color: #000; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css new file mode 100644 index 0000000..3e6a687 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css @@ -0,0 +1,116 @@ +/* + +Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru> +based on dark.css by Ivan Sagalaev + +*/ + +.hljs { + display: block; padding: 0.5em; + background: #3F3F3F; + color: #DCDCDC; +} + +.hljs-keyword, +.hljs-tag, +.css .hljs-class, +.css .hljs-id, +.lisp .hljs-title, +.nginx .hljs-title, +.hljs-request, +.hljs-status, +.clojure .hljs-attribute { + color: #E3CEAB; +} + +.django .hljs-template_tag, +.django .hljs-variable, +.django .hljs-filter .hljs-argument { + color: #DCDCDC; +} + +.hljs-number, +.hljs-date { + color: #8CD0D3; +} + +.dos .hljs-envvar, +.dos .hljs-stream, +.hljs-variable, +.apache .hljs-sqbracket { + color: #EFDCBC; +} + +.dos .hljs-flow, +.diff .hljs-change, +.python .exception, +.python .hljs-built_in, +.hljs-literal, +.tex .hljs-special { + color: #EFEFAF; +} + +.diff .hljs-chunk, +.hljs-subst { + color: #8F8F8F; +} + +.dos .hljs-keyword, +.python .hljs-decorator, +.hljs-title, +.haskell .hljs-type, +.diff .hljs-header, +.ruby .hljs-class .hljs-parent, +.apache .hljs-tag, +.nginx .hljs-built_in, +.tex .hljs-command, +.hljs-prompt { + color: #efef8f; +} + +.dos .hljs-winutils, +.ruby .hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.ruby .hljs-string { + color: #DCA3A3; +} + +.diff .hljs-deletion, +.hljs-string, +.hljs-tag .hljs-value, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.sql .hljs-aggregate, +.hljs-javadoc, +.smalltalk .hljs-class, +.smalltalk .hljs-localvars, +.smalltalk .hljs-array, +.css .hljs-rules .hljs-value, +.hljs-attr_selector, +.hljs-pseudo, +.apache .hljs-cbracket, +.tex .hljs-formula, +.coffeescript .hljs-attribute { + color: #CC9393; +} + +.hljs-shebang, +.diff .hljs-addition, +.hljs-comment, +.java .hljs-annotation, +.hljs-template_comment, +.hljs-pi, +.hljs-doctype { + color: #7F9F7F; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/public/assets/ckeditor/plugins/codesnippet/plugin.js b/public/assets/ckeditor/plugins/codesnippet/plugin.js new file mode 100644 index 0000000..8bb0689 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippet/plugin.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function m(a){CKEDITOR.tools.extend(this,a);this.queue=[];this.init?this.init(CKEDITOR.tools.bind(function(){for(var a;a=this.queue.pop();)a.call(this);this.ready=!0},this)):this.ready=!0}function p(a){var b=a.config.codeSnippet_codeClass,e=/\r?\n/g,h=new CKEDITOR.dom.element("textarea");a.widgets.add("codeSnippet",{allowedContent:"pre; code(language-*)",requiredContent:"pre",styleableElements:"pre",template:'\x3cpre\x3e\x3ccode class\x3d"'+b+'"\x3e\x3c/code\x3e\x3c/pre\x3e',dialog:"codeSnippet", +pathName:a.lang.codesnippet.pathName,mask:!0,parts:{pre:"pre",code:"code"},highlight:function(){var d=this,c=this.data,b=function(a){d.parts.code.setHtml(n?a:a.replace(e,"\x3cbr\x3e"))};b(CKEDITOR.tools.htmlEncode(c.code));a._.codesnippet.highlighter.highlight(c.code,c.lang,function(d){a.fire("lockSnapshot");b(d);a.fire("unlockSnapshot")})},data:function(){var a=this.data,b=this.oldData;a.code&&this.parts.code.setHtml(CKEDITOR.tools.htmlEncode(a.code));b&&a.lang!=b.lang&&this.parts.code.removeClass("language-"+ +b.lang);a.lang&&(this.parts.code.addClass("language-"+a.lang),this.highlight());this.oldData=CKEDITOR.tools.copy(a)},upcast:function(d,c){if("pre"==d.name){for(var g=[],e=d.children,k,l=e.length-1;0<=l;l--)k=e[l],k.type==CKEDITOR.NODE_TEXT&&k.value.match(q)||g.push(k);var f;if(1==g.length&&"code"==(f=g[0]).name&&1==f.children.length&&f.children[0].type==CKEDITOR.NODE_TEXT){if(g=a._.codesnippet.langsRegex.exec(f.attributes["class"]))c.lang=g[1];h.setHtml(f.getHtml());c.code=h.getValue();f.addClass(b); +return d}}},downcast:function(a){var c=a.getFirst("code");c.children.length=0;c.removeClass(b);c.add(new CKEDITOR.htmlParser.text(CKEDITOR.tools.htmlEncode(this.data.code)));return a}});var q=/^[\s\n\r]*$/}var n=!CKEDITOR.env.ie||8<CKEDITOR.env.version;CKEDITOR.plugins.add("codesnippet",{requires:"widget,dialog",lang:"ar,bg,ca,cs,da,de,de-ch,el,en,en-gb,eo,es,et,eu,fa,fi,fr,fr-ca,gl,he,hr,hu,id,it,ja,km,ko,ku,lt,lv,nb,nl,no,pl,pt,pt-br,ro,ru,sk,sl,sq,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"codesnippet", +hidpi:!0,beforeInit:function(a){a._.codesnippet={};this.setHighlighter=function(b){a._.codesnippet.highlighter=b;b=a._.codesnippet.langs=a.config.codeSnippet_languages||b.languages;a._.codesnippet.langsRegex=new RegExp("(?:^|\\s)language-("+CKEDITOR.tools.objectKeys(b).join("|")+")(?:\\s|$)")}},onLoad:function(){CKEDITOR.dialog.add("codeSnippet",this.path+"dialogs/codesnippet.js")},init:function(a){a.ui.addButton&&a.ui.addButton("CodeSnippet",{label:a.lang.codesnippet.button,command:"codeSnippet", +toolbar:"insert,10"})},afterInit:function(a){var b=this.path;p(a);if(!a._.codesnippet.highlighter){var e=new CKEDITOR.plugins.codesnippet.highlighter({languages:{apache:"Apache",bash:"Bash",coffeescript:"CoffeeScript",cpp:"C++",cs:"C#",css:"CSS",diff:"Diff",html:"HTML",http:"HTTP",ini:"INI",java:"Java",javascript:"JavaScript",json:"JSON",makefile:"Makefile",markdown:"Markdown",nginx:"Nginx",objectivec:"Objective-C",perl:"Perl",php:"PHP",python:"Python",ruby:"Ruby",sql:"SQL",vbscript:"VBScript",xhtml:"XHTML", +xml:"XML"},init:function(h){var e=this;n&&CKEDITOR.scriptLoader.load(b+"lib/highlight/highlight.pack.js",function(){e.hljs=window.hljs;h()});a.addContentsCss&&a.addContentsCss(b+"lib/highlight/styles/"+a.config.codeSnippet_theme+".css")},highlighter:function(a,b,d){(a=this.hljs.highlightAuto(a,this.hljs.getLanguage(b)?[b]:void 0))&&d(a.value)}});this.setHighlighter(e)}}});CKEDITOR.plugins.codesnippet={highlighter:m};m.prototype.highlight=function(){var a=arguments;this.ready?this.highlighter.apply(this, +a):this.queue.push(function(){this.highlighter.apply(this,a)})}})();CKEDITOR.config.codeSnippet_codeClass="hljs";CKEDITOR.config.codeSnippet_theme="default"; \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/codesnippetgeshi/plugin.js b/public/assets/ckeditor/plugins/codesnippetgeshi/plugin.js new file mode 100644 index 0000000..46d7329 --- /dev/null +++ b/public/assets/ckeditor/plugins/codesnippetgeshi/plugin.js @@ -0,0 +1,10 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.plugins.add("codesnippetgeshi",{requires:"ajax,codesnippet",init:function(c){var d=new CKEDITOR.htmlParser.basicWriter,f=new CKEDITOR.plugins.codesnippet.highlighter({languages:a,highlighter:function(b,a,e){b=JSON.stringify({lang:a,html:b});CKEDITOR.ajax.post(CKEDITOR.getUrl(c.config.codeSnippetGeshi_url||""),b,"application/json",function(a){a?(CKEDITOR.htmlParser.fragment.fromHtml(a||"").children[0].writeChildrenHtml(d),e(d.getHtml(!0))):e("")})}});c.plugins.codesnippet.setHighlighter(f)}}); +var a={abap:"ABAP",actionscript:"ActionScript",ada:"Ada",apache:"Apache Configuration",applescript:"AppleScript",asm:"Assembly",asp:"Active Server Pages (ASP)",autoit:"AutoIt",bash:"Bash",basic4gl:"Basic4GL",bf:"Brainfuck",blitzbasic:"Blitz BASIC",bnf:"Backus-Naur Form",c:"C",c_mac:"C (Mac)",caddcl:"AutoCAD DCL",cadlisp:"AutoLISP",cfdg:"CFDG",cfm:"ColdFusion Markup Language",cil:"Common Intermediate Language (CIL)",cobol:"COBOL","cpp-qt":"C++ (Qt toolkit)",cpp:"C++",csharp:"C#",css:"Cascading Style Sheets (CSS)", +d:"D",delphi:"Delphi",diff:"Diff",div:"DIV",dos:"DOS batch file",dot:"DOT",eiffel:"Eiffel",fortran:"Fortran",freebasic:"FreeBASIC",gambas:"Gambas",genero:"Genero",gettext:"GNU internationalization (i18n) library",glsl:"OpenGL Shading Language (GLSL)",gml:"Game Maker Language (GML)",gnuplot:"gnuplot",groovy:"Groovy",haskell:"Haskell",hq9plus:"HQ9+",html4strict:"HTML",html5:"HTML5",idl:"Uno IDL",ini:"INI",inno:"Inno",intercal:"INTERCAL",io:"Io",java:"Java",java5:"Java(TM) 2 Platform Standard Edition 5.0", +javascript:"JavaScript",kixtart:"KiXtart",klonec:"Klone C",klonecpp:"Klone C++",latex:"LaTeX",lisp:"Lisp",lolcode:"LOLCODE",lotusscript:"LotusScript",lua:"Lua",Code:"Language",m68k:"Motorola 68000 Assembler",make:"make",matlab:"MATLAB M",mirc:"mIRC scripting language",mxml:"MXML",mpasm:"Microchip Assembler",mysql:"MySQL",nsis:"Nullsoft Scriptable Install System (NSIS)",objc:"Objective-C","ocaml-brief":"OCaml",ocaml:"OCaml",oobas:"OpenOffice.org Basic",oracle8:"Oracle 8 SQL",oracle11:"Oracle 11 SQL", +pascal:"Pascal",per:"per",perl:"Perl","php-brief":"PHP",php:"PHP",pixelbender:"Pixel Bender",plsql:"PL/SQL",povray:"Persistence of Vision Raytracer",powershell:"Windows PowerShell",progress:"OpenEdge Advanced Business Language",prolog:"Prolog",providex:"ProvideX",python:"Python",qbasic:"QBasic/QuickBASIC",rails:"Rails",reg:"Windows Registry",robots:"robots.txt",rsplus:"R",ruby:"Ruby",sas:"SAS",scala:"Scala",scheme:"Scheme",scilab:"Scilab",sdlbasic:"SdlBasic",smalltalk:"Smalltalk",smarty:"Smarty", +sql:"SQL",tcl:"Tcl",teraterm:"Tera Term",text:"Plain text",thinbasic:"thinBasic",tsql:"Transact-SQL",typoscript:"TypoScript",vala:"Vala",vb:"Visual Basic",vbnet:"Visual Basic .NET",verilog:"Verilog",vhdl:"VHDL",vim:"Vimscript",visualfoxpro:"Visual FoxPro",visualprolog:"Visual Prolog",whitespace:"Whitespace",winbatch:"Winbatch",xml:"XML",xorg_conf:"Xorg.conf",xpp:"X++",z80:"ZiLOG Z80 Assembler"}})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/icons/bgcolor.png b/public/assets/ckeditor/plugins/colorbutton/icons/bgcolor.png new file mode 100644 index 0000000000000000000000000000000000000000..a313938d8bc0f72e3086129816be628c1a7aa100 GIT binary patch literal 906 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i(_&8-#}JFtQzz}uj!u_ooge-^DqQH0zz6-<)9V%<lZevMpDWY6 z;BCenzGFLd<8B?y-X3IS;r*BW#N1h1yfqe<cudo2+*W94vM&2Yl19|4wVOh`H?Ch& zZC`u8)|y2#`9;At=I55}&YN$l_y&i3t=IGoo^@7jNha3^why`=m^$JYiyyFE@Mey4 zh^Sy?z}hhTsJJ*eRf%MeNh}Qt94FE?cW@{j`uWq+-QE3r=-10U2M!%NbnVe2rE`{R zwyJnK?Y_J1_U+sI-@JQgmu(^yD04g_yYSq`EnAMfdGkiBf#1O1e*W9C-9PsAue$X5 zYsU85>a%ChzR$cZY&CCQUfw-z5w41P?OUf6?UZ3iVdydBVPjsiRU)}#QODlBd+#^q zH@yG${rmj*`1t;sV-g`#1s!KCvv~f&hCi8S`t<4b@87(!5uBK*5O&pluHSRNjS)58 zE^hw>4{o?^P@9|kR-}TfhO>rmPF_yVA3@iP9ao}$cO9^7FYYt(-MMR57e7D${7w(U z`RD5&&DpF}6dqc?E<~%mXy=_B9X%X>6c28wx0_$jXLDt`>VFmyfd|KD&Ya1=`|i8n zjsiU#Mu&OVY&}wV=HS7DoEL;9_N%L_M+XN7|L-~>CU7-t>-}GU?XKN=$QUogQ*HVD zUsQa2y^fNjL|gn+ucgsSP49oNR{G=+D*toe|HiG~-X2W&(6!+Hd+Fygi4y;mm5S#* zf4hFonmb&FCj_lL^6FKV<@D3Fib~#>FJI<;F0(gIpK*eU=ZX-m{e8W?cg>Dncv&JL zFP{z!O_M3lD`R3}1Y8A=CQWo&=rC)U{oJ{8_iFdLHLG~;TNk!^YS`+pegZ5vAL<<j z#_CKTwgwf?Ge?dbIr;J9$4s@!KYOb7_O05ta+UpxEdS8Q*H<iG#UEO_FmC;4c>#$l zuM*Qa!hmU5wZt`|BqgyV)hf9t6-Y4{85kPt8kp-En1mRbTNxMwk+y-6m4SiplHI`c zjiezrKP5A*61N7MpUg*q8YDqB1m~xflqVLYGL)B>>t*I;7bhncr0V4trO$q6BL!5% N;OXk;vd$@?2>>a?jz9na literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/colorbutton/icons/hidpi/bgcolor.png b/public/assets/ckeditor/plugins/colorbutton/icons/hidpi/bgcolor.png new file mode 100644 index 0000000000000000000000000000000000000000..54b3e18c4602dbf05cf21e897477998211c02dfa GIT binary patch literal 2169 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/colorbutton/icons/hidpi/textcolor.png b/public/assets/ckeditor/plugins/colorbutton/icons/hidpi/textcolor.png new file mode 100644 index 0000000000000000000000000000000000000000..8fc56bcbd2185cdf319554c4edfdb161c87fe8b7 GIT binary patch literal 1725 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 To9;Xs00000NkvXXu0mjf;)5CX literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/colorbutton/icons/textcolor.png b/public/assets/ckeditor/plugins/colorbutton/icons/textcolor.png new file mode 100644 index 0000000000000000000000000000000000000000..0d8e45907bca4c92dc43ced827d1896e968ec27c GIT binary patch literal 813 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|ilbffDV~EA+-r)1z(vBkk?#=c*<~!%C)=p0iiF~)!?Pe;jUe%vh zv3qa)687=M%KuIWCr^>9e((4pU!W_%>*PkkRROP0PSR+JE#JJ^+V+ah&4h*T&5YmI z+TW{oPESvt!K1`v?Ciy<)U;LXn8cDyuIyaB@O$ApOIxl<&3m5u-Q3(<f``rE*b|2e zp@x~8lazk>xJ>J~S3Qq?t?7)P_qjSajwTg`+=+;fuMb*(y|Ae0Q&-2msBGr@-;2X4 zChd*U>+jpWHHtS-Br!8{B~t=7!;&+*pB0vAs>WPr6`VSK`t<G13JyzyerEMF24%4` z$Q(a;^Ms~^bN$T>lbGZ)>;L}!>mMkh`nGJhrwf1Vb=Qp%EP_uNXGr!ve$baXeP&^8 z?cc>$vsw>7{7{sa$H#Dw;lP(KCCi$Q&n{R0U%2^Z4DVrqzjgm3x8MFNz;dwJqHp7l z9XotoQrDJlQ?7~s9CO`u{q^6mtFQW9zjn<J7#jP(|Nfh}H?Ev<kHmIuMh6bYwWb{z zX?1mVtFOOKEH3_h``*2K)2#zGZrb!|Pt@9NjBglzteD~?(Kcam8ZhV>*3Z0YX>Z?e zW@dITHa1q)J&@)6=M5V+7+ii?a_ef=S3$wGzxLfve72u!%~oKb?%2DxR%>aC;WHzi z!^!u*C$4RM|J%aG=8t5X;*_9oFJ7z=IBqyYvZS!Eapg))jim}pS&Wr^gH=46R6I8c zaw{sdoY-@`kSCdENe~x1JNvc}Ek}-tw>O=f@9uK*k9+>60F4Dep=@47muVmNe`Ig! zz2?Yj8@m>m%v4KUBT7;dOH!?pi&B9UgOP!uv95u+u7OF2p}CcTF%W4R7+Dz@_%7KE zOoB)na`RI%(<*Umu=&Y+1gJq0WJ7R%T1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$ OMGT&<elF{r5}E)t`BzH- literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/af.js b/public/assets/ckeditor/plugins/colorbutton/lang/af.js new file mode 100644 index 0000000..89a2928 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/af.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","af",{auto:"Outomaties",bgColorTitle:"Agtergrondkleur",colors:{"000":"Swart",8E5:"Meroen","8B4513":"Sjokoladebruin","2F4F4F":"Donkerleisteengrys","008080":"Blougroen","000080":"Vlootblou","4B0082":"Indigo",696969:"Donkergrys",B22222:"Rooibaksteen",A52A2A:"Bruin",DAA520:"Donkergeel","006400":"Donkergroen","40E0D0":"Turkoois","0000CD":"Middelblou",800080:"Pers",808080:"Grys",F00:"Rooi",FF8C00:"Donkeroranje",FFD700:"Goud","008000":"Groen","0FF":"Siaan","00F":"Blou", +EE82EE:"Viooltjieblou",A9A9A9:"Donkergrys",FFA07A:"Ligsalm",FFA500:"Oranje",FFFF00:"Geel","00FF00":"Lemmetjie",AFEEEE:"Ligturkoois",ADD8E6:"Ligblou",DDA0DD:"Pruim",D3D3D3:"Liggrys",FFF0F5:"Linne",FAEBD7:"Ivoor",FFFFE0:"Liggeel",F0FFF0:"Heuningdou",F0FFFF:"Asuur",F0F8FF:"Ligte hemelsblou",E6E6FA:"Laventel",FFF:"Wit"},more:"Meer Kleure...",panelTitle:"Kleure",textColorTitle:"Tekskleur"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/ar.js b/public/assets/ckeditor/plugins/colorbutton/lang/ar.js new file mode 100644 index 0000000..43b7461 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/ar.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","ar",{auto:"تÙÙØ§Ø¦Ù",bgColorTitle:"ÙÙÙ Ø§ÙØ®ÙÙÙØ©",colors:{"000":"Ø£Ø³ÙØ¯",8E5:"ÙØ³ØªÙائÙ","8B4513":"بÙÙ ÙØ§ØªØ","2F4F4F":"Ø±Ù Ø§Ø¯Ù Ø£Ø±Ø¯ÙØ§Ø²Ù غا٠Ù","008080":"أزر٠٠خضر","000080":"أزر٠داÙÙ","4B0082":"ÙØÙÙ",696969:"ر٠اد٠داÙÙ",B22222:"Ø·ÙØ¨Ù",A52A2A:"بÙÙ",DAA520:"Ø°ÙØ¨Ù داÙÙ","006400":"أخضر داÙÙ","40E0D0":"ÙÙØ±ÙزÙ","0000CD":"Ø£Ø²Ø±Ù Ù ØªÙØ³Ø·",800080:"بÙÙØ³Ø¬Ù غا٠Ù",808080:"ر٠ادÙ",F00:"Ø£ØÙ ر",FF8C00:"Ø¨Ø±ØªÙØ§Ù٠داÙÙ",FFD700:"Ø°ÙØ¨Ù","008000":"أخضر","0FF":"ترÙÙØ§Ø²","00F":"أزرÙ",EE82EE:"بÙÙØ³Ø¬Ù",A9A9A9:"Ø±Ù Ø§Ø¯Ù Ø´Ø§ØØ¨", +FFA07A:"Ø¨Ø±ØªÙØ§ÙÙ ÙØ±Ø¯Ù",FFA500:"Ø¨Ø±ØªÙØ§ÙÙ",FFFF00:"Ø£ØµÙØ±","00FF00":"ÙÙÙ ÙÙÙ",AFEEEE:"ÙÙØ±ÙØ²Ù Ø´Ø§ØØ¨",ADD8E6:"Ø£Ø²Ø±Ù ÙØ§ØªØ",DDA0DD:"بÙÙØ³Ø¬Ù ÙØ§ØªØ",D3D3D3:"Ø±Ù Ø§Ø¯Ù ÙØ§ØªØ",FFF0F5:"ÙØ±Ø¯Ù ÙØ§ØªØ",FAEBD7:"Ø£Ø¨ÙØ¶ عتÙÙ",FFFFE0:"Ø£ØµÙØ± ÙØ§ØªØ",F0FFF0:"Ø£Ø¨ÙØ¶ ٠ائ٠ÙÙØ£Ø®Ø¶Ø±",F0FFFF:"س٠اÙÙ",F0F8FF:"ÙØ¨ÙÙ",E6E6FA:"Ø£Ø±Ø¬ÙØ§ÙÙ",FFF:"Ø£Ø¨ÙØ¶"},more:"Ø£ÙÙØ§Ù إضاÙÙØ©...",panelTitle:"Colors",textColorTitle:"ÙÙ٠اÙÙØµ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/bg.js b/public/assets/ckeditor/plugins/colorbutton/lang/bg.js new file mode 100644 index 0000000..5deb5f7 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/bg.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","bg",{auto:"ÐвÑомаÑиÑно",bgColorTitle:"Фонов ÑвÑÑ",colors:{"000":"ЧеÑно",8E5:"ÐеÑÑенÑво","8B4513":"СвеÑлокаÑÑво","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Ðндиго",696969:"ТÑмно Ñиво",B22222:"Ðгнено ÑеÑвено",A52A2A:"ÐаÑÑво",DAA520:"ÐлаÑиÑÑо","006400":"ТÑмно зелено","40E0D0":"ТÑÑкÑазено","0000CD":"СÑедно ÑинÑо",800080:"ÐÑÑпÑÑно",808080:"Сиво",F00:"ЧеÑвено",FF8C00:"ТÑмно оÑанжево",FFD700:"ÐлаÑно","008000":"Ðелено","0FF":"СвеÑло ÑинÑо", +"00F":"Blue",EE82EE:"Violet",A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White"},more:"ÐÑе ÑвеÑове",panelTitle:"ЦвеÑове",textColorTitle:"ЦвÑÑ Ð½Ð° ÑÑиÑÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/bn.js b/public/assets/ckeditor/plugins/colorbutton/lang/bn.js new file mode 100644 index 0000000..4c562e3 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/bn.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","bn",{auto:"সà§à¦¬à§à¦à¦à§à¦°à¦¿à§à¦à¦¾à¦¬à§",bgColorTitle:"পà§à¦·à§à¦ তলà§à¦° রà¦",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White"},more:"à¦à¦°à¦ রà¦...",panelTitle:"Colors",textColorTitle:"à¦à§à¦à§à¦¸à§à¦ রà¦"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/bs.js b/public/assets/ckeditor/plugins/colorbutton/lang/bs.js new file mode 100644 index 0000000..3865b40 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/bs.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","bs",{auto:"Automatska",bgColorTitle:"Boja pozadine",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White"},more:"ViÅ¡e boja...",panelTitle:"Colors",textColorTitle:"Boja teksta"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/ca.js b/public/assets/ckeditor/plugins/colorbutton/lang/ca.js new file mode 100644 index 0000000..068e7ef --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/ca.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","ca",{auto:"Automà tic",bgColorTitle:"Color de Fons",colors:{"000":"Negre",8E5:"Grana","8B4513":"Marró sella","2F4F4F":"Gris pissarra fosca","008080":"Blau xarxet","000080":"Blau marÃ","4B0082":"Indi",696969:"Gris Fosc",B22222:"Foc Maó",A52A2A:"Marró",DAA520:"Solidago","006400":"Verd Fosc","40E0D0":"Turquesa","0000CD":"Blau 1/2",800080:"Lila",808080:"Gris",F00:"Vermell",FF8C00:"Taronja Fosc",FFD700:"Or","008000":"Verd","0FF":"Cian","00F":"Blau",EE82EE:"Violat", +A9A9A9:"Gris clar",FFA07A:"Salmó clar",FFA500:"Taronja",FFFF00:"Groc","00FF00":"Verd Llima",AFEEEE:"Turquesa Pà l·lid",ADD8E6:"Blau Clar",DDA0DD:"Pruna",D3D3D3:"Gris Clar",FFF0F5:"Lavanda rosat",FAEBD7:"Blanc Antic",FFFFE0:"Groc Clar",F0FFF0:"Verd Pà l·lid",F0FFFF:"Atzur",F0F8FF:"Cian pà lid",E6E6FA:"Lavanda",FFF:"Blanc"},more:"Més Colors...",panelTitle:"Colors",textColorTitle:"Color del Text"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/cs.js b/public/assets/ckeditor/plugins/colorbutton/lang/cs.js new file mode 100644 index 0000000..fbc5126 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/cs.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","cs",{auto:"Automaticky",bgColorTitle:"Barva pozadÃ",colors:{"000":"Äerná",8E5:"KaÅ¡tanová","8B4513":"Sedlová hnÄÄ","2F4F4F":"TmavÄ bledÄ Å¡edá","008080":"ÄÃrka","000080":"NámoÅnická modÅ","4B0082":"Inkoustová",696969:"TmavÄ Å¡edá",B22222:"Pálená cihla",A52A2A:"HnÄdá",DAA520:"Zlatý prut","006400":"TmavÄ zelená","40E0D0":"Tyrkisová","0000CD":"StÅednÄ modrá",800080:"Purpurová",808080:"Å edá",F00:"Äervená",FF8C00:"TmavÄ oranžová",FFD700:"Zlatá","008000":"Zelená","0FF":"Azurová", +"00F":"Modrá",EE82EE:"Fialová",A9A9A9:"KalnÄ Å¡edá",FFA07A:"SvÄtle lososová",FFA500:"Oranžová",FFFF00:"Žlutá","00FF00":"Limetková",AFEEEE:"BledÄ tyrkisová",ADD8E6:"SvÄtle modrá",DDA0DD:"Å vestková",D3D3D3:"SvÄtle Å¡edá",FFF0F5:"LevandulovÄ rumÄnná",FAEBD7:"Antická bÃlá",FFFFE0:"SvÄtle žlutá",F0FFF0:"Medová rosa",F0FFFF:"Azurová",F0F8FF:"AlenÄina modrá",E6E6FA:"Levandulová",FFF:"BÃlá"},more:"VÃce barev...",panelTitle:"Barvy",textColorTitle:"Barva textu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/cy.js b/public/assets/ckeditor/plugins/colorbutton/lang/cy.js new file mode 100644 index 0000000..7a9b6d9 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/cy.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","cy",{auto:"Awtomatig",bgColorTitle:"Lliw Cefndir",colors:{"000":"Du",8E5:"Marwn","8B4513":"Brown Cyfrwy","2F4F4F":"Llechen Tywyll","008080":"Corhwyad","000080":"Nefi","4B0082":"Indigo",696969:"Llwyd Tywyll",B22222:"Bric Tân",A52A2A:"Brown",DAA520:"Rhoden Aur","006400":"Gwyrdd Tywyll","40E0D0":"Gwyrddlas","0000CD":"Glas Canolig",800080:"Porffor",808080:"Llwyd",F00:"Coch",FF8C00:"Oren Tywyll",FFD700:"Aur","008000":"Gwyrdd","0FF":"Cyan","00F":"Glas",EE82EE:"Fioled", +A9A9A9:"Llwyd Pwl",FFA07A:"Samwn Golau",FFA500:"Oren",FFFF00:"Melyn","00FF00":"Leim",AFEEEE:"Gwyrddlas Golau",ADD8E6:"Glas Golau",DDA0DD:"Eirinen",D3D3D3:"Llwyd Golau",FFF0F5:"Gwrid Lafant",FAEBD7:"Gwyn Hynafol",FFFFE0:"Melyn Golau",F0FFF0:"Melwn Gwyrdd Golau",F0FFFF:"Aswr",F0F8FF:"Glas Alys",E6E6FA:"Lafant",FFF:"Gwyn"},more:"Mwy o Liwiau...",panelTitle:"Lliwiau",textColorTitle:"Lliw Testun"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/da.js b/public/assets/ckeditor/plugins/colorbutton/lang/da.js new file mode 100644 index 0000000..bc53d8d --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/da.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","da",{auto:"Automatisk",bgColorTitle:"Baggrundsfarve",colors:{"000":"Sort",8E5:"Mørkerød","8B4513":"Mørk orange","2F4F4F":"Dark Slate GrÃ¥","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"MørkegrÃ¥",B22222:"Scarlet / Rød",A52A2A:"Brun",DAA520:"Guld","006400":"Mørkegrøn","40E0D0":"Tyrkis","0000CD":"MellemblÃ¥",800080:"Lilla",808080:"GrÃ¥",F00:"Rød",FF8C00:"Mørk orange",FFD700:"Guld","008000":"Grøn","0FF":"Cyan","00F":"BlÃ¥",EE82EE:"Violet",A9A9A9:"MatgrÃ¥", +FFA07A:"Laksefarve",FFA500:"Orange",FFFF00:"Gul","00FF00":"Lime",AFEEEE:"Mat tyrkis",ADD8E6:"LyseblÃ¥",DDA0DD:"Plum",D3D3D3:"LysegrÃ¥",FFF0F5:"Lavender Blush",FAEBD7:"Antikhvid",FFFFE0:"Lysegul",F0FFF0:"Gul / Beige",F0FFFF:"HimmeblÃ¥",F0F8FF:"Alice blue",E6E6FA:"Lavendel",FFF:"Hvid"},more:"Flere farver...",panelTitle:"Farver",textColorTitle:"Tekstfarve"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/de-ch.js b/public/assets/ckeditor/plugins/colorbutton/lang/de-ch.js new file mode 100644 index 0000000..b61069e --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/de-ch.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","de-ch",{auto:"Automatisch",bgColorTitle:"Hintergrundfarbe",colors:{"000":"Schwarz",8E5:"Kastanienbraun","8B4513":"Braun","2F4F4F":"Dunkles Schiefergrau","008080":"Blaugrün","000080":"Marineblau","4B0082":"Indigo",696969:"Dunkelgrau",B22222:"Ziegelrot",A52A2A:"Braun",DAA520:"Goldgelb","006400":"Dunkelgrün","40E0D0":"Türkis","0000CD":"Mittelblau",800080:"Lila",808080:"Grau",F00:"Rot",FF8C00:"Dunkelorange",FFD700:"Gold","008000":"Grün","0FF":"Cyan","00F":"Blau", +EE82EE:"Violett",A9A9A9:"Dunkelgrau",FFA07A:"Helles Lachsrosa",FFA500:"Orange",FFFF00:"Gelb","00FF00":"Lime",AFEEEE:"Blasstürkis",ADD8E6:"Hellblau",DDA0DD:"Pflaumenblau",D3D3D3:"Hellgrau",FFF0F5:"Lavendel",FAEBD7:"Antik Weiss",FFFFE0:"Hellgelb",F0FFF0:"Honigtau",F0FFFF:"Azurblau",F0F8FF:"Alice Blau",E6E6FA:"Lavendel",FFF:"Weiss"},more:"Weitere Farben...",panelTitle:"Farben",textColorTitle:"Textfarbe"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/de.js b/public/assets/ckeditor/plugins/colorbutton/lang/de.js new file mode 100644 index 0000000..7740517 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/de.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","de",{auto:"Automatisch",bgColorTitle:"Hintergrundfarbe",colors:{"000":"Schwarz",8E5:"Kastanienbraun","8B4513":"Braun","2F4F4F":"Dunkles Schiefergrau","008080":"Blaugrün","000080":"Marineblau","4B0082":"Indigo",696969:"Dunkelgrau",B22222:"Ziegelrot",A52A2A:"Braun",DAA520:"Goldgelb","006400":"Dunkelgrün","40E0D0":"Türkis","0000CD":"Mittelblau",800080:"Lila",808080:"Grau",F00:"Rot",FF8C00:"Dunkelorange",FFD700:"Gold","008000":"Grün","0FF":"Cyan","00F":"Blau",EE82EE:"Violett", +A9A9A9:"Dunkelgrau",FFA07A:"Helles Lachsrosa",FFA500:"Orange",FFFF00:"Gelb","00FF00":"Lime",AFEEEE:"Blasstürkis",ADD8E6:"Hellblau",DDA0DD:"Pflaumenblau",D3D3D3:"Hellgrau",FFF0F5:"Lavendel",FAEBD7:"Antik WeiÃ",FFFFE0:"Hellgelb",F0FFF0:"Honigtau",F0FFFF:"Azurblau",F0F8FF:"Alice Blau",E6E6FA:"Lavendel",FFF:"WeiÃ"},more:"Weitere Farben...",panelTitle:"Farben",textColorTitle:"Textfarbe"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/el.js b/public/assets/ckeditor/plugins/colorbutton/lang/el.js new file mode 100644 index 0000000..9d5fb27 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/el.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","el",{auto:"ÎÏ ÏÏμαÏα",bgColorTitle:"ΧÏÏμα ΦÏνÏÎ¿Ï ",colors:{"000":"ÎαÏÏο",8E5:"ÎαÏÏανÎÏÏ Î¸Ïο","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"ÎÎ±Î¸Ï ÎºÏανο","000080":"ÎÏλε μαÏÎν","4B0082":"ÎνδικÏ",696969:"ΣκοÏÏο ÎκÏι",B22222:"ÎνοικÏÏ ÎÏκκινο",A52A2A:"ÎαÏÎ",DAA520:"Golden Rod","006400":"ΣκοÏÏο Î ÏάÏινο","40E0D0":"Î¤Ï ÏÎºÎ¿Ï Î¬Î¶","0000CD":"Medium Blue",800080:"Îοβ",808080:"ÎκÏι",F00:"ÎÏκκινο",FF8C00:"ΣκοÏÏο ΠοÏÏοκαλί",FFD700:"ΧÏÏ ÏαÏί","008000":"Î ÏάÏινο","0FF":"ÎÏ Î±Î½Ï", +"00F":"ÎÏλε",EE82EE:"Îενεξεδί",A9A9A9:"ΠονÏικί",FFA07A:"ÎνοικÏÏ Î£Î¿Î¼Ïν",FFA500:"ΠοÏÏοκαλί",FFFF00:"ÎίÏÏινο","00FF00":"ÎοÏÏολÎμονο",AFEEEE:"Pale Turquoise",ADD8E6:"Îαλάζιο",DDA0DD:"ÎαμαÏκηνί",D3D3D3:"ÎνοικÏÏ ÎκÏι",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"ÎνοικÏÏ ÎίÏÏινο",F0FFF0:"Honeydew",F0FFFF:"ÎαλανÏ",F0F8FF:"Alice Blue",E6E6FA:"ÎλαÏÏÏÏ ÎÏδεÏ",FFF:"ÎÎµÏ ÎºÏ"},more:"ΠεÏιÏÏÏÏεÏα ΧÏÏμαÏαâ¦",panelTitle:"ΧÏÏμαÏα",textColorTitle:"ΧÏÏμα ÎειμÎÎ½Î¿Ï "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/en-au.js b/public/assets/ckeditor/plugins/colorbutton/lang/en-au.js new file mode 100644 index 0000000..dacd429 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/en-au.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","en-au",{auto:"Automatic",bgColorTitle:"Background Colour",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White"},more:"More Colours...",panelTitle:"Colors",textColorTitle:"Text Colour"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/en-ca.js b/public/assets/ckeditor/plugins/colorbutton/lang/en-ca.js new file mode 100644 index 0000000..e20fd95 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/en-ca.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","en-ca",{auto:"Automatic",bgColorTitle:"Background Colour",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White"},more:"More Colours...",panelTitle:"Colors",textColorTitle:"Text Colour"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/en-gb.js b/public/assets/ckeditor/plugins/colorbutton/lang/en-gb.js new file mode 100644 index 0000000..52be507 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/en-gb.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","en-gb",{auto:"Automatic",bgColorTitle:"Background Colour",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Grey","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Grey",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Grey",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Grey",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White"},more:"More Colours...",panelTitle:"Colours",textColorTitle:"Text Colour"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/en.js b/public/assets/ckeditor/plugins/colorbutton/lang/en.js new file mode 100644 index 0000000..c1347cc --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/en.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","en",{auto:"Automatic",bgColorTitle:"Background Color",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White"},more:"More Colors...",panelTitle:"Colors",textColorTitle:"Text Color"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/eo.js b/public/assets/ckeditor/plugins/colorbutton/lang/eo.js new file mode 100644 index 0000000..64b3ea3 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/eo.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","eo",{auto:"AÅtomata",bgColorTitle:"Fona Koloro",colors:{"000":"Nigra",8E5:"KaÅtankolora","8B4513":"Mezbruna","2F4F4F":"Ardezgriza","008080":"MarÄanaskolora","000080":"Maristblua","4B0082":"Indigokolora",696969:"Malhelgriza",B22222:"BrikruÄa",A52A2A:"Bruna",DAA520:"Senbrilorkolora","006400":"Malhelverda","40E0D0":"Turkisblua","0000CD":"ReÄblua",800080:"Purpura",808080:"Griza",F00:"RuÄa",FF8C00:"MalheloranÄkolora",FFD700:"Orkolora","008000":"Verda","0FF":"Verdblua", +"00F":"Blua",EE82EE:"Viola",A9A9A9:"Mezgriza",FFA07A:"Salmokolora",FFA500:"OranÄkolora",FFFF00:"Flava","00FF00":"Limetkolora",AFEEEE:"Helturkiskolora",ADD8E6:"Helblua",DDA0DD:"Prunkolora",D3D3D3:"Helgriza",FFF0F5:"Lavendkolora vangoÅminko",FAEBD7:"Antikvablanka",FFFFE0:"Helflava",F0FFF0:"Vintromelonkolora",F0FFFF:"Lazura",F0F8FF:"Aliceblua",E6E6FA:"Lavendkolora",FFF:"Blanka"},more:"Pli da Koloroj...",panelTitle:"Koloroj",textColorTitle:"Teksta Koloro"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/es.js b/public/assets/ckeditor/plugins/colorbutton/lang/es.js new file mode 100644 index 0000000..057d656 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/es.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","es",{auto:"Automático",bgColorTitle:"Color de Fondo",colors:{"000":"Negro",8E5:"Marrón oscuro","8B4513":"Marrón tierra","2F4F4F":"Pizarra Oscuro","008080":"Azul verdoso","000080":"Azul marino","4B0082":"Añil",696969:"Gris oscuro",B22222:"Ladrillo",A52A2A:"Marrón",DAA520:"Oro oscuro","006400":"Verde oscuro","40E0D0":"Turquesa","0000CD":"Azul medio-oscuro",800080:"Púrpura",808080:"Gris",F00:"Rojo",FF8C00:"Naranja oscuro",FFD700:"Oro","008000":"Verde","0FF":"Cian", +"00F":"Azul",EE82EE:"Violeta",A9A9A9:"Gris medio",FFA07A:"Salmón claro",FFA500:"Naranja",FFFF00:"Amarillo","00FF00":"Lima",AFEEEE:"Turquesa claro",ADD8E6:"Azul claro",DDA0DD:"Violeta claro",D3D3D3:"Gris claro",FFF0F5:"Lavanda rojizo",FAEBD7:"Blanco antiguo",FFFFE0:"Amarillo claro",F0FFF0:"Miel",F0FFFF:"Azul celeste",F0F8FF:"Azul pálido",E6E6FA:"Lavanda",FFF:"Blanco"},more:"Más Colores...",panelTitle:"Colores",textColorTitle:"Color de Texto"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/et.js b/public/assets/ckeditor/plugins/colorbutton/lang/et.js new file mode 100644 index 0000000..8c31cf0 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/et.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","et",{auto:"Automaatne",bgColorTitle:"Tausta värv",colors:{"000":"Must",8E5:"Kastanpruun","8B4513":"Sadulapruun","2F4F4F":"Tume paehall","008080":"Sinakasroheline","000080":"Meresinine","4B0082":"Indigosinine",696969:"Tumehall",B22222:"Å amottkivi",A52A2A:"Pruun",DAA520:"Kuldkollane","006400":"Tumeroheline","40E0D0":"Türkiissinine","0000CD":"Keskmine sinine",800080:"Lilla",808080:"Hall",F00:"Punanae",FF8C00:"Tumeoranž",FFD700:"Kuldne","008000":"Roheline","0FF":"Tsüaniidsinine", +"00F":"Sinine",EE82EE:"Violetne",A9A9A9:"Tuhm hall",FFA07A:"Hele lõhe",FFA500:"Oranž",FFFF00:"Kollane","00FF00":"Lubja hall",AFEEEE:"Kahvatu türkiis",ADD8E6:"Helesinine",DDA0DD:"Ploomililla",D3D3D3:"Helehall",FFF0F5:"Lavendlipunane",FAEBD7:"Antiikvalge",FFFFE0:"Helekollane",F0FFF0:"Meloniroheline",F0FFFF:"Taevasinine",F0F8FF:"Beebisinine",E6E6FA:"Lavendel",FFF:"Valge"},more:"Rohkem värve...",panelTitle:"Värvid",textColorTitle:"Teksti värv"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/eu.js b/public/assets/ckeditor/plugins/colorbutton/lang/eu.js new file mode 100644 index 0000000..a5705bb --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/eu.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","eu",{auto:"Automatikoa",bgColorTitle:"Atzeko planoko kolorea",colors:{"000":"Beltza",8E5:"Granatea","8B4513":"Zela marroia","2F4F4F":"Arbel gris iluna","008080":"Urdin berdexka","000080":"Urdin iluna","4B0082":"Indigoa",696969:"Gris iluna",B22222:"Adreilu erregogorra",A52A2A:"Marroia",DAA520:"Urrezko makila","006400":"Berde iluna","40E0D0":"Turkesa","0000CD":"Urdin ertaina",800080:"Morea",808080:"Grisa",F00:"Gorria",FF8C00:"Laranja iluna",FFD700:"Urrea","008000":"Berdea", +"0FF":"Ziana","00F":"Urdina",EE82EE:"Bioleta",A9A9A9:"Gris ahula",FFA07A:"Izokin-kolore argia",FFA500:"Laranja",FFFF00:"Horia","00FF00":"Lima",AFEEEE:"Turkesa argia",ADD8E6:"Urdin argia",DDA0DD:"Aran-kolorea",D3D3D3:"Gris argia",FFF0F5:"Izpiliku-gorrixka",FAEBD7:"Zuri zaharra",FFFFE0:"Hori argia",F0FFF0:"Ezti-ihintza",F0FFFF:"Zeru-urdina",F0F8FF:"Alizia urdina",E6E6FA:"Izpilikua",FFF:"Zuria"},more:"Kolore gehiago...",panelTitle:"Koloreak",textColorTitle:"Testu-kolorea"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/fa.js b/public/assets/ckeditor/plugins/colorbutton/lang/fa.js new file mode 100644 index 0000000..53c627d --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/fa.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","fa",{auto:"Ø®ÙØ¯Ú©Ø§Ø±",bgColorTitle:"رÙÚ¯ Ù¾Ø³âØ²Ù ÛÙÙ",colors:{"000":"Ø³ÛØ§Ù",8E5:"خر٠اÛÛ","8B4513":"ÙÙÙÙâØ§Û Ø´Ú©ÙØ§ØªÛ","2F4F4F":"Ø§Ø±ØºÙØ§ÙÛ Ù Ø§Û٠ب٠خاکسترÛ","008080":"Ø¢Ø¨Û Ù Ø§Û٠ب٠خاکسترÛ","000080":"Ø¢Ø¨Û Ø³ÛØ±","4B0082":"ÙÛÙÛ",696969:"Ø®Ø§Ú©Ø³ØªØ±Û ØªÛØ±Ù",B22222:"آتش آجرÛ",A52A2A:"ÙÙÙÙâØ§Û",DAA520:"Ù ÛÙÙâÛ Ø·ÙØ§ÛÛ","006400":"سبز ØªÛØ±Ù","40E0D0":"ÙÛØ±ÙزÙâØ§Û","0000CD":"Ø¢Ø¨Û Ø±ÙØ´Ù",800080:"Ø§Ø±ØºÙØ§ÙÛ",808080:"خاکسترÛ",F00:"ÙØ±Ù ز",FF8C00:"ÙØ§Ø±ÙØ¬Û Ù¾Ø±Ø±ÙÚ¯",FFD700:"Ø·ÙØ§ÛÛ","008000":"سبز","0FF":"Ø¢Ø¨Û Ù Ø§Û٠ب٠سبز", +"00F":"آبÛ",EE82EE:"بÙÙØ´",A9A9A9:"Ø®Ø§Ú©Ø³ØªØ±Û Ù Ø§Øª",FFA07A:"ØµÙØ±ØªÛ کدر Ø±ÙØ´Ù",FFA500:"ÙØ§Ø±ÙجÛ",FFFF00:"زرد","00FF00":"ÙØ³ÙرÛ",AFEEEE:"ÙÛØ±ÙزÙâØ§Û Ø±ÙÚ¯ Ù¾Ø±ÛØ¯Ù",ADD8E6:"Ø¢Ø¨Û Ú©Ù Ø±ÙÚ¯",DDA0DD:"Ø¢ÙÙÛÛ",D3D3D3:"Ø®Ø§Ú©Ø³ØªØ±Û Ø±ÙØ´Ù",FFF0F5:"بÙÙØ´ ک٠رÙÚ¯",FAEBD7:"عتÛÙ٠سÙÛØ¯",FFFFE0:"زرد Ø±ÙØ´Ù",F0FFF0:"عسÙÛ",F0FFFF:"ÙØ§Ø¬ÙردÛ",F0F8FF:"Ø¢Ø¨Û Ø¨Ø±Ø§Ù",E6E6FA:"بÙÙØ´ ک٠رÙÚ¯",FFF:"سÙÛØ¯"},more:"رÙÚ¯âÙØ§Û Ø¨ÛØ´ØªØ±...",panelTitle:"رÙÚ¯ÙØ§",textColorTitle:"رÙÚ¯ ٠تÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/fi.js b/public/assets/ckeditor/plugins/colorbutton/lang/fi.js new file mode 100644 index 0000000..7c2f18d --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/fi.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","fi",{auto:"Automaattinen",bgColorTitle:"Taustaväri",colors:{"000":"Musta",8E5:"Kastanjanruskea","8B4513":"Satulanruskea","2F4F4F":"Tumma liuskekivenharmaa","008080":"Sinivihreä","000080":"Laivastonsininen","4B0082":"Indigonsininen",696969:"Tummanharmaa",B22222:"Tiili",A52A2A:"Ruskea",DAA520:"Kultapiisku","006400":"Tummanvihreä","40E0D0":"Turkoosi","0000CD":"Keskisininen",800080:"Purppura",808080:"Harmaa",F00:"Punainen",FF8C00:"Tumma oranssi",FFD700:"Kulta", +"008000":"Vihreä","0FF":"Syaani","00F":"Sininen",EE82EE:"Violetti",A9A9A9:"Tummanharmaa",FFA07A:"Vaaleanlohenpunainen",FFA500:"Oranssi",FFFF00:"Keltainen","00FF00":"Limetin vihreä",AFEEEE:"Haalea turkoosi",ADD8E6:"Vaaleansininen",DDA0DD:"Luumu",D3D3D3:"Vaaleanharmaa",FFF0F5:"Laventelinpunainen",FAEBD7:"Antiikinvalkoinen",FFFFE0:"Vaaleankeltainen",F0FFF0:"Hunajameloni",F0FFFF:"Asurinsininen",F0F8FF:"Alice Blue -sininen",E6E6FA:"Lavanteli",FFF:"Valkoinen"},more:"Lisää värejä...",panelTitle:"Värit", +textColorTitle:"Tekstiväri"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/fo.js b/public/assets/ckeditor/plugins/colorbutton/lang/fo.js new file mode 100644 index 0000000..24c0350 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/fo.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","fo",{auto:"Automatiskt",bgColorTitle:"Bakgrundslitur",colors:{"000":"Svart",8E5:"Maroon","8B4513":"Saðilsbrúnt","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Myrkagrátt",B22222:"Fire Brick",A52A2A:"Brúnt",DAA520:"Gullstavur","006400":"Myrkagrønt","40E0D0":"Turquoise","0000CD":"Meðal blátt",800080:"Purple",808080:"Grátt",F00:"Reytt",FF8C00:"Myrkt appelsingult",FFD700:"Gull","008000":"Grønt","0FF":"Cyan","00F":"Blátt",EE82EE:"Violet", +A9A9A9:"Døkt grátt",FFA07A:"Ljósur laksur",FFA500:"Appelsingult",FFFF00:"Gult","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Ljósablátt",DDA0DD:"Plum",D3D3D3:"Ljósagrátt",FFF0F5:"Lavender Blush",FAEBD7:"Klassiskt hvÃtt",FFFFE0:"Ljósagult",F0FFF0:"Hunangsdøggur",F0FFFF:"Azure",F0F8FF:"Alice Blátt",E6E6FA:"Lavender",FFF:"HvÃtt"},more:"Fleiri litir...",panelTitle:"Litir",textColorTitle:"Tekstlitur"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/fr-ca.js b/public/assets/ckeditor/plugins/colorbutton/lang/fr-ca.js new file mode 100644 index 0000000..a488534 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/fr-ca.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","fr-ca",{auto:"Automatique",bgColorTitle:"Couleur de fond",colors:{"000":"Noir",8E5:"Marron","8B4513":"Brun foncé","2F4F4F":"Gris ardoise foncé","008080":"Sarcelle","000080":"Marine","4B0082":"Indigo",696969:"Gris foncé",B22222:"Rouge brique",A52A2A:"Brun",DAA520:"Doré","006400":"Vert foncé","40E0D0":"Turquoise","0000CD":"Bleu",800080:"Mauve",808080:"Gris",F00:"Rouge",FF8C00:"Orange foncé",FFD700:"Or","008000":"Vert","0FF":"Cyan","00F":"Bleu",EE82EE:"Violet", +A9A9A9:"Gris pâle",FFA07A:"Saumon clair",FFA500:"Orange",FFFF00:"Jaune","00FF00":"Vert lime",AFEEEE:"Turquoise pâle",ADD8E6:"Bleu pâle",DDA0DD:"Prune",D3D3D3:"Gris pâle",FFF0F5:"Bleu lavande",FAEBD7:"Blanc antique",FFFFE0:"Jaune pâle",F0FFF0:"Miel doré",F0FFFF:"Azure",F0F8FF:"Bleu alice",E6E6FA:"Lavande",FFF:"Blanc"},more:"Plus de couleurs...",panelTitle:"Couleurs",textColorTitle:"Couleur de texte"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/fr.js b/public/assets/ckeditor/plugins/colorbutton/lang/fr.js new file mode 100644 index 0000000..b3df258 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/fr.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","fr",{auto:"Automatique",bgColorTitle:"Couleur d'arrière plan",colors:{"000":"Noir",8E5:"Marron","8B4513":"Brun moyen","2F4F4F":"Vert sombre","008080":"Canard","000080":"Bleu marine","4B0082":"Indigo",696969:"Gris foncé",B22222:"Rouge brique",A52A2A:"Brun",DAA520:"Or terni","006400":"Vert foncé","40E0D0":"Turquoise","0000CD":"Bleu royal",800080:"Pourpre",808080:"Gris",F00:"Rouge",FF8C00:"Orange foncé",FFD700:"Or","008000":"Vert","0FF":"Cyan","00F":"Bleu",EE82EE:"Violet", +A9A9A9:"Gris moyen",FFA07A:"Saumon",FFA500:"Orange",FFFF00:"Jaune","00FF00":"Lime",AFEEEE:"Turquoise clair",ADD8E6:"Bleu clair",DDA0DD:"Prune",D3D3D3:"Gris clair",FFF0F5:"Fard Lavande",FAEBD7:"Blanc antique",FFFFE0:"Jaune clair",F0FFF0:"Honeydew",F0FFFF:"Azur",F0F8FF:"Bleu Alice",E6E6FA:"Lavande",FFF:"Blanc"},more:"Plus de couleurs...",panelTitle:"Couleurs",textColorTitle:"Couleur de texte"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/gl.js b/public/assets/ckeditor/plugins/colorbutton/lang/gl.js new file mode 100644 index 0000000..9dc1baf --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/gl.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","gl",{auto:"Automático",bgColorTitle:"Cor do fondo",colors:{"000":"Negro",8E5:"Marrón escuro","8B4513":"Ocre","2F4F4F":"Pizarra escuro","008080":"Verde azulado","000080":"Azul mariño","4B0082":"Ãndigo",696969:"Gris escuro",B22222:"Ladrillo",A52A2A:"Marrón",DAA520:"Dourado escuro","006400":"Verde escuro","40E0D0":"Turquesa","0000CD":"Azul medio",800080:"Púrpura",808080:"Gris",F00:"Vermello",FF8C00:"Laranxa escuro",FFD700:"Dourado","008000":"Verde","0FF":"Cian", +"00F":"Azul",EE82EE:"Violeta",A9A9A9:"Gris medio",FFA07A:"Salmón claro",FFA500:"Laranxa",FFFF00:"Amarelo","00FF00":"Lima",AFEEEE:"Turquesa pálido",ADD8E6:"Azul claro",DDA0DD:"Violeta pálido",D3D3D3:"Verde claro",FFF0F5:"Lavanda vermello",FAEBD7:"Branco antigo",FFFFE0:"Amarelo claro",F0FFF0:"Mel",F0FFFF:"Azul celeste",F0F8FF:"Azul pálido",E6E6FA:"Lavanda",FFF:"Branco"},more:"Máis cores...",panelTitle:"Cores",textColorTitle:"Cor do texto"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/gu.js b/public/assets/ckeditor/plugins/colorbutton/lang/gu.js new file mode 100644 index 0000000..8b2a9ff --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/gu.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","gu",{auto:"સà«àªµàªàª¾àª²àª¿àª¤",bgColorTitle:"બૠàªàªà«àª°àª¾àªàª¨à«àª¡ રàªàª,",colors:{"000":"àªàª¾àª³à«",8E5:"મરà«àª¨","8B4513":"àªà«àª","2F4F4F":"ડારà«àª સà«àª²à«àª àªà«àª°à« ","008080":"àªà«àª²","000080":"નà«àªµà«","4B0082":"àªàª¾àª®àª²à«",696969:"ડારà«àª àªà«àª°à«",B22222:"àªàª",A52A2A:"બà«àª°àª¾àªàª¨",DAA520:"àªà«àª²à«àª¡àª¨ રà«àª¡","006400":"ડારà«àª લà«àª²à«","40E0D0":"àªà«àª°àªà«àªàª¸","0000CD":"મધà«àª¯àª® વાદળà«",800080:"પરà«àªªàª²",808080:"àªà«àª°à«",F00:"લાલ",FF8C00:"ડારà«àª àªàª°àªàª",FFD700:"àªà«àª²à«àª¡","008000":"àªà«àª°à«àª¨","0FF":"સાયન","00F":"વાદળà«",EE82EE:"વાયà«àª²à«àª",A9A9A9:"ડà«àª® ",FFA07A:"લાàªàª સાલમન", +FFA500:"àªàª°àªàª",FFFF00:"પà«àª³à«","00FF00":"લાàªàª®",AFEEEE:"પà«àª² àªà«àªàª¸",ADD8E6:"લાàªàª બà«àª²à«",DDA0DD:"પલà«àª®",D3D3D3:"લાàªàª àªà«àª°à«",FFF0F5:"લવàªàª¡àª° ",FAEBD7:"àªàª¨à«àªà«àª સફà«àª¦",FFFFE0:"લાàªàª પà«àª³à«",F0FFF0:"હનà«àª¡àªàª¯",F0FFFF:"ઠàªà«àª°à«",F0F8FF:"àªàª²à«àª¸ બà«àª²à«",E6E6FA:"લવàªàª¡àª°",FFF:"સફà«àª¦"},more:"àªàª° રàªàª...",panelTitle:"રàªàª",textColorTitle:"શબà«àª¦àª¨à« રàªàª"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/he.js b/public/assets/ckeditor/plugins/colorbutton/lang/he.js new file mode 100644 index 0000000..6658e3b --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/he.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","he",{auto:"×××××××",bgColorTitle:"צ××¢ רקע",colors:{"000":"ש××ר",8E5:"ס××× ×××","8B4513":"××× ×××ר","2F4F4F":"×פ×ר צפ××","008080":"××××-×ר××§","000080":"××××-ס×××","4B0082":"××× ××××",696969:"×פ×ר ××¢×××¢×",B22222:"××××-×××",A52A2A:"×××",DAA520:"×ת×× ×××","006400":"×ר××§ ×××","40E0D0":"××רק××","0000CD":"×××× ××× ×× ×",800080:"ס×××",808080:"×פ×ר",F00:"××××",FF8C00:"×ת×× ×××",FFD700:"×××","008000":"×ר××§","0FF":"צ×××","00F":"××××",EE82EE:"ס××××",A9A9A9:"×פ×ר ×××",FFA07A:"×ת××-××ר××", +FFA500:"×ת××",FFFF00:"צ×××","00FF00":"××××",AFEEEE:"××רק×× ×××ר",ADD8E6:"×××× ×××ר",DDA0DD:"ש×××£",D3D3D3:"×פ×ר ×××ר",FFF0F5:"××× ×ר ×ס×××§",FAEBD7:"××× ×¢×ª××§",FFFFE0:"צ××× ×××ר",F0FFF0:"×× ××ש",F0FFFF:"ת××ת",F0F8FF:"×××× ××פת ×××",E6E6FA:"××× ×ר",FFF:"×××"},more:"צ××¢×× × ×ספ××...",panelTitle:"צ××¢××",textColorTitle:"צ××¢ ×קס×"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/hi.js b/public/assets/ckeditor/plugins/colorbutton/lang/hi.js new file mode 100644 index 0000000..497f83b --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/hi.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","hi",{auto:"सà¥à¤µà¤à¤¾à¤²à¤¿à¤¤",bgColorTitle:"बà¥à¤à¥à¤à¥à¤°à¤¾à¤à¤¨à¥à¤¡ रà¤à¤",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White"},more:"à¤à¤° रà¤à¤...",panelTitle:"Colors",textColorTitle:"à¤à¥à¤à¥à¤¸à¥à¤ रà¤à¤"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/hr.js b/public/assets/ckeditor/plugins/colorbutton/lang/hr.js new file mode 100644 index 0000000..a4ec1a1 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/hr.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","hr",{auto:"Automatski",bgColorTitle:"Boja pozadine",colors:{"000":"Crna",8E5:"Kesten","8B4513":"SmeÄa","2F4F4F":"Tamno siva","008080":"Teal","000080":"Mornarska","4B0082":"Indigo",696969:"Tamno siva",B22222:"Vatrena cigla",A52A2A:"SmeÄa",DAA520:"Zlatna","006400":"Tamno zelena","40E0D0":"Tirkizna","0000CD":"Srednje plava",800080:"LjubiÄasta",808080:"Siva",F00:"Crvena",FF8C00:"Tamno naranÄasta",FFD700:"Zlatna","008000":"Zelena","0FF":"Cijan","00F":"Plava",EE82EE:"LjubiÄasta", +A9A9A9:"Mutno siva",FFA07A:"Svijetli losos",FFA500:"NaranÄasto",FFFF00:"Žuto","00FF00":"Limun",AFEEEE:"Blijedo tirkizna",ADD8E6:"Svijetlo plava",DDA0DD:"Å ljiva",D3D3D3:"Svijetlo siva",FFF0F5:"Lavanda rumeno",FAEBD7:"Antikno bijela",FFFFE0:"Svijetlo žuta",F0FFF0:"Med",F0FFFF:"Azurna",F0F8FF:"Alice plava",E6E6FA:"Lavanda",FFF:"Bijela"},more:"ViÅ¡e boja...",panelTitle:"Boje",textColorTitle:"Boja teksta"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/hu.js b/public/assets/ckeditor/plugins/colorbutton/lang/hu.js new file mode 100644 index 0000000..ee57ef9 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/hu.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","hu",{auto:"Automatikus",bgColorTitle:"HáttérszÃn",colors:{"000":"Fekete",8E5:"Bordó","8B4513":"Barna","2F4F4F":"Sötét türkiz","008080":"Türkiz","000080":"Király kék","4B0082":"Indigó kék",696969:"Szürke",B22222:"Tégla vörös",A52A2A:"Vörös",DAA520:"Arany sárga","006400":"Sötét zöld","40E0D0":"Türkiz","0000CD":"Kék",800080:"Lila",808080:"Szürke",F00:"Piros",FF8C00:"Sötét narancs",FFD700:"Arany","008000":"Zöld","0FF":"Türkiz","00F":"Kék",EE82EE:"RózsaszÃn",A9A9A9:"Sötét szürke", +FFA07A:"Lazac",FFA500:"Narancs",FFFF00:"Citromsárga","00FF00":"Neon zöld",AFEEEE:"Világos türkiz",ADD8E6:"Világos kék",DDA0DD:"Világos lila",D3D3D3:"Világos szürke",FFF0F5:"Lavender Blush",FAEBD7:"Törtfehér",FFFFE0:"Világos sárga",F0FFF0:"Menta",F0FFFF:"Azúr kék",F0F8FF:"Halvány kék",E6E6FA:"Lavender",FFF:"Fehér"},more:"További szÃnek...",panelTitle:"SzÃnek",textColorTitle:"BetűszÃn"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/id.js b/public/assets/ckeditor/plugins/colorbutton/lang/id.js new file mode 100644 index 0000000..8626cc2 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/id.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","id",{auto:"Automatic",bgColorTitle:"Warna Latar Belakang",colors:{"000":"Hitam",8E5:"Merah Tua","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Abu-abu Gelap",B22222:"Merah Bata",A52A2A:"Coklat",DAA520:"Golden Rod","006400":"Hijau Gelap","40E0D0":"Turquoise","0000CD":"Biru Sedang",800080:"Ungu",808080:"Abu-abu",F00:"Merah",FF8C00:"Jingga Gelap",FFD700:"Emas","008000":"Hijau","0FF":"Cyan","00F":"Biru", +EE82EE:"Violet",A9A9A9:"Abu-abu Redup",FFA07A:"Salmon Cerah",FFA500:"Jingga",FFFF00:"Kuning","00FF00":"Jeruk Lemon",AFEEEE:"Biru Hijau Pucat",ADD8E6:"Biru Cerah",DDA0DD:"Plum",D3D3D3:"Abu-abu Cerah",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Kuning Cerah",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"Putih"},more:"Warna lainnya...",panelTitle:"Warna",textColorTitle:"Warna Teks"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/is.js b/public/assets/ckeditor/plugins/colorbutton/lang/is.js new file mode 100644 index 0000000..c740c05 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/is.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","is",{auto:"Sjálfval",bgColorTitle:"Bakgrunnslitur",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White"},more:"Fleiri liti...",panelTitle:"Colors",textColorTitle:"Litur texta"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/it.js b/public/assets/ckeditor/plugins/colorbutton/lang/it.js new file mode 100644 index 0000000..7cdf3de --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/it.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","it",{auto:"Automatico",bgColorTitle:"Colore sfondo",colors:{"000":"Nero",8E5:"Marrone Castagna","8B4513":"Marrone Cuoio","2F4F4F":"Grigio Fumo di Londra","008080":"Acquamarina","000080":"Blu Oceano","4B0082":"Indigo",696969:"Grigio Scuro",B22222:"Giallo Fiamma",A52A2A:"Marrone",DAA520:"Giallo Mimosa","006400":"Verde Scuro","40E0D0":"Turchese","0000CD":"Blue Scuro",800080:"Viola",808080:"Grigio",F00:"Rosso",FF8C00:"Arancio Scuro",FFD700:"Oro","008000":"Verde", +"0FF":"Ciano","00F":"Blu",EE82EE:"Violetto",A9A9A9:"Grigio Scuro",FFA07A:"Salmone",FFA500:"Arancio",FFFF00:"Giallo","00FF00":"Lime",AFEEEE:"Turchese Chiaro",ADD8E6:"Blu Chiaro",DDA0DD:"Rosso Ciliegia",D3D3D3:"Grigio Chiaro",FFF0F5:"Lavanda Chiara",FAEBD7:"Bianco Antico",FFFFE0:"Giallo Chiaro",F0FFF0:"Verde Mela",F0FFFF:"Azzurro",F0F8FF:"Celeste",E6E6FA:"Lavanda",FFF:"Bianco"},more:"Altri colori...",panelTitle:"Colori",textColorTitle:"Colore testo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/ja.js b/public/assets/ckeditor/plugins/colorbutton/lang/ja.js new file mode 100644 index 0000000..4a3b221 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/ja.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","ja",{auto:"èªå",bgColorTitle:"èæ¯è²",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet",A9A9A9:"Dim Gray", +FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White"},more:"ãã®ä»ã®è²...",panelTitle:"è²",textColorTitle:"æåè²"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/ka.js b/public/assets/ckeditor/plugins/colorbutton/lang/ka.js new file mode 100644 index 0000000..6d39de5 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/ka.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","ka",{auto:"ááá¢áááá¢á£á á",bgColorTitle:"á¤áááá¡ á¤áá á",colors:{"000":"á¨ááá",8E5:"áá£á¥á á¨ááááá¡á¤áá á","8B4513":"á§áááá¡á¤áá á","2F4F4F":"áááá£á á¯á áááªá áá¡á¤áá á","008080":"á©ááá¥á ááá áá£á á¯á","000080":"áá£á¥á áá£á á¯á","4B0082":"ááá¡ááááá¡á¤áá á",696969:"áá£á¥á áááªá áá¡á¤áá á",B22222:"ááá£á áá¡á¤áá á",A52A2A:"áá£á¥á á§áááá¡á¤áá á",DAA520:"ááá§áááááá","006400":"áá£á¥á áá¬áááá","40E0D0":"áªáá¡á¤áá á","0000CD":"áááááá áá áá£á á¯á",800080:"ááá¡á¤áá á",808080:"áááªá áá¡á¤áá á",F00:"á¬ááááá",FF8C00:"áá£á¥á á¡á¢áá¤áááá¡á¤áá á",FFD700:"áá¥á áá¡á¤áá á", +"008000":"áá¬áááá","0FF":"á¦áá áªáá¡á¤áá á","00F":"áá£á á¯á",EE82EE:"ááá¡á¤áá á",A9A9A9:"áááªá áááªá áá¡á¤áá á",FFA07A:"á©ááá¥á ááá ááá ááá¡á¤áá á",FFA500:"á¡á¢áá¤áááá¡á¤áá á",FFFF00:"á§áááááá","00FF00":"áá£á á¯á",AFEEEE:"áªáá¡á¤áá á",ADD8E6:"á¦áá áá£á á¯á",DDA0DD:"á¦áá ááá¡á¤áá á",D3D3D3:"á¦áá áááªá áá¡á¤áá á",FFF0F5:"á¦áá ááá ááá¡á¤áá á",FAEBD7:"á¦áá á§áááá¡á¤áá á",FFFFE0:"áááááá á§áááááá",F0FFF0:"á¦áá áá¬áááá",F0FFFF:"á¦áá áªáá¡á¤áá á 2",F0F8FF:"á¦áá áªáá¡á¤áá á 3",E6E6FA:"á¦áá ááá¡á¤áá á 2",FFF:"áááá á"},more:"ááá¢á á¤áá á...",panelTitle:"á¤áá ááá",textColorTitle:"á¢áá¥á¡á¢áá¡ á¤áá á"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/km.js b/public/assets/ckeditor/plugins/colorbutton/lang/km.js new file mode 100644 index 0000000..cbff6ab --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/km.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","km",{auto:"ááááááááááááá·",bgColorTitle:"ááááááááá¶áááááá",colors:{"000":"áááá ",8E5:"áááááâá á¶áá","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"áááâá á¶áá","4B0082":"áááá",696969:"ááááááâáááá¶áá",B22222:"Fire Brick",A52A2A:"ááááá",DAA520:"Golden Rod","006400":"ááááâá á¶áá","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"áááááá",F00:"áááá á",FF8C00:"áá¹áâáááá¼á âá á¶áá",FFD700:"áá¶á","008000":"áááá","0FF":"Cyan","00F":"ááá", +EE82EE:"áááá¶á",A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"áá¹áâáááá¼á ",FFFF00:"áá¿á","00FF00":"áááá¼á âáááá¶á",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"áá¿áâáááá¾á",F0FFF0:"Honeydew",F0FFFF:"ááááááá",F0F8FF:"Alice Blue",E6E6FA:"á¡á¶áá·áááº",FFF:"á"},more:"áááâáááááâááá..",panelTitle:"ááá",textColorTitle:"áááá¢áááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/ko.js b/public/assets/ckeditor/plugins/colorbutton/lang/ko.js new file mode 100644 index 0000000..0f0b75d --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/ko.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","ko",{auto:"기본 ìì",bgColorTitle:"ë°°ê²½ ìì",colors:{"000":"ê²ì ",8E5:"ë°¤ì","8B4513":"ìë¤ ë¸ë¼ì´","2F4F4F":"ë¤í¬ ì¬ë ì´í¸ ê·¸ë ì´","008080":"í¸","000080":"ë¤ì´ë¹","4B0082":"ë¨ì",696969:"ì§ì íì",B22222:"ë²½ëì",A52A2A:"ê°ì",DAA520:"골ë ë¡ë","006400":"ìë¡ì","40E0D0":"í°ì½ì´ì¦","0000CD":"미ëì ë¸ë£¨",800080:"ë³´ë¼",808080:"íì",F00:"빨ê°",FF8C00:"ì§ì 주í©",FFD700:"ê¸ì","008000":"ë ¹ì","0FF":"ìì","00F":"íë",EE82EE:"ë¨ë³´ë¼",A9A9A9:"ë¤ ê·¸ë ì´",FFA07A:"ë¼ì´í¸ ì먼",FFA500:"주í©",FFFF00:"ë ¸ë","00FF00":"ë¼ì",AFEEEE:"í¨ì¼ í°ì½ì´ì¦",ADD8E6:"ì°í íë", +DDA0DD:"ìë",D3D3D3:"ì°í íì",FFF0F5:"ë¼ë²¤ë ë¸ë¬ì¬",FAEBD7:"ì¤í± íì´í¸",FFFFE0:"ì°í ë ¸ë",F0FFF0:"íëë",F0FFFF:"íëì",F0F8FF:"ì¨ë¦¬ì¤ ë¸ë£¨",E6E6FA:"ë¼ë²¤ë",FFF:"í°ì"},more:"ìì ì í...",panelTitle:"ìì",textColorTitle:"ê¸ì ìì"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/ku.js b/public/assets/ckeditor/plugins/colorbutton/lang/ku.js new file mode 100644 index 0000000..7627dcd --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/ku.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","ku",{auto:"Ø®Ûکار",bgColorTitle:"ÚÛÙÚ¯Û Ù¾Ø§Ø´Ø¨ÙÛ٠ا",colors:{"000":"ÚÛØ´",8E5:"Ø³ÛØ±Ù ٠اÚÙÙÙÛ","8B4513":"٠اÚÙÙÙÛ","2F4F4F":"سÛÙØ²Û تارÛÙ","008080":"سÛÙØ² Ù Ø´ÛÙ","000080":"Ø´ÛÙÛ ØªÛØ®","4B0082":"Ù ÛØ±Û ØªÛØ®",696969:"ÚÛØ³Ø§Ø³Û ØªÛØ®",B22222:"Ø³ÛØ±Û ØªÛØ®",A52A2A:"ÙØ§ÙÛÛÛ",DAA520:"ÙØ§ÙÛÛÛ Ø¨Ø±ÛØ³Ú©Ûدار","006400":"سÛÙØ²Û ØªÛØ®","40E0D0":"Ø´ÛÙÛ ÙØ§ØªÛØ®Û Ø¨Ø±ÛØ³Ú©Ûدار","0000CD":"Ø´ÛÙÛ Ù Ø§Ù ÙØ§ÙÛÙØ¯",800080:"Ù¾Û٠بÛÛÛ",808080:"ÚÛØ³Ø§Ø³Û",F00:"Ø³ÛØ±",FF8C00:"ÙØ§Ø±ÛÙØ¬Û ØªÛØ®",FFD700:"Ø²ÛØ±Ø¯","008000":"سÛÙØ²","0FF":"Ø´ÛÙÛ Ø¦Ø§Ø³Ù Ø§ÙÛ", +"00F":"Ø´ÛÙ",EE82EE:"Ù¾ÛÙ ÛÛÛ",A9A9A9:"ÚÛØ³Ø§Ø³Û ÙØ§ØªÛØ®",FFA07A:"ÙØ§Ø±ÛÙØ¬Û ÙØ§ØªÛØ®",FFA500:"ÙØ§Ø±ÛÙØ¬Û",FFFF00:"Ø²ÛØ±Ø¯","00FF00":"سÛÙØ²",AFEEEE:"Ø´ÛÙÛ ÙØ§ØªÛØ®",ADD8E6:"Ø´ÛÙÛ Ø²ÛØ± ÙØ§ØªÛØ®",DDA0DD:"Ù¾ÛÙ ÛÛÛ ÙØ§ØªÛØ®",D3D3D3:"ÚÛØ³Ø§Ø³Û Ø¨Ø±ÛØ³Ú©Ûدار",FFF0F5:"Ø¬ÛØ±Ú¯Û Ø²ÛØ± ÙØ§ØªÛØ®",FAEBD7:"Ø¬ÛØ±Ú¯Û ÙØ§ØªÛØ®",FFFFE0:"Ø³Ù¾Û ÙØ§ØªÛØ®",F0FFF0:"ÙÛÙÚ¯ÙÛÙÛ ÙØ§ØªÛØ®",F0FFFF:"Ø´ÛÙÛÚ©Û Ø²ÛØ± ÙØ§ØªÛØ®",F0F8FF:"Ø´ÛÙÛÚ©Û Ø¦Ø§Ø³Ù Ø§ÙÛ Ø²ÛØ± ÙØ§ØªÛØ®",E6E6FA:"Ø´ÛØ±Û",FFF:"سپÛ"},more:"ÚÛÙÚ¯Û Ø²ÛØ§ØªØ±...",panelTitle:"ÚÛÙÚ¯ÛکاÙ",textColorTitle:"ÚÛÙÚ¯Û Ø¯ÛÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/lt.js b/public/assets/ckeditor/plugins/colorbutton/lang/lt.js new file mode 100644 index 0000000..288abf2 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/lt.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","lt",{auto:"Automatinis",bgColorTitle:"Fono spalva",colors:{"000":"Juoda",8E5:"KaÅ¡toninÄ","8B4513":"Tamsiai ruda","2F4F4F":"Pilka tamsaus Å¡iferio","008080":"Teal","000080":"Karinis","4B0082":"Indigo",696969:"Tamsiai pilka",B22222:"Ugnies",A52A2A:"Ruda",DAA520:"Aukso","006400":"Tamsiai žalia","40E0D0":"Turquoise","0000CD":"VidutinÄ mÄlyna",800080:"VioletinÄ",808080:"Pilka",F00:"Raudona",FF8C00:"Tamsiai oranžinÄ",FFD700:"AuksinÄ","008000":"Žalia","0FF":"Žydra", +"00F":"MÄlyna",EE82EE:"VioletinÄ",A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"OranžinÄ",FFFF00:"Geltona","00FF00":"Citrinų",AFEEEE:"Pale Turquoise",ADD8E6:"Å viesiai mÄlyna",DDA0DD:"Plum",D3D3D3:"Å viesiai pilka",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Å viesiai geltona",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"Balta"},more:"Daugiau spalvų...",panelTitle:"Spalva",textColorTitle:"Teksto spalva"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/lv.js b/public/assets/ckeditor/plugins/colorbutton/lang/lv.js new file mode 100644 index 0000000..723b21f --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/lv.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","lv",{auto:"AutomÄtiska",bgColorTitle:"Fona krÄsa",colors:{"000":"Melns",8E5:"SarkanbrÅ«ns","8B4513":"Sedlu brÅ«ns","2F4F4F":"TumÅ¡as tÄfeles pelÄks","008080":"Zili-zaļš","000080":"JÅ«ras","4B0082":"Indigo",696969:"TumÅ¡i pelÄks",B22222:"ĶieÄ£eļsarkans",A52A2A:"BrÅ«ns",DAA520:"Zelta","006400":"TumÅ¡i zaļš","40E0D0":"TirkÄ«zs","0000CD":"VidÄji zils",800080:"Purpurs",808080:"PelÄks",F00:"Sarkans",FF8C00:"TumÅ¡i oranžs",FFD700:"Zelta","008000":"Zaļš","0FF":"TumÅ¡zils","00F":"Zils", +EE82EE:"Violets",A9A9A9:"PelÄks",FFA07A:"GaiÅ¡i laÅ¡krÄsas",FFA500:"Oranžs",FFFF00:"Dzeltens","00FF00":"Laima",AFEEEE:"GaiÅ¡i tirkÄ«za",ADD8E6:"GaiÅ¡i zils",DDA0DD:"PlÅ«mju",D3D3D3:"GaiÅ¡i pelÄks",FFF0F5:"Lavandas sÄrts",FAEBD7:"AntÄ«ki balts",FFFFE0:"GaiÅ¡i dzeltens",F0FFF0:"Meduspile",F0FFFF:"Debesszils",F0F8FF:"Alises zils",E6E6FA:"Lavanda",FFF:"Balts"},more:"PlaÅ¡Äka palete...",panelTitle:"KrÄsa",textColorTitle:"Teksta krÄsa"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/mk.js b/public/assets/ckeditor/plugins/colorbutton/lang/mk.js new file mode 100644 index 0000000..606e7e5 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/mk.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","mk",{auto:"Automatic",bgColorTitle:"Background Color",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White"},more:"More Colors...",panelTitle:"Colors",textColorTitle:"Text Color"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/mn.js b/public/assets/ckeditor/plugins/colorbutton/lang/mn.js new file mode 100644 index 0000000..a069929 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/mn.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","mn",{auto:"ÐвÑомаÑааÑ",bgColorTitle:"ÐÑвÑгÑÑ Ó©Ð½Ð³Ó©",colors:{"000":"ХаÑ",8E5:"Ð¥Ò¯ÑÑн","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"СааÑал",F00:"Улаан",FF8C00:"Dark Orange",FFD700:"ÐлÑ","008000":"Ðогоон","0FF":"ЦÑÐ½Ñ ÑÑ","00F":"Ð¥Ó©Ñ ",EE82EE:"Ягаан", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Ð£Ð»Ð±Ð°Ñ ÑаÑ",FFFF00:"ШаÑ","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Ð¦Ð°Ð¹Ð²Ð°Ñ ÑааÑал",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"Цагаан"},more:"ÐÑмÑÐ»Ñ Ó©Ð½Ð³Ó©Ð½Ò¯Ò¯Ð´...",panelTitle:"Өнгөнүүд",textColorTitle:"ÐиÑвÑÑийн өнгө"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/ms.js b/public/assets/ckeditor/plugins/colorbutton/lang/ms.js new file mode 100644 index 0000000..d65c79a --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/ms.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","ms",{auto:"Otomatik",bgColorTitle:"Warna Latarbelakang",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White"},more:"Warna lain-lain...",panelTitle:"Colors",textColorTitle:"Warna Text"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/nb.js b/public/assets/ckeditor/plugins/colorbutton/lang/nb.js new file mode 100644 index 0000000..26422eb --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/nb.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","nb",{auto:"Automatisk",bgColorTitle:"Bakgrunnsfarge",colors:{"000":"Svart",8E5:"Rødbrun","8B4513":"Salbrun","2F4F4F":"Grønnsvart","008080":"BlÃ¥grønn","000080":"MarineblÃ¥tt","4B0082":"Indigo",696969:"Mørk grÃ¥",B22222:"Mørkerød",A52A2A:"Brun",DAA520:"Lys brun","006400":"Mørk grønn","40E0D0":"Turkis","0000CD":"Medium blÃ¥",800080:"Purpur",808080:"GrÃ¥",F00:"Rød",FF8C00:"Mørk oransje",FFD700:"Gull","008000":"Grønn","0FF":"Cyan","00F":"BlÃ¥",EE82EE:"Fiolett",A9A9A9:"Svak grÃ¥", +FFA07A:"Rosa-oransje",FFA500:"Oransje",FFFF00:"Gul","00FF00":"Lime",AFEEEE:"Svak turkis",ADD8E6:"Lys BlÃ¥",DDA0DD:"Plomme",D3D3D3:"Lys grÃ¥",FFF0F5:"Svak lavendelrosa",FAEBD7:"Antikk-hvit",FFFFE0:"Lys gul",F0FFF0:"Honningmelon",F0FFFF:"Svakt asurblÃ¥tt",F0F8FF:"Svak cyan",E6E6FA:"Lavendel",FFF:"Hvit"},more:"Flere farger...",panelTitle:"Farger",textColorTitle:"Tekstfarge"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/nl.js b/public/assets/ckeditor/plugins/colorbutton/lang/nl.js new file mode 100644 index 0000000..f30b8aa --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/nl.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","nl",{auto:"Automatisch",bgColorTitle:"Achtergrondkleur",colors:{"000":"Zwart",8E5:"Kastanjebruin","8B4513":"Chocoladebruin","2F4F4F":"Donkerleigrijs","008080":"Blauwgroen","000080":"Marine","4B0082":"Indigo",696969:"Donkergrijs",B22222:"Baksteen",A52A2A:"Bruin",DAA520:"Donkergeel","006400":"Donkergroen","40E0D0":"Turquoise","0000CD":"Middenblauw",800080:"Paars",808080:"Grijs",F00:"Rood",FF8C00:"Donkeroranje",FFD700:"Goud","008000":"Groen","0FF":"Cyaan","00F":"Blauw", +EE82EE:"Violet",A9A9A9:"Donkergrijs",FFA07A:"Lichtzalm",FFA500:"Oranje",FFFF00:"Geel","00FF00":"Felgroen",AFEEEE:"Lichtturquoise",ADD8E6:"Lichtblauw",DDA0DD:"Pruim",D3D3D3:"Lichtgrijs",FFF0F5:"Linnen",FAEBD7:"Ivoor",FFFFE0:"Lichtgeel",F0FFF0:"Honingdauw",F0FFFF:"Azuur",F0F8FF:"Licht hemelsblauw",E6E6FA:"Lavendel",FFF:"Wit"},more:"Meer kleuren...",panelTitle:"Kleuren",textColorTitle:"Tekstkleur"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/no.js b/public/assets/ckeditor/plugins/colorbutton/lang/no.js new file mode 100644 index 0000000..39d1813 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/no.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","no",{auto:"Automatisk",bgColorTitle:"Bakgrunnsfarge",colors:{"000":"Svart",8E5:"Rødbrun","8B4513":"Salbrun","2F4F4F":"Grønnsvart","008080":"BlÃ¥grønn","000080":"MarineblÃ¥tt","4B0082":"Indigo",696969:"Mørk grÃ¥",B22222:"Mørkerød",A52A2A:"Brun",DAA520:"Lys brun","006400":"Mørk grønn","40E0D0":"Turkis","0000CD":"Medium blÃ¥",800080:"Purpur",808080:"GrÃ¥",F00:"Rød",FF8C00:"Mørk oransje",FFD700:"Gull","008000":"Grønn","0FF":"Cyan","00F":"BlÃ¥",EE82EE:"Fiolett",A9A9A9:"Svak grÃ¥", +FFA07A:"Rosa-oransje",FFA500:"Oransje",FFFF00:"Gul","00FF00":"Lime",AFEEEE:"Svak turkis",ADD8E6:"Lys BlÃ¥",DDA0DD:"Plomme",D3D3D3:"Lys grÃ¥",FFF0F5:"Svak lavendelrosa",FAEBD7:"Antikk-hvit",FFFFE0:"Lys gul",F0FFF0:"Honningmelon",F0FFFF:"Svakt asurblÃ¥tt",F0F8FF:"Svak cyan",E6E6FA:"Lavendel",FFF:"Hvit"},more:"Flere farger...",panelTitle:"Farger",textColorTitle:"Tekstfarge"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/pl.js b/public/assets/ckeditor/plugins/colorbutton/lang/pl.js new file mode 100644 index 0000000..1028ac3 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/pl.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","pl",{auto:"Automatycznie",bgColorTitle:"Kolor tÅa",colors:{"000":"Czarny",8E5:"Kasztanowy","8B4513":"Czekoladowy","2F4F4F":"Ciemnografitowy","008080":"Morski","000080":"Granatowy","4B0082":"Indygo",696969:"Ciemnoszary",B22222:"CzerwieŠżelazowa",A52A2A:"BrÄ zowy",DAA520:"CiemnozÅoty","006400":"Ciemnozielony","40E0D0":"Turkusowy","0000CD":"Ciemnoniebieski",800080:"Purpurowy",808080:"Szary",F00:"Czerwony",FF8C00:"CiemnopomaraÅczowy",FFD700:"ZÅoty","008000":"Zielony", +"0FF":"Cyjan","00F":"Niebieski",EE82EE:"Fioletowy",A9A9A9:"Przygaszony szary",FFA07A:"Åososiowy",FFA500:"PomaraÅczowy",FFFF00:"ŻóÅty","00FF00":"Limonkowy",AFEEEE:"Bladoturkusowy",ADD8E6:"Jasnoniebieski",DDA0DD:"Åliwkowy",D3D3D3:"Jasnoszary",FFF0F5:"Jasnolawendowy",FAEBD7:"KremowobiaÅy",FFFFE0:"JasnożóÅty",F0FFF0:"Bladozielony",F0FFFF:"Jasnolazurowy",F0F8FF:"JasnobÅÄkitny",E6E6FA:"Lawendowy",FFF:"BiaÅy"},more:"WiÄcej kolorów...",panelTitle:"Kolory",textColorTitle:"Kolor tekstu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/pt-br.js b/public/assets/ckeditor/plugins/colorbutton/lang/pt-br.js new file mode 100644 index 0000000..4f1ee83 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/pt-br.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","pt-br",{auto:"Automático",bgColorTitle:"Cor do Plano de Fundo",colors:{"000":"Preto",8E5:"Foquete","8B4513":"Marrom 1","2F4F4F":"Cinza 1","008080":"Cerceta","000080":"Azul Marinho","4B0082":"Ãndigo",696969:"Cinza 2",B22222:"Tijolo de Fogo",A52A2A:"Marrom 2",DAA520:"Vara Dourada","006400":"Verde Escuro","40E0D0":"Turquesa","0000CD":"Azul Médio",800080:"Roxo",808080:"Cinza 3",F00:"Vermelho",FF8C00:"Laranja Escuro",FFD700:"Dourado","008000":"Verde","0FF":"Ciano", +"00F":"Azul",EE82EE:"Violeta",A9A9A9:"Cinza Escuro",FFA07A:"Salmão Claro",FFA500:"Laranja",FFFF00:"Amarelo","00FF00":"Lima",AFEEEE:"Turquesa Pálido",ADD8E6:"Azul Claro",DDA0DD:"Ameixa",D3D3D3:"Cinza Claro",FFF0F5:"Lavanda 1",FAEBD7:"Branco Antiguidade",FFFFE0:"Amarelo Claro",F0FFF0:"Orvalho",F0FFFF:"Azure",F0F8FF:"Azul Alice",E6E6FA:"Lavanda 2",FFF:"Branco"},more:"Mais Cores...",panelTitle:"Cores",textColorTitle:"Cor do Texto"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/pt.js b/public/assets/ckeditor/plugins/colorbutton/lang/pt.js new file mode 100644 index 0000000..7649aad --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/pt.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","pt",{auto:"Automático",bgColorTitle:"Cor de Fundo",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Cinza claro",FFF0F5:"Lavender Blush",FAEBD7:"Branco velho",FFFFE0:"Amarelo claro",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"Branco"},more:"Mais cores...",panelTitle:"Cores",textColorTitle:"Cor do texto"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/ro.js b/public/assets/ckeditor/plugins/colorbutton/lang/ro.js new file mode 100644 index 0000000..3912705 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/ro.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","ro",{auto:"Automatic",bgColorTitle:"Coloarea fundalului",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White"},more:"Mai multe culori...",panelTitle:"Colors",textColorTitle:"Culoarea textului"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/ru.js b/public/assets/ckeditor/plugins/colorbutton/lang/ru.js new file mode 100644 index 0000000..558c4b6 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/ru.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","ru",{auto:"ÐвÑомаÑиÑеÑки",bgColorTitle:"Ð¦Ð²ÐµÑ Ñона",colors:{"000":"ЧÑÑнÑй",8E5:"ÐоÑдовÑй","8B4513":"Ðожано-коÑиÑневÑй","2F4F4F":"ТемнÑй ÑиневаÑо-ÑеÑÑй","008080":"Сине-зелÑнÑй","000080":"ТÑмно-Ñиний","4B0082":"Ðндиго",696969:"ТÑмно-ÑеÑÑй",B22222:"ÐиÑпиÑнÑй",A52A2A:"ÐоÑиÑневÑй",DAA520:"ÐолоÑиÑÑо-беÑÑзовÑй","006400":"Темно-зелÑнÑй","40E0D0":"ÐиÑÑзовÑй","0000CD":"УмеÑенно Ñиний",800080:"ÐÑÑпÑÑнÑй",808080:"СеÑÑй",F00:"ÐÑаÑнÑй",FF8C00:"Темно-оÑанжевÑй",FFD700:"ÐолоÑиÑÑÑй", +"008000":"ÐелÑнÑй","0FF":"ÐаÑилÑковÑй","00F":"Синий",EE82EE:"ФиолеÑовÑй",A9A9A9:"ТÑÑкло-ÑеÑÑй",FFA07A:"СвеÑло-лоÑоÑевÑй",FFA500:"ÐÑанжевÑй",FFFF00:"ÐÑлÑÑй","00FF00":"Ðайма",AFEEEE:"Ðледно-Ñиний",ADD8E6:"СвелÑо-голÑбой",DDA0DD:"СливовÑй",D3D3D3:"СвеÑло-ÑеÑÑй",FFF0F5:"Розово-лавандовÑй",FAEBD7:"ÐнÑиÑнÑй белÑй",FFFFE0:"СвеÑло-жÑлÑÑй",F0FFF0:"ÐедвÑной ÑоÑÑ",F0FFFF:"ÐазÑÑнÑй",F0F8FF:"Ðледно-голÑбой",E6E6FA:"ÐавандовÑй",FFF:"ÐелÑй"},more:"ÐÑÑ ÑвеÑа...",panelTitle:"ЦвеÑа",textColorTitle:"Ð¦Ð²ÐµÑ ÑекÑÑа"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/si.js b/public/assets/ckeditor/plugins/colorbutton/lang/si.js new file mode 100644 index 0000000..53d553d --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/si.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","si",{auto:"Automatic",bgColorTitle:"à¶´à·à·à¶¶à·à¶¸à· à·à¶»à·à¶«à¶º",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White"},more:"More Colors...",panelTitle:"à·à¶»à·à¶«à¶º",textColorTitle:"à¶ à¶à·à·à¶» à·à¶»à·à¶«"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/sk.js b/public/assets/ckeditor/plugins/colorbutton/lang/sk.js new file mode 100644 index 0000000..a70b6ef --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/sk.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","sk",{auto:"Automaticky",bgColorTitle:"Farba pozadia",colors:{"000":"Äierna",8E5:"GaÅ¡tanová","8B4513":"Sedlová hnedá","2F4F4F":"Tmavo bridlicovo sivá","008080":"Modrozelená","000080":"Tmavomodrá","4B0082":"Indigo",696969:"Tmavá sivá",B22222:"OhÅová tehlová",A52A2A:"Hnedá",DAA520:"Zlatobyľ","006400":"Tmavá zelená","40E0D0":"Tyrkysová","0000CD":"Stredná modrá",800080:"Purpurová",808080:"Sivá",F00:"Äervená",FF8C00:"Tmavá oranžová",FFD700:"Zlatá","008000":"Zelená", +"0FF":"Azúrová","00F":"Modrá",EE82EE:"Fialová",A9A9A9:"Tmavá sivá",FFA07A:"Svetlá lososová",FFA500:"Oranžová",FFFF00:"Žltá","00FF00":"Vápenná",AFEEEE:"Svetlá tyrkysová",ADD8E6:"Svetlá modrá",DDA0DD:"Slivková",D3D3D3:"Svetlá sivá",FFF0F5:"Levanduľovo Äervená",FAEBD7:"Antická biela",FFFFE0:"Svetlá žltá",F0FFF0:"Medová",F0FFFF:"Azúrová",F0F8FF:"Alicovo modrá",E6E6FA:"Levanduľová",FFF:"Biela"},more:"Viac farieb...",panelTitle:"Farby",textColorTitle:"Farba textu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/sl.js b/public/assets/ckeditor/plugins/colorbutton/lang/sl.js new file mode 100644 index 0000000..81d10f7 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/sl.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","sl",{auto:"Samodejno",bgColorTitle:"Barva ozadja",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet",A9A9A9:"Dim Gray", +FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White"},more:"VeÄ barv...",panelTitle:"Colors",textColorTitle:"Barva besedila"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/sq.js b/public/assets/ckeditor/plugins/colorbutton/lang/sq.js new file mode 100644 index 0000000..559b17c --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/sq.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","sq",{auto:"Automatik",bgColorTitle:"Ngjyra e Prapavijës",colors:{"000":"E zezë",8E5:"Ngjyrë gështenjë","8B4513":"Ngjyrë Shale Kafe","2F4F4F":"Ngjyrë Gri të errët ardëz","008080":"Ngjyrë bajukë","000080":"Ngjyrë Marine","4B0082":"Indigo",696969:"Gri e Errët",B22222:"Tullë në Flakë",A52A2A:"Ngjytë Kafe",DAA520:"Shkop i Artë","006400":"E Gjelbër e Errët","40E0D0":"Ngjyrë e Bruztë","0000CD":"E Kaltër e Mesme",800080:"Vjollcë",808080:"Gri",F00:"E Kuqe",FF8C00:"E Portokalltë e Errët", +FFD700:"Ngjyrë Ari","008000":"E Gjelbërt","0FF":"Cyan","00F":"E Kaltër",EE82EE:"Vjollcë",A9A9A9:"Gri e Zbehtë",FFA07A:"Salmon i Ndritur",FFA500:"E Portokalltë",FFFF00:"E Verdhë","00FF00":"Ngjyrë Gëlqere",AFEEEE:"Ngjyrë e Bruztë e Zbehtë",ADD8E6:"E Kaltër e Ndritur",DDA0DD:"Ngjyrë Llokumi",D3D3D3:"Gri e Ndritur",FFF0F5:"Ngjyrë Purpur e Skuqur",FAEBD7:"E Bardhë Antike",FFFFE0:"E verdhë e Ndritur",F0FFF0:"Ngjyrë Nektari",F0FFFF:"Ngjyrë Qielli",F0F8FF:"E Kaltër Alice",E6E6FA:"Ngjyrë Purpur e Zbetë",FFF:"E bardhë"}, +more:"Më Shumë Ngjyra...",panelTitle:"Ngjyrat",textColorTitle:"Ngjyra e Tekstit"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/sr-latn.js b/public/assets/ckeditor/plugins/colorbutton/lang/sr-latn.js new file mode 100644 index 0000000..f0d15e3 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/sr-latn.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","sr-latn",{auto:"Automatski",bgColorTitle:"Boja pozadine",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White"},more:"ViÅ¡e boja...",panelTitle:"Colors",textColorTitle:"Boja teksta"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/sr.js b/public/assets/ckeditor/plugins/colorbutton/lang/sr.js new file mode 100644 index 0000000..4f6ba16 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/sr.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","sr",{auto:"ÐÑÑомаÑÑки",bgColorTitle:"ÐоÑа позадине",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White"},more:"ÐиÑе боÑа...",panelTitle:"Colors",textColorTitle:"ÐоÑа ÑекÑÑа"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/sv.js b/public/assets/ckeditor/plugins/colorbutton/lang/sv.js new file mode 100644 index 0000000..995a368 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/sv.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","sv",{auto:"Automatisk",bgColorTitle:"Bakgrundsfärg",colors:{"000":"Svart",8E5:"Rödbrun","8B4513":"Mörkbrun","2F4F4F":"SkiffergrÃ¥","008080":"Kricka","000080":"MarinblÃ¥","4B0082":"Indigo",696969:"MörkgrÃ¥",B22222:"Tegelsten",A52A2A:"Brun",DAA520:"Mörk guld","006400":"Mörkgrön","40E0D0":"Turkos","0000CD":"Medium blÃ¥",800080:"Lila",808080:"GrÃ¥",F00:"Röd",FF8C00:"Mörkorange",FFD700:"Guld","008000":"Grön","0FF":"Turkos","00F":"BlÃ¥",EE82EE:"Violett",A9A9A9:"Matt grÃ¥", +FFA07A:"Laxrosa",FFA500:"Orange",FFFF00:"Gul","00FF00":"Lime",AFEEEE:"Ljusturkos",ADD8E6:"LjusblÃ¥",DDA0DD:"Plommon",D3D3D3:"LjusgrÃ¥",FFF0F5:"Ljus lavendel",FAEBD7:"Antikvit",FFFFE0:"Ljusgul",F0FFF0:"Honungsdagg",F0FFFF:"AzurblÃ¥",F0F8FF:"AliceblÃ¥",E6E6FA:"Lavendel",FFF:"Vit"},more:"Fler färger...",panelTitle:"Färger",textColorTitle:"Textfärg"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/th.js b/public/assets/ckeditor/plugins/colorbutton/lang/th.js new file mode 100644 index 0000000..7b65cbd --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/th.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","th",{auto:"สีà¸à¸±à¸à¹à¸à¸¡à¸±à¸à¸´",bgColorTitle:"สีà¸à¸·à¹à¸à¸«à¸¥à¸±à¸",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet",A9A9A9:"Dim Gray", +FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White"},more:"à¹à¸¥à¸·à¸à¸à¸ªà¸µà¸à¸·à¹à¸à¹...",panelTitle:"Colors",textColorTitle:"สีà¸à¸±à¸§à¸à¸±à¸à¸©à¸£"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/tr.js b/public/assets/ckeditor/plugins/colorbutton/lang/tr.js new file mode 100644 index 0000000..56ca2b1 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/tr.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","tr",{auto:"Otomatik",bgColorTitle:"Arka Renk",colors:{"000":"Siyah",8E5:"Kestane","8B4513":"Koyu Kahverengi","2F4F4F":"Koyu KurÅuni Gri","008080":"Teal","000080":"Mavi","4B0082":"Ãivit Mavisi",696969:"Silik Gri",B22222:"AteÅ TuÄlası",A52A2A:"Kahverengi",DAA520:"Altun Sırık","006400":"Koyu YeÅil","40E0D0":"Turkuaz","0000CD":"Orta Mavi",800080:"Pembe",808080:"Gri",F00:"Kırmızı",FF8C00:"Koyu Portakal",FFD700:"Altın","008000":"YeÅil","0FF":"Ciyan","00F":"Mavi", +EE82EE:"MenekÅe",A9A9A9:"Koyu Gri",FFA07A:"Açık Sarımsı",FFA500:"Portakal",FFFF00:"Sarı","00FF00":"Açık YeÅil",AFEEEE:"Sönük Turkuaz",ADD8E6:"Açık Mavi",DDA0DD:"Mor",D3D3D3:"Açık Gri",FFF0F5:"Eflatun Pembe",FAEBD7:"Antik Beyaz",FFFFE0:"Açık Sarı",F0FFF0:"Balsarısı",F0FFFF:"Gök Mavisi",F0F8FF:"Reha Mavi",E6E6FA:"Eflatun",FFF:"Beyaz"},more:"DiÄer renkler...",panelTitle:"Renkler",textColorTitle:"Yazı Rengi"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/tt.js b/public/assets/ckeditor/plugins/colorbutton/lang/tt.js new file mode 100644 index 0000000..410b1a6 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/tt.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","tt",{auto:"ÐвÑомаÑик",bgColorTitle:"Фон ÑÓ©Ñе",colors:{"000":"ÐаÑа",8E5:"ÐоÑдо","8B4513":"ÐаÑÑин","2F4F4F":"ÐÑпид ÑоÑÑ","008080":"Ðүкле-ÑÑелле","000080":"ÐÑе күк","4B0082":"Ðндиго",696969:"ÐÑе ÑоÑÑ",B22222:"ÐаÑмин",A52A2A:"Ð§Ð¸Ñ ÐºÑзÑл",DAA520:"ÐлÑÑн каен","006400":"ҮлÓн","40E0D0":"ФиÑÓзÓ","0000CD":"ФаÑÑÑ ÐºÒ¯Ðº",800080:"ШÓмÓÑ Ó",808080:"СоÑÑ",F00:"ÐÑзÑл",FF8C00:"Ðабак",FFD700:"ÐлÑÑн","008000":"ЯÑел","0FF":"ÐÑÑк зÓңгÓÑ","00F":"ÐÓңгÓÑ",EE82EE:"ÐилÓÒ¯ÑÓ",A9A9A9:"ÐÑÑк ÑоÑÑ", +FFA07A:"ÐÑзгÑÐ»Ñ ÑаÑÑ Ð°Ð»ÑÑ",FFA500:"ÐÑзгÑÐ»Ñ ÑаÑÑ",FFFF00:"СаÑÑ","00FF00":"Ðайм",AFEEEE:"ТонÑк күк",ADD8E6:"ТонÑк күкбаÑ",DDA0DD:"ÐкÑÑл ÑÓмÓÑ Ó",D3D3D3:"ÐÑÑк ÑоÑÑ",FFF0F5:"Ðл ала милÓÒ¯ÑÓ",FAEBD7:"ÒиÑен",FFFFE0:"ÐÑÑк ÑаÑÑ",F0FFF0:"ÐкÑÑл көÑÓн",F0FFFF:"Ðп-ак",F0F8FF:"ÐкÑÑл зÓңгÓÑ Ð´Ð¸Ò£Ð³ÐµÐ·",E6E6FA:"Ðла милÓÒ¯ÑÓ",FFF:"Ðк"},more:"ÐаÑка ÑÓ©ÑлÓÑ...",panelTitle:"ТөÑлÓÑ",textColorTitle:"ТекÑÑ ÑÓ©Ñе"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/ug.js b/public/assets/ckeditor/plugins/colorbutton/lang/ug.js new file mode 100644 index 0000000..2ae1557 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/ug.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","ug",{auto:"Ø¦ÛØ²ÙÛÙÙØ¯ÙÙ",bgColorTitle:"تÛÚ¯ÙÙ٠رÛÚÚ¯Ù",colors:{"000":"ÙØ§Ø±Ø§",8E5:"ÙÙØ²ØºÛÚ Ø³ÛØ±ÙÙ","8B4513":"تÙÙ ÙÙÚÛØ±","2F4F4F":"ÙØ§Ø±Ø§Ù تÛÙ ÙÛØ´ÙÙ","008080":"ÙÛÙÛØ´ ÙÛØ´ÙÙ","000080":"ÙØ§Ø±Ø§Ù تÛÙ ÙÛÙ","4B0082":"ÙÛÙÛØ´ ÙÛÙØ±ÛÚ",696969:"ÙØ§Ø±Ø§Ù تÛÙ ÙÛÙØ±ÛÚ",B22222:"Ø®ÙØ´ ÙÙØ²ÙÙ",A52A2A:"ÙÙÚÛØ±",DAA520:"Ø¦Ø§ÙØªÛÙ Ø³ÛØ±ÙÙ","006400":"تÙÙ ÙÛØ´ÙÙ","40E0D0":"ÙÛÙÛÚ ÙÛØ´ÙÙ","0000CD":"Ø¦ÙØªØªÛراھا٠ÙÛÙ",800080:"بÙÙÛپشÛ",808080:"ÙÛÙØ±ÛÚ",F00:"ÙÙØ²ÙÙ",FF8C00:"تÙÙ ÙÙØ²ØºÛÚ Ø³ÛØ±ÙÙ",FFD700:"Ø¦Ø§ÙØªÛÙ","008000":"ÙÛØ´ÙÙ", +"0FF":"ÙÛØ´ÙÙ ÙÛÙ","00F":"ÙÛÙ",EE82EE:"ÙÙØ²ØºÛÚ Ø¨ÙÙÛپشÛ",A9A9A9:"تÙÙ ÙÛÙØ±ÛÚ",FFA07A:"ÙØ§Ûا ÚÛÚÙÙÙ Ø³ÛØ±ÙÙ",FFA500:"ÙÙØ²ØºÛÚ Ø³ÛØ±ÙÙ",FFFF00:"Ø³ÛØ±ÙÙ","00FF00":"Lime",AFEEEE:"Ø³ÛØ³ Ú¾Ø§ÛØ§ رÛÚ",ADD8E6:"ئÙÚÛÙ ÙÛÙ",DDA0DD:"ÙÙØ²ØºÛÚ Ø¨ÙÙÛپشÛ",D3D3D3:"Ø³ÛØ³ ÙÛÙÛÚ ÙÛÙØ±ÛÚ",FFF0F5:"Ø³ÛØ³ ÙÙØ²ØºÛÚ Ø¨ÙÙÛپشÛ",FAEBD7:"Antique White",FFFFE0:"Ø³ÛØ³ Ø³ÛØ±ÙÙ",F0FFF0:"Honeydew",F0FFFF:"ئاس٠ا٠ÙÛÙÙ",F0F8FF:"Ø³ÛØ³ ÙÛÙ",E6E6FA:"Ø³ÛØ³ بÙÙÛپشÛ",FFF:"ئاÙ"},more:"Ø¨Ø§Ø´ÙØ§ رÛÚ",panelTitle:"رÛÚ",textColorTitle:"تÛÙÙØ³Øª رÛÚÚ¯Ù"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/uk.js b/public/assets/ckeditor/plugins/colorbutton/lang/uk.js new file mode 100644 index 0000000..b694a95 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/uk.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","uk",{auto:"ÐвÑо",bgColorTitle:"ÐолÑÑ ÑонÑ",colors:{"000":"ЧоÑний",8E5:"ÐоÑдовий","8B4513":"ÐоÑиÑневий","2F4F4F":"Темний ÑÑÑо-зелений","008080":"ÐоÑÑÑÐºÐ¾Ñ Ñ Ð²Ð¸Ð»Ñ","000080":"Сливовий","4B0082":"Ðндиго",696969:"ТемноÑÑÑий",B22222:"ТемноÑеÑвоний",A52A2A:"ÐаÑÑановий",DAA520:"Ðежевий","006400":"Темнозелений","40E0D0":"ÐÑÑÑзовий","0000CD":"ТемноÑинÑй",800080:"ÐÑÑпÑÑний",808080:"СÑÑий",F00:"ЧеÑвоний",FF8C00:"ТемнооÑанжевий",FFD700:"ÐовÑий","008000":"Ðелений","0FF":"СинÑо-зелений", +"00F":"СинÑй",EE82EE:"ФÑолеÑовий",A9A9A9:"СвÑÑлоÑÑÑий",FFA07A:"Рожевий",FFA500:"ÐÑанжевий",FFFF00:"ЯÑкÑавожовÑий","00FF00":"СалаÑовий",AFEEEE:"СвÑÑлобÑÑÑзовий",ADD8E6:"ÐлакиÑний",DDA0DD:"СвÑÑлоÑÑолеÑовий",D3D3D3:"СÑÑблÑÑÑий",FFF0F5:"СвÑÑлоÑожевий",FAEBD7:"СвÑÑлооÑанжевий",FFFFE0:"СвÑÑложовÑий",F0FFF0:"СвÑÑлозелений",F0FFFF:"СвÑÑлий ÑинÑо-зелений",F0F8FF:"СвÑÑлоблакиÑний",E6E6FA:"Ðавандовий",FFF:"ÐÑлий"},more:"ÐолÑоÑи...",panelTitle:"ÐолÑоÑи",textColorTitle:"ÐолÑÑ ÑекÑÑÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/vi.js b/public/assets/ckeditor/plugins/colorbutton/lang/vi.js new file mode 100644 index 0000000..ee99287 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/vi.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","vi",{auto:"Tá»± Äá»ng",bgColorTitle:"Mà u ná»n",colors:{"000":"Äen",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Nâu",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Xám",F00:"Äá»",FF8C00:"Dark Orange",FFD700:"Và ng","008000":"Xanh lá cây","0FF":"Cyan","00F":"Xanh da trá»i",EE82EE:"TÃm",A9A9A9:"Xám tá»i", +FFA07A:"Light Salmon",FFA500:"Mà u cam",FFFF00:"Và ng","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"Trắng"},more:"Mà u khác...",panelTitle:"Mà u sắc",textColorTitle:"Mà u chữ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/zh-cn.js b/public/assets/ckeditor/plugins/colorbutton/lang/zh-cn.js new file mode 100644 index 0000000..f36e793 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/zh-cn.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","zh-cn",{auto:"èªå¨",bgColorTitle:"èæ¯é¢è²",colors:{"000":"é»",8E5:"è¤çº¢","8B4513":"æ·±è¤","2F4F4F":"墨绿","008080":"绿æ¾ç³","000080":"æµ·åè","4B0082":"éè",696969:"æç°",B22222:"ç 红",A52A2A:"è¤",DAA520:"éé»","006400":"深绿","40E0D0":"è绿","0000CD":"ä¸è",800080:"ç´«",808080:"ç°",F00:"红",FF8C00:"æ·±æ©",FFD700:"é","008000":"绿","0FF":"é","00F":"è",EE82EE:"ç´«ç½å °",A9A9A9:"æ·±ç°",FFA07A:"亮æ©",FFA500:"æ©",FFFF00:"é»","00FF00":"水绿",AFEEEE:"ç²è",ADD8E6:"亮è",DDA0DD:"æ¢ çº¢",D3D3D3:"æ·¡ç°",FFF0F5:"淡紫红",FAEBD7:"å¤è£ç½",FFFFE0:"æ·¡é»", +F0FFF0:"èç½",F0FFFF:"天è",F0F8FF:"æ·¡è",E6E6FA:"æ·¡ç´«",FFF:"ç½"},more:"å ¶å®é¢è²...",panelTitle:"é¢è²",textColorTitle:"ææ¬é¢è²"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/lang/zh.js b/public/assets/ckeditor/plugins/colorbutton/lang/zh.js new file mode 100644 index 0000000..e1fb683 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/lang/zh.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","zh",{auto:"èªå",bgColorTitle:"èæ¯é¡è²",colors:{"000":"é»è²",8E5:"æ è²","8B4513":"éè¤è²","2F4F4F":"æç¦ç°è²","008080":"æ°´å£è²","000080":"ä¸éæ¾","4B0082":"éé",696969:"æ·±ç°è²",B22222:"ç£ç´ è²",A52A2A:"è¤è²",DAA520:"éé»è²","006400":"æ·±ç¶ è²","40E0D0":"éç¶ è²","0000CD":"èè²",800080:"ç´«è²",808080:"ç°è²",F00:"ç´ è²",FF8C00:"æ·±æ©è²",FFD700:"éè²","008000":"ç¶ è²","0FF":"èç¶ è²","00F":"èè²",EE82EE:"ç´«è²",A9A9A9:"æç°è²",FFA07A:"亮é®ç´ ",FFA500:"æ©è²",FFFF00:"é»è²","00FF00":"é®®ç¶ è²",AFEEEE:"ç¶ æ¾è²",ADD8E6:"æ·ºèè²",DDA0DD:"æç´ è²",D3D3D3:"æ·ºç°è²",FFF0F5:"淺紫è²", +FAEBD7:"骨è£ç½",FFFFE0:"æ·ºé»è²",F0FFF0:"èçç¶ ",F0FFFF:"天èè²",F0F8FF:"æéºæ¯è",E6E6FA:"淺紫è²",FFF:"ç½è²"},more:"æ´å¤é¡è²",panelTitle:"é¡è²",textColorTitle:"æåé¡è²"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colorbutton/plugin.js b/public/assets/ckeditor/plugins/colorbutton/plugin.js new file mode 100644 index 0000000..dd73c22 --- /dev/null +++ b/public/assets/ckeditor/plugins/colorbutton/plugin.js @@ -0,0 +1,14 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.add("colorbutton",{requires:"panelbutton,floatpanel",lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"bgcolor,textcolor",hidpi:!0,init:function(c){function r(p,h,e,f){var l=new CKEDITOR.style(k["colorButton_"+h+"Style"]),m=CKEDITOR.tools.getNextId()+"_colorBox";c.ui.add(p,CKEDITOR.UI_PANELBUTTON, +{label:e,title:e,modes:{wysiwyg:1},editorFocus:0,toolbar:"colors,"+f,allowedContent:l,requiredContent:l,panel:{css:CKEDITOR.skin.getPath("editor"),attributes:{role:"listbox","aria-label":g.panelTitle}},onBlock:function(a,b){b.autoSize=!0;b.element.addClass("cke_colorblock");b.element.setHtml(u(a,h,m));b.element.getDocument().getBody().setStyle("overflow","hidden");CKEDITOR.ui.fire("ready",this);var d=b.keys,e="rtl"==c.lang.dir;d[e?37:39]="next";d[40]="next";d[9]="next";d[e?39:37]="prev";d[38]="prev"; +d[CKEDITOR.SHIFT+9]="prev";d[32]="click"},refresh:function(){c.activeFilter.check(l)||this.setState(CKEDITOR.TRISTATE_DISABLED)},onOpen:function(){var a=c.getSelection(),a=a&&a.getStartElement(),a=c.elementPath(a),b;if(a){a=a.block||a.blockLimit||c.document.getBody();do b=a&&a.getComputedStyle("back"==h?"background-color":"color")||"transparent";while("back"==h&&"transparent"==b&&a&&(a=a.getParent()));b&&"transparent"!=b||(b="#ffffff");!1!==k.colorButton_enableAutomatic&&this._.panel._.iframe.getFrameDocument().getById(m).setStyle("background-color", +b);return b}}})}function u(p,h,e){var f=[],l=k.colorButton_colors.split(","),m=c.plugins.colordialog&&!1!==k.colorButton_enableMore,a=l.length+(m?2:1),b=CKEDITOR.tools.addFunction(function(a,b){function d(a){this.removeListener("ok",d);this.removeListener("cancel",d);"ok"==a.name&&e(this.getContentElement("picker","selectedColor").getValue(),b)}var e=arguments.callee;if("?"==a)c.openDialog("colordialog",function(){this.on("ok",d);this.on("cancel",d)});else{c.focus();p.hide();c.fire("saveSnapshot"); +c.removeStyle(new CKEDITOR.style(k["colorButton_"+b+"Style"],{color:"inherit"}));if(a){var f=k["colorButton_"+b+"Style"];f.childRule="back"==b?function(a){return t(a)}:function(a){return!(a.is("a")||a.getElementsByTag("a").count())||t(a)};c.applyStyle(new CKEDITOR.style(f,{color:a}))}c.fire("saveSnapshot")}});!1!==k.colorButton_enableAutomatic&&f.push('\x3ca class\x3d"cke_colorauto" _cke_focus\x3d1 hidefocus\x3dtrue title\x3d"',g.auto,'" onclick\x3d"CKEDITOR.tools.callFunction(',b,",null,'",h,"');return false;\" href\x3d\"javascript:void('", +g.auto,'\')" role\x3d"option" aria-posinset\x3d"1" aria-setsize\x3d"',a,'"\x3e\x3ctable role\x3d"presentation" cellspacing\x3d0 cellpadding\x3d0 width\x3d"100%"\x3e\x3ctr\x3e\x3ctd\x3e\x3cspan class\x3d"cke_colorbox" id\x3d"',e,'"\x3e\x3c/span\x3e\x3c/td\x3e\x3ctd colspan\x3d7 align\x3dcenter\x3e',g.auto,"\x3c/td\x3e\x3c/tr\x3e\x3c/table\x3e\x3c/a\x3e");f.push('\x3ctable role\x3d"presentation" cellspacing\x3d0 cellpadding\x3d0 width\x3d"100%"\x3e');for(e=0;e<l.length;e++){0===e%8&&f.push("\x3c/tr\x3e\x3ctr\x3e"); +var d=l[e].split("/"),n=d[0],q=d[1]||n;d[1]||(n="#"+n.replace(/^(.)(.)(.)$/,"$1$1$2$2$3$3"));d=c.lang.colorbutton.colors[q]||q;f.push('\x3ctd\x3e\x3ca class\x3d"cke_colorbox" _cke_focus\x3d1 hidefocus\x3dtrue title\x3d"',d,'" onclick\x3d"CKEDITOR.tools.callFunction(',b,",'",n,"','",h,"'); return false;\" href\x3d\"javascript:void('",d,'\')" role\x3d"option" aria-posinset\x3d"',e+2,'" aria-setsize\x3d"',a,'"\x3e\x3cspan class\x3d"cke_colorbox" style\x3d"background-color:#',q,'"\x3e\x3c/span\x3e\x3c/a\x3e\x3c/td\x3e')}m&& +f.push('\x3c/tr\x3e\x3ctr\x3e\x3ctd colspan\x3d8 align\x3dcenter\x3e\x3ca class\x3d"cke_colormore" _cke_focus\x3d1 hidefocus\x3dtrue title\x3d"',g.more,'" onclick\x3d"CKEDITOR.tools.callFunction(',b,",'?','",h,"');return false;\" href\x3d\"javascript:void('",g.more,"')\"",' role\x3d"option" aria-posinset\x3d"',a,'" aria-setsize\x3d"',a,'"\x3e',g.more,"\x3c/a\x3e\x3c/td\x3e");f.push("\x3c/tr\x3e\x3c/table\x3e");return f.join("")}function t(c){return"false"==c.getAttribute("contentEditable")||c.getAttribute("data-nostyle")} +var k=c.config,g=c.lang.colorbutton;CKEDITOR.env.hc||(r("TextColor","fore",g.textColorTitle,10),r("BGColor","back",g.bgColorTitle,20))}});CKEDITOR.config.colorButton_colors="000,800000,8B4513,2F4F4F,008080,000080,4B0082,696969,B22222,A52A2A,DAA520,006400,40E0D0,0000CD,800080,808080,F00,FF8C00,FFD700,008000,0FF,00F,EE82EE,A9A9A9,FFA07A,FFA500,FFFF00,00FF00,AFEEEE,ADD8E6,DDA0DD,D3D3D3,FFF0F5,FAEBD7,FFFFE0,F0FFF0,F0FFFF,F0F8FF,E6E6FA,FFF"; +CKEDITOR.config.colorButton_foreStyle={element:"span",styles:{color:"#(color)"},overrides:[{element:"font",attributes:{color:null}}]};CKEDITOR.config.colorButton_backStyle={element:"span",styles:{"background-color":"#(color)"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.css b/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.css new file mode 100644 index 0000000..00d6f9c --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.css @@ -0,0 +1,20 @@ +/** + * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +.cke_colordialog_colorcell { + width: 12px; /* All cells have equal width which depends on parent width (in this case table parent). Width works more like max-width. */ + height: 14px; + padding: 1px; /* Padding is replaced by border for focused cells. Prevents 'jumping' when adding borders. */ +} + +.cke_colordialog_colorcell.cke_colordialog_focused_light, +.cke_colordialog_colorcell.cke_colordialog_focused_dark { + padding: 0; /* Shrink cell to allow 1px border indicating focus. */ + border: 1px dotted #000; +} + +.cke_colordialog_colorcell.cke_colordialog_focused_dark { + border-color: #FFF; +} diff --git a/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.js b/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.js new file mode 100644 index 0000000..6d1cee7 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.js @@ -0,0 +1,14 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("colordialog",function(x){function m(){h.getById(n).removeStyle("background-color");p.getContentElement("picker","selectedColor").setValue("");y()}function z(a){a=a.data.getTarget();var c;"td"==a.getName()&&(c=a.getChild(0).getHtml())&&(y(),f=a,f.setAttribute("aria-selected",!0),f.addClass("cke_colordialog_selected"),p.getContentElement("picker","selectedColor").setValue(c))}function y(){f&&(f.removeClass("cke_colordialog_selected"),f.removeAttribute("aria-selected"),f=null)}function D(a){a= +a.replace(/^#/,"");for(var c=0,b=[];2>=c;c++)b[c]=parseInt(a.substr(2*c,2),16);return 165<=.2126*b[0]+.7152*b[1]+.0722*b[2]}function A(a){!a.name&&(a=new CKEDITOR.event(a));var c=!/mouse/.test(a.name),b=a.data.getTarget(),g;"td"==b.getName()&&(g=b.getChild(0).getHtml())&&(q(a),c?d=b:B=b,c&&b.addClass(D(g)?"cke_colordialog_focused_light":"cke_colordialog_focused_dark"),r(g))}function q(a){if(a=!/mouse/.test(a.name)&&d)a.removeClass("cke_colordialog_focused_light"),a.removeClass("cke_colordialog_focused_dark"); +d||B||r(!1)}function r(a){a?(h.getById(t).setStyle("background-color",a),h.getById(u).setHtml(a)):(h.getById(t).removeStyle("background-color"),h.getById(u).setHtml("\x26nbsp;"))}function E(a){var c=a.data,b=c.getTarget(),g=c.getKeystroke(),e="rtl"==x.lang.dir;switch(g){case 38:if(a=b.getParent().getPrevious())a=a.getChild([b.getIndex()]),a.focus();c.preventDefault();break;case 40:(a=b.getParent().getNext())&&(a=a.getChild([b.getIndex()]))&&1==a.type&&a.focus();c.preventDefault();break;case 32:case 13:z(a); +c.preventDefault();break;case e?37:39:(a=b.getNext())?1==a.type&&(a.focus(),c.preventDefault(!0)):(a=b.getParent().getNext())&&(a=a.getChild([0]))&&1==a.type&&(a.focus(),c.preventDefault(!0));break;case e?39:37:if(a=b.getPrevious())a.focus(),c.preventDefault(!0);else if(a=b.getParent().getPrevious())a=a.getLast(),a.focus(),c.preventDefault(!0)}}var v=CKEDITOR.dom.element,h=CKEDITOR.document,e=x.lang.colordialog,p,f,C={type:"html",html:"\x26nbsp;"},d,B,l=function(a){return CKEDITOR.tools.getNextId()+ +"_"+a},t=l("hicolor"),u=l("hicolortext"),n=l("selhicolor"),k;(function(){function a(a,d){for(var w=a;w<a+3;w++){var f=new v(k.$.insertRow(-1));f.setAttribute("role","row");for(var e=d;e<d+3;e++)for(var g=0;6>g;g++)c(f.$,"#"+b[e]+b[g]+b[w])}}function c(a,c){var b=new v(a.insertCell(-1));b.setAttribute("class","ColorCell cke_colordialog_colorcell");b.setAttribute("tabIndex",-1);b.setAttribute("role","gridcell");b.on("keydown",E);b.on("click",z);b.on("focus",A);b.on("blur",q);b.setStyle("background-color", +c);var d=l("color_table_cell");b.setAttribute("aria-labelledby",d);b.append(CKEDITOR.dom.element.createFromHtml('\x3cspan id\x3d"'+d+'" class\x3d"cke_voice_label"\x3e'+c+"\x3c/span\x3e",CKEDITOR.document))}k=CKEDITOR.dom.element.createFromHtml('\x3ctable tabIndex\x3d"-1" class\x3d"cke_colordialog_table" aria-label\x3d"'+e.options+'" role\x3d"grid" style\x3d"border-collapse:separate;" cellspacing\x3d"0"\x3e\x3ccaption class\x3d"cke_voice_label"\x3e'+e.options+'\x3c/caption\x3e\x3ctbody role\x3d"presentation"\x3e\x3c/tbody\x3e\x3c/table\x3e'); +k.on("mouseover",A);k.on("mouseout",q);var b="00 33 66 99 cc ff".split(" ");a(0,0);a(3,0);a(0,3);a(3,3);var g=new v(k.$.insertRow(-1));g.setAttribute("role","row");c(g.$,"#000000");for(var f=0;16>f;f++){var d=f.toString(16);c(g.$,"#"+d+d+d+d+d+d)}c(g.$,"#ffffff")})();CKEDITOR.document.appendStyleSheet(CKEDITOR.getUrl(CKEDITOR.plugins.get("colordialog").path+"dialogs/colordialog.css"));return{title:e.title,minWidth:360,minHeight:220,onLoad:function(){p=this},onHide:function(){m();d.removeClass("cke_colordialog_focused_light"); +d.removeClass("cke_colordialog_focused_dark");r(!1);d=null},contents:[{id:"picker",label:e.title,accessKey:"I",elements:[{type:"hbox",padding:0,widths:["70%","10%","30%"],children:[{type:"html",html:"\x3cdiv\x3e\x3c/div\x3e",onLoad:function(){CKEDITOR.document.getById(this.domId).append(k)},focus:function(){(d||this.getElement().getElementsByTag("td").getItem(0)).focus()}},C,{type:"vbox",padding:0,widths:["70%","5%","25%"],children:[{type:"html",html:"\x3cspan\x3e"+e.highlight+'\x3c/span\x3e\x3cdiv id\x3d"'+ +t+'" style\x3d"border: 1px solid; height: 74px; width: 74px;"\x3e\x3c/div\x3e\x3cdiv id\x3d"'+u+'"\x3e\x26nbsp;\x3c/div\x3e\x3cspan\x3e'+e.selected+'\x3c/span\x3e\x3cdiv id\x3d"'+n+'" style\x3d"border: 1px solid; height: 20px; width: 74px;"\x3e\x3c/div\x3e'},{type:"text",label:e.selected,labelStyle:"display:none",id:"selectedColor",style:"width: 76px;margin-top:4px",onChange:function(){try{h.getById(n).setStyle("background-color",this.getValue())}catch(a){m()}}},C,{type:"button",id:"clear",label:e.clear, +onClick:m}]}]}]}]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/af.js b/public/assets/ckeditor/plugins/colordialog/lang/af.js new file mode 100644 index 0000000..9a6d574 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","af",{clear:"Herstel",highlight:"Aktief",options:"Kleuropsies",selected:"Geselekteer",title:"Kies kleur"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/ar.js b/public/assets/ckeditor/plugins/colordialog/lang/ar.js new file mode 100644 index 0000000..3b4a497 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ar",{clear:"٠سØ",highlight:"ØªØØ¯Ùد",options:"Ø§Ø®ØªÙØ§Ø±Ø§Øª Ø§ÙØ£ÙÙØ§Ù",selected:"اÙÙÙ٠اÙ٠ختار",title:"اختر اÙÙÙÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/bg.js b/public/assets/ckeditor/plugins/colordialog/lang/bg.js new file mode 100644 index 0000000..f57a3a9 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","bg",{clear:"ÐзÑиÑÑване",highlight:"ÐÑвеÑÑване",options:"ЦвеÑови опÑии",selected:"ÐзбеÑеÑе ÑвÑÑ",title:"ÐзбеÑеÑе ÑвÑÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/bn.js b/public/assets/ckeditor/plugins/colordialog/lang/bn.js new file mode 100644 index 0000000..1cd5097 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","bn",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/bs.js b/public/assets/ckeditor/plugins/colordialog/lang/bs.js new file mode 100644 index 0000000..e8ea577 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","bs",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/ca.js b/public/assets/ckeditor/plugins/colordialog/lang/ca.js new file mode 100644 index 0000000..9e76e9e --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ca",{clear:"Neteja",highlight:"Destacat",options:"Opcions del color",selected:"Color Seleccionat",title:"Seleccioni el color"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/cs.js b/public/assets/ckeditor/plugins/colordialog/lang/cs.js new file mode 100644 index 0000000..4de1f1f --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","cs",{clear:"VyÄistit",highlight:"Zvýraznit",options:"Nastavenà barvy",selected:"Vybráno",title:"VýbÄr barvy"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/cy.js b/public/assets/ckeditor/plugins/colordialog/lang/cy.js new file mode 100644 index 0000000..6536226 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","cy",{clear:"Clirio",highlight:"Uwcholeuo",options:"Opsiynau Lliw",selected:"Lliw a Ddewiswyd",title:"Dewis lliw"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/da.js b/public/assets/ckeditor/plugins/colordialog/lang/da.js new file mode 100644 index 0000000..df1c5c8 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","da",{clear:"Nulstil",highlight:"Markér",options:"Farvemuligheder",selected:"Valgt farve",title:"Vælg farve"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/de-ch.js b/public/assets/ckeditor/plugins/colordialog/lang/de-ch.js new file mode 100644 index 0000000..9d156a7 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","de-ch",{clear:"Entfernen",highlight:"Hervorheben",options:"Farboptionen",selected:"Ausgewählte Farbe",title:"Farbe auswählen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/de.js b/public/assets/ckeditor/plugins/colordialog/lang/de.js new file mode 100644 index 0000000..6ebe48e --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","de",{clear:"Entfernen",highlight:"Hervorheben",options:"Farboptionen",selected:"Ausgewählte Farbe",title:"Farbe auswählen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/el.js b/public/assets/ckeditor/plugins/colordialog/lang/el.js new file mode 100644 index 0000000..1447a1c --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","el",{clear:"ÎκκαθάÏιÏη",highlight:"ΣήμανÏη",options:"ÎÏιλογÎÏ Î§ÏÏμάÏÏν",selected:"ÎÏιλεγμÎνο ΧÏÏμα",title:"ÎÏιλογή ÏÏÏμαÏοÏ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/en-au.js b/public/assets/ckeditor/plugins/colordialog/lang/en-au.js new file mode 100644 index 0000000..cdde12b --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","en-au",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/en-ca.js b/public/assets/ckeditor/plugins/colordialog/lang/en-ca.js new file mode 100644 index 0000000..535acfc --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","en-ca",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/en-gb.js b/public/assets/ckeditor/plugins/colordialog/lang/en-gb.js new file mode 100644 index 0000000..1ec95ff --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","en-gb",{clear:"Clear",highlight:"Highlight",options:"Colour Options",selected:"Selected Colour",title:"Select colour"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/en.js b/public/assets/ckeditor/plugins/colordialog/lang/en.js new file mode 100644 index 0000000..21a79bc --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","en",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/eo.js b/public/assets/ckeditor/plugins/colordialog/lang/eo.js new file mode 100644 index 0000000..aaa8cf9 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","eo",{clear:"Forigi",highlight:"Detaloj",options:"Opcioj pri koloroj",selected:"Selektita koloro",title:"Selekti koloron"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/es.js b/public/assets/ckeditor/plugins/colordialog/lang/es.js new file mode 100644 index 0000000..ae4688f --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","es",{clear:"Borrar",highlight:"Muestra",options:"Opciones de colores",selected:"Elegido",title:"Elegir color"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/et.js b/public/assets/ckeditor/plugins/colordialog/lang/et.js new file mode 100644 index 0000000..4a51ac6 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","et",{clear:"Eemalda",highlight:"Näidis",options:"Värvi valikud",selected:"Valitud värv",title:"Värvi valimine"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/eu.js b/public/assets/ckeditor/plugins/colordialog/lang/eu.js new file mode 100644 index 0000000..4155381 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","eu",{clear:"Garbitu",highlight:"Nabarmendu",options:"Kolore aukerak",selected:"Hautatutako kolorea",title:"Hautatu kolorea"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/fa.js b/public/assets/ckeditor/plugins/colordialog/lang/fa.js new file mode 100644 index 0000000..8b0de9d --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","fa",{clear:"پاک کردÙ",highlight:"Ù ØªÙ Ø§ÛØ²",options:"گزÛÙÙâÙØ§Û رÙÚ¯",selected:"رÙÚ¯ Ø§ÙØªØ®Ø§Ø¨ شدÙ",title:"Ø§ÙØªØ®Ø§Ø¨ رÙÚ¯"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/fi.js b/public/assets/ckeditor/plugins/colordialog/lang/fi.js new file mode 100644 index 0000000..8a9a1fe --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","fi",{clear:"Poista",highlight:"Korostus",options:"Värin ominaisuudet",selected:"Valittu",title:"Valitse väri"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/fo.js b/public/assets/ckeditor/plugins/colordialog/lang/fo.js new file mode 100644 index 0000000..575a9d4 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","fo",{clear:"Strika",highlight:"Framheva",options:"Litmøguleikar",selected:"Valdur litur",title:"Vel lit"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/fr-ca.js b/public/assets/ckeditor/plugins/colordialog/lang/fr-ca.js new file mode 100644 index 0000000..d321a83 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","fr-ca",{clear:"Effacer",highlight:"Surligner",options:"Options de couleur",selected:"Couleur sélectionnée",title:"Choisir une couleur"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/fr.js b/public/assets/ckeditor/plugins/colordialog/lang/fr.js new file mode 100644 index 0000000..b99e1b9 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","fr",{clear:"Effacer",highlight:"Détails",options:"Option des couleurs",selected:"Couleur choisie",title:"Choisir une couleur"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/gl.js b/public/assets/ckeditor/plugins/colordialog/lang/gl.js new file mode 100644 index 0000000..13fcd5f --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","gl",{clear:"Limpar",highlight:"Resaltar",options:"Opcións de cor",selected:"Cor seleccionado",title:"Seleccione unha cor"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/gu.js b/public/assets/ckeditor/plugins/colordialog/lang/gu.js new file mode 100644 index 0000000..658cb5a --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","gu",{clear:"સાફ àªàª°àªµà«àª",highlight:"હાàªàªàª",options:"રàªàªàª¨àª¾ વિàªàª²à«àªª",selected:"પસàªàª¦ àªàª°à«àª²à« રàªàª",title:"રàªàª પસàªàª¦ àªàª°à«"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/he.js b/public/assets/ckeditor/plugins/colordialog/lang/he.js new file mode 100644 index 0000000..c570071 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","he",{clear:"× ××§××",highlight:"ס××××",options:"×פשר×××ת צ××¢",selected:"×××ר×",title:"×××רת צ××¢"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/hi.js b/public/assets/ckeditor/plugins/colordialog/lang/hi.js new file mode 100644 index 0000000..d14f1a8 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","hi",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/hr.js b/public/assets/ckeditor/plugins/colordialog/lang/hr.js new file mode 100644 index 0000000..5a99c46 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","hr",{clear:"OÄisti",highlight:"Istaknuto",options:"Opcije boje",selected:"Odabrana boja",title:"Odaberi boju"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/hu.js b/public/assets/ckeditor/plugins/colordialog/lang/hu.js new file mode 100644 index 0000000..f905e8f --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","hu",{clear:"ÃrÃtés",highlight:"NagyÃtás",options:"SzÃn opciók",selected:"Kiválasztott",title:"Válasszon szÃnt"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/id.js b/public/assets/ckeditor/plugins/colordialog/lang/id.js new file mode 100644 index 0000000..21ca1ad --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","id",{clear:"Hapus",highlight:"Sorot",options:"Pilihan Warna",selected:"Warna Dipilih",title:"Pilih Warna"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/is.js b/public/assets/ckeditor/plugins/colordialog/lang/is.js new file mode 100644 index 0000000..3504439 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","is",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/it.js b/public/assets/ckeditor/plugins/colordialog/lang/it.js new file mode 100644 index 0000000..cb5ca86 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","it",{clear:"cancella",highlight:"Evidenzia",options:"Opzioni colore",selected:"Seleziona il colore",title:"Selezionare il colore"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/ja.js b/public/assets/ckeditor/plugins/colordialog/lang/ja.js new file mode 100644 index 0000000..01f2851 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ja",{clear:"ã¯ãªã¢",highlight:"ãã¤ã©ã¤ã",options:"ã«ã©ã¼ãªãã·ã§ã³",selected:"鏿ãããè²",title:"è²é¸æ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/ka.js b/public/assets/ckeditor/plugins/colordialog/lang/ka.js new file mode 100644 index 0000000..d11c484 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ka",{clear:"ááá¡á£á¤áááááá",highlight:"á©áááááá",options:"á¤áá áá¡ ááá áááá¢á ááá",selected:"áá á©áá£áá á¤áá á",title:"á¤áá áá¡ á¨ááªááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/km.js b/public/assets/ckeditor/plugins/colordialog/lang/km.js new file mode 100644 index 0000000..9be3d0f --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","km",{clear:"áááá¢á¶á",highlight:"ááááá·á âááá",options:"ááááá¾áâááá",selected:"áááâáááâáá¶áâáá¾á",title:"áá¾áâááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/ko.js b/public/assets/ckeditor/plugins/colordialog/lang/ko.js new file mode 100644 index 0000000..bf8921f --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ko",{clear:"ë¹ì°ê¸°",highlight:"ê°ì¡°",options:"ìì ìµì ",selected:"ì íë ìì",title:"ìì ì í"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/ku.js b/public/assets/ckeditor/plugins/colordialog/lang/ku.js new file mode 100644 index 0000000..5b59075 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ku",{clear:"پاکÛÚ©ÛÙÛ",highlight:"ÙÛØ´Ø§ÙکردÙ",options:"ÙÛÚµØ¨ÚØ§Ø±Ø¯ÛÛ ÚÛÙÚ¯ÛکاÙ",selected:"ÚÛÙÚ¯Û ÙÛڵبÚÛØ±Ø¯Ø±Ø§Ù",title:"ÙÛÚµØ¨ÚØ§Ø±Ø¯ÙÛ ÚÛÙÚ¯"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/lt.js b/public/assets/ckeditor/plugins/colordialog/lang/lt.js new file mode 100644 index 0000000..4e3f250 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","lt",{clear:"IÅ¡valyti",highlight:"ParyÅ¡kinti",options:"Spalvos nustatymai",selected:"Pasirinkta spalva",title:"Pasirinkite spalvÄ "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/lv.js b/public/assets/ckeditor/plugins/colordialog/lang/lv.js new file mode 100644 index 0000000..0e4c7b8 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","lv",{clear:"NotÄ«rÄ«t",highlight:"Paraugs",options:"KrÄsas uzstÄdÄ«jumi",selected:"IzvÄlÄtÄ krÄsa",title:"IzvÄlies krÄsu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/mk.js b/public/assets/ckeditor/plugins/colordialog/lang/mk.js new file mode 100644 index 0000000..870e232 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","mk",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/mn.js b/public/assets/ckeditor/plugins/colordialog/lang/mn.js new file mode 100644 index 0000000..0547d82 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","mn",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/ms.js b/public/assets/ckeditor/plugins/colordialog/lang/ms.js new file mode 100644 index 0000000..65c6e81 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ms",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/nb.js b/public/assets/ckeditor/plugins/colordialog/lang/nb.js new file mode 100644 index 0000000..e843ce1 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","nb",{clear:"Tøm",highlight:"Merk",options:"Alternativer for farge",selected:"Valgt farge",title:"Velg farge"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/nl.js b/public/assets/ckeditor/plugins/colordialog/lang/nl.js new file mode 100644 index 0000000..c2ed122 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","nl",{clear:"Wissen",highlight:"Actief",options:"Kleuropties",selected:"Geselecteerde kleur",title:"Selecteer kleur"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/no.js b/public/assets/ckeditor/plugins/colordialog/lang/no.js new file mode 100644 index 0000000..7a85302 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","no",{clear:"Tøm",highlight:"Merk",options:"Alternativer for farge",selected:"Valgt",title:"Velg farge"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/pl.js b/public/assets/ckeditor/plugins/colordialog/lang/pl.js new file mode 100644 index 0000000..3be00f6 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","pl",{clear:"WyczyÅÄ",highlight:"Zaznacz",options:"Opcje koloru",selected:"Wybrany",title:"Wybierz kolor"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/pt-br.js b/public/assets/ckeditor/plugins/colordialog/lang/pt-br.js new file mode 100644 index 0000000..90c14fd --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","pt-br",{clear:"Limpar",highlight:"Grifar",options:"Opções de Cor",selected:"Cor Selecionada",title:"Selecione uma Cor"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/pt.js b/public/assets/ckeditor/plugins/colordialog/lang/pt.js new file mode 100644 index 0000000..ac36645 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","pt",{clear:"Limpar",highlight:"Realçar",options:"Opções de cor",selected:"Cor selecionada",title:"Selecionar cor"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/ro.js b/public/assets/ckeditor/plugins/colordialog/lang/ro.js new file mode 100644 index 0000000..85d83ff --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ro",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/ru.js b/public/assets/ckeditor/plugins/colordialog/lang/ru.js new file mode 100644 index 0000000..7fe16d2 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ru",{clear:"ÐÑиÑÑиÑÑ",highlight:"Ðод кÑÑÑоÑом",options:"ÐаÑÑÑойки ÑвеÑа",selected:"ÐÑбÑаннÑй ÑвеÑ",title:"ÐÑбеÑиÑе ÑвеÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/si.js b/public/assets/ckeditor/plugins/colordialog/lang/si.js new file mode 100644 index 0000000..54bb692 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","si",{clear:"à¶´à·à·à·à¶¯à·à¶½à·",highlight:"මà¶à·à¶à¶» à¶´à·à¶±à·à·à¶±à·à¶±",options:"à·à¶»à·à¶« à·à·à¶à¶½à·à¶´",selected:"à¶à·à¶»à· à·à¶»à·à¶«",title:"à·à¶»à·à¶« à¶à·à¶»à¶±à·à¶±"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/sk.js b/public/assets/ckeditor/plugins/colordialog/lang/sk.js new file mode 100644 index 0000000..77777c7 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","sk",{clear:"VyÄistiÅ¥",highlight:"ZvýrazniÅ¥",options:"Možnosti farby",selected:"Vybraná farba",title:"VybraÅ¥ farbu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/sl.js b/public/assets/ckeditor/plugins/colordialog/lang/sl.js new file mode 100644 index 0000000..610c269 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","sl",{clear:"PoÄisti",highlight:"Poudarjeno",options:"Barvne Možnosti",selected:"Izbrano",title:"Izberi barvo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/sq.js b/public/assets/ckeditor/plugins/colordialog/lang/sq.js new file mode 100644 index 0000000..f739ac4 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","sq",{clear:"Pastro",highlight:"Thekso",options:"Përzgjedhjet e Ngjyrave",selected:"Ngjyra e Përzgjedhur",title:"Përzgjidh një ngjyrë"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/sr-latn.js b/public/assets/ckeditor/plugins/colordialog/lang/sr-latn.js new file mode 100644 index 0000000..cd518c9 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","sr-latn",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/sr.js b/public/assets/ckeditor/plugins/colordialog/lang/sr.js new file mode 100644 index 0000000..227ed2e --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","sr",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/sv.js b/public/assets/ckeditor/plugins/colordialog/lang/sv.js new file mode 100644 index 0000000..d527156 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","sv",{clear:"Rensa",highlight:"Markera",options:"Färgalternativ",selected:"Vald färg",title:"Välj färg"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/th.js b/public/assets/ckeditor/plugins/colordialog/lang/th.js new file mode 100644 index 0000000..8f352d9 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","th",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/tr.js b/public/assets/ckeditor/plugins/colordialog/lang/tr.js new file mode 100644 index 0000000..c416c06 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","tr",{clear:"Temizle",highlight:"İÅaretle",options:"Renk Seçenekleri",selected:"SeçilmiÅ",title:"Renk seç"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/tt.js b/public/assets/ckeditor/plugins/colordialog/lang/tt.js new file mode 100644 index 0000000..df9d32a --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","tt",{clear:"ÐÑÑаÑÑ",highlight:"ÐилгелÓÒ¯",options:"Ð¢Ó©Ñ ÐºÓ©Ð¹Ð»ÓүлÓÑе",selected:"Сайланган ÑÓ©ÑлÓÑ",title:"Ð¢Ó©Ñ ÑайлаÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/ug.js b/public/assets/ckeditor/plugins/colordialog/lang/ug.js new file mode 100644 index 0000000..f89a948 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ug",{clear:"تازÙÙØ§",highlight:"ÙÙØ±Ûت",options:"رÛÚ ØªØ§ÙÙØ§ÙÙ ÙØ³Ù",selected:"رÛÚ ØªØ§ÙÙØ§Ú",title:"رÛÚ ØªØ§ÙÙØ§Ú"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/uk.js b/public/assets/ckeditor/plugins/colordialog/lang/uk.js new file mode 100644 index 0000000..c59d1de --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","uk",{clear:"ÐÑиÑÑиÑи",highlight:"ÐолÑÑ, на Ñкий вказÑÑ ÐºÑÑÑоÑ",options:"ÐпÑÑÑ ÐºÐ¾Ð»ÑоÑÑв",selected:"ÐбÑаний колÑÑ",title:"ÐбÑаÑи колÑÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/vi.js b/public/assets/ckeditor/plugins/colordialog/lang/vi.js new file mode 100644 index 0000000..dae8623 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","vi",{clear:"Xóa bá»",highlight:"Mà u chá»n",options:"Tùy chá»n mà u",selected:"Mà u Äã chá»n",title:"Chá»n mà u"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/zh-cn.js b/public/assets/ckeditor/plugins/colordialog/lang/zh-cn.js new file mode 100644 index 0000000..25e3b00 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","zh-cn",{clear:"æ¸ é¤",highlight:"é«äº®",options:"é¢è²é项",selected:"éæ©é¢è²",title:"éæ©é¢è²"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/lang/zh.js b/public/assets/ckeditor/plugins/colordialog/lang/zh.js new file mode 100644 index 0000000..57868b9 --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","zh",{clear:"æ¸ é¤",highlight:"é«äº®",options:"è²å½©é¸é ",selected:"é¸åçè²å½©",title:"é¸åè²å½©"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/colordialog/plugin.js b/public/assets/ckeditor/plugins/colordialog/plugin.js new file mode 100644 index 0000000..339afae --- /dev/null +++ b/public/assets/ckeditor/plugins/colordialog/plugin.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.colordialog={requires:"dialog",lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",init:function(b){var c=new CKEDITOR.dialogCommand("colordialog");c.editorFocus=!1;b.addCommand("colordialog",c);CKEDITOR.dialog.add("colordialog",this.path+"dialogs/colordialog.js");b.getColorFromDialog=function(c,f){var d= +function(a){this.removeListener("ok",d);this.removeListener("cancel",d);a="ok"==a.name?this.getValueOf("picker","selectedColor"):null;c.call(f,a)},e=function(a){a.on("ok",d);a.on("cancel",d)};b.execCommand("colordialog");if(b._.storedDialogs&&b._.storedDialogs.colordialog)e(b._.storedDialogs.colordialog);else CKEDITOR.on("dialogDefinition",function(a){if("colordialog"==a.data.name){var b=a.data.definition;a.removeListener();b.onLoad=CKEDITOR.tools.override(b.onLoad,function(a){return function(){e(this); +b.onLoad=a;"function"==typeof a&&a.call(this)}})}})}}};CKEDITOR.plugins.add("colordialog",CKEDITOR.plugins.colordialog); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/_translationstatus.txt b/public/assets/ckeditor/plugins/devtools/lang/_translationstatus.txt new file mode 100644 index 0000000..c0995c6 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/_translationstatus.txt @@ -0,0 +1,27 @@ +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license + +bg.js Found: 5 Missing: 0 +cs.js Found: 5 Missing: 0 +cy.js Found: 5 Missing: 0 +da.js Found: 5 Missing: 0 +de.js Found: 5 Missing: 0 +el.js Found: 5 Missing: 0 +eo.js Found: 5 Missing: 0 +et.js Found: 5 Missing: 0 +fa.js Found: 5 Missing: 0 +fi.js Found: 5 Missing: 0 +fr.js Found: 5 Missing: 0 +gu.js Found: 5 Missing: 0 +he.js Found: 5 Missing: 0 +hr.js Found: 5 Missing: 0 +it.js Found: 5 Missing: 0 +nb.js Found: 5 Missing: 0 +nl.js Found: 5 Missing: 0 +no.js Found: 5 Missing: 0 +pl.js Found: 5 Missing: 0 +tr.js Found: 5 Missing: 0 +ug.js Found: 5 Missing: 0 +uk.js Found: 5 Missing: 0 +vi.js Found: 5 Missing: 0 +zh-cn.js Found: 5 Missing: 0 diff --git a/public/assets/ckeditor/plugins/devtools/lang/ar.js b/public/assets/ckeditor/plugins/devtools/lang/ar.js new file mode 100644 index 0000000..521c4ab --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/ar.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","ar",{title:"٠عÙÙ٠ات Ø§ÙØ¹Ùصر",dialogName:"Ø¥Ø³Ù ÙØ§Ùذة Ø§ÙØÙØ§Ø±",tabName:"Ø¥Ø³Ù Ø§ÙØªØ¨ÙÙØ¨",elementId:"Ø¥Ø³Ù Ø§ÙØ¹Ùصر",elementType:"ÙÙØ¹ Ø§ÙØ¹Ùصر"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/bg.js b/public/assets/ckeditor/plugins/devtools/lang/bg.js new file mode 100644 index 0000000..32414d2 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/bg.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","bg",{title:"ÐнÑоÑмаÑÐ¸Ñ Ð·Ð° елеменÑа",dialogName:"Ðме на Ð´Ð¸Ð°Ð»Ð¾Ð³Ð¾Ð²Ð¸Ñ Ð¿ÑозоÑеÑ",tabName:"Ðме на Ñаб",elementId:"ID на елеменÑа",elementType:"Тип на елеменÑа"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/ca.js b/public/assets/ckeditor/plugins/devtools/lang/ca.js new file mode 100644 index 0000000..8e7df32 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/ca.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","ca",{title:"Informació de l'element",dialogName:"Nom de la finestra de quadre de dià leg",tabName:"Nom de la pestanya",elementId:"ID de l'element",elementType:"Tipus d'element"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/cs.js b/public/assets/ckeditor/plugins/devtools/lang/cs.js new file mode 100644 index 0000000..aad1d2a --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/cs.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","cs",{title:"Informace o prvku",dialogName:"Název dialogového okna",tabName:"Název karty",elementId:"ID prvku",elementType:"Typ prvku"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/cy.js b/public/assets/ckeditor/plugins/devtools/lang/cy.js new file mode 100644 index 0000000..090638f --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/cy.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","cy",{title:"Gwybodaeth am yr Elfen",dialogName:"Enw ffenestr y deialog",tabName:"Enw'r tab",elementId:"ID yr Elfen",elementType:"Math yr elfen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/da.js b/public/assets/ckeditor/plugins/devtools/lang/da.js new file mode 100644 index 0000000..86e32ad --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/da.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","da",{title:"Information pÃ¥ elementet",dialogName:"Dialogboks",tabName:"Tab beskrivelse",elementId:"ID pÃ¥ element",elementType:"Type af element"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/de-ch.js b/public/assets/ckeditor/plugins/devtools/lang/de-ch.js new file mode 100644 index 0000000..655885c --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/de-ch.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","de-ch",{title:"Elementinformation",dialogName:"Dialogfenstername",tabName:"Reitername",elementId:"Elementkennung",elementType:"Elementtyp"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/de.js b/public/assets/ckeditor/plugins/devtools/lang/de.js new file mode 100644 index 0000000..fcbfe5f --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/de.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","de",{title:"Elementinformation",dialogName:"Dialogfenstername",tabName:"Reitername",elementId:"Elementkennung",elementType:"Elementtyp"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/el.js b/public/assets/ckeditor/plugins/devtools/lang/el.js new file mode 100644 index 0000000..7994f7d --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/el.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","el",{title:"ΠληÏοÏοÏÎ¯ÎµÏ Î£ÏοιÏÎµÎ¯Î¿Ï ",dialogName:"Îνομα ÏαÏαθÏÏÎ¿Ï Î´Î¹Î±Î»ÏÎ³Î¿Ï ",tabName:"Îνομα καÏÏÎλαÏ",elementId:"ÎναγνÏÏιÏÏÎ¹ÎºÏ Î£ÏοιÏÎµÎ¯Î¿Ï ",elementType:"ΤÏÏÎ¿Ï ÏÏοιÏÎµÎ¯Î¿Ï "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/en-gb.js b/public/assets/ckeditor/plugins/devtools/lang/en-gb.js new file mode 100644 index 0000000..6825fa0 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/en-gb.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","en-gb",{title:"Element Information",dialogName:"Dialogue window name",tabName:"Tab name",elementId:"Element ID",elementType:"Element type"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/en.js b/public/assets/ckeditor/plugins/devtools/lang/en.js new file mode 100644 index 0000000..3d2b418 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/en.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","en",{title:"Element Information",dialogName:"Dialog window name",tabName:"Tab name",elementId:"Element ID",elementType:"Element type"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/eo.js b/public/assets/ckeditor/plugins/devtools/lang/eo.js new file mode 100644 index 0000000..90f507b --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/eo.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","eo",{title:"Informo pri la elemento",dialogName:"Nomo de la dialogfenestro",tabName:"Langetnomo",elementId:"ID de la elemento",elementType:"Tipo de la elemento"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/es.js b/public/assets/ckeditor/plugins/devtools/lang/es.js new file mode 100644 index 0000000..06e8528 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/es.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","es",{title:"Información del Elemento",dialogName:"Nombre de la ventana de diálogo",tabName:"Nombre de la pestaña",elementId:"ID del Elemento",elementType:"Tipo del elemento"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/et.js b/public/assets/ckeditor/plugins/devtools/lang/et.js new file mode 100644 index 0000000..b16e2e2 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/et.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","et",{title:"Elemendi andmed",dialogName:"Dialoogiakna nimi",tabName:"Saki nimi",elementId:"Elemendi ID",elementType:"Elemendi liik"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/eu.js b/public/assets/ckeditor/plugins/devtools/lang/eu.js new file mode 100644 index 0000000..b22ab88 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/eu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","eu",{title:"Elementuaren informazioa",dialogName:"Elkarrizketa-koadroaren izena",tabName:"Fitxaren izena",elementId:"Elementuaren IDa",elementType:"Elementu mota"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/fa.js b/public/assets/ckeditor/plugins/devtools/lang/fa.js new file mode 100644 index 0000000..f9cfaa8 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/fa.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","fa",{title:"Ø§Ø·ÙØ§Ø¹Ø§Øª Ø¹ÙØµØ±",dialogName:"ÙØ§Ù Ù¾ÙØ¬Ø±Ù Ù ØØ§ÙرÙâØ§Û",tabName:"ÙØ§Ù برگÙ",elementId:"ID Ø¹ÙØµØ±",elementType:"ÙÙØ¹ Ø¹ÙØµØ±"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/fi.js b/public/assets/ckeditor/plugins/devtools/lang/fi.js new file mode 100644 index 0000000..31b6c7d --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/fi.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","fi",{title:"Elementin tiedot",dialogName:"Dialogi-ikkunan nimi",tabName:"Välilehden nimi",elementId:"Elementin ID",elementType:"Elementin tyyppi"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/fr-ca.js b/public/assets/ckeditor/plugins/devtools/lang/fr-ca.js new file mode 100644 index 0000000..27b7ce3 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/fr-ca.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","fr-ca",{title:"Information de l'élément",dialogName:"Nom de la fenêtre",tabName:"Nom de l'onglet",elementId:"ID de l'élément",elementType:"Type de l'élément"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/fr.js b/public/assets/ckeditor/plugins/devtools/lang/fr.js new file mode 100644 index 0000000..d0b2def --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/fr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","fr",{title:"Information sur l'élément",dialogName:"Nom de la fenêtre de dialogue",tabName:"Nom de l'onglet",elementId:"ID de l'élément",elementType:"Type de l'élément"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/gl.js b/public/assets/ckeditor/plugins/devtools/lang/gl.js new file mode 100644 index 0000000..a5f4b2c --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/gl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","gl",{title:"Información do elemento",dialogName:"Nome da xanela de diálogo",tabName:"Nome da lapela",elementId:"ID do elemento",elementType:"Tipo do elemento"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/gu.js b/public/assets/ckeditor/plugins/devtools/lang/gu.js new file mode 100644 index 0000000..f74dfeb --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/gu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","gu",{title:"પà«àª°àª¾àª¥àª®àª¿àª માહિતà«",dialogName:"વિનà«àª¡à«àª¨à«àª નામ",tabName:"àªà«àª¬àª¨à«àª નામ",elementId:"પà«àª°àª¾àª¥àª®àª¿àª àªàªàª¡à«",elementType:"પà«àª°àª¾àª¥àª®àª¿àª પà«àª°àªàª¾àª°"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/he.js b/public/assets/ckeditor/plugins/devtools/lang/he.js new file mode 100644 index 0000000..d44414f --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/he.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","he",{title:"××××¢ ×¢× ××××× ×",dialogName:"×©× ×××××××",tabName:"×©× ××××",elementId:"ID ×©× ××××× ×",elementType:"ס×× ××××× ×"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/hr.js b/public/assets/ckeditor/plugins/devtools/lang/hr.js new file mode 100644 index 0000000..145fe62 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/hr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","hr",{title:"Informacije elementa",dialogName:"Naziv prozora za dijalog",tabName:"Naziva jahaÄa",elementId:"ID elementa",elementType:"Vrsta elementa"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/hu.js b/public/assets/ckeditor/plugins/devtools/lang/hu.js new file mode 100644 index 0000000..9ca2472 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/hu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","hu",{title:"Elem információ",dialogName:"Párbeszédablak neve",tabName:"Fül neve",elementId:"Elem ID",elementType:"Elem tÃpusa"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/id.js b/public/assets/ckeditor/plugins/devtools/lang/id.js new file mode 100644 index 0000000..dd5d7ed --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/id.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","id",{title:"Informasi Elemen",dialogName:"Nama jendela dialog",tabName:"Nama tab",elementId:"ID Elemen",elementType:"Tipe elemen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/it.js b/public/assets/ckeditor/plugins/devtools/lang/it.js new file mode 100644 index 0000000..26f8da1 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/it.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","it",{title:"Informazioni elemento",dialogName:"Nome finestra di dialogo",tabName:"Nome Tab",elementId:"ID Elemento",elementType:"Tipo elemento"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/ja.js b/public/assets/ckeditor/plugins/devtools/lang/ja.js new file mode 100644 index 0000000..b048a4d --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/ja.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","ja",{title:"ã¨ã¬ã¡ã³ãæ å ±",dialogName:"ãã¤ã¢ãã°ã¦ã£ã³ãã¦å",tabName:"ã¿ãå",elementId:"ã¨ã¬ã¡ã³ãID",elementType:"è¦ç´ ã¿ã¤ã"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/km.js b/public/assets/ckeditor/plugins/devtools/lang/km.js new file mode 100644 index 0000000..18173fc --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/km.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","km",{title:"áááááá¶áâááâáá¶áá»",dialogName:"áááááâáááá¢ááâáá¸ááá¼",tabName:"áááááâáááá¶áá",elementId:"á¢ááááááâáá¶áá»",elementType:"ááááááâáá¶áá»"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/ko.js b/public/assets/ckeditor/plugins/devtools/lang/ko.js new file mode 100644 index 0000000..93ad787 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/ko.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","ko",{title:"êµ¬ì± ìì ì ë³´",dialogName:"ë¤ì´ì¼ë¡ê·¸ ìëì° ì´ë¦",tabName:"í ì´ë¦",elementId:"ìì ID",elementType:"ìì íì"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/ku.js b/public/assets/ckeditor/plugins/devtools/lang/ku.js new file mode 100644 index 0000000..2ea3d8e --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/ku.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","ku",{title:"زاÙÛØ§Ø±Û ØªÙØ®Ù ",dialogName:"ÙØ§ÙÛ Ù¾ÛÙØ¬ÛرÛÛ Ø¯ÛØ§ÙÛÚ¯",tabName:"ÙØ§ÙÛ Ø¨Ø§Ø²Ø¯ÛØ± تاب",elementId:"ÙØ§Ø³Ùا٠ÛÛ ØªÙØ®Ù ",elementType:"Ø¬ÛØ±Û ØªÙØ®Ù "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/lt.js b/public/assets/ckeditor/plugins/devtools/lang/lt.js new file mode 100644 index 0000000..fdaad7e --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/lt.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","lt",{title:"Elemento informacija",dialogName:"Dialogo lango pavadinimas",tabName:"AuselÄs pavadinimas",elementId:"Elemento ID",elementType:"Elemento tipas"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/lv.js b/public/assets/ckeditor/plugins/devtools/lang/lv.js new file mode 100644 index 0000000..a69606a --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/lv.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","lv",{title:"Elementa informÄcija",dialogName:"Dialoga loga nosaukums",tabName:"Cilnes nosaukums",elementId:"Elementa ID",elementType:"Elementa tips"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/nb.js b/public/assets/ckeditor/plugins/devtools/lang/nb.js new file mode 100644 index 0000000..1ad9e08 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/nb.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","nb",{title:"Elementinformasjon",dialogName:"Navn pÃ¥ dialogvindu",tabName:"Navn pÃ¥ fane",elementId:"Element-ID",elementType:"Elementtype"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/nl.js b/public/assets/ckeditor/plugins/devtools/lang/nl.js new file mode 100644 index 0000000..5d23f85 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/nl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","nl",{title:"Elementinformatie",dialogName:"Naam dialoogvenster",tabName:"Tabnaam",elementId:"Element ID",elementType:"Elementtype"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/no.js b/public/assets/ckeditor/plugins/devtools/lang/no.js new file mode 100644 index 0000000..cacc2c5 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/no.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","no",{title:"Elementinformasjon",dialogName:"Navn pÃ¥ dialogvindu",tabName:"Navn pÃ¥ fane",elementId:"Element-ID",elementType:"Elementtype"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/pl.js b/public/assets/ckeditor/plugins/devtools/lang/pl.js new file mode 100644 index 0000000..2908475 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/pl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","pl",{title:"Informacja o elemencie",dialogName:"Nazwa okna dialogowego",tabName:"Nazwa zakÅadki",elementId:"ID elementu",elementType:"Typ elementu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/pt-br.js b/public/assets/ckeditor/plugins/devtools/lang/pt-br.js new file mode 100644 index 0000000..9c8a275 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/pt-br.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","pt-br",{title:"Informação do Elemento",dialogName:"Nome da janela de diálogo",tabName:"Nome da aba",elementId:"ID do Elemento",elementType:"Tipo do elemento"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/pt.js b/public/assets/ckeditor/plugins/devtools/lang/pt.js new file mode 100644 index 0000000..4e92e42 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/pt.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","pt",{title:"Informação do elemento",dialogName:"Nome da janela de diálogo",tabName:"Nome do separador",elementId:"ID do elemento",elementType:"Tipo de Elemento"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/ro.js b/public/assets/ckeditor/plugins/devtools/lang/ro.js new file mode 100644 index 0000000..f52e292 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/ro.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","ro",{title:"InformaÈia elementului",dialogName:"Numele ferestrei de dialog",tabName:"Denumire de tab",elementId:"ID Element",elementType:"Tipul elementului"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/ru.js b/public/assets/ckeditor/plugins/devtools/lang/ru.js new file mode 100644 index 0000000..0399e81 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/ru.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","ru",{title:"ÐнÑоÑмаÑÐ¸Ñ Ð¾Ð± ÑлеменÑе",dialogName:"ÐÐ¼Ñ Ð¾ÐºÐ½Ð° диалога",tabName:"ÐÐ¼Ñ Ð²ÐºÐ»Ð°Ð´ÐºÐ¸",elementId:"ID ÑлеменÑа",elementType:"Тип ÑлеменÑа"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/si.js b/public/assets/ckeditor/plugins/devtools/lang/si.js new file mode 100644 index 0000000..3107c1b --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/si.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","si",{title:"මà·à¶½à¶¯à·âà¶»à·à·âය ",dialogName:"දà·à¶¶à·à· à¶à·à·à· à·à·à· නම",tabName:"à¶à·à¶»à·à·à· නම",elementId:"මà·à¶½à¶¯à·âà¶»à·à·âය à¶à·à¶à¶º",elementType:"මà·à¶½à¶¯à·âà¶»à·à·âය à·à¶»à·à¶à¶º"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/sk.js b/public/assets/ckeditor/plugins/devtools/lang/sk.js new file mode 100644 index 0000000..af189b1 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/sk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","sk",{title:"Informácie o prvku",dialogName:"Názov okna dialógu",tabName:"Názov záložky",elementId:"ID prvku",elementType:"Typ prvku"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/sl.js b/public/assets/ckeditor/plugins/devtools/lang/sl.js new file mode 100644 index 0000000..ca2b6cc --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/sl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","sl",{title:"Podatki elementa",dialogName:"Ime pogovornega okna",tabName:"Ime zavihka",elementId:"ID elementa",elementType:"Tip elementa"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/sq.js b/public/assets/ckeditor/plugins/devtools/lang/sq.js new file mode 100644 index 0000000..ea643a7 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/sq.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","sq",{title:"Të dhënat e elementit",dialogName:"Emri i dritares së dialogut",tabName:"Emri i fletës",elementId:"ID e elementit",elementType:"Lloji i elementit"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/sv.js b/public/assets/ckeditor/plugins/devtools/lang/sv.js new file mode 100644 index 0000000..4b2ae06 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/sv.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","sv",{title:"Elementinformation",dialogName:"Dialogrutans namn",tabName:"Fliknamn",elementId:"Element-ID",elementType:"Element-typ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/tr.js b/public/assets/ckeditor/plugins/devtools/lang/tr.js new file mode 100644 index 0000000..c6e3ae4 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/tr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","tr",{title:"Eleman Bilgisi",dialogName:"İletiÅim pencere ismi",tabName:"Sekme adı",elementId:"Eleman ID",elementType:"Eleman türü"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/tt.js b/public/assets/ckeditor/plugins/devtools/lang/tt.js new file mode 100644 index 0000000..7af4bb1 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/tt.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","tt",{title:"ÐÐ»ÐµÐ¼ÐµÐ½Ñ ÑаÑвиÑламаÑÑ",dialogName:"Ðиалог ÑÓÑÓзÓÑе иÑеме",tabName:"Ó¨ÑÑÓÐ¼Ó Ð±Ð¸Ñ Ð¸Ñеме",elementId:"ÐÐ»ÐµÐ¼ÐµÐ½Ñ Ð¸Ð´ÐµÐ½ÑиÑикаÑоÑÑ",elementType:"ÐÐ»ÐµÐ¼ÐµÐ½Ñ ÑÓ©Ñе"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/ug.js b/public/assets/ckeditor/plugins/devtools/lang/ug.js new file mode 100644 index 0000000..15681bb --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/ug.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","ug",{title:"ئÛÙÛÙ ÛÙØª ئÛÚÛØ±Ù",dialogName:"Ø³ÛØ²ÙÛØ´ÙÛ ÙÛØ²ÙÛ٠ئاتÙ",tabName:"Tab ئاتÙ",elementId:"ئÛÙÛÙ ÛÙØª ÙÙÙ ÙÙÙÙ",elementType:"ئÛÙÛÙ ÛÙØª تÙÙ¾Ù"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/uk.js b/public/assets/ckeditor/plugins/devtools/lang/uk.js new file mode 100644 index 0000000..c25355e --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/uk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","uk",{title:"ÐÑдомоÑÑÑ Ð¿Ñо ÐлеменÑ",dialogName:"Ðаголовок дÑалогового вÑкна",tabName:"Ðазва вкладки",elementId:"ÐденÑиÑÑкаÑÐ¾Ñ ÐлеменÑа",elementType:"Тип ÐлеменÑа"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/vi.js b/public/assets/ckeditor/plugins/devtools/lang/vi.js new file mode 100644 index 0000000..3195c6b --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/vi.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","vi",{title:"Thông tin thà nh ph",dialogName:"Tên há»p tho",tabName:"Tên th",elementId:"Mã thà nh ph",elementType:"Loại thà nh ph"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/zh-cn.js b/public/assets/ckeditor/plugins/devtools/lang/zh-cn.js new file mode 100644 index 0000000..93f3843 --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/zh-cn.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","zh-cn",{title:"å ç´ ä¿¡æ¯",dialogName:"å¯¹è¯æ¡çªå£åç§°",tabName:"é项å¡åç§°",elementId:"å ç´ ID",elementType:"å ç´ ç±»å"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/lang/zh.js b/public/assets/ckeditor/plugins/devtools/lang/zh.js new file mode 100644 index 0000000..d15034c --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/lang/zh.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","zh",{title:"å ä»¶è³è¨",dialogName:"å°è©±è¦çªå稱",tabName:"æ¨ç±¤å稱",elementId:"å ä»¶ ID",elementType:"å ä»¶é¡å"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/devtools/plugin.js b/public/assets/ckeditor/plugins/devtools/plugin.js new file mode 100644 index 0000000..29a522c --- /dev/null +++ b/public/assets/ckeditor/plugins/devtools/plugin.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.add("devtools",{lang:"ar,bg,ca,cs,cy,da,de,de-ch,el,en,en-gb,eo,es,et,eu,fa,fi,fr,fr-ca,gl,gu,he,hr,hu,id,it,ja,km,ko,ku,lt,lv,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sv,tr,tt,ug,uk,vi,zh,zh-cn",init:function(k){k._.showDialogDefinitionTooltips=1},onLoad:function(){CKEDITOR.document.appendStyleText(CKEDITOR.config.devtools_styles||"#cke_tooltip { padding: 5px; border: 2px solid #333; background: #ffffff }#cke_tooltip h2 { font-size: 1.1em; border-bottom: 1px solid; margin: 0; padding: 1px; }#cke_tooltip ul { padding: 0pt; list-style-type: none; }")}}); +(function(){function k(a,c,b,f){a=a.lang.devtools;var l='\x3ca href\x3d"http://docs.ckeditor.com/#!/api/CKEDITOR.dialog.definition.'+(b?"text"==b.type?"textInput":b.type:"content")+'" target\x3d"_blank"\x3e'+(b?b.type:"content")+"\x3c/a\x3e";c="\x3ch2\x3e"+a.title+"\x3c/h2\x3e\x3cul\x3e\x3cli\x3e\x3cstrong\x3e"+a.dialogName+"\x3c/strong\x3e : "+c.getName()+"\x3c/li\x3e\x3cli\x3e\x3cstrong\x3e"+a.tabName+"\x3c/strong\x3e : "+f+"\x3c/li\x3e";b&&(c+="\x3cli\x3e\x3cstrong\x3e"+a.elementId+"\x3c/strong\x3e : "+ +b.id+"\x3c/li\x3e");c+="\x3cli\x3e\x3cstrong\x3e"+a.elementType+"\x3c/strong\x3e : "+l+"\x3c/li\x3e";return c+"\x3c/ul\x3e"}function m(d,c,b,f,l,g){var e=c.getDocumentPosition(),h={"z-index":CKEDITOR.dialog._.currentZIndex+10,top:e.y+c.getSize("height")+"px"};a.setHtml(d(b,f,l,g));a.show();"rtl"==b.lang.dir?(d=CKEDITOR.document.getWindow().getViewPaneSize(),h.right=d.width-e.x-c.getSize("width")+"px"):h.left=e.x+"px";a.setStyles(h)}var a;CKEDITOR.on("reset",function(){a&&a.remove();a=null});CKEDITOR.on("dialogDefinition", +function(d){var c=d.editor;if(c._.showDialogDefinitionTooltips){a||(a=CKEDITOR.dom.element.createFromHtml('\x3cdiv id\x3d"cke_tooltip" tabindex\x3d"-1" style\x3d"position: absolute"\x3e\x3c/div\x3e',CKEDITOR.document),a.hide(),a.on("mouseover",function(){this.show()}),a.on("mouseout",function(){this.hide()}),a.appendTo(CKEDITOR.document.getBody()));var b=d.data.definition.dialog,f=c.config.devtools_textCallback||k;b.on("load",function(){for(var d=b.parts.tabs.getChildren(),g,e=0,h=d.count();e<h;e++)g= +d.getItem(e),g.on("mouseover",function(){var a=this.$.id;m(f,this,c,b,null,a.substring(4,a.lastIndexOf("_")))}),g.on("mouseout",function(){a.hide()});b.foreach(function(d){if(!(d.type in{hbox:1,vbox:1})){var e=d.getElement();e&&(e.on("mouseover",function(){m(f,this,c,b,d,b._.currentTabId)}),e.on("mouseout",function(){a.hide()}))}})})}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/dialog/dialogDefinition.js b/public/assets/ckeditor/plugins/dialog/dialogDefinition.js new file mode 100644 index 0000000..26c2feb --- /dev/null +++ b/public/assets/ckeditor/plugins/dialog/dialogDefinition.js @@ -0,0 +1,4 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ diff --git a/public/assets/ckeditor/plugins/dialogadvtab/plugin.js b/public/assets/ckeditor/plugins/dialogadvtab/plugin.js new file mode 100644 index 0000000..0fdd71c --- /dev/null +++ b/public/assets/ckeditor/plugins/dialogadvtab/plugin.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function f(c){var a=this.att;c=c&&c.hasAttribute(a)&&c.getAttribute(a)||"";void 0!==c&&this.setValue(c)}function g(){for(var c,a=0;a<arguments.length;a++)if(arguments[a]instanceof CKEDITOR.dom.element){c=arguments[a];break}if(c){var a=this.att,b=this.getValue();b?c.setAttribute(a,b):c.removeAttribute(a,b)}}var k={id:1,dir:1,classes:1,styles:1};CKEDITOR.plugins.add("dialogadvtab",{requires:"dialog",allowedContent:function(c){c||(c=k);var a=[];c.id&&a.push("id");c.dir&&a.push("dir");var b= +"";a.length&&(b+="["+a.join(",")+"]");c.classes&&(b+="(*)");c.styles&&(b+="{*}");return b},createAdvancedTab:function(c,a,b){a||(a=k);var d=c.lang.common,h={id:"advanced",label:d.advancedTab,title:d.advancedTab,elements:[{type:"vbox",padding:1,children:[]}]},e=[];if(a.id||a.dir)a.id&&e.push({id:"advId",att:"id",type:"text",requiredContent:b?b+"[id]":null,label:d.id,setup:f,commit:g}),a.dir&&e.push({id:"advLangDir",att:"dir",type:"select",requiredContent:b?b+"[dir]":null,label:d.langDir,"default":"", +style:"width:100%",items:[[d.notSet,""],[d.langDirLTR,"ltr"],[d.langDirRTL,"rtl"]],setup:f,commit:g}),h.elements[0].children.push({type:"hbox",widths:["50%","50%"],children:[].concat(e)});if(a.styles||a.classes)e=[],a.styles&&e.push({id:"advStyles",att:"style",type:"text",requiredContent:b?b+"{cke-xyz}":null,label:d.styles,"default":"",validate:CKEDITOR.dialog.validate.inlineStyle(d.invalidInlineStyle),onChange:function(){},getStyle:function(a,c){var b=this.getValue().match(new RegExp("(?:^|;)\\s*"+ +a+"\\s*:\\s*([^;]*)","i"));return b?b[1]:c},updateStyle:function(a,b){var d=this.getValue(),e=c.document.createElement("span");e.setAttribute("style",d);e.setStyle(a,b);d=CKEDITOR.tools.normalizeCssText(e.getAttribute("style"));this.setValue(d,1)},setup:f,commit:g}),a.classes&&e.push({type:"hbox",widths:["45%","55%"],children:[{id:"advCSSClasses",att:"class",type:"text",requiredContent:b?b+"(cke-xyz)":null,label:d.cssClasses,"default":"",setup:f,commit:g}]}),h.elements[0].children.push({type:"hbox", +widths:["50%","50%"],children:[].concat(e)});return h}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/dialogs/div.js b/public/assets/ckeditor/plugins/div/dialogs/div.js new file mode 100644 index 0000000..b22af9e --- /dev/null +++ b/public/assets/ckeditor/plugins/div/dialogs/div.js @@ -0,0 +1,9 @@ +(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 g=this.getValue();if("dir"!=a.id||c.getComputedStyle("direction")!=g)g?c.setAttribute(a.id,g):c.removeAttribute(a.id)}))})}var q=function(){var f=CKEDITOR.tools.extend({}, +CKEDITOR.dtd.$blockLimit);a.config.div_wrapTable&&(delete f.td,delete f.th);return f}(),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 f=["info:elementStyle","info:class", +"advanced:dir","advanced:style"],c=this.getDialog(),g=c._element&&c._element.clone()||new CKEDITOR.dom.element("div",a.document);this.commit(g,!0);for(var f=[].concat(f),b=f.length,k,e=0;e<b;e++)(k=c.getContentElement.apply(c,f[e].split(":")))&&k.setup&&k.setup(g,!0)},setup:function(f){for(var c in n)n[c].checkElementRemovable(f,!0,a)&&this.setValue(c,1)},commit:function(f){var c;(c=this.getValue())?n[c].applyToObject(f,a):f.removeAttribute("style")}},{id:"class",type:"text",requiredContent:"div(cke-xyz)", +label:a.lang.common.cssClass,"default":""}]}]},{id:"advanced",label:a.lang.common.advancedTab,title:a.lang.common.advancedTab,elements:[{type:"vbox",padding:1,children:[{type:"hbox",widths:["50%","50%"],children:[{type:"text",id:"id",requiredContent:"div[id]",label:a.lang.common.id,"default":""},{type:"text",id:"lang",requiredContent:"div[lang]",label:a.lang.common.langCode,"default":""}]},{type:"hbox",children:[{type:"text",id:"style",requiredContent:"div{cke-xyz}",style:"width: 100%;",label:a.lang.common.cssStyle, +"default":"",commit:function(a){a.setAttribute("style",this.getValue())}}]},{type:"hbox",children:[{type:"text",id:"title",requiredContent:"div[title]",style:"width: 100%;",label:a.lang.common.advisoryTitle,"default":""}]},{type:"select",id:"dir",requiredContent:"div[dir]",style:"width: 100%;",label:a.lang.common.langDir,"default":"",items:[[a.lang.common.notSet,""],[a.lang.common.langDirLtr,"ltr"],[a.lang.common.langDirRtl,"rtl"]]}]}]}],onLoad:function(){r.call(this);var f=this,c=this.getContentElement("info", +"elementStyle");a.getStylesSet(function(g){var b,k;if(g)for(var e=0;e<g.length;e++)k=g[e],k.element&&"div"==k.element&&(b=k.name,n[b]=k=new CKEDITOR.style(k),a.filter.check(k)&&(c.items.push([b,b]),c.add(b,b)));c[1<c.items.length?"enable":"disable"]();setTimeout(function(){f._element&&c.setup(f._element)},0)})},onShow:function(){"editdiv"==m&&this.setupContent(this._element=CKEDITOR.plugins.div.getSurroundDiv(a))},onOk:function(){if("editdiv"==m)p=[this._element];else{var f=[],c={},g=[],b,k=a.getSelection(), +e=k.getRanges(),n=k.createBookmarks(),h,l;for(h=0;h<e.length;h++)for(l=e[h].createIterator();b=l.getNextParagraph();)if(b.getName()in q&&!b.isReadOnly()){var d=b.getChildren();for(b=0;b<d.count();b++)t(g,d.getItem(b),c)}else{for(;!u[b.getName()]&&!b.equals(e[h].root);)b=b.getParent();t(g,b,c)}CKEDITOR.dom.element.clearAllMarkers(c);e=[];h=null;for(l=0;l<g.length;l++)b=g[l],d=a.elementPath(b).blockLimit,d.isReadOnly()&&(d=d.getParent()),a.config.div_wrapTable&&d.is(["td","th"])&&(d=a.elementPath(d.getParent()).blockLimit), +d.equals(h)||(h=d,e.push([])),e[e.length-1].push(b);for(h=0;h<e.length;h++){d=e[h][0];g=d.getParent();for(b=1;b<e[h].length;b++)g=g.getCommonAncestor(e[h][b]);l=new CKEDITOR.dom.element("div",a.document);for(b=0;b<e[h].length;b++){for(d=e[h][b];!d.getParent().equals(g);)d=d.getParent();e[h][b]=d}for(b=0;b<e[h].length;b++)d=e[h][b],d.getCustomData&&d.getCustomData("block_processed")||(d.is&&CKEDITOR.dom.element.setMarker(c,d,"block_processed",!0),b||l.insertBefore(d),l.append(d));CKEDITOR.dom.element.clearAllMarkers(c); +f.push(l)}k.selectBookmarks(n);p=f}f=p.length;for(c=0;c<f;c++)this.commitContent(p[c]),!p[c].getAttribute("style")&&p[c].removeAttribute("style");this.hide()},onHide:function(){"editdiv"==m&&this._element.removeCustomData("elementStyle");delete this._element}}}CKEDITOR.dialog.add("creatediv",function(a){return q(a,"creatediv")});CKEDITOR.dialog.add("editdiv",function(a){return q(a,"editdiv")})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/icons/creatediv.png b/public/assets/ckeditor/plugins/div/icons/creatediv.png new file mode 100644 index 0000000000000000000000000000000000000000..6cca564d20596ab81caab0eba9305416daec4d14 GIT binary patch literal 862 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iQ@N*$V~EA+)JeAfGT|a^^Nr<sqF8)H6$6fld2V!Q*&^g5dAi7T zW=LR{i-y-!wV%QwA}i;X2>J;wU09ZWQpwHh@v+W~goq_qnM5~Sd~<y6+?nRB<zd@u zW>>$vX!*YKeewFGnO*OHn@I6KvQXo3R-4QjIZd(CfXC2S<>8#!Pv;c(xG6I+oc|mV z6O)pc=jStBh1tN^)5th@-gC81jjk!FGoM!Wnd=_<Y;)_a*`zrt>1j+i?%rixa5qnw zg)vcL)7Gu70xUCbMzb@dMjA=*FeEj+efw6>AvE;L?j`(>W;*CTnj_8ZqbAJIwP=A| z^*r<L?1?iSc(u9~eV3YB%+PcE@lA#2GL`e{H4@S`FM3$O;V><gAtol~%npyD>({SO zN&OkNV3pP<n{*4APk9rI``X*t=M=jHikQzndvS{ApLxxzR!Q)%eW|kj&Nu0XrThN- z>x&=zEq~1L>+ioCpKVkg&XnBu-q_xrUtsplc{6RNnZ!j!9XhkmaC3Uvx7L|&)jdC* z{PfAFPzLCinAq6D^73%|)6X5`e*_23t-hRNc6##U$?qGyAH+XU_PlfdzVr6mYdh_k z{&`P&lJB|SfA;*Gyu7UR^ygEToLAYKwKXdC0Z)Wx7n8qGY9v$5)vT>z-@ktke$f7M zZ~dp*`G*f5zJ9>|z;|tJ?YUpSe)VrucMWt{e)-|EXKbGK@87=N%fR&@`@!R@SFa}J z=DzJ+ay;1GzwzY9j~~4~<L}+O=QL~CocZ&WPpbT#q;j&`ZShC#f*l(+ENE_SPQU!D z^1=GWix*FywC`=%?wGhZp(`8CojbQ><HnDVU%q@9oWQX|^TPAJaqHQv80)+*f9e1A z`7b{MNBx-#o6^1l)1_*OYeY#(Vo9o1a#1RfVlXl=G}bjR*EKK+F*LU_Fa{!R10yQ~ z1K%aPfoT>=LvDUbW?Cg~4K_cSj{r4Df@}!RPb(=;EJ|f4FE7{2%*!rLPAo{(%P&fw T{mw=TsEEPS)z4*}Q$iB}PH=bo literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/div/icons/hidpi/creatediv.png b/public/assets/ckeditor/plugins/div/icons/hidpi/creatediv.png new file mode 100644 index 0000000000000000000000000000000000000000..f0ca49fdf8b0983126685c25089fce769858633f GIT binary patch literal 3053 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/div/lang/af.js b/public/assets/ckeditor/plugins/div/lang/af.js new file mode 100644 index 0000000..d3d3fc9 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","af",{IdInputLabel:"Id",advisoryTitleInputLabel:"Aanbevole Titel",cssClassInputLabel:"CSS klasse",edit:"Wysig Div",inlineStyleInputLabel:"Inlyn Styl",langDirLTRLabel:"Links na regs (LTR)",langDirLabel:"Skryfrigting",langDirRTLLabel:"Regs na links (RTL)",languageCodeInputLabel:" Taalkode",remove:"Verwyder Div",styleSelectLabel:"Styl",title:"Skep Div houer",toolbar:"Skep Div houer"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/ar.js b/public/assets/ckeditor/plugins/div/lang/ar.js new file mode 100644 index 0000000..21c63f7 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ar",{IdInputLabel:"ÙÙÙØ©",advisoryTitleInputLabel:"عÙÙØ§Ù Ø§ÙØªÙØ±ÙØ±",cssClassInputLabel:"ÙØ¦Ø§Øª Ø§ÙØªÙسÙÙ",edit:"ØªØØ±Ùر Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"اÙÙØ³Ø§Ø± ÙÙÙÙ ÙÙ (LTR)",langDirLabel:"إتجا٠اÙÙØµ",langDirRTLLabel:"اÙÙÙ ÙÙ ÙÙÙØ³Ø§Ø± (RTL)",languageCodeInputLabel:"ر٠ز اÙÙØºØ©",remove:"Ø¥Ø²Ø§ÙØ© Div",styleSelectLabel:"ÙÙ Ø·",title:"Ø¥ØØ¯Ø§Ø« Div Container",toolbar:"Ø¥ØØ¯Ø§Ø« Div Container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/bg.js b/public/assets/ckeditor/plugins/div/lang/bg.js new file mode 100644 index 0000000..7d39047 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","bg",{IdInputLabel:"ID",advisoryTitleInputLabel:"ÐÑепоÑÑÑиÑелно заглавие",cssClassInputLabel:"ÐлаÑове за CSS",edit:"ÐÑомÑна на Div",inlineStyleInputLabel:"Ð ÑедиÑа",langDirLTRLabel:"ÐÑво на ÐÑÑно (ÐнÐ)",langDirLabel:"ÐоÑока на езика",langDirRTLLabel:"ÐÑÑно на ÐÑво (ÐнÐ)",languageCodeInputLabel:" Ðод на езика",remove:"ÐÑÐµÐ¼Ð°Ñ Ð²Ð°Ð½Ðµ на Div",styleSelectLabel:"СÑил",title:"СÑздай Div блок",toolbar:"СÑздаване на Div конÑейнеÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/bn.js b/public/assets/ckeditor/plugins/div/lang/bn.js new file mode 100644 index 0000000..ae62f7d --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","bn",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Stylesheet Classes",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Left to Right (LTR)",langDirLabel:"Language Direction",langDirRTLLabel:"Right to Left (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Style",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/bs.js b/public/assets/ckeditor/plugins/div/lang/bs.js new file mode 100644 index 0000000..259583d --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","bs",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory title",cssClassInputLabel:"Klase CSS stilova",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"S lijeva na desno (LTR)",langDirLabel:"Smjer pisanja",langDirRTLLabel:"S desna na lijevo (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Stil",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/ca.js b/public/assets/ckeditor/plugins/div/lang/ca.js new file mode 100644 index 0000000..118a681 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ca",{IdInputLabel:"Id",advisoryTitleInputLabel:"TÃtol de guia",cssClassInputLabel:"Classes de la fulla d'estils",edit:"Edita la Capa",inlineStyleInputLabel:"Estil en lÃnia",langDirLTRLabel:"D'esquerra a dreta (LTR)",langDirLabel:"Direcció de l'idioma",langDirRTLLabel:"De dreta a esquerra (RTL)",languageCodeInputLabel:" Codi d'idioma",remove:"Elimina la Capa",styleSelectLabel:"Estil",title:"Crea una Capa Contenidora",toolbar:"Crea una Capa Contenidora"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/cs.js b/public/assets/ckeditor/plugins/div/lang/cs.js new file mode 100644 index 0000000..1239c57 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","cs",{IdInputLabel:"Id",advisoryTitleInputLabel:"NápovÄdnà titulek",cssClassInputLabel:"TÅÃdy stylů",edit:"ZmÄnit Div",inlineStyleInputLabel:"VnitÅnà styly",langDirLTRLabel:"Zleva doprava (LTR)",langDirLabel:"SmÄr jazyka",langDirRTLLabel:"Zprava doleva (RTL)",languageCodeInputLabel:" Kód jazyka",remove:"Odstranit Div",styleSelectLabel:"Styly",title:"VytvoÅit Div kontejner",toolbar:"VytvoÅit Div kontejner"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/cy.js b/public/assets/ckeditor/plugins/div/lang/cy.js new file mode 100644 index 0000000..aed7b77 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","cy",{IdInputLabel:"Id",advisoryTitleInputLabel:"Teitl Cynghorol",cssClassInputLabel:"Dosbarthiadau Ffeil Arddull",edit:"Golygu Div",inlineStyleInputLabel:"Arddull Mewn Llinell",langDirLTRLabel:"Chwith i'r Dde (LTR)",langDirLabel:"Cyfeiriad yr Iaith",langDirRTLLabel:"Dde i'r Chwith (RTL)",languageCodeInputLabel:" Cod Iaith",remove:"Tynnu Div",styleSelectLabel:"Arddull",title:"Creu Cynhwysydd Div",toolbar:"Creu Cynhwysydd Div"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/da.js b/public/assets/ckeditor/plugins/div/lang/da.js new file mode 100644 index 0000000..38e5920 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","da",{IdInputLabel:"Id",advisoryTitleInputLabel:"Vejledende titel",cssClassInputLabel:"Typografiark",edit:"Rediger Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Venstre til højre (LTR)",langDirLabel:"Sprogretning",langDirRTLLabel:"Højre til venstre (RTL)",languageCodeInputLabel:" Sprogkode",remove:"Slet Div",styleSelectLabel:"Style",title:"Opret Div Container",toolbar:"Opret Div Container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/de-ch.js b/public/assets/ckeditor/plugins/div/lang/de-ch.js new file mode 100644 index 0000000..923e7b1 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","de-ch",{IdInputLabel:"Kennung",advisoryTitleInputLabel:"Tooltip",cssClassInputLabel:"Formatvorlagenklasse",edit:"Div bearbeiten",inlineStyleInputLabel:"Inline Stil",langDirLTRLabel:"Links nach Rechs (LTR)",langDirLabel:"Sprachrichtung",langDirRTLLabel:"Rechs nach Links (RTL)",languageCodeInputLabel:"Sprachcode",remove:"Div entfernen",styleSelectLabel:"Stil",title:"Div Container erzeugen",toolbar:"Div Container erzeugen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/de.js b/public/assets/ckeditor/plugins/div/lang/de.js new file mode 100644 index 0000000..8b90221 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","de",{IdInputLabel:"Kennung",advisoryTitleInputLabel:"Tooltip",cssClassInputLabel:"Formatvorlagenklasse",edit:"Div bearbeiten",inlineStyleInputLabel:"Inline Stil",langDirLTRLabel:"Links nach Rechs (LTR)",langDirLabel:"Sprachrichtung",langDirRTLLabel:"Rechs nach Links (RTL)",languageCodeInputLabel:"Sprachcode",remove:"Div entfernen",styleSelectLabel:"Stil",title:"Div Container erzeugen",toolbar:"Div Container erzeugen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/el.js b/public/assets/ckeditor/plugins/div/lang/el.js new file mode 100644 index 0000000..d65661c --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","el",{IdInputLabel:"Id",advisoryTitleInputLabel:"ÎνδεικÏικÏÏ Î¤Î¯ÏλοÏ",cssClassInputLabel:"ÎλάÏÎµÎ¹Ï Î¦ÏλλÏν ΣÏÏ Î»",edit:"ÎÏεξεÏγαÏία Div",inlineStyleInputLabel:"ΣÏÏ Î» Îν ΣειÏά",langDirLTRLabel:"ÎÏιÏÏεÏά ÏÏÎ¿Ï Îεξιά (LTR)",langDirLabel:"ÎαÏεÏÎ¸Ï Î½Ïη ÎειμÎÎ½Î¿Ï ",langDirRTLLabel:"Îεξιά ÏÏÎ¿Ï ÎÏιÏÏεÏά (RTL)",languageCodeInputLabel:"ÎÏδικÏÏ ÎλÏÏÏαÏ",remove:"ÎιαγÏαÏή Div",styleSelectLabel:"ÎοÏÏή",title:"ÎÎ·Î¼Î¹Î¿Ï Ïγία Div",toolbar:"ÎÎ·Î¼Î¹Î¿Ï Ïγία Div"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/en-au.js b/public/assets/ckeditor/plugins/div/lang/en-au.js new file mode 100644 index 0000000..eb88103 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","en-au",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Stylesheet Classes",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Left to Right (LTR)",langDirLabel:"Language Direction",langDirRTLLabel:"Right to Left (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Style",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/en-ca.js b/public/assets/ckeditor/plugins/div/lang/en-ca.js new file mode 100644 index 0000000..136b99f --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","en-ca",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Stylesheet Classes",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Left to Right (LTR)",langDirLabel:"Language Direction",langDirRTLLabel:"Right to Left (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Style",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/en-gb.js b/public/assets/ckeditor/plugins/div/lang/en-gb.js new file mode 100644 index 0000000..04d4745 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","en-gb",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Stylesheet Classes",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Left to Right (LTR)",langDirLabel:"Language Direction",langDirRTLLabel:"Right to Left (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Style",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/en.js b/public/assets/ckeditor/plugins/div/lang/en.js new file mode 100644 index 0000000..03fc7d6 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","en",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Stylesheet Classes",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Left to Right (LTR)",langDirLabel:"Language Direction",langDirRTLLabel:"Right to Left (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Style",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/eo.js b/public/assets/ckeditor/plugins/div/lang/eo.js new file mode 100644 index 0000000..e587cac --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","eo",{IdInputLabel:"Id",advisoryTitleInputLabel:"Priskriba Titolo",cssClassInputLabel:"Stilfolioklasoj",edit:"Redakti Div",inlineStyleInputLabel:"Enlinia stilo",langDirLTRLabel:"Maldekstre dekstren (angle LTR)",langDirLabel:"Skribdirekto",langDirRTLLabel:"Dekstre maldekstren (angle RTL)",languageCodeInputLabel:" Lingvokodo",remove:"Forigi Div",styleSelectLabel:"Stilo",title:"Krei DIV ujon",toolbar:"Krei DIV ujon"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/es.js b/public/assets/ckeditor/plugins/div/lang/es.js new file mode 100644 index 0000000..78732f1 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","es",{IdInputLabel:"Id",advisoryTitleInputLabel:"TÃtulo",cssClassInputLabel:"Clase de hoja de estilos",edit:"Editar Div",inlineStyleInputLabel:"Estilo",langDirLTRLabel:"Izquierda a Derecha (LTR)",langDirLabel:"Orientación",langDirRTLLabel:"Derecha a Izquierda (RTL)",languageCodeInputLabel:" Codigo de idioma",remove:"Quitar Div",styleSelectLabel:"Estilo",title:"Crear contenedor DIV",toolbar:"Crear contenedor DIV"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/et.js b/public/assets/ckeditor/plugins/div/lang/et.js new file mode 100644 index 0000000..690848d --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","et",{IdInputLabel:"ID",advisoryTitleInputLabel:"Soovitatav pealkiri",cssClassInputLabel:"Stiililehe klassid",edit:"Muuda Div",inlineStyleInputLabel:"Reasisene stiil",langDirLTRLabel:"Vasakult paremale (LTR)",langDirLabel:"Keele suund",langDirRTLLabel:"Paremalt vasakule (RTL)",languageCodeInputLabel:" Keelekood",remove:"Eemalda Div",styleSelectLabel:"Stiil",title:"Div-konteineri loomine",toolbar:"Div-konteineri loomine"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/eu.js b/public/assets/ckeditor/plugins/div/lang/eu.js new file mode 100644 index 0000000..780527d --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","eu",{IdInputLabel:"Id",advisoryTitleInputLabel:"Aholkatutako izenburua",cssClassInputLabel:"Estilo-orriko klaseak",edit:"Editatu Div-a",inlineStyleInputLabel:"Lineako estiloa",langDirLTRLabel:"Ezkerretik eskuinera (LTR)",langDirLabel:"Hizkuntzaren norabidea",langDirRTLLabel:"Eskuinetik ezkerrera (RTL)",languageCodeInputLabel:"Hizkuntzaren kodea",remove:"Kendu Div-a",styleSelectLabel:"Estiloa",title:"Sortu Div edukiontzia",toolbar:"Sortu Div edukiontzia"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/fa.js b/public/assets/ckeditor/plugins/div/lang/fa.js new file mode 100644 index 0000000..bdc9449 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","fa",{IdInputLabel:"Ø´ÙØ§Ø³Ù",advisoryTitleInputLabel:"عÙÙØ§Ù Ù Ø´Ø§ÙØ±Ù",cssClassInputLabel:"Ú©ÙØ§Ø³âÙØ§Û Ø´ÛÙÙâÙØ§Ù Ù",edit:"ÙÛØ±Ø§ÛØ´ Div",inlineStyleInputLabel:"سبک درÙÙâØ®Ø·Û(Inline Style)",langDirLTRLabel:"ÚÙ¾ ب٠راست (LTR)",langDirLabel:"Ø¬ÙØª ÙÙØ´ØªØ§Ø±Û زباÙ",langDirRTLLabel:"راست ب٠ÚÙ¾ (RTL)",languageCodeInputLabel:" کد زباÙ",remove:"ØØ°Ù Div",styleSelectLabel:"سبک",title:"Ø§ÛØ¬Ø§Ø¯ ÛÚ© Ù ØÙ DIV",toolbar:"Ø§ÛØ¬Ø§Ø¯ ÛÚ© Ù ØÙ DIV"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/fi.js b/public/assets/ckeditor/plugins/div/lang/fi.js new file mode 100644 index 0000000..e888579 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","fi",{IdInputLabel:"Id",advisoryTitleInputLabel:"Ohjeistava otsikko",cssClassInputLabel:"Tyylitiedoston luokat",edit:"Muokkaa Diviä",inlineStyleInputLabel:"Sisätyyli",langDirLTRLabel:"Vasemmalta oikealle (LTR)",langDirLabel:"Kielen suunta",langDirRTLLabel:"Oikealta vasemmalle (RTL)",languageCodeInputLabel:" Kielen koodi",remove:"Poista Div",styleSelectLabel:"Tyyli",title:"Luo div-kehikko",toolbar:"Luo div-kehikko"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/fo.js b/public/assets/ckeditor/plugins/div/lang/fo.js new file mode 100644 index 0000000..e00fb86 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","fo",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Stylesheet Classes",edit:"Redigera Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Vinstru til høgru (LTR)",langDirLabel:"Language Direction",langDirRTLLabel:"Høgru til vinstru (RTL)",languageCodeInputLabel:" Language Code",remove:"Strika Div",styleSelectLabel:"Style",title:"Ger Div Container",toolbar:"Ger Div Container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/fr-ca.js b/public/assets/ckeditor/plugins/div/lang/fr-ca.js new file mode 100644 index 0000000..0f61fc3 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","fr-ca",{IdInputLabel:"ID",advisoryTitleInputLabel:"Titre",cssClassInputLabel:"Classes CSS",edit:"Modifier le DIV",inlineStyleInputLabel:"Style en ligne",langDirLTRLabel:"De gauche à droite (LTR)",langDirLabel:"Sens d'écriture",langDirRTLLabel:"De droite à gauche (RTL)",languageCodeInputLabel:"Code de langue",remove:"Supprimer le DIV",styleSelectLabel:"Style",title:"Créer un DIV",toolbar:"Créer un DIV"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/fr.js b/public/assets/ckeditor/plugins/div/lang/fr.js new file mode 100644 index 0000000..e936030 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","fr",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Classe CSS",edit:"Ãditer la DIV",inlineStyleInputLabel:"Style en ligne",langDirLTRLabel:"Gauche à droite (LTR)",langDirLabel:"Sens d'écriture",langDirRTLLabel:"Droite à gauche (RTL)",languageCodeInputLabel:"Code de langue",remove:"Enlever la DIV",styleSelectLabel:"Style",title:"Créer un container DIV",toolbar:"Créer un container DIV"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/gl.js b/public/assets/ckeditor/plugins/div/lang/gl.js new file mode 100644 index 0000000..2f5e171 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","gl",{IdInputLabel:"ID",advisoryTitleInputLabel:"TÃtulo informativo",cssClassInputLabel:"Clases da folla de estilos",edit:"Editar Div",inlineStyleInputLabel:"Estilo de liña",langDirLTRLabel:"Esquerda a dereita (LTR)",langDirLabel:"Dirección de escritura do idioma",langDirRTLLabel:"Dereita a esquerda (RTL)",languageCodeInputLabel:"Código do idioma",remove:"Retirar Div",styleSelectLabel:"Estilo",title:"Crear un contedor Div",toolbar:"Crear un contedor Div"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/gu.js b/public/assets/ckeditor/plugins/div/lang/gu.js new file mode 100644 index 0000000..633644c --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","gu",{IdInputLabel:"Id",advisoryTitleInputLabel:"àªàª¡àªµàª¾àªàªàª° શà«àª°à«àª·àª",cssClassInputLabel:"સà«àªàª¾àªàª²àª¶à«àª àªàª²àª¾àª¸à«àª¸",edit:"ડà«àªµà«àª®àª¾àª ફà«àª°àª«àª¾àª° àªàª°àªµà«",inlineStyleInputLabel:"àªàª¨àª²àª¾àªàª¨ પદà«àª§àª¤àª¿",langDirLTRLabel:"ડાબૠથૠàªàª®àª£à« (LTR)",langDirLabel:"àªàª¾àª·àª¾àª¨à« દિશા",langDirRTLLabel:"àªàª®àª£à« થૠડાબૠ(RTL)",languageCodeInputLabel:"àªàª¾àª·àª¾àª¨à« àªà«àª¡",remove:"ડà«àªµà« àªàª¾àª¢à« àªàª¾àª¢àªµà«àª",styleSelectLabel:"સà«àªàª¾àªàª²",title:"Div àªàª¨à«àªà«àª¨àª° બનાવà«àªàªµà«àª",toolbar:"Div àªàª¨à«àªà«àª¨àª° બનાવà«àªàªµà«àª"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/he.js b/public/assets/ckeditor/plugins/div/lang/he.js new file mode 100644 index 0000000..80ad2a9 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","he",{IdInputLabel:"×××× (ID)",advisoryTitleInputLabel:"××תרת ××צעת",cssClassInputLabel:"×××קת ×¢×צ××",edit:"ער××ת ×××× (Div)",inlineStyleInputLabel:"ס×× ×× ×¤× ×××",langDirLTRLabel:"ש××× ××××× (LTR)",langDirLabel:"××××× ×©×¤×",langDirRTLLabel:"×××× ×ש××× (RTL)",languageCodeInputLabel:"×§×× ×©×¤×",remove:"×סרת ×××× (Div)",styleSelectLabel:"ס×× ××",title:"×צ×רת ×××× (Div)",toolbar:"×צ×רת ×××× (Div)"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/hi.js b/public/assets/ckeditor/plugins/div/lang/hi.js new file mode 100644 index 0000000..fa3f895 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","hi",{IdInputLabel:"Id",advisoryTitleInputLabel:"परामरà¥à¤¶ शà¥à¤°à¥à¤¶à¤",cssClassInputLabel:"सà¥à¤à¤¾à¤à¤²-शà¥à¤ à¤à¥à¤²à¤¾à¤¸",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"बायà¥à¤ सॠदायà¥à¤ (LTR)",langDirLabel:"à¤à¤¾à¤·à¤¾ लिà¤à¤¨à¥ à¤à¥ दिशा",langDirRTLLabel:"दायà¥à¤ सॠबायà¥à¤ (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"सà¥à¤à¤¾à¤à¤²",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/hr.js b/public/assets/ckeditor/plugins/div/lang/hr.js new file mode 100644 index 0000000..87d62ff --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","hr",{IdInputLabel:"Id",advisoryTitleInputLabel:"Savjetodavni naslov",cssClassInputLabel:"Klase stilova",edit:"Uredi DIV",inlineStyleInputLabel:"Stil u liniji",langDirLTRLabel:"S lijeva na desno (LTR)",langDirLabel:"Smjer jezika",langDirRTLLabel:"S desna na lijevo (RTL)",languageCodeInputLabel:"JeziÄni kod",remove:"Ukloni DIV",styleSelectLabel:"Stil",title:"Napravi DIV kontejner",toolbar:"Napravi DIV kontejner"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/hu.js b/public/assets/ckeditor/plugins/div/lang/hu.js new file mode 100644 index 0000000..949b2dd --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","hu",{IdInputLabel:"AzonosÃtó",advisoryTitleInputLabel:"Tipp szöveg",cssClassInputLabel:"StÃluslap osztály",edit:"DIV szerkesztése",inlineStyleInputLabel:"Inline stÃlus",langDirLTRLabel:"Balról jobbra (LTR)",langDirLabel:"Nyelvi irány",langDirRTLLabel:"Jobbról balra (RTL)",languageCodeInputLabel:" Nyelv kódja",remove:"DIV eltávolÃtása",styleSelectLabel:"StÃlus",title:"DIV tároló létrehozása",toolbar:"DIV tároló létrehozása"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/id.js b/public/assets/ckeditor/plugins/div/lang/id.js new file mode 100644 index 0000000..a7016a3 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","id",{IdInputLabel:"Id",advisoryTitleInputLabel:"Penasehat Judul",cssClassInputLabel:"Kelas Stylesheet",edit:"Sunting Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Kiri ke Kanan (LTR)",langDirLabel:"Arah Bahasa",langDirRTLLabel:"Kanan ke Kiri (RTL)",languageCodeInputLabel:"Kode Bahasa",remove:"Hapus Div",styleSelectLabel:"Gaya",title:"Ciptakan Wadah Div",toolbar:"Cipatakan Wadah Div"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/is.js b/public/assets/ckeditor/plugins/div/lang/is.js new file mode 100644 index 0000000..39a3b10 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","is",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Stylesheet Classes",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Left to Right (LTR)",langDirLabel:"Language Direction",langDirRTLLabel:"Right to Left (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Style",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/it.js b/public/assets/ckeditor/plugins/div/lang/it.js new file mode 100644 index 0000000..4d1717c --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","it",{IdInputLabel:"Id",advisoryTitleInputLabel:"Titolo Avviso",cssClassInputLabel:"Classi di stile",edit:"Modifica DIV",inlineStyleInputLabel:"Stile Inline",langDirLTRLabel:"Da sinistra a destra (LTR)",langDirLabel:"Direzione di scrittura",langDirRTLLabel:"Da destra a sinistra (RTL)",languageCodeInputLabel:"Codice lingua",remove:"Rimuovi DIV",styleSelectLabel:"Stile",title:"Crea DIV contenitore",toolbar:"Crea DIV contenitore"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/ja.js b/public/assets/ckeditor/plugins/div/lang/ja.js new file mode 100644 index 0000000..c3fa6f0 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ja",{IdInputLabel:"Id",advisoryTitleInputLabel:"Title屿§",cssClassInputLabel:"ã¹ã¿ã¤ã«ã·ã¼ãã¯ã©ã¹",edit:"Divã³ã³ãããç·¨é",inlineStyleInputLabel:"ã¤ã³ã©ã¤ã³ã¹ã¿ã¤ã«",langDirLTRLabel:"å·¦ããå³ (LTR)",langDirLabel:"æå表è¨ã®æ¹å",langDirRTLLabel:"å³ããå·¦ (RTL)",languageCodeInputLabel:" è¨èªã³ã¼ã",remove:"Divã³ã³ãããåé¤",styleSelectLabel:"ã¹ã¿ã¤ã«",title:"Divã³ã³ãã",toolbar:"Divã³ã³ãã"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/ka.js b/public/assets/ckeditor/plugins/div/lang/ka.js new file mode 100644 index 0000000..aff4cc2 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ka",{IdInputLabel:"Id",advisoryTitleInputLabel:"á¡áááá£á á",cssClassInputLabel:"CSS áááá¡ááá",edit:"Div-áá¡ á áááá¥á¢áá ááá",inlineStyleInputLabel:"áááááá áá£áá á¡á¢ááá",langDirLTRLabel:"ááá áªá®ááááá ááá á¯ááá᪠(LTR)",langDirLabel:"áááá¡ ááááá áá£áááá",langDirRTLLabel:"ááá á¯áááááá ááá áªá®ááá (RTL)",languageCodeInputLabel:"áááá¡ áááá",remove:"Div-áá¡ á¬áá¨áá",styleSelectLabel:"á¡á¢ááá",title:"Div áááá¢ááááá áá¡ á¨áá¥ááá",toolbar:"Div áááá¢ááááá áá¡ á¨áá¥ááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/km.js b/public/assets/ckeditor/plugins/div/lang/km.js new file mode 100644 index 0000000..7032cb7 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","km",{IdInputLabel:"Id",advisoryTitleInputLabel:"á áááâáá¾áâáááá¹áááá¶",cssClassInputLabel:"Stylesheet Classes",edit:"áá Div",inlineStyleInputLabel:"áááá¸áâáááá»áâááááá¶áá",langDirLTRLabel:"áá¸ááááááá áááá¶á(LTR)",langDirLabel:"áá·ááá áá¶áá¶",langDirRTLLabel:"áá¸áááá¶ááá ááááá(RTL)",languageCodeInputLabel:"áá¼áâáá¶áá¶",remove:"áá Div á áá",styleSelectLabel:"áááá¸á",title:"ááááá¾áâá¢áááâáááá»á Div",toolbar:"ááááá¾áâá¢áááâáááá»á Div"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/ko.js b/public/assets/ckeditor/plugins/div/lang/ko.js new file mode 100644 index 0000000..60446c3 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ko",{IdInputLabel:"ID",advisoryTitleInputLabel:"ë³´ì¡° ì 목",cssClassInputLabel:"ì¤íì¼ ìí¸ í´ëì¤",edit:"Div í¸ì§",inlineStyleInputLabel:"ì¸ë¼ì¸ ì¤íì¼",langDirLTRLabel:"ì¼ìª½ìì ì¤ë¥¸ìª½ (LTR)",langDirLabel:"ì¸ì´ ë°©í¥",langDirRTLLabel:"ì¤ë¥¸ìª½ìì ì¼ìª½ (RTL)",languageCodeInputLabel:" ì¸ì´ ì½ë",remove:"Div íê·¸ ìì ",styleSelectLabel:"ì¤íì¼",title:"Div íê·¸ ìì±",toolbar:"Div íê·¸ ìì±"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/ku.js b/public/assets/ckeditor/plugins/div/lang/ku.js new file mode 100644 index 0000000..33b8929 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ku",{IdInputLabel:"ÙØ§Ø³Ùا٠Û",advisoryTitleInputLabel:"Ø³ÛØ±Ø¯ÛÚ",cssClassInputLabel:"Ø´ÛÙØ§Ø²Û ÚÛÙÛ Ù¾ÛÚÙ",edit:"ÚØ§Ú©Ø³Ø§Ø²Û Div",inlineStyleInputLabel:"Ø´ÛÙØ§Ø²Û ÙØ§ÙÙÛÚµ",langDirLTRLabel:"ÚÛÙ¾ Ø¨Û ÚØ§Ø³Øª (LTR)",langDirLabel:"ئاراستÛÛ Ø²Ù Ø§Ù",langDirRTLLabel:"ÚØ§Ø³Øª Ø¨Û ÚÛÙ¾ (RTL)",languageCodeInputLabel:"ÙÛÙ Ø§Û Ø²Ù Ø§Ù",remove:"ÙØ§Ø¨Ø±Ø¯ÙÛ Div",styleSelectLabel:"Ø´ÛÙØ§Ø²",title:"Ø¯Ø±ÙØ³ØªÚ©Ø±Ø¯ÙÛ ÙÛØ®ÛÚ¯Ø±Û Div",toolbar:"Ø¯Ø±ÙØ³ØªÚ©Ø±Ø¯ÙÛ ÙÛØ®ÛÚ¯Ø±Û Div"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/lt.js b/public/assets/ckeditor/plugins/div/lang/lt.js new file mode 100644 index 0000000..2dace83 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","lt",{IdInputLabel:"Id",advisoryTitleInputLabel:"Patariamas pavadinimas",cssClassInputLabel:"Stilių klasÄs",edit:"Redaguoti Div",inlineStyleInputLabel:"Vidiniai stiliai",langDirLTRLabel:"IÅ¡ kairÄs į deÅ¡inÄ (LTR)",langDirLabel:"Kalbos nurodymai",langDirRTLLabel:"IÅ¡ deÅ¡inÄs į kairÄ (RTL)",languageCodeInputLabel:" Kalbos kodas",remove:"PaÅ¡alinti Div",styleSelectLabel:"Stilius",title:"Sukurti Div elementÄ ",toolbar:"Sukurti Div elementÄ "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/lv.js b/public/assets/ckeditor/plugins/div/lang/lv.js new file mode 100644 index 0000000..e8cfc36 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","lv",{IdInputLabel:"Id",advisoryTitleInputLabel:"KonsultatÄ«vs virsraksts",cssClassInputLabel:"Stilu klases",edit:"Labot Div",inlineStyleInputLabel:"Iekļautais stils",langDirLTRLabel:"Kreisais uz Labo (LTR)",langDirLabel:"Valodas virziens",langDirRTLLabel:"Labais uz kreiso (RTL)",languageCodeInputLabel:"Valodas kods",remove:"NoÅemt Div",styleSelectLabel:"Stils",title:"Izveidot div konteineri",toolbar:"Izveidot div konteineri"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/mk.js b/public/assets/ckeditor/plugins/div/lang/mk.js new file mode 100644 index 0000000..8931f80 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","mk",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Stylesheet Classes",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Ðево кон деÑно",langDirLabel:"ÐаÑока на Ñазик",langDirRTLLabel:"ÐеÑно кон лево",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"СÑил",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/mn.js b/public/assets/ckeditor/plugins/div/lang/mn.js new file mode 100644 index 0000000..cb515d6 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","mn",{IdInputLabel:"Id",advisoryTitleInputLabel:"ÐÓ©Ð²Ð»Ó©Ð»Ð´Ó©Ñ Ð³Ð°ÑÑиг",cssClassInputLabel:"Stylesheet клаÑÑÑÑд",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Ðүүн ÑÐ°Ð»Ð°Ð°Ñ Ð±Ð°ÑÑÑн ÑиÑÑÑ (LTR)",langDirLabel:"Ð¥Ñлний ÑиглÑл",langDirRTLLabel:"ÐаÑÑÑн ÑÐ°Ð»Ð°Ð°Ñ Ð·Ò¯Ò¯Ð½ ÑиÑÑÑ (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"ÐагваÑ",title:"Div гÑдÑг Ñ ÑÑÑг бий Ð±Ð¾Ð»Ð³Ð¾Ñ ",toolbar:"Div гÑдÑг Ñ ÑÑÑг бий Ð±Ð¾Ð»Ð³Ð¾Ñ "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/ms.js b/public/assets/ckeditor/plugins/div/lang/ms.js new file mode 100644 index 0000000..0b06fd0 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ms",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Stylesheet Classes",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Left to Right (LTR)",langDirLabel:"Language Direction",langDirRTLLabel:"Right to Left (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Style",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/nb.js b/public/assets/ckeditor/plugins/div/lang/nb.js new file mode 100644 index 0000000..0cbf617 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","nb",{IdInputLabel:"Id",advisoryTitleInputLabel:"Tittel",cssClassInputLabel:"Stilark-klasser",edit:"Rediger Div",inlineStyleInputLabel:"Inlinestiler",langDirLTRLabel:"Venstre til høyre (VTH)",langDirLabel:"SprÃ¥kretning",langDirRTLLabel:"Høyre til venstre (HTV)",languageCodeInputLabel:" SprÃ¥kkode",remove:"Fjern Div",styleSelectLabel:"Stil",title:"Sett inn Div Container",toolbar:"Sett inn Div Container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/nl.js b/public/assets/ckeditor/plugins/div/lang/nl.js new file mode 100644 index 0000000..4989eb6 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","nl",{IdInputLabel:"Id",advisoryTitleInputLabel:"Adviserende titel",cssClassInputLabel:"Stylesheet klassen",edit:"Div wijzigen",inlineStyleInputLabel:"Inline stijl",langDirLTRLabel:"Links naar rechts (LTR)",langDirLabel:"Schrijfrichting",langDirRTLLabel:"Rechts naar links (RTL)",languageCodeInputLabel:" Taalcode",remove:"Div verwijderen",styleSelectLabel:"Stijl",title:"Div aanmaken",toolbar:"Div aanmaken"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/no.js b/public/assets/ckeditor/plugins/div/lang/no.js new file mode 100644 index 0000000..e431936 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","no",{IdInputLabel:"Id",advisoryTitleInputLabel:"Tittel",cssClassInputLabel:"Stilark-klasser",edit:"Rediger Div",inlineStyleInputLabel:"Inlinestiler",langDirLTRLabel:"Venstre til høyre (VTH)",langDirLabel:"SprÃ¥kretning",langDirRTLLabel:"Høyre til venstre (HTV)",languageCodeInputLabel:" SprÃ¥kkode",remove:"Fjern Div",styleSelectLabel:"Stil",title:"Sett inn Div Container",toolbar:"Sett inn Div Container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/pl.js b/public/assets/ckeditor/plugins/div/lang/pl.js new file mode 100644 index 0000000..11edd56 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","pl",{IdInputLabel:"Id",advisoryTitleInputLabel:"Opis obiektu docelowego",cssClassInputLabel:"Klasy arkusza stylów",edit:"Edytuj pojemnik Div",inlineStyleInputLabel:"Style liniowe",langDirLTRLabel:"Od lewej do prawej (LTR)",langDirLabel:"Kierunek tekstu",langDirRTLLabel:"Od prawej do lewej (RTL)",languageCodeInputLabel:"Kod jÄzyka",remove:"UsuÅ pojemnik Div",styleSelectLabel:"Styl",title:"Utwórz pojemnik Div",toolbar:"Utwórz pojemnik Div"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/pt-br.js b/public/assets/ckeditor/plugins/div/lang/pt-br.js new file mode 100644 index 0000000..7bbd2ca --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","pt-br",{IdInputLabel:"Id",advisoryTitleInputLabel:"TÃtulo Consulta",cssClassInputLabel:"Classes de CSS",edit:"Editar Div",inlineStyleInputLabel:"Estilo Inline",langDirLTRLabel:"Esquerda para Direita (LTR)",langDirLabel:"Direção da Escrita",langDirRTLLabel:"Direita para Esquerda (RTL)",languageCodeInputLabel:"Código de Idioma",remove:"Remover Div",styleSelectLabel:"Estilo",title:"Criar Container de DIV",toolbar:"Criar Container de DIV"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/pt.js b/public/assets/ckeditor/plugins/div/lang/pt.js new file mode 100644 index 0000000..0b5aa5e --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","pt",{IdInputLabel:"ID",advisoryTitleInputLabel:"TÃtulo",cssClassInputLabel:"Classes de folhas de estilo",edit:"Editar Div",inlineStyleInputLabel:"Estilho em Linha",langDirLTRLabel:"Esquerda à Direita (LTR)",langDirLabel:"Orientação de idioma",langDirRTLLabel:"Direita a Esquerda (RTL)",languageCodeInputLabel:"Codigo do Idioma",remove:"Remover Div",styleSelectLabel:"Estilo",title:"Criar Div",toolbar:"Criar Div"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/ro.js b/public/assets/ckeditor/plugins/div/lang/ro.js new file mode 100644 index 0000000..2186038 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ro",{IdInputLabel:"Id",advisoryTitleInputLabel:"Titlul consultativ",cssClassInputLabel:"Clasele cu stilul paginii (CSS)",edit:"ModificÄ Div-ul",inlineStyleInputLabel:"Stil Inline",langDirLTRLabel:"stânga-dreapta (LTR)",langDirLabel:"DirecÅ£ia cuvintelor",langDirRTLLabel:"dreapta-stânga (RTL)",languageCodeInputLabel:"Codul limbii",remove:"Èterge Div-ul",styleSelectLabel:"Stil",title:"CreazÄ un container Div",toolbar:"CreazÄ un container Div"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/ru.js b/public/assets/ckeditor/plugins/div/lang/ru.js new file mode 100644 index 0000000..a254cee --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ru",{IdInputLabel:"ÐденÑиÑикаÑоÑ",advisoryTitleInputLabel:"Ðаголовок",cssClassInputLabel:"ÐлаÑÑÑ CSS",edit:"РедакÑиÑоваÑÑ ÐºÐ¾Ð½ÑейнеÑ",inlineStyleInputLabel:"СÑÐ¸Ð»Ñ ÑлеменÑа",langDirLTRLabel:"Слева напÑаво (LTR)",langDirLabel:"ÐапÑавление ÑекÑÑа",langDirRTLLabel:"СпÑава налево (RTL)",languageCodeInputLabel:"Ðод ÑзÑка",remove:"УдалиÑÑ ÐºÐ¾Ð½ÑейнеÑ",styleSelectLabel:"СÑилÑ",title:"СоздаÑÑ Div-конÑейнеÑ",toolbar:"СоздаÑÑ Div-конÑейнеÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/si.js b/public/assets/ckeditor/plugins/div/lang/si.js new file mode 100644 index 0000000..035a735 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","si",{IdInputLabel:"à¶ à¶à¶à¶º",advisoryTitleInputLabel:"à¶à¶´à¶¯à·à·à·à¶à·à¶¸à¶ à¶±à·à¶¸à¶º",cssClassInputLabel:"à·à·à¶½à·à·à¶´à¶à·âà¶» à¶´à¶±à·à¶à·à¶º",edit:"à·à·à¶±à·à·à¶à·à¶»à·à¶¸",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"à·à¶¸à·à·à·à¶§ දà¶à·à¶«à·à¶§",langDirLabel:"à¶·à·à·à· දà·à·à·à·",langDirRTLLabel:"දà¶à·à¶«à· à·à·à¶§ à·à¶¸à¶§",languageCodeInputLabel:"à¶·à·à·à· ",remove:"à¶à·à¶à· à¶à·à¶»à·à¶¸",styleSelectLabel:"à·à·à¶½à·à·à¶º",title:"à¶±à·à¶»à·à¶¸à·à¶«à¶º ",toolbar:"à¶±à·à¶»à·à¶¸à·à¶«à¶º "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/sk.js b/public/assets/ckeditor/plugins/div/lang/sk.js new file mode 100644 index 0000000..ba965da --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","sk",{IdInputLabel:"Id",advisoryTitleInputLabel:"Pomocný titulok",cssClassInputLabel:"Triedy Å¡týlu",edit:"UpraviÅ¥ Div",inlineStyleInputLabel:"Inline Å¡týl",langDirLTRLabel:"Zľava doprava (LTR)",langDirLabel:"Smer jazyka",langDirRTLLabel:"Zprava doľava (RTL)",languageCodeInputLabel:"Kód jazyka",remove:"OdstrániÅ¥ Div",styleSelectLabel:"Å týl",title:"VytvoriÅ¥ Div kontajner",toolbar:"VytvoriÅ¥ Div kontajner"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/sl.js b/public/assets/ckeditor/plugins/div/lang/sl.js new file mode 100644 index 0000000..d067d51 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","sl",{IdInputLabel:"Id",advisoryTitleInputLabel:"Predlagani naslov",cssClassInputLabel:"Razred stilne predloge",edit:"Uredi Div",inlineStyleInputLabel:"Inline Slog",langDirLTRLabel:"Od leve proti desni (LTR)",langDirLabel:"Smer jezika",langDirRTLLabel:"Od desne proti levi (RTL)",languageCodeInputLabel:"Koda Jezika",remove:"Odstrani Div",styleSelectLabel:"Slog",title:"Ustvari Div Posodo",toolbar:"Ustvari Div Posodo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/sq.js b/public/assets/ckeditor/plugins/div/lang/sq.js new file mode 100644 index 0000000..8ec9583 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","sq",{IdInputLabel:"Id",advisoryTitleInputLabel:"Titull",cssClassInputLabel:"Klasa stili CSS",edit:"Redakto Div",inlineStyleInputLabel:"Stili i brendshëm",langDirLTRLabel:"Nga e majta në të djathë (LTR)",langDirLabel:"Drejtim teksti",langDirRTLLabel:"Nga e djathta në të majtë (RTL)",languageCodeInputLabel:"Kodi i Gjuhës",remove:"Largo Div",styleSelectLabel:"Stil",title:"Krijo Div Përmbajtës",toolbar:"Krijo Div Përmbajtës"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/sr-latn.js b/public/assets/ckeditor/plugins/div/lang/sr-latn.js new file mode 100644 index 0000000..344573b --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","sr-latn",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory naslov",cssClassInputLabel:"Stylesheet klase",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"S leva na desno (LTR)",langDirLabel:"Smer jezika",langDirRTLLabel:"S desna na levo (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Stil",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/sr.js b/public/assets/ckeditor/plugins/div/lang/sr.js new file mode 100644 index 0000000..194041a --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","sr",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Stylesheet Classes",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Left to Right (LTR)",langDirLabel:"Language Direction",langDirRTLLabel:"Right to Left (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Style",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/sv.js b/public/assets/ckeditor/plugins/div/lang/sv.js new file mode 100644 index 0000000..56e5876 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","sv",{IdInputLabel:"Id",advisoryTitleInputLabel:"RÃ¥dgivande titel",cssClassInputLabel:"Stilmallar",edit:"Redigera Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Vänster till höger (LTR)",langDirLabel:"SprÃ¥kriktning",langDirRTLLabel:"Höger till vänster (RTL)",languageCodeInputLabel:" SprÃ¥kkod",remove:"Ta bort Div",styleSelectLabel:"Stil",title:"Skapa Div container",toolbar:"Skapa Div container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/th.js b/public/assets/ckeditor/plugins/div/lang/th.js new file mode 100644 index 0000000..1b5bbbe --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","th",{IdInputLabel:"à¹à¸à¸à¸µ",advisoryTitleInputLabel:"à¸à¸³à¹à¸à¸£à¸´à¹à¸à¸à¸³",cssClassInputLabel:"à¸à¸¥à¸²à¸ªà¸à¸à¸à¹à¸à¸¥à¹à¸à¸³à¸«à¸à¸à¸¥à¸±à¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥",edit:"à¹à¸à¹à¹à¸ Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"à¸à¸²à¸à¸à¹à¸²à¸¢à¹à¸à¸à¸§à¸² (LTR)",langDirLabel:"à¸à¸²à¸£à¹à¸à¸µà¸¢à¸-à¸à¹à¸²à¸à¸ าษา",langDirRTLLabel:"à¸à¸²à¸à¸à¸§à¸²à¸¡à¸²à¸à¹à¸²à¸¢ (RTL)",languageCodeInputLabel:"รหัสภาษา",remove:"ลภDiv",styleSelectLabel:"ลัà¸à¸©à¸à¸°à¸à¸²à¸£à¹à¸ªà¸à¸à¸à¸¥",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/tr.js b/public/assets/ckeditor/plugins/div/lang/tr.js new file mode 100644 index 0000000..7c9a026 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","tr",{IdInputLabel:"Id",advisoryTitleInputLabel:"Tavsiye BaÅlıÄı",cssClassInputLabel:"Stilltipi Sınıfı",edit:"Div Düzenle",inlineStyleInputLabel:"Inline Stili",langDirLTRLabel:"Soldan saÄa (LTR)",langDirLabel:"Dil Yönü",langDirRTLLabel:"SaÄdan sola (RTL)",languageCodeInputLabel:" Dil Kodu",remove:"Div Kaldır",styleSelectLabel:"Stil",title:"Div İçeriÄi OluÅtur",toolbar:"Div İçeriÄi OluÅtur"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/tt.js b/public/assets/ckeditor/plugins/div/lang/tt.js new file mode 100644 index 0000000..1dbf987 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","tt",{IdInputLabel:"ÐденÑиÑикаÑоÑ",advisoryTitleInputLabel:"ÐиңÓÑ Ð¸Ñем",cssClassInputLabel:"СÑилÑлÓÑ ÐºÐ»Ð°ÑÑлаÑÑ",edit:"Edit Div",inlineStyleInputLabel:"ÐÑке ÑÑилÑ",langDirLTRLabel:"СÑлдан Ñңга ÑзÑлÑÑ (LTR)",langDirLabel:"ЯзÑлÑÑ ÑнÉлеÑе",langDirRTLLabel:"Уңнан ÑÑлга ÑзÑлÑÑ (RTL)",languageCodeInputLabel:"Тел кодÑ",remove:"Remove Div",styleSelectLabel:"СÑилÑ",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/ug.js b/public/assets/ckeditor/plugins/div/lang/ug.js new file mode 100644 index 0000000..0ec740e --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ug",{IdInputLabel:"ID",advisoryTitleInputLabel:"Ù Ø§ÛØ²Û",cssClassInputLabel:"Ø¦ÛØ³ÙÛØ¨ تÙÙ¾ÙÙÙÚ Ø¦Ø§ØªÙ",edit:"DIV تÛÚ¾Ø±ÙØ±",inlineStyleInputLabel:"ÙÛØ± ئÙÚÙØ¯ÙÙÙ Ø¦ÛØ³ÙÛØ¨Ù",langDirLTRLabel:"سÙÙØ¯Ù٠ئÙÚØºØ§ (LTR)",langDirLabel:"تÙÙ ÙÛÙÙÙÙØ´Ù",langDirRTLLabel:"ئÙÚØ¯Ù٠سÙÙØºØ§ (RTL)",languageCodeInputLabel:"تÙÙ ÙÙØ¯Ù",remove:"DIV ÚÙÙÙØ±ÙÛÛØª",styleSelectLabel:"Ø¦ÛØ³ÙÛØ¨",title:"DIV ÙØ§Úا ÙÛØ±",toolbar:"DIV ÙØ§Úا ÙÛØ±"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/uk.js b/public/assets/ckeditor/plugins/div/lang/uk.js new file mode 100644 index 0000000..8722fc6 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","uk",{IdInputLabel:"ÐденÑиÑÑкаÑоÑ",advisoryTitleInputLabel:"ÐмÑÑÑ Ð²Ð¸Ð¿Ð»Ð¸Ð²Ð°ÑÑÐ¾Ñ Ð¿Ñдказки",cssClassInputLabel:"ÐÐ»Ð°Ñ CSS",edit:"РедагÑваÑи блок",inlineStyleInputLabel:"ÐпиÑаний ÑÑилÑ",langDirLTRLabel:"ÐлÑва напÑаво (LTR)",langDirLabel:"ÐапÑÑмок мови",langDirRTLLabel:"СпÑава налÑво (RTL)",languageCodeInputLabel:"Ðод мови",remove:"ÐидалиÑи блок",styleSelectLabel:"СÑÐ¸Ð»Ñ CSS",title:"СÑвоÑиÑи блок-конÑейнеÑ",toolbar:"СÑвоÑиÑи блок-конÑейнеÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/vi.js b/public/assets/ckeditor/plugins/div/lang/vi.js new file mode 100644 index 0000000..abab657 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","vi",{IdInputLabel:"Äá»nh danh (id)",advisoryTitleInputLabel:"Nhan Äá» hưá»ng dẫn",cssClassInputLabel:"Các lá»p CSS",edit:"Chá»nh sá»a",inlineStyleInputLabel:"Kiá»u ná»i dòng",langDirLTRLabel:"Trái sang phải (LTR)",langDirLabel:"Hưá»ng ngôn ngữ",langDirRTLLabel:"Phải qua trái (RTL)",languageCodeInputLabel:"Mã ngôn ngữ",remove:"Xóa bá»",styleSelectLabel:"Kiá»u (style)",title:"Tạo khá»i các thà nh phần",toolbar:"Tạo khá»i các thà nh phần"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/zh-cn.js b/public/assets/ckeditor/plugins/div/lang/zh-cn.js new file mode 100644 index 0000000..8957cc8 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","zh-cn",{IdInputLabel:"ID",advisoryTitleInputLabel:"æ é¢",cssClassInputLabel:"æ ·å¼ç±»åç§°",edit:"ç¼è¾ DIV",inlineStyleInputLabel:"è¡å æ ·å¼",langDirLTRLabel:"ä»å·¦å°å³ (LTR)",langDirLabel:"è¯è¨æ¹å",langDirRTLLabel:"ä»å³å°å·¦ (RTL)",languageCodeInputLabel:"è¯è¨ä»£ç ",remove:"ç§»é¤ DIV",styleSelectLabel:"æ ·å¼",title:"å建 DIV 容å¨",toolbar:"å建 DIV 容å¨"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/lang/zh.js b/public/assets/ckeditor/plugins/div/lang/zh.js new file mode 100644 index 0000000..c266d4c --- /dev/null +++ b/public/assets/ckeditor/plugins/div/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","zh",{IdInputLabel:"ID",advisoryTitleInputLabel:"æ¨é¡",cssClassInputLabel:"樣å¼è¡¨é¡å¥",edit:"編輯 Div",inlineStyleInputLabel:"è¡å §æ¨£å¼",langDirLTRLabel:"ç±å·¦è³å³ (LTR)",langDirLabel:"èªè¨æ¹å",langDirRTLLabel:"ç±å³è³å·¦ (RTL)",languageCodeInputLabel:"èªè¨ç¢¼",remove:"ç§»é¤ Div",styleSelectLabel:"樣å¼",title:"å»ºç« Div 容å¨",toolbar:"å»ºç« Div 容å¨"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/div/plugin.js b/public/assets/ckeditor/plugins/div/plugin.js new file mode 100644 index 0000000..8947270 --- /dev/null +++ b/public/assets/ckeditor/plugins/div/plugin.js @@ -0,0 +1,8 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.plugins.add("div",{requires:"dialog",lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"creatediv",hidpi:!0,init:function(a){if(!a.blockless){var c=a.lang.div,b="div(*)";CKEDITOR.dialog.isTabEnabled(a,"editdiv","advanced")&&(b+=";div[dir,id,lang,title]{*}");a.addCommand("creatediv",new CKEDITOR.dialogCommand("creatediv", +{allowedContent:b,requiredContent:"div",contextSensitive:!0,refresh:function(a,c){this.setState("div"in(a.config.div_wrapTable?c.root:c.blockLimit).getDtd()?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED)}}));a.addCommand("editdiv",new CKEDITOR.dialogCommand("editdiv",{requiredContent:"div"}));a.addCommand("removediv",{requiredContent:"div",exec:function(a){function c(b){(b=CKEDITOR.plugins.div.getSurroundDiv(a,b))&&!b.data("cke-div-added")&&(f.push(b),b.data("cke-div-added"))}for(var b=a.getSelection(), +g=b&&b.getRanges(),e,h=b.createBookmarks(),f=[],d=0;d<g.length;d++)e=g[d],e.collapsed?c(b.getStartElement()):(e=new CKEDITOR.dom.walker(e),e.evaluator=c,e.lastForward());for(d=0;d<f.length;d++)f[d].remove(!0);b.selectBookmarks(h)}});a.ui.addButton&&a.ui.addButton("CreateDiv",{label:c.toolbar,command:"creatediv",toolbar:"blocks,50"});a.addMenuItems&&(a.addMenuItems({editdiv:{label:c.edit,command:"editdiv",group:"div",order:1},removediv:{label:c.remove,command:"removediv",group:"div",order:5}}),a.contextMenu&& +a.contextMenu.addListener(function(b){return!b||b.isReadOnly()?null:CKEDITOR.plugins.div.getSurroundDiv(a)?{editdiv:CKEDITOR.TRISTATE_OFF,removediv:CKEDITOR.TRISTATE_OFF}:null}));CKEDITOR.dialog.add("creatediv",this.path+"dialogs/div.js");CKEDITOR.dialog.add("editdiv",this.path+"dialogs/div.js")}}});CKEDITOR.plugins.div={getSurroundDiv:function(a,c){var b=a.elementPath(c);return a.elementPath(b.blockLimit).contains(function(a){return a.is("div")&&!a.isReadOnly()},1)}}})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/divarea/plugin.js b/public/assets/ckeditor/plugins/divarea/plugin.js new file mode 100644 index 0000000..b7eb731 --- /dev/null +++ b/public/assets/ckeditor/plugins/divarea/plugin.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.add("divarea",{afterInit:function(a){a.addMode("wysiwyg",function(c){var b=CKEDITOR.dom.element.createFromHtml('\x3cdiv class\x3d"cke_wysiwyg_div cke_reset cke_enable_context_menu" hidefocus\x3d"true"\x3e\x3c/div\x3e');a.ui.space("contents").append(b);b=a.editable(b);b.detach=CKEDITOR.tools.override(b.detach,function(a){return function(){a.apply(this,arguments);this.remove()}});a.setData(a.getData(1),c);a.fire("contentDom")})}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/dialogs/docprops.js b/public/assets/ckeditor/plugins/docprops/dialogs/docprops.js new file mode 100644 index 0000000..ff7b42a --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/dialogs/docprops.js @@ -0,0 +1,25 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("docProps",function(g){function t(a,d){var e=function(){b(this);d(this,this._.parentDialog)},b=function(a){a.removeListener("ok",e);a.removeListener("cancel",b)},f=function(a){a.on("ok",e);a.on("cancel",b)};g.execCommand(a);if(g._.storedDialogs.colordialog)f(g._.storedDialogs.colordialog);else CKEDITOR.on("dialogDefinition",function(b){if(b.data.name==a){var d=b.data.definition;b.removeListener();d.onLoad=CKEDITOR.tools.override(d.onLoad,function(a){return function(){f(this);d.onLoad= +a;"function"==typeof a&&a.call(this)}})}})}function n(){var a=this.getDialog().getContentElement("general",this.id+"Other");a&&("other"==this.getValue()?(a.getInputElement().removeAttribute("readOnly"),a.focus(),a.getElement().removeClass("cke_disabled")):(a.getInputElement().setAttribute("readOnly",!0),a.getElement().addClass("cke_disabled")))}function k(a,d,e){return function(b,f,c){f=m;b="undefined"!=typeof e?e:this.getValue();!b&&a in f?f[a].remove():b&&a in f?f[a].setAttribute("content",b):b&& +(f=new CKEDITOR.dom.element("meta",g.document),f.setAttribute(d?"http-equiv":"name",a),f.setAttribute("content",b),c.append(f))}}function l(a,d){return function(){var e=m,e=a in e?e[a].getAttribute("content")||"":"";if(d)return e;this.setValue(e);return null}}function p(a){return function(d,e,b,f){f.removeAttribute("margin"+a);d=this.getValue();""!==d?f.setStyle("margin-"+a,CKEDITOR.tools.cssLength(d)):f.removeStyle("margin-"+a)}}function q(a,d,e){a.removeStyle(d);a.getComputedStyle(d)!=e&&a.setStyle(d, +e)}var c=g.lang.docprops,h=g.lang.common,m={},r=function(a,d,e){return{type:"hbox",padding:0,widths:["60%","40%"],children:[CKEDITOR.tools.extend({type:"text",id:a,label:c[d]},e||{},1),{type:"button",id:a+"Choose",label:c.chooseColor,className:"colorChooser",onClick:function(){var b=this;t("colordialog",function(d){var e=b.getDialog();e.getContentElement(e._.currentTabId,a).setValue(d.getContentElement("picker","selectedColor").getValue())})}}]}},u="javascript:void((function(){"+encodeURIComponent("document.open();"+ +(CKEDITOR.env.ie?"("+CKEDITOR.tools.fixDomain+")();":"")+'document.write( \'\x3chtml style\x3d"background-color: #ffffff; height: 100%"\x3e\x3chead\x3e\x3c/head\x3e\x3cbody style\x3d"width: 100%; height: 100%; margin: 0px"\x3e'+c.previewHtml+"\x3c/body\x3e\x3c/html\x3e' );document.close();")+"})())";return{title:c.title,minHeight:330,minWidth:500,onShow:function(){for(var a=g.document,d=a.getElementsByTag("html").getItem(0),e=a.getHead(),b=a.getBody(),f={},c=a.getElementsByTag("meta"),h=c.count(), +k=0;k<h;k++){var l=c.getItem(k);f[l.getAttribute(l.hasAttribute("http-equiv")?"http-equiv":"name").toLowerCase()]=l}m=f;this.setupContent(a,d,e,b)},onHide:function(){m={}},onOk:function(){var a=g.document,d=a.getElementsByTag("html").getItem(0),e=a.getHead(),b=a.getBody();this.commitContent(a,d,e,b)},contents:[{id:"general",label:h.generalTab,elements:[{type:"text",id:"title",label:c.docTitle,setup:function(a){this.setValue(a.getElementsByTag("title").getItem(0).data("cke-title"))},commit:function(a, +d,e,b,c){c||a.getElementsByTag("title").getItem(0).data("cke-title",this.getValue())}},{type:"hbox",children:[{type:"select",id:"dir",label:h.langDir,style:"width: 100%",items:[[h.notSet,""],[h.langDirLtr,"ltr"],[h.langDirRtl,"rtl"]],setup:function(a,d,e,b){this.setValue(b.getDirection()||"")},commit:function(a,d,e,b){(a=this.getValue())?b.setAttribute("dir",a):b.removeAttribute("dir");b.removeStyle("direction")}},{type:"text",id:"langCode",label:h.langCode,setup:function(a,d){this.setValue(d.getAttribute("xml:lang")|| +d.getAttribute("lang")||"")},commit:function(a,d,e,b,c){c||((a=this.getValue())?d.setAttributes({"xml:lang":a,lang:a}):d.removeAttributes({"xml:lang":1,lang:1}))}}]},{type:"hbox",children:[{type:"select",id:"charset",label:c.charset,style:"width: 100%",items:[[h.notSet,""],[c.charsetASCII,"us-ascii"],[c.charsetCE,"iso-8859-2"],[c.charsetCT,"big5"],[c.charsetCR,"iso-8859-5"],[c.charsetGR,"iso-8859-7"],[c.charsetJP,"iso-2022-jp"],[c.charsetKR,"iso-2022-kr"],[c.charsetTR,"iso-8859-9"],[c.charsetUN,"utf-8"], +[c.charsetWE,"iso-8859-1"],[c.other,"other"]],"default":"",onChange:function(){this.getDialog().selectedCharset="other"!=this.getValue()?this.getValue():"";n.call(this)},setup:function(){this.metaCharset="charset"in m;var a=l(this.metaCharset?"charset":"content-type",1,1).call(this);!this.metaCharset&&a.match(/charset=[^=]+$/)&&(a=a.substring(a.indexOf("\x3d")+1));if(a){this.setValue(a.toLowerCase());if(!this.getValue()){this.setValue("other");var d=this.getDialog().getContentElement("general","charsetOther"); +d&&d.setValue(a)}this.getDialog().selectedCharset=a}n.call(this)},commit:function(a,d,e,b,c){c||(b=this.getValue(),c=this.getDialog().getContentElement("general","charsetOther"),"other"==b&&(b=c?c.getValue():""),b&&!this.metaCharset&&(b=(m["content-type"]?m["content-type"].getAttribute("content").split(";")[0]:"text/html")+"; charset\x3d"+b),k(this.metaCharset?"charset":"content-type",1,b).call(this,a,d,e))}},{type:"text",id:"charsetOther",label:c.charsetOther,onChange:function(){this.getDialog().selectedCharset= +this.getValue()}}]},{type:"hbox",children:[{type:"select",id:"docType",label:c.docType,style:"width: 100%",items:[[h.notSet,""],["XHTML 1.1",'\x3c!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"\x3e'],["XHTML 1.0 Transitional",'\x3c!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"\x3e'],["XHTML 1.0 Strict",'\x3c!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"\x3e'], +["XHTML 1.0 Frameset",'\x3c!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"\x3e'],["HTML 5","\x3c!DOCTYPE html\x3e"],["HTML 4.01 Transitional",'\x3c!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\x3e'],["HTML 4.01 Strict",'\x3c!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"\x3e'],["HTML 4.01 Frameset",'\x3c!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"\x3e'], +["HTML 3.2",'\x3c!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"\x3e'],["HTML 2.0",'\x3c!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"\x3e'],[c.other,"other"]],onChange:n,setup:function(){if(g.docType&&(this.setValue(g.docType),!this.getValue())){this.setValue("other");var a=this.getDialog().getContentElement("general","docTypeOther");a&&a.setValue(g.docType)}n.call(this)},commit:function(a,d,c,b,f){f||(a=this.getValue(),d=this.getDialog().getContentElement("general","docTypeOther"),g.docType= +"other"==a?d?d.getValue():"":a)}},{type:"text",id:"docTypeOther",label:c.docTypeOther}]},{type:"checkbox",id:"xhtmlDec",label:c.xhtmlDec,setup:function(){this.setValue(!!g.xmlDeclaration)},commit:function(a,d,c,b,f){f||(this.getValue()?(g.xmlDeclaration='\x3c?xml version\x3d"1.0" encoding\x3d"'+(this.getDialog().selectedCharset||"utf-8")+'"?\x3e',d.setAttribute("xmlns","http://www.w3.org/1999/xhtml")):(g.xmlDeclaration="",d.removeAttribute("xmlns")))}}]},{id:"design",label:c.design,elements:[{type:"hbox", +widths:["60%","40%"],children:[{type:"vbox",children:[r("txtColor","txtColor",{setup:function(a,d,c,b){this.setValue(b.getComputedStyle("color"))},commit:function(a,d,c,b,f){if(this.isChanged()||f)b.removeAttribute("text"),(a=this.getValue())?b.setStyle("color",a):b.removeStyle("color")}}),r("bgColor","bgColor",{setup:function(a,d,c,b){a=b.getComputedStyle("background-color")||"";this.setValue("transparent"==a?"":a)},commit:function(a,d,c,b,f){if(this.isChanged()||f)b.removeAttribute("bgcolor"),(a= +this.getValue())?b.setStyle("background-color",a):q(b,"background-color","transparent")}}),{type:"hbox",widths:["60%","40%"],padding:1,children:[{type:"text",id:"bgImage",label:c.bgImage,setup:function(a,d,c,b){a=b.getComputedStyle("background-image")||"";a="none"==a?"":a.replace(/url\(\s*(["']?)\s*([^\)]*)\s*\1\s*\)/i,function(a,b,d){return d});this.setValue(a)},commit:function(a,d,c,b){b.removeAttribute("background");(a=this.getValue())?b.setStyle("background-image","url("+a+")"):q(b,"background-image", +"none")}},{type:"button",id:"bgImageChoose",label:h.browseServer,style:"display:inline-block;margin-top:10px;",hidden:!0,filebrowser:"design:bgImage"}]},{type:"checkbox",id:"bgFixed",label:c.bgFixed,setup:function(a,d,c,b){this.setValue("fixed"==b.getComputedStyle("background-attachment"))},commit:function(a,d,c,b){this.getValue()?b.setStyle("background-attachment","fixed"):q(b,"background-attachment","scroll")}}]},{type:"vbox",children:[{type:"html",id:"marginTitle",html:'\x3cdiv style\x3d"text-align: center; margin: 0px auto; font-weight: bold"\x3e'+ +c.margin+"\x3c/div\x3e"},{type:"text",id:"marginTop",label:c.marginTop,style:"width: 80px; text-align: center",align:"center",inputStyle:"text-align: center",setup:function(a,d,c,b){this.setValue(b.getStyle("margin-top")||b.getAttribute("margintop")||"")},commit:p("top")},{type:"hbox",children:[{type:"text",id:"marginLeft",label:c.marginLeft,style:"width: 80px; text-align: center",align:"center",inputStyle:"text-align: center",setup:function(a,d,c,b){this.setValue(b.getStyle("margin-left")||b.getAttribute("marginleft")|| +"")},commit:p("left")},{type:"text",id:"marginRight",label:c.marginRight,style:"width: 80px; text-align: center",align:"center",inputStyle:"text-align: center",setup:function(a,d,c,b){this.setValue(b.getStyle("margin-right")||b.getAttribute("marginright")||"")},commit:p("right")}]},{type:"text",id:"marginBottom",label:c.marginBottom,style:"width: 80px; text-align: center",align:"center",inputStyle:"text-align: center",setup:function(a,c,e,b){this.setValue(b.getStyle("margin-bottom")||b.getAttribute("marginbottom")|| +"")},commit:p("bottom")}]}]}]},{id:"meta",label:c.meta,elements:[{type:"textarea",id:"metaKeywords",label:c.metaKeywords,setup:l("keywords"),commit:k("keywords")},{type:"textarea",id:"metaDescription",label:c.metaDescription,setup:l("description"),commit:k("description")},{type:"text",id:"metaAuthor",label:c.metaAuthor,setup:l("author"),commit:k("author")},{type:"text",id:"metaCopyright",label:c.metaCopyright,setup:l("copyright"),commit:k("copyright")}]},{id:"preview",label:h.preview,elements:[{type:"html", +id:"previewHtml",html:'\x3ciframe src\x3d"'+u+'" style\x3d"width: 100%; height: 310px" hidefocus\x3d"true" frameborder\x3d"0"\x3e\x3c/iframe\x3e',onLoad:function(){var a=this.getElement();this.getDialog().on("selectPage",function(c){if("preview"==c.data.page){var e=this;setTimeout(function(){var b=a.getFrameDocument(),c=b.getElementsByTag("html").getItem(0),d=b.getHead(),g=b.getBody();e.commitContent(b,c,d,g,1)},50)}});a.getAscendant("table").setStyle("height","100%")}}]}]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/icons/docprops-rtl.png b/public/assets/ckeditor/plugins/docprops/icons/docprops-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..ed286a2587bcbcda876327117dc1521856390384 GIT binary patch literal 840 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iQ=+GfV~EA++{uRCDv=_s`=di+V{@m5mTf=AHv5E=dh?7e+DaNe z8yb0x7Cx9iBj9F5-H8Kv`(ARW&DNQnlh$40sk~@gZ}0k5yW;Nh&UqF3@nEa?oZ|PE z&+n=?A7o$<JowpWk%p3|kj(LidyQwGt*EGY@bV>Rw(dFaPnRwUy)BczUh41Sa$o!Y zchkPdKN+5@Ru&ct3R-4vjf(FvG!8v`|JtovQhkpVl+HKH9#`yIWO?)ZU;V`wJ(?A6 zu>PycPBfY+k*&+Hs_Xf#ciNxMp6ylh+*DpyR~Hs~Rp!Mmy}Nnh$vml%i&imIC^fy_ z#c;g5yj-no(cbRvZsYTxISx-q+uUi`wn#%ju&=-W`NHlK#U0n8rcIyTxhNywLS|kk zN1@E-O`Du1sq8PYlC8Oa{Cn-1t^3^rj~qI5sCYu=tVz!;3uRUtwmmHHn6>QBhn?Ia zt4@_ztxeVbuzKq>6W{;!ZrQqhkN2$dTmCtE|NVT1mP8JR{r8t&%&3|B*oCEGlg`Tb zr4ES_bsS9$f<M)i?7L6MpG}*5_3G96S$DKqOPg1%I<cu|?p)bVHtDsse~WkD{a2ox z{5UvJBqujFb6RRh=+T<^*KA5oZ-2gc@nZhR3Llx{IeB?PZHnK&f0vPy`)51XZ+`Kv zUAq?PoR;sJa{G3)+hW1%*RQX5b$pRVSKRvLw{PFR_4?}-iD00}>C@h9&5Utt7fieV zwybjDtMhJ)H~#+d<Hz2sS%x!xIGPg7eJ@|OGG6~}^{S4JeX+5jQ*F+l+{Ba2v#RP> z(SqP<s*gWPgg)JSo_WLm{pWMc9zS@{uxiz_l!pHdhO0vD!@}=A0j5CJ64!{5l*E!$ ztK_0oAjM#0U}&ssV6JOm5@Kj>Wnc_M+6G2e1_r)Mb^}u<l7`&;l+3hB+!}0tG9LkI wkObKfoS#-wo>-L10E}+E%)IR4<ivthz5Jr|+3#$mfQlGAUHx3vIVCg!09%@Se*gdg literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/docprops/icons/docprops.png b/public/assets/ckeditor/plugins/docprops/icons/docprops.png new file mode 100644 index 0000000000000000000000000000000000000000..8bfdcb914d5adbcfec4cc846c99e7e598068c469 GIT binary patch literal 844 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iQ>v$nV~EA++=+X$-?)h!tuGI|ROfNct9!rHV<kPGgxLvq)+F~F zYztpvaBzvqkNFi#eP8`iY+S;>r0d~TMc=56YtAI~Tz86alV5#tNkQ4$@ALF!W>_Dd zQ~l1;NUs0o*D4mrhTPkG!hJ7KSf&{{E%3VOu^CTi2YEgGZP)i$La<VNZP;ro9_J>7 z1DkYQo=kOc3Gmvudv~|tvOhwV^Um+S`_5f(XIy0D&n_3njJ2MZMHGGr&GmbpVl`Ll zc;PgadCwP4VLD)REa19n<-Ex%o`$o}UWnT77w{@AJ^lHYfB*iS|N8Z7ztW)^yZv=_ zb#B>zH!&T!dR0`(Y4=?<4kj~mbI!v8r#E#hdJ(+;zWv;@X>2>PwnlYuC^fzMT2(Qx z{n{_{<Ant>?FSPa_TT?smz&Fb|GS`|+T@e!=Rf;}hlgK`+VA$I{xfqzk6}vWwvLrd zep{{`DLj*6q<Fr#=DvAqq|kB0K#{#iGH!p<Uwn~+;d&{fM6cVo1cM)unn$Ded`+Ku z=-an%=5NcS1%Jl6>=T_BZ#|c9-RrvJ-6jk!ExXoDPiF`fVQp`3U$#o?+xPGFJcmEr z-@AA3{8O8r{P;0rkw(U>w4X1vStF+v78ZW|{`j%-y4OVo1r6_it9TxI`t+$ix4+oB z`ZR?D6*k8tJ}aL8oMj<1Yw==bV;Mf*(9o%d&ko<cD|`9n6rcr1wU({R&dbm5T*R?@ zUG^i3f63X|uT^|6@85M-&)?tw#<to;Tld|(apOnMgXo_O*B%{`D4zV>(lsz(n(Bex z)X28-tcTr(&s13j7iLPGJAZ!W`R8-y&eioeUG6YR<+RB^=EK)~<u;@%O$4Sw)e_f; zl9a@fRIB8oR3OD*WMF8lYhbQxU=m_zZe?H$MA`;MRt5&XOLhZOD3XTU{FKbJO57T3 zeli~cYLEok5S*V@Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBH3gQu&X%Q~loCIFhL Be2V}8 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/docprops/icons/hidpi/docprops-rtl.png b/public/assets/ckeditor/plugins/docprops/icons/hidpi/docprops-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..4a966da0391aa0b08e6f6b23e256bd7aa29ae48d GIT binary patch literal 1909 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/docprops/icons/hidpi/docprops.png b/public/assets/ckeditor/plugins/docprops/icons/hidpi/docprops.png new file mode 100644 index 0000000000000000000000000000000000000000..a66c86976062646ab353a237d46d120049047fef GIT binary patch literal 1941 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 bV_|S*E^l&Yo9;Xs00000NkvXXu0mjf<LQ{^ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/docprops/lang/af.js b/public/assets/ckeditor/plugins/docprops/lang/af.js new file mode 100644 index 0000000..d75eff8 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/af.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","af",{bgColor:"Agtergrond kleur",bgFixed:"Vasgeklemde Agtergrond",bgImage:"Agtergrond Beeld URL",charset:"Karakterstel Kodeering",charsetASCII:"ASCII",charsetCE:"Sentraal Europa",charsetCR:"Cyrillic",charsetCT:"Chinees Traditioneel (Big5)",charsetGR:"Grieks",charsetJP:"Japanees",charsetKR:"Koreans",charsetOther:"Ander Karakterstel Kodeering",charsetTR:"Turks",charsetUN:"Unicode (UTF-8)",charsetWE:"Western European",chooseColor:"Kies",design:"Design",docTitle:"Bladsy Opskrif", +docType:"Dokument Opskrif Soort",docTypeOther:"Ander Dokument Opskrif Soort",label:"Dokument Eienskappe",margin:"Bladsy Rante",marginBottom:"Onder",marginLeft:"Links",marginRight:"Regs",marginTop:"Bo",meta:"Meta Data",metaAuthor:"Skrywer",metaCopyright:"Kopiereg",metaDescription:"Dokument Beskrywing",metaKeywords:"Dokument Index Sleutelwoorde(comma verdeelt)",other:"\x3cander\x3e",previewHtml:'\x3cp\x3eThis is some \x3cstrong\x3esample text\x3c/strong\x3e. You are using \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Dokument Eienskappe",txtColor:"Tekskleur",xhtmlDec:"Voeg XHTML verklaring by"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/ar.js b/public/assets/ckeditor/plugins/docprops/lang/ar.js new file mode 100644 index 0000000..fcfc816 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/ar.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","ar",{bgColor:"ÙÙÙ Ø§ÙØ®ÙÙÙØ©",bgFixed:"جعÙÙØ§ Ø¹ÙØ§Ù Ø© Ù Ø§Ø¦ÙØ©",bgImage:"رابط Ø§ÙØµÙرة Ø§ÙØ®ÙÙÙØ©",charset:"ØªØ±Ù ÙØ² Ø§ÙØØ±ÙÙ",charsetASCII:"ASCII",charsetCE:"Ø£ÙØ±Ùبا اÙÙØ³Ø·Ù",charsetCR:"Ø§ÙØ³ÙرÙÙÙØ©",charsetCT:"Ø§ÙØµÙÙÙØ© Ø§ÙØªÙÙÙØ¯ÙØ© (Big5)",charsetGR:"اÙÙÙÙØ§ÙÙØ©",charsetJP:"اÙÙØ§Ø¨Ø§ÙÙØ©",charsetKR:"اÙÙÙØ±ÙØ©",charsetOther:"ØªØ±Ù ÙØ² آخر",charsetTR:"Ø§ÙØªØ±ÙÙØ©",charsetUN:"Unicode (UTF-8)",charsetWE:"Ø£ÙØ±Ùبا Ø§ÙØºØ±Ø¨ÙØ©",chooseColor:"اختر",design:"تص٠ÙÙ ",docTitle:"عÙÙØ§Ù Ø§ÙØµÙØØ©",docType:"ترÙÙØ³Ø© ÙÙØ¹ Ø§ÙØµÙØØ©", +docTypeOther:"ترÙÙØ³Ø© ÙÙØ¹ ØµÙØØ© أخرÙ",label:"خصائص Ø§ÙØµÙØØ©",margin:"ÙÙØ§Ù Ø´ Ø§ÙØµÙØØ©",marginBottom:"سÙÙÙ",marginLeft:"Ø£ÙØ³Ø±",marginRight:"Ø£ÙÙ Ù",marginTop:"عÙÙÙ",meta:"اÙ٠عرÙÙØ§Øª Ø§ÙØ±Ø£Ø³ÙØ©",metaAuthor:"اÙÙØ§ØªØ¨",metaCopyright:"اÙ٠اÙÙ",metaDescription:"ÙØµÙ Ø§ÙØµÙØØ©",metaKeywords:"اÙÙÙ٠ات Ø§ÙØ£Ø³Ø§Ø³ÙØ© (Ù ÙØµÙÙØ© بÙÙØ§ØµÙ)Ù",other:"\x3cأخرÙ\x3e",previewHtml:'\x3cp\x3eÙØ°Ù ٠جرد \x3cstrong\x3eÙØªØ§Ø¨Ø© Ø¨Ø³ÙØ·Ø©\x3c/strong\x3eÙ Ù Ø£Ø¬Ù Ø§ÙØªÙ Ø«ÙÙ. \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e',title:"خصائص Ø§ÙØµÙØØ©",txtColor:"ÙÙ٠اÙÙØµ", +xhtmlDec:"تض٠ÙÙ Ø¥Ø¹ÙØ§Ùات ÙØºØ© XHTMLÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/bg.js b/public/assets/ckeditor/plugins/docprops/lang/bg.js new file mode 100644 index 0000000..028cd3c --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/bg.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","bg",{bgColor:"Фон",bgFixed:"Non-scrolling (Fixed) Background",bgImage:"Background Image URL",charset:"Ðодова ÑаблиÑа",charsetASCII:"ASCII",charsetCE:"ЦенÑÑална евÑопейÑка",charsetCR:"Cyrillic",charsetCT:"ÐиÑайÑки ÑÑадиÑионен",charsetGR:"Greek",charsetJP:"Japanese",charsetKR:"Korean",charsetOther:"ÐÑÑга кодова ÑаблиÑа",charsetTR:"Turkish",charsetUN:"Unicode (UTF-8)",charsetWE:"Western European",chooseColor:"ÐзбеÑеÑе",design:"Ðизайн",docTitle:"Ðаглавие на ÑÑÑаниÑаÑа", +docType:"Document Type Heading",docTypeOther:"Other Document Type Heading",label:"ÐаÑÑÑойки на докÑменÑа",margin:"Page Margins",marginBottom:"ÐолÑ",marginLeft:"ÐÑво",marginRight:"ÐÑÑно",marginTop:"ÐоÑе",meta:"ÐеÑа еÑикеÑи",metaAuthor:"Author",metaCopyright:"Copyright",metaDescription:"Document Description",metaKeywords:"Document Indexing Keywords (comma separated)",other:"ÐÑÑги...",previewHtml:'\x3cp\x3eThis is some \x3cstrong\x3esample text\x3c/strong\x3e. You are using \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"ÐаÑÑÑойки на докÑменÑа",txtColor:"ЦвÑÑ Ð½Ð° ÑÑиÑÑ",xhtmlDec:"Include XHTML Declarations"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/bn.js b/public/assets/ckeditor/plugins/docprops/lang/bn.js new file mode 100644 index 0000000..8ca1990 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/bn.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","bn",{bgColor:"পà§à¦·à§à¦ তলà§à¦° রà¦",bgFixed:"সà§à¦à§à¦°à¦²à¦à¦°à¦£-বà§à¦¯à¦¤à¦¿à¦¤ (নিরà§à¦¦à¦¿à¦·à§à¦) পà§à¦·à§à¦ তল",bgImage:"পà§à¦·à§à¦ তলà§à¦° à¦à¦¬à¦¿à¦° URL",charset:"à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦° সà§à¦ à¦à¦¨à¦à§à¦¡à¦¿à¦",charsetASCII:"ASCII",charsetCE:"Central European",charsetCR:"Cyrillic",charsetCT:"Chinese Traditional (Big5)",charsetGR:"Greek",charsetJP:"Japanese",charsetKR:"Korean",charsetOther:"ঠনà§à¦¯ à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦° সà§à¦ à¦à¦¨à¦à§à¦¡à¦¿à¦",charsetTR:"Turkish",charsetUN:"Unicode (UTF-8)",charsetWE:"Western European",chooseColor:"Choose",design:"Design", +docTitle:"পà§à¦ শà§à¦°à§à¦·à¦",docType:"ডà¦à§à¦¯à§à¦®à§à¦¨à§à¦ à¦à¦¾à¦à¦ª হà§à¦¡à¦¿à¦",docTypeOther:"ঠনà§à¦¯ ডà¦à§à¦¯à§à¦®à§à¦¨à§à¦ à¦à¦¾à¦à¦ª হà§à¦¡à¦¿à¦",label:"ডà¦à§à¦¯à§à¦®à§à¦¨à§à¦ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿",margin:"পà§à¦ মারà§à¦à¦¿à¦¨",marginBottom:"নà§à¦à§",marginLeft:"বামà§",marginRight:"ডানà§",marginTop:"à¦à¦ªà¦°",meta:"মà§à¦à¦¾à¦¡à§à¦à¦¾",metaAuthor:"লà§à¦à¦",metaCopyright:"à¦à¦ªà§à¦°à¦¾à¦à¦",metaDescription:"ডà¦à§à¦¯à§à¦®à§à¦¨à§à¦ বরà§à¦£à¦¨à¦¾",metaKeywords:"ডà¦à§à¦¯à§à¦®à§à¦¨à§à¦ à¦à¦¨à§à¦¡à§à¦à§à¦¸ à¦à¦¿à¦à§à¦¾à¦°à§à¦¡ (à¦à¦®à¦¾ দà§à¦¬à¦¾à¦°à¦¾ বিà¦à§à¦à¦¿à¦¨à§à¦¨)",other:"\x3cother\x3e",previewHtml:'\x3cp\x3eThis is some \x3cstrong\x3esample text\x3c/strong\x3e. You are using \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"ডà¦à§à¦¯à§à¦®à§à¦¨à§à¦ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿",txtColor:"à¦à§à¦à§à¦¸à§à¦ রà¦",xhtmlDec:"XHTML ডà§à¦à§à¦²à¦¾à¦°à§à¦¶à¦¨ যà§à¦à§à¦¤ à¦à¦°"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/bs.js b/public/assets/ckeditor/plugins/docprops/lang/bs.js new file mode 100644 index 0000000..cd5c3be --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/bs.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","bs",{bgColor:"Background Color",bgFixed:"Non-scrolling (Fixed) Background",bgImage:"Background Image URL",charset:"Character Set Encoding",charsetASCII:"ASCII",charsetCE:"Central European",charsetCR:"Cyrillic",charsetCT:"Chinese Traditional (Big5)",charsetGR:"Greek",charsetJP:"Japanese",charsetKR:"Korean",charsetOther:"Other Character Set Encoding",charsetTR:"Turkish",charsetUN:"Unicode (UTF-8)",charsetWE:"Western European",chooseColor:"Choose",design:"Design", +docTitle:"Page Title",docType:"Document Type Heading",docTypeOther:"Other Document Type Heading",label:"Document Properties",margin:"Page Margins",marginBottom:"Dno",marginLeft:"Lijevo",marginRight:"Desno",marginTop:"Vrh",meta:"Meta Tags",metaAuthor:"Author",metaCopyright:"Copyright",metaDescription:"Document Description",metaKeywords:"Document Indexing Keywords (comma separated)",other:"Other...",previewHtml:'\x3cp\x3eThis is some \x3cstrong\x3esample text\x3c/strong\x3e. You are using \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Document Properties",txtColor:"Boja teksta",xhtmlDec:"Include XHTML Declarations"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/ca.js b/public/assets/ckeditor/plugins/docprops/lang/ca.js new file mode 100644 index 0000000..014bfab --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/ca.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","ca",{bgColor:"Color de fons",bgFixed:"Fons sense desplaçament (Fixe)",bgImage:"URL de la imatge de fons",charset:"Codificació de conjunt de carà cters",charsetASCII:"ASCII",charsetCE:"Europeu Central",charsetCR:"CirÃl·lic",charsetCT:"Xinès tradicional (Big5)",charsetGR:"Grec",charsetJP:"Japonès",charsetKR:"Coreà ",charsetOther:"Una altra codificació de carà cters",charsetTR:"Turc",charsetUN:"Unicode (UTF-8)",charsetWE:"Europeu occidental",chooseColor:"Triar",design:"Disseny", +docTitle:"TÃtol de la pà gina",docType:"Capçalera de tipus de document",docTypeOther:"Un altra capçalera de tipus de document",label:"Propietats del document",margin:"Marges de pà gina",marginBottom:"Peu",marginLeft:"Esquerra",marginRight:"Dreta",marginTop:"Cap",meta:"Metadades",metaAuthor:"Autor",metaCopyright:"Copyright",metaDescription:"Descripció del document",metaKeywords:"Paraules clau per a indexació (separats per coma)",other:"Altre...",previewHtml:'\x3cp\x3eAquest és un \x3cstrong\x3etext d\'exemple\x3c/strong\x3e. Està s utilitzant \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Propietats del document",txtColor:"Color de Text",xhtmlDec:"Incloure declaracions XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/cs.js b/public/assets/ckeditor/plugins/docprops/lang/cs.js new file mode 100644 index 0000000..14bb63e --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/cs.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","cs",{bgColor:"Barva pozadÃ",bgFixed:"Nerolovatelné (Pevné) pozadÃ",bgImage:"URL obrázku na pozadÃ",charset:"Znaková sada",charsetASCII:"ASCII",charsetCE:"StÅedoevropské jazyky",charsetCR:"Cyrilice",charsetCT:"TradiÄnà ÄÃnÅ¡tina (Big5)",charsetGR:"ÅeÄtina",charsetJP:"JaponÅ¡tina",charsetKR:"KorejÅ¡tina",charsetOther:"Dalšà znaková sada",charsetTR:"TureÄtina",charsetUN:"Unicode (UTF-8)",charsetWE:"Západoevropské jazyky",chooseColor:"VýbÄr",design:"Vzhled",docTitle:"Titulek stránky", +docType:"Typ dokumentu",docTypeOther:"Jiný typ dokumetu",label:"Vlastnosti dokumentu",margin:"Okraje stránky",marginBottom:"DolnÃ",marginLeft:"Levý",marginRight:"Pravý",marginTop:"HornÃ",meta:"Metadata",metaAuthor:"Autor",metaCopyright:"Autorská práva",metaDescription:"Popis dokumentu",metaKeywords:"KlÃÄová slova (oddÄlená Äárkou)",other:"\x3cjiný\x3e",previewHtml:'\x3cp\x3eToto je \x3cstrong\x3eukázkový text\x3c/strong\x3e. PoužÃváte \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Vlastnosti dokumentu",txtColor:"Barva textu",xhtmlDec:"Zahrnout deklarace XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/cy.js b/public/assets/ckeditor/plugins/docprops/lang/cy.js new file mode 100644 index 0000000..1d7a871 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/cy.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","cy",{bgColor:"Lliw Cefndir",bgFixed:"Cefndir Sefydlog (Ddim yn Sgrolio)",bgImage:"URL Delwedd Cefndir",charset:"Amgodio Set Nodau",charsetASCII:"ASCII",charsetCE:"Ewropeaidd Canol",charsetCR:"Syrilig",charsetCT:"Tsieinëeg Traddodiadol (Big5)",charsetGR:"Groeg",charsetJP:"Siapanëeg",charsetKR:"Corëeg",charsetOther:"Amgodio Set Nodau Arall",charsetTR:"Tyrceg",charsetUN:"Unicode (UTF-8)",charsetWE:"Ewropeaidd Gorllewinol",chooseColor:"Dewis",design:"Cynllunio",docTitle:"Teitl y Dudalen", +docType:"Pennawd Math y Ddogfen",docTypeOther:"Pennawd Math y Ddogfen Arall",label:"Priodweddau Dogfen",margin:"Ffin y Dudalen",marginBottom:"Gwaelod",marginLeft:"Chwith",marginRight:"Dde",marginTop:"Brig",meta:"Tagiau Meta",metaAuthor:"Awdur",metaCopyright:"Hawlfraint",metaDescription:"Disgrifiad y Ddogfen",metaKeywords:"Allweddeiriau Indecsio Dogfen (gwahanu gyda choma)",other:"Arall...",previewHtml:'\x3cp\x3eDyma ychydig o \x3cstrong\x3edestun sampl\x3c/strong\x3e. Rydych chi\'n defnyddio \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Priodweddau Dogfen",txtColor:"Lliw y Testun",xhtmlDec:"Cynnwys Datganiadau XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/da.js b/public/assets/ckeditor/plugins/docprops/lang/da.js new file mode 100644 index 0000000..c627294 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/da.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","da",{bgColor:"Baggrundsfarve",bgFixed:"FastlÃ¥st baggrund",bgImage:"Baggrundsbillede URL",charset:"Tegnsætskode",charsetASCII:"ASCII",charsetCE:"Centraleuropæisk",charsetCR:"Kyrillisk",charsetCT:"Traditionel kinesisk (Big5)",charsetGR:"Græsk",charsetJP:"Japansk",charsetKR:"Koreansk",charsetOther:"Anden tegnsætskode",charsetTR:"Tyrkisk",charsetUN:"Unicode (UTF-8)",charsetWE:"Vesteuropæisk",chooseColor:"Vælg",design:"Design",docTitle:"Sidetitel",docType:"Dokumenttype kategori", +docTypeOther:"Anden dokumenttype kategori",label:"Egenskaber for dokument",margin:"Sidemargen",marginBottom:"Nederst",marginLeft:"Venstre",marginRight:"Højre",marginTop:"Ãverst",meta:"Metatags",metaAuthor:"Forfatter",metaCopyright:"Copyright",metaDescription:"Dokumentbeskrivelse",metaKeywords:"Dokument index nøgleord (kommasepareret)",other:"\x3canden\x3e",previewHtml:'\x3cp\x3eDette er et \x3cstrong\x3eeksempel pÃ¥ noget tekst\x3c/strong\x3e. Du benytter \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Egenskaber for dokument",txtColor:"Tekstfarve",xhtmlDec:"Inkludere XHTML deklartion"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/de-ch.js b/public/assets/ckeditor/plugins/docprops/lang/de-ch.js new file mode 100644 index 0000000..d93fe92 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/de-ch.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","de-ch",{bgColor:"Hintergrundfarbe",bgFixed:"Nichtrollender (feststehender) Hintergrund",bgImage:"Hintergrundbild-URL",charset:"Zeichensatzkodierung",charsetASCII:"ASCII",charsetCE:"Zentraleuropäisch",charsetCR:"Kyrillisch",charsetCT:"Traditionelles Chinesisch (Big5)",charsetGR:"Griechisch",charsetJP:"Japanisch",charsetKR:"Koreanisch",charsetOther:"Andere Zeichensatzkodierung",charsetTR:"Türkisch",charsetUN:"Unicode (UTF-8)",charsetWE:"Westeuropäisch",chooseColor:"Auswählen", +design:"Design",docTitle:"Seitentitel",docType:"Dokumententypüberschrift",docTypeOther:"Andere Dokumententypüberschrift",label:"Dokumenteigenschaften",margin:"Seitenränder",marginBottom:"Unten",marginLeft:"Links",marginRight:"Rechts",marginTop:"Oben",meta:"Metadaten",metaAuthor:"Autor",metaCopyright:"Copyright",metaDescription:"Dokumentbeschreibung",metaKeywords:"Schlüsselwörter (durch Komma getrennt)",other:"Andere...",previewHtml:'\x3cp\x3eDas ist ein \x3cstrong\x3eBeispieltext\x3c/strong\x3e. Du schreibst in \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Dokumenteigenschaften",txtColor:"Textfarbe",xhtmlDec:"Beziehe XHTML Deklarationen ein"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/de.js b/public/assets/ckeditor/plugins/docprops/lang/de.js new file mode 100644 index 0000000..2a46282 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/de.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","de",{bgColor:"Hintergrundfarbe",bgFixed:"Nichtrollender (feststehender) Hintergrund",bgImage:"Hintergrundbild-URL",charset:"Zeichensatzkodierung",charsetASCII:"ASCII",charsetCE:"Zentraleuropäisch",charsetCR:"Kyrillisch",charsetCT:"Traditionelles Chinesisch (Big5)",charsetGR:"Griechisch",charsetJP:"Japanisch",charsetKR:"Koreanisch",charsetOther:"Andere Zeichensatzkodierung",charsetTR:"Türkisch",charsetUN:"Unicode (UTF-8)",charsetWE:"Westeuropäisch",chooseColor:"Auswählen", +design:"Design",docTitle:"Seitentitel",docType:"Dokumententypüberschrift",docTypeOther:"Andere Dokumententypüberschrift",label:"Dokumenteigenschaften",margin:"Seitenränder",marginBottom:"Unten",marginLeft:"Links",marginRight:"Rechts",marginTop:"Oben",meta:"Metadaten",metaAuthor:"Autor",metaCopyright:"Copyright",metaDescription:"Dokumentbeschreibung",metaKeywords:"Schlüsselwörter (durch Komma getrennt)",other:"Andere...",previewHtml:'\x3cp\x3eDas ist ein \x3cstrong\x3eBeispieltext\x3c/strong\x3e. Du schreibst in \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Dokumenteigenschaften",txtColor:"Textfarbe",xhtmlDec:"Beziehe XHTML Deklarationen ein"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/el.js b/public/assets/ckeditor/plugins/docprops/lang/el.js new file mode 100644 index 0000000..16d0992 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/el.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","el",{bgColor:"ΧÏÏμα ΦÏνÏÎ¿Ï ",bgFixed:"ΦÏνÏο ΧÏÏÎ¯Ï ÎÏλιÏη (ΣÏαθεÏÏ)",bgImage:"ÎιεÏÎ¸Ï Î½Ïη ÎικÏÎ½Î±Ï Î¦ÏνÏÎ¿Ï ",charset:"ÎÏδικοÏοίηÏη ΧαÏακÏήÏÏν",charsetASCII:"ASCII",charsetCE:"ÎενÏÏÎ¹ÎºÎ®Ï ÎÏ ÏÏÏηÏ",charsetCR:"ÎÏ Ïιλλική",charsetCT:"ΠαÏαδοÏιακή ÎινÎζικη (Big5)",charsetGR:"Îλληνική",charsetJP:"ÎαÏÏνική",charsetKR:"ÎοÏεάÏικη",charsetOther:"Îλλη ÎÏδικοÏοίηÏη ΧαÏακÏήÏÏν",charsetTR:"Î¤Î¿Ï Ïκική",charsetUN:"ÎÎ¹ÎµÎ¸Î½Î®Ï (UTF-8)",charsetWE:"ÎÏ ÏÎ¹ÎºÎ®Ï ÎÏ ÏÏÏηÏ",chooseColor:"ÎÏιλÎξÏε",design:"ΣÏεδιαÏμÏÏ", +docTitle:"ΤίÏÎ»Î¿Ï Î£ÎµÎ»Î¯Î´Î±Ï",docType:"ÎεÏαλίδα ΤÏÏÎ¿Ï ÎγγÏάÏÎ¿Ï ",docTypeOther:"Îλλη ÎεÏαλίδα ΤÏÏÎ¿Ï ÎγγÏάÏÎ¿Ï ",label:"ÎδιÏÏηÏÎµÏ ÎγγÏάÏÎ¿Ï ",margin:"ΠεÏιθÏÏια ΣελίδαÏ",marginBottom:"ÎάÏÏ",marginLeft:"ÎÏιÏÏεÏά",marginRight:"Îεξιά",marginTop:"ÎοÏÏ Ïή",meta:"ÎεÏαδεδομÎνα",metaAuthor:"ÎÎ·Î¼Î¹Î¿Ï ÏγÏÏ",metaCopyright:"Î Î½ÎµÏ Î¼Î±Ïικά ÎικαιÏμαÏα",metaDescription:"ΠεÏιγÏαÏή ÎγγÏάÏÎ¿Ï ",metaKeywords:"ÎÎÎ¾ÎµÎ¹Ï ÎºÎ»ÎµÎ¹Î´Î¹Î¬ δείκÏÎµÏ ÎµÎ³Î³ÏάÏÎ¿Ï (διαÏÏÏιÏμÏÏ Î¼Îµ κÏμμα)",other:"Îλλοâ¦",previewHtml:'\x3cp\x3eÎÏ ÏÏ ÎµÎ¯Î½Î±Î¹ Îνα \x3cstrong\x3eÏαÏαδειγμαÏÎ¹ÎºÏ ÎºÎµÎ¯Î¼ÎµÎ½Î¿\x3c/strong\x3e. ΧÏηÏιμοÏοιείÏε Ïο \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"ÎδιÏÏηÏÎµÏ ÎγγÏάÏÎ¿Ï ",txtColor:"ΧÏÏμα ÎειμÎÎ½Î¿Ï ",xhtmlDec:"Îα Î£Ï Î¼ÏεÏιληÏθοÏν οι ÎηλÏÏÎµÎ¹Ï XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/en-au.js b/public/assets/ckeditor/plugins/docprops/lang/en-au.js new file mode 100644 index 0000000..4eea448 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/en-au.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","en-au",{bgColor:"Background Color",bgFixed:"Non-scrolling (Fixed) Background",bgImage:"Background Image URL",charset:"Character Set Encoding",charsetASCII:"ASCII",charsetCE:"Central European",charsetCR:"Cyrillic",charsetCT:"Chinese Traditional (Big5)",charsetGR:"Greek",charsetJP:"Japanese",charsetKR:"Korean",charsetOther:"Other Character Set Encoding",charsetTR:"Turkish",charsetUN:"Unicode (UTF-8)",charsetWE:"Western European",chooseColor:"Choose",design:"Design", +docTitle:"Page Title",docType:"Document Type Heading",docTypeOther:"Other Document Type Heading",label:"Document Properties",margin:"Page Margins",marginBottom:"Bottom",marginLeft:"Left",marginRight:"Right",marginTop:"Top",meta:"Meta Tags",metaAuthor:"Author",metaCopyright:"Copyright",metaDescription:"Document Description",metaKeywords:"Document Indexing Keywords (comma separated)",other:"Other...",previewHtml:'\x3cp\x3eThis is some \x3cstrong\x3esample text\x3c/strong\x3e. You are using \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Document Properties",txtColor:"Text Color",xhtmlDec:"Include XHTML Declarations"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/en-ca.js b/public/assets/ckeditor/plugins/docprops/lang/en-ca.js new file mode 100644 index 0000000..44654fb --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/en-ca.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","en-ca",{bgColor:"Background Color",bgFixed:"Non-scrolling (Fixed) Background",bgImage:"Background Image URL",charset:"Character Set Encoding",charsetASCII:"ASCII",charsetCE:"Central European",charsetCR:"Cyrillic",charsetCT:"Chinese Traditional (Big5)",charsetGR:"Greek",charsetJP:"Japanese",charsetKR:"Korean",charsetOther:"Other Character Set Encoding",charsetTR:"Turkish",charsetUN:"Unicode (UTF-8)",charsetWE:"Western European",chooseColor:"Choose",design:"Design", +docTitle:"Page Title",docType:"Document Type Heading",docTypeOther:"Other Document Type Heading",label:"Document Properties",margin:"Page Margins",marginBottom:"Bottom",marginLeft:"Left",marginRight:"Right",marginTop:"Top",meta:"Meta Tags",metaAuthor:"Author",metaCopyright:"Copyright",metaDescription:"Document Description",metaKeywords:"Document Indexing Keywords (comma separated)",other:"Other...",previewHtml:'\x3cp\x3eThis is some \x3cstrong\x3esample text\x3c/strong\x3e. You are using \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Document Properties",txtColor:"Text Color",xhtmlDec:"Include XHTML Declarations"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/en-gb.js b/public/assets/ckeditor/plugins/docprops/lang/en-gb.js new file mode 100644 index 0000000..bf37796 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/en-gb.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","en-gb",{bgColor:"Background Colour",bgFixed:"Non-scrolling (Fixed) Background",bgImage:"Background Image URL",charset:"Character Set Encoding",charsetASCII:"ASCII",charsetCE:"Central European",charsetCR:"Cyrillic",charsetCT:"Chinese Traditional (Big5)",charsetGR:"Greek",charsetJP:"Japanese",charsetKR:"Korean",charsetOther:"Other Character Set Encoding",charsetTR:"Turkish",charsetUN:"Unicode (UTF-8)",charsetWE:"Western European",chooseColor:"Choose",design:"Design", +docTitle:"Page Title",docType:"Document Type Heading",docTypeOther:"Other Document Type Heading",label:"Document Properties",margin:"Page Margins",marginBottom:"Bottom",marginLeft:"Left",marginRight:"Right",marginTop:"Top",meta:"Meta Tags",metaAuthor:"Author",metaCopyright:"Copyright",metaDescription:"Document Description",metaKeywords:"Document Indexing Keywords (comma-separated)",other:"Other...",previewHtml:'\x3cp\x3eThis is some \x3cstrong\x3esample text\x3c/strong\x3e. You are using \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Document Properties",txtColor:"Text Colour",xhtmlDec:"Include XHTML Declarations"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/en.js b/public/assets/ckeditor/plugins/docprops/lang/en.js new file mode 100644 index 0000000..a3a22cc --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/en.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","en",{bgColor:"Background Color",bgFixed:"Non-scrolling (Fixed) Background",bgImage:"Background Image URL",charset:"Character Set Encoding",charsetASCII:"ASCII",charsetCE:"Central European",charsetCR:"Cyrillic",charsetCT:"Chinese Traditional (Big5)",charsetGR:"Greek",charsetJP:"Japanese",charsetKR:"Korean",charsetOther:"Other Character Set Encoding",charsetTR:"Turkish",charsetUN:"Unicode (UTF-8)",charsetWE:"Western European",chooseColor:"Choose",design:"Design", +docTitle:"Page Title",docType:"Document Type Heading",docTypeOther:"Other Document Type Heading",label:"Document Properties",margin:"Page Margins",marginBottom:"Bottom",marginLeft:"Left",marginRight:"Right",marginTop:"Top",meta:"Meta Tags",metaAuthor:"Author",metaCopyright:"Copyright",metaDescription:"Document Description",metaKeywords:"Document Indexing Keywords (comma separated)",other:"Other...",previewHtml:'\x3cp\x3eThis is some \x3cstrong\x3esample text\x3c/strong\x3e. You are using \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Document Properties",txtColor:"Text Color",xhtmlDec:"Include XHTML Declarations"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/eo.js b/public/assets/ckeditor/plugins/docprops/lang/eo.js new file mode 100644 index 0000000..12c833d --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/eo.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","eo",{bgColor:"Fona Koloro",bgFixed:"Neruluma Fono",bgImage:"URL de Fona Bildo",charset:"Signara Kodo",charsetASCII:"ASCII",charsetCE:"Centra EÅropa",charsetCR:"Cirila",charsetCT:"Tradicia Äina (Big5)",charsetGR:"Greka",charsetJP:"Japana",charsetKR:"Korea",charsetOther:"Alia Signara Kodo",charsetTR:"Turka",charsetUN:"Unikodo (UTF-8)",charsetWE:"Okcidenta EÅropa",chooseColor:"Elektu",design:"Dizajno",docTitle:"PaÄotitolo",docType:"Dokumenta Tipo",docTypeOther:"Alia Dokumenta Tipo", +label:"Dokumentaj Atributoj",margin:"PaÄaj MarÄenoj",marginBottom:"Malsupra",marginLeft:"Maldekstra",marginRight:"Dekstra",marginTop:"Supra",meta:"Metadatenoj",metaAuthor:"Verkinto",metaCopyright:"Kopirajto",metaDescription:"Dokumenta Priskribo",metaKeywords:"Ålosilvortoj de la Dokumento (apartigitaj de komoj)",other:"\x3calia\x3e",previewHtml:'\x3cp\x3eTio estas \x3cstrong\x3esampla teksto\x3c/strong\x3e. Vi estas uzanta \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e',title:"Dokumentaj Atributoj", +txtColor:"Teksta Koloro",xhtmlDec:"Inkluzivi XHTML Deklarojn"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/es.js b/public/assets/ckeditor/plugins/docprops/lang/es.js new file mode 100644 index 0000000..ade8e25 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/es.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","es",{bgColor:"Color de fondo",bgFixed:"Fondo fijo (no se desplaza)",bgImage:"Imagen de fondo",charset:"Codificación de caracteres",charsetASCII:"ASCII",charsetCE:"Centro Europeo",charsetCR:"Ruso",charsetCT:"Chino Tradicional (Big5)",charsetGR:"Griego",charsetJP:"Japonés",charsetKR:"Koreano",charsetOther:"Otra codificación de caracteres",charsetTR:"Turco",charsetUN:"Unicode (UTF-8)",charsetWE:"Europeo occidental",chooseColor:"Elegir",design:"Diseño",docTitle:"TÃtulo de página", +docType:"Tipo de documento",docTypeOther:"Otro tipo de documento",label:"Propiedades del documento",margin:"Márgenes",marginBottom:"Inferior",marginLeft:"Izquierdo",marginRight:"Derecho",marginTop:"Superior",meta:"Meta Tags",metaAuthor:"Autor",metaCopyright:"Copyright",metaDescription:"Descripción del documento",metaKeywords:"Palabras claves del documento separadas por coma (meta keywords)",other:"Otro...",previewHtml:'\x3cp\x3eEste es un \x3cstrong\x3etexto de ejemplo\x3c/strong\x3e. Usted está usando \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Propiedades del documento",txtColor:"Color del texto",xhtmlDec:"Incluir declaración XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/et.js b/public/assets/ckeditor/plugins/docprops/lang/et.js new file mode 100644 index 0000000..3c8303d --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/et.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","et",{bgColor:"Taustavärv",bgFixed:"Mittekeritav tagataust",bgImage:"Taustapildi URL",charset:"Märgistiku kodeering",charsetASCII:"ASCII",charsetCE:"Kesk-Euroopa",charsetCR:"Kirillisa",charsetCT:"Hiina traditsiooniline (Big5)",charsetGR:"Kreeka",charsetJP:"Jaapani",charsetKR:"Korea",charsetOther:"Ãlejäänud märgistike kodeeringud",charsetTR:"Türgi",charsetUN:"Unicode (UTF-8)",charsetWE:"Lääne-Euroopa",chooseColor:"Vali",design:"Disain",docTitle:"Lehekülje tiitel", +docType:"Dokumendi tüüppäis",docTypeOther:"Teised dokumendi tüüppäised",label:"Dokumendi omadused",margin:"Lehekülje äärised",marginBottom:"Alaserv",marginLeft:"Vasakserv",marginRight:"Paremserv",marginTop:"Ãlaserv",meta:"Meta andmed",metaAuthor:"Autor",metaCopyright:"Autoriõigus",metaDescription:"Dokumendi kirjeldus",metaKeywords:"Dokumendi võtmesõnad (eraldatud komadega)",other:"\x3cmuu\x3e",previewHtml:'\x3cp\x3eSee on \x3cstrong\x3enäidistekst\x3c/strong\x3e. Sa kasutad \x3ca href\x3d"javascript:void(0)"\x3eCKEditori\x3c/a\x3e.\x3c/p\x3e', +title:"Dokumendi omadused",txtColor:"Teksti värv",xhtmlDec:"Arva kaasa XHTML deklaratsioonid"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/eu.js b/public/assets/ckeditor/plugins/docprops/lang/eu.js new file mode 100644 index 0000000..5cfd0e5 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/eu.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","eu",{bgColor:"Atzeko planoko kolorea",bgFixed:"Korritze gabeko atzeko planoa (finkoa)",bgImage:"Atzeko planoko irudiaren URLa",charset:"Karaktere-jokoaren kodeketa",charsetASCII:"ASCII",charsetCE:"Erdialdeko Europakoa",charsetCR:"Zirilikoa",charsetCT:"Txinatar tradizionala (Big5)",charsetGR:"Grekoa",charsetJP:"Japoniarra",charsetKR:"Korearra",charsetOther:"Beste karaktere-joko kodeketa bat",charsetTR:"Turkiarra",charsetUN:"Unicode (UTF-8)",charsetWE:"Mendebaldeko Europakoa", +chooseColor:"Aukeratu",design:"Diseinua",docTitle:"Orriaren izenburua",docType:"Document Type goiburua",docTypeOther:"Beste Document Type goiburu bat",label:"Dokumentuaren propietateak",margin:"Orrialdearen marjinak",marginBottom:"Behean",marginLeft:"Ezkerrean",marginRight:"Eskuinean",marginTop:"Goian",meta:"Meta etiketak",metaAuthor:"Egilea",metaCopyright:"Copyright-a",metaDescription:"Dokumentuaren deskribapena",metaKeywords:"Dokumentua indexatzeko gako-hitzak (komaz banatuta)",other:"Bestelakoa...", +previewHtml:'\x3cp\x3eHau \x3cstrong\x3eadibideko testua\x3c/strong\x3e da. \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e erabiltzen ari zara.\x3c/p\x3e',title:"Dokumentuaren propietateak",txtColor:"Testu-kolorea",xhtmlDec:"Sartu XHTML deklarazioak"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/fa.js b/public/assets/ckeditor/plugins/docprops/lang/fa.js new file mode 100644 index 0000000..6ec21fd --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/fa.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","fa",{bgColor:"رÙÚ¯ Ù¾Ø³âØ²Ù ÛÙÙ",bgFixed:"Ù¾Ø³âØ²Ù ÛÙÙÙ´ ثابت (بدÙÙ ØØ±Ú©Øª)",bgImage:"URL تصÙÛØ± پسز٠ÛÙÙ",charset:"Ø±Ù Ø²Ú¯Ø°Ø§Ø±Û ÙÙÛØ³ÙâگاÙ",charsetASCII:"اسکÛ",charsetCE:"ارÙÙ¾Ø§Û Ù Ø±Ú©Ø²Û",charsetCR:"Ø³ÛØ±ÛÙÛÚ©",charsetCT:"ÚÛÙÛ Ø±Ø³Ù Û (Big5)",charsetGR:"ÛÙÙØ§ÙÛ",charsetJP:"ÚØ§Ù¾ÙÛ",charsetKR:"کرÙâØ§Û",charsetOther:"Ø±Ù Ø²Ú¯Ø°Ø§Ø±Û ÙÙÛØ³Ùâگا٠دÛگر",charsetTR:"ترکÛ",charsetUN:"ÛÙÙÛکد (UTF-8)",charsetWE:"ارÙÙ¾Ø§Û ØºØ±Ø¨Û",chooseColor:"Ø§ÙØªØ®Ø§Ø¨",design:"طراØÛ",docTitle:"عÙÙØ§Ù ØµÙØÙ",docType:"عÙÙØ§Ù ÙÙØ¹ Ø³ÙØ¯",docTypeOther:"عÙÙØ§Ù ÙÙØ¹ Ø³ÙØ¯ دÛگر", +label:"ÙÛÚÚ¯ÛâÙØ§Û Ø³ÙØ¯",margin:"ØØ§Ø´ÛÙâÙØ§Û ØµÙØÙ",marginBottom:"پاÛÛÙ",marginLeft:"ÚÙ¾",marginRight:"راست",marginTop:"Ø¨Ø§ÙØ§",meta:"ÙØ±Ø§Ø¯Ø§Ø¯Ù",metaAuthor:"ÙÙÛØ³ÙدÙ",metaCopyright:"ØÙ Ø§ÙØªØ´Ø§Ø±",metaDescription:"ØªÙØµÛÙ Ø³ÙØ¯",metaKeywords:"Ú©ÙÛØ¯ÙاÚگا٠Ù٠اÛÙâÚ¯Ø°Ø§Ø±Û Ø³ÙØ¯ (با کا٠ا جدا Ø´ÙÙØ¯)",other:"\x3cØ³Ø§ÛØ±\x3e",previewHtml:'\x3cp\x3eاÛÙ ÛÚ© \x3cstrong\x3e٠ت٠ÙÙ ÙÙÙ\x3c/strong\x3e است. ش٠ا در ØØ§Ù Ø§Ø³ØªÙØ§Ø¯Ù از \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e ÙØ³ØªÛد.\x3c/p\x3e',title:"ÙÛÚÚ¯ÛâÙØ§Û Ø³ÙØ¯",txtColor:"رÙÚ¯ ٠تÙ", +xhtmlDec:"شا٠٠تعارÛÙ XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/fi.js b/public/assets/ckeditor/plugins/docprops/lang/fi.js new file mode 100644 index 0000000..659a65f --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/fi.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","fi",{bgColor:"Taustaväri",bgFixed:"Paikallaanpysyvä tausta",bgImage:"Taustakuva",charset:"Merkistökoodaus",charsetASCII:"ASCII",charsetCE:"Keskieurooppalainen",charsetCR:"Kyrillinen",charsetCT:"Kiina, perinteinen (Big5)",charsetGR:"Kreikka",charsetJP:"Japani",charsetKR:"Korealainen",charsetOther:"Muu merkistökoodaus",charsetTR:"Turkkilainen",charsetUN:"Unicode (UTF-8)",charsetWE:"Länsieurooppalainen",chooseColor:"Valitse",design:"Sommittelu",docTitle:"Sivun nimi", +docType:"Dokumentin tyyppi",docTypeOther:"Muu dokumentin tyyppi",label:"Dokumentin ominaisuudet",margin:"Sivun marginaalit",marginBottom:"Ala",marginLeft:"Vasen",marginRight:"Oikea",marginTop:"Ylä",meta:"Metatieto",metaAuthor:"Tekijä",metaCopyright:"Tekijänoikeudet",metaDescription:"Kuvaus",metaKeywords:"Hakusanat (pilkulla erotettuna)",other:"\x3cmuu\x3e",previewHtml:'\x3cp\x3eTämä on \x3cstrong\x3eesimerkkitekstiä\x3c/strong\x3e. Käytät juuri \x3ca href\x3d"javascript:void(0)"\x3eCKEditoria\x3c/a\x3e.\x3c/p\x3e', +title:"Dokumentin ominaisuudet",txtColor:"Tekstiväri",xhtmlDec:"Lisää XHTML julistukset"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/fo.js b/public/assets/ckeditor/plugins/docprops/lang/fo.js new file mode 100644 index 0000000..2f58d4b --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/fo.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","fo",{bgColor:"Bakgrundslitur",bgFixed:"Læst bakgrund (rullar ikki)",bgImage:"Leið til bakgrundsmynd (URL)",charset:"Teknsett koda",charsetASCII:"ASCII",charsetCE:"Miðeuropa",charsetCR:"Cyrilliskt",charsetCT:"Kinesiskt traditionelt (Big5)",charsetGR:"Grikst",charsetJP:"Japanskt",charsetKR:"Koreanskt",charsetOther:"Onnur teknsett koda",charsetTR:"Turkiskt",charsetUN:"Unicode (UTF-8)",charsetWE:"Vestureuropa",chooseColor:"Vel",design:"Design",docTitle:"SÃðuheiti", +docType:"Dokumentslag yvirskrift",docTypeOther:"Annað dokumentslag yvirskrift",label:"Eginleikar fyri dokument",margin:"SÃðubreddar",marginBottom:"Niðast",marginLeft:"Vinstra",marginRight:"Høgra",marginTop:"Ovast",meta:"META-upplýsingar",metaAuthor:"Høvundur",metaCopyright:"Upphavsrættindi",metaDescription:"Dokumentlýsing",metaKeywords:"Dokument index lyklaorð (sundurbýtt við komma)",other:"\x3cannað\x3e",previewHtml:'\x3cp\x3eHetta er ein \x3cstrong\x3eroyndartekstur\x3c/strong\x3e. Tygum brúka \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Eginleikar fyri dokument",txtColor:"Tekstlitur",xhtmlDec:"Viðfest XHTML deklaratiónir"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/fr-ca.js b/public/assets/ckeditor/plugins/docprops/lang/fr-ca.js new file mode 100644 index 0000000..6b88f8f --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/fr-ca.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","fr-ca",{bgColor:"Couleur de fond",bgFixed:"Image fixe sans défilement",bgImage:"Image de fond",charset:"Encodage",charsetASCII:"ACSII",charsetCE:"Europe Centrale",charsetCR:"Cyrillique",charsetCT:"Chinois Traditionnel (Big5)",charsetGR:"Grecque",charsetJP:"Japonais",charsetKR:"Coréen",charsetOther:"Autre encodage",charsetTR:"Turque",charsetUN:"Unicode (UTF-8)",charsetWE:"Occidental",chooseColor:"Sélectionner",design:"Design",docTitle:"Titre de la page",docType:"Type de document", +docTypeOther:"Autre type de document",label:"Propriétés du document",margin:"Marges",marginBottom:"Bas",marginLeft:"Gauche",marginRight:"Droite",marginTop:"Haut",meta:"Méta-données",metaAuthor:"Auteur",metaCopyright:"Copyright",metaDescription:"Description",metaKeywords:"Mots-clés (séparés par des virgules)",other:"Autre...",previewHtml:'\x3cp\x3eVoici un \x3cstrong\x3eexample de texte\x3c/strong\x3e. Vous utilisez \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e',title:"Propriétés du document", +txtColor:"Couleur de caractère",xhtmlDec:"Inclure les déclarations XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/fr.js b/public/assets/ckeditor/plugins/docprops/lang/fr.js new file mode 100644 index 0000000..412d943 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/fr.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","fr",{bgColor:"Couleur de fond",bgFixed:"Image fixe sans défilement",bgImage:"Image de fond",charset:"Encodage de caractère",charsetASCII:"ASCII",charsetCE:"Europe Centrale",charsetCR:"Cyrillique",charsetCT:"Chinois Traditionnel (Big5)",charsetGR:"Grec",charsetJP:"Japonais",charsetKR:"Coréen",charsetOther:"Autre encodage de caractère",charsetTR:"Turc",charsetUN:"Unicode (UTF-8)",charsetWE:"Occidental",chooseColor:"Choisissez",design:"Design",docTitle:"Titre de la page", +docType:"Type de document",docTypeOther:"Autre type de document",label:"Propriétés du document",margin:"Marges",marginBottom:"Bas",marginLeft:"Gauche",marginRight:"Droite",marginTop:"Haut",meta:"Métadonnées",metaAuthor:"Auteur",metaCopyright:"Copyright",metaDescription:"Description",metaKeywords:"Mots-clés (séparés par des virgules)",other:"\x3cautre\x3e",previewHtml:'\x3cp\x3eCeci est un \x3cstrong\x3etexte d\'exemple\x3c/strong\x3e. Vous utilisez \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Propriétés du document",txtColor:"Couleur de texte",xhtmlDec:"Inclure les déclarations XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/gl.js b/public/assets/ckeditor/plugins/docprops/lang/gl.js new file mode 100644 index 0000000..6fe163f --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/gl.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","gl",{bgColor:"Cor do fondo",bgFixed:"Fondo fixo (non se despraza)",bgImage:"URL da imaxe do fondo",charset:"Codificación de caracteres",charsetASCII:"ASCII",charsetCE:"Centro europeo",charsetCR:"CirÃlico",charsetCT:"Chinés tradicional (Big5)",charsetGR:"Grego",charsetJP:"Xaponés",charsetKR:"Coreano",charsetOther:"Outra codificación de caracteres",charsetTR:"Turco",charsetUN:"Unicode (UTF-8)",charsetWE:"Europeo occidental",chooseColor:"Escoller",design:"Deseño", +docTitle:"TÃtulo da páxina",docType:"Cabeceira do tipo de documento",docTypeOther:"Outra cabeceira do tipo de documento",label:"Propiedades do documento",margin:"Marxes da páxina",marginBottom:"Abaixo",marginLeft:"Esquerda",marginRight:"Dereita",marginTop:"Arriba",meta:"Meta etiquetas",metaAuthor:"Autor",metaCopyright:"Dereito de autorÃa",metaDescription:"Descrición do documento",metaKeywords:"Palabras clave de indexación do documento (separadas por comas)",other:"Outro...",previewHtml:'\x3cp\x3eEste é un \x3cstrong\x3etexto de exemplo\x3c/strong\x3e. Vostede esta a empregar o \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Propiedades do documento",txtColor:"Cor do texto",xhtmlDec:"IncluÃr as declaracións XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/gu.js b/public/assets/ckeditor/plugins/docprops/lang/gu.js new file mode 100644 index 0000000..4583b78 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/gu.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","gu",{bgColor:"બૠàªàªà«àª°àª¾àªàª¨à«àª¡ રàªàª",bgFixed:"સà«àªà«àª°à«àª² ન થાય તà«àªµà«àª બૠàªàªà«àª°àª¾àªàª¨à«àª¡",bgImage:"બૠàªàªà«àª°àª¾àªàª¨à«àª¡ àªàª¿àª¤à«àª° URL",charset:"àªà«àª°à«àªà«àªàª° સà«àª àªàª¨à«àªà«àª¡àª¿àªàª",charsetASCII:"ASCII",charsetCE:"મધà«àª¯ યà«àª°à«àªªàª¿àª ન (Central European)",charsetCR:"સિરà«àª²àª¿àª (Cyrillic)",charsetCT:"àªàª¾àªàª¨à«àª (Chinese Traditional Big5)",charsetGR:"àªà«àª°à«àª (Greek)",charsetJP:"àªàª¾àªªàª¾àª¨àª¿àª (Japanese)",charsetKR:"àªà«àª°à«àª¯àª¨ (Korean)",charsetOther:"ઠનà«àª¯ àªà«àª°à«àªà«àªàª° સà«àª àªàª¨à«àªà«àª¡àª¿àªàª",charsetTR:"àªàª°à«àªàª¿ (Turkish)",charsetUN:"યà«àª¨àª¿àªà«àª¡ (UTF-8)", +charsetWE:"પશà«àªàª¿àª® યà«àª°à«àªªàª¿àª ન (Western European)",chooseColor:"વિàªàª²à«àªª",design:"ડà«àª¸àª¾",docTitle:"પà«àª મથાળà«àª/àªàª¾àªàªàª²",docType:"ડà«àªà«àª¯à«àª®àª¨à«àª પà«àª°àªàª¾àª° શà«àª°à«àª·àª",docTypeOther:"ઠનà«àª¯ ડà«àªà«àª¯à«àª®àª¨à«àª પà«àª°àªàª¾àª° શà«àª°à«àª·àª",label:"ડà«àªà«àª¯à«àª®àª¨à«àª àªà«àª£/પà«àª°à«àªªàª°à«àªàª¿àª",margin:"પà«àª મારà«àªàª¿àª¨",marginBottom:"નà«àªà«",marginLeft:"ડાબà«",marginRight:"àªàª®àª£à«",marginTop:"àªàªªàª°",meta:"મà«àªàª¾àª¡à« àªàª¾",metaAuthor:"લà«àªàª",metaCopyright:"àªà«àªªàª¿àª°àª¾àªàª",metaDescription:"ડà«àªà«àª¯à«àª®àª¨à«àª વરà«àª£àª¨",metaKeywords:"ડà«àªà«àª¯à«àª®àª¨à«àª àªàª¨à«àª¡à«àªà«àª¸ સàªàªà«àª¤àª¶àª¬à«àª¦ (ઠલà«àªªàªµàª¿àª°àª¾àª® (,) થૠઠલઠàªàª°à«)",other:"\x3cother\x3e", +previewHtml:'\x3cp\x3eઠàªàª \x3cstrong\x3eસà«àª®à«àªªàª² àªà«àªà«àª·à«àª¤à«\x3c/strong\x3e àªà«. તમૠ\x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e વાપરૠàªà«.\x3c/p\x3e',title:"ડà«àªà«àª¯à«àª®àª¨à«àª àªà«àª£/પà«àª°à«àªªàª°à«àªàª¿àª",txtColor:"શબà«àª¦àª¨à« રàªàª",xhtmlDec:"XHTML સà«àªàª¨àª¾ સમાવિષà«àª àªàª°àªµà«"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/he.js b/public/assets/ckeditor/plugins/docprops/lang/he.js new file mode 100644 index 0000000..a30dbe8 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/he.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("docprops","he",{bgColor:"צ××¢ רקע",bgFixed:"רקע ×× × ××× (צ×××)",bgImage:"×ת××ת ×©× ×ª××× ×ª רקע",charset:"×§×××× ×ª××××",charsetASCII:"ASCII",charsetCE:"×ר×× ××ר×פ××",charsetCR:"×§×ר×××",charsetCT:"ס×× × ×ס××¨×ª× (Big5)",charsetGR:"×××× ×",charsetJP:"××¤× ×",charsetKR:"×§×ר××× ×",charsetOther:"×§×××× ×ª×××× ××ר",charsetTR:"××רק×",charsetUN:"××× ××§×× (UTF-8)",charsetWE:"××¢×¨× ××ר×פ××",chooseColor:"×××ר×",design:"×¢×צ××",docTitle:"××תרת ×¢×××",docType:"××תר ס×× ×ס××",docTypeOther:"××תר ס×× ×ס×× ××ר", +label:"××פ××× × ×ס××",margin:"×ר×××× ×¢×××",marginBottom:"ת×ת××",marginLeft:"ש××××",marginRight:"××× ×",marginTop:"×¢××××",meta:"ת×× Meta",metaAuthor:"×××ר/ת",metaCopyright:"×××××ת ××צר××",metaDescription:"ת×××ר ××ס××",metaKeywords:"××××ת ××¤×ª× ×©× ××ס×× (××פר××ת ×פס××§)",other:"××ר...",previewHtml:'\x3cp\x3e××× \x3cstrong\x3e××§×¡× ×××××\x3c/strong\x3e. ×ת/× ×שת×ש/ת ×\x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e',title:"××פ××× × ×ס××",txtColor:"צ××¢ ×קס×",xhtmlDec:"×××× ××ר××ת XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/hi.js b/public/assets/ckeditor/plugins/docprops/lang/hi.js new file mode 100644 index 0000000..42a7a12 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/hi.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","hi",{bgColor:"बà¥à¤à¥à¤à¥à¤°à¤¾à¤à¤¨à¥à¤¡ रà¤à¤",bgFixed:"सà¥à¤à¥à¤°à¥à¤² न à¤à¤°à¤¨à¥ वाला बà¥à¤à¥à¤à¥à¤°à¤¾à¤à¤¨à¥à¤¡",bgImage:"बà¥à¤à¥à¤à¥à¤°à¤¾à¤à¤¨à¥à¤¡ तसà¥à¤µà¥à¤° URL",charset:"à¤à¤°à¥à¤à¥à¤à¤° सॠठà¤à¤¨à¥à¤à¥à¤¡à¤¿à¤à¤",charsetASCII:"ASCII",charsetCE:"मधà¥à¤¯ यà¥à¤°à¥à¤ªà¥à¤¯ (Central European)",charsetCR:"सिरà¥à¤²à¤¿à¤ (Cyrillic)",charsetCT:"à¤à¥à¤¨à¥ (Chinese Traditional Big5)",charsetGR:"यवन (Greek)",charsetJP:"à¤à¤¾à¤ªà¤¾à¤¨à¥ (Japanese)",charsetKR:"à¤à¥à¤°à¥à¤¯à¤¨ (Korean)",charsetOther:"ठनà¥à¤¯ à¤à¤°à¥à¤à¥à¤à¤° सॠठà¤à¤¨à¥à¤à¥à¤¡à¤¿à¤à¤",charsetTR:"तà¥à¤°à¥à¤à¥ (Turkish)",charsetUN:"यà¥à¤¨à¥à¤à¥à¤¡ (UTF-8)",charsetWE:"पशà¥à¤à¤¿à¤® यà¥à¤°à¥à¤ªà¥à¤¯ (Western European)", +chooseColor:"Choose",design:"Design",docTitle:"पà¥à¤ शà¥à¤°à¥à¤·à¤",docType:"डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ पà¥à¤°à¤à¤¾à¤° शà¥à¤°à¥à¤·à¤",docTypeOther:"ठनà¥à¤¯ डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ पà¥à¤°à¤à¤¾à¤° शà¥à¤°à¥à¤·à¤",label:"डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥",margin:"पà¥à¤ मारà¥à¤à¤¿à¤¨",marginBottom:"नà¥à¤à¥",marginLeft:"बायà¥à¤",marginRight:"दायà¥à¤",marginTop:"à¤à¤ªà¤°",meta:"मॠà¤à¤¾à¤¡à¥à¤à¤¾",metaAuthor:"लà¥à¤à¤",metaCopyright:"à¤à¥à¤ªà¥à¤°à¤¾à¤à¤",metaDescription:"डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ à¤à¤°à¥ à¤à¥à¤à¤°à¤¨",metaKeywords:"डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ à¤à¤¨à¥à¤¡à¥à¤à¥à¤¸ सà¤à¤à¥à¤¤à¤¶à¤¬à¥à¤¦ (ठलà¥à¤ªà¤µà¤¿à¤°à¤¾à¤® सॠठलठà¤à¤°à¥à¤)",other:"\x3cठनà¥à¤¯\x3e",previewHtml:'\x3cp\x3eThis is some \x3cstrong\x3esample text\x3c/strong\x3e. You are using \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"डà¥à¤à¥à¤¯à¥à¤®à¥ नà¥à¤ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥",txtColor:"à¤à¥à¤à¥à¤¸à¥à¤ रà¤à¤",xhtmlDec:"XHTML सà¥à¤à¤¨à¤¾ समà¥à¤®à¤¿à¤²à¤¿à¤¤ à¤à¤°à¥à¤"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/hr.js b/public/assets/ckeditor/plugins/docprops/lang/hr.js new file mode 100644 index 0000000..51237c9 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/hr.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","hr",{bgColor:"Boja pozadine",bgFixed:"Pozadine se ne pomiÄe",bgImage:"URL slike pozadine",charset:"Enkodiranje znakova",charsetASCII:"ASCII",charsetCE:"SrediÅ¡nja Europa",charsetCR:"Äirilica",charsetCT:"Tradicionalna kineska (Big5)",charsetGR:"GrÄka",charsetJP:"Japanska",charsetKR:"Koreanska",charsetOther:"Ostalo enkodiranje znakova",charsetTR:"Turska",charsetUN:"Unicode (UTF-8)",charsetWE:"Zapadna Europa",chooseColor:"Odaberi",design:"Dizajn",docTitle:"Naslov stranice", +docType:"Zaglavlje vrste dokumenta",docTypeOther:"Ostalo zaglavlje vrste dokumenta",label:"Svojstva dokumenta",margin:"Margine stranice",marginBottom:"Dolje",marginLeft:"Lijevo",marginRight:"Desno",marginTop:"Vrh",meta:"Meta Data",metaAuthor:"Autor",metaCopyright:"Autorska prava",metaDescription:"Opis dokumenta",metaKeywords:"KljuÄne rijeÄi dokumenta (odvojene zarezom)",other:"\x3cdrugi\x3e",previewHtml:'\x3cp\x3eOvo je neki \x3cstrong\x3eprimjer teksta\x3c/strong\x3e. Vi koristite \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Svojstva dokumenta",txtColor:"Boja teksta",xhtmlDec:"Ubaci XHTML deklaracije"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/hu.js b/public/assets/ckeditor/plugins/docprops/lang/hu.js new file mode 100644 index 0000000..36d0f67 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/hu.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","hu",{bgColor:"HáttérszÃn",bgFixed:"Nem gördÃthetÅ háttér",bgImage:"Háttérkép cÃm",charset:"Karakterkódolás",charsetASCII:"ASCII",charsetCE:"Közép-Európai",charsetCR:"Cyrill",charsetCT:"KÃnai Tradicionális (Big5)",charsetGR:"Görög",charsetJP:"Japán",charsetKR:"Koreai",charsetOther:"Más karakterkódolás",charsetTR:"Török",charsetUN:"Unicode (UTF-8)",charsetWE:"Nyugat-Európai",chooseColor:"Válasszon",design:"Design",docTitle:"OldalcÃm",docType:"Dokumentum tÃpus fejléc", +docTypeOther:"Más dokumentum tÃpus fejléc",label:"Dokumentum tulajdonságai",margin:"Oldal margók",marginBottom:"Alsó",marginLeft:"Bal",marginRight:"Jobb",marginTop:"FelsÅ",meta:"Meta adatok",metaAuthor:"SzerzÅ",metaCopyright:"SzerzÅi jog",metaDescription:"Dokumentum leÃrás",metaKeywords:"Dokumentum keresÅszavak (vesszÅvel elválasztva)",other:"\x3cmás\x3e",previewHtml:'\x3cp\x3eEz itt egy \x3cstrong\x3epélda\x3c/strong\x3e. A \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e-t használod.\x3c/p\x3e', +title:"Dokumentum tulajdonságai",txtColor:"BetűszÃn",xhtmlDec:"XHTML deklarációk beillesztése"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/id.js b/public/assets/ckeditor/plugins/docprops/lang/id.js new file mode 100644 index 0000000..fe41a4c --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/id.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","id",{bgColor:"Warna Latar Belakang",bgFixed:"Non-scrolling (Fixed) Background",bgImage:"Background Image URL",charset:"Character Set Encoding",charsetASCII:"ASCII",charsetCE:"Eropa Tengah",charsetCR:"Cyrillic",charsetCT:"Chinese Traditional (Big5)",charsetGR:"Bahasa Yunani",charsetJP:"Bahasa Jepang",charsetKR:"Bahasa Korea",charsetOther:"Other Character Set Encoding",charsetTR:"Bahasa Turki",charsetUN:"Unicode (UTF-8)",charsetWE:"Eropa Barat",chooseColor:"Pilih", +design:"Tampilan",docTitle:"Page Title",docType:"Document Type Heading",docTypeOther:"Other Document Type Heading",label:"Document Properties",margin:"Page Margins",marginBottom:"Bawah",marginLeft:"Kiri",marginRight:"Kanan",marginTop:"Atas",meta:"Meta Tags",metaAuthor:"Penulis",metaCopyright:"Hak Cipta",metaDescription:"Document Description",metaKeywords:"Document Indexing Keywords (comma separated)",other:"Other...",previewHtml:'\x3cp\x3eThis is some \x3cstrong\x3esample text\x3c/strong\x3e. You are using \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Document Properties",txtColor:"Warna Teks",xhtmlDec:"Include XHTML Declarations"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/is.js b/public/assets/ckeditor/plugins/docprops/lang/is.js new file mode 100644 index 0000000..977ca8f --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/is.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","is",{bgColor:"Bakgrunnslitur",bgFixed:"Læstur bakgrunnur",bgImage:"Slóð bakgrunnsmyndar",charset:"Letursett",charsetASCII:"ASCII",charsetCE:"Mið-evrópskt",charsetCR:"Kýrilskt",charsetCT:"KÃnverskt, hefðbundið (Big5)",charsetGR:"GrÃskt",charsetJP:"Japanskt",charsetKR:"Kóreskt",charsetOther:"Annað letursett",charsetTR:"Tyrkneskt",charsetUN:"Unicode (UTF-8)",charsetWE:"Vestur-evrópst",chooseColor:"Choose",design:"Design",docTitle:"Titill sÃðu",docType:"Flokkur skjalategunda", +docTypeOther:"Annar flokkur skjalategunda",label:"Eigindi skjals",margin:"HliðarspássÃa",marginBottom:"Neðst",marginLeft:"Vinstri",marginRight:"Hægri",marginTop:"Efst",meta:"Lýsigögn",metaAuthor:"Höfundur",metaCopyright:"Höfundarréttur",metaDescription:"Lýsing skjals",metaKeywords:"Lykilorð efnisorðaskrár (aðgreind með kommum)",other:"\x3cannar\x3e",previewHtml:'\x3cp\x3eThis is some \x3cstrong\x3esample text\x3c/strong\x3e. You are using \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Eigindi skjals",txtColor:"Litur texta",xhtmlDec:"Fella inn XHTML lýsingu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/it.js b/public/assets/ckeditor/plugins/docprops/lang/it.js new file mode 100644 index 0000000..45fcef9 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/it.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","it",{bgColor:"Colore di sfondo",bgFixed:"Sfondo fissato",bgImage:"Immagine di sfondo",charset:"Set di caretteri",charsetASCII:"ASCII",charsetCE:"Europa Centrale",charsetCR:"Cirillico",charsetCT:"Cinese Tradizionale (Big5)",charsetGR:"Greco",charsetJP:"Giapponese",charsetKR:"Coreano",charsetOther:"Altro set di caretteri",charsetTR:"Turco",charsetUN:"Unicode (UTF-8)",charsetWE:"Europa Occidentale",chooseColor:"Scegli",design:"Disegna",docTitle:"Titolo pagina",docType:"Intestazione DocType", +docTypeOther:"Altra intestazione DocType",label:"Proprietà del Documento",margin:"Margini",marginBottom:"In Basso",marginLeft:"A Sinistra",marginRight:"A Destra",marginTop:"In Alto",meta:"Meta Data",metaAuthor:"Autore",metaCopyright:"Copyright",metaDescription:"Descrizione documento",metaKeywords:"Chiavi di indicizzazione documento (separate da virgola)",other:"\x3caltro\x3e",previewHtml:'\x3cp\x3eQuesto è un \x3cstrong\x3etesto di esempio\x3c/strong\x3e. State usando \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Proprietà del Documento",txtColor:"Colore testo",xhtmlDec:"Includi dichiarazione XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/ja.js b/public/assets/ckeditor/plugins/docprops/lang/ja.js new file mode 100644 index 0000000..b02191a --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/ja.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("docprops","ja",{bgColor:"èæ¯è²",bgFixed:"ã¹ã¯ãã¼ã«ããªãèæ¯",bgImage:"èæ¯ç»å URL",charset:"æåã³ã¼ã",charsetASCII:"ASCII",charsetCE:"Central European",charsetCR:"Cyrillic",charsetCT:"Chinese Traditional (Big5)",charsetGR:"Greek",charsetJP:"æ¥æ¬èª",charsetKR:"Korean",charsetOther:"ä»ã®æåã»ãã符å·å",charsetTR:"Turkish",charsetUN:"Unicode (UTF-8)",charsetWE:"Western European",chooseColor:"è²ã®é¸æ",design:"ãã¶ã¤ã³",docTitle:"ãã¼ã¸ã¿ã¤ãã«",docType:"ææ¸ã¿ã¤ããããã¼",docTypeOther:"ãã®ä»ææ¸ã¿ã¤ããããã¼",label:"ææ¸ ããããã£",margin:"ãã¼ã¸ã»ãã¼ã¸ã³", +marginBottom:"ä¸é¨",marginLeft:"å·¦",marginRight:"å³",marginTop:"ä¸é¨",meta:"ã¡ã¿ãã¼ã¿",metaAuthor:"ææ¸ã®ä½è ",metaCopyright:"ææ¸ã®è使¨©",metaDescription:"ææ¸ã®æ¦è¦",metaKeywords:"ææ¸ã®ãã¼ã¯ã¼ã(ã«ã³ãåºåã)",other:"\x3cãã®ä»ã®\x3e",previewHtml:'\x3cp\x3eããã¯\x3cstrong\x3eããã¹ããµã³ãã«\x3c/strong\x3eã§ãã ããªãã¯ã\x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3eã使ã£ã¦ãã¾ãã\x3c/p\x3e',title:"ææ¸ ããããã£",txtColor:"ããã¹ãè²",xhtmlDec:"XHTML宣è¨ãã¤ã³ã¯ã«ã¼ã"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/ka.js b/public/assets/ckeditor/plugins/docprops/lang/ka.js new file mode 100644 index 0000000..f651ef0 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/ka.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","ka",{bgColor:"á¤áááá¡ á¤áá á",bgFixed:"á£ááá«á áá (á¤áá¥á¡áá ááá£áá) á¤ááá",bgImage:"á¤ááá£á á á¡á£á áááá¡ URL",charset:"ááááá ááá",charsetASCII:"áááá ááá£áá (ASCII)",charsetCE:"áªááá¢á ááá£á ááá ááá£áá",charsetCR:"ááá ááá£á á",charsetCT:"á¢á ááááªáá£áá á©ááá£á á (Big5)",charsetGR:"ááá á«áá£áá",charsetJP:"áááááá£á á",charsetKR:"ááá áá£áá",charsetOther:"á¡á®áá ááááá ááááá",charsetTR:"áá£á á¥á£áá",charsetUN:"á£áááááá (UTF-8)",charsetWE:"ááá¡ááááá ááá ááá£áá",chooseColor:"áá á©ááá",design:"ááááááá",docTitle:"áááá ááá¡ á¡áááá£á á", +docType:"áááá£áááá¢áá¡ á¢ááá",docTypeOther:"á¡á®áá á¢áááá¡ áááá£áááá¢á",label:"áááá£áááá¢áá¡ ááá áááá¢á ááá",margin:"áááá ááá¡ ááááááá",marginBottom:"á¥áááá",marginLeft:"ááá áªá®ááá",marginRight:"ááá á¯áááá",marginTop:"áááá",meta:"ááá¢áTag-ááá",metaAuthor:"ááá¢áá á",metaCopyright:"Copyright",metaDescription:"áááá£áááá¢áá¡ áá¦á¬áá á",metaKeywords:"áááá£áááá¢áá¡ á¡áááááá«á á¡áá¢á§áááá (áá«áááá ááááá§áá¤ááá)",other:"á¡á®áá...",previewHtml:'\x3cp\x3eáá¡ áá áá¡ \x3cstrong\x3eá¡ááªáááá á¢áá¥á¡á¢á\x3c/strong\x3e. áá¥ááá \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e-áá á¡áá ááááááá.\x3c/p\x3e', +title:"áááá£áááá¢áá¡ ááá áááá¢á ááá",txtColor:"á¢áá¥á¡á¢áá¡ á¤áá á",xhtmlDec:"XHTML áááááá ááªááááá¡ á©áá ááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/km.js b/public/assets/ckeditor/plugins/docprops/lang/km.js new file mode 100644 index 0000000..00f03e0 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/km.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","km",{bgColor:"áááâááááâááááá",bgFixed:"ááááâáááááâáááá¶áâáá¶áâáááá·á (áá¹áâááááá)",bgImage:"URL áá¼ááá¶áâááááâááááá",charset:"áá¶áâá¢áá·ááá¼áâáá½âá¢áááá",charsetASCII:"ASCII",charsetCE:"á¢áºááá»áâááááá¶á",charsetCR:"Cyrillic",charsetCT:"á á·áâáá»áá¶á (Big5)",charsetGR:"áááá·á",charsetJP:"áááá»á",charsetKR:"áá¼ááá",charsetOther:"áááááááááá¼ááá¶áá¶áááááááá",charsetTR:"áá½ááá¸",charsetUN:"áá¼áá¸áá¼á (UTF-8)",charsetWE:"á¢áºááá»áâáá¶áâáá·á ",chooseColor:"áá¾á",design:"áá áá¶",docTitle:"á ááááá¾áááááá",docType:"áááááááááá¶ááááááâá¯ááá¶á", +docTypeOther:"áááááááááá¶ááááááá¯ááá¶áâáááááááá",label:"ááááááâáááááááá·âá¯ááá¶á",margin:"áá¹áâááááá",marginBottom:"áá¶áâááááá",marginLeft:"ááááá",marginRight:"áááá¶á",marginTop:"áá¾",meta:"áááá¶áâáááá¶",metaAuthor:"á¢ááááá·áááá",metaCopyright:"ááááá¶áá·áááá·",metaDescription:"ááá áááá¸á¢áááá¶áá·áááá¶áá¢ááá¸á¯ááá¶á",metaKeywords:"áá¶ááááá áááá»áá¯ááá¶á (áááá¶á ááá¸áááá¶áááááááá)",other:"áááâááá...",previewHtml:'\x3cp\x3eáááâááºâáá¶\x3cstrong\x3eá¢ááááâáááá¼\x3c/strong\x3eâáááááá á¢áááâáááá»áâáááá¾ \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3eá\x3c/p\x3e', +title:"áá¶áááááá á¯ááá¶á",txtColor:"áááá¢áááá",xhtmlDec:"ááááá¼á XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/ko.js b/public/assets/ckeditor/plugins/docprops/lang/ko.js new file mode 100644 index 0000000..3e8f3c1 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/ko.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("docprops","ko",{bgColor:"ë°°ê²½ ìì",bgFixed:"ì¤í¬ë¡¤ ëì§ ìë(ê³ ì ë) ë°°ê²½",bgImage:"ë°°ê²½ ì´ë¯¸ì§ 주ì(URL)",charset:"문ìì´ ì¸ì½ë©",charsetASCII:"ASCII",charsetCE:"ì¤ì ì ë½",charsetCR:"í¤ë¦´ 문ì",charsetCT:"ì¤êµì´ (Big5)",charsetGR:"그리ì¤ì´",charsetJP:"ì¼ë³¸ì´",charsetKR:"íêµì´",charsetOther:"ë¤ë¥¸ 문ìì´ ì¸ì½ë©",charsetTR:"í°í¤ì´",charsetUN:"ì ëì½ë (UTF-8)",charsetWE:"ìì ë½",chooseColor:"ì í",design:"ëìì¸",docTitle:"íì´ì§ ì´ë¦",docType:"문ì ì 목",docTypeOther:"ë¤ë¥¸ 문ì ì 목",label:"문ì ìì±",margin:"íì´ì§ ì¬ë°±",marginBottom:"ìë",marginLeft:"ì¼ìª½",marginRight:"ì¤ë¥¸ìª½", +marginTop:"ì",meta:"ë©í ë°ì´í°",metaAuthor:"ìì±ì",metaCopyright:"ì ìê¶",metaDescription:"문ì ì¤ëª ",metaKeywords:"문ì íµì¬ì´ (ì¼íë¡ êµ¬ë¶)",other:"기í...",previewHtml:'\x3cp\x3eì´ê²ì \x3cstrong\x3eì문\x3c/strong\x3eì ëë¤. ì¬ë¬ë¶ì ì§ê¸ \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e를 ì¬ì©íê³ ììµëë¤.\x3c/p\x3e',title:"문ì ìì±",txtColor:"ê¸ì ìì",xhtmlDec:"XHTML 문ì ì ì í¬í¨"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/ku.js b/public/assets/ckeditor/plugins/docprops/lang/ku.js new file mode 100644 index 0000000..4254196 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/ku.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","ku",{bgColor:"ÚÛÙÚ¯Û Ù¾Ø§Ø´Ø¨ÙÛ٠ا",bgFixed:"Ø¨Û ÙØ§ØªÙÙÚÙÙ¾ÛکردÙÛ (ÚÛØ³Ù¾Ø§Ù) پاشبÙÛÙ Ø§Û ÙÛÙÙ",bgImage:"ÙØ§ÙÙÛØ´Ø§ÙÛ Ø¨ÛØ³ØªÛØ±Û ÙÛÙÛÛ Ù¾Ø§Ø´Ø¨ÙÛ٠ا",charset:"Ø¯ÛØ³ØªÛÛ ÙÙÙØ³ÛÛ Ø¨ÛÚ©ÛØ¯Ú©Ûر",charsetASCII:"ASCII",charsetCE:"ÙØ§ÙÛÚØ§Ø³ØªÛ ئÛÙØ±Ùپا",charsetCR:"Ø³ÛØ±ÛÙÛÙ",charsetCT:"ÚÛÙÛ(Big5)",charsetGR:"ÛÛÙØ§ÙÛ",charsetJP:"ÚØ§Ù¾ÛÙÛ",charsetKR:"Ú©ÛØ±Ûا",charsetOther:"Ø¯ÛØ³ØªÛÛ ÙÙÙØ³ÛÛ Ø¨ÛÚ©ÛØ¯Ú©ÛØ±Û ØªØ±",charsetTR:"ØªÙØ±Ú©Û",charsetUN:"Unicode (UTF-8)",charsetWE:"ÚÛÚØ¦Ø§ÙØ§Û Ø¦ÛÙØ±Ùپا",chooseColor:"ÙÛڵبÚÛØ±Û",design:"Ø´ÛÙÛکار", +docTitle:"Ø³ÛØ±Ø¯ÛÚÛ Ù¾ÛÚÙ",docType:"Ø³ÛØ±Ù¾ÛÚÛÛ Ø¬ÛØ±Û Ù¾ÛÚÙ",docTypeOther:"Ø³ÛØ±Ù¾ÛÚÛÛ Ø¬ÛØ±Û Ù¾ÛÚÛÛ ØªØ±",label:"خاسÛÛÛØªÛ Ù¾ÛÚÙ",margin:"تÛÙÛØ´Øª Ù¾ÛÚÙ",marginBottom:"ÚÛØ±ÛÙÙ",marginLeft:"ÚÛÙ¾",marginRight:"ÚØ§Ø³Øª",marginTop:"Ø³ÛØ±ÛÙÙ",meta:"زاÙÛØ§Ø±Û Ù ÛØªØ§",metaAuthor:"ÙÙÙØ³Ûر",metaCopyright:"٠اÙÛ Ø¨ÚµØ§ÙکردÙÛÙÛÛ",metaDescription:"Ù¾ÛÙØ§Ø³ÛÛ ÙØ§Ù¾ÛÚÙ",metaKeywords:"بÛÚµÚ¯ÛÙØ§Ù ÛÛ ÙØ´ÛÛ Ú©Ø§Ø±ÛÚ¯ÛØ±(ب٠کÛ٠ا ÙÛÚ©ÛØ§Ù Ø¬ÛØ§Ø¨Ú©ÛÙÙ)",other:"ÙÛØªØ±...",previewHtml:'\x3cp\x3eئÛÙ Û ÙÛÙ ÙÙ ÙÙÙÛÛ \x3cstrong\x3eدÛÙÙ\x3c/strong\x3e. ØªÛ Ø¨ÛکاردÛÙÛÙÛØª \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"خاسÛÛÛØªÛ Ù¾ÛÚÙ",txtColor:"ÚÛÙÚ¯Û Ø¯ÛÙ",xhtmlDec:"بÛÛØ§ÙÙØ§Ù ÛکاÙÛ XHTML ÙÛÚ¯ÛÚµØ¯Ø§Ø¨ÛØª"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/lt.js b/public/assets/ckeditor/plugins/docprops/lang/lt.js new file mode 100644 index 0000000..8d7b89c --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/lt.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","lt",{bgColor:"Fono spalva",bgFixed:"Neslenkantis fonas",bgImage:"Fono paveikslÄlio nuoroda (URL)",charset:"Simbolių kodavimo lentelÄ",charsetASCII:"ASCII",charsetCE:"CentrinÄs Europos",charsetCR:"Kirilica",charsetCT:"TradicinÄs kinų (Big5)",charsetGR:"Graikų",charsetJP:"Japonų",charsetKR:"KorÄjieÄių",charsetOther:"Kita simbolių kodavimo lentelÄ",charsetTR:"Turkų",charsetUN:"Unikodas (UTF-8)",charsetWE:"Vakarų Europos",chooseColor:"Pasirinkite",design:"IÅ¡dÄstymas", +docTitle:"Puslapio antraÅ¡tÄ",docType:"Dokumento tipo antraÅ¡tÄ",docTypeOther:"Kita dokumento tipo antraÅ¡tÄ",label:"Dokumento savybÄs",margin:"Puslapio kraÅ¡tinÄs",marginBottom:"ApaÄioje",marginLeft:"KairÄje",marginRight:"DeÅ¡inÄje",marginTop:"VirÅ¡uje",meta:"Meta duomenys",metaAuthor:"Autorius",metaCopyright:"AutorinÄs teisÄs",metaDescription:"Dokumento apibÅ«dinimas",metaKeywords:"Dokumento indeksavimo raktiniai žodžiai (atskirti kableliais)",other:"\x3ckitas\x3e",previewHtml:'\x3cp\x3eTai yra \x3cstrong\x3epavyzdinis tekstas\x3c/strong\x3e. JÅ«s naudojate \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Dokumento savybÄs",txtColor:"Teksto spalva",xhtmlDec:"Ä®traukti XHTML deklaracijas"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/lv.js b/public/assets/ckeditor/plugins/docprops/lang/lv.js new file mode 100644 index 0000000..ee0321c --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/lv.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","lv",{bgColor:"Fona krÄsa",bgFixed:"Fona attÄls ir fiksÄts",bgImage:"Fona attÄla hipersaite",charset:"Simbolu kodÄjums",charsetASCII:"ASCII",charsetCE:"CentrÄleiropas",charsetCR:"Kirilica",charsetCT:"ĶīnieÅ¡u tradicionÄlÄ (Big5)",charsetGR:"GrieÄ·u",charsetJP:"JapÄÅu",charsetKR:"KorejieÅ¡u",charsetOther:"Cits simbolu kodÄjums",charsetTR:"Turku",charsetUN:"Unikods (UTF-8)",charsetWE:"Rietumeiropas",chooseColor:"IzvÄlÄties",design:"Dizains",docTitle:"Dokumenta virsraksts \x3cTitle\x3e", +docType:"Dokumenta tips",docTypeOther:"Cits dokumenta tips",label:"Dokumenta Ä«pašības",margin:"Lapas robežas",marginBottom:"ApakÅ¡Ä",marginLeft:"Pa kreisi",marginRight:"Pa labi",marginTop:"AugÅ¡Ä",meta:"META dati",metaAuthor:"Autors",metaCopyright:"AutortiesÄ«bas",metaDescription:"Dokumenta apraksts",metaKeywords:"Dokumentu aprakstoÅ¡i atslÄgvÄrdi (atdalÄ«ti ar komatu)",other:"\x3ccits\x3e",previewHtml:'\x3cp\x3eÅ is ir \x3cstrong\x3eparauga teksts\x3c/strong\x3e. JÅ«s izmantojiet \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Dokumenta Ä«pašības",txtColor:"Teksta krÄsa",xhtmlDec:"Ietvert XHTML deklarÄcijas"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/mk.js b/public/assets/ckeditor/plugins/docprops/lang/mk.js new file mode 100644 index 0000000..026d0fd --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/mk.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","mk",{bgColor:"Background Color",bgFixed:"Non-scrolling (Fixed) Background",bgImage:"Background Image URL",charset:"Character Set Encoding",charsetASCII:"ASCII",charsetCE:"Central European",charsetCR:"Cyrillic",charsetCT:"Chinese Traditional (Big5)",charsetGR:"Greek",charsetJP:"Japanese",charsetKR:"Korean",charsetOther:"Other Character Set Encoding",charsetTR:"Turkish",charsetUN:"Unicode (UTF-8)",charsetWE:"Western European",chooseColor:"Choose",design:"Design", +docTitle:"Page Title",docType:"Document Type Heading",docTypeOther:"Other Document Type Heading",label:"Document Properties",margin:"Page Margins",marginBottom:"Ðоле",marginLeft:"Ðево",marginRight:"ÐеÑно",marginTop:"ÐоÑе",meta:"Meta Tags",metaAuthor:"Author",metaCopyright:"Copyright",metaDescription:"Document Description",metaKeywords:"Document Indexing Keywords (comma separated)",other:"Other...",previewHtml:'\x3cp\x3eThis is some \x3cstrong\x3esample text\x3c/strong\x3e. You are using \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Document Properties",txtColor:"Text Color",xhtmlDec:"Include XHTML Declarations"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/mn.js b/public/assets/ckeditor/plugins/docprops/lang/mn.js new file mode 100644 index 0000000..9fa1827 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/mn.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","mn",{bgColor:"Фоно өнгө",bgFixed:"ÐүйдÑггүй Ñоно",bgImage:"Фоно зÑÑÐ°Ð³Ð½Ñ URL",charset:"Encoding ÑÑмдÑгÑ",charsetASCII:"ASCII",charsetCE:"Төв евÑоп",charsetCR:"ÐÑил",charsetCT:"Ð¥ÑÑадÑн ÑÐ»Ð°Ð¼Ð¶Ð»Ð°Ð»Ñ (Big5)",charsetGR:"ÐÑед",charsetJP:"Япон",charsetKR:"СолонгоÑ",charsetOther:"Encoding-д Ó©Ó©Ñ ÑÑмдÑÐ³Ñ Ð¾Ð½Ð¾Ð¾Ñ ",charsetTR:"TÑÑк",charsetUN:"Юникод (UTF-8)",charsetWE:"ÐаÑÑÑн евÑоп",chooseColor:"Ð¡Ð¾Ð½Ð³Ð¾Ñ ",design:"Design",docTitle:"Ð¥ÑÑдаÑÐ½Ñ Ð³Ð°ÑÑиг",docType:"ÐаÑÐ¸Ð¼Ñ Ð±Ð¸Ñгийн ÑÓ©Ñөл Heading", +docTypeOther:"ÐÑÑад баÑÐ¸Ð¼Ñ Ð±Ð¸Ñгийн ÑÓ©Ñөл Heading",label:"ÐаÑÐ¸Ð¼Ñ Ð±Ð¸Ñиг Ñинж ÑанаÑ",margin:"Ð¥ÑÑдаÑÐ½Ñ Ð·Ð°Ñ Ñн зай",marginBottom:"Ðоод Ñал",marginLeft:"Ðүүн Ñал",marginRight:"ÐаÑÑÑн Ñал",marginTop:"ÐÑÑд Ñал",meta:"Meta өгөгдөл",metaAuthor:"ÐÐ¾Ñ Ð¸Ð¾Ð³Ñ",metaCopyright:"ÐÐ¾Ñ Ð¸Ð¾Ð³Ñийн ÑÑÑ ",metaDescription:"ÐаÑÐ¸Ð¼Ñ Ð±Ð¸Ñгийн ÑайлбаÑ",metaKeywords:"ÐаÑÐ¸Ð¼Ñ Ð±Ð¸Ñгийн Ð¸Ð½Ð´ÐµÐºÑ ÑÒ¯Ð»Ñ Ò¯Ò¯Ñ Ò¯Ð³ (ÑаÑÐ»Ð°Ð»Ð°Ð°Ñ ÑÑÑгааÑлагдана)",other:"\x3cother\x3e",previewHtml:'\x3cp\x3eThis is some \x3cstrong\x3esample text\x3c/strong\x3e. You are using \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"ÐаÑÐ¸Ð¼Ñ Ð±Ð¸Ñиг Ñинж ÑанаÑ",txtColor:"ФонÑÐ½Ñ Ó©Ð½Ð³Ó©",xhtmlDec:"XHTML-ийн мÑдÑÑллийг агÑÑÐ»Ð°Ñ "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/ms.js b/public/assets/ckeditor/plugins/docprops/lang/ms.js new file mode 100644 index 0000000..b104d4f --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/ms.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","ms",{bgColor:"Warna Latarbelakang",bgFixed:"Imej Latarbelakang tanpa Skrol",bgImage:"URL Gambar Latarbelakang",charset:"Enkod Set Huruf",charsetASCII:"ASCII",charsetCE:"Central European",charsetCR:"Cyrillic",charsetCT:"Chinese Traditional (Big5)",charsetGR:"Greek",charsetJP:"Japanese",charsetKR:"Korean",charsetOther:"Enkod Set Huruf yang Lain",charsetTR:"Turkish",charsetUN:"Unicode (UTF-8)",charsetWE:"Western European",chooseColor:"Choose",design:"Design",docTitle:"Tajuk Muka Surat", +docType:"Jenis Kepala Dokumen",docTypeOther:"Jenis Kepala Dokumen yang Lain",label:"Ciri-ciri dokumen",margin:"Margin Muka Surat",marginBottom:"Bawah",marginLeft:"Kiri",marginRight:"Kanan",marginTop:"Atas",meta:"Data Meta",metaAuthor:"Penulis",metaCopyright:"Hakcipta",metaDescription:"Keterangan Dokumen",metaKeywords:"Kata Kunci Indeks Dokumen (dipisahkan oleh koma)",other:"\x3clain\x3e",previewHtml:'\x3cp\x3eThis is some \x3cstrong\x3esample text\x3c/strong\x3e. You are using \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Ciri-ciri dokumen",txtColor:"Warna Text",xhtmlDec:"Masukkan pemula kod XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/nb.js b/public/assets/ckeditor/plugins/docprops/lang/nb.js new file mode 100644 index 0000000..1578a4d --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/nb.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","nb",{bgColor:"Bakgrunnsfarge",bgFixed:"LÃ¥s bakgrunnsbilde",bgImage:"URL for bakgrunnsbilde",charset:"Tegnsett",charsetASCII:"ASCII",charsetCE:"Sentraleuropeisk",charsetCR:"Kyrillisk",charsetCT:"Tradisonell kinesisk (Big5)",charsetGR:"Gresk",charsetJP:"Japansk",charsetKR:"Koreansk",charsetOther:"Annet tegnsett",charsetTR:"Tyrkisk",charsetUN:"Unicode (UTF-8)",charsetWE:"Vesteuropeisk",chooseColor:"Velg",design:"Design",docTitle:"Sidetittel",docType:"Dokumenttype header", +docTypeOther:"Annet dokumenttype header",label:"Dokumentegenskaper",margin:"Sidemargin",marginBottom:"Bunn",marginLeft:"Venstre",marginRight:"Høyre",marginTop:"Topp",meta:"Meta-data",metaAuthor:"Forfatter",metaCopyright:"Kopirett",metaDescription:"Dokumentbeskrivelse",metaKeywords:"Dokument nøkkelord (kommaseparert)",other:"\x3cannen\x3e",previewHtml:'\x3cp\x3eDette er en \x3cstrong\x3eeksempeltekst\x3c/strong\x3e. Du bruker \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e',title:"Dokumentegenskaper", +txtColor:"Tekstfarge",xhtmlDec:"Inkluder XHTML-deklarasjon"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/nl.js b/public/assets/ckeditor/plugins/docprops/lang/nl.js new file mode 100644 index 0000000..4384ace --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/nl.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","nl",{bgColor:"Achtergrondkleur",bgFixed:"Niet-scrollend (gefixeerde) achtergrond",bgImage:"Achtergrondafbeelding URL",charset:"Tekencodering",charsetASCII:"ASCII",charsetCE:"Centraal Europees",charsetCR:"Cyrillisch",charsetCT:"Traditioneel Chinees (Big5)",charsetGR:"Grieks",charsetJP:"Japans",charsetKR:"Koreaans",charsetOther:"Andere tekencodering",charsetTR:"Turks",charsetUN:"Unicode (UTF-8)",charsetWE:"West Europees",chooseColor:"Kies",design:"Ontwerp",docTitle:"Paginatitel", +docType:"Documenttype-definitie",docTypeOther:"Andere documenttype-definitie",label:"Documenteigenschappen",margin:"Pagina marges",marginBottom:"Onder",marginLeft:"Links",marginRight:"Rechts",marginTop:"Boven",meta:"Meta tags",metaAuthor:"Auteur",metaCopyright:"Auteursrechten",metaDescription:"Documentbeschrijving",metaKeywords:"Trefwoorden voor indexering (komma-gescheiden)",other:"Anders...",previewHtml:'\x3cp\x3eDit is \x3cstrong\x3evoorbeeld tekst\x3c/strong\x3e. Je gebruikt \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Documenteigenschappen",txtColor:"Tekstkleur",xhtmlDec:"XHTML declaratie invoegen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/no.js b/public/assets/ckeditor/plugins/docprops/lang/no.js new file mode 100644 index 0000000..cd3b55a --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/no.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","no",{bgColor:"Bakgrunnsfarge",bgFixed:"LÃ¥s bakgrunnsbilde",bgImage:"URL for bakgrunnsbilde",charset:"Tegnsett",charsetASCII:"ASCII",charsetCE:"Sentraleuropeisk",charsetCR:"Kyrillisk",charsetCT:"Tradisonell kinesisk(Big5)",charsetGR:"Gresk",charsetJP:"Japansk",charsetKR:"Koreansk",charsetOther:"Annet tegnsett",charsetTR:"Tyrkisk",charsetUN:"Unicode (UTF-8)",charsetWE:"Vesteuropeisk",chooseColor:"Velg",design:"Design",docTitle:"Sidetittel",docType:"Dokumenttype header", +docTypeOther:"Annet dokumenttype header",label:"Dokumentegenskaper",margin:"Sidemargin",marginBottom:"Bunn",marginLeft:"Venstre",marginRight:"Høyre",marginTop:"Topp",meta:"Meta-data",metaAuthor:"Forfatter",metaCopyright:"Kopirett",metaDescription:"Dokumentbeskrivelse",metaKeywords:"Dokument nøkkelord (kommaseparert)",other:"\x3cannen\x3e",previewHtml:'\x3cp\x3eDette er en \x3cstrong\x3eeksempeltekst\x3c/strong\x3e. Du bruker \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e',title:"Dokumentegenskaper", +txtColor:"Tekstfarge",xhtmlDec:"Inkluder XHTML-deklarasjon"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/pl.js b/public/assets/ckeditor/plugins/docprops/lang/pl.js new file mode 100644 index 0000000..ba7da15 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/pl.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","pl",{bgColor:"Kolor tÅa",bgFixed:"TÅo nieruchome (nieprzewijajÄ ce siÄ)",bgImage:"Adres URL obrazka tÅa",charset:"Kodowanie znaków",charsetASCII:"ASCII",charsetCE:"Årodkowoeuropejskie",charsetCR:"Cyrylica",charsetCT:"ChiÅskie tradycyjne (Big5)",charsetGR:"Greckie",charsetJP:"JapoÅskie",charsetKR:"KoreaÅskie",charsetOther:"Inne kodowanie znaków",charsetTR:"Tureckie",charsetUN:"Unicode (UTF-8)",charsetWE:"Zachodnioeuropejskie",chooseColor:"Wybierz",design:"Projekt strony", +docTitle:"TytuÅ strony",docType:"Definicja typu dokumentu",docTypeOther:"Inna definicja typu dokumentu",label:"WÅaÅciwoÅci dokumentu",margin:"Marginesy strony",marginBottom:"Dolny",marginLeft:"Lewy",marginRight:"Prawy",marginTop:"Górny",meta:"Znaczniki meta",metaAuthor:"Autor",metaCopyright:"Prawa autorskie",metaDescription:"Opis dokumentu",metaKeywords:"SÅowa kluczowe dokumentu (oddzielone przecinkami)",other:"Inne",previewHtml:'\x3cp\x3eTo jest \x3cstrong\x3eprzykÅadowy tekst\x3c/strong\x3e. Korzystasz z programu \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"WÅaÅciwoÅci dokumentu",txtColor:"Kolor tekstu",xhtmlDec:"UwzglÄdnij deklaracje XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/pt-br.js b/public/assets/ckeditor/plugins/docprops/lang/pt-br.js new file mode 100644 index 0000000..48deb7d --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/pt-br.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","pt-br",{bgColor:"Cor do Plano de Fundo",bgFixed:"Plano de Fundo Fixo",bgImage:"URL da Imagem de Plano de Fundo",charset:"Codificação de Caracteres",charsetASCII:"ASCII",charsetCE:"Europa Central",charsetCR:"CirÃlico",charsetCT:"Chinês Tradicional (Big5)",charsetGR:"Grego",charsetJP:"Japonês",charsetKR:"Coreano",charsetOther:"Outra Codificação de Caracteres",charsetTR:"Turco",charsetUN:"Unicode (UTF-8)",charsetWE:"Europa Ocidental",chooseColor:"Escolher",design:"Design", +docTitle:"TÃtulo da Página",docType:"Cabeçalho Tipo de Documento",docTypeOther:"Outro Tipo de Documento",label:"Propriedades Documento",margin:"Margens da Página",marginBottom:"Inferior",marginLeft:"Inferior",marginRight:"Direita",marginTop:"Superior",meta:"Meta Dados",metaAuthor:"Autor",metaCopyright:"Direitos Autorais",metaDescription:"Descrição do Documento",metaKeywords:"Palavras-chave de Indexação do Documento (separadas por vÃrgula)",other:"\x3coutro\x3e",previewHtml:'\x3cp\x3eEste é um \x3cstrong\x3etexto de exemplo\x3c/strong\x3e. Você está usando \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Propriedades Documento",txtColor:"Cor do Texto",xhtmlDec:"Incluir Declarações XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/pt.js b/public/assets/ckeditor/plugins/docprops/lang/pt.js new file mode 100644 index 0000000..55c213b --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/pt.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","pt",{bgColor:"Cor de Fundo",bgFixed:"Fundo Fixo",bgImage:"Caminho para a imagem de fundo",charset:"Codificação de caracteres",charsetASCII:"ASCII",charsetCE:"Europa Central",charsetCR:"CirÃlico",charsetCT:"Chinês Traditional (Big5)",charsetGR:"Grego",charsetJP:"Japonês",charsetKR:"Coreano",charsetOther:"Outra Codificação de Caracteres",charsetTR:"Turco",charsetUN:"Unicode (UTF-8)",charsetWE:"Europa Ocidental",chooseColor:"Choose",design:"Desenho",docTitle:"TÃtulo da Página", +docType:"Tipo de Cabeçalho do Documento",docTypeOther:"Outro Tipo de Cabeçalho do Documento",label:"Propriedades do Documento",margin:"Margem das Páginas",marginBottom:"Fundo",marginLeft:"Esquerda",marginRight:"Direita",marginTop:"Topo",meta:"Meta Data",metaAuthor:"Autor",metaCopyright:"Direitos de Autor",metaDescription:"Descrição do Documento",metaKeywords:"Palavras de Indexação do Documento (separadas por virgula)",other:"\x3coutro\x3e",previewHtml:'\x3cp\x3eIsto é algum \x3cstrong\x3etexto amostra\x3c/strong\x3e. Está a usar o \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Propriedades do documento",txtColor:"Cor do Texto",xhtmlDec:"Incluir Declarações XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/ro.js b/public/assets/ckeditor/plugins/docprops/lang/ro.js new file mode 100644 index 0000000..1225d17 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/ro.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","ro",{bgColor:"Culoarea fundalului (Background Color)",bgFixed:"Fundal neflotant, fix (Non-scrolling Background)",bgImage:"URL-ul imaginii din fundal (Background Image URL)",charset:"Encoding setului de caractere",charsetASCII:"ASCII",charsetCE:"Europa CentralÄ",charsetCR:"Chirilic",charsetCT:"Chinezesc tradiÅ£ional (Big5)",charsetGR:"Grecesc",charsetJP:"Japonez",charsetKR:"Corean",charsetOther:"Alt encoding al setului de caractere",charsetTR:"Turcesc",charsetUN:"Unicode (UTF-8)", +charsetWE:"Vest european",chooseColor:"Alege",design:"Proiect",docTitle:"Titlul paginii",docType:"Tip de document de antet",docTypeOther:"Alt Document Type Heading",label:"ProprietÄÅ£ile documentului",margin:"Marginile paginii",marginBottom:"Jos",marginLeft:"Stânga",marginRight:"Dreapta",marginTop:"Sus",meta:"Tag-uri Meta",metaAuthor:"Autor",metaCopyright:"Drepturi de autor",metaDescription:"Descrierea documentului",metaKeywords:"Cuvinte cheie dupÄ care se va indexa documentul (separate prin virgulÄ)", +other:"Altele...",previewHtml:'\x3cp\x3eAcesta este un \x3cstrong\x3etext exemplu\x3c/strong\x3e. FolosiÈi \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e',title:"ProprietÄÅ£ile documentului",txtColor:"Culoarea textului",xhtmlDec:"Include declaraÅ£ii XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/ru.js b/public/assets/ckeditor/plugins/docprops/lang/ru.js new file mode 100644 index 0000000..931f259 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/ru.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","ru",{bgColor:"Ð¦Ð²ÐµÑ Ñона",bgFixed:"Фон пÑикÑеплÑн (не пÑомаÑÑваеÑÑÑ)",bgImage:"СÑÑлка на Ñоновое изобÑажение",charset:"ÐодиÑовка набоÑа Ñимволов",charsetASCII:"ASCII",charsetCE:"ЦенÑÑалÑно-евÑопейÑкаÑ",charsetCR:"ÐиÑиллиÑа",charsetCT:"ÐиÑайÑÐºÐ°Ñ ÑÑадиÑÐ¸Ð¾Ð½Ð½Ð°Ñ (Big5)",charsetGR:"ÐÑеÑеÑкаÑ",charsetJP:"ЯпонÑкаÑ",charsetKR:"ÐоÑейÑкаÑ",charsetOther:"ÐÑÑÐ³Ð°Ñ ÐºÐ¾Ð´Ð¸Ñовка набоÑа Ñимволов",charsetTR:"ТÑÑеÑкаÑ",charsetUN:"Юникод (UTF-8)",charsetWE:"Ðападно-евÑопейÑкаÑ",chooseColor:"ÐÑбеÑиÑе", +design:"Ðизайн",docTitle:"Ðаголовок ÑÑÑаниÑÑ",docType:"Ðаголовок Ñипа докÑменÑа",docTypeOther:"ÐÑÑгой заголовок Ñипа докÑменÑа",label:"СвойÑÑва докÑменÑа",margin:"ÐÑÑÑÑÐ¿Ñ ÑÑÑаниÑÑ",marginBottom:"Ðижний",marginLeft:"ÐевÑй",marginRight:"ÐÑавÑй",marginTop:"ÐеÑÑ Ð½Ð¸Ð¹",meta:"ÐеÑаданнÑе",metaAuthor:"ÐвÑоÑ",metaCopyright:"ÐвÑоÑÑкие пÑава",metaDescription:"ÐпиÑание докÑменÑа",metaKeywords:"ÐлÑÑевÑе Ñлова докÑменÑа (ÑеÑез запÑÑÑÑ)",other:"ÐÑÑгой ...",previewHtml:'\x3cp\x3eÐÑо \x3cstrong\x3eпÑимеÑ\x3c/strong\x3e ÑекÑÑа, напиÑанного Ñ Ð¿Ð¾Ð¼Ð¾ÑÑÑ \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"СвойÑÑва докÑменÑа",txtColor:"Ð¦Ð²ÐµÑ ÑекÑÑа",xhtmlDec:"ÐклÑÑиÑÑ Ð¾Ð±ÑÑÐ²Ð»ÐµÐ½Ð¸Ñ XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/si.js b/public/assets/ckeditor/plugins/docprops/lang/si.js new file mode 100644 index 0000000..f04c8e6 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/si.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","si",{bgColor:"à¶´à·à·à¶¶à·à¶¸à· à·à¶»à·à¶«à¶º",bgFixed:"Non-scrolling (Fixed) Background",bgImage:"à¶´à·à·à¶¶à·à¶¸à· ",charset:"Character Set Encoding",charsetASCII:"ASCII",charsetCE:"මà·à¶°à·âය ",charsetCR:"à·à·à¶»à·à¶½à·à¶à· à·à·à¶©à·à¶º",charsetCT:"à¶ à·à¶± à·à¶¸à·à¶´à·âරදà·à¶º",charsetGR:"à¶à·âà¶»à·à¶",charsetJP:"ජපà·à¶±",charsetKR:"Korean",charsetOther:"à¶ à¶±à·à¶à·à¶à· à¶ à¶à·à·à¶» à¶à·à¶§à·à·",charsetTR:"à¶à·à¶»à·à¶à·",charsetUN:"Unicode (UTF-8)",charsetWE:"à¶¶à·à·à¶±à·à·à·à¶» ",chooseColor:"à¶à·à¶»à¶±à·à¶±",design:"Design",docTitle:"à¶´à·à¶§à· මà·à¶à·à¶à·à·",docType:"à¶½à·à¶´à·à¶à·à¶±à· à·à¶»à·à¶à¶ºà· මà·à¶à·à¶à·à·", +docTypeOther:"à¶ à¶±à·à¶à·à¶à· à¶½à·à¶´à·à¶à·à¶±à· à·à¶»à·à¶à¶ºà· මà·à¶à·à¶à·",label:"à¶½à·à¶´à·à¶à·à¶±à· ",margin:"à¶´à·à¶§à· à·à·à¶¸à·à·à¶±à·",marginBottom:"à¶´à·à¶½",marginLeft:"à·à¶¸",marginRight:"දà¶à·à¶«",marginTop:"à¶",meta:"Meta Tags",metaAuthor:"Author",metaCopyright:"à¶´à·âà¶»à¶à·à·à¶± ",metaDescription:"à¶½à·à¶´à·à¶à·à¶±à· ",metaKeywords:"à¶½à·à¶´à·à¶à·à¶±à· à¶´à·à¶½à¶à·à·à¶¸à· à·à·à·à·à· à·à¶ à¶± (à¶à·à¶¸à· à·à¶½à·à¶±à· à·à·à¶±à·à¶à¶»à¶± ලද)",other:"à¶ à¶±à·à¶à·à¶à·",previewHtml:'\x3cp\x3eThis is some \x3cstrong\x3esample text\x3c/strong\x3e. You are using \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e',title:"à¶´à·à¶»à¶¸à¶ºà· à¶à·à¶«/", +txtColor:"à¶ à¶à·à·à¶» à·à¶»à·à¶«",xhtmlDec:"Include XHTML Declarations"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/sk.js b/public/assets/ckeditor/plugins/docprops/lang/sk.js new file mode 100644 index 0000000..10d1ad6 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/sk.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","sk",{bgColor:"Farba pozadia",bgFixed:"Fixné pozadie",bgImage:"URL obrázka na pozadÃ",charset:"Znaková sada",charsetASCII:"ASCII",charsetCE:"Stredoeurópska",charsetCR:"Cyrillika",charsetCT:"ÄÃnÅ¡tina tradiÄná (Big5)",charsetGR:"GréÄtina",charsetJP:"JaponÄina",charsetKR:"KorejÄina",charsetOther:"Iná znaková sada",charsetTR:"TureÄtina",charsetUN:"Unicode (UTF-8)",charsetWE:"Západná európa",chooseColor:"VybraÅ¥",design:"Design",docTitle:"Titulok stránky",docType:"Typ záhlavia dokumentu", +docTypeOther:"Iný typ záhlavia dokumentu",label:"Vlastnosti dokumentu",margin:"Okraje stránky (margins)",marginBottom:"Dolný",marginLeft:"Ľavý",marginRight:"Pravý",marginTop:"Horný",meta:"Meta znaÄky",metaAuthor:"Autor",metaCopyright:"Autorské práva (copyright)",metaDescription:"Popis dokumentu",metaKeywords:"Indexované kľúÄové slová dokumentu (oddelené Äiarkou)",other:"Iný...",previewHtml:'\x3cp\x3eToto je nejaký \x3cstrong\x3eukážkový text\x3c/strong\x3e. PoužÃvate \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Vlastnosti dokumentu",txtColor:"Farba textu",xhtmlDec:"VložiÅ¥ deklarácie XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/sl.js b/public/assets/ckeditor/plugins/docprops/lang/sl.js new file mode 100644 index 0000000..b94266d --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/sl.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","sl",{bgColor:"Barva ozadja",bgFixed:"NepremiÄno ozadje",bgImage:"URL slike za ozadje",charset:"Kodna tabela",charsetASCII:"ASCII",charsetCE:"Srednjeevropsko",charsetCR:"Cirilica",charsetCT:"Tradicionalno Kitajsko (Big5)",charsetGR:"GrÅ¡ko",charsetJP:"Japonsko",charsetKR:"Korejsko",charsetOther:"Druga kodna tabela",charsetTR:"TurÅ¡ko",charsetUN:"Unicode (UTF-8)",charsetWE:"Zahodnoevropsko",chooseColor:"Izberi",design:"Oblika",docTitle:"Naslov strani",docType:"Glava tipa dokumenta", +docTypeOther:"Druga glava tipa dokumenta",label:"Lastnosti dokumenta",margin:"Zamiki strani",marginBottom:"Spodaj",marginLeft:"Levo",marginRight:"Desno",marginTop:"Na vrhu",meta:"Meta podatki",metaAuthor:"Avtor",metaCopyright:"Avtorske pravice",metaDescription:"Opis strani",metaKeywords:"KljuÄne besede (loÄene z vejicami)",other:"\x3cdrug\x3e",previewHtml:'\x3cp\x3eTole je\x3cstrong\x3eprimer besedila\x3c/strong\x3e. Uporabljate \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Lastnosti dokumenta",txtColor:"Barva besedila",xhtmlDec:"Vstavi XHTML deklaracije"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/sq.js b/public/assets/ckeditor/plugins/docprops/lang/sq.js new file mode 100644 index 0000000..07ed201 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/sq.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","sq",{bgColor:"Ngjyra e Prapavijës",bgFixed:"Prapavijë pa zvarritje (fiks)",bgImage:"URL e Fotografisë së Prapavijës",charset:"Character Set Encoding",charsetASCII:"ASCII",charsetCE:"Evropës Qendrore",charsetCR:"Sllave",charsetCT:"Kinezisht Tradicional (Big5)",charsetGR:"Greke",charsetJP:"Japoneze",charsetKR:"Koreane",charsetOther:"Other Character Set Encoding",charsetTR:"Turke",charsetUN:"Unicode (UTF-8)",charsetWE:"Evropiano Perëndimor",chooseColor:"Përzgjidh", +design:"Dizajni",docTitle:"Titulli i Faqes",docType:"Document Type Heading",docTypeOther:"Koka e Llojit Tjetër të Dokumentit",label:"Karakteristikat e Dokumentit",margin:"Kufijtë e Faqes",marginBottom:"Poshtë",marginLeft:"Majtas",marginRight:"Djathtas",marginTop:"Lart",meta:"Meta Tags",metaAuthor:"Autori",metaCopyright:"Të drejtat e kopjimit",metaDescription:"Përshkrimi i Dokumentit",metaKeywords:"Fjalët kyçe të indeksimit të dokumentit (të ndarë me presje)",other:"Tjera...",previewHtml:'\x3cp\x3eKy është nje \x3cstrong\x3etekst shembull\x3c/strong\x3e. Ju jeni duke shfrytëzuar \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Karakteristikat e Dokumentit",txtColor:"Ngjyra e Tekstit",xhtmlDec:"Përfshij XHTML Deklarimet"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/sr-latn.js b/public/assets/ckeditor/plugins/docprops/lang/sr-latn.js new file mode 100644 index 0000000..f74748c --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/sr-latn.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","sr-latn",{bgColor:"Boja pozadine",bgFixed:"Fiksirana pozadina",bgImage:"URL pozadinske slike",charset:"Kodiranje skupa karaktera",charsetASCII:"ASCII",charsetCE:"Central European",charsetCR:"Cyrillic",charsetCT:"Chinese Traditional (Big5)",charsetGR:"Greek",charsetJP:"Japanese",charsetKR:"Korean",charsetOther:"Ostala kodiranja skupa karaktera",charsetTR:"Turkish",charsetUN:"Unicode (UTF-8)",charsetWE:"Western European",chooseColor:"Choose",design:"Design",docTitle:"Naslov stranice", +docType:"Zaglavlje tipa dokumenta",docTypeOther:"Ostala zaglavlja tipa dokumenta",label:"Osobine dokumenta",margin:"Margine stranice",marginBottom:"Donja",marginLeft:"Leva",marginRight:"Desna",marginTop:"Gornja",meta:"Metapodaci",metaAuthor:"Autor",metaCopyright:"Autorska prava",metaDescription:"Opis dokumenta",metaKeywords:"KljuÄne reci za indeksiranje dokumenta (razdvojene zarezima)",other:"\x3cоÑÑало\x3e",previewHtml:'\x3cp\x3eThis is some \x3cstrong\x3esample text\x3c/strong\x3e. You are using \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Osobine dokumenta",txtColor:"Boja teksta",xhtmlDec:"Ukljuci XHTML deklaracije"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/sr.js b/public/assets/ckeditor/plugins/docprops/lang/sr.js new file mode 100644 index 0000000..da13b17 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/sr.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","sr",{bgColor:"ÐоÑа позадине",bgFixed:"ФикÑиÑана позадина",bgImage:"УРРпозадинÑке Ñлике",charset:"ÐодиÑаÑе ÑкÑпа каÑакÑеÑа",charsetASCII:"ASCII",charsetCE:"Central European",charsetCR:"Cyrillic",charsetCT:"Chinese Traditional (Big5)",charsetGR:"Greek",charsetJP:"Japanese",charsetKR:"Korean",charsetOther:"ÐÑÑала кодиÑаÑа ÑкÑпа каÑакÑеÑа",charsetTR:"Turkish",charsetUN:"Unicode (UTF-8)",charsetWE:"Western European",chooseColor:"Choose",design:"Design",docTitle:"ÐаÑлов ÑÑÑаниÑе", +docType:"ÐаглавÑе Ñипа докÑменÑа",docTypeOther:"ÐÑÑала заглавÑа Ñипа докÑменÑа",label:"ÐÑобине докÑменÑа",margin:"ÐаÑгине ÑÑÑаниÑе",marginBottom:"ÐоÑа",marginLeft:"Ðева",marginRight:"ÐеÑна",marginTop:"ÐоÑÑа",meta:"ÐеÑаподаÑи",metaAuthor:"ÐÑÑоÑ",metaCopyright:"ÐÑÑоÑÑка пÑава",metaDescription:"ÐÐ¿Ð¸Ñ Ð´Ð¾ÐºÑменÑа",metaKeywords:"ÐÑÑÑне ÑеÑи за индекÑиÑаÑе докÑменÑа (ÑаздвоÑене заÑезом)",other:"\x3cother\x3e",previewHtml:'\x3cp\x3eThis is some \x3cstrong\x3esample text\x3c/strong\x3e. You are using \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"ÐÑобине докÑменÑа",txtColor:"ÐоÑа ÑекÑÑа",xhtmlDec:"УлÑÑÑи XHTML деклаÑаÑиÑе"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/sv.js b/public/assets/ckeditor/plugins/docprops/lang/sv.js new file mode 100644 index 0000000..4b2342c --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/sv.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","sv",{bgColor:"Bakgrundsfärg",bgFixed:"Fast bakgrund",bgImage:"Bakgrundsbildens URL",charset:"Teckenuppsättningar",charsetASCII:"ASCII",charsetCE:"Central Europa",charsetCR:"Kyrillisk",charsetCT:"Traditionell Kinesisk (Big5)",charsetGR:"Grekiska",charsetJP:"Japanska",charsetKR:"Koreanska",charsetOther:"Ãvriga teckenuppsättningar",charsetTR:"Turkiska",charsetUN:"Unicode (UTF-8)",charsetWE:"Väst Europa",chooseColor:"Välj",design:"Design",docTitle:"Sidtitel",docType:"Sidhuvud", +docTypeOther:"Ãvriga sidhuvuden",label:"Dokumentegenskaper",margin:"Sidmarginal",marginBottom:"Botten",marginLeft:"Vänster",marginRight:"Höger",marginTop:"Topp",meta:"Metadata",metaAuthor:"Författare",metaCopyright:"Upphovsrätt",metaDescription:"Sidans beskrivning",metaKeywords:"Sidans nyckelord (kommaseparerade)",other:"Annan...",previewHtml:'\x3cp\x3eDetta är en \x3cstrong\x3eexempel text\x3c/strong\x3e. Du använder \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e',title:"Dokumentegenskaper", +txtColor:"Textfärg",xhtmlDec:"Inkludera XHTML deklaration"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/th.js b/public/assets/ckeditor/plugins/docprops/lang/th.js new file mode 100644 index 0000000..61da2ed --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/th.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","th",{bgColor:"สีà¸à¸·à¹à¸à¸«à¸¥à¸±à¸",bgFixed:"à¸à¸·à¹à¸à¸«à¸¥à¸±à¸à¹à¸à¸à¹à¸¡à¹à¸¡à¸µà¹à¸à¸à¹à¸¥à¸·à¹à¸à¸",bgImage:"à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸à¸à¸à¸à¹à¸¥à¸à¹à¸à¸à¸à¸£à¸¹à¸à¸à¸·à¹à¸à¸«à¸¥à¸±à¸ (Image URL)",charset:"à¸à¸¸à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£",charsetASCII:"ASCII",charsetCE:"Central European",charsetCR:"Cyrillic",charsetCT:"Chinese Traditional (Big5)",charsetGR:"Greek",charsetJP:"Japanese",charsetKR:"Korean",charsetOther:"à¸à¸¸à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸à¸·à¹à¸à¹",charsetTR:"Turkish",charsetUN:"Unicode (UTF-8)",charsetWE:"Western European",chooseColor:"Choose",design:"à¸à¸à¸à¹à¸à¸",docTitle:"à¸à¸·à¹à¸à¹à¸à¹à¸à¸´à¹à¸¥", +docType:"à¸à¸£à¸°à¹à¸ à¸à¸à¸à¸à¹à¸à¸à¸ªà¸²à¸£",docTypeOther:"à¸à¸£à¸°à¹à¸ à¸à¹à¸à¸à¸ªà¸²à¸£à¸à¸·à¹à¸à¹",label:"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸à¹à¸à¸à¸ªà¸²à¸£",margin:"ระยะà¸à¸à¸à¸à¸à¸à¸«à¸à¹à¸²à¹à¸à¸à¸ªà¸²à¸£",marginBottom:"à¸à¹à¸²à¸à¸¥à¹à¸²à¸",marginLeft:"à¸à¹à¸²à¸à¸à¹à¸²à¸¢",marginRight:"à¸à¹à¸²à¸à¸à¸§à¸²",marginTop:"à¸à¹à¸²à¸à¸à¸",meta:"à¸à¹à¸à¸¡à¸¹à¸¥à¸ªà¸³à¸«à¸£à¸±à¸à¹à¸ªà¸´à¸£à¹à¸à¹à¸à¸à¸à¸´à¹à¸",metaAuthor:"à¸à¸¹à¹à¸ªà¸£à¹à¸²à¸à¹à¸à¸à¸ªà¸²à¸£",metaCopyright:"สà¸à¸§à¸à¸¥à¸´à¸à¸ªà¸´à¸à¸à¸´à¹",metaDescription:"à¸à¸£à¸°à¹à¸¢à¸à¸à¸à¸´à¸à¸²à¸¢à¹à¸à¸µà¹à¸¢à¸§à¸à¸±à¸à¹à¸à¸à¸ªà¸²à¸£",metaKeywords:"à¸à¸³à¸ªà¸³à¸à¸±à¸à¸à¸à¸´à¸à¸²à¸¢à¹à¸à¸à¸ªà¸²à¸£ (à¸à¸±à¹à¸à¸à¸³à¸à¹à¸§à¸¢ à¸à¸à¸¡à¸¡à¹à¸²)",other:"\x3cà¸à¸·à¹à¸ à¹\x3e",previewHtml:'\x3cp\x3eà¸à¸µà¹à¹à¸à¹à¸ \x3cstrong\x3eà¸à¹à¸à¸à¸§à¸²à¸¡à¸à¸±à¸§à¸à¸¢à¹à¸²à¸\x3c/strong\x3e. à¸à¸¸à¸à¸à¸³à¸¥à¸±à¸à¹à¸à¹à¸à¸²à¸ \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸à¹à¸à¸à¸ªà¸²à¸£",txtColor:"สีà¸à¸±à¸§à¸à¸±à¸à¸©à¸£",xhtmlDec:"รวมà¹à¸à¸² XHTML Declarations à¹à¸§à¹à¸à¹à¸§à¸¢"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/tr.js b/public/assets/ckeditor/plugins/docprops/lang/tr.js new file mode 100644 index 0000000..54b498f --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/tr.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","tr",{bgColor:"Arka Plan Rengi",bgFixed:"Sabit Arka Plan",bgImage:"Arka Plan Resim URLsi",charset:"Karakter Kümesi Kodlaması",charsetASCII:"ASCII",charsetCE:"Orta Avrupa",charsetCR:"Kiril",charsetCT:"Geleneksel Ãince (Big5)",charsetGR:"Yunanca",charsetJP:"Japonca",charsetKR:"Korece",charsetOther:"DiÄer Karakter Kümesi Kodlaması",charsetTR:"Türkçe",charsetUN:"Evrensel Kod (UTF-8)",charsetWE:"Batı Avrupa",chooseColor:"Seçiniz",design:"Dizayn",docTitle:"Sayfa BaÅlıÄı", +docType:"Belge Türü BaÅlıÄı",docTypeOther:"DiÄer Belge Türü BaÅlıÄı",label:"Belge Ãzellikleri",margin:"Kenar BoÅlukları",marginBottom:"Alt",marginLeft:"Sol",marginRight:"SaÄ",marginTop:"Tepe",meta:"Tanım Bilgisi (Meta)",metaAuthor:"Yazar",metaCopyright:"Telif",metaDescription:"Belge Tanımı",metaKeywords:"Belge Dizinleme Anahtar Kelimeleri (virgülle ayrılmıÅ)",other:"\x3cdiÄer\x3e",previewHtml:'\x3cp\x3eBu bir \x3cstrong\x3eörnek metindir\x3c/strong\x3e. \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e kullanıyorsunuz.\x3c/p\x3e', +title:"Belge Ãzellikleri",txtColor:"Yazı Rengi",xhtmlDec:"XHTML Bildirimlerini Dahil Et"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/tt.js b/public/assets/ckeditor/plugins/docprops/lang/tt.js new file mode 100644 index 0000000..322dc93 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/tt.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","tt",{bgColor:"Фон ÑÓ©Ñе",bgFixed:"Non-scrolling (Fixed) Background",bgImage:"Background Image URL",charset:"Character Set Encoding",charsetASCII:"ASCII",charsetCE:"УÑÑа ÐÑÑопа",charsetCR:"ÐиÑиллик",charsetCT:"ÐадÓÑи кÑÑай (Big5)",charsetGR:"ÐÑек",charsetJP:"Япон",charsetKR:"ÐоÑей",charsetOther:"Other Character Set Encoding",charsetTR:"ТөÑек",charsetUN:"Юникод (UTF-8)",charsetWE:"ÐөнбаÑÑÑ ÐÑÑопа",chooseColor:"СайлаÑ",design:"Ðизайн",docTitle:"ÐÐ¸Ñ Ð¸Ñеме",docType:"Document Type Heading", +docTypeOther:"Other Document Type Heading",label:"ÐокÑÐ¼ÐµÐ½Ñ Ò¯Ð·Ð»ÐµÐºÐ»ÓÑе",margin:"Page Margins",marginBottom:"ÐÑка",marginLeft:"СÑл",marginRight:"Уң Ñк",marginTop:"Ó¨ÑкÓ",meta:"ÐеÑаÑег",metaAuthor:"ÐвÑоÑ",metaCopyright:"ХокÑк иÑÑе",metaDescription:"ÐокÑÐ¼ÐµÐ½Ñ ÑаÑвиÑламаÑÑ",metaKeywords:"Document Indexing Keywords (comma separated)",other:"ÐаÑка...",previewHtml:'\x3cp\x3eThis is some \x3cstrong\x3esample text\x3c/strong\x3e. You are using \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"ÐокÑÐ¼ÐµÐ½Ñ Ò¯Ð·Ð»ÐµÐºÐ»ÓÑе",txtColor:"ТекÑÑ ÑÓ©Ñе",xhtmlDec:"Include XHTML Declarations"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/ug.js b/public/assets/ckeditor/plugins/docprops/lang/ug.js new file mode 100644 index 0000000..0ef3514 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/ug.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","ug",{bgColor:"تÛÚ¯ÙÙ٠رÛÚÚ¯Ù",bgFixed:"تÛÚ¯ÙÙÙ Ø³ÛØ±ÛتÙ٠دÙÙ ÙÙØ§ØªÙ ا",bgImage:"تÛÚ¯ÙÙÙ Ø³ÛØ±Ûت",charset:"Ú¾ÛØ±Ù¾ ÙÙØ¯ÙÙÙÙØ´Ù",charsetASCII:"ASCII",charsetCE:"Ø¦ÙØªØªÛرا ÙØ§ÛرÛپا",charsetCR:"سÙÙØ§ÛÙØ§ÙÚÛ",charsetCT:"Ù ÛØ±ÛÙÙÛÙ¾ Ø®ÛÙØ²ÛÚÛ (Big5)",charsetGR:"Ú¯ÙØ±ÛÙÚÛ",charsetJP:"ÙØ§Ù¾ÙÙÚÛ",charsetKR:"ÙÛØ±ÙÙÛÚÛ",charsetOther:"Ø¨Ø§Ø´ÙØ§ Ú¾ÛØ±Ù¾ ÙÙØ¯ÙÙÙÙØ´Ù",charsetTR:"ØªÛØ±ÙÚÛ",charsetUN:"ÙÛÙÙÙÙØ¯ (UTF-8)",charsetWE:"ØºÛØ±Ø¨ÙÙ ÙØ§ÛرÛپا",chooseColor:"تاÙÙØ§Ú",design:"ÙØ§ÙÙÚ¾Û",docTitle:"Ø¨ÛØª Ù Ø§ÛØ²ÛسÙ",docType:"Ù¾ÛØªÛ٠تÙÙ¾Ù", +docTypeOther:"Ø¨Ø§Ø´ÙØ§ Ù¾ÛØªÛ٠تÙÙ¾Ù",label:"Ø¨ÛØª خاسÙÙÙÙ",margin:"Ø¨ÛØª Ú¯ÙØ±ÛÛÙ",marginBottom:"ئاستÙ",marginLeft:"سÙÙ",marginRight:"ئÙÚ",marginTop:"Ø¦ÛØ³ØªÙ",meta:"Ù ÛØªØ§ ساÙÙÙÙ Ù ÛÙÛ٠ات",metaAuthor:"ÙØ§Ø²ØºÛÚÙ",metaCopyright:"ÙÛØ´Ø± Ú¾ÙÙÛÙÙ",metaDescription:"Ø¨ÛØª ÙÛØ²Ù ÚÛØ´ÛÙØ¯ÛØ±ÛØ´Ù",metaKeywords:"Ø¨ÛØª ÙÛØ²Ù ئÙÙØ¯ÛÙÙØ³ ھاÙÙÙÙÙÙ Ø³ÛØ²Ù (ئÙÙÚ¯ÙÙØ²ÚÛ Ù¾ÛØ´ [,] بÙÙÛÙ Ø¦Ø§ÙØ±ÙÙÙØ¯Û)",other:"Ø¨Ø§Ø´ÙØ§",previewHtml:'\x3cp\x3eØ¨Û Ø¨ÙØ± ÙÙØ³ÙÙ \x3cstrong\x3eÙÛØ±Ø³Ûت٠ÙÚ¯Û Ø¦ÙØ´ÙÙØªÙØ¯ÙØºØ§Ù تÛÙÙØ³Øª \x3c/strong\x3eØ³ÙØ² ÙÛÛÛØªØªÛ \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.ÙÙ Ø¦ÙØ´ÙÙØªÙÛØ§ØªÙØ³ÙØ².\x3c/p\x3e', +title:"Ø¨ÛØª خاسÙÙÙÙ",txtColor:"تÛÙÙØ³Øª رÛÚÚ¯Ù",xhtmlDec:"XHTML ئÛÙÙÙÙÙÙ ÙØ³ÙÙÙ Ø¦ÛØ² ئÙÚÙÚ¯Û Ø¦Ø§ÙÙØ¯Û"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/uk.js b/public/assets/ckeditor/plugins/docprops/lang/uk.js new file mode 100644 index 0000000..9b1fbaa --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/uk.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","uk",{bgColor:"ÐолÑÑ Ñла",bgFixed:"Тло без пÑокÑÑÑки",bgImage:"URL зобÑÐ°Ð¶ÐµÐ½Ð½Ñ Ñла",charset:"ÐодÑÐ²Ð°Ð½Ð½Ñ Ð½Ð°Ð±Ð¾ÑÑ ÑимволÑв",charsetASCII:"ASCII",charsetCE:"ЦенÑÑалÑно-ÑвÑопейÑÑка",charsetCR:"ÐиÑилиÑÑ",charsetCT:"ÐиÑайÑÑка ÑÑадиÑÑйна (Big5)",charsetGR:"ÐÑеÑÑка",charsetJP:"ЯпонÑÑка",charsetKR:"ÐоÑейÑÑка",charsetOther:"ÐнÑе кодÑÐ²Ð°Ð½Ð½Ñ Ð½Ð°Ð±Ð¾ÑÑ ÑимволÑв",charsetTR:"ТÑÑеÑÑка",charsetUN:"ЮнÑкод (UTF-8)",charsetWE:"ÐÐ°Ñ Ñдно-евÑопейÑкаÑ",chooseColor:"ÐбÑаÑи",design:"Ðизайн",docTitle:"Ðаголовок ÑÑоÑÑнки", +docType:"Ðаголовок ÑÐ¸Ð¿Ñ Ð´Ð¾ÐºÑменÑÑ",docTypeOther:"ÐнÑий заголовок ÑÐ¸Ð¿Ñ Ð´Ð¾ÐºÑменÑÑ",label:"ÐлаÑÑивоÑÑÑ Ð´Ð¾ÐºÑменÑа",margin:"ÐÑдÑÑÑпи ÑÑоÑÑнки",marginBottom:"ÐижнÑй",marginLeft:"ÐÑвий",marginRight:"ÐÑавий",marginTop:"ÐеÑÑ Ð½Ñй",meta:"ÐеÑа данÑ",metaAuthor:"ÐвÑоÑ",metaCopyright:"ÐвÑоÑÑÑÐºÑ Ð¿Ñава",metaDescription:"ÐÐ¿Ð¸Ñ Ð´Ð¾ÐºÑменÑа",metaKeywords:"ÐлÑÑÐ¾Ð²Ñ Ñлова докÑменÑа (ÑоздÑÐ»ÐµÐ½Ñ ÐºÐ¾Ð¼Ð°Ð¼Ð¸)",other:"\x3cÑнÑий\x3e",previewHtml:'\x3cp\x3eЦе пÑиклад\x3cstrong\x3eÑекÑÑÑ\x3c/strong\x3e. Ðи викоÑиÑÑовÑÑÑе\x3ca href\x3d"javascript:void(0)"\x3e CKEditor \x3c/a\x3e.\x3c/p\x3e', +title:"ÐлаÑÑивоÑÑÑ Ð´Ð¾ÐºÑменÑа",txtColor:"ÐолÑÑ ÑекÑÑÑ",xhtmlDec:"ÐвÑмкнÑÑи XHTML оголоÑеннÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/vi.js b/public/assets/ckeditor/plugins/docprops/lang/vi.js new file mode 100644 index 0000000..90cea84 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/vi.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","vi",{bgColor:"Mà u ná»n",bgFixed:"Không cuá»n ná»n",bgImage:"URL cá»§a Hình ảnh ná»n",charset:"Bảng mã ký tá»±",charsetASCII:"ASCII",charsetCE:"Trung Ãu",charsetCR:"Tiếng Kirin",charsetCT:"Tiếng Trung Quá»c (Big5)",charsetGR:"Tiếng Hy Lạp",charsetJP:"Tiếng Nháºt",charsetKR:"Tiếng Hà n",charsetOther:"Bảng mã ký tá»± khác",charsetTR:"Tiếng Thá» NhÄ© Kỳ",charsetUN:"Unicode (UTF-8)",charsetWE:"Tây Ãu",chooseColor:"Chá»n mà u",design:"Thiết kế",docTitle:"Tiêu Äá» Trang",docType:"Kiá»u Äá» mục Tà i liá»u", +docTypeOther:"Kiá»u Äá» mục Tà i liá»u khác",label:"Thuá»c tÃnh Tà i liá»u",margin:"ÄÆ°á»ng biên cá»§a Trang",marginBottom:"Dưá»i",marginLeft:"Trái",marginRight:"Phải",marginTop:"Trên",meta:"Siêu dữ liá»u",metaAuthor:"Tác giả",metaCopyright:"Bản quyá»n",metaDescription:"Mô tả tà i liá»u",metaKeywords:"Các từ khóa chá» mục tà i liá»u (phân cách bá»i dấu phẩy)",other:"\x3ckhác\x3e",previewHtml:'\x3cp\x3eÄây là má»t sá» \x3cstrong\x3evÄn bản mẫu\x3c/strong\x3e. Bạn Äang sá» dụng \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e', +title:"Thuá»c tÃnh Tà i liá»u",txtColor:"Mà u chữ",xhtmlDec:"Bao gá»m cả Äá»nh nghÄ©a XHTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/zh-cn.js b/public/assets/ckeditor/plugins/docprops/lang/zh-cn.js new file mode 100644 index 0000000..8866592 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/zh-cn.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("docprops","zh-cn",{bgColor:"èæ¯é¢è²",bgFixed:"䏿»å¨èæ¯å¾å",bgImage:"èæ¯å¾å",charset:"å符ç¼ç ",charsetASCII:"ASCII",charsetCE:"䏿¬§",charsetCR:"西éå°æ",charsetCT:"ç¹ä½ä¸æ (Big5)",charsetGR:"å¸è æ",charsetJP:"æ¥æ",charsetKR:"驿",charsetOther:"å ¶å®å符ç¼ç ",charsetTR:"åè³å ¶æ",charsetUN:"Unicode (UTF-8)",charsetWE:"西欧",chooseColor:"éæ©",design:"设计",docTitle:"页颿 é¢",docType:"ææ¡£ç±»å",docTypeOther:"å ¶å®ææ¡£ç±»å",label:"页é¢å±æ§",margin:"页é¢è¾¹è·",marginBottom:"ä¸",marginLeft:"å·¦",marginRight:"å³",marginTop:"ä¸",meta:"Meta æ°æ®",metaAuthor:"ä½è ", +metaCopyright:"çæ",metaDescription:"页é¢è¯´æ",metaKeywords:"页é¢ç´¢å¼å ³é®å (ç¨åè§éå·[,]åé)",other:"\x3cå ¶ä»\x3e",previewHtml:'\x3cp\x3eè¿æ¯ä¸äº\x3cstrong\x3eæ¼ç¤ºç¨æå\x3c/strong\x3eãæ¨å½åæ£å¨ä½¿ç¨\x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3eã\x3c/p\x3e',title:"页é¢å±æ§",txtColor:"ææ¬é¢è²",xhtmlDec:"å å« XHTML 声æ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/lang/zh.js b/public/assets/ckeditor/plugins/docprops/lang/zh.js new file mode 100644 index 0000000..9c42b67 --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/lang/zh.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("docprops","zh",{bgColor:"èæ¯é¡è²",bgFixed:"éæ²å (åºå®) èæ¯",bgImage:"èæ¯åå URL",charset:"åå é編碼",charsetASCII:"ASCII",charsetCE:"䏿èªç³»",charsetCR:"æ¯æå¤«æ",charsetCT:"æ£é«ä¸æ (Big5)",charsetGR:"å¸èæ",charsetJP:"æ¥æ",charsetKR:"éæ",charsetOther:"å ¶ä»åå é編碼",charsetTR:"åè³å ¶æ",charsetUN:"Unicode (UTF-8)",charsetWE:"西æèªç³»",chooseColor:"鏿",design:"è¨è¨æ¨¡å¼",docTitle:"é 颿¨é¡",docType:"æä»¶é¡åæ¨é¡",docTypeOther:"å ¶ä»æä»¶é¡åæ¨é¡",label:"æä»¶å±¬æ§",margin:"é é¢éç",marginBottom:"åºç«¯",marginLeft:"å·¦",marginRight:"å³",marginTop:"é 端", +meta:"Meta æ¨ç±¤",metaAuthor:"ä½è ",metaCopyright:"çæ¬è³è¨",metaDescription:"æä»¶æè¿°",metaKeywords:"æä»¶ç´¢å¼ééµå (以éèåé)",other:"å ¶ä»â¦",previewHtml:'\x3cp\x3eæ¤çºç°¡çç\x3cstrong\x3eç¯ä¾æå\x3c/strong\x3eãæ¨æ£å¨ä½¿ç¨ \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3eã\x3c/p\x3e',title:"æä»¶å±¬æ§",txtColor:"æåé¡è²",xhtmlDec:"å å« XHTML 宣å"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/docprops/plugin.js b/public/assets/ckeditor/plugins/docprops/plugin.js new file mode 100644 index 0000000..d107f1e --- /dev/null +++ b/public/assets/ckeditor/plugins/docprops/plugin.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.add("docprops",{requires:"wysiwygarea,dialog,colordialog",lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"docprops,docprops-rtl",hidpi:!0,init:function(a){var b=new CKEDITOR.dialogCommand("docProps");b.modes={wysiwyg:a.config.fullPage};b.allowedContent={body:{styles:"*",attributes:"dir"},html:{attributes:"lang,xml:lang"}}; +b.requiredContent="body";a.addCommand("docProps",b);CKEDITOR.dialog.add("docProps",this.path+"dialogs/docprops.js");a.ui.addButton&&a.ui.addButton("DocProps",{label:a.lang.docprops.label,command:"docProps",toolbar:"document,30"})}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embed/icons/embed.png b/public/assets/ckeditor/plugins/embed/icons/embed.png new file mode 100644 index 0000000000000000000000000000000000000000..9a9a73568eff8443f69985e68bc1f8039940b498 GIT binary patch literal 389 zcmV;00eb$4P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00001b5ch_0Itp) z=>Px$KS@MER5%f(Q#)>iFc8HOqRj=oh@Jw`(NaK@3vh*;Ag4&bN8kb}5CsiA1sxIs z5ky4}0OAwRWM{(?uf%FyFmHZup0Ujov4S9Y)imuaAYa#2VT>tYVG#yPOW?0z7~aA# z{8S;Rs_Hq*GEM~t?8&k$7<fX0X_|PR=YJy(Fqo!^5|Ln87Ho;*_*eIZ!1Fw|k3kCJ z)Pn@`JYQNA#kOt4VoPYD_?p}R>iI{osX=&10m<1nga5Dsl1^j~DUeN*#eiJ;4`kCw z2@v_dzruxzqKFkmfvKBgyf=+Vw*RUuOFW&MQ;;bDQrC6yevoYPlO$nCFpeV*xu-x( z!@OY__%^DlLJL78===WLahz4W2`t=x(lljF)1X{k*HH=iR{|mJz3aLUvB#HfGhog+ jHnnZb>bl;ipZ9+N?)Ip<G5FTi00000NkvXXu0mjf#aE^X literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/embed/icons/hidpi/embed.png b/public/assets/ckeditor/plugins/embed/icons/hidpi/embed.png new file mode 100644 index 0000000000000000000000000000000000000000..97dc75475839dece3638850cd2d1628e1af4ed6b GIT binary patch literal 728 zcmV;}0w?{6P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800001b5ch_0Itp) z=>Px%l1W5CR9Fe^SIvqVK@c7_f;k1eB@F0EauCGaB_N2;5WM;fd5G*Qc=aK~gDiNC zh&coW1rd*dL=eHhRCWAntDEV}=<Ws<(lAzc*H=|vRoBcosX&c(yB+TL`!BThk*;^= z^I2*A(^M)IFqS0`%wd1oUz6%So6UaibUG^oq@O<)G-<V3VJ4FqlTjW@$hZK&C6VOo z$MJZqbh}+c;uVZYad$eM^5gLsThAgZl}bLHPT!I9PaHr9Q083r$Prai?6CpnETe|5 zAY<r~SVDlZf6K;`$wZDN%GqQ0%H=Y%G_ly15b&{oY(UqZ5|w8CD}jE$A6?Ij$3~-J zDiwzV0pNMfBrv1`dK1d$kZv3y;5&k9wQBJgjYig5XJ#opi%S!VHjNoG^N|4NDWppv zwgPcMuk8U&ly6H6i@=Mlz>DjFtM3B0>v49F*Y*J0X%hdu2k1@cZ$f0nGU?eS#cAKV z*`)%yEE@dOb2p9<(5yIU(zA65q9V;^(|VWmdOdUV&t@~r#7n?J-LTM^>IaXTs1VQw z91oe?5Zjn=AOzOF=kxi)V~~(SKpWf|RNJvXH(Ra8+#;Y2lJ)>9Rj=2rGuOU2nAWpy zFc_Fh2mxItu)9XGJxb02c<z#j@+SliheJSr%LRkXWFuy>SS&0=u~?KflX3M>%Kw4w zcAJPX3|-0D`Yx`HtAo8%;3th-F88KZt666WpqA_mB_0lk<}8=XrPbYqLP7j6-qpjO zRDeL=*6Ve!*=z#(JTos0uto+f^_=y-0W9!7oUksHO7C~O-B&Vr?E@#-U#(WgXBdVS zJM6nYqyp3F^gA8F2l{v%(x=le7pT|B92L?MIAD0K=g|L`sK9S=!OemeK%%Pv0000< KMNUMnLSTZg%~a6< literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/embed/plugin.js b/public/assets/ckeditor/plugins/embed/plugin.js new file mode 100644 index 0000000..8ee107f --- /dev/null +++ b/public/assets/ckeditor/plugins/embed/plugin.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.plugins.add("embed",{icons:"embed",hidpi:!0,requires:"embedbase",init:function(b){var c=CKEDITOR.plugins.embedBase.createWidgetBaseDefinition(b);CKEDITOR.tools.extend(c,{dialog:"embedBase",button:b.lang.embedbase.button,allowedContent:"div[!data-oembed-url]",requiredContent:"div[data-oembed-url]",providerUrl:new CKEDITOR.template(b.config.embed_provider||"//ckeditor.iframe.ly/api/oembed?url\x3d{url}\x26callback\x3d{callback}"),styleToAllowedContentRules:function(a){return{div:{propertiesOnly:!0, +classes:a.getClassesArray(),attributes:"!data-oembed-url"}}},upcast:function(a,b){if("div"==a.name&&a.attributes["data-oembed-url"])return b.url=a.attributes["data-oembed-url"],!0},downcast:function(a){a.attributes["data-oembed-url"]=this.data.url}},!0);b.widgets.add("embed",c);b.filter.addElementCallback(function(a){if("data-oembed-url"in a.attributes)return CKEDITOR.FILTER_SKIP_TREE})}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/dialogs/embedbase.js b/public/assets/ckeditor/plugins/embedbase/dialogs/embedbase.js new file mode 100644 index 0000000..ba60710 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/dialogs/embedbase.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("embedBase",function(b){var c=b.lang.embedbase;return{title:c.title,minWidth:350,minHeight:50,onLoad:function(){function e(){a.setState(CKEDITOR.DIALOG_STATE_IDLE);d=null}var a=this,d=null;this.on("ok",function(f){f.data.hide=!1;f.stop();a.setState(CKEDITOR.DIALOG_STATE_BUSY);var c=a.getValueOf("info","url");d=a.widget.loadContent(c,{noNotifications:!0,callback:function(){a.widget.isReady()||b.widgets.finalizeCreation(a.widget.wrapper.getParent(!0));b.fire("saveSnapshot");a.hide(); +e()},errorCallback:function(b){a.getContentElement("info","url").select();alert(a.widget.getErrorMessage(b,c,"Given"));e()}})},null,null,15);this.on("cancel",function(a){a.data.hide&&d&&(d.cancel(),e())})},contents:[{id:"info",elements:[{type:"text",id:"url",label:b.lang.common.url,required:!0,setup:function(b){this.setValue(b.data.url)},validate:function(){return this.getDialog().widget.isUrlValid(this.getValue())?!0:c.unsupportedUrlGiven}}]}]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/cs.js b/public/assets/ckeditor/plugins/embedbase/lang/cs.js new file mode 100644 index 0000000..b3e9fdc --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","cs",{pathName:"objekt média",title:"Vloženà médiÃ",button:"Vložit médium",unsupportedUrlGiven:"Zadaná URL nenà podporována.",unsupportedUrl:"URL {url} nenà podporována ",fetchingFailedGiven:"Pro zadanou adresu URL nelze zÃskat obsah.",fetchingFailed:"Nelze zÃskat obsah na {url}.",fetchingOne:"ZÃskávánà odpovÄdà oEmbed...",fetchingMany:"ZÃskávánà odpovÄdà oEmbed. {current} z {max} hotovo..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/da.js b/public/assets/ckeditor/plugins/embedbase/lang/da.js new file mode 100644 index 0000000..46b7f93 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","da",{pathName:"media objekt",title:"Media Embed",button:"Indsæt Media Embed",unsupportedUrlGiven:"Den angivende URL er ikke undersøttet.",unsupportedUrl:"URLen {url} er ikke undersøttet af Media Embed.",fetchingFailedGiven:"Kunne ikke hente indholdet fra den angivende URL.",fetchingFailed:"Kunne ikke hente indholdet fra {url}.",fetchingOne:"Henter oEmbed-svar",fetchingMany:"Henter oEmbed-svar, {current} af {max} færdige..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/de-ch.js b/public/assets/ckeditor/plugins/embedbase/lang/de-ch.js new file mode 100644 index 0000000..70e86b9 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","de-ch",{pathName:"Medienobjekt",title:"Media Embed (Medieninhalte)",button:"Medieninhalte einfügen",unsupportedUrlGiven:"Die angegebene URL wird nicht unterstützt.",unsupportedUrl:"Die URL {url} wird von Media Embed nicht unterstützt.",fetchingFailedGiven:"Abrufen des Inhalts für die angegebene URL ist fehlgeschlagen.",fetchingFailed:"Abrufen des Inhalts für {url} ist fehlgeschlagen.",fetchingOne:"Empfangen der Medieninhalte...",fetchingMany:"Medieninhalte werden abgerufen, {current} von {max} empfangen..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/de.js b/public/assets/ckeditor/plugins/embedbase/lang/de.js new file mode 100644 index 0000000..e115c94 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","de",{pathName:"Medienobjekt",title:"Media Embed (Medieninhalte)",button:"Medieninhalte einfügen",unsupportedUrlGiven:"Die angegebene URL wird nicht unterstützt.",unsupportedUrl:"Die URL {url} wird von Media Embed nicht unterstützt.",fetchingFailedGiven:"Abrufen des Inhalts für die angegebene URL ist fehlgeschlagen.",fetchingFailed:"Abrufen des Inhalts für {url} ist fehlgeschlagen.",fetchingOne:"Empfangen der Medieninhalte...",fetchingMany:"Medieninhalte werden abgerufen, {current} von {max} empfangen..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/en.js b/public/assets/ckeditor/plugins/embedbase/lang/en.js new file mode 100644 index 0000000..30668c8 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","en",{pathName:"media object",title:"Media Embed",button:"Insert Media Embed",unsupportedUrlGiven:"The specified URL is not supported.",unsupportedUrl:"The URL {url} is not supported by Media Embed.",fetchingFailedGiven:"Failed to fetch content for the given URL.",fetchingFailed:"Failed to fetch content for {url}.",fetchingOne:"Fetching oEmbed response...",fetchingMany:"Fetching oEmbed responses, {current} of {max} done..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/eo.js b/public/assets/ckeditor/plugins/embedbase/lang/eo.js new file mode 100644 index 0000000..4e9fcb4 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","eo",{pathName:"Datumportila objekto",title:"Enkorpigo de datumportilo",button:"Enmetu enkorpigitan datumportilon.",unsupportedUrlGiven:"la indikita URL ne estas subtenata.",unsupportedUrl:"La URL {url} ne estas subtenata de enkorpigo de datumportilo.",fetchingFailedGiven:"Rekuperi enhavon por la indikitan URL malsukcesis.",fetchingFailed:"Rekuperi enhavon por {url} malsukcesis.",fetchingOne:"La respondo de la enkorpigita objekto estas serÄata ...",fetchingMany:"La respondoj de la enkorpigita objekto estas serÄataj, {current} el {max} faritaj..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/eu.js b/public/assets/ckeditor/plugins/embedbase/lang/eu.js new file mode 100644 index 0000000..d88a889 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","eu",{pathName:"multimedia objektua",title:"Media Embed",button:"Txertatu edukia",unsupportedUrlGiven:"Ez dago zehazturiko URLarentzako euskarririk",unsupportedUrl:"Media Embed-ek ez dauka {url} URLarentzako euskarririk.",fetchingFailedGiven:"Huts egin du emandako URLetik edukia eskuratzean.",fetchingFailed:"Huts egin du {url}(e)tik edukia eskuratzean.",fetchingOne:"oEmbed erantzuna eskuratzen...",fetchingMany:"oEmbed erantzunak eskuratzen, {current} / {max}"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/fr.js b/public/assets/ckeditor/plugins/embedbase/lang/fr.js new file mode 100644 index 0000000..3a04d99 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","fr",{pathName:"objet média",title:"Média Intégré",button:"Insérer le média intégré",unsupportedUrlGiven:"L'URL spécifiée n'est pas supportée.",unsupportedUrl:"L'URL {url} n'est pas supportée par Média Intégré",fetchingFailedGiven:"Ãchec de la récupération du contenu de l'URL donnée.",fetchingFailed:"Ãchec de la récupération du contenu pour {url}.",fetchingOne:"Récupération de la réponse oEmbed...",fetchingMany:"Récupération des réponse oEmbed, {current} sur {max} effectué..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/gl.js b/public/assets/ckeditor/plugins/embedbase/lang/gl.js new file mode 100644 index 0000000..b8429ba --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","gl",{pathName:"obxecto multimedia",title:"Multimedia integrado",button:"Inserir un multimedia integrado",unsupportedUrlGiven:"O URL especificado non está admitido.",unsupportedUrl:"O URL {url} non está admitido polo multimedia integrado.",fetchingFailedGiven:"Non foi posÃbel obter o contido do URL indicado.",fetchingFailed:"Non foi posÃbel obter o contido der {url}.",fetchingOne:"Obtendo a resposta oEmbed...",fetchingMany:"Obtendo as respostas oEmbed, feito {current} de {max}..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/id.js b/public/assets/ckeditor/plugins/embedbase/lang/id.js new file mode 100644 index 0000000..084a542 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","id",{pathName:"media object",title:"Sisipkan Media",button:"Insert Media Embed",unsupportedUrlGiven:"The specified URL is not supported.",unsupportedUrl:"The URL {url} is not supported by Media Embed.",fetchingFailedGiven:"Failed to fetch content for the given URL.",fetchingFailed:"Gagal mengambil konten untuk {url}",fetchingOne:"Fetching oEmbed response...",fetchingMany:"Fetching oEmbed responses, {current} of {max} done..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/it.js b/public/assets/ckeditor/plugins/embedbase/lang/it.js new file mode 100644 index 0000000..aa6ed31 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","it",{pathName:"oggetto multimediale",title:"Media incorporato",button:"Inserisci media incorporato",unsupportedUrlGiven:"L'URL specificato non è supportato.",unsupportedUrl:"L'URL {url} non è supportato da Media incorporato.",fetchingFailedGiven:"Non è stato possibile recuperareil contenuto per l'URL specificato.",fetchingFailed:"Non è stato possibile recuperare il contenuto per {url}.",fetchingOne:"Recupero della risposta oEmbed...",fetchingMany:"Recupero delle risposta oEmbed, {current} di {max} completati..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/ko.js b/public/assets/ckeditor/plugins/embedbase/lang/ko.js new file mode 100644 index 0000000..f1f3f30 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","ko",{pathName:"미ëì´ ì¤ë¸ì í¸",title:"미ëì´ ìë² ë",button:"미ëì´ ìë² ë ì½ì ",unsupportedUrlGiven:"ì§ìíì§ ìë 주ì íìì ëë¤.",unsupportedUrl:"ì ë ¥íì 주ì {url}ì ì§ìëì§ ìë íìì ëë¤.",fetchingFailedGiven:"ì ë ¥íì 주ììì ë´ì©ì ë¶ë¬ì¬ ì ììµëë¤.",fetchingFailed:"ì ë ¥íì 주ì {url}ìì ë´ì©ì ë¶ë¬ì¬ ì ììµëë¤.",fetchingOne:"oEmbed ìëµì ê°ì ¸ì¤ë ì¤...",fetchingMany:"ì´ {max} ê° ì¤{current} ë²ì§¸ oEmbed ìëµì ê°ì ¸ì¤ë ì¤..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/ku.js b/public/assets/ckeditor/plugins/embedbase/lang/ku.js new file mode 100644 index 0000000..3f76a93 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","ku",{pathName:"ÚØ§Ú¯ÛÛØ§ÙدÙÛ Ø¨ÛØ±Ú©Ø§Ø±",title:"خستÙÛÙØ§ÙÛ ÚØ§Ú¯ÛÛØ§ÙدÙ",button:"خستÙÛÙØ§ÙÛ ÚØ§Ú¯ÛÛØ§ÙدÙ",unsupportedUrlGiven:"Ø¨ÛØ³ØªÛØ±Û ÙÛØ´Ø§Ùکرا٠پشتÛÙØ§Ù ÙÛکراÙÛ.",unsupportedUrl:"Ø¨ÛØ³ØªÛØ±Û {url} پشتÛÙØ§ÙÙÛککراÙÛ ÙÛÙØ§ÛÛ٠خستÙÛÙØ§ÙÛ ÚØ§Ú¯ÛÛØ§ÙدÙ.",fetchingFailedGiven:"Ø³ÛØ±Ú©ÛÙØªÙÙÙÛØ¨ÙÙ ÙÛ ÙÛÙØ§ÙÛ ÙØ§ÙÛÚÛÚ©Û Ø¨ÛØ³ØªÛØ±Û Ø¯Ø±Ø§Ù",fetchingFailed:"Ø³ÛØ±Ú©ÛÙØªÙÙÙÛØ¨ÙÙ ÙÛ ÙÛÙØ§ÙÛÛ ÙØ§ÙÛÚÛÚ©Û Ø¦ÛÙ Ø¨ÛØ³ØªÛØ±Û {url}.",fetchingOne:"ÙÛ ÙÛÙÚµÛ ÙÛÚµØ§Ù Û Ø®Ø³ØªÙÛÙØ§ÙÛ",fetchingMany:"ÙÛ ÙÛÙÚµÛ ÙÛÙØ§ÙÛ Ø®Ø³ØªÙÛÙØ§ÙÛ, {current} ÙÛ {max} Ú©ÛØªØ§ÛÙØ§ØªÙÙÛ..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/nb.js b/public/assets/ckeditor/plugins/embedbase/lang/nb.js new file mode 100644 index 0000000..1ded173 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","nb",{pathName:"mediaobjekt",title:"Media-innbygging",button:"Sett inn mediaobjekt",unsupportedUrlGiven:"Den oppgitte URL-en er ikke støttet.",unsupportedUrl:"URL-en {url} er ikke støttet av Media-innbygging.",fetchingFailedGiven:"Kunne ikke hente innhold for den oppgitte URL-en.",fetchingFailed:"Kunne ikke hente innhold for {url}.",fetchingOne:"Henter oEmbed-svar...",fetchingMany:"Henter oEmbed-svar, {current} av {max} fullført..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/nl.js b/public/assets/ckeditor/plugins/embedbase/lang/nl.js new file mode 100644 index 0000000..2f5d699 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","nl",{pathName:"media object",title:"Mediareferentie",button:"Mediareferentie invoegen",unsupportedUrlGiven:"De opgegeven URL wordt niet ondersteund.",unsupportedUrl:"De URL {url} wordt niet ondersteund door Mediareferentie.",fetchingFailedGiven:"Kon de inhoud van de opgegeven URL niet ophalen",fetchingFailed:"Kon de inhoud van {url} niet ophalen.",fetchingOne:"Ophalen van oEmbed antwoordâ¦",fetchingMany:"Ophalen van oEmbed antwoorden, {current} van {max} klaarâ¦"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/pl.js b/public/assets/ckeditor/plugins/embedbase/lang/pl.js new file mode 100644 index 0000000..f50aec5 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","pl",{pathName:"obiekt multimediów",title:"Osadzenie multimediów (oEmbed)",button:"Osadź obiekt multimediów (oEmbed)",unsupportedUrlGiven:"Podany adres URL nie jest obsÅugiwany.",unsupportedUrl:"Adres URL {url} nie jest obsÅugiwany przez funkcjonalnoÅÄ osadzania multimediów.",fetchingFailedGiven:"Nie udaÅo siÄ pobraÄ zawartoÅci dla podanego adresu URL.",fetchingFailed:"Nie udaÅo siÄ pobraÄ zawartoÅci dla {url}.",fetchingOne:"Pobieranie odpowiedzi oEmbed...",fetchingMany:"Pobieranie odpowiedzi oEmbed, gotowe {current} z {max}..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/pt-br.js b/public/assets/ckeditor/plugins/embedbase/lang/pt-br.js new file mode 100644 index 0000000..b423121 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","pt-br",{pathName:"objeto de mÃdia",title:"Incorporação de MÃdia",button:"Inserir Incorporação de MÃdia",unsupportedUrlGiven:"A URL especificada não é suportada.",unsupportedUrl:"A UTL {url} não é suportada pela Incorporação de MÃdia.",fetchingFailedGiven:"Falha ao obter conteúdo para a URL informada.",fetchingFailed:"Falha ao obter conteúdo para {url}.",fetchingOne:"Obtendo resposta oEmbed...",fetchingMany:"Obtendo respostas oEmbed, {current} de {max} completos..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/ru.js b/public/assets/ckeditor/plugins/embedbase/lang/ru.js new file mode 100644 index 0000000..a37c305 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","ru",{pathName:"Ðедиа обÑекÑ",title:"ÐедиаконÑенÑ",button:"ÐÑÑавиÑÑ ÐедиаконÑенÑ",unsupportedUrlGiven:"ÐаннÑй URL не поддеÑживаеÑÑÑ.",unsupportedUrl:"URL {url} не поддеÑживаеÑÑÑ Media Embed.",fetchingFailedGiven:"Ðе ÑдалоÑÑ Ð¿Ð¾Ð´Ð³ÑÑзиÑÑ ÑодеÑжимое Ð´Ð»Ñ Ð·Ð°Ð´Ð°Ð½Ð½Ð¾Ð³Ð¾ URL",fetchingFailed:"Ðе ÑдалоÑÑ Ð¿Ð¾Ð´Ð³ÑÑзиÑÑ ÑодеÑжимое Ð´Ð»Ñ {url}",fetchingOne:"ÐодгÑÑжаем oEmbed оÑвеÑ...",fetchingMany:"ÐодгÑÑжаем oEmbed оÑвеÑÑ, {current} из {max} подгÑÑжено..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/sv.js b/public/assets/ckeditor/plugins/embedbase/lang/sv.js new file mode 100644 index 0000000..7fdd7ab --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","sv",{pathName:"mediaobjekt",title:"Media Embed",button:"Insert Media Embed",unsupportedUrlGiven:"Den angivna URL:en stöds inte.",unsupportedUrl:"The URL {url} is not supported by Media Embed.",fetchingFailedGiven:"Lyckades inte hämta innehÃ¥llet frÃ¥n den angivna URL:en.",fetchingFailed:"Lyckades inte hämta innehÃ¥ll frÃ¥n {url}.",fetchingOne:"Hämtar oEmbed-svar...",fetchingMany:"Hämtar oEmbed-svar, {current} av {max} färdiga..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/tr.js b/public/assets/ckeditor/plugins/embedbase/lang/tr.js new file mode 100644 index 0000000..bd50191 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","tr",{pathName:"medya nesnesi",title:"GömülmüŠMedya",button:"Gömülü Medya Ekle",unsupportedUrlGiven:"BelirtmiÅ olduÄunuz URL desteklenmiyor.",unsupportedUrl:"BelirttiÄiniz URL {url} gömülü medya tarafından desteklenmiyor.",fetchingFailedGiven:"VermiÅ olduÄunuz URL'nin içeriÄi alınamadı.",fetchingFailed:"{url} içeriÄi alınamadı.",fetchingOne:"oEmbed cevabı alınıyor...",fetchingMany:"oEmbed cevabı alınıyor, {current} / {max} tamamlandı..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/ug.js b/public/assets/ckeditor/plugins/embedbase/lang/ug.js new file mode 100644 index 0000000..6ae2528 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","ug",{pathName:"ÛØ§Ø³ÙØªÛ Ø¦ÙØ¨ÙÛÙØªÙ",title:"سÙÚØ¯ÛØ±Ù Û ÛØ§Ø³ÙتÛ",button:"سÙÚØ¯ÛØ±Ù Û ÛØ§Ø³ÙØªÛ ÙÙØ³ØªÛر",unsupportedUrlGiven:"The specified URL is not supported.",unsupportedUrl:"The URL {url} is not supported by Media Embed.",fetchingFailedGiven:"Failed to fetch content for the given URL.",fetchingFailed:"Failed to fetch content for {url}.",fetchingOne:"Fetching oEmbed response...",fetchingMany:"Fetching oEmbed responses, {current} of {max} done..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/uk.js b/public/assets/ckeditor/plugins/embedbase/lang/uk.js new file mode 100644 index 0000000..39a136f --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","uk",{pathName:"ÐедÑаобâÑкÑ",title:"ÐедÑаконÑенÑ",button:"ÐÑÑавиÑи медÑаконÑенÑ",unsupportedUrlGiven:"Ðказане URL поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ðµ пÑдÑÑимÑÑÑÑÑÑ.",unsupportedUrl:"URL поÑÐ¸Ð»Ð°Ð½Ð½Ñ {url} не пÑдÑÑимÑÑÑÑÑÑ Ð¼ÐµÐ´ÑаконÑенÑом.",fetchingFailedGiven:"Ðе вдалоÑÑ Ð¾ÑÑимаÑи конÑÐµÐ½Ñ Ð´Ð»Ñ Ð´Ð°Ð½Ð¾Ð³Ð¾ URL поÑиланнÑ.",fetchingFailed:"Ðе вдалоÑÑ Ð¾ÑÑимаÑи конÑÐµÐ½Ñ Ð´Ð»Ñ {url}.",fetchingOne:"ÐÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ oEmbed вÑдповÑдÑ...",fetchingMany:"ÐÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ {current} Ñз {max} oEmbed вÑдповÑдей завеÑÑено...."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/zh-cn.js b/public/assets/ckeditor/plugins/embedbase/lang/zh-cn.js new file mode 100644 index 0000000..6da3978 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","zh-cn",{pathName:"åªä½å¯¹è±¡",title:"åµå ¥åªä½",button:"æå ¥åªä½",unsupportedUrlGiven:"䏿¯ææå®ç URLã",unsupportedUrl:"åµå ¥åªä½ä¸æ¯ææ¤ URL {url}ã",fetchingFailedGiven:"æ æ³æåæ¤ URL çå 容ã",fetchingFailed:"æ æ³æå {url} çå 容ã",fetchingOne:"æ£å¨æåâ¦â¦",fetchingMany:"æ£å¨æåï¼{max} ä¸ç {current} â¦â¦"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/lang/zh.js b/public/assets/ckeditor/plugins/embedbase/lang/zh.js new file mode 100644 index 0000000..d753ecc --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","zh",{pathName:"åªé«å ä»¶",title:"å §åµåªé«",button:"æå ¥å §åµåªé«",unsupportedUrlGiven:"䏿¯æ´æå®ç URLã",unsupportedUrl:"å §åµåªé«ä¸æ¯æ´ URL {url} ã",fetchingFailedGiven:"æåæå® URL çå §å®¹å¤±æã",fetchingFailed:"æå {url} çå §å®¹å¤±æã",fetchingOne:"æ£å¨æå oEmbed åæ...",fetchingMany:"æ£å¨æå oEmbed åæï¼{max} ä¸ç {current} 已宿..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedbase/plugin.js b/public/assets/ckeditor/plugins/embedbase/plugin.js new file mode 100644 index 0000000..4a7a892 --- /dev/null +++ b/public/assets/ckeditor/plugins/embedbase/plugin.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){var l={_attachScript:function(e,c){var d=new CKEDITOR.dom.element("script");d.setAttribute("src",e);d.on("error",c);CKEDITOR.document.getBody().append(d);return d},sendRequest:function(e,c,d,a){function b(){g&&(g.remove(),delete CKEDITOR._.jsonpCallbacks[h],g=null)}var k={};c=c||{};var h=CKEDITOR.tools.getNextNumber(),g;c.callback="CKEDITOR._.jsonpCallbacks["+h+"]";CKEDITOR._.jsonpCallbacks[h]=function(a){setTimeout(function(){b();d(a)})};g=this._attachScript(e.output(c),function(){b(); +a&&a()});k.cancel=b;return k}};CKEDITOR.plugins.add("embedbase",{lang:"cs,da,de,de-ch,en,eo,eu,fr,gl,id,it,ko,ku,nb,nl,pl,pt-br,ru,sv,tr,ug,uk,zh,zh-cn",requires:"widget,notificationaggregator",onLoad:function(){CKEDITOR._.jsonpCallbacks={}},init:function(){CKEDITOR.dialog.add("embedBase",this.path+"dialogs/embedbase.js")}});CKEDITOR.plugins.embedBase={createWidgetBaseDefinition:function(e){var c,d=e.lang.embedbase;return{mask:!0,template:"\x3cdiv\x3e\x3c/div\x3e",pathName:d.pathName,_cache:{},urlRegExp:/^((https?:)?\/\/|www\.)/i, +init:function(){this.on("sendRequest",function(a){this._sendRequest(a.data)},this,null,999);this.on("dialog",function(a){a.data.widget=this},this);this.on("handleResponse",function(a){if(!a.data.html){var b=this._responseToHtml(a.data.url,a.data.response);null!==b?a.data.html=b:(a.data.errorMessage="unsupportedUrl",a.cancel())}},this,null,999)},loadContent:function(a,b){function c(e){f.response=e;d.editor.widgets.instances[d.id]?d._handleResponse(f)&&(d._cacheResponse(a,e),b.callback&&b.callback()): +(CKEDITOR.warn("embedbase-widget-invalid"),f.task&&f.task.done())}b=b||{};var d=this,e=this._getCachedResponse(a),f={noNotifications:b.noNotifications,url:a,callback:c,errorCallback:function(a){d._handleError(f,a);b.errorCallback&&b.errorCallback(a)}};if(e)setTimeout(function(){c(e)});else return b.noNotifications||(f.task=this._createTask()),this.fire("sendRequest",f),f},isUrlValid:function(a){return this.urlRegExp.test(a)&&!1!==this.fire("validateUrl",a)},getErrorMessage:function(a,b,c){(c=e.lang.embedbase[a+ +(c||"")])||(c=a);return(new CKEDITOR.template(c)).output({url:b||""})},_sendRequest:function(a){var b=this,c=l.sendRequest(this.providerUrl,{url:encodeURIComponent(a.url)},a.callback,function(){a.errorCallback("fetchingFailed")});a.cancel=function(){c.cancel();b.fire("requestCanceled",a)}},_handleResponse:function(a){var b={url:a.url,html:"",response:a.response};if(!1!==this.fire("handleResponse",b))return a.task&&a.task.done(),this._setContent(a.url,b.html),!0;a.errorCallback(b.errorMessage);return!1}, +_handleError:function(a,b){a.task&&(a.task.cancel(),a.noNotifications||e.showNotification(this.getErrorMessage(b,a.url),"warning"))},_responseToHtml:function(a,b){return"photo"==b.type?'\x3cimg src\x3d"'+CKEDITOR.tools.htmlEncodeAttr(b.url)+'" alt\x3d"'+CKEDITOR.tools.htmlEncodeAttr(b.title||"")+'" style\x3d"max-width:100%;height:auto" /\x3e':"video"==b.type||"rich"==b.type?(b.html=b.html.replace(/<iframe/g,'\x3ciframe tabindex\x3d"-1"'),b.html):null},_setContent:function(a,b){this.setData("url", +a);this.element.setHtml(b)},_createTask:function(){if(!c||c.isFinished())c=new CKEDITOR.plugins.notificationAggregator(e,d.fetchingMany,d.fetchingOne),c.on("finished",function(){c.notification.hide()});return c.createTask()},_cacheResponse:function(a,b){this._cache[a]=b},_getCachedResponse:function(a){return this._cache[a]}}},_jsonp:l}})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/embedsemantic/icons/embedsemantic.png b/public/assets/ckeditor/plugins/embedsemantic/icons/embedsemantic.png new file mode 100644 index 0000000000000000000000000000000000000000..9a9a73568eff8443f69985e68bc1f8039940b498 GIT binary patch literal 389 zcmV;00eb$4P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00001b5ch_0Itp) z=>Px$KS@MER5%f(Q#)>iFc8HOqRj=oh@Jw`(NaK@3vh*;Ag4&bN8kb}5CsiA1sxIs z5ky4}0OAwRWM{(?uf%FyFmHZup0Ujov4S9Y)imuaAYa#2VT>tYVG#yPOW?0z7~aA# z{8S;Rs_Hq*GEM~t?8&k$7<fX0X_|PR=YJy(Fqo!^5|Ln87Ho;*_*eIZ!1Fw|k3kCJ z)Pn@`JYQNA#kOt4VoPYD_?p}R>iI{osX=&10m<1nga5Dsl1^j~DUeN*#eiJ;4`kCw z2@v_dzruxzqKFkmfvKBgyf=+Vw*RUuOFW&MQ;;bDQrC6yevoYPlO$nCFpeV*xu-x( z!@OY__%^DlLJL78===WLahz4W2`t=x(lljF)1X{k*HH=iR{|mJz3aLUvB#HfGhog+ jHnnZb>bl;ipZ9+N?)Ip<G5FTi00000NkvXXu0mjf#aE^X literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/embedsemantic/icons/hidpi/embedsemantic.png b/public/assets/ckeditor/plugins/embedsemantic/icons/hidpi/embedsemantic.png new file mode 100644 index 0000000000000000000000000000000000000000..97dc75475839dece3638850cd2d1628e1af4ed6b GIT binary patch literal 728 zcmV;}0w?{6P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800001b5ch_0Itp) z=>Px%l1W5CR9Fe^SIvqVK@c7_f;k1eB@F0EauCGaB_N2;5WM;fd5G*Qc=aK~gDiNC zh&coW1rd*dL=eHhRCWAntDEV}=<Ws<(lAzc*H=|vRoBcosX&c(yB+TL`!BThk*;^= z^I2*A(^M)IFqS0`%wd1oUz6%So6UaibUG^oq@O<)G-<V3VJ4FqlTjW@$hZK&C6VOo z$MJZqbh}+c;uVZYad$eM^5gLsThAgZl}bLHPT!I9PaHr9Q083r$Prai?6CpnETe|5 zAY<r~SVDlZf6K;`$wZDN%GqQ0%H=Y%G_ly15b&{oY(UqZ5|w8CD}jE$A6?Ij$3~-J zDiwzV0pNMfBrv1`dK1d$kZv3y;5&k9wQBJgjYig5XJ#opi%S!VHjNoG^N|4NDWppv zwgPcMuk8U&ly6H6i@=Mlz>DjFtM3B0>v49F*Y*J0X%hdu2k1@cZ$f0nGU?eS#cAKV z*`)%yEE@dOb2p9<(5yIU(zA65q9V;^(|VWmdOdUV&t@~r#7n?J-LTM^>IaXTs1VQw z91oe?5Zjn=AOzOF=kxi)V~~(SKpWf|RNJvXH(Ra8+#;Y2lJ)>9Rj=2rGuOU2nAWpy zFc_Fh2mxItu)9XGJxb02c<z#j@+SliheJSr%LRkXWFuy>SS&0=u~?KflX3M>%Kw4w zcAJPX3|-0D`Yx`HtAo8%;3th-F88KZt666WpqA_mB_0lk<}8=XrPbYqLP7j6-qpjO zRDeL=*6Ve!*=z#(JTos0uto+f^_=y-0W9!7oUksHO7C~O-B&Vr?E@#-U#(WgXBdVS zJM6nYqyp3F^gA8F2l{v%(x=le7pT|B92L?MIAD0K=g|L`sK9S=!OemeK%%Pv0000< KMNUMnLSTZg%~a6< literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/embedsemantic/plugin.js b/public/assets/ckeditor/plugins/embedsemantic/plugin.js new file mode 100644 index 0000000..7a5265e --- /dev/null +++ b/public/assets/ckeditor/plugins/embedsemantic/plugin.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.plugins.add("embedsemantic",{icons:"embedsemantic",hidpi:!0,requires:"embedbase",onLoad:function(){this.registerOembedTag()},init:function(a){var b=CKEDITOR.plugins.embedBase.createWidgetBaseDefinition(a),d=b.init;CKEDITOR.tools.extend(b,{dialog:"embedBase",button:a.lang.embedbase.button,allowedContent:"oembed",requiredContent:"oembed",styleableElements:"oembed",providerUrl:new CKEDITOR.template(a.config.embed_provider||"//ckeditor.iframe.ly/api/oembed?url\x3d{url}\x26callback\x3d{callback}"), +init:function(){var e=this;d.call(this);this.once("ready",function(){this.data.loadOnReady&&this.loadContent(this.data.url,{callback:function(){e.setData("loadOnReady",!1);a.fire("updateSnapshot")}})})},upcast:function(a,b){if("oembed"==a.name){var c=a.children[0];if(c&&c.type==CKEDITOR.NODE_TEXT&&c.value)return b.url=c.value,b.loadOnReady=!0,c=new CKEDITOR.htmlParser.element("div"),a.replaceWith(c),c.attributes["class"]=a.attributes["class"],c}},downcast:function(a){var b=new CKEDITOR.htmlParser.element("oembed"); +b.add(new CKEDITOR.htmlParser.text(this.data.url));a.attributes["class"]&&(b.attributes["class"]=a.attributes["class"]);return b}},!0);a.widgets.add("embedSemantic",b)},registerOembedTag:function(){var a=CKEDITOR.dtd,b;a.oembed={"#":1};for(b in a)a[b].div&&(a[b].oembed=1)}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/cs.js b/public/assets/ckeditor/plugins/filetools/lang/cs.js new file mode 100644 index 0000000..90684c4 --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/cs.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","cs",{loadError:"PÅi Ätenà souboru doÅ¡lo k chybÄ.",networkError:"PÅi nahrávánà souboru doÅ¡lo k chybÄ v sÃti.",httpError404:"PÅi nahrávánà souboru doÅ¡lo k chybÄ HTTP (404: Soubor nenalezen).",httpError403:"PÅi nahrávánà souboru doÅ¡lo k chybÄ HTTP (403: Zakázáno).",httpError:"PÅi nahrávánà souboru doÅ¡lo k chybÄ HTTP (chybový stav: %1).",noUrlError:"URL pro nahránà nenà zadána.",responseError:"Nesprávná odpovÄÄ serveru."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/da.js b/public/assets/ckeditor/plugins/filetools/lang/da.js new file mode 100644 index 0000000..5437692 --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/da.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","da",{loadError:"Der skete en fejl ved indlæsningen af filen.",networkError:"Der skete en netværks fejl under uploadingen.",httpError404:"Der skete en HTTP fejl under uploadingen (404: File not found).",httpError403:"Der skete en HTTP fejl under uploadingen (403: Forbidden).",httpError:"Der skete en HTTP fejl under uploadingen (error status: %1).",noUrlError:"Upload URL er ikke defineret.",responseError:"Ikke korrekt server svar."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/de-ch.js b/public/assets/ckeditor/plugins/filetools/lang/de-ch.js new file mode 100644 index 0000000..81bca3b --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/de-ch.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","de-ch",{loadError:"Während dem Lesen der Datei ist ein Fehler aufgetreten.",networkError:"Während dem Hochladen der Datei ist ein Netzwerkfehler aufgetreten.",httpError404:"Während dem Hochladen der Datei ist ein HTTP-Fehler aufgetreten (404: Datei nicht gefunden).",httpError403:"Während dem Hochladen der Datei ist ein HTTP-Fehler aufgetreten (403: Verboten).",httpError:"Während dem Hochladen der Datei ist ein HTTP-Fehler aufgetreten (Fehlerstatus: %1).",noUrlError:"Hochlade-URL ist nicht definiert.", +responseError:"Falsche Antwort des Servers."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/de.js b/public/assets/ckeditor/plugins/filetools/lang/de.js new file mode 100644 index 0000000..ba6dedc --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/de.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","de",{loadError:"Während dem Lesen der Datei ist ein Fehler aufgetreten.",networkError:"Während dem Hochladen der Datei ist ein Netzwerkfehler aufgetreten.",httpError404:"Während dem Hochladen der Datei ist ein HTTP-Fehler aufgetreten (404: Datei nicht gefunden).",httpError403:"Während dem Hochladen der Datei ist ein HTTP-Fehler aufgetreten (403: Verboten).",httpError:"Während dem Hochladen der Datei ist ein HTTP-Fehler aufgetreten (Fehlerstatus: %1).",noUrlError:"Hochlade-URL ist nicht definiert.", +responseError:"Falsche Antwort des Servers."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/en.js b/public/assets/ckeditor/plugins/filetools/lang/en.js new file mode 100644 index 0000000..d501ca9 --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/en.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","en",{loadError:"Error occurred during file read.",networkError:"Network error occurred during file upload.",httpError404:"HTTP error occurred during file upload (404: File not found).",httpError403:"HTTP error occurred during file upload (403: Forbidden).",httpError:"HTTP error occurred during file upload (error status: %1).",noUrlError:"Upload URL is not defined.",responseError:"Incorrect server response."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/eo.js b/public/assets/ckeditor/plugins/filetools/lang/eo.js new file mode 100644 index 0000000..bc9e062 --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/eo.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","eo",{loadError:"Eraro okazis dum la dosiera legado.",networkError:"Reta eraro okazis dum la dosiera alÅuto.",httpError404:"HTTP eraro okazis dum la dosiera alÅuto (404: dosiero ne trovita).",httpError403:"HTTP eraro okazis dum la dosiera alÅuto (403: malpermesita).",httpError:"HTTP eraro okazis dum la dosiera alÅuto (erara stato: %1).",noUrlError:"AlÅuta URL ne estas difinita.",responseError:"MalÄusta respondo de la servilo."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/eu.js b/public/assets/ckeditor/plugins/filetools/lang/eu.js new file mode 100644 index 0000000..39013c7 --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/eu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","eu",{loadError:"Errorea gertatu da fitxategia irakurtzean.",networkError:"Sareko errorea gertatu da fitxategia kargatzean.",httpError404:"HTTP errorea gertatu da fitxategia kargatzean (404: Fitxategia ez da aurkitu).",httpError403:"HTTP errorea gertatu da fitxategia kargatzean (403: Debekatuta).",httpError:"HTTP errorea gertatu da fitxategia kargatzean (errore-egoera: %1).",noUrlError:"Kargatzeko URLa definitu gabe.",responseError:"Zerbitzariaren erantzun okerra."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/fr.js b/public/assets/ckeditor/plugins/filetools/lang/fr.js new file mode 100644 index 0000000..09b94ee --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/fr.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","fr",{loadError:"Une erreur est survenue lors de la lecture du fichier.",networkError:"Une erreur réseau est survenue lors du téléversement du fichier.",httpError404:"Une erreur HTTP est survenue durant le téléversement du fichier (404: Fichier non trouvé).",httpError403:"Une erreur HTTP est survenue durant le téléversement du fichier (403: Accès refusé).",httpError:"Une erreur HTTP est survenue durant le téléversement du fichier (statut de l'erreur : %1).",noUrlError:"L'URL de téléversement n'est pas spécifiée.", +responseError:"Réponse du serveur incorrecte."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/gl.js b/public/assets/ckeditor/plugins/filetools/lang/gl.js new file mode 100644 index 0000000..3865482 --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/gl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","gl",{loadError:"Produciuse un erro durante a lectura do ficheiro.",networkError:"Produciuse un erro na rede durante o envÃo do ficheiro.",httpError404:"Produciuse un erro HTTP durante o envÃo do ficheiro (404: Ficheiro non atopado).",httpError403:"Produciuse un erro HTTP durante o envÃo do ficheiro (403: Acceso denegado).",httpError:"Produciuse un erro HTTP durante o envÃo do ficheiro (erro de estado: %1).",noUrlError:"Non foi definido o URL para o envÃo.",responseError:"Resposta incorrecta do servidor."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/id.js b/public/assets/ckeditor/plugins/filetools/lang/id.js new file mode 100644 index 0000000..63636ec --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/id.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","id",{loadError:"Error terjadi ketika berkas dibaca",networkError:"Jaringan error terjadi ketika mengunggah berkas",httpError404:"HTTP error terjadi ketika mengunggah berkas (404: Berkas tidak ditemukan)",httpError403:"HTTP error terjadi ketika mengunggah berkas (403: Gangguan)",httpError:"HTTP error terjadi ketika mengunggah berkas (status error: %1)",noUrlError:"Unggahan URL tidak terdefinisi",responseError:"Respon server tidak sesuai"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/it.js b/public/assets/ckeditor/plugins/filetools/lang/it.js new file mode 100644 index 0000000..5b49d89 --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/it.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","it",{loadError:"Si è verificato un errore durante la lettura del file.",networkError:"Si è verificato un errore di rete durante il caricamento del file.",httpError404:"Si è verificato un errore HTTP durante il caricamento del file (404: file non trovato).",httpError403:"Si è verificato un errore HTTP durante il caricamento del file (403: accesso negato).",httpError:"Si è verificato un errore HTTP durante il caricamento del file (stato dell'errore: %1).",noUrlError:"L'URL per il caricamento non è stato definito.", +responseError:"La risposta del server non è corretta."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/ko.js b/public/assets/ckeditor/plugins/filetools/lang/ko.js new file mode 100644 index 0000000..05e091b --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/ko.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","ko",{loadError:"íì¼ì ì½ë ì¤ ì¤ë¥ê° ë°ìíìµëë¤.",networkError:"íì¼ ì ë¡ë ì¤ ë¤í¸ìí¬ ì¤ë¥ê° ë°ìíìµëë¤.",httpError404:"íì¼ ì ë¡ëì¤ HTTP ì¤ë¥ê° ë°ìíìµëë¤ (404: íì¼ ì°¾ìì ìì).",httpError403:"íì¼ ì ë¡ëì¤ HTTP ì¤ë¥ê° ë°ìíìµëë¤ (403: ê¶í ìì).",httpError:"íì¼ ì ë¡ëì¤ HTTP ì¤ë¥ê° ë°ìíìµëë¤ (ì¤ë¥ ì½ë %1).",noUrlError:"ì ë¡ë 주ìê° ì ìëì´ ìì§ ììµëë¤.",responseError:"ì못ë ìë² ìëµ."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/ku.js b/public/assets/ckeditor/plugins/filetools/lang/ku.js new file mode 100644 index 0000000..164e0da --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/ku.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","ku",{loadError:"ÙÛÚµÛÛÛÚ© ÚÙÙÛØ¯Ø§ ÙÛ Ù Ø§ÙÛÛ Ø®ÙÛÙØ¯ÙÛÙÛÛ Ù¾ÛÚÚ¯ÛÚ©Û.",networkError:"ÙÛÚµÛÛÛÚ©Û ÚØ§ÛÛÚµÛ ÚÙÙÛØ¯Ø§ ÙÛ Ù Ø§ÙÛÛ Ø¨Ø§Ø±Ú©Ø±Ø¯ÙÛ Ù¾ÛÚÚ¯ÛÚ©Û.",httpError404:"ÙÛÚµÛÛÛÚ© ÚÙÙÛØ¯Ø§ ÙÛ Ù Ø§ÙÛÛ Ø¨Ø§Ø±Ú©Ø±Ø¯ÙÛ Ù¾ÛÚÚ¯ÛÚ©Û (404: Ù¾ÛÚÚ¯ÛÚ©Û ÙÛØ¯ÛزراÙÛ).",httpError403:"ÙÛÚµÛÛÛÚ© ÚÙÙÛØ¯Ø§ ÙÛ Ù Ø§ÙÛÛ Ø¨Ø§Ø±Ú©Ø±Ø¯ÙÛ Ù¾ÛÚÚ¯ÛÚ©Û (403: ÙÛØ¯ÛغÛکراÙ).",httpError:"ÙÛÚµÛÛÛÚ© ÚÙÙÛØ¯Ø§ ÙÛ Ù Ø§ÙÛÛ Ø¨Ø§Ø±Ú©Ø±Ø¯ÙÛ Ù¾ÛÚÚ¯ÛÚ©Û (Ø¯ÛØ®Û ÙÛÚµÛ: %1).",noUrlError:"Ø¨ÛØ³ØªÛØ±Û Ù¾ÛÚÚ¯ÛÚ©Û Ù¾ÛÙØ§Ø³Û ÙÛکراÙÛ.",responseError:"ÙÛڵا٠ÛÚ©Û ÙØ§Ø¯Ø±ÙØ³ØªÛ Ø³ÛØ±Ú¤Ûر."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/nb.js b/public/assets/ckeditor/plugins/filetools/lang/nb.js new file mode 100644 index 0000000..ac5e2a8 --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/nb.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","nb",{loadError:"Feil oppsto under filinnlesing.",networkError:"Nettverksfeil oppsto under filopplasting.",httpError404:"HTTP-feil oppsto under filopplasting (404: Fant ikke filen).",httpError403:"HTTP-feil oppsto under filopplasting (403: Ikke tillatt).",httpError:"HTTP-feil oppsto under filopplasting (feilstatus: %1).",noUrlError:"URL for opplasting er ikke oppgitt.",responseError:"Ukorrekt svar fra serveren."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/nl.js b/public/assets/ckeditor/plugins/filetools/lang/nl.js new file mode 100644 index 0000000..e9528c1 --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/nl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","nl",{loadError:"Fout tijdens lezen van bestand.",networkError:"Netwerkfout tijdens uploaden van bestand.",httpError404:"HTTP fout tijdens uploaden van bestand (404: Bestand niet gevonden).",httpError403:"HTTP fout tijdens uploaden van bestand (403: Verboden).",httpError:"HTTP fout tijdens uploaden van bestand (fout status: %1).",noUrlError:"Upload URL is niet gedefinieerd.",responseError:"Ongeldig antwoord van server."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/pl.js b/public/assets/ckeditor/plugins/filetools/lang/pl.js new file mode 100644 index 0000000..0b2a16f --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/pl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","pl",{loadError:"BÅÄ d podczas odczytu pliku.",networkError:"W trakcie wysyÅania pliku pojawiÅ siÄ bÅÄ d sieciowy.",httpError404:"BÅÄ d HTTP w trakcie wysyÅania pliku (404: Nie znaleziono pliku).",httpError403:"BÅÄ d HTTP w trakcie wysyÅania pliku (403: Zabroniony).",httpError:"BÅÄ d HTTP w trakcie wysyÅania pliku (status bÅÄdu: %1).",noUrlError:"Nie zdefiniowano adresu URL do przesÅania pliku.",responseError:"Niepoprawna odpowiedź serwera."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/pt-br.js b/public/assets/ckeditor/plugins/filetools/lang/pt-br.js new file mode 100644 index 0000000..b71ef67 --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/pt-br.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","pt-br",{loadError:"Um erro ocorreu durante a leitura do arquivo.",networkError:"Um erro de rede ocorreu durante o envio do arquivo.",httpError404:"Um erro HTTP ocorreu durante o envio do arquivo (404: Arquivo não encontrado).",httpError403:"Um erro HTTP ocorreu durante o envio do arquivo (403: Proibido).",httpError:"Um erro HTTP ocorreu durante o envio do arquivo (status do erro: %1)",noUrlError:"A URL de upload não está definida.",responseError:"Resposta incorreta do servidor."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/ru.js b/public/assets/ckeditor/plugins/filetools/lang/ru.js new file mode 100644 index 0000000..4ad5b41 --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/ru.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","ru",{loadError:"ÐÑибка пÑи ÑÑении Ñайла",networkError:"СеÑÐµÐ²Ð°Ñ Ð¾Ñибка пÑи загÑÑзке Ñайла",httpError404:"HTTP оÑибка пÑи загÑÑзке Ñайла (404: Файл не найден)",httpError403:"HTTP оÑибка пÑи загÑÑзке Ñайла (403: ÐапÑеÑено)",httpError:"HTTP оÑибка пÑи загÑÑзке Ñайла (%1)",noUrlError:"Ðе опÑеделен URL Ð´Ð»Ñ Ð·Ð°Ð³ÑÑзки Ñайлов",responseError:"ÐекоÑÑекÑнÑй оÑÐ²ÐµÑ ÑеÑвеÑа"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/sv.js b/public/assets/ckeditor/plugins/filetools/lang/sv.js new file mode 100644 index 0000000..e394689 --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/sv.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","sv",{loadError:"Fel uppstod vid filläsning",networkError:"Nätverksfel uppstod vid filuppladdning.",httpError404:"HTTP-fel uppstod vid filuppladdning (404: Fil hittades inte).",httpError403:"HTTP-fel uppstod vid filuppladdning (403: Förbjuden).",httpError:"HTTP-fel uppstod vid filuppladdning (felstatus: %1).",noUrlError:"URL för uppladdning inte definierad.",responseError:"Felaktigt serversvar."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/tr.js b/public/assets/ckeditor/plugins/filetools/lang/tr.js new file mode 100644 index 0000000..efbc561 --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/tr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","tr",{loadError:"Dosya okunurken hata oluÅtu.",networkError:"Dosya gönderilirken aÄ hatası oluÅtu.",httpError404:"Dosya gönderilirken HTTP hatası oluÅtu (404: Dosya bulunamadı).",httpError403:"Dosya gönderilirken HTTP hatası oluÅtu (403: Yasaklı).",httpError:"Dosya gönderilirken HTTP hatası oluÅtu (hata durumu: %1).",noUrlError:"Gönderilecek URL belirtilmedi.",responseError:"Sunucu cevap veremedi."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/ug.js b/public/assets/ckeditor/plugins/filetools/lang/ug.js new file mode 100644 index 0000000..ae3fc73 --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/ug.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","ug",{loadError:"Ú¾ÛØ¬Ø¬Ûت ئÙÙÛØ´ØªØ§ خاتاÙÙÙ ÙÛØ±ÛÙØ¯Ù",networkError:"Ú¾ÛØ¬Ø¬Ûت ÙÛÙÙÛØ´ØªÛ ØªÙØ± خاتاÙÙÙÙ ÙÛØ±ÛÙØ¯Ù.",httpError404:"Ú¾ÛØ¬Ø¬Ûت ÙÛÙÙÙÚ¯ÛÙØ¯Û HTTP خاتاÙÙÙÙ ÙÛØ±ÛÙØ¯Ù (404: Ú¾ÛØ¬Ø¬Ûت تÛÙ¾ÙÙÙ ÙØ¯Ù).",httpError403:"HTTP error occurred during file upload (403: Forbidden).",httpError:"HTTP error occurred during file upload (error status: %1).",noUrlError:"Upload URL is not defined.",responseError:"Incorrect server response."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/uk.js b/public/assets/ckeditor/plugins/filetools/lang/uk.js new file mode 100644 index 0000000..5dc1684 --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/uk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","uk",{loadError:"Ðиникла помилка пÑд ÑÐ°Ñ ÑиÑÐ°Ð½Ð½Ñ ÑайлÑ",networkError:"ÐÑд ÑÐ°Ñ Ð·Ð°Ð²Ð°Ð½ÑÐ°Ð¶ÐµÐ½Ð½Ñ ÑÐ°Ð¹Ð»Ñ Ð²Ð¸Ð½Ð¸ÐºÐ»Ð° помилка меÑежÑ.",httpError404:"ÐÑд ÑÐ°Ñ Ð·Ð°Ð²Ð°Ð½ÑÐ°Ð¶ÐµÐ½Ð½Ñ ÑÐ°Ð¹Ð»Ñ Ð²Ð¸Ð½Ð¸ÐºÐ»Ð° помилка HTTP (404: Файл не знайдено).",httpError403:"ÐÑд ÑÐ°Ñ Ð·Ð°Ð²Ð°Ð½ÑÐ°Ð¶ÐµÐ½Ð½Ñ ÑÐ°Ð¹Ð»Ñ Ð²Ð¸Ð½Ð¸ÐºÐ»Ð° помилка HTTP (403: ÐоÑÑÑп забоÑонено).",httpError:"ÐÑд ÑÐ°Ñ Ð·Ð°Ð²Ð°Ð½ÑÐ°Ð¶ÐµÐ½Ð½Ñ ÑÐ°Ð¹Ð»Ñ Ð²Ð¸Ð½Ð¸ÐºÐ»Ð° помилка (ÑÑаÑÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ¸: %1).",noUrlError:"URL заванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð½Ðµ визнаÑений.",responseError:"ÐевÑÑна вÑдповÑÐ´Ñ ÑеÑвеÑа."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/zh-cn.js b/public/assets/ckeditor/plugins/filetools/lang/zh-cn.js new file mode 100644 index 0000000..073df28 --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/zh-cn.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","zh-cn",{loadError:"读åæä»¶æ¶åçé误ã",networkError:"ä¸ä¼ æä»¶æ¶åçç½ç»é误ã",httpError404:"ä¸ä¼ æä»¶æ¶åç HTTP é误ï¼404ï¼æ æ³æ¾å°æä»¶ï¼ã",httpError403:"ä¸ä¼ æä»¶æ¶åç HTTP é误ï¼403ï¼ç¦æ¢è®¿é®ï¼ã",httpError:"ä¸ä¼ æä»¶æ¶åç HTTP é误ï¼é误代ç ï¼%1ï¼ã",noUrlError:"ä¸ä¼ ç URL æªå®ä¹ã",responseError:"䏿£ç¡®çæå¡å¨ååºã"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/lang/zh.js b/public/assets/ckeditor/plugins/filetools/lang/zh.js new file mode 100644 index 0000000..fbe4e78 --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/lang/zh.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","zh",{loadError:"å¨è®åæªæ¡æç¼çé¯èª¤ã",networkError:"å¨ä¸å³æªæ¡æç¼ç網路é¯èª¤ã",httpError404:"å¨ä¸å³æªæ¡æç¼ç HTTP é¯èª¤ï¼404ï¼æªæ¡æ¾ä¸å°ï¼ã",httpError403:"å¨ä¸å³æªæ¡æç¼ç HTTP é¯èª¤ï¼403ï¼ç¦æ¢ï¼ã",httpError:"å¨ä¸å³æªæ¡æç¼ç HTTP é¯èª¤ï¼é¯èª¤çæ ï¼%1ï¼ã",noUrlError:"ä¸å³ç URL æªè¢«å®ç¾©ã",responseError:"䏿£ç¢ºç伺æå¨åæã"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/filetools/plugin.js b/public/assets/ckeditor/plugins/filetools/plugin.js new file mode 100644 index 0000000..e9d9074 --- /dev/null +++ b/public/assets/ckeditor/plugins/filetools/plugin.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function g(a){this.editor=a;this.loaders=[]}function h(a,c,b){var d=a.config.fileTools_defaultFileName;this.editor=a;this.lang=a.lang;"string"===typeof c?(this.data=c,this.file=m(this.data),this.loaded=this.total=this.file.size):(this.data=null,this.file=c,this.total=this.file.size,this.loaded=0);b?this.fileName=b:this.file.name?this.fileName=this.file.name:(a=this.file.type.split("/"),d&&(a[0]=d),this.fileName=a.join("."));this.uploaded=0;this.uploadTotal=null;this.status="created";this.abort= +function(){this.changeStatus("abort")}}function m(a){var c=a.match(l)[1];a=a.replace(l,"");a=atob(a);var b=[],d,e,f,k;for(d=0;d<a.length;d+=512){e=a.slice(d,d+512);f=Array(e.length);for(k=0;k<e.length;k++)f[k]=e.charCodeAt(k);e=new Uint8Array(f);b.push(e)}return new Blob(b,{type:c})}CKEDITOR.plugins.add("filetools",{lang:"cs,da,de,de-ch,en,eo,eu,fr,gl,id,it,ko,ku,nb,nl,pl,pt-br,ru,sv,tr,ug,uk,zh,zh-cn",beforeInit:function(a){a.uploadRepository=new g(a);a.on("fileUploadRequest",function(a){a=a.data.fileLoader; +a.xhr.open("POST",a.uploadUrl,!0)},null,null,5);a.on("fileUploadRequest",function(a){a=a.data.fileLoader;var b=new FormData;b.append("upload",a.file,a.fileName);b.append("ckCsrfToken",CKEDITOR.tools.getCsrfToken());a.xhr.send(b)},null,null,999);a.on("fileUploadResponse",function(a){var b=a.data.fileLoader,d=b.xhr,e=a.data;try{var f=JSON.parse(d.responseText);f.error&&f.error.message&&(e.message=f.error.message);f.uploaded?(e.fileName=f.fileName,e.url=f.url):a.cancel()}catch(k){e.message=b.lang.filetools.responseError, +CKEDITOR.warn("filetools-response-error",{responseText:d.responseText}),a.cancel()}},null,null,999)}});g.prototype={create:function(a,c){var b=this.loaders.length,d=new h(this.editor,a,c);d.id=b;this.loaders[b]=d;this.fire("instanceCreated",d);return d},isFinished:function(){for(var a=0;a<this.loaders.length;++a)if(!this.loaders[a].isFinished())return!1;return!0}};h.prototype={loadAndUpload:function(a){var c=this;this.once("loaded",function(b){b.cancel();c.once("update",function(a){a.cancel()},null, +null,0);c.upload(a)},null,null,0);this.load()},load:function(){var a=this,c=this.reader=new FileReader;a.changeStatus("loading");this.abort=function(){a.reader.abort()};c.onabort=function(){a.changeStatus("abort")};c.onerror=function(){a.message=a.lang.filetools.loadError;a.changeStatus("error")};c.onprogress=function(b){a.loaded=b.loaded;a.update()};c.onload=function(){a.loaded=a.total;a.data=c.result;a.changeStatus("loaded")};c.readAsDataURL(this.file)},upload:function(a){a?(this.uploadUrl=a,this.xhr= +new XMLHttpRequest,this.attachRequestListeners(),this.editor.fire("fileUploadRequest",{fileLoader:this})&&this.changeStatus("uploading")):(this.message=this.lang.filetools.noUrlError,this.changeStatus("error"))},attachRequestListeners:function(){function a(){"error"!=b.status&&(b.message=b.lang.filetools.networkError,b.changeStatus("error"))}function c(){"abort"!=b.status&&b.changeStatus("abort")}var b=this,d=this.xhr;b.abort=function(){d.abort()};d.onerror=a;d.onabort=c;d.upload?(d.upload.onprogress= +function(a){a.lengthComputable&&(b.uploadTotal||(b.uploadTotal=a.total),b.uploaded=a.loaded,b.update())},d.upload.onerror=a,d.upload.onabort=c):(b.uploadTotal=b.total,b.update());d.onload=function(){b.update();if("abort"!=b.status)if(b.uploaded=b.uploadTotal,200>d.status||299<d.status)b.message=b.lang.filetools["httpError"+d.status],b.message||(b.message=b.lang.filetools.httpError.replace("%1",d.status)),b.changeStatus("error");else{for(var a={fileLoader:b},c=["message","fileName","url"],k=b.editor.fire("fileUploadResponse", +a),g=0;g<c.length;g++){var h=c[g];"string"===typeof a[h]&&(b[h]=a[h])}!1===k?b.changeStatus("error"):b.changeStatus("uploaded")}}},changeStatus:function(a){this.status=a;if("error"==a||"abort"==a||"loaded"==a||"uploaded"==a)this.abort=function(){};this.fire(a);this.update()},update:function(){this.fire("update")},isFinished:function(){return!!this.status.match(/^(?:loaded|uploaded|error|abort)$/)}};CKEDITOR.event.implementOn(g.prototype);CKEDITOR.event.implementOn(h.prototype);var l=/^data:(\S*?);base64,/; +CKEDITOR.fileTools||(CKEDITOR.fileTools={});CKEDITOR.tools.extend(CKEDITOR.fileTools,{uploadRepository:g,fileLoader:h,getUploadUrl:function(a,c){var b=CKEDITOR.tools.capitalize;return c&&a[c+"UploadUrl"]?a[c+"UploadUrl"]:a.uploadUrl?a.uploadUrl:c&&a["filebrowser"+b(c,1)+"UploadUrl"]?a["filebrowser"+b(c,1)+"UploadUrl"]+"\x26responseType\x3djson":a.filebrowserUploadUrl?a.filebrowserUploadUrl+"\x26responseType\x3djson":null},isTypeSupported:function(a,c){return!!a.type.match(c)}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/dialogs/find.js b/public/assets/ckeditor/plugins/find/dialogs/find.js new file mode 100644 index 0000000..eb0593f --- /dev/null +++ b/public/assets/ckeditor/plugins/find/dialogs/find.js @@ -0,0 +1,25 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function C(c){return c.type==CKEDITOR.NODE_TEXT&&0<c.getLength()&&(!r||!c.isReadOnly())}function w(c){return!(c.type==CKEDITOR.NODE_ELEMENT&&c.isBlockBoundary(CKEDITOR.tools.extend({},CKEDITOR.dtd.$empty,CKEDITOR.dtd.$nonEditable)))}function q(c,g){function n(a,b){var d=this,c=new CKEDITOR.dom.walker(a);c.guard=b?w:function(a){!w(a)&&(d._.matchBoundary=!0)};c.evaluator=C;c.breakOnFalse=1;a.startContainer.type==CKEDITOR.NODE_TEXT&&(this.textNode=a.startContainer,this.offset=a.startOffset- +1);this._={matchWord:b,walker:c,matchBoundary:!1}}function q(a,b){var d=c.createRange();d.setStart(a.textNode,b?a.offset:a.offset+1);d.setEndAt(c.editable(),CKEDITOR.POSITION_BEFORE_END);return d}function t(a){var b=c.getSelection().getRanges()[0],d=c.editable();b&&!a?(a=b.clone(),a.collapse(!0)):(a=c.createRange(),a.setStartAt(d,CKEDITOR.POSITION_AFTER_START));a.setEndAt(d,CKEDITOR.POSITION_BEFORE_END);return a}var x=new CKEDITOR.style(CKEDITOR.tools.extend({attributes:{"data-cke-highlight":1},fullMatch:1, +ignoreReadonly:1,childRule:function(){return 0}},c.config.find_highlight,!0));n.prototype={next:function(){return this.move()},back:function(){return this.move(!0)},move:function(a){var b=this.textNode;if(null===b)return y.call(this);this._.matchBoundary=!1;if(b&&a&&0<this.offset)this.offset--;else if(b&&this.offset<b.getLength()-1)this.offset++;else{for(b=null;!b&&!(b=this._.walker[a?"previous":"next"].call(this._.walker),this._.matchWord&&!b||this._.walker._.end););this.offset=(this.textNode=b)? +a?b.getLength()-1:0:0}return y.call(this)}};var u=function(a,b){this._={walker:a,cursors:[],rangeLength:b,highlightRange:null,isMatched:0}};u.prototype={toDomRange:function(){var a=c.createRange(),b=this._.cursors;if(1>b.length){var d=this._.walker.textNode;if(d)a.setStartAfter(d);else return null}else d=b[0],b=b[b.length-1],a.setStart(d.textNode,d.offset),a.setEnd(b.textNode,b.offset+1);return a},updateFromDomRange:function(a){var b=new n(a);this._.cursors=[];do a=b.next(),a.character&&this._.cursors.push(a); +while(a.character);this._.rangeLength=this._.cursors.length},setMatched:function(){this._.isMatched=!0},clearMatched:function(){this._.isMatched=!1},isMatched:function(){return this._.isMatched},highlight:function(){if(!(1>this._.cursors.length)){this._.highlightRange&&this.removeHighlight();var a=this.toDomRange(),b=a.createBookmark();x.applyToRange(a,c);a.moveToBookmark(b);this._.highlightRange=a;b=a.startContainer;b.type!=CKEDITOR.NODE_ELEMENT&&(b=b.getParent());b.scrollIntoView();this.updateFromDomRange(a)}}, +removeHighlight:function(){if(this._.highlightRange){var a=this._.highlightRange.createBookmark();x.removeFromRange(this._.highlightRange,c);this._.highlightRange.moveToBookmark(a);this.updateFromDomRange(this._.highlightRange);this._.highlightRange=null}},isReadOnly:function(){return this._.highlightRange?this._.highlightRange.startContainer.isReadOnly():0},moveBack:function(){var a=this._.walker.back(),b=this._.cursors;a.hitMatchBoundary&&(this._.cursors=b=[]);b.unshift(a);b.length>this._.rangeLength&& +b.pop();return a},moveNext:function(){var a=this._.walker.next(),b=this._.cursors;a.hitMatchBoundary&&(this._.cursors=b=[]);b.push(a);b.length>this._.rangeLength&&b.shift();return a},getEndCharacter:function(){var a=this._.cursors;return 1>a.length?null:a[a.length-1].character},getNextCharacterRange:function(a){var b,d;d=this._.cursors;d=(b=d[d.length-1])&&b.textNode?new n(q(b)):this._.walker;return new u(d,a)},getCursors:function(){return this._.cursors}};var z=function(a,b){var d=[-1];b&&(a=a.toLowerCase()); +for(var c=0;c<a.length;c++)for(d.push(d[c]+1);0<d[c+1]&&a.charAt(c)!=a.charAt(d[c+1]-1);)d[c+1]=d[d[c+1]-1]+1;this._={overlap:d,state:0,ignoreCase:!!b,pattern:a}};z.prototype={feedCharacter:function(a){for(this._.ignoreCase&&(a=a.toLowerCase());;){if(a==this._.pattern.charAt(this._.state))return this._.state++,this._.state==this._.pattern.length?(this._.state=0,2):1;if(this._.state)this._.state=this._.overlap[this._.state];else return 0}},reset:function(){this._.state=0}};var D=/[.,"'?!;: \u0085\u00a0\u1680\u280e\u2028\u2029\u202f\u205f\u3000]/, +A=function(a){if(!a)return!0;var b=a.charCodeAt(0);return 9<=b&&13>=b||8192<=b&&8202>=b||D.test(a)},e={searchRange:null,matchRange:null,find:function(a,b,d,f,e,E){this.matchRange?(this.matchRange.removeHighlight(),this.matchRange=this.matchRange.getNextCharacterRange(a.length)):this.matchRange=new u(new n(this.searchRange),a.length);for(var k=new z(a,!b),l=0,m="%";null!==m;){for(this.matchRange.moveNext();m=this.matchRange.getEndCharacter();){l=k.feedCharacter(m);if(2==l)break;this.matchRange.moveNext().hitMatchBoundary&& +k.reset()}if(2==l){if(d){var h=this.matchRange.getCursors(),p=h[h.length-1],h=h[0],g=c.createRange();g.setStartAt(c.editable(),CKEDITOR.POSITION_AFTER_START);g.setEnd(h.textNode,h.offset);h=g;p=q(p);h.trim();p.trim();h=new n(h,!0);p=new n(p,!0);if(!A(h.back().character)||!A(p.next().character))continue}this.matchRange.setMatched();!1!==e&&this.matchRange.highlight();return!0}}this.matchRange.clearMatched();this.matchRange.removeHighlight();return f&&!E?(this.searchRange=t(1),this.matchRange=null, +arguments.callee.apply(this,Array.prototype.slice.call(arguments).concat([!0]))):!1},replaceCounter:0,replace:function(a,b,d,f,e,g,k){r=1;a=0;a=this.hasMatchOptionsChanged(b,f,e);if(!this.matchRange||!this.matchRange.isMatched()||this.matchRange._.isReplaced||this.matchRange.isReadOnly()||a)a&&this.matchRange&&(this.matchRange.clearMatched(),this.matchRange.removeHighlight(),this.matchRange=null),a=this.find(b,f,e,g,!k);else{this.matchRange.removeHighlight();b=this.matchRange.toDomRange();d=c.document.createText(d); +if(!k){var l=c.getSelection();l.selectRanges([b]);c.fire("saveSnapshot")}b.deleteContents();b.insertNode(d);k||(l.selectRanges([b]),c.fire("saveSnapshot"));this.matchRange.updateFromDomRange(b);k||this.matchRange.highlight();this.matchRange._.isReplaced=!0;this.replaceCounter++;a=1}r=0;return a},matchOptions:null,hasMatchOptionsChanged:function(a,b,c){a=[a,b,c].join(".");b=this.matchOptions&&this.matchOptions!=a;this.matchOptions=a;return b}},f=c.lang.find;return{title:f.title,resizable:CKEDITOR.DIALOG_RESIZE_NONE, +minWidth:350,minHeight:170,buttons:[CKEDITOR.dialog.cancelButton(c,{label:c.lang.common.close})],contents:[{id:"find",label:f.find,title:f.find,accessKey:"",elements:[{type:"hbox",widths:["230px","90px"],children:[{type:"text",id:"txtFindFind",label:f.findWhat,isChanged:!1,labelLayout:"horizontal",accessKey:"F"},{type:"button",id:"btnFind",align:"left",style:"width:100%",label:f.find,onClick:function(){var a=this.getDialog();e.find(a.getValueOf("find","txtFindFind"),a.getValueOf("find","txtFindCaseChk"), +a.getValueOf("find","txtFindWordChk"),a.getValueOf("find","txtFindCyclic"))||alert(f.notFoundMsg)}}]},{type:"fieldset",label:CKEDITOR.tools.htmlEncode(f.findOptions),style:"margin-top:29px",children:[{type:"vbox",padding:0,children:[{type:"checkbox",id:"txtFindCaseChk",isChanged:!1,label:f.matchCase},{type:"checkbox",id:"txtFindWordChk",isChanged:!1,label:f.matchWord},{type:"checkbox",id:"txtFindCyclic",isChanged:!1,"default":!0,label:f.matchCyclic}]}]}]},{id:"replace",label:f.replace,accessKey:"M", +elements:[{type:"hbox",widths:["230px","90px"],children:[{type:"text",id:"txtFindReplace",label:f.findWhat,isChanged:!1,labelLayout:"horizontal",accessKey:"F"},{type:"button",id:"btnFindReplace",align:"left",style:"width:100%",label:f.replace,onClick:function(){var a=this.getDialog();e.replace(a,a.getValueOf("replace","txtFindReplace"),a.getValueOf("replace","txtReplace"),a.getValueOf("replace","txtReplaceCaseChk"),a.getValueOf("replace","txtReplaceWordChk"),a.getValueOf("replace","txtReplaceCyclic"))|| +alert(f.notFoundMsg)}}]},{type:"hbox",widths:["230px","90px"],children:[{type:"text",id:"txtReplace",label:f.replaceWith,isChanged:!1,labelLayout:"horizontal",accessKey:"R"},{type:"button",id:"btnReplaceAll",align:"left",style:"width:100%",label:f.replaceAll,isChanged:!1,onClick:function(){var a=this.getDialog();e.replaceCounter=0;e.searchRange=t(1);e.matchRange&&(e.matchRange.removeHighlight(),e.matchRange=null);for(c.fire("saveSnapshot");e.replace(a,a.getValueOf("replace","txtFindReplace"),a.getValueOf("replace", +"txtReplace"),a.getValueOf("replace","txtReplaceCaseChk"),a.getValueOf("replace","txtReplaceWordChk"),!1,!0););e.replaceCounter?(alert(f.replaceSuccessMsg.replace(/%1/,e.replaceCounter)),c.fire("saveSnapshot")):alert(f.notFoundMsg)}}]},{type:"fieldset",label:CKEDITOR.tools.htmlEncode(f.findOptions),children:[{type:"vbox",padding:0,children:[{type:"checkbox",id:"txtReplaceCaseChk",isChanged:!1,label:f.matchCase},{type:"checkbox",id:"txtReplaceWordChk",isChanged:!1,label:f.matchWord},{type:"checkbox", +id:"txtReplaceCyclic",isChanged:!1,"default":!0,label:f.matchCyclic}]}]}]}],onLoad:function(){var a=this,b,c=0;this.on("hide",function(){c=0});this.on("show",function(){c=1});this.selectPage=CKEDITOR.tools.override(this.selectPage,function(f){return function(e){f.call(a,e);var g=a._.tabs[e],k;k="find"===e?"txtFindWordChk":"txtReplaceWordChk";b=a.getContentElement(e,"find"===e?"txtFindFind":"txtFindReplace");a.getContentElement(e,k);g.initialized||(CKEDITOR.document.getById(b._.inputId),g.initialized= +!0);if(c){var l;e="find"===e?1:0;var g=1-e,m,h=v.length;for(m=0;m<h;m++)k=this.getContentElement(B[e],v[m][e]),l=this.getContentElement(B[g],v[m][g]),l.setValue(k.getValue())}}})},onShow:function(){e.searchRange=t();var a=this.getParentEditor().getSelection().getSelectedText(),b=this.getContentElement(g,"find"==g?"txtFindFind":"txtFindReplace");b.setValue(a);b.select();this.selectPage(g);this[("find"==g&&this._.editor.readOnly?"hide":"show")+"Page"]("replace")},onHide:function(){var a;e.matchRange&& +e.matchRange.isMatched()&&(e.matchRange.removeHighlight(),c.focus(),(a=e.matchRange.toDomRange())&&c.getSelection().selectRanges([a]));delete e.matchRange},onFocus:function(){return"replace"==g?this.getContentElement("replace","txtFindReplace"):this.getContentElement("find","txtFindFind")}}}var r,y=function(){return{textNode:this.textNode,offset:this.offset,character:this.textNode?this.textNode.getText().charAt(this.offset):null,hitMatchBoundary:this._.matchBoundary}},B=["find","replace"],v=[["txtFindFind", +"txtFindReplace"],["txtFindCaseChk","txtReplaceCaseChk"],["txtFindWordChk","txtReplaceWordChk"],["txtFindCyclic","txtReplaceCyclic"]];CKEDITOR.dialog.add("find",function(c){return q(c,"find")});CKEDITOR.dialog.add("replace",function(c){return q(c,"replace")})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/icons/find-rtl.png b/public/assets/ckeditor/plugins/find/icons/find-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..02f40cb2f990851a50592926ffb3802ecc3d7617 GIT binary patch literal 980 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i(_2p$#}JFtrIQYNE3=Cn+iz}Mc<kgE1J5}*ExeO<Ewr2>*Ye6$ z#fxvLT(bVWs@F>|)Gye?we<O2+tN(!dtBdQs$`<XVm9rTn-%u*MUPowtaYc=tUzYT z=Wi2B%Q9a!A8$ThZNKmP#}l7zJSMTkUQe8*_D{b_!D0P%XA#$gXG`>fqL)p8q8%FU zF8m!YECs*jy<%26b@v=lLdlDvq^hcFw+-)u<(-|KP0KPpmS5hnV~2x8+l@PSY?wZ1 z8ryR=F{G!b@7TAm&Uweg$-$vtL-)o#&)RzHL+$>PXO8cCZ@&6!*5bJJpFe!~pv_>J z=C=E8+v{BgvEqk%CoPRy8}_2a>U_>^xrk|BIS#a>M)K$0mMgKEo4z$_Ekgn)1B;`_ zIROTTz$q_Ruhw3(ZrwlTgkyzs-f!E!{ePLv^J<2xTeoh_+kd}(k;di!X5kDCP76QO ziMUG0%l}v8XnGx@#Tq$np$69>1DPpaOY;|NG^Iv<zi0Vd*FogyUZA8>Rpu-;p2H36 zUY~gW`GN_r%ay6Al5L59KFYKHt&?|lcCL2~WMMeXFyZvmgh(+FS4P2!t5$h$(n(HB zOM8B;nWdnvu5azywfDb&`}W6c=_gLXzdkPVf`QXI?1WuEZeO`_W&cdc<HwJeGdNr? zy`#ZaIj=ovrOBlXle(CQh#vu=SN}YGsL0mL=;r1Ypd&W%WQv1JhS}_ltx?)%_Q<p; zHYqd+95=K%|Ju*bukLczR==*Ji{_q8+2-c%e%{2l+R)zqzjnjlyzSjyOPe-s-1ysN z%bHB7O*eHi%FD&i@T9rzjM>MWz<R)>;X8v3>j!Rz#Js$B-3lD<(l$q0^fj05-h1YZ z_LE(COdXFcDkl`}^s%<K*6|d&^wQ+h&p*#MZ{8d~cg~zUroO`So<Dr>-~lt^0cqn7 zg{~x~0-1J3g}&sNxVS^#{~q6#TfcVItJ8n~)=IQ}{KkK;m7|FvP-L>oB9@|(k}nm> z$&dg2`c;)*SoqO9?cZlp&m3F-xG2kDU~W(?ag8WRNi0dVN-jzTQVd20hQ_)E=DG$Z zA%^Bw2F5_7ZD3?&VBouCH!!ClX~@k_$xN%nt-<Ce^AVs1NstY}`DrEPiAAXl<>lpi gnR(g8$%zH2dih1^v)|cB0TnTLy85}Sb4q9e05#pH-v9sr literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/find/icons/find.png b/public/assets/ckeditor/plugins/find/icons/find.png new file mode 100644 index 0000000000000000000000000000000000000000..02f40cb2f990851a50592926ffb3802ecc3d7617 GIT binary patch literal 980 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i(_2p$#}JFtrIQYNE3=Cn+iz}Mc<kgE1J5}*ExeO<Ewr2>*Ye6$ z#fxvLT(bVWs@F>|)Gye?we<O2+tN(!dtBdQs$`<XVm9rTn-%u*MUPowtaYc=tUzYT z=Wi2B%Q9a!A8$ThZNKmP#}l7zJSMTkUQe8*_D{b_!D0P%XA#$gXG`>fqL)p8q8%FU zF8m!YECs*jy<%26b@v=lLdlDvq^hcFw+-)u<(-|KP0KPpmS5hnV~2x8+l@PSY?wZ1 z8ryR=F{G!b@7TAm&Uweg$-$vtL-)o#&)RzHL+$>PXO8cCZ@&6!*5bJJpFe!~pv_>J z=C=E8+v{BgvEqk%CoPRy8}_2a>U_>^xrk|BIS#a>M)K$0mMgKEo4z$_Ekgn)1B;`_ zIROTTz$q_Ruhw3(ZrwlTgkyzs-f!E!{ePLv^J<2xTeoh_+kd}(k;di!X5kDCP76QO ziMUG0%l}v8XnGx@#Tq$np$69>1DPpaOY;|NG^Iv<zi0Vd*FogyUZA8>Rpu-;p2H36 zUY~gW`GN_r%ay6Al5L59KFYKHt&?|lcCL2~WMMeXFyZvmgh(+FS4P2!t5$h$(n(HB zOM8B;nWdnvu5azywfDb&`}W6c=_gLXzdkPVf`QXI?1WuEZeO`_W&cdc<HwJeGdNr? zy`#ZaIj=ovrOBlXle(CQh#vu=SN}YGsL0mL=;r1Ypd&W%WQv1JhS}_ltx?)%_Q<p; zHYqd+95=K%|Ju*bukLczR==*Ji{_q8+2-c%e%{2l+R)zqzjnjlyzSjyOPe-s-1ysN z%bHB7O*eHi%FD&i@T9rzjM>MWz<R)>;X8v3>j!Rz#Js$B-3lD<(l$q0^fj05-h1YZ z_LE(COdXFcDkl`}^s%<K*6|d&^wQ+h&p*#MZ{8d~cg~zUroO`So<Dr>-~lt^0cqn7 zg{~x~0-1J3g}&sNxVS^#{~q6#TfcVItJ8n~)=IQ}{KkK;m7|FvP-L>oB9@|(k}nm> z$&dg2`c;)*SoqO9?cZlp&m3F-xG2kDU~W(?ag8WRNi0dVN-jzTQVd20hQ_)E=DG$Z zA%^Bw2F5_7ZD3?&VBouCH!!ClX~@k_$xN%nt-<Ce^AVs1NstY}`DrEPiAAXl<>lpi gnR(g8$%zH2dih1^v)|cB0TnTLy85}Sb4q9e05#pH-v9sr literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/find/icons/hidpi/find-rtl.png b/public/assets/ckeditor/plugins/find/icons/hidpi/find-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..cbf9ced23a075b392c55bbea9835dd39eb18971d GIT binary patch literal 2417 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/find/icons/hidpi/find.png b/public/assets/ckeditor/plugins/find/icons/hidpi/find.png new file mode 100644 index 0000000000000000000000000000000000000000..cbf9ced23a075b392c55bbea9835dd39eb18971d GIT binary patch literal 2417 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/find/icons/hidpi/replace.png b/public/assets/ckeditor/plugins/find/icons/hidpi/replace.png new file mode 100644 index 0000000000000000000000000000000000000000..9efd8bbdd99cc432ca602d5261cdeda318b28950 GIT binary patch literal 2761 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 P00000NkvXXu0mjfKbA?` literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/find/icons/replace.png b/public/assets/ckeditor/plugins/find/icons/replace.png new file mode 100644 index 0000000000000000000000000000000000000000..e68afcbe2049aabc8ce5214222c11c78bfe205fb GIT binary patch literal 948 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i(^*d!#}JFtp_6R0wbKP!=T~lBeRr$s`(MhFdIec{jFxQRUVLoE zjUVhwc55+dPO{po$P#lb^g!sX2}%-$m!F6);bbh97S&AQjMU4Cee4u<a`pPVSC@R4 zTFB>PK4+%oXAc3ETkpRIhQ2J@?V~0fA}V-L!dY!Hqk?bnv(J_ct4=vxJ9v<Bt{*$Y z?QNZpXPEeI)akCV^A})Y;AwYuTP)}~X@Uyp=btj6M^|XAd(E_A<3>ll>B_UuPCEUR zqlrQArpQG5Pd{yrCQW?%Hn-;f@l84|ET<)!A6s;E)J6FpGDxYclob3a_G4#^9=lQz z>mTMni&hyo81NV>9m+9t4qd*=N>ng5DoV*y=-jz;cK2`H>asbXoSwd1MJfFNyI>>` zC{8}PM`B4PmjFX!2ZMnG&yF2Ceth`w!JuQ&i}hivMbAF}{Nm4_Kgu62XHQtZeEF{J z+n2A}<q^)_4D?fb*y`3*>sGzWzndo>x;5nM@6)GGf8QI|zk9d!k{G>gnd5iv-P4OR z*}H##dHQC_%vnlG74zEP{{|9<Y!6l&@cftIVT<T>OFs2q)JJV{IA4$9j&<I8(=TuL zU8R*dE2(zZ-_W;Z)k(L_j?Hj2^I0Ao^0hQzX;7hy%VP_%)z@G9Ub}W})v73Fjj3KY zw)L(OYEyjtaYl~W>D!Kdk9)MIa!pH3lsUdIKqJKUiM!y(oZD_LS;uCaZ&FAoE}s1L zYpF}h9*y&#H|V@>J@T;N#N)@0_rCuf&n)ly<o)8si^~t}SNi1VA|PmMXIGc1>M7J? zxI*jN=g-DRlRmcB?XM45ef81m)!M$7ryM@)tUJ{!o?*_MIeSuDRXmR=eM(xe%0#L+ zqrCk4j;OVD!E3|z-?@Lk|Mk~jVi)F|O>+rsdH<V1xZP+<HY;O;yok(ZZuDQ)x5 z?A>?&t&3Z4&)|MG?eq8L%hlJdU%!0aYb7Nur6>)N4Y|?{{}~PzrJR00y|xXQ+Eq(j zBT7;dOH!?pi&B9UgOP!uv95u+u7OF2p}CcTF%W4R7+Dz@_%7KE%n3*ua`RI%(<*Um zu=&Y+1gJq0WJ7R%T1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MGT&<elF{r5}E*Z Cz@PO1 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/find/lang/af.js b/public/assets/ckeditor/plugins/find/lang/af.js new file mode 100644 index 0000000..79e13e8 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","af",{find:"Soek",findOptions:"Find Options",findWhat:"Soek na:",matchCase:"Hoof/kleinletter sensitief",matchCyclic:"Soek deurlopend",matchWord:"Hele woord moet voorkom",notFoundMsg:"Teks nie gevind nie.",replace:"Vervang",replaceAll:"Vervang alles",replaceSuccessMsg:"%1 voorkoms(te) vervang.",replaceWith:"Vervang met:",title:"Soek en vervang"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/ar.js b/public/assets/ckeditor/plugins/find/lang/ar.js new file mode 100644 index 0000000..e995c89 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","ar",{find:"Ø¨ØØ«",findOptions:"Find Options",findWhat:"Ø§ÙØ¨ØØ« بÙ:",matchCase:"Ù Ø·Ø§Ø¨ÙØ© ØØ§ÙØ© Ø§ÙØ£ØØ±Ù",matchCyclic:"Ù Ø·Ø§Ø¨ÙØ© Ø¯ÙØ±ÙØ©",matchWord:"Ù Ø·Ø§Ø¨ÙØ© باÙÙØ§Ù Ù",notFoundMsg:"ÙÙ ÙØªÙ Ø§ÙØ¹Ø«Ùر عÙ٠اÙÙØµ اÙÙ ØØ¯Ø¯.",replace:"إستبداÙ",replaceAll:"إستبدا٠اÙÙÙ",replaceSuccessMsg:"ت٠استبدا٠1% Ù Ù Ø§ÙØØ§ÙØ§Øª ",replaceWith:"إستبدا٠بÙ:",title:"Ø¨ØØ« ÙØ§Ø³ØªØ¨Ø¯Ø§Ù"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/bg.js b/public/assets/ckeditor/plugins/find/lang/bg.js new file mode 100644 index 0000000..844a0b2 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","bg",{find:"ТÑÑÑене",findOptions:"Find Options",findWhat:"ТÑÑÑи за:",matchCase:"СÑвпадение",matchCyclic:"ЦиклиÑно ÑÑвпадение",matchWord:"СÑвпадение Ñ Ð´Ñма",notFoundMsg:"УказаниÑÑ ÑекÑÑ Ð½Ðµ е намеÑен.",replace:"ÐÑепокÑиване",replaceAll:"ÐÑепокÑий вÑиÑки",replaceSuccessMsg:"%1 occurrence(s) replaced.",replaceWith:"ÐÑепокÑива Ñ:",title:"ТÑÑÑене и пÑепокÑиване"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/bn.js b/public/assets/ckeditor/plugins/find/lang/bn.js new file mode 100644 index 0000000..346c02d --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","bn",{find:"à¦à§à¦à¦¿à¦",findOptions:"Find Options",findWhat:"যা à¦à§à¦à¦à¦¤à§ হবà§:",matchCase:"à¦à§à¦¸ মিলাà¦",matchCyclic:"Match cyclic",matchWord:"পà§à¦°à¦¾ শবà§à¦¦ মà§à¦²à¦¾à¦",notFoundMsg:"à¦à¦ªà¦¨à¦¾à¦° à¦à¦²à§à¦²à§à¦à¦¿à¦¤ à¦à§à¦à¦¸à§à¦ পাà¦à§à¦¾ যাà§à¦¨à¦¿",replace:"রিপà§à¦²à§à¦¸",replaceAll:"সব বদলৠদাà¦",replaceSuccessMsg:"%1 occurrence(s) replaced.",replaceWith:"যার সাথৠবদলাতৠহবà§:",title:"Find and Replace"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/bs.js b/public/assets/ckeditor/plugins/find/lang/bs.js new file mode 100644 index 0000000..4941067 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","bs",{find:"Naði",findOptions:"Find Options",findWhat:"Naði Å¡ta:",matchCase:"Uporeðuj velika/mala slova",matchCyclic:"Match cyclic",matchWord:"Uporeðuj samo cijelu rijeè",notFoundMsg:"Traženi tekst nije pronaðen.",replace:"Zamjeni",replaceAll:"Zamjeni sve",replaceSuccessMsg:"%1 occurrence(s) replaced.",replaceWith:"Zamjeni sa:",title:"Find and Replace"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/ca.js b/public/assets/ckeditor/plugins/find/lang/ca.js new file mode 100644 index 0000000..85448cf --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","ca",{find:"Cerca",findOptions:"Opcions de Cerca",findWhat:"Cerca el:",matchCase:"Distingeix majúscules/minúscules",matchCyclic:"Coincidència cÃclica",matchWord:"Només paraules completes",notFoundMsg:"El text especificat no s'ha trobat.",replace:"Reemplaça",replaceAll:"Reemplaça-ho tot",replaceSuccessMsg:"%1 ocurrència/es reemplaçada/es.",replaceWith:"Reemplaça amb:",title:"Cerca i reemplaça"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/cs.js b/public/assets/ckeditor/plugins/find/lang/cs.js new file mode 100644 index 0000000..a63cd19 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","cs",{find:"Hledat",findOptions:"Možnosti hledánÃ",findWhat:"Co hledat:",matchCase:"RozliÅ¡ovat velikost pÃsma",matchCyclic:"Procházet opakovanÄ",matchWord:"Pouze celá slova",notFoundMsg:"Hledaný text nebyl nalezen.",replace:"Nahradit",replaceAll:"Nahradit vÅ¡e",replaceSuccessMsg:"%1 nahrazenÃ.",replaceWith:"ÄÃm nahradit:",title:"NajÃt a nahradit"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/cy.js b/public/assets/ckeditor/plugins/find/lang/cy.js new file mode 100644 index 0000000..3e87336 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","cy",{find:"Chwilio",findOptions:"Opsiynau Chwilio",findWhat:"Chwilio'r term:",matchCase:"Cydweddu'r cas",matchCyclic:"Cydweddu'n gylchol",matchWord:"Cydweddu gair cyfan",notFoundMsg:"Nid oedd y testun wedi'i ddarganfod.",replace:"Amnewid Un",replaceAll:"Amnewid Pob",replaceSuccessMsg:"Amnewidiwyd %1 achlysur.",replaceWith:"Amnewid gyda:",title:"Chwilio ac Amnewid"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/da.js b/public/assets/ckeditor/plugins/find/lang/da.js new file mode 100644 index 0000000..35693e2 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","da",{find:"Søg",findOptions:"Find muligheder",findWhat:"Søg efter:",matchCase:"Forskel pÃ¥ store og smÃ¥ bogstaver",matchCyclic:"Match cyklisk",matchWord:"Kun hele ord",notFoundMsg:"Søgeteksten blev ikke fundet",replace:"Erstat",replaceAll:"Erstat alle",replaceSuccessMsg:"%1 forekomst(er) erstattet.",replaceWith:"Erstat med:",title:"Søg og erstat"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/de-ch.js b/public/assets/ckeditor/plugins/find/lang/de-ch.js new file mode 100644 index 0000000..120f0f4 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","de-ch",{find:"Suchen",findOptions:"Suchoptionen",findWhat:"Suche nach:",matchCase:"Gross-/Kleinschreibung beachten",matchCyclic:"Zyklische Suche",matchWord:"Nur ganze Worte suchen",notFoundMsg:"Der angegebene Text wurde nicht gefunden.",replace:"Ersetzen",replaceAll:"Alle ersetzen",replaceSuccessMsg:"%1 Vorkommen ersetzt.",replaceWith:"Ersetze mit:",title:"Suchen und Ersetzen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/de.js b/public/assets/ckeditor/plugins/find/lang/de.js new file mode 100644 index 0000000..548c53b --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","de",{find:"Suchen",findOptions:"Suchoptionen",findWhat:"Suche nach:",matchCase:"GroÃ-/Kleinschreibung beachten",matchCyclic:"Zyklische Suche",matchWord:"Nur ganze Worte suchen",notFoundMsg:"Der angegebene Text wurde nicht gefunden.",replace:"Ersetzen",replaceAll:"Alle ersetzen",replaceSuccessMsg:"%1 Vorkommen ersetzt.",replaceWith:"Ersetze mit:",title:"Suchen und Ersetzen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/el.js b/public/assets/ckeditor/plugins/find/lang/el.js new file mode 100644 index 0000000..f559f2a --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","el",{find:"ÎÏÏεÏη",findOptions:"ÎÏιλογÎÏ ÎÏÏεÏηÏ",findWhat:"ÎÏÏεÏη για:",matchCase:"ΤαίÏιαÏμα ÏεζÏν/κεÏαλαίÏν",matchCyclic:"ÎναδÏομική εÏÏεÏη",matchWord:"ÎÏÏεÏη μÏνο ÏλήÏÏν λÎξεÏν",notFoundMsg:"Το κείμενο δεν βÏÎθηκε.",replace:"ÎνÏικαÏάÏÏαÏη",replaceAll:"ÎνÏικαÏάÏÏαÏη ÎλÏν",replaceSuccessMsg:"Î(ι) ÏÏοÏ(-οι) ανÏικαÏαÏÏήθηκε(-αν) %1 ÏοÏÎÏ.",replaceWith:"ÎνÏικαÏάÏÏαÏη με:",title:"ÎÏÏεÏη και ÎνÏικαÏάÏÏαÏη"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/en-au.js b/public/assets/ckeditor/plugins/find/lang/en-au.js new file mode 100644 index 0000000..ad03379 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","en-au",{find:"Find",findOptions:"Find Options",findWhat:"Find what:",matchCase:"Match case",matchCyclic:"Match cyclic",matchWord:"Match whole word",notFoundMsg:"The specified text was not found.",replace:"Replace",replaceAll:"Replace All",replaceSuccessMsg:"%1 occurrence(s) replaced.",replaceWith:"Replace with:",title:"Find and Replace"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/en-ca.js b/public/assets/ckeditor/plugins/find/lang/en-ca.js new file mode 100644 index 0000000..d217f65 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","en-ca",{find:"Find",findOptions:"Find Options",findWhat:"Find what:",matchCase:"Match case",matchCyclic:"Match cyclic",matchWord:"Match whole word",notFoundMsg:"The specified text was not found.",replace:"Replace",replaceAll:"Replace All",replaceSuccessMsg:"%1 occurrence(s) replaced.",replaceWith:"Replace with:",title:"Find and Replace"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/en-gb.js b/public/assets/ckeditor/plugins/find/lang/en-gb.js new file mode 100644 index 0000000..dfbafb7 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","en-gb",{find:"Find",findOptions:"Find Options",findWhat:"Find what:",matchCase:"Match case",matchCyclic:"Match cyclic",matchWord:"Match whole word",notFoundMsg:"The specified text was not found.",replace:"Replace",replaceAll:"Replace All",replaceSuccessMsg:"%1 occurrence(s) replaced.",replaceWith:"Replace with:",title:"Find and Replace"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/en.js b/public/assets/ckeditor/plugins/find/lang/en.js new file mode 100644 index 0000000..6865f0b --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","en",{find:"Find",findOptions:"Find Options",findWhat:"Find what:",matchCase:"Match case",matchCyclic:"Match cyclic",matchWord:"Match whole word",notFoundMsg:"The specified text was not found.",replace:"Replace",replaceAll:"Replace All",replaceSuccessMsg:"%1 occurrence(s) replaced.",replaceWith:"Replace with:",title:"Find and Replace"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/eo.js b/public/assets/ckeditor/plugins/find/lang/eo.js new file mode 100644 index 0000000..9fde69e --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","eo",{find:"SerÄi",findOptions:"Opcioj pri SerÄado",findWhat:"SerÄi:",matchCase:"Kongruigi Usklecon",matchCyclic:"Cikla SerÄado",matchWord:"Tuta Vorto",notFoundMsg:"La celteksto ne estas trovita.",replace:"AnstataÅigi",replaceAll:"AnstataÅigi Äion",replaceSuccessMsg:"%1 anstataÅigita(j) apero(j).",replaceWith:"AnstataÅigi per:",title:"SerÄi kaj AnstataÅigi"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/es.js b/public/assets/ckeditor/plugins/find/lang/es.js new file mode 100644 index 0000000..2efd39c --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","es",{find:"Buscar",findOptions:"Opciones de búsqueda",findWhat:"Texto a buscar:",matchCase:"Coincidir may/min",matchCyclic:"Buscar en todo el contenido",matchWord:"Coincidir toda la palabra",notFoundMsg:"El texto especificado no ha sido encontrado.",replace:"Reemplazar",replaceAll:"Reemplazar Todo",replaceSuccessMsg:"La expresión buscada ha sido reemplazada %1 veces.",replaceWith:"Reemplazar con:",title:"Buscar y Reemplazar"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/et.js b/public/assets/ckeditor/plugins/find/lang/et.js new file mode 100644 index 0000000..bcc3921 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","et",{find:"Otsi",findOptions:"Otsingu valikud",findWhat:"Otsitav:",matchCase:"Suur- ja väiketähtede eristamine",matchCyclic:"Jätkatakse algusest",matchWord:"Ainult terved sõnad",notFoundMsg:"Otsitud teksti ei leitud.",replace:"Asenda",replaceAll:"Asenda kõik",replaceSuccessMsg:"%1 vastet asendati.",replaceWith:"Asendus:",title:"Otsimine ja asendamine"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/eu.js b/public/assets/ckeditor/plugins/find/lang/eu.js new file mode 100644 index 0000000..4746b42 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","eu",{find:"Bilatu",findOptions:"Bilaketaren aukerak",findWhat:"Bilatu hau:",matchCase:"Maiuskula/minuskula",matchCyclic:"Bilaketa ziklikoa",matchWord:"Bilatu hitz osoa",notFoundMsg:"Ez da aurkitu zehazturiko testua.",replace:"Ordezkatu",replaceAll:"Ordezkatu guztiak",replaceSuccessMsg:"%1 aldiz ordezkatua.",replaceWith:"Ordezkatu honekin:",title:"Bilatu eta ordezkatu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/fa.js b/public/assets/ckeditor/plugins/find/lang/fa.js new file mode 100644 index 0000000..2339c6d --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","fa",{find:"جستجÙ",findOptions:"گزÛÙÙâÙØ§Û جستجÙ",findWhat:"ÚÙ ÚÛØ² را Ù ÛÛØ§Ø¨Ûد:",matchCase:"Ù٠ساÙÛ Ø¯Ø± Ø¨Ø²Ø±Ú¯Û Ù Ú©ÙÚÚ©Û ÙÙÛØ³ÙâÙØ§",matchCyclic:"Ù٠ساÙÛ Ø¨Ø§ ÚØ±Ø®Ù",matchWord:"Ù٠ساÙÛ Ø¨Ø§ ÙØ§ÚÙÙ´ کا٠Ù",notFoundMsg:"Ù ØªÙ Ù ÙØ±Ø¯Ùظر ÛØ§Ùت ÙØ´Ø¯.",replace:"جاÛگزÛÙÛ",replaceAll:"جاÛگزÛÙÛ ÙÙ ÙÙ´ ÛØ§ÙتÙâÙØ§",replaceSuccessMsg:"%1 رخداد جاÛگزÛ٠شد.",replaceWith:"جاÛگزÛÙÛ Ø¨Ø§:",title:"جستج٠٠جاÛگزÛÙÛ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/fi.js b/public/assets/ckeditor/plugins/find/lang/fi.js new file mode 100644 index 0000000..79daf81 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","fi",{find:"Etsi",findOptions:"Hakuasetukset",findWhat:"Etsi mitä:",matchCase:"Sama kirjainkoko",matchCyclic:"Kierrä ympäri",matchWord:"Koko sana",notFoundMsg:"Etsittyä tekstiä ei löytynyt.",replace:"Korvaa",replaceAll:"Korvaa kaikki",replaceSuccessMsg:"%1 esiintymä(ä) korvattu.",replaceWith:"Korvaa tällä:",title:"Etsi ja korvaa"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/fo.js b/public/assets/ckeditor/plugins/find/lang/fo.js new file mode 100644 index 0000000..1e3dc04 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","fo",{find:"Leita",findOptions:"Finn møguleikar",findWhat:"Finn:",matchCase:"Munur á stórum og smáum bókstavum",matchCyclic:"Match cyclic",matchWord:"Bert heil orð",notFoundMsg:"Leititeksturin varð ikki funnin",replace:"Yvirskriva",replaceAll:"Yvirskriva alt",replaceSuccessMsg:"%1 úrslit broytt.",replaceWith:"Yvirskriva við:",title:"Finn og broyt"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/fr-ca.js b/public/assets/ckeditor/plugins/find/lang/fr-ca.js new file mode 100644 index 0000000..59a8e22 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","fr-ca",{find:"Rechercher",findOptions:"Options de recherche",findWhat:"Rechercher:",matchCase:"Respecter la casse",matchCyclic:"Recherche cyclique",matchWord:"Mot entier",notFoundMsg:"Le texte indiqué est introuvable.",replace:"Remplacer",replaceAll:"Tout remplacer",replaceSuccessMsg:"%1 remplacements.",replaceWith:"Remplacer par:",title:"Rechercher et remplacer"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/fr.js b/public/assets/ckeditor/plugins/find/lang/fr.js new file mode 100644 index 0000000..a7b4218 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","fr",{find:"Trouver",findOptions:"Options de recherche",findWhat:"Expression à trouver: ",matchCase:"Respecter la casse",matchCyclic:"Boucler",matchWord:"Mot entier uniquement",notFoundMsg:"Le texte spécifié ne peut être trouvé.",replace:"Remplacer",replaceAll:"Remplacer tout",replaceSuccessMsg:"%1 occurrence(s) replacée(s).",replaceWith:"Remplacer par: ",title:"Trouver et remplacer"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/gl.js b/public/assets/ckeditor/plugins/find/lang/gl.js new file mode 100644 index 0000000..be89248 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","gl",{find:"Buscar",findOptions:"Buscar opcións",findWhat:"Texto a buscar:",matchCase:"Coincidir Mai./min.",matchCyclic:"Coincidencia cÃclica",matchWord:"Coincidencia coa palabra completa",notFoundMsg:"Non se atopou o texto indicado.",replace:"Substituir",replaceAll:"SubstituÃr todo",replaceSuccessMsg:"%1 concorrencia(s) substituÃda(s).",replaceWith:"SubstituÃr con:",title:"Buscar e substituÃr"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/gu.js b/public/assets/ckeditor/plugins/find/lang/gu.js new file mode 100644 index 0000000..572afcf --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","gu",{find:"શà«àª§àªµà«àª",findOptions:"વà«àªàª²à«àªª શà«àª§à«",findWhat:"ઠશà«àª§à«",matchCase:"àªà«àª¸ સરàªàª¾ રાàªà«",matchCyclic:"સરàªàª¾àªµàªµàª¾ બધા",matchWord:"બàªàª¾ શબà«àª¦ સરàªàª¾ રાàªà«",notFoundMsg:"તમૠશà«àª§à«àª²à« àªà«àªà«àª¸à«àª નથૠમળà«",replace:"રિપà«àª²à«àª¸/બદલવà«àª",replaceAll:"બàªàª¾ બદલૠ",replaceSuccessMsg:"%1 ફà«àª°àª«àª¾àª°à« બાદલાયા àªà«.",replaceWith:"àªàª¨àª¾àª¥à« બદલà«",title:"શà«àª§àªµà«àª ઠનૠબદલવà«àª"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/he.js b/public/assets/ckeditor/plugins/find/lang/he.js new file mode 100644 index 0000000..ea4e422 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","he",{find:"××פ×ש",findOptions:"×פשר×××ת ××פ×ש",findWhat:"××פ×ש ××ר××ת:",matchCase:"×××× × ××× ××ת××ת רש××ת ××§×× ×ת (Case)",matchCyclic:"×ת××× ××××ר×ת",matchWord:"×ת××× ××××× ×××××",notFoundMsg:"×××§×¡× ××××קש ×× × ×צ×.",replace:"×××פ×",replaceAll:"××××¤× ××× ××¢×××",replaceSuccessMsg:"%1 ×קס××× ××××פ×.",replaceWith:"××××¤× ×××ר××ת:",title:"××פ×ש ××××פ×"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/hi.js b/public/assets/ckeditor/plugins/find/lang/hi.js new file mode 100644 index 0000000..d67da0a --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","hi",{find:"à¤à¥à¤à¥à¤",findOptions:"Find Options",findWhat:"यह à¤à¥à¤à¥à¤:",matchCase:"à¤à¥à¤¸ मिलायà¥à¤",matchCyclic:"Match cyclic",matchWord:"पà¥à¤°à¤¾ शबà¥à¤¦ मिलायà¥à¤",notFoundMsg:"à¤à¤ªà¤à¥ दà¥à¤µà¤¾à¤°à¤¾ दिया à¤à¤¯à¤¾ à¤à¥à¤à¥à¤¸à¥à¤ नहà¥à¤ मिला",replace:"रà¥à¤ªà¥à¤²à¥à¤¸",replaceAll:"सà¤à¥ रिपà¥à¤²à¥à¤¸ à¤à¤°à¥à¤",replaceSuccessMsg:"%1 occurrence(s) replaced.",replaceWith:"à¤à¤¸à¤¸à¥ रिपà¥à¤²à¥à¤¸ à¤à¤°à¥à¤:",title:"à¤à¥à¤à¥à¤ à¤à¤° बदलà¥à¤"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/hr.js b/public/assets/ckeditor/plugins/find/lang/hr.js new file mode 100644 index 0000000..bcca21e --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","hr",{find:"PronaÄi",findOptions:"Opcije traženja",findWhat:"PronaÄi:",matchCase:"Usporedi mala/velika slova",matchCyclic:"Usporedi kružno",matchWord:"Usporedi cijele rijeÄi",notFoundMsg:"Traženi tekst nije pronaÄen.",replace:"Zamijeni",replaceAll:"Zamijeni sve",replaceSuccessMsg:"Zamijenjeno %1 pojmova.",replaceWith:"Zamijeni s:",title:"PronaÄi i zamijeni"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/hu.js b/public/assets/ckeditor/plugins/find/lang/hu.js new file mode 100644 index 0000000..c87d243 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","hu",{find:"Keresés",findOptions:"BeállÃtások",findWhat:"Keresett szöveg:",matchCase:"Kis- és nagybetű megkülönböztetése",matchCyclic:"Ciklikus keresés",matchWord:"Csak ha ez a teljes szó",notFoundMsg:"A keresett szöveg nem található.",replace:"Csere",replaceAll:"Az összes cseréje",replaceSuccessMsg:"%1 egyezÅség cserélve.",replaceWith:"Csere erre:",title:"Keresés és csere"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/id.js b/public/assets/ckeditor/plugins/find/lang/id.js new file mode 100644 index 0000000..8839116 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","id",{find:"Temukan",findOptions:"Opsi menemukan",findWhat:"Temukan apa:",matchCase:"Match case",matchCyclic:"Match cyclic",matchWord:"Match whole word",notFoundMsg:"Teks yang dipilih tidak ditemukan",replace:"Ganti",replaceAll:"Ganti Semua",replaceSuccessMsg:"%1 occurrence(s) replaced.",replaceWith:"Ganti dengan:",title:"Temukan dan Ganti"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/is.js b/public/assets/ckeditor/plugins/find/lang/is.js new file mode 100644 index 0000000..d69cba6 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","is",{find:"Leita",findOptions:"Find Options",findWhat:"Leita að:",matchCase:"Gera greinarmun á¡ há¡- og lágstöfum",matchCyclic:"Match cyclic",matchWord:"Aðeins heil orð",notFoundMsg:"Leitartexti fannst ekki!",replace:"Skipta út",replaceAll:"Skipta út allsstaðar",replaceSuccessMsg:"%1 occurrence(s) replaced.",replaceWith:"Skipta út fyrir:",title:"Finna og skipta"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/it.js b/public/assets/ckeditor/plugins/find/lang/it.js new file mode 100644 index 0000000..2aed2ad --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","it",{find:"Trova",findOptions:"Opzioni di ricerca",findWhat:"Trova:",matchCase:"Maiuscole/minuscole",matchCyclic:"Ricerca ciclica",matchWord:"Solo parole intere",notFoundMsg:"L'elemento cercato non è stato trovato.",replace:"Sostituisci",replaceAll:"Sostituisci tutto",replaceSuccessMsg:"%1 occorrenza(e) sostituite.",replaceWith:"Sostituisci con:",title:"Cerca e Sostituisci"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/ja.js b/public/assets/ckeditor/plugins/find/lang/ja.js new file mode 100644 index 0000000..f2043d1 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","ja",{find:"æ¤ç´¢",findOptions:"æ¤ç´¢ãªãã·ã§ã³",findWhat:"æ¤ç´¢ããæåå:",matchCase:"大æåã¨å°æåãåºå¥ãã",matchCyclic:"æ«å°¾ã«é¹ãããå é ã«æ»ã",matchWord:"åèªåä½ã§æ¢ã",notFoundMsg:"æå®ãããæååã¯è¦ã¤ããã¾ããã§ããã",replace:"ç½®æ",replaceAll:"ãã¹ã¦ç½®æ",replaceSuccessMsg:"%1 åç½®æãã¾ããã",replaceWith:"ç½®æå¾ã®æåå:",title:"æ¤ç´¢ã¨ç½®æ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/ka.js b/public/assets/ckeditor/plugins/find/lang/ka.js new file mode 100644 index 0000000..d5d8dda --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","ka",{find:"á«áááá",findOptions:"Find Options",findWhat:"á¡áá«áááááá á¢áá¥á¡á¢á:",matchCase:"áááá áá ááá¢áá á áá¡ááááá¡ ááááá®áááá",matchCyclic:"áááá£áááá¢áá¡ ááááá¨á ááá¡áááá¡ ááá á ááááááá ááá¬á§ááá",matchWord:"ááááá á¡áá¢á§ááá¡ ááááá®áááá",notFoundMsg:"áááááááá£áá á¢áá¥á¡á¢á áá áááá«áááá.",replace:"á¨ááªááá",replaceAll:"á§ááááá¡ á¨ááªááá",replaceSuccessMsg:"%1 ááá«áááááá á¨áááªáááá.",replaceWith:"á¨ááªáááá¡ á¢áá¥á¡á¢á:",title:"á«áááá áá á¨ááªááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/km.js b/public/assets/ckeditor/plugins/find/lang/km.js new file mode 100644 index 0000000..3815f2c --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","km",{find:"ááááááá",findOptions:"ááááá¾áâáááááâáá",findWhat:"áááááááá¢ááá¸:",matchCase:"áááá¸âáááá¼á ",matchCyclic:"áááá¼áâáá¹á cyclic",matchWord:"áá¼á âáá¹áâáá¶áááâáá¶ááâáá¼á",notFoundMsg:"ááâáá·áâáá¾áâáá¶áááâáááâáá¶áâááááá¶ááá",replace:"áááá½á",replaceAll:"áááá½ááá¶ááá¢áá",replaceSuccessMsg:"áá¶áâáááá½áâá ááá½á %1 áá¶áâáá¾áâá¡á¾áá",replaceWith:"áááá½ááá¶áá½á:",title:"ááâáá·áâáááá½á"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/ko.js b/public/assets/ckeditor/plugins/find/lang/ko.js new file mode 100644 index 0000000..5443e52 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","ko",{find:"찾기",findOptions:"찾기 ì¡°ê±´",findWhat:"ì°¾ì ë´ì©:",matchCase:"ëì문ì 구ë¶",matchCyclic:"ëëì´ ê²ì",matchWord:"ì¨ì í ë¨ì´",notFoundMsg:"문ìì´ì ì°¾ì ì ììµëë¤.",replace:"ë°ê¾¸ê¸°",replaceAll:"모ë ë°ê¾¸ê¸°",replaceSuccessMsg:"%1ê°ì íëª©ì´ ë°ëììµëë¤.",replaceWith:"ë°ê¿ ë´ì©:",title:"찾기 ë° ë°ê¾¸ê¸°"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/ku.js b/public/assets/ckeditor/plugins/find/lang/ku.js new file mode 100644 index 0000000..54cc3c9 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","ku",{find:"Ú¯ÛÚØ§Ù",findOptions:"ÙÛÚµØ¨ÚØ§Ø±Ø¯ÛکاÙÛ Ú¯ÛÚØ§Ù",findWhat:"Ú¯ÛÚØ§Ù Ø¨ÛØ¯ÙÙØ§Û:",matchCase:"Ø¬ÛØ§Ú©Ø±Ø¯ÙÛÙÙ ÙÛÙÛÙØ§Ù Ù¾ÛØªÛ Ú¯ÛÙØ±Û٠بÚÙÙÙ",matchCyclic:"Ú¯ÛÚØ§Ù ÙÛÙÛÙ ÙÙ Ù¾ÛÚÛÚ©Ù",matchWord:"تÛÙÛØ§ ÙÛÙ ÙÙ ÙØ´ÛÚ©Ù",notFoundMsg:"ÙÛÚ Ø¯ÛÙÙ Ú¯ÛÚØ§ÙÛÙ ÙÛØ¯ÛزراÙÙ.",replace:"ÙÛØ¨Ø±ÛØ¯Ø§ÙØ§Ù",replaceAll:"ÙÛØ¨Ø±ÛØ¯Ø§ÙØ§ÙÛ ÙÛÙ ÙÙÛ",replaceSuccessMsg:" Ù¾ÛØ´ÙاتÛ(Û) ÙÛØ¨Ø±Û Ø¯Ø§ÙØ±Ø§. %1",replaceWith:"ÙÛØ¨Ø±ÛØ¯Ø§ÙØ§Ù بÙ:",title:"Ú¯ÛÚØ§Ù Ù ÙÛØ¨Ø±ÛØ¯Ø§ÙØ§Ù"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/lt.js b/public/assets/ckeditor/plugins/find/lang/lt.js new file mode 100644 index 0000000..2c55039 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","lt",{find:"Rasti",findOptions:"PaieÅ¡kos nustatymai",findWhat:"Surasti tekstÄ :",matchCase:"Skirti didžiÄ sias ir maÅ¾Ä sias raides",matchCyclic:"Sutampantis cikliÅ¡kumas",matchWord:"Atitikti pilnÄ Å¾odį",notFoundMsg:"Nurodytas tekstas nerastas.",replace:"Pakeisti",replaceAll:"Pakeisti viskÄ ",replaceSuccessMsg:"%1 sutapimas(ų) buvo pakeisti.",replaceWith:"Pakeisti tekstu:",title:"Surasti ir pakeisti"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/lv.js b/public/assets/ckeditor/plugins/find/lang/lv.js new file mode 100644 index 0000000..12a554c --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","lv",{find:"MeklÄt",findOptions:"MeklÄt uzstÄdÄ«jumi",findWhat:"MeklÄt:",matchCase:"ReÄ£istrjÅ«tÄ«gs",matchCyclic:"Sakrist cikliski",matchWord:"JÄsakrÄ«t pilnÄ«bÄ",notFoundMsg:"NorÄdÄ«tÄ frÄze netika atrasta.",replace:"NomainÄ«t",replaceAll:"Aizvietot visu",replaceSuccessMsg:"%1 gadÄ«jums(i) aizvietoti",replaceWith:"NomainÄ«t uz:",title:"MeklÄt un aizvietot"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/mk.js b/public/assets/ckeditor/plugins/find/lang/mk.js new file mode 100644 index 0000000..70d58f4 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","mk",{find:"ÐÑонаÑди",findOptions:"ÐпÑии за пÑонаоÑаÑе",findWhat:"ШÑо баÑаÑе:",matchCase:"Се ÑовпаÑа голема/мала бÑква,",matchCyclic:"ÐÑебаÑÐ°Ñ ÑиклиÑно",matchWord:"Се ÑовпаÑа Ñел збоÑ",notFoundMsg:"ÐнеÑÐµÐ½Ð¸Ð¾Ñ ÑекÑÑ Ð½Ðµ беÑе пÑонаÑден.",replace:"Ðамени",replaceAll:"Ðамени ги ÑиÑе",replaceSuccessMsg:"%1 ÑлÑÑаÑ/и беа заменеÑи.",replaceWith:"Ðамени Ñо:",title:"ÐÑонаÑди и замени"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/mn.js b/public/assets/ckeditor/plugins/find/lang/mn.js new file mode 100644 index 0000000..2849816 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","mn",{find:"Ð¥Ð°Ð¹Ñ ",findOptions:"Ð¥Ð°Ð¹Ñ ÑонголÑÑÑд",findWhat:"Ð¥Ð°Ð¹Ñ Ò¯Ð³/Ò¯ÑÑг:",matchCase:"ТÑнÑÑÑ Ñөлөв",matchCyclic:"Match cyclic",matchWord:"ТÑнÑÑÑ Ð±Ò¯ÑÑн үг",notFoundMsg:"ХайÑан биÑвÑÑийг олÑонгүй.",replace:"ÐÑлÑÑÐ»Ð°Ñ ",replaceAll:"Ðүгдийг Ð½Ñ ÑÐ¾Ð»Ð¸Ñ ",replaceSuccessMsg:"%1 occurrence(s) replaced.",replaceWith:"Ð¡Ð¾Ð»Ð¸Ñ Ò¯Ð³:",title:"Хайж оÑлÑÑÐ»Ð°Ñ "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/ms.js b/public/assets/ckeditor/plugins/find/lang/ms.js new file mode 100644 index 0000000..75f9603 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","ms",{find:"Cari",findOptions:"Find Options",findWhat:"Perkataan yang dicari:",matchCase:"Padanan case huruf",matchCyclic:"Match cyclic",matchWord:"Padana Keseluruhan perkataan",notFoundMsg:"Text yang dicari tidak dijumpai.",replace:"Ganti",replaceAll:"Ganti semua",replaceSuccessMsg:"%1 occurrence(s) replaced.",replaceWith:"Diganti dengan:",title:"Find and Replace"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/nb.js b/public/assets/ckeditor/plugins/find/lang/nb.js new file mode 100644 index 0000000..6779f49 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","nb",{find:"Søk",findOptions:"Søkealternativer",findWhat:"Søk etter:",matchCase:"Skill mellom store og smÃ¥ bokstaver",matchCyclic:"Søk i hele dokumentet",matchWord:"Bare hele ord",notFoundMsg:"Fant ikke søketeksten.",replace:"Erstatt",replaceAll:"Erstatt alle",replaceSuccessMsg:"%1 tilfelle(r) erstattet.",replaceWith:"Erstatt med:",title:"Søk og erstatt"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/nl.js b/public/assets/ckeditor/plugins/find/lang/nl.js new file mode 100644 index 0000000..156a9da --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","nl",{find:"Zoeken",findOptions:"Zoekopties",findWhat:"Zoeken naar:",matchCase:"Hoofdlettergevoelig",matchCyclic:"Doorlopend zoeken",matchWord:"Hele woord moet voorkomen",notFoundMsg:"De opgegeven tekst is niet gevonden.",replace:"Vervangen",replaceAll:"Alles vervangen",replaceSuccessMsg:"%1 resultaten vervangen.",replaceWith:"Vervangen met:",title:"Zoeken en vervangen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/no.js b/public/assets/ckeditor/plugins/find/lang/no.js new file mode 100644 index 0000000..e098a7c --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","no",{find:"Søk",findOptions:"Søkealternativer",findWhat:"Søk etter:",matchCase:"Skill mellom store og smÃ¥ bokstaver",matchCyclic:"Søk i hele dokumentet",matchWord:"Bare hele ord",notFoundMsg:"Fant ikke søketeksten.",replace:"Erstatt",replaceAll:"Erstatt alle",replaceSuccessMsg:"%1 tilfelle(r) erstattet.",replaceWith:"Erstatt med:",title:"Søk og erstatt"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/pl.js b/public/assets/ckeditor/plugins/find/lang/pl.js new file mode 100644 index 0000000..1144fd8 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","pl",{find:"Znajdź",findOptions:"Opcje wyszukiwania",findWhat:"Znajdź:",matchCase:"UwzglÄdnij wielkoÅÄ liter",matchCyclic:"Cykliczne dopasowanie",matchWord:"CaÅe sÅowa",notFoundMsg:"Nie znaleziono szukanego hasÅa.",replace:"ZamieÅ",replaceAll:"ZamieÅ wszystko",replaceSuccessMsg:"%1 wystÄ pieÅ zastÄ pionych.",replaceWith:"ZastÄ p przez:",title:"Znajdź i zamieÅ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/pt-br.js b/public/assets/ckeditor/plugins/find/lang/pt-br.js new file mode 100644 index 0000000..b9e438c --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","pt-br",{find:"Localizar",findOptions:"Opções",findWhat:"Procurar por:",matchCase:"Coincidir Maiúsculas/Minúsculas",matchCyclic:"Coincidir cÃclico",matchWord:"Coincidir a palavra inteira",notFoundMsg:"O texto especificado não foi encontrado.",replace:"Substituir",replaceAll:"Substituir Tudo",replaceSuccessMsg:"%1 ocorrência(s) substituÃda(s).",replaceWith:"Substituir por:",title:"Localizar e Substituir"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/pt.js b/public/assets/ckeditor/plugins/find/lang/pt.js new file mode 100644 index 0000000..b1f40f0 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","pt",{find:"Procurar",findOptions:"Find Options",findWhat:"Texto a procurar:",matchCase:"Maiúsculas/Minúsculas",matchCyclic:"Match cyclic",matchWord:"Coincidir com toda a palavra",notFoundMsg:"O texto especificado não foi encontrado.",replace:"Substituir",replaceAll:"Substituir Tudo",replaceSuccessMsg:"%1 occurrence(s) replaced.",replaceWith:"Substituir por:",title:"Find and Replace"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/ro.js b/public/assets/ckeditor/plugins/find/lang/ro.js new file mode 100644 index 0000000..7ec8b9d --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","ro",{find:"GÄseÅte",findOptions:"Find Options",findWhat:"GÄseÅte:",matchCase:"DeosebeÅte majuscule de minuscule (Match case)",matchCyclic:"PotriveÈte ciclic",matchWord:"Doar cuvintele întregi",notFoundMsg:"Textul specificat nu a fost gÄsit.",replace:"ÃnlocuieÅte",replaceAll:"ÃnlocuieÅte tot",replaceSuccessMsg:"%1 cÄutÄri înlocuite.",replaceWith:"ÃnlocuieÅte cu:",title:"GÄseÅte Åi înlocuieÅte"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/ru.js b/public/assets/ckeditor/plugins/find/lang/ru.js new file mode 100644 index 0000000..b611c27 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","ru",{find:"ÐайÑи",findOptions:"ÐпÑии поиÑка",findWhat:"ÐайÑи:",matchCase:"УÑиÑÑваÑÑ ÑегиÑÑÑ",matchCyclic:"Ðо вÑÐµÐ¼Ñ ÑекÑÑÑ",matchWord:"ТолÑко Ñлово Ñеликом",notFoundMsg:"ÐÑкомÑй ÑекÑÑ Ð½Ðµ найден.",replace:"ÐамениÑÑ",replaceAll:"ÐамениÑÑ Ð²ÑÑ",replaceSuccessMsg:"УÑпеÑно заменено %1 Ñаз(а).",replaceWith:"ÐамениÑÑ Ð½Ð°:",title:"ÐоиÑк и замена"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/si.js b/public/assets/ckeditor/plugins/find/lang/si.js new file mode 100644 index 0000000..1e1d145 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","si",{find:"Find",findOptions:"Find Options",findWhat:"Find what:",matchCase:"Match case",matchCyclic:"Match cyclic",matchWord:"Match whole word",notFoundMsg:"The specified text was not found.",replace:"à·à·à¶½à·à· à¶à·à¶»à·à¶¸",replaceAll:"à·à·à¶ºà¶½à·à¶½à¶¸ à·à·à¶½à·à· à¶à¶»à¶±à·à¶±",replaceSuccessMsg:"%1 occurrence(s) replaced.",replaceWith:"Replace with:",title:"Find and Replace"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/sk.js b/public/assets/ckeditor/plugins/find/lang/sk.js new file mode 100644 index 0000000..edc2323 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","sk",{find:"VyhľadaÅ¥",findOptions:"Možnosti vyhľadávania",findWhat:"Äo hľadaÅ¥:",matchCase:"RozliÅ¡ovaÅ¥ malé a veľké pÃsmená",matchCyclic:"Po dosiahnutà konca pokraÄovaÅ¥ od zaÄiatku",matchWord:"Len celé slová",notFoundMsg:"Hľadaný text nebol nájdený.",replace:"NahradiÅ¥",replaceAll:"NahradiÅ¥ vÅ¡etko",replaceSuccessMsg:"%1 výskyt(ov) nahradených.",replaceWith:"ÄÃm nahradiÅ¥:",title:"VyhľadaÅ¥ a nahradiÅ¥"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/sl.js b/public/assets/ckeditor/plugins/find/lang/sl.js new file mode 100644 index 0000000..32dea7e --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","sl",{find:"Najdi",findOptions:"Find Options",findWhat:"Najdi:",matchCase:"Razlikuj velike in male Ärke",matchCyclic:"Primerjaj znake v cirilici",matchWord:"Samo cele besede",notFoundMsg:"Navedeno besedilo ni bilo najdeno.",replace:"Zamenjaj",replaceAll:"Zamenjaj vse",replaceSuccessMsg:"%1 pojavitev je bilo zamenjano.",replaceWith:"Zamenjaj z:",title:"Najdi in zamenjaj"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/sq.js b/public/assets/ckeditor/plugins/find/lang/sq.js new file mode 100644 index 0000000..ae034f6 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","sq",{find:"Gjej",findOptions:"Gjejë Alternativat",findWhat:"Gjej çka:",matchCase:"Rasti i përputhjes",matchCyclic:"Përputh ciklikun",matchWord:"Përputh fjalën e tërë",notFoundMsg:"Teksti i caktuar nuk mundej të gjendet.",replace:"Zëvendëso",replaceAll:"Zëvendëso të gjitha",replaceSuccessMsg:"%1 rast(e) u zëvendësua(n).",replaceWith:"Zëvendëso me:",title:"Gjej dhe Zëvendëso"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/sr-latn.js b/public/assets/ckeditor/plugins/find/lang/sr-latn.js new file mode 100644 index 0000000..40a4006 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","sr-latn",{find:"Pretraga",findOptions:"Find Options",findWhat:"Pronadi:",matchCase:"Razlikuj mala i velika slova",matchCyclic:"Match cyclic",matchWord:"Uporedi cele reci",notFoundMsg:"Traženi tekst nije pronaÄen.",replace:"Zamena",replaceAll:"Zameni sve",replaceSuccessMsg:"%1 occurrence(s) replaced.",replaceWith:"Zameni sa:",title:"Find and Replace"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/sr.js b/public/assets/ckeditor/plugins/find/lang/sr.js new file mode 100644 index 0000000..57ca629 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","sr",{find:"ÐÑеÑÑага",findOptions:"Find Options",findWhat:"ÐÑонаÑи:",matchCase:"РазликÑÑ Ð²ÐµÐ»Ð¸ÐºÐ° и мала Ñлова",matchCyclic:"Match cyclic",matchWord:"УпоÑеди Ñеле ÑеÑи",notFoundMsg:"ТÑажени ÑекÑÑ Ð½Ð¸Ñе пÑонаÑен.",replace:"Ðамена",replaceAll:"Ðамени Ñве",replaceSuccessMsg:"%1 occurrence(s) replaced.",replaceWith:"Ðамени Ñа:",title:"Find and Replace"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/sv.js b/public/assets/ckeditor/plugins/find/lang/sv.js new file mode 100644 index 0000000..f86c7d2 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","sv",{find:"Sök",findOptions:"Sökalternativ",findWhat:"Sök efter:",matchCase:"Skiftläge",matchCyclic:"Matcha cykliska",matchWord:"Inkludera hela ord",notFoundMsg:"Angiven text kunde ej hittas.",replace:"Ersätt",replaceAll:"Ersätt alla",replaceSuccessMsg:"%1 förekomst(er) ersatta.",replaceWith:"Ersätt med:",title:"Sök och ersätt"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/th.js b/public/assets/ckeditor/plugins/find/lang/th.js new file mode 100644 index 0000000..877ab90 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","th",{find:"à¸à¹à¸à¸«à¸²",findOptions:"Find Options",findWhat:"à¸à¹à¸à¸«à¸²à¸à¸³à¸§à¹à¸²:",matchCase:"à¸à¸±à¸§à¹à¸«à¸à¹-à¹à¸¥à¹à¸ à¸à¹à¸à¸à¸à¸£à¸à¸à¸±à¸",matchCyclic:"Match cyclic",matchWord:"à¸à¹à¸à¸à¸à¸£à¸à¸à¸±à¸à¸à¸¸à¸à¸à¸³",notFoundMsg:"à¹à¸¡à¹à¸à¸à¸à¸³à¸à¸µà¹à¸à¹à¸à¸«à¸².",replace:"à¸à¹à¸à¸«à¸²à¹à¸¥à¸°à¹à¸à¸à¸à¸µà¹",replaceAll:"à¹à¸à¸à¸à¸µà¹à¸à¸±à¹à¸à¸«à¸¡à¸à¸à¸µà¹à¸à¸",replaceSuccessMsg:"%1 occurrence(s) replaced.",replaceWith:"à¹à¸à¸à¸à¸µà¹à¸à¹à¸§à¸¢:",title:"Find and Replace"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/tr.js b/public/assets/ckeditor/plugins/find/lang/tr.js new file mode 100644 index 0000000..a0fc4f0 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","tr",{find:"Bul",findOptions:"Seçenekleri Bul",findWhat:"Aranan:",matchCase:"Büyük/küçük harf duyarlı",matchCyclic:"EÅleÅen döngü",matchWord:"Kelimenin tamamı uysun",notFoundMsg:"Belirtilen yazı bulunamadı.",replace:"DeÄiÅtir",replaceAll:"Tümünü DeÄiÅtir",replaceSuccessMsg:"%1 bulunanlardan deÄiÅtirildi.",replaceWith:"Bununla deÄiÅtir:",title:"Bul ve DeÄiÅtir"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/tt.js b/public/assets/ckeditor/plugins/find/lang/tt.js new file mode 100644 index 0000000..90a6691 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","tt",{find:"ÐзлÓÒ¯",findOptions:"ÐзлÓÒ¯ көйлÓүлÓÑе",findWhat:"ÐÓÑÑÓ ÑзлÓÑгÓ:",matchCase:"ÐÐ°Ñ Ò»Óм Ñл Ñ ÓÑеÑлÓÑен иÑÓÐ¿ÐºÓ Ð°Ð»Ñ",matchCyclic:"ÐабаÑлап ÑзлÓÑгÓ",matchWord:"СүзлÓÑне ÑÑлÑÑÑнÑа гÑна ÑзлÓÒ¯",notFoundMsg:"ÐзлÓнгÓн ÑекÑÑ ÑабÑлмадÑ.",replace:"ÐлмаÑÑÑÑÑ",replaceAll:"ÐаÑÑÑÑн да алмаÑÑÑÑÑ",replaceSuccessMsg:"%1 ÑÑÑнда(лаÑда) алмаÑÑÑÑÑлган.",replaceWith:"ÐÓÑÑÓÐ³Ó Ð°Ð»Ð¼Ð°ÑÑÑÑÑ:",title:"ÐзлÓп ÑÐ°Ð±Ñ Ò»Óм алмаÑÑÑÑÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/ug.js b/public/assets/ckeditor/plugins/find/lang/ug.js new file mode 100644 index 0000000..9a3e754 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","ug",{find:"Ø¦ÙØ²Ø¯Û",findOptions:"Ø¦ÙØ²Ø¯ÛØ´ تاÙÙØ§ÙÙ ÙØ³Ù",findWhat:"Ø¦ÙØ²Ø¯Û:",matchCase:"ÚÙÚ ÙÙÚÙÙ Ú¾ÛØ±Ù¾ÙÙ Ù¾ÛØ±ÙÙÛÙØ¯Ûر",matchCyclic:"ئاÙÙØ§Ù٠ا ٠اسÙÙØ´ÙØ´",matchWord:"Ù¾ÛØªÛÙ Ø³ÛØ² ٠اسÙÙØ´ÙØ´",notFoundMsg:"بÛÙÚ¯ÙÙÛÙÚ¯Û٠تÛÙÙØ³ØªÙ٠تاپاÙÙ ÙØ¯Ù",replace:"ئاÙÙ Ø§Ø´ØªÛØ±",replaceAll:"Ú¾ÛÙ Ù ÙÙ٠ئاÙÙ Ø§Ø´ØªÛØ±",replaceSuccessMsg:"جÛ٠ئ٠%1 Ø¬Ø§ÙØ¯ÙÙ٠ئاÙÙ Ø§Ø´ØªÛØ±ÛØ´ ØªØ§Ù Ø§Ù ÙØ§ÙدÙ",replaceWith:"ئاÙÙ Ø§Ø´ØªÛØ±:",title:"Ø¦ÙØ²Ø¯ÛÙ¾ ئاÙÙ Ø§Ø´ØªÛØ±"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/uk.js b/public/assets/ckeditor/plugins/find/lang/uk.js new file mode 100644 index 0000000..12bf2eb --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","uk",{find:"ÐоÑÑк",findOptions:"ÐаÑамеÑÑи ÐоÑÑкÑ",findWhat:"ШÑкаÑи:",matchCase:"ÐÑÐ°Ñ Ð¾Ð²ÑваÑи ÑегÑÑÑÑ",matchCyclic:"ЦиклÑÑна замÑна",matchWord:"ÐбÑг ÑÑÐ»Ð¸Ñ ÑлÑв",notFoundMsg:"Ðказаний ÑекÑÑ Ð½Ðµ знайдено.",replace:"ÐамÑна",replaceAll:"ÐамÑниÑи вÑе",replaceSuccessMsg:"%1 ÑпÑвпадÑнÑ(нÑ) замÑнено.",replaceWith:"ÐамÑниÑи на:",title:"ÐнайÑи Ñ Ð·Ð°Ð¼ÑниÑи"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/vi.js b/public/assets/ckeditor/plugins/find/lang/vi.js new file mode 100644 index 0000000..07936d9 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","vi",{find:"Tìm kiếm",findOptions:"Tìm tùy chá»n",findWhat:"Tìm chuá»i:",matchCase:"Phân biá»t chữ hoa/thưá»ng",matchCyclic:"Giá»ng má»t phần",matchWord:"Giá»ng toà n bá» từ",notFoundMsg:"Không tìm thấy chuá»i cần tìm.",replace:"Thay thế",replaceAll:"Thay thế tất cả",replaceSuccessMsg:"%1 vá» trà Äã ÄÆ°á»£c thay thế.",replaceWith:"Thay bằng:",title:"Tìm kiếm và thay thế"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/zh-cn.js b/public/assets/ckeditor/plugins/find/lang/zh-cn.js new file mode 100644 index 0000000..746626a --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","zh-cn",{find:"æ¥æ¾",findOptions:"æ¥æ¾é项",findWhat:"æ¥æ¾:",matchCase:"åºå大å°å",matchCyclic:"循ç¯å¹é ",matchWord:"å ¨åå¹é ",notFoundMsg:"æå®çææ¬æ²¡ææ¾å°ã",replace:"æ¿æ¢",replaceAll:"å ¨é¨æ¿æ¢",replaceSuccessMsg:"å ±å®æ %1 夿¿æ¢ã",replaceWith:"æ¿æ¢:",title:"æ¥æ¾åæ¿æ¢"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/lang/zh.js b/public/assets/ckeditor/plugins/find/lang/zh.js new file mode 100644 index 0000000..4d6656a --- /dev/null +++ b/public/assets/ckeditor/plugins/find/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","zh",{find:"å°æ¾",findOptions:"å°æ¾é¸é ",findWhat:"å°æ¾ç®æ¨ï¼",matchCase:"大å°å¯«é ç¸ç¬¦",matchCyclic:"å¾ªç°æå°",matchWord:"å ¨åæ¼å¯«é ç¸ç¬¦",notFoundMsg:"æ¾ä¸å°æå®çæåã",replace:"å代",replaceAll:"å ¨é¨å代",replaceSuccessMsg:"å·²å代 %1 åæå®é ç®ã",replaceWith:"å代æï¼",title:"å°æ¾åå代"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/find/plugin.js b/public/assets/ckeditor/plugins/find/plugin.js new file mode 100644 index 0000000..1cc8400 --- /dev/null +++ b/public/assets/ckeditor/plugins/find/plugin.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.add("find",{requires:"dialog",lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"find,find-rtl,replace",hidpi:!0,init:function(a){var b=a.addCommand("find",new CKEDITOR.dialogCommand("find"));b.canUndo=!1;b.readOnly=1;a.addCommand("replace",new CKEDITOR.dialogCommand("replace")).canUndo=!1;a.ui.addButton&& +(a.ui.addButton("Find",{label:a.lang.find.find,command:"find",toolbar:"find,10"}),a.ui.addButton("Replace",{label:a.lang.find.replace,command:"replace",toolbar:"find,20"}));CKEDITOR.dialog.add("find",this.path+"dialogs/find.js");CKEDITOR.dialog.add("replace",this.path+"dialogs/find.js")}});CKEDITOR.config.find_highlight={element:"span",styles:{"background-color":"#004",color:"#fff"}}; \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/dialogs/flash.js b/public/assets/ckeditor/plugins/flash/dialogs/flash.js new file mode 100644 index 0000000..ea7d331 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/dialogs/flash.js @@ -0,0 +1,24 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function b(a,b,c){var h=n[this.id];if(h)for(var f=this instanceof CKEDITOR.ui.dialog.checkbox,e=0;e<h.length;e++){var d=h[e];switch(d.type){case 1:if(!a)continue;if(null!==a.getAttribute(d.name)){a=a.getAttribute(d.name);f?this.setValue("true"==a.toLowerCase()):this.setValue(a);return}f&&this.setValue(!!d["default"]);break;case 2:if(!a)continue;if(d.name in c){a=c[d.name];f?this.setValue("true"==a.toLowerCase()):this.setValue(a);return}f&&this.setValue(!!d["default"]);break;case 4:if(!b)continue; +if(b.getAttribute(d.name)){a=b.getAttribute(d.name);f?this.setValue("true"==a.toLowerCase()):this.setValue(a);return}f&&this.setValue(!!d["default"])}}}function c(a,b,c){var h=n[this.id];if(h)for(var f=""===this.getValue(),e=this instanceof CKEDITOR.ui.dialog.checkbox,d=0;d<h.length;d++){var g=h[d];switch(g.type){case 1:if(!a||"data"==g.name&&b&&!a.hasAttribute("data"))continue;var m=this.getValue();f||e&&m===g["default"]?a.removeAttribute(g.name):a.setAttribute(g.name,m);break;case 2:if(!a)continue; +m=this.getValue();if(f||e&&m===g["default"])g.name in c&&c[g.name].remove();else if(g.name in c)c[g.name].setAttribute("value",m);else{var p=CKEDITOR.dom.element.createFromHtml("\x3ccke:param\x3e\x3c/cke:param\x3e",a.getDocument());p.setAttributes({name:g.name,value:m});1>a.getChildCount()?p.appendTo(a):p.insertBefore(a.getFirst())}break;case 4:if(!b)continue;m=this.getValue();f||e&&m===g["default"]?b.removeAttribute(g.name):b.setAttribute(g.name,m)}}}for(var n={id:[{type:1,name:"id"}],classid:[{type:1, +name:"classid"}],codebase:[{type:1,name:"codebase"}],pluginspage:[{type:4,name:"pluginspage"}],src:[{type:2,name:"movie"},{type:4,name:"src"},{type:1,name:"data"}],name:[{type:4,name:"name"}],align:[{type:1,name:"align"}],"class":[{type:1,name:"class"},{type:4,name:"class"}],width:[{type:1,name:"width"},{type:4,name:"width"}],height:[{type:1,name:"height"},{type:4,name:"height"}],hSpace:[{type:1,name:"hSpace"},{type:4,name:"hSpace"}],vSpace:[{type:1,name:"vSpace"},{type:4,name:"vSpace"}],style:[{type:1, +name:"style"},{type:4,name:"style"}],type:[{type:4,name:"type"}]},k="play loop menu quality scale salign wmode bgcolor base flashvars allowScriptAccess allowFullScreen".split(" "),l=0;l<k.length;l++)n[k[l]]=[{type:4,name:k[l]},{type:2,name:k[l]}];k=["play","loop","menu"];for(l=0;l<k.length;l++)n[k[l]][0]["default"]=n[k[l]][1]["default"]=!0;CKEDITOR.dialog.add("flash",function(a){var l=!a.config.flashEmbedTagOnly,k=a.config.flashAddEmbedTag||a.config.flashEmbedTagOnly,h,f="\x3cdiv\x3e"+CKEDITOR.tools.htmlEncode(a.lang.common.preview)+ +'\x3cbr\x3e\x3cdiv id\x3d"cke_FlashPreviewLoader'+CKEDITOR.tools.getNextNumber()+'" style\x3d"display:none"\x3e\x3cdiv class\x3d"loading"\x3e\x26nbsp;\x3c/div\x3e\x3c/div\x3e\x3cdiv id\x3d"cke_FlashPreviewBox'+CKEDITOR.tools.getNextNumber()+'" class\x3d"FlashPreviewBox"\x3e\x3c/div\x3e\x3c/div\x3e';return{title:a.lang.flash.title,minWidth:420,minHeight:310,onShow:function(){this.fakeImage=this.objectNode=this.embedNode=null;h=new CKEDITOR.dom.element("embed",a.document);var e=this.getSelectedElement(); +if(e&&e.data("cke-real-element-type")&&"flash"==e.data("cke-real-element-type")){this.fakeImage=e;var d=a.restoreRealElement(e),g=null,b=null,c={};if("cke:object"==d.getName()){g=d;d=g.getElementsByTag("embed","cke");0<d.count()&&(b=d.getItem(0));for(var d=g.getElementsByTag("param","cke"),f=0,l=d.count();f<l;f++){var k=d.getItem(f),n=k.getAttribute("name"),k=k.getAttribute("value");c[n]=k}}else"cke:embed"==d.getName()&&(b=d);this.objectNode=g;this.embedNode=b;this.setupContent(g,b,c,e)}},onOk:function(){var e= +null,d=null,b=null;this.fakeImage?(e=this.objectNode,d=this.embedNode):(l&&(e=CKEDITOR.dom.element.createFromHtml("\x3ccke:object\x3e\x3c/cke:object\x3e",a.document),e.setAttributes({classid:"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000",codebase:"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version\x3d6,0,40,0"})),k&&(d=CKEDITOR.dom.element.createFromHtml("\x3ccke:embed\x3e\x3c/cke:embed\x3e",a.document),d.setAttributes({type:"application/x-shockwave-flash",pluginspage:"http://www.macromedia.com/go/getflashplayer"}), +e&&d.appendTo(e)));if(e)for(var b={},c=e.getElementsByTag("param","cke"),f=0,h=c.count();f<h;f++)b[c.getItem(f).getAttribute("name")]=c.getItem(f);c={};f={};this.commitContent(e,d,b,c,f);e=a.createFakeElement(e||d,"cke_flash","flash",!0);e.setAttributes(f);e.setStyles(c);this.fakeImage?(e.replace(this.fakeImage),a.getSelection().selectElement(e)):a.insertElement(e)},onHide:function(){this.preview&&this.preview.setHtml("")},contents:[{id:"info",label:a.lang.common.generalTab,accessKey:"I",elements:[{type:"vbox", +padding:0,children:[{type:"hbox",widths:["280px","110px"],align:"right",children:[{id:"src",type:"text",label:a.lang.common.url,required:!0,validate:CKEDITOR.dialog.validate.notEmpty(a.lang.flash.validateSrc),setup:b,commit:c,onLoad:function(){var a=this.getDialog(),b=function(b){h.setAttribute("src",b);a.preview.setHtml('\x3cembed height\x3d"100%" width\x3d"100%" src\x3d"'+CKEDITOR.tools.htmlEncode(h.getAttribute("src"))+'" type\x3d"application/x-shockwave-flash"\x3e\x3c/embed\x3e')};a.preview=a.getContentElement("info", +"preview").getElement().getChild(3);this.on("change",function(a){a.data&&a.data.value&&b(a.data.value)});this.getInputElement().on("change",function(){b(this.getValue())},this)}},{type:"button",id:"browse",filebrowser:"info:src",hidden:!0,style:"display:inline-block;margin-top:14px;",label:a.lang.common.browseServer}]}]},{type:"hbox",widths:["25%","25%","25%","25%","25%"],children:[{type:"text",id:"width",requiredContent:"embed[width]",style:"width:95px",label:a.lang.common.width,validate:CKEDITOR.dialog.validate.htmlLength(a.lang.common.invalidHtmlLength.replace("%1", +a.lang.common.width)),setup:b,commit:c},{type:"text",id:"height",requiredContent:"embed[height]",style:"width:95px",label:a.lang.common.height,validate:CKEDITOR.dialog.validate.htmlLength(a.lang.common.invalidHtmlLength.replace("%1",a.lang.common.height)),setup:b,commit:c},{type:"text",id:"hSpace",requiredContent:"embed[hspace]",style:"width:95px",label:a.lang.flash.hSpace,validate:CKEDITOR.dialog.validate.integer(a.lang.flash.validateHSpace),setup:b,commit:c},{type:"text",id:"vSpace",requiredContent:"embed[vspace]", +style:"width:95px",label:a.lang.flash.vSpace,validate:CKEDITOR.dialog.validate.integer(a.lang.flash.validateVSpace),setup:b,commit:c}]},{type:"vbox",children:[{type:"html",id:"preview",style:"width:95%;",html:f}]}]},{id:"Upload",hidden:!0,filebrowser:"uploadButton",label:a.lang.common.upload,elements:[{type:"file",id:"upload",label:a.lang.common.upload,size:38},{type:"fileButton",id:"uploadButton",label:a.lang.common.uploadSubmit,filebrowser:"info:src","for":["Upload","upload"]}]},{id:"properties", +label:a.lang.flash.propertiesTab,elements:[{type:"hbox",widths:["50%","50%"],children:[{id:"scale",type:"select",requiredContent:"embed[scale]",label:a.lang.flash.scale,"default":"",style:"width : 100%;",items:[[a.lang.common.notSet,""],[a.lang.flash.scaleAll,"showall"],[a.lang.flash.scaleNoBorder,"noborder"],[a.lang.flash.scaleFit,"exactfit"]],setup:b,commit:c},{id:"allowScriptAccess",type:"select",requiredContent:"embed[allowscriptaccess]",label:a.lang.flash.access,"default":"",style:"width : 100%;", +items:[[a.lang.common.notSet,""],[a.lang.flash.accessAlways,"always"],[a.lang.flash.accessSameDomain,"samedomain"],[a.lang.flash.accessNever,"never"]],setup:b,commit:c}]},{type:"hbox",widths:["50%","50%"],children:[{id:"wmode",type:"select",requiredContent:"embed[wmode]",label:a.lang.flash.windowMode,"default":"",style:"width : 100%;",items:[[a.lang.common.notSet,""],[a.lang.flash.windowModeWindow,"window"],[a.lang.flash.windowModeOpaque,"opaque"],[a.lang.flash.windowModeTransparent,"transparent"]], +setup:b,commit:c},{id:"quality",type:"select",requiredContent:"embed[quality]",label:a.lang.flash.quality,"default":"high",style:"width : 100%;",items:[[a.lang.common.notSet,""],[a.lang.flash.qualityBest,"best"],[a.lang.flash.qualityHigh,"high"],[a.lang.flash.qualityAutoHigh,"autohigh"],[a.lang.flash.qualityMedium,"medium"],[a.lang.flash.qualityAutoLow,"autolow"],[a.lang.flash.qualityLow,"low"]],setup:b,commit:c}]},{type:"hbox",widths:["50%","50%"],children:[{id:"align",type:"select",requiredContent:"object[align]", +label:a.lang.common.align,"default":"",style:"width : 100%;",items:[[a.lang.common.notSet,""],[a.lang.common.alignLeft,"left"],[a.lang.flash.alignAbsBottom,"absBottom"],[a.lang.flash.alignAbsMiddle,"absMiddle"],[a.lang.flash.alignBaseline,"baseline"],[a.lang.common.alignBottom,"bottom"],[a.lang.common.alignMiddle,"middle"],[a.lang.common.alignRight,"right"],[a.lang.flash.alignTextTop,"textTop"],[a.lang.common.alignTop,"top"]],setup:b,commit:function(a,b,f,k,l){var h=this.getValue();c.apply(this,arguments); +h&&(l.align=h)}},{type:"html",html:"\x3cdiv\x3e\x3c/div\x3e"}]},{type:"fieldset",label:CKEDITOR.tools.htmlEncode(a.lang.flash.flashvars),children:[{type:"vbox",padding:0,children:[{type:"checkbox",id:"menu",label:a.lang.flash.chkMenu,"default":!0,setup:b,commit:c},{type:"checkbox",id:"play",label:a.lang.flash.chkPlay,"default":!0,setup:b,commit:c},{type:"checkbox",id:"loop",label:a.lang.flash.chkLoop,"default":!0,setup:b,commit:c},{type:"checkbox",id:"allowFullScreen",label:a.lang.flash.chkFull,"default":!0, +setup:b,commit:c}]}]}]},{id:"advanced",label:a.lang.common.advancedTab,elements:[{type:"hbox",children:[{type:"text",id:"id",requiredContent:"object[id]",label:a.lang.common.id,setup:b,commit:c}]},{type:"hbox",widths:["45%","55%"],children:[{type:"text",id:"bgcolor",requiredContent:"embed[bgcolor]",label:a.lang.flash.bgcolor,setup:b,commit:c},{type:"text",id:"class",requiredContent:"embed(cke-xyz)",label:a.lang.common.cssClass,setup:b,commit:c}]},{type:"text",id:"style",requiredContent:"embed{cke-xyz}", +validate:CKEDITOR.dialog.validate.inlineStyle(a.lang.common.invalidInlineStyle),label:a.lang.common.cssStyle,setup:b,commit:c}]}]}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/icons/flash.png b/public/assets/ckeditor/plugins/flash/icons/flash.png new file mode 100644 index 0000000000000000000000000000000000000000..df7b1c60bc2918382a345902493059908219a157 GIT binary patch literal 1038 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iv%05?V~EA++R5G?$>k#L`-_Vw`(3f=`53rVmM1o1LX*^P37u(| zvP4>%RzF(y)-7>?2#a}Zn05r0p4ZY6<wxs8FW%I2l4M^dGRH24XDeTF&oTCt$up`a z-%&CD{%?0i$<59G>z>c)FIJi9qoh=^H;$>1VPQbW|J5~i{h70FZ0il;`YXoQe%Qp+ zR8gt-fb#=JgNWyK>~+j_0bZiEa{T7z=0HVDE@#e~Jv;wldBfKV8@bnS-lzz5KCs}M z>C<-lw0B=$pI>AD)F6NER;HaXe6|ui_YPjn_;T{dk(O&WZgk|{4$%_TIeqB$SG(w# z7@eG)oIAJg-n}b4F>vXX;NyiCoEHixU6SBnxu&kJZhE{>Lxk(bHeb8>%eQX*dh*$` zG`SmZU%je|cDYqnR(8$xiSE*nz}4@67)<myl4l*JCCb&x^s?kvPHyg7$qx%VVtDxZ z>!b9h-<Ob<?!Icf@H(^Hj~csGSGCr?4qAQHfTwxo%9Z;Y^j)6FZ7{O4>%0Hn-DQQh z8*_)-;^wDClDD^Q%$=RI@x;-iu0?ry?<Qu>GF>`FV`-MNvva@h=|h`z7F~StAlAV^ zLge<g!dUU!+YEV{XU?2y-#8x_s1Bu-m6bV}nJ;}CqSm?@NKDx+YT{cRs5d>nG<JH> zN*A@sKhw*~z6n0)IN^RE+#w?+Wr?$<>(U^{%Ui@5cBMwTC{3K+mbmBkg$oXP)00zE zpN2n37pz>mbm`OC6*hJEUw>Wn`q$l-i5^durbfPKODrfT_^@a3V&%Knu04y4i1=YW z(W54M`tQdF4jic6f4~2+#gx;jK9`@od81QXTl?2$^2r5Ly;K{%zJ2?4@#oK<Km7T# zM`$9yOUm}`+rJCPUf-zGowU)zY_{rDubt7+(e4MTR)#qF`T1Qi>3#R^-FH5I{{8RX zzpp?0{PSM9?xPv``NvCRfuXuAv#7Lm>b?8-_rG}k`nS<kFWa)%@B0~+ip*Lj*nRXK z`@Z?}=Iy(6`*!w;w9SS~MIILXC@Cq~vSrt<TdXx@RaL*bU+?PRnB=1t==E@yUf<&j zmoE#m*sYiM+Vk#F|1a~p@|v0)U~)6@b$0n79$VM@KBqzTJun}smbgZgq$HN4S|t~y z0x1R~14Cn719M#ilMq95D+6O7(l#)%GBEI6vKyGkkTm4xr(~v8;?`jEllcfxgCxj? t;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1STJYD@<);T3K0RS@W)hPe~ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/flash/icons/hidpi/flash.png b/public/assets/ckeditor/plugins/flash/icons/hidpi/flash.png new file mode 100644 index 0000000000000000000000000000000000000000..7ad0e3889242436ed911aee6dd1c7a524bac3981 GIT binary patch literal 2532 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/flash/images/placeholder.png b/public/assets/ckeditor/plugins/flash/images/placeholder.png new file mode 100644 index 0000000000000000000000000000000000000000..0bc6caa7a6abca57d3f1e1376fbd5067d5cd66d0 GIT binary patch literal 256 zcmV+b0ssDqP)<h;3K|Lk000e1NJLTq0027x000{Z0{{R3^;ZYC0000pP)t-s|1&fH z0093YBL5K)|3pOph=~8Hs{h^H|95x)|NsB)?*F^H|CyQpRaO6KY5&a3|7K?7O*3i$ z004+dL_t(|UhS1h3d1lA05y`=to{FMYthhL3R!xL=OW8^BpD2rg}W?5y$g?VySw5@ zHQR&&rG*^8rux|zhTrb&VRu!<+Q~qwO1|Vy#7J~Ec>4p_Nnh8Sn%0^H2yKmXs_)2F ztJy_}S7x3Wy+9bua($h3aU$x8vL^9#zi)q&hjjO!f8h;)*e}{WeFK#M0000<MNUMn GLSTaQZFZ3W literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/flash/lang/af.js b/public/assets/ckeditor/plugins/flash/lang/af.js new file mode 100644 index 0000000..9ee64f1 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/af.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","af",{access:"Skrip toegang",accessAlways:"Altyd",accessNever:"Nooit",accessSameDomain:"Selfde domeinnaam",alignAbsBottom:"Absoluut-onder",alignAbsMiddle:"Absoluut-middel",alignBaseline:"Basislyn",alignTextTop:"Teks bo",bgcolor:"Agtergrondkleur",chkFull:"Laat volledige skerm toe",chkLoop:"Herhaal",chkMenu:"Flash spyskaart aan",chkPlay:"Speel outomaties",flashvars:"Veranderlikes vir Flash",hSpace:"HSpasie",properties:"Flash eienskappe",propertiesTab:"Eienskappe",quality:"Kwaliteit", +qualityAutoHigh:"Outomaties hoog",qualityAutoLow:"Outomaties laag",qualityBest:"Beste",qualityHigh:"Hoog",qualityLow:"Laag",qualityMedium:"Gemiddeld",scale:"Skaal",scaleAll:"Wys alles",scaleFit:"Presiese pas",scaleNoBorder:"Geen rand",title:"Flash eienskappe",vSpace:"VSpasie",validateHSpace:"HSpasie moet 'n heelgetal wees.",validateSrc:"Voeg die URL in",validateVSpace:"VSpasie moet 'n heelgetal wees.",windowMode:"Venster modus",windowModeOpaque:"Ondeursigtig",windowModeTransparent:"Deursigtig",windowModeWindow:"Venster"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/ar.js b/public/assets/ckeditor/plugins/flash/lang/ar.js new file mode 100644 index 0000000..5b89e5b --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/ar.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","ar",{access:"دخÙ٠اÙÙØµ Ø§ÙØ¨Ø±Ù جÙ",accessAlways:"دائ٠اÙ",accessNever:"Ù Ø·ÙÙØ§Ù",accessSameDomain:"ÙÙØ³ اÙÙØ·Ø§Ù",alignAbsBottom:"أسÙ٠اÙÙØµ",alignAbsMiddle:"ÙØ³Ø· Ø§ÙØ³Ø·Ø±",alignBaseline:"عÙÙ Ø§ÙØ³Ø·Ø±",alignTextTop:"أعÙ٠اÙÙØµ",bgcolor:"ÙÙÙ Ø§ÙØ®ÙÙÙØ©",chkFull:"Ù ÙØ¡ Ø§ÙØ´Ø§Ø´Ø©",chkLoop:"ØªÙØ±Ø§Ø±",chkMenu:"ت٠ÙÙÙ ÙØ§Ø¦Ù Ø© ÙÙÙ٠اÙÙÙØ§Ø´",chkPlay:"تشغÙ٠تÙÙØ§Ø¦Ù",flashvars:"Ù ØªØºÙØ±Ø§Øª اÙÙÙØ§Ø´",hSpace:"تباعد Ø£ÙÙÙ",properties:"خصائص اÙÙÙØ§Ø´",propertiesTab:"Ø§ÙØ®ØµØ§Ø¦Øµ",quality:"Ø¬ÙØ¯Ø©",qualityAutoHigh:"عاÙÙØ© تÙÙØ§Ø¦ÙاÙ", +qualityAutoLow:"Ù ÙØ®Ùضة تÙÙØ§Ø¦ÙاÙ",qualityBest:"Ø£ÙØ¶Ù",qualityHigh:"عاÙÙØ©",qualityLow:"Ù ÙØ®Ùضة",qualityMedium:"Ù ØªÙØ³Ø·Ø©",scale:"Ø§ÙØØ¬Ù ",scaleAll:"Ø¥Ø¸ÙØ§Ø± اÙÙÙ",scaleFit:"ضبط تا٠",scaleNoBorder:"Ø¨ÙØ§ ØØ¯Ùد",title:"خصائص ÙÙÙ٠اÙÙÙØ§Ø´",vSpace:"تباعد Ø¹Ù ÙØ¯Ù",validateHSpace:"HSpace ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ.",validateSrc:"ÙØ¶Ùا٠أدخ٠عÙÙØ§Ù اÙÙ ÙÙØ¹ Ø§ÙØ°Ù ÙØ´Ùر Ø¥ÙÙÙ Ø§ÙØ±Ø§Ø¨Ø·",validateVSpace:"VSpace ÙØ¬Ø¨ Ø£Ù ÙÙÙ٠عدداÙ.",windowMode:"ÙØ¶Ø¹ اÙÙØ§Ùذة",windowModeOpaque:"ØºÙØ± Ø´ÙØ§Ù",windowModeTransparent:"Ø´ÙØ§Ù",windowModeWindow:"ÙØ§Ùذة"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/bg.js b/public/assets/ckeditor/plugins/flash/lang/bg.js new file mode 100644 index 0000000..a60e86c --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/bg.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","bg",{access:"ÐоÑÑÑп до ÑкÑипÑ",accessAlways:"Ðинаги",accessNever:"Ðикога",accessSameDomain:"СÑÑиÑÑ Ð´Ð¾Ð¼ÐµÐ¹Ð½",alignAbsBottom:"Ðай-долÑ",alignAbsMiddle:"ТоÑно по ÑÑедаÑа",alignBaseline:"Ðазова линиÑ",alignTextTop:"ÐÑÑÑ Ñ ÑекÑÑа",bgcolor:"ЦвÑÑ Ð½Ð° Ñона",chkFull:"ÐклÑÑи на ÑÑл екÑан",chkLoop:"ЦикÑл",chkMenu:"РазÑеÑено Flash менÑ",chkPlay:"ÐвÑо. пÑÑкане",flashvars:"ÐÑоменливи за ФлаÑ",hSpace:"ХоÑизонÑален оÑÑÑÑп",properties:"ÐаÑÑÑойки за ÑлаÑ",propertiesTab:"ÐаÑÑÑойки",quality:"ÐаÑеÑÑво", +qualityAutoHigh:"ÐвÑо. виÑоко",qualityAutoLow:"ÐвÑо. ниÑко",qualityBest:"ÐÑлиÑно",qualityHigh:"ÐиÑоко",qualityLow:"ÐиÑко",qualityMedium:"СÑедно",scale:"ÐÑазмеÑÑване",scaleAll:"Ðоказва вÑиÑко",scaleFit:"СпоÑед мÑÑÑоÑо",scaleNoBorder:"Ðез Ñамка",title:"ÐаÑÑÑойки за ÑлаÑ",vSpace:"ÐеÑÑикален оÑÑÑÑп",validateHSpace:"HSpace ÑÑÑбва да е ÑиÑло.",validateSrc:"Уеб адÑеÑа не ÑÑÑбва да е пÑазен.",validateVSpace:"VSpace ÑÑÑбва да е ÑиÑло.",windowMode:"Режим на пÑозоÑеÑа",windowModeOpaque:"ÐлÑÑноÑÑ",windowModeTransparent:"ÐÑозÑаÑноÑÑ", +windowModeWindow:"ÐÑозоÑеÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/bn.js b/public/assets/ckeditor/plugins/flash/lang/bn.js new file mode 100644 index 0000000..5871d52 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/bn.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","bn",{access:"Script Access",accessAlways:"Always",accessNever:"Never",accessSameDomain:"Same domain",alignAbsBottom:"Abs নà§à¦à§",alignAbsMiddle:"Abs à¦à¦ªà¦°",alignBaseline:"মà§à¦² রà§à¦à¦¾",alignTextTop:"à¦à§à¦à§à¦¸à¦ à¦à¦ªà¦°",bgcolor:"পà§à¦·à§à¦ তলà§à¦° রà¦",chkFull:"Allow Fullscreen",chkLoop:"লà§à¦ª",chkMenu:"ফà§à¦²à§à¦¯à¦¾à¦¶ মà§à¦¨à§ à¦à¦¨à¦¾à¦¬à¦² à¦à¦°",chkPlay:"ঠà¦à§ পà§à¦²à§",flashvars:"Variables for Flash",hSpace:"হরাà¦à¦à¦¨à§à¦à¦¾à¦² সà§à¦ªà§à¦¸",properties:"ফà§à¦²à¦¾à¦¶ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿",propertiesTab:"Properties",quality:"Quality",qualityAutoHigh:"Auto High", +qualityAutoLow:"Auto Low",qualityBest:"Best",qualityHigh:"High",qualityLow:"Low",qualityMedium:"Medium",scale:"সà§à¦à§à¦²",scaleAll:"সব দà§à¦à¦¾à¦",scaleFit:"নিà¦à§à¦à¦¤ ফিà¦",scaleNoBorder:"à¦à§à¦¨à§ বরà§à¦¡à¦¾à¦° নà§à¦",title:"ফà§à¦²à§à¦¯à¦¾à¦¶ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿",vSpace:"à¦à¦¾à¦°à§à¦à¦¿à¦à§à¦² সà§à¦ªà§à¦¸",validateHSpace:"HSpace must be a number.",validateSrc:"ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ URL লিà¦à¦ à¦à¦¾à¦à¦ª à¦à¦°à§à¦¨",validateVSpace:"VSpace must be a number.",windowMode:"Window mode",windowModeOpaque:"Opaque",windowModeTransparent:"Transparent",windowModeWindow:"Window"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/bs.js b/public/assets/ckeditor/plugins/flash/lang/bs.js new file mode 100644 index 0000000..4d5f4b4 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/bs.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","bs",{access:"Script Access",accessAlways:"Always",accessNever:"Never",accessSameDomain:"Same domain",alignAbsBottom:"Abs dole",alignAbsMiddle:"Abs sredina",alignBaseline:"Bazno",alignTextTop:"Vrh teksta",bgcolor:"Boja pozadine",chkFull:"Allow Fullscreen",chkLoop:"Loop",chkMenu:"Enable Flash Menu",chkPlay:"Auto Play",flashvars:"Variables for Flash",hSpace:"HSpace",properties:"Flash Properties",propertiesTab:"Properties",quality:"Quality",qualityAutoHigh:"Auto High", +qualityAutoLow:"Auto Low",qualityBest:"Best",qualityHigh:"High",qualityLow:"Low",qualityMedium:"Medium",scale:"Scale",scaleAll:"Show all",scaleFit:"Exact Fit",scaleNoBorder:"No Border",title:"Flash Properties",vSpace:"VSpace",validateHSpace:"HSpace must be a number.",validateSrc:"Molimo ukucajte URL link",validateVSpace:"VSpace must be a number.",windowMode:"Window mode",windowModeOpaque:"Opaque",windowModeTransparent:"Transparent",windowModeWindow:"Window"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/ca.js b/public/assets/ckeditor/plugins/flash/lang/ca.js new file mode 100644 index 0000000..c1e1602 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/ca.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","ca",{access:"Accés a scripts",accessAlways:"Sempre",accessNever:"Mai",accessSameDomain:"El mateix domini",alignAbsBottom:"Abs Bottom",alignAbsMiddle:"Abs Middle",alignBaseline:"Baseline",alignTextTop:"Text Superior",bgcolor:"Color de Fons",chkFull:"Permetre la pantalla completa",chkLoop:"Bucle",chkMenu:"Habilita menú Flash",chkPlay:"Reprodució automà tica",flashvars:"Variables de Flash",hSpace:"Espaiat horitzontal",properties:"Propietats del Flash",propertiesTab:"Propietats", +quality:"Qualitat",qualityAutoHigh:"Alta automà tica",qualityAutoLow:"Baixa automà tica",qualityBest:"La millor",qualityHigh:"Alta",qualityLow:"Baixa",qualityMedium:"Mitjana",scale:"Escala",scaleAll:"Mostra-ho tot",scaleFit:"Mida exacta",scaleNoBorder:"Sense vores",title:"Propietats del Flash",vSpace:"Espaiat vertical",validateHSpace:"L'espaiat horitzontal ha de ser un número.",validateSrc:"La URL no pot estar buida.",validateVSpace:"L'espaiat vertical ha de ser un número.",windowMode:"Mode de la finestra", +windowModeOpaque:"Opaca",windowModeTransparent:"Transparent",windowModeWindow:"Finestra"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/cs.js b/public/assets/ckeditor/plugins/flash/lang/cs.js new file mode 100644 index 0000000..51087ed --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/cs.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","cs",{access:"PÅÃstup ke skriptu",accessAlways:"Vždy",accessNever:"Nikdy",accessSameDomain:"Ve stejné doménÄ",alignAbsBottom:"Zcela dolů",alignAbsMiddle:"DoprostÅed",alignBaseline:"Na úÄaÅÃ",alignTextTop:"Na hornà okraj textu",bgcolor:"Barva pozadÃ",chkFull:"Povolit celoobrazovkový režim",chkLoop:"OpakovánÃ",chkMenu:"NabÃdka Flash",chkPlay:"Automatické spuÅ¡tÄnÃ",flashvars:"PromÄnné pro Flash",hSpace:"Horizontálnà mezera",properties:"Vlastnosti Flashe",propertiesTab:"Vlastnosti", +quality:"Kvalita",qualityAutoHigh:"Vysoká - auto",qualityAutoLow:"NÃzká - auto",qualityBest:"NejlepÅ¡Ã",qualityHigh:"Vysoká",qualityLow:"NejnižšÃ",qualityMedium:"StÅednÃ",scale:"Zobrazit",scaleAll:"Zobrazit vÅ¡e",scaleFit:"PÅizpůsobit",scaleNoBorder:"Bez okraje",title:"Vlastnosti Flashe",vSpace:"Vertikálnà mezera",validateHSpace:"Zadaná horizontálnà mezera musà být ÄÃslo.",validateSrc:"Zadejte prosÃm URL odkazu",validateVSpace:"Zadaná vertikálnà mezera musà být ÄÃslo.",windowMode:"Režim okna",windowModeOpaque:"Neprůhledné", +windowModeTransparent:"Průhledné",windowModeWindow:"Okno"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/cy.js b/public/assets/ckeditor/plugins/flash/lang/cy.js new file mode 100644 index 0000000..b6ae1ef --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/cy.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","cy",{access:"Mynediad Sgript",accessAlways:"Pob amser",accessNever:"Byth",accessSameDomain:"R'un parth",alignAbsBottom:"Gwaelod Abs",alignAbsMiddle:"Canol Abs",alignBaseline:"Baslinell",alignTextTop:"Testun Top",bgcolor:"Lliw cefndir",chkFull:"Caniatà u Sgrin Llawn",chkLoop:"Lwpio",chkMenu:"Galluogi Dewislen Flash",chkPlay:"AwtoChwarae",flashvars:"Newidynnau ar gyfer Flash",hSpace:"BwlchLl",properties:"Priodweddau Flash",propertiesTab:"Priodweddau",quality:"Ansawdd", +qualityAutoHigh:"Uchel Awto",qualityAutoLow:"Isel Awto",qualityBest:"Gorau",qualityHigh:"Uchel",qualityLow:"Isel",qualityMedium:"Canolig",scale:"Graddfa",scaleAll:"Dangos pob",scaleFit:"Ffit Union",scaleNoBorder:"Dim Ymyl",title:"Priodweddau Flash",vSpace:"BwlchF",validateHSpace:"Rhaid i'r BwlchLl fod yn rhif.",validateSrc:"Ni all yr URL fod yn wag.",validateVSpace:"Rhaid i'r BwlchF fod yn rhif.",windowMode:"Modd ffenestr",windowModeOpaque:"Afloyw",windowModeTransparent:"Tryloyw",windowModeWindow:"Ffenestr"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/da.js b/public/assets/ckeditor/plugins/flash/lang/da.js new file mode 100644 index 0000000..a55294d --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/da.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","da",{access:"Scriptadgang",accessAlways:"Altid",accessNever:"Aldrig",accessSameDomain:"Samme domæne",alignAbsBottom:"Absolut nederst",alignAbsMiddle:"Absolut centreret",alignBaseline:"Grundlinje",alignTextTop:"Toppen af teksten",bgcolor:"Baggrundsfarve",chkFull:"Tillad fuldskærm",chkLoop:"Gentagelse",chkMenu:"Vis Flash-menu",chkPlay:"Automatisk afspilning",flashvars:"Variabler for Flash",hSpace:"Vandret margen",properties:"Egenskaber for Flash",propertiesTab:"Egenskaber", +quality:"Kvalitet",qualityAutoHigh:"Auto høj",qualityAutoLow:"Auto lav",qualityBest:"Bedste",qualityHigh:"Høj",qualityLow:"Lav",qualityMedium:"Medium",scale:"Skalér",scaleAll:"Vis alt",scaleFit:"Tilpas størrelse",scaleNoBorder:"Ingen ramme",title:"Egenskaber for Flash",vSpace:"Lodret margen",validateHSpace:"Vandret margen skal være et tal.",validateSrc:"Indtast hyperlink URL!",validateVSpace:"Lodret margen skal være et tal.",windowMode:"Vinduestilstand",windowModeOpaque:"Gennemsigtig (opaque)",windowModeTransparent:"Transparent", +windowModeWindow:"Vindue"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/de-ch.js b/public/assets/ckeditor/plugins/flash/lang/de-ch.js new file mode 100644 index 0000000..04dbb20 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/de-ch.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","de-ch",{access:"Skriptzugriff",accessAlways:"Immer",accessNever:"Nie",accessSameDomain:"Gleiche Domain",alignAbsBottom:"Abs Unten",alignAbsMiddle:"Abs Mitte",alignBaseline:"Basislinie",alignTextTop:"Text oben",bgcolor:"Hintergrundfarbe",chkFull:"Vollbildmodus erlauben",chkLoop:"Endlosschleife",chkMenu:"Flash-Menü aktivieren",chkPlay:"Automatisch Abspielen",flashvars:"Variablen für Flash",hSpace:"Horizontal-Abstand",properties:"Flash-Eigenschaften",propertiesTab:"Eigenschaften", +quality:"Qualität",qualityAutoHigh:"Auto Hoch",qualityAutoLow:"Auto Niedrig",qualityBest:"Beste",qualityHigh:"Hoch",qualityLow:"Niedrig",qualityMedium:"Mittel",scale:"Skalierung",scaleAll:"Alles anzeigen",scaleFit:"Passgenau",scaleNoBorder:"Ohne Rand",title:"Flash-Eigenschaften",vSpace:"Vertikal-Abstand",validateHSpace:"HSpace muss eine Zahl sein.",validateSrc:"URL darf nicht leer sein.",validateVSpace:"VSpace muss eine Zahl sein.",windowMode:"Fenstermodus",windowModeOpaque:"Deckend",windowModeTransparent:"Transparent", +windowModeWindow:"Fenster"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/de.js b/public/assets/ckeditor/plugins/flash/lang/de.js new file mode 100644 index 0000000..41d7a17 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/de.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","de",{access:"Skriptzugriff",accessAlways:"Immer",accessNever:"Nie",accessSameDomain:"Gleiche Domain",alignAbsBottom:"Abs Unten",alignAbsMiddle:"Abs Mitte",alignBaseline:"Basislinie",alignTextTop:"Text oben",bgcolor:"Hintergrundfarbe",chkFull:"Vollbildmodus erlauben",chkLoop:"Endlosschleife",chkMenu:"Flash-Menü aktivieren",chkPlay:"Automatisch Abspielen",flashvars:"Variablen für Flash",hSpace:"Horizontal-Abstand",properties:"Flash-Eigenschaften",propertiesTab:"Eigenschaften", +quality:"Qualität",qualityAutoHigh:"Auto Hoch",qualityAutoLow:"Auto Niedrig",qualityBest:"Beste",qualityHigh:"Hoch",qualityLow:"Niedrig",qualityMedium:"Mittel",scale:"Skalierung",scaleAll:"Alles anzeigen",scaleFit:"Passgenau",scaleNoBorder:"Ohne Rand",title:"Flash-Eigenschaften",vSpace:"Vertikal-Abstand",validateHSpace:"HSpace muss eine Zahl sein.",validateSrc:"URL darf nicht leer sein.",validateVSpace:"VSpace muss eine Zahl sein.",windowMode:"Fenstermodus",windowModeOpaque:"Deckend",windowModeTransparent:"Transparent", +windowModeWindow:"Fenster"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/el.js b/public/assets/ckeditor/plugins/flash/lang/el.js new file mode 100644 index 0000000..4904d1b --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/el.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","el",{access:"Î ÏÏÏβαÏη Script",accessAlways:"ΠάνÏα",accessNever:"ΠοÏÎ",accessSameDomain:"Îδιο Ïνομα ÏομÎα",alignAbsBottom:"ÎÏÏÎ»Ï Ïα ÎάÏÏ",alignAbsMiddle:"ÎÏÏÎ»Ï Ïα ÏÏη ÎÎÏη",alignBaseline:"ÎÏαμμή ÎάÏηÏ",alignTextTop:"ÎοÏÏ Ïή ÎειμÎÎ½Î¿Ï ",bgcolor:"ΧÏÏμα Î¥ÏοβάθÏÎ¿Ï ",chkFull:"Îα ÎÏιÏÏÎÏεÏαι η Î Ïοβολή Ïε ΠλήÏη ÎθÏνη",chkLoop:"ÎÏανάληÏη",chkMenu:"ÎνεÏγοÏοίηÏη Flash Menu",chkPlay:"ÎÏ ÏÏμαÏη ÎκÏÎλεÏη",flashvars:"ÎεÏαβληÏÎÏ Î³Î¹Î± Flash",hSpace:"ÎÏιζÏνÏιο ÎιάÏÏημα",properties:"ÎδιÏÏηÏÎµÏ Flash", +propertiesTab:"ÎδιÏÏηÏεÏ",quality:"ΠοιÏÏηÏα",qualityAutoHigh:"ÎÏ ÏÏμαÏη Î¥Ïηλή",qualityAutoLow:"ÎÏ ÏÏμαÏη Χαμηλή",qualityBest:"ÎαλÏÏεÏη",qualityHigh:"Î¥Ïηλή",qualityLow:"Χαμηλή",qualityMedium:"ÎεÏαία",scale:"ÎεγÎÎ¸Ï Î½Ïη",scaleAll:"ÎμÏάνιÏη ÏλÏν",scaleFit:"ÎκÏιβÎÏ ÎÎγεθοÏ",scaleNoBorder:"ΧÏÏÎ¯Ï Î ÎµÏίγÏαμμα",title:"ÎδιÏÏηÏÎµÏ Flash",vSpace:"ÎάθεÏο ÎιάÏÏημα",validateHSpace:"Το HSpace ÏÏÎÏει να είναι αÏιθμÏÏ.",validateSrc:"ÎιÏάγεÏε Ïην ÏοÏοθεÏία (URL) ÏÎ¿Ï Ï ÏεÏÏÏ Î½Î´ÎÏÎ¼Î¿Ï (Link)",validateVSpace:"Το VSpace ÏÏÎÏει να είναι αÏιθμÏÏ.", +windowMode:"ΤÏÏÏÎ¿Ï Î»ÎµÎ¹ÏÎ¿Ï ÏÎ³Î¯Î±Ï ÏαÏαθÏÏÎ¿Ï ",windowModeOpaque:"Î£Ï Î¼ÏαγÎÏ",windowModeTransparent:"ÎιάÏανο",windowModeWindow:"ΠαÏÎ¬Î¸Ï Ïο"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/en-au.js b/public/assets/ckeditor/plugins/flash/lang/en-au.js new file mode 100644 index 0000000..e066c74 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/en-au.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","en-au",{access:"Script Access",accessAlways:"Always",accessNever:"Never",accessSameDomain:"Same domain",alignAbsBottom:"Abs Bottom",alignAbsMiddle:"Abs Middle",alignBaseline:"Baseline",alignTextTop:"Text Top",bgcolor:"Background colour",chkFull:"Allow Fullscreen",chkLoop:"Loop",chkMenu:"Enable Flash Menu",chkPlay:"Auto Play",flashvars:"Variables for Flash",hSpace:"HSpace",properties:"Flash Properties",propertiesTab:"Properties",quality:"Quality",qualityAutoHigh:"Auto High", +qualityAutoLow:"Auto Low",qualityBest:"Best",qualityHigh:"High",qualityLow:"Low",qualityMedium:"Medium",scale:"Scale",scaleAll:"Show all",scaleFit:"Exact Fit",scaleNoBorder:"No Border",title:"Flash Properties",vSpace:"VSpace",validateHSpace:"HSpace must be a number.",validateSrc:"URL must not be empty.",validateVSpace:"VSpace must be a number.",windowMode:"Window mode",windowModeOpaque:"Opaque",windowModeTransparent:"Transparent",windowModeWindow:"Window"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/en-ca.js b/public/assets/ckeditor/plugins/flash/lang/en-ca.js new file mode 100644 index 0000000..9c6fdc4 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/en-ca.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","en-ca",{access:"Script Access",accessAlways:"Always",accessNever:"Never",accessSameDomain:"Same domain",alignAbsBottom:"Abs Bottom",alignAbsMiddle:"Abs Middle",alignBaseline:"Baseline",alignTextTop:"Text Top",bgcolor:"Background colour",chkFull:"Allow Fullscreen",chkLoop:"Loop",chkMenu:"Enable Flash Menu",chkPlay:"Auto Play",flashvars:"Variables for Flash",hSpace:"HSpace",properties:"Flash Properties",propertiesTab:"Properties",quality:"Quality",qualityAutoHigh:"Auto High", +qualityAutoLow:"Auto Low",qualityBest:"Best",qualityHigh:"High",qualityLow:"Low",qualityMedium:"Medium",scale:"Scale",scaleAll:"Show all",scaleFit:"Exact Fit",scaleNoBorder:"No Border",title:"Flash Properties",vSpace:"VSpace",validateHSpace:"HSpace must be a number.",validateSrc:"URL must not be empty.",validateVSpace:"VSpace must be a number.",windowMode:"Window mode",windowModeOpaque:"Opaque",windowModeTransparent:"Transparent",windowModeWindow:"Window"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/en-gb.js b/public/assets/ckeditor/plugins/flash/lang/en-gb.js new file mode 100644 index 0000000..ccbc28a --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/en-gb.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","en-gb",{access:"Script Access",accessAlways:"Always",accessNever:"Never",accessSameDomain:"Same domain",alignAbsBottom:"Abs Bottom",alignAbsMiddle:"Abs Middle",alignBaseline:"Baseline",alignTextTop:"Text Top",bgcolor:"Background colour",chkFull:"Allow Fullscreen",chkLoop:"Loop",chkMenu:"Enable Flash Menu",chkPlay:"Auto Play",flashvars:"Variables for Flash",hSpace:"HSpace",properties:"Flash Properties",propertiesTab:"Properties",quality:"Quality",qualityAutoHigh:"Auto High", +qualityAutoLow:"Auto Low",qualityBest:"Best",qualityHigh:"High",qualityLow:"Low",qualityMedium:"Medium",scale:"Scale",scaleAll:"Show all",scaleFit:"Exact Fit",scaleNoBorder:"No Border",title:"Flash Properties",vSpace:"VSpace",validateHSpace:"HSpace must be a number.",validateSrc:"URL must not be empty.",validateVSpace:"VSpace must be a number.",windowMode:"Window mode",windowModeOpaque:"Opaque",windowModeTransparent:"Transparent",windowModeWindow:"Window"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/en.js b/public/assets/ckeditor/plugins/flash/lang/en.js new file mode 100644 index 0000000..1338031 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/en.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","en",{access:"Script Access",accessAlways:"Always",accessNever:"Never",accessSameDomain:"Same domain",alignAbsBottom:"Abs Bottom",alignAbsMiddle:"Abs Middle",alignBaseline:"Baseline",alignTextTop:"Text Top",bgcolor:"Background color",chkFull:"Allow Fullscreen",chkLoop:"Loop",chkMenu:"Enable Flash Menu",chkPlay:"Auto Play",flashvars:"Variables for Flash",hSpace:"HSpace",properties:"Flash Properties",propertiesTab:"Properties",quality:"Quality",qualityAutoHigh:"Auto High", +qualityAutoLow:"Auto Low",qualityBest:"Best",qualityHigh:"High",qualityLow:"Low",qualityMedium:"Medium",scale:"Scale",scaleAll:"Show all",scaleFit:"Exact Fit",scaleNoBorder:"No Border",title:"Flash Properties",vSpace:"VSpace",validateHSpace:"HSpace must be a number.",validateSrc:"URL must not be empty.",validateVSpace:"VSpace must be a number.",windowMode:"Window mode",windowModeOpaque:"Opaque",windowModeTransparent:"Transparent",windowModeWindow:"Window"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/eo.js b/public/assets/ckeditor/plugins/flash/lang/eo.js new file mode 100644 index 0000000..30218bc --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/eo.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","eo",{access:"Atingi skriptojn",accessAlways:"Äiam",accessNever:"Neniam",accessSameDomain:"Sama domajno",alignAbsBottom:"Absoluta Malsupro",alignAbsMiddle:"Absoluta Centro",alignBaseline:"TekstoMalsupro",alignTextTop:"TekstoSupro",bgcolor:"Fona Koloro",chkFull:"Permesi tutekranon",chkLoop:"Iteracio",chkMenu:"Ebligi flaÅmenuon",chkPlay:"AÅtomata legado",flashvars:"Variabloj por FlaÅo",hSpace:"Horizontala Spaco",properties:"FlaÅatributoj",propertiesTab:"Atributoj",quality:"Kvalito", +qualityAutoHigh:"AÅtomate alta",qualityAutoLow:"AÅtomate malalta",qualityBest:"Plej bona",qualityHigh:"Alta",qualityLow:"Malalta",qualityMedium:"Meza",scale:"Skalo",scaleAll:"Montri Äion",scaleFit:"Origina grando",scaleNoBorder:"Neniu bordero",title:"FlaÅatributoj",vSpace:"Vertikala Spaco",validateHSpace:"Horizontala Spaco devas esti nombro.",validateSrc:"Bonvolu entajpi la retadreson (URL)",validateVSpace:"Vertikala Spaco devas esti nombro.",windowMode:"Fenestra reÄimo",windowModeOpaque:"Opaka", +windowModeTransparent:"Travidebla",windowModeWindow:"Fenestro"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/es.js b/public/assets/ckeditor/plugins/flash/lang/es.js new file mode 100644 index 0000000..296239e --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/es.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","es",{access:"Acceso de scripts",accessAlways:"Siempre",accessNever:"Nunca",accessSameDomain:"Mismo dominio",alignAbsBottom:"Abs inferior",alignAbsMiddle:"Abs centro",alignBaseline:"LÃnea de base",alignTextTop:"Tope del texto",bgcolor:"Color de Fondo",chkFull:"Permitir pantalla completa",chkLoop:"Repetir",chkMenu:"Activar Menú Flash",chkPlay:"Autoejecución",flashvars:"Opciones",hSpace:"Esp.Horiz",properties:"Propiedades de Flash",propertiesTab:"Propiedades",quality:"Calidad", +qualityAutoHigh:"Auto Alta",qualityAutoLow:"Auto Baja",qualityBest:"La mejor",qualityHigh:"Alta",qualityLow:"Baja",qualityMedium:"Media",scale:"Escala",scaleAll:"Mostrar todo",scaleFit:"Ajustado",scaleNoBorder:"Sin Borde",title:"Propiedades de Flash",vSpace:"Esp.Vert",validateHSpace:"Esp.Horiz debe ser un número.",validateSrc:"Por favor escriba el vÃnculo URL",validateVSpace:"Esp.Vert debe ser un número.",windowMode:"WindowMode",windowModeOpaque:"Opaco",windowModeTransparent:"Transparente",windowModeWindow:"Ventana"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/et.js b/public/assets/ckeditor/plugins/flash/lang/et.js new file mode 100644 index 0000000..9ac2b3c --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/et.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","et",{access:"Skriptide ligipääs",accessAlways:"Kõigile",accessNever:"Mitte ühelegi",accessSameDomain:"Samalt domeenilt",alignAbsBottom:"Abs alla",alignAbsMiddle:"Abs keskele",alignBaseline:"Baasjoonele",alignTextTop:"Tekstist üles",bgcolor:"Tausta värv",chkFull:"Täisekraan lubatud",chkLoop:"Korduv",chkMenu:"Flashi menüü lubatud",chkPlay:"Automaatne start ",flashvars:"Flashi muutujad",hSpace:"H. vaheruum",properties:"Flashi omadused",propertiesTab:"Omadused",quality:"Kvaliteet", +qualityAutoHigh:"Automaatne kõrge",qualityAutoLow:"Automaatne madal",qualityBest:"Parim",qualityHigh:"Kõrge",qualityLow:"Madal",qualityMedium:"Keskmine",scale:"Mastaap",scaleAll:"Näidatakse kõike",scaleFit:"Täpne sobivus",scaleNoBorder:"Ãärist ei ole",title:"Flashi omadused",vSpace:"V. vaheruum",validateHSpace:"H. vaheruum peab olema number.",validateSrc:"Palun kirjuta lingi URL",validateVSpace:"V. vaheruum peab olema number.",windowMode:"Akna režiim",windowModeOpaque:"Läbipaistmatu",windowModeTransparent:"Läbipaistev", +windowModeWindow:"Aken"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/eu.js b/public/assets/ckeditor/plugins/flash/lang/eu.js new file mode 100644 index 0000000..1434480 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/eu.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","eu",{access:"Script atzipena",accessAlways:"Beti",accessNever:"Inoiz ere ez",accessSameDomain:"Domeinu berekoak",alignAbsBottom:"Abs behean",alignAbsMiddle:"Abs erdian",alignBaseline:"Oinean",alignTextTop:"Testua goian",bgcolor:"Atzeko planoko kolorea",chkFull:"Onartu pantaila osoa",chkLoop:"Begizta",chkMenu:"Gaitu Flash-en menua",chkPlay:"Erreproduzitu automatikoki",flashvars:"Flash-en aldagaiak",hSpace:"HSpace",properties:"Flash-en propietateak",propertiesTab:"Propietateak", +quality:"Kalitatea",qualityAutoHigh:"Auto altua",qualityAutoLow:"Auto baxua",qualityBest:"Hoberena",qualityHigh:"Altua",qualityLow:"Baxua",qualityMedium:"Ertaina",scale:"Eskalatu",scaleAll:"Erakutsi dena",scaleFit:"Doitu",scaleNoBorder:"Ertzik gabe",title:"Flash-en propietateak",vSpace:"VSpace",validateHSpace:"HSpace zenbaki bat izan behar da.",validateSrc:"URLak ezin du hutsik egon.",validateVSpace:"VSpace zenbaki bat izan behar da.",windowMode:"Leiho-modua",windowModeOpaque:"Opakoa",windowModeTransparent:"Gardena", +windowModeWindow:"Leihoa"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/fa.js b/public/assets/ckeditor/plugins/flash/lang/fa.js new file mode 100644 index 0000000..ac4a609 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/fa.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","fa",{access:"Ø¯Ø³ØªØ±Ø³Û Ø¨Ù Ø§Ø³Ú©Ø±Ûپت",accessAlways:"ÙÙ ÛØ´Ù",accessNever:"ÙØ±Ú¯Ø²",accessSameDomain:"Ù٠ا٠دا٠ÙÙ",alignAbsBottom:"پائÛÙ Ù Ø·ÙÙ",alignAbsMiddle:"ÙØ³Ø· Ù Ø·ÙÙ",alignBaseline:"خط پاÛÙ",alignTextTop:"Ù ØªÙ Ø¨Ø§ÙØ§",bgcolor:"رÙÚ¯ Ù¾Ø³âØ²Ù ÛÙÙ",chkFull:"Ø§Ø¬Ø§Ø²Ù ØªÙ Ø§Ù ØµÙØÙ",chkLoop:"Ø§Ø¬Ø±Ø§Û Ù¾ÛØ§Ù¾Û",chkMenu:"در دسترس Ø¨ÙØ¯Ù Ù ÙÙÛ ÙÙØ´",chkPlay:"آغاز Ø®ÙØ¯Ú©Ø§Ø±",flashvars:"Ù ÙØ§Ø¯Ûر Ø¨Ø±Ø§Û ÙÙØ´",hSpace:"ÙØ§ØµÙÙÙ´ اÙÙÛ",properties:"ÙÛÚÚ¯ÛâÙØ§Û ÙÙØ´",propertiesTab:"ÙÛÚÚ¯ÛâÙØ§",quality:"Ú©ÛÙÛØª",qualityAutoHigh:"Ø¨Ø§ÙØ§ - Ø®ÙØ¯Ú©Ø§Ø±", +qualityAutoLow:"پاÛÛÙ - Ø®ÙØ¯Ú©Ø§Ø±",qualityBest:"Ø¨ÙØªØ±ÛÙ",qualityHigh:"Ø¨Ø§ÙØ§",qualityLow:"پاÛÛÙ",qualityMedium:"Ù ØªÙØ³Ø·",scale:"Ù ÙÛØ§Ø³",scaleAll:"ÙÙ Ø§ÛØ´ ÙÙ Ù",scaleFit:"جاÛÚ¯ÛØ±Û کا٠Ù",scaleNoBorder:"بدÙ٠کراÙ",title:"ÙÛÚÚ¯ÛâÙØ§Û ÙÙØ´",vSpace:"ÙØ§ØµÙÙÙ´ Ø¹Ù ÙØ¯Û",validateHSpace:"Ù ÙØ¯Ø§Ø± ÙØ§ØµÙÙ Ú¯Ø°Ø§Ø±Û Ø§ÙÙÛ Ø¨Ø§ÛØ¯ ÛÚ© عدد باشد.",validateSrc:"ÙØ·Ùا URL Ù¾ÛÙÙØ¯ را بÙÙÛØ³Ûد",validateVSpace:"Ù ÙØ¯Ø§Ø± ÙØ§ØµÙÙ Ú¯Ø°Ø§Ø±Û Ø¹Ù ÙØ¯Û Ø¨Ø§ÛØ¯ ÛÚ© عدد باشد.",windowMode:"ØØ§Ùت Ù¾ÙØ¬Ø±Ù",windowModeOpaque:"٠ات",windowModeTransparent:"Ø´ÙØ§Ù",windowModeWindow:"Ù¾ÙØ¬Ø±Ù"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/fi.js b/public/assets/ckeditor/plugins/flash/lang/fi.js new file mode 100644 index 0000000..c40fe43 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/fi.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","fi",{access:"Skriptien pääsy",accessAlways:"Aina",accessNever:"Ei koskaan",accessSameDomain:"Sama verkkotunnus",alignAbsBottom:"Aivan alas",alignAbsMiddle:"Aivan keskelle",alignBaseline:"Alas (teksti)",alignTextTop:"Ylös (teksti)",bgcolor:"Taustaväri",chkFull:"Salli kokoruututila",chkLoop:"Toisto",chkMenu:"Näytä Flash-valikko",chkPlay:"Automaattinen käynnistys",flashvars:"Muuttujat Flash:lle",hSpace:"Vaakatila",properties:"Flash-ominaisuudet",propertiesTab:"Ominaisuudet", +quality:"Laatu",qualityAutoHigh:"Automaattinen korkea",qualityAutoLow:"Automaattinen matala",qualityBest:"Paras",qualityHigh:"Korkea",qualityLow:"Matala",qualityMedium:"Keskitaso",scale:"Levitä",scaleAll:"Näytä kaikki",scaleFit:"Tarkka koko",scaleNoBorder:"Ei rajaa",title:"Flash ominaisuudet",vSpace:"Pystytila",validateHSpace:"Vaakatilan täytyy olla numero.",validateSrc:"Linkille on kirjoitettava URL",validateVSpace:"Pystytilan täytyy olla numero.",windowMode:"Ikkuna tila",windowModeOpaque:"Läpinäkyvyys", +windowModeTransparent:"Läpinäkyvä",windowModeWindow:"Ikkuna"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/fo.js b/public/assets/ckeditor/plugins/flash/lang/fo.js new file mode 100644 index 0000000..d02410a --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/fo.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","fo",{access:"Script atgongd",accessAlways:"AltÃð",accessNever:"OngantÃð",accessSameDomain:"Sama navnaøki",alignAbsBottom:"Abs botnur",alignAbsMiddle:"Abs miðja",alignBaseline:"Basislinja",alignTextTop:"Tekst toppur",bgcolor:"Bakgrundslitur",chkFull:"Loyv fullan skerm",chkLoop:"Endurspæl",chkMenu:"Ger Flash skrá virkna",chkPlay:"Avspælingin byrjar sjálv",flashvars:"Variablar fyri Flash",hSpace:"Høgri breddi",properties:"Flash eginleikar",propertiesTab:"Eginleikar", +quality:"Góðska",qualityAutoHigh:"Auto høg",qualityAutoLow:"Auto Lág",qualityBest:"Besta",qualityHigh:"Høg",qualityLow:"Lág",qualityMedium:"Meðal",scale:"Skalering",scaleAll:"VÃs alt",scaleFit:"Neyv skalering",scaleNoBorder:"Eingin bordi",title:"Flash eginleikar",vSpace:"Vinstri breddi",validateHSpace:"HSpace má vera eitt tal.",validateSrc:"Vinarliga skriva tilknýti (URL)",validateVSpace:"VSpace má vera eitt tal.",windowMode:"Slag av rúti",windowModeOpaque:"Ikki transparent",windowModeTransparent:"Transparent", +windowModeWindow:"Rútur"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/fr-ca.js b/public/assets/ckeditor/plugins/flash/lang/fr-ca.js new file mode 100644 index 0000000..8218f11 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/fr-ca.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","fr-ca",{access:"Accès au script",accessAlways:"Toujours",accessNever:"Jamais",accessSameDomain:"Même domaine",alignAbsBottom:"Bas absolu",alignAbsMiddle:"Milieu absolu",alignBaseline:"Bas du texte",alignTextTop:"Haut du texte",bgcolor:"Couleur de fond",chkFull:"Permettre le plein-écran",chkLoop:"Boucle",chkMenu:"Activer le menu Flash",chkPlay:"Lecture automatique",flashvars:"Variables pour Flash",hSpace:"Espacement horizontal",properties:"Propriétés de l'animation Flash", +propertiesTab:"Propriétés",quality:"Qualité",qualityAutoHigh:"Haute auto",qualityAutoLow:"Basse auto",qualityBest:"Meilleur",qualityHigh:"Haute",qualityLow:"Basse",qualityMedium:"Moyenne",scale:"Ãchelle",scaleAll:"Afficher tout",scaleFit:"Ajuster aux dimensions",scaleNoBorder:"Sans bordure",title:"Propriétés de l'animation Flash",vSpace:"Espacement vertical",validateHSpace:"L'espacement horizontal doit être un entier.",validateSrc:"Veuillez saisir l'URL",validateVSpace:"L'espacement vertical doit être un entier.", +windowMode:"Mode de fenêtre",windowModeOpaque:"Opaque",windowModeTransparent:"Transparent",windowModeWindow:"Fenêtre"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/fr.js b/public/assets/ckeditor/plugins/flash/lang/fr.js new file mode 100644 index 0000000..fdc543c --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/fr.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","fr",{access:"Accès aux scripts",accessAlways:"Toujours",accessNever:"Jamais",accessSameDomain:"Même domaine",alignAbsBottom:"Bas absolu",alignAbsMiddle:"Milieu absolu",alignBaseline:"Bas du texte",alignTextTop:"Haut du texte",bgcolor:"Couleur d'arrière-plan",chkFull:"Permettre le plein écran",chkLoop:"Boucle",chkMenu:"Activer le menu Flash",chkPlay:"Jouer automatiquement",flashvars:"Variables du Flash",hSpace:"Espacement horizontal",properties:"Propriétés du Flash", +propertiesTab:"Propriétés",quality:"Qualité",qualityAutoHigh:"Haute Auto",qualityAutoLow:"Basse Auto",qualityBest:"Meilleure",qualityHigh:"Haute",qualityLow:"Basse",qualityMedium:"Moyenne",scale:"Echelle",scaleAll:"Afficher tout",scaleFit:"Taille d'origine",scaleNoBorder:"Pas de bordure",title:"Propriétés du Flash",vSpace:"Espacement vertical",validateHSpace:"L'espacement horizontal doit être un nombre.",validateSrc:"L'adresse ne doit pas être vide.",validateVSpace:"L'espacement vertical doit être un nombre.", +windowMode:"Mode fenêtre",windowModeOpaque:"Opaque",windowModeTransparent:"Transparent",windowModeWindow:"Fenêtre"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/gl.js b/public/assets/ckeditor/plugins/flash/lang/gl.js new file mode 100644 index 0000000..38e8508 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/gl.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","gl",{access:"Acceso de scripts",accessAlways:"Sempre",accessNever:"Nunca",accessSameDomain:"Mesmo dominio",alignAbsBottom:"Abs Inferior",alignAbsMiddle:"Abs centro",alignBaseline:"Liña de base",alignTextTop:"Tope do texto",bgcolor:"Cor do fondo",chkFull:"Permitir pantalla completa",chkLoop:"Repetir",chkMenu:"Activar o menú do «Flash»",chkPlay:"Reprodución auomática",flashvars:"Opcións do «Flash»",hSpace:"Esp. Horiz.",properties:"Propiedades do «Flash»",propertiesTab:"Propiedades", +quality:"Calidade",qualityAutoHigh:"Alta, automática",qualityAutoLow:"Baixa, automática",qualityBest:"A mellor",qualityHigh:"Alta",qualityLow:"Baixa",qualityMedium:"Media",scale:"Escalar",scaleAll:"Amosar todo",scaleFit:"Encaixar axustando",scaleNoBorder:"Sen bordo",title:"Propiedades do «Flash»",vSpace:"Esp.Vert.",validateHSpace:"O espazado horizontal debe ser un número.",validateSrc:"O URL non pode estar baleiro.",validateVSpace:"O espazado vertical debe ser un número.",windowMode:"Modo da xanela", +windowModeOpaque:"Opaca",windowModeTransparent:"Transparente",windowModeWindow:"Xanela"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/gu.js b/public/assets/ckeditor/plugins/flash/lang/gu.js new file mode 100644 index 0000000..601bb61 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/gu.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","gu",{access:"સà«àªà«àª°à«àªªà«àª àªàªà«àª¸à«àª¸",accessAlways:"હમà«àª¶àª¾àª",accessNever:"નહà«",accessSameDomain:"àªàª ડà«àª®à«àª¨",alignAbsBottom:"Abs નà«àªà«",alignAbsMiddle:"Abs àªàªªàª°",alignBaseline:"àªàª§àª¾àª° લà«àªà«",alignTextTop:"àªà«àªà«àª¸à«àª àªàªªàª°",bgcolor:"બૠàªàªà«àª°àª¾àªàª¨à«àª¡ રàªàª,",chkFull:"ફà«àª² સà«àªà«àª°à«àª¨ àªàª°àªµà«àª",chkLoop:"લà«àªª",chkMenu:"ફà«àª²à« શ મà«àª¨à«àª¯à« નૠપà«àª°àª¯à«àª àªàª°à«",chkPlay:"àªàªà«/સà«àªµàª¯àª પà«àª²à«",flashvars:"ફલà«àª¶ ના વિàªàª²à«àªªà«",hSpace:"સમસà«àª¤àª°à«àª¯ àªàªà«àª¯àª¾",properties:"ફà«àª²à« શના àªà«àª£",propertiesTab:"àªà«àª£",quality:"àªà«àª£àª§àª°à«àª®",qualityAutoHigh:"àªàªà« àªàªàªà«àª", +qualityAutoLow:"àªàªà« નà«àªà«àª",qualityBest:"શà«àª°à«àª·à«àª ",qualityHigh:"àªàªàªà«àª",qualityLow:"નà«àªà«àª",qualityMedium:"મધà«àª¯àª®",scale:"સà«àªà«àª²",scaleAll:"સà«àªà«àª² àªàª²/બધૠબતાવà«",scaleFit:"સà«àªà«àª² àªàªàª¦àª® ફà«àª",scaleNoBorder:"સà«àªà«àª² બà«àª°à«àª¡àª° વàªàª°",title:"ફà«àª²à« શ àªà«àª£",vSpace:"લàªàª¬àª°à«àªª àªàªà«àª¯àª¾",validateHSpace:"HSpace àªàªàªàª¡à« હà«àªµà« àªà«àªàª.",validateSrc:"લિàªàª URL àªàª¾àªàªª àªàª°à«",validateVSpace:"VSpace àªàªàªàª¡à« હà«àªµà« àªà«àªàª.",windowMode:"વિનà«àª¡à« મà«àª¡",windowModeOpaque:"ઠપારદરà«àª¶àª",windowModeTransparent:"પારદરà«àª¶àª",windowModeWindow:"વિનà«àª¡à«"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/he.js b/public/assets/ckeditor/plugins/flash/lang/he.js new file mode 100644 index 0000000..6870ea2 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/he.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","he",{access:"××שת סקר×פ×",accessAlways:"ת×××",accessNever:"××£ פע×",accessSameDomain:"×××××× ×××",alignAbsBottom:"×ת×ת×ת ×××ס×××××ת",alignAbsMiddle:"×ר××× ××ס×××××",alignBaseline:"××§× ×ת×ת×ת",alignTextTop:"×ר×ש ××קס×",bgcolor:"צ××¢ רקע",chkFull:"×פשר ×××× ×××",chkLoop:"×××××",chkMenu:"×פשר תפר×× ×¤××ש",chkPlay:"× ×××× ×××××××",flashvars:"××©×ª× ×× ×פ××ש",hSpace:"×ר××× ××פק×",properties:"××פ××× × ×¤××ש",propertiesTab:"××פ××× ××",quality:"××××ת",qualityAutoHigh:"××××× ×××××××ת", +qualityAutoLow:"× ×××× ×××××××ת",qualityBest:"××¢×××",qualityHigh:"×××××",qualityLow:"× ××××",qualityMedium:"×××צעת",scale:"××××",scaleAll:"××¦× ×××",scaleFit:"×ת××× ××ש××ת",scaleNoBorder:"××× ×××××ת",title:"××פ×× × ×¤××ש",vSpace:"×ר××× ×× ××",validateHSpace:"××ר××× ××××¤×§× ×××× ××××ת ×ספר.",validateSrc:"×ש ×××§××× ×ת ×ת××ת סר××× ×פ××ש (URL)",validateVSpace:"××ר××× ××× ×× ×××× ××××ת ×ספר.",windowMode:"××¦× ××××",windowModeOpaque:"××××",windowModeTransparent:"שק××£",windowModeWindow:"××××"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/hi.js b/public/assets/ckeditor/plugins/flash/lang/hi.js new file mode 100644 index 0000000..2f3b6e9 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/hi.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","hi",{access:"Script Access",accessAlways:"Always",accessNever:"Never",accessSameDomain:"Same domain",alignAbsBottom:"Abs नà¥à¤à¥",alignAbsMiddle:"Abs à¤à¤ªà¤°",alignBaseline:"मà¥à¤² रà¥à¤à¤¾",alignTextTop:"à¤à¥à¤à¥à¤¸à¥à¤ à¤à¤ªà¤°",bgcolor:"बà¥à¤à¥à¤à¥à¤°à¤¾à¤à¤¨à¥à¤¡ रà¤à¤",chkFull:"Allow Fullscreen",chkLoop:"लà¥à¤ª",chkMenu:"à¥à¥à¤²à¥à¤¶ मॠनà¥à¤¯à¥ à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¥à¤",chkPlay:"à¤à¤à¥ पà¥à¤²à¥",flashvars:"Variables for Flash",hSpace:"हà¥à¤°à¤¿à¥à¥à¤¨à¥à¤à¤² सà¥à¤ªà¥à¤¸",properties:"à¥à¥à¤²à¥à¤¶ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥",propertiesTab:"Properties",quality:"Quality",qualityAutoHigh:"Auto High", +qualityAutoLow:"Auto Low",qualityBest:"Best",qualityHigh:"High",qualityLow:"Low",qualityMedium:"Medium",scale:"सà¥à¤à¥à¤²",scaleAll:"सà¤à¥ दिà¤à¤¾à¤¯à¥à¤",scaleFit:"बिलà¥à¤à¥à¤² à¥à¤¿à¤",scaleNoBorder:"à¤à¥à¤ बà¥à¤°à¥à¤¡à¤° नहà¥à¤",title:"à¥à¥à¤²à¥à¤¶ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥",vSpace:"वरà¥à¤à¤¿à¤à¤² सà¥à¤ªà¥à¤¸",validateHSpace:"HSpace must be a number.",validateSrc:"लिà¤à¤ URL à¤à¤¾à¤à¤ª à¤à¤°à¥à¤",validateVSpace:"VSpace must be a number.",windowMode:"Window mode",windowModeOpaque:"Opaque",windowModeTransparent:"Transparent",windowModeWindow:"Window"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/hr.js b/public/assets/ckeditor/plugins/flash/lang/hr.js new file mode 100644 index 0000000..ae7c82f --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/hr.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","hr",{access:"Script Access",accessAlways:"Uvijek",accessNever:"Nikad",accessSameDomain:"Ista domena",alignAbsBottom:"Abs dolje",alignAbsMiddle:"Abs sredina",alignBaseline:"Bazno",alignTextTop:"Vrh teksta",bgcolor:"Boja pozadine",chkFull:"OmoguÄi Fullscreen",chkLoop:"Ponavljaj",chkMenu:"OmoguÄi Flash izbornik",chkPlay:"Auto Play",flashvars:"Varijable za Flash",hSpace:"HSpace",properties:"Flash svojstva",propertiesTab:"Svojstva",quality:"Kvaliteta",qualityAutoHigh:"Auto High", +qualityAutoLow:"Auto Low",qualityBest:"Best",qualityHigh:"High",qualityLow:"Low",qualityMedium:"Medium",scale:"Omjer",scaleAll:"Prikaži sve",scaleFit:"ToÄna veliÄina",scaleNoBorder:"Bez okvira",title:"Flash svojstva",vSpace:"VSpace",validateHSpace:"HSpace mora biti broj.",validateSrc:"Molimo upiÅ¡ite URL link",validateVSpace:"VSpace mora biti broj.",windowMode:"Vrsta prozora",windowModeOpaque:"Opaque",windowModeTransparent:"Transparent",windowModeWindow:"Window"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/hu.js b/public/assets/ckeditor/plugins/flash/lang/hu.js new file mode 100644 index 0000000..9262090 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/hu.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","hu",{access:"Szkript hozzáférés",accessAlways:"Mindig",accessNever:"Soha",accessSameDomain:"Azonos domainrÅl",alignAbsBottom:"Legaljára",alignAbsMiddle:"Közepére",alignBaseline:"Alapvonalhoz",alignTextTop:"Szöveg tetejére",bgcolor:"HáttérszÃn",chkFull:"Teljes képernyÅ engedélyezése",chkLoop:"Folyamatosan",chkMenu:"Flash menü engedélyezése",chkPlay:"Automata lejátszás",flashvars:"Flash változók",hSpace:"VÃzsz. táv",properties:"Flash tulajdonságai",propertiesTab:"Tulajdonságok", +quality:"MinÅség",qualityAutoHigh:"Automata jó",qualityAutoLow:"Automata gyenge",qualityBest:"Legjobb",qualityHigh:"Jó",qualityLow:"Gyenge",qualityMedium:"Közepes",scale:"Méretezés",scaleAll:"Mindent mutat",scaleFit:"Teljes kitöltés",scaleNoBorder:"Keret nélkül",title:"Flash tulajdonságai",vSpace:"Függ. táv",validateHSpace:"A vÃzszintes távolsűág mezÅbe csak számokat Ãrhat.",validateSrc:"Adja meg a hivatkozás webcÃmét",validateVSpace:"A függÅleges távolsűág mezÅbe csak számokat Ãrhat.",windowMode:"Ablak mód", +windowModeOpaque:"Opaque",windowModeTransparent:"Transparent",windowModeWindow:"Window"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/id.js b/public/assets/ckeditor/plugins/flash/lang/id.js new file mode 100644 index 0000000..9272c08 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/id.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","id",{access:"Script Access",accessAlways:"Selalu",accessNever:"Tidak Pernah",accessSameDomain:"Domain yang sama",alignAbsBottom:"Abs Bottom",alignAbsMiddle:"Abs Middle",alignBaseline:"Dasar",alignTextTop:"Text Top",bgcolor:"Warna Latar Belakang",chkFull:"Izinkan Layar Penuh",chkLoop:"Loop",chkMenu:"Enable Flash Menu",chkPlay:"Mainkan Otomatis",flashvars:"Variables for Flash",hSpace:"HSpace",properties:"Flash Properties",propertiesTab:"Properti",quality:"Kualitas", +qualityAutoHigh:"Tinggi Otomatis",qualityAutoLow:"Rendah Otomatis",qualityBest:"Terbaik",qualityHigh:"Tinggi",qualityLow:"Rendah",qualityMedium:"Sedang",scale:"Scale",scaleAll:"Perlihatkan semua",scaleFit:"Exact Fit",scaleNoBorder:"Tanpa Batas",title:"Flash Properties",vSpace:"VSpace",validateHSpace:"HSpace harus sebuah angka",validateSrc:"URL tidak boleh kosong",validateVSpace:"VSpace harus sebuah angka",windowMode:"Window mode",windowModeOpaque:"Opaque",windowModeTransparent:"Transparan",windowModeWindow:"Jendela"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/is.js b/public/assets/ckeditor/plugins/flash/lang/is.js new file mode 100644 index 0000000..0b0d71b --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/is.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","is",{access:"Script Access",accessAlways:"Always",accessNever:"Never",accessSameDomain:"Same domain",alignAbsBottom:"Abs neðst",alignAbsMiddle:"Abs miðjuð",alignBaseline:"GrunnlÃna",alignTextTop:"Efri brún texta",bgcolor:"Bakgrunnslitur",chkFull:"Allow Fullscreen",chkLoop:"Endurtekning",chkMenu:"Sýna Flash-valmynd",chkPlay:"Sjálfvirk spilun",flashvars:"Variables for Flash",hSpace:"Vinstri bil",properties:"Eigindi Flash",propertiesTab:"Properties",quality:"Quality", +qualityAutoHigh:"Auto High",qualityAutoLow:"Auto Low",qualityBest:"Best",qualityHigh:"High",qualityLow:"Low",qualityMedium:"Medium",scale:"Skali",scaleAll:"Sýna allt",scaleFit:"Fella skala að stærð",scaleNoBorder:"Ãn ramma",title:"Eigindi Flash",vSpace:"Hægri bil",validateHSpace:"HSpace must be a number.",validateSrc:"Sláðu inn veffang stiklunnar!",validateVSpace:"VSpace must be a number.",windowMode:"Window mode",windowModeOpaque:"Opaque",windowModeTransparent:"Transparent",windowModeWindow:"Window"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/it.js b/public/assets/ckeditor/plugins/flash/lang/it.js new file mode 100644 index 0000000..7c5e09f --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/it.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","it",{access:"Accesso Script",accessAlways:"Sempre",accessNever:"Mai",accessSameDomain:"Solo stesso dominio",alignAbsBottom:"In basso assoluto",alignAbsMiddle:"Centrato assoluto",alignBaseline:"Linea base",alignTextTop:"In alto al testo",bgcolor:"Colore sfondo",chkFull:"Permetti la modalità tutto schermo",chkLoop:"Riavvio automatico",chkMenu:"Abilita Menu di Flash",chkPlay:"Avvio Automatico",flashvars:"Variabili per Flash",hSpace:"HSpace",properties:"Proprietà Oggetto Flash", +propertiesTab:"Proprietà ",quality:"Qualità ",qualityAutoHigh:"Alta Automatica",qualityAutoLow:"Bassa Automatica",qualityBest:"Massima",qualityHigh:"Alta",qualityLow:"Bassa",qualityMedium:"Intermedia",scale:"Ridimensiona",scaleAll:"Mostra Tutto",scaleFit:"Dimensione Esatta",scaleNoBorder:"Senza Bordo",title:"Proprietà Oggetto Flash",vSpace:"VSpace",validateHSpace:"L'HSpace dev'essere un numero.",validateSrc:"Devi inserire l'URL del collegamento",validateVSpace:"Il VSpace dev'essere un numero.",windowMode:"Modalità finestra", +windowModeOpaque:"Opaca",windowModeTransparent:"Trasparente",windowModeWindow:"Finestra"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/ja.js b/public/assets/ckeditor/plugins/flash/lang/ja.js new file mode 100644 index 0000000..ab6c288 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/ja.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","ja",{access:"ã¹ã¯ãªããã¢ã¯ã»ã¹(AllowScriptAccess)",accessAlways:"ãã¹ã¦ã®å ´åã«éä¿¡å¯è½(Always)",accessNever:"ãã¹ã¦ã®å ´åã«éä¿¡ä¸å¯è½(Never)",accessSameDomain:"åä¸ãã¡ã¤ã³ã®ã¿ã«éä¿¡å¯è½(Same domain)",alignAbsBottom:"ä¸é¨(絶対ç)",alignAbsMiddle:"ä¸å¤®(絶対ç)",alignBaseline:"ãã¼ã¹ã©ã¤ã³",alignTextTop:"ããã¹ãä¸é¨",bgcolor:"èæ¯è²",chkFull:"ãã«ã¹ã¯ãªã¼ã³è¨±å¯",chkLoop:"ã«ã¼ãåç",chkMenu:"Flashã¡ãã¥ã¼å¯è½",chkPlay:"åç",flashvars:"ãã©ãã·ã¥ã«æ¸¡ã夿°(FlashVars)",hSpace:"横éé",properties:"Flash ããããã£",propertiesTab:"ããããã£",quality:"ç»è³ª",qualityAutoHigh:"èªå/é«", +qualityAutoLow:"èªå/ä½",qualityBest:"å質åªå ",qualityHigh:"é«",qualityLow:"ä½",qualityMedium:"ä¸",scale:"æ¡å¤§ç¸®å°è¨å®",scaleAll:"ãã¹ã¦è¡¨ç¤º",scaleFit:"ä¸ä¸å·¦å³ã«ãã£ãã",scaleNoBorder:"å¤ãè¦ããªãæ§ã«æ¡å¤§",title:"Flash ããããã£",vSpace:"縦éé",validateHSpace:"横ééã¯æ°å¤ã§å ¥åãã¦ãã ããã",validateSrc:"ãªã³ã¯URLãå ¥åãã¦ãã ããã",validateVSpace:"縦ééã¯æ°å¤ã§å ¥åãã¦ãã ããã",windowMode:"ã¦ã£ã³ãã¦ã¢ã¼ã",windowModeOpaque:"èæ¯ãä¸éæè¨å®",windowModeTransparent:"èæ¯ãééè¨å®",windowModeWindow:"æ¨æº"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/ka.js b/public/assets/ckeditor/plugins/flash/lang/ka.js new file mode 100644 index 0000000..fb482ec --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/ka.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","ka",{access:"á¡áá ááá¢áá¡ á¬ááááá",accessAlways:"á§áááááááá¡",accessNever:"áá áá¡áá áá¡",accessSameDomain:"ááááá áááááá",alignAbsBottom:"á©áá á©áá¡ á¥áááááá ááá¬áááá¡ á¡á¬áá ááá á¢áá¥á¡á¢áá¡áááá¡",alignAbsMiddle:"á©áá á©áá¡ á¨á£á ááá¬áááá¡ á¡á¬áá ááá á¢áá¥á¡á¢áá¡áááá¡",alignBaseline:"á¡áááááá¡á á®áááá¡ á¡á¬áá ááá",alignTextTop:"á¢áá¥á¡á¢á ááááááá",bgcolor:"á¤áááá¡ á¤áá á",chkFull:"ááááá ááá áááá¡ ááá¨áááá",chkLoop:"á©ááªááááá",chkMenu:"Flash-áá¡ ááááá£á¡ ááá¨áááá",chkPlay:"ááá¢á ááá¨áááá",flashvars:"áªááááááá Flash-áá¡áááá¡",hSpace:"á°áá áá. á¡ááá áªá", +properties:"Flash-áá¡ ááá áááá¢á ááá",propertiesTab:"ááá áááá¢á ááá",quality:"á®áá áá¡á®á",qualityAutoHigh:"ááá¦ááá (ááá¢áááá¢á£á á)",qualityAutoLow:"á«ááááá áááááá",qualityBest:"á¡áá£ááááá¡á",qualityHigh:"ááá¦ááá",qualityLow:"áááááá",qualityMedium:"á¡áá¨á£ááá",scale:"ááá¡á¨á¢áááá ááá",scaleAll:"á§ááááá¤á áá¡ á©áááááá",scaleFit:"áá£á¡á¢á á©áá¡áá",scaleNoBorder:"á©áá á©áá¡ ááá áá¨á",title:"Flash-áá¡ ááá áááá¢á ááá",vSpace:"ááá á¢. á¡ááá áªá",validateHSpace:"á°áá ááááá¢ááá£á á á¡ááá áªá áá á£ááá áá§áá¡ áªáá áááá.",validateSrc:"URL áá á£ááá áá§áá¡ áªáá áááá.",validateVSpace:"ááá á¢ááááá£á á á¡ááá áªá áá á£ááá áá§áá¡ áªáá áááá.", +windowMode:"á¤ááá¯á áá¡ á ááááá",windowModeOpaque:"ááá£ááááá áááá",windowModeTransparent:"ááááááá áááá",windowModeWindow:"á¤ááá¯áá á"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/km.js b/public/assets/ckeditor/plugins/flash/lang/km.js new file mode 100644 index 0000000..a4babe9 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/km.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","km",{access:"Script Access",accessAlways:"áá¶áá·á áá ",accessNever:"áá»á",accessSameDomain:"Same domain",alignAbsBottom:"Abs Bottom",alignAbsMiddle:"Abs Middle",alignBaseline:"ááááá¶áááá¶áá¼ááááá¶á",alignTextTop:"áá¾á¢ááááá",bgcolor:"ááááááááá¶áááááá",chkFull:"á¢áá»áááá¶áâá²ááâáááâá¢áááááá",chkLoop:"á ááá½ááá",chkMenu:"áááá á¶á ááºáá»ááááá Flash",chkPlay:"áááááááááááááááááá",flashvars:"á¢ááá Flash",hSpace:"áááá¶áááá¹á",properties:"áá¶áááááá Flash",propertiesTab:"ááááááâáááááááá·",quality:"áá»ááá¶á", +qualityAutoHigh:"áááááâáááááâáááááááá·",qualityAutoLow:"áá¶áâáááááâáááááááá·",qualityBest:"ááá¢âáááá»á",qualityHigh:"ááááá",qualityLow:"áá¶á",qualityMedium:"ááááá",scale:"ááá á",scaleAll:"áááá á¶ááá¶ááá¢áá",scaleFit:"áááá¼ááááá",scaleNoBorder:"áá·ááááá á¶áááá»á",title:"áá¶áááááá Flash",vSpace:"áááá¶ááááááá",validateHSpace:"HSpace must be a number.",validateSrc:"áá¼áááááá á¢á¶ááááááá¶á URL",validateVSpace:"VSpace must be a number.",windowMode:"Window mode",windowModeOpaque:"Opaque",windowModeTransparent:"áá¶áâáááá¶",windowModeWindow:"áá¸ááá¼"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/ko.js b/public/assets/ckeditor/plugins/flash/lang/ko.js new file mode 100644 index 0000000..77790e2 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/ko.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","ko",{access:"ì¤í¬ë¦½í¸ íì©",accessAlways:"íì íì©",accessNever:"íì© ìí¨",accessSameDomain:"ê°ì ëë©ì¸ íì©",alignAbsBottom:"ìë",alignAbsMiddle:"ì¤ê°",alignBaseline:"ì문 ê¸ê¼´ 기ì¤ì ",alignTextTop:"ê¸ì ìë¨",bgcolor:"ë°°ê²½ ìì",chkFull:"ì ì²´íë©´ íì©",chkLoop:"ë°ë³µ",chkMenu:"íëì ë©ë´ íì±í",chkPlay:"ìë ì¬ì",flashvars:"íëì ë³ì",hSpace:"ê°ë¡ ì¬ë°±",properties:"íëì ìì±",propertiesTab:"ìì±",quality:"íì§",qualityAutoHigh:"ìë ëì",qualityAutoLow:"ìë ë®ì",qualityBest:"ìµê³ ",qualityHigh:"ëì",qualityLow:"ë®ì",qualityMedium:"ì¤ê°",scale:"ë°°ì¨", +scaleAll:"모ë 보기",scaleFit:"ë§ì¶¤",scaleNoBorder:"í ë리 ìì",title:"íëì ìì±",vSpace:"ì¸ë¡ ì¬ë°±",validateHSpace:"ê°ë¡ ì¬ë°±ì ì«ìì¬ì¼ í©ëë¤.",validateSrc:"ë§í¬ 주ì(URL)를 ì ë ¥íììì¤.",validateVSpace:"ì¸ë¡ ì¬ë°±ì ì«ìì¬ì¼ í©ëë¤.",windowMode:"ìëì° ëª¨ë",windowModeOpaque:"ë¶í¬ëª ",windowModeTransparent:"í¬ëª ",windowModeWindow:"ìëì°"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/ku.js b/public/assets/ckeditor/plugins/flash/lang/ku.js new file mode 100644 index 0000000..e961895 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/ku.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","ku",{access:"Ø¯ÛØ³ØªÙ¾ÛÚ¯ÛÛØ´ØªÙÛ ÙÙÙØ³Ø±Ø§Ù",accessAlways:"ÙÛÙ ÛØ´Ù",accessNever:"ÙÛØ±Ú¯Ûز",accessSameDomain:"ÙÛ٠ا٠دÛÙ ÛÛÙ",alignAbsBottom:"ÙÙ ÚÛØ±ÛÙÙ",alignAbsMiddle:"ÙÛÙØ§ÙÛÙØ¯",alignBaseline:"ÙÛÚµÛØ¨ÙÛÚÛØª",alignTextTop:"دÛÙ ÙÛØ³ÛرÛÙÙ",bgcolor:"ÚÛÙÚ¯Û Ù¾Ø§Ø´Ø¨ÙÛ٠ا",chkFull:"ÚÛÙ¾ÛØ¯Ø§Ù Ø¨Û Ù¾ÚÛ Ø´Ø§Ø´Ù",chkLoop:"گرÛ",chkMenu:"ÚØ§ÙاککردÙÛ ÙÛØ³ØªÛÛ ÙÙØ§Ø´",chkPlay:"Ù¾ÛکردÙÛ ÛØ§Ù ÙÛØ¯Ø§ÙÛ Ø®Ûکار",flashvars:"Ú¯ÛÚØ§ÙÛÚ©Ø§Ù Ø¨Û ÙÙØ§Ø´",hSpace:"Ø¨ÛØ´Ø§ÛÛ Ø¦Ø§Ø³ÛÛÛ",properties:"خاسÛÛØªÛ ÙÙØ§Ø´",propertiesTab:"خاسÛÛØª",quality:"Ø¬ÛØ±Ø§ÛÛØªÛ", +qualityAutoHigh:"Ø¨ÛØ±Ø²Û Ø®Ûکار",qualityAutoLow:"ÙØ²Ù Û Ø®Ûکار",qualityBest:"باشترÛÙ",qualityHigh:"Ø¨ÛØ±Ø²Û",qualityLow:"ÙØ²Ù ",qualityMedium:"Ù Ø§Ù ÙØ§ÙÛÙØ¯",scale:"Ù¾ÛÙØ§ÙÙ",scaleAll:"ÙÛØ´Ø§ÙداÙÛ ÙÛÙ ÙÙ",scaleFit:"بÛÙØ±Ø¯Û بگÙÙØ¬Ûت",scaleNoBorder:"Ø¨Û Ù¾ÛØ±Ø§ÙÛØ²",title:"خاسÛÛØªÛ ÙÙØ§Ø´",vSpace:"Ø¨ÛØ´Ø§ÛÛ Ø¦ÛØ³ØªÙÙÛ",validateHSpace:"Ø¨ÛØ´Ø§ÛÛ Ø¦Ø§Ø³ÛÛÛ Ø¯ÛØ¨Ûت ÚÙ Ø§Ø±Û Ø¨ÛØª.",validateSrc:"ÙØ§ÙÙÛØ´Ø§ÙÛ Ø¨ÛØ³ØªÛر ÙØ§Ø¨Ûت Ø®Ø§ÚµÛ Ø¨ÛØª",validateVSpace:"Ø¨ÛØ´Ø§ÛÛ Ø¦ÛØ³ØªÙÙÛ Ø¯ÛØ¨Ûت ÚÙ Ø§Ø±Ù Ø¨ÛØª.",windowMode:"Ø´ÛÙØ§Ø²Û Ù¾ÛÙØ¬ÛرÙ",windowModeOpaque:"ÙØ§ÚÙÙÙ",windowModeTransparent:"ÚÛØ´Ù", +windowModeWindow:"Ù¾ÛÙØ¬ÛرÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/lt.js b/public/assets/ckeditor/plugins/flash/lang/lt.js new file mode 100644 index 0000000..8e013f2 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/lt.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","lt",{access:"Skripto priÄjimas",accessAlways:"Visada",accessNever:"Niekada",accessSameDomain:"Tas pats domenas",alignAbsBottom:"AbsoliuÄiÄ apaÄiÄ ",alignAbsMiddle:"Absoliutų vidurį",alignBaseline:"ApatinÄ linijÄ ",alignTextTop:"Teksto viršūnÄ",bgcolor:"Fono spalva",chkFull:"Leisti per visÄ ekranÄ ",chkLoop:"Ciklas",chkMenu:"Leisti Flash meniu",chkPlay:"Automatinis paleidimas",flashvars:"Flash kintamieji",hSpace:"Hor.ErdvÄ",properties:"Flash savybÄs",propertiesTab:"Nustatymai", +quality:"KokybÄ",qualityAutoHigh:"AutomatiÅ¡kai Gera",qualityAutoLow:"AutomatiÅ¡kai Žema",qualityBest:"Geriausia",qualityHigh:"Gera",qualityLow:"Žema",qualityMedium:"VidutinÄ",scale:"Mastelis",scaleAll:"Rodyti visÄ ",scaleFit:"Tikslus atitikimas",scaleNoBorder:"Be rÄmelio",title:"Flash savybÄs",vSpace:"Vert.ErdvÄ",validateHSpace:"HSpace turi bÅ«ti skaiÄius.",validateSrc:"PraÅ¡ome įvesti nuorodos URL",validateVSpace:"VSpace turi bÅ«ti skaiÄius.",windowMode:"Lango režimas",windowModeOpaque:"Nepermatomas", +windowModeTransparent:"Permatomas",windowModeWindow:"Langas"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/lv.js b/public/assets/ckeditor/plugins/flash/lang/lv.js new file mode 100644 index 0000000..30edb93 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/lv.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","lv",{access:"Skripta pieeja",accessAlways:"VienmÄr",accessNever:"Nekad",accessSameDomain:"Tas pats domÄns",alignAbsBottom:"AbsolÅ«ti apakÅ¡Ä",alignAbsMiddle:"AbsolÅ«ti vertikÄli centrÄts",alignBaseline:"PamatrindÄ",alignTextTop:"Teksta augÅ¡Ä",bgcolor:"Fona krÄsa",chkFull:"PilnekrÄns",chkLoop:"NepÄrtraukti",chkMenu:"Atļaut Flash izvÄlni",chkPlay:"AutomÄtiska atskaÅoÅ¡ana",flashvars:"Flash mainÄ«gie",hSpace:"HorizontÄlÄ telpa",properties:"Flash Ä«pašības",propertiesTab:"UzstÄdÄ«jumi", +quality:"KvalitÄte",qualityAutoHigh:"AutomÄtiski Augsta",qualityAutoLow:"AutomÄtiski Zema",qualityBest:"LabÄkÄ",qualityHigh:"Augsta",qualityLow:"Zema",qualityMedium:"VidÄja",scale:"MainÄ«t izmÄru",scaleAll:"RÄdÄ«t visu",scaleFit:"PrecÄ«zs izmÄrs",scaleNoBorder:"Bez rÄmja",title:"Flash Ä«pašības",vSpace:"VertikÄlÄ telpa",validateHSpace:"Hspace jÄbÅ«t skaitlim",validateSrc:"LÅ«dzu norÄdi hipersaiti",validateVSpace:"Vspace jÄbÅ«t skaitlim",windowMode:"Loga režīms",windowModeOpaque:"NecaurspÄ«dÄ«gs",windowModeTransparent:"CaurspÄ«dÄ«gs", +windowModeWindow:"Logs"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/mk.js b/public/assets/ckeditor/plugins/flash/lang/mk.js new file mode 100644 index 0000000..7285186 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/mk.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","mk",{access:"Script Access",accessAlways:"Always",accessNever:"Never",accessSameDomain:"Same domain",alignAbsBottom:"Abs Bottom",alignAbsMiddle:"Abs Middle",alignBaseline:"Baseline",alignTextTop:"Text Top",bgcolor:"Background color",chkFull:"Allow Fullscreen",chkLoop:"Loop",chkMenu:"Enable Flash Menu",chkPlay:"Auto Play",flashvars:"Variables for Flash",hSpace:"ХоÑизонÑален пÑоÑÑоÑ",properties:"Flash Properties",propertiesTab:"Properties",quality:"Quality",qualityAutoHigh:"Auto High", +qualityAutoLow:"Auto Low",qualityBest:"Best",qualityHigh:"High",qualityLow:"Low",qualityMedium:"Medium",scale:"Scale",scaleAll:"Show all",scaleFit:"Exact Fit",scaleNoBorder:"No Border",title:"Flash Properties",vSpace:"ÐеÑÑикален пÑоÑÑоÑ",validateHSpace:"HSpace must be a number.",validateSrc:"URL must not be empty.",validateVSpace:"VSpace must be a number.",windowMode:"Window mode",windowModeOpaque:"Opaque",windowModeTransparent:"Transparent",windowModeWindow:"Window"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/mn.js b/public/assets/ckeditor/plugins/flash/lang/mn.js new file mode 100644 index 0000000..6759d77 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/mn.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","mn",{access:"Script Access",accessAlways:"ÐнÑлогÑÑд",accessNever:"Ð¥ÑзÑÑ Ñ Ò¯Ð³Ò¯Ð¹",accessSameDomain:"Ðайнга",alignAbsBottom:"Abs доод Ñалд",alignAbsMiddle:"Abs ÐÑнд Ñалд",alignBaseline:"Baseline",alignTextTop:"ТекÑÑ Ð´ÑÑÑ",bgcolor:"ÐÑвÑгÑÑ Ó©Ð½Ð³Ó©",chkFull:"Allow Fullscreen",chkLoop:"ÐавÑÐ°Ñ ",chkMenu:"Ð¤Ð»Ð°Ñ ÑÑÑ Ð¸Ð´Ð²ÑÑ Ð¶Ò¯Ò¯Ð»ÑÑ ",chkPlay:"ÐвÑомаÑÐ°Ð°Ñ ÑÐ¾Ð³Ð»Ð¾Ñ ",flashvars:"Variables for Flash",hSpace:"Хөндлөн зай",properties:"Ð¤Ð»Ð°Ñ Ñинж ÑанаÑ",propertiesTab:"Properties",quality:"Quality", +qualityAutoHigh:"Auto High",qualityAutoLow:"Auto Low",qualityBest:"Best",qualityHigh:"High",qualityLow:"Low",qualityMedium:"Medium",scale:"Ó¨ÑгөгÑÐ³Ó©Ñ ",scaleAll:"Ðүгдийг Ñ Ð°ÑÑÑÐ»Ð°Ñ ",scaleFit:"Яг ÑааÑÑÑÐ»Ð°Ñ ",scaleNoBorder:"Ð¥Ò¯ÑÑÑгүй",title:"Ð¤Ð»Ð°Ñ Ñинж ÑанаÑ",vSpace:"ÐоÑоо зай",validateHSpace:"HSpace must be a number.",validateSrc:"Ðинк URL-ÑÑ ÑÓ©ÑÓ©Ð»Ð¶Ò¯Ò¯Ð»Ð½Ñ Ò¯Ò¯",validateVSpace:"VSpace must be a number.",windowMode:"Window mode",windowModeOpaque:"Opaque",windowModeTransparent:"Transparent",windowModeWindow:"Window"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/ms.js b/public/assets/ckeditor/plugins/flash/lang/ms.js new file mode 100644 index 0000000..9012a68 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/ms.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","ms",{access:"Script Access",accessAlways:"Always",accessNever:"Never",accessSameDomain:"Same domain",alignAbsBottom:"Bawah Mutlak",alignAbsMiddle:"Pertengahan Mutlak",alignBaseline:"Garis Dasar",alignTextTop:"Atas Text",bgcolor:"Warna Latarbelakang",chkFull:"Allow Fullscreen",chkLoop:"Loop",chkMenu:"Enable Flash Menu",chkPlay:"Auto Play",flashvars:"Variables for Flash",hSpace:"Ruang Melintang",properties:"Flash Properties",propertiesTab:"Properties",quality:"Quality", +qualityAutoHigh:"Auto High",qualityAutoLow:"Auto Low",qualityBest:"Best",qualityHigh:"High",qualityLow:"Low",qualityMedium:"Medium",scale:"Scale",scaleAll:"Show all",scaleFit:"Exact Fit",scaleNoBorder:"No Border",title:"Flash Properties",vSpace:"Ruang Menegak",validateHSpace:"HSpace must be a number.",validateSrc:"Sila taip sambungan URL",validateVSpace:"VSpace must be a number.",windowMode:"Window mode",windowModeOpaque:"Opaque",windowModeTransparent:"Transparent",windowModeWindow:"Window"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/nb.js b/public/assets/ckeditor/plugins/flash/lang/nb.js new file mode 100644 index 0000000..c03f61f --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/nb.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","nb",{access:"Scripttilgang",accessAlways:"Alltid",accessNever:"Aldri",accessSameDomain:"Samme domene",alignAbsBottom:"Abs bunn",alignAbsMiddle:"Abs midten",alignBaseline:"Bunnlinje",alignTextTop:"Tekst topp",bgcolor:"Bakgrunnsfarge",chkFull:"Tillat fullskjerm",chkLoop:"Loop",chkMenu:"SlÃ¥ pÃ¥ Flash-meny",chkPlay:"Autospill",flashvars:"Variabler for flash",hSpace:"HMarg",properties:"Egenskaper for Flash-objekt",propertiesTab:"Egenskaper",quality:"Kvalitet",qualityAutoHigh:"Auto høy", +qualityAutoLow:"Auto lav",qualityBest:"Best",qualityHigh:"Høy",qualityLow:"Lav",qualityMedium:"Medium",scale:"Skaler",scaleAll:"Vis alt",scaleFit:"Skaler til Ã¥ passe",scaleNoBorder:"Ingen ramme",title:"Flash-egenskaper",vSpace:"VMarg",validateHSpace:"HMarg mÃ¥ være et tall.",validateSrc:"Vennligst skriv inn lenkens url.",validateVSpace:"VMarg mÃ¥ være et tall.",windowMode:"Vindumodus",windowModeOpaque:"Opaque",windowModeTransparent:"Gjennomsiktig",windowModeWindow:"Vindu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/nl.js b/public/assets/ckeditor/plugins/flash/lang/nl.js new file mode 100644 index 0000000..193591b --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/nl.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","nl",{access:"Script toegang",accessAlways:"Altijd",accessNever:"Nooit",accessSameDomain:"Zelfde domeinnaam",alignAbsBottom:"Absoluut-onder",alignAbsMiddle:"Absoluut-midden",alignBaseline:"Basislijn",alignTextTop:"Boven tekst",bgcolor:"Achtergrondkleur",chkFull:"Schermvullend toestaan",chkLoop:"Herhalen",chkMenu:"Flashmenu's inschakelen",chkPlay:"Automatisch afspelen",flashvars:"Variabelen voor Flash",hSpace:"HSpace",properties:"Eigenschappen Flash",propertiesTab:"Eigenschappen", +quality:"Kwaliteit",qualityAutoHigh:"Automatisch hoog",qualityAutoLow:"Automatisch laag",qualityBest:"Beste",qualityHigh:"Hoog",qualityLow:"Laag",qualityMedium:"Gemiddeld",scale:"Schaal",scaleAll:"Alles tonen",scaleFit:"Precies passend",scaleNoBorder:"Geen rand",title:"Eigenschappen Flash",vSpace:"VSpace",validateHSpace:"De HSpace moet een getal zijn.",validateSrc:"De URL mag niet leeg zijn.",validateVSpace:"De VSpace moet een getal zijn.",windowMode:"Venster modus",windowModeOpaque:"Ondoorzichtig", +windowModeTransparent:"Doorzichtig",windowModeWindow:"Venster"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/no.js b/public/assets/ckeditor/plugins/flash/lang/no.js new file mode 100644 index 0000000..4f660ce --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/no.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","no",{access:"Scripttilgang",accessAlways:"Alltid",accessNever:"Aldri",accessSameDomain:"Samme domene",alignAbsBottom:"Abs bunn",alignAbsMiddle:"Abs midten",alignBaseline:"Bunnlinje",alignTextTop:"Tekst topp",bgcolor:"Bakgrunnsfarge",chkFull:"Tillat fullskjerm",chkLoop:"Loop",chkMenu:"SlÃ¥ pÃ¥ Flash-meny",chkPlay:"Autospill",flashvars:"Variabler for flash",hSpace:"HMarg",properties:"Egenskaper for Flash-objekt",propertiesTab:"Egenskaper",quality:"Kvalitet",qualityAutoHigh:"Auto høy", +qualityAutoLow:"Auto lav",qualityBest:"Best",qualityHigh:"Høy",qualityLow:"Lav",qualityMedium:"Medium",scale:"Skaler",scaleAll:"Vis alt",scaleFit:"Skaler til Ã¥ passe",scaleNoBorder:"Ingen ramme",title:"Flash-egenskaper",vSpace:"VMarg",validateHSpace:"HMarg mÃ¥ være et tall.",validateSrc:"Vennligst skriv inn lenkens url.",validateVSpace:"VMarg mÃ¥ være et tall.",windowMode:"Vindumodus",windowModeOpaque:"Opaque",windowModeTransparent:"Gjennomsiktig",windowModeWindow:"Vindu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/pl.js b/public/assets/ckeditor/plugins/flash/lang/pl.js new file mode 100644 index 0000000..aa3da87 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/pl.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","pl",{access:"DostÄp skryptów",accessAlways:"Zawsze",accessNever:"Nigdy",accessSameDomain:"Ta sama domena",alignAbsBottom:"Do doÅu",alignAbsMiddle:"Do Årodka w pionie",alignBaseline:"Do linii bazowej",alignTextTop:"Do góry tekstu",bgcolor:"Kolor tÅa",chkFull:"Zezwól na peÅny ekran",chkLoop:"PÄtla",chkMenu:"WÅÄ cz menu",chkPlay:"Autoodtwarzanie",flashvars:"Zmienne obiektu Flash",hSpace:"OdstÄp poziomy",properties:"WÅaÅciwoÅci obiektu Flash",propertiesTab:"WÅaÅciwoÅci", +quality:"JakoÅÄ",qualityAutoHigh:"Auto wysoka",qualityAutoLow:"Auto niska",qualityBest:"Najlepsza",qualityHigh:"Wysoka",qualityLow:"Niska",qualityMedium:"Årednia",scale:"Skaluj",scaleAll:"Pokaż wszystko",scaleFit:"DokÅadne dopasowanie",scaleNoBorder:"Bez obramowania",title:"WÅaÅciwoÅci obiektu Flash",vSpace:"OdstÄp pionowy",validateHSpace:"OdstÄp poziomy musi byÄ liczbÄ .",validateSrc:"Podaj adres URL",validateVSpace:"OdstÄp pionowy musi byÄ liczbÄ .",windowMode:"Tryb okna",windowModeOpaque:"Nieprzezroczyste", +windowModeTransparent:"Przezroczyste",windowModeWindow:"Okno"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/pt-br.js b/public/assets/ckeditor/plugins/flash/lang/pt-br.js new file mode 100644 index 0000000..4be3e14 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/pt-br.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","pt-br",{access:"Acesso ao script",accessAlways:"Sempre",accessNever:"Nunca",accessSameDomain:"Acessar Mesmo DomÃnio",alignAbsBottom:"Inferior Absoluto",alignAbsMiddle:"Centralizado Absoluto",alignBaseline:"Baseline",alignTextTop:"Superior Absoluto",bgcolor:"Cor do Plano de Fundo",chkFull:"Permitir tela cheia",chkLoop:"Tocar Infinitamente",chkMenu:"Habilita Menu Flash",chkPlay:"Tocar Automaticamente",flashvars:"Variáveis do Flash",hSpace:"HSpace",properties:"Propriedades do Flash", +propertiesTab:"Propriedades",quality:"Qualidade",qualityAutoHigh:"Qualidade Alta Automática",qualityAutoLow:"Qualidade Baixa Automática",qualityBest:"Qualidade Melhor",qualityHigh:"Qualidade Alta",qualityLow:"Qualidade Baixa",qualityMedium:"Qualidade Média",scale:"Escala",scaleAll:"Mostrar tudo",scaleFit:"Escala Exata",scaleNoBorder:"Sem Borda",title:"Propriedades do Flash",vSpace:"VSpace",validateHSpace:"O HSpace tem que ser um número",validateSrc:"Por favor, digite o endereço do link",validateVSpace:"O VSpace tem que ser um número.", +windowMode:"Modo da janela",windowModeOpaque:"Opaca",windowModeTransparent:"Transparente",windowModeWindow:"Janela"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/pt.js b/public/assets/ckeditor/plugins/flash/lang/pt.js new file mode 100644 index 0000000..374ffae --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/pt.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","pt",{access:"Acesso ao Script",accessAlways:"Sempre",accessNever:"Nunca",accessSameDomain:"Mesmo dominio",alignAbsBottom:"Abs inferior",alignAbsMiddle:"Abs centro",alignBaseline:"Linha de base",alignTextTop:"Topo do texto",bgcolor:"Cor de Fundo",chkFull:"Permitir Ecrã inteiro",chkLoop:"Loop",chkMenu:"Permitir Menu do Flash",chkPlay:"Reproduzir automaticamente",flashvars:"Variaveis para o Flash",hSpace:"Esp.Horiz",properties:"Propriedades do Flash",propertiesTab:"Propriedades", +quality:"Qualidade",qualityAutoHigh:"Alta Automaticamente",qualityAutoLow:"Baixa Automaticamente",qualityBest:"Melhor",qualityHigh:"Alta",qualityLow:"Baixa",qualityMedium:"Média",scale:"Escala",scaleAll:"Mostrar tudo",scaleFit:"Tamanho Exacto",scaleNoBorder:"Sem Limites",title:"Propriedades do Flash",vSpace:"Esp.Vert",validateHSpace:"HSpace tem de ser um numero.",validateSrc:"Por favor introduza a hiperligação URL",validateVSpace:"VSpace tem de ser um numero.",windowMode:"Modo de janela",windowModeOpaque:"Opaco", +windowModeTransparent:"Transparente",windowModeWindow:"Janela"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/ro.js b/public/assets/ckeditor/plugins/flash/lang/ro.js new file mode 100644 index 0000000..8be6b18 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/ro.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","ro",{access:"Acces script",accessAlways:"Ãntotdeauna",accessNever:"NiciodatÄ",accessSameDomain:"AcelaÈi domeniu",alignAbsBottom:"Jos absolut (Abs Bottom)",alignAbsMiddle:"Mijloc absolut (Abs Middle)",alignBaseline:"Linia de jos (Baseline)",alignTextTop:"Text sus",bgcolor:"Coloarea fundalului",chkFull:"Permite pe tot ecranul",chkLoop:"RepetÄ (Loop)",chkMenu:"ActiveazÄ meniul flash",chkPlay:"RuleazÄ automat",flashvars:"Variabile pentru flash",hSpace:"HSpace",properties:"ProprietÄÅ£ile flashului", +propertiesTab:"ProprietÄÈi",quality:"Calitate",qualityAutoHigh:"Auto înaltÄ",qualityAutoLow:"Auto JoasÄ",qualityBest:"Cea mai bunÄ",qualityHigh:"ÃnaltÄ",qualityLow:"JoasÄ",qualityMedium:"Medie",scale:"ScalÄ",scaleAll:"AratÄ tot",scaleFit:"PotriveÅte",scaleNoBorder:"FÄrÄ bordurÄ (No border)",title:"ProprietÄÅ£ile flashului",vSpace:"VSpace",validateHSpace:"Hspace trebuie sÄ fie un numÄr.",validateSrc:"VÄ rugÄm sÄ scrieÅ£i URL-ul",validateVSpace:"VSpace trebuie sÄ fie un numÄr",windowMode:"Mod fereastrÄ", +windowModeOpaque:"OpacÄ",windowModeTransparent:"TransparentÄ",windowModeWindow:"FereastrÄ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/ru.js b/public/assets/ckeditor/plugins/flash/lang/ru.js new file mode 100644 index 0000000..d4f39fb --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/ru.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","ru",{access:"ÐоÑÑÑп к ÑкÑипÑам",accessAlways:"ÐÑегда",accessNever:"Ðикогда",accessSameDomain:"Ð Ñом же домене",alignAbsBottom:"Ðо Ð½Ð¸Ð·Ñ ÑекÑÑа",alignAbsMiddle:"Ðо ÑеÑедине ÑекÑÑа",alignBaseline:"Ðо базовой линии",alignTextTop:"Ðо веÑÑ Ñ ÑекÑÑа",bgcolor:"Ð¦Ð²ÐµÑ Ñона",chkFull:"РазÑеÑиÑÑ Ð¿Ð¾Ð»Ð½Ð¾ÑкÑаннÑй Ñежим",chkLoop:"ÐовÑоÑÑÑÑ",chkMenu:"ÐклÑÑиÑÑ Ð¼ÐµÐ½Ñ Flash",chkPlay:"ÐвÑомаÑиÑеÑкое воÑпÑоизведение",flashvars:"ÐеÑеменнÑе Ð´Ð»Ñ Flash",hSpace:"ÐоÑиз. оÑÑÑÑп",properties:"СвойÑÑва Flash", +propertiesTab:"СвойÑÑва",quality:"ÐаÑеÑÑво",qualityAutoHigh:"ÐапÑÑк на вÑÑоком",qualityAutoLow:"ÐапÑÑк на низком",qualityBest:"ÐÑÑÑее",qualityHigh:"ÐÑÑокое",qualityLow:"Ðизкое",qualityMedium:"СÑеднее",scale:"ÐаÑÑÑабиÑоваÑÑ",scaleAll:"ÐÑопоÑÑионалÑно",scaleFit:"ÐаполнÑÑÑ",scaleNoBorder:"ÐÐ°Ñ Ð¾Ð´Ð¸ÑÑ Ð·Ð° гÑаниÑÑ",title:"СвойÑÑва Flash",vSpace:"ÐеÑÑик. оÑÑÑÑп",validateHSpace:"ÐоÑизонÑалÑнÑй оÑÑÑÑп задаеÑÑÑ ÑиÑлом.",validateSrc:"ÐÑ Ð´Ð¾Ð»Ð¶Ð½Ñ Ð²Ð²ÐµÑÑи ÑÑÑлкÑ",validateVSpace:"ÐеÑÑикалÑнÑй оÑÑÑÑп задаеÑÑÑ ÑиÑлом.", +windowMode:"ÐзаимодейÑÑвие Ñ Ð¾ÐºÐ½Ð¾Ð¼",windowModeOpaque:"ÐепÑозÑаÑнÑй",windowModeTransparent:"ÐÑозÑаÑнÑй",windowModeWindow:"ÐбÑÑнÑй"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/si.js b/public/assets/ckeditor/plugins/flash/lang/si.js new file mode 100644 index 0000000..6184682 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/si.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","si",{access:"à¶´à·à¶§à¶´à¶à· à¶´à·âà¶»à·à·à·à¶º",accessAlways:"à·à·à¶¸à·à·à¶§à¶¸",accessNever:"à¶à·à·à·à¶¯à· à¶±à·à·à·",accessSameDomain:"à¶à¶à¶¸ à·à·à¶¸à·",alignAbsBottom:"à¶´à¶à·à¶½",alignAbsMiddle:"Abs ",alignBaseline:"à¶´à·à¶¯ à¶»à·à¶à·à·",alignTextTop:"à·à¶à¶±à·à¶à·à¶º à¶à·à¶½",bgcolor:"à¶´à·à·à¶¶à·à¶¸à· à·à¶»à·à¶«à¶º",chkFull:"à¶´à·à¶»à·à¶« à¶à·à¶»à¶º à·à¶¯à·à· à¶ à·à·à¶»",chkLoop:"à¶´à·à¶©à·à·",chkMenu:"à·à¶à·âà¶»à·à¶º බබලන මà·à¶±à·à·",chkPlay:"à·à·âà·à¶ºà¶à¶à·âà¶»à·à¶º à¶à·âà¶»à·à¶ºà·à¶à·à¶¸à¶ à·à·à¶¸",flashvars:"à·à·à¶±à·à·à·à¶± දà¶à·à¶",hSpace:"HSpace",properties:"බබලන à¶à·à¶«",propertiesTab:"à¶à·à¶«",quality:"à¶à¶à·à·à¶º",qualityAutoHigh:"à·à·âà·à¶ºà¶à¶à·âà¶»à·à¶º ", +qualityAutoLow:" à·à·âà·à¶ºà¶à¶à·âà¶»à·à¶º ",qualityBest:"à·à¶©à·à¶à· à¶à·à¶½à¶´à·à¶±",qualityHigh:"à¶à·à· ",qualityLow:"à¶´à·à· ",qualityMedium:"මධà·âය",scale:"à¶´à¶»à·à¶¸à·à¶«",scaleAll:"à·à·à¶ºà¶½à·à¶½ ",scaleFit:"à·à¶»à·à¶ºà¶§à¶¸ à¶à·à¶½à¶´à·à¶±",scaleNoBorder:"මà·à¶à¶¸à· à¶±à·à¶¸à·à¶à·",title:"බබලන ",vSpace:"VSpace",validateHSpace:"HSpace à·à¶à¶à·âයà·à·à¶à· à·à·à¶º යà·à¶à·à¶º.",validateSrc:"URL à·à·à·à· à¶±à·à·à·à¶º ",validateVSpace:"VSpace à·à¶à¶à·âයà·à·à¶à· à·à·à¶º යà·à¶à·à¶º",windowMode:"ජනà·à¶½ à¶à·âරමය",windowModeOpaque:"à·à·à¶±à·à·à·à¶¯ à¶´à·à¶±à·à¶±",windowModeTransparent:"à·à·à¶±à·à·à·à¶¯ à¶´à·à¶±à·à¶±",windowModeWindow:"ජනà·à¶½"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/sk.js b/public/assets/ckeditor/plugins/flash/lang/sk.js new file mode 100644 index 0000000..e959ca0 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/sk.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","sk",{access:"PrÃstup skriptu",accessAlways:"Vždy",accessNever:"Nikdy",accessSameDomain:"Rovnaká doména",alignAbsBottom:"Ãplne dole",alignAbsMiddle:"Do stredu",alignBaseline:"Na základnú Äiaru",alignTextTop:"Na horný okraj textu",bgcolor:"Farba pozadia",chkFull:"PovoliÅ¥ zobrazenie na celú obrazovku (fullscreen)",chkLoop:"Opakovanie",chkMenu:"PovoliÅ¥ Flash Menu",chkPlay:"Automatické prehrávanie",flashvars:"Premenné pre Flash",hSpace:"H-medzera",properties:"Vlastnosti Flashu", +propertiesTab:"Vlastnosti",quality:"Kvalita",qualityAutoHigh:"Automaticky vysoká",qualityAutoLow:"Automaticky nÃzka",qualityBest:"NajlepÅ¡ia",qualityHigh:"Vysoká",qualityLow:"NÃzka",qualityMedium:"Stredná",scale:"Mierka",scaleAll:"ZobraziÅ¥ vÅ¡etko",scaleFit:"RoztiahnuÅ¥, aby sedelo presne",scaleNoBorder:"Bez okrajov",title:"Vlastnosti Flashu",vSpace:"V-medzera",validateHSpace:"H-medzera musà byÅ¥ ÄÃslo.",validateSrc:"URL nesmie byÅ¥ prázdne.",validateVSpace:"V-medzera musà byÅ¥ ÄÃslo",windowMode:"Mód okna", +windowModeOpaque:"Nepriehľadný",windowModeTransparent:"Priehľadný",windowModeWindow:"Okno"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/sl.js b/public/assets/ckeditor/plugins/flash/lang/sl.js new file mode 100644 index 0000000..3de6413 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/sl.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","sl",{access:"Dostop skript",accessAlways:"Vedno",accessNever:"Nikoli",accessSameDomain:"Samo ista domena",alignAbsBottom:"Popolnoma na dno",alignAbsMiddle:"Popolnoma v sredino",alignBaseline:"Na osnovno Ärto",alignTextTop:"Besedilo na vrh",bgcolor:"Barva ozadja",chkFull:"Dovoli celozaslonski naÄin",chkLoop:"Ponavljanje",chkMenu:"OmogoÄi Flash Meni",chkPlay:"Samodejno predvajaj",flashvars:"Spremenljivke za Flash",hSpace:"Vodoravni razmik",properties:"Lastnosti Flash", +propertiesTab:"Lastnosti",quality:"Kakovost",qualityAutoHigh:"Samodejno visoka",qualityAutoLow:"Samodejno nizka",qualityBest:"NajviÅ¡ja",qualityHigh:"Visoka",qualityLow:"Nizka",qualityMedium:"Srednja",scale:"PoveÄava",scaleAll:"Pokaži vse",scaleFit:"NatanÄno prileganje",scaleNoBorder:"Brez obrobe",title:"Lastnosti Flash",vSpace:"NavpiÄni razmik",validateHSpace:"Vodoravni razmik mora biti Å¡tevilo.",validateSrc:"Vnesite URL povezave",validateVSpace:"NavpiÄni razmik mora biti Å¡tevilo.",windowMode:"Vrsta okna", +windowModeOpaque:"Motno",windowModeTransparent:"Prosojno",windowModeWindow:"Okno"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/sq.js b/public/assets/ckeditor/plugins/flash/lang/sq.js new file mode 100644 index 0000000..bded527 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/sq.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","sq",{access:"Qasja në Skriptë",accessAlways:"Gjithnjë",accessNever:"Asnjëherë",accessSameDomain:"Fusha e Njëjtë",alignAbsBottom:"Abs në Fund",alignAbsMiddle:"Abs në Mes",alignBaseline:"Baza",alignTextTop:"Koka e Tekstit",bgcolor:"Ngjyra e Prapavijës",chkFull:"Lejo Ekran të Plotë",chkLoop:"Përsëritje",chkMenu:"Lejo Menynë për Flash",chkPlay:"Auto Play",flashvars:"Variablat për Flash",hSpace:"Hapësira Horizontale",properties:"Karakteristikat për Flash",propertiesTab:"Karakteristikat", +quality:"Kualiteti",qualityAutoHigh:"Automatikisht i Lartë",qualityAutoLow:"Automatikisht i Ulët",qualityBest:"Më i Miri",qualityHigh:"I Lartë",qualityLow:"Më i Ulti",qualityMedium:"I Mesëm",scale:"Shkalla",scaleAll:"Shfaq të Gjitha",scaleFit:"Përputhje të Plotë",scaleNoBorder:"Pa Kornizë",title:"Rekuizitat për Flash",vSpace:"Hapësira Vertikale",validateHSpace:"Hapësira Horizontale duhet të është numër.",validateSrc:"URL nuk duhet mbetur zbrazur.",validateVSpace:"Hapësira Vertikale duhet të është numër.", +windowMode:"Window mode",windowModeOpaque:"Errët",windowModeTransparent:"Tejdukshëm",windowModeWindow:"Window"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/sr-latn.js b/public/assets/ckeditor/plugins/flash/lang/sr-latn.js new file mode 100644 index 0000000..641140c --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/sr-latn.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","sr-latn",{access:"Script Access",accessAlways:"Always",accessNever:"Never",accessSameDomain:"Same domain",alignAbsBottom:"Abs dole",alignAbsMiddle:"Abs sredina",alignBaseline:"Bazno",alignTextTop:"Vrh teksta",bgcolor:"Boja pozadine",chkFull:"Allow Fullscreen",chkLoop:"Ponavljaj",chkMenu:"UkljuÄi fleÅ¡ meni",chkPlay:"Automatski start",flashvars:"Variables for Flash",hSpace:"HSpace",properties:"Osobine fleÅ¡a",propertiesTab:"Properties",quality:"Quality",qualityAutoHigh:"Auto High", +qualityAutoLow:"Auto Low",qualityBest:"Best",qualityHigh:"High",qualityLow:"Low",qualityMedium:"Medium",scale:"Skaliraj",scaleAll:"Prikaži sve",scaleFit:"Popuni povrÅ¡inu",scaleNoBorder:"Bez ivice",title:"Osobine fleÅ¡a",vSpace:"VSpace",validateHSpace:"HSpace must be a number.",validateSrc:"Unesite URL linka",validateVSpace:"VSpace must be a number.",windowMode:"Window mode",windowModeOpaque:"Opaque",windowModeTransparent:"Transparent",windowModeWindow:"Window"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/sr.js b/public/assets/ckeditor/plugins/flash/lang/sr.js new file mode 100644 index 0000000..c62614d --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/sr.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","sr",{access:"Script Access",accessAlways:"Always",accessNever:"Never",accessSameDomain:"Same domain",alignAbsBottom:"Abs доле",alignAbsMiddle:"Abs ÑÑедина",alignBaseline:"Ðазно",alignTextTop:"ÐÑÑ ÑекÑÑа",bgcolor:"ÐоÑа позадине",chkFull:"Allow Fullscreen",chkLoop:"ÐонавÑаÑ",chkMenu:"УкÑÑÑи ÑÐ»ÐµÑ Ð¼ÐµÐ½Ð¸",chkPlay:"ÐÑÑомаÑÑки ÑÑаÑÑ",flashvars:"Variables for Flash",hSpace:"HSpace",properties:"ÐÑобине ФлеÑа",propertiesTab:"Properties",quality:"Quality",qualityAutoHigh:"Auto High", +qualityAutoLow:"Auto Low",qualityBest:"Best",qualityHigh:"High",qualityLow:"Low",qualityMedium:"Medium",scale:"СкалиÑаÑ",scaleAll:"ÐÑикажи Ñве",scaleFit:"ÐопÑни повÑÑинÑ",scaleNoBorder:"Ðез ивиÑе",title:"ÐÑобине ÑлеÑа",vSpace:"VSpace",validateHSpace:"HSpace must be a number.",validateSrc:"УнеÑиÑе УРРлинка",validateVSpace:"VSpace must be a number.",windowMode:"Window mode",windowModeOpaque:"Opaque",windowModeTransparent:"Transparent",windowModeWindow:"Window"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/sv.js b/public/assets/ckeditor/plugins/flash/lang/sv.js new file mode 100644 index 0000000..7c6edcc --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/sv.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","sv",{access:"Script-tillgÃ¥ng",accessAlways:"Alltid",accessNever:"Aldrig",accessSameDomain:"Samma domän",alignAbsBottom:"Absolut nederkant",alignAbsMiddle:"Absolut centrering",alignBaseline:"Baslinje",alignTextTop:"Text överkant",bgcolor:"Bakgrundsfärg",chkFull:"TillÃ¥t helskärm",chkLoop:"Upprepa/Loopa",chkMenu:"Aktivera Flashmeny",chkPlay:"Automatisk uppspelning",flashvars:"Variabler för Flash",hSpace:"Horis. marginal",properties:"Flashegenskaper",propertiesTab:"Egenskaper", +quality:"Kvalitet",qualityAutoHigh:"Auto Hög",qualityAutoLow:"Auto LÃ¥g",qualityBest:"Bäst",qualityHigh:"Hög",qualityLow:"LÃ¥g",qualityMedium:"Medium",scale:"Skala",scaleAll:"Visa allt",scaleFit:"Exakt passning",scaleNoBorder:"Ingen ram",title:"Flashegenskaper",vSpace:"Vert. marginal",validateHSpace:"HSpace mÃ¥ste vara ett nummer.",validateSrc:"Var god ange länkens URL",validateVSpace:"VSpace mÃ¥ste vara ett nummer.",windowMode:"Fönsterläge",windowModeOpaque:"Opaque",windowModeTransparent:"Transparent", +windowModeWindow:"Fönster"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/th.js b/public/assets/ckeditor/plugins/flash/lang/th.js new file mode 100644 index 0000000..4993234 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/th.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","th",{access:"à¸à¸²à¸£à¹à¸à¹à¸²à¸à¸¶à¸à¸ªà¸à¸£à¸´à¸à¸à¹",accessAlways:"à¸à¸¥à¸à¸à¹à¸",accessNever:"à¹à¸¡à¹à¹à¸¥à¸¢",accessSameDomain:"à¹à¸à¹à¸¡à¸à¹à¸à¸µà¸¢à¸§à¸à¸±à¸",alignAbsBottom:"à¸à¸´à¸à¸à¹à¸²à¸à¸¥à¹à¸²à¸à¸ªà¸¸à¸",alignAbsMiddle:"à¸à¸¶à¹à¸à¸à¸¥à¸²à¸",alignBaseline:"à¸à¸´à¸à¸à¸£à¸£à¸à¸±à¸",alignTextTop:"à¹à¸à¹à¸à¸±à¸§à¸à¸±à¸à¸©à¸£",bgcolor:"สีà¸à¸·à¹à¸à¸«à¸¥à¸±à¸",chkFull:"à¸à¸à¸¸à¸à¸²à¸à¹à¸«à¹à¹à¸ªà¸à¸à¹à¸à¹à¸¡à¸«à¸à¹à¸²à¸à¸à¹à¸à¹",chkLoop:"à¹à¸¥à¹à¸à¸§à¸à¸£à¸à¸ Loop",chkMenu:"à¹à¸«à¹à¹à¸à¹à¸à¸²à¸à¹à¸¡à¸à¸¹à¸à¸à¸ Flash",chkPlay:"à¹à¸¥à¹à¸à¸à¸±à¸à¹à¸à¸¡à¸±à¸à¸´ Auto Play",flashvars:"à¸à¸±à¸§à¹à¸à¸£à¸ªà¸³à¸«à¸£à¸±à¸ Flas",hSpace:"ระยะà¹à¸à¸§à¸à¸à¸",properties:"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸à¹à¸à¸¥à¹ Flash",propertiesTab:"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´", +quality:"à¸à¸¸à¸à¸ าà¸",qualityAutoHigh:"à¸à¸£à¸±à¸à¸à¸¸à¸à¸ าà¸à¸ªà¸¹à¸à¸à¸±à¸à¹à¸à¸¡à¸±à¸à¸´",qualityAutoLow:"à¸à¸£à¸±à¸à¸à¸¸à¸à¸ าà¸à¸à¹à¸³à¸à¸±à¸à¹à¸à¸¡à¸±à¸à¸´",qualityBest:"à¸à¸µà¸à¸µà¹à¸ªà¸¸à¸",qualityHigh:"สูà¸",qualityLow:"à¸à¹à¸³",qualityMedium:"à¸à¸²à¸à¸à¸¥à¸²à¸",scale:"à¸à¸±à¸à¸£à¸²à¸ªà¹à¸§à¸ Scale",scaleAll:"à¹à¸ªà¸à¸à¹à¸«à¹à¹à¸«à¹à¸à¸à¸±à¹à¸à¸«à¸¡à¸ Show all",scaleFit:"à¹à¸ªà¸à¸à¹à¸«à¹à¸à¸à¸à¸µà¸à¸±à¸à¸à¸·à¹à¸à¸à¸µà¹ Exact Fit",scaleNoBorder:"à¹à¸¡à¹à¹à¸ªà¸à¸à¹à¸ªà¹à¸à¸à¸à¸ No Border",title:"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸à¹à¸à¸¥à¹ Flash",vSpace:"ระยะà¹à¸à¸§à¸à¸±à¹à¸",validateHSpace:"HSpace à¸à¹à¸à¸à¹à¸à¹à¸à¸à¸³à¸à¸§à¸à¸à¸±à¸§à¹à¸¥à¸",validateSrc:"à¸à¸£à¸¸à¸à¸²à¸£à¸°à¸à¸¸à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸à¸à¸à¸à¹à¸¥à¸à¹ (URL)",validateVSpace:"VSpace à¸à¹à¸à¸à¹à¸à¹à¸à¸à¸³à¸à¸§à¸à¸à¸±à¸§à¹à¸¥à¸", +windowMode:"à¹à¸«à¸¡à¸à¸«à¸à¹à¸²à¸à¹à¸²à¸",windowModeOpaque:"à¸à¸§à¸²à¸¡à¸à¸¶à¸à¹à¸ªà¸",windowModeTransparent:"à¸à¸§à¸²à¸¡à¹à¸à¸£à¸à¹à¸ªà¸",windowModeWindow:"หà¸à¹à¸²à¸à¹à¸²à¸"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/tr.js b/public/assets/ckeditor/plugins/flash/lang/tr.js new file mode 100644 index 0000000..8d76aa2 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/tr.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","tr",{access:"Kod İzni",accessAlways:"Herzaman",accessNever:"Asla",accessSameDomain:"Aynı domain",alignAbsBottom:"Tam Altı",alignAbsMiddle:"Tam Ortası",alignBaseline:"Taban Ãizgisi",alignTextTop:"Yazı Tepeye",bgcolor:"Arka Renk",chkFull:"Tam ekrana İzinver",chkLoop:"Döngü",chkMenu:"Flash Menüsünü Kullan",chkPlay:"Otomatik Oynat",flashvars:"Flash DeÄerleri",hSpace:"Yatay BoÅluk",properties:"Flash Ãzellikleri",propertiesTab:"Ãzellikler",quality:"Kalite",qualityAutoHigh:"Otomatik Yükseklik", +qualityAutoLow:"Otomatik DüÅüklük",qualityBest:"En iyi",qualityHigh:"Yüksek",qualityLow:"DüÅük",qualityMedium:"Orta",scale:"Boyutlandır",scaleAll:"Hepsini Göster",scaleFit:"Tam SıÄdır",scaleNoBorder:"Kenar Yok",title:"Flash Ãzellikleri",vSpace:"Dikey BoÅluk",validateHSpace:"HSpace sayı olmalıdır.",validateSrc:"Lütfen köprü URL'sini yazın",validateVSpace:"VSpace sayı olmalıdır.",windowMode:"Pencere modu",windowModeOpaque:"Opak",windowModeTransparent:"Åeffaf",windowModeWindow:"Pencere"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/tt.js b/public/assets/ckeditor/plugins/flash/lang/tt.js new file mode 100644 index 0000000..f8695a8 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/tt.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","tt",{access:"Script Access",accessAlways:"ÒºÉÑвакÑÑ",accessNever:"ÐеÑкайÑан да",accessSameDomain:"Same domain",alignAbsBottom:"ÐÒ£ аÑка",alignAbsMiddle:"ТөгÓл ÑÑÑада",alignBaseline:"ТаÑнÑÑ ÑÑзÑгÑ",alignTextTop:"ТекÑÑ Ó©ÑÑе",bgcolor:"Фон ÑÓ©Ñе",chkFull:"Allow Fullscreen",chkLoop:"ÓйлÓнеÑ",chkMenu:"Enable Flash Menu",chkPlay:"Auto Play",flashvars:"Variables for Flash",hSpace:"ÐоÑизонÑÐ°Ð»Ñ Ð°Ñа",properties:"Ð¤Ð»ÐµÑ Ò¯Ð·Ð»ÐµÐºÐ»ÓÑе",propertiesTab:"ҮзлеклÓÑ",quality:"СÑйÑаÑ",qualityAutoHigh:"ÐвÑо ÑгаÑÑ ÑÑйÑаÑ", +qualityAutoLow:"ÐвÑо ÑүбÓн ÑÑйÑаÑ",qualityBest:"ÐÒ£ ÑгаÑÑ ÑÑйÑаÑ",qualityHigh:"ЮгаÑÑ",qualityLow:"ТүбÉн",qualityMedium:"УÑÑаÑа",scale:"ÐÑÑлÑк",scaleAll:"ÐаÑÑÑÑн күÑÑÓÑÒ¯",scaleFit:"Exact Fit",scaleNoBorder:"ЧикÑез",title:"Ð¤Ð»ÐµÑ Ò¯Ð·Ð»ÐµÐºÐ»ÓÑе",vSpace:"ÐеÑÑÐ¸ÐºÐ°Ð»Ñ Ð°Ñа",validateHSpace:"ÐоÑизонÑÐ°Ð»Ñ Ð°Ñа Ñан бÑлÑÑга ÑиеÑ.",validateSrc:"URL бÑÑ Ð±ÑлмаÑка ÑиеÑ.",validateVSpace:"ÐеÑÑÐ¸ÐºÐ°Ð»Ñ Ð°Ñа Ñан бÑлÑÑга ÑиеÑ.",windowMode:"ТÉÑÉÐ·É ÑÓÑÑибе",windowModeOpaque:"Ò®ÑÓ ÐºÒ¯ÑенмÓле",windowModeTransparent:"Ò®ÑÉ ÐºÒ¯ÑенмÉле",windowModeWindow:"ТÉÑÉзÉ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/ug.js b/public/assets/ckeditor/plugins/flash/lang/ug.js new file mode 100644 index 0000000..36bdb42 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/ug.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","ug",{access:"ÙÙÙÙØ§Ø²Ù ا زÙÙØ§Ø±ÛتÙÛ ÙÙÙ ÙÙÙ",accessAlways:"Ú¾ÛÙ ÙØ´Û",accessNever:"Ú¾ÛØ±Ú¯Ùز",accessSameDomain:"Ø¦ÙØ®Ø´Ø§Ø´ Ø¯Ø§Ø¦ÙØ±ÙدÛ",alignAbsBottom:"Ù ÛØªÙÛ٠ئاستÙ",alignAbsMiddle:"Ù ÛØªÙÛÙ Ø¦ÙØªØªÛرا",alignBaseline:"ئاساسÙÙ Ø³ÙØ²ÙÙ",alignTextTop:"تÛÙÙØ³Øª Ø¦ÛØ³ØªÙدÛ",bgcolor:"تÛÚ¯ÙÙ٠رÛÚÚ¯Ù",chkFull:"Ù¾ÛØªÛ٠ئÛÙØ±Ø§ÙÙÙ ÙÙØ²ØºØ§Øª",chkLoop:"دÛÛØ±ÙÙ",chkMenu:"Flash ØªÙØ²ÙÙ ÙÙÙÙÙ ÙÙØ²ØºØ§Øª",chkPlay:"Ø¦ÛØ²ÙÛÙÙØ¯ÙÙ ÚØ§Ù",flashvars:"Flash Ø¦ÛØ²Ú¯ÛرگÛÚÙ",hSpace:"ØªÙØºØ±ÙØ³ÙØºØ§ ئارÙÙÙÙ",properties:"Flash خاسÙÙÙ",propertiesTab:"خاسÙÙÙ", +quality:"سÛÙ¾ÛØª",qualityAutoHigh:"ÙÛÙÙØ±Ù (ئاپتÙ٠اتÙÙ)",qualityAutoLow:"تÛÛÛÙ (ئاپتÙ٠اتÙÙ)",qualityBest:"ئÛÚ ÙØ§Ø®Ø´Ù",qualityHigh:"ÙÛÙÙØ±Ù",qualityLow:"تÛÛÛÙ",qualityMedium:"Ø¦ÙØªØªÛرا (ئاپتÙ٠اتÙÙ)",scale:"ÙÙØ³Ø¨ÙتÙ",scaleAll:"Ú¾ÛÙ Ù ÙÙÙ ÙÛØ±Ø³Ûت",scaleFit:"ÙÛØªØ¦Ù٠٠اسÙÙØ´ÙØ´",scaleNoBorder:"Ú¯ÙØ±ÛÛÙ ÙÙÙ",title:"Ù Ø§ÛØ²Û",vSpace:"بÙÙÙØºØ§ ئارÙÙÙÙ",validateHSpace:"ØªÙØºØ±ÙØ³ÙØºØ§ ئارÙÙÙÙ ÚÙÙÛ٠سا٠بÙÙÙØ¯Û",validateSrc:"Ø¦ÛØ³ÙÙ Ú¾ÛØ¬Ø¬Ûت Ø¦Ø§Ø¯Ø±ÛØ³ÙÙÙ ÙÙØ±Ú¯ÛزÛÚ",validateVSpace:"بÙÙÙØºØ§ ئارÙÙÙÙ ÚÙÙÛ٠سا٠بÙÙÙØ¯Û",windowMode:"ÙÛØ²ÙÛ٠ھاÙÙØªÙ",windowModeOpaque:"Ø®ÙØ±Û", +windowModeTransparent:"Ø³ÛØ²ÛÙ",windowModeWindow:"ÙÛØ²ÙÛÙ Ú¯ÛÛØ¯ÙسÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/uk.js b/public/assets/ckeditor/plugins/flash/lang/uk.js new file mode 100644 index 0000000..0aab425 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/uk.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","uk",{access:"ÐоÑÑÑп до ÑкÑипÑа",accessAlways:"Ðавжди",accessNever:"ÐÑколи",accessSameDomain:"Ð Ñого ж домена",alignAbsBottom:"Ðо нижнÑÐ¾Ð¼Ñ ÐºÑÐ°Ñ (abs)",alignAbsMiddle:"Ðо ÑеÑÐµÐ´Ð¸Ð½Ñ (abs)",alignBaseline:"Ðо базовÑй лÑнÑÑ",alignTextTop:"ТекÑÑ Ð¿Ð¾ веÑÑ Ð½ÑÐ¾Ð¼Ñ ÐºÑаÑ",bgcolor:"ÐолÑÑ ÑонÑ",chkFull:"ÐозволиÑи повноекÑанний пеÑеглÑд",chkLoop:"ЦиклÑÑно",chkMenu:"ÐозволиÑи Ð¼ÐµÐ½Ñ Flash",chkPlay:"ÐвÑопÑогÑаваннÑ",flashvars:"ÐмÑÐ½Ð½Ñ Flash",hSpace:"ÐоÑиз. вÑдÑÑÑп",properties:"ÐлаÑÑивоÑÑÑ Flash", +propertiesTab:"ÐлаÑÑивоÑÑÑ",quality:"ЯкÑÑÑÑ",qualityAutoHigh:"ÐвÑом. вÑдмÑнна",qualityAutoLow:"ÐвÑом. низÑка",qualityBest:"ÐÑдмÑнна",qualityHigh:"ÐиÑока",qualityLow:"ÐизÑка",qualityMedium:"СеÑеднÑ",scale:"ÐаÑÑÑаб",scaleAll:"ÐоказаÑи вÑе",scaleFit:"ÐоÑ. ÑозмÑÑ",scaleNoBorder:"Ðез Ñамки",title:"ÐлаÑÑивоÑÑÑ Flash",vSpace:"ÐеÑÑ. вÑдÑÑÑп",validateHSpace:"ÐоÑиз. вÑдÑÑÑп повинен бÑÑи ÑÑлим ÑиÑлом.",validateSrc:"URL поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ðµ може бÑÑи поÑожнÑм.",validateVSpace:"ÐеÑÑ. вÑдÑÑÑп повинен бÑÑи ÑÑлим ÑиÑлом.", +windowMode:"ÐÑконний Ñежим",windowModeOpaque:"ÐепÑозоÑÑÑÑÑ",windowModeTransparent:"ÐÑозоÑÑÑÑÑ",windowModeWindow:"ÐÑкно"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/vi.js b/public/assets/ckeditor/plugins/flash/lang/vi.js new file mode 100644 index 0000000..17a0c1b --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/vi.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","vi",{access:"Truy cáºp mã",accessAlways:"Luôn luôn",accessNever:"Không bao giá»",accessSameDomain:"Cùng tên miá»n",alignAbsBottom:"Dưá»i tuyá»t Äá»i",alignAbsMiddle:"Giữa tuyá»t Äá»i",alignBaseline:"ÄÆ°á»ng cÆ¡ sá»",alignTextTop:"PhÃa trên chữ",bgcolor:"Mà u ná»n",chkFull:"Cho phép toà n mà n hình",chkLoop:"Lặp",chkMenu:"Cho phép báºt menu cá»§a Flash",chkPlay:"Tá»± Äá»ng chạy",flashvars:"Các biến sá» dà nh cho Flash",hSpace:"Khoảng Äá»m ngang",properties:"Thuá»c tÃnh Flash",propertiesTab:"Thuá»c tÃnh", +quality:"Chất lượng",qualityAutoHigh:"Cao tá»± Äá»ng",qualityAutoLow:"Thấp tá»± Äá»ng",qualityBest:"Tá»t nhất",qualityHigh:"Cao",qualityLow:"Thấp",qualityMedium:"Trung bình",scale:"Tá»· lá»",scaleAll:"Hiá»n thá» tất cả",scaleFit:"Vừa vặn",scaleNoBorder:"Không ÄÆ°á»ng viá»n",title:"Thuá»c tÃnh Flash",vSpace:"Khoảng Äá»m dá»c",validateHSpace:"Khoảng Äá»m ngang phải là sá» nguyên.",validateSrc:"Hãy ÄÆ°a và o ÄÆ°á»ng dẫn liên kết",validateVSpace:"Khoảng Äá»m dá»c phải là sá» nguyên.",windowMode:"Chế Äá» cá»a sá»",windowModeOpaque:"Má» Äục", +windowModeTransparent:"Trong suá»t",windowModeWindow:"Cá»a sá»"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/zh-cn.js b/public/assets/ckeditor/plugins/flash/lang/zh-cn.js new file mode 100644 index 0000000..d7be33b --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/zh-cn.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","zh-cn",{access:"å è®¸èæ¬è®¿é®",accessAlways:"æ»æ¯",accessNever:"ä»ä¸",accessSameDomain:"åå",alignAbsBottom:"ç»å¯¹åºé¨",alignAbsMiddle:"ç»å¯¹å± ä¸",alignBaseline:"åºçº¿",alignTextTop:"ææ¬ä¸æ¹",bgcolor:"èæ¯é¢è²",chkFull:"å¯ç¨å ¨å±",chkLoop:"循ç¯",chkMenu:"å¯ç¨ Flash èå",chkPlay:"èªå¨ææ¾",flashvars:"Flash åé",hSpace:"æ°´å¹³é´è·",properties:"Flash 屿§",propertiesTab:"屿§",quality:"è´¨é",qualityAutoHigh:"é«(èªå¨)",qualityAutoLow:"ä½(èªå¨)",qualityBest:"æå¥½",qualityHigh:"é«",qualityLow:"ä½",qualityMedium:"ä¸(èªå¨)",scale:"缩æ¾",scaleAll:"å ¨é¨æ¾ç¤º", +scaleFit:"ä¸¥æ ¼å¹é ",scaleNoBorder:"æ è¾¹æ¡",title:"æ é¢",vSpace:"åç´é´è·",validateHSpace:"æ°´å¹³é´è·å¿ 须为æ°åæ ¼å¼",validateSrc:"请è¾å ¥æºæä»¶å°å",validateVSpace:"åç´é´è·å¿ 须为æ°åæ ¼å¼",windowMode:"çªä½æ¨¡å¼",windowModeOpaque:"ä¸éæ",windowModeTransparent:"éæ",windowModeWindow:"çªä½"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/lang/zh.js b/public/assets/ckeditor/plugins/flash/lang/zh.js new file mode 100644 index 0000000..83af682 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/lang/zh.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("flash","zh",{access:"è ³æ¬åå",accessAlways:"æ°¸é ",accessNever:"å¾ä¸",accessSameDomain:"ç¸åç¶²å",alignAbsBottom:"çµå°ä¸æ¹",alignAbsMiddle:"çµå°ç½®ä¸",alignBaseline:"åºæºç·",alignTextTop:"ä¸å±¤æå",bgcolor:"èæ¯é¡è²",chkFull:"å è¨±å ¨è¢å¹",chkLoop:"éè¤ææ¾",chkMenu:"åç¨ Flash é¸å®",chkPlay:"èªåææ¾",flashvars:"Flash è®æ¸",hSpace:"HSpace",properties:"Flash 屬æ§ââ",propertiesTab:"屬æ§",quality:"å質",qualityAutoHigh:"èªåé«",qualityAutoLow:"èªåä½",qualityBest:"æä½³",qualityHigh:"é«",qualityLow:"ä½",qualityMedium:"ä¸",scale:"ç¸®æ¾æ¯ä¾",scaleAll:"å ¨é¨é¡¯ç¤º", +scaleFit:"æé©å",scaleNoBorder:"ç¡æ¡ç·",title:"Flash 屬æ§ââ",vSpace:"VSpace",validateHSpace:"HSpace å¿ é çºæ¸åã",validateSrc:"URL ä¸å¯çºç©ºç½ã",validateVSpace:"VSpace å¿ é çºæ¸åã",windowMode:"è¦çªæ¨¡å¼",windowModeOpaque:"ä¸éæ",windowModeTransparent:"éæ",windowModeWindow:"è¦çª"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/flash/plugin.js b/public/assets/ckeditor/plugins/flash/plugin.js new file mode 100644 index 0000000..23bf487 --- /dev/null +++ b/public/assets/ckeditor/plugins/flash/plugin.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function d(a){a=a.attributes;return"application/x-shockwave-flash"==a.type||f.test(a.src||"")}function e(a,b){return a.createFakeParserElement(b,"cke_flash","flash",!0)}var f=/\.swf(?:$|\?)/i;CKEDITOR.plugins.add("flash",{requires:"dialog,fakeobjects",lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"flash", +hidpi:!0,onLoad:function(){CKEDITOR.addCss("img.cke_flash{background-image: url("+CKEDITOR.getUrl(this.path+"images/placeholder.png")+");background-position: center center;background-repeat: no-repeat;border: 1px solid #a9a9a9;width: 80px;height: 80px;}")},init:function(a){var b="object[classid,codebase,height,hspace,vspace,width];param[name,value];embed[height,hspace,pluginspage,src,type,vspace,width]";CKEDITOR.dialog.isTabEnabled(a,"flash","properties")&&(b+=";object[align]; embed[allowscriptaccess,quality,scale,wmode]"); +CKEDITOR.dialog.isTabEnabled(a,"flash","advanced")&&(b+=";object[id]{*}; embed[bgcolor]{*}(*)");a.addCommand("flash",new CKEDITOR.dialogCommand("flash",{allowedContent:b,requiredContent:"embed"}));a.ui.addButton&&a.ui.addButton("Flash",{label:a.lang.common.flash,command:"flash",toolbar:"insert,20"});CKEDITOR.dialog.add("flash",this.path+"dialogs/flash.js");a.addMenuItems&&a.addMenuItems({flash:{label:a.lang.flash.properties,command:"flash",group:"flash"}});a.on("doubleclick",function(a){var b=a.data.element; +b.is("img")&&"flash"==b.data("cke-real-element-type")&&(a.data.dialog="flash")});a.contextMenu&&a.contextMenu.addListener(function(a){if(a&&a.is("img")&&!a.isReadOnly()&&"flash"==a.data("cke-real-element-type"))return{flash:CKEDITOR.TRISTATE_OFF}})},afterInit:function(a){var b=a.dataProcessor;(b=b&&b.dataFilter)&&b.addRules({elements:{"cke:object":function(b){var c=b.attributes;if(!(c.classid&&String(c.classid).toLowerCase()||d(b))){for(c=0;c<b.children.length;c++)if("cke:embed"==b.children[c].name){if(!d(b.children[c]))break; +return e(a,b)}return null}return e(a,b)},"cke:embed":function(b){return d(b)?e(a,b):null}}},5)}})})();CKEDITOR.tools.extend(CKEDITOR.config,{flashEmbedTagOnly:!1,flashAddEmbedTag:!0,flashConvertOnEdit:!1}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/af.js b/public/assets/ckeditor/plugins/font/lang/af.js new file mode 100644 index 0000000..0473fe9 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","af",{fontSize:{label:"Grootte",voiceLabel:"Fontgrootte",panelTitle:"Fontgrootte"},label:"Font",panelTitle:"Fontnaam",voiceLabel:"Font"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/ar.js b/public/assets/ckeditor/plugins/font/lang/ar.js new file mode 100644 index 0000000..cf81e27 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","ar",{fontSize:{label:"ØØ¬Ù Ø§ÙØ®Ø·",voiceLabel:"ØØ¬Ù Ø§ÙØ®Ø·",panelTitle:"ØØ¬Ù Ø§ÙØ®Ø·"},label:"خط",panelTitle:"ØØ¬Ù Ø§ÙØ®Ø·",voiceLabel:"ØØ¬Ù Ø§ÙØ®Ø·"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/bg.js b/public/assets/ckeditor/plugins/font/lang/bg.js new file mode 100644 index 0000000..62e05fe --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","bg",{fontSize:{label:"РазмеÑ",voiceLabel:"Ð Ð°Ð·Ð¼ÐµÑ Ð½Ð° ÑÑиÑÑ",panelTitle:"Ð Ð°Ð·Ð¼ÐµÑ Ð½Ð° ÑÑиÑÑ"},label:"ШÑиÑÑ",panelTitle:"Ðме на ÑÑиÑÑ",voiceLabel:"ШÑиÑÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/bn.js b/public/assets/ckeditor/plugins/font/lang/bn.js new file mode 100644 index 0000000..98cd270 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","bn",{fontSize:{label:"সাà¦à¦",voiceLabel:"Font Size",panelTitle:"সাà¦à¦"},label:"ফনà§à¦",panelTitle:"ফনà§à¦",voiceLabel:"ফনà§à¦"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/bs.js b/public/assets/ckeditor/plugins/font/lang/bs.js new file mode 100644 index 0000000..171cdc1 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","bs",{fontSize:{label:"Velièina",voiceLabel:"Font Size",panelTitle:"Velièina"},label:"Font",panelTitle:"Font",voiceLabel:"Font"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/ca.js b/public/assets/ckeditor/plugins/font/lang/ca.js new file mode 100644 index 0000000..b710fa7 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","ca",{fontSize:{label:"Mida",voiceLabel:"Mida de la lletra",panelTitle:"Mida de la lletra"},label:"Tipus de lletra",panelTitle:"Tipus de lletra",voiceLabel:"Tipus de lletra"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/cs.js b/public/assets/ckeditor/plugins/font/lang/cs.js new file mode 100644 index 0000000..31c3d38 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","cs",{fontSize:{label:"Velikost",voiceLabel:"Velikost pÃsma",panelTitle:"Velikost"},label:"PÃsmo",panelTitle:"PÃsmo",voiceLabel:"PÃsmo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/cy.js b/public/assets/ckeditor/plugins/font/lang/cy.js new file mode 100644 index 0000000..d85cdff --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","cy",{fontSize:{label:"Maint",voiceLabel:"Maint y Ffont",panelTitle:"Maint y Ffont"},label:"Ffont",panelTitle:"Enw'r Ffont",voiceLabel:"Ffont"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/da.js b/public/assets/ckeditor/plugins/font/lang/da.js new file mode 100644 index 0000000..24b0292 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","da",{fontSize:{label:"Skriftstørrelse",voiceLabel:"Skriftstørrelse",panelTitle:"Skriftstørrelse"},label:"Skrifttype",panelTitle:"Skrifttype",voiceLabel:"Skrifttype"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/de-ch.js b/public/assets/ckeditor/plugins/font/lang/de-ch.js new file mode 100644 index 0000000..4bf8f75 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","de-ch",{fontSize:{label:"Grösse",voiceLabel:"Schrifgrösse",panelTitle:"Schriftgrösse"},label:"Schriftart",panelTitle:"Schriftartname",voiceLabel:"Schriftart"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/de.js b/public/assets/ckeditor/plugins/font/lang/de.js new file mode 100644 index 0000000..1633ad2 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","de",{fontSize:{label:"GröÃe",voiceLabel:"SchrifgröÃe",panelTitle:"SchriftgröÃe"},label:"Schriftart",panelTitle:"Schriftartname",voiceLabel:"Schriftart"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/el.js b/public/assets/ckeditor/plugins/font/lang/el.js new file mode 100644 index 0000000..ecb9a8b --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","el",{fontSize:{label:"ÎÎγεθοÏ",voiceLabel:"ÎÎÎ³ÎµÎ¸Î¿Ï ÎÏαμμαÏοÏειÏάÏ",panelTitle:"ÎÎÎ³ÎµÎ¸Î¿Ï ÎÏαμμαÏοÏειÏάÏ"},label:"ÎÏαμμαÏοÏειÏά",panelTitle:"Îνομα ÎÏαμμαÏοÏειÏάÏ",voiceLabel:"ÎÏαμμαÏοÏειÏά"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/en-au.js b/public/assets/ckeditor/plugins/font/lang/en-au.js new file mode 100644 index 0000000..8b19ae0 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","en-au",{fontSize:{label:"Size",voiceLabel:"Font Size",panelTitle:"Font Size"},label:"Font",panelTitle:"Font Name",voiceLabel:"Font"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/en-ca.js b/public/assets/ckeditor/plugins/font/lang/en-ca.js new file mode 100644 index 0000000..a41715d --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","en-ca",{fontSize:{label:"Size",voiceLabel:"Font Size",panelTitle:"Font Size"},label:"Font",panelTitle:"Font Name",voiceLabel:"Font"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/en-gb.js b/public/assets/ckeditor/plugins/font/lang/en-gb.js new file mode 100644 index 0000000..aa7fd0d --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","en-gb",{fontSize:{label:"Size",voiceLabel:"Font Size",panelTitle:"Font Size"},label:"Font",panelTitle:"Font Name",voiceLabel:"Font"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/en.js b/public/assets/ckeditor/plugins/font/lang/en.js new file mode 100644 index 0000000..c332c07 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","en",{fontSize:{label:"Size",voiceLabel:"Font Size",panelTitle:"Font Size"},label:"Font",panelTitle:"Font Name",voiceLabel:"Font"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/eo.js b/public/assets/ckeditor/plugins/font/lang/eo.js new file mode 100644 index 0000000..bf6f512 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","eo",{fontSize:{label:"Grado",voiceLabel:"Tipara grado",panelTitle:"Tipara grado"},label:"Tiparo",panelTitle:"Tipara nomo",voiceLabel:"Tiparo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/es.js b/public/assets/ckeditor/plugins/font/lang/es.js new file mode 100644 index 0000000..c452c86 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","es",{fontSize:{label:"Tamaño",voiceLabel:"Tamaño de fuente",panelTitle:"Tamaño"},label:"Fuente",panelTitle:"Fuente",voiceLabel:"Fuente"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/et.js b/public/assets/ckeditor/plugins/font/lang/et.js new file mode 100644 index 0000000..76f2b07 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","et",{fontSize:{label:"Suurus",voiceLabel:"Kirja suurus",panelTitle:"Suurus"},label:"Kiri",panelTitle:"Kiri",voiceLabel:"Kiri"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/eu.js b/public/assets/ckeditor/plugins/font/lang/eu.js new file mode 100644 index 0000000..8a13ba0 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","eu",{fontSize:{label:"Tamaina",voiceLabel:"Letra-tamaina",panelTitle:"Letra-tamaina"},label:"Letra-tipoa",panelTitle:"Letra-tipoaren izena",voiceLabel:"Letra-tipoa"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/fa.js b/public/assets/ckeditor/plugins/font/lang/fa.js new file mode 100644 index 0000000..b4b4cfc --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","fa",{fontSize:{label:"Ø§ÙØ¯Ø§Ø²Ù",voiceLabel:"Ø§ÙØ¯Ø§Ø²Ù ÙÙÙ ",panelTitle:"Ø§ÙØ¯Ø§Ø²Ù ÙÙÙ "},label:"ÙÙÙ ",panelTitle:"ÙØ§Ù ÙÙÙ ",voiceLabel:"ÙÙÙ "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/fi.js b/public/assets/ckeditor/plugins/font/lang/fi.js new file mode 100644 index 0000000..59de601 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","fi",{fontSize:{label:"Koko",voiceLabel:"Kirjaisimen koko",panelTitle:"Koko"},label:"Kirjaisinlaji",panelTitle:"Kirjaisinlaji",voiceLabel:"Kirjaisinlaji"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/fo.js b/public/assets/ckeditor/plugins/font/lang/fo.js new file mode 100644 index 0000000..2080e02 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","fo",{fontSize:{label:"Skriftstødd",voiceLabel:"Skriftstødd",panelTitle:"Skriftstødd"},label:"Skrift",panelTitle:"Skrift",voiceLabel:"Skrift"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/fr-ca.js b/public/assets/ckeditor/plugins/font/lang/fr-ca.js new file mode 100644 index 0000000..bcf3fc1 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","fr-ca",{fontSize:{label:"Taille",voiceLabel:"Taille",panelTitle:"Taille"},label:"Police",panelTitle:"Police",voiceLabel:"Police"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/fr.js b/public/assets/ckeditor/plugins/font/lang/fr.js new file mode 100644 index 0000000..32486dc --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","fr",{fontSize:{label:"Taille",voiceLabel:"Taille de police",panelTitle:"Taille de police"},label:"Police",panelTitle:"Style de police",voiceLabel:"Police"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/gl.js b/public/assets/ckeditor/plugins/font/lang/gl.js new file mode 100644 index 0000000..74fdf0d --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","gl",{fontSize:{label:"Tamaño",voiceLabel:"Tamaño da letra",panelTitle:"Tamaño da letra"},label:"Tipo de letra",panelTitle:"Nome do tipo de letra",voiceLabel:"Tipo de letra"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/gu.js b/public/assets/ckeditor/plugins/font/lang/gu.js new file mode 100644 index 0000000..7c1a267 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","gu",{fontSize:{label:"ફà«àª¨à«àª સાàªàª/àªàª¦",voiceLabel:"ફà«àª¨à«àª સાàªàª",panelTitle:"ફà«àª¨à«àª સાàªàª/àªàª¦"},label:"ફà«àª¨à«àª",panelTitle:"ફà«àª¨à«àª",voiceLabel:"ફà«àª¨à«àª"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/he.js b/public/assets/ckeditor/plugins/font/lang/he.js new file mode 100644 index 0000000..a712a5a --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","he",{fontSize:{label:"××××",voiceLabel:"××××",panelTitle:"××××"},label:"××פ×",panelTitle:"××פ×",voiceLabel:"××פ×"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/hi.js b/public/assets/ckeditor/plugins/font/lang/hi.js new file mode 100644 index 0000000..2c66d5f --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","hi",{fontSize:{label:"साà¤à¥",voiceLabel:"Font Size",panelTitle:"साà¤à¥"},label:"à¥à¥à¤¨à¥à¤",panelTitle:"à¥à¥à¤¨à¥à¤",voiceLabel:"à¥à¥à¤¨à¥à¤"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/hr.js b/public/assets/ckeditor/plugins/font/lang/hr.js new file mode 100644 index 0000000..4cb480d --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","hr",{fontSize:{label:"VeliÄina",voiceLabel:"VeliÄina slova",panelTitle:"VeliÄina"},label:"Font",panelTitle:"Font",voiceLabel:"Font"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/hu.js b/public/assets/ckeditor/plugins/font/lang/hu.js new file mode 100644 index 0000000..e9edbdb --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","hu",{fontSize:{label:"Méret",voiceLabel:"Betűméret",panelTitle:"Méret"},label:"BetűtÃpus",panelTitle:"BetűtÃpus",voiceLabel:"BetűtÃpus"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/id.js b/public/assets/ckeditor/plugins/font/lang/id.js new file mode 100644 index 0000000..8b983a7 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","id",{fontSize:{label:"Ukuran",voiceLabel:"Ukuran Huruf",panelTitle:"Ukuran Huruf"},label:"Huruf",panelTitle:"Font Name",voiceLabel:"Huruf"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/is.js b/public/assets/ckeditor/plugins/font/lang/is.js new file mode 100644 index 0000000..9fbd17d --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","is",{fontSize:{label:"Leturstærð ",voiceLabel:"Font Size",panelTitle:"Leturstærð "},label:"Leturgerð ",panelTitle:"Leturgerð ",voiceLabel:"Leturgerð "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/it.js b/public/assets/ckeditor/plugins/font/lang/it.js new file mode 100644 index 0000000..146a8fb --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","it",{fontSize:{label:"Dimensione",voiceLabel:"Dimensione Carattere",panelTitle:"Dimensione"},label:"Carattere",panelTitle:"Carattere",voiceLabel:"Carattere"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/ja.js b/public/assets/ckeditor/plugins/font/lang/ja.js new file mode 100644 index 0000000..c7e579e --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","ja",{fontSize:{label:"ãµã¤ãº",voiceLabel:"ãã©ã³ããµã¤ãº",panelTitle:"ãã©ã³ããµã¤ãº"},label:"ãã©ã³ã",panelTitle:"ãã©ã³ã",voiceLabel:"ãã©ã³ã"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/ka.js b/public/assets/ckeditor/plugins/font/lang/ka.js new file mode 100644 index 0000000..a45a4b5 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","ka",{fontSize:{label:"áááá",voiceLabel:"á¢áá¥á¡á¢áá¡ áááá",panelTitle:"á¢áá¥á¡á¢áá¡ áááá"},label:"á¤ááá¢á",panelTitle:"á¤ááá¢áá¡ á¡áá®ááá",voiceLabel:"á¤ááá¢á"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/km.js b/public/assets/ckeditor/plugins/font/lang/km.js new file mode 100644 index 0000000..b817819 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","km",{fontSize:{label:"ááá á",voiceLabel:"ááá áâá¢áááá",panelTitle:"ááá áâá¢áááá"},label:"áá»áááâá¢áááá",panelTitle:"áááááâáá»áááâá¢áááá",voiceLabel:"áá»áááâá¢áááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/ko.js b/public/assets/ckeditor/plugins/font/lang/ko.js new file mode 100644 index 0000000..db6795b --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","ko",{fontSize:{label:"í¬ê¸°",voiceLabel:"ê¸ì í¬ê¸°",panelTitle:"ê¸ì í¬ê¸°"},label:"ê¸ê¼´",panelTitle:"ê¸ê¼´",voiceLabel:"ê¸ê¼´"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/ku.js b/public/assets/ckeditor/plugins/font/lang/ku.js new file mode 100644 index 0000000..9e2d558 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","ku",{fontSize:{label:"Ú¯ÛÙØ±ÛÛÛ",voiceLabel:"Ú¯ÛÙØ±ÛÛÛ ÙÛÙØª",panelTitle:"Ú¯ÛÙØ±ÛÛÛ ÙÛÙØª"},label:"ÙÛÙØª",panelTitle:"ÙØ§ÙÛ ÙÛÙØª",voiceLabel:"ÙÛÙØª"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/lt.js b/public/assets/ckeditor/plugins/font/lang/lt.js new file mode 100644 index 0000000..c613a9d --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","lt",{fontSize:{label:"Å rifto dydis",voiceLabel:"Å rifto dydis",panelTitle:"Å rifto dydis"},label:"Å riftas",panelTitle:"Å riftas",voiceLabel:"Å riftas"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/lv.js b/public/assets/ckeditor/plugins/font/lang/lv.js new file mode 100644 index 0000000..023b054 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","lv",{fontSize:{label:"IzmÄrs",voiceLabel:"Fonta izmeÅs",panelTitle:"IzmÄrs"},label:"Å rifts",panelTitle:"Å rifts",voiceLabel:"Fonts"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/mk.js b/public/assets/ckeditor/plugins/font/lang/mk.js new file mode 100644 index 0000000..c47889e --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","mk",{fontSize:{label:"Size",voiceLabel:"Font Size",panelTitle:"Font Size"},label:"Font",panelTitle:"Font Name",voiceLabel:"Font"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/mn.js b/public/assets/ckeditor/plugins/font/lang/mn.js new file mode 100644 index 0000000..855b36e --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","mn",{fontSize:{label:"Ð¥ÑмжÑÑ",voiceLabel:"Ò®Ñгийн Ñ ÑмжÑÑ",panelTitle:"Ò®Ñгийн Ñ ÑмжÑÑ"},label:"Ò®Ñгийн Ñ ÑлбÑÑ",panelTitle:"ҮгÑийн Ñ ÑлбÑÑийн нÑÑ",voiceLabel:"ҮгÑийн Ñ ÑлбÑÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/ms.js b/public/assets/ckeditor/plugins/font/lang/ms.js new file mode 100644 index 0000000..bf2cac9 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","ms",{fontSize:{label:"Saiz",voiceLabel:"Font Size",panelTitle:"Saiz"},label:"Font",panelTitle:"Font",voiceLabel:"Font"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/nb.js b/public/assets/ckeditor/plugins/font/lang/nb.js new file mode 100644 index 0000000..3e85a26 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","nb",{fontSize:{label:"Størrelse",voiceLabel:"Skriftstørrelse",panelTitle:"Skriftstørrelse"},label:"Skrift",panelTitle:"Skrift",voiceLabel:"Font"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/nl.js b/public/assets/ckeditor/plugins/font/lang/nl.js new file mode 100644 index 0000000..301a942 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","nl",{fontSize:{label:"Lettergrootte",voiceLabel:"Lettergrootte",panelTitle:"Lettergrootte"},label:"Lettertype",panelTitle:"Lettertype",voiceLabel:"Lettertype"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/no.js b/public/assets/ckeditor/plugins/font/lang/no.js new file mode 100644 index 0000000..2e45e27 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","no",{fontSize:{label:"Størrelse",voiceLabel:"Font Størrelse",panelTitle:"Størrelse"},label:"Skrift",panelTitle:"Skrift",voiceLabel:"Font"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/pl.js b/public/assets/ckeditor/plugins/font/lang/pl.js new file mode 100644 index 0000000..f15dd76 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","pl",{fontSize:{label:"Rozmiar",voiceLabel:"Rozmiar czcionki",panelTitle:"Rozmiar"},label:"Czcionka",panelTitle:"Czcionka",voiceLabel:"Czcionka"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/pt-br.js b/public/assets/ckeditor/plugins/font/lang/pt-br.js new file mode 100644 index 0000000..bfe0147 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","pt-br",{fontSize:{label:"Tamanho",voiceLabel:"Tamanho da fonte",panelTitle:"Tamanho"},label:"Fonte",panelTitle:"Fonte",voiceLabel:"Fonte"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/pt.js b/public/assets/ckeditor/plugins/font/lang/pt.js new file mode 100644 index 0000000..0bf67ff --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","pt",{fontSize:{label:"Tamanho",voiceLabel:"Tamanho da letra",panelTitle:"Tamanho da letra"},label:"Fonte",panelTitle:"Nome do Tipo de Letra",voiceLabel:"Tipo de Letra"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/ro.js b/public/assets/ckeditor/plugins/font/lang/ro.js new file mode 100644 index 0000000..2b10181 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","ro",{fontSize:{label:"MÄrime",voiceLabel:"Font Size",panelTitle:"MÄrime"},label:"Font",panelTitle:"Font",voiceLabel:"Font"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/ru.js b/public/assets/ckeditor/plugins/font/lang/ru.js new file mode 100644 index 0000000..c540721 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","ru",{fontSize:{label:"РазмеÑ",voiceLabel:"Ð Ð°Ð·Ð¼ÐµÑ ÑÑиÑÑа",panelTitle:"Ð Ð°Ð·Ð¼ÐµÑ ÑÑиÑÑа"},label:"ШÑиÑÑ",panelTitle:"ШÑиÑÑ",voiceLabel:"ШÑиÑÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/si.js b/public/assets/ckeditor/plugins/font/lang/si.js new file mode 100644 index 0000000..c6246da --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","si",{fontSize:{label:"à·à·à·à·à¶½à¶à·à·à¶º",voiceLabel:"à¶ à¶à·à·à¶» à·à·à·à·à¶½à¶à·à·à¶º",panelTitle:"à¶ à¶à·à·à¶» à·à·à·à·à¶½à¶à·à·à¶º"},label:"à¶ à¶à·à·à¶»à¶º",panelTitle:"à¶ à¶à·à·à¶» à¶±à·à¶¸à¶º",voiceLabel:"à¶ à¶à·à·à¶»"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/sk.js b/public/assets/ckeditor/plugins/font/lang/sk.js new file mode 100644 index 0000000..fbc3a71 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","sk",{fontSize:{label:"VeľkosÅ¥",voiceLabel:"VeľkosÅ¥ pÃsma",panelTitle:"VeľkosÅ¥ pÃsma"},label:"PÃsmo",panelTitle:"Názov pÃsma",voiceLabel:"PÃsmo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/sl.js b/public/assets/ckeditor/plugins/font/lang/sl.js new file mode 100644 index 0000000..061fea4 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","sl",{fontSize:{label:"Velikost",voiceLabel:"Velikost",panelTitle:"Velikost"},label:"Pisava",panelTitle:"Pisava",voiceLabel:"Pisava"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/sq.js b/public/assets/ckeditor/plugins/font/lang/sq.js new file mode 100644 index 0000000..c7c9593 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","sq",{fontSize:{label:"Madhësia",voiceLabel:"Madhësia e Shkronjës",panelTitle:"Madhësia e Shkronjës"},label:"Shkronja",panelTitle:"Emri i Shkronjës",voiceLabel:"Shkronja"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/sr-latn.js b/public/assets/ckeditor/plugins/font/lang/sr-latn.js new file mode 100644 index 0000000..87604c2 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","sr-latn",{fontSize:{label:"VeliÄina fonta",voiceLabel:"Font Size",panelTitle:"VeliÄina fonta"},label:"Font",panelTitle:"Font",voiceLabel:"Font"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/sr.js b/public/assets/ckeditor/plugins/font/lang/sr.js new file mode 100644 index 0000000..5e2276d --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","sr",{fontSize:{label:"ÐелиÑина ÑонÑа",voiceLabel:"Font Size",panelTitle:"ÐелиÑина ÑонÑа"},label:"ФонÑ",panelTitle:"ФонÑ",voiceLabel:"ФонÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/sv.js b/public/assets/ckeditor/plugins/font/lang/sv.js new file mode 100644 index 0000000..6eb9e8e --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","sv",{fontSize:{label:"Storlek",voiceLabel:"Teckenstorlek",panelTitle:"Teckenstorlek"},label:"Typsnitt",panelTitle:"Typsnitt",voiceLabel:"Typsnitt"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/th.js b/public/assets/ckeditor/plugins/font/lang/th.js new file mode 100644 index 0000000..464cab1 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","th",{fontSize:{label:"à¸à¸à¸²à¸",voiceLabel:"Font Size",panelTitle:"à¸à¸à¸²à¸"},label:"à¹à¸à¸à¸à¸±à¸à¸©à¸£",panelTitle:"à¹à¸à¸à¸à¸±à¸à¸©à¸£",voiceLabel:"à¹à¸à¸à¸à¸±à¸à¸©à¸£"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/tr.js b/public/assets/ckeditor/plugins/font/lang/tr.js new file mode 100644 index 0000000..424f665 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","tr",{fontSize:{label:"Boyut",voiceLabel:"Font Size",panelTitle:"Boyut"},label:"Yazı Türü",panelTitle:"Yazı Türü",voiceLabel:"Font"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/tt.js b/public/assets/ckeditor/plugins/font/lang/tt.js new file mode 100644 index 0000000..623cbcb --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","tt",{fontSize:{label:"ÐÑÑлÑк",voiceLabel:"ШÑиÑÑ Ð·ÑÑлÑклаÑÑ",panelTitle:"ШÑиÑÑ Ð·ÑÑлÑклаÑÑ"},label:"ШÑиÑÑ",panelTitle:"ШÑиÑÑ Ð¸Ñеме",voiceLabel:"ШÑиÑÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/ug.js b/public/assets/ckeditor/plugins/font/lang/ug.js new file mode 100644 index 0000000..235c677 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","ug",{fontSize:{label:"ÚÙÚÙÛÙÙ",voiceLabel:"Ø®ÛØª ÚÙÚÙÛÙÙ",panelTitle:"ÚÙÚÙÛÙÙ"},label:"Ø®ÛØª ÙÛØ³Ø®Ø§",panelTitle:"Ø®ÛØª ÙÛØ³Ø®Ø§",voiceLabel:"Ø®ÛØª ÙÛØ³Ø®Ø§"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/uk.js b/public/assets/ckeditor/plugins/font/lang/uk.js new file mode 100644 index 0000000..8a2387f --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","uk",{fontSize:{label:"РозмÑÑ",voiceLabel:"РозмÑÑ ÑÑиÑÑÑ",panelTitle:"РозмÑÑ"},label:"ШÑиÑÑ",panelTitle:"ШÑиÑÑ",voiceLabel:"ШÑиÑÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/vi.js b/public/assets/ckeditor/plugins/font/lang/vi.js new file mode 100644 index 0000000..e082b7b --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","vi",{fontSize:{label:"Cỡ chữ",voiceLabel:"KÃch cỡ phông",panelTitle:"Cỡ chữ"},label:"Phông",panelTitle:"Phông",voiceLabel:"Phông"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/zh-cn.js b/public/assets/ckeditor/plugins/font/lang/zh-cn.js new file mode 100644 index 0000000..370710a --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","zh-cn",{fontSize:{label:"大å°",voiceLabel:"æå大å°",panelTitle:"大å°"},label:"åä½",panelTitle:"åä½",voiceLabel:"åä½"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/lang/zh.js b/public/assets/ckeditor/plugins/font/lang/zh.js new file mode 100644 index 0000000..a271681 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","zh",{fontSize:{label:"大å°",voiceLabel:"åå大å°",panelTitle:"åå大å°"},label:"åå",panelTitle:"ååå稱",voiceLabel:"åå"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/font/plugin.js b/public/assets/ckeditor/plugins/font/plugin.js new file mode 100644 index 0000000..8f1c326 --- /dev/null +++ b/public/assets/ckeditor/plugins/font/plugin.js @@ -0,0 +1,10 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function l(a,b,c,f,p,l,t,v){var w=a.config,q=new CKEDITOR.style(t),k=p.split(";");p=[];for(var m={},d=0;d<k.length;d++){var h=k[d];if(h){var h=h.split("/"),u={},n=k[d]=h[0];u[c]=p[d]=h[1]||n;m[n]=new CKEDITOR.style(t,u);m[n]._.definition.name=n}else k.splice(d--,1)}a.ui.addRichCombo(b,{label:f.label,title:f.panelTitle,toolbar:"styles,"+v,allowedContent:q,requiredContent:q,panel:{css:[CKEDITOR.skin.getPath("editor")].concat(w.contentsCss),multiSelect:!1,attributes:{"aria-label":f.panelTitle}}, +init:function(){this.startGroup(f.panelTitle);for(var a=0;a<k.length;a++){var b=k[a];this.add(b,m[b].buildPreview(),b)}},onClick:function(b){a.focus();a.fire("saveSnapshot");var c=this.getValue(),f=m[b];if(c&&b!=c){var k=m[c],e=a.getSelection().getRanges()[0];if(e.collapsed){var d=a.elementPath(),g=d.contains(function(a){return k.checkElementRemovable(a)});if(g){var h=e.checkBoundaryOfElement(g,CKEDITOR.START),l=e.checkBoundaryOfElement(g,CKEDITOR.END);if(h&&l){for(h=e.createBookmark();d=g.getFirst();)d.insertBefore(g); +g.remove();e.moveToBookmark(h)}else h?e.moveToPosition(g,CKEDITOR.POSITION_BEFORE_START):l?e.moveToPosition(g,CKEDITOR.POSITION_AFTER_END):(e.splitElement(g),e.moveToPosition(g,CKEDITOR.POSITION_AFTER_END),r(e,d.elements.slice(),g));a.getSelection().selectRanges([e])}}else a.removeStyle(k)}a[c==b?"removeStyle":"applyStyle"](f);a.fire("saveSnapshot")},onRender:function(){a.on("selectionChange",function(b){var c=this.getValue();b=b.data.path.elements;for(var d=0,f;d<b.length;d++){f=b[d];for(var e in m)if(m[e].checkElementMatch(f, +!0,a)){e!=c&&this.setValue(e);return}}this.setValue("",l)},this)},refresh:function(){a.activeFilter.check(q)||this.setState(CKEDITOR.TRISTATE_DISABLED)}})}function r(a,b,c){var f=b.pop();if(f){if(c)return r(a,b,f.equals(c)?null:c);c=f.clone();a.insertNode(c);a.moveToPosition(c,CKEDITOR.POSITION_AFTER_START);r(a,b)}}CKEDITOR.plugins.add("font",{requires:"richcombo",lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn", +init:function(a){var b=a.config;l(a,"Font","family",a.lang.font,b.font_names,b.font_defaultLabel,b.font_style,30);l(a,"FontSize","size",a.lang.font.fontSize,b.fontSize_sizes,b.fontSize_defaultLabel,b.fontSize_style,40)}})})();CKEDITOR.config.font_names="Arial/Arial, Helvetica, sans-serif;Comic Sans MS/Comic Sans MS, cursive;Courier New/Courier New, Courier, monospace;Georgia/Georgia, serif;Lucida Sans Unicode/Lucida Sans Unicode, Lucida Grande, sans-serif;Tahoma/Tahoma, Geneva, sans-serif;Times New Roman/Times New Roman, Times, serif;Trebuchet MS/Trebuchet MS, Helvetica, sans-serif;Verdana/Verdana, Geneva, sans-serif"; +CKEDITOR.config.font_defaultLabel="";CKEDITOR.config.font_style={element:"span",styles:{"font-family":"#(family)"},overrides:[{element:"font",attributes:{face:null}}]};CKEDITOR.config.fontSize_sizes="8/8px;9/9px;10/10px;11/11px;12/12px;14/14px;16/16px;18/18px;20/20px;22/22px;24/24px;26/26px;28/28px;36/36px;48/48px;72/72px";CKEDITOR.config.fontSize_defaultLabel="";CKEDITOR.config.fontSize_style={element:"span",styles:{"font-size":"#(size)"},overrides:[{element:"font",attributes:{size:null}}]}; \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/dialogs/button.js b/public/assets/ckeditor/plugins/forms/dialogs/button.js new file mode 100644 index 0000000..7e97b7e --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/dialogs/button.js @@ -0,0 +1,8 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("button",function(b){function d(a){var b=this.getValue();b?(a.attributes[this.id]=b,"name"==this.id&&(a.attributes["data-cke-saved-name"]=b)):(delete a.attributes[this.id],"name"==this.id&&delete a.attributes["data-cke-saved-name"])}return{title:b.lang.forms.button.title,minWidth:350,minHeight:150,onShow:function(){delete this.button;var a=this.getParentEditor().getSelection().getSelectedElement();a&&a.is("input")&&a.getAttribute("type")in{button:1,reset:1,submit:1}&&(this.button= +a,this.setupContent(a))},onOk:function(){var a=this.getParentEditor(),b=this.button,d=!b,c=b?CKEDITOR.htmlParser.fragment.fromHtml(b.getOuterHtml()).children[0]:new CKEDITOR.htmlParser.element("input");this.commitContent(c);var e=new CKEDITOR.htmlParser.basicWriter;c.writeHtml(e);c=CKEDITOR.dom.element.createFromHtml(e.getHtml(),a.document);d?a.insertElement(c):(c.replace(b),a.getSelection().selectElement(c))},contents:[{id:"info",label:b.lang.forms.button.title,title:b.lang.forms.button.title,elements:[{id:"name", +type:"text",bidi:!0,label:b.lang.common.name,"default":"",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:d},{id:"value",type:"text",label:b.lang.forms.button.text,accessKey:"V","default":"",setup:function(a){this.setValue(a.getAttribute("value")||"")},commit:d},{id:"type",type:"select",label:b.lang.forms.button.type,"default":"button",accessKey:"T",items:[[b.lang.forms.button.typeBtn,"button"],[b.lang.forms.button.typeSbm,"submit"],[b.lang.forms.button.typeRst, +"reset"]],setup:function(a){this.setValue(a.getAttribute("type")||"")},commit:d}]}]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/dialogs/checkbox.js b/public/assets/ckeditor/plugins/forms/dialogs/checkbox.js new file mode 100644 index 0000000..1ccfb3e --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/dialogs/checkbox.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("checkbox",function(d){return{title:d.lang.forms.checkboxAndRadio.checkboxTitle,minWidth:350,minHeight:140,onShow:function(){delete this.checkbox;var a=this.getParentEditor().getSelection().getSelectedElement();a&&"checkbox"==a.getAttribute("type")&&(this.checkbox=a,this.setupContent(a))},onOk:function(){var a,b=this.checkbox;b||(a=this.getParentEditor(),b=a.document.createElement("input"),b.setAttribute("type","checkbox"),a.insertElement(b));this.commitContent({element:b})},contents:[{id:"info", +label:d.lang.forms.checkboxAndRadio.checkboxTitle,title:d.lang.forms.checkboxAndRadio.checkboxTitle,startupFocus:"txtName",elements:[{id:"txtName",type:"text",label:d.lang.common.name,"default":"",accessKey:"N",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:function(a){a=a.element;this.getValue()?a.data("cke-saved-name",this.getValue()):(a.data("cke-saved-name",!1),a.removeAttribute("name"))}},{id:"txtValue",type:"text",label:d.lang.forms.checkboxAndRadio.value, +"default":"",accessKey:"V",setup:function(a){a=a.getAttribute("value");this.setValue(CKEDITOR.env.ie&&"on"==a?"":a)},commit:function(a){var b=a.element,c=this.getValue();!c||CKEDITOR.env.ie&&"on"==c?CKEDITOR.env.ie?(c=new CKEDITOR.dom.element("input",b.getDocument()),b.copyAttributes(c,{value:1}),c.replace(b),d.getSelection().selectElement(c),a.element=c):b.removeAttribute("value"):b.setAttribute("value",c)}},{id:"cmbSelected",type:"checkbox",label:d.lang.forms.checkboxAndRadio.selected,"default":"", +accessKey:"S",value:"checked",setup:function(a){this.setValue(a.getAttribute("checked"))},commit:function(a){var b=a.element;if(CKEDITOR.env.ie){var c=!!b.getAttribute("checked"),e=!!this.getValue();c!=e&&(c=CKEDITOR.dom.element.createFromHtml('\x3cinput type\x3d"checkbox"'+(e?' checked\x3d"checked"':"")+"/\x3e",d.document),b.copyAttributes(c,{type:1,checked:1}),c.replace(b),d.getSelection().selectElement(c),a.element=c)}else this.getValue()?b.setAttribute("checked","checked"):b.removeAttribute("checked")}}, +{id:"required",type:"checkbox",label:d.lang.forms.checkboxAndRadio.required,"default":"",accessKey:"Q",value:"required",setup:function(a){this.setValue(a.getAttribute("required"))},commit:function(a){a=a.element;this.getValue()?a.setAttribute("required","required"):a.removeAttribute("required")}}]}]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/dialogs/form.js b/public/assets/ckeditor/plugins/forms/dialogs/form.js new file mode 100644 index 0000000..13431bb --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/dialogs/form.js @@ -0,0 +1,8 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("form",function(a){var d={action:1,id:1,method:1,enctype:1,target:1};return{title:a.lang.forms.form.title,minWidth:350,minHeight:200,onShow:function(){delete this.form;var b=this.getParentEditor().elementPath().contains("form",1);b&&(this.form=b,this.setupContent(b))},onOk:function(){var b,a=this.form,c=!a;c&&(b=this.getParentEditor(),a=b.document.createElement("form"),a.appendBogus());c&&b.insertElement(a);this.commitContent(a)},onLoad:function(){function a(b){this.setValue(b.getAttribute(this.id)|| +"")}function e(a){this.getValue()?a.setAttribute(this.id,this.getValue()):a.removeAttribute(this.id)}this.foreach(function(c){d[c.id]&&(c.setup=a,c.commit=e)})},contents:[{id:"info",label:a.lang.forms.form.title,title:a.lang.forms.form.title,elements:[{id:"txtName",bidi:!0,type:"text",label:a.lang.common.name,"default":"",accessKey:"N",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:function(a){this.getValue()?a.data("cke-saved-name",this.getValue()): +(a.data("cke-saved-name",!1),a.removeAttribute("name"))}},{id:"action",type:"text",label:a.lang.forms.form.action,"default":"",accessKey:"T"},{type:"hbox",widths:["45%","55%"],children:[{id:"id",type:"text",label:a.lang.common.id,"default":"",accessKey:"I"},{id:"enctype",type:"select",label:a.lang.forms.form.encoding,style:"width:100%",accessKey:"E","default":"",items:[[""],["text/plain"],["multipart/form-data"],["application/x-www-form-urlencoded"]]}]},{type:"hbox",widths:["45%","55%"],children:[{id:"target", +type:"select",label:a.lang.common.target,style:"width:100%",accessKey:"M","default":"",items:[[a.lang.common.notSet,""],[a.lang.common.targetNew,"_blank"],[a.lang.common.targetTop,"_top"],[a.lang.common.targetSelf,"_self"],[a.lang.common.targetParent,"_parent"]]},{id:"method",type:"select",label:a.lang.forms.form.method,accessKey:"M","default":"GET",items:[["GET","get"],["POST","post"]]}]}]}]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield.js b/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield.js new file mode 100644 index 0000000..2c7528d --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("hiddenfield",function(d){return{title:d.lang.forms.hidden.title,hiddenField:null,minWidth:350,minHeight:110,onShow:function(){delete this.hiddenField;var a=this.getParentEditor(),b=a.getSelection(),c=b.getSelectedElement();c&&c.data("cke-real-element-type")&&"hiddenfield"==c.data("cke-real-element-type")&&(this.hiddenField=c,c=a.restoreRealElement(this.hiddenField),this.setupContent(c),b.selectElement(this.hiddenField))},onOk:function(){var a=this.getValueOf("info","_cke_saved_name"), +b=this.getParentEditor(),a=CKEDITOR.env.ie&&8>CKEDITOR.document.$.documentMode?b.document.createElement('\x3cinput name\x3d"'+CKEDITOR.tools.htmlEncode(a)+'"\x3e'):b.document.createElement("input");a.setAttribute("type","hidden");this.commitContent(a);a=b.createFakeElement(a,"cke_hidden","hiddenfield");this.hiddenField?(a.replace(this.hiddenField),b.getSelection().selectElement(a)):b.insertElement(a);return!0},contents:[{id:"info",label:d.lang.forms.hidden.title,title:d.lang.forms.hidden.title,elements:[{id:"_cke_saved_name", +type:"text",label:d.lang.forms.hidden.name,"default":"",accessKey:"N",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:function(a){this.getValue()?a.setAttribute("name",this.getValue()):a.removeAttribute("name")}},{id:"value",type:"text",label:d.lang.forms.hidden.value,"default":"",accessKey:"V",setup:function(a){this.setValue(a.getAttribute("value")||"")},commit:function(a){this.getValue()?a.setAttribute("value",this.getValue()):a.removeAttribute("value")}}]}]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/dialogs/radio.js b/public/assets/ckeditor/plugins/forms/dialogs/radio.js new file mode 100644 index 0000000..8cd3bf4 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/dialogs/radio.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("radio",function(b){return{title:b.lang.forms.checkboxAndRadio.radioTitle,minWidth:350,minHeight:140,onShow:function(){delete this.radioButton;var a=this.getParentEditor().getSelection().getSelectedElement();a&&"input"==a.getName()&&"radio"==a.getAttribute("type")&&(this.radioButton=a,this.setupContent(a))},onOk:function(){var a,c=this.radioButton,b=!c;b&&(a=this.getParentEditor(),c=a.document.createElement("input"),c.setAttribute("type","radio"));b&&a.insertElement(c);this.commitContent({element:c})}, +contents:[{id:"info",label:b.lang.forms.checkboxAndRadio.radioTitle,title:b.lang.forms.checkboxAndRadio.radioTitle,elements:[{id:"name",type:"text",label:b.lang.common.name,"default":"",accessKey:"N",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:function(a){a=a.element;this.getValue()?a.data("cke-saved-name",this.getValue()):(a.data("cke-saved-name",!1),a.removeAttribute("name"))}},{id:"value",type:"text",label:b.lang.forms.checkboxAndRadio.value,"default":"", +accessKey:"V",setup:function(a){this.setValue(a.getAttribute("value")||"")},commit:function(a){a=a.element;this.getValue()?a.setAttribute("value",this.getValue()):a.removeAttribute("value")}},{id:"checked",type:"checkbox",label:b.lang.forms.checkboxAndRadio.selected,"default":"",accessKey:"S",value:"checked",setup:function(a){this.setValue(a.getAttribute("checked"))},commit:function(a){var c=a.element;if(CKEDITOR.env.ie){var d=c.getAttribute("checked"),e=!!this.getValue();d!=e&&(d=CKEDITOR.dom.element.createFromHtml('\x3cinput type\x3d"radio"'+ +(e?' checked\x3d"checked"':"")+"\x3e\x3c/input\x3e",b.document),c.copyAttributes(d,{type:1,checked:1}),d.replace(c),b.getSelection().selectElement(d),a.element=d)}else this.getValue()?c.setAttribute("checked","checked"):c.removeAttribute("checked")}},{id:"required",type:"checkbox",label:b.lang.forms.checkboxAndRadio.required,"default":"",accessKey:"Q",value:"required",setup:function(a){this.setValue(a.getAttribute("required"))},commit:function(a){a=a.element;this.getValue()?a.setAttribute("required", +"required"):a.removeAttribute("required")}}]}]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/dialogs/select.js b/public/assets/ckeditor/plugins/forms/dialogs/select.js new file mode 100644 index 0000000..517ee9e --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/dialogs/select.js @@ -0,0 +1,20 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("select",function(c){function h(a,b,e,d,c){a=f(a);d=d?d.createElement("OPTION"):document.createElement("OPTION");if(a&&d&&"option"==d.getName())CKEDITOR.env.ie?(isNaN(parseInt(c,10))?a.$.options.add(d.$):a.$.options.add(d.$,c),d.$.innerHTML=0<b.length?b:"",d.$.value=e):(null!==c&&c<a.getChildCount()?a.getChild(0>c?0:c).insertBeforeMe(d):a.append(d),d.setText(0<b.length?b:""),d.setValue(e));else return!1;return d}function p(a){a=f(a);for(var b=g(a),e=a.getChildren().count()-1;0<= +e;e--)a.getChild(e).$.selected&&a.getChild(e).remove();k(a,b)}function q(a,b,e,d){a=f(a);if(0>b)return!1;a=a.getChild(b);a.setText(e);a.setValue(d);return a}function m(a){for(a=f(a);a.getChild(0)&&a.getChild(0).remove(););}function l(a,b,e){a=f(a);var d=g(a);if(0>d)return!1;b=d+b;b=0>b?0:b;b=b>=a.getChildCount()?a.getChildCount()-1:b;if(d==b)return!1;var d=a.getChild(d),c=d.getText(),r=d.getValue();d.remove();d=h(a,c,r,e?e:null,b);k(a,b);return d}function g(a){return(a=f(a))?a.$.selectedIndex:-1} +function k(a,b){a=f(a);if(0>b)return null;var e=a.getChildren().count();a.$.selectedIndex=b>=e?e-1:b;return a}function n(a){return(a=f(a))?a.getChildren():!1}function f(a){return a&&a.domId&&a.getInputElement().$?a.getInputElement():a&&a.$?a:!1}return{title:c.lang.forms.select.title,minWidth:CKEDITOR.env.ie?460:395,minHeight:CKEDITOR.env.ie?320:300,onShow:function(){delete this.selectBox;this.setupContent("clear");var a=this.getParentEditor().getSelection().getSelectedElement();if(a&&"select"==a.getName()){this.selectBox= +a;this.setupContent(a.getName(),a);for(var a=n(a),b=0;b<a.count();b++)this.setupContent("option",a.getItem(b))}},onOk:function(){var a=this.getParentEditor(),b=this.selectBox,e=!b;e&&(b=a.document.createElement("select"));this.commitContent(b);if(e&&(a.insertElement(b),CKEDITOR.env.ie)){var d=a.getSelection(),c=d.createBookmarks();setTimeout(function(){d.selectBookmarks(c)},0)}},contents:[{id:"info",label:c.lang.forms.select.selectInfo,title:c.lang.forms.select.selectInfo,accessKey:"",elements:[{id:"txtName", +type:"text",widths:["25%","75%"],labelLayout:"horizontal",label:c.lang.common.name,"default":"",accessKey:"N",style:"width:350px",setup:function(a,b){"clear"==a?this.setValue(this["default"]||""):"select"==a&&this.setValue(b.data("cke-saved-name")||b.getAttribute("name")||"")},commit:function(a){this.getValue()?a.data("cke-saved-name",this.getValue()):(a.data("cke-saved-name",!1),a.removeAttribute("name"))}},{id:"txtValue",type:"text",widths:["25%","75%"],labelLayout:"horizontal",label:c.lang.forms.select.value, +style:"width:350px","default":"",className:"cke_disabled",onLoad:function(){this.getInputElement().setAttribute("readOnly",!0)},setup:function(a,b){"clear"==a?this.setValue(""):"option"==a&&b.getAttribute("selected")&&this.setValue(b.$.value)}},{type:"hbox",widths:["175px","170px"],children:[{id:"txtSize",type:"text",labelLayout:"horizontal",label:c.lang.forms.select.size,"default":"",accessKey:"S",style:"width:175px",validate:function(){var a=CKEDITOR.dialog.validate.integer(c.lang.common.validateNumberFailed); +return""===this.getValue()||a.apply(this)},setup:function(a,b){"select"==a&&this.setValue(b.getAttribute("size")||"");CKEDITOR.env.webkit&&this.getInputElement().setStyle("width","86px")},commit:function(a){this.getValue()?a.setAttribute("size",this.getValue()):a.removeAttribute("size")}},{type:"html",html:"\x3cspan\x3e"+CKEDITOR.tools.htmlEncode(c.lang.forms.select.lines)+"\x3c/span\x3e"}]},{type:"html",html:"\x3cspan\x3e"+CKEDITOR.tools.htmlEncode(c.lang.forms.select.opAvail)+"\x3c/span\x3e"},{type:"hbox", +widths:["115px","115px","100px"],children:[{type:"vbox",children:[{id:"txtOptName",type:"text",label:c.lang.forms.select.opText,style:"width:115px",setup:function(a){"clear"==a&&this.setValue("")}},{type:"select",id:"cmbName",label:"",title:"",size:5,style:"width:115px;height:75px",items:[],onChange:function(){var a=this.getDialog(),b=a.getContentElement("info","cmbValue"),e=a.getContentElement("info","txtOptName"),a=a.getContentElement("info","txtOptValue"),d=g(this);k(b,d);e.setValue(this.getValue()); +a.setValue(b.getValue())},setup:function(a,b){"clear"==a?m(this):"option"==a&&h(this,b.getText(),b.getText(),this.getDialog().getParentEditor().document)},commit:function(a){var b=this.getDialog(),e=n(this),d=n(b.getContentElement("info","cmbValue")),c=b.getContentElement("info","txtValue").getValue();m(a);for(var f=0;f<e.count();f++){var g=h(a,e.getItem(f).getValue(),d.getItem(f).getValue(),b.getParentEditor().document);d.getItem(f).getValue()==c&&(g.setAttribute("selected","selected"),g.selected= +!0)}}}]},{type:"vbox",children:[{id:"txtOptValue",type:"text",label:c.lang.forms.select.opValue,style:"width:115px",setup:function(a){"clear"==a&&this.setValue("")}},{type:"select",id:"cmbValue",label:"",size:5,style:"width:115px;height:75px",items:[],onChange:function(){var a=this.getDialog(),b=a.getContentElement("info","cmbName"),e=a.getContentElement("info","txtOptName"),a=a.getContentElement("info","txtOptValue"),d=g(this);k(b,d);e.setValue(b.getValue());a.setValue(this.getValue())},setup:function(a, +b){if("clear"==a)m(this);else if("option"==a){var e=b.getValue();h(this,e,e,this.getDialog().getParentEditor().document);"selected"==b.getAttribute("selected")&&this.getDialog().getContentElement("info","txtValue").setValue(e)}}}]},{type:"vbox",padding:5,children:[{type:"button",id:"btnAdd",label:c.lang.forms.select.btnAdd,title:c.lang.forms.select.btnAdd,style:"width:100%;",onClick:function(){var a=this.getDialog(),b=a.getContentElement("info","txtOptName"),e=a.getContentElement("info","txtOptValue"), +d=a.getContentElement("info","cmbName"),c=a.getContentElement("info","cmbValue");h(d,b.getValue(),b.getValue(),a.getParentEditor().document);h(c,e.getValue(),e.getValue(),a.getParentEditor().document);b.setValue("");e.setValue("")}},{type:"button",id:"btnModify",label:c.lang.forms.select.btnModify,title:c.lang.forms.select.btnModify,style:"width:100%;",onClick:function(){var a=this.getDialog(),b=a.getContentElement("info","txtOptName"),e=a.getContentElement("info","txtOptValue"),d=a.getContentElement("info", +"cmbName"),a=a.getContentElement("info","cmbValue"),c=g(d);0<=c&&(q(d,c,b.getValue(),b.getValue()),q(a,c,e.getValue(),e.getValue()))}},{type:"button",id:"btnUp",style:"width:100%;",label:c.lang.forms.select.btnUp,title:c.lang.forms.select.btnUp,onClick:function(){var a=this.getDialog(),b=a.getContentElement("info","cmbName"),c=a.getContentElement("info","cmbValue");l(b,-1,a.getParentEditor().document);l(c,-1,a.getParentEditor().document)}},{type:"button",id:"btnDown",style:"width:100%;",label:c.lang.forms.select.btnDown, +title:c.lang.forms.select.btnDown,onClick:function(){var a=this.getDialog(),b=a.getContentElement("info","cmbName"),c=a.getContentElement("info","cmbValue");l(b,1,a.getParentEditor().document);l(c,1,a.getParentEditor().document)}}]}]},{type:"hbox",widths:["40%","20%","40%"],children:[{type:"button",id:"btnSetValue",label:c.lang.forms.select.btnSetValue,title:c.lang.forms.select.btnSetValue,onClick:function(){var a=this.getDialog(),b=a.getContentElement("info","cmbValue");a.getContentElement("info", +"txtValue").setValue(b.getValue())}},{type:"button",id:"btnDelete",label:c.lang.forms.select.btnDelete,title:c.lang.forms.select.btnDelete,onClick:function(){var a=this.getDialog(),b=a.getContentElement("info","cmbName"),c=a.getContentElement("info","cmbValue"),d=a.getContentElement("info","txtOptName"),a=a.getContentElement("info","txtOptValue");p(b);p(c);d.setValue("");a.setValue("")}},{type:"vbox",children:[{id:"chkMulti",type:"checkbox",label:c.lang.forms.select.chkMulti,"default":"",accessKey:"M", +value:"checked",setup:function(a,b){"select"==a&&this.setValue(b.getAttribute("multiple"))},commit:function(a){this.getValue()?a.setAttribute("multiple",this.getValue()):a.removeAttribute("multiple")}},{id:"required",type:"checkbox",label:c.lang.forms.select.required,"default":"",accessKey:"Q",value:"checked",setup:function(a,b){"select"==a&&this.setValue(b.getAttribute("required"))},commit:function(a){this.getValue()?a.setAttribute("required","required"):a.removeAttribute("required")}}]}]}]}]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/dialogs/textarea.js b/public/assets/ckeditor/plugins/forms/dialogs/textarea.js new file mode 100644 index 0000000..8749a52 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/dialogs/textarea.js @@ -0,0 +1,8 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("textarea",function(b){return{title:b.lang.forms.textarea.title,minWidth:350,minHeight:220,onShow:function(){delete this.textarea;var a=this.getParentEditor().getSelection().getSelectedElement();a&&"textarea"==a.getName()&&(this.textarea=a,this.setupContent(a))},onOk:function(){var a,b=this.textarea,c=!b;c&&(a=this.getParentEditor(),b=a.document.createElement("textarea"));this.commitContent(b);c&&a.insertElement(b)},contents:[{id:"info",label:b.lang.forms.textarea.title,title:b.lang.forms.textarea.title, +elements:[{id:"_cke_saved_name",type:"text",label:b.lang.common.name,"default":"",accessKey:"N",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:function(a){this.getValue()?a.data("cke-saved-name",this.getValue()):(a.data("cke-saved-name",!1),a.removeAttribute("name"))}},{type:"hbox",widths:["50%","50%"],children:[{id:"cols",type:"text",label:b.lang.forms.textarea.cols,"default":"",accessKey:"C",style:"width:50px",validate:CKEDITOR.dialog.validate.integer(b.lang.common.validateNumberFailed), +setup:function(a){a=a.hasAttribute("cols")&&a.getAttribute("cols");this.setValue(a||"")},commit:function(a){this.getValue()?a.setAttribute("cols",this.getValue()):a.removeAttribute("cols")}},{id:"rows",type:"text",label:b.lang.forms.textarea.rows,"default":"",accessKey:"R",style:"width:50px",validate:CKEDITOR.dialog.validate.integer(b.lang.common.validateNumberFailed),setup:function(a){a=a.hasAttribute("rows")&&a.getAttribute("rows");this.setValue(a||"")},commit:function(a){this.getValue()?a.setAttribute("rows", +this.getValue()):a.removeAttribute("rows")}}]},{id:"value",type:"textarea",label:b.lang.forms.textfield.value,"default":"",setup:function(a){this.setValue(a.$.defaultValue)},commit:function(a){a.$.value=a.$.defaultValue=this.getValue()}},{id:"required",type:"checkbox",label:b.lang.forms.textfield.required,"default":"",accessKey:"Q",value:"required",setup:function(a){this.setValue(a.getAttribute("required"))},commit:function(a){this.getValue()?a.setAttribute("required","required"):a.removeAttribute("required")}}]}]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/dialogs/textfield.js b/public/assets/ckeditor/plugins/forms/dialogs/textfield.js new file mode 100644 index 0000000..ba95717 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/dialogs/textfield.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("textfield",function(b){function e(a){a=a.element;var b=this.getValue();b?a.setAttribute(this.id,b):a.removeAttribute(this.id)}function f(a){a=a.hasAttribute(this.id)&&a.getAttribute(this.id);this.setValue(a||"")}var g={email:1,password:1,search:1,tel:1,text:1,url:1};return{title:b.lang.forms.textfield.title,minWidth:350,minHeight:150,onShow:function(){delete this.textField;var a=this.getParentEditor().getSelection().getSelectedElement();!a||"input"!=a.getName()||!g[a.getAttribute("type")]&& +a.getAttribute("type")||(this.textField=a,this.setupContent(a))},onOk:function(){var a=this.getParentEditor(),b=this.textField,c=!b;c&&(b=a.document.createElement("input"),b.setAttribute("type","text"));b={element:b};c&&a.insertElement(b.element);this.commitContent(b);c||a.getSelection().selectElement(b.element)},onLoad:function(){this.foreach(function(a){a.getValue&&(a.setup||(a.setup=f),a.commit||(a.commit=e))})},contents:[{id:"info",label:b.lang.forms.textfield.title,title:b.lang.forms.textfield.title, +elements:[{type:"hbox",widths:["50%","50%"],children:[{id:"_cke_saved_name",type:"text",label:b.lang.forms.textfield.name,"default":"",accessKey:"N",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:function(a){a=a.element;this.getValue()?a.data("cke-saved-name",this.getValue()):(a.data("cke-saved-name",!1),a.removeAttribute("name"))}},{id:"value",type:"text",label:b.lang.forms.textfield.value,"default":"",accessKey:"V",commit:function(a){if(CKEDITOR.env.ie&& +!this.getValue()){var d=a.element,c=new CKEDITOR.dom.element("input",b.document);d.copyAttributes(c,{value:1});c.replace(d);a.element=c}else e.call(this,a)}}]},{type:"hbox",widths:["50%","50%"],children:[{id:"size",type:"text",label:b.lang.forms.textfield.charWidth,"default":"",accessKey:"C",style:"width:50px",validate:CKEDITOR.dialog.validate.integer(b.lang.common.validateNumberFailed)},{id:"maxLength",type:"text",label:b.lang.forms.textfield.maxChars,"default":"",accessKey:"M",style:"width:50px", +validate:CKEDITOR.dialog.validate.integer(b.lang.common.validateNumberFailed)}],onLoad:function(){CKEDITOR.env.ie7Compat&&this.getElement().setStyle("zoom","100%")}},{id:"type",type:"select",label:b.lang.forms.textfield.type,"default":"text",accessKey:"M",items:[[b.lang.forms.textfield.typeEmail,"email"],[b.lang.forms.textfield.typePass,"password"],[b.lang.forms.textfield.typeSearch,"search"],[b.lang.forms.textfield.typeTel,"tel"],[b.lang.forms.textfield.typeText,"text"],[b.lang.forms.textfield.typeUrl, +"url"]],setup:function(a){this.setValue(a.getAttribute("type"))},commit:function(a){var d=a.element;if(CKEDITOR.env.ie){var c=d.getAttribute("type"),e=this.getValue();c!=e&&(c=CKEDITOR.dom.element.createFromHtml('\x3cinput type\x3d"'+e+'"\x3e\x3c/input\x3e',b.document),d.copyAttributes(c,{type:1}),c.replace(d),a.element=c)}else d.setAttribute("type",this.getValue())}},{id:"required",type:"checkbox",label:b.lang.forms.textfield.required,"default":"",accessKey:"Q",value:"required",setup:function(a){this.setValue(a.getAttribute("required"))}, +commit:function(a){a=a.element;this.getValue()?a.setAttribute("required","required"):a.removeAttribute("required")}}]}]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/icons/button.png b/public/assets/ckeditor/plugins/forms/icons/button.png new file mode 100644 index 0000000000000000000000000000000000000000..0bf68caaa5c7a0643aede89877140f0501b680d9 GIT binary patch literal 528 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iqo${eV~EA+rIT&54hIOdq~GVC<TzDv>!lxD>#pp$YS|R}TWnno zSG?Ow9zC8-zL(fprgf*M>^IL;nyeLc;lQTbXSN%>IrX#Vn1rODBzwo>3K0j7J|+eS zwgoH)>ccn{Cci9+S{JsuQpB~{Tx;otZMtT&&+dLwdG2UZ<KH^|=Q1uVwFkR6)@<Do zqh}B(qS(@~YhB{n)}U4P7J?P;4QKi!%qhMQ_4s3jg9{sD-D!*G1$*NP_urrYMUhMK zKsEo#O>Y)w&bn^Vm)P@?b%F~AWA1Gw&q@BlB1g;i#)-Ede(0KQo3Z=5T;{Ag-RY-w zJ)$P%tCXwcGiQH)yfG+L)P+UGaQ0cYyI((6>?xJAoa?8+IqAba<(3c2BQ;sqe*GNh zV?LoJh^u!0#nwAt^Swg%%+w40X$}lY)e_f;l9a@fRIB8oR3OD*WMF8lYhbQxU=m_z zZe?H$MA`;MRt5&XOLhZ88A(HKeoAIqC2kEiKbemJHAsSN2+mI{DNig)WhgH%*UQYy dE>2D?NY%?PN}v7CMhd8i!PC{xWt~$(699*%$Jqb? literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/checkbox.png b/public/assets/ckeditor/plugins/forms/icons/checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..2f4eb2f40f50d5ccbee3c1664163cca325b77fc2 GIT binary patch literal 756 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i6R)R>V~EA+sgrHJV;n`=<{KN=HJo~PcZ0$Sr!JG*EUyy;Hwa2g zbML<LlQ;7b|AuJ|sbac1c@s}LZRw8S$lNxe_3G}cV&Q@<cXt|pUvlCetMdspb~y>Q zbJcC1_bKm<<7W_jSnn0eSfJEo$d;{pY{pEdRbG+Pj!0;p7E13)%*^am@!W9j-{mh7 z%KZHNHum<(Yqnl_T{@>&TB%4?$*NiV`5m{taqHu93(hgh%$YN%B=qa2{5kXHl{GRy zmpLXO!Nb-f5D^&}7<xDS>i7CbA3l6I{A5r3>Z>L#2NDb#bWTh3x~*BaZq=$=4+}iz zJ?Ck6mXnuXo%^1N^+RN6?&_<TK34clOPz7*kN}fIj@fJzsotv1H<yI1R#e*UIY}lz zKi@h*u;cN^id_NUtJz$h$bRs3vGZf;zkdDt-0%AquUgNz=es_uR<_#Ly5eHvoqPBG zm2z5eH*dFq)AK)nY9w!bz85TVv}A>#pi9cCRjbzb7|z|g)%1GS);N><_wV<w**YcF z^J+RnkKyGErupa2otx&&F;^n_`J+ckk~dCo$_Z&*>!ttUH0yiY&!0b=ADFgk(W>rM zv-~1@42^cO--wEc*zxh+<W$KoziU6)sQX@4ejs&0GG=*Z)s*L!f9vGMlb^hN**SOa z-1n<?vBsSH!Ij^jUtV5*L}FsxdiTg_BCd|R@8&V&r*r&yQMUW%ojbtLtYfO57G%A5 zhx%<`YEdn5jVMV;EJ?LWE=mPb3`Pcq#<~XPx&|g8hUQiV#z3TPU}R-r;JaiuFeM>r z$jwj5OsmAL!R9CP5ugT1kPX54X(i=}MX3xxx9Mf(WfvzW7NqLs7p2dBXCnnv#Ng@b K=d#Wzp$P!8LO@jj literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/form.png b/public/assets/ckeditor/plugins/forms/icons/form.png new file mode 100644 index 0000000000000000000000000000000000000000..08416674e1f840fe697b8c1615083e44c24fbf2b GIT binary patch literal 590 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iW4fn{V~EA+xswf7KMD|N-EVkZYXXbt(L=|M<yEh)-B6!Xe@%Pq zru*ldS~$d%CUP_$u|Ape(0IqY=o@>OFW=cI^US(<{hKmtmzMP>&J;Kbd|08k>h-K$ z>k1Pkj3jtoe65<xGi#aRX`>JKnD;PW+jwv9_l}txBXn|h#ypyneRJN|Srb=nx|wq$ zZ~G&lGEbpPCV#v64_JP8w@Yj5n4rSxd-*}g)XOiA)a{QiKbc@Rzdk%v<MgDD6*+0& zzMaWP%U_><e(%eYtklRyE-deD)3zCHF6(;yaYxspj+;5hQj8Yff4_KDjGlPI)KyAK z<;}a+$vgh7k+9iu+2pUt+r$HJ%anPXe|zkcH9lV)GPPboz;$Bf`}e{%F;65F&lfi- zBv{B8N%a<-TevD_{q?e7rKake#oYqO4H=$){u#_-y!(Ias#O}Ni*%Ka{XgAM8XCGo z=d{6Qi5Fk^8h#X5Jm^})@Po1Db;gI)8eDbEY-ul6R=wkt1;&GFiEBhjN@7W>RdP`( zkYX@0Ff`URFxNFO2{AOcGB5@rZ381K0|VbByMb|pq#-vyB{QuOw+5S^%twG4BtbR= s=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ysb~>FVdQ&MBb@09<_c_5c6? literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/hiddenfield.png b/public/assets/ckeditor/plugins/forms/icons/hiddenfield.png new file mode 100644 index 0000000000000000000000000000000000000000..0cfab97a71bb23d2b274c132f478850e839cb570 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|R(iTPhFAz* z4LT@zSb=A=BC`R{Z~p@ZIt*95vd{SyWxiPdPeLTpLtxQ<{b?+Zm5wIY9R45?*F4i- zqQYIK+Lm*!6UU;jVw2A;6<N=7X?fAP-#GycPp(P1toZI%e%Pw{@G=I6jYkZR?bUv{ zPPs{#L6S+k^+I1ihqh?K;cKgyzjJ9W&0K!%*9*}(4M%1&?Fe}NCX06;*Ng9u|7q`= n>Fi&BYmS)lwDiK*|99dOguK4L4tsVM=x7E{S3j3^P6<r_$$ejp literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/hidpi/button.png b/public/assets/ckeditor/plugins/forms/icons/hidpi/button.png new file mode 100644 index 0000000000000000000000000000000000000000..bd92b16549028cbc49be2f93cd30dff4c8163c46 GIT binary patch literal 933 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzwj^(N7l!{JxM1({$v_d#0*}aI zppNSx%;=;syMlp%X`iQyV@Sl|x6>W7rQIdk=Fhwt>G?W#rq??~#^XQKzbv^Tz-4Jx z{$1SUCwJ?->hfA{TXhx7*>TRCGiI?=WjIR2^Z3a+x8C%6ef81Jnd{plR!P5D8MU*0 zkHH4+(|gX>ystUk^Xu(R<Gi3>Zg=gO{>U>dy4lPWkY%|}=>*S#j9x>wwIW%b3`$M{ z2dn+Rcuu?MD|D;yk9ot1`r;qvv1j#_LZ(meIW3f8!E%FP9#cN!{SOt@Pq!)_R^+<z zqGb2}n!@+@UM<hg-f}zFiQ`1m>IGArvVB8C{}@Vryu3QR-tYM1^C9)QZ(n}<_AUI~ zr%5KhFTYl)cy9V|NqfO6txq=U=Zn{DwW<I3Xy;CAiJJLok<&`7)~sK@c#2Ys!Sc8# z$9f*mh+FR-Ic-X+r*_}(!2S34hx(}H+}Y_Id%c6>`Sa&<=FSZiIqJli#+|h_Dr4=- z@4vS%(&(Duw>%}Xt+?-E#*vE`1+PUtvWP1XdN2NXue-~JYeJUK3(hen^gMj>gk|kl zn=aR|2fvQZJ1WyE@XReL8|Wm@Nk5NwziZ<cy;|xUd;N3Gp6?a!rA_~`H*^R%Ib`>C zoH@S6rI)$lJ*Q%T2<z(At1I5Gd@YrHrifuqG1r90kCWM&85LWODbIMjTA-<G%eB_; zb*UCIN=hYGbB`$t2+k=!QW)bhd-m+dfB*h9@eQ`Lv2n?^%|EQxlm2Y-NtfDvTTR3E z&!1OkEWxucdwZ1DX`_wT7L^*aFMa*&@~TPA&CU5!J2Vphzjp6`_ixAc^1{Nxi5Y99 zGye%RMR{KSbef$%tghnEkMx9Yb8G946S;zwnx`*&3-0`zmd>8LD>m-^yLn9C8`}@a zeOTAXv}gCM---qQzrK67@?}}ze!I%1^1fZGIL?`t%gpxF+_Kf>t=X|CrBoib>@8c* z&W>*m2%jsqw?2G@>ffJsS9;@p?3n(r_NHH*z2&1>7%+LOmbgZgq$HN4S|t~y0x1R~ z14Cn712bJCgAhYQD+6;Y0~2inBP#=gZ;zIFqG-s?PsvQH#I2!yzuZ@#21$?&!TD(= p<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6cwc)I$ztaD0e0syqfqj&%S literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/hidpi/checkbox.png b/public/assets/ckeditor/plugins/forms/icons/hidpi/checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..36be4aa0bc6ed0ebd846bb081fd8b92e5c6c9fad GIT binary patch literal 1780 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 WZ*pgw?mQX*0000<MNUMnLSTZuurjj% literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/hidpi/form.png b/public/assets/ckeditor/plugins/forms/icons/hidpi/form.png new file mode 100644 index 0000000000000000000000000000000000000000..4a02649cda796b8aa01fa0030e80c4bf60a4cc46 GIT binary patch literal 1348 zcmV-K1-tr*P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800006VoOIv0RI60 z0RN!9r;`8x010qNS#tmY4c7nw4c7reD4Tcy00do0L_t(o!_Ah<ZWKophQF$=zRY-R zGY(mB*+lXp5&{v)SVRi8oF&^Vc#?<(5(_p6@c_I6UgQao5J;>Lo80!<01JW<Gj?}% zSJ$a5x_dn1Tdcr{l+^0!o>HIx{OA8q9refK$9&19zi9OT0{}Dqpa7JbZ^RG?(*P8p zwI+%pv{I-!0|+4?A>h47L@-)w7P5@t;v)StMQaTqe0rp#mQsiad0FydJZ8^YOr$ku z1_KtiwtfH}0_$_70A2z=kDfk#VXF$Glp-|-lzRBnty}9C&YdHOG<1Eg#JjuJyng$3 z{g>_Shp92&E2SC{dhfZmxw*cwyiA$rggKQ!DaFe2GS@aY*S+@un9vI1%y5Xc7Nd2O z`R4|q6bh(CI5QmLy(fgwFwlXh>l%#F^JJi|Yw3c+R3C88u~(M3Jg2PdW6N;x?P*Qh zX)TT-oO6@+ru&E&VO$hEy?a+xdEQXg($)nQ5xfY}id1V&q%~UW6M;ww5CTcR&yV-+ zc`q{AKViU&V4b5X3dU8%pw}ZwQ_yX<7NNA3QJ#~RB>??2Ww^LVoMrp_4n-F#YuPOd z21;R_YXHpvP^#%nZKhe0kZo)nS%aM?Pt>?50O+MD*~W%HO$mx;&mw@juA4Hp9e2V& z=z4Sri1&PZ;|5<XE@GkxfZBWBkH?7j1VAfA97Wu?d6Nq(D<sAo8MvxzUhnJ>M-d{j zA7@4bEdyP>Mn%DkJ9ktT$LJQRgn)I9QBmMUP+BA2W3APBp5u%;q=Nvsy2e_I_kI#5 zv@s7c(A{n82t7p=-67IuA#FY1jYi#}awG$_2s^vGSm(&%c&7gQ48WxQb`3)-)nq>f zAcTNwDU=Y{D@%U8e_!>}bawB4R!9isRYh(si7`#0AsldlQuxkVO3}|U7P5?fmJzid z^&ya3%ZKrJ;({oONYWH@f(x_=DNs5$Q|gHbCq5SerHG=4rCyJPt*v8SP_~U^so$q} zS{FQj9z{w`80eVaFTvCw5&{>lUghl4(u@oK9*qbh6Bi^=#CIDTTs(W0<QNfFb<OMd z?;HAC{Ty9_&IKZj@|@ouJWyGZ%(|ee809%4g4P-lp)5;nivoXw3(B%Y+V1DQZxWrj zp#3p%0br|&J!=n*XA%M;(%hkO!N-q?2yx5Q!R5SfTu@bHNixGU-8?{xOlwVI3`rd0 zx{ft1s784cu~v1>UymN`_lsj(V4cG{$3Sbs)L8=UJkVY`HAeJs$i*}Te+q3W)u{i3 zK~~e88GWUo*CRECyexGW*Mtyo&at|>y8G_Un}ND?X-*Sqv#wsh&g$ywu5+#dAR&;K zC70LMZvX!3)q`)YTp5@+KJ__&+7*D>IlexBe)sa)+U>k7kq}USZf}!B5erGeLY9%l zG5Q!med-eLshnfaTK1}n%KN4SmG{)vGA_%b#q`-|Xhhjvvom1`cuqfJ{bvjZp3T2) znD_bz5cjN?h=RYh0000bbVXQnWMOn=I%9HWVRU5xGB7bSEig7MGB8vzF*-0eIxsXV zFfuwYF!ti6NdN!<C3HntbYx+4WjbwdWNBu305UK!Gc7PSEiy1vF)=zYH##shD=;!T zFffO|9`yhK02y>eSaefwW^{L9a%BK_cXuvnZfkR6VQ^(GZ*pgw?mQX*0000<MNUMn GLSTX*m|1)P literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/hidpi/hiddenfield.png b/public/assets/ckeditor/plugins/forms/icons/hidpi/hiddenfield.png new file mode 100644 index 0000000000000000000000000000000000000000..cd5f31868bb4d5833d89256e1eed60690ace40c9 GIT binary patch literal 2166 zcmV-+2#NQJP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800006VoOIv0RI60 z0RN!9r;`8x010qNS#tmY4c7nw4c7reD4Tcy00)mrL_t(o!?l;~k5ttez<=l5bMKv< z_Z?t%XSZ0zWMNr$7b07wtqco_X^8P9B>o4)5B5{zM_q{D=qE#(HJX^>3*si$7>g2# zEAoLxY$yz+skLfFkk^@=_qliH-h29CUf6{NZA(vblX>psoagyHujh)t9z4kZV+kP$ z+ctL(4k9Kdve9^aR!NE5Y|^OJJ`Ii^-}?2XOQ`OK)~-8dfFUIz%L2<nhQm|8e&!i` z&!g68@VkBc_Eahr0^dg&QeqeeQV7HyG{97fR4j%VAJ6W1{PAqLRH9O?@~?B}a$4&> z=VoTM1c2&|#fV2DgiNz#fY#{$)%^fUK`aKAHTBb#D{<;|=H}*@e(5Cv?6#D`Filk7 z-FG8~hcm!lU<)vC$J_wyc<eF!W)s(SDOW129U3ZLo0&P9dFrWt{rTsYlo%e)Sdqxd ziTmzLN5WwMn$2d*3;I9zg%ASUwu!}JL?aOl!@y}YC|4@vi$#FlT1tSA#l*xm6^+OD zKKaBG>F>^+JM-3?Z>m%(HF77&%jNRvUAuOTT9!ql(ct`r3%N5VPp<#_E3X_?mW9@O zTmAj_FUbw#<6BC_B5xf$c*m3j^!4{^DJ7ogQ7o1C{p+s_fTj@8^1vtIM<4B1D^{!+ zxK=38mrl<C_X{ER0NZak@1qL`4*cp$u}IVNZc5Tl35QIR!R5<YwsU9pmzy`wDy67a zt6aWvB{#ZeO({1$EmSm0BAG-8F$7#t$~2kxJb>R^otZfSe7<An&WB^6kN~JS4u?Ma z2s@c1Bm{=<FG*}jNg@&<H8==TPTjj|6|UnjS1hvsjW-0aTPuZ7iXaHMcWjKLZKJf- z2+N{;=+FsQDauEVJReIYpMUs;7kq#t&pl^Uo_?A_wThM!xkRrJfNfbUOC}K;H)bcd zZ_ft4PrY8}T0WoKux?!`H$8n+gu?_{Q!1DF=jqcDKxsf22GX{1U6*{dim4RUMgst+ zS|wkp;53^Ax2Os!C6Q2wP$B`AHMMeJ0H@KQSSs=QfdgH7Ln(xm7z@r(y4`q$5NNIO zf&kz5X|}?G@B4VZPY?u4Di=avDn&9HMXX<+%|7%{)^9ec*J@nL=X2{vM!NLEFfa^* zcr=O-A^=c+TVZz&XbnQ37bw*2XGwY?uG8E0)L?%<PNP9#ZjJ+Qzul#mN_BMvLBQb9 zP%8(}8m%=qM%M2n+im7UhrTx&MU0PUADo=b`kqIvRwG|1<i^*oT}0nGw_GZ5{);ap zfYfaR5Tg4Cp!<GdsojF!ZpVHglVRR<DV9piyz|bY%<l|3(axFf8CvT_?(R_gL4Y3w zh_*pLME~<mo3cTh{#v1s8yg-j=BB5Q3d`!!14zRlkw_qf2!s%U@_oOhXaQ-*16}eZ z!mx<mwx=?Eecjl<^X|KgVt?b94}yTyU3bxI+pRLxK>$KvNQogOrfGHuk!hNkN_8ti zFG2sngAcao>vf8yQf_Q`_@>w|%&k(nO#a(%<@GYu8beCLp%95k1eHt@vF%o!CX@69 z0ar^UYL0^+1lQ@4NwBP`OghcH<4~NN;}7q>cUyYV_FmVMXpIm8%QWeYMCjSP`9m=} z>f45aZ5W8rQNJgfosISMAf;SPKQ@+~*tjtp_&&9IoqVyF8(p(z$=G+6VHllR(8>WF z1XxNzB!X3~0&v$o_wd~}-vF?(_1pF5=MimBb?I$;sz05^bsP$X0)PDAgBHDMVsvg; zH_+>L4usQbQlSvaX*4cJZM#p5kN-@6_Sp%owE*M|hWp>m%%DsY(==J0NFc_>viCjk zKvw%cj^og9oZPzAt4n`-`Q@Xkrw7xr5bbJ$*02Hy+I^sQ`En}<Y}@|2R<HLd+y1S% z|Ndw7(*0g#QYlm<0+t1d1oZSwWzuN^&%^h9PMta>fZdUJ9NE)DJQ@WdsMPBK#M-y5 zO0|l&pzMX#`gA6f=}#n+%fI~cOM+XB+Z)%!rcI=mEyHUzX*3!fJ9Z3!^5MgVFim3H zw)p^+*;xZ1wsmVu{`g}f@H`TaJaQJ;rhqdSFJ9~$85#Lgs<(HQX<2=`U2Y5efMFQe zp%95=l4K%*ZJM}_L#0xoP$-bjWXRWQc)kxo0P#2gO~+{+)RsNh?J#U>9zJ|Y0nY-b z&YnH{iyuSoy6)-8$;nX>4pXnyxN`Ms?(46<THpEqAN%(Mpi3pWr2N`zoyq$NFe#7k z-Fp#O54;I{|3e1!rczo;NppUle4)Uh4?kR#>NVG;cAfHO*>R|~yfXRcefutnzr6Y? zzUvZr-jdgFAq2K*@{@F$)RRwUhgPqi9mr&;R;ygNcro|=`SYbyFTS|NlM-p$80`k; z&(F8A-?DC!g%AY3kB}0jLZQ~CTikXGDM?17^sZb9hA}lTFo4%=k}niEGCM1P-SqTe zg+hy_o?)6Df}3R_knIVqgp}Owi_lbxWIT@8upzs4d^`(Kuh(&0H#aggR5~*~eN=|S zNYg|}$&X%b!*08yGrL1Aw@$5Cwv52{snu#6J9bO}yFFTW%K!Gm_TMgjV!XQY`NjYM z03~!qSaf7zbY(hYa%Ew3WdJfTF*7YNHZ3wRR539+FgH3dG%GMNIxsNy;-*Oe001R) zMObuXVRU6WZEs|0W_bWIFflVNFg7hRFjO%yIxsgnFf=PLGCD9Yhrb^60000PbVXQn sQ*UN;cVTj60C#tHE@^ISb7Ns}WiD@WXPfRk8UO$Q07*qoM6N<$g5rV+tN;K2 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/hidpi/imagebutton.png b/public/assets/ckeditor/plugins/forms/icons/hidpi/imagebutton.png new file mode 100644 index 0000000000000000000000000000000000000000..d27379639b7c9e91825eb2031bb5d4ea4fd75bb8 GIT binary patch literal 1398 zcmV-+1&R8JP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800006VoOIv0RI60 z0RN!9r;`8x010qNS#tmY4c7nw4c7reD4Tcy00fUoL_t(o!|j(%XjE4ihM#lKxp#iN zGnvePBJDy%>LUIH2ZVw+LN=A`(v4l&R>{ttt8T2AQ5V?=5+R~cAtDTPY$cl{h$9$; zO0;NKQKsa_k=TiePG&Oqo-WKxqfxtXQoHb5-3#x1-}n2@`Of*S_<d-Ij~T{CRsUq* z|6oAX9|V99|Bb5F=(+(R1cqUt3<JY3)&QFlZzSfrE;ZN1bzPLH6al}Va3FwXn*TU# zmUzR1Xc(z3FY|0+frXbZQPGwbS`!IGM~48u1-gM<KwDECzzpykkOKzw{rlSU<OxDg zP9ipKYR52s`eN(Wy{(}TKA#Vz6prIGMOjKotyZI4F7sEZ#2*hI-oSOg(UX(Y0K#kA zqX)XXopd@~$Y!&7t@XTae#~dH*?c;kE*$9YcD%Md3J4KuZT)WFzI_9wQfX>*WJIk) z>DMepdjI}fC=}W_Ha2!dCF1dJpVv!QPtV4C_wF$_H|JKXRb1C?+D5E*nq^r;B9X+` zJw4pKd6Psu-mQ|!<gQYwL@Je{R;yu}CQ{0EN!>6EYPA}vRElfYu8~Y8cd0-i(6+F! zKs+92c6JuSFkZFH2V`6SUcb@KLI_;fC7Dd};>8OBfk2xwO_S9n|B$jvDX}aI%d&7? zmrA9=^73+nv(E3jF4bxk(=;(0$H8%&hU+)87eXMVL@D*&>PRW^dc8!WQBIyb$@S~k z2?m2GrPgo@A*kyb^~~Q!UMFp7X(1E}v0=l8hLLxP_x1HLJUmP$lfiKu{C@vy`1*#d zSHf6aTr6s>DHe;ErrB7-I%zBx<Mip%96Wds(=-W(!+5=3q?8Su&*vi+i_zEDM>d;f z&z?PO+qR9~-d;kX5SC>%5;RSdVzG$Un#IM%qT%s)3R-LO`8>95V_6nTsRn5#lOdPO z@%;I7IyyQS85tpwNDv4F@OV7<{r*PTuU@@MXJ;pdVPM-fg+hT`E=MpJ#57GT%fhy8 z^7%YkYdjuLL7X{rCU@b&g|Fu3=D2g`PGf@vgF#N5IKh=GSLp2QL`q4yTxNWHoKz~s z`Sa)T`~6s!#qs0E85$aD;ObGSRJeQhF1K&rMoNjXa^vpay_-lR!l6Tleid5lpWE8n zKJ$1y+n+vtN`HSpU0q$AJ$sgm7ca7N=T4Mrj19Q1%j3t7dGzQJmo8mmVq${9!9jNH z*zp>!j-8*MCmaqlFfhRI@GwV@9wiowQK?iWW@cvo6k6-=fgj`X__UOA`|Rv20Fg+9 zEnBv%*+BJnDlaYZ@WBIY+h+6T&1+|gRVJpUrYIB&03?%19LJd`7K`n`4?=4#fKg!Y zsZ*!&=gyt;%sqSdxn)`L6}7jWHmvR!{Vv=pe6?CFM#AAjZ*Onq*s)_@0yls(w=x;D z*6mvBv30ls-xXt8>-Jlj42CZnWxT(C8b||&fnRtvJTyCIR=5uX>GA&lX<syoxPSRF zPPIyHX$iMhYu+6Ap5-u<LV3MN%R&h$kzOx`Wv##XDidPmU{bH%1!A49;D3vc{$ujV zz~2EDn&DxPf8+oF03~!qSaf7zbY(hYa%Ew3WdJfTF*7YNHZ3wRR539+FgH3dG%GMN zIxsNy;-*Oe001R)MObuXVRU6WZEs|0W_bWIFflVNFg7hRFjO%yIxsgnFf=PLGCD9Y zhrb^60000PbVXQnQ*UN;cVTj60C#tHE@^ISb7Ns}WiD@WXPfRk8UO$Q07*qoM6N<$ Ef=$DQ_y7O^ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/hidpi/radio.png b/public/assets/ckeditor/plugins/forms/icons/hidpi/radio.png new file mode 100644 index 0000000000000000000000000000000000000000..2f0c72d6344de0ce787f192ce37988ea2174caf8 GIT binary patch literal 2435 zcmZ`*c{CeX7muj5Xhv&SrD)YIv^pq85sIi1WlHUaMiNA<X(eT<iMFb=`697YYu_q{ zv5uHns%lMJOAur_YKwiR`O-hXKfd$My}xtryT5nux%b_79^obwA}OvY4gdfo9UW|M z@lo}Mhzj#HIx%sJ55j>?5L*E6$0}$m$>LkYA|1TZe8%Vx5wOvs!~+1LR7cxiJiHiP zBt(P<OtB|<eqfT^l*=N&f;yEI5evNBKa5GeQ<~JP*8v6U8W6g@6zjVGd@z(#I*vJQ z3NLIST#z;O#)OzQo*Z^Xjuo8n@$>R~H)c~-uXU%?hCDJJPR2LoHmx4MX8sM(8$U(4 z)|=(b%|++4_w(m1<`X*U=BsNw<!N5*LjY)Q(ZE-3H(5Y6)mj>u(UYQaB2X4Eiiz@( zV>R&AXxo(mDggLgLu`CWQ(hG02|JUIx`FSr%1eHASz?4N@vDAXxcAj(#wFTyKvA`| zM2k{9AmlaZd%`9NgORb;MLkUr{MLWx)DTBXLSu^{);*YiF{>|Ne5dl>;|ihKKQ>?Z zKPM8!J6Hbf3$7cS+dQU~7uraXvOyBUm&DQp9EzA>WQm2CocQwrf$|20TJ0FC!;j7y z(r--=o{x0^;?%+XjIglBz~t(R8ovk37n)z<!3kk5XmljA*yZx@*S_mG*63(lz%F;n z3cEE7$qLDQ{~=jYGC}0vFau~6cj_G1>B-Z6aW{T9Yet=}$_IbX-s}N(b=8<u-PLow zH}Rf3)lxMwGNLq3q@d>qaw8CkZCRm|&mxw*$&bE`Yj2bG*5E-wL2oZh_R+)x3juU> z$5bM*w7k-`GjKSkE4@A9iGAA*)ky!*fn4~;lNLO(zyJjpZmk0TDzN*#p~02b<l~O= z%f~Es5@1Nz!Qs8}I%+<(GnT3&kP6xhAupZ(DcgKCTT`vsbP6-NL8H;~Oz$S&*Bm-! z@dA6eVvz13qt^L^%51-AtZ;sJYFB+mvfz6r<lHqAOG}kQR^Bzp*-_t@$1{SP&R_yE zM{XV}7_UK)h85A872W)JlY?KX4!3Q=``1yfgOYSKeRZszExq(bZ0464WPw`ya|WG_ zw`w}vX{z*H5_%wD!In?IZ&g#de2~1%=C!ieJW8Fq`dctrK_(P{-Ty2?$<dZ&NB5O= zjrtjUZ${7GwA0uaJe_>R2}(!(r7%3{^LtMnI^q6(cNk2jsHli}2(?g|4@>3=M6~oD z?{W4BoF4C^HAao*i{5-B0)8iY<I|<MZ)3HJD|CD(Iar!uBJjL8#Z~$tPFJwAaC@7E zls}fqbddU{>-P>YJgM7Cq@g#vpStJ-8U0HlaWXY5UUVL9M0<7zMoc%>_Eu<_+o9{U z_`U^o=cRiW9u2o+$H5AZg@O~bDgPE_RZG9G_0jL4g?&1~J&rw$ZPPjfjE_8?sCSvY z`8eWAdVsuFF(D*J{?RX2D4NRRwGUP%F3fZk-h7Pu6E%uYBH6w1)F-Lu)5YxtaGa|J zT2Ckb(Ws#03{WTP;SQd#)E+@Red_gGV06=DHoEWc21Ep_o2DzlP$l*Kq^<wRdImYW zu3Dj861$@K>(nQcLKo=6LK8C*6$kt=m&$1yA3oSK3>!=8>u>L2MZLSDe9Q0MQ<PxP z2QFq+kP$3?VlWq%6i&0KxBVV=k~uK}mlyu}^5xTKoHH8gt6#-S%ZWXlS?2UK_l}GZ z%cK^eqzSS%mB6YD`Xq>|^ZZy1nHmHfd$6RfZAv9W1O_9+1o$sO)H_|cYJpZIp^Hd_ z$*4KX7ZVD#*h|gNa{W4BGLgzLz7V(URY|6;gLGH<ha9g;tpY8tSC?nZpdBvS0*yFM zvwU%HRegQ0MM#jf8;Jh4xVFB{*UHogpV#LywfoH7zX9=PKAKATk3T%A#j-41lphUX z)Du-&Rpp{s{4-3)r<z~T;5u(^ShzwT6gubjS-$*6COe}z+=4kA6%ZIWx8$Myd-akK zh=0<OS(yisKp@oQFMMk(2v@XwV09v8k1^X_Sv)*40)EvWda~g)z?x~2xA@KB*~P4X zUD9Q%PGc~&4jK>R%7KZfZ+q)XkJ8dIIyq6d%Fd9TA30yRuKn`7N`|q81vdD{E^fEg z21Kw0^}Xtn)$?gYVzHCh@;B;b;S<Y%@d#P512`PM`?9orlz-(qi8A>29^EV{Wree6 z5n*t+dHliF0=J{1qjP4)e{O4mIfXzVL?94|5>B1I;}Cu+u#1Sh?G~GzYBOErMB-)@ z@S=r6Z`HzCUODz#uhX<~L7O@{kc#pO_+es_UzCV&-i_qlv$Oq_3Y;%J$6Ko7BK>$F zj{P)^q;L1>bDJ_E0t>bTM@K9#j|*8N*c8--){Yqu<fW@ZFH)a}BsL(N05wwBO&6|> z8N&1Prx;>$Gs&qTLToH)w;OMcOT%BIhfVMNlRp)(I;CVVPSaFfT)bOdUbfKs97+*P zN%?tZ_Zq7~GgUVwW_ZO}1!SYz3;ugmB)+z_GJ^SKXD6?{b=z~f`S+9g7RF%ObV~q3 zklT@REmV8Ec;zYzI*%rmu{`uIb+iOrmr#rKx$Wz_L<&K}lagHbTNAX`9<CjhV0~`E z<j!bRbNrQr?alg$J?AojX#+(}wqDb^z1v+kx1_-MF<Q+1b8;t#82e?C&N8J&HSBie zdZFEP@<r*MN6@?&C&p|Momg}C{&uN>ayMsFP2X*Xm@|Y?uJn=O93^;KuG@+X2~pYa z0vNwR4i3JUSL+BGLr&3GcRA!~ceRhK!r`{ncHVba9B3#ZjMZSZXQS4Nx5jT)06(61 zTm7blS-H6U1Za-?id&yeJEyX+xTv^)lx{%ObS!6JGBp+`unN!I)#c?%WO#U!<eC5k zFVfu7d~h^tc(*<I!dkUhq>QM-p3IuAs`0KNUJfVM($f5~i8?4|C>fw69C{_4+`Gmp z$*%@@M%EgU|6(WU6Vhv>{@S`_;|UA4BTsDptZx`q#T~;?$uoao&i2qEeMx;S*GWf? z8;R?C$HpD8`+0tr)#FrXGJjN6+Ib)H)`(*6{Y&-At{FT)Ef-q(8o<=%e_k|W?7U)v z17bqVf}%tC000{r8S5Ed(E}TL7#W!vnwlA!=oo^{3=MbYiXH!lfItO@hbH`gLR!1Z yHlLvIBZ50BG$t+}Is_0G7pEVNgrkE3B1801(Z5l+7K(f)fTJDMw%W%3;eP>6>#KtR literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/hidpi/select-rtl.png b/public/assets/ckeditor/plugins/forms/icons/hidpi/select-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..42452e19de38a60c485e5c5d696f7448bcd2e383 GIT binary patch literal 1451 zcmV;c1yuTpP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800006VoOIv0RI60 z0RN!9r;`8x010qNS#tmY4c7nw4c7reD4Tcy00hKIL_t(o!_AjZY!qb}#(&>8-^}jp z?oev#76>)bctJTxBUEB29>BX0u15X^r3Vg#GoB$Pv<J8$k(iixlY<vXOu*J`8w-K7 zp+GlMf^?u+*0!^M=X*WutdMwU3l@BmH<`=K^Ssad=le$8`r!v&C-iG&|33&Y?FR** z)T?0?LD~Wwt#KR&trSWr5P7L@FA1d(5v&Mt9Ai3zfHm1HY1c&ot4#k7N43%5uf;`> z$w`3qz(rsNh*vpg60Y?!If(++d)e&o+xz<RK`w_Cp;50tbK+%7lJu1VT-ODqSeTz@ zq)-SOQPfLr&6<k`4jhQL_4WNab?45{vdWkZ!&|#|@4o)U{{3+-2rkm!-#@cw@80;2 z`}eP{HhCM5W@m4Gwr5YgqrZQ~<h#2!%+1a5R!@%reZQSPUC^o2e?OAeV(WE2I&orK zcRv43>FHCt^Z5<NHHKQV32^+zxpM`-s|%gfYAFdT=?<|L+h}n8+_}OBUww7F-fWJz zu8XlEXwT#6rAr0BvlAQ#$Czc2TWg7vSXzOgjloH$DP6i$(4L1CX$cUm@iH0KI1WK3 zgP%^LmneZ1A*xm>&Cjz~tu8GhS#-v6FzGa+bxVLGV`hwDt?T0N-1#l=`7)jTu6*Un z{%XCxJQornT5ALl5sbB#IF4IcH5vc|TeoljuxI1O_xyAkt@X2p6v0|crCMd?!Gnp> zk&yx0Xdo-y6-r^_7;7zBL=X|;W|O(OIYi`aVR+cTUo2MU%Vp}d8qFl?wHou~GWUzc zN?~}|7m>41=H_U&ns`NM^XfQpz>2UCMF2;E+QCDI#=|hA5=Ar`4H}IGl_(+%Lk=D~ zG!E2&ql;05U7-UCh~t>pS~Q6gr4-6_85<gkfPG&cInwJGGh8m0{}E6wmvM|4{_@C? zUSQwo&`?A&vdblImq0{XlhIa!)@aYe4Fbl7h9-c4Yge!KP8W;QrBaDfsl;@#IDPHv z)m~s=Y-ni04FVj`YaQb&$X)?$=XJXtN-31qIO#Mdmt*YAnG3*=x2LAm-Fx>cckkV+ z+@6|Jz>i~R&Rj6L943`Q=@+<EwH*LV9LLx=ZYgVvNTrC=X@H}CDm8le@ZoU)Kb3j| zII7ZVoR=V1fQ{qUg@lCIJa;Qnj)U=iMh6F@t;de-`}*X`(d6~5ql1Hyw{~rde5L1w zQs{)MT{bNuc#eY!0)k8i*KyEVV>}P9ql3}G!3kgh7#JNKobWn2a6AvKbxZ6D!c8`< z2?9LFX_bCQfB!?r^SXbze0jT!j~AXie#}A?VXZ~1C9c<L)@rSKrBbb?dx7k=Qsgoj zy54*fwPnk;Pj>AZiR<-Qlk&Xj#Y&~y&1O%lEn7~=<Yb|1VF8luhzOFb*%z|C4ab38 z4z+31HaD9+U8_{c`u?;MksJAZe%;#6&aUFj49!aA#R!%O<NLhb)5FtJ=}8!dj|^}# z48!jCH*X#ZeE*$PXJ_|{cl$D-l%iIx&bqEU9fsk%z)dA0>w)V)epOTdH$vb8=hIAP zq37d|zX#R<T|ltP#1Da=fW5<~PW`FI&z~o*)v(Rx>i-qBp;YU3luBVtvejN0`Ew$a zQv40$-y^~XO0K{F001R)MObuXVRU6WV{&C-bY%cCFflVNFg7hRFjO%yIxsgnFf=PL zGCD9Y_Tr{V0000bbVXQnWMOn=I&E)cX=Zr<GB7bSEig7MGB8vzF*-0eIxsXVFfuwY zFo(Y$^#A|>8FWQhbW?9;ba!ELWdL_~cP?peYja~^aAhuUa%Y?FJQ@H1002ovPDHLk FV1i^lrY8UZ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/hidpi/select.png b/public/assets/ckeditor/plugins/forms/icons/hidpi/select.png new file mode 100644 index 0000000000000000000000000000000000000000..da2b066bea54874ce51ea03d4585992f0d25b2e1 GIT binary patch literal 1452 zcmZ`(c{JMz5dJwf?v*;W$kJf7sS3X&u64AUO@t6Mb;J^_v!s+t2%)GWWUZo<HZ*lK zly&ylu2{6rT6IRHsuoqtR%y4?Q7s#P?jQT+ee=zmneWYe^X3i5&4r*OuO$xvfRdvF zjx1*QK4c+cPiL{##RLg(BH)0%eJg9LE)Zwrq8z;GVuffQ5?Dk@8~{l7IO0yaQ@RF= zU7g*%)OwRQ+dI}4Iqszg^hqxmf#=7thJ_lAr29Lxm*yTQgpsd?C>9yk*_3zF%#7sx z@*3X4nASA%G_PXR4(Crs)!W=uJUy#~S^Kk<3Z|Jybfw^T3@qaN2NPzPL$;gNi<})% z<Jw`}8N|-s$rQf?D1iN4$CK}7Cc!NX<+9Zzb)^v>i8Fo&v1NsN?mxk0M_}5S5zQLE z`omL@RcGcYHSSx1@tWh~YIc|?rR!3uNI$wqLx`DK2EZMpye%HOawT0gSJe>D_f5*@ zc-da1QRN<iiqKSk559LS?BT2Ui0+3Gt+5|o_m{O*&R74PshsTQ^K-nYE&276eCsnj z%LCooi&|7Fl}^ajR!F+^d27S7K=huGw7a`V$c4zX3jSKhp<Aqr2mXn5%9gZBT7Bp0 zB$VDh<b%^tDH=$Op2H@f^S7)zn(WZ|&+B0Vm;OzOp&3mr;*@nPTuG`~LSnfkvvz_^ zsfl8SBEHN`-dh}KKM|q<Vck(1GwoMauC8Z8Qn`o5{fXk0koEX=PPo|}D5nXuDJ`mU zyfa=47#Ij5DvOEfC*8cpxrN=~CH8%~w5caC(wW3lzTW<$Yamj=V4)W9cz{2;z^<bd zTxC-f7e~q?Q%v3@u1vkE_c;>uk#>wf(gphFu+lEsc?_#9P0dVhUmW1sz9WS1G+svF zHP~uip4SsT1fenJ69+vF9jHfSB|AZ!A>XY8gw1Tm^9ITb1*JOLIW|Kf+1VMA3uL(t z!5@4TahQ8=GJwS}tq|7-7Gx7|X*DW#=D}qrkQK>R!r)=4rLTz9g4QFxBK}gmyP>+_ zHF^ASR}9r9hUp3zlrj6)CbUjL*$y<#xPJ6<D)g*I5JbjycIyU@XHF6k6f!!wDcJIq zs^!XaEY^#Z`T4Xo9;k?WpkJYOw+a`Y{w)++cH=O69z1SoDYrhYqZw8*7;<iH+h#kF zHyIwgvGK$KHew+zhFN}XR`5%(--J93)0LH{GJSVs{$j5Tq(Ra`$JsTTfWh?aLq;f+ z{0(&+jPl6s8x4o)E@UeLEU0w)1Fh$`We4xdhQrD%0=#bst6g0IoY69}%<H*1H@H4u z0j`+(?DFj*mo_W)=Fu95tY^+Ry&&?@$h{VNUxy$Lb$WXGmLuPWz7v~XrJHW&*@82p z)D(7(n=<+ybL>&IB`|L?(Nx$S9ttlYk|ZzLojH7sYYNjEA*miUU{}rIDwnRL)r2AV zQ1M+R37s+9^MfTfX#sj)K2Kt3Uco=O$*Z%a7tl#H_gU>l86n&(T1OV4(sbn|Cp02r zZ~gsTbD1wsgcO!ijlU_dH<~c{(Z}RYO$|dhrZPUMx=V7XKR)q>D1_?}-cC<l=nnY8 z56Gu{hdx$FW~y?!8&-01NRut!e-5}v?~cLd;^M0L85xPYEz1Jem|5PkpkH}o1xDA) zXV&-jz7DBt(UH|f)Ym<Qu~Ex{)r3d3<%KlJD!@T1eR&skIrsi>#VEf>N~T>ZR)Umr zucy01Vn(XZ-h}#z>g?Nsbu&EhX?J2z{TW=EEE+XZpf(D|&+8{UrbAOtNIb5B=_4Qo zN#ZYOz`#=&LH>+jtH9`BF#%{0g+YSmNHpk<LRo<pR-oxI5N!p58?UMy|09Tq3<?X0 z|9?Sdht5Z_Ky!b>>BtZU(?2>GU^1D;VHeKR1O20djU%Jam8{xmiJJgNybG=Ydp7l7 Do<4_T literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/hidpi/textarea-rtl.png b/public/assets/ckeditor/plugins/forms/icons/hidpi/textarea-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..60618a5b5986a204907ce86bb39e949ab7ea92a5 GIT binary patch literal 1732 zcmV;#20QtQP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800006VoOIv0RI60 z0RN!9r;`8x010qNS#tmY4c7nw4c7reD4Tcy00rGiL_t(o!^M~1Zxq)R$3N%J%+CH8 zd)JP=b|BaV8yUwDwO0r!ZUL2_X&PEe8VM4q<SkD;^dIO`UaCe)ANmsY0V$}74T4lk zQ>rMfs7gdrq1cq-C2b8B0c0DnvAw&tcX#gTgLjP~5wr`mN4nCCW;Ew}zvq0v=Z^e+ zV1WN;xYY{*5c%I^RYj`+9Aj`C2P1-10jSpe?FWX)a&oIm7>2kFb#>Io<3uA7L<D_O z$*ULu1r~}$W(x(-kr9A2a0Ivtgim-~2L^#PIx>RbIL(gdeg3WIpI=oM1Sn7{7ME-E zUzKA;56M>^39jp6j3JlL^Xb{MQ>8*7Lwz#&s~;aa6n<y>_P>33?b@(D;h4+izSy;E z*SSNlzaG{nlgH`r@BinIUU?-P$!7ohq?1=8wD!urefz>4J9gZ3)9Li;nLBsr-moDD zZ29c1x6Vi;Qj;VF@LZSXWRhoId+j)||GroLq^dtLB0s-*>sIUPRjV4^cs$NxsRZ!T zEAPI0Cf?i(j#INIxW?ec;{fd3y_-}ri2zg6)BNF+PZC$(dFOoF8*dygTRZHyF0Qqf z`uciA<lOAXA5)r{p%jKSB?nMzxidS9s)m61_LeORuH!^bpFTZTQGwii@4YWV5e>r- z<2VknSPXzf5a2itkK%_Gm@gKW?+c5Igx126{Cxl?8pZKE6mUapaVt_Y#w@vE#j$D% z5hN1f;*lc<o^EJ3Af8vKPo)r%r*EA&v2Z(=qqVsi3s`G$QGKlLCn7kWhv)l5f&ka| zNdy4^sdSpWF}RTkRZ2`4hJ@9cKdxaUf;bMwaj+{k=Xf5*brE9-t;L2Rri!Fe1I%Lp zAuE=yWVrh6%FI#KB?jyg1A9m$2x2ij$GJNhACZZB7+wJ|3`4B77*$2Xko4-+gYxXN zdz;c}l8FTFqkyP1@>dw(?u=Mwpj<9fC=|$S+$i-=J#}3A`o5oTX(3f32my=;p6lXy z9;jlMWC)J4tTbC?APhrt`8>aP`|WcZ*00xiGI>lgnVLZuV@O1!w4_ovsT8rwIRk)L zjA$f+G3MSLC>4uzb#*oT`smSYS4W3N>*|h4Ci8<@Kp11Fi^Yg-+jdHxdoJ`u{KY~6 zATK>Ve~fz`rrI0UVnl>!G>V8MJ3Bk;2L}eST^$`7Po)NH0-;K{<b=63Yu9r1$`vkM zx<vcBbpXuI%wS6;)LKx*RaG3vVe{tAts*j^s`mJ?W7+*LzuY})?Vw~b2XtuYH%v@$ zCzqofh7UBZa=Fay+qaiz!F`XTfaE^<NXz9iVHjepwUkOFnwy(H-?(vOi--j4*RKyg zIC(O=uB}a@b#(*M*Z0G8OADzWcqkKAmBQlULrA)-4B5VYdtq^L(LZzMOm^qao%1(t z+{k3J*-2HM{nzMde(&DB-DB6U%fjsJK^+?UVDceMs4BKtq`a`OREm`nG=@YXK}UN# z8x9{Xe51A1cU2YFbrF%Is`}fuZ5y)I_KAq7s{Z!F53}EU>80*5YX_vS@1PD1odlT4 z<-T@o3m}mQ#&z!<Xd-xyL#nQhNMj>W-v_|W=kpV>SgdW+rcJ9v<eI9cwr<@zY>erx zg82QZQ`zsn_+s~$<Kyp3U*AC;9zJO%C&?8G_jvvN&3L~$f>?~EbQ<aH?b+Pl@8@&5 zX}7Vlacq2iye$X<GMUUXB63w#8}{tkbKdv;Z&pCu{>$03+1)R^(EX3gm*1D(-d8o7 zJ<*iQL8Y4?7$RT{1Od|B-DiCNXJN5O#PhPEs-MN<@ip!3?JYqNFh4)f#ful|?Chkm zv61=tc`jVIfa|*S_VyC-eJ*6P%uP)_T#{cC#`js>(!%uA)b!lk+=Qs=FM(HkdU{62 z#>UqAzTf(wotTQxYvmW~KRroQr(>y9nrv=rx;#2M+6J5#Rc!!<fwr2qRC~+-8E1#< zF0^mmdK74?tmG3;JPG^`*#GA@-yHil_8@_mI|Di?0000bbVXQnWMOn=I%9HWVRU5x zGB7bSEig7MGB8vzF*-0eIxsXVFfuwYF!ti6NdN!<C3HntbYx+4WjbwdWNBu305UK! zGc7PSEiy1vF)=zYH##shD=;!TFffO|9`yhK02y>eSaefwW^{L9a%BK_cXuvnZfkR6 aVQ^(GZ*pgw?mQX*0000<MNUMnLSTZBt2C1U literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/hidpi/textarea.png b/public/assets/ckeditor/plugins/forms/icons/hidpi/textarea.png new file mode 100644 index 0000000000000000000000000000000000000000..87073d220159c797fc8adaf8d7bf26d7872c8f92 GIT binary patch literal 1680 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 aVQ^(GZ*pgw?mQX*0000<MNUMnLSTYS>nE82 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/hidpi/textfield-rtl.png b/public/assets/ckeditor/plugins/forms/icons/hidpi/textfield-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..d3c13582d92512a755f918505c527765401b8622 GIT binary patch literal 1324 zcmV+{1=IS8P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800006VoOIv0RI60 z0RN!9r;`8x010qNS#tmY4c7nw4c7reD4Tcy00c!zL_t(o!_Ah@YgAVh$3N%Y`{vD$ z_jDTa9HU6FbR#ujx`-C(1fvLD71FhfEM1HLgi>5)r;8wn8=+YUQo68EG0++@5V}!H zsx>oFC%<Rr&AqpaH<RWEwvI`(UwFLB<8i*{e9yV(9GSj#i;oHKqq6@W9MGME0Em1T zR_AaX2bAZbl)@81M8LTn+5S(6;GDxchcO2INffcKP$2932(ZWW>m2nYVR2;z+{_F> zA21Hg0%nh&*)~_7o0&m?K0lxT?W>a~4}@U|&XKfQZ%xIfukVtsc3lbJ`#y-Uyu8eV zhYu^s>gtz-Q8Yd}I%>`g4^PciD${O{F;}TfpBWyW8XX-qVHAy1E|+IVMn=rb4?y0* z%SvT>WMssY%jH=e$MK>0SFb3=@f+aeuh*_kmg1Nr7cSfd&TkR)-k&#bep6joAZfL_ zD_Co>%_gTVUmh&Q@%OJ@zb203Lpl=#Bxx=$JsumI%=Yx)hao^?_}saqr&#m>YKx2f zc<&y%P#_RNS=&|hJ8Q8?!qnK<<cW(HFD1@B$OHkpWejM|n~90ZVBbEB2(`sUoO4+q z__|!S06*Wq?*R{gA0NkQji+^24&WS~)~IZjHxm<+XidwQv=fR__}MI8qd}|Lq@E-I z4Io)wTT>g%oT@jQD5dDSXSN%iZgYuB&1!2c)>_2#5Rvqq$uNE6#<z!xMV#*&fY*2K z$ctJH$z;IW!3b${ba=IM4(HrIb3g>;`}jeCABK3o4}c$rWRir$+MUmgb~|>?p^dc| zYd1?Of+&Tj6t-P#o>Hl7yD%#R=<sT`D6lm)w~NDR-F906))g>j8@T`?f@v!tBI!4F zHn2Jz#+c0tY)t`e!j1yFxi75Sbq>!MgEeMT5qcu{TBpOK{iE;u_*&z6UiVjUn+Jk5 zCfx^Ud((-~6QPjJ67S!SE*2>S0RXyKq+~7Cg#}jX_4U-e5BWxAJ!@@x9h5?O9$G1) zT#nq(&|T^8H-S<FN+JFICO0(nQ<Tf$y>B0A2dI@ww<2p(1+tk8I*JHaS6N<L!={~( zBS()i`|R1qbHg;7;9R=CbqQZ7qI@15MPxIXRN0lKrMW^7lw@FF&^>xI>CMftwzPzE zPT0ORXJ>EU#@8C%<t*?-2=jS*;}{tj7#uo#mX)QYIi1Vpp02E}mNJFHRT&t#?53wD zU8V9iJB_}c9(1A5eLGeP!Vo!jY%o(OTuthA3i<p~an3#NjpKvGVzKv+=g(=at-W7< z-w`^O<I}^3snu%p^VRB04Lq5zR!d(TKmH)f<vt6F#gcUnXYHo_y>m;%^VTc5TZjma zdVMYkf~WJ<>gT`{anAJtQ^0{e4ShQ*zzKCepI<(5`t(iUAkYg$drbTS_yPFtmn&EP zl1JCCV;T+YzpUcB4v};_3IepwW>G=#;m9{QAtL+@!*Q}2;@&4w0000bbVXQnWMOn= zI%9HWVRU5xGB7bSEig7MGB8vzF*-0eIxsXVFfuwYF!ti6NdN!<C3HntbYx+4Wjbwd zWNBu305UK!Gc7PSEiy1vF)=zYH##shD=;!TFffO|9`yhK02y>eSaefwW^{L9a%BK_ icXuvnZfkR6VQ^(GZ*pgw?mQX*0000<MNUMnLSTXj2w2Ae literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/hidpi/textfield.png b/public/assets/ckeditor/plugins/forms/icons/hidpi/textfield.png new file mode 100644 index 0000000000000000000000000000000000000000..d3c13582d92512a755f918505c527765401b8622 GIT binary patch literal 1324 zcmV+{1=IS8P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800006VoOIv0RI60 z0RN!9r;`8x010qNS#tmY4c7nw4c7reD4Tcy00c!zL_t(o!_Ah@YgAVh$3N%Y`{vD$ z_jDTa9HU6FbR#ujx`-C(1fvLD71FhfEM1HLgi>5)r;8wn8=+YUQo68EG0++@5V}!H zsx>oFC%<Rr&AqpaH<RWEwvI`(UwFLB<8i*{e9yV(9GSj#i;oHKqq6@W9MGME0Em1T zR_AaX2bAZbl)@81M8LTn+5S(6;GDxchcO2INffcKP$2932(ZWW>m2nYVR2;z+{_F> zA21Hg0%nh&*)~_7o0&m?K0lxT?W>a~4}@U|&XKfQZ%xIfukVtsc3lbJ`#y-Uyu8eV zhYu^s>gtz-Q8Yd}I%>`g4^PciD${O{F;}TfpBWyW8XX-qVHAy1E|+IVMn=rb4?y0* z%SvT>WMssY%jH=e$MK>0SFb3=@f+aeuh*_kmg1Nr7cSfd&TkR)-k&#bep6joAZfL_ zD_Co>%_gTVUmh&Q@%OJ@zb203Lpl=#Bxx=$JsumI%=Yx)hao^?_}saqr&#m>YKx2f zc<&y%P#_RNS=&|hJ8Q8?!qnK<<cW(HFD1@B$OHkpWejM|n~90ZVBbEB2(`sUoO4+q z__|!S06*Wq?*R{gA0NkQji+^24&WS~)~IZjHxm<+XidwQv=fR__}MI8qd}|Lq@E-I z4Io)wTT>g%oT@jQD5dDSXSN%iZgYuB&1!2c)>_2#5Rvqq$uNE6#<z!xMV#*&fY*2K z$ctJH$z;IW!3b${ba=IM4(HrIb3g>;`}jeCABK3o4}c$rWRir$+MUmgb~|>?p^dc| zYd1?Of+&Tj6t-P#o>Hl7yD%#R=<sT`D6lm)w~NDR-F906))g>j8@T`?f@v!tBI!4F zHn2Jz#+c0tY)t`e!j1yFxi75Sbq>!MgEeMT5qcu{TBpOK{iE;u_*&z6UiVjUn+Jk5 zCfx^Ud((-~6QPjJ67S!SE*2>S0RXyKq+~7Cg#}jX_4U-e5BWxAJ!@@x9h5?O9$G1) zT#nq(&|T^8H-S<FN+JFICO0(nQ<Tf$y>B0A2dI@ww<2p(1+tk8I*JHaS6N<L!={~( zBS()i`|R1qbHg;7;9R=CbqQZ7qI@15MPxIXRN0lKrMW^7lw@FF&^>xI>CMftwzPzE zPT0ORXJ>EU#@8C%<t*?-2=jS*;}{tj7#uo#mX)QYIi1Vpp02E}mNJFHRT&t#?53wD zU8V9iJB_}c9(1A5eLGeP!Vo!jY%o(OTuthA3i<p~an3#NjpKvGVzKv+=g(=at-W7< z-w`^O<I}^3snu%p^VRB04Lq5zR!d(TKmH)f<vt6F#gcUnXYHo_y>m;%^VTc5TZjma zdVMYkf~WJ<>gT`{anAJtQ^0{e4ShQ*zzKCepI<(5`t(iUAkYg$drbTS_yPFtmn&EP zl1JCCV;T+YzpUcB4v};_3IepwW>G=#;m9{QAtL+@!*Q}2;@&4w0000bbVXQnWMOn= zI%9HWVRU5xGB7bSEig7MGB8vzF*-0eIxsXVFfuwYF!ti6NdN!<C3HntbYx+4Wjbwd zWNBu305UK!Gc7PSEiy1vF)=zYH##shD=;!TFffO|9`yhK02y>eSaefwW^{L9a%BK_ icXuvnZfkR6VQ^(GZ*pgw?mQX*0000<MNUMnLSTXj2w2Ae literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/imagebutton.png b/public/assets/ckeditor/plugins/forms/icons/imagebutton.png new file mode 100644 index 0000000000000000000000000000000000000000..162df9a38bc902c0fe4f471ee6de0673bba03d9c GIT binary patch literal 680 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i<3Uds#}JFtOD7w4KMD|OJzwqF!@_e+i6uT?P=w{}nm^oSWn96T ziBk{Vx}Rv;x>l^|?G?SlV#X{=MjahDZdhfVxtU}x7X5}RZbyv8o@%}KweP#WR`sSk zi96Y(PdJ-4-$+1ZzEMNwEVc%{22}>T8Qu)BmrZy%6nA;8{BF^=-=ofcQlU(}=F)qu z0<jM(?-d!%ykdL)@W+ZHU#pJZzb@qD;PvzO#S+<8C&u4@<=&S4ZeKTL)%4S;IoqQd z8WJTK7$zxjYO3-a2HK#|dHQM7<(Dl*J9(Cd#GX$v@|eUjYuUj~Iy065m7IHSyzaVo zNo@OL3kkmV6(L#~TcdWw=mFKt^kMr@`@h&~ZqeqO1^e%BzWj1S*lI%_=e+IFa(wLH zs%&p<^S!-I(p9j0w`}@m$=dt>T?AOxuX|l&H-Gc}_m?;6h;_R%J*cpGmSB*eH$8dr z#e}U<she*;N!qyJ^)8;K2cjz0i!Z+5J;2WJ>~p0U7i-kC(&N*z`W`R2bv(nQO8F+E zXY&*8lk@wN{uF;}U7~o%V2`raR4@L&uQj^%F)DZpbzIFVJzlo^?gW*S_Oq8xxnRQk zQs~voFH?U0FH_F-d96QP%UH<V@g@&2hE+>kBT7;dOH!?pi&B9UgOP!uv95u+u7OF2 zp}CcTF%W4R7+Dz@_%7KEjC~{xx%nxXX_dG&*!*NZ0@NT0vLQG>t)x7$D3zhSyj(9c eFS|H7u^?41zbJk7I~ysWA_h-aKbLh*2~7YgR}?n@ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/radio.png b/public/assets/ckeditor/plugins/forms/icons/radio.png new file mode 100644 index 0000000000000000000000000000000000000000..aaad523fa50f7bdee0499a2d2b963594ce8ff41e GIT binary patch literal 874 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iQ?sXwV~EA++R2XHQRxz`^S{UCCkg7GSQ_c#a!QAdsVPD8MgN4z zFZ?_f1};pF0xgmJj<f17tZUMKndI?p@&l#rl4Vm$%!J*oyI->^Drmeo^kZ(`9$)dL z`g5)xudLW#T#;)ulOZAP$G-mezbob)ukS7HyPJ1BZ@aS)!^|r(ER2Z~LT!rw%}+m_ z^t9+?*=|>%nO9;oL{2;{nlY16cLC>>Z~L+zn11M1`MK|W(#C|{cOU)S=P%K=@~2@z zq}J4V{celhClyU9T72<E;L4CHzL;4zAIIpqOSJvi$6qM3{J-IY+~t>dPWcjdY2uPk zaqg4um0QjAexRE$spGN4Bo$9a^{ZK57cZGU)$1u^0neXp*9(^hRVutp-5T|mV~&TC zr_hYEX_^ntCKyzxo@DMj{dCi;v&(?!)YDB3$)5Ls!mN8H9?3C#Jbz!4!U|KVUhV^o z{;$7U{j8Z+W9Pp&j=h3whuh*pK^8|Ty|`QHBCcPm_DVM-ZJZIgHY~?X+H5xO>Z@Hq zF5`=@Rpx;rj0!Kc6=t8Ulj3XlXSntD+u0hs^o<c4B6Mb)f4=4RTj_>}1wT}P@?MOR z&t+bJofWnA+w;GFYp<V)^R5cl5ZPyIZ?DfZXYSmye*XUVXU=3V$=-VF{p+t%&t-g; zU*6IgCgOViK(|GoyjPazujKV%GROHF#RElRy|Yw350zLQefRDigN22K!Gmz)-+VV1 z>>1_1MgC<dY0Ovo%lgM+rVq=5nUa$v`j0cs^Za$^{rCMdBE@$wtvj>kHjwS{i^oQ~ z|M;YqnTeB6vUplNFF03NQIT<gvw)>$|NRGCI~eNr?cF=|d1b}C@1hgbUd>Tf{r`K- zWn;hlLB<E}fAdWHaxt(}2be}xOI#yLQW8s2t&)pUffR$0fuXUkfw``MNr<7jm4Pu3 zX&V?>85sC3*$qs;NE&kUQ!>*kaci*o$$SK;K@wy`aDG}zd16s2LwR|*US?i)adKio Ys$PCk`s{Z$Qb0uvp00i_>zopr0QMk!Q2+n{ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/select-rtl.png b/public/assets/ckeditor/plugins/forms/icons/select-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..029a0d2298467788266dc0a231cfe0b874fa626a GIT binary patch literal 617 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iW0R+gV~EA+rIR=2NjVC%?U&uLSNO%cMH?<T2)-21?KsuyUH-0; z|2L<`<MM*%N|}GSI9{e$C3`nKDNv1ZZQf8EQx+64VaJ{gm(+7N-`~I4ID6V@)#Yol z1X$ELdsfX;VX$DAW7IvVT%e~^WG&Zk9Qrr3?PbZYXqUW~U#nKF3ST8P<;kksZ?m?> zt!K7*^S#>Uy!ExEt8%tSo6Y9keV6a~o#Troo8SL7nSHiBYHgc{D`UgfZ|5Wyv%9z~ z*4Wj(s6&C{L#=$a?zJeJ^Uf|OKF`UT_q_eccE9DHZ)I)W$FwB#m(}dE_crNRt4Sv_ z2nhBVinx9ZXNc){TP**#?mzc|6r-P<G4IQ)|K)ylWUArd+q(Ap>$f*=-aMON@Pq9_ zhDqKfle<>W?UqU>uL#j%uz0?ri-RFiVp8hO5(}9+_K3A%!P#$@H@ClTPpr5jeEcJK z!OB%r7<cqM{?V%9`L6N#{~1S~0~vu=xkGD%u700nv+`AIq>h-y^Nj7cm+pI7V^=RO z_>Vz!Z9;cZi}Ma(6seZDMwFx^mZVxG7o`Fz1|tJQV_gGtT?3O4Lvt$wV<6HtFtRc* z@LjSS7=1_@a`RI%(<*Umu=&Y+1gJq0WJ7R%T1k0gQ7S`udAVL@UUqSEVnM22eo^}D ScQ#T$MGT&<elF{r5}E)<&-^9; literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/select.png b/public/assets/ckeditor/plugins/forms/icons/select.png new file mode 100644 index 0000000000000000000000000000000000000000..44b02b9d91ba70927c0baaa85dafa30aeb2ccb5f GIT binary patch literal 616 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iW22{wV~EA+rIUB(-AWK?*#EzwcW0zilEYn{P@^|u!EHS^H+_~n zDQsZ&euA#^?kAECn+}NyDNYE|6W-viBJp`XpYAlHT{17D_ZORg{yC?3(TmD^kxYwM zrE@aqHK;oje`1O0=(xk%et7Mwcb^U9`umlN+(leht-8MI)zc?dT}rysPN()AfBZOW zYtsJv#j`p)0#=4(m`Gj8GVL*pJl}qp@pz%!>Z@9lR5+EI9$V~K*Zq3e6faeq^M}9J z*4*DOE@*lzWyiW|{t3%8kDB-z9#c?~NZyz7EBvDS^2?RnO%JRO6z!~;?V~2o;5q4! zXo|I|TK2)H(|OyOcS!QE?ca6xoq5B>j4#qVPO@B!V&G~$H2ux0uC3FKCViA+Ihect z`ftVyIcE9hv(HwqzIrIiJJ5yUL#=!=kNU%vLZPX9<NAO9{pa8Cw#<6n_18BSa3203 zx+5s`6GKdE;twyG<NOCs*T+2a1~OK>TDr<^^{aHhd7)n~ok=rZvvteuw=wyabN%dH zTkQGebG`>n7d8XNkZOr*L`h0wNvc(HQ7VvPFfuSS)-^EKH82S=G`BJ^1|n?(BP#;~ z-zB?&v4^A~H$NpatrE8eo1e@_fEpx0HU#IVm6RtIr81P4m+NKbWfvzW7NqLs7p2dB SXCnnv#Ng@b=d#Wzp$P!;&HMcT literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/textarea-rtl.png b/public/assets/ckeditor/plugins/forms/icons/textarea-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..8a15d68804ba021c3b0c1ee551fcc547a194afee GIT binary patch literal 706 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i<84nD#}JFtOD7v<2M3BAuYdmS?svI<@hD-bO;dDsaVQ3FR0#2v zy))+zQ(mLe55q@ld^cn7Dz!ce@^W>`Xy*xKS<WLF)RM+gd2iqB#|c8KM7Ml7)L(6J z`2U~tmNJrj?RTDZuDa*J@IdYZ=Y{MdCL0rNZSD2D?yd{J`o^lqO<CUcV)nM}+l@nO zm#zA^pTX|T>iWQ|>e12BkpU}11SWnzw=>5;;=!E9=XXjZdt4R?E&W>c*M0x}`3%3W zMfDi6F=Xo&$_TeT6m3#CP|g3r<g}5Qxw$;UlS)5>*=MIsU9+{mbVI?yRdzhief|Bm z2Xf2~pJAQHyd<-0tC--=+UrUzjtw0NYh#~<PCa0G{MfN$+=79jxz+C_`;W)O#OTbG zNbXp~k#Lc#TkK4U)zZr^YxJj|-mP>=M}%w5x^;1dNj;7(-`Wo+vdA!`M7Ev$JjZQu zVS0Z4`#+mb+`4ru$R%{9kJ^f?qO!7SE3^0>%sFiFJY#Fr{PME0ymG6#pTB<n8Y`H& zEYoXago>xoA%hgV)$Rw@{``MBac!8jrU+N$?z?s#lTu1bO1^9i(VENT8~W7f-tSZ% zn{{EU<6nNQ%3rMUidpLTMy9N_f9FSA*xK0CsIRJ$uVB8j_nBZFbKF0c+ATJUY0K*V z0pnh^#5JNMC9x#cD!C{XNHG{07#iyunClvtgczDz85jeRwt<nAfr0Om-N1B#q#-vy zB{QuOw+5S^%twG4BtbR==ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ysb~>FVdQ I&MBb@03z`pzW@LL literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/textarea.png b/public/assets/ckeditor/plugins/forms/icons/textarea.png new file mode 100644 index 0000000000000000000000000000000000000000..58e0fa020306a7eae99e4335e5fa52ae1e64dfd9 GIT binary patch literal 677 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i<33Lp#}JFtODFBkl6Dkn-9K~gRgX=3#BT2hQM|I##Dh^f=GfHx z2j4HyI-hXoHEYc7ki|C|Z>*TSQIWA(x>1VN)G53BuVto^x}s9&hXaXh?`odk+gW}l z#pt2#X^*POj0YGEShg%|JJ48qZmzAZ?bAuqW@ng4J-v3z*lKQ{%3OxU^5^EOO#Sby z{`>duqI=a1-k$PNYsLEe`%izY__HZON2BY}`DK#L-{-k4E{t3mQs6mhP15^imowR9 z#9bSU^KuWb**fKPYLkM3Z*a`K=L{mQ6VoG)eg0gW)^jjww^_ABn@b>zgGAen(3#hw z<`h@FFFcpn6UqJl&6|MLR}GHMaSQx%nc+Zn|JHA%@$C8e`N=(&ckkYP%jVc{c2iF2 z%PhP3$vr!{njWk#kU4($_3PI+i*_DamdVwy#Kd#b(j_GuBNSeWuDkwv|H0;i3D@$r z&yJjySg-k2V#WGp0a{a6gsnbO_~+L%i@x1|>*~uYDsEWW+y9@nOw(lcS@s8eRa7QE zw_N?%>p-T6Ykb?`hw1PCZjW34y)Zjl`{wQ2)eoLMd&acm|MmO&Q@xl%)`qca@Erbq z`}S>a6<N<+lfP_Q_)bN(mi==_xN?Nb|5L!|RV{IiC`m~yNwrEYN(E93Mh1q)x(4RD z1|}hf=2iyAK%{M8WMyFByJR;o>X9_$=BH$)RpQoQ^ON}qP=h4MhT#0PlJdl&REF~M ia=pyF?Be9af>gcyqV(DCY@~pS7(8A5T-G@yGywn!^Crsx literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/textfield-rtl.png b/public/assets/ckeditor/plugins/forms/icons/textfield-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..054aab56e1c03766a98d8b639effea3aa1b089fe GIT binary patch literal 588 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iW2&c%V~EA+rIQV_l>$Xt_gB}ZrLkxqyyo?R-Df82>71$Y)9z2S zx;rgVnl~qrhtYMzMiK9inQ8ZKrkU<mIsK^Wp~?G0$9J}W&e<7Lbh5?fygt*6CEW}R z*AECUF#gICvwQb_-{qI1F8!17RhxY4?t6{XL6h=SpC0Is|MGs)r}`J$bi7*^X-xRC z;bzVRk>7vqx{oI9k6QbvY`5ytFX<U+DUojLuUBhyH3=jiIkRFF*Mrkld;JbvpCY8# z(!X-{#T>It6R9H-oTahz#SGm-LyzWdUwwwB{J+W9$JMdde_TxBXk5Ko+ld2c3<sm} z?<)rjgS_51gspDfJvmkKo!`9YJFL^bIrh3eX0ecs6k$#KcH?D<!RF%<k2kE+>Qn!h zxBqV5{_vj#7JFvh>|K&S>0X2F2eu1u%l^kDZk~NG;lrs4n|<tY{}y-ZFTVIf&ePfR z{G>-StEQQ3`B~%V)p;<X;M(>%XVWg;{mHq?NMF*olgAYp3#uiq5hW>!C8<`)MX5lF z!N|bSSl7T@*T5vi(A>(v7>KkDjI0a{e3$G7#t@Q*-29Zxv`X9>Y<@By0cwy0*$|wc qR#Ki=l*&+EUaps!mtCBkSdglhUz9%kosASw5re0zpUXO@geCx_;r7%3 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/icons/textfield.png b/public/assets/ckeditor/plugins/forms/icons/textfield.png new file mode 100644 index 0000000000000000000000000000000000000000..054aab56e1c03766a98d8b639effea3aa1b089fe GIT binary patch literal 588 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iW2&c%V~EA+rIQV_l>$Xt_gB}ZrLkxqyyo?R-Df82>71$Y)9z2S zx;rgVnl~qrhtYMzMiK9inQ8ZKrkU<mIsK^Wp~?G0$9J}W&e<7Lbh5?fygt*6CEW}R z*AECUF#gICvwQb_-{qI1F8!17RhxY4?t6{XL6h=SpC0Is|MGs)r}`J$bi7*^X-xRC z;bzVRk>7vqx{oI9k6QbvY`5ytFX<U+DUojLuUBhyH3=jiIkRFF*Mrkld;JbvpCY8# z(!X-{#T>It6R9H-oTahz#SGm-LyzWdUwwwB{J+W9$JMdde_TxBXk5Ko+ld2c3<sm} z?<)rjgS_51gspDfJvmkKo!`9YJFL^bIrh3eX0ecs6k$#KcH?D<!RF%<k2kE+>Qn!h zxBqV5{_vj#7JFvh>|K&S>0X2F2eu1u%l^kDZk~NG;lrs4n|<tY{}y-ZFTVIf&ePfR z{G>-StEQQ3`B~%V)p;<X;M(>%XVWg;{mHq?NMF*olgAYp3#uiq5hW>!C8<`)MX5lF z!N|bSSl7T@*T5vi(A>(v7>KkDjI0a{e3$G7#t@Q*-29Zxv`X9>Y<@By0cwy0*$|wc qR#Ki=l*&+EUaps!mtCBkSdglhUz9%kosASw5re0zpUXO@geCx_;r7%3 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/images/hiddenfield.gif b/public/assets/ckeditor/plugins/forms/images/hiddenfield.gif new file mode 100644 index 0000000000000000000000000000000000000000..988d9565f2b64eba711d9a6e34583bbf00d1e74c GIT binary patch literal 178 zcmZ?wbhEHb6krfw_{_xs1dNP~OiWD7%*<?TY@D2&+}zxJe0%}|0%y*g`TzevNCgs5 z{K>+|z`)I*_@CP|H!(fcH!(dkIh!{<F*i5S)<Dn1)Wp=3K?kG(WB~(<Q^85k)q5@c z5Bz*3$Dy%g)08KkRr9CsDY&H9X>{x(=LK)a$LnXFVdv?qII?KNcjj|q9T~>QwNi5w R16D6KTDV8!tSS?OH30pxG-Ch& literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/forms/lang/af.js b/public/assets/ckeditor/plugins/forms/lang/af.js new file mode 100644 index 0000000..aac8735 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/af.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","af",{button:{title:"Knop eienskappe",text:"Teks (Waarde)",type:"Soort",typeBtn:"Knop",typeSbm:"Stuur",typeRst:"Maak leeg"},checkboxAndRadio:{checkboxTitle:"Merkhokkie eienskappe",radioTitle:"Radioknoppie eienskappe",value:"Waarde",selected:"Geselekteer",required:"Required"},form:{title:"Vorm eienskappe",menu:"Vorm eienskappe",action:"Aksie",method:"Metode",encoding:"Kodering"},hidden:{title:"Verborge veld eienskappe",name:"Naam",value:"Waarde"},select:{title:"Keuseveld eienskappe", +selectInfo:"Info",opAvail:"Beskikbare opsies",value:"Waarde",size:"Grootte",lines:"Lyne",chkMulti:"Laat meer as een keuse toe",required:"Required",opText:"Teks",opValue:"Waarde",btnAdd:"Byvoeg",btnModify:"Wysig",btnUp:"Op",btnDown:"Af",btnSetValue:"Stel as geselekteerde waarde",btnDelete:"Verwyder"},textarea:{title:"Teks-area eienskappe",cols:"Kolomme",rows:"Rye"},textfield:{title:"Teksveld eienskappe",name:"Naam",value:"Waarde",charWidth:"Breedte (karakters)",maxChars:"Maksimum karakters",required:"Required", +type:"Soort",typeText:"Teks",typePass:"Wagwoord",typeEmail:"Email",typeSearch:"Search",typeTel:"Telephone Number",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/ar.js b/public/assets/ckeditor/plugins/forms/lang/ar.js new file mode 100644 index 0000000..a2a8dec --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/ar.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","ar",{button:{title:"خصائص زر Ø§ÙØ¶ØºØ·",text:"اÙÙÙÙ Ø©/Ø§ÙØªØ³Ù ÙØ©",type:"ÙÙØ¹ Ø§ÙØ²Ø±",typeBtn:"زر",typeSbm:"إرساÙ",typeRst:"إعادة تعÙÙÙ"},checkboxAndRadio:{checkboxTitle:"خصائص Ø®Ø§ÙØ© Ø§ÙØ¥Ø®ØªÙار",radioTitle:"خصائص زر Ø§ÙØ®Ùار",value:"اÙÙÙÙ Ø©",selected:"Ù ØØ¯Ø¯",required:"Required"},form:{title:"خصائص اÙÙÙ ÙØ°Ø¬",menu:"خصائص اÙÙÙ ÙØ°Ø¬",action:"اس٠اÙÙ ÙÙ",method:"Ø§ÙØ£Ø³ÙÙØ¨",encoding:"تشÙÙØ±"},hidden:{title:"خصائص Ø§ÙØÙ٠اÙÙ Ø®ÙÙ",name:"Ø§ÙØ§Ø³Ù ",value:"اÙÙÙÙ Ø©"},select:{title:"خصائص Ø§Ø®ØªÙØ§Ø± Ø§ÙØÙÙ",selectInfo:"اختار ٠عÙÙ٠ات", +opAvail:"Ø§ÙØ®Ùارات اÙÙ ØªØ§ØØ©",value:"اÙÙÙÙ Ø©",size:"Ø§ÙØØ¬Ù ",lines:"Ø§ÙØ£Ø³Ø·Ø±",chkMulti:"Ø§ÙØ³Ù Ø§Ø Ø¨ØªØØ¯Ùدات ٠تعددة",required:"Required",opText:"اÙÙØµ",opValue:"اÙÙÙÙ Ø©",btnAdd:"Ø¥Ø¶Ø§ÙØ©",btnModify:"تعدÙÙ",btnUp:"أعÙÙ",btnDown:"أسÙÙ",btnSetValue:"إجعÙÙØ§ Ù ØØ¯Ø¯Ø©",btnDelete:"Ø¥Ø²Ø§ÙØ©"},textarea:{title:"خصائص Ù Ø³Ø§ØØ© اÙÙØµ",cols:"Ø§ÙØ£Ø¹Ù دة",rows:"Ø§ÙØµÙÙÙ"},textfield:{title:"خصائص ٠ربع اÙÙØµ",name:"Ø§ÙØ§Ø³Ù ",value:"اÙÙÙÙ Ø©",charWidth:"عرض Ø§ÙØ³Ù ات",maxChars:"Ø§ÙØµÙ عدد ÙÙØ³Ù ات",required:"Required",type:"ÙÙØ¹ اÙÙ ØØªÙÙ",typeText:"ÙØµ",typePass:"ÙÙÙ Ø© Ù Ø±ÙØ±", +typeEmail:"Ø¨Ø±ÙØ¯ Ø¥ÙÙØªØ±ÙÙÙ",typeSearch:"Ø¨ØØ«",typeTel:"رÙ٠اÙÙØ§ØªÙ",typeUrl:"Ø§ÙØ±Ø§Ø¨Ø·"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/bg.js b/public/assets/ckeditor/plugins/forms/lang/bg.js new file mode 100644 index 0000000..5f01a20 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/bg.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","bg",{button:{title:"ÐаÑÑÑойки на бÑÑона",text:"ТекÑÑ (ÑÑойноÑÑ)",type:"Тип",typeBtn:"ÐÑÑон",typeSbm:"Ðобави",typeRst:"ÐÑлиÑане"},checkboxAndRadio:{checkboxTitle:"Checkbox Properties",radioTitle:"ÐаÑÑÑойки на ÑадиобÑÑон",value:"СÑойноÑÑ",selected:"ÐзбÑано",required:"Required"},form:{title:"ÐаÑÑÑойки на ÑоÑмаÑа",menu:"ÐаÑÑÑойки на ÑоÑмаÑа",action:"ÐейÑÑвие",method:"ÐеÑод",encoding:"ÐодиÑане"},hidden:{title:"ÐаÑÑÑойки за ÑкÑиÑо поле",name:"Ðме",value:"СÑойноÑÑ"},select:{title:"Selection Field Properties", +selectInfo:"Select Info",opAvail:"ÐалиÑни опÑии",value:"СÑойноÑÑ",size:"РазмеÑ",lines:"линии",chkMulti:"Allow multiple selections",required:"Required",opText:"ТекÑÑ",opValue:"СÑойноÑÑ",btnAdd:"Ðобави",btnModify:"ÐÑомени",btnUp:"Ðа гоÑе",btnDown:"Ðа долÑ",btnSetValue:"Set as selected value",btnDelete:"ÐзÑÑиване"},textarea:{title:"ÐпÑии за ÑекÑÑоваÑа зона",cols:"Ðолони",rows:"Редове"},textfield:{title:"ÐаÑÑÑойки за ÑекÑÑово поле",name:"Ðме",value:"СÑойноÑÑ",charWidth:"ШиÑина на знаÑиÑе",maxChars:"ÐакÑ. знаÑи", +required:"Required",type:"Тип",typeText:"ТекÑÑ",typePass:"ÐаÑола",typeEmail:"Email",typeSearch:"ТÑÑÑене",typeTel:"ТелеÑонен номеÑ",typeUrl:"Уеб адÑеÑ"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/bn.js b/public/assets/ckeditor/plugins/forms/lang/bn.js new file mode 100644 index 0000000..6a64b9e --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/bn.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","bn",{button:{title:"বাà¦à¦¨ সমà§à¦¬à¦¨à§à¦§à§à§",text:"à¦à§à¦à§à¦¸à¦ (à¦à§à¦¯à¦¾à¦²à§)",type:"পà§à¦°à¦à¦¾à¦°",typeBtn:"বাà¦à¦¨",typeSbm:"Submit",typeRst:"Reset"},checkboxAndRadio:{checkboxTitle:"à¦à§à¦ বà¦à§à¦¸ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿",radioTitle:"রà§à¦¡à¦¿à¦ বাà¦à¦¨ সমà§à¦¬à¦¨à§à¦§à§à§",value:"à¦à§à¦¯à¦¾à¦²à§",selected:"সিলà§à¦à§à¦à§à¦¡",required:"Required"},form:{title:"ফরà§à¦® পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿",menu:"ফরà§à¦® পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿",action:"à¦à¦à¦¶à§à¦¯à¦¨",method:"পদà§à¦§à¦¤à¦¿",encoding:"Encoding"},hidden:{title:"à¦à§à¦ªà§à¦¤ ফà§à¦²à§à¦¡ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿",name:"নাম",value:"à¦à§à¦¯à¦¾à¦²à§"},select:{title:"বাà¦à¦¾à¦ ফà§à¦²à§à¦¡ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿", +selectInfo:"তথà§à¦¯",opAvail:"ঠনà§à¦¯à¦¾à¦¨à§à¦¯ বিà¦à¦²à§à¦ª",value:"à¦à§à¦¯à¦¾à¦²à§",size:"সাà¦à¦",lines:"লাà¦à¦¨ সমà§à¦¹",chkMulti:"à¦à¦à¦¾à¦§à¦¿à¦ সিলà§à¦à¦¶à¦¨ à¦à¦²à¦¾à¦ à¦à¦°",required:"Required",opText:"à¦à§à¦à§à¦¸à¦",opValue:"à¦à§à¦¯à¦¾à¦²à§",btnAdd:"যà§à¦à§à¦¤",btnModify:"বদলৠদাà¦",btnUp:"à¦à¦ªà¦°",btnDown:"নà§à¦à§",btnSetValue:"বাà¦à¦¾à¦ à¦à¦°à¦¾ à¦à§à¦¯à¦¾à¦²à§ হিসà§à¦¬à§ সà§à¦ à¦à¦°",btnDelete:"ডিলà§à¦"},textarea:{title:"à¦à§à¦à§à¦¸à¦ à¦à¦°à¦¿à§à¦¾ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿",cols:"à¦à¦²à¦¾à¦®",rows:"রà§"},textfield:{title:"à¦à§à¦à§à¦¸à¦ ফà§à¦²à§à¦¡ পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿",name:"নাম",value:"à¦à§à¦¯à¦¾à¦²à§",charWidth:"à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦° পà§à¦°à¦¶à¦¸à§à¦¤à¦¤à¦¾",maxChars:"সরà§à¦¬à¦¾à¦§à¦¿à¦ à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦°", +required:"Required",type:"à¦à¦¾à¦à¦ª",typeText:"à¦à§à¦à§à¦¸à¦",typePass:"পাসà¦à§à¦¾à¦°à§à¦¡",typeEmail:"Email",typeSearch:"Search",typeTel:"Telephone Number",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/bs.js b/public/assets/ckeditor/plugins/forms/lang/bs.js new file mode 100644 index 0000000..0113bcd --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/bs.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","bs",{button:{title:"Button Properties",text:"Text (Value)",type:"Type",typeBtn:"Button",typeSbm:"Submit",typeRst:"Reset"},checkboxAndRadio:{checkboxTitle:"Checkbox Properties",radioTitle:"Radio Button Properties",value:"Value",selected:"Selected",required:"Required"},form:{title:"Form Properties",menu:"Form Properties",action:"Action",method:"Method",encoding:"Encoding"},hidden:{title:"Hidden Field Properties",name:"Name",value:"Value"},select:{title:"Selection Field Properties", +selectInfo:"Select Info",opAvail:"Available Options",value:"Value",size:"Size",lines:"lines",chkMulti:"Allow multiple selections",required:"Required",opText:"Text",opValue:"Value",btnAdd:"Add",btnModify:"Modify",btnUp:"Up",btnDown:"Down",btnSetValue:"Set as selected value",btnDelete:"Delete"},textarea:{title:"Textarea Properties",cols:"Columns",rows:"Rows"},textfield:{title:"Text Field Properties",name:"Name",value:"Value",charWidth:"Character Width",maxChars:"Maximum Characters",required:"Required", +type:"Type",typeText:"Text",typePass:"Password",typeEmail:"Email",typeSearch:"Search",typeTel:"Telephone Number",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/ca.js b/public/assets/ckeditor/plugins/forms/lang/ca.js new file mode 100644 index 0000000..65ddd79 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/ca.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","ca",{button:{title:"Propietats del botó",text:"Text (Valor)",type:"Tipus",typeBtn:"Botó",typeSbm:"Transmet formulari",typeRst:"Reinicia formulari"},checkboxAndRadio:{checkboxTitle:"Propietats de la casella de verificació",radioTitle:"Propietats del botó d'opció",value:"Valor",selected:"Seleccionat",required:"Required"},form:{title:"Propietats del formulari",menu:"Propietats del formulari",action:"Acció",method:"Mètode",encoding:"Codificació"},hidden:{title:"Propietats del camp ocult", +name:"Nom",value:"Valor"},select:{title:"Propietats del camp de selecció",selectInfo:"Info",opAvail:"Opcions disponibles",value:"Valor",size:"Mida",lines:"LÃnies",chkMulti:"Permet múltiples seleccions",required:"Required",opText:"Text",opValue:"Valor",btnAdd:"Afegeix",btnModify:"Modifica",btnUp:"Amunt",btnDown:"Avall",btnSetValue:"Selecciona per defecte",btnDelete:"Elimina"},textarea:{title:"Propietats de l'à rea de text",cols:"Columnes",rows:"Files"},textfield:{title:"Propietats del camp de text", +name:"Nom",value:"Valor",charWidth:"Amplada",maxChars:"Nombre mà xim de carà cters",required:"Required",type:"Tipus",typeText:"Text",typePass:"Contrasenya",typeEmail:"Correu electrònic",typeSearch:"Cercar",typeTel:"Número de telèfon",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/cs.js b/public/assets/ckeditor/plugins/forms/lang/cs.js new file mode 100644 index 0000000..ba881bd --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/cs.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","cs",{button:{title:"Vlastnosti tlaÄÃtka",text:"Popisek",type:"Typ",typeBtn:"TlaÄÃtko",typeSbm:"Odeslat",typeRst:"Obnovit"},checkboxAndRadio:{checkboxTitle:"Vlastnosti zaÅ¡krtávacÃho polÃÄka",radioTitle:"Vlastnosti pÅepÃnaÄe",value:"Hodnota",selected:"ZaÅ¡krtnuto",required:"Vyžadováno"},form:{title:"Vlastnosti formuláÅe",menu:"Vlastnosti formuláÅe",action:"Akce",method:"Metoda",encoding:"KódovánÃ"},hidden:{title:"Vlastnosti skrytého pole",name:"Název",value:"Hodnota"}, +select:{title:"Vlastnosti seznamu",selectInfo:"Info",opAvail:"Dostupná nastavenÃ",value:"Hodnota",size:"Velikost",lines:"Åádků",chkMulti:"Povolit mnohonásobné výbÄry",required:"Vyžadováno",opText:"Text",opValue:"Hodnota",btnAdd:"PÅidat",btnModify:"ZmÄnit",btnUp:"Nahoru",btnDown:"Dolů",btnSetValue:"Nastavit jako vybranou hodnotu",btnDelete:"Smazat"},textarea:{title:"Vlastnosti textové oblasti",cols:"Sloupců",rows:"Åádků"},textfield:{title:"Vlastnosti textového pole",name:"Název",value:"Hodnota",charWidth:"Å ÃÅka ve znacÃch", +maxChars:"Maximálnà poÄet znaků",required:"Vyžadováno",type:"Typ",typeText:"Text",typePass:"Heslo",typeEmail:"Email",typeSearch:"Hledat",typeTel:"Telefonnà ÄÃslo",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/cy.js b/public/assets/ckeditor/plugins/forms/lang/cy.js new file mode 100644 index 0000000..f2e4b93 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/cy.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","cy",{button:{title:"Priodweddau Botymau",text:"Testun (Gwerth)",type:"Math",typeBtn:"Botwm",typeSbm:"Anfon",typeRst:"Ailosod"},checkboxAndRadio:{checkboxTitle:"Priodweddau Blwch Ticio",radioTitle:"Priodweddau Botwm Radio",value:"Gwerth",selected:"Dewiswyd",required:"Required"},form:{title:"Priodweddau Ffurflen",menu:"Priodweddau Ffurflen",action:"Gweithred",method:"Dull",encoding:"Amgodio"},hidden:{title:"Priodweddau Maes Cudd",name:"Enw",value:"Gwerth"},select:{title:"Priodweddau Maes Dewis", +selectInfo:"Gwyb Dewis",opAvail:"Opsiynau ar Gael",value:"Gwerth",size:"Maint",lines:"llinellau",chkMulti:"Caniatà u aml-ddewisiadau",required:"Required",opText:"Testun",opValue:"Gwerth",btnAdd:"Ychwanegu",btnModify:"Newid",btnUp:"Lan",btnDown:"Lawr",btnSetValue:"Gosod fel gwerth a ddewiswyd",btnDelete:"Dileu"},textarea:{title:"Priodweddau Ardal Testun",cols:"Colofnau",rows:"Rhesi"},textfield:{title:"Priodweddau Maes Testun",name:"Enw",value:"Gwerth",charWidth:"Lled Nod",maxChars:"Uchafswm y Nodau", +required:"Required",type:"Math",typeText:"Testun",typePass:"Cyfrinair",typeEmail:"Ebost",typeSearch:"Chwilio",typeTel:"Rhif Ffôn",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/da.js b/public/assets/ckeditor/plugins/forms/lang/da.js new file mode 100644 index 0000000..5f40e66 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/da.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","da",{button:{title:"Egenskaber for knap",text:"Tekst",type:"Type",typeBtn:"Knap",typeSbm:"Send",typeRst:"Nulstil"},checkboxAndRadio:{checkboxTitle:"Egenskaber for afkrydsningsfelt",radioTitle:"Egenskaber for alternativknap",value:"Værdi",selected:"Valgt",required:"PÃ¥krævet"},form:{title:"Egenskaber for formular",menu:"Egenskaber for formular",action:"Handling",method:"Metode",encoding:"Kodning (encoding)"},hidden:{title:"Egenskaber for skjult felt",name:"Navn",value:"Værdi"}, +select:{title:"Egenskaber for liste",selectInfo:"Generelt",opAvail:"Valgmuligheder",value:"Værdi",size:"Størrelse",lines:"Linjer",chkMulti:"Tillad flere valg",required:"PÃ¥krævet",opText:"Tekst",opValue:"Værdi",btnAdd:"Tilføj",btnModify:"Redigér",btnUp:"Op",btnDown:"Ned",btnSetValue:"Sæt som valgt",btnDelete:"Slet"},textarea:{title:"Egenskaber for tekstboks",cols:"Kolonner",rows:"Rækker"},textfield:{title:"Egenskaber for tekstfelt",name:"Navn",value:"Værdi",charWidth:"Bredde (tegn)",maxChars:"Max. antal tegn", +required:"PÃ¥krævet",type:"Type",typeText:"Tekst",typePass:"Adgangskode",typeEmail:"E-mail",typeSearch:"Søg",typeTel:"Telefon nummer",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/de-ch.js b/public/assets/ckeditor/plugins/forms/lang/de-ch.js new file mode 100644 index 0000000..3571cfc --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/de-ch.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","de-ch",{button:{title:"Schaltflächeneigenschaften",text:"Text (Wert)",type:"Typ",typeBtn:"Button",typeSbm:"Absenden",typeRst:"Zurücksetzen"},checkboxAndRadio:{checkboxTitle:"Kontrollboxeigenschaften",radioTitle:"Optionsfeldeigenschaften",value:"Wert",selected:"Ausgewählt",required:"Erforderlich"},form:{title:"Formulareigenschaften",menu:"Formulareigenschaften",action:"Aktion",method:"Methode",encoding:"Kodierung"},hidden:{title:"Versteckte Feldeigenschaften",name:"Name", +value:"Wert"},select:{title:"Auswahlfeldeigenschaften",selectInfo:"Info auswählen",opAvail:"Verfügbare Optionen",value:"Wert",size:"Grösse",lines:"Linien",chkMulti:"Mehrfachauswahl erlauben",required:"Erforderlich",opText:"Text",opValue:"Wert",btnAdd:"Hinzufügen",btnModify:"Ãndern",btnUp:"Hoch",btnDown:"Runter",btnSetValue:"Als ausgewählten Wert festlegen",btnDelete:"Entfernen"},textarea:{title:"Textfeldeigenschaften",cols:"Spalten",rows:"Reihen"},textfield:{title:"Textfeldeigenschaften",name:"Name", +value:"Wert",charWidth:"Zeichenbreite",maxChars:"Max. Zeichen",required:"Erforderlich",type:"Typ",typeText:"Text",typePass:"Passwort",typeEmail:"E-mail",typeSearch:"Suche",typeTel:"Telefonnummer",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/de.js b/public/assets/ckeditor/plugins/forms/lang/de.js new file mode 100644 index 0000000..1f6b459 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/de.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","de",{button:{title:"Schaltflächeneigenschaften",text:"Text (Wert)",type:"Typ",typeBtn:"Button",typeSbm:"Absenden",typeRst:"Zurücksetzen"},checkboxAndRadio:{checkboxTitle:"Kontrollboxeigenschaften",radioTitle:"Optionsfeldeigenschaften",value:"Wert",selected:"Ausgewählt",required:"Erforderlich"},form:{title:"Formulareigenschaften",menu:"Formulareigenschaften",action:"Aktion",method:"Methode",encoding:"Kodierung"},hidden:{title:"Versteckte Feldeigenschaften",name:"Name", +value:"Wert"},select:{title:"Auswahlfeldeigenschaften",selectInfo:"Info auswählen",opAvail:"Verfügbare Optionen",value:"Wert",size:"GröÃe",lines:"Linien",chkMulti:"Mehrfachauswahl erlauben",required:"Erforderlich",opText:"Text",opValue:"Wert",btnAdd:"Hinzufügen",btnModify:"Ãndern",btnUp:"Hoch",btnDown:"Runter",btnSetValue:"Als ausgewählten Wert festlegen",btnDelete:"Entfernen"},textarea:{title:"Textfeldeigenschaften",cols:"Spalten",rows:"Reihen"},textfield:{title:"Textfeldeigenschaften",name:"Name", +value:"Wert",charWidth:"Zeichenbreite",maxChars:"Max. Zeichen",required:"Erforderlich",type:"Typ",typeText:"Text",typePass:"Passwort",typeEmail:"E-mail",typeSearch:"Suche",typeTel:"Telefonnummer",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/el.js b/public/assets/ckeditor/plugins/forms/lang/el.js new file mode 100644 index 0000000..5675b9b --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/el.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","el",{button:{title:"ÎδιÏÏηÏÎµÏ ÎÎ¿Ï Î¼ÏιοÏ",text:"Îείμενο (Τιμή)",type:"ΤÏÏοÏ",typeBtn:"ÎÎ¿Ï Î¼Ïί",typeSbm:"Î¥Ïοβολή",typeRst:"ÎÏαναÏοÏά"},checkboxAndRadio:{checkboxTitle:"ÎδιÏÏηÏÎµÏ ÎÎ¿Ï ÏÎ¹Î¿Ï ÎÏιλογήÏ",radioTitle:"ÎδιÏÏηÏÎµÏ ÎÎ¿Ï Î¼ÏÎ¹Î¿Ï ÎÏιλογήÏ",value:"Τιμή",selected:"ÎÏιλεγμÎνο",required:"Required"},form:{title:"ÎδιÏÏηÏÎµÏ Î¦ÏÏμαÏ",menu:"ÎδιÏÏηÏÎµÏ Î¦ÏÏμαÏ",action:"ÎνÎÏγεια",method:"ÎÎθοδοÏ",encoding:"ÎÏδικοÏοίηÏη"},hidden:{title:"ÎδιÏÏηÏÎµÏ ÎÏÏ ÏÎ¿Ï Î ÎµÎ´Î¯Î¿Ï ",name:"Îνομα",value:"Τιμή"}, +select:{title:"ÎδιÏÏηÏÎµÏ Î ÎµÎ´Î¯Î¿Ï ÎÏιλογήÏ",selectInfo:"ΠληÏοÏοÏÎ¯ÎµÏ Î ÎµÎ´Î¯Î¿Ï ÎÏιλογήÏ",opAvail:"ÎιαθÎÏÎ¹Î¼ÎµÏ ÎÏιλογÎÏ",value:"Τιμή",size:"ÎÎγεθοÏ",lines:"γÏαμμÎÏ",chkMulti:"Îα εÏιÏÏÎÏονÏαι οι ÏολλαÏλÎÏ ÎµÏιλογÎÏ",required:"Required",opText:"Îείμενο",opValue:"Τιμή",btnAdd:"Î ÏοÏθήκη",btnModify:"ΤÏοÏοÏοίηÏη",btnUp:"ΠάνÏ",btnDown:"ÎάÏÏ",btnSetValue:"ÎÎÏη ÏÏ ÏÏοεÏιλογή",btnDelete:"ÎιαγÏαÏή"},textarea:{title:"ÎδιÏÏηÏÎµÏ Î ÎµÏιοÏÎ®Ï ÎειμÎÎ½Î¿Ï ",cols:"ΣÏήλεÏ",rows:"ΣειÏÎÏ"},textfield:{title:"ÎδιÏÏηÏÎµÏ Î ÎµÎ´Î¯Î¿Ï ÎειμÎÎ½Î¿Ï ", +name:"Îνομα",value:"Τιμή",charWidth:"ΠλάÏÎ¿Ï Î§Î±ÏακÏήÏÏν",maxChars:"ÎÎγιÏÏοι ÏαÏακÏήÏεÏ",required:"Required",type:"ΤÏÏοÏ",typeText:"Îείμενο",typePass:"ÎÏδικÏÏ",typeEmail:"Email",typeSearch:"ÎναζήÏηÏη",typeTel:"ÎÏιθμÏÏ Î¤Î·Î»ÎµÏÏÎ½Î¿Ï ",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/en-au.js b/public/assets/ckeditor/plugins/forms/lang/en-au.js new file mode 100644 index 0000000..758157a --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/en-au.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","en-au",{button:{title:"Button Properties",text:"Text (Value)",type:"Type",typeBtn:"Button",typeSbm:"Submit",typeRst:"Reset"},checkboxAndRadio:{checkboxTitle:"Checkbox Properties",radioTitle:"Radio Button Properties",value:"Value",selected:"Selected",required:"Required"},form:{title:"Form Properties",menu:"Form Properties",action:"Action",method:"Method",encoding:"Encoding"},hidden:{title:"Hidden Field Properties",name:"Name",value:"Value"},select:{title:"Selection Field Properties", +selectInfo:"Select Info",opAvail:"Available Options",value:"Value",size:"Size",lines:"lines",chkMulti:"Allow multiple selections",required:"Required",opText:"Text",opValue:"Value",btnAdd:"Add",btnModify:"Modify",btnUp:"Up",btnDown:"Down",btnSetValue:"Set as selected value",btnDelete:"Delete"},textarea:{title:"Textarea Properties",cols:"Columns",rows:"Rows"},textfield:{title:"Text Field Properties",name:"Name",value:"Value",charWidth:"Character Width",maxChars:"Maximum Characters",required:"Required", +type:"Type",typeText:"Text",typePass:"Password",typeEmail:"Email",typeSearch:"Search",typeTel:"Telephone Number",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/en-ca.js b/public/assets/ckeditor/plugins/forms/lang/en-ca.js new file mode 100644 index 0000000..cb7bbbc --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/en-ca.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","en-ca",{button:{title:"Button Properties",text:"Text (Value)",type:"Type",typeBtn:"Button",typeSbm:"Submit",typeRst:"Reset"},checkboxAndRadio:{checkboxTitle:"Checkbox Properties",radioTitle:"Radio Button Properties",value:"Value",selected:"Selected",required:"Required"},form:{title:"Form Properties",menu:"Form Properties",action:"Action",method:"Method",encoding:"Encoding"},hidden:{title:"Hidden Field Properties",name:"Name",value:"Value"},select:{title:"Selection Field Properties", +selectInfo:"Select Info",opAvail:"Available Options",value:"Value",size:"Size",lines:"lines",chkMulti:"Allow multiple selections",required:"Required",opText:"Text",opValue:"Value",btnAdd:"Add",btnModify:"Modify",btnUp:"Up",btnDown:"Down",btnSetValue:"Set as selected value",btnDelete:"Delete"},textarea:{title:"Textarea Properties",cols:"Columns",rows:"Rows"},textfield:{title:"Text Field Properties",name:"Name",value:"Value",charWidth:"Character Width",maxChars:"Maximum Characters",required:"Required", +type:"Type",typeText:"Text",typePass:"Password",typeEmail:"Email",typeSearch:"Search",typeTel:"Telephone Number",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/en-gb.js b/public/assets/ckeditor/plugins/forms/lang/en-gb.js new file mode 100644 index 0000000..4f86399 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/en-gb.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","en-gb",{button:{title:"Button Properties",text:"Text (Value)",type:"Type",typeBtn:"Button",typeSbm:"Submit",typeRst:"Reset"},checkboxAndRadio:{checkboxTitle:"Checkbox Properties",radioTitle:"Radio Button Properties",value:"Value",selected:"Selected",required:"Required"},form:{title:"Form Properties",menu:"Form Properties",action:"Action",method:"Method",encoding:"Encoding"},hidden:{title:"Hidden Field Properties",name:"Name",value:"Value"},select:{title:"Selection Field Properties", +selectInfo:"Select Info",opAvail:"Available Options",value:"Value",size:"Size",lines:"lines",chkMulti:"Allow multiple selections",required:"Required",opText:"Text",opValue:"Value",btnAdd:"Add",btnModify:"Modify",btnUp:"Up",btnDown:"Down",btnSetValue:"Set as selected value",btnDelete:"Delete"},textarea:{title:"Textarea Properties",cols:"Columns",rows:"Rows"},textfield:{title:"Text Field Properties",name:"Name",value:"Value",charWidth:"Character Width",maxChars:"Maximum Characters",required:"Required", +type:"Type",typeText:"Text",typePass:"Password",typeEmail:"E-mail",typeSearch:"Search",typeTel:"Telephone Number",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/en.js b/public/assets/ckeditor/plugins/forms/lang/en.js new file mode 100644 index 0000000..497eea3 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/en.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","en",{button:{title:"Button Properties",text:"Text (Value)",type:"Type",typeBtn:"Button",typeSbm:"Submit",typeRst:"Reset"},checkboxAndRadio:{checkboxTitle:"Checkbox Properties",radioTitle:"Radio Button Properties",value:"Value",selected:"Selected",required:"Required"},form:{title:"Form Properties",menu:"Form Properties",action:"Action",method:"Method",encoding:"Encoding"},hidden:{title:"Hidden Field Properties",name:"Name",value:"Value"},select:{title:"Selection Field Properties", +selectInfo:"Select Info",opAvail:"Available Options",value:"Value",size:"Size",lines:"lines",chkMulti:"Allow multiple selections",required:"Required",opText:"Text",opValue:"Value",btnAdd:"Add",btnModify:"Modify",btnUp:"Up",btnDown:"Down",btnSetValue:"Set as selected value",btnDelete:"Delete"},textarea:{title:"Textarea Properties",cols:"Columns",rows:"Rows"},textfield:{title:"Text Field Properties",name:"Name",value:"Value",charWidth:"Character Width",maxChars:"Maximum Characters",required:"Required", +type:"Type",typeText:"Text",typePass:"Password",typeEmail:"Email",typeSearch:"Search",typeTel:"Telephone Number",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/eo.js b/public/assets/ckeditor/plugins/forms/lang/eo.js new file mode 100644 index 0000000..9ad105d --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/eo.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","eo",{button:{title:"Butonaj atributoj",text:"Teksto (Valoro)",type:"Tipo",typeBtn:"Butono",typeSbm:"Validigi (submit)",typeRst:"Remeti en la originstaton (Reset)"},checkboxAndRadio:{checkboxTitle:"Markobutonaj Atributoj",radioTitle:"Radiobutonaj Atributoj",value:"Valoro",selected:"Selektita",required:"Postulata"},form:{title:"Formularaj Atributoj",menu:"Formularaj Atributoj",action:"Ago",method:"Metodo",encoding:"Kodoprezento"},hidden:{title:"Atributoj de KaÅita Kampo", +name:"Nomo",value:"Valoro"},select:{title:"Atributoj de Elekta Kampo",selectInfo:"Informoj pri la rulummenuo",opAvail:"Elektoj Disponeblaj",value:"Valoro",size:"Grando",lines:"Linioj",chkMulti:"Permesi Plurajn Elektojn",required:"Postulata",opText:"Teksto",opValue:"Valoro",btnAdd:"Aldoni",btnModify:"Modifi",btnUp:"Supren",btnDown:"Malsupren",btnSetValue:"Agordi kiel Elektitan Valoron",btnDelete:"Forigi"},textarea:{title:"Atributoj de Teksta Areo",cols:"Kolumnoj",rows:"Linioj"},textfield:{title:"Atributoj de Teksta Kampo", +name:"Nomo",value:"Valoro",charWidth:"SignolarÄo",maxChars:"Maksimuma Nombro da Signoj",required:"Postulata",type:"Tipo",typeText:"Teksto",typePass:"Pasvorto",typeEmail:"retpoÅtadreso",typeSearch:"SerÄi",typeTel:"Telefonnumero",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/es.js b/public/assets/ckeditor/plugins/forms/lang/es.js new file mode 100644 index 0000000..b06c971 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/es.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","es",{button:{title:"Propiedades de Botón",text:"Texto (Valor)",type:"Tipo",typeBtn:"Boton",typeSbm:"Enviar",typeRst:"Reestablecer"},checkboxAndRadio:{checkboxTitle:"Propiedades de Casilla",radioTitle:"Propiedades de Botón de Radio",value:"Valor",selected:"Seleccionado",required:"Required"},form:{title:"Propiedades de Formulario",menu:"Propiedades de Formulario",action:"Acción",method:"Método",encoding:"Codificación"},hidden:{title:"Propiedades de Campo Oculto",name:"Nombre", +value:"Valor"},select:{title:"Propiedades de Campo de Selección",selectInfo:"Información",opAvail:"Opciones disponibles",value:"Valor",size:"Tamaño",lines:"Lineas",chkMulti:"Permitir múltiple selección",required:"Required",opText:"Texto",opValue:"Valor",btnAdd:"Agregar",btnModify:"Modificar",btnUp:"Subir",btnDown:"Bajar",btnSetValue:"Establecer como predeterminado",btnDelete:"Eliminar"},textarea:{title:"Propiedades de Area de Texto",cols:"Columnas",rows:"Filas"},textfield:{title:"Propiedades de Campo de Texto", +name:"Nombre",value:"Valor",charWidth:"Caracteres de ancho",maxChars:"Máximo caracteres",required:"Required",type:"Tipo",typeText:"Texto",typePass:"Contraseña",typeEmail:"Correo electrónico",typeSearch:"Buscar",typeTel:"Número de teléfono",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/et.js b/public/assets/ckeditor/plugins/forms/lang/et.js new file mode 100644 index 0000000..dc34b54 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/et.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","et",{button:{title:"Nupu omadused",text:"Tekst (väärtus)",type:"Liik",typeBtn:"Nupp",typeSbm:"Saada",typeRst:"Lähtesta"},checkboxAndRadio:{checkboxTitle:"Märkeruudu omadused",radioTitle:"Raadionupu omadused",value:"Väärtus",selected:"Märgitud",required:"Required"},form:{title:"Vormi omadused",menu:"Vormi omadused",action:"Toiming",method:"Meetod",encoding:"Kodeering"},hidden:{title:"Varjatud lahtri omadused",name:"Nimi",value:"Väärtus"},select:{title:"Valiklahtri omadused", +selectInfo:"Info",opAvail:"Võimalikud valikud:",value:"Väärtus",size:"Suurus",lines:"ridu",chkMulti:"Võimalik mitu valikut",required:"Required",opText:"Tekst",opValue:"Väärtus",btnAdd:"Lisa",btnModify:"Muuda",btnUp:"Ãles",btnDown:"Alla",btnSetValue:"Määra vaikimisi",btnDelete:"Kustuta"},textarea:{title:"Tekstiala omadused",cols:"Veerge",rows:"Ridu"},textfield:{title:"Tekstilahtri omadused",name:"Nimi",value:"Väärtus",charWidth:"Laius (tähemärkides)",maxChars:"Maksimaalselt tähemärke",required:"Required", +type:"Liik",typeText:"Tekst",typePass:"Parool",typeEmail:"E-mail",typeSearch:"Otsi",typeTel:"Telefon",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/eu.js b/public/assets/ckeditor/plugins/forms/lang/eu.js new file mode 100644 index 0000000..f849ce8 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/eu.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","eu",{button:{title:"Botoiaren ezaugarriak",text:"Testua (balioa)",type:"Mota",typeBtn:"Botoia",typeSbm:"Bidali",typeRst:"Berrezarri"},checkboxAndRadio:{checkboxTitle:"Kontrol-laukiaren propietateak",radioTitle:"Aukera-botoiaren propietateak",value:"Balioa",selected:"Hautatuta",required:"Beharrezkoa"},form:{title:"Formularioaren propietateak",menu:"Formularioaren propietateak",action:"Ekintza",method:"Metodoa",encoding:"Kodeketa"},hidden:{title:"Ezkutuko eremuaren propietateak", +name:"Izena",value:"Balioa"},select:{title:"Hautespen eremuaren propietateak",selectInfo:"Hautatu informazioa",opAvail:"Erabilgarri dauden aukerak",value:"Balioa",size:"Tamaina",lines:"lerro kopurua",chkMulti:"baimendu hautapen anitzak",required:"Beharrezkoa",opText:"Testua",opValue:"Balioa",btnAdd:"Gehitu",btnModify:"Aldatu",btnUp:"Gora",btnDown:"Behera",btnSetValue:"Ezarri hautatutako balio bezala",btnDelete:"Ezabatu"},textarea:{title:"Testu-arearen propietateak",cols:"Zutabeak",rows:"Errenkadak"}, +textfield:{title:"Testu-eremuaren propietateak",name:"Izena",value:"Balioa",charWidth:"Karaktere-zabalera",maxChars:"Gehienezko karaktereak",required:"Beharrezkoa",type:"Mota",typeText:"Testua",typePass:"Pasahitza",typeEmail:"E-posta",typeSearch:"Bilatu",typeTel:"Telefono zenbakia",typeUrl:"URLa"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/fa.js b/public/assets/ckeditor/plugins/forms/lang/fa.js new file mode 100644 index 0000000..344ed5d --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/fa.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","fa",{button:{title:"ÙÛÚÚ¯ÛâÙØ§Û دک٠Ù",text:"٠ت٠(Ù ÙØ¯Ø§Ø±)",type:"ÙÙØ¹",typeBtn:"دک٠Ù",typeSbm:"ثبت",typeRst:"Ø¨Ø§Ø²ÙØ´Ø§ÙÛ (Reset)"},checkboxAndRadio:{checkboxTitle:"ÙÛÚÚ¯ÛâÙØ§Û خاÙÙÙ´ گزÛÙÙâØ§Û",radioTitle:"ÙÛÚÚ¯ÛâÙØ§Û دک٠ÙÙ´ رادÛÙÛÛ",value:"Ù ÙØ¯Ø§Ø±",selected:"Ø¨Ø±Ú¯Ø²ÛØ¯Ù",required:"Required"},form:{title:"ÙÛÚÚ¯ÛâÙØ§Û ÙØ±Ù ",menu:"ÙÛÚÚ¯ÛâÙØ§Û ÙØ±Ù ",action:"رÙÛØ¯Ø§Ø¯",method:"٠تد",encoding:"ر٠زÙگارÛ"},hidden:{title:"ÙÛÚÚ¯ÛâÙØ§Û ÙÛÙØ¯ Ù¾ÙÙØ§Ù",name:"ÙØ§Ù ",value:"Ù ÙØ¯Ø§Ø±"},select:{title:"ÙÛÚÚ¯ÛâÙØ§Û ÙÛÙØ¯ ÚÙØ¯Ú¯Ø²ÛÙÙâØ§Û", +selectInfo:"Ø§Ø·ÙØ§Ø¹Ø§Øª",opAvail:"گزÛÙÙâÙØ§Û دردسترس",value:"Ù ÙØ¯Ø§Ø±",size:"Ø§ÙØ¯Ø§Ø²Ù",lines:"Ø®Ø·ÙØ·",chkMulti:"گزÛÙØ´ ÚÙØ¯Ú¯Ø§ÙÙ ÙØ±Ø§Ù٠باشد",required:"Required",opText:"٠تÙ",opValue:"Ù ÙØ¯Ø§Ø±",btnAdd:"Ø§ÙØ²ÙدÙ",btnModify:"ÙÛØ±Ø§ÛØ´",btnUp:"Ø¨Ø§ÙØ§",btnDown:"پائÛÙ",btnSetValue:"ØªÙØ¸Û٠ب٠عÙÙØ§Ù Ù ÙØ¯Ø§Ø± Ø¨Ø±Ú¯Ø²ÛØ¯Ù",btnDelete:"پاککردÙ"},textarea:{title:"ÙÛÚÚ¯ÛâÙØ§Û ÙØ§ØÛÙÙ´ ٠تÙÛ",cols:"ستÙÙâÙØ§",rows:"Ø³Ø·Ø±ÙØ§"},textfield:{title:"ÙÛÚÚ¯ÛâÙØ§Û ÙÛÙØ¯ ٠تÙÛ",name:"ÙØ§Ù ",value:"Ù ÙØ¯Ø§Ø±",charWidth:"Ù¾ÙÙØ§Û ÙÙÛØ³Ù",maxChars:"Ø¨ÛØ´ÛÙÙÙ´ ÙÙÛØ³ÙâÙØ§",required:"Required", +type:"ÙÙØ¹",typeText:"٠تÙ",typePass:"Ú¯Ø°Ø±ÙØ§ÚÙ",typeEmail:"اÛÙ ÛÙ",typeSearch:"جستجÙ",typeTel:"ش٠ار٠تÙÙÙ",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/fi.js b/public/assets/ckeditor/plugins/forms/lang/fi.js new file mode 100644 index 0000000..220ba80 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/fi.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","fi",{button:{title:"Painikkeen ominaisuudet",text:"Teksti (arvo)",type:"Tyyppi",typeBtn:"Painike",typeSbm:"Lähetä",typeRst:"Tyhjennä"},checkboxAndRadio:{checkboxTitle:"Valintaruudun ominaisuudet",radioTitle:"Radiopainikkeen ominaisuudet",value:"Arvo",selected:"Valittu",required:"Required"},form:{title:"Lomakkeen ominaisuudet",menu:"Lomakkeen ominaisuudet",action:"Toiminto",method:"Tapa",encoding:"Enkoodaus"},hidden:{title:"Piilokentän ominaisuudet",name:"Nimi",value:"Arvo"}, +select:{title:"Valintakentän ominaisuudet",selectInfo:"Info",opAvail:"Ominaisuudet",value:"Arvo",size:"Koko",lines:"Rivit",chkMulti:"Salli usea valinta",required:"Required",opText:"Teksti",opValue:"Arvo",btnAdd:"Lisää",btnModify:"Muuta",btnUp:"Ylös",btnDown:"Alas",btnSetValue:"Aseta valituksi",btnDelete:"Poista"},textarea:{title:"Tekstilaatikon ominaisuudet",cols:"Sarakkeita",rows:"Rivejä"},textfield:{title:"Tekstikentän ominaisuudet",name:"Nimi",value:"Arvo",charWidth:"Leveys",maxChars:"Maksimi merkkimäärä", +required:"Required",type:"Tyyppi",typeText:"Teksti",typePass:"Salasana",typeEmail:"Sähköposti",typeSearch:"Haku",typeTel:"Puhelinnumero",typeUrl:"Osoite"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/fo.js b/public/assets/ckeditor/plugins/forms/lang/fo.js new file mode 100644 index 0000000..75f3900 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/fo.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","fo",{button:{title:"Eginleikar fyri knøtt",text:"Tekstur",type:"Slag",typeBtn:"Knøttur",typeSbm:"Send",typeRst:"Nullstilla"},checkboxAndRadio:{checkboxTitle:"Eginleikar fyri flugubein",radioTitle:"Eginleikar fyri radioknøtt",value:"Virði",selected:"Valt",required:"Required"},form:{title:"Eginleikar fyri Form",menu:"Eginleikar fyri Form",action:"Hending",method:"Háttur",encoding:"Encoding"},hidden:{title:"Eginleikar fyri fjaldan teig",name:"Navn",value:"Virði"},select:{title:"Eginleikar fyri valskrá", +selectInfo:"Upplýsingar",opAvail:"Tøkir møguleikar",value:"Virði",size:"Stødd",lines:"Linjur",chkMulti:"Loyv fleiri valmøguleikum samstundis",required:"Required",opText:"Tekstur",opValue:"Virði",btnAdd:"Legg afturat",btnModify:"Broyt",btnUp:"Upp",btnDown:"Niður",btnSetValue:"Set sum valt virði",btnDelete:"Strika"},textarea:{title:"Eginleikar fyri tekstumráði",cols:"kolonnur",rows:"røðir"},textfield:{title:"Eginleikar fyri tekstteig",name:"Navn",value:"Virði",charWidth:"Breidd (sjónlig tekn)",maxChars:"Mest loyvdu tekn", +required:"Required",type:"Slag",typeText:"Tekstur",typePass:"Loyniorð",typeEmail:"Email",typeSearch:"Search",typeTel:"Telephone Number",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/fr-ca.js b/public/assets/ckeditor/plugins/forms/lang/fr-ca.js new file mode 100644 index 0000000..36547ab --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/fr-ca.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","fr-ca",{button:{title:"Propriétés du bouton",text:"Texte (Valeur)",type:"Type",typeBtn:"Bouton",typeSbm:"Soumettre",typeRst:"Réinitialiser"},checkboxAndRadio:{checkboxTitle:"Propriétés de la case à cocher",radioTitle:"Propriétés du bouton radio",value:"Valeur",selected:"Sélectionné",required:"Required"},form:{title:"Propriétés du formulaire",menu:"Propriétés du formulaire",action:"Action",method:"Méthode",encoding:"Encodage"},hidden:{title:"Propriétés du champ caché", +name:"Nom",value:"Valeur"},select:{title:"Propriétés du champ de sélection",selectInfo:"Info",opAvail:"Options disponibles",value:"Valeur",size:"Taille",lines:"lignes",chkMulti:"Permettre les sélections multiples",required:"Required",opText:"Texte",opValue:"Valeur",btnAdd:"Ajouter",btnModify:"Modifier",btnUp:"Monter",btnDown:"Descendre",btnSetValue:"Valeur sélectionnée",btnDelete:"Supprimer"},textarea:{title:"Propriétés de la zone de texte",cols:"Colonnes",rows:"Lignes"},textfield:{title:"Propriétés du champ texte", +name:"Nom",value:"Valeur",charWidth:"Largeur de caractères",maxChars:"Nombre maximum de caractères",required:"Required",type:"Type",typeText:"Texte",typePass:"Mot de passe",typeEmail:"Courriel",typeSearch:"Recherche",typeTel:"Numéro de téléphone",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/fr.js b/public/assets/ckeditor/plugins/forms/lang/fr.js new file mode 100644 index 0000000..f0bab2f --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/fr.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","fr",{button:{title:"Propriétés du bouton",text:"Texte (Value)",type:"Type",typeBtn:"Bouton",typeSbm:"Validation (submit)",typeRst:"Remise à zéro"},checkboxAndRadio:{checkboxTitle:"Propriétés de la case à cocher",radioTitle:"Propriétés du bouton Radio",value:"Valeur",selected:"Sélectionné",required:"Requis"},form:{title:"Propriétés du formulaire",menu:"Propriétés du formulaire",action:"Action",method:"Méthode",encoding:"Encodage"},hidden:{title:"Propriétés du champ caché", +name:"Nom",value:"Valeur"},select:{title:"Propriétés du menu déroulant",selectInfo:"Informations sur le menu déroulant",opAvail:"Options disponibles",value:"Valeur",size:"Taille",lines:"Lignes",chkMulti:"Permettre les sélections multiples",required:"Requis",opText:"Texte",opValue:"Valeur",btnAdd:"Ajouter",btnModify:"Modifier",btnUp:"Haut",btnDown:"Bas",btnSetValue:"Définir comme valeur sélectionnée",btnDelete:"Supprimer"},textarea:{title:"Propriétés de la zone de texte",cols:"Colonnes",rows:"Lignes"}, +textfield:{title:"Propriétés du champ texte",name:"Nom",value:"Valeur",charWidth:"Taille des caractères",maxChars:"Nombre maximum de caractères",required:"Requis",type:"Type",typeText:"Texte",typePass:"Mot de passe",typeEmail:"E-mail",typeSearch:"Rechercher",typeTel:"Numéro de téléphone",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/gl.js b/public/assets/ckeditor/plugins/forms/lang/gl.js new file mode 100644 index 0000000..9c0a9bf --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/gl.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","gl",{button:{title:"Propiedades do botón",text:"Texto (Valor)",type:"Tipo",typeBtn:"Botón",typeSbm:"Enviar",typeRst:"Restabelever"},checkboxAndRadio:{checkboxTitle:"Propiedades da caixa de selección",radioTitle:"Propiedades do botón de opción",value:"Valor",selected:"Seleccionado",required:"Requirido"},form:{title:"Propiedades do formulario",menu:"Propiedades do formulario",action:"Acción",method:"Método",encoding:"Codificación"},hidden:{title:"Propiedades do campo agochado", +name:"Nome",value:"Valor"},select:{title:"Propiedades do campo de selección",selectInfo:"Información",opAvail:"Opcións dispoñÃbeis",value:"Valor",size:"Tamaño",lines:"liñas",chkMulti:"Permitir múltiplas seleccións",required:"Requirido",opText:"Texto",opValue:"Valor",btnAdd:"Engadir",btnModify:"Modificar",btnUp:"Subir",btnDown:"Baixar",btnSetValue:"Estabelecer como valor seleccionado",btnDelete:"Eliminar"},textarea:{title:"Propiedades da área de texto",cols:"Columnas",rows:"Filas"},textfield:{title:"Propiedades do campo de texto", +name:"Nome",value:"Valor",charWidth:"Largo do carácter",maxChars:"Núm. máximo de caracteres",required:"Requirido",type:"Tipo",typeText:"Texto",typePass:"Contrasinal",typeEmail:"Correo",typeSearch:"Buscar",typeTel:"Número de teléfono",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/gu.js b/public/assets/ckeditor/plugins/forms/lang/gu.js new file mode 100644 index 0000000..0519aff --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/gu.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","gu",{button:{title:"બàªàª¨àª¨àª¾ àªà«àª£",text:"àªà«àªà«àª¸à«àª (વૠલà«àª¯à«)",type:"પà«àª°àªàª¾àª°",typeBtn:"બàªàª¨",typeSbm:"સબà«àª®àª¿àª",typeRst:"રિસà«àª"},checkboxAndRadio:{checkboxTitle:"àªà«àª બà«àªà«àª¸ àªà«àª£",radioTitle:"રà«àª¡àª¿àª બàªàª¨àª¨àª¾ àªà«àª£",value:"વૠલà«àª¯à«",selected:"સિલà«àªà«àªà«àª¡",required:"Required"},form:{title:"ફà«àª°à«àª®/પતà«àª°àªàª¨àª¾ àªà«àª£",menu:"ફà«àª°à«àª®/પતà«àª°àªàª¨àª¾ àªà«àª£",action:"àªà«àª°àª¿àª¯àª¾",method:"પદà«àª§àª¤àª¿",encoding:"ઠનà«àªà«àª¡à«àª¨à«àª"},hidden:{title:"àªà«àªªà«àª¤ àªà«àª·à«àª¤à«àª°àª¨àª¾ àªà«àª£",name:"નામ",value:"વૠલà«àª¯à«"},select:{title:"પસàªàª¦àªà« àªà«àª·à«àª¤à«àª°àª¨àª¾ àªà«àª£",selectInfo:"સà«àªàª¨àª¾", +opAvail:"àªàªªàª²àª¬à«àª§ વિàªàª²à«àªª",value:"વૠલà«àª¯à«",size:"સાàªàª",lines:"લà«àªà«àª",chkMulti:"àªàªàª¥à« વધારૠપસàªàª¦ àªàª°à« શàªà«",required:"Required",opText:"àªà«àªà«àª¸à«àª",opValue:"વૠલà«àª¯à«",btnAdd:"àªàª®à«àª°àªµà«àª",btnModify:"બદલવà«àª",btnUp:"àªàªªàª°",btnDown:"નà«àªà«",btnSetValue:"પસàªàª¦ àªàª°àª²à« વૠલà«àª¯à« સà«àª àªàª°à«",btnDelete:"રદ àªàª°àªµà«àª"},textarea:{title:"àªà«àªà«àª¸à«àª àªàª રિàª, શબà«àª¦ વિસà«àª¤àª¾àª°àª¨àª¾ àªà«àª£",cols:"àªà«àª²àª®/àªàªà« àªàªàª¾àª°",rows:"પàªàªà«àª¤àª¿àª"},textfield:{title:"àªà«àªà«àª¸à«àª ફà«àª²à«àª¡, શબà«àª¦ àªà«àª·à«àª¤à«àª°àª¨àª¾ àªà«àª£",name:"નામ",value:"વૠલà«àª¯à«",charWidth:"àªà«àª°à«àªà«àªàª°àª¨à« પહà«àª³àª¾àª",maxChars:"ઠધિàªàª¤àª® àªà«àª°à«àªà«àªàª°", +required:"Required",type:"àªàª¾àªàªª",typeText:"àªà«àªà«àª¸à«àª",typePass:"પાસવરà«àª¡",typeEmail:"Email",typeSearch:"Search",typeTel:"Telephone Number",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/he.js b/public/assets/ckeditor/plugins/forms/lang/he.js new file mode 100644 index 0000000..ee4cc14 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/he.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","he",{button:{title:"××פ××× × ×פת×ר",text:"××§×¡× (ער×)",type:"ס××",typeBtn:"×פת×ר",typeSbm:"ש××××",typeRst:"××פ×ס"},checkboxAndRadio:{checkboxTitle:"××פ××× × ×ª××ת ס××××",radioTitle:"××פ××× × ×××¦× ×פשר×××ת",value:"ער×",selected:"×ס×××",required:"Required"},form:{title:"××פ×× × ××פס",menu:"××פ×× × ××פס",action:"ש×× ××",method:"ס×× ×©××××",encoding:"×§××××"},hidden:{title:"××פ×× × ×©×× ××××",name:"ש×",value:"ער×"},select:{title:"××פ××× × ×©×× ×××ר×",selectInfo:"××××¢",opAvail:"×פשר×××ת ×××× ×ת", +value:"ער×",size:"××××",lines:"ש×ר×ת",chkMulti:"××פש×ר ×××ר×ת ×ר×××ת",required:"Required",opText:"×קס×",opValue:"ער×",btnAdd:"××ספ×",btnModify:"ש×× ××",btnUp:"×××¢××",btnDown:"××××",btnSetValue:"×§×××¢× ××ר×רת ××××",btnDelete:"××××§×"},textarea:{title:"××פ××× × ××××ר ×קס×",cols:"×¢××××ת",rows:"ש×ר×ת"},textfield:{title:"××פ××× × ×©×× ×קס×",name:"ש×",value:"ער×",charWidth:"ר××× ××¤× ×ª××××",maxChars:"×קס×××× ×ª××××",required:"Required",type:"ס××",typeText:"×קס×",typePass:"ס×ס××",typeEmail:'×××"×',typeSearch:"××פ×ש", +typeTel:"×ספר ××פ××",typeUrl:"×ת××ת (URL)"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/hi.js b/public/assets/ckeditor/plugins/forms/lang/hi.js new file mode 100644 index 0000000..91db479 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/hi.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","hi",{button:{title:"बà¤à¤¨ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥",text:"à¤à¥à¤à¥à¤¸à¥à¤ (वà¥à¤²à¥à¤¯à¥)",type:"पà¥à¤°à¤à¤¾à¤°",typeBtn:"बà¤à¤¨",typeSbm:"सबà¥à¤®à¤¿à¤",typeRst:"रिसà¥à¤"},checkboxAndRadio:{checkboxTitle:"à¤à¥ ठबà¥à¤à¥à¤¸ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥",radioTitle:"रà¥à¤¡à¤¿à¤ बà¤à¤¨ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥",value:"वà¥à¤²à¥à¤¯à¥",selected:"सॠलॠà¤à¥à¤à¥ ड",required:"Required"},form:{title:"à¥à¥à¤°à¥à¤® पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥",menu:"à¥à¥à¤°à¥à¤® पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥",action:"à¤à¥à¤°à¤¿à¤¯à¤¾",method:"तरà¥à¤à¤¾",encoding:"Encoding"},hidden:{title:"à¤à¥à¤ªà¥à¤¤ à¥à¥à¤²à¥à¤¡ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥",name:"नाम",value:"वà¥à¤²à¥à¤¯à¥"},select:{title:"à¤à¥à¤¨à¤¾à¤µ à¥à¥à¤²à¥à¤¡ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥", +selectInfo:"सà¥à¤à¤¨à¤¾",opAvail:"à¤à¤ªà¤²à¤¬à¥à¤§ विà¤à¤²à¥à¤ª",value:"वà¥à¤²à¥à¤¯à¥",size:"साà¤à¥",lines:"पà¤à¤à¥à¤¤à¤¿à¤¯à¤¾à¤",chkMulti:"à¤à¤ सॠà¤à¥à¤¯à¤¾à¤¦à¤¾ विà¤à¤²à¥à¤ª à¤à¥à¤¨à¤¨à¥ दà¥à¤",required:"Required",opText:"à¤à¥à¤à¥à¤¸à¥à¤",opValue:"वà¥à¤²à¥à¤¯à¥",btnAdd:"à¤à¥à¥à¥à¤",btnModify:"बदलà¥à¤",btnUp:"à¤à¤ªà¤°",btnDown:"नà¥à¤à¥",btnSetValue:"à¤à¥à¤¨à¥ à¤à¤ वà¥à¤²à¥à¤¯à¥ सॠठà¤à¤°à¥à¤",btnDelete:"डिलà¥à¤"},textarea:{title:"à¤à¥à¤à¥à¤¸à¥à¤¤ à¤à¤°à¤¿à¤¯à¤¾ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥",cols:"à¤à¤¾à¤²à¤®",rows:"पà¤à¤à¥à¤¤à¤¿à¤¯à¤¾à¤"},textfield:{title:"à¤à¥à¤à¥à¤¸à¥à¤ à¥à¥à¤²à¥à¤¡ पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥",name:"नाम",value:"वà¥à¤²à¥à¤¯à¥",charWidth:"à¤à¤°à¥ à¤à¥à¤à¤° à¤à¥ à¤à¥à¥à¤¾à¤",maxChars:"ठधिà¤à¤¤à¤® à¤à¤°à¥ à¤à¥à¤à¤°",required:"Required", +type:"à¤à¤¾à¤à¤ª",typeText:"à¤à¥à¤à¥à¤¸à¥à¤",typePass:"पासà¥à¤µà¤°à¥à¤¡",typeEmail:"Email",typeSearch:"Search",typeTel:"Telephone Number",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/hr.js b/public/assets/ckeditor/plugins/forms/lang/hr.js new file mode 100644 index 0000000..7041f32 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/hr.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","hr",{button:{title:"Button svojstva",text:"Tekst (vrijednost)",type:"Vrsta",typeBtn:"Gumb",typeSbm:"PoÅ¡alji",typeRst:"PoniÅ¡ti"},checkboxAndRadio:{checkboxTitle:"Checkbox svojstva",radioTitle:"Radio Button svojstva",value:"Vrijednost",selected:"Odabrano",required:"Required"},form:{title:"Form svojstva",menu:"Form svojstva",action:"Akcija",method:"Metoda",encoding:"Encoding"},hidden:{title:"Hidden Field svojstva",name:"Ime",value:"Vrijednost"},select:{title:"Selection svojstva", +selectInfo:"Info",opAvail:"Dostupne opcije",value:"Vrijednost",size:"VeliÄina",lines:"linija",chkMulti:"Dozvoli viÅ¡estruki odabir",required:"Required",opText:"Tekst",opValue:"Vrijednost",btnAdd:"Dodaj",btnModify:"Promijeni",btnUp:"Gore",btnDown:"Dolje",btnSetValue:"Postavi kao odabranu vrijednost",btnDelete:"ObriÅ¡i"},textarea:{title:"Textarea svojstva",cols:"Kolona",rows:"Redova"},textfield:{title:"Text Field svojstva",name:"Ime",value:"Vrijednost",charWidth:"Å irina",maxChars:"NajviÅ¡e karaktera", +required:"Required",type:"Vrsta",typeText:"Tekst",typePass:"Å ifra",typeEmail:"Email",typeSearch:"Traži",typeTel:"Broj telefona",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/hu.js b/public/assets/ckeditor/plugins/forms/lang/hu.js new file mode 100644 index 0000000..8a12f31 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/hu.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","hu",{button:{title:"Gomb tulajdonságai",text:"Szöveg (Ãrték)",type:"TÃpus",typeBtn:"Gomb",typeSbm:"Küldés",typeRst:"Alaphelyzet"},checkboxAndRadio:{checkboxTitle:"JelölÅnégyzet tulajdonságai",radioTitle:"Választógomb tulajdonságai",value:"Ãrték",selected:"Kiválasztott",required:"Required"},form:{title:"Űrlap tulajdonságai",menu:"Űrlap tulajdonságai",action:"Adatfeldolgozást végzÅ hivatkozás",method:"Adatküldés módja",encoding:"Kódolás"},hidden:{title:"Rejtett mezÅ tulajdonságai", +name:"Név",value:"Ãrték"},select:{title:"LegördülÅ lista tulajdonságai",selectInfo:"Alaptulajdonságok",opAvail:"ElérhetÅ opciók",value:"Ãrték",size:"Méret",lines:"sor",chkMulti:"több sor is kiválasztható",required:"Required",opText:"Szöveg",opValue:"Ãrték",btnAdd:"Hozzáad",btnModify:"MódosÃt",btnUp:"Fel",btnDown:"Le",btnSetValue:"Legyen az alapértelmezett érték",btnDelete:"Töröl"},textarea:{title:"Szövegterület tulajdonságai",cols:"Karakterek száma egy sorban",rows:"Sorok száma"},textfield:{title:"SzövegmezÅ tulajdonságai", +name:"Név",value:"Ãrték",charWidth:"MegjelenÃtett karakterek száma",maxChars:"Maximális karakterszám",required:"Required",type:"TÃpus",typeText:"Szöveg",typePass:"Jelszó",typeEmail:"Ãmél",typeSearch:"Keresés",typeTel:"Telefonszám",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/id.js b/public/assets/ckeditor/plugins/forms/lang/id.js new file mode 100644 index 0000000..1722edc --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/id.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","id",{button:{title:"Properti Tombol",text:"Teks (Nilai)",type:"Tipe",typeBtn:"Tombol",typeSbm:"Menyerahkan",typeRst:"Atur Ulang"},checkboxAndRadio:{checkboxTitle:"Checkbox Properties",radioTitle:"Radio Button Properties",value:"Nilai",selected:"Terpilih",required:"Wajib"},form:{title:"Form Properties",menu:"Form Properties",action:"Aksi",method:"Metode",encoding:"Encoding"},hidden:{title:"Hidden Field Properties",name:"Nama",value:"Nilai"},select:{title:"Selection Field Properties", +selectInfo:"Select Info",opAvail:"Available Options",value:"Nilai",size:"Ukuran",lines:"garis",chkMulti:"Izinkan pemilihan ganda",required:"Wajib",opText:"Teks",opValue:"Nilai",btnAdd:"Tambah",btnModify:"Modifikasi",btnUp:"Atas",btnDown:"Bawah",btnSetValue:"Atur sebagai nilai yang dipilih",btnDelete:"Hapus"},textarea:{title:"Textarea Properties",cols:"Kolom",rows:"Baris"},textfield:{title:"Text Field Properties",name:"Name",value:"Nilai",charWidth:"Character Width",maxChars:"Maximum Characters",required:"Wajib", +type:"Tipe",typeText:"Teks",typePass:"Kata kunci",typeEmail:"Surel",typeSearch:"Cari",typeTel:"Nomor Telepon",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/is.js b/public/assets/ckeditor/plugins/forms/lang/is.js new file mode 100644 index 0000000..f40e4fe --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/is.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","is",{button:{title:"Eigindi hnapps",text:"Texti",type:"Gerð",typeBtn:"Hnappur",typeSbm:"Staðfesta",typeRst:"Hreinsa"},checkboxAndRadio:{checkboxTitle:"Eigindi markreits",radioTitle:"Eigindi valhnapps",value:"Gildi",selected:"Valið",required:"Required"},form:{title:"Eigindi innsláttarforms",menu:"Eigindi innsláttarforms",action:"Aðgerð",method:"Aðferð",encoding:"Encoding"},hidden:{title:"Eigindi falins svæðis",name:"Nafn",value:"Gildi"},select:{title:"Eigindi lista", +selectInfo:"Upplýsingar",opAvail:"Kostir",value:"Gildi",size:"Stærð",lines:"lÃnur",chkMulti:"Leyfa fleiri kosti",required:"Required",opText:"Texti",opValue:"Gildi",btnAdd:"Bæta við",btnModify:"Breyta",btnUp:"Upp",btnDown:"Niður",btnSetValue:"Merkja sem valið",btnDelete:"Eyða"},textarea:{title:"Eigindi textasvæðis",cols:"Dálkar",rows:"LÃnur"},textfield:{title:"Eigindi textareits",name:"Nafn",value:"Gildi",charWidth:"Breidd (leturtákn)",maxChars:"Hámarksfjöldi leturtákna",required:"Required",type:"Gerð", +typeText:"Texti",typePass:"Lykilorð",typeEmail:"Email",typeSearch:"Search",typeTel:"Telephone Number",typeUrl:"Vefslóð"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/it.js b/public/assets/ckeditor/plugins/forms/lang/it.js new file mode 100644 index 0000000..29132f1 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/it.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","it",{button:{title:"Proprietà bottone",text:"Testo (Valore)",type:"Tipo",typeBtn:"Bottone",typeSbm:"Invio",typeRst:"Annulla"},checkboxAndRadio:{checkboxTitle:"Proprietà checkbox",radioTitle:"Proprietà radio button",value:"Valore",selected:"Selezionato",required:"Richiesto"},form:{title:"Proprietà modulo",menu:"Proprietà modulo",action:"Azione",method:"Metodo",encoding:"Codifica"},hidden:{title:"Proprietà campo nascosto",name:"Nome",value:"Valore"},select:{title:"Proprietà menu di selezione", +selectInfo:"Info",opAvail:"Opzioni disponibili",value:"Valore",size:"Dimensione",lines:"righe",chkMulti:"Permetti selezione multipla",required:"Richiesto",opText:"Testo",opValue:"Valore",btnAdd:"Aggiungi",btnModify:"Modifica",btnUp:"Su",btnDown:"Gi",btnSetValue:"Imposta come predefinito",btnDelete:"Rimuovi"},textarea:{title:"Proprietà area di testo",cols:"Colonne",rows:"Righe"},textfield:{title:"Proprietà campo di testo",name:"Nome",value:"Valore",charWidth:"Larghezza",maxChars:"Numero massimo di caratteri", +required:"Richiesto",type:"Tipo",typeText:"Testo",typePass:"Password",typeEmail:"Email",typeSearch:"Cerca",typeTel:"Numero di telefono",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/ja.js b/public/assets/ckeditor/plugins/forms/lang/ja.js new file mode 100644 index 0000000..d061950 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/ja.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("forms","ja",{button:{title:"ãã¿ã³ ããããã£",text:"ããã¹ã (å¤)",type:"ã¿ã¤ã",typeBtn:"ãã¿ã³",typeSbm:"éä¿¡",typeRst:"ãªã»ãã"},checkboxAndRadio:{checkboxTitle:"ãã§ãã¯ããã¯ã¹ã®ããããã£",radioTitle:"ã©ã¸ãªãã¿ã³ã®ããããã£",value:"å¤",selected:"鏿æ¸ã¿",required:"Required"},form:{title:"ãã©ã¼ã ã®ããããã£",menu:"ãã©ã¼ã ã®ããããã£",action:"ã¢ã¯ã·ã§ã³ (action)",method:"ã¡ã½ãã (method)",encoding:"ã¨ã³ã³ã¼ãæ¹å¼ (encoding)"},hidden:{title:"ä¸å¯è¦ãã£ã¼ã«ã ããããã£",name:"åå (name)",value:"å¤ (value)"},select:{title:"鏿ãã£ã¼ã«ãã®ããããã£",selectInfo:"æ å ±",opAvail:"å©ç¨å¯è½ãªãªãã·ã§ã³", +value:"鏿é ç®å¤",size:"ãµã¤ãº",lines:"è¡",chkMulti:"è¤æ°é¸æã許å¯",required:"Required",opText:"鏿é ç®å",opValue:"å¤",btnAdd:"追å ",btnModify:"ç·¨é",btnUp:"ä¸ã¸",btnDown:"ä¸ã¸",btnSetValue:"鏿ããå¤ãè¨å®",btnDelete:"åé¤"},textarea:{title:"ããã¹ãã¨ãªã¢ ããããã£",cols:"å",rows:"è¡"},textfield:{title:"ï¼è¡ããã¹ã ããããã£",name:"åå",value:"å¤",charWidth:"ãµã¤ãº",maxChars:"æå¤§é·",required:"Required",type:"ã¿ã¤ã",typeText:"ããã¹ã",typePass:"ãã¹ã¯ã¼ãå ¥å",typeEmail:"ã¡ã¼ã«",typeSearch:"æ¤ç´¢",typeTel:"é»è©±çªå·",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/ka.js b/public/assets/ckeditor/plugins/forms/lang/ka.js new file mode 100644 index 0000000..d2c4a04 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/ka.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","ka",{button:{title:"á¦áááááá¡ ááá áááá¢á ááá",text:"á¢áá¥á¡á¢á",type:"á¢ááá",typeBtn:"á¦ááááá",typeSbm:"áááááááá",typeRst:"ááá¡á£á¤áááááá"},checkboxAndRadio:{checkboxTitle:"ááááá¨áááá¡ á¦áááááá¡ (Checkbox) ááá áááá¢á ááá",radioTitle:"áá¡áá á©ááá á¦áááááá¡ (Radio) ááá áááá¢á ááá",value:"á¢áá¥á¡á¢á",selected:"áá á©áá£áá",required:"Required"},form:{title:"á¤áá ááá¡ ááá áááá¢á ááá",menu:"á¤áá ááá¡ ááá áááá¢á ááá",action:"á¥áááááá",method:"áááááá",encoding:"ááááá ááá"},hidden:{title:"áááá£áá ááááá¡ ááá áááá¢á ááá",name:"á¡áá®ááá", +value:"áááá¨ááááááá"},select:{title:"áá á©áááá¡ ááááá¡ ááá áááá¢á ááá",selectInfo:"ááá¤áá áááªáá",opAvail:"á¨áá¡áá«áááááá ááá áááá¢ááá",value:"áááá¨ááááááá",size:"áááá",lines:"á®ááááá",chkMulti:"áá áááááááá áá á©áááááá¡ á¡áá¨á£ááááá",required:"Required",opText:"á¢áá¥á¡á¢á",opValue:"áááá¨ááááááá",btnAdd:"ááááá¢ááá",btnModify:"á¨ááªááá",btnUp:"ááááá",btnDown:"á¥ááááá",btnSetValue:"áááá á©áá£á áááá¨ááááááááá ááá§ááááá",btnDelete:"á¬áá¨áá"},textarea:{title:"á¢áá¥á¡á¢á£á á áá áá¡ ááá áááá¢á ááá",cols:"á¡ááá¢ááá",rows:"á¡á¢á áá¥ááááá"},textfield:{title:"á¢áá¥á¡á¢á£á á ááááá¡ ááá áááá¢á ááá", +name:"á¡áá®ááá",value:"áááá¨ááááááá",charWidth:"á¡ááááááá¡ áááá",maxChars:"áá¡ááááá¡ ááá¥á¡ááááá£á á ááááááá",required:"Required",type:"á¢ááá",typeText:"á¢áá¥á¡á¢á",typePass:"ááá ááá",typeEmail:"Email",typeSearch:"Search",typeTel:"Telephone Number",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/km.js b/public/assets/ckeditor/plugins/forms/lang/km.js new file mode 100644 index 0000000..de233cc --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/km.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","km",{button:{title:"ááááááâááá¼áá»á",text:"á¢ááááá (ááááá)",type:"áááááá",typeBtn:"ááá¼áá»á",typeSbm:"áá¶áááááá¾",typeRst:"áááááâá¡á¾áâáá·á"},checkboxAndRadio:{checkboxTitle:"ááááááâáááá¢ááâáá¸á",radioTitle:"ááááááâááá¼áá»áâáá¼á",value:"ááááá",selected:"áá¶áâáááá¾á",required:"Required"},form:{title:"ááááááâááááá",menu:"ááááááâááááá",action:"ááááááá¶á",method:"áá·áá¸áá¶ááááá",encoding:"áá¶áâá¢áá·ááá¼á"},hidden:{title:"ááááááâáá¶áâáááá¶áá",name:"ááááá",value:"ááááá"},select:{title:"ááááááâáá¶áâááááá¾á", +selectInfo:"áááááá¶áâááááá¾á",opAvail:"ááááá¾áâáááâáá¶á",value:"ááááá",size:"ááá á",lines:"ááááá¶áá",chkMulti:"á¢áá»áááá¶áâáá á»âááááá¾á",required:"Required",opText:"á¢ááááá",opValue:"ááááá",btnAdd:"áááááá",btnModify:"áááá¶áááááá¼á",btnUp:"áá¾",btnDown:"ááááá",btnSetValue:"áááááâáá¶âáááááâáááâáá¶áâáááá¾á",btnDelete:"áá»á"},textarea:{title:"ááááááâáááá¢ááâá¢ááááá",cols:"áá½ááá",rows:"áá½áááá"},textfield:{title:"ááááááâáá¶áâá¢ááááá",name:"ááááá",value:"ááááá",charWidth:"ááá¹áâáá½âá¢áááá",maxChars:"á¢ááááá¢áá·ááá·áá¶",required:"Required", +type:"áááááá",typeText:"á¢ááááá",typePass:"áá¶áááááááá¶áá",typeEmail:"á¢áá¸ááá",typeSearch:"áááááâáá",typeTel:"áááâáá¼ááááá",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/ko.js b/public/assets/ckeditor/plugins/forms/lang/ko.js new file mode 100644 index 0000000..806c20d --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/ko.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("forms","ko",{button:{title:"ë²í¼ ìì±",text:"ê¸ì (ê°)",type:"ì¢ ë¥",typeBtn:"ë²í¼",typeSbm:"ì ì¶",typeRst:"ì¬ì¤ì "},checkboxAndRadio:{checkboxTitle:"ì²´í¬ ë°ì¤ ìì±",radioTitle:"ë¼ëì¤ ë²í¼ ìì±",value:"ê°",selected:"ì íë¨",required:"íì í목"},form:{title:"í¼ ìì±",menu:"í¼ ìì±",action:"ì¤í ê²½ë¡(Action)",method:"ë°©ë²(Method)",encoding:"ì¸ì½ë©"},hidden:{title:"ì¨ì ì ë ¥ 칸 ìì±",name:"ì´ë¦",value:"ê°"},select:{title:"ì í ëª©ë¡ ìì±",selectInfo:"ì í ì ë³´",opAvail:"ìµì ",value:"ê°",size:"í¬ê¸°",lines:"ì¤",chkMulti:"ì¬ë¬ í목 ì í íì©",required:"íì í목",opText:"ì´ë¦", +opValue:"ê°",btnAdd:"ì¶ê°",btnModify:"ìì ",btnUp:"ì",btnDown:"ìë",btnSetValue:"ì íë ê²ì¼ë¡ ì¤ì ",btnDelete:"ìì "},textarea:{title:"ì¬ë¬ ì¤ ì ë ¥ 칸 ìì±",cols:"칸 ì",rows:"ì¤ ì"},textfield:{title:"í ì¤ ì ë ¥ 칸 ìì±",name:"ì´ë¦",value:"ê°",charWidth:"ê¸ì ëë¹",maxChars:"ìµë ê¸ì ì",required:"íì í목",type:"íì",typeText:"문ìì´",typePass:"ë¹ë°ë²í¸",typeEmail:"ì´ë©ì¼",typeSearch:"ê²ì",typeTel:"ì íë²í¸",typeUrl:"ì¹ ì£¼ì(URL)"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/ku.js b/public/assets/ckeditor/plugins/forms/lang/ku.js new file mode 100644 index 0000000..c8c4288 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/ku.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","ku",{button:{title:"خاسÛÛØªÛ دÙÚ¯Ù Û",text:"(ÙØ±Ø®Û) دÛÙ",type:"Ø¬ÛØ±",typeBtn:"دÙÚ¯Ù Û",typeSbm:"بÙÛØ±Û",typeRst:"ÚÛکخستÙÛÙÛ"},checkboxAndRadio:{checkboxTitle:"خاسÛÛØªÛ ÚÙÙØ§Ø±Ú¯ÛØ´Û Ù¾Ø´Ú©ÙÛÙ",radioTitle:"خاسÛÛØªÛ جÛگرÛÙÛÛ Ø¯ÙÚ¯Ù Û",value:"ÙØ±Ø®",selected:"ÙÛÚµØ¨ÚØ§Ø±Ø¯Ø±Ø§",required:"Ù¾ÛÙÛØ³ØªÛ"},form:{title:"خاسÛÛØªÛ Ø¯Ø§ÚØ´ØªÛ",menu:"خاسÛÛØªÛ Ø¯Ø§ÚØ´ØªÛ",action:"کردار",method:"ÚÛÚ¯Û",encoding:"بÛÚ©ÛØ¯Ú©Ûر"},hidden:{title:"خاسÛÛØªÛ خاÙÛÛ Ø´Ø§Ø±Ø¯Ø±Ø§ÙÛ",name:"ÙØ§Ù",value:"ÙØ±Ø®"},select:{title:"ÙÛÚµØ¨ÚØ§Ø±Ø¯ÛÛ Ø®Ø§Ø³ÛÛØªÛ خاÙÛ", +selectInfo:"زاÙÛØ§Ø±Û",opAvail:"ÙÛÚµØ¨ÚØ§Ø±Ø¯ÛÛ ÙÛØ¨ÛØ±Ø¯ÛØ³ØªØ¯Ø§Ø¨ÙÙÙ",value:"ÙØ±Ø®",size:"Ú¯ÛÙØ±ÛÛÛ",lines:"ÙÛÚµÛکاÙ",chkMulti:"ÚÛØ¯Ø§Ù بÛÙØ±Ù ÙÛÚµØ¨ÚØ§Ø±Ø¯Ù",required:"Ù¾ÛÙÛØ³ØªÛ",opText:"دÛÙ",opValue:"ÙØ±Ø®",btnAdd:"Ø²ÛØ§Ø¯Ú©Ø±Ø¯Ù",btnModify:"Ú¯ÛÚØ§ÙکارÛ",btnUp:"Ø³ÛØ±ÛÙÙ",btnDown:"Ø®ÙØ§Ø±ÛÙÛ",btnSetValue:"دابÙÛ ÙÛÙ ÙØ±Ø®ÛÚ©Û ÙÛڵبÚÛØ±Ø¯Ø±Ø§Ù",btnDelete:"سÚÛÙÛÙÙ"},textarea:{title:"خاسÛÛØªÛ ÚÙÙØ¨ÛØ±Û Ø¯ÛÙ",cols:"ستÙÙÙÛکاÙ",rows:"ÚÛØ²ÛکاÙ"},textfield:{title:"خاسÛÛØªÛ خاÙÛÛ Ø¯ÛÙ",name:"ÙØ§Ù",value:"ÙØ±Ø®",charWidth:"پاÙÛ ÙÙÙØ³Û",maxChars:"ئÛÙÙ¾ÛÚÛ ÙÙÙØ³Û",required:"Ù¾ÛÙÛØ³ØªÛ", +type:"Ø¬ÛØ±",typeText:"دÛÙ",typePass:"Ù¾ÛÙ¾ÛÚÛÙØ´Û",typeEmail:"ئÛÙ ÛÛÙ",typeSearch:"Ú¯ÛÚØ§Ù",typeTel:"Ú٠ارÛÛ ØªÛÙÛÙÛÙ",typeUrl:"ÙØ§ÙÙÛØ´Ø§ÙÛ Ø¨ÛØ³ØªÛر"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/lt.js b/public/assets/ckeditor/plugins/forms/lang/lt.js new file mode 100644 index 0000000..47cd38d --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/lt.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","lt",{button:{title:"Mygtuko savybÄs",text:"Tekstas (ReikÅ¡mÄ)",type:"Tipas",typeBtn:"Mygtukas",typeSbm:"Siųsti",typeRst:"IÅ¡valyti"},checkboxAndRadio:{checkboxTitle:"Žymimojo langelio savybÄs",radioTitle:"Žymimosios akutÄs savybÄs",value:"ReikÅ¡mÄ",selected:"PažymÄtas",required:"Required"},form:{title:"Formos savybÄs",menu:"Formos savybÄs",action:"Veiksmas",method:"Metodas",encoding:"Kodavimas"},hidden:{title:"Nerodomo lauko savybÄs",name:"Vardas",value:"ReikÅ¡mÄ"},select:{title:"Atrankos lauko savybÄs", +selectInfo:"Informacija",opAvail:"Galimos parinktys",value:"ReikÅ¡mÄ",size:"Dydis",lines:"eiluÄių",chkMulti:"Leisti daugeriopÄ atrankÄ ",required:"Required",opText:"Tekstas",opValue:"ReikÅ¡mÄ",btnAdd:"Ä®traukti",btnModify:"Modifikuoti",btnUp:"AukÅ¡tyn",btnDown:"Žemyn",btnSetValue:"Laikyti pažymÄta reikÅ¡me",btnDelete:"Trinti"},textarea:{title:"Teksto srities savybÄs",cols:"Ilgis",rows:"Plotis"},textfield:{title:"Teksto lauko savybÄs",name:"Vardas",value:"ReikÅ¡mÄ",charWidth:"Ilgis simboliais",maxChars:"Maksimalus simbolių skaiÄius", +required:"Required",type:"Tipas",typeText:"Tekstas",typePass:"Slaptažodis",typeEmail:"El. paÅ¡tas",typeSearch:"PaieÅ¡ka",typeTel:"Telefono numeris",typeUrl:"Nuoroda"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/lv.js b/public/assets/ckeditor/plugins/forms/lang/lv.js new file mode 100644 index 0000000..54327f3 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/lv.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","lv",{button:{title:"Pogas Ä«pašības",text:"Teksts (vÄrtÄ«ba)",type:"Tips",typeBtn:"Poga",typeSbm:"NosÅ«tÄ«t",typeRst:"Atcelt"},checkboxAndRadio:{checkboxTitle:"AtzÄ«mÄÅ¡anas kastÄ«tes Ä«pašības",radioTitle:"IzvÄles poga Ä«pašības",value:"VÄrtÄ«ba",selected:"IezÄ«mÄts",required:"Required"},form:{title:"Formas Ä«pašības",menu:"Formas Ä«pašības",action:"DarbÄ«ba",method:"Metode",encoding:"KodÄjums"},hidden:{title:"PaslÄptÄs teksta rindas Ä«pašības",name:"Nosaukums",value:"VÄrtÄ«ba"}, +select:{title:"IezÄ«mÄÅ¡anas lauka Ä«pašības",selectInfo:"InformÄcija",opAvail:"PieejamÄs iespÄjas",value:"VÄrtÄ«ba",size:"IzmÄrs",lines:"rindas",chkMulti:"Atļaut vairÄkus iezÄ«mÄjumus",required:"Required",opText:"Teksts",opValue:"VÄrtÄ«ba",btnAdd:"Pievienot",btnModify:"Veikt izmaiÅas",btnUp:"AugÅ¡up",btnDown:"Lejup",btnSetValue:"Noteikt kÄ iezÄ«mÄto vÄrtÄ«bu",btnDelete:"DzÄst"},textarea:{title:"Teksta laukuma Ä«pašības",cols:"Kolonnas",rows:"Rindas"},textfield:{title:"Teksta rindas Ä«pašības",name:"Nosaukums", +value:"VÄrtÄ«ba",charWidth:"Simbolu platums",maxChars:"Simbolu maksimÄlais daudzums",required:"Required",type:"Tips",typeText:"Teksts",typePass:"Parole",typeEmail:"Epasts",typeSearch:"MeklÄt",typeTel:"TÄlruÅa numurs",typeUrl:"Adrese"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/mk.js b/public/assets/ckeditor/plugins/forms/lang/mk.js new file mode 100644 index 0000000..c8ed570 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/mk.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","mk",{button:{title:"Button Properties",text:"Text (Value)",type:"Type",typeBtn:"Button",typeSbm:"Submit",typeRst:"Reset"},checkboxAndRadio:{checkboxTitle:"Checkbox Properties",radioTitle:"Radio Button Properties",value:"Value",selected:"Selected",required:"Required"},form:{title:"Form Properties",menu:"Form Properties",action:"Action",method:"Method",encoding:"Encoding"},hidden:{title:"Hidden Field Properties",name:"Name",value:"Value"},select:{title:"Selection Field Properties", +selectInfo:"Select Info",opAvail:"Available Options",value:"Value",size:"Size",lines:"lines",chkMulti:"Allow multiple selections",required:"Required",opText:"Text",opValue:"Value",btnAdd:"Add",btnModify:"Modify",btnUp:"Up",btnDown:"Down",btnSetValue:"Set as selected value",btnDelete:"Delete"},textarea:{title:"Textarea Properties",cols:"Columns",rows:"Rows"},textfield:{title:"Text Field Properties",name:"Name",value:"Value",charWidth:"Character Width",maxChars:"Maximum Characters",required:"Required", +type:"Type",typeText:"Text",typePass:"Password",typeEmail:"Email",typeSearch:"Search",typeTel:"Telephone Number",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/mn.js b/public/assets/ckeditor/plugins/forms/lang/mn.js new file mode 100644 index 0000000..8a62bf1 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/mn.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","mn",{button:{title:"ТовÑÐ½Ñ Ñинж ÑанаÑ",text:"ТÑкÑÑ (УÑга)",type:"ТөÑөл",typeBtn:"ТовÑ",typeSbm:"Submit",typeRst:"ÐÐ¾Ð»Ð¸Ñ "},checkboxAndRadio:{checkboxTitle:"ЧекбокÑÐ½Ñ Ñинж ÑанаÑ",radioTitle:"Радио ÑовÑÐ½Ñ Ñинж ÑанаÑ",value:"УÑга",selected:"СонгогдÑон",required:"Required"},form:{title:"ФоÑм Ñинж ÑанаÑ",menu:"ФоÑм Ñинж ÑанаÑ",action:"ҮйлдÑл",method:"ÐÑга",encoding:"Encoding"},hidden:{title:"ÐÑÑÑ ÑалбаÑÑн Ñинж ÑанаÑ",name:"ÐÑÑ",value:"УÑга"},select:{title:"Ð¡Ð¾Ð³Ð¾Ð³Ñ ÑалбаÑÑн Ñинж ÑанаÑ", +selectInfo:"ÐÑдÑÑлÑл",opAvail:"ÐдвÑÑ ÑÑй ÑонголÑ",value:"УÑга",size:"Ð¥ÑмжÑÑ",lines:"ÐÓ©Ñ",chkMulti:"Ðлон зүйл зÑÑÑг ÑÐ¾Ð½Ð³Ð¾Ñ Ñг зөвÑÓ©Ó©ÑÓ©Ñ ",required:"Required",opText:"ТÑкÑÑ",opValue:"УÑга",btnAdd:"ÐÑмÑÑ ",btnModify:"Ó¨Ó©ÑÑÐ»Ó©Ñ ",btnUp:"ÐÑÑÑ",btnDown:"ÐооÑ",btnSetValue:"СонгогдÑан ÑÑга Ð¾Ð½Ð¾Ð¾Ñ ",btnDelete:"УÑÑÐ³Ð°Ñ "},textarea:{title:"ТекÑÑ Ð¾ÑÑÐ½Ñ Ñинж ÑанаÑ",cols:"Ðагана",rows:"ÐÓ©Ñ"},textfield:{title:"ТекÑÑ ÑалбаÑÑн Ñинж ÑанаÑ",name:"ÐÑÑ",value:"УÑга",charWidth:"ТÑмдÑгÑÑн Ó©Ñгөн",maxChars:"Хамгийн Ð¸Ñ ÑÑмдÑгÑ",required:"Required", +type:"ТөÑөл",typeText:"ТекÑÑ",typePass:"ÐÑÑÑ Ò¯Ð³",typeEmail:"Email",typeSearch:"Search",typeTel:"Telephone Number",typeUrl:"ÑÐ°Ñ Ð¸Ð¼ Ñ ÑÑдаÑÐ½Ñ Ñ Ð°Ñг (URL)"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/ms.js b/public/assets/ckeditor/plugins/forms/lang/ms.js new file mode 100644 index 0000000..342c091 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/ms.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","ms",{button:{title:"Ciri-ciri Butang",text:"Teks (Nilai)",type:"Jenis",typeBtn:"Button",typeSbm:"Submit",typeRst:"Reset"},checkboxAndRadio:{checkboxTitle:"Ciri-ciri Checkbox",radioTitle:"Ciri-ciri Butang Radio",value:"Nilai",selected:"Dipilih",required:"Required"},form:{title:"Ciri-ciri Borang",menu:"Ciri-ciri Borang",action:"Tindakan borang",method:"Cara borang dihantar",encoding:"Encoding"},hidden:{title:"Ciri-ciri Field Tersembunyi",name:"Nama",value:"Nilai"}, +select:{title:"Ciri-ciri Selection Field",selectInfo:"Select Info",opAvail:"Pilihan sediada",value:"Nilai",size:"Saiz",lines:"garisan",chkMulti:"Benarkan pilihan pelbagai",required:"Required",opText:"Teks",opValue:"Nilai",btnAdd:"Tambah Pilihan",btnModify:"Ubah Pilihan",btnUp:"Naik ke atas",btnDown:"Turun ke bawah",btnSetValue:"Set sebagai nilai terpilih",btnDelete:"Padam"},textarea:{title:"Ciri-ciri Textarea",cols:"Lajur",rows:"Baris"},textfield:{title:"Ciri-ciri Text Field",name:"Nama",value:"Nilai", +charWidth:"Lebar isian",maxChars:"Isian Maksimum",required:"Required",type:"Jenis",typeText:"Teks",typePass:"Kata Laluan",typeEmail:"Email",typeSearch:"Search",typeTel:"Telephone Number",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/nb.js b/public/assets/ckeditor/plugins/forms/lang/nb.js new file mode 100644 index 0000000..634ea9e --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/nb.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","nb",{button:{title:"Egenskaper for knapp",text:"Tekst (verdi)",type:"Type",typeBtn:"Knapp",typeSbm:"Send",typeRst:"Nullstill"},checkboxAndRadio:{checkboxTitle:"Egenskaper for avmerkingsboks",radioTitle:"Egenskaper for alternativknapp",value:"Verdi",selected:"Valgt",required:"PÃ¥krevd"},form:{title:"Egenskaper for skjema",menu:"Egenskaper for skjema",action:"Handling",method:"Metode",encoding:"Encoding"},hidden:{title:"Egenskaper for skjult felt",name:"Navn",value:"Verdi"}, +select:{title:"Egenskaper for rullegardinliste",selectInfo:"Info",opAvail:"Tilgjenglige alternativer",value:"Verdi",size:"Størrelse",lines:"Linjer",chkMulti:"Tillat flervalg",required:"PÃ¥krevd",opText:"Tekst",opValue:"Verdi",btnAdd:"Legg til",btnModify:"Endre",btnUp:"Opp",btnDown:"Ned",btnSetValue:"Sett som valgt",btnDelete:"Slett"},textarea:{title:"Egenskaper for tekstomrÃ¥de",cols:"Kolonner",rows:"Rader"},textfield:{title:"Egenskaper for tekstfelt",name:"Navn",value:"Verdi",charWidth:"Tegnbredde", +maxChars:"Maks antall tegn",required:"PÃ¥krevd",type:"Type",typeText:"Tekst",typePass:"Passord",typeEmail:"Epost",typeSearch:"Søk",typeTel:"Telefonnummer",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/nl.js b/public/assets/ckeditor/plugins/forms/lang/nl.js new file mode 100644 index 0000000..afc2118 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/nl.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","nl",{button:{title:"Eigenschappen knop",text:"Tekst (waarde)",type:"Soort",typeBtn:"Knop",typeSbm:"Versturen",typeRst:"Leegmaken"},checkboxAndRadio:{checkboxTitle:"Eigenschappen aanvinkvakje",radioTitle:"Eigenschappen selectievakje",value:"Waarde",selected:"Geselecteerd",required:"Vereist"},form:{title:"Eigenschappen formulier",menu:"Eigenschappen formulier",action:"Actie",method:"Methode",encoding:"Codering"},hidden:{title:"Eigenschappen verborgen veld",name:"Naam", +value:"Waarde"},select:{title:"Eigenschappen selectieveld",selectInfo:"Informatie",opAvail:"Beschikbare opties",value:"Waarde",size:"Grootte",lines:"Regels",chkMulti:"Gecombineerde selecties toestaan",required:"Vereist",opText:"Tekst",opValue:"Waarde",btnAdd:"Toevoegen",btnModify:"Wijzigen",btnUp:"Omhoog",btnDown:"Omlaag",btnSetValue:"Als geselecteerde waarde instellen",btnDelete:"Verwijderen"},textarea:{title:"Eigenschappen tekstvak",cols:"Kolommen",rows:"Rijen"},textfield:{title:"Eigenschappen tekstveld", +name:"Naam",value:"Waarde",charWidth:"Breedte (tekens)",maxChars:"Maximum aantal tekens",required:"Vereist",type:"Soort",typeText:"Tekst",typePass:"Wachtwoord",typeEmail:"E-mail",typeSearch:"Zoeken",typeTel:"Telefoonnummer",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/no.js b/public/assets/ckeditor/plugins/forms/lang/no.js new file mode 100644 index 0000000..0be43b6 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/no.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","no",{button:{title:"Egenskaper for knapp",text:"Tekst (verdi)",type:"Type",typeBtn:"Knapp",typeSbm:"Send",typeRst:"Nullstill"},checkboxAndRadio:{checkboxTitle:"Egenskaper for avmerkingsboks",radioTitle:"Egenskaper for alternativknapp",value:"Verdi",selected:"Valgt",required:"Required"},form:{title:"Egenskaper for skjema",menu:"Egenskaper for skjema",action:"Handling",method:"Metode",encoding:"Encoding"},hidden:{title:"Egenskaper for skjult felt",name:"Navn",value:"Verdi"}, +select:{title:"Egenskaper for rullegardinliste",selectInfo:"Info",opAvail:"Tilgjenglige alternativer",value:"Verdi",size:"Størrelse",lines:"Linjer",chkMulti:"Tillat flervalg",required:"Required",opText:"Tekst",opValue:"Verdi",btnAdd:"Legg til",btnModify:"Endre",btnUp:"Opp",btnDown:"Ned",btnSetValue:"Sett som valgt",btnDelete:"Slett"},textarea:{title:"Egenskaper for tekstomrÃ¥de",cols:"Kolonner",rows:"Rader"},textfield:{title:"Egenskaper for tekstfelt",name:"Navn",value:"Verdi",charWidth:"Tegnbredde", +maxChars:"Maks antall tegn",required:"Required",type:"Type",typeText:"Tekst",typePass:"Passord",typeEmail:"Epost",typeSearch:"Søk",typeTel:"Telefonnummer",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/pl.js b/public/assets/ckeditor/plugins/forms/lang/pl.js new file mode 100644 index 0000000..d26c8a3 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/pl.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","pl",{button:{title:"WÅaÅciwoÅci przycisku",text:"Tekst (WartoÅÄ)",type:"Typ",typeBtn:"Przycisk",typeSbm:"WyÅlij",typeRst:"WyczyÅÄ"},checkboxAndRadio:{checkboxTitle:"WÅaÅciwoÅci pola wyboru (checkbox)",radioTitle:"WÅaÅciwoÅci przycisku opcji (radio)",value:"WartoÅÄ",selected:"Zaznaczone",required:"Wymagane"},form:{title:"WÅaÅciwoÅci formularza",menu:"WÅaÅciwoÅci formularza",action:"Akcja",method:"Metoda",encoding:"Kodowanie"},hidden:{title:"WÅaÅciwoÅci pola ukrytego", +name:"Nazwa",value:"WartoÅÄ"},select:{title:"WÅaÅciwoÅci listy wyboru",selectInfo:"Informacje",opAvail:"DostÄpne opcje",value:"WartoÅÄ",size:"Rozmiar",lines:"wierszy",chkMulti:"Wielokrotny wybór",required:"Wymagane",opText:"Tekst",opValue:"WartoÅÄ",btnAdd:"Dodaj",btnModify:"ZmieÅ",btnUp:"Do góry",btnDown:"Do doÅu",btnSetValue:"Ustaw jako zaznaczonÄ ",btnDelete:"UsuÅ"},textarea:{title:"WÅaÅciwoÅci obszaru tekstowego",cols:"Liczba kolumn",rows:"Liczba wierszy"},textfield:{title:"WÅaÅciwoÅci pola tekstowego", +name:"Nazwa",value:"WartoÅÄ",charWidth:"SzerokoÅÄ w znakach",maxChars:"SzerokoÅÄ maksymalna",required:"Wymagane",type:"Typ",typeText:"Tekst",typePass:"HasÅo",typeEmail:"Email",typeSearch:"Szukaj",typeTel:"Numer telefonu",typeUrl:"Adres URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/pt-br.js b/public/assets/ckeditor/plugins/forms/lang/pt-br.js new file mode 100644 index 0000000..b651811 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/pt-br.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","pt-br",{button:{title:"Formatar Botão",text:"Texto (Valor)",type:"Tipo",typeBtn:"Botão",typeSbm:"Enviar",typeRst:"Limpar"},checkboxAndRadio:{checkboxTitle:"Formatar Caixa de Seleção",radioTitle:"Formatar Botão de Opção",value:"Valor",selected:"Selecionado",required:"Obrigatório"},form:{title:"Formatar Formulário",menu:"Formatar Formulário",action:"Ação",method:"Método",encoding:"Codificação"},hidden:{title:"Formatar Campo Oculto",name:"Nome",value:"Valor"},select:{title:"Formatar Caixa de Listagem", +selectInfo:"Informações",opAvail:"Opções disponÃveis",value:"Valor",size:"Tamanho",lines:"linhas",chkMulti:"Permitir múltiplas seleções",required:"Obrigatório",opText:"Texto",opValue:"Valor",btnAdd:"Adicionar",btnModify:"Modificar",btnUp:"Para cima",btnDown:"Para baixo",btnSetValue:"Definir como selecionado",btnDelete:"Remover"},textarea:{title:"Formatar Ãrea de Texto",cols:"Colunas",rows:"Linhas"},textfield:{title:"Formatar Caixa de Texto",name:"Nome",value:"Valor",charWidth:"Comprimento (em caracteres)", +maxChars:"Número Máximo de Caracteres",required:"Obrigatório",type:"Tipo",typeText:"Texto",typePass:"Senha",typeEmail:"Email",typeSearch:"Busca",typeTel:"Número de Telefone",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/pt.js b/public/assets/ckeditor/plugins/forms/lang/pt.js new file mode 100644 index 0000000..b6615cc --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/pt.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","pt",{button:{title:"Propriedades do Botão",text:"Texto (Valor)",type:"Tipo",typeBtn:"Botão",typeSbm:"Submit",typeRst:"Reset"},checkboxAndRadio:{checkboxTitle:"Propriedades da Caixa de Verificação",radioTitle:"Propriedades do Botão de Opção",value:"Valor",selected:"Seleccionado",required:"Required"},form:{title:"Propriedades do Formulário",menu:"Propriedades do Formulário",action:"Acção",method:"Método",encoding:"Encoding"},hidden:{title:"Propriedades do Campo Escondido", +name:"Nome",value:"Valor"},select:{title:"Propriedades da Caixa de Combinação",selectInfo:"Informação",opAvail:"Opções PossÃveis",value:"Valor",size:"Tamanho",lines:"linhas",chkMulti:"Permitir selecções múltiplas",required:"Required",opText:"Texto",opValue:"Valor",btnAdd:"Adicionar",btnModify:"Modificar",btnUp:"Para cima",btnDown:"Para baixo",btnSetValue:"Definir um valor por defeito",btnDelete:"Apagar"},textarea:{title:"Propriedades da Ãrea de Texto",cols:"Colunas",rows:"Linhas"},textfield:{title:"Propriedades do Campo de Texto", +name:"Nome",value:"Valor",charWidth:"Tamanho do caracter",maxChars:"Nr. Máximo de Caracteres",required:"Required",type:"Tipo",typeText:"Texto",typePass:"Senha",typeEmail:"Email",typeSearch:"Pesquisar",typeTel:"Telefone",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/ro.js b/public/assets/ckeditor/plugins/forms/lang/ro.js new file mode 100644 index 0000000..8b760bd --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/ro.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","ro",{button:{title:"ProprietÄÅ£i buton",text:"Text (Valoare)",type:"Tip",typeBtn:"Buton",typeSbm:"Trimite",typeRst:"Reset"},checkboxAndRadio:{checkboxTitle:"ProprietÄÅ£i bifÄ (Checkbox)",radioTitle:"ProprietÄÅ£i buton radio (Radio Button)",value:"Valoare",selected:"Selectat",required:"Required"},form:{title:"ProprietÄÅ£i formular (Form)",menu:"ProprietÄÅ£i formular (Form)",action:"AcÅ£iune",method:"MetodÄ",encoding:"Encodare"},hidden:{title:"ProprietÄÅ£i câmp ascuns (Hidden Field)", +name:"Nume",value:"Valoare"},select:{title:"ProprietÄÅ£i câmp selecÅ£ie (Selection Field)",selectInfo:"InformaÅ£ii",opAvail:"OpÅ£iuni disponibile",value:"Valoare",size:"MÄrime",lines:"linii",chkMulti:"Permite selecÅ£ii multiple",required:"Required",opText:"Text",opValue:"Valoare",btnAdd:"AdaugÄ",btnModify:"ModificÄ",btnUp:"Sus",btnDown:"Jos",btnSetValue:"SeteazÄ ca valoare selectatÄ",btnDelete:"Återge"},textarea:{title:"ProprietÄÅ£i suprafaÅ£Ä text (Textarea)",cols:"Coloane",rows:"Linii"},textfield:{title:"ProprietÄÅ£i câmp text (Text Field)", +name:"Nume",value:"Valoare",charWidth:"LÄrgimea caracterului",maxChars:"Caractere maxime",required:"Required",type:"Tip",typeText:"Text",typePass:"ParolÄ",typeEmail:"Email",typeSearch:"Cauta",typeTel:"Numar de telefon",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/ru.js b/public/assets/ckeditor/plugins/forms/lang/ru.js new file mode 100644 index 0000000..cb37ee6 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/ru.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","ru",{button:{title:"СвойÑÑва кнопки",text:"ТекÑÑ (ÐнаÑение)",type:"Тип",typeBtn:"Ðнопка",typeSbm:"ÐÑпÑавка",typeRst:"СбÑоÑ"},checkboxAndRadio:{checkboxTitle:"СвойÑÑва Ñлаговой кнопки",radioTitle:"СвойÑÑва кнопки вÑбоÑа",value:"ÐнаÑение",selected:"ÐÑбÑано",required:"ÐбÑзаÑелÑное поле"},form:{title:"СвойÑÑва ÑоÑмÑ",menu:"СвойÑÑва ÑоÑмÑ",action:"ÐейÑÑвие",method:"ÐеÑод",encoding:"ÐодиÑовка"},hidden:{title:"СвойÑÑва ÑкÑÑÑого полÑ",name:"ÐмÑ",value:"ÐнаÑение"},select:{title:"СвойÑÑва ÑпиÑка вÑбоÑа", +selectInfo:"ÐнÑоÑмаÑÐ¸Ñ Ð¾ ÑпиÑке вÑбоÑа",opAvail:"ÐоÑÑÑпнÑе ваÑианÑÑ",value:"ÐнаÑение",size:"РазмеÑ",lines:"ÑÑÑок(и)",chkMulti:"РазÑеÑиÑÑ Ð²ÑÐ±Ð¾Ñ Ð½ÐµÑколÑÐºÐ¸Ñ Ð²Ð°ÑианÑов",required:"ÐбÑзаÑелÑное поле",opText:"ТекÑÑ",opValue:"ÐнаÑение",btnAdd:"ÐобавиÑÑ",btnModify:"ÐзмениÑÑ",btnUp:"ÐоднÑÑÑ",btnDown:"ÐпÑÑÑиÑÑ",btnSetValue:"ÐомеÑиÑÑ ÐºÐ°Ðº вÑбÑанное",btnDelete:"УдалиÑÑ"},textarea:{title:"СвойÑÑва многоÑÑÑоÑного ÑекÑÑового полÑ",cols:"Ðолонок",rows:"СÑÑок"},textfield:{title:"СвойÑÑва ÑекÑÑового полÑ",name:"ÐмÑ", +value:"ÐнаÑение",charWidth:"ШиÑина Ð¿Ð¾Ð»Ñ (в ÑÐ¸Ð¼Ð²Ð¾Ð»Ð°Ñ )",maxChars:"ÐакÑ. колиÑеÑÑво Ñимволов",required:"ÐбÑзаÑелÑное поле",type:"Тип ÑодеÑжимого",typeText:"ТекÑÑ",typePass:"ÐаÑолÑ",typeEmail:"Email",typeSearch:"ÐоиÑк",typeTel:"ÐÐ¾Ð¼ÐµÑ ÑелеÑона",typeUrl:"СÑÑлка"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/si.js b/public/assets/ckeditor/plugins/forms/lang/si.js new file mode 100644 index 0000000..36b32ad --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/si.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","si",{button:{title:"à¶¶à·à¶à·à¶à¶¸à· à¶à·à¶«",text:"à·à¶à¶±à·à¶à·à¶º(à·à¶§à·à¶±à·à¶à¶¸)",type:"à·à¶»à·à¶à¶º",typeBtn:"à¶¶à·à¶à·à¶à¶¸",typeSbm:"යà·à¶¸à·à¶à¶»à¶±à·à·",typeRst:"à¶±à·à·à¶ à¶à¶»à¶¸à·à¶·à¶à¶à¶à·à·à¶ºà¶§ à¶´à¶à· à¶à¶»à¶±à·à·"},checkboxAndRadio:{checkboxTitle:"à¶½à¶à·à¶«à· à¶à·à¶»à·à¶¸à· à¶à·à¶§à·à·à· à¶½à¶à·à·à¶«",radioTitle:"Radio Button Properties",value:"Value",selected:"Selected",required:"Required"},form:{title:"à¶´à·à¶»à¶¸à¶ºà· ",menu:"à¶´à·à¶»à¶¸à¶ºà· à¶à·à¶«/",action:"à¶à¶±à·à¶±à· à¶´à·à¶ºà·à¶»",method:"à¶à·âරමය",encoding:"à¶à·à¶à·à¶à¶»à¶«à¶º"},hidden:{title:"à·à·à¶à·à·à¶«à· à¶´à·âරදà·à·à¶ºà· ",name:"නම",value:"Value"},select:{title:"à¶à·à¶»à·à¶¸à· à¶´à·âරදà·à·à¶ºà· ", +selectInfo:"à·à·à·à·à¶à¶» à¶à·à¶»à¶±à·à¶±",opAvail:"à¶à¶à·à¶»à·à·à· à¶à¶à· à·à·à¶à¶½à·à¶´",value:"Value",size:"à·à·à·à·à¶½à¶à·à·à¶º",lines:"lines",chkMulti:"Allow multiple selections",required:"Required",opText:"Text",opValue:"Value",btnAdd:"Add",btnModify:"Modify",btnUp:"Up",btnDown:"Down",btnSetValue:"Set as selected value",btnDelete:"මà¶à· දà·à¶¸à·à¶¸"},textarea:{title:"Textarea Properties",cols:"à·à·à¶»à·à· ",rows:"Rows"},textfield:{title:"Text Field Properties",name:"නම",value:"Value",charWidth:"Character Width",maxChars:"Maximum Characters",required:"Required", +type:"à·à¶»à·à¶à¶º",typeText:"Text",typePass:"Password",typeEmail:"Email",typeSearch:"Search",typeTel:"Telephone Number",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/sk.js b/public/assets/ckeditor/plugins/forms/lang/sk.js new file mode 100644 index 0000000..fdb744b --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/sk.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","sk",{button:{title:"Vlastnosti tlaÄidla",text:"Text (Hodnota)",type:"Typ",typeBtn:"TlaÄidlo",typeSbm:"OdoslaÅ¥",typeRst:"ResetovaÅ¥"},checkboxAndRadio:{checkboxTitle:"Vlastnosti zaÅ¡krtávacieho polÃÄka",radioTitle:"Vlastnosti prepÃnaÄa (radio button)",value:"Hodnota",selected:"Vybrané (selected)",required:"Required"},form:{title:"Vlastnosti formulára",menu:"Vlastnosti formulára",action:"Akcia (action)",method:"Metóda (method)",encoding:"Kódovanie (encoding)"},hidden:{title:"Vlastnosti skrytého poľa", +name:"Názov (name)",value:"Hodnota"},select:{title:"Vlastnosti rozbaľovacieho zoznamu",selectInfo:"Informácie o výbere",opAvail:"Dostupné možnosti",value:"Hodnota",size:"VeľkosÅ¥",lines:"riadkov",chkMulti:"PovoliÅ¥ viacnásobný výber",required:"Required",opText:"Text",opValue:"Hodnota",btnAdd:"PridaÅ¥",btnModify:"UpraviÅ¥",btnUp:"Hore",btnDown:"Dole",btnSetValue:"NastaviÅ¥ ako vybranú hodnotu",btnDelete:"VymazaÅ¥"},textarea:{title:"Vlastnosti textovej oblasti (textarea)",cols:"Stĺpcov",rows:"Riadkov"},textfield:{title:"Vlastnosti textového poľa", +name:"Názov (name)",value:"Hodnota",charWidth:"Å Ãrka poľa (podľa znakov)",maxChars:"Maximálny poÄet znakov",required:"Required",type:"Typ",typeText:"Text",typePass:"Heslo",typeEmail:"Email",typeSearch:"HľadaÅ¥",typeTel:"Telefónne ÄÃslo",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/sl.js b/public/assets/ckeditor/plugins/forms/lang/sl.js new file mode 100644 index 0000000..9c79b06 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/sl.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","sl",{button:{title:"Lastnosti gumba",text:"Besedilo (Vrednost)",type:"Tip",typeBtn:"Gumb",typeSbm:"Potrdi",typeRst:"Ponastavi"},checkboxAndRadio:{checkboxTitle:"Lastnosti potrditvenega polja",radioTitle:"Lastnosti izbirnega polja",value:"Vrednost",selected:"Izbrano",required:"Required"},form:{title:"Lastnosti obrazca",menu:"Lastnosti obrazca",action:"Akcija",method:"Metoda",encoding:"Kodiranje znakov"},hidden:{title:"Lastnosti skritega polja",name:"Ime",value:"Vrednost"}, +select:{title:"Lastnosti spustnega seznama",selectInfo:"Podatki",opAvail:"Razpoložljive izbire",value:"Vrednost",size:"Velikost",lines:"vrstic",chkMulti:"Dovoli izbor veÄih vrstic",required:"Required",opText:"Besedilo",opValue:"Vrednost",btnAdd:"Dodaj",btnModify:"Spremeni",btnUp:"Gor",btnDown:"Dol",btnSetValue:"Postavi kot privzeto izbiro",btnDelete:"IzbriÅ¡i"},textarea:{title:"Lastnosti vnosnega obmoÄja",cols:"Stolpcev",rows:"Vrstic"},textfield:{title:"Lastnosti vnosnega polja",name:"Ime",value:"Vrednost", +charWidth:"Dolžina",maxChars:"NajveÄje Å¡tevilo znakov",required:"Required",type:"Tip",typeText:"Besedilo",typePass:"Geslo",typeEmail:"E-poÅ¡ta",typeSearch:"Iskanje",typeTel:"Telefonska Å tevilka",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/sq.js b/public/assets/ckeditor/plugins/forms/lang/sq.js new file mode 100644 index 0000000..aee8b95 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/sq.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","sq",{button:{title:"Rekuizitat e Pullës",text:"Teskti (Vlera)",type:"LLoji",typeBtn:"Buton",typeSbm:"Dërgo",typeRst:"Rikthe"},checkboxAndRadio:{checkboxTitle:"Rekuizitat e Kutizë Përzgjedhëse",radioTitle:"Rekuizitat e Pullës",value:"Vlera",selected:"Përzgjedhur",required:"Required"},form:{title:"Rekuizitat e Formës",menu:"Rekuizitat e Formës",action:"Veprim",method:"Metoda",encoding:"Kodimi"},hidden:{title:"Rekuizitat e Fushës së Fshehur",name:"Emër",value:"Vlera"}, +select:{title:"Rekuizitat e Fushës së Përzgjedhur",selectInfo:"Përzgjidh Informacionin",opAvail:"Opsionet e Mundshme",value:"Vlera",size:"Madhësia",lines:"rreshtat",chkMulti:"Lejo përzgjidhje të shumëfishta",required:"Required",opText:"Teksti",opValue:"Vlera",btnAdd:"Vendos",btnModify:"Ndrysho",btnUp:"Sipër",btnDown:"Poshtë",btnSetValue:"Bëje si vlerë të përzgjedhur",btnDelete:"Grise"},textarea:{title:"Rekuzitat e Fushës së Tekstit",cols:"Kolonat",rows:"Rreshtat"},textfield:{title:"Rekuizitat e Fushës së Tekstit", +name:"Emër",value:"Vlera",charWidth:"Gjerësia e Karakterit",maxChars:"Numri maksimal i karaktereve",required:"Required",type:"LLoji",typeText:"Teksti",typePass:"Fjalëkalimi",typeEmail:"Posta Elektronike",typeSearch:"Kërko",typeTel:"Numri i Telefonit",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/sr-latn.js b/public/assets/ckeditor/plugins/forms/lang/sr-latn.js new file mode 100644 index 0000000..7f34d26 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/sr-latn.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","sr-latn",{button:{title:"Osobine dugmeta",text:"Tekst (vrednost)",type:"Tip",typeBtn:"Button",typeSbm:"Submit",typeRst:"Reset"},checkboxAndRadio:{checkboxTitle:"Osobine polja za potvrdu",radioTitle:"Osobine radio-dugmeta",value:"Vrednost",selected:"OznaÄeno",required:"Required"},form:{title:"Osobine forme",menu:"Osobine forme",action:"Akcija",method:"Metoda",encoding:"Encoding"},hidden:{title:"Osobine skrivenog polja",name:"Naziv",value:"Vrednost"},select:{title:"Osobine izbornog polja", +selectInfo:"Info",opAvail:"Dostupne opcije",value:"Vrednost",size:"VeliÄina",lines:"linija",chkMulti:"Dozvoli viÅ¡estruku selekciju",required:"Required",opText:"Tekst",opValue:"Vrednost",btnAdd:"Dodaj",btnModify:"Izmeni",btnUp:"Gore",btnDown:"Dole",btnSetValue:"Podesi kao oznaÄenu vrednost",btnDelete:"ObriÅ¡i"},textarea:{title:"Osobine zone teksta",cols:"Broj kolona",rows:"Broj redova"},textfield:{title:"Osobine tekstualnog polja",name:"Naziv",value:"Vrednost",charWidth:"Å irina (karaktera)",maxChars:"Maksimalno karaktera", +required:"Required",type:"Tip",typeText:"Tekst",typePass:"Lozinka",typeEmail:"Email",typeSearch:"Pretraži",typeTel:"Broj telefona",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/sr.js b/public/assets/ckeditor/plugins/forms/lang/sr.js new file mode 100644 index 0000000..b315876 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/sr.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","sr",{button:{title:"ÐÑобине дÑгмеÑа",text:"ТекÑÑ (вÑедноÑÑ)",type:"Tип",typeBtn:"Button",typeSbm:"Submit",typeRst:"Reset"},checkboxAndRadio:{checkboxTitle:"ÐÑобине поÑа за поÑвÑдÑ",radioTitle:"ÐÑобине Ñадио-дÑгмеÑа",value:"ÐÑедноÑÑ",selected:"ÐзнаÑено",required:"Required"},form:{title:"ÐÑобине ÑоÑме",menu:"ÐÑобине ÑоÑме",action:"AкÑиÑа",method:"MеÑода",encoding:"Encoding"},hidden:{title:"ÐÑобине ÑкÑивеног поÑа",name:"Ðазив",value:"ÐÑедноÑÑ"},select:{title:"ÐÑобине избоÑног поÑа", +selectInfo:"ÐнÑо",opAvail:"ÐоÑÑÑпне опÑиÑе",value:"ÐÑедноÑÑ",size:"ÐелиÑина",lines:"линиÑа",chkMulti:"Ðозволи виÑеÑÑÑÑÐºÑ ÑелекÑиÑÑ",required:"Required",opText:"ТекÑÑ",opValue:"ÐÑедноÑÑ",btnAdd:"ÐодаÑ",btnModify:"Ðзмени",btnUp:"ÐоÑе",btnDown:"Ðоле",btnSetValue:"ÐодеÑи као ознаÑÐµÐ½Ñ Ð²ÑедноÑÑ",btnDelete:"ÐбÑиÑи"},textarea:{title:"ÐÑобине зоне ÑекÑÑа",cols:"ÐÑÐ¾Ñ ÐºÐ¾Ð»Ð¾Ð½Ð°",rows:"ÐÑÐ¾Ñ Ñедова"},textfield:{title:"ÐÑобине ÑекÑÑÑалног поÑа",name:"Ðазив",value:"ÐÑедноÑÑ",charWidth:"ШиÑина (каÑакÑеÑа)",maxChars:"ÐакÑимално каÑакÑеÑа", +required:"Required",type:"Тип",typeText:"ТекÑÑ",typePass:"Ðозинка",typeEmail:"Ð-поÑÑа",typeSearch:"ÐÑеÑÑага",typeTel:"ÐÑÐ¾Ñ ÑелеÑона",typeUrl:"УРÐ"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/sv.js b/public/assets/ckeditor/plugins/forms/lang/sv.js new file mode 100644 index 0000000..4e48084 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/sv.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","sv",{button:{title:"Egenskaper för knapp",text:"Text (värde)",type:"Typ",typeBtn:"Knapp",typeSbm:"Skicka",typeRst:"à terställ"},checkboxAndRadio:{checkboxTitle:"Egenskaper för kryssruta",radioTitle:"Egenskaper för alternativknapp",value:"Värde",selected:"Vald",required:"Krävs"},form:{title:"Egenskaper för formulär",menu:"Egenskaper för formulär",action:"Funktion",method:"Metod",encoding:"Kodning"},hidden:{title:"Egenskaper för dolt fält",name:"Namn",value:"Värde"}, +select:{title:"Egenskaper för flervalslista",selectInfo:"Information",opAvail:"Befintliga val",value:"Värde",size:"Storlek",lines:"Linjer",chkMulti:"TillÃ¥t flerval",required:"Krävs",opText:"Text",opValue:"Värde",btnAdd:"Lägg till",btnModify:"Redigera",btnUp:"Upp",btnDown:"Ner",btnSetValue:"Markera som valt värde",btnDelete:"Radera"},textarea:{title:"Egenskaper för textruta",cols:"Kolumner",rows:"Rader"},textfield:{title:"Egenskaper för textfält",name:"Namn",value:"Värde",charWidth:"Teckenbredd",maxChars:"Max antal tecken", +required:"Krävs",type:"Typ",typeText:"Text",typePass:"Lösenord",typeEmail:"E-post",typeSearch:"Sök",typeTel:"Telefonnummer",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/th.js b/public/assets/ckeditor/plugins/forms/lang/th.js new file mode 100644 index 0000000..15ed7a3 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/th.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","th",{button:{title:"รายละà¹à¸à¸µà¸¢à¸à¸à¸à¸ à¸à¸¸à¹à¸¡",text:"à¸à¹à¸à¸à¸§à¸²à¸¡ (à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£)",type:"à¸à¹à¸à¸à¸§à¸²à¸¡",typeBtn:"Button",typeSbm:"Submit",typeRst:"Reset"},checkboxAndRadio:{checkboxTitle:"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¹à¸à¸à¹à¸à¸",radioTitle:"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸£à¸à¸´à¹à¸à¸à¸±à¸à¸à¸à¸",value:"à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£",selected:"à¹à¸¥à¸·à¸à¸à¹à¸à¹à¸à¸à¹à¸²à¹à¸£à¸´à¹à¸¡à¸à¹à¸",required:"Required"},form:{title:"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¸à¸à¸à¸£à¹à¸¡",menu:"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¸à¸à¸à¸£à¹à¸¡",action:"à¹à¸à¸à¸à¸±à¹à¸",method:"à¹à¸¡à¸à¸à¸",encoding:"Encoding"},hidden:{title:"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ ฮิà¸à¹à¸à¸à¸à¸´à¸¥à¸à¹",name:"à¸à¸·à¹à¸", +value:"à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£"},select:{title:"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¸à¸à¸±à¸§à¹à¸¥à¸·à¸à¸",selectInfo:"à¸à¸´à¸à¹à¸",opAvail:"รายà¸à¸²à¸£à¸à¸±à¸§à¹à¸¥à¸·à¸à¸",value:"à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£",size:"à¸à¸à¸²à¸",lines:"à¸à¸£à¸£à¸à¸±à¸",chkMulti:"à¹à¸¥à¸·à¸à¸à¸«à¸¥à¸²à¸¢à¸à¹à¸²à¹à¸à¹",required:"Required",opText:"à¸à¹à¸à¸à¸§à¸²à¸¡",opValue:"à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£",btnAdd:"à¹à¸à¸´à¹à¸¡",btnModify:"à¹à¸à¹à¹à¸",btnUp:"à¸à¸",btnDown:"ลà¹à¸²à¸",btnSetValue:"à¹à¸¥à¸·à¸à¸à¹à¸à¹à¸à¸à¹à¸²à¹à¸£à¸´à¹à¸¡à¸à¹à¸",btnDelete:"ลà¸"},textarea:{title:"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¹à¸à¹à¸à¹à¸£à¸µà¸¢",cols:"สà¸à¸¡à¸ à¹",rows:"à¹à¸à¸§"},textfield:{title:"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ à¹à¸à¹à¸à¸à¹à¸à¸´à¸¥à¸à¹",name:"à¸à¸·à¹à¸",value:"à¸à¹à¸²à¸à¸±à¸§à¹à¸à¸£",charWidth:"à¸à¸§à¸²à¸¡à¸à¸§à¹à¸²à¸", +maxChars:"à¸à¸³à¸à¸§à¸à¸à¸±à¸§à¸à¸±à¸à¸©à¸£à¸ªà¸¹à¸à¸ªà¸¸à¸",required:"Required",type:"à¸à¸à¸´à¸",typeText:"à¸à¹à¸à¸à¸§à¸²à¸¡",typePass:"รหัสà¸à¹à¸²à¸",typeEmail:"à¸à¸µà¹à¸¡à¸¥",typeSearch:"à¸à¹à¸à¸«à¸²à¸",typeTel:"หมายà¹à¸¥à¸à¹à¸à¸£à¸¨à¸±à¸à¸à¹",typeUrl:"à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¹à¸²à¸à¸à¸´à¸ URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/tr.js b/public/assets/ckeditor/plugins/forms/lang/tr.js new file mode 100644 index 0000000..074f713 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/tr.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","tr",{button:{title:"DüÄme Ãzellikleri",text:"Metin (DeÄer)",type:"Tip",typeBtn:"DüÄme",typeSbm:"Gönder",typeRst:"Sıfırla"},checkboxAndRadio:{checkboxTitle:"Onay Kutusu Ãzellikleri",radioTitle:"Seçenek DüÄmesi Ãzellikleri",value:"DeÄer",selected:"Seçili",required:"Zorunlu"},form:{title:"Form Ãzellikleri",menu:"Form Ãzellikleri",action:"İÅlem",method:"Yöntem",encoding:"Kodlama"},hidden:{title:"Gizli Veri Ãzellikleri",name:"Ad",value:"DeÄer"},select:{title:"Seçim Menüsü Ãzellikleri", +selectInfo:"Bilgi",opAvail:"Mevcut Seçenekler",value:"DeÄer",size:"Boyut",lines:"satır",chkMulti:"Ãoklu seçime izin ver",required:"Zorunlu",opText:"Metin",opValue:"DeÄer",btnAdd:"Ekle",btnModify:"Düzenle",btnUp:"Yukarı",btnDown:"AÅaÄı",btnSetValue:"Seçili deÄer olarak ata",btnDelete:"Sil"},textarea:{title:"Ãok Satırlı Metin Ãzellikleri",cols:"Sütunlar",rows:"Satırlar"},textfield:{title:"Metin GiriÅi Ãzellikleri",name:"Ad",value:"DeÄer",charWidth:"Karakter GeniÅliÄi",maxChars:"En Fazla Karakter",required:"Zorunlu", +type:"Tür",typeText:"Metin",typePass:"Åifre",typeEmail:"E-posta",typeSearch:"Ara",typeTel:"Telefon Numarası",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/tt.js b/public/assets/ckeditor/plugins/forms/lang/tt.js new file mode 100644 index 0000000..9afabb5 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/tt.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","tt",{button:{title:"Ð¢Ó©Ð¹Ð¼Ó Ò¯Ð·Ð»ÐµÐºÐ»ÓÑе",text:"ТекÑÑ (күлÓм)",type:"ТөÑ",typeBtn:"ТөймÓ",typeSbm:"ÒибÓÑÒ¯",typeRst:"ÐиÑе кайÑаÑÑ"},checkboxAndRadio:{checkboxTitle:"Checkbox Properties",radioTitle:"Радио ÑÓ©Ð¹Ð¼É Ò¯Ð·Ð»ÐµÐºÐ»ÓÑе",value:"ÐүлÓм",selected:"Сайланган",required:"ÐÓÒбүÑи"},form:{title:"ФоÑма үзлеклÓÑе",menu:"ФоÑма үзлеклÓÑе",action:"ÐамÓл",method:"ЫÑÑл",encoding:"ÐодиÑовка"},hidden:{title:"ЯÑеÑен кÑÑ Ò¯Ð·Ð»ÐµÐºÐ»ÓÑе",name:"ÐÑем",value:"ÐүлÓм"},select:{title:"Selection Field Properties", +selectInfo:"ÐнÑоÑмаÑиÑне ÑайлаÑ",opAvail:"Ðөмкин бÑлган көйлÓүлÓÑ",value:"ÐүлÓм",size:"ÐÑÑлÑк",lines:"ÑллаÑ",chkMulti:"Allow multiple selections",required:"ÐÓÒбүÑи",opText:"ТекÑÑ",opValue:"ÐүлÓм",btnAdd:"ÐÑÑÑ",btnModify:"ҮзгÓÑÑÒ¯",btnUp:"Ó¨ÑкÓ",btnDown:"ÐÑка",btnSetValue:"Сайланган күлÓм бÑлÑп билгелÓÑгÓ",btnDelete:"ÐеÑеÑÒ¯"},textarea:{title:"ТекÑÑ Ð¼ÓÐ¹Ð´Ð°Ð½Ñ Ò¯Ð·Ð»ÐµÐºÐ»ÓÑе",cols:"ÐаганалаÑ",rows:"ЮллаÑ"},textfield:{title:"ТекÑÑ ÐºÑÑÑ Ò¯Ð·Ð»ÐµÐºÐ»ÓÑе",name:"ÐÑем",value:"ÐүлÓм",charWidth:"Ð¡Ð¸Ð¼Ð²Ð¾Ð»Ð»Ð°Ñ ÐºÐ¸Ò£Ð»ÐµÐ³Ðµ",maxChars:"Maximum Characters", +required:"ÐÓÒбүÑи",type:"ТөÑ",typeText:"ТекÑÑ",typePass:"Ð¡ÐµÑ Ñүз",typeEmail:"Ðл. поÑÑа",typeSearch:"ÐзлÓÒ¯",typeTel:"ТелеÑон номеÑÑ",typeUrl:"СÑлÑалама"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/ug.js b/public/assets/ckeditor/plugins/forms/lang/ug.js new file mode 100644 index 0000000..d7bd0cf --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/ug.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","ug",{button:{title:"تÙÙ¾ÚØ§ خاسÙÙÙÙ",text:"بÛÙÚ¯Û (ÙÙÙ Ù ÛØª)",type:"تÙÙ¾Ù",typeBtn:"تÙÙ¾ÚØ§",typeSbm:"ØªØ§Ù¾Ø´ÛØ±",typeRst:"Ø¦ÛØ³ÙÙÚ¯Û ÙØ§ÙØªÛØ±"},checkboxAndRadio:{checkboxTitle:"ÙÛÙ¾ تاÙÙØ§Ø´ خاسÙÙÙÙ",radioTitle:"تا٠تاÙÙØ§Ø´ تÙÙ¾ÚØ§ خاسÙÙÙÙ",value:"تاÙÙÙØºØ§Ù ÙÙÙ Ù ÛØª",selected:"تاÙÙØ§ÙغاÙ",required:"Ø²ÛØ±Ûر"},form:{title:"Ø¬ÛØ¯ÛÛ٠خاسÙÙÙÙ",menu:"Ø¬ÛØ¯ÛÛ٠خاسÙÙÙÙ",action:"Ù ÛØ´ØºÛÙØ§Øª",method:"Ø¦ÛØ³ÛÙ",encoding:"Ø¬ÛØ¯ÛÛÙ ÙÙØ¯ÙÙÙÙØ´Ù"},hidden:{title:"ÙÙØ´ÛرÛÙ Ø¯Ø§Ø¦ÙØ±Û خاسÙÙÙÙ",name:"ئات",value:"Ø¯ÛØ³ÙÛÙ¾ÙÙ ÙÙÙ Ù ÙØªÙ"}, +select:{title:"Ø¬ÛØ¯ÛÛÙ/ØªÙØ²Ù٠خاسÙÙÙÙ",selectInfo:"ئÛÚÛØ± تاÙÙØ§Ú",opAvail:"تاÙÙØ§Ø´ ØªÛØ±ÙÙØ±Ù",value:"ÙÙÙ Ù ÛØª",size:"ئÛÚ¯ÙØ²ÙÙÙÙ",lines:"ÙÛØ±",chkMulti:"ÙÛÙ¾ تاÙÙØ§Ø´ÚاÙ",required:"Ø²ÛØ±Ûر",opText:"تاÙÙØ§Ù٠ا تÛÙÙØ³ØªÙ",opValue:"تاÙÙØ§Ù٠ا ÙÙÙ Ù ÙØªÙ",btnAdd:"ÙÙØ´",btnModify:"Ø¦ÛØ²Ú¯Ûرت",btnUp:"Ø¦ÛØ³ØªÙÚ¯Û",btnDown:"Ø¦Ø§Ø³ØªÙØºØ§",btnSetValue:"Ø¯ÛØ³ÙÛÙ¾Ù٠تاÙÙØ§Ù٠ا ÙÙÙ Ù ÙØªÙÚ¯Û ØªÛÚØ´Û",btnDelete:"ئÛÚÛØ±"},textarea:{title:" ÙÛÙ¾ ÙÛØ±ÙÛ٠تÛÙÙØ³Øª خاسÙÙÙÙ",cols:"Ú¾ÛØ±Ù¾ ÙÛÚÙÙÙÙ",rows:"ÙÛØ± ساÙÙ"},textfield:{title:"تا٠ÙÛØ±ÙÛ٠تÛÙÙØ³Øª خاسÙÙÙÙ",name:"ئات",value:"Ø¯ÛØ³ÙÛÙ¾ÙÙ ÙÙÙ Ù ÙØªÙ", +charWidth:"Ú¾ÛØ±Ù¾ ÙÛÚÙÙÙÙ",maxChars:"ئÛÚ ÙÛÙ¾ Ú¾ÛØ±Ù¾ ساÙÙ",required:"Ø²ÛØ±Ûر",type:"تÙÙ¾Ù",typeText:"تÛÙÙØ³Øª",typePass:"ئÙÙ ",typeEmail:"ØªÙØ±Ø®Ûت",typeSearch:"Ø¦ÙØ²Ø¯Û",typeTel:"تÛÙÛÙÙÙ ÙÙÙ ÛØ±",typeUrl:"Ø¦Ø§Ø¯Ø±ÛØ³"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/uk.js b/public/assets/ckeditor/plugins/forms/lang/uk.js new file mode 100644 index 0000000..3c18032 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/uk.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","uk",{button:{title:"ÐлаÑÑивоÑÑÑ ÐºÐ½Ð¾Ð¿ÐºÐ¸",text:"ÐнаÑеннÑ",type:"Тип",typeBtn:"Ðнопка (button)",typeSbm:"ÐадÑÑлаÑи (submit)",typeRst:"ÐÑиÑÑиÑи (reset)"},checkboxAndRadio:{checkboxTitle:"ÐлаÑÑивоÑÑÑ Ð³Ð°Ð»Ð¾Ñки",radioTitle:"ÐлаÑÑивоÑÑÑ ÐºÐ½Ð¾Ð¿ÐºÐ¸ вибоÑÑ",value:"ÐнаÑеннÑ",selected:"ÐбÑана",required:"ÐбовâÑзкове поле"},form:{title:"ÐлаÑÑивоÑÑÑ ÑоÑми",menu:"ÐлаÑÑивоÑÑÑ ÑоÑми",action:"ÐÑÑ",method:"ÐеÑод",encoding:"ÐодÑваннÑ"},hidden:{title:"ÐлаÑÑивоÑÑÑ Ð¿ÑÐ¸Ñ Ð¾Ð²Ð°Ð½Ð¾Ð³Ð¾ полÑ",name:"Ðм'Ñ", +value:"ÐнаÑеннÑ"},select:{title:"ÐлаÑÑивоÑÑÑ ÑпиÑкÑ",selectInfo:"ÐнÑо",opAvail:"ÐоÑÑÑÐ¿Ð½Ñ Ð²Ð°ÑÑанÑи",value:"ÐнаÑеннÑ",size:"ÐÑлÑкÑÑÑÑ",lines:"Ð²Ð¸Ð´Ð¸Ð¼Ð¸Ñ Ð¿Ð¾Ð·Ð¸ÑÑй Ñ ÑпиÑкÑ",chkMulti:"СпиÑок з мÑлÑÑивибоÑом",required:"ÐбовâÑзкове поле",opText:"ТекÑÑ",opValue:"ÐнаÑеннÑ",btnAdd:"ÐобавиÑи",btnModify:"ÐмÑниÑи",btnUp:"ÐгоÑÑ",btnDown:"Ðниз",btnSetValue:"ÐÑÑановиÑи Ñк обÑане знаÑеннÑ",btnDelete:"ÐидалиÑи"},textarea:{title:"ÐлаÑÑивоÑÑÑ ÑекÑÑÐ¾Ð²Ð¾Ñ Ð¾Ð±Ð»Ð°ÑÑÑ",cols:"СÑовбÑÑ",rows:"Ð Ñдки"},textfield:{title:"ÐлаÑÑивоÑÑÑ ÑекÑÑового полÑ", +name:"Ðм'Ñ",value:"ÐнаÑеннÑ",charWidth:"ШиÑина",maxChars:"ÐакÑ. к-ÑÑ ÑимволÑв",required:"ÐбовâÑзкове поле",type:"Тип",typeText:"ТекÑÑ",typePass:"ÐаÑолÑ",typeEmail:"ÐоÑÑа",typeSearch:"ÐоÑÑк",typeTel:"ÐобÑлÑний",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/vi.js b/public/assets/ckeditor/plugins/forms/lang/vi.js new file mode 100644 index 0000000..eda4e47 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/vi.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","vi",{button:{title:"Thuá»c tÃnh cá»§a nút",text:"Chuá»i hiá»n thá» (giá trá»)",type:"Kiá»u",typeBtn:"Nút bấm",typeSbm:"Nút gá»i",typeRst:"Nút nháºp lại"},checkboxAndRadio:{checkboxTitle:"Thuá»c tÃnh nút kiá»m",radioTitle:"Thuá»c tÃnh nút chá»n",value:"Giá trá»",selected:"ÄÆ°á»£c chá»n",required:"Required"},form:{title:"Thuá»c tÃnh biá»u mẫu",menu:"Thuá»c tÃnh biá»u mẫu",action:"Hà nh Äá»ng",method:"Phương thức",encoding:"Bảng mã"},hidden:{title:"Thuá»c tÃnh trưá»ng ẩn",name:"Tên",value:"Giá trá»"}, +select:{title:"Thuá»c tÃnh ô chá»n",selectInfo:"Thông tin",opAvail:"Các tùy chá»n có thá» sá» dụng",value:"Giá trá»",size:"KÃch cỡ",lines:"dòng",chkMulti:"Cho phép chá»n nhiá»u",required:"Required",opText:"VÄn bản",opValue:"Giá trá»",btnAdd:"Thêm",btnModify:"Thay Äá»i",btnUp:"Lên",btnDown:"Xuá»ng",btnSetValue:"Giá trá» ÄÆ°á»£c chá»n",btnDelete:"Nút xoá"},textarea:{title:"Thuá»c tÃnh vùng vÄn bản",cols:"Sá» cá»t",rows:"Sá» hà ng"},textfield:{title:"Thuá»c tÃnh trưá»ng vÄn bản",name:"Tên",value:"Giá trá»",charWidth:"Äá» rá»ng cá»§a ký tá»±", +maxChars:"Sá» ký tá»± tá»i Äa",required:"Required",type:"Kiá»u",typeText:"Ký tá»±",typePass:"Máºt khẩu",typeEmail:"Email",typeSearch:"Tìm kiếm",typeTel:"Sá» Äiá»n thoại",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/zh-cn.js b/public/assets/ckeditor/plugins/forms/lang/zh-cn.js new file mode 100644 index 0000000..018b5f8 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/zh-cn.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("forms","zh-cn",{button:{title:"æé®å±æ§",text:"æ ç¾(å¼)",type:"ç±»å",typeBtn:"æé®",typeSbm:"æäº¤",typeRst:"é设"},checkboxAndRadio:{checkboxTitle:"å¤éæ¡å±æ§",radioTitle:"åéæé®å±æ§",value:"éå®å¼",selected:"å·²å¾é",required:"å¿ é"},form:{title:"表å屿§",menu:"表å屿§",action:"å¨ä½",method:"æ¹æ³",encoding:"表åç¼ç "},hidden:{title:"éèå屿§",name:"åç§°",value:"åå§å¼"},select:{title:"èå/åè¡¨å±æ§",selectInfo:"éæ©ä¿¡æ¯",opAvail:"å¯é项",value:"å¼",size:"é«åº¦",lines:"è¡",chkMulti:"å 许å¤é",required:"å¿ é",opText:"éé¡¹ææ¬",opValue:"é项å¼",btnAdd:"æ·»å ", +btnModify:"ä¿®æ¹",btnUp:"ä¸ç§»",btnDown:"ä¸ç§»",btnSetValue:"设为åå§éå®",btnDelete:"å é¤"},textarea:{title:"å¤è¡ææ¬å±æ§",cols:"å符宽度",rows:"è¡æ°"},textfield:{title:"åè¡ææ¬å±æ§",name:"åç§°",value:"åå§å¼",charWidth:"å符宽度",maxChars:"æå¤å符æ°",required:"å¿ å¡«",type:"ç±»å",typeText:"ææ¬",typePass:"å¯ç ",typeEmail:"Email",typeSearch:"æç´¢",typeTel:"çµè¯å·ç ",typeUrl:"å°å"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/lang/zh.js b/public/assets/ckeditor/plugins/forms/lang/zh.js new file mode 100644 index 0000000..2e6f8d5 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/lang/zh.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("forms","zh",{button:{title:"æéå §å®¹",text:"顯示æå (å¼)",type:"é¡å",typeBtn:"æé",typeSbm:"éåº",typeRst:"éè¨"},checkboxAndRadio:{checkboxTitle:"æ ¸åæ¹å¡å §å®¹",radioTitle:"é¸é æéå §å®¹",value:"æ¸å¼",selected:"å·²é¸",required:"å¿ å¡«"},form:{title:"表å®å §å®¹",menu:"表å®å §å®¹",action:"åä½",method:"æ¹å¼",encoding:"編碼"},hidden:{title:"é±èæ¬ä½å §å®¹",name:"å稱",value:"æ¸å¼"},select:{title:"é¸åæ¬ä½å §å®¹",selectInfo:"鏿è³è¨",opAvail:"å¯ç¨é¸é ",value:"æ¸å¼",size:"大å°",lines:"è¡æ¸",chkMulti:"å 許å¤é¸",required:"å¿ å¡«",opText:"æå",opValue:"æ¸å¼",btnAdd:"æ°å¢",btnModify:"ä¿®æ¹", +btnUp:"åä¸",btnDown:"åä¸",btnSetValue:"è¨çºå·²é¸",btnDelete:"åªé¤"},textarea:{title:"æåååå §å®¹",cols:"å",rows:"è¡"},textfield:{title:"æåæ¬ä½å §å®¹",name:"åå",value:"æ¸å¼",charWidth:"åå 寬度",maxChars:"æå¤§åå æ¸",required:"å¿ å¡«",type:"é¡å",typeText:"æå",typePass:"å¯ç¢¼",typeEmail:"é»åéµä»¶",typeSearch:"æå°",typeTel:"é»è©±è碼",typeUrl:"URL"}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/forms/plugin.js b/public/assets/ckeditor/plugins/forms/plugin.js new file mode 100644 index 0000000..a599b98 --- /dev/null +++ b/public/assets/ckeditor/plugins/forms/plugin.js @@ -0,0 +1,14 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.add("forms",{requires:"dialog,fakeobjects",lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"button,checkbox,form,hiddenfield,imagebutton,radio,select,select-rtl,textarea,textarea-rtl,textfield",hidpi:!0,onLoad:function(){CKEDITOR.addCss(".cke_editable form{border: 1px dotted #FF0000;padding: 2px;}\n"); +CKEDITOR.addCss("img.cke_hidden{background-image: url("+CKEDITOR.getUrl(this.path+"images/hiddenfield.gif")+");background-position: center center;background-repeat: no-repeat;border: 1px solid #a9a9a9;width: 16px !important;height: 16px !important;}")},init:function(a){var b=a.lang,g=0,h={email:1,password:1,search:1,tel:1,text:1,url:1},l={checkbox:"input[type,name,checked,required]",radio:"input[type,name,checked,required]",textfield:"input[type,name,value,size,maxlength,required]",textarea:"textarea[cols,rows,name,required]", +select:"select[name,size,multiple,required]; option[value,selected]",button:"input[type,name,value]",form:"form[action,name,id,enctype,target,method]",hiddenfield:"input[type,name,value]",imagebutton:"input[type,alt,src]{width,height,border,border-width,border-style,margin,float}"},m={checkbox:"input",radio:"input",textfield:"input",textarea:"textarea",select:"select",button:"input",form:"form",hiddenfield:"input",imagebutton:"input"},e=function(d,c,e){var h={allowedContent:l[c],requiredContent:m[c]}; +"form"==c&&(h.context="form");a.addCommand(c,new CKEDITOR.dialogCommand(c,h));a.ui.addButton&&a.ui.addButton(d,{label:b.common[d.charAt(0).toLowerCase()+d.slice(1)],command:c,toolbar:"forms,"+(g+=10)});CKEDITOR.dialog.add(c,e)},f=this.path+"dialogs/";!a.blockless&&e("Form","form",f+"form.js");e("Checkbox","checkbox",f+"checkbox.js");e("Radio","radio",f+"radio.js");e("TextField","textfield",f+"textfield.js");e("Textarea","textarea",f+"textarea.js");e("Select","select",f+"select.js");e("Button","button", +f+"button.js");var k=a.plugins.image;k&&!a.plugins.image2&&e("ImageButton","imagebutton",CKEDITOR.plugins.getPath("image")+"dialogs/image.js");e("HiddenField","hiddenfield",f+"hiddenfield.js");a.addMenuItems&&(e={checkbox:{label:b.forms.checkboxAndRadio.checkboxTitle,command:"checkbox",group:"checkbox"},radio:{label:b.forms.checkboxAndRadio.radioTitle,command:"radio",group:"radio"},textfield:{label:b.forms.textfield.title,command:"textfield",group:"textfield"},hiddenfield:{label:b.forms.hidden.title, +command:"hiddenfield",group:"hiddenfield"},button:{label:b.forms.button.title,command:"button",group:"button"},select:{label:b.forms.select.title,command:"select",group:"select"},textarea:{label:b.forms.textarea.title,command:"textarea",group:"textarea"}},k&&(e.imagebutton={label:b.image.titleButton,command:"imagebutton",group:"imagebutton"}),!a.blockless&&(e.form={label:b.forms.form.menu,command:"form",group:"form"}),a.addMenuItems(e));a.contextMenu&&(!a.blockless&&a.contextMenu.addListener(function(d, +c,a){if((d=a.contains("form",1))&&!d.isReadOnly())return{form:CKEDITOR.TRISTATE_OFF}}),a.contextMenu.addListener(function(d){if(d&&!d.isReadOnly()){var c=d.getName();if("select"==c)return{select:CKEDITOR.TRISTATE_OFF};if("textarea"==c)return{textarea:CKEDITOR.TRISTATE_OFF};if("input"==c){var a=d.getAttribute("type")||"text";switch(a){case "button":case "submit":case "reset":return{button:CKEDITOR.TRISTATE_OFF};case "checkbox":return{checkbox:CKEDITOR.TRISTATE_OFF};case "radio":return{radio:CKEDITOR.TRISTATE_OFF}; +case "image":return k?{imagebutton:CKEDITOR.TRISTATE_OFF}:null}if(h[a])return{textfield:CKEDITOR.TRISTATE_OFF}}if("img"==c&&"hiddenfield"==d.data("cke-real-element-type"))return{hiddenfield:CKEDITOR.TRISTATE_OFF}}}));a.on("doubleclick",function(d){var c=d.data.element;if(!a.blockless&&c.is("form"))d.data.dialog="form";else if(c.is("select"))d.data.dialog="select";else if(c.is("textarea"))d.data.dialog="textarea";else if(c.is("img")&&"hiddenfield"==c.data("cke-real-element-type"))d.data.dialog="hiddenfield"; +else if(c.is("input")){c=c.getAttribute("type")||"text";switch(c){case "button":case "submit":case "reset":d.data.dialog="button";break;case "checkbox":d.data.dialog="checkbox";break;case "radio":d.data.dialog="radio";break;case "image":d.data.dialog="imagebutton"}h[c]&&(d.data.dialog="textfield")}})},afterInit:function(a){var b=a.dataProcessor,g=b&&b.htmlFilter,b=b&&b.dataFilter;CKEDITOR.env.ie&&g&&g.addRules({elements:{input:function(a){a=a.attributes;var b=a.type;b||(a.type="text");"checkbox"!= +b&&"radio"!=b||"on"!=a.value||delete a.value}}},{applyToAll:!0});b&&b.addRules({elements:{input:function(b){if("hidden"==b.attributes.type)return a.createFakeParserElement(b,"cke_hidden","hiddenfield")}}},{applyToAll:!0})}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/icons.png b/public/assets/ckeditor/plugins/icons.png new file mode 100644 index 0000000000000000000000000000000000000000..ddda6bcf28b6043706b45bb22010cb73f8b96915 GIT binary patch literal 18319 zcmY&<byQSs)b9)((%mIUGc?j5DM(Al0D^QVokKT*(%qd(cOxO)ozmTXkMDQCweJ0g z8Cb)KInT5AuXdP<k}L)qDH;d_!jPAfQUhMGK_FBR3KH-xthIp&1d`R1my*zMTR1X6 zcKaxO?Mo9QiJCt4jvsr^UoDOnj!;}nTq+Me6a!n+Rfj$lCCA$MC7c!wE$1hSF&J#= zhwX8K4bHF655h$mc*<P;^w;dzyS^<nLU89{<mNb4=<D%P<4wluaPr&FUTu0(I6d~* z_B3r$X^M}mj-jbtsy)poZ4Y)w)%}!{P0j}e&bwn0r3TG)GJ9W_QSNHg3zc+dD-0$V z>uggWr?rgO+Fza@_-}T{-+A7yhwvKWDGYur*R54JTCAVV@H!tbODXVH7KXX`L=dvo zi9TIUVpnzjbXsn5RuDVwfFDZbw{P=$xIU^J+R5;JzLWR88#1a%N=o8RfZKgP-lHy{ z#h3O>$y=)5cy3s!oQHH4;=Dg4UzlP!MX1n%@5AkSyriqIpXPGXdShialwhF1OLipP z@x=<S+~?^&u`iP37YvPqo_+1vHazsUKrR3Mf}VYAZ48>IGWo{d-{KD9jq)A?fA4%T zYEh*nv81lvJwh()nX<6NouZuyjiZUX^X*0bEOD^#gS*6ZX5eew7pX^%Oj_x7q4ynn ztekPX3>)9VSl%YEYnEwub@;*8ws}8Tr3<;5YoD$KU~$FE>>qKNHFj%?XG;d*f@n1u zqeOFtdWb%cW~5(EsViHydfv!HJzKI+`#wLS{$48hK!);LSs!~%lKF|jN=j$NnI5)w zB>2=Ca*Mig_f7P^NXF{v{5!ou@EqE2;JfR>Qx*nWOzyhWaG4ESd`RUp12x+&*7a(n zrqsdF($V3;2B(ln%Ju43<QQ9Pjk|*r_q5T`(VOAozT%&by~DD^AmtG!6HkAGllg`w zHI|Zs!aKkfJRDZ>9af5ylqX-p<~5cju^Ef$mYWw0JQAHZpeU3Pnk+`nnB8N4MD*j1 zW|jQ+@dvLVBiA2nCh}05)iQ+LYfeucqR^~st)?enY9gN3`ciPTwuo7v*4PH4a<{V$ zt#CrN`>#Q01e)x+H5LQ}KFjj)FChXSHk>xNTO_Dl0}$Oq>0V>1-b;_4q%PnTCZE#T zA+~&Tg!gW<83TKX``&HzM%XU7RAtbKp51PKv*tM+Q%V=SqI(gvZXk$B^+9?^_QRuD z{6%m5;Bo<z+Yk9;sb-J~+hHStrPG&`&5a&thGbL%n;w^n`_t8ICb~?=uLeO3z6!Og zRAjm}vZ5QI;|5cB@tLoCz>1-GV>7l;Yt7$lJ>ToLX@OD%ra~#7+<W1x54ylH;?Qq^ zbO+H&hg(c-&%);Hj56dl(2?{(zK5FPp<q0O5a#8a-5dFDIF+wO<-MYAQ5<nkEQH!- zo{F^+=F4=rF9~WNj+>POR7(t7Js^Ic)Lc0-f6%@Su@k8|yFOa9H#avgz+=c8P31pf zU`iaWHti>@Ib!CwTS~ebHu5~;bvp6Do_%B2`GMMc?5K7cc~s;^pW#sYHRF%(P<~=@ z{YmEoU^`l2H9bH)Rd+}UBNZo<NLp}&a)oSlW+1wgoL3v1yWb}@NlM$l-v-B`Moq4| z@1(z?cD^}Y_M1t5TzX%cq7fS?<Dl|H8Y}?85avp^3Fi+ZI`4z0U6y_1$ik1>;vrQw zo4d|5<_GG83j;<S*O_E&_~>h=L4^06CCPDdHLKT5HVZXO-or_pBnC}R13d&MjXRW= zN?Z?D2Z@fSYZ6Nj@03cOj5n~tX7Q+Kl;~Gvg?}^@tKo&?H|FZIPbyln%Vv4z@pyUn zhrS$XrwGO&L+O|_im?A`kmf?J@YG`oad4^^RXd_7gbLJ7E`>D&v(=f2ccr@1xS5!k zj2ianRz5)L3fwRL?gYW*Z~lslX7cl>AT>T+>ui+^GUy{lRV2OLI9>0~{IVEoQ8gtK zMQRx+vvb^XF>)bp_P!a!5={mc>&8~Td0su3t*rd;;e&yCj#SviYZS@rGvP2?t|uEF z@js*SELwxf+@BprF~%4|u&4~*6=JH{d-K^B_U6Ek1nrVK($2PBZ3WXS(NJ<&F-@<@ zLF`KyFu<6IbZem+0R)};&oLSSz3-hF@1MTciaOk}-Clv6pK746-b$>&cox?l?kbI9 zwO(DSIWT&<X@}%a*_9s|w0auZ4u<%bbAU1S;Rcm;<`XijlU-eE{V+xqquS-?9F!56 zAe_F*3jrUkG%-lt$@bprLP9VY>0+eu>&^^nkyho(%1)*)<&2>xxT^5NSym8?@Y<7; zih_W^j04o?HhfQt2qnQW_ot(yJ3{QhMhu8h74HovxRHclh#n%wFqlU)4qL(YaAm<$ z+Itpq#D-g!`_rW_2w5~wx3%RktLYMobq79!_n5XbWjf5}9z{5B=Fk}R>JD*};5Iil z*e6zzW2C-aQZYteTaIOQuG%270)@c~s1Ox&U(YsrjpzGKD9!(5zdXpl6Wh*PIiXRR zm$^w(bZE=8+mo6u`B<;o&7S==>Bzw=-kV(8XN|@0S)nC4H8`i`((h1Uyc%n(!>TN6 zcU0!q$rHyOa+jsA$}xegIN)+P7wde*Y3bJ}R}aSrHN&^rFW2pqtdNfRGTwkl2iu53 z9UmXpb1;JxypNGFF#h8NC&a^}!Hwp=m!DW5Nz}zUBD5m9FP5tHQqg>DqVV|>jZ?m8 zuIx8MxuP06KE4D3;6{oXL6Ke5fk^5<UW2s>CW%<2v$JD^odq@f1XwwP|5BJP9E65K z5mEJdSyXCSS)GNw5>8<6j6Z|ft7tzwW5|dHK9<VG=7_yQy8RLeW+2``gx`1@j9@{| zPmGOq2)pOUTMGquyuz>hx%Jir#KT_&PrPA%YFW}ngFuX11JWYSfr!WEyl{4Yxgy%o z<#S&Hjdu>GOv7%8H3$+2yD-<$)2wd=Sy@@}N>&nU)k^Zcz5r!{qwO|FW+Ay;)?ZaY za20_tipbE-FMTH(TmJc1UfWIQXFraaagVEgGbblE%+kE7EzK=UpaCQ--4gL%^{YL| zQo09%(F>3mk1XAk*S1(HThwB#98k@<lKi2{B_B&?Tm+4N`-Vl4@kc*CUW{^dA|SAg zR2g@tkkm|}4-5=^UaYbFilksO7{_#BAdZ*FZqUR5jk2@kAlS9Z*$>yOG<-s+S_crw zQ^z6a9|n!4yY&#N=XfqL=$E#)Dy6^<c7Su6b34!Wx;r<+ZW*nu`fFN!aE(U53|-h# z-yG21$aOL+lh2T~(QgTMHDSLZ!u)dL4|)j-nV6iEoe1kBEKO(T0IHR6x~HahRk)q~ z&!75z&CD2YsJNLmipCJNB-cF5a)g<&sW7mxTnYW-*9p_v7<wFsL7DWalw^T(=xY)D z0rpcdG1%##r0zeV?4RZ-Q@VY9J+}tqhcrTSL4`8B(PK7b)1QCh{#IsZ<E`jNZ~qEb zvJqNyc%2U>VA5A<$a0Wa_wPcKZfEMebZq}~$Iz3hox!GE1%2-ahd45B{PD-+w!BdW zvq94(ssi|C#q*>dQYR%P1qJ^&^iTM9xlYK++jLOT{8t-|Sj^|~x69E&H8tsLglN^% zJan4FB-BmxNXWYoObY88dY6XHXrb%QlmKZF>2UlzSeE_kNN#N1R*$RhxWdA8*y-iv zWgyT?(q+JbwjDJRz$2;J<-WQ-+q|G4s!<6J2M(h<^V4kT0NX!E5$HODa*B#lPB~2# z8Qa@KiOqbL6I(oy>J~qMhIev4k}j0#`oP}tx{b0l*J`%HTbP~w7?O~wri<o?)9g?4 zNUs~(^(U1-r1FMxBOQP+N>X~aKMP_7?|u?CA&N@xv!rGDmmW+Ne~mvTVS&BxFeWec zE8?@%_~Cr{^J#17OV*U?Yl61n)`1x;N?|vW`~i;PA|wn_sK|uU20Q>-{JWta8n<(I z304S6Ny8g&JdBNv$rvX;ZwP<%MX?G=<mKWzpU#nvFl_L7YFe>%1j<a+SUG*0Mw^#A zD;p`3K^C_NfwrJB-bs>x;|3NOT*#P>`b`wBaIX@_O+k<djg0I}e#78x7+JntY!_k> zIvNo^JLCO@8d@axlK78}0?<<I%-JXp;;)QTTF?c_7`~4k#VDD$XJ}QKaGB#~A3sDM zT^0n1jt&0$JD{bY?sZPxW2-VJ347t`SKD4mB8qrcorx>h!tnVv-hsWo&hfC!34<Du z;2aj={ujEnf&k~Cm3zd4_(vn%h)-6nDB7igpsy})QTPrk+VlfmpLGL3=vk_;y(X5h zqRK21AwoF|Yub()BpLK9djOI<NG!eK5}587&X|dFOLvoJ{#fGFb1YJ%UA=)*Sa171 zfXVXvgj+apPyf44bM$0%qkVdtsSYbubM!FFz}^OSe|KwuEtfP4f?Lv0-$5?}zi!U{ zvOTz6hJ@sN(u$Oz?8hJdF`~QV4cw7&l${1h1%PEU`&RVE+{K#Zq$c0Go%N*n*|JN) zM&>r3Y(AZF7eA)HK45K!GCT7@;RIpf2P>>}yjD|1{3g4#*0b!Uo&Jcd)F(i*q>@(Y z0-pCL;oG$U3fooZ9OO#<#_uvm0r|a>QB-9BvXjx(T`(g=8toPGRrc_>Z^Wg4pLe16 zp&j_{eGNj|HY7__vyB|mQc^r3pI5Wvl5+GUIeS9e0%8y?F(ZX{)8pb16}u-M!0<>G zPY*Y<_g4q~Gdpw^2*mwz-EX(nMUCbS$a{ofvh&=d!ns#_lgJMv9RbuLG&II<z5Bv0 z=L<~6#YSkb&cDMo?Gk~)8gLn?AaDI>F!SjrWiMViR)$b|Sa3cr2Zl%hjLUd$)a9f9 z0NDj9Hk`F+9ZHg@cayK}b1(+kN((^2bllLlBn;C*I8AVqAmKcmF5=n(bqKmCd`R>D zY-KxMG)@D^it*$FY>dE$4_<QZ<IU37(WlhPELleMzdi(1R4?>ae!{=eg_?~(CV{kr z2!C<q=6C~rdx>8I`@l+Do0yi5hEi=bh1c2;|Lz|!vH_!rqZJ|vz<=-SWry_MKI4Vb zG^d0_k0{$-&{6WA_x1IeqZb*rHU;k+<NDVe3uFjqX;+(kwS)w(sV~P?`Mx~!uhoUL z1mexZVSA(55ltnXrgbQ4y6sKmkE*`o<Zl5Ukp$h2KdtRV-T>wnJ?kGrl>)`&1LEun zJh{Af1B+8mB$^CJJ)8_glho!Jeg_*1-aR)rmt(L#CU95LA<*xFD$QVx)1Sr9G17uu zAjD`Z-$ieq$l>;M{hNhX6*DvQz93Q-v_k;SIlz&1A~xilAzj%0+*{{Fiy=e8Yg+o% ztF60)N=)^<T~|rk{jVx|ipyc6#GJ8me~b;x4J+Y9;Yh)9Af7hX&sMW>SZMgv+)le= zS0H?~3hP!BH>BOkd<7y!H7pwHM${m5#N!g4;)_2Gf|jdhc~Z!@S&xw~4Q%||WRlMC zZAD_kd^g}ZP_0`}j+YV~1H60DV4=L<F@1hh;+oA3JeIISI<n!usa6AIueo&YYOVEV zr5nlqEKL^2gB~7>anwTy900=!gtr8W@I>QZk>}gZmyr1BIRd}ul+ku|A|Jl1VPJn$ zJbjv2r<B>#Wf(u4|3&uP#PJBA-rDh8S!>h&=;^a0PE)7In)+3r)au{e2wA5<ajykv zr`!WTvqY*V_`~gzKMXYFE!Z$M-I0Z|S8_g9qwK)G`gms&kaEY2Dd1&`-t}dQ7V$o+ zAukyf0bTenT$W;FvK09%r;y&a#~0*syYS(r2-7i$13QC>94Gqla~fO2YR%fnvsus8 z=EG7H3N+Mk36v-`ugajiDl&3fGwJoeG_uB8+gRUxkvNsg+!$K0E5;L<`RT%;MkiYJ zC{wqnKFtmA?{Rn};*Ip581f8}c<kd@@arn=Tb6%LZ+8t~0Ztz_KJut_&KdLbtL*K1 zN9r>uCY{z!$#GXJFMbnyzNKmJEeT9zF*PxPj=Oicy=<bqK#*X6P@Y$|cZ-+uI#F7N zPPXTtzX?1&oV52hl(edX>Za~Okqi_r{{D&Zc3bJXoG((%EjVQ@`Z%#Q@B@#n`vsMz z=LGxP+QE0hh&NI#!<;TzfNsFh`{3`~En&RBuNHE+fblE4GIYUIC&^=bb|h2m+nFQx zucs1hhu?LlLFhyk3r8L%f;+6DeN$6YrAm4Q|2FzxxUryGMz6}pon_b6bYo`mU0-;b zm>vu~1bZTZK2Aq$R<*p}q?b$1DT&WJ13%tCENYVjpp9R)D=yeYa~e#3H78dUVk4}) z!iMsFRLbQwU-n}{nMAH?T=zX$X`O^eKv0Co!$~TGXJ0FUARDhC*2pw{yy+|YMAagJ z@C&O?^>*8SH=x3*BZvo{IrpACIkj;Qx+hBB(k9NhD2?f*`Fd@$^KBUd_;6i|iCMaR zPrI{uljpK^zBIBDOJJQ*3L%Mm-Mj;}$V-o=?mnZ2_q0nhG`}q|5X8?~JubDnYRwRs zDh^ka9=1hBPLy^A@3Erz0#CHGh8!%&pY5J~)A;;C=myev2%r+(b>H=5RND1j13mxu ziOH9-8?RNRVE7Jr?kD?_*6f|LzJYrxH)zR=E!<DOfR%pR(=adfC;K3($gG>}mwda( zdZh%_7rkK)MjMq+N&wn(Z}7Z1mW5=7yK9}XP;F{Kyz@g;`#7@n>g{At!S2R!vDR6L zst1Q$Nuj+bfDFN#{AWU{iIFaH<aroSb<9|~bYmI2QPg`i;mWK!T;+b#+Bw~5z^ex1 z6!^E+feWIa;2<QMS4_Ku(2C`KtMiYsSYJnE7E`deiR~)Fy$am#5F)pqHd;sy9LA0Z zRc@eV>K!~>(ZIswng8xiXpP;2Yn^N+VQvYh{}3~UUPYr@UBwx03IMkMrw^}U5nP!a zVb{e9#J~7-Oj4k_T;U}d^=TnT1sI90dUbtXf3?&8Wu?VkS^VSVsqfR?WT7k6mGyB$ zYyzNo%5&3O@D@5vv?f%cSH+xOEPkKzx*_Z6OVaESw6wH*CbI!?arjcMn7nfY=i~wo zYshJ`qUzv01GVg&P|8|}QceFI(Bcgs1mdJFLbJmdtajC$3Hp7#z2!fDZat-@`u$DS z5h?N`g2o@h!0-%u^U8*$0IFaTMdZnxML1*k2o4Tr$iBDO0z{oBD1Fu(Aiog(XcG#e zM{t-7K&QQ=nyH|TL0S7Y+TE{*D#3D0v!*RW;;I_Ot`fx;P0Gt0i$LBbiByB9wUZ#3 z6DGD^&0cXXzhK-`Ic7`Vsf%Do8xVsdiu_<4x-LeWL*<u@QYoNy;<!>)_c{=?%edgr zVH0}s*l5y>VRfot-*)#m;=MbQ+W%tlAoOs>u+ds1G1A`t>|cm(^qjmFKM;pd+Ut3l z9Zn(51P$bAJ1jEQq<`r%Imbw+cs1KdwSM~>x^KtF0<cpsT)NUJb%2J3rk}~ZS=nVe zD53LJX3}254&I)x(8lt|5)B=t_PIlPdQs75*~~*}7$59=OuKgXPK1NK(b?wGsldZ& zH`eES?zQJnMxXhc1NJm!QxxTNk1)+e4=mG;>KjX5XuZ1mm&;vTRBd0Rp;tIVF(mPf zs&G+o_1x74m<;C;ddqMt6qEy_98cYVif3}htU18&RUIp5(iv9=Du!DRYqU&1LM6L{ z5*$X7a9816GOs~5`=XSckC&4DkkP2ef*TOkJ#n$DXMfyA0FYp#*DuvjE3Nx!kdNn5 z^VWo82&wzaqRBbl+V#7>(<>=o38r__^>J&bms%SL8>VS^ZYjCk_%o~Iu&xedM6u7q zcH(E}qT}Gq0a6Ozb(7w3GiWaN?a$7)q;P8~(&@v_tG+K!YWu|u>TfPfl4HD_Hb7{d zB&3Mz;lWs;2pdC+;#g6FTA5;JJ$RwF9vyB%zCj$n7*R6Kohsy)yKV1mGj?dox^dWt zT0T6+!TgsJqdt;R90G0b!4vAoVg2VGtoWW9>-;?U4{g(pDKSwt;cYK0VhpAEkL%_= zXr=D~AXcsU*l;11acAg78pRWiHG*iHMEA!)4SrI3<$L<@{BWYhtXs3|xDJWp`f2I) zmXd%ps`A}3oAkcdcVZknWooRyrjULZmk)R<J`-hA7%f+}&0)PO>`_C&;Oa9z%mKfz z0nAKc_KD(F(#h$PBTw<$2=L9~c=_HHbM$=7mdi$V^hCI8&x&Nt>HzpNp_H_=L4j<@ zt~z`uQPwJK9L);0U|g&UpeJsC9Jh9`ezzO~_>-x|wE}?NyqZXoKv)pn&Qis-3-oj9 z%6P$krK)B?fU8dm=5w=E-Wtt(LBL@DzK0?0^^wPp<qdWetxvie&4#ao;qS?uxSv2< zS@EwO*<tJW{uhr16oJq5({8Frb)ms=Q=gkj|ERov#oyd;C!i0|4_)WVM5mfiB5eCR zFrf^op1~=>n=Ek*(b)^>#2o<<5=mI$xF2yjsXzvXbI7gyCOs%K&Oz8&-^qe=%$AMR zCPN_R{(aJEQbo2xGL%r1dLhblK-{*)#}HQTz6~_4B9k#xyDL=Htmmzb0O9)ApL4mh zhVZ(SwE@i44)4m2WZZd~f7OdSNOV?8DC6zdzxeD@%41w8Ka`i2B7t_lN%`pZ`ikfe zT@&e>H?Ji>@!dMoP)ZerrWeu$n7*TFg!q?%VY_au^^J3A7K)JukhP)3YCyT(tE!Jh z%M6AIe#cN#7Pg|;J?RKN-ySMd?-!)#=Xp%-LpD^TN)eO@l^VQM){pvz3bD;&c@-WR z`3j$!w&u&9R6tD+u)I2$#bRXLnZ|KGtG{&<{z%hP200%)wO4?_fJ>!znnfbA-$2UX z&q~G0d%J(ha4zg!-iIb#wjvc4!C0HUi=~L}z0&-E?u_KoBko^Ku+;2oPZ8nN`J1In zA0o-GWq22QCpBJ6a5jOk*#eQdMRY(elHy=RH2*VkaXYi^iND%D|3qi7^T4Lj<b~*n z$%t@3S;ND+M5`Mza-bPrH?H6GbCgkokbONAld%l01Yy{2SN}4wK5d?jdX1dn7iV&i zk>iP=6E1kJb;%z`A2+}a56{fGt@pqa#$|XWz8;VxCOF?a?(*aKS0v3*+%XY#iND2j zk}KiYQ8IqJsWR=7sL{-13}VT5^OXk1G#y4PG%#0pib^{j_{KNKy0D^PIs65_T~ZY9 z6CD`wAj<V4zG6o81sS7A5OhWS&t-|-ig>N`FIwsPP$=2)_Ltoge()*RaK%!oVlr2% zJ<!;Gmm8D1s|KSo>HORZ2E+$z&+EhS?>~Oj_Vh?$yqL)>00fZ)*d@A)&8{2@vN}{7 za+z<x$}G0HbK_CF0aRaCO$}Gbu-&J%&UTT{_F$&`&}}Gzt?bp{Jp@z0c^`iWhS%(R zVy@NU%czWhzny3_7s;RFe!N((yjX3D%+gJG3G5A1ElEkZA*YQVRK6F?frflK+32ds z(BB|utd(}(c0hdOv>i!%n-sFVO~z+4r}4`D?`Y;X>~&I)by|cqK#{Fzy_`_65d^_Q z0>yi>tk=7ONC&f6<IF}?b7jg;%@C(dlVBZFEkcz8mJ^g1LaM<>B_)4}@R^#TP$OD1 zX=GZSHq&;_Yp@Hu^1~7nS+wkkm{e@soN*#e^VZ2nP2IP*-vz(Y>8nR~i+h0doNi7F z^amx)Y$XG}AFcV{W=BUyW866iwgf4_Qrpu(DMGdjHI<C&?D!qHp2I8wcV8Y11ww>d zKENq%_G6I?oDw~|!ZQ?BJD?6z^r+%d0aa%HRsY$W47VK8Xw<qo=rk4~JHW+w(%w;S zVPLCdOCrumC7~mMe`^qD2HIlu%WdjVZM$Dx0%U`(z~d)}b!wm}9)qH`cAd>U1(ci) zV<#qL2ZLvXh)vfCk2&W1cU<;jkAkj$0*R?r+K!)GHJ1l><v{LZKGUCXv2`Twkrk*v zV<xl{AFmhfE3>Lif4ap3r*AWFteIp);N6prd`eaR`s`O2#0V7FSl(@$x2hHvyMp`L zFa7VRV*eR1TDfId_t8ZGi=sI_6x#L_c-WmQLW|C7x{_kOTcU+?s8GM*AR^F5OUbMK zY4x5j*>iK+Hlc!@N}y&$oN4lh<1`UZ7h^yyuY>_-76O;C`sd2sSIq#d%NJpDt{6jG zM-^TkMISHIaWb^b2Jp-vV-{pR?<|G}D|CJ#8F#uOoG~0j%^Hh+Q)l^O6D^P3YjR}R z0Jygl-O%CHd>h>*fzyp&EgyuTvw_%+U$A)OS%C+`f#ZNtz;O^45ZC?;11YqibRd$^ z6u23Oqw`6^ol36z1AB*T`9q6f=r_~?|Gz2+EHf1bsZu95yc}NlmwQ+1>+6eEA#d8s zl-R|xsP3k3#$M_G#Xy;q_O!EEpetW9MXOYkP2Yj;<hYOqDT@f4J=gp_5K`F$Fh2KE zaHxIz!1=FbDIu4`&_F*s#Hn&UEsiYjhigk<FNUlx{IWyH!U%)`@^OCWfv_#Gvj*tj z$IWd^{+4XZNstCr0t=kfWFwz|UH|qHkT}SLROl+UPQWh7!Lo*=ATHaDp0F@gRn@|o za=p(ifu65r9lpIgoQy+qThPc7_p3q0V_^MfneFA}<$aWnAawpJRBmEoa(%a3VpOg5 zoxMX##yAn3f3>Tkr>Dm^SNB6GKQfpV<>m}FAsznAxcs!#__b2V?R3qma<vPn06&`^ zPNOAf)AMY%ziWByAER?))0g$bDdqHL42yp!c!M8}A-UK<Gi6wxoL;O2Q^(l)bEs&* zQdZ25zQr7J2Dyr?VkD=aXboxnE3dape?F}erWEwAgMJ1$*8r<P>6|21`Do^uNnsa2 zG(Hq8iVVQXL(iCrV)SP2G=sq62=ImNw;K^sb(?P6gYnC+1U&Fg55cE_K|$&C)VfN_ zhs?&|4`5^?yT6%gZw_zck;%jHnS|7K1?K|&kqGCbw}!$Ab_w<2j^t1(HWBrmI=T=8 z-M~benn;9|Yh8nb9UBDt+B)yN7&+Fyf1IJF#(73#@1WNcx3MWRDsM(0YNrT`&sQz| zNyns?_dk*}0E3^4E*GpTEdk-cEZY;ixIfYn(>>;9wz6}GqrD7+N>u-$U+md<2oNvZ zeK3Mwk>s@A@0TvDzC63?$xv>!K4s((zW$6;hUWlB=s7CDd5(rGm>o6Yzn(RnT&(MP zJ^wlRSNB?HfGr7d)R~q+H`O#lv#mzn%JY}!ubO$k#otC3rc9LS{Gw7*S6`PtHQK=Y zW&Y=VnPID7(~a2O;YKkbqYCxrz?;k^nN?4Kk;LPSpDXN-)I9<CIpllRfO>(V-$SP} zH_e@-q@-E`tIp533Lm%#C+v}Og+%try(MGZrHluWD{Vjme{ZB|q2ew4aWFCl!Mpg> zSSq(W=jHM4!pNY`M&~;@Kb|q9II(T~b7bND-A-mZ4j!I*VpAmvN}OM3PlZ7<<hy(1 z1JCW=SwB_g?vKslzk~4ya{xQ1%8qn(Ia%>O1Dub9$(P!>ZyjaTfB&S;(gVqc`7@0O zA`YJxU`e>1GDmwHR`>Uj3%Qhi1RBARx*BIL3^=l8cy#p0wJ~*-_<<;`3|o&fV6ws+ zPgD~j`)kee{kD)cOBh^sL7>WH+$jR=SrV%dYX{gGBaeaLlXMg*?=wC85cU1rt!{q= zB_eixM#YmJxL0KmyeXguSUzgdZ3JlimDUjl^93l3>Z7b*V9;63lqJi*Bg4N%7IQTR z3LE!_&En&^YWT_n2_K<viW$O<n1oI^glpTK4JKkD3s*{K8vG&`!`zHjX})s()x$Z; znWDszcITwZ1S4358p0o?+o=Y1w206NTCdge!;}b3bvH$ni>!8=+6AxFoSPZX%T2`l z-P|5cm2MQ@e?-5X{PlVCWC(CW(`t@yl;9eQrR*ECOE9(tp+)i}7DuzaR0e4x{*c0G zQ|T^D8}rz`%?j%YTV#~oy~z_FY#d6;HWD0toPabWvP8ymr0a4>b0%rrI+}1Xz<uYB zku}_K|0aU#P)H&eD*(gz!?=jd@na%CGqY79%I_$nLu`Kwjihy%LvhyHUZ=M%qSzPH z=cZ}?KHwOVMfy+&%?+`?Nr<L1nVx0`MrOiFHSBf+;p^^yy1kd|0@wj~>Y0+5J25rT zvc|B=j5lRWmKys^1h;|F-jp%_<;SS=TmE>XHFufc?K0rTyB(&=`44~hAN&s<c&7rV zVLUO|pl^PaEj1EcT6dBi`b?pL?NQ{5AZ0&}<1|@}6vp(`Z7f>jS)|>&3t{QTLdU@E z5}IFp*l_;tSl=<={5`Sq^c;M!Ua=l?GJS64z+%}3z=HRlg3*jjOs8r*^T(>o8vjJD zDx59C_9=UOxPs(e^dwZcjg8&5J3;4t2pIFeD`jJ2LkgoUp~A}o056D#1qotw?567Q zlPqt-Sx)_=(5SP4?2S1uiVgf7n(LBdKkj{ckdvUxED}<BD1{%|mrs}_7+dRE2Ye83 ztURK<gRGSRI7GCqLy@dA+<RGRa))=u{<OS?w?86@@{WBRHiL?a7`eelXJ-Lljouoy zc@agr-!>Rml=6i}Mz%nQ)!V%82u!$<IW`g14^=i1c@0%A3$xYV_690en&EC6bs^BK z<%G30SX^(nvc2Fkd}<manvqJPwsMefI;a2TV^YImovTiP!|-Wg_dP}W)+WO86AnYt zG<6k*9J7m-D3bx=8MwOGubB@Pz0<T(gk@0gN6=^oKY7!UgH(6YiE<}WRpj?@1KVw9 z|L@YJ`?OYxhVyEv4;dpx1|Upf1M=K`Zvl1w7Y9c}ahK5%VO1m6BM!tkB8vTwwoQ3J zOZ_?<6d!KX^svaL|99@<)XsGy;%nO10wp1hX8-<`lOSeOPvz@K__KE4Tqh16`SI&4 zIF~*N6_VtyJ0omu9XzsN6ZlU!M!FEfUsWoin5{pFLq_K&QgBk$qwphw%C%`tYbAcp z;ge*1>NDdh^5E4NMJGd~=5e8s%t&d;FDD)!MfYRNgd=1&PA1VGLD=*K3cqF*R6<L6 zJr0Aaj#&@!9py+Nh4$8@7~&y->)!s{fYr)Ps0(ZaMZs02HTe^1ddQAvI<>4Rnr|XL zx`y-am!!I~1PhCfZX)&=NFR=Y6j2HaNiW&vuGNnE(B(oTG47cfyh-bQTA*R*RxMd_ z<44g19SG0>7NLpCAcD8uNV{IUK2X?a;8%Z)?{%ohga{Ju3&w%P6nnEBp=q0NPHhwn zj6&aOr3L*rS!qeHoG<9nQnrS4nZ6|4wgdXgVyR|%%4=Wbl;whY0C_6{3wX+9PAznV z76s?*b-hPNKmU`J6>lX};frB&IpN_##|zc&rv(`otwca@EVJ5qe?me>(&&TcpJx#0 zZw<c^>c<;+k`lYt9Q^f`mkv+@V&FfZn&4Q6flACj&h#d1OgOQc$U1_-WncdQf>w?h z-Io)E2SA@b)Uib<-<{3*4G4y-WE2!n2o(KuW`PTY<Md<jmWsl>fUJg5VB*wru`~J& z1%FgN)17a9a~=NRSKdvvX&%zc3_u19J<ocHY5^Bs;$XGCongttnF<f3`n%`VelM{Q zD&6&mcAuvjQSbZP$z~w7S8KbNKp^EHm=0pZv~iiwmBkWsJy|jEyx%J%$%S<3b)0-8 zwsnFVd)F_8@aX=BxQo+~rV3nNga_LLH|%aOn*#{wvx}ic5fC=B0yFE`v@#XQsbm2i zWcY+=XRL@-H*<9Dg!LG;lXgswn5@%T@32Tw&MVYopRB0RhZ3{rH<o&nQU@ThG=~`` z{ZcW0eMlN*sM&VbM>h19^rg#HR6r9z^#q4UgJ{L&>ITc9qx!%Ne7^5Z$<6P17h0;| zj=i!jM1E0Bmzf+TGGkU2LVhr~+6>}IP?GjF3<qO^uuiu<ym>PNo{@p~F!T=OXgrf1 zk4j~ixcDpKOVLX)2N0kW!<Ykb5e-57FseRKhK~qVJQ4wW6{rE^1yTZWNC`$X+E0bu z2Cak;24nl7b|8~*WNk>xPAN-{zB_rxLid9}M%)zn@F&A1aKx#%4jpK84u(ZHhuOrl z7Xp4V@c*5ek$Mwx1kvd!C?jMg<iD#KTc9<^KZT2W^@!3Tlf9D-Xw7edkB-1m!SFiJ z*N{%(1#<AHFNKXNN$HC#_Q`=iCkoi5fur3tzmsd5JY~$hA7udqm%uD)4<N7d>S8lY zmUx2iv_&v~f`x$rX+0Wiu)s*_kV&f|jniY2W@}sWv1a{W=7xdVfW-(y^OfDeDfc-w zN2PonXT~mN;H|uZ!lH#)<bQQ&`89j-m!4!hAfwVbP}g_Cvt{-(6n2SsFA>?{{AgwK zxdlk<SVG@@z}8|9OFS$6wPM;ADSv5p64TQFSV#(?L}XUg1n#PR0!pv}`-pWbQ-L8% zJ+~F%y2;l+!G<K;1b|xV;JG2Gtv$EEqE&(L4V`$N+TOy#qK=B(d7Fft$7<^L91?%_ zm8Db&ZyL%=@&ce>1WK@dkkk~~=$flGO?=J3@EkQ_kgGb>EUd^5_Z}LyT_~te%xk3q zV#mhH{fc1$s}1k_;ebsR)D`%?u+DB-Z~}u}Sb-dARETuHtlJ_Vh|_7aH3v5oSnFpc ze9P^3|0xlG#LpR=BjdX~q@bC6OH9!9ex3sG#FYNl?^vCvuja}B*q;~$ycP|OW>LG4 z!16qtC2PBWocz!qy&@NU$w9yC-@`NB!>i>;&+@4b(p{hE^nY`v8a6?fW)=#oc!#eH zA<D@mAmr7i;fiBaHBs-6rr?D{i_AiwAMe!VS#04q=NPH$dp&+EsZmy+4cRu?Z`xlF z8+UGM3ZH!A1OQ(uL=0mjo+a_7zrkWWr`Y{`YaXfZjOvt=S<UGoCceud*QV^MO~K5x z^oAlns(i)O0G=giU1t6<mNGYa#dSG!>`L+k9$r{XhNbo8jb~&y{*#YjD(&j1d4P>p zCL15$_>s`sM@Q-v9vcOTSrC3z93x6^^;_9;47%Z$L(XvFod7GT*bq-_ge&4RIAi*r zAShLC6<Y@SH76yfG(Fb0lbDe5_XJG$t)|_holaa&nKdn5QxOH%z7xS$g~x))TmuhB zZWVs2JIK=mEoOqN=<I1&`<y9zUX@W61s5VBeW3J{S|qUG>ZGZLpwak|1OPb%mApDJ zv?}!7U16}mz`&ud@X2=HmtjEfTb^rjW-%q_Fl@P%@$&LQO3*Rcqept|v(J7=d;66u z7Cd6ardy-!1xTKKNk;U+?-q@)r;}x_`K#8o0+28Ulf6~E%}3Ib!-CT03QOO|Gpk2w z<p`%2DrZ(ik#HBZ#jAM(x<I>GsYG=r(elYBBhB46Z%3gUKV4GpdMzgl1|%6sgBtem zFw?or!m+=TkdZCUUF1IP6=uqq8guaKGdykx6I5uH>m~y`&t9k6q?c**SL)P#JdkOt zvz@Cl<|pv!U{wY%a!6lKPaK+n1cuA!qlMb~<CRuVWQKA!cJV(Gj}t(qbC4vTuMEgU zH3HECAgj>kE!<iM|LT!-o5ZM4iJ~Q5%elF1B3@5ry%eP=h`zszk)Hc;wQ8MgMapA% z$VsabNbtE6(^V_YhgI+1{f?zGh#Gy0Lk_VVZr{-oR2;8VfRuFX;hhNOOsP&RGR&|1 zR|e8)kVY_XLt&_SQ9I+-_X%O)p6EL<$nMUn5o_HMwYPKhxGV5;26Iy4K;#$eJSXzy z^-W}lCTO@CjI$647t@zcscmT3x7yn;%EQ#7Oaq@rR>h}2@vUneT<eMEt}0Wp;<obU z@%!yZqpbRB#z*GSfR@caRiNgaC`2S&*SHCxbDlKxrw@i0lX_Jw5T%h<y-dwi8^o4K zH1lTXfUSymYT7S4GW>)1!9c;*;mw3YG<tH+&?g)(p0!C#ESzUr?@tq<RO{pb9vSf_ zJE=P*&YpD^y+<*BLQ2D12^I{oysZjN@@ok%pu+oi2m6m?A1-}b<S{k^qSo@|RLAg7 zh9o}a+)4(a8C0F$V4Z&DBV^aEqDG^t4ac+O<?TQtVpQp<g8+iRTAd$Kw4ihmPdX{~ zH68yt8`~zF&iqhR55*8X6M#u85VVgGDJUtA-^0vA)nCjw?wlNK-?`i^dBiU-kRnjg zDO`xZ*I~N<a35?=exjY?dZdU7n4vxIS1+`?Wc`ThB*`yD@ZgrJ@J)(OFeF*UKKBba z=!XiwtSPNF_hKn{pAd@u=kVq2*2%u!Q4L3lH0}eU)q(YFsn%8a)SA*==B&}Zz7R#j z(>$&c#0_6vjHmPs^We_!+x1j#k*Q%(9Esi3-BDa%2FgF{FIWvC2s5X87hBAvr8eg; zfI7f(9NbLVm9uZx=_W+@vR>KRWHbNMdJE-4#tJ+ox~Y$%;;>o*XfcLjQ<d}qb1CJf zxZMca3;RO3pzy2vkz88frueov9DmuQ1w;tKgJHPL(VVyMa4Vw2qh|>qiV}0a(=|Jx zD)$<4ZgUl(*}L1;zww;JD`IvMshq%K=cIig7Nl&V6r^ferI-1%3g;y3B;q9M)UFWu zyA8;JGE=)vc)e>8zBvIqwKxW0WxS$H#Iu`g3;Tx{DO?y^RGc2v(c08j$P^sa#T)1( z%Jan=p-LFT1Rv1Eh;|DGEwRRZ8vge8^{sTk`Sy?_Z4z4o(&cY!UN5^LEH%a8VWvlY zJr-dHks>}`up3EyDysHwRvn=rszXzgIg5A-Y<d`NpTXh}0uZjVFrQ&PGfH#Cr@k6= zegW_=Z)P!w^7tcy)|Aw(RxS)=o$$MZpB?wQ%dI*#HXCChe6Gm{EfmYzwy6804Va8L znEgBM>GLm4rJCD^GoTR&qXUbs{vcPB{SoJ)p6Ad>&)&d`uE%W50jJ2>BL#Z{5b`xt z7B~dA-f$4uu$oqU))RPVa6-W1r9WHGTjxihiGZ@!<da!cGMN{pQ+8IMzY~#kUZ>qz z-E(cLuARL*+le^Lc77*)(f}j42(`lKtA3+zvD9#e!TQ+Or36{E8m1&Vb#LlLoV1*T zwIbLsLU-URH-iAcx?|IVt)f?ms<(LuYy8aAP*NP*+Yn$5Vjw2SbEJoz2^&qOeaOzv zu0xF6`D3SZaV}N}w~#XbZHcz}&W(nFp^p$Ah>qp;p#z#_LocGnG#fjD(;2ICD`K)q zXmZ63k0B&>-?jxhb@l(<7+lE~0n705{GxBg!6Fh{hk)U!uoZVSkpQ7~8#1}Vl$*r3 zt(2g2^_T7U7-?x~<Q=72m6#e_NqeuGP!sMY3Tj+W468q*4}JS7THQVZWV334A%L)2 zSHa+mQ7t3yctlJlCerhqS1c^|UV!=z{fM6`CV78Q**=nmA%xc51?JF*!S2wX4h&i9 ziz2J#wVtVZ<=_UFhAQauDDYK}U9YZ83B<y}kZA_iu1Eh7qUeCOwW8?*w%L?hC#kiZ zWN3#0QZOI7*Y%+ehJSSw=C!xaKV!^&iG8r@r%586jyPa5JXN@fiaL`L5fz$!`eXqB z22)AZ;CN|x5=7`EWtyU*;*|MlMtQkG^NcTxfQ(_Bv00E&I4iZFpe_Q_ED%(!1sH=h z5Y{sda(n^iK}J@ZmECX#;l{LJ1jvCrs@Rbat3S=qS-J<&u$q7j<^3wWQ5`>x0-z{S zurMZ3Q+r;BZDPXuW{Fl|*wmDn)S3xoaZXf|Ksk7foF%KLv6FsI($+aM4*fP@hSmF( zL^|BRz-{$pvOdb_&Ub4O$!rikw?Dj<nEh<Ej!?v1Bz9$VEqT=YX4y4Fel8wxvmPa1 zlm{exf{Va4K;X-AYHvk02%FlN8f#%Saq2;51><@?<qr_EoeI>wHMg?bCkqZHk<)6m z<i(>_PX!QL{v^sV#=H9tAQrgdM2?9=D7pZcpDa^JM5-vt!-=)Iw<HrIp3<VFB-!7I zSKy?oWg^5kKi_BSHaM&YOmV+uL&|q~=QrRc0pok4lm_cF7^;75V9jXL2wTSs{6d4> zc(?UKxlKWSFGG}}t<8enbrh+Pg$haf<-)O>YP#}I9mCseYwqzY@LbF^Rwb0ZBkMr* z79RpcwIV^9)aj<O)Fe(%qEPVaE)w9BXoH7AE=g!H&LR*{(AGr<8WgFjd%UKX6Pnez zaDxPap92CrGd1M!BMyonzE=pEAZ{2%v^hnQBNPk)*CNY+SYRYeJh~HgNRpwE82|p? zcb&oWDQUuwpyL%38PZc@ZSrmp*KqjbfjYtRGf&`wc&Ysc?x?B!Y*jGTnLVZ38kmAE zs`8}Wys#<cT-?M(qAxfl-Z=%WDw7ga*7-hY07!jb(-P-EE#Urd4J-|iJlu<%Hgaf| zlb6@Abw>YJ7)uwaNt-YyjFV~ip&xDk88+MZoDonge={ZRTIfKN$5n~%jsQ8`2kpuj zt+`CE9MG_V$)ct9&q%EuOHn}Vpozh8=?|#>Fc(+#mywRH+X$XK!dVW`f*I+Q$811? z5$=R`q!ZN;qW_@9BOF`8GAfimkQeJCB5+;8mD|tgKZU@01fc^gkj#Jy#dDpuiIp@8 zK(9K2bjrs@*RzV)Ej1*X4<}XoH#M*bI_*}~+po4Qs4I))w*peRg8846T9f^$VwRao zqnD;-<iL(nk?Pbfz_ItH6t&H38r$~%Q5ayly!4)~N9x_DSwQf#E0mNLCR@jj$0$jy zf|l$gM23g!29&<TYXu_99PVsJNimG@_2O0!!VA5nu#qCcu?8Tb64oiT_dq^|So`7j zCSy0`A~ppwW=u3)-9tZ&K<?Mpk75UGP}(^Q{Nl58Acy6zvx~XW==98$U(4r7q?T7M z7ZgH4o`<)Wpk|>TPf0}Nx(#q|mM9i~TyH*_PMmj%5Jz}u8*n>sT#pv6;?4$Lz>VvU z{6YZim<6Qb`m~a7dUw)Rcn`28r%F{|Ug3b>b|KJ8EWk1mNVFbW0dP_;-xvRB|Md)Q z<Ix-BGI`w)%sjnzr4^b#EB-j%VxmI_gOzyh+ZKhQ>)#Krec;b?ci3d(9cZ_vuV#$X z-Tn>ssSgE)A(Fd0bDEtY!=oO9p#NljL2weSOpUITeV;temA+IJ0ggRj0XVS!EhV98 z`3#H*)&k(T+OzvLZy!9=>0o^0w)bN!05JWmft196dn97o3K&=_%WmKwQ*Nvd9<hRx zCP}%T$ZJv2;G|;_xAh>R1gJQT7ha&sFWa~nEV{S)iZg@0C(F$@Ci6z{T3lfPT}X5d zFF;EBn8&0W1#YG{XP-Fv6elv8bC#Ttu+DTmM|w3$V$mXzDsJJG#<;B_Nm|qkH|zP{ z1b5yUr;tRG81;vdLNbNfB2~I~jISn~S-GP~9xX5L%pKI_gDuxUv3`qkk8n~Sd#6h@ z%dPC@--zst0xEP{$}yoFSu#2>#8M{4ZJGV5!u@fY{$pY%Cr|e|YUnUP-HemNi8v@7 z(Ayu+hdd?=sq2e$me5zA<?kdVD}X5cYg53(8gf#Wuv3j_Ai@d^2{E!<sIf%yLz6VT ztpAnUqPQe^?<<D3`gK$!=M>?W+o8Yi4~7wHrEN)FHI64PN=v{sQ@zD&?kaL2>uNLO z*&4{Q^JY#ug#^erD7aTeVZXUhW@n|MKhz7p0Y#d=Pu<m?158iw<k{y6be8*ziLM~@ zS}Na1RlO#sVnB-Fx^Dh7fcxT0w@E$-ou|Qrb;--iF97D(9M=SekV_R}q&B$W>yA=X z-@wB0a`QaLvnjzk5PqlyNE<7-0T*rPiF!h~ZrPxW_;J+t`3F5{dIMcM8BB<m2r#a` z_t;0k2^aDe5^Dg4eH{@LjU6rR;{z@NmtcUW9!%QbC}-4^`ze7)5pN=EixN4E%(X-S zqg{`Nxq_W|2hIuv_FB)eo<Y@aapS}T4K(<BNz<*~lV-&`uC4(#$^P6q6M{NC>*Hm+ z+!u_obM5!m*Mp|{jKmS*JENJE|60;K-0i+{VUo(<8fYinb!;eojkYE;i>18YD&*nH zn7a^|+_C~3Boiaz=syT^>#)X8f?FB%R!6Zpt1Hp37eh7-p3S|>5hzPLyF>%4Yf_D5 zk|MjE7`1f?@J~MVBnmA)W63B=?N>mbam+J0RC5B2V4ngVjNsil@n!&5)~|(79<Ar7 z4e4C>^}6v+@xRxB+@&W^YN6h+HEaN9zYPt>H|QD}EUvdW_wh^0!|6Y`KAbldjQ!@6 zF8$+}jE_e9V9|sx;Eg>c*QehO+!23)I7#rsR(f4=E@J8!Cge)HZN0UA@AB854Z=E{ zmJf+k@?Y)9&KE=Sc+6zgE*E1L?N?uk341?)Z`Ut!Ub4IpeRk6#miNWn&%z_=E3B!> zD$H0N4dDGqWd6OlUmz_v0U?_hvXR~HwSAG8+?ZW2;-xm^FXA-00ktfzVi1Ypxf;7b z?)Tz-xWVADD|2Fy4K{HHXTUmg|9936!4+J10hwC?bI9YGHZBakju;wD1&{<T$w1Sx z`%co~Uui_=HH?K_<)Pnz=(Mq(n%aa?8}lV?bnM@u1+3QikLw8y3qTZhL?s(5^rZhi z^@zYTXvZx|mlU0dTGSn2{+lib_70ftyQc^on}xAb+L<d!z9-rYT$+Mn35CXNo~B#U zBriHP9_cYLkZ&we1gCxst>2vQwOxN8{}<B-%8$&v)5bz)0CF?ubdCFkzbutE&)2`h z$zzD_9Rf1{vJU|FH4+D`dAqjrL6+J(?-_bS&?@5I%ENh0)9tqw#!aFzU|p963X0@; z@-6ZTwDXkg`EfmS1A{fo5)JiogDqjV_C0R2a~~e4zU%<O6d503-yL;0#Zd!bm;{R# zSC`@!@ob4k@t35DKqI}cz$NR5uK-$WHpmd4QHeF=7VFG%M4+Od!vP79-EP10%md*Q zUvHg^z`2A69HWFADJGxD8g-x~Yub~V7(enjtaThAkh|TC2K<X#pod0%qDAO54#pX! z6&-dbR30jfi_du(AeKDZwv<Syj>FEEXO3i&toE(8%QSLd%A&KB3y_ZbF%-x2W2Dxh zfW!L4w9ZPSK2nCEO^T80_3JG$K%V)N*TxB-3T$euo_n%=s!>VhRU0fD8Lu!Eqq1rH z<)$k_qw56RbzmNOImAiuI8X2W>mS5&s#?#|qR1RB0df|ALLvi*f<}unJWlIE6Kr{B zcF)fG^ChJxZ}9lHJn!tuLcB2F2ydx-)-m0~k7fE$DHk@lM?a4+G#NrW1)^~jL(Kxk z<Y(XAC~s)5ZO%cGO@l_r&4W?b$DTSsP_S0fG7Ja6P{DW%PX5QpNa9H<T^%UVsNQUx z5<Ij{Vi1sahw{@uAcsJ_ZUf22>xZN25037HN|M3zF)FI$$wd(XJmbF~v4A7>KjzXV zqI9^AS(lR~g^3hR$E7y79uXbSS21#w#3w@~PdgZc;D*lWn}M;SQie?20T3afQzI#e zRmRRF6Y;pjWhA{Pr8y+|)rHvA-K`E-5(x2ierSIf*!#tJdc;GifFZ3fQVg`x5ev&^ z_@@kMe*ebcHUavg&e}GYD8Ej*J5x^9_B*QSN1$(MlhdC6E!Kn7B_bX;8<4`}#M54t z&|jKMwC7|$v;~vK%oy0r$^o{AJDwvKFpV!imD3oL7J-lkGvYSh@(C%tB-x0e`?9FO z(dv{bRtrpLpkv<@$^T%8AvfhV6qGtb$lO(TT0c}FR7hYYfumv<keXcOB;3}E_*3n9 zxqFsh?YHj*Oi-5s`d8w>0~!_dkmef|U}j8!JSha7I!rM`@y><mMSXxO_AYLZ(KXaZ zY7G^vh-AFA4P=f_a=gTkcf2RQqpcf19RsCoMNvt~uzUGJI!;tT$?9J==`El<SMI$` zdIf3E+)?@5(xiD%C4E-HQzUl(0tBqed+z`b{$NBs@y!)53TS)e8`+bJvHwDTM!~m( zqfl9(rW@|_!_lAn=5QWw)kP)pr#9jymcSdhL5bRC`FA>0U7X_GSy+)V7%1zY+F&D` zzRslJ7RG>|qLdcL1;g6k_8FoOC&fEZOiNP`v-uQE&Hf-H9f^EO=o{SM&>=2+t7KWm zI_oX?x08;1Qd_5|1Hy;7>OabfVaCZY!MdW<&!frL4>v4RW}e;gXF^-&+0EZXldv=u z`{MVUIJ;Za_8=qR2#X2fUYia89Zxs<Q0_Bes^XB4Bqz`b;Ra^q?hVPO9RVg^`l);9 zFI(oGbID+V#RM7TO}inVFMzPXnF(%UwT3p{_)ijkjlO#|Lo!4vpyRj%RI2E_|7Y$@ zZ7cT6;j9aO-8P^-c7KV2%<H~9KmB6ma~k=)Gb>}H%Ro!e3Lq6-AQY$F`8m^D)AP7- zrv_kPoPP8Q2|ZHMSw>`*De7}<IL2Ps4ye~(wM+gDJRx8ZL&QA+pho-yyMcADKyl;c zy1v~KfpX#b>7f>|-7LC;F-#Lm0AmV51EoQjgcpPrtK|>cNo4?5RHk+dBSO5O$0cJ# z_5J0fGB*u05KGn;A~6o+A#B?DCaz{N$pt#lXa%tX$pxMM8$;3gKLJbxv-{{%ToLmL zV8kEC|4NlAW&5?2D_8C&!dD3a2yum5L9HfFo~(WS_1D_;>C?4uzWGL*F=GbX81>FO z@67gVYuB#bHN-nYA#8?;O)hafZrnKSlTSX;KKtx5ZPKJk+UK8t&I)6bRH{XG4d^lL zdhD^sw8MuFvsz%!&QCx6RQuPz{>22~c;du~Ou*EsQ(1)9!Gj0ylJ((ha6@0TXc22X zguVLbKmW-JqabP^t{xvB&tj>fj4UAk+O=ze|15NqD1iG1Pnj}>U3tWa5iA%Ny=*4} z9K<N01+{)AmIuI2i03|j{CI7`gbCVT|N2+9?*t4_J9qBPL|!Y^-U^EpMvorNg3n^> zZZHZXjW2p@<<yD5wAky!3yIHiUdYp;l(JIvCq<}f!4`(w@*!OiW|xGOK=IV2#}<ri zCc{hN3IuJ*ShNES=-$11))YwAJUqgKVs6ng93~?9Uj&d~@&(&RpfG+R5YqsBPnzw% z>{-xkYTdf^TcqbNVLBK<0u7Do;};ky;%j5Bna?x)#i)h)5bq$(ybW6?h*;X#1)@ol zCTr;GJBiOhS7L7lQgiV6u4WWc6`Ltj<1Hqvya_>Ayu|k<*a6kHdiCnH)vH%u$5%y- zG}DLh@g75{v_5a%yobd$JN#T2aXScn|NZxuQ_>te#oB^+Ck<~_TAY7o`0(MgoU}7M z?q}MZAD})~MT&l7n&xJtVo4ku4sopTPEe@82w(;M9l^1~-p0T&09f!b)H^T&SOKL9 z?C{BZu^0$Ce>*S$SO83rF#?#uH+s0pu|!{6=zQpYu@3_<LB<GR2CxGd0xZ$B6?8px zKB@@}02TlffDK}A2B>;q2UqibWC0_g>!I_Z`+4^knHB>ZP!L!_jrk+60~lhg{v7Cf z4kFO~!gIpMH!(O2tf2I<z>a{HgN}!;w=j`mGn<{3U3@1U4{Qi#k0wQm6e(O#xS()B zks?KZI6Kma9NCeeRFxg+$sd&+Ns*%8C5b%>gJmDo*4(*sgJP6r{tNg6Eo8=a0+`Z; zV?(etKv^F=#B#zuXx(5R04s|LSp31ntQSTZR+bMSf+ALyFAE5&2COWhQqVPEWicTe zYz<i1mMvQbT?1BD2nePIIsrMVL9kz9PA;xU(XAunx;v}2c&6!^wBaQ?!S{RCrOEk> z`*>>7KAtQy{MMv>JXsoi+N}2R^jC-bcrgLK?A?XMKAz@ZANDI2nZ?G>{A#*e;9dSe z!a5vjA5WGEI|xhrcxsYa%&O<=-^Y_>;!!Ddx4`%D415YM_wj5)L!vY|36f6qypLyV z>bYNQ+O#PGFFEexIn<|Lch(Ap;pa?9w9IKA&o&rj<j<e~3Kw!e9bd&GZPB8Ir+qwO zKfD6QzScB$TIOjVPZSW|mAtU`eLM;GmVwnio{HSi{{s}IPWY}lD)s;X002ovPDHLk FV1j`SB+~!@ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/icons_hidpi.png b/public/assets/ckeditor/plugins/icons_hidpi.png new file mode 100644 index 0000000000000000000000000000000000000000..88407cdfbc6bca1d6c67cd839aa88a25416a8a44 GIT binary patch literal 63530 zcmZsDRd^fCvaMuhjG39)j+vP;W@hF%G0V(MF*7qW#LVm%Vs;!eGhh9CpMCauxDRSg zYkImrjnq}ER;`){6(wn81bhSl0DvqjBcTR<Cj|g70B|tiqu{h_DgXckkd+YC_`Y`9 z4f~yN=}xFCRiCm_H<77QyZhUj?NZc|w^J(PZ`TCx0b?&yIXE;7bul<JFZf^;F$7%J z7ND67=?eT%{486`&lOP2$?>_*L3XyPROMNx+Pjh8gTRbuQ%3tk*2AxK@9Au}FZ4?H zN&GIbS6>HN(EP<;S$3tvSxA*gl=mYl#*!Y2EY0g0A`yPAZcJ%b=?=l9F<ZniF)3uG zjl2d1POElQMwE8wJ|VF9e~`dnGn*ectPTFE)*I1GxK3fvitO^5!f)|=^J=;3y3tmZ zg;!V1XiB>t?3DAg@v%K-O|GIWmM<TS!e%nPIhe8X_4Tdl?af6-LaO`uQ}i<@=isj@ zg9+@}x3PuNkL+tD7tQuoW#jEIG=v?M^@W9j<CBwgYMO(>jEszBL`1|bN};v2HTpo^ z2J;BGrm#NMcZO`}%NrqjqGXn$<BQW%bKUCu%bOYD4=oeU?DNCJ6=>tKgrO*$Myy57 zBilQj#Dv|t``MM1Z>h|B)Tut3U7l4{Ri~44W+V6Va$6LBphvphfwtN8^{&QrKFSOz zE;b2LnMuB|%HDz&P42jghRRC$s{3CpE!jl}Xf8?YWN#OuuV%ZLPft%<clY-V(1_S| zk{X!wsBteu=RSvXA(E1e+}vr!B_$1dPQAX|bgG#XA`dlccAQRM7tpemn^|*3prj<a z_Tulg9?qxuT#gstFM3`aKjsRhA4vFoaKH2}sS$Tvr036d{Zb@q&gC;_xeKF=`70j= zh_8b&Vf?B$fkRC2VuQ*Bd{%(vGO+i0W|js{l1{UmDl@D;A7^Gr?3aZM|FzWITz@@? z@KQ>K2@CTNYLTX~w{x-@DlR_l86oL46G)N5WTEh5b-q8{VW#IwZcVz59GAn!#ChOb zT2meouP3?kxWMBGRiB^NhEMrKb&-&)rKQ!FoSfXamBVv|4x}YQ1qh~aaoK}H@hpXs z@f*z%6~(Y_ixd<T1fB+yl+Q``_kO(#5AWg1shVa0ht$k^;E)md@0WYu99Za<(Mw}- zKun4nx&ok#vgL(OQ@gvnLchB_Z=#BBaj)q1R_B|ENCjTSZZFr?bTthPQTB!7`#I+I zU6R|(^+yQk+T8!1u8u5}K~hsvZacuK--Zp^MRbq&_9Z1E4;n3)eOn$t6@Jao*eAxk zx0D+%C~8SPN{H~|N1^h|c%;3e8O#i)QB1z3ODa*?$V|y*iuH^J9j<71eXq);1z<rB z4OQjWtNO?Smlv1VQqq=TF`@HH;|(<`Dk=uYVD;si(LP~)br)+Aez~4#HbF-(U9{yY zY&FqTQR!1#SkQ6TU1PxHf`}w}-niJjyS^8~!^a;F3<^qz{UU6zC7dvDX)x*YZOivz z>;820hQ)@~F-Hb)rj1DZ7YIQ3WA{xdi^pYmFaopmLpE?@YYWL+84858;Om=S+xtO# zUtrfHFyMOXZK^HSivAJ$y%1_z^3UIv-Q5XhGaMryw$96fsFe^LL)vT0UBu5$mUhdv zR*0~$l0lTIR%@?5e}x>@T9a?^chi~61CTR6*EicOH!M|Z#eJ7G?g`t2=<<1Ty&@K% z&YTuDy3Ob--ut_A#k~LEir;6e*5fmT&|<&JJ_m)$A}cN))J6|u76Ye;u5c>@8Bg%p z(L5+Q^?K`o6NII~r^BmoS#-&-8|*{FBx4NEe|x*2+*`0@D;(O6GL5i^rY}&Ok}^O! zFhU2Ipb|!h8lWm18+-Z{jIL+w^){ki0a<idMT!PcW=F_|sEc019pB+PI=Qe)*JV=R zc%R2`V0WQ)VY!l~DlV2bX_L@p?Xpj<8m0q8QL*63!CXYN6#e;89?b7?p;TQ{j+feP zZH<DDH{icnU-*j-aH!y{9bu_s8+hHprw#}VClSZj@g(AsR<$|WDzl`|f~W%x^9C1~ zA3{197|<L&OJZzEy?%~)+i}JBLZmvtmXei|8y8aZ3+9=m1KdyraY9YRj^9oyq!w#N z8P3<7JGN+7P_3UF9vW|KY_Q0tE^P4&BE4+C<kN=?G)P~=0^s;4-ywcn`*}-`IJ>!V zFz&PP>v^H~35*e<D&wwy`{8a(5gLJ_udYs^$*XWjD>&a5Ebqw%`>L>C^yVzdO?Q!~ zaHC?Vum3vm_OR7^kgDgn+W7V4mmnwKrbgvbuDO*}E)xR_P5^+>mPW4-7@x}nofj0G zZ+?l$`T27{o{1~DSf;vzfRU~)J%prUUb-4P2kK7!UsjL@hQ!%8*yd^re)+24BLG06 ze}vdIk{9&j;o`ajWI%yb-KuZX{_vc(=m3GV=oQ#z{Pc83Kkx>YICq7MOG|rWg#vE@ zOu)7^6ToG39~I;bT+S1Gdin^X_6&rWm^dl`Fkd*ftyiEYPXq%x!)st&6tOhiWJ5ga zL_|Q8<Y%8Z3odKcy&r6GKqQ1wQ4X9fX)x(%DuAdp85?ZW5E80G9!Aqb-@+%vudqvw zUQsdB&=|A~3HAvJOBn#z%4idP5v;)SpF_8r%9(<&nl=ZDirQN`vqptSnyzwkK+w)_ zQ$dfL?d`4%3BR*h4&jCYHIjDmSySMUplPX|C8G-b^A_u}_Lw3Jm9#$vbUe<>f7=Ne zD)-E*Yx{u}P%go~V9pt7!WA|XF9nDS4>$Jn^SgLkt6K&%P16B5$}%7!AXcLBI25i> zh5Y=CprE0<F|n~jcUs>DQH8roe`I~;yCWq9W<rg?#q9!1x5iW<7$S|?gh}awmv5<e z?R)b6fHywPzb$}G7rb6e?CPj;n|`OX$}C6auWGZpg4%v=*h;M^q|Am%)(aFQlzwLC z^2$5q^0I2d*y@+Mya6r12XOM~5xMZQkb57>Zy4RWch8r5qdBpm;?C2^OkF)map*~w zx~%?q<j{PK(DLzdxzx0@5%R*qxTNb!0|Q9MM4;N^^JoGl>&DM;CWg}er;F%R$Afl_ z&Re2@HqX1jC}ywTq-5rJh4wnsb>A)DI9%W;errDK(1IIH)j<KC|E9nS+O}Z3NkQmt zQ{wft`t|Z>>&PE%JXP^58MJ_6L`oVMg$CBSGB?-DYS}pnU>hOex#&W<F6q6*=;OH+ z%6L53`T-T*llUyIWyE>1*hG5VUr4n$H&IK&y$i=k)%{zPW<z)xt&e|$O#$G~z!wJp zQ59r6Yo%!pC=m`-z~?;<=2d^t45((S<L&{f&q1uo8yf1hUH+P^k3Azjd&*r?=)>hm zqiSqM_!n6UG4|r+sEp5Wy=4Kwe9wf^TiG~uijHxeEyqX=cOeuT-{bJ<$BUb*+bWk{ zs}QeAt=PirYmRjZzQ}K_FItUF(MVFtC7IN6A4Lk)_m$N2f`IMz+?;fHhNFfn4L)VR z-onzYdap4TRfhBnx283>$cNsv;ryA-4LzkV28g90T`9SrCiqWO5m$6_lXBx8gqKkz zFLWA(2DCJ&sHn(s_Fe}1#pbL)26vaJJ9iA9$pSV${v<uL>-q<V<&q#~@Fqda3PGl) z2tksNkR-n|-i6rd8$wdvBJ%q{oz-aOScbU@`h@yS4gc?7D`Me0rh>D4_yw6?!Xt&L z{gt3XboTAz`6F8j89U}@R;6#N71|o7fA3AaG*fF@@<o?dH>&lz+{+!8GPpX5C(=&9 z*l_Xd-Tg6sM&?&uPtT6gAGq1J<H-x!bDa=<(0Hq>;8CeZm&iXen(giwv}zVnk&)ru z6}3Cu%j=@wnT_hjdTp2J-!i!DRyyuZ!ooCb7F7*P%`iTdR4$dulJ*dwVKM18$sC@X zVDj<vqrXdA+uMKoXlZRl6ciNfe|@?MfkwnZ(4gr5P2x{@$_TPbLqRsF>|y2Mp}l>0 zKvYyz6#MqA)$iu-)amBSIl*SP_roO^6bQT~<-S6Z-eF;3LA13sX{@|IpG*Tsv-uxR zs5HRHkp&x@QJXZ?bplJPkI{P?L-^@W(!l<gFJ4was3v!hV;r><abCH&V<Fd5+*b(i zaDUmZthU(i@TTbK!nDu|i9dPnh7{dP7fT=^A;pB>&hk8rdTf`37%Gp;2Mxme#ZFHq zuLXiDR1Xgi(fEmM^Wu281mBX!>#BPd_6K8a^Z*j>Dpr-%)mYx#BH_*T#y|zGj_^b4 zjm4vddZSzAL1A*KOU!Rt5I@|vFLy`~5D<r^xt%rz>ak}D5pkFo)kg?(gjw?{t815S z*q#Q5k4rqg{S|dc5^YDQNDV#TpAL3#Kx!^1ea?er+F(>|0-@WZ-)lOA;B(5^Wp6E` zCCy<06_9`WP=S=|x59mH;;hDc3JRP|qE^IMotjeoA>i4-`t?}j=fHsY<@Gg&kB<+O zk+AU3nHl8^VYARp#9@YS4<;0zR#ZfPfkj|9G(|Z*I?k7wp6>aXh9+$P-~bUC8XDsL z@4{ABmq30|kwjTd4YsbH-q7ElDw0#9>Kt!Ng}t1uEyvbse3jE<ybO}I-oMmRdQBV> zRqGsI?#~7u^XLQx4QQE}vGMWo2j2q|Acwm|`);M4HtV3a(U16ndXH6Vms8wZNPER) zP1V(kRq4;qUI9|ko3vXLHOG0tL8ie6%)P=eH*0*P->IqC=pv8-st14BQ!uyE^+gFC zA#qs-OY}H-%A|YyAQ8D#WifT!w9=+`)Rd4B=G#5Ja`JN@4a?T$uBjayYlxRn0FQdw z8kAK+7XkuZgot?QRZHw%koeO~w6oCDIWdW()9WavQ2hM4-+8aH2R|-Rkp!f_)JRJQ zy9y+#FU$wqId)xz4{)KSrPFEPR%j^qhcQ%EehnEK;%nBdlvh$*8ls^-Zs5Y-Sig2P zFjHS(t>~_)Q7Wsd`eglx@Dvhq2vX*M7s%m|&f^uOEg%D<W#(A#WAif0?$;sc6m27U zITvLg^!z3~D4$<dI{jK(K0(s0doMEQez$Ww_chGE5)#2^L_|zQB_#-}P%@QEkx6P~ zf;6nRu5NBaCv<dlV%plcQUULK%EC*sWTsu&c(xRKK3hG$9hJ2`877;hV^YfFcL2#G zv^64B8jn?rwECIeM=_dxUeT<hQ|*z=>5C%x!C!dSRmn61DRGuQYdR7>cvokG{-nbr z(YX{T=vOy`-!PrXlvMwPdjH4yMJ#+kc*d&hRt9(PI904~#8o2Q8_P53*>7}&&G$Rq z($}wf-Yt}L2iKACa01yR5B+%x6m+^E*98T)s;X+Rduc>}z;)b9TP<~3>>rSvli;F# zo1*AJ+MQ9pzg;h6m#`&K74m$(<sQQ2Y@(E2+w2j-{)G4BRLYQ7)bR|oUm7m4u-7-L zb0!-|KqEFZtgS@a>46aN@!6En$55>&EbXa?#M1n-@i)@qQESY`#)%Z0*JElzT6DV= z4ATkTfk3C-MwDP!v26l<oCj>X=F2>vLj(Z#E<xhp;2<~JJTx2iU_7(N(26`#YA;=% zQ?UQ&`1l$H^vK#S0^l*+f<T0lh9+(i>XRvhe=9jHid>CmrN#cry3p#EU-9T@8i-ED zh}<HycrTH5c6J7}>u`gZE-o$?WA<sjXjWz=2U=YM6eFKHFGVM0Ka@Zvu|50?}`2 z8hdEPEPWdTdy4kDq2!!E4>dCm4&2^-5!w~2Q>COd2GQ^&1*|FPGDi(A5NU&)qvQG3 z_4W0pNFS#DfMC(jXxYYs36XVO>J&l*G`Gl5ytS9wc^X42Q&ZE;(bWE73gmh6_zqk5 zLz*^=A9$Zn8e9+~VueCiI7~S`GGNixsHUAUV58$^Mhhtf1YTp1vQ8z$(QVi;m9DRz zG{{au@>UylSa&lp!$QLvAB!kq4nmx?aXIvSF1EK1*vkgP$CV;=+}&@9$DW^P=yvBv z(U9TcJt>5Q3>Bg-kTeVp<LIR3KC5@;Qka=)TZ;vH0%)Ljs(BL<YTG+I{lN@GlREx^ zzX~5=GO5?W)NfwT>pv`}m>7mc*uh#@HZ7SDpgPf?p)wzqBfVFmvdTZ6edK{+vNL)o zknoF0Ky-9$pt0~%(jdv+1h0HjG!#V3&P+H7Rcz9QClm}jVI8~GG@%Q3Pi}7R=w?sP zWLSpd`qqKU)ME1Fy3(TyEGq-w8V1N=4+U@*ec$qp*ctC>GUp8@Yq@9fya%p{zCLZo zF8T`Ac;77C0TXEa+aC+?pX~q!g|Ta}`qB#}f_h)HMkMqg*?J6|E>1t0eJcL5U;nXY z$4ma93ASh-M1Z=QG_>#!T@sPUBQXe*C_t$IHQUiqRdt~_5@vui5X@ef@|X;=#Z8UY zS(7+Nj6fAL(lNO832l?d$vR4ge4nl9wi8eDRA`8b(h140KFfsF-)DnYR`8)<<4rFv zDUN87N_Rmk93S6wP5Z7u*n-+NZnj(J3-VTo7IBV)fB3<($L12Ab^W7E%3FbuLd#Qu zkQ&@%;eFIx|KLIDqaw!qPmKG|*Lzb=D0hox3VFX|PuMJ%*|g6{OZz@tZzKY^AuF*{ z#hw=qxk-4loJ7OxJ<_clSmOuNQYYYO6Gz`U;QRE|P@17FdSBL`Kc&-KUFl>hDAN)> zm%CBfkSfbdL)h|G_<OiJcTmF^puEx1QcW2vatc8da}NX&3p<7Z(Mr~_NGrTr9W(U4 z=*!E}R2gZ^JyvLt3xbHG8^;L^fF}hAp@kod`We-DI;&L0td4_4bV^kb98Xo%C+y^X zA&dv0i8E+wLv7>WKQD?MS(~EY&c?d|<OuL3<athqqGU)FZm@wWnA>QM02nyVFm-_3 z@v-(ymuG<sK14A_IxHH-b@KNr01)u6lL&UU+FHt}NvNu+DDy2VP?y}>D$qqn);w~9 zE&%AIr7Cs4R&41Y#)A81s6Kw4N4hK&#@v|bHD?5XK8r(kc9k@rsW#uh8aasg2+kCp z^Ny$#U~N)!afp_UiAE3K1P3UE9GD{u%+qy75z$HiuF3QYg%<hGWHgk2Pz~mPPLy%E z8+WYlvVxjkUkl-|;;i4C)$+ZL8dgP~-c3w8w<$u^A^m80=&eQuIr)%CxmcY1lXfYs zG*}F#xzmKmh2GCRWZMtF<WqN@r}b8S!xfQpJZIoJ!9MR)D(9#uQP44^Zg+C=e4<-S z_30AvP(tBnf<wvuS~bo{`yHvckC&?8B0PhPksV`NL4BuJvv2@{QQw#KXeJ`EU$ip< z1@iIv&sgU?JG(nq;s>C3pd6WabCYHEOvxP+OX>Nm+l!97PnVL=D$vp=IN7Mqo$ho> z2n8~4vR7te(g*7xc{Gf6z$PL{eHRmB<#bjB8w+!wp`mdIKkxz&cGaJaLyR6kt4P9s zCl-GE^1fK^4-ErNB<9XsoCJZeKhUPiznhQn<x2s0M^XQsToQhxizVvlKWbIOxW>Jz z4-O92+7So&1DHK|7`C+rjgoNzNr{Qt#>U&;TYe84u*nDfR)sfX0JU(`e&Ubu%G!6| zfly@r@}TZd1OzXZ&d!%%s;a6^U~t;4P;0_Z;&n*2ng&NR5<jsyRSc&ew~8zCalsrj zXa-dj`MuG7`sqfEGAA4Sk}qxxW_B^xU4#8Y`@7lyP^Y&~<VwXM-D>vZy=mpLR5DU> zcnn3#lWc++pt*h#JKys00oeX;s2Pz&6f85zV~F;<19hd2&y_Buf?9bqe{2fNA)=0= zR;Smn33Z?YVc01PsoUqy_SgE>g&H6U>}$XEp|!j0NkJ*%DEo#+5L=OsGoa&gpz(D% z8G}-|xjR4gHB9FatFj5uU6zS>lBB4$SNE1RCGSYc;C5he;V%Q7AMV~LvT&~PmRa|M zfO$<NmJ+H!I%Z9PD;}t9aS^gEcz_0A6*}qcm`vY8Hda|?obl?@30V0wPxGZx5YWh^ zaLqm-fhuq7;&28BW*$^<aDE%!Em+Q2wtz<I>DOX%P?H2cO(2PXO(=i|kir_-uE-U~ z#4u9xuF{9+Zg`zU9cr^KjFos23P-DhZt91$$hkbWF@GZg(mTsF;B9QMMU6`x)NGH1 zejFL&rL=wwH04&(x>(A>Pc)UnZ|8~7ZR5yr`oz``A%VzNfQ5yHL&%qP1^wFa6JD_e zgLp*(g=M2209!Gn571#=9(|0G0w+Agh`h`%wzoUsm(}y4q9Q>s$_krhOh*VQheEOE z05OV1tM$DixG~<R>y?G5zz@O|TUpd=h&TBqs9D36;G&o`$IPo{bEZU&jQ;&omtyzp zw8{J;#nx12?b(-=n$Bi1I<07_L1N$=T#G6@-H=9xER~KuYct|KZdReXx{kibeR%)( zQ&pN4-_XKM<!%DE&W&-=dMJH(K(86rhaS~TI>+j(WE7zq^Dhx8n5gMVLe=oCHp@m( z`_vQ)1MF1(S`=yO$H)b5<VSTP$GGTE7Z*kzAwLN+zr74W0HLO%wYV~ML;J@_W;97B zCbs|K2Oi*mNX>uyvs+=wb=1B$z=yXVAk%vN6#&z49)-&-44_N%K~J^GdIjih2Z31n zZO2_MA?*V$fI@H<Kt`Z*F^Msv56Y!r9!zr!XFB2=c$l5YO+L&{kP1QnP?<e&2SK<G zo3{kn2es@cqqkH{qaQ$9f5#3q1MGo)B%MFI%EC?R_5%P!rhXm(wjfJf9?1z|w!=w` zp$2z{_;-TB*}v}+Rsmt(0PJv&q}x%>xF8Nc02n)?qd+?ULM07yex=)o5C*CDz@5YX z-wg!z&zQ0c;oRj&v60H*-_Smizo!zh3xsoHQ21O5hv$-RR<RFOHpt-7bGNp-AtHc> z?N3NzGM(}}5)&Jh+ap>hR%Qrz`YRa{+u1r`iH|fjHM5OsC}u~Fo=g5^fA)ff@(C7^ zI$5s8d4qP<E(Ozl5eX?`g#}8g9qx$ZR!>kc#A1C}cLblq+2cw4$uNP5mXjG@gXcps z$Gfl++%#2p^Yh8(j7Y=22JS%^Ym(wG6v?Irl5ceeUyGI3N0S|Oe405NW8*!bq<nP? zcO(y*S0&>RplLJOnlDgK7n%{l%FOXYd#75RD42}<AoCuI#Ikq%de=%{xMG<^Pk^tK z-yKba#XdonUj&eDr@nnzR@IyM89zBrN(32-CW>C@YK4P!h7O4*`!iaho-sU88ZnTS znom#1V1uSRG52Q{(z<xr4^SIVp{~1|-j-u{S5a7;NGwf}xxSr)1JSSw6~IjCahjgF zr@6S>fF(3Kp&u4+0`w$Yo43uc{`93D4==98!yT^L!NKbhffO#)5iaNk;=_(JL!5^N zE0zOuiq&%|6#2k<<rp1FGIfq343<3fNSIpaU3}cgx`L$L;HoiqLr+zm;?Mp8;?mL* zpdd}O@Azzg|BheVD57u@w=q@deo;M8w@|dq)A!4l6k?z{DP*xUZhGSUya8=6RTOT4 zP1eTU^@Otug7a1$B`wy5RC3I3#SjdwKfMwN94rE0G6CXR6h<yr8FQZFck9QTnxBpg z#A#=;4$H_7)ykz2;kVlb^Nw%5$d=tupMpcTVJ{mBc+pIS=&AqOb@=5vV0P4AgvBT- z7F@dqb?(z7Khf<v66C_GQxp`$ewKH!b%y9`UN-tb9i*?PauX6L97PHfx3@n{ORmp; z1k_iLOmZ$Km`YrN?F~3>fu5_r$>K0^@z(=$ozYqM=LtF{PHQB)SRZI=MnZXJs{jU_ zk%o^?_u;<t!cX!EXDyNIvk>o-1k+by4Luc=*_mRM>&~6=dR1RPIjLb@o=yx5j1@>! z0q5lF^Lna}B059EP7t3U1!TgP^PfOEwIi$FWj@cGB)M<@<jL6CT^~D6YNd^fSi;5a z$9&jgz0)z#ug>n4jr>V0_#zez!a2^qleHrrtPc+k`zaT~<Oi^NTC66zq_p-5-`w9z z@#HR320bErBon$X6qT#**t}_u$ElOpdu1Lc<t&KLyUg*~h`BV1Kf&z&-g-U|-b#th z;+csRq7X8s#xxT5;VNKVePV_e-qYA+h+rX&ZFzB6ByRezoqDH<P`tYxe9rZpH*yp3 zeRlsVYoqabxS}qd51SE9(YgS+wA(;miGU;Zh*e`7YSw)~h<!Pr%+U$Qn#xW+Yb1== zPy6ujba7-At+L-T<M%q_CoK&)weMPXjO%U}-33fz7Nmf@qLyDJF|tMe6e8<iX9UIE z>?(;fiLzl-=T~TxRWMiT!_h_86-n_kGj0<?V;p0HXsP#yJOC<zZ5Qt^Asxd~-RdvU zQOCznb&wOh=o0SwS!ih~#bDS)*6g1j<J(6FSNgdXOklwqOW#aT44MGe#^r$aHYH6- zXD9KzoUkA!PINm7(%VRc)Xdx&S64T@9??1LW`(4r0ppCJt^Qq8DWb$xL3+;peTWr% z<hkzG0`g4Daadv>l^=SBHK=j1EkwZ`RSJO2&RhdE@}kP6&ojy2HhfzFm7d=fq8&)t zqoSbe+F$TAo}1S7J1xigFFNFD8R_T4BqeoVfzZbC4-1HhXE}8K;-m<05;EpR7HDXW z<uLPyei=l7WYTm0ZD9V746_U}`zBAo6SkD7t!Mzi!#z=MY7~tf0dZ<3S(cYqECL7` za~e%7e@n7Ig)9*nEGdGUHTj(2WL<`aMZhpP{}>}LW31}pGRY#~10_<R$p9kCKHO#J z2$7HnRAtZR<juhuO9KZN&{}?Mt^XjV1HyyQ!tDCSUMp5k?SZdb<F%0mhDh&D`&yDE zrHI=fntop-bTa_p4@PK+#fmT?;&IpsVbF527%BPYBL3B3%{1g&K;B!)Z$$j3Z^ZNc zJDeX77<knV)xvsB%3{t_we{rymIrd1UyHRh(D|Q~AJ{uGqCem``vd>~jW*>u%l13O zf13XQxMyL-@MLFhmnKa1_y_2eeNuYMqxQ8D>d#Xnuxu7SgrgUNOTS-8419gR3$_Yt zI=CuLTY)2}PXlcV8K04XuBT5J-ifx?e@f8|Ezd%c85`>^y<fCAZSR;Rv~)ThvvEno zm<_C??{i5}ugN78lyp|TJs^MlUU@w2diP_CM%-PrMmEXCS&47v=I7R$4ASO=Ye+Ou zGxf*J`nGBjN3r`k76Fu(QmI)VzM?I$PgfVOh)GQJ202fTDmFm+EN5r5wGhiF<2W`o z@q&HMH<*Y{al&Xc?GqG;VmfDUi+4nTcG>O&0f5*cC7)Q2MA%43qH%JA>QmY31M~-k z2ckv6Oa=7us&{w2*WeRb*sOugfsuiXTmp;@`a85J>!L1GVD9T6I$#rSD?TOV4w5hp zjW#fE{thi~EGGv{Egcwu&c(w$*TwO9MA1cx>&mPjFXsv`_&#BXK-AxbR_lGEV1|Yg zyM!oLCLJF(M~$o0aCAHvNUPJPZ~y*B<QsQoMTIHX*RL}P(WOK=!$mUZ(vkA=TT+}U z%ox!b@%+@L>sA(4Cn{%<i@#k^$LH+JZEP;oH}|LuFIM0SA|Lf#ZI71$0U08}#O<H| zXp6fp64NTnDZLx&V%55gi395`LZNreU0tuaRX~S)u4SaGetY=+Jw>IZAD26&x#YJa zP6qcHiMy*Gsv|2qU0q#fu0Keq25!JPLZ9QahfVLy`JOPP(|KtM_*<Iyvg+<PC%6lW zFoZ-rN52g2d)16W6sY;Sn8PCv9XVTi3N+IQRm^RVBme519|8QsCvV1%))Ip{$%Ms{ z-i7L>ZDTHB&Mb3intr28<ArZlQ_md)^~Ex(&@nI3(MUv!b2AQWO*Yb&mVb2ynZy>1 z%jR#kk@o4_Qm$1{jkcCm&caoLAH_^eOme$#&O7~+n2d9M?^iqX^Ye4Dv9TjDKM{)r z{QPO8ZpfrNjb0ou*ox`TH8m0SMME?43*)pS7uS#9``<ZQ(VY_dN3x2%YfXPiC<0C= zw~eJ{!W$_MzIxkIMsI>pENnPUMG6z=)imY&8Q>-8-uzx8Xgp+8z3{OpD3uY2Zi_W5 z->`il6$5Wmpzs|Hga?R&ELs5HODalWP%)ZLYQXpHqIoKlTbKj~=Yh9mlWw6TyTZnS ziSzEVK-lT;ybLLt)!*st&b=U1q3>s1H`Bj!GBUgX>{cNm*?F97smU*;l}iJ(o-VRu z407@ZT1LKi-;V7~C&g08;&*>M05fXvo`GDe6XRWAV%wVt<s6{`Pp)+u0~DxM!Iyly zztM?4e584#Qy2Q^Y-+mulU+Qy=0)KTleGH&{z2onhYSCt`472-2U0<jo&k0BW4)52 zekMIJ^@WA6&>9H2cpUEn$C6IQ#(uh99f$q7rx*T9KX87AAY!sNHsW2YdB;VHYcH&{ zaq3lL-&B++cJ|G?SH?uf_%a1m@PTm=p@CO$Tg0QZx}ZSM=$x(2N)~UaFt6*M&+5uk z+q1LX*3^jsIUl4hkXK*81gR0Zlg#(WhY`HaX$%0#uChR>vT!&ZHyfQSp<IHhDpGOj z)eQ4i12lREGiSm#Z1V4l57*BbIpK^#Yzfe+GjWj-=t1_-Gdb0rSE+g)I=&L}^+hNP zUGEL8aWgx{5NK#<&f{BKAKBcSKA3EkN|-bmV^L<-Jw>|Tmu6-z;I3hyq2EM$AKqTJ zKK#THny?&@MZ!NxDwY(^OF+(J*4D*;L+Q%|Us48h=6SnW0l0=_qt1gMxQ3CT=;LuB zHo9>89|O#@D!*>j_XhpnMh@*?$Gdw0FNkfup#R(aTd6^#^l@;+#zI2!*=#skHQJ7T z;Ah32e8{bm|2s4et1eZHsXhZ|*F|TrSkdwkOVJj6xx4+-@zOKcBEo}nV}w)g$PXH! zwe}?HqfcUqSf-uVV@as{bN%G4W#MD6l|$g@k7^=qK!JhLphW?kLOZf9v1<$Clws(` z=@5l67cHqKB|gpJMuizE903z*R3wO6nntx3>D<bPxxz+=7Z==9?x;5LnuZi2|BTka z)T}~_hzPSiISJXLQI4$Ly1q*}$Yn7vUxKLi3R&+GSWtL~hq1wO8u1zpR2XeRAnk0^ zW|7qQG;F_gzI`zr1u>2W+gAb*Dk?(=Awdd-53ik+QQ_@Qk-cADyC-O!N=oWfK;Qw_ zbgJj;?SYkHPS{xEYGvu@VhRQNG`kq-6h59LIf<qQHO+M*O4`~EFZcT5OSO1m)OAn4 z-Rw*P!XqP$)Om5kM8@^(dm58d5sVQ5h71)|=1bMpRc$>vSihDc^vy$uUYeV$%1T1N zaB(-158Ui>HO_O$%Rzzh23uV`9?HhoaIov0q^`rhr^)_%k7OzhBz5X2e*M+|Ui9aH zqi#2`+QEsrHvuAJ;pg9Tn*F~G=0U=J#xupoleBau84c`7(cUJJ^wOJ@l78w4jKf57 zi?(<xbJTSiTe|D{!C8bb9-lx<uW-LHt;p<^?L9t6aRrCDm!bX`6_yGZsuRQ&W1A;H zr6pxcpi)Uu8{rxQ|7a9XbhSe!GTb3Nh=2kPcHDnWm+Od7j{PiR?!^~H?(qq5Eu}l2 z8%FCJ3a}}eZk5(1f$?biXVQ#cMy?U@qKez+J6DNxXeMK0jFV`e)G24`SU=NHg-EKG zn?~a<JEPi2U8`@hikmAp#!azc9_<5DU0Q7xhLb^tj5^l(Sp$louKY+P8-%`%?=C-< zm%njZ|DB}Z*fzhuCmv(Xgp$CJ_b~6o^9(XGV}gJSMx0&OJ2&_L;5OUcyYgV*=^sVJ z`?YCkDWiG)EoRI7{b^3xDK#YxadUGsu(!8Y1W`Q`*CqkhlWZVet8zpiE%lJi3h-U7 zdCyv*K<|vFBj-N?hcQZ*{{=cc693v`^ye(`;s1Ao{dd3pXRBqs=N746ykWlk6IN?L zARj14{^7SmxuHn?c!&x&HV*rs(dj|(?2-D|qjJN2-Fp7$MeP$KXwOhQiOO$YLz2ua z!uiDNqZ8*exIfc_X~QOqs0q2(+WbL>dMyTHUQ7^38}Ub+!6J87<;ItkiA8zzmo?N= zM<bGs4MJn?k`QR{IEye12x5!^ME|C2tW%-o&hkD@YzeEHoGUS!@FgwG6Vd-!v1FSn z;gB95zl}zt?l007){ce6v-72{9kocVhFj~iXoa9J>C%v|Na2z$4C|(E9yk{*L+m?P zW%nZD<MZmjGT6QH_?-+)I)B^(ZT&AIP9Z&n5%uR_Z|?!lq9m-;Z9cskuW?&=e`6L< zZh=h>?)HqC`E?*UjpM&NE{w8;c<nh7Za*ne;|gyZN3-U}%7yaKmUannzc;|3w_o2# z^AS;#5e}YXp<P10={aEnyosgMT822p#iqGFb5s0@bN-piMB(@hU8#8_KRymMNQD50 zB4wWH7j+Sg+b9Xsn_unVZ$jH0*xb^5Bu~3FzEpWPoLy5{DlMFr(OlT5PJ)3R;B6=U z032HVh1<x+>9Jp5ZU606vUildi49`+O(3-9Yf>OMGix%H!R1wMd9DTMlM3JI=@IfZ zGb@~3+Neh5Ae8kF8PcLAs1Ta}HXO|&Ti?^(uJcdAILGr|2e&?#Jf|u??9k8K&u!V@ z8LSip+Su9J-Br-3-|rGFnE=A)J^rq@^B)u72a6qBb8&I?PwF(z-lt_8o@h-)grhBd znx#ECxsX;gI9c=-gb$|_0<dN;ws>*|aB+Svh;jLFm3;n^f4jCdJDWE`ofZ%PY)`+( zc&Qk?syc-HQQ9po_I@M$rulw>MK~z{0rAIIOf^x`_dA#vDG0>3O)Q`Houwqn-O-hO z8c$)c*oUL~b5XHu57jNYUa>Rbe@o%3D-|k&nPA9PaeJhr(?5h`#K_>E`n_X3<>D?8 z`VC&c_w4?6y0XmZsKg%<Z0grPYjzg<aTv;9Vqi^vr<zBS_+6HlN@Z*xSL>x0y`p&P zt+Zj#wGT?f7?l3UmAUMi!``6_OGndomg)~0p*vBWH<Y~Q!09rOPqHwvuO2tst<uxr zv8UGR4y|=|Xn$8gGSr+3jU%C@X8}hD_QsXVRVGd0#uHjq#uI5Q-y&^(l8+aJFz6{a z+{nwPA7xx#uCxcrA%nFZOqh@bnWj+EB!q;75noV-oxtfrw<l6e<2-S$ug5KH&q=PX zJ<=ktLxX6RvH3{#WAb2tTr7FC^)n?U#T&g8{{gLfOW#oSb3pXO<f|<bs9{*@vk``I ztcwo-qUd1%fa3B<XMdVfQE6H)Trai}fpH8s@8u~arF0m=+Sb%pBU{BZR&}GPN80)_ zTa9N$SmyPB|DxSW%fPoAS7<X4>5#U(mIM)?SK~qmjw=B@Y<qli+G@IdKB4v9!*&AC z{#q?kH^_mdnJJ=3MAUY9Z7r!^DR6rh>!b0|pU|QBDfkHjT>VW<Wm}5Mi}#0~Lt(D+ zLY^%DY};i9R#emj{++ss(+(-YEoP}LGmaCyTdXW%{0Rj*qM6C|ZY*olJ}m;+%PHYJ z$Cu;N_9X!3+o6V|G0614+j>2VsudB6B}I$8((`iNG2LRiYpOT!mB)k4h8b{H@|V<E zsQ`+I5C-5Z(s_qd0o|chJpp+nV)6@MwC!fo+eoU;0cnD*A)IZ(c6@voVs@T!h1x=m zy@J?ecL{%rSM4&jAL6rxhs0p76%=f5O%;4}Z1UowlM3Rf9V05=VsWt<@DG|TA;`ps z7$|2X{uabXQt*u-$eg9Nv>noAG)0{ukc|5?_k~1EK6doJsI-Udm^Q#YfeSBN8ni_# zYiLO9Z8MXzj2@wr(-veo^G^6zYcaMock9L7p~1c;fBNxT1>4nQyy|th3$47A$&NNa zXVIHL)|lVoFdo+mV{!H}IwIx`3Pwiqx~phWgY7df&vcz4x4J4~Z*)Z5mYyUL0XyF( zcGc0_z`%L{J0hY^kVz_mNpeqJ8Jx0=dk^1!y!YWwSgu~T*B#<^7>VyEU`r|OdFjU2 zkGI-Cm^_PtYSc(;HlChlK=V(Z>R{v;bB94DT6R1Ukh!nj<(#Z@7wy!aD=hJl$FkX6 zT%_mxN##=!iOSpC|GE8|@@~9xF?h8JeA;YWQJ+~*uMSw$gxVq|Nc<jm>{=Xtd$2s_ zyqtHcS@2+s@Zw|t;^sONL-NkL2DESMK4%xrMMK9IEbR_r{gQ}KacEw=4`1*37(jIq z=~s}P4*`<`lWt&k>HM7e+MR_3o6`=PBLh?5DE&&)RyTtul2jc^Bt$`@as)zVddy@A zAOatNn<T6K{m~EOwvK({6G<-74~5yBGF?``Z}YeEEL;x+Tmw^cE-o+5en4}v&j{)9 z*@D;r1M`$cI~Oz<w1Efzff(-H1ib<o?BcN*630|q_$erCdFiRttOOS^&YvH!BI6Ws z!tWKKp_Jh3-3KkrqoF~lUl_ppX9{EIYY1T96UT6_`5SIGt{j=dSevGFu?AlDG|2cU zT}MZn46`Ahf?Cj*5fq-BjLD+~a6o0Ir|08zyFazk2pxSRr=g@F>EFRsfisaC=DN*| z=XDcO{d;wF^CB;5vLmX)>>f-*MT7@Q%1&ir1dQ<{l@!Yo45%2$r{!@1M9a!*G9xDA zEe~=imQ~yo-HsyS2$_#@Arh(D*!UAb8lRlC_J*r`Xt-YaU{FeRj`d&Rd`yIu{4h=O z40j=7XQSK$vy`<YUe=j(6gSKjyITLGY!de#;XrJbaBL$b^Fd^Yv9o1mw5bUxcadWQ zDTlk{3RZef9X1cqAdoK@<j_D^cXbB7y}rgSY<2hcyxniiSFJiuFTU5YzPq<_c?;X_ zQte_gYj}wzwu5Tlc>h<{(w^uQ-9=7<(W(67-iE{SRKMF#P_NsONKf7$2Nl`GWQ|?* zSsh<jZ}oVo5}7#ROQi&wy06c>fGWT-lm%`CWnvSp&4T{q*qwfWY-3MuVad~TWP2?D zR^mQB{D5?UtHXckJES%{?NjI<b>AIC0NkRCnC&re)tXmm2o>p-0c9uj0n+lxuBQEO z)cyVa0svTwHQiET?yy%ZTv}3}z*I2b|BNh8Tm29_mCgSRwJMLt?>k#8O|H<}>J`Lg zrs$D^S=KjQ)h}Oz0Zp5}7u_uVXuw{GX9-V5<j;+gox1HLUwbfV1qo4+H85K@zApC` zW8EbcTUeADBTF*@C=GgsmjJ)|t6`zLHPj$L4qjTL^3T`f<7wNdAS1Zu_#Zj3g8S<F zB^y@1s#@oMs!UmbfNL)<l7H1LE-tn@qauyqtP8t$4}5u+uiQZ{tkCLkH3o)AVj-QR zBPl_N8q;`t3m@R$IXa@w6sn2xgyx)r`kYoV$&J$D@?lo`8`#~4wXK$BCa0$ak;9S> zovm##&iv{kf0B@LFq)LXuOR%UT2@94$a`JpL)`9nEdRs0HxTUqu<;F5_~G@YKR3ry z>T$v7o&1{PcME*&>1OrBoNZiq4gU9SS|bIuc`_@$y`r+<U{uvR+7$DCVX|y9NBX`Y z7yMX$<K$p0qP!gna^8(th_VnD{F3k5qb{S@6?Z4XY^~fsYLs7YS{!BuBoOzS?T2&! z>^E<)-JPE+{~QbU2q9o*q6q4~+Vob|9*5vJHg~^meVjzybjNKiN6qIL{#_|VXr$P; zl9iG|<;Rbm^dsCCGDH*LPDxGE8|Z}YyvelwO;;SZ?&Qq-I5`bRu+#VD(x}YsErD+} zNm-bw>+bypwrW2}`s@%@IP3ilQyI?x^(Hr@SKy_p?raF>t`QUC*BUek%7JxmjJc8R zLY(^g{YUSJUZMI2)#usjhpidEmld<q`Vo>`9>3j)4<EjUyIB4er}Or(4RDo1f7{L5 z10tA8VS$VTJg(OI4LL%FZ@o(Wfa?iz-|#%hj(+d~$E^RZc$llq@8C1|Djil+)2RMu zZF;(~UPou;#_g)iy}7xg;@-o+Kr5{#2iN~fxMsq}_2lI1*Y57eUg-p`atmXTWdVPo z8mkzf%I18*Ns+=>dHDwt9Fh;4^WRAW<f*CBzfAgN>h0}s)|C0B2T^|Rx!8HI2X_xA z<Mi|>d;UvJHZ1h!*(Z8UaFJeE^ocl3dL<`80_vjZ^ck7Zx-*DQy)Vp+#w(KE&rVKV zS3r-MX7_J<QHb0&M<Lz^%sqcF7=MN+9^}sav1_Qx8H&2wczY8AV@L7p=IIc`v`M2n z5o<@gfnn@3Tz~~KvKZ4<3yz^k-s0K(blL)PObi5LUYQs?;M~Ee-Q$dIU5}m9UAKpN zqT_j(AS_cx)kSfN`AOH-aI+aK^AM}u`F(TC28gt^3&Dq|Gu;~|*thcs>pQu4Uh|yZ zeS9Xfsui~8wmxKufY!&Suj|^sj10Yw_98Rz^E-+y{unCR9C3j8%KoptkI=RgW=Np^ zW83^xD95%xiRb_v15XQIq5#{ILp0{L>v2ts=kuRGm5(zrf`7fg&nV*2Bgo4I*Yxzb zxh|wEF8b&Te5<KDaq@pD9aD|hGi27l=#LS8o`VC)*LKzrm#HG^Ikt(e7JliLPxVog zd|1O~WChpLbkrzq%`Jso%$hk@ca$F~q>>GeB2xp);9YdSq}16=q@n|asR3B-$o5Ei zZgU07@jb=0GoL_pia16{Nj0n#v}NhcQ~7`Am$|u5QuKnQRV`H$RMb@2U;xM*Y@Fe2 z08UYO11GjQs61hThxHw`itFR!;}dG-9DM^t-_!Bj_fHg)Gn4=c6FOQZq9rKd_otZ? z^iPGLzPH1U6RBkYkT%b|#1`PLU+XVG!62WP-_hOH_88d}2(i<iX7oOLst^uG_!P=Y zOaZ8AzZ&+UozbWa$+h2Dvt5Uh*|IHxDJz=bY;S)K4Go>i%*e=*m6H{H*>c1d5y&5M zA<;7Me}e-J$Hp#&D`Mt`FNg%I4mdmSk1Hd<^}QC$PXT4{b-Oe6|L$j3)|5X5gAJ9_ zW*~7w7Nhme4Ro{SOL|!EN7QCOKqrQ}y0WB%6hfN5AFq0r-E~1{>q8W0k<va6Hp1;g zQ)e7%$qr78h0x>6mcR7&9UNB6P9P#F#mei#=!862jQZ)2m-Up}EYz{1^#PBCr55$P z>x9`o%Sq}!O*yCP=K5w~3Jz`-b}B34*30QRHwT)}Ea64?;}v?TNVcEy+qXBtI04tb z49~Ny!4D0EA(|q)Wrlf&v`6`)&9q_ldh#<*wG58%eq#neI@`$JL?p82d^U$4F5SE> z)&ne|@0ZJFQ`eECY6Mh`6qBINR(HWstP46no7GkCzk|a<HZZ~dUwq$Ow1<9jn)oso zGq6;b2N;#l(CwG&=y-Q{duhvi^Q$YSyWafxl#_F?14)-*f6KXe`}OPBZ^@~tC26TC z*`QhwvF1Uvq1>tZ=KQZ=dYhh7wrG%)i<HfJ<ivz<Ng^Vgdy?7rS)YIzLF+@o;7e9G zA8{`C>BFT-n0-7v?>e1qISQD%gnrL;^W>WP>>Q6|rP0!-pv`#JIeiI2#EY>R|0_ga zYDLGCrKRV{HC<5MnA<K+Zbk>}7NW-7%g^<8H;a7|vioTEozt>12c}zuFclH_&~yxO zkI=;z|3DuwhVT&Vo7>YjGE@%=SI`vp>CP%Kv)9ClwAOup+>1-6+n0z~3UxvZ7Elwp z@S=U2k`lk92OS<A&1q?9B2ZaaJckDdi$|)mr}p3kgWdxIY8U3`p_<5Eg{QK!&DO6t zv9<zf`S)+jVwGjkP>6X8#Fq$YP7crg2wZ1{=Q-GK<Ak36SlT7c?Td7~AF27OsbQc@ z%$HhPl2@fkB}|6#ZC&Yl5r`cfSwI(a-&3`RNJ<H5TRtj@hDSw#rF;SrYlAr6o2h^{ zOkvU>nW7dZT1NA9UfxG~vDXaS$kqp4ulCtO|GZn4-g|r~hP~MKso3x~oEO9<-D=|T z-nVo9B3{#1iDm@T_{|Fna`IrxfqGP7vYh1Nxvn@k{llGkj`vzA@`3?!@*eWbXI{6z zaME!^X7d9I4mUg+f!2kxe*>p7U1sq#Ik@WU>!0J}(S9y0sJA`+(j)6yrmg)A7Cqlc zSX-C9Z|93QxW;U7Bwz#&Y8Ad6UBE`#<<b^9%RUuEpvph&98b7>XVwHgrr-L<sJhoE zT3%CO_By!2|F?2t41TS^Rmh`zZyXa`9QhFlZCVsMo`J7v_$8$8&@8=XPbl@E8xpb# zn`D^3T7U~HK<ySBIJchIX+e-DFC4GZ?Yq#?t&o+2C0QG}zyB^=_XK0tp)kbJ?4J=4 z$?ex_>;J}61y)B!5kb{a#ip7yy)Uz9x6P96lLI6UtE-y{`ci)kN(7(Ivbc-!($;q9 zjyCS+SrlJet8K2VR~fZgC#a8$rVkDMnx5ur_yq$?K^)=d>^y6;pEq=}j0k27TOdbk zs}>LNqt%oc(td^a_x3)IgY`)jHBFNW-YKxU;JPhE8o`NVNrzNhxGcv?S06p|BY_*p zGe}6B6_mUpiBS~^!&Wga4l%Lm{kcUuW?(GZ)#c5=n{6g#2@V$g5%x5{X8cF=_I9B` zcej`PLArV_M*J{0E7}~dPqkdL$96*?b4W^4W2fF|qq7{(Ihi7+qBT7QOP6c|_?!Z9 zK!B4NtKx!KdPq9TLwreNsq_zQG~+jQRy$bciR3cPTzeZk%#c>JN~BybT4_ih@!k<Z zHss=%nduh4)3#>FG>iG<l%wso(3hSl+k	V8xsJ;V`Bc`fm@=V6C9EGctJAocWT2 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/iframe/dialogs/iframe.js b/public/assets/ckeditor/plugins/iframe/dialogs/iframe.js new file mode 100644 index 0000000..9c811a0 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/dialogs/iframe.js @@ -0,0 +1,10 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function c(b){var c=this instanceof CKEDITOR.ui.dialog.checkbox;b.hasAttribute(this.id)&&(b=b.getAttribute(this.id),c?this.setValue(e[this.id]["true"]==b.toLowerCase()):this.setValue(b))}function d(b){var c=""===this.getValue(),a=this instanceof CKEDITOR.ui.dialog.checkbox,d=this.getValue();c?b.removeAttribute(this.att||this.id):a?b.setAttribute(this.id,e[this.id][d]):b.setAttribute(this.att||this.id,d)}var e={scrolling:{"true":"yes","false":"no"},frameborder:{"true":"1","false":"0"}}; +CKEDITOR.dialog.add("iframe",function(b){var f=b.lang.iframe,a=b.lang.common,e=b.plugins.dialogadvtab;return{title:f.title,minWidth:350,minHeight:260,onShow:function(){this.fakeImage=this.iframeNode=null;var a=this.getSelectedElement();a&&a.data("cke-real-element-type")&&"iframe"==a.data("cke-real-element-type")&&(this.fakeImage=a,this.iframeNode=a=b.restoreRealElement(a),this.setupContent(a))},onOk:function(){var a;a=this.fakeImage?this.iframeNode:new CKEDITOR.dom.element("iframe");var c={},d={}; +this.commitContent(a,c,d);a=b.createFakeElement(a,"cke_iframe","iframe",!0);a.setAttributes(d);a.setStyles(c);this.fakeImage?(a.replace(this.fakeImage),b.getSelection().selectElement(a)):b.insertElement(a)},contents:[{id:"info",label:a.generalTab,accessKey:"I",elements:[{type:"vbox",padding:0,children:[{id:"src",type:"text",label:a.url,required:!0,validate:CKEDITOR.dialog.validate.notEmpty(f.noUrl),setup:c,commit:d}]},{type:"hbox",children:[{id:"width",type:"text",requiredContent:"iframe[width]", +style:"width:100%",labelLayout:"vertical",label:a.width,validate:CKEDITOR.dialog.validate.htmlLength(a.invalidHtmlLength.replace("%1",a.width)),setup:c,commit:d},{id:"height",type:"text",requiredContent:"iframe[height]",style:"width:100%",labelLayout:"vertical",label:a.height,validate:CKEDITOR.dialog.validate.htmlLength(a.invalidHtmlLength.replace("%1",a.height)),setup:c,commit:d},{id:"align",type:"select",requiredContent:"iframe[align]","default":"",items:[[a.notSet,""],[a.alignLeft,"left"],[a.alignRight, +"right"],[a.alignTop,"top"],[a.alignMiddle,"middle"],[a.alignBottom,"bottom"]],style:"width:100%",labelLayout:"vertical",label:a.align,setup:function(a,b){c.apply(this,arguments);if(b){var d=b.getAttribute("align");this.setValue(d&&d.toLowerCase()||"")}},commit:function(a,b,c){d.apply(this,arguments);this.getValue()&&(c.align=this.getValue())}}]},{type:"hbox",widths:["50%","50%"],children:[{id:"scrolling",type:"checkbox",requiredContent:"iframe[scrolling]",label:f.scrolling,setup:c,commit:d},{id:"frameborder", +type:"checkbox",requiredContent:"iframe[frameborder]",label:f.border,setup:c,commit:d}]},{type:"hbox",widths:["50%","50%"],children:[{id:"name",type:"text",requiredContent:"iframe[name]",label:a.name,setup:c,commit:d},{id:"title",type:"text",requiredContent:"iframe[title]",label:a.advisoryTitle,setup:c,commit:d}]},{id:"longdesc",type:"text",requiredContent:"iframe[longdesc]",label:a.longDescr,setup:c,commit:d}]},e&&e.createAdvancedTab(b,{id:1,classes:1,styles:1},"iframe")]}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/icons/hidpi/iframe.png b/public/assets/ckeditor/plugins/iframe/icons/hidpi/iframe.png new file mode 100644 index 0000000000000000000000000000000000000000..ff17604da22bf1ecb420fa142dc5fd35d6c1356b GIT binary patch literal 3091 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/iframe/icons/iframe.png b/public/assets/ckeditor/plugins/iframe/icons/iframe.png new file mode 100644 index 0000000000000000000000000000000000000000..f72d191553f382efc7cab78ad1ec4eb13c4b446d GIT binary patch literal 989 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i(>G5S#}JFtwUcdqUYClr&A-22*YHa-pMXzZkdSavrizKL?2fa( z3pIU?EaaQQC(-Pq=f`v8$iahWXUy1r=U~Y$J}&NZ;XR_A9bHKtoD=ID8o6FNX(njq z#<xdzOir(#SA1@Ev5(#S;}Xq>A0BvHcKPz<!~a9KMm_!XX;RwePL(&`H(Y;x^l4FI zPa%^$Q-9-j>pSZY_#X)NylytTx4WDB-Me=i-jw~Wf2e-I&qPXg_0=pn&-I?0rcIx| z*V)<mJyX3@^1K}}dVAvZ%XZ72e*DqqK;Cw1V`JlDVGfq6rh^I74WGGch*bUm@#DwQ zd-v|eS<TgBT>V|B|2Xp`hB?P(G+(`Xb!&#nuW}WkKpVMmqnR~)Q|{z_x1J<3>E7)- zcVgJTF)m-ie$dHi<{6J)3PPPzmMvdC)kEb;(ayYU*RIt~5wW(idi3N8i|5Azi$BsE z6gXE4UwYix+4;4xvGHxx+HWg@Rt9KIy>aW-t<IxK^O<M5Eq2^|bIHYwHNR^1-M3cU zKkLAzHJ3MU-mK}FfA-wDy6qb_eE9U{&6{-3$7{p7y_Oz&_)u|aP-oTNbEi&uU3yqB z$8ODq>(|5mmImc}IbB-b>GEiE(N3B7Z{L1p+&gK-)vP)5=U>j-?g^Cs^8NdCc^13* z@2eA5DH}{$HhtQ(IQFaqat2DBw{PG6eddwf{Cr=bE3Zr4+}!3domVL=Ej{}6tLegk z7l9Ts|I%w}Vq#-sndX&CG1Q21u<ToN{dL6Etf_P7&Sg$GBw_rl#Omd{cWKGVkJAbY z3@+!GNy^Hm78PycP3VziJ+|rQ8^^6ttxgLYRLa#R|76o(OrGmk<~g5-pMQJv!34)k z#}7yZoJ=vg?^Ptu#d_jtkw~|z%F(j&^6d>wA9!YXEx+uz|9<_39XodL)$snAdN!?o zqKLLwH!#q{n_~3J?LA{Ief#t0kJSeu3)WN9QvVv5n{U_4j1JlppkY&>HvhbGXW4Gw z)mIO_|6bkDZ`Cfu#Pa9j&tv-EzJJ%xHItr}n%MI&zSw^gXJLYyCoo&6mbgZgq$HN4 zS|t~y0x1R~14Cn719M#ilMq95D+6O7(l#)%GBEI6vKyFXkTm4xr(~v8;?`jEllcfx xgCxj?;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1STJYD@<);T3K0RXAwzk>h( literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/iframe/images/placeholder.png b/public/assets/ckeditor/plugins/iframe/images/placeholder.png new file mode 100644 index 0000000000000000000000000000000000000000..4af09565523acc4a8416b138be66ecca52a4782b GIT binary patch literal 265 zcmV+k0rvihP)<h;3K|Lk000e1NJLTq0027x000{V0{{R3FsJIa0000mP)t-s{{R60 z5fT3)BL6cp|3pOpRaO6HX8&nv|95x)h=~80ng6P)|IEz)-QEB0?*IS);XU_p0001# zNkl<ZD9>XkV88<k82JC=0SqHr`a!$_1M_DF2Alt%8SejPSbu;M$l*bfHvIqpv;04i z{|6lUe>3J!<oqm;q8lvzSM-0wA^qRX`p)Rm1`Iqv^YZ>H|K$G7!NmbG+#X$bL;o)Z z2G-x)N-|gt|HAb}?!Vz{?gSsK(*G1M`2U|Un|r|=kl~yoK0@(G<Ig1kmB??zED8`H P00000NkvXXu0mjfEk=Ep literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/iframe/lang/af.js b/public/assets/ckeditor/plugins/iframe/lang/af.js new file mode 100644 index 0000000..71eb910 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","af",{border:"Wys rand van raam",noUrl:"Gee die iframe URL",scrolling:"Skuifbalke aan",title:"IFrame Eienskappe",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/ar.js b/public/assets/ckeditor/plugins/iframe/lang/ar.js new file mode 100644 index 0000000..8b90f6c --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ar",{border:"Ø¥Ø¸ÙØ§Ø± ØØ¯Ùد Ø§ÙØ¥Ø·Ø§Ø±",noUrl:"ÙØ¶Ùا Ø£ÙØªØ¨ رابط اÙÙ iframe",scrolling:"ØªÙØ¹Ù٠أشرطة Ø§ÙØ¥ÙØªÙØ§Ù",title:"خصائص iframe",toolbar:"iframe"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/bg.js b/public/assets/ckeditor/plugins/iframe/lang/bg.js new file mode 100644 index 0000000..23b9a7b --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","bg",{border:"Ðоказва Ñамка на каÑеÑо",noUrl:"ÐÐ¾Ð»Ñ Ð²ÑведеÑе URL за iFrame",scrolling:"Ðкл. ÑкÑолбаÑовеÑе",title:"IFrame наÑÑÑойки",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/bn.js b/public/assets/ckeditor/plugins/iframe/lang/bn.js new file mode 100644 index 0000000..a7a9ee0 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","bn",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/bs.js b/public/assets/ckeditor/plugins/iframe/lang/bs.js new file mode 100644 index 0000000..f37043c --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","bs",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/ca.js b/public/assets/ckeditor/plugins/iframe/lang/ca.js new file mode 100644 index 0000000..18bddf5 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ca",{border:"Mostra la vora del marc",noUrl:"Si us plau, introdueixi la URL de l'iframe",scrolling:"Activa les barres de desplaçament",title:"Propietats de l'IFrame",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/cs.js b/public/assets/ckeditor/plugins/iframe/lang/cs.js new file mode 100644 index 0000000..37b25fb --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","cs",{border:"Zobrazit okraj",noUrl:"Zadejte prosÃm URL obsahu pro IFrame",scrolling:"Zapnout posuvnÃky",title:"Vlastnosti IFrame",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/cy.js b/public/assets/ckeditor/plugins/iframe/lang/cy.js new file mode 100644 index 0000000..f8db604 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","cy",{border:"Dangos ymyl y ffrâm",noUrl:"Rhowch URL yr iframe",scrolling:"Galluogi bariau sgrolio",title:"Priodweddau IFrame",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/da.js b/public/assets/ckeditor/plugins/iframe/lang/da.js new file mode 100644 index 0000000..5411533 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","da",{border:"Vis kant pÃ¥ rammen",noUrl:"Venligst indsæt URL pÃ¥ iframen",scrolling:"Aktiver scrollbars",title:"Iframe egenskaber",toolbar:"Iframe"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/de-ch.js b/public/assets/ckeditor/plugins/iframe/lang/de-ch.js new file mode 100644 index 0000000..c28d02f --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","de-ch",{border:"Rahmen anzeigen",noUrl:"Bitte geben Sie die IFrame-URL an",scrolling:"Rollbalken anzeigen",title:"IFrame-Eigenschaften",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/de.js b/public/assets/ckeditor/plugins/iframe/lang/de.js new file mode 100644 index 0000000..2556d57 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","de",{border:"Rahmen anzeigen",noUrl:"Bitte geben Sie die IFrame-URL an",scrolling:"Rollbalken anzeigen",title:"IFrame-Eigenschaften",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/el.js b/public/assets/ckeditor/plugins/iframe/lang/el.js new file mode 100644 index 0000000..cecba9b --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","el",{border:"Î Ïοβολή ÏεÏιγÏάμμαÏÎ¿Ï ÏλαιÏÎ¯Î¿Ï ",noUrl:"ΠαÏακαλοÏμε ειÏάγεÏαι Ïο URL ÏÎ¿Ï iframe",scrolling:"ÎνεÏγοÏοίηÏη μÏαÏÏν κÏλιÏηÏ",title:"ÎδιÏÏηÏÎµÏ IFrame",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/en-au.js b/public/assets/ckeditor/plugins/iframe/lang/en-au.js new file mode 100644 index 0000000..8e2821f --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","en-au",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/en-ca.js b/public/assets/ckeditor/plugins/iframe/lang/en-ca.js new file mode 100644 index 0000000..c25669e --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","en-ca",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/en-gb.js b/public/assets/ckeditor/plugins/iframe/lang/en-gb.js new file mode 100644 index 0000000..214388d --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","en-gb",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/en.js b/public/assets/ckeditor/plugins/iframe/lang/en.js new file mode 100644 index 0000000..8d1407e --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","en",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/eo.js b/public/assets/ckeditor/plugins/iframe/lang/eo.js new file mode 100644 index 0000000..a185507 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","eo",{border:"Montri borderon de kadro (frame)",noUrl:"Bonvolu entajpi la retadreson de la ligilo al la enlinia kadro (IFrame)",scrolling:"Ebligi rulumskalon",title:"Atributoj de la enlinia kadro (IFrame)",toolbar:"Enlinia kadro (IFrame)"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/es.js b/public/assets/ckeditor/plugins/iframe/lang/es.js new file mode 100644 index 0000000..89e3851 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","es",{border:"Mostrar borde del marco",noUrl:"Por favor, escriba la dirección del iframe",scrolling:"Activar barras de desplazamiento",title:"Propiedades de iframe",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/et.js b/public/assets/ckeditor/plugins/iframe/lang/et.js new file mode 100644 index 0000000..7cd5ec0 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","et",{border:"Raami äärise näitamine",noUrl:"Vali iframe URLi liik",scrolling:"Kerimisribade lubamine",title:"IFrame omadused",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/eu.js b/public/assets/ckeditor/plugins/iframe/lang/eu.js new file mode 100644 index 0000000..dabd6d1 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","eu",{border:"Erakutsi markoaren ertza",noUrl:"Idatzi iframe-aren URLa, mesedez.",scrolling:"Gaitu korritze-barrak",title:"IFrame-aren propietateak",toolbar:"IFrame-a"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/fa.js b/public/assets/ckeditor/plugins/iframe/lang/fa.js new file mode 100644 index 0000000..a6bd7ee --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","fa",{border:"ÙÙ Ø§ÛØ´ Ø®Ø·ÙØ· frame",noUrl:"ÙØ·Ùا Ù Ø³ÛØ± URL iframe را درج Ú©ÙÛØ¯",scrolling:"ÙÙ Ø§ÛØ´ Ø®Ø·Ú©Ø´ÙØ§",title:"ÙÛÚÚ¯ÛÙØ§Û IFrame",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/fi.js b/public/assets/ckeditor/plugins/iframe/lang/fi.js new file mode 100644 index 0000000..2813efb --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","fi",{border:"Näytä kehyksen reunat",noUrl:"Anna IFrame-kehykselle lähdeosoite (src)",scrolling:"Näytä vierityspalkit",title:"IFrame-kehyksen ominaisuudet",toolbar:"IFrame-kehys"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/fo.js b/public/assets/ckeditor/plugins/iframe/lang/fo.js new file mode 100644 index 0000000..3ec97a0 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","fo",{border:"VÃs frame kant",noUrl:"Vinarliga skriva URL til iframe",scrolling:"Loyv scrollbars",title:"Møguleikar fyri IFrame",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/fr-ca.js b/public/assets/ckeditor/plugins/iframe/lang/fr-ca.js new file mode 100644 index 0000000..1a43ea6 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","fr-ca",{border:"Afficher la bordure du cadre",noUrl:"Veuillez entre l'URL du IFrame",scrolling:"Activer les barres de défilement",title:"Propriétés du IFrame",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/fr.js b/public/assets/ckeditor/plugins/iframe/lang/fr.js new file mode 100644 index 0000000..c5bc58c --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","fr",{border:"Afficher une bordure de la IFrame",noUrl:"Veuillez entrer l'adresse du lien de la IFrame",scrolling:"Permettre à la barre de défilement",title:"Propriétés de la IFrame",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/gl.js b/public/assets/ckeditor/plugins/iframe/lang/gl.js new file mode 100644 index 0000000..5326e33 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","gl",{border:"Amosar o bordo do marco",noUrl:"Escriba o enderezo do iframe",scrolling:"Activar as barras de desprazamento",title:"Propiedades do iFrame",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/gu.js b/public/assets/ckeditor/plugins/iframe/lang/gu.js new file mode 100644 index 0000000..0c6aed9 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","gu",{border:"ફà«àª°à«àª® બà«àª°à«àª¡à«àª° બતાવવà«",noUrl:"iframe URL àªàª¾àªàªªà« àªàª°à«",scrolling:"સà«àªà«àª°à«àª²àª¬àª¾àª° àªàª¾àª²à« àªàª°àªµàª¾",title:"IFrame વિàªàª²à«àªªà«",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/he.js b/public/assets/ckeditor/plugins/iframe/lang/he.js new file mode 100644 index 0000000..4c22777 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","he",{border:"×ר×× ×ס×רת ×××××",noUrl:"×ש ×××× ×ס ×ת××ת ×××××.",scrolling:"×פשר ×¤×¡× ×××××",title:"××פ××× × ×××× ×¤× ××× (iframe)",toolbar:"×××× ×¤× ××× (iframe)"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/hi.js b/public/assets/ckeditor/plugins/iframe/lang/hi.js new file mode 100644 index 0000000..8699b82 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","hi",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/hr.js b/public/assets/ckeditor/plugins/iframe/lang/hr.js new file mode 100644 index 0000000..6cf8b83 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","hr",{border:"Prikaži okvir IFrame-a",noUrl:"Unesite URL iframe-a",scrolling:"OmoguÄi trake za skrolanje",title:"IFrame svojstva",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/hu.js b/public/assets/ckeditor/plugins/iframe/lang/hu.js new file mode 100644 index 0000000..94bdf85 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","hu",{border:"Legyen keret",noUrl:"Kérem Ãrja be a iframe URL-t",scrolling:"GördÃtÅsáv bekapcsolása",title:"IFrame Tulajdonságok",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/id.js b/public/assets/ckeditor/plugins/iframe/lang/id.js new file mode 100644 index 0000000..6b0bf66 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","id",{border:"Tampilkan Batas Bingkai",noUrl:"Please type the iframe URL",scrolling:"Aktifkan Scrollbar",title:"IFrame Properties",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/is.js b/public/assets/ckeditor/plugins/iframe/lang/is.js new file mode 100644 index 0000000..bb669e8 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","is",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/it.js b/public/assets/ckeditor/plugins/iframe/lang/it.js new file mode 100644 index 0000000..54f33be --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","it",{border:"Mostra il bordo",noUrl:"Inserire l'URL del campo IFrame",scrolling:"Abilita scrollbar",title:"Proprietà IFrame",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/ja.js b/public/assets/ckeditor/plugins/iframe/lang/ja.js new file mode 100644 index 0000000..039c578 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ja",{border:"ãã¬ã¼ã ã®æ ã表示",noUrl:"iframeã®URLãå ¥åãã¦ãã ããã",scrolling:"ã¹ã¯ãã¼ã«ãã¼ã®è¡¨ç¤ºã許å¯",title:"iFrameã®ããããã£",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/ka.js b/public/assets/ckeditor/plugins/iframe/lang/ka.js new file mode 100644 index 0000000..e838899 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ka",{border:"á©áá á©áá¡ ááááá©ááá",noUrl:"ááá áá¤áá iframe-áá¡ URL",scrolling:"ááááá®ááááá¡ ááááááá¡ ááá¨áááá",title:"IFrame-áá¡ ááá áááá¢á ááá",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/km.js b/public/assets/ckeditor/plugins/iframe/lang/km.js new file mode 100644 index 0000000..629c783 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","km",{border:"áááá á¶áâááááá¶ááâááá»á",noUrl:"áá¼áâáááá á¼á URL áááá iframe",scrolling:"áááá¾âááá¶áâáááá·á",title:"ááááááâáááááááá· IFrame",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/ko.js b/public/assets/ckeditor/plugins/iframe/lang/ko.js new file mode 100644 index 0000000..99441b1 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ko",{border:"íë ì í ë리 íì",noUrl:"ìì´íë ì 주ì(URL)를 ì ë ¥í´ì£¼ì¸ì.",scrolling:"ì¤í¬ë¡¤ë° ì¬ì©",title:"ìì´íë ì ìì±",toolbar:"ìì´íë ì"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/ku.js b/public/assets/ckeditor/plugins/iframe/lang/ku.js new file mode 100644 index 0000000..bc1ae36 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ku",{border:"ÙÛØ´Ø§ÙداÙÛ ÙØ§Ú©ÛØ´Ù Ø¨Û ÚÙÙØ§Ø±Ø¯ÛÙØ±Û ÚÙÙØ§Ø±ÚÛÙÛ",noUrl:"تکاÛÙ ÙØ§ÙÙÛØ´Ø§ÙÛ Ø¨ÛØ³ØªÛر بÙÙÙØ³Ù Ø¨Û ÚÙÙØ§Ø±ÚÛÙÙ",scrolling:"ÚØ§ÙاککردÙÛ ÙØ§ØªÙÙÚÛÙ¾ÛکردÙ",title:"Ø¯ÛØ§ÙÛÚ¯Û ÚÙÙØ§Ø±ÚÛÙÙ",toolbar:"ÚÙÙØ§Ø±ÚÛÙÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/lt.js b/public/assets/ckeditor/plugins/iframe/lang/lt.js new file mode 100644 index 0000000..20dee01 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","lt",{border:"Rodyti rÄmelį",noUrl:"Nurodykite iframe nuorodÄ ",scrolling:"Ä®jungti slankiklius",title:"IFrame nustatymai",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/lv.js b/public/assets/ckeditor/plugins/iframe/lang/lv.js new file mode 100644 index 0000000..b9db943 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","lv",{border:"RÄdÄ«t rÄmi",noUrl:"NorÄdiet iframe adresi",scrolling:"Atļaut ritjoslas",title:"IFrame uzstÄdÄ«jumi",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/mk.js b/public/assets/ckeditor/plugins/iframe/lang/mk.js new file mode 100644 index 0000000..a4dbb23 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","mk",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/mn.js b/public/assets/ckeditor/plugins/iframe/lang/mn.js new file mode 100644 index 0000000..f45cf05 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","mn",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/ms.js b/public/assets/ckeditor/plugins/iframe/lang/ms.js new file mode 100644 index 0000000..8ff5bc1 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ms",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/nb.js b/public/assets/ckeditor/plugins/iframe/lang/nb.js new file mode 100644 index 0000000..7db1658 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","nb",{border:"Vis ramme rundt iframe",noUrl:"Vennligst skriv inn URL for iframe",scrolling:"Aktiver scrollefelt",title:"Egenskaper for IFrame",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/nl.js b/public/assets/ckeditor/plugins/iframe/lang/nl.js new file mode 100644 index 0000000..348ee0e --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","nl",{border:"Framerand tonen",noUrl:"Vul de IFrame URL in",scrolling:"Scrollbalken inschakelen",title:"IFrame-eigenschappen",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/no.js b/public/assets/ckeditor/plugins/iframe/lang/no.js new file mode 100644 index 0000000..04a9241 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","no",{border:"Viss ramme rundt iframe",noUrl:"Vennligst skriv inn URL for iframe",scrolling:"Aktiver scrollefelt",title:"Egenskaper for IFrame",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/pl.js b/public/assets/ckeditor/plugins/iframe/lang/pl.js new file mode 100644 index 0000000..d085999 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","pl",{border:"Pokaż obramowanie obiektu IFrame",noUrl:"Podaj adres URL elementu IFrame",scrolling:"WÅÄ cz paski przewijania",title:"WÅaÅciwoÅci elementu IFrame",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/pt-br.js b/public/assets/ckeditor/plugins/iframe/lang/pt-br.js new file mode 100644 index 0000000..6710026 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","pt-br",{border:"Mostra borda do iframe",noUrl:"Insira a URL do iframe",scrolling:"Abilita scrollbars",title:"Propriedade do IFrame",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/pt.js b/public/assets/ckeditor/plugins/iframe/lang/pt.js new file mode 100644 index 0000000..b8c8a01 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","pt",{border:"Mostrar a borda da Frame",noUrl:"Por favor, digite o URL da iframe",scrolling:"Ativar barras de rolamento",title:"Propriedades da IFrame",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/ro.js b/public/assets/ckeditor/plugins/iframe/lang/ro.js new file mode 100644 index 0000000..d2ca21f --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ro",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/ru.js b/public/assets/ckeditor/plugins/iframe/lang/ru.js new file mode 100644 index 0000000..8691613 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ru",{border:"ÐоказаÑÑ Ð³ÑаниÑÑ ÑÑейма",noUrl:"ÐожалÑйÑÑа, введиÑе ÑÑÑÐ»ÐºÑ ÑÑейма",scrolling:"ÐÑобÑажаÑÑ Ð¿Ð¾Ð»Ð¾ÑÑ Ð¿ÑокÑÑÑки",title:"СвойÑÑва iFrame",toolbar:"iFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/si.js b/public/assets/ckeditor/plugins/iframe/lang/si.js new file mode 100644 index 0000000..a0b2c1e --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","si",{border:"à·à·à¶à·à¶½à·à¶½à· à¶à¶©à¶ºà·à¶¸à· ",noUrl:"à¶à¶»à·à¶«à·à¶à¶» à¶»à·à¶´à¶ºà· URL à¶½à·à¶ºà¶±à·à¶±",scrolling:"à·à¶à·à¶à·âà¶»à·à¶º à¶à¶»à¶±à·à¶±",title:"IFrame Properties",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/sk.js b/public/assets/ckeditor/plugins/iframe/lang/sk.js new file mode 100644 index 0000000..7685e8b --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","sk",{border:"ZobraziÅ¥ rám frame-u",noUrl:"ProsÃm, vložte URL iframe",scrolling:"PovoliÅ¥ skrolovanie",title:"Vlastnosti IFrame",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/sl.js b/public/assets/ckeditor/plugins/iframe/lang/sl.js new file mode 100644 index 0000000..7b79a79 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","sl",{border:"Pokaži mejo okvira",noUrl:"Prosimo, vnesite iframe URL",scrolling:"OmogoÄi scrollbars",title:"IFrame Lastnosti",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/sq.js b/public/assets/ckeditor/plugins/iframe/lang/sq.js new file mode 100644 index 0000000..4c66e35 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","sq",{border:"Shfaq kufirin e kornizës",noUrl:"Ju lutemi shkruani URL-në e iframe-it",scrolling:"Lejo shiritët zvarritës",title:"Karakteristikat e IFrame",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/sr-latn.js b/public/assets/ckeditor/plugins/iframe/lang/sr-latn.js new file mode 100644 index 0000000..3d27945 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","sr-latn",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/sr.js b/public/assets/ckeditor/plugins/iframe/lang/sr.js new file mode 100644 index 0000000..e7d1c53 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","sr",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/sv.js b/public/assets/ckeditor/plugins/iframe/lang/sv.js new file mode 100644 index 0000000..c8adee2 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","sv",{border:"Visa ramkant",noUrl:"Skriv in URL för iFrame",scrolling:"Aktivera rullningslister",title:"iFrame Egenskaper",toolbar:"iFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/th.js b/public/assets/ckeditor/plugins/iframe/lang/th.js new file mode 100644 index 0000000..6d876ed --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","th",{border:"Show frame border",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame Properties",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/tr.js b/public/assets/ckeditor/plugins/iframe/lang/tr.js new file mode 100644 index 0000000..9096f66 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","tr",{border:"Ãerceve sınırlarını göster",noUrl:"Lütfen IFrame köprü (URL) baÄlantısını yazın",scrolling:"Kaydırma çubuklarını aktif et",title:"IFrame Ãzellikleri",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/tt.js b/public/assets/ckeditor/plugins/iframe/lang/tt.js new file mode 100644 index 0000000..586d3ae --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","tt",{border:"Frame ÑиклÓÑен күÑÑÓÑÒ¯",noUrl:"Please type the iframe URL",scrolling:"Enable scrollbars",title:"IFrame үзлеклÓÑе",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/ug.js b/public/assets/ckeditor/plugins/iframe/lang/ug.js new file mode 100644 index 0000000..156b972 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","ug",{border:"ÙØ§ÙدÛÙ Ú¯ÙØ±ÛÛÙÙÙØ±ÙÙÙ ÙÛØ±Ø³Ûت",noUrl:"ÙØ§ÙدÛÙÙÙÚ Ø¦Ø§Ø¯Ø±ÛØ³Ù(Url)ÙÙ ÙÙØ±Ú¯ÛزÛÚ",scrolling:"دÙÙ ÙÙÙ٠ا Ø³ÛØ±Ú¯ÛÚÙÛ ÙÙÙ ÙÙÙ",title:"IFrame خاسÙÙÙ",toolbar:"IFrame "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/uk.js b/public/assets/ckeditor/plugins/iframe/lang/uk.js new file mode 100644 index 0000000..e6ebb89 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","uk",{border:"ÐоказаÑи Ñамки ÑÑеймÑ",noUrl:"ÐÑÐ´Ñ Ð»Ð°Ñка введÑÑÑ URL поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð´Ð»Ñ IFrame",scrolling:"УвÑмкнÑÑи пÑокÑÑÑкÑ",title:"ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ Ð´Ð»Ñ IFrame",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/vi.js b/public/assets/ckeditor/plugins/iframe/lang/vi.js new file mode 100644 index 0000000..7034022 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","vi",{border:"Hiá»n thá» viá»n khung",noUrl:"Vui lòng nháºp Äá»a chá» iframe",scrolling:"KÃch hoạt thanh cuá»n",title:"Thuá»c tÃnh iframe",toolbar:"Iframe"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/zh-cn.js b/public/assets/ckeditor/plugins/iframe/lang/zh-cn.js new file mode 100644 index 0000000..876c196 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","zh-cn",{border:"æ¾ç¤ºæ¡æ¶è¾¹æ¡",noUrl:"请è¾å ¥æ¡æ¶ç URL",scrolling:"å 许æ»å¨æ¡",title:"IFrame 屿§",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/lang/zh.js b/public/assets/ckeditor/plugins/iframe/lang/zh.js new file mode 100644 index 0000000..5fdd10f --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","zh",{border:"é¡¯ç¤ºæ¡æ¶æ¡ç·",noUrl:"è«è¼¸å ¥ iframe URL",scrolling:"åç¨æ²è»¸å",title:"IFrame 屬æ§",toolbar:"IFrame"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframe/plugin.js b/public/assets/ckeditor/plugins/iframe/plugin.js new file mode 100644 index 0000000..9e61372 --- /dev/null +++ b/public/assets/ckeditor/plugins/iframe/plugin.js @@ -0,0 +1,8 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.plugins.add("iframe",{requires:"dialog,fakeobjects",lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"iframe",hidpi:!0,onLoad:function(){CKEDITOR.addCss("img.cke_iframe{background-image: url("+CKEDITOR.getUrl(this.path+"images/placeholder.png")+");background-position: center center;background-repeat: no-repeat;border: 1px solid #a9a9a9;width: 80px;height: 80px;}")}, +init:function(a){var b=a.lang.iframe,c="iframe[align,longdesc,frameborder,height,name,scrolling,src,title,width]";a.plugins.dialogadvtab&&(c+=";iframe"+a.plugins.dialogadvtab.allowedContent({id:1,classes:1,styles:1}));CKEDITOR.dialog.add("iframe",this.path+"dialogs/iframe.js");a.addCommand("iframe",new CKEDITOR.dialogCommand("iframe",{allowedContent:c,requiredContent:"iframe"}));a.ui.addButton&&a.ui.addButton("Iframe",{label:b.toolbar,command:"iframe",toolbar:"insert,80"});a.on("doubleclick",function(a){var b= +a.data.element;b.is("img")&&"iframe"==b.data("cke-real-element-type")&&(a.data.dialog="iframe")});a.addMenuItems&&a.addMenuItems({iframe:{label:b.title,command:"iframe",group:"image"}});a.contextMenu&&a.contextMenu.addListener(function(a){if(a&&a.is("img")&&"iframe"==a.data("cke-real-element-type"))return{iframe:CKEDITOR.TRISTATE_OFF}})},afterInit:function(a){var b=a.dataProcessor;(b=b&&b.dataFilter)&&b.addRules({elements:{iframe:function(b){return a.createFakeParserElement(b,"cke_iframe","iframe", +!0)}}})}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/iframedialog/plugin.js b/public/assets/ckeditor/plugins/iframedialog/plugin.js new file mode 100644 index 0000000..63106de --- /dev/null +++ b/public/assets/ckeditor/plugins/iframedialog/plugin.js @@ -0,0 +1,8 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.add("iframedialog",{requires:"dialog",onLoad:function(){CKEDITOR.dialog.addIframe=function(e,d,a,l,f,n,g){a={type:"iframe",src:a,width:"100%",height:"100%"};a.onContentLoad="function"==typeof n?n:function(){var a=this.getElement().$.contentWindow;if(a.onDialogEvent){var b=this.getDialog(),c=function(b){return a.onDialogEvent(b)};b.on("ok",c);b.on("cancel",c);b.on("resize",c);b.on("hide",function(a){b.removeListener("ok",c);b.removeListener("cancel",c);b.removeListener("resize",c); +a.removeListener()});a.onDialogEvent({name:"load",sender:this,editor:b._.editor})}};var h={title:d,minWidth:l,minHeight:f,contents:[{id:"iframe",label:d,expand:!0,elements:[a],style:"width:"+a.width+";height:"+a.height}]},k;for(k in g)h[k]=g[k];this.add(e,function(){return h})};(function(){var e=function(d,a,l){if(!(3>arguments.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/public/assets/ckeditor/plugins/image/dialogs/image.js b/public/assets/ckeditor/plugins/image/dialogs/image.js new file mode 100644 index 0000000..1818579 --- /dev/null +++ b/public/assets/ckeditor/plugins/image/dialogs/image.js @@ -0,0 +1,44 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){var v=function(d,l){function v(){var a=arguments,b=this.getContentElement("advanced","txtdlgGenStyle");b&&b.commit.apply(b,a);this.foreach(function(b){b.commit&&"txtdlgGenStyle"!=b.id&&b.commit.apply(b,a)})}function k(a){if(!w){w=1;var b=this.getDialog(),c=b.imageElement;if(c){this.commit(1,c);a=[].concat(a);for(var d=a.length,f,g=0;g<d;g++)(f=b.getContentElement.apply(b,a[g].split(":")))&&f.setup(1,c)}w=0}}var m=/^\s*(\d+)((px)|\%)?\s*$/i,z=/(^\s*(\d+)((px)|\%)?\s*$)|^$/i,r=/^\d+px$/, +A=function(){var a=this.getValue(),b=this.getDialog(),c=a.match(m);c&&("%"==c[2]&&n(b,!1),a=c[1]);b.lockRatio&&(c=b.originalElement,"true"==c.getCustomData("isReady")&&("txtHeight"==this.id?(a&&"0"!=a&&(a=Math.round(a/c.$.height*c.$.width)),isNaN(a)||b.setValueOf("info","txtWidth",a)):(a&&"0"!=a&&(a=Math.round(a/c.$.width*c.$.height)),isNaN(a)||b.setValueOf("info","txtHeight",a))));e(b)},e=function(a){if(!a.originalElement||!a.preview)return 1;a.commitContent(4,a.preview);return 0},w,n=function(a, +b){if(!a.getContentElement("info","ratioLock"))return null;var c=a.originalElement;if(!c)return null;if("check"==b){if(!a.userlockRatio&&"true"==c.getCustomData("isReady")){var d=a.getValueOf("info","txtWidth"),f=a.getValueOf("info","txtHeight"),c=1E3*c.$.width/c.$.height,g=1E3*d/f;a.lockRatio=!1;d||f?isNaN(c)||isNaN(g)||Math.round(c)!=Math.round(g)||(a.lockRatio=!0):a.lockRatio=!0}}else void 0!==b?a.lockRatio=b:(a.userlockRatio=1,a.lockRatio=!a.lockRatio);d=CKEDITOR.document.getById(t);a.lockRatio? +d.removeClass("cke_btn_unlocked"):d.addClass("cke_btn_unlocked");d.setAttribute("aria-checked",a.lockRatio);CKEDITOR.env.hc&&d.getChild(0).setHtml(a.lockRatio?CKEDITOR.env.ie?"â ":"â£":CKEDITOR.env.ie?"â¡":"â¢");return a.lockRatio},B=function(a,b){var c=a.originalElement;if("true"==c.getCustomData("isReady")){var d=a.getContentElement("info","txtWidth"),f=a.getContentElement("info","txtHeight"),g;b?c=g=0:(g=c.$.width,c=c.$.height);d&&d.setValue(g);f&&f.setValue(c)}e(a)},C=function(a,b){function c(a,b){var c= +a.match(m);return c?("%"==c[2]&&(c[1]+="%",n(d,!1)),c[1]):b}if(1==a){var d=this.getDialog(),f="",g="txtWidth"==this.id?"width":"height",e=b.getAttribute(g);e&&(f=c(e,f));f=c(b.getStyle(g),f);this.setValue(f)}},x,u=function(){var a=this.originalElement,b=CKEDITOR.document.getById(p);a.setCustomData("isReady","true");a.removeListener("load",u);a.removeListener("error",h);a.removeListener("abort",h);b&&b.setStyle("display","none");this.dontResetSize||B(this,!1===d.config.image_prefillDimensions);this.firstLoad&& +CKEDITOR.tools.setTimeout(function(){n(this,"check")},0,this);this.dontResetSize=this.firstLoad=!1;e(this)},h=function(){var a=this.originalElement,b=CKEDITOR.document.getById(p);a.removeListener("load",u);a.removeListener("error",h);a.removeListener("abort",h);a=CKEDITOR.getUrl(CKEDITOR.plugins.get("image").path+"images/noimage.png");this.preview&&this.preview.setAttribute("src",a);b&&b.setStyle("display","none");n(this,!1)},q=function(a){return CKEDITOR.tools.getNextId()+"_"+a},t=q("btnLockSizes"), +y=q("btnResetSize"),p=q("ImagePreviewLoader"),E=q("previewLink"),D=q("previewImage");return{title:d.lang.image["image"==l?"title":"titleButton"],minWidth:420,minHeight:360,onShow:function(){this.linkEditMode=this.imageEditMode=this.linkElement=this.imageElement=!1;this.lockRatio=!0;this.userlockRatio=0;this.dontResetSize=!1;this.firstLoad=!0;this.addLink=!1;var a=this.getParentEditor(),b=a.getSelection(),c=(b=b&&b.getSelectedElement())&&a.elementPath(b).contains("a",1),d=CKEDITOR.document.getById(p); +d&&d.setStyle("display","none");x=new CKEDITOR.dom.element("img",a.document);this.preview=CKEDITOR.document.getById(D);this.originalElement=a.document.createElement("img");this.originalElement.setAttribute("alt","");this.originalElement.setCustomData("isReady","false");c&&(this.linkElement=c,this.addLink=this.linkEditMode=!0,a=c.getChildren(),1==a.count()&&(d=a.getItem(0),d.type==CKEDITOR.NODE_ELEMENT&&(d.is("img")||d.is("input"))&&(this.imageElement=a.getItem(0),this.imageElement.is("img")?this.imageEditMode= +"img":this.imageElement.is("input")&&(this.imageEditMode="input"))),"image"==l&&this.setupContent(2,c));if(this.customImageElement)this.imageEditMode="img",this.imageElement=this.customImageElement,delete this.customImageElement;else if(b&&"img"==b.getName()&&!b.data("cke-realelement")||b&&"input"==b.getName()&&"image"==b.getAttribute("type"))this.imageEditMode=b.getName(),this.imageElement=b;this.imageEditMode&&(this.cleanImageElement=this.imageElement,this.imageElement=this.cleanImageElement.clone(!0, +!0),this.setupContent(1,this.imageElement));n(this,!0);CKEDITOR.tools.trim(this.getValueOf("info","txtUrl"))||(this.preview.removeAttribute("src"),this.preview.setStyle("display","none"))},onOk:function(){if(this.imageEditMode){var a=this.imageEditMode;"image"==l&&"input"==a&&confirm(d.lang.image.button2Img)?(this.imageElement=d.document.createElement("img"),this.imageElement.setAttribute("alt",""),d.insertElement(this.imageElement)):"image"!=l&&"img"==a&&confirm(d.lang.image.img2Button)?(this.imageElement= +d.document.createElement("input"),this.imageElement.setAttributes({type:"image",alt:""}),d.insertElement(this.imageElement)):(this.imageElement=this.cleanImageElement,delete this.cleanImageElement)}else"image"==l?this.imageElement=d.document.createElement("img"):(this.imageElement=d.document.createElement("input"),this.imageElement.setAttribute("type","image")),this.imageElement.setAttribute("alt","");this.linkEditMode||(this.linkElement=d.document.createElement("a"));this.commitContent(1,this.imageElement); +this.commitContent(2,this.linkElement);this.imageElement.getAttribute("style")||this.imageElement.removeAttribute("style");this.imageEditMode?!this.linkEditMode&&this.addLink?(d.insertElement(this.linkElement),this.imageElement.appendTo(this.linkElement)):this.linkEditMode&&!this.addLink&&(d.getSelection().selectElement(this.linkElement),d.insertElement(this.imageElement)):this.addLink?this.linkEditMode?this.linkElement.equals(d.getSelection().getSelectedElement())?(this.linkElement.setHtml(""),this.linkElement.append(this.imageElement, +!1)):d.insertElement(this.imageElement):(d.insertElement(this.linkElement),this.linkElement.append(this.imageElement,!1)):d.insertElement(this.imageElement)},onLoad:function(){"image"!=l&&this.hidePage("Link");var a=this._.element.getDocument();this.getContentElement("info","ratioLock")&&(this.addFocusable(a.getById(y),5),this.addFocusable(a.getById(t),5));this.commitContent=v},onHide:function(){this.preview&&this.commitContent(8,this.preview);this.originalElement&&(this.originalElement.removeListener("load", +u),this.originalElement.removeListener("error",h),this.originalElement.removeListener("abort",h),this.originalElement.remove(),this.originalElement=!1);delete this.imageElement},contents:[{id:"info",label:d.lang.image.infoTab,accessKey:"I",elements:[{type:"vbox",padding:0,children:[{type:"hbox",widths:["280px","110px"],align:"right",children:[{id:"txtUrl",type:"text",label:d.lang.common.url,required:!0,onChange:function(){var a=this.getDialog(),b=this.getValue();if(0<b.length){var a=this.getDialog(), +c=a.originalElement;a.preview&&a.preview.removeStyle("display");c.setCustomData("isReady","false");var d=CKEDITOR.document.getById(p);d&&d.setStyle("display","");c.on("load",u,a);c.on("error",h,a);c.on("abort",h,a);c.setAttribute("src",b);a.preview&&(x.setAttribute("src",b),a.preview.setAttribute("src",x.$.src),e(a))}else a.preview&&(a.preview.removeAttribute("src"),a.preview.setStyle("display","none"))},setup:function(a,b){if(1==a){var c=b.data("cke-saved-src")||b.getAttribute("src");this.getDialog().dontResetSize= +!0;this.setValue(c);this.setInitValue()}},commit:function(a,b){1==a&&(this.getValue()||this.isChanged())?(b.data("cke-saved-src",this.getValue()),b.setAttribute("src",this.getValue())):8==a&&(b.setAttribute("src",""),b.removeAttribute("src"))},validate:CKEDITOR.dialog.validate.notEmpty(d.lang.image.urlMissing)},{type:"button",id:"browse",style:"display:inline-block;margin-top:14px;",align:"center",label:d.lang.common.browseServer,hidden:!0,filebrowser:"info:txtUrl"}]}]},{id:"txtAlt",type:"text",label:d.lang.image.alt, +accessKey:"T","default":"",onChange:function(){e(this.getDialog())},setup:function(a,b){1==a&&this.setValue(b.getAttribute("alt"))},commit:function(a,b){1==a?(this.getValue()||this.isChanged())&&b.setAttribute("alt",this.getValue()):4==a?b.setAttribute("alt",this.getValue()):8==a&&b.removeAttribute("alt")}},{type:"hbox",children:[{id:"basic",type:"vbox",children:[{type:"hbox",requiredContent:"img{width,height}",widths:["50%","50%"],children:[{type:"vbox",padding:1,children:[{type:"text",width:"45px", +id:"txtWidth",label:d.lang.common.width,onKeyUp:A,onChange:function(){k.call(this,"advanced:txtdlgGenStyle")},validate:function(){var a=this.getValue().match(z);(a=!(!a||0===parseInt(a[1],10)))||alert(d.lang.common.invalidWidth);return a},setup:C,commit:function(a,b){var c=this.getValue();1==a?(c&&d.activeFilter.check("img{width,height}")?b.setStyle("width",CKEDITOR.tools.cssLength(c)):b.removeStyle("width"),b.removeAttribute("width")):4==a?c.match(m)?b.setStyle("width",CKEDITOR.tools.cssLength(c)): +(c=this.getDialog().originalElement,"true"==c.getCustomData("isReady")&&b.setStyle("width",c.$.width+"px")):8==a&&(b.removeAttribute("width"),b.removeStyle("width"))}},{type:"text",id:"txtHeight",width:"45px",label:d.lang.common.height,onKeyUp:A,onChange:function(){k.call(this,"advanced:txtdlgGenStyle")},validate:function(){var a=this.getValue().match(z);(a=!(!a||0===parseInt(a[1],10)))||alert(d.lang.common.invalidHeight);return a},setup:C,commit:function(a,b){var c=this.getValue();1==a?(c&&d.activeFilter.check("img{width,height}")? +b.setStyle("height",CKEDITOR.tools.cssLength(c)):b.removeStyle("height"),b.removeAttribute("height")):4==a?c.match(m)?b.setStyle("height",CKEDITOR.tools.cssLength(c)):(c=this.getDialog().originalElement,"true"==c.getCustomData("isReady")&&b.setStyle("height",c.$.height+"px")):8==a&&(b.removeAttribute("height"),b.removeStyle("height"))}}]},{id:"ratioLock",type:"html",style:"margin-top:30px;width:40px;height:40px;",onLoad:function(){var a=CKEDITOR.document.getById(y),b=CKEDITOR.document.getById(t); +a&&(a.on("click",function(a){B(this);a.data&&a.data.preventDefault()},this.getDialog()),a.on("mouseover",function(){this.addClass("cke_btn_over")},a),a.on("mouseout",function(){this.removeClass("cke_btn_over")},a));b&&(b.on("click",function(a){n(this);var b=this.originalElement,d=this.getValueOf("info","txtWidth");"true"==b.getCustomData("isReady")&&d&&(b=b.$.height/b.$.width*d,isNaN(b)||(this.setValueOf("info","txtHeight",Math.round(b)),e(this)));a.data&&a.data.preventDefault()},this.getDialog()), +b.on("mouseover",function(){this.addClass("cke_btn_over")},b),b.on("mouseout",function(){this.removeClass("cke_btn_over")},b))},html:'\x3cdiv\x3e\x3ca href\x3d"javascript:void(0)" tabindex\x3d"-1" title\x3d"'+d.lang.image.lockRatio+'" class\x3d"cke_btn_locked" id\x3d"'+t+'" role\x3d"checkbox"\x3e\x3cspan class\x3d"cke_icon"\x3e\x3c/span\x3e\x3cspan class\x3d"cke_label"\x3e'+d.lang.image.lockRatio+'\x3c/span\x3e\x3c/a\x3e\x3ca href\x3d"javascript:void(0)" tabindex\x3d"-1" title\x3d"'+d.lang.image.resetSize+ +'" class\x3d"cke_btn_reset" id\x3d"'+y+'" role\x3d"button"\x3e\x3cspan class\x3d"cke_label"\x3e'+d.lang.image.resetSize+"\x3c/span\x3e\x3c/a\x3e\x3c/div\x3e"}]},{type:"vbox",padding:1,children:[{type:"text",id:"txtBorder",requiredContent:"img{border-width}",width:"60px",label:d.lang.image.border,"default":"",onKeyUp:function(){e(this.getDialog())},onChange:function(){k.call(this,"advanced:txtdlgGenStyle")},validate:CKEDITOR.dialog.validate.integer(d.lang.image.validateBorder),setup:function(a,b){if(1== +a){var c;c=(c=(c=b.getStyle("border-width"))&&c.match(/^(\d+px)(?: \1 \1 \1)?$/))&&parseInt(c[1],10);isNaN(parseInt(c,10))&&(c=b.getAttribute("border"));this.setValue(c)}},commit:function(a,b){var c=parseInt(this.getValue(),10);1==a||4==a?(isNaN(c)?!c&&this.isChanged()&&b.removeStyle("border"):(b.setStyle("border-width",CKEDITOR.tools.cssLength(c)),b.setStyle("border-style","solid")),1==a&&b.removeAttribute("border")):8==a&&(b.removeAttribute("border"),b.removeStyle("border-width"),b.removeStyle("border-style"), +b.removeStyle("border-color"))}},{type:"text",id:"txtHSpace",requiredContent:"img{margin-left,margin-right}",width:"60px",label:d.lang.image.hSpace,"default":"",onKeyUp:function(){e(this.getDialog())},onChange:function(){k.call(this,"advanced:txtdlgGenStyle")},validate:CKEDITOR.dialog.validate.integer(d.lang.image.validateHSpace),setup:function(a,b){if(1==a){var c,d;c=b.getStyle("margin-left");d=b.getStyle("margin-right");c=c&&c.match(r);d=d&&d.match(r);c=parseInt(c,10);d=parseInt(d,10);c=c==d&&c; +isNaN(parseInt(c,10))&&(c=b.getAttribute("hspace"));this.setValue(c)}},commit:function(a,b){var c=parseInt(this.getValue(),10);1==a||4==a?(isNaN(c)?!c&&this.isChanged()&&(b.removeStyle("margin-left"),b.removeStyle("margin-right")):(b.setStyle("margin-left",CKEDITOR.tools.cssLength(c)),b.setStyle("margin-right",CKEDITOR.tools.cssLength(c))),1==a&&b.removeAttribute("hspace")):8==a&&(b.removeAttribute("hspace"),b.removeStyle("margin-left"),b.removeStyle("margin-right"))}},{type:"text",id:"txtVSpace", +requiredContent:"img{margin-top,margin-bottom}",width:"60px",label:d.lang.image.vSpace,"default":"",onKeyUp:function(){e(this.getDialog())},onChange:function(){k.call(this,"advanced:txtdlgGenStyle")},validate:CKEDITOR.dialog.validate.integer(d.lang.image.validateVSpace),setup:function(a,b){if(1==a){var c,d;c=b.getStyle("margin-top");d=b.getStyle("margin-bottom");c=c&&c.match(r);d=d&&d.match(r);c=parseInt(c,10);d=parseInt(d,10);c=c==d&&c;isNaN(parseInt(c,10))&&(c=b.getAttribute("vspace"));this.setValue(c)}}, +commit:function(a,b){var c=parseInt(this.getValue(),10);1==a||4==a?(isNaN(c)?!c&&this.isChanged()&&(b.removeStyle("margin-top"),b.removeStyle("margin-bottom")):(b.setStyle("margin-top",CKEDITOR.tools.cssLength(c)),b.setStyle("margin-bottom",CKEDITOR.tools.cssLength(c))),1==a&&b.removeAttribute("vspace")):8==a&&(b.removeAttribute("vspace"),b.removeStyle("margin-top"),b.removeStyle("margin-bottom"))}},{id:"cmbAlign",requiredContent:"img{float}",type:"select",widths:["35%","65%"],style:"width:90px", +label:d.lang.common.align,"default":"",items:[[d.lang.common.notSet,""],[d.lang.common.alignLeft,"left"],[d.lang.common.alignRight,"right"]],onChange:function(){e(this.getDialog());k.call(this,"advanced:txtdlgGenStyle")},setup:function(a,b){if(1==a){var c=b.getStyle("float");switch(c){case "inherit":case "none":c=""}!c&&(c=(b.getAttribute("align")||"").toLowerCase());this.setValue(c)}},commit:function(a,b){var c=this.getValue();if(1==a||4==a){if(c?b.setStyle("float",c):b.removeStyle("float"),1==a)switch(c= +(b.getAttribute("align")||"").toLowerCase(),c){case "left":case "right":b.removeAttribute("align")}}else 8==a&&b.removeStyle("float")}}]}]},{type:"vbox",height:"250px",children:[{type:"html",id:"htmlPreview",style:"width:95%;",html:"\x3cdiv\x3e"+CKEDITOR.tools.htmlEncode(d.lang.common.preview)+'\x3cbr\x3e\x3cdiv id\x3d"'+p+'" class\x3d"ImagePreviewLoader" style\x3d"display:none"\x3e\x3cdiv class\x3d"loading"\x3e\x26nbsp;\x3c/div\x3e\x3c/div\x3e\x3cdiv class\x3d"ImagePreviewBox"\x3e\x3ctable\x3e\x3ctr\x3e\x3ctd\x3e\x3ca href\x3d"javascript:void(0)" target\x3d"_blank" onclick\x3d"return false;" id\x3d"'+ +E+'"\x3e\x3cimg id\x3d"'+D+'" alt\x3d"" /\x3e\x3c/a\x3e'+(d.config.image_previewText||"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas feugiat consequat diam. Maecenas metus. Vivamus diam purus, cursus a, commodo non, facilisis vitae, nulla. Aenean dictum lacinia tortor. Nunc iaculis, nibh non iaculis aliquam, orci felis euismod neque, sed ornare massa mauris sed velit. Nulla pretium mi et risus. Fusce mi pede, tempor id, cursus ac, ullamcorper nec, enim. Sed tortor. Curabitur molestie. Duis velit augue, condimentum at, ultrices a, luctus ut, orci. Donec pellentesque egestas eros. Integer cursus, augue in cursus faucibus, eros pede bibendum sem, in tempus tellus justo quis ligula. Etiam eget tortor. Vestibulum rutrum, est ut placerat elementum, lectus nisl aliquam velit, tempor aliquam eros nunc nonummy metus. In eros metus, gravida a, gravida sed, lobortis id, turpis. Ut ultrices, ipsum at venenatis fringilla, sem nulla lacinia tellus, eget aliquet turpis mauris non enim. Nam turpis. Suspendisse lacinia. Curabitur ac tortor ut ipsum egestas elementum. Nunc imperdiet gravida mauris.")+ +"\x3c/td\x3e\x3c/tr\x3e\x3c/table\x3e\x3c/div\x3e\x3c/div\x3e"}]}]}]},{id:"Link",requiredContent:"a[href]",label:d.lang.image.linkTab,padding:0,elements:[{id:"txtUrl",type:"text",label:d.lang.common.url,style:"width: 100%","default":"",setup:function(a,b){if(2==a){var c=b.data("cke-saved-href");c||(c=b.getAttribute("href"));this.setValue(c)}},commit:function(a,b){if(2==a&&(this.getValue()||this.isChanged())){var c=this.getValue();b.data("cke-saved-href",c);b.setAttribute("href",c);this.getValue()|| +!d.config.image_removeLinkByEmptyURL?this.getDialog().addLink=!0:this.getDialog().addLink=!1}}},{type:"button",id:"browse",filebrowser:{action:"Browse",target:"Link:txtUrl",url:d.config.filebrowserImageBrowseLinkUrl},style:"float:right",hidden:!0,label:d.lang.common.browseServer},{id:"cmbTarget",type:"select",requiredContent:"a[target]",label:d.lang.common.target,"default":"",items:[[d.lang.common.notSet,""],[d.lang.common.targetNew,"_blank"],[d.lang.common.targetTop,"_top"],[d.lang.common.targetSelf, +"_self"],[d.lang.common.targetParent,"_parent"]],setup:function(a,b){2==a&&this.setValue(b.getAttribute("target")||"")},commit:function(a,b){2==a&&(this.getValue()||this.isChanged())&&b.setAttribute("target",this.getValue())}}]},{id:"Upload",hidden:!0,filebrowser:"uploadButton",label:d.lang.image.upload,elements:[{type:"file",id:"upload",label:d.lang.image.btnUpload,style:"height:40px",size:38},{type:"fileButton",id:"uploadButton",filebrowser:"info:txtUrl",label:d.lang.image.btnUpload,"for":["Upload", +"upload"]}]},{id:"advanced",label:d.lang.common.advancedTab,elements:[{type:"hbox",widths:["50%","25%","25%"],children:[{type:"text",id:"linkId",requiredContent:"img[id]",label:d.lang.common.id,setup:function(a,b){1==a&&this.setValue(b.getAttribute("id"))},commit:function(a,b){1==a&&(this.getValue()||this.isChanged())&&b.setAttribute("id",this.getValue())}},{id:"cmbLangDir",type:"select",requiredContent:"img[dir]",style:"width : 100px;",label:d.lang.common.langDir,"default":"",items:[[d.lang.common.notSet, +""],[d.lang.common.langDirLtr,"ltr"],[d.lang.common.langDirRtl,"rtl"]],setup:function(a,b){1==a&&this.setValue(b.getAttribute("dir"))},commit:function(a,b){1==a&&(this.getValue()||this.isChanged())&&b.setAttribute("dir",this.getValue())}},{type:"text",id:"txtLangCode",requiredContent:"img[lang]",label:d.lang.common.langCode,"default":"",setup:function(a,b){1==a&&this.setValue(b.getAttribute("lang"))},commit:function(a,b){1==a&&(this.getValue()||this.isChanged())&&b.setAttribute("lang",this.getValue())}}]}, +{type:"text",id:"txtGenLongDescr",requiredContent:"img[longdesc]",label:d.lang.common.longDescr,setup:function(a,b){1==a&&this.setValue(b.getAttribute("longDesc"))},commit:function(a,b){1==a&&(this.getValue()||this.isChanged())&&b.setAttribute("longDesc",this.getValue())}},{type:"hbox",widths:["50%","50%"],children:[{type:"text",id:"txtGenClass",requiredContent:"img(cke-xyz)",label:d.lang.common.cssClass,"default":"",setup:function(a,b){1==a&&this.setValue(b.getAttribute("class"))},commit:function(a, +b){1==a&&(this.getValue()||this.isChanged())&&b.setAttribute("class",this.getValue())}},{type:"text",id:"txtGenTitle",requiredContent:"img[title]",label:d.lang.common.advisoryTitle,"default":"",onChange:function(){e(this.getDialog())},setup:function(a,b){1==a&&this.setValue(b.getAttribute("title"))},commit:function(a,b){1==a?(this.getValue()||this.isChanged())&&b.setAttribute("title",this.getValue()):4==a?b.setAttribute("title",this.getValue()):8==a&&b.removeAttribute("title")}}]},{type:"text",id:"txtdlgGenStyle", +requiredContent:"img{cke-xyz}",label:d.lang.common.cssStyle,validate:CKEDITOR.dialog.validate.inlineStyle(d.lang.common.invalidInlineStyle),"default":"",setup:function(a,b){if(1==a){var c=b.getAttribute("style");!c&&b.$.style.cssText&&(c=b.$.style.cssText);this.setValue(c);var d=b.$.style.height,c=b.$.style.width,d=(d?d:"").match(m),c=(c?c:"").match(m);this.attributesInStyle={height:!!d,width:!!c}}},onChange:function(){k.call(this,"info:cmbFloat info:cmbAlign info:txtVSpace info:txtHSpace info:txtBorder info:txtWidth info:txtHeight".split(" ")); +e(this)},commit:function(a,b){1==a&&(this.getValue()||this.isChanged())&&b.setAttribute("style",this.getValue())}}]}]}};CKEDITOR.dialog.add("image",function(d){return v(d,"image")});CKEDITOR.dialog.add("imagebutton",function(d){return v(d,"imagebutton")})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image/images/noimage.png b/public/assets/ckeditor/plugins/image/images/noimage.png new file mode 100644 index 0000000000000000000000000000000000000000..74c6ee9262bbd0d379738c63f673dca93b34f08b GIT binary patch literal 1610 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 IM6N<$f_3=uiU0rr literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/image2/dialogs/image2.js b/public/assets/ckeditor/plugins/image2/dialogs/image2.js new file mode 100644 index 0000000..3eee024 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/dialogs/image2.js @@ -0,0 +1,14 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("image2",function(k){function D(){var a=this.getValue().match(E);(a=!(!a||0===parseInt(a[1],10)))||alert(c["invalid"+CKEDITOR.tools.capitalize(this.id)]);return a}function O(){function a(a,b){d.push(l.once(a,function(a){for(var l;l=d.pop();)l.removeListener();b(a)}))}var l=t.createElement("img"),d=[];return function(d,b,c){a("load",function(){var a=F(l);b.call(c,l,a.width,a.height)});a("error",function(){b(null)});a("abort",function(){b(null)});l.setAttribute("src",(x.baseHref|| +"")+d+"?"+Math.random().toString(16).substring(2))}}function G(){var a=this.getValue();u(!1);a!==y.data.src?(H(a,function(a,d,b){u(!0);if(!a)return m(!1);g.setValue(!1===k.config.image2_prefillDimensions?0:d);h.setValue(!1===k.config.image2_prefillDimensions?0:b);v=d;w=b;m(I.checkHasNaturalRatio(a))}),n=!0):n?(u(!0),g.setValue(p),h.setValue(q),n=!1):u(!0)}function J(){if(e){var a=this.getValue();if(a&&(a.match(E)||m(!1),"0"!==a)){var b="width"==this.id,d=p||v,c=q||w,a=b?Math.round(a/d*c):Math.round(a/ +c*d);isNaN(a)||(b?h:g).setValue(a)}}}function m(a){if(f){if("boolean"==typeof a){if(z)return;e=a}else a=g.getValue(),z=!0,(e=!e)&&a&&(a*=q/p,isNaN(a)||h.setValue(Math.round(a)));f[e?"removeClass":"addClass"]("cke_btn_unlocked");f.setAttribute("aria-checked",e);CKEDITOR.env.hc&&f.getChild(0).setHtml(e?CKEDITOR.env.ie?"â ":"â£":CKEDITOR.env.ie?"â¡":"â¢")}}function u(a){a=a?"enable":"disable";g[a]();h[a]()}var E=/(^\s*(\d+)(px)?\s*$)|^$/i,K=CKEDITOR.tools.getNextId(),L=CKEDITOR.tools.getNextId(),b=k.lang.image2, +c=k.lang.common,P=(new CKEDITOR.template('\x3cdiv\x3e\x3ca href\x3d"javascript:void(0)" tabindex\x3d"-1" title\x3d"'+b.lockRatio+'" class\x3d"cke_btn_locked" id\x3d"{lockButtonId}" role\x3d"checkbox"\x3e\x3cspan class\x3d"cke_icon"\x3e\x3c/span\x3e\x3cspan class\x3d"cke_label"\x3e'+b.lockRatio+'\x3c/span\x3e\x3c/a\x3e\x3ca href\x3d"javascript:void(0)" tabindex\x3d"-1" title\x3d"'+b.resetSize+'" class\x3d"cke_btn_reset" id\x3d"{resetButtonId}" role\x3d"button"\x3e\x3cspan class\x3d"cke_label"\x3e'+ +b.resetSize+"\x3c/span\x3e\x3c/a\x3e\x3c/div\x3e")).output({lockButtonId:K,resetButtonId:L}),I=CKEDITOR.plugins.image2,x=k.config,A=k.widgets.registered.image.features,F=I.getNatural,t,y,M,H,p,q,v,w,n,e,z,f,r,g,h,B,C=!(!x.filebrowserImageBrowseUrl&&!x.filebrowserBrowseUrl),N=[{id:"src",type:"text",label:c.url,onKeyup:G,onChange:G,setup:function(a){this.setValue(a.data.src)},commit:function(a){a.setData("src",this.getValue())},validate:CKEDITOR.dialog.validate.notEmpty(b.urlMissing)}];C&&N.push({type:"button", +id:"browse",style:"display:inline-block;margin-top:14px;",align:"center",label:k.lang.common.browseServer,hidden:!0,filebrowser:"info:src"});return{title:b.title,minWidth:250,minHeight:100,onLoad:function(){t=this._.element.getDocument();H=O()},onShow:function(){y=this.widget;M=y.parts.image;n=z=e=!1;B=F(M);v=p=B.width;w=q=B.height},contents:[{id:"info",label:b.infoTab,elements:[{type:"vbox",padding:0,children:[{type:"hbox",widths:["100%"],children:N}]},{id:"alt",type:"text",label:b.alt,setup:function(a){this.setValue(a.data.alt)}, +commit:function(a){a.setData("alt",this.getValue())}},{type:"hbox",widths:["25%","25%","50%"],requiredContent:A.dimension.requiredContent,children:[{type:"text",width:"45px",id:"width",label:c.width,validate:D,onKeyUp:J,onLoad:function(){g=this},setup:function(a){this.setValue(a.data.width)},commit:function(a){a.setData("width",this.getValue())}},{type:"text",id:"height",width:"45px",label:c.height,validate:D,onKeyUp:J,onLoad:function(){h=this},setup:function(a){this.setValue(a.data.height)},commit:function(a){a.setData("height", +this.getValue())}},{id:"lock",type:"html",style:"margin-top:18px;width:40px;height:20px;",onLoad:function(){function a(a){a.on("mouseover",function(){this.addClass("cke_btn_over")},a);a.on("mouseout",function(){this.removeClass("cke_btn_over")},a)}var b=this.getDialog();f=t.getById(K);r=t.getById(L);f&&(b.addFocusable(f,4+C),f.on("click",function(a){m();a.data&&a.data.preventDefault()},this.getDialog()),a(f));r&&(b.addFocusable(r,5+C),r.on("click",function(a){n?(g.setValue(v),h.setValue(w)):(g.setValue(p), +h.setValue(q));a.data&&a.data.preventDefault()},this),a(r))},setup:function(a){m(a.data.lock)},commit:function(a){a.setData("lock",e)},html:P}]},{type:"hbox",id:"alignment",requiredContent:A.align.requiredContent,children:[{id:"align",type:"radio",items:[[c.alignNone,"none"],[c.alignLeft,"left"],[c.alignCenter,"center"],[c.alignRight,"right"]],label:c.align,setup:function(a){this.setValue(a.data.align)},commit:function(a){a.setData("align",this.getValue())}}]},{id:"hasCaption",type:"checkbox",label:b.captioned, +requiredContent:A.caption.requiredContent,setup:function(a){this.setValue(a.data.hasCaption)},commit:function(a){a.setData("hasCaption",this.getValue())}}]},{id:"Upload",hidden:!0,filebrowser:"uploadButton",label:b.uploadTab,elements:[{type:"file",id:"upload",label:b.btnUpload,style:"height:40px"},{type:"fileButton",id:"uploadButton",filebrowser:"info:src",label:b.btnUpload,"for":["Upload","upload"]}]}]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/icons/hidpi/image.png b/public/assets/ckeditor/plugins/image2/icons/hidpi/image.png new file mode 100644 index 0000000000000000000000000000000000000000..b3c7ade53ce7653aa0351e7fb014abf2af6a326a GIT binary patch literal 1745 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/image2/icons/image.png b/public/assets/ckeditor/plugins/image2/icons/image.png new file mode 100644 index 0000000000000000000000000000000000000000..fcf61b5f2b3a81f75b39d204faad07b05145b5e0 GIT binary patch literal 756 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i6R)R>V~EA+xswh3Zx;w0t^dB=S4y4LTZKvAL7dH7QcGotjs|mb zyPl5EPd1%1H4W!-?H!JL$?iJbcV(wj5|f~!prV(K`i*n<|G#z!+PJ03?q%-#cO~EN zojiJ!b>8#D9!Hl7z7WypGNGXl+Y>!RTv;4Hta)U)?6T(f@82gpw`};w|JmlaMDmLg zs})%vh15Ko4A~yfNw$$=c2O!)Q7Ts|VsZJOG;3MEIm3o)OivCReD^M|1_%PCJ#AmT zTKm+dBNENeD?2#mJ-?W>b%x*a4vu{t0V1pnf9w8#dGch*?*04gqeNI81q4_a&!$b* z=whg-s8|rUK6!0z$yyDrY15{Kga%%94wYT?>S2M!lV87P>6{J-Z74r*(Z_xD)k~Xn z7V3D<I=gI@*5i*ec0SN-G=E$6`}(tI%b4%2*2>P#jtUihmRWJgz{Ta4(x*_DTMSB{ zR)wvuef_oS;<anjjuifJb(!S0_~VPF=apBoOw%5z^gZ^!n^(R*ZvB6eiF;dHTl@FM zz0VB|eNuVu+qZA84S4pSXYXFMY2(I))2C1GJ$m%0ytTD;=lkCg*_PJU$(5BeuU-vZ zvvq~mF$uTDg68JtbLP+Qwm)z7Vdv$SDw9vLJeN^A^y`-uL*}eUbAE4LwY6-XY)V=; z)0#DF0z$9uc^EH$GRk|_G9NYJkNNrefma{7&Nn%nU~u64rk+Tf_#U0pKY0H%*q;(i zI$8xxEvhB15hW>!C8<`)MX5lF!N|bSSl7T@*T5vi(A>(v7>KkDjI0a{e3$G7rX(Z{ zx%nxXX_dG&*!*NZ0@NT0vLQG>t)x7$D3zhSyj(9cFS|H7u^?41zbJk7I~ysWA_h-a KKbLh*2~7a{_eSsl literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/image2/lang/af.js b/public/assets/ckeditor/plugins/image2/lang/af.js new file mode 100644 index 0000000..d5ef461 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","af",{alt:"Alternatiewe teks",btnUpload:"Stuur na bediener",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"Afbeelding informasie",lockRatio:"Vaste proporsie",menu:"Afbeelding eienskappe",pathName:"image",pathNameCaption:"caption",resetSize:"Herstel grootte",resizer:"Click and drag to resize",title:"Afbeelding eienskappe",uploadTab:"Oplaai",urlMissing:"Die URL na die afbeelding ontbreek."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/ar.js b/public/assets/ckeditor/plugins/image2/lang/ar.js new file mode 100644 index 0000000..435544b --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","ar",{alt:"عÙÙØ§Ù Ø§ÙØµÙرة",btnUpload:"أرسÙÙØ§ ÙÙØ®Ø§Ø¯Ù ",captioned:"ØµÙØ±Ø© ذات اس٠",captionPlaceholder:"ØªØ³Ù ÙØ©",infoTab:"٠عÙÙ٠ات Ø§ÙØµÙرة",lockRatio:"ØªÙØ§Ø³Ù Ø§ÙØØ¬Ù ",menu:"خصائص Ø§ÙØµÙرة",pathName:"ØµÙØ±Ø©",pathNameCaption:"ØªØ³Ù ÙØ©",resetSize:"إستعادة Ø§ÙØØ¬Ù Ø§ÙØ£ØµÙÙ",resizer:"اÙÙØ± Ø«Ù Ø§Ø³ØØ¨ ÙÙØªØØ¬ÙÙ ",title:"خصائص Ø§ÙØµÙرة",uploadTab:"Ø±ÙØ¹",urlMissing:"عÙÙØ§Ù ٠صدر Ø§ÙØµÙرة Ù ÙÙÙØ¯"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/bg.js b/public/assets/ckeditor/plugins/image2/lang/bg.js new file mode 100644 index 0000000..abb7ab5 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","bg",{alt:"ÐлÑеÑнаÑивен ÑекÑÑ",btnUpload:"ÐзпÑаÑи Ñ Ð½Ð° ÑÑÑвÑÑа",captioned:"ÐадпиÑано изобÑажение",captionPlaceholder:"ÐадпиÑ",infoTab:"ÐеÑайли за изобÑажениеÑо",lockRatio:"ÐаклÑÑване на ÑÑоÑноÑениеÑо",menu:"ÐаÑÑÑойки на изобÑажениеÑо",pathName:"изобÑажение",pathNameCaption:"надпиÑ",resetSize:"ÐÑлиÑане на ÑазмеÑ",resizer:"Ðликни и влаÑи, за да пÑеоÑазмеÑиÑ",title:"ÐаÑÑÑойки на изобÑажениеÑо",uploadTab:"ÐаÑване",urlMissing:"URL адÑеÑа на изобÑажениеÑо липÑва."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/bn.js b/public/assets/ckeditor/plugins/image2/lang/bn.js new file mode 100644 index 0000000..93618a0 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","bn",{alt:"বিà¦à¦²à§à¦ª à¦à§à¦à§à¦¸à¦",btnUpload:"à¦à¦¹à¦¾à¦à§ সারà§à¦à¦¾à¦°à§ পà§à¦°à§à¦°à¦¨ à¦à¦°",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"à¦à¦¬à¦¿à¦° তথà§à¦¯",lockRatio:"ঠনà§à¦ªà¦¾à¦¤ লঠà¦à¦°",menu:"à¦à¦¬à¦¿à¦° পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿",pathName:"image",pathNameCaption:"caption",resetSize:"সাà¦à¦ পà§à¦°à§à¦¬à¦¾à¦¬à¦¸à§à¦¥à¦¾à§ ফিরিà§à§ দাà¦",resizer:"Click and drag to resize",title:"à¦à¦¬à¦¿à¦° পà§à¦°à§à¦ªà¦¾à¦°à§à¦à¦¿",uploadTab:"à¦à¦ªà¦²à§à¦¡",urlMissing:"Image source URL is missing."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/bs.js b/public/assets/ckeditor/plugins/image2/lang/bs.js new file mode 100644 index 0000000..ff4ae29 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","bs",{alt:"Tekst na slici",btnUpload:"Å alji na server",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"Info slike",lockRatio:"Zakljuèaj odnos",menu:"Svojstva slike",pathName:"image",pathNameCaption:"caption",resetSize:"Resetuj dimenzije",resizer:"Click and drag to resize",title:"Svojstva slike",uploadTab:"Å alji",urlMissing:"Image source URL is missing."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/ca.js b/public/assets/ckeditor/plugins/image2/lang/ca.js new file mode 100644 index 0000000..6e73ef3 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","ca",{alt:"Text alternatiu",btnUpload:"Envia-la al servidor",captioned:"Imatge amb subtÃtol",captionPlaceholder:"TÃtol",infoTab:"Informació de la imatge",lockRatio:"Bloqueja les proporcions",menu:"Propietats de la imatge",pathName:"imatge",pathNameCaption:"subtÃtol",resetSize:"Restaura la mida",resizer:"Clicar i arrossegar per redimensionar",title:"Propietats de la imatge",uploadTab:"Puja",urlMissing:"Falta la URL de la imatge."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/cs.js b/public/assets/ckeditor/plugins/image2/lang/cs.js new file mode 100644 index 0000000..d148641 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","cs",{alt:"Alternativnà text",btnUpload:"Odeslat na server",captioned:"Obrázek s popisem",captionPlaceholder:"Popis",infoTab:"Informace o obrázku",lockRatio:"Zámek",menu:"Vlastnosti obrázku",pathName:"Obrázek",pathNameCaption:"Popis",resetSize:"Původnà velikost",resizer:"KlepnÄte a táhnÄte pro zmÄnu velikosti",title:"Vlastnosti obrázku",uploadTab:"Odeslat",urlMissing:"Zadané URL zdroje obrázku nebylo nalezeno."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/cy.js b/public/assets/ckeditor/plugins/image2/lang/cy.js new file mode 100644 index 0000000..031ba7e --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","cy",{alt:"Testun Amgen",btnUpload:"Anfon i'r Gweinydd",captioned:"Delwedd â phennawd",captionPlaceholder:"Caption",infoTab:"Gwyb Delwedd",lockRatio:"Cloi Cymhareb",menu:"Priodweddau Delwedd",pathName:"delwedd",pathNameCaption:"pennawd",resetSize:"Ailosod Maint",resizer:"Clicio a llusgo i ail-meintio",title:"Priodweddau Delwedd",uploadTab:"Lanlwytho",urlMissing:"URL gwreiddiol y ddelwedd ar goll."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/da.js b/public/assets/ckeditor/plugins/image2/lang/da.js new file mode 100644 index 0000000..655adb5 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","da",{alt:"Alternativ tekst",btnUpload:"Upload fil til serveren",captioned:"Tekstet billede",captionPlaceholder:"Tekst",infoTab:"Generelt",lockRatio:"LÃ¥s størrelsesforhold",menu:"Egenskaber for billede",pathName:"billede",pathNameCaption:"tekst",resetSize:"Nulstil størrelse",resizer:"Klik og træk for at ændre størrelsen",title:"Egenskaber for billede",uploadTab:"Upload",urlMissing:"Kilde pÃ¥ billed-URL mangler"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/de-ch.js b/public/assets/ckeditor/plugins/image2/lang/de-ch.js new file mode 100644 index 0000000..47e3e53 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","de-ch",{alt:"Alternativer Text",btnUpload:"Zum Server senden",captioned:"Bild mit Ãberschrift",captionPlaceholder:"Ãberschrift",infoTab:"Bildinfo",lockRatio:"GröÃenverhältnis beibehalten",menu:"Bildeigenschaften",pathName:"Bild",pathNameCaption:"Ãberschrift",resetSize:"Grösse zurücksetzen",resizer:"Zum Vergrössern auswählen und ziehen",title:"Bild-Eigenschaften",uploadTab:"Hochladen",urlMissing:"Bildquellen-URL fehlt."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/de.js b/public/assets/ckeditor/plugins/image2/lang/de.js new file mode 100644 index 0000000..68933ae --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","de",{alt:"Alternativer Text",btnUpload:"Zum Server senden",captioned:"Bild mit Ãberschrift",captionPlaceholder:"Ãberschrift",infoTab:"Bildinfo",lockRatio:"GröÃenverhältnis beibehalten",menu:"Bildeigenschaften",pathName:"Bild",pathNameCaption:"Ãberschrift",resetSize:"GröÃe zurücksetzen",resizer:"Zum VergröÃern auswählen und ziehen",title:"Bild-Eigenschaften",uploadTab:"Hochladen",urlMissing:"Bildquellen-URL fehlt."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/el.js b/public/assets/ckeditor/plugins/image2/lang/el.js new file mode 100644 index 0000000..65307e3 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","el",{alt:"ÎναλλακÏÎ¹ÎºÏ Îείμενο",btnUpload:"ÎÏοÏÏολή ÏÏον ÎιακομιÏÏή",captioned:"ÎικÏνα με λεζάνÏα",captionPlaceholder:"ÎεζάνÏα",infoTab:"ΠληÏοÏοÏÎ¯ÎµÏ ÎικÏναÏ",lockRatio:"ÎλείδÏμα ÎναλογίαÏ",menu:"ÎδιÏÏηÏÎµÏ ÎικÏναÏ",pathName:"εικÏνα",pathNameCaption:"λεζάνÏα",resetSize:"ÎÏαναÏοÏά ÎÏÏÎ¹ÎºÎ¿Ï ÎεγÎÎ¸Î¿Ï Ï",resizer:"ÎάνεÏε κλικ και ÏÏÏεÏε Ïο ÏονÏίκι για να αλλάξεÏε Ïο μÎγεθοÏ",title:"ÎδιÏÏηÏÎµÏ ÎικÏναÏ",uploadTab:"ÎÏοÏÏολή",urlMissing:"ÎείÏει Ïο Ïηγαίο URL ÏÎ·Ï ÎµÎ¹ÎºÏναÏ."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/en-au.js b/public/assets/ckeditor/plugins/image2/lang/en-au.js new file mode 100644 index 0000000..caab219 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","en-au",{alt:"Alternative Text",btnUpload:"Send it to the Server",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"Image Info",lockRatio:"Lock Ratio",menu:"Image Properties",pathName:"image",pathNameCaption:"caption",resetSize:"Reset Size",resizer:"Click and drag to resize",title:"Image Properties",uploadTab:"Upload",urlMissing:"Image source URL is missing."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/en-ca.js b/public/assets/ckeditor/plugins/image2/lang/en-ca.js new file mode 100644 index 0000000..ec19b8f --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","en-ca",{alt:"Alternative Text",btnUpload:"Send it to the Server",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"Image Info",lockRatio:"Lock Ratio",menu:"Image Properties",pathName:"image",pathNameCaption:"caption",resetSize:"Reset Size",resizer:"Click and drag to resize",title:"Image Properties",uploadTab:"Upload",urlMissing:"Image source URL is missing."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/en-gb.js b/public/assets/ckeditor/plugins/image2/lang/en-gb.js new file mode 100644 index 0000000..d5a9406 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","en-gb",{alt:"Alternative Text",btnUpload:"Send it to the Server",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"Image Info",lockRatio:"Lock Ratio",menu:"Image Properties",pathName:"image",pathNameCaption:"caption",resetSize:"Reset Size",resizer:"Click and drag to resize",title:"Image Properties",uploadTab:"Upload",urlMissing:"Image source URL is missing."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/en.js b/public/assets/ckeditor/plugins/image2/lang/en.js new file mode 100644 index 0000000..524e0a2 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","en",{alt:"Alternative Text",btnUpload:"Send it to the Server",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"Image Info",lockRatio:"Lock Ratio",menu:"Image Properties",pathName:"image",pathNameCaption:"caption",resetSize:"Reset Size",resizer:"Click and drag to resize",title:"Image Properties",uploadTab:"Upload",urlMissing:"Image source URL is missing."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/eo.js b/public/assets/ckeditor/plugins/image2/lang/eo.js new file mode 100644 index 0000000..26587e0 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","eo",{alt:"AnstataÅiga Teksto",btnUpload:"Sendu al Servilo",captioned:"Bildo kun apudskribo",captionPlaceholder:"Apudskribo",infoTab:"Informoj pri Bildo",lockRatio:"Konservi Proporcion",menu:"Atributoj de Bildo",pathName:"bildo",pathNameCaption:"apudskribo",resetSize:"Origina Grando",resizer:"Kliki kaj treni por ÅanÄi la grandon",title:"Atributoj de Bildo",uploadTab:"AlÅuti",urlMissing:"La fontretadreso de la bildo mankas."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/es.js b/public/assets/ckeditor/plugins/image2/lang/es.js new file mode 100644 index 0000000..7e5fc7b --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","es",{alt:"Texto Alternativo",btnUpload:"Enviar al Servidor",captioned:"Imagen subtitulada",captionPlaceholder:"Leyenda",infoTab:"Información de Imagen",lockRatio:"Proporcional",menu:"Propiedades de Imagen",pathName:"image",pathNameCaption:"subtÃtulo",resetSize:"Tamaño Original",resizer:"Dar clic y arrastrar para cambiar tamaño",title:"Propiedades de Imagen",uploadTab:"Cargar",urlMissing:"Debe indicar la URL de la imagen."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/et.js b/public/assets/ckeditor/plugins/image2/lang/et.js new file mode 100644 index 0000000..b8571db --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","et",{alt:"Alternatiivne tekst",btnUpload:"Saada serverisse",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"Pildi info",lockRatio:"Lukusta kuvasuhe",menu:"Pildi omadused",pathName:"image",pathNameCaption:"caption",resetSize:"Lähtesta suurus",resizer:"Click and drag to resize",title:"Pildi omadused",uploadTab:"Lae üles",urlMissing:"Pildi lähte-URL on puudu."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/eu.js b/public/assets/ckeditor/plugins/image2/lang/eu.js new file mode 100644 index 0000000..39a876c --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","eu",{alt:"Ordezko testua",btnUpload:"Bidali zerbitzarira",captioned:"Argazki oina",captionPlaceholder:"Argazki oina",infoTab:"Irudiaren informazioa",lockRatio:"Blokeatu erlazioa",menu:"Irudiaren propietateak",pathName:"Irudia",pathNameCaption:"Argazki oina",resetSize:"Berrezarri tamaina",resizer:"Klikatu eta arrastatu tamainaz aldatzeko",title:"Irudiaren propietateak",uploadTab:"Kargatu",urlMissing:"Irudiaren iturburuaren URLa falta da."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/fa.js b/public/assets/ckeditor/plugins/image2/lang/fa.js new file mode 100644 index 0000000..6600e16 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","fa",{alt:"٠ت٠جاÛگزÛÙ",btnUpload:"Ø¨Ù Ø³Ø±ÙØ± Ø¨ÙØ±Ø³Øª",captioned:"تصÙÛØ± Ø²ÛØ±ÙÙÛØ³ شدÙ",captionPlaceholder:"عÙÙØ§Ù",infoTab:"Ø§Ø·ÙØ§Ø¹Ø§Øª تصÙÛØ±",lockRatio:"ÙÙÙ Ú©Ø±Ø¯Ù ÙØ³Ø¨Øª",menu:"ÙÛÚÚ¯ÛâÙØ§Û تصÙÛØ±",pathName:"تصÙÛØ±",pathNameCaption:"عÙÙØ§Ù",resetSize:"Ø¨Ø§Ø²ÙØ´Ø§ÙÛ Ø§ÙØ¯Ø§Ø²Ù",resizer:"Ú©ÙÛÚ© Ù Ú©Ø´ÛØ¯Ù Ø¨Ø±Ø§Û ØªØºÛÛØ± Ø§ÙØ¯Ø§Ø²Ù",title:"ÙÛÚÚ¯ÛâÙØ§Û تصÙÛØ±",uploadTab:"Ø¨Ø§ÙØ§Ú¯Ø°Ø§Ø±Û",urlMissing:"آدرس URL اصÙÛ ØªØµÙÛØ± ÛØ§Ùت ÙØ´Ø¯."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/fi.js b/public/assets/ckeditor/plugins/image2/lang/fi.js new file mode 100644 index 0000000..e4a104e --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","fi",{alt:"Vaihtoehtoinen teksti",btnUpload:"Lähetä palvelimelle",captioned:"Kuva kuvatekstillä",captionPlaceholder:"Kuvateksti",infoTab:"Kuvan tiedot",lockRatio:"Lukitse suhteet",menu:"Kuvan ominaisuudet",pathName:"kuva",pathNameCaption:"kuvateksti",resetSize:"Alkuperäinen koko",resizer:"Klikkaa ja raahaa muuttaaksesi kokoa",title:"Kuvan ominaisuudet",uploadTab:"Lisää tiedosto",urlMissing:"Kuvan lähdeosoite puuttuu."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/fo.js b/public/assets/ckeditor/plugins/image2/lang/fo.js new file mode 100644 index 0000000..a2bbfae --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","fo",{alt:"Alternativur tekstur",btnUpload:"Send til ambætaran",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"Myndaupplýsingar",lockRatio:"Læs lutfallið",menu:"Myndaeginleikar",pathName:"image",pathNameCaption:"caption",resetSize:"Upprunastødd",resizer:"Click and drag to resize",title:"Myndaeginleikar",uploadTab:"Send til ambætaran",urlMissing:"URL til mynd manglar."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/fr-ca.js b/public/assets/ckeditor/plugins/image2/lang/fr-ca.js new file mode 100644 index 0000000..30cd9e9 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","fr-ca",{alt:"Texte alternatif",btnUpload:"Envoyer sur le serveur",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"Informations sur l'image2",lockRatio:"Verrouiller les proportions",menu:"Propriétés de l'image2",pathName:"image",pathNameCaption:"caption",resetSize:"Taille originale",resizer:"Click and drag to resize",title:"Propriétés de l'image2",uploadTab:"Téléverser",urlMissing:"L'URL de la source de l'image est manquant."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/fr.js b/public/assets/ckeditor/plugins/image2/lang/fr.js new file mode 100644 index 0000000..2c7ed97 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","fr",{alt:"Texte de remplacement",btnUpload:"Envoyer sur le serveur",captioned:"Image légendée",captionPlaceholder:"Légende",infoTab:"Informations sur l'image2",lockRatio:"Conserver les proportions",menu:"Propriétés de l'image2",pathName:"image",pathNameCaption:"légende",resetSize:"Taille d'origine",resizer:"Cliquer et glisser pour redimensionner",title:"Propriétés de l'image2",uploadTab:"Envoyer",urlMissing:"L'adresse source de l'image est manquante."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/gl.js b/public/assets/ckeditor/plugins/image2/lang/gl.js new file mode 100644 index 0000000..844bd2b --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","gl",{alt:"Texto alternativo",btnUpload:"Enviar ao servidor",captioned:"Imaxe con lenda",captionPlaceholder:"Lenda",infoTab:"Información da imaxe",lockRatio:"Proporcional",menu:"Propiedades da imaxe",pathName:"Imaxe",pathNameCaption:"lenda",resetSize:"Tamaño orixinal",resizer:"Prema e arrastre para axustar o tamaño",title:"Propiedades da imaxe",uploadTab:"Cargar",urlMissing:"Non se atopa o URL da imaxe."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/gu.js b/public/assets/ckeditor/plugins/image2/lang/gu.js new file mode 100644 index 0000000..4e83249 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","gu",{alt:"àªàª²à«àªàª°à«àª¨àª àªà«àªà«àª¸à«àª",btnUpload:"ઠસરà«àªµàª°àª¨à« મà«àªàª²àªµà«àª",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"àªàª¿àª¤à«àª° નૠàªàª¾àª£àªàª¾àª°à«",lockRatio:"લà«àª àªà«àª£à«àª¤à«àª¤àª°",menu:"àªàª¿àª¤à«àª°àª¨àª¾ àªà«àª£",pathName:"image",pathNameCaption:"caption",resetSize:"રà«àª¸à«àª સાàªàª",resizer:"Click and drag to resize",title:"àªàª¿àª¤à«àª°àª¨àª¾ àªà«àª£",uploadTab:"ઠપલà«àª¡",urlMissing:"àªàª®à«àªàª¨à« મà«àª³ URL àªà« નહà«."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/he.js b/public/assets/ckeditor/plugins/image2/lang/he.js new file mode 100644 index 0000000..ee688e0 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","he",{alt:"××§×¡× ×××פ×",btnUpload:"ש×××× ×שרת",captioned:"××תרת ת××× ×",captionPlaceholder:"××תרת",infoTab:"××××¢ ×¢× ×ת××× ×",lockRatio:"× ×¢××ת ×××ס",menu:"ת××× ×ת ×ת××× ×",pathName:"ת××× ×",pathNameCaption:"××תרת",resetSize:"××פ×ס ×××××",resizer:"×××¥ ××ר×ר ×ש×× ×× ×××××",title:"××פ××× × ×ת××× ×",uploadTab:"××¢×××",urlMissing:"×ת××ת ×ת××× × ×סר×."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/hi.js b/public/assets/ckeditor/plugins/image2/lang/hi.js new file mode 100644 index 0000000..ec9225d --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","hi",{alt:"वà¥à¤à¤²à¥à¤ªà¤¿à¤ à¤à¥à¤à¥à¤¸à¥à¤",btnUpload:"à¤à¤¸à¥ सरà¥à¤µà¤° à¤à¥ à¤à¥à¤à¥à¤",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"तसà¥à¤µà¥à¤° à¤à¥ à¤à¤¾à¤¨à¤à¤¾à¤°à¥",lockRatio:"लà¥à¤ ठनà¥à¤ªà¤¾à¤¤",menu:"तसà¥à¤µà¥à¤° पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥",pathName:"image",pathNameCaption:"caption",resetSize:"रà¥à¤¸à¥ ठसाà¤à¥",resizer:"Click and drag to resize",title:"तसà¥à¤µà¥à¤° पà¥à¤°à¥à¤ªà¤°à¥à¤à¥à¥",uploadTab:"ठपलà¥à¤¡",urlMissing:"Image source URL is missing."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/hr.js b/public/assets/ckeditor/plugins/image2/lang/hr.js new file mode 100644 index 0000000..812813c --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","hr",{alt:"Alternativni tekst",btnUpload:"PoÅ¡alji na server",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"Info slike",lockRatio:"ZakljuÄaj odnos",menu:"Svojstva slika",pathName:"image",pathNameCaption:"caption",resetSize:"ObriÅ¡i veliÄinu",resizer:"Click and drag to resize",title:"Svojstva slika",uploadTab:"PoÅ¡alji",urlMissing:"Nedostaje URL slike."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/hu.js b/public/assets/ckeditor/plugins/image2/lang/hu.js new file mode 100644 index 0000000..bffa8b8 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","hu",{alt:"Buborék szöveg",btnUpload:"Küldés a szerverre",captioned:"Feliratozott kép",captionPlaceholder:"Képfelirat",infoTab:"Alaptulajdonságok",lockRatio:"Arány megtartása",menu:"Kép tulajdonságai",pathName:"kép",pathNameCaption:"felirat",resetSize:"Eredeti méret",resizer:"Kattints és húzz az átméretezéshez",title:"Kép tulajdonságai",uploadTab:"Feltöltés",urlMissing:"Hiányzik a kép URL-je"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/id.js b/public/assets/ckeditor/plugins/image2/lang/id.js new file mode 100644 index 0000000..0499994 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","id",{alt:"Teks alternatif",btnUpload:"Kirim ke Server",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"Info Gambar",lockRatio:"Lock Ratio",menu:"Image Properties",pathName:"image",pathNameCaption:"caption",resetSize:"Atur Ulang Ukuran",resizer:"Click and drag to resize",title:"Image Properties",uploadTab:"Unggah",urlMissing:"Image source URL is missing."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/is.js b/public/assets/ckeditor/plugins/image2/lang/is.js new file mode 100644 index 0000000..196c68d --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","is",{alt:"Baklægur texti",btnUpload:"Hlaða upp",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"Almennt",lockRatio:"Festa stærðarhlutfall",menu:"Eigindi myndar",pathName:"image",pathNameCaption:"caption",resetSize:"Reikna stærð",resizer:"Click and drag to resize",title:"Eigindi myndar",uploadTab:"Senda upp",urlMissing:"Image source URL is missing."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/it.js b/public/assets/ckeditor/plugins/image2/lang/it.js new file mode 100644 index 0000000..d65b454 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","it",{alt:"Testo alternativo",btnUpload:"Invia al server",captioned:"Immagine con didascalia",captionPlaceholder:"Didascalia",infoTab:"Informazioni immagine",lockRatio:"Blocca rapporto",menu:"Proprietà immagine",pathName:"immagine",pathNameCaption:"didascalia",resetSize:"Reimposta dimensione",resizer:"Fare clic e trascinare per ridimensionare",title:"Proprietà immagine",uploadTab:"Carica",urlMissing:"Manca l'URL dell'immagine."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/ja.js b/public/assets/ckeditor/plugins/image2/lang/ja.js new file mode 100644 index 0000000..b4457fd --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","ja",{alt:"代æ¿ããã¹ã",btnUpload:"ãµã¼ãã¼ã«éä¿¡",captioned:"ãã£ãã·ã§ã³ãä»ãã",captionPlaceholder:"ãã£ãã·ã§ã³",infoTab:"ç»åæ å ±",lockRatio:"æ¯çãåºå®",menu:"ç»åã®ããããã£",pathName:"image",pathNameCaption:"caption",resetSize:"ãµã¤ãºããªã»ãã",resizer:"ãã©ãã°ãã¦ãªãµã¤ãº",title:"ç»åã®ããããã£",uploadTab:"ã¢ãããã¼ã",urlMissing:"ç»åã®URLãå ¥åãã¦ãã ããã"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/ka.js b/public/assets/ckeditor/plugins/image2/lang/ka.js new file mode 100644 index 0000000..8840728 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","ka",{alt:"á¡ááááªááá á¢áá¥á¡á¢á",btnUpload:"á¡áá ááá áá¡áááá¡ áááááááá",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"á¡á£á áááá¡ ááá¤áá ááªáá",lockRatio:"áá áááá áªááá¡ á¨áááá á©á£áááá",menu:"á¡á£á áááá¡ ááá áááá¢á ááá",pathName:"image",pathNameCaption:"caption",resetSize:"ááááá¡ áááá á£áááá",resizer:"Click and drag to resize",title:"á¡á£á áááá¡ ááá áááá¢á ááá",uploadTab:"áá¥áá©áá",urlMissing:"á¡á£á áááá¡ URL áá áá á¨ááá¡ááá£áá."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/km.js b/public/assets/ckeditor/plugins/image2/lang/km.js new file mode 100644 index 0000000..993429c --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","km",{alt:"á¢ááááááááá½á",btnUpload:"ááááá¼ááá áá¶ááááá¶ááá¸áááááááááá¶",captioned:"áá¼áâáááâáá¶áâá áááâáá¾á",captionPlaceholder:"Caption",infoTab:"ááááá¶áá¢ááá¸áá¼ááá¶á",lockRatio:"á á¶ááâááâááâááá",menu:"ááááááâáááááááá·âáá¼áâáá¶á",pathName:"áá¼ááá¶á",pathNameCaption:"á ááááá¾á",resetSize:"áááááááá áá¡á¾ááá·á",resizer:"á á»á âá á¾áâáá¶áâáá¾áááá¸âáááá¼áâááá á",title:"ááááááâáááááááá·âáá¼áâáá¶á",uploadTab:"áááá»áâá¡á¾á",urlMissing:"áááá URL áááááâáá¼áâáá¶áá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/ko.js b/public/assets/ckeditor/plugins/image2/lang/ko.js new file mode 100644 index 0000000..2b9e8f7 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","ko",{alt:"ëì²´ 문ìì´",btnUpload:"ìë²ë¡ ì ì¡",captioned:"ì´ë¯¸ì§ ì¤ëª ë£ê¸°",captionPlaceholder:"ì¤ëª ",infoTab:"ì´ë¯¸ì§ ì ë³´",lockRatio:"ë¹ì¨ ì ì§",menu:"ì´ë¯¸ì§ ìì±",pathName:"ì´ë¯¸ì§",pathNameCaption:"ì¤ëª ",resetSize:"ìë í¬ê¸°ë¡",resizer:"í¬ê¸°ë¥¼ ì¡°ì íë ¤ë©´ í´ë¦ í ëëê·¸ íì¸ì",title:"ì´ë¯¸ì§ ìì±",uploadTab:"ì ë¡ë",urlMissing:"ì´ë¯¸ì§ ì본 주ì(URL)ê° ììµëë¤."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/ku.js b/public/assets/ckeditor/plugins/image2/lang/ku.js new file mode 100644 index 0000000..fed115e --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","ku",{alt:"جÛگرÛÙÛÛ Ø¯ÛÙ",btnUpload:"ÙØ§Ø±Ø¯ÙÛ Ø¨Û ÚØ§ÚÙ",captioned:"ÙÛÙÛÛ Ø¨ÛØ³ÛØ±Ø¯ÛØ±",captionPlaceholder:"Ø³ÛØ±Ø¯Ûر",infoTab:"زاÙÛØ§Ø±Û ÙÛÙÙ",lockRatio:"داخستÙÛ ÚÛÚÙ",menu:"خاسÛÛØªÛ ÙÛÙÙ",pathName:"ÙÛÙÛ",pathNameCaption:"Ø³ÛØ±Ø¯Ûر",resetSize:"ÚÛکخستÙÛÙÛÛ ÙÛØ¨Ø§Ø±Ù",resizer:"Ú©Ø±ØªÛØ¨Ú©Û Ù ÚØ§ÛØ¨Ú©ÛØ´Û Ø¨Û ÙÛØ¨Ø§Ø±Û Ú¯ÛÚÛÙ",title:"خاسÛÛØªÛ ÙÛÙÙ",uploadTab:"بارکردÙ",urlMissing:"Ø³ÛØ±ÚاÙÛÛ Ø¨ÛØ³ØªÛØ±Û ÙÛÙ٠بزرÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/lt.js b/public/assets/ckeditor/plugins/image2/lang/lt.js new file mode 100644 index 0000000..47b883d --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","lt",{alt:"Alternatyvus Tekstas",btnUpload:"Siųsti į serverį",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"Vaizdo informacija",lockRatio:"IÅ¡laikyti proporcijÄ ",menu:"Vaizdo savybÄs",pathName:"image",pathNameCaption:"caption",resetSize:"Atstatyti dydį",resizer:"Click and drag to resize",title:"Vaizdo savybÄs",uploadTab:"Siųsti",urlMissing:"Paveiksliuko nuorodos nÄra."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/lv.js b/public/assets/ckeditor/plugins/image2/lang/lv.js new file mode 100644 index 0000000..069595d --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","lv",{alt:"AlternatÄ«vais teksts",btnUpload:"NosÅ«tÄ«t serverim",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"InformÄcija par attÄlu",lockRatio:"NemainÄ«ga Augstuma/Platuma attiecÄ«ba",menu:"AttÄla Ä«pašības",pathName:"image",pathNameCaption:"caption",resetSize:"Atjaunot sÄkotnÄjo izmÄru",resizer:"Click and drag to resize",title:"AttÄla Ä«pašības",uploadTab:"AugÅ¡upielÄdÄt",urlMissing:"TrÅ«kst attÄla atraÅ¡anÄs adrese."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/mk.js b/public/assets/ckeditor/plugins/image2/lang/mk.js new file mode 100644 index 0000000..6e27dc8 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","mk",{alt:"ÐлÑеÑнаÑивен ÑекÑÑ",btnUpload:"ÐÑикаÑи на ÑеÑвеÑ",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"ÐнÑоÑмаÑии за ÑликаÑа",lockRatio:"ÐаÑÑÐ²Ð°Ñ Ð¿ÑопоÑÑиÑа",menu:"СвоÑÑÑва на ÑликаÑа",pathName:"image",pathNameCaption:"caption",resetSize:"РеÑеÑиÑÐ°Ñ Ð³Ð¾Ð»ÐµÐ¼Ð¸Ð½Ð°",resizer:"Click and drag to resize",title:"СвоÑÑÑва на ÑликаÑа",uploadTab:"ÐÑикаÑи",urlMissing:"ÐедоÑÑаÑÑва URL-Ñо на ÑликаÑа."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/mn.js b/public/assets/ckeditor/plugins/image2/lang/mn.js new file mode 100644 index 0000000..f2d437f --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","mn",{alt:"ÐÑÑгийг оÑÐ»Ð¾Ñ Ð±Ð¸ÑвÑÑ",btnUpload:"Үүнийг ÑеÑвÑÑÑÒ¯Ò¯ илгÑÑ",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"ÐÑÑÐ°Ð³Ð½Ñ Ð¼ÑдÑÑлÑл",lockRatio:"Радио ÑÒ¯Ð³Ð¶Ð¸Ñ ",menu:"ÐÑÑаг",pathName:"image",pathNameCaption:"caption",resetSize:"Ñ ÑмжÑÑ Ð´Ð°Ñ Ð¸Ð½ Ð¾Ð½Ð¾Ð¾Ñ ",resizer:"Click and drag to resize",title:"ÐÑÑаг",uploadTab:"ÐлгÑÑж аÑÐ°Ð°Ð»Ð°Ñ ",urlMissing:"ÐÑÑгийн ÑÑ ÑÑÑвалжийн Ñ Ð°Ñг (URL) Ð±Ð°Ð¹Ñ Ð³Ò¯Ð¹ байна."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/ms.js b/public/assets/ckeditor/plugins/image2/lang/ms.js new file mode 100644 index 0000000..8d1d665 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","ms",{alt:"Text Alternatif",btnUpload:"Hantar ke Server",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"Info Imej",lockRatio:"Tetapkan Nisbah",menu:"Ciri-ciri Imej",pathName:"image",pathNameCaption:"caption",resetSize:"Saiz Set Semula",resizer:"Click and drag to resize",title:"Ciri-ciri Imej",uploadTab:"Muat Naik",urlMissing:"Image source URL is missing."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/nb.js b/public/assets/ckeditor/plugins/image2/lang/nb.js new file mode 100644 index 0000000..2f237a6 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","nb",{alt:"Alternativ tekst",btnUpload:"Send det til serveren",captioned:"Bilde med bildetekst",captionPlaceholder:"Bildetekst",infoTab:"Bildeinformasjon",lockRatio:"LÃ¥s forhold",menu:"Bildeegenskaper",pathName:"bilde",pathNameCaption:"bildetekst",resetSize:"Tilbakestill størrelse",resizer:"Klikk og dra for Ã¥ endre størrelse",title:"Bildeegenskaper",uploadTab:"Last opp",urlMissing:"Bildets adresse mangler."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/nl.js b/public/assets/ckeditor/plugins/image2/lang/nl.js new file mode 100644 index 0000000..f032d84 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","nl",{alt:"Alternatieve tekst",btnUpload:"Naar server verzenden",captioned:"Afbeelding met onderschrift",captionPlaceholder:"Onderschrift",infoTab:"Afbeeldingsinformatie",lockRatio:"Verhouding vergrendelen",menu:"Eigenschappen afbeelding",pathName:"afbeelding",pathNameCaption:"onderschrift",resetSize:"Afmetingen herstellen",resizer:"Klik en sleep om te herschalen",title:"Afbeeldingseigenschappen",uploadTab:"Uploaden",urlMissing:"De URL naar de afbeelding ontbreekt."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/no.js b/public/assets/ckeditor/plugins/image2/lang/no.js new file mode 100644 index 0000000..11bffbb --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","no",{alt:"Alternativ tekst",btnUpload:"Send det til serveren",captioned:"Bilde med bildetekst",captionPlaceholder:"Caption",infoTab:"Bildeinformasjon",lockRatio:"LÃ¥s forhold",menu:"Bildeegenskaper",pathName:"bilde",pathNameCaption:"bildetekst",resetSize:"Tilbakestill størrelse",resizer:"Klikk og dra for Ã¥ endre størrelse",title:"Bildeegenskaper",uploadTab:"Last opp",urlMissing:"Bildets adresse mangler."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/pl.js b/public/assets/ckeditor/plugins/image2/lang/pl.js new file mode 100644 index 0000000..09e19e3 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","pl",{alt:"Tekst zastÄpczy",btnUpload:"WyÅlij",captioned:"Obrazek z podpisem",captionPlaceholder:"Podpis",infoTab:"Informacje o obrazku",lockRatio:"Zablokuj proporcje",menu:"WÅaÅciwoÅci obrazka",pathName:"obrazek",pathNameCaption:"podpis",resetSize:"PrzywrÃ³Ä rozmiar",resizer:"Kliknij i przeciÄ gnij, by zmieniÄ rozmiar.",title:"WÅaÅciwoÅci obrazka",uploadTab:"WyÅlij",urlMissing:"Podaj adres URL obrazka."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/pt-br.js b/public/assets/ckeditor/plugins/image2/lang/pt-br.js new file mode 100644 index 0000000..82c42e8 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","pt-br",{alt:"Texto Alternativo",btnUpload:"Enviar para o Servidor",captioned:"Legenda da Imagem",captionPlaceholder:"Legenda",infoTab:"Informações da Imagem",lockRatio:"Travar Proporções",menu:"Formatar Imagem",pathName:"Imagem",pathNameCaption:"Legenda",resetSize:"Redefinir para o Tamanho Original",resizer:"Click e arraste para redimensionar",title:"Formatar Imagem",uploadTab:"Enviar ao Servidor",urlMissing:"URL da imagem está faltando."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/pt.js b/public/assets/ckeditor/plugins/image2/lang/pt.js new file mode 100644 index 0000000..99b56c7 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","pt",{alt:"Texto Alternativo",btnUpload:"Enviar para o Servidor",captioned:"Imagem legendada",captionPlaceholder:"Legenda",infoTab:"Informação da Imagem",lockRatio:"Proporcional",menu:"Propriedades da Imagem",pathName:"imagem",pathNameCaption:"legenda",resetSize:"Tamanho Original",resizer:"Clique e arraste para redimensionar",title:"Propriedades da Imagem",uploadTab:"Enviar",urlMissing:"O URL da fonte da imagem está em falta."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/ro.js b/public/assets/ckeditor/plugins/image2/lang/ro.js new file mode 100644 index 0000000..8f86089 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","ro",{alt:"Text alternativ",btnUpload:"Trimite la server",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"InformaÅ£ii despre imagine",lockRatio:"PÄstreazÄ proporÅ£iile",menu:"ProprietÄÅ£ile imaginii",pathName:"image",pathNameCaption:"caption",resetSize:"ReseteazÄ mÄrimea",resizer:"Click and drag to resize",title:"ProprietÄÅ£ile imaginii",uploadTab:"ÃncarcÄ",urlMissing:"Sursa URL a imaginii lipseÈte."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/ru.js b/public/assets/ckeditor/plugins/image2/lang/ru.js new file mode 100644 index 0000000..52de968 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","ru",{alt:"ÐлÑÑеÑнаÑивнÑй ÑекÑÑ",btnUpload:"ÐагÑÑзиÑÑ Ð½Ð° ÑеÑвеÑ",captioned:"ÐÑобÑажаÑÑ Ð½Ð°Ð·Ð²Ð°Ð½Ð¸Ðµ",captionPlaceholder:"Ðазвание",infoTab:"ÐаннÑе об изобÑажении",lockRatio:"Ð¡Ð¾Ñ ÑанÑÑÑ Ð¿ÑопоÑÑии",menu:"СвойÑÑва изобÑажениÑ",pathName:"изобÑажение",pathNameCaption:"название",resetSize:"ÐеÑнÑÑÑ Ð¾Ð±ÑÑнÑе ÑазмеÑÑ",resizer:"ÐажмиÑе и ÑаÑÑÑниÑе",title:"СвойÑÑва изобÑажениÑ",uploadTab:"ÐагÑÑзка Ñайла",urlMissing:"Ðе Ñказана ÑÑÑлка на изобÑажение."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/si.js b/public/assets/ckeditor/plugins/image2/lang/si.js new file mode 100644 index 0000000..5ab518c --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","si",{alt:"à·à·à¶à¶½à·à¶´ ",btnUpload:"à·à·à·à·à¶¯à·à¶ºà¶à¶º à·à·à¶ යà·à¶¸à·à¶à·à¶»à·à¶¸",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"à¶»à·à¶´à¶ºà· à¶à·à¶»à¶à·à¶»à·",lockRatio:"à¶±à·à¶à¶± à¶ à¶±à·à¶´à·à¶à¶º ",menu:"à¶»à·à¶´à¶ºà· à¶à·à¶«",pathName:"image",pathNameCaption:"caption",resetSize:"à¶±à·à·à¶à¶à· à·à·à·à·à¶½à¶à·à·à¶º à·à·à¶±à·à· à¶à·à¶»à·à¶¸",resizer:"Click and drag to resize",title:"à¶»à·à¶´à¶ºà· ",uploadTab:"à¶à¶©à·à¶à¶à¶à·à¶»à·à¶¸",urlMissing:"à¶»à·à¶´ මà·à¶½à·à·à·âà¶» URL à¶±à·à¶."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/sk.js b/public/assets/ckeditor/plugins/image2/lang/sk.js new file mode 100644 index 0000000..1877884 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","sk",{alt:"AlternatÃvny text",btnUpload:"OdoslaÅ¥ to na server",captioned:"OpÃsaný obrázok",captionPlaceholder:"Popis",infoTab:"Informácie o obrázku",lockRatio:"Pomer zámky",menu:"Vlastnosti obrázka",pathName:"obrázok",pathNameCaption:"popis",resetSize:"Pôvodná veľkosÅ¥",resizer:"Kliknite a potiahnite pre zmenu veľkosti",title:"Vlastnosti obrázka",uploadTab:"NahraÅ¥",urlMissing:"Chýba URL zdroja obrázka."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/sl.js b/public/assets/ckeditor/plugins/image2/lang/sl.js new file mode 100644 index 0000000..aced917 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","sl",{alt:"Nadomestno besedilo",btnUpload:"PoÅ¡lji na strežnik",captioned:"Podnaslovljena slika",captionPlaceholder:"Napis",infoTab:"Podatki o sliki",lockRatio:"Zakleni razmerje",menu:"Lastnosti slike",pathName:"slika",pathNameCaption:"napis",resetSize:"Ponastavi velikost",resizer:"Kliknite in povlecite, da spremeniti velikost",title:"Lastnosti slike",uploadTab:"Naloži",urlMissing:"Manjka vir (URL) slike."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/sq.js b/public/assets/ckeditor/plugins/image2/lang/sq.js new file mode 100644 index 0000000..fc15d86 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","sq",{alt:"Tekst Alternativ",btnUpload:"Dërgo në server",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"Informacione mbi Fotografinë",lockRatio:"Mbyll Racionin",menu:"Karakteristikat e Fotografisë",pathName:"foto",pathNameCaption:"caption",resetSize:"Rikthe Madhësinë",resizer:"Click and drag to resize",title:"Karakteristikat e Fotografisë",uploadTab:"Ngarko",urlMissing:"Mungon URL e burimit të fotografisë."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/sr-latn.js b/public/assets/ckeditor/plugins/image2/lang/sr-latn.js new file mode 100644 index 0000000..287f026 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","sr-latn",{alt:"Alternativni tekst",btnUpload:"PoÅ¡alji na server",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"Info slike",lockRatio:"ZakljuÄaj odnos",menu:"Osobine slika",pathName:"image",pathNameCaption:"caption",resetSize:"Resetuj veliÄinu",resizer:"Click and drag to resize",title:"Osobine slika",uploadTab:"PoÅ¡alji",urlMissing:"Image source URL is missing."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/sr.js b/public/assets/ckeditor/plugins/image2/lang/sr.js new file mode 100644 index 0000000..18857fb --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","sr",{alt:"ÐлÑеÑнаÑивни ÑекÑÑ",btnUpload:"ÐоÑаÑи на ÑеÑвеÑ",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"ÐнÑо Ñлике",lockRatio:"ÐакÑÑÑÐ°Ñ Ð¾Ð´Ð½Ð¾Ñ",menu:"ÐÑобине Ñлика",pathName:"image",pathNameCaption:"caption",resetSize:"РеÑеÑÑÑ Ð²ÐµÐ»Ð¸ÑинÑ",resizer:"Click and drag to resize",title:"ÐÑобине Ñлика",uploadTab:"ÐоÑаÑи",urlMissing:"ÐедоÑÑаÑе УРРÑлике."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/sv.js b/public/assets/ckeditor/plugins/image2/lang/sv.js new file mode 100644 index 0000000..2c5ed3f --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","sv",{alt:"Alternativ text",btnUpload:"Skicka till server",captioned:"Rubricerad bild",captionPlaceholder:"Bildtext",infoTab:"Bildinformation",lockRatio:"LÃ¥s höjd/bredd förhÃ¥llanden",menu:"Bildegenskaper",pathName:"bild",pathNameCaption:"rubrik",resetSize:"à terställ storlek",resizer:"Klicka och drag för att ändra storlek",title:"Bildegenskaper",uploadTab:"Ladda upp",urlMissing:"Bildkällans URL saknas."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/th.js b/public/assets/ckeditor/plugins/image2/lang/th.js new file mode 100644 index 0000000..636814d --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","th",{alt:"à¸à¸³à¸à¸£à¸°à¸à¸à¸à¸£à¸¹à¸à¸ าà¸",btnUpload:"à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹à¹à¸à¹à¸à¹à¸à¹à¸§à¹à¸à¸µà¹à¹à¸à¸£à¸·à¹à¸à¸à¹à¸¡à¹à¸à¹à¸²à¸¢ (à¹à¸à¸´à¸£à¹à¸à¹à¸§à¸à¸£à¹)",captioned:"Captioned image",captionPlaceholder:"Caption",infoTab:"à¸à¹à¸à¸¡à¸¹à¸¥à¸à¸à¸à¸£à¸¹à¸à¸ าà¸",lockRatio:"à¸à¸³à¸«à¸à¸à¸à¸±à¸à¸£à¸²à¸ªà¹à¸§à¸ à¸à¸§à¹à¸²à¸-สูภà¹à¸à¸à¸à¸à¸à¸µà¹",menu:"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ รูà¸à¸ าà¸",pathName:"image",pathNameCaption:"caption",resetSize:"à¸à¸³à¸«à¸à¸à¸£à¸¹à¸à¹à¸à¹à¸²à¸à¸à¸²à¸à¸à¸£à¸´à¸",resizer:"Click and drag to resize",title:"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¸à¸à¸ รูà¸à¸ าà¸",uploadTab:"à¸à¸±à¸à¹à¸«à¸¥à¸à¹à¸à¸¥à¹",urlMissing:"Image source URL is missing."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/tr.js b/public/assets/ckeditor/plugins/image2/lang/tr.js new file mode 100644 index 0000000..617a8a1 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","tr",{alt:"Alternatif Yazı",btnUpload:"Sunucuya Yolla",captioned:"BaÅlıklı resim",captionPlaceholder:"BaÅlık",infoTab:"Resim Bilgisi",lockRatio:"Oranı Kilitle",menu:"Resim Ãzellikleri",pathName:"Resim",pathNameCaption:"baÅlık",resetSize:"Boyutu BaÅa Döndür",resizer:"Boyutlandırmak için, tıklayın ve sürükleyin",title:"Resim Ãzellikleri",uploadTab:"KarÅıya Yükle",urlMissing:"Resmin URL kaynaÄı bulunamadı."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/tt.js b/public/assets/ckeditor/plugins/image2/lang/tt.js new file mode 100644 index 0000000..2133d73 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","tt",{alt:"ÐлÑÑеÑнаÑив ÑекÑÑ",btnUpload:"СеÑвеÑга ÒибÓÑÒ¯",captioned:"ÐÑеме кÑелган ÑÓÑем",captionPlaceholder:"ÐÑем",infoTab:"Ð ÓÑем ÑаÑвиÑламаÑÑ",lockRatio:"Lock Ratio",menu:"Ð ÓÑем үзлеклÓÑе",pathName:"ÑÓÑем",pathNameCaption:"иÑем",resetSize:"ÐаÑÑÐ°Ð³Ñ Ð·ÑÑлÑк",resizer:"ÐÒ¯ÑеÑеп кÑÐµÑ Ó©Ñен баÑÑп ÑÑдÑÑÑгÑз",title:"Ð ÓÑем үзлеклÓÑе",uploadTab:"ÐөклÓÒ¯",urlMissing:"Image source URL is missing."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/ug.js b/public/assets/ckeditor/plugins/image2/lang/ug.js new file mode 100644 index 0000000..4db22f5 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","ug",{alt:"تÛÙÙØ³Øª ئاÙÙ Ø§Ø´ØªÛØ±",btnUpload:"Ù ÛÙØ§Ø²ÙÙ ÛØªÙرغا ÙÛÙÙÛ",captioned:"Ù Ø§ÛØ²ÛÙÛÙ Ø³ÛØ±Ûت",captionPlaceholder:"Caption",infoTab:"Ø³ÛØ±Ûت",lockRatio:"ÙÙØ³Ø¨ÛتÙÙ ÙÛÙÛÙ¾ÙØ§",menu:"Ø³ÛØ±Ûت خاسÙÙÙÙ",pathName:"image",pathNameCaption:"caption",resetSize:"Ø¦ÛØ³ÙÙ ÚÙÚÙÛÙ",resizer:"Click and drag to resize",title:"Ø³ÛØ±Ûت خاسÙÙÙÙ",uploadTab:"ÙÛÙÙÛ",urlMissing:"Ø³ÛØ±ÛتÙÙÚ Ø¦ÛØ³ÙÙ Ú¾ÛØ¬Ø¬Ûت Ø¦Ø§Ø¯Ø±ÛØ³Ù ÙÛÙ "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/uk.js b/public/assets/ckeditor/plugins/image2/lang/uk.js new file mode 100644 index 0000000..2d964ec --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","uk",{alt:"ÐлÑÑеÑнаÑивний ÑекÑÑ",btnUpload:"ÐадÑÑлаÑи на ÑеÑвеÑ",captioned:"ÐÑдпиÑане зобÑаженнÑ",captionPlaceholder:"Ðаголовок",infoTab:"ÐнÑоÑмаÑÑÑ Ð¿Ñо зобÑаженнÑ",lockRatio:"ÐбеÑегÑи пÑопоÑÑÑÑ",menu:"ÐлаÑÑивоÑÑÑ Ð·Ð¾Ð±ÑаженнÑ",pathName:"ÐобÑаженнÑ",pathNameCaption:"заголовок",resetSize:"ÐÑиÑÑиÑи Ð¿Ð¾Ð»Ñ ÑозмÑÑÑв",resizer:"ÐлÑкнÑÑÑ Ñа поÑÑгнÑÑÑ Ð´Ð»Ñ Ð·Ð¼Ñни ÑозмÑÑÑв",title:"ÐлаÑÑивоÑÑÑ Ð·Ð¾Ð±ÑаженнÑ",uploadTab:"ÐадÑÑлаÑи",urlMissing:"ÐкажÑÑÑ URL зобÑаженнÑ."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/vi.js b/public/assets/ckeditor/plugins/image2/lang/vi.js new file mode 100644 index 0000000..863c40d --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","vi",{alt:"Chú thÃch ảnh",btnUpload:"Tải lên máy chá»§",captioned:"Ảnh có chú thÃch",captionPlaceholder:"Nhãn",infoTab:"Thông tin cá»§a ảnh",lockRatio:"Giữ nguyên tá»· lá»",menu:"Thuá»c tÃnh cá»§a ảnh",pathName:"ảnh",pathNameCaption:"chú thÃch",resetSize:"KÃch thưá»c gá»c",resizer:"Kéo rê Äá» thay Äá»i kÃch cỡ",title:"Thuá»c tÃnh cá»§a ảnh",uploadTab:"Tải lên",urlMissing:"Thiếu ÄÆ°á»ng dẫn hình ảnh"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/zh-cn.js b/public/assets/ckeditor/plugins/image2/lang/zh-cn.js new file mode 100644 index 0000000..3209b92 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","zh-cn",{alt:"æ¿æ¢ææ¬",btnUpload:"ä¸ä¼ å°æå¡å¨",captioned:"带æ é¢å¾å",captionPlaceholder:"æ é¢",infoTab:"å¾åä¿¡æ¯",lockRatio:"é宿¯ä¾",menu:"å¾å屿§",pathName:"å¾å",pathNameCaption:"æ é¢",resetSize:"åå§å°ºå¯¸",resizer:"ç¹å»å¹¶ææ½ä»¥æ¹å尺寸",title:"å¾å屿§",uploadTab:"ä¸ä¼ ",urlMissing:"缺å°å¾åæºæä»¶å°å"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/lang/zh.js b/public/assets/ckeditor/plugins/image2/lang/zh.js new file mode 100644 index 0000000..f07e2e5 --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","zh",{alt:"æ¿ä»£æå",btnUpload:"å³éè³ä¼ºæå¨",captioned:"å·²å æ¨é¡ä¹åç",captionPlaceholder:"æ¨é¡",infoTab:"å½±åè³è¨",lockRatio:"åºå®æ¯ä¾",menu:"å½±å屬æ§",pathName:"åç",pathNameCaption:"æ¨é¡",resetSize:"éè¨å¤§å°",resizer:"ææ³ä»¥æ¹è®å¤§å°",title:"å½±å屬æ§",uploadTab:"ä¸å³",urlMissing:"éºå¤±åç便ºä¹ URL "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/image2/plugin.js b/public/assets/ckeditor/plugins/image2/plugin.js new file mode 100644 index 0000000..63f315c --- /dev/null +++ b/public/assets/ckeditor/plugins/image2/plugin.js @@ -0,0 +1,30 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function D(a){function b(){this.deflated||(a.widgets.focused==this.widget&&(this.focused=!0),a.widgets.destroy(this.widget),this.deflated=!0)}function e(){var d=a.editable(),c=a.document;if(this.deflated)this.widget=a.widgets.initOn(this.element,"image",this.widget.data),this.widget.inline&&!(new CKEDITOR.dom.elementPath(this.widget.wrapper,d)).block&&(d=c.createElement(a.activeEnterMode==CKEDITOR.ENTER_P?"p":"div"),d.replace(this.widget.wrapper),this.widget.wrapper.move(d)),this.focused&& +(this.widget.focus(),delete this.focused),delete this.deflated;else{var b=this.widget,d=f,c=b.wrapper,e=b.data.align,b=b.data.hasCaption;if(d){for(var l=3;l--;)c.removeClass(d[l]);"center"==e?b&&c.addClass(d[1]):"none"!=e&&c.addClass(d[q[e]])}else"center"==e?(b?c.setStyle("text-align","center"):c.removeStyle("text-align"),c.removeStyle("float")):("none"==e?c.removeStyle("float"):c.setStyle("float",e),c.removeStyle("text-align"))}}var f=a.config.image2_alignClasses,g=a.config.image2_captionedClass; +return{allowedContent:E(a),requiredContent:"img[src,alt]",features:F(a),styleableElements:"img figure",contentTransformations:[["img[width]: sizeToAttribute"]],editables:{caption:{selector:"figcaption",allowedContent:"br em strong sub sup u s; a[!href]"}},parts:{image:"img",caption:"figcaption"},dialog:"image2",template:'\x3cimg alt\x3d"" src\x3d"" /\x3e',data:function(){var d=this.features;this.data.hasCaption&&!a.filter.checkFeature(d.caption)&&(this.data.hasCaption=!1);"none"==this.data.align|| +a.filter.checkFeature(d.align)||(this.data.align="none");this.shiftState({widget:this,element:this.element,oldData:this.oldData,newData:this.data,deflate:b,inflate:e});this.data.link?this.parts.link||(this.parts.link=this.parts.image.getParent()):this.parts.link&&delete this.parts.link;this.parts.image.setAttributes({src:this.data.src,"data-cke-saved-src":this.data.src,alt:this.data.alt});if(this.oldData&&!this.oldData.hasCaption&&this.data.hasCaption)for(var c in this.data.classes)this.parts.image.removeClass(c); +if(a.filter.checkFeature(d.dimension)){d=this.data;d={width:d.width,height:d.height};c=this.parts.image;for(var f in d)d[f]?c.setAttribute(f,d[f]):c.removeAttribute(f)}this.oldData=CKEDITOR.tools.extend({},this.data)},init:function(){var b=CKEDITOR.plugins.image2,c=this.parts.image,e={hasCaption:!!this.parts.caption,src:c.getAttribute("src"),alt:c.getAttribute("alt")||"",width:c.getAttribute("width")||"",height:c.getAttribute("height")||"",lock:this.ready?b.checkHasNaturalRatio(c):!0},g=c.getAscendant("a"); +g&&this.wrapper.contains(g)&&(this.parts.link=g);e.align||(c=e.hasCaption?this.element:c,f?(c.hasClass(f[0])?e.align="left":c.hasClass(f[2])&&(e.align="right"),e.align?c.removeClass(f[q[e.align]]):e.align="none"):(e.align=c.getStyle("float")||"none",c.removeStyle("float")));a.plugins.link&&this.parts.link&&(e.link=b.getLinkAttributesParser()(a,this.parts.link),(c=e.link.advanced)&&c.advCSSClasses&&(c.advCSSClasses=CKEDITOR.tools.trim(c.advCSSClasses.replace(/cke_\S+/,""))));this.wrapper[(e.hasCaption? +"remove":"add")+"Class"]("cke_image_nocaption");this.setData(e);a.filter.checkFeature(this.features.dimension)&&!0!==a.config.image2_disableResizer&&G(this);this.shiftState=b.stateShifter(this.editor);this.on("contextMenu",function(a){a.data.image=CKEDITOR.TRISTATE_OFF;if(this.parts.link||this.wrapper.getAscendant("a"))a.data.link=a.data.unlink=CKEDITOR.TRISTATE_OFF});this.on("dialog",function(a){a.data.widget=this},this)},addClass:function(a){m(this).addClass(a)},hasClass:function(a){return m(this).hasClass(a)}, +removeClass:function(a){m(this).removeClass(a)},getClasses:function(){var a=new RegExp("^("+[].concat(g,f).join("|")+")$");return function(){var b=this.repository.parseElementClasses(m(this).getAttribute("class")),e;for(e in b)a.test(e)&&delete b[e];return b}}(),upcast:H(a),downcast:I(a)}}function H(a){var b=n(a),e=a.config.image2_captionedClass;return function(a,g){var d={width:1,height:1},c=a.name,h;if(!a.attributes["data-cke-realelement"]&&(b(a)?("div"==c&&(h=a.getFirst("figure"))&&(a.replaceWith(h), +a=h),g.align="center",h=a.getFirst("img")||a.getFirst("a").getFirst("img")):"figure"==c&&a.hasClass(e)?h=a.getFirst("img")||a.getFirst("a").getFirst("img"):r(a)&&(h="a"==a.name?a.children[0]:a),h)){for(var C in d)(d=h.attributes[C])&&d.match(J)&&delete h.attributes[C];return a}}}function I(a){var b=a.config.image2_alignClasses;return function(a){var f="a"==a.name?a.getFirst():a,g=f.attributes,d=this.data.align;if(!this.inline){var c=a.getFirst("span");c&&c.replaceWith(c.getFirst({img:1,a:1}))}d&& +"none"!=d&&(c=CKEDITOR.tools.parseCssText(g.style||""),"center"==d&&"figure"==a.name?a=a.wrapWith(new CKEDITOR.htmlParser.element("div",b?{"class":b[1]}:{style:"text-align:center"})):d in{left:1,right:1}&&(b?f.addClass(b[q[d]]):c["float"]=d),b||CKEDITOR.tools.isEmpty(c)||(g.style=CKEDITOR.tools.writeCssText(c)));return a}}function n(a){var b=a.config.image2_captionedClass,e=a.config.image2_alignClasses,f={figure:1,a:1,img:1};return function(g){if(!(g.name in{div:1,p:1}))return!1;var d=g.children; +if(1!==d.length)return!1;d=d[0];if(!(d.name in f))return!1;if("p"==g.name){if(!r(d))return!1}else if("figure"==d.name){if(!d.hasClass(b))return!1}else if(a.enterMode==CKEDITOR.ENTER_P||!r(d))return!1;return(e?g.hasClass(e[1]):"center"==CKEDITOR.tools.parseCssText(g.attributes.style||"",!0)["text-align"])?!0:!1}}function r(a){return"img"==a.name?!0:"a"==a.name?1==a.children.length&&a.getFirst("img"):!1}function G(a){var b=a.editor,e=b.editable(),f=b.document,g=a.resizer=f.createElement("span");g.addClass("cke_image_resizer"); +g.setAttribute("title",b.lang.image2.resizer);g.append(new CKEDITOR.dom.text("â",f));if(a.inline)a.wrapper.append(g);else{var d=a.parts.link||a.parts.image,c=d.getParent(),h=f.createElement("span");h.addClass("cke_image_resizer_wrapper");h.append(d);h.append(g);a.element.append(h,!0);c.is("span")&&c.remove()}g.on("mousedown",function(c){function l(a,b,c){var d=CKEDITOR.document,l=[];f.equals(d)||l.push(d.on(a,b));l.push(f.on(a,b));if(c)for(a=l.length;a--;)c.push(l.pop())}function d(){t=m+A*x;u=Math.round(t/ +v)}function w(){u=q-p;t=Math.round(u*v)}var h=a.parts.image,A="right"==a.data.align?-1:1,k=c.data.$.screenX,K=c.data.$.screenY,m=h.$.clientWidth,q=h.$.clientHeight,v=m/q,n=[],r="cke_image_s"+(~A?"e":"w"),B,t,u,z,x,p,y;b.fire("saveSnapshot");l("mousemove",function(a){B=a.data.$;x=B.screenX-k;p=K-B.screenY;y=Math.abs(x/p);1==A?0>=x?0>=p?d():y>=v?d():w():0>=p?y>=v?w():d():w():0>=x?0>=p?y>=v?w():d():w():0>=p?d():y>=v?d():w();15<=t&&15<=u?(h.setAttributes({width:t,height:u}),z=!0):z=!1},n);l("mouseup", +function(){for(var c;c=n.pop();)c.removeListener();e.removeClass(r);g.removeClass("cke_image_resizing");z&&(a.setData({width:t,height:u}),b.fire("saveSnapshot"));z=!1},n);e.addClass(r);g.addClass("cke_image_resizing")});a.on("data",function(){g["right"==a.data.align?"addClass":"removeClass"]("cke_image_resizer_left")})}function L(a){var b=[],e;return function(f){var g=a.getCommand("justify"+f);if(g){b.push(function(){g.refresh(a,a.elementPath())});if(f in{right:1,left:1,center:1})g.on("exec",function(d){var c= +k(a);if(c){c.setData("align",f);for(c=b.length;c--;)b[c]();d.cancel()}});g.on("refresh",function(b){var c=k(a),g={right:1,left:1,center:1};c&&(void 0===e&&(e=a.filter.checkFeature(a.widgets.registered.image.features.align)),e?this.setState(c.data.align==f?CKEDITOR.TRISTATE_ON:f in g?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED):this.setState(CKEDITOR.TRISTATE_DISABLED),b.cancel())})}}}function M(a){a.plugins.link&&(CKEDITOR.on("dialogDefinition",function(b){b=b.data;if("link"==b.name){b=b.definition; +var e=b.onShow,f=b.onOk;b.onShow=function(){var b=k(a);b&&(b.inline?!b.wrapper.getAscendant("a"):1)?this.setupContent(b.data.link||{}):e.apply(this,arguments)};b.onOk=function(){var b=k(a);if(b&&(b.inline?!b.wrapper.getAscendant("a"):1)){var d={};this.commitContent(d);b.setData("link",d)}else f.apply(this,arguments)}}}),a.getCommand("unlink").on("exec",function(b){var e=k(a);e&&e.parts.link&&(e.setData("link",null),this.refresh(a,a.elementPath()),b.cancel())}),a.getCommand("unlink").on("refresh", +function(b){var e=k(a);e&&(this.setState(e.data.link||e.wrapper.getAscendant("a")?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED),b.cancel())}))}function k(a){return(a=a.widgets.focused)&&"image"==a.name?a:null}function E(a){var b=a.config.image2_alignClasses;a={div:{match:n(a)},p:{match:n(a)},img:{attributes:"!src,alt,width,height"},figure:{classes:"!"+a.config.image2_captionedClass},figcaption:!0};b?(a.div.classes=b[1],a.p.classes=a.div.classes,a.img.classes=b[0]+","+b[2],a.figure.classes+=","+ +a.img.classes):(a.div.styles="text-align",a.p.styles="text-align",a.img.styles="float",a.figure.styles="float,display");return a}function F(a){a=a.config.image2_alignClasses;return{dimension:{requiredContent:"img[width,height]"},align:{requiredContent:"img"+(a?"("+a[0]+")":"{float}")},caption:{requiredContent:"figcaption"}}}function m(a){return a.data.hasCaption?a.element:a.parts.image}var N=new CKEDITOR.template('\x3cfigure class\x3d"{captionedClass}"\x3e\x3cimg alt\x3d"" src\x3d"" /\x3e\x3cfigcaption\x3e{captionPlaceholder}\x3c/figcaption\x3e\x3c/figure\x3e'), +q={left:0,center:1,right:2},J=/^\s*(\d+\%)\s*$/i;CKEDITOR.plugins.add("image2",{lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",requires:"widget,dialog",icons:"image",hidpi:!0,onLoad:function(){CKEDITOR.addCss(".cke_image_nocaption{line-height:0}.cke_editable.cke_image_sw, .cke_editable.cke_image_sw *{cursor:sw-resize !important}.cke_editable.cke_image_se, .cke_editable.cke_image_se *{cursor:se-resize !important}.cke_image_resizer{display:none;position:absolute;width:10px;height:10px;bottom:-5px;right:-5px;background:#000;outline:1px solid #fff;line-height:0;cursor:se-resize;}.cke_image_resizer_wrapper{position:relative;display:inline-block;line-height:0;}.cke_image_resizer.cke_image_resizer_left{right:auto;left:-5px;cursor:sw-resize;}.cke_widget_wrapper:hover .cke_image_resizer,.cke_image_resizer.cke_image_resizing{display:block}.cke_widget_wrapper\x3ea{display:inline-block}")}, +init:function(a){var b=a.config,e=a.lang.image2,f=D(a);b.filebrowserImage2BrowseUrl=b.filebrowserImageBrowseUrl;b.filebrowserImage2UploadUrl=b.filebrowserImageUploadUrl;f.pathName=e.pathName;f.editables.caption.pathName=e.pathNameCaption;a.widgets.add("image",f);a.ui.addButton&&a.ui.addButton("Image",{label:a.lang.common.image,command:"image",toolbar:"insert,10"});a.contextMenu&&(a.addMenuGroup("image",10),a.addMenuItem("image",{label:e.menu,command:"image",group:"image"}));CKEDITOR.dialog.add("image2", +this.path+"dialogs/image2.js")},afterInit:function(a){var b={left:1,right:1,center:1,block:1},e=L(a),f;for(f in b)e(f);M(a)}});CKEDITOR.plugins.image2={stateShifter:function(a){function b(a,b){var c={};g?c.attributes={"class":g[1]}:c.styles={"text-align":"center"};c=f.createElement(a.activeEnterMode==CKEDITOR.ENTER_P?"p":"div",c);e(c,b);b.move(c);return c}function e(b,d){if(d.getParent()){var e=a.createRange();e.moveToPosition(d,CKEDITOR.POSITION_BEFORE_START);d.remove();c.insertElementIntoRange(b, +e)}else b.replace(d)}var f=a.document,g=a.config.image2_alignClasses,d=a.config.image2_captionedClass,c=a.editable(),h=["hasCaption","align","link"],k={align:function(c,d,e){var f=c.element;c.changed.align?c.newData.hasCaption||("center"==e&&(c.deflate(),c.element=b(a,f)),c.changed.hasCaption||"center"!=d||"center"==e||(c.deflate(),d=f.findOne("a,img"),d.replace(f),c.element=d)):"center"==e&&c.changed.hasCaption&&!c.newData.hasCaption&&(c.deflate(),c.element=b(a,f));!g&&f.is("figure")&&("center"== +e?f.setStyle("display","inline-block"):f.removeStyle("display"))},hasCaption:function(b,c,g){b.changed.hasCaption&&(c=b.element.is({img:1,a:1})?b.element:b.element.findOne("a,img"),b.deflate(),g?(g=CKEDITOR.dom.element.createFromHtml(N.output({captionedClass:d,captionPlaceholder:a.lang.image2.captionPlaceholder}),f),e(g,b.element),c.replace(g.findOne("img")),b.element=g):(c.replace(b.element),b.element=c))},link:function(b,c,d){if(b.changed.link){var e=b.element.is("img")?b.element:b.element.findOne("img"), +g=b.element.is("a")?b.element:b.element.findOne("a"),h=b.element.is("a")&&!d||b.element.is("img")&&d,k;h&&b.deflate();d?(c||(k=f.createElement("a",{attributes:{href:b.newData.link.url}}),k.replace(e),e.move(k)),d=CKEDITOR.plugins.image2.getLinkAttributesGetter()(a,d),CKEDITOR.tools.isEmpty(d.set)||(k||g).setAttributes(d.set),d.removed.length&&(k||g).removeAttributes(d.removed)):(d=g.findOne("img"),d.replace(g),k=d);h&&(b.element=k)}}};return function(a){var b,c;a.changed={};for(c=0;c<h.length;c++)b= +h[c],a.changed[b]=a.oldData?a.oldData[b]!==a.newData[b]:!1;for(c=0;c<h.length;c++)b=h[c],k[b](a,a.oldData?a.oldData[b]:null,a.newData[b]);a.inflate()}},checkHasNaturalRatio:function(a){var b=a.$;a=this.getNatural(a);return Math.round(b.clientWidth/a.width*a.height)==b.clientHeight||Math.round(b.clientHeight/a.height*a.width)==b.clientWidth},getNatural:function(a){if(a.$.naturalWidth)a={width:a.$.naturalWidth,height:a.$.naturalHeight};else{var b=new Image;b.src=a.getAttribute("src");a={width:b.width, +height:b.height}}return a},getLinkAttributesGetter:function(){return CKEDITOR.plugins.link.getLinkAttributes},getLinkAttributesParser:function(){return CKEDITOR.plugins.link.parseLinkAttributes}}})();CKEDITOR.config.image2_captionedClass="image"; \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/indentblock/plugin.js b/public/assets/ckeditor/plugins/indentblock/plugin.js new file mode 100644 index 0000000..43cfe3f --- /dev/null +++ b/public/assets/ckeditor/plugins/indentblock/plugin.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function f(b,c,a){if(!b.getCustomData("indent_processed")){var d=this.editor,l=this.isIndent;if(c){d=b.$.className.match(this.classNameRegex);a=0;d&&(d=d[1],a=CKEDITOR.tools.indexOf(c,d)+1);if(0>(a+=l?1:-1))return;a=Math.min(a,c.length);a=Math.max(a,0);b.$.className=CKEDITOR.tools.ltrim(b.$.className.replace(this.classNameRegex,""));0<a&&b.addClass(c[a-1])}else{c=m(b,a);a=parseInt(b.getStyle(c),10);var g=d.config.indentOffset||40;isNaN(a)&&(a=0);a+=(l?1:-1)*g;if(0>a)return;a=Math.max(a, +0);a=Math.ceil(a/g)*g;b.setStyle(c,a?a+(d.config.indentUnit||"px"):"");""===b.getAttribute("style")&&b.removeAttribute("style")}CKEDITOR.dom.element.setMarker(this.database,b,"indent_processed",1)}}function m(b,c){return"ltr"==(c||b.getComputedStyle("direction"))?"margin-left":"margin-right"}var h=CKEDITOR.dtd.$listItem,p=CKEDITOR.dtd.$list,k=CKEDITOR.TRISTATE_DISABLED,n=CKEDITOR.TRISTATE_OFF;CKEDITOR.plugins.add("indentblock",{requires:"indent",init:function(b){function c(){a.specificDefinition.apply(this, +arguments);this.allowedContent={"div h1 h2 h3 h4 h5 h6 ol p pre ul":{propertiesOnly:!0,styles:d?null:"margin-left,margin-right",classes:d||null}};this.enterBr&&(this.allowedContent.div=!0);this.requiredContent=(this.enterBr?"div":"p")+(d?"("+d.join(",")+")":"{margin-left}");this.jobs={20:{refresh:function(a,b){var e=b.block||b.blockLimit;if(!e.is(h))var c=e.getAscendant(h),e=c&&b.contains(c)||e;e.is(h)&&(e=e.getParent());if(this.enterBr||this.getContext(b)){if(d){var c=d,e=e.$.className.match(this.classNameRegex), +f=this.isIndent,c=e?f?e[1]!=c.slice(-1):!0:f;return c?n:k}return this.isIndent?n:e?CKEDITOR[0>=(parseInt(e.getStyle(m(e)),10)||0)?"TRISTATE_DISABLED":"TRISTATE_OFF"]:k}return k},exec:function(a){var b=a.getSelection(),b=b&&b.getRanges()[0],c;if(c=a.elementPath().contains(p))f.call(this,c,d);else for(b=b.createIterator(),a=a.config.enterMode,b.enforceRealBlocks=!0,b.enlargeBr=a!=CKEDITOR.ENTER_BR;c=b.getNextParagraph(a==CKEDITOR.ENTER_P?"p":"div");)c.isReadOnly()||f.call(this,c,d);return!0}}}}var a= +CKEDITOR.plugins.indent,d=b.config.indentClasses;a.registerCommands(b,{indentblock:new c(b,"indentblock",!0),outdentblock:new c(b,"outdentblock")});CKEDITOR.tools.extend(c.prototype,a.specificDefinition.prototype,{context:{div:1,dl:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,ul:1,ol:1,p:1,pre:1,table:1},classNameRegex:d?new RegExp("(?:^|\\s+)("+d.join("|")+")(?\x3d$|\\s)"):null})}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/icons/hidpi/justifyblock.png b/public/assets/ckeditor/plugins/justify/icons/hidpi/justifyblock.png new file mode 100644 index 0000000000000000000000000000000000000000..7209fd41435c8876203672722c09dd7f7cac8b98 GIT binary patch literal 882 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzwj^(N7l!{JxM1({$v_d#0*}aI zppNSx%;=;syMlp%soT@VF(l&f+3CCe?l_3F?Uy_+wO&<VTZWKoP}LF}h9D`eS$i1z z*+up+zjv6b<`TlKxFB}g-XC_;MRps$VdYA3cH5K^Iql#5^mFCUw*M%sI#sRrbKR@| z&5T>$Eo2Z_6sh{WKwnazVT#cC&l8+XvXk`k<{p-4-nz{!Sb9Q`P+pEeZk`YuW87g; zgL4y~Ssp&wvPHw-+B&HlT+Z9RefM2_$~(KF?Ag=MtyvBXUS9j;<vt}=OUJLgp0y@+ z>9spHHVc+K$;{0beJ<mcz3j1}@`A^eCR;iAR`euV$t7<&w)1$|8s3O(&&e&TUuUb8 zm#_VDV8tqr$t>3T|GOGLrW`u@vvT$3htDqxUi+SXNbJaz=UZ3q4O?usV2V<gQj5U0 zv)WxsS0=O7FLB^#Qh0FtAfx=^6{1{q{Ov4`4JS5*GBX^Dx}>B0vG!Ek_QghRCa1Ih zh4Wky`BLTcT%@DTqu^ZPoW~0_<}E)UaX7=~+4-lbt3_gD<dd!DhH|ky*vrUz?^45R z-U=_l{fw-IA`f+g6&N&G9JimozSq|7sNue#-fs>oO~b!`XSu6q<STf_ZA((!;~Az& z^HP^&cI7c1wmJPuXTv1+HCt6aZ&r}x3E&N0FgJO|a~1s{1F4C3?rrlrxPG#5Pta@4 z37h`*XifigK#8^RjvZ^^A0E~qp*F?%vhtsMHaFjYX(HuuYSp6a?}ghQ_An*OX|9Oh zGHsE@iBB@COBXNI-?B`D>&~vt2Mn_hWlk!%{CeV--z(aFJ4T<jI6Xs+Gwt8kt&Gpu z*qRyj&PV&Zq{S+2x;ANQ>g-z#DXBXR*pKYrpZr{Ao6g0`K27g}cUz@iPZy}z*U!bY z<o$K$JVimz`^y)L%w2YL{tSU2J)ax<uk2mqYpS5<3{0!4C9V-ADTyViR>?)FK#IZ0 zz|dINz)aW3AjHtn%D~*pz(m`?$jZRr+oNTkC>nC}Q!>*kacgMbFZUIwK@wy`aDG}z od16s2LwR|*US?i)adKios$PCk`s{Z$Qb0uvp00i_>zopr0F||L(f|Me literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/justify/icons/hidpi/justifycenter.png b/public/assets/ckeditor/plugins/justify/icons/hidpi/justifycenter.png new file mode 100644 index 0000000000000000000000000000000000000000..365e3205c42d772df280efa9a266a57fa8d58960 GIT binary patch literal 1142 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzwj^(N7l!{JxM1({$v_d#0*}aI zppNSx%;=;syMlp%x!=>pF(l&f+3DW-!r>Ba^NS_#3r+SG)tn-BrBroQmv4CJVY634 zEQxdFkMf08oLr_Y@Rv1KbmgiLS5rZyAiaI(jv7C|bkw3RH|J4j=L_x1<lghY=j8AE zy!ZH{+{Fi{Px-Ux-G6q5y(gTR96FM;tNY{G92kPUrUZE?b~*B#o%=l^yYSrE)|uQ2 zOP7S{Z4O)?ygDR+RXbs?x|dMYUb%}24W;WW4)jL#N`HTU+v!|z*50b6lXSHC6c}_> z_rH5vSX?`IQrwDIH?Q7@&bxc3P4d5*_ioiaOP^VnUYD$>^j~1wy^n=I<=Un9WgCw@ z`1_}94)257yn9)NH*zkm4!gMNM(5Uhm(Ln4(l}JzFOZ~mf+OL|*C3@fhWmDvpHAEN z%j+9!Tm9cx;TWK|xOGOQmK)INSyQ>BSFa9fW{^Ja{Uh$hwQFL#!VYsg&QRI%t9Fr! zr0G+Z1GnC+D|h8t9>T76Eqj06+DRsVB^($Ur~KKo`}EqgzD!F$H9oTa;hJ`9N{a)J zJ%?i!&-?S|IHox9{QYCm@Lg_lYRg_Z+oeSeitEzs_zYvLH&5Ge|G3oT-@Nh{oy*T8 zIDCK8^Xwqw-KnBqCYZ!8PvGmxeHC-e@>ZsoMB9#y3zsO`f6f&7c=q4FcOMtK?_Hh$ zv*_>FH<IgO+8%Da_I!z%FC$aJTPwyz8jD0&P82e<I6PVW%{(Fb54%&x<y4-%-{XC2 z7G61`eU-t<t0`-${XDy~G1Ip0{XV6+!TR>?n)>&0+qZAmWIuRl?}NSR6H@nBTP^zg zDRp;ciAxrb5eLVrtARiDfrd`=s(ipBy?lwtswh>{HjBQEkzpCnR~jz4wkSMoMNW=F z?@4oor^iJt+6BDk<}*H*+3VMSIBoKaFDCY)tXc_smQPhV;@LDoXzAB8-Y4JaFyx4Q z{Ce-6|Hs4a?cQ4)w%^QH;H^64T6gNfw7quoSVbS46JnVAQpe);*R=G;Nt3=_4Si*8 zeSH?|UGw}a30B-JmHZ)Fp6%XUzH{%^spd<H=kM`}QB!1b^4cS?B=Xqq$H}Lnp5Hf~ z#yYP?Dk{0-@PrLfM@9BD#V)%dF-hal&67;=DUP!)*;zh(@u1<u6BYi&=QSS7+_hMC z|9$e>xj9bnWjrN{itFo-+gE&eo?bfd(*5)Elf9SjjNHKXr(iC_UyW106a2*f@cpTn z%iv-8k>7hyuE~dck1tKp=_`yZ`x<@0hBx2sd8C5((u*N~`Qwu>hj4YoegfuK)e_f; zl9a@fRIB8oR3OD*WMF8lYhb2pWDsI#Xk}n-WniLhU}R-r@a@quPZSNg`6-!cmAEyu z@0a@u)F276Aviy+q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b722WQ%mvv4FO#p=i B155w_ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/justify/icons/hidpi/justifyleft.png b/public/assets/ckeditor/plugins/justify/icons/hidpi/justifyleft.png new file mode 100644 index 0000000000000000000000000000000000000000..75308c126e285865d4d2fd68058c39ddeb5bb0fe GIT binary patch literal 1042 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzwj^(N7l!{JxM1({$v_d#0*}aI zppNSx%;=;syMlp%S=-aaF(l&f+39EVZo7%J?w91#bn~2ZqeJ{J^Dh1i>>L+-!)|_I z{Zw}HSY10yWy_jf8Qd%xuXn5zKD|j}qSPeg;@uNmW>3oT-qiDjA<ARIJKJ5w=WLz7 zzJ90}FZ^qD*?)ThgVS~)3|?!)99eF%F|uZ??OepM_DYt@va`(`_o|&ZvL|P9WUPHz zX7$Fd#>3pVGi*+S_`(g-{uOuxPWvHXroQ3w+fASU?7W{c<*#|ZQuOuN!T}8zXT`_u zdoufYzh_V6N{6R1^Us|(jM}^?Ynrft;GW{1O+AbP?iYJmSy${$pORYfTp%*OkGD~P z$#vf6k3VKSe11MVQ(<*>*CGd(fY1APA5_(4x>;~S{{8*@Ez<vNEEL|AbWF|K>F%<w z)bsTMUy<BP(hcvweK)+Tm$lA~qw!AEuf>9`Te+2TIV6&A+`Z|jxpiKTe!<%6bNBc4 z=7h%jI%vAiTK4D9Bi8%x-mQDXG{wm`{!FjDpw@E>JL_zhwF^pl*6P`@bbXv*<GJFR zW#7$bbDBE>s{QSx9?qRzWA=TntGJA;;jCQ_YiF^0OPzn<A~8j^a-Q%sot143-{(0_ z`}n?{zkJe!{d=oiJ%ld2{dCrv)n$9ZLEjCfz7d;N%;I!8wxRt0zucG$hwRzeFM96p z=Vp{WKEovT$9G;}=r8qnfA{h7^z%RJ^81g>*lMZ}e6`-j_UXlccFs#z%$aTB{CeqE z9-k?iJ}nu?le-ojSetd&GUQz1X`w)_)HA)6mx>(i&Nl72emLg=li<P53)`nDou4S6 zmlZRSGgq94?TNa2bm77H_Vy#5O*7~H4xPE7K=rm*+RX!3B8|?rY<{?5Do~kC#RgOH z0#~z?_xD_%F7??_(0Hw6cWhnFuPO5LY!o{m_vTp`oD^MJsx5wM*R%Kf@h^Ptnx1Z% zc14xt)TWdi-NaqH^IN@{*33C9#(Ho&`{f%Ks?Tej|5;MvQdf1WBR#r6aYFC$o=-CG z|1RR#`~6Fm?U7s7wNbzRe$B3#WO6xkR;z$S_|@2NYzZ-;YePadFHaU!3=usSRTFxU z&HPUGLXp5p3716Xs+?`gy4z7QNkH0p&)a9yJyz`W`N3bfa|i3)JL{Ezc}cazHKHUX zu_V<hxhNG#F&G&b8tWRE=^7b?7#dm`m|Gc`Xd4(=85n$fw9FGlLvDUbW?Cg~4ek5o zz5+E!f@}!RPb(=;EJ|f4FE7{2%*!rLPAo{(%P&fw{mw=TsEEPS)z4*}Q$iB}%>2(5 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/justify/icons/hidpi/justifyright.png b/public/assets/ckeditor/plugins/justify/icons/hidpi/justifyright.png new file mode 100644 index 0000000000000000000000000000000000000000..de7c3d45402b537203c5314c0500d66f7ff9edfa GIT binary patch literal 1048 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzwj^(N7l!{JxM1({$v_d#0*}aI zppNSx%;=;syMlp%+0fI)F(l&f+3BbAu0#m5?Js^)<};biip#0^qQ_^Z$jwrm+cM-B z<n%W@U~OQ1f1t}Z?Z~RjhXpRZypSt@|D2_1_r4>woI7Us&6uQ9`S9`o@~iRnQ?LG> zuK#o5!g`Hg{~H~C*tUx{1f7)=b1ZXoV2sLcQgG0|+H*wYPWOX3hpX+?HybjpHGR9+ zcGq0Kw-#y{GZ@vIP8PR4He9Ara4+Bgf#2@4bC37mU6#(+mVckEGBnrUfpOurKR@3{ z+TY#nE@D>gnyD+Vug|%4*}ToYoE;qJq9$GJ(09=0_z@<^vSN<1WN*PWr6Sei>xClJ z4FnHLIPbroUQ@PhBHO+YQ8nL>m%pr6-LUABRRc#yK#HXL`+K=h71fU)|DiFf{stGw zVHV4F??3<6!tJ%IOd((P8M7P02NV{pySJ6)omueC^lphgRY!LkhMZd~6mWU9D9fLZ zPdN9>$oPcpTgGFwS0IxmChD~PVZ}n3#hY?!+0xb*U7MuF`B-7bikjXFDQ?RWL(U~` z%DMOd`m_Vp{<D_N`Bv3){v1d4gH<cv>rWOv*jW%Ma{nDuy6*I2AKtg~n;U8Vulgr* zJ?rf0T}+Q$Ppp2Wwt<mjT93DGzKc?mzIV>N$E&*nvgJy4|M~OfW!Sy_GUDsw+2>y_ zsTDu4<eXKP+ADEIF6Vc0az$T0DDIb&6KZ{UEJ{GoE8BAK4uyTC+_^kmofED{Z4BaS zN+^<V>j-+{+GxmjyWoe8d!}yXw6o=n>)$bdl~lNwd}+$%y7?sr3NhQBw@GeL;`u!1 z%Pzegd2A~*8^2s$KDXrPef_uxS<lSW4Q4a4&*j_xSi*ER<NcR^PcK~l`+yfG)7qEs z-e0c#^1^Cs{?osw3qL;Noj;i+{yo!Cmx}7d6Yt&K|CIf=t6qEUs;1zP->t4mlLZ#6 z(W-j>e9P^(p5hkUZ?WF9EJ`-;Gz$FflM~H!ees5Ai!>&bZgyaJF5@}t)5hz{w)W~* zc9$l-wq2~F>=}IL%j@SXGlV2~*gWRle{uiP$&ZHXwh5j+xaWIHYUSh`3@NEQA25H8 z44BWjPNzKRduu?KLKnwl30c?T`8$mkz2wPgRa_g}eBDE1t@xZT_IGvGXGp1?`3lTY zswJ)wB`Jv|saDBFsX&Us$iUE8*T78I$RNbf(8|Ev%D_b1z{twL;M=2Ro+uh}^HVa@ zDsgLQ-!BKUK@wy`aDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0uvp00i_>zopr E05QnV?EnA( literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/justify/icons/justifyblock.png b/public/assets/ckeditor/plugins/justify/icons/justifyblock.png new file mode 100644 index 0000000000000000000000000000000000000000..a507be1bceeb57cd729a01afa948bf8edd1fd482 GIT binary patch literal 496 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iBd4c}V~EA+r56uo9dZyj_VIs?84JtOu4iwwfBbv@K-xpkQgv1{ z=cE}Y{rJ5#mu}hd_D=eby89=d7BM=wct{#EAL!;dXSqp7`Shmg)262;Mv6IcR6Lhi zeYNXu-t>|MudU?z-EB79%=vIHnk!MpUGlgfzkt(&6042(-+#RK|3>@Fg{xxLhdXg> zWHwHomwxW~=P8pO)a_4B+jwM=hQLIni47etO*0E^<Sb?Q^aXEi`&;vvec`HADo*#m z|5x_8{AKEfyLp<YC)u2@kDc>;=CaIv!n@XaEAbo_;5@g}UU1%d^>aICID|4rtiP^b zyYPK=h^bmYXx?_|v}rCYUQ2}@Z5NPeV|<{ywb|x;CHr5&byoYQMdkoQO0~o_q9i4; zB-JXpC>2OC7#SEE>l&Er8kmF_np+td1Ch3Yk(Ggg?~>iXP(;#@o1c=IR*74K%}?ed yKn;>08-nxGO3D+9QW?t2%k?tzvWt@w3sUv+i_&MmvylQSV(@hJb6Mw<&;$S(M!*yR literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/justify/icons/justifycenter.png b/public/assets/ckeditor/plugins/justify/icons/justifycenter.png new file mode 100644 index 0000000000000000000000000000000000000000..f758bc42209dfa65f0f3aa7d8cbfceb39e1c0418 GIT binary patch literal 609 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iW0j|iV~EA+sgn+NJ#r9nJ->R2q$87%it-K#@x2+}-z~8}R6p;$ zgs6(ZqBO&a4oRV_(iRrxw0k~o+^%_Vb=CHFQ_rR~cPyCVl-(P|CHPSAy)DBz%Qagq zp1(_%a?o@YaXnIaCVY;c`l?lna&Nz8Rcg96%c5`M>&y46p6xAOxAOI`eMf7XrR}E# z?N;FUH!)!?Ylch8j|=_pwv?~A{@Q<+^_s0qGPxWCSTvRvoLlI=Sa9;mCDNZ9E-No& z^O)4KNMpq+t{y{%_YL(+U+qfUe}D1ZVg{Y*r~lu&;aPMp@VaUH;f242O9DkI-phXY z?aeRmaakl=chxGbhWG<DTcc__PHb4tGK2Z^Ij@^}+glPnCaJU}TEy#!S+D)7E_tuI z$1o-GnoR%k#CgvplGj;wEP8RX)%pB0-UB&iyLT%blVEE;DE;B{wIwf(Gsfsm&z$%C zMRdZK3Y&lTR6kg{oNv@R{V9Kne2hnYq2g(yTiaZxr=Bday2~iPKBmBKK4(*d{h2in z^kg=q{sl&jYKdz^NlIc#s#S7PDv)9@GB7mOH89sTFbOd<w=ysWB5eaBD+2@HCA)#q zhNK}kKP5A*61N7MpUg*q8YDqB1m~xflqVLYGL)B>>t*I;7bhncr0V4trO$q6BL!5% N;OXk;vd$@?2>>I{`yl`T literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/justify/icons/justifyleft.png b/public/assets/ckeditor/plugins/justify/icons/justifyleft.png new file mode 100644 index 0000000000000000000000000000000000000000..542ddee31336717de530041a87cc093cd6424754 GIT binary patch literal 558 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iqr0bzV~EA+sS{6ky>bw74d2@lZm?nnv-`iM|NnKBnl@+fs?6&8 zx{KK}<F?;qyTwhbZq3;`-9m<sfkRPZ)|}4|=88EfEOpUr4SMz1v1g)$vgT6x<}Fhu zy(~FZv{Qy>!?jNpHXVllWCEtCM!i00JGXdIZgh~ByoZ#+(j#^I)3-(~-1_eKhkMCu zk4hX)F>=)W+Nk2UT=?_PIh%B34;#Pa(^Orv_0Ie9q@MLc-HRMJ0{;koXnQ_K*!S`t zCaYz4^Nv^Tt#kenx2(8t)hZ6fFSak{7~iYzJDz;{gysD6dnaz>i2ePaVb-#jQ@?X` zA8k6D)@=Cf@#63ER;{YAoByt8XMl)n{zCT+*ZQ1p<ZaJa+cKrd<WRVD?rpB;ce0xW zm>4$S%(>uXuE>(NUE1)NxD!X?>#tttDz~(rbKzi|8?<O$cEitjrdPX;NgS@<eEQbk zViOK6U^uImxJHzuB$lLFB^RXvDF!10Lt|Y7b6o?I5JPh-17jf4HZZa>Fz{Wn8yE*j z8glbfGSez?Yq0srd<3XL5@bVgep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&9m Lu6{1-oD!M<<zC`p literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/justify/icons/justifyright.png b/public/assets/ckeditor/plugins/justify/icons/justifyright.png new file mode 100644 index 0000000000000000000000000000000000000000..71a983c9194a7c429e8656f0bba4a8d0d37da804 GIT binary patch literal 554 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iqqC=rV~EA+sgr#34jBlv+TY&T;;`V9lJvTRfAbHB-eBZbP!Q}^ zc`#q^lFHKFP%CZkZ#Mh$?{&N_^Ip{=aB{bVGDGC5K(EdquBBJjSHHKtSM9{{m?_9> z*=5aRGnO29TJ*4P|9-BLX;XuA#JD%<bZfTkTIU*jeeD7N(^1)5uC2MA-D8-swmR>* z%=6DP1r8Z7YpQO($&<_zbn4&qvuT%?$lS>@PwHttP-Ew=IdzLoQ-i=F(HCphhG~DY zNjI9=!?(V=+-h!I@|SzXd*g1t|9*Bi->FS90!cj~p{yT1nqGOO-?%I@ibc_-`h*c* zyYt={J;P%Yo>$ucegCz_&Qh+Q`A`ItYv7;Gq_w$%yO#d+XJY6-4s=3fkKlV-hwZf| zm+7@`(kVQ*m2Xb5h^u4I$G0pDWxHk1S#A<wx^~O1vHWyY_qAF62g29tZk?;G4Gd$| z64!{5l*E!$tK_0oAjM#0U}&ssV6JOm5@Kj>Wnc_M+6G2e1_r)Mb_2s7NkeXaN@iLm zZVfg+nU4T9NP=t#&QB{TPb^AhC@(M9%goCzPEIUH)ypqRpZ(583aE&|)78&qol`;+ E0AvN%)Bpeg literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/justify/lang/af.js b/public/assets/ckeditor/plugins/justify/lang/af.js new file mode 100644 index 0000000..b3bd6ae --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","af",{block:"Uitvul",center:"Sentreer",left:"Links oplyn",right:"Regs oplyn"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/ar.js b/public/assets/ckeditor/plugins/justify/lang/ar.js new file mode 100644 index 0000000..39f7a34 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","ar",{block:"ضبط",center:"ØªÙØ³ÙØ·",left:"Ù ØØ§Ø°Ø§Ø© Ø¥Ù٠اÙÙØ³Ø§Ø±",right:"Ù ØØ§Ø°Ø§Ø© Ø¥Ù٠اÙÙÙ ÙÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/bg.js b/public/assets/ckeditor/plugins/justify/lang/bg.js new file mode 100644 index 0000000..d4a30cb --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","bg",{block:"ÐвÑÑÑÑанно подÑавнÑване",center:"ЦенÑÑÑ",left:"ÐодÑавни в лÑво",right:"ÐодÑавни в дÑÑно"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/bn.js b/public/assets/ckeditor/plugins/justify/lang/bn.js new file mode 100644 index 0000000..6c253e6 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","bn",{block:"যাà¦à¦¾à¦ à¦à¦°à¦¿",center:"মাঠবরাবর à¦à§à¦·à¦¾",left:"বা দিà¦à§ à¦à§à¦à¦·à¦¾",right:"ডান দিà¦à§ à¦à§à¦à¦·à¦¾"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/bs.js b/public/assets/ckeditor/plugins/justify/lang/bs.js new file mode 100644 index 0000000..9b8553c --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","bs",{block:"Puno poravnanje",center:"Centralno poravnanje",left:"Lijevo poravnanje",right:"Desno poravnanje"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/ca.js b/public/assets/ckeditor/plugins/justify/lang/ca.js new file mode 100644 index 0000000..b97f2a6 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","ca",{block:"Justificat",center:"Centrat",left:"Alinea a l'esquerra",right:"Alinea a la dreta"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/cs.js b/public/assets/ckeditor/plugins/justify/lang/cs.js new file mode 100644 index 0000000..4c9bbb0 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","cs",{block:"Zarovnat do bloku",center:"Zarovnat na stÅed",left:"Zarovnat vlevo",right:"Zarovnat vpravo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/cy.js b/public/assets/ckeditor/plugins/justify/lang/cy.js new file mode 100644 index 0000000..0a6b4ff --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","cy",{block:"Unioni",center:"Alinio i'r Canol",left:"Alinio i'r Chwith",right:"Alinio i'r Dde"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/da.js b/public/assets/ckeditor/plugins/justify/lang/da.js new file mode 100644 index 0000000..0da8f69 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","da",{block:"Lige margener",center:"Centreret",left:"Venstrestillet",right:"Højrestillet"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/de-ch.js b/public/assets/ckeditor/plugins/justify/lang/de-ch.js new file mode 100644 index 0000000..d275cc5 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","de-ch",{block:"Blocksatz",center:"Zentriert",left:"Linksbündig",right:"Rechtsbündig"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/de.js b/public/assets/ckeditor/plugins/justify/lang/de.js new file mode 100644 index 0000000..97fe58c --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","de",{block:"Blocksatz",center:"Zentriert",left:"Linksbündig",right:"Rechtsbündig"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/el.js b/public/assets/ckeditor/plugins/justify/lang/el.js new file mode 100644 index 0000000..9941eb6 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","el",{block:"ΠλήÏÎ·Ï Î£ÏοίÏιÏη",center:"ΣÏο ÎÎνÏÏο",left:"ΣÏοίÏιÏη ÎÏιÏÏεÏά",right:"ΣÏοίÏιÏη Îεξιά"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/en-au.js b/public/assets/ckeditor/plugins/justify/lang/en-au.js new file mode 100644 index 0000000..bb4e7c5 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","en-au",{block:"Justify",center:"Centre",left:"Align Left",right:"Align Right"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/en-ca.js b/public/assets/ckeditor/plugins/justify/lang/en-ca.js new file mode 100644 index 0000000..46a2d72 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","en-ca",{block:"Justify",center:"Centre",left:"Align Left",right:"Align Right"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/en-gb.js b/public/assets/ckeditor/plugins/justify/lang/en-gb.js new file mode 100644 index 0000000..9ebe888 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","en-gb",{block:"Justify",center:"Centre",left:"Align Left",right:"Align Right"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/en.js b/public/assets/ckeditor/plugins/justify/lang/en.js new file mode 100644 index 0000000..20b7ff5 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","en",{block:"Justify",center:"Center",left:"Align Left",right:"Align Right"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/eo.js b/public/assets/ckeditor/plugins/justify/lang/eo.js new file mode 100644 index 0000000..17c15c0 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","eo",{block:"Äisrandigi AmbaÅflanke",center:"Centrigi",left:"Äisrandigi maldekstren",right:"Äisrandigi dekstren"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/es.js b/public/assets/ckeditor/plugins/justify/lang/es.js new file mode 100644 index 0000000..287fa69 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","es",{block:"Justificado",center:"Centrar",left:"Alinear a Izquierda",right:"Alinear a Derecha"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/et.js b/public/assets/ckeditor/plugins/justify/lang/et.js new file mode 100644 index 0000000..5e2eeec --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","et",{block:"Rööpjoondus",center:"Keskjoondus",left:"Vasakjoondus",right:"Paremjoondus"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/eu.js b/public/assets/ckeditor/plugins/justify/lang/eu.js new file mode 100644 index 0000000..b80a4a4 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","eu",{block:"Justifikatu",center:"Erdian",left:"Lerrokatu ezkerrean",right:"Lerrokatu eskuinean"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/fa.js b/public/assets/ckeditor/plugins/justify/lang/fa.js new file mode 100644 index 0000000..6a027ab --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","fa",{block:"بÙÙÚ© ÚÛÙ",center:"Ù ÛØ§Ù ÚÛÙ",left:"ÚÙ¾ ÚÛÙ",right:"راست ÚÛÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/fi.js b/public/assets/ckeditor/plugins/justify/lang/fi.js new file mode 100644 index 0000000..c309b71 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","fi",{block:"Tasaa molemmat reunat",center:"Keskitä",left:"Tasaa vasemmat reunat",right:"Tasaa oikeat reunat"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/fo.js b/public/assets/ckeditor/plugins/justify/lang/fo.js new file mode 100644 index 0000000..cd960d1 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","fo",{block:"Javnir tekstkantar",center:"Miðsett",left:"Vinstrasett",right:"Høgrasett"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/fr-ca.js b/public/assets/ckeditor/plugins/justify/lang/fr-ca.js new file mode 100644 index 0000000..6abd477 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","fr-ca",{block:"Justifié",center:"Centré",left:"Aligner à gauche",right:"Aligner à Droite"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/fr.js b/public/assets/ckeditor/plugins/justify/lang/fr.js new file mode 100644 index 0000000..41d84c0 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","fr",{block:"Justifier",center:"Centrer",left:"Aligner à gauche",right:"Aligner à droite"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/gl.js b/public/assets/ckeditor/plugins/justify/lang/gl.js new file mode 100644 index 0000000..1d06021 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","gl",{block:"Xustificado",center:"Centrado",left:"Aliñar á esquerda",right:"Aliñar á dereita"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/gu.js b/public/assets/ckeditor/plugins/justify/lang/gu.js new file mode 100644 index 0000000..10ec304 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","gu",{block:"બà«àª²à«àª, ઠàªàª¤àª°àª¾àª¯ àªàª¸à«àªàª¿àª«àª¾àª",center:"સàªàªà«àªàª¦à«àª°àª£/સà«àªàªàª°àª¿àªàª",left:"ડાબૠબાàªà«àª/બાàªà« તરફ",right:"àªàª®àª£à« બાàªà«àª/બાàªà« તરફ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/he.js b/public/assets/ckeditor/plugins/justify/lang/he.js new file mode 100644 index 0000000..93e075d --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","he",{block:"××ש×ר ×ש×××××",center:"×ר×××",left:"××ש×ר ×ש×××",right:"××ש×ר ×××××"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/hi.js b/public/assets/ckeditor/plugins/justify/lang/hi.js new file mode 100644 index 0000000..5e7f955 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","hi",{block:"बà¥à¤²à¥à¤ à¤à¤¸à¥à¤à¥à¥à¤¾à¤",center:"बà¥à¤ मà¥à¤",left:"बायà¥à¤ तरफ",right:"दायà¥à¤ तरफ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/hr.js b/public/assets/ckeditor/plugins/justify/lang/hr.js new file mode 100644 index 0000000..a910097 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","hr",{block:"Blok poravnanje",center:"SrediÅ¡nje poravnanje",left:"Lijevo poravnanje",right:"Desno poravnanje"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/hu.js b/public/assets/ckeditor/plugins/justify/lang/hu.js new file mode 100644 index 0000000..00069c6 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","hu",{block:"Sorkizárt",center:"Középre",left:"Balra",right:"Jobbra"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/id.js b/public/assets/ckeditor/plugins/justify/lang/id.js new file mode 100644 index 0000000..f1aa2e8 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","id",{block:"Rata kiri-kanan",center:"Pusat",left:"Align Left",right:"Align Right"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/is.js b/public/assets/ckeditor/plugins/justify/lang/is.js new file mode 100644 index 0000000..f5f891e --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","is",{block:"Jafna báðum megin",center:"Miðja texta",left:"Vinstrijöfnun",right:"Hægrijöfnun"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/it.js b/public/assets/ckeditor/plugins/justify/lang/it.js new file mode 100644 index 0000000..188a0f8 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","it",{block:"Giustifica",center:"Centra",left:"Allinea a sinistra",right:"Allinea a destra"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/ja.js b/public/assets/ckeditor/plugins/justify/lang/ja.js new file mode 100644 index 0000000..24552e0 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","ja",{block:"両端æã",center:"ä¸å¤®æã",left:"å·¦æã",right:"峿ã"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/ka.js b/public/assets/ckeditor/plugins/justify/lang/ka.js new file mode 100644 index 0000000..8ddd27e --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","ka",{block:"ááááá¡á¬áá ááá",center:"á¨á£áá¨á á¡á¬áá ááá",left:"ááá áªá®ááá á¡á¬áá ááá",right:"ááá á¯áááá á¡á¬áá ááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/km.js b/public/assets/ckeditor/plugins/justify/lang/km.js new file mode 100644 index 0000000..62a049b --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","km",{block:"ááááá¹áâááá",center:"ááááá¶á",left:"ááááá¹áâááááá",right:"ááááá¹áâáááá¶á"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/ko.js b/public/assets/ckeditor/plugins/justify/lang/ko.js new file mode 100644 index 0000000..bfcbaf0 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","ko",{block:"ì쪽 ë§ì¶¤",center:"ê°ì´ë° ì ë ¬",left:"ì¼ìª½ ì ë ¬",right:"ì¤ë¥¸ìª½ ì ë ¬"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/ku.js b/public/assets/ckeditor/plugins/justify/lang/ku.js new file mode 100644 index 0000000..a27e9e1 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","ku",{block:"ÙØ§ÙستÙÙÙÛ",center:"ÙØ§ÙÛÚØ§Ø³Øª",left:"بÛÙÛÚµ کردÙÛ ÚÛÙ¾",right:"بÛÙÛÚµ کردÙÛ ÚØ§Ø³Øª"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/lt.js b/public/assets/ckeditor/plugins/justify/lang/lt.js new file mode 100644 index 0000000..d9731e4 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","lt",{block:"Lygiuoti abi puses",center:"Centruoti",left:"Lygiuoti kairÄ",right:"Lygiuoti deÅ¡inÄ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/lv.js b/public/assets/ckeditor/plugins/justify/lang/lv.js new file mode 100644 index 0000000..7a49b35 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","lv",{block:"IzlÄ«dzinÄt malas",center:"IzlÄ«dzinÄt pret centru",left:"IzlÄ«dzinÄt pa kreisi",right:"IzlÄ«dzinÄt pa labi"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/mk.js b/public/assets/ckeditor/plugins/justify/lang/mk.js new file mode 100644 index 0000000..1fa5622 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","mk",{block:"Justify",center:"Ðо ÑÑедина",left:"Align Left",right:"Align Right"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/mn.js b/public/assets/ckeditor/plugins/justify/lang/mn.js new file mode 100644 index 0000000..2eb717c --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","mn",{block:"ТÑгÑлÑÑ ",center:"ÐоллÑÑÐ»Ð°Ñ ",left:"Ðүүн Ñалд ÑÑÐ»Ð³Ð°Ñ ",right:"ÐаÑÑÑн Ñалд ÑÑÐ»Ð³Ð°Ñ "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/ms.js b/public/assets/ckeditor/plugins/justify/lang/ms.js new file mode 100644 index 0000000..fb6d5ea --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","ms",{block:"Jajaran Blok",center:"Jajaran Tengah",left:"Jajaran Kiri",right:"Jajaran Kanan"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/nb.js b/public/assets/ckeditor/plugins/justify/lang/nb.js new file mode 100644 index 0000000..9b8ed08 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","nb",{block:"Blokkjuster",center:"Midtstill",left:"Venstrejuster",right:"Høyrejuster"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/nl.js b/public/assets/ckeditor/plugins/justify/lang/nl.js new file mode 100644 index 0000000..1b0f8ae --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","nl",{block:"Uitvullen",center:"Centreren",left:"Links uitlijnen",right:"Rechts uitlijnen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/no.js b/public/assets/ckeditor/plugins/justify/lang/no.js new file mode 100644 index 0000000..49f6c80 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","no",{block:"Blokkjuster",center:"Midtstill",left:"Venstrejuster",right:"Høyrejuster"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/pl.js b/public/assets/ckeditor/plugins/justify/lang/pl.js new file mode 100644 index 0000000..104c04f --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","pl",{block:"Wyjustuj",center:"WyÅrodkuj",left:"Wyrównaj do lewej",right:"Wyrównaj do prawej"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/pt-br.js b/public/assets/ckeditor/plugins/justify/lang/pt-br.js new file mode 100644 index 0000000..05e293e --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","pt-br",{block:"Justificado",center:"Centralizar",left:"Alinhar Esquerda",right:"Alinhar Direita"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/pt.js b/public/assets/ckeditor/plugins/justify/lang/pt.js new file mode 100644 index 0000000..9569adf --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","pt",{block:"Justificado",center:"Alinhar ao Centro",left:"Alinhar à esquerda",right:"Alinhar à direita"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/ro.js b/public/assets/ckeditor/plugins/justify/lang/ro.js new file mode 100644 index 0000000..d1da4cc --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","ro",{block:"Aliniere în bloc (Block Justify)",center:"Aliniere centralÄ",left:"Aliniere la stânga",right:"Aliniere la dreapta"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/ru.js b/public/assets/ckeditor/plugins/justify/lang/ru.js new file mode 100644 index 0000000..4dfc2e4 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","ru",{block:"Ðо ÑиÑине",center:"Ðо ÑенÑÑÑ",left:"Ðо Ð»ÐµÐ²Ð¾Ð¼Ñ ÐºÑаÑ",right:"Ðо пÑÐ°Ð²Ð¾Ð¼Ñ ÐºÑаÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/si.js b/public/assets/ckeditor/plugins/justify/lang/si.js new file mode 100644 index 0000000..8d85db5 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","si",{block:"Justify",center:"මධà·âය",left:"Align Left",right:"Align Right"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/sk.js b/public/assets/ckeditor/plugins/justify/lang/sk.js new file mode 100644 index 0000000..6d4de70 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","sk",{block:"ZarovnaÅ¥ do bloku",center:"ZarovnaÅ¥ na stred",left:"ZarovnaÅ¥ vľavo",right:"ZarovnaÅ¥ vpravo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/sl.js b/public/assets/ckeditor/plugins/justify/lang/sl.js new file mode 100644 index 0000000..cda22d1 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","sl",{block:"Obojestranska poravnava",center:"Sredinska poravnava",left:"Leva poravnava",right:"Desna poravnava"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/sq.js b/public/assets/ckeditor/plugins/justify/lang/sq.js new file mode 100644 index 0000000..5ec58c6 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","sq",{block:"Zgjero",center:"Qendër",left:"Rreshto majtas",right:"Rreshto Djathtas"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/sr-latn.js b/public/assets/ckeditor/plugins/justify/lang/sr-latn.js new file mode 100644 index 0000000..320d697 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","sr-latn",{block:"Obostrano ravnanje",center:"Centriran tekst",left:"Levo ravnanje",right:"Desno ravnanje"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/sr.js b/public/assets/ckeditor/plugins/justify/lang/sr.js new file mode 100644 index 0000000..f665496 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","sr",{block:"ÐбоÑÑÑано ÑавнаÑе",center:"ЦенÑÑиÑан ÑекÑÑ",left:"Ðево ÑавнаÑе",right:"ÐеÑно ÑавнаÑе"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/sv.js b/public/assets/ckeditor/plugins/justify/lang/sv.js new file mode 100644 index 0000000..9054d4f --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","sv",{block:"Justera till marginaler",center:"Centrera",left:"Vänsterjustera",right:"Högerjustera"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/th.js b/public/assets/ckeditor/plugins/justify/lang/th.js new file mode 100644 index 0000000..fb1d15f --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","th",{block:"à¸à¸±à¸à¸à¸à¸à¸µà¸«à¸à¹à¸²à¸à¸£à¸°à¸à¸²à¸©",center:"à¸à¸±à¸à¸à¸¶à¹à¸à¸à¸¥à¸²à¸",left:"à¸à¸±à¸à¸à¸´à¸à¸à¹à¸²à¸¢",right:"à¸à¸±à¸à¸à¸´à¸à¸à¸§à¸²"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/tr.js b/public/assets/ckeditor/plugins/justify/lang/tr.js new file mode 100644 index 0000000..177d9ad --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","tr",{block:"İki Kenara YaslanmıÅ",center:"OrtalanmıÅ",left:"Sola Dayalı",right:"SaÄa Dayalı"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/tt.js b/public/assets/ckeditor/plugins/justify/lang/tt.js new file mode 100644 index 0000000..b0999da --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","tt",{block:"ÐÐ¸Ò£Ð»ÐµÐºÐºÓ ÐºÐ°Ñап ÑигезлÓÒ¯",center:"ҮзÓÐºÐºÓ ÑигезлÓÒ¯",left:"СÑл Ñк кÑÑÑйдан ÑигезлÓÒ¯",right:"Уң Ñк кÑÑÑйдан ÑигезлÓÒ¯"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/ug.js b/public/assets/ckeditor/plugins/justify/lang/ug.js new file mode 100644 index 0000000..a111252 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","ug",{block:"ئÙÙÙÙ ØªÛØ±ÛپتÙÙ ØªÙØºØ±ÙÙØ§",center:"Ø¦ÙØªØªÛØ±ÙØºØ§ ØªÙØºØ±ÙÙØ§",left:"سÙÙØºØ§ ØªÙØºØ±ÙÙØ§",right:"ئÙÚØºØ§ ØªÙØºØ±ÙÙØ§"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/uk.js b/public/assets/ckeditor/plugins/justify/lang/uk.js new file mode 100644 index 0000000..ba2baba --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","uk",{block:"Ðо ÑиÑинÑ",center:"Ðо ÑенÑÑÑ",left:"Ðо лÑÐ²Ð¾Ð¼Ñ ÐºÑаÑ",right:"Ðо пÑÐ°Ð²Ð¾Ð¼Ñ ÐºÑаÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/vi.js b/public/assets/ckeditor/plugins/justify/lang/vi.js new file mode 100644 index 0000000..30395d2 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","vi",{block:"Canh Äá»u",center:"Canh giữa",left:"Canh trái",right:"Canh phải"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/zh-cn.js b/public/assets/ckeditor/plugins/justify/lang/zh-cn.js new file mode 100644 index 0000000..9132cf5 --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","zh-cn",{block:"两端对é½",center:"å± ä¸",left:"左对é½",right:"å³å¯¹é½"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/lang/zh.js b/public/assets/ckeditor/plugins/justify/lang/zh.js new file mode 100644 index 0000000..405907b --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","zh",{block:"å·¦å³å°é½",center:"ç½®ä¸",left:"é å·¦å°é½",right:"é å³å°é½"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/justify/plugin.js b/public/assets/ckeditor/plugins/justify/plugin.js new file mode 100644 index 0000000..d2b06ea --- /dev/null +++ b/public/assets/ckeditor/plugins/justify/plugin.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function n(a,c){c=void 0===c||c;var b;if(c)b=a.getComputedStyle("text-align");else{for(;!a.hasAttribute||!a.hasAttribute("align")&&!a.getStyle("text-align");){b=a.getParent();if(!b)break;a=b}b=a.getStyle("text-align")||a.getAttribute("align")||""}b&&(b=b.replace(/(?:-(?:moz|webkit)-)?(?:start|auto)/i,""));!b&&c&&(b="rtl"==a.getComputedStyle("direction")?"right":"left");return b}function g(a,c,b){this.editor=a;this.name=c;this.value=b;this.context="p";c=a.config.justifyClasses;var h=a.config.enterMode== +CKEDITOR.ENTER_P?"p":"div";if(c){switch(b){case "left":this.cssClassName=c[0];break;case "center":this.cssClassName=c[1];break;case "right":this.cssClassName=c[2];break;case "justify":this.cssClassName=c[3]}this.cssClassRegex=new RegExp("(?:^|\\s+)(?:"+c.join("|")+")(?\x3d$|\\s)");this.requiredContent=h+"("+this.cssClassName+")"}else this.requiredContent=h+"{text-align}";this.allowedContent={"caption div h1 h2 h3 h4 h5 h6 p pre td th li":{propertiesOnly:!0,styles:this.cssClassName?null:"text-align", +classes:this.cssClassName||null}};a.config.enterMode==CKEDITOR.ENTER_BR&&(this.allowedContent.div=!0)}function l(a){var c=a.editor,b=c.createRange();b.setStartBefore(a.data.node);b.setEndAfter(a.data.node);for(var h=new CKEDITOR.dom.walker(b),d;d=h.next();)if(d.type==CKEDITOR.NODE_ELEMENT)if(!d.equals(a.data.node)&&d.getDirection())b.setStartAfter(d),h=new CKEDITOR.dom.walker(b);else{var e=c.config.justifyClasses;e&&(d.hasClass(e[0])?(d.removeClass(e[0]),d.addClass(e[2])):d.hasClass(e[2])&&(d.removeClass(e[2]), +d.addClass(e[0])));e=d.getStyle("text-align");"left"==e?d.setStyle("text-align","right"):"right"==e&&d.setStyle("text-align","left")}}g.prototype={exec:function(a){var c=a.getSelection(),b=a.config.enterMode;if(c){for(var h=c.createBookmarks(),d=c.getRanges(),e=this.cssClassName,g,f,k=a.config.useComputedState,k=void 0===k||k,m=d.length-1;0<=m;m--)for(g=d[m].createIterator(),g.enlargeBr=b!=CKEDITOR.ENTER_BR;f=g.getNextParagraph(b==CKEDITOR.ENTER_P?"p":"div");)if(!f.isReadOnly()){f.removeAttribute("align"); +f.removeStyle("text-align");var l=e&&(f.$.className=CKEDITOR.tools.ltrim(f.$.className.replace(this.cssClassRegex,""))),p=this.state==CKEDITOR.TRISTATE_OFF&&(!k||n(f,!0)!=this.value);e?p?f.addClass(e):l||f.removeAttribute("class"):p&&f.setStyle("text-align",this.value)}a.focus();a.forceNextSelectionCheck();c.selectBookmarks(h)}},refresh:function(a,c){var b=c.block||c.blockLimit;this.setState("body"!=b.getName()&&n(b,this.editor.config.useComputedState)==this.value?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF)}}; +CKEDITOR.plugins.add("justify",{lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"justifyblock,justifycenter,justifyleft,justifyright",hidpi:!0,init:function(a){if(!a.blockless){var c=new g(a,"justifyleft","left"),b=new g(a,"justifycenter","center"),h=new g(a,"justifyright","right"),d=new g(a,"justifyblock","justify"); +a.addCommand("justifyleft",c);a.addCommand("justifycenter",b);a.addCommand("justifyright",h);a.addCommand("justifyblock",d);a.ui.addButton&&(a.ui.addButton("JustifyLeft",{label:a.lang.justify.left,command:"justifyleft",toolbar:"align,10"}),a.ui.addButton("JustifyCenter",{label:a.lang.justify.center,command:"justifycenter",toolbar:"align,20"}),a.ui.addButton("JustifyRight",{label:a.lang.justify.right,command:"justifyright",toolbar:"align,30"}),a.ui.addButton("JustifyBlock",{label:a.lang.justify.block, +command:"justifyblock",toolbar:"align,40"}));a.on("dirChanged",l)}}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/icons/hidpi/language.png b/public/assets/ckeditor/plugins/language/icons/hidpi/language.png new file mode 100644 index 0000000000000000000000000000000000000000..3908a6ae1ee7c13976b80bd93e26f10de1771c32 GIT binary patch literal 1678 zcmV;9266d`P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800006VoOIv0RI60 z0RN!9r;`8x010qNS#tmY4c7nw4c7reD4Tcy00pN>L_t(o!^M}+iyX%l$3Ioo-PQAJ z=f{$@6rmUr$jM-`kwP%6vMU8cL>&J*7>r}Eb+FID_xu9^<CCyJ!ixnKzDUAG@v^~2 zI#|Yv7m^sqb_gMY5G#^3+R^OHbWc~k9J+UQq|E*p`;daVOwFh3^?Tp<qt&P9&hh_T z!Tmod0Ht=OM38TA+34A0e6V?-wZ<5OR*GG&M*uH^a}F;8B0CzbmD+l?Qi#Zi&kfL; zvb8j-RVs0e)_O++y!Z5ygm$;fAWhLqZOdq-C|S!)xlC*=sxZDc7;yXU-P{196xBGU ze(ac=#-;7mRTBmQwQ`xVwdhG+&>G5R)I$%|fWyEe#lF^FUHxsK01;t07;t!LiMq7} zyLce;p7k`vB?%>KsVy!l;CFxpOcB}ucmVh=Z~$n{?b}DI)ncaE<l_%Nthh8K&{|`Z zqPMZZ$M3&CmA0;*JBRfixpGCyk3as%4<3B*C!sMYrLfl0Xf&|aqLh+bH*bCs$MHXp zEG!J4f8mAZ_YNGm{I|1b3Ch+|FPDkjRNe>RJM}slz`}yMc;Ui7{{H#rcPph5<#Jig z&d%zSCr>UVNuthQxNr;jVX;S2>UO*E^~wr>`!@UEXU`%cS4AWn-$#!flb<aviiiwF z<S!y}T0~wJkspaj_{r<96QqLyhnAM8M-c|{l-kQu3MWFl-zUkv_Z#5*Kvo!*Wg_P> z24HsWwbwdMsXSek!bA~4922zLZLUoj`}^0IXU_21nKM^?mR%JfGKRTU3tOpxQgq&Z zx6|CeKMz-tDI$Ucf@C=SHg^Ls+iFp3G%)$wVzdTpsn_eE6f^txGcz0_g?C+12kvyc z1ln5ueEM|IienBw_uN!U{OYZ@jE*Aao_=~FcjBd&@@O48H1YiFl@$}1FhqwTI*OQI zSfF7oM(b_Mu>j6{){_KfEhxpI#YO6IOi;vE7ipOEdH_7})Ker$GAi4d2<u5gIv5b3 z6yiPIZkJE4T$xG>UoJ1>z318oA57$aar`&{zrS>8;`v{fmy2$w6uOAtG)pN(l4aYT z_tSJoJ{b;+USJF}l?qDj)`#z1H!fae*y*r#>Qvy;bd<tT7_zU`LdUTH+<5!#;H%rW zNjC*Qo`!i~1@9a`K5`_l2Yb;#n&Q1jhapk5dQbfbg8*Br5kwIHwpJq+!Hj!LDU{Z^ z0nU3moeqDze0e$zy!j@|TCBC`F{49cu-0ON{Qa!8luIRsMY$L9mhQaYnuxxM2Erg9 zh+`VHTHcO}E~=D*D56>_0Z?i-IasNT>cD88*qjFfV`$cDQ)^)Tz4tI-NcHH^iFy9~ zi!bH|&CgFfZ?CSJ(L@wk%P*gKhI$mS(e2Xj_3+-`18A)&mCIDBRo2sVv(@seXP>2R zZO--kc;|4=@vrOG0r>f&kLDwpF_cOrD%C1?l7v91EfI?M46{t%-q_&MJMZjR5syFi zm=SA72BvAMZ*@A8IJYD39HY@kiXm~g+=V>9o%e{yRNOe9Ifsbk9*|r)D6I+Om^<gs z2RGVnhFLZmpB1_29%wcR<5<S!qLkW}V;df=VHAR58LcVRYBUZWq%k*#yH5j~U9MWI z(NEJ++HJ;mJ8mMMB*55r!KTP+af~{Act;KV`osyw+qhP0PuwJaD+GXePdXUz#FI~w zq-oy0#@(nCVGz*oc1a5z=%ShJ#BIm>%?}d*?;L}{fV9)$4=XD>R>X(r=Mih^^?JnC z?wR`^zTeLc@ZQtw_xaDwn`9dsyFTDgYikbRi{)jimCByE`}xn_c%$eA&avL@^65t( zIe@iSUk#iwpwzu;7Qv?}KYitu44|JRWW(X^+%|lgWm_Id`u)-WoH0c8dfp$#(oID0 z!y#*@P6Yru4C#-(`F7kyUMT`=`7ag8@GiQF2?ziH03~!qSaf7zbY(hYa%Ew3WdJfT zF*7YNIV~|aR53C-F*G_fG%GMNIxsK@CzXK!001R)MObuXVRU6WZEs|0W_bWIFflVN zFgYzTH&ih)Ix#dlG&CzPGCD9Yd3r590000PbVXQnQ*UN;cVTj60C#tHE@^ISb7Ns} YWiD@WXPfRk8UO$Q07*qoM6N<$f<N&d{Qv*} literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/language/icons/language.png b/public/assets/ckeditor/plugins/language/icons/language.png new file mode 100644 index 0000000000000000000000000000000000000000..eb680d42a6395d3676227ecb9e3544349f19a5d6 GIT binary patch literal 668 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i<5o`>#}JFty^|eJJ#r9e-T&%H#sQ5*?gG#5?<!n;eCFf|zI@~2 zrklKrI#L!|EDq%KbbmXm)$K}r{j-CMcUAa?e_x$7^ZfIQdF_U5f{YHKh35+G<}-e< z>GxXdB++If#mg|KILA!-j{#4n+3b+jq3;scJ}t0NP%@eATXUb?!NuwT`-jA}vXfIK z8}=>QI&F~#!?6SY5BNWXyVRBLzAK+OD=BNM)T&>T90e4VdfXQ0ufDp<P=e>ys#WK9 z{!KCZIah@<fA#b;pJhV-u3L3DZvFCAr>gd<^(8<1Y`JgMCwU3xE3Zo#tmg7n&f9$Z ztwH-?N0*lHJr!zEMqNs$N+sH)SQw94e!tedNJH+^+p^yi(j(jI!`}*DGEwyu`e@T1 zw%T>pvR88^zb)(DI_>et3d;xD@`nueh;}UENalH4Hv92Mk4Y*sHihQf9FQpf{J?6h zmXZ`pqgx=0Yv6_V-@i&8ei#rsHTzFX-Tw8ifibr#Y7aFFF2C$~dS?AKufH{R@w*E4 zZn|fD{`2i;>1(g7-TEVP+Qzu`@lrFFX`X)iY3<2EnaA(HSEp^3>^|yrYUYmBXG*O0 zW<Cwy-~XRs{obsEQ+q4hfw8Ju;u=wsl30>zm0Xkxq!^4042^XSEOiadLktbAOiir} z%(M-RtPBi(D*sbJ(U6;;l9^VCTSG^k+Z><<NstY}`DrEPiAAXl<>lpinR(g8$%zH2 Ydih1^v)|cB0TnTLy85}Sb4q9e029+3x&QzG literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/language/lang/ar.js b/public/assets/ckeditor/plugins/language/lang/ar.js new file mode 100644 index 0000000..c0e1ea0 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/ar.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","ar",{button:"ØØ¯Ø¯ اÙÙØºØ©",remove:"ØØ°Ù اÙÙØºØ©"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/bg.js b/public/assets/ckeditor/plugins/language/lang/bg.js new file mode 100644 index 0000000..dd830b0 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/bg.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","bg",{button:"Ðадай език",remove:"ÐÑÐµÐ¼Ð°Ñ Ð½Ð¸ език"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/ca.js b/public/assets/ckeditor/plugins/language/lang/ca.js new file mode 100644 index 0000000..f5795e9 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/ca.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","ca",{button:"Definir l'idioma",remove:"Eliminar idioma"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/cs.js b/public/assets/ckeditor/plugins/language/lang/cs.js new file mode 100644 index 0000000..74b15b1 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/cs.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","cs",{button:"Nastavit jazyk",remove:"Odstranit jazyk"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/cy.js b/public/assets/ckeditor/plugins/language/lang/cy.js new file mode 100644 index 0000000..75f9c37 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/cy.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","cy",{button:"Gosod iaith",remove:"Tynnu iaith"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/da.js b/public/assets/ckeditor/plugins/language/lang/da.js new file mode 100644 index 0000000..fbab3f4 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/da.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","da",{button:"Vælg sprog",remove:"Fjern sprog"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/de-ch.js b/public/assets/ckeditor/plugins/language/lang/de-ch.js new file mode 100644 index 0000000..00c5faf --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/de-ch.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","de-ch",{button:"Sprache festlegen",remove:"Sprache entfernen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/de.js b/public/assets/ckeditor/plugins/language/lang/de.js new file mode 100644 index 0000000..c4ad4f1 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/de.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","de",{button:"Sprache festlegen",remove:"Sprache entfernen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/el.js b/public/assets/ckeditor/plugins/language/lang/el.js new file mode 100644 index 0000000..a70ca73 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/el.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","el",{button:"ÎÎÏη γλÏÏÏαÏ",remove:"ÎÏαίÏεÏη γλÏÏÏαÏ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/en-gb.js b/public/assets/ckeditor/plugins/language/lang/en-gb.js new file mode 100644 index 0000000..d4cd8bc --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/en-gb.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","en-gb",{button:"Set language",remove:"Remove language"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/en.js b/public/assets/ckeditor/plugins/language/lang/en.js new file mode 100644 index 0000000..8cb3370 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/en.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","en",{button:"Set language",remove:"Remove language"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/eo.js b/public/assets/ckeditor/plugins/language/lang/eo.js new file mode 100644 index 0000000..11080da --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/eo.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","eo",{button:"Instali lingvon",remove:"Forigi lingvon"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/es.js b/public/assets/ckeditor/plugins/language/lang/es.js new file mode 100644 index 0000000..3ec1e04 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/es.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","es",{button:"Fijar lenguaje",remove:"Quitar lenguaje"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/eu.js b/public/assets/ckeditor/plugins/language/lang/eu.js new file mode 100644 index 0000000..0a833b3 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/eu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","eu",{button:"Ezarri hizkuntza",remove:"Kendu hizkuntza"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/fa.js b/public/assets/ckeditor/plugins/language/lang/fa.js new file mode 100644 index 0000000..1241081 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/fa.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","fa",{button:"تعÛÛ٠زباÙ",remove:"ØØ°Ù زباÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/fi.js b/public/assets/ckeditor/plugins/language/lang/fi.js new file mode 100644 index 0000000..dcd6fe8 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/fi.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","fi",{button:"Aseta kieli",remove:"Poista kieli"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/fo.js b/public/assets/ckeditor/plugins/language/lang/fo.js new file mode 100644 index 0000000..4626254 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/fo.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","fo",{button:"Velja tungumál",remove:"Remove language"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/fr.js b/public/assets/ckeditor/plugins/language/lang/fr.js new file mode 100644 index 0000000..9a7f4ab --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/fr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","fr",{button:"Définir la langue",remove:"Supprimer la langue"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/gl.js b/public/assets/ckeditor/plugins/language/lang/gl.js new file mode 100644 index 0000000..8ed4b12 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/gl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","gl",{button:"Estabelezer o idioma",remove:"Retirar o idioma"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/he.js b/public/assets/ckeditor/plugins/language/lang/he.js new file mode 100644 index 0000000..979d642 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/he.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","he",{button:"צ×ר שפ×",remove:"×סר שפ×"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/hr.js b/public/assets/ckeditor/plugins/language/lang/hr.js new file mode 100644 index 0000000..a25888f --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/hr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","hr",{button:"Namjesti jezik",remove:"Makni jezik"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/hu.js b/public/assets/ckeditor/plugins/language/lang/hu.js new file mode 100644 index 0000000..ac04c97 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/hu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","hu",{button:"Nyelv beállÃtása",remove:"Nyelv eltávolÃtása"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/id.js b/public/assets/ckeditor/plugins/language/lang/id.js new file mode 100644 index 0000000..1f1b397 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/id.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","id",{button:"Atur Bahasa",remove:"Hapus Bahasa"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/it.js b/public/assets/ckeditor/plugins/language/lang/it.js new file mode 100644 index 0000000..f5f4dbb --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/it.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","it",{button:"Imposta lingua",remove:"Rimuovi lingua"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/ja.js b/public/assets/ckeditor/plugins/language/lang/ja.js new file mode 100644 index 0000000..d35ba53 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/ja.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","ja",{button:"è¨èªãè¨å®",remove:"è¨èªãåé¤"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/km.js b/public/assets/ckeditor/plugins/language/lang/km.js new file mode 100644 index 0000000..bb1026b --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/km.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","km",{button:"áááááâáá¶áá¶",remove:"áá»áâáá¶áá¶"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/ko.js b/public/assets/ckeditor/plugins/language/lang/ko.js new file mode 100644 index 0000000..0b21329 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/ko.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","ko",{button:"ì¸ì´ ì¤ì ",remove:"ì¸ì´ ì¤ì ì§ì°ê¸°"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/ku.js b/public/assets/ckeditor/plugins/language/lang/ku.js new file mode 100644 index 0000000..db3c306 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/ku.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","ku",{button:"جÛÚ¯ÛØ±Ú©Ø±Ø¯ÙÛ Ø²Ù Ø§Ù",remove:"ÙØ§Ø¨Ø±Ø¯ÙÛ Ø²Ù Ø§Ù"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/nb.js b/public/assets/ckeditor/plugins/language/lang/nb.js new file mode 100644 index 0000000..cef1dab --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/nb.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","nb",{button:"Sett sprÃ¥k",remove:"Fjern sprÃ¥k"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/nl.js b/public/assets/ckeditor/plugins/language/lang/nl.js new file mode 100644 index 0000000..804f903 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/nl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","nl",{button:"Taal instellen",remove:"Taal verwijderen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/no.js b/public/assets/ckeditor/plugins/language/lang/no.js new file mode 100644 index 0000000..ba60441 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/no.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","no",{button:"Sett sprÃ¥k",remove:"Fjern sprÃ¥k"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/pl.js b/public/assets/ckeditor/plugins/language/lang/pl.js new file mode 100644 index 0000000..0e1e85a --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/pl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","pl",{button:"Ustaw jÄzyk",remove:"UsuÅ jÄzyk"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/pt-br.js b/public/assets/ckeditor/plugins/language/lang/pt-br.js new file mode 100644 index 0000000..f70857d --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/pt-br.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","pt-br",{button:"Configure o Idioma",remove:"Remover Idioma"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/pt.js b/public/assets/ckeditor/plugins/language/lang/pt.js new file mode 100644 index 0000000..3fe9ff2 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/pt.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","pt",{button:"Definir Idioma",remove:"Remover idioma"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/ru.js b/public/assets/ckeditor/plugins/language/lang/ru.js new file mode 100644 index 0000000..34fdbdf --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/ru.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","ru",{button:"УÑÑановка ÑзÑка",remove:"УдалиÑÑ ÑзÑк"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/sk.js b/public/assets/ckeditor/plugins/language/lang/sk.js new file mode 100644 index 0000000..62b6845 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/sk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","sk",{button:"NastaviÅ¥ jazyk",remove:"OdstrániÅ¥ jazyk"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/sl.js b/public/assets/ckeditor/plugins/language/lang/sl.js new file mode 100644 index 0000000..5001217 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/sl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","sl",{button:"Nastavi jezik",remove:"Odstrani jezik"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/sq.js b/public/assets/ckeditor/plugins/language/lang/sq.js new file mode 100644 index 0000000..6a5fdd8 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/sq.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","sq",{button:"Përzgjidhni gjuhën",remove:"Largoni gjuhën"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/sv.js b/public/assets/ckeditor/plugins/language/lang/sv.js new file mode 100644 index 0000000..4695ba2 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/sv.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","sv",{button:"Sätt sprÃ¥k",remove:"Ta bort sprÃ¥k"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/tr.js b/public/assets/ckeditor/plugins/language/lang/tr.js new file mode 100644 index 0000000..4e05093 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/tr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","tr",{button:"Dili seç",remove:"Dili kaldır"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/tt.js b/public/assets/ckeditor/plugins/language/lang/tt.js new file mode 100644 index 0000000..4821799 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/tt.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","tt",{button:"Тел ÑайлаÑ",remove:"Телне беÑеÑÒ¯"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/ug.js b/public/assets/ckeditor/plugins/language/lang/ug.js new file mode 100644 index 0000000..28eee52 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/ug.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","ug",{button:"تÙ٠تÛÚØ´ÛÙ",remove:"تÙÙÙÙ ÚÙÙÙØ±ÙÛÛØª"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/uk.js b/public/assets/ckeditor/plugins/language/lang/uk.js new file mode 100644 index 0000000..2743639 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/uk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","uk",{button:"УÑÑановиÑи мовÑ",remove:"ÐилÑÑиÑи мовÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/vi.js b/public/assets/ckeditor/plugins/language/lang/vi.js new file mode 100644 index 0000000..6b7e551 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/vi.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","vi",{button:"Thiết láºp ngôn ngữ",remove:"Loại bá» ngôn ngữ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/zh-cn.js b/public/assets/ckeditor/plugins/language/lang/zh-cn.js new file mode 100644 index 0000000..818708e --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/zh-cn.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","zh-cn",{button:"设置è¯è¨",remove:"ç§»é¤è¯è¨"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/lang/zh.js b/public/assets/ckeditor/plugins/language/lang/zh.js new file mode 100644 index 0000000..22ac436 --- /dev/null +++ b/public/assets/ckeditor/plugins/language/lang/zh.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","zh",{button:"è¨å®èªè¨",remove:"ç§»é¤èªè¨"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/language/plugin.js b/public/assets/ckeditor/plugins/language/plugin.js new file mode 100644 index 0000000..0ebc6ff --- /dev/null +++ b/public/assets/ckeditor/plugins/language/plugin.js @@ -0,0 +1,8 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.plugins.add("language",{requires:"menubutton",lang:"ar,bg,ca,cs,cy,da,de,de-ch,el,en,en-gb,eo,es,eu,fa,fi,fo,fr,gl,he,hr,hu,id,it,ja,km,ko,ku,nb,nl,no,pl,pt,pt-br,ru,sk,sl,sq,sv,tr,tt,ug,uk,vi,zh,zh-cn",icons:"language",hidpi:!0,init:function(a){var b=a.config.language_list||["ar:Arabic:rtl","fr:French","es:Spanish"],c=this,d=a.lang.language,e={},g,h,k,f;a.addCommand("language",{allowedContent:"span[!lang,!dir]",requiredContent:"span[lang,dir]",contextSensitive:!0,exec:function(a, +b){var c=e["language_"+b];if(c)a[c.style.checkActive(a.elementPath(),a)?"removeStyle":"applyStyle"](c.style)},refresh:function(a){this.setState(c.getCurrentLangElement(a)?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF)}});for(f=0;f<b.length;f++)g=b[f].split(":"),h=g[0],k="language_"+h,e[k]={label:g[1],langId:h,group:"language",order:f,ltr:"rtl"!=(""+g[2]).toLowerCase(),onClick:function(){a.execCommand("language",this.langId)},role:"menuitemcheckbox"},e[k].style=new CKEDITOR.style({element:"span",attributes:{lang:h, +dir:e[k].ltr?"ltr":"rtl"}});e.language_remove={label:d.remove,group:"language_remove",state:CKEDITOR.TRISTATE_DISABLED,order:e.length,onClick:function(){var b=c.getCurrentLangElement(a);b&&a.execCommand("language",b.getAttribute("lang"))}};a.addMenuGroup("language",1);a.addMenuGroup("language_remove");a.addMenuItems(e);a.ui.add("Language",CKEDITOR.UI_MENUBUTTON,{label:d.button,allowedContent:"span[!lang,!dir]",requiredContent:"span[lang,dir]",toolbar:"bidi,30",command:"language",onMenu:function(){var b= +{},d=c.getCurrentLangElement(a),f;for(f in e)b[f]=CKEDITOR.TRISTATE_OFF;b.language_remove=d?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED;d&&(b["language_"+d.getAttribute("lang")]=CKEDITOR.TRISTATE_ON);return b}})},getCurrentLangElement:function(a){var b=a.elementPath();a=b&&b.elements;var c;if(b)for(var d=0;d<a.length;d++)b=a[d],!c&&"span"==b.getName()&&b.hasAttribute("dir")&&b.hasAttribute("lang")&&(c=b);return c}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/lineutils/plugin.js b/public/assets/ckeditor/plugins/lineutils/plugin.js new file mode 100644 index 0000000..dddea4d --- /dev/null +++ b/public/assets/ckeditor/plugins/lineutils/plugin.js @@ -0,0 +1,22 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function m(a,d){CKEDITOR.tools.extend(this,{editor:a,editable:a.editable(),doc:a.document,win:a.window},d,!0);this.inline=this.editable.isInline();this.inline||(this.frame=this.win.getFrame());this.target=this[this.inline?"editable":"doc"]}function n(a,d){CKEDITOR.tools.extend(this,d,{editor:a},!0)}function p(a,d){var b=a.editable();CKEDITOR.tools.extend(this,{editor:a,editable:b,inline:b.isInline(),doc:a.document,win:a.window,container:CKEDITOR.document.getBody(),winTop:CKEDITOR.document.getWindow()}, +d,!0);this.hidden={};this.visible={};this.inline||(this.frame=this.win.getFrame());this.queryViewport();var c=CKEDITOR.tools.bind(this.queryViewport,this),e=CKEDITOR.tools.bind(this.hideVisible,this),g=CKEDITOR.tools.bind(this.removeAll,this);b.attachListener(this.winTop,"resize",c);b.attachListener(this.winTop,"scroll",c);b.attachListener(this.winTop,"resize",e);b.attachListener(this.win,"scroll",e);b.attachListener(this.inline?b:this.frame,"mouseout",function(a){var b=a.data.$.clientX;a=a.data.$.clientY; +this.queryViewport();(b<=this.rect.left||b>=this.rect.right||a<=this.rect.top||a>=this.rect.bottom)&&this.hideVisible();(0>=b||b>=this.winTopPane.width||0>=a||a>=this.winTopPane.height)&&this.hideVisible()},this);b.attachListener(a,"resize",c);b.attachListener(a,"mode",g);a.on("destroy",g);this.lineTpl=(new CKEDITOR.template('\x3cdiv data-cke-lineutils-line\x3d"1" class\x3d"cke_reset_all" style\x3d"{lineStyle}"\x3e\x3cspan style\x3d"{tipLeftStyle}"\x3e\x26nbsp;\x3c/span\x3e\x3cspan style\x3d"{tipRightStyle}"\x3e\x26nbsp;\x3c/span\x3e\x3c/div\x3e')).output({lineStyle:CKEDITOR.tools.writeCssText(CKEDITOR.tools.extend({}, +t,this.lineStyle,!0)),tipLeftStyle:CKEDITOR.tools.writeCssText(CKEDITOR.tools.extend({},q,{left:"0px","border-left-color":"red","border-width":"6px 0 6px 6px"},this.tipCss,this.tipLeftStyle,!0)),tipRightStyle:CKEDITOR.tools.writeCssText(CKEDITOR.tools.extend({},q,{right:"0px","border-right-color":"red","border-width":"6px 6px 6px 0"},this.tipCss,this.tipRightStyle,!0))})}function l(a){var d;if(d=a&&a.type==CKEDITOR.NODE_ELEMENT)d=!(r[a.getComputedStyle("float")]||r[a.getAttribute("align")]);return d&& +!u[a.getComputedStyle("position")]}CKEDITOR.plugins.add("lineutils");CKEDITOR.LINEUTILS_BEFORE=1;CKEDITOR.LINEUTILS_AFTER=2;CKEDITOR.LINEUTILS_INSIDE=4;m.prototype={start:function(a){var d=this,b=this.editor,c=this.doc,e,g,f,h,k=CKEDITOR.tools.eventsBuffer(50,function(){b.readOnly||"wysiwyg"!=b.mode||(d.relations={},(g=c.$.elementFromPoint(f,h))&&g.nodeType&&(e=new CKEDITOR.dom.element(g),d.traverseSearch(e),isNaN(f+h)||d.pixelSearch(e,f,h),a&&a(d.relations,f,h)))});this.listener=this.editable.attachListener(this.target, +"mousemove",function(a){f=a.data.$.clientX;h=a.data.$.clientY;k.input()});this.editable.attachListener(this.inline?this.editable:this.frame,"mouseout",function(){k.reset()})},stop:function(){this.listener&&this.listener.removeListener()},getRange:function(){var a={};a[CKEDITOR.LINEUTILS_BEFORE]=CKEDITOR.POSITION_BEFORE_START;a[CKEDITOR.LINEUTILS_AFTER]=CKEDITOR.POSITION_AFTER_END;a[CKEDITOR.LINEUTILS_INSIDE]=CKEDITOR.POSITION_AFTER_START;return function(d){var b=this.editor.createRange();b.moveToPosition(this.relations[d.uid].element, +a[d.type]);return b}}(),store:function(){function a(a,b,c){var e=a.getUniqueId();e in c?c[e].type|=b:c[e]={element:a,type:b}}return function(d,b){var c;b&CKEDITOR.LINEUTILS_AFTER&&l(c=d.getNext())&&c.isVisible()&&(a(c,CKEDITOR.LINEUTILS_BEFORE,this.relations),b^=CKEDITOR.LINEUTILS_AFTER);b&CKEDITOR.LINEUTILS_INSIDE&&l(c=d.getFirst())&&c.isVisible()&&(a(c,CKEDITOR.LINEUTILS_BEFORE,this.relations),b^=CKEDITOR.LINEUTILS_INSIDE);a(d,b,this.relations)}}(),traverseSearch:function(a){var d,b,c;do if(c=a.$["data-cke-expando"], +!(c&&c in this.relations)){if(a.equals(this.editable))break;if(l(a))for(d in this.lookups)(b=this.lookups[d](a))&&this.store(a,b)}while((!a||a.type!=CKEDITOR.NODE_ELEMENT||"true"!=a.getAttribute("contenteditable"))&&(a=a.getParent()))},pixelSearch:function(){function a(a,c,e,g,f){for(var h=0,k;f(e);){e+=g;if(25==++h)break;if(k=this.doc.$.elementFromPoint(c,e))if(k==a)h=0;else if(d(a,k)&&(h=0,l(k=new CKEDITOR.dom.element(k))))return k}}var d=CKEDITOR.env.ie||CKEDITOR.env.webkit?function(a,c){return a.contains(c)}: +function(a,c){return!!(a.compareDocumentPosition(c)&16)};return function(b,c,d){var g=this.win.getViewPaneSize().height,f=a.call(this,b.$,c,d,-1,function(a){return 0<a});c=a.call(this,b.$,c,d,1,function(a){return a<g});if(f)for(this.traverseSearch(f);!f.getParent().equals(b);)f=f.getParent();if(c)for(this.traverseSearch(c);!c.getParent().equals(b);)c=c.getParent();for(;f||c;){f&&(f=f.getNext(l));if(!f||f.equals(c))break;this.traverseSearch(f);c&&(c=c.getPrevious(l));if(!c||c.equals(f))break;this.traverseSearch(c)}}}(), +greedySearch:function(){this.relations={};for(var a=this.editable.getElementsByTag("*"),d=0,b,c,e;b=a.getItem(d++);)if(!b.equals(this.editable)&&b.type==CKEDITOR.NODE_ELEMENT&&(b.hasAttribute("contenteditable")||!b.isReadOnly())&&l(b)&&b.isVisible())for(e in this.lookups)(c=this.lookups[e](b))&&this.store(b,c);return this.relations}};n.prototype={locate:function(){function a(a,b){var c=a.element[b===CKEDITOR.LINEUTILS_BEFORE?"getPrevious":"getNext"]();return c&&l(c)?(a.siblingRect=c.getClientRect(), +b==CKEDITOR.LINEUTILS_BEFORE?(a.siblingRect.bottom+a.elementRect.top)/2:(a.elementRect.bottom+a.siblingRect.top)/2):b==CKEDITOR.LINEUTILS_BEFORE?a.elementRect.top:a.elementRect.bottom}return function(d){var b;this.locations={};for(var c in d)b=d[c],b.elementRect=b.element.getClientRect(),b.type&CKEDITOR.LINEUTILS_BEFORE&&this.store(c,CKEDITOR.LINEUTILS_BEFORE,a(b,CKEDITOR.LINEUTILS_BEFORE)),b.type&CKEDITOR.LINEUTILS_AFTER&&this.store(c,CKEDITOR.LINEUTILS_AFTER,a(b,CKEDITOR.LINEUTILS_AFTER)),b.type& +CKEDITOR.LINEUTILS_INSIDE&&this.store(c,CKEDITOR.LINEUTILS_INSIDE,(b.elementRect.top+b.elementRect.bottom)/2);return this.locations}}(),sort:function(){var a,d,b,c;return function(e,g){a=this.locations;d=[];for(var f in a)for(var h in a[f])if(b=Math.abs(e-a[f][h]),d.length){for(c=0;c<d.length;c++)if(b<d[c].dist){d.splice(c,0,{uid:+f,type:h,dist:b});break}c==d.length&&d.push({uid:+f,type:h,dist:b})}else d.push({uid:+f,type:h,dist:b});return"undefined"!=typeof g?d.slice(0,g):d}}(),store:function(a, +d,b){this.locations[a]||(this.locations[a]={});this.locations[a][d]=b}};var q={display:"block",width:"0px",height:"0px","border-color":"transparent","border-style":"solid",position:"absolute",top:"-6px"},t={height:"0px","border-top":"1px dashed red",position:"absolute","z-index":9999};p.prototype={removeAll:function(){for(var a in this.hidden)this.hidden[a].remove(),delete this.hidden[a];for(a in this.visible)this.visible[a].remove(),delete this.visible[a]},hideLine:function(a){var d=a.getUniqueId(); +a.hide();this.hidden[d]=a;delete this.visible[d]},showLine:function(a){var d=a.getUniqueId();a.show();this.visible[d]=a;delete this.hidden[d]},hideVisible:function(){for(var a in this.visible)this.hideLine(this.visible[a])},placeLine:function(a,d){var b,c,e;if(b=this.getStyle(a.uid,a.type)){for(e in this.visible)if(this.visible[e].getCustomData("hash")!==this.hash){c=this.visible[e];break}if(!c)for(e in this.hidden)if(this.hidden[e].getCustomData("hash")!==this.hash){this.showLine(c=this.hidden[e]); +break}c||this.showLine(c=this.addLine());c.setCustomData("hash",this.hash);this.visible[c.getUniqueId()]=c;c.setStyles(b);d&&d(c)}},getStyle:function(a,d){var b=this.relations[a],c=this.locations[a][d],e={};e.width=b.siblingRect?Math.max(b.siblingRect.width,b.elementRect.width):b.elementRect.width;e.top=this.inline?c+this.winTopScroll.y-this.rect.relativeY:this.rect.top+this.winTopScroll.y+c;if(e.top-this.winTopScroll.y<this.rect.top||e.top-this.winTopScroll.y>this.rect.bottom)return!1;this.inline? +e.left=b.elementRect.left-this.rect.relativeX:(0<b.elementRect.left?e.left=this.rect.left+b.elementRect.left:(e.width+=b.elementRect.left,e.left=this.rect.left),0<(b=e.left+e.width-(this.rect.left+this.winPane.width))&&(e.width-=b));e.left+=this.winTopScroll.x;for(var g in e)e[g]=CKEDITOR.tools.cssLength(e[g]);return e},addLine:function(){var a=CKEDITOR.dom.element.createFromHtml(this.lineTpl);a.appendTo(this.container);return a},prepare:function(a,d){this.relations=a;this.locations=d;this.hash=Math.random()}, +cleanup:function(){var a,d;for(d in this.visible)a=this.visible[d],a.getCustomData("hash")!==this.hash&&this.hideLine(a)},queryViewport:function(){this.winPane=this.win.getViewPaneSize();this.winTopScroll=this.winTop.getScrollPosition();this.winTopPane=this.winTop.getViewPaneSize();this.rect=this.getClientRect(this.inline?this.editable:this.frame)},getClientRect:function(a){a=a.getClientRect();var d=this.container.getDocumentPosition(),b=this.container.getComputedStyle("position");a.relativeX=a.relativeY= +0;"static"!=b&&(a.relativeY=d.y,a.relativeX=d.x,a.top-=a.relativeY,a.bottom-=a.relativeY,a.left-=a.relativeX,a.right-=a.relativeX);return a}};var r={left:1,right:1,center:1},u={absolute:1,fixed:1};CKEDITOR.plugins.lineutils={finder:m,locator:n,liner:p}})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/link/dialogs/anchor.js b/public/assets/ckeditor/plugins/link/dialogs/anchor.js new file mode 100644 index 0000000..63372eb --- /dev/null +++ b/public/assets/ckeditor/plugins/link/dialogs/anchor.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("anchor",function(c){function d(a,b){return a.createFakeElement(a.document.createElement("a",{attributes:b}),"cke_anchor","anchor")}return{title:c.lang.link.anchor.title,minWidth:300,minHeight:60,onOk:function(){var a=CKEDITOR.tools.trim(this.getValueOf("info","txtName")),a={id:a,name:a,"data-cke-saved-name":a};if(this._.selectedElement)this._.selectedElement.data("cke-realelement")?(a=d(c,a),a.replace(this._.selectedElement),CKEDITOR.env.ie&&c.getSelection().selectElement(a)): +this._.selectedElement.setAttributes(a);else{var b=c.getSelection(),b=b&&b.getRanges()[0];b.collapsed?(a=d(c,a),b.insertNode(a)):(CKEDITOR.env.ie&&9>CKEDITOR.env.version&&(a["class"]="cke_anchor"),a=new CKEDITOR.style({element:"a",attributes:a}),a.type=CKEDITOR.STYLE_INLINE,c.applyStyle(a))}},onHide:function(){delete this._.selectedElement},onShow:function(){var a=c.getSelection(),b=a.getSelectedElement(),d=b&&b.data("cke-realelement"),e=d?CKEDITOR.plugins.link.tryRestoreFakeAnchor(c,b):CKEDITOR.plugins.link.getSelectedLink(c); +if(e){this._.selectedElement=e;var f=e.data("cke-saved-name");this.setValueOf("info","txtName",f||"");!d&&a.selectElement(e);b&&(this._.selectedElement=b)}this.getContentElement("info","txtName").focus()},contents:[{id:"info",label:c.lang.link.anchor.title,accessKey:"I",elements:[{type:"text",id:"txtName",label:c.lang.link.anchor.name,required:!0,validate:function(){return this.getValue()?!0:(alert(c.lang.link.anchor.errorName),!1)}}]}]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/link/dialogs/link.js b/public/assets/ckeditor/plugins/link/dialogs/link.js new file mode 100644 index 0000000..fcb4b64 --- /dev/null +++ b/public/assets/ckeditor/plugins/link/dialogs/link.js @@ -0,0 +1,26 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.dialog.add("link",function(g){var n=CKEDITOR.plugins.link,p=function(){var a=this.getDialog(),b=a.getContentElement("target","popupFeatures"),a=a.getContentElement("target","linkTargetName"),m=this.getValue();if(b&&a)switch(b=b.getElement(),b.hide(),a.setValue(""),m){case "frame":a.setLabel(g.lang.link.targetFrameName);a.getElement().show();break;case "popup":b.show();a.setLabel(g.lang.link.targetPopupName);a.getElement().show();break;default:a.setValue(m),a.getElement().hide()}}, +f=function(a){a.target&&this.setValue(a.target[this.id]||"")},h=function(a){a.advanced&&this.setValue(a.advanced[this.id]||"")},k=function(a){a.target||(a.target={});a.target[this.id]=this.getValue()||""},l=function(a){a.advanced||(a.advanced={});a.advanced[this.id]=this.getValue()||""},c=g.lang.common,b=g.lang.link,d;return{title:b.title,minWidth:350,minHeight:230,contents:[{id:"info",label:b.info,title:b.info,elements:[{id:"linkType",type:"select",label:b.type,"default":"url",items:[[b.toUrl,"url"], +[b.toAnchor,"anchor"],[b.toEmail,"email"]],onChange:function(){var a=this.getDialog(),b=["urlOptions","anchorOptions","emailOptions"],m=this.getValue(),e=a.definition.getContents("upload"),e=e&&e.hidden;"url"==m?(g.config.linkShowTargetTab&&a.showPage("target"),e||a.showPage("upload")):(a.hidePage("target"),e||a.hidePage("upload"));for(e=0;e<b.length;e++){var c=a.getContentElement("info",b[e]);c&&(c=c.getElement().getParent().getParent(),b[e]==m+"Options"?c.show():c.hide())}a.layout()},setup:function(a){this.setValue(a.type|| +"url")},commit:function(a){a.type=this.getValue()}},{type:"vbox",id:"urlOptions",children:[{type:"hbox",widths:["25%","75%"],children:[{id:"protocol",type:"select",label:c.protocol,"default":"http://",items:[["http://â","http://"],["https://â","https://"],["ftp://â","ftp://"],["news://â","news://"],[b.other,""]],setup:function(a){a.url&&this.setValue(a.url.protocol||"")},commit:function(a){a.url||(a.url={});a.url.protocol=this.getValue()}},{type:"text",id:"url",label:c.url,required:!0,onLoad:function(){this.allowOnChange= +!0},onKeyUp:function(){this.allowOnChange=!1;var a=this.getDialog().getContentElement("info","protocol"),b=this.getValue(),m=/^((javascript:)|[#\/\.\?])/i,c=/^(http|https|ftp|news):\/\/(?=.)/i.exec(b);c?(this.setValue(b.substr(c[0].length)),a.setValue(c[0].toLowerCase())):m.test(b)&&a.setValue("");this.allowOnChange=!0},onChange:function(){if(this.allowOnChange)this.onKeyUp()},validate:function(){var a=this.getDialog();return a.getContentElement("info","linkType")&&"url"!=a.getValueOf("info","linkType")? +!0:!g.config.linkJavaScriptLinksAllowed&&/javascript\:/.test(this.getValue())?(alert(c.invalidValue),!1):this.getDialog().fakeObj?!0:CKEDITOR.dialog.validate.notEmpty(b.noUrl).apply(this)},setup:function(a){this.allowOnChange=!1;a.url&&this.setValue(a.url.url);this.allowOnChange=!0},commit:function(a){this.onChange();a.url||(a.url={});a.url.url=this.getValue();this.allowOnChange=!1}}],setup:function(){this.getDialog().getContentElement("info","linkType")||this.getElement().show()}},{type:"button", +id:"browse",hidden:"true",filebrowser:"info:url",label:c.browseServer}]},{type:"vbox",id:"anchorOptions",width:260,align:"center",padding:0,children:[{type:"fieldset",id:"selectAnchorText",label:b.selectAnchor,setup:function(){d=n.getEditorAnchors(g);this.getElement()[d&&d.length?"show":"hide"]()},children:[{type:"hbox",id:"selectAnchor",children:[{type:"select",id:"anchorName","default":"",label:b.anchorName,style:"width: 100%;",items:[[""]],setup:function(a){this.clear();this.add("");if(d)for(var b= +0;b<d.length;b++)d[b].name&&this.add(d[b].name);a.anchor&&this.setValue(a.anchor.name);(a=this.getDialog().getContentElement("info","linkType"))&&"email"==a.getValue()&&this.focus()},commit:function(a){a.anchor||(a.anchor={});a.anchor.name=this.getValue()}},{type:"select",id:"anchorId","default":"",label:b.anchorId,style:"width: 100%;",items:[[""]],setup:function(a){this.clear();this.add("");if(d)for(var b=0;b<d.length;b++)d[b].id&&this.add(d[b].id);a.anchor&&this.setValue(a.anchor.id)},commit:function(a){a.anchor|| +(a.anchor={});a.anchor.id=this.getValue()}}],setup:function(){this.getElement()[d&&d.length?"show":"hide"]()}}]},{type:"html",id:"noAnchors",style:"text-align: center;",html:'\x3cdiv role\x3d"note" tabIndex\x3d"-1"\x3e'+CKEDITOR.tools.htmlEncode(b.noAnchors)+"\x3c/div\x3e",focus:!0,setup:function(){this.getElement()[d&&d.length?"hide":"show"]()}}],setup:function(){this.getDialog().getContentElement("info","linkType")||this.getElement().hide()}},{type:"vbox",id:"emailOptions",padding:1,children:[{type:"text", +id:"emailAddress",label:b.emailAddress,required:!0,validate:function(){var a=this.getDialog();return a.getContentElement("info","linkType")&&"email"==a.getValueOf("info","linkType")?CKEDITOR.dialog.validate.notEmpty(b.noEmail).apply(this):!0},setup:function(a){a.email&&this.setValue(a.email.address);(a=this.getDialog().getContentElement("info","linkType"))&&"email"==a.getValue()&&this.select()},commit:function(a){a.email||(a.email={});a.email.address=this.getValue()}},{type:"text",id:"emailSubject", +label:b.emailSubject,setup:function(a){a.email&&this.setValue(a.email.subject)},commit:function(a){a.email||(a.email={});a.email.subject=this.getValue()}},{type:"textarea",id:"emailBody",label:b.emailBody,rows:3,"default":"",setup:function(a){a.email&&this.setValue(a.email.body)},commit:function(a){a.email||(a.email={});a.email.body=this.getValue()}}],setup:function(){this.getDialog().getContentElement("info","linkType")||this.getElement().hide()}}]},{id:"target",requiredContent:"a[target]",label:b.target, +title:b.target,elements:[{type:"hbox",widths:["50%","50%"],children:[{type:"select",id:"linkTargetType",label:c.target,"default":"notSet",style:"width : 100%;",items:[[c.notSet,"notSet"],[b.targetFrame,"frame"],[b.targetPopup,"popup"],[c.targetNew,"_blank"],[c.targetTop,"_top"],[c.targetSelf,"_self"],[c.targetParent,"_parent"]],onChange:p,setup:function(a){a.target&&this.setValue(a.target.type||"notSet");p.call(this)},commit:function(a){a.target||(a.target={});a.target.type=this.getValue()}},{type:"text", +id:"linkTargetName",label:b.targetFrameName,"default":"",setup:function(a){a.target&&this.setValue(a.target.name)},commit:function(a){a.target||(a.target={});a.target.name=this.getValue().replace(/([^\x00-\x7F]|\s)/gi,"")}}]},{type:"vbox",width:"100%",align:"center",padding:2,id:"popupFeatures",children:[{type:"fieldset",label:b.popupFeatures,children:[{type:"hbox",children:[{type:"checkbox",id:"resizable",label:b.popupResizable,setup:f,commit:k},{type:"checkbox",id:"status",label:b.popupStatusBar, +setup:f,commit:k}]},{type:"hbox",children:[{type:"checkbox",id:"location",label:b.popupLocationBar,setup:f,commit:k},{type:"checkbox",id:"toolbar",label:b.popupToolbar,setup:f,commit:k}]},{type:"hbox",children:[{type:"checkbox",id:"menubar",label:b.popupMenuBar,setup:f,commit:k},{type:"checkbox",id:"fullscreen",label:b.popupFullScreen,setup:f,commit:k}]},{type:"hbox",children:[{type:"checkbox",id:"scrollbars",label:b.popupScrollBars,setup:f,commit:k},{type:"checkbox",id:"dependent",label:b.popupDependent, +setup:f,commit:k}]},{type:"hbox",children:[{type:"text",widths:["50%","50%"],labelLayout:"horizontal",label:c.width,id:"width",setup:f,commit:k},{type:"text",labelLayout:"horizontal",widths:["50%","50%"],label:b.popupLeft,id:"left",setup:f,commit:k}]},{type:"hbox",children:[{type:"text",labelLayout:"horizontal",widths:["50%","50%"],label:c.height,id:"height",setup:f,commit:k},{type:"text",labelLayout:"horizontal",label:b.popupTop,widths:["50%","50%"],id:"top",setup:f,commit:k}]}]}]}]},{id:"upload", +label:b.upload,title:b.upload,hidden:!0,filebrowser:"uploadButton",elements:[{type:"file",id:"upload",label:c.upload,style:"height:40px",size:29},{type:"fileButton",id:"uploadButton",label:c.uploadSubmit,filebrowser:"info:url","for":["upload","upload"]}]},{id:"advanced",label:b.advanced,title:b.advanced,elements:[{type:"vbox",padding:1,children:[{type:"hbox",widths:["45%","35%","20%"],children:[{type:"text",id:"advId",requiredContent:"a[id]",label:b.id,setup:h,commit:l},{type:"select",id:"advLangDir", +requiredContent:"a[dir]",label:b.langDir,"default":"",style:"width:110px",items:[[c.notSet,""],[b.langDirLTR,"ltr"],[b.langDirRTL,"rtl"]],setup:h,commit:l},{type:"text",id:"advAccessKey",requiredContent:"a[accesskey]",width:"80px",label:b.acccessKey,maxLength:1,setup:h,commit:l}]},{type:"hbox",widths:["45%","35%","20%"],children:[{type:"text",label:b.name,id:"advName",requiredContent:"a[name]",setup:h,commit:l},{type:"text",label:b.langCode,id:"advLangCode",requiredContent:"a[lang]",width:"110px", +"default":"",setup:h,commit:l},{type:"text",label:b.tabIndex,id:"advTabIndex",requiredContent:"a[tabindex]",width:"80px",maxLength:5,setup:h,commit:l}]}]},{type:"vbox",padding:1,children:[{type:"hbox",widths:["45%","55%"],children:[{type:"text",label:b.advisoryTitle,requiredContent:"a[title]","default":"",id:"advTitle",setup:h,commit:l},{type:"text",label:b.advisoryContentType,requiredContent:"a[type]","default":"",id:"advContentType",setup:h,commit:l}]},{type:"hbox",widths:["45%","55%"],children:[{type:"text", +label:b.cssClasses,requiredContent:"a(cke-xyz)","default":"",id:"advCSSClasses",setup:h,commit:l},{type:"text",label:b.charset,requiredContent:"a[charset]","default":"",id:"advCharset",setup:h,commit:l}]},{type:"hbox",widths:["45%","55%"],children:[{type:"text",label:b.rel,requiredContent:"a[rel]","default":"",id:"advRel",setup:h,commit:l},{type:"text",label:b.styles,requiredContent:"a{cke-xyz}","default":"",id:"advStyles",validate:CKEDITOR.dialog.validate.inlineStyle(g.lang.common.invalidInlineStyle), +setup:h,commit:l}]}]}]}],onShow:function(){var a=this.getParentEditor(),b=a.getSelection(),c=null;(c=n.getSelectedLink(a))&&c.hasAttribute("href")?b.getSelectedElement()||b.selectElement(c):c=null;a=n.parseLinkAttributes(a,c);this._.selectedElement=c;this.setupContent(a)},onOk:function(){var a={};this.commitContent(a);var b=g.getSelection(),c=n.getLinkAttributes(g,a);if(this._.selectedElement){var e=this._.selectedElement,d=e.data("cke-saved-href"),f=e.getHtml();e.setAttributes(c.set);e.removeAttributes(c.removed); +if(d==f||"email"==a.type&&-1!=f.indexOf("@"))e.setHtml("email"==a.type?a.email.address:c.set["data-cke-saved-href"]),b.selectElement(e);delete this._.selectedElement}else b=b.getRanges()[0],b.collapsed&&(a=new CKEDITOR.dom.text("email"==a.type?a.email.address:c.set["data-cke-saved-href"],g.document),b.insertNode(a),b.selectNodeContents(a)),c=new CKEDITOR.style({element:"a",attributes:c.set}),c.type=CKEDITOR.STYLE_INLINE,c.applyToRange(b,g),b.select()},onLoad:function(){g.config.linkShowAdvancedTab|| +this.hidePage("advanced");g.config.linkShowTargetTab||this.hidePage("target")},onFocus:function(){var a=this.getContentElement("info","linkType");a&&"url"==a.getValue()&&(a=this.getContentElement("info","url"),a.select())}}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/link/images/anchor.png b/public/assets/ckeditor/plugins/link/images/anchor.png new file mode 100644 index 0000000000000000000000000000000000000000..6d861a0e7a5cbd98d5cd3264c5fdb6009d43362b GIT binary patch literal 589 zcmV-T0<!&yP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV0006MNkl<ZILmdC z&uUXa6vlsNZrX}XV=02I;G!vlDDGO+or^v|AD~a*EBG2NU362ytyn5j1iP>lYbi8H zxR;v-p;YW5F+`<FW<D2p(l-A2;J`3*=Epa4KFhL<AOR47zH{7PShx?|19of8=27B3 z76Jxfh5(aD%pgruB)wLlO-XNBySw_hvZBuZz9bz;dMfEg?f4i;x8vSMJ<A}=G9(F* zB)yxP(>iD!^a8X7`mnql`D%A}cEXd`ThDV!W(L6Y>?{CNCnwyhR5<K(r~u_8;rrGW zYi11K+I65uAxjcUaZTTQ02XIvsK<9QKF(OV%tE=$;^ZXLQ&W6BI%4zmG!pC*pjU7u z5x7t=V_-(lIc#Er!4Mwhh6^7Z5GQheAQjM9g8u;e{piX_%t(L)aAr8OVub(DIe>6s z{71LTH{e&V$AtHc17l_+&XK?f?EDXi4&Js}yaHx`L*Pog&7*dkht(>CK)2hyxGhn_ zM$KiwGpPma0S~s9mMWk2_SkAPuttM3;7-x{Ufx5V=OaOqv@Pjot=U9UNz!9UFD3O4 zR#zqIOww~n)AcmP@;s+nt;)=hM4IOoyvG2UfpY}sxH~_86{rGVKIeHS34z3nlBAI* zIKVl_Frfl87*J2spMshJW6t56D}oe47y&4R5r6@5?$Wr1AuP^a4A4e&vf;hwPgiF4 bR}J+WGDARE%D;pG00000NkvXXu0mjftM3S` literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/link/images/hidpi/anchor.png b/public/assets/ckeditor/plugins/link/images/hidpi/anchor.png new file mode 100644 index 0000000000000000000000000000000000000000..f5048430d57dcf0170a2df9e48ba25a58ba18ef9 GIT binary patch literal 1379 zcmV-p1)TbcP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F8000FlNkl<ZSi`+n zU2IfE6h8N7|0u96ORFeE14$`rTT+4vHPJ*9A-<CMVq(OAU@69jf+R+ttf}Fprhx(> zF-A!GKzLMwM$<qy*wU0VB??(np-C&d?qa38-M_on@668Ky?eXMu0WaO+nqZz_ndFe zoHOTKWol@MOw%MYmm_q@-grEh$&issk&(?VnI}adP1i~Dct~@*Nl{e{DPp`t4rH^e z!uy!F*6Kn@I!&3yMWM{JDd87cdFPQMDjr`2UITUjIxqo@0>i;$$HMNqI?{bUQeCbh z5laT-vz#1n0*%+WcrBBjJa>-L_wUoT{rg|RTp!RW^<M`*0`3CmfmSNtGIIWF5E;{9 z4Hm2e+_K3eWfBS6(bMxD9=`zQfKSFxo%-3mY8BDs*|Rh{Fu*$>2Mh<MfC%>&LLuXq zmKI}(NZ@jNyAd58cCHTsdw{wteSO40-w%B0SU1W#S+~MJi?JBJeCUvoKOUuU{#Kjn z>Z0+%LGnu5^NO6@dK%cUZXLZoJ8QQ}68H=F2iO95c<=+rJ}u>ffaY7XM#v+(%XD;f zlsM53Fl89NQIEbK4wu7R0?!(oR}zTK&Cz!l_p^gsyhx2ZcQV)KEg7@NkJCVRHyLHl zPY|&CwqY101g4>^1^+G0%@kW$peU?mV$AFHk_Y5mnnsCuoc@NRC9v+&u3bWrM{bNs zt^n!)UnK(emSs=15!epA)Ye83L`fFpavZW&h_X51@qx8#=~;O8Je>J12(sM`Nq`ju zY=o*3D2Z1l(9l5l5JIfnEO$>J%y=#fOE8fQ>(`Tx4J2U^p5yp6(I1(fE*nCsb0BB! z%yuM(b&*tPJjZL;dMS>1Jo{I#CcocLCdgzkZaR*-!~%-r*0LXgDNSBWvn*nf$;k~o zNJjZ1c+|!US&kLb4_LZ{fHMj#fwd|wQCP!!Rh_U>V^cqlrj|WNCjnKZ<!XAlC~!8# z4$gG8=f_S!_<%#X3ZHO6v4??v3S+K(E+-BDJYSBC@-PIPVW>f=4>=%)w0diPp6=jA z<Q71@KaI<$3G+Ij0tGU%C{Y|1e7G>geg8)|Oy5Q#A^~Yq7#9gQK*k5OqPS>pY9cR) zsvxCHQtZs)zk-EoBJdLwpO?wx8DJx4KolKeT+jca9|J}}V(j*9YDI$D(%4ANOa^@s zO|aZ=NLDGCAO80}a0Yk-cz0rgJX^Oe5peV1LHhB;3A%&+7?fR`nIQ$($UcJIM<DN> zRKB_RTF|OH%7&q7i*YUj_hC#bzXWsxUBGEB1vVqscVqsmP>5c@K!dCiLKyoU%ERb$ zaq#xuz4US3x@?TkR2&y?v}zcBn1ALCbfM-u!xb=_mJ7|!!-u(Md`lENn>M}qzG;dL zEnK)jS9b3f^}#k&QqLVYV2PUn-ubn^f5cl~pATs+$&$$7+hs`>2n58+Xf$fQbOShg zwZH#+4>FvFyf26%*@$u-#YvVc=bj#}fc61<fTtY$Vncib^g>SDi!8~-tHKUj%?U5} z_O>xwA7It~;_T%203R2Z^VbFk|4hf@pMuEen0}FqC>b=o>#ML{*1d9NQI4k7b`f#C z&*ifw>;2+4i3}~i10alr>hS#WlP3*WXA&EkwAL}%6)08;A1^jJRV~0wRmV%tuOr3! z(&5WU`becU)pLO(%PCSoEzQakkCY2isT4iQwxlf2%I~+rkt{O-`=JC27g6yHuhSDD lkXLxrp)e>uPR-@D!G9=+u`hgA@I?Rs002ovPDHLkV1h$SfwKSr literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle.js b/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle.js new file mode 100644 index 0000000..b984cbb --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle.js @@ -0,0 +1,10 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function d(c,d){var b;try{b=c.getSelection().getRanges()[0]}catch(f){return null}b.shrink(CKEDITOR.SHRINK_TEXT);return c.elementPath(b.getCommonAncestor()).contains(d,1)}function e(c,e){var b=c.lang.liststyle;if("bulletedListStyle"==e)return{title:b.bulletedTitle,minWidth:300,minHeight:50,contents:[{id:"info",accessKey:"I",elements:[{type:"select",label:b.type,id:"type",align:"center",style:"width:150px",items:[[b.notset,""],[b.circle,"circle"],[b.disc,"disc"],[b.square,"square"]],setup:function(a){a= +a.getStyle("list-style-type")||h[a.getAttribute("type")]||a.getAttribute("type")||"";this.setValue(a)},commit:function(a){var b=this.getValue();b?a.setStyle("list-style-type",b):a.removeStyle("list-style-type")}}]}],onShow:function(){var a=this.getParentEditor();(a=d(a,"ul"))&&this.setupContent(a)},onOk:function(){var a=this.getParentEditor();(a=d(a,"ul"))&&this.commitContent(a)}};if("numberedListStyle"==e){var g=[[b.notset,""],[b.lowerRoman,"lower-roman"],[b.upperRoman,"upper-roman"],[b.lowerAlpha, +"lower-alpha"],[b.upperAlpha,"upper-alpha"],[b.decimal,"decimal"]];(!CKEDITOR.env.ie||7<CKEDITOR.env.version)&&g.concat([[b.armenian,"armenian"],[b.decimalLeadingZero,"decimal-leading-zero"],[b.georgian,"georgian"],[b.lowerGreek,"lower-greek"]]);return{title:b.numberedTitle,minWidth:300,minHeight:50,contents:[{id:"info",accessKey:"I",elements:[{type:"hbox",widths:["25%","75%"],children:[{label:b.start,type:"text",id:"start",validate:CKEDITOR.dialog.validate.integer(b.validateStartNumber),setup:function(a){a= +a.getFirst(f).getAttribute("value")||a.getAttribute("start")||1;this.setValue(a)},commit:function(a){var b=a.getFirst(f),c=b.getAttribute("value")||a.getAttribute("start")||1;a.getFirst(f).removeAttribute("value");var d=parseInt(this.getValue(),10);isNaN(d)?a.removeAttribute("start"):a.setAttribute("start",d);a=b;b=c;for(d=isNaN(d)?1:d;(a=a.getNext(f))&&b++;)a.getAttribute("value")==b&&a.setAttribute("value",d+b-c)}},{type:"select",label:b.type,id:"type",style:"width: 100%;",items:g,setup:function(a){a= +a.getStyle("list-style-type")||h[a.getAttribute("type")]||a.getAttribute("type")||"";this.setValue(a)},commit:function(a){var b=this.getValue();b?a.setStyle("list-style-type",b):a.removeStyle("list-style-type")}}]}]}],onShow:function(){var a=this.getParentEditor();(a=d(a,"ol"))&&this.setupContent(a)},onOk:function(){var a=this.getParentEditor();(a=d(a,"ol"))&&this.commitContent(a)}}}}var f=function(c){return c.type==CKEDITOR.NODE_ELEMENT&&c.is("li")},h={a:"lower-alpha",A:"upper-alpha",i:"lower-roman", +I:"upper-roman",1:"decimal",disc:"disc",circle:"circle",square:"square"};CKEDITOR.dialog.add("numberedListStyle",function(c){return e(c,"numberedListStyle")});CKEDITOR.dialog.add("bulletedListStyle",function(c){return e(c,"bulletedListStyle")})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/af.js b/public/assets/ckeditor/plugins/liststyle/lang/af.js new file mode 100644 index 0000000..b6bb99c --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/af.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","af",{armenian:"Armeense nommering",bulletedTitle:"Eienskappe van ongenommerde lys",circle:"Sirkel",decimal:"Desimale syfers (1, 2, 3, ens.)",decimalLeadingZero:"Desimale syfers met voorloopnul (01, 02, 03, ens.)",disc:"Skyf",georgian:"Georgiese nommering (an, ban, gan, ens.)",lowerAlpha:"Kleinletters (a, b, c, d, e, ens.)",lowerGreek:"Griekse kleinletters (alpha, beta, gamma, ens.)",lowerRoman:"Romeinse kleinletters (i, ii, iii, iv, v, ens.)",none:"Geen",notset:"\x3cnie ingestel nie\x3e", +numberedTitle:"Eienskappe van genommerde lys",square:"Vierkant",start:"Begin",type:"Tipe",upperAlpha:"Hoofletters (A, B, C, D, E, ens.)",upperRoman:"Romeinse hoofletters (I, II, III, IV, V, ens.)",validateStartNumber:"Beginnommer van lys moet 'n heelgetal wees."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/ar.js b/public/assets/ckeditor/plugins/liststyle/lang/ar.js new file mode 100644 index 0000000..20e54dc --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/ar.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","ar",{armenian:"Armenian numbering",bulletedTitle:"Bulleted List Properties",circle:"Circle",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal leading zero (01, 02, 03, etc.)",disc:"Disc",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"None",notset:"\x3cnot set\x3e",numberedTitle:"Numbered List Properties", +square:"Square",start:"Start",type:"Type",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/bg.js b/public/assets/ckeditor/plugins/liststyle/lang/bg.js new file mode 100644 index 0000000..d351206 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/bg.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","bg",{armenian:"ÐÑменÑко номеÑиÑане",bulletedTitle:"Bulleted List Properties",circle:"ÐÑÑг",decimal:"ЧиÑла (1, 2, 3 и дÑ.)",decimalLeadingZero:"ЧиÑла Ñ Ð²Ð¾Ð´ÐµÑа нÑла (01, 02, 03 и Ñ.н.)",disc:"ÐиÑк",georgian:"ÐÑÑзинÑко номеÑиÑане (an, ban, gan, и Ñ.н.)",lowerAlpha:"Ðалки бÑкви (а, б, в, г, д и Ñ.н.)",lowerGreek:"Ðалки гÑÑÑки бÑкви (алÑа, беÑа, гама и Ñ.н.)",lowerRoman:"Ðалки ÑимÑки ÑиÑла (i, ii, iii, iv, v и Ñ.н.)",none:"ÐÑма",notset:"\x3cне е Ñказано\x3e",numberedTitle:"Numbered List Properties", +square:"ÐвадÑаÑ",start:"СÑаÑÑ",type:"Тип",upperAlpha:"Ðолеми бÑкви (Ð, Ð, Ð, Ð, Ри Ñ.н.)",upperRoman:"Ðолеми ÑимÑки ÑиÑла (I, II, III, IV, V и Ñ.н.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/bn.js b/public/assets/ckeditor/plugins/liststyle/lang/bn.js new file mode 100644 index 0000000..d462169 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/bn.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","bn",{armenian:"à¦à¦°à§à¦®à§à¦¨à¦¿à§à¦¾à¦¨ সà¦à¦à§à¦¯à¦¾à¦à§à¦°à¦®à§ বিনà§à¦¯à¦¾à¦¸",bulletedTitle:"Bulleted List Properties",circle:"Circle",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal leading zero (01, 02, 03, etc.)",disc:"Disc",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"None",notset:"\x3cnot set\x3e",numberedTitle:"Numbered List Properties", +square:"Square",start:"Start",type:"Type",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/bs.js b/public/assets/ckeditor/plugins/liststyle/lang/bs.js new file mode 100644 index 0000000..53fa711 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/bs.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","bs",{armenian:"Armenian numbering",bulletedTitle:"Bulleted List Properties",circle:"Circle",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal leading zero (01, 02, 03, etc.)",disc:"Disc",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"None",notset:"\x3cnot set\x3e",numberedTitle:"Numbered List Properties", +square:"Square",start:"Start",type:"Type",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/ca.js b/public/assets/ckeditor/plugins/liststyle/lang/ca.js new file mode 100644 index 0000000..19263ee --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/ca.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","ca",{armenian:"Armenian numbering",bulletedTitle:"Bulleted List Properties",circle:"Circle",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal leading zero (01, 02, 03, etc.)",disc:"Disc",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"None",notset:"\x3cnot set\x3e",numberedTitle:"Numbered List Properties", +square:"Square",start:"Start",type:"Type",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/cs.js b/public/assets/ckeditor/plugins/liststyle/lang/cs.js new file mode 100644 index 0000000..1c002b1 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/cs.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","cs",{armenian:"Arménské",bulletedTitle:"Vlastnosti odrážek",circle:"Kroužky",decimal:"Arabská ÄÃsla (1, 2, 3, atd.)",decimalLeadingZero:"Arabská ÄÃsla uvozená nulou (01, 02, 03, atd.)",disc:"KoleÄka",georgian:"GruzÃnské (an, ban, gan, atd.)",lowerAlpha:"Malá latinka (a, b, c, d, e, atd.)",lowerGreek:"Malé Åecké (alpha, beta, gamma, atd.)",lowerRoman:"Malé ÅÃmské (i, ii, iii, iv, v, atd.)",none:"Nic",notset:"\x3cnenastaveno\x3e",numberedTitle:"Vlastnosti ÄÃslovánÃ", +square:"Ätverce",start:"PoÄátek",type:"Typ",upperAlpha:"Velká latinka (A, B, C, D, E, atd.)",upperRoman:"Velké ÅÃmské (I, II, III, IV, V, atd.)",validateStartNumber:"ÄÃslovánà musà zaÄÃnat celým ÄÃslem."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/cy.js b/public/assets/ckeditor/plugins/liststyle/lang/cy.js new file mode 100644 index 0000000..e8c8b88 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/cy.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","cy",{armenian:"Rhifo Armeneg",bulletedTitle:"Priodweddau Rhestr Fwled",circle:"Cylch",decimal:"Degol (1, 2, 3, ayyb.)",decimalLeadingZero:"Degol â sero arweiniol (01, 02, 03, ayyb.)",disc:"Disg",georgian:"Rhifau Sioraidd (an, ban, gan, ayyb.)",lowerAlpha:"Alffa Is (a, b, c, d, e, ayyb.)",lowerGreek:"Groeg Is (alpha, beta, gamma, ayyb.)",lowerRoman:"Rhufeinig Is (i, ii, iii, iv, v, ayyb.)",none:"Dim",notset:"\x3cheb osod\x3e",numberedTitle:"Priodweddau Rhestr Rifol", +square:"Sgwâr",start:"Dechrau",type:"Math",upperAlpha:"Alffa Uwch (A, B, C, D, E, ayyb.)",upperRoman:"Rhufeinig Uwch (I, II, III, IV, V, ayyb.)",validateStartNumber:"Rhaid bod y rhif cychwynnol yn gyfanrif."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/da.js b/public/assets/ckeditor/plugins/liststyle/lang/da.js new file mode 100644 index 0000000..af24f4b --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/da.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","da",{armenian:"Armensk nummering",bulletedTitle:"Værdier for cirkelpunktopstilling",circle:"Cirkel",decimal:"Decimal (1, 2, 3, osv.)",decimalLeadingZero:"Decimaler med 0 først (01, 02, 03, etc.)",disc:"Værdier for diskpunktopstilling",georgian:"Georgiansk nummering (an, ban, gan, etc.)",lowerAlpha:"SmÃ¥ alfabet (a, b, c, d, e, etc.)",lowerGreek:"SmÃ¥ græsk (alpha, beta, gamma, etc.)",lowerRoman:"SmÃ¥ romerske (i, ii, iii, iv, v, etc.)",none:"Ingen",notset:"\x3cikke defineret\x3e", +numberedTitle:"Egenskaber for nummereret liste",square:"Firkant",start:"Start",type:"Type",upperAlpha:"Store alfabet (A, B, C, D, E, etc.)",upperRoman:"Store romerske (I, II, III, IV, V, etc.)",validateStartNumber:"Den nummererede liste skal starte med et rundt nummer"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/de-ch.js b/public/assets/ckeditor/plugins/liststyle/lang/de-ch.js new file mode 100644 index 0000000..a661d7f --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/de-ch.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","de-ch",{armenian:"Armenische Nummerierung",bulletedTitle:"Aufzählungslisteneigenschaften",circle:"Ring",decimal:"Dezimal (1, 2, 3, etc.)",decimalLeadingZero:"Dezimal mit führender Null (01, 02, 03, usw.)",disc:"Kreis",georgian:"Georgische Nummerierung (an, ban, gan, usw.)",lowerAlpha:"Klein Alpha (a, b, c, d, e, usw.)",lowerGreek:"Klein griechisch (alpha, beta, gamma, usw.)",lowerRoman:"Klein römisch (i, ii, iii, iv, v, usw.)",none:"Keine",notset:"\x3cnicht festgelegt\x3e", +numberedTitle:"Nummerierte Listeneigenschaften",square:"Quadrat",start:"Start",type:"Typ",upperAlpha:"Gross alpha (A, B, C, D, E, etc.)",upperRoman:"Gross römisch (I, II, III, IV, V, usw.)",validateStartNumber:"Listenstartnummer muss eine ganze Zahl sein."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/de.js b/public/assets/ckeditor/plugins/liststyle/lang/de.js new file mode 100644 index 0000000..993f313 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/de.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","de",{armenian:"Armenische Nummerierung",bulletedTitle:"Aufzählungslisteneigenschaften",circle:"Ring",decimal:"Dezimal (1, 2, 3, etc.)",decimalLeadingZero:"Dezimal mit führender Null (01, 02, 03, usw.)",disc:"Kreis",georgian:"Georgische Nummerierung (an, ban, gan, usw.)",lowerAlpha:"Klein Alpha (a, b, c, d, e, usw.)",lowerGreek:"Klein griechisch (alpha, beta, gamma, usw.)",lowerRoman:"Klein römisch (i, ii, iii, iv, v, usw.)",none:"Keine",notset:"\x3cnicht festgelegt\x3e", +numberedTitle:"Nummerierte Listeneigenschaften",square:"Quadrat",start:"Start",type:"Typ",upperAlpha:"Groà alpha (A, B, C, D, E, etc.)",upperRoman:"Groà römisch (I, II, III, IV, V, usw.)",validateStartNumber:"Listenstartnummer muss eine ganze Zahl sein."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/el.js b/public/assets/ckeditor/plugins/liststyle/lang/el.js new file mode 100644 index 0000000..f27ea41 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/el.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","el",{armenian:"ÎÏμενική αÏίθμηÏη",bulletedTitle:"ÎδιÏÏηÏÎµÏ ÎίÏÏÎ±Ï Î£Î·Î¼ÎµÎ¯Ïν",circle:"ÎÏκλοÏ",decimal:"Îεκαδική (1, 2, 3, κÏλ)",decimalLeadingZero:"Îεκαδική με αÏÏÎ¹ÎºÏ Î¼Î·Î´ÎµÎ½ (01, 02, 03, κÏλ)",disc:"ÎίÏκοÏ",georgian:"ÎεÏÏγιανή αÏίθμηÏη (á, á, á, κÏλ)",lowerAlpha:"ÎικÏά ÎαÏινικά (a, b, c, d, e, κÏλ.)",lowerGreek:"ÎικÏά Îλληνικά (α, β, γ, κÏλ)",lowerRoman:"ÎικÏά ΡÏμαÏκά (i, ii, iii, iv, v, κÏλ)",none:"Îαμία",notset:"\x3cδεν ÎÏει οÏιÏÏεί\x3e",numberedTitle:"ÎδιÏÏηÏÎµÏ ÎÏιθμημÎÎ½Î·Ï ÎίÏÏÎ±Ï ", +square:"ΤεÏÏάγÏνο",start:"ÎκκίνηÏη",type:"ΤÏÏοÏ",upperAlpha:"ÎεÏαλαία ÎαÏινικά (A, B, C, D, E, κÏλ)",upperRoman:"ÎεÏαλαία ΡÏμαÏκά (I, II, III, IV, V, κÏλ)",validateStartNumber:"ΠαÏιθμÏÏ ÎµÎºÎºÎ¯Î½Î·ÏÎ·Ï ÏÎ·Ï Î±ÏίθμηÏÎ·Ï ÏÏÎÏει να είναι ακÎÏÎ±Î¹Î¿Ï Î±ÏιθμÏÏ."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/en-au.js b/public/assets/ckeditor/plugins/liststyle/lang/en-au.js new file mode 100644 index 0000000..55fe247 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/en-au.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","en-au",{armenian:"Armenian numbering",bulletedTitle:"Bulleted List Properties",circle:"Circle",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal leading zero (01, 02, 03, etc.)",disc:"Disc",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"None",notset:"\x3cnot set\x3e",numberedTitle:"Numbered List Properties", +square:"Square",start:"Start",type:"Type",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/en-ca.js b/public/assets/ckeditor/plugins/liststyle/lang/en-ca.js new file mode 100644 index 0000000..141c696 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/en-ca.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","en-ca",{armenian:"Armenian numbering",bulletedTitle:"Bulleted List Properties",circle:"Circle",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal leading zero (01, 02, 03, etc.)",disc:"Disc",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"None",notset:"\x3cnot set\x3e",numberedTitle:"Numbered List Properties", +square:"Square",start:"Start",type:"Type",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/en-gb.js b/public/assets/ckeditor/plugins/liststyle/lang/en-gb.js new file mode 100644 index 0000000..c3c8b13 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/en-gb.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","en-gb",{armenian:"Armenian numbering",bulletedTitle:"Bulleted List Properties",circle:"Circle",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal leading zero (01, 02, 03, etc.)",disc:"Disc",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"None",notset:"\x3cnot set\x3e",numberedTitle:"Numbered List Properties", +square:"Square",start:"Start",type:"Type",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/en.js b/public/assets/ckeditor/plugins/liststyle/lang/en.js new file mode 100644 index 0000000..b8c13af --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/en.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","en",{armenian:"Armenian numbering",bulletedTitle:"Bulleted List Properties",circle:"Circle",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal leading zero (01, 02, 03, etc.)",disc:"Disc",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"None",notset:"\x3cnot set\x3e",numberedTitle:"Numbered List Properties", +square:"Square",start:"Start",type:"Type",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/eo.js b/public/assets/ckeditor/plugins/liststyle/lang/eo.js new file mode 100644 index 0000000..ed86afd --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/eo.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","eo",{armenian:"Armena nombrado",bulletedTitle:"Atributoj de Bula Listo",circle:"Cirklo",decimal:"Dekumaj Nombroj (1, 2, 3, ktp.)",decimalLeadingZero:"Dekumaj Nombroj malantaÅ nulo (01, 02, 03, ktp.)",disc:"Disko",georgian:"Gruza nombrado (an, ban, gan, ktp.)",lowerAlpha:"Minusklaj Literoj (a, b, c, d, e, ktp.)",lowerGreek:"Grekaj Minusklaj Literoj (alpha, beta, gamma, ktp.)",lowerRoman:"Minusklaj Romanaj Nombroj (i, ii, iii, iv, v, ktp.)",none:"Neniu",notset:"\x3cDefaÅlta\x3e", +numberedTitle:"Atributoj de Numera Listo",square:"kvadrato",start:"Komenco",type:"Tipo",upperAlpha:"Majusklaj Literoj (A, B, C, D, E, ktp.)",upperRoman:"Majusklaj Romanaj Nombroj (I, II, III, IV, V, ktp.)",validateStartNumber:"La unua listero devas esti entjera nombro."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/es.js b/public/assets/ckeditor/plugins/liststyle/lang/es.js new file mode 100644 index 0000000..8b919b6 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/es.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","es",{armenian:"Numeración armenia",bulletedTitle:"Propiedades de viñetas",circle:"CÃrculo",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal con cero inicial (01, 02, 03, etc.)",disc:"Disco",georgian:"Numeración georgiana (an, ban, gan, etc.)",lowerAlpha:"Alfabeto en minúsculas (a, b, c, d, e, etc.)",lowerGreek:"Letras griegas (alpha, beta, gamma, etc.)",lowerRoman:"Números romanos en minúsculas (i, ii, iii, iv, v, etc.)",none:"Ninguno",notset:"\x3csin establecer\x3e", +numberedTitle:"Propiedades de lista numerada",square:"Cuadrado",start:"Inicio",type:"Tipo",upperAlpha:"Alfabeto en mayúsculas (A, B, C, D, E, etc.)",upperRoman:"Números romanos en mayúsculas (I, II, III, IV, V, etc.)",validateStartNumber:"El Inicio debe ser un número entero."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/et.js b/public/assets/ckeditor/plugins/liststyle/lang/et.js new file mode 100644 index 0000000..318d4b1 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/et.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","et",{armenian:"Armeenia numbrid",bulletedTitle:"Punktloendi omadused",circle:"Ring",decimal:"Numbrid (1, 2, 3, jne)",decimalLeadingZero:"Numbrid algusnulliga (01, 02, 03, jne)",disc:"Täpp",georgian:"Gruusia numbrid (an, ban, gan, jne)",lowerAlpha:"Väiketähed (a, b, c, d, e, jne)",lowerGreek:"Kreeka väiketähed (alpha, beta, gamma, jne)",lowerRoman:"Väiksed rooma numbrid (i, ii, iii, iv, v, jne)",none:"Puudub",notset:"\x3cpole määratud\x3e",numberedTitle:"Numberloendi omadused", +square:"Ruut",start:"Algus",type:"Liik",upperAlpha:"Suurtähed (A, B, C, D, E, jne)",upperRoman:"Suured rooma numbrid (I, II, III, IV, V, jne)",validateStartNumber:"Loendi algusnumber peab olema täisarv."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/eu.js b/public/assets/ckeditor/plugins/liststyle/lang/eu.js new file mode 100644 index 0000000..28f1907 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/eu.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","eu",{armenian:"Zenbakitze armeniarra",bulletedTitle:"Buletadun zerrendaren propietateak",circle:"Zirkulua",decimal:"Hamartarra (1, 2, 3...)",decimalLeadingZero:"Aurretik zeroa duen hamartarra (01, 02, 03...)",disc:"Diskoa",georgian:"Zenbakitze georgiarra (an, ban, gan...)",lowerAlpha:"Alfabetoa minuskulaz (a, b, c, d, e...)",lowerGreek:"Greziera minuskulaz (alpha, beta, gamma...)",lowerRoman:"Erromatarra minuskulaz (i, ii, iii, iv, v...)",none:"Bat ere ez",notset:"\x3cezarri gabea\x3e", +numberedTitle:"Zenbakidun zerrendaren propietateak",square:"Karratua",start:"Hasi",type:"Mota",upperAlpha:"Alfabetoa maiuskulaz (A, B, C, D, E...)",upperRoman:"Erromatarra maiuskulaz (I, II, III, IV, V, etc.)",validateStartNumber:"Zerrendaren hasierako zenbakiak zenbaki osoa izan behar du."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/fa.js b/public/assets/ckeditor/plugins/liststyle/lang/fa.js new file mode 100644 index 0000000..72f31b7 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/fa.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","fa",{armenian:"ش٠ارÙâÚ¯Ø°Ø§Ø±Û Ø§Ø±Ù ÙÛ",bulletedTitle:"Ø®ØµÙØµÛات ÙÙØ±Ø³Øª ÙÙØ·ÙâØ§Û",circle:"Ø¯Ø§ÛØ±Ù",decimal:"دÙâØ¯ÙÛ (Û±Ø Û²Ø Û³Ø ...)",decimalLeadingZero:"Ø¯ÙØ¯ÙÛ Ù٠را٠با ØµÙØ± (Û°Û±Ø Û°Û²Ø Û°Û³Ø ...)",disc:"ØµÙØÙ Ú¯Ø±Ø¯",georgian:"ش٠ارÙÚ¯Ø°Ø§Ø±Û Ú¯Ø±ÛÚ¯ÙØ±ÛÙ (an, ban, gan, etc.)",lowerAlpha:"پاÙÙÛØ³ اÙÙØ¨Ø§ÛÛ (a, b, c, d, e, etc.)",lowerGreek:"پاÙÙÛØ³ ÛÙÙØ§ÙÛ (alpha, beta, gamma, etc.)",lowerRoman:"پاÙÙÛØ³ رÙÙ Û (i, ii, iii, iv, v, etc.)",none:"ÙÛÚ",notset:"\x3cØªÙØ¸ÛÙ ÙØ´Ø¯Ù\x3e",numberedTitle:"ÙÛÚÚ¯ÛÙØ§Û ÙÙØ±Ø³Øª Ø´Ù Ø§Ø±ÙØ¯Ø§Ø±", +square:"ÚÙØ§Ø±Ú¯ÙØ´",start:"Ø´Ø±ÙØ¹",type:"ÙÙØ¹",upperAlpha:"Ø¨Ø§ÙØ§ÙÙÛØ³ اÙÙØ¨Ø§ÛÛ (A, B, C, D, E, etc.)",upperRoman:"Ø¨Ø§ÙØ§ÙÙÛØ³ رÙÙ Û (I, II, III, IV, V, etc.)",validateStartNumber:"ÙÙØ±Ø³Øª Ø´Ù Ø§Ø±Ù Ø´Ø±ÙØ¹ Ø¨Ø§ÛØ¯ ÛÚ© عدد صØÛØ Ø¨Ø§Ø´Ø¯."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/fi.js b/public/assets/ckeditor/plugins/liststyle/lang/fi.js new file mode 100644 index 0000000..782d33e --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/fi.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","fi",{armenian:"Armeenialainen numerointi",bulletedTitle:"Numeroimattoman listan ominaisuudet",circle:"Ympyrä",decimal:"Desimaalit (1, 2, 3, jne.)",decimalLeadingZero:"Desimaalit, alussa nolla (01, 02, 03, jne.)",disc:"Levy",georgian:"Georgialainen numerointi (an, ban, gan, etc.)",lowerAlpha:"Pienet aakkoset (a, b, c, d, e, jne.)",lowerGreek:"Pienet kreikkalaiset (alpha, beta, gamma, jne.)",lowerRoman:"Pienet roomalaiset (i, ii, iii, iv, v, jne.)",none:"Ei mikään", +notset:"\x3cei asetettu\x3e",numberedTitle:"Numeroidun listan ominaisuudet",square:"Neliö",start:"Alku",type:"Tyyppi",upperAlpha:"Isot aakkoset (A, B, C, D, E, jne.)",upperRoman:"Isot roomalaiset (I, II, III, IV, V, jne.)",validateStartNumber:"Listan ensimmäisen numeron tulee olla kokonaisluku."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/fo.js b/public/assets/ckeditor/plugins/liststyle/lang/fo.js new file mode 100644 index 0000000..e19c2ec --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/fo.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","fo",{armenian:"Armensk talskipan",bulletedTitle:"Eginleikar fyri lista við prikkum",circle:"Sirkul",decimal:"Vanlig tøl (1, 2, 3, etc.)",decimalLeadingZero:"Tøl við null frammanfyri (01, 02, 03, etc.)",disc:"Disc",georgian:"Georgisk talskipan (an, ban, gan, osv.)",lowerAlpha:"LÃtlir bókstavir (a, b, c, d, e, etc.)",lowerGreek:"Grikskt við lÃtlum (alpha, beta, gamma, etc.)",lowerRoman:"LÃtil rómaratøl (i, ii, iii, iv, v, etc.)",none:"Einki",notset:"\x3cikki sett\x3e", +numberedTitle:"Eginleikar fyri lista við tølum",square:"Fýrkantur",start:"Byrjan",type:"Slag",upperAlpha:"Stórir bókstavir (A, B, C, D, E, etc.)",upperRoman:"Stór rómaratøl (I, II, III, IV, V, etc.)",validateStartNumber:"Byrjunartalið fyri lista má vera eitt heiltal."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/fr-ca.js b/public/assets/ckeditor/plugins/liststyle/lang/fr-ca.js new file mode 100644 index 0000000..4fd905c --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/fr-ca.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","fr-ca",{armenian:"Numération arménienne",bulletedTitle:"Propriété de liste à puce",circle:"Cercle",decimal:"Décimal (1, 2, 3, etc.)",decimalLeadingZero:"Décimal avec zéro (01, 02, 03, etc.)",disc:"Disque",georgian:"Numération géorgienne (an, ban, gan, etc.)",lowerAlpha:"Alphabétique minuscule (a, b, c, d, e, etc.)",lowerGreek:"Grecque minuscule (alpha, beta, gamma, etc.)",lowerRoman:"Romain minuscule (i, ii, iii, iv, v, etc.)",none:"Aucun",notset:"\x3cnon défini\x3e", +numberedTitle:"Propriété de la liste numérotée",square:"Carré",start:"Début",type:"Type",upperAlpha:"Alphabétique majuscule (A, B, C, D, E, etc.)",upperRoman:"Romain Majuscule (I, II, III, IV, V, etc.)",validateStartNumber:"Le numéro de début de liste doit être un entier."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/fr.js b/public/assets/ckeditor/plugins/liststyle/lang/fr.js new file mode 100644 index 0000000..dbd8e79 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/fr.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","fr",{armenian:"Numération arménienne",bulletedTitle:"Propriétés de la liste à puces",circle:"Cercle",decimal:"Décimal (1, 2, 3, etc.)",decimalLeadingZero:"Décimal précédé par un 0 (01, 02, 03, etc.)",disc:"Disque",georgian:"Numération géorgienne (an, ban, gan, etc.)",lowerAlpha:"Alphabétique minuscules (a, b, c, d, e, etc.)",lowerGreek:"Grec minuscule (alpha, beta, gamma, etc.)",lowerRoman:"Nombres romains minuscules (i, ii, iii, iv, v, etc.)",none:"Aucun",notset:"\x3cNon défini\x3e", +numberedTitle:"Propriétés de la liste numérotée",square:"Carré",start:"Début",type:"Type",upperAlpha:"Alphabétique majuscules (A, B, C, D, E, etc.)",upperRoman:"Nombres romains majuscules (I, II, III, IV, V, etc.)",validateStartNumber:"Le premier élément de la liste doit être un nombre entier."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/gl.js b/public/assets/ckeditor/plugins/liststyle/lang/gl.js new file mode 100644 index 0000000..f94b73b --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/gl.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","gl",{armenian:"Numeración armenia",bulletedTitle:"Propiedades da lista viñeteada",circle:"Circulo",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal con cero á esquerda (01, 02, 03, etc.)",disc:"Disc",georgian:"Numeración xeorxiana (an, ban, gan, etc.)",lowerAlpha:"Alfabeto en minúsculas (a, b, c, d, e, etc.)",lowerGreek:"Grego en minúsculas (alpha, beta, gamma, etc.)",lowerRoman:"Números romanos en minúsculas (i, ii, iii, iv, v, etc.)",none:"Ningún", +notset:"\x3csen estabelecer\x3e",numberedTitle:"Propiedades da lista numerada",square:"Cadrado",start:"Inicio",type:"Tipo",upperAlpha:"Alfabeto en maiúsculas (A, B, C, D, E, etc.)",upperRoman:"Números romanos en maiúsculas (I, II, III, IV, V, etc.)",validateStartNumber:"O número de inicio da lista debe ser un número enteiro."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/gu.js b/public/assets/ckeditor/plugins/liststyle/lang/gu.js new file mode 100644 index 0000000..15227c8 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/gu.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","gu",{armenian:"ઠરમà«àª¨àª¿àª¯àª¨ àªàªàªàª¡àª¾ પદà«àª§àª¤àª¿",bulletedTitle:"બà«àª²à«àªà«àª¡ લà«àª¸à«àªàª¨àª¾ àªà«àª£",circle:"વરà«àª¤à«àª³",decimal:"àªàªàªàª¡àª¾ (1, 2, 3, etc.)",decimalLeadingZero:"સà«àª¨à«àª¯ àªàªàª³ àªàªàªàª¡àª¾ (01, 02, 03, etc.)",disc:"ડિસà«àª",georgian:"àªà«àªàª°à«àªàª¿àª¯àª¨ àªàªàªàª¡àª¾ પદà«àª§àª¤àª¿ (an, ban, gan, etc.)",lowerAlpha:"àªàª²à«àª«àª¾ નાના (a, b, c, d, e, etc.)",lowerGreek:"àªà«àª°à«àª નાના (alpha, beta, gamma, etc.)",lowerRoman:"રà«àª®àª¨ નાના (i, ii, iii, iv, v, etc.)",none:"àªàª¸à« ",notset:"\x3cસà«àª નથà«\x3e",numberedTitle:"àªàªàªàª¡àª¾àª¨àª¾ લà«àª¸à«àªàª¨àª¾ àªà«àª£", +square:"àªà«àª°àª¸",start:"શરૠàªàª°àªµà«àª",type:"પà«àª°àªàª¾àª°",upperAlpha:"àªàª²à«àª«àª¾ મà«àªàª¾ (A, B, C, D, E, etc.)",upperRoman:"રà«àª®àª¨ મà«àªàª¾ (I, II, III, IV, V, etc.)",validateStartNumber:"લà«àª¸à«àªàª¨àª¾ સરà«àªàª¤àª¨à« àªàªàªàª¡à« પà«àª°à« હà«àªµà« àªà«àªàª."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/he.js b/public/assets/ckeditor/plugins/liststyle/lang/he.js new file mode 100644 index 0000000..1a33ddb --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/he.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","he",{armenian:"ספר×ת ×ר×× ××ת",bulletedTitle:"ת××× ×ת רש××ת ת××××××",circle:"×¢×××× ×¨××§",decimal:"ספר×ת (1, 2, 3 ×××')",decimalLeadingZero:"ספר×ת ×¢× 0 ××ת××× (01, 02, 03 ×××')",disc:"×¢×××× ×××",georgian:"ספר×ת ××××ר×××ת (an, ban, gan ×××')",lowerAlpha:"××ת××ת ×× ××××ת ×§×× ×ת (a, b, c, d, e ×××')",lowerGreek:"××ת××ת ×××× ××ת ×§×× ×ת (alpha, beta, gamma ×××')",lowerRoman:"ספ××¨× ×¨×××ת ×××ת××ת ×§×× ×ת (i, ii, iii, iv, v ×××')",none:"×××",notset:"\x3c×× × ×§××¢\x3e",numberedTitle:"ת××× ×ת רש××× ×××ספרת", +square:"ר××××¢",start:"ת×××ת ×ספ×ר",type:"ס××",upperAlpha:"××ת××ת ×× ××××ת ×××××ת (A, B, C, D, E ×××')",upperRoman:"ספ××¨× ×¨××××ת ×××ת××ת ×××××ת (I, II, III, IV, V ×××')",validateStartNumber:"ש×× ×ª×××ת ××ספ×ר ×××× ××××× ×ספר ש××."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/hi.js b/public/assets/ckeditor/plugins/liststyle/lang/hi.js new file mode 100644 index 0000000..a3e0be9 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/hi.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","hi",{armenian:"Armenian numbering",bulletedTitle:"Bulleted List Properties",circle:"Circle",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal leading zero (01, 02, 03, etc.)",disc:"Disc",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"None",notset:"\x3cnot set\x3e",numberedTitle:"Numbered List Properties", +square:"Square",start:"Start",type:"Type",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/hr.js b/public/assets/ckeditor/plugins/liststyle/lang/hr.js new file mode 100644 index 0000000..f265907 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/hr.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","hr",{armenian:"Armenijska numeracija",bulletedTitle:"Svojstva liste",circle:"Krug",decimal:"Decimalna numeracija (1, 2, 3, itd.)",decimalLeadingZero:"Decimalna s vodeÄom nulom (01, 02, 03, itd)",disc:"Disk",georgian:"Gruzijska numeracija(an, ban, gan, etc.)",lowerAlpha:"Znakovi mala slova (a, b, c, d, e, itd.)",lowerGreek:"GrÄka numeracija mala slova (alfa, beta, gama, itd).",lowerRoman:"Romanska numeracija mala slova (i, ii, iii, iv, v, itd.)",none:"Bez",notset:"\x3cnije odreÄen\x3e", +numberedTitle:"Svojstva brojÄane liste",square:"Kvadrat",start:"PoÄetak",type:"Vrsta",upperAlpha:"Znakovi velika slova (A, B, C, D, E, itd.)",upperRoman:"Romanska numeracija velika slova (I, II, III, IV, V, itd.)",validateStartNumber:"PoÄetak brojÄane liste mora biti cijeli broj."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/hu.js b/public/assets/ckeditor/plugins/liststyle/lang/hu.js new file mode 100644 index 0000000..d11c55e --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/hu.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","hu",{armenian:"Ãrmény számozás",bulletedTitle:"Pontozott lista tulajdonságai",circle:"Kör",decimal:"Arab számozás (1, 2, 3, stb.)",decimalLeadingZero:"Számozás bevezetÅ nullákkal (01, 02, 03, stb.)",disc:"Korong",georgian:"Grúz számozás (an, ban, gan, stb.)",lowerAlpha:"Kisbetűs (a, b, c, d, e, stb.)",lowerGreek:"Görög (alpha, beta, gamma, stb.)",lowerRoman:"Római kisbetűs (i, ii, iii, iv, v, stb.)",none:"Nincs",notset:"\x3cNincs beállÃtva\x3e",numberedTitle:"Sorszámozott lista tulajdonságai", +square:"Négyzet",start:"KezdÅszám",type:"TÃpus",upperAlpha:"Nagybetűs (A, B, C, D, E, stb.)",upperRoman:"Római nagybetűs (I, II, III, IV, V, stb.)",validateStartNumber:"A kezdÅszám nem lehet tört érték."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/id.js b/public/assets/ckeditor/plugins/liststyle/lang/id.js new file mode 100644 index 0000000..a2d2bab --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/id.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","id",{armenian:"Armenian numbering",bulletedTitle:"Bulleted List Properties",circle:"Lingkaran",decimal:"Desimal (1, 2, 3, dst.)",decimalLeadingZero:"Desimal diawali angka nol (01, 02, 03, dst.)",disc:"Cakram",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Huruf Kecil (a, b, c, d, e, dst.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Angka Romawi (i, ii, iii, iv, v, dst.)",none:"Tidak ada",notset:"\x3ctidak diatur\x3e",numberedTitle:"Numbered List Properties", +square:"Persegi",start:"Mulai",type:"Tipe",upperAlpha:"Huruf Besar (A, B, C, D, E, dst.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/is.js b/public/assets/ckeditor/plugins/liststyle/lang/is.js new file mode 100644 index 0000000..7afa13b --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/is.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","is",{armenian:"Armenian numbering",bulletedTitle:"Bulleted List Properties",circle:"Circle",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal leading zero (01, 02, 03, etc.)",disc:"Disc",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"None",notset:"\x3cnot set\x3e",numberedTitle:"Numbered List Properties", +square:"Square",start:"Start",type:"Type",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/it.js b/public/assets/ckeditor/plugins/liststyle/lang/it.js new file mode 100644 index 0000000..b70acd9 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/it.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","it",{armenian:"Numerazione Armena",bulletedTitle:"Proprietà liste puntate",circle:"Cerchio",decimal:"Decimale (1, 2, 3, ecc.)",decimalLeadingZero:"Decimale preceduto da 0 (01, 02, 03, ecc.)",disc:"Disco",georgian:"Numerazione Georgiana (an, ban, gan, ecc.)",lowerAlpha:"Alfabetico minuscolo (a, b, c, d, e, ecc.)",lowerGreek:"Greco minuscolo (alpha, beta, gamma, ecc.)",lowerRoman:"Numerazione Romana minuscola (i, ii, iii, iv, v, ecc.)",none:"Nessuno",notset:"\x3cnon impostato\x3e", +numberedTitle:"Proprietà liste numerate",square:"Quadrato",start:"Inizio",type:"Tipo",upperAlpha:"Alfabetico maiuscolo (A, B, C, D, E, ecc.)",upperRoman:"Numerazione Romana maiuscola (I, II, III, IV, V, ecc.)",validateStartNumber:"Il numero di inizio di una lista numerata deve essere un numero intero."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/ja.js b/public/assets/ckeditor/plugins/liststyle/lang/ja.js new file mode 100644 index 0000000..6eca23e --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/ja.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","ja",{armenian:"ã¢ã«ã¡ãã¢æ°å",bulletedTitle:"ç®æ¡æ¸ãã®ããããã£",circle:"ç½ä¸¸",decimal:"æ°å (1, 2, 3, etc.)",decimalLeadingZero:"0ä»ãã®æ°å (01, 02, 03, etc.)",disc:"é»ä¸¸",georgian:"ã°ã«ã¸ã¢æ°å (an, ban, gan, etc.)",lowerAlpha:"å°æåã¢ã«ãã¡ããã (a, b, c, d, e, etc.)",lowerGreek:"å°æåã®ãªã·ã£æå (alpha, beta, gamma, etc.)",lowerRoman:"å°æåãã¼ãæ°å (i, ii, iii, iv, v, etc.)",none:"ãªã",notset:"\x3cãªã\x3e",numberedTitle:"çªå·ä»ããªã¹ãã®ããããã£",square:"åè§",start:"éå§",type:"種é¡",upperAlpha:"大æåã¢ã«ãã¡ããã (A, B, C, D, E, etc.)", +upperRoman:"大æåãã¼ãæ°å (I, II, III, IV, V, etc.)",validateStartNumber:"ãªã¹ãã®éå§çªå·ã¯æ°å¤ã§å ¥åãã¦ãã ããã"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/ka.js b/public/assets/ckeditor/plugins/liststyle/lang/ka.js new file mode 100644 index 0000000..e059b82 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/ka.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","ka",{armenian:"á¡ááá®á£á á áááááááá áá",bulletedTitle:"á¦áááááááá á¡ááá¡ ááá áááá¢á ááá",circle:"á¬á áá¬áá á",decimal:"á ááªá®ááááá (1, 2, 3, ..)",decimalLeadingZero:"áá£ááá ááá¬á§ááá£áá á ááªá®ááááá (01, 02, 03, ..)",disc:"á¬á á",georgian:"á¥áá áá£áá áááááááá áá (áá, ááá, ááá, ..)",lowerAlpha:"ááá¢áá á áááááá£á á áá¡ááááá (a, b, c, d, e, ..)",lowerGreek:"ááá¢áá á ááá á«áá£áá áá¡ááááá (ááá¤á, ááá¢á, áááá, ..)",lowerRoman:"á áááá£áá áááááááá ááªá ááá¢áá á áªáá¤á áááá (i, ii, iii, iv, v, ..)",none:"áá áá¤áá á",notset:"\x3cáá áá¤áá á\x3e", +numberedTitle:"áááááááá ááá á¡ááá¡ ááá áááá¢á ááá",square:"ááááá áá¢á",start:"á¡áá¬á§áá¡á",type:"á¢ááá",upperAlpha:"áááá áááááá£á á áá¡ááááá (A, B, C, D, E, ..)",upperRoman:"á áááá£áá áááááááá áá áááá áªáá¤á áááá (I, II, III, IV, V, etc.)",validateStartNumber:"á¡ááá¡ á¡áá¬á§áá¡á ááááá á ááªá®áá á£ááá áá§áá¡."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/km.js b/public/assets/ckeditor/plugins/liststyle/lang/km.js new file mode 100644 index 0000000..09b03e6 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/km.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","km",{armenian:"áááâá¢á¶ááááá¸",bulletedTitle:"ááááááâáááááááá·âááááá¸âáá¶âá ááá»á ",circle:"ááááááâáá¼á",decimal:"áááâáááá¶á (1, 2, 3, ...)",decimalLeadingZero:"áááá¶áâá á¶ááâáááá¾áâáá¸âáá¼ááá (01, 02, 03, ...)",disc:"áá¶á",georgian:"áááâá á áá¶ (an, ban, gan, ...)",lowerAlpha:"ááááááááâáá¼á (a, b, c, d, e, ...)",lowerGreek:"áááâáááá·áâáá¼á (alpha, beta, gamma, ...)",lowerRoman:"áááâááá¼ááá¶ááâáá¼á (i, ii, iii, iv, v, ...)",none:"áááá¶á",notset:"\x3cnot set\x3e",numberedTitle:"ááááááâáááááááá·âááááá¸âáá¶âááá", +square:"áá¶áá",start:"á á¶ááâáááá¾á",type:"áááááá",upperAlpha:"á¢ááááâáá (A, B, C, D, E, ...)",upperRoman:"áááâááá¼ááá¶ááâáá (I, II, III, IV, V, ...)",validateStartNumber:"áááâá á¶ááâáááá¾áâááááḠáááá¼áâááâáá¶âáá½âáááâáá·áâáááá¶ááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/ko.js b/public/assets/ckeditor/plugins/liststyle/lang/ko.js new file mode 100644 index 0000000..709cc07 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/ko.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","ko",{armenian:"ì르ë©ëì ì«ì",bulletedTitle:"ìì ìë ëª©ë¡ ìì±",circle:"ì",decimal:"ì (1, 2, 3, ë±)",decimalLeadingZero:"0ì´ ë¶ì ì (01, 02, 03, ë±)",disc:"ë´ë¦¼ì°¨ì",georgian:"그루ì§ì¼ ì«ì (an, ban, gan, ë±)",lowerAlpha:"ìì문ì (a, b, c, d, e, ë±)",lowerGreek:"ê·¸ë¦¬ì¤ ì문ì (alpha, beta, gamma, ë±)",lowerRoman:"ë¡ë§ ì문ì (i, ii, iii, iv, v, ë±)",none:"ìì",notset:"\x3cì¤ì ìì\x3e",numberedTitle:"ìì ìë ëª©ë¡ ìì±",square:"ì¬ê°",start:"ìì",type:"ì í",upperAlpha:"ìë문ì (A, B, C, D, E, ë±)",upperRoman:"ë¡ë§ ë문ì (I, II, III, IV, V, ë±)", +validateStartNumber:"ëª©ë¡ ìì ì«ìë ì ìì¬ì¼ í©ëë¤."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/ku.js b/public/assets/ckeditor/plugins/liststyle/lang/ku.js new file mode 100644 index 0000000..0929f31 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/ku.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","ku",{armenian:"ئاراستÛÛ Ú٠ارÛÛ Ø¦ÛØ±Ù ÛÙÛ",bulletedTitle:"خاسÛÛØªÛ ÙÛØ³ØªÛ خاڵÛ",circle:"بازÙÙ",decimal:"ÚÙ Ø§Ø±Û (1, 2, 3, ÙÛ ÙÛØªØ±.)",decimalLeadingZero:"ÚÙ Ø§Ø±Û Ø³ÙÚÛ ÙÛÙ¾ÛØ´ÛÙÙ (01, 02, 03, ÙÛ ÙÛØªØ±.)",disc:"Ù¾ÛÙ¾Ú©Û",georgian:"ئاراستÛÛ Ú٠ارÛÛ Ø¬ÛÚØ¬Û (an, ban, gan, ÙÛ ÙÛØªØ±.)",lowerAlpha:"ئÛÙÙØ§Ø¨ÛÛ Ø¨ÚÙÙÙ (a, b, c, d, e, ÙÛ ÙÛØªØ±.)",lowerGreek:"ÛÛÙØ§ÙÛ Ø¨ÚÙÙÙ (alpha, beta, gamma, ÙÛ ÙÛØªØ±.)",lowerRoman:"Ú٠ارÛÛ ÚÛÙ Û Ø¨ÚÙÙÙ (i, ii, iii, iv, v, ÙÛ ÙÛØªØ±.)",none:"ÙÛÚ",notset:"\x3cداÙÛÙØ¯Ø±Ø§ÙÙ\x3e", +numberedTitle:"خاسÛÛØªÛ ÙÛØ³ØªÛ Ú٠ارÛÛÛ",square:"ÚÙÙØ±Ø§Ú¯ÛØ´Û",start:"Ø¯ÛØ³ØªÙ¾ÛکردÙ",type:"Ø¬ÛØ±",upperAlpha:"ئÛÙÙØ§Ø¨ÛÛ Ú¯ÛÙØ±Ù (A, B, C, D, E, ÙÛ ÙÛØªØ±.)",upperRoman:"Ú٠ارÛÛ ÚÛÙ Û Ú¯ÛÙØ±Ù (I, II, III, IV, V, ÙÛ ÙÛØªØ±.)",validateStartNumber:"Ø¯ÛØ³ØªÙ¾ÛÚ©ÛØ±Û ÙÛØ³ØªÛ Ú٠ارÛÛÛ Ø¯ÛØ¨Ûت تÛÙÙØ§ ÚÙ Ø§Ø±Û Ø¨ÛØª."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/lt.js b/public/assets/ckeditor/plugins/liststyle/lang/lt.js new file mode 100644 index 0000000..7d1c124 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/lt.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","lt",{armenian:"ArmÄniÅ¡ki skaitmenys",bulletedTitle:"Ženklelinio sÄ raÅ¡o nustatymai",circle:"Apskritimas",decimal:"DeÅ¡imtainis (1, 2, 3, t.t)",decimalLeadingZero:"DeÅ¡imtainis su nuliu priekyje (01, 02, 03, t.t)",disc:"Diskas",georgian:"GruziniÅ¡ki skaitmenys (an, ban, gan, t.t)",lowerAlpha:"Mažosios Alpha (a, b, c, d, e, t.t)",lowerGreek:"Mažosios Graikų (alpha, beta, gamma, t.t)",lowerRoman:"Mažosios RomÄnų (i, ii, iii, iv, v, t.t)",none:"Niekas",notset:"\x3cnenurodytas\x3e", +numberedTitle:"Skaitmeninio sÄ raÅ¡o nustatymai",square:"Kvadratas",start:"Pradžia",type:"Rūšis",upperAlpha:"Didžiosios Alpha (A, B, C, D, E, t.t)",upperRoman:"Didžiosios RomÄnų (I, II, III, IV, V, t.t)",validateStartNumber:"SÄ raÅ¡o pradžios skaitmuo turi bÅ«ti sveikas skaiÄius."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/lv.js b/public/assets/ckeditor/plugins/liststyle/lang/lv.js new file mode 100644 index 0000000..57a3b35 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/lv.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","lv",{armenian:"ArmÄÅu skaitļi",bulletedTitle:"VienkÄrÅ¡a saraksta uzstÄdÄ«jumi",circle:"Aplis",decimal:"DecimÄlie (1, 2, 3, utt)",decimalLeadingZero:"DecimÄlie ar nulli (01, 02, 03, utt)",disc:"Disks",georgian:"GruzÄ«Åu skaitļi (an, ban, gan, utt)",lowerAlpha:"Mazie alfabÄta (a, b, c, d, e, utt)",lowerGreek:"Mazie grieÄ·u (alfa, beta, gamma, utt)",lowerRoman:"Mazie romÄÅu (i, ii, iii, iv, v, utt)",none:"Nekas",notset:"\x3cnav norÄdÄ«ts\x3e",numberedTitle:"NumurÄta saraksta uzstÄdÄ«jumi", +square:"KvadrÄts",start:"SÄkt",type:"Tips",upperAlpha:"Lielie alfabÄta (A, B, C, D, E, utt)",upperRoman:"Lielie romÄÅu (I, II, III, IV, V, utt)",validateStartNumber:"Saraksta sÄkuma numuram jÄbÅ«t veselam skaitlim"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/mk.js b/public/assets/ckeditor/plugins/liststyle/lang/mk.js new file mode 100644 index 0000000..c6de022 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/mk.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","mk",{armenian:"Armenian numbering",bulletedTitle:"Bulleted List Properties",circle:"Circle",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal leading zero (01, 02, 03, etc.)",disc:"Disc",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"None",notset:"\x3cnot set\x3e",numberedTitle:"Numbered List Properties", +square:"Square",start:"Start",type:"Type",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/mn.js b/public/assets/ckeditor/plugins/liststyle/lang/mn.js new file mode 100644 index 0000000..aec9243 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/mn.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","mn",{armenian:"Armenian numbering",bulletedTitle:"Bulleted List Properties",circle:"Circle",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal leading zero (01, 02, 03, etc.)",disc:"Disc",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"None",notset:"\x3cnot set\x3e",numberedTitle:"Numbered List Properties", +square:"Square",start:"Start",type:"ТөÑөл",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/ms.js b/public/assets/ckeditor/plugins/liststyle/lang/ms.js new file mode 100644 index 0000000..75aab26 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/ms.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","ms",{armenian:"Armenian numbering",bulletedTitle:"Bulleted List Properties",circle:"Circle",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal leading zero (01, 02, 03, etc.)",disc:"Disc",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"None",notset:"\x3cnot set\x3e",numberedTitle:"Numbered List Properties", +square:"Square",start:"Start",type:"Type",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/nb.js b/public/assets/ckeditor/plugins/liststyle/lang/nb.js new file mode 100644 index 0000000..f1bd566 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/nb.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","nb",{armenian:"Armensk nummerering",bulletedTitle:"Egenskaper for punktmerket liste",circle:"Sirkel",decimal:"Tall (1, 2, 3, osv.)",decimalLeadingZero:"Tall, med førstesiffer null (01, 02, 03, osv.)",disc:"Disk",georgian:"Georgisk nummerering (an, ban, gan, osv.)",lowerAlpha:"Alfabetisk, smÃ¥ (a, b, c, d, e, osv.)",lowerGreek:"Gresk, smÃ¥ (alpha, beta, gamma, osv.)",lowerRoman:"Romertall, smÃ¥ (i, ii, iii, iv, v, osv.)",none:"Ingen",notset:"\x3cikke satt\x3e",numberedTitle:"Egenskaper for nummerert liste", +square:"Firkant",start:"Start",type:"Type",upperAlpha:"Alfabetisk, store (A, B, C, D, E, osv.)",upperRoman:"Romertall, store (I, II, III, IV, V, osv.)",validateStartNumber:"Starten pÃ¥ listen mÃ¥ være et heltall."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/nl.js b/public/assets/ckeditor/plugins/liststyle/lang/nl.js new file mode 100644 index 0000000..6abbcb7 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/nl.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","nl",{armenian:"Armeense nummering",bulletedTitle:"Eigenschappen lijst met opsommingstekens",circle:"Cirkel",decimal:"Cijfers (1, 2, 3, etc.)",decimalLeadingZero:"Cijfers beginnen met nul (01, 02, 03, etc.)",disc:"Schijf",georgian:"Georgische nummering (an, ban, gan, etc.)",lowerAlpha:"Kleine letters (a, b, c, d, e, etc.)",lowerGreek:"Grieks kleine letters (alpha, beta, gamma, etc.)",lowerRoman:"Romeins kleine letters (i, ii, iii, iv, v, etc.)",none:"Geen",notset:"\x3cniet gezet\x3e", +numberedTitle:"Eigenschappen genummerde lijst",square:"Vierkant",start:"Start",type:"Type",upperAlpha:"Hoofdletters (A, B, C, D, E, etc.)",upperRoman:"Romeinse hoofdletters (I, II, III, IV, V, etc.)",validateStartNumber:"Startnummer van de lijst moet een heel nummer zijn."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/no.js b/public/assets/ckeditor/plugins/liststyle/lang/no.js new file mode 100644 index 0000000..675760d --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/no.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","no",{armenian:"Armensk nummerering",bulletedTitle:"Egenskaper for punktmerket liste",circle:"Sirkel",decimal:"Tall (1, 2, 3, osv.)",decimalLeadingZero:"Tall, med førstesiffer null (01, 02, 03, osv.)",disc:"Disk",georgian:"Georgisk nummerering (an, ban, gan, osv.)",lowerAlpha:"Alfabetisk, smÃ¥ (a, b, c, d, e, osv.)",lowerGreek:"Gresk, smÃ¥ (alpha, beta, gamma, osv.)",lowerRoman:"Romertall, smÃ¥ (i, ii, iii, iv, v, osv.)",none:"Ingen",notset:"\x3cikke satt\x3e",numberedTitle:"Egenskaper for nummerert liste", +square:"Firkant",start:"Start",type:"Type",upperAlpha:"Alfabetisk, store (A, B, C, D, E, osv.)",upperRoman:"Romertall, store (I, II, III, IV, V, osv.)",validateStartNumber:"Starten pÃ¥ listen mÃ¥ være et heltall."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/pl.js b/public/assets/ckeditor/plugins/liststyle/lang/pl.js new file mode 100644 index 0000000..967c840 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/pl.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","pl",{armenian:"Numerowanie armeÅskie",bulletedTitle:"WÅaÅciwoÅci list wypunktowanych",circle:"KoÅo",decimal:"Liczby (1, 2, 3 itd.)",decimalLeadingZero:"Liczby z poczÄ tkowym zerem (01, 02, 03 itd.)",disc:"OkrÄ g",georgian:"Numerowanie gruziÅskie (an, ban, gan itd.)",lowerAlpha:"MaÅe litery (a, b, c, d, e itd.)",lowerGreek:"MaÅe litery greckie (alpha, beta, gamma itd.)",lowerRoman:"MaÅe cyfry rzymskie (i, ii, iii, iv, v itd.)",none:"Brak",notset:"\x3cnie ustawiono\x3e", +numberedTitle:"WÅaÅciwoÅci list numerowanych",square:"Kwadrat",start:"PoczÄ tek",type:"Typ punktora",upperAlpha:"Duże litery (A, B, C, D, E itd.)",upperRoman:"Duże cyfry rzymskie (I, II, III, IV, V itd.)",validateStartNumber:"ListÄ musi rozpoczynaÄ liczba caÅkowita."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/pt-br.js b/public/assets/ckeditor/plugins/liststyle/lang/pt-br.js new file mode 100644 index 0000000..a048224 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/pt-br.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","pt-br",{armenian:"Numeração Armêna",bulletedTitle:"Propriedades da Lista sem Numeros",circle:"CÃrculo",decimal:"Numeração Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Numeração Decimal com zeros (01, 02, 03, etc.)",disc:"Disco",georgian:"Numeração da Geórgia (an, ban, gan, etc.)",lowerAlpha:"Numeração Alfabética minúscula (a, b, c, d, e, etc.)",lowerGreek:"Numeração Grega minúscula (alpha, beta, gamma, etc.)",lowerRoman:"Numeração Romana minúscula (i, ii, iii, iv, v, etc.)", +none:"Nenhum",notset:"\x3cnão definido\x3e",numberedTitle:"Propriedades da Lista Numerada",square:"Quadrado",start:"InÃcio",type:"Tipo",upperAlpha:"Numeração Alfabética Maiúscula (A, B, C, D, E, etc.)",upperRoman:"Numeração Romana maiúscula (I, II, III, IV, V, etc.)",validateStartNumber:"O número inicial da lista deve ser um número inteiro."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/pt.js b/public/assets/ckeditor/plugins/liststyle/lang/pt.js new file mode 100644 index 0000000..4f10be7 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/pt.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","pt",{armenian:"Numeração armênia",bulletedTitle:"Bulleted List Properties",circle:"CÃrculo",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal leading zero (01, 02, 03, etc.)",disc:"Disco",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"Nenhum",notset:"\x3cnot set\x3e",numberedTitle:"Numbered List Properties", +square:"Quadrado",start:"Iniciar",type:"Tipo",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/ro.js b/public/assets/ckeditor/plugins/liststyle/lang/ro.js new file mode 100644 index 0000000..3821a38 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/ro.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","ro",{armenian:"Numerotare armenianÄ",bulletedTitle:"ProprietÄÈile listei cu simboluri",circle:"Cerc",decimal:"Decimale (1, 2, 3, etc.)",decimalLeadingZero:"Decimale cu zero în faÈÄ (01, 02, 03, etc.)",disc:"Disc",georgian:"Numerotare georgianÄ (an, ban, gan, etc.)",lowerAlpha:"Litere mici (a, b, c, d, e, etc.)",lowerGreek:"Litere greceÈti mici (alpha, beta, gamma, etc.)",lowerRoman:"Cifre romane mici (i, ii, iii, iv, v, etc.)",none:"Nimic",notset:"\x3cnesetat\x3e", +numberedTitle:"ProprietÄÈile listei numerotate",square:"PÄtrat",start:"Start",type:"Tip",upperAlpha:"Litere mari (A, B, C, D, E, etc.)",upperRoman:"Cifre romane mari (I, II, III, IV, V, etc.)",validateStartNumber:"Ãnceputul listei trebuie sÄ fie un numÄr întreg."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/ru.js b/public/assets/ckeditor/plugins/liststyle/lang/ru.js new file mode 100644 index 0000000..aaca782 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/ru.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","ru",{armenian:"ÐÑмÑнÑÐºÐ°Ñ Ð½ÑмеÑаÑиÑ",bulletedTitle:"СвойÑÑва маÑкиÑованного ÑпиÑка",circle:"ÐÑÑг",decimal:"ÐеÑÑÑиÑнÑе (1, 2, 3, и Ñ.д.)",decimalLeadingZero:"ÐеÑÑÑиÑнÑе Ñ Ð²ÐµÐ´ÑÑим нÑлÑм (01, 02, 03, и Ñ.д.)",disc:"ÐкÑÑжноÑÑÑ",georgian:"ÐÑÑзинÑÐºÐ°Ñ Ð½ÑмеÑаÑÐ¸Ñ (ани, бани, гани, и Ñ.д.)",lowerAlpha:"СÑÑоÑнÑе лаÑинÑкие (a, b, c, d, e, и Ñ.д.)",lowerGreek:"СÑÑоÑнÑе гÑеÑеÑкие (алÑÑа, беÑа, гамма, и Ñ.д.)",lowerRoman:"СÑÑоÑнÑе ÑимÑкие (i, ii, iii, iv, v, и Ñ.д.)",none:"ÐеÑ", +notset:"\x3cне Ñказано\x3e",numberedTitle:"СвойÑÑва нÑмеÑованного ÑпиÑка",square:"ÐвадÑаÑ",start:"ÐаÑÐ¸Ð½Ð°Ñ Ñ",type:"Тип",upperAlpha:"ÐаглавнÑе лаÑинÑкие (A, B, C, D, E, и Ñ.д.)",upperRoman:"ÐаглавнÑе ÑимÑкие (I, II, III, IV, V, и Ñ.д.)",validateStartNumber:"ÐеÑвÑй Ð½Ð¾Ð¼ÐµÑ ÑпиÑка должен бÑÑÑ Ð·Ð°Ð´Ð°Ð½ обÑÑнÑм ÑелÑм ÑиÑлом."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/si.js b/public/assets/ckeditor/plugins/liststyle/lang/si.js new file mode 100644 index 0000000..93fa8d9 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/si.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","si",{armenian:"Armenian numbering",bulletedTitle:"Bulleted List Properties",circle:"Circle",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal leading zero (01, 02, 03, etc.)",disc:"Disc",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"à¶à·à·à·à·à¶à·à¶¸ à¶±à·à·à·",notset:"\x3cයà·à¶¯à· \x3e",numberedTitle:"Numbered List Properties", +square:"Square",start:"Start",type:"à·à¶»à·à¶à¶º",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/sk.js b/public/assets/ckeditor/plugins/liststyle/lang/sk.js new file mode 100644 index 0000000..45ee84c --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/sk.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","sk",{armenian:"Arménske ÄÃslovanie",bulletedTitle:"Vlastnosti odrážkového zoznamu",circle:"Kruh",decimal:"ÄÃselné (1, 2, 3, atÄ.)",decimalLeadingZero:"ÄÃselné s nulou (01, 02, 03, atÄ.)",disc:"Disk",georgian:"GruzÃnske ÄÃslovanie (an, ban, gan, atÄ.)",lowerAlpha:"Malé latinské (a, b, c, d, e, atÄ.)",lowerGreek:"Malé grécke (alfa, beta, gama, atÄ.)",lowerRoman:"Malé rÃmske (i, ii, iii, iv, v, atÄ.)",none:"NiÄ",notset:"\x3cnenastavené\x3e",numberedTitle:"Vlastnosti ÄÃselného zoznamu", +square:"Å tvorec",start:"ZaÄiatok",type:"Typ",upperAlpha:"Veľké latinské (A, B, C, D, E, atÄ.)",upperRoman:"Veľké rÃmske (I, II, III, IV, V, atÄ.)",validateStartNumber:"ZaÄiatoÄné ÄÃslo ÄÃselného zoznamu musà byÅ¥ celé ÄÃslo."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/sl.js b/public/assets/ckeditor/plugins/liststyle/lang/sl.js new file mode 100644 index 0000000..f7dd40a --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/sl.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","sl",{armenian:"Armenian numbering",bulletedTitle:"Bulleted List Properties",circle:"Circle",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal leading zero (01, 02, 03, etc.)",disc:"Disc",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"None",notset:"\x3cnot set\x3e",numberedTitle:"Numbered List Properties", +square:"Square",start:"Start",type:"Type",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/sq.js b/public/assets/ckeditor/plugins/liststyle/lang/sq.js new file mode 100644 index 0000000..4968eb4 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/sq.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","sq",{armenian:"Numërim armenian",bulletedTitle:"Karakteristikat e Listës me Pulla",circle:"Rreth",decimal:"Decimal (1, 2, 3, etj.)",decimalLeadingZero:"Decimal me zerro udhëheqëse (01, 02, 03, etj.)",disc:"Disk",georgian:"Numërim gjeorgjian (an, ban, gan, etj.)",lowerAlpha:"Të vogla alfa (a, b, c, d, e, etj.)",lowerGreek:"Të vogla greke (alpha, beta, gamma, etj.)",lowerRoman:"Të vogla romake (i, ii, iii, iv, v, etj.)",none:"Asnjë",notset:"\x3ce pazgjedhur\x3e", +numberedTitle:"Karakteristikat e Listës me Numra",square:"Katror",start:"Fillimi",type:"LLoji",upperAlpha:"Të mëdha alfa (A, B, C, D, E, etj.)",upperRoman:"Të mëdha romake (I, II, III, IV, V, etj.)",validateStartNumber:"Numri i fillimit të listës duhet të është numër i plotë."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/sr-latn.js b/public/assets/ckeditor/plugins/liststyle/lang/sr-latn.js new file mode 100644 index 0000000..87b3bd9 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/sr-latn.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","sr-latn",{armenian:"Armenian numbering",bulletedTitle:"Bulleted List Properties",circle:"Circle",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal leading zero (01, 02, 03, etc.)",disc:"Disc",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"None",notset:"\x3cnot set\x3e",numberedTitle:"Numbered List Properties", +square:"Square",start:"Start",type:"Type",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/sr.js b/public/assets/ckeditor/plugins/liststyle/lang/sr.js new file mode 100644 index 0000000..5a42d2c --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/sr.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","sr",{armenian:"Armenian numbering",bulletedTitle:"Bulleted List Properties",circle:"Circle",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal leading zero (01, 02, 03, etc.)",disc:"Disc",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"None",notset:"\x3cnot set\x3e",numberedTitle:"Numbered List Properties", +square:"Square",start:"Start",type:"Type",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/sv.js b/public/assets/ckeditor/plugins/liststyle/lang/sv.js new file mode 100644 index 0000000..940b635 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/sv.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","sv",{armenian:"Armenisk numrering",bulletedTitle:"Egenskaper för punktlista",circle:"Cirkel",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal nolla (01, 02, 03, etc.)",disc:"Disk",georgian:"Georgisk numrering (an, ban, gan, etc.)",lowerAlpha:"Alpha gemener (a, b, c, d, e, etc.)",lowerGreek:"Grekiska gemener (alpha, beta, gamma, etc.)",lowerRoman:"Romerska gemener (i, ii, iii, iv, v, etc.)",none:"Ingen",notset:"\x3cej angiven\x3e",numberedTitle:"Egenskaper för punktlista", +square:"Fyrkant",start:"Start",type:"Typ",upperAlpha:"Alpha versaler (A, B, C, D, E, etc.)",upperRoman:"Romerska versaler (I, II, III, IV, V, etc.)",validateStartNumber:"Listans startnummer mÃ¥ste vara ett heltal."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/th.js b/public/assets/ckeditor/plugins/liststyle/lang/th.js new file mode 100644 index 0000000..c6cd041 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/th.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","th",{armenian:"Armenian numbering",bulletedTitle:"Bulleted List Properties",circle:"Circle",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal leading zero (01, 02, 03, etc.)",disc:"Disc",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"None",notset:"\x3cnot set\x3e",numberedTitle:"Numbered List Properties", +square:"Square",start:"Start",type:"Type",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/tr.js b/public/assets/ckeditor/plugins/liststyle/lang/tr.js new file mode 100644 index 0000000..57af91c --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/tr.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","tr",{armenian:"Ermenice sayılandırma",bulletedTitle:"Simgeli Liste Ãzellikleri",circle:"Daire",decimal:"Ondalık (1, 2, 3, vs.)",decimalLeadingZero:"BaÅı sıfırlı ondalık (01, 02, 03, vs.)",disc:"Disk",georgian:"Gürcüce numaralandırma (an, ban, gan, vs.)",lowerAlpha:"Küçük Alpha (a, b, c, d, e, vs.)",lowerGreek:"Küçük Greek (alpha, beta, gamma, vs.)",lowerRoman:"Küçük Roman (i, ii, iii, iv, v, vs.)",none:"Yok",notset:"\x3cayarlanmamıÅ\x3e",numberedTitle:"SayılandırılmıŠListe Ãzellikleri", +square:"Kare",start:"BaÅla",type:"Tipi",upperAlpha:"Büyük Alpha (A, B, C, D, E, vs.)",upperRoman:"Büyük Roman (I, II, III, IV, V, vs.)",validateStartNumber:"Liste baÅlangıcı tam sayı olmalıdır."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/tt.js b/public/assets/ckeditor/plugins/liststyle/lang/tt.js new file mode 100644 index 0000000..6d88639 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/tt.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","tt",{armenian:"ÓÑмÓн номеÑлавÑ",bulletedTitle:"ÐаÑкеÑÐ»Ñ ÑÐµÐ·Ð¼Ó Ò¯Ð·Ð»ÐµÐºÐ»ÓÑе",circle:"ТүгÓÑÓк",decimal:"УнаÑÐ»Ñ (1, 2, 3, ...)",decimalLeadingZero:"ÐÐ¾Ð»Ñ Ð±ÐµÐ»Óн баÑланган ÑнаÑÐ»Ñ (01, 02, 03, ...)",disc:"ÐиÑк",georgian:"Georgian numbering (an, ban, gan, etc.)",lowerAlpha:"Lower Alpha (a, b, c, d, e, etc.)",lowerGreek:"Lower Greek (alpha, beta, gamma, etc.)",lowerRoman:"Lower Roman (i, ii, iii, iv, v, etc.)",none:"ҺиÑбеÑ",notset:"\x3cбилгелÓнмÓгÓн\x3e",numberedTitle:"ÐомеÑÐ»Ñ ÑÐµÐ·Ð¼Ó Ò¯Ð·Ð»ÐµÐºÐ»ÓÑе", +square:"Шакмак",start:"ÐаÑлаÑ",type:"ТөÑ",upperAlpha:"Upper Alpha (A, B, C, D, E, etc.)",upperRoman:"Upper Roman (I, II, III, IV, V, etc.)",validateStartNumber:"List start number must be a whole number."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/ug.js b/public/assets/ckeditor/plugins/liststyle/lang/ug.js new file mode 100644 index 0000000..d278f60 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/ug.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","ug",{armenian:"ÙÛØ¯ÙÙ ÙÙ Ø¦ÛØ±Ù ÙÙÙÙÛ ØªÛØ±ØªÙÙ¾ ÙÙÙ ÛØ±Ù Ø´ÛÙÙÙ",bulletedTitle:"ØªÛØ± بÛÙÚ¯Û ØªÙØ²Ù٠خاسÙÙÙÙ",circle:"Ø¨ÙØ´ ÚÛÙ Ø¨ÛØ±",decimal:"سا٠(1, 2, 3 ÙØ§ØªØ§Ø±ÙÙÙ)",decimalLeadingZero:"ÙÛÙØ¯ÙÙ Ø¨Ø§Ø´ÙØ§Ùغا٠سا٠بÛÙÚ¯Û (01, 02, 03 ÙØ§ØªØ§Ø±ÙÙÙ)",disc:"تÙÙØ¯ÛرÛÙØºØ§Ù ÚÛÙ Ø¨ÛØ±",georgian:"ÙÛØ¯ÙÙ ÙÙ Ø¬ÙØ±Ø¬ÙÙÛ ØªÛØ±ØªÙÙ¾ ÙÙÙ ÛØ±Ù Ø´ÛÙÙÙ (an, ban, gan ÙØ§ØªØ§Ø±ÙÙÙ)",lowerAlpha:"ئÙÙÚ¯ÙÙØ²ÚÛ ÙÙÚÙÙ Ú¾ÛØ±Ù¾ (a, b, c, d, e ÙØ§ØªØ§Ø±ÙÙÙ)",lowerGreek:"گرÛÙÚÛ ÙÙÚÙÙ Ú¾ÛØ±Ù¾ (alpha, beta, gamma ÙØ§ØªØ§Ø±ÙÙÙ)",lowerRoman:"ÙÙÚÙÙ Ú¾ÛØ±Ù¾ÙÙ٠رÙ٠رÛÙÙÙ Ù (i, ii, iii, iv, v ÙØ§ØªØ§Ø±ÙÙÙ)", +none:"بÛÙÚ¯Û ÙÙÙ",notset:"â¹ØªÛÚØ´ÛÙÙ ÙÚ¯ÛÙâº",numberedTitle:"ØªÛØ±ØªÙÙ¾ ÙÙÙ ÛØ± ØªÙØ²Ù٠خاسÙÙÙÙ",square:"تÙÙØ¯ÛرÛÙØºØ§Ù ØªÛØª ÚØ§Ø³Ø§",start:"باشÙÙÙÙØ´ ÙÙÙ ÛØ±Ù",type:"بÛÙÚ¯Û ØªÙÙ¾Ù",upperAlpha:"ئÙÙÚ¯ÙÙØ²ÚÛ ÚÙÚ Ú¾ÛØ±Ù¾ (A, B, C, D, E ÙØ§ØªØ§Ø±ÙÙÙ)",upperRoman:"ÚÙÚ Ú¾ÛØ±Ù¾ÙÙ٠رÙ٠رÛÙÙÙ Ù (I, II, III, IV, V ÙØ§ØªØ§Ø±ÙÙÙ)",validateStartNumber:"ØªÙØ²Ù٠باشÙÙÙÙØ´ ØªÛØ±ØªÙÙ¾ ÙÙÙ ÛØ±Ù ÚÙÙÛÙ Ù¾ÛØªÛ٠سا٠پÙÚÙÙ ÙØ¯Ø§ بÙÙÛØ´Ù ÙØ§Ø²ÙÙ "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/uk.js b/public/assets/ckeditor/plugins/liststyle/lang/uk.js new file mode 100644 index 0000000..ce773e8 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/uk.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","uk",{armenian:"ÐÑÑменÑÑка нÑмеÑаÑÑÑ",bulletedTitle:"ÐпÑÑÑ Ð¼Ð°Ñкованого ÑпиÑкÑ",circle:"ÐÑлÑÑе",decimal:"ÐеÑÑÑÐºÐ¾Ð²Ñ (1, 2, 3 Ñ Ñ.д.)",decimalLeadingZero:"ÐеÑÑÑÐºÐ¾Ð²Ñ Ð· нÑлем (01, 02, 03 Ñ Ñ.д.)",disc:"ÐÑÑжеÑок",georgian:"ÐÑÑзинÑÑка нÑмеÑаÑÑÑ (an, ban, gan Ñ Ñ.д.)",lowerAlpha:"ÐÐ°Ð»Ñ Ð»Ð°Ñ. бÑкви (a, b, c, d, e Ñ Ñ.д.)",lowerGreek:"ÐÐ°Ð»Ñ Ð³Ñ. бÑкви (алÑÑа, беÑа, гамма Ñ Ñ.д.)",lowerRoman:"ÐÐ°Ð»Ñ ÑимÑÑÐºÑ (i, ii, iii, iv, v Ñ Ñ.д.)",none:"Ðема",notset:"\x3cне вказано\x3e",numberedTitle:"ÐпÑÑÑ Ð½ÑмеÑованого ÑпиÑкÑ", +square:"ÐвадÑаÑик",start:"ÐоÑаÑи з...",type:"Тип",upperAlpha:"ÐÐµÐ»Ð¸ÐºÑ Ð»Ð°Ñ. бÑкви (A, B, C, D, E Ñ Ñ.д.)",upperRoman:"ÐÐµÐ»Ð¸ÐºÑ ÑимÑÑÐºÑ (I, II, III, IV, V Ñ Ñ.д.)",validateStartNumber:"ÐоÑаÑковий Ð½Ð¾Ð¼ÐµÑ ÑпиÑÐºÑ Ð¿Ð¾Ð²Ð¸Ð½ÐµÐ½ бÑÑи ÑÑлим ÑиÑлом."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/vi.js b/public/assets/ckeditor/plugins/liststyle/lang/vi.js new file mode 100644 index 0000000..36038fb --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/vi.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","vi",{armenian:"Sá» theo kiá»u Armenian",bulletedTitle:"Thuá»c tÃnh danh sách không thứ tá»±",circle:"Khuyên tròn",decimal:"Kiá»u sá» (1, 2, 3 ...)",decimalLeadingZero:"Kiá»u sá» (01, 02, 03...)",disc:"Hình ÄÄ©a",georgian:"Sá» theo kiá»u Georgian (an, ban, gan...)",lowerAlpha:"Kiá»u abc thưá»ng (a, b, c, d, e...)",lowerGreek:"Kiá»u Hy Lạp (alpha, beta, gamma...)",lowerRoman:"Sá» La Mã kiá»u thưá»ng (i, ii, iii, iv, v...)",none:"Không gì cả",notset:"\x3ckhông thiết láºp\x3e",numberedTitle:"Thuá»c tÃnh danh sách có thứ tá»±", +square:"Hình vuông",start:"Bắt Äầu",type:"Kiá»u loại",upperAlpha:"Kiá»u ABC HOA (A, B, C, D, E...)",upperRoman:"Sá» La Mã kiá»u HOA (I, II, III, IV, V...)",validateStartNumber:"Sá» bắt Äầu danh sách phải là má»t sá» nguyên."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/zh-cn.js b/public/assets/ckeditor/plugins/liststyle/lang/zh-cn.js new file mode 100644 index 0000000..c5dcc16 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/zh-cn.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","zh-cn",{armenian:"ä¼ ç»çäºç¾å°¼äºç¼å·æ¹å¼",bulletedTitle:"项ç®åè¡¨å±æ§",circle:"空å¿å",decimal:"æ°å (1, 2, 3, ç)",decimalLeadingZero:"0å¼å¤´çæ°åæ è®°(01, 02, 03, ç)",disc:"å®å¿å",georgian:"ä¼ ç»ç乿²»äºç¼å·æ¹å¼(an, ban, gan, ç)",lowerAlpha:"å°åè±æåæ¯(a, b, c, d, e, ç)",lowerGreek:"å°åå¸è 忝(alpha, beta, gamma, ç)",lowerRoman:"å°åç½é©¬æ°å(i, ii, iii, iv, v, ç)",none:"æ æ è®°",notset:"\x3c没æè®¾ç½®\x3e",numberedTitle:"ç¼å·åè¡¨å±æ§",square:"å®å¿æ¹å",start:"å¼å§åºå·",type:"æ è®°ç±»å",upperAlpha:"大åè±æåæ¯(A, B, C, D, E, ç)",upperRoman:"大åç½é©¬æ°å(I, II, III, IV, V, ç)", +validateStartNumber:"å表å¼å§åºå·å¿ é¡»ä¸ºæ´æ°æ ¼å¼"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/lang/zh.js b/public/assets/ckeditor/plugins/liststyle/lang/zh.js new file mode 100644 index 0000000..e3cf9c3 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/lang/zh.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","zh",{armenian:"äºç¾å°¼äºæ¸å",bulletedTitle:"é ç®ç¬¦èæ¸ å®å±¬æ§",circle:"åå",decimal:"å°æ¸é» (1, 2, 3, etc.)",decimalLeadingZero:"åç¶´ 0 å使¸å (01, 02, 03, ç)",disc:"åé»",georgian:"嬿²»çæä»£æ¸å (an, ban, gan, ç)",lowerAlpha:"å°å¯«åæ¯ (a, b, c, d, e ç)",lowerGreek:"å°å¯«å¸è忝 (alpha, beta, gamma, ç)",lowerRoman:"å°å¯«ç¾ 馬æ¸å (i, ii, iii, iv, v ç)",none:"ç¡",notset:"\x3cæªè¨å®\x3e",numberedTitle:"ç·¨èæ¸ å®å±¬æ§",square:"æ¹å¡",start:"éå§",type:"é¡å",upperAlpha:"大坫忝 (A, B, C, D, E ç)",upperRoman:"å¤§å¯«ç¾ é¦¬æ¸å (I, II, III, IV, V ç)", +validateStartNumber:"æ¸ å®èµ·å§è碼é çºä¸å®æ´æ¸åã"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/liststyle/plugin.js b/public/assets/ckeditor/plugins/liststyle/plugin.js new file mode 100644 index 0000000..630bb10 --- /dev/null +++ b/public/assets/ckeditor/plugins/liststyle/plugin.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.plugins.liststyle={requires:"dialog,contextmenu",lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",init:function(a){if(!a.blockless){var b;b=new CKEDITOR.dialogCommand("numberedListStyle",{requiredContent:"ol",allowedContent:"ol{list-style-type}[start]"});b=a.addCommand("numberedListStyle",b);a.addFeature(b); +CKEDITOR.dialog.add("numberedListStyle",this.path+"dialogs/liststyle.js");b=new CKEDITOR.dialogCommand("bulletedListStyle",{requiredContent:"ul",allowedContent:"ul{list-style-type}"});b=a.addCommand("bulletedListStyle",b);a.addFeature(b);CKEDITOR.dialog.add("bulletedListStyle",this.path+"dialogs/liststyle.js");a.addMenuGroup("list",108);a.addMenuItems({numberedlist:{label:a.lang.liststyle.numberedTitle,group:"list",command:"numberedListStyle"},bulletedlist:{label:a.lang.liststyle.bulletedTitle,group:"list", +command:"bulletedListStyle"}});a.contextMenu.addListener(function(a){if(!a||a.isReadOnly())return null;for(;a;){var b=a.getName();if("ol"==b)return{numberedlist:CKEDITOR.TRISTATE_OFF};if("ul"==b)return{bulletedlist:CKEDITOR.TRISTATE_OFF};a=a.getParent()}return null})}}};CKEDITOR.plugins.add("liststyle",CKEDITOR.plugins.liststyle)})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png b/public/assets/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8d2bfdabcc7271dde74ba441d11deb5adc5663 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^LO?9S!VDyfb{13uDbWC*5LY1m9|L%t&t(Bhu$2V) z1v7m9_51I?Q~B(yKoJ*D7sn8e>&XFui49F#OeC~TM2>NBAD(jbywmmB4AXs^Hw!g3 zrKK6vW(G_+FkzM$n~Q^*56=n#HEv_kCE{7?J&c=}8RCPb`s%g^=>g4S@O1TaS?83{ F1OV9DKgIw6 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/magicline/images/hidpi/icon.png b/public/assets/ckeditor/plugins/magicline/images/hidpi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b981bb5c6c40ef143fbd1dbd92e17c3471a6e635 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^LO?9S!VDyfb{13uDTx4|5LY1m9~)4vn;Q?5V=oEv z3ua*W{OkAMe;?PrIs+66_jGX#;kaJgvr+JX0T0vtsZoZl?5FrnGTCjc<BHaFJ}fW8 z;LLgbsN(LI`xM)SR!Q7kyF^}!b51Tp2xHq{nawBJBDy~aZaeM&Q!y>QM%Pf)^OZeA b(rxbAsq!4pRQ+B7tzhtU^>bP0l+XkKZctCS literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/magicline/images/icon-rtl.png b/public/assets/ckeditor/plugins/magicline/images/icon-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..55b5b5f949a60c8fabc63867fd7827fe33d0ab71 GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRQ!3HGLSWET+sX$K`#}En0)_zAW1_cfl(^voJ zzZIFXGf`1QjpGte_M{Gzw|<VPsj3gS9VgA7;`6|x<%`Id`RRxKs@QTTzTFhSCL>n- mC^o0`vu%>-E46n=xrM(kReto&c<T<J;S8RxelF{r5}E)?!Y+9L literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/magicline/images/icon.png b/public/assets/ckeditor/plugins/magicline/images/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e063433632af33f66b95443d81e2548322a280c2 GIT binary patch literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRQ!3HGLSWET+DIZT4#}J9jtrHCS4j6DSpAY@_ z|JIt$-BVULU8qX3IKvruq^yTK;#VV&!H+)1bxFTvWnVDf+2Y9=P@1=-ZB=gj<u^+j iWiOQ_&#S-eWUjwP{mzbQn_mIVW$<+Mb6Mw<&;$Uo<uLgG literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/mathjax/dialogs/mathjax.js b/public/assets/ckeditor/plugins/mathjax/dialogs/mathjax.js new file mode 100644 index 0000000..8d39ee6 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/dialogs/mathjax.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/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/public/assets/ckeditor/plugins/mathjax/icons/hidpi/mathjax.png b/public/assets/ckeditor/plugins/mathjax/icons/hidpi/mathjax.png new file mode 100644 index 0000000000000000000000000000000000000000..85b8e11df627e14ff43d101faa8c3b610c9bf615 GIT binary patch literal 1437 zcmV;O1!DS%P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW zd<bNS00009a7bBm000|!000|!0iRgzQvd(}8FWQhbW?9;ba!ELWdL_~cP?peYja~^ zaAhuUa%Y?FJQ@H11sX|2K~z|U#g<=eQ&k+tzvrH{Ww-ZsEF~jNb-90rE}~<WWC-a% z*IQu0HKVdEB%;U?NtVci2441HVt68HFvC4mGg@9IiWc3FI64+Hg$EtYAOR$%$Hch| zH`C}w>u_za4{S|Wwys4dzqkAQ-TuCx^F8PE{zx<$#p4X_v8n?o$xXQ3?i&CqR!MI# z91g#l7XZLo0P9x?;JMtyLjY&aoS8d$@}!<jCP{XlQVLDe;({Qgm+OB2{(X{2BuFe4 zqZ1PoC6kkrCAzL>>T`2*)hhxxola^n7>Lj3Ln@V8RJ(KMj`{fU;}Au0Ifg|sGBN_c z-;Y=<wg6!CcsxR1U*EljcS!CnP!we=fJ;}dToJmux{ypJGqt;S??M#Cp96tFm(6CI z&Cw$OL;&RgD)GSXXUE6K$+2U{FgrVoR4Rqh(a~pyhK6o03os8+58&(J;bH#NsZ&U& zAGn@KBoK{8kxHe$i^t=;uU@?x&*y-mC@%u&85$Z=y1Tmp08>*_&B0*s%Y}EAyoQXi zZvixI-@g5?j*bpcN&x^o&qGlZa2)64dH%wV9Xm?%0WikC0pMzAX!xVPz8(NzwOSV) z#3dcbTER{Lec^D}<oElraG>JxI2dC{rBZ|Gbh_#C<;%I-k=w^RH#hfrG#bV9^mOaG zb?eUMbs%d6mjJxtcDw&>Z*R}!&1N%XSq8^(8X@HTu3fuKEA$B&42BP?tE*90S7*tt zt@uyK82bu9TVrEm^5DUPAmqXA6a)dXEQ3<IJDpB{*4o-?SfSNB0G<cXmz~VJ1=*n} zN(+FGL!l7u?d{EM$IQ$O7-P_N{d{F*Wou7QPcna}#ZmCLfH8Isz-wNwH{I6OmdT5v z2w9dv2-!O}HrA`EDqR(Td5B&B?JX@W`o4YpGI@)|0!fmf>w1f#D85w#n1=`gIJ|%V ze!aQ5Ig>9dD??RPRZ0+q!BqvAhxiD<TL%stz?Lmr005<>r8sfo1igO!`tD+SE%h}l z6ry`@aIhv4iM%O_B04)ev0=l8833XG1whlZ7DC7y8#iv8_W67kyWRdffJVmHNHKjL zX$v$>YbS)9wb^WAfk0r5-ERK{fU{U};1L{fyWMXSLVT*K{ul~{ssus!3BXRq*sq2B z-sABY6N$v@l+rH-1_q{zazN9x_W<~6YHDuu_xC?72touveWBt2FgrVYm=N-zuIo;q zKnGM+C9*8PPY5~UbUGuaPoH*BO2YuWjInzwHkc2W%Oz1t->s;qNFF_UGy)WG22@q0 zvMdJ(AxD~;ntlidgAPjRIRGygBfe+P9xKOjeO9a0+R)HY;`MqRzzPm{JRYN>C}#oe zJ#^^M_nn=cbpZSTIv8Wi&W73Ha=F$}N?+1--ETA+pS0O*a5x-E0GILtY}>ZYY&M(E z6GGgQB&8-MCh9yM&u=$x-h2T-q`-w!j^m!vb=^oQg`y~+lw$Md&BKhb__6>lmuoH0 z^A`yrTO~<CSy>sqcI_G_CnwjV$dR4nIGD|5R905PU@*XLw?mSoPZ?ua5<t_m^&H0y zP)avRk_1r{kxr*kUS5v!^73M|K?s4#WXjAC08m?7s{^>O@ca+}A><;Zbd##8;CVi? ziqg`&<6ps1TU&dZF*d#|fXQU4P*qjud7k9f{%u$+7C0P^PZsQ765!UYTQLAn{MX`H rv1lY)>JY90@aHOtk2A(bvlIUSmP*Mm4Sl`b00000NkvXXu0mjfAQg@n literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/mathjax/icons/mathjax.png b/public/assets/ckeditor/plugins/mathjax/icons/mathjax.png new file mode 100644 index 0000000000000000000000000000000000000000..d25081be998163c28c17c6802c1a0246ca1534a7 GIT binary patch literal 703 zcmV;w0zmzVP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ zaAhuUa%Y?FJQ@H10z64XK~y-6rIS5q6JZ#~|96+RsYksbAb~_ua+BiJ1hE?OA(sou zP^br%l43=qb#f9y7e^PRqJsvkBnSpgF_3^@+QBJ0bqawDeP1YIQE5A5FeG=$<C1=* zQ3^iOJN%v>|L1vl1;!Zur)>L=Xf(PF;LK^71VPwdTU)z$Ot8GXd^VHG$N=DUI%#2H z!IC5i0MO}lu(!8|N~I!It5vbpYALF!ij1)?7-L|JfrxGui^Z;C7?emPC=!XRHyVwr zM0ACSt`X4<B6?RYm)q0R)8zB{&NIdi6L8MoOifJ<nWp(Fm&*ywW>cG(nE0`|xjD}m z>-MmMuIo2<cX!`!ZEc+c@a;g*le{(zW7x8+7x{c1L^MZ4ma3|E7-Q69^0TwEE&x9{ z=Qt+l0WW7}W`-=wdR8bD0N^$NQ&rW)Ba){luFxlWo=hf(Ez5dbDwP1>uFYo40{GI; zihny5=ln?^5O}003YM0ZP_Nf%5H~OZ0L0^Qmn2DvbUOVj7!2O$oPRyFAQp?MBO@b) zY&JXO_xtBK=j;89rfCnl-R|2HBj~z*NtWdgtE;P`-|wFv)EtY&!XA(3VWm>B9ZR5T z+U2pau}{fl@^>ngTB+4)J^;QWh(JUa6h*lg4u>t5%k^E@|4h2BM`T(4I6gi;y0fzb z(=<<vCI|xTb~_vn2MojbJUKae{UCv&C<U+AJ1UAI+-~=v)f|*0NeG2PEA4jsaETim l8*Kose|8>L3qXl;jz6ZS`h+Mt59|N{002ovPDHLkV1m^WEA{{Y literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/mathjax/images/loader.gif b/public/assets/ckeditor/plugins/mathjax/images/loader.gif new file mode 100644 index 0000000000000000000000000000000000000000..3ffb1811f7c06f2b5da7cac82cda97839c10e177 GIT binary patch literal 784 zcmZ?wbhEHb<YC}p_{zY*!o<?j)N<t5kvFg2%$YaG$Is`^tvg@7ebLd<>FMh^bMDNS zPhWEKa-KYT^5@?l6El-H@7^p~wB*jcJAZ!tS+j1<l}lGj%1UgkY+Bk{Lc&6>T)QG8 zCo^Tzlr5XKq@<<P)Ya_SwP(t-DQ8ZdVW16A{Lk&@8WQa67~pE8XTZz|v_<hJ3nveQ z1cMI9MvylhSi=<5k|wM8F7`0&RQ3~3NbF`>`iN0>MoI|#<%jAA1C&H!&L<quU=lg> z)NzA?(xTQBgCCA;lUi5Y_L#}$w&YTJM2OV7i%Se2uuAlJEmUA&5U}8_PE}TfTE&QD z6<h3q1_OhM9%{}Dm6)8^WahEAb6BdhO7*BI7-sMtYYsnTI$^!^fwtR$B@#RW>dZoV zD$R|@CQR39sp9qItzk?KXUvpl7vT1D;$xCvW0VyX6q1*h;^&tPXP(9E>4?q77@&;_ zH*$EKA0D_M;pZUen!seKvYag-IO#%0Pt$Q_;Rjyp8u=d!M|iMJ&~v$Hx&6Kb1B39X zhAC3MPQr5hGA>eOo>}tjq2a>33e2feY<WTgf`YQ)>_WU@&R8vs2YK;F4V&{rhsz#j zJRZz$2A+Nj6Py)3S7h`|@>n8#gTc&m;gJLm9TjGdYJ&+nEem{B98PEukri^1;g<_# z6jl)AN=?sX%+8UJ>St#T&6Z*p5@MH<YVw>d)b0eclL<LkBODq7HY^Abb6&_=Fq22M zt#N_iN{h+tCmaP545ZvVjw%R>$h9sJ$P#c75bIF1nxMei#jsRp<+b-BJe=XdfoU08 dOgSM+El%vr(Hsm6LetobQ$2-KqJbW?1^`cR-){f_ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/mathjax/lang/af.js b/public/assets/ckeditor/plugins/mathjax/lang/af.js new file mode 100644 index 0000000..ee70c66 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/af.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/ar.js b/public/assets/ckeditor/plugins/mathjax/lang/ar.js new file mode 100644 index 0000000..82bbc95 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/ar.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/bg.js b/public/assets/ckeditor/plugins/mathjax/lang/bg.js new file mode 100644 index 0000000..c893aab --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/bg.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/ca.js b/public/assets/ckeditor/plugins/mathjax/lang/ca.js new file mode 100644 index 0000000..33a353d --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/ca.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/cs.js b/public/assets/ckeditor/plugins/mathjax/lang/cs.js new file mode 100644 index 0000000..e2e0b51 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/cs.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/cy.js b/public/assets/ckeditor/plugins/mathjax/lang/cy.js new file mode 100644 index 0000000..bd919ba --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/cy.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/da.js b/public/assets/ckeditor/plugins/mathjax/lang/da.js new file mode 100644 index 0000000..df562af --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/da.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/de-ch.js b/public/assets/ckeditor/plugins/mathjax/lang/de-ch.js new file mode 100644 index 0000000..9f72e65 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/de-ch.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/de.js b/public/assets/ckeditor/plugins/mathjax/lang/de.js new file mode 100644 index 0000000..d5341cd --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("mathjax","de",{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/public/assets/ckeditor/plugins/mathjax/lang/el.js b/public/assets/ckeditor/plugins/mathjax/lang/el.js new file mode 100644 index 0000000..d4013e5 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/el.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/en-gb.js b/public/assets/ckeditor/plugins/mathjax/lang/en-gb.js new file mode 100644 index 0000000..d9f0cbd --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/en-gb.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/en.js b/public/assets/ckeditor/plugins/mathjax/lang/en.js new file mode 100644 index 0000000..9e66c84 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/en.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/eo.js b/public/assets/ckeditor/plugins/mathjax/lang/eo.js new file mode 100644 index 0000000..4aa7cb4 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/eo.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/es.js b/public/assets/ckeditor/plugins/mathjax/lang/es.js new file mode 100644 index 0000000..6ec9e4d --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/es.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/eu.js b/public/assets/ckeditor/plugins/mathjax/lang/eu.js new file mode 100644 index 0000000..3c372ab --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/eu.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/fa.js b/public/assets/ckeditor/plugins/mathjax/lang/fa.js new file mode 100644 index 0000000..d638a84 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/fa.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/fi.js b/public/assets/ckeditor/plugins/mathjax/lang/fi.js new file mode 100644 index 0000000..bd5140c --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/fi.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/fr.js b/public/assets/ckeditor/plugins/mathjax/lang/fr.js new file mode 100644 index 0000000..bf1cb47 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("mathjax","fr",{title:"Mathématiques au format TeX",button:"Math",dialogInput:"Saisir la formule TeX ici",docUrl:"http://fr.wikibooks.org/wiki/LaTeX/Math%C3%A9matiques",docLabel:"Documentation du format TeX",loading:"chargement...",pathName:"math"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/mathjax/lang/gl.js b/public/assets/ckeditor/plugins/mathjax/lang/gl.js new file mode 100644 index 0000000..0657f1f --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/gl.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/he.js b/public/assets/ckeditor/plugins/mathjax/lang/he.js new file mode 100644 index 0000000..9e5c21d --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/he.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/hr.js b/public/assets/ckeditor/plugins/mathjax/lang/hr.js new file mode 100644 index 0000000..6e90bd5 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/hr.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/hu.js b/public/assets/ckeditor/plugins/mathjax/lang/hu.js new file mode 100644 index 0000000..3ab4b74 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/hu.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/id.js b/public/assets/ckeditor/plugins/mathjax/lang/id.js new file mode 100644 index 0000000..4dcbf82 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/id.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/it.js b/public/assets/ckeditor/plugins/mathjax/lang/it.js new file mode 100644 index 0000000..a91094a --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/it.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/ja.js b/public/assets/ckeditor/plugins/mathjax/lang/ja.js new file mode 100644 index 0000000..0141ecd --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/ja.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/km.js b/public/assets/ckeditor/plugins/mathjax/lang/km.js new file mode 100644 index 0000000..d68d998 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/km.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/ko.js b/public/assets/ckeditor/plugins/mathjax/lang/ko.js new file mode 100644 index 0000000..2d0d8f5 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/ko.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/ku.js b/public/assets/ckeditor/plugins/mathjax/lang/ku.js new file mode 100644 index 0000000..84f225a --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/ku.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/lt.js b/public/assets/ckeditor/plugins/mathjax/lang/lt.js new file mode 100644 index 0000000..7b2c3e8 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/lt.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/nb.js b/public/assets/ckeditor/plugins/mathjax/lang/nb.js new file mode 100644 index 0000000..7b3588e --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("mathjax","nb",{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/public/assets/ckeditor/plugins/mathjax/lang/nl.js b/public/assets/ckeditor/plugins/mathjax/lang/nl.js new file mode 100644 index 0000000..fe9cf31 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/nl.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/no.js b/public/assets/ckeditor/plugins/mathjax/lang/no.js new file mode 100644 index 0000000..33e87ab --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/no.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/pl.js b/public/assets/ckeditor/plugins/mathjax/lang/pl.js new file mode 100644 index 0000000..70f2be5 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/pl.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/pt-br.js b/public/assets/ckeditor/plugins/mathjax/lang/pt-br.js new file mode 100644 index 0000000..6b9620d --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/pt-br.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/pt.js b/public/assets/ckeditor/plugins/mathjax/lang/pt.js new file mode 100644 index 0000000..09a39d3 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/pt.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/ro.js b/public/assets/ckeditor/plugins/mathjax/lang/ro.js new file mode 100644 index 0000000..72c606c --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/ro.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/ru.js b/public/assets/ckeditor/plugins/mathjax/lang/ru.js new file mode 100644 index 0000000..a48da75 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/ru.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/sk.js b/public/assets/ckeditor/plugins/mathjax/lang/sk.js new file mode 100644 index 0000000..7855c11 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("mathjax","sk",{title:"Matematika v TeX-u",button:"Matika",dialogInput:"NapÃÅ¡te svoj TeX sem",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"Dokumentácia TeX",loading:"naÄÃtavanie...",pathName:"matika"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/mathjax/lang/sl.js b/public/assets/ckeditor/plugins/mathjax/lang/sl.js new file mode 100644 index 0000000..c8df95b --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/sl.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/sq.js b/public/assets/ckeditor/plugins/mathjax/lang/sq.js new file mode 100644 index 0000000..7416e77 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/sq.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/sv.js b/public/assets/ckeditor/plugins/mathjax/lang/sv.js new file mode 100644 index 0000000..8d93cc0 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/sv.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/tr.js b/public/assets/ckeditor/plugins/mathjax/lang/tr.js new file mode 100644 index 0000000..a2925f1 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/tr.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/tt.js b/public/assets/ckeditor/plugins/mathjax/lang/tt.js new file mode 100644 index 0000000..44003bd --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/tt.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/ug.js b/public/assets/ckeditor/plugins/mathjax/lang/ug.js new file mode 100644 index 0000000..649c035 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/ug.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/uk.js b/public/assets/ckeditor/plugins/mathjax/lang/uk.js new file mode 100644 index 0000000..77875f4 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/uk.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/vi.js b/public/assets/ckeditor/plugins/mathjax/lang/vi.js new file mode 100644 index 0000000..6696103 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/vi.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/zh-cn.js b/public/assets/ckeditor/plugins/mathjax/lang/zh-cn.js new file mode 100644 index 0000000..ea9ad35 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/zh-cn.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/lang/zh.js b/public/assets/ckeditor/plugins/mathjax/lang/zh.js new file mode 100644 index 0000000..84cdab1 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/lang/zh.js @@ -0,0 +1 @@ +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/public/assets/ckeditor/plugins/mathjax/plugin.js b/public/assets/ckeditor/plugins/mathjax/plugin.js new file mode 100644 index 0000000..03418f1 --- /dev/null +++ b/public/assets/ckeditor/plugins/mathjax/plugin.js @@ -0,0 +1,15 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.plugins.add("mathjax",{lang:"af,ar,bg,ca,cs,cy,da,de,de-ch,el,en,en-gb,eo,es,eu,fa,fi,fr,gl,he,hr,hu,id,it,ja,km,ko,ku,lt,nb,nl,no,pl,pt,pt-br,ro,ru,sk,sl,sq,sv,tr,tt,ug,uk,vi,zh,zh-cn",requires:"widget,dialog",icons:"mathjax",hidpi:!0,init:function(b){var c=b.config.mathJaxClass||"math-tex";b.config.mathJaxLib||CKEDITOR.error("mathjax-no-config");b.widgets.add("mathjax",{inline:!0,dialog:"mathjax",button:b.lang.mathjax.button,mask:!0,allowedContent:"span(!"+c+")",styleToAllowedContentRules:function(a){a= +a.getClassesArray();if(!a)return null;a.push("!"+c);return"span("+a.join(",")+")"},pathName:b.lang.mathjax.pathName,template:'\x3cspan class\x3d"'+c+'" style\x3d"display:inline-block" data-cke-survive\x3d1\x3e\x3c/span\x3e',parts:{span:"span"},defaults:{math:"\\(x \x3d {-b \\pm \\sqrt{b^2-4ac} \\over 2a}\\)"},init:function(){var a=this.parts.span.getChild(0);a&&a.type==CKEDITOR.NODE_ELEMENT&&a.is("iframe")||(a=new CKEDITOR.dom.element("iframe"),a.setAttributes({style:"border:0;width:0;height:0",scrolling:"no", +frameborder:0,allowTransparency:!0,src:CKEDITOR.plugins.mathjax.fixSrc}),this.parts.span.append(a));this.once("ready",function(){CKEDITOR.env.ie&&a.setAttribute("src",CKEDITOR.plugins.mathjax.fixSrc);this.frameWrapper=new CKEDITOR.plugins.mathjax.frameWrapper(a,b);this.frameWrapper.setValue(this.data.math)})},data:function(){this.frameWrapper&&this.frameWrapper.setValue(this.data.math)},upcast:function(a,b){if("span"==a.name&&a.hasClass(c)&&!(1<a.children.length||a.children[0].type!=CKEDITOR.NODE_TEXT)){b.math= +CKEDITOR.tools.htmlDecode(a.children[0].value);var d=a.attributes;d.style=d.style?d.style+";display:inline-block":"display:inline-block";d["data-cke-survive"]=1;a.children[0].remove();return a}},downcast:function(a){a.children[0].replaceWith(new CKEDITOR.htmlParser.text(CKEDITOR.tools.htmlEncode(this.data.math)));var b=a.attributes;b.style=b.style.replace(/display:\s?inline-block;?\s?/,"");""===b.style&&delete b.style;return a}});CKEDITOR.dialog.add("mathjax",this.path+"dialogs/mathjax.js");b.on("contentPreview", +function(a){a.data.dataValue=a.data.dataValue.replace(/<\/head>/,'\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(/(<iframe.*?\/iframe>)/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;e<a.length;e++){var d=a[e],g=b.getComputedStyle(d);g&&c.setStyle(d,g)}};CKEDITOR.plugins.mathjax.trim=function(b){var c=b.indexOf("\\(")+2,a=b.lastIndexOf("\\)");return b.substring(c,a)}; +CKEDITOR.plugins.mathjax.frameWrapper=CKEDITOR.env.ie&&8==CKEDITOR.env.version?function(b,c){b.getFrameDocument().write('\x3c!DOCTYPE html\x3e\x3chtml\x3e\x3chead\x3e\x3cmeta charset\x3d"utf-8"\x3e\x3c/head\x3e\x3cbody style\x3d"padding:0;margin:0;background:transparent;overflow:hidden"\x3e\x3cspan style\x3d"white-space:nowrap;" id\x3d"tex"\x3e\x3c/span\x3e\x3c/body\x3e\x3c/html\x3e');return{setValue:function(a){var e=b.getFrameDocument(),d=e.getById("tex");d.setHtml(CKEDITOR.plugins.mathjax.trim(CKEDITOR.tools.htmlEncode(a))); +CKEDITOR.plugins.mathjax.copyStyles(b,d);c.fire("lockSnapshot");b.setStyles({width:Math.min(250,d.$.offsetWidth)+"px",height:e.$.body.offsetHeight+"px",display:"inline","vertical-align":"middle"});c.fire("unlockSnapshot")}}}:function(b,c){function a(){f=b.getFrameDocument();f.getById("preview")||(CKEDITOR.env.ie&&b.removeAttribute("src"),f.write('\x3c!DOCTYPE html\x3e\x3chtml\x3e\x3chead\x3e\x3cmeta charset\x3d"utf-8"\x3e\x3cscript type\x3d"text/x-mathjax-config"\x3eMathJax.Hub.Config( {showMathMenu: false,messageStyle: "none"} );function getCKE() {if ( typeof window.parent.CKEDITOR \x3d\x3d \'object\' ) {return window.parent.CKEDITOR;} else {return window.parent.parent.CKEDITOR;}}function update() {MathJax.Hub.Queue([ \'Typeset\', MathJax.Hub, this.buffer ],function() {getCKE().tools.callFunction( '+ +n+" );});}MathJax.Hub.Queue( function() {getCKE().tools.callFunction("+p+');} );\x3c/script\x3e\x3cscript src\x3d"'+c.config.mathJaxLib+'"\x3e\x3c/script\x3e\x3c/head\x3e\x3cbody style\x3d"padding:0;margin:0;background:transparent;overflow:hidden"\x3e\x3cspan id\x3d"preview"\x3e\x3c/span\x3e\x3cspan id\x3d"buffer" style\x3d"display:none"\x3e\x3c/span\x3e\x3c/body\x3e\x3c/html\x3e'))}function e(){m=!0;h=k;c.fire("lockSnapshot");d.setHtml(h);g.setHtml("\x3cimg src\x3d"+CKEDITOR.plugins.mathjax.loadingIcon+ +" alt\x3d"+c.lang.mathjax.loading+"\x3e");b.setStyles({height:"16px",width:"16px",display:"inline","vertical-align":"middle"});c.fire("unlockSnapshot");f.getWindow().$.update(h)}var d,g,h,k,f=b.getFrameDocument(),l=!1,m=!1,p=CKEDITOR.tools.addFunction(function(){g=f.getById("preview");d=f.getById("buffer");l=!0;k&&e();CKEDITOR.fire("mathJaxLoaded",b)}),n=CKEDITOR.tools.addFunction(function(){CKEDITOR.plugins.mathjax.copyStyles(b,g);g.setHtml(d.getHtml());c.fire("lockSnapshot");b.setStyles({height:0, +width:0});var a=Math.max(f.$.body.offsetHeight,f.$.documentElement.offsetHeight),l=Math.max(g.$.offsetWidth,f.$.body.scrollWidth);b.setStyles({height:a+"px",width:l+"px"});c.fire("unlockSnapshot");CKEDITOR.fire("mathJaxUpdateDone",b);h!=k?e():m=!1});b.on("load",a);a();return{setValue:function(a){k=CKEDITOR.tools.htmlEncode(a);l&&!m&&e()}}}})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/icons/hidpi/newpage-rtl.png b/public/assets/ckeditor/plugins/newpage/icons/hidpi/newpage-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..1a7551c2a88559a73da6980d1c92af98804a5059 GIT binary patch literal 1070 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzwj^(N7l!{JxM1({$v_d#0*}aI zppNSx%;=;syMlp%+1=B{F(l&f+VH!6!j2;U&Yd~;g?&ZKlvxtaE4BpqbR1*yPe^j| zF;EmV5OAE|Abw*XgZK&2?e~5%-22I-7B{ov;oQ!P-cc>vww070>wc@3^S|uYFV(#_ z-_Ch&{oFb|t$knZj|L3^K?y;N=Ls$gPKcUcV3=~PAXeN<^F`nHX`DNcTB-?i`uO`O z=&5#`QPo%)kZ%^abC=WJn=PxS>|~h#=iCvNcgrp>*t%7Sp}K>KWkt=eBhqW9?Q9VE z`9>$BbnBGr9~bIAy%1cdr+;zJzP4*p7j|7wGB`HDM`gmCS%+K~Gaiiaf2|YziM_RH z@0|0OKlk$9x_{gF+@F`5(*rh2gt$MeWo<cOEE%vd;*_4=t=5>nxSYISPwIVGuSoS; zHx;js3S_F9q_2CkwUzbOty_!C+1VKizWn_0qs5c+OQsu>LhFIOB~mIa*WRWxvwl&U zfByN~KYwaE{+!-juKsbRq=BMC&)2gtQDRBK!3@vi9)A^-=16dv(Q|xnp1zoO@y<DO zPp7?n`ps;wtqso!S1nd;vCk*idz2r`9NB69z4ny6&;dzjt(h!q*G_#_WLa%Ed+FV| zvQ?M6=X}oid|P^2p80(T?ibToPx>6wd-C~9R{8X}_wW1N>bzYp)C7t-WNTbMdg>I{ zRPCwKpDtg%c;a>d^C@|b3;+Bzx5%{19A|7;ygof$-DoP)^dglaeSK!ex!fLJF*ScG zguItN5a50Dt&vY*7yF@!oeLNRo^N<msQ+2;<lhRf?DK6W<T4JI#^&c9nKAQF|8@R@ zA}p%e)nZj<Iggx=Y<B9lI+ix)kMHAB^TheV*&!}RUkeGCZa;h|L;l0X)0+zug!E$= z7tNmZx1H0VGyU#A;|m*$dzB9v#7$>CXlGFO&+X$b-42VrZEKr;X5MJqb=BmbPQTL8 zc>7Bt1;-Rx9ddd$J4A^s5lC<;m}<0Tfv%DsOGX;o_oXaK-#+boATwi*OAN=A*}lzO z8N5qH=7e!?OcC0$$404GqW}8!!kbx@-<#yhSmagK1+BQ2_2chr@qg1!d!!pV-({?J z%<i3UU$-D;{o<(A2W3kvOJ&)gKYxDV>Z<=4J^YP%HTD1Hyu21HUY^II(Yjx5=f}0_ z5?5A*o_LwLfsgS&!}KL?B56sjKEQmYTH+c}l9E`GYL#4+3Zxi}3=EBR4a{_n3_=VI ztqjbq3{12QjI0a{zCBvziJ~DlKP5A*61Rr-{c>M{8YDqB1m~xflqVLYGL)B>>t*I; d7bhncr0V4trO$q6BL!5%;OXk;vd$@?2>@n}*7N`X literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/newpage/icons/hidpi/newpage.png b/public/assets/ckeditor/plugins/newpage/icons/hidpi/newpage.png new file mode 100644 index 0000000000000000000000000000000000000000..8cbe223059bd225aa00e2c14a376a4e8ec559a18 GIT binary patch literal 1112 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzwj^(N7l!{JxM1({$v_d#0*}aI zppNSx%;=;syMlp%xzN+aF(l&f+UaMrq{Bsy*FV4a(<vg@T%tUfi*dOLxAVck7gn?P zIb;NF$XsIQkagnL!P>?Xk*U&?Tnl`{ZnFGh^J8k$*~L9&%Y~3KA$R$0Y0vKIsob38 zwkb_TUcf{A?9Tng=WPEQhu^cQWNKjW(%f=QL$Kvd8e_7q=cI%+N26x{j9mWRRnzt0 z_n(_0mOS{av2+u2#Oc7@XOFuzSFLuPqcT&Gjp2|}<A+;YRop-P{kHq=-MfFbhdmBn zJW=uyivvTrX5F5;xjz*a{QPNrHjF!&r>97zspCPl+);xkU+>*(o8on2y1sei83Dil z{K-6TA18-e+dSzP*Eeea_u^x6)Y)aG$8t_g)!wPV#;|7VkwTx65|$5|+6QjEdL<qx z;`!-~<Tmz?udb@Szwh57!60Cz9u+hFe_7eH|0}O%xC<u#TzhoO?LP(2&*e`o`YETh z>GK!Oj+_&xywo}v8C*Pi7}tL6c5PB|Jo@p*iM56^G?L1*S4ZutoqcL;^!GJ}oA&O# zd(wriBV>JKwsqtMsimf;3Xj!odHslmF;8OC?yaG$*Xq}X{CIhcH*!}+;J(PHTN9>E z-5sy1V<66=;ko)WLqo~pO~*=FJk(B1<XB|d_nzNr%IQBfpO@9#Zq}IkuC0}+s%6`X z#P)5=Qzo0eug_s|SsIg8n(Mo7cZnxgceixkwG$kzzKW9BhL%f8RF3@p9h&fW`c_ju zyP644pQajm8U^{g&2Q9X_@%hVAm#nRW~~kP`jQt}h-LGL1<96vlbj*s^xLjZ;?u{U zpI24Hl_@$sG5KqG&Vg%@b?96Lhb`}1Y>&-1-ZMev^0`HcT#i#-y*MTLj6waSn1$!{ z15x+(7XOf*(YDvjrZZt0OUjq&T8(ojY}#XXGM+0zir3<_+D~u)!wYAfO^W=p^wtNJ zRO2m)a`k@y=f6~*C#ke}e+XxlRY9EUj3@fBO~nC+Z2lc9Yb>~R`tpJ=^X9MO-V#)? zuKRtZM<2J>{>r}Q=et(C%Z}S7RHDdq-BmB<LH7CP%=G4K2IlS$cA50|8>bwI>M=YL z*b=XyFkOHC>5yOlUWM{4&UnLmyzyLtN6*5086UpyF5kk(7ZDNTl4jF!E$Uy@?`h3x zldBdxUaHlUoY|<-ck}-J<JVsAUHY=i{@A~o9|Dgn4N8{zG4?FHdei1}uSUP=tI|C` ze_mPpyS{kq8Gn2Bq?y1RsaoP1QIe8al4_M)lnSI6j0_Bobq&mPjSNBz4Xq5!tqe@G z4UDV|48A>D=82*qH$NpatrE9}_Wg2Sff^)1HU#IVm6RtIr81P4m+NKbWfvzW7NqLs W7p2dBXCnnv#Ng@b=d#Wzp$Pyn?D$mx literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/newpage/icons/newpage-rtl.png b/public/assets/ckeditor/plugins/newpage/icons/newpage-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..2c8ef7fe6fc11399bdf90e5077965af2633799ea GIT binary patch literal 575 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iV}z%RV~EA+-pPS|j|>D{;%`qp>Mqp$K&0j@qlJih1RvL={0SVc z8cG|h?bBpu&fH);Ez0lqx_7HKDQ~~c%OJRLmDa0W$Ey1c+qN3|3fJEMTw&8;nB=wL z`@Fk(?OVSoDeV$FXPJAuEHlBY;P$qT6RErJ&I_Ho)k3acB3WSK`D4c<UhRrIaPN2V z^-|^!f=(Q(x;h@rd0b#&z|*{J3PV7sR<^G1Wd)__%QDZ^-seB?vTARej=xKX;iRCX zS<A%zdpZ)<vi>OEe?R=-)AC3M7dzh`!%g?!Gx{mEgci(8?(yaeSgEC{I`6#tV+*$A zGq<(RoQ+d?a!OORj_G-^D)Z#YmGi`JJ#7@4BOf$VpJ!iI_3;O@*_UoBdMw+$UM{54 zIdtQ-O*eDGY75RKu2r>Plh5<%(f-$e*7u0BX{sJ8JTrA_d{3c_r{=;{Gb-o3+|^fZ ze?F=t_PEV?hCi$dW>-Fh{d;2!40zQN*NBpo#FA92<f2p{#b9J$Xsl~su4`ZtVrXt< zU<^ds21Zr}2EI#n10w}VLvDUbW?Cg~4K_cSj{r4Df@}!RPb(=;EJ|f4FE7{2%*!rL bPAo{(%P&fw{mw=TsEEPS)z4*}Q$iB}dJy8a literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/newpage/icons/newpage.png b/public/assets/ckeditor/plugins/newpage/icons/newpage.png new file mode 100644 index 0000000000000000000000000000000000000000..8e18c8a2dcc3510f9fe6b6e33f8dd05620c846e3 GIT binary patch literal 580 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iW2~o(V~EA+-pPS^%?3Pe_0}SxQx}B9EI4m_m~X4}n)cg<za}t; zcy(8FI3>ML^k&n&`ptWq)0;mv8ynYbz45l}#V)?tXW6oa1n;~r?|IxIp&YXH$&8s7 zx9Psx6{Zx$n|$VHfkndp`-@j;30z#yDA+i&&}#02RjV(S-nAB-dwW~0(MqF77JVFw z7rs`xaxkvqQabdp!p7>kUA@nORnMmgwIw=uan1=`mf6&yu#`oxu|wfl$LXg@jC=0p zZQqzVt6a&-+?P4|%y-deY%U=ep1sa7;yKLm;IKsSr#aohUfqZL)viTxKUn*|ddU<o z;njO)<ev+@cZBEtUS359ms1+tjU772K5L}08QWhitedecvvI$hqf3XO-m9?c4_?`& z-EwDy*L%oShdymtbx5N5Z5el3omI?r(;ma8%+*RKX4l^TU)jsr*m0nG{#?=j6Ta{3 znUvg9aBlCPiPsKUhA;cb8guWh$@hlbIAG|jmbgZgq$HN4S|t~y0x1R~14Cn719M#i zlMq95D+6O7(l#)%GBEI6vKtsPNE&kUQ!>*kaci*o$$SK;K@wy`aDG}zd16s2LwR|* gUS?i)adKios$PCk`s{Z$Qb0uvp00i_>zopr0N&W?+W-In literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/newpage/lang/af.js b/public/assets/ckeditor/plugins/newpage/lang/af.js new file mode 100644 index 0000000..2fd4a60 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","af",{toolbar:"Nuwe bladsy"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/ar.js b/public/assets/ckeditor/plugins/newpage/lang/ar.js new file mode 100644 index 0000000..04f45c5 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","ar",{toolbar:"ØµÙØØ© Ø¬Ø¯ÙØ¯Ø©"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/bg.js b/public/assets/ckeditor/plugins/newpage/lang/bg.js new file mode 100644 index 0000000..b40fbf5 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","bg",{toolbar:"Ðова ÑÑÑаниÑа"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/bn.js b/public/assets/ckeditor/plugins/newpage/lang/bn.js new file mode 100644 index 0000000..24e9509 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","bn",{toolbar:"নতà§à¦¨ পà§à¦·à§à¦ া"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/bs.js b/public/assets/ckeditor/plugins/newpage/lang/bs.js new file mode 100644 index 0000000..f8a0c44 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","bs",{toolbar:"Novi dokument"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/ca.js b/public/assets/ckeditor/plugins/newpage/lang/ca.js new file mode 100644 index 0000000..4efb607 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","ca",{toolbar:"Nova pà gina"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/cs.js b/public/assets/ckeditor/plugins/newpage/lang/cs.js new file mode 100644 index 0000000..0296068 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","cs",{toolbar:"Nová stránka"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/cy.js b/public/assets/ckeditor/plugins/newpage/lang/cy.js new file mode 100644 index 0000000..09e8b6f --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","cy",{toolbar:"Tudalen Newydd"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/da.js b/public/assets/ckeditor/plugins/newpage/lang/da.js new file mode 100644 index 0000000..22d0d6b --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","da",{toolbar:"Ny side"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/de-ch.js b/public/assets/ckeditor/plugins/newpage/lang/de-ch.js new file mode 100644 index 0000000..0db0ad8 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","de-ch",{toolbar:"Neue Seite"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/de.js b/public/assets/ckeditor/plugins/newpage/lang/de.js new file mode 100644 index 0000000..8d323f8 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","de",{toolbar:"Neue Seite"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/el.js b/public/assets/ckeditor/plugins/newpage/lang/el.js new file mode 100644 index 0000000..7f989b1 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","el",{toolbar:"ÎÎα Σελίδα"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/en-au.js b/public/assets/ckeditor/plugins/newpage/lang/en-au.js new file mode 100644 index 0000000..6e38a28 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","en-au",{toolbar:"New Page"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/en-ca.js b/public/assets/ckeditor/plugins/newpage/lang/en-ca.js new file mode 100644 index 0000000..327aa5d --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","en-ca",{toolbar:"New Page"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/en-gb.js b/public/assets/ckeditor/plugins/newpage/lang/en-gb.js new file mode 100644 index 0000000..3f7ab3e --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","en-gb",{toolbar:"New Page"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/en.js b/public/assets/ckeditor/plugins/newpage/lang/en.js new file mode 100644 index 0000000..4402b73 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","en",{toolbar:"New Page"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/eo.js b/public/assets/ckeditor/plugins/newpage/lang/eo.js new file mode 100644 index 0000000..671a107 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","eo",{toolbar:"Nova PaÄo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/es.js b/public/assets/ckeditor/plugins/newpage/lang/es.js new file mode 100644 index 0000000..ca54ae0 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","es",{toolbar:"Nueva Página"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/et.js b/public/assets/ckeditor/plugins/newpage/lang/et.js new file mode 100644 index 0000000..59a5806 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","et",{toolbar:"Uus leht"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/eu.js b/public/assets/ckeditor/plugins/newpage/lang/eu.js new file mode 100644 index 0000000..7546865 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","eu",{toolbar:"Orrialde berria"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/fa.js b/public/assets/ckeditor/plugins/newpage/lang/fa.js new file mode 100644 index 0000000..6986ba6 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","fa",{toolbar:"برگÙÙ´ تازÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/fi.js b/public/assets/ckeditor/plugins/newpage/lang/fi.js new file mode 100644 index 0000000..cc1e63d --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","fi",{toolbar:"Tyhjennä"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/fo.js b/public/assets/ckeditor/plugins/newpage/lang/fo.js new file mode 100644 index 0000000..778091e --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","fo",{toolbar:"Nýggj sÃða"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/fr-ca.js b/public/assets/ckeditor/plugins/newpage/lang/fr-ca.js new file mode 100644 index 0000000..de7bb95 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","fr-ca",{toolbar:"Nouvelle page"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/fr.js b/public/assets/ckeditor/plugins/newpage/lang/fr.js new file mode 100644 index 0000000..2de5170 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","fr",{toolbar:"Nouvelle page"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/gl.js b/public/assets/ckeditor/plugins/newpage/lang/gl.js new file mode 100644 index 0000000..96b7ea7 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","gl",{toolbar:"Páxina nova"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/gu.js b/public/assets/ckeditor/plugins/newpage/lang/gu.js new file mode 100644 index 0000000..f4c3306 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","gu",{toolbar:"નવૠપાનà«àª"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/he.js b/public/assets/ckeditor/plugins/newpage/lang/he.js new file mode 100644 index 0000000..460262b --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","he",{toolbar:"××£ ××ש"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/hi.js b/public/assets/ckeditor/plugins/newpage/lang/hi.js new file mode 100644 index 0000000..afed2e2 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","hi",{toolbar:"नया पà¥à¤"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/hr.js b/public/assets/ckeditor/plugins/newpage/lang/hr.js new file mode 100644 index 0000000..fc09d5a --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","hr",{toolbar:"Nova stranica"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/hu.js b/public/assets/ckeditor/plugins/newpage/lang/hu.js new file mode 100644 index 0000000..6053528 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","hu",{toolbar:"Ãj oldal"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/id.js b/public/assets/ckeditor/plugins/newpage/lang/id.js new file mode 100644 index 0000000..391bdad --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","id",{toolbar:"Halaman Baru"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/is.js b/public/assets/ckeditor/plugins/newpage/lang/is.js new file mode 100644 index 0000000..cee7f35 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","is",{toolbar:"Ný sÃða"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/it.js b/public/assets/ckeditor/plugins/newpage/lang/it.js new file mode 100644 index 0000000..d484977 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","it",{toolbar:"Nuova pagina"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/ja.js b/public/assets/ckeditor/plugins/newpage/lang/ja.js new file mode 100644 index 0000000..3954e55 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","ja",{toolbar:"æ°ãããã¼ã¸"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/ka.js b/public/assets/ckeditor/plugins/newpage/lang/ka.js new file mode 100644 index 0000000..ee1bd79 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","ka",{toolbar:"áá®ááá áááá áá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/km.js b/public/assets/ckeditor/plugins/newpage/lang/km.js new file mode 100644 index 0000000..0dcae48 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","km",{toolbar:"áááááâáááá¸"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/ko.js b/public/assets/ckeditor/plugins/newpage/lang/ko.js new file mode 100644 index 0000000..cf7af53 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","ko",{toolbar:"ì íì´ì§"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/ku.js b/public/assets/ckeditor/plugins/newpage/lang/ku.js new file mode 100644 index 0000000..b5d9959 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","ku",{toolbar:"Ù¾ÛÚÛÛÛÚ©Û ÙÙÛ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/lt.js b/public/assets/ckeditor/plugins/newpage/lang/lt.js new file mode 100644 index 0000000..a9572d6 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","lt",{toolbar:"Naujas puslapis"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/lv.js b/public/assets/ckeditor/plugins/newpage/lang/lv.js new file mode 100644 index 0000000..d05d390 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","lv",{toolbar:"Jauna lapa"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/mk.js b/public/assets/ckeditor/plugins/newpage/lang/mk.js new file mode 100644 index 0000000..0b4261c --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","mk",{toolbar:"New Page"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/mn.js b/public/assets/ckeditor/plugins/newpage/lang/mn.js new file mode 100644 index 0000000..7ea8f84 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","mn",{toolbar:"Ð¨Ð¸Ð½Ñ Ñ ÑÑдаÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/ms.js b/public/assets/ckeditor/plugins/newpage/lang/ms.js new file mode 100644 index 0000000..a654494 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","ms",{toolbar:"Helaian Baru"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/nb.js b/public/assets/ckeditor/plugins/newpage/lang/nb.js new file mode 100644 index 0000000..7d8addd --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","nb",{toolbar:"Ny side"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/nl.js b/public/assets/ckeditor/plugins/newpage/lang/nl.js new file mode 100644 index 0000000..20ab505 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","nl",{toolbar:"Nieuwe pagina"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/no.js b/public/assets/ckeditor/plugins/newpage/lang/no.js new file mode 100644 index 0000000..551cb36 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","no",{toolbar:"Ny side"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/pl.js b/public/assets/ckeditor/plugins/newpage/lang/pl.js new file mode 100644 index 0000000..c2dd768 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","pl",{toolbar:"Nowa strona"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/pt-br.js b/public/assets/ckeditor/plugins/newpage/lang/pt-br.js new file mode 100644 index 0000000..31120f0 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","pt-br",{toolbar:"Novo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/pt.js b/public/assets/ckeditor/plugins/newpage/lang/pt.js new file mode 100644 index 0000000..556a89b --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","pt",{toolbar:"Nova Página"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/ro.js b/public/assets/ckeditor/plugins/newpage/lang/ro.js new file mode 100644 index 0000000..8733645 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","ro",{toolbar:"PaginÄ nouÄ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/ru.js b/public/assets/ckeditor/plugins/newpage/lang/ru.js new file mode 100644 index 0000000..bdac86e --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","ru",{toolbar:"ÐÐ¾Ð²Ð°Ñ ÑÑÑаниÑа"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/si.js b/public/assets/ckeditor/plugins/newpage/lang/si.js new file mode 100644 index 0000000..166e550 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","si",{toolbar:"න෠පà·à¶§à·à·à¶à·"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/sk.js b/public/assets/ckeditor/plugins/newpage/lang/sk.js new file mode 100644 index 0000000..2ff850f --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","sk",{toolbar:"Nová stránka"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/sl.js b/public/assets/ckeditor/plugins/newpage/lang/sl.js new file mode 100644 index 0000000..b8bdbdb --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","sl",{toolbar:"Nova stran"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/sq.js b/public/assets/ckeditor/plugins/newpage/lang/sq.js new file mode 100644 index 0000000..eb50802 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","sq",{toolbar:"Faqe e Re"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/sr-latn.js b/public/assets/ckeditor/plugins/newpage/lang/sr-latn.js new file mode 100644 index 0000000..1758d5c --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","sr-latn",{toolbar:"Nova stranica"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/sr.js b/public/assets/ckeditor/plugins/newpage/lang/sr.js new file mode 100644 index 0000000..9289d01 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","sr",{toolbar:"Ðова ÑÑÑаниÑа"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/sv.js b/public/assets/ckeditor/plugins/newpage/lang/sv.js new file mode 100644 index 0000000..ce4099d --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","sv",{toolbar:"Ny sida"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/th.js b/public/assets/ckeditor/plugins/newpage/lang/th.js new file mode 100644 index 0000000..f1647f2 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","th",{toolbar:"สรà¹à¸²à¸à¸«à¸à¹à¸²à¹à¸à¸à¸ªà¸²à¸£à¹à¸«à¸¡à¹"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/tr.js b/public/assets/ckeditor/plugins/newpage/lang/tr.js new file mode 100644 index 0000000..afba1bd --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","tr",{toolbar:"Yeni Sayfa"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/tt.js b/public/assets/ckeditor/plugins/newpage/lang/tt.js new file mode 100644 index 0000000..2c9e06a --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","tt",{toolbar:"Яңа биÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/ug.js b/public/assets/ckeditor/plugins/newpage/lang/ug.js new file mode 100644 index 0000000..739429a --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","ug",{toolbar:"ÙÛÚÙ Ø¨ÛØª"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/uk.js b/public/assets/ckeditor/plugins/newpage/lang/uk.js new file mode 100644 index 0000000..518a63a --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","uk",{toolbar:"Ðова ÑÑоÑÑнка"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/vi.js b/public/assets/ckeditor/plugins/newpage/lang/vi.js new file mode 100644 index 0000000..16dffe6 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","vi",{toolbar:"Trang má»i"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/zh-cn.js b/public/assets/ckeditor/plugins/newpage/lang/zh-cn.js new file mode 100644 index 0000000..9868d6b --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","zh-cn",{toolbar:"æ°å»º"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/lang/zh.js b/public/assets/ckeditor/plugins/newpage/lang/zh.js new file mode 100644 index 0000000..cd365f4 --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","zh",{toolbar:"æ°å¢ç¶²é "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/newpage/plugin.js b/public/assets/ckeditor/plugins/newpage/plugin.js new file mode 100644 index 0000000..3bfacdf --- /dev/null +++ b/public/assets/ckeditor/plugins/newpage/plugin.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.add("newpage",{lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"newpage,newpage-rtl",hidpi:!0,init:function(a){a.addCommand("newpage",{modes:{wysiwyg:1,source:1},exec:function(b){var a=this;b.setData(b.config.newpage_html||"",function(){b.focus();setTimeout(function(){b.fire("afterCommandExec", +{name:"newpage",command:a});b.selectionChange()},200)})},async:!0});a.ui.addButton&&a.ui.addButton("NewPage",{label:a.lang.newpage.toolbar,command:"newpage",toolbar:"document,20"})}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/cs.js b/public/assets/ckeditor/plugins/notification/lang/cs.js new file mode 100644 index 0000000..854cd12 --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","cs",{closed:"Oznámenà zavÅeno."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/da.js b/public/assets/ckeditor/plugins/notification/lang/da.js new file mode 100644 index 0000000..bbddc28 --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","da",{closed:"Notefikation lukket."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/de-ch.js b/public/assets/ckeditor/plugins/notification/lang/de-ch.js new file mode 100644 index 0000000..b8229bc --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","de-ch",{closed:"Benachrichtigung geschlossen."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/de.js b/public/assets/ckeditor/plugins/notification/lang/de.js new file mode 100644 index 0000000..3dc5b62 --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","de",{closed:"Benachrichtigung geschlossen."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/en.js b/public/assets/ckeditor/plugins/notification/lang/en.js new file mode 100644 index 0000000..56d54b7 --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","en",{closed:"Notification closed."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/eo.js b/public/assets/ckeditor/plugins/notification/lang/eo.js new file mode 100644 index 0000000..289ebfe --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","eo",{closed:"Sciigo fermita"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/eu.js b/public/assets/ckeditor/plugins/notification/lang/eu.js new file mode 100644 index 0000000..da65c78 --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","eu",{closed:"Jakinarazpena itxita."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/fr.js b/public/assets/ckeditor/plugins/notification/lang/fr.js new file mode 100644 index 0000000..99a473e --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","fr",{closed:"La notification est close."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/gl.js b/public/assets/ckeditor/plugins/notification/lang/gl.js new file mode 100644 index 0000000..837ea71 --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","gl",{closed:"Notificación pechada."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/id.js b/public/assets/ckeditor/plugins/notification/lang/id.js new file mode 100644 index 0000000..de26bc9 --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","id",{closed:"Pemberitahuan ditutup"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/it.js b/public/assets/ckeditor/plugins/notification/lang/it.js new file mode 100644 index 0000000..43fbada --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","it",{closed:"Notifica chiusa."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/ko.js b/public/assets/ckeditor/plugins/notification/lang/ko.js new file mode 100644 index 0000000..2b8d1ab --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","ko",{closed:"ìë¦¼ì´ ë«í."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/ku.js b/public/assets/ckeditor/plugins/notification/lang/ku.js new file mode 100644 index 0000000..b06babf --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","ku",{closed:"Ø¦Ø§Ú¯Ø§Ø¯Ø§Ø±Ú©ÛØ±ÛÙÛÚ©Û Ø¯Ø§Ø®Ø±Ø§."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/nb.js b/public/assets/ckeditor/plugins/notification/lang/nb.js new file mode 100644 index 0000000..275fa69 --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","nb",{closed:"Varsling lukket."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/nl.js b/public/assets/ckeditor/plugins/notification/lang/nl.js new file mode 100644 index 0000000..fd13476 --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","nl",{closed:"Melding gesloten."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/pl.js b/public/assets/ckeditor/plugins/notification/lang/pl.js new file mode 100644 index 0000000..a7696ad --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","pl",{closed:"Powiadomienie zostaÅo zamkniÄte."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/pt-br.js b/public/assets/ckeditor/plugins/notification/lang/pt-br.js new file mode 100644 index 0000000..3072fe8 --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","pt-br",{closed:"Notificação fechada."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/ru.js b/public/assets/ckeditor/plugins/notification/lang/ru.js new file mode 100644 index 0000000..b583dec --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","ru",{closed:"Уведомление закÑÑÑо"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/sv.js b/public/assets/ckeditor/plugins/notification/lang/sv.js new file mode 100644 index 0000000..571d905 --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","sv",{closed:"Notifiering stängd."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/tr.js b/public/assets/ckeditor/plugins/notification/lang/tr.js new file mode 100644 index 0000000..8bcf822 --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","tr",{closed:"Uyarılar kapatıldı."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/ug.js b/public/assets/ckeditor/plugins/notification/lang/ug.js new file mode 100644 index 0000000..62d5f3b --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","ug",{closed:"ئÙÙØªÛØ±ÛØ´ ØªØ§ÙØ§ÙدÙ."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/uk.js b/public/assets/ckeditor/plugins/notification/lang/uk.js new file mode 100644 index 0000000..53f8a5b --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","uk",{closed:"СповÑÑÐµÐ½Ð½Ñ Ð·Ð°ÐºÑиÑо."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/zh-cn.js b/public/assets/ckeditor/plugins/notification/lang/zh-cn.js new file mode 100644 index 0000000..9c96cb4 --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","zh-cn",{closed:"éç¥å·²å ³éã"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/lang/zh.js b/public/assets/ckeditor/plugins/notification/lang/zh.js new file mode 100644 index 0000000..f62eca8 --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("notification","zh",{closed:"éç¥å·²ééã"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notification/plugin.js b/public/assets/ckeditor/plugins/notification/plugin.js new file mode 100644 index 0000000..88ed014 --- /dev/null +++ b/public/assets/ckeditor/plugins/notification/plugin.js @@ -0,0 +1,19 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.add("notification",{lang:"cs,da,de,de-ch,en,eo,eu,fr,gl,id,it,ko,ku,nb,nl,pl,pt-br,ru,sv,tr,ug,uk,zh,zh-cn",requires:"toolbar",init:function(b){function a(b){var a=new CKEDITOR.dom.element("div");a.setStyles({position:"fixed","margin-left":"-9999px"});a.setAttributes({"aria-live":"assertive","aria-atomic":"true"});a.setText(b);CKEDITOR.document.getBody().append(a);setTimeout(function(){a.remove()},100)}b._.notificationArea=new Area(b);b.showNotification=function(a,d,e){var g,m;"progress"== +d?g=e:m=e;a=new CKEDITOR.plugins.notification(b,{message:a,type:d,progress:g,duration:m});a.show();return a};b.on("key",function(c){if(27==c.data.keyCode){var d=b._.notificationArea.notifications;d.length&&(a(b.lang.notification.closed),d[d.length-1].hide(),c.cancel())}})}}); +function Notification(b,a){CKEDITOR.tools.extend(this,a,{editor:b,id:"cke-"+CKEDITOR.tools.getUniqueId(),area:b._.notificationArea});a.type||(this.type="info");this.element=this._createElement();b.plugins.clipboard&&CKEDITOR.plugins.clipboard.preventDefaultDropOnElement(this.element)} +Notification.prototype={show:function(){!1!==this.editor.fire("notificationShow",{notification:this})&&(this.area.add(this),this._hideAfterTimeout())},update:function(b){var a=!0;!1===this.editor.fire("notificationUpdate",{notification:this,options:b})&&(a=!1);var c=this.element,d=c.findOne(".cke_notification_message"),e=c.findOne(".cke_notification_progress"),g=b.type;c.removeAttribute("role");b.progress&&"progress"!=this.type&&(g="progress");g&&(c.removeClass(this._getClass()),c.removeAttribute("aria-label"), +this.type=g,c.addClass(this._getClass()),c.setAttribute("aria-label",this.type),"progress"!=this.type||e?"progress"!=this.type&&e&&e.remove():(e=this._createProgressElement(),e.insertBefore(d)));void 0!==b.message&&(this.message=b.message,d.setHtml(this.message));void 0!==b.progress&&(this.progress=b.progress,e&&e.setStyle("width",this._getPercentageProgress()));a&&b.important&&(c.setAttribute("role","alert"),this.isVisible()||this.area.add(this));this.duration=b.duration;this._hideAfterTimeout()}, +hide:function(){!1!==this.editor.fire("notificationHide",{notification:this})&&this.area.remove(this)},isVisible:function(){return 0<=CKEDITOR.tools.indexOf(this.area.notifications,this)},_createElement:function(){var b=this,a,c,d=this.editor.lang.common.close;a=new CKEDITOR.dom.element("div");a.addClass("cke_notification");a.addClass(this._getClass());a.setAttributes({id:this.id,role:"alert","aria-label":this.type});"progress"==this.type&&a.append(this._createProgressElement());c=new CKEDITOR.dom.element("p"); +c.addClass("cke_notification_message");c.setHtml(this.message);a.append(c);c=CKEDITOR.dom.element.createFromHtml('\x3ca class\x3d"cke_notification_close" href\x3d"javascript:void(0)" title\x3d"'+d+'" role\x3d"button" tabindex\x3d"-1"\x3e\x3cspan class\x3d"cke_label"\x3eX\x3c/span\x3e\x3c/a\x3e');a.append(c);c.on("click",function(){b.editor.focus();b.hide()});return a},_getClass:function(){return"progress"==this.type?"cke_notification_info":"cke_notification_"+this.type},_createProgressElement:function(){var b= +new CKEDITOR.dom.element("span");b.addClass("cke_notification_progress");b.setStyle("width",this._getPercentageProgress());return b},_getPercentageProgress:function(){return Math.round(100*(this.progress||0))+"%"},_hideAfterTimeout:function(){var b=this,a;this._hideTimeoutId&&clearTimeout(this._hideTimeoutId);if("number"==typeof this.duration)a=this.duration;else if("info"==this.type||"success"==this.type)a="number"==typeof this.editor.config.notification_duration?this.editor.config.notification_duration: +5E3;a&&(b._hideTimeoutId=setTimeout(function(){b.hide()},a))}};function Area(b){var a=this;this.editor=b;this.notifications=[];this.element=this._createElement();this._uiBuffer=CKEDITOR.tools.eventsBuffer(10,this._layout,this);this._changeBuffer=CKEDITOR.tools.eventsBuffer(500,this._layout,this);b.on("destroy",function(){a._removeListeners();a.element.remove()})} +Area.prototype={add:function(b){this.notifications.push(b);this.element.append(b.element);1==this.element.getChildCount()&&(CKEDITOR.document.getBody().append(this.element),this._attachListeners());this._layout()},remove:function(b){var a=CKEDITOR.tools.indexOf(this.notifications,b);0>a||(this.notifications.splice(a,1),b.element.remove(),this.element.getChildCount()||(this._removeListeners(),this.element.remove()))},_createElement:function(){var b=this.editor,a=b.config,c=new CKEDITOR.dom.element("div"); +c.addClass("cke_notifications_area");c.setAttribute("id","cke_notifications_area_"+b.name);c.setStyle("z-index",a.baseFloatZIndex-2);return c},_attachListeners:function(){var b=CKEDITOR.document.getWindow(),a=this.editor;b.on("scroll",this._uiBuffer.input);b.on("resize",this._uiBuffer.input);a.on("change",this._changeBuffer.input);a.on("floatingSpaceLayout",this._layout,this,null,20);a.on("blur",this._layout,this,null,20)},_removeListeners:function(){var b=CKEDITOR.document.getWindow(),a=this.editor; +b.removeListener("scroll",this._uiBuffer.input);b.removeListener("resize",this._uiBuffer.input);a.removeListener("change",this._changeBuffer.input);a.removeListener("floatingSpaceLayout",this._layout);a.removeListener("blur",this._layout)},_layout:function(){function b(){a.setStyle("left",k(n+d.width-f-h))}var a=this.element,c=this.editor,d=c.ui.contentsElement.getClientRect(),e=c.ui.contentsElement.getDocumentPosition(),c=c.ui.space("top"),g=c.getClientRect(),m=a.getClientRect(),l,f=this._notificationWidth, +h=this._notificationMargin;l=CKEDITOR.document.getWindow();var p=l.getScrollPosition(),q=l.getViewPaneSize(),r=CKEDITOR.document.getBody(),t=r.getDocumentPosition(),k=CKEDITOR.tools.cssLength;f&&h||(l=this.element.getChild(0),f=this._notificationWidth=l.getClientRect().width,h=this._notificationMargin=parseInt(l.getComputedStyle("margin-left"),10)+parseInt(l.getComputedStyle("margin-right"),10));c.isVisible()&&g.bottom>d.top&&g.bottom<d.bottom-m.height?a.setStyles({position:"fixed",top:k(g.bottom)}): +0<d.top?a.setStyles({position:"absolute",top:k(e.y)}):e.y+d.height-m.height>p.y?a.setStyles({position:"fixed",top:0}):a.setStyles({position:"absolute",top:k(e.y+d.height-m.height)});var n="fixed"==a.getStyle("position")?d.left:"static"!=r.getComputedStyle("position")?e.x-t.x:e.x;d.width<f+h?e.x+f+h>p.x+q.width?b():a.setStyle("left",k(n)):e.x+f+h>p.x+q.width?a.setStyle("left",k(n)):e.x+d.width/2+f/2+h>p.x+q.width?a.setStyle("left",k(n-e.x+p.x+q.width-f-h)):0>d.left+d.width-f-h?b():0>d.left+d.width/ +2-f/2?a.setStyle("left",k(n-e.x+p.x)):a.setStyle("left",k(n+d.width/2-f/2-h/2))}};CKEDITOR.plugins.notification=Notification; \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/notificationaggregator/plugin.js b/public/assets/ckeditor/plugins/notificationaggregator/plugin.js new file mode 100644 index 0000000..1fba35a --- /dev/null +++ b/public/assets/ckeditor/plugins/notificationaggregator/plugin.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function e(a,b,c){this.editor=a;this.notification=null;this._message=new CKEDITOR.template(b);this._singularMessage=c?new CKEDITOR.template(c):null;this._tasks=[];this._doneTasks=this._doneWeights=this._totalWeights=0}function d(a){this._weight=a||1;this._doneWeight=0;this._isCanceled=!1}CKEDITOR.plugins.add("notificationaggregator",{requires:"notification"});e.prototype={createTask:function(a){a=a||{};var b=!this.notification,c;b&&(this.notification=this._createNotification());c=this._addTask(a); +c.on("updated",this._onTaskUpdate,this);c.on("done",this._onTaskDone,this);c.on("canceled",function(){this._removeTask(c)},this);this.update();b&&this.notification.show();return c},update:function(){this._updateNotification();this.isFinished()&&this.fire("finished")},getPercentage:function(){return 0===this.getTaskCount()?1:this._doneWeights/this._totalWeights},isFinished:function(){return this.getDoneTaskCount()===this.getTaskCount()},getTaskCount:function(){return this._tasks.length},getDoneTaskCount:function(){return this._doneTasks}, +_updateNotification:function(){this.notification.update({message:this._getNotificationMessage(),progress:this.getPercentage()})},_getNotificationMessage:function(){var a=this.getTaskCount(),b={current:this.getDoneTaskCount(),max:a,percentage:Math.round(100*this.getPercentage())};return(1==a&&this._singularMessage?this._singularMessage:this._message).output(b)},_createNotification:function(){return new CKEDITOR.plugins.notification(this.editor,{type:"progress"})},_addTask:function(a){a=new d(a.weight); +this._tasks.push(a);this._totalWeights+=a._weight;return a},_removeTask:function(a){var b=CKEDITOR.tools.indexOf(this._tasks,a);-1!==b&&(a._doneWeight&&(this._doneWeights-=a._doneWeight),this._totalWeights-=a._weight,this._tasks.splice(b,1),this.update())},_onTaskUpdate:function(a){this._doneWeights+=a.data;this.update()},_onTaskDone:function(){this._doneTasks+=1;this.update()}};CKEDITOR.event.implementOn(e.prototype);d.prototype={done:function(){this.update(this._weight)},update:function(a){if(!this.isDone()&& +!this.isCanceled()){a=Math.min(this._weight,a);var b=a-this._doneWeight;this._doneWeight=a;this.fire("updated",b);this.isDone()&&this.fire("done")}},cancel:function(){this.isDone()||this.isCanceled()||(this._isCanceled=!0,this.fire("canceled"))},isDone:function(){return this._weight===this._doneWeight},isCanceled:function(){return this._isCanceled}};CKEDITOR.event.implementOn(d.prototype);CKEDITOR.plugins.notificationAggregator=e;CKEDITOR.plugins.notificationAggregator.task=d})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak-rtl.png b/public/assets/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..4a5418cbfc805cbcca559085cb20cee329128e25 GIT binary patch literal 1318 zcmV+>1=;$EP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800006VoOIv0RI60 z0RN!9r;`8x010qNS#tmY4c7nw4c7reD4Tcy00citL_t(o!_Ak^YgAVh$3OSJ`{pH? z)Jy`6$w-U3X^j;Vk~XWLAT?OEE(-l43N;F@q|4&Mf)QPrjnQtbU9<~n7m`4W8{4>O zYH1V$_Lqo4CNq;a@8^BDi+M8|e`RVO*aMeYoHzG;?>XP|z2}OXmoD)tO}^6T{|5j{ z2$9WB#$a9sKwB=CS@6UdwALg^(lQvewXZLe1ZZQZ`97s;m0A#>lcc5p2|#CpAhpuf ztJZ^ZnJA81%fP1-6YCCYfGCc+S1Msk$%|Me((ju9{8}wD0D<q5JSX)+2&9xKDKXIG ziVDMU-2eb0t%;%t%+vG}LZB>*4f#A>`8+yFC{-%BzK`;KKQjPf5Re#yc??7&c%ieC z-u`~X&Yc4IqB1*s%nw7<ojZ3jDS=KB%27nER>P!aSQWgl4>3HP11@aZw(Vm_sbfM2 z)ZE-$rfT^6^fZa%AS~-q@QoW0gM(ez_BVU>?%ieO^CVh>G1*ITkhb5d;6p>3L@xKk zq5b=J6^ljul&l6&zfMinyT+KNk^xwjg%koBQoWX62!v%}x3^>4Hidk?5q!YT=fC@K z-@Z3GJ3Fa)9#IrETTyKv7=W~fwIHDEx&U<L^K>{4mXxjejll~7DxQZ@ir(H{#L&=K zN1^cTf${M|E|(+leWEBL*1D+`${HJ6rG(X)84KXGJ$s(1kZby9XDww}h~eRnI(vG) zJTN})NGXZJu%7ltm!z3f13PvA5GM&G&m&CR^7XA->27aFr6+9FA9)_wHo)lc;GpBW zF1At#Auz_ElcZTj0jS^R=T{N&*7P(04;B}nNzk?Yw=Y~kDTOiSr_WEEnECqh<=q>5 zd##R+4y2Uzo70$P37*=-3q!mYsN-6GHwdWIc{2Lh@#F8GI(2GpadB~Fd3l*I4C@lC zb+ZIw{@l5g!~$vCsJ6CxN`0RsikhmnmcP*j*fv^gqDqC4!-qcs&McKmx8K>meZ!V5 zTl(8NI=EjhbK~Sm>+hu{L~`xgqYa*DJ7dfvZC}Hm7=s%GlvY-7Q!WIR3hzx!>;t|6 zR{D#@<^E#vt!f-IKRIdrv$T}`JW!sQvF?{jgkebR`vm1OqeqVH1g-$xZ*Javvl2z` z{&D`i^`KfseQ@yL`lA{{5Xb!W@F9+EBZWXniE<q1>f-w3<S(N~kB$OY{=9p4<n57> zAFI_WT5BX)v)*MMTcW`ksNV;UgHtGQeRA?1Fa~_TFgLfmTrSrEL{Y?gR~*O0>F<-a z3dHHtE^r7q6Kahy2IZ#Gx?T(77|-+S!{`%3NdtuF?&ikSR3e0!P>usqq81hwG64`L z2^G)7bzSr`#&Tg<SW;ruRT88`2!Sxhyv%#zxpwQ~MWJ&!Op6bm%;y0wy>wbN_4C=Y z*}Tn!z{=(7N-0}Emul<j$?o`R|Nocw=D&`sn@HS6*$Dsu03~!qSaf7zbY(hYa%Ew3 zWdJfTF*7YNHZ3wRR539+FgH3dG%GMNIxsNy;-*Oe001R)MObuXVRU6WZEs|0W_bWI zFflVNFg7hRFjO%yIxsgnFf=PLGCD9Yhrb^60000PbVXQnQ*UN;cVTj60C#tHE@^IS cb7Ns}WiD@WXPfRk8UO$Q07*qoM6N<$f>rcl9RL6T literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak.png b/public/assets/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak.png new file mode 100644 index 0000000000000000000000000000000000000000..8d3930bbeb58bc2dd4cbb6a2735c06f094a33ac3 GIT binary patch literal 1299 zcmV+u1?>8XP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800006VoOIv0RI60 z0RN!9r;`8x010qNS#tmY4c7nw4c7reD4Tcy00b;aL_t(o!_Ak^YZPZ3#y{^n?__q9 z>}FT6YSfE|K(U2{2)(o@ksho+S__pTl>P_eLHsXDqJ<tB5HEs<=28U7A!?8wV%J8i zDN3<9#BQu1Br!X)vorI)Zx6G(O%v0^xM<(&Gc(_3p6~O0<~!oy)vLVCBj0NE{{sQF zm74^B5O0=%0Hl;Sj)N4UWh6FDKuSrw=TXe%XwPJD-n0TzO7iXP<Oc?HODeyNfB@_| z7Ye|YlH;dO(_Jj$Dn%<aP%C>YfW#P#F<85niZO;-7!n2nx>W?Elyqb=6!Uo;DOvJ; zUidzV)@w;vOB~0<aSX<^pgbr?N(!Bw<PIJB1~_N$-Lvx9GZrhAf03}(Vyq>q)d<57 z?KrI=AcVkEioN^ypPiYS>J|qMd~Hjmh*c!4F$6)tpXD-@xj7suThjup#c0jDJw5d7 z-hFE9=FJ_VxA&x-oLmB$BoeJzTwG-O!Go5jr?jNz3d4}@?ruIkdi0=ZYa17ReY@Y; zv4cWqC#o)YElFBgyRHD~=*4kNSgleh6!`qaiT8iJe*GuW*Y}B?ocs-IS+o|iSsq@x zB&^oZFlgNyTBq^QNXlkPZh$LDXFSoGIF6|aK{lJ^<gsIWuZ@o07JYr6*}Hdd8*52C zk9;;u*7KT4sEr}0)mZX<0J=IlX!krEDK~|uK_o<Kv^rC3ElMd)963_BHaa>g`uo4C zj*pKdT9aER375yl9Dv;6!>@#^hLg3{Xk*Y?V~k1XJxS>A?e)fQ-1s1=)kfktX8XQ< z6th`W{S6XhSg2Ns!Vut<@n#FGwXi~kAPD&D`E&insZ+OZjg8&;<H{A1B;om!Coi3X z$CobyyfWTwfzdjZUu!Cr3Nte^mG6g#rw$Jcd<@)w;rl<V_niQ!M$vz|eLY<KJ~G0d zZQJNSe_rqG>LLsRrl+T8A5KlZ*j6m|0B1@UFMj9d^Ei$Jam>mo5JDhb7nRARl7}HC zj++U(5w04tM^VJW!UD79^5fZZxd7||j^DX(;kuX4<7P5+WU~}IJL&Mebd>7qiB)6Q zXy;~dWq~M;nVXxV=DI)6mdoz}3&2McLqqqyt}dKR2IaaGb2+-!arst{(ps~;yv)vB zyKX-!l|BT11&&P&4wk(_0p)oJDUm|pxh_5Z{p{Vo9Z#v&tYlhimMRq<l}ZPJYrvNi zgM)svczsU*5Y}SrMzsxTUzdQjmN<>cZ-KKDLqld|@zp0u5|TKkH6LS8NQvWl{4zXz z##&3JSj2JNwZ*MP8$-2P#Sa1!wWW=IEde0}vaOA_#sj5XBdsOPbl>-R_Vg*i{CqRX zUS9#yS!II_M{CXe{5&=cTe=TyT1R6H(FSR^l_NI$cWkZ2L=j0CqNC`apm|dYG`!*} zh1;Uy0Dl8L4M|MY_Z2Y!001R)MObuXVRU6WV{&C-bY%cCFflVNFg7hRFjO%yIxsgn zFf=PLGCD9Y_Tr{V0000bbVXQnWMOn=I&E)cX=Zr<GB7bSEig7MGB8vzF*-0eIxsXV zFfuwYFo(Y$^#A|>8FWQhbW?9;ba!ELWdL_~cP?peYja~^aAhuUa%Y?FJQ@H1002ov JPDHLkV1kGjN)!M9 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/pagebreak/icons/pagebreak-rtl.png b/public/assets/ckeditor/plugins/pagebreak/icons/pagebreak-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..b5b342b09ff2db88762d15ae357535ee7e4bdc80 GIT binary patch literal 629 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iW1pvsV~EA+-buE3N{#}p@dq1brHCmqF>OhSY2<jaTHr0?H>ugb zc*<U+9QG~GKai%t+Yx_|BeUwxWuNcG49ydI-fFH~vMT87^{eZ>mtEF8C2?~1R|n0n zPZOWZ%qjkGZ$I-%_b1Vx?>#QCaLDF;F5~jVDpWx!UYH>w`=|u7pySpkR!@uP0zJnc z``^!9do*jSlK{(#>#qa66nUH{9I4yyZZOkl-PxlV+ZS0r7dURXNyk~DEx^n1T<`ul z#rBSurhGK<<<5{jP`v!Iq9+T(tW=W>6Dfg-`3!Mxi!V9{uJ1Upx?_)2vX9{X)B1n? zn-4x%cs0v0yOwRj8IQDUQ6eAr#$@wO+Wofdcm3WtWzR{gBVIk){&9EB=9>*q$|u$D zzWZ)}+UAos=g;>T<@FrQF=IYC;mP~B_21R|l1~&^{3)5ZN#}5l-SMKGQ#85~dK~xP z=V!2S3;g1I>+QF8hDj$r%N&0!m^tfI-uC9LV)v>;v_v~NT9#;j?(IJ6G}li(W(y-j zhsRG_k4Y?Bqu$oMK6`8*qh)qj%68Y)oxtc)Epd$~Nl7e8wMs5Z1yT$~28PDE2Ijg3 zCLxCARtCmEq-|hiWnkdDWH&G>ku>Dyr(~v8;?`jEllcfxgCxj?;QX|b^2DN4hVt@q hz0ADq;^f4FRK5J7^x5xhq=1STJYD@<);T3K0RYi=0#pD1 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/pagebreak/icons/pagebreak.png b/public/assets/ckeditor/plugins/pagebreak/icons/pagebreak.png new file mode 100644 index 0000000000000000000000000000000000000000..5280a6e97a8b7b01684a309160b06ac0631ba83c GIT binary patch literal 602 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iW3i`;V~EA+-bwzeq#PxV)Zeu|)4?n$TWGj|@w(iBr61XLx=-8b zzHVZS!fEz{u0<^kKhjsTP2@3N);x1%&b&^2o3k|m-HTqXTEF`AnlSBo(#br&Y8CGm zZ54Yib8crEleoEOM0V%n8796Pul<XE@F=Bc;VP{)TU9)piv4=$2^=@v8^@o_Q#tSP zUUd$pw9S%{(*)Zd-nH=w4YhcFk1=2MWHtYR3Y)O)xBpH)ytQM={urUiX`DY8S|(Y{ z_4D}To1kJi*N@d;{&{=G^{Tb(QNBhS7*ZoAEz_KQ@`>n&e}zxw#Vg+b)s<rqaXnbJ zJ9Yp4`l(;m>UgXC-LvCKW!>!g=hLm`_OUe|6!)C3y7$i8GLNj-hicC&Y>cFO<y2~? zd`a4T^TQ9}tR{u?#n)bc6{^@Ap;NatN_UZl(rKf%!-|0-cX==BO!rm^yl#3e>X5;b z`|mI3ZJ(;b=_qhVH>kjJ&$`bK3o3+e-PQVkd(*CUnq5o_F1tK1Kk}OKh=sr08DN~K zmbgZgq$HN4S|t~y0x1R~14Cn719M#ilMq95D+6O7(l#)%GBEI6vKts*NE&kUQ!>*k zaci*o$$SK;K@wy`aDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0uvp00i_>zopr E07sJW9{>OV literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/pagebreak/images/pagebreak.gif b/public/assets/ckeditor/plugins/pagebreak/images/pagebreak.gif new file mode 100644 index 0000000000000000000000000000000000000000..a27b1684983977a00de52fc565142df615eb8c0c GIT binary patch literal 99 zcmZ?wbhEHb6lP#&_{abPGiS~O(+r9~Sr{1@m>3lQb9?3{rl<NQre`K+^QI@}<|f)2 u=$V+Bn3^)^fYgFCGcbuyNm|(@!~ZyXi<ZKMb2a(gR+n~|JWLc}um%8W_!*c0 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/af.js b/public/assets/ckeditor/plugins/pagebreak/lang/af.js new file mode 100644 index 0000000..3db5e2e --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","af",{alt:"Bladsy-einde",toolbar:"Bladsy-einde invoeg"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/ar.js b/public/assets/ckeditor/plugins/pagebreak/lang/ar.js new file mode 100644 index 0000000..6c79581 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ar",{alt:"ÙØ§ØµÙ Ø§ÙØµÙØØ©",toolbar:"Ø¥Ø¯Ø®Ø§Ù ØµÙØØ© Ø¬Ø¯ÙØ¯Ø©"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/bg.js b/public/assets/ckeditor/plugins/pagebreak/lang/bg.js new file mode 100644 index 0000000..32ea86b --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","bg",{alt:"РазделÑне на ÑÑÑаниÑи",toolbar:"ÐмÑкване на нова ÑÑÑаниÑа пÑи пеÑаÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/bn.js b/public/assets/ckeditor/plugins/pagebreak/lang/bn.js new file mode 100644 index 0000000..69bcc5d --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","bn",{alt:"Page Break",toolbar:"পà§à¦ বà§à¦°à§à¦"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/bs.js b/public/assets/ckeditor/plugins/pagebreak/lang/bs.js new file mode 100644 index 0000000..e33eb61 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","bs",{alt:"Page Break",toolbar:"Insert Page Break for Printing"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/ca.js b/public/assets/ckeditor/plugins/pagebreak/lang/ca.js new file mode 100644 index 0000000..8d1732c --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ca",{alt:"Salt de pà gina",toolbar:"Insereix salt de pà gina"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/cs.js b/public/assets/ckeditor/plugins/pagebreak/lang/cs.js new file mode 100644 index 0000000..c275310 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","cs",{alt:"Konec stránky",toolbar:"Vložit konec stránky"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/cy.js b/public/assets/ckeditor/plugins/pagebreak/lang/cy.js new file mode 100644 index 0000000..b3f86a4 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","cy",{alt:"Toriad Tudalen",toolbar:"Mewnosod Toriad Tudalen i Argraffu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/da.js b/public/assets/ckeditor/plugins/pagebreak/lang/da.js new file mode 100644 index 0000000..206f3a6 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","da",{alt:"Sideskift",toolbar:"Indsæt sideskift"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/de-ch.js b/public/assets/ckeditor/plugins/pagebreak/lang/de-ch.js new file mode 100644 index 0000000..972e0da --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","de-ch",{alt:"Seitenumbruch",toolbar:"Seitenumbruch zum Drucken einfügen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/de.js b/public/assets/ckeditor/plugins/pagebreak/lang/de.js new file mode 100644 index 0000000..e0b0df2 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","de",{alt:"Seitenumbruch",toolbar:"Seitenumbruch zum Drucken einfügen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/el.js b/public/assets/ckeditor/plugins/pagebreak/lang/el.js new file mode 100644 index 0000000..1b9c872 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","el",{alt:"Îλλαγή ΣελίδαÏ",toolbar:"ÎιÏαγÏγή ΤÎÎ»Î¿Ï Ï Î£ÎµÎ»Î¯Î´Î±Ï Î³Î¹Î± ÎκÏÏÏÏÏη"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/en-au.js b/public/assets/ckeditor/plugins/pagebreak/lang/en-au.js new file mode 100644 index 0000000..ca24e8e --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","en-au",{alt:"Page Break",toolbar:"Insert Page Break for Printing"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/en-ca.js b/public/assets/ckeditor/plugins/pagebreak/lang/en-ca.js new file mode 100644 index 0000000..d473156 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","en-ca",{alt:"Page Break",toolbar:"Insert Page Break for Printing"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/en-gb.js b/public/assets/ckeditor/plugins/pagebreak/lang/en-gb.js new file mode 100644 index 0000000..d17f8b0 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","en-gb",{alt:"Page Break",toolbar:"Insert Page Break for Printing"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/en.js b/public/assets/ckeditor/plugins/pagebreak/lang/en.js new file mode 100644 index 0000000..4b680ef --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","en",{alt:"Page Break",toolbar:"Insert Page Break for Printing"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/eo.js b/public/assets/ckeditor/plugins/pagebreak/lang/eo.js new file mode 100644 index 0000000..cb66474 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","eo",{alt:"PaÄavanco",toolbar:"Enmeti PaÄavancon por Presado"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/es.js b/public/assets/ckeditor/plugins/pagebreak/lang/es.js new file mode 100644 index 0000000..1737955 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","es",{alt:"Salto de página",toolbar:"Insertar Salto de Página"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/et.js b/public/assets/ckeditor/plugins/pagebreak/lang/et.js new file mode 100644 index 0000000..463b200 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","et",{alt:"Lehevahetuskoht",toolbar:"Lehevahetuskoha sisestamine"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/eu.js b/public/assets/ckeditor/plugins/pagebreak/lang/eu.js new file mode 100644 index 0000000..25c4cf6 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","eu",{alt:"Orrialde-jauzia",toolbar:"Txertatu orrialde-jauzia inprimatzean"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/fa.js b/public/assets/ckeditor/plugins/pagebreak/lang/fa.js new file mode 100644 index 0000000..c8b8e18 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","fa",{alt:"Ø´Ú©Ø³ØªÙ ØµÙØÙ",toolbar:"Ú¯ÙØ¬Ø§ÙØ¯Ù Ø´Ú©Ø³ØªÚ¯Û Ù¾Ø§ÛØ§Ù برگÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/fi.js b/public/assets/ckeditor/plugins/pagebreak/lang/fi.js new file mode 100644 index 0000000..5dc52bd --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","fi",{alt:"Sivunvaihto",toolbar:"Lisää sivunvaihto"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/fo.js b/public/assets/ckeditor/plugins/pagebreak/lang/fo.js new file mode 100644 index 0000000..ba9b9dc --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","fo",{alt:"SÃðuskift",toolbar:"Ger sÃðuskift"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/fr-ca.js b/public/assets/ckeditor/plugins/pagebreak/lang/fr-ca.js new file mode 100644 index 0000000..e5ec232 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","fr-ca",{alt:"Saut de page",toolbar:"Insérer un saut de page à l'impression"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/fr.js b/public/assets/ckeditor/plugins/pagebreak/lang/fr.js new file mode 100644 index 0000000..941c0b1 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","fr",{alt:"Saut de page",toolbar:"Saut de page"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/gl.js b/public/assets/ckeditor/plugins/pagebreak/lang/gl.js new file mode 100644 index 0000000..fd239f3 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","gl",{alt:"Quebra de páxina",toolbar:"Inserir quebra de páxina"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/gu.js b/public/assets/ckeditor/plugins/pagebreak/lang/gu.js new file mode 100644 index 0000000..cd6a24e --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","gu",{alt:"નવà«àª પાનà«àª",toolbar:"àªàª¨à«àª¸àª°à«àª પà«àªàª¬à«àª°à«àª/પાનાનૠઠલઠàªàª°àªµà«àª/દાàªàª² àªàª°àªµà«àª"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/he.js b/public/assets/ckeditor/plugins/pagebreak/lang/he.js new file mode 100644 index 0000000..e5b8124 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","he",{alt:"ש××רת ××£",toolbar:"××ספת ש××רת ××£"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/hi.js b/public/assets/ckeditor/plugins/pagebreak/lang/hi.js new file mode 100644 index 0000000..940a28f --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","hi",{alt:"पà¥à¤ बà¥à¤°à¥à¤",toolbar:"पà¥à¤ बà¥à¤°à¥à¤ à¤à¤¨à¥à¤¸à¤°à¥à¤à¥ à¤à¤°à¥à¤"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/hr.js b/public/assets/ckeditor/plugins/pagebreak/lang/hr.js new file mode 100644 index 0000000..6f86601 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","hr",{alt:"Prijelom stranice",toolbar:"Ubaci prijelom stranice"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/hu.js b/public/assets/ckeditor/plugins/pagebreak/lang/hu.js new file mode 100644 index 0000000..6b9fd0e --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","hu",{alt:"Oldaltörés",toolbar:"Oldaltörés beillesztése"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/id.js b/public/assets/ckeditor/plugins/pagebreak/lang/id.js new file mode 100644 index 0000000..71865ad --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","id",{alt:"Halaman Istirahat",toolbar:"Sisip Halaman Istirahat untuk Pencetakan "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/is.js b/public/assets/ckeditor/plugins/pagebreak/lang/is.js new file mode 100644 index 0000000..27f2087 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","is",{alt:"Page Break",toolbar:"Setja inn sÃðuskil"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/it.js b/public/assets/ckeditor/plugins/pagebreak/lang/it.js new file mode 100644 index 0000000..1308ec6 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","it",{alt:"Interruzione di pagina",toolbar:"Inserisci interruzione di pagina per la stampa"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/ja.js b/public/assets/ckeditor/plugins/pagebreak/lang/ja.js new file mode 100644 index 0000000..cc1574f --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ja",{alt:"æ¹ãã¼ã¸",toolbar:"å°å·ã®çºã«æ¹ãã¼ã¸æ¿å ¥"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/ka.js b/public/assets/ckeditor/plugins/pagebreak/lang/ka.js new file mode 100644 index 0000000..6c999ff --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ka",{alt:"áááá ááá¡ á¬á§ááá¢á",toolbar:"áááá ááá¡ á¬á§ááá¢á ááááááá¡áááá¡"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/km.js b/public/assets/ckeditor/plugins/pagebreak/lang/km.js new file mode 100644 index 0000000..ab157e3 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","km",{alt:"áááááâááááá",toolbar:"ááááááâáá¶áâáááááâáááááâáá»áâááááá»ááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/ko.js b/public/assets/ckeditor/plugins/pagebreak/lang/ko.js new file mode 100644 index 0000000..e4ea9d5 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ko",{alt:"íì´ì§ ëë기",toolbar:"ì¸ìì íì´ì§ ëë기 ì½ì "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/ku.js b/public/assets/ckeditor/plugins/pagebreak/lang/ku.js new file mode 100644 index 0000000..d989784 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ku",{alt:"پشÙÙÛ Ù¾ÛÚÛ",toolbar:"Ø¯Ø§ÙØ§ÙÛ Ù¾Ø´ÙÙÛ Ù¾ÛÚÛ Ø¨Û ÚØ§Ù¾Ú©Ø±Ø¯Ù"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/lt.js b/public/assets/ckeditor/plugins/pagebreak/lang/lt.js new file mode 100644 index 0000000..5879e3c --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","lt",{alt:"Puslapio skirtukas",toolbar:"Ä®terpti puslapių skirtukÄ "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/lv.js b/public/assets/ckeditor/plugins/pagebreak/lang/lv.js new file mode 100644 index 0000000..d594489 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","lv",{alt:"Lapas pÄrnesums",toolbar:"Ievietot lapas pÄrtraukumu drukai"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/mk.js b/public/assets/ckeditor/plugins/pagebreak/lang/mk.js new file mode 100644 index 0000000..5fdce2f --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","mk",{alt:"Page Break",toolbar:"Insert Page Break for Printing"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/mn.js b/public/assets/ckeditor/plugins/pagebreak/lang/mn.js new file mode 100644 index 0000000..272ffaf --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","mn",{alt:"Page Break",toolbar:"Ð¥ÑÑÐ´Ð°Ñ ÑÑÑгааÑÐ»Ð°Ð³Ñ Ð¾ÑÑÑÐ»Ð°Ñ "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/ms.js b/public/assets/ckeditor/plugins/pagebreak/lang/ms.js new file mode 100644 index 0000000..e0988ee --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ms",{alt:"Page Break",toolbar:"Insert Page Break for Printing"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/nb.js b/public/assets/ckeditor/plugins/pagebreak/lang/nb.js new file mode 100644 index 0000000..15f45ee --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","nb",{alt:"Sideskift",toolbar:"Sett inn sideskift for utskrift"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/nl.js b/public/assets/ckeditor/plugins/pagebreak/lang/nl.js new file mode 100644 index 0000000..5c05b16 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","nl",{alt:"Pagina-einde",toolbar:"Pagina-einde invoegen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/no.js b/public/assets/ckeditor/plugins/pagebreak/lang/no.js new file mode 100644 index 0000000..ec64c6b --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","no",{alt:"Sideskift",toolbar:"Sett inn sideskift for utskrift"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/pl.js b/public/assets/ckeditor/plugins/pagebreak/lang/pl.js new file mode 100644 index 0000000..79861f9 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","pl",{alt:"Wstaw podziaÅ strony",toolbar:"Wstaw podziaÅ strony"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/pt-br.js b/public/assets/ckeditor/plugins/pagebreak/lang/pt-br.js new file mode 100644 index 0000000..31d256d --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","pt-br",{alt:"Quebra de Página",toolbar:"Inserir Quebra de Página"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/pt.js b/public/assets/ckeditor/plugins/pagebreak/lang/pt.js new file mode 100644 index 0000000..17ed211 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","pt",{alt:"Quebra de página",toolbar:"Inserir Quebra de Página"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/ro.js b/public/assets/ckeditor/plugins/pagebreak/lang/ro.js new file mode 100644 index 0000000..91833ba --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ro",{alt:"Page Break",toolbar:"InsereazÄ separator de paginÄ (Page Break)"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/ru.js b/public/assets/ckeditor/plugins/pagebreak/lang/ru.js new file mode 100644 index 0000000..621682c --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ru",{alt:"РазÑÑв ÑÑÑаниÑÑ",toolbar:"ÐÑÑавиÑÑ ÑазÑÑв ÑÑÑаниÑÑ Ð´Ð»Ñ Ð¿ÐµÑаÑи"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/si.js b/public/assets/ckeditor/plugins/pagebreak/lang/si.js new file mode 100644 index 0000000..a232df6 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","si",{alt:"à¶´à·à¶§à· à¶¶à·à¶¯à·à¶¸",toolbar:"මà·à¶¯à·âරණය à·à¶³à·à· à¶´à·à¶§à· à¶¶à·à¶¯à·à¶¸à¶à· à¶à¶à·à¶½à¶à· à¶à¶»à¶±à·à¶±"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/sk.js b/public/assets/ckeditor/plugins/pagebreak/lang/sk.js new file mode 100644 index 0000000..b465e98 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","sk",{alt:"Zalomenie strany",toolbar:"VložiÅ¥ oddeľovaÄ stránky pre tlaÄ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/sl.js b/public/assets/ckeditor/plugins/pagebreak/lang/sl.js new file mode 100644 index 0000000..d07e904 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","sl",{alt:"Prelom Strani",toolbar:"Vstavi prelom strani"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/sq.js b/public/assets/ckeditor/plugins/pagebreak/lang/sq.js new file mode 100644 index 0000000..3b570e0 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","sq",{alt:"Thyerja e Faqes",toolbar:"Vendos Thyerje Faqeje për Shtyp"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/sr-latn.js b/public/assets/ckeditor/plugins/pagebreak/lang/sr-latn.js new file mode 100644 index 0000000..55877ba --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","sr-latn",{alt:"Page Break",toolbar:"Insert Page Break for Printing"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/sr.js b/public/assets/ckeditor/plugins/pagebreak/lang/sr.js new file mode 100644 index 0000000..9c6d9af --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","sr",{alt:"Page Break",toolbar:"Insert Page Break for Printing"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/sv.js b/public/assets/ckeditor/plugins/pagebreak/lang/sv.js new file mode 100644 index 0000000..a2210ce --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","sv",{alt:"Sidbrytning",toolbar:"Infoga sidbrytning för utskrift"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/th.js b/public/assets/ckeditor/plugins/pagebreak/lang/th.js new file mode 100644 index 0000000..55a2531 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","th",{alt:"à¸à¸±à¸§à¹à¸à¹à¸à¸«à¸à¹à¸²",toolbar:"à¹à¸à¸£à¸à¸à¸±à¸§à¹à¸à¹à¸à¸«à¸à¹à¸² Page Break"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/tr.js b/public/assets/ckeditor/plugins/pagebreak/lang/tr.js new file mode 100644 index 0000000..d5e64a5 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","tr",{alt:"Sayfa Sonu",toolbar:"Sayfa Sonu Ekle"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/tt.js b/public/assets/ckeditor/plugins/pagebreak/lang/tt.js new file mode 100644 index 0000000..df0ae8f --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","tt",{alt:"ÐÐ¸Ñ Ð±Ò¯Ð»Ð³ÐµÑе",toolbar:"ÐаÑÑÑÑÑ Ó©Ñен Ð±Ð¸Ñ Ð±Ò¯Ð»Ð³ÐµÑен Ó©ÑÑÓÒ¯"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/ug.js b/public/assets/ckeditor/plugins/pagebreak/lang/ug.js new file mode 100644 index 0000000..1040434 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ug",{alt:"Ø¨ÛØª Ø¦Ø§ÙØ±ÙغÛÚ",toolbar:"Ø¨ÛØª Ø¦Ø§ÙØ±ÙغÛÚ ÙÙØ³ØªÛر"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/uk.js b/public/assets/ckeditor/plugins/pagebreak/lang/uk.js new file mode 100644 index 0000000..0abba67 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","uk",{alt:"РозÑив СÑоÑÑнки",toolbar:"ÐÑÑавиÑи ÑозÑив ÑÑоÑÑнки"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/vi.js b/public/assets/ckeditor/plugins/pagebreak/lang/vi.js new file mode 100644 index 0000000..5787cb6 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","vi",{alt:"Ngắt trang",toolbar:"Chèn ngắt trang"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/zh-cn.js b/public/assets/ckeditor/plugins/pagebreak/lang/zh-cn.js new file mode 100644 index 0000000..39ec7ad --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","zh-cn",{alt:"å页符",toolbar:"æå ¥æå°å页符"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/lang/zh.js b/public/assets/ckeditor/plugins/pagebreak/lang/zh.js new file mode 100644 index 0000000..9b5a14c --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","zh",{alt:"æé ",toolbar:"æå ¥æé 符è以便åå°"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pagebreak/plugin.js b/public/assets/ckeditor/plugins/pagebreak/plugin.js new file mode 100644 index 0000000..df14d51 --- /dev/null +++ b/public/assets/ckeditor/plugins/pagebreak/plugin.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function e(a){return{"aria-label":a,"class":"cke_pagebreak",contenteditable:"false","data-cke-display-name":"pagebreak","data-cke-pagebreak":1,style:"page-break-after: always",title:a}}CKEDITOR.plugins.add("pagebreak",{requires:"fakeobjects",lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"pagebreak,pagebreak-rtl", +hidpi:!0,onLoad:function(){var a=("background:url("+CKEDITOR.getUrl(this.path+"images/pagebreak.gif")+") no-repeat center center;clear:both;width:100%;border-top:#999 1px dotted;border-bottom:#999 1px dotted;padding:0;height:7px;cursor:default;").replace(/;/g," !important;");CKEDITOR.addCss("div.cke_pagebreak{"+a+"}")},init:function(a){a.blockless||(a.addCommand("pagebreak",CKEDITOR.plugins.pagebreakCmd),a.ui.addButton&&a.ui.addButton("PageBreak",{label:a.lang.pagebreak.toolbar,command:"pagebreak", +toolbar:"insert,70"}),CKEDITOR.env.webkit&&a.on("contentDom",function(){a.document.on("click",function(b){b=b.data.getTarget();b.is("div")&&b.hasClass("cke_pagebreak")&&a.getSelection().selectElement(b)})}))},afterInit:function(a){function b(f){CKEDITOR.tools.extend(f.attributes,e(a.lang.pagebreak.alt),!0);f.children.length=0}var c=a.dataProcessor,g=c&&c.dataFilter,c=c&&c.htmlFilter,h=/page-break-after\s*:\s*always/i,k=/display\s*:\s*none/i;c&&c.addRules({attributes:{"class":function(a,b){var c=a.replace("cke_pagebreak", +"");if(c!=a){var d=CKEDITOR.htmlParser.fragment.fromHtml('\x3cspan style\x3d"display: none;"\x3e\x26nbsp;\x3c/span\x3e').children[0];b.children.length=0;b.add(d);d=b.attributes;delete d["aria-label"];delete d.contenteditable;delete d.title}return c}}},{applyToAll:!0,priority:5});g&&g.addRules({elements:{div:function(a){if(a.attributes["data-cke-pagebreak"])b(a);else if(h.test(a.attributes.style)){var c=a.children[0];c&&"span"==c.name&&k.test(c.attributes.style)&&b(a)}}}})}});CKEDITOR.plugins.pagebreakCmd= +{exec:function(a){var b=a.document.createElement("div",{attributes:e(a.lang.pagebreak.alt)});a.insertElement(b)},context:"div",allowedContent:{div:{styles:"!page-break-after"},span:{match:function(a){return(a=a.parent)&&"div"==a.name&&a.styles&&a.styles["page-break-after"]},styles:"display"}},requiredContent:"div{page-break-after}"}})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/panelbutton/plugin.js b/public/assets/ckeditor/plugins/panelbutton/plugin.js new file mode 100644 index 0000000..3f2cdc4 --- /dev/null +++ b/public/assets/ckeditor/plugins/panelbutton/plugin.js @@ -0,0 +1,8 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.add("panelbutton",{requires:"button",onLoad:function(){function e(c){var a=this._;a.state!=CKEDITOR.TRISTATE_DISABLED&&(this.createPanel(c),a.on?a.panel.hide():a.panel.showBlock(this._.id,this.document.getById(this._.id),4))}CKEDITOR.ui.panelButton=CKEDITOR.tools.createClass({base:CKEDITOR.ui.button,$:function(c){var a=c.panel||{};delete c.panel;this.base(c);this.document=a.parent&&a.parent.getDocument()||CKEDITOR.document;a.block={attributes:a.attributes};this.hasArrow=a.toolbarRelated= +!0;this.click=e;this._={panelDefinition:a}},statics:{handler:{create:function(c){return new CKEDITOR.ui.panelButton(c)}}},proto:{createPanel:function(c){var a=this._;if(!a.panel){var f=this._.panelDefinition,e=this._.panelDefinition.block,g=f.parent||CKEDITOR.document.getBody(),d=this._.panel=new CKEDITOR.ui.floatPanel(c,g,f),f=d.addBlock(a.id,e),b=this;d.onShow=function(){b.className&&this.element.addClass(b.className+"_panel");b.setState(CKEDITOR.TRISTATE_ON);a.on=1;b.editorFocus&&c.focus();if(b.onOpen)b.onOpen()}; +d.onHide=function(d){b.className&&this.element.getFirst().removeClass(b.className+"_panel");b.setState(b.modes&&b.modes[c.mode]?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED);a.on=0;if(!d&&b.onClose)b.onClose()};d.onEscape=function(){d.hide(1);b.document.getById(a.id).focus()};if(this.onBlock)this.onBlock(d,f);f.onHide=function(){a.on=0;b.setState(CKEDITOR.TRISTATE_OFF)}}}}})},beforeInit:function(e){e.ui.addHandler(CKEDITOR.UI_PANELBUTTON,CKEDITOR.ui.panelButton.handler)}}); +CKEDITOR.UI_PANELBUTTON="panelbutton"; \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/pastefromword/filter/default.js b/public/assets/ckeditor/plugins/pastefromword/filter/default.js new file mode 100644 index 0000000..75c116d --- /dev/null +++ b/public/assets/ckeditor/plugins/pastefromword/filter/default.js @@ -0,0 +1,32 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function C(a){a=a.toUpperCase();for(var c=D.length,b=0,f=0;f<c;++f)for(var d=D[f],e=d[1].length;a.substr(0,e)==d[1];a=a.substr(e))b+=d[0];return b}function E(a){a=a.toUpperCase();for(var c=1,b=1;0<a.length;b*=26)c+="ABCDEFGHIJKLMNOPQRSTUVWXYZ".indexOf(a.charAt(a.length-1))*b,a=a.substr(0,a.length-1);return c}var F=CKEDITOR.htmlParser.fragment.prototype,r=CKEDITOR.htmlParser.element.prototype;F.onlyChild=r.onlyChild=function(){var a=this.children;return 1==a.length&&a[0]||null};r.removeAnyChildWithName= +function(a){for(var c=this.children,b=[],f,d=0;d<c.length;d++)f=c[d],f.name&&(f.name==a&&(b.push(f),c.splice(d--,1)),b=b.concat(f.removeAnyChildWithName(a)));return b};r.getAncestor=function(a){for(var c=this.parent;c&&(!c.name||!c.name.match(a));)c=c.parent;return c};F.firstChild=r.firstChild=function(a){for(var c,b=0;b<this.children.length;b++)if(c=this.children[b],a(c)||c.name&&(c=c.firstChild(a)))return c;return null};r.addStyle=function(a,c,b){var f="";if("string"==typeof c)f+=a+":"+c+";";else{if("object"== +typeof a)for(var d in a)a.hasOwnProperty(d)&&(f+=d+":"+a[d]+";");else f+=a;b=c}this.attributes||(this.attributes={});a=this.attributes.style||"";a=(b?[f,a]:[a,f]).join(";");this.attributes.style=a.replace(/^;+|;(?=;)/g,"")};r.getStyle=function(a){var c=this.attributes.style;if(c)return c=CKEDITOR.tools.parseCssText(c,1),c[a]};CKEDITOR.dtd.parentOf=function(a){var c={},b;for(b in this)-1==b.indexOf("$")&&this[b][a]&&(c[b]=1);return c};var G=/^(?:\b0[^\s]*\s*){1,4}$/,B={ol:{decimal:/\d+/,"lower-roman":/^m{0,4}(cm|cd|d?c{0,3})(xc|xl|l?x{0,3})(ix|iv|v?i{0,3})$/, +"upper-roman":/^M{0,4}(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})$/,"lower-alpha":/^[a-z]+$/,"upper-alpha":/^[A-Z]+$/},ul:{disc:/[l\u00B7\u2002]/,circle:/[\u006F\u00D8]/,square:/[\u006E\u25C6]/}},D=[[1E3,"M"],[900,"CM"],[500,"D"],[400,"CD"],[100,"C"],[90,"XC"],[50,"L"],[40,"XL"],[10,"X"],[9,"IX"],[5,"V"],[4,"IV"],[1,"I"]],w=0,x=null,A,H=CKEDITOR.plugins.pastefromword={utils:{createListBulletMarker:function(a,c){var b=new CKEDITOR.htmlParser.element("cke:listbullet");b.attributes={"cke:listsymbol":a[0]}; +b.add(new CKEDITOR.htmlParser.text(c));return b},isListBulletIndicator:function(a){if(/mso-list\s*:\s*Ignore/i.test(a.attributes&&a.attributes.style))return!0},isContainingOnlySpaces:function(a){var c;return(c=a.onlyChild())&&/^(:?\s| )+$/.test(c.value)},resolveList:function(a){var c=a.attributes,b;if((b=a.removeAnyChildWithName("cke:listbullet"))&&b.length&&(b=b[0]))return a.name="cke:li",c.style&&(c.style=H.filters.stylesFilter([["text-indent"],["line-height"],[/^margin(:?-left)?$/,null,function(a){a= +a.split(" ");a=CKEDITOR.tools.convertToPx(a[3]||a[1]||a[0]);!w&&null!==x&&a>x&&(w=a-x);x=a;c["cke:indent"]=w&&Math.ceil(a/w)+1||1}],[/^mso-list$/,null,function(a){a=a.split(" ");if(!(2>a.length)){var b=Number(a[0].match(/\d+/));a=Number(a[1].match(/\d+/));1==a&&(b!==A&&(c["cke:reset"]=1),A=b);c["cke:indent"]=a}}]])(c.style,a)||""),c["cke:indent"]||(x=0,c["cke:indent"]=1),CKEDITOR.tools.extend(c,b.attributes),!0;A=x=w=null;return!1},getStyleComponents:function(){var a=CKEDITOR.dom.element.createFromHtml('\x3cdiv style\x3d"position:absolute;left:-9999px;top:-9999px;"\x3e\x3c/div\x3e', +CKEDITOR.document);CKEDITOR.document.getBody().append(a);return function(c,b,f){a.setStyle(c,b);c={};b=f.length;for(var d=0;d<b;d++)c[f[d]]=a.getStyle(f[d]);return c}}(),listDtdParents:CKEDITOR.dtd.parentOf("ol")},filters:{flattenList:function(a,c){c="number"==typeof c?c:1;var b=a.attributes,f;switch(b.type){case "a":f="lower-alpha";break;case "1":f="decimal"}for(var d=a.children,e,k=0;k<d.length;k++)if(e=d[k],e.name in CKEDITOR.dtd.$listItem){var l=e.attributes,g=e.children,n=g[0],h=g[g.length-1]; +n.attributes&&n.attributes.style&&-1<n.attributes.style.indexOf("mso-list")&&(e.attributes.style=n.attributes.style,n.replaceWithChildren());h.name in CKEDITOR.dtd.$list&&(a.add(h,k+1),--g.length||d.splice(k--,1));e.name="cke:li";b.start&&!k&&(l.value=b.start);H.filters.stylesFilter([["tab-stops",null,function(a){(a=a.match(/0$|\d+\.?\d*\w+/))&&(x=CKEDITOR.tools.convertToPx(a[0]))}],1==c?["mso-list",null,function(a){a=a.split(" ");a=Number(a[0].match(/\d+/));a!==A&&(l["cke:reset"]=1);A=a}]:null])(l.style); +l["cke:indent"]=c;l["cke:listtype"]=a.name;l["cke:list-style-type"]=f}else if(e.name in CKEDITOR.dtd.$list){arguments.callee.apply(this,[e,c+1]);d=d.slice(0,k).concat(e.children).concat(d.slice(k+1));a.children=[];e=0;for(g=d.length;e<g;e++)a.add(d[e]);d=a.children}delete a.name;b["cke:list"]=1},assembleList:function(a){var c=a.children,b,f,d,e,k,l;a=[];for(var g,n,h,p,m,t,q=0;q<c.length;q++)if(b=c[q],"cke:li"==b.name)if(b.name="li",f=b.attributes,h=(h=f["cke:listsymbol"])&&h.match(/^(?:[(]?)([^\s]+?)([.)]?)$/), +p=m=t=null,f["cke:ignored"])c.splice(q--,1);else{f["cke:reset"]&&(l=e=k=null);d=Number(f["cke:indent"]);d!=e&&(n=g=null);if(h){if(n&&B[n][g].test(h[1]))p=n,m=g;else for(var u in B)for(var y in B[u])if(B[u][y].test(h[1]))if("ol"==u&&/alpha|roman/.test(y)){if(g=/roman/.test(y)?C(h[1]):E(h[1]),!t||g<t)t=g,p=u,m=y}else{p=u;m=y;break}!p&&(p=h[2]?"ol":"ul")}else p=f["cke:listtype"]||"ol",m=f["cke:list-style-type"];n=p;g=m||("ol"==p?"decimal":"disc");m&&m!=("ol"==p?"decimal":"disc")&&b.addStyle("list-style-type", +m);if("ol"==p&&h){switch(m){case "decimal":t=Number(h[1]);break;case "lower-roman":case "upper-roman":t=C(h[1]);break;case "lower-alpha":case "upper-alpha":t=E(h[1])}b.attributes.value=t}if(l){if(d>e)a.push(l=new CKEDITOR.htmlParser.element(p)),l.add(b),k.add(l);else{if(d<e){e-=d;for(var v;e--&&(v=l.parent);)l=v.parent}l.add(b)}c.splice(q--,1)}else a.push(l=new CKEDITOR.htmlParser.element(p)),l.add(b),c[q]=l;k=b;e=d}else l&&(l=e=k=null);for(q=0;q<a.length;q++)if(l=a[q],u=l.children,g=g=void 0,y=l.children.length, +v=g=void 0,c=/list-style-type:(.*?)(?:;|$)/,e=CKEDITOR.plugins.pastefromword.filters.stylesFilter,g=l.attributes,!c.exec(g.style)){for(k=0;k<y;k++)if(g=u[k],g.attributes.value&&Number(g.attributes.value)==k+1&&delete g.attributes.value,g=c.exec(g.attributes.style))if(g[1]!=v&&v){v=null;break}else v=g[1];if(v){for(k=0;k<y;k++)g=u[k].attributes,g.style&&(g.style=e([["list-style-type"]])(g.style)||"");l.addStyle("list-style-type",v)}}A=x=w=null},falsyFilter:function(){return!1},stylesFilter:function(a, +c){return function(b,f){var d=[];(b||"").replace(/"/g,'"').replace(/\s*([^ :;]+)\s*:\s*([^;]+)\s*(?=;|$)/g,function(b,e,g){e=e.toLowerCase();"font-family"==e&&(g=g.replace(/["']/g,""));for(var n,h,p,m=0;m<a.length;m++)if(a[m]&&(b=a[m][0],n=a[m][1],h=a[m][2],p=a[m][3],e.match(b)&&(!n||g.match(n)))){e=p||e;c&&(h=h||g);"function"==typeof h&&(h=h(g,f,e));h&&h.push&&(e=h[0],h=h[1]);"string"==typeof h&&d.push([e,h]);return}!c&&d.push([e,g])});for(var e=0;e<d.length;e++)d[e]=d[e].join(":");return d.length? +d.join(";")+";":!1}},elementMigrateFilter:function(a,c){return a?function(b){var f=c?(new CKEDITOR.style(a,c))._.definition:a;b.name=f.element;CKEDITOR.tools.extend(b.attributes,CKEDITOR.tools.clone(f.attributes));b.addStyle(CKEDITOR.style.getStyleText(f));f.attributes&&f.attributes["class"]&&(b.classWhiteList=" "+f.attributes["class"]+" ")}:function(){}},styleMigrateFilter:function(a,c){var b=this.elementMigrateFilter;return a?function(f,d){var e=new CKEDITOR.htmlParser.element(null),k={};k[c]=f; +b(a,k)(e);e.children=d.children;d.children=[e];e.filter=function(){};e.parent=d}:function(){}},bogusAttrFilter:function(a,c){if(-1==c.name.indexOf("cke:"))return!1},applyStyleFilter:null},getRules:function(a,c){var b=CKEDITOR.dtd,f=CKEDITOR.tools.extend({},b.$block,b.$listItem,b.$tableContent),d=a.config,e=this.filters,k=e.falsyFilter,l=e.stylesFilter,g=e.elementMigrateFilter,n=CKEDITOR.tools.bind(this.filters.styleMigrateFilter,this.filters),h=this.utils.createListBulletMarker,p=e.flattenList,m= +e.assembleList,t=this.utils.isListBulletIndicator,q=this.utils.isContainingOnlySpaces,u=this.utils.resolveList,y=function(a){a=CKEDITOR.tools.convertToPx(a);return isNaN(a)?a:a+"px"},v=this.utils.getStyleComponents,x=this.utils.listDtdParents,r=!1!==d.pasteFromWordRemoveFontStyles,w=!1!==d.pasteFromWordRemoveStyles;return{elementNames:[[/meta|link|script/,""]],root:function(a){a.filterChildren(c);m(a)},elements:{"^":function(a){var c;CKEDITOR.env.gecko&&(c=e.applyStyleFilter)&&c(a)},$:function(a){var z= +a.name||"",e=a.attributes;z in f&&e.style&&(e.style=l([[/^(:?width|height)$/,null,y]])(e.style)||"");if(z.match(/h\d/)){a.filterChildren(c);if(u(a))return;g(d["format_"+z])(a)}else if(z in b.$inline)a.filterChildren(c),q(a)&&delete a.name;else if(-1!=z.indexOf(":")&&-1==z.indexOf("cke")){a.filterChildren(c);if("v:imagedata"==z){if(z=a.attributes["o:href"])a.attributes.src=z;a.name="img";return}delete a.name}z in x&&(a.filterChildren(c),m(a))},style:function(a){if(CKEDITOR.env.gecko){a=(a=a.onlyChild().value.match(/\/\* Style Definitions \*\/([\s\S]*?)\/\*/))&& +a[1];var c={};a&&(a.replace(/[\n\r]/g,"").replace(/(.+?)\{(.+?)\}/g,function(a,b,I){b=b.split(",");a=b.length;for(var d=0;d<a;d++)CKEDITOR.tools.trim(b[d]).replace(/^(\w+)(\.[\w-]+)?$/g,function(a,b,d){b=b||"*";d=d.substring(1,d.length);d.match(/MsoNormal/)||(c[b]||(c[b]={}),d?c[b][d]=I:c[b]=I)})}),e.applyStyleFilter=function(a){var b=c["*"]?"*":a.name,d=a.attributes&&a.attributes["class"];b in c&&(b=c[b],"object"==typeof b&&(b=b[d]),b&&a.addStyle(b,!0))})}return!1},p:function(a){if(/MsoListParagraph/i.exec(a.attributes["class"])|| +a.getStyle("mso-list")&&!a.getStyle("mso-list").match(/^(none|skip)$/i)){var b=a.firstChild(function(a){return a.type==CKEDITOR.NODE_TEXT&&!q(a.parent)});(b=b&&b.parent)&&b.addStyle("mso-list","Ignore")}a.filterChildren(c);u(a)||(d.enterMode==CKEDITOR.ENTER_BR?(delete a.name,a.add(new CKEDITOR.htmlParser.element("br"))):g(d["format_"+(d.enterMode==CKEDITOR.ENTER_P?"p":"div")])(a))},div:function(a){var c=a.onlyChild();if(c&&"table"==c.name){var b=a.attributes;c.attributes=CKEDITOR.tools.extend(c.attributes, +b);b.style&&c.addStyle(b.style);c=new CKEDITOR.htmlParser.element("div");c.addStyle("clear","both");a.add(c);delete a.name}},td:function(a){a.getAncestor("thead")&&(a.name="th")},ol:p,ul:p,dl:p,font:function(a){if(t(a.parent))delete a.name;else{a.filterChildren(c);var b=a.attributes,d=b.style,e=a.parent;"font"==e.name?(CKEDITOR.tools.extend(e.attributes,a.attributes),d&&e.addStyle(d),delete a.name):(d=(d||"").split(";"),b.color&&("#000000"!=b.color&&d.push("color:"+b.color),delete b.color),b.face&& +(d.push("font-family:"+b.face),delete b.face),b.size&&(d.push("font-size:"+(3<b.size?"large":3>b.size?"small":"medium")),delete b.size),a.name="span",a.addStyle(d.join(";")))}},span:function(a){if(t(a.parent))return!1;a.filterChildren(c);if(q(a))return delete a.name,null;if(t(a)){var b=a.firstChild(function(a){return a.value||"img"==a.name}),e=(b=b&&(b.value||"l."))&&b.match(/^(?:[(]?)([^\s]+?)([.)]?)$/);if(e)return b=h(e,b),(a=a.getAncestor("span"))&&/ mso-hide:\s*all|display:\s*none /.test(a.attributes.style)&& +(b.attributes["cke:ignored"]=1),b}if(e=(b=a.attributes)&&b.style)b.style=l([["line-height"],[/^font-family$/,null,r?null:n(d.font_style,"family")],[/^font-size$/,null,r?null:n(d.fontSize_style,"size")],[/^color$/,null,r?null:n(d.colorButton_foreStyle,"color")],[/^background-color$/,null,r?null:n(d.colorButton_backStyle,"color")]])(e,a)||"";b.style||delete b.style;CKEDITOR.tools.isEmpty(b)&&delete a.name;return null},b:g(d.coreStyles_bold),i:g(d.coreStyles_italic),u:g(d.coreStyles_underline),s:g(d.coreStyles_strike), +sup:g(d.coreStyles_superscript),sub:g(d.coreStyles_subscript),a:function(a){var b=a.attributes;b.name&&b.name.match(/ole_link\d+/i)?delete a.name:b.href&&b.href.match(/^file:\/\/\/[\S]+#/i)&&(b.href=b.href.replace(/^file:\/\/\/[^#]+/i,""))},"cke:listbullet":function(a){a.getAncestor(/h\d/)&&!d.pasteFromWordNumberedHeadingToList&&delete a.name}},attributeNames:[[/^onmouse(:?out|over)/,""],[/^onload$/,""],[/(?:v|o):\w+/,""],[/^lang/,""]],attributes:{style:l(w?[[/^list-style-type$/,null],[/^margin$|^margin-(?!bottom|top)/, +null,function(a,b,c){if(b.name in{p:1,div:1}){b="ltr"==d.contentsLangDirection?"margin-left":"margin-right";if("margin"==c)a=v(c,a,[b])[b];else if(c!=b)return null;if(a&&!G.test(a))return[b,a]}return null}],[/^clear$/],[/^border.*|margin.*|vertical-align|float$/,null,function(a,b){if("img"==b.name)return a}],[/^width|height$/,null,function(a,b){if(b.name in{table:1,td:1,th:1,img:1})return a}]]:[[/^mso-/],[/-color$/,null,function(a){if("transparent"==a)return!1;if(CKEDITOR.env.gecko)return a.replace(/-moz-use-text-color/g, +"transparent")}],[/^margin$/,G],["text-indent","0cm"],["page-break-before"],["tab-stops"],["display","none"],r?[/font-?/]:null],w),width:function(a,c){if(c.name in b.$tableContent)return!1},border:function(a,c){if(c.name in b.$tableContent)return!1},"class":function(a,b){return b.classWhiteList&&-1!=b.classWhiteList.indexOf(" "+a+" ")?a:!1},bgcolor:k,valign:w?k:function(a,b){b.addStyle("vertical-align",a);return!1}},comment:CKEDITOR.env.ie?k:function(a,b){var c=a.match(/<img.*?>/),d=a.match(/^\[if !supportLists\]([\s\S]*?)\[endif\]$/); +return d?(d=(c=d[1]||c&&"l.")&&c.match(/>(?:[(]?)([^\s]+?)([.)]?)</),h(d,c)):CKEDITOR.env.gecko&&c?(c=CKEDITOR.htmlParser.fragment.fromHtml(c[0]).children[0],(d=(d=(d=b.previous)&&d.value.match(/<v:imagedata[^>]*o:href=['"](.*?)['"]/))&&d[1])&&(c.attributes.src=d),c):!1}}}},J=function(){this.dataFilter=new CKEDITOR.htmlParser.filter};J.prototype={toHtml:function(a){a=CKEDITOR.htmlParser.fragment.fromHtml(a);var c=new CKEDITOR.htmlParser.basicWriter;a.writeHtml(c,this.dataFilter);return c.getHtml(!0)}}; +CKEDITOR.cleanWord=function(a,c){a=a.replace(/<!\[([^\]]*?)\]>/g,"\x3c!--[$1]--\x3e");CKEDITOR.env.gecko&&(a=a.replace(/(\x3c!--\[if[^<]*?\])--\x3e([\S\s]*?)\x3c!--(\[endif\]--\x3e)/gi,"$1$2$3"));CKEDITOR.env.webkit&&(a=a.replace(/(class="MsoListParagraph[^>]+>\x3c!--\[if !supportLists\]--\x3e)([^<]+<span[^<]+<\/span>)(\x3c!--\[endif\]--\x3e)/gi,"$1\x3cspan\x3e$2\x3c/span\x3e$3"));var b=new J,f=b.dataFilter;f.addRules(CKEDITOR.plugins.pastefromword.getRules(c,f));c.fire("beforeCleanWord",{filter:f}); +try{a=b.toHtml(a)}catch(d){c.showNotification(c.lang.pastefromword.error)}a=a.replace(/cke:.*?".*?"/g,"");a=a.replace(/style=""/g,"");return a=a.replace(/<span>/g,"")}})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/dialogs/placeholder.js b/public/assets/ckeditor/plugins/placeholder/dialogs/placeholder.js new file mode 100644 index 0000000..dd98030 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/dialogs/placeholder.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("placeholder",function(a){var b=a.lang.placeholder;a=a.lang.common.generalTab;return{title:b.title,minWidth:300,minHeight:80,contents:[{id:"info",label:a,title:a,elements:[{id:"name",type:"text",style:"width: 100%;",label:b.name,"default":"",required:!0,validate:CKEDITOR.dialog.validate.regex(/^[^\[\]<>]+$/,b.invalidName),setup:function(a){this.setValue(a.data.name)},commit:function(a){a.setData("name",this.getValue())}}]}]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/icons/hidpi/placeholder.png b/public/assets/ckeditor/plugins/placeholder/icons/hidpi/placeholder.png new file mode 100644 index 0000000000000000000000000000000000000000..0b7abcec8aec3fc61ed2038fb90bc74b8bde31e8 GIT binary patch literal 1775 zcmV<L1`zp)P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800006VoOIv0RI60 z0RN!9r;`8x010qNS#tmY4c7nw4c7reD4Tcy00sz2L_t(o!=0DCZxq)W#(!r%ch~Ez z@m^cN6(BHzNLV7+At8u>kSWs8P*6}1(V?q!NVuS-MEnD32yF@%6bU61A(o|^3k9-e z!<7qTVR^l~?Ck7(o|9sB#<OPql~)?=?4GmddC&8_ALod7Gcy37RPq5xrHJDgDJ4p& zY;4~q1VRWjO+(jpG$9bVF#zMl!GjqvfRqx~^Qb!xuIr+L0Ho}3awotZ({+StQnGCh zl*^O~1vE`drlx-Z;(lw@e)~<Y)oRqf`6ea^b_LHC6e4j%2(T;;%+Bi7YL)5_KlH^h z{`1pMxUNg1(ZKC=2&0IG=Mi)|M7~eZY9U>BlZAdXcY%B8HjHFEiU>O$&VBzqLxlpS zVNfa-85$a*R4QS3uB)xDt?}&HvmOuM{`@n(?{j%#Vqda5j>GcuG8>Hsx~>!YKJ{9S z|Gs?LL*e!7*Y(lSQ4Bu_Xt^#xGe0449HKDX7dSw<T;|M~Gk8J3|K7eOa$RI1U(fn2 z*B!0|0S17uEY^ShwfbRom5pz|jdi8aE?<s)-_J2Eb_6y}lZlB5Zrr%R{rmSRSQZz) z`ifUd#ZeUT^3^M(5Dd@G>W2>>Mp%{tFccsR1FKx7_{A3#2L{l5A1Nhaj)5yzu5jYS z32fU2l59y$N=dWXWNmGY$B!Q~Jw46h;vy$co@8=-oIhu0v1}VrC{V0au*zkGVW3h6 z05n}s9!*1N8bZpR$PdGiAPBPePNzc{h6o`rO%vO;Iez>&V`F1{{P>ZxXV21Zx3Nr< zgQKI=>UA_t%Wxn`eNDzOaU5^v@HSM(-Faac(r7fed-pE4Z{OzDty>&Bc8t~4RqFLR zK@d=_RylwEJP#f`0N}`xBgFYE5+W&dag3pqLMfHx@eVqt4k)E)G#XsHb}bvbdGjU! z)6>(;&(BjXm#J2(%+1XKP%IXcs+!^hDXx~j>}FC*q?ANaM5oiqeqUZ*&ff3cyGN_l zB8nmaR##WEF||d~%mFE7uLL_VkU9~^n<eA*>({(^@dAL+(NTQg&*tXmr6ssW0x7ph zum=WG?^C;U=@P@k!vL(TtY8=hQc8j#U~FuxXU8e{KawDGRER7Ufeakr&Ye4y%VhvO z&tqg{Bx5fv)mzug7}%=>x~@~HRCxICA&%o9rDSGihNYz?CMPF3dh{s1@3XP7!J|iy z0BAOw=-t#yS;!oSyIKj@QHE3kAq1sTi6>8<WZw@RI>h++I7%rz&!bkWar*RW&Ye34 zz~bT}nyzOIi0+2sd<^Vn`M^?2aq85m?7*UwqS<WXc^=JXlgY_Ro<4mFB$*IJ5mup) zfqy1}+(!&ZDRCT!QmI6{-Od~v85!Z?#fwZ$O>y<=)r_@w@7`fq7D5PAPG*@pfKo}0 z?lA^}AYgrcoi}gZ>^OgAWrg?e-(y);l7jj5g~;lHk!rD*G)$dnwOW1WxUNgH+2q5A z4|tx3ZQDt2>4N7gVH$h;&H|vPOFn=89NV_hyFr$oh*H}7w()!xD7s~`pXD{n6{37A zwk(T6p^&9n7U{ceNOgOIA@?Ccnk{(;(p~qI+FdM_V6z*hLD=u<TBp;Y-EL>^dqdi6 z@hT0(?xVUJGV&!BT?flT0V)hpIjui^`ozM*0zl@-Zs1DOz%Y_eO#{nH?h5%B0MLZM zGEMAak$=t2=`xB4eIKJ<hwr|Nfo+S`wt)s<7!3aLhb}A&-89h*1FKlXGEKDfW+bJ= zHchBj`L|`Ef`GQ?QLER<A4<2go*LhW0byAbD-{k@Dhw0~2+M-OL2T1Z+Hv6fSel0T z^2?rk!N%{u>z!7Mmw)|*Y_~tZm<W-in{6X>{j)SqY1a&c!GQq=r>1(=|N6oO0^i42 zn4bqB7_L@PLJ&zw%XNvvFrlnmPPE%1L3)G}LL@P>l>tpdnP#$P5I~{8V5x+mX$YnG z|I!jDg-}XG{TN*M<rgD142a|8gq#FI|0v(iG!3Qe=uyP!AAjtNW3c7MlA7Z<*h51I z)8rps&J&-dq~kbjhx0dTzoZY*)$hRo001R)MObuXVRU6WV{&C-bY%cCFflVNFg7hR zFjO%yIxsgnFf=PLGCD9Y_Tr{V0000bbVXQnWMOn=I&E)cX=Zr<GB7bSEig7MGB8vz zF*-0eIxsXVFfuwYFo(Y$^#A|>8FWQhbW?9;ba!ELWdL_~cP?peYja~^aAhuUa%Y?F RJQ@H1002ovPDHLkV1oC?Fk%1z literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/placeholder/icons/placeholder.png b/public/assets/ckeditor/plugins/placeholder/icons/placeholder.png new file mode 100644 index 0000000000000000000000000000000000000000..cb12b481452f7a2e84747fc8a17122aaf00c975d GIT binary patch literal 714 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i<6}=3#}JFtt&{g=y><|2-9J@CCp_y;#}d!vX5OsJ5|7jkRs}zm z{KQr{ZOY3}EXOi=HdU)nIOWOmuhU@K237Cf+jrjbxUN{9kSLjU&ayf!Ok*j7$K@$+ z%T7NmSa9aAbX($u43h$xcDKch4XP~{t_F&9PM<E$nlS4bXM;df+<Nt#+yBx&)W&Nr zEm|5P*QWSt`i%3>vv$S=UHiRneb3!I_5@bPgnfJWuAH>8YS&#oet!NEE7@(g*K#!- zU|DlFuYGFj%xUQoYz%+v=7+6reO|fddiJr$hTFGqx3RVT_~VC%0Lv|N?eoQ})-ZTZ zQds)r-#@tq1D>5bcP1Lmykeu-#pLZ(nG`l_*;daT>%1qa#KgtTV~{xhI8a-|*{d`6 zc8-~J+Gfe-gAF>TCHUI6-m*Dg9~L0OIxY2L)>a0fue!Ur-@SYH<IkTf3_+*z`BxR% z$aOxRaWTV1#C6BI(^s#GGISqp+Pr!5ebG1HtGgCG`1Na+&3T}T>(|2<X&f@>`LEsa zI6~Zad9dxHO+VfFeJ)=)r|!Av;FKWKYp-T`Yi>NX<auS%)~LU415F!V?Y*1FeY~*b z+^-)$7W@f_kB@)!^XJZMDYMjqyp~M4`ZbK<Y?|=GDVNmt?B5^l8ko`Ws(N+9^XJcZ zJ?FRKG2#n1Rrdp?0o4-Mh?11Vl2ohYqEsNoU}RuutZQJdYhV&$Xl`X-3`E)nMpgy} zzDsrk(+84<-29Zxv`X9>Y<@By0cwy0*$|wcR#Ki=l*&+EUaps!mtCBkSdglhUz9%k SosASw5re0zpUXO@geCwotTW^Q literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/placeholder/lang/af.js b/public/assets/ckeditor/plugins/placeholder/lang/af.js new file mode 100644 index 0000000..008a146 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/af.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","af",{title:"Plekhouer eienskappe",toolbar:"Plekhouer",name:"Plekhouer naam",invalidName:"Die plekhouer mag nie leeg wees nie, en kan geen van die volgende karakters bevat nie. [, ], \x3c, \x3e",pathName:"plekhouer"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/ar.js b/public/assets/ckeditor/plugins/placeholder/lang/ar.js new file mode 100644 index 0000000..025ad14 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/ar.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","ar",{title:"خصائص Ø§ÙØ±Ø¨Ø· اÙÙ ÙØ¶Ø¹Ù",toolbar:"Ø§ÙØ±Ø¨Ø· اÙÙ ÙØ¶Ø¹Ù",name:"Ø§Ø³Ù Ø§ÙØ±Ø¨Ø· اÙÙ ÙØ¶Ø¹Ù",invalidName:"ÙØ§ ÙÙ ÙÙ ØªØ±Ù Ø§ÙØ±Ø¨Ø· اÙÙ ÙØ¶Ø¹Ù ÙØ§Ø±ØºØ§ Ù ÙØ§ Ø£Ù ÙØØªÙ٠عÙÙ Ø§ÙØ±Ù ÙØ² Ø§ÙØªØ§ÙÙØ© [, ], \x3c, \x3e",pathName:"Ø§ÙØ±Ø¨Ø· اÙÙ ÙØ¶Ø¹Ù"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/bg.js b/public/assets/ckeditor/plugins/placeholder/lang/bg.js new file mode 100644 index 0000000..af47e81 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/bg.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","bg",{title:"ÐаÑÑÑойки на конÑейнеÑа",toolbar:"Ðов конÑейнеÑ",name:"Placeholder Name",invalidName:"The placeholder can not be empty and can not contain any of following characters: [, ], \x3c, \x3e",pathName:"placeholder"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/ca.js b/public/assets/ckeditor/plugins/placeholder/lang/ca.js new file mode 100644 index 0000000..364057e --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/ca.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","ca",{title:"Propietats del marcador de posició",toolbar:"Marcador de posició",name:"Nom del marcador de posició",invalidName:"El marcador de posició no pot estar en blanc ni pot contenir cap dels carà cters següents: [,],\x3c,\x3e",pathName:"marcador de posició"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/cs.js b/public/assets/ckeditor/plugins/placeholder/lang/cs.js new file mode 100644 index 0000000..100073a --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/cs.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","cs",{title:"Vlastnosti vyhrazeného prostoru",toolbar:"VytvoÅit vyhrazený prostor",name:"Název vyhrazeného prostoru",invalidName:"Vyhrazený prostor nesmà být prázdný Äi obsahovat následujÃcà znaky: [, ], \x3c, \x3e",pathName:"Vyhrazený prostor"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/cy.js b/public/assets/ckeditor/plugins/placeholder/lang/cy.js new file mode 100644 index 0000000..62300c0 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/cy.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","cy",{title:"Priodweddau'r Daliwr Geiriau",toolbar:"Daliwr Geiriau",name:"Enw'r Daliwr Geiriau",invalidName:"Dyw'r daliwr geiriau methu â bod yn wag ac na all gynnyws y nodau [, ], \x3c, \x3e ",pathName:"daliwr geiriau"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/da.js b/public/assets/ckeditor/plugins/placeholder/lang/da.js new file mode 100644 index 0000000..bbdf9a7 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/da.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","da",{title:"Egenskaber for pladsholder",toolbar:"Opret pladsholder",name:"Navn pÃ¥ pladsholder",invalidName:"Pladsholderen kan ikke være tom og mÃ¥ ikke indeholde nogen af følgende tegn: [, ], \x3c, \x3e",pathName:"pladsholder"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/de-ch.js b/public/assets/ckeditor/plugins/placeholder/lang/de-ch.js new file mode 100644 index 0000000..8f46fc7 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/de-ch.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","de-ch",{title:"Platzhaltereinstellungen",toolbar:"Platzhalter",name:"Platzhaltername",invalidName:"Der Platzhalter darf nicht leer sein und folgende Zeichen nicht enthalten: [, ], \x3c, \x3e",pathName:"Platzhalter"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/de.js b/public/assets/ckeditor/plugins/placeholder/lang/de.js new file mode 100644 index 0000000..a9269a8 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/de.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","de",{title:"Platzhaltereinstellungen",toolbar:"Platzhalter",name:"Platzhaltername",invalidName:"Der Platzhalter darf nicht leer sein und folgende Zeichen nicht enthalten: [, ], \x3c, \x3e",pathName:"Platzhalter"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/el.js b/public/assets/ckeditor/plugins/placeholder/lang/el.js new file mode 100644 index 0000000..83470d4 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/el.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","el",{title:"ÎδιÏÏηÏÎµÏ Î¥ÏοκαθιÏÏÏÎ¼ÎµÎ½Î¿Ï ÎειμÎÎ½Î¿Ï ",toolbar:"ÎÎ·Î¼Î¹Î¿Ï Ïγία Î¥ÏοκαθιÏÏÏÎ¼ÎµÎ½Î¿Ï ÎειμÎÎ½Î¿Ï ",name:"Îνομα Î¥ÏοκαθιÏÏÏÎ¼ÎµÎ½Î¿Ï ÎειμÎÎ½Î¿Ï ",invalidName:"Το Ï ÏοκαθιÏÏÏÎ¼ÎµÎ½Î¿Ï ÎºÎµÎ¹Î¼Îνο ÏÏÎÏει να μην είναι ÎºÎµÎ½Ï ÎºÎ±Î¹ να μην ÎÏει κανÎναν αÏÏ ÏÎ¿Ï Ï Î±ÎºÏÎ»Î¿Ï Î¸Î¿Ï Ï ÏαÏακÏήÏεÏ: [, ], \x3c, \x3e",pathName:"Ï ÏοκαθιÏÏÏμενο κείμενο"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/en-gb.js b/public/assets/ckeditor/plugins/placeholder/lang/en-gb.js new file mode 100644 index 0000000..86207d7 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/en-gb.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","en-gb",{title:"Placeholder Properties",toolbar:"Placeholder",name:"Placeholder Name",invalidName:"The placeholder can not be empty and can not contain any of the following characters: [, ], \x3c, \x3e",pathName:"placeholder"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/en.js b/public/assets/ckeditor/plugins/placeholder/lang/en.js new file mode 100644 index 0000000..89461b9 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/en.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","en",{title:"Placeholder Properties",toolbar:"Placeholder",name:"Placeholder Name",invalidName:"The placeholder can not be empty and can not contain any of following characters: [, ], \x3c, \x3e",pathName:"placeholder"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/eo.js b/public/assets/ckeditor/plugins/placeholder/lang/eo.js new file mode 100644 index 0000000..378864e --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/eo.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","eo",{title:"Atributoj de la rezervita spaco",toolbar:"Rezervita Spaco",name:"Nomo de la rezervita spaco",invalidName:"La rezervita spaco ne povas esti malplena kaj ne povas enteni la sekvajn signojn : [, ], \x3c, \x3e",pathName:"rezervita spaco"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/es.js b/public/assets/ckeditor/plugins/placeholder/lang/es.js new file mode 100644 index 0000000..3008318 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/es.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","es",{title:"Propiedades del Marcador de Posición",toolbar:"Crear Marcador de Posición",name:"Nombre del Marcador de Posición",invalidName:"El marcador de posición no puede estar vacÃo y no puede contener ninguno de los siguientes caracteres: [, ], \x3c, \x3e",pathName:"marcador de posición"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/et.js b/public/assets/ckeditor/plugins/placeholder/lang/et.js new file mode 100644 index 0000000..32cc63f --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/et.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","et",{title:"Kohahoidja omadused",toolbar:"Kohahoidja loomine",name:"Placeholder Name",invalidName:"The placeholder can not be empty and can not contain any of following characters: [, ], \x3c, \x3e",pathName:"placeholder"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/eu.js b/public/assets/ckeditor/plugins/placeholder/lang/eu.js new file mode 100644 index 0000000..57ba01d --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/eu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","eu",{title:"Leku-marka propietateak",toolbar:"Leku-marka",name:"Leku-markaren izena",invalidName:"Leku-markak ezin du hutsik egon eta ezin ditu karaktere hauek eduki: [, ], \x3c, \x3e",pathName:"leku-marka"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/fa.js b/public/assets/ckeditor/plugins/placeholder/lang/fa.js new file mode 100644 index 0000000..b2733f2 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/fa.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","fa",{title:"ÙÛÚÚ¯ÛâÙØ§Û Ù ØÙ ÙÚ¯ÙØ¯Ø§Ø±Û",toolbar:"Ø§ÛØ¬Ø§Ø¯ ÛÚ© Ù ØÙ ÙÚ¯ÙØ¯Ø§Ø±Û",name:"ÙØ§Ù ٠کا٠ÙÚ¯ÙØ¯Ø§Ø±Û",invalidName:"٠کا٠ÙÚ¯ÙØ¯Ø§Ø±Û ÙÙ ÛâØªÙØ§Ùد خاÙÛ Ø¨Ø§Ø´Ø¯ Ù ÙÙ ÚÙÛÙ ÙÙ ÛâØªÙØ§Ùد Ù ØØªÙÛ ÙÙÛØ³ÙâÙØ§Û Ù ÙØ§Ø¨Ù باشد: [, ], \x3c, \x3e",pathName:"٠کا٠ÙÚ¯ÙØ¯Ø§Ø±Û"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/fi.js b/public/assets/ckeditor/plugins/placeholder/lang/fi.js new file mode 100644 index 0000000..b0c9ed0 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/fi.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","fi",{title:"Paikkamerkin ominaisuudet",toolbar:"Luo paikkamerkki",name:"Paikkamerkin nimi",invalidName:"Paikkamerkki ei voi olla tyhjä eikä sisältää seuraavia merkkejä: [, ], \x3c, \x3e",pathName:"paikkamerkki"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/fr-ca.js b/public/assets/ckeditor/plugins/placeholder/lang/fr-ca.js new file mode 100644 index 0000000..6fa1558 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/fr-ca.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","fr-ca",{title:"Propriétés de l'espace réservé",toolbar:"Créer un espace réservé",name:"Placeholder Name",invalidName:"The placeholder can not be empty and can not contain any of following characters: [, ], \x3c, \x3e",pathName:"placeholder"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/fr.js b/public/assets/ckeditor/plugins/placeholder/lang/fr.js new file mode 100644 index 0000000..ac0ab78 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/fr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","fr",{title:"Propriétés de l'Espace réservé",toolbar:"Créer l'Espace réservé",name:"Nom de l'espace réservé",invalidName:"L'espace réservé ne peut pas être vide ni contenir l'un de ses caractères : [, ], \x3c, \x3e",pathName:"espace réservé"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/gl.js b/public/assets/ckeditor/plugins/placeholder/lang/gl.js new file mode 100644 index 0000000..65d061b --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/gl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","gl",{title:"Propiedades do marcador de posición",toolbar:"Crear un marcador de posición",name:"Nome do marcador de posición",invalidName:"O marcador de posición non pode estar baleiro e non pode conter ningún dos caracteres seguintes: [, ], \x3c, \x3e",pathName:"marcador de posición"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/he.js b/public/assets/ckeditor/plugins/placeholder/lang/he.js new file mode 100644 index 0000000..f837ab8 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/he.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","he",{title:"××פ××× × ×©××ר ××§××",toolbar:"צ×ר ש××ר ××§××",name:"×©× ×©××ר ××§××",invalidName:"ש××ר ××§×× ×× ×××× ××××ת ר××§ ××× ×××× ××××× ×ת ×ס××× ××: [, ], \x3c, \x3e",pathName:"ש××ר ××§××"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/hr.js b/public/assets/ckeditor/plugins/placeholder/lang/hr.js new file mode 100644 index 0000000..2443da3 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/hr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","hr",{title:"Svojstva rezerviranog mjesta",toolbar:"Napravi rezervirano mjesto",name:"Ime rezerviranog mjesta",invalidName:"Rezervirano mjesto ne može biti prazno niti može sadržavati ijedan od sljedeÄih znakova: [, ], \x3c, \x3e",pathName:"rezervirano mjesto"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/hu.js b/public/assets/ckeditor/plugins/placeholder/lang/hu.js new file mode 100644 index 0000000..300bd9e --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/hu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","hu",{title:"Helytartó beállÃtások",toolbar:"Helytartó készÃtése",name:"Helytartó neve",invalidName:"A helytartó nem lehet üres, és nem tartalmazhatja a következÅ karaktereket:[, ], \x3c, \x3e ",pathName:"helytartó"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/id.js b/public/assets/ckeditor/plugins/placeholder/lang/id.js new file mode 100644 index 0000000..b52495f --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/id.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","id",{title:"Properti isian sementara",toolbar:"Buat isian sementara",name:"Nama Isian Sementara",invalidName:"Isian sementara tidak boleh kosong dan tidak boleh mengandung karakter berikut: [, ], \x3c, \x3e",pathName:"isian sementara"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/it.js b/public/assets/ckeditor/plugins/placeholder/lang/it.js new file mode 100644 index 0000000..3b6eccf --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/it.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","it",{title:"Proprietà segnaposto",toolbar:"Crea segnaposto",name:"Nome segnaposto",invalidName:"Il segnaposto non può essere vuoto e non può contenere nessuno dei seguenti caratteri: [, ], \x3c, \x3e",pathName:"segnaposto"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/ja.js b/public/assets/ckeditor/plugins/placeholder/lang/ja.js new file mode 100644 index 0000000..62a6f0e --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/ja.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","ja",{title:"ãã¬ã¼ã¹ãã«ãã®ããããã£",toolbar:"ãã¬ã¼ã¹ãã«ãã使",name:"ãã¬ã¼ã¹ãã«ãå",invalidName:"ãã¬ã¼ã¹ãã«ãã¯ç©ºæ¬ã«ã§ãã¾ãããã¾ãã[, ], \x3c, \x3e ã®æåã¯ä½¿ç¨ã§ãã¾ããã",pathName:"placeholder"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/km.js b/public/assets/ckeditor/plugins/placeholder/lang/km.js new file mode 100644 index 0000000..6a91b68 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/km.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","km",{title:"áááááá Placeholder",toolbar:"ááááá¾á Placeholder",name:"ááááá Placeholder",invalidName:"Placeholder áá·áâá¢á¶á âáááá á á¾áááâáá·áâá¢á¶á âáá¶áâáá½âá¢ááááâáá¶ááâáááâááá [, ], \x3c, \x3e",pathName:"placeholder"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/ko.js b/public/assets/ckeditor/plugins/placeholder/lang/ko.js new file mode 100644 index 0000000..fa27b93 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/ko.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","ko",{title:"íë ì´ì¤íë ìì±",toolbar:"íë ì´ì¤íë",name:"íë ì´ì¤íë ì´ë¦",invalidName:"íë ì´ì¤íëë ë¹ì¹¸ì´ê±°ë ë¤ì 문ìì´ì í¬í¨í ì ììµëë¤: [, ], \x3c, \x3e",pathName:"íë ì´ì¤íë"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/ku.js b/public/assets/ckeditor/plugins/placeholder/lang/ku.js new file mode 100644 index 0000000..3a893fd --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/ku.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","ku",{title:"خاسÛÛØªÛ Ø´ÙÛÙ ÙÛڵگر",toolbar:"درÙÙØ³ØªÚ©Ø±Ø¯ÙÛ Ø´ÙÛÙ ÙÛڵگر",name:"ÙØ§ÙÛ Ø´ÙÛÙگر",invalidName:"Ø´ÙÛÙگر ÙØ§Ø¨Ûت Ø¨ÛØªØ§Úµ Ø¨ÛØª ÛØ§Ù ÙÛØ±ÛÛÚ©ÛÚ© ÙÛÙ ÙÙÙØ³Ø§ÙÛÛ Ø®ÙØ§Ø±ÛÙÛÛ ØªÛØ¯Ø§Ø¨Ûت: [, ], \x3c, \x3e",pathName:"Ø´ÙÛÙگر"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/lv.js b/public/assets/ckeditor/plugins/placeholder/lang/lv.js new file mode 100644 index 0000000..a6c160f --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/lv.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","lv",{title:"Viettura uzstÄdÄ«jumi",toolbar:"Izveidot vietturi",name:"Placeholder Name",invalidName:"The placeholder can not be empty and can not contain any of following characters: [, ], \x3c, \x3e",pathName:"placeholder"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/nb.js b/public/assets/ckeditor/plugins/placeholder/lang/nb.js new file mode 100644 index 0000000..93b7414 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/nb.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","nb",{title:"Egenskaper for plassholder",toolbar:"Opprett plassholder",name:"Navn pÃ¥ plassholder",invalidName:"Plassholderen kan ikke være tom, og kan ikke inneholde følgende tegn: [, ], \x3c, \x3e",pathName:"plassholder"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/nl.js b/public/assets/ckeditor/plugins/placeholder/lang/nl.js new file mode 100644 index 0000000..4a9199b --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/nl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","nl",{title:"Eigenschappen placeholder",toolbar:"Placeholder aanmaken",name:"Naam placeholder",invalidName:"De placeholder mag niet leeg zijn, en mag niet een van de volgende tekens bevatten: [, ], \x3c, \x3e",pathName:"placeholder"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/no.js b/public/assets/ckeditor/plugins/placeholder/lang/no.js new file mode 100644 index 0000000..d4099d0 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/no.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","no",{title:"Egenskaper for plassholder",toolbar:"Opprett plassholder",name:"Navn pÃ¥ plassholder",invalidName:"Plassholderen kan ikke være tom, og kan ikke inneholde følgende tegn: [, ], \x3c, \x3e",pathName:"plassholder"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/pl.js b/public/assets/ckeditor/plugins/placeholder/lang/pl.js new file mode 100644 index 0000000..6986099 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/pl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","pl",{title:"WÅaÅciwoÅci wypeÅniacza",toolbar:"Utwórz wypeÅniacz",name:"Nazwa wypeÅniacza",invalidName:"WypeÅniacz nie może byÄ pusty ani nie może zawieraÄ Å¼adnego z nastÄpujÄ cych znaków: [, ], \x3c oraz \x3e",pathName:"wypeÅniacz"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/pt-br.js b/public/assets/ckeditor/plugins/placeholder/lang/pt-br.js new file mode 100644 index 0000000..99222d5 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/pt-br.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","pt-br",{title:"Propriedades do Espaço Reservado",toolbar:"Criar Espaço Reservado",name:"Nome do Espaço Reservado",invalidName:"O espaço reservado não pode estar vazio e não pode conter nenhum dos seguintes caracteres: [, ], \x3c, \x3e",pathName:"Espaço Reservado"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/pt.js b/public/assets/ckeditor/plugins/placeholder/lang/pt.js new file mode 100644 index 0000000..03e4278 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/pt.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","pt",{title:"Propriedades dos marcadores",toolbar:"SÃmbolo",name:"Nome do marcador",invalidName:"O marcador não pode estar em branco e não pode conter qualquer dos seguintes carateres: [, ], \x3c, \x3e",pathName:"sÃmbolo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/ru.js b/public/assets/ckeditor/plugins/placeholder/lang/ru.js new file mode 100644 index 0000000..4efb2ef --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/ru.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","ru",{title:"СвойÑÑва плейÑÑ Ð¾Ð»Ð´ÐµÑа",toolbar:"СоздаÑÑ Ð¿Ð»ÐµÐ¹ÑÑ Ð¾Ð»Ð´ÐµÑ",name:"ÐÐ¼Ñ Ð¿Ð»ÐµÐ¹ÑÑ Ð¾Ð»Ð´ÐµÑа",invalidName:'ÐлейÑÑ Ð¾Ð»Ð´ÐµÑ Ð½Ðµ Ð¼Ð¾Ð¶ÐµÑ Ð±ÑÑÑ Ð¿ÑÑÑÑм и ÑодеÑжаÑÑ Ð¾Ð´Ð¸Ð½ из ÑледÑÑÑÐ¸Ñ Ñимволов: "[, ], \x3c, \x3e"',pathName:"плейÑÑ Ð¾Ð»Ð´ÐµÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/si.js b/public/assets/ckeditor/plugins/placeholder/lang/si.js new file mode 100644 index 0000000..ea06c80 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/si.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","si",{title:"à·à·à¶®à·à¶± à·à·à¶¸à·à¶à¶»à·à¶à· ",toolbar:"à·à·à¶®à·à¶± à·à·à¶¸à·à¶à¶»à· à¶±à·à¶»à·à¶¸à·à¶«à¶º à¶à·à¶»à·à¶¸",name:"Placeholder Name",invalidName:"The placeholder can not be empty and can not contain any of following characters: [, ], \x3c, \x3e",pathName:"placeholder"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/sk.js b/public/assets/ckeditor/plugins/placeholder/lang/sk.js new file mode 100644 index 0000000..4f1af0c --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/sk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","sk",{title:"Vlastnosti placeholdera",toolbar:"VytvoriÅ¥ placeholder",name:"Názov placeholdera",invalidName:"Placeholder nemôže byÅ¥ prázdny a nemôže obsahovaÅ¥ žiadny z nasledujúcich znakov: [,],\x3c,\x3e",pathName:"placeholder"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/sl.js b/public/assets/ckeditor/plugins/placeholder/lang/sl.js new file mode 100644 index 0000000..7eb4ca8 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/sl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","sl",{title:"Lastnosti Ograde",toolbar:"Ustvari Ogrado",name:"Placeholder Ime",invalidName:"Placeholder ne more biti prazen in ne sme vsebovati katerega od naslednjih znakov: [, ], \x3c, \x3e",pathName:"placeholder"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/sq.js b/public/assets/ckeditor/plugins/placeholder/lang/sq.js new file mode 100644 index 0000000..74454bb --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/sq.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","sq",{title:"Karakteristikat e Mbajtësit të Vendit",toolbar:"Krijo Mabjtës Vendi",name:"Placeholder Name",invalidName:"The placeholder can not be empty and can not contain any of following characters: [, ], \x3c, \x3e",pathName:"placeholder"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/sv.js b/public/assets/ckeditor/plugins/placeholder/lang/sv.js new file mode 100644 index 0000000..5c5e896 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/sv.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","sv",{title:"InnehÃ¥llsrutans egenskaper",toolbar:"Skapa innehÃ¥llsruta",name:"InnehÃ¥llsrutans namn",invalidName:"InnehÃ¥llsrutan fÃ¥r inte vara tom och fÃ¥r inte innehÃ¥lla nÃ¥gon av följande tecken: [, ], \x3c, \x3e",pathName:"innehÃ¥llsruta"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/th.js b/public/assets/ckeditor/plugins/placeholder/lang/th.js new file mode 100644 index 0000000..fe2236d --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/th.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","th",{title:"à¸à¸¸à¸à¸ªà¸¡à¸à¸±à¸à¸´à¹à¸à¸µà¹à¸¢à¸§à¸à¸±à¸à¸à¸±à¸§à¸¢à¸¶à¸",toolbar:"สรà¹à¸²à¸à¸à¸±à¸§à¸¢à¸¶à¸",name:"Placeholder Name",invalidName:"The placeholder can not be empty and can not contain any of following characters: [, ], \x3c, \x3e",pathName:"placeholder"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/tr.js b/public/assets/ckeditor/plugins/placeholder/lang/tr.js new file mode 100644 index 0000000..6d2a4ab --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/tr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","tr",{title:"Yer tutucu özellikleri",toolbar:"Yer tutucu oluÅturun",name:"Yer Tutucu Adı",invalidName:"Yer tutucu adı boÅ bırakılamaz ve Åu karakterleri içeremez: [, ], \x3c, \x3e",pathName:"yertutucu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/tt.js b/public/assets/ckeditor/plugins/placeholder/lang/tt.js new file mode 100644 index 0000000..37ef9a9 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/tt.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","tt",{title:"ТÑÑÑÑма үзлеклÓÑе",toolbar:"ТÑÑÑÑма",name:"ТÑÑÑÑма иÑеме",invalidName:"ТÑÑÑÑма бÑÑ Ð±ÑлмаÑка ÑÐ¸ÐµÑ Ò»Óм ÑÑÐµÐ½Ð´Ó Ð°Ð»Ð´Ð°Ð³Ñ ÑÐ¸Ð¼Ð²Ð¾Ð»Ð»Ð°Ñ Ð±ÑлмаÑка ÑиеÑ: [, ], \x3c, \x3e",pathName:"ÑÑÑÑÑма"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/ug.js b/public/assets/ckeditor/plugins/placeholder/lang/ug.js new file mode 100644 index 0000000..bd7aa8c --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/ug.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","ug",{title:"Ø¦ÙØ±Û٠بÛÙÚ¯Û Ø®Ø§Ø³ÙÙÙÙ",toolbar:"Ø¦ÙØ±Û٠بÛÙÚ¯Û ÙÛØ±",name:"Ø¦ÙØ±Û٠بÛÙÚ¯Û Ø¦ÙØ³Ù Ù",invalidName:"The placeholder can not be empty and can not contain any of following characters: [, ], \x3c, \x3e",pathName:"placeholder"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/uk.js b/public/assets/ckeditor/plugins/placeholder/lang/uk.js new file mode 100644 index 0000000..e3d1a9a --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/uk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","uk",{title:"ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ ÐаповнÑваÑа",toolbar:"СÑвоÑиÑи ÐаповнÑваÑ",name:"Ðазва заповнÑваÑа",invalidName:"ÐаповнÑÐ²Ð°Ñ Ð½Ðµ може бÑÑи поÑожнÑм Ñ Ð½Ðµ може мÑÑÑиÑи наÑÑÑÐ¿Ð½Ñ Ñимволи: [, ], \x3c, \x3e",pathName:"заповнÑваÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/vi.js b/public/assets/ckeditor/plugins/placeholder/lang/vi.js new file mode 100644 index 0000000..12c9f56 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/vi.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","vi",{title:"Thuá»c tÃnh Äặt chá»",toolbar:"Tạo Äặt chá»",name:"Tên giữ chá»",invalidName:"Giữ chá» không thá» Äá» trá»ng và không thá» chứa bất kỳ ký tá»± sau: [,], \x3c, \x3e",pathName:"giữ chá»"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/zh-cn.js b/public/assets/ckeditor/plugins/placeholder/lang/zh-cn.js new file mode 100644 index 0000000..a2c8dd5 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/zh-cn.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","zh-cn",{title:"å ä½ç¬¦å±æ§",toolbar:"å ä½ç¬¦",name:"å ä½ç¬¦åç§°",invalidName:"å ä½ç¬¦åç§°ä¸è½ä¸ºç©ºï¼å¹¶ä¸ä¸è½å å«ä»¥ä¸å符ï¼[ã]ã\x3cã\x3e",pathName:"å ä½ç¬¦"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/lang/zh.js b/public/assets/ckeditor/plugins/placeholder/lang/zh.js new file mode 100644 index 0000000..f507599 --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/lang/zh.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","zh",{title:"é çä½ç½®å±¬æ§",toolbar:"建ç«é çä½ç½®",name:"Placeholder å稱",invalidName:"ãé çä½ç½®ãä¸å¯çºç©ºç½ä¸ä¸å¯å å«ä»¥ä¸åå ï¼[, ], \x3c, \x3e",pathName:"é çä½ç½®"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/placeholder/plugin.js b/public/assets/ckeditor/plugins/placeholder/plugin.js new file mode 100644 index 0000000..248779d --- /dev/null +++ b/public/assets/ckeditor/plugins/placeholder/plugin.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.plugins.add("placeholder",{requires:"widget,dialog",lang:"af,ar,bg,ca,cs,cy,da,de,de-ch,el,en,en-gb,eo,es,et,eu,fa,fi,fr,fr-ca,gl,he,hr,hu,id,it,ja,km,ko,ku,lv,nb,nl,no,pl,pt,pt-br,ru,si,sk,sl,sq,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"placeholder",hidpi:!0,onLoad:function(){CKEDITOR.addCss(".cke_placeholder{background-color:#ff0}")},init:function(a){var b=a.lang.placeholder;CKEDITOR.dialog.add("placeholder",this.path+"dialogs/placeholder.js");a.widgets.add("placeholder",{dialog:"placeholder", +pathName:b.pathName,template:'\x3cspan class\x3d"cke_placeholder"\x3e[[]]\x3c/span\x3e',downcast:function(){return new CKEDITOR.htmlParser.text("[["+this.data.name+"]]")},init:function(){this.setData("name",this.element.getText().slice(2,-2))},data:function(){this.element.setText("[["+this.data.name+"]]")}});a.ui.addButton&&a.ui.addButton("CreatePlaceholder",{label:b.toolbar,command:"placeholder",toolbar:"insert,5",icon:"placeholder"})},afterInit:function(a){var b=/\[\[([^\[\]])+\]\]/g;a.dataProcessor.dataFilter.addRules({text:function(f, +d){var e=d.parent&&CKEDITOR.dtd[d.parent.name];if(!e||e.span)return f.replace(b,function(b){var c=null,c=new CKEDITOR.htmlParser.element("span",{"class":"cke_placeholder"});c.add(new CKEDITOR.htmlParser.text(b));c=a.widgets.wrapElement(c,"placeholder");return c.getOuterHtml()})}})}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/icons/hidpi/preview-rtl.png b/public/assets/ckeditor/plugins/preview/icons/hidpi/preview-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..cd64e19a87a150e7b05f6b682953e45251f21b90 GIT binary patch literal 2145 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 XE^l&Yo9;Xs00000NkvXXu0mjfTFvbC literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/preview/icons/hidpi/preview.png b/public/assets/ckeditor/plugins/preview/icons/hidpi/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..402db20e2776fdfd7f70a0a23edec0ffdc46c28c GIT binary patch literal 2204 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 Y(+!L8XRa6@;}rqc=Pux?u%1c(1w(J?%m4rY literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/preview/icons/preview-rtl.png b/public/assets/ckeditor/plugins/preview/icons/preview-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..1c9d97874cae75a185e975ba4af676c4162ec78e GIT binary patch literal 850 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iQ?{pzV~EA+(#d=Mqyq(7_wT$Om7e(VmXK571Oe6vLEecmZR`$H zrd$aLP|2Slf6K;U7l)=-OVCeVjfKk@nwmF?GX`E**PMFrpD&jIpP=QX7h%uuSQ@7< zxtU|s&=H^^^1+7x{&&M;A0#HJD0V6R`fK+re$)HkAzGqqw&uIK$ZH=j+!CUd*t1jg z$LtubsR9$XKP~#Xb=9YcvuDo&MV~TCB!94ZKkv=&f3FRAst<Heo;-QlDy9b(e2*VL z{!(Ro_Or}`ZOqxa$;rvz?cD>fFpK&5`$u1kTC=r-qjKKjRVtoE_WeyA3Q7^#jQ3g+ zE4XwR)}B1+$q+I%Z~N)9XL*%AIUL}rQT06Z<%`LIrVbnNiL!z}b(O4-%{W@Lv*&qb zME1$gGJ=v(CqB<n@r;O%Kkxd)@<VEN_UoCeZn-TEWHob5DJ&@w$<~dW##??X$1HPe zR7>KChYue<cUo9*A;V<Xs$I)gg@(r7y?5^)s|?SsuQvXVEtXw=$-}xxW6|xm`{vA= z<+Xm@x_j~Q@x_IOj{EPshhDF_@6XP3G%4`0g&GIb83pEbuOI#1w|&o^HO9uqBHgZP zYH9_s;(`m~)*DB}PD?#3DUmE8DS5C^Mo(Y=?%ut7Z<O8*SK6ee6e<|WdM`I8N9Jzn z=K{95e(ff{jPsc8KY#vwYux(RZ{Fl^?^qS0W&iE__xe?@k|f&hw0d1OQRQID*nay+ zA<u`EQERi-hF#vgd2>i;dC1rAcX$6NpW>RLQBYHJ=I2k#Rlf=|Gd;`8%P&uzI+fpn z>Baw5*I!@E+dgseV&zRbi^EpiGVWuXUH)$0p|@*o+7vicJca%-=pD@zdc5%D7GPRb zEpd$~Nl7e8wMs5Z1yT$~28PDE2Ijg3CLxCARtCmEq-|hiWnkdDWH&IKB5BCYPsvQH z#I3>RC-V`Y21$?&!TD(=<%vb93_zFaW#(lUCnpx9>g5-u&wghk1ysb~>FVdQ&MBb@ E02sM!6951J literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/preview/icons/preview.png b/public/assets/ckeditor/plugins/preview/icons/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..162b44b845ae7e4ab3c0206a167c0a05aeda2b69 GIT binary patch literal 855 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|iQ-P<8V~EA++Q}RJq#Z?E&)?qIo6}RS8+b(UP@Y3a+o9AS3@-DT zW|@QpsLXe8n$7Pa?%Jgk_={g7$ibh{&tO_^OQ%Ej?5U~i%bzc0xXrb|=4F<f)Y*%B z-=Fo^8>c?`<bz7NlPQy?pNjI{ep{7;X_1CgsCs(eV~Zz6mO(40be-rnI`-!I=gOGt zsuMjFl!6;N9$4_LUcGw7tL{%W@0&Z`JTKarKH<oXBmtI|M2+p+x3?s6G;{>$h<WdO z|G%bX!K&YdGM8U}?RYGao|9@KwQyBLwxD2-p+xeIUAtB>zn<%-E@3@$_UywFp9?nL z%rTPSnK6I<^@jx>yYC+RUb|+i|KcejTUl3Zoffv*b!}L6fr3&*w&Ae}XVX5~@E<QU zb9oZsQq}*OYeSsYRJFX&QYpp0<Q~H_=gui9NgvqmwKOOow78<;htv;6CGG0!>M|3l z#I<wXI1W$9F<YIiRZv$_QnGrL^{S|Vt9QMYUh-8DdVV$Q>+bizue>hR)6-jUHA}Ef z(b(8nxZ(A#iL2gy`(2xtmnXr)cIW>6`ly(go?Um}&GuVv%&2nAw&QWdr&p(*8ucqH z&-G&l`v2ywTS3=LHy?gDL4jk#wSTvnLzmuvUtCb|LHdV=lC@Hhz{I;HR)7C}`C_tX z_ipdyL7GN0dHNpPxO6Pya0nH>|2^<(@8->$?SIznW4oiTt9$kI(@pEvuGRd&T_Nf! zcs8w=OF*#J=sRzyZP?X$tK{P2<K0i6J{_eYBJxA3O|jRFS*n-KQGnq^y~(Y6_x{xs z6$$0$<*iy(m%06ROkAAO)~MbTqmzdY9s1I5x1Qrh)t&v!_rg|RZ8U7#Kec$yww&}g z*1!a*TH+c}l9E`GYL#4+3Zxi}3=EBR4a{{7OhOFJtqhETNZY{3%D}*P$!=g`MbeO) zpOTqYiCcrsPv#>)4U!-mg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe1W@O1Ta JS?83{1OV;eZD;@h literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/preview/lang/af.js b/public/assets/ckeditor/plugins/preview/lang/af.js new file mode 100644 index 0000000..97a1694 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","af",{preview:"Voorbeeld"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/ar.js b/public/assets/ckeditor/plugins/preview/lang/ar.js new file mode 100644 index 0000000..a128ad1 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","ar",{preview:"٠عاÙÙØ© Ø§ÙØµÙØØ©"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/bg.js b/public/assets/ckeditor/plugins/preview/lang/bg.js new file mode 100644 index 0000000..5b88c36 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","bg",{preview:"ÐÑеглед"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/bn.js b/public/assets/ckeditor/plugins/preview/lang/bn.js new file mode 100644 index 0000000..6154ce3 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","bn",{preview:"পà§à¦°à¦¾à¦à¦¦à¦°à§à¦¶à¦¨"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/bs.js b/public/assets/ckeditor/plugins/preview/lang/bs.js new file mode 100644 index 0000000..1418f76 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","bs",{preview:"Prikaži"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/ca.js b/public/assets/ckeditor/plugins/preview/lang/ca.js new file mode 100644 index 0000000..73458dd --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","ca",{preview:"Visualització prèvia"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/cs.js b/public/assets/ckeditor/plugins/preview/lang/cs.js new file mode 100644 index 0000000..f00d6ee --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","cs",{preview:"Náhled"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/cy.js b/public/assets/ckeditor/plugins/preview/lang/cy.js new file mode 100644 index 0000000..071c8d8 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","cy",{preview:"Rhagolwg"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/da.js b/public/assets/ckeditor/plugins/preview/lang/da.js new file mode 100644 index 0000000..01f18bc --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","da",{preview:"Vis eksempel"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/de-ch.js b/public/assets/ckeditor/plugins/preview/lang/de-ch.js new file mode 100644 index 0000000..eee31b7 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","de-ch",{preview:"Vorschau"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/de.js b/public/assets/ckeditor/plugins/preview/lang/de.js new file mode 100644 index 0000000..7c57cba --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","de",{preview:"Vorschau"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/el.js b/public/assets/ckeditor/plugins/preview/lang/el.js new file mode 100644 index 0000000..4aaeeb4 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","el",{preview:"Î ÏοεÏιÏκÏÏιÏη"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/en-au.js b/public/assets/ckeditor/plugins/preview/lang/en-au.js new file mode 100644 index 0000000..f10aa05 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","en-au",{preview:"Preview"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/en-ca.js b/public/assets/ckeditor/plugins/preview/lang/en-ca.js new file mode 100644 index 0000000..3a7244b --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","en-ca",{preview:"Preview"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/en-gb.js b/public/assets/ckeditor/plugins/preview/lang/en-gb.js new file mode 100644 index 0000000..78d19ab --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","en-gb",{preview:"Preview"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/en.js b/public/assets/ckeditor/plugins/preview/lang/en.js new file mode 100644 index 0000000..c1901ef --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","en",{preview:"Preview"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/eo.js b/public/assets/ckeditor/plugins/preview/lang/eo.js new file mode 100644 index 0000000..5fa3dd6 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","eo",{preview:"Vidigi Aspekton"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/es.js b/public/assets/ckeditor/plugins/preview/lang/es.js new file mode 100644 index 0000000..d507847 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","es",{preview:"Vista Previa"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/et.js b/public/assets/ckeditor/plugins/preview/lang/et.js new file mode 100644 index 0000000..a47ea46 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","et",{preview:"Eelvaade"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/eu.js b/public/assets/ckeditor/plugins/preview/lang/eu.js new file mode 100644 index 0000000..ac83687 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","eu",{preview:"Aurrebista"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/fa.js b/public/assets/ckeditor/plugins/preview/lang/fa.js new file mode 100644 index 0000000..ad85c38 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","fa",{preview:"Ù¾ÛØ´ÙÙ Ø§ÛØ´"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/fi.js b/public/assets/ckeditor/plugins/preview/lang/fi.js new file mode 100644 index 0000000..6785c5b --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","fi",{preview:"Esikatsele"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/fo.js b/public/assets/ckeditor/plugins/preview/lang/fo.js new file mode 100644 index 0000000..779ef87 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","fo",{preview:"Frumsýning"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/fr-ca.js b/public/assets/ckeditor/plugins/preview/lang/fr-ca.js new file mode 100644 index 0000000..3731a10 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","fr-ca",{preview:"Prévisualiser"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/fr.js b/public/assets/ckeditor/plugins/preview/lang/fr.js new file mode 100644 index 0000000..ca8852b --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","fr",{preview:"Aperçu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/gl.js b/public/assets/ckeditor/plugins/preview/lang/gl.js new file mode 100644 index 0000000..ab8a82a --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","gl",{preview:"Vista previa"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/gu.js b/public/assets/ckeditor/plugins/preview/lang/gu.js new file mode 100644 index 0000000..e7b298b --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","gu",{preview:"પà«àª°à«àªµàª¦àª°à«àª¶àª¨"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/he.js b/public/assets/ckeditor/plugins/preview/lang/he.js new file mode 100644 index 0000000..420a934 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","he",{preview:"תצ××× ××§××××"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/hi.js b/public/assets/ckeditor/plugins/preview/lang/hi.js new file mode 100644 index 0000000..397d278 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","hi",{preview:"पà¥à¤°à¥à¤µà¥à¤¯à¥"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/hr.js b/public/assets/ckeditor/plugins/preview/lang/hr.js new file mode 100644 index 0000000..5a85fc9 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","hr",{preview:"Pregledaj"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/hu.js b/public/assets/ckeditor/plugins/preview/lang/hu.js new file mode 100644 index 0000000..b96a436 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","hu",{preview:"ElÅnézet"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/id.js b/public/assets/ckeditor/plugins/preview/lang/id.js new file mode 100644 index 0000000..8c7819d --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","id",{preview:"Pratinjau"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/is.js b/public/assets/ckeditor/plugins/preview/lang/is.js new file mode 100644 index 0000000..5fac3cd --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","is",{preview:"Forskoða"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/it.js b/public/assets/ckeditor/plugins/preview/lang/it.js new file mode 100644 index 0000000..a9453f9 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","it",{preview:"Anteprima"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/ja.js b/public/assets/ckeditor/plugins/preview/lang/ja.js new file mode 100644 index 0000000..6b7cd82 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","ja",{preview:"ãã¬ãã¥ã¼"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/ka.js b/public/assets/ckeditor/plugins/preview/lang/ka.js new file mode 100644 index 0000000..bc1590d --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","ka",{preview:"ááááá®áááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/km.js b/public/assets/ckeditor/plugins/preview/lang/km.js new file mode 100644 index 0000000..68ab55f --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","km",{preview:"áá¾áâáá¶âáá»á"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/ko.js b/public/assets/ckeditor/plugins/preview/lang/ko.js new file mode 100644 index 0000000..ac824da --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","ko",{preview:"미리보기"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/ku.js b/public/assets/ckeditor/plugins/preview/lang/ku.js new file mode 100644 index 0000000..19594b6 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","ku",{preview:"Ù¾ÛØ´Ø¨ÛÙÛÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/lt.js b/public/assets/ckeditor/plugins/preview/lang/lt.js new file mode 100644 index 0000000..814a921 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","lt",{preview:"PeržiÅ«ra"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/lv.js b/public/assets/ckeditor/plugins/preview/lang/lv.js new file mode 100644 index 0000000..7a27eb2 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","lv",{preview:"PriekÅ¡skatÄ«t"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/mk.js b/public/assets/ckeditor/plugins/preview/lang/mk.js new file mode 100644 index 0000000..b0beed9 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","mk",{preview:"Preview"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/mn.js b/public/assets/ckeditor/plugins/preview/lang/mn.js new file mode 100644 index 0000000..6f2448c --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","mn",{preview:"УÑидÑлан Ñ Ð°ÑÐ°Ñ "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/ms.js b/public/assets/ckeditor/plugins/preview/lang/ms.js new file mode 100644 index 0000000..f3c596e --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","ms",{preview:"Prebiu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/nb.js b/public/assets/ckeditor/plugins/preview/lang/nb.js new file mode 100644 index 0000000..ea20b38 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","nb",{preview:"ForhÃ¥ndsvis"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/nl.js b/public/assets/ckeditor/plugins/preview/lang/nl.js new file mode 100644 index 0000000..ed67f97 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","nl",{preview:"Voorbeeld"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/no.js b/public/assets/ckeditor/plugins/preview/lang/no.js new file mode 100644 index 0000000..0c13be8 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","no",{preview:"ForhÃ¥ndsvis"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/pl.js b/public/assets/ckeditor/plugins/preview/lang/pl.js new file mode 100644 index 0000000..11f306e --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","pl",{preview:"PodglÄ d"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/pt-br.js b/public/assets/ckeditor/plugins/preview/lang/pt-br.js new file mode 100644 index 0000000..e7f5826 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","pt-br",{preview:"Visualizar"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/pt.js b/public/assets/ckeditor/plugins/preview/lang/pt.js new file mode 100644 index 0000000..92e354d --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","pt",{preview:"Pré-visualizar"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/ro.js b/public/assets/ckeditor/plugins/preview/lang/ro.js new file mode 100644 index 0000000..646e231 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","ro",{preview:"Previzualizare"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/ru.js b/public/assets/ckeditor/plugins/preview/lang/ru.js new file mode 100644 index 0000000..11c59a4 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","ru",{preview:"ÐÑедваÑиÑелÑнÑй пÑоÑмоÑÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/si.js b/public/assets/ckeditor/plugins/preview/lang/si.js new file mode 100644 index 0000000..a205a15 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","si",{preview:"à¶±à·à·à¶ "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/sk.js b/public/assets/ckeditor/plugins/preview/lang/sk.js new file mode 100644 index 0000000..abee94b --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","sk",{preview:"Náhľad"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/sl.js b/public/assets/ckeditor/plugins/preview/lang/sl.js new file mode 100644 index 0000000..a5ba8ba --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","sl",{preview:"Predogled"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/sq.js b/public/assets/ckeditor/plugins/preview/lang/sq.js new file mode 100644 index 0000000..ef5e65b --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","sq",{preview:"Parashiko"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/sr-latn.js b/public/assets/ckeditor/plugins/preview/lang/sr-latn.js new file mode 100644 index 0000000..8c50b69 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","sr-latn",{preview:"Izgled stranice"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/sr.js b/public/assets/ckeditor/plugins/preview/lang/sr.js new file mode 100644 index 0000000..c01f936 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","sr",{preview:"Ðзглед ÑÑÑаниÑе"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/sv.js b/public/assets/ckeditor/plugins/preview/lang/sv.js new file mode 100644 index 0000000..f5a3f5a --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","sv",{preview:"Förhandsgranska"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/th.js b/public/assets/ckeditor/plugins/preview/lang/th.js new file mode 100644 index 0000000..047e25f --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","th",{preview:"à¸à¸¹à¸«à¸à¹à¸²à¹à¸à¸à¸ªà¸²à¸£à¸à¸±à¸§à¸à¸¢à¹à¸²à¸"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/tr.js b/public/assets/ckeditor/plugins/preview/lang/tr.js new file mode 100644 index 0000000..dd331bd --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","tr",{preview:"Ãn İzleme"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/tt.js b/public/assets/ckeditor/plugins/preview/lang/tt.js new file mode 100644 index 0000000..9b5e62c --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","tt",{preview:"ÐаÑап алÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/ug.js b/public/assets/ckeditor/plugins/preview/lang/ug.js new file mode 100644 index 0000000..06549fd --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","ug",{preview:"Ø¦Ø§ÙØ¯ÙÙ ÙÛØ²Ûت"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/uk.js b/public/assets/ckeditor/plugins/preview/lang/uk.js new file mode 100644 index 0000000..8d45b87 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","uk",{preview:"ÐопеÑеднÑй пеÑеглÑд"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/vi.js b/public/assets/ckeditor/plugins/preview/lang/vi.js new file mode 100644 index 0000000..ba28bcc --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","vi",{preview:"Xem trưá»c"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/zh-cn.js b/public/assets/ckeditor/plugins/preview/lang/zh-cn.js new file mode 100644 index 0000000..69445d0 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","zh-cn",{preview:"é¢è§"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/lang/zh.js b/public/assets/ckeditor/plugins/preview/lang/zh.js new file mode 100644 index 0000000..2ebf415 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","zh",{preview:"é 覽"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/plugin.js b/public/assets/ckeditor/plugins/preview/plugin.js new file mode 100644 index 0000000..0d91a23 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/plugin.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){var h,k={modes:{wysiwyg:1,source:1},canUndo:!1,readOnly:1,exec:function(a){var g,b=a.config,f=b.baseHref?'\x3cbase href\x3d"'+b.baseHref+'"/\x3e':"";if(b.fullPage)g=a.getData().replace(/<head>/,"$\x26"+f).replace(/[^>]*(?=<\/title>)/,"$\x26 \x26mdash; "+a.lang.preview.preview);else{var b="\x3cbody ",d=a.document&&a.document.getBody();d&&(d.getAttribute("id")&&(b+='id\x3d"'+d.getAttribute("id")+'" '),d.getAttribute("class")&&(b+='class\x3d"'+d.getAttribute("class")+'" '));b+="\x3e";g=a.config.docType+ +'\x3chtml dir\x3d"'+a.config.contentsLangDirection+'"\x3e\x3chead\x3e'+f+"\x3ctitle\x3e"+a.lang.preview.preview+"\x3c/title\x3e"+CKEDITOR.tools.buildStyleHtml(a.config.contentsCss)+"\x3c/head\x3e"+b+a.getData()+"\x3c/body\x3e\x3c/html\x3e"}f=640;b=420;d=80;try{var c=window.screen,f=Math.round(.8*c.width),b=Math.round(.7*c.height),d=Math.round(.1*c.width)}catch(k){}if(!1===a.fire("contentPreview",a={dataValue:g}))return!1;var c="",e;CKEDITOR.env.ie&&(window._cke_htmlToLoad=a.dataValue,e="javascript:void( (function(){document.open();"+ +("("+CKEDITOR.tools.fixDomain+")();").replace(/\/\/.*?\n/g,"").replace(/parent\./g,"window.opener.")+"document.write( window.opener._cke_htmlToLoad );document.close();window.opener._cke_htmlToLoad \x3d null;})() )",c="");CKEDITOR.env.gecko&&(window._cke_htmlToLoad=a.dataValue,c=CKEDITOR.getUrl(h+"preview.html"));c=window.open(c,null,"toolbar\x3dyes,location\x3dno,status\x3dyes,menubar\x3dyes,scrollbars\x3dyes,resizable\x3dyes,width\x3d"+f+",height\x3d"+b+",left\x3d"+d);CKEDITOR.env.ie&&c&&(c.location= +e);CKEDITOR.env.ie||CKEDITOR.env.gecko||(e=c.document,e.open(),e.write(a.dataValue),e.close());return!0}};CKEDITOR.plugins.add("preview",{lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"preview,preview-rtl",hidpi:!0,init:function(a){a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE&&(h=this.path,a.addCommand("preview", +k),a.ui.addButton&&a.ui.addButton("Preview",{label:a.lang.preview.preview,command:"preview",toolbar:"document,40"}))}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/preview/preview.html b/public/assets/ckeditor/plugins/preview/preview.html new file mode 100644 index 0000000..8c02826 --- /dev/null +++ b/public/assets/ckeditor/plugins/preview/preview.html @@ -0,0 +1,13 @@ +<script> + +// Prevent from DOM clobbering. +if ( typeof window.opener._cke_htmlToLoad == 'string' ) { + var doc = document; + doc.open(); + doc.write( window.opener._cke_htmlToLoad ); + doc.close(); + + delete window.opener._cke_htmlToLoad; +} + +</script> diff --git a/public/assets/ckeditor/plugins/print/icons/hidpi/print.png b/public/assets/ckeditor/plugins/print/icons/hidpi/print.png new file mode 100644 index 0000000000000000000000000000000000000000..4b72460dd4f1239d5aad15f2c78a959642eac9a5 GIT binary patch literal 1648 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/print/icons/print.png b/public/assets/ckeditor/plugins/print/icons/print.png new file mode 100644 index 0000000000000000000000000000000000000000..06f797dc7285d97c7113e66cf9680b3a15f3ca2b GIT binary patch literal 765 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|ilbENAV~EA+sguuoDF+I)?%#F&!rZ>K3&jgxE^A%mE|C8C@ec+g z{fF8=M0ORwO>-#xmc+u`<>8S0`t81r^;u#Yn~fJA5}9*%=kixqR%(Zbhj(xslUTDg zBKzm6SG$(2%bvB&F*K6N;Mj%NUp*$VB%hhi<a_zUhYt<KeY@5fDm87LcJ*rLnyuAJ zlR7)<n$AS+{(j8WWy0&%*@p~La&vhFHOtD%4jJ$SUbVOC=D1hw=jXR)RoVOZ??2u< zoMPk{8vQ5Ws(R?x`43+9Hm@?8>9at`yCK=(zwq(YNTpS$e*M~&mz#UhgjZi*U&Pfh z_Byxp+j+b0>YYA)S|ZuP);85f?zGT>1cL+B{l$IF&CT;OXVv}IXuO#5CA+-*d-eM3 z$p#V(XOeYJPr80Rd`|I_%w76Q?ed%}UhOM>x8d^3E!Pa+_b*<h)v)+sfycb(&sSLm zUyTIPhaU<&Sg~pqYrSGX=vAh*2_mkum4rGx1Y9qs{eF<Yj!~nl$>#j?o%>>=Lqoec zSFN(jpT)-T-nMdHu*lIn(~J8o`p!>Mxv0?<66$&R%lsRcOhQ9dyOew<xjeS8D?YdJ z%a0!((^7*IuIZhwKL72TnWF%M!R)g;cJ9oS-nQrE+qb$#QoR|o+Io9?1s?qTd2{`m zH5vQwFTecq!ZMS&ekV8iJhI?p)YI4BYnUddeBkKOR&l{51&2`a%X`*;tT=P`?%eRJ zN7w)5RhFt#mg?TU2bgSBOI#yLQW8s2t&)pUffR$0fuXUkfw``MNr<7jm4Pu3X&V?> z85sC3*$qrmNE&kUQ!>*kaci*o$$SK;K@wy`aDG}zd16s2LwR|*US?i)adKios$PCk U`s{Z$Qb0uvp00i_>zopr0P|i^5dZ)H literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/print/lang/af.js b/public/assets/ckeditor/plugins/print/lang/af.js new file mode 100644 index 0000000..61185ef --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","af",{toolbar:"Druk"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/ar.js b/public/assets/ckeditor/plugins/print/lang/ar.js new file mode 100644 index 0000000..b61c094 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","ar",{toolbar:"طباعة"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/bg.js b/public/assets/ckeditor/plugins/print/lang/bg.js new file mode 100644 index 0000000..6d929a8 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","bg",{toolbar:"ÐеÑаÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/bn.js b/public/assets/ckeditor/plugins/print/lang/bn.js new file mode 100644 index 0000000..ea9ff91 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","bn",{toolbar:"পà§à¦°à¦¿à¦¨à§à¦ à¦à¦°à¦¿"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/bs.js b/public/assets/ckeditor/plugins/print/lang/bs.js new file mode 100644 index 0000000..a639918 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","bs",{toolbar:"Å tampaj"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/ca.js b/public/assets/ckeditor/plugins/print/lang/ca.js new file mode 100644 index 0000000..76f7145 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","ca",{toolbar:"Imprimeix"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/cs.js b/public/assets/ckeditor/plugins/print/lang/cs.js new file mode 100644 index 0000000..8927afb --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","cs",{toolbar:"Tisk"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/cy.js b/public/assets/ckeditor/plugins/print/lang/cy.js new file mode 100644 index 0000000..173df74 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","cy",{toolbar:"Argraffu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/da.js b/public/assets/ckeditor/plugins/print/lang/da.js new file mode 100644 index 0000000..d816585 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","da",{toolbar:"Udskriv"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/de-ch.js b/public/assets/ckeditor/plugins/print/lang/de-ch.js new file mode 100644 index 0000000..847778b --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","de-ch",{toolbar:"Drucken"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/de.js b/public/assets/ckeditor/plugins/print/lang/de.js new file mode 100644 index 0000000..a429f6c --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","de",{toolbar:"Drucken"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/el.js b/public/assets/ckeditor/plugins/print/lang/el.js new file mode 100644 index 0000000..d5623eb --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","el",{toolbar:"ÎκÏÏÏÏÏη"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/en-au.js b/public/assets/ckeditor/plugins/print/lang/en-au.js new file mode 100644 index 0000000..191384e --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","en-au",{toolbar:"Print"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/en-ca.js b/public/assets/ckeditor/plugins/print/lang/en-ca.js new file mode 100644 index 0000000..aff5850 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","en-ca",{toolbar:"Print"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/en-gb.js b/public/assets/ckeditor/plugins/print/lang/en-gb.js new file mode 100644 index 0000000..84a26bd --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","en-gb",{toolbar:"Print"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/en.js b/public/assets/ckeditor/plugins/print/lang/en.js new file mode 100644 index 0000000..17461f2 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","en",{toolbar:"Print"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/eo.js b/public/assets/ckeditor/plugins/print/lang/eo.js new file mode 100644 index 0000000..b0580c1 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","eo",{toolbar:"Presi"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/es.js b/public/assets/ckeditor/plugins/print/lang/es.js new file mode 100644 index 0000000..5549ced --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","es",{toolbar:"Imprimir"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/et.js b/public/assets/ckeditor/plugins/print/lang/et.js new file mode 100644 index 0000000..cd192d6 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","et",{toolbar:"Printimine"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/eu.js b/public/assets/ckeditor/plugins/print/lang/eu.js new file mode 100644 index 0000000..6690c53 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","eu",{toolbar:"Inprimatu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/fa.js b/public/assets/ckeditor/plugins/print/lang/fa.js new file mode 100644 index 0000000..2445e39 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","fa",{toolbar:"ÚØ§Ù¾"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/fi.js b/public/assets/ckeditor/plugins/print/lang/fi.js new file mode 100644 index 0000000..2547e34 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","fi",{toolbar:"Tulosta"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/fo.js b/public/assets/ckeditor/plugins/print/lang/fo.js new file mode 100644 index 0000000..1c93841 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","fo",{toolbar:"Prenta"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/fr-ca.js b/public/assets/ckeditor/plugins/print/lang/fr-ca.js new file mode 100644 index 0000000..ecedc16 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","fr-ca",{toolbar:"Imprimer"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/fr.js b/public/assets/ckeditor/plugins/print/lang/fr.js new file mode 100644 index 0000000..1ae9a1d --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","fr",{toolbar:"Imprimer"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/gl.js b/public/assets/ckeditor/plugins/print/lang/gl.js new file mode 100644 index 0000000..47ef182 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","gl",{toolbar:"Imprimir"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/gu.js b/public/assets/ckeditor/plugins/print/lang/gu.js new file mode 100644 index 0000000..a6c1366 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","gu",{toolbar:"પà«àª°àª¿àª¨à«àª"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/he.js b/public/assets/ckeditor/plugins/print/lang/he.js new file mode 100644 index 0000000..a9e047a --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","he",{toolbar:"××פס×"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/hi.js b/public/assets/ckeditor/plugins/print/lang/hi.js new file mode 100644 index 0000000..06ae598 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","hi",{toolbar:"पà¥à¤°à¤¿à¤¨à¥à¤"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/hr.js b/public/assets/ckeditor/plugins/print/lang/hr.js new file mode 100644 index 0000000..ffbd7f7 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","hr",{toolbar:"IspiÅ¡i"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/hu.js b/public/assets/ckeditor/plugins/print/lang/hu.js new file mode 100644 index 0000000..1b1fb4e --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","hu",{toolbar:"Nyomtatás"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/id.js b/public/assets/ckeditor/plugins/print/lang/id.js new file mode 100644 index 0000000..4df05eb --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","id",{toolbar:"Cetak"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/is.js b/public/assets/ckeditor/plugins/print/lang/is.js new file mode 100644 index 0000000..0fb6168 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","is",{toolbar:"Prenta"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/it.js b/public/assets/ckeditor/plugins/print/lang/it.js new file mode 100644 index 0000000..f8a7966 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","it",{toolbar:"Stampa"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/ja.js b/public/assets/ckeditor/plugins/print/lang/ja.js new file mode 100644 index 0000000..dbfd00b --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","ja",{toolbar:"å°å·"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/ka.js b/public/assets/ckeditor/plugins/print/lang/ka.js new file mode 100644 index 0000000..86dc40f --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","ka",{toolbar:"áááááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/km.js b/public/assets/ckeditor/plugins/print/lang/km.js new file mode 100644 index 0000000..35450b4 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","km",{toolbar:"ááááá»ááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/ko.js b/public/assets/ckeditor/plugins/print/lang/ko.js new file mode 100644 index 0000000..f9e7ca3 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","ko",{toolbar:"ì¸ì"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/ku.js b/public/assets/ckeditor/plugins/print/lang/ku.js new file mode 100644 index 0000000..fce60ec --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","ku",{toolbar:"ÚØ§Ù¾Ú©Ø±Ø¯Ù"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/lt.js b/public/assets/ckeditor/plugins/print/lang/lt.js new file mode 100644 index 0000000..1829455 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","lt",{toolbar:"Spausdinti"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/lv.js b/public/assets/ckeditor/plugins/print/lang/lv.js new file mode 100644 index 0000000..e03d0b5 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","lv",{toolbar:"DrukÄt"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/mk.js b/public/assets/ckeditor/plugins/print/lang/mk.js new file mode 100644 index 0000000..63fd4d0 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","mk",{toolbar:"Print"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/mn.js b/public/assets/ckeditor/plugins/print/lang/mn.js new file mode 100644 index 0000000..8df85cf --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","mn",{toolbar:"Ð¥ÑвлÑÑ "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/ms.js b/public/assets/ckeditor/plugins/print/lang/ms.js new file mode 100644 index 0000000..ca8734b --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","ms",{toolbar:"Cetak"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/nb.js b/public/assets/ckeditor/plugins/print/lang/nb.js new file mode 100644 index 0000000..e65fcfd --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","nb",{toolbar:"Skriv ut"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/nl.js b/public/assets/ckeditor/plugins/print/lang/nl.js new file mode 100644 index 0000000..41ecffd --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","nl",{toolbar:"Afdrukken"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/no.js b/public/assets/ckeditor/plugins/print/lang/no.js new file mode 100644 index 0000000..afb031f --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","no",{toolbar:"Skriv ut"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/pl.js b/public/assets/ckeditor/plugins/print/lang/pl.js new file mode 100644 index 0000000..1bdbdeb --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","pl",{toolbar:"Drukuj"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/pt-br.js b/public/assets/ckeditor/plugins/print/lang/pt-br.js new file mode 100644 index 0000000..9246c27 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","pt-br",{toolbar:"Imprimir"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/pt.js b/public/assets/ckeditor/plugins/print/lang/pt.js new file mode 100644 index 0000000..a72195b --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","pt",{toolbar:"Imprimir"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/ro.js b/public/assets/ckeditor/plugins/print/lang/ro.js new file mode 100644 index 0000000..2f331d2 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","ro",{toolbar:"PrinteazÄ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/ru.js b/public/assets/ckeditor/plugins/print/lang/ru.js new file mode 100644 index 0000000..458a9c1 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","ru",{toolbar:"ÐеÑаÑÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/si.js b/public/assets/ckeditor/plugins/print/lang/si.js new file mode 100644 index 0000000..68d3f56 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","si",{toolbar:"මà·à¶¯à·âරණය à¶à¶»à¶±à·à¶±"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/sk.js b/public/assets/ckeditor/plugins/print/lang/sk.js new file mode 100644 index 0000000..7762bb2 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","sk",{toolbar:"TlaÄ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/sl.js b/public/assets/ckeditor/plugins/print/lang/sl.js new file mode 100644 index 0000000..9f401dd --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","sl",{toolbar:"Natisni"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/sq.js b/public/assets/ckeditor/plugins/print/lang/sq.js new file mode 100644 index 0000000..bfb05a4 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","sq",{toolbar:"Shtype"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/sr-latn.js b/public/assets/ckeditor/plugins/print/lang/sr-latn.js new file mode 100644 index 0000000..62cdc71 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","sr-latn",{toolbar:"Å tampa"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/sr.js b/public/assets/ckeditor/plugins/print/lang/sr.js new file mode 100644 index 0000000..74f6430 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","sr",{toolbar:"ШÑампа"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/sv.js b/public/assets/ckeditor/plugins/print/lang/sv.js new file mode 100644 index 0000000..14181ba --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","sv",{toolbar:"Skriv ut"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/th.js b/public/assets/ckeditor/plugins/print/lang/th.js new file mode 100644 index 0000000..e87d3ac --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","th",{toolbar:"สัà¹à¸à¸à¸´à¸¡à¸à¹"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/tr.js b/public/assets/ckeditor/plugins/print/lang/tr.js new file mode 100644 index 0000000..82f81f0 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","tr",{toolbar:"Yazdır"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/tt.js b/public/assets/ckeditor/plugins/print/lang/tt.js new file mode 100644 index 0000000..db8ff02 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","tt",{toolbar:"ÐаÑÑÑÑÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/ug.js b/public/assets/ckeditor/plugins/print/lang/ug.js new file mode 100644 index 0000000..6c27031 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","ug",{toolbar:"باس "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/uk.js b/public/assets/ckeditor/plugins/print/lang/uk.js new file mode 100644 index 0000000..dfde34d --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","uk",{toolbar:"ÐÑÑк"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/vi.js b/public/assets/ckeditor/plugins/print/lang/vi.js new file mode 100644 index 0000000..5657394 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","vi",{toolbar:"In"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/zh-cn.js b/public/assets/ckeditor/plugins/print/lang/zh-cn.js new file mode 100644 index 0000000..d7c2643 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","zh-cn",{toolbar:"æå°"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/lang/zh.js b/public/assets/ckeditor/plugins/print/lang/zh.js new file mode 100644 index 0000000..65b8840 --- /dev/null +++ b/public/assets/ckeditor/plugins/print/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","zh",{toolbar:"åå°"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/print/plugin.js b/public/assets/ckeditor/plugins/print/plugin.js new file mode 100644 index 0000000..ccc201e --- /dev/null +++ b/public/assets/ckeditor/plugins/print/plugin.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.add("print",{lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"print,",hidpi:!0,init:function(a){a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE&&(a.addCommand("print",CKEDITOR.plugins.print),a.ui.addButton&&a.ui.addButton("Print",{label:a.lang.print.toolbar,command:"print",toolbar:"document,50"}))}}); +CKEDITOR.plugins.print={exec:function(a){CKEDITOR.env.gecko?a.window.$.print():a.document.$.execCommand("Print")},canUndo:!1,readOnly:1,modes:{wysiwyg:1}}; \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/icons/hidpi/save.png b/public/assets/ckeditor/plugins/save/icons/hidpi/save.png new file mode 100644 index 0000000000000000000000000000000000000000..fc59f677aa3cb94f888a1c922f126cc8d06d18a4 GIT binary patch literal 1648 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/save/icons/save.png b/public/assets/ckeditor/plugins/save/icons/save.png new file mode 100644 index 0000000000000000000000000000000000000000..51b8f6ee11e7878b5c56836c1b40b689e7823a5e GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i<5N!;#}JFtQz!4wR&o?MZf_iUGgPowfP+ytmsxCOP)y<6-q!y? z@Ax;IuTMy?y&lcAvq+F-Z?mf6zZ<1t>EB`#%WS*3?=^?>oT<6@{r5fTMH+`J+dKY* zTRrbs#4)Fsq5lBO1ny!c8>{CIE(~gS^TJ(@#7qKG4V@hi7)z|?wkvQjNW};^3cRtJ zdyct)#YBpC&DNC2v}d0!kIjgQ6!g+;Qdn>|FL~|Kix$^DF>KOV9JF%5)@RS2wVh3K zo|c-<u-0^I6z^J7M}Y|{Cpi_Au4I``3EHmoX?N7xf5H2LUTwSnTJZQsPKF1+?V?`C zd#&{Uo4xj9?S6~u0-2@7eFqa7wwlT7?%cJ9Jv=<TVxIe~Wk=^SO<1N`DD(N>zjJxp zmBT+>jM;K6WOeAe_3J;{yqDQ<|GnX{58u8WE3xvm-&{~%|K5DIFJJp%!3n97o|7i1 zaLzuv>;~)7EAI|F{meg5w)^hY*I$#otoo9F{r&g-`t|TjCaeYxnOmc_MCmeYj?p_? zw9}*^&?|ARt!Bjf>pbm;<qKs_XPEq&6|Oba%k}E+-Mcrp-pbp)=KAaT*P{0PtvjEz z@yEA6e`2~8aV(v}5TZ5p&%v8s(@v+(Db|1d@ki>`C`XC5mc$b|X3j42^!@|{3;q;p zQ><rLdAh9D#r)MVU@A~8ag8WRNi0dVN-jzTQVd20hQ_)E=DG$ZA%^Bw2F5_7ZD3?& zVBouCH!y`DX~@k_$xN%nt-<Ce^AVs1NstY}`DrEPiAAXl<>lpinR(g8$%zH2dih1^ Uv)|cB0TnTLy85}Sb4q9e06jA>YXATM literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/save/lang/af.js b/public/assets/ckeditor/plugins/save/lang/af.js new file mode 100644 index 0000000..aa5b37e --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","af",{toolbar:"Bewaar"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/ar.js b/public/assets/ckeditor/plugins/save/lang/ar.js new file mode 100644 index 0000000..eb09ee5 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","ar",{toolbar:"ØÙظ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/bg.js b/public/assets/ckeditor/plugins/save/lang/bg.js new file mode 100644 index 0000000..ecdf23c --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","bg",{toolbar:"ÐапиÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/bn.js b/public/assets/ckeditor/plugins/save/lang/bn.js new file mode 100644 index 0000000..16915cf --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","bn",{toolbar:"সà¦à¦°à¦à§à¦·à¦¨ à¦à¦°à¦¿"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/bs.js b/public/assets/ckeditor/plugins/save/lang/bs.js new file mode 100644 index 0000000..d94efe8 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","bs",{toolbar:"Snimi"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/ca.js b/public/assets/ckeditor/plugins/save/lang/ca.js new file mode 100644 index 0000000..8704f58 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","ca",{toolbar:"Desa"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/cs.js b/public/assets/ckeditor/plugins/save/lang/cs.js new file mode 100644 index 0000000..e337b9e --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","cs",{toolbar:"Uložit"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/cy.js b/public/assets/ckeditor/plugins/save/lang/cy.js new file mode 100644 index 0000000..1f8eb81 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","cy",{toolbar:"Cadw"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/da.js b/public/assets/ckeditor/plugins/save/lang/da.js new file mode 100644 index 0000000..1ff06c6 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","da",{toolbar:"Gem"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/de-ch.js b/public/assets/ckeditor/plugins/save/lang/de-ch.js new file mode 100644 index 0000000..5040244 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","de-ch",{toolbar:"Speichern"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/de.js b/public/assets/ckeditor/plugins/save/lang/de.js new file mode 100644 index 0000000..603359b --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","de",{toolbar:"Speichern"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/el.js b/public/assets/ckeditor/plugins/save/lang/el.js new file mode 100644 index 0000000..1aaf9ef --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","el",{toolbar:"ÎÏÎ¿Î¸Î®ÎºÎµÏ Ïη"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/en-au.js b/public/assets/ckeditor/plugins/save/lang/en-au.js new file mode 100644 index 0000000..0ace64e --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","en-au",{toolbar:"Save"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/en-ca.js b/public/assets/ckeditor/plugins/save/lang/en-ca.js new file mode 100644 index 0000000..993a86e --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","en-ca",{toolbar:"Save"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/en-gb.js b/public/assets/ckeditor/plugins/save/lang/en-gb.js new file mode 100644 index 0000000..19c382d --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","en-gb",{toolbar:"Save"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/en.js b/public/assets/ckeditor/plugins/save/lang/en.js new file mode 100644 index 0000000..1ee6769 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","en",{toolbar:"Save"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/eo.js b/public/assets/ckeditor/plugins/save/lang/eo.js new file mode 100644 index 0000000..dd7a194 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","eo",{toolbar:"Konservi"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/es.js b/public/assets/ckeditor/plugins/save/lang/es.js new file mode 100644 index 0000000..b07eea6 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","es",{toolbar:"Guardar"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/et.js b/public/assets/ckeditor/plugins/save/lang/et.js new file mode 100644 index 0000000..5bfb76c --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","et",{toolbar:"Salvestamine"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/eu.js b/public/assets/ckeditor/plugins/save/lang/eu.js new file mode 100644 index 0000000..fec1f85 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","eu",{toolbar:"Gorde"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/fa.js b/public/assets/ckeditor/plugins/save/lang/fa.js new file mode 100644 index 0000000..fb3f2a3 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","fa",{toolbar:"Ø°Ø®ÛØ±Ù"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/fi.js b/public/assets/ckeditor/plugins/save/lang/fi.js new file mode 100644 index 0000000..93d4db5 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","fi",{toolbar:"Tallenna"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/fo.js b/public/assets/ckeditor/plugins/save/lang/fo.js new file mode 100644 index 0000000..4b45268 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","fo",{toolbar:"Goym"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/fr-ca.js b/public/assets/ckeditor/plugins/save/lang/fr-ca.js new file mode 100644 index 0000000..eacb6ea --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","fr-ca",{toolbar:"Sauvegarder"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/fr.js b/public/assets/ckeditor/plugins/save/lang/fr.js new file mode 100644 index 0000000..8df018d --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","fr",{toolbar:"Enregistrer"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/gl.js b/public/assets/ckeditor/plugins/save/lang/gl.js new file mode 100644 index 0000000..1bd4332 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","gl",{toolbar:"Gardar"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/gu.js b/public/assets/ckeditor/plugins/save/lang/gu.js new file mode 100644 index 0000000..683842a --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","gu",{toolbar:"સà«àªµ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/he.js b/public/assets/ckeditor/plugins/save/lang/he.js new file mode 100644 index 0000000..de52496 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","he",{toolbar:"ש××ר×"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/hi.js b/public/assets/ckeditor/plugins/save/lang/hi.js new file mode 100644 index 0000000..36e3a75 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","hi",{toolbar:"सà¥à¤µ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/hr.js b/public/assets/ckeditor/plugins/save/lang/hr.js new file mode 100644 index 0000000..cd0d6f4 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","hr",{toolbar:"Snimi"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/hu.js b/public/assets/ckeditor/plugins/save/lang/hu.js new file mode 100644 index 0000000..e2de200 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","hu",{toolbar:"Mentés"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/id.js b/public/assets/ckeditor/plugins/save/lang/id.js new file mode 100644 index 0000000..7f1760b --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","id",{toolbar:"Simpan"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/is.js b/public/assets/ckeditor/plugins/save/lang/is.js new file mode 100644 index 0000000..5f98589 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","is",{toolbar:"Vista"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/it.js b/public/assets/ckeditor/plugins/save/lang/it.js new file mode 100644 index 0000000..fdfe51a --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","it",{toolbar:"Salva"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/ja.js b/public/assets/ckeditor/plugins/save/lang/ja.js new file mode 100644 index 0000000..41801c4 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","ja",{toolbar:"ä¿å"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/ka.js b/public/assets/ckeditor/plugins/save/lang/ka.js new file mode 100644 index 0000000..d3d0456 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","ka",{toolbar:"á©áá¬áá á"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/km.js b/public/assets/ckeditor/plugins/save/lang/km.js new file mode 100644 index 0000000..82f4495 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","km",{toolbar:"ááááá¶áá»á"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/ko.js b/public/assets/ckeditor/plugins/save/lang/ko.js new file mode 100644 index 0000000..ac0a0be --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","ko",{toolbar:"ì ì¥"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/ku.js b/public/assets/ckeditor/plugins/save/lang/ku.js new file mode 100644 index 0000000..649a8cc --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","ku",{toolbar:"پاشکÛÙØªÚ©Ø±Ø¯Ù"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/lt.js b/public/assets/ckeditor/plugins/save/lang/lt.js new file mode 100644 index 0000000..ea89cee --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","lt",{toolbar:"IÅ¡saugoti"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/lv.js b/public/assets/ckeditor/plugins/save/lang/lv.js new file mode 100644 index 0000000..6d8c0c8 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","lv",{toolbar:"SaglabÄt"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/mk.js b/public/assets/ckeditor/plugins/save/lang/mk.js new file mode 100644 index 0000000..0405ba8 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","mk",{toolbar:"Save"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/mn.js b/public/assets/ckeditor/plugins/save/lang/mn.js new file mode 100644 index 0000000..ed1d40a --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","mn",{toolbar:"Ð¥Ð°Ð´Ð³Ð°Ð»Ð°Ñ "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/ms.js b/public/assets/ckeditor/plugins/save/lang/ms.js new file mode 100644 index 0000000..8b557e7 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","ms",{toolbar:"Simpan"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/nb.js b/public/assets/ckeditor/plugins/save/lang/nb.js new file mode 100644 index 0000000..0bce93d --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","nb",{toolbar:"Lagre"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/nl.js b/public/assets/ckeditor/plugins/save/lang/nl.js new file mode 100644 index 0000000..4611053 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","nl",{toolbar:"Opslaan"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/no.js b/public/assets/ckeditor/plugins/save/lang/no.js new file mode 100644 index 0000000..d58f02e --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","no",{toolbar:"Lagre"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/pl.js b/public/assets/ckeditor/plugins/save/lang/pl.js new file mode 100644 index 0000000..8214669 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","pl",{toolbar:"Zapisz"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/pt-br.js b/public/assets/ckeditor/plugins/save/lang/pt-br.js new file mode 100644 index 0000000..64c537a --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","pt-br",{toolbar:"Salvar"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/pt.js b/public/assets/ckeditor/plugins/save/lang/pt.js new file mode 100644 index 0000000..a30393b --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","pt",{toolbar:"Guardar"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/ro.js b/public/assets/ckeditor/plugins/save/lang/ro.js new file mode 100644 index 0000000..05329bc --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","ro",{toolbar:"SalveazÄ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/ru.js b/public/assets/ckeditor/plugins/save/lang/ru.js new file mode 100644 index 0000000..9c75541 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","ru",{toolbar:"Ð¡Ð¾Ñ ÑаниÑÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/si.js b/public/assets/ckeditor/plugins/save/lang/si.js new file mode 100644 index 0000000..6305fe6 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","si",{toolbar:"à¶à¶»à¶à·à·à· à¶à¶»à¶±à·à¶±"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/sk.js b/public/assets/ckeditor/plugins/save/lang/sk.js new file mode 100644 index 0000000..f3ea59b --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","sk",{toolbar:"UložiÅ¥"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/sl.js b/public/assets/ckeditor/plugins/save/lang/sl.js new file mode 100644 index 0000000..e8ff175 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","sl",{toolbar:"Shrani"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/sq.js b/public/assets/ckeditor/plugins/save/lang/sq.js new file mode 100644 index 0000000..493dca3 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","sq",{toolbar:"Ruaje"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/sr-latn.js b/public/assets/ckeditor/plugins/save/lang/sr-latn.js new file mode 100644 index 0000000..fe27f2b --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","sr-latn",{toolbar:"SaÄuvaj"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/sr.js b/public/assets/ckeditor/plugins/save/lang/sr.js new file mode 100644 index 0000000..3fa9e1c --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","sr",{toolbar:"СаÑÑваÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/sv.js b/public/assets/ckeditor/plugins/save/lang/sv.js new file mode 100644 index 0000000..a2e40dd --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","sv",{toolbar:"Spara"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/th.js b/public/assets/ckeditor/plugins/save/lang/th.js new file mode 100644 index 0000000..8e1c28d --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","th",{toolbar:"à¸à¸±à¸à¸à¸¶à¸"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/tr.js b/public/assets/ckeditor/plugins/save/lang/tr.js new file mode 100644 index 0000000..bb638ac --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","tr",{toolbar:"Kaydet"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/tt.js b/public/assets/ckeditor/plugins/save/lang/tt.js new file mode 100644 index 0000000..757f3f7 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","tt",{toolbar:"СаклаÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/ug.js b/public/assets/ckeditor/plugins/save/lang/ug.js new file mode 100644 index 0000000..27dbe12 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","ug",{toolbar:"ساÙÙØ§"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/uk.js b/public/assets/ckeditor/plugins/save/lang/uk.js new file mode 100644 index 0000000..c1abf92 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","uk",{toolbar:"ÐбеÑегÑи"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/vi.js b/public/assets/ckeditor/plugins/save/lang/vi.js new file mode 100644 index 0000000..986883b --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","vi",{toolbar:"Lưu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/zh-cn.js b/public/assets/ckeditor/plugins/save/lang/zh-cn.js new file mode 100644 index 0000000..a2de754 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","zh-cn",{toolbar:"ä¿å"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/lang/zh.js b/public/assets/ckeditor/plugins/save/lang/zh.js new file mode 100644 index 0000000..6e81061 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","zh",{toolbar:"å²å"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/save/plugin.js b/public/assets/ckeditor/plugins/save/plugin.js new file mode 100644 index 0000000..506a2f3 --- /dev/null +++ b/public/assets/ckeditor/plugins/save/plugin.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){var b={readOnly:1,exec:function(a){if(a.fire("save")&&(a=a.element.$.form))try{a.submit()}catch(b){a.submit.click&&a.submit.click()}}};CKEDITOR.plugins.add("save",{lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"save",hidpi:!0,init:function(a){a.elementMode==CKEDITOR.ELEMENT_MODE_REPLACE&&(a.addCommand("save", +b).modes={wysiwyg:!!a.element.$.form},a.ui.addButton&&a.ui.addButton("Save",{label:a.lang.save.toolbar,command:"save",toolbar:"document,10"}))}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/scayt/CHANGELOG.md b/public/assets/ckeditor/plugins/scayt/CHANGELOG.md new file mode 100644 index 0000000..d956208 --- /dev/null +++ b/public/assets/ckeditor/plugins/scayt/CHANGELOG.md @@ -0,0 +1,20 @@ +SCAYT plugin for CKEditor 4 Changelog +==================== +### CKEditor 4.5.6 + +New Features: +* CKEditor [language addon](http://ckeditor.com/addon/language) support +* CKEditor [placeholder addon](http://ckeditor.com/addon/placeholder) support +* Drag and Drop support +* *Experimental* GRAYT functionality http://www.webspellchecker.net/samples/scayt-ckeditor-plugin.html#25 + +Fixed issues: +* [#98](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/98) SCAYT Affects Dialog Double Click. Fixed in SCAYT Core. +* [#102](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/102) SCAYT Core performance enhancements +* [#104](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/104) SCAYT's spans leak into the clipboard and after pasting +* [#105](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/105) Javascript error fired in case of multiple instances of CKEditor in one page +* [#107](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/107) SCAYT should not check non-editable parts of content +* [#108](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/108) Latest SCAYT copies id of editor element to the iframe +* SCAYT stops working when CKEditor Undo plug-in not enabled +* Issue with pasting SCAYT markup in CKEditor +* [#32](https://github.com/WebSpellChecker/ckeditor-plugin-wsc/issues/32) SCAYT stops working after pressing Cancel button in WSC dialog diff --git a/public/assets/ckeditor/plugins/scayt/LICENSE.md b/public/assets/ckeditor/plugins/scayt/LICENSE.md new file mode 100644 index 0000000..844ab4d --- /dev/null +++ b/public/assets/ckeditor/plugins/scayt/LICENSE.md @@ -0,0 +1,28 @@ +Software License Agreement +========================== + +**CKEditor SCAYT Plugin** +Copyright © 2012, [CKSource](http://cksource.com) - Frederico Knabben. All rights reserved. + +Licensed under the terms of any of the following licenses at your choice: + +* GNU General Public License Version 2 or later (the "GPL"): + http://www.gnu.org/licenses/gpl.html + +* GNU Lesser General Public License Version 2.1 or later (the "LGPL"): + http://www.gnu.org/licenses/lgpl.html + +* Mozilla Public License Version 1.1 or later (the "MPL"): + http://www.mozilla.org/MPL/MPL-1.1.html + +You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice. + +Sources of Intellectual Property Included in this plugin +-------------------------------------------------------- + +Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission. + +Trademarks +---------- + +CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders. diff --git a/public/assets/ckeditor/plugins/scayt/dialogs/options.js b/public/assets/ckeditor/plugins/scayt/dialogs/options.js new file mode 100644 index 0000000..12dbfd1 --- /dev/null +++ b/public/assets/ckeditor/plugins/scayt/dialogs/options.js @@ -0,0 +1,19 @@ +CKEDITOR.dialog.add("scaytDialog",function(c){var f=c.scayt,q='\x3cp\x3e\x3cimg src\x3d"'+f.getLogo()+'" /\x3e\x3c/p\x3e\x3cp\x3e'+f.getLocal("version")+f.getVersion()+"\x3c/p\x3e\x3cp\x3e"+f.getLocal("text_copyrights")+"\x3c/p\x3e",r=CKEDITOR.document,n={isChanged:function(){return null===this.newLang||this.currentLang===this.newLang?!1:!0},currentLang:f.getLang(),newLang:null,reset:function(){this.currentLang=f.getLang();this.newLang=null},id:"lang"},q=[{id:"options",label:f.getLocal("tab_options"), +onShow:function(){},elements:[{type:"vbox",id:"scaytOptions",children:function(){var a=f.getApplicationConfig(),b=[],g={"ignore-all-caps-words":"label_allCaps","ignore-domain-names":"label_ignoreDomainNames","ignore-words-with-mixed-cases":"label_mixedCase","ignore-words-with-numbers":"label_mixedWithDigits"},e;for(e in a)a={type:"checkbox"},a.id=e,a.label=f.getLocal(g[e]),b.push(a);return b}(),onShow:function(){this.getChild();for(var a=c.scayt,b=0;b<this.getChild().length;b++)this.getChild()[b].setValue(a.getApplicationConfig()[this.getChild()[b].id])}}]}, +{id:"langs",label:f.getLocal("tab_languages"),elements:[{id:"leftLangColumn",type:"vbox",align:"left",widths:["100"],children:[{type:"html",id:"langBox",style:"overflow: hidden; white-space: normal;margin-bottom:15px;",html:'\x3cdiv\x3e\x3cdiv style\x3d"float:left;width:45%;margin-left:5px;" id\x3d"left-col-'+c.name+'"\x3e\x3c/div\x3e\x3cdiv style\x3d"float:left;width:45%;margin-left:15px;" id\x3d"right-col-'+c.name+'"\x3e\x3c/div\x3e\x3c/div\x3e',onShow:function(){var a=c.scayt.getLang();r.getById("scaytLang_"+ +c.name+"_"+a).$.checked=!0}},{type:"html",id:"graytLanguagesHint",html:'\x3cdiv style\x3d"margin:5px auto; width:95%;white-space:normal;" id\x3d"'+c.name+'graytLanguagesHint"\x3e\x3cspan style\x3d"width:10px;height:10px;display: inline-block; background:#02b620;vertical-align:top;margin-top:2px;"\x3e\x3c/span\x3e - This languages are supported by Grammar As You Type(GRAYT).\x3c/div\x3e',onShow:function(){var a=r.getById(c.name+"graytLanguagesHint");c.config.grayt_autoStartup||(a.$.style.display="none")}}]}]}, +{id:"dictionaries",label:f.getLocal("tab_dictionaries"),elements:[{type:"vbox",id:"rightCol_col__left",children:[{type:"html",id:"dictionaryNote",html:""},{type:"text",id:"dictionaryName",label:f.getLocal("label_fieldNameDic")||"Dictionary name",onShow:function(a){var b=a.sender,g=c.scayt;setTimeout(function(){b.getContentElement("dictionaries","dictionaryNote").getElement().setText("");null!=g.getUserDictionaryName()&&""!=g.getUserDictionaryName()&&b.getContentElement("dictionaries","dictionaryName").setValue(g.getUserDictionaryName())}, +0)}},{type:"hbox",id:"notExistDic",align:"left",style:"width:auto;",widths:["50%","50%"],children:[{type:"button",id:"createDic",label:f.getLocal("btn_createDic"),title:f.getLocal("btn_createDic"),onClick:function(){var a=this.getDialog(),b=p,g=c.scayt,e=a.getContentElement("dictionaries","dictionaryName").getValue();g.createUserDictionary(e,function(d){d.error||b.toggleDictionaryButtons.call(a,!0);d.dialog=a;d.command="create";d.name=e;c.fire("scaytUserDictionaryAction",d)},function(d){d.dialog= +a;d.command="create";d.name=e;c.fire("scaytUserDictionaryActionError",d)})}},{type:"button",id:"restoreDic",label:f.getLocal("btn_restoreDic"),title:f.getLocal("btn_restoreDic"),onClick:function(){var a=this.getDialog(),b=c.scayt,g=p,e=a.getContentElement("dictionaries","dictionaryName").getValue();b.restoreUserDictionary(e,function(d){d.dialog=a;d.error||g.toggleDictionaryButtons.call(a,!0);d.command="restore";d.name=e;c.fire("scaytUserDictionaryAction",d)},function(d){d.dialog=a;d.command="restore"; +d.name=e;c.fire("scaytUserDictionaryActionError",d)})}}]},{type:"hbox",id:"existDic",align:"left",style:"width:auto;",widths:["50%","50%"],children:[{type:"button",id:"removeDic",label:f.getLocal("btn_deleteDic"),title:f.getLocal("btn_deleteDic"),onClick:function(){var a=this.getDialog(),b=c.scayt,g=p,e=a.getContentElement("dictionaries","dictionaryName"),d=e.getValue();b.removeUserDictionary(d,function(b){e.setValue("");b.error||g.toggleDictionaryButtons.call(a,!1);b.dialog=a;b.command="remove"; +b.name=d;c.fire("scaytUserDictionaryAction",b)},function(b){b.dialog=a;b.command="remove";b.name=d;c.fire("scaytUserDictionaryActionError",b)})}},{type:"button",id:"renameDic",label:f.getLocal("btn_renameDic"),title:f.getLocal("btn_renameDic"),onClick:function(){var a=this.getDialog(),b=c.scayt,g=a.getContentElement("dictionaries","dictionaryName").getValue();b.renameUserDictionary(g,function(b){b.dialog=a;b.command="rename";b.name=g;c.fire("scaytUserDictionaryAction",b)},function(b){b.dialog=a;b.command= +"rename";b.name=g;c.fire("scaytUserDictionaryActionError",b)})}}]},{type:"html",id:"dicInfo",html:'\x3cdiv id\x3d"dic_info_editor1" style\x3d"margin:5px auto; width:95%;white-space:normal;"\x3e'+f.getLocal("text_descriptionDic")+"\x3c/div\x3e"}]}]},{id:"about",label:f.getLocal("tab_about"),elements:[{type:"html",id:"about",style:"margin: 5px 5px;",html:'\x3cdiv\x3e\x3cdiv id\x3d"scayt_about_"\x3e'+q+"\x3c/div\x3e\x3c/div\x3e"}]}];c.on("scaytUserDictionaryAction",function(a){var b=SCAYT.prototype.UILib, +g=a.data.dialog,e=g.getContentElement("dictionaries","dictionaryNote").getElement(),d=a.editor.scayt,c;void 0===a.data.error?(c=d.getLocal("message_success_"+a.data.command+"Dic"),c=c.replace("%s",a.data.name),e.setText(c),b.css(e.$,{color:"blue"})):(""===a.data.name?e.setText(d.getLocal("message_info_emptyDic")):(c=d.getLocal("message_error_"+a.data.command+"Dic"),c=c.replace("%s",a.data.name),e.setText(c)),b.css(e.$,{color:"red"}),null!=d.getUserDictionaryName()&&""!=d.getUserDictionaryName()?g.getContentElement("dictionaries", +"dictionaryName").setValue(d.getUserDictionaryName()):g.getContentElement("dictionaries","dictionaryName").setValue(""))});c.on("scaytUserDictionaryActionError",function(a){var b=SCAYT.prototype.UILib,c=a.data.dialog,e=c.getContentElement("dictionaries","dictionaryNote").getElement(),d=a.editor.scayt,f;""===a.data.name?e.setText(d.getLocal("message_info_emptyDic")):(f=d.getLocal("message_error_"+a.data.command+"Dic"),f=f.replace("%s",a.data.name),e.setText(f));b.css(e.$,{color:"red"});null!=d.getUserDictionaryName()&& +""!=d.getUserDictionaryName()?c.getContentElement("dictionaries","dictionaryName").setValue(d.getUserDictionaryName()):c.getContentElement("dictionaries","dictionaryName").setValue("")});var p={title:f.getLocal("text_title"),resizable:CKEDITOR.DIALOG_RESIZE_BOTH,minWidth:340,minHeight:260,onLoad:function(){if(0!=c.config.scayt_uiTabs[1]){var a=p,b=a.getLangBoxes.call(this);b.getParent().setStyle("white-space","normal");a.renderLangList(b);this.definition.minWidth=this.getSize().width;this.resize(this.definition.minWidth, +this.definition.minHeight)}},onCancel:function(){n.reset()},onHide:function(){c.unlockSelection()},onShow:function(){c.fire("scaytDialogShown",this);if(0!=c.config.scayt_uiTabs[2]){var a=c.scayt,b=this.getContentElement("dictionaries","dictionaryName"),g=this.getContentElement("dictionaries","existDic").getElement().getParent(),e=this.getContentElement("dictionaries","notExistDic").getElement().getParent();g.hide();e.hide();null!=a.getUserDictionaryName()&&""!=a.getUserDictionaryName()?(this.getContentElement("dictionaries", +"dictionaryName").setValue(a.getUserDictionaryName()),g.show()):(b.setValue(""),e.show())}},onOk:function(){var a=p,b=c.scayt;this.getContentElement("options","scaytOptions");a=a.getChangedOption.call(this);b.commitOption({changedOptions:a})},toggleDictionaryButtons:function(a){var b=this.getContentElement("dictionaries","existDic").getElement().getParent(),c=this.getContentElement("dictionaries","notExistDic").getElement().getParent();a?(b.show(),c.hide()):(b.hide(),c.show())},getChangedOption:function(){var a= +{};if(1==c.config.scayt_uiTabs[0])for(var b=this.getContentElement("options","scaytOptions").getChild(),g=0;g<b.length;g++)b[g].isChanged()&&(a[b[g].id]=b[g].getValue());n.isChanged()&&(a[n.id]=c.config.scayt_sLang=n.currentLang=n.newLang);return a},buildRadioInputs:function(a,b,g){var e=new CKEDITOR.dom.element("div"),d="scaytLang_"+c.name+"_"+b,f=CKEDITOR.dom.element.createFromHtml('\x3cinput id\x3d"'+d+'" type\x3d"radio" value\x3d"'+b+'" name\x3d"scayt_lang" /\x3e'),m=new CKEDITOR.dom.element("label"), +k=c.scayt;e.setStyles({"white-space":"normal",position:"relative","padding-bottom":"2px"});f.on("click",function(a){n.newLang=a.sender.getValue()});m.appendText(a);m.setAttribute("for",d);g&&c.config.grayt_autoStartup&&m.setStyles({color:"#02b620"});e.append(f);e.append(m);b===k.getLang()&&(f.setAttribute("checked",!0),f.setAttribute("defaultChecked","defaultChecked"));return e},renderLangList:function(a){var b=a.find("#left-col-"+c.name).getItem(0);a=a.find("#right-col-"+c.name).getItem(0);var g= +f.getScaytLangList(),e=f.getGraytLangList(),d={},l=[],m=0,k=!1,h;for(h in g.ltr)d[h]=g.ltr[h];for(h in g.rtl)d[h]=g.rtl[h];for(h in d)l.push([h,d[h]]);l.sort(function(a,b){var c=0;a[1]>b[1]?c=1:a[1]<b[1]&&(c=-1);return c});d={};for(k=0;k<l.length;k++)d[l[k][0]]=l[k][1];l=Math.round(l.length/2);for(h in d)m++,k=h in e.ltr||h in e.rtl,this.buildRadioInputs(d[h],h,k).appendTo(m<=l?b:a)},getLangBoxes:function(){return this.getContentElement("langs","langBox").getElement()},contents:function(a,b){var c= +[],e=b.config.scayt_uiTabs;if(e){for(var d in e)1==e[d]&&c.push(a[d]);c.push(a[a.length-1])}else return a;return c}(q,c)};return p}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/scayt/dialogs/toolbar.css b/public/assets/ckeditor/plugins/scayt/dialogs/toolbar.css new file mode 100644 index 0000000..ecabdac --- /dev/null +++ b/public/assets/ckeditor/plugins/scayt/dialogs/toolbar.css @@ -0,0 +1,71 @@ +a +{ + text-decoration:none; + padding: 2px 4px 4px 6px; + display : block; + border-width: 1px; + border-style: solid; + margin : 0px; +} + +a.cke_scayt_toogle:hover, +a.cke_scayt_toogle:focus, +a.cke_scayt_toogle:active +{ + border-color: #316ac5; + background-color: #dff1ff; + color : #000; + cursor: pointer; + margin : 0px; +} +a.cke_scayt_toogle { + color : #316ac5; + border-color: #fff; +} +.scayt_enabled a.cke_scayt_item { + color : #316ac5; + border-color: #fff; + margin : 0px; +} +.scayt_disabled a.cke_scayt_item { + color : gray; + border-color : #fff; +} +.scayt_enabled a.cke_scayt_item:hover, +.scayt_enabled a.cke_scayt_item:focus, +.scayt_enabled a.cke_scayt_item:active +{ + border-color: #316ac5; + background-color: #dff1ff; + color : #000; + cursor: pointer; +} +.scayt_disabled a.cke_scayt_item:hover, +.scayt_disabled a.cke_scayt_item:focus, +.scayt_disabled a.cke_scayt_item:active +{ + border-color: gray; + background-color: #dff1ff; + color : gray; + cursor: no-drop; +} +.cke_scayt_set_on, .cke_scayt_set_off +{ + display: none; +} +.scayt_enabled .cke_scayt_set_on +{ + display: none; +} +.scayt_disabled .cke_scayt_set_on +{ + display: inline; +} +.scayt_disabled .cke_scayt_set_off +{ + display: none; +} +.scayt_enabled .cke_scayt_set_off +{ + display: inline; +} diff --git a/public/assets/ckeditor/plugins/selectall/icons/hidpi/selectall.png b/public/assets/ckeditor/plugins/selectall/icons/hidpi/selectall.png new file mode 100644 index 0000000000000000000000000000000000000000..c67f64ddebbb427841df12e95e00bddc3ed8affe GIT binary patch literal 1093 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzwj^(N7l!{JxM1({$v_d#0*}aI zppNSx%;=;syMlp%InL9?F(l&f+v#WXZo3H_um7!>>8UN$vOvBqR^f%O(Sz+Lv{_zc zKgs2JGVRHn)&6zOhuRvWN`t?ID3&$4^eIdhIeGW3qmb^YO)figFEGhAFr2*k^vs{< z_Qu|YH8nXun;x|)gm&G#I@N2cQ=R8yhPs!L+=?m<0!)f5UYbjEem|Xa*pj_r%BOjC zlP#Waxc2Dpl|2zR);~9Q;%HJ>a5XEjN3+M`xyPiIj}<%)n{Vp8TrJ^0spVpZi_Gx{ zf4@YPIcU1BzWV6H2Z3asDF4vPd6QK*#l^)d-dkE&%*ea4YZ7ziJm!M3vSTW~8#h0n z#O%beWQs(x!Lbe7x4Z9+V^{DEW@~126qummnYmdYsdnGq^vP2WO$b`Fby?hcaXuY4 zX;;C&b@L5)wtG2>xbn0gZgN+hJ$2tFelJeO=Q2RsmSuj_^S!LppD1zZZ5emSswD{% znF}W+Ob@v5xwUwkn&+Veg9Tx$87HJheykI1sh4KD7Ip0L$GtN8(;q&4`t(}rjy~q^ zS(!6;ettD$@+ZUI6+%p2nuiRQTz~B=>TRjF>qgriefHo^=Fk-B!~ISNqJFQiy07wo zuARa217@ZBJXaMwxZix>zf8pO#>&<AOyZs=*B0K7f5+S{zjD(x%l4ow)5dU?4HKEK zS?1;EzbxH7)$jcB<;%4=nl9;dKAtgqw)7>P!&UvliyVrTna)`*S~~fH)z6=Qt6xPa ziwn$<_nP}%f#saUC!NFErO$yeB**^Xolp7acXQ8e>RBJRC!+Jn`}}(=Ucb(+tN6Jo zXy3WMz6-r>Un2u<-*nU|Sa>yy(Lkz~Yj2*Jw(`?74pBaf=Mw$L=ggl!{n_5H^8%+C zzWUzzSi;_W-lZtUiubw)^w-BLOYzp(SY6UPEw@HOk!4fZVlftl)SHbKeV&)M{P1Kf zIN;)C73g9z^Nwr6>6smuMN)abs{4m+sy)elWKGQ1q)tx76Pwm-xyJ3d%=BD!$l`<R z^Y6cUUtaE*&Hup9?@PYC-Gbi6_EY)2FDm)uMKnJidoXA5&AiX0%bV}qRn6JH{MFyu zZ&M%jpP#>TuFp0*bFTNbs@MK~c{TOlyPL+h&d-m&{PM%w%gcoxyn5_Dou|FW&+p3B z<^D@VXNL*KUu``Xb;ymmsUhD=c9x?<ahbos24m%S+nE3OKW%3T*d3H73Cw<~C9V-A zDTyViR>?)FK#IZ0z|dINz)aW3AjHtn%D~*pz(m`?$jZRr+oNTkC>nC}Q!>*kacgMb zFZUIwK@wy`aDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0uvp00i_>zopr074Mz A6#xJL literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/selectall/icons/selectall.png b/public/assets/ckeditor/plugins/selectall/icons/selectall.png new file mode 100644 index 0000000000000000000000000000000000000000..0d1e8160e422f8cc3615c2787a26fe0af53dcf06 GIT binary patch literal 665 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i<0elR#}JFtb0?qedgLI|dVcLGe#Z{!Rx|F_9}Ic5CGrlgn?A4} zX;4U0p3$}F+JBw2Ns`NNFPzDIw6)3V>)qnj85<)ij!9TNS5T^W|8Ot6U}MLJ?Q@C^ zjy?ETkzhAJ_<)4-Bo&X#B84)}*}R&n7SA~jZ!pg4T{<OW7Tfvf!VCfh=O!-GOxqk; ze)?g-ffS>I)@!e48yu^X5)gc3!N$PT?i`~huHxCWYSjc4PKjjM#;sz$mlv#Bbx!BQ zJ)nsU0!{}cn4inIExs7tbT;jCmcr5_FH4+eEi*Xg;MMv0XOBi#T+^0oP8=V-E~w2; zmE5=5pCz~8Z=L*{&)eDet7HiNpZaS%=OvT39Jl_4xqSI5@~=H%Yt%tY_V<6a9oJuP zo+1=Et+wj0YhVS#grG(1vOP2t*Z#F_wdbt++q#Z@t?AQBzjKybPD?PaHJxF|_Wif4 zYhc3eyGc7^wy9mY_WEnr!Gr}Z0zZEI2-tp`_wmPw$ZSClMFAGZSG(Rd1$ilUE$Zti z?%SlJ%y8pvnV?|l)IHy`_TP8E{4!)}s^rtkb$h-GCZB0f<XCIE=X;5b+`=hUGx-D` zvP*L)Cd<?aW&op9wZt`|BqgyV)hf9t6-Y4{85kPt8kp-En1mRbTNxNy85(ID7+Dz@ zDEB1fqiD#@PsvQH#H}Id;*HBd4U!-mg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3 Rkpe1W@O1TaS?83{1ONfb43+=@ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/selectall/lang/af.js b/public/assets/ckeditor/plugins/selectall/lang/af.js new file mode 100644 index 0000000..3d9b5cb --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","af",{toolbar:"Selekteer alles"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/ar.js b/public/assets/ckeditor/plugins/selectall/lang/ar.js new file mode 100644 index 0000000..076b910 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","ar",{toolbar:"ØªØØ¯Ùد اÙÙÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/bg.js b/public/assets/ckeditor/plugins/selectall/lang/bg.js new file mode 100644 index 0000000..5e77674 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","bg",{toolbar:"ÐзбеÑи вÑиÑко"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/bn.js b/public/assets/ckeditor/plugins/selectall/lang/bn.js new file mode 100644 index 0000000..9bad270 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","bn",{toolbar:"সব সিলà§à¦à§à¦ à¦à¦°à¦¿"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/bs.js b/public/assets/ckeditor/plugins/selectall/lang/bs.js new file mode 100644 index 0000000..0deb72e --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","bs",{toolbar:"Selektuj sve"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/ca.js b/public/assets/ckeditor/plugins/selectall/lang/ca.js new file mode 100644 index 0000000..a573f9a --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","ca",{toolbar:"Selecciona-ho tot"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/cs.js b/public/assets/ckeditor/plugins/selectall/lang/cs.js new file mode 100644 index 0000000..76a56f6 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","cs",{toolbar:"Vybrat vÅ¡e"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/cy.js b/public/assets/ckeditor/plugins/selectall/lang/cy.js new file mode 100644 index 0000000..e258fc7 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","cy",{toolbar:"Dewis Popeth"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/da.js b/public/assets/ckeditor/plugins/selectall/lang/da.js new file mode 100644 index 0000000..978f67e --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","da",{toolbar:"Vælg alt"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/de-ch.js b/public/assets/ckeditor/plugins/selectall/lang/de-ch.js new file mode 100644 index 0000000..ec80988 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","de-ch",{toolbar:"Alles auswählen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/de.js b/public/assets/ckeditor/plugins/selectall/lang/de.js new file mode 100644 index 0000000..2480c37 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","de",{toolbar:"Alles auswählen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/el.js b/public/assets/ckeditor/plugins/selectall/lang/el.js new file mode 100644 index 0000000..cd6289d --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","el",{toolbar:"ÎÏιλογή ÏλÏν"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/en-au.js b/public/assets/ckeditor/plugins/selectall/lang/en-au.js new file mode 100644 index 0000000..8aaa34a --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","en-au",{toolbar:"Select All"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/en-ca.js b/public/assets/ckeditor/plugins/selectall/lang/en-ca.js new file mode 100644 index 0000000..6cabe91 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","en-ca",{toolbar:"Select All"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/en-gb.js b/public/assets/ckeditor/plugins/selectall/lang/en-gb.js new file mode 100644 index 0000000..f60eec1 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","en-gb",{toolbar:"Select All"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/en.js b/public/assets/ckeditor/plugins/selectall/lang/en.js new file mode 100644 index 0000000..02b4c75 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","en",{toolbar:"Select All"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/eo.js b/public/assets/ckeditor/plugins/selectall/lang/eo.js new file mode 100644 index 0000000..96f1f9a --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","eo",{toolbar:"Elekti Äion"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/es.js b/public/assets/ckeditor/plugins/selectall/lang/es.js new file mode 100644 index 0000000..06ba982 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","es",{toolbar:"Seleccionar Todo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/et.js b/public/assets/ckeditor/plugins/selectall/lang/et.js new file mode 100644 index 0000000..57f14c9 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","et",{toolbar:"Kõige valimine"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/eu.js b/public/assets/ckeditor/plugins/selectall/lang/eu.js new file mode 100644 index 0000000..565c55f --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","eu",{toolbar:"Hautatu dena"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/fa.js b/public/assets/ckeditor/plugins/selectall/lang/fa.js new file mode 100644 index 0000000..60e13da --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","fa",{toolbar:"گزÛÙØ´ ÙÙ Ù"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/fi.js b/public/assets/ckeditor/plugins/selectall/lang/fi.js new file mode 100644 index 0000000..321333d --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","fi",{toolbar:"Valitse kaikki"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/fo.js b/public/assets/ckeditor/plugins/selectall/lang/fo.js new file mode 100644 index 0000000..e622ef9 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","fo",{toolbar:"Markera alt"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/fr-ca.js b/public/assets/ckeditor/plugins/selectall/lang/fr-ca.js new file mode 100644 index 0000000..01b42a4 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","fr-ca",{toolbar:"Sélectionner tout"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/fr.js b/public/assets/ckeditor/plugins/selectall/lang/fr.js new file mode 100644 index 0000000..c9f76af --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","fr",{toolbar:"Tout sélectionner"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/gl.js b/public/assets/ckeditor/plugins/selectall/lang/gl.js new file mode 100644 index 0000000..358664f --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","gl",{toolbar:"Seleccionar todo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/gu.js b/public/assets/ckeditor/plugins/selectall/lang/gu.js new file mode 100644 index 0000000..706e9b6 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","gu",{toolbar:"બàªà«àª પસàªàª¦ àªàª°àªµà«àª"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/he.js b/public/assets/ckeditor/plugins/selectall/lang/he.js new file mode 100644 index 0000000..2724c2f --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","he",{toolbar:"×××רת ×××"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/hi.js b/public/assets/ckeditor/plugins/selectall/lang/hi.js new file mode 100644 index 0000000..ecbfee9 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","hi",{toolbar:"सब सॠलॠà¤à¥à¤ à¤à¤°à¥à¤"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/hr.js b/public/assets/ckeditor/plugins/selectall/lang/hr.js new file mode 100644 index 0000000..6ab1881 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","hr",{toolbar:"Odaberi sve"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/hu.js b/public/assets/ckeditor/plugins/selectall/lang/hu.js new file mode 100644 index 0000000..974e4c9 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","hu",{toolbar:"Mindent kijelöl"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/id.js b/public/assets/ckeditor/plugins/selectall/lang/id.js new file mode 100644 index 0000000..e2100e0 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","id",{toolbar:"Pilih Semua"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/is.js b/public/assets/ckeditor/plugins/selectall/lang/is.js new file mode 100644 index 0000000..6c3f1da --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","is",{toolbar:"Velja allt"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/it.js b/public/assets/ckeditor/plugins/selectall/lang/it.js new file mode 100644 index 0000000..b7d1fef --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","it",{toolbar:"Seleziona tutto"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/ja.js b/public/assets/ckeditor/plugins/selectall/lang/ja.js new file mode 100644 index 0000000..b1412bd --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","ja",{toolbar:"ãã¹ã¦é¸æ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/ka.js b/public/assets/ckeditor/plugins/selectall/lang/ka.js new file mode 100644 index 0000000..6cabf82 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","ka",{toolbar:"á§ááááá¤á áá¡ ááááá¨ááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/km.js b/public/assets/ckeditor/plugins/selectall/lang/km.js new file mode 100644 index 0000000..66d61a0 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","km",{toolbar:"áá¾áâáá¶ááâá¢áá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/ko.js b/public/assets/ckeditor/plugins/selectall/lang/ko.js new file mode 100644 index 0000000..578b1f6 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","ko",{toolbar:"모ë ì í"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/ku.js b/public/assets/ckeditor/plugins/selectall/lang/ku.js new file mode 100644 index 0000000..3ee967e --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","ku",{toolbar:"Ø¯ÛØ§Ø±ÛکردÙÛ ÙÛÙ ÙÙÛ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/lt.js b/public/assets/ckeditor/plugins/selectall/lang/lt.js new file mode 100644 index 0000000..3cdae27 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","lt",{toolbar:"PažymÄti viskÄ "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/lv.js b/public/assets/ckeditor/plugins/selectall/lang/lv.js new file mode 100644 index 0000000..c2b5641 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","lv",{toolbar:"IezÄ«mÄt visu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/mk.js b/public/assets/ckeditor/plugins/selectall/lang/mk.js new file mode 100644 index 0000000..5554a70 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","mk",{toolbar:"Select All"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/mn.js b/public/assets/ckeditor/plugins/selectall/lang/mn.js new file mode 100644 index 0000000..b4d8c5d --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","mn",{toolbar:"Ðүгдийг Ð½Ñ ÑÐ¾Ð½Ð³Ð¾Ñ "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/ms.js b/public/assets/ckeditor/plugins/selectall/lang/ms.js new file mode 100644 index 0000000..ffb407e --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","ms",{toolbar:"Pilih Semua"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/nb.js b/public/assets/ckeditor/plugins/selectall/lang/nb.js new file mode 100644 index 0000000..3ed5bb7 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","nb",{toolbar:"Merk alt"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/nl.js b/public/assets/ckeditor/plugins/selectall/lang/nl.js new file mode 100644 index 0000000..3e1f78d --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","nl",{toolbar:"Alles selecteren"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/no.js b/public/assets/ckeditor/plugins/selectall/lang/no.js new file mode 100644 index 0000000..3891eb1 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","no",{toolbar:"Merk alt"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/pl.js b/public/assets/ckeditor/plugins/selectall/lang/pl.js new file mode 100644 index 0000000..56401f6 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","pl",{toolbar:"Zaznacz wszystko"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/pt-br.js b/public/assets/ckeditor/plugins/selectall/lang/pt-br.js new file mode 100644 index 0000000..75ef18c --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","pt-br",{toolbar:"Selecionar Tudo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/pt.js b/public/assets/ckeditor/plugins/selectall/lang/pt.js new file mode 100644 index 0000000..bf57a29 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","pt",{toolbar:"Selecionar tudo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/ro.js b/public/assets/ckeditor/plugins/selectall/lang/ro.js new file mode 100644 index 0000000..0c6248d --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","ro",{toolbar:"SelecteazÄ tot"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/ru.js b/public/assets/ckeditor/plugins/selectall/lang/ru.js new file mode 100644 index 0000000..f59e8f6 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","ru",{toolbar:"ÐÑделиÑÑ Ð²Ñе"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/si.js b/public/assets/ckeditor/plugins/selectall/lang/si.js new file mode 100644 index 0000000..81a7dfe --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","si",{toolbar:"à·à·à¶ºà¶½à·à¶½à¶¸ "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/sk.js b/public/assets/ckeditor/plugins/selectall/lang/sk.js new file mode 100644 index 0000000..7620a61 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","sk",{toolbar:"VybraÅ¥ vÅ¡etko"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/sl.js b/public/assets/ckeditor/plugins/selectall/lang/sl.js new file mode 100644 index 0000000..c95244f --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","sl",{toolbar:"Izberi vse"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/sq.js b/public/assets/ckeditor/plugins/selectall/lang/sq.js new file mode 100644 index 0000000..7641363 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","sq",{toolbar:"Përzgjidh të Gjitha"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/sr-latn.js b/public/assets/ckeditor/plugins/selectall/lang/sr-latn.js new file mode 100644 index 0000000..5a13864 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","sr-latn",{toolbar:"OznaÄi sve"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/sr.js b/public/assets/ckeditor/plugins/selectall/lang/sr.js new file mode 100644 index 0000000..8f9a8b7 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","sr",{toolbar:"ÐзнаÑи Ñве"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/sv.js b/public/assets/ckeditor/plugins/selectall/lang/sv.js new file mode 100644 index 0000000..ef0fdc2 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","sv",{toolbar:"Markera allt"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/th.js b/public/assets/ckeditor/plugins/selectall/lang/th.js new file mode 100644 index 0000000..04e0757 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","th",{toolbar:"à¹à¸¥à¸·à¸à¸à¸à¸±à¹à¸à¸«à¸¡à¸"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/tr.js b/public/assets/ckeditor/plugins/selectall/lang/tr.js new file mode 100644 index 0000000..296f3d7 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","tr",{toolbar:"Tümünü Seç"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/tt.js b/public/assets/ckeditor/plugins/selectall/lang/tt.js new file mode 100644 index 0000000..c1ff772 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","tt",{toolbar:"ÐаÑÑÑÑн ÑайлаÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/ug.js b/public/assets/ckeditor/plugins/selectall/lang/ug.js new file mode 100644 index 0000000..a9a57e9 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","ug",{toolbar:"Ú¾ÛÙ Ù ÙÙ٠تاÙÙØ§"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/uk.js b/public/assets/ckeditor/plugins/selectall/lang/uk.js new file mode 100644 index 0000000..debd35b --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","uk",{toolbar:"ÐидÑлиÑи вÑе"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/vi.js b/public/assets/ckeditor/plugins/selectall/lang/vi.js new file mode 100644 index 0000000..4a364aa --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","vi",{toolbar:"Chá»n tất cả"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/zh-cn.js b/public/assets/ckeditor/plugins/selectall/lang/zh-cn.js new file mode 100644 index 0000000..905c2db --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","zh-cn",{toolbar:"å ¨é"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/lang/zh.js b/public/assets/ckeditor/plugins/selectall/lang/zh.js new file mode 100644 index 0000000..6d2db4e --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","zh",{toolbar:"å ¨é¸"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/selectall/plugin.js b/public/assets/ckeditor/plugins/selectall/plugin.js new file mode 100644 index 0000000..c6ed2e2 --- /dev/null +++ b/public/assets/ckeditor/plugins/selectall/plugin.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.plugins.add("selectall",{lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"selectall",hidpi:!0,init:function(b){b.addCommand("selectAll",{modes:{wysiwyg:1,source:1},exec:function(a){var b=a.editable();if(b.is("textarea"))a=b.$,CKEDITOR.env.ie?a.createTextRange().execCommand("SelectAll"):(a.selectionStart= +0,a.selectionEnd=a.value.length),a.focus();else{if(b.is("body"))a.document.$.execCommand("SelectAll",!1,null);else{var c=a.createRange();c.selectNodeContents(b);c.select()}a.forceNextSelectionCheck();a.selectionChange()}},canUndo:!1});b.ui.addButton&&b.ui.addButton("SelectAll",{label:b.lang.selectall.toolbar,command:"selectAll",toolbar:"selection,10"})}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sharedspace/plugin.js b/public/assets/ckeditor/plugins/sharedspace/plugin.js new file mode 100644 index 0000000..4fa2463 --- /dev/null +++ b/public/assets/ckeditor/plugins/sharedspace/plugin.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/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/public/assets/ckeditor/plugins/showblocks/icons/hidpi/showblocks-rtl.png b/public/assets/ckeditor/plugins/showblocks/icons/hidpi/showblocks-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..c88abcb6dbe1362cb3be93c109f0f3ecd9fd9a1f GIT binary patch literal 1853 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/showblocks/icons/hidpi/showblocks.png b/public/assets/ckeditor/plugins/showblocks/icons/hidpi/showblocks.png new file mode 100644 index 0000000000000000000000000000000000000000..a776fcc139f14c017dff59998bf3d9b3d5ca9832 GIT binary patch literal 1895 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/showblocks/icons/showblocks-rtl.png b/public/assets/ckeditor/plugins/showblocks/icons/showblocks-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..cd87d3e258e38e656379acb146f4c8744906752c GIT binary patch literal 691 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i;~7sE#}JFtwUd1FlpJ|l?Zd;p73!o^^d@qj>0&*t^W39=flq*M zLXJB35|4>D(mNL&=!#L$5_567%d$P)F`U~YO~-ccq*y)s-8%B}@?U<}PEuh!aOTGQ z?<=&@!hX9vX*%0ubN=D$*W3vldqO0_Iv+p&$YG$@^{8p}oI(!9=X=>_tP9hQT^q*b zvwGFE=ay+{yYIeh>RxnUl~!En%db`Y^YZfQn0eTm?HQDmZoi!-aL6U}=bt}w7~XvU z?YaE&!n=9i9E{6XZMmHr@^z!m>EmImMSpL*@!Is%rZu7##*Ygu9?WredE_%;vZB(Q z=r5k41xikl(@Gse^+k>>Defy|VE^jR5a25(I8nv(!@YXvrC|(zDnlPQInH}-@jR<F zt*w~vy=_|B?YG}{H+_~gk>cHT_npOQqfI)}>5*>RZ_Ap`K3nDXm1oh>;x`}b-|V&j z`ex4R{cCRK9J4O8e#^dx;qc>+6+r>H$_$yajy*2f8@GC<==F&8*SUNqt61s=&03bP zRHUu6{oe2GKd$AN&1T-4edq4ovyCC4iY*5|fBww;foqSRST}p<)0Zz_%0>KJ-1@Y} zZa=@`fwavB&$y*+TVqgFUvK~YseM9b+TycmhvN<1`X{_fS-%(<*{UV35hW>!C8<`) zMX5lF!N|bSSl7T@*T5vi(A>(v7>KkDjI0a{e3$G7CIlo6x%nxXX_dG&*!*NZ0@NT0 uvLQG>t)x7$D3zhSyj(9cFS|H7u^?41zbJk7I~ysWA_h-aKbLh*2~7Z2s30u> literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/showblocks/icons/showblocks.png b/public/assets/ckeditor/plugins/showblocks/icons/showblocks.png new file mode 100644 index 0000000000000000000000000000000000000000..41b5f3466d295c381a785f9a68c65a1f2f45576a GIT binary patch literal 701 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i<26qg#}JFtt&=zUJ$4XrJ>PR&Nb#WG#Q7)qb6g!gcg~+u<6y^N z$8hVeQjm&D)hUjNA)cP;6CAh<zkR-|v~BW+HQzkLugjgUe!tH;`TL(gXHK5vJZCwl z*uyG`;kitpNMTjgt#vac*RNkcAyx9g3JtD?z<JNzW2UJd@DMs+`61x(9t|#=29>9k zeJXqR?v?#mw%fJT%pg)nY+Hm5&x{rUj;$`=KYenVmYQt*`0w9Zo((s1j-{ukf2p!n z?>w0BA=yIaAIppHzxSWX33r&ZNyk~}ciNWsy-j)By+cFyt6qHl)nM~ojy&<Tj=m<@ z>;46Zu%5Hr^S!37PAT*K!Ng07@>&L)w`GKe?oR4udT*=PvR}Y8aP<N^K`GM%_nQ0r z`4?$qX?q{4_Ln*C&NVCJ%8#^Te#@OFsVp|}^}Jj%Wtpbuq@Gva&-ixB+5Hx9y8W;| zCNwm9LEx=3SMM0qHnTs75t{4ge)eM3`_O5sc3nyhCyREPc>WC6neNT3#!x7;oy&>C znm;S~(dyN!H81?{dj0yfroeSi|8qONpWjK9Iqsjf?f1-OmtXQ4{6Eg|`DRX8a@w8y z_wO_HA9#HC?%mvJsT-o!PAE~#)XV(M`)rclwbx%C?%TPf`)bxv`9Ohk3#limi-6It zTH+c}l9E`GYL#4+3Zxi}3=EBR4a{{7OhOFJtqhETNZY{3%D}*P$!=hhK+=$#pOTqY ziCcrsPv#>)4U!-mg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe1W@O1TaS?83{ F1OVJ@CKLbw literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/showblocks/images/block_address.png b/public/assets/ckeditor/plugins/showblocks/images/block_address.png new file mode 100644 index 0000000000000000000000000000000000000000..5abdae127953d052a36ca481023730baf8e10461 GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^IzY_N$P6Tx7VW<Uq}T#{LR=df8vg(P|NL6-8lVVM zNswRge}<>q4ZMIndrud~5RU7~KlqvCB?4CNuN7<8ZM?GWcHwn9gFm;vTD`OGs4A4v z_>p{l_3!U?1~ulpOZhdv&pm(ZrckW485hHzLf=y^Oa(`QMlpE0`njxgN@xNAlu9>b literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/showblocks/images/block_blockquote.png b/public/assets/ckeditor/plugins/showblocks/images/block_blockquote.png new file mode 100644 index 0000000000000000000000000000000000000000..a8f497353cc5abb02cb78b7eba55772e1f5db540 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^RzS?p$P6U=5BZe>DYgKg5Z8u=hX4QnKfl(y1}MT* z666>BpW*3t11})Y(bL5-gyVYh4}L~=2?I&_?;_8ie6x^G__3`z_sgwKzZH&EWg9$J zo>3^H!!)^R)z2HjbAs=bOXQrh-_iK(#@Yr$22;7jhW_~%%z%b5c)I$ztaD0e0sySo BH~atq literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/showblocks/images/block_div.png b/public/assets/ckeditor/plugins/showblocks/images/block_div.png new file mode 100644 index 0000000000000000000000000000000000000000..87b3c17146e79e8dcced15939f24a0f16ad50c61 GIT binary patch literal 127 zcmeAS@N?(olHy`uVBq!ia0vp^qCm{g$P6S6r-*3)DYgKg5Z8u=hX4QnKfl(y1}MT* z666>BpW*3t11}&?&C|s(gyVYhkN^MKnR)8>#2x&=+p)i$x$p|V!M`$YjXLp#Y@Eyt Y)8}f)Oi$*s1L|P#boFyt=akR{0Dd1P761SM literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/showblocks/images/block_h1.png b/public/assets/ckeditor/plugins/showblocks/images/block_h1.png new file mode 100644 index 0000000000000000000000000000000000000000..3933325c08f3f4eacec46c97600f7cba01ead54f GIT binary patch literal 120 zcmeAS@N?(olHy`uVBq!ia0vp^f<VmA$P6Sc>bHRe*aCb)TpJo1{{R2~{95lCpa@e* zkYDhBhNs&NynsA;PZ!4!j_b)k{_k&OY}>z={n2NEUx%wT<XifcuP7ukc%-SMS-AdN Q2UN=7>FVdQ&MBb@0O>s@^8f$< literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/showblocks/images/block_h2.png b/public/assets/ckeditor/plugins/showblocks/images/block_h2.png new file mode 100644 index 0000000000000000000000000000000000000000..c99894c2650ae1745e0e4156d775fe84d00efff0 GIT binary patch literal 127 zcmeAS@N?(olHy`uVBq!ia0vp^f<VmA$P6Sc>bHRe*aCb)TpJo1{{R2~{95lCpa@e* zkYDhBhNs&NynsA4PZ!4!j_b)k{_k&OY}-GV{n1;8KYJS=G7HpK^B?)%xI=a!8z(b^ X<u&DZ{25UKKphO8u6{1-oD!M<Atou6 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/showblocks/images/block_h3.png b/public/assets/ckeditor/plugins/showblocks/images/block_h3.png new file mode 100644 index 0000000000000000000000000000000000000000..cb73d679eb840b9728569b27d8b1933af47aa689 GIT binary patch literal 123 zcmeAS@N?(olHy`uVBq!ia0vp^f<VmA$P6Sc>bHRe*aCb)TpJo1{{R2~{95lCpa@e* zkYDhBhNs&Nyns9<PZ!4!j_b)k{_k&OY}-GV{n1;8KYJS=9<JozeKy~Hh2tRx^J&WO U_J-v4097-1y85}Sb4q9e0HQJ~U;qFB literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/showblocks/images/block_h4.png b/public/assets/ckeditor/plugins/showblocks/images/block_h4.png new file mode 100644 index 0000000000000000000000000000000000000000..7af6bb4984d8448881d5461a33db46165416381d GIT binary patch literal 123 zcmeAS@N?(olHy`uVBq!ia0vp^LO{&V$P6Sed+-JVDYgKg5Z8u=hX4QnKfl(y1}MT* z666>BpW*3t11}&?$<xI#gyVYhkN^J}n0e}}`Hoyy{BgKU;V#dS`-&2gvLeh3i~Q6V U{nM`54OGqG>FVdQ&MBb@02`Vnr2qf` literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/showblocks/images/block_h5.png b/public/assets/ckeditor/plugins/showblocks/images/block_h5.png new file mode 100644 index 0000000000000000000000000000000000000000..ce5bec16cfa84d461672f8b0721911d90a06e445 GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0vp^f<VmA$P6Sc>bHRe*aCb)TpJo1{{R2~{95lCpa@e* zkYDhBhNs&NynsAaPZ!4!j_b)k{_k&OY}>z;`D2~JyZnS78)QA|*^>ln<rcDWGBZeq WDeL7Kzjp&_VDNPHb6Mw<&;$UjttQd{ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/showblocks/images/block_h6.png b/public/assets/ckeditor/plugins/showblocks/images/block_h6.png new file mode 100644 index 0000000000000000000000000000000000000000..e67b982985ca30ae46dae8049c0f99a35dfc2930 GIT binary patch literal 123 zcmeAS@N?(olHy`uVBq!ia0vp^f<VmA$P6Sc>bHRe*aCb)TpJo1{{R2~{95lCpa@e* zkYDhBhNs&Nyns9<PZ!4!j_b)k{_k&OY}-GV{n1;8J^LFUI@?d#E34GEhOdiJ-c8wT T>#|GfK-CPMu6{1-oD!M<c8e&f literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/showblocks/images/block_p.png b/public/assets/ckeditor/plugins/showblocks/images/block_p.png new file mode 100644 index 0000000000000000000000000000000000000000..63a582024687b942afac422016a0ac37e3e9d827 GIT binary patch literal 115 zcmeAS@N?(olHy`uVBq!ia0vp@K+Mm`3?y0KUN-?!YymzYt_=+h|NsAgeyw*6P=u)@ z$S?Rm!_(~sUO=9dr;B3<$MxhN|C<?`?EWPDh+}k8VB`7g?#NJdT*jnn@n&V9Dh5wi KKbLh*2~7a>|04nb literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/showblocks/images/block_pre.png b/public/assets/ckeditor/plugins/showblocks/images/block_pre.png new file mode 100644 index 0000000000000000000000000000000000000000..955a8689a13a394a9e715673d23750a6847eb617 GIT binary patch literal 128 zcmeAS@N?(olHy`uVBq!ia0vp^VnEE#$P6TJEnce)q}T#{LR=df8vg(P|NL6-8lVVM zNswRge}<>q4ZMInbx#+^5RU7~KmPycXXdGYvoZ0<wy*pW^>0=t{@C}8pCx}|qC*(_ aQHD7O)qh-UDHQ^0VeoYIb6Mw<&;$Unq%6+> literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/showblocks/lang/af.js b/public/assets/ckeditor/plugins/showblocks/lang/af.js new file mode 100644 index 0000000..f54ef17 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","af",{toolbar:"Toon blokke"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/ar.js b/public/assets/ckeditor/plugins/showblocks/lang/ar.js new file mode 100644 index 0000000..a3b135a --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","ar",{toolbar:"٠خطط ØªÙØµÙÙÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/bg.js b/public/assets/ckeditor/plugins/showblocks/lang/bg.js new file mode 100644 index 0000000..ec8b4f9 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","bg",{toolbar:"Ðоказва блокове"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/bn.js b/public/assets/ckeditor/plugins/showblocks/lang/bn.js new file mode 100644 index 0000000..8f38cf2 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","bn",{toolbar:"Show Blocks"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/bs.js b/public/assets/ckeditor/plugins/showblocks/lang/bs.js new file mode 100644 index 0000000..91d8620 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","bs",{toolbar:"Show Blocks"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/ca.js b/public/assets/ckeditor/plugins/showblocks/lang/ca.js new file mode 100644 index 0000000..4a23bd6 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","ca",{toolbar:"Mostra els blocs"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/cs.js b/public/assets/ckeditor/plugins/showblocks/lang/cs.js new file mode 100644 index 0000000..e935394 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","cs",{toolbar:"Ukázat bloky"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/cy.js b/public/assets/ckeditor/plugins/showblocks/lang/cy.js new file mode 100644 index 0000000..4fea60e --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","cy",{toolbar:"Dangos Blociau"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/da.js b/public/assets/ckeditor/plugins/showblocks/lang/da.js new file mode 100644 index 0000000..1c077f1 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","da",{toolbar:"Vis afsnitsmærker"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/de-ch.js b/public/assets/ckeditor/plugins/showblocks/lang/de-ch.js new file mode 100644 index 0000000..a895e99 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","de-ch",{toolbar:"Blöcke anzeigen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/de.js b/public/assets/ckeditor/plugins/showblocks/lang/de.js new file mode 100644 index 0000000..730add9 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","de",{toolbar:"Blöcke anzeigen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/el.js b/public/assets/ckeditor/plugins/showblocks/lang/el.js new file mode 100644 index 0000000..67fc843 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","el",{toolbar:"Î Ïοβολή ΤμημάÏÏν"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/en-au.js b/public/assets/ckeditor/plugins/showblocks/lang/en-au.js new file mode 100644 index 0000000..02fd8d3 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","en-au",{toolbar:"Show Blocks"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/en-ca.js b/public/assets/ckeditor/plugins/showblocks/lang/en-ca.js new file mode 100644 index 0000000..2ddff41 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","en-ca",{toolbar:"Show Blocks"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/en-gb.js b/public/assets/ckeditor/plugins/showblocks/lang/en-gb.js new file mode 100644 index 0000000..6398fea --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","en-gb",{toolbar:"Show Blocks"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/en.js b/public/assets/ckeditor/plugins/showblocks/lang/en.js new file mode 100644 index 0000000..2457fa4 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","en",{toolbar:"Show Blocks"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/eo.js b/public/assets/ckeditor/plugins/showblocks/lang/eo.js new file mode 100644 index 0000000..42775ae --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","eo",{toolbar:"Montri la blokojn"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/es.js b/public/assets/ckeditor/plugins/showblocks/lang/es.js new file mode 100644 index 0000000..eae4148 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","es",{toolbar:"Mostrar bloques"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/et.js b/public/assets/ckeditor/plugins/showblocks/lang/et.js new file mode 100644 index 0000000..18f1c0d --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","et",{toolbar:"Blokkide näitamine"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/eu.js b/public/assets/ckeditor/plugins/showblocks/lang/eu.js new file mode 100644 index 0000000..f6e71f3 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","eu",{toolbar:"Erakutsi blokeak"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/fa.js b/public/assets/ckeditor/plugins/showblocks/lang/fa.js new file mode 100644 index 0000000..e290b63 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","fa",{toolbar:"ÙÙ Ø§ÛØ´ بÙÙÚ©âÙØ§"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/fi.js b/public/assets/ckeditor/plugins/showblocks/lang/fi.js new file mode 100644 index 0000000..a2e20e2 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","fi",{toolbar:"Näytä elementit"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/fo.js b/public/assets/ckeditor/plugins/showblocks/lang/fo.js new file mode 100644 index 0000000..cea7058 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","fo",{toolbar:"VÃs blokkar"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/fr-ca.js b/public/assets/ckeditor/plugins/showblocks/lang/fr-ca.js new file mode 100644 index 0000000..be37ca3 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","fr-ca",{toolbar:"Afficher les blocs"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/fr.js b/public/assets/ckeditor/plugins/showblocks/lang/fr.js new file mode 100644 index 0000000..49bf939 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","fr",{toolbar:"Afficher les blocs"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/gl.js b/public/assets/ckeditor/plugins/showblocks/lang/gl.js new file mode 100644 index 0000000..b9f240c --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","gl",{toolbar:"Amosar os bloques"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/gu.js b/public/assets/ckeditor/plugins/showblocks/lang/gu.js new file mode 100644 index 0000000..a8e7fd6 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","gu",{toolbar:"બà«àª²à«àª બતાવવà«àª"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/he.js b/public/assets/ckeditor/plugins/showblocks/lang/he.js new file mode 100644 index 0000000..7d12846 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","he",{toolbar:"×צ×ת ××××§××"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/hi.js b/public/assets/ckeditor/plugins/showblocks/lang/hi.js new file mode 100644 index 0000000..68904f2 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","hi",{toolbar:"बà¥à¤²à¥à¤ दिà¤à¤¾à¤¯à¥à¤"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/hr.js b/public/assets/ckeditor/plugins/showblocks/lang/hr.js new file mode 100644 index 0000000..d6af592 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","hr",{toolbar:"Prikaži blokove"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/hu.js b/public/assets/ckeditor/plugins/showblocks/lang/hu.js new file mode 100644 index 0000000..cda541b --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","hu",{toolbar:"Blokkok megjelenÃtése"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/id.js b/public/assets/ckeditor/plugins/showblocks/lang/id.js new file mode 100644 index 0000000..96c293c --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","id",{toolbar:"Perlihatkan Blok"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/is.js b/public/assets/ckeditor/plugins/showblocks/lang/is.js new file mode 100644 index 0000000..88a3ff5 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","is",{toolbar:"Sýna blokkir"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/it.js b/public/assets/ckeditor/plugins/showblocks/lang/it.js new file mode 100644 index 0000000..38e578f --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","it",{toolbar:"Visualizza Blocchi"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/ja.js b/public/assets/ckeditor/plugins/showblocks/lang/ja.js new file mode 100644 index 0000000..a9c9736 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","ja",{toolbar:"ãããã¯è¡¨ç¤º"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/ka.js b/public/assets/ckeditor/plugins/showblocks/lang/ka.js new file mode 100644 index 0000000..908e800 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","ka",{toolbar:"áá ááááá¡ á©áááááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/km.js b/public/assets/ckeditor/plugins/showblocks/lang/km.js new file mode 100644 index 0000000..d6ca829 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","km",{toolbar:"áááá á¶áâááááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/ko.js b/public/assets/ckeditor/plugins/showblocks/lang/ko.js new file mode 100644 index 0000000..6718734 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","ko",{toolbar:"ë¸ë¡ 보기"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/ku.js b/public/assets/ckeditor/plugins/showblocks/lang/ku.js new file mode 100644 index 0000000..2a3a128 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","ku",{toolbar:"ÙÛØ´Ø§ÙداÙÛ Ø¨ÛØ±Ø¨ÛستÛکاÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/lt.js b/public/assets/ckeditor/plugins/showblocks/lang/lt.js new file mode 100644 index 0000000..66368a4 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","lt",{toolbar:"Rodyti blokus"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/lv.js b/public/assets/ckeditor/plugins/showblocks/lang/lv.js new file mode 100644 index 0000000..12c328c --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","lv",{toolbar:"ParÄdÄ«t blokus"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/mk.js b/public/assets/ckeditor/plugins/showblocks/lang/mk.js new file mode 100644 index 0000000..a34e8a2 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","mk",{toolbar:"Show Blocks"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/mn.js b/public/assets/ckeditor/plugins/showblocks/lang/mn.js new file mode 100644 index 0000000..778ad5d --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","mn",{toolbar:"ХавÑангÑÑдÑг Ñ Ð°ÑÑÑÐ»Ð°Ñ "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/ms.js b/public/assets/ckeditor/plugins/showblocks/lang/ms.js new file mode 100644 index 0000000..c6ab5f2 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","ms",{toolbar:"Show Blocks"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/nb.js b/public/assets/ckeditor/plugins/showblocks/lang/nb.js new file mode 100644 index 0000000..8bfdf0e --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","nb",{toolbar:"Vis blokker"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/nl.js b/public/assets/ckeditor/plugins/showblocks/lang/nl.js new file mode 100644 index 0000000..22190db --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","nl",{toolbar:"Toon blokken"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/no.js b/public/assets/ckeditor/plugins/showblocks/lang/no.js new file mode 100644 index 0000000..7570278 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","no",{toolbar:"Vis blokker"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/pl.js b/public/assets/ckeditor/plugins/showblocks/lang/pl.js new file mode 100644 index 0000000..3168b3c --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","pl",{toolbar:"Pokaż bloki"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/pt-br.js b/public/assets/ckeditor/plugins/showblocks/lang/pt-br.js new file mode 100644 index 0000000..3ac0ef7 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","pt-br",{toolbar:"Mostrar blocos de código"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/pt.js b/public/assets/ckeditor/plugins/showblocks/lang/pt.js new file mode 100644 index 0000000..5afaf8e --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","pt",{toolbar:"Exibir blocos"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/ro.js b/public/assets/ckeditor/plugins/showblocks/lang/ro.js new file mode 100644 index 0000000..e4dadf0 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","ro",{toolbar:"AratÄ blocurile"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/ru.js b/public/assets/ckeditor/plugins/showblocks/lang/ru.js new file mode 100644 index 0000000..9620b9d --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","ru",{toolbar:"ÐÑобÑажаÑÑ Ð±Ð»Ð¾ÐºÐ¸"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/si.js b/public/assets/ckeditor/plugins/showblocks/lang/si.js new file mode 100644 index 0000000..f67dff3 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","si",{toolbar:"à¶à·à¶§à· à¶´à·à¶±à·à¶±à¶±à·à¶±"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/sk.js b/public/assets/ckeditor/plugins/showblocks/lang/sk.js new file mode 100644 index 0000000..dee77c9 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","sk",{toolbar:"UkázaÅ¥ bloky"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/sl.js b/public/assets/ckeditor/plugins/showblocks/lang/sl.js new file mode 100644 index 0000000..52fca0b --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","sl",{toolbar:"Prikaži ograde"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/sq.js b/public/assets/ckeditor/plugins/showblocks/lang/sq.js new file mode 100644 index 0000000..88405f2 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","sq",{toolbar:"Shfaq Blloqet"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/sr-latn.js b/public/assets/ckeditor/plugins/showblocks/lang/sr-latn.js new file mode 100644 index 0000000..3c1551b --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","sr-latn",{toolbar:"Show Blocks"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/sr.js b/public/assets/ckeditor/plugins/showblocks/lang/sr.js new file mode 100644 index 0000000..127878d --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","sr",{toolbar:"Show Blocks"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/sv.js b/public/assets/ckeditor/plugins/showblocks/lang/sv.js new file mode 100644 index 0000000..a05b6cc --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","sv",{toolbar:"Visa block"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/th.js b/public/assets/ckeditor/plugins/showblocks/lang/th.js new file mode 100644 index 0000000..9b3951c --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","th",{toolbar:"à¹à¸ªà¸à¸à¸à¸¥à¹à¸à¸à¸à¹à¸à¸¡à¸¹à¸¥"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/tr.js b/public/assets/ckeditor/plugins/showblocks/lang/tr.js new file mode 100644 index 0000000..060da3a --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","tr",{toolbar:"Blokları Göster"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/tt.js b/public/assets/ckeditor/plugins/showblocks/lang/tt.js new file mode 100644 index 0000000..519e6f7 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","tt",{toolbar:"ÐлоклаÑÐ½Ñ ÐºÒ¯ÑÑÓÑÒ¯"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/ug.js b/public/assets/ckeditor/plugins/showblocks/lang/ug.js new file mode 100644 index 0000000..c44b660 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","ug",{toolbar:"بÛÙÛÙÙÙ ÙÛØ±Ø³Ûت"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/uk.js b/public/assets/ckeditor/plugins/showblocks/lang/uk.js new file mode 100644 index 0000000..ca9f51c --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","uk",{toolbar:"ÐоказÑваÑи блоки"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/vi.js b/public/assets/ckeditor/plugins/showblocks/lang/vi.js new file mode 100644 index 0000000..4356624 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","vi",{toolbar:"Hiá»n thá» các khá»i"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/zh-cn.js b/public/assets/ckeditor/plugins/showblocks/lang/zh-cn.js new file mode 100644 index 0000000..abee734 --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","zh-cn",{toolbar:"æ¾ç¤ºåºå"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/lang/zh.js b/public/assets/ckeditor/plugins/showblocks/lang/zh.js new file mode 100644 index 0000000..84c1e7e --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","zh",{toolbar:"顯示åå¡"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/showblocks/plugin.js b/public/assets/ckeditor/plugins/showblocks/plugin.js new file mode 100644 index 0000000..875359d --- /dev/null +++ b/public/assets/ckeditor/plugins/showblocks/plugin.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){var k={readOnly:1,preserveState:!0,editorFocus:!1,exec:function(a){this.toggleState();this.refresh(a)},refresh:function(a){if(a.document){var c=this.state!=CKEDITOR.TRISTATE_ON||a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE&&!a.focusManager.hasFocus?"removeClass":"attachClass";a.editable()[c]("cke_show_blocks")}}};CKEDITOR.plugins.add("showblocks",{lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn", +icons:"showblocks,showblocks-rtl",hidpi:!0,onLoad:function(){var a="p div pre address blockquote h1 h2 h3 h4 h5 h6".split(" "),c,b,e,f,k=CKEDITOR.getUrl(this.path),l=!(CKEDITOR.env.ie&&9>CKEDITOR.env.version),g=l?":not([contenteditable\x3dfalse]):not(.cke_show_blocks_off)":"",d,h;for(c=b=e=f="";d=a.pop();)h=a.length?",":"",c+=".cke_show_blocks "+d+g+h,e+=".cke_show_blocks.cke_contents_ltr "+d+g+h,f+=".cke_show_blocks.cke_contents_rtl "+d+g+h,b+=".cke_show_blocks "+d+g+"{background-image:url("+CKEDITOR.getUrl(k+ +"images/block_"+d+".png")+")}";CKEDITOR.addCss((c+"{background-repeat:no-repeat;border:1px dotted gray;padding-top:8px}").concat(b,e+"{background-position:top left;padding-left:8px}",f+"{background-position:top right;padding-right:8px}"));l||CKEDITOR.addCss(".cke_show_blocks [contenteditable\x3dfalse],.cke_show_blocks .cke_show_blocks_off{border:none;padding-top:0;background-image:none}.cke_show_blocks.cke_contents_rtl [contenteditable\x3dfalse],.cke_show_blocks.cke_contents_rtl .cke_show_blocks_off{padding-right:0}.cke_show_blocks.cke_contents_ltr [contenteditable\x3dfalse],.cke_show_blocks.cke_contents_ltr .cke_show_blocks_off{padding-left:0}")}, +init:function(a){function c(){b.refresh(a)}if(!a.blockless){var b=a.addCommand("showblocks",k);b.canUndo=!1;a.config.startupOutlineBlocks&&b.setState(CKEDITOR.TRISTATE_ON);a.ui.addButton&&a.ui.addButton("ShowBlocks",{label:a.lang.showblocks.toolbar,command:"showblocks",toolbar:"tools,20"});a.on("mode",function(){b.state!=CKEDITOR.TRISTATE_DISABLED&&b.refresh(a)});a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE&&(a.on("focus",c),a.on("blur",c));a.on("contentDom",function(){b.state!=CKEDITOR.TRISTATE_DISABLED&& +b.refresh(a)})}}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/dialogs/smiley.js b/public/assets/ckeditor/plugins/smiley/dialogs/smiley.js new file mode 100644 index 0000000..64635c4 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/dialogs/smiley.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("smiley",function(f){for(var e=f.config,a=f.lang.smiley,h=e.smiley_images,g=e.smiley_columns||8,k,m=function(l){var c=l.data.getTarget(),b=c.getName();if("a"==b)c=c.getChild(0);else if("img"!=b)return;var b=c.getAttribute("cke_src"),a=c.getAttribute("title"),c=f.document.createElement("img",{attributes:{src:b,"data-cke-saved-src":b,title:a,alt:a,width:c.$.width,height:c.$.height}});f.insertElement(c);k.hide();l.data.preventDefault()},q=CKEDITOR.tools.addFunction(function(a,c){a= +new CKEDITOR.dom.event(a);c=new CKEDITOR.dom.element(c);var b;b=a.getKeystroke();var d="rtl"==f.lang.dir;switch(b){case 38:if(b=c.getParent().getParent().getPrevious())b=b.getChild([c.getParent().getIndex(),0]),b.focus();a.preventDefault();break;case 40:(b=c.getParent().getParent().getNext())&&(b=b.getChild([c.getParent().getIndex(),0]))&&b.focus();a.preventDefault();break;case 32:m({data:a});a.preventDefault();break;case d?37:39:if(b=c.getParent().getNext())b=b.getChild(0),b.focus(),a.preventDefault(!0); +else if(b=c.getParent().getParent().getNext())(b=b.getChild([0,0]))&&b.focus(),a.preventDefault(!0);break;case d?39:37:if(b=c.getParent().getPrevious())b=b.getChild(0),b.focus(),a.preventDefault(!0);else if(b=c.getParent().getParent().getPrevious())b=b.getLast().getChild(0),b.focus(),a.preventDefault(!0)}}),d=CKEDITOR.tools.getNextId()+"_smiley_emtions_label",d=['\x3cdiv\x3e\x3cspan id\x3d"'+d+'" class\x3d"cke_voice_label"\x3e'+a.options+"\x3c/span\x3e",'\x3ctable role\x3d"listbox" aria-labelledby\x3d"'+ +d+'" style\x3d"width:100%;height:100%;border-collapse:separate;" cellspacing\x3d"2" cellpadding\x3d"2"',CKEDITOR.env.ie&&CKEDITOR.env.quirks?' style\x3d"position:absolute;"':"","\x3e\x3ctbody\x3e"],n=h.length,a=0;a<n;a++){0===a%g&&d.push('\x3ctr role\x3d"presentation"\x3e');var p="cke_smile_label_"+a+"_"+CKEDITOR.tools.getNextNumber();d.push('\x3ctd class\x3d"cke_dark_background cke_centered" style\x3d"vertical-align: middle;" role\x3d"presentation"\x3e\x3ca href\x3d"javascript:void(0)" role\x3d"option"', +' aria-posinset\x3d"'+(a+1)+'"',' aria-setsize\x3d"'+n+'"',' aria-labelledby\x3d"'+p+'"',' class\x3d"cke_smile cke_hand" tabindex\x3d"-1" onkeydown\x3d"CKEDITOR.tools.callFunction( ',q,', event, this );"\x3e','\x3cimg class\x3d"cke_hand" title\x3d"',e.smiley_descriptions[a],'" cke_src\x3d"',CKEDITOR.tools.htmlEncode(e.smiley_path+h[a]),'" alt\x3d"',e.smiley_descriptions[a],'"',' src\x3d"',CKEDITOR.tools.htmlEncode(e.smiley_path+h[a]),'"',CKEDITOR.env.ie?" onload\x3d\"this.setAttribute('width', 2); this.removeAttribute('width');\" ": +"",'\x3e\x3cspan id\x3d"'+p+'" class\x3d"cke_voice_label"\x3e'+e.smiley_descriptions[a]+"\x3c/span\x3e\x3c/a\x3e","\x3c/td\x3e");a%g==g-1&&d.push("\x3c/tr\x3e")}if(a<g-1){for(;a<g-1;a++)d.push("\x3ctd\x3e\x3c/td\x3e");d.push("\x3c/tr\x3e")}d.push("\x3c/tbody\x3e\x3c/table\x3e\x3c/div\x3e");e={type:"html",id:"smileySelector",html:d.join(""),onLoad:function(a){k=a.sender},focus:function(){var a=this;setTimeout(function(){a.getElement().getElementsByTag("a").getItem(0).focus()},0)},onClick:m,style:"width: 100%; border-collapse: separate;"}; +return{title:f.lang.smiley.title,minWidth:270,minHeight:120,contents:[{id:"tab1",label:"",title:"",expand:!0,padding:0,elements:[e]}],buttons:[CKEDITOR.dialog.cancelButton]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/icons/hidpi/smiley.png b/public/assets/ckeditor/plugins/smiley/icons/hidpi/smiley.png new file mode 100644 index 0000000000000000000000000000000000000000..bad62eed46816b7754cdf8aada26635a638438b3 GIT binary patch literal 3073 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 C>)n3< literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/icons/smiley.png b/public/assets/ckeditor/plugins/smiley/icons/smiley.png new file mode 100644 index 0000000000000000000000000000000000000000..9fafa28a81a520e1662cb1662f19af8b64ae1e82 GIT binary patch literal 916 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i(^^j##}JFtwUhUE3unq4v(Gom6neg?C6g&r#ruZVqVfrQuO<a@ zb1Sy`ZrHfdtJJq^a`vUjywaB6+&ax1*Ox>x-@2jU!fq7&#?hwqbGG`<y_}P0KIc+z zk15o*Is5tP&zkxJ*){i%OEjlO-q?2b-aWbh->02cU46CdZCSU9PBPEVn7*Wq9l5t9 zlJ_y!G4(abU%DgxK(s(f^F-R_n3xy=S3$|soA&YEXLUQ9_W59e#Tt)Oo~L-*4|{FC zS;NrNV_2Shds&1|Ql!|K=fx_Fci5Jle)=iqQs)xuNnR`8d00j2O@DqsWQT6&&l<i$ z8Ri=YmMd`Bd09<4QnowQY_{R-v;XdfUrH2Uk#DqTwC+nTySw{tp813lmOISn8kT2r zJji@?cXG*<w`I%=v|nm3h+4bv{rBJcDuG&4{iJ)_WR7<>$V@1fQO`1w(wgeEe9{Y` z<f^N$sy$O4S)^@@h*^96^?4OT2_C)EPd8QVjoUMO!S&ZipB6<nAAArb^tI~m&7_Sx zq>dZ91iGvZyIp2AH+%M3HqYy-fAwB|EU`+pnyd7(@Kx;n9J3Oj)Yhn6X;;CPM32>1 zca_LIpQtiPg>lEG*Z<DSu2b=BQjs}cc_nMB-eCh3;WovoUPrg<yjE;5WP5N$;`3(1 zXBQ+s?=^fT{vb8#@TN8GKxzKN0&0^vC(V2E`KM@sPAAYU3!~P~V^sX`{olWT@~^+% z@>RDy_x!WAr$12HkA3}1{$!X~F`o-Q!RvWmwbt`%%q89j5*G5kZt0Ug?R($+ywduF z@AcC31L+UUAJ_%>mD+!`+r7?ua>?cIwKnH}b4m0cw?3ik8MpgxUATtGJtppiKp?g4 z_S^DFHlEvS?x)+xJ+72f<DI0!StwInP!Pay>p=hipS|lF<72P?)t-HJ(#aHqV;}e* z7hm<A7PsOAFg2@|xJHzuB$lLFB^RXvDF!10Lt|Y7b6o?I5JPh-17jf4HZZa>Fz{Wn z8<^6OH00)|WTsW()?o9K`3O*hB*=!~{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$m QfQlGAUHx3vIVCg!0FHZ-4gdfE literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/angel_smile.gif b/public/assets/ckeditor/plugins/smiley/images/angel_smile.gif new file mode 100644 index 0000000000000000000000000000000000000000..21f81a2fab5b772bf1dcef0fe0a5f1965a08927d GIT binary patch literal 1245 zcmeH`{ZrBh9Du(lA_^p;f{GZh*>#>vg-WcpVe_qxHdcBkoV$~DTj}X$YrA=EDa>g& z&*{`%<>ta9P8XRelEYV&Qp))T8!O927}m5CoeM?2-_Nc;VZZPB{rTm&dom8C3zB6F zgn_sb<Xj$dPKLDP`>2b2H6P=zl~MZ2{D;a2Jzo;_r2&>&;$%H}zL_%76gqX0@u-<J zuM2=yU%2cGt^T0#gEl|7Oj^?h!Ouj{lHeK%x`RL$v^KQu;U(&Vmf`GRKsybtFwv_l zM?cNcAL8tabn2LkJyFgZEVw~iAEbgI1p2~YkO6w8yDuDu!eM}gb#c(HIOyhsZa3DK z2z`5@M*#YLV0aZBcztD<ymFJeHXiCWMZ<77j7EZqiH=6WSoFF%0>-14#&){LIjEU~ z{`wM3?SSc*!4~Ve7Z3Mdf&1~x6Z=q8qI-&m&LnNkC4f}`c0OuIfq}PSP>kJr(`yuC z4|2V?3tiScn0tS9uFz{cwed$W*h;{12D6ody#O4iVet%1%fWIM?pA=c3g#|ge>QvP zFJkjQtvf0)XEiL;V#~Ger$2(@61Jq;c&70#x5Hl@n5z{W-LTN(eXIwk0hW3_t}f4N zH~P;Y_WYLDZARU9yc=e8;|{D?QO_*qv0xq>tlov^53sF=nAZ-Qi<tK@c%A^d4A|d* zZ32cO|MMRUa5nKc1ZhIzUU)B_5E22|6A+czsWK|ccv-Sp^`UwMCr5BpB%RFQv7fp4 z)P@>LTo&>ABenv;5hD-eD`W%;^8#U8LFm)N%ET{bOMdwzM#Rc2N$sz)D(i+t+^<6; zMzWL^_O4tV(X1G)7I2TzCUkA-_`t9PaUGR&uqI7P;vKVQ(lo+Cy^?yp;xJp3%1n$U z5~|K8e@={%UP+o!?LTE=<M;^;bVdeuyX1&UUeEo$N|bH%o1|a;ke5p78ZIZ%IoWL` zs=PM{(URW_KMRqS7g2ioPddbkgZQNUpn}_}{k^X8Z+A)zjRBUJw;Ce@-cgSSYci6H z8}0n|devUZrw0rp3(A=m#gX;Sw5+yT)}9m7>XwEvaqHG;_3p{Uif_K#{+dwiL(8l~ zQi51oVP#aZx~DQw6vvSTQk(O95Jb)nBOO1_nJea!Ig;SC)ZmJvV&TcAf_S9<w_>Ss z!Fu%FBF$Gt%=@kix^y$en7>OUl;g;`#W-JovP<#Nd&=P%VRcTYq98WTj;H4cPMQd^ qnmi+y@WBWnC*p*PN$AgJ8}Wts<J29c+LoKSQmy^$4?cc)WdFZHf$Ek3 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/angel_smile.png b/public/assets/ckeditor/plugins/smiley/images/angel_smile.png new file mode 100644 index 0000000000000000000000000000000000000000..559e5e71a3415ea24f23cedb9b88cc1862a569df GIT binary patch literal 1172 zcmV;F1Z(?=P)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000DANkl<ZNXNC6 zSxlWp6vqjat?Y|sD-EbI+Gwz9v}s}*pKMIDeelJ^hZ-NWrbZKAjFF-bYSf1&#>BW_ zEeI{UvbD07r3Ffnvgoy?Q1G%SU|8D=m;24nGxOaGTuK^WeE28d%$)O^Gv}OdCcrtf z6!3q^ZvelAur~NC?*7*-x8pPAnW)2>y@6U<gf(TPzhzFZX&Y^8e8hKKI1KEv-2GoF z_rSCW<rxFD3X^rv{}D7Dfs!;^`diQGHL=mQ#z%au)&5VRH`WjCS?QX#R=UN&aS653 z#=<qIJplDjg5zD7E{D}AaQ_7}=i!>b8xGnw+E#qTx6NAZ!{h22^MkwRD=oA8+NhhM zuc0Vjc^vQHnJvO{zK0rqSx&tl21P@!!uUzJJq*q~C{9w^N3D&oYKD8E#^VQ{y>j64 z%0Gp^<6*hFv2Hb?=JQdr0-DN(u{Yr6F#*bElb@qzen8!pgRb_k`)P(|`KM*c@zVU@ zQD!<GWMSwy%g&E+{r#OpQ6(F7t~+mR-f7mfjkeW3GaV118Je{Y2co4aQ`GFoYTt*e z_c4~cQdsOvWbR@tBh}$J8xok7jkTN&@iG_2+=WOMo1<B7ie=@Gw^289(G0^9rVoCI z@fs+N!0LNSiv0jwz2C^ynaNkL1Q@y6_uy(x-x${?!v#^}E>Sw%8iBf}F)U&F;Mw$j zD3y<c9)b4UyROM|0y`RDG+CX-WM%5cxI9VPQq*t{{E~ojoRE%|+Gv(Aeej=Ye8G<3 za)zI*p8KfCi88XfGO;={HpXqcZE#%zoQp?YdJZ-6J%%MrAAEx1RA@`J=-30DUg_@+ zIqq;4+{n`F(2@ezAF;IwOie7D&%iTLs|-t+{_vJ$i;EJCPwi>8G_*Cv&Tn&)eZqP> z73<)t7)fgyo{>{`z$Goui=pJaHFZNe%9brq6K$eInPA%+aI_GjQ1$!pTt1FrZAwcv zS3iKCA_bD{RT95`5y@y?tUuHjtrY*y+z19vhKXMkluM^I9>l792E*D^&_g(@;7o`O z@oK7OH-&HQpgt#*k=!U2%VJq9jbZfL2%2+3`0>pk#!Hh7n6d~wEk{r#a$?Qe)Qa*G ztxZw=gdM$(PD{FBZRk;YPbE=%BAnC50y+J9AT{rYapjvt+}E@0KuW?<mC{L-4`Udb z<@<^3E0@E}4MIV<7{pkn=XE}HUb{2pX50&-kIVfc`hBn6sudDQaTuy-CstXyMS+|^ zGlX@=V<D6I49ay}utOKfGKH$Ni)Bt!A<pGH<xiFXN+j1sp>Q@t+gs!XVSI(L?MoyJ zaVTqyfltIloQp%fK%LWVpl5=`E>I+6?W28#ahGQfX$1<I8;};06y!@pg~4{Qi$WA< zgB1lq_IzHTZKG|qkNDp84c)ZKi&B^wQ+eH5x_9-@p{2j|oL<v5V*8&S=q($>nL>lU miK<1DUR8VN4sT7vR{aZh|2Vqsev4870000<MNUMnLSTZNH$#X3 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/angry_smile.gif b/public/assets/ckeditor/plugins/smiley/images/angry_smile.gif new file mode 100644 index 0000000000000000000000000000000000000000..c912d99ba7840cdc66459fc8186b8ed643967875 GIT binary patch literal 1219 zcmZ?wbhEHb6lV};_|CwfZ(<g2V;t{b5$EN+PmlGmF7rtP)^o<}=S?^-7&2csVZCY0 za?zaUt~tjcOQE~Af=?{DU)l0~He>v5$^6lp{j(L@cWd@v)@&bbIe*!4{<q_JXfHI~ z!+5%v`B5j?e-7L~9eDpc@jY-5eeW#%+D+=CgTQA;f$uKDpIk&fyNmyK7WnTf^wUlB zznjQE53!G)lApY!zI)01@s|1JEC1g|=B&T|>2R~Nk+whll|Kio{Rvd~AE5XvNcDG+ z>i=Ms|G{d%Lbd*fY5$AR{t>13KT_{~gu&-n<Nwiy|6`2*$C>_*H+!FG`#I74bCTuP zB&%;}cK;Kt{-#*|O11x=Vmmd`V`{YLg$%EY*?w0_qyDEmeam$Enc?_9!})Kn^WSWj z|Jm;Uvpv2P`g|?&{aWJxx5)p0ap1r5;6IhYe`>@3RY(7+kNR5^d#x(rMnn3E&cb_> z>%R77|L@5B*_;1$V*bCrqL;I4e@!g^Ke6=3^t#`(>wnE`_%W;D$Lz+xGaG-*YyGjH z{r94-zl(c+EbD)|YUZzHlm4%t{bI|~7u#0+*|PA@wncxpFa5i7`I`e<ejnca=kV6w zN4EYwvhC0D9luZP`g?lcpSxGSJ-YMv!HvHUZ+?IJ;QzA+KVLoj|LV#Acd!2c`ThUj zKZa32C<GLLvM@3*%xBO6DFo#S2af*?_M9>n7bZLUvj}rN5l-fsqRGU-@L~cBCwnJj z-5Z7}?);8k5-BGv91b-1YUkeLNorZz$j389s7h!`bAY^2{EmXc87!w3`TDacioDP~ z!=vQU$`aYte1w^Wm8Yjb(6w*ILQZSbOTui&x(%wON`o{$PZCzIQYd_6!Z~4@+Vl-# zDVtJ#r|HCO@_E?Fk~zVpYX;9(mS&Ghhl}rA33OKBm}Qms;Kc$(6``Jmy&8XBG#+M< zcAm;7btEL=sH8-1%D<Hii;i}QYB{z1Sdi${YM*@a)xEX1C#%>eCmfJ?>^>=`)j04$ zp-6|{OrvtH)Tk*=E1bO4-YjAKth(G;!?RCdLFZ=8R@J6{p9wp)pB@v^2$-Uv8N}?t zuQYR>jgnSd`=lSt9wDqk?g5Gy8LTfPuqlPtI!Oq)yL7aOdzy$H;dgSGxPaSErD&!@ z^&9~ge(|mY4vc&eAK8>=NhBTMip|(~++nW7!9#q~5sI@i+BGg57I1swCZZs^BjE|B sstbc7GndMS1FXUfMKXa?Bmx^*C2Kw~P7#uDJUJ!hEypqkMn(o}0F!L1cmMzZ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/angry_smile.png b/public/assets/ckeditor/plugins/smiley/images/angry_smile.png new file mode 100644 index 0000000000000000000000000000000000000000..c05d2be3a7972ec4f2d9f5354a9c1dae719d1805 GIT binary patch literal 1220 zcmV;#1UvhQP)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000DwNkl<ZNXM;} zX>3$g6vq)-cAK&zV!#CqTMKRJ22-XBFbvCp1xi~f6p+QnASfX&h4R5DCScGI0!>sv zs_~1dwxE7MBPC)83Q80bAgxls*4UJ1JJXr>-p_O1Oq*6(gNZNs=e^u}&hMUk&w1ze z`mNFE)t!JCkw;W2sua~nR2do5xtN~(RXu@ySk~>(xi1O4`x-4T`nc;I<4C`COy|@_ zZSM;%hC@Wht-7li>(Xdhmrn3-8CK0n__G0;8nMowCUopgTDN35HfpOr>f0mS0o!(6 zpyDm=<_xz3hjw9}sm40K4}1T1cww1nDIC}VpOnL`TC6WV#F#(IRv-2K=K`JK#{(z! zW8_XGSn;-P9o_@a`=De#Y|ep=nXthH#p$pn1=h>^)CbUTlh#ccsIM~af$O<hwO6>C z8EXd*?6mDy3I*y3gSX6uO<C~F99TCS)}}(yOejo%{5W`Hi!4x&;Tdf!qjL_zRbiR8 zjp7vAHfLhJx>_R54o9nRjab3!1zemaQ76OGiBK>dR!xHylc4%2)~ORHLs{)rq;OBD zrWzwN7HhjN0&^1-;Dvk_O~tNo#O>hKi8QU6&IMmQ!4;EX`IEB9R3`_m8#7RrGTY&$ zf$}~0y<@{?svwDSjXRaNq-5enhrAL|Q8?m5o<wI%=hn=Y9XvGwmOh64o|I?#Zj`0W zc6epW_QeF%NE4-JDk@r-6Nb-B;b7qc0Vg;|aWLQGjOkpFH`@WTWE}R+T+FJYC`*~` z@cQNj4`JuWTdYo!ZO?QP)^cDg=k{*n_wrKA-38&~$@b0CJZDVjTK1PXU>3=)^Cn?_ z`?;+wWp;(<O|>YTL5Cz#t0V_oD?<~va!NRPQmXc<DOejM2TLCfgS`UGeFF33v3uZ^ ze{EYtaPhb>q(hRVJOQqp>_7v)$7!55hU=~&{E#$&Gt>I;-SlXhvWH3fMq;l|rET9< zl-2oIO8rN6<Ifo$jx3^(<e=6)f=elbsfml?o3x=^-00!PJG=Pf>nhqBZgHpT1n1(T zVBRpS=d$rXn@QkES(k)*LT5h1nBCvmGPx6IT|Az%64lQyujNj41+Bkcqr1mnUrWuj z-jFjC^QBx2X>7{sT#7N6q1%SkZ`-^P&N<f2ktjENwO{aW&z+MW@nb?X_R5I_3gS?P zvO0dE_TS&Uewk+10PKYiTjs*Ce4p5l({a(9&3c6MdC6QVS;CdFP24zGM*YW!Y5eL_ zF7GIyHl;u2vhh}P#z2(O<@fK>xQ^|`Nbig78EN4ijpZ37xfn*XJC+7l3^&sTaa~}) zBt>&^Mjx&wMiFxLvy9Z<sBgE8tE1&wR$buz*J+;Bk2d#%k|;^?+@W%&(&n>cAxkc& z%)#Iu2pRopOOK*if>9s!?Xl%X77!8@=Cz;X{1Pxyqwvc@!3;Sr_aNJzGr$hc>We?E z4@U9>j*Z%?kNV#4HMd+6)2Nx(($d=1pF^eJTDneEh>hC*r#rOMl_zZy?L<|gTM<=7 i#(dpfZTAKLKlC@^jn9nmDT4q20000<MNUMnLSTZFien!D literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/broken_heart.gif b/public/assets/ckeditor/plugins/smiley/images/broken_heart.gif new file mode 100644 index 0000000000000000000000000000000000000000..4162a7b24df8e235ea5485073003b702562c3122 GIT binary patch literal 732 zcmZ?wbhEHb6lV};_{PAnl!<8t8{0Y-mUZmxD>*pUa&T;8X5PrcvW10Z2NTmi28K-> z99w~ihiA2bz$!t(wPIpxB_-F($*q@{-zzA%K}l(guI>(V^PM&}yX@_c@bO(>WxdSF zd7Y2%pn$+p0fFN}LWe{}kBEt#78gG&BXdzu@QR4YO+mriLPB@M#O{lWUz3);C@+6g zTKb-(<SiMQ$I{Ywm6YzPsy<Utc%ZKSN=4;?rsgvs($#&gr}s`%^R2%A2OXVHdU{`t zj6R#1elauqX>R`4+WMcZ?SDJFJx)%0-Q4zhcpMB0Ivf^uI3nUmWaP29xRaTgr}OeI zR8?K9tGm?DaJjYhYFF3wzP{`I{kNu1zcXjf-TCwHFIn<n#fnF3*FM?2`RVrU&v);B zb@=f6ix)p!yY}tbv+plo{&@ZR=ll1+K7RcD`SZWuzyJUL&p<Iy{K>+|z>vkD12PE| zCl2iY8?u_3TUy(iGWo3SdV1~Tg89w+daU^}TQj}cW#`V5<?x&_(_O`RxdUrhW&*3_ z@(n6(i?d=F^^AA!<dHYnwNIZpw!I}Y%qw!sk*tg`S23@^#O5R)QGVBuEtwuBPRpH~ z?3qJTSsWicbTaYC%=DMD`t(_wf&23hE4hH%K}=c<jMD-bncKQVn11L67e8}q;uR2% zvDmy}k*mwQDJxIDICnvUM<nOZ2E|8B*7^bwe>j?&nb-`Qx0y&dJ-O1)8hR;%({Z!f zSw-G0Ide8BcU)X-%~fNm^jIT^^PRzw7mi!m`&TpS^*ng^Sc`v^p;3a7@I%+$&FS$B z42|1zyE#NG1rs?ZEJ|<`mU<%=V)&rzSg#-790$iAEs2M@XZ=xaIo83*H$hQaqv_cq VDI+l!4S|Hlo~KE&(^;7qtO2)m5uX46 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/broken_heart.png b/public/assets/ckeditor/plugins/smiley/images/broken_heart.png new file mode 100644 index 0000000000000000000000000000000000000000..a711c0d8d8505409f0285fd92257eda1ba3a42cd GIT binary patch literal 1139 zcmV-(1dRKMP)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000C!Nkl<ZNQt$S zT}%{L6o9{-{b7r<$Pz#;G$5!zmaPG`BuMztG|`l%t!dQ6#E@7Mn?9Jn5tAmGKC};w zCVkjMO?<Oz4cN5B)B?6m@h?`9ElN{=&@yZbJ1)o$>@G9Ar!Qd8U24;$Cpiyu=eyrI zbMEBYM#544uW&4UD9%?4f!)A6KoO7xt^!|Zy3w_OYX<fMHGmhm4)g(^Yq}A6DjW$% z83{)bk<BU79REEKknfwC<XgXAe%`)af(H-E<efVrA|Hx~A|fBnghJNk-Mi(hvNHKH zH&=Q#ZIYqGhb3iMqayP9ymMaM7#kb2E;KYqkJl?&b+t^cUoQ`<s-&;5P`<0H6A`&C zB47X6-7Ou3g)&f5BGC;SBvD^4A-`XGy<WLcUoSJEP*OxTjfA7vL?jCs_+jhTilu{t z)RvV!{i^ABobF%{-;pD%-nZ}eWH9KvSXW2=nl&uX%}tx}t>IxFS5&aMyZavCSAh3N zIy)<3eSOrdT$%A;lJPh|`IDg`3Ot^SVt}=!rI^>Q@#xH%Rlo-hplSHzNqj{`NGgRa zfM0St*<4*sZ+km{yR5B^YtbmCX<}EDj0LKSig<MTG$lKBG%7$%<i-s=Za0=?rDc}g zPIFZiL+$N6862dbxtS4N&&XPqg(oYE$jzGoH4Y%hoSK5194yn!*o{k3@MdQdzH)`f zSFcjJV#T5?sT8JR04#9;x0m{S4U?e|1**CTpJHr!nnY(OrCC|1PA5sr%E(R{2Dv^T zz@P&3FKcW>i$t(YGh>D(CP-Qqv$t-s((7H6vrLmeA`zCgv;g$mL}ZmYHTCN^m6dM4 z-A=CCoz~4nEXMWGQOfi3D9_8wJdQc;w#~+yLqjo#s`?a7H|{xeaz3d$c8r1XaiXzU z`XM=;c-?MNsnnte8I8pVhQrhyKaN9HKh|_(c>aI-w5YYUr}pSk`p3qYiN{Hr<}+EM zsz@r8ww^Ri;)w+PV`J0=0=&FsOAqiFfC8ZD#w_qwSzB9Q#i2t4b)ER^>@%G$vD@+3 z?P(n+Op}3dnAHakP`+o+O<<d*8zz8l;gwsQujT?j{jz`mtD!)EN{<J{W?OW|DG`2) zMp?dhFRujxcYy{?H^%4R+n&GAi}TeLh+Mw3Ygg&S*|V(5&dw+n;K9rcOSf%f<Ec|2 zo1$#gbmQSdCQUw9V0FqgFa6lsT9D}N<rSAJjTxDp#nsY6OIO!~;&L@=x-s}XlktMk zbmOk#bZ%|z=$N*xTgPZ3LDI6G=4c{;t+tk?bLV1;%hj4myr_Jxzzv70zTMK*HJe<! zmSNK*VwyZKO_F{;E$7c$4pn_u(~ZlEIWmrAVHD@9Z%8tE>i&rnp1&?$q`0+}lASvZ zo88`~=|;yt?R}wquD}}LJ-`nP0LL}mxc{Pk|4RN}<8SCtmNuhtj6nbZ002ovPDHLk FV1m;NClUYv literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/confused_smile.gif b/public/assets/ckeditor/plugins/smiley/images/confused_smile.gif new file mode 100644 index 0000000000000000000000000000000000000000..0e420cba4af510c616dbfcad2b48acddc94da29f GIT binary patch literal 1202 zcmeH`{ZrEg0EfSuV{dG-$zU%q+QtG-5g|_*LB}>d*gWYlIj^$rT$8esy7S7e<F49Z zKuV6T>@XDDiyjSv78BwnbPCKBc7Y5TDa4v^_I9rBav}SEKb`+XKlS_r&)swPR2nNZ zB_=T;CgKFqeu!u{5#6uT`i{}Re2?#ai*d!0bk)iXG_xj8@#a6_{?y5z>JUwJrmu8z z=bWOY9_cSG9^4ynaRb~ebTRQc6K*yxa?rIAJ#6%F(94CFhk=w8PwHx)IQE4Ao=xbM zp(lgvm9O^8R=<|VeVgDDkOM*tr(z@(qiMJ-#$ZN#RDvrKjLE5fC3Q)OAqCl=58rlb zv<Ra+F`&WVljK-AzA2AilgB5r;FsW<4C69#JQLTm5X_2As^dZB-#2n`Ly7NI`1W!9 zkb`M8=JF8Uf*-fy&Ngb|338^GTr5IJLq)bDx`Q0iVXO+5tEs>q^44xDtV>+2#_WsK z;tPrI>Tuh<zEGQ(e*^PxWA+_t{$29tIx<?1X$x*PVWA136PUB(R$F4}GivGldZZC| z+Ys%*%2_Ns5p^Yg_u$t)M18nBkXRYS>Ii-t!u?s?58=-+9xNgr#lw4`)&Yw6pZ}_W za*aVFh!!IMk?_$IS~iFjPNru1L)|V$D!0bnaN?tuT!JVx=~ZlT!GUu{=4OS0C$CWt z|D`szZj@_|c)iZu&E*{auv5vZ66HSKk!O77u(4BDvZN3l$!k5SFj(^@gD*{T(}bCC z`h_`D(`V{KhowcTR@qZcq5$twcIBsKHujon)?Df6Njh$b+*H5P$Sjo>YGsXfxqKJ@ z6kC7c{fKIxi_M|07z159{`o-C-PMqsF5Q=}Ewm5}^#PY4vRrFBf97aG-Lk)9oSB@y z+2HUp`@*+}%nzP(H!(O{k3J0B*D4s&vRC~z9@WcsM`^ZgGw-x%ulQWa@f@XI9c<TS z(}it!d?xP4IaPKBJ2rm3UZQ<IC<vKTX7US8#`d~wg!K=KKhv=P;Dl*T*+A3T1jz-> zq6(?Up=WLL7cJ=JjITttEjEXRMpwsZtg=JSfVSzL-@2bAidlp;&qi#5Ebq=nezCvS qkdbCPP2badOmMdDHD1f|W5tGQU6Qv-VPzC2Oc(Slx$U5qDE$}COQpd8 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/confused_smile.png b/public/assets/ckeditor/plugins/smiley/images/confused_smile.png new file mode 100644 index 0000000000000000000000000000000000000000..e0b8e5c6f11467dbe09785ebf3aafcdc9c581e1f GIT binary patch literal 1101 zcmV-T1hV^yP)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000CONkl<ZNQteL zU1(cn7=WMeYtpVR{Y_dk8{ClUSUZPXe`It1;4Y@S*oF*5o#MPwkcl#f;GL6Qcq9J6 zymR2d8!slpbb^SpvuaOuV|H_6Fv((@HYZJ*CQX{0^Sxf2(<YfM?!p&d-t%$bdH=sp z-Av81lEfmRR$vD(1PuBLVEH-*{FJcsxfKC`S_vMDg!Uok6O!LWvB$t3gY=m9Gdu(l zU!%K{DE)H6&VTuz@K_|&0endA+Ck1Af}jJj$00lnZQDU9n7aV8<8bp^C|BU2Poed` zQ^4VbozJWY_rP+2D<9m=rDNi5Ii%<sMinoj%5hZbItb9z56zpQb1$UN!|0pB=C>4^ zUW<czpw>Yx{4*}Ue^73GgnR!>qSdt0#UH_41XsWqa81?H2(hEkxf@2Fg}a`DzSmDB z?ELd}@K_|YkKEPMoEa8p+tW12b)`%aL_9TSWe3JU`!47`4qpulyMIu$Zrs1r10^D@ zh<lZ<cSfbHjC6LQoj52!z#7Yfz~I&p7=!hD0T2fJnyOBF-vPG?CQiVUBS}=l#)O^E zX<!GFXQLD^AuU1lVthHW(n1AmWCrW}45gw&spw*jrm#kBN<|lppUt&n(Dg6`gD`nE z>W?rQ7$R-K9gS!w4aV_Ob`6<~<26wrlXb~t-RgN>Jh%ur3rPGVta}X77XEG!00yzg zp(zNiQ#Yq~b~h4T-{O6DHG)XZIS7l3UgSm~V<FK4s2iujUpNn*wqRYr;2Mqc$pYGS z+5f^lUbIswFv9-lHhBNz$+||X+-2PLQE5n9suu2v@w>kyBA%U0`4i)p;O2C-*0oku zU~#%Ga}8L82Vh}QFV*^X)HsHjRGG<S8H_=K-C&O^!UN#lJp_FCUjF(X)-+XXA~hNK zk<aBErl!jzQx#IP4n6DFvLV(CZVAz?sO$uEKUxPLBRl|C$`EpE$^xa5OLC^N3=Fk3 z(%av`@Pn;1cZE=n1JkoGRYC$C=-FRk(;ML3m`h9KT;<I6D9)eI>_va>=Xo*(!@d3O z^z^pV5^X^TG~@~}mxsA|C{@4+(iBBli`Hvk&u9`A*qE^Mx$637Cr)!_2-+GAT5G4X zoj^|n3JX540ELoYrln>IA{q&VjV{e<_WT0v{nhoaySOIaJIKYiA=GRLG-wQ9+-lux zr)J5z#^8!(+i~bWT6b~jn#nm#-;p?5jzO-XDHOq}tUfWuK*a&mpxOE^^c{%<higai z*2kg~_?YY;&oJ^LWG_I2_8tk1_>n4%KSdo|VdqI`-~2i7YQoOXt_rVlasY8o@b@<n z(&H>EKzN|4Jx|!Ez$*zm|HZ!`tHFH-9l#^NHekTF0KWm_zCCyA({@|%|3m%(uJ36& TLW+k600000NkvXXu0mjf7P}Gl literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/cry_smile.gif b/public/assets/ckeditor/plugins/smiley/images/cry_smile.gif new file mode 100644 index 0000000000000000000000000000000000000000..b51334278289b1429515bdc44d559c768e7de4bd GIT binary patch literal 795 zcmV+$1LXWiNk%w1VHW@w0QLX?mtX*!WCEXR1fy*Pr*j9bdI`6B1-N|&v3?7-h!MSu z5XXrK$&3ohnikWb71gU8|D*)}sRsY03;wJM|FRDMsulmM8|Sqf{<aeTyA}Vw8r-)e z+_)tEvmySnEC0JM>%2Grvors@HvhIc|GYl;#2){`8vn^3@4z7M&MW`SBLC7R{?#e} z+AjXYGXKgm|I0o7(Kr9qIQ`-^|GiEBzEJqdP5stH{@6kP&`tcoQ2*0i{@q;r&2IkM zWdG4<`Ok9w)^zdPbpPIT|JHo{;%xondKah59H+}0tIr#((I2+lA*swUvCl29&^Wc# zJ-XK=zU4!@)k3}5Cd2D7#_V0g+<npKe%R!8)#-oQ@S@Vb+SHK$(u48bg#X!v|J9A- z*OdR<oBQE||KyMV<eS;tx8>Tb|Kg(l>#Y9dwEyP1|LeGx(7~6|%B$4Jj@|H{<o3Gf z^2pxG{p-g6@6-SD+QjSd|M%nn`RD)o=;HPJ^Zfq*|NZ~~00000A^8LW004dfEC2ui z02crk000O6fPR95goTEOg?);Bh=_e_T{RXKI$djwjedP~A|ga-dU|X`G$VGHhJ9ca zL1{)jGBQ47c4!q~sDr8<V?`}2D=R9)DrI;ixP^5UJ~u4Dz{4jdCOdc*c7%N+E;qp| z4-G0O7YfuSWnv?!Y7;TSD<uH{B_{{~4kj5Icq3|qT`&++(EtE|3nc~sAfO>b1|med z2<oFF!wVlngb)CbKt+iM^FVO<5kyQ4Mtv-p*n%X9n++*gn9!ht#ReNtk~E=X0j0_| zQLw-`r_W&q3}LEFQPWcs4Gb^5<Tz*aD2A&*fb^h&NsO5n8fH3VFkrxfs}v|qAaUlO zCM$VTU>tRLz~DRs6Vy)7@y5v>KTnio`Ed1U0RaXDAeb;ALI)3XmLT!NB#IUfSFg61 z!Ffgt3K1q)kRXT3WI1s7fPp{(L)z9D8b^o#0RpZ#SG0A35J9i(*|odm(pD!#ZQjQr Zgs3w-m6|RzCea|Grg@`9ix33@06R_ikOlw% literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/cry_smile.png b/public/assets/ckeditor/plugins/smiley/images/cry_smile.png new file mode 100644 index 0000000000000000000000000000000000000000..a1891a3428126f340fec3df988921ff98e60b36b GIT binary patch literal 1214 zcmV;v1VQ_WP)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000DqNkl<ZNXNC6 zTWnQD6o#8#xU^EG2!%p{VnK-zL?aLb5-%~lASC)IiH0;Wikb)-LsHZzQKCT~j1Vx0 zCA9PgoZcxMpi-f<K<|`O+D3X>svZ)kglo^9&wutlMWAZX#D_n7@0qo}S+myKGf~0N z<*5Hl|2PRGN=u|n$tU$j<co~ixx{}Bm(wzg)5rNrXj%^kmqY$UPxjr8**R+?+k1k` zaJ008{s5Fc1^eeg+XwL5Znz=N&0io?0Rh1eEcR@yt@V-b-@-kxImhX*AUDZ`+g204 zkc$&si|Kp?S{Fczbao~5$mVJ%1hXJ7*|<K|_qGM@hVP(tBc>#cfpec2r+bwmoCBvH zf#!#yaXOrO2u`HI@hOtNd$+>1ZtZX(*4HwIz}+18pMji2GZ4ry=FBsK&Xj||Edn<Q zRG$tfr$OyhsF@5uO@bpST6l#P2zooPj7Sas><Sa^qjUkL`f;4o&kHs~PBYwRn~GTX z-8c_iH<iAUiTJ;G0IF5oA1A<}@k-AY`1uDc!)1v%2wy@^DHJ5&G|pFqf;ObPx_Edh zTQj2B^jZ|xswcbY*t;%)O|M4LynQSj7TB+a{i$%J3n~}kvcw#OXVUnwDzAE;jBGuk zn$2TfkX2u)B0ZYQ_BUhQ@0``c)t1TX8ZEMK45n?JcB}TcEHMY+KKw6w5uBO}?HSOu zhW@i_T!00YeLfmfH_c5&b6zT2Rz|zyp#$@2Z~0ol*D)>cVY;^Avcw#O_mY=li{oT9 z9V8{Ej!F3qY-*~dqg<&u^{5Iv(<@%p1h=5qTW8Zzk<RtwOIcLe#>D)3=KAV!LPw3u z67x=Y)p+OIhAO7}dsug-M`>B;70p6z;cR{nC3`#E@1=tBB!X?<F!$&Mp7jTCdP|4E zm6oM4RL*N2qrc-*6?3T<Wz}6!o8QU@p<;|@U#hMtOXg<%JKU&$mvF8A4a>SMEtv#1 z6X+-xe7@IO7Ix5+vws}Nzl<mQ?HID(is9IX5jZ6Rm)s9UI@|V+g5Byg|6+RE3kU~` z?kMQ`6-PRFuCi6|r@iQ`v~@>OR%8yp)iHxAUmJ(BN6@|ZxnK$t2v;p9zvURS_cYLb zWuU-<UszDudNZZ4iT7K76>yH1ODk>tdT|nkYe(|^8?m>*+gHWm%Z%qnzJ<o?q#TJU zO2a9dMNL;NQ_4C>&8amO{!&`*36p;4JRi1SQl@6w?K*DH+k93eL8lh%ou~8WNmq1B zfmvSEc_T2n@i>L44m%U54qal#kr2u1I17)j?EAfNW9Oxw%VE<%%LdpPt3^gR6eoH) z^=bP)J@;uLJ614K(T>o`sh?=qFl+CS6@%-ma&GIn+MU_h7aV%z8s{9%pXqFqbDo^{ zBt&u=KNOl1C%b4#-`2<adiQ}QiT$g~LgA6k#b!nMgd7!7wjepO&mCsi6=&EP<BexU zdp6eA`pEZQuep~o10jON>iLhn-nBo6m3_BkcFx+!_P<=vqup~J>`7E2osXy_GPdmQ ctL=9E0q?RJ6Dta$D*ylh07*qoM6N<$g2RVY9smFU literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/devil_smile.gif b/public/assets/ckeditor/plugins/smiley/images/devil_smile.gif new file mode 100644 index 0000000000000000000000000000000000000000..9b2a10055beadd67b13405cafb86829f57fffb2a GIT binary patch literal 1239 zcma*m`%hB`7{>7fltL|qLuo0r6uDI^K~PYv!&{ZmO~v3Ak*P$`Y372{4cTyWA|Qhq z7lb*@s7@{7L<=%*BDKiHsR-5r<ti{J7q5c|3PXC%v*UlTH=lfedVYOXA4MpZ$BPIN zF+D-FIyrTa<P$!>m(L%TN~c_1XWiT^QfZf$u-nV?A0MAFxqM0{qh+#}At7VI!4`$$ zY#ebmp1Ab6^`(8*m-pLTIl#J+!qcVL-AQ3r9I>xF%9-2}h`n+g4wzP{#<xY#Tel){ zGro^TQc_#Cy&>13|2(fLPtcSnY-W1SwduU;;|rnzHP?Kei!(yxilMPazBM#9$hScO zQ#%x}aK#pXFxa?ii>quDGVE~84*B*d;Glpzp>@JFdt7I5=)yVBa!|ySiy|(H=b)I2 z8w>}OFnIWrhf+tBF`Q8DG@v1ewW85t(L@o6YhwDk7}q6Kk#w|FJX$V!TH!HzQ;G@_ zmCm@y;G@a~w_H%o5I`ryZ6Wlos1f0g2$hm)og41BK`*6Cy;0>wl?I?Jgf0t3`4U>U z7`jkYet_zglzugCub!@#PT%!JtsCkX?x<&o(ICcM3Dw{M#$O(|FU5UNJn%&0-0272 z)B`W7(HjrF(8TaYvp4m~7ms{k@I|8xkNohMF%L#Rw8+rPn1?pTe3<5=U5*aM0(AJJ z)Bjyh5PBA(I|#i&=nJA+md!p{1d{^o3Jio`FoddBLLUkJCe%dH_tsM#;dGbMQWu4` zSh{bA<zd3R_Puzr+tQhc&SbRxKzAOc%n8)ccQbi;Gio*TdKizPB^9k1Xv>`KPe*qK zOg~xrFVOwJV>lZ_c^FZnBOgN=%d0}XD8^73hAS*1l^CtY%PQ2?!el~wJG#0s-iC1# zUUy@v4{!TnHdEtfOqntB6z`sao&{|IO#vYO-+9lltO#O~2zWn#{}Y5gO^h_ERV5ee z(rs-Gzno1NP^QkA8@l6a+>ZJKhOZC5PHXC3mN`+s(oLRCu#zSWZwJ>UY!CZ(Kx6eH zaZ|s7?f79JX^dl?jPE%`<;ph1EIrh{D@#ER*ff%a^}%D`Xxj@vxws@Yt^Bz-j3n5n z4pwQ2w7A>FY1?!{zHfL<hiuWB!1&A+x{kD6b>>`|Ku&spv74v1%bcuUm|C!JzaNLs z;+!CrhI65Zj8-qAOFngv+!pk6ssr0$Bp|V?WO20CU3s{wCnj(I^VSUR8Na@0Q$(bD ztm$CRo3yMPS;UvIxA@H`wu}ewd6hgFd?d;z;-p{!e?=8f^0#rQVq<;{xz&9vD{yBt zZ`JzKD{GItB)IM|#JR-uB-=p~E|8~meY{cG`|9FO$?lkAb)4<w;99ouvrEVM`s6xy z<@ht_3~_=Ne*;$%wI-GAuWh~OoYb3hKaBmG@7*7bv6}S@E6(lW2v&K#&LBruylHkE zvt2&utopa4!Eu=)J!Y+e^;NjQ#Xn~#XQ|(<%gTw<=_;PebKg4N(t*u}U+wh`k&CMm Vj&nnLOR|h=u2RsVwz49^{sZ6^jFbQX literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/devil_smile.png b/public/assets/ckeditor/plugins/smiley/images/devil_smile.png new file mode 100644 index 0000000000000000000000000000000000000000..53247a8835b09d1ef67dba3a11f18fafc9551fd3 GIT binary patch literal 1220 zcmV;#1UvhQP)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000DwNkl<ZNXMm> zYfM~46vqjaS1GU*S&)}YUt*)8t*MQPX*9+*O|&&pn;1=eB#j!4ADSk<C>mo-{nDf# zGy$;|gqF8FTcInDR!d7;3cD<?g0Q?A(GqC{VfWs@|8wVF*kbD!Km2p=%$)hnnRCv} z1Ocd|PE(O%(>H_ukI1l7oz!7zONVbEH<urLx56-n+C^nk)zpNkYO_zqVgl?#DCa_6 zp0EZj`0O9+)&V^|()qS&xCgp6g~>*s`*Yx@y+B!tlKe}bjEN0x%{gD9r3E*(Y!Obk z1;0L?mInX!?SR)S0|WT8A82?CXxaw!z7PDy$SshwcpaE#1p5g;vqRa4EiekV8*>{s zVtVUVX}4SOUvFe)VsPzR=p4jHF9KgBz~6fS{@+WWjeQ7x=w<GVi@T}8H-PaYz}yfp zRsbAL1`a$2KOOYgY?$A<Q{c@O{AYdNK6J;%8iO}qco4qf&!BnVp@&(3Clhep3v_Ye zE9-$v8Nh{mD7GgU-#IU4UV7S?e~k{};6Z^GS@754bYjkKN1r1Bi#_|H_dP-Aee{-K zH^JQmb#4GIGdC9<+;lo!N(Ii+Yu78#X1wTkq{Ek#1oZU@{7DOLhwk@be<t+WZO}YV z5w?kwHW}ZJd^<Y6u`6(g10A^u)Lp<iCb#Ww27tgZR-2~~_~3pf+5fjyML|YMjn@O^ zQP8>`rH6!G-C$_GJp*6A7G!AtTsr34(w5szgtkylF6>ML{u%}vABVvr(}HKC>r-Yv zj^3GDH#K>Ruvdc&P1dDgvL<=CU75(Tq|PJ&KgL7vJ;dFz{DnoP1+RwlS>=JmGeFwq z^{C2;Hl$t1fY$C<Zl6t6;Kq316f5nQ-Oz`>g~1}zf={3{S(2mSe7Z`ONdC`ryF;v) zYgsCJt&H)&14;p4)Z2K0IN+aX&<z%ux58VKG@}A6Ny0<|mBdMWn-kRzn^Y*4z_qaq zYYP0s$NmLpSe~IFW8Rj$Eb+2+1=R4Cm2x^>*&AS9LDkXFn;wS$BF~1f0>YAwtDgWr ztWjmvtYBA;uE9uw?N+GeEtBufkAmw+1m{KbUS*{@cR*|8`4Cn>LU&=T7B~^6Af~43 zQ&IfhDm3MUV>mw=vlTYXmd9cwFAB{$Vfg;t5R8{68emjJ!QZ+UdKq^ttbkICf$p0^ z-6P6-@lM2Q@C`nM&SQyaI24KFZw2G{o5866I0Bb=h!zL3lp|%4&}&#pH9SDV5SDd_ zmaf<tH*bVU8pLWw%}YEbt{uEfdN%_jyzNFQ&t_GsRdl2@0(!}6XccK1ins$|m{;%; z++3g#?!#PQl_W?r5>=y;W$dVmlPg#AB-4R1#=0aNI2k7P8VdMM$Xqf4ADlpV954S- zxW1qXCzpnsK#A#XpeI6U7fi7&b7U?Vw}qPvuoO^?85c{8At<Cr#i1(MC1E;FhUzE^ zQT+wM%0_Hu4(G0XQ}6W9KF`EV8=05VlG>HSA(DUTlQFTO?VTR%|9Z*ej6?%+6V*|Z irs~YTJuAboQvU$jo*OjDtdS-F0000<MNUMnLSTY-g+Fxw literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/embaressed_smile.gif b/public/assets/ckeditor/plugins/smiley/images/embaressed_smile.gif new file mode 100644 index 0000000000000000000000000000000000000000..8d39f252bb7fa7ec9fdef6d88624e1a08bcecb72 GIT binary patch literal 786 zcmZ?wbhEHb6lV};_{P96D~@q`BEza2hV}KlyX)9CSMdL=75iBwb*)e6^lZ^TQ~3YQ z<9ym9_NztoSGUN|7MWi?QqSi|{hloHXO{4<DKfw3Nc~^J@_!}U|Ha(@*K+;e#P?>k z;I~CWf0u~-TPgZyq0INSQvX&-Kieepf2-jCJ)(a%N&nj;`?Fc`XOGgasY<_REB%_O z|89lKuSF_<)+oQ;uJU)Q^50E5zZYBo+id)Qx7q(~mj8F#em^Yt|B&SWlXBmVD*Qd5 z`v0`jzmvNEFRA^%rt$x_{=aL6|F2s7e`@x7naiKOj{o=i{@)ky_kzQ}<B|XF#{4>) z_~%s4|J%ubj+OnnUi|-R)!#=se;-%<zu5f$X6yeey?^h`|NXG}|C9dzPiOyswCLaK zHUFP%`TuO!|JOVIzrXzd)2;vC9{&IJ;{X4D3^V|WKUo+V7*ZH?KxTvD#DV>PLrPO~ zOLALsOJ`HCoUX2(ff6I5(j*2!Q4tZpfZ&#R31MM5sin&#CAhd0CE`1iLk+?M9qjG4 z+gRE}CYXhGG$p%<sH<zrtEyP2oRJgeV`ta)aXYX+CfH3;(JeUUTGzq7CIQh&NpT^r zW(f}tni{)W+uCt*?);{vsu&t(dLY>;#Gz5il|$H};lTmMCGM;o{BjE(2r)^BbBibh z{P@t+(9qAsv7z9?f<`mF^~)l5EKqDd&269`vBBVI?2g$M+@&*%Qf^PwjLi{S_2}VA zF-@-)j?5<39<e&Jg9#B$N3QA0+Y~)Dn5g2zVbHQ8Wd>trd!MIy9t#75(h+viz4-x? z1j8I%yWFkWcurU?IMCiB&=IlH%)F&5>A06pjK`tFhciSrg@~}EIvwfdFq@%Zn8d=) z#>XQuA@E4>21#L+kQWI_9og3%oiqw2C>`S|*q~E!B4L%P4>xz(KQ8lUr+a2<r=FYh P(RIZl=k`1{CI)K&y=6%? literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/embarrassed_smile.gif b/public/assets/ckeditor/plugins/smiley/images/embarrassed_smile.gif new file mode 100644 index 0000000000000000000000000000000000000000..8d39f252bb7fa7ec9fdef6d88624e1a08bcecb72 GIT binary patch literal 786 zcmZ?wbhEHb6lV};_{P96D~@q`BEza2hV}KlyX)9CSMdL=75iBwb*)e6^lZ^TQ~3YQ z<9ym9_NztoSGUN|7MWi?QqSi|{hloHXO{4<DKfw3Nc~^J@_!}U|Ha(@*K+;e#P?>k z;I~CWf0u~-TPgZyq0INSQvX&-Kieepf2-jCJ)(a%N&nj;`?Fc`XOGgasY<_REB%_O z|89lKuSF_<)+oQ;uJU)Q^50E5zZYBo+id)Qx7q(~mj8F#em^Yt|B&SWlXBmVD*Qd5 z`v0`jzmvNEFRA^%rt$x_{=aL6|F2s7e`@x7naiKOj{o=i{@)ky_kzQ}<B|XF#{4>) z_~%s4|J%ubj+OnnUi|-R)!#=se;-%<zu5f$X6yeey?^h`|NXG}|C9dzPiOyswCLaK zHUFP%`TuO!|JOVIzrXzd)2;vC9{&IJ;{X4D3^V|WKUo+V7*ZH?KxTvD#DV>PLrPO~ zOLALsOJ`HCoUX2(ff6I5(j*2!Q4tZpfZ&#R31MM5sin&#CAhd0CE`1iLk+?M9qjG4 z+gRE}CYXhGG$p%<sH<zrtEyP2oRJgeV`ta)aXYX+CfH3;(JeUUTGzq7CIQh&NpT^r zW(f}tni{)W+uCt*?);{vsu&t(dLY>;#Gz5il|$H};lTmMCGM;o{BjE(2r)^BbBibh z{P@t+(9qAsv7z9?f<`mF^~)l5EKqDd&269`vBBVI?2g$M+@&*%Qf^PwjLi{S_2}VA zF-@-)j?5<39<e&Jg9#B$N3QA0+Y~)Dn5g2zVbHQ8Wd>trd!MIy9t#75(h+viz4-x? z1j8I%yWFkWcurU?IMCiB&=IlH%)F&5>A06pjK`tFhciSrg@~}EIvwfdFq@%Zn8d=) z#>XQuA@E4>21#L+kQWI_9og3%oiqw2C>`S|*q~E!B4L%P4>xz(KQ8lUr+a2<r=FYh P(RIZl=k`1{CI)K&y=6%? literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/embarrassed_smile.png b/public/assets/ckeditor/plugins/smiley/images/embarrassed_smile.png new file mode 100644 index 0000000000000000000000000000000000000000..34904b666773b70bb2bee3839d83a29debcd6933 GIT binary patch literal 1145 zcmV-<1cv*GP)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000C)Nkl<ZNXMm> zO=w(I7>1wk%p@~O(=^FU+p!JSA82S(qcK0&Sc)k4(}fM{Mq9<YQjm&L#g#7V!kxcR z!G(eWH!d2XY6TZ+W00A&5t~ZHT1lp9(z%mNlbOuinYrh4ac|P3rdsg8%i(f4&pEv3 zJ>MsjnFX#lTH_6kKp)TpbO!=R1xf-xrJelzTI=O{@YZ<4e$;-%^mhrIBsfXPCjFnW z9*74@JTQ%z=hIGp@IT?L@rGvLedd2Z$j~9EsY2`h5bK2vyFmo5jKb^)OnwXH3f%h% zG;SXN4yT>`+?sG7tfTz)-p%}aRK1Qv!p2^t_zO~=KuUjr0+Dv8+XXF;LUss-UsZO! zF6?+|0_3ix4X%ZM#<_P6>YpFrbv&m=X2cYK1kVLe!CLU_)tOpoeGQr)grNhl<uTa# z@<7_jKfMax8gJOo{P=NB^lGK;aYCUBVrpkV)t9wvZlFblb$gMHx8X#u^3eA}V_SdP z$q&k8X2DN|dgFY(Ct-21^-UPLh^zyNKq{F7h3?J<u$I)B0-$u=9!2vO%7Sb^f^2Ak zv19Pasc9tCW&%h0m^zuDa2Br;LguE>MTLS=Tqu(|b(z%AWlF^=rJ_e_IK#-0gPXHx zQP6^7&%6uGeNa;aQzsKZ-x9osYzk{5urQA;cxXY<q9vEH{v|5R<viwc9w>yYAvXtF z1iL8Md>L=-W4P%)$ff{#!U4P+X9O)qpyUCd7Bpnp6ssYzZ9M>+H`anGiEZl%yM|ap z7@hTCQNe=#bsD|rDdfU&fbOgCYznQ0RSPNrViY2ZDOTuz<~INImoi|L{sXt5b70Ro zSQm6rKtZw>u#tp@vME^!4^FF4QvV~OXvLxxi%eyL#01HioIz&=tqN2GTtEf13hvA@ z&n(x9SQk<)3pRi(D~R5;vVoSPs%WGMoDm_`1&~?=H{mkWSYO6N@EAW|BAapl0e4-G z%L{;52w4bwNPPp68)FH+WJ{7*7p86ziPZc4hWv#aceHS3c!Igv@~RrNxv`ErI<~^a z91;<~mLy_GE(JSY0Z6WRMAdP=+MTdd=kdx>B%+vli)@J^x5lBiW))m>W%TR}_EHgb z1=G@uY^uYUDC`@aM#62YpMP%bIA8YSxpkIWV@%XT)>)9iSLN!ZdKS$a?4m)dg4x_? zO?B3=?`LRg?@v4V!6na0JNZGH+6U-*lTh@EF|`#-jpqk`*=rB1=g(>(<YA%}!c7Hh z+$qDIZ$MM~z*22D*VOmJ>^w3-=TW3uGUAndkhgYXBwR(pE=b7G`4;RvG65X^w`S1- zd`Rx>lbm`Ma-$G3ev>e0V2NPy?P>0WJ)c6;uFruN(@uW&M%vsHX!RHuzloC_VOiiu zZAn`nc98H3X(#{14foI$EpIPyH_#Q#0H=YGVE$ocYrA3i{~dn=Ck15*vEe9t00000 LNkvXXu0mjfxmX{o literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/envelope.gif b/public/assets/ckeditor/plugins/smiley/images/envelope.gif new file mode 100644 index 0000000000000000000000000000000000000000..5294ec488dbe44117f3ae6836b932fd3b6a27b52 GIT binary patch literal 506 zcmZ?wbhEHb6lV};_{zYre8tk$>z1uszh>j64O_Qu*|u}z_8nVy?%cj>@3vjLcI@7> zbI<-A2M+8zcKqn^lZTI=ICkRHkyB@mpFMZx-1)QTFPy!0{qogoSMJ`ubMOA0hmY<* ze)90ilgCe<K7RK6>9ZG4U%q<&^7YHtZ(hB9`}*DcH}BuSegFR5`w#CvetiGw)2Gj0 zK79e9&)>d%{r>&i&!69a{QU9z_wPS{fauTv|Nj|?0E$0Z7#SE$7<52tL4I;z`|mKT zz(Yr>ee>xC(`>8x`qR2icbv&EcF5r_niBEApqoW7H@QK(@L0teuLXS1jk9%9j=l*C zakTxfDVmlMF3v5fs;aE2(%aXsBFQc8Zlcf5FmooC{!}MpAx^^pEj0xdLr&qW2qp!e z`i*{?3QWFH=^CsYI{Ny-9IP7YEme9_N*d~?G|ryUP?XVY@z`{2&D2fvT=iGgi*Op; zF6Hsn*HBTAQz+%VF<*>Df0MqZinczBSeCIgQ{DABKb#a34zCqgu{y*3V-Yi_WagI~ zL&k&7EesNdZZ8-P9+}y(V_QN*Lz8RwWZeKCCAOk&E=R4TO&XHHt{q%j+gxlIm|8o; eg&mr?cz+2WY1B5-lelnX%Stt7@ejaYvIYP(9Oujc literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/envelope.png b/public/assets/ckeditor/plugins/smiley/images/envelope.png new file mode 100644 index 0000000000000000000000000000000000000000..44398ad137f1d9591692ef073059d709bac99762 GIT binary patch literal 760 zcmbu+>rYZ)90%}|sHtfs)0IYVDqC(=uKA*+wKS|OBd=S%NS)@IT29m1T$$Q(D)Z7T zEnbwh%*#~NMDPHnP=GPO6olp!Cs(;0<N(6qW{1C_XP@W$y!&mx@6(<|xDgQ+8wLPC zM8-{g4*DMP-w+I%GTW&h0N7WUm6?~WG+6ik?|3{Obb#0EMbqteI}zv5@V8O&AbDbJ zVsd=y`{WFjLItO2vojz_1L-t6eU?5)WiUVn6J*XYnDes>3qM%wc`lE`TjcV7|6Jt% zTI6&10-jJL5G@Ip{s<+~l~t)^Rkk9Pi8nUZ<?;>r=K7XmQ>ofgsgx?ULZw!!H7bo( zt=U#<wQ8MStJ81m3_86YrPmvD2BY5SXE2%!CKP0Z{7jJ92$@Z0KghfTSuAFY#R9`S zFpMS)TVX582HX6sHoML4XW!kmI~==CrvpJyP6R<*F2v<_q3e4*ZnO%o&+GH~&_WKS ziGtC_akV*wTp%zk5*vLy{$d6px30dM%9G0En+lEA1l!$Y?)6smOA<2hsd;CX8U$s@ z0og}eE#d-7`SJxy+48NHq~5kHB0K6y5An1nQR^<mjgab<FOlay8D?Q`oP2V9jrb<N z>udnclx4YJ<}iC9hqo?{7gljfL_J5iE1FkCjux|?)+F#xxO5Oa=8EYgscZUTb5h&- z1;LV4O!#1Uj-a?<?eaCNyj4=AAs9G7TkSwaM_&Vz+4*3A5J(Anbj(unfja#;h$`f_ zMdSWvmx_ZAvyzD6jfIaB16|c229mGGO}g~D@!$wP9&EndhmBI<c2k-|?}*<v4eduh z9e7qyy;0R=p82SGSWrRZB372YYFW5dv?cyp{(iJBg;NRlCeyk-P;zO1=<xKH7rFPY syvxV5x7e_3=0JKtQ)UUC-4Pq(4895y&(~n%D$#y{jC2B?oL2Pe9}J85k^lez literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/heart.gif b/public/assets/ckeditor/plugins/smiley/images/heart.gif new file mode 100644 index 0000000000000000000000000000000000000000..160be8eff867260e6639fc13185db595098fddd1 GIT binary patch literal 692 zcmZ?wbhEHb6lV};_{PAno`GRC3(I;Imerh`t9f`<^7C(JV%o&Yx{HZv9|OY<7M9Ii zTwA!gckuD;;p1B)Cbm{ma=o0~21UgU%F0`Gb+;KAZ8tUDX=8JNmGufI=QTdQ>wJ8N z1O-n?Nu80Fz9}epTS(}(sOWuh@$1skcO)e4NlM<9m3=HNeMM36mV&}vRn`0I>dzDu zUa6`+)YN>Uqw`Kv^Odgd2YvlddV22+489r}eKs@uYHt41-28{7<zH*-f3~*&?d<kA zIqh|G+vnl2-`DqmzyG1o(8CcCM`L4;CnlcE%sf|CcD|zGVr}i^mX>S1y*DOJx;b^~ z?U^(0E?jtj$&v>vS3X+1_R;$FFZS(wd*;lCYuCQNeEH+`>!0u6|Nivp&$n-XfByXc z?;itQfZ|UUMh1pB1|5)Xpg3`0|KAYT)ZEhA))dQPWZKi)*WY6(5ZfB-#4a^cdbSk1 z>y)W>a@I?hm~q>4n=iGomUUbZ7sRNhvu*p1?JCS6?JY6B;{F@=#l`wL2#UFdO^FS4 z5oWdZ-5BejZDnnB=kDDl_qCm4V?AUHUc7wu`URiYHBTm`&tH_(KPxhMA8Csc<B(vI z+Oc8jjDyWnPkanM;eTPOJa5d61&vJy4AhtdZk+gd=pesN^CANc*Gq2Ap=&+1Mj0H9 zV3D#YdN9LtbJ|%ML$wLJ7bLZvpYPE8%jaS9q-pGGQ5vzQw!GxvWEC_N40zOXb#;XQ z1P+F!iQ>xab`2807v|h#c9;71X`w=M^maDEh84CgtxOFp3|c9U86FD{IxtuR08VrG Am;e9( literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/heart.png b/public/assets/ckeditor/plugins/smiley/images/heart.png new file mode 100644 index 0000000000000000000000000000000000000000..df409e62f55f9915efc6b88d3543786ada9c2897 GIT binary patch literal 999 zcmV<D0~q{?P)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000B7Nkl<ZNQt$S z+fP(S9LGOrcR>y=EE0+jENy_ca@j?ofHzuh@e-|#F+P|WlD;$zCVk-#;IW1m6Vq6W z5q+R(qBeCC64H7>h>&Olkt!=1O9|{r5IHP#_qgDm<^1{rhRcdX(r@y6n3?Z<zB7}V zQ36w8{x3O}H{2OcC-5y$0h9qcFaY>8-MF*NcLMkd*b8I=eZW27CrvkkZ-9ZRFoCHs zBC<;?>-qE6R=IohsQi|lEuCd$@}RL%W}iF}5&2O>wu{Km)BXL@*U%uoyga$;a>?zw zI(c^fyohCui^#qu<`TGOZgSG>I&?^WPfeAvf&vLwR*GI)DnmIra^2~akt<h3L}E|R zos;XTDo^wB<lpjgncuTVG>=FANKKVH2M);m%a<_``64hCMiG%j;IFQO2lHKiKV`YO zD2lS;>_U+U-F`nQH8s5I>7mBs!I_k_!XqN|kBkthsG!>Cdjgc$fbYhxUCW>A>x&Bp zNKH<r&g&)G+e@9-y9NxPC<>qD<q^Jhi-6Bp2sGM&n$h-lirj9*val8w;#P7(0{e@L zNpd*e>cO%o%*tZy>Q#Vh2T(lw=n<~;bYijC1}@n8N=Zs$=HWvCuLDRmLm_P2wh=SU zO~Vxt%uoox=>UdY9#7Tm#02SEw{99fV;H1)JOGbvz+h%o730AmG1J_1jR%8dR#yWI zDkAc6bar;AW5<pyJGX4X73U^wRMU|N&k_^)((gCys#;*vbmQ;Dw6yOlFI-@7VuJA8 z+<UD!6p1jT>+Ei8!>+2$nr>*e#n6`Q<HvivXV3ER#S7+Nzh=QSH(ZhVc?KsZDQ|0I zdu?qe@B@Id^eehEoGzf}QFHUof6ko2o1Tt6&VyR5m}T*JW`_Kh77Ci0?gRCjZbVkV z7Xv;3djC9q`qRlvm&i{^VLiMh!f-guhfPhCwzLcbpKH1?y)>?@{?FYR&X2^h`g%{E z%nJE@<f>}i00BlK5i%MY*nRnO0NAJLMqs&T4SX@6(27Ry-92(7J=WcgJ0W3>XDk{e z`S4+?Z`=qfc6*hk8^fzTap8*ryJF#R*X{cHWc$DXnRfe|v5AERY<u@ofAeO<uB!E# zZrqQ@u*K^H&~)R0BPHcnZD(gRT2#cSX%aL|MobeaDWRsL!?dgFiMN5*UHP&d9Fth= zm**ERs-x}geA3uR&Z$$c6ubRvO*ejBZ|*zcivcCTH-H!D2U<1Vc=oP&8-l;D{sRff VSf%JUq4EF#002ovPDHLkV1jhu=wbi> literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/kiss.gif b/public/assets/ckeditor/plugins/smiley/images/kiss.gif new file mode 100644 index 0000000000000000000000000000000000000000..ffb23db05a76e7e530ce7a26d658152a37028ef1 GIT binary patch literal 683 zcmZ?wbhEHb6lV};_{PAnjFE92GxKUTwsq|6E4jGVaB!^R=ikiEzMYkIFFX4N4vtMc zJllbYmv;vT$39NZwc_IIq@_0~DeW*f-(_cah?DauKmSQCt~1=+S9y642n!z)6+I&$ za6(M%l$h87Ny(#fa;K%G&&kMK6coHIB643|{(+?ABRRPz^75yZm2c_kJylS6tgik{ zP3@(!@=G<f$68viG&EjlYroahe5tShR#*3fw)SUz{Z|GC?~II|T3bK1xBqNl@WsI3 zyNSsUGqWES7C)`5e%jjpx3k;h?7ZLG`$$yOV+V)lUS9v5o&USK{`d0w<Ky!zEbK*a z@bmciKjGm&qoPivrk={qK3iOTwxr~IW#xscs*81XFETQIrKY|rDfwGk`nRIu#>9y? zCQZ6Ib?WWev;WSV`FHm0e{<*FU%K?+nl=9xF8sHA`QwcnpKRLnY{!m&yLZ1iefr(` z^B=BW{dn`{*T;{)J$?G)&6_{pzWx3A^Z)<<47h>fPZmZ7hH?fSkP=XwII#b3C~s<R zX>DsNi*seQi3)VEpJ;D4#m?5=hS?>)tgWmlAxM~&MI<z9ZhLcCNq#}u+zt7;g)3Xj z!r3*n_vjj#80qfS5ECg~b>ify)8%EMTozuQmWs?umd@UeQX(ZS+044;#%6}n+)NBi z+|v5S@Aa9}ww0H<F)FKC`$k6lyQ|1~6dYc&;9xU{u-vA}Y)wq8LL0WMR7!MUW(@1Q z`|FSchoo8hE(5_uE!`3($qPzmOgiP)!e?6XWyZ<JZfB(}itlwibaYx{z#O)xV7U@& z2fsqlijIeiRx)dSc_UGn@Q8(5!XV|qg@-JioP2^$R%{AB#?ZtiVU)6Cf&#-tOID7= OlS`LxShvZ6!5RS1a28Pj literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/kiss.png b/public/assets/ckeditor/plugins/smiley/images/kiss.png new file mode 100644 index 0000000000000000000000000000000000000000..a4f2f36382bf1c00264b5514d9b00d1a70f720af GIT binary patch literal 1003 zcmV<H0~Gv;P)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000BBNkl<ZNQu>z zPfS!-6o<e2=FOu6&w;^#8E`N(Qag<eh=G(g*id5|OKe%y6=~d%MqL@pqPi+;-5@bt zVBIt}7($6Fv`B3ekwB^xFfvJj(s_ka9vw#BFfeasZWsIsjNpz%f5}a5?#cOnxhLn` zE5h?j?3I)~Bkwg_-7OIC>bZaqZ~!60w9*;zw}97x7lvs~?8Fe6H4k|81Hjj*c>Hr~ zYRV~875Cx8e*>MskHAO3r!U6GOKi)+<@b{v2n+$uhH3r0D?H%U4*`9~-Ma?|o0`xp zi&Q!d#l^hd*vNs?r<uNUhd(<zk+ZY7G!1KYm9k5hsAy@ig{ppHnAW|Q-~q3m4-7tO zZax%lYva9Okb;5&NT-QJB23K95jIUq3koPLEX1Shpz9<S7kL~CkvMXM6Fogk4wtKP zqfA0dxesUrnnKsFS595N%!$fMoM+F%!Gka}gM9uRIW`872;}4-Dk`9?4B>VoEeqM( z%RpZr+L<#{x3z_UZ-I6prTiw;+WN)p{rfCDc)-bEknHMeWGsf9oP=~5q}(js=5EUw zfSpRw`|KIHb#)Y<Iz{l}#qWib@|Pb1f#b!t%^N-+S*p4%c^e`Fm}!(qCYdx%W^|o~ ziHRW<xL0%Y=JEc921;^sacJ6RlATI1zOcYzJkDw&fo<D3oldeejXal&H$5Jl4#%cZ zGMOYCiBNUp20)LHQYt{#@9pgkqZcmlPDu%xvNl^nRr%NHBpQp6u<bRts-kHcxj8xH zB@#&6-n_~1>@41M=QwutYCljX!t+Z6ym~h9@V6^hs>9c=QR(-i2(jKz0!7mhstT%# zOeT@GO*)ZS3u_wbl@+F=QDWugob2oSN2uyC!?ga|+KN7;9C*~&SZZ~35%hRaoKA$x z1**DMS1CbJQ1bF{`2EOuoYj#LOv_?AD~pexK25obias<<>nGSU{)TDI1-yFwySHxj zKZd+tJ31(HyKxJFT3U+3=R?WQN6~ds^Yhr#)2xh*5st-(78deBcQ>x0qOUf<+lFXE z0k8fx@ZBG`Z&wVRKhM79WpY%NY(*hkQILR@N@1l^M3YI}b#>Hsbl6$@_kU@aR_j*Q zOYn6A4QPqa%ru9)yOqfBFpDE2L`O#f@Kjadt*N1~wwB`hdP6uIpBbh#kjdE*zQrU6 zybl}&jv{5blu{9jG6+0cUk?q_THY!DmGB+R1Rye>-`%w9d%lwl(~@Ki?W^?v{pR)* Z{vUNCpEyW^ic0_h002ovPDHLkV1jyk-jo0U literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/lightbulb.gif b/public/assets/ckeditor/plugins/smiley/images/lightbulb.gif new file mode 100644 index 0000000000000000000000000000000000000000..ceb6e2d9ea3a6496e3df43e6f815567f0d840bb8 GIT binary patch literal 660 zcmZ?wbhEHb6lV};_{P96J%M3XD#yGmftA%dYn#lkbuixUW4_bNc%z^1_C)@h69jKh z6}dZI`uQ~G7c*GDEMWb=lKsOXj*m;Z|F7lxznTC47XCM@1io(-`LkKz|8~JY+lBw{ z6#l<g{QrK5yR#MV%u>HM-|*f7<NFKE?k~1{v{?1+Hq9S9RNrqk`+rF4{}JgQ2W9>r zmHB@{{@X#N|ECoGpI82WR_*^O-T#-={$JMme?|ZQ3A6v#?RQKL+%+|H-|YBj8=N1n z3p~6y=g89h6RXNkuBm#qHSyVwwC6iB{@-x?f79*%Eua5)!hc=L_;V}c%caWykBa|4 zsXxE9^YWg_HxAE#eXQlpiO#pD`@dXmd3SEw_d7HGKArUc<>Y@)XZ(IL_x6cpA1*KW zbaU;a%R3)m-TmeMu0OB0JimSP<=vCto*euB;@rEZSAV{}`S0tse_wBZdh_7x`)9vC zJ^uIO@&BJszkPc3|Nnmm(t+Yn7Dfh!d<GqmR#2QcuzzgGZ)$GNYin!iY{`>%H`LbF z(b3b>*VB^E>*{Q8&q$dyyCsz;&CO`V3NsJR)J3h<f+CwmM1`yuu5YzvVzErzxhp@< zUoIp)C*G6W|6o_1QiSu$E5^D?=N5CR$=tmwt0B&@?obvRzrag=_M}6tkrwuT3As1l zeV?6|?5Mz@;F$cTuxU|p?^Gp|4vm#gOkD>OotEe<oR;O$slaqsVF%OWR`-5`fP)Sb z1W$BIX#^|@;LL1gRp7syW7(kCe3n<*MCQh)fC;lTdDR?dI9zd@GOu+{kH!I$7O^F* dJAUjiRA69G3*cV*@=^<XSWT<dUM>~}YXBE>LOcKf literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/lightbulb.png b/public/assets/ckeditor/plugins/smiley/images/lightbulb.png new file mode 100644 index 0000000000000000000000000000000000000000..0c4a92400d0bb454a1f32a54b0ae0bf6a782a960 GIT binary patch literal 919 zcmV;I18Dq-P)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000ACNkl<ZNQtGC zU1(cn7{`C7Y14e#CC%tgnn@=%F2hQTirs|KO;jvcWkRpiD=!oW>WvN&!5cw07<wgs zP<kbL<BgllF{jg_o3$O-*^g+0=49!|$w`)-)11%5i-xVle1Xr+dC&8{|KIa}AKv#B z(wjGF7O_a+Vc>D#C~!Zp0GtE9mSpvpW?G>UJQfM~fDiQb`4{q6KSIy`ikVO14h`ZF zA0#yVBA&jHkAYVtS=HNy$0C6+RDP0wem7CP_8HM5Z_q71g3#&1DbAy3XUP8e3A;vK zC35i1-$59YWL2r<bTrt}sodq032Wmb`<}amCukvLUW4Q~F6Be~yG-tS`fW;oO_RHP zatJupmh)I7FlH(%7o{(cvhVrx2-$aFYyQ8=E)mC-Aob1X-1+Pk+~N2UNmjpa<$O|^ zJx$-?mk{z_)CU7tSzP61!h=zi+0y`%wM**3NA$Hhx_d-WFVzR%DzJ{%Z=kQu0gTj6 zch->%8Ojna!2&G<*xOk_00BU_J+9bv2Rbm6C4ixJ;F(Up7`Jm*>2kWk(RV<rMRpXk zG>cBZ2#~1-)oaVFum2EQdJf87FfA}`u&Q6v0?WRYSJzd1{f7W%+ks!`9X-KDGKo>h zgI%sd?JD&4SkITpWy<u9o&dPe4t&}jjxUH$d`kL{Rh%uOu4|`cAuZ<-$ER?I;|sua zOSmMf4sbjeKUVP!OrYlVnzn4a))XDjzy!hgF@Tq=x|Yt7Wc3H&EC0ZwlvJyxE!+R4 zn<l=!hXKw?a{V*g==uYk3*7xATV@BEW`k1(+X34_E1Ia9jaPgK;Cv%MGx%>^!5Do{ zonh1U0E;P;#gxHf%4CE4h&(ohxBnnO!)LeIlj{ajKy+umQYoV<X>3Cy6g^-9cSy2o z)MM1UL;y&#YQ`b~CB5)%^!nm=6xLU`v6ke<#-BKr&gkU(grWzoGy*q;SK}W;%iUYt zTqPtX7#N<QXHT4-zCpaf-3IVhGjYSV0K_7J1TeEz$cB{b*C=F{C}fujg!eK${(4rD z)o4R;E9a7|F2*7OY5wecp_Q3wdiLByNZe0!{}{lTX4;m{tL~qvl$|M|!xaP^;BR0C tI4;R*@qfXq1$G0yz^WvxW=lae{slbFowx5EC9VJf002ovPDHLkV1hLczo7sC literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/omg_smile.gif b/public/assets/ckeditor/plugins/smiley/images/omg_smile.gif new file mode 100644 index 0000000000000000000000000000000000000000..3177355fe8a5e46fce327ebba5b1484af2584de9 GIT binary patch literal 820 zcmV-41IzqJNk%w1VHW@w0QLX?mtX*`a|Eq)1+97tuYV1>e+RmP3CWNT%b66*oEFTT z71E&>)uk8bp$zAw5C5VA|Dyx{r33$_1^=lB|Dy>1r3?S34*#kM|Emc9tPB6I3;(kY z|FaMOv=8R37yqde|Ee1Qs~i2T9p<qa<+L3Cw-Wcd7yr2v|GO0bx)uMu7XP*z_rDwe zzZn0$9p}9w=e{HUvLXJoA^ox}|Fbjyv^4&^G5@<Z|Ft;(x;_29Kli~L_r@Rp!y5m@ z8~eu}{ly;t$sgyyCGW^5|H~o&&LjWNCjZeT|I;V_*D3$nE&tsw{=_o<(Kq?qG5p*y z|J6A9(?0*<Gv~KM{klQ_y-xqWP~p93{>DoE)<o&YRQ$nE{@q;s%54AJWBb`<{MU2; z*LeTaeg4;e{o{K7(18EbhyU4y|I~^9)sFwxkNn=B{@$MZ;e-F=kN@ME|KOqj<D&fR zssHM(|Kqd&<hB3iy8r9A|L@cP@6`YC*#Gw3|M%nn`sn}u`~Uv@A^8LW004jhEC2ui z02crk06+-;009XcNbrxrKLisB6jP#z!y-HY0NBAoq6rl$PK*&#hG3ow9ZHnoz+r&I z0U0u2xFEtpo`iqY$Y`TwfdLXniu@>W;EJ9cX%GthW2Hooqdi*mz?dS%i4q&4+UQb6 zD9k!#s)Ptpr3@Xb3Ww^!aU;x}K7H<-p@KsX*r7O>WI-ZjNs^pI@*Yt_<P97gLjQp1 z5hMr@AVdfd0P=%?fgMjvtf&J*C>;qZP^f5n!a;xl4We#HxkUsWm}n?W(4ZlO5+x-j zNO&N@%-gWIa~HH@#!3hgR?OJBT~N&jFmlLnfda*gn>}$rsJX4j!j~utgg8m!kjRrE z45sjr0ilOroeWKk95G@<L4v{v5F}OMVowe`L#wDLT$qH!5hF<Cfm0`7!A4bp2-brS zJ^*pl5=t!fS_&d@u)-RZ2~@@gOJU@pQzD6$feuu3B#<99XmG+)D+(Y{0HbAaK@2n0 y;737dNT7jeFc2`n3l~f<K?D$>LEImB&;Wr15?sLK0}s%E2XP7=bP#R<0RTHW+Mxab literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/omg_smile.png b/public/assets/ckeditor/plugins/smiley/images/omg_smile.png new file mode 100644 index 0000000000000000000000000000000000000000..abc4e2d0fd657fdb681356a836a798f6b97255c8 GIT binary patch literal 1122 zcmV-o1fBbdP)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000CjNkl<ZNQtGD zTWB0r9L9fVvYSiYrpfL$-E@=2AX;kDi@AYGm0|@`A8ZgoiY?eaMG(b;B0fl^Z@!2Z zsBZ=g_~L^>&{j}T+buSenpo44P)$uX$!0s7P4<#xcW2J=VP-a)CRM=$-wgk`{LVMu zoQs&bo92G4A?T|Hx`9rh!x4b)Xc&k@jZA8*_r?9-4ME>=l>C&~_aTg7Foq#9Y~KuY zLeNp@XbhqCM~%$Tzrq`WzFOcTQj;gSavHoQG&}`?F4*xn2m#BZus8xU-$A|rJ)c4K zBZI(eQ6rPw5^jUlD7QY`!;SOGI&fOBvkS30hR9DN)^39WDq5hb75vXZ;tE`SQ_=di zVBhQ0AP%`5+zbDln;)E1Qy*jPKcg1s#>B$p&&2*p(b5)RcViV;5;JG=!^IdiwUvbS zpCH_Mma<>Y!0zYa(KiO8M&{H8ctg;4oYcfueAA`Owii+P3Gv&tTZA8~!5{YFHP;Yp z1&|V?!m6zyZLBc&#}a;jE1@F;@O6jcnI8q!d;6kBW=PE3P1~bFSrdGFIHY#uQGP#~ zH3QW?Fipr6AfE?I7U5_bRF*?!1te2Y{|;CcFn$4!U5+8j_G(Td-OODIv3diw-HVo+ z2FrrvGNiKT5d&RM6~X#g7X5k}l4+QYLwW@!&%@3q!0Uy%OCg}!<G?#f=&-FE%}fBY z_#f7C7W$Pq0Id%<*zl`{T{rKd(gP?3)(UER08xJg5;}yR?R1@YV2nV87cA5Md`HPe z(;guTlFO20O0L&woUd`BO6sTwn!y+W=<pQb2_5P^5=&|b=c<BTb>)Pbwga$hrx&DJ zuY(@Qt%0RLN<``=R#QloC3H~=x0~z2ZAzh87Ja9hZMU;=P>Q~n9<-ylGjBU~or?nG z7K*RCvFHTaVI`-PMp9HX4$+16`p!H|&6h-COL^<S7!d^80rZXVT%iPNZSJI0vb0uU zNt9NNSQ^KLyRi%tXop*Q@L46XI0pr>c!9{TS$o_bs3hbsvpZ1Ajzod-)S@k3gMDWK zhF#|o!o4xJAArp27EUc9W2?jyCh>$x<VJ3jd*!V|EZ;^{?S^n~42Wm|Q6rN=c>3uX zfUE@tQ*MgJTk`MAy&%``DJf6|Q)=lc=otXv>5m$jl<S<Rkr|?<WsrmCU^%N%FlDK; z?x*XiYxGgq=%f2+XhZhG%u6jhr*ZIIsA(B=*Y?dzu9BmSzrTmk_n<=AjuqhB22COR z!9QnVIb-K-T7VZ0or9LQrV-lKORm#_ANYi&-%oJ)Wmp=8GR@v3G?YEnr9j&AfZE64 z@Bq}begV81H8P7X>z}r{7f|K}W-kUwj8GKVL(NsV*Fbn)i5i(N?`7N<UW^Hz1loXh o=L~Qi7;(-&m2PeS8UBCU->dy$hvS~s0{{R307*qoM6N<$f*}_dBLDyZ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/regular_smile.gif b/public/assets/ckeditor/plugins/smiley/images/regular_smile.gif new file mode 100644 index 0000000000000000000000000000000000000000..fdcf5c33e3973c6fd0bf87b615ba4bbdc3b7e38b GIT binary patch literal 1209 zcmeH`{ZrF*0LMT3GPk)0SsSu7wzZuPkcY8=Y@XxXkYJc`vj^-hEJ-UX(mJTq4h7@} zjUQyoJ9$VW2By-gAwv-k-DKK8PKQ$-N{I24m7O=PYbE=B-<|(NKlS<tUU#p%S6+Uu zeq*tW$VilshFzqgn6&Pt+CPZ<dO!R73Q=DL_i_cNyPOxQ=iT^RICWBVy*c6fiNu>N zvYC?tv{5(}hc+%wb8u!EI=DC`!08o>u6T6t;1a+sM5hQ{@$ke?JH>M@8O}=3Aw!1( z-z3rBsuny+3l~(l@ECfe=uJR>BF-m8`{cMRN56_Wr)4}^`dliyGT_N%`kqGL26XGu zn??6;j$Tnk{c3pS7*N2UL=Px&Rf&KagHJ>QS~{S?kOntaVQ>v@u0?P)LTeF9#%K!0 z);;_&4R_Npna23j>5*q~M~`p@-D^UB0WMjXYg_5j9A?}U^H~tu$xIf-hDz|$?xl&h zVq>KkJAlw3X6!IMQ$o*vieM#1st~HhgcY}KxN{Vv^|7fIX6nnOa5d)YG24v!FEHJT zS!eA2S^V}LX1g%g9h*Oog<kyLg9jlzxQ)m-{+dK|1`qFnSppLy|MTA#(Eh__5n?5& zkF<}TF!DeI%avxk-IUFi@(tCL%~6|75nVAwi1?|(c1;FHWZIm#q21`nHcQvN+{m7= zYqu;H9F|Dllg1S^C2u{RdQd(WIAPR}YZA=&_;qTtV{y7O+gj&P8$LV}zB*)SIv9La zYr4W$7<R0b(4_-4jhl|JBimn^zt-Z;*`G7$EX}Xx<ksnSO}EtwHkR!ZuE}(A?HXep zsiKzsdMvqMd)a~3cl;KEv@kQv<n>ZQd7@HIva4&>uUZTg?QT8tZfND3d6gQisHn52 zRCf2+0^cUtaqIrYo$ePt(|s~r)|5W~ywdn_uID2C3ngE_tuZBk#%;D=Dxz%1|K6gj z=R9e)uYO#j@vcz)@!Fnp7VihOv#^jIdEIZWqMj2+evWq(M`~WNir<!tjeiCk-e}Hx z<`yTlr?|<ux5Pfe=a-Aa<`jdSa20bFYhKQX=0$#%K1?WzS4rXuTwk$-=|P>@^!_%t qkE1T}vTO=}p^q(bnUvZ?!^Fpy?lJmG#KS@EM|@S8cpr;JHvJ1$jidMg literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/regular_smile.png b/public/assets/ckeditor/plugins/smiley/images/regular_smile.png new file mode 100644 index 0000000000000000000000000000000000000000..0f2649b78af3e4e11df8026e70531a9e0c81b117 GIT binary patch literal 1084 zcmV-C1jGA@P)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000C7Nkl<ZNQtGD zUuau(6vscmUz^s<tbfxjb8!<L4%=GX+733S4EHeIgBvmswTkmeK`O!=f^Sy#;EVVN z=9_~JeDPsJm`)UQb}J*du4C=AWl)-CZMWPkS(7zMbMNo?aBteAv^em<my?^z?{m)Y z{LZ;QHJ!||mPNy%24D}+3-tH`uzbaU%LzL-zuJ1W7Cagb9YV~v%>5R@j)5J6RLpzX z+6!S{k^OTh{cgg}o%>ICG#qLMzG8l&k4r}(;6U^RXx#;kyFn?qHv)HuVfq(XEWxwi zLBo@0fc}J?ORoy|z%s($UvA<0fVf>p6>Ymv`D>`fII3_H1gP(TU?;S^45>>n^pVi{ zvEr!@;-H=>2UrO|&5bYmWb$j=r{58+ZY!Pt6Wk)W0>*%AmOXV4Jq|4gVDNQ#<P~WD z@Jzzay;%j1hC_##A3w|aUE=I~l^VIJl$iq&PsXesz!+%S58F<_k3GVHKNJny4=3#0 zIW?WkdR-yzI6v);NaG^X(t>v4pa20YmH~mD9U(9V>*{?#=xMKC4!Z4AaO+|0B)l{@ zhpO4G{fg{i=0b%0b!2@2U5qbfR#+%u4c@`JbcaITp^$g6hLTuAHif(k#^24v0JJ>^ zfdI^0hyZ)a@Lp0DtgAyiDKL(=W!I2SJKiA*q%$t*jJy1t6%Q@~&H@rY1)KIk$^z)E z_2E6(!%!ap*QsjFjT`ESY+djDZmR>4ist|ni(ckNAZ;O$BdE!<06oj_lm(k=4X)8B z|6c*^x*UG%aWC81BpBiF8;^PK<8xI9t>$mwZjDGy%2JhZ&y0WiWfSrIOw#WdzXa2_ zmup?=RSAl>mzI}nZqeEe3q@V7^#jRNO9C6f9#*t=16bAYVyR-W%hhXHrl#_1f~RK| z8J#G2WpNFn8&H`sR>EVnc0+y<T-TRj(-Tcx9?tRW#d}On706~CvRQ|zM3LXG+~?v* zf#ydWz03uqwi$JAybO<343RU=`P~tme;`=zg<KcJiG&#)oMm=$o@BBJ0^x8S8@Gh$ z+P9fNd<N1vq&|Z1Fj_wZ2Z!cRwcD%5KQnfg^S#hmXV6+B0$M@12|_^#2ED1hpNHH6 z+_ItMAfl1lR-+4dH3zRiQ^)f7mn|9&oo4LwKCXQNp`bx4?G21n%dGIOF}R}Hc>+3) zFMYT))z(k@u{d1=FkjN-i%a!ivs+3Im>SKF&!GKS9Oy5@R=X@(fN#i*zQ*9&kQsp* z?OhTY@iSEze@D$bVDBkt>iiyfKVj$Yt_iOQas+Wsa_i?XsbQ7`UN@Ar`9&L5`(DD% z{jid;CfpCu3_K6)1iF0>@E0)b`-_!V+XKV@ul)-&_G~mzY8N8_0000<MNUMnLSTZY C!Ud)P literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/sad_smile.gif b/public/assets/ckeditor/plugins/smiley/images/sad_smile.gif new file mode 100644 index 0000000000000000000000000000000000000000..cca0729dd5f9178e362b83e70523ce33cbdc38b0 GIT binary patch literal 782 zcmV+p1M&PvNk%w1VHW@w0QLX?mtX*wVF00M0-<RFq-p}Me+{*H1-5(!yM+wQj0w+@ z4AYYf%bFC+ofhPq3Er<8|Dpo_qXYk=2mhxA|EdT7r3wG14*#nO|EvlBuM7XL4EnJS z|FRDMvk(8Y59g*3=B^k2sS^LH8vm;s{jDA5vKr>M9sjoy|GE?Vx)%St75~2%|F#?V zyBPn!82`N;;I|>-x+4CxA^ox}|FbjxyD|T}HvhFa|F$~)y+8lFKlj2N_rxCm!y5m@ z8~wu^|HdBw$RGE}A^*%F|IH%*$tC~KCi2ZH|Ij4=)hPemFaE?b{n0o7)HwgWP5-`7 z{>DoE)<pi;LHxl`|I=Om-CX?2Z2#M1``Kmu*K_~Zc>mLV{?~r};%xondjHUX|IvZ} z(uM!oh5yuv|J9EF){p$&pZ?yS`{9HC<d6U3n*ZgS|KOqj<D&fRssHM(|Kqd&<hA_e zw*Th3|LeH_@6-S9)c^6=|MuPg_v8Qi=>Puv|Ns5~0000000000A^8LW004aeEC2ui z02crk06+)-fPI34gM5a3go%P+CqzU;L?!?LB_)#}E-ETqTVI5B6&#H~9Hkr?7%M;* zBo=jvd}K0cT}nwwNRL59Yk4+hh=P1hCq2eJE-ou8Dkvu>9;G!_PQkEnU``?;PGE3* zim-P$Hd=3bdURqsICs{CH%n1SxD5@D3=GCDYHT;bd_?pBLXe;mCB_amJJErK91+3b zOwgp_0|5jNjvRS_V1NTuQ$)al6{Z3OR2VQ^puiG>gfQ>I$(#vmPM9YnMmz~KCnl^i zA+osfQl&|gD{1hw5dlom9Sc~b+`^S>2*Dmy@`$)YD9!~YMvx#85+DGN9c5cEdx1ws z9AQptRs<PBmq>vER`34MbOOqmYJCFs@Zkf<F=WgZGGt)};vx;nmZeZ|K!5-P2{xF@ zp##jIJv2C=K%oGJk|D}~B#E&A1Bn?oz!e%Z!Bi=f7${7b0AY;Jz;$Ru*sVK41PC<h M{8n`6(9A#pI}DMAIsgCw literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/sad_smile.png b/public/assets/ckeditor/plugins/smiley/images/sad_smile.png new file mode 100644 index 0000000000000000000000000000000000000000..f20f3bf3c09d5f95f64deb2b0779bd1cf1a20acd GIT binary patch literal 1115 zcmV-h1f=_kP)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000CcNkl<ZNQteL zO>9(E6o9{bJJSIi`ZF^v4{5+CinJ9hZAm~>q6?G-5JO^AG~!AVgVCUIWsDfN#-9Xt zlGwz=xPX|Tm>8lK8|_puP@sf}PKPpW-*l$aY3J{~dtAKN&J;^z;Z07?yLriX{?ApT zlQS%J+G61bU^~zY^!Nf0_hk_HC28k#O9BA36ud1K-iw&eNc~`84}v`i=|S&jv=?H& zSdXVr`sJjZKk=XNwph3s_?X<41DrVsK?m9%gXmUh+y+X)^f{Osg3<4xT!Du^hlcz5 zfI~?;pIH*_f#n>RK3dE9BjRp4sA$=WD*S;eCs4(!AV8=CmUlvA52Vk)z?(wn+lq~^ zB|tq`YoHeX1s6X&AlE*@ec&b0YFz2U&)}B86)*-|Q`OW%+glLX1^v&$olimg>wQT( z|NJ6&TP(bn+{kfGZWU+C)6~gTrA!J$JTYcz1I9qp<FNh%_@+nL^`oL;!@l_%C=qEu z+!4OrVM${diA2y&0u&$+AIyS4PgfX>A%1oi5PI4}Rio?Q12+W2N8!o-6sm4R($42J zu${3}7KQW3${@OwSn#YkS0Ua%LHx`F#ezez;1VC0BtBqMEVy9&Xs#TAmWLr2gt1eW z-@<61mvkIf)T5m=7{?3QHDof5S44qK)+Lj5tM?i4;3DA6A&FzKdMBjg__IL(=)oR> zP!L>aQJ=1At;bro()(_y2a%e45K1M_b0d(6Bi4S@wd3FqoCi<GVRgXZ8jbSF0@`)i z_rl$tw>Kui2>YJ9%ln^5Eh@CiUBq2yNnJXwYT@27e)Z>%h^NOU{f_ZdFgjk%b*)wv zD2*?QTmx~U-7r_u^SQn)F^ffltzZu+qTS%_9s)jm4}YD8Wua<L1RO`WaCwd!6J;jT zUU6g1b*zd8*mQ4@pkl#$(G95VFtk3p2tG)(8!nY0>@I|qny7GkV1^cJIrsOpvSV!n z2-t~f{v6Ko)u}u?yF#pqYR{KIGkWSb*!Tu`8*_e$oDoiLvv4lMa?ks-SIR`z$5?ky z7_u`kTlCVgVi`28WHeb|dSskV%OD{O;SRK32D=ARsKAD#ozGRrKRbM!lfBSbZ_rv} zMZK+OXZ<xmwWwks(g>k?Br%BuqDB{|G`oL=rjCX2*8oX7e}bltJ~qD#)3ch2W4Jy6 z6PcPKx?o&Sy9UOm;O`qKr)>1>m}c`k(A3dayW4e5=NzK_aDq)oAXm{8N>$LUx~1ZP zsnc}55ABB&z@ge!y!o++0H2b*@C^MgLiQZgY44HH2qNGbh4JU0xeIn2gQm_efmf4u ze(IL+8YBA==P1{|i;*5;K>(uNRax_djS9SywDVv83vw&CZ=e}?1lR&}`x@YPV93`$ h-TbuO7X1G>{{Vo&VsT>6tr7qL002ovPDHLkV1nEx7S8|x literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/shades_smile.gif b/public/assets/ckeditor/plugins/smiley/images/shades_smile.gif new file mode 100644 index 0000000000000000000000000000000000000000..7d93474c32aa7d066bde566fdd746483f5dd0aea GIT binary patch literal 1231 zcmd^;{ZrBh9Du*Rqo#-COCgz}<X)UF3Hk*#K?#F0#jQALu0cXd!+gWUuIqd^yJhCM zmD5edbZF`nbu&>9k}mLE)5)f;Ya`Ll)G~LSHB&!Zf5)C5p5LDzp2OUDlq&K;e2`ZN zauAKC(kU^FC~6EE!$9ebkLXO4!J;zbqFL-{_MxbxqvWJxlsGoZj;FEMA0{6o%TK*u zm=T&Oj?5C$awXx4%*YG!=<_+~`CNJmpLvoWo01ZDQos^^&K3&eMW;DwX&iC-QIR-7 zB2AEHCKY6H#8STW+;K&ryhDa)FF95gMwBTcM~j^Xl)=+C+*cZKOW)!_Wd|*G(E6X9 zpv?i)j?jXER@aSAH|W4Xw=4YM3cYUgE!fp|EVSdG0}r=-x4ZViPdK=<8?;_9;=Q0f zuyV(LM-#BqAF!<nS!hL<zDJ=i68g!Yje;L(FwEH0`GS5gjNxDF{lGwgdjv4;U(p9X zzZ<wT_U`g{*t7A_XA@yC?hii`!9;>75=;lfTp0Wjx;+-NHbYsPiCUkbtj|*5&j>K1 zU^xg@3OtFfE=pBaoKRNqm0t=PYSS8T3LEQ1b@h^_`qOQV8O`5hshZEIROzag4DIc7 zZP!_?CR24QZ+j>fMiOC^XX=rd`ZJ6JXN`k0(~!(Kn!TmxJ)Qbw=TWN3kZ-z|Z@OP# zG!||>5W~Z?t(iQSQEbo4wyhUnsu-p#VXhp^Rq$Ii{C@4t<5F0-28;DzRc)=d!*VxR z`(R-Jo(#dtAgq~TeHJzz!K-=LT!Ni9u(O5yKM458-UdPXkdU{zZ=Yad07-WyaC(~b z#qGozwb_Z+iral^Sj{Z?wJ}D?<1s1WUn}=>stHduaphdE(Ban>y`joe;2<f-m6*(J zoNP-fezC)h<%K(q<B9P$mGlBy5RymY?s32`&(0Mgxa&=E0&a7T)zO_0DVw}}*JVX7 z&>YW?J5+{IC3Z}B%e=<QN*%pN8zNX|CUDL!ez$6-j=ZCCyhwPgw{m_d3gP1xME#2E zjdqnKxtqPDs|2dFC&)t@WU8a)K2S#(s+u~JD3^@Sr^YHX{m^q0H`lq{u>xIb<GyM> zn$z5+PB6(`ygN^Pw<}q?==*{CfQsBq?YpsSZ>WSb(%E5arg+*0ZmfEUnB2cewoEl6 z+2YJk#MpYMSd~0~#Ac6Bx4-m7FekuXPMqZVT%5#^z9Qpn9aB<sik+?`5V=Huakzbg z#=o}AH-xEUx_)uF!r+yu9Avu6Qflj%YD<mbDo2Mkc*MUPw8JtcH;h<<o8gK(<E5HS y$Rktl`*L6CSRS;VzdsG8S%eRd#3;&HZdCclpB+|bml&}uLap<Ay#!AzLjM=G_~pR> literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/shades_smile.png b/public/assets/ckeditor/plugins/smiley/images/shades_smile.png new file mode 100644 index 0000000000000000000000000000000000000000..fdaa28b786cef4fdbd48a3f1fbf7c7aafc456d97 GIT binary patch literal 1204 zcmV;l1WWsgP)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000DgNkl<ZNXNC6 zdrXyO9LJdkUPwYrE$QN=(z5Wv<s8Jg3S(15moag!Kp@dUl$Qh>O_$|bO}9oX#bzD? z1cc;fz$uc@1Tu?2Nt-RX2#Mxgo0W3jPrv7V&(VX*W^MiP-QM?kzrWA(Jip)b{9c!? z{y$v)FAezt@DN3dvPI>h9=pozW9pm7zlKXtESjyC^L6m!TTs6QO1urJXEmn2DUW#X z3NFU6qCBpghC}nf8UP)caG?zT7S6Rk=&ym(0{<e!@F=f}k=P;O23R}Cshv>dr44kf zXW(KHwyw=+XIH{WGqj6-PJ(XnTs;e27AT&m=`kwymI<8Ud7RvVRyBp|=ibz8ooTYd zS#W9wv`vTB$Kk{@I6eiM9~H@aPcHn~DLb5xidBr;;Cha){6zmAFKtssG?7vBh=??i zneIzp<CBtO0e$}%d^Z(ZCevR#nXFVFA{PXRZ$6n>8|eFZlBO8WH84(vHqhHwXeKzs zOk(mPcI{4KS8fW)s}~X!96-1A2?PA?Wcq5SiZ6h~Rng*0*1gGV;s^?PmhOB>o3I?G z$VER=-PLS(VJ0bS7SYs{MZw-wT}@4ytVxe0J=vG)4`xuEGo5uQvkl*|%$vS%#P{+t zG7_Y~!ct5JJe$_7goc~2SXN`LNN2~EmAb4IX;|`7nQJx?800T2_9H0NjAh?TSWDO5 z^p&i}^67f!hX$fpis^ut^W|c~Bh7r0yNagzSJ?A@k}mbUH#d>MU^9O;Ji@iZ-h_#7 z??(wV)ui3@Rj*~=?hHaA1THMabijKkp2X%2CK3{&Xtt))d~B1Ux-^oKqIvCA$z|gt zXn4@@y%<SzRVvL#H`07WbTEaaMDeW)La`Kc5d6~dS=xfA0G2NgC+FRGa^8z)MSKKd z3rt*Skt2Ed0r+Ynms)(#eQ}}Wyd5Wco)vLnghiP6t@XLv;F6XYxz-cpB>A)bbzhb) z_9r&RpKY1GT<-9PqYue;C&;ZFuTOGC#<pk8VQGvXu?zj!wsE%j0vI@vjLvdOOEy1j zfrIxNkTcK7&GR>O#z)fOZ9wbphuU%QxtB3f$4uz7`%XTEtuYu|T^Kscsi4txRYIYg z0ddGWp0*D?xLD+AKx+hgNIFEdCsz-Qp)=3ZSWuZel)5v}umr6{QleN+M^P@(^<Jv{ z46_31uyOP^OvCzy8^viZgH*qD1iybRt)O(Ybjnd^6;rTPJdMs!EXO6fas4m1L;ff+ z+-GyFkRy_&U*}4DH4WA;b7W_dn&OdYMWeBmK5QdjcAyx}*MCssYJW#2xJSw{#zv+5 zD=IwHv$3PkB)CjgdO#LXGEzF{2-xqY{5CAZ(PQt_xNfvu&32Bq?P8JO;t_VByRrRS zp@pvE8zz!>6{BK@YPt3aq-qp!xeY3PB~VsW;A#}R$W3Fvt498CW85;#@F=f}k=VQa z%`KC{^y`&ZM@yYubvcyOvl>(1lt;Y(<p(`hFEpr5R3$oZSCxG%_D;VxXZ-^Yh~-he Sx$P_f0000<MNUMnLSTZa22Vl& literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/teeth_smile.gif b/public/assets/ckeditor/plugins/smiley/images/teeth_smile.gif new file mode 100644 index 0000000000000000000000000000000000000000..44c3799690ede200f70487c344508416bcae2a97 GIT binary patch literal 1201 zcmeH`|5K6&9LFEwK~PV8kQ5PhJ|48w!K~aZ+}b6miL{z^Tbp<L;<r}2b30x8A$M(4 z#Bc3XBIlfz=C><tGfQM1N~fenx}7KqQtBX-Sh9&tho10!w*H3wy7#?)e*N&eduL=G z5+>)e5EkM=kneMl8{Y(*&Xdix=zRUZP!^Sxr3T8vcT~$o+Co#{RP(N>%i&Mj0vv6D zzg?k22N}A^(2c@X3Utz-I{>cI-Mw`9F$nsC;ASwWLhM}(M;~kLItD$V(943}NVv}N z{S@s`aU4HK|31KWX<zWDcWtSepk{!E37Rk%2?I69GaNx^*`SSn^uvn_mjsLLLPCYZ zP^|A3A5^ap!+T-)RTvb4`Zb^SAdDRJ=%PL2F`#3^ILCJ<3MQgJAG3as=h5RZ84JJQ zaGwX$yJ3b0#@*Y-1Te)D=9l2104#~Hm`IH8^UdssIU(4Rd>RpGkJ@jXu;0vH9{3P$ zXE`*V5_hG<yvRG21;!7E#rM6Fh43hU$8yqZJ_F{nVEl?Of9-o*=(B&hs{a;d%3!tv zj8$N%fCn`&R|lqg*OcPV>1OXz8?n^7V=IT{dRS?3o34Si9qb)mR}Vbx1N#6h4|-SB z8`j(4(7@`@=HoGsa~jr+TdQ-h_5jxBVci0oOW?7?_LH5>r(Vw=zU{w&*a0Ar|MwpX z;M=Glf;1xh=Z@!}NTC5D2#6B)E61cLGw_Sfyi8>k4?$u@;yh}E;Ka2|d!@A_kW<O+ zKjV&N(f1sBPtwpodnvNSBq^Dd*W8Jd{(a!tUTXWOH2ZCoeO^~iCX)&ZKS_0Bq~K(I z!MbIiqJ@u(3yPW5N?l{^S!W8F7RpU6KIcB2HfW_M<TU9|j#_Opidd$aH=e4Rmf~_O z{&<1AAwIP;?f#IsqE>{T^KUlDD1Pa@!w+o={LShVfi25`t;l60a!f>7T)VDC{ZanZ zXW7mpEJmDWBpw~+T@E=#^t1CPr0h59yrs?_#RW=IPOG8t8J3xg=f#xeq-9~135Of^ z)FsC;^dU8g8+VJAQw`I6fkK~gi<^RQ(_A6BGh0EeJ&i~>%0TH1IabnLBqCF3hEo5R z7Z?_C<R~WhODZ~c55L$TuO_iKO4Bn)$7JRH{3dJq$JAeuaoT>D^&QdYk}EQ1!0BQM nSLqg&lireGWl>tn5RD#+GA6>_JupT>h1}y^V*X?}hP?g{8;sL8 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/teeth_smile.png b/public/assets/ckeditor/plugins/smiley/images/teeth_smile.png new file mode 100644 index 0000000000000000000000000000000000000000..5e63785e42152e16329c5156f444b06f411f1c00 GIT binary patch literal 1183 zcmV;Q1YrA#P)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000DLNkl<ZNQteL zU5M0G6u^J?zw@!X&dj>=u{*lMB(f;3ChP1fr1n8RxV@-_5S4w{Ll{JnkVH?VP|!=1 zfr1Y$WJJ(|m81p{)~-S`n-iPLs<b(d>*)SxXPued|9t%a_xA9g{g@c7hYlRhy<GU6 zbMCq4TybNvKqH9+Jw9MFuo395DL|s8ao}89FXkHp0MQ5@33_&-<WVv|hSB4o#~~ZH z4+9$^Skv&f3_{zN){Ec#D?AePv;&`zzp{tnz2Gz<@;C%GLEA$h1l&!+)Ck=80V-A4 z@)`J69S2@d>&09{xD8fGE`J<l^pLXF?-hhLA&lP<l@y|M4HV#B3oYxwzXP(vaQ-dD zy0-;u-bjJyUF={n{BtgSv`38}#(MB&rHR`@GkyW943+{Z!IBFW7eo$#e>)643(KE^ zo;Q!D_2Tn&@JP_Jll<5TzTc$G*wZwrYeL8jC}pdZjU7k{OSeJy`|w@AV*6QvZ}qOZ z8VIG74`q#UYHL`vRZxCEnwbItC`iPoK|%ip4@gPk!VIA3?{P0U?LG*W8!jG!Cx$YJ zrqyY^nAd>KOq>a0jH0|wv~p@bveImo#LyiQ!*?hdCMClnaek7-d7YABfvjb7<q(7( z2B#Ay&V*}E7!BA+HUX_JG&2j*v{SYuxtwViQ9*9nA~$U<><h|<D+T5(Dm4hp9)oOx zT5sS0`q4+g?F7rLd#9ZpF2WCZ?RCfnN-f$up<K2jmkM$TRCqUH`~=h*&W2|bu*@N` zq=u-G6=;^lt`}C?(cYQ_so3@03i~{jsVlU|U&4AIteUb3u^4WPtW|$bl(Ox_q`kHj zWur<dc^zY>N~vg4E?M}4E<!;!h$@tC*JbVi5(N5oFgv8NM4RW9XDXCtOpIcM(oB`o zti;*YO>;O#b2LUM+y_FCIXOT`N>p<P=p%waAK0^J5&W;8pxF(;_-Gc{x|){G7|knU zv~|X4?%aUp^3+9Ex}5|~152VbA7c6<bUa!Ij}z#F%N6ig08}l-ik)BK4)$<AF>b|i zdz(R3P>y!Asb68uey}Gd8gP!TfehaDP&B}jw0DP?x^VQqV5KakMh?>+^`V>{h`ZMi zEz6;6AOoBO(9(J_k8tc`%OK2HP&K7L;HEHkj9l{AJ;66mzKFw_qP1E<RZXcC#$n4K z2*<v;8Q--3z&qq;D`P%?q#Mn-p6jQDrlj=tM#aS0FEDP6;#ks&aJHhXGKH((GI8n^ zlrc=SzYFcpv=rsM#)g9see!r(FMco=ME%HBGRegcqa@!0uLIe$lH85EOkbVEG^!}6 zXbCQ%eN_kEr7lGB3YZ%7z6)y)q!3!;ky~@%2R>!`k7pQq2@0do6@+C$yMqN#FyQ7S z+?j&5Uf4PaOV@n~yq4CBQ;V<fUf<kqlzD`kr-Niim{)*6--31x=m^KFX}$P$quMlt x&tDTf0>ps6ng#d`7^&Hx|M|83C;0y%e*?UTJd8_R+}i*E002ovPDHLkV1fcuF<k%v literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/thumbs_down.gif b/public/assets/ckeditor/plugins/smiley/images/thumbs_down.gif new file mode 100644 index 0000000000000000000000000000000000000000..5c8bee300d7fa70e68e5219a92da9f1bd3933f43 GIT binary patch literal 715 zcmZ?wbhEHb6lV};_{P9+u!8w;CG){bmP6GXhikcy)p8xJ<2l;Ef2=|9WUJ`$R+-c7 zk|#TqPIarD?$y4~r+j6K?%9ck*QOiZm~DPxhW)L%mbd5IURmgWbxG*8<x$sH#ywc> z@pzT*({({l*N42=81Z6L?8_}NH&!Lw-&Oy5d%~OTiEno%z1@}i=}`Wc!^K~Y08z=8 zqa|ODReU{ByL`pcRVx;(TCs4=+EtGZbUr@Z_w7`}x6{p^PqltK)AIdX`}gx*KQ8n< zIXd~-$yv`&&;4;};?K*Ie_oyb>-y|p*XRDaG5^Jx1+Oo!{e5%c@7v4%++F$S{@S-U zwqL(>`R1K#_wV2PaPQ#V2e&^yIQHq$sn1W(J$iEg>&t78A3uEd{K@kdPhY=z_3qu9 zUteDR{{H^Qk01a4|7V~*Q2fcl$iNWKpaZfB6ekYs{~O|)np;}in&R}M!Xu*ewI*om znp!((urkhM4eE%SH{X?0V}i6~TzhAfk5Au(by|A5I$CmE(akHPcJ*uN=vml1dpNJt zl#y88-ekui#9?<T&d*3+-^edWS)7lV;T{vO_sNc~fPl3VbToA>EY@jo8!z9vd!5dd zgO=-sOyc8=Vr@!06Bjslc?h#qFe@BjXw^E!;_3N->%fi<3FW$9Px2QZcly8P#U>_Y z$5uX7x07BUA07~PS~<(aF?~H72g6Jz7msOOT%xmdYM$Qsc#4Hl@1IEKNv18XeezCG zd#VytR<5g>5Ow2*;FA-*bMEO?1a*~8;!|*$q!Cys(8?+}Ph(l=ZZTFyP7h6mFCQu{ hP7vo6<(n69!F;hen_@^yLcom=B67h}^_(mW)&Q&yJ3RmZ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/thumbs_down.png b/public/assets/ckeditor/plugins/smiley/images/thumbs_down.png new file mode 100644 index 0000000000000000000000000000000000000000..1823481f2f05404a08fcc9357ec930911ff28ca8 GIT binary patch literal 985 zcmV;~119{5P)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000A^Nkl<ZNQt$T zU1%It6vuz}&dhE$Gn*xwwKm&Lo3w@~0qZ8U(VALRw6?W~eNid24<aI1)Q1+dpwL%+ z2_m9YsAwZq)FPzCQWZ)<L0uE6C85p7#*B??Cvi<?H`&keVK*VOAxTj@kLRBAyXXAR znLA?Q<}Cl03CD461G<0%fVb?=0AB%TfSo`qum#uzXcY_-_!u~DTDDUO|0EtCI~e=< zCvv$Q0Gg)J9&M*ionmUJht%W%bJj3((<3;A+>&g8FSwa4`@0CXJpO@c*)LSW(_eh~ zxvyh;2fD5UkV>Vv-1j}3MvhXu{tooodc3{>9=!%BRfN=VoIDgA?CIYb=|4~Fp|1%v zJ@}?+*(Vm@67c16IdokoVNH^-Ced}B0vfHm4iRqIL10}IRsJASs^u&dAyg1x)NP<~ z>!S>QdXQY|<{Oca@z4TXUD}3}$}LPuK}eOEKgYR#x!ZMg<-^@d+mYDmNXUqqmYs0H zRaFCAGg;1-DoB-@a0}6WuPpkVVu7K)GfZ51tG;2^v6H}lxinEzRW!A78C+<DR1i`@ zs#O)2Dr|1s!}zx+$j>LAh=h!F?#dMnA;cP0YbDK9AH_nBUoW1dkk2f}NJV4L8o?iF zZ*;*unrC%U%2h91qImt>z57L1$nXzm$t1_|N7@@)vPdaWq|3GRw7emuO%Xyts`|1h zk1xP{avY#RU3R*H38|FiC=XOfm3+}*;9M6t?tY8D2$9ZLZyk=*TwtVzw<b(<@5`>R zziwP(ChG-Qzmf(OV5MAnS#P11HpW}yt~j4%K9xlA=m3riq%}>euC6xldQ0zCCX+!S z&o39=r*Z3J1a5Dln4N{}ECs+E>?JW8TPBC%F)+gS(7gAU19S_=aZbhKV~3YLTy5J3 zia)q|Y9GxVPvY~}Ekfc07YN>ag!=8zSN1ps3<B?&mfbBJ#|Z*&15X3h<)AdB=Qfat zeRN>_o1@&>`7DZ3`oOG-tE35X*E6TjnwI_4N@|MLeio6C;Rj+vpB-*i?CXSEc9djG z&v5O>^W69P#FS~-p_TGi9jIy9v%qs3?th8t$>Bx6x4MSx>?A<lO1W#o%hv0UY#S4* zpHwmdKq{G_s<sJA`u=;kY1s}!ytDC<<BZ07`0dJfjK+G{`0#50@2-}+s^$w82^j`( z&c4yV^Y3^cfyM_g!qH2>9@DbZ{|Ub2k|@v#^qQ94zgGM|?gu;u<Vccu00000NkvXX Hu0mjf@p0U> literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/thumbs_up.gif b/public/assets/ckeditor/plugins/smiley/images/thumbs_up.gif new file mode 100644 index 0000000000000000000000000000000000000000..9cc37029a9dc201ab9e0bd3a7cba4083cf56b874 GIT binary patch literal 714 zcmZ?wbhEHb6lV};_{P9+u!8w;CG){bmP6GXN9%Zw)bSr};6L6dc%nu0c&p6mcFB{S z$|pNjPWNhG=u^HjMfdDP!)wzGZ_GBoFvI@VT+7?@ZLciwySgOw+VZIDE8`w4_jtU@ z_vzZ87aJp9Y>IukCFaJeg!{YdUvE!%vpw<c&ZM`yQa>Kd`*OJW%aP(Q$I8AQuljnT z=G)2o<tvu1TCrf&iiK;|u6lH!^YP)nZ>Ji*oo@birsezD*6(NAzn|;;e!lDbh3+30 zdY>Gf{Oshc=cniXxHR$Sm8n0kPXBd%_OBcBUz}O+`tsV}Hy8fCz3k83m4EK9eS2g3 z^;?&3-nn-F{=E<P4&Hrm>*IrCpB|n1{Pf(TC-=X;y!QC<!)MQ*Jb&@@^_y33-n@GE z?#-_+uYP}j|KrDx|Ns9p&>krMWMO1rh-c6NSp|v{2loFB@lDMwt!>RA!mJEE3`|1m z8k1yL^kd`VVh!Tr;|#gfG}YBjO|>RY($J0a_m9$@(-z0Dk|VIa*+_7uhMBX2g^uRR z)ltVbw8VMwF!eI?iYW&A8tCd8_-<^oV;5w%+wm|?LTZv4hs%stGv<m*?{Ri_vNzW` za_sn=Ko$l@Mi#Y(7YhvE+!NJaza`i6fMZaXs5+Nd)YcTwLj@AXWs?p$cbWAz?J@Y# z@aS+;ztmn84aH6;wkfUG5?_5(nA*V{up;ts8>b7a@XARFl0qu&8#;doRc(B5UY<e9 zt?7+I1;6|zCBBN40-FvW(+pX?A!X-@RtC;Et5+X`mZqMX(mhvQ!G!lgVw*<X>KO)& i+9x_2`2^c%N*rutViFJS3B4&2{A`z>(S8;t25SHSpFQOO literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/thumbs_up.png b/public/assets/ckeditor/plugins/smiley/images/thumbs_up.png new file mode 100644 index 0000000000000000000000000000000000000000..d4e8b22a3cc95d0d6e7e2de697e9e7fe910ce9ff GIT binary patch literal 959 zcmV;w13>(VP)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000AqNkl<ZNQtGD zUuauZ9LGO5xmnUCGqJrRi{7ni+KTNQZtax$uT(2OY#?(Y!-~RiDtj6}>{U?kWlzfV zL6}8_flmtBt?C|RR2^u$tg<SjZjB}_ZI?#d-h12ho}A-D(spUPq|hH+xcB_-`JC_h zo*%!XrEkwuEleY{A9xb@DU-F5RVS1}uL7+F`mKp%=WOa{!tp0C@7q5B9Li)Zs~X%> zC4YQ!u($L2xo+lu@8$ZrZYBqNp90?4jB>4#Ev6Cr<JU7St?@kv2}YvW|4oq^xx%BT zN5{~#rcBmSTT$M+`0p6ONECozB#Lt9n9mG0Qapo-Q4Kz`ZF`KoGq*BO7i(tx%0~d7 znnq~*R^S8SL?`nz>6L+K^CQgt)z8$>=PkfzrV;8jjgV~`Ays<p(pa4iU>czw;3Uur z)Za;uB)Z7`b{1pT9ss;vABpzEjP|`vjq$+IoZ89I)j?d>1;FR?)poQWI3ABTdNiff zA!qu}zR|BwYSzRx3QKD$Ow))aIxt(yEuNhkBQ^X3<82@F{E=h${eA%Q`8<6WzTw5A zFF88UlfHaL3;HFAXI{gjZ(9Kb?tdJlK)Mb}I7rt<xeih|grki-{M=jolhJV;3&&X% zRoX?Z2ha*jHi2NI3=AOib0}E=B~Vg;EEK<Gp~_JeLkA|6$dekmNGf@;%#M9W-X#z= zOW@@N+)aU(;puQw7oLR-yZ1g_mh^hGHDFOxzRB<a=|H4`rG?pbNhxfUDxj1oTB8IY zHv|==M9T7<4y65&2JGB8$qOH>s@DBH^y~?A>7teuS5Pg4i&Bb!KTrlw)fi1k%}ZNX z5B}i2Ws{UxfRfirio3#Hu~d3ng?lntYg!LP`Wm|5;nvmub)HJGh+3`^?%t<d;o^$& z#h3f}iCvwiledSzj9u$LTlPcCV?Ernv#FwL03p`rb%0FPnlg>hD|=u6{?gEg?cUvO z2MO<J06_EjieOc_O5_ITvC_CQS?fn%aL0SCFP|qhd<ko292CV0DXErHusEM%c6yA7 z8^17e`3t<b*tSj7h!Hhn*tU(&=L1++cUhQ5=#$)y@7}!m?I{*=w?M7>ta*LZ)HP9K zG!u;NqyE9e%!qo1l0$bkE;`x|5RW&W-w3V&?*p#_=9-<lz~8`4U<4QdjsY(K{?b2r h;49!%#cOV>@jut)pI&@VyM6!w002ovPDHLkV1lw`)rbH9 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/tongue_smile.gif b/public/assets/ckeditor/plugins/smiley/images/tongue_smile.gif new file mode 100644 index 0000000000000000000000000000000000000000..81e05b0f6adccdc330a951fbc4f7f109da3d2ebc GIT binary patch literal 1210 zcmeH`ZBJ8o96<ljTWEV*T1#15`>@tQaa*$%W_VD>+DZ|P*6Y;77abX!Ca^%}vb}Ii zHYk*IPZ7cvY1kABI4pKrv<#tuPzn|$h^ayu%AjSHITK}DsDs}7Tl^Axwetl|a+0%W zZ*g9JnGgw4457XP<`hD6S?q@j#bcGKSI2BWLTi2pHJ72zD%y`9V3(^o-s<G*)k(ny z#&i>V@hs<7i{RD|FD!kJhtJ|uozmME<j_uoj$}BGL01xVCqoAV&g0OP@~4YSIa%Ps z;W8WC9Pn^gTtaa2p?fP_l#oBkq8>@KPX>Kkpg$G7X>eT#KTBd>5e$oANJd>zQXb`B z?pMewYPkA3cy>_UEb!()ZypT1K@Pnc^T}d<Irt^ym=tcv;D#Im@>oC#Hx)4b5=>^m zZ57O<Lr?|5Oqkui@rwo)G;m)-`LoG8xtj}GxR(dfTyj7ULnas|sEK{#Y!MaG$43bW zzD+$a$8T1`!h4(ZC*pG-!Q3eben!oGPKGPV$fqz<13??i*TdZ};ofPOZHO<nQj6y{ zm+N4q0U|B1<bX(f{IL@rU4qC}Sm}l60Q_+co&@2^U04gj`U8lCAr^s+RiHM3ilhJe zZwn~@!4eRvN9yO==TGPufN-X?q_I(Nz*1TJcN>^ZwpV#l!Vw;^@HJ+S_OOaGS|}@V ziz-f_ghZOl8baHQwn8Se-?`->TcA47QlM@+p3)|(;<3`dt2Z_(vQG~m>+YfB{Pf~g zRA(%oDyVR`=`0x>`9+p(W4WhpN~W(}clG<mxFJVDXXWI4Q7x9fXIl}m)0V<@SWTGN zU_U9?t}oSD!oKl<_!ARjyhGXXbs9^gd-gQJP={q0tgB6l2lwYlbF89wch?|E_73w% zTeK>)a1DQS=v%t+EA{(-hhAHq@QZep4<B*zi>F(6X5J62NAzrArpd1U@Kk5ukj7$q z)~vK=`UM&L&WQ9iD8OCMIzDJ$>$07594i(4UW!fD(v7^eR^Ha0HoEj^8sE;g%6?mV zOPoLMV`v90wM4}?ieGUq!E;zs^Rxy=p?UcZk^jYv0XGn32`EWK=;#LrQ6eXIMO&h; uEZ6!P2nJ7w5_LVJNn-QJ#7XN@%NSh}aEEZAxrX-Q*vlW!==<mx+Vw9XDWj+W literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/tongue_smile.png b/public/assets/ckeditor/plugins/smiley/images/tongue_smile.png new file mode 100644 index 0000000000000000000000000000000000000000..56553fbe115199b50ad06acb77c781dbe0cc4561 GIT binary patch literal 1132 zcmV-y1e5!TP)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000CtNkl<ZNQtGD zUuauZ9LGQBv`O8TwM~<)nZ{0ZY}n4#u76;4inxdA9$b-us8gKypdb@rice0Q_$umP zzB#bqiw`TpbfTcMe;B!O9b2ajgRN;+)8(c~n{@ei?>Ro)n>H;i4*bEF-~Ge+{LcNJ z-#J%Ir*f<p;h?V(=m&a%9#;T{s|YZfF!Kv*jTh^|!$IF+wECLluOZ9`m=Q=voR@)K z2)YU#NFwB02{S+RpYU+d=Lf!IA$F9JW8kqM{0s#8plKfn0rTT97lrAcp<IC{zJbP_ zgTV2Gna`{Vcffj_zrJYW>M3pSIVRZBhbUY@l;eov4bVVC2W;34Ezd)G1jgRi?EX;j z=(}+ck5>z<hJVZT&yVVxUtvG?hL&Ph$ig3Bm%!Gb6xeDx<Av}C&~gxlUxxc%fcEzW z6K4L^74UG-cbJ9AbDZzf*4`JX(>H`rNzmGnQfn7b3YrhVj?dtS9?iku1&zA~5@vo# zOs8^AS7>{ZANPlJQyJaTg0$iw01ZYY3mSU5e4rG@<wZc#)84RLbjK%PH^9Uhcy2g} zsM{r7NBWt$5TbAuz1f2-#g}GQyj#H-zJoDxhho8^Sg<k1QW#?<#exmW{hHV**zzQJ zJTP-11oT(oy`&A;=tWv-P?qz_wjz_UoJG`-$=YPH_VRsBJ8-SRx{HpVg>6qm+5qUS zci}ylQE2dhZLMg{)~#Mb+c!JcTfCrk&AkUoC1>VJL&iXdjv#KH1L#?Xrw!OvudtOw zxKA}m+h*Xkhn?B}lLDm~c;zAIeLT5hp~b>=?Cl|4mo`K#+zI8bel@gq@=VI@7}tX7 z*=4V5v#3C6c4>IkbAv!P+%3tf*Y_l~Qrfc>%%~vH4PdN<mnt=bZ7yHQF*Q|K7d$;v z=31=i*kUWRY(!)ySPhR5=!QZWY}=J$+at}4M)Uk~ah{t~MRGZdT+U)DQR25ti(DKp z;(xHonYjjC??=o}R^gGFO=L}SeqRXdZ`jb_l-#%hD-`5fbdKcd6lQA~Eg)ceX?-)m zp1uH{_zYz7=!OuQO-Okk92!d^>UXW&{@IChobQDuuR=<R)*uCR?j+eii^uB)pi(Xq z8f}G36Hu|xTB7R%N*3oNhb}>L$3Vi&4^?d;VdjTu?ii%=W0+r*R4j#3P_bdLNY-z1 zD;DEcEJoIELcZV}w@M+bvXYB4lFpByxnr<;wlBfmI8OVCID1aPLPb(2IsPZpgip4y zsmsTvE+65OZE!o~cwMnT)k(TOh4vG1;CL0b*3Y5^I8FB2OANmb*>UjH!PWqTgU)73 z+<|1;=^B3*>^}?5yT1e8NtpS$b>THdj-ahG-2N#@I?9s3>4vHvc-BPJznw7i->+t@ y3wI0nfv14IK)0I#{sf|KzF7NfyJz_Sjeh|_A8f6S!_bca0000<MNUMnLSTYXFfW<_ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/tounge_smile.gif b/public/assets/ckeditor/plugins/smiley/images/tounge_smile.gif new file mode 100644 index 0000000000000000000000000000000000000000..81e05b0f6adccdc330a951fbc4f7f109da3d2ebc GIT binary patch literal 1210 zcmeH`ZBJ8o96<ljTWEV*T1#15`>@tQaa*$%W_VD>+DZ|P*6Y;77abX!Ca^%}vb}Ii zHYk*IPZ7cvY1kABI4pKrv<#tuPzn|$h^ayu%AjSHITK}DsDs}7Tl^Axwetl|a+0%W zZ*g9JnGgw4457XP<`hD6S?q@j#bcGKSI2BWLTi2pHJ72zD%y`9V3(^o-s<G*)k(ny z#&i>V@hs<7i{RD|FD!kJhtJ|uozmME<j_uoj$}BGL01xVCqoAV&g0OP@~4YSIa%Ps z;W8WC9Pn^gTtaa2p?fP_l#oBkq8>@KPX>Kkpg$G7X>eT#KTBd>5e$oANJd>zQXb`B z?pMewYPkA3cy>_UEb!()ZypT1K@Pnc^T}d<Irt^ym=tcv;D#Im@>oC#Hx)4b5=>^m zZ57O<Lr?|5Oqkui@rwo)G;m)-`LoG8xtj}GxR(dfTyj7ULnas|sEK{#Y!MaG$43bW zzD+$a$8T1`!h4(ZC*pG-!Q3eben!oGPKGPV$fqz<13??i*TdZ};ofPOZHO<nQj6y{ zm+N4q0U|B1<bX(f{IL@rU4qC}Sm}l60Q_+co&@2^U04gj`U8lCAr^s+RiHM3ilhJe zZwn~@!4eRvN9yO==TGPufN-X?q_I(Nz*1TJcN>^ZwpV#l!Vw;^@HJ+S_OOaGS|}@V ziz-f_ghZOl8baHQwn8Se-?`->TcA47QlM@+p3)|(;<3`dt2Z_(vQG~m>+YfB{Pf~g zRA(%oDyVR`=`0x>`9+p(W4WhpN~W(}clG<mxFJVDXXWI4Q7x9fXIl}m)0V<@SWTGN zU_U9?t}oSD!oKl<_!ARjyhGXXbs9^gd-gQJP={q0tgB6l2lwYlbF89wch?|E_73w% zTeK>)a1DQS=v%t+EA{(-hhAHq@QZep4<B*zi>F(6X5J62NAzrArpd1U@Kk5ukj7$q z)~vK=`UM&L&WQ9iD8OCMIzDJ$>$07594i(4UW!fD(v7^eR^Ha0HoEj^8sE;g%6?mV zOPoLMV`v90wM4}?ieGUq!E;zs^Rxy=p?UcZk^jYv0XGn32`EWK=;#LrQ6eXIMO&h; uEZ6!P2nJ7w5_LVJNn-QJ#7XN@%NSh}aEEZAxrX-Q*vlW!==<mx+Vw9XDWj+W literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif b/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif new file mode 100644 index 0000000000000000000000000000000000000000..eef4fc00ab286211a8e33bf5762d3424c8c4eff8 GIT binary patch literal 775 zcma*k|5M9x0LSrnN!xByQ_H@ztwy;pVVtIv<+8-(rgHgun#5t;Sm)A_Y0a7L)VZU{ zA$46}d}%kNFG{A{N+SA-IIMOKcerzQw9n_|{0E*tKYn|rrm2-Hw0y!RzX++wAr)HE zs3T1$XLKH))>$;YuaehyWfrRaQ8NuS4Acdpk%3wk>Vj~Cg_|rivC+hVJqUM$J-7L2 z2tlI=H^Qk~5|3Tvxi3NUOtglgJq(?EG>3cJ1$ZbxhlIAv=({qsL{fG+?kuI-m!N$) z?kUk6Pj#%qgH>LK#M>=JmjDhC9*d~QVz{K}k$QV%cq*g%=b(Q!dZY1tE(W479D~;j zF}{fIR!}eEFr<Vhj%rIrM>;w+v~wLbl0uIq`yOd9xPyMX-S<R?H@Q=<@_eHPj22+< z1U*_rebiCzLJS!3(u`MT3|TOI4kKm0ch~55SEoLhFi{3~B_=Q9{dKsjeP0{!`8M2l zFmcZ}*$ht`zO>-mAifRZ#~6OSh1ZQgpFmFmH2IHYzXSXT$tUuE_TLi~1IGMflgV(} zP+}?07O#vi3nxS*Iv*AhA<4?jEIBwMRLtXr)`oItayY@lAf3gqEqdoBRZ>!7ymEQM zF8%!NXNnDKvBKrDMo1+RvAA~L2DQVsH(Sl;tF!kWIcqy4pP#Yk@ZkenV%?py# z5?dIIw!lEwY;EoWhk?ImOrYd4%Y}*}U(e5{DV1!;Gx_)O2BWc5uqebBsqHl{wb_>C zaQ*yC7{OT!RaK-kLBBZHkztx-269qu^~YGHrRJEto6CfX36?c(cWglBgwu}~eP2K6 z*jRI#GglwmA}jHn;z|<>$C+H>WZPxC3Iso#(<`;=-ASDB3%OmS@#wyS?_GWt{{DR8 ztY2bUtPonQiI+(=yL(Lt*QL4Gd#OHyyOr0fSQ~Vf)o<hq(+htFGov<C>ElxS{4=fV gS8FUP_VX^CCTg=ywW&COsj;=*`ZRFedWw*QzjS1D6#xJL literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png b/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png new file mode 100644 index 0000000000000000000000000000000000000000..f9714d1b3ba5e9324a1a1663549ba28b45af9638 GIT binary patch literal 1039 zcmV+q1n~QbP)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000BlNkl<ZNQteL zU1(fI6vuxv+08aJO*YA<Zf&rl#n2?S<`Y`0sC}sR!3HUaTE+ULAQ7dCPa;Nq6+fW9 zSuo&>4=F;lf`~OS)ZA#arZuHf*sO8W+|6z`n`}0F?;IcQ-DJ0{X&*drm^%#jcjlb` zoEbH{utX(miPY8s2Y_Cn$9DkB_X*&qxSh>Z1OTcMyd_e56fvKY_%4b)0rmtWC%na` zUWoV}J(NJ{m*RHz%uV4fk=h2}BQlqdGj;-k4zxT9O?^<mAC!XYQ?NJ*v){s60Ur1a z>h2u^2I6)$RT1uiWr|B5-pPeQard53H20x$zoFJ*sMRYVK&TyRI-v0hNRGky8$!oh ziaoE!K;2&&pcMW&7e6>IS3kzR??usSUg_MA;O4;<Fa}(+F;WdJZ$jf?7<~rrcoN!P z8;aZ6=gQzMk=mnVW`-H*6Q}Dbs^p4NCIKRz8&f%eF%UikyWfYedW6G2DC%1Kiy9~q zsYBcuzCIY0`Zc7n5$(i40Rq-U8U%VeYrz<-UzY))r!BM*boaa9hG6;>JU*I0Rkg<L zY(@hIm^&LKcLCWJMCW7cJ6l~TV2xhG8oS17&S5p@VvR3gjoYl|Trhq%mj|KwK?nw6 z?rhXQ!f2qEqy<~6(M}SK<E88xQYpt1Q6QCeNu}M5`I2~W5pY(J*lF1DFeEMf-XH+< zU{69Q2(D9hPH*2{O?1~b@4LAgL`vpC$mhMC8-bLCM314a4ujut9z1Emj)1{68s(D( zwCmFU{N3Je|5*Sd^gnx-w;oHB39T|0ad$<fDru=wxM#*!zi1-fIJe-R7{3Iw^Bc7; z9aRDH^JST9z@n)eR`R-7>sxYD?h@P%_N1bz8@#)x1fDOH{OsNwygnCj4WjE%>1j&g z0bqirZn(4tweEUK-=9lkFBaI$BH=0?>DmGU5@<j#{tSCw2k*u#Hjy*K$o?qKpHLI> z{=8==Y^~W8&eAgc{udI8BHV`7Tj0oe0u^YD+u6)U`=_Ue8R>=kYJ=8#UC`ncAZ&;# zMKJ{tjRcyEUR~52IS=9X_4d~QaXWj4aQhJZ-hu1Onu24>>+0)Z+;TmPK{;ziFVAWA zy$#{^q0+lumn1nr+sPPv2O(3?<no&fYYY?|Fjbn)_n_@$3>YY_+KrDzBk&37Kb~gv z1xQapmG&M9jUWQ9Q5e5m4V`fCG=w|80A7jP*~R~amjpS6IH&mgn+VBC)*ZZ~R`i{Z z*{HzFaXb5ECA}-c{QwQXLqHeM?T-Mz0F(ZB?#8F>mf-(~{R;@jTLnf*<W2wp002ov JPDHLkV1iO2>B0a2 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/wink_smile.gif b/public/assets/ckeditor/plugins/smiley/images/wink_smile.gif new file mode 100644 index 0000000000000000000000000000000000000000..6d3d64bd126a56382452a47faa20e3e0e8185a01 GIT binary patch literal 1202 zcmeH`drwmb07q|2ffgD%3r#Ptv=s!@suUKf%GMUUQ4Mni<F@RP&>_oAx}+P+B#W9t zc`384uRy9(c??$YRj7s02u08!1_wiIJA=Vix``y#Y!e&W`&;}H`)lV5oa7{@c-Onq zZ5lqoCsqierJVS&lGb*B-mYa_Js8{b9n*0r)_#aN(#-L+ut&{nMo;tZT9W)0=1i{u z9dxuup(6_2F|fv<gNdJ5=uUXq!$vO)SL1Ol9{n8HISZG_zb?N4D;GU{^rWCSHF7!K z*Pj~bO9?vo7~sAd;9)2cP98@1aHRg@OkQ!4!Qu3flf*EI5fV4j1H+k=T@>jPqd%W= zO5ogz>ryzjW9Y4wo9P%!!L2mh5d>~;h)f7^SA;1M?ySSFS(wfY&The64%}jR#Q1#^ zyj!U8yvR(!>ciYu^ZAkaT+B)FI4?4!z>Pf^R#UfkM;<6Ck0Ly(#_VU*{HNhbEgn{^ zdMm^3D!8jLdzf+`iTJb;|M!^IW2Oeb)x%ql`$sWn!~;|K(FN+!`PIh;JTbv<!Qxpg zw87sVUbbTC3jF<eay`80Kwt>Z2Jw6r&+p@f2QTNb;zQ^UP^$n%{Lg<|Konxo2%?@4 zzt+BfLe2yc&q|Y;&59yMVw|$7wrMO{VU|{x(g}Tn<bzIOet@lz@wV#7PzCEuPMLAP zORrEy%UCR%mDXKyDsz{S6wx~;&dCcs!X(wiBunu2cDCNuZatQiy+_-6Y^?cAo8-ks z8+UCT@6GC%^*@9fixVUV87yB%*Q8PQQT&qb<f7_cMsX8c<63Am@xJ+UncSUIXA;O7 z!i3M=$j&M`-?gCL`F>Mdb>`1%8$FIrV-+gD(uoXDH;IDdB|9~>2iP04OUyz2P0L_K z)idKS*;BkVYp-;A4LiO#%h4>iKFzC~Y?11h>b~3?Hbv)ttP6b0tg~@8*T`L_wAR?M z#EfE95~(LtoaW7zd&GDKr*z|n1~#qlRMQDTkx=d8<jU)BrGCgO^JrxDa(bC+TlAbt zJovS@DEX4mz>OpIwfjrot4!hSyC|6!7HG{yai$rao}e-0@~E!k<%WdMdG-dz-lMHG mG1sQDXpDj5@2CU?g~HL3TxHM|Rq%J|xf8L;ou9~w9sdH=NT%Qb literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/images/wink_smile.png b/public/assets/ckeditor/plugins/smiley/images/wink_smile.png new file mode 100644 index 0000000000000000000000000000000000000000..7c99c3fc54c753dcfe19ff73e225733a2ad7261e GIT binary patch literal 1114 zcmV-g1f~0lP)<h;3K|Lk000e1NJLTq000*N000*V1^@s6;40Lh000CbNkl<ZNQteL zUu;uV9LGQBtX&;$-PRT?S{(r*aYG_(BjJz4$ODQA5JO^AOvD#8F&GmhCccT`!58D7 z1QQ=5fy5YnK#d4SjOcJN>kxuNha}UkKykNhbfsO}d(O{?d$--fh(36dZ+^M==6-(X zoZt6%jv5`CWUi4)G)IB8Krhha3n1-l0Qf2E6bo|#05umpm1y3I*bm4ZPvQ)KGXVJk z?_<0d626ifb13~n)+v7eukci&xgB_y!ucJX+zDY9QV&CXHMFh)rQq6WxH<@<-$1nn z>pp_$y@!BZS*JKYC)@+eX?}a>9?tF+vtp-W{%TbD462$zO<e#1B3;n59AaA_e-ip% z6_&rIxbNi*s0V@xg7AZ!dwYkByob5}InnBh(&Zn)RKN&W3&zey8X>g@Vw<4vDY)}- z=zQf+)+s(y2TvuMw^A5B%#qdNu6lw7xuBHIfruw-=T2ZPv~7f?`{2tSVbcjkblJA) z8YmHoB4(Jc*C(a5io{}QHv<Z98$`hRU~5VLavczQIwP}5m%afe0z>=Z(Y_q2VOiEG z7BsMyOUIIw&mt{hbR`4UGWzFrK0TD-;D;l8|LqvIW|%4)(*0wk`yHmrW;W^hy)gel z2#4X)v7~QdG|)>v4f7h&ZXT=)#xn9(mG#>ev*r0NVvE|CELp}UjK3NfpY&HG0&WS( z9Ds!nK|YP&8-#!!oI!|$!MHOv+OVz_Y#FA?tXL9;N|ly*jU+o-0Jvj*7%CNiy9CD5 zNOC)B<S_UR=fU%7SQxSxt5H6Es_IQq1S&NUi?+hHrx$tOGr77#tHL=<M^YN{X%&Qf z!!H;>sbr|tEUnQ{z%hOty%H#JAgUTvuGDp?2GYd4p;XZr&thZOgs+a~sg@1X?{1Q< zmxLF9GpLAngLn1>;Fa3Uj~!hJQj1$Seqx-;TnTLOS-@CCM^O_)+z1~a-VNm{7~|>k z7;7KvU|w5<Prk@A{70GMq~{{HX2|_rqg*nxGZ&ChJL=l-G<+b?MD8$0)+BL%ho*?P zVc{^`y@1Q3B~E>pC7-Y2x&lBf)=1A1MJler3KB^o+>X|_!RG!PDzq%?6brNMKQVNe zBfZetXwh0D9*9^J+N03aNX1ozG3a6$MlM3tMMNW^xYbivHJg8iwyxRsuRFMg-rB*L z*P*$|qLrR$|7j_}we{{X)?!4nY9Dm%sXMrIz&X3<+?`>?UMSQw<%(Z}K=Ep(zNj@9 zY=dUyo6xyC1MCV~@y5#{2E5P2uTRqVEKHn+2JKxE8u4eUu>OkLSHk)O(6;<z;H9in zyn0J`Ajx*b-Ot6N3G#!?2s}4T>#j!}ROrR5Q~c~E$gSXhf_7j7unOq*Bfu$O(2qad gc(wf}`2R8f0lW)%aFGbSlmGw#07*qoM6N<$f??$muK)l5 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/smiley/lang/af.js b/public/assets/ckeditor/plugins/smiley/lang/af.js new file mode 100644 index 0000000..dd63a1c --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","af",{options:"Lagbekkie opsies",title:"Voeg lagbekkie by",toolbar:"Lagbekkie"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/ar.js b/public/assets/ckeditor/plugins/smiley/lang/ar.js new file mode 100644 index 0000000..83a8dfa --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","ar",{options:"خصائص Ø§ÙØ¥Ø¨ØªØ³Ø§Ù ات",title:"إدراج ابتسا٠ات",toolbar:"ابتسا٠ات"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/bg.js b/public/assets/ckeditor/plugins/smiley/lang/bg.js new file mode 100644 index 0000000..f8bf711 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","bg",{options:"ÐпÑии за ÑÑмивкаÑа",title:"ÐмÑкване на ÑÑмивка",toolbar:"УÑмивка"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/bn.js b/public/assets/ckeditor/plugins/smiley/lang/bn.js new file mode 100644 index 0000000..61de3df --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","bn",{options:"Smiley Options",title:"সà§à¦®à¦¾à¦à¦²à§ যà§à¦à§à¦¤ à¦à¦°",toolbar:"সà§à¦®à¦¾à¦à¦²à§"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/bs.js b/public/assets/ckeditor/plugins/smiley/lang/bs.js new file mode 100644 index 0000000..422fb8b --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","bs",{options:"Smiley Options",title:"Ubaci smjeÅ¡ka",toolbar:"SmjeÅ¡ko"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/ca.js b/public/assets/ckeditor/plugins/smiley/lang/ca.js new file mode 100644 index 0000000..5164077 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","ca",{options:"Opcions d'emoticones",title:"Insereix una icona",toolbar:"Icona"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/cs.js b/public/assets/ckeditor/plugins/smiley/lang/cs.js new file mode 100644 index 0000000..aa0d7fa --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","cs",{options:"Nastavenà smajlÃků",title:"Vkládánà smajlÃků",toolbar:"SmajlÃci"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/cy.js b/public/assets/ckeditor/plugins/smiley/lang/cy.js new file mode 100644 index 0000000..79164f5 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","cy",{options:"Opsiynau Gwenogluniau",title:"Mewnosod Gwenoglun",toolbar:"Gwenoglun"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/da.js b/public/assets/ckeditor/plugins/smiley/lang/da.js new file mode 100644 index 0000000..cfc0db1 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","da",{options:"Smileymuligheder",title:"Vælg smiley",toolbar:"Smiley"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/de-ch.js b/public/assets/ckeditor/plugins/smiley/lang/de-ch.js new file mode 100644 index 0000000..1955717 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","de-ch",{options:"Smiley-Optionen",title:"Smiley auswählen",toolbar:"Smiley"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/de.js b/public/assets/ckeditor/plugins/smiley/lang/de.js new file mode 100644 index 0000000..2b96f7c --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","de",{options:"Smiley-Optionen",title:"Smiley auswählen",toolbar:"Smiley"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/el.js b/public/assets/ckeditor/plugins/smiley/lang/el.js new file mode 100644 index 0000000..af8f260 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","el",{options:"ÎÏιλογÎÏ Î¦Î±ÏÏοÏλÏν",title:"ÎιÏάγεÏε μια ΦαÏÏοÏλα",toolbar:"ΦαÏÏοÏλα"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/en-au.js b/public/assets/ckeditor/plugins/smiley/lang/en-au.js new file mode 100644 index 0000000..8dd27c3 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","en-au",{options:"Smiley Options",title:"Insert a Smiley",toolbar:"Smiley"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/en-ca.js b/public/assets/ckeditor/plugins/smiley/lang/en-ca.js new file mode 100644 index 0000000..01b2701 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","en-ca",{options:"Smiley Options",title:"Insert a Smiley",toolbar:"Smiley"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/en-gb.js b/public/assets/ckeditor/plugins/smiley/lang/en-gb.js new file mode 100644 index 0000000..9967ebf --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","en-gb",{options:"Smiley Options",title:"Insert a Smiley",toolbar:"Smiley"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/en.js b/public/assets/ckeditor/plugins/smiley/lang/en.js new file mode 100644 index 0000000..aa2b1e2 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","en",{options:"Smiley Options",title:"Insert a Smiley",toolbar:"Smiley"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/eo.js b/public/assets/ckeditor/plugins/smiley/lang/eo.js new file mode 100644 index 0000000..b84cd50 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","eo",{options:"Opcioj pri mienvinjetoj",title:"Enmeti Mienvinjeton",toolbar:"Mienvinjeto"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/es.js b/public/assets/ckeditor/plugins/smiley/lang/es.js new file mode 100644 index 0000000..0a64de6 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","es",{options:"Opciones de emoticonos",title:"Insertar un Emoticon",toolbar:"Emoticonos"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/et.js b/public/assets/ckeditor/plugins/smiley/lang/et.js new file mode 100644 index 0000000..b3acbc8 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","et",{options:"Emotikonide valikud",title:"Sisesta emotikon",toolbar:"Emotikon"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/eu.js b/public/assets/ckeditor/plugins/smiley/lang/eu.js new file mode 100644 index 0000000..71b1400 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","eu",{options:"Aurpegieren aukerak",title:"Txertatu aurpegiera",toolbar:"Aurpegierak"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/fa.js b/public/assets/ckeditor/plugins/smiley/lang/fa.js new file mode 100644 index 0000000..536b934 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","fa",{options:"گزÛÙÙâÙØ§Û Ø®ÙØ¯Ø§ÙÚ©",title:"Ú¯ÙØ¬Ø§ÙØ¯Ù Ø®ÙØ¯Ø§ÙÚ©",toolbar:"Ø®ÙØ¯Ø§ÙÚ©"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/fi.js b/public/assets/ckeditor/plugins/smiley/lang/fi.js new file mode 100644 index 0000000..cdc06b9 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","fi",{options:"Hymiön ominaisuudet",title:"Lisää hymiö",toolbar:"Hymiö"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/fo.js b/public/assets/ckeditor/plugins/smiley/lang/fo.js new file mode 100644 index 0000000..1758e87 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","fo",{options:"Møguleikar fyri Smiley",title:"Vel Smiley",toolbar:"Smiley"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/fr-ca.js b/public/assets/ckeditor/plugins/smiley/lang/fr-ca.js new file mode 100644 index 0000000..efef564 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","fr-ca",{options:"Options d'émoticônes",title:"Insérer un émoticône",toolbar:"Ãmoticône"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/fr.js b/public/assets/ckeditor/plugins/smiley/lang/fr.js new file mode 100644 index 0000000..0fc9366 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","fr",{options:"Options des émoticones",title:"Insérer un émoticone",toolbar:"Ãmoticone"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/gl.js b/public/assets/ckeditor/plugins/smiley/lang/gl.js new file mode 100644 index 0000000..4706059 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","gl",{options:"Opcións de emoticonas",title:"Inserir unha emoticona",toolbar:"Emoticona"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/gu.js b/public/assets/ckeditor/plugins/smiley/lang/gu.js new file mode 100644 index 0000000..15a08c6 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","gu",{options:"સમà«àª¯à«àª²à« વિàªàª²à«àªªà«",title:"સà«àª®àª¾àªàª²à« પસàªàª¦ àªàª°à«",toolbar:"સà«àª®àª¾àªàª²à«"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/he.js b/public/assets/ckeditor/plugins/smiley/lang/he.js new file mode 100644 index 0000000..db6c4ac --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","he",{options:"×פשר×××ת ס××××××",title:"××ספת ס×××××",toolbar:"ס×××××"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/hi.js b/public/assets/ckeditor/plugins/smiley/lang/hi.js new file mode 100644 index 0000000..2aaa081 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","hi",{options:"Smiley Options",title:"सà¥à¤®à¤¾à¤à¤²à¥ à¤à¤¨à¥à¤¸à¤°à¥à¤ à¤à¤°à¥à¤",toolbar:"सà¥à¤®à¤¾à¤à¤²à¥"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/hr.js b/public/assets/ckeditor/plugins/smiley/lang/hr.js new file mode 100644 index 0000000..65116ab --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","hr",{options:"Opcije smjeÅ¡ka",title:"Ubaci smjeÅ¡ka",toolbar:"SmjeÅ¡ko"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/hu.js b/public/assets/ckeditor/plugins/smiley/lang/hu.js new file mode 100644 index 0000000..823e1d5 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","hu",{options:"Hangulatjel opciók",title:"Hangulatjel beszúrása",toolbar:"Hangulatjelek"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/id.js b/public/assets/ckeditor/plugins/smiley/lang/id.js new file mode 100644 index 0000000..07b5be1 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","id",{options:"Opsi Smiley",title:"Sisip sebuah Smiley",toolbar:"Smiley"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/is.js b/public/assets/ckeditor/plugins/smiley/lang/is.js new file mode 100644 index 0000000..dbb5256 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","is",{options:"Smiley Options",title:"Velja svip",toolbar:"Svipur"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/it.js b/public/assets/ckeditor/plugins/smiley/lang/it.js new file mode 100644 index 0000000..df131f8 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","it",{options:"Opzioni Smiley",title:"Inserisci emoticon",toolbar:"Emoticon"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/ja.js b/public/assets/ckeditor/plugins/smiley/lang/ja.js new file mode 100644 index 0000000..dab5662 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","ja",{options:"çµµæåãªãã·ã§ã³",title:"é¡æåæ¿å ¥",toolbar:"çµµæå"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/ka.js b/public/assets/ckeditor/plugins/smiley/lang/ka.js new file mode 100644 index 0000000..78218e0 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","ka",{options:"á¡ááªáááááá¡ ááá áááá¢á ááá",title:"á¡ááªáááááá¡ á©áá¡áá",toolbar:"á¡ááªááááááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/km.js b/public/assets/ckeditor/plugins/smiley/lang/km.js new file mode 100644 index 0000000..2b60340 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","km",{options:"ááááá¾áâáá¼áâááááá¶âá¢á¶áááááá",title:"áááá á¼áâáá¼áâááááá¶âá¢á¶áááááá",toolbar:"áá¼áâááááâá¢á¶áááááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/ko.js b/public/assets/ckeditor/plugins/smiley/lang/ko.js new file mode 100644 index 0000000..e22d976 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","ko",{options:"ì´ëª¨í°ì½ ìµì ",title:"ì´ëª¨í°ì½ ì½ì ",toolbar:"ì´ëª¨í°ì½"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/ku.js b/public/assets/ckeditor/plugins/smiley/lang/ku.js new file mode 100644 index 0000000..9d1b8bd --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","ku",{options:"ÙÛÚµØ¨ÚØ§Ø±Ø¯ÛÛ Ø²ÛØ±Ø¯ÛØ®ÛÙÙ",title:"Ø¯Ø§ÙØ§ÙÛ Ø²ÛØ±Ø¯ÛØ®ÛÙÛÛÛÙ",toolbar:"Ø²ÛØ±Ø¯ÛØ®ÛÙÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/lt.js b/public/assets/ckeditor/plugins/smiley/lang/lt.js new file mode 100644 index 0000000..49573be --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","lt",{options:"Å ypsenÄlių nustatymai",title:"Ä®terpti veidelį",toolbar:"Veideliai"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/lv.js b/public/assets/ckeditor/plugins/smiley/lang/lv.js new file mode 100644 index 0000000..b8299e5 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","lv",{options:"SmaidiÅu uzstÄdÄ«jumi",title:"Ievietot smaidiÅu",toolbar:"SmaidiÅi"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/mk.js b/public/assets/ckeditor/plugins/smiley/lang/mk.js new file mode 100644 index 0000000..e7e241b --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","mk",{options:"Smiley Options",title:"Insert a Smiley",toolbar:"Smiley"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/mn.js b/public/assets/ckeditor/plugins/smiley/lang/mn.js new file mode 100644 index 0000000..6f8cd09 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","mn",{options:"Smiley Options",title:"ТодоÑÑ Ð¾Ð¹Ð»Ð¾Ð»Ñ Ð¾ÑÑÑÐ»Ð°Ñ ",toolbar:"ТодоÑÑ Ð¾Ð¹Ð»Ð¾Ð»Ñ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/ms.js b/public/assets/ckeditor/plugins/smiley/lang/ms.js new file mode 100644 index 0000000..0df42a5 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","ms",{options:"Smiley Options",title:"Masukkan Smiley",toolbar:"Smiley"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/nb.js b/public/assets/ckeditor/plugins/smiley/lang/nb.js new file mode 100644 index 0000000..db957dc --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","nb",{options:"Alternativer for smil",title:"Sett inn smil",toolbar:"Smil"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/nl.js b/public/assets/ckeditor/plugins/smiley/lang/nl.js new file mode 100644 index 0000000..1b3ac44 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","nl",{options:"Smiley opties",title:"Smiley invoegen",toolbar:"Smiley"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/no.js b/public/assets/ckeditor/plugins/smiley/lang/no.js new file mode 100644 index 0000000..87f8534 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","no",{options:"Alternativer for smil",title:"Sett inn smil",toolbar:"Smil"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/pl.js b/public/assets/ckeditor/plugins/smiley/lang/pl.js new file mode 100644 index 0000000..eb1938a --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","pl",{options:"Opcje emotikonów",title:"Wstaw emotikona",toolbar:"Emotikony"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/pt-br.js b/public/assets/ckeditor/plugins/smiley/lang/pt-br.js new file mode 100644 index 0000000..e41f544 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","pt-br",{options:"Opções de Emoticons",title:"Inserir Emoticon",toolbar:"Emoticon"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/pt.js b/public/assets/ckeditor/plugins/smiley/lang/pt.js new file mode 100644 index 0000000..c9103e7 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","pt",{options:"Opções de Emoticons",title:"Inserir um Emoticon",toolbar:"Emoticons"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/ro.js b/public/assets/ckeditor/plugins/smiley/lang/ro.js new file mode 100644 index 0000000..1f6b89a --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","ro",{options:"OpÈiuni figuri expresive",title:"InsereazÄ o figurÄ expresivÄ (Emoticon)",toolbar:"FigurÄ expresivÄ (Emoticon)"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/ru.js b/public/assets/ckeditor/plugins/smiley/lang/ru.js new file mode 100644 index 0000000..b8f1d61 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","ru",{options:"ÐÑÐ±Ð¾Ñ Ñмайла",title:"ÐÑÑавиÑÑ Ñмайл",toolbar:"СмайлÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/si.js b/public/assets/ckeditor/plugins/smiley/lang/si.js new file mode 100644 index 0000000..da884cf --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","si",{options:"à·à·à·à·âය à·à·à¶à¶½à·à¶´",title:"à·à·à·à·âයන෠à¶à¶à·à¶½à¶à· à¶à·à¶»à·à¶¸",toolbar:"à·à·à·à·âයනà·"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/sk.js b/public/assets/ckeditor/plugins/smiley/lang/sk.js new file mode 100644 index 0000000..c1ce597 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","sk",{options:"Možnosti smajlÃkov",title:"VložiÅ¥ smajlÃka",toolbar:"SmajlÃky"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/sl.js b/public/assets/ckeditor/plugins/smiley/lang/sl.js new file mode 100644 index 0000000..ef64a7a --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","sl",{options:"Možnosti SmeÅ¡ka",title:"Vstavi smeÅ¡ka",toolbar:"SmeÅ¡ko"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/sq.js b/public/assets/ckeditor/plugins/smiley/lang/sq.js new file mode 100644 index 0000000..d870960 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","sq",{options:"Opsionet e Ikonave",title:"Vendos Ikonë",toolbar:"Ikona"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/sr-latn.js b/public/assets/ckeditor/plugins/smiley/lang/sr-latn.js new file mode 100644 index 0000000..4e46a4d --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","sr-latn",{options:"Smiley Options",title:"Unesi smajlija",toolbar:"Smajli"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/sr.js b/public/assets/ckeditor/plugins/smiley/lang/sr.js new file mode 100644 index 0000000..d321eba --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","sr",{options:"Smiley Options",title:"УнеÑи ÑмаÑлиÑа",toolbar:"СмаÑли"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/sv.js b/public/assets/ckeditor/plugins/smiley/lang/sv.js new file mode 100644 index 0000000..29e4c57 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","sv",{options:"Smileyinställningar",title:"Infoga smiley",toolbar:"Smiley"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/th.js b/public/assets/ckeditor/plugins/smiley/lang/th.js new file mode 100644 index 0000000..e4e1277 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","th",{options:"à¸à¸±à¸§à¹à¸¥à¸·à¸à¸à¹à¸à¸à¸à¸à¹à¸ªà¸à¸à¸à¸²à¸£à¸¡à¸à¹",title:"à¹à¸à¸£à¸à¸ªà¸±à¸à¸¥à¸±à¸à¸©à¸à¹à¸ªà¸·à¹à¸à¸à¸²à¸£à¸¡à¸à¹",toolbar:"รูà¸à¸ªà¸·à¹à¸à¸à¸²à¸£à¸¡à¸à¹"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/tr.js b/public/assets/ckeditor/plugins/smiley/lang/tr.js new file mode 100644 index 0000000..90481db --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","tr",{options:"İfade Seçenekleri",title:"İfade Ekle",toolbar:"İfade"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/tt.js b/public/assets/ckeditor/plugins/smiley/lang/tt.js new file mode 100644 index 0000000..7f1c8d3 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","tt",{options:"Смайл көйлÓүлÓÑе",title:"Смайл Ó©ÑÑÓÒ¯",toolbar:"Смайл"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/ug.js b/public/assets/ckeditor/plugins/smiley/lang/ug.js new file mode 100644 index 0000000..5d8ec4e --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","ug",{options:"ÚÙØ±Ø§Ù ئÙÙ¾Ø§Ø¯Û Ø³ÙÙØ¨ÛÙÚ¯Û ØªØ§ÙÙØ§ÙÙ ÙØ³Ù",title:"ÚÙØ±Ø§Ù ئÙÙ¾Ø§Ø¯Û Ø³ÙÙØ¨ÛÙÚ¯Û ÙÙØ³ØªÛر",toolbar:"ÚÙØ±Ø§Ù ئÙپادÛ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/uk.js b/public/assets/ckeditor/plugins/smiley/lang/uk.js new file mode 100644 index 0000000..f6c59ee --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","uk",{options:"ÐпÑÑÑ ÑмайликÑв",title:"ÐÑÑавиÑи Ñмайлик",toolbar:"Смайлик"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/vi.js b/public/assets/ckeditor/plugins/smiley/lang/vi.js new file mode 100644 index 0000000..f5d1a66 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","vi",{options:"Tùy chá»n hình biá»u lá» cảm xúc",title:"Chèn hình biá»u lá» cảm xúc (mặt cưá»i)",toolbar:"Hình biá»u lá» cảm xúc (mặt cưá»i)"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/zh-cn.js b/public/assets/ckeditor/plugins/smiley/lang/zh-cn.js new file mode 100644 index 0000000..daea857 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","zh-cn",{options:"表æ 徿 é项",title:"æå ¥è¡¨æ 徿 ",toolbar:"表æ 符"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/lang/zh.js b/public/assets/ckeditor/plugins/smiley/lang/zh.js new file mode 100644 index 0000000..dffc3f0 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","zh",{options:"表æ 符èé¸é ",title:"æå ¥è¡¨æ 符è",toolbar:"表æ 符è"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/smiley/plugin.js b/public/assets/ckeditor/plugins/smiley/plugin.js new file mode 100644 index 0000000..eaa4299 --- /dev/null +++ b/public/assets/ckeditor/plugins/smiley/plugin.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.add("smiley",{requires:"dialog",lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"smiley",hidpi:!0,init:function(a){a.config.smiley_path=a.config.smiley_path||this.path+"images/";a.addCommand("smiley",new CKEDITOR.dialogCommand("smiley",{allowedContent:"img[alt,height,!src,title,width]",requiredContent:"img"})); +a.ui.addButton&&a.ui.addButton("Smiley",{label:a.lang.smiley.toolbar,command:"smiley",toolbar:"insert,50"});CKEDITOR.dialog.add("smiley",this.path+"dialogs/smiley.js")}});CKEDITOR.config.smiley_images="regular_smile.png sad_smile.png wink_smile.png teeth_smile.png confused_smile.png tongue_smile.png embarrassed_smile.png omg_smile.png whatchutalkingabout_smile.png angry_smile.png angel_smile.png shades_smile.png devil_smile.png cry_smile.png lightbulb.png thumbs_down.png thumbs_up.png heart.png broken_heart.png kiss.png envelope.png".split(" "); +CKEDITOR.config.smiley_descriptions="smiley;sad;wink;laugh;frown;cheeky;blush;surprise;indecision;angry;angel;cool;devil;crying;enlightened;no;yes;heart;broken heart;kiss;mail".split(";"); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js b/public/assets/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js new file mode 100644 index 0000000..b892503 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("sourcedialog",function(a){var b=CKEDITOR.document.getWindow().getViewPaneSize(),e=Math.min(b.width-70,800),b=b.height/1.5,d;return{title:a.lang.sourcedialog.title,minWidth:100,minHeight:100,onShow:function(){this.setValueOf("main","data",d=a.getData())},onOk:function(){function b(f,c){a.focus();a.setData(c,function(){f.hide();var b=a.createRange();b.moveToElementEditStart(a.editable());b.select()})}return function(){var a=this.getValueOf("main","data").replace(/\r/g,""),c=this; +if(a===d)return!0;setTimeout(function(){b(c,a)});return!1}}(),contents:[{id:"main",label:a.lang.sourcedialog.title,elements:[{type:"textarea",id:"data",dir:"ltr",inputStyle:"cursor:auto;width:"+e+"px;height:"+b+"px;tab-size:4;text-align:left;","class":"cke_source"}]}]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png b/public/assets/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..adf4af3c984eb6549af7e35b4abcbe40275e9d1e GIT binary patch literal 1968 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 CZIM9$ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog.png b/public/assets/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog.png new file mode 100644 index 0000000000000000000000000000000000000000..b4d0a15a4d8804205f51ea3e2313e31913264c26 GIT binary patch literal 1999 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog-rtl.png b/public/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..27d1ba8819842924df2d3e40fd5484ac1e9e8c41 GIT binary patch literal 762 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|ildz|YV~EA+-pOaPL>xt0_eWp7a>UdBdyA)&f+GKfsVxQqGr|oN zUYu&}&~trsXzR^a#w++2D6M0;Zr2#CnCMg`wr<x;o`vecvDc6OdD6~V@i3@+*YkpR zD}#$_YR;^2Y0>EFcs#?z*YMbe6~`VMx&{^$7B=qW^}9S}>QvD+Tiulwb>FgF?l~!; zXQn_5ySisnhs@U7Z=FL^1K+=S0~CC~&|`R{(1v|^X4Q=6KLvKwS5@5#4`rBByk^}x zBN;x^76yaBgtberW+^JUuMK;>L8D9Yg0;2v>+>Q^Edl|d#~y#Y)9>LTAh>2LL;mSa zG7Pp0_HW&KG{Z!x<-pUYs->~Qu7dY|TfV$=WY@ZzH*O@bi3u7W+Y=uZl~h^zGj{jg zWtU$jteyM5zWIQJ^WuvPFY@#A-4853d-m*ghPi&vdpl|b1i3Hdm~FhKq-4&yOzoaD z58M5!z4tC}(wXmjb?=?~_v_!y`K_eXYti>ya_7V;D=qzZ-F?@bw)yApKY#uhI|Pcz zUpD!>dH3$$0v0>+l+@MLQzG3s8oz!m4GrxvT>tIcx2y-pzi{p^-+lL%#Am0_$mr<H z0!)$9Vg)PS7oK~mqjO-fil<hns^=uZ4;5w4=LEmEjhyD&RFcig5b||(#~)UW)1Mqd z>-A<u|A}7bQRjPpe)(CKRbCv8t5yYsy14x8U$v@B;E+q>_jxwwcfS6t^UCJ@$9tdo zgBz4y7fUq11*RF*64!{5l*E!$tK_0oAjM#0U}&ssV6JOm5@Kj>Wnc_M+6G2e1_r)M zb_3HBl7`&;l+3hB+!}0tG9LkIkObKfoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G Q6i^X^r>mdKI;Vst0J0`XJOBUy literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog.png b/public/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog.png new file mode 100644 index 0000000000000000000000000000000000000000..e44db37985a9161f30484ad1df82dc3b3245ca3a GIT binary patch literal 764 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|ilc=YQV~EA+-pL!YLL5cf_8S))n^#YsyEoC3gGK1|6h$4DZCgVG zwrmo(7^EV0EpPSt1$GUL8-><P7T>UyLwwUqrt;#=M|aJ%KCZMoa?+Yd{Oy|OX7<<r zn>lfj#)(ZmHs>QFA`<2$^~{++-&lr^Q*ptn>$b@~2dn#w{ajP>BD1TtwY9fI=}uB{ zbV*|nJScJa+c&dSR@*<>+!voX@B2SKm6=g8eC<8QlP#^SlWpXf6_j#vbMI=O{*=Mw z7+PH#8yqTH8k@W<Oiy1wFf^&>`fNr&KR>Po))G8zXVZ$~U8>He31`1O)7T;4q~Iwe z)ysA*YEH34vd3kS1q{1FLuETpSZC+@y9i9wX1^@6X6u&Qxu0y(Gc#ZQee_7_*bM%n z)a4AjUcY{QrL@-AC0jRgn(x|Z!Jjwsw%=#U$;sKnXqTUtr{*wmndY$>k_koAb@cU> zl~xwNOUTcE?;3l3J;SP1RrlVO&7V7OUY+Q~w(tM+5~P$q6r`s=4_tlqm#GAg9b-&P zOwGwnZ_<}vu4J&8d*<ww_uo4WH|^TBYE_rvv()96S2pHP7XMybUcTMz*q*S^YuB!s z9P`+J|M`y}Kez;(4p=U~+|F$C@!tQi&^_OkAAH>Me9mQoL#7HlOIa8~zB;(9@?`rS z`nBNRonD?i@6dXmYtH``svJ9!Vd4}jDEQRgM5?#LaM7w60!*oq|Gp}pUA;+%Q<32V z`>`s`C%^Jj9e}AuwZt`|BqgyV)hf9t6-Y4{85kPt8kp-En1mRbTNxMwk+y-6m4Sip zlHI@*g`^=jKP5A*61N7MpUg*q8YDqB1m~xflqVLYGL)B>>t*I;7bhncr0V4trO$q6 RBL!5%;OXk;vd$@?2>=OlH)j9< literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/af.js b/public/assets/ckeditor/plugins/sourcedialog/lang/af.js new file mode 100644 index 0000000..f1491d1 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","af",{toolbar:"Bron",title:"Bron"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/ar.js b/public/assets/ckeditor/plugins/sourcedialog/lang/ar.js new file mode 100644 index 0000000..b755d75 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","ar",{toolbar:"اÙ٠صدر",title:"اÙ٠صدر"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/bg.js b/public/assets/ckeditor/plugins/sourcedialog/lang/bg.js new file mode 100644 index 0000000..1d8c6dc --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","bg",{toolbar:"ÐзÑоÑник",title:"ÐзÑоÑник"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/bn.js b/public/assets/ckeditor/plugins/sourcedialog/lang/bn.js new file mode 100644 index 0000000..242241e --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","bn",{toolbar:"à¦à§à¦¸",title:"সà§à¦°à§à¦¸"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/bs.js b/public/assets/ckeditor/plugins/sourcedialog/lang/bs.js new file mode 100644 index 0000000..9cd0393 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","bs",{toolbar:"HTML kôd",title:"HTML kôd"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/ca.js b/public/assets/ckeditor/plugins/sourcedialog/lang/ca.js new file mode 100644 index 0000000..2419335 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","ca",{toolbar:"Codi font",title:"Codi font"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/cs.js b/public/assets/ckeditor/plugins/sourcedialog/lang/cs.js new file mode 100644 index 0000000..acd14e8 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","cs",{toolbar:"Zdroj",title:"Zdroj"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/cy.js b/public/assets/ckeditor/plugins/sourcedialog/lang/cy.js new file mode 100644 index 0000000..d61bd35 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","cy",{toolbar:"HTML",title:"HTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/da.js b/public/assets/ckeditor/plugins/sourcedialog/lang/da.js new file mode 100644 index 0000000..7c21ca4 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","da",{toolbar:"Kilde",title:"Kilde"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/de-ch.js b/public/assets/ckeditor/plugins/sourcedialog/lang/de-ch.js new file mode 100644 index 0000000..9ca851a --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","de-ch",{toolbar:"Quellcode",title:"Quellcode"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/de.js b/public/assets/ckeditor/plugins/sourcedialog/lang/de.js new file mode 100644 index 0000000..49f7c61 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","de",{toolbar:"Quellcode",title:"Quellcode"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/el.js b/public/assets/ckeditor/plugins/sourcedialog/lang/el.js new file mode 100644 index 0000000..58f9dd6 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","el",{toolbar:"ÎÏδικαÏ",title:"ÎÏδικαÏ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/en-au.js b/public/assets/ckeditor/plugins/sourcedialog/lang/en-au.js new file mode 100644 index 0000000..9dede83 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","en-au",{toolbar:"Source",title:"Source"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/en-ca.js b/public/assets/ckeditor/plugins/sourcedialog/lang/en-ca.js new file mode 100644 index 0000000..244ef5f --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","en-ca",{toolbar:"Source",title:"Source"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/en-gb.js b/public/assets/ckeditor/plugins/sourcedialog/lang/en-gb.js new file mode 100644 index 0000000..9381cd0 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","en-gb",{toolbar:"Source",title:"Source"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/en.js b/public/assets/ckeditor/plugins/sourcedialog/lang/en.js new file mode 100644 index 0000000..20b116e --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","en",{toolbar:"Source",title:"Source"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/eo.js b/public/assets/ckeditor/plugins/sourcedialog/lang/eo.js new file mode 100644 index 0000000..902480d --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","eo",{toolbar:"Fonto",title:"Fonto"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/es.js b/public/assets/ckeditor/plugins/sourcedialog/lang/es.js new file mode 100644 index 0000000..e7f8551 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","es",{toolbar:"Fuente HTML",title:"Fuente HTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/et.js b/public/assets/ckeditor/plugins/sourcedialog/lang/et.js new file mode 100644 index 0000000..9c3848b --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","et",{toolbar:"Lähtekood",title:"Lähtekood"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/eu.js b/public/assets/ckeditor/plugins/sourcedialog/lang/eu.js new file mode 100644 index 0000000..67790ff --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","eu",{toolbar:"Iturburua",title:"Iturburua"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/fa.js b/public/assets/ckeditor/plugins/sourcedialog/lang/fa.js new file mode 100644 index 0000000..65b6306 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","fa",{toolbar:"Ù ÙØ¨Ø¹",title:"Ù ÙØ¨Ø¹"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/fi.js b/public/assets/ckeditor/plugins/sourcedialog/lang/fi.js new file mode 100644 index 0000000..b7630ff --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","fi",{toolbar:"Koodi",title:"Koodi"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/fo.js b/public/assets/ckeditor/plugins/sourcedialog/lang/fo.js new file mode 100644 index 0000000..ab4e557 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","fo",{toolbar:"Kelda",title:"Kelda"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/fr-ca.js b/public/assets/ckeditor/plugins/sourcedialog/lang/fr-ca.js new file mode 100644 index 0000000..23148f8 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","fr-ca",{toolbar:"Source",title:"Source"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/fr.js b/public/assets/ckeditor/plugins/sourcedialog/lang/fr.js new file mode 100644 index 0000000..8bc1978 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","fr",{toolbar:"Source",title:"Source"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/gl.js b/public/assets/ckeditor/plugins/sourcedialog/lang/gl.js new file mode 100644 index 0000000..8a3bcbc --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","gl",{toolbar:"Orixe",title:"Orixe"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/gu.js b/public/assets/ckeditor/plugins/sourcedialog/lang/gu.js new file mode 100644 index 0000000..2241ec6 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","gu",{toolbar:"મà«àª³ àªà« પà«àª°àª¾àª¥àª®àª¿àª દસà«àª¤àª¾àªµà«àª",title:"મà«àª³ àªà« પà«àª°àª¾àª¥àª®àª¿àª દસà«àª¤àª¾àªµà«àª"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/he.js b/public/assets/ckeditor/plugins/sourcedialog/lang/he.js new file mode 100644 index 0000000..4f25550 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","he",{toolbar:"××§×ר",title:"××§×ר"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/hi.js b/public/assets/ckeditor/plugins/sourcedialog/lang/hi.js new file mode 100644 index 0000000..41ebe9b --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","hi",{toolbar:"सà¥à¤°à¥à¤¸",title:"सà¥à¤°à¥à¤¸"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/hr.js b/public/assets/ckeditor/plugins/sourcedialog/lang/hr.js new file mode 100644 index 0000000..51d2d4d --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","hr",{toolbar:"Kôd",title:"Kôd"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/hu.js b/public/assets/ckeditor/plugins/sourcedialog/lang/hu.js new file mode 100644 index 0000000..5e80c1e --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","hu",{toolbar:"Forráskód",title:"Forráskód"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/id.js b/public/assets/ckeditor/plugins/sourcedialog/lang/id.js new file mode 100644 index 0000000..e5af768 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","id",{toolbar:"Sumber",title:"Sumber"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/is.js b/public/assets/ckeditor/plugins/sourcedialog/lang/is.js new file mode 100644 index 0000000..fa21def --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","is",{toolbar:"Kóði",title:"Kóði"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/it.js b/public/assets/ckeditor/plugins/sourcedialog/lang/it.js new file mode 100644 index 0000000..0a6c8c0 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","it",{toolbar:"Sorgente",title:"Sorgente"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/ja.js b/public/assets/ckeditor/plugins/sourcedialog/lang/ja.js new file mode 100644 index 0000000..8183259 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","ja",{toolbar:"ã½ã¼ã¹",title:"ã½ã¼ã¹"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/ka.js b/public/assets/ckeditor/plugins/sourcedialog/lang/ka.js new file mode 100644 index 0000000..201586a --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","ka",{toolbar:"áááááá",title:"áááááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/km.js b/public/assets/ckeditor/plugins/sourcedialog/lang/km.js new file mode 100644 index 0000000..421b42c --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","km",{toolbar:"á¢ááááâáá¼á",title:"á¢ááááâáá¼á"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/ko.js b/public/assets/ckeditor/plugins/sourcedialog/lang/ko.js new file mode 100644 index 0000000..64aa700 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","ko",{toolbar:"ìì¤",title:"ìì¤"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/ku.js b/public/assets/ckeditor/plugins/sourcedialog/lang/ku.js new file mode 100644 index 0000000..61faf97 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","ku",{toolbar:"Ø³ÛØ±ÚاÙÛ",title:"Ø³ÛØ±ÚاÙÛ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/lt.js b/public/assets/ckeditor/plugins/sourcedialog/lang/lt.js new file mode 100644 index 0000000..4b297dd --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","lt",{toolbar:"Å altinis",title:"Å altinis"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/lv.js b/public/assets/ckeditor/plugins/sourcedialog/lang/lv.js new file mode 100644 index 0000000..1f45457 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","lv",{toolbar:"HTML kods",title:"HTML kods"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/mn.js b/public/assets/ckeditor/plugins/sourcedialog/lang/mn.js new file mode 100644 index 0000000..d1d2b63 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","mn",{toolbar:"Ðод",title:"Ðод"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/ms.js b/public/assets/ckeditor/plugins/sourcedialog/lang/ms.js new file mode 100644 index 0000000..69e7e9f --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","ms",{toolbar:"Sumber",title:"Sumber"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/nb.js b/public/assets/ckeditor/plugins/sourcedialog/lang/nb.js new file mode 100644 index 0000000..224b085 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","nb",{toolbar:"Kilde",title:"Kilde"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/nl.js b/public/assets/ckeditor/plugins/sourcedialog/lang/nl.js new file mode 100644 index 0000000..47d692d --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","nl",{toolbar:"Broncode",title:"Broncode"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/no.js b/public/assets/ckeditor/plugins/sourcedialog/lang/no.js new file mode 100644 index 0000000..02cadba --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","no",{toolbar:"Kilde",title:"Kilde"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/pl.js b/public/assets/ckeditor/plugins/sourcedialog/lang/pl.js new file mode 100644 index 0000000..80d4f44 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","pl",{toolbar:"ŹródÅo dokumentu",title:"ŹródÅo dokumentu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/pt-br.js b/public/assets/ckeditor/plugins/sourcedialog/lang/pt-br.js new file mode 100644 index 0000000..358cfd1 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","pt-br",{toolbar:"Código-Fonte",title:"Código-Fonte"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/pt.js b/public/assets/ckeditor/plugins/sourcedialog/lang/pt.js new file mode 100644 index 0000000..f924ce8 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","pt",{toolbar:"Fonte",title:"Fonte"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/ro.js b/public/assets/ckeditor/plugins/sourcedialog/lang/ro.js new file mode 100644 index 0000000..cc82c71 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","ro",{toolbar:"Sursa",title:"Sursa"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/ru.js b/public/assets/ckeditor/plugins/sourcedialog/lang/ru.js new file mode 100644 index 0000000..fbf6efb --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","ru",{toolbar:"ÐÑÑ Ð¾Ð´Ð½Ð¸Ðº",title:"ÐÑÑоÑник"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/si.js b/public/assets/ckeditor/plugins/sourcedialog/lang/si.js new file mode 100644 index 0000000..f869386 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","si",{toolbar:"මà·à¶½à·à·à·âරය",title:"මà·à¶½à·à·à·âරය"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/sk.js b/public/assets/ckeditor/plugins/sourcedialog/lang/sk.js new file mode 100644 index 0000000..18dcae9 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","sk",{toolbar:"Zdroj",title:"Zdroj"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/sl.js b/public/assets/ckeditor/plugins/sourcedialog/lang/sl.js new file mode 100644 index 0000000..85cfe16 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","sl",{toolbar:"Izvorna koda",title:"Izvorna koda"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/sq.js b/public/assets/ckeditor/plugins/sourcedialog/lang/sq.js new file mode 100644 index 0000000..1266a7f --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","sq",{toolbar:"Burimi",title:"Burimi"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/sr-latn.js b/public/assets/ckeditor/plugins/sourcedialog/lang/sr-latn.js new file mode 100644 index 0000000..4f0736c --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","sr-latn",{toolbar:"Kôd",title:"Kôd"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/sr.js b/public/assets/ckeditor/plugins/sourcedialog/lang/sr.js new file mode 100644 index 0000000..8407382 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","sr",{toolbar:"Kôд",title:"Kôд"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/sv.js b/public/assets/ckeditor/plugins/sourcedialog/lang/sv.js new file mode 100644 index 0000000..2fec89c --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","sv",{toolbar:"Källa",title:"Källa"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/th.js b/public/assets/ckeditor/plugins/sourcedialog/lang/th.js new file mode 100644 index 0000000..03e4890 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","th",{toolbar:"à¸à¸¹à¸£à¸«à¸±à¸ª HTML",title:"à¸à¸¹à¸£à¸«à¸±à¸ª HTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/tr.js b/public/assets/ckeditor/plugins/sourcedialog/lang/tr.js new file mode 100644 index 0000000..31ac46b --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","tr",{toolbar:"Kaynak",title:"Kaynak"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/tt.js b/public/assets/ckeditor/plugins/sourcedialog/lang/tt.js new file mode 100644 index 0000000..a4c7d5e --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","tt",{toolbar:"ЧÑганак",title:"ЧÑганак"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/ug.js b/public/assets/ckeditor/plugins/sourcedialog/lang/ug.js new file mode 100644 index 0000000..efcc9d7 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","ug",{toolbar:"Ù ÛÙØ¨Û",title:"Ù ÛÙØ¨Û"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/uk.js b/public/assets/ckeditor/plugins/sourcedialog/lang/uk.js new file mode 100644 index 0000000..ca9afc2 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","uk",{toolbar:"ÐжеÑело",title:"ÐжеÑело"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/vi.js b/public/assets/ckeditor/plugins/sourcedialog/lang/vi.js new file mode 100644 index 0000000..65c47d6 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","vi",{toolbar:"Mã HTML",title:"Mã HTML"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/zh-cn.js b/public/assets/ckeditor/plugins/sourcedialog/lang/zh-cn.js new file mode 100644 index 0000000..fc5bb0d --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","zh-cn",{toolbar:"æºç ",title:"æºç "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/lang/zh.js b/public/assets/ckeditor/plugins/sourcedialog/lang/zh.js new file mode 100644 index 0000000..c49aa82 --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","zh",{toolbar:"åå§ç¢¼",title:"åå§ç¢¼"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/sourcedialog/plugin.js b/public/assets/ckeditor/plugins/sourcedialog/plugin.js new file mode 100644 index 0000000..d5c742b --- /dev/null +++ b/public/assets/ckeditor/plugins/sourcedialog/plugin.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.add("sourcedialog",{lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"sourcedialog,sourcedialog-rtl",hidpi:!0,init:function(a){a.addCommand("sourcedialog",new CKEDITOR.dialogCommand("sourcedialog"));CKEDITOR.dialog.add("sourcedialog",this.path+"dialogs/sourcedialog.js");a.ui.addButton&&a.ui.addButton("Sourcedialog", +{label:a.lang.sourcedialog.toolbar,command:"sourcedialog",toolbar:"mode,10"})}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt new file mode 100644 index 0000000..efe33e6 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt @@ -0,0 +1,20 @@ +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license + +cs.js Found: 118 Missing: 0 +cy.js Found: 118 Missing: 0 +de.js Found: 118 Missing: 0 +el.js Found: 16 Missing: 102 +eo.js Found: 118 Missing: 0 +et.js Found: 31 Missing: 87 +fa.js Found: 24 Missing: 94 +fi.js Found: 23 Missing: 95 +fr.js Found: 118 Missing: 0 +hr.js Found: 23 Missing: 95 +it.js Found: 118 Missing: 0 +nb.js Found: 118 Missing: 0 +nl.js Found: 118 Missing: 0 +no.js Found: 118 Missing: 0 +tr.js Found: 118 Missing: 0 +ug.js Found: 39 Missing: 79 +zh-cn.js Found: 118 Missing: 0 diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/af.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/af.js new file mode 100644 index 0000000..41780d2 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/af.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","af",{euro:"Euroteken",lsquo:"Linker enkelkwotasie",rsquo:"Regter enkelkwotasie",ldquo:"Linker dubbelkwotasie",rdquo:"Regter dubbelkwotasie",ndash:"Kortkoppelteken",mdash:"Langkoppelteken",iexcl:"Omgekeerdeuitroepteken",cent:"Centteken",pound:"Pondteken",curren:"Geldeenheidteken",yen:"Yenteken",brvbar:"Gebreekte balk",sect:"Afdeelingsteken",uml:"Deelteken",copy:"Kopieregteken",ordf:"Vroulikekenteken",laquo:"Linkgeoorienteerde aanhaalingsteken",not:"Verbodeteken", +reg:"Regestrasieteken",macr:"Lengteteken",deg:"Gradeteken",sup2:"Kwadraatteken",sup3:"Kubiekteken",acute:"Akuutaksentteken",micro:"Mikroteken",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ar.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ar.js new file mode 100644 index 0000000..cdd1c90 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ar.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","ar",{euro:"ر٠ز اÙÙÙØ±Ù",lsquo:"Ø¹ÙØ§Ù Ø© ØªÙØµÙص ÙØ±Ø¯ÙØ© عÙ٠اÙÙØ³Ø§Ø±",rsquo:"Ø¹ÙØ§Ù Ø© ØªÙØµÙص ÙØ±Ø¯ÙØ© عÙ٠اÙÙÙ ÙÙ",ldquo:"Ø¹ÙØ§Ù Ø© ØªÙØµÙص Ù Ø²Ø¯ÙØ¬Ø© عÙ٠اÙÙØ³Ø§Ø±",rdquo:"Ø¹ÙØ§Ù Ø© ØªÙØµÙص Ù Ø²Ø¯ÙØ¬Ø© عÙ٠اÙÙÙ ÙÙ",ndash:"En dash",mdash:"Em dash",iexcl:"Ø¹ÙØ§Ù Ø© تعجب Ù ÙÙÙØ¨Ø©",cent:"ر٠ز Ø§ÙØ³Ùت",pound:"ر٠ز Ø§ÙØ§Ø³ØªØ±ÙÙÙÙ",curren:"ر٠ز Ø§ÙØ¹Ù ÙØ©",yen:"ر٠ز اÙÙÙ",brvbar:"Ø´Ø±ÙØ· Ù ÙØ·Ùع",sect:"ر٠ز اÙÙØ³Ù ",uml:"Diaeresis",copy:"Ø¹ÙØ§Ù Ø© ØÙÙÙ Ø§ÙØ·Ø¨Ø¹",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark", +not:"ÙÙØ³Øª Ø¹ÙØ§Ù Ø©",reg:"Ø¹ÙØ§Ù Ø© ٠سجÙÙØ©",macr:"Macron",deg:"Degree sign",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"Micro sign",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Ø¹ÙØ§Ù Ø© Ø§ÙØ¥Ø³ØªÙÙØ§Ù ØºÙØ± صØÙØØ©",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/bg.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/bg.js new file mode 100644 index 0000000..3406b35 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/bg.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","bg",{euro:"ÐвÑо знак",lsquo:"ÐÑва маÑкиÑовка за ÑиÑаÑ",rsquo:"ÐÑÑна маÑкиÑовка за ÑиÑаÑ",ldquo:"ÐÑва двойна кавиÑка за ÑиÑаÑ",rdquo:"ÐÑÑна двойна кавиÑка за ÑиÑаÑ",ndash:"\\\\",mdash:"/",iexcl:"ÐбÑÑнаÑа пиÑанка",cent:"Ðнак за ÑенÑ",pound:"Ðнак за паÑнд",curren:"ÐалÑÑен знак",yen:"Ðнак за йена",brvbar:"ÐÑекÑÑнаÑа линиÑ",sect:"Ðнак за ÑекÑиÑ",uml:"Diaeresis",copy:"Ðнак за Copyright",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark", +not:"Not sign",reg:"Registered sign",macr:"Macron",deg:"Degree sign",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"Micro sign",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ca.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ca.js new file mode 100644 index 0000000..a872189 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ca.js @@ -0,0 +1,14 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","ca",{euro:"SÃmbol d'euro",lsquo:"Signe de cometa simple esquerra",rsquo:"Signe de cometa simple dreta",ldquo:"Signe de cometa doble esquerra",rdquo:"Signe de cometa doble dreta",ndash:"Guió",mdash:"Guió baix",iexcl:"Signe d'exclamació inversa",cent:"SÃmbol de percentatge",pound:"SÃmbol de lliura",curren:"SÃmbol de moneda",yen:"SÃmbol de Yen",brvbar:"Barra trencada",sect:"SÃmbol de secció",uml:"Dièresi",copy:"SÃmbol de Copyright",ordf:"Indicador ordinal femenÃ", +laquo:"Signe de cometes angulars esquerra",not:"SÃmbol de negació",reg:"SÃmbol registrat",macr:"Macron",deg:"SÃmbol de grau",sup2:"SuperÃndex dos",sup3:"SuperÃndex tres",acute:"Accent agut",micro:"SÃmbol de micro",para:"SÃmbol de calderó",middot:"Punt volat",cedil:"Ce trencada",sup1:"SuperÃndex u",ordm:"Indicador ordinal masculÃ",raquo:"Signe de cometes angulars dreta",frac14:"Fracció vulgar un quart",frac12:"Fracció vulgar una meitat",frac34:"Fracció vulgar tres quarts",iquest:"SÃmbol d'interrogació invertit", +Agrave:"Lletra majúscula llatina A amb accent greu",Aacute:"Lletra majúscula llatina A amb accent agut",Acirc:"Lletra majúscula llatina A amb circumflex",Atilde:"Lletra majúscula llatina A amb titlla",Auml:"Lletra majúscula llatina A amb dièresi",Aring:"Lletra majúscula llatina A amb anell superior",AElig:"Lletra majúscula llatina Ã",Ccedil:"Lletra majúscula llatina C amb ce trencada",Egrave:"Lletra majúscula llatina E amb accent greu",Eacute:"Lletra majúscula llatina E amb accent agut",Ecirc:"Lletra majúscula llatina E amb circumflex", +Euml:"Lletra majúscula llatina E amb dièresi",Igrave:"Lletra majúscula llatina I amb accent greu",Iacute:"Lletra majúscula llatina I amb accent agut",Icirc:"Lletra majúscula llatina I amb circumflex",Iuml:"Lletra majúscula llatina I amb dièresi",ETH:"Lletra majúscula llatina Eth",Ntilde:"Lletra majúscula llatina N amb titlla",Ograve:"Lletra majúscula llatina O amb accent greu",Oacute:"Lletra majúscula llatina O amb accent agut",Ocirc:"Lletra majúscula llatina O amb circumflex",Otilde:"Lletra majúscula llatina O amb titlla", +Ouml:"Lletra majúscula llatina O amb dièresi",times:"SÃmbol de multiplicació",Oslash:"Lletra majúscula llatina O amb barra",Ugrave:"Lletra majúscula llatina U amb accent greu",Uacute:"Lletra majúscula llatina U amb accent agut",Ucirc:"Lletra majúscula llatina U amb circumflex",Uuml:"Lletra majúscula llatina U amb dièresi",Yacute:"Lletra majúscula llatina Y amb accent agut",THORN:"Lletra majúscula llatina Thorn",szlig:"Lletra minúscula llatina sharp s",agrave:"Lletra minúscula llatina a amb accent greu", +aacute:"Lletra minúscula llatina a amb accent agut",acirc:"Lletra minúscula llatina a amb circumflex",atilde:"Lletra minúscula llatina a amb titlla",auml:"Lletra minúscula llatina a amb dièresi",aring:"Lletra minúscula llatina a amb anell superior",aelig:"Lletra minúscula llatina æ",ccedil:"Lletra minúscula llatina c amb ce trencada",egrave:"Lletra minúscula llatina e amb accent greu",eacute:"Lletra minúscula llatina e amb accent agut",ecirc:"Lletra minúscula llatina e amb circumflex",euml:"Lletra minúscula llatina e amb dièresi", +igrave:"Lletra minúscula llatina i amb accent greu",iacute:"Lletra minúscula llatina i amb accent agut",icirc:"Lletra minúscula llatina i amb circumflex",iuml:"Lletra minúscula llatina i amb dièresi",eth:"Lletra minúscula llatina eth",ntilde:"Lletra minúscula llatina n amb titlla",ograve:"Lletra minúscula llatina o amb accent greu",oacute:"Lletra minúscula llatina o amb accent agut",ocirc:"Lletra minúscula llatina o amb circumflex",otilde:"Lletra minúscula llatina o amb titlla",ouml:"Lletra minúscula llatina o amb dièresi", +divide:"SÃmbol de divisió",oslash:"Lletra minúscula llatina o amb barra",ugrave:"Lletra minúscula llatina u amb accent greu",uacute:"Lletra minúscula llatina u amb accent agut",ucirc:"Lletra minúscula llatina u amb circumflex",uuml:"Lletra minúscula llatina u amb dièresi",yacute:"Lletra minúscula llatina y amb accent agut",thorn:"Lletra minúscula llatina thorn",yuml:"Lletra minúscula llatina y amb dièresi",OElig:"Lligadura majúscula llatina OE",oelig:"Lligadura minúscula llatina oe",372:"Lletra majúscula llatina W amb circumflex", +374:"Lletra majúscula llatina Y amb circumflex",373:"Lletra minúscula llatina w amb circumflex",375:"Lletra minúscula llatina y amb circumflex",sbquo:"Signe de cita simple baixa-9",8219:"Signe de cita simple alta-invertida-9",bdquo:"Signe de cita doble baixa-9",hellip:"Punts suspensius",trade:"SÃmbol de marca registrada",9658:"Punter negre apuntant cap a la dreta",bull:"Vinyeta",rarr:"Fletxa cap a la dreta",rArr:"Doble fletxa cap a la dreta",hArr:"Doble fletxa esquerra dreta",diams:"Vestit negre diamant", +asymp:"Gairebé igual a"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/cs.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/cs.js new file mode 100644 index 0000000..1d98c29 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/cs.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","cs",{euro:"Znak eura",lsquo:"PoÄáteÄnà uvozovka jednoduchá",rsquo:"Koncová uvozovka jednoduchá",ldquo:"PoÄáteÄnà uvozovka dvojitá",rdquo:"Koncová uvozovka dvojitá",ndash:"En pomlÄka",mdash:"Em pomlÄka",iexcl:"Obrácený vykÅiÄnÃk",cent:"Znak centu",pound:"Znak libry",curren:"Znak mÄny",yen:"Znak jenu",brvbar:"PÅeruÅ¡ená svislá Äára",sect:"Znak oddÃlu",uml:"PÅehláska",copy:"Znak copyrightu",ordf:"Ženský indikátor rodu",laquo:"Znak dvojitých lomených uvozovek vlevo", +not:"Logistický zápor",reg:"Znak registrace",macr:"PomlÄka nad",deg:"Znak stupnÄ",sup2:"Dvojka jako hornà index",sup3:"Trojka jako hornà index",acute:"Äárka nad vpravo",micro:"Znak mikro",para:"Znak odstavce",middot:"TeÄka uprostÅed",cedil:"Ocásek vlevo",sup1:"JedniÄka jako hornà index",ordm:"Mužský indikátor rodu",raquo:"Znak dvojitých lomených uvozovek vpravo",frac14:"ObyÄejný zlomek jedna Ätvrtina",frac12:"ObyÄejný zlomek jedna polovina",frac34:"ObyÄejný zlomek tÅi Ätvrtiny",iquest:"Znak obráceného otaznÃku", +Agrave:"Velké pÃsmeno latinky A s Äárkou nad vlevo",Aacute:"Velké pÃsmeno latinky A s Äárkou nad vpravo",Acirc:"Velké pÃsmeno latinky A s vokánÄm",Atilde:"Velké pÃsmeno latinky A s tildou",Auml:"Velké pÃsmeno latinky A s dvÄma teÄkami",Aring:"Velké pÃsmeno latinky A s kroužkem nad",AElig:"Velké pÃsmeno latinky Ae",Ccedil:"Velké pÃsmeno latinky C s ocáskem vlevo",Egrave:"Velké pÃsmeno latinky E s Äárkou nad vlevo",Eacute:"Velké pÃsmeno latinky E s Äárkou nad vpravo",Ecirc:"Velké pÃsmeno latinky E s vokánÄm", +Euml:"Velké pÃsmeno latinky E s dvÄma teÄkami",Igrave:"Velké pÃsmeno latinky I s Äárkou nad vlevo",Iacute:"Velké pÃsmeno latinky I s Äárkou nad vpravo",Icirc:"Velké pÃsmeno latinky I s vokánÄm",Iuml:"Velké pÃsmeno latinky I s dvÄma teÄkami",ETH:"Velké pÃsmeno latinky Eth",Ntilde:"Velké pÃsmeno latinky N s tildou",Ograve:"Velké pÃsmeno latinky O s Äárkou nad vlevo",Oacute:"Velké pÃsmeno latinky O s Äárkou nad vpravo",Ocirc:"Velké pÃsmeno latinky O s vokánÄm",Otilde:"Velké pÃsmeno latinky O s tildou", +Ouml:"Velké pÃsmeno latinky O s dvÄma teÄkami",times:"Znak násobenÃ",Oslash:"Velké pÃsmeno latinky O pÅeÅ¡krtnuté",Ugrave:"Velké pÃsmeno latinky U s Äárkou nad vlevo",Uacute:"Velké pÃsmeno latinky U s Äárkou nad vpravo",Ucirc:"Velké pÃsmeno latinky U s vokánÄm",Uuml:"Velké pÃsmeno latinky U s dvÄma teÄkami",Yacute:"Velké pÃsmeno latinky Y s Äárkou nad vpravo",THORN:"Velké pÃsmeno latinky Thorn",szlig:"Malé pÃsmeno latinky ostré s",agrave:"Malé pÃsmeno latinky a s Äárkou nad vlevo",aacute:"Malé pÃsmeno latinky a s Äárkou nad vpravo", +acirc:"Malé pÃsmeno latinky a s vokánÄm",atilde:"Malé pÃsmeno latinky a s tildou",auml:"Malé pÃsmeno latinky a s dvÄma teÄkami",aring:"Malé pÃsmeno latinky a s kroužkem nad",aelig:"Malé pÃsmeno latinky ae",ccedil:"Malé pÃsmeno latinky c s ocáskem vlevo",egrave:"Malé pÃsmeno latinky e s Äárkou nad vlevo",eacute:"Malé pÃsmeno latinky e s Äárkou nad vpravo",ecirc:"Malé pÃsmeno latinky e s vokánÄm",euml:"Malé pÃsmeno latinky e s dvÄma teÄkami",igrave:"Malé pÃsmeno latinky i s Äárkou nad vlevo",iacute:"Malé pÃsmeno latinky i s Äárkou nad vpravo", +icirc:"Malé pÃsmeno latinky i s vokánÄm",iuml:"Malé pÃsmeno latinky i s dvÄma teÄkami",eth:"Malé pÃsmeno latinky eth",ntilde:"Malé pÃsmeno latinky n s tildou",ograve:"Malé pÃsmeno latinky o s Äárkou nad vlevo",oacute:"Malé pÃsmeno latinky o s Äárkou nad vpravo",ocirc:"Malé pÃsmeno latinky o s vokánÄm",otilde:"Malé pÃsmeno latinky o s tildou",ouml:"Malé pÃsmeno latinky o s dvÄma teÄkami",divide:"Znak dÄlenÃ",oslash:"Malé pÃsmeno latinky o pÅeÅ¡krtnuté",ugrave:"Malé pÃsmeno latinky u s Äárkou nad vlevo", +uacute:"Malé pÃsmeno latinky u s Äárkou nad vpravo",ucirc:"Malé pÃsmeno latinky u s vokánÄm",uuml:"Malé pÃsmeno latinky u s dvÄma teÄkami",yacute:"Malé pÃsmeno latinky y s Äárkou nad vpravo",thorn:"Malé pÃsmeno latinky thorn",yuml:"Malé pÃsmeno latinky y s dvÄma teÄkami",OElig:"Velká ligatura latinky OE",oelig:"Malá ligatura latinky OE",372:"Velké pÃsmeno latinky W s vokánÄm",374:"Velké pÃsmeno latinky Y s vokánÄm",373:"Malé pÃsmeno latinky w s vokánÄm",375:"Malé pÃsmeno latinky y s vokánÄm",sbquo:"Dolnà 9 uvozovka jednoduchá", +8219:"Hornà obrácená 9 uvozovka jednoduchá",bdquo:"Dolnà 9 uvozovka dvojitá",hellip:"TrojteÄkový úvod",trade:"Obchodnà znaÄka",9658:"Äerný ukazatel smÄÅujÃcà vpravo",bull:"KoleÄko",rarr:"Å ipka vpravo",rArr:"Dvojitá Å¡ipka vpravo",hArr:"Dvojitá Å¡ipka vlevo a vpravo",diams:"Äerné piky",asymp:"TémÄÅ se rovná"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/cy.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/cy.js new file mode 100644 index 0000000..1ceb05b --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/cy.js @@ -0,0 +1,14 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","cy",{euro:"Arwydd yr Ewro",lsquo:"Dyfynnod chwith unigol",rsquo:"Dyfynnod dde unigol",ldquo:"Dyfynnod chwith dwbl",rdquo:"Dyfynnod dde dwbl",ndash:"Cysylltnod en",mdash:"Cysylltnod em",iexcl:"Ebychnod gwrthdro",cent:"Arwydd sent",pound:"Arwydd punt",curren:"Arwydd arian cyfred",yen:"Arwydd yen",brvbar:"Bar toriedig",sect:"Arwydd adran",uml:"Didolnod",copy:"Arwydd hawlfraint",ordf:"Dangosydd benywaidd",laquo:"Dyfynnod dwbl ar ongl i'r chwith",not:"Arwydd Nid", +reg:"Arwydd cofrestredig",macr:"Macron",deg:"Arwydd gradd",sup2:"Dau uwchsgript",sup3:"Tri uwchsgript",acute:"Acen ddyrchafedig",micro:"Arwydd micro",para:"Arwydd pilcrow",middot:"Dot canol",cedil:"Sedila",sup1:"Un uwchsgript",ordm:"Dangosydd gwrywaidd",raquo:"Dyfynnod dwbl ar ongl i'r dde",frac14:"Ffracsiwn cyffredin un cwarter",frac12:"Ffracsiwn cyffredin un hanner",frac34:"Ffracsiwn cyffredin tri chwarter",iquest:"Marc cwestiwn gwrthdroëdig",Agrave:"Priflythyren A Lladinaidd gydag acen ddisgynedig", +Aacute:"Priflythyren A Lladinaidd gydag acen ddyrchafedig",Acirc:"Priflythyren A Lladinaidd gydag acen grom",Atilde:"Priflythyren A Lladinaidd gyda thild",Auml:"Priflythyren A Lladinaidd gyda didolnod",Aring:"Priflythyren A Lladinaidd gyda chylch uwchben",AElig:"Priflythyren à Lladinaidd",Ccedil:"Priflythyren C Lladinaidd gyda sedila",Egrave:"Priflythyren E Lladinaidd gydag acen ddisgynedig",Eacute:"Priflythyren E Lladinaidd gydag acen ddyrchafedig",Ecirc:"Priflythyren E Lladinaidd gydag acen grom", +Euml:"Priflythyren E Lladinaidd gyda didolnod",Igrave:"Priflythyren I Lladinaidd gydag acen ddisgynedig",Iacute:"Priflythyren I Lladinaidd gydag acen ddyrchafedig",Icirc:"Priflythyren I Lladinaidd gydag acen grom",Iuml:"Priflythyren I Lladinaidd gyda didolnod",ETH:"Priflythyren Eth",Ntilde:"Priflythyren N Lladinaidd gyda thild",Ograve:"Priflythyren O Lladinaidd gydag acen ddisgynedig",Oacute:"Priflythyren O Lladinaidd gydag acen ddyrchafedig",Ocirc:"Priflythyren O Lladinaidd gydag acen grom",Otilde:"Priflythyren O Lladinaidd gyda thild", +Ouml:"Priflythyren O Lladinaidd gyda didolnod",times:"Arwydd lluosi",Oslash:"Priflythyren O Lladinaidd gyda strôc",Ugrave:"Priflythyren U Lladinaidd gydag acen ddisgynedig",Uacute:"Priflythyren U Lladinaidd gydag acen ddyrchafedig",Ucirc:"Priflythyren U Lladinaidd gydag acen grom",Uuml:"Priflythyren U Lladinaidd gyda didolnod",Yacute:"Priflythyren Y Lladinaidd gydag acen ddyrchafedig",THORN:"Priflythyren Thorn",szlig:"Llythyren s fach Lladinaidd siarp ",agrave:"Llythyren a fach Lladinaidd gydag acen ddisgynedig", +aacute:"Llythyren a fach Lladinaidd gydag acen ddyrchafedig",acirc:"Llythyren a fach Lladinaidd gydag acen grom",atilde:"Llythyren a fach Lladinaidd gyda thild",auml:"Llythyren a fach Lladinaidd gyda didolnod",aring:"Llythyren a fach Lladinaidd gyda chylch uwchben",aelig:"Llythyren æ fach Lladinaidd",ccedil:"Llythyren c fach Lladinaidd gyda sedila",egrave:"Llythyren e fach Lladinaidd gydag acen ddisgynedig",eacute:"Llythyren e fach Lladinaidd gydag acen ddyrchafedig",ecirc:"Llythyren e fach Lladinaidd gydag acen grom", +euml:"Llythyren e fach Lladinaidd gyda didolnod",igrave:"Llythyren i fach Lladinaidd gydag acen ddisgynedig",iacute:"Llythyren i fach Lladinaidd gydag acen ddyrchafedig",icirc:"Llythyren i fach Lladinaidd gydag acen grom",iuml:"Llythyren i fach Lladinaidd gyda didolnod",eth:"Llythyren eth fach",ntilde:"Llythyren n fach Lladinaidd gyda thild",ograve:"Llythyren o fach Lladinaidd gydag acen ddisgynedig",oacute:"Llythyren o fach Lladinaidd gydag acen ddyrchafedig",ocirc:"Llythyren o fach Lladinaidd gydag acen grom", +otilde:"Llythyren o fach Lladinaidd gyda thild",ouml:"Llythyren o fach Lladinaidd gyda didolnod",divide:"Arwydd rhannu",oslash:"Llythyren o fach Lladinaidd gyda strôc",ugrave:"Llythyren u fach Lladinaidd gydag acen ddisgynedig",uacute:"Llythyren u fach Lladinaidd gydag acen ddyrchafedig",ucirc:"Llythyren u fach Lladinaidd gydag acen grom",uuml:"Llythyren u fach Lladinaidd gyda didolnod",yacute:"Llythyren y fach Lladinaidd gydag acen ddisgynedig",thorn:"Llythyren o fach Lladinaidd gyda strôc",yuml:"Llythyren y fach Lladinaidd gyda didolnod", +OElig:"Priflythyren cwlwm OE Lladinaidd ",oelig:"Priflythyren cwlwm oe Lladinaidd ",372:"Priflythyren W gydag acen grom",374:"Priflythyren Y gydag acen grom",373:"Llythyren w fach gydag acen grom",375:"Llythyren y fach gydag acen grom",sbquo:"Dyfynnod sengl 9-isel",8219:"Dyfynnod sengl 9-uchel cildro",bdquo:"Dyfynnod dwbl 9-isel",hellip:"Coll geiriau llorweddol",trade:"Arwydd marc masnachol",9658:"Pwyntydd du i'r dde",bull:"Bwled",rarr:"Saeth i'r dde",rArr:"Saeth ddwbl i'r dde",hArr:"Saeth ddwbl i'r chwith", +diams:"Siwt diemwnt du",asymp:"Bron yn hafal iddo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/da.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/da.js new file mode 100644 index 0000000..7b26e4c --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/da.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","da",{euro:"Euro-tegn",lsquo:"Venstre enkelt anførselstegn",rsquo:"Højre enkelt anførselstegn",ldquo:"Venstre dobbelt anførselstegn",rdquo:"Højre dobbelt anførselstegn",ndash:"Bindestreg",mdash:"Tankestreg",iexcl:"Omvendt udrÃ¥bstegn",cent:"Cent-tegn",pound:"Pund-tegn",curren:"Kurs-tegn",yen:"Yen-tegn",brvbar:"Brudt streg",sect:"Paragraftegn",uml:"Umlaut",copy:"Copyright-tegn",ordf:"Feminin ordinal indikator",laquo:"Venstre dobbel citations-vinkel",not:"Negation", +reg:"Registreret varemærke tegn",macr:"Macron",deg:"Grad-tegn",sup2:"Superscript to",sup3:"Superscript tre",acute:"Prim-tegn",micro:"Mikro-tegn",para:"Pilcrow-tegn",middot:"Punkt-tegn",cedil:"Cedille",sup1:"Superscript et",ordm:"Maskulin ordinal indikator",raquo:"Højre dobbel citations-vinkel",frac14:"En fjerdedel",frac12:"En halv",frac34:"En tredjedel",iquest:"Omvendt udrÃ¥bstegn",Agrave:"Stort A med accent grave",Aacute:"Stort A med accent aigu",Acirc:"Stort A med cirkumfleks",Atilde:"Stort A med tilde", +Auml:"Stort A med umlaut",Aring:"Stort à ",AElig:"Stort Ã",Ccedil:"Stort C med cedille",Egrave:"Stort E med accent grave",Eacute:"Stort E med accent aigu",Ecirc:"Stort E med cirkumfleks",Euml:"Stort E med umlaut",Igrave:"Stort I med accent grave",Iacute:"Stort I med accent aigu",Icirc:"Stort I med cirkumfleks",Iuml:"Stort I med umlaut",ETH:"Stort à (edd)",Ntilde:"Stort N med tilde",Ograve:"Stort O med accent grave",Oacute:"Stort O med accent aigu",Ocirc:"Stort O med cirkumfleks",Otilde:"Stort O med tilde", +Ouml:"Stort O med umlaut",times:"Gange-tegn",Oslash:"Stort Ã",Ugrave:"Stort U med accent grave",Uacute:"Stort U med accent aigu",Ucirc:"Stort U med cirkumfleks",Uuml:"Stort U med umlaut",Yacute:"Stort Y med accent aigu",THORN:"Stort Thorn",szlig:"Lille eszett",agrave:"Lille a med accent grave",aacute:"Lille a med accent aigu",acirc:"Lille a med cirkumfleks",atilde:"Lille a med tilde",auml:"Lille a med umlaut",aring:"Lilla Ã¥",aelig:"Lille æ",ccedil:"Lille c med cedille",egrave:"Lille e med accent grave", +eacute:"Lille e med accent aigu",ecirc:"Lille e med cirkumfleks",euml:"Lille e med umlaut",igrave:"Lille i med accent grave",iacute:"Lille i med accent aigu",icirc:"Lille i med cirkumfleks",iuml:"Lille i med umlaut",eth:"Lille ð (edd)",ntilde:"Lille n med tilde",ograve:"Lille o med accent grave",oacute:"Lille o med accent aigu",ocirc:"Lille o med cirkumfleks",otilde:"Lille o med tilde",ouml:"Lille o med umlaut",divide:"Divisions-tegn",oslash:"Lille ø",ugrave:"Lille u med accent grave",uacute:"Lille u med accent aigu", +ucirc:"Lille u med cirkumfleks",uuml:"Lille u med umlaut",yacute:"Lille y med accent aigu",thorn:"Lille thorn",yuml:"Lille y med umlaut",OElig:"Stort Ã",oelig:"Lille æ",372:"Stort W med cirkumfleks",374:"Stort Y med cirkumfleks",373:"Lille w med cirkumfleks",375:"Lille y med cirkumfleks",sbquo:"Lavt enkelt 9-komma citationstegn",8219:"Højt enkelt 9-komma citationstegn",bdquo:"Dobbelt 9-komma citationstegn",hellip:"Tre horizontale prikker",trade:"Varemærke-tegn",9658:"Sort højre pil",bull:"Punkt", +rarr:"Højre pil",rArr:"Højre dobbelt pil",hArr:"Venstre højre dobbelt pil",diams:"Sort diamant",asymp:"Næsten lig med"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js new file mode 100644 index 0000000..60673f0 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","de-ch",{euro:"Euro Zeichen",lsquo:"Hochkomma links",rsquo:"Hochkomma rechts",ldquo:"Anführungszeichen links",rdquo:"Anführungszeichen rechts",ndash:"Kleiner Strich",mdash:"Mittlerer Strich",iexcl:"Invertiertes Ausrufezeichen",cent:"Cent-Zeichen",pound:"Pfund-Zeichen",curren:"Währungszeichen",yen:"Yen",brvbar:"Gestrichelte Linie",sect:"Paragrafenzeichen",uml:"Diäresis",copy:"Copyright-Zeichen",ordf:"Feminine ordinal Anzeige",laquo:"Nach links zeigenden Doppel-Winkel Anführungszeichen", +not:"Not-Zeichen",reg:"Registriert-Zeichen",macr:"Längezeichen",deg:"Grad-Zeichen",sup2:"Hoch 2",sup3:"Hoch 3",acute:"Akzentzeichen ",micro:"Mikro-Zeichen",para:"Pilcrow-Zeichen",middot:"Mittelpunkt",cedil:"Cedilla",sup1:"Hoch 1",ordm:"Männliche Ordnungszahl Anzeige",raquo:"Nach rechts zeigenden Doppel-Winkel Anführungszeichen",frac14:"ein Viertel",frac12:"Hälfte",frac34:"Dreiviertel",iquest:"Umgekehrtes Fragezeichen",Agrave:"Lateinischer Buchstabe A mit AkzentGrave",Aacute:"Lateinischer Buchstabe A mit Akutakzent", +Acirc:"Lateinischer Buchstabe A mit Zirkumflex",Atilde:"Lateinischer Buchstabe A mit Tilde",Auml:"Lateinischer Buchstabe A mit Trema",Aring:"Lateinischer Buchstabe A mit Ring oben",AElig:"Lateinischer Buchstabe Ã",Ccedil:"Lateinischer Buchstabe C mit Cedille",Egrave:"Lateinischer Buchstabe E mit AkzentGrave",Eacute:"Lateinischer Buchstabe E mit Akutakzent",Ecirc:"Lateinischer Buchstabe E mit Zirkumflex",Euml:"Lateinischer Buchstabe E Trema",Igrave:"Lateinischer Buchstabe I mit AkzentGrave",Iacute:"Lateinischer Buchstabe I mit Akutakzent", +Icirc:"Lateinischer Buchstabe I mit Zirkumflex",Iuml:"Lateinischer Buchstabe I mit Trema",ETH:"Lateinischer Buchstabe Eth",Ntilde:"Lateinischer Buchstabe N mit Tilde",Ograve:"Lateinischer Buchstabe O mit AkzentGrave",Oacute:"Lateinischer Buchstabe O mit Akutakzent",Ocirc:"Lateinischer Buchstabe O mit Zirkumflex",Otilde:"Lateinischer Buchstabe O mit Tilde",Ouml:"Lateinischer Buchstabe O mit Trema",times:"Multiplikation",Oslash:"Lateinischer Buchstabe O durchgestrichen",Ugrave:"Lateinischer Buchstabe U mit Akzentgrave", +Uacute:"Lateinischer Buchstabe U mit Akutakzent",Ucirc:"Lateinischer Buchstabe U mit Zirkumflex",Uuml:"Lateinischer Buchstabe a mit Trema",Yacute:"Lateinischer Buchstabe a mit Akzent",THORN:"Lateinischer Buchstabe mit Dorn",szlig:"Kleiner lateinischer Buchstabe scharfe s",agrave:"Kleiner lateinischer Buchstabe a mit Accent grave",aacute:"Kleiner lateinischer Buchstabe a mit Akut",acirc:"Lateinischer Buchstabe a mit Zirkumflex",atilde:"Lateinischer Buchstabe a mit Tilde",auml:"Kleiner lateinischer Buchstabe a mit Trema", +aring:"Kleiner lateinischer Buchstabe a mit Ring oben",aelig:"Lateinischer Buchstabe æ",ccedil:"Kleiner lateinischer Buchstabe c mit Cedille",egrave:"Kleiner lateinischer Buchstabe e mit Accent grave",eacute:"Kleiner lateinischer Buchstabe e mit Akut",ecirc:"Kleiner lateinischer Buchstabe e mit Zirkumflex",euml:"Kleiner lateinischer Buchstabe e mit Trema",igrave:"Kleiner lateinischer Buchstabe i mit AkzentGrave",iacute:"Kleiner lateinischer Buchstabe i mit Akzent",icirc:"Kleiner lateinischer Buchstabe i mit Zirkumflex", +iuml:"Kleiner lateinischer Buchstabe i mit Trema",eth:"Kleiner lateinischer Buchstabe eth",ntilde:"Kleiner lateinischer Buchstabe n mit Tilde",ograve:"Kleiner lateinischer Buchstabe o mit Accent grave",oacute:"Kleiner lateinischer Buchstabe o mit Akzent",ocirc:"Kleiner lateinischer Buchstabe o mit Zirkumflex",otilde:"Lateinischer Buchstabe i mit Tilde",ouml:"Kleiner lateinischer Buchstabe o mit Trema",divide:"Divisionszeichen",oslash:"Kleiner lateinischer Buchstabe o durchgestrichen",ugrave:"Kleiner lateinischer Buchstabe u mit Accent grave", +uacute:"Kleiner lateinischer Buchstabe u mit Akut",ucirc:"Kleiner lateinischer Buchstabe u mit Zirkumflex",uuml:"Kleiner lateinischer Buchstabe u mit Trema",yacute:"Kleiner lateinischer Buchstabe y mit Akut",thorn:"Kleiner lateinischer Buchstabe Dorn",yuml:"Kleiner lateinischer Buchstabe y mit Trema",OElig:"Lateinischer Buchstabe Ligatur OE",oelig:"Kleiner lateinischer Buchstabe Ligatur OE",372:"Lateinischer Buchstabe W mit Zirkumflex",374:"Lateinischer Buchstabe Y mit Zirkumflex",373:"Kleiner lateinischer Buchstabe w mit Zirkumflex", +375:"Kleiner lateinischer Buchstabe y mit Zirkumflex",sbquo:"Tiefergestelltes Komma",8219:"Rumgedrehtes Komma",bdquo:"Doppeltes Anführungszeichen unten",hellip:"horizontale Auslassungspunkte",trade:"Handelszeichen",9658:"Dreickspfeil rechts",bull:"Bullet",rarr:"Pfeil rechts",rArr:"Doppelpfeil rechts",hArr:"Doppelpfeil links",diams:"Karo",asymp:"Ungefähr"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/de.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/de.js new file mode 100644 index 0000000..2f67f0c --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/de.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","de",{euro:"Euro Zeichen",lsquo:"Hochkomma links",rsquo:"Hochkomma rechts",ldquo:"Anführungszeichen links",rdquo:"Anführungszeichen rechts",ndash:"Kleiner Strich",mdash:"Mittlerer Strich",iexcl:"Invertiertes Ausrufezeichen",cent:"Cent-Zeichen",pound:"Pfund-Zeichen",curren:"Währungszeichen",yen:"Yen",brvbar:"Gestrichelte Linie",sect:"Paragrafenzeichen",uml:"Diäresis",copy:"Copyright-Zeichen",ordf:"Feminine ordinal Anzeige",laquo:"Nach links zeigenden Doppel-Winkel Anführungszeichen", +not:"Not-Zeichen",reg:"Registriert-Zeichen",macr:"Längezeichen",deg:"Grad-Zeichen",sup2:"Hoch 2",sup3:"Hoch 3",acute:"Akzentzeichen ",micro:"Mikro-Zeichen",para:"Pilcrow-Zeichen",middot:"Mittelpunkt",cedil:"Cedilla",sup1:"Hoch 1",ordm:"Männliche Ordnungszahl Anzeige",raquo:"Nach rechts zeigenden Doppel-Winkel Anführungszeichen",frac14:"ein Viertel",frac12:"Hälfte",frac34:"Dreiviertel",iquest:"Umgekehrtes Fragezeichen",Agrave:"Lateinischer Buchstabe A mit AkzentGrave",Aacute:"Lateinischer Buchstabe A mit Akutakzent", +Acirc:"Lateinischer Buchstabe A mit Zirkumflex",Atilde:"Lateinischer Buchstabe A mit Tilde",Auml:"Lateinischer Buchstabe A mit Trema",Aring:"Lateinischer Buchstabe A mit Ring oben",AElig:"Lateinischer Buchstabe Ã",Ccedil:"Lateinischer Buchstabe C mit Cedille",Egrave:"Lateinischer Buchstabe E mit AkzentGrave",Eacute:"Lateinischer Buchstabe E mit Akutakzent",Ecirc:"Lateinischer Buchstabe E mit Zirkumflex",Euml:"Lateinischer Buchstabe E Trema",Igrave:"Lateinischer Buchstabe I mit AkzentGrave",Iacute:"Lateinischer Buchstabe I mit Akutakzent", +Icirc:"Lateinischer Buchstabe I mit Zirkumflex",Iuml:"Lateinischer Buchstabe I mit Trema",ETH:"Lateinischer Buchstabe Eth",Ntilde:"Lateinischer Buchstabe N mit Tilde",Ograve:"Lateinischer Buchstabe O mit AkzentGrave",Oacute:"Lateinischer Buchstabe O mit Akutakzent",Ocirc:"Lateinischer Buchstabe O mit Zirkumflex",Otilde:"Lateinischer Buchstabe O mit Tilde",Ouml:"Lateinischer Buchstabe O mit Trema",times:"Multiplikation",Oslash:"Lateinischer Buchstabe O durchgestrichen",Ugrave:"Lateinischer Buchstabe U mit Akzentgrave", +Uacute:"Lateinischer Buchstabe U mit Akutakzent",Ucirc:"Lateinischer Buchstabe U mit Zirkumflex",Uuml:"Lateinischer Buchstabe a mit Trema",Yacute:"Lateinischer Buchstabe a mit Akzent",THORN:"Lateinischer Buchstabe mit Dorn",szlig:"Kleiner lateinischer Buchstabe scharfe s",agrave:"Kleiner lateinischer Buchstabe a mit Accent grave",aacute:"Kleiner lateinischer Buchstabe a mit Akut",acirc:"Lateinischer Buchstabe a mit Zirkumflex",atilde:"Lateinischer Buchstabe a mit Tilde",auml:"Kleiner lateinischer Buchstabe a mit Trema", +aring:"Kleiner lateinischer Buchstabe a mit Ring oben",aelig:"Lateinischer Buchstabe æ",ccedil:"Kleiner lateinischer Buchstabe c mit Cedille",egrave:"Kleiner lateinischer Buchstabe e mit Accent grave",eacute:"Kleiner lateinischer Buchstabe e mit Akut",ecirc:"Kleiner lateinischer Buchstabe e mit Zirkumflex",euml:"Kleiner lateinischer Buchstabe e mit Trema",igrave:"Kleiner lateinischer Buchstabe i mit AkzentGrave",iacute:"Kleiner lateinischer Buchstabe i mit Akzent",icirc:"Kleiner lateinischer Buchstabe i mit Zirkumflex", +iuml:"Kleiner lateinischer Buchstabe i mit Trema",eth:"Kleiner lateinischer Buchstabe eth",ntilde:"Kleiner lateinischer Buchstabe n mit Tilde",ograve:"Kleiner lateinischer Buchstabe o mit Accent grave",oacute:"Kleiner lateinischer Buchstabe o mit Akzent",ocirc:"Kleiner lateinischer Buchstabe o mit Zirkumflex",otilde:"Lateinischer Buchstabe i mit Tilde",ouml:"Kleiner lateinischer Buchstabe o mit Trema",divide:"Divisionszeichen",oslash:"Kleiner lateinischer Buchstabe o durchgestrichen",ugrave:"Kleiner lateinischer Buchstabe u mit Accent grave", +uacute:"Kleiner lateinischer Buchstabe u mit Akut",ucirc:"Kleiner lateinischer Buchstabe u mit Zirkumflex",uuml:"Kleiner lateinischer Buchstabe u mit Trema",yacute:"Kleiner lateinischer Buchstabe y mit Akut",thorn:"Kleiner lateinischer Buchstabe Dorn",yuml:"Kleiner lateinischer Buchstabe y mit Trema",OElig:"Lateinischer Buchstabe Ligatur OE",oelig:"Kleiner lateinischer Buchstabe Ligatur OE",372:"Lateinischer Buchstabe W mit Zirkumflex",374:"Lateinischer Buchstabe Y mit Zirkumflex",373:"Kleiner lateinischer Buchstabe w mit Zirkumflex", +375:"Kleiner lateinischer Buchstabe y mit Zirkumflex",sbquo:"Tiefergestelltes Komma",8219:"Rumgedrehtes Komma",bdquo:"Doppeltes Anführungszeichen unten",hellip:"horizontale Auslassungspunkte",trade:"Handelszeichen",9658:"Dreickspfeil rechts",bull:"Bullet",rarr:"Pfeil rechts",rArr:"Doppelpfeil rechts",hArr:"Doppelpfeil links",diams:"Karo",asymp:"Ungefähr"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/el.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/el.js new file mode 100644 index 0000000..c27777e --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/el.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","el",{euro:"ΣÏμβολο ÎÏ ÏÏ",lsquo:"ÎÏιÏÏεÏÏÏ ÏαÏακÏήÏÎ±Ï Î¼Î¿Î½Î¿Ï ÎµÎ¹ÏαγÏγικοÏ",rsquo:"ÎεξιÏÏ ÏαÏακÏήÏÎ±Ï Î¼Î¿Î½Î¿Ï ÎµÎ¹ÏαγÏγικοÏ",ldquo:"ÎÏιÏÏεÏÏÏ ÏαÏακÏήÏÎ±Ï ÎµÏ Î¸ÏγÏαμμÏν ειÏαγÏγικÏν",rdquo:"ÎεξιÏÏ ÏαÏακÏήÏÎ±Ï ÎµÏ Î¸ÏγÏαμμÏν ειÏαγÏγικÏν",ndash:"ΠαÏλα en",mdash:"ΠαÏλα em",iexcl:"ÎνάÏοδο Î¸Î±Ï Î¼Î±ÏÏικÏ",cent:"ΣÏμβολο ÏενÏ",pound:"ΣÏμβολο λίÏαÏ",curren:"ΣÏμβολο ÏÏ Î½Î±Î»Î»Î±Î³Î¼Î±ÏÎ¹ÎºÎ®Ï Î¼Î¿Î½Î¬Î´Î±Ï",yen:"ΣÏμβολο Îιεν",brvbar:"ΣÏαÏμÎνη μÏάÏα",sect:"ΣÏμβολο ÏμήμαÏοÏ",uml:"ÎιαίÏεÏη",copy:"ΣÏμβολο ÏÎ½ÎµÏ Î¼Î±ÏικÏν δικαιÏμάÏÏν", +ordf:"ÎÎ·Î»Ï ÎºÏÏ ÏακÏικÏÏ Î´ÎµÎ¯ÎºÏηÏ",laquo:"ÎÏνιÏδη ειÏαγÏγικά αÏιÏÏεÏÎ®Ï ÎºÎ±ÏάδειξηÏ",not:"ΣÏμβολο άÏνηÏηÏ",reg:"ΣÏμβολο ÏημάÏÏν καÏαÏεθÎν",macr:"ÎακÏÏν",deg:"ΣÏμβολο βαθμοÏ",sup2:"ÎκÏεθειμÎνο δÏο",sup3:"ÎκÏεθειμÎνο ÏÏία",acute:"Îξεία",micro:"ΣÏμβολο μικÏοÏ",para:"ΣÏμβολο ÏαÏαγÏάÏÎ¿Ï ",middot:"ÎÎÏη Ïελεία",cedil:"Î¥ÏογεγÏαμμÎνη",sup1:"ÎκÏεθειμÎνο Îνα",ordm:"ÎÏÏενικÏÏ ÏακÏικÏÏ Î´ÎµÎ¯ÎºÏηÏ",raquo:"ÎÏνιÏδη ειÏαγÏγικά Î´ÎµÎ¾Î¹Î¬Ï ÎºÎ±ÏάδειξηÏ",frac14:"ÎνήÏιο κλάÏμα ενÏÏ ÏεÏάÏÏÎ¿Ï ",frac12:"ÎνήÏιο κλάÏμα ενÏÏ Î´ÎµÏÏεÏÎ¿Ï ",frac34:"ÎνήÏιο κλάÏμα ÏÏιÏν ÏεÏάÏÏÏν", +iquest:"ÎνάÏοδο Î¸Î±Ï Î¼Î±ÏÏικÏ",Agrave:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα A με βαÏεία",Aacute:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα A με οξεία",Acirc:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα A με ÏεÏιÏÏÏμÎνη",Atilde:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα A με ÏεÏιÏÏÏμÎνη",Auml:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα A με Î´Î¹Î±Î»Ï Ïικά",Aring:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα A με δακÏÏλιο εÏάνÏ",AElig:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα Ã",Ccedil:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα C με Ï ÏογεγÏαμμÎνη",Egrave:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα E με βαÏεία",Eacute:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα E με οξεία",Ecirc:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα Πμε ÏεÏιÏÏÏμÎνη ", +Euml:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα Πμε Î´Î¹Î±Î»Ï Ïικά",Igrave:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα I με βαÏεία",Iacute:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα I με οξεία",Icirc:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα I με ÏεÏιÏÏÏμÎνη",Iuml:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα I με Î´Î¹Î±Î»Ï Ïικά ",ETH:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα Eth",Ntilde:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα N με ÏεÏιÏÏÏμÎνη",Ograve:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα O με βαÏεία",Oacute:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα O με οξεία",Ocirc:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα O με ÏεÏιÏÏÏμÎνη ",Otilde:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα O με ÏεÏιÏÏÏμÎνη", +Ouml:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα O με Î´Î¹Î±Î»Ï Ïικά",times:"ΣÏμβολο ÏολλαÏλαÏιαÏμοÏ",Oslash:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα O με Î¼Î¿Î»Ï Î²Î¹Î¬",Ugrave:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα U με βαÏεία",Uacute:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα U με οξεία",Ucirc:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα U με ÏεÏιÏÏÏμÎνη",Uuml:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα U με Î´Î¹Î±Î»Ï Ïικά",Yacute:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα Y με οξεία",THORN:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα Thorn",szlig:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα αÏÏÏομο s",agrave:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα a με βαÏεία",aacute:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα a με οξεία", +acirc:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα a με ÏεÏιÏÏÏμÎνη",atilde:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα a με ÏεÏιÏÏÏμÎνη",auml:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα a με Î´Î¹Î±Î»Ï Ïικά",aring:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα a με δακÏÏλιο ÏάνÏ",aelig:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα æ",ccedil:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα c με Ï ÏογεγÏαμμÎνη",egrave:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα ε με βαÏεία",eacute:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα e με οξεία",ecirc:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα e με ÏεÏιÏÏÏμÎνη",euml:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα e με Î´Î¹Î±Î»Ï Ïικά",igrave:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα i με βαÏεία",iacute:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα i με οξεία", +icirc:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα i με ÏεÏιÏÏÏμÎνη",iuml:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα i με Î´Î¹Î±Î»Ï Ïικά",eth:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα eth",ntilde:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα n με ÏεÏιÏÏÏμÎνη",ograve:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα o με βαÏεία",oacute:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα o με οξεία ",ocirc:"ÎαÏÎ¹Î½Î¹ÎºÏ ÏÎµÎ¶Ï Î³Ïάμμα o με ÏεÏιÏÏÏμÎνη",otilde:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα o με ÏεÏιÏÏÏμÎνη ",ouml:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα o με Î´Î¹Î±Î»Ï Ïικά",divide:"ΣÏμβολο διαίÏεÏηÏ",oslash:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα o με ÏεÏιÏÏÏμÎνη",ugrave:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα u με βαÏεία", +uacute:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα u με οξεία",ucirc:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα u με ÏεÏιÏÏÏμÎνη",uuml:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα u με Î´Î¹Î±Î»Ï Ïικά",yacute:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα y με οξεία",thorn:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα thorn",yuml:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα y με Î´Î¹Î±Î»Ï Ïικά",OElig:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο ÏÏμÏλεγμα ÎÎ",oelig:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ ÏÏμÏλεγμα oe",372:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα W με ÏεÏιÏÏÏμÎνη",374:"ÎαÏÎ¹Î½Î¹ÎºÏ ÎºÎµÏαλαίο γÏάμμα Y με ÏεÏιÏÏÏμÎνη",373:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα w με ÏεÏιÏÏÏμÎνη",375:"ÎαÏÎ¹Î½Î¹ÎºÏ Î¼Î¹ÎºÏÏ Î³Ïάμμα y με ÏεÏιÏÏÏμÎνη", +sbquo:"Îνιαίο Ïαμηλο -9 ειÏαγÏÎ³Î¹ÎºÏ ",8219:"Îνιαίο Ï Ïηλο ανεÏÏÏαμμÎνο-9 ειÏαγÏÎ³Î¹ÎºÏ ",bdquo:"ÎιÏÎ»Ï ÏαμηλÏ-9 ειÏαγÏÎ³Î¹ÎºÏ ",hellip:"ÎÏιζÏνÏια αÏοÏιÏÏηÏικά",trade:"ΣÏμβολο εμÏοÏÎ¹ÎºÎ¿Ï ÎºÎ±ÏαÏεθÎν",9658:"ÎαÏÏÎ¿Ï Î´ÎµÎ¯ÎºÏÎ·Ï ÏÎ¿Ï Î´ÎµÎ¯Ïνει ÏÏÎ¿Ï Ïα δεξιά",bull:"ÎÎ¿Ï ÎºÎºÎ¯Î´Î±",rarr:"Îεξί βελάκι",rArr:"ÎιÏÎ»Ï Î´ÎµÎ¾Î¯ βελάκι",hArr:"ÎιÏÎ»Ï Î²ÎµÎ»Î¬ÎºÎ¹ αÏιÏÏεÏά-δεξιά",diams:"ÎαÏÏο διαμάνÏι",asymp:"ΣÏεδÏν ίÏο με"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js new file mode 100644 index 0000000..e0128d6 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","en-gb",{euro:"Euro sign",lsquo:"Left single quotation mark",rsquo:"Right single quotation mark",ldquo:"Left double quotation mark",rdquo:"Right double quotation mark",ndash:"En dash",mdash:"Em dash",iexcl:"Inverted exclamation mark",cent:"Cent sign",pound:"Pound sign",curren:"Currency sign",yen:"Yen sign",brvbar:"Broken bar",sect:"Section sign",uml:"Diaeresis",copy:"Copyright sign",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark", +not:"Not sign",reg:"Registered sign",macr:"Macron",deg:"Degree sign",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"Micro sign",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/en.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/en.js new file mode 100644 index 0000000..d89d46d --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/en.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","en",{euro:"Euro sign",lsquo:"Left single quotation mark",rsquo:"Right single quotation mark",ldquo:"Left double quotation mark",rdquo:"Right double quotation mark",ndash:"En dash",mdash:"Em dash",iexcl:"Inverted exclamation mark",cent:"Cent sign",pound:"Pound sign",curren:"Currency sign",yen:"Yen sign",brvbar:"Broken bar",sect:"Section sign",uml:"Diaeresis",copy:"Copyright sign",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark", +not:"Not sign",reg:"Registered sign",macr:"Macron",deg:"Degree sign",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"Micro sign",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/eo.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/eo.js new file mode 100644 index 0000000..4c17340 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/eo.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","eo",{euro:"EÅrosigno",lsquo:"Supra 6-citilo",rsquo:"Supra 9-citilo",ldquo:"Supra 66-citilo",rdquo:"Supra 99-citilo",ndash:"Streketo",mdash:"Substreko",iexcl:"Renversita krisigno",cent:"Cendosigno",pound:"Pundosigno",curren:"Monersigno",yen:"Enosigno",brvbar:"Rompita vertikala streko",sect:"Kurba paragrafo",uml:"Tremao",copy:"Kopirajtosigno",ordf:"Adjektiva numerfinaĵo",laquo:"Duobla malplio-citilo",not:"Negohoko",reg:"Registrita marko",macr:"Superstreko",deg:"Gradosigno", +sup2:"Supra indico 2",sup3:"Supra indico 3",acute:"Dekstra korno",micro:"Mikrosigno",para:"Rekta paragrafo",middot:"Meza punkto",cedil:"Zoeto",sup1:"Supra indico 1",ordm:"Substantiva numerfinaĵo",raquo:"Duobla plio-citilo",frac14:"Kvaronosigno",frac12:"Duonosigno",frac34:"Trikvaronosigno",iquest:"renversita demandosigno",Agrave:"Latina Äeflitero A kun liva korno",Aacute:"Latina Äeflitero A kun dekstra korno",Acirc:"Latina Äeflitero A kun Äapelo",Atilde:"Latina Äeflitero A kun tildo",Auml:"Latina Äeflitero A kun tremao", +Aring:"Latina Äeflitero A kun superringo",AElig:"Latina Äeflitera ligaturo Ã",Ccedil:"Latina Äeflitero C kun zoeto",Egrave:"Latina Äeflitero E kun liva korno",Eacute:"Latina Äeflitero E kun dekstra korno",Ecirc:"Latina Äeflitero E kun Äapelo",Euml:"Latina Äeflitero E kun tremao",Igrave:"Latina Äeflitero I kun liva korno",Iacute:"Latina Äeflitero I kun dekstra korno",Icirc:"Latina Äeflitero I kun Äapelo",Iuml:"Latina Äeflitero I kun tremao",ETH:"Latina Äeflitero islanda edo",Ntilde:"Latina Äeflitero N kun tildo", +Ograve:"Latina Äeflitero O kun liva korno",Oacute:"Latina Äeflitero O kun dekstra korno",Ocirc:"Latina Äeflitero O kun Äapelo",Otilde:"Latina Äeflitero O kun tildo",Ouml:"Latina Äeflitero O kun tremao",times:"Multipliko",Oslash:"Latina Äeflitero O trastrekita",Ugrave:"Latina Äeflitero U kun liva korno",Uacute:"Latina Äeflitero U kun dekstra korno",Ucirc:"Latina Äeflitero U kun Äapelo",Uuml:"Latina Äeflitero U kun tremao",Yacute:"Latina Äeflitero Y kun dekstra korno",THORN:"Latina Äeflitero islanda dorno", +szlig:"Latina etlitero germana sozo (akra s)",agrave:"Latina etlitero a kun liva korno",aacute:"Latina etlitero a kun dekstra korno",acirc:"Latina etlitero a kun Äapelo",atilde:"Latina etlitero a kun tildo",auml:"Latina etlitero a kun tremao",aring:"Latina etlitero a kun superringo",aelig:"Latina etlitera ligaturo æ",ccedil:"Latina etlitero c kun zoeto",egrave:"Latina etlitero e kun liva korno",eacute:"Latina etlitero e kun dekstra korno",ecirc:"Latina etlitero e kun Äapelo",euml:"Latina etlitero e kun tremao", +igrave:"Latina etlitero i kun liva korno",iacute:"Latina etlitero i kun dekstra korno",icirc:"Latina etlitero i kun Äapelo",iuml:"Latina etlitero i kun tremao",eth:"Latina etlitero islanda edo",ntilde:"Latina etlitero n kun tildo",ograve:"Latina etlitero o kun liva korno",oacute:"Latina etlitero o kun dekstra korno",ocirc:"Latina etlitero o kun Äapelo",otilde:"Latina etlitero o kun tildo",ouml:"Latina etlitero o kun tremao",divide:"Dividosigno",oslash:"Latina etlitero o trastrekita",ugrave:"Latina etlitero u kun liva korno", +uacute:"Latina etlitero u kun dekstra korno",ucirc:"Latina etlitero u kun Äapelo",uuml:"Latina etlitero u kun tremao",yacute:"Latina etlitero y kun dekstra korno",thorn:"Latina etlitero islanda dorno",yuml:"Latina etlitero y kun tremao",OElig:"Latina Äeflitera ligaturo Å",oelig:"Latina etlitera ligaturo Å",372:"Latina Äeflitero W kun Äapelo",374:"Latina Äeflitero Y kun Äapelo",373:"Latina etlitero w kun Äapelo",375:"Latina etlitero y kun Äapelo",sbquo:"Suba 9-citilo",8219:"Supra renversita 9-citilo", +bdquo:"Suba 99-citilo",hellip:"Tripunkto",trade:"Varmarka signo",9658:"Nigra sago dekstren",bull:"Bulmarko",rarr:"Sago dekstren",rArr:"Duobla sago dekstren",hArr:"Duobla sago maldekstren",diams:"Nigra kvadrato",asymp:"PreskaÅ egala"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/es.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/es.js new file mode 100644 index 0000000..875b644 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/es.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","es",{euro:"SÃmbolo de euro",lsquo:"Comilla simple izquierda",rsquo:"Comilla simple derecha",ldquo:"Comilla doble izquierda",rdquo:"Comilla doble derecha",ndash:"Guión corto",mdash:"Guión medio largo",iexcl:"Signo de admiración invertido",cent:"SÃmbolo centavo",pound:"SÃmbolo libra",curren:"SÃmbolo moneda",yen:"SÃmbolo yen",brvbar:"Barra vertical rota",sect:"SÃmbolo sección",uml:"Diéresis",copy:"Signo de derechos de autor",ordf:"Indicador ordinal femenino",laquo:"Abre comillas angulares", +not:"Signo negación",reg:"Signo de marca registrada",macr:"Guión alto",deg:"Signo de grado",sup2:"SuperÃndice dos",sup3:"SuperÃndice tres",acute:"Acento agudo",micro:"Signo micro",para:"Signo de pi",middot:"Punto medio",cedil:"Cedilla",sup1:"SuperÃndice uno",ordm:"Indicador orginal masculino",raquo:"Cierra comillas angulares",frac14:"Fracción ordinaria de un quarto",frac12:"Fracción ordinaria de una mitad",frac34:"Fracción ordinaria de tres cuartos",iquest:"Signo de interrogación invertido",Agrave:"Letra A latina mayúscula con acento grave", +Aacute:"Letra A latina mayúscula con acento agudo",Acirc:"Letra A latina mayúscula con acento circunflejo",Atilde:"Letra A latina mayúscula con tilde",Auml:"Letra A latina mayúscula con diéresis",Aring:"Letra A latina mayúscula con aro arriba",AElig:"Letra à latina mayúscula",Ccedil:"Letra C latina mayúscula con cedilla",Egrave:"Letra E latina mayúscula con acento grave",Eacute:"Letra E latina mayúscula con acento agudo",Ecirc:"Letra E latina mayúscula con acento circunflejo",Euml:"Letra E latina mayúscula con diéresis", +Igrave:"Letra I latina mayúscula con acento grave",Iacute:"Letra I latina mayúscula con acento agudo",Icirc:"Letra I latina mayúscula con acento circunflejo",Iuml:"Letra I latina mayúscula con diéresis",ETH:"Letra Eth latina mayúscula",Ntilde:"Letra N latina mayúscula con tilde",Ograve:"Letra O latina mayúscula con acento grave",Oacute:"Letra O latina mayúscula con acento agudo",Ocirc:"Letra O latina mayúscula con acento circunflejo",Otilde:"Letra O latina mayúscula con tilde",Ouml:"Letra O latina mayúscula con diéresis", +times:"Signo de multiplicación",Oslash:"Letra O latina mayúscula con barra inclinada",Ugrave:"Letra U latina mayúscula con acento grave",Uacute:"Letra U latina mayúscula con acento agudo",Ucirc:"Letra U latina mayúscula con acento circunflejo",Uuml:"Letra U latina mayúscula con diéresis",Yacute:"Letra Y latina mayúscula con acento agudo",THORN:"Letra Thorn latina mayúscula",szlig:"Letra s latina fuerte pequeña",agrave:"Letra a latina pequeña con acento grave",aacute:"Letra a latina pequeña con acento agudo", +acirc:"Letra a latina pequeña con acento circunflejo",atilde:"Letra a latina pequeña con tilde",auml:"Letra a latina pequeña con diéresis",aring:"Letra a latina pequeña con aro arriba",aelig:"Letra æ latina pequeña",ccedil:"Letra c latina pequeña con cedilla",egrave:"Letra e latina pequeña con acento grave",eacute:"Letra e latina pequeña con acento agudo",ecirc:"Letra e latina pequeña con acento circunflejo",euml:"Letra e latina pequeña con diéresis",igrave:"Letra i latina pequeña con acento grave", +iacute:"Letra i latina pequeña con acento agudo",icirc:"Letra i latina pequeña con acento circunflejo",iuml:"Letra i latina pequeña con diéresis",eth:"Letra eth latina pequeña",ntilde:"Letra n latina pequeña con tilde",ograve:"Letra o latina pequeña con acento grave",oacute:"Letra o latina pequeña con acento agudo",ocirc:"Letra o latina pequeña con acento circunflejo",otilde:"Letra o latina pequeña con tilde",ouml:"Letra o latina pequeña con diéresis",divide:"Signo de división",oslash:"Letra o latina minúscula con barra inclinada", +ugrave:"Letra u latina pequeña con acento grave",uacute:"Letra u latina pequeña con acento agudo",ucirc:"Letra u latina pequeña con acento circunflejo",uuml:"Letra u latina pequeña con diéresis",yacute:"Letra u latina pequeña con acento agudo",thorn:"Letra thorn latina minúscula",yuml:"Letra y latina pequeña con diéresis",OElig:"Diptongo OE latino en mayúscula",oelig:"Diptongo oe latino en minúscula",372:"Letra W latina mayúscula con acento circunflejo",374:"Letra Y latina mayúscula con acento circunflejo", +373:"Letra w latina pequeña con acento circunflejo",375:"Letra y latina pequeña con acento circunflejo",sbquo:"Comilla simple baja-9",8219:"Comilla simple alta invertida-9",bdquo:"Comillas dobles bajas-9",hellip:"Puntos suspensivos horizontales",trade:"Signo de marca registrada",9658:"Apuntador negro apuntando a la derecha",bull:"Viñeta",rarr:"Flecha a la derecha",rArr:"Flecha doble a la derecha",hArr:"Flecha izquierda derecha doble",diams:"Diamante negro",asymp:"Casi igual a"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/et.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/et.js new file mode 100644 index 0000000..ca6f880 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/et.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","et",{euro:"Euromärk",lsquo:"Alustav ühekordne jutumärk",rsquo:"Lõpetav ühekordne jutumärk",ldquo:"Alustav kahekordne jutumärk",rdquo:"Lõpetav kahekordne jutumärk",ndash:"Enn-kriips",mdash:"Emm-kriips",iexcl:"Pööratud hüüumärk",cent:"Sendimärk",pound:"Naela märk",curren:"Valuutamärk",yen:"Jeeni märk",brvbar:"Katkestatud kriips",sect:"Lõigu märk",uml:"Täpid",copy:"Autoriõiguse märk",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark", +not:"Ei-märk",reg:"Registered sign",macr:"Macron",deg:"Kraadimärk",sup2:"Ãlaindeks kaks",sup3:"Ãlaindeks kolm",acute:"Acute accent",micro:"Mikro-märk",para:"Pilcrow sign",middot:"Keskpunkt",cedil:"Cedilla",sup1:"Ãlaindeks üks",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Ladina suur A tildega",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Täppidega ladina suur O",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Kandilise katusega suur ladina U",Uuml:"Täppidega ladina suur U",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Ladina väike terav s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Kandilise katusega ladina väike a",atilde:"Tildega ladina väike a",auml:"Täppidega ladina väike a",aring:"Latin small letter a with ring above", +aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth",ntilde:"Latin small letter n with tilde", +ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Jagamismärk",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis",yacute:"Latin small letter y with acute accent", +thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis",trade:"Kaubamärgi märk",9658:"Black right-pointing pointer", +bull:"Kuul",rarr:"Nool paremale",rArr:"Topeltnool paremale",hArr:"Topeltnool vasakule",diams:"Black diamond suit",asymp:"Ligikaudu võrdne"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/eu.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/eu.js new file mode 100644 index 0000000..d1161be --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/eu.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","eu",{euro:"Euro zeinua",lsquo:"Left single quotation mark",rsquo:"Right single quotation mark",ldquo:"Left double quotation mark",rdquo:"Right double quotation mark",ndash:"En dash",mdash:"Em dash",iexcl:"Inverted exclamation mark",cent:"Cent sign",pound:"Pound sign",curren:"Currency sign",yen:"Yen sign",brvbar:"Broken bar",sect:"Section sign",uml:"Diaeresis",copy:"Copyright sign",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark", +not:"Ez zeinua",reg:"Registered sign",macr:"Macron",deg:"Degree sign",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"Micro sign",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/fa.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/fa.js new file mode 100644 index 0000000..6351d73 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/fa.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","fa",{euro:"ÙØ´Ø§Ù ÛÙØ±Ù",lsquo:"Ø¹ÙØ§Ù ت ÙÙÙ ÙÙÙ ØªÚ©Û ÚÙ¾",rsquo:"Ø¹ÙØ§Ù ت ÙÙÙ ÙÙÙ ØªÚ©Û Ø±Ø§Ø³Øª",ldquo:"Ø¹ÙØ§Ù ت ÙÙÙ ÙÙÙ Ø¯ÙØªØ§ÛÛ ÚÙ¾",rdquo:"Ø¹ÙØ§Ù ت ÙÙÙ ÙÙÙ Ø¯ÙØªØ§ÛÛ Ø±Ø§Ø³Øª",ndash:"خط ØªÛØ±Ù En",mdash:"خط ØªÛØ±Ù Em",iexcl:"Ø¹ÙØ§Ù ت تعجب ÙØ§Ø±ÙÙÙ",cent:"ÙØ´Ø§Ù Ø³ÙØª",pound:"ÙØ´Ø§Ù Ù¾ÙÙØ¯",curren:"ÙØ´Ø§Ù ارز",yen:"ÙØ´Ø§Ù ÛÙ",brvbar:"ÙÙØ§Ø± شکستÙ",sect:"ÙØ´Ø§Ù بخش",uml:"ÙØ´Ø§Ù Ø³ÙØ§Ú¯ÛرÛ",copy:"ÙØ´Ø§Ù Ú©Ù¾Û Ø±Ø§ÛØª",ordf:"شاخص ØªØ±ØªÛØ¨Û Ù ÙÙØ«",laquo:"اشار٠ÚÙ¾ ٠کرر Ø¨Ø±Ø§Û Ø²Ø§ÙÛÙ Ø¹ÙØ§Ù ت ÙÙÙ ÙÙÙ",not:"ÙØ´Ø§Ù ثبت ÙØ´Ø¯Ù",reg:"ÙØ´Ø§Ù ثبت شدÙ", +macr:"ÙØ´Ø§Ù خط Ø¨Ø§ÙØ§Û ØØ±Ù",deg:"ÙØ´Ø§Ù درجÙ",sup2:"Ø¨Ø§ÙØ§ÙÙÛØ³ دÙ",sup3:"Ø¨Ø§ÙØ§ÙÙÛØ³ سÙ",acute:"ÙÙØ¬Ù غÙÛØ¸",micro:"ÙØ´Ø§Ù ٠اÛکرÙ",para:"ÙØ´Ø§Ù Ù ØÙ Ø¨ÙØ¯",middot:"ÙÙØ·Ù Ù ÛØ§ÙÛ",cedil:"سدÛÙ",sup1:"Ø¨Ø§ÙØ§ÙÙÛØ³ 1",ordm:"شاخص ØªØ±ØªÛØ¨Û ٠ذکر",raquo:"ÙØ´Ø§Ù زاÙÛÙâØ¯Ø§Ø± Ø¯ÙØªØ§ÛÛ ÙÙÙ ÙÙ٠راست ÚÛÙ",frac14:"ÙØ§ØØ¯ Ø¹Ø§Ù ÛØ§ÙÙ 1/4",frac12:"ÙØ§ØØ¯ عا٠ÛÙÙ ÙØµÙ",frac34:"ÙØ§ØØ¯ Ø¹Ø§Ù ÛØ§ÙÙ 3/4",iquest:"Ø¹ÙØ§Ù ت Ø³ÙØ§Ù Ù Ø¹Ú©ÙØ³",Agrave:"ØØ±Ù A بزرگ ÙØ§ØªÛ٠با تÙÙØ¸ غÙÛØ¸",Aacute:"ØØ±Ù A بزرگ ÙØ§ØªÛ٠با تÙÙØ¸ Ø´Ø¯ÛØ¯",Acirc:"ØØ±Ù A بزرگ ÙØ§ØªÛ٠با Ø¯ÙØ±",Atilde:"ØØ±Ù A بزرگ ÙØ§ØªÛ٠با ØµØ¯Ø§Û Ú©Ø§Ù Û", +Auml:"ØØ±Ù A بزرگ ÙØ§ØªÛ٠با ÙØ´Ø§Ù Ø³ÙØ§Ú¯ÛرÛ",Aring:"ØØ±Ù A بزرگ ÙØ§ØªÛ٠با ØÙÙÙ Ø¨Ø§ÙØ§",AElig:"ØØ±Ù à بزرگ ÙØ§ØªÛÙ",Ccedil:"ØØ±Ù C بزرگ ÙØ§ØªÛ٠با ÙØ´Ø§Ù Ø³ÙØ§Ú¯ÛرÛ",Egrave:"ØØ±Ù E بزرگ ÙØ§ØªÛ٠با تÙÙØ¸ درشت",Eacute:"ØØ±Ù E بزرگ ÙØ§ØªÛ٠با تÙÙØ¸ Ø²ÛØ±",Ecirc:"ØØ±Ù E بزرگ ÙØ§ØªÛ٠با خ٠اÙ",Euml:"ØØ±Ù E بزرگ ÙØ§ØªÛ٠با ÙØ´Ø§Ù Ø³ÙØ§Ú¯ÛرÛ",Igrave:"ØØ±Ù I بزرگ ÙØ§ØªÛ٠با تÙÙØ¸ درشت",Iacute:"ØØ±Ù I بزرگ ÙØ§ØªÛ٠با تÙÙØ¸ Ø±ÛØ²",Icirc:"ØØ±Ù I بزرگ ÙØ§ØªÛ٠با خ٠اÙ",Iuml:"ØØ±Ù I بزرگ ÙØ§ØªÛ٠با ÙØ´Ø§Ù Ø³ÙØ§Ú¯ÛرÛ",ETH:"ØØ±Ù ÙØ§ØªÛ٠بزرگ ÙØ§Ú©Ù ØªØ±ØªÛØ¨Û",Ntilde:"ØØ±Ù N بزرگ ÙØ§ØªÛ٠با ٠د", +Ograve:"ØØ±Ù O بزرگ ÙØ§ØªÛ٠با تÙÙØ¸ درشت",Oacute:"ØØ±Ù O بزرگ ÙØ§ØªÛ٠با تÙÙØ¸ Ø±ÛØ²",Ocirc:"ØØ±Ù O بزرگ ÙØ§ØªÛ٠با خ٠اÙ",Otilde:"ØØ±Ù O بزرگ ÙØ§ØªÛ٠با ٠د",Ouml:"ØØ±Ù O بزرگ ÙØ§ØªÛ٠با ÙØ´Ø§Ù Ø³ÙØ§Ú¯ÛرÛ",times:"ÙØ´Ø§Ù ضربدر",Oslash:"ØØ±Ù O بزرگ ÙØ§ØªÛ٠با Ù ÛØ§Ù خط",Ugrave:"ØØ±Ù U بزرگ ÙØ§ØªÛ٠با تÙÙØ¸ درشت",Uacute:"ØØ±Ù U بزرگ ÙØ§ØªÛ٠با تÙÙØ¸ Ø±ÛØ²",Ucirc:"ØØ±Ù U بزرگ ÙØ§ØªÛ٠با خ٠اÙ",Uuml:"ØØ±Ù U بزرگ ÙØ§ØªÛ٠با ÙØ´Ø§Ù Ø³ÙØ§Ú¯ÛرÛ",Yacute:"ØØ±Ù Y بزرگ ÙØ§ØªÛ٠با تÙÙØ¸ Ø±ÛØ²",THORN:"ØØ±Ù بزرگ ÙØ§ØªÛ٠خاردار",szlig:"ØØ±Ù Ú©ÙÚÚ© ÙØ§ØªÛ٠شارپ s",agrave:"ØØ±Ù a Ú©ÙÚÚ© ÙØ§ØªÛ٠با تÙÙØ¸ درشت", +aacute:"ØØ±Ù a Ú©ÙÚÚ© ÙØ§ØªÛ٠با تÙÙØ¸ Ø±ÛØ²",acirc:"ØØ±Ù a Ú©ÙÚÚ© ÙØ§ØªÛ٠با خ٠اÙ",atilde:"ØØ±Ù a Ú©ÙÚÚ© ÙØ§ØªÛ٠با ØµØ¯Ø§Û Ú©Ø§Ù Û",auml:"ØØ±Ù a Ú©ÙÚÚ© ÙØ§ØªÛ٠با ÙØ´Ø§Ù Ø³ÙØ§Ú¯ÛرÛ",aring:"ØØ±Ù a Ú©ÙÚÚ© ÙØ§ØªÛÙ Ú¯ÙØ´Ùار٠دار",aelig:"ØØ±Ù Ú©ÙÚÚ© ÙØ§ØªÛ٠æ",ccedil:"ØØ±Ù c Ú©ÙÚÚ© ÙØ§ØªÛ٠با ÙØ´Ø§Ù سدÛÙ",egrave:"ØØ±Ù e Ú©ÙÚÚ© ÙØ§ØªÛ٠با تÙÙØ¸ درشت",eacute:"ØØ±Ù e Ú©ÙÚÚ© ÙØ§ØªÛ٠با تÙÙØ¸ Ø±ÛØ²",ecirc:"ØØ±Ù e Ú©ÙÚÚ© ÙØ§ØªÛ٠با خ٠اÙ",euml:"ØØ±Ù e Ú©ÙÚÚ© ÙØ§ØªÛ٠با ÙØ´Ø§Ù Ø³ÙØ§Ú¯ÛرÛ",igrave:"ØØ±Ù i Ú©ÙÚÚ© ÙØ§ØªÛ٠با تÙÙØ¸ درشت",iacute:"ØØ±Ù i Ú©ÙÚÚ© ÙØ§ØªÛ٠با تÙÙØ¸ Ø±ÛØ²",icirc:"ØØ±Ù i Ú©ÙÚÚ© ÙØ§ØªÛ٠با خ٠اÙ", +iuml:"ØØ±Ù i Ú©ÙÚÚ© ÙØ§ØªÛ٠با ÙØ´Ø§Ù Ø³ÙØ§Ú¯ÛرÛ",eth:"ØØ±Ù Ú©ÙÚÚ© ÙØ§ØªÛÙ eth",ntilde:"ØØ±Ù n Ú©ÙÚÚ© ÙØ§ØªÛ٠با ØµØ¯Ø§Û Ú©Ø§Ù Û",ograve:"ØØ±Ù o Ú©ÙÚÚ© ÙØ§ØªÛ٠با تÙÙØ¸ درشت",oacute:"ØØ±Ù o Ú©ÙÚÚ© ÙØ§ØªÛ٠با تÙÙØ¸ Ø²ÛØ±",ocirc:"ØØ±Ù o Ú©ÙÚÚ© ÙØ§ØªÛ٠با خ٠اÙ",otilde:"ØØ±Ù o Ú©ÙÚÚ© ÙØ§ØªÛ٠با ØµØ¯Ø§Û Ú©Ø§Ù Û",ouml:"ØØ±Ù o Ú©ÙÚÚ© ÙØ§ØªÛ٠با ÙØ´Ø§Ù Ø³ÙØ§Ú¯ÛرÛ",divide:"ÙØ´Ø§Ù بخش",oslash:"ØØ±Ù o Ú©ÙÚÚ© ÙØ§ØªÛ٠با Ù ÛØ§Ù خط",ugrave:"ØØ±Ù u Ú©ÙÚÚ© ÙØ§ØªÛ٠با تÙÙØ¸ درشت",uacute:"ØØ±Ù u Ú©ÙÚÚ© ÙØ§ØªÛ٠با تÙÙØ¸ Ø±ÛØ²",ucirc:"ØØ±Ù u Ú©ÙÚÚ© ÙØ§ØªÛ٠با خ٠اÙ",uuml:"ØØ±Ù u Ú©ÙÚÚ© ÙØ§ØªÛ٠با ÙØ´Ø§Ù Ø³ÙØ§Ú¯ÛرÛ",yacute:"ØØ±Ù y Ú©ÙÚÚ© ÙØ§ØªÛ٠با تÙÙØ¸ Ø±ÛØ²", +thorn:"ØØ±Ù Ú©ÙÚÚ© ÙØ§ØªÛ٠خاردار",yuml:"ØØ±Ù y Ú©ÙÚÚ© ÙØ§ØªÛ٠با ÙØ´Ø§Ù Ø³ÙØ§Ú¯ÛرÛ",OElig:"Ø¨ÙØ¯ بزرگ ÙØ§ØªÛÙ OE",oelig:"Ø¨ÙØ¯ Ú©ÙÚÚ© ÙØ§ØªÛÙ oe",372:"ØØ±Ù W بزرگ ÙØ§ØªÛ٠با خ٠اÙ",374:"ØØ±Ù Y بزرگ ÙØ§ØªÛ٠با خ٠اÙ",373:"ØØ±Ù w Ú©ÙÚÚ© ÙØ§ØªÛ٠با خ٠اÙ",375:"ØØ±Ù y Ú©ÙÚÚ© ÙØ§ØªÛ٠با خ٠اÙ",sbquo:"ÙØ´Ø§Ù ÙÙÙ ÙÙÙ ØªÚ©Û Ø²ÛØ±-9",8219:"ÙØ´Ø§Ù ÙÙÙ ÙÙÙ ØªÚ©Û high-reversed-9",bdquo:"ÙÙÙ ÙÙÙ Ø¯ÙØªØ§ÛÛ Ù¾Ø§ÛÛÙ-9",hellip:"ØØ°Ù اÙÙÛ",trade:"ÙØ´Ø§Ù تجارÛ",9658:"ÙØ´Ø§Ùگر Ø³ÛØ§Ù Ø¬ÙØª راست",bull:"Ú¯ÙÙÙÙ",rarr:"ÙÙØ´ راست",rArr:"ÙÙØ´ Ø¯ÙØªØ§ÛÛ Ø±Ø§Ø³Øª",hArr:"ÙÙØ´ Ø¯ÙØªØ§ÛÛ ÚÙ¾ راست",diams:"ÙØ´Ø§Ù اÙ٠اس Ø³ÛØ§Ù", +asymp:"ØªÙØ±Ûبا برابر با"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/fi.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/fi.js new file mode 100644 index 0000000..7132cd1 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/fi.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","fi",{euro:"Euron merkki",lsquo:"Vasen yksittäinen lainausmerkki",rsquo:"Oikea yksittäinen lainausmerkki",ldquo:"Vasen kaksoislainausmerkki",rdquo:"Oikea kaksoislainausmerkki",ndash:"En dash",mdash:"Em dash",iexcl:"Inverted exclamation mark",cent:"Sentin merkki",pound:"Punnan merkki",curren:"Valuuttamerkki",yen:"Yenin merkki",brvbar:"Broken bar",sect:"Section sign",uml:"Diaeresis",copy:"Copyright sign",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark", +not:"Not sign",reg:"Rekisteröity merkki",macr:"Macron",deg:"Asteen merkki",sup2:"Yläindeksi kaksi",sup3:"Yläindeksi kolme",acute:"Acute accent",micro:"Mikron merkki",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Yläindeksi yksi",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Ylösalaisin oleva kysymysmerkki",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Kertomerkki",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Jakomerkki",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Tavaramerkki merkki",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Nuoli oikealle",rArr:"Kaksoisnuoli oikealle",hArr:"Kaksoisnuoli oikealle ja vasemmalle",diams:"Black diamond suit",asymp:"Noin"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js new file mode 100644 index 0000000..326a6e5 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js @@ -0,0 +1,10 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","fr-ca",{euro:"Symbole Euro",lsquo:"Guillemet simple ouvrant",rsquo:"Guillemet simple fermant",ldquo:"Guillemet double ouvrant",rdquo:"Guillemet double fermant",ndash:"Tiret haut",mdash:"Tiret",iexcl:"Point d'exclamation inversé",cent:"Symbole de cent",pound:"Symbole de Livre Sterling",curren:"Symbole monétaire",yen:"Symbole du Yen",brvbar:"Barre scindée",sect:"Symbole de section",uml:"Tréma",copy:"Symbole de copyright",ordf:"Indicateur ordinal féminin",laquo:"Guillemet français ouvrant", +not:"Indicateur de négation",reg:"Symbole de marque déposée",macr:"Macron",deg:"Degré",sup2:"Exposant 2",sup3:"Exposant 3",acute:"Accent aigüe",micro:"Symbole micro",para:"Paragraphe",middot:"Point médian",cedil:"Cédille",sup1:"Exposant 1",ordm:"Indicateur ordinal masculin",raquo:"Guillemet français fermant",frac14:"Un quart",frac12:"Une demi",frac34:"Trois quart",iquest:"Point d'interrogation inversé",Agrave:"A accent grave",Aacute:"A accent aigüe",Acirc:"A circonflexe",Atilde:"A tilde",Auml:"A tréma", +Aring:"A avec un rond au dessus",AElig:"à majuscule",Ccedil:"C cédille",Egrave:"E accent grave",Eacute:"E accent aigüe",Ecirc:"E accent circonflexe",Euml:"E tréma",Igrave:"I accent grave",Iacute:"I accent aigüe",Icirc:"I accent circonflexe",Iuml:"I tréma",ETH:"Lettre majuscule islandaise ED",Ntilde:"N tilde",Ograve:"O accent grave",Oacute:"O accent aigüe",Ocirc:"O accent circonflexe",Otilde:"O tilde",Ouml:"O tréma",times:"Symbole de multiplication",Oslash:"O barré",Ugrave:"U accent grave",Uacute:"U accent aigüe", +Ucirc:"U accent circonflexe",Uuml:"U tréma",Yacute:"Y accent aigüe",THORN:"Lettre islandaise Thorn majuscule",szlig:"Lettre minuscule allemande s dur",agrave:"a accent grave",aacute:"a accent aigüe",acirc:"a accent circonflexe",atilde:"a tilde",auml:"a tréma",aring:"a avec un cercle au dessus",aelig:"æ",ccedil:"c cédille",egrave:"e accent grave",eacute:"e accent aigüe",ecirc:"e accent circonflexe",euml:"e tréma",igrave:"i accent grave",iacute:"i accent aigüe",icirc:"i accent circonflexe",iuml:"i tréma", +eth:"Lettre minuscule islandaise ED",ntilde:"n tilde",ograve:"o accent grave",oacute:"o accent aigüe",ocirc:"O accent circonflexe",otilde:"O tilde",ouml:"O tréma",divide:"Symbole de division",oslash:"o barré",ugrave:"u accent grave",uacute:"u accent aigüe",ucirc:"u accent circonflexe",uuml:"u tréma",yacute:"y accent aigüe",thorn:"Lettre islandaise thorn minuscule",yuml:"y tréma",OElig:"ligature majuscule latine Å",oelig:"ligature minuscule latine Å",372:"W accent circonflexe",374:"Y accent circonflexe", +373:"w accent circonflexe",375:"y accent circonflexe",sbquo:"Guillemet simple fermant",8219:"Guillemet-virgule supérieur culbuté",bdquo:"Guillemet-virgule double inférieur",hellip:"Points de suspension",trade:"Symbole de marque déposée",9658:"Flèche noire pointant vers la droite",bull:"Puce",rarr:"Flèche vers la droite",rArr:"Flèche double vers la droite",hArr:"Flèche double vers la gauche",diams:"Carreau",asymp:"Presque égal"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/fr.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/fr.js new file mode 100644 index 0000000..e84fa13 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/fr.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","fr",{euro:"Symbole Euro",lsquo:"Guillemet simple ouvrant",rsquo:"Guillemet simple fermant",ldquo:"Guillemet double ouvrant",rdquo:"Guillemet double fermant",ndash:"Tiret haut",mdash:"Tiret cadratin",iexcl:"Point d'exclamation inversé",cent:"Symbole Cent",pound:"Symbole Livre Sterling",curren:"Symbole monétaire",yen:"Symbole Yen",brvbar:"Barre verticale scindée",sect:"Section",uml:"Tréma",copy:"Symbole Copyright",ordf:"Indicateur ordinal féminin",laquo:"Guillemet français ouvrant", +not:"Crochet de négation",reg:"Marque déposée",macr:"Macron",deg:"Degré",sup2:"Exposant 2",sup3:"Exposant 3",acute:"Accent aigu",micro:"Omicron",para:"Paragraphe",middot:"Point médian",cedil:"Cédille",sup1:"Exposant 1",ordm:"Indicateur ordinal masculin",raquo:"Guillemet français fermant",frac14:"Un quart",frac12:"Un demi",frac34:"Trois quarts",iquest:"Point d'interrogation inversé",Agrave:"A majuscule accent grave",Aacute:"A majuscule accent aigu",Acirc:"A majuscule accent circonflexe",Atilde:"A majuscule avec caron", +Auml:"A majuscule tréma",Aring:"A majuscule avec un rond au-dessus",AElig:"à majuscule ligaturés",Ccedil:"C majuscule cédille",Egrave:"E majuscule accent grave",Eacute:"E majuscule accent aigu",Ecirc:"E majuscule accent circonflexe",Euml:"E majuscule tréma",Igrave:"I majuscule accent grave",Iacute:"I majuscule accent aigu",Icirc:"I majuscule accent circonflexe",Iuml:"I majuscule tréma",ETH:"Lettre majuscule islandaise ED",Ntilde:"N majuscule avec caron",Ograve:"O majuscule accent grave",Oacute:"O majuscule accent aigu", +Ocirc:"O majuscule accent circonflexe",Otilde:"O majuscule avec caron",Ouml:"O majuscule tréma",times:"Multiplication",Oslash:"O majuscule barré",Ugrave:"U majuscule accent grave",Uacute:"U majuscule accent aigu",Ucirc:"U majuscule accent circonflexe",Uuml:"U majuscule tréma",Yacute:"Y majuscule accent aigu",THORN:"Lettre islandaise Thorn majuscule",szlig:"Lettre minuscule allemande s dur",agrave:"a minuscule accent grave",aacute:"a minuscule accent aigu",acirc:"a minuscule accent circonflexe",atilde:"a minuscule avec caron", +auml:"a minuscule tréma",aring:"a minuscule avec un rond au-dessus",aelig:"æ minuscule ligaturés",ccedil:"c minuscule cédille",egrave:"e minuscule accent grave",eacute:"e minuscule accent aigu",ecirc:"e minuscule accent circonflexe",euml:"e minuscule tréma",igrave:"i minuscule accent grave",iacute:"i minuscule accent aigu",icirc:"i minuscule accent circonflexe",iuml:"i minuscule tréma",eth:"Lettre minuscule islandaise ED",ntilde:"n minuscule avec caron",ograve:"o minuscule accent grave",oacute:"o minuscule accent aigu", +ocirc:"o minuscule accent circonflexe",otilde:"o minuscule avec caron",ouml:"o minuscule tréma",divide:"Division",oslash:"o minuscule barré",ugrave:"u minuscule accent grave",uacute:"u minuscule accent aigu",ucirc:"u minuscule accent circonflexe",uuml:"u minuscule tréma",yacute:"y minuscule accent aigu",thorn:"Lettre islandaise thorn minuscule",yuml:"y minuscule tréma",OElig:"ligature majuscule latine Å",oelig:"ligature minuscule latine Å",372:"W majuscule accent circonflexe",374:"Y majuscule accent circonflexe", +373:"w minuscule accent circonflexe",375:"y minuscule accent circonflexe",sbquo:"Guillemet simple fermant (anglais)",8219:"Guillemet-virgule supérieur culbuté",bdquo:"Guillemet-virgule double inférieur",hellip:"Points de suspension",trade:"Marque commerciale (trade mark)",9658:"Flèche noire pointant vers la droite",bull:"Gros point médian",rarr:"Flèche vers la droite",rArr:"Double flèche vers la droite",hArr:"Double flèche vers la gauche",diams:"Carreau noir",asymp:"Presque égal"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/gl.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/gl.js new file mode 100644 index 0000000..6a31fdc --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/gl.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","gl",{euro:"SÃmbolo do euro",lsquo:"Comiña simple esquerda",rsquo:"Comiña simple dereita",ldquo:"Comiñas dobres esquerda",rdquo:"Comiñas dobres dereita",ndash:"Guión",mdash:"Raia",iexcl:"Signo de admiración invertido",cent:"SÃmbolo do centavo",pound:"SÃmbolo da libra",curren:"SÃmbolo de moeda",yen:"SÃmbolo do yen",brvbar:"Barra vertical rota",sect:"SÃmbolo de sección",uml:"Diérese",copy:"SÃmbolo de dereitos de autorÃa",ordf:"Indicador ordinal feminino",laquo:"Comiñas latinas, apertura", +not:"Signo negación",reg:"SÃmbolo de marca rexistrada",macr:"Guión alto",deg:"Signo de grao",sup2:"SuperÃndice dous",sup3:"SuperÃndice tres",acute:"Acento agudo",micro:"Signo de micro",para:"Signo de pi",middot:"Punto medio",cedil:"Cedilla",sup1:"SuperÃndice un",ordm:"Indicador ordinal masculino",raquo:"Comiñas latinas, peche",frac14:"Fracción ordinaria de un cuarto",frac12:"Fracción ordinaria de un medio",frac34:"Fracción ordinaria de tres cuartos",iquest:"Signo de interrogación invertido",Agrave:"Letra A latina maiúscula con acento grave", +Aacute:"Letra A latina maiúscula con acento agudo",Acirc:"Letra A latina maiúscula con acento circunflexo",Atilde:"Letra A latina maiúscula con til",Auml:"Letra A latina maiúscula con diérese",Aring:"Letra A latina maiúscula con aro enriba",AElig:"Letra à latina maiúscula",Ccedil:"Letra C latina maiúscula con cedilla",Egrave:"Letra E latina maiúscula con acento grave",Eacute:"Letra E latina maiúscula con acento agudo",Ecirc:"Letra E latina maiúscula con acento circunflexo",Euml:"Letra E latina maiúscula con diérese", +Igrave:"Letra I latina maiúscula con acento grave",Iacute:"Letra I latina maiúscula con acento agudo",Icirc:"Letra I latina maiúscula con acento circunflexo",Iuml:"Letra I latina maiúscula con diérese",ETH:"Letra Ed latina maiúscula",Ntilde:"Letra N latina maiúscula con til",Ograve:"Letra O latina maiúscula con acento grave",Oacute:"Letra O latina maiúscula con acento agudo",Ocirc:"Letra O latina maiúscula con acento circunflexo",Otilde:"Letra O latina maiúscula con til",Ouml:"Letra O latina maiúscula con diérese", +times:"Signo de multiplicación",Oslash:"Letra O latina maiúscula con barra transversal",Ugrave:"Letra U latina maiúscula con acento grave",Uacute:"Letra U latina maiúscula con acento agudo",Ucirc:"Letra U latina maiúscula con acento circunflexo",Uuml:"Letra U latina maiúscula con diérese",Yacute:"Letra Y latina maiúscula con acento agudo",THORN:"Letra Thorn latina maiúscula",szlig:"Letra s latina forte minúscula",agrave:"Letra a latina minúscula con acento grave",aacute:"Letra a latina minúscula con acento agudo", +acirc:"Letra a latina minúscula con acento circunflexo",atilde:"Letra a latina minúscula con til",auml:"Letra a latina minúscula con diérese",aring:"Letra a latina minúscula con aro enriba",aelig:"Letra æ latina minúscula",ccedil:"Letra c latina minúscula con cedilla",egrave:"Letra e latina minúscula con acento grave",eacute:"Letra e latina minúscula con acento agudo",ecirc:"Letra e latina minúscula con acento circunflexo",euml:"Letra e latina minúscula con diérese",igrave:"Letra i latina minúscula con acento grave", +iacute:"Letra i latina minúscula con acento agudo",icirc:"Letra i latina minúscula con acento circunflexo",iuml:"Letra i latina minúscula con diérese",eth:"Letra ed latina minúscula",ntilde:"Letra n latina minúscula con til",ograve:"Letra o latina minúscula con acento grave",oacute:"Letra o latina minúscula con acento agudo",ocirc:"Letra o latina minúscula con acento circunflexo",otilde:"Letra o latina minúscula con til",ouml:"Letra o latina minúscula con diérese",divide:"Signo de división",oslash:"Letra o latina minúscula con barra transversal", +ugrave:"Letra u latina minúscula con acento grave",uacute:"Letra u latina minúscula con acento agudo",ucirc:"Letra u latina minúscula con acento circunflexo",uuml:"Letra u latina minúscula con diérese",yacute:"Letra y latina minúscula con acento agudo",thorn:"Letra Thorn latina minúscula",yuml:"Letra y latina minúscula con diérese",OElig:"Ligadura OE latina maiúscula",oelig:"Ligadura oe latina minúscula",372:"Letra W latina maiúscula con acento circunflexo",374:"Letra Y latina maiúscula con acento circunflexo", +373:"Letra w latina minúscula con acento circunflexo",375:"Letra y latina minúscula con acento circunflexo",sbquo:"Comiña simple baixa, de apertura",8219:"Comiña simple alta, de peche",bdquo:"Comiñas dobres baixas, de apertura",hellip:"Elipse, puntos suspensivos",trade:"Signo de marca rexistrada",9658:"Apuntador negro apuntando á dereita",bull:"Viñeta",rarr:"Frecha á dereita",rArr:"Frecha dobre á dereita",hArr:"Frecha dobre da esquerda á dereita",diams:"Diamante negro",asymp:"Case igual a"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/he.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/he.js new file mode 100644 index 0000000..5fabd82 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/he.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","he",{euro:"××ר×",lsquo:"ס××× ×¦×××× ×××× ×©××××",rsquo:"ס××× ×¦×××× ×××× ××× ×",ldquo:"ס××× ×¦×××× ×פ×× ×©××××",rdquo:"ס××× ×¦×××× ×פ×× ××× ×",ndash:"×§× ×פר×× ×§×¦×¨",mdash:"×§× ×פר×× ×ר××",iexcl:"ס××× ×§×¨××× ×פ××",cent:"×¡× ×",pound:"פ××× ×",curren:"××××¢",yen:"××",brvbar:"×§× ×©××ר",sect:"ס××× ××§××¢",uml:"×©×ª× × ×§×××ת ××פק××ת (Diaeresis)",copy:"ס××× ×××××ת ××צר×× (Copyright)",ordf:"ס××× ××ר××× ××× × ×§××",laquo:"ס××× ×¦×××× ××××ת ×פ××× ×ש×××",not:"ס××× ×©×××× ×ת×××",reg:"ס××× ×¨×©××", +macr:"×קר×× (×××× ×ר×××)",deg:"××¢××ת",sup2:"2 ××ת×× ×¢×××",sup3:"3 ××ת×× ×¢×××",acute:"ס××× ×××ש (Acute)",micro:"××קר×",para:"ס×××× ×¤×¡×§×",middot:"× ×§××× ××צע×ת",cedil:"ס×××××",sup1:"1 ××ת×× ×¢×××",ordm:"ס××× ××ר××× ××× ××ר×",raquo:"ס××× ×¦×××× ××××ת ×פ××× ×××××",frac14:"ר××¢ ×ש×ר פש××",frac12:"××¦× ×ש×ר פש××",frac34:"ש×××©× ×¨××¢×× ×ש×ר פש××",iquest:"ס××× ×©××× ×פ××",Agrave:"××ת ×××× ×ת A ×¢× ×רש (Grave)",Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde", +Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"××ת ×××× ×ת à ×××××",Ccedil:"Latin capital letter C with cedilla",Egrave:"××ת ×××× ×ת E ×¢× ×רש (Grave)",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"××ת ×××× ×ת I ×¢× ×רש (Grave)",Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis", +ETH:"××ת ×××× ×ת Eth ×××××",Ntilde:"Latin capital letter N with tilde",Ograve:"××ת ×××× ×ת O ×¢× ×רש (Grave)",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"ס××× ×פ×",Oslash:"Latin capital letter O with stroke",Ugrave:"××ת ×××× ×ת U ×¢× ×רש (Grave)",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis", +Yacute:"Latin capital letter Y with acute accent",THORN:"××ת ×××× ×ת Thorn ×××××",szlig:"××ת ×××× ×ת s ××× ×§×× ×",agrave:"××ת ×××× ×ת a ×¢× ×רש (Grave)",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis",aring:"Latin small letter a with ring above",aelig:"××ת ×××× ×ת æ ×§×× ×",ccedil:"Latin small letter c with cedilla",egrave:"××ת ×××× ×ת e ×¢× ×רש (Grave)",eacute:"Latin small letter e with acute accent", +ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"××ת ×××× ×ת i ×¢× ×רש (Grave)",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"××ת ×××× ×ת eth ×§×× ×",ntilde:"Latin small letter n with tilde",ograve:"××ת ×××× ×ת o ×¢× ×רש (Grave)",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis", +divide:"ס××× ××××§×",oslash:"Latin small letter o with stroke",ugrave:"××ת ×××× ×ת u ×¢× ×רש (Grave)",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis",yacute:"Latin small letter y with acute accent",thorn:"××ת ×××× ×ת thorn ×§×× ×",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex", +373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"ס××× ×¦×××× × ××× ××××",8219:"ס××× ×¦××××",bdquo:"ס××× ×¦×××× × ××× ×פ××",hellip:"ש××ש × ×§×××ת",trade:"ס××× ×ר×××××רק",9658:"ס×× ×©××ר ××¦× ××××",bull:"ת×××× (רש×××)",rarr:"××¥ ×××××",rArr:"××¥ ×פ×× ×××××",hArr:"××¥ ×פ×× ××××× ×ש×××",diams:"××××× ×××",asymp:"×××¢× ×©×××"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/hr.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/hr.js new file mode 100644 index 0000000..41dfd8f --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/hr.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","hr",{euro:"Euro znak",lsquo:"Lijevi jednostruki navodnik",rsquo:"Desni jednostruki navodnik",ldquo:"Lijevi dvostruki navodnik",rdquo:"Desni dvostruki navodnik",ndash:"En crtica",mdash:"Em crtica",iexcl:"Naopaki uskliÄnik",cent:"Cent znak",pound:"Funta znak",curren:"Znak valute",yen:"Yen znak",brvbar:"Potrgana preÄka",sect:"Znak odjeljka",uml:"Prijeglasi",copy:"Copyright znak",ordf:"Feminine ordinal indicator",laquo:"Lijevi dvostruki uglati navodnik",not:"Not znak", +reg:"Registered znak",macr:"Macron",deg:"Stupanj znak",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"Mikro znak",para:"Pilcrow sign",middot:"Srednja toÄka",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Desni dvostruku uglati navodnik",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Naopaki upitnik",Agrave:"Veliko latinsko slovo A s akcentom",Aacute:"LatiniÄno veliko slovo A sa oÅ¡trim naglaskom", +Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent",Iacute:"Latin capital letter I with acute accent", +Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke",Ugrave:"Latin capital letter U with grave accent", +Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis",aring:"Latin small letter a with ring above", +aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth",ntilde:"Latin small letter n with tilde", +ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis",yacute:"Latin small letter y with acute accent", +thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis",trade:"Trade mark sign",9658:"Black right-pointing pointer", +bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/hu.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/hu.js new file mode 100644 index 0000000..fd56ab1 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/hu.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","hu",{euro:"Euró jel",lsquo:"Bal szimpla idézÅjel",rsquo:"Jobb szimpla idézÅjel",ldquo:"Bal dupla idézÅjel",rdquo:"Jobb dupla idézÅjel",ndash:"Rövid gondolatjel",mdash:"Hosszú gondolatjel",iexcl:"FordÃtott felkiáltójel",cent:"Cent jel",pound:"Font jel",curren:"Valuta jel",yen:"Yen jel",brvbar:"Hosszú kettÅspont",sect:"Paragrafus jel",uml:"KettÅs hangzó jel",copy:"SzerzÅi jog jel",ordf:"NÅi sorrend mutatója",laquo:"Balra mutató duplanyÃl",not:"Feltételes kötÅjel", +reg:"Bejegyzett védjegy jele",macr:"Hosszúsági jel",deg:"Fok jel",sup2:"Négyzeten jel",sup3:"Köbön jel",acute:"Ãles ékezet",micro:"Mikro-jel",para:"Bekezdés jel",middot:"Közép pont",cedil:"Cédille",sup1:"ElsÅn jel",ordm:"Férfi sorrend mutatója",raquo:"Jobbra mutató duplanyÃl",frac14:"Egy negyed jel",frac12:"Egy ketted jel",frac34:"Három negyed jel",iquest:"FordÃtott kérdÅjel",Agrave:"Latin nagy A fordÃtott ékezettel",Aacute:"Latin nagy A normál ékezettel",Acirc:"Latin nagy A hajtott ékezettel",Atilde:"Latin nagy A hullámjellel", +Auml:"Latin nagy A kettÅspont ékezettel",Aring:"Latin nagy A gyűrű ékezettel",AElig:"Latin nagy à betű",Ccedil:"Latin nagy C cedillával",Egrave:"Latin nagy E fordÃtott ékezettel",Eacute:"Latin nagy E normál ékezettel",Ecirc:"Latin nagy E hajtott ékezettel",Euml:"Latin nagy E dupla kettÅspont ékezettel",Igrave:"Latin nagy I fordÃtott ékezettel",Iacute:"Latin nagy I normál ékezettel",Icirc:"Latin nagy I hajtott ékezettel",Iuml:"Latin nagy I kettÅspont ékezettel",ETH:"Latin nagy Eth betű",Ntilde:"Latin nagy N hullámjellel", +Ograve:"Latin nagy O fordÃtott ékezettel",Oacute:"Latin nagy O normál ékezettel",Ocirc:"Latin nagy O hajtott ékezettel",Otilde:"Latin nagy O hullámjellel",Ouml:"Latin nagy O kettÅspont ékezettel",times:"Szorzás jel",Oslash:"Latin O betű áthúzással",Ugrave:"Latin nagy U fordÃtott ékezettel",Uacute:"Latin nagy U normál ékezettel",Ucirc:"Latin nagy U hajtott ékezettel",Uuml:"Latin nagy U kettÅspont ékezettel",Yacute:"Latin nagy Y normál ékezettel",THORN:"Latin nagy Thorn betű",szlig:"Latin kis s betű", +agrave:"Latin kis a fordÃtott ékezettel",aacute:"Latin kis a normál ékezettel",acirc:"Latin kis a hajtott ékezettel",atilde:"Latin kis a hullámjellel",auml:"Latin kis a kettÅspont ékezettel",aring:"Latin kis a gyűrű ékezettel",aelig:"Latin kis æ betű",ccedil:"Latin kis c cedillával",egrave:"Latin kis e fordÃtott ékezettel",eacute:"Latin kis e normál ékezettel",ecirc:"Latin kis e hajtott ékezettel",euml:"Latin kis e dupla kettÅspont ékezettel",igrave:"Latin kis i fordÃtott ékezettel",iacute:"Latin kis i normál ékezettel", +icirc:"Latin kis i hajtott ékezettel",iuml:"Latin kis i kettÅspont ékezettel",eth:"Latin kis eth betű",ntilde:"Latin kis n hullámjellel",ograve:"Latin kis o fordÃtott ékezettel",oacute:"Latin kis o normál ékezettel",ocirc:"Latin kis o hajtott ékezettel",otilde:"Latin kis o hullámjellel",ouml:"Latin kis o kettÅspont ékezettel",divide:"Osztásjel",oslash:"Latin kis o betű áthúzással",ugrave:"Latin kis u fordÃtott ékezettel",uacute:"Latin kis u normál ékezettel",ucirc:"Latin kis u hajtott ékezettel", +uuml:"Latin kis u kettÅspont ékezettel",yacute:"Latin kis y normál ékezettel",thorn:"Latin kis thorn jel",yuml:"Latin kis y kettÅspont ékezettel",OElig:"Latin nagy OE-jel",oelig:"Latin kis oe-jel",372:"Latin nagy W hajtott ékezettel",374:"Latin nagy Y hajtott ékezettel",373:"Latin kis w hajtott ékezettel",375:"Latin kis y hajtott ékezettel",sbquo:"Nyitó nyomdai szimpla idézÅjel",8219:"Záró nyomdai záró idézÅjel",bdquo:"Nyitó nyomdai dupla idézÅjel",hellip:"Három pont",trade:"Kereskedelmi védjegy jele", +9658:"Jobbra mutató fekete mutató",bull:"Golyó",rarr:"Jobbra mutató nyÃl",rArr:"Jobbra mutató duplanyÃl",hArr:"Bal-jobb duplanyÃl",diams:"Fekete gyémánt jel",asymp:"Majdnem egyenlÅ jel"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/id.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/id.js new file mode 100644 index 0000000..45803ca --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/id.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","id",{euro:"Tanda Euro",lsquo:"Left single quotation mark",rsquo:"Right single quotation mark",ldquo:"Left double quotation mark",rdquo:"Right double quotation mark",ndash:"En dash",mdash:"Em dash",iexcl:"Inverted exclamation mark",cent:"Cent sign",pound:"Pound sign",curren:"Currency sign",yen:"Tanda Yen",brvbar:"Broken bar",sect:"Section sign",uml:"Diaeresis",copy:"Tanda Hak Cipta",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark", +not:"Not sign",reg:"Tanda Telah Terdaftar",macr:"Macron",deg:"Degree sign",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"Micro sign",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/it.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/it.js new file mode 100644 index 0000000..ca36dc2 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/it.js @@ -0,0 +1,14 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","it",{euro:"Simbolo Euro",lsquo:"Virgoletta singola sinistra",rsquo:"Virgoletta singola destra",ldquo:"Virgolette aperte",rdquo:"Virgolette chiuse",ndash:"Trattino",mdash:"Trattino lungo",iexcl:"Punto esclavamativo invertito",cent:"Simbolo Cent",pound:"Simbolo Sterlina",curren:"Simbolo Moneta",yen:"Simbolo Yen",brvbar:"Barra interrotta",sect:"Simbolo di sezione",uml:"Dieresi",copy:"Simbolo Copyright",ordf:"Indicatore ordinale femminile",laquo:"Virgolette basse aperte", +not:"Nessun segno",reg:"Simbolo Registrato",macr:"Macron",deg:"Simbolo Grado",sup2:"Apice Due",sup3:"Apice Tre",acute:"Accento acuto",micro:"Simbolo Micro",para:"Simbolo Paragrafo",middot:"Punto centrale",cedil:"Cediglia",sup1:"Apice Uno",ordm:"Indicatore ordinale maschile",raquo:"Virgolette basse chiuse",frac14:"Frazione volgare un quarto",frac12:"Frazione volgare un mezzo",frac34:"Frazione volgare tre quarti",iquest:"Punto interrogativo invertito",Agrave:"Lettera maiuscola latina A con accento grave", +Aacute:"Lettera maiuscola latina A con accento acuto",Acirc:"Lettera maiuscola latina A con accento circonflesso",Atilde:"Lettera maiuscola latina A con tilde",Auml:"Lettera maiuscola latina A con dieresi",Aring:"Lettera maiuscola latina A con anello sopra",AElig:"Lettera maiuscola latina AE",Ccedil:"Lettera maiuscola latina C con cediglia",Egrave:"Lettera maiuscola latina E con accento grave",Eacute:"Lettera maiuscola latina E con accento acuto",Ecirc:"Lettera maiuscola latina E con accento circonflesso", +Euml:"Lettera maiuscola latina E con dieresi",Igrave:"Lettera maiuscola latina I con accento grave",Iacute:"Lettera maiuscola latina I con accento acuto",Icirc:"Lettera maiuscola latina I con accento circonflesso",Iuml:"Lettera maiuscola latina I con dieresi",ETH:"Lettera maiuscola latina Eth",Ntilde:"Lettera maiuscola latina N con tilde",Ograve:"Lettera maiuscola latina O con accento grave",Oacute:"Lettera maiuscola latina O con accento acuto",Ocirc:"Lettera maiuscola latina O con accento circonflesso", +Otilde:"Lettera maiuscola latina O con tilde",Ouml:"Lettera maiuscola latina O con dieresi",times:"Simbolo di moltiplicazione",Oslash:"Lettera maiuscola latina O barrata",Ugrave:"Lettera maiuscola latina U con accento grave",Uacute:"Lettera maiuscola latina U con accento acuto",Ucirc:"Lettera maiuscola latina U con accento circonflesso",Uuml:"Lettera maiuscola latina U con accento circonflesso",Yacute:"Lettera maiuscola latina Y con accento acuto",THORN:"Lettera maiuscola latina Thorn",szlig:"Lettera latina minuscola doppia S", +agrave:"Lettera minuscola latina a con accento grave",aacute:"Lettera minuscola latina a con accento acuto",acirc:"Lettera minuscola latina a con accento circonflesso",atilde:"Lettera minuscola latina a con tilde",auml:"Lettera minuscola latina a con dieresi",aring:"Lettera minuscola latina a con anello superiore",aelig:"Lettera minuscola latina ae",ccedil:"Lettera minuscola latina c con cediglia",egrave:"Lettera minuscola latina e con accento grave",eacute:"Lettera minuscola latina e con accento acuto", +ecirc:"Lettera minuscola latina e con accento circonflesso",euml:"Lettera minuscola latina e con dieresi",igrave:"Lettera minuscola latina i con accento grave",iacute:"Lettera minuscola latina i con accento acuto",icirc:"Lettera minuscola latina i con accento circonflesso",iuml:"Lettera minuscola latina i con dieresi",eth:"Lettera minuscola latina eth",ntilde:"Lettera minuscola latina n con tilde",ograve:"Lettera minuscola latina o con accento grave",oacute:"Lettera minuscola latina o con accento acuto", +ocirc:"Lettera minuscola latina o con accento circonflesso",otilde:"Lettera minuscola latina o con tilde",ouml:"Lettera minuscola latina o con dieresi",divide:"Simbolo di divisione",oslash:"Lettera minuscola latina o barrata",ugrave:"Lettera minuscola latina u con accento grave",uacute:"Lettera minuscola latina u con accento acuto",ucirc:"Lettera minuscola latina u con accento circonflesso",uuml:"Lettera minuscola latina u con dieresi",yacute:"Lettera minuscola latina y con accento acuto",thorn:"Lettera minuscola latina thorn", +yuml:"Lettera minuscola latina y con dieresi",OElig:"Legatura maiuscola latina OE",oelig:"Legatura minuscola latina oe",372:"Lettera maiuscola latina W con accento circonflesso",374:"Lettera maiuscola latina Y con accento circonflesso",373:"Lettera minuscola latina w con accento circonflesso",375:"Lettera minuscola latina y con accento circonflesso",sbquo:"Singola virgoletta bassa low-9",8219:"Singola virgoletta bassa low-9 inversa",bdquo:"Doppia virgoletta bassa low-9",hellip:"Ellissi orizzontale", +trade:"Simbolo TM",9658:"Puntatore nero rivolto verso destra",bull:"Punto",rarr:"Freccia verso destra",rArr:"Doppia freccia verso destra",hArr:"Doppia freccia sinistra destra",diams:"Simbolo nero diamante",asymp:"Quasi uguale a"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ja.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ja.js new file mode 100644 index 0000000..ba348aa --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ja.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","ja",{euro:"ã¦ã¼ãè¨å·",lsquo:"å·¦ã·ã³ã°ã«å¼ç¨ç¬¦",rsquo:"å³ã·ã³ã°ã«å¼ç¨ç¬¦",ldquo:"å·¦ããã«å¼ç¨ç¬¦",rdquo:"å³ããã«å¼ç¨ç¬¦",ndash:"åè§ããã·ã¥",mdash:"å ¨è§ããã·ã¥",iexcl:"éãæå符",cent:"ã»ã³ãè¨å·",pound:"ãã³ãè¨å·",curren:"é貨è¨å·",yen:"åè¨å·",brvbar:"ä¸ä¸ã«åããã縦æ£",sect:"ç¯è¨å·",uml:"åé³è¨å·(ã¦ã ã©ã¦ã)",copy:"è使¨©è¡¨ç¤ºè¨å·",ordf:"女æ§åºæ°æ¨è",laquo:" å§ãäºéå±±æ¬å¼§å¼ç¨è¨å·",not:"è«çå¦å®è¨å·",reg:"ç»é²åæ¨è¨å·",macr:"é·é³ç¬¦",deg:"度è¨å·",sup2:"ä¸ã¤ã2, 2ä¹",sup3:"ä¸ã¤ã3, 3ä¹",acute:"æé³ç¬¦",micro:"ãã¯ãã³è¨å·",para:"段è½è¨å·",middot:"ä¸é»",cedil:"ã»ãã£ã©",sup1:"ä¸ã¤ã1",ordm:"ç·æ§åºæ°æ¨è",raquo:"çµããäºéå±±æ¬å¼§å¼ç¨è¨å·", +frac14:"ååã®ä¸",frac12:"äºåã®ä¸",frac34:"ååã®ä¸",iquest:"éçå符",Agrave:"æé³ç¬¦ã¤ã大æåA",Aacute:"æé³ç¬¦ã¤ã大æåA",Acirc:"æ²æã¢ã¯ã»ã³ãã¤ã大æåA",Atilde:"ãã«ãã¤ã大æåA",Auml:"åé³è¨å·ã¤ã大æåA",Aring:"ãªã³ã°ã¤ã大æåA",AElig:"Aã¨Eã®åå",Ccedil:"ã»ãã£ã©ã¤ã大æåC",Egrave:"æé³ç¬¦ã¤ã大æåE",Eacute:"æé³ç¬¦ã¤ã大æåE",Ecirc:"æ²æã¢ã¯ã»ã³ãã¤ã大æåE",Euml:"åé³è¨å·ã¤ã大æåE",Igrave:"æé³ç¬¦ã¤ã大æåI",Iacute:"æé³ç¬¦ã¤ã大æåI",Icirc:"æ²æã¢ã¯ã»ã³ãã¤ã大æåI",Iuml:"åé³è¨å·ã¤ã大æåI",ETH:"[ã¢ã¤ã¹ã©ã³ãèª]大æåETH",Ntilde:"ãã«ãã¤ã大æåN",Ograve:"æé³ç¬¦ã¤ã大æåO",Oacute:"æé³ç¬¦ã¤ã大æåO",Ocirc:"æ²æã¢ã¯ã»ã³ãã¤ã大æåO",Otilde:"ãã«ãã¤ã大æåO",Ouml:" åé³è¨å·ã¤ã大æåO", +times:"ä¹ç®è¨å·",Oslash:"æã¡æ¶ãç·ã¤ã大æåO",Ugrave:"æé³ç¬¦ã¤ã大æåU",Uacute:"æé³ç¬¦ã¤ã大æåU",Ucirc:"æ²æã¢ã¯ã»ã³ãã¤ã大æåU",Uuml:"åé³è¨å·ã¤ã大æåU",Yacute:"æé³ç¬¦ã¤ã大æåY",THORN:"[ã¢ã¤ã¹ã©ã³ãèª]大æåTHORN",szlig:"ãã¤ãèªã¨ã¹ãã§ãã",agrave:"æé³ç¬¦ã¤ãå°æåa",aacute:"æé³ç¬¦ã¤ãå°æåa",acirc:"æ²æã¢ã¯ã»ã³ãã¤ãå°æåa",atilde:"ãã«ãã¤ãå°æåa",auml:"åé³è¨å·ã¤ãå°æåa",aring:"ãªã³ã°ã¤ãå°æåa",aelig:"aã¨eã®åå",ccedil:"ã»ãã£ã©ã¤ãå°æåc",egrave:"æé³ç¬¦ã¤ãå°æåe",eacute:"æé³ç¬¦ã¤ãå°æåe",ecirc:"æ²æã¢ã¯ã»ã³ãã¤ãå°æåe",euml:"åé³è¨å·ã¤ãå°æåe",igrave:"æé³ç¬¦ã¤ãå°æåi",iacute:"æé³ç¬¦ã¤ãå°æåi",icirc:"æ²æã¢ã¯ã»ã³ãã¤ãå°æåi",iuml:"åé³è¨å·ã¤ãå°æåi",eth:"ã¢ã¤ã¹ã©ã³ãèªå°æåeth", +ntilde:"ãã«ãã¤ãå°æån",ograve:"æé³ç¬¦ã¤ãå°æåo",oacute:"æé³ç¬¦ã¤ãå°æåo",ocirc:"æ²æã¢ã¯ã»ã³ãã¤ãå°æåo",otilde:"ãã«ãã¤ãå°æåo",ouml:"åé³è¨å·ã¤ãå°æåo",divide:"é¤ç®è¨å·",oslash:"æã¡æ¶ãç·ã¤ãå°æåo",ugrave:"æé³ç¬¦ã¤ãå°æåu",uacute:"æé³ç¬¦ã¤ãå°æåu",ucirc:"æ²æã¢ã¯ã»ã³ãã¤ãå°æåu",uuml:"åé³è¨å·ã¤ãå°æåu",yacute:"æé³ç¬¦ã¤ãå°æåy",thorn:"ã¢ã¤ã¹ã©ã³ãèªå°æåthorn",yuml:"åé³è¨å·ã¤ãå°æåy",OElig:"Oã¨Eã®åå",oelig:"oã¨eã®åå",372:"æ²æã¢ã¯ã»ã³ãã¤ã大æåW",374:"æ²æã¢ã¯ã»ã³ãã¤ã大æåY",373:"æ²æã¢ã¯ã»ã³ãã¤ãå°æåw",375:"æ²æã¢ã¯ã»ã³ãã¤ãå°æåy",sbquo:"ã·ã³ã°ã«ä¸å¼ç¨ç¬¦",8219:"å·¦å³éã®å·¦å¼ç¨ç¬¦",bdquo:"ããã«ä¸å¼ç¨ç¬¦",hellip:"ä¸ç¹ãªã¼ã",trade:"忍è¨å·",9658:"å³é»ä¸è§ãã¤ã³ã¿",bull:"é»ä¸¸", +rarr:"å³ç¢å°",rArr:"å³äºéç¢å°",hArr:"å·¦å³äºéç¢å°",diams:"ãã¤ã¤",asymp:"漸è¿"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/km.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/km.js new file mode 100644 index 0000000..8f9fd7f --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/km.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","km",{euro:"ááááá¶âá¢áºááá¼",lsquo:"Left single quotation mark",rsquo:"Right single quotation mark",ldquo:"Left double quotation mark",rdquo:"Right double quotation mark",ndash:"En dash",mdash:"Em dash",iexcl:"Inverted exclamation mark",cent:"ááááá¶âááá",pound:"ááááá¶âááá",curren:"ááááá¶âáá¼áá·ááááá",yen:"ááááá¶âáááá",brvbar:"Broken bar",sect:"Section sign",uml:"Diaeresis",copy:"ááááá¶âááááá¶âáá·áááá·",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark", +not:"Not sign",reg:"Registered sign",macr:"Macron",deg:"ááááá¶âááºáááá",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"ááááá¶âáá¸áááá¼",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ko.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ko.js new file mode 100644 index 0000000..05759fc --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ko.js @@ -0,0 +1,10 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","ko",{euro:"ì ë¡í 기í¸",lsquo:"ì¼ìª½ ì¸ ë°ì´í",rsquo:"ì¤ë¥¸ìª½ ì¸ ë°ì´í",ldquo:"ì¼ìª½ ì ë°ì´í",rdquo:"ì¤ë¥¸ìª½ ì ë°ì´í",ndash:"ë°ê° ëì",mdash:"ì ê° ëì",iexcl:"ë°ì ë ëëí",cent:"ì¼í¸ 기í¸",pound:"íì´ëí 기í¸",curren:"커ë°ì 기í¸",yen:"ììí 기í¸",brvbar:"Broken bar",sect:"ì¹ì 기í¸",uml:"ë¶ì ë¶í¸",copy:"ì ìê¶ ê¸°í¸",ordf:"Feminine ordinal indicator",laquo:"ì¼ìª½ ì꺽ì ì¸ì© ë¶í¸",not:"ê¸ì§ 기í¸",reg:"ë±ë¡ 기í¸",macr:"ì¥ì 기í¸",deg:"ë 기í¸",sup2:"ì첨ì 2",sup3:"ì첨ì 3",acute:"ìì ì ì¼í¸ ë¶í¸",micro:"ë§ì´í¬ë¡ 기í¸",para:"ë¨ë½ 기í¸",middot:"ê°ì´ë° ì ",cedil:"ì¸ëì ",sup1:"ì첨ì 1", +ordm:"Masculine ordinal indicator",raquo:"ì¤ë¥¸ìª½ ì꺽ì ì¸ì© ë¶í¸",frac14:"ë¶ì ì¬ë¶ì ì¼",frac12:"ë¶ì ì´ë¶ì ì¼",frac34:"ë¶ì ì¬ë¶ì ì¼",iquest:"ë¤ì§í 물ìí",Agrave:"ìµì ë¶í¸ê° ìë ë¼í´ ë문ì A",Aacute:"ìì ì ì¼í¸ ë¶í¸ê° ìë ë¼í´ ë문ì A",Acirc:"곡ì ì ì¼í¸ ë¶í¸ê° ìë ë¼í´ ë문ì A",Atilde:"í¸ë°ê° ìë ë¼í´ ë문ì A",Auml:"ë¶ì 기í¸ê° ìë ë¼í´ ë문ì A",Aring:"ìê³ ë¦¬ê° ìë ë¼í´ ë문ì A",AElig:"ë¼í´ ë문ì Ã",Ccedil:"ì¸ëì ê° ìë ë¼í´ ë문ì C",Egrave:"ìµì ë¶í¸ê° ìë ë¼í´ ë문ì E",Eacute:"ìì ì ì¼í¸ ë¶í¸ê° ìë ë¼í´ ë문ì E",Ecirc:"곡ì ì ì¼í¸ ë¶í¸ê° ìë ë¼í´ ë문ì E",Euml:"ë¶ì 기í¸ê° ìë ë¼í´ ë문ì E",Igrave:"ìµì ë¶í¸ê° ìë ë¼í´ ë문ì I",Iacute:"ìì ì ì¼í¸ ë¶í¸ê° ìë ë¼í´ ë문ì I", +Icirc:"곡ì ì ì¼í¸ ë¶í¸ê° ìë ë¼í´ ë문ì I",Iuml:"ë¶ì 기í¸ê° ìë ë¼í´ ë문ì I",ETH:"ë¼í´ ë문ì Eth",Ntilde:"í¸ë°ê° ìë ë¼í´ ë문ì N",Ograve:"ìµì ë¶í¸ê° ìë ë¼í´ ë문ì O",Oacute:"ìì ë¶í¸ê° ìë ë¼í´ ë문ì O",Ocirc:"곡ì ì ì¼í¸ ë¶í¸ê° ìë ë¼í´ ë문ì O",Otilde:"í¸ë°ê° ìë ë¼í´ ë문ì O",Ouml:"ë¶ì 기í¸ê° ìë ë¼í´ ë문ì O",times:"ê³±í기 기í¸",Oslash:"ì¬ì ì´ ìë ë¼í´ ë문ì O",Ugrave:"ìµì ë¶í¸ê° ìë ë¼í´ ë문ì U",Uacute:"ìì ë¶í¸ê° ìë ë¼í´ ë문ì U",Ucirc:"곡ì ì ì¼í¸ ë¶í¸ê° ìë ë¼í´ ë문ì U",Uuml:"ë¶ì 기í¸ê° ìë ë¼í´ ë문ì U",Yacute:"ìì ë¶í¸ê° ìë ë¼í´ ë문ì Y",THORN:"ë¼í´ ë문ì Thorn",szlig:"ë¼í´ ì문ì sharp s",agrave:"ìµì ë¶í¸ê° ìë ë¼í´ ì문ì a",aacute:"ìì ë¶í¸ê° ìë ë¼í´ ì문ì a", +acirc:"곡ì ì ì¼í¸ ë¶í¸ê° ìë ë¼í´ ì문ì a",atilde:"í¸ë°ê° ìë ë¼í´ ì문ì a",auml:"ë¶ì 기í¸ê° ìë ë¼í´ ì문ì a",aring:"ìê³ ë¦¬ê° ìë ë¼í´ ì문ì a",aelig:"ë¼í´ ì문ì æ",ccedil:"ì¸ëì ê° ìë ë¼í´ ì문ì c",egrave:"ìµì ë¶í¸ê° ìë ë¼í´ ì문ì e",eacute:"ìì ë¶í¸ê° ìë ë¼í´ ì문ì e",ecirc:"곡ì ì ì¼í¸ ë¶í¸ê° ìë ë¼í´ ì문ì e",euml:"ë¶ì 기í¸ê° ìë ë¼í´ ì문ì e",igrave:"ìµì ë¶í¸ê° ìë ë¼í´ ì문ì i",iacute:"ìì ë¶í¸ê° ìë ë¼í´ ì문ì i",icirc:"곡ì ì ì¼í¸ ë¶í¸ê° ìë ë¼í´ ì문ì i",iuml:"ë¶ì 기í¸ê° ìë ë¼í´ ì문ì i",eth:"ë¼í´ ì문ì eth",ntilde:"í¸ë°ê° ìë ë¼í´ ì문ì n",ograve:"ìµì ë¶í¸ê° ìë ë¼í´ ì문ì o",oacute:"ìì ë¶í¸ê° ìë ë¼í´ ì문ì o",ocirc:"곡ì ì ì¼í¸ ë¶í¸ê° ìë ë¼í´ ì문ì o", +otilde:"í¸ë°ê° ìë ë¼í´ ì문ì o",ouml:"ë¶ì 기í¸ê° ìë ë¼í´ ì문ì o",divide:"ëë기 기í¸",oslash:"ì¬ì ì´ ìë ë¼í´ ì문ì o",ugrave:"ìµì ë¶í¸ê° ìë ë¼í´ ì문ì u",uacute:"ìì ë¶í¸ê° ìë ë¼í´ ì문ì u",ucirc:"곡ì ì ì¼í¸ ë¶í¸ê° ìë ë¼í´ ì문ì u",uuml:"ë¶ì 기í¸ê° ìë ë¼í´ ì문ì u",yacute:"ìì ë¶í¸ê° ìë ë¼í´ ì문ì y",thorn:"ë¼í´ ì문ì thorn",yuml:"ë¶ì 기í¸ê° ìë ë¼í´ ì문ì y",OElig:"ë¼í´ ë문í©ì OE",oelig:"ë¼í´ ì문í©ì oe",372:"곡ì ì ì¼í¸ ë¶í¸ê° ìë ë¼í´ ë문ì W",374:"곡ì ì ì¼í¸ ë¶í¸ê° ìë ë¼í´ ë문ì Y",373:"곡ì ì ì¼í¸ ë¶í¸ê° ìë ë¼í´ ì문ì w",375:"곡ì ì ì¼í¸ ë¶í¸ê° ìë ë¼í´ ì문ì y",sbquo:"ì¸ ìë-9 ì¸ì© ë¶í¸",8219:"ì¸ ì쪽-ë¤ì§í-9 ì¸ì© ë¶í¸",bdquo:"ì ìë-9 ì¸ì© ë¶í¸",hellip:"ìí ìëµ ë¶í¸", +trade:"ìí 기í¸",9658:"ê²ì ì¤ë¥¸ìª½ í¬ì¸í°",bull:"í° ì ",rarr:"ì¤ë¥¸ìª½ íì´í",rArr:"ì¤ë¥¸ìª½ ë ì¤ íì´í",hArr:"ì쪽 ë ì¤ íì´í",diams:"ê²ì ë¤ì´ì몬ë",asymp:"ê·¼ì¬"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ku.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ku.js new file mode 100644 index 0000000..1da1110 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ku.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","ku",{euro:"ÙÛØ´Ø§ÙÛÛ ÛÛØ±Û",lsquo:"ÙÛØ´Ø§ÙÛÛ ÙØ§Ø±ÛزÛÛ Ø³ÛØ±ÙÙÚÛØ±Û ØªØ§Ú©Û ÚÛÙ¾",rsquo:"ÙÛØ´Ø§ÙÛÛ ÙØ§Ø±ÛزÛÛ Ø³ÛØ±ÙÙÚÛØ±Û ØªØ§Ú©Û ÚØ§Ø³Øª",ldquo:"ÙÛØ´Ø§ÙÛÛ ÙØ§Ø±ÛزÛÛ Ø³ÛØ±ÙÙÚÛØ±Û دÙÙÙÛÙØ¯ÛÛ ÚÙâÙ¾",rdquo:"ÙÛØ´Ø§ÙÛÛ ÙØ§Ø±ÛزÛÛ Ø³ÛØ±ÙÙÚÛØ±Û دÙÙÙÛÙØ¯ÛÛ ÚØ§Ø³Øª",ndash:"تÛÙÛÚµÛ Ú©ÙØ±Øª",mdash:"تÛÙÛÚµÛ Ø¯Ø±ÛÚ",iexcl:"ÙÛØ´Ø§ÙÛÛ ÙÛÚµÛÙÚ¯ÛÚÛ Ø³ÛØ±Ø³ÙÚÙÛÙÛØ±",cent:"ÙÛØ´Ø§ÙÛÛ Ø³ÛÙØª",pound:"ÙÛØ´Ø§ÙÛÛ Ù¾Ø§ÙÛÙØ¯",curren:"ÙÛØ´Ø§ÙÛÛ Ø¯Ø±Ø§Ù",yen:"ÙÛØ´Ø§ÙÛÛ ÛÛÙÛ ÚØ§Ù¾ÛÙÛ",brvbar:"Ø´Ø±ÛØªÛ Ø¦ÛØ³ØªÙÙÙÛ Ù¾ÚÚØ§Ù",sect:"ÙÛØ´Ø§ÙÛÛ Ø¯ÙÙ s ÙÛØ³ÛرÛÛÚ©",uml:"خاڵ",copy:"ÙÛØ´Ø§ÙÛÛ Ù Ø§ÙÛ ÚØ§Ù¾", +ordf:"ÙÛÚµ ÙÛØ³Ûر Ù¾ÛØªÛ a",laquo:"دÙÙ ØªÛØ±Û Ø¨ÛØ¯ÙÙØ§ÛÛÚ©Û ÚÛÙ¾",not:"ÙÛØ´Ø§ÙÛÛ ÙÛØ®Ûر",reg:"ÙÛØ´Ø§ÙÛÛ R ÙÛÙØ§Ù بازÙÛØ¯Ø§",macr:"٠اکÚÛÙ",deg:"ÙÛØ´Ø§ÙÛÛ Ù¾ÙÛ",sup2:"Ø³ÛØ±ÙÙÙØ³Û دÙÙ",sup3:"Ø³ÛØ±ÙÙÙØ³Û سÛ",acute:"ÙØ§Ø±Û تÛÚ",micro:"ÙÛØ´Ø§ÙÛÛ u Ù٠درÛÚÛ ÚÛÙ¾Û Ø®ÙØ§Ø±ÙÙ",para:"ÙÛØ´Ø§ÙÛÛ Ù¾ÛÚÛگراÙ",middot:"ÙØ§ÙÛÚØ§Ø³ØªÛ خاڵ",cedil:"ÙÛØ´Ø§ÙÛÛ c ÚÛØ± ÚÙÙکرÛ",sup1:"Ø³ÛØ±ÙÙÙØ³Û ÛÛÚ©",ordm:"ÙÛÚµ ÙÛÚÛØ± Ù¾ÛØªÛ o",raquo:"دÙÙ ØªÛØ±Û Ø¨ÛØ¯ÙÙØ§ÛÛÚ©Û ÚØ§Ø³Øª",frac14:"ÛÛÚ© ÙÛØ³Ûر ÚÙÙØ§Ø±",frac12:"ÛÛÚ© ÙÛØ³Ûر دÙÙ",frac34:"Ø³Û ÙÛØ³Ûر ÚÙÙØ§Ø±",iquest:"ÙÛÙ Ø§Û ÙÛÚµÛÙÚ¯ÛØ±Û Ù¾Ø±Ø³ÛØ§Ø±",Agrave:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ A-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ÙØ§Ø±", +Aacute:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ A-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û تÛÚ",Acirc:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ A-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",Atilde:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ A-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ زÛÚÛ",Auml:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ A-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",Aring:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ Ú¯ÛÙØ±ÛÛ Ã ",AElig:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ Ú¯ÛÙØ±ÛÛ Ã",Ccedil:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ C-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÛØ± ÚÙÙکرÛ",Egrave:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ E-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ÙØ§Ø±",Eacute:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ E-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û تÛÚ",Ecirc:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ E-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",Euml:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ E-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ", +Igrave:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ I-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ÙØ§Ø±",Iacute:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ I-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û تÛÚ",Icirc:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ I-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",Iuml:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ I-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",ETH:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ E-Û Ú¯ÛÙØ±ÛÛ",Ntilde:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ N-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ زÛÚÛ",Ograve:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ O-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ÙØ§Ø±",Oacute:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ O-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û تÛÚ",Ocirc:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ O-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",Otilde:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ O-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ زÛÚÛ",Ouml:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ O-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ", +times:"ÙÛØ´Ø§ÙÛÛ ÙÛکداÙ",Oslash:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ Ú¯ÛÙØ±ÛÛ Ã ÙÛÚ¯ÛÚµ ÙÛÙ Ø§Û Ø¯Úµ ÙÛØ³ØªØ§Ù",Ugrave:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ U-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ÙØ§Ø±",Uacute:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ U-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û تÛÚ",Ucirc:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ U-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",Uuml:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ U-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",Yacute:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ Y-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û تÛÚ",THORN:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ Ø¯ÚÚ©Û Ú¯ÛÙØ±Û",szlig:"Ù¾ÛØªÛ ÙØ§ØªÙÛ ÙÙÙÚ© تÛÚÛ s",agrave:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ a-Û Ø¨ÚÙÙÚ© ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ÙØ§Ø±",aacute:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ a-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û تÛÚ",acirc:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ a-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ", +atilde:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ a-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ زÛÚÛ",auml:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ a-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",aring:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ Ã¥-Û Ø¨ÚÙÙÙ",aelig:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ Ã¦-Û Ø¨ÚÙÙÙ",ccedil:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ c-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÛØ± ÚÙÙکرÛ",egrave:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ e-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ÙØ§Ø±",eacute:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ e-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û تÛÚ",ecirc:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ e-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",euml:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ e-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",igrave:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ i-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ÙØ§Ø±",iacute:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ i-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û تÛÚ", +icirc:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ i-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",iuml:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ i-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",eth:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ e-Û Ø¨ÚÙÙÙ",ntilde:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ n-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ زÛÚÛ",ograve:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ o-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ÙØ§Ø±",oacute:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ o-Û Ø¨ÚÙÙÙ ÙÙâÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û تÛÚ",ocirc:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ o-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",otilde:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ o-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ زÛÚÛ",ouml:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ o-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",divide:"ÙÛØ´Ø§ÙÛÛ Ø¯Ø§Ø¨ÛØ´",oslash:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ Ú¯ÛÙØ±ÛÛ Ã¸ ÙÛÚ¯ÛÚµ ÙÛÙ Ø§Û Ø¯Úµ ÙÛØ³ØªØ§Ù",ugrave:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ u-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û ÙØ§Ø±", +uacute:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ u-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û تÛÚ",ucirc:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ u-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",uuml:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ u-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",yacute:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ y-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÚÙÙÙ ÛØªØ¯Ø§Ø±Û تÛÚ",thorn:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ Ø¯ÚÚ©Û Ø¨ÚÙÙÙ",yuml:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ y-Û Ø¨ÚÙÙÙ ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",OElig:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ Ú¯ÛÙØ±ÛÛ Ù¾ÛÚ©ÛÙÛÙÙÙØ³Ø±Ø§ÙÛ OE",oelig:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ Ø¨ÚÙÙÚ©Û Ù¾ÛÚ©ÛÙÛÙÙÙØ³Ø±Ø§ÙÛ oe",372:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ W-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",374:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ Y-Û Ú¯ÛÙØ±Û ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",373:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ w-Û Ø¨ÚÙÙÚ©Û ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ", +375:"Ù¾ÛØªÛ ÙØ§ØªÛÙÛ y-Û Ø¨ÚÙÙÚ©Û ÙÛÚ¯ÛÚµ ÙÛØ´Ø§ÙÛ ÙÛØ³ÛرÛ",sbquo:"ÙÛØ´Ø§ÙÛÛ ÙØ§Ø±ÛزÛÛ ÙØ²Ù ",8219:"ÙÛØ´Ø§ÙÛÛ ÙØ§Ø±ÛزÛÛ Ø¨ÛØ±Ø²Û Ù¾ÛÚÛÙØ§ÙÛ",bdquo:"دÙÙ ÙØ§Ø±ÛزÛÛ ØªÛÙÛØ´ ÛÛÙ",hellip:"ئاسÛÛÛ Ø¨Ø§Ø²ÙÛ",trade:"ÙÛØ´Ø§ÙÛÛ Ø¨Ø§Ø²Ø±Ú¯Ø§ÙÛ",9658:"ئاراستÛÛ ÚÛØ´Û Ø¯ÛØ³ØªÛ ÚØ§Ø³Øª",bull:"ÙÛØ´ÛÙ",rarr:"ØªÛØ±Û Ø¯ÛØ³ØªÛ ÚØ§Ø³Øª",rArr:"دÙÙØªÛØ±Û Ø¯ÛØ³ØªÛ ÚØ§Ø³Øª",hArr:"دÙÙ ØªÛØ±Û ÚØ§Ø³Øª Ù ÚÛÙ¾",diams:"ÚÛØ´Û پاÙڵاÙÛÛÛ",asymp:"ÙÛØ´Ø§ÙÛÛ ÛÛکساÙÛ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/lt.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/lt.js new file mode 100644 index 0000000..c1fdd11 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/lt.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","lt",{euro:"Euro ženklas",lsquo:"Left single quotation mark",rsquo:"Right single quotation mark",ldquo:"Left double quotation mark",rdquo:"Right double quotation mark",ndash:"En dash",mdash:"Em dash",iexcl:"Inverted exclamation mark",cent:"Cento ženklas",pound:"Svaro ženklas",curren:"Valiutos ženklas",yen:"Jenos ženklas",brvbar:"Broken bar",sect:"Section sign",uml:"Diaeresis",copy:"Copyright sign",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark", +not:"Ne ženklas",reg:"Registered sign",macr:"Makronas",deg:"Laipsnio ženklas",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"Mikro ženklas",para:"Pilcrow sign",middot:"Vidurinis taÅ¡kas",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/lv.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/lv.js new file mode 100644 index 0000000..b3a2aa0 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/lv.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","lv",{euro:"Euro zÄ«me",lsquo:"KreisÄ vienkÄrtÄ«ga pÄdiÅa",rsquo:"LabÄ vienkÄrtÄ«ga pÄdiÅa",ldquo:"KreisÄ dubult pÄdiÅa",rdquo:"LabÄ dubult pÄdiÅa",ndash:"En svÄ«tra",mdash:"Em svÄ«tra",iexcl:"Apgriezta izsaukuma zÄ«me",cent:"Centu naudas zÄ«me",pound:"SterliÅu mÄrciÅu naudas zÄ«me",curren:"ValÅ«tas zÄ«me",yen:"Jenu naudas zÄ«me",brvbar:"VertikÄla pÄrrauta lÄ«nija",sect:"ParagrÄfa zÄ«me",uml:"Diakritiska zÄ«me",copy:"AutortiesÄ«bu zÄ«me",ordf:"Sievišķas kÄrtas rÄdÄ«tÄjs", +laquo:"KreisÄ dubult stÅ«ra pÄdiÅu zÄ«me",not:"NeparakstÄ«ts",reg:"ReÄ£istrÄta zÄ«me",macr:"GarumzÄ«me",deg:"GrÄdu zÄ«me",sup2:"AugÅ¡raksts divi",sup3:"AugÅ¡raksts trÄ«s",acute:"AkÅ«ta uzsvara zÄ«me",micro:"Mikro zÄ«me",para:"Rindkopas zÄ«me ",middot:"VidÄjs punkts",cedil:"ÄÄ·Ä«tis zem burta",sup1:"AugÅ¡raksts viens",ordm:"VÄ«rišķīgas kÄrtas rÄdÄ«tÄjs",raquo:"LabÄ dubult stÅ«ra pÄdiÅu zÄ«me",frac14:"VulgÄra frakcija 1/4",frac12:"VulgÄra frakcija 1/2",frac34:"VulgÄra frakcija 3/4",iquest:"Apgriezta jautÄjuma zÄ«me",Agrave:"Lielais latÄ«Åu burts A ar uzsvara zÄ«mi", +Aacute:"Lielais latÄ«Åu burts A ar akÅ«tu uzsvara zÄ«mi",Acirc:"Lielais latÄ«Åu burts A ar diakritisku zÄ«mi",Atilde:"Lielais latÄ«Åu burts A ar tildi ",Auml:"Lielais latÄ«Åu burts A ar diakritisko zÄ«mi",Aring:"Lielais latÄ«Åu burts A ar aplÄ«ti augÅ¡Ä",AElig:"Lielais latÄ«Åu burts Ã",Ccedil:"Lielais latÄ«Åu burts C ar ÄÄ·Ä«ti zem burta",Egrave:"Lielais latÄ«Åu burts E ar apostrofu",Eacute:"Lielais latÄ«Åu burts E ar akÅ«tu uzsvara zÄ«mi",Ecirc:"Lielais latÄ«Åu burts E ar diakritisko zÄ«mi",Euml:"Lielais latÄ«Åu burts E ar diakritisko zÄ«mi", +Igrave:"Lielais latÄ«Åu burts I ar uzsvaras zÄ«mi",Iacute:"Lielais latÄ«Åu burts I ar akÅ«tu uzsvara zÄ«mi",Icirc:"Lielais latÄ«Åu burts I ar diakritisko zÄ«mi",Iuml:"Lielais latÄ«Åu burts I ar diakritisko zÄ«mi",ETH:"Lielais latÄ«Åu burts Eth",Ntilde:"Lielais latÄ«Åu burts N ar tildi",Ograve:"Lielais latÄ«Åu burts O ar uzsvara zÄ«mi",Oacute:"Lielais latÄ«Åu burts O ar akÅ«to uzsvara zÄ«mi",Ocirc:"Lielais latÄ«Åu burts O ar diakritisko zÄ«mi",Otilde:"Lielais latÄ«Åu burts O ar tildi",Ouml:"Lielais latÄ«Åu burts O ar diakritisko zÄ«mi", +times:"ReizinÄÅ¡anas zÄ«me ",Oslash:"Lielais latÄ«Åu burts O ar iesvÄ«trojumu",Ugrave:"Lielais latÄ«Åu burts U ar uzsvaras zÄ«mi",Uacute:"Lielais latÄ«Åu burts U ar akÅ«to uzsvars zÄ«mi",Ucirc:"Lielais latÄ«Åu burts U ar diakritisko zÄ«mi",Uuml:"Lielais latÄ«Åu burts U ar diakritisko zÄ«mi",Yacute:"Lielais latÄ«Åu burts Y ar akÅ«to uzsvaras zÄ«mi",THORN:"Lielais latÄ«Åu burts torn",szlig:"Mazs latÄ«Åu burts ar ligatÅ«ru",agrave:"Mazs latÄ«Åu burts a ar uzsvara zÄ«mi",aacute:"Mazs latÄ«Åu burts a ar akÅ«to uzsvara zÄ«mi", +acirc:"Mazs latÄ«Åu burts a ar diakritisko zÄ«mi",atilde:"Mazs latÄ«Åu burts a ar tildi",auml:"Mazs latÄ«Åu burts a ar diakritisko zÄ«mi",aring:"Mazs latÄ«Åu burts a ar aplÄ«ti augÅ¡Ä",aelig:"Mazs latÄ«Åu burts æ",ccedil:"Mazs latÄ«Åu burts c ar ÄÄ·Ä«ti zem burta",egrave:"Mazs latÄ«Åu burts e ar uzsvara zÄ«mi ",eacute:"Mazs latÄ«Åu burts e ar akÅ«tu uzsvara zÄ«mi",ecirc:"Mazs latÄ«Åu burts e ar diakritisko zÄ«mi",euml:"Mazs latÄ«Åu burts e ar diakritisko zÄ«mi",igrave:"Mazs latÄ«Åu burts i ar uzsvara zÄ«mi ",iacute:"Mazs latÄ«Åu burts i ar akÅ«tu uzsvara zÄ«mi", +icirc:"Mazs latÄ«Åu burts i ar diakritisko zÄ«mi",iuml:"Mazs latÄ«Åu burts i ar diakritisko zÄ«mi",eth:"Mazs latÄ«Åu burts eth",ntilde:"Mazs latÄ«Åu burts n ar tildi",ograve:"Mazs latÄ«Åu burts o ar uzsvara zÄ«mi ",oacute:"Mazs latÄ«Åu burts o ar akÅ«tu uzsvara zÄ«mi",ocirc:"Mazs latÄ«Åu burts o ar diakritisko zÄ«mi",otilde:"Mazs latÄ«Åu burts o ar tildi",ouml:"Mazs latÄ«Åu burts o ar diakritisko zÄ«mi",divide:"Dalīšanas zÄ«me",oslash:"Mazs latÄ«Åu burts o ar iesvÄ«trojumu",ugrave:"Mazs latÄ«Åu burts u ar uzsvara zÄ«mi ", +uacute:"Mazs latÄ«Åu burts u ar akÅ«tu uzsvara zÄ«mi",ucirc:"Mazs latÄ«Åu burts u ar diakritisko zÄ«mi",uuml:"Mazs latÄ«Åu burts u ar diakritisko zÄ«mi",yacute:"Mazs latÄ«Åu burts y ar akÅ«tu uzsvaras zÄ«mi",thorn:"Mazs latÄ«Åu burts torns",yuml:"Mazs latÄ«Åu burts y ar diakritisko zÄ«mi",OElig:"Liela latÄ«Åu ligatÅ«ra OE",oelig:"Maza latÄ«Åu ligatÅ«ra oe",372:"Liels latÄ«Åu burts W ar diakritisko zÄ«mi ",374:"Liels latÄ«Åu burts Y ar diakritisko zÄ«mi ",373:"Mazs latÄ«Åu burts w ar diakritisko zÄ«mi ",375:"Mazs latÄ«Åu burts y ar diakritisko zÄ«mi ", +sbquo:"Mazas-9 vienkÄrtÄ«gas pÄdiÅas",8219:"Lielas-9 vienkÄrtÄ«gas apgrieztas pÄdiÅas",bdquo:"Mazas-9 dubultas pÄdiÅas",hellip:"HorizontÄli daudzpunkti",trade:"PreÄu zÄ«mes zÄ«me",9658:"Melns pa labi pagriezts radÄ«tÄjs",bull:"Lode",rarr:"Bulta pa labi",rArr:"Dubulta Bulta pa labi",hArr:"Bulta pa kreisi",diams:"Dubulta Bulta pa kreisi",asymp:"GandrÄ«z vienÄds ar"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/nb.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/nb.js new file mode 100644 index 0000000..9f2684e --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/nb.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","nb",{euro:"Eurosymbol",lsquo:"Venstre enkelt anførselstegn",rsquo:"Høyre enkelt anførselstegn",ldquo:"Venstre dobbelt anførselstegn",rdquo:"Høyre anførsesltegn",ndash:"Kort tankestrek",mdash:"Lang tankestrek",iexcl:"Omvendt utropstegn",cent:"Centsymbol",pound:"Pundsymbol",curren:"Valutategn",yen:"Yensymbol",brvbar:"Brutt loddrett strek",sect:"Paragraftegn",uml:"Tøddel",copy:"Copyrighttegn",ordf:"Feminin ordensindikator",laquo:"Venstre anførselstegn",not:"Negasjonstegn", +reg:"Registrert varemerke-tegn",macr:"Makron",deg:"Gradsymbol",sup2:"Hevet totall",sup3:"Hevet tretall",acute:"Akutt aksent",micro:"Mikrosymbol",para:"Avsnittstegn",middot:"Midtstilt prikk",cedil:"Cedille",sup1:"Hevet ettall",ordm:"Maskulin ordensindikator",raquo:"Høyre anførselstegn",frac14:"Fjerdedelsbrøk",frac12:"Halvbrøk",frac34:"Tre fjerdedelers brøk",iquest:"Omvendt spørsmÃ¥lstegn",Agrave:"Stor A med grav aksent",Aacute:"Stor A med akutt aksent",Acirc:"Stor A med cirkumfleks",Atilde:"Stor A med tilde", +Auml:"Stor A med tøddel",Aring:"Stor à ",AElig:"Stor Ã",Ccedil:"Stor C med cedille",Egrave:"Stor E med grav aksent",Eacute:"Stor E med akutt aksent",Ecirc:"Stor E med cirkumfleks",Euml:"Stor E med tøddel",Igrave:"Stor I med grav aksent",Iacute:"Stor I med akutt aksent",Icirc:"Stor I med cirkumfleks",Iuml:"Stor I med tøddel",ETH:"Stor Edd/stungen D",Ntilde:"Stor N med tilde",Ograve:"Stor O med grav aksent",Oacute:"Stor O med akutt aksent",Ocirc:"Stor O med cirkumfleks",Otilde:"Stor O med tilde",Ouml:"Stor O med tøddel", +times:"Multiplikasjonstegn",Oslash:"Stor Ã",Ugrave:"Stor U med grav aksent",Uacute:"Stor U med akutt aksent",Ucirc:"Stor U med cirkumfleks",Uuml:"Stor U med tøddel",Yacute:"Stor Y med akutt aksent",THORN:"Stor Thorn",szlig:"Liten dobbelt-s/Eszett",agrave:"Liten a med grav aksent",aacute:"Liten a med akutt aksent",acirc:"Liten a med cirkumfleks",atilde:"Liten a med tilde",auml:"Liten a med tøddel",aring:"Liten Ã¥",aelig:"Liten æ",ccedil:"Liten c med cedille",egrave:"Liten e med grav aksent",eacute:"Liten e med akutt aksent", +ecirc:"Liten e med cirkumfleks",euml:"Liten e med tøddel",igrave:"Liten i med grav aksent",iacute:"Liten i med akutt aksent",icirc:"Liten i med cirkumfleks",iuml:"Liten i med tøddel",eth:"Liten edd/stungen d",ntilde:"Liten n med tilde",ograve:"Liten o med grav aksent",oacute:"Liten o med akutt aksent",ocirc:"Liten o med cirkumfleks",otilde:"Liten o med tilde",ouml:"Liten o med tøddel",divide:"Divisjonstegn",oslash:"Liten ø",ugrave:"Liten u med grav aksent",uacute:"Liten u med akutt aksent",ucirc:"Liten u med cirkumfleks", +uuml:"Liten u med tøddel",yacute:"Liten y med akutt aksent",thorn:"Liten thorn",yuml:"Liten y med tøddel",OElig:"Stor ligatur av O og E",oelig:"Liten ligatur av o og e",372:"Stor W med cirkumfleks",374:"Stor Y med cirkumfleks",373:"Liten w med cirkumfleks",375:"Liten y med cirkumfleks",sbquo:"Enkelt lavt 9-anførselstegn",8219:"Enkelt høyt reversert 9-anførselstegn",bdquo:"Dobbelt lavt 9-anførselstegn",hellip:"Ellipse",trade:"Varemerkesymbol",9658:"Svart høyrevendt peker",bull:"Tykk interpunkt",rarr:"Høyrevendt pil", +rArr:"Dobbel høyrevendt pil",hArr:"Dobbel venstrevendt pil",diams:"Svart ruter",asymp:"Omtrent likhetstegn"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/nl.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/nl.js new file mode 100644 index 0000000..5274e6f --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/nl.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","nl",{euro:"Euro-teken",lsquo:"Linker enkel aanhalingsteken",rsquo:"Rechter enkel aanhalingsteken",ldquo:"Linker dubbel aanhalingsteken",rdquo:"Rechter dubbel aanhalingsteken",ndash:"En dash",mdash:"Em dash",iexcl:"Omgekeerd uitroepteken",cent:"Cent-teken",pound:"Pond-teken",curren:"Valuta-teken",yen:"Yen-teken",brvbar:"Gebroken streep",sect:"Paragraaf-teken",uml:"Trema",copy:"Copyright-teken",ordf:"Vrouwelijk ordinaal",laquo:"Linker guillemet",not:"Ongelijk-teken", +reg:"Geregistreerd handelsmerk-teken",macr:"Macron",deg:"Graden-teken",sup2:"Superscript twee",sup3:"Superscript drie",acute:"Accent aigu",micro:"Micro-teken",para:"Alinea-teken",middot:"Halfhoge punt",cedil:"Cedille",sup1:"Superscript een",ordm:"Mannelijk ordinaal",raquo:"Rechter guillemet",frac14:"Breuk kwart",frac12:"Breuk half",frac34:"Breuk driekwart",iquest:"Omgekeerd vraagteken",Agrave:"Latijnse hoofdletter A met een accent grave",Aacute:"Latijnse hoofdletter A met een accent aigu",Acirc:"Latijnse hoofdletter A met een circonflexe", +Atilde:"Latijnse hoofdletter A met een tilde",Auml:"Latijnse hoofdletter A met een trema",Aring:"Latijnse hoofdletter A met een corona",AElig:"Latijnse hoofdletter Ã",Ccedil:"Latijnse hoofdletter C met een cedille",Egrave:"Latijnse hoofdletter E met een accent grave",Eacute:"Latijnse hoofdletter E met een accent aigu",Ecirc:"Latijnse hoofdletter E met een circonflexe",Euml:"Latijnse hoofdletter E met een trema",Igrave:"Latijnse hoofdletter I met een accent grave",Iacute:"Latijnse hoofdletter I met een accent aigu", +Icirc:"Latijnse hoofdletter I met een circonflexe",Iuml:"Latijnse hoofdletter I met een trema",ETH:"Latijnse hoofdletter Eth",Ntilde:"Latijnse hoofdletter N met een tilde",Ograve:"Latijnse hoofdletter O met een accent grave",Oacute:"Latijnse hoofdletter O met een accent aigu",Ocirc:"Latijnse hoofdletter O met een circonflexe",Otilde:"Latijnse hoofdletter O met een tilde",Ouml:"Latijnse hoofdletter O met een trema",times:"Maal-teken",Oslash:"Latijnse hoofdletter O met een schuine streep",Ugrave:"Latijnse hoofdletter U met een accent grave", +Uacute:"Latijnse hoofdletter U met een accent aigu",Ucirc:"Latijnse hoofdletter U met een circonflexe",Uuml:"Latijnse hoofdletter U met een trema",Yacute:"Latijnse hoofdletter Y met een accent aigu",THORN:"Latijnse hoofdletter Thorn",szlig:"Latijnse kleine ringel-s",agrave:"Latijnse kleine letter a met een accent grave",aacute:"Latijnse kleine letter a met een accent aigu",acirc:"Latijnse kleine letter a met een circonflexe",atilde:"Latijnse kleine letter a met een tilde",auml:"Latijnse kleine letter a met een trema", +aring:"Latijnse kleine letter a met een corona",aelig:"Latijnse kleine letter æ",ccedil:"Latijnse kleine letter c met een cedille",egrave:"Latijnse kleine letter e met een accent grave",eacute:"Latijnse kleine letter e met een accent aigu",ecirc:"Latijnse kleine letter e met een circonflexe",euml:"Latijnse kleine letter e met een trema",igrave:"Latijnse kleine letter i met een accent grave",iacute:"Latijnse kleine letter i met een accent aigu",icirc:"Latijnse kleine letter i met een circonflexe", +iuml:"Latijnse kleine letter i met een trema",eth:"Latijnse kleine letter eth",ntilde:"Latijnse kleine letter n met een tilde",ograve:"Latijnse kleine letter o met een accent grave",oacute:"Latijnse kleine letter o met een accent aigu",ocirc:"Latijnse kleine letter o met een circonflexe",otilde:"Latijnse kleine letter o met een tilde",ouml:"Latijnse kleine letter o met een trema",divide:"Deel-teken",oslash:"Latijnse kleine letter o met een schuine streep",ugrave:"Latijnse kleine letter u met een accent grave", +uacute:"Latijnse kleine letter u met een accent aigu",ucirc:"Latijnse kleine letter u met een circonflexe",uuml:"Latijnse kleine letter u met een trema",yacute:"Latijnse kleine letter y met een accent aigu",thorn:"Latijnse kleine letter thorn",yuml:"Latijnse kleine letter y met een trema",OElig:"Latijnse hoofdletter Å",oelig:"Latijnse kleine letter Å",372:"Latijnse hoofdletter W met een circonflexe",374:"Latijnse hoofdletter Y met een circonflexe",373:"Latijnse kleine letter w met een circonflexe", +375:"Latijnse kleine letter y met een circonflexe",sbquo:"Lage enkele aanhalingsteken",8219:"Hoge omgekeerde enkele aanhalingsteken",bdquo:"Lage dubbele aanhalingsteken",hellip:"Beletselteken",trade:"Trademark-teken",9658:"Zwarte driehoek naar rechts",bull:"Bullet",rarr:"Pijl naar rechts",rArr:"Dubbele pijl naar rechts",hArr:"Dubbele pijl naar links",diams:"Zwart ruitje",asymp:"Benaderingsteken"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/no.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/no.js new file mode 100644 index 0000000..8769533 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/no.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","no",{euro:"Eurosymbol",lsquo:"Venstre enkelt anførselstegn",rsquo:"Høyre enkelt anførselstegn",ldquo:"Venstre dobbelt anførselstegn",rdquo:"Høyre anførsesltegn",ndash:"Kort tankestrek",mdash:"Lang tankestrek",iexcl:"Omvendt utropstegn",cent:"Centsymbol",pound:"Pundsymbol",curren:"Valutategn",yen:"Yensymbol",brvbar:"Brutt loddrett strek",sect:"Paragraftegn",uml:"Tøddel",copy:"Copyrighttegn",ordf:"Feminin ordensindikator",laquo:"Venstre anførselstegn",not:"Negasjonstegn", +reg:"Registrert varemerke-tegn",macr:"Makron",deg:"Gradsymbol",sup2:"Hevet totall",sup3:"Hevet tretall",acute:"Akutt aksent",micro:"Mikrosymbol",para:"Avsnittstegn",middot:"Midtstilt prikk",cedil:"Cedille",sup1:"Hevet ettall",ordm:"Maskulin ordensindikator",raquo:"Høyre anførselstegn",frac14:"Fjerdedelsbrøk",frac12:"Halvbrøk",frac34:"Tre fjerdedelers brøk",iquest:"Omvendt spørsmÃ¥lstegn",Agrave:"Stor A med grav aksent",Aacute:"Stor A med akutt aksent",Acirc:"Stor A med cirkumfleks",Atilde:"Stor A med tilde", +Auml:"Stor A med tøddel",Aring:"Stor à ",AElig:"Stor Ã",Ccedil:"Stor C med cedille",Egrave:"Stor E med grav aksent",Eacute:"Stor E med akutt aksent",Ecirc:"Stor E med cirkumfleks",Euml:"Stor E med tøddel",Igrave:"Stor I med grav aksent",Iacute:"Stor I med akutt aksent",Icirc:"Stor I med cirkumfleks",Iuml:"Stor I med tøddel",ETH:"Stor Edd/stungen D",Ntilde:"Stor N med tilde",Ograve:"Stor O med grav aksent",Oacute:"Stor O med akutt aksent",Ocirc:"Stor O med cirkumfleks",Otilde:"Stor O med tilde",Ouml:"Stor O med tøddel", +times:"Multiplikasjonstegn",Oslash:"Stor Ã",Ugrave:"Stor U med grav aksent",Uacute:"Stor U med akutt aksent",Ucirc:"Stor U med cirkumfleks",Uuml:"Stor U med tøddel",Yacute:"Stor Y med akutt aksent",THORN:"Stor Thorn",szlig:"Liten dobbelt-s/Eszett",agrave:"Liten a med grav aksent",aacute:"Liten a med akutt aksent",acirc:"Liten a med cirkumfleks",atilde:"Liten a med tilde",auml:"Liten a med tøddel",aring:"Liten Ã¥",aelig:"Liten æ",ccedil:"Liten c med cedille",egrave:"Liten e med grav aksent",eacute:"Liten e med akutt aksent", +ecirc:"Liten e med cirkumfleks",euml:"Liten e med tøddel",igrave:"Liten i med grav aksent",iacute:"Liten i med akutt aksent",icirc:"Liten i med cirkumfleks",iuml:"Liten i med tøddel",eth:"Liten edd/stungen d",ntilde:"Liten n med tilde",ograve:"Liten o med grav aksent",oacute:"Liten o med akutt aksent",ocirc:"Liten o med cirkumfleks",otilde:"Liten o med tilde",ouml:"Liten o med tøddel",divide:"Divisjonstegn",oslash:"Liten ø",ugrave:"Liten u med grav aksent",uacute:"Liten u med akutt aksent",ucirc:"Liten u med cirkumfleks", +uuml:"Liten u med tøddel",yacute:"Liten y med akutt aksent",thorn:"Liten thorn",yuml:"Liten y med tøddel",OElig:"Stor ligatur av O og E",oelig:"Liten ligatur av o og e",372:"Stor W med cirkumfleks",374:"Stor Y med cirkumfleks",373:"Liten w med cirkumfleks",375:"Liten y med cirkumfleks",sbquo:"Enkelt lavt 9-anførselstegn",8219:"Enkelt høyt reversert 9-anførselstegn",bdquo:"Dobbelt lavt 9-anførselstegn",hellip:"Ellipse",trade:"Varemerkesymbol",9658:"Svart høyrevendt peker",bull:"Tykk interpunkt",rarr:"Høyrevendt pil", +rArr:"Dobbel høyrevendt pil",hArr:"Dobbel venstrevendt pil",diams:"Svart ruter",asymp:"Omtrent likhetstegn"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/pl.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/pl.js new file mode 100644 index 0000000..c560a31 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/pl.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","pl",{euro:"Znak euro",lsquo:"CudzysÅów pojedynczy otwierajÄ cy",rsquo:"CudzysÅów pojedynczy zamykajÄ cy",ldquo:"CudzysÅów apostrofowy otwierajÄ cy",rdquo:"CudzysÅów apostrofowy zamykajÄ cy",ndash:"PóÅpauza",mdash:"Pauza",iexcl:"Odwrócony wykrzyknik",cent:"Znak centa",pound:"Znak funta",curren:"Znak waluty",yen:"Znak jena",brvbar:"Przerwana pionowa kreska",sect:"Paragraf",uml:"Diereza",copy:"Znak praw autorskich",ordf:"Wskaźnik rodzaju żeÅskiego liczebnika porzÄ dkowego", +laquo:"Lewy cudzysÅów ostrokÄ tny",not:"Znak negacji",reg:"Zastrzeżony znak towarowy",macr:"Makron",deg:"Znak stopnia",sup2:"Druga potÄga",sup3:"Trzecia potÄga",acute:"Akcent ostry",micro:"Znak mikro",para:"Znak akapitu",middot:"Kropka Årodkowa",cedil:"Cedylla",sup1:"Pierwsza potÄga",ordm:"Wskaźnik rodzaju mÄskiego liczebnika porzÄ dkowego",raquo:"Prawy cudzysÅów ostrokÄ tny",frac14:"UÅamek zwykÅy jedna czwarta",frac12:"UÅamek zwykÅy jedna druga",frac34:"UÅamek zwykÅy trzy czwarte",iquest:"Odwrócony znak zapytania", +Agrave:"Wielka litera A z akcentem ciÄżkim",Aacute:"Wielka litera A z akcentem ostrym",Acirc:"Wielka litera A z akcentem przeciÄ gÅym",Atilde:"Wielka litera A z tyldÄ ",Auml:"Wielka litera A z dierezÄ ",Aring:"Wielka litera A z kóÅkiem",AElig:"Wielka ligatura Ã",Ccedil:"Wielka litera C z cedyllÄ ",Egrave:"Wielka litera E z akcentem ciÄżkim",Eacute:"Wielka litera E z akcentem ostrym",Ecirc:"Wielka litera E z akcentem przeciÄ gÅym",Euml:"Wielka litera E z dierezÄ ",Igrave:"Wielka litera I z akcentem ciÄżkim", +Iacute:"Wielka litera I z akcentem ostrym",Icirc:"Wielka litera I z akcentem przeciÄ gÅym",Iuml:"Wielka litera I z dierezÄ ",ETH:"Wielka litera Eth",Ntilde:"Wielka litera N z tyldÄ ",Ograve:"Wielka litera O z akcentem ciÄżkim",Oacute:"Wielka litera O z akcentem ostrym",Ocirc:"Wielka litera O z akcentem przeciÄ gÅym",Otilde:"Wielka litera O z tyldÄ ",Ouml:"Wielka litera O z dierezÄ ",times:"Znak mnożenia wektorowego",Oslash:"Wielka litera O z przekreÅleniem",Ugrave:"Wielka litera U z akcentem ciÄżkim",Uacute:"Wielka litera U z akcentem ostrym", +Ucirc:"Wielka litera U z akcentem przeciÄ gÅym",Uuml:"Wielka litera U z dierezÄ ",Yacute:"Wielka litera Y z akcentem ostrym",THORN:"Wielka litera Thorn",szlig:"MaÅa litera ostre s (eszet)",agrave:"MaÅa litera a z akcentem ciÄżkim",aacute:"MaÅa litera a z akcentem ostrym",acirc:"MaÅa litera a z akcentem przeciÄ gÅym",atilde:"MaÅa litera a z tyldÄ ",auml:"MaÅa litera a z dierezÄ ",aring:"MaÅa litera a z kóÅkiem",aelig:"MaÅa ligatura æ",ccedil:"MaÅa litera c z cedyllÄ ",egrave:"MaÅa litera e z akcentem ciÄżkim", +eacute:"MaÅa litera e z akcentem ostrym",ecirc:"MaÅa litera e z akcentem przeciÄ gÅym",euml:"MaÅa litera e z dierezÄ ",igrave:"MaÅa litera i z akcentem ciÄżkim",iacute:"MaÅa litera i z akcentem ostrym",icirc:"MaÅa litera i z akcentem przeciÄ gÅym",iuml:"MaÅa litera i z dierezÄ ",eth:"MaÅa litera eth",ntilde:"MaÅa litera n z tyldÄ ",ograve:"MaÅa litera o z akcentem ciÄżkim",oacute:"MaÅa litera o z akcentem ostrym",ocirc:"MaÅa litera o z akcentem przeciÄ gÅym",otilde:"MaÅa litera o z tyldÄ ",ouml:"MaÅa litera o z dierezÄ ", +divide:"Anglosaski znak dzielenia",oslash:"MaÅa litera o z przekreÅleniem",ugrave:"MaÅa litera u z akcentem ciÄżkim",uacute:"MaÅa litera u z akcentem ostrym",ucirc:"MaÅa litera u z akcentem przeciÄ gÅym",uuml:"MaÅa litera u z dierezÄ ",yacute:"MaÅa litera y z akcentem ostrym",thorn:"MaÅa litera thorn",yuml:"MaÅa litera y z dierezÄ ",OElig:"Wielka ligatura OE",oelig:"MaÅa ligatura oe",372:"Wielka litera W z akcentem przeciÄ gÅym",374:"Wielka litera Y z akcentem przeciÄ gÅym",373:"MaÅa litera w z akcentem przeciÄ gÅym", +375:"MaÅa litera y z akcentem przeciÄ gÅym",sbquo:"Pojedynczy apostrof dolny",8219:"Pojedynczy apostrof górny",bdquo:"Podwójny apostrof dolny",hellip:"Wielokropek",trade:"Znak towarowy",9658:"Czarny wskaźnik wskazujÄ cy w prawo",bull:"Punktor",rarr:"StrzaÅka w prawo",rArr:"Podwójna strzaÅka w prawo",hArr:"Podwójna strzaÅka obustronna",diams:"Czarny znak karo",asymp:"Znak prawie równe"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js new file mode 100644 index 0000000..b8486af --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","pt-br",{euro:"Euro",lsquo:"Aspas simples esquerda",rsquo:"Aspas simples direita",ldquo:"Aspas duplas esquerda",rdquo:"Aspas duplas direita",ndash:"Traço",mdash:"Travessão",iexcl:"Ponto de exclamação invertido",cent:"Cent",pound:"Cerquilha",curren:"Dinheiro",yen:"Yen",brvbar:"Bara interrompida",sect:"SÃmbolo de Parágrafo",uml:"Trema",copy:"Direito de Cópia",ordf:"Indicador ordinal feminino",laquo:"Aspas duplas angulares esquerda",not:"Negação",reg:"Marca Registrada", +macr:"Mácron",deg:"Grau",sup2:"2 Superscrito",sup3:"3 Superscrito",acute:"Acento agudo",micro:"Micro",para:"Pé de mosca",middot:"Ponto mediano",cedil:"Cedilha",sup1:"1 Superscrito",ordm:"Indicador ordinal masculino",raquo:"Aspas duplas angulares direita",frac14:"Um quarto",frac12:"Um meio",frac34:"Três quartos",iquest:"Interrogação invertida",Agrave:"A maiúsculo com acento grave",Aacute:"A maiúsculo com acento agudo",Acirc:"A maiúsculo com acento circunflexo",Atilde:"A maiúsculo com til",Auml:"A maiúsculo com trema", +Aring:"A maiúsculo com anel acima",AElig:"à maiúsculo",Ccedil:"à maiúlculo",Egrave:"E maiúsculo com acento grave",Eacute:"E maiúsculo com acento agudo",Ecirc:"E maiúsculo com acento circumflexo",Euml:"E maiúsculo com trema",Igrave:"I maiúsculo com acento grave",Iacute:"I maiúsculo com acento agudo",Icirc:"I maiúsculo com acento circunflexo",Iuml:"I maiúsculo com crase",ETH:"Eth maiúsculo",Ntilde:"N maiúsculo com til",Ograve:"O maiúsculo com acento grave",Oacute:"O maiúsculo com acento agudo",Ocirc:"O maiúsculo com acento circunflexo", +Otilde:"O maiúsculo com til",Ouml:"O maiúsculo com trema",times:"Multiplicação",Oslash:"Diâmetro",Ugrave:"U maiúsculo com acento grave",Uacute:"U maiúsculo com acento agudo",Ucirc:"U maiúsculo com acento circunflexo",Uuml:"U maiúsculo com trema",Yacute:"Y maiúsculo com acento agudo",THORN:"Thorn maiúsculo",szlig:"Eszett minúsculo",agrave:"a minúsculo com acento grave",aacute:"a minúsculo com acento agudo",acirc:"a minúsculo com acento circunflexo",atilde:"a minúsculo com til",auml:"a minúsculo com trema", +aring:"a minúsculo com anel acima",aelig:"æ minúsculo",ccedil:"ç minúsculo",egrave:"e minúsculo com acento grave",eacute:"e minúsculo com acento agudo",ecirc:"e minúsculo com acento circunflexo",euml:"e minúsculo com trema",igrave:"i minúsculo com acento grave",iacute:"i minúsculo com acento agudo",icirc:"i minúsculo com acento circunflexo",iuml:"i minúsculo com trema",eth:"eth minúsculo",ntilde:"n minúsculo com til",ograve:"o minúsculo com acento grave",oacute:"o minúsculo com acento agudo",ocirc:"o minúsculo com acento circunflexo", +otilde:"o minúsculo com til",ouml:"o minúsculo com trema",divide:"Divisão",oslash:"o minúsculo com cortado ou diâmetro",ugrave:"u minúsculo com acento grave",uacute:"u minúsculo com acento agudo",ucirc:"u minúsculo com acento circunflexo",uuml:"u minúsculo com trema",yacute:"y minúsculo com acento agudo",thorn:"thorn minúsculo",yuml:"y minúsculo com trema",OElig:"Ligação tipográfica OE maiúscula",oelig:"Ligação tipográfica oe minúscula",372:"W maiúsculo com acento circunflexo",374:"Y maiúsculo com acento circunflexo", +373:"w minúsculo com acento circunflexo",375:"y minúsculo com acento circunflexo",sbquo:"Aspas simples inferior direita",8219:"Aspas simples superior esquerda",bdquo:"Aspas duplas inferior direita",hellip:"Reticências",trade:"Trade mark",9658:"Ponta de seta preta para direita",bull:"Ponto lista",rarr:"Seta para direita",rArr:"Seta dupla para direita",hArr:"Seta dupla direita e esquerda",diams:"Ouros",asymp:"Aproximadamente"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/pt.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/pt.js new file mode 100644 index 0000000..3f76dd5 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/pt.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","pt",{euro:"SÃmbolo do Euro",lsquo:"Aspa esquerda simples",rsquo:"Aspa direita simples",ldquo:"Aspa esquerda dupla",rdquo:"Aspa direita dupla",ndash:"Travessão Simples",mdash:"Travessão Longo",iexcl:"Ponto de exclamação invertido",cent:"SÃmbolo do Cêntimo",pound:"SÃmbolo da Libra",curren:"SÃmbolo de Moeda",yen:"SÃmbolo do Iene",brvbar:"Barra quebrada",sect:"SÃmbolo de Secção",uml:"Trema",copy:"SÃmbolo dos Direitos de Autor",ordf:"Indicador ordinal feminino", +laquo:"Aspa esquerda ângulo duplo",not:"Não SÃmbolo",reg:"SÃmbolo de Registado",macr:"Mácron",deg:"SÃmbolo de Grau",sup2:"Expoente 2",sup3:"Expoente 3",acute:"Acento agudo",micro:"SÃmbolo de Micro",para:"SÃmbolo de Parágrafo",middot:"Ponto do Meio",cedil:"Cedilha",sup1:"Expoente 1",ordm:"Indicador ordinal masculino",raquo:"Aspas ângulo duplo pra Direita",frac14:"Fração vulgar 1/4",frac12:"Fração vulgar 1/2",frac34:"Fração vulgar 3/4",iquest:"Ponto de interrogação invertido",Agrave:"Letra maiúscula latina A com acento grave", +Aacute:"Letra maiúscula latina A com acento agudo",Acirc:"Letra maiúscula latina A com circunflexo",Atilde:"Letra maiúscula latina A com til",Auml:"Letra maiúscula latina A com trema",Aring:"Letra maiúscula latina A com sinal diacrÃtico",AElig:"Letra maiúscula latina Ã",Ccedil:"Letra maiúscula latina C com cedilha",Egrave:"Letra maiúscula latina E com acento grave",Eacute:"Letra maiúscula latina E com acento agudo",Ecirc:"Letra maiúscula latina E com circunflexo",Euml:"Letra maiúscula latina E com trema", +Igrave:"Letra maiúscula latina I com acento grave",Iacute:"Letra maiúscula latina I com acento agudo",Icirc:"Letra maiúscula latina I com cincunflexo",Iuml:"Letra maiúscula latina I com trema",ETH:"Letra maiúscula latina Eth (Ãð)",Ntilde:"Letra maiúscula latina N com til",Ograve:"Letra maiúscula latina O com acento grave",Oacute:"Letra maiúscula latina O com acento agudo",Ocirc:"Letra maiúscula latina I com circunflexo",Otilde:"Letra maiúscula latina O com til",Ouml:"Letra maiúscula latina O com trema", +times:"SÃmbolo de multiplicação",Oslash:"Letra maiúscula O com barra",Ugrave:"Letra maiúscula latina U com acento grave",Uacute:"Letra maiúscula latina U com acento agudo",Ucirc:"Letra maiúscula latina U com circunflexo",Uuml:"Letra maiúscula latina E com trema",Yacute:"Letra maiúscula latina Y com acento agudo",THORN:"Letra maiúscula latina Rúnico",szlig:"Letra minúscula latina s forte",agrave:"Letra minúscula latina a com acento grave",aacute:"Letra minúscula latina a com acento agudo",acirc:"Letra minúscula latina a com circunflexo", +atilde:"Letra minúscula latina a com til",auml:"Letra minúscula latina a com trema",aring:"Letra minúscula latina a com sinal diacrÃtico",aelig:"Letra minúscula latina æ",ccedil:"Letra minúscula latina c com cedilha",egrave:"Letra minúscula latina e com acento grave",eacute:"Letra minúscula latina e com acento agudo",ecirc:"Letra minúscula latina e com circunflexo",euml:"Letra minúscula latina e com trema",igrave:"Letra minúscula latina i com acento grave",iacute:"Letra minúscula latina i com acento agudo", +icirc:"Letra minúscula latina i com circunflexo",iuml:"Letra pequena latina i com trema",eth:"Letra minúscula latina eth",ntilde:"Letra minúscula latina n com til",ograve:"Letra minúscula latina o com acento grave",oacute:"Letra minúscula latina o com acento agudo",ocirc:"Letra minúscula latina o com circunflexo",otilde:"Letra minúscula latina o com til",ouml:"Letra minúscula latina o com trema",divide:"SÃmbolo de divisão",oslash:"Letra minúscula latina o com barra",ugrave:"Letra minúscula latina u com acento grave", +uacute:"Letra minúscula latina u com acento agudo",ucirc:"Letra minúscula latina u com circunflexo",uuml:"Letra minúscula latina u com trema",yacute:"Letra minúscula latina y com acento agudo",thorn:"Letra minúscula latina Rúnico",yuml:"Letra minúscula latina y com trema",OElig:"Ligadura maiúscula latina OE",oelig:"Ligadura minúscula latina oe",372:"Letra maiúscula latina W com circunflexo",374:"Letra maiúscula latina Y com circunflexo",373:"Letra minúscula latina w com circunflexo",375:"Letra minúscula latina y com circunflexo", +sbquo:"Aspa Simples inferior-9",8219:"Aspa Simples superior invertida-9",bdquo:"Aspa duplas inferior-9",hellip:"Elipse Horizontal ",trade:"SÃmbolo de Marca Registada",9658:"Ponteiro preto direito",bull:"Marca",rarr:"Seta para a direita",rArr:"Seta dupla para a direita",hArr:"Seta dupla direita esquerda",diams:"Naipe diamante preto",asymp:"Quase igual a "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ru.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ru.js new file mode 100644 index 0000000..c021866 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ru.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","ru",{euro:"Ðнак евÑо",lsquo:"ÐÐµÐ²Ð°Ñ Ð¾Ð´Ð¸Ð½Ð°ÑÐ½Ð°Ñ ÐºÐ°Ð²ÑÑка",rsquo:"ÐÑÐ°Ð²Ð°Ñ Ð¾Ð´Ð¸Ð½Ð°ÑÐ½Ð°Ñ ÐºÐ°Ð²ÑÑка",ldquo:"ÐÐµÐ²Ð°Ñ Ð´Ð²Ð¾Ð¹Ð½Ð°Ñ ÐºÐ°Ð²ÑÑка",rdquo:"ÐÐµÐ²Ð°Ñ Ð´Ð²Ð¾Ð¹Ð½Ð°Ñ ÐºÐ°Ð²ÑÑка",ndash:"СÑеднее ÑиÑе",mdash:"Ðлинное ÑиÑе",iexcl:"пеÑевÑÑнÑÑÑй воÑклиÑаÑелÑнÑй знак",cent:"ЦенÑ",pound:"ФÑнÑ",curren:"Ðнак валÑÑÑ",yen:"Ðена",brvbar:"ÐеÑÑикалÑÐ½Ð°Ñ ÑеÑÑа Ñ ÑазÑÑвом",sect:"Ðнак паÑагÑаÑа",uml:"УмлаÑÑ",copy:"Ðнак Ð¾Ñ ÑÐ°Ð½Ñ Ð°Ð²ÑоÑÑкого пÑава",ordf:"УказаÑÐµÐ»Ñ Ð¾ÐºÐ¾Ð½ÑÐ°Ð½Ð¸Ñ Ð¶ÐµÐ½Ñкого Ñода ...аÑ",laquo:"ÐÐµÐ²Ð°Ñ ÐºÐ°Ð²ÑÑка-«ÑлоÑка»", +not:"ÐÑÑиÑание",reg:"Ðнак Ð¾Ñ ÑÐ°Ð½Ñ ÑмежнÑÑ Ð¿Ñав\\t",macr:"ÐакÑон",deg:"ÐÑадÑÑ",sup2:"ÐадÑÑÑоÑное два",sup3:"ÐадÑÑÑоÑное ÑÑи",acute:"ÐкÑÑ",micro:"ÐикÑо",para:"ÐбзаÑ",middot:"ÐнÑеÑпÑнкÑ",cedil:"СедилÑ",sup1:"ÐадÑÑÑоÑÐ½Ð°Ñ ÐµÐ´Ð¸Ð½Ð¸Ñа",ordm:"ÐоÑÑдковое ÑиÑлиÑелÑное",raquo:"ÐÑÐ°Ð²Ð°Ñ ÐºÐ°Ð²ÑÑка-«ÑлоÑка»",frac14:"Ðдна ÑеÑвеÑÑаÑ",frac12:"Ðдна вÑоÑаÑ",frac34:"ТÑи ÑеÑвÑÑÑÑÑ ",iquest:"ÐеÑевÑÑнÑÑÑй вопÑоÑиÑелÑнÑй знак",Agrave:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Ð Ñ Ð°Ð¿Ð¾ÑÑÑоÑом",Aacute:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква A Ñ ÑдаÑением",Acirc:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Ð Ñ ÑиÑкÑмÑлекÑом", +Atilde:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Ð Ñ ÑилÑдой",Auml:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Ð Ñ ÑÑемой",Aring:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Ð Ñ ÐºÐ¾Ð»ÑÑом над ней",AElig:"ÐаÑинÑÐºÐ°Ñ Ð±Ð¾Ð»ÑÑÐ°Ñ Ð±Ñква Ã",Ccedil:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква C Ñ ÑедилÑÑ",Egrave:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Ð Ñ Ð°Ð¿Ð¾ÑÑÑоÑом",Eacute:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Ð Ñ ÑдаÑением",Ecirc:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Ð Ñ ÑиÑкÑмÑлекÑом",Euml:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Ð Ñ ÑÑемой",Igrave:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква I Ñ Ð°Ð¿Ð¾ÑÑÑоÑом",Iacute:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква I Ñ ÑдаÑением", +Icirc:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква I Ñ ÑиÑкÑмÑлекÑом",Iuml:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква I Ñ ÑÑемой",ETH:"ÐаÑинÑÐºÐ°Ñ Ð±Ð¾Ð»ÑÑÐ°Ñ Ð±Ñква Eth",Ntilde:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква N Ñ ÑилÑдой",Ograve:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква O Ñ Ð°Ð¿Ð¾ÑÑÑоÑом",Oacute:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква O Ñ ÑдаÑением",Ocirc:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква O Ñ ÑиÑкÑмÑлекÑом",Otilde:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква O Ñ ÑилÑдой",Ouml:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква O Ñ ÑÑемой",times:"Ðнак ÑмножениÑ",Oslash:"ÐаÑинÑÐºÐ°Ñ Ð±Ð¾Ð»ÑÑÐ°Ñ Ð¿ÐµÑеÑеÑкнÑÑÐ°Ñ O",Ugrave:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква U Ñ Ð°Ð¿Ð¾ÑÑÑоÑом", +Uacute:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква U Ñ ÑдаÑением",Ucirc:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква U Ñ ÑиÑкÑмÑлекÑом",Uuml:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква U Ñ ÑÑемой",Yacute:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Y Ñ ÑдаÑением",THORN:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Thorn",szlig:"Ðнак диеза",agrave:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква a Ñ Ð°Ð¿Ð¾ÑÑÑоÑом",aacute:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква a Ñ ÑдаÑением",acirc:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква a Ñ ÑиÑкÑмÑлекÑом",atilde:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква a Ñ ÑилÑдой",auml:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква a Ñ ÑÑемой",aring:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква a Ñ ÐºÐ¾Ð»ÑÑом", +aelig:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква æ",ccedil:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква Ñ Ñ ÑедилÑÑ",egrave:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква е Ñ Ð°Ð¿Ð¾ÑÑÑоÑом",eacute:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква е Ñ ÑдаÑением",ecirc:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква е Ñ ÑиÑкÑмÑлекÑом",euml:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква е Ñ ÑÑемой",igrave:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква i Ñ Ð°Ð¿Ð¾ÑÑÑоÑом",iacute:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква i Ñ ÑдаÑением",icirc:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква i Ñ ÑиÑкÑмÑлекÑом",iuml:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква i Ñ ÑÑемой",eth:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква eth", +ntilde:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква n Ñ ÑилÑдой",ograve:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква o Ñ Ð°Ð¿Ð¾ÑÑÑоÑом",oacute:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква o Ñ ÑдаÑением",ocirc:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква o Ñ ÑиÑкÑмÑлекÑом",otilde:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква o Ñ ÑилÑдой",ouml:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква o Ñ ÑÑемой",divide:"Ðнак делениÑ",oslash:"ÐаÑинÑÐºÐ°Ñ ÑÑÑоÑÐ½Ð°Ñ Ð¿ÐµÑеÑеÑкнÑÑÐ°Ñ o",ugrave:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква u Ñ Ð°Ð¿Ð¾ÑÑÑоÑом",uacute:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква u Ñ ÑдаÑением",ucirc:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква u Ñ ÑиÑкÑмÑлекÑом", +uuml:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква u Ñ ÑÑемой",yacute:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква y Ñ ÑдаÑением",thorn:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква thorn",yuml:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква y Ñ ÑÑемой",OElig:"ÐаÑинÑÐºÐ°Ñ Ð¿ÑопиÑÐ½Ð°Ñ Ð»Ð¸Ð³Ð°ÑÑÑа OE",oelig:"ÐаÑинÑÐºÐ°Ñ ÑÑÑоÑÐ½Ð°Ñ Ð»Ð¸Ð³Ð°ÑÑÑа oe",372:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква W Ñ ÑиÑкÑмÑлекÑом",374:"ÐаÑинÑÐºÐ°Ñ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ð°Ñ Ð±Ñква Y Ñ ÑиÑкÑмÑлекÑом",373:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква w Ñ ÑиÑкÑмÑлекÑом",375:"ÐаÑинÑÐºÐ°Ñ Ð¼Ð°Ð»ÐµÐ½ÑÐºÐ°Ñ Ð±Ñква y Ñ ÑиÑкÑмÑлекÑом",sbquo:"ÐижнÑÑ Ð¾Ð´Ð¸Ð½Ð°ÑÐ½Ð°Ñ ÐºÐ°Ð²ÑÑка",8219:"ÐÑÐ°Ð²Ð°Ñ Ð¾Ð´Ð¸Ð½Ð°ÑÐ½Ð°Ñ ÐºÐ°Ð²ÑÑка", +bdquo:"ÐÐµÐ²Ð°Ñ Ð´Ð²Ð¾Ð¹Ð½Ð°Ñ ÐºÐ°Ð²ÑÑка",hellip:"ÐоÑизонÑалÑное многоÑоÑие",trade:"ТоваÑнÑй знак",9658:"ЧеÑнÑй ÑказаÑÐµÐ»Ñ Ð²Ð¿Ñаво",bull:"ÐаÑÐºÐµÑ ÑпиÑка",rarr:"СÑÑелка впÑаво",rArr:"ÐÐ²Ð¾Ð¹Ð½Ð°Ñ ÑÑÑелка впÑаво",hArr:"ÐÐ²Ð¾Ð¹Ð½Ð°Ñ ÑÑÑелка влево-впÑаво",diams:"ЧеÑнÑй Ñомб",asymp:"ÐÑимеÑно Ñавно"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/si.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/si.js new file mode 100644 index 0000000..d6d445e --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/si.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","si",{euro:"යà·à¶»à· à·à¶½à¶à·à¶«",lsquo:"à·à¶¸à· à¶à¶±à· à¶à¶´à·à¶§à· දà¶à·à·à·à¶¸ ",rsquo:"දà¶à·à¶«à· à¶à¶±à· à¶à¶´à·à¶§à· දà¶à·à·à·à¶¸ ",ldquo:"à·à¶¸à· දà·à¶à·à· à¶à¶´à·à¶§à· දà¶à·à·à·à¶¸ ",rdquo:"දà¶à·à¶«à· දà·à¶à·à· à¶à¶´à·à¶§à· දà¶à·à·à·à¶¸ ",ndash:"En dash",mdash:"Em dash",iexcl:"යටà·à¶à·à¶»à· à·à¶»à·à·à¶¯à· ",cent:"Cent sign",pound:"Pound sign",curren:"මà·à¶½à·âයමය ",yen:"යà·à¶±à· ",brvbar:"Broken bar",sect:"à¶à·à¶»à·à¶¸à· ",uml:"Diaeresis",copy:"à¶´à·à¶§à¶´à¶à· චයà·à¶à·à¶º ",ordf:"දරà·à·à¶à¶º",laquo:"Left-pointing double angle quotation mark",not:"à·à¶½à¶à·à¶«à¶à· à¶±à·à·à·",reg:"à·à¶½à¶à·à¶«à¶à· à¶½à·à¶ºà·à¶´à¶¯à·à¶à¶ à· à¶à·à¶»à·à¶¸", +macr:"මà·à¶¯à·âà¶»à·à¶ ",deg:"à·à¶½à¶à·à¶«à· ",sup2:"à¶à¶©à· à¶½à¶à·à¶«à· දà·à¶",sup3:"Superscript three",acute:"Acute accent",micro:"Micro sign",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent",Aacute:"Latin capital letter A with acute accent", +Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent",Iacute:"Latin capital letter I with acute accent", +Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke",Ugrave:"Latin capital letter U with grave accent", +Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis",aring:"Latin small letter a with ring above", +aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth",ntilde:"Latin small letter n with tilde", +ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis",yacute:"Latin small letter y with acute accent", +thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis",trade:"Trade mark sign",9658:"Black right-pointing pointer", +bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/sk.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/sk.js new file mode 100644 index 0000000..83e1e2f --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/sk.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","sk",{euro:"Znak eura",lsquo:"Ľavá jednoduchá úvodzovka",rsquo:"Pravá jednoduchá úvodzovka",ldquo:"Pravá dvojitá úvodzovka",rdquo:"Pravá dvojitá úvodzovka",ndash:"En pomlÄka",mdash:"Em pomlÄka",iexcl:"Obrátený výkriÄnÃk",cent:"Znak centu",pound:"Znak libry",curren:"Znak meny",yen:"Znak jenu",brvbar:"PreruÅ¡ená zvislá Äiara",sect:"Znak odseku",uml:"Prehláska",copy:"Znak copyrightu",ordf:"Ženský indikátor rodu",laquo:"Znak dvojitých lomených úvodzoviek vľavo",not:"Logistický zápor", +reg:"Znak registrácie",macr:"PomlÄka nad",deg:"Znak stupÅa",sup2:"Dvojka ako horný index",sup3:"Trojka ako horný index",acute:"DĺžeÅ",micro:"Znak mikro",para:"Znak odstavca",middot:"Bodka uprostred",cedil:"Chvost vľavo",sup1:"Jednotka ako horný index",ordm:"Mužský indikátor rodu",raquo:"Znak dvojitých lomených úvodzoviek vpravo",frac14:"ObyÄajný zlomok jedna Å¡tvrtina",frac12:"ObyÄajný zlomok jedna polovica",frac34:"ObyÄajný zlomok tri Å¡tvrtiny",iquest:"OtoÄený otáznik",Agrave:"Veľké pÃsmeno latinky A s accentom", +Aacute:"Veľké pÃsmeno latinky A s dĺžÅom",Acirc:"Veľké pÃsmeno latinky A s mäkÄeÅom",Atilde:"Veľké pÃsmeno latinky A s tildou",Auml:"Veľké pÃsmeno latinky A s dvoma bodkami",Aring:"Veľké pÃsmeno latinky A s krúžkom nad",AElig:"Veľké pÃsmeno latinky Ã",Ccedil:"Veľké pÃsmeno latinky C s chvostom vľavo",Egrave:"Veľké pÃsmeno latinky E s accentom",Eacute:"Veľké pÃsmeno latinky E s dĺžÅom",Ecirc:"Veľké pÃsmeno latinky E s mäkÄeÅom",Euml:"Veľké pÃsmeno latinky E s dvoma bodkami",Igrave:"Veľké pÃsmeno latinky I s accentom", +Iacute:"Veľké pÃsmeno latinky I s dĺžÅom",Icirc:"Veľké pÃsmeno latinky I s mäkÄeÅom",Iuml:"Veľké pÃsmeno latinky I s dvoma bodkami",ETH:"Veľké pÃsmeno latinky Eth",Ntilde:"Veľké pÃsmeno latinky N s tildou",Ograve:"Veľké pÃsmeno latinky O s accentom",Oacute:"Veľké pÃsmeno latinky O s dĺžÅom",Ocirc:"Veľké pÃsmeno latinky O s mäkÄeÅom",Otilde:"Veľké pÃsmeno latinky O s tildou",Ouml:"Veľké pÃsmeno latinky O s dvoma bodkami",times:"Znak násobenia",Oslash:"Veľké pÃsmeno latinky O preÅ¡krtnuté",Ugrave:"Veľké pÃsmeno latinky U s accentom", +Uacute:"Veľké pÃsmeno latinky U s dĺžÅom",Ucirc:"Veľké pÃsmeno latinky U s mäkÄeÅom",Uuml:"Veľké pÃsmeno latinky U s dvoma bodkami",Yacute:"Veľké pÃsmeno latinky Y s dĺžÅom",THORN:"Veľké pÃsmeno latinky Thorn",szlig:"Malé pÃsmeno latinky ostré s",agrave:"Malé pÃsmeno latinky a s accentom",aacute:"Malé pÃsmeno latinky a s dĺžÅom",acirc:"Malé pÃsmeno latinky a s mäkÄeÅom",atilde:"Malé pÃsmeno latinky a s tildou",auml:"Malé pÃsmeno latinky a s dvoma bodkami",aring:"Malé pÃsmeno latinky a s krúžkom nad", +aelig:"Malé pÃsmeno latinky æ",ccedil:"Malé pÃsmeno latinky c s chvostom vľavo",egrave:"Malé pÃsmeno latinky e s accentom",eacute:"Malé pÃsmeno latinky e s dĺžÅom",ecirc:"Malé pÃsmeno latinky e s mäkÄeÅom",euml:"Malé pÃsmeno latinky e s dvoma bodkami",igrave:"Malé pÃsmeno latinky i s accentom",iacute:"Malé pÃsmeno latinky i s dĺžÅom",icirc:"Malé pÃsmeno latinky i s mäkÄeÅom",iuml:"Malé pÃsmeno latinky i s dvoma bodkami",eth:"Malé pÃsmeno latinky eth",ntilde:"Malé pÃsmeno latinky n s tildou",ograve:"Malé pÃsmeno latinky o s accentom", +oacute:"Malé pÃsmeno latinky o s dĺžÅom",ocirc:"Malé pÃsmeno latinky o s mäkÄeÅom",otilde:"Malé pÃsmeno latinky o s tildou",ouml:"Malé pÃsmeno latinky o s dvoma bodkami",divide:"Znak delenia",oslash:"Malé pÃsmeno latinky o preÅ¡krtnuté",ugrave:"Malé pÃsmeno latinky u s accentom",uacute:"Malé pÃsmeno latinky u s dĺžÅom",ucirc:"Malé pÃsmeno latinky u s mäkÄeÅom",uuml:"Malé pÃsmeno latinky u s dvoma bodkami",yacute:"Malé pÃsmeno latinky y s dĺžÅom",thorn:"Malé pÃsmeno latinky thorn",yuml:"Malé pÃsmeno latinky y s dvoma bodkami", +OElig:"Veľká ligatúra latinky OE",oelig:"Malá ligatúra latinky OE",372:"Veľké pÃsmeno latinky W s mäkÄeÅom",374:"Veľké pÃsmeno latinky Y s mäkÄeÅom",373:"Malé pÃsmeno latinky w s mäkÄeÅom",375:"Malé pÃsmeno latinky y s mäkÄeÅom",sbquo:"Dolná jednoduchá 9-úvodzovka",8219:"Horná jednoduchá otoÄená 9-úvodzovka",bdquo:"Dolná dvojitá 9-úvodzovka",hellip:"Trojbodkový úvod",trade:"Znak ibchodnej znaÄky",9658:"Äierny ukazovateľ smerujúci vpravo",bull:"Kruh",rarr:"Å Ãpka vpravo",rArr:"Dvojitá Å¡ipka vpravo", +hArr:"Dvojitá Å¡ipka vľavo a vpravo",diams:"Äierne piky",asymp:"Skoro sa rovná"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/sl.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/sl.js new file mode 100644 index 0000000..653afc5 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/sl.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","sl",{euro:"Evro znak",lsquo:"Levi enojni narekovaj",rsquo:"Desni enojni narekovaj",ldquo:"Levi dvojni narekovaj",rdquo:"Desni dvojni narekovaj",ndash:"En pomiÅ¡ljaj",mdash:"Em pomiÅ¡ljaj",iexcl:"Obrnjen klicaj",cent:"Cent znak",pound:"Funt znak",curren:"Znak valute",yen:"Jen znak",brvbar:"Zlomljena Ärta",sect:"Znak oddelka",uml:"Diaeresis",copy:"Znak avtorskih pravic",ordf:"Ženski zaporedni kazalnik",laquo:"Levi obrnjen dvojni kotni narekovaj",not:"Ne znak",reg:"Registrirani znak", +macr:"Macron",deg:"Znak stopinj",sup2:"Nadpisano dva",sup3:"Nadpisano tri",acute:"Ostrivec",micro:"Mikro znak",para:"Pilcrow znak",middot:"Sredinska pika",cedil:"Cedilla",sup1:"Nadpisano ena",ordm:"MoÅ¡ki zaporedni kazalnik",raquo:"Desno obrnjen dvojni kotni narekovaj",frac14:"Ena Äetrtina",frac12:"Ena polovica",frac34:"Tri Äetrtine",iquest:"Obrnjen vpraÅ¡aj",Agrave:"Velika latinska Ärka A s krativcem",Aacute:"Velika latinska Ärka A z ostrivcem",Acirc:"Velika latinska Ärka A s streÅ¡ico",Atilde:"Velika latinska Ärka A z tildo", +Auml:"Velika latinska Ärka A z diaeresis-om",Aring:"Velika latinska Ärka A z obroÄem",AElig:"Velika latinska Ärka Ã",Ccedil:"Velika latinska Ärka C s cedillo",Egrave:"Velika latinska Ärka E s krativcem",Eacute:"Velika latinska Ärka E z ostrivcem",Ecirc:"Velika latinska Ärka E s streÅ¡ico",Euml:"Velika latinska Ärka E z diaeresis-om",Igrave:"Velika latinska Ärka I s krativcem",Iacute:"Velika latinska Ärka I z ostrivcem",Icirc:"Velika latinska Ärka I s streÅ¡ico",Iuml:"Velika latinska Ärka I z diaeresis-om", +ETH:"Velika latinska Ärka Eth",Ntilde:"Velika latinska Ärka N s tildo",Ograve:"Velika latinska Ärka O s krativcem",Oacute:"Velika latinska Ärka O z ostrivcem",Ocirc:"Velika latinska Ärka O s streÅ¡ico",Otilde:"Velika latinska Ärka O s tildo",Ouml:"Velika latinska Ärka O z diaeresis-om",times:"Znak za množenje",Oslash:"Velika preÄrtana latinska Ärka O",Ugrave:"Velika latinska Ärka U s krativcem",Uacute:"Velika latinska Ärka U z ostrivcem",Ucirc:"Velika latinska Ärka U s streÅ¡ico",Uuml:"Velika latinska Ärka U z diaeresis-om", +Yacute:"Velika latinska Ärka Y z ostrivcem",THORN:"Velika latinska Ärka Thorn",szlig:"Mala ostra latinska Ärka s",agrave:"Mala latinska Ärka a s krativcem",aacute:"Mala latinska Ärka a z ostrivcem",acirc:"Mala latinska Ärka a s streÅ¡ico",atilde:"Mala latinska Ärka a s tildo",auml:"Mala latinska Ärka a z diaeresis-om",aring:"Mala latinska Ärka a z obroÄem",aelig:"Mala latinska Ärka æ",ccedil:"Mala latinska Ärka c s cedillo",egrave:"Mala latinska Ärka e s krativcem",eacute:"Mala latinska Ärka e z ostrivcem", +ecirc:"Mala latinska Ärka e s streÅ¡ico",euml:"Mala latinska Ärka e z diaeresis-om",igrave:"Mala latinska Ärka i s krativcem",iacute:"Mala latinska Ärka i z ostrivcem",icirc:"Mala latinska Ärka i s streÅ¡ico",iuml:"Mala latinska Ärka i z diaeresis-om",eth:"Mala latinska Ärka eth",ntilde:"Mala latinska Ärka n s tildo",ograve:"Mala latinska Ärka o s krativcem",oacute:"Mala latinska Ärka o z ostrivcem",ocirc:"Mala latinska Ärka o s streÅ¡ico",otilde:"Mala latinska Ärka o s tildo",ouml:"Mala latinska Ärka o z diaeresis-om", +divide:"Znak za deljenje",oslash:"Mala preÄrtana latinska Ärka o",ugrave:"Mala latinska Ärka u s krativcem",uacute:"Mala latinska Ärka u z ostrivcem",ucirc:"Mala latinska Ärka u s streÅ¡ico",uuml:"Mala latinska Ärka u z diaeresis-om",yacute:"Mala latinska Ärka y z ostrivcem",thorn:"Mala latinska Ärka thorn",yuml:"Mala latinska Ärka y z diaeresis-om",OElig:"Velika latinska ligatura OE",oelig:"Mala latinska ligatura oe",372:"Velika latinska Ärka W s streÅ¡ico",374:"Velika latinska Ärka Y s streÅ¡ico", +373:"Mala latinska Ärka w s streÅ¡ico",375:"Mala latinska Ärka y s streÅ¡ico",sbquo:"Enojni nizki-9 narekovaj",8219:"Enojni visoki-obrnjen-9 narekovaj",bdquo:"Dvojni nizki-9 narekovaj",hellip:"Horizontalni izpust",trade:"Znak blagovne znamke",9658:"Ärni desno-usmerjen kazalec",bull:"Krogla",rarr:"Desno-usmerjena puÅ¡Äica",rArr:"Desno-usmerjena dvojna puÅ¡Äica",hArr:"Leva in desna dvojna puÅ¡Äica",diams:"Ärna kara",asymp:"Skoraj enako"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/sq.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/sq.js new file mode 100644 index 0000000..f4fbecc --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/sq.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","sq",{euro:"Shenja e Euros",lsquo:"Thonjëza majtas me një vi",rsquo:"Thonjëza djathtas me një vi",ldquo:"Thonjëza majtas",rdquo:"Thonjëza djathtas",ndash:"En viza lidhëse",mdash:"Em viza lidhëse",iexcl:"Pikëçuditëse e përmbysur",cent:"Shenja e Centit",pound:"Shejna e Funtit",curren:"Shenja e valutës",yen:"Shenja e Jenit",brvbar:"Viza e këputur",sect:"Shenja e pjesës",uml:"Diaeresis",copy:"Shenja e të drejtave të kopjimit",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark", +not:"Nuk ka shenjë",reg:"Shenja e të regjistruarit",macr:"Macron",deg:"Shenja e shkallës",sup2:"Super-skripta dy",sup3:"Super-skripta tre",acute:"Theks i mprehtë",micro:"Shjenja e Mikros",para:"Pilcrow sign",middot:"Pika e Mesme",cedil:"Hark nën shkronja",sup1:"Super-skripta një",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Thyesa një të katrat",frac12:"Thyesa një të dytat",frac34:"Thyesa tre të katrat",iquest:"Pikëpyetje e përmbysur",Agrave:"Shkronja e madhe latine A me theks të rëndë", +Aacute:"Shkronja e madhe latine A me theks akute",Acirc:"Shkronja e madhe latine A me theks lakor",Atilde:"Shkronja e madhe latine A me tildë",Auml:"Shkronja e madhe latine A me dy pika",Aring:"Shkronja e madhe latine A me unazë mbi",AElig:"Shkronja e madhe latine Ã",Ccedil:"Shkronja e madhe latine C me hark poshtë",Egrave:"Shkronja e madhe latine E me theks të rëndë",Eacute:"Shkronja e madhe latine E me theks akute",Ecirc:"Shkronja e madhe latine E me theks lakor",Euml:"Shkronja e madhe latine E me dy pika", +Igrave:"Shkronja e madhe latine I me theks të rëndë",Iacute:"Shkronja e madhe latine I me theks akute",Icirc:"Shkronja e madhe latine I me theks lakor",Iuml:"Shkronja e madhe latine I me dy pika",ETH:"Shkronja e madhe latine Eth",Ntilde:"Shkronja e madhe latine N me tildë",Ograve:"Shkronja e madhe latine O me theks të rëndë",Oacute:"Shkronja e madhe latine O me theks akute",Ocirc:"Shkronja e madhe latine O me theks lakor",Otilde:"Shkronja e madhe latine O me tildë",Ouml:"Shkronja e madhe latine O me dy pika", +times:"Shenja e shumëzimit",Oslash:"Shkronja e madhe latine O me vizë në mes",Ugrave:"Shkronja e madhe latine U me theks të rëndë",Uacute:"Shkronja e madhe latine U me theks akute",Ucirc:"Shkronja e madhe latine U me theks lakor",Uuml:"Shkronja e madhe latine U me dy pika",Yacute:"Shkronja e madhe latine Y me theks akute",THORN:"Shkronja e madhe latine Thorn",szlig:"Shkronja e vogë latine s e mprehtë",agrave:"Shkronja e vogë latine a me theks të rëndë",aacute:"Shkronja e vogë latine a me theks të mprehtë", +acirc:"Shkronja e vogël latine a me theks lakor",atilde:"Shkronja e vogël latine a me tildë",auml:"Shkronja e vogël latine a me dy pika",aring:"Shkronja e vogë latine a me unazë mbi",aelig:"Shkronja e vogë latine æ",ccedil:"Shkronja e vogël latine c me hark poshtë",egrave:"Shkronja e vogë latine e me theks të rëndë",eacute:"Shkronja e vogë latine e me theks të mprehtë",ecirc:"Shkronja e vogël latine e me theks lakor",euml:"Shkronja e vogël latine e me dy pika",igrave:"Shkronja e vogë latine i me theks të rëndë", +iacute:"Shkronja e vogë latine i me theks të mprehtë",icirc:"Shkronja e vogël latine i me theks lakor",iuml:"Shkronja e vogël latine i me dy pika",eth:"Shkronja e vogë latine eth",ntilde:"Shkronja e vogël latine n me tildë",ograve:"Shkronja e vogë latine o me theks të rëndë",oacute:"Shkronja e vogë latine o me theks të mprehtë",ocirc:"Shkronja e vogël latine o me theks lakor",otilde:"Shkronja e vogël latine o me tildë",ouml:"Shkronja e vogël latine o me dy pika",divide:"Shenja ndarëse",oslash:"Shkronja e vogël latine o me vizë në mes", +ugrave:"Shkronja e vogë latine u me theks të rëndë",uacute:"Shkronja e vogë latine u me theks të mprehtë",ucirc:"Shkronja e vogël latine u me theks lakor",uuml:"Shkronja e vogël latine u me dy pika",yacute:"Shkronja e vogë latine y me theks të mprehtë",thorn:"Shkronja e vogël latine thorn",yuml:"Shkronja e vogël latine y me dy pika",OElig:"Shkronja e madhe e bashkuar latine OE",oelig:"Shkronja e vogël e bashkuar latine oe",372:"Shkronja e madhe latine W me theks lakor",374:"Shkronja e madhe latine Y me theks lakor", +373:"Shkronja e vogël latine w me theks lakor",375:"Shkronja e vogël latine y me theks lakor",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis",trade:"Shenja e Simbolit Tregtarë",9658:"Black right-pointing pointer",bull:"Pulla",rarr:"Shigjeta djathtas",rArr:"Shenja të dyfishta djathtas",hArr:"Shigjeta e dyfishë majtas-djathtas",diams:"Black diamond suit",asymp:"Gati e barabar me"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/sv.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/sv.js new file mode 100644 index 0000000..ac1f4ac --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/sv.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","sv",{euro:"Eurotecken",lsquo:"Enkelt vänster citattecken",rsquo:"Enkelt höger citattecken",ldquo:"Dubbelt vänster citattecken",rdquo:"Dubbelt höger citattecken",ndash:"Snedstreck",mdash:"LÃ¥ngt tankstreck",iexcl:"Inverterad utropstecken",cent:"Centtecken",pound:"Pundtecken",curren:"Valutatecken",yen:"Yentecken",brvbar:"Brutet lodrätt streck",sect:"Paragraftecken",uml:"Diaeresis",copy:"Upphovsrättstecken",ordf:"Feminit ordningstalsindikator",laquo:"Vänsterställt dubbelt vinkelcitationstecken", +not:"Icke-tecken",reg:"Registrerad",macr:"Macron",deg:"Grader",sup2:"Upphöjt tvÃ¥",sup3:"Upphöjt tre",acute:"Akut accent",micro:"Mikrotecken",para:"Alinea",middot:"Centrerad prick",cedil:"Cedilj",sup1:"Upphöjt en",ordm:"Maskulina ordningsändelsen",raquo:"Högerställt dubbelt vinkelcitationstecken",frac14:"BrÃ¥ktal - en kvart",frac12:"BrÃ¥ktal - en halv",frac34:"BrÃ¥ktal - tre fjärdedelar",iquest:"Inverterat frÃ¥getecken",Agrave:"Stort A med grav accent",Aacute:"Stort A med akutaccent",Acirc:"Stort A med circumflex", +Atilde:"Stort A med tilde",Auml:"Stort A med diaresis",Aring:"Stort A med ring ovan",AElig:"Stort Ã",Ccedil:"Stort C med cedilj",Egrave:"Stort E med grav accent",Eacute:"Stort E med aktuaccent",Ecirc:"Stort E med circumflex",Euml:"Stort E med diaeresis",Igrave:"Stort I med grav accent",Iacute:"Stort I med akutaccent",Icirc:"Stort I med circumflex",Iuml:"Stort I med diaeresis",ETH:"Stort Eth",Ntilde:"Stort N med tilde",Ograve:"Stort O med grav accent",Oacute:"Stort O med aktuaccent",Ocirc:"Stort O med circumflex", +Otilde:"Stort O med tilde",Ouml:"Stort O med diaeresis",times:"Multiplicera",Oslash:"Stor Ã",Ugrave:"Stort U med grav accent",Uacute:"Stort U med akutaccent",Ucirc:"Stort U med circumflex",Uuml:"Stort U med diaeresis",Yacute:"Stort Y med akutaccent",THORN:"Stort Thorn",szlig:"Litet dubbel-s/Eszett",agrave:"Litet a med grav accent",aacute:"Litet a med akutaccent",acirc:"Litet a med circumflex",atilde:"Litet a med tilde",auml:"Litet a med diaeresis",aring:"Litet a med ring ovan",aelig:"Bokstaven æ", +ccedil:"Litet c med cedilj",egrave:"Litet e med grav accent",eacute:"Litet e med akutaccent",ecirc:"Litet e med circumflex",euml:"Litet e med diaeresis",igrave:"Litet i med grav accent",iacute:"Litet i med akutaccent",icirc:"LItet i med circumflex",iuml:"Litet i med didaeresis",eth:"Litet eth",ntilde:"Litet n med tilde",ograve:"LItet o med grav accent",oacute:"LItet o med akutaccent",ocirc:"Litet o med circumflex",otilde:"LItet o med tilde",ouml:"Litet o med diaeresis",divide:"Division",oslash:"ø", +ugrave:"Litet u med grav accent",uacute:"Litet u med akutaccent",ucirc:"LItet u med circumflex",uuml:"Litet u med diaeresis",yacute:"Litet y med akutaccent",thorn:"Litet thorn",yuml:"Litet y med diaeresis",OElig:"Stor ligatur av OE",oelig:"Liten ligatur av oe",372:"Stort W med circumflex",374:"Stort Y med circumflex",373:"Litet w med circumflex",375:"Litet y med circumflex",sbquo:"Enkelt lÃ¥gt 9-citationstecken",8219:"Enkelt högt bakvänt 9-citationstecken",bdquo:"Dubbelt lÃ¥gt 9-citationstecken",hellip:"Horisontellt uteslutningstecken", +trade:"Varumärke",9658:"Svart högervänd pekare",bull:"Listpunkt",rarr:"Högerpil",rArr:"Dubbel högerpil",hArr:"Dubbel vänsterpil",diams:"Svart ruter",asymp:"Ungefär lika med"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/th.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/th.js new file mode 100644 index 0000000..9c2b307 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/th.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","th",{euro:"Euro sign",lsquo:"Left single quotation mark",rsquo:"Right single quotation mark",ldquo:"Left double quotation mark",rdquo:"Right double quotation mark",ndash:"En dash",mdash:"Em dash",iexcl:"Inverted exclamation mark",cent:"Cent sign",pound:"Pound sign",curren:"สัà¸à¸¥à¸±à¸à¸©à¸à¹à¸ªà¸à¸¸à¸¥à¹à¸à¸´à¸",yen:"สัà¸à¸¥à¸±à¸à¸©à¸à¹à¹à¸à¸´à¸à¹à¸¢à¸",brvbar:"Broken bar",sect:"Section sign",uml:"Diaeresis",copy:"Copyright sign",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark", +not:"Not sign",reg:"Registered sign",macr:"Macron",deg:"Degree sign",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"Micro sign",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"สัà¸à¸¥à¸±à¸à¸©à¸à¹à¸«à¸±à¸§à¸à¹à¸à¸¢à¹à¸à¸¢",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/tr.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/tr.js new file mode 100644 index 0000000..f5815b9 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/tr.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","tr",{euro:"Euro iÅareti",lsquo:"Sol tek tırnak iÅareti",rsquo:"SaÄ tek tırnak iÅareti",ldquo:"Sol çift tırnak iÅareti",rdquo:"SaÄ Ã§ift tırnak iÅareti",ndash:"En tire",mdash:"Em tire",iexcl:"Ters ünlem iÅareti",cent:"Cent iÅareti",pound:"Pound iÅareti",curren:"Para birimi iÅareti",yen:"Yen iÅareti",brvbar:"Kırık bar",sect:"Bölüm iÅareti",uml:"İki sesli harfin ayrılması",copy:"Telif hakkı iÅareti",ordf:"DiÅil sıralı gösterge",laquo:"Sol-iÅaret çift açı tırnak iÅareti", +not:"Not iÅareti",reg:"Kayıtlı iÅareti",macr:"Makron",deg:"Derece iÅareti",sup2:"İkili üstsimge",sup3:"Ãçlü üstsimge",acute:"Aksan iÅareti",micro:"Mikro iÅareti",para:"Pilcrow iÅareti",middot:"Orta nokta",cedil:"Kedilla",sup1:"Ãstsimge",ordm:"Eril sıralı gösterge",raquo:"SaÄ iÅaret çift açı tırnak iÅareti",frac14:"BayaÄı kesrin dörtte biri",frac12:"BayaÄı kesrin bir yarım",frac34:"BayaÄı kesrin dörtte üç",iquest:"Ters soru iÅareti",Agrave:"Aksanlı latin harfi",Aacute:"AÅırı aksanıyla Latin harfi", +Acirc:"Ãarpık Latin harfi",Atilde:"Tilde latin harfi",Auml:"Sesli harf ayrılımlıı latin harfi",Aring:"Halkalı latin büyük A harfi",AElig:"Latin büyük à harfi",Ccedil:"Latin büyük C harfi ile kedilla",Egrave:"Aksanlı latin büyük E harfi",Eacute:"AÅırı vurgulu latin büyük E harfi",Ecirc:"Ãarpık latin büyük E harfi",Euml:"Sesli harf ayrılımlıı latin büyük E harfi",Igrave:"Aksanlı latin büyük I harfi",Iacute:"AÅırı aksanlı latin büyük I harfi",Icirc:"Ãarpık latin büyük I harfi",Iuml:"Sesli harf ayrılımlıı latin büyük I harfi", +ETH:"Latin büyük Eth harfi",Ntilde:"Tildeli latin büyük N harfi",Ograve:"Aksanlı latin büyük O harfi",Oacute:"AÅırı aksanlı latin büyük O harfi",Ocirc:"Ãarpık latin büyük O harfi",Otilde:"Tildeli latin büyük O harfi",Ouml:"Sesli harf ayrılımlı latin büyük O harfi",times:"Ãarpma iÅareti",Oslash:"Vurgulu latin büyük O harfi",Ugrave:"Aksanlı latin büyük U harfi",Uacute:"AÅırı aksanlı latin büyük U harfi",Ucirc:"Ãarpık latin büyük U harfi",Uuml:"Sesli harf ayrılımlı latin büyük U harfi",Yacute:"AÅırı aksanlı latin büyük Y harfi", +THORN:"Latin büyük Thorn harfi",szlig:"Latin küçük keskin s harfi",agrave:"Aksanlı latin küçük a harfi",aacute:"AÅırı aksanlı latin küçük a harfi",acirc:"Ãarpık latin küçük a harfi",atilde:"Tildeli latin küçük a harfi",auml:"Sesli harf ayrılımlı latin küçük a harfi",aring:"Halkalı latin küçük a harfi",aelig:"Latin büyük æ harfi",ccedil:"Kedillalı latin küçük c harfi",egrave:"Aksanlı latin küçük e harfi",eacute:"AÅırı aksanlı latin küçük e harfi",ecirc:"Ãarpık latin küçük e harfi",euml:"Sesli harf ayrılımlı latin küçük e harfi", +igrave:"Aksanlı latin küçük i harfi",iacute:"AÅırı aksanlı latin küçük i harfi",icirc:"Ãarpık latin küçük i harfi",iuml:"Sesli harf ayrılımlı latin küçük i harfi",eth:"Latin küçük eth harfi",ntilde:"Tildeli latin küçük n harfi",ograve:"Aksanlı latin küçük o harfi",oacute:"AÅırı aksanlı latin küçük o harfi",ocirc:"Ãarpık latin küçük o harfi",otilde:"Tildeli latin küçük o harfi",ouml:"Sesli harf ayrılımlı latin küçük o harfi",divide:"Bölme iÅareti",oslash:"Vurgulu latin küçük o harfi",ugrave:"Aksanlı latin küçük u harfi", +uacute:"AÅırı aksanlı latin küçük u harfi",ucirc:"Ãarpık latin küçük u harfi",uuml:"Sesli harf ayrılımlı latin küçük u harfi",yacute:"AÅırı aksanlı latin küçük y harfi",thorn:"Latin küçük thorn harfi",yuml:"Sesli harf ayrılımlı latin küçük y harfi",OElig:"Latin büyük baÄlı OE harfi",oelig:"Latin küçük baÄlı oe harfi",372:"Ãarpık latin büyük W harfi",374:"Ãarpık latin büyük Y harfi",373:"Ãarpık latin küçük w harfi",375:"Ãarpık latin küçük y harfi",sbquo:"Tek düÅük-9 tırnak iÅareti",8219:"Tek yüksek-ters-9 tırnak iÅareti", +bdquo:"Ãift düÅük-9 tırnak iÅareti",hellip:"Yatay elips",trade:"Marka tescili iÅareti",9658:"Siyah saÄ iÅaret iÅaretçisi",bull:"Koyu nokta",rarr:"SaÄa doÄru ok",rArr:"SaÄa doÄru çift ok",hArr:"Sol, saÄ Ã§ift ok",diams:"Siyah elmas takımı",asymp:"Hemen hemen eÅit"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/tt.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/tt.js new file mode 100644 index 0000000..1fef21e --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/tt.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","tt",{euro:"ÐвÑо ÑамгаÑÑ",lsquo:"СÑл Ð±ÐµÑ Ð¸Ò£Ð»Ðµ кÑÑÑÑÑнаклаÑ",rsquo:"Уң Ð±ÐµÑ Ð¸Ò£Ð»Ðµ кÑÑÑÑÑнаклаÑ",ldquo:"СÑл ике иңле кÑÑÑÑÑнаклаÑ",rdquo:"Уң ике иңле кÑÑÑÑÑнаклаÑ",ndash:"ÐÑÑка ÑÑзÑк",mdash:"ÐзÑн ÑÑзÑк",iexcl:"ÓйлÓндеÑелгÓн өндÓÒ¯ билгеÑе",cent:"Ð¦ÐµÐ½Ñ ÑамгаÑÑ",pound:"ФÑÐ½Ñ ÑамгаÑÑ",curren:"ÐкÑа беÑÓмлеге ÑамгаÑÑ",yen:"Ðена ÑамгаÑÑ",brvbar:"Broken bar",sect:"ÐаÑагÑÐ°Ñ Ð±Ð¸Ð»Ð³ÐµÑе",uml:"ÐиеÑезиÑ",copy:"ХокÑк иÑÑе бÑÐ»Ñ Ð±Ð¸Ð»Ð³ÐµÑе",ordf:"Feminine ordinal indicator",laquo:"ÐÑÑлÑÑÑ ÑÑÑÑÑÑÑман ÒÓÑ", +not:"ЮклÑк иÑаÑÉÑе",reg:"ТеÑкÓлÓнгÓн бÑÐ»Ñ Ð±Ð¸Ð»Ð³ÐµÑе",macr:"ÐакÑон",deg:"ÐÑадÑÑ Ð±Ð¸Ð»Ð³ÐµÑе",sup2:"ÐкенÑе Ó©Ñке индекÑ",sup3:"Ó¨ÑенÑе Ó©Ñке индекÑ",acute:"ÐаÑÑм билгеÑе",micro:"ÐикÑо билгеÑе",para:"ÐаÑагÑÐ°Ñ Ð±Ð¸Ð»Ð³ÐµÑе",middot:"УÑÑÐ°Ð´Ð°Ð³Ñ Ð½Ð¾ÐºÑа",cedil:"СедилÑ",sup1:"ÐеÑенÑе Ó©Ñке индекÑ",ordm:"Masculine ordinal indicator",raquo:"ЯбÑлÑÑÑ ÑÑÑÑÑÑÑман ÒÓÑ",frac14:"Ðади дүÑÑÑÓн Ð±ÐµÑ Ð±Ð¸Ð»Ð³ÐµÑе",frac12:"Ðади икедÓн Ð±ÐµÑ Ð±Ð¸Ð»Ð³ÐµÑе",frac34:"Ðади дүÑÑÑÓн Ó©Ñ Ð±Ð¸Ð»Ð³ÐµÑе",iquest:"ÓйлÓндеÑелгÓн өндÓÒ¯ билгеÑе",Agrave:"ÐÑÐ°Ð²Ð¸Ñ Ð±ÐµÐ»Óн лаÑин A Ð±Ð°Ñ Ñ ÓÑеÑе", +Aacute:"ÐаÑÑм билгеÑе белÓн лаÑин A Ð±Ð°Ñ Ñ ÓÑеÑе",Acirc:"ЦиÑкÑмÑÐ»ÐµÐºÑ Ð±ÐµÐ»Óн лаÑин A Ð±Ð°Ñ Ñ ÓÑеÑе",Atilde:"ТилÑда белÓн лаÑин A Ð±Ð°Ñ Ñ ÓÑеÑе",Auml:"ÐиеÑÐµÐ·Ð¸Ñ Ð±ÐµÐ»Óн лаÑин A Ð±Ð°Ñ Ñ ÓÑеÑе",Aring:"Ó¨ÑÑÐµÐ½Ð´Ó Ð±Ð¾ÒÑа бÑлган лаÑин A Ð±Ð°Ñ Ñ ÓÑеÑе",AElig:"ÐаÑин Ã Ð±Ð°Ñ Ñ ÓÑеÑе",Ccedil:"Ð¡ÐµÐ´Ð¸Ð»Ñ Ð±ÐµÐ»Óн лаÑин C Ð±Ð°Ñ Ñ ÓÑеÑе",Egrave:"ÐÑÐ°Ð²Ð¸Ñ Ð±ÐµÐ»Óн лаÑин E Ð±Ð°Ñ Ñ ÓÑеÑе",Eacute:"ÐаÑÑм билгеÑе белÓн лаÑин E Ð±Ð°Ñ Ñ ÓÑеÑе",Ecirc:"ЦиÑкÑмÑÐ»ÐµÐºÑ Ð±ÐµÐ»Óн лаÑин E Ð±Ð°Ñ Ñ ÓÑеÑе",Euml:"ÐиеÑÐµÐ·Ð¸Ñ Ð±ÐµÐ»Óн лаÑин E Ð±Ð°Ñ Ñ ÓÑеÑе",Igrave:"ÐÑÐ°Ð²Ð¸Ñ Ð±ÐµÐ»Óн лаÑин I Ð±Ð°Ñ Ñ ÓÑеÑе", +Iacute:"ÐаÑÑм билгеÑе белÓн лаÑин I Ð±Ð°Ñ Ñ ÓÑеÑе",Icirc:"ЦиÑкÑмÑÐ»ÐµÐºÑ Ð±ÐµÐ»Óн лаÑин I Ð±Ð°Ñ Ñ ÓÑеÑе",Iuml:"ÐиеÑÐµÐ·Ð¸Ñ Ð±ÐµÐ»Óн лаÑин I Ð±Ð°Ñ Ñ ÓÑеÑе",ETH:"ÐаÑин Eth Ð±Ð°Ñ Ñ ÓÑеÑе",Ntilde:"ТилÑда белÓн лаÑин N Ð±Ð°Ñ Ñ ÓÑеÑе",Ograve:"ÐÑÐ°Ð²Ð¸Ñ Ð±ÐµÐ»Óн лаÑин O Ð±Ð°Ñ Ñ ÓÑеÑе",Oacute:"ÐаÑÑм билгеÑе белÓн лаÑин O Ð±Ð°Ñ Ñ ÓÑеÑе",Ocirc:"ЦиÑкÑмÑÐ»ÐµÐºÑ Ð±ÐµÐ»Óн лаÑин O Ð±Ð°Ñ Ñ ÓÑеÑе",Otilde:"ТилÑда белÓн лаÑин O Ð±Ð°Ñ Ñ ÓÑеÑе",Ouml:"ÐиеÑÐµÐ·Ð¸Ñ Ð±ÐµÐ»Óн лаÑин O Ð±Ð°Ñ Ñ ÓÑеÑе",times:"ТапкÑÑÐ»Ð°Ñ Ð±Ð¸Ð»Ð³ÐµÑе",Oslash:"СÑзÑк белÓн лаÑин O Ð±Ð°Ñ Ñ ÓÑеÑе",Ugrave:"ÐÑÐ°Ð²Ð¸Ñ Ð±ÐµÐ»Óн лаÑин U Ð±Ð°Ñ Ñ ÓÑеÑе", +Uacute:"ÐаÑÑм билгеÑе белÓн лаÑин U Ð±Ð°Ñ Ñ ÓÑеÑе",Ucirc:"ЦиÑкÑмÑÐ»ÐµÐºÑ Ð±ÐµÐ»Óн лаÑин U Ð±Ð°Ñ Ñ ÓÑеÑе",Uuml:"ÐиеÑÐµÐ·Ð¸Ñ Ð±ÐµÐ»Óн лаÑин U Ð±Ð°Ñ Ñ ÓÑеÑе",Yacute:"ÐаÑÑм билгеÑе белÓн лаÑин Y Ð±Ð°Ñ Ñ ÓÑеÑе",THORN:"ÐаÑин Thorn Ð±Ð°Ñ Ñ ÓÑеÑе",szlig:"ÐаÑин beta Ñл Ñ ÓÑеÑе",agrave:"ÐÑÐ°Ð²Ð¸Ñ Ð±ÐµÐ»Óн лаÑин a Ñл Ñ ÓÑеÑе",aacute:"ÐаÑÑм билгеÑе белÓн лаÑин a Ñл Ñ ÓÑеÑе",acirc:"ЦиÑкÑмÑÐ»ÐµÐºÑ Ð±ÐµÐ»Óн лаÑин a Ñл Ñ ÓÑеÑе",atilde:"ТилÑда белÓн лаÑин a Ñл Ñ ÓÑеÑе",auml:"ÐиеÑÐµÐ·Ð¸Ñ Ð±ÐµÐ»Óн лаÑин a Ñл Ñ ÓÑеÑе",aring:"Ó¨ÑÑÐµÐ½Ð´Ó Ð±Ð¾ÒÑа бÑлган лаÑин a Ñл Ñ ÓÑеÑе",aelig:"ÐаÑин æ Ñл Ñ ÓÑеÑе", +ccedil:"Ð¡ÐµÐ´Ð¸Ð»Ñ Ð±ÐµÐ»Óн лаÑин c Ñл Ñ ÓÑеÑе",egrave:"ÐÑÐ°Ð²Ð¸Ñ Ð±ÐµÐ»Óн лаÑин e Ñл Ñ ÓÑеÑе",eacute:"ÐаÑÑм билгеÑе белÓн лаÑин e Ñл Ñ ÓÑеÑе",ecirc:"ЦиÑкÑмÑÐ»ÐµÐºÑ Ð±ÐµÐ»Óн лаÑин e Ñл Ñ ÓÑеÑе",euml:"ÐиеÑÐµÐ·Ð¸Ñ Ð±ÐµÐ»Óн лаÑин e Ñл Ñ ÓÑеÑе",igrave:"ÐÑÐ°Ð²Ð¸Ñ Ð±ÐµÐ»Óн лаÑин i Ñл Ñ ÓÑеÑе",iacute:"ÐаÑÑм билгеÑе белÓн лаÑин i Ñл Ñ ÓÑеÑе",icirc:"ЦиÑкÑмÑÐ»ÐµÐºÑ Ð±ÐµÐ»Óн лаÑин i Ñл Ñ ÓÑеÑе",iuml:"ÐиеÑÐµÐ·Ð¸Ñ Ð±ÐµÐ»Óн лаÑин i Ñл Ñ ÓÑеÑе",eth:"ÐаÑин eth Ñл Ñ ÓÑеÑе",ntilde:"ТилÑда белÓн лаÑин n Ñл Ñ ÓÑеÑе",ograve:"ÐÑÐ°Ð²Ð¸Ñ Ð±ÐµÐ»Óн лаÑин o Ñл Ñ ÓÑеÑе",oacute:"ÐаÑÑм билгеÑе белÓн лаÑин o Ñл Ñ ÓÑеÑе", +ocirc:"ЦиÑкÑмÑÐ»ÐµÐºÑ Ð±ÐµÐ»Óн лаÑин o Ñл Ñ ÓÑеÑе",otilde:"ТилÑда белÓн лаÑин o Ñл Ñ ÓÑеÑе",ouml:"ÐиеÑÐµÐ·Ð¸Ñ Ð±ÐµÐ»Óн лаÑин o Ñл Ñ ÓÑеÑе",divide:"Ðүлү билгеÑе",oslash:"СÑзÑк белÓн лаÑин o Ñл Ñ ÓÑеÑе",ugrave:"ÐÑÐ°Ð²Ð¸Ñ Ð±ÐµÐ»Óн лаÑин u Ñл Ñ ÓÑеÑе",uacute:"ÐаÑÑм билгеÑе белÓн лаÑин u Ñл Ñ ÓÑеÑе",ucirc:"ЦиÑкÑмÑÐ»ÐµÐºÑ Ð±ÐµÐ»Óн лаÑин u Ñл Ñ ÓÑеÑе",uuml:"ÐиеÑÐµÐ·Ð¸Ñ Ð±ÐµÐ»Óн лаÑин u Ñл Ñ ÓÑеÑе",yacute:"ÐаÑÑм билгеÑе белÓн лаÑин y Ñл Ñ ÓÑеÑе",thorn:"ÐаÑин thorn Ñл Ñ ÓÑеÑе",yuml:"ÐиеÑÐµÐ·Ð¸Ñ Ð±ÐµÐ»Óн лаÑин y Ñл Ñ ÓÑеÑе",OElig:"ÐаÑин лигаÑÑÑа OE Ð±Ð°Ñ Ñ ÓÑеÑе", +oelig:"ÐаÑин лигаÑÑÑа oe Ñл Ñ ÓÑеÑе",372:"ЦиÑкÑмÑÐ»ÐµÐºÑ Ð±ÐµÐ»Óн лаÑин W Ð±Ð°Ñ Ñ ÓÑеÑе",374:"ЦиÑкÑмÑÐ»ÐµÐºÑ Ð±ÐµÐ»Óн лаÑин Y Ð±Ð°Ñ Ñ ÓÑеÑе",373:"ЦиÑкÑмÑÐ»ÐµÐºÑ Ð±ÐµÐ»Óн лаÑин w Ñл Ñ ÓÑеÑе",375:"ЦиÑкÑмÑÐ»ÐµÐºÑ Ð±ÐµÐ»Óн лаÑин y Ñл Ñ ÓÑеÑе",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"ЯÑма ÑллипÑ",trade:"СÓÒ¯Ð´Ó Ð¼Ð°ÑкаÑÑ Ð±Ð¸Ð»Ð³ÐµÑе",9658:"Black right-pointing pointer",bull:"ÐаÑкеÑ",rarr:"Уң Ñкка Ñк",rArr:"Уң Ñкка икелÓÑÓ Ñк",hArr:"Ðке Ñкка икелÓÑÓ Ñк",diams:"Black diamond suit", +asymp:"ÑкÑнÑа"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ug.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ug.js new file mode 100644 index 0000000..68eaeb3 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/ug.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","ug",{euro:"ÙØ§Ûر٠بÛÙÚ¯ÙØ³Ù",lsquo:"ÙØ§ÙØ§Ú Ù¾ÛØ´ سÙÙ",rsquo:"ÙØ§ÙØ§Ú Ù¾ÛØ´ ئÙÚ",ldquo:"ÙÙØ´ Ù¾ÛØ´ سÙÙ",rdquo:"ÙÙØ´ Ù¾ÛØ´ ئÙÚ",ndash:"Ø³ÙØ²ÙÙÚÛ",mdash:"Ø³ÙØ²ÙÙ",iexcl:"ئÛÙØ¯ÛØ´",cent:"تÙÙÙ٠بÛÙÚ¯ÙØ³Ù",pound:"ÙÙÙØ¯ Ø³ØªÛØ±ÙÙÚ",curren:"Ù¾Û٠بÛÙÚ¯ÙØ³Ù",yen:"ÙØ§Ù¾ÙÙÙÙÛ ÙÙÙÙ",brvbar:"Ø¦ÛØ²ÛÙ Ø¨Ø§ÙØ¯Ø§Ù",sect:"پاراگرا٠بÛÙÚ¯ÙØ³Ù",uml:"تاÛÛØ´ Ø¦Ø§ÙØ±ÙØ´ بÛÙÚ¯ÙØ³Ù",copy:"ÙÛØ´Ø± Ú¾ÙÙÛÙ٠بÛÙÚ¯ÙØ³Ù",ordf:"Feminine ordinal indicator",laquo:"ÙÙØ´ ØªÙØ±Ùا٠سÙÙ",not:"غÛÙØ±Ù بÛÙÚ¯Û",reg:"Ø®ÛØªÙÛØªÙÛÙ ØªØ§ÛØ§Ø± ٠ارÙÙØ³Ù",macr:"Ø³ÙØ²ÛØ´ بÛÙÚ¯ÙØ³Ù", +deg:"Ú¯ÙØ±Ø§Ø¯Ûس بÛÙÚ¯ÙØ³Ù",sup2:"ÙÛÙÙØ±Ù ئÙÙØ¯ÛÙÙØ³ 2",sup3:"ÙÛÙÙØ±Ù ئÙÙØ¯ÛÙÙØ³ 3",acute:"Ø¦ÛØ±ØºÛ بÛÙÚ¯ÙØ³Ù",micro:"Micro sign",para:"ئابزاس بÛÙÚ¯ÙØ³Ù",middot:"Ø¦ÙØªØªÛرا ÚÛÙÙØª",cedil:"Ø¦Ø§Ø³ØªÙØºØ§ ÙÙØ´ÛÙÙØ¯Ùغا٠بÛÙÚ¯Û",sup1:"ÙÛÙÙØ±Ù ئÙÙØ¯ÛÙÙØ³ 1",ordm:"Masculine ordinal indicator",raquo:"ÙÙØ´ ØªÙØ±Ùا٠ئÙÚ",frac14:"ئاددÙÙ ÙÛØ³Ùر ØªÛØªØªÙÙ Ø¨ÙØ±",frac12:"ئاددÙÙ ÙÛØ³Ùر ئÙÙÙÙØ¯ÙÙ Ø¨ÙØ±",frac34:"ئاددÙÙ ÙÛØ³Ùر ئÛÚØªÙÙ ØªÛØ±Øª",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent",Aacute:"Latin capital letter A with acute accent", +Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin Capital letter Ã",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent",Iacute:"Latin capital letter I with acute accent", +Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"ÙÙØ´ Ù¾ÛØ´ ئÙÚ",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke",Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent", +Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis",aring:"Latin small letter a with ring above",aelig:"Latin small letter æ", +ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth",ntilde:"تÙÙ Ù ÙÙÙØ§Ù Ø³ÙØ¦Ø§Ù بÛÙÚ¯ÙØ³Ù",ograve:"Latin small letter o with grave accent", +oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"بÛÙÛØ´ بÛÙÚ¯ÙØ³Ù",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis",yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn", +yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis",trade:"Ø®ÛØªÙÛØªÙÛÙ ØªØ§ÛØ§Ø± ٠ارÙÙØ³Ù بÛÙÚ¯ÙØ³Ù",9658:"Black right-pointing pointer", +bull:"Bullet",rarr:"ئÙÚ ÙØ§ ئÙÙ",rArr:"ئÙÚ ÙÙØ´ Ø³ÙØ²ÙÙ ÙØ§ ئÙÙ",hArr:"ئÙÚ Ø³ÙÙ ÙÙØ´ Ø³ÙØ²ÙÙ ÙØ§ ئÙÙ",diams:"ئÛÙÛ٠غÙÚ",asymp:"ØªÛØ®Ù ÙÙÛ٠تÛÚ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/uk.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/uk.js new file mode 100644 index 0000000..001c626 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/uk.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","uk",{euro:"Ðнак ÑвÑо",lsquo:"ÐÑÐ²Ñ Ð¾Ð´Ð¸Ð½Ð°ÑÐ½Ñ Ð»Ð°Ð¿ÐºÐ¸",rsquo:"ÐÑÐ°Ð²Ñ Ð¾Ð´Ð¸Ð½Ð°ÑÐ½Ñ Ð»Ð°Ð¿ÐºÐ¸",ldquo:"ÐÑÐ²Ñ Ð¿Ð¾Ð´Ð²ÑÐ¹Ð½Ñ Ð»Ð°Ð¿ÐºÐ¸",rdquo:"ÐÑÐ°Ð²Ñ Ð¿Ð¾Ð´Ð²ÑÐ¹Ð½Ñ Ð»Ð°Ð¿ÐºÐ¸",ndash:"СеÑÐµÐ´Ð½Ñ ÑиÑе",mdash:"Ðовге ÑиÑе",iexcl:"ÐеÑевеÑнÑÑий знак окликÑ",cent:"Ðнак ÑенÑа",pound:"Ðнак ÑÑнÑа",curren:"Ðнак валÑÑи",yen:"Ðнак Ñни",brvbar:"ÐеÑеÑивÑаÑÑа веÑÑикалÑна лÑнÑÑ",sect:"Ðнак паÑагÑаÑÑ",uml:"УмлаÑÑ",copy:"Ðнак авÑоÑÑÑÐºÐ¸Ñ Ð¿Ñав",ordf:"ÐÑноÑий поÑÑдковий вказÑвник",laquo:"лÑÐ²Ñ Ð²ÐºÐ°Ð·ÑÐ²Ð½Ñ Ð¿Ð¾Ð´Ð²ÑÐ¹Ð½Ñ ÐºÑÑÐ¾Ð²Ñ Ð´Ñжки", +not:"ÐапеÑеÑеннÑ",reg:"Ðнак Ð¾Ñ Ð¾Ñони ÑÑмÑÐ¶Ð½Ð¸Ñ Ð¿Ñав",macr:"ÐакÑон",deg:"Ðнак гÑадÑÑа",sup2:"два Ñ Ð²ÐµÑÑ Ð½ÑÐ¾Ð¼Ñ ÑндекÑÑ",sup3:"ÑÑи Ñ Ð²ÐµÑÑ Ð½ÑÐ¾Ð¼Ñ ÑндекÑÑ",acute:"Ðнак акÑÑа",micro:"Ðнак мÑкÑо",para:"Ðнак абзаÑÑ",middot:"ÐнÑеÑпÑнкÑ",cedil:"СедилÑ",sup1:"Ðдин Ñ Ð²ÐµÑÑ Ð½ÑÐ¾Ð¼Ñ ÑндекÑÑ",ordm:"ЧоловÑÑий поÑÑдковий вказÑвник",raquo:"пÑÐ°Ð²Ñ Ð²ÐºÐ°Ð·ÑÐ²Ð½Ñ Ð¿Ð¾Ð´Ð²ÑÐ¹Ð½Ñ ÐºÑÑÐ¾Ð²Ñ Ð´Ñжки",frac14:"Ðдна ÑеÑвеÑÑина",frac12:"Ðдна дÑÑга",frac34:"ÑÑи ÑеÑвеÑÑÐ¸Ñ ",iquest:"ÐеÑевеÑнÑÑий знак пиÑаннÑ",Agrave:"Ðелика лаÑинÑÑка A з гÑавÑÑом",Aacute:"Ðелика лаÑинÑÑка Рз акÑÑом", +Acirc:"Ðелика лаÑинÑÑка Рз ÑиÑкÑмÑлекÑом",Atilde:"Ðелика лаÑинÑÑка Рз ÑилÑдоÑ",Auml:"Ðелике лаÑинÑÑке Рз ÑмлаÑÑом",Aring:"Ðелика лаÑинÑÑка A з кÑлÑÑем згоÑи",AElig:"Ðелика лаÑинÑÑка Ã",Ccedil:"Ðелика лаÑинÑÑка C з ÑедиллÑ",Egrave:"Ðелика лаÑинÑÑка E з гÑавÑÑом",Eacute:"Ðелика лаÑинÑÑка E з акÑÑом",Ecirc:"Ðелика лаÑинÑÑка E з ÑиÑкÑмÑлекÑом",Euml:"Ðелика лаÑинÑÑка Рз ÑмлаÑÑом",Igrave:"Ðелика лаÑинÑÑка I з гÑавÑÑом",Iacute:"Ðелика лаÑинÑÑка I з акÑÑом",Icirc:"Ðелика лаÑинÑÑка I з ÑиÑкÑмÑлекÑом", +Iuml:"Ðелика лаÑинÑÑка Рз ÑмлаÑÑом",ETH:"Ðелика лаÑинÑÑка Eth",Ntilde:"Ðелика лаÑинÑÑка N з ÑилÑдоÑ",Ograve:"Ðелика лаÑинÑÑка O з гÑавÑÑом",Oacute:"Ðелика лаÑинÑÑка O з акÑÑом",Ocirc:"Ðелика лаÑинÑÑка O з ÑиÑкÑмÑлекÑом",Otilde:"Ðелика лаÑинÑÑка O з ÑилÑдоÑ",Ouml:"Ðелика лаÑинÑÑка Рз ÑмлаÑÑом",times:"Ðнак множеннÑ",Oslash:"Ðелика лаÑинÑÑка пеÑекÑеÑлена O ",Ugrave:"Ðелика лаÑинÑÑка U з гÑавÑÑом",Uacute:"Ðелика лаÑинÑÑка U з акÑÑом",Ucirc:"Ðелика лаÑинÑÑка U з ÑиÑкÑмÑлекÑом",Uuml:"Ðелика лаÑинÑÑка U з ÑмлаÑÑом", +Yacute:"Ðелика лаÑинÑÑка Y з акÑÑом",THORN:"Ðелика лаÑинÑÑка ТоÑн",szlig:"Ðала лаÑинÑÑка еÑÑеÑ",agrave:"Ðала лаÑинÑÑка a з гÑавÑÑом",aacute:"Ðала лаÑинÑÑка a з акÑÑом",acirc:"Ðала лаÑинÑÑка a з ÑиÑкÑмÑлекÑом",atilde:"Ðала лаÑинÑÑка a з ÑилÑдоÑ",auml:"Ðала лаÑинÑÑка a з ÑмлаÑÑом",aring:"Ðала лаÑинÑÑка a з кÑлÑÑем згоÑи",aelig:"Ðала лаÑинÑÑка æ",ccedil:"Ðала лаÑинÑÑка C з ÑедиллÑ",egrave:"Ðала лаÑинÑÑка e з гÑавÑÑом",eacute:"Ðала лаÑинÑÑка e з акÑÑом",ecirc:"Ðала лаÑинÑÑка e з ÑиÑкÑмÑлекÑом",euml:"Ðала лаÑинÑÑка e з ÑмлаÑÑом", +igrave:"Ðала лаÑинÑÑка i з гÑавÑÑом",iacute:"Ðала лаÑинÑÑка i з акÑÑом",icirc:"Ðала лаÑинÑÑка i з ÑиÑкÑмÑлекÑом",iuml:"Ðала лаÑинÑÑка i з ÑмлаÑÑом",eth:"Ðала лаÑинÑÑка Eth",ntilde:"Ðала лаÑинÑÑка n з ÑилÑдоÑ",ograve:"Ðала лаÑинÑÑка o з гÑавÑÑом",oacute:"Ðала лаÑинÑÑка o з акÑÑом",ocirc:"Ðала лаÑинÑÑка o з ÑиÑкÑмÑлекÑом",otilde:"Ðала лаÑинÑÑка o з ÑилÑдоÑ",ouml:"Ðала лаÑинÑÑка o з ÑмлаÑÑом",divide:"Ðнак дÑленнÑ",oslash:"Ðала лаÑинÑÑка пеÑекÑеÑлена o",ugrave:"Ðала лаÑинÑÑка u з гÑавÑÑом",uacute:"Ðала лаÑинÑÑка u з акÑÑом", +ucirc:"Ðала лаÑинÑÑка u з ÑиÑкÑмÑлекÑом",uuml:"Ðала лаÑинÑÑка u з ÑмлаÑÑом",yacute:"Ðала лаÑинÑÑка y з акÑÑом",thorn:"Ðала лаÑинÑÑка ÑоÑн",yuml:"Ðала лаÑинÑÑка y з ÑмлаÑÑом",OElig:"Ðелика лаÑинÑÑка лÑгаÑÑÑа OE",oelig:"Ðала лаÑинÑÑка лÑгаÑÑÑа oe",372:"Ðелика лаÑинÑÑка W з ÑиÑкÑмÑлекÑом",374:"Ðелика лаÑинÑÑка Y з ÑиÑкÑмÑлекÑом",373:"Ðала лаÑинÑÑка w з ÑиÑкÑмÑлекÑом",375:"Ðала лаÑинÑÑка y з ÑиÑкÑмÑлекÑом",sbquo:"ÐдиниÑÐ½Ñ Ð½Ð¸Ð¶Ð½Ñ Ð»Ð°Ð±ÐºÐ¸",8219:"ÐеÑÑ Ð½Ñ Ð¾Ð´Ð¸Ð½Ð¸ÑÐ½Ñ Ð¾Ð±ÐµÑÐ½ÐµÐ½Ñ Ð»Ð°Ð±ÐºÐ¸",bdquo:"ÐодвÑÐ¹Ð½Ñ Ð½Ð¸Ð¶Ð½Ñ Ð»Ð°Ð±ÐºÐ¸", +hellip:"ТÑи кÑапки",trade:"Ðнак ÑоÑÐ³Ð¾Ð²Ð¾Ñ Ð¼Ð°Ñки",9658:"ЧоÑний пÑавий вказÑвник",bull:"ÐаÑÐºÐµÑ ÑпиÑкÑ",rarr:"СÑÑÑлка впÑаво",rArr:"ÐодвÑйна ÑÑÑÑлка впÑаво",hArr:"ÐодвÑйна ÑÑÑÑлка влÑво-впÑаво",diams:"ЧоÑний дÑамонÑ",asymp:"Ðаближено доÑÑвнÑÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/vi.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/vi.js new file mode 100644 index 0000000..3bf84b6 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/vi.js @@ -0,0 +1,14 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","vi",{euro:"Ký hiá»u Euro",lsquo:"Dấu ngoặc ÄÆ¡n trái",rsquo:"Dấu ngoặc ÄÆ¡n phải",ldquo:"Dấu ngoặc Äôi trái",rdquo:"Dấu ngoặc Äôi phải",ndash:"Gạch ngang tiếng anh",mdash:"Gạch ngang Em",iexcl:"Chuyá»n Äá»i dấu chấm than",cent:"Ký tá»± tiá»n Mỹ",pound:"Ký tá»± tiá»n Anh",curren:"Ký tá»± tiá»n tá»",yen:"Ký tá»± tiá»n Yên Nháºt",brvbar:"Thanh há»ng",sect:"Ký tá»± khu vá»±c",uml:"Dấu tách Äôi",copy:"Ký tá»± bản quyá»n",ordf:"Phần chá» thá» giá»ng cái",laquo:"Chá»n dấu ngoặc Äôi trái",not:"Không có ký tá»±", +reg:"Ký tá»± ÄÄng ký",macr:"Dấu nguyên âm dà i",deg:"Ký tá»± Äá»",sup2:"Chữ trá»i lên trên dạng 2",sup3:"Chữ trá»i lên trên dạng 3",acute:"Dấu trá»ng âm",micro:"Ký tá»± micro",para:"Ký tá»± Äoạn vÄn",middot:"Dấu chấm tròn",cedil:"Dấu móc lưá»i",sup1:"Ký tá»± trá»i lên cấp 1",ordm:"Ký tá»± biá»u hiá»n giá»ng Äá»±c",raquo:"Chá»n dấu ngoặc Äôi phải",frac14:"Tá» lá» má»t phần tư",frac12:"Tá» lá» má»t ná»a",frac34:"Tá» lá» ba phần tư",iquest:"Chuyá»n Äá»i dấu chấm há»i",Agrave:"Ký tá»± la-tinh viết hoa A vá»i dấu huyá»n",Aacute:"Ký tá»± la-tinh viết hoa A vá»i dấu sắc", +Acirc:"Ký tá»± la-tinh viết hoa A vá»i dấu mÅ©",Atilde:"Ký tá»± la-tinh viết hoa A vá»i dấu ngã",Auml:"Ký tá»± la-tinh viết hoa A vá»i dấu hai chấm trên Äầu",Aring:"Ký tá»± la-tinh viết hoa A vá»i biá»u tượng vòng tròn trên Äầu",AElig:"Ký tá»± la-tinh viết hoa cá»§a Ã",Ccedil:"Ký tá»± la-tinh viết hoa C vá»i dấu móc bên dưá»i",Egrave:"Ký tá»± la-tinh viết hoa E vá»i dấu huyá»n",Eacute:"Ký tá»± la-tinh viết hoa E vá»i dấu sắc",Ecirc:"Ký tá»± la-tinh viết hoa E vá»i dấu mÅ©",Euml:"Ký tá»± la-tinh viết hoa E vá»i dấu hai chấm trên Äầu", +Igrave:"Ký tá»± la-tinh viết hoa I vá»i dấu huyá»n",Iacute:"Ký tá»± la-tinh viết hoa I vá»i dấu sắc",Icirc:"Ký tá»± la-tinh viết hoa I vá»i dấu mÅ©",Iuml:"Ký tá»± la-tinh viết hoa I vá»i dấu hai chấm trên Äầu",ETH:"Viết hoa cá»§a ký tá»± Eth",Ntilde:"Ký tá»± la-tinh viết hoa N vá»i dấu ngã",Ograve:"Ký tá»± la-tinh viết hoa O vá»i dấu huyá»n",Oacute:"Ký tá»± la-tinh viết hoa O vá»i dấu sắc",Ocirc:"Ký tá»± la-tinh viết hoa O vá»i dấu mÅ©",Otilde:"Ký tá»± la-tinh viết hoa O vá»i dấu ngã",Ouml:"Ký tá»± la-tinh viết hoa O vá»i dấu hai chấm trên Äầu", +times:"Ký tá»± phép toán nhân",Oslash:"Ký tá»± la-tinh viết hoa A vá»i dấu ngã xuá»ng",Ugrave:"Ký tá»± la-tinh viết hoa U vá»i dấu huyá»n",Uacute:"Ký tá»± la-tinh viết hoa U vá»i dấu sắc",Ucirc:"Ký tá»± la-tinh viết hoa U vá»i dấu mÅ©",Uuml:"Ký tá»± la-tinh viết hoa U vá»i dấu hai chấm trên Äầu",Yacute:"Ký tá»± la-tinh viết hoa Y vá»i dấu sắc",THORN:"Phần viết hoa cá»§a ký tá»± Thorn",szlig:"Ký tá»± viết nhá» la-tinh cá»§a chữ s",agrave:"Ký tá»± la-tinh thưá»ng vá»i dấu huyá»n",aacute:"Ký tá»± la-tinh thưá»ng vá»i dấu sắc",acirc:"Ký tá»± la-tinh thưá»ng vá»i dấu mÅ©", +atilde:"Ký tá»± la-tinh thưá»ng vá»i dấu ngã",auml:"Ký tá»± la-tinh thưá»ng vá»i dấu hai chấm trên Äầu",aring:"Ký tá»± la-tinh viết thưá»ng vá»i biá»u tượng vòng tròn trên Äầu",aelig:"Ký tá»± la-tinh viết thưá»ng cá»§a æ",ccedil:"Ký tá»± la-tinh viết thưá»ng cá»§a c vá»i dấu móc bên dưá»i",egrave:"Ký tá»± la-tinh viết thưá»ng e vá»i dấu huyá»n",eacute:"Ký tá»± la-tinh viết thưá»ng e vá»i dấu sắc",ecirc:"Ký tá»± la-tinh viết thưá»ng e vá»i dấu mÅ©",euml:"Ký tá»± la-tinh viết thưá»ng e vá»i dấu hai chấm trên Äầu",igrave:"Ký tá»± la-tinh viết thưá»ng i vá»i dấu huyá»n", +iacute:"Ký tá»± la-tinh viết thưá»ng i vá»i dấu sắc",icirc:"Ký tá»± la-tinh viết thưá»ng i vá»i dấu mÅ©",iuml:"Ký tá»± la-tinh viết thưá»ng i vá»i dấu hai chấm trên Äầu",eth:"Ký tá»± la-tinh viết thưá»ng cá»§a eth",ntilde:"Ký tá»± la-tinh viết thưá»ng n vá»i dấu ngã",ograve:"Ký tá»± la-tinh viết thưá»ng o vá»i dấu huyá»n",oacute:"Ký tá»± la-tinh viết thưá»ng o vá»i dấu sắc",ocirc:"Ký tá»± la-tinh viết thưá»ng o vá»i dấu mÅ©",otilde:"Ký tá»± la-tinh viết thưá»ng o vá»i dấu ngã",ouml:"Ký tá»± la-tinh viết thưá»ng o vá»i dấu hai chấm trên Äầu", +divide:"Ký hiá»u phép tÃnh chia",oslash:"Ký tá»± la-tinh viết thưá»ng o vá»i dấu ngã",ugrave:"Ký tá»± la-tinh viết thưá»ng u vá»i dấu huyá»n",uacute:"Ký tá»± la-tinh viết thưá»ng u vá»i dấu sắc",ucirc:"Ký tá»± la-tinh viết thưá»ng u vá»i dấu mÅ©",uuml:"Ký tá»± la-tinh viết thưá»ng u vá»i dấu hai chấm trên Äầu",yacute:"Ký tá»± la-tinh viết thưá»ng y vá»i dấu sắc",thorn:"Ký tá»± la-tinh viết thưá»ng cá»§a chữ thorn",yuml:"Ký tá»± la-tinh viết thưá»ng y vá»i dấu hai chấm trên Äầu",OElig:"Ký tá»± la-tinh viết hoa gạch ná»i OE",oelig:"Ký tá»± la-tinh viết thưá»ng gạch ná»i OE", +372:"Ký tá»± la-tinh viết hoa W vá»i dấu mÅ©",374:"Ký tá»± la-tinh viết hoa Y vá»i dấu mÅ©",373:"Ký tá»± la-tinh viết thưá»ng w vá»i dấu mÅ©",375:"Ký tá»± la-tinh viết thưá»ng y vá»i dấu mÅ©",sbquo:"Dấu ngoặc ÄÆ¡n thấp sá»-9",8219:"Dấu ngoặc ÄÆ¡n Äảo ngược sá»-9",bdquo:"Gấp Äôi dấu ngoặc ÄÆ¡n sá»-9",hellip:"TÄ©nh dược chiá»u ngang",trade:"Ký tá»± thương hiá»u",9658:"Ký tá»± trá» vá» hưá»ng bên phải mà u Äen",bull:"Ký hiá»u",rarr:"MÅ©i tên hưá»ng bên phải",rArr:"MÅ©i tên hưá»ng bên phải dạng Äôi",hArr:"MÅ©i tên hưá»ng bên trái dạng Äôi",diams:"Ký hiá»u hình thoi", +asymp:"Gần bằng vá»i"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js new file mode 100644 index 0000000..eb64eaa --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","zh-cn",{euro:"欧å 符å·",lsquo:"å·¦åå¼å·",rsquo:"å³åå¼å·",ldquo:"å·¦åå¼å·",rdquo:"å³åå¼å·",ndash:"çå线",mdash:"é¿å线",iexcl:"ç«ç¿»å¹å·",cent:"åå¸ç¬¦å·",pound:"è±é符å·",curren:"è´§å¸ç¬¦å·",yen:"æ¥å 符å·",brvbar:"é´ææ¡",sect:"èæ è®°",uml:"åé³ç¬¦",copy:"çææææ è®°",ordf:"é´æ§é¡ºåºæç¤ºç¬¦",laquo:"å·¦æåå°å¼å·",not:"éæ è®°",reg:"æ³¨åæ è®°",macr:"é¿é³ç¬¦",deg:"度æ è®°",sup2:"䏿 äº",sup3:"䏿 ä¸",acute:"éé³ç¬¦",micro:"微符",para:"æ®µè½æ è®°",middot:"ä¸é´ç¹",cedil:"ä¸å 符",sup1:"䏿 ä¸",ordm:"鳿§é¡ºåºæç¤ºç¬¦",raquo:"峿åå°å¼å·",frac14:"æ®éåæ°ååä¹ä¸",frac12:"æ®éåæ°äºåä¹ä¸",frac34:"æ®éåæ°ååä¹ä¸",iquest:"ç«ç¿»é®å·", +Agrave:"带æé³ç¬¦çæä¸æå¤§å忝 A",Aacute:"带éé³ç¬¦çæä¸æå¤§å忝 A",Acirc:"å¸¦æ¬æç¬¦çæä¸æå¤§å忝 A",Atilde:"带é¢å符çæä¸æå¤§å忝 A",Auml:"带åé³ç¬¦çæä¸æå¤§å忝 A",Aring:"带ä¸ååçæä¸æå¤§å忝 A",AElig:"æä¸æå¤§å忝 Ae",Ccedil:"带ä¸å 符çæä¸æå¤§å忝 C",Egrave:"带æé³ç¬¦çæä¸æå¤§å忝 E",Eacute:"带éé³ç¬¦çæä¸æå¤§å忝 E",Ecirc:"å¸¦æ¬æç¬¦çæä¸æå¤§å忝 E",Euml:"带åé³ç¬¦çæä¸æå¤§å忝 E",Igrave:"带æé³ç¬¦çæä¸æå¤§å忝 I",Iacute:"带éé³ç¬¦çæä¸æå¤§å忝 I",Icirc:"å¸¦æ¬æç¬¦çæä¸æå¤§å忝 I",Iuml:"带åé³ç¬¦çæä¸æå¤§å忝 I",ETH:"æä¸æå¤§å忝 Eth",Ntilde:"带é¢å符çæä¸æå¤§å忝 N",Ograve:"带æé³ç¬¦çæä¸æå¤§å忝 O",Oacute:"带éé³ç¬¦çæä¸æå¤§å忝 O",Ocirc:"å¸¦æ¬æç¬¦çæä¸æå¤§å忝 O",Otilde:"带é¢å符çæä¸æå¤§å忝 O", +Ouml:"带åé³ç¬¦çæä¸æå¤§å忝 O",times:"ä¹å·",Oslash:"带ç²çº¿çæä¸æå¤§å忝 O",Ugrave:"带æé³ç¬¦çæä¸æå¤§å忝 U",Uacute:"带éé³ç¬¦çæä¸æå¤§å忝 U",Ucirc:"å¸¦æ¬æç¬¦çæä¸æå¤§å忝 U",Uuml:"带åé³ç¬¦çæä¸æå¤§å忝 U",Yacute:"带æé³ç¬¦çæä¸æå¤§å忝 Y",THORN:"æä¸æå¤§å忝 Thorn",szlig:"æä¸æå°ååæ¯æ¸ é³ S",agrave:"带æé³ç¬¦çæä¸æå°å忝 A",aacute:"带éé³ç¬¦çæä¸æå°å忝 A",acirc:"å¸¦æ¬æç¬¦çæä¸æå°å忝 A",atilde:"带é¢å符çæä¸æå°å忝 A",auml:"带åé³ç¬¦çæä¸æå°å忝 A",aring:"带ä¸ååçæä¸æå°å忝 A",aelig:"æä¸æå°å忝 Ae",ccedil:"带ä¸å 符çæä¸æå°å忝 C",egrave:"带æé³ç¬¦çæä¸æå°å忝 E",eacute:"带éé³ç¬¦çæä¸æå°å忝 E",ecirc:"å¸¦æ¬æç¬¦çæä¸æå°å忝 E",euml:"带åé³ç¬¦çæä¸æå°å忝 E",igrave:"带æé³ç¬¦çæä¸æå°å忝 I", +iacute:"带éé³ç¬¦çæä¸æå°å忝 I",icirc:"å¸¦æ¬æç¬¦çæä¸æå°å忝 I",iuml:"带åé³ç¬¦çæä¸æå°å忝 I",eth:"æä¸æå°å忝 Eth",ntilde:"带é¢å符çæä¸æå°å忝 N",ograve:"带æé³ç¬¦çæä¸æå°å忝 O",oacute:"带éé³ç¬¦çæä¸æå°å忝 O",ocirc:"å¸¦æ¬æç¬¦çæä¸æå°å忝 O",otilde:"带é¢å符çæä¸æå°å忝 O",ouml:"带åé³ç¬¦çæä¸æå°å忝 O",divide:"é¤å·",oslash:"带ç²çº¿çæä¸æå°å忝 O",ugrave:"带æé³ç¬¦çæä¸æå°å忝 U",uacute:"带éé³ç¬¦çæä¸æå°å忝 U",ucirc:"å¸¦æ¬æç¬¦çæä¸æå°å忝 U",uuml:"带åé³ç¬¦çæä¸æå°å忝 U",yacute:"带æé³ç¬¦çæä¸æå°å忝 Y",thorn:"æä¸æå°å忝 Thorn",yuml:"带åé³ç¬¦çæä¸æå°å忝 Y",OElig:"æä¸æå¤§åè¿å Oe",oelig:"æä¸æå°åè¿å Oe",372:"å¸¦æ¬æç¬¦çæä¸æå¤§å忝 W",374:"å¸¦æ¬æç¬¦çæä¸æå¤§å忝 Y", +373:"å¸¦æ¬æç¬¦çæä¸æå°å忝 W",375:"å¸¦æ¬æç¬¦çæä¸æå°å忝 Y",sbquo:"åä¸ 9 å½¢å¼å·",8219:"å髿¨ªç¿» 9 å½¢å¼å·",bdquo:"åä¸ 9 å½¢å¼å·",hellip:"æ°´å¹³çç¥å·",trade:"åæ æ å¿",9658:"å®å¿å³ææé",bull:"å éå·",rarr:"åå³ç®å¤´",rArr:"åå³å线ç®å¤´",hArr:"å·¦å³å线ç®å¤´",diams:"å®å¿æ¹å纸ç",asymp:"约çäº"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/lang/zh.js b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/zh.js new file mode 100644 index 0000000..7740871 --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/lang/zh.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","zh",{euro:"æå 符è",lsquo:"å·¦å®å¼è",rsquo:"å³å®å¼è",ldquo:"å·¦éå¼è",rdquo:"å³éå¼è",ndash:"çç ´æè",mdash:"é·ç ´æè",iexcl:"åç½®çé©åè",cent:"ç¾å符è",pound:"è±é符è",curren:"貨幣符è",yen:"æ¥å符è",brvbar:"ç ´æè",sect:"ç« ç¯ç¬¦è",uml:"åé³ç¬¦è",copy:"çæ¬ç¬¦è",ordf:"éæ§ç¬¦è",laquo:"å·¦éè§æ¬è",not:"Not 符è",reg:"註ååæ¨ç¬¦è",macr:"é·é³ç¬¦è",deg:"度æ¸ç¬¦è",sup2:"䏿¨å 2",sup3:"䏿¨å 3",acute:"å°é³ç¬¦è",micro:"å¾®",para:"段è½ç¬¦è",middot:"ä¸éé»",cedil:"忝 C ä¸é¢çå°¾å符è ",sup1:"䏿¨",ordm:"éæ§ç¬¦è",raquo:"å³éè§æ¬è",frac14:"ååä¹ä¸ç¬¦è",frac12:"äºåä¹ä¸ç¬¦è",frac34:"ååä¹ä¸ç¬¦è", +iquest:"åç½®çåè",Agrave:"æä¸å¤§å¯«åæ¯ A 帶æé³ç¬¦è",Aacute:"æä¸å¤§å¯«åæ¯ A 帶å°é³ç¬¦è",Acirc:"æä¸å¤§å¯«åæ¯ A 帶ææç¬¦",Atilde:"æä¸å¤§å¯«åæ¯ A 帶波浪è",Auml:"æä¸å¤§å¯«åæ¯ A 帶åé³ç¬¦è",Aring:"æä¸å¤§å¯«åæ¯ A 帶ä¸åå",AElig:"æä¸å¤§å¯«åæ¯ Ã",Ccedil:"æä¸å¤§å¯«åæ¯ C 帶ä¸å°¾ç¬¦è",Egrave:"æä¸å¤§å¯«åæ¯ E 帶æé³ç¬¦è",Eacute:"æä¸å¤§å¯«åæ¯ E 帶å°é³ç¬¦è",Ecirc:"æä¸å¤§å¯«åæ¯ E 帶ææç¬¦",Euml:"æä¸å¤§å¯«åæ¯ E 帶åé³ç¬¦è",Igrave:"æä¸å¤§å¯«åæ¯ I 帶æé³ç¬¦è",Iacute:"æä¸å¤§å¯«åæ¯ I 帶å°é³ç¬¦è",Icirc:"æä¸å¤§å¯«åæ¯ I 帶ææç¬¦",Iuml:"æä¸å¤§å¯«åæ¯ I 帶åé³ç¬¦è",ETH:"æä¸å¤§å¯«åæ¯ Eth",Ntilde:"æä¸å¤§å¯«åæ¯ N 帶波浪è",Ograve:"æä¸å¤§å¯«åæ¯ O 帶æé³ç¬¦è",Oacute:"æä¸å¤§å¯«åæ¯ O 帶å°é³ç¬¦è",Ocirc:"æä¸å¤§å¯«åæ¯ O 帶ææç¬¦",Otilde:"æä¸å¤§å¯«åæ¯ O 帶波浪è", +Ouml:"æä¸å¤§å¯«åæ¯ O 帶åé³ç¬¦è",times:"ä¹è",Oslash:"æä¸å¤§å¯«åæ¯ O 帶ç²ç·ç¬¦è",Ugrave:"æä¸å¤§å¯«åæ¯ U 帶æé³ç¬¦è",Uacute:"æä¸å¤§å¯«åæ¯ U 帶å°é³ç¬¦è",Ucirc:"æä¸å¤§å¯«åæ¯ U 帶ææç¬¦",Uuml:"æä¸å¤§å¯«åæ¯ U 帶åé³ç¬¦è",Yacute:"æä¸å¤§å¯«åæ¯ Y 帶å°é³ç¬¦è",THORN:"æä¸å¤§å¯«åæ¯ Thorn",szlig:"æä¸å°å¯«åæ¯ s",agrave:"æä¸å°å¯«åæ¯ a 帶æé³ç¬¦è",aacute:"æä¸å°å¯«åæ¯ a 帶å°é³ç¬¦è",acirc:"æä¸å°å¯«åæ¯ a 帶ææç¬¦",atilde:"æä¸å°å¯«åæ¯ a 帶波浪è",auml:"æä¸å°å¯«åæ¯ a 帶åé³ç¬¦è",aring:"æä¸å°å¯«åæ¯ a 帶ä¸åå",aelig:"æä¸å°å¯«åæ¯ Ã¦",ccedil:"æä¸å°å¯«åæ¯ c 帶ä¸å°¾ç¬¦è",egrave:"æä¸å°å¯«åæ¯ e 帶æé³ç¬¦è",eacute:"æä¸å°å¯«åæ¯ e 帶å°é³ç¬¦è",ecirc:"æä¸å°å¯«åæ¯ e 帶ææç¬¦",euml:"æä¸å°å¯«åæ¯ e 帶åé³ç¬¦è",igrave:"æä¸å°å¯«åæ¯ i 帶æé³ç¬¦è", +iacute:"æä¸å°å¯«åæ¯ i 帶å°é³ç¬¦è",icirc:"æä¸å°å¯«åæ¯ i 帶ææç¬¦",iuml:"æä¸å°å¯«åæ¯ i 帶åé³ç¬¦è",eth:"æä¸å°å¯«åæ¯ eth",ntilde:"æä¸å°å¯«åæ¯ n 帶波浪è",ograve:"æä¸å°å¯«åæ¯ o 帶æé³ç¬¦è",oacute:"æä¸å°å¯«åæ¯ o 帶å°é³ç¬¦è",ocirc:"æä¸å°å¯«åæ¯ o 帶ææç¬¦",otilde:"æä¸å°å¯«åæ¯ o 帶波浪è",ouml:"æä¸å°å¯«åæ¯ o 帶åé³ç¬¦è",divide:"é¤è",oslash:"æä¸å°å¯«åæ¯ o 帶ç²ç·ç¬¦è",ugrave:"æä¸å°å¯«åæ¯ u 帶æé³ç¬¦è",uacute:"æä¸å°å¯«åæ¯ u 帶å°é³ç¬¦è",ucirc:"æä¸å°å¯«åæ¯ u 帶ææç¬¦",uuml:"æä¸å°å¯«åæ¯ u 帶åé³ç¬¦è",yacute:"æä¸å°å¯«åæ¯ y 帶å°é³ç¬¦è",thorn:"æä¸å°å¯«åæ¯ thorn",yuml:"æä¸å°å¯«åæ¯ y 帶åé³ç¬¦è",OElig:"æä¸å¤§å¯«åæ¯ OE",oelig:"æä¸å°å¯«åæ¯ oe",372:"æä¸å¤§å¯«åæ¯ W 帶ææç¬¦",374:"æä¸å¤§å¯«åæ¯ Y 帶ææç¬¦",373:"æä¸å°å¯«åæ¯ w 帶ææç¬¦", +375:"æä¸å°å¯«åæ¯ y 帶ææç¬¦",sbquo:"ä½ 9 å®å¼è",8219:"é« 9 åè½å®å¼è",bdquo:"ä½ 9 éå¼è",hellip:"æ°´å¹³åªç¯è",trade:"åæ¨ç¬¦è",9658:"é»è²å峿ç®è",bull:"é ç®ç¬¦è",rarr:"åå³ç®è",rArr:"åå³éç®è",hArr:"å·¦å³éç®è",diams:"é»é½å¥è£",asymp:"ç´çæ¼"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar.js b/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar.js new file mode 100644 index 0000000..012d34b --- /dev/null +++ b/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar.js @@ -0,0 +1,14 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("specialchar",function(k){var e,n=k.lang.specialchar,m=function(c){var b;c=c.data?c.data.getTarget():new CKEDITOR.dom.element(c);"a"==c.getName()&&(b=c.getChild(0).getHtml())&&(c.removeClass("cke_light_background"),e.hide(),c=k.document.createElement("span"),c.setHtml(b),k.insertText(c.getText()))},p=CKEDITOR.tools.addFunction(m),l,g=function(c,b){var a;b=b||c.data.getTarget();"span"==b.getName()&&(b=b.getParent());if("a"==b.getName()&&(a=b.getChild(0).getHtml())){l&&d(null,l); +var f=e.getContentElement("info","htmlPreview").getElement();e.getContentElement("info","charPreview").getElement().setHtml(a);f.setHtml(CKEDITOR.tools.htmlEncode(a));b.getParent().addClass("cke_light_background");l=b}},d=function(c,b){b=b||c.data.getTarget();"span"==b.getName()&&(b=b.getParent());"a"==b.getName()&&(e.getContentElement("info","charPreview").getElement().setHtml("\x26nbsp;"),e.getContentElement("info","htmlPreview").getElement().setHtml("\x26nbsp;"),b.getParent().removeClass("cke_light_background"), +l=void 0)},q=CKEDITOR.tools.addFunction(function(c){c=new CKEDITOR.dom.event(c);var b=c.getTarget(),a;a=c.getKeystroke();var f="rtl"==k.lang.dir;switch(a){case 38:if(a=b.getParent().getParent().getPrevious())a=a.getChild([b.getParent().getIndex(),0]),a.focus(),d(null,b),g(null,a);c.preventDefault();break;case 40:(a=b.getParent().getParent().getNext())&&(a=a.getChild([b.getParent().getIndex(),0]))&&1==a.type&&(a.focus(),d(null,b),g(null,a));c.preventDefault();break;case 32:m({data:c});c.preventDefault(); +break;case f?37:39:if(a=b.getParent().getNext())a=a.getChild(0),1==a.type?(a.focus(),d(null,b),g(null,a),c.preventDefault(!0)):d(null,b);else if(a=b.getParent().getParent().getNext())(a=a.getChild([0,0]))&&1==a.type?(a.focus(),d(null,b),g(null,a),c.preventDefault(!0)):d(null,b);break;case f?39:37:(a=b.getParent().getPrevious())?(a=a.getChild(0),a.focus(),d(null,b),g(null,a),c.preventDefault(!0)):(a=b.getParent().getParent().getPrevious())?(a=a.getLast().getChild(0),a.focus(),d(null,b),g(null,a),c.preventDefault(!0)): +d(null,b)}});return{title:n.title,minWidth:430,minHeight:280,buttons:[CKEDITOR.dialog.cancelButton],charColumns:17,onLoad:function(){for(var c=this.definition.charColumns,b=k.config.specialChars,a=CKEDITOR.tools.getNextId()+"_specialchar_table_label",f=['\x3ctable role\x3d"listbox" aria-labelledby\x3d"'+a+'" style\x3d"width: 320px; height: 100%; border-collapse: separate;" align\x3d"center" cellspacing\x3d"2" cellpadding\x3d"2" border\x3d"0"\x3e'],d=0,g=b.length,h,e;d<g;){f.push('\x3ctr role\x3d"presentation"\x3e'); +for(var l=0;l<c;l++,d++){if(h=b[d]){h instanceof Array?(e=h[1],h=h[0]):(e=h.replace("\x26","").replace(";","").replace("#",""),e=n[e]||h);var m="cke_specialchar_label_"+d+"_"+CKEDITOR.tools.getNextNumber();f.push('\x3ctd class\x3d"cke_dark_background" style\x3d"cursor: default" role\x3d"presentation"\x3e\x3ca href\x3d"javascript: void(0);" role\x3d"option" aria-posinset\x3d"'+(d+1)+'"',' aria-setsize\x3d"'+g+'"',' aria-labelledby\x3d"'+m+'"',' class\x3d"cke_specialchar" title\x3d"',CKEDITOR.tools.htmlEncode(e), +'" onkeydown\x3d"CKEDITOR.tools.callFunction( '+q+', event, this )" onclick\x3d"CKEDITOR.tools.callFunction('+p+', this); return false;" tabindex\x3d"-1"\x3e\x3cspan style\x3d"margin: 0 auto;cursor: inherit"\x3e'+h+'\x3c/span\x3e\x3cspan class\x3d"cke_voice_label" id\x3d"'+m+'"\x3e'+e+"\x3c/span\x3e\x3c/a\x3e")}else f.push('\x3ctd class\x3d"cke_dark_background"\x3e\x26nbsp;');f.push("\x3c/td\x3e")}f.push("\x3c/tr\x3e")}f.push("\x3c/tbody\x3e\x3c/table\x3e",'\x3cspan id\x3d"'+a+'" class\x3d"cke_voice_label"\x3e'+ +n.options+"\x3c/span\x3e");this.getContentElement("info","charContainer").getElement().setHtml(f.join(""))},contents:[{id:"info",label:k.lang.common.generalTab,title:k.lang.common.generalTab,padding:0,align:"top",elements:[{type:"hbox",align:"top",widths:["320px","90px"],children:[{type:"html",id:"charContainer",html:"",onMouseover:g,onMouseout:d,focus:function(){var c=this.getElement().getElementsByTag("a").getItem(0);setTimeout(function(){c.focus();g(null,c)},0)},onShow:function(){var c=this.getElement().getChild([0, +0,0,0,0]);setTimeout(function(){c.focus();g(null,c)},0)},onLoad:function(c){e=c.sender}},{type:"hbox",align:"top",widths:["100%"],children:[{type:"vbox",align:"top",children:[{type:"html",html:"\x3cdiv\x3e\x3c/div\x3e"},{type:"html",id:"charPreview",className:"cke_dark_background",style:"border:1px solid #eeeeee;font-size:28px;height:40px;width:70px;padding-top:9px;font-family:'Microsoft Sans Serif',Arial,Helvetica,Verdana;text-align:center;",html:"\x3cdiv\x3e\x26nbsp;\x3c/div\x3e"},{type:"html", +id:"htmlPreview",className:"cke_dark_background",style:"border:1px solid #eeeeee;font-size:14px;height:20px;width:70px;padding-top:2px;font-family:'Microsoft Sans Serif',Arial,Helvetica,Verdana;text-align:center;",html:"\x3cdiv\x3e\x26nbsp;\x3c/div\x3e"}]}]}]}]}]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/stylesheetparser/plugin.js b/public/assets/ckeditor/plugins/stylesheetparser/plugin.js new file mode 100644 index 0000000..a60cf58 --- /dev/null +++ b/public/assets/ckeditor/plugins/stylesheetparser/plugin.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function h(b,e,c){var k=[],g=[],a;for(a=0;a<b.styleSheets.length;a++){var d=b.styleSheets[a];if(!((d.ownerNode||d.owningElement).getAttribute("data-cke-temp")||d.href&&"chrome://"==d.href.substr(0,9)))try{for(var f=d.cssRules||d.rules,d=0;d<f.length;d++)g.push(f[d].selectorText)}catch(h){}}a=g.join(" ");a=a.replace(/(,|>|\+|~)/g," ");a=a.replace(/\[[^\]]*/g,"");a=a.replace(/#[^\s]*/g,"");a=a.replace(/\:{1,2}[^\s]*/g,"");a=a.replace(/\s+/g," ");a=a.split(" ");b=[];for(g=0;g<a.length;g++)f= +a[g],c.test(f)&&!e.test(f)&&-1==CKEDITOR.tools.indexOf(b,f)&&b.push(f);for(a=0;a<b.length;a++)c=b[a].split("."),e=c[0].toLowerCase(),c=c[1],k.push({name:e+"."+c,element:e,attributes:{"class":c}});return k}CKEDITOR.plugins.add("stylesheetparser",{init:function(b){b.filter.disable();var e;b.once("stylesSet",function(c){c.cancel();b.once("contentDom",function(){b.getStylesSet(function(c){e=c.concat(h(b.document.$,b.config.stylesheetParser_skipSelectors||/(^body\.|^\.)/i,b.config.stylesheetParser_validSelectors|| +/\w+\.\w+/));b.getStylesSet=function(b){if(e)return b(e)};b.fire("stylesSet",{styles:e})})})},null,null,1)}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/table/dialogs/table.js b/public/assets/ckeditor/plugins/table/dialogs/table.js new file mode 100644 index 0000000..081f38f --- /dev/null +++ b/public/assets/ckeditor/plugins/table/dialogs/table.js @@ -0,0 +1,21 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function v(a){for(var f=0,n=0,l=0,p,e=a.$.rows.length;l<e;l++){p=a.$.rows[l];for(var d=f=0,b,c=p.cells.length;d<c;d++)b=p.cells[d],f+=b.colSpan;f>n&&(n=f)}return n}function r(a){return function(){var f=this.getValue(),f=!!(CKEDITOR.dialog.validate.integer()(f)&&0<f);f||(alert(a),this.select());return f}}function q(a,f){var n=function(e){return new CKEDITOR.dom.element(e,a.document)},q=a.editable(),p=a.plugins.dialogadvtab;return{title:a.lang.table.title,minWidth:310,minHeight:CKEDITOR.env.ie? +310:280,onLoad:function(){var e=this,a=e.getContentElement("advanced","advStyles");if(a)a.on("change",function(){var a=this.getStyle("width",""),c=e.getContentElement("info","txtWidth");c&&c.setValue(a,!0);a=this.getStyle("height","");(c=e.getContentElement("info","txtHeight"))&&c.setValue(a,!0)})},onShow:function(){var e=a.getSelection(),d=e.getRanges(),b,c=this.getContentElement("info","txtRows"),g=this.getContentElement("info","txtCols"),t=this.getContentElement("info","txtWidth"),m=this.getContentElement("info", +"txtHeight");"tableProperties"==f&&((e=e.getSelectedElement())&&e.is("table")?b=e:0<d.length&&(CKEDITOR.env.webkit&&d[0].shrink(CKEDITOR.NODE_ELEMENT),b=a.elementPath(d[0].getCommonAncestor(!0)).contains("table",1)),this._.selectedElement=b);b?(this.setupContent(b),c&&c.disable(),g&&g.disable()):(c&&c.enable(),g&&g.enable());t&&t.onChange();m&&m.onChange()},onOk:function(){var e=a.getSelection(),d=this._.selectedElement&&e.createBookmarks(),b=this._.selectedElement||n("table"),c={};this.commitContent(c, +b);if(c.info){c=c.info;if(!this._.selectedElement)for(var g=b.append(n("tbody")),f=parseInt(c.txtRows,10)||0,m=parseInt(c.txtCols,10)||0,k=0;k<f;k++)for(var h=g.append(n("tr")),l=0;l<m;l++)h.append(n("td")).appendBogus();f=c.selHeaders;if(!b.$.tHead&&("row"==f||"both"==f)){h=b.getElementsByTag("thead").getItem(0);g=b.getElementsByTag("tbody").getItem(0);m=g.getElementsByTag("tr").getItem(0);h||(h=new CKEDITOR.dom.element("thead"),h.insertBefore(g));for(k=0;k<m.getChildCount();k++)g=m.getChild(k), +g.type!=CKEDITOR.NODE_ELEMENT||g.data("cke-bookmark")||(g.renameNode("th"),g.setAttribute("scope","col"));h.append(m.remove())}if(null!==b.$.tHead&&"row"!=f&&"both"!=f){h=new CKEDITOR.dom.element(b.$.tHead);g=b.getElementsByTag("tbody").getItem(0);for(l=g.getFirst();0<h.getChildCount();){m=h.getFirst();for(k=0;k<m.getChildCount();k++)g=m.getChild(k),g.type==CKEDITOR.NODE_ELEMENT&&(g.renameNode("td"),g.removeAttribute("scope"));m.insertBefore(l)}h.remove()}if(!this.hasColumnHeaders&&("col"==f||"both"== +f))for(h=0;h<b.$.rows.length;h++)g=new CKEDITOR.dom.element(b.$.rows[h].cells[0]),g.renameNode("th"),g.setAttribute("scope","row");if(this.hasColumnHeaders&&"col"!=f&&"both"!=f)for(k=0;k<b.$.rows.length;k++)h=new CKEDITOR.dom.element(b.$.rows[k]),"tbody"==h.getParent().getName()&&(g=new CKEDITOR.dom.element(h.$.cells[0]),g.renameNode("td"),g.removeAttribute("scope"));c.txtHeight?b.setStyle("height",c.txtHeight):b.removeStyle("height");c.txtWidth?b.setStyle("width",c.txtWidth):b.removeStyle("width"); +b.getAttribute("style")||b.removeAttribute("style")}if(this._.selectedElement)try{e.selectBookmarks(d)}catch(p){}else a.insertElement(b),setTimeout(function(){var e=new CKEDITOR.dom.element(b.$.rows[0].cells[0]),c=a.createRange();c.moveToPosition(e,CKEDITOR.POSITION_AFTER_START);c.select()},0)},contents:[{id:"info",label:a.lang.table.title,elements:[{type:"hbox",widths:[null,null],styles:["vertical-align:top"],children:[{type:"vbox",padding:0,children:[{type:"text",id:"txtRows","default":3,label:a.lang.table.rows, +required:!0,controlStyle:"width:5em",validate:r(a.lang.table.invalidRows),setup:function(e){this.setValue(e.$.rows.length)},commit:l},{type:"text",id:"txtCols","default":2,label:a.lang.table.columns,required:!0,controlStyle:"width:5em",validate:r(a.lang.table.invalidCols),setup:function(e){this.setValue(v(e))},commit:l},{type:"html",html:"\x26nbsp;"},{type:"select",id:"selHeaders",requiredContent:"th","default":"",label:a.lang.table.headers,items:[[a.lang.table.headersNone,""],[a.lang.table.headersRow, +"row"],[a.lang.table.headersColumn,"col"],[a.lang.table.headersBoth,"both"]],setup:function(e){var a=this.getDialog();a.hasColumnHeaders=!0;for(var b=0;b<e.$.rows.length;b++){var c=e.$.rows[b].cells[0];if(c&&"th"!=c.nodeName.toLowerCase()){a.hasColumnHeaders=!1;break}}null!==e.$.tHead?this.setValue(a.hasColumnHeaders?"both":"row"):this.setValue(a.hasColumnHeaders?"col":"")},commit:l},{type:"text",id:"txtBorder",requiredContent:"table[border]","default":a.filter.check("table[border]")?1:0,label:a.lang.table.border, +controlStyle:"width:3em",validate:CKEDITOR.dialog.validate.number(a.lang.table.invalidBorder),setup:function(a){this.setValue(a.getAttribute("border")||"")},commit:function(a,d){this.getValue()?d.setAttribute("border",this.getValue()):d.removeAttribute("border")}},{id:"cmbAlign",type:"select",requiredContent:"table[align]","default":"",label:a.lang.common.align,items:[[a.lang.common.notSet,""],[a.lang.common.alignLeft,"left"],[a.lang.common.alignCenter,"center"],[a.lang.common.alignRight,"right"]], +setup:function(a){this.setValue(a.getAttribute("align")||"")},commit:function(a,d){this.getValue()?d.setAttribute("align",this.getValue()):d.removeAttribute("align")}}]},{type:"vbox",padding:0,children:[{type:"hbox",widths:["5em"],children:[{type:"text",id:"txtWidth",requiredContent:"table{width}",controlStyle:"width:5em",label:a.lang.common.width,title:a.lang.common.cssLengthTooltip,"default":a.filter.check("table{width}")?500>q.getSize("width")?"100%":500:0,getValue:u,validate:CKEDITOR.dialog.validate.cssLength(a.lang.common.invalidCssLength.replace("%1", +a.lang.common.width)),onChange:function(){var a=this.getDialog().getContentElement("advanced","advStyles");a&&a.updateStyle("width",this.getValue())},setup:function(a){a=a.getStyle("width");this.setValue(a)},commit:l}]},{type:"hbox",widths:["5em"],children:[{type:"text",id:"txtHeight",requiredContent:"table{height}",controlStyle:"width:5em",label:a.lang.common.height,title:a.lang.common.cssLengthTooltip,"default":"",getValue:u,validate:CKEDITOR.dialog.validate.cssLength(a.lang.common.invalidCssLength.replace("%1", +a.lang.common.height)),onChange:function(){var a=this.getDialog().getContentElement("advanced","advStyles");a&&a.updateStyle("height",this.getValue())},setup:function(a){(a=a.getStyle("height"))&&this.setValue(a)},commit:l}]},{type:"html",html:"\x26nbsp;"},{type:"text",id:"txtCellSpace",requiredContent:"table[cellspacing]",controlStyle:"width:3em",label:a.lang.table.cellSpace,"default":a.filter.check("table[cellspacing]")?1:0,validate:CKEDITOR.dialog.validate.number(a.lang.table.invalidCellSpacing), +setup:function(a){this.setValue(a.getAttribute("cellSpacing")||"")},commit:function(a,d){this.getValue()?d.setAttribute("cellSpacing",this.getValue()):d.removeAttribute("cellSpacing")}},{type:"text",id:"txtCellPad",requiredContent:"table[cellpadding]",controlStyle:"width:3em",label:a.lang.table.cellPad,"default":a.filter.check("table[cellpadding]")?1:0,validate:CKEDITOR.dialog.validate.number(a.lang.table.invalidCellPadding),setup:function(a){this.setValue(a.getAttribute("cellPadding")||"")},commit:function(a, +d){this.getValue()?d.setAttribute("cellPadding",this.getValue()):d.removeAttribute("cellPadding")}}]}]},{type:"html",align:"right",html:""},{type:"vbox",padding:0,children:[{type:"text",id:"txtCaption",requiredContent:"caption",label:a.lang.table.caption,setup:function(a){this.enable();a=a.getElementsByTag("caption");if(0<a.count()){a=a.getItem(0);var d=a.getFirst(CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_ELEMENT));d&&!d.equals(a.getBogus())?(this.disable(),this.setValue(a.getText())):(a=CKEDITOR.tools.trim(a.getText()), +this.setValue(a))}},commit:function(e,d){if(this.isEnabled()){var b=this.getValue(),c=d.getElementsByTag("caption");if(b)0<c.count()?(c=c.getItem(0),c.setHtml("")):(c=new CKEDITOR.dom.element("caption",a.document),d.append(c,!0)),c.append(new CKEDITOR.dom.text(b,a.document));else if(0<c.count())for(b=c.count()-1;0<=b;b--)c.getItem(b).remove()}}},{type:"text",id:"txtSummary",bidi:!0,requiredContent:"table[summary]",label:a.lang.table.summary,setup:function(a){this.setValue(a.getAttribute("summary")|| +"")},commit:function(a,d){this.getValue()?d.setAttribute("summary",this.getValue()):d.removeAttribute("summary")}}]}]},p&&p.createAdvancedTab(a,null,"table")]}}var u=CKEDITOR.tools.cssLength,l=function(a){var f=this.id;a.info||(a.info={});a.info[f]=this.getValue()};CKEDITOR.dialog.add("table",function(a){return q(a,"table")});CKEDITOR.dialog.add("tableProperties",function(a){return q(a,"tableProperties")})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/tableresize/plugin.js b/public/assets/ckeditor/plugins/tableresize/plugin.js new file mode 100644 index 0000000..3c66008 --- /dev/null +++ b/public/assets/ckeditor/plugins/tableresize/plugin.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function y(a){return CKEDITOR.env.ie?a.$.clientWidth:parseInt(a.getComputedStyle("width"),10)}function r(a,h){var b=a.getComputedStyle("border-"+h+"-width"),d={thin:"0px",medium:"1px",thick:"2px"};0>b.indexOf("px")&&(b=b in d&&"none"!=a.getComputedStyle("border-style")?d[b]:0);return parseInt(b,10)}function A(a){var h=[],b=-1,d="rtl"==a.getComputedStyle("direction"),f;f=a.$.rows;for(var m=0,g,c,e,k=0,t=f.length;k<t;k++)e=f[k],g=e.cells.length,g>m&&(m=g,c=e);f=c;m=new CKEDITOR.dom.element(a.$.tBodies[0]); +g=m.getDocumentPosition();c=0;for(e=f.cells.length;c<e;c++){var k=new CKEDITOR.dom.element(f.cells[c]),t=f.cells[c+1]&&new CKEDITOR.dom.element(f.cells[c+1]),b=b+(k.$.colSpan||1),n,l,p=k.getDocumentPosition().x;d?l=p+r(k,"left"):n=p+k.$.offsetWidth-r(k,"right");t?(p=t.getDocumentPosition().x,d?n=p+t.$.offsetWidth-r(t,"right"):l=p+r(t,"left")):(p=a.getDocumentPosition().x,d?n=p:l=p+a.$.offsetWidth);k=Math.max(l-n,3);h.push({table:a,index:b,x:n,y:g.y,width:k,height:m.$.offsetHeight,rtl:d})}return h} +function z(a){(a.data||a).preventDefault()}function E(a){function h(){k=0;e.setOpacity(0);n&&b();var a=g.table;setTimeout(function(){a.removeCustomData("_cke_table_pillars")},0);c.removeListener("dragstart",z)}function b(){for(var w=g.rtl,f=w?p.length:B.length,b=0,c=0;c<f;c++){var e=B[c],d=p[c],k=g.table;CKEDITOR.tools.setTimeout(function(c,e,d,g,h,m){c&&c.setStyle("width",l(Math.max(e+m,1)));d&&d.setStyle("width",l(Math.max(g-m,1)));h&&k.setStyle("width",l(h+m*(w?-1:1)));++b==f&&a.fire("saveSnapshot")}, +0,this,[e,e&&y(e),d,d&&y(d),(!e||!d)&&y(k)+r(k,"left")+r(k,"right"),n])}}function d(w){z(w);a.fire("saveSnapshot");w=g.index;for(var d=CKEDITOR.tools.buildTableMap(g.table),b=[],h=[],l=Number.MAX_VALUE,r=l,x=g.rtl,v=0,A=d.length;v<A;v++){var q=d[v],u=q[w+(x?1:0)],q=q[w+(x?0:1)],u=u&&new CKEDITOR.dom.element(u),q=q&&new CKEDITOR.dom.element(q);u&&q&&u.equals(q)||(u&&(l=Math.min(l,y(u))),q&&(r=Math.min(r,y(q))),b.push(u),h.push(q))}B=b;p=h;C=g.x-l;D=g.x+r;e.setOpacity(.5);t=parseInt(e.getStyle("left"), +10);n=0;k=1;e.on("mousemove",m);c.on("dragstart",z);c.on("mouseup",f,this)}function f(a){a.removeListener();h()}function m(a){v(a.data.getPageOffset().x)}var g,c,e,k,t,n,B,p,C,D;c=a.document;e=CKEDITOR.dom.element.createFromHtml('\x3cdiv data-cke-temp\x3d1 contenteditable\x3dfalse unselectable\x3don style\x3d"position:absolute;cursor:col-resize;filter:alpha(opacity\x3d0);opacity:0;padding:0;background-color:#004;background-image:none;border:0px none;z-index:10"\x3e\x3c/div\x3e',c);a.on("destroy", +function(){e.remove()});x||c.getDocumentElement().append(e);this.attachTo=function(a){k||(x&&(c.getBody().append(e),n=0),g=a,e.setStyles({width:l(a.width),height:l(a.height),left:l(a.x),top:l(a.y)}),x&&e.setOpacity(.25),e.on("mousedown",d,this),c.getBody().setStyle("cursor","col-resize"),e.show())};var v=this.move=function(a){if(!g)return 0;if(!k&&(a<g.x||a>g.x+g.width))return g=null,k=n=0,c.removeListener("mouseup",f),e.removeListener("mousedown",d),e.removeListener("mousemove",m),c.getBody().setStyle("cursor", +"auto"),x?e.remove():e.hide(),0;a-=Math.round(e.$.offsetWidth/2);if(k){if(a==C||a==D)return 1;a=Math.max(a,C);a=Math.min(a,D);n=a-t}e.setStyle("left",l(a));return 1}}function v(a){var h=a.data.getTarget();if("mouseout"==a.name){if(!h.is("table"))return;for(var b=new CKEDITOR.dom.element(a.data.$.relatedTarget||a.data.$.toElement);b&&b.$&&!b.equals(h)&&!b.is("body");)b=b.getParent();if(!b||b.equals(h))return}h.getAscendant("table",1).removeCustomData("_cke_table_pillars");a.removeListener()}var l= +CKEDITOR.tools.cssLength,x=CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.quirks);CKEDITOR.plugins.add("tableresize",{requires:"tabletools",init:function(a){a.on("contentDom",function(){var h,b=a.editable();b.attachListener(b.isInline()?b:a.document,"mousemove",function(d){d=d.data;var f=d.getTarget();if(f.type==CKEDITOR.NODE_ELEMENT){var b=d.getPageOffset().x;if(h&&h.move(b))z(d);else if(f.is("table")||f.getAscendant("tbody",1))if(f=f.getAscendant("table",1),a.editable().contains(f)){(d= +f.getCustomData("_cke_table_pillars"))||(f.setCustomData("_cke_table_pillars",d=A(f)),f.on("mouseout",v),f.on("mousedown",v));a:{for(var f=0,g=d.length;f<g;f++){var c=d[f];if(b>=c.x&&b<=c.x+c.width){b=c;break a}}b=null}b&&(!h&&(h=new E(a)),h.attachTo(b))}}})})}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell.js b/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell.js new file mode 100644 index 0000000..25b664a --- /dev/null +++ b/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell.js @@ -0,0 +1,17 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("cellProperties",function(g){function d(a){return function(b){for(var c=a(b[0]),d=1;d<b.length;d++)if(a(b[d])!==c){c=null;break}"undefined"!=typeof c&&(this.setValue(c),CKEDITOR.env.gecko&&"select"==this.type&&!c&&(this.getInputElement().$.selectedIndex=-1))}}function l(a){if(a=n.exec(a.getStyle("width")||a.getAttribute("width")))return a[2]}var h=g.lang.table,c=h.cell,e=g.lang.common,k=CKEDITOR.dialog.validate,n=/^(\d+(?:\.\d+)?)(px|%)$/,f={type:"html",html:"\x26nbsp;"},p="rtl"== +g.lang.dir,m=g.plugins.colordialog;return{title:c.title,minWidth:CKEDITOR.env.ie&&CKEDITOR.env.quirks?450:410,minHeight:CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.quirks)?230:220,contents:[{id:"info",label:c.title,accessKey:"I",elements:[{type:"hbox",widths:["40%","5%","40%"],children:[{type:"vbox",padding:0,children:[{type:"hbox",widths:["70%","30%"],children:[{type:"text",id:"width",width:"100px",label:e.width,validate:k.number(c.invalidWidth),onLoad:function(){var a=this.getDialog().getContentElement("info", +"widthType").getElement(),b=this.getInputElement(),c=b.getAttribute("aria-labelledby");b.setAttribute("aria-labelledby",[c,a.$.id].join(" "))},setup:d(function(a){var b=parseInt(a.getAttribute("width"),10);a=parseInt(a.getStyle("width"),10);return isNaN(a)?isNaN(b)?"":b:a}),commit:function(a){var b=parseInt(this.getValue(),10),c=this.getDialog().getValueOf("info","widthType")||l(a);isNaN(b)?a.removeStyle("width"):a.setStyle("width",b+c);a.removeAttribute("width")},"default":""},{type:"select",id:"widthType", +label:g.lang.table.widthUnit,labelStyle:"visibility:hidden","default":"px",items:[[h.widthPx,"px"],[h.widthPc,"%"]],setup:d(l)}]},{type:"hbox",widths:["70%","30%"],children:[{type:"text",id:"height",label:e.height,width:"100px","default":"",validate:k.number(c.invalidHeight),onLoad:function(){var a=this.getDialog().getContentElement("info","htmlHeightType").getElement(),b=this.getInputElement(),c=b.getAttribute("aria-labelledby");b.setAttribute("aria-labelledby",[c,a.$.id].join(" "))},setup:d(function(a){var b= +parseInt(a.getAttribute("height"),10);a=parseInt(a.getStyle("height"),10);return isNaN(a)?isNaN(b)?"":b:a}),commit:function(a){var b=parseInt(this.getValue(),10);isNaN(b)?a.removeStyle("height"):a.setStyle("height",CKEDITOR.tools.cssLength(b));a.removeAttribute("height")}},{id:"htmlHeightType",type:"html",html:"\x3cbr /\x3e"+h.widthPx}]},f,{type:"select",id:"wordWrap",label:c.wordWrap,"default":"yes",items:[[c.yes,"yes"],[c.no,"no"]],setup:d(function(a){var b=a.getAttribute("noWrap");if("nowrap"== +a.getStyle("white-space")||b)return"no"}),commit:function(a){"no"==this.getValue()?a.setStyle("white-space","nowrap"):a.removeStyle("white-space");a.removeAttribute("noWrap")}},f,{type:"select",id:"hAlign",label:c.hAlign,"default":"",items:[[e.notSet,""],[e.alignLeft,"left"],[e.alignCenter,"center"],[e.alignRight,"right"],[e.alignJustify,"justify"]],setup:d(function(a){var b=a.getAttribute("align");return a.getStyle("text-align")||b||""}),commit:function(a){var b=this.getValue();b?a.setStyle("text-align", +b):a.removeStyle("text-align");a.removeAttribute("align")}},{type:"select",id:"vAlign",label:c.vAlign,"default":"",items:[[e.notSet,""],[e.alignTop,"top"],[e.alignMiddle,"middle"],[e.alignBottom,"bottom"],[c.alignBaseline,"baseline"]],setup:d(function(a){var b=a.getAttribute("vAlign");a=a.getStyle("vertical-align");switch(a){case "top":case "middle":case "bottom":case "baseline":break;default:a=""}return a||b||""}),commit:function(a){var b=this.getValue();b?a.setStyle("vertical-align",b):a.removeStyle("vertical-align"); +a.removeAttribute("vAlign")}}]},f,{type:"vbox",padding:0,children:[{type:"select",id:"cellType",label:c.cellType,"default":"td",items:[[c.data,"td"],[c.header,"th"]],setup:d(function(a){return a.getName()}),commit:function(a){a.renameNode(this.getValue())}},f,{type:"text",id:"rowSpan",label:c.rowSpan,"default":"",validate:k.integer(c.invalidRowSpan),setup:d(function(a){if((a=parseInt(a.getAttribute("rowSpan"),10))&&1!=a)return a}),commit:function(a){var b=parseInt(this.getValue(),10);b&&1!=b?a.setAttribute("rowSpan", +this.getValue()):a.removeAttribute("rowSpan")}},{type:"text",id:"colSpan",label:c.colSpan,"default":"",validate:k.integer(c.invalidColSpan),setup:d(function(a){if((a=parseInt(a.getAttribute("colSpan"),10))&&1!=a)return a}),commit:function(a){var b=parseInt(this.getValue(),10);b&&1!=b?a.setAttribute("colSpan",this.getValue()):a.removeAttribute("colSpan")}},f,{type:"hbox",padding:0,widths:["60%","40%"],children:[{type:"text",id:"bgColor",label:c.bgColor,"default":"",setup:d(function(a){var b=a.getAttribute("bgColor"); +return a.getStyle("background-color")||b}),commit:function(a){this.getValue()?a.setStyle("background-color",this.getValue()):a.removeStyle("background-color");a.removeAttribute("bgColor")}},m?{type:"button",id:"bgColorChoose","class":"colorChooser",label:c.chooseColor,onLoad:function(){this.getElement().getParent().setStyle("vertical-align","bottom")},onClick:function(){g.getColorFromDialog(function(a){a&&this.getDialog().getContentElement("info","bgColor").setValue(a);this.focus()},this)}}:f]},f, +{type:"hbox",padding:0,widths:["60%","40%"],children:[{type:"text",id:"borderColor",label:c.borderColor,"default":"",setup:d(function(a){var b=a.getAttribute("borderColor");return a.getStyle("border-color")||b}),commit:function(a){this.getValue()?a.setStyle("border-color",this.getValue()):a.removeStyle("border-color");a.removeAttribute("borderColor")}},m?{type:"button",id:"borderColorChoose","class":"colorChooser",label:c.chooseColor,style:(p?"margin-right":"margin-left")+": 10px",onLoad:function(){this.getElement().getParent().setStyle("vertical-align", +"bottom")},onClick:function(){g.getColorFromDialog(function(a){a&&this.getDialog().getContentElement("info","borderColor").setValue(a);this.focus()},this)}}:f]}]}]}]}],onShow:function(){this.cells=CKEDITOR.plugins.tabletools.getSelectedCells(this._.editor.getSelection());this.setupContent(this.cells)},onOk:function(){for(var a=this._.editor.getSelection(),b=a.createBookmarks(),c=this.cells,d=0;d<c.length;d++)this.commitContent(c[d]);this._.editor.forceNextSelectionCheck();a.selectBookmarks(b);this._.editor.selectionChange()}, +onLoad:function(){var a={};this.foreach(function(b){b.setup&&b.commit&&(b.setup=CKEDITOR.tools.override(b.setup,function(c){return function(){c.apply(this,arguments);a[b.id]=b.getValue()}}),b.commit=CKEDITOR.tools.override(b.commit,function(c){return function(){a[b.id]!==b.getValue()&&c.apply(this,arguments)}}))})}}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/dialogs/templates.css b/public/assets/ckeditor/plugins/templates/dialogs/templates.css new file mode 100644 index 0000000..176a1c3 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/dialogs/templates.css @@ -0,0 +1,84 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ + +.cke_tpl_list +{ + border: #dcdcdc 2px solid; + background-color: #ffffff; + overflow-y: auto; + overflow-x: hidden; + width: 100%; + height: 220px; +} + +.cke_tpl_item +{ + margin: 5px; + padding: 7px; + border: #eeeeee 1px solid; + *width: 88%; +} + +.cke_tpl_preview +{ + border-collapse: separate; + text-indent:0; + width: 100%; +} +.cke_tpl_preview td +{ + padding: 2px; + vertical-align: middle; +} +.cke_tpl_preview .cke_tpl_preview_img +{ + width: 100px; +} +.cke_tpl_preview span +{ + white-space: normal; +} + +.cke_tpl_title +{ + font-weight: bold; +} + +.cke_tpl_list a:hover .cke_tpl_item, +.cke_tpl_list a:focus .cke_tpl_item, +.cke_tpl_list a:active .cke_tpl_item +{ + border: #ff9933 1px solid; + background-color: #fffacd; +} + +.cke_tpl_list a:hover *, +.cke_tpl_list a:focus *, +.cke_tpl_list a:active * +{ + cursor: pointer; +} + +/* IE Quirks contextual selectors children will not get :hover transition until + the hover style of the link itself contains certain CSS declarations. */ +.cke_browser_quirks .cke_tpl_list a:active, +.cke_browser_quirks .cke_tpl_list a:hover, +.cke_browser_quirks .cke_tpl_list a:focus +{ + background-position: 0 0; +} + +.cke_hc .cke_tpl_list a:hover .cke_tpl_item, +.cke_hc .cke_tpl_list a:focus .cke_tpl_item, +.cke_hc .cke_tpl_list a:active .cke_tpl_item +{ + border-width: 3px; +} + +.cke_tpl_empty, .cke_tpl_loading +{ + text-align: center; + padding: 5px; +} diff --git a/public/assets/ckeditor/plugins/templates/dialogs/templates.js b/public/assets/ckeditor/plugins/templates/dialogs/templates.js new file mode 100644 index 0000000..7882263 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/dialogs/templates.js @@ -0,0 +1,10 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.dialog.add("templates",function(c){function r(a,b){var m=CKEDITOR.dom.element.createFromHtml('\x3ca href\x3d"javascript:void(0)" tabIndex\x3d"-1" role\x3d"option" \x3e\x3cdiv class\x3d"cke_tpl_item"\x3e\x3c/div\x3e\x3c/a\x3e'),d='\x3ctable style\x3d"width:350px;" class\x3d"cke_tpl_preview" role\x3d"presentation"\x3e\x3ctr\x3e';a.image&&b&&(d+='\x3ctd class\x3d"cke_tpl_preview_img"\x3e\x3cimg src\x3d"'+CKEDITOR.getUrl(b+a.image)+'"'+(CKEDITOR.env.ie6Compat?' onload\x3d"this.width\x3dthis.width"': +"")+' alt\x3d"" title\x3d""\x3e\x3c/td\x3e');d+='\x3ctd style\x3d"white-space:normal;"\x3e\x3cspan class\x3d"cke_tpl_title"\x3e'+a.title+"\x3c/span\x3e\x3cbr/\x3e";a.description&&(d+="\x3cspan\x3e"+a.description+"\x3c/span\x3e");d+="\x3c/td\x3e\x3c/tr\x3e\x3c/table\x3e";m.getFirst().setHtml(d);m.on("click",function(){t(a.html)});return m}function t(a){var b=CKEDITOR.dialog.getCurrent();b.getValueOf("selectTpl","chkInsertOpt")?(c.fire("saveSnapshot"),c.setData(a,function(){b.hide();var a=c.createRange(); +a.moveToElementEditStart(c.editable());a.select();setTimeout(function(){c.fire("saveSnapshot")},0)})):(c.insertHtml(a),b.hide())}function k(a){var b=a.data.getTarget(),c=g.equals(b);if(c||g.contains(b)){var d=a.data.getKeystroke(),f=g.getElementsByTag("a"),e;if(f){if(c)e=f.getItem(0);else switch(d){case 40:e=b.getNext();break;case 38:e=b.getPrevious();break;case 13:case 32:b.fire("click")}e&&(e.focus(),a.data.preventDefault())}}}var h=CKEDITOR.plugins.get("templates");CKEDITOR.document.appendStyleSheet(CKEDITOR.getUrl(h.path+ +"dialogs/templates.css"));var g,h="cke_tpl_list_label_"+CKEDITOR.tools.getNextNumber(),f=c.lang.templates,n=c.config;return{title:c.lang.templates.title,minWidth:CKEDITOR.env.ie?440:400,minHeight:340,contents:[{id:"selectTpl",label:f.title,elements:[{type:"vbox",padding:5,children:[{id:"selectTplText",type:"html",html:"\x3cspan\x3e"+f.selectPromptMsg+"\x3c/span\x3e"},{id:"templatesList",type:"html",focus:!0,html:'\x3cdiv class\x3d"cke_tpl_list" tabIndex\x3d"-1" role\x3d"listbox" aria-labelledby\x3d"'+ +h+'"\x3e\x3cdiv class\x3d"cke_tpl_loading"\x3e\x3cspan\x3e\x3c/span\x3e\x3c/div\x3e\x3c/div\x3e\x3cspan class\x3d"cke_voice_label" id\x3d"'+h+'"\x3e'+f.options+"\x3c/span\x3e"},{id:"chkInsertOpt",type:"checkbox",label:f.insertOption,"default":n.templates_replaceContent}]}]}],buttons:[CKEDITOR.dialog.cancelButton],onShow:function(){var a=this.getContentElement("selectTpl","templatesList");g=a.getElement();CKEDITOR.loadTemplates(n.templates_files,function(){var b=(n.templates||"default").split(","); +if(b.length){var c=g;c.setHtml("");for(var d=0,h=b.length;d<h;d++)for(var e=CKEDITOR.getTemplates(b[d]),k=e.imagesPath,e=e.templates,q=e.length,l=0;l<q;l++){var p=r(e[l],k);p.setAttribute("aria-posinset",l+1);p.setAttribute("aria-setsize",q);c.append(p)}a.focus()}else g.setHtml('\x3cdiv class\x3d"cke_tpl_empty"\x3e\x3cspan\x3e'+f.emptyListMsg+"\x3c/span\x3e\x3c/div\x3e")});this._.element.on("keydown",k)},onHide:function(){this._.element.removeListener("keydown",k)}}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/icons/hidpi/templates-rtl.png b/public/assets/ckeditor/plugins/templates/icons/hidpi/templates-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..9a263404144c32c03ea1effa04c9c9454fb6b639 GIT binary patch literal 1387 zcmZ`(eK^wz9RH13j4(N7)Fw?RZ05WjH8X5ePOQ9Kj+qr(3md1@E{4VBH4-P0NIIEB zU3yX?uS4RD7V=th*5$o0H-FwA_k5qv_wzj8=ks|!&-eSsH`UA2eJ2zF1pr_tnMCxK zGin>k5P9du#VyGR65`=b1h%%T<XJ_Ie4-Lb^5@DO;%$HkCWYq!0Gvc7I#d0c@B8+$ z^xd^(qoTj1q`}VG38a%Y#e;3MtDnCc$!#y+!prztVHrndz~!YpA1wk3(pDW|Kb7xM zvjr|R_}%5!Ydl#sosG_`zgjiI>u;96JrFJ)%|8Us5)|2vt&gsbie5`}E#-lDWsoTv z3{!s94FuCQ1%^X#I2|fH-l1U#?#xJ35xWjYp^{A0U%;2X@h&bn);$db)BNBqKs@tF z+NX5=@zdbqM?oT~bo0{cYSh&EWak?SC?HRBZG7hFK%Lu%HF(ikU6ER-{a(JNLI5i* zGn2mBU3fg;XTh-KX{H7en&>rqSd=E~NVN;AuUY&SGyeKg15ba<{2(0ukmBJ{tQ3Ok zYlVZI0ijqi{&p#Sei%nRdA-^OVg0nGMlM)Ab*BP*$OeK&r!1hIUI2#P*8VyxL5)?L z+{pOG&qlh>v3SkkY3WF@?VuPbJ2$5j$hHPbFuM}H_Y>OHNGfeHxAq&C%*Et#1l3}i zm^pM|VG0)igZ|uHWZ-oKm%GHieJn)<i^xs&%hDoHl*>7nsZa{*E@fJ~WpKvWnE5?Z z)bqx6aS@i%L8jIT{!|7)7!gKv%&1iLEeuAYklOTsFLN`-pM0ym=w~w;Zx#oYv&7Ql zU5xg$QLC#8InlLOY<{%tQh4wnVYbqgDeCSU5{Z~s`81(X)(||Ba&T4&O!O4ED-c*F zVyFI=#SeC8Y{H|WvhCDx>*Pm}H%KjKC`eNKe#j<zFw!7QBA`oZ>IBmbYi#zse3fUv zA{#&F&;%eiGiIGy!H&JUL=#qeDn*GN@Zly*q$U(Mw@uQ|5mA!X3SZ%#rrJFV_UT~& zkka!pv+^3@h50pTF|2!@J-o=v%Jm9JEK4ix>B~jjRBmqK9T9c<c6H@fow!vdiq=jt zR1dh1gQVgKMBcQ4Pk4jrAU-ampijE|&q|Y`e@`U?r4>;jc6m4g!MP}B&sxqtGE&<Y z6X9)2I-(3>_-p1VO@-kxF3IC1Zh{SlGm@M@_R;ahyRvetgDlGuG9{AQ3mgt2-c)`a zvmL-IZqPxCkb42i-e&#BG{Hj=^`!^=9g>T=$o9YRkFOlwb2yKlq1Z`Ipb26*{FyIN zWgt`BW>GKDr^iTzOcZ8%LqjD`5G8dGZ<hPUv;v7^LoC=wD5siLClnQt6jg98fy*zo z_wi6)2U^1KcK3wT1|*}W?;6qHxAEd9^E~Wj7M@LBdRDlAB6ZotZ`8aq>+epyn_rC@ zn7zS739A-C?~l}z!5u|o8hp{@Qf|_kBulR~zkm7qJ^s?HyAskw1*7+v`IG5To)Ro* z@wal+FJ<PcRN<tD1oG0O(WeY-_FY&PVL!U_BG4LN09!kBgQGVPc5)@zI(ST2RWiN) zM8iOd_*J!_Z^dzAQ|8prZERdo(fh1d7fV-@#jUD$d+uQOURla+!^6RLj*dy;k8>&~ zg#8LD>w`LWx3h~t!EUy1H$HB?v%?BU1c85~=YF~LQbhDQE!*89e^TgZSHI{`S~SCf z&SA(2u)<(*<`^4uD-0Ejb->s<V5|>dtQ;_ym5Dp#{}|X2q2Z^_|G(k#^F7OQgWh(6 qPsFL{SQ>``#Ky*2gr8+`>9k0OMFi(`q0|u}7Xf5fPhvG8nEx+9;Avq1 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/templates/icons/hidpi/templates.png b/public/assets/ckeditor/plugins/templates/icons/hidpi/templates.png new file mode 100644 index 0000000000000000000000000000000000000000..9a263404144c32c03ea1effa04c9c9454fb6b639 GIT binary patch literal 1387 zcmZ`(eK^wz9RH13j4(N7)Fw?RZ05WjH8X5ePOQ9Kj+qr(3md1@E{4VBH4-P0NIIEB zU3yX?uS4RD7V=th*5$o0H-FwA_k5qv_wzj8=ks|!&-eSsH`UA2eJ2zF1pr_tnMCxK zGin>k5P9du#VyGR65`=b1h%%T<XJ_Ie4-Lb^5@DO;%$HkCWYq!0Gvc7I#d0c@B8+$ z^xd^(qoTj1q`}VG38a%Y#e;3MtDnCc$!#y+!prztVHrndz~!YpA1wk3(pDW|Kb7xM zvjr|R_}%5!Ydl#sosG_`zgjiI>u;96JrFJ)%|8Us5)|2vt&gsbie5`}E#-lDWsoTv z3{!s94FuCQ1%^X#I2|fH-l1U#?#xJ35xWjYp^{A0U%;2X@h&bn);$db)BNBqKs@tF z+NX5=@zdbqM?oT~bo0{cYSh&EWak?SC?HRBZG7hFK%Lu%HF(ikU6ER-{a(JNLI5i* zGn2mBU3fg;XTh-KX{H7en&>rqSd=E~NVN;AuUY&SGyeKg15ba<{2(0ukmBJ{tQ3Ok zYlVZI0ijqi{&p#Sei%nRdA-^OVg0nGMlM)Ab*BP*$OeK&r!1hIUI2#P*8VyxL5)?L z+{pOG&qlh>v3SkkY3WF@?VuPbJ2$5j$hHPbFuM}H_Y>OHNGfeHxAq&C%*Et#1l3}i zm^pM|VG0)igZ|uHWZ-oKm%GHieJn)<i^xs&%hDoHl*>7nsZa{*E@fJ~WpKvWnE5?Z z)bqx6aS@i%L8jIT{!|7)7!gKv%&1iLEeuAYklOTsFLN`-pM0ym=w~w;Zx#oYv&7Ql zU5xg$QLC#8InlLOY<{%tQh4wnVYbqgDeCSU5{Z~s`81(X)(||Ba&T4&O!O4ED-c*F zVyFI=#SeC8Y{H|WvhCDx>*Pm}H%KjKC`eNKe#j<zFw!7QBA`oZ>IBmbYi#zse3fUv zA{#&F&;%eiGiIGy!H&JUL=#qeDn*GN@Zly*q$U(Mw@uQ|5mA!X3SZ%#rrJFV_UT~& zkka!pv+^3@h50pTF|2!@J-o=v%Jm9JEK4ix>B~jjRBmqK9T9c<c6H@fow!vdiq=jt zR1dh1gQVgKMBcQ4Pk4jrAU-ampijE|&q|Y`e@`U?r4>;jc6m4g!MP}B&sxqtGE&<Y z6X9)2I-(3>_-p1VO@-kxF3IC1Zh{SlGm@M@_R;ahyRvetgDlGuG9{AQ3mgt2-c)`a zvmL-IZqPxCkb42i-e&#BG{Hj=^`!^=9g>T=$o9YRkFOlwb2yKlq1Z`Ipb26*{FyIN zWgt`BW>GKDr^iTzOcZ8%LqjD`5G8dGZ<hPUv;v7^LoC=wD5siLClnQt6jg98fy*zo z_wi6)2U^1KcK3wT1|*}W?;6qHxAEd9^E~Wj7M@LBdRDlAB6ZotZ`8aq>+epyn_rC@ zn7zS739A-C?~l}z!5u|o8hp{@Qf|_kBulR~zkm7qJ^s?HyAskw1*7+v`IG5To)Ro* z@wal+FJ<PcRN<tD1oG0O(WeY-_FY&PVL!U_BG4LN09!kBgQGVPc5)@zI(ST2RWiN) zM8iOd_*J!_Z^dzAQ|8prZERdo(fh1d7fV-@#jUD$d+uQOURla+!^6RLj*dy;k8>&~ zg#8LD>w`LWx3h~t!EUy1H$HB?v%?BU1c85~=YF~LQbhDQE!*89e^TgZSHI{`S~SCf z&SA(2u)<(*<`^4uD-0Ejb->s<V5|>dtQ;_ym5Dp#{}|X2q2Z^_|G(k#^F7OQgWh(6 qPsFL{SQ>``#Ky*2gr8+`>9k0OMFi(`q0|u}7Xf5fPhvG8nEx+9;Avq1 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/templates/icons/templates-rtl.png b/public/assets/ckeditor/plugins/templates/icons/templates-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..202b6045fc70e78d2acdb18dea6547fdeb652148 GIT binary patch literal 639 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i;|xz1#}JFty_0?W9vKL<#@{^l({Vw=roObZygMS_x7|Lgo58IZ z*1;jtDRBE~q)A!3nzFB_s%qJ%SF6L#B$ETCsjgaeD97w@h=K9C>)N~4H5c<Kwro*v z5s1*6ej$ooX_k-X)4Z)w3s-4rEOl_X&*Z|Q$YM5|*NG!PbM4U@yZ;J{?j~)l5DpaF z_}Yr+u*37ul7|gkY)pJVpO*N%JaZPmk`qVb^Erp#mNkEuQ(6>}eeleOd(ATsp4o6M zY5)D%yVh-QKfLhlXPb#0n)|zYSX%@Fyd1N8ZO#XZux`0#A=kfb-Rrk6OR^aMObcr2 zaBzv&6%d>u>BJ%8+PFz);Z{GlueJTBpC(;<{dL>A*Z%KoZv}rmSk14gdTNu)wAA~> zRmc9;sXw11*~WNgj@wL*MXLmu6j^?0KA6)yMd-{QBRA3bHCtEeD{%=kxwve&rX)63 zrQ%%uB!z9iiY6SBb7@?8S)y7_`iGN%eTCE)w+|II$5`)iK1!OFI$2z6U4K0r!_hM@ ze%md4Y`^IJZxgSFbDVE)n=Jk^{^qt^qp$kGXC>FRcyw$5Mx1JiYeY#(Vo9o1a#1Rf zVlXl=G}bjR*EKK+F*LU_Fa{!R10yQ~1K%aPfsu-&AvZrIGp!Q02AiMEM}Qh6K{f>E rr<If^7Ns(jmzV2h=4BTrCl;jY<rk&TerF>ERK(!v>gTe~DWM4fT3G<T literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/templates/icons/templates.png b/public/assets/ckeditor/plugins/templates/icons/templates.png new file mode 100644 index 0000000000000000000000000000000000000000..202b6045fc70e78d2acdb18dea6547fdeb652148 GIT binary patch literal 639 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i;|xz1#}JFty_0?W9vKL<#@{^l({Vw=roObZygMS_x7|Lgo58IZ z*1;jtDRBE~q)A!3nzFB_s%qJ%SF6L#B$ETCsjgaeD97w@h=K9C>)N~4H5c<Kwro*v z5s1*6ej$ooX_k-X)4Z)w3s-4rEOl_X&*Z|Q$YM5|*NG!PbM4U@yZ;J{?j~)l5DpaF z_}Yr+u*37ul7|gkY)pJVpO*N%JaZPmk`qVb^Erp#mNkEuQ(6>}eeleOd(ATsp4o6M zY5)D%yVh-QKfLhlXPb#0n)|zYSX%@Fyd1N8ZO#XZux`0#A=kfb-Rrk6OR^aMObcr2 zaBzv&6%d>u>BJ%8+PFz);Z{GlueJTBpC(;<{dL>A*Z%KoZv}rmSk14gdTNu)wAA~> zRmc9;sXw11*~WNgj@wL*MXLmu6j^?0KA6)yMd-{QBRA3bHCtEeD{%=kxwve&rX)63 zrQ%%uB!z9iiY6SBb7@?8S)y7_`iGN%eTCE)w+|II$5`)iK1!OFI$2z6U4K0r!_hM@ ze%md4Y`^IJZxgSFbDVE)n=Jk^{^qt^qp$kGXC>FRcyw$5Mx1JiYeY#(Vo9o1a#1Rf zVlXl=G}bjR*EKK+F*LU_Fa{!R10yQ~1K%aPfsu-&AvZrIGp!Q02AiMEM}Qh6K{f>E rr<If^7Ns(jmzV2h=4BTrCl;jY<rk&TerF>ERK(!v>gTe~DWM4fT3G<T literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/templates/lang/af.js b/public/assets/ckeditor/plugins/templates/lang/af.js new file mode 100644 index 0000000..3d31c9f --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","af",{button:"Sjablone",emptyListMsg:"(Geen sjablone gedefineer nie)",insertOption:"Vervang huidige inhoud",options:"Sjabloon opsies",selectPromptMsg:"Kies die sjabloon om te gebruik in die redigeerder (huidige inhoud gaan verlore):",title:"Inhoud Sjablone"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/ar.js b/public/assets/ckeditor/plugins/templates/lang/ar.js new file mode 100644 index 0000000..b4d6e74 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ar",{button:"اÙÙÙØ§Ùب",emptyListMsg:"(ÙÙ ÙØªÙ تعرÙÙ Ø£Ù ÙØ§Ùب)",insertOption:"استبدا٠اÙÙ ØØªÙÙ",options:"خصائص اÙÙÙØ§Ùب",selectPromptMsg:"اختر اÙÙØ§Ùب Ø§ÙØ°Ù ØªÙØ¯ ÙØ¶Ø¹Ù Ù٠اÙÙ ØØ±Ø±",title:"ÙÙØ§Ùب اÙÙ ØØªÙÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/bg.js b/public/assets/ckeditor/plugins/templates/lang/bg.js new file mode 100644 index 0000000..497b616 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","bg",{button:"Шаблони",emptyListMsg:"(ÐÑма деÑиниÑани Ñаблони)",insertOption:"ÐÑепокÑива акÑÑалноÑо ÑÑдÑÑжание",options:"ÐпÑии за Ñаблона",selectPromptMsg:"ÐзбеÑеÑе Ñаблон \x3cbr\x3e(ÑекÑÑоÑо ÑÑдÑÑжание на ÑедакÑоÑа Ñе бÑде загÑбено):",title:"Шаблони"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/bn.js b/public/assets/ckeditor/plugins/templates/lang/bn.js new file mode 100644 index 0000000..839d773 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","bn",{button:"à¦à§à¦®à¦ªà§à¦²à§à¦",emptyListMsg:"(à¦à§à¦¨ à¦à§à¦®à¦ªà§à¦²à§à¦ ডিফাà¦à¦¨ à¦à¦°à¦¾ নà§à¦)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"ঠনà§à¦à§à¦°à¦¹ à¦à¦°à§ à¦à¦¡à¦¿à¦à¦°à§ à¦à¦ªà§à¦¨ à¦à¦°à¦¾à¦° à¦à¦¨à§à¦¯ à¦à§à¦®à¦ªà§à¦²à§à¦ বাà¦à¦¾à¦ à¦à¦°à§à¦¨\x3cbr\x3e(à¦à¦¸à¦² à¦à¦¨à¦à§à¦¨à§à¦ হারিà§à§ যাবà§):",title:"à¦à¦¨à¦à§à¦¨à§à¦ à¦à§à¦®à¦ªà§à¦²à§à¦"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/bs.js b/public/assets/ckeditor/plugins/templates/lang/bs.js new file mode 100644 index 0000000..09cfcd7 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","bs",{button:"Templates",emptyListMsg:"(No templates defined)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"Please select the template to open in the editor",title:"Content Templates"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/ca.js b/public/assets/ckeditor/plugins/templates/lang/ca.js new file mode 100644 index 0000000..96fb943 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ca",{button:"Plantilles",emptyListMsg:"(No hi ha plantilles definides)",insertOption:"Reemplaça el contingut actual",options:"Opcions de plantilla",selectPromptMsg:"Seleccioneu una plantilla per usar a l'editor\x3cbr\x3e(per defecte s'elimina el contingut actual):",title:"Plantilles de contingut"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/cs.js b/public/assets/ckeditor/plugins/templates/lang/cs.js new file mode 100644 index 0000000..da340bf --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","cs",{button:"Å ablony",emptyListMsg:"(Nenà definována žádná Å¡ablona)",insertOption:"Nahradit aktuálnà obsah",options:"Nastavenà šablon",selectPromptMsg:"ProsÃm zvolte Å¡ablonu pro otevÅenà v editoru\x3cbr\x3e(aktuálnà obsah editoru bude ztracen):",title:"Å ablony obsahu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/cy.js b/public/assets/ckeditor/plugins/templates/lang/cy.js new file mode 100644 index 0000000..86896b0 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","cy",{button:"Templedi",emptyListMsg:"(Dim templedi wedi'u diffinio)",insertOption:"Amnewid y cynnwys go iawn",options:"Opsiynau Templedi",selectPromptMsg:"Dewiswch dempled i'w agor yn y golygydd",title:"Templedi Cynnwys"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/da.js b/public/assets/ckeditor/plugins/templates/lang/da.js new file mode 100644 index 0000000..a7505cc --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","da",{button:"Skabeloner",emptyListMsg:"(Der er ikke defineret nogen skabelon)",insertOption:"Erstat det faktiske indhold",options:"Skabelon muligheder",selectPromptMsg:"Vælg den skabelon, som skal Ã¥bnes i editoren (nuværende indhold vil blive overskrevet):",title:"Indholdsskabeloner"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/de-ch.js b/public/assets/ckeditor/plugins/templates/lang/de-ch.js new file mode 100644 index 0000000..1baaf4c --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","de-ch",{button:"Vorlagen",emptyListMsg:"(Keine Vorlagen definiert)",insertOption:"Aktuelle Inhalte ersetzen",options:"Vorlagenoptionen",selectPromptMsg:"Klicken Sie auf eine Vorlage, um sie im Editor zu öffnen",title:"Inhaltsvorlagen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/de.js b/public/assets/ckeditor/plugins/templates/lang/de.js new file mode 100644 index 0000000..14b8b37 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","de",{button:"Vorlagen",emptyListMsg:"(Keine Vorlagen definiert)",insertOption:"Aktuelle Inhalte ersetzen",options:"Vorlagenoptionen",selectPromptMsg:"Klicken Sie auf eine Vorlage, um sie im Editor zu öffnen",title:"Inhaltsvorlagen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/el.js b/public/assets/ckeditor/plugins/templates/lang/el.js new file mode 100644 index 0000000..ca7464d --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","el",{button:"Î ÏÏÏÏ Ïα",emptyListMsg:"(Îεν ÎÏÎ¿Ï Î½ καθοÏιÏÏεί ÏÏÏÏÏ Ïα)",insertOption:"ÎνÏικαÏάÏÏαÏη Ï ÏάÏÏονÏÏν ÏεÏιεÏομÎνÏν",options:"ÎÏιλογÎÏ Î ÏοÏÏÏÎ¿Ï ",selectPromptMsg:"ΠαÏÎ±ÎºÎ±Î»Ï ÎµÏιλÎξÏε ÏÏÏÏÏ Ïο για ειÏαγÏγή ÏÏο ÏÏÏγÏαμμα",title:"Î ÏÏÏÏ Ïα ΠεÏιεÏομÎÎ½Î¿Ï "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/en-au.js b/public/assets/ckeditor/plugins/templates/lang/en-au.js new file mode 100644 index 0000000..65e5433 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","en-au",{button:"Templates",emptyListMsg:"(No templates defined)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"Please select the template to open in the editor",title:"Content Templates"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/en-ca.js b/public/assets/ckeditor/plugins/templates/lang/en-ca.js new file mode 100644 index 0000000..5472454 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","en-ca",{button:"Templates",emptyListMsg:"(No templates defined)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"Please select the template to open in the editor",title:"Content Templates"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/en-gb.js b/public/assets/ckeditor/plugins/templates/lang/en-gb.js new file mode 100644 index 0000000..ec9a7fd --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","en-gb",{button:"Templates",emptyListMsg:"(No templates defined)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"Please select the template to open in the editor",title:"Content Templates"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/en.js b/public/assets/ckeditor/plugins/templates/lang/en.js new file mode 100644 index 0000000..c5fef88 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","en",{button:"Templates",emptyListMsg:"(No templates defined)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"Please select the template to open in the editor",title:"Content Templates"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/eo.js b/public/assets/ckeditor/plugins/templates/lang/eo.js new file mode 100644 index 0000000..5d5afe6 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","eo",{button:"Åablonoj",emptyListMsg:"(Neniu Åablono difinita)",insertOption:"AnstataÅigi la nunan enhavon",options:"Opcioj pri Åablonoj",selectPromptMsg:"Bonvolu selekti la Åablonon por malfermi Äin en la redaktilo",title:"Enhavo de Åablonoj"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/es.js b/public/assets/ckeditor/plugins/templates/lang/es.js new file mode 100644 index 0000000..b958645 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","es",{button:"Plantillas",emptyListMsg:"(No hay plantillas definidas)",insertOption:"Reemplazar el contenido actual",options:"Opciones de plantillas",selectPromptMsg:"Por favor selecciona la plantilla a abrir en el editor\x3cbr\x3e(el contenido actual se perderá):",title:"Contenido de Plantillas"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/et.js b/public/assets/ckeditor/plugins/templates/lang/et.js new file mode 100644 index 0000000..04d844c --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","et",{button:"Mall",emptyListMsg:"(Ãhtegi malli ei ole defineeritud)",insertOption:"Praegune sisu asendatakse",options:"Malli valikud",selectPromptMsg:"Palun vali mall, mis avada redaktoris\x3cbr /\x3e(praegune sisu läheb kaotsi):",title:"Sisumallid"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/eu.js b/public/assets/ckeditor/plugins/templates/lang/eu.js new file mode 100644 index 0000000..93f1ff2 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","eu",{button:"Txantiloiak",emptyListMsg:"(Ez dago txantiloirik definituta)",insertOption:"Ordeztu uneko edukiak",options:"Txantiloi aukerak",selectPromptMsg:"Mesedez hautatu txantiloia editorean irekitzeko",title:"Eduki txantiloiak"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/fa.js b/public/assets/ckeditor/plugins/templates/lang/fa.js new file mode 100644 index 0000000..b7a94ba --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","fa",{button:"اÙÚ¯ÙÙØ§",emptyListMsg:"(اÙÚ¯ÙØ¦Û تعرÛÙ ÙØ´Ø¯Ù است)",insertOption:"Ù ØØªÙÛØ§Øª Ú©ÙÙÙÛ Ø¬Ø§ÛگزÛÙ Ø´ÙÙØ¯",options:"گزÛÙÙâÙØ§Û اÙÚ¯Ù",selectPromptMsg:"ÙØ·Ùا٠اÙÚ¯ÙÛ Ù ÙØ±Ø¯ ÙØ¸Ø± را Ø¨Ø±Ø§Û Ø¨Ø§Ø²Ú©Ø±Ø¯Ù Ø¯Ø± ÙÛØ±Ø§Ûشگر Ø§ÙØªØ®Ø§Ø¨ Ú©ÙÛØ¯",title:"اÙÚ¯ÙÙØ§Û Ù ØØªÙÛØ§Øª"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/fi.js b/public/assets/ckeditor/plugins/templates/lang/fi.js new file mode 100644 index 0000000..e58e9e4 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","fi",{button:"Pohjat",emptyListMsg:"(Ei määriteltyjä pohjia)",insertOption:"Korvaa koko sisältö",options:"Sisältöpohjan ominaisuudet",selectPromptMsg:"Valitse editoriin avattava pohja",title:"Sisältöpohjat"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/fo.js b/public/assets/ckeditor/plugins/templates/lang/fo.js new file mode 100644 index 0000000..b140085 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","fo",{button:"Skabelónir",emptyListMsg:"(Ongar skabelónir tøkar)",insertOption:"Yvirskriva núverandi innihald",options:"Møguleikar fyri Template",selectPromptMsg:"Vinarliga vel ta skabelón, ið skal opnast à tekstviðgeranum\x3cbr\x3e(Hetta yvirskrivar núverandi innihald):",title:"Innihaldsskabelónir"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/fr-ca.js b/public/assets/ckeditor/plugins/templates/lang/fr-ca.js new file mode 100644 index 0000000..91003fc --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","fr-ca",{button:"Modèles",emptyListMsg:"(Aucun modèle disponible)",insertOption:"Remplacer tout le contenu actuel",options:"Options de modèles",selectPromptMsg:"Sélectionner le modèle à ouvrir dans l'éditeur",title:"Modèles de contenu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/fr.js b/public/assets/ckeditor/plugins/templates/lang/fr.js new file mode 100644 index 0000000..48cb6d3 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","fr",{button:"Modèles",emptyListMsg:"(Aucun modèle disponible)",insertOption:"Remplacer le contenu actuel",options:"Options des modèles",selectPromptMsg:"Veuillez sélectionner le modèle pour l'ouvrir dans l'éditeur",title:"Contenu des modèles"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/gl.js b/public/assets/ckeditor/plugins/templates/lang/gl.js new file mode 100644 index 0000000..24483d1 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","gl",{button:"Modelos",emptyListMsg:"(Non hai modelos definidos)",insertOption:"SubstituÃr o contido actual",options:"Opcións de modelos",selectPromptMsg:"Seleccione o modelo a abrir no editor",title:"Modelos de contido"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/gu.js b/public/assets/ckeditor/plugins/templates/lang/gu.js new file mode 100644 index 0000000..ae12196 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","gu",{button:"àªà«àª®à«àªªà«àª²à«àª",emptyListMsg:"(àªà«àª àªà«àª®à«àªªà«àª²à«àª ડિફાàªàª¨ નથà«)",insertOption:"મà«àª³ શબà«àª¦àª¨à« બદલà«",options:"àªà«àª®à«àªªà«àª²à«àªàª¨àª¾ વિàªàª²à«àªªà«",selectPromptMsg:"àªàª¡àª¿àªàª°àª®àª¾àª àªàªªàª¨ àªàª°àªµàª¾ àªà«àª®à«àªªà«àª²à«àª પસàªàª¦ àªàª°à« (વરà«àª¤àª®àª¾àª¨ àªàª¨à«àªà«àª¨à«àª સà«àªµ નહà«àª થાય):",title:"àªàª¨à«àªà«àª¨à«àª àªà«àª®à«àªªà«àª²à«àª"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/he.js b/public/assets/ckeditor/plugins/templates/lang/he.js new file mode 100644 index 0000000..3c23673 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","he",{button:"ת×× ××ת",emptyListMsg:"(×× ×××××¨× ×ª×× ××ת)",insertOption:"×××פת ת××× ××ש×",options:"×פשר×××ת ×ת×× ××ת",selectPromptMsg:"×ש ××××ר ת×× ×ת ×פת××× ××¢×ר×.\x3cbr /\x3e×ת××× ×××§××¨× ××××§:",title:"ת×××ת ת×××"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/hi.js b/public/assets/ckeditor/plugins/templates/lang/hi.js new file mode 100644 index 0000000..246bfe0 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","hi",{button:"à¤à¥ मà¥à¤ªà¥à¤²à¥à¤",emptyListMsg:"(à¤à¥à¤ à¤à¥ मà¥à¤ªà¥à¤²à¥à¤ डिà¥à¤¾à¤à¤¨ नहà¥à¤ à¤à¤¿à¤¯à¤¾ à¤à¤¯à¤¾ हà¥)",insertOption:"मà¥à¤² शबà¥à¤¦à¥à¤ à¤à¥ बदलà¥à¤",options:"Template Options",selectPromptMsg:"à¤à¤¡à¤¿à¤à¤° मà¥à¤ à¤à¤ªà¤¨ à¤à¤°à¤¨à¥ हà¥à¤¤à¥ à¤à¥ मà¥à¤ªà¥à¤²à¥à¤ à¤à¥à¤¨à¥à¤(वरà¥à¤¤à¤®à¤¾à¤¨ à¤à¤¨à¥à¤à¥ नà¥à¤ सà¥à¤µ नहà¥à¤ हà¥à¤à¤à¥):",title:"à¤à¤¨à¥à¤à¥à¤¨à¥à¤ à¤à¥ मà¥à¤ªà¥à¤²à¥à¤"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/hr.js b/public/assets/ckeditor/plugins/templates/lang/hr.js new file mode 100644 index 0000000..336e4cf --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","hr",{button:"PredloÅ¡ci",emptyListMsg:"(Nema definiranih predložaka)",insertOption:"Zamijeni trenutne sadržaje",options:"Opcije predložaka",selectPromptMsg:"Molimo odaberite predložak koji želite otvoriti\x3cbr\x3e(stvarni sadržaj Äe biti izgubljen):",title:"PredloÅ¡ci sadržaja"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/hu.js b/public/assets/ckeditor/plugins/templates/lang/hu.js new file mode 100644 index 0000000..8bcb667 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","hu",{button:"Sablonok",emptyListMsg:"(Nincs sablon megadva)",insertOption:"Kicseréli a jelenlegi tartalmat",options:"Sablon opciók",selectPromptMsg:"Válassza ki melyik sablon nyÃljon meg a szerkesztÅben\x3cbr\x3e(a jelenlegi tartalom elveszik):",title:"ElérhetÅ sablonok"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/id.js b/public/assets/ckeditor/plugins/templates/lang/id.js new file mode 100644 index 0000000..8dc86b0 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","id",{button:"Contoh",emptyListMsg:"(Tidak ada contoh didefinisikan)",insertOption:"Ganti konten sebenarnya",options:"Opsi Contoh",selectPromptMsg:"Mohon pilih contoh untuk dibuka di editor",title:"Contoh Konten"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/is.js b/public/assets/ckeditor/plugins/templates/lang/is.js new file mode 100644 index 0000000..563be9c --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","is",{button:"Sniðmát",emptyListMsg:"(Ekkert sniðmát er skilgreint!)",insertOption:"Skipta út raunverulegu innihaldi",options:"Template Options",selectPromptMsg:"Veldu sniðmát til að opna à ritlinum.\x3cbr\x3e(Núverandi innihald vÃkur fyrir þvÃ!):",title:"Innihaldssniðmát"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/it.js b/public/assets/ckeditor/plugins/templates/lang/it.js new file mode 100644 index 0000000..c3303ce --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","it",{button:"Modelli",emptyListMsg:"(Nessun modello definito)",insertOption:"Cancella il contenuto corrente",options:"Opzioni del Modello",selectPromptMsg:"Seleziona il modello da aprire nell'editor",title:"Contenuto dei modelli"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/ja.js b/public/assets/ckeditor/plugins/templates/lang/ja.js new file mode 100644 index 0000000..7757a9d --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ja",{button:"ãã³ãã¬ã¼ã",emptyListMsg:"(ãã³ãã¬ã¼ããå®ç¾©ããã¦ãã¾ãã)",insertOption:"ç¾å¨ã®ã¨ãã£ã¿ã®å 容ã¨ç½®ãæãã¾ã",options:"ãã³ãã¬ã¼ããªãã·ã§ã³",selectPromptMsg:"ã¨ãã£ã¿ã¼ã§ä½¿ç¨ãããã³ãã¬ã¼ãã鏿ãã¦ãã ããã\x3cbr\x3e(ç¾å¨ã®ã¨ãã£ã¿ã®å 容ã¯å¤±ããã¾ã):",title:"å 容ãã³ãã¬ã¼ã"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/ka.js b/public/assets/ckeditor/plugins/templates/lang/ka.js new file mode 100644 index 0000000..5864b75 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ka",{button:"ááá áááá",emptyListMsg:"(ááá áá áá áá áááá¡ááá¦áá á£áá)",insertOption:"áááááááá á á¨áááááá¡áá¡ á¨ááªááá",options:"ááá ááááá¡ ááá áááá¢á ááá",selectPromptMsg:"ááá á©ááá ááá áá á áááá¥á¢áá áá¡áááá¡",title:"ááá áááá"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/km.js b/public/assets/ckeditor/plugins/templates/lang/km.js new file mode 100644 index 0000000..14a0cf0 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","km",{button:"áá»áááâáááá¼",emptyListMsg:"(áá·áâáá¶áâáá»áááâáááá¼âáááá¼áâáá¶áâááááá)",insertOption:"áááá½áâáááá»áâáá¶áá·áá¶âáá áá á»áááááá",options:"ááááá¾áâáá»áááâáááá¼",selectPromptMsg:"áá¼áâáá¾áâáá»áááâáááá¼âáá¾áááá¸âáá¾áâáááá»áâáááááá·áá¸âáááááâá¢ááááá",title:"áá»áááâáááá¼âáá¶áá·áá¶"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/ko.js b/public/assets/ckeditor/plugins/templates/lang/ko.js new file mode 100644 index 0000000..692bf37 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ko",{button:"í í릿",emptyListMsg:"(í íë¦¿ì´ ììµëë¤)",insertOption:"íì¬ ë´ì© ë°ê¾¸ê¸°",options:"í í릿 ìµì ",selectPromptMsg:"ìëí°ìì ì¬ì©í í í릿ì ì ííììì¤",title:"ë´ì© í í릿"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/ku.js b/public/assets/ckeditor/plugins/templates/lang/ku.js new file mode 100644 index 0000000..a5bda7d --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ku",{button:"ÚÙÙکار",emptyListMsg:"(ÙÛÚ ÚÙÙکارÛÙ Ø¯ÛØ§Ø±ÛÙÛکراÙÛ)",insertOption:"ÙÛ Ø´ÙÛÙ Ø¯Ø§ÙØ§ÙÛ Ø¦ÛÙ Ù¾ÛÚ©ÙØ§ØªØ§ÙÛÛ Ø¦ÛØ³ØªØ§",options:"ÙÛÚµØ¨ÚØ§Ø±Ø¯ÛکاÙÛ ÚÙÙکار",selectPromptMsg:"ÚÙÙکارÛÙ ÙÛڵبÚÛØ±Ù Ø¨Û Ú©Ø±Ø¯ÙÛÙÛÛ ÙÙ Ø³ÛØ±ÙÙÙØ³Ûر:",title:"Ù¾ÛÚ©ÙØ§ØªÛÛ ÚÙÙکار"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/lt.js b/public/assets/ckeditor/plugins/templates/lang/lt.js new file mode 100644 index 0000000..5ea51d5 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","lt",{button:"Å ablonai",emptyListMsg:"(Å ablonų sÄ raÅ¡as tuÅ¡Äias)",insertOption:"Pakeisti dabartinį turinį pasirinktu Å¡ablonu",options:"Template Options",selectPromptMsg:"Pasirinkite norimÄ Å¡ablonÄ \x3cbr\x3e(\x3cb\x3eDÄmesio!\x3c/b\x3e esamas turinys bus prarastas):",title:"Turinio Å¡ablonai"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/lv.js b/public/assets/ckeditor/plugins/templates/lang/lv.js new file mode 100644 index 0000000..259f9ad --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","lv",{button:"Sagataves",emptyListMsg:"(Nav norÄdÄ«tas sagataves)",insertOption:"Aizvietot paÅ¡reizÄjo saturu",options:"Sagataves uzstÄdÄ«jumi",selectPromptMsg:"LÅ«dzu, norÄdiet sagatavi, ko atvÄrt editorÄ\x3cbr\x3e(patreizÄjie dati tiks zaudÄti):",title:"Satura sagataves"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/mk.js b/public/assets/ckeditor/plugins/templates/lang/mk.js new file mode 100644 index 0000000..ade20ea --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","mk",{button:"Templates",emptyListMsg:"(No templates defined)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"Please select the template to open in the editor",title:"Content Templates"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/mn.js b/public/assets/ckeditor/plugins/templates/lang/mn.js new file mode 100644 index 0000000..ea7b26f --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","mn",{button:"ÐагваÑÑÑд",emptyListMsg:"(ÐÐ°Ð³Ð²Ð°Ñ ÑодоÑÑ Ð¾Ð¹Ð»Ð¾Ð³Ð´Ð¾Ð¾Ð³Ò¯Ð¹ байна)",insertOption:"Ðдоогийн агÑÑллагÑг даÑж биÑÐ¸Ñ ",options:"Template Options",selectPromptMsg:"ÐагваÑÑг нÑÑж editor-ÑÒ¯Ò¯ Ñонгож оÑÑÑлна ÑÑ\x3cbr /\x3e(Ðдоогийн агÑÑллагÑг ÑÑÑаж магадгүй):",title:"ÐагваÑÑн агÑÑлга"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/ms.js b/public/assets/ckeditor/plugins/templates/lang/ms.js new file mode 100644 index 0000000..ee9b98d --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ms",{button:"Templat",emptyListMsg:"(Tiada Templat Disimpan)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"Sila pilih templat untuk dibuka oleh editor\x3cbr\x3e(kandungan sebenar akan hilang):",title:"Templat Kandungan"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/nb.js b/public/assets/ckeditor/plugins/templates/lang/nb.js new file mode 100644 index 0000000..5260dc8 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","nb",{button:"Maler",emptyListMsg:"(Ingen maler definert)",insertOption:"Erstatt gjeldende innhold",options:"Alternativer for mal",selectPromptMsg:"Velg malen du vil Ã¥pne i redigeringsverktøyet:",title:"Innholdsmaler"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/nl.js b/public/assets/ckeditor/plugins/templates/lang/nl.js new file mode 100644 index 0000000..a752e4b --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","nl",{button:"Sjablonen",emptyListMsg:"(Geen sjablonen gedefinieerd)",insertOption:"Vervang de huidige inhoud",options:"Template opties",selectPromptMsg:"Selecteer het sjabloon dat in de editor geopend moet worden (de actuele inhoud gaat verloren):",title:"Inhoud sjablonen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/no.js b/public/assets/ckeditor/plugins/templates/lang/no.js new file mode 100644 index 0000000..cf5948b --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","no",{button:"Maler",emptyListMsg:"(Ingen maler definert)",insertOption:"Erstatt gjeldende innhold",options:"Alternativer for mal",selectPromptMsg:"Velg malen du vil Ã¥pne i redigeringsverktøyet:",title:"Innholdsmaler"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/pl.js b/public/assets/ckeditor/plugins/templates/lang/pl.js new file mode 100644 index 0000000..2977ee7 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","pl",{button:"Szablony",emptyListMsg:"(Brak zdefiniowanych szablonów)",insertOption:"ZastÄ p obecnÄ zawartoÅÄ",options:"Opcje szablonów",selectPromptMsg:"Wybierz szablon do otwarcia w edytorze\x3cbr\x3e(obecna zawartoÅÄ okna edytora zostanie utracona):",title:"Szablony zawartoÅci"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/pt-br.js b/public/assets/ckeditor/plugins/templates/lang/pt-br.js new file mode 100644 index 0000000..0177832 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","pt-br",{button:"Modelos de layout",emptyListMsg:"(Não foram definidos modelos de layout)",insertOption:"Substituir o conteúdo atual",options:"Opções de Template",selectPromptMsg:"Selecione um modelo de layout para ser aberto no editor\x3cbr\x3e(o conteúdo atual será perdido):",title:"Modelo de layout de conteúdo"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/pt.js b/public/assets/ckeditor/plugins/templates/lang/pt.js new file mode 100644 index 0000000..20135d3 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","pt",{button:"Modelos",emptyListMsg:"(Sem modelos definidos)",insertOption:"Substituir conteúdos atuais",options:"Opções do modelo",selectPromptMsg:"Por favor, selecione o modelo para abrir no editor",title:"Conteúdo dos Modelos"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/ro.js b/public/assets/ckeditor/plugins/templates/lang/ro.js new file mode 100644 index 0000000..b652c40 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ro",{button:"Template-uri (Åabloane)",emptyListMsg:"(Niciun template (Åablon) definit)",insertOption:"ÃnlocuieÅte cuprinsul actual",options:"OpÈiuni Èabloane",selectPromptMsg:"VÄ rugÄm selectaÅ£i template-ul (Åablonul) ce se va deschide în editor\x3cbr\x3e(conÅ£inutul actual va fi pierdut):",title:"Template-uri (Åabloane) de conÅ£inut"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/ru.js b/public/assets/ckeditor/plugins/templates/lang/ru.js new file mode 100644 index 0000000..201fa65 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ru",{button:"ШаблонÑ",emptyListMsg:"(не опÑеделено ни одного Ñаблона)",insertOption:"ÐамениÑÑ ÑекÑÑее ÑодеÑжимое",options:"ÐаÑамеÑÑÑ Ñаблона",selectPromptMsg:"ÐожалÑйÑÑа, вÑбеÑиÑе, какой Ñаблон ÑледÑÐµÑ Ð¾ÑкÑÑÑÑ Ð² ÑедакÑоÑе",title:"Ð¨Ð°Ð±Ð»Ð¾Ð½Ñ ÑодеÑжимого"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/si.js b/public/assets/ckeditor/plugins/templates/lang/si.js new file mode 100644 index 0000000..dc4ea69 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","si",{button:"à¶ à¶ à·à¶ à·à·",emptyListMsg:"à¶à·à·à·à¶¸ à¶ à¶ à·à¶ à·à·à¶à· à¶à¶½à·à¶±à· à¶à·à¶»à¶«à¶º à¶à¶» ",insertOption:"à·à¶à·âය à¶ à¶±à·à¶à¶»à·à¶à¶à¶ºà¶±à· à¶´à·âà¶»à¶à·à·à·à¶®à·à¶´à¶±à¶º à¶à¶»à¶±à·à¶±",options:"à¶ à¶ à·à¶ à· ",selectPromptMsg:"à¶à¶»à·à¶«à·à¶à¶» à·à¶à·à·à¶à¶»à¶«à¶º à·à¶¯à·à· à¶ à¶ à·à¶ à·à·à¶à· ",title:"à¶ à¶±à·à¶à¶»à·à¶à¶à· à¶ à¶ à·à¶ à·à¶±à·"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/sk.js b/public/assets/ckeditor/plugins/templates/lang/sk.js new file mode 100644 index 0000000..60f3366 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","sk",{button:"Å ablóny",emptyListMsg:"(Žiadne Å¡ablóny nedefinované)",insertOption:"NahradiÅ¥ aktuálny obsah",options:"Možnosti Å¡ablóny",selectPromptMsg:"ProsÃm vyberte Å¡ablónu na otvorenie v editore",title:"Å ablóny obsahu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/sl.js b/public/assets/ckeditor/plugins/templates/lang/sl.js new file mode 100644 index 0000000..9df01a0 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","sl",{button:"Predloge",emptyListMsg:"(Ni pripravljenih predlog)",insertOption:"Zamenjaj trenutno vsebino",options:"Možnosti Predloge",selectPromptMsg:"Izberite predlogo, ki jo želite odpreti v urejevalniku\x3cbr\x3e(trenutna vsebina bo izgubljena):",title:"Vsebinske predloge"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/sq.js b/public/assets/ckeditor/plugins/templates/lang/sq.js new file mode 100644 index 0000000..f10c387 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","sq",{button:"Shabllonet",emptyListMsg:"(Asnjë shabllon nuk është paradefinuar)",insertOption:"Zëvendëso përmbajtjen aktuale",options:"Opsionet e Shabllonit",selectPromptMsg:"Përzgjidhni shabllonin për të hapur tek redaktuesi",title:"Përmbajtja e Shabllonit"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/sr-latn.js b/public/assets/ckeditor/plugins/templates/lang/sr-latn.js new file mode 100644 index 0000000..9649883 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","sr-latn",{button:"Obrasci",emptyListMsg:"(Nema definisanih obrazaca)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"Molimo Vas da odaberete obrazac koji ce biti primenjen na stranicu (trenutni sadržaj ce biti obrisan):",title:"Obrasci za sadržaj"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/sr.js b/public/assets/ckeditor/plugins/templates/lang/sr.js new file mode 100644 index 0000000..fea8b5e --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","sr",{button:"ÐбÑаÑÑи",emptyListMsg:"(Ðема деÑиниÑÐ°Ð½Ð¸Ñ Ð¾Ð±ÑазаÑа)",insertOption:"Replace actual contents",options:"Template Options",selectPromptMsg:"Ðолимо ÐÐ°Ñ Ð´Ð° одабеÑеÑе обÑÐ°Ð·Ð°Ñ ÐºÐ¾Ñи Ñе биÑи пÑимеÑен на ÑÑÑаниÑÑ (ÑÑенÑÑни ÑадÑÐ¶Ð°Ñ Ñе биÑи обÑиÑан):",title:"ÐбÑаÑÑи за ÑадÑжаÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/sv.js b/public/assets/ckeditor/plugins/templates/lang/sv.js new file mode 100644 index 0000000..f0f3edf --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","sv",{button:"Sidmallar",emptyListMsg:"(Ingen mall är vald)",insertOption:"Ersätt aktuellt innehÃ¥ll",options:"Inställningar för mall",selectPromptMsg:"Var god välj en mall att använda med editorn\x3cbr\x3e(allt nuvarande innehÃ¥ll raderas):",title:"Sidmallar"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/th.js b/public/assets/ckeditor/plugins/templates/lang/th.js new file mode 100644 index 0000000..ccc6699 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","th",{button:"à¹à¸à¸¡à¹à¸à¸¥à¸",emptyListMsg:"(ยัà¸à¹à¸¡à¹à¸¡à¸µà¸à¸²à¸£à¸à¸³à¸«à¸à¸à¹à¸à¸¡à¹à¸à¸¥à¸)",insertOption:"à¹à¸à¸à¸à¸µà¹à¹à¸à¸·à¹à¸à¸«à¸²à¹à¸§à¹à¸à¹à¸à¸à¹à¸à¸µà¹à¹à¸¥à¸·à¸à¸",options:"à¸à¸±à¸§à¹à¸¥à¸·à¸à¸à¹à¸à¸µà¹à¸¢à¸§à¸à¸±à¸à¹à¸à¸¡à¹à¸à¸¥à¸",selectPromptMsg:"à¸à¸£à¸¸à¸à¸²à¹à¸¥à¸·à¸à¸ à¹à¸à¸¡à¹à¸à¸¥à¸ à¹à¸à¸·à¹à¸à¸à¸³à¹à¸à¹à¸à¹à¹à¸à¹à¸à¸à¸µà¸à¸´à¸à¹à¸à¸à¸£à¹\x3cbr /\x3e(à¹à¸à¸·à¹à¸à¸«à¸²à¸ªà¹à¸§à¸à¸à¸µà¹à¸à¸°à¸«à¸²à¸¢à¹à¸):",title:"à¹à¸à¸¡à¹à¸à¸¥à¸à¸à¸à¸à¸ªà¹à¸§à¸à¹à¸à¸·à¹à¸à¸«à¸²à¹à¸§à¹à¸à¹à¸à¸à¹"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/tr.js b/public/assets/ckeditor/plugins/templates/lang/tr.js new file mode 100644 index 0000000..942676f --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","tr",{button:"Åablonlar",emptyListMsg:"(Belirli bir Åablon seçilmedi)",insertOption:"Mevcut içerik ile deÄiÅtir",options:"Åablon Seçenekleri",selectPromptMsg:"Düzenleyicide açmak için lütfen bir Åablon seçin.\x3cbr\x3e(hali hazırdaki içerik kaybolacaktır.):",title:"İçerik Åablonları"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/tt.js b/public/assets/ckeditor/plugins/templates/lang/tt.js new file mode 100644 index 0000000..04f0c93 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","tt",{button:"ШаблоннаÑ",emptyListMsg:"(Ð¨Ð°Ð±Ð»Ð¾Ð½Ð½Ð°Ñ Ð±Ð¸Ð»Ð³ÐµÐ»ÓнмÓгÓн)",insertOption:"Óлеге ÑÑÑÓлекне алмаÑÑÑÑÑ",options:"Шаблон үзлеклÓÑе",selectPromptMsg:"Please select the template to open in the editor",title:"ÐÑÑÓлек ÑаблоннаÑÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/ug.js b/public/assets/ckeditor/plugins/templates/lang/ug.js new file mode 100644 index 0000000..bb66471 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","ug",{button:"ÙÛÙÙÙ¾",emptyListMsg:"(ÙÛÙÙÙ¾ ÙÙÙ)",insertOption:"ÙÛÛÛØªØªÙÙÙ Ù ÛØ²Ù ÛÙÙ٠ئاÙÙ Ø§Ø´ØªÛØ±",options:"ÙÛÙÙÙ¾ تاÙÙØ§ÙÙ ÙØ³Ù",selectPromptMsg:"تÛÚ¾Ø±ÙØ±ÙÙÚ¯ÛÚÙÙÚ Ù ÛØ²Ù ÛÙ ÙÛÙÙÙ¾ÙÙ٠تاÙÙØ§Ú:",title:"Ù ÛØ²Ù ÛÙ ÙÛÙÙÙ¾Ù"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/uk.js b/public/assets/ckeditor/plugins/templates/lang/uk.js new file mode 100644 index 0000000..57a0fd0 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","uk",{button:"Шаблони",emptyListMsg:"(Ðе знайдено жодного ÑаблонÑ)",insertOption:"ÐамÑниÑи поÑоÑний вмÑÑÑ",options:"ÐпÑÑÑ ÑаблонÑ",selectPromptMsg:"ÐбеÑÑÑÑ, бÑÐ´Ñ Ð»Ð°Ñка, Ñаблон Ð´Ð»Ñ Ð²ÑдкÑиÑÑÑ Ð² ÑедакÑоÑÑ\x3cbr\x3e(поÑоÑний змÑÑÑ Ð±Ñде вÑÑаÑено):",title:"Шаблони змÑÑÑÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/vi.js b/public/assets/ckeditor/plugins/templates/lang/vi.js new file mode 100644 index 0000000..14baab2 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","vi",{button:"Mẫu dá»±ng sẵn",emptyListMsg:"(Không có mẫu dá»±ng sẵn nà o ÄÆ°á»£c Äá»nh nghÄ©a)",insertOption:"Thay thế ná»i dung hiá»n tại",options:"Tùy chá»n mẫu dá»±ng sẵn",selectPromptMsg:"Hãy chá»n mẫu dá»±ng sẵn Äá» má» trong trình biên táºp\x3cbr\x3e(ná»i dung hiá»n tại sẽ bá» mất):",title:"Ná»i dung Mẫu dá»±ng sẵn"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/zh-cn.js b/public/assets/ckeditor/plugins/templates/lang/zh-cn.js new file mode 100644 index 0000000..f021648 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","zh-cn",{button:"模æ¿",emptyListMsg:"(æ²¡ææ¨¡æ¿)",insertOption:"æ¿æ¢å½åå 容",options:"模æ¿é项",selectPromptMsg:"è¯·éæ©è¦å¨ç¼è¾å¨ä¸ä½¿ç¨ç模æ¿ï¼",title:"å 容模æ¿"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/lang/zh.js b/public/assets/ckeditor/plugins/templates/lang/zh.js new file mode 100644 index 0000000..dd974df --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","zh",{button:"ç¯æ¬",emptyListMsg:"(å°æªå®ç¾©ä»»ä½ç¯æ¬)",insertOption:"æ¿ä»£å¯¦éå §å®¹",options:"ç¯æ¬é¸é ",selectPromptMsg:"è«é¸æè¦å¨ç·¨è¼¯å¨ä¸éåçç¯æ¬ã",title:"å §å®¹ç¯æ¬"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/plugin.js b/public/assets/ckeditor/plugins/templates/plugin.js new file mode 100644 index 0000000..57dcee8 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/plugin.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.plugins.add("templates",{requires:"dialog",lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"templates,templates-rtl",hidpi:!0,init:function(a){CKEDITOR.dialog.add("templates",CKEDITOR.getUrl(this.path+"dialogs/templates.js"));a.addCommand("templates",new CKEDITOR.dialogCommand("templates")); +a.ui.addButton&&a.ui.addButton("Templates",{label:a.lang.templates.button,command:"templates",toolbar:"doctools,10"})}});var c={},f={};CKEDITOR.addTemplates=function(a,d){c[a]=d};CKEDITOR.getTemplates=function(a){return c[a]};CKEDITOR.loadTemplates=function(a,d){for(var e=[],b=0,c=a.length;b<c;b++)f[a[b]]||(e.push(a[b]),f[a[b]]=1);e.length?CKEDITOR.scriptLoader.load(e,d):setTimeout(d,0)}})();CKEDITOR.config.templates_files=[CKEDITOR.getUrl("plugins/templates/templates/default.js")]; +CKEDITOR.config.templates_replaceContent=!0; \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/templates/default.js b/public/assets/ckeditor/plugins/templates/templates/default.js new file mode 100644 index 0000000..03426c0 --- /dev/null +++ b/public/assets/ckeditor/plugins/templates/templates/default.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.addTemplates("default",{imagesPath:CKEDITOR.getUrl(CKEDITOR.plugins.getPath("templates")+"templates/images/"),templates:[{title:"Image and Title",image:"template1.gif",description:"One main image with a title and text that surround the image.",html:'\x3ch3\x3e\x3cimg src\x3d" " alt\x3d"" style\x3d"margin-right: 10px" height\x3d"100" width\x3d"100" align\x3d"left" /\x3eType the title here\x3c/h3\x3e\x3cp\x3eType the text here\x3c/p\x3e'},{title:"Strange Template",image:"template2.gif",description:"A template that defines two colums, each one with a title, and some text.", +html:'\x3ctable cellspacing\x3d"0" cellpadding\x3d"0" style\x3d"width:100%" border\x3d"0"\x3e\x3ctr\x3e\x3ctd style\x3d"width:50%"\x3e\x3ch3\x3eTitle 1\x3c/h3\x3e\x3c/td\x3e\x3ctd\x3e\x3c/td\x3e\x3ctd style\x3d"width:50%"\x3e\x3ch3\x3eTitle 2\x3c/h3\x3e\x3c/td\x3e\x3c/tr\x3e\x3ctr\x3e\x3ctd\x3eText 1\x3c/td\x3e\x3ctd\x3e\x3c/td\x3e\x3ctd\x3eText 2\x3c/td\x3e\x3c/tr\x3e\x3c/table\x3e\x3cp\x3eMore text goes here.\x3c/p\x3e'},{title:"Text and Table",image:"template3.gif",description:"A title with some text and a table.", +html:'\x3cdiv style\x3d"width: 80%"\x3e\x3ch3\x3eTitle goes here\x3c/h3\x3e\x3ctable style\x3d"width:150px;float: right" cellspacing\x3d"0" cellpadding\x3d"0" border\x3d"1"\x3e\x3ccaption style\x3d"border:solid 1px black"\x3e\x3cstrong\x3eTable title\x3c/strong\x3e\x3c/caption\x3e\x3ctr\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3c/tr\x3e\x3ctr\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3c/tr\x3e\x3ctr\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3c/tr\x3e\x3c/table\x3e\x3cp\x3eType the text here\x3c/p\x3e\x3c/div\x3e'}]}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/templates/templates/images/template1.gif b/public/assets/ckeditor/plugins/templates/templates/images/template1.gif new file mode 100644 index 0000000000000000000000000000000000000000..efdabbebd4503ceb55c948fa73b9b83cbd373e57 GIT binary patch literal 375 zcmV--0f_!bNk%w1VPpVC0FeLyva+%O00960{{R30A^8LV00000EC2ui0Av7000092 zgpaAq?GK}zwAu@W-n{z{hT=$;9b%^H%BpA!$8!13_AS@=&Xal%3~GMDB95pDD3{Ep z^T{;k4xj+g%7JRP+$IPq!1Bb&uKB$DQa@x|8x8NO4b`hO25#T<cT?Wp$MV<17dSFF z))BV|H3v{fXt;v7Qz+>OnRw~9=3yE0xyeE4CQ8$(2)Mz>8udZCXX=BRr7DZbW_#-a zYZEHlJM(KAEc4dditDMnJ4(CC+&uK06fIp0D*Z|wX5EYpGb{?;a*WKVoEoWp!Y!`y zeo4*}FFC(bZ<u%9$nH#MiXXad0R3$OV^9jhghduI4C3%%k9`6wT1+QVA-9Z3Kq7Ly z;ql{)kRtK8vxt%(#*z~^va~_+<s_FfO%|-VgJQ~^i&o+sN%QB-n?ivSEo$=-QkX%P V&N}LJD2Az2t6IH^HS2={06Vn%v1I@N literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/templates/templates/images/template2.gif b/public/assets/ckeditor/plugins/templates/templates/images/template2.gif new file mode 100644 index 0000000000000000000000000000000000000000..d1cebb3aed88265add0a1d87d40de566f86a9619 GIT binary patch literal 333 zcmV-T0kZx_Nk%w1VPpVC0FeLyva+%O00960{{R30A^8LV00000EC2ui0Av7000092 zgpaAq?GK}zwAu@W-n{z{hT=$;9b%^H%BpA!$8!13_AS@=&Xal%3~GMDB93TG#*l)5 z^9hYgr_{iwip@$vOs!XY{ff7r?)dx+qsQEX@;zh1=Oa1&?y=+d0`r>f@duda#%D-q zaHzPUxA@lRm;@PF<R|E*cA3?dNXa+p2?QF-GfH|?csggPiIv$(#R;HFXG)usdMlZ$ zTglrSWDC5)3On^`93?w!B+P8${Ot29eG^?BQk)EhyzR7%T}mCkG)~@fea?}tJ~ZwP zF9_a_+eu$;e~)giKb_z2;$6IfgHG@RnC&3KG71+O{O7Pv!-(!6Y9NRa6GMw06gST5 f=<g#)5$xKPRCn@RN^%%lx_k*Urp%cV3IG5*5PY8V literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/templates/templates/images/template3.gif b/public/assets/ckeditor/plugins/templates/templates/images/template3.gif new file mode 100644 index 0000000000000000000000000000000000000000..db41cb4fb8fc7eafac8f382810e87147e791ad6e GIT binary patch literal 422 zcmV;X0a^Y>Nk%w1VPpVC0FeLyva+%O00960{{R30A^8LV00000EC2ui0Av7000092 zgpaAq?GK}zwAu@W-n{z{hT=$;9b%^H%BpA!$8!13_AS@=&Xal%3~GMDB93TG#*l%g z^9hYgr_`$T`us4l+^+W<)gC_JviY3#AeC&_xD98m<8-m1jvsB&<_@0<GMBdz090rP zFgS9^!+7$h2y*z>q~XXRsCap^IRqK$(K#c!N9pBf82AawVH$?WN){q&IjedXiz+EX zOS+od%WDgp+d909toAG5`lTy-9D18rOxWx+T}>D*o&1Qa9n5V^96nACtqfi*?*05t zZSMX~zfpQ^<%jRPUfiDEO<g>8=eEuB)DKv}S_cJW8uTxqL`=(AMXYB~Aenu4SM=e_ zrj6M`kqsZ_xrlC}y^5evW>krApudqWP2zFM5Fo{b%sA$2wGU)SI5vkKVQCad(WEn$ zGF`IFr&KONpB8ayRSwduHn4I{;q@zxs8h=VDkqjl*t8<nvaR~I>(;n#c+zd*_U=jy QeEa(S3plV~2n7HDJNoX*`2YX_ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/uicolor/dialogs/uicolor.js b/public/assets/ckeditor/plugins/uicolor/dialogs/uicolor.js new file mode 100644 index 0000000..a694da8 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/dialogs/uicolor.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("uicolor",function(b){function f(a){/^#/.test(a)&&(a=window.YAHOO.util.Color.hex2rgb(a.substr(1)));c.setValue(a,!0);c.refresh(e)}function g(a){b.setUiColor(a);d._.contents.tab1.configBox.setValue('config.uiColor \x3d "#'+c.get("hex")+'"')}var d,c,h=b.getUiColor(),e="cke_uicolor_picker"+CKEDITOR.tools.getNextNumber();return{title:b.lang.uicolor.title,minWidth:360,minHeight:320,onLoad:function(){d=this;this.setupContent();CKEDITOR.env.ie7Compat&&d.parts.contents.setStyle("overflow", +"hidden")},contents:[{id:"tab1",label:"",title:"",expand:!0,padding:0,elements:[{id:"yuiColorPicker",type:"html",html:"\x3cdiv id\x3d'"+e+"' class\x3d'cke_uicolor_picker' style\x3d'width: 360px; height: 200px; position: relative;'\x3e\x3c/div\x3e",onLoad:function(){var a=CKEDITOR.getUrl("plugins/uicolor/yui/");this.picker=c=new window.YAHOO.widget.ColorPicker(e,{showhsvcontrols:!0,showhexcontrols:!0,images:{PICKER_THUMB:a+"assets/picker_thumb.png",HUE_THUMB:a+"assets/hue_thumb.png"}});h&&f(h);c.on("rgbChange", +function(){d._.contents.tab1.predefined.setValue("");g("#"+c.get("hex"))});for(var a=new CKEDITOR.dom.nodeList(c.getElementsByTagName("input")),b=0;b<a.count();b++)a.getItem(b).addClass("cke_dialog_ui_input_text")}},{id:"tab1",type:"vbox",children:[{type:"hbox",children:[{id:"predefined",type:"select","default":"",label:b.lang.uicolor.predefined,items:[[""],["Light blue","#9AB8F3"],["Sand","#D2B48C"],["Metallic","#949AAA"],["Purple","#C2A3C7"],["Olive","#A2C980"],["Happy green","#9BD446"],["Jezebel Blue", +"#14B8C4"],["Burn","#FF893A"],["Easy red","#FF6969"],["Pisces 3","#48B4F2"],["Aquarius 5","#487ED4"],["Absinthe","#A8CF76"],["Scrambled Egg","#C7A622"],["Hello monday","#8E8D80"],["Lovely sunshine","#F1E8B1"],["Recycled air","#B3C593"],["Down","#BCBCA4"],["Mark Twain","#CFE91D"],["Specks of dust","#D1B596"],["Lollipop","#F6CE23"]],onChange:function(){var a=this.getValue();a?(f(a),g(a),CKEDITOR.document.getById("predefinedPreview").setStyle("background",a)):CKEDITOR.document.getById("predefinedPreview").setStyle("background", +"")},onShow:function(){var a=b.getUiColor();a&&this.setValue(a)}},{id:"predefinedPreview",type:"html",html:'\x3cdiv id\x3d"cke_uicolor_preview" style\x3d"border: 1px solid black; padding: 3px; width: 30px;"\x3e\x3cdiv id\x3d"predefinedPreview" style\x3d"width: 30px; height: 30px;"\x3e\x26nbsp;\x3c/div\x3e\x3c/div\x3e'}]},{id:"configBox",type:"text",label:b.lang.uicolor.config,onShow:function(){var a=b.getUiColor();a&&this.setValue('config.uiColor \x3d "'+a+'"')}}]}]}],buttons:[CKEDITOR.dialog.okButton]}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/icons/hidpi/uicolor.png b/public/assets/ckeditor/plugins/uicolor/icons/hidpi/uicolor.png new file mode 100644 index 0000000000000000000000000000000000000000..e6efa4a30fe2fc09920420fb582a9f5b6c9860d2 GIT binary patch literal 2287 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 Hf7*WmBBC{v literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/uicolor/icons/uicolor.png b/public/assets/ckeditor/plugins/uicolor/icons/uicolor.png new file mode 100644 index 0000000000000000000000000000000000000000..d5739dffeafb242fe19d1ea330f27e25ae9c695d GIT binary patch literal 965 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_D|i(>+fY#}JFtwUhUID_2S!vwxqWre)-pBlb~YLl#%BYuDjNvv#B( zICSjT+VvZE9&0{ouei3n^+r`}*v9b0_gikMse3pGojB9AsY$RiS*_D}ru=>FJl>ei z`g`tvKJff$Wn7^QyP)IsQlHBzlTUuwTNo>T{&UA7j-?{IIuaz<rlls%Qd2Tw{KNK# z<<F0^-}ygC{&3d3da+dYdMW2&ft`Ezs!l$+XO{PY`AdUdw&$32XU@`C%F)y?d$zQn zpWnNN_$fj2ZO$Jqja_m#&)Cwkv*VAB()?9dSA}Sa-g;~HvP8=F@&yy#!v+Cfg#`r* z-o1bC?X_}$>~+`8I^2SWrLpVh%%AVAH$Azyc=Gb)>P-p?eaVY74t=kkq>`AN?7VE* zGA*T~sA;XsGNlf*zkU1GoSU0_OO)=h<Ht`vE&8#~U*@>RQjbY320V-!V%_--{7Ox1 z2Il79_eJP@`t#?^>C@cvo^RZ`we@)=4;%9%3%N-^isx`bX68%V1~FGbet!P^;+=N_ zWZD!HB{pr_=C=Iu!rN~zz5o95YgNha*h2<SK7RbD+b~asb6Tq8y4OZ#W^4vW=FXg% zSX(={#HzPLL1{^lX3hQQuU?(%c>Ke@$!Vd$y}Nf8zP6gRY@*jvh80({SR5Vp-<Mza z{`ZY-zIOBZ4;#2}H#Ov#{Z6f~pMUXU;H8%)%F4=f=Fa`wui+`g;L>vXwD+>*%lH4- z*MIH(_nUX`{*720w(|OGA0HnB37!{ayCvET-#BVbJ!HTmb9~{&j18MNf8Kcg^+I+> zh7Z3lUc9*e^y$;V?d|QrATpZCb6-jBUfyl9>gsA4dHMUy){X)SXVZiQ6U)lJ#jXwe zon2ZQy6L7)t5f6Aqpm!MAN=|?tGk<9s+Vo~^5t6d&#$-WD_%B*>Grlvv)LxIeWwJe zF1>QSXy+QQrIU<&gJ&*V85R~6vNI;kYvp>cm6ulE+m?Hza8BaoMH)$Ub^mtXk63@* zdVOXm$A6{;kEVX)+I;IGF!`&NxJHzuB$lLFB^RXvDF!10Lt|Y7b6o?I5JPh-17jf4 zHZZa>Fz{Wn8<;haH00)|WTsW()?o9K`3O*hB*=!~{Irtt#G+J&^73-M%)IR4<ivth Yz5Jr|+3#$mfQlGAUHx3vIVCg!0LM124gdfE literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/uicolor/lang/_translationstatus.txt b/public/assets/ckeditor/plugins/uicolor/lang/_translationstatus.txt new file mode 100644 index 0000000..244af96 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/_translationstatus.txt @@ -0,0 +1,27 @@ +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license + +bg.js Found: 4 Missing: 0 +cs.js Found: 4 Missing: 0 +cy.js Found: 4 Missing: 0 +da.js Found: 4 Missing: 0 +de.js Found: 4 Missing: 0 +el.js Found: 4 Missing: 0 +eo.js Found: 4 Missing: 0 +et.js Found: 4 Missing: 0 +fa.js Found: 4 Missing: 0 +fi.js Found: 4 Missing: 0 +fr.js Found: 4 Missing: 0 +he.js Found: 4 Missing: 0 +hr.js Found: 4 Missing: 0 +it.js Found: 4 Missing: 0 +mk.js Found: 4 Missing: 0 +nb.js Found: 4 Missing: 0 +nl.js Found: 4 Missing: 0 +no.js Found: 4 Missing: 0 +pl.js Found: 4 Missing: 0 +tr.js Found: 4 Missing: 0 +ug.js Found: 4 Missing: 0 +uk.js Found: 4 Missing: 0 +vi.js Found: 4 Missing: 0 +zh-cn.js Found: 4 Missing: 0 diff --git a/public/assets/ckeditor/plugins/uicolor/lang/af.js b/public/assets/ckeditor/plugins/uicolor/lang/af.js new file mode 100644 index 0000000..c64f634 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/af.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","af",{title:"UI kleur keuse",preview:"Voorskou",config:"Voeg hierdie in jou config.js lêr in",predefined:"Voordefinieerte kleur keuses"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/ar.js b/public/assets/ckeditor/plugins/uicolor/lang/ar.js new file mode 100644 index 0000000..f46e1fd --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/ar.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","ar",{title:"Ù ÙØªÙÙ Ø§ÙØ£ÙÙØ§Ù",preview:"٠عاÙÙØ© ٠باشرة",config:"ÙØµ Ø§ÙØ³Ø·Ø± Ø¥Ù٠اÙÙ ÙÙ config.js",predefined:"Ù Ø¬Ù ÙØ¹Ø§Øª Ø£ÙÙØ§Ù Ù Ø¹Ø±ÙØ© Ù Ø³Ø¨ÙØ§"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/bg.js b/public/assets/ckeditor/plugins/uicolor/lang/bg.js new file mode 100644 index 0000000..fb6e2f1 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/bg.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","bg",{title:"ÐÐ Ð¸Ð·Ð±Ð¾Ñ Ð½Ð° ÑвÑÑ",preview:"ÐÑеглед",config:"ÐмÑкнеÑе Ñози низ вÑв ÐаÑÐ¸Ñ config.js fajl",predefined:"ÐÑедеÑиниÑани ÑвеÑови палиÑÑи"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/ca.js b/public/assets/ckeditor/plugins/uicolor/lang/ca.js new file mode 100644 index 0000000..7a1be16 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/ca.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","ca",{title:"UI Color Picker",preview:"Vista prèvia",config:"Enganxa aquest text dins el fitxer config.js",predefined:"Conjunts de colors predefinits"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/cs.js b/public/assets/ckeditor/plugins/uicolor/lang/cs.js new file mode 100644 index 0000000..4863f75 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/cs.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","cs",{title:"VýbÄr barvy rozhranÃ",preview:"Živý náhled",config:"Vložte tento ÅetÄzec do vaÅ¡eho souboru config.js",predefined:"PÅednastavené sady barev"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/cy.js b/public/assets/ckeditor/plugins/uicolor/lang/cy.js new file mode 100644 index 0000000..954c361 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/cy.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","cy",{title:"Dewisydd Lliwiau'r UI",preview:"Rhagolwg Byw",config:"Gludwch y llinyn hwn i'ch ffeil config.js",predefined:"Setiau lliw wedi'u cyn-ddiffinio"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/da.js b/public/assets/ckeditor/plugins/uicolor/lang/da.js new file mode 100644 index 0000000..ab6e8d1 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/da.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","da",{title:"Brugerflade pÃ¥ farvevælger",preview:"Vis liveeksempel",config:"Indsæt denne streng i din config.js fil",predefined:"Prædefinerede farveskemaer"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/de-ch.js b/public/assets/ckeditor/plugins/uicolor/lang/de-ch.js new file mode 100644 index 0000000..0ade3e7 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/de-ch.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","de-ch",{title:"UI-Farbpipette",preview:"Live-Vorschau",config:"Fügen Sie diese Zeichenfolge in die Datei config.js ein.",predefined:"Vordefinierte Farbsätze"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/de.js b/public/assets/ckeditor/plugins/uicolor/lang/de.js new file mode 100644 index 0000000..4c5e1ab --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/de.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","de",{title:"UI-Farbpipette",preview:"Live-Vorschau",config:"Fügen Sie diese Zeichenfolge in die Datei config.js ein.",predefined:"Vordefinierte Farbsätze"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/el.js b/public/assets/ckeditor/plugins/uicolor/lang/el.js new file mode 100644 index 0000000..007f231 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/el.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","el",{title:"ÎιεÏαÏή ÎÏÎ¹Î»Î¿Î³Î®Ï Î§ÏÏμάÏÏν",preview:"ÎÏνÏανή Î ÏοεÏιÏκÏÏηÏη",config:"ÎÏικολλήÏÏε Î±Ï ÏÏ Ïο κείμενο ÏÏο αÏÏείο config.js",predefined:"Î ÏοκαθοÏιÏμÎνα ÏÏνολα ÏÏÏμάÏÏν"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/en-gb.js b/public/assets/ckeditor/plugins/uicolor/lang/en-gb.js new file mode 100644 index 0000000..0bc9cb4 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/en-gb.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","en-gb",{title:"UI Colour Picker",preview:"Live preview",config:"Paste this string into your config.js file",predefined:"Predefined colour sets"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/en.js b/public/assets/ckeditor/plugins/uicolor/lang/en.js new file mode 100644 index 0000000..5f362fb --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/en.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","en",{title:"UI Color Picker",preview:"Live preview",config:"Paste this string into your config.js file",predefined:"Predefined color sets"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/eo.js b/public/assets/ckeditor/plugins/uicolor/lang/eo.js new file mode 100644 index 0000000..6f1ac0d --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/eo.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","eo",{title:"UI Kolorselektilo",preview:"Vidigi la aspekton",config:"Gluu tiun signoÄenon en vian dosieron config.js",predefined:"AntaÅdifinita koloraro"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/es.js b/public/assets/ckeditor/plugins/uicolor/lang/es.js new file mode 100644 index 0000000..ffc1120 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/es.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","es",{title:"Recolector de Color de Interfaz de Usuario",preview:"Vista previa en vivo",config:"Pega esta cadena en tu archivo config.js",predefined:"Conjuntos predefinidos de colores"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/et.js b/public/assets/ckeditor/plugins/uicolor/lang/et.js new file mode 100644 index 0000000..729d349 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/et.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","et",{title:"Värvivalija kasutajaliides",preview:"Automaatne eelvaade",config:"Aseta see sõne oma config.js faili.",predefined:"Eelmääratud värvikomplektid"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/eu.js b/public/assets/ckeditor/plugins/uicolor/lang/eu.js new file mode 100644 index 0000000..806afe4 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/eu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","eu",{title:"EI kolore-hautatzailea",preview:"Zuzeneko aurrebista",config:"Itsatsi kate hau zure config.js fitxategian",predefined:"Aurrez definitutako kolore multzoak"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/fa.js b/public/assets/ckeditor/plugins/uicolor/lang/fa.js new file mode 100644 index 0000000..db2b332 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/fa.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","fa",{title:"Ø§ÙØªØ®Ø§Ø¨ رÙÚ¯ رابط کاربرÛ",preview:"Ù¾ÛØ´âÙÙ Ø§ÛØ´ Ø²ÙØ¯Ù",config:"اÛ٠رشت٠را در پرÙÙØ¯ÙÙ config.js Ø®ÙØ¯ رÙÙÙØ´Øª Ú©ÙÛØ¯.",predefined:"Ù Ø¬Ù ÙØ¹Ù رÙÚ¯ از Ù¾ÛØ´ تعرÛ٠شدÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/fi.js b/public/assets/ckeditor/plugins/uicolor/lang/fi.js new file mode 100644 index 0000000..00805b7 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/fi.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","fi",{title:"Käyttöliittymän väripaletti",preview:"Esikatsele heti",config:"Liitä tämä merkkijono config.js tiedostoosi",predefined:"Esimääritellyt värijoukot"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/fr-ca.js b/public/assets/ckeditor/plugins/uicolor/lang/fr-ca.js new file mode 100644 index 0000000..85574fe --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/fr-ca.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","fr-ca",{title:"Sélecteur de couleur",preview:"Aperçu",config:"Insérez cette ligne dans votre fichier config.js",predefined:"Ensemble de couleur prédéfinies"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/fr.js b/public/assets/ckeditor/plugins/uicolor/lang/fr.js new file mode 100644 index 0000000..f5ba8b3 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/fr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","fr",{title:"UI Sélecteur de couleur",preview:"Aperçu",config:"Collez cette chaîne de caractères dans votre fichier config.js",predefined:"Palettes de couleurs prédéfinies"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/gl.js b/public/assets/ckeditor/plugins/uicolor/lang/gl.js new file mode 100644 index 0000000..b7c4df6 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/gl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","gl",{title:"Recolledor de cor da interface de usuario",preview:"Vista previa en vivo",config:"Pegue esta cadea no seu ficheiro config.js",predefined:"Conxuntos predefinidos de cores"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/he.js b/public/assets/ckeditor/plugins/uicolor/lang/he.js new file mode 100644 index 0000000..177695d --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/he.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","he",{title:"×××רת צ××¢ ××שק ×שת×ש",preview:"תצ××× ××§××××",config:"××××§ ×ת ×××§×¡× ××× ×ת×× ××§×××¥ config.js",predefined:"×§××צ×ת צ××¢×× ××××ר×ת ×ר×ש"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/hr.js b/public/assets/ckeditor/plugins/uicolor/lang/hr.js new file mode 100644 index 0000000..c2ff334 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/hr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","hr",{title:"UI odabir boja",preview:"Pregled uživo",config:"Zalijepite ovaj tekst u VaÅ¡u config.js datoteku.",predefined:"VeÄ postavljeni setovi boja"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/hu.js b/public/assets/ckeditor/plugins/uicolor/lang/hu.js new file mode 100644 index 0000000..2427112 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/hu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","hu",{title:"UI SzÃnválasztó",preview:"ÃlÅ elÅnézet",config:"Illessze be ezt a szöveget a config.js fájlba",predefined:"ElÅre definiált szÃnbeállÃtások"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/id.js b/public/assets/ckeditor/plugins/uicolor/lang/id.js new file mode 100644 index 0000000..68bf8b8 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/id.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","id",{title:"Pengambil Warna UI",preview:"Pratinjau",config:"Tempel string ini ke arsip config.js anda.",predefined:"Set warna belum terdefinisi."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/it.js b/public/assets/ckeditor/plugins/uicolor/lang/it.js new file mode 100644 index 0000000..4875c01 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/it.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","it",{title:"Selettore Colore UI",preview:"Anteprima Live",config:"Incolla questa stringa nel tuo file config.js",predefined:"Set di colori predefiniti"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/ja.js b/public/assets/ckeditor/plugins/uicolor/lang/ja.js new file mode 100644 index 0000000..e86ffeb --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/ja.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","ja",{title:"UIã«ã©ã¼ããã«ã¼",preview:"ã©ã¤ããã¬ãã¥ã¼",config:"ãã®æååã config.js ãã¡ã¤ã«ã¸è²¼ãä»ã",predefined:"æ¢å®ã«ã©ã¼ã»ãã"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/km.js b/public/assets/ckeditor/plugins/uicolor/lang/km.js new file mode 100644 index 0000000..5596f2b --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/km.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","km",{title:"ááááá¶ááâáá¾áâááá",preview:"áá¾áâáá¶áá»áâáááá¶áá",config:"áá·áâáááá¶ááâááááâá¢ááááâáááâáá âáááá»áâá¯ááá¶á config.js ááááâá¢ááá",predefined:"áá»áâáááâáááááâáá½á âááááá "}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/ko.js b/public/assets/ckeditor/plugins/uicolor/lang/ko.js new file mode 100644 index 0000000..4dfe6f8 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/ko.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","ko",{title:"UI ìì ì í기",preview:"미리보기",config:"ì´ ë¬¸ìì´ì config.js ì ë¶ì¬ë£ì¼ì¸ì",predefined:"미리 ì ìë ìì"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/ku.js b/public/assets/ckeditor/plugins/uicolor/lang/ku.js new file mode 100644 index 0000000..57873ba --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/ku.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","ku",{title:"ÙÛÚµÚ¯Ø±Û ÚÛÙÚ¯ Ø¨Û ÚÙÙÚ©Ø§Ø±Û Ø¨ÛکارÙÛÙÛØ±",preview:"Ù¾ÛØ´Ø¨ÛÙÛÙ Ø¨Û Ø²ÛÙØ¯ÙÙÛÛ",config:"ئÛ٠دÛÙØ§ÙÛ Ø¨ÙÚ©ÛÙÛ Ø¨Û Ù¾ÛÚÚ¯ÛÛ config.js-fil",predefined:"Ú©ÛÙ ÛÚµÛ ÚÛÙÚ¯Û Ø¯ÛØ§Ø±ÛکراÙÛکاÙÛ Ù¾ÛØ´ÙÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/lv.js b/public/assets/ckeditor/plugins/uicolor/lang/lv.js new file mode 100644 index 0000000..99fee69 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/lv.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","lv",{title:"UI krÄsas izvÄle",preview:"PriekÅ¡skatÄ«jums",config:"IelÄ«mÄjiet Å¡o rindu jÅ«su config.js failÄ",predefined:"PredefinÄti krÄsu komplekti"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/mk.js b/public/assets/ckeditor/plugins/uicolor/lang/mk.js new file mode 100644 index 0000000..5aae409 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/mk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","mk",{title:"ÐалеÑа Ñо бои",preview:"ÐÑеглед",config:"Ðалепи го Ð¾Ð²Ð¾Ñ ÑекÑÑ Ð²Ð¾ config.js даÑоÑекаÑа",predefined:"ÐÑедеÑиниÑани множеÑÑва на бои"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/nb.js b/public/assets/ckeditor/plugins/uicolor/lang/nb.js new file mode 100644 index 0000000..dc51873 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/nb.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","nb",{title:"Fargevelger for brukergrensesnitt",preview:"ForhÃ¥ndsvisning i sanntid",config:"Lim inn følgende tekst i din config.js-fil",predefined:"ForhÃ¥ndsdefinerte fargesett"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/nl.js b/public/assets/ckeditor/plugins/uicolor/lang/nl.js new file mode 100644 index 0000000..f1730b7 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/nl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","nl",{title:"UI Kleurenkiezer",preview:"Live voorbeeld",config:"Plak deze tekst in jouw config.js bestand",predefined:"Voorgedefinieerde kleurensets"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/no.js b/public/assets/ckeditor/plugins/uicolor/lang/no.js new file mode 100644 index 0000000..30df2da --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/no.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","no",{title:"Fargevelger for brukergrensesnitt",preview:"ForhÃ¥ndsvisning i sanntid",config:"Lim inn følgende tekst i din config.js-fil",predefined:"ForhÃ¥ndsdefinerte fargesett"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/pl.js b/public/assets/ckeditor/plugins/uicolor/lang/pl.js new file mode 100644 index 0000000..107ff62 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/pl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","pl",{title:"Wybór koloru interfejsu",preview:"PodglÄ d na żywo",config:"Wklej poniższy ÅaÅcuch znaków do pliku config.js:",predefined:"Predefiniowane zestawy kolorów"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/pt-br.js b/public/assets/ckeditor/plugins/uicolor/lang/pt-br.js new file mode 100644 index 0000000..f55bfe9 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/pt-br.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","pt-br",{title:"Paleta de Cores",preview:"Visualização ao vivo",config:"Cole o texto no seu arquivo config.js",predefined:"Conjuntos de cores predefinidos"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/pt.js b/public/assets/ckeditor/plugins/uicolor/lang/pt.js new file mode 100644 index 0000000..82d47e5 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/pt.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","pt",{title:"Seleção de Cor da IU",preview:"Pré-visualização ao vivo ",config:"Colar este item no seu ficheiro config.js",predefined:"Conjuntos de cor predefinidos"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/ru.js b/public/assets/ckeditor/plugins/uicolor/lang/ru.js new file mode 100644 index 0000000..0e4f631 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/ru.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","ru",{title:"ÐÑÐ±Ð¾Ñ ÑвеÑа инÑеÑÑейÑа",preview:"ÐÑедпÑоÑмоÑÑ Ð² ÑеалÑном вÑемени",config:"ÐÑÑавÑÑе ÑÑÑ ÑÑÑÐ¾ÐºÑ Ð² Ñайл config.js",predefined:"ÐÑедопÑеделеннÑе ÑвеÑовÑе ÑÑ ÐµÐ¼Ñ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/si.js b/public/assets/ckeditor/plugins/uicolor/lang/si.js new file mode 100644 index 0000000..1871e01 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/si.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","si",{title:"à·à¶»à·à¶« ",preview:"à·à¶¢à·à· à¶±à·à·à¶ නරභà·à¶¸",config:"මà·à¶¸ à¶ à¶à·à·à¶» à¶´à·à¶½à·à¶º à¶à·à¶± config.js à¶½à·à¶´à·à¶à·à¶±à·à· මà¶à·à¶±à· à¶à¶¶à¶±à·à¶±",predefined:"à¶à¶½à·à¶±à· à·à·à¶±à·à¶à¶»à¶à¶à· à¶´à¶»à·à¶¯à· à¶à¶à· à·à¶»à·à¶«"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/sk.js b/public/assets/ckeditor/plugins/uicolor/lang/sk.js new file mode 100644 index 0000000..8f5396c --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/sk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","sk",{title:"UI výber farby",preview:"Živý náhľad",config:"Vložte tento reÅ¥azec do svojho súboru config.js",predefined:"Preddefinované sady farieb"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/sl.js b/public/assets/ckeditor/plugins/uicolor/lang/sl.js new file mode 100644 index 0000000..d9f1ebd --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/sl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","sl",{title:"UI Izbiralec Barve",preview:"Živi predogled",config:"Prilepite ta niz v vaÅ¡o config.js datoteko",predefined:"Vnaprej doloÄeni barvni kompleti"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/sq.js b/public/assets/ckeditor/plugins/uicolor/lang/sq.js new file mode 100644 index 0000000..bdb7574 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/sq.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","sq",{title:"UI Mbledhës i Ngjyrave",preview:"Parapamje direkte",config:"Hidhni këtë varg në skedën tuaj config.js",predefined:"Setet e paradefinuara të ngjyrave"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/sv.js b/public/assets/ckeditor/plugins/uicolor/lang/sv.js new file mode 100644 index 0000000..cba2ce7 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/sv.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","sv",{title:"UI Färgväljare",preview:"Live förhandsgranskning",config:"Klistra in den här strängen i din config.js-fil",predefined:"Fördefinierade färguppsättningar"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/tr.js b/public/assets/ckeditor/plugins/uicolor/lang/tr.js new file mode 100644 index 0000000..5d280c0 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/tr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","tr",{title:"UI Renk Seçici",preview:"Canlı ön izleme",config:"Bu yazıyı config.js dosyasının içine yapıÅtırın",predefined:"Ãnceden tanımlı renk seti"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/tt.js b/public/assets/ckeditor/plugins/uicolor/lang/tt.js new file mode 100644 index 0000000..fec790e --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/tt.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","tt",{title:"ÐнÑеÑÑÐµÐ¹Ñ ÑÓ©ÑлÓÑен ÑайлаÑ",preview:"ТеÑе каÑап алÑ",config:"ÐÑ ÑÐ»Ð½Ñ config.js ÑайлÑна ÑзÑгÑз",predefined:"ÐаÑÑан билгелÓнгÓн ÑÓ©ÑлÓÑ ÒÑелмаÑÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/ug.js b/public/assets/ckeditor/plugins/uicolor/lang/ug.js new file mode 100644 index 0000000..d8f3c6d --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/ug.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","ug",{title:"Ø¦ÙØ´ÙÛØªÙÛÚ٠ئاراÙÛØ²Ù رÛÚ ØªØ§ÙÙÙØºÛÚ",preview:"Ø´ÛØ¦Ø§Ù Ø¦Ø§ÙØ¯ÙÙ ÙÛØ²ÙØªÙØ´",config:"Ø¨Û Ú¾ÛØ±Ù¾ ØªÙØ²ÙÙÙÙÙ config.js Ú¾ÛØ¬Ø¬ÛتÙÛ ÚØ§Ù¾ÙØ§ÙØ¯Û",predefined:"Ø¦Ø§ÙØ¯Ù٠بÛÙÚ¯ÙÙÛÙÚ¯Û٠رÛÚÙÛØ±"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/uk.js b/public/assets/ckeditor/plugins/uicolor/lang/uk.js new file mode 100644 index 0000000..4cdb51a --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/uk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","uk",{title:"Color Picker ÐнÑеÑÑейÑ",preview:"ÐеÑеглÑд наживо",config:"ÐÑÑавÑе Ñей ÑÑдок Ñ Ñайл config.js",predefined:"СÑандаÑÑний набÑÑ ÐºÐ¾Ð»ÑоÑÑв"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/vi.js b/public/assets/ckeditor/plugins/uicolor/lang/vi.js new file mode 100644 index 0000000..907d37e --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/vi.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","vi",{title:"Giao diá»n ngưá»i dùng Color Picker",preview:"Xem trưá»c trá»±c tiếp",config:"Dán chuá»i nà y và o táºp tin config.js cá»§a bạn",predefined:"Táºp mà u Äá»nh nghÄ©a sẵn"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/zh-cn.js b/public/assets/ckeditor/plugins/uicolor/lang/zh-cn.js new file mode 100644 index 0000000..d774c4a --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/zh-cn.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","zh-cn",{title:"ç¨æ·çé¢é¢è²éæ©å¨",preview:"峿¶é¢è§",config:"ç²è´´æ¤åç¬¦ä¸²å°æ¨ç config.js æä»¶",predefined:"é¢å®ä¹é¢è²é"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/lang/zh.js b/public/assets/ckeditor/plugins/uicolor/lang/zh.js new file mode 100644 index 0000000..b8efaa8 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/lang/zh.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","zh",{title:"UI è²å½©é¸æå¨",preview:"峿é 覽",config:"è«å°æ¤æ®µå串è¤è£½å°æ¨ç config.js æªæ¡ä¸ã",predefined:"è¨å®é å å®ç¾©çè²å½©"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/plugin.js b/public/assets/ckeditor/plugins/uicolor/plugin.js new file mode 100644 index 0000000..5bc3d05 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/plugin.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.add("uicolor",{requires:"dialog",lang:"af,ar,bg,ca,cs,cy,da,de,de-ch,el,en,en-gb,eo,es,et,eu,fa,fi,fr,fr-ca,gl,he,hr,hu,id,it,ja,km,ko,ku,lv,mk,nb,nl,no,pl,pt,pt-br,ru,si,sk,sl,sq,sv,tr,tt,ug,uk,vi,zh,zh-cn",icons:"uicolor",hidpi:!0,init:function(a){CKEDITOR.env.ie6Compat||(a.addCommand("uicolor",new CKEDITOR.dialogCommand("uicolor")),a.ui.addButton&&a.ui.addButton("UIColor",{label:a.lang.uicolor.title,command:"uicolor",toolbar:"tools,1"}),CKEDITOR.dialog.add("uicolor",this.path+ +"dialogs/uicolor.js"),CKEDITOR.scriptLoader.load(CKEDITOR.getUrl("plugins/uicolor/yui/yui.js")),CKEDITOR.document.appendStyleSheet(CKEDITOR.getUrl("plugins/uicolor/yui/assets/yui.css")))}}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_bg.png b/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_bg.png new file mode 100644 index 0000000000000000000000000000000000000000..d9bcdeb5c49910d5c32c9ebbb134200bf138b7b4 GIT binary patch literal 1120 zcmWkuZA?>V6h6*nD|EKy_G>T#efd;-TcIEZRG=3KG$^eF2Q{FAMV4*KY}f{qh`QSV zerz}DmTbC_Y|fEr#w0P0=t#CW_qsTZ+oCcxM!nmzgkYx0y)F9Qv+IxZJb6w|&dGC5 zaz;Z<^@~z7QUPF5prJObvq_J$hJ`xXo5wcl^n8zhtsmg}%|C)|K3%8x)wT6C_ipWb zw=>oa{%CJkw=1x%v!^@U-5DL&ajAP1z;mggH7#{nz-rJ$faL=7qA45La$rShQh@N! zu%sTCvXE1t{K=eCf%*<$g}~m_lTbYf%#DuhOcn)}oyL+UY!^T)N0SIlg&q}p70^Bg z#v`A*ftBD@6%H#L*N*0!pas#aR&fdVH33r!@M?%V4H}RB^=Q5i+Cy}fVbYD}B4EjH z?P{0x>Acg883%O<vmR{oU`T=1rJu3nQQIh{?ZLD|n6?b}C#URvz)qpni|<XN&2wJ& z^7$>a|AzJ?B#N%FVmw`fKNY;g=C3&BXB;Z@Kam~dpydSE;!)<o*L-Ly#&HE+cCFAo z+TF<c@SMxbNEK7^xk@y-f%$G}D(p$X1djzpc%<ZSEibCutVj&ocx;#jt?a2*xSJ(* zS(hAU>KoPs+}MGZ#35TL&dgu1t8ZJCOzunMR5)=3wB`6<04>Wd>f<uA7wWiCfdV(W zmgC&mvrX=E<uf&6<xjIMXi@7q4{m-PEuSK{4EHJ!Ou&UEV1J<_f16%>EGNt=fUO7S z2UdorB;0d<%}W2%DB8|}rj&7Bd@G600GiIAl}DfA(T~fGjEtPSpMM-+!R<h;zoq}r z<JVhPIsmHgnHPnBX{Z?w)h@jz9oScT{Hrf4o~5O6<xrkIV?##Ek3+NVSs$LvdUz-K zVqsBnU~^YH-9S#p2Xmt1(pB-YCH8^zSUli}O-sG;%g)JW+E1+FDa)jvI)wsbavgml zl%;;+l~<A*hJi-fD{Qwu+AWO=8||_8CB2VJ4wK>dW!t0gq&tGw>1(Ck!bL+QCwfHM zFSfg6C%J1(_sXrL%2?h=Gs#tB`jY5~^n-B4=5yiEV7#4=o|0Az*Nu@}Ih_Oz$pHOG zC`&0{EO(L#V`PcEmKepS-spt1Gd{>irzEF%o|nyJB4uhF{YR*@P1evnVor$^%6<|| znF`WIVUCMc(=ZuIiR8<#kjLU}uWTnbQf7F06KORJtfO9XHgzgQe;2kI(+lL6NRM$K zObK})t}2X5(vY~u9{XN8DGugG$E0mSB^Mi(>V!Gl<R-dPm~+Hh=xRZ;O|GF#*k$oG z(!0X;G@n4X2wC<=BhuM8?}#0i8b#hV*+Cto*Dz2|UnMJy$uK=5OgnsQX&U)iT;-NK mNV9m%-8>YlD8E#--~|}G|8JkdYdiH90fD-v+HZu-d;bSJ8}W_+ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png b/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png new file mode 100644 index 0000000000000000000000000000000000000000..14d5db4862403a43231ac4766301552afa79e8ae GIT binary patch literal 195 zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+3?vf;>QaFeOS+@4BLl;=8&~`zjDUQ}64!{5 z;QX|b^2DN42FH~Aq*MjZ+{E<Mpwz^a%EFVWHb6z30X`wF|Ns97GJ#~>`+k2Qi@7Ao zFBm9x{S+_IKn6ok7srr_TS*Cr7<jgbC%G^QD7vw!9N-X2N^uBd6=CLFC~>4CR#a^B hhMOMV_Dn1i4C!Z>gq7E&G66L+c)I$ztaD0e0ssu{I5q$P literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_mask.png b/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_mask.png new file mode 100644 index 0000000000000000000000000000000000000000..f8d91932b376af76ccfac030c12eb9fec7ee4c63 GIT binary patch literal 12174 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 QQ~&?~07*qoM6N<$f&<h~%m4rY literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png b/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png new file mode 100644 index 0000000000000000000000000000000000000000..78445a2fe060047216b3692980ebabfb0683c3c6 GIT binary patch literal 192 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s3?%0jwTl2LmUKs7M+Sy#H?H_c7y<c`C9V-A z!TD(=<%vb942~)JNvR5+xryniL8*x;m4zo$ZGeh61AIbUf%JbcD6UwV4CFAE1o;L3 z|Icv!6fe*~20c#~$B>F!NeM|wNi2*CXBkqA8W@y2&T>3yVv%g*IK)!uk)}MmImzx& dTmu6$gLVMJ@>Lg{{{wY0c)I$ztaD0e0szdFI<Ei# literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/uicolor/yui/assets/yui.css b/public/assets/ckeditor/plugins/uicolor/yui/assets/yui.css new file mode 100644 index 0000000..2e10cb6 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/yui/assets/yui.css @@ -0,0 +1,7 @@ +/* +Copyright (c) 2009, Yahoo! Inc. All rights reserved. +Code licensed under the BSD License: +http://developer.yahoo.net/yui/license.txt +version: 2.7.0 +*/ +.cke_uicolor_picker .yui-picker-panel{background:#e3e3e3;border-color:#888;}.cke_uicolor_picker .yui-picker-panel .hd{background-color:#ccc;font-size:100%;line-height:100%;border:1px solid #e3e3e3;font-weight:bold;overflow:hidden;padding:6px;color:#000;}.cke_uicolor_picker .yui-picker-panel .bd{background:#e8e8e8;margin:1px;height:200px;}.cke_uicolor_picker .yui-picker-panel .ft{background:#e8e8e8;margin:1px;padding:1px;}.cke_uicolor_picker .yui-picker{position:relative;}.cke_uicolor_picker .yui-picker-hue-thumb{cursor:default;width:18px;height:18px;top:-8px;left:-2px;z-index:9;position:absolute;}.cke_uicolor_picker .yui-picker-hue-bg{-moz-outline:none;outline:0 none;position:absolute;left:200px;height:183px;width:14px;background:url(hue_bg.png) no-repeat;top:4px;}.cke_uicolor_picker .yui-picker-bg{-moz-outline:none;outline:0 none;position:absolute;top:4px;left:4px;height:182px;width:182px;background-color:#F00;background-image:url(picker_mask.png);}*html .cke_uicolor_picker .yui-picker-bg{background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='picker_mask.png',sizingMethod='scale');}.cke_uicolor_picker .yui-picker-mask{position:absolute;z-index:1;top:0;left:0;}.cke_uicolor_picker .yui-picker-thumb{cursor:default;width:11px;height:11px;z-index:9;position:absolute;top:-4px;left:-4px;}.cke_uicolor_picker .yui-picker-swatch{position:absolute;left:240px;top:4px;height:60px;width:55px;border:1px solid #888;}.cke_uicolor_picker .yui-picker-websafe-swatch{position:absolute;left:304px;top:4px;height:24px;width:24px;border:1px solid #888;}.cke_uicolor_picker .yui-picker-controls{position:absolute;top:72px;left:226px;font:1em monospace;}.cke_uicolor_picker .yui-picker-controls .hd{background:transparent;border-width:0!important;}.cke_uicolor_picker .yui-picker-controls .bd{height:100px;border-width:0!important;}.cke_uicolor_picker .yui-picker-controls ul{float:left;padding:0 2px 0 0;margin:0;}.cke_uicolor_picker .yui-picker-controls li{padding:2px;list-style:none;margin:0;}.cke_uicolor_picker .yui-picker-controls input{font-size:.85em;width:2.4em;}.cke_uicolor_picker .yui-picker-hex-controls{clear:both;padding:2px;}.cke_uicolor_picker .yui-picker-hex-controls input{width:4.6em;}.cke_uicolor_picker .yui-picker-controls a{font:1em arial,helvetica,clean,sans-serif;display:block;*display:inline-block;padding:0;color:#000;} diff --git a/public/assets/ckeditor/plugins/uicolor/yui/yui.js b/public/assets/ckeditor/plugins/uicolor/yui/yui.js new file mode 100644 index 0000000..3e07688 --- /dev/null +++ b/public/assets/ckeditor/plugins/uicolor/yui/yui.js @@ -0,0 +1,223 @@ +if("undefined"==typeof YAHOO||!YAHOO)var YAHOO={};YAHOO.namespace=function(){var c=arguments,e=null,a,d,b;for(a=0;a<c.length;a+=1)for(b=(""+c[a]).split("."),e=YAHOO,d="YAHOO"==b[0]?1:0;d<b.length;d+=1)e[b[d]]=e[b[d]]||{},e=e[b[d]];return e};YAHOO.log=function(c,e,a){var d=YAHOO.widget.Logger;return d&&d.log?d.log(c,e,a):!1}; +YAHOO.register=function(c,e,a){var d=YAHOO.env.modules,b,f,g;d[c]||(d[c]={versions:[],builds:[]});d=d[c];b=a.version;a=a.build;f=YAHOO.env.listeners;d.name=c;d.version=b;d.build=a;d.versions.push(b);d.builds.push(a);d.mainClass=e;for(g=0;g<f.length;g+=1)f[g](d);e?(e.VERSION=b,e.BUILD=a):YAHOO.log("mainClass is undefined for module "+c,"warn")};YAHOO.env=YAHOO.env||{modules:[],listeners:[]};YAHOO.env.getVersion=function(c){return YAHOO.env.modules[c]||null}; +YAHOO.env.ua=function(){var c={ie:0,opera:0,gecko:0,webkit:0,mobile:null,air:0,caja:0},e=navigator.userAgent,a;/KHTML/.test(e)&&(c.webkit=1);if((a=e.match(/AppleWebKit\/([^\s]*)/))&&a[1]){c.webkit=parseFloat(a[1]);if(/ Mobile\//.test(e))c.mobile="Apple";else if(a=e.match(/NokiaN[^\/]*/))c.mobile=a[0];if(a=e.match(/AdobeAIR\/([^\s]*)/))c.air=a[0]}if(!c.webkit)if((a=e.match(/Opera[\s\/]([^\s]*)/))&&a[1]){if(c.opera=parseFloat(a[1]),a=e.match(/Opera Mini[^;]*/))c.mobile=a[0]}else if((a=e.match(/MSIE\s([^;]*)/))&& +a[1])c.ie=parseFloat(a[1]);else if(a=e.match(/Gecko\/([^\s]*)/))c.gecko=1,(a=e.match(/rv:([^\s\)]*)/))&&a[1]&&(c.gecko=parseFloat(a[1]));(a=e.match(/Caja\/([^\s]*)/))&&a[1]&&(c.caja=parseFloat(a[1]));return c}();(function(){YAHOO.namespace("util","widget","example");if("undefined"!==typeof YAHOO_config){var c=YAHOO_config.listener,e=YAHOO.env.listeners,a=!0,d;if(c){for(d=0;d<e.length;d+=1)if(e[d]==c){a=!1;break}a&&e.push(c)}}})();YAHOO.lang=YAHOO.lang||{}; +(function(){var c=YAHOO.lang,e=Object.prototype,a=["toString","valueOf"],d={isArray:function(b){return"[object Array]"===e.toString.apply(b)},isBoolean:function(b){return"boolean"===typeof b},isFunction:function(b){return"[object Function]"===e.toString.apply(b)},isNull:function(b){return null===b},isNumber:function(b){return"number"===typeof b&&isFinite(b)},isObject:function(b){return b&&("object"===typeof b||c.isFunction(b))||!1},isString:function(b){return"string"===typeof b},isUndefined:function(b){return"undefined"=== +typeof b},_IEEnumFix:YAHOO.env.ua.ie?function(b,d){var g,h,k;for(g=0;g<a.length;g+=1)h=a[g],k=d[h],c.isFunction(k)&&k!=e[h]&&(b[h]=k)}:function(){},extend:function(b,a,d){if(!a||!b)throw Error("extend failed, please check that all dependencies are included.");var h=function(){},k;h.prototype=a.prototype;b.prototype=new h;b.prototype.constructor=b;b.superclass=a.prototype;a.prototype.constructor==e.constructor&&(a.prototype.constructor=a);if(d){for(k in d)c.hasOwnProperty(d,k)&&(b.prototype[k]=d[k]); +c._IEEnumFix(b.prototype,d)}},augmentObject:function(b,a){if(!a||!b)throw Error("Absorb failed, verify dependencies.");var d=arguments,e,k=d[2];if(k&&!0!==k)for(e=2;e<d.length;e+=1)b[d[e]]=a[d[e]];else{for(e in a)!k&&e in b||(b[e]=a[e]);c._IEEnumFix(b,a)}},augmentProto:function(b,a){if(!a||!b)throw Error("Augment failed, verify dependencies.");var d=[b.prototype,a.prototype],e;for(e=2;e<arguments.length;e+=1)d.push(arguments[e]);c.augmentObject.apply(this,d)},dump:function(b,a){var d,e,k=[];if(c.isObject(b)){if(b instanceof +Date||"nodeType"in b&&"tagName"in b)return b;if(c.isFunction(b))return"f(){...}"}else return b+"";a=c.isNumber(a)?a:3;if(c.isArray(b)){k.push("[");d=0;for(e=b.length;d<e;d+=1)c.isObject(b[d])?k.push(0<a?c.dump(b[d],a-1):"{...}"):k.push(b[d]),k.push(", ");1<k.length&&k.pop();k.push("]")}else{k.push("{");for(d in b)c.hasOwnProperty(b,d)&&(k.push(d+" \x3d\x3e "),c.isObject(b[d])?k.push(0<a?c.dump(b[d],a-1):"{...}"):k.push(b[d]),k.push(", "));1<k.length&&k.pop();k.push("}")}return k.join("")},substitute:function(b, +a,d){for(var h,k,l,m,n,p=[],q;;){h=b.lastIndexOf("{");if(0>h)break;k=b.indexOf("}",h);if(h+1>=k)break;m=q=b.substring(h+1,k);n=null;l=m.indexOf(" ");-1<l&&(n=m.substring(l+1),m=m.substring(0,l));l=a[m];d&&(l=d(m,l,n));c.isObject(l)?c.isArray(l)?l=c.dump(l,parseInt(n,10)):(n=n||"",m=n.indexOf("dump"),-1<m&&(n=n.substring(4)),l=l.toString===e.toString||-1<m?c.dump(l,parseInt(n,10)):l.toString()):c.isString(l)||c.isNumber(l)||(l="~-"+p.length+"-~",p[p.length]=q);b=b.substring(0,h)+l+b.substring(k+1)}for(h= +p.length-1;0<=h;--h)b=b.replace(new RegExp("~-"+h+"-~"),"{"+p[h]+"}","g");return b},trim:function(b){try{return b.replace(/^\s+|\s+$/g,"")}catch(a){return b}},merge:function(){var b={},a=arguments,d=a.length,e;for(e=0;e<d;e+=1)c.augmentObject(b,a[e],!0);return b},later:function(b,a,d,e,k){b=b||0;a=a||{};var l=d,m=e,n;c.isString(d)&&(l=a[d]);if(!l)throw new TypeError("method undefined");c.isArray(m)||(m=[e]);d=function(){l.apply(a,m)};n=k?setInterval(d,b):setTimeout(d,b);return{interval:k,cancel:function(){this.interval? +clearInterval(n):clearTimeout(n)}}},isValue:function(b){return c.isObject(b)||c.isString(b)||c.isNumber(b)||c.isBoolean(b)}};c.hasOwnProperty=e.hasOwnProperty?function(b,a){return b&&b.hasOwnProperty(a)}:function(b,a){return!c.isUndefined(b[a])&&b.constructor.prototype[a]!==b[a]};d.augmentObject(c,d,!0);YAHOO.util.Lang=c;c.augment=c.augmentProto;YAHOO.augment=c.augmentProto;YAHOO.extend=c.extend})();YAHOO.register("yahoo",YAHOO,{version:"2.7.0",build:"1796"}); +(function(){YAHOO.env._id_counter=YAHOO.env._id_counter||0;var c=YAHOO.util,e=YAHOO.lang,a=YAHOO.env.ua,d=YAHOO.lang.trim,b={},f={},g=/^t(?:able|d|h)$/i,h=/color$/i,k=window.document,l=k.documentElement,m=a.opera,n=a.webkit,p=a.gecko,q=a.ie;c.Dom={CUSTOM_ATTRIBUTES:l.hasAttribute?{htmlFor:"for",className:"class"}:{"for":"htmlFor","class":"className"},get:function(b){var a,d,f,e;if(b){if(b.nodeType||b.item)return b;if("string"===typeof b){a=b;b=k.getElementById(b);if((!b||b.id!==a)&&b&&k.all)for(b= +null,d=k.all[a],f=0,e=d.length;f<e;++f)if(d[f].id===a)return d[f];return b}b.DOM_EVENTS&&(b=b.get("element"));if("length"in b){a=[];f=0;for(e=b.length;f<e;++f)a[a.length]=c.Dom.get(b[f]);return a}return b}return null},getComputedStyle:function(b,a){if(window.getComputedStyle)return b.ownerDocument.defaultView.getComputedStyle(b,null)[a];if(b.currentStyle)return c.Dom.IE_ComputedStyle.get(b,a)},getStyle:function(b,a){return c.Dom.batch(b,c.Dom._getStyle,a)},_getStyle:function(){if(window.getComputedStyle)return function(b, +a){a="float"===a?a="cssFloat":c.Dom._toCamel(a);var d=b.style[a],f;d||(f=b.ownerDocument.defaultView.getComputedStyle(b,null))&&(d=f[a]);return d};if(l.currentStyle)return function(b,a){var d;switch(a){case "opacity":d=100;try{d=b.filters["DXImageTransform.Microsoft.Alpha"].opacity}catch(f){try{d=b.filters("alpha").opacity}catch(e){}}return d/100;case "float":a="styleFloat";default:return a=c.Dom._toCamel(a),d=b.currentStyle?b.currentStyle[a]:null,b.style[a]||d}}}(),setStyle:function(b,a,d){c.Dom.batch(b, +c.Dom._setStyle,{prop:a,val:d})},_setStyle:function(){return q?function(b,a){var d=c.Dom._toCamel(a.prop),f=a.val;if(b)switch(d){case "opacity":e.isString(b.style.filter)&&(b.style.filter="alpha(opacity\x3d"+100*f+")",b.currentStyle&&b.currentStyle.hasLayout||(b.style.zoom=1));break;case "float":d="styleFloat";default:b.style[d]=f}}:function(b,a){var d=c.Dom._toCamel(a.prop),f=a.val;b&&("float"==d&&(d="cssFloat"),b.style[d]=f)}}(),getXY:function(b){return c.Dom.batch(b,c.Dom._getXY)},_canPosition:function(b){return"none"!== +c.Dom._getStyle(b,"display")&&c.Dom._inDoc(b)},_getXY:function(){return k.documentElement.getBoundingClientRect?function(b){var d,f,e,g,l,h,p,m=Math.floor;f=!1;if(c.Dom._canPosition(b)){f=b.getBoundingClientRect();e=b.ownerDocument;b=c.Dom.getDocumentScrollLeft(e);d=c.Dom.getDocumentScrollTop(e);f=[m(f.left),m(f.top)];q&&8>a.ie&&(l=g=2,h=e.compatMode,p=r(e.documentElement,"borderLeftWidth"),e=r(e.documentElement,"borderTopWidth"),6===a.ie&&"BackCompat"!==h&&(l=g=0),"BackCompat"==h&&("medium"!==p&& +(g=parseInt(p,10)),"medium"!==e&&(l=parseInt(e,10))),f[0]-=g,f[1]-=l);if(d||b)f[0]+=b,f[1]+=d;f[0]=m(f[0]);f[1]=m(f[1])}return f}:function(b){var d,f,e,g=!1,l=b;if(c.Dom._canPosition(b)){g=[b.offsetLeft,b.offsetTop];d=c.Dom.getDocumentScrollLeft(b.ownerDocument);f=c.Dom.getDocumentScrollTop(b.ownerDocument);for(e=p||519<a.webkit?!0:!1;l=l.offsetParent;)g[0]+=l.offsetLeft,g[1]+=l.offsetTop,e&&(g=c.Dom._calcBorders(l,g));if("fixed"!==c.Dom._getStyle(b,"position")){for(l=b;(l=l.parentNode)&&l.tagName;)if(b= +l.scrollTop,e=l.scrollLeft,p&&"visible"!==c.Dom._getStyle(l,"overflow")&&(g=c.Dom._calcBorders(l,g)),b||e)g[0]-=e,g[1]-=b;g[0]+=d;g[1]+=f}else if(m)g[0]-=d,g[1]-=f;else if(n||p)g[0]+=d,g[1]+=f;g[0]=Math.floor(g[0]);g[1]=Math.floor(g[1])}return g}}(),getX:function(b){return c.Dom.batch(b,function(b){return c.Dom.getXY(b)[0]},c.Dom,!0)},getY:function(b){return c.Dom.batch(b,function(b){return c.Dom.getXY(b)[1]},c.Dom,!0)},setXY:function(b,a,d){c.Dom.batch(b,c.Dom._setXY,{pos:a,noRetry:d})},_setXY:function(b, +a){var d=c.Dom._getStyle(b,"position"),f=c.Dom.setStyle,e=a.pos,g=a.noRetry,l=[parseInt(c.Dom.getComputedStyle(b,"left"),10),parseInt(c.Dom.getComputedStyle(b,"top"),10)],h;"static"==d&&(d="relative",f(b,"position",d));h=c.Dom._getXY(b);if(!e||!1===h)return!1;isNaN(l[0])&&(l[0]="relative"==d?0:b.offsetLeft);isNaN(l[1])&&(l[1]="relative"==d?0:b.offsetTop);null!==e[0]&&f(b,"left",e[0]-h[0]+l[0]+"px");null!==e[1]&&f(b,"top",e[1]-h[1]+l[1]+"px");g||(d=c.Dom._getXY(b),(null!==e[0]&&d[0]!=e[0]||null!== +e[1]&&d[1]!=e[1])&&c.Dom._setXY(b,{pos:e,noRetry:!0}))},setX:function(b,a){c.Dom.setXY(b,[a,null])},setY:function(b,a){c.Dom.setXY(b,[null,a])},getRegion:function(b){return c.Dom.batch(b,function(b){var a=!1;c.Dom._canPosition(b)&&(a=c.Region.getRegion(b));return a},c.Dom,!0)},getClientWidth:function(){return c.Dom.getViewportWidth()},getClientHeight:function(){return c.Dom.getViewportHeight()},getElementsByClassName:function(b,a,d,f,g,l){b=e.trim(b);a=a||"*";d=d?c.Dom.get(d):k;if(!d)return[];var h= +[];a=d.getElementsByTagName(a);d=c.Dom.hasClass;for(var p=0,m=a.length;p<m;++p)d(a[p],b)&&(h[h.length]=a[p]);f&&c.Dom.batch(h,f,g,l);return h},hasClass:function(b,a){return c.Dom.batch(b,c.Dom._hasClass,a)},_hasClass:function(b,a){var d=!1;b&&a&&(d=c.Dom.getAttribute(b,"className")||"",d=a.exec?a.test(d):a&&-1<(" "+d+" ").indexOf(" "+a+" "));return d},addClass:function(b,a){return c.Dom.batch(b,c.Dom._addClass,a)},_addClass:function(b,a){var f=!1,e;b&&a&&(e=c.Dom.getAttribute(b,"className")||"",c.Dom._hasClass(b, +a)||(c.Dom.setAttribute(b,"className",d(e+" "+a)),f=!0));return f},removeClass:function(b,a){return c.Dom.batch(b,c.Dom._removeClass,a)},_removeClass:function(b,a){var f=!1,e,g;b&&a&&(e=c.Dom.getAttribute(b,"className")||"",c.Dom.setAttribute(b,"className",e.replace(c.Dom._getClassRegex(a),"")),g=c.Dom.getAttribute(b,"className"),e!==g&&(c.Dom.setAttribute(b,"className",d(g)),f=!0,""===c.Dom.getAttribute(b,"className")&&(e=b.hasAttribute&&b.hasAttribute("class")?"class":"className",b.removeAttribute(e)))); +return f},replaceClass:function(b,a,d){return c.Dom.batch(b,c.Dom._replaceClass,{from:a,to:d})},_replaceClass:function(b,a){var f,e,g=!1;b&&a&&((f=a.from,e=a.to,e)?f?f!==e&&(g=c.Dom.getAttribute(b,"className")||"",f=(" "+g.replace(c.Dom._getClassRegex(f)," "+e)).split(c.Dom._getClassRegex(e)),f.splice(1,0," "+e),c.Dom.setAttribute(b,"className",d(f.join(""))),g=!0):g=c.Dom._addClass(b,a.to):g=!1);return g},generateId:function(b,a){a=a||"yui-gen";var d=function(b){if(b&&b.id)return b.id;var d=a+YAHOO.env._id_counter++; +if(b){if(b.ownerDocument.getElementById(d))return c.Dom.generateId(b,d+a);b.id=d}return d};return c.Dom.batch(b,d,c.Dom,!0)||d.apply(c.Dom,arguments)},isAncestor:function(b,a){b=c.Dom.get(b);a=c.Dom.get(a);var d=!1;b&&a&&b.nodeType&&a.nodeType&&(b.contains&&b!==a?d=b.contains(a):b.compareDocumentPosition&&(d=!!(b.compareDocumentPosition(a)&16)));return d},inDocument:function(b,a){return c.Dom._inDoc(c.Dom.get(b),a)},_inDoc:function(b,a){var d=!1;b&&b.tagName&&(a=a||b.ownerDocument,d=c.Dom.isAncestor(a.documentElement, +b));return d},getElementsBy:function(b,a,d,f,e,g,l){a=a||"*";d=d?c.Dom.get(d):k;if(!d)return[];var h=[];a=d.getElementsByTagName(a);d=0;for(var p=a.length;d<p;++d)if(b(a[d]))if(l){h=a[d];break}else h[h.length]=a[d];f&&c.Dom.batch(h,f,e,g);return h},getElementBy:function(b,a,d){return c.Dom.getElementsBy(b,a,d,null,null,null,!0)},batch:function(b,a,d,f){var e=[];f=f?d:window;if((b=b&&(b.tagName||b.item)?b:c.Dom.get(b))&&a){if(b.tagName||void 0===b.length)return a.call(f,b,d);for(var g=0;g<b.length;++g)e[e.length]= +a.call(f,b[g],d)}else return!1;return e},getDocumentHeight:function(){return Math.max("CSS1Compat"!=k.compatMode||n?k.body.scrollHeight:l.scrollHeight,c.Dom.getViewportHeight())},getDocumentWidth:function(){return Math.max("CSS1Compat"!=k.compatMode||n?k.body.scrollWidth:l.scrollWidth,c.Dom.getViewportWidth())},getViewportHeight:function(){var b=self.innerHeight,a=k.compatMode;!a&&!q||m||(b="CSS1Compat"==a?l.clientHeight:k.body.clientHeight);return b},getViewportWidth:function(){var b=self.innerWidth, +a=k.compatMode;if(a||q)b="CSS1Compat"==a?l.clientWidth:k.body.clientWidth;return b},getAncestorBy:function(b,a){for(;b=b.parentNode;)if(c.Dom._testElement(b,a))return b;return null},getAncestorByClassName:function(b,a){return(b=c.Dom.get(b))?c.Dom.getAncestorBy(b,function(b){return c.Dom.hasClass(b,a)}):null},getAncestorByTagName:function(b,a){return(b=c.Dom.get(b))?c.Dom.getAncestorBy(b,function(b){return b.tagName&&b.tagName.toUpperCase()==a.toUpperCase()}):null},getPreviousSiblingBy:function(b, +a){for(;b;)if(b=b.previousSibling,c.Dom._testElement(b,a))return b;return null},getPreviousSibling:function(b){return(b=c.Dom.get(b))?c.Dom.getPreviousSiblingBy(b):null},getNextSiblingBy:function(b,a){for(;b;)if(b=b.nextSibling,c.Dom._testElement(b,a))return b;return null},getNextSibling:function(b){return(b=c.Dom.get(b))?c.Dom.getNextSiblingBy(b):null},getFirstChildBy:function(b,a){return(c.Dom._testElement(b.firstChild,a)?b.firstChild:null)||c.Dom.getNextSiblingBy(b.firstChild,a)},getFirstChild:function(b, +a){return(b=c.Dom.get(b))?c.Dom.getFirstChildBy(b):null},getLastChildBy:function(b,a){return b?(c.Dom._testElement(b.lastChild,a)?b.lastChild:null)||c.Dom.getPreviousSiblingBy(b.lastChild,a):null},getLastChild:function(b){b=c.Dom.get(b);return c.Dom.getLastChildBy(b)},getChildrenBy:function(b,a){var d=c.Dom.getFirstChildBy(b,a),f=d?[d]:[];c.Dom.getNextSiblingBy(d,function(b){if(!a||a(b))f[f.length]=b;return!1});return f},getChildren:function(b){b=c.Dom.get(b);return c.Dom.getChildrenBy(b)},getDocumentScrollLeft:function(b){b= +b||k;return Math.max(b.documentElement.scrollLeft,b.body.scrollLeft)},getDocumentScrollTop:function(b){b=b||k;return Math.max(b.documentElement.scrollTop,b.body.scrollTop)},insertBefore:function(b,a){b=c.Dom.get(b);a=c.Dom.get(a);return b&&a&&a.parentNode?a.parentNode.insertBefore(b,a):null},insertAfter:function(b,a){b=c.Dom.get(b);a=c.Dom.get(a);return b&&a&&a.parentNode?a.nextSibling?a.parentNode.insertBefore(b,a.nextSibling):a.parentNode.appendChild(b):null},getClientRegion:function(){var b=c.Dom.getDocumentScrollTop(), +a=c.Dom.getDocumentScrollLeft(),d=c.Dom.getViewportWidth()+a,f=c.Dom.getViewportHeight()+b;return new c.Region(b,d,f,a)},setAttribute:function(b,a,d){a=c.Dom.CUSTOM_ATTRIBUTES[a]||a;b.setAttribute(a,d)},getAttribute:function(b,a){a=c.Dom.CUSTOM_ATTRIBUTES[a]||a;return b.getAttribute(a)},_toCamel:function(a){function d(b,a){return a.toUpperCase()}return b[a]||(b[a]=-1===a.indexOf("-")?a:a.replace(/-([a-z])/gi,d))},_getClassRegex:function(b){var a;void 0!==b&&(b.exec?a=b:(a=f[b],a||(b=b.replace(c.Dom._patterns.CLASS_RE_TOKENS, +"\\$1"),a=f[b]=new RegExp("(?:^|\\s)"+b+"(?\x3d |$)","g"))));return a},_patterns:{ROOT_TAG:/^body|html$/i,CLASS_RE_TOKENS:/([\.\(\)\^\$\*\+\?\|\[\]\{\}])/g},_testElement:function(b,a){return b&&1==b.nodeType&&(!a||a(b))},_calcBorders:function(b,a){var d=parseInt(c.Dom.getComputedStyle(b,"borderTopWidth"),10)||0,f=parseInt(c.Dom.getComputedStyle(b,"borderLeftWidth"),10)||0;p&&g.test(b.tagName)&&(f=d=0);a[0]+=f;a[1]+=d;return a}};var r=c.Dom.getComputedStyle;a.opera&&(c.Dom.getComputedStyle=function(b, +a){var d=r(b,a);h.test(a)&&(d=c.Dom.Color.toRGB(d));return d});a.webkit&&(c.Dom.getComputedStyle=function(b,a){var d=r(b,a);"rgba(0, 0, 0, 0)"===d&&(d="transparent");return d})})();YAHOO.util.Region=function(c,e,a,d){this.y=this.top=c;this[1]=c;this.right=e;this.bottom=a;this.x=this.left=d;this[0]=d;this.width=this.right-this.left;this.height=this.bottom-this.top};YAHOO.util.Region.prototype.contains=function(c){return c.left>=this.left&&c.right<=this.right&&c.top>=this.top&&c.bottom<=this.bottom}; +YAHOO.util.Region.prototype.getArea=function(){return(this.bottom-this.top)*(this.right-this.left)};YAHOO.util.Region.prototype.intersect=function(c){var e=Math.max(this.top,c.top),a=Math.min(this.right,c.right),d=Math.min(this.bottom,c.bottom);c=Math.max(this.left,c.left);return d>=e&&a>=c?new YAHOO.util.Region(e,a,d,c):null}; +YAHOO.util.Region.prototype.union=function(c){var e=Math.min(this.top,c.top),a=Math.max(this.right,c.right),d=Math.max(this.bottom,c.bottom);c=Math.min(this.left,c.left);return new YAHOO.util.Region(e,a,d,c)};YAHOO.util.Region.prototype.toString=function(){return"Region {top: "+this.top+", right: "+this.right+", bottom: "+this.bottom+", left: "+this.left+", height: "+this.height+", width: "+this.width+"}"}; +YAHOO.util.Region.getRegion=function(c){var e=YAHOO.util.Dom.getXY(c);return new YAHOO.util.Region(e[1],e[0]+c.offsetWidth,e[1]+c.offsetHeight,e[0])};YAHOO.util.Point=function(c,e){YAHOO.lang.isArray(c)&&(e=c[1],c=c[0]);YAHOO.util.Point.superclass.constructor.call(this,e,c,e,c)};YAHOO.extend(YAHOO.util.Point,YAHOO.util.Region); +(function(){var c=YAHOO.util,e=/^width|height$/,a=/^(\d[.\d]*)+(em|ex|px|gd|rem|vw|vh|vm|ch|mm|cm|in|pt|pc|deg|rad|ms|s|hz|khz|%){1}?/i,d={get:function(b,d){var e="",e=b.currentStyle[d];return e="opacity"===d?c.Dom.getStyle(b,"opacity"):!e||e.indexOf&&-1<e.indexOf("px")?e:c.Dom.IE_COMPUTED[d]?c.Dom.IE_COMPUTED[d](b,d):a.test(e)?c.Dom.IE.ComputedStyle.getPixel(b,d):e},getOffset:function(b,a){var d=b.currentStyle[a],c=a.charAt(0).toUpperCase()+a.substr(1),l="offset"+c,m="pixel"+c,c="";"auto"==d?(c= +d=b[l],e.test(a)&&(b.style[a]=d,b[l]>d&&(c=d-(b[l]-d)),b.style[a]="auto")):(b.style[m]||b.style[a]||(b.style[a]=d),c=b.style[m]);return c+"px"},getBorderWidth:function(b,a){var d=null;b.currentStyle.hasLayout||(b.style.zoom=1);switch(a){case "borderTopWidth":d=b.clientTop;break;case "borderBottomWidth":d=b.offsetHeight-b.clientHeight-b.clientTop;break;case "borderLeftWidth":d=b.clientLeft;break;case "borderRightWidth":d=b.offsetWidth-b.clientWidth-b.clientLeft}return d+"px"},getPixel:function(b,a){var d= +null,c=b.currentStyle.right;b.style.right=b.currentStyle[a];d=b.style.pixelRight;b.style.right=c;return d+"px"},getMargin:function(b,a){return"auto"==b.currentStyle[a]?"0px":c.Dom.IE.ComputedStyle.getPixel(b,a)},getVisibility:function(b,a){for(var d;(d=b.currentStyle)&&"inherit"==d[a];)b=b.parentNode;return d?d[a]:"visible"},getColor:function(b,a){return c.Dom.Color.toRGB(b.currentStyle[a])||"transparent"},getBorderColor:function(b,a){var d=b.currentStyle;return c.Dom.Color.toRGB(c.Dom.Color.toHex(d[a]|| +d.color))}},b={};b.top=b.right=b.bottom=b.left=b.width=b.height=d.getOffset;b.color=d.getColor;b.borderTopWidth=b.borderRightWidth=b.borderBottomWidth=b.borderLeftWidth=d.getBorderWidth;b.marginTop=b.marginRight=b.marginBottom=b.marginLeft=d.getMargin;b.visibility=d.getVisibility;b.borderColor=b.borderTopColor=b.borderRightColor=b.borderBottomColor=b.borderLeftColor=d.getBorderColor;c.Dom.IE_COMPUTED=b;c.Dom.IE_ComputedStyle=d})(); +(function(){var c=parseInt,e=RegExp,a=YAHOO.util;a.Dom.Color={KEYWORDS:{black:"000",silver:"c0c0c0",gray:"808080",white:"fff",maroon:"800000",red:"f00",purple:"800080",fuchsia:"f0f",green:"008000",lime:"0f0",olive:"808000",yellow:"ff0",navy:"000080",blue:"00f",teal:"008080",aqua:"0ff"},re_RGB:/^rgb\(([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\)$/i,re_hex:/^#?([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})$/i,re_hex3:/([0-9A-F])/gi,toRGB:function(d){a.Dom.Color.re_RGB.test(d)||(d=a.Dom.Color.toHex(d));a.Dom.Color.re_hex.exec(d)&& +(d="rgb("+[c(e.$1,16),c(e.$2,16),c(e.$3,16)].join(", ")+")");return d},toHex:function(d){d=a.Dom.Color.KEYWORDS[d]||d;if(a.Dom.Color.re_RGB.exec(d)){d=1===e.$2.length?"0"+e.$2:Number(e.$2);var b=1===e.$3.length?"0"+e.$3:Number(e.$3);d=[(1===e.$1.length?"0"+e.$1:Number(e.$1)).toString(16),d.toString(16),b.toString(16)].join("")}6>d.length&&(d=d.replace(a.Dom.Color.re_hex3,"$1$1"));"transparent"!==d&&0>d.indexOf("#")&&(d="#"+d);return d.toLowerCase()}}})(); +YAHOO.register("dom",YAHOO.util.Dom,{version:"2.7.0",build:"1796"});YAHOO.util.CustomEvent=function(c,e,a,d){this.type=c;this.scope=e||window;this.silent=a;this.signature=d||YAHOO.util.CustomEvent.LIST;this.subscribers=[];"_YUICEOnSubscribe"!==c&&(this.subscribeEvent=new YAHOO.util.CustomEvent("_YUICEOnSubscribe",this,!0));this.lastError=null};YAHOO.util.CustomEvent.LIST=0;YAHOO.util.CustomEvent.FLAT=1; +YAHOO.util.CustomEvent.prototype={subscribe:function(c,e,a){if(!c)throw Error("Invalid callback for subscriber to '"+this.type+"'");this.subscribeEvent&&this.subscribeEvent.fire(c,e,a);this.subscribers.push(new YAHOO.util.Subscriber(c,e,a))},unsubscribe:function(c,e){if(!c)return this.unsubscribeAll();for(var a=!1,d=0,b=this.subscribers.length;d<b;++d){var f=this.subscribers[d];f&&f.contains(c,e)&&(this._delete(d),a=!0)}return a},fire:function(){this.lastError=null;var c=this.subscribers.length;if(!c&& +this.silent)return!0;var e=[].slice.call(arguments,0),a=!0,d,b=this.subscribers.slice(),f=YAHOO.util.Event.throwErrors;for(d=0;d<c;++d){var g=b[d];if(g){var h=g.getScope(this.scope);if(this.signature==YAHOO.util.CustomEvent.FLAT){var k=null;0<e.length&&(k=e[0]);try{a=g.fn.call(h,k,g.obj)}catch(l){if(this.lastError=l,f)throw l;}}else try{a=g.fn.call(h,this.type,e,g.obj)}catch(m){if(this.lastError=m,f)throw m;}if(!1===a)break}}return!1!==a},unsubscribeAll:function(){var c=this.subscribers.length,e; +for(e=c-1;-1<e;e--)this._delete(e);this.subscribers=[];return c},_delete:function(c){var e=this.subscribers[c];e&&(delete e.fn,delete e.obj);this.subscribers.splice(c,1)},toString:function(){return"CustomEvent: '"+this.type+"', context: "+this.scope}};YAHOO.util.Subscriber=function(c,e,a){this.fn=c;this.obj=YAHOO.lang.isUndefined(e)?null:e;this.overrideContext=a}; +YAHOO.util.Subscriber.prototype.getScope=function(c){return this.overrideContext?!0===this.overrideContext?this.obj:this.overrideContext:c};YAHOO.util.Subscriber.prototype.contains=function(c,e){return e?this.fn==c&&this.obj==e:this.fn==c};YAHOO.util.Subscriber.prototype.toString=function(){return"Subscriber { obj: "+this.obj+", overrideContext: "+(this.overrideContext||"no")+" }"}; +YAHOO.util.Event||(YAHOO.util.Event=function(){var c=!1,e=[],a=[],d=[],b=[],f=0,g=[],h=[],k=0,l={63232:38,63233:40,63234:37,63235:39,63276:33,63277:34,25:9},m=YAHOO.env.ua.ie?"focusin":"focus",n=YAHOO.env.ua.ie?"focusout":"blur";return{POLL_RETRYS:2E3,POLL_INTERVAL:20,EL:0,TYPE:1,FN:2,WFN:3,UNLOAD_OBJ:3,ADJ_SCOPE:4,OBJ:5,OVERRIDE:6,lastError:null,isSafari:YAHOO.env.ua.webkit,webkit:YAHOO.env.ua.webkit,isIE:YAHOO.env.ua.ie,_interval:null,_dri:null,DOMReady:!1,throwErrors:!1,startInterval:function(){if(!this._interval){var b= +this;this._interval=setInterval(function(){b._tryPreloadAttach()},this.POLL_INTERVAL)}},onAvailable:function(b,a,d,c,e){b=YAHOO.lang.isString(b)?[b]:b;for(var l=0;l<b.length;l+=1)g.push({id:b[l],fn:a,obj:d,overrideContext:c,checkReady:e});f=this.POLL_RETRYS;this.startInterval()},onContentReady:function(b,a,d,c){this.onAvailable(b,a,d,c,!0)},onDOMReady:function(b,a,d){this.DOMReady?setTimeout(function(){var c=window;d&&(c=!0===d?a:d);b.call(c,"DOMReady",[],a)},0):this.DOMReadyEvent.subscribe(b,a,d)}, +_addListener:function(c,f,l,g,m,k){if(!l||!l.call)return!1;if(this._isValidCollection(c)){k=!0;for(var n=0,w=c.length;n<w;++n)k=this.on(c[n],f,l,g,m)&&k;return k}if(YAHOO.lang.isString(c))if(n=this.getEl(c))c=n;else return this.onAvailable(c,function(){YAHOO.util.Event.on(c,f,l,g,m)}),!0;if(!c)return!1;if("unload"==f&&g!==this)return a[a.length]=[c,f,l,g,m],!0;var x=c;m&&(x=!0===m?g:m);n=function(b){return l.call(x,YAHOO.util.Event.getEvent(b,c),g)};w=[c,f,l,n,x,g,m];e[e.length]=w;if(this.useLegacyEvent(c, +f)){var t=this.getLegacyIndex(c,f);if(-1==t||c!=d[t][0])t=d.length,h[c.id+f]=t,d[t]=[c,f,c["on"+f]],b[t]=[],c["on"+f]=function(b){YAHOO.util.Event.fireLegacyEvent(YAHOO.util.Event.getEvent(b),t)};b[t].push(w)}else try{this._simpleAdd(c,f,n,k)}catch(y){return this.lastError=y,this.removeListener(c,f,l),!1}return!0},addListener:function(b,a,d,c,f){return this._addListener(b,a,d,c,f,!1)},addFocusListener:function(b,a,d,c){return this._addListener(b,m,a,d,c,!0)},removeFocusListener:function(b,a){return this.removeListener(b, +m,a)},addBlurListener:function(b,a,d,c){return this._addListener(b,n,a,d,c,!0)},removeBlurListener:function(b,a){return this.removeListener(b,n,a)},fireLegacyEvent:function(a,c){var f=!0,e,l,g;e=b[c].slice();for(var h=0,m=e.length;h<m;++h)(l=e[h])&&l[this.WFN]&&(g=l[this.ADJ_SCOPE],l=l[this.WFN].call(g,a),f=f&&l);if((e=d[c])&&e[2])e[2](a);return f},getLegacyIndex:function(b,a){var d=this.generateId(b)+a;return"undefined"==typeof h[d]?-1:h[d]},useLegacyEvent:function(b,a){return this.webkit&&419>this.webkit&& +("click"==a||"dblclick"==a)},removeListener:function(d,c,f,l){var g,h,m;if("string"==typeof d)d=this.getEl(d);else if(this._isValidCollection(d)){l=!0;for(g=d.length-1;-1<g;g--)l=this.removeListener(d[g],c,f)&&l;return l}if(!f||!f.call)return this.purgeElement(d,!1,c);if("unload"==c){for(g=a.length-1;-1<g;g--)if((m=a[g])&&m[0]==d&&m[1]==c&&m[2]==f)return a.splice(g,1),!0;return!1}g=null;"undefined"===typeof l&&(l=this._getCacheIndex(d,c,f));0<=l&&(g=e[l]);if(!d||!g)return!1;if(this.useLegacyEvent(d, +c)){g=this.getLegacyIndex(d,c);var k=b[g];if(k)for(g=0,h=k.length;g<h;++g)if((m=k[g])&&m[this.EL]==d&&m[this.TYPE]==c&&m[this.FN]==f){k.splice(g,1);break}}else try{this._simpleRemove(d,c,g[this.WFN],!1)}catch(n){return this.lastError=n,!1}delete e[l][this.WFN];delete e[l][this.FN];e.splice(l,1);return!0},getTarget:function(b,a){return this.resolveTextNode(b.target||b.srcElement)},resolveTextNode:function(b){try{if(b&&3==b.nodeType)return b.parentNode}catch(a){}return b},getPageX:function(b){var a= +b.pageX;a||0===a||(a=b.clientX||0,this.isIE&&(a+=this._getScrollLeft()));return a},getPageY:function(b){var a=b.pageY;a||0===a||(a=b.clientY||0,this.isIE&&(a+=this._getScrollTop()));return a},getXY:function(b){return[this.getPageX(b),this.getPageY(b)]},getRelatedTarget:function(b){var a=b.relatedTarget;a||("mouseout"==b.type?a=b.toElement:"mouseover"==b.type&&(a=b.fromElement));return this.resolveTextNode(a)},getTime:function(b){if(!b.time){var a=(new Date).getTime();try{b.time=a}catch(d){return this.lastError= +d,a}}return b.time},stopEvent:function(b){this.stopPropagation(b);this.preventDefault(b)},stopPropagation:function(b){b.stopPropagation?b.stopPropagation():b.cancelBubble=!0},preventDefault:function(b){b.preventDefault?b.preventDefault():b.returnValue=!1},getEvent:function(b,a){var d=b||window.event;if(!d)for(var c=this.getEvent.caller;c&&(!(d=c.arguments[0])||Event!=d.constructor);)c=c.caller;return d},getCharCode:function(b){b=b.keyCode||b.charCode||0;YAHOO.env.ua.webkit&&b in l&&(b=l[b]);return b}, +_getCacheIndex:function(b,a,d){for(var c=0,f=e.length;c<f;c+=1){var g=e[c];if(g&&g[this.FN]==d&&g[this.EL]==b&&g[this.TYPE]==a)return c}return-1},generateId:function(b){var a=b.id;a||(a="yuievtautoid-"+k,++k,b.id=a);return a},_isValidCollection:function(b){try{return b&&"string"!==typeof b&&b.length&&!b.tagName&&!b.alert&&"undefined"!==typeof b[0]}catch(a){return!1}},elCache:{},getEl:function(b){return"string"===typeof b?document.getElementById(b):b},clearCache:function(){},DOMReadyEvent:new YAHOO.util.CustomEvent("DOMReady", +this),_load:function(b){c||(c=!0,b=YAHOO.util.Event,b._ready(),b._tryPreloadAttach())},_ready:function(b){b=YAHOO.util.Event;b.DOMReady||(b.DOMReady=!0,b.DOMReadyEvent.fire(),b._simpleRemove(document,"DOMContentLoaded",b._ready))},_tryPreloadAttach:function(){if(0===g.length)f=0,this._interval&&(clearInterval(this._interval),this._interval=null);else if(!this.locked)if(this.isIE&&!this.DOMReady)this.startInterval();else{this.locked=!0;var b=!c;b||(b=0<f&&0<g.length);var a=[],d=function(b,a){var d= +b;a.overrideContext&&(d=!0===a.overrideContext?a.obj:a.overrideContext);a.fn.call(d,a.obj)},e,l,h,m,k=[];e=0;for(l=g.length;e<l;e+=1)if(h=g[e])if(m=this.getEl(h.id))if(h.checkReady){if(c||m.nextSibling||!b)k.push(h),g[e]=null}else d(m,h),g[e]=null;else a.push(h);e=0;for(l=k.length;e<l;e+=1)h=k[e],d(this.getEl(h.id),h);f--;if(b){for(e=g.length-1;-1<e;e--)(h=g[e])&&h.id||g.splice(e,1);this.startInterval()}else this._interval&&(clearInterval(this._interval),this._interval=null);this.locked=!1}},purgeElement:function(b, +a,d){b=YAHOO.lang.isString(b)?this.getEl(b):b;var c=this.getListeners(b,d),f;if(c)for(f=c.length-1;-1<f;f--){var e=c[f];this.removeListener(b,e.type,e.fn)}if(a&&b&&b.childNodes)for(f=0,c=b.childNodes.length;f<c;++f)this.purgeElement(b.childNodes[f],a,d)},getListeners:function(b,d){var c=[],f;f=d?"unload"===d?[a]:[e]:[e,a];for(var g=YAHOO.lang.isString(b)?this.getEl(b):b,l=0;l<f.length;l+=1){var h=f[l];if(h)for(var m=0,k=h.length;m<k;++m){var n=h[m];!n||n[this.EL]!==g||d&&d!==n[this.TYPE]||c.push({type:n[this.TYPE], +fn:n[this.FN],obj:n[this.OBJ],adjust:n[this.OVERRIDE],scope:n[this.ADJ_SCOPE],index:m})}}return c.length?c:null},_unload:function(b){var c=YAHOO.util.Event,f,l,g,h=a.slice(),m;f=0;for(g=a.length;f<g;++f)if(l=h[f])m=window,l[c.ADJ_SCOPE]&&(m=!0===l[c.ADJ_SCOPE]?l[c.UNLOAD_OBJ]:l[c.ADJ_SCOPE]),l[c.FN].call(m,c.getEvent(b,l[c.EL]),l[c.UNLOAD_OBJ]),h[f]=null;a=null;if(e)for(b=e.length-1;-1<b;b--)(l=e[b])&&c.removeListener(l[c.EL],l[c.TYPE],l[c.FN],b);d=null;c._simpleRemove(window,"unload",c._unload)}, +_getScrollLeft:function(){return this._getScroll()[1]},_getScrollTop:function(){return this._getScroll()[0]},_getScroll:function(){var b=document.documentElement,a=document.body;return b&&(b.scrollTop||b.scrollLeft)?[b.scrollTop,b.scrollLeft]:a?[a.scrollTop,a.scrollLeft]:[0,0]},regCE:function(){},_simpleAdd:function(){return window.addEventListener?function(b,a,d,c){b.addEventListener(a,d,c)}:window.attachEvent?function(b,a,d,c){b.attachEvent("on"+a,d)}:function(){}}(),_simpleRemove:function(){return window.removeEventListener? +function(b,a,d,c){b.removeEventListener(a,d,c)}:window.detachEvent?function(b,a,d){b.detachEvent("on"+a,d)}:function(){}}()}}(),function(){var c=YAHOO.util.Event;c.on=c.addListener;c.onFocus=c.addFocusListener;c.onBlur=c.addBlurListener;if(c.isIE){YAHOO.util.Event.onDOMReady(YAHOO.util.Event._tryPreloadAttach,YAHOO.util.Event,!0);var e=document.createElement("p");c._dri=setInterval(function(){try{e.doScroll("left"),clearInterval(c._dri),c._dri=null,c._ready(),e=null}catch(a){}},c.POLL_INTERVAL)}else c.webkit&& +525>c.webkit?c._dri=setInterval(function(){var a=document.readyState;if("loaded"==a||"complete"==a)clearInterval(c._dri),c._dri=null,c._ready()},c.POLL_INTERVAL):c._simpleAdd(document,"DOMContentLoaded",c._ready);c._simpleAdd(window,"load",c._load);c._simpleAdd(window,"unload",c._unload);c._tryPreloadAttach()}());YAHOO.util.EventProvider=function(){}; +YAHOO.util.EventProvider.prototype={__yui_events:null,__yui_subscribers:null,subscribe:function(c,e,a,d){this.__yui_events=this.__yui_events||{};var b=this.__yui_events[c];b?b.subscribe(e,a,d):(b=this.__yui_subscribers=this.__yui_subscribers||{},b[c]||(b[c]=[]),b[c].push({fn:e,obj:a,overrideContext:d}))},unsubscribe:function(c,e,a){var d=this.__yui_events=this.__yui_events||{};if(c){if(d=d[c])return d.unsubscribe(e,a)}else{c=!0;for(var b in d)YAHOO.lang.hasOwnProperty(d,b)&&(c=c&&d[b].unsubscribe(e, +a));return c}return!1},unsubscribeAll:function(c){return this.unsubscribe(c)},createEvent:function(c,e){this.__yui_events=this.__yui_events||{};var a=e||{},d=this.__yui_events;if(!d[c]){var b=new YAHOO.util.CustomEvent(c,a.scope||this,a.silent,YAHOO.util.CustomEvent.FLAT);d[c]=b;a.onSubscribeCallback&&b.subscribeEvent.subscribe(a.onSubscribeCallback);this.__yui_subscribers=this.__yui_subscribers||{};if(a=this.__yui_subscribers[c])for(var f=0;f<a.length;++f)b.subscribe(a[f].fn,a[f].obj,a[f].overrideContext)}return d[c]}, +fireEvent:function(c,e,a,d){this.__yui_events=this.__yui_events||{};var b=this.__yui_events[c];if(!b)return null;for(var f=[],g=1;g<arguments.length;++g)f.push(arguments[g]);return b.fire.apply(b,f)},hasEvent:function(c){return this.__yui_events&&this.__yui_events[c]?!0:!1}}; +(function(){var c=YAHOO.util.Event,e=YAHOO.lang;YAHOO.util.KeyListener=function(a,b,f,g){function h(a,d){b.shift||(b.shift=!1);b.alt||(b.alt=!1);b.ctrl||(b.ctrl=!1);if(a.shiftKey==b.shift&&a.altKey==b.alt&&a.ctrlKey==b.ctrl){var f,e=b.keys,g;if(YAHOO.lang.isArray(e))for(var h=0;h<e.length;h++){if(f=e[h],g=c.getCharCode(a),f==g){k.fire(g,a);break}}else g=c.getCharCode(a),e==g&&k.fire(g,a)}}g||(g=YAHOO.util.KeyListener.KEYDOWN);var k=new YAHOO.util.CustomEvent("keyPressed");this.enabledEvent=new YAHOO.util.CustomEvent("enabled"); +this.disabledEvent=new YAHOO.util.CustomEvent("disabled");e.isString(a)&&(a=document.getElementById(a));e.isFunction(f)?k.subscribe(f):k.subscribe(f.fn,f.scope,f.correctScope);this.enable=function(){this.enabled||(c.on(a,g,h),this.enabledEvent.fire(b));this.enabled=!0};this.disable=function(){this.enabled&&(c.removeListener(a,g,h),this.disabledEvent.fire(b));this.enabled=!1};this.toString=function(){return"KeyListener ["+b.keys+"] "+a.tagName+(a.id?"["+a.id+"]":"")}};var a=YAHOO.util.KeyListener; +a.KEYDOWN="keydown";a.KEYUP="keyup";a.KEY={ALT:18,BACK_SPACE:8,CAPS_LOCK:20,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,META:224,NUM_LOCK:144,PAGE_DOWN:34,PAGE_UP:33,PAUSE:19,PRINTSCREEN:44,RIGHT:39,SCROLL_LOCK:145,SHIFT:16,SPACE:32,TAB:9,UP:38}})();YAHOO.register("event",YAHOO.util.Event,{version:"2.7.0",build:"1796"});YAHOO.register("yahoo-dom-event",YAHOO,{version:"2.7.0",build:"1796"}); +YAHOO.util.DragDropMgr||(YAHOO.util.DragDropMgr=function(){var c=YAHOO.util.Event,e=YAHOO.util.Dom;return{useShim:!1,_shimActive:!1,_shimState:!1,_debugShim:!1,_createShim:function(){var a=document.createElement("div");a.id="yui-ddm-shim";document.body.firstChild?document.body.insertBefore(a,document.body.firstChild):document.body.appendChild(a);a.style.display="none";a.style.backgroundColor="red";a.style.position="absolute";a.style.zIndex="99999";e.setStyle(a,"opacity","0");this._shim=a;c.on(a,"mouseup", +this.handleMouseUp,this,!0);c.on(a,"mousemove",this.handleMouseMove,this,!0);c.on(window,"scroll",this._sizeShim,this,!0)},_sizeShim:function(){if(this._shimActive){var a=this._shim;a.style.height=e.getDocumentHeight()+"px";a.style.width=e.getDocumentWidth()+"px";a.style.top="0";a.style.left="0"}},_activateShim:function(){if(this.useShim){this._shim||this._createShim();this._shimActive=!0;var a=this._shim,d="0";this._debugShim&&(d=".5");e.setStyle(a,"opacity",d);this._sizeShim();a.style.display="block"}}, +_deactivateShim:function(){this._shim.style.display="none";this._shimActive=!1},_shim:null,ids:{},handleIds:{},dragCurrent:null,dragOvers:{},deltaX:0,deltaY:0,preventDefault:!0,stopPropagation:!0,initialized:!1,locked:!1,interactionInfo:null,init:function(){this.initialized=!0},POINT:0,INTERSECT:1,STRICT_INTERSECT:2,mode:0,_execOnAll:function(a,d){for(var b in this.ids)for(var c in this.ids[b]){var e=this.ids[b][c];this.isTypeOfDD(e)&&e[a].apply(e,d)}},_onLoad:function(){this.init();c.on(document, +"mouseup",this.handleMouseUp,this,!0);c.on(document,"mousemove",this.handleMouseMove,this,!0);c.on(window,"unload",this._onUnload,this,!0);c.on(window,"resize",this._onResize,this,!0)},_onResize:function(a){this._execOnAll("resetConstraints",[])},lock:function(){this.locked=!0},unlock:function(){this.locked=!1},isLocked:function(){return this.locked},locationCache:{},useCache:!0,clickPixelThresh:3,clickTimeThresh:1E3,dragThreshMet:!1,clickTimeout:null,startX:0,startY:0,fromTimeout:!1,regDragDrop:function(a, +d){this.initialized||this.init();this.ids[d]||(this.ids[d]={});this.ids[d][a.id]=a},removeDDFromGroup:function(a,d){this.ids[d]||(this.ids[d]={});var b=this.ids[d];b&&b[a.id]&&delete b[a.id]},_remove:function(a){for(var d in a.groups)if(d){var b=this.ids[d];b&&b[a.id]&&delete b[a.id]}delete this.handleIds[a.id]},regHandle:function(a,d){this.handleIds[a]||(this.handleIds[a]={});this.handleIds[a][d]=d},isDragDrop:function(a){return this.getDDById(a)?!0:!1},getRelated:function(a,d){var b=[],c;for(c in a.groups)for(var e in this.ids[c]){var h= +this.ids[c][e];!this.isTypeOfDD(h)||d&&!h.isTarget||(b[b.length]=h)}return b},isLegalTarget:function(a,d){for(var b=this.getRelated(a,!0),c=0,e=b.length;c<e;++c)if(b[c].id==d.id)return!0;return!1},isTypeOfDD:function(a){return a&&a.__ygDragDrop},isHandle:function(a,d){return this.handleIds[a]&&this.handleIds[a][d]},getDDById:function(a){for(var d in this.ids)if(this.ids[d][a])return this.ids[d][a];return null},handleMouseDown:function(a,d){this.currentTarget=YAHOO.util.Event.getTarget(a);this.dragCurrent= +d;var b=d.getEl();this.startX=YAHOO.util.Event.getPageX(a);this.startY=YAHOO.util.Event.getPageY(a);this.deltaX=this.startX-b.offsetLeft;this.deltaY=this.startY-b.offsetTop;this.dragThreshMet=!1;this.clickTimeout=setTimeout(function(){var b=YAHOO.util.DDM;b.startDrag(b.startX,b.startY);b.fromTimeout=!0},this.clickTimeThresh)},startDrag:function(a,d){this.dragCurrent&&this.dragCurrent.useShim&&(this._shimState=this.useShim,this.useShim=!0);this._activateShim();clearTimeout(this.clickTimeout);var b= +this.dragCurrent;b&&b.events.b4StartDrag&&(b.b4StartDrag(a,d),b.fireEvent("b4StartDragEvent",{x:a,y:d}));b&&b.events.startDrag&&(b.startDrag(a,d),b.fireEvent("startDragEvent",{x:a,y:d}));this.dragThreshMet=!0},handleMouseUp:function(a){this.dragCurrent&&(clearTimeout(this.clickTimeout),this.dragThreshMet&&(this.fromTimeout&&(this.fromTimeout=!1,this.handleMouseMove(a)),this.fromTimeout=!1,this.fireEvents(a,!0)),this.stopDrag(a),this.stopEvent(a))},stopEvent:function(a){this.stopPropagation&&YAHOO.util.Event.stopPropagation(a); +this.preventDefault&&YAHOO.util.Event.preventDefault(a)},stopDrag:function(a,d){var b=this.dragCurrent;b&&!d&&(this.dragThreshMet&&(b.events.b4EndDrag&&(b.b4EndDrag(a),b.fireEvent("b4EndDragEvent",{e:a})),b.events.endDrag&&(b.endDrag(a),b.fireEvent("endDragEvent",{e:a}))),b.events.mouseUp&&(b.onMouseUp(a),b.fireEvent("mouseUpEvent",{e:a})));this._shimActive&&(this._deactivateShim(),this.dragCurrent&&this.dragCurrent.useShim&&(this.useShim=this._shimState,this._shimState=!1));this.dragCurrent=null; +this.dragOvers={}},handleMouseMove:function(a){var d=this.dragCurrent;if(d){if(YAHOO.util.Event.isIE&&!a.button)return this.stopEvent(a),this.handleMouseUp(a);if(!this.dragThreshMet){var b=Math.abs(this.startX-YAHOO.util.Event.getPageX(a)),c=Math.abs(this.startY-YAHOO.util.Event.getPageY(a));(b>this.clickPixelThresh||c>this.clickPixelThresh)&&this.startDrag(this.startX,this.startY)}this.dragThreshMet&&(d&&d.events.b4Drag&&(d.b4Drag(a),d.fireEvent("b4DragEvent",{e:a})),d&&d.events.drag&&(d.onDrag(a), +d.fireEvent("dragEvent",{e:a})),d&&this.fireEvents(a,!1));this.stopEvent(a)}},fireEvents:function(a,d){var b=this.dragCurrent;if(b&&!b.isLocked()&&!b.dragOnly){var c=YAHOO.util.Event.getPageX(a),e=YAHOO.util.Event.getPageY(a),h=new YAHOO.util.Point(c,e),e=b.getTargetCoord(h.x,h.y),k=b.getDragEl(),c=["out","over","drop","enter"],l=new YAHOO.util.Region(e.y,e.x+k.offsetWidth,e.y+k.offsetHeight,e.x),m=[],n={},e=[],k={outEvts:[],overEvts:[],dropEvts:[],enterEvts:[]},p;for(p in this.dragOvers){var q=this.dragOvers[p]; +this.isTypeOfDD(q)&&(this.isOverTarget(h,q,this.mode,l)||k.outEvts.push(q),m[p]=!0,delete this.dragOvers[p])}for(var r in b.groups)if("string"==typeof r)for(p in this.ids[r])q=this.ids[r][p],this.isTypeOfDD(q)&&q.isTarget&&!q.isLocked()&&q!=b&&this.isOverTarget(h,q,this.mode,l)&&(n[r]=!0,d?k.dropEvts.push(q):(m[q.id]?k.overEvts.push(q):k.enterEvts.push(q),this.dragOvers[q.id]=q));this.interactionInfo={out:k.outEvts,enter:k.enterEvts,over:k.overEvts,drop:k.dropEvts,point:h,draggedRegion:l,sourceRegion:this.locationCache[b.id], +validDrop:d};for(var v in n)e.push(v);d&&!k.dropEvts.length&&(this.interactionInfo.validDrop=!1,b.events.invalidDrop&&(b.onInvalidDrop(a),b.fireEvent("invalidDropEvent",{e:a})));for(p=0;p<c.length;p++)if(r=null,k[c[p]+"Evts"]&&(r=k[c[p]+"Evts"]),r&&r.length)if(m=c[p].charAt(0).toUpperCase()+c[p].substr(1),v="onDrag"+m,h="b4Drag"+m,l="drag"+m+"Event",m="drag"+m,this.mode)b.events[h]&&(b[h](a,r,e),b.fireEvent(h+"Event",{event:a,info:r,group:e})),b.events[m]&&(b[v](a,r,e),b.fireEvent(l,{event:a,info:r, +group:e}));else for(n=0,q=r.length;n<q;++n)b.events[h]&&(b[h](a,r[n].id,e[0]),b.fireEvent(h+"Event",{event:a,info:r[n].id,group:e[0]})),b.events[m]&&(b[v](a,r[n].id,e[0]),b.fireEvent(l,{event:a,info:r[n].id,group:e[0]}))}},getBestMatch:function(a){var d=null,b=a.length;if(1==b)d=a[0];else for(var c=0;c<b;++c){var e=a[c];if(this.mode==this.INTERSECT&&e.cursorIsOver){d=e;break}else if(!d||!d.overlap||e.overlap&&d.overlap.getArea()<e.overlap.getArea())d=e}return d},refreshCache:function(a){a=a||this.ids; +for(var d in a)if("string"==typeof d)for(var b in this.ids[d])if(a=this.ids[d][b],this.isTypeOfDD(a)){var c=this.getLocation(a);c?this.locationCache[a.id]=c:delete this.locationCache[a.id]}},verifyEl:function(a){try{if(a&&a.offsetParent)return!0}catch(d){}return!1},getLocation:function(a){if(!this.isTypeOfDD(a))return null;var d=a.getEl(),b,c,e;try{b=YAHOO.util.Dom.getXY(d)}catch(h){}if(!b)return null;c=b[0];e=c+d.offsetWidth;b=b[1];return new YAHOO.util.Region(b-a.padding[0],e+a.padding[1],b+d.offsetHeight+ +a.padding[2],c-a.padding[3])},isOverTarget:function(a,d,b,c){var e=this.locationCache[d.id];e&&this.useCache||(e=this.getLocation(d),this.locationCache[d.id]=e);if(!e)return!1;d.cursorIsOver=e.contains(a);var h=this.dragCurrent;if(!h||!b&&!h.constrainX&&!h.constrainY)return d.cursorIsOver;d.overlap=null;c||(a=h.getTargetCoord(a.x,a.y),h=h.getDragEl(),c=new YAHOO.util.Region(a.y,a.x+h.offsetWidth,a.y+h.offsetHeight,a.x));return(e=c.intersect(e))?(d.overlap=e,b?!0:d.cursorIsOver):!1},_onUnload:function(a, +d){this.unregAll()},unregAll:function(){this.dragCurrent&&(this.stopDrag(),this.dragCurrent=null);this._execOnAll("unreg",[]);this.ids={}},elementCache:{},getElWrapper:function(a){var d=this.elementCache[a];d&&d.el||(d=this.elementCache[a]=new this.ElementWrapper(YAHOO.util.Dom.get(a)));return d},getElement:function(a){return YAHOO.util.Dom.get(a)},getCss:function(a){return(a=YAHOO.util.Dom.get(a))?a.style:null},ElementWrapper:function(a){this.id=(this.el=a||null)&&a.id;this.css=this.el&&a.style}, +getPosX:function(a){return YAHOO.util.Dom.getX(a)},getPosY:function(a){return YAHOO.util.Dom.getY(a)},swapNode:function(a,d){if(a.swapNode)a.swapNode(d);else{var b=d.parentNode,c=d.nextSibling;c==a?b.insertBefore(a,d):d==a.nextSibling?b.insertBefore(d,a):(a.parentNode.replaceChild(d,a),b.insertBefore(a,c))}},getScroll:function(){var a,d,b=document.documentElement,c=document.body;b&&(b.scrollTop||b.scrollLeft)?(a=b.scrollTop,d=b.scrollLeft):c&&(a=c.scrollTop,d=c.scrollLeft);return{top:a,left:d}},getStyle:function(a, +d){return YAHOO.util.Dom.getStyle(a,d)},getScrollTop:function(){return this.getScroll().top},getScrollLeft:function(){return this.getScroll().left},moveToEl:function(a,d){var b=YAHOO.util.Dom.getXY(d);YAHOO.util.Dom.setXY(a,b)},getClientHeight:function(){return YAHOO.util.Dom.getViewportHeight()},getClientWidth:function(){return YAHOO.util.Dom.getViewportWidth()},numericSort:function(a,d){return a-d},_timeoutCount:0,_addListeners:function(){var a=YAHOO.util.DDM;YAHOO.util.Event&&document?a._onLoad(): +2E3<a._timeoutCount||(setTimeout(a._addListeners,10),document&&document.body&&(a._timeoutCount+=1))},handleWasClicked:function(a,d){if(this.isHandle(d,a.id))return!0;for(var b=a.parentNode;b;){if(this.isHandle(d,b.id))return!0;b=b.parentNode}return!1}}}(),YAHOO.util.DDM=YAHOO.util.DragDropMgr,YAHOO.util.DDM._addListeners()); +(function(){var c=YAHOO.util.Event,e=YAHOO.util.Dom;YAHOO.util.DragDrop=function(a,d,b){a&&this.init(a,d,b)};YAHOO.util.DragDrop.prototype={events:null,on:function(){this.subscribe.apply(this,arguments)},id:null,config:null,dragElId:null,handleElId:null,invalidHandleTypes:null,invalidHandleIds:null,invalidHandleClasses:null,startPageX:0,startPageY:0,groups:null,locked:!1,lock:function(){this.locked=!0},unlock:function(){this.locked=!1},isTarget:!0,padding:null,dragOnly:!1,useShim:!1,_domRef:null, +__ygDragDrop:!0,constrainX:!1,constrainY:!1,minX:0,maxX:0,minY:0,maxY:0,deltaX:0,deltaY:0,maintainOffset:!1,xTicks:null,yTicks:null,primaryButtonOnly:!0,available:!1,hasOuterHandles:!1,cursorIsOver:!1,overlap:null,b4StartDrag:function(a,d){},startDrag:function(a,d){},b4Drag:function(a){},onDrag:function(a){},onDragEnter:function(a,d){},b4DragOver:function(a){},onDragOver:function(a,d){},b4DragOut:function(a){},onDragOut:function(a,d){},b4DragDrop:function(a){},onDragDrop:function(a,d){},onInvalidDrop:function(a){}, +b4EndDrag:function(a){},endDrag:function(a){},b4MouseDown:function(a){},onMouseDown:function(a){},onMouseUp:function(a){},onAvailable:function(){},getEl:function(){this._domRef||(this._domRef=e.get(this.id));return this._domRef},getDragEl:function(){return e.get(this.dragElId)},init:function(a,d,b){this.initTarget(a,d,b);c.on(this._domRef||this.id,"mousedown",this.handleMouseDown,this,!0);for(var e in this.events)this.createEvent(e+"Event")},initTarget:function(a,d,b){this.config=b||{};this.events= +{};this.DDM=YAHOO.util.DDM;this.groups={};"string"!==typeof a&&(this._domRef=a,a=e.generateId(a));this.id=a;this.addToGroup(d?d:"default");this.handleElId=a;c.onAvailable(a,this.handleOnAvailable,this,!0);this.setDragElId(a);this.invalidHandleTypes={A:"A"};this.invalidHandleIds={};this.invalidHandleClasses=[];this.applyConfig()},applyConfig:function(){this.events={mouseDown:!0,b4MouseDown:!0,mouseUp:!0,b4StartDrag:!0,startDrag:!0,b4EndDrag:!0,endDrag:!0,drag:!0,b4Drag:!0,invalidDrop:!0,b4DragOut:!0, +dragOut:!0,dragEnter:!0,b4DragOver:!0,dragOver:!0,b4DragDrop:!0,dragDrop:!0};if(this.config.events)for(var a in this.config.events)!1===this.config.events[a]&&(this.events[a]=!1);this.padding=this.config.padding||[0,0,0,0];this.isTarget=!1!==this.config.isTarget;this.maintainOffset=this.config.maintainOffset;this.primaryButtonOnly=!1!==this.config.primaryButtonOnly;this.dragOnly=!0===this.config.dragOnly?!0:!1;this.useShim=!0===this.config.useShim?!0:!1},handleOnAvailable:function(){this.available= +!0;this.resetConstraints();this.onAvailable()},setPadding:function(a,d,b,c){this.padding=d||0===d?b||0===b?[a,d,b,c]:[a,d,a,d]:[a,a,a,a]},setInitPosition:function(a,d){var b=this.getEl();if(this.DDM.verifyEl(b)){var c=a||0,g=d||0,b=e.getXY(b);this.initPageX=b[0]-c;this.initPageY=b[1]-g;this.lastPageX=b[0];this.lastPageY=b[1];this.setStartPosition(b)}},setStartPosition:function(a){a=a||e.getXY(this.getEl());this.deltaSetXY=null;this.startPageX=a[0];this.startPageY=a[1]},addToGroup:function(a){this.groups[a]= +!0;this.DDM.regDragDrop(this,a)},removeFromGroup:function(a){this.groups[a]&&delete this.groups[a];this.DDM.removeDDFromGroup(this,a)},setDragElId:function(a){this.dragElId=a},setHandleElId:function(a){"string"!==typeof a&&(a=e.generateId(a));this.handleElId=a;this.DDM.regHandle(this.id,a)},setOuterHandleElId:function(a){"string"!==typeof a&&(a=e.generateId(a));c.on(a,"mousedown",this.handleMouseDown,this,!0);this.setHandleElId(a);this.hasOuterHandles=!0},unreg:function(){c.removeListener(this.id, +"mousedown",this.handleMouseDown);this._domRef=null;this.DDM._remove(this)},isLocked:function(){return this.DDM.isLocked()||this.locked},handleMouseDown:function(a,d){var b=a.which||a.button;if(!(this.primaryButtonOnly&&1<b||this.isLocked())){var b=this.b4MouseDown(a),e=!0;this.events.b4MouseDown&&(e=this.fireEvent("b4MouseDownEvent",a));var g=this.onMouseDown(a),h=!0;this.events.mouseDown&&(h=this.fireEvent("mouseDownEvent",a));!1!==b&&!1!==g&&!1!==e&&!1!==h&&(this.DDM.refreshCache(this.groups), +b=new YAHOO.util.Point(c.getPageX(a),c.getPageY(a)),(this.hasOuterHandles||this.DDM.isOverTarget(b,this))&&this.clickValidator(a)&&(this.setStartPosition(),this.DDM.handleMouseDown(a,this),this.DDM.stopEvent(a)))}},clickValidator:function(a){a=YAHOO.util.Event.getTarget(a);return this.isValidHandleChild(a)&&(this.id==this.handleElId||this.DDM.handleWasClicked(a,this.id))},getTargetCoord:function(a,d){var b=a-this.deltaX,c=d-this.deltaY;this.constrainX&&(b<this.minX&&(b=this.minX),b>this.maxX&&(b= +this.maxX));this.constrainY&&(c<this.minY&&(c=this.minY),c>this.maxY&&(c=this.maxY));b=this.getTick(b,this.xTicks);c=this.getTick(c,this.yTicks);return{x:b,y:c}},addInvalidHandleType:function(a){a=a.toUpperCase();this.invalidHandleTypes[a]=a},addInvalidHandleId:function(a){"string"!==typeof a&&(a=e.generateId(a));this.invalidHandleIds[a]=a},addInvalidHandleClass:function(a){this.invalidHandleClasses.push(a)},removeInvalidHandleType:function(a){a=a.toUpperCase();delete this.invalidHandleTypes[a]}, +removeInvalidHandleId:function(a){"string"!==typeof a&&(a=e.generateId(a));delete this.invalidHandleIds[a]},removeInvalidHandleClass:function(a){for(var d=0,b=this.invalidHandleClasses.length;d<b;++d)this.invalidHandleClasses[d]==a&&delete this.invalidHandleClasses[d]},isValidHandleChild:function(a){var d=!0,b;try{b=a.nodeName.toUpperCase()}catch(c){b=a.nodeName}d=(d=d&&!this.invalidHandleTypes[b])&&!this.invalidHandleIds[a.id];b=0;for(var g=this.invalidHandleClasses.length;d&&b<g;++b)d=!e.hasClass(a, +this.invalidHandleClasses[b]);return d},setXTicks:function(a,d){this.xTicks=[];this.xTickSize=d;for(var b={},c=this.initPageX;c>=this.minX;c-=d)b[c]||(this.xTicks[this.xTicks.length]=c,b[c]=!0);for(c=this.initPageX;c<=this.maxX;c+=d)b[c]||(this.xTicks[this.xTicks.length]=c,b[c]=!0);this.xTicks.sort(this.DDM.numericSort)},setYTicks:function(a,d){this.yTicks=[];this.yTickSize=d;for(var b={},c=this.initPageY;c>=this.minY;c-=d)b[c]||(this.yTicks[this.yTicks.length]=c,b[c]=!0);for(c=this.initPageY;c<= +this.maxY;c+=d)b[c]||(this.yTicks[this.yTicks.length]=c,b[c]=!0);this.yTicks.sort(this.DDM.numericSort)},setXConstraint:function(a,d,b){this.leftConstraint=parseInt(a,10);this.rightConstraint=parseInt(d,10);this.minX=this.initPageX-this.leftConstraint;this.maxX=this.initPageX+this.rightConstraint;b&&this.setXTicks(this.initPageX,b);this.constrainX=!0},clearConstraints:function(){this.constrainY=this.constrainX=!1;this.clearTicks()},clearTicks:function(){this.yTicks=this.xTicks=null;this.yTickSize= +this.xTickSize=0},setYConstraint:function(a,d,b){this.topConstraint=parseInt(a,10);this.bottomConstraint=parseInt(d,10);this.minY=this.initPageY-this.topConstraint;this.maxY=this.initPageY+this.bottomConstraint;b&&this.setYTicks(this.initPageY,b);this.constrainY=!0},resetConstraints:function(){this.initPageX||0===this.initPageX?this.setInitPosition(this.maintainOffset?this.lastPageX-this.initPageX:0,this.maintainOffset?this.lastPageY-this.initPageY:0):this.setInitPosition();this.constrainX&&this.setXConstraint(this.leftConstraint, +this.rightConstraint,this.xTickSize);this.constrainY&&this.setYConstraint(this.topConstraint,this.bottomConstraint,this.yTickSize)},getTick:function(a,d){if(d){if(d[0]>=a)return d[0];for(var b=0,c=d.length;b<c;++b){var e=b+1;if(d[e]&&d[e]>=a)return d[e]-a>a-d[b]?d[b]:d[e]}return d[d.length-1]}return a},toString:function(){return"DragDrop "+this.id}};YAHOO.augment(YAHOO.util.DragDrop,YAHOO.util.EventProvider)})();YAHOO.util.DD=function(c,e,a){c&&this.init(c,e,a)}; +YAHOO.extend(YAHOO.util.DD,YAHOO.util.DragDrop,{scroll:!0,autoOffset:function(c,e){this.setDelta(c-this.startPageX,e-this.startPageY)},setDelta:function(c,e){this.deltaX=c;this.deltaY=e},setDragElPos:function(c,e){var a=this.getDragEl();this.alignElWithMouse(a,c,e)},alignElWithMouse:function(c,e,a){var d=this.getTargetCoord(e,a);this.deltaSetXY?(YAHOO.util.Dom.setStyle(c,"left",d.x+this.deltaSetXY[0]+"px"),YAHOO.util.Dom.setStyle(c,"top",d.y+this.deltaSetXY[1]+"px")):(YAHOO.util.Dom.setXY(c,[d.x, +d.y]),e=parseInt(YAHOO.util.Dom.getStyle(c,"left"),10),a=parseInt(YAHOO.util.Dom.getStyle(c,"top"),10),this.deltaSetXY=[e-d.x,a-d.y]);this.cachePosition(d.x,d.y);var b=this;setTimeout(function(){b.autoScroll.call(b,d.x,d.y,c.offsetHeight,c.offsetWidth)},0)},cachePosition:function(c,e){if(c)this.lastPageX=c,this.lastPageY=e;else{var a=YAHOO.util.Dom.getXY(this.getEl());this.lastPageX=a[0];this.lastPageY=a[1]}},autoScroll:function(c,e,a,d){if(this.scroll){var b=this.DDM.getClientHeight(),f=this.DDM.getClientWidth(), +g=this.DDM.getScrollTop(),h=this.DDM.getScrollLeft();d+=c;var k=b+g-e-this.deltaY,l=f+h-c-this.deltaX,m=document.all?80:30;a+e>b&&40>k&&window.scrollTo(h,g+m);e<g&&0<g&&40>e-g&&window.scrollTo(h,g-m);d>f&&40>l&&window.scrollTo(h+m,g);c<h&&0<h&&40>c-h&&window.scrollTo(h-m,g)}},applyConfig:function(){YAHOO.util.DD.superclass.applyConfig.call(this);this.scroll=!1!==this.config.scroll},b4MouseDown:function(c){this.setStartPosition();this.autoOffset(YAHOO.util.Event.getPageX(c),YAHOO.util.Event.getPageY(c))}, +b4Drag:function(c){this.setDragElPos(YAHOO.util.Event.getPageX(c),YAHOO.util.Event.getPageY(c))},toString:function(){return"DD "+this.id}});YAHOO.util.DDProxy=function(c,e,a){c&&(this.init(c,e,a),this.initFrame())};YAHOO.util.DDProxy.dragElId="ygddfdiv"; +YAHOO.extend(YAHOO.util.DDProxy,YAHOO.util.DD,{resizeFrame:!0,centerFrame:!1,createFrame:function(){var c=this,e=document.body;if(e&&e.firstChild){var a=this.getDragEl(),d=YAHOO.util.Dom;if(!a){a=document.createElement("div");a.id=this.dragElId;var b=a.style;b.position="absolute";b.visibility="hidden";b.cursor="move";b.border="2px solid #aaa";b.zIndex=999;b.height="25px";b.width="25px";b=document.createElement("div");d.setStyle(b,"height","100%");d.setStyle(b,"width","100%");d.setStyle(b,"background-color", +"#ccc");d.setStyle(b,"opacity","0");a.appendChild(b);e.insertBefore(a,e.firstChild)}}else setTimeout(function(){c.createFrame()},50)},initFrame:function(){this.createFrame()},applyConfig:function(){YAHOO.util.DDProxy.superclass.applyConfig.call(this);this.resizeFrame=!1!==this.config.resizeFrame;this.centerFrame=this.config.centerFrame;this.setDragElId(this.config.dragElId||YAHOO.util.DDProxy.dragElId)},showFrame:function(c,e){this.getEl();var a=this.getDragEl(),d=a.style;this._resizeProxy();this.centerFrame&& +this.setDelta(Math.round(parseInt(d.width,10)/2),Math.round(parseInt(d.height,10)/2));this.setDragElPos(c,e);YAHOO.util.Dom.setStyle(a,"visibility","visible")},_resizeProxy:function(){if(this.resizeFrame){var c=YAHOO.util.Dom,e=this.getEl(),a=this.getDragEl(),d=parseInt(c.getStyle(a,"borderTopWidth"),10),b=parseInt(c.getStyle(a,"borderRightWidth"),10),f=parseInt(c.getStyle(a,"borderBottomWidth"),10),g=parseInt(c.getStyle(a,"borderLeftWidth"),10);isNaN(d)&&(d=0);isNaN(b)&&(b=0);isNaN(f)&&(f=0);isNaN(g)&& +(g=0);b=Math.max(0,e.offsetWidth-b-g);e=Math.max(0,e.offsetHeight-d-f);c.setStyle(a,"width",b+"px");c.setStyle(a,"height",e+"px")}},b4MouseDown:function(c){this.setStartPosition();var e=YAHOO.util.Event.getPageX(c);c=YAHOO.util.Event.getPageY(c);this.autoOffset(e,c)},b4StartDrag:function(c,e){this.showFrame(c,e)},b4EndDrag:function(c){YAHOO.util.Dom.setStyle(this.getDragEl(),"visibility","hidden")},endDrag:function(c){c=YAHOO.util.Dom;var e=this.getEl(),a=this.getDragEl();c.setStyle(a,"visibility", +"");c.setStyle(e,"visibility","hidden");YAHOO.util.DDM.moveToEl(e,a);c.setStyle(a,"visibility","hidden");c.setStyle(e,"visibility","")},toString:function(){return"DDProxy "+this.id}});YAHOO.util.DDTarget=function(c,e,a){c&&this.initTarget(c,e,a)};YAHOO.extend(YAHOO.util.DDTarget,YAHOO.util.DragDrop,{toString:function(){return"DDTarget "+this.id}});YAHOO.register("dragdrop",YAHOO.util.DragDropMgr,{version:"2.7.0",build:"1796"}); +(function(){function c(b,a,d,e){c.ANIM_AVAIL=!YAHOO.lang.isUndefined(YAHOO.util.Anim);b&&(this.init(b,a,!0),this.initSlider(e),this.initThumb(d))}var e=YAHOO.util.Dom.getXY,a=YAHOO.util.Event,d=Array.prototype.slice;YAHOO.lang.augmentObject(c,{getHorizSlider:function(b,a,d,e,k){return new c(b,b,new YAHOO.widget.SliderThumb(a,b,d,e,0,0,k),"horiz")},getVertSlider:function(b,a,d,e,k){return new c(b,b,new YAHOO.widget.SliderThumb(a,b,0,0,d,e,k),"vert")},getSliderRegion:function(b,a,d,e,k,l,m){return new c(b, +b,new YAHOO.widget.SliderThumb(a,b,d,e,k,l,m),"region")},SOURCE_UI_EVENT:1,SOURCE_SET_VALUE:2,SOURCE_KEY_EVENT:3,ANIM_AVAIL:!1},!0);YAHOO.extend(c,YAHOO.util.DragDrop,{_mouseDown:!1,dragOnly:!0,initSlider:function(b){this.type=b;this.createEvent("change",this);this.createEvent("slideStart",this);this.createEvent("slideEnd",this);this.isTarget=!1;this.animate=c.ANIM_AVAIL;this.backgroundEnabled=!0;this.tickPause=40;this.enableKeys=!0;this.keyIncrement=20;this.moveComplete=!0;this.animationDuration= +.2;this.SOURCE_UI_EVENT=1;this.SOURCE_SET_VALUE=2;this.valueChangeSource=0;this._silent=!1;this.lastOffset=[0,0]},initThumb:function(b){var a=this;this.thumb=b;b.cacheBetweenDrags=!0;b._isHoriz&&b.xTicks&&b.xTicks.length?this.tickPause=Math.round(360/b.xTicks.length):b.yTicks&&b.yTicks.length&&(this.tickPause=Math.round(360/b.yTicks.length));b.onAvailable=function(){return a.setStartSliderState()};b.onMouseDown=function(){a._mouseDown=!0;return a.focus()};b.startDrag=function(){a._slideStart()};b.onDrag= +function(){a.fireEvents(!0)};b.onMouseUp=function(){a.thumbMouseUp()}},onAvailable:function(){this._bindKeyEvents()},_bindKeyEvents:function(){a.on(this.id,"keydown",this.handleKeyDown,this,!0);a.on(this.id,"keypress",this.handleKeyPress,this,!0)},handleKeyPress:function(b){if(this.enableKeys)switch(a.getCharCode(b)){case 37:case 38:case 39:case 40:case 36:case 35:a.preventDefault(b)}},handleKeyDown:function(b){if(this.enableKeys){var d=a.getCharCode(b),e=this.thumb,h=this.getXValue(),k=this.getYValue(), +l=!0;switch(d){case 37:h-=this.keyIncrement;break;case 38:k-=this.keyIncrement;break;case 39:h+=this.keyIncrement;break;case 40:k+=this.keyIncrement;break;case 36:h=e.leftConstraint;k=e.topConstraint;break;case 35:h=e.rightConstraint;k=e.bottomConstraint;break;default:l=!1}l&&(e._isRegion?this._setRegionValue(c.SOURCE_KEY_EVENT,h,k,!0):this._setValue(c.SOURCE_KEY_EVENT,e._isHoriz?h:k,!0),a.stopEvent(b))}},setStartSliderState:function(){this.setThumbCenterPoint();this.baselinePos=e(this.getEl());this.thumb.startOffset= +this.thumb.getOffsetFromParent(this.baselinePos);this.thumb._isRegion?this.deferredSetRegionValue?(this._setRegionValue.apply(this,this.deferredSetRegionValue),this.deferredSetRegionValue=null):this.setRegionValue(0,0,!0,!0,!0):this.deferredSetValue?(this._setValue.apply(this,this.deferredSetValue),this.deferredSetValue=null):this.setValue(0,!0,!0,!0)},setThumbCenterPoint:function(){var b=this.thumb.getEl();b&&(this.thumbCenterPoint={x:parseInt(b.offsetWidth/2,10),y:parseInt(b.offsetHeight/2,10)})}, +lock:function(){this.thumb.lock();this.locked=!0},unlock:function(){this.thumb.unlock();this.locked=!1},thumbMouseUp:function(){this._mouseDown=!1;this.isLocked()||this.moveComplete||this.endMove()},onMouseUp:function(){this._mouseDown=!1;!this.backgroundEnabled||this.isLocked()||this.moveComplete||this.endMove()},getThumb:function(){return this.thumb},focus:function(){this.valueChangeSource=c.SOURCE_UI_EVENT;var b=this.getEl();if(b.focus)try{b.focus()}catch(a){}this.verifyOffset();return!this.isLocked()}, +onChange:function(b,a){},onSlideStart:function(){},onSlideEnd:function(){},getValue:function(){return this.thumb.getValue()},getXValue:function(){return this.thumb.getXValue()},getYValue:function(){return this.thumb.getYValue()},setValue:function(){var b=d.call(arguments);b.unshift(c.SOURCE_SET_VALUE);return this._setValue.apply(this,b)},_setValue:function(b,a,d,e,k){var l=this.thumb,m;if(!l.available)return this.deferredSetValue=arguments,!1;if(this.isLocked()&&!e||isNaN(a)||l._isRegion)return!1; +this._silent=k;this.valueChangeSource=b||c.SOURCE_SET_VALUE;l.lastOffset=[a,a];this.verifyOffset(!0);this._slideStart();l._isHoriz?(m=l.initPageX+a+this.thumbCenterPoint.x,this.moveThumb(m,l.initPageY,d)):(m=l.initPageY+a+this.thumbCenterPoint.y,this.moveThumb(l.initPageX,m,d));return!0},setRegionValue:function(){var b=d.call(arguments);b.unshift(c.SOURCE_SET_VALUE);return this._setRegionValue.apply(this,b)},_setRegionValue:function(b,a,d,e,k,l){var m=this.thumb;if(!m.available)return this.deferredSetRegionValue= +arguments,!1;if(this.isLocked()&&!k||isNaN(a)||!m._isRegion)return!1;this._silent=l;this.valueChangeSource=b||c.SOURCE_SET_VALUE;m.lastOffset=[a,d];this.verifyOffset(!0);this._slideStart();this.moveThumb(m.initPageX+a+this.thumbCenterPoint.x,m.initPageY+d+this.thumbCenterPoint.y,e);return!0},verifyOffset:function(b){b=e(this.getEl());var a=this.thumb;this.thumbCenterPoint&&this.thumbCenterPoint.x||this.setThumbCenterPoint();return!b||b[0]==this.baselinePos[0]&&b[1]==this.baselinePos[1]?!0:(this.setInitPosition(), +this.baselinePos=b,a.initPageX=this.initPageX+a.startOffset[0],a.initPageY=this.initPageY+a.startOffset[1],a.deltaSetXY=null,this.resetThumbConstraints(),!1)},moveThumb:function(b,a,d,h){var k=this.thumb,l=this,m,n;k.available&&(k.setDelta(this.thumbCenterPoint.x,this.thumbCenterPoint.y),n=k.getTargetCoord(b,a),m=[Math.round(n.x),Math.round(n.y)],this.animate&&k._graduated&&!d?(this.lock(),this.curCoord=e(this.thumb.getEl()),this.curCoord=[Math.round(this.curCoord[0]),Math.round(this.curCoord[1])], +setTimeout(function(){l.moveOneTick(m)},this.tickPause)):this.animate&&c.ANIM_AVAIL&&!d?(this.lock(),b=new YAHOO.util.Motion(k.id,{points:{to:m}},this.animationDuration,YAHOO.util.Easing.easeOut),b.onComplete.subscribe(function(){l.unlock();l._mouseDown||l.endMove()}),b.animate()):(k.setDragElPos(b,a),h||this._mouseDown||this.endMove()))},_slideStart:function(){this._sliding||(this._silent||(this.onSlideStart(),this.fireEvent("slideStart")),this._sliding=!0)},_slideEnd:function(){if(this._sliding&& +this.moveComplete){var b=this._silent;this.moveComplete=this._silent=this._sliding=!1;b||(this.onSlideEnd(),this.fireEvent("slideEnd"))}},moveOneTick:function(b){var a=this.thumb,d=this,c=null,e;a._isRegion?(c=this._getNextX(this.curCoord,b),e=null!==c?c[0]:this.curCoord[0],c=this._getNextY(this.curCoord,b),c=null!==c?c[1]:this.curCoord[1],c=e!==this.curCoord[0]||c!==this.curCoord[1]?[e,c]:null):c=a._isHoriz?this._getNextX(this.curCoord,b):this._getNextY(this.curCoord,b);c?(this.curCoord=c,this.thumb.alignElWithMouse(a.getEl(), +c[0]+this.thumbCenterPoint.x,c[1]+this.thumbCenterPoint.y),c[0]!=b[0]||c[1]!=b[1]?setTimeout(function(){d.moveOneTick(b)},this.tickPause):(this.unlock(),this._mouseDown||this.endMove())):(this.unlock(),this._mouseDown||this.endMove())},_getNextX:function(b,a){var d=this.thumb,c;c=[];c=null;b[0]>a[0]?(c=d.tickSize-this.thumbCenterPoint.x,c=d.getTargetCoord(b[0]-c,b[1]),c=[c.x,c.y]):b[0]<a[0]&&(c=d.tickSize+this.thumbCenterPoint.x,c=d.getTargetCoord(b[0]+c,b[1]),c=[c.x,c.y]);return c},_getNextY:function(b, +a){var d=this.thumb,c;c=[];c=null;b[1]>a[1]?(c=d.tickSize-this.thumbCenterPoint.y,c=d.getTargetCoord(b[0],b[1]-c),c=[c.x,c.y]):b[1]<a[1]&&(c=d.tickSize+this.thumbCenterPoint.y,c=d.getTargetCoord(b[0],b[1]+c),c=[c.x,c.y]);return c},b4MouseDown:function(b){if(!this.backgroundEnabled)return!1;this.thumb.autoOffset();this.resetThumbConstraints()},onMouseDown:function(b){if(!this.backgroundEnabled||this.isLocked())return!1;this._mouseDown=!0;var d=a.getPageX(b);b=a.getPageY(b);this.focus();this._slideStart(); +this.moveThumb(d,b)},onDrag:function(b){if(this.backgroundEnabled&&!this.isLocked()){var d=a.getPageX(b);b=a.getPageY(b);this.moveThumb(d,b,!0,!0);this.fireEvents()}},endMove:function(){this.unlock();this.fireEvents();this.moveComplete=!0;this._slideEnd()},resetThumbConstraints:function(){var b=this.thumb;b.setXConstraint(b.leftConstraint,b.rightConstraint,b.xTickSize);b.setYConstraint(b.topConstraint,b.bottomConstraint,b.xTickSize)},fireEvents:function(b){var a=this.thumb;b||a.cachePosition();this.isLocked()|| +(a._isRegion?(b=a.getXValue(),a=a.getYValue(),b==this.previousX&&a==this.previousY||this._silent||(this.onChange(b,a),this.fireEvent("change",{x:b,y:a})),this.previousX=b,this.previousY=a):(a=a.getValue(),a==this.previousVal||this._silent||(this.onChange(a),this.fireEvent("change",a)),this.previousVal=a))},toString:function(){return"Slider ("+this.type+") "+this.id}});YAHOO.lang.augmentProto(c,YAHOO.util.EventProvider);YAHOO.widget.Slider=c})(); +YAHOO.widget.SliderThumb=function(c,e,a,d,b,f,g){c&&(YAHOO.widget.SliderThumb.superclass.constructor.call(this,c,e),this.parentElId=e);this.isTarget=!1;this.tickSize=g;this.maintainOffset=!0;this.initSlider(a,d,b,f,g);this.scroll=!1}; +YAHOO.extend(YAHOO.widget.SliderThumb,YAHOO.util.DD,{startOffset:null,dragOnly:!0,_isHoriz:!1,_prevVal:0,_graduated:!1,getOffsetFromParent0:function(c){var e=YAHOO.util.Dom.getXY(this.getEl());c=c||YAHOO.util.Dom.getXY(this.parentElId);return[e[0]-c[0],e[1]-c[1]]},getOffsetFromParent:function(c){var e=this.getEl(),a;this.deltaOffset?(a=parseInt(YAHOO.util.Dom.getStyle(e,"left"),10),e=parseInt(YAHOO.util.Dom.getStyle(e,"top"),10),a=[a+this.deltaOffset[0],e+this.deltaOffset[1]]):(a=YAHOO.util.Dom.getXY(e), +c=c||YAHOO.util.Dom.getXY(this.parentElId),a=[a[0]-c[0],a[1]-c[1]],c=parseInt(YAHOO.util.Dom.getStyle(e,"left"),10),e=parseInt(YAHOO.util.Dom.getStyle(e,"top"),10),c-=a[0],e-=a[1],isNaN(c)||isNaN(e)||(this.deltaOffset=[c,e]));return a},initSlider:function(c,e,a,d,b){this.initLeft=c;this.initRight=e;this.initUp=a;this.initDown=d;this.setXConstraint(c,e,b);this.setYConstraint(a,d,b);b&&1<b&&(this._graduated=!0);this._isHoriz=c||e;this._isVert=a||d;this._isRegion=this._isHoriz&&this._isVert},clearTicks:function(){YAHOO.widget.SliderThumb.superclass.clearTicks.call(this); +this.tickSize=0;this._graduated=!1},getValue:function(){return this._isHoriz?this.getXValue():this.getYValue()},getXValue:function(){if(!this.available)return 0;var c=this.getOffsetFromParent();return YAHOO.lang.isNumber(c[0])?(this.lastOffset=c,c[0]-this.startOffset[0]):this.lastOffset[0]-this.startOffset[0]},getYValue:function(){if(!this.available)return 0;var c=this.getOffsetFromParent();return YAHOO.lang.isNumber(c[1])?(this.lastOffset=c,c[1]-this.startOffset[1]):this.lastOffset[1]-this.startOffset[1]}, +toString:function(){return"SliderThumb "+this.id},onChange:function(c,e){}}); +(function(){function c(a,b,c,e){var h=this,k=!1,l=!1,m,n;this.minSlider=a;this.maxSlider=b;this.activeSlider=a;this.isHoriz=a.thumb._isHoriz;m=this.minSlider.thumb.onMouseDown;n=this.maxSlider.thumb.onMouseDown;this.minSlider.thumb.onMouseDown=function(){h.activeSlider=h.minSlider;m.apply(this,arguments)};this.maxSlider.thumb.onMouseDown=function(){h.activeSlider=h.maxSlider;n.apply(this,arguments)};this.minSlider.thumb.onAvailable=function(){a.setStartSliderState();k=!0;l&&h.fireEvent("ready",h)}; +this.maxSlider.thumb.onAvailable=function(){b.setStartSliderState();l=!0;k&&h.fireEvent("ready",h)};a.onMouseDown=b.onMouseDown=function(b){return this.backgroundEnabled&&h._handleMouseDown(b)};a.onDrag=b.onDrag=function(b){h._handleDrag(b)};a.onMouseUp=b.onMouseUp=function(b){h._handleMouseUp(b)};a._bindKeyEvents=function(){h._bindKeyEvents(this)};b._bindKeyEvents=function(){};a.subscribe("change",this._handleMinChange,a,this);a.subscribe("slideStart",this._handleSlideStart,a,this);a.subscribe("slideEnd", +this._handleSlideEnd,a,this);b.subscribe("change",this._handleMaxChange,b,this);b.subscribe("slideStart",this._handleSlideStart,b,this);b.subscribe("slideEnd",this._handleSlideEnd,b,this);this.createEvent("ready",this);this.createEvent("change",this);this.createEvent("slideStart",this);this.createEvent("slideEnd",this);e=YAHOO.lang.isArray(e)?e:[0,c];e[0]=Math.min(Math.max(parseInt(e[0],10)|0,0),c);e[1]=Math.max(Math.min(parseInt(e[1],10)|0,c),0);e[0]>e[1]&&e.splice(0,2,e[1],e[0]);this.minVal=e[0]; +this.maxVal=e[1];this.minSlider.setValue(this.minVal,!0,!0,!0);this.maxSlider.setValue(this.maxVal,!0,!0,!0)}var e=YAHOO.util.Event,a=YAHOO.widget;c.prototype={minVal:-1,maxVal:-1,minRange:0,_handleSlideStart:function(a,b){this.fireEvent("slideStart",b)},_handleSlideEnd:function(a,b){this.fireEvent("slideEnd",b)},_handleDrag:function(d){a.Slider.prototype.onDrag.call(this.activeSlider,d)},_handleMinChange:function(){this.activeSlider=this.minSlider;this.updateValue()},_handleMaxChange:function(){this.activeSlider= +this.maxSlider;this.updateValue()},_bindKeyEvents:function(a){e.on(a.id,"keydown",this._handleKeyDown,this,!0);e.on(a.id,"keypress",this._handleKeyPress,this,!0)},_handleKeyDown:function(a){this.activeSlider.handleKeyDown.apply(this.activeSlider,arguments)},_handleKeyPress:function(a){this.activeSlider.handleKeyPress.apply(this.activeSlider,arguments)},setValues:function(a,b,c,e,h){var k=this.minSlider,l=this.maxSlider,m=k.thumb,n=l.thumb,p=this,q=!1,r=!1;m._isHoriz?(m.setXConstraint(m.leftConstraint, +n.rightConstraint,m.tickSize),n.setXConstraint(m.leftConstraint,n.rightConstraint,n.tickSize)):(m.setYConstraint(m.topConstraint,n.bottomConstraint,m.tickSize),n.setYConstraint(m.topConstraint,n.bottomConstraint,n.tickSize));this._oneTimeCallback(k,"slideEnd",function(){q=!0;r&&(p.updateValue(h),setTimeout(function(){p._cleanEvent(k,"slideEnd");p._cleanEvent(l,"slideEnd")},0))});this._oneTimeCallback(l,"slideEnd",function(){r=!0;q&&(p.updateValue(h),setTimeout(function(){p._cleanEvent(k,"slideEnd"); +p._cleanEvent(l,"slideEnd")},0))});k.setValue(a,c,e,!1);l.setValue(b,c,e,!1)},setMinValue:function(a,b,c,e){var h=this.minSlider,k=this;this.activeSlider=h;k=this;this._oneTimeCallback(h,"slideEnd",function(){k.updateValue(e);setTimeout(function(){k._cleanEvent(h,"slideEnd")},0)});h.setValue(a,b,c)},setMaxValue:function(a,b,c,e){var h=this.maxSlider,k=this;this.activeSlider=h;this._oneTimeCallback(h,"slideEnd",function(){k.updateValue(e);setTimeout(function(){k._cleanEvent(h,"slideEnd")},0)});h.setValue(a, +b,c)},updateValue:function(a){var b=this.minSlider.getValue(),c=this.maxSlider.getValue(),e=!1,h,k,l,m;if(b!=this.minVal||c!=this.maxVal)e=!0,h=this.minSlider.thumb,k=this.maxSlider.thumb,l=this.isHoriz?"x":"y",m=this.minSlider.thumbCenterPoint[l]+this.maxSlider.thumbCenterPoint[l],l=Math.max(c-m-this.minRange,0),m=Math.min(-b-m-this.minRange,0),this.isHoriz?(l=Math.min(l,k.rightConstraint),h.setXConstraint(h.leftConstraint,l,h.tickSize),k.setXConstraint(m,k.rightConstraint,k.tickSize)):(l=Math.min(l, +k.bottomConstraint),h.setYConstraint(h.leftConstraint,l,h.tickSize),k.setYConstraint(m,k.bottomConstraint,k.tickSize));this.minVal=b;this.maxVal=c;e&&!a&&this.fireEvent("change",this)},selectActiveSlider:function(a){var b=this.minSlider,c=this.maxSlider,e=b.isLocked()||!b.backgroundEnabled,h=c.isLocked()||!b.backgroundEnabled,k=YAHOO.util.Event;e||h?this.activeSlider=e?c:b:(a=this.isHoriz?k.getPageX(a)-b.thumb.initPageX-b.thumbCenterPoint.x:k.getPageY(a)-b.thumb.initPageY-b.thumbCenterPoint.y,this.activeSlider= +2*a>c.getValue()+b.getValue()?c:b)},_handleMouseDown:function(d){if(d._handled)return!1;d._handled=!0;this.selectActiveSlider(d);return a.Slider.prototype.onMouseDown.call(this.activeSlider,d)},_handleMouseUp:function(d){a.Slider.prototype.onMouseUp.apply(this.activeSlider,arguments)},_oneTimeCallback:function(a,b,c){a.subscribe(b,function(){a.unsubscribe(b,arguments.callee);c.apply({},[].slice.apply(arguments))})},_cleanEvent:function(a,b){var c,e,h,k,l,m;if(a.__yui_events&&a.events[b]){for(e=a.__yui_events.length;0<= +e;--e)if(a.__yui_events[e].type===b){c=a.__yui_events[e];break}if(c){l=c.subscribers;m=[];e=k=0;for(h=l.length;e<h;++e)l[e]&&(m[k++]=l[e]);c.subscribers=m}}}};YAHOO.lang.augmentProto(c,YAHOO.util.EventProvider);a.Slider.getHorizDualSlider=function(d,b,e,g,h,k){b=new a.SliderThumb(b,d,0,g,0,0,h);e=new a.SliderThumb(e,d,0,g,0,0,h);return new c(new a.Slider(d,d,b,"horiz"),new a.Slider(d,d,e,"horiz"),g,k)};a.Slider.getVertDualSlider=function(c,b,e,g,h,k){b=new a.SliderThumb(b,c,0,0,0,g,h);e=new a.SliderThumb(e, +c,0,0,0,g,h);return new a.DualSlider(new a.Slider(c,c,b,"vert"),new a.Slider(c,c,e,"vert"),g,k)};YAHOO.widget.DualSlider=c})();YAHOO.register("slider",YAHOO.widget.Slider,{version:"2.7.0",build:"1796"});YAHOO.util.Attribute=function(c,e){e&&(this.owner=e,this.configure(c,!0))}; +YAHOO.util.Attribute.prototype={name:void 0,value:null,owner:null,readOnly:!1,writeOnce:!1,_initialConfig:null,_written:!1,method:null,setter:null,getter:null,validator:null,getValue:function(){var c=this.value;this.getter&&(c=this.getter.call(this.owner,this.name));return c},setValue:function(c,e){var a,d=this.owner,b=this.name,f={type:b,prevValue:this.getValue(),newValue:c};if(this.readOnly||this.writeOnce&&this._written||this.validator&&!this.validator.call(d,c)||!e&&(a=d.fireBeforeChangeEvent(f), +!1===a))return!1;this.setter&&(c=this.setter.call(d,c,this.name));this.method&&this.method.call(d,c,this.name);this.value=c;this._written=!0;f.type=b;e||this.owner.fireChangeEvent(f);return!0},configure:function(c,e){c=c||{};e&&(this._written=!1);this._initialConfig=this._initialConfig||{};for(var a in c)c.hasOwnProperty(a)&&(this[a]=c[a],e&&(this._initialConfig[a]=c[a]))},resetValue:function(){return this.setValue(this._initialConfig.value)},resetConfig:function(){this.configure(this._initialConfig, +!0)},refresh:function(c){this.setValue(this.value,c)}}; +(function(){var c=YAHOO.util.Lang;YAHOO.util.AttributeProvider=function(){};YAHOO.util.AttributeProvider.prototype={_configs:null,get:function(c){this._configs=this._configs||{};var a=this._configs[c];return a&&this._configs.hasOwnProperty(c)?a.getValue():null},set:function(c,a,d){this._configs=this._configs||{};return(c=this._configs[c])?c.setValue(a,d):!1},getAttributeKeys:function(){this._configs=this._configs;var e=[],a;for(a in this._configs)c.hasOwnProperty(this._configs,a)&&!c.isUndefined(this._configs[a])&& +(e[e.length]=a);return e},setAttributes:function(e,a){for(var d in e)c.hasOwnProperty(e,d)&&this.set(d,e[d],a)},resetValue:function(c,a){this._configs=this._configs||{};return this._configs[c]?(this.set(c,this._configs[c]._initialConfig.value,a),!0):!1},refresh:function(e,a){var d=this._configs=this._configs||{};e=(c.isString(e)?[e]:e)||this.getAttributeKeys();for(var b=0,f=e.length;b<f;++b)d.hasOwnProperty(e[b])&&this._configs[e[b]].refresh(a)},register:function(c,a){this.setAttributeConfig(c,a)}, +getAttributeConfig:function(e){this._configs=this._configs||{};var a=this._configs[e]||{},d={};for(e in a)c.hasOwnProperty(a,e)&&(d[e]=a[e]);return d},setAttributeConfig:function(c,a,d){this._configs=this._configs||{};a=a||{};this._configs[c]?this._configs[c].configure(a,d):(a.name=c,this._configs[c]=this.createAttribute(a))},configureAttribute:function(c,a,d){this.setAttributeConfig(c,a,d)},resetAttributeConfig:function(c){this._configs=this._configs||{};this._configs[c].resetConfig()},subscribe:function(c, +a){this._events=this._events||{};c in this._events||(this._events[c]=this.createEvent(c));YAHOO.util.EventProvider.prototype.subscribe.apply(this,arguments)},on:function(){this.subscribe.apply(this,arguments)},addListener:function(){this.subscribe.apply(this,arguments)},fireBeforeChangeEvent:function(c){var a;a="before"+(c.type.charAt(0).toUpperCase()+c.type.substr(1)+"Change");c.type=a;return this.fireEvent(c.type,c)},fireChangeEvent:function(c){c.type+="Change";return this.fireEvent(c.type,c)}, +createAttribute:function(c){return new YAHOO.util.Attribute(c,this)}};YAHOO.augment(YAHOO.util.AttributeProvider,YAHOO.util.EventProvider)})(); +(function(){var c=YAHOO.util.Dom,e=YAHOO.util.AttributeProvider,a=function(a,b){this.init.apply(this,arguments)};a.DOM_EVENTS={click:!0,dblclick:!0,keydown:!0,keypress:!0,keyup:!0,mousedown:!0,mousemove:!0,mouseout:!0,mouseover:!0,mouseup:!0,focus:!0,blur:!0,submit:!0,change:!0};a.prototype={DOM_EVENTS:null,DEFAULT_HTML_SETTER:function(a,b){var c=this.get("element");c&&(c[b]=a)},DEFAULT_HTML_GETTER:function(a){var b=this.get("element"),c;b&&(c=b[a]);return c},appendChild:function(a){a=a.get?a.get("element"): +a;return this.get("element").appendChild(a)},getElementsByTagName:function(a){return this.get("element").getElementsByTagName(a)},hasChildNodes:function(){return this.get("element").hasChildNodes()},insertBefore:function(a,b){a=a.get?a.get("element"):a;b=b&&b.get?b.get("element"):b;return this.get("element").insertBefore(a,b)},removeChild:function(a){a=a.get?a.get("element"):a;return this.get("element").removeChild(a)},replaceChild:function(a,b){a=a.get?a.get("element"):a;b=b.get?b.get("element"): +b;return this.get("element").replaceChild(a,b)},initAttributes:function(a){},addListener:function(a,b,c,e){var h=this.get("element")||this.get("id");e=e||this;var k=this;this._events[a]||(h&&this.DOM_EVENTS[a]&&YAHOO.util.Event.addListener(h,a,function(b){b.srcElement&&!b.target&&(b.target=b.srcElement);k.fireEvent(a,b)},c,e),this.createEvent(a,this));return YAHOO.util.EventProvider.prototype.subscribe.apply(this,arguments)},on:function(){return this.addListener.apply(this,arguments)},subscribe:function(){return this.addListener.apply(this, +arguments)},removeListener:function(a,b){return this.unsubscribe.apply(this,arguments)},addClass:function(a){c.addClass(this.get("element"),a)},getElementsByClassName:function(a,b){return c.getElementsByClassName(a,b,this.get("element"))},hasClass:function(a){return c.hasClass(this.get("element"),a)},removeClass:function(a){return c.removeClass(this.get("element"),a)},replaceClass:function(a,b){return c.replaceClass(this.get("element"),a,b)},setStyle:function(a,b){return c.setStyle(this.get("element"), +a,b)},getStyle:function(a){return c.getStyle(this.get("element"),a)},fireQueue:function(){for(var a=this._queue,b=0,c=a.length;b<c;++b)this[a[b][0]].apply(this,a[b][1])},appendTo:function(a,b){a=a.get?a.get("element"):c.get(a);this.fireEvent("beforeAppendTo",{type:"beforeAppendTo",target:a});b=b&&b.get?b.get("element"):c.get(b);var e=this.get("element");if(!e||!a)return!1;e.parent!=a&&(b?a.insertBefore(e,b):a.appendChild(e));this.fireEvent("appendTo",{type:"appendTo",target:a});return e},get:function(a){var b= +this._configs||{},c=b.element;!c||b[a]||YAHOO.lang.isUndefined(c.value[a])||this._setHTMLAttrConfig(a);return e.prototype.get.call(this,a)},setAttributes:function(a,b){for(var c={},e=this._configOrder,h=0,k=e.length;h<k;++h)void 0!==a[e[h]]&&(c[e[h]]=!0,this.set(e[h],a[e[h]],b));for(var l in a)a.hasOwnProperty(l)&&!c[l]&&this.set(l,a[l],b)},set:function(a,b,c){var g=this.get("element");if(g)return this._configs[a]||YAHOO.lang.isUndefined(g[a])||this._setHTMLAttrConfig(a),e.prototype.set.apply(this, +arguments);this._queue[this._queue.length]=["set",arguments];this._configs[a]&&(this._configs[a].value=b)},setAttributeConfig:function(a,b,c){this._configOrder.push(a);e.prototype.setAttributeConfig.apply(this,arguments)},createEvent:function(a,b){this._events[a]=!0;return e.prototype.createEvent.apply(this,arguments)},init:function(a,b){this._initElement(a,b)},destroy:function(){var a=this.get("element");YAHOO.util.Event.purgeElement(a,!0);this.unsubscribeAll();a&&a.parentNode&&a.parentNode.removeChild(a); +this._queue=[];this._events={};this._configs={};this._configOrder=[]},_initElement:function(d,b){this._queue=this._queue||[];this._events=this._events||{};this._configs=this._configs||{};this._configOrder=[];b=b||{};b.element=b.element||d||null;var e=!1,g=a.DOM_EVENTS;this.DOM_EVENTS=this.DOM_EVENTS||{};for(var h in g)g.hasOwnProperty(h)&&(this.DOM_EVENTS[h]=g[h]);"string"===typeof b.element&&this._setHTMLAttrConfig("id",{value:b.element});c.get(b.element)&&(e=!0,this._initHTMLElement(b),this._initContent(b)); +YAHOO.util.Event.onAvailable(b.element,function(){e||this._initHTMLElement(b);this.fireEvent("available",{type:"available",target:c.get(b.element)})},this,!0);YAHOO.util.Event.onContentReady(b.element,function(){e||this._initContent(b);this.fireEvent("contentReady",{type:"contentReady",target:c.get(b.element)})},this,!0)},_initHTMLElement:function(a){this.setAttributeConfig("element",{value:c.get(a.element),readOnly:!0})},_initContent:function(a){this.initAttributes(a);this.setAttributes(a,!0);this.fireQueue()}, +_setHTMLAttrConfig:function(a,b){var c=this.get("element");b=b||{};b.name=a;b.setter=b.setter||this.DEFAULT_HTML_SETTER;b.getter=b.getter||this.DEFAULT_HTML_GETTER;b.value=b.value||c[a];this._configs[a]=new YAHOO.util.Attribute(b,this)}};YAHOO.augment(a,e);YAHOO.util.Element=a})();YAHOO.register("element",YAHOO.util.Element,{version:"2.7.0",build:"1796"}); +YAHOO.util.Color=function(){var c=YAHOO.lang.isArray,e=YAHOO.lang.isNumber;return{real2dec:function(a){return Math.min(255,Math.round(256*a))},hsv2rgb:function(a,d,b){if(c(a))return this.hsv2rgb.call(this,a[0],a[1],a[2]);var e,g,h,k=Math.floor(a/60%6),l=a/60-k;a=b*(1-d);var m=b*(1-l*d);d=b*(1-(1-l)*d);switch(k){case 0:e=b;g=d;h=a;break;case 1:e=m;g=b;h=a;break;case 2:e=a;g=b;h=d;break;case 3:e=a;g=m;h=b;break;case 4:e=d;g=a;h=b;break;case 5:e=b,g=a,h=m}b=this.real2dec;return[b(e),b(g),b(h)]},rgb2hsv:function(a, +d,b){if(c(a))return this.rgb2hsv.apply(this,a);a/=255;d/=255;b/=255;var e,g=Math.min(Math.min(a,d),b),h=Math.max(Math.max(a,d),b),k=h-g;switch(h){case g:e=0;break;case a:e=60*(d-b)/k;d<b&&(e+=360);break;case d:e=60*(b-a)/k+120;break;case b:e=60*(a-d)/k+240}a=0===h?0:1-g/h;return[Math.round(e),a,h]},rgb2hex:function(a,d,b){if(c(a))return this.rgb2hex.apply(this,a);var e=this.dec2hex;return e(a)+e(d)+e(b)},dec2hex:function(a){a=parseInt(a,10)|0;return("0"+(255<a||0>a?0:a).toString(16)).slice(-2).toUpperCase()}, +hex2dec:function(a){return parseInt(a,16)},hex2rgb:function(a){var c=this.hex2dec;return[c(a.slice(0,2)),c(a.slice(2,4)),c(a.slice(4,6))]},websafe:function(a,d,b){if(c(a))return this.websafe.apply(this,a);var f=function(a){if(e(a)){a=Math.min(Math.max(0,a),255);var b,c;for(b=0;256>b;b+=51)if(c=b+51,a>=b&&a<=c)return 25<a-b?c:b}return a};return[f(a),f(d),f(b)]}}}(); +(function(){function c(a,b){e+=1;b=b||{};1!==arguments.length||YAHOO.lang.isString(a)||a.nodeName||(b=a,a=b.element||null);a||b.element||(a=this._createHostElement(b));c.superclass.constructor.call(this,a,b);this.initPicker()}var e=0,a=YAHOO.util,d=YAHOO.lang,b=YAHOO.widget.Slider,f=a.Color,g=a.Dom,h=a.Event,k=d.substitute;YAHOO.extend(c,YAHOO.util.Element,{ID:{R:"yui-picker-r",R_HEX:"yui-picker-rhex",G:"yui-picker-g",G_HEX:"yui-picker-ghex",B:"yui-picker-b",B_HEX:"yui-picker-bhex",H:"yui-picker-h", +S:"yui-picker-s",V:"yui-picker-v",PICKER_BG:"yui-picker-bg",PICKER_THUMB:"yui-picker-thumb",HUE_BG:"yui-picker-hue-bg",HUE_THUMB:"yui-picker-hue-thumb",HEX:"yui-picker-hex",SWATCH:"yui-picker-swatch",WEBSAFE_SWATCH:"yui-picker-websafe-swatch",CONTROLS:"yui-picker-controls",RGB_CONTROLS:"yui-picker-rgb-controls",HSV_CONTROLS:"yui-picker-hsv-controls",HEX_CONTROLS:"yui-picker-hex-controls",HEX_SUMMARY:"yui-picker-hex-summary",CONTROLS_LABEL:"yui-picker-controls-label"},TXT:{ILLEGAL_HEX:"Illegal hex value entered", +SHOW_CONTROLS:"Show color details",HIDE_CONTROLS:"Hide color details",CURRENT_COLOR:"Currently selected color: {rgb}",CLOSEST_WEBSAFE:"Closest websafe color: {rgb}. Click to select.",R:"R",G:"G",B:"B",H:"H",S:"S",V:"V",HEX:"#",DEG:"°",PERCENT:"%"},IMAGE:{PICKER_THUMB:"../../build/colorpicker/assets/picker_thumb.png",HUE_THUMB:"../../build/colorpicker/assets/hue_thumb.png"},DEFAULT:{PICKER_SIZE:180},OPT:{HUE:"hue",SATURATION:"saturation",VALUE:"value",RED:"red",GREEN:"green",BLUE:"blue",HSV:"hsv", +RGB:"rgb",WEBSAFE:"websafe",HEX:"hex",PICKER_SIZE:"pickersize",SHOW_CONTROLS:"showcontrols",SHOW_RGB_CONTROLS:"showrgbcontrols",SHOW_HSV_CONTROLS:"showhsvcontrols",SHOW_HEX_CONTROLS:"showhexcontrols",SHOW_HEX_SUMMARY:"showhexsummary",SHOW_WEBSAFE:"showwebsafe",CONTAINER:"container",IDS:"ids",ELEMENTS:"elements",TXT:"txt",IMAGES:"images",ANIMATE:"animate"},skipAnim:!0,_createHostElement:function(){var a=document.createElement("div");this.CSS.BASE&&(a.className=this.CSS.BASE);return a},_updateHueSlider:function(){var a= +this.get(this.OPT.PICKER_SIZE),b=this.get(this.OPT.HUE),b=a-Math.round(b/360*a);b===a&&(b=0);this.hueSlider.setValue(b,this.skipAnim)},_updatePickerSlider:function(){var a=this.get(this.OPT.PICKER_SIZE),b=this.get(this.OPT.SATURATION),c=this.get(this.OPT.VALUE),b=Math.round(b*a/100),c=Math.round(a-c*a/100);this.pickerSlider.setRegionValue(b,c,this.skipAnim)},_updateSliders:function(){this._updateHueSlider();this._updatePickerSlider()},setValue:function(a,b){this.set(this.OPT.RGB,a,b||!1);this._updateSliders()}, +hueSlider:null,pickerSlider:null,_getH:function(){var a=this.get(this.OPT.PICKER_SIZE),a=(a-this.hueSlider.getValue())/a,a=Math.round(360*a);return 360===a?0:a},_getS:function(){return this.pickerSlider.getXValue()/this.get(this.OPT.PICKER_SIZE)},_getV:function(){var a=this.get(this.OPT.PICKER_SIZE);return(a-this.pickerSlider.getYValue())/a},_updateSwatch:function(){var a=this.get(this.OPT.RGB),b=this.get(this.OPT.WEBSAFE),c=this.getElement(this.ID.SWATCH),a=a.join(","),d=this.get(this.OPT.TXT);g.setStyle(c, +"background-color","rgb("+a+")");c.title=k(d.CURRENT_COLOR,{rgb:"#"+this.get(this.OPT.HEX)});c=this.getElement(this.ID.WEBSAFE_SWATCH);a=b.join(",");g.setStyle(c,"background-color","rgb("+a+")");c.title=k(d.CLOSEST_WEBSAFE,{rgb:"#"+f.rgb2hex(b)})},_getValuesFromSliders:function(){this.set(this.OPT.RGB,f.hsv2rgb(this._getH(),this._getS(),this._getV()))},_updateFormFields:function(){this.getElement(this.ID.H).value=this.get(this.OPT.HUE);this.getElement(this.ID.S).value=this.get(this.OPT.SATURATION); +this.getElement(this.ID.V).value=this.get(this.OPT.VALUE);this.getElement(this.ID.R).value=this.get(this.OPT.RED);this.getElement(this.ID.R_HEX).innerHTML=f.dec2hex(this.get(this.OPT.RED));this.getElement(this.ID.G).value=this.get(this.OPT.GREEN);this.getElement(this.ID.G_HEX).innerHTML=f.dec2hex(this.get(this.OPT.GREEN));this.getElement(this.ID.B).value=this.get(this.OPT.BLUE);this.getElement(this.ID.B_HEX).innerHTML=f.dec2hex(this.get(this.OPT.BLUE));this.getElement(this.ID.HEX).value=this.get(this.OPT.HEX)}, +_onHueSliderChange:function(a){a=this._getH();var c="rgb("+f.hsv2rgb(a,1,1).join(",")+")";this.set(this.OPT.HUE,a,!0);g.setStyle(this.getElement(this.ID.PICKER_BG),"background-color",c);this.hueSlider.valueChangeSource!==b.SOURCE_SET_VALUE&&this._getValuesFromSliders();this._updateFormFields();this._updateSwatch()},_onPickerSliderChange:function(a){a=this._getS();var c=this._getV();this.set(this.OPT.SATURATION,Math.round(100*a),!0);this.set(this.OPT.VALUE,Math.round(100*c),!0);this.pickerSlider.valueChangeSource!== +b.SOURCE_SET_VALUE&&this._getValuesFromSliders();this._updateFormFields();this._updateSwatch()},_getCommand:function(a){var b=h.getCharCode(a);return 38===b?3:13===b?6:40===b?4:48<=b&&57>=b?1:97<=b&&102>=b?2:65<=b&&70>=b?2:-1<"8, 9, 13, 27, 37, 39".indexOf(b)||a.ctrlKey||a.metaKey?5:0},_useFieldValue:function(a,b,c){a=b.value;c!==this.OPT.HEX&&(a=parseInt(a,10));a!==this.get(c)&&this.set(c,a)},_rgbFieldKeypress:function(a,b,c){var d=this._getCommand(a),e=a.shiftKey?10:1;switch(d){case 6:this._useFieldValue.apply(this, +arguments);break;case 3:this.set(c,Math.min(this.get(c)+e,255));this._updateFormFields();break;case 4:this.set(c,Math.max(this.get(c)-e,0)),this._updateFormFields()}},_hexFieldKeypress:function(a,b,c){6===this._getCommand(a)&&this._useFieldValue.apply(this,arguments)},_hexOnly:function(a,b){switch(this._getCommand(a)){case 6:case 5:case 1:break;case 2:if(!0!==b)break;default:return h.stopEvent(a),!1}},_numbersOnly:function(a){return this._hexOnly(a,!0)},getElement:function(a){return this.get(this.OPT.ELEMENTS)[this.get(this.OPT.IDS)[a]]}, +_createElements:function(){var a,b,c,e,f=this.get(this.OPT.IDS),g=this.get(this.OPT.TXT),h=this.get(this.OPT.IMAGES),k=function(a,b){var c=document.createElement(a);b&&d.augmentObject(c,b,!0);return c},u=function(a,b){var c=d.merge({autocomplete:"off",value:"0",size:3,maxlength:3},b);c.name=c.id;return new k(a,c)};e=this.get("element");a=new k("div",{id:f[this.ID.PICKER_BG],className:"yui-picker-bg",tabIndex:-1,hideFocus:!0});b=new k("div",{id:f[this.ID.PICKER_THUMB],className:"yui-picker-thumb"}); +c=new k("img",{src:h.PICKER_THUMB});b.appendChild(c);a.appendChild(b);e.appendChild(a);a=new k("div",{id:f[this.ID.HUE_BG],className:"yui-picker-hue-bg",tabIndex:-1,hideFocus:!0});b=new k("div",{id:f[this.ID.HUE_THUMB],className:"yui-picker-hue-thumb"});c=new k("img",{src:h.HUE_THUMB});b.appendChild(c);a.appendChild(b);e.appendChild(a);a=new k("div",{id:f[this.ID.CONTROLS],className:"yui-picker-controls"});e.appendChild(a);e=a;a=new k("div",{className:"hd"});b=new k("a",{id:f[this.ID.CONTROLS_LABEL], +href:"#"});a.appendChild(b);e.appendChild(a);a=new k("div",{className:"bd"});e.appendChild(a);e=a;a=new k("ul",{id:f[this.ID.RGB_CONTROLS],className:"yui-picker-rgb-controls"});b=new k("li");b.appendChild(document.createTextNode(g.R+" "));c=new u("input",{id:f[this.ID.R],className:"yui-picker-r"});b.appendChild(c);a.appendChild(b);b=new k("li");b.appendChild(document.createTextNode(g.G+" "));c=new u("input",{id:f[this.ID.G],className:"yui-picker-g"});b.appendChild(c);a.appendChild(b);b=new k("li"); +b.appendChild(document.createTextNode(g.B+" "));c=new u("input",{id:f[this.ID.B],className:"yui-picker-b"});b.appendChild(c);a.appendChild(b);e.appendChild(a);a=new k("ul",{id:f[this.ID.HSV_CONTROLS],className:"yui-picker-hsv-controls"});b=new k("li");b.appendChild(document.createTextNode(g.H+" "));c=new u("input",{id:f[this.ID.H],className:"yui-picker-h"});b.appendChild(c);b.appendChild(document.createTextNode(" "+g.DEG));a.appendChild(b);b=new k("li");b.appendChild(document.createTextNode(g.S+" ")); +c=new u("input",{id:f[this.ID.S],className:"yui-picker-s"});b.appendChild(c);b.appendChild(document.createTextNode(" "+g.PERCENT));a.appendChild(b);b=new k("li");b.appendChild(document.createTextNode(g.V+" "));c=new u("input",{id:f[this.ID.V],className:"yui-picker-v"});b.appendChild(c);b.appendChild(document.createTextNode(" "+g.PERCENT));a.appendChild(b);e.appendChild(a);a=new k("ul",{id:f[this.ID.HEX_SUMMARY],className:"yui-picker-hex_summary"});b=new k("li",{id:f[this.ID.R_HEX]});a.appendChild(b); +b=new k("li",{id:f[this.ID.G_HEX]});a.appendChild(b);b=new k("li",{id:f[this.ID.B_HEX]});a.appendChild(b);e.appendChild(a);a=new k("div",{id:f[this.ID.HEX_CONTROLS],className:"yui-picker-hex-controls"});a.appendChild(document.createTextNode(g.HEX+" "));b=new u("input",{id:f[this.ID.HEX],className:"yui-picker-hex",size:6,maxlength:6});a.appendChild(b);e.appendChild(a);e=this.get("element");a=new k("div",{id:f[this.ID.SWATCH],className:"yui-picker-swatch"});e.appendChild(a);a=new k("div",{id:f[this.ID.WEBSAFE_SWATCH], +className:"yui-picker-websafe-swatch"});e.appendChild(a)},_attachRGBHSV:function(a,b){h.on(this.getElement(a),"keydown",function(a,c){c._rgbFieldKeypress(a,this,b)},this);h.on(this.getElement(a),"keypress",this._numbersOnly,this,!0);h.on(this.getElement(a),"blur",function(a,c){c._useFieldValue(a,this,b)},this)},_updateRGB:function(){var a=[this.get(this.OPT.RED),this.get(this.OPT.GREEN),this.get(this.OPT.BLUE)];this.set(this.OPT.RGB,a);this._updateSliders()},_initElements:function(){var a=this.OPT, +b=this.get(a.IDS),a=this.get(a.ELEMENTS),c,e,f;for(c in this.ID)d.hasOwnProperty(this.ID,c)&&(b[this.ID[c]]=b[c]);(e=g.get(b[this.ID.PICKER_BG]))||this._createElements();for(c in b)d.hasOwnProperty(b,c)&&(e=g.get(b[c]),f=g.generateId(e),b[c]=f,b[b[c]]=f,a[f]=e)},initPicker:function(){this._initSliders();this._bindUI();this.syncUI(!0)},_initSliders:function(){var a=this.ID,c=this.get(this.OPT.PICKER_SIZE);this.hueSlider=b.getVertSlider(this.getElement(a.HUE_BG),this.getElement(a.HUE_THUMB),0,c);this.pickerSlider= +b.getSliderRegion(this.getElement(a.PICKER_BG),this.getElement(a.PICKER_THUMB),0,c,0,c);this.set(this.OPT.ANIMATE,this.get(this.OPT.ANIMATE))},_bindUI:function(){var a=this.ID,b=this.OPT;this.hueSlider.subscribe("change",this._onHueSliderChange,this,!0);this.pickerSlider.subscribe("change",this._onPickerSliderChange,this,!0);h.on(this.getElement(a.WEBSAFE_SWATCH),"click",function(a){this.setValue(this.get(b.WEBSAFE))},this,!0);h.on(this.getElement(a.CONTROLS_LABEL),"click",function(a){this.set(b.SHOW_CONTROLS, +!this.get(b.SHOW_CONTROLS));h.preventDefault(a)},this,!0);this._attachRGBHSV(a.R,b.RED);this._attachRGBHSV(a.G,b.GREEN);this._attachRGBHSV(a.B,b.BLUE);this._attachRGBHSV(a.H,b.HUE);this._attachRGBHSV(a.S,b.SATURATION);this._attachRGBHSV(a.V,b.VALUE);h.on(this.getElement(a.HEX),"keydown",function(a,c){c._hexFieldKeypress(a,this,b.HEX)},this);h.on(this.getElement(this.ID.HEX),"keypress",this._hexOnly,this,!0);h.on(this.getElement(this.ID.HEX),"blur",function(a,c){c._useFieldValue(a,this,b.HEX)},this)}, +syncUI:function(a){this.skipAnim=a;this._updateRGB();this.skipAnim=!1},_updateRGBFromHSV:function(){var a=[this.get(this.OPT.HUE),this.get(this.OPT.SATURATION)/100,this.get(this.OPT.VALUE)/100],a=f.hsv2rgb(a);this.set(this.OPT.RGB,a);this._updateSliders()},_updateHex:function(){var a=this.get(this.OPT.HEX),b=a.length,c;if(3===b){a=a.split("");for(c=0;c<b;c+=1)a[c]+=a[c];a=a.join("")}if(6!==a.length)return!1;b=f.hex2rgb(a);this.setValue(b)},_hideShowEl:function(a,b){var c=d.isString(a)?this.getElement(a): +a;g.setStyle(c,"display",b?"":"none")},initAttributes:function(a){a=a||{};c.superclass.initAttributes.call(this,a);this.setAttributeConfig(this.OPT.PICKER_SIZE,{value:a.size||this.DEFAULT.PICKER_SIZE});this.setAttributeConfig(this.OPT.HUE,{value:a.hue||0,validator:d.isNumber});this.setAttributeConfig(this.OPT.SATURATION,{value:a.saturation||0,validator:d.isNumber});this.setAttributeConfig(this.OPT.VALUE,{value:d.isNumber(a.value)?a.value:100,validator:d.isNumber});this.setAttributeConfig(this.OPT.RED, +{value:d.isNumber(a.red)?a.red:255,validator:d.isNumber});this.setAttributeConfig(this.OPT.GREEN,{value:d.isNumber(a.green)?a.green:255,validator:d.isNumber});this.setAttributeConfig(this.OPT.BLUE,{value:d.isNumber(a.blue)?a.blue:255,validator:d.isNumber});this.setAttributeConfig(this.OPT.HEX,{value:a.hex||"FFFFFF",validator:d.isString});this.setAttributeConfig(this.OPT.RGB,{value:a.rgb||[255,255,255],method:function(a){this.set(this.OPT.RED,a[0],!0);this.set(this.OPT.GREEN,a[1],!0);this.set(this.OPT.BLUE, +a[2],!0);var b=f.websafe(a),c=f.rgb2hex(a);a=f.rgb2hsv(a);this.set(this.OPT.WEBSAFE,b,!0);this.set(this.OPT.HEX,c,!0);a[1]&&this.set(this.OPT.HUE,a[0],!0);this.set(this.OPT.SATURATION,Math.round(100*a[1]),!0);this.set(this.OPT.VALUE,Math.round(100*a[2]),!0)},readonly:!0});this.setAttributeConfig(this.OPT.CONTAINER,{value:null,method:function(a){a&&a.showEvent.subscribe(function(){this.pickerSlider.focus()},this,!0)}});this.setAttributeConfig(this.OPT.WEBSAFE,{value:a.websafe||[255,255,255]});var b= +a.ids||d.merge({},this.ID),h;if(!a.ids&&1<e)for(h in b)d.hasOwnProperty(b,h)&&(b[h]+=e);this.setAttributeConfig(this.OPT.IDS,{value:b,writeonce:!0});this.setAttributeConfig(this.OPT.TXT,{value:a.txt||this.TXT,writeonce:!0});this.setAttributeConfig(this.OPT.IMAGES,{value:a.images||this.IMAGE,writeonce:!0});this.setAttributeConfig(this.OPT.ELEMENTS,{value:{},readonly:!0});this.setAttributeConfig(this.OPT.SHOW_CONTROLS,{value:d.isBoolean(a.showcontrols)?a.showcontrols:!0,method:function(a){var b=g.getElementsByClassName("bd", +"div",this.getElement(this.ID.CONTROLS))[0];this._hideShowEl(b,a);this.getElement(this.ID.CONTROLS_LABEL).innerHTML=a?this.get(this.OPT.TXT).HIDE_CONTROLS:this.get(this.OPT.TXT).SHOW_CONTROLS}});this.setAttributeConfig(this.OPT.SHOW_RGB_CONTROLS,{value:d.isBoolean(a.showrgbcontrols)?a.showrgbcontrols:!0,method:function(a){this._hideShowEl(this.ID.RGB_CONTROLS,a)}});this.setAttributeConfig(this.OPT.SHOW_HSV_CONTROLS,{value:d.isBoolean(a.showhsvcontrols)?a.showhsvcontrols:!1,method:function(a){this._hideShowEl(this.ID.HSV_CONTROLS, +a);a&&this.get(this.OPT.SHOW_HEX_SUMMARY)&&this.set(this.OPT.SHOW_HEX_SUMMARY,!1)}});this.setAttributeConfig(this.OPT.SHOW_HEX_CONTROLS,{value:d.isBoolean(a.showhexcontrols)?a.showhexcontrols:!1,method:function(a){this._hideShowEl(this.ID.HEX_CONTROLS,a)}});this.setAttributeConfig(this.OPT.SHOW_WEBSAFE,{value:d.isBoolean(a.showwebsafe)?a.showwebsafe:!0,method:function(a){this._hideShowEl(this.ID.WEBSAFE_SWATCH,a)}});this.setAttributeConfig(this.OPT.SHOW_HEX_SUMMARY,{value:d.isBoolean(a.showhexsummary)? +a.showhexsummary:!0,method:function(a){this._hideShowEl(this.ID.HEX_SUMMARY,a);a&&this.get(this.OPT.SHOW_HSV_CONTROLS)&&this.set(this.OPT.SHOW_HSV_CONTROLS,!1)}});this.setAttributeConfig(this.OPT.ANIMATE,{value:d.isBoolean(a.animate)?a.animate:!0,method:function(a){this.pickerSlider&&(this.pickerSlider.animate=a,this.hueSlider.animate=a)}});this.on(this.OPT.HUE+"Change",this._updateRGBFromHSV,this,!0);this.on(this.OPT.SATURATION+"Change",this._updateRGBFromHSV,this,!0);this.on(this.OPT.VALUE+"Change", +this._updateRGBFromHSV,this,!0);this.on(this.OPT.RED+"Change",this._updateRGB,this,!0);this.on(this.OPT.GREEN+"Change",this._updateRGB,this,!0);this.on(this.OPT.BLUE+"Change",this._updateRGB,this,!0);this.on(this.OPT.HEX+"Change",this._updateHex,this,!0);this._initElements()}});YAHOO.widget.ColorPicker=c})();YAHOO.register("colorpicker",YAHOO.widget.ColorPicker,{version:"2.7.0",build:"1796"}); +(function(){var c=YAHOO.util,e=function(a,c,b,e){this.init(a,c,b,e)};e.NAME="Anim";e.prototype={toString:function(){var a=this.getEl()||{};return this.constructor.NAME+": "+(a.id||a.tagName)},patterns:{noNegatives:/width|height|opacity|padding/i,offsetAttribute:/^((width|height)|(top|left))$/,defaultUnit:/width|height|top$|bottom$|left$|right$/i,offsetUnit:/\d+(em|%|en|ex|pt|in|cm|mm|pc)$/i},doMethod:function(a,c,b){return this.method(this.currentFrame,c,b-c,this.totalFrames)},setAttribute:function(a, +d,b){var e=this.getEl();this.patterns.noNegatives.test(a)&&(d=0<d?d:0);"style"in e?c.Dom.setStyle(e,a,d+b):a in e&&(e[a]=d)},getAttribute:function(a){var d=this.getEl(),b=c.Dom.getStyle(d,a);if("auto"!==b&&!this.patterns.offsetUnit.test(b))return parseFloat(b);var e=this.patterns.offsetAttribute.exec(a)||[],g=!!e[3],h=!!e[2];"style"in d?b=h||"absolute"==c.Dom.getStyle(d,"position")&&g?d["offset"+e[0].charAt(0).toUpperCase()+e[0].substr(1)]:0:a in d&&(b=d[a]);return b},getDefaultUnit:function(a){return this.patterns.defaultUnit.test(a)? +"px":""},setRuntimeAttribute:function(a){var c,b,e=this.attributes;this.runtimeAttributes[a]={};var g=function(a){return"undefined"!==typeof a};if(!g(e[a].to)&&!g(e[a].by))return!1;c=g(e[a].from)?e[a].from:this.getAttribute(a);if(g(e[a].to))b=e[a].to;else if(g(e[a].by))if(c.constructor==Array){b=[];for(var h=0,k=c.length;h<k;++h)b[h]=c[h]+1*e[a].by[h]}else b=c+1*e[a].by;this.runtimeAttributes[a].start=c;this.runtimeAttributes[a].end=b;this.runtimeAttributes[a].unit=g(e[a].unit)?e[a].unit:this.getDefaultUnit(a); +return!0},init:function(a,d,b,e){var g=!1,h=null,k=0;a=c.Dom.get(a);this.attributes=d||{};this.duration=YAHOO.lang.isUndefined(b)?1:b;this.method=e||c.Easing.easeNone;this.useSeconds=!0;this.currentFrame=0;this.totalFrames=c.AnimMgr.fps;this.setEl=function(b){a=c.Dom.get(b)};this.getEl=function(){return a};this.isAnimated=function(){return g};this.getStartTime=function(){return h};this.runtimeAttributes={};this.animate=function(){if(this.isAnimated())return!1;this.currentFrame=0;this.totalFrames= +this.useSeconds?Math.ceil(c.AnimMgr.fps*this.duration):this.duration;0===this.duration&&this.useSeconds&&(this.totalFrames=1);c.AnimMgr.registerElement(this);return!0};this.stop=function(a){if(!this.isAnimated())return!1;a&&(this.currentFrame=this.totalFrames,this._onTween.fire());c.AnimMgr.stop(this)};this._onStart=new c.CustomEvent("_start",this,!0);this.onStart=new c.CustomEvent("start",this);this.onTween=new c.CustomEvent("tween",this);this._onTween=new c.CustomEvent("_tween",this,!0);this.onComplete= +new c.CustomEvent("complete",this);this._onComplete=new c.CustomEvent("_complete",this,!0);this._onStart.subscribe(function(){this.onStart.fire();this.runtimeAttributes={};for(var a in this.attributes)this.setRuntimeAttribute(a);g=!0;k=0;h=new Date});this._onTween.subscribe(function(){var a={duration:new Date-this.getStartTime(),currentFrame:this.currentFrame,toString:function(){return"duration: "+a.duration+", currentFrame: "+a.currentFrame}};this.onTween.fire(a);var b=this.runtimeAttributes,c;for(c in b)this.setAttribute(c, +this.doMethod(c,b[c].start,b[c].end),b[c].unit);k+=1});this._onComplete.subscribe(function(){var a=(new Date-h)/1E3,b={duration:a,frames:k,fps:k/a,toString:function(){return"duration: "+b.duration+", frames: "+b.frames+", fps: "+b.fps}};g=!1;k=0;this.onComplete.fire(b)})}};c.Anim=e})(); +YAHOO.util.AnimMgr=new function(){var c=null,e=[],a=0;this.fps=1E3;this.delay=1;this.registerElement=function(c){e[e.length]=c;a+=1;c._onStart.fire();this.start()};this.unRegister=function(c,b){var f;if(!(f=b))a:{f=0;for(var g=e.length;f<g;++f)if(e[f]==c)break a;f=-1}b=f;if(!c.isAnimated()||-1==b)return!1;c._onComplete.fire();e.splice(b,1);--a;0>=a&&this.stop();return!0};this.start=function(){null===c&&(c=setInterval(this.run,this.delay))};this.stop=function(d){if(d)this.unRegister(d);else{clearInterval(c); +d=0;for(var b=e.length;d<b;++d)this.unRegister(e[0],0);e=[];c=null;a=0}};this.run=function(){for(var a=0,b=e.length;a<b;++a){var c=e[a];if(c&&c.isAnimated())if(c.currentFrame<c.totalFrames||null===c.totalFrames){c.currentFrame+=1;if(c.useSeconds){var g=c,h=g.totalFrames,k=g.currentFrame,l=g.currentFrame*g.duration*1E3/g.totalFrames,m=new Date-g.getStartTime(),n=0,n=m<1E3*g.duration?Math.round((m/l-1)*g.currentFrame):h-(k+1);0<n&&isFinite(n)&&(g.currentFrame+n>=h&&(n=h-(k+1)),g.currentFrame+=n)}c._onTween.fire()}else YAHOO.util.AnimMgr.stop(c, +a)}}};YAHOO.util.Bezier=new function(){this.getPosition=function(c,e){for(var a=c.length,d=[],b=0;b<a;++b)d[b]=[c[b][0],c[b][1]];for(var f=1;f<a;++f)for(b=0;b<a-f;++b)d[b][0]=(1-e)*d[b][0]+e*d[parseInt(b+1,10)][0],d[b][1]=(1-e)*d[b][1]+e*d[parseInt(b+1,10)][1];return[d[0][0],d[0][1]]}}; +(function(){var c=function(a,d,e,h){c.superclass.constructor.call(this,a,d,e,h)};c.NAME="ColorAnim";c.DEFAULT_BGCOLOR="#fff";var e=YAHOO.util;YAHOO.extend(c,e.Anim);var a=c.superclass,d=c.prototype;d.patterns.color=/color$/i;d.patterns.rgb=/^rgb\(([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\)$/i;d.patterns.hex=/^#?([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})$/i;d.patterns.hex3=/^#?([0-9A-F]{1})([0-9A-F]{1})([0-9A-F]{1})$/i;d.patterns.transparent=/^transparent|rgba\(0, 0, 0, 0\)$/;d.parseColor=function(a){if(3== +a.length)return a;var c=this.patterns.hex.exec(a);return c&&4==c.length?[parseInt(c[1],16),parseInt(c[2],16),parseInt(c[3],16)]:(c=this.patterns.rgb.exec(a))&&4==c.length?[parseInt(c[1],10),parseInt(c[2],10),parseInt(c[3],10)]:(c=this.patterns.hex3.exec(a))&&4==c.length?[parseInt(c[1]+c[1],16),parseInt(c[2]+c[2],16),parseInt(c[3]+c[3],16)]:null};d.getAttribute=function(b){var d=this.getEl();if(this.patterns.color.test(b)){var g=YAHOO.util.Dom.getStyle(d,b),h=this;this.patterns.transparent.test(g)&& +(g=(d=YAHOO.util.Dom.getAncestorBy(d,function(a){return!h.patterns.transparent.test(g)}))?e.Dom.getStyle(d,b):c.DEFAULT_BGCOLOR)}else g=a.getAttribute.call(this,b);return g};d.doMethod=function(b,c,d){var e;if(this.patterns.color.test(b)){e=[];for(var k=0,l=c.length;k<l;++k)e[k]=a.doMethod.call(this,b,c[k],d[k]);e="rgb("+Math.floor(e[0])+","+Math.floor(e[1])+","+Math.floor(e[2])+")"}else e=a.doMethod.call(this,b,c,d);return e};d.setRuntimeAttribute=function(b){a.setRuntimeAttribute.call(this,b);if(this.patterns.color.test(b)){var c= +this.attributes,d=this.parseColor(this.runtimeAttributes[b].start),e=this.parseColor(this.runtimeAttributes[b].end);if("undefined"===typeof c[b].to&&"undefined"!==typeof c[b].by)for(var e=this.parseColor(c[b].by),c=0,k=d.length;c<k;++c)e[c]=d[c]+e[c];this.runtimeAttributes[b].start=d;this.runtimeAttributes[b].end=e}};e.ColorAnim=c})(); +YAHOO.util.Easing={easeNone:function(c,e,a,d){return a*c/d+e},easeIn:function(c,e,a,d){return a*(c/=d)*c+e},easeOut:function(c,e,a,d){return-a*(c/=d)*(c-2)+e},easeBoth:function(c,e,a,d){return 1>(c/=d/2)?a/2*c*c+e:-a/2*(--c*(c-2)-1)+e},easeInStrong:function(c,e,a,d){return a*(c/=d)*c*c*c+e},easeOutStrong:function(c,e,a,d){return-a*((c=c/d-1)*c*c*c-1)+e},easeBothStrong:function(c,e,a,d){return 1>(c/=d/2)?a/2*c*c*c*c+e:-a/2*((c-=2)*c*c*c-2)+e},elasticIn:function(c,e,a,d,b,f){if(0==c)return e;if(1== +(c/=d))return e+a;f||(f=.3*d);!b||b<Math.abs(a)?(b=a,a=f/4):a=f/(2*Math.PI)*Math.asin(a/b);return-(b*Math.pow(2,10*--c)*Math.sin(2*(c*d-a)*Math.PI/f))+e},elasticOut:function(c,e,a,d,b,f){if(0==c)return e;if(1==(c/=d))return e+a;f||(f=.3*d);if(!b||b<Math.abs(a)){b=a;var g=f/4}else g=f/(2*Math.PI)*Math.asin(a/b);return b*Math.pow(2,-10*c)*Math.sin(2*(c*d-g)*Math.PI/f)+a+e},elasticBoth:function(c,e,a,d,b,f){if(0==c)return e;if(2==(c/=d/2))return e+a;f||(f=.3*d*1.5);if(!b||b<Math.abs(a)){b=a;var g=f/ +4}else g=f/(2*Math.PI)*Math.asin(a/b);return 1>c?-.5*b*Math.pow(2,10*--c)*Math.sin(2*(c*d-g)*Math.PI/f)+e:b*Math.pow(2,-10*--c)*Math.sin(2*(c*d-g)*Math.PI/f)*.5+a+e},backIn:function(c,e,a,d,b){"undefined"==typeof b&&(b=1.70158);return a*(c/=d)*c*((b+1)*c-b)+e},backOut:function(c,e,a,d,b){"undefined"==typeof b&&(b=1.70158);return a*((c=c/d-1)*c*((b+1)*c+b)+1)+e},backBoth:function(c,e,a,d,b){"undefined"==typeof b&&(b=1.70158);return 1>(c/=d/2)?a/2*c*c*(((b*=1.525)+1)*c-b)+e:a/2*((c-=2)*c*(((b*=1.525)+ +1)*c+b)+2)+e},bounceIn:function(c,e,a,d){return a-YAHOO.util.Easing.bounceOut(d-c,0,a,d)+e},bounceOut:function(c,e,a,d){return(c/=d)<1/2.75?7.5625*a*c*c+e:c<2/2.75?a*(7.5625*(c-=1.5/2.75)*c+.75)+e:c<2.5/2.75?a*(7.5625*(c-=2.25/2.75)*c+.9375)+e:a*(7.5625*(c-=2.625/2.75)*c+.984375)+e},bounceBoth:function(c,e,a,d){return c<d/2?.5*YAHOO.util.Easing.bounceIn(2*c,0,a,d)+e:.5*YAHOO.util.Easing.bounceOut(2*c-d,0,a,d)+.5*a+e}}; +(function(){var c=function(a,b,d,e){a&&c.superclass.constructor.call(this,a,b,d,e)};c.NAME="Motion";var e=YAHOO.util;YAHOO.extend(c,e.ColorAnim);var a=c.superclass,d=c.prototype;d.patterns.points=/^points$/i;d.setAttribute=function(b,c,d){this.patterns.points.test(b)?(d=d||"px",a.setAttribute.call(this,"left",c[0],d),a.setAttribute.call(this,"top",c[1],d)):a.setAttribute.call(this,b,c,d)};d.getAttribute=function(b){return this.patterns.points.test(b)?[a.getAttribute.call(this,"left"),a.getAttribute.call(this, +"top")]:a.getAttribute.call(this,b)};d.doMethod=function(b,c,d){var f=null;this.patterns.points.test(b)?(c=this.method(this.currentFrame,0,100,this.totalFrames)/100,f=e.Bezier.getPosition(this.runtimeAttributes[b],c)):f=a.doMethod.call(this,b,c,d);return f};d.setRuntimeAttribute=function(c){if(this.patterns.points.test(c)){var d=this.getEl(),k=this.attributes,l=k.points.control||[],m,n,p;if(0<l.length&&!(l[0]instanceof Array))l=[l];else{var q=[];n=0;for(p=l.length;n<p;++n)q[n]=l[n];l=q}"static"== +e.Dom.getStyle(d,"position")&&e.Dom.setStyle(d,"position","relative");f(k.points.from)?e.Dom.setXY(d,k.points.from):e.Dom.setXY(d,e.Dom.getXY(d));d=this.getAttribute("points");if(f(k.points.to))for(m=b.call(this,k.points.to,d),e.Dom.getXY(this.getEl()),n=0,p=l.length;n<p;++n)l[n]=b.call(this,l[n],d);else if(f(k.points.by))for(m=[d[0]+k.points.by[0],d[1]+k.points.by[1]],n=0,p=l.length;n<p;++n)l[n]=[d[0]+l[n][0],d[1]+l[n][1]];this.runtimeAttributes[c]=[d];0<l.length&&(this.runtimeAttributes[c]=this.runtimeAttributes[c].concat(l)); +this.runtimeAttributes[c][this.runtimeAttributes[c].length]=m}else a.setRuntimeAttribute.call(this,c)};var b=function(a,b){var c=e.Dom.getXY(this.getEl());return a=[a[0]-c[0]+b[0],a[1]-c[1]+b[1]]},f=function(a){return"undefined"!==typeof a};e.Motion=c})(); +(function(){var c=function(a,d,e,h){a&&c.superclass.constructor.call(this,a,d,e,h)};c.NAME="Scroll";var e=YAHOO.util;YAHOO.extend(c,e.ColorAnim);var a=c.superclass,d=c.prototype;d.doMethod=function(b,c,d){var e=null;return e="scroll"==b?[this.method(this.currentFrame,c[0],d[0]-c[0],this.totalFrames),this.method(this.currentFrame,c[1],d[1]-c[1],this.totalFrames)]:a.doMethod.call(this,b,c,d)};d.getAttribute=function(b){var c=null,c=this.getEl();return c="scroll"==b?[c.scrollLeft,c.scrollTop]:a.getAttribute.call(this, +b)};d.setAttribute=function(b,c,d){var e=this.getEl();"scroll"==b?(e.scrollLeft=c[0],e.scrollTop=c[1]):a.setAttribute.call(this,b,c,d)};e.Scroll=c})();YAHOO.register("animation",YAHOO.util.Anim,{version:"2.7.0",build:"1799"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadimage/plugin.js b/public/assets/ckeditor/plugins/uploadimage/plugin.js new file mode 100644 index 0000000..9462931 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadimage/plugin.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.plugins.add("uploadimage",{requires:"uploadwidget",onLoad:function(){CKEDITOR.addCss(".cke_upload_uploading img{opacity: 0.3}")},init:function(d){if(CKEDITOR.plugins.clipboard.isFileApiSupported){var f=CKEDITOR.fileTools,h=f.getUploadUrl(d.config,"image");h?(f.addUploadWidget(d,"uploadimage",{supportedTypes:/image\/(jpeg|png|gif|bmp)/,uploadUrl:h,fileToElement:function(){var a=new CKEDITOR.dom.element("img");a.setAttribute("src",k);return a},parts:{img:"img"},onUploading:function(a){this.parts.img.setAttribute("src", +a.data)},onUploaded:function(a){this.replaceWith('\x3cimg src\x3d"'+a.url+'" width\x3d"'+this.parts.img.$.naturalWidth+'" height\x3d"'+this.parts.img.$.naturalHeight+'"\x3e')}}),d.on("paste",function(a){if(a.data.dataValue.match(/<img[\s\S]+data:/i)){a=a.data;var c=document.implementation.createHTMLDocument(""),c=new CKEDITOR.dom.element(c.body),l,b,g;c.data("cke-editable",1);c.appendHtml(a.dataValue);l=c.find("img");for(g=0;g<l.count();g++){b=l.getItem(g);var e=b.getAttribute("src")&&"data:"==b.getAttribute("src").substring(0, +5),k=null===b.data("cke-realelement");e&&k&&!b.data("cke-upload-id")&&!b.isReadOnly(1)&&(e=d.uploadRepository.create(b.getAttribute("src")),e.upload(h),f.markElement(b,"uploadimage",e.id),f.bindNotifications(d,e))}a.dataValue=c.getHtml()}})):CKEDITOR.error("uploadimage-config")}}});var k="data:image/gif;base64,R0lGODlhDgAOAIAAAAAAAP///yH5BAAAAAAALAAAAAAOAA4AAAIMhI+py+0Po5y02qsKADs\x3d"})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/cs.js b/public/assets/ckeditor/plugins/uploadwidget/lang/cs.js new file mode 100644 index 0000000..9602b37 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/cs.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","cs",{abort:"Nahrávánà zruÅ¡eno uživatelem.",doneOne:"Soubor úspÄÅ¡nÄ nahrán.",doneMany:"ÃspÄÅ¡nÄ nahráno %1 souborů.",uploadOne:"Nahrávánà souboru ({percentage}%)...",uploadMany:"Nahrávánà souborů, {current} z {max} hotovo ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/da.js b/public/assets/ckeditor/plugins/uploadwidget/lang/da.js new file mode 100644 index 0000000..1749786 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/da.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","da",{abort:"Upload er afbrudt af brugen.",doneOne:"Filen er uploadet.",doneMany:"Du har uploadet %1 filer.",uploadOne:"Uploader fil ({percentage}%)...",uploadMany:"Uploader filer, {current} af {max} er uploadet ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/de-ch.js b/public/assets/ckeditor/plugins/uploadwidget/lang/de-ch.js new file mode 100644 index 0000000..8b42efb --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/de-ch.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","de-ch",{abort:"Hochladen durch den Benutzer abgebrochen.",doneOne:"Datei erfolgreich hochgeladen.",doneMany:"%1 Dateien erfolgreich hochgeladen.",uploadOne:"Datei wird hochgeladen ({percentage}%)...",uploadMany:"Dateien werden hochgeladen, {current} von {max} fertig ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/de.js b/public/assets/ckeditor/plugins/uploadwidget/lang/de.js new file mode 100644 index 0000000..57d6d70 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/de.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","de",{abort:"Hochladen durch den Benutzer abgebrochen.",doneOne:"Datei erfolgreich hochgeladen.",doneMany:"%1 Dateien erfolgreich hochgeladen.",uploadOne:"Datei wird hochgeladen ({percentage}%)...",uploadMany:"Dateien werden hochgeladen, {current} von {max} fertig ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/el.js b/public/assets/ckeditor/plugins/uploadwidget/lang/el.js new file mode 100644 index 0000000..98a8948 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/el.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","el",{abort:"ÎÏοÏÏολή Î±ÎºÏ ÏÏθηκε αÏο ÏÏήÏÏη.",doneOne:"ÎÏÏείο εÏÏάλη εÏιÏÏ ÏÏÏ.",doneMany:"ÎÏιÏÏ ÏÎ®Ï Î±ÏοÏÏολή %1 αÏÏείÏν.",uploadOne:"ÎÏοÏÏολή αÏÏÎµÎ¯Î¿Ï ({percentage}%)â¦",uploadMany:"ÎÏοÏÏολή αÏÏείÏν, {current} αÏÏ {max} ολοκληÏÏμÎνα ({percentage}%)â¦"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/en.js b/public/assets/ckeditor/plugins/uploadwidget/lang/en.js new file mode 100644 index 0000000..480e208 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/en.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","en",{abort:"Upload aborted by the user.",doneOne:"File successfully uploaded.",doneMany:"Successfully uploaded %1 files.",uploadOne:"Uploading file ({percentage}%)...",uploadMany:"Uploading files, {current} of {max} done ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/eo.js b/public/assets/ckeditor/plugins/uploadwidget/lang/eo.js new file mode 100644 index 0000000..2851249 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/eo.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","eo",{abort:"AlÅuto Äesigita de la uzanto",doneOne:"Dosiero sukcese alÅutita.",doneMany:"Sukcese alÅutitaj %1 dosieroj.",uploadOne:"alÅutata dosiero ({percentage}%)...",uploadMany:"AlÅutataj dosieroj, {current} el {max} faritaj ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/eu.js b/public/assets/ckeditor/plugins/uploadwidget/lang/eu.js new file mode 100644 index 0000000..4fd3645 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/eu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","eu",{abort:"Karga erabiltzaileak bertan behera utzita.",doneOne:"Fitxategia behar bezala kargatu da.",doneMany:"Behar bezala kargatu dira %1 fitxategi.",uploadOne:"Fitxategia kargatzen ({percentage}%)...",uploadMany:"Fitxategiak kargatzen, {current} / {max} eginda ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/fr.js b/public/assets/ckeditor/plugins/uploadwidget/lang/fr.js new file mode 100644 index 0000000..fdf52c9 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/fr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","fr",{abort:"Téléversement interrompu par l'utilisateur.",doneOne:"Fichier téléversé avec succès.",doneMany:"%1 fichiers téléversés avec succès.",uploadOne:"Téléversement du fichier en cours ({percentage}%)...",uploadMany:"Téléversement des fichiers en cours, {current} sur {max} effectués ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/gl.js b/public/assets/ckeditor/plugins/uploadwidget/lang/gl.js new file mode 100644 index 0000000..90ce374 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/gl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","gl",{abort:"EnvÃo interrompido polo usuario.",doneOne:"Ficheiro enviado satisfactoriamente.",doneMany:"%1 ficheiros enviados satisfactoriamente.",uploadOne:"Enviando o ficheiro ({percentage}%)...",uploadMany:"Enviando ficheiros, {current} de {max} feito o ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/hu.js b/public/assets/ckeditor/plugins/uploadwidget/lang/hu.js new file mode 100644 index 0000000..02b366a --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/hu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","hu",{abort:"A feltöltést a felhasználó megszakÃtotta.",doneOne:"A fájl sikeresen feltöltve.",doneMany:"%1 fájl sikeresen feltöltve.",uploadOne:"Fájl feltöltése ({percentage}%)...",uploadMany:"Fájlok feltöltése, {current}/{max} kész ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/id.js b/public/assets/ckeditor/plugins/uploadwidget/lang/id.js new file mode 100644 index 0000000..610c3b5 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/id.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","id",{abort:"Pengunggahan dibatalkan oleh pengguna",doneOne:"Berkas telah berhasil diunggah",doneMany:"Pengunggahan berkas %1 berhasil",uploadOne:"Mengunggah berkas ({percentage}%)...",uploadMany:"Pengunggahan berkas {current} dari {max} berhasil ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/it.js b/public/assets/ckeditor/plugins/uploadwidget/lang/it.js new file mode 100644 index 0000000..8886835 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/it.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","it",{abort:"Caricamento interrotto dall'utente.",doneOne:"Il file è stato caricato correttamente.",doneMany:"%1 file sono stati caricati correttamente.",uploadOne:"Caricamento del file ({percentage}%)...",uploadMany:"Caricamento dei file, {current} di {max} completati ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/ko.js b/public/assets/ckeditor/plugins/uploadwidget/lang/ko.js new file mode 100644 index 0000000..3423e1d --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/ko.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","ko",{abort:"ì¬ì©ìê° ì ë¡ë를 ì¤ë¨íìµëë¤.",doneOne:"íì¼ì´ ì±ê³µì ì¼ë¡ ì ë¡ëëììµëë¤.",doneMany:"íì¼ %1ê°ë¥¼ ì±ê³µì ì¼ë¡ ì ë¡ëíììµëë¤.",uploadOne:"íì¼ ì ë¡ëì¤ ({percentage}%)...",uploadMany:"íì¼ {max} ê° ì¤ {current} ë²ì§¸ íì¼ ì ë¡ë ì¤ ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/ku.js b/public/assets/ckeditor/plugins/uploadwidget/lang/ku.js new file mode 100644 index 0000000..77c4340 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/ku.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","ku",{abort:"بارکردÙÛÚ©Û Ø¨ÚØ¯Ø±Ø§ ÙÛÙØ§ÛÛ٠بÛکارÙÛÙÛØ±.",doneOne:"Ù¾ÛÚÚ¯ÛÚ©Û Ø¨ÛØ³ÛرکÛÙØªÙÙØ§ÙÛ Ø¨Ø§Ø±Ú©Ø±Ø§.",doneMany:"Ø¨ÛØ³ÛرکÛÙØªÙÙØ§ÙÛ Ø¨Ø§Ø±Ú©Ø±Ø§ %1 Ù¾ÛÚÚ¯Û.",uploadOne:"Ù¾ÛÚÚ¯Û Ø¨Ø§Ø±Ø¯ÛÚ©Ø±ÛØª ({percentage}%)...",uploadMany:"Ù¾ÛÚÚ¯Û Ø¨Ø§Ø±Ø¯ÛÚ©Ø±ÛØª, {current} ÙÛ {max} ئÛÙØ¬Ø§Ù دراÙÛ ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/nb.js b/public/assets/ckeditor/plugins/uploadwidget/lang/nb.js new file mode 100644 index 0000000..ac1ea64 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/nb.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","nb",{abort:"Opplasting ble avbrutt av brukeren.",doneOne:"Filen har blitt lastet opp.",doneMany:"Fullført opplasting av %1 filer.",uploadOne:"Laster opp fil ({percentage}%)...",uploadMany:"Laster opp filer, {current} av {max} fullført ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/nl.js b/public/assets/ckeditor/plugins/uploadwidget/lang/nl.js new file mode 100644 index 0000000..3bea864 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/nl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","nl",{abort:"Upload gestopt door de gebruiker.",doneOne:"Bestand succesvol geüpload.",doneMany:"Succesvol %1 bestanden geüpload.",uploadOne:"Uploaden bestand ({percentage}%)â¦",uploadMany:"Bestanden aan het uploaden, {current} van {max} klaar ({percentage}%)â¦"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/pl.js b/public/assets/ckeditor/plugins/uploadwidget/lang/pl.js new file mode 100644 index 0000000..10505b1 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/pl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","pl",{abort:"WysyÅanie przerwane przez użytkownika.",doneOne:"Plik zostaÅ pomyÅlnie wysÅany.",doneMany:"PomyÅlnie wysÅane pliki: %1.",uploadOne:"WysyÅanie pliku ({percentage}%)...",uploadMany:"WysyÅanie plików, gotowe {current} z {max} ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/pt-br.js b/public/assets/ckeditor/plugins/uploadwidget/lang/pt-br.js new file mode 100644 index 0000000..f73b078 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/pt-br.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","pt-br",{abort:"Envio cancelado pelo usuário.",doneOne:"Arquivo enviado com sucesso.",doneMany:"Enviados %1 arquivos com sucesso.",uploadOne:"Enviando arquivo({percentage}%)...",uploadMany:"Enviando arquivos, {current} de {max} completos ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/ru.js b/public/assets/ckeditor/plugins/uploadwidget/lang/ru.js new file mode 100644 index 0000000..d6ff876 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/ru.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","ru",{abort:"ÐагÑÑзка оÑменена полÑзоваÑелем",doneOne:"Файл ÑÑпеÑно загÑÑжен",doneMany:"УÑпеÑно загÑÑжено Ñайлов: %1",uploadOne:"ÐагÑÑзка Ñайла ({percentage}%)",uploadMany:"ÐагÑÑзка Ñайлов, {current} из {max} загÑÑжено ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/sv.js b/public/assets/ckeditor/plugins/uploadwidget/lang/sv.js new file mode 100644 index 0000000..bb6d542 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/sv.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","sv",{abort:"Uppladdning avbruten av användaren.",doneOne:"Filuppladdning lyckades.",doneMany:"Uppladdning av %1 filer lyckades.",uploadOne:"Laddar upp fil ({percentage}%)...",uploadMany:"Laddar upp filer, {current} av {max} färdiga ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/tr.js b/public/assets/ckeditor/plugins/uploadwidget/lang/tr.js new file mode 100644 index 0000000..f08d5a6 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/tr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","tr",{abort:"Gönderme iÅlemi kullanıcı tarafından durduruldu.",doneOne:"Gönderim iÅlemi baÅarılı Åekilde tamamlandı.",doneMany:"%1 dosya baÅarılı Åekilde gönderildi.",uploadOne:"Dosyanın ({percentage}%) gönderildi...",uploadMany:"Toplam {current} / {max} dosyanın ({percentage}%) gönderildi..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/ug.js b/public/assets/ckeditor/plugins/uploadwidget/lang/ug.js new file mode 100644 index 0000000..46ba85f --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/ug.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","ug",{abort:"ÙÛÙÙÛØ´ÙÙ Ø¦ÙØ´ÙÛØªÙÛÚÙ Ø¦ÛØ²ÛÛÛØªØªÙ.",doneOne:"Ú¾ÛØ¬Ø¬Ûت Ù ÛÛÛپپÛÙÙÙÛØªÙÙÙ ÙÛÙÙÛÙØ¯Ù.",doneMany:"Ù ÛÛÛپپÛÙÙÙÛØªÙÙÙ Ú¾Ø§ÙØ¯Ø§ %1 Ú¾ÛØ¬Ø¬Ûت ÙÛÙÙÛÙØ¯Ù.",uploadOne:"Uploading file ({percentage}%)...",uploadMany:"Uploading files, {current} of {max} done ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/uk.js b/public/assets/ckeditor/plugins/uploadwidget/lang/uk.js new file mode 100644 index 0000000..485cbed --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/uk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","uk",{abort:"ÐаванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð¿ÐµÑеÑвано коÑиÑÑÑваÑем.",doneOne:"Файл ÑÑлком заванÑажено.",doneMany:"ЦÑлком заванÑажено %1 ÑайлÑв.",uploadOne:"ÐаванÑÐ°Ð¶ÐµÐ½Ð½Ñ ÑÐ°Ð¹Ð»Ñ ({percentage}%)...",uploadMany:"ÐаванÑажено {current} Ñз {max} ÑайлÑв завеÑÑено на ({percentage}%)..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/zh-cn.js b/public/assets/ckeditor/plugins/uploadwidget/lang/zh-cn.js new file mode 100644 index 0000000..0b3c911 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/zh-cn.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","zh-cn",{abort:"ä¸ä¼ å·²è¢«ç¨æ·ä¸æ¢ã",doneOne:"æä»¶ä¸ä¼ æåã",doneMany:"æåä¸ä¼ äº %1 个æä»¶ã",uploadOne:"æ£å¨ä¸ä¼ æä»¶ï¼{percentage}%ï¼â¦â¦",uploadMany:"æ£å¨ä¸ä¼ æä»¶ï¼{max} ä¸ç {current}ï¼{percentage}%ï¼â¦â¦"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/lang/zh.js b/public/assets/ckeditor/plugins/uploadwidget/lang/zh.js new file mode 100644 index 0000000..9282da6 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/lang/zh.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","zh",{abort:"ä¸å³ç±ä½¿ç¨è æ¾æ£ã",doneOne:"æªæ¡æåä¸å³ã",doneMany:"æåä¸å³ %1 æªæ¡ã",uploadOne:"æ£å¨ä¸å³æªæ¡ï¼{percentage}%ï¼...",uploadMany:"æ£å¨ä¸å³æªæ¡ï¼{max} ä¸ç {current} 已宿ï¼{percentage}%ï¼..."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/uploadwidget/plugin.js b/public/assets/ckeditor/plugins/uploadwidget/plugin.js new file mode 100644 index 0000000..33cc930 --- /dev/null +++ b/public/assets/ckeditor/plugins/uploadwidget/plugin.js @@ -0,0 +1,10 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.plugins.add("uploadwidget",{lang:"cs,da,de,de-ch,el,en,eo,eu,fr,gl,hu,id,it,ko,ku,nb,nl,pl,pt-br,ru,sv,tr,ug,uk,zh,zh-cn",requires:"widget,clipboard,filetools,notificationaggregator",init:function(a){a.filter.allow("*[!data-widget,!data-cke-upload-id]")}});CKEDITOR.fileTools||(CKEDITOR.fileTools={});CKEDITOR.tools.extend(CKEDITOR.fileTools,{addUploadWidget:function(a,d,e){var g=CKEDITOR.fileTools,b=a.uploadRepository,p=e.supportedTypes?10:20;if(e.fileToElement)a.on("paste",function(f){f= +f.data;var n=f.dataTransfer,k=n.getFilesCount(),m=e.loadMethod||"loadAndUpload",c,h;if(!f.dataValue&&k)for(h=0;h<k;h++)if(c=n.getFile(h),!e.supportedTypes||g.isTypeSupported(c,e.supportedTypes)){var l=e.fileToElement(c);c=b.create(c);l&&(c[m](e.uploadUrl),CKEDITOR.fileTools.markElement(l,d,c.id),"loadAndUpload"!=m&&"upload"!=m||CKEDITOR.fileTools.bindNotifications(a,c),f.dataValue+=l.getOuterHtml())}},null,null,p);CKEDITOR.tools.extend(e,{downcast:function(){return new CKEDITOR.htmlParser.text("")}, +init:function(){var f=this,d=this.wrapper.findOne("[data-cke-upload-id]").data("cke-upload-id"),k=b.loaders[d],e=CKEDITOR.tools.capitalize,c,h;k.on("update",function(b){if(f.wrapper&&f.wrapper.getParent()){a.fire("lockSnapshot");b="on"+e(k.status);if("function"!==typeof f[b]||!1!==f[b](k))h="cke_upload_"+k.status,f.wrapper&&h!=c&&(c&&f.wrapper.removeClass(c),f.wrapper.addClass(h),c=h),"error"!=k.status&&"abort"!=k.status||a.widgets.del(f);a.fire("unlockSnapshot")}else a.editable().find('[data-cke-upload-id\x3d"'+ +d+'"]').count()||k.abort(),b.removeListener()});k.update()},replaceWith:function(b,d){if(""===b.trim())a.widgets.del(this);else{var e=this==a.widgets.focused,g=a.editable(),c=a.createRange(),h,l;e||(l=a.getSelection().createBookmarks());c.setStartBefore(this.wrapper);c.setEndAfter(this.wrapper);e&&(h=c.createBookmark());g.insertHtmlIntoRange(b,c,d);a.widgets.checkWidgets({initOnlyNew:!0});a.widgets.destroy(this,!0);e?(c.moveToBookmark(h),c.select()):a.getSelection().selectBookmarks(l)}}});a.widgets.add(d, +e)},markElement:function(a,d,e){a.setAttributes({"data-cke-upload-id":e,"data-widget":d})},bindNotifications:function(a,d){function e(){g=a._.uploadWidgetNotificaionAggregator;if(!g||g.isFinished())g=a._.uploadWidgetNotificaionAggregator=new CKEDITOR.plugins.notificationAggregator(a,a.lang.uploadwidget.uploadMany,a.lang.uploadwidget.uploadOne),g.once("finished",function(){var b=g.getTaskCount();0===b?g.notification.hide():g.notification.update({message:1==b?a.lang.uploadwidget.doneOne:a.lang.uploadwidget.doneMany.replace("%1", +b),type:"success",important:1})})}var g,b=null;d.on("update",function(){!b&&d.uploadTotal&&(e(),b=g.createTask({weight:d.uploadTotal}));b&&"uploading"==d.status&&b.update(d.uploaded)});d.on("uploaded",function(){b&&b.done()});d.on("error",function(){b&&b.cancel();a.showNotification(d.message,"warning")});d.on("abort",function(){b&&b.cancel();a.showNotification(a.lang.uploadwidget.abort,"info")})}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/images/handle.png b/public/assets/ckeditor/plugins/widget/images/handle.png new file mode 100644 index 0000000000000000000000000000000000000000..ba8cda5b30650babdd9e9b439bf92dd78e7e3425 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K23?xtf=%@rzS^+*GuK)l4S5Z+>Q&R(y%F4>B zs;Uq!kbwq_7Top+>f$X4@(X6LuyOG4sc+bE;L!1t|K@(+14@K=x;Tb#Tu;8Rb9cks z#J94nZHsw$wz2W7VVBS|FgP>!0K<|7o;WsvWX2Z8B?>%jY}0rZj)}3g-PxTm;lP0# v3__VH4l5d8H_c`?|H*MfZyGa?!EHvRt#Zd+?pApQG@rrK)z4*}Q$iB}(WFB8 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/plugins/widget/lang/af.js b/public/assets/ckeditor/plugins/widget/lang/af.js new file mode 100644 index 0000000..63a02a2 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/af.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","af",{move:"Klik en trek on te beweeg"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/ar.js b/public/assets/ckeditor/plugins/widget/lang/ar.js new file mode 100644 index 0000000..396c786 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/ar.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","ar",{move:"إضغط Ù Ø¥Ø³ØØ¨ ÙÙØªØØ±ÙÙ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/bg.js b/public/assets/ckeditor/plugins/widget/lang/bg.js new file mode 100644 index 0000000..6358571 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/bg.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","bg",{move:"Ðликни и влаÑи, за да пÑемеÑÑиÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/ca.js b/public/assets/ckeditor/plugins/widget/lang/ca.js new file mode 100644 index 0000000..4232f94 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/ca.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","ca",{move:"Clicar i arrossegar per moure"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/cs.js b/public/assets/ckeditor/plugins/widget/lang/cs.js new file mode 100644 index 0000000..e40f529 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/cs.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","cs",{move:"KlepnÄte a táhnÄte pro pÅesunutÃ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/cy.js b/public/assets/ckeditor/plugins/widget/lang/cy.js new file mode 100644 index 0000000..5bdd17c --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/cy.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","cy",{move:"Clcio a llusgo i symud"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/da.js b/public/assets/ckeditor/plugins/widget/lang/da.js new file mode 100644 index 0000000..b8e4e2b --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/da.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","da",{move:"Klik og træk for at flytte"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/de-ch.js b/public/assets/ckeditor/plugins/widget/lang/de-ch.js new file mode 100644 index 0000000..7b1708f --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/de-ch.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","de-ch",{move:"Zum Verschieben anwählen und ziehen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/de.js b/public/assets/ckeditor/plugins/widget/lang/de.js new file mode 100644 index 0000000..3c7bec3 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/de.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","de",{move:"Zum Verschieben anwählen und ziehen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/el.js b/public/assets/ckeditor/plugins/widget/lang/el.js new file mode 100644 index 0000000..e8beb9e --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/el.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","el",{move:"ÎάνεÏε κλικ και ÏÏÏεÏε Ïο ÏονÏίκι για να μεÏακινήÏÏε"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/en-gb.js b/public/assets/ckeditor/plugins/widget/lang/en-gb.js new file mode 100644 index 0000000..230c8fb --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/en-gb.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","en-gb",{move:"Click and drag to move"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/en.js b/public/assets/ckeditor/plugins/widget/lang/en.js new file mode 100644 index 0000000..1104f03 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/en.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","en",{move:"Click and drag to move"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/eo.js b/public/assets/ckeditor/plugins/widget/lang/eo.js new file mode 100644 index 0000000..782c758 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/eo.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","eo",{move:"klaki kaj treni por movi"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/es.js b/public/assets/ckeditor/plugins/widget/lang/es.js new file mode 100644 index 0000000..e683dc7 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/es.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","es",{move:"Dar clic y arrastrar para mover"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/eu.js b/public/assets/ckeditor/plugins/widget/lang/eu.js new file mode 100644 index 0000000..88949f0 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/eu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","eu",{move:"Klikatu eta arrastatu lekuz aldatzeko"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/fa.js b/public/assets/ckeditor/plugins/widget/lang/fa.js new file mode 100644 index 0000000..b7757bc --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/fa.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","fa",{move:"Ú©ÙÛÚ© Ù Ú©Ø´ÛØ¯Ù Ø¨Ø±Ø§Û Ø¬Ø§Ø¨Ø¬Ø§ÛÛ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/fi.js b/public/assets/ckeditor/plugins/widget/lang/fi.js new file mode 100644 index 0000000..c84fbca --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/fi.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","fi",{move:"Siirrä klikkaamalla ja raahaamalla"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/fr.js b/public/assets/ckeditor/plugins/widget/lang/fr.js new file mode 100644 index 0000000..2c40631 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/fr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","fr",{move:"Cliquer et glisser pour déplacer"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/gl.js b/public/assets/ckeditor/plugins/widget/lang/gl.js new file mode 100644 index 0000000..5764c60 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/gl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","gl",{move:"Prema e arrastre para mover"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/he.js b/public/assets/ckeditor/plugins/widget/lang/he.js new file mode 100644 index 0000000..da5e736 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/he.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","he",{move:"×××¥ ××ר×ר ×××××"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/hr.js b/public/assets/ckeditor/plugins/widget/lang/hr.js new file mode 100644 index 0000000..a06bd74 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/hr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","hr",{move:"Klikni i povuci da pomakneÅ¡"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/hu.js b/public/assets/ckeditor/plugins/widget/lang/hu.js new file mode 100644 index 0000000..e5ba299 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/hu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","hu",{move:"Kattints és húzd a mozgatáshoz"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/id.js b/public/assets/ckeditor/plugins/widget/lang/id.js new file mode 100644 index 0000000..4609907 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/id.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","id",{move:"Tekan dan geser untuk memindahkan"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/it.js b/public/assets/ckeditor/plugins/widget/lang/it.js new file mode 100644 index 0000000..6d77192 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/it.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","it",{move:"Fare clic e trascinare per spostare"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/ja.js b/public/assets/ckeditor/plugins/widget/lang/ja.js new file mode 100644 index 0000000..e20fd88 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/ja.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","ja",{move:"ãã©ãã°ãã¦ç§»å"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/km.js b/public/assets/ckeditor/plugins/widget/lang/km.js new file mode 100644 index 0000000..af43d26 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/km.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","km",{move:"á á»á âá á¾áâáá¶áâáá¾áááá¸âáááá¶ááâáá¸"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/ko.js b/public/assets/ckeditor/plugins/widget/lang/ko.js new file mode 100644 index 0000000..f569e52 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/ko.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","ko",{move:"ìì§ì´ë ¤ë©´ í´ë¦ í ëëê·¸ íì¸ì"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/ku.js b/public/assets/ckeditor/plugins/widget/lang/ku.js new file mode 100644 index 0000000..563c984 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/ku.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","ku",{move:"Ú©Ø±ØªÛØ¨Ú©Û Ù ÚØ§ÛØ¨Ú©ÛØ´Û Ø¨Û Ø¬ÙÚµØ§ÙØ¯Ù"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/lv.js b/public/assets/ckeditor/plugins/widget/lang/lv.js new file mode 100644 index 0000000..f69f558 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/lv.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","lv",{move:"Klikšķina un velc, lai pÄrvietotu"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/nb.js b/public/assets/ckeditor/plugins/widget/lang/nb.js new file mode 100644 index 0000000..a527066 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/nb.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","nb",{move:"Klikk og dra for Ã¥ flytte"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/nl.js b/public/assets/ckeditor/plugins/widget/lang/nl.js new file mode 100644 index 0000000..5bb7b60 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/nl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","nl",{move:"Klik en sleep om te verplaatsen"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/no.js b/public/assets/ckeditor/plugins/widget/lang/no.js new file mode 100644 index 0000000..6d897dd --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/no.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","no",{move:"Klikk og dra for Ã¥ flytte"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/pl.js b/public/assets/ckeditor/plugins/widget/lang/pl.js new file mode 100644 index 0000000..a32ed09 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/pl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","pl",{move:"Kliknij i przeciÄ gnij, by przenieÅÄ."}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/pt-br.js b/public/assets/ckeditor/plugins/widget/lang/pt-br.js new file mode 100644 index 0000000..656f897 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/pt-br.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","pt-br",{move:"Click e arraste para mover"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/pt.js b/public/assets/ckeditor/plugins/widget/lang/pt.js new file mode 100644 index 0000000..e2de2f1 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/pt.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","pt",{move:"Clique e arraste para mover"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/ru.js b/public/assets/ckeditor/plugins/widget/lang/ru.js new file mode 100644 index 0000000..d1f8a05 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/ru.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","ru",{move:"ÐажмиÑе и пеÑеÑаÑиÑе"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/sk.js b/public/assets/ckeditor/plugins/widget/lang/sk.js new file mode 100644 index 0000000..9f52fd2 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/sk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","sk",{move:"Kliknite a potiahnite pre presunutie"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/sl.js b/public/assets/ckeditor/plugins/widget/lang/sl.js new file mode 100644 index 0000000..476f0d6 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/sl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","sl",{move:"Kliknite in povlecite, da premaknete"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/sq.js b/public/assets/ckeditor/plugins/widget/lang/sq.js new file mode 100644 index 0000000..37c7d5a --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/sq.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","sq",{move:"Kliko dhe tërhiqe për ta lëvizur"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/sv.js b/public/assets/ckeditor/plugins/widget/lang/sv.js new file mode 100644 index 0000000..d03373d --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/sv.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","sv",{move:"Klicka och drag för att flytta"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/tr.js b/public/assets/ckeditor/plugins/widget/lang/tr.js new file mode 100644 index 0000000..14f008b --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/tr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","tr",{move:"TaÅımak için, tıklayın ve sürükleyin"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/tt.js b/public/assets/ckeditor/plugins/widget/lang/tt.js new file mode 100644 index 0000000..3ff525e --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/tt.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","tt",{move:"ÐÒ¯ÑеÑеп кÑÐµÑ Ó©Ñен баÑÑп ÑÑдÑÑÑгÑз"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/ug.js b/public/assets/ckeditor/plugins/widget/lang/ug.js new file mode 100644 index 0000000..d275845 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/ug.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","ug",{move:"ÙÛØªÙÛØ´ØªÛ ÚÛÙÙÙ¾ Ø³ÛØ±ÛÚ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/uk.js b/public/assets/ckeditor/plugins/widget/lang/uk.js new file mode 100644 index 0000000..bcff64f --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/uk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","uk",{move:"ÐлÑкнÑÑÑ Ñ Ð¿Ð¾ÑÑгнÑÑÑ Ð´Ð»Ñ Ð¿ÐµÑемÑÑеннÑ"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/vi.js b/public/assets/ckeditor/plugins/widget/lang/vi.js new file mode 100644 index 0000000..5b896fe --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/vi.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","vi",{move:"Nhấp chuá»t và kéo Äá» di chuyá»n"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/zh-cn.js b/public/assets/ckeditor/plugins/widget/lang/zh-cn.js new file mode 100644 index 0000000..9a5b367 --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/zh-cn.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","zh-cn",{move:"ç¹å»å¹¶ææ½ä»¥ç§»å¨"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/lang/zh.js b/public/assets/ckeditor/plugins/widget/lang/zh.js new file mode 100644 index 0000000..e0051ad --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/lang/zh.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","zh",{move:"ææ³ä»¥ç§»å"}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/widget/plugin.js b/public/assets/ckeditor/plugins/widget/plugin.js new file mode 100644 index 0000000..6ebe18b --- /dev/null +++ b/public/assets/ckeditor/plugins/widget/plugin.js @@ -0,0 +1,60 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){function p(a){this.editor=a;this.registered={};this.instances={};this.selected=[];this.widgetHoldingFocusedEditable=this.focused=null;this._={nextId:0,upcasts:[],upcastCallbacks:[],filters:{}};F(this);G(this);this.on("checkWidgets",H);this.editor.on("contentDomInvalidated",this.checkWidgets,this);I(this);J(this);K(this);L(this);M(this)}function g(a,b,c,d,e){var f=a.editor;CKEDITOR.tools.extend(this,d,{editor:f,id:b,inline:"span"==c.getParent().getName(),element:c,data:CKEDITOR.tools.extend({}, +"function"==typeof d.defaults?d.defaults():d.defaults),dataReady:!1,inited:!1,ready:!1,edit:g.prototype.edit,focusedEditable:null,definition:d,repository:a,draggable:!1!==d.draggable,_:{downcastFn:d.downcast&&"string"==typeof d.downcast?d.downcasts[d.downcast]:d.downcast}},!0);a.fire("instanceCreated",this);N(this,d);this.init&&this.init();this.inited=!0;(a=this.element.data("cke-widget-data"))&&this.setData(JSON.parse(decodeURIComponent(a)));e&&this.setData(e);this.data.classes||this.setData("classes", +this.getClasses());this.dataReady=!0;r(this);this.fire("data",this.data);this.isInited()&&f.editable().contains(this.wrapper)&&(this.ready=!0,this.fire("ready"))}function q(a,b,c){CKEDITOR.dom.element.call(this,b.$);this.editor=a;this._={};b=this.filter=c.filter;CKEDITOR.dtd[this.getName()].p?(this.enterMode=b?b.getAllowedEnterMode(a.enterMode):a.enterMode,this.shiftEnterMode=b?b.getAllowedEnterMode(a.shiftEnterMode,!0):a.shiftEnterMode):this.enterMode=this.shiftEnterMode=CKEDITOR.ENTER_BR}function O(a, +b){a.addCommand(b.name,{exec:function(a,d){function e(){a.widgets.finalizeCreation(k)}var f=a.widgets.focused;if(f&&f.name==b.name)f.edit();else if(b.insert)b.insert();else if(b.template){var f="function"==typeof b.defaults?b.defaults():b.defaults,f=CKEDITOR.dom.element.createFromHtml(b.template.output(f)),h,l=a.widgets.wrapElement(f,b.name),k=new CKEDITOR.dom.documentFragment(l.getDocument());k.append(l);(h=a.widgets.initOn(f,b,d&&d.startupData))?(f=h.once("edit",function(b){if(b.data.dialog)h.once("dialog", +function(b){b=b.data;var d,f;d=b.once("ok",e,null,null,20);f=b.once("cancel",function(b){b.data&&!1===b.data.hide||a.widgets.destroy(h,!0)});b.once("hide",function(){d.removeListener();f.removeListener()})});else e()},null,null,999),h.edit(),f.removeListener()):e()}},allowedContent:b.allowedContent,requiredContent:b.requiredContent,contentForms:b.contentForms,contentTransformations:b.contentTransformations})}function P(a,b){function c(c,b,d){var e=CKEDITOR.tools.getIndex(a._.upcasts,function(a){return a[2]> +d});0>e&&(e=a._.upcasts.length);a._.upcasts.splice(e,0,[c,b,d])}var d=b.upcast,e=b.upcastPriority||10;if(d)if("string"==typeof d)for(d=d.split(",");d.length;)c(b.upcasts[d.pop()],b.name,e);else c(d,b.name,e)}function t(a,b){a.focused=null;if(b.isInited()){var c=b.editor.checkDirty();a.fire("widgetBlurred",{widget:b});b.setFocused(!1);!c&&b.editor.resetDirty()}}function H(a){a=a.data;if("wysiwyg"==this.editor.mode){var b=this.editor.editable(),c=this.instances,d,e,f,h;if(b){for(d in c)c[d].isReady()&& +!b.contains(c[d].wrapper)&&this.destroy(c[d],!0);if(a&&a.initOnlyNew)c=this.initOnAll();else{var l=b.find(".cke_widget_wrapper"),c=[];d=0;for(e=l.count();d<e;d++){f=l.getItem(d);if(h=!this.getByElement(f,!0)){a:{h=Q;for(var k=f;k=k.getParent();)if(h(k)){h=!0;break a}h=!1}h=!h}h&&b.contains(f)&&(f.addClass("cke_widget_new"),c.push(this.initOn(f.getFirst(g.isDomWidgetElement))))}}a&&a.focusInited&&1==c.length&&c[0].focus()}}}function u(a,b,c){if(!c.allowedContent)return null;var d=this._.filters[a]; +d||(this._.filters[a]=d={});(a=d[b])||(d[b]=a=new CKEDITOR.filter(c.allowedContent));return a}function R(a){var b=[],c=a._.upcasts,d=a._.upcastCallbacks;return{toBeWrapped:b,iterator:function(a){var f,h,l,k,m;if("data-cke-widget-wrapper"in a.attributes)return(a=a.getFirst(g.isParserWidgetElement))&&b.push([a]),!1;if("data-widget"in a.attributes)return b.push([a]),!1;if(m=c.length){if(a.attributes["data-cke-widget-upcasted"])return!1;k=0;for(f=d.length;k<f;++k)if(!1===d[k](a))return;for(k=0;k<m;++k)if(f= +c[k],l={},h=f[0](a,l))return h instanceof CKEDITOR.htmlParser.element&&(a=h),a.attributes["data-cke-widget-data"]=encodeURIComponent(JSON.stringify(l)),a.attributes["data-cke-widget-upcasted"]=1,b.push([a,f[1]]),!1}}}}function v(a){return{tabindex:-1,contenteditable:"false","data-cke-widget-wrapper":1,"data-cke-filter":"off","class":"cke_widget_wrapper cke_widget_new cke_widget_"+(a?"inline":"block")}}function w(a,b,c){if(a.type==CKEDITOR.NODE_ELEMENT){var d=CKEDITOR.dtd[a.name];if(d&&!d[c.name]){var d= +a.split(b),e=a.parent;b=d.getIndex();a.children.length||(--b,a.remove());d.children.length||d.remove();return w(e,b,c)}}a.add(c,b)}function x(a,b){return"boolean"==typeof a.inline?a.inline:!!CKEDITOR.dtd.$inline[b]}function Q(a){return a.hasAttribute("data-cke-temp")}function n(a,b,c,d){var e=a.editor;e.fire("lockSnapshot");c?(d=c.data("cke-widget-editable"),d=b.editables[d],a.widgetHoldingFocusedEditable=b,b.focusedEditable=d,c.addClass("cke_widget_editable_focused"),d.filter&&e.setActiveFilter(d.filter), +e.setActiveEnterMode(d.enterMode,d.shiftEnterMode)):(d||b.focusedEditable.removeClass("cke_widget_editable_focused"),b.focusedEditable=null,a.widgetHoldingFocusedEditable=null,e.setActiveFilter(null),e.setActiveEnterMode(null,null));e.fire("unlockSnapshot")}function S(a){a.contextMenu&&a.contextMenu.addListener(function(b){if(b=a.widgets.getByElement(b,!0))return b.fire("contextMenu",{})})}function T(a,b){return CKEDITOR.tools.trim(b)}function L(a){var b=a.editor,c=CKEDITOR.plugins.lineutils;b.on("dragstart", +function(c){var e=c.data.target;g.isDomDragHandler(e)&&(e=a.getByElement(e),c.data.dataTransfer.setData("cke/widget-id",e.id),b.focus(),e.focus())});b.on("drop",function(c){var e=c.data.dataTransfer,f=e.getData("cke/widget-id"),h=e.getTransferType(b),e=b.createRange();""!==f&&h===CKEDITOR.DATA_TRANSFER_CROSS_EDITORS?c.cancel():""!==f&&h==CKEDITOR.DATA_TRANSFER_INTERNAL&&(f=a.instances[f])&&(e.setStartBefore(f.wrapper),e.setEndAfter(f.wrapper),c.data.dragRange=e,delete CKEDITOR.plugins.clipboard.dragStartContainerChildCount, +delete CKEDITOR.plugins.clipboard.dragEndContainerChildCount,c.data.dataTransfer.setData("text/html",b.editable().getHtmlFromRange(e).getHtml()),b.widgets.destroy(f,!0))});b.on("contentDom",function(){var d=b.editable();CKEDITOR.tools.extend(a,{finder:new c.finder(b,{lookups:{"default":function(c){if(!c.is(CKEDITOR.dtd.$listItem)&&c.is(CKEDITOR.dtd.$block)&&!g.isDomNestedEditable(c)&&!a._.draggedWidget.wrapper.contains(c)){var b=g.getNestedEditable(d,c);if(b){c=a._.draggedWidget;if(a.getByElement(b)== +c)return;b=CKEDITOR.filter.instances[b.data("cke-filter")];c=c.requiredContent;if(b&&c&&!b.check(c))return}return CKEDITOR.LINEUTILS_BEFORE|CKEDITOR.LINEUTILS_AFTER}}}}),locator:new c.locator(b),liner:new c.liner(b,{lineStyle:{cursor:"move !important","border-top-color":"#666"},tipLeftStyle:{"border-left-color":"#666"},tipRightStyle:{"border-right-color":"#666"}})},!0)})}function J(a){var b=a.editor;b.on("contentDom",function(){var c=b.editable(),d=c.isInline()?c:b.document,e,f;c.attachListener(d, +"mousedown",function(c){var d=c.data.getTarget();if(!d.type)return!1;e=a.getByElement(d);f=0;e&&(e.inline&&d.type==CKEDITOR.NODE_ELEMENT&&d.hasAttribute("data-cke-widget-drag-handler")?(f=1,a.focused!=e&&b.getSelection().removeAllRanges()):g.getNestedEditable(e.wrapper,d)?e=null:(c.data.preventDefault(),CKEDITOR.env.ie||e.focus()))});c.attachListener(d,"mouseup",function(){f&&e&&e.wrapper&&(f=0,e.focus())});CKEDITOR.env.ie&&c.attachListener(d,"mouseup",function(){setTimeout(function(){e&&e.wrapper&& +c.contains(e.wrapper)&&(e.focus(),e=null)})})});b.on("doubleclick",function(c){var b=a.getByElement(c.data.element);if(b&&!g.getNestedEditable(b.wrapper,c.data.element))return b.fire("doubleclick",{element:c.data.element})},null,null,1)}function K(a){a.editor.on("key",function(b){var c=a.focused,d=a.widgetHoldingFocusedEditable,e;c?e=c.fire("key",{keyCode:b.data.keyCode}):d&&(c=b.data.keyCode,b=d.focusedEditable,c==CKEDITOR.CTRL+65?(c=b.getBogus(),d=d.editor.createRange(),d.selectNodeContents(b), +c&&d.setEndAt(c,CKEDITOR.POSITION_BEFORE_START),d.select(),e=!1):8==c||46==c?(e=d.editor.getSelection().getRanges(),d=e[0],e=!(1==e.length&&d.collapsed&&d.checkBoundaryOfElement(b,CKEDITOR[8==c?"START":"END"]))):e=void 0);return e},null,null,1)}function M(a){function b(c){a.focused&&y(a.focused,"cut"==c.name)}var c=a.editor;c.on("contentDom",function(){var a=c.editable();a.attachListener(a,"copy",b);a.attachListener(a,"cut",b)})}function I(a){var b=a.editor;b.on("selectionCheck",function(){a.fire("checkSelection")}); +a.on("checkSelection",a.checkSelection,a);b.on("selectionChange",function(c){var d=(c=g.getNestedEditable(b.editable(),c.data.selection.getStartElement()))&&a.getByElement(c),e=a.widgetHoldingFocusedEditable;e?e===d&&e.focusedEditable.equals(c)||(n(a,e,null),d&&c&&n(a,d,c)):d&&c&&n(a,d,c)});b.on("dataReady",function(){z(a).commit()});b.on("blur",function(){var c;(c=a.focused)&&t(a,c);(c=a.widgetHoldingFocusedEditable)&&n(a,c,null)})}function G(a){var b=a.editor,c={};b.on("toDataFormat",function(b){var e= +CKEDITOR.tools.getNextNumber(),f=[];b.data.downcastingSessionId=e;c[e]=f;b.data.dataValue.forEach(function(c){var b=c.attributes,d;if("data-cke-widget-id"in b){if(b=a.instances[b["data-cke-widget-id"]])d=c.getFirst(g.isParserWidgetElement),f.push({wrapper:c,element:d,widget:b,editables:{}}),"1"!=d.attributes["data-cke-widget-keep-attr"]&&delete d.attributes["data-widget"]}else if("data-cke-widget-editable"in b)return f[f.length-1].editables[b["data-cke-widget-editable"]]=c,!1},CKEDITOR.NODE_ELEMENT, +!0)},null,null,8);b.on("toDataFormat",function(a){if(a.data.downcastingSessionId){a=c[a.data.downcastingSessionId];for(var b,f,h,l,g,m;b=a.shift();){f=b.widget;h=b.element;l=f._.downcastFn&&f._.downcastFn.call(f,h);for(m in b.editables)g=b.editables[m],delete g.attributes.contenteditable,g.setHtml(f.editables[m].getData());l||(l=h);b.wrapper.replaceWith(l)}}},null,null,13);b.on("contentDomUnload",function(){a.destroyAll(!0)})}function F(a){var b=a.editor,c,d;b.on("toHtml",function(b){var d=R(a),h; +for(b.data.dataValue.forEach(d.iterator,CKEDITOR.NODE_ELEMENT,!0);h=d.toBeWrapped.pop();){var l=h[0],k=l.parent;k.type==CKEDITOR.NODE_ELEMENT&&k.attributes["data-cke-widget-wrapper"]&&k.replaceWith(l);a.wrapElement(h[0],h[1])}c=b.data.protectedWhitespaces?3==b.data.dataValue.children.length&&g.isParserWidgetWrapper(b.data.dataValue.children[1]):1==b.data.dataValue.children.length&&g.isParserWidgetWrapper(b.data.dataValue.children[0])},null,null,8);b.on("dataReady",function(){if(d)for(var c=b.editable().find(".cke_widget_wrapper"), +f,h,l=0,k=c.count();l<k;++l)f=c.getItem(l),h=f.getFirst(g.isDomWidgetElement),h.type==CKEDITOR.NODE_ELEMENT&&h.data("widget")?(h.replace(f),a.wrapElement(h)):f.remove();d=0;a.destroyAll(!0);a.initOnAll()});b.on("loadSnapshot",function(c){/data-cke-widget/.test(c.data)&&(d=1);a.destroyAll(!0)},null,null,9);b.on("paste",function(a){a=a.data;a.dataValue=a.dataValue.replace(U,T);a.range&&(a=g.getNestedEditable(b.editable(),a.range.startContainer))&&(a=CKEDITOR.filter.instances[a.data("cke-filter")])&& +b.setActiveFilter(a)});b.on("afterInsertHtml",function(d){d.data.intoRange?a.checkWidgets({initOnlyNew:!0}):(b.fire("lockSnapshot"),a.checkWidgets({initOnlyNew:!0,focusInited:c}),b.fire("unlockSnapshot"))})}function z(a){var b=a.selected,c=[],d=b.slice(0),e=null;return{select:function(a){0>CKEDITOR.tools.indexOf(b,a)&&c.push(a);a=CKEDITOR.tools.indexOf(d,a);0<=a&&d.splice(a,1);return this},focus:function(a){e=a;return this},commit:function(){var f=a.focused!==e,h,g;a.editor.fire("lockSnapshot");for(f&& +(h=a.focused)&&t(a,h);h=d.pop();)b.splice(CKEDITOR.tools.indexOf(b,h),1),h.isInited()&&(g=h.editor.checkDirty(),h.setSelected(!1),!g&&h.editor.resetDirty());f&&e&&(g=a.editor.checkDirty(),a.focused=e,a.fire("widgetFocused",{widget:e}),e.setFocused(!0),!g&&a.editor.resetDirty());for(;h=c.pop();)b.push(h),h.setSelected(!0);a.editor.fire("unlockSnapshot")}}}function A(a,b,c){var d=0;b=B(b);var e=a.data.classes||{},f;if(b){for(e=CKEDITOR.tools.clone(e);f=b.pop();)c?e[f]||(d=e[f]=1):e[f]&&(delete e[f], +d=1);d&&a.setData("classes",e)}}function C(a){a.cancel()}function y(a,b){var c=a.editor,d=c.document;if(!d.getById("cke_copybin")){var e=c.blockless||CKEDITOR.env.ie?"span":"div",f=d.createElement(e),h=d.createElement(e),e=CKEDITOR.env.ie&&9>CKEDITOR.env.version;h.setAttributes({id:"cke_copybin","data-cke-temp":"1"});f.setStyles({position:"absolute",width:"1px",height:"1px",overflow:"hidden"});f.setStyle("ltr"==c.config.contentsLangDirection?"left":"right","-5000px");var g=c.createRange();g.setStartBefore(a.wrapper); +g.setEndAfter(a.wrapper);f.setHtml('\x3cspan data-cke-copybin-start\x3d"1"\x3eâ\x3c/span\x3e'+c.editable().getHtmlFromRange(g).getHtml()+'\x3cspan data-cke-copybin-end\x3d"1"\x3eâ\x3c/span\x3e');c.fire("saveSnapshot");c.fire("lockSnapshot");h.append(f);c.editable().append(h);var k=c.on("selectionChange",C,null,null,0),m=a.repository.on("checkSelection",C,null,null,0);if(e)var n=d.getDocumentElement().$,p=n.scrollTop;g=c.createRange();g.selectNodeContents(f);g.select();e&&(n.scrollTop=p);setTimeout(function(){b|| +a.focus();h.remove();k.removeListener();m.removeListener();c.fire("unlockSnapshot");b&&(a.repository.del(a),c.fire("saveSnapshot"))},100)}}function B(a){return(a=(a=a.getDefinition().attributes)&&a["class"])?a.split(/\s+/):null}function D(){var a=CKEDITOR.document.getActive(),b=this.editor,c=b.editable();(c.isInline()?c:b.document.getWindow().getFrame()).equals(a)&&b.focusManager.focus(c)}function E(){CKEDITOR.env.gecko&&this.editor.unlockSelection();CKEDITOR.env.webkit||(this.editor.forceNextSelectionCheck(), +this.editor.selectionChange(1))}function V(a){var b=null;a.on("data",function(){var a=this.data.classes,d;if(b!=a){for(d in b)a&&a[d]||this.removeClass(d);for(d in a)this.addClass(d);b=a}})}function W(a){if(a.draggable){var b=a.editor,c=a.wrapper.getLast(g.isDomDragHandlerContainer),d;c?d=c.findOne("img"):(c=new CKEDITOR.dom.element("span",b.document),c.setAttributes({"class":"cke_reset cke_widget_drag_handler_container",style:"background:rgba(220,220,220,0.5);background-image:url("+b.plugins.widget.path+ +"images/handle.png)"}),d=new CKEDITOR.dom.element("img",b.document),d.setAttributes({"class":"cke_reset cke_widget_drag_handler","data-cke-widget-drag-handler":"1",src:CKEDITOR.tools.transparentImageData,width:15,title:b.lang.widget.move,height:15}),a.inline&&d.setAttribute("draggable","true"),c.append(d),a.wrapper.append(c));a.wrapper.on("dragover",function(a){a.data.preventDefault()});a.wrapper.on("mouseenter",a.updateDragHandlerPosition,a);setTimeout(function(){a.on("data",a.updateDragHandlerPosition, +a)},50);if(!a.inline&&(d.on("mousedown",X,a),CKEDITOR.env.ie&&9>CKEDITOR.env.version))d.on("dragstart",function(a){a.data.preventDefault(!0)});a.dragHandlerContainer=c}}function X(a){function b(){var c;for(q.reset();c=g.pop();)c.removeListener();var b=k;c=a.sender;var d=this.repository.finder,e=this.repository.liner,f=this.editor,h=this.editor.editable();CKEDITOR.tools.isEmpty(e.visible)||(b=d.getRange(b[0]),this.focus(),f.fire("drop",{dropRange:b,target:b.startContainer}));h.removeClass("cke_widget_dragging"); +e.hideVisible();f.fire("dragend",{target:c})}var c=this.repository.finder,d=this.repository.locator,e=this.repository.liner,f=this.editor,h=f.editable(),g=[],k=[],m,n;this.repository._.draggedWidget=this;var p=c.greedySearch(),q=CKEDITOR.tools.eventsBuffer(50,function(){m=d.locate(p);k=d.sort(n,1);k.length&&(e.prepare(p,m),e.placeLine(k[0]),e.cleanup())});h.addClass("cke_widget_dragging");g.push(h.on("mousemove",function(a){n=a.data.$.clientY;q.input()}));f.fire("dragstart",{target:a.sender});g.push(f.document.once("mouseup", +b,this));h.isInline()||g.push(CKEDITOR.document.once("mouseup",b,this))}function Y(a){var b,c,d=a.editables;a.editables={};if(a.editables)for(b in d)c=d[b],a.initEditable(b,"string"==typeof c?{selector:c}:c)}function Z(a){if(a.mask){var b=a.wrapper.findOne(".cke_widget_mask");b||(b=new CKEDITOR.dom.element("img",a.editor.document),b.setAttributes({src:CKEDITOR.tools.transparentImageData,"class":"cke_reset cke_widget_mask"}),a.wrapper.append(b));a.mask=b}}function aa(a){if(a.parts){var b={},c,d;for(d in a.parts)c= +a.wrapper.findOne(a.parts[d]),b[d]=c;a.parts=b}}function N(a,b){ba(a);aa(a);Y(a);Z(a);W(a);V(a);if(CKEDITOR.env.ie&&9>CKEDITOR.env.version)a.wrapper.on("dragstart",function(c){var b=c.data.getTarget();g.getNestedEditable(a,b)||a.inline&&g.isDomDragHandler(b)||c.data.preventDefault()});a.wrapper.removeClass("cke_widget_new");a.element.addClass("cke_widget_element");a.on("key",function(b){b=b.data.keyCode;if(13==b)a.edit();else{if(b==CKEDITOR.CTRL+67||b==CKEDITOR.CTRL+88){y(a,b==CKEDITOR.CTRL+88);return}if(b in +ca||CKEDITOR.CTRL&b||CKEDITOR.ALT&b)return}return!1},null,null,999);a.on("doubleclick",function(b){a.edit()&&b.cancel()});if(b.data)a.on("data",b.data);if(b.edit)a.on("edit",b.edit)}function ba(a){(a.wrapper=a.element.getParent()).setAttribute("data-cke-widget-id",a.id)}function r(a){a.element.data("cke-widget-data",encodeURIComponent(JSON.stringify(a.data)))}CKEDITOR.plugins.add("widget",{lang:"af,ar,bg,ca,cs,cy,da,de,de-ch,el,en,en-gb,eo,es,eu,fa,fi,fr,gl,he,hr,hu,id,it,ja,km,ko,ku,lv,nb,nl,no,pl,pt,pt-br,ru,sk,sl,sq,sv,tr,tt,ug,uk,vi,zh,zh-cn", +requires:"lineutils,clipboard",onLoad:function(){CKEDITOR.addCss(".cke_widget_wrapper{position:relative;outline:none}.cke_widget_inline{display:inline-block}.cke_widget_wrapper:hover\x3e.cke_widget_element{outline:2px solid yellow;cursor:default}.cke_widget_wrapper:hover .cke_widget_editable{outline:2px solid yellow}.cke_widget_wrapper.cke_widget_focused\x3e.cke_widget_element,.cke_widget_wrapper .cke_widget_editable.cke_widget_editable_focused{outline:2px solid #ace}.cke_widget_editable{cursor:text}.cke_widget_drag_handler_container{position:absolute;width:15px;height:0;display:none;opacity:0.75;transition:height 0s 0.2s;line-height:0}.cke_widget_wrapper:hover\x3e.cke_widget_drag_handler_container{height:15px;transition:none}.cke_widget_drag_handler_container:hover{opacity:1}img.cke_widget_drag_handler{cursor:move;width:15px;height:15px;display:inline-block}.cke_widget_mask{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.cke_editable.cke_widget_dragging, .cke_editable.cke_widget_dragging *{cursor:move !important}")}, +beforeInit:function(a){a.widgets=new p(a)},afterInit:function(a){var b=a.widgets.registered,c,d,e;for(d in b)c=b[d],(e=c.button)&&a.ui.addButton&&a.ui.addButton(CKEDITOR.tools.capitalize(c.name,!0),{label:e,command:c.name,toolbar:"insert,10"});S(a)}});p.prototype={MIN_SELECTION_CHECK_INTERVAL:500,add:function(a,b){b=CKEDITOR.tools.prototypedCopy(b);b.name=a;b._=b._||{};this.editor.fire("widgetDefinition",b);b.template&&(b.template=new CKEDITOR.template(b.template));O(this.editor,b);P(this,b);return this.registered[a]= +b},addUpcastCallback:function(a){this._.upcastCallbacks.push(a)},checkSelection:function(){var a=this.editor.getSelection(),b=a.getSelectedElement(),c=z(this),d;if(b&&(d=this.getByElement(b,!0)))return c.focus(d).select(d).commit();a=a.getRanges()[0];if(!a||a.collapsed)return c.commit();a=new CKEDITOR.dom.walker(a);for(a.evaluator=g.isDomWidgetWrapper;b=a.next();)c.select(this.getByElement(b));c.commit()},checkWidgets:function(a){this.fire("checkWidgets",CKEDITOR.tools.copy(a||{}))},del:function(a){if(this.focused=== +a){var b=a.editor,c=b.createRange(),d;(d=c.moveToClosestEditablePosition(a.wrapper,!0))||(d=c.moveToClosestEditablePosition(a.wrapper,!1));d&&b.getSelection().selectRanges([c])}a.wrapper.remove();this.destroy(a,!0)},destroy:function(a,b){this.widgetHoldingFocusedEditable===a&&n(this,a,null,b);a.destroy(b);delete this.instances[a.id];this.fire("instanceDestroyed",a)},destroyAll:function(a,b){var c,d,e=this.instances;if(b&&!a){d=b.find(".cke_widget_wrapper");for(var e=d.count(),f=0;f<e;++f)(c=this.getByElement(d.getItem(f), +!0))&&this.destroy(c)}else for(d in e)c=e[d],this.destroy(c,a)},finalizeCreation:function(a){(a=a.getFirst())&&g.isDomWidgetWrapper(a)&&(this.editor.insertElement(a),a=this.getByElement(a),a.ready=!0,a.fire("ready"),a.focus())},getByElement:function(){function a(a){return a.is(b)&&a.data("cke-widget-id")}var b={div:1,span:1};return function(b,d){if(!b)return null;var e=a(b);if(!d&&!e){var f=this.editor.editable();do b=b.getParent();while(b&&!b.equals(f)&&!(e=a(b)))}return this.instances[e]||null}}(), +initOn:function(a,b,c){b?"string"==typeof b&&(b=this.registered[b]):b=this.registered[a.data("widget")];if(!b)return null;var d=this.wrapElement(a,b.name);return d?d.hasClass("cke_widget_new")?(a=new g(this,this._.nextId++,a,b,c),a.isInited()?this.instances[a.id]=a:null):this.getByElement(a):null},initOnAll:function(a){a=(a||this.editor.editable()).find(".cke_widget_new");for(var b=[],c,d=a.count();d--;)(c=this.initOn(a.getItem(d).getFirst(g.isDomWidgetElement)))&&b.push(c);return b},onWidget:function(a){var b= +Array.prototype.slice.call(arguments);b.shift();for(var c in this.instances){var d=this.instances[c];d.name==a&&d.on.apply(d,b)}this.on("instanceCreated",function(c){c=c.data;c.name==a&&c.on.apply(c,b)})},parseElementClasses:function(a){if(!a)return null;a=CKEDITOR.tools.trim(a).split(/\s+/);for(var b,c={},d=0;b=a.pop();)-1==b.indexOf("cke_")&&(c[b]=d=1);return d?c:null},wrapElement:function(a,b){var c=null,d,e;if(a instanceof CKEDITOR.dom.element){d=this.registered[b||a.data("widget")];if(!d)return null; +if((c=a.getParent())&&c.type==CKEDITOR.NODE_ELEMENT&&c.data("cke-widget-wrapper"))return c;a.hasAttribute("data-cke-widget-keep-attr")||a.data("cke-widget-keep-attr",a.data("widget")?1:0);b&&a.data("widget",b);e=x(d,a.getName());c=new CKEDITOR.dom.element(e?"span":"div");c.setAttributes(v(e));c.data("cke-display-name",d.pathName?d.pathName:a.getName());a.getParent(!0)&&c.replace(a);a.appendTo(c)}else if(a instanceof CKEDITOR.htmlParser.element){d=this.registered[b||a.attributes["data-widget"]];if(!d)return null; +if((c=a.parent)&&c.type==CKEDITOR.NODE_ELEMENT&&c.attributes["data-cke-widget-wrapper"])return c;"data-cke-widget-keep-attr"in a.attributes||(a.attributes["data-cke-widget-keep-attr"]=a.attributes["data-widget"]?1:0);b&&(a.attributes["data-widget"]=b);e=x(d,a.name);c=new CKEDITOR.htmlParser.element(e?"span":"div",v(e));c.attributes["data-cke-display-name"]=d.pathName?d.pathName:a.name;d=a.parent;var f;d&&(f=a.getIndex(),a.remove());c.add(a);d&&w(d,f,c)}return c},_tests_createEditableFilter:u};CKEDITOR.event.implementOn(p.prototype); +g.prototype={addClass:function(a){this.element.addClass(a)},applyStyle:function(a){A(this,a,1)},checkStyleActive:function(a){a=B(a);var b;if(!a)return!1;for(;b=a.pop();)if(!this.hasClass(b))return!1;return!0},destroy:function(a){this.fire("destroy");if(this.editables)for(var b in this.editables)this.destroyEditable(b,a);a||("0"==this.element.data("cke-widget-keep-attr")&&this.element.removeAttribute("data-widget"),this.element.removeAttributes(["data-cke-widget-data","data-cke-widget-keep-attr"]), +this.element.removeClass("cke_widget_element"),this.element.replace(this.wrapper));this.wrapper=null},destroyEditable:function(a,b){var c=this.editables[a];c.removeListener("focus",E);c.removeListener("blur",D);this.editor.focusManager.remove(c);b||(this.repository.destroyAll(!1,c),c.removeClass("cke_widget_editable"),c.removeClass("cke_widget_editable_focused"),c.removeAttributes(["contenteditable","data-cke-widget-editable","data-cke-enter-mode"]));delete this.editables[a]},edit:function(){var a= +{dialog:this.dialog},b=this;if(!1===this.fire("edit",a)||!a.dialog)return!1;this.editor.openDialog(a.dialog,function(a){var d,e;!1!==b.fire("dialog",a)&&(d=a.on("show",function(){a.setupContent(b)}),e=a.on("ok",function(){var d,e=b.on("data",function(a){d=1;a.cancel()},null,null,0);b.editor.fire("saveSnapshot");a.commitContent(b);e.removeListener();d&&(b.fire("data",b.data),b.editor.fire("saveSnapshot"))}),a.once("hide",function(){d.removeListener();e.removeListener()}))});return!0},getClasses:function(){return this.repository.parseElementClasses(this.element.getAttribute("class"))}, +hasClass:function(a){return this.element.hasClass(a)},initEditable:function(a,b){var c=this._findOneNotNested(b.selector);return c&&c.is(CKEDITOR.dtd.$editable)?(c=new q(this.editor,c,{filter:u.call(this.repository,this.name,a,b)}),this.editables[a]=c,c.setAttributes({contenteditable:"true","data-cke-widget-editable":a,"data-cke-enter-mode":c.enterMode}),c.filter&&c.data("cke-filter",c.filter.id),c.addClass("cke_widget_editable"),c.removeClass("cke_widget_editable_focused"),b.pathName&&c.data("cke-display-name", +b.pathName),this.editor.focusManager.add(c),c.on("focus",E,this),CKEDITOR.env.ie&&c.on("blur",D,this),c._.initialSetData=!0,c.setData(c.getHtml()),!0):!1},_findOneNotNested:function(a){a=this.wrapper.find(a);for(var b,c,d=0;d<a.count();d++)if(b=a.getItem(d),c=b.getAscendant(g.isDomWidgetWrapper),this.wrapper.equals(c))return b;return null},isInited:function(){return!(!this.wrapper||!this.inited)},isReady:function(){return this.isInited()&&this.ready},focus:function(){var a=this.editor.getSelection(); +if(a){var b=this.editor.checkDirty();a.fake(this.wrapper);!b&&this.editor.resetDirty()}this.editor.focus()},removeClass:function(a){this.element.removeClass(a)},removeStyle:function(a){A(this,a,0)},setData:function(a,b){var c=this.data,d=0;if("string"==typeof a)c[a]!==b&&(c[a]=b,d=1);else{var e=a;for(a in e)c[a]!==e[a]&&(d=1,c[a]=e[a])}d&&this.dataReady&&(r(this),this.fire("data",c));return this},setFocused:function(a){this.wrapper[a?"addClass":"removeClass"]("cke_widget_focused");this.fire(a?"focus": +"blur");return this},setSelected:function(a){this.wrapper[a?"addClass":"removeClass"]("cke_widget_selected");this.fire(a?"select":"deselect");return this},updateDragHandlerPosition:function(){var a=this.editor,b=this.element.$,c=this._.dragHandlerOffset,b={x:b.offsetLeft,y:b.offsetTop-15};c&&b.x==c.x&&b.y==c.y||(c=a.checkDirty(),a.fire("lockSnapshot"),this.dragHandlerContainer.setStyles({top:b.y+"px",left:b.x+"px",display:"block"}),a.fire("unlockSnapshot"),!c&&a.resetDirty(),this._.dragHandlerOffset= +b)}};CKEDITOR.event.implementOn(g.prototype);g.getNestedEditable=function(a,b){return!b||b.equals(a)?null:g.isDomNestedEditable(b)?b:g.getNestedEditable(a,b.getParent())};g.isDomDragHandler=function(a){return a.type==CKEDITOR.NODE_ELEMENT&&a.hasAttribute("data-cke-widget-drag-handler")};g.isDomDragHandlerContainer=function(a){return a.type==CKEDITOR.NODE_ELEMENT&&a.hasClass("cke_widget_drag_handler_container")};g.isDomNestedEditable=function(a){return a.type==CKEDITOR.NODE_ELEMENT&&a.hasAttribute("data-cke-widget-editable")}; +g.isDomWidgetElement=function(a){return a.type==CKEDITOR.NODE_ELEMENT&&a.hasAttribute("data-widget")};g.isDomWidgetWrapper=function(a){return a.type==CKEDITOR.NODE_ELEMENT&&a.hasAttribute("data-cke-widget-wrapper")};g.isParserWidgetElement=function(a){return a.type==CKEDITOR.NODE_ELEMENT&&!!a.attributes["data-widget"]};g.isParserWidgetWrapper=function(a){return a.type==CKEDITOR.NODE_ELEMENT&&!!a.attributes["data-cke-widget-wrapper"]};q.prototype=CKEDITOR.tools.extend(CKEDITOR.tools.prototypedCopy(CKEDITOR.dom.element.prototype), +{setData:function(a){this._.initialSetData||this.editor.widgets.destroyAll(!1,this);this._.initialSetData=!1;a=this.editor.dataProcessor.toHtml(a,{context:this.getName(),filter:this.filter,enterMode:this.enterMode});this.setHtml(a);this.editor.widgets.initOnAll(this)},getData:function(){return this.editor.dataProcessor.toDataFormat(this.getHtml(),{context:this.getName(),filter:this.filter,enterMode:this.enterMode})}});var U=/^(?:<(?:div|span)(?: data-cke-temp="1")?(?: id="cke_copybin")?(?: data-cke-temp="1")?>)?(?:<(?:div|span)(?: style="[^"]+")?>)?<span [^>]*data-cke-copybin-start="1"[^>]*>.?<\/span>([\s\S]+)<span [^>]*data-cke-copybin-end="1"[^>]*>.?<\/span>(?:<\/(?:div|span)>)?(?:<\/(?:div|span)>)?$/i, +ca={37:1,38:1,39:1,40:1,8:1,46:1};(function(){function a(){}function b(a,b,e){return e&&this.checkElement(a)?(a=e.widgets.getByElement(a,!0))&&a.checkStyleActive(this):!1}CKEDITOR.style.addCustomHandler({type:"widget",setup:function(a){this.widget=a.widget},apply:function(a){a instanceof CKEDITOR.editor&&this.checkApplicable(a.elementPath(),a)&&a.widgets.focused.applyStyle(this)},remove:function(a){a instanceof CKEDITOR.editor&&this.checkApplicable(a.elementPath(),a)&&a.widgets.focused.removeStyle(this)}, +checkActive:function(a,b){return this.checkElementMatch(a.lastElement,0,b)},checkApplicable:function(a,b){return b instanceof CKEDITOR.editor?this.checkElement(a.lastElement):!1},checkElementMatch:b,checkElementRemovable:b,checkElement:function(a){return g.isDomWidgetWrapper(a)?(a=a.getFirst(g.isDomWidgetElement))&&a.data("widget")==this.widget:!1},buildPreview:function(a){return a||this._.definition.name},toAllowedContentRules:function(a){if(!a)return null;a=a.widgets.registered[this.widget];var b, +e={};if(!a)return null;if(a.styleableElements){b=this.getClassesArray();if(!b)return null;e[a.styleableElements]={classes:b,propertiesOnly:!0};return e}return a.styleToAllowedContentRules?a.styleToAllowedContentRules(this):null},getClassesArray:function(){var a=this._.definition.attributes&&this._.definition.attributes["class"];return a?CKEDITOR.tools.trim(a).split(/\s+/):null},applyToRange:a,removeFromRange:a,applyToObject:a})})();CKEDITOR.plugins.widget=g;g.repository=p;g.nestedEditable=q})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/wsc/LICENSE.md b/public/assets/ckeditor/plugins/wsc/LICENSE.md new file mode 100644 index 0000000..6096de2 --- /dev/null +++ b/public/assets/ckeditor/plugins/wsc/LICENSE.md @@ -0,0 +1,28 @@ +Software License Agreement +========================== + +**CKEditor WSC Plugin** +Copyright © 2012, [CKSource](http://cksource.com) - Frederico Knabben. All rights reserved. + +Licensed under the terms of any of the following licenses at your choice: + +* GNU General Public License Version 2 or later (the "GPL"): + http://www.gnu.org/licenses/gpl.html + +* GNU Lesser General Public License Version 2.1 or later (the "LGPL"): + http://www.gnu.org/licenses/lgpl.html + +* Mozilla Public License Version 1.1 or later (the "MPL"): + http://www.mozilla.org/MPL/MPL-1.1.html + +You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice. + +Sources of Intellectual Property Included in this plugin +-------------------------------------------------------- + +Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission. + +Trademarks +---------- + +CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders. diff --git a/public/assets/ckeditor/plugins/wsc/dialogs/ciframe.html b/public/assets/ckeditor/plugins/wsc/dialogs/ciframe.html new file mode 100644 index 0000000..8e4e6bc --- /dev/null +++ b/public/assets/ckeditor/plugins/wsc/dialogs/ciframe.html @@ -0,0 +1,66 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<!-- +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +--> +<html> +<head> + <title></title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <script type="text/javascript"> + +function gup( name ) +{ + name = name.replace( /[\[]/, '\\\[' ).replace( /[\]]/, '\\\]' ) ; + var regexS = '[\\?&]' + name + '=([^&#]*)' ; + var regex = new RegExp( regexS ) ; + var results = regex.exec( window.location.href ) ; + + if ( results ) + return results[ 1 ] ; + else + return '' ; +} + +var interval; + +function sendData2Master() +{ + var destination = window.parent.parent ; + try + { + if ( destination.XDTMaster ) + { + var t = destination.XDTMaster.read( [ gup( 'cmd' ), gup( 'data' ) ] ) ; + window.clearInterval( interval ) ; + } + } + catch (e) {} +} + +function OnMessage (event) { + var message = event.data; + var destination = window.parent.parent; + destination.XDTMaster.read( [ 'end', message, 'fpm' ] ) ; +} + +function listenPostMessage() { + if (window.addEventListener) { // all browsers except IE before version 9 + window.addEventListener ("message", OnMessage, false); + }else { + if (window.attachEvent) { // IE before version 9 + window.attachEvent("onmessage", OnMessage); + } + } +} + +function onLoad() +{ + interval = window.setInterval( sendData2Master, 100 ); + listenPostMessage(); +} + +</script> +</head> +<body onload="onLoad()"><p></p></body> +</html> diff --git a/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset.html b/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset.html new file mode 100644 index 0000000..19c7c9c --- /dev/null +++ b/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset.html @@ -0,0 +1,52 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> +<!-- +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +--> +<html> +<head> + <title></title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <script type="text/javascript"> + +function doLoadScript( url ) +{ + if ( !url ) + return false ; + + var s = document.createElement( "script" ) ; + s.type = "text/javascript" ; + s.src = url ; + document.getElementsByTagName( "head" )[ 0 ].appendChild( s ) ; + + return true ; +} + +var opener; +function tryLoad() +{ + opener = window.parent; + + // get access to global parameters + var oParams = window.opener.oldFramesetPageParams; + + // make frameset rows string prepare + var sFramesetRows = ( parseInt( oParams.firstframeh, 10 ) || '30') + ",*," + ( parseInt( oParams.thirdframeh, 10 ) || '150' ) + ',0' ; + document.getElementById( 'itFrameset' ).rows = sFramesetRows ; + + // dynamic including init frames and crossdomain transport code + // from config sproxy_js_frameset url + var addScriptUrl = oParams.sproxy_js_frameset ; + doLoadScript( addScriptUrl ) ; +} + + </script> +</head> + +<frameset id="itFrameset" onload="tryLoad();" border="0" rows="30,*,*,0"> + <frame scrolling="no" framespacing="0" frameborder="0" noresize="noresize" marginheight="0" marginwidth="2" src="" name="navbar"></frame> + <frame scrolling="auto" framespacing="0" frameborder="0" noresize="noresize" marginheight="0" marginwidth="0" src="" name="mid"></frame> + <frame scrolling="no" framespacing="0" frameborder="0" noresize="noresize" marginheight="1" marginwidth="1" src="" name="bot"></frame> + <frame scrolling="no" framespacing="0" frameborder="0" noresize="noresize" marginheight="1" marginwidth="1" src="" name="spellsuggestall"></frame> +</frameset> +</html> diff --git a/public/assets/ckeditor/plugins/wsc/dialogs/wsc.css b/public/assets/ckeditor/plugins/wsc/dialogs/wsc.css new file mode 100644 index 0000000..2a622f2 --- /dev/null +++ b/public/assets/ckeditor/plugins/wsc/dialogs/wsc.css @@ -0,0 +1,82 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +html, body +{ + background-color: transparent; + margin: 0px; + padding: 0px; +} + +body +{ + padding: 10px; +} + +body, td, input, select, textarea +{ + font-size: 11px; + font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; +} + +.midtext +{ + padding:0px; + margin:10px; +} + +.midtext p +{ + padding:0px; + margin:10px; +} + +.Button +{ + border: #737357 1px solid; + color: #3b3b1f; + background-color: #c7c78f; +} + +.PopupTabArea +{ + color: #737357; + background-color: #e3e3c7; +} + +.PopupTitleBorder +{ + border-bottom: #d5d59d 1px solid; +} +.PopupTabEmptyArea +{ + padding-left: 10px; + border-bottom: #d5d59d 1px solid; +} + +.PopupTab, .PopupTabSelected +{ + border-right: #d5d59d 1px solid; + border-top: #d5d59d 1px solid; + border-left: #d5d59d 1px solid; + padding: 3px 5px 3px 5px; + color: #737357; +} + +.PopupTab +{ + margin-top: 1px; + border-bottom: #d5d59d 1px solid; + cursor: pointer; +} + +.PopupTabSelected +{ + font-weight: bold; + cursor: default; + padding-top: 4px; + border-bottom: #f1f1e3 1px solid; + background-color: #f1f1e3; +} diff --git a/public/assets/ckeditor/plugins/wsc/dialogs/wsc.js b/public/assets/ckeditor/plugins/wsc/dialogs/wsc.js new file mode 100644 index 0000000..5ef1d39 --- /dev/null +++ b/public/assets/ckeditor/plugins/wsc/dialogs/wsc.js @@ -0,0 +1,92 @@ +/* + Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +(function(){function z(a){return a&&a.domId&&a.getInputElement().$?a.getInputElement():a&&a.$?a:!1}function I(a){if(!a)throw"Languages-by-groups list are required for construct selectbox";var c=[],e="",d;for(d in a)for(var f in a[d]){var h=a[d][f];"en_US"==h?e=h:c.push(h)}c.sort();e&&c.unshift(e);return{getCurrentLangGroup:function(c){a:{for(var d in a)for(var e in a[d])if(e.toUpperCase()===c.toUpperCase()){c=d;break a}c=""}return c},setLangList:function(){var c={},d;for(d in a)for(var e in a[d])c[a[d][e]]= +e;return c}()}}var g=function(){var a=function(a,b,d){d=d||{};var f=d.expires;if("number"==typeof f&&f){var h=new Date;h.setTime(h.getTime()+1E3*f);f=d.expires=h}f&&f.toUTCString&&(d.expires=f.toUTCString());b=encodeURIComponent(b);a=a+"\x3d"+b;for(var k in d)b=d[k],a+="; "+k,!0!==b&&(a+="\x3d"+b);document.cookie=a};return{postMessage:{init:function(a){window.addEventListener?window.addEventListener("message",a,!1):window.attachEvent("onmessage",a)},send:function(a){var b=Object.prototype.toString, +d=a.fn||null,f=a.id||"",h=a.target||window,k=a.message||{id:f};a.message&&"[object Object]"==b.call(a.message)&&(a.message.id?a.message.id:a.message.id=f,k=a.message);a=window.JSON.stringify(k,d);h.postMessage(a,"*")},unbindHandler:function(a){window.removeEventListener?window.removeEventListener("message",a,!1):window.detachEvent("onmessage",a)}},hash:{create:function(){},parse:function(){}},cookie:{set:a,get:function(a){return(a=document.cookie.match(new RegExp("(?:^|; )"+a.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, +"\\$1")+"\x3d([^;]*)")))?decodeURIComponent(a[1]):void 0},remove:function(c){a(c,"",{expires:-1})}},misc:{findFocusable:function(a){var b=null;a&&(b=a.find("a[href], area[href], input, select, textarea, button, *[tabindex], *[contenteditable]"));return b},isVisible:function(a){var b;(b=0===a.offsetWidth||0==a.offsetHeight)||(b="none"===(document.defaultView&&document.defaultView.getComputedStyle?document.defaultView.getComputedStyle(a,null).display:a.currentStyle?a.currentStyle.display:a.style.display)); +return!b},hasClass:function(a,b){return!(!a.className||!a.className.match(new RegExp("(\\s|^)"+b+"(\\s|$)")))}}}}(),a=a||{};a.TextAreaNumber=null;a.load=!0;a.cmd={SpellTab:"spell",Thesaurus:"thes",GrammTab:"grammar"};a.dialog=null;a.optionNode=null;a.selectNode=null;a.grammerSuggest=null;a.textNode={};a.iframeMain=null;a.dataTemp="";a.div_overlay=null;a.textNodeInfo={};a.selectNode={};a.selectNodeResponce={};a.langList=null;a.langSelectbox=null;a.banner="";a.show_grammar=null;a.div_overlay_no_check= +null;a.targetFromFrame={};a.onLoadOverlay=null;a.LocalizationComing={};a.OverlayPlace=null;a.sessionid="";a.LocalizationButton={ChangeTo_button:{instance:null,text:"Change to",localizationID:"ChangeTo"},ChangeAll:{instance:null,text:"Change All"},IgnoreWord:{instance:null,text:"Ignore word"},IgnoreAllWords:{instance:null,text:"Ignore all words"},Options:{instance:null,text:"Options",optionsDialog:{instance:null}},AddWord:{instance:null,text:"Add word"},FinishChecking_button:{instance:null,text:"Finish Checking", +localizationID:"FinishChecking"},FinishChecking_button_block:{instance:null,text:"Finish Checking",localizationID:"FinishChecking"}};a.LocalizationLabel={ChangeTo_label:{instance:null,text:"Change to",localizationID:"ChangeTo"},Suggestions:{instance:null,text:"Suggestions"},Categories:{instance:null,text:"Categories"},Synonyms:{instance:null,text:"Synonyms"}};var J=function(b){var c,e,d;for(d in b)c=(c=a.dialog.getContentElement(a.dialog._.currentTabId,d))?c.getElement():b[d].instance.getElement().getFirst()|| +b[d].instance.getElement(),e=b[d].localizationID||d,c.setText(a.LocalizationComing[e])},K=function(b){var c,e,d;for(d in b)c=a.dialog.getContentElement(a.dialog._.currentTabId,d),c||(c=b[d].instance),c.setLabel&&(e=b[d].localizationID||d,c.setLabel(a.LocalizationComing[e]+":"))},r,A;a.framesetHtml=function(b){return"\x3ciframe id\x3d"+a.iframeNumber+"_"+b+' frameborder\x3d"0" allowtransparency\x3d"1" style\x3d"width:100%;border: 1px solid #AEB3B9;overflow: auto;background:#fff; border-radius: 3px;"\x3e\x3c/iframe\x3e'}; +a.setIframe=function(b,c){var e;e=a.framesetHtml(c);var d=a.iframeNumber+"_"+c;b.getElement().setHtml(e);e=document.getElementById(d);e=e.contentWindow?e.contentWindow:e.contentDocument.document?e.contentDocument.document:e.contentDocument;e.document.open();e.document.write('\x3c!DOCTYPE html\x3e\x3chtml\x3e\x3chead\x3e\x3cmeta charset\x3d"UTF-8"\x3e\x3ctitle\x3eiframe\x3c/title\x3e\x3cstyle\x3ehtml,body{margin: 0;height: 100%;font: 13px/1.555 "Trebuchet MS", sans-serif;}a{color: #888;font-weight: bold;text-decoration: none;border-bottom: 1px solid #888;}.main-box {color:#252525;padding: 3px 5px;text-align: justify;}.main-box p{margin: 0 0 14px;}.main-box .cerr{color: #f00000;border-bottom-color: #f00000;}\x3c/style\x3e\x3c/head\x3e\x3cbody\x3e\x3cdiv id\x3d"content" class\x3d"main-box"\x3e\x3c/div\x3e\x3ciframe src\x3d"" frameborder\x3d"0" id\x3d"spelltext" name\x3d"spelltext" style\x3d"display:none; width: 100%" \x3e\x3c/iframe\x3e\x3ciframe src\x3d"" frameborder\x3d"0" id\x3d"loadsuggestfirst" name\x3d"loadsuggestfirst" style\x3d"display:none; width: 100%" \x3e\x3c/iframe\x3e\x3ciframe src\x3d"" frameborder\x3d"0" id\x3d"loadspellsuggestall" name\x3d"loadspellsuggestall" style\x3d"display:none; width: 100%" \x3e\x3c/iframe\x3e\x3ciframe src\x3d"" frameborder\x3d"0" id\x3d"loadOptionsForm" name\x3d"loadOptionsForm" style\x3d"display:none; width: 100%" \x3e\x3c/iframe\x3e\x3cscript\x3e(function(window) {var ManagerPostMessage \x3d function() {var _init \x3d function(handler) {if (document.addEventListener) {window.addEventListener("message", handler, false);} else {window.attachEvent("onmessage", handler);};};var _sendCmd \x3d function(o) {var str,type \x3d Object.prototype.toString,fn \x3d o.fn || null,id \x3d o.id || "",target \x3d o.target || window,message \x3d o.message || { "id": id };if (o.message \x26\x26 type.call(o.message) \x3d\x3d "[object Object]") {(o.message["id"]) ? o.message["id"] : o.message["id"] \x3d id;message \x3d o.message;};str \x3d JSON.stringify(message, fn);target.postMessage(str, "*");};return {init: _init,send: _sendCmd};};var manageMessageTmp \x3d new ManagerPostMessage;var appString \x3d (function(){var spell \x3d parent.CKEDITOR.config.wsc.DefaultParams.scriptPath;var serverUrl \x3d parent.CKEDITOR.config.wsc.DefaultParams.serviceHost;return serverUrl + spell;})();function loadScript(src, callback) {var scriptTag \x3d document.createElement("script");scriptTag.type \x3d "text/javascript";callback ? callback : callback \x3d function() {};if(scriptTag.readyState) {scriptTag.onreadystatechange \x3d function() {if (scriptTag.readyState \x3d\x3d "loaded" ||scriptTag.readyState \x3d\x3d "complete") {scriptTag.onreadystatechange \x3d null;setTimeout(function(){scriptTag.parentNode.removeChild(scriptTag)},1);callback();}};}else{scriptTag.onload \x3d function() {setTimeout(function(){scriptTag.parentNode.removeChild(scriptTag)},1);callback();};};scriptTag.src \x3d src;document.getElementsByTagName("head")[0].appendChild(scriptTag);};window.onload \x3d function(){loadScript(appString, function(){manageMessageTmp.send({"id": "iframeOnload","target": window.parent});});}})(this);\x3c/script\x3e\x3c/body\x3e\x3c/html\x3e'); +e.document.close()};a.setCurrentIframe=function(b){a.setIframe(a.dialog._.contents[b].Content,b)};a.setHeightBannerFrame=function(){var b=a.dialog.getContentElement("SpellTab","banner").getElement(),c=a.dialog.getContentElement("GrammTab","banner").getElement(),e=a.dialog.getContentElement("Thesaurus","banner").getElement();b.setStyle("height","90px");c.setStyle("height","90px");e.setStyle("height","90px")};a.setHeightFrame=function(){document.getElementById(a.iframeNumber+"_"+a.dialog._.currentTabId).style.height= +"240px"};a.sendData=function(b){var c=b._.currentTabId,e=b._.contents[c].Content,d,f;a.previousTab=c;a.setIframe(e,c);var h=function(h){c=b._.currentTabId;h=h||window.event;h.data.getTarget().is("a")&&c!==a.previousTab&&(a.previousTab=c,e=b._.contents[c].Content,d=a.iframeNumber+"_"+c,a.div_overlay.setEnable(),e.getElement().getChildCount()?E(a.targetFromFrame[d],a.cmd[c]):(a.setIframe(e,c),f=document.getElementById(d),a.targetFromFrame[d]=f.contentWindow))};b.parts.tabs.removeListener("click",h); +b.parts.tabs.on("click",h)};a.buildSelectLang=function(a){var c=new CKEDITOR.dom.element("div"),e=new CKEDITOR.dom.element("select");a="wscLang"+a;c.addClass("cke_dialog_ui_input_select");c.setAttribute("role","presentation");c.setStyles({height:"auto",position:"absolute",right:"0",top:"-1px",width:"160px","white-space":"normal"});e.setAttribute("id",a);e.addClass("cke_dialog_ui_input_select");e.setStyles({width:"160px"});c.append(e);return c};a.buildOptionLang=function(b,c){var e=document.getElementById("wscLang"+ +c),d=document.createDocumentFragment(),f,h,k=[];if(0===e.options.length){for(f in b)k.push([f,b[f]]);k.sort();for(var p=0;p<k.length;p++)f=document.createElement("option"),f.setAttribute("value",k[p][1]),h=document.createTextNode(k[p][0]),f.appendChild(h),d.appendChild(f);e.appendChild(d)}for(d=0;d<e.options.length;d++)e.options[d].value==a.selectingLang&&(e.options[d].selected="selected")};a.buildOptionSynonyms=function(b){b=a.selectNodeResponce[b];var c=z(a.selectNode.Synonyms);a.selectNode.Synonyms.clear(); +for(var e=0;e<b.length;e++){var d=document.createElement("option");d.text=b[e];d.value=b[e];c.$.add(d,e)}a.selectNode.Synonyms.getInputElement().$.firstChild.selected=!0;a.textNode.Thesaurus.setValue(a.selectNode.Synonyms.getInputElement().getValue())};var B=function(a){var c=document,e=a.target||c.body,d=a.id||"overlayBlock",f=a.opacity||"0.9";a=a.background||"#f1f1f1";var h=c.getElementById(d),k=h||c.createElement("div");k.style.cssText="position: absolute;top:30px;bottom:41px;left:1px;right:1px;z-index: 10020;padding:0;margin:0;background:"+ +a+";opacity: "+f+";filter: alpha(opacity\x3d"+100*f+");display: none;";k.id=d;h||e.appendChild(k);return{setDisable:function(){k.style.display="none"},setEnable:function(){k.style.display="block"}}},L=function(b,c,e){var d=new CKEDITOR.dom.element("div"),f=new CKEDITOR.dom.element("input"),h=new CKEDITOR.dom.element("label"),k="wscGrammerSuggest"+b+"_"+c;d.addClass("cke_dialog_ui_input_radio");d.setAttribute("role","presentation");d.setStyles({width:"97%",padding:"5px","white-space":"normal"});f.setAttributes({type:"radio", +value:c,name:"wscGrammerSuggest",id:k});f.setStyles({"float":"left"});f.on("click",function(b){a.textNode.GrammTab.setValue(b.sender.getValue())});e?f.setAttribute("checked",!0):!1;f.addClass("cke_dialog_ui_radio_input");h.appendText(b);h.setAttribute("for",k);h.setStyles({display:"block","line-height":"16px","margin-left":"18px","white-space":"normal"});d.append(f);d.append(h);return d},F=function(a){a=a||"true";null!==a&&"false"==a&&t()},w=function(b){var c=new I(b);b="wscLang"+a.dialog.getParentEditor().name; +b=document.getElementById(b);var e=a.iframeNumber+"_"+a.dialog._.currentTabId;a.buildOptionLang(c.setLangList,a.dialog.getParentEditor().name);u[c.getCurrentLangGroup(a.selectingLang)].onShow();F(a.show_grammar);b.onchange=function(b){b=c.getCurrentLangGroup(this.value);var f=a.dialog._.currentTabId;u[b].onShow();F(a.show_grammar);a.div_overlay.setEnable();a.selectingLang=this.value;f=a.cmd[f];b&&u[b]&&u[b].allowedTabCommands[f]||(f=u[b].defaultTabCommand);for(var h in a.cmd)if(a.cmd[h]==f){a.previousTab= +h;break}g.postMessage.send({message:{changeLang:a.selectingLang,text:a.dataTemp,cmd:f},target:a.targetFromFrame[e],id:"selectionLang_outer__page"})}},M=function(b){var c,e=function(b){b=a.dialog.getContentElement(a.dialog._.currentTabId,b)||a.LocalizationButton[b].instance;b.getElement().hasClass("cke_disabled")?b.getElement().setStyle("color","#a0a0a0"):b.disable()};c=function(b){b=a.dialog.getContentElement(a.dialog._.currentTabId,b)||a.LocalizationButton[b].instance;b.enable();b.getElement().setStyle("color", +"#333")};"no_any_suggestions"==b?(b="No suggestions",c=a.dialog.getContentElement(a.dialog._.currentTabId,"ChangeTo_button")||a.LocalizationButton.ChangeTo_button.instance,c.disable(),c=a.dialog.getContentElement(a.dialog._.currentTabId,"ChangeAll")||a.LocalizationButton.ChangeAll.instance,c.disable(),e("ChangeTo_button"),e("ChangeAll")):(c("ChangeTo_button"),c("ChangeAll"));return b},O={iframeOnload:function(b){a.div_overlay.setEnable();b=a.dialog._.currentTabId;E(a.targetFromFrame[a.iframeNumber+ +"_"+b],a.cmd[b])},suggestlist:function(b){delete b.id;a.div_overlay_no_check.setDisable();C();w(a.langList);var c=M(b.word),e="";c instanceof Array&&(c=b.word[0]);e=c=c.split(",");a.textNode.SpellTab.setValue(e[0]);b=z(A);A.clear();for(c=0;c<e.length;c++){var d=document.createElement("option");d.text=e[c];d.value=e[c];b.$.add(d,c)}v();a.div_overlay.setDisable()},grammerSuggest:function(b){delete b.id;delete b.mocklangs;C();w(a.langList);var c=b.grammSuggest[0];a.grammerSuggest.getElement().setHtml(""); +a.textNode.GrammTab.reset();a.textNode.GrammTab.setValue(c);a.textNodeInfo.GrammTab.getElement().setHtml("");a.textNodeInfo.GrammTab.getElement().setText(b.info);b=b.grammSuggest;for(var c=b.length,e=!0,d=0;d<c;d++)a.grammerSuggest.getElement().append(L(b[d],b[d],e)),e=!1;v();a.div_overlay.setDisable()},thesaurusSuggest:function(b){delete b.id;delete b.mocklangs;C();w(a.langList);a.selectNodeResponce=b;a.textNode.Thesaurus.reset();var c=z(a.selectNode.Categories),e=0;a.selectNode.Categories.clear(); +for(var d in b)b=document.createElement("option"),b.text=d,b.value=d,c.$.add(b,e),e++;c=a.selectNode.Categories.getInputElement().getChildren().$[0].value;a.selectNode.Categories.getInputElement().getChildren().$[0].selected=!0;a.buildOptionSynonyms(c);v();a.div_overlay.setDisable()},finish:function(b){delete b.id;N();b=a.dialog.getContentElement(a.dialog._.currentTabId,"BlockFinishChecking").getElement();b.removeStyle("display");b.removeStyle("position");b.removeStyle("left");b.show();a.div_overlay.setDisable()}, +settext:function(b){delete b.id;a.dialog.getParentEditor().getCommand("checkspell");var c=a.dialog.getParentEditor();if(c.scayt&&c.wsc.isSsrvSame){var e=c.wsc.udn;e?c.wsc.DataStorage.setData("scayt_user_dictionary_name",e):c.wsc.DataStorage.setData("scayt_user_dictionary_name","")}try{c.focus()}catch(d){}c.setData(b.text,function(){a.dataTemp="";c.unlockSelection();c.fire("saveSnapshot");a.dialog.hide()})},ReplaceText:function(b){delete b.id;a.div_overlay.setEnable();a.dataTemp=b.text;a.selectingLang= +b.currentLang;(b.cmd="0"!==b.len&&b.len)?a.div_overlay.setDisable():window.setTimeout(function(){try{a.div_overlay.setDisable()}catch(b){}},500);J(a.LocalizationButton);K(a.LocalizationLabel)},options_checkbox_send:function(b){delete b.id;b={osp:g.cookie.get("osp"),udn:g.cookie.get("udn"),cust_dic_ids:a.cust_dic_ids};g.postMessage.send({message:b,target:a.targetFromFrame[a.iframeNumber+"_"+a.dialog._.currentTabId],id:"options_outer__page"})},getOptions:function(b){var c=b.DefOptions.udn;a.LocalizationComing= +b.DefOptions.localizationButtonsAndText;a.show_grammar=b.show_grammar;a.langList=b.lang;a.bnr=b.bannerId;a.sessionid=b.sessionid;if(b.bannerId){a.setHeightBannerFrame();var e=b.banner;a.dialog.getContentElement(a.dialog._.currentTabId,"banner").getElement().setHtml(e)}else a.setHeightFrame();"undefined"==c&&(a.userDictionaryName?(c=a.userDictionaryName,e={osp:g.cookie.get("osp"),udn:a.userDictionaryName,cust_dic_ids:a.cust_dic_ids,id:"options_dic_send",udnCmd:"create"},g.postMessage.send({message:e, +target:a.targetFromFrame[void 0]})):c="");g.cookie.set("osp",b.DefOptions.osp);g.cookie.set("udn",c);g.cookie.set("cust_dic_ids",b.DefOptions.cust_dic_ids);g.postMessage.send({id:"giveOptions"})},options_dic_send:function(b){b={osp:g.cookie.get("osp"),udn:g.cookie.get("udn"),cust_dic_ids:a.cust_dic_ids,id:"options_dic_send",udnCmd:g.cookie.get("udnCmd")};g.postMessage.send({message:b,target:a.targetFromFrame[a.iframeNumber+"_"+a.dialog._.currentTabId]})},data:function(a){delete a.id},giveOptions:function(){}, +setOptionsConfirmF:function(){},setOptionsConfirmT:function(){r.setValue("")},clickBusy:function(){a.div_overlay.setEnable()},suggestAllCame:function(){a.div_overlay.setDisable();a.div_overlay_no_check.setDisable()},TextCorrect:function(){w(a.langList)}},G=function(a){a=a||window.event;if((a=window.JSON.parse(a.data))&&a.id)O[a.id](a)},E=function(b,c,e,d){c=c||CKEDITOR.config.wsc_cmd;e=e||a.dataTemp;g.postMessage.send({message:{customerId:a.wsc_customerId,text:e,txt_ctrl:a.TextAreaNumber,cmd:c,cust_dic_ids:a.cust_dic_ids, +udn:a.userDictionaryName,slang:a.selectingLang,reset_suggest:d||!1,sessionid:a.sessionid},target:b,id:"data_outer__page"});a.div_overlay.setEnable()},u={superset:{onShow:function(){a.dialog.showPage("Thesaurus");a.dialog.showPage("GrammTab");l()},allowedTabCommands:{spell:!0,grammar:!0,thes:!0},defaultTabCommand:"spell"},usual:{onShow:function(){x();t();l()},allowedTabCommands:{spell:!0},defaultTabCommand:"spell"},rtl:{onShow:function(){x();t();l()},allowedTabCommands:{spell:!0},defaultTabCommand:"spell"}, +spellgrammar:{onShow:function(){x();a.dialog.showPage("GrammTab");l()},allowedTabCommands:{spell:!0,grammar:!0},defaultTabCommand:"spell"},spellthes:{onShow:function(){a.dialog.showPage("Thesaurus");t();l()},allowedTabCommands:{spell:!0,thes:!0},defaultTabCommand:"spell"}},H=function(b){var c=(new function(a){var b={};return{getCmdByTab:function(c){for(var h in a)b[a[h]]=h;return b[c]}}}(a.cmd)).getCmdByTab(CKEDITOR.config.wsc_cmd);b.selectPage(c);a.sendData(b)},x=function(){a.dialog.hidePage("Thesaurus")}, +t=function(){a.dialog.hidePage("GrammTab")},l=function(){a.dialog.showPage("SpellTab")},v=function(){var b=a.dialog.getContentElement(a.dialog._.currentTabId,"bottomGroup").getElement();b.removeStyle("display");b.removeStyle("position");b.removeStyle("left");b.show()},N=function(){var b=a.dialog.getContentElement(a.dialog._.currentTabId,"bottomGroup").getElement(),c=document.activeElement,e;b.setStyles({display:"block",position:"absolute",left:"-9999px"});setTimeout(function(){b.removeStyle("display"); +b.removeStyle("position");b.removeStyle("left");b.hide();a.dialog._.editor.focusManager.currentActive.focusNext();e=g.misc.findFocusable(a.dialog.parts.contents);if(g.misc.hasClass(c,"cke_dialog_tab")||g.misc.hasClass(c,"cke_dialog_contents_body")||!g.misc.isVisible(c))for(var d=0,f;d<e.count();d++){if(f=e.getItem(d),g.misc.isVisible(f.$)){try{f.$.focus()}catch(h){}break}}else try{c.focus()}catch(k){}},0)},C=function(){var b=a.dialog.getContentElement(a.dialog._.currentTabId,"BlockFinishChecking").getElement(), +c=document.activeElement,e;b.setStyles({display:"block",position:"absolute",left:"-9999px"});setTimeout(function(){b.removeStyle("display");b.removeStyle("position");b.removeStyle("left");b.hide();a.dialog._.editor.focusManager.currentActive.focusNext();e=g.misc.findFocusable(a.dialog.parts.contents);if(g.misc.hasClass(c,"cke_dialog_tab")||g.misc.hasClass(c,"cke_dialog_contents_body")||!g.misc.isVisible(c))for(var d=0,f;d<e.count();d++){if(f=e.getItem(d),g.misc.isVisible(f.$)){try{f.$.focus()}catch(h){}break}}else try{c.focus()}catch(k){}}, +0)};CKEDITOR.dialog.add("checkspell",function(b){function c(a){var c=parseInt(b.config.wsc_left,10),d=parseInt(b.config.wsc_top,10),e=parseInt(b.config.wsc_width,10),g=parseInt(b.config.wsc_height,10),m=CKEDITOR.document.getWindow().getViewPaneSize();a.getPosition();var n=a.getSize(),q=0;if(!a._.resized){var q=n.height-a.parts.contents.getSize("height",!(CKEDITOR.env.gecko||CKEDITOR.env.opera||CKEDITOR.env.ie&&CKEDITOR.env.quirks)),D=n.width-a.parts.contents.getSize("width",1);if(e<f.minWidth||isNaN(e))e= +f.minWidth;e>m.width-D&&(e=m.width-D);if(g<f.minHeight||isNaN(g))g=f.minHeight;g>m.height-q&&(g=m.height-q);n.width=e+D;n.height=g+q;a._.fromResizeEvent=!1;a.resize(e,g);setTimeout(function(){a._.fromResizeEvent=!1;CKEDITOR.dialog.fire("resize",{dialog:a,width:e,height:g},b)},300)}a._.moved||(q=isNaN(c)&&isNaN(d)?0:1,isNaN(c)&&(c=(m.width-n.width)/2),0>c&&(c=0),c>m.width-n.width&&(c=m.width-n.width),isNaN(d)&&(d=(m.height-n.height)/2),0>d&&(d=0),d>m.height-n.height&&(d=m.height-n.height),a.move(c, +d,q))}function e(){b.wsc={};(function(a){var b={separator:"\x3c$\x3e",getDataType:function(a){return"undefined"===typeof a?"undefined":null===a?"null":Object.prototype.toString.call(a).slice(8,-1)},convertDataToString:function(a){return this.getDataType(a).toLowerCase()+this.separator+a},restoreDataFromString:function(a){var b=a,c;a=this.backCompatibility(a);if("string"===typeof a)switch(b=a.indexOf(this.separator),c=a.substring(0,b),b=a.substring(b+this.separator.length),c){case "boolean":b="true"=== +b;break;case "number":b=parseFloat(b);break;case "array":b=""===b?[]:b.split(",");break;case "null":b=null;break;case "undefined":b=void 0}return b},backCompatibility:function(a){var b=a,c;"string"===typeof a&&(c=a.indexOf(this.separator),0>c&&(b=parseFloat(a),isNaN(b)&&("["===a[0]&&"]"===a[a.length-1]?(a=a.replace("[",""),a=a.replace("]",""),b=""===a?[]:a.split(",")):b="true"===a||"false"===a?"true"===a:a),b=this.convertDataToString(b)));return b}},c={get:function(a){return b.restoreDataFromString(window.localStorage.getItem(a))}, +set:function(a,c){var d=b.convertDataToString(c);window.localStorage.setItem(a,d)},del:function(a){window.localStorage.removeItem(a)},clear:function(){window.localStorage.clear()}},d={expiration:31622400,get:function(a){return b.restoreDataFromString(this.getCookie(a))},set:function(a,c){var d=b.convertDataToString(c);this.setCookie(a,d,{expires:this.expiration})},del:function(a){this.deleteCookie(a)},getCookie:function(a){return(a=document.cookie.match(new RegExp("(?:^|; )"+a.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, +"\\$1")+"\x3d([^;]*)")))?decodeURIComponent(a[1]):void 0},setCookie:function(a,b,c){c=c||{};var d=c.expires;if("number"===typeof d&&d){var e=new Date;e.setTime(e.getTime()+1E3*d);d=c.expires=e}d&&d.toUTCString&&(c.expires=d.toUTCString());b=encodeURIComponent(b);a=a+"\x3d"+b;for(var h in c)b=c[h],a+="; "+h,!0!==b&&(a+="\x3d"+b);document.cookie=a},deleteCookie:function(a){this.setCookie(a,null,{expires:-1})},clear:function(){for(var a=document.cookie.split(";"),b=0;b<a.length;b++){var c=a[b],d=c.indexOf("\x3d"), +c=-1<d?c.substr(0,d):c;this.deleteCookie(c)}}},e=window.localStorage?c:d;a.DataStorage={getData:function(a){return e.get(a)},setData:function(a,b){e.set(a,b)},deleteData:function(a){e.del(a)},clear:function(){e.clear()}}})(b.wsc);b.wsc.operationWithUDN=function(b,c){g.postMessage.send({message:{udn:c,id:"operationWithUDN",udnCmd:b},target:a.targetFromFrame[a.iframeNumber+"_"+a.dialog._.currentTabId]})};b.wsc.getLocalStorageUDN=function(){var a=b.wsc.DataStorage.getData("scayt_user_dictionary_name"); +if(a)return a};b.wsc.getLocalStorageUD=function(){var a=b.wsc.DataStorage.getData("scayt_user_dictionary");if(a)return a};b.wsc.addWords=function(a,c){var d=b.config.wsc.DefaultParams.serviceHost+b.config.wsc.DefaultParams.ssrvHost+"?cmd\x3ddictionary\x26format\x3djson\x26customerid\x3d1%3AncttD3-fIoSf2-huzwE4-Y5muI2-mD0Tt-kG9Wz-UEDFC-tYu243-1Uq474-d9Z2l3\x26action\x3daddword\x26word\x3d"+a+"\x26callback\x3dtoString\x26synchronization\x3dtrue",e=document.createElement("script");e.type="text/javascript"; +e.src=d;document.getElementsByTagName("head")[0].appendChild(e);e.onload=c;e.onreadystatechange=function(){"loaded"===this.readyState&&c()}};b.wsc.cgiOrigin=function(){var a=b.config.wsc.DefaultParams.serviceHost.split("/");return a[0]+"//"+a[2]};b.wsc.isSsrvSame=!1}var d=function(c){this.getElement().focus();a.div_overlay.setEnable();c=a.dialog._.currentTabId;var d=a.iframeNumber+"_"+c,e=a.textNode[c].getValue(),f=this.getElement().getAttribute("title-cmd");g.postMessage.send({message:{cmd:f,tabId:c, +new_word:e},target:a.targetFromFrame[d],id:"cmd_outer__page"});"ChangeTo"!=f&&"ChangeAll"!=f||b.fire("saveSnapshot");"FinishChecking"==f&&b.config.wsc_onFinish.call(CKEDITOR.document.getWindow().getFrame())},f={minWidth:560,minHeight:444};return{title:b.config.wsc_dialogTitle||b.lang.wsc.title,minWidth:f.minWidth,minHeight:f.minHeight,buttons:[CKEDITOR.dialog.cancelButton],onLoad:function(){a.dialog=this;x();t();l();b.plugins.scayt&&e()},onShow:function(){a.dialog=this;b.lockSelection(b.getSelection()); +a.TextAreaNumber="cke_textarea_"+b.name;g.postMessage.init(G);a.dataTemp=b.getData();a.OverlayPlace=a.dialog.parts.tabs.getParent().$;if(CKEDITOR&&CKEDITOR.config){a.wsc_customerId=b.config.wsc_customerId;a.cust_dic_ids=b.config.wsc_customDictionaryIds;a.userDictionaryName=b.config.wsc_userDictionaryName;a.defaultLanguage=CKEDITOR.config.defaultLanguage;var d="file:"==document.location.protocol?"http:":document.location.protocol,d=b.config.wsc_customLoaderScript||d+"//loader.webspellchecker.net/sproxy_fck/sproxy.php?plugin\x3dfck2\x26customerid\x3d"+ +a.wsc_customerId+"\x26cmd\x3dscript\x26doc\x3dwsc\x26schema\x3d22";c(this);CKEDITOR.scriptLoader.load(d,function(c){CKEDITOR.config&&CKEDITOR.config.wsc&&CKEDITOR.config.wsc.DefaultParams?(a.serverLocationHash=CKEDITOR.config.wsc.DefaultParams.serviceHost,a.logotype=CKEDITOR.config.wsc.DefaultParams.logoPath,a.loadIcon=CKEDITOR.config.wsc.DefaultParams.iconPath,a.loadIconEmptyEditor=CKEDITOR.config.wsc.DefaultParams.iconPathEmptyEditor,a.LangComparer=new CKEDITOR.config.wsc.DefaultParams._SP_FCK_LangCompare): +(a.serverLocationHash=DefaultParams.serviceHost,a.logotype=DefaultParams.logoPath,a.loadIcon=DefaultParams.iconPath,a.loadIconEmptyEditor=DefaultParams.iconPathEmptyEditor,a.LangComparer=new _SP_FCK_LangCompare);a.pluginPath=CKEDITOR.getUrl(b.plugins.wsc.path);a.iframeNumber=a.TextAreaNumber;a.templatePath=a.pluginPath+"dialogs/tmp.html";a.LangComparer.setDefaulLangCode(a.defaultLanguage);a.currentLang=b.config.wsc_lang||a.LangComparer.getSPLangCode(b.langCode)||"en_US";a.selectingLang=a.currentLang; +a.div_overlay=new B({opacity:"1",background:"#fff url("+a.loadIcon+") no-repeat 50% 50%",target:a.OverlayPlace});var d=a.dialog.parts.tabs.getId(),d=CKEDITOR.document.getById(d);d.setStyle("width","97%");d.getElementsByTag("DIV").count()||d.append(a.buildSelectLang(a.dialog.getParentEditor().name));a.div_overlay_no_check=new B({opacity:"1",id:"no_check_over",background:"#fff url("+a.loadIconEmptyEditor+") no-repeat 50% 50%",target:a.OverlayPlace});c&&(H(a.dialog),a.dialog.setupContent(a.dialog)); +b.plugins.scayt&&(b.wsc.isSsrvSame=function(){var a=CKEDITOR.config.wsc.DefaultParams.serviceHost.replace("lf/22/js/../../../","").split("//")[1],c=CKEDITOR.config.wsc.DefaultParams.ssrvHost,d=b.config.scayt_srcUrl,e,h,f,g,p;window.SCAYT&&window.SCAYT.CKSCAYT&&(f=SCAYT.CKSCAYT.prototype.basePath,f.split("//"),g=f.split("//")[1].split("/")[0],p=f.split(g+"/")[1].replace("/lf/scayt3/ckscayt/","")+"/script/ssrv.cgi");!d||f||b.config.scayt_servicePath||(d.split("//"),e=d.split("//")[1].split("/")[0], +h=d.split(e+"/")[1].replace("/lf/scayt3/ckscayt/ckscayt.js","")+"/script/ssrv.cgi");return"//"+a+c==="//"+(b.config.scayt_serviceHost||g||e)+"/"+(b.config.scayt_servicePath||p||h)}());if(window.SCAYT&&b.wsc&&b.wsc.isSsrvSame){var e=b.wsc.cgiOrigin();b.wsc.syncIsDone=!1;c=function(a){a.origin===e&&(a=JSON.parse(a.data),a.ud&&"undefined"!==a.ud?b.wsc.ud=a.ud:"undefined"===a.ud&&(b.wsc.ud=void 0),a.udn&&"undefined"!==a.udn?b.wsc.udn=a.udn:"undefined"===a.udn&&(b.wsc.udn=void 0),b.wsc.syncIsDone||(h(b.wsc.ud), +b.wsc.syncIsDone=!0))};var h=function(c){c=b.wsc.getLocalStorageUD();var d;c instanceof Array&&(d=c.toString());void 0!==d&&""!==d&&setTimeout(function(){b.wsc.addWords(d,function(){H(a.dialog);a.dialog.setupContent(a.dialog)})},400)};window.addEventListener?addEventListener("message",c,!1):window.attachEvent("onmessage",c);setTimeout(function(){var a=b.wsc.getLocalStorageUDN();void 0!==a&&b.wsc.operationWithUDN("restore",a)},500)}})}else a.dialog.hide()},onHide:function(){var c=CKEDITOR.plugins.scayt, +d=b.scayt;b.unlockSelection();c&&d&&c.state[b.name]&&d.setMarkupPaused(!1);a.dataTemp="";a.sessionid="";g.postMessage.unbindHandler(G);if(b.plugins.scayt&&b.wsc&&b.wsc.isSsrvSame){var c=b.wsc.udn,e=b.wsc.ud,f,l;b.scayt?(c?(b.wsc.DataStorage.setData("scayt_user_dictionary_name",c),b.scayt.restoreUserDictionary(c)):(b.wsc.DataStorage.setData("scayt_user_dictionary_name",""),b.scayt.removeUserDictionary()),e&&setTimeout(function(){f=e.split(",");for(l=0;l<f.length;l+=1)b.scayt.addWordToUserDictionary(f[l])}, +200),e||b.wsc.DataStorage.setData("scayt_user_dictionary",[])):(c?b.wsc.DataStorage.setData("scayt_user_dictionary_name",c):b.wsc.DataStorage.setData("scayt_user_dictionary_name",""),e&&(f=e.split(","),b.wsc.DataStorage.setData("scayt_user_dictionary",f)))}},contents:[{id:"SpellTab",label:"SpellChecker",accessKey:"S",elements:[{type:"html",id:"banner",label:"banner",style:"",html:"\x3cdiv\x3e\x3c/div\x3e"},{type:"html",id:"Content",label:"spellContent",html:"",setup:function(b){b=a.iframeNumber+"_"+ +b._.currentTabId;var c=document.getElementById(b);a.targetFromFrame[b]=c.contentWindow}},{type:"hbox",id:"bottomGroup",style:"width:560px; margin: 0 auto;",widths:["50%","50%"],children:[{type:"hbox",id:"leftCol",align:"left",width:"50%",children:[{type:"vbox",id:"rightCol1",widths:["50%","50%"],children:[{type:"text",id:"ChangeTo_label",label:a.LocalizationLabel.ChangeTo_label.text+":",labelLayout:"horizontal",labelStyle:"font: 12px/25px arial, sans-serif;",width:"140px","default":"",onShow:function(){a.textNode.SpellTab= +this;a.LocalizationLabel.ChangeTo_label.instance=this},onHide:function(){this.reset()}},{type:"hbox",id:"rightCol",align:"right",width:"30%",children:[{type:"vbox",id:"rightCol_col__left",children:[{type:"text",id:"labelSuggestions",label:a.LocalizationLabel.Suggestions.text+":",onShow:function(){a.LocalizationLabel.Suggestions.instance=this;this.getInputElement().setStyles({display:"none"})}},{type:"html",id:"logo",html:'\x3cimg width\x3d"99" height\x3d"68" border\x3d"0" src\x3d"" title\x3d"WebSpellChecker.net" alt\x3d"WebSpellChecker.net" style\x3d"display: inline-block;"\x3e', +setup:function(b){this.getElement().$.src=a.logotype;this.getElement().getParent().setStyles({"text-align":"left"})}}]},{type:"select",id:"list_of_suggestions",labelStyle:"font: 12px/25px arial, sans-serif;",size:"6",inputStyle:"width: 140px; height: auto;",items:[["loading..."]],onShow:function(){A=this},onChange:function(){a.textNode.SpellTab.setValue(this.getValue())}}]}]}]},{type:"hbox",id:"rightCol",align:"right",width:"50%",children:[{type:"vbox",id:"rightCol_col__left",widths:["50%","50%", +"50%","50%"],children:[{type:"button",id:"ChangeTo_button",label:a.LocalizationButton.ChangeTo_button.text,title:"Change to",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd","ChangeTo");a.LocalizationButton.ChangeTo_button.instance=this},onClick:d},{type:"button",id:"ChangeAll",label:a.LocalizationButton.ChangeAll.text,title:"Change All",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id);a.LocalizationButton.ChangeAll.instance= +this},onClick:d},{type:"button",id:"AddWord",label:a.LocalizationButton.AddWord.text,title:"Add word",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id);a.LocalizationButton.AddWord.instance=this},onClick:d},{type:"button",id:"FinishChecking_button",label:a.LocalizationButton.FinishChecking_button.text,title:"Finish Checking",style:"width: 100%;margin-top: 9px;",onLoad:function(){this.getElement().setAttribute("title-cmd","FinishChecking");a.LocalizationButton.FinishChecking_button.instance= +this},onClick:d}]},{type:"vbox",id:"rightCol_col__right",widths:["50%","50%","50%"],children:[{type:"button",id:"IgnoreWord",label:a.LocalizationButton.IgnoreWord.text,title:"Ignore word",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id);a.LocalizationButton.IgnoreWord.instance=this},onClick:d},{type:"button",id:"IgnoreAllWords",label:a.LocalizationButton.IgnoreAllWords.text,title:"Ignore all words",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd", +this.id);a.LocalizationButton.IgnoreAllWords.instance=this},onClick:d},{type:"button",id:"Options",label:a.LocalizationButton.Options.text,title:"Option",style:"width: 100%;",onLoad:function(){a.LocalizationButton.Options.instance=this;"file:"==document.location.protocol&&this.disable()},onClick:function(){this.getElement().focus();"file:"==document.location.protocol?alert("WSC: Options functionality is disabled when runing from file system"):(y=document.activeElement,b.openDialog("options"))}}]}]}]}, +{type:"hbox",id:"BlockFinishChecking",style:"width:560px; margin: 0 auto;",widths:["70%","30%"],onShow:function(){this.getElement().setStyles({display:"block",position:"absolute",left:"-9999px"})},onHide:v,children:[{type:"hbox",id:"leftCol",align:"left",width:"70%",children:[{type:"vbox",id:"rightCol1",setup:function(){this.getChild()[0].getElement().$.src=a.logotype;this.getChild()[0].getElement().getParent().setStyles({"text-align":"center"})},children:[{type:"html",id:"logo",html:'\x3cimg width\x3d"99" height\x3d"68" border\x3d"0" src\x3d"" title\x3d"WebSpellChecker.net" alt\x3d"WebSpellChecker.net" style\x3d"display: inline-block;"\x3e'}]}]}, +{type:"hbox",id:"rightCol",align:"right",width:"30%",children:[{type:"vbox",id:"rightCol_col__left",children:[{type:"button",id:"Option_button",label:a.LocalizationButton.Options.text,title:"Option",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id);"file:"==document.location.protocol&&this.disable()},onClick:function(){this.getElement().focus();"file:"==document.location.protocol?alert("WSC: Options functionality is disabled when runing from file system"): +(y=document.activeElement,b.openDialog("options"))}},{type:"button",id:"FinishChecking_button_block",label:a.LocalizationButton.FinishChecking_button_block.text,title:"Finish Checking",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd","FinishChecking")},onClick:d}]}]}]}]},{id:"GrammTab",label:"Grammar",accessKey:"G",elements:[{type:"html",id:"banner",label:"banner",style:"",html:"\x3cdiv\x3e\x3c/div\x3e"},{type:"html",id:"Content",label:"GrammarContent",html:"",setup:function(){var b= +a.iframeNumber+"_"+a.dialog._.currentTabId,c=document.getElementById(b);a.targetFromFrame[b]=c.contentWindow}},{type:"vbox",id:"bottomGroup",style:"width:560px; margin: 0 auto;",children:[{type:"hbox",id:"leftCol",widths:["66%","34%"],children:[{type:"vbox",children:[{type:"text",id:"text",label:"Change to:",labelLayout:"horizontal",labelStyle:"font: 12px/25px arial, sans-serif;",inputStyle:"float: right; width: 200px;","default":"",onShow:function(){a.textNode.GrammTab=this},onHide:function(){this.reset()}}, +{type:"html",id:"html_text",html:"\x3cdiv style\x3d'min-height: 17px; line-height: 17px; padding: 5px; text-align: left;background: #F1F1F1;color: #595959; white-space: normal!important;'\x3e\x3c/div\x3e",onShow:function(b){a.textNodeInfo.GrammTab=this}},{type:"html",id:"radio",html:"",onShow:function(){a.grammerSuggest=this}}]},{type:"vbox",children:[{type:"button",id:"ChangeTo_button",label:"Change to",title:"Change to",style:"width: 133px; float: right;",onLoad:function(){this.getElement().setAttribute("title-cmd", +"ChangeTo")},onClick:d},{type:"button",id:"IgnoreWord",label:"Ignore word",title:"Ignore word",style:"width: 133px; float: right;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id)},onClick:d},{type:"button",id:"IgnoreAllWords",label:"Ignore Problem",title:"Ignore Problem",style:"width: 133px; float: right;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id)},onClick:d},{type:"button",id:"FinishChecking_button",label:a.LocalizationButton.FinishChecking_button.text, +title:"Finish Checking",style:"width: 133px; float: right; margin-top: 9px;",onLoad:function(){this.getElement().setAttribute("title-cmd","FinishChecking")},onClick:d}]}]}]},{type:"hbox",id:"BlockFinishChecking",style:"width:560px; margin: 0 auto;",widths:["70%","30%"],onShow:function(){this.getElement().setStyles({display:"block",position:"absolute",left:"-9999px"})},onHide:v,children:[{type:"hbox",id:"leftCol",align:"left",width:"70%",children:[{type:"vbox",id:"rightCol1",children:[{type:"html", +id:"logo",html:'\x3cimg width\x3d"99" height\x3d"68" border\x3d"0" src\x3d"" title\x3d"WebSpellChecker.net" alt\x3d"WebSpellChecker.net" style\x3d"display: inline-block;"\x3e',setup:function(){this.getElement().$.src=a.logotype;this.getElement().getParent().setStyles({"text-align":"center"})}}]}]},{type:"hbox",id:"rightCol",align:"right",width:"30%",children:[{type:"vbox",id:"rightCol_col__left",children:[{type:"button",id:"FinishChecking_button_block",label:a.LocalizationButton.FinishChecking_button_block.text, +title:"Finish Checking",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd","FinishChecking")},onClick:d}]}]}]}]},{id:"Thesaurus",label:"Thesaurus",accessKey:"T",elements:[{type:"html",id:"banner",label:"banner",style:"",html:"\x3cdiv\x3e\x3c/div\x3e"},{type:"html",id:"Content",label:"spellContent",html:"",setup:function(){var b=a.iframeNumber+"_"+a.dialog._.currentTabId,c=document.getElementById(b);a.targetFromFrame[b]=c.contentWindow}},{type:"vbox",id:"bottomGroup", +style:"width:560px; margin: -10px auto; overflow: hidden;",children:[{type:"hbox",widths:["75%","25%"],children:[{type:"vbox",children:[{type:"hbox",widths:["65%","35%"],children:[{type:"text",id:"ChangeTo_label",label:a.LocalizationLabel.ChangeTo_label.text+":",labelLayout:"horizontal",inputStyle:"width: 160px;",labelStyle:"font: 12px/25px arial, sans-serif;","default":"",onShow:function(b){a.textNode.Thesaurus=this;a.LocalizationLabel.ChangeTo_label.instance=this},onHide:function(){this.reset()}}, +{type:"button",id:"ChangeTo_button",label:a.LocalizationButton.ChangeTo_button.text,title:"Change to",style:"width: 121px; margin-top: 1px;",onLoad:function(){this.getElement().setAttribute("title-cmd","ChangeTo");a.LocalizationButton.ChangeTo_button.instance=this},onClick:d}]},{type:"hbox",children:[{type:"select",id:"Categories",label:a.LocalizationLabel.Categories.text+":",labelStyle:"font: 12px/25px arial, sans-serif;",size:"5",inputStyle:"width: 180px; height: auto;",items:[],onShow:function(){a.selectNode.Categories= +this;a.LocalizationLabel.Categories.instance=this},onChange:function(){a.buildOptionSynonyms(this.getValue())}},{type:"select",id:"Synonyms",label:a.LocalizationLabel.Synonyms.text+":",labelStyle:"font: 12px/25px arial, sans-serif;",size:"5",inputStyle:"width: 180px; height: auto;",items:[],onShow:function(){a.selectNode.Synonyms=this;a.textNode.Thesaurus.setValue(this.getValue());a.LocalizationLabel.Synonyms.instance=this},onChange:function(b){a.textNode.Thesaurus.setValue(this.getValue())}}]}]}, +{type:"vbox",width:"120px",style:"margin-top:46px;",children:[{type:"html",id:"logotype",label:"WebSpellChecker.net",html:'\x3cimg width\x3d"99" height\x3d"68" border\x3d"0" src\x3d"" title\x3d"WebSpellChecker.net" alt\x3d"WebSpellChecker.net" style\x3d"display: inline-block;"\x3e',setup:function(){this.getElement().$.src=a.logotype;this.getElement().getParent().setStyles({"text-align":"center"})}},{type:"button",id:"FinishChecking_button",label:a.LocalizationButton.FinishChecking_button.text,title:"Finish Checking", +style:"width: 100%; float: right; margin-top: 9px;",onLoad:function(){this.getElement().setAttribute("title-cmd","FinishChecking")},onClick:d}]}]}]},{type:"hbox",id:"BlockFinishChecking",style:"width:560px; margin: 0 auto;",widths:["70%","30%"],onShow:function(){this.getElement().setStyles({display:"block",position:"absolute",left:"-9999px"})},children:[{type:"hbox",id:"leftCol",align:"left",width:"70%",children:[{type:"vbox",id:"rightCol1",children:[{type:"html",id:"logo",html:'\x3cimg width\x3d"99" height\x3d"68" border\x3d"0" src\x3d"" title\x3d"WebSpellChecker.net" alt\x3d"WebSpellChecker.net" style\x3d"display: inline-block;"\x3e', +setup:function(){this.getElement().$.src=a.logotype;this.getElement().getParent().setStyles({"text-align":"center"})}}]}]},{type:"hbox",id:"rightCol",align:"right",width:"30%",children:[{type:"vbox",id:"rightCol_col__left",children:[{type:"button",id:"FinishChecking_button_block",label:a.LocalizationButton.FinishChecking_button_block.text,title:"Finish Checking",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd","FinishChecking")},onClick:d}]}]}]}]}]}});var y=null;CKEDITOR.dialog.add("options", +function(b){var c=null,e={},d={},f=null,h=null;g.cookie.get("udn");g.cookie.get("osp");b=function(a){h=this.getElement().getAttribute("title-cmd");a=[];a[0]=d.IgnoreAllCapsWords;a[1]=d.IgnoreWordsNumbers;a[2]=d.IgnoreMixedCaseWords;a[3]=d.IgnoreDomainNames;a=a.toString().replace(/,/g,"");g.cookie.set("osp",a);g.cookie.set("udnCmd",h?h:"ignore");"delete"!=h&&(a="",""!==r.getValue()&&(a=r.getValue()),g.cookie.set("udn",a));g.postMessage.send({id:"options_dic_send"})};var k=function(){f.getElement().setHtml(a.LocalizationComing.error); +f.getElement().show()};return{title:a.LocalizationComing.Options,minWidth:430,minHeight:130,resizable:CKEDITOR.DIALOG_RESIZE_NONE,contents:[{id:"OptionsTab",label:"Options",accessKey:"O",elements:[{type:"hbox",id:"options_error",children:[{type:"html",style:"display: block;text-align: center;white-space: normal!important; font-size: 12px;color:red",html:"\x3cdiv\x3e\x3c/div\x3e",onShow:function(){f=this}}]},{type:"vbox",id:"Options_content",children:[{type:"hbox",id:"Options_manager",widths:["52%", +"48%"],children:[{type:"fieldset",label:"Spell Checking Options",style:"border: none;margin-top: 13px;padding: 10px 0 10px 10px",onShow:function(){this.getInputElement().$.children[0].innerHTML=a.LocalizationComing.SpellCheckingOptions},children:[{type:"vbox",id:"Options_checkbox",children:[{type:"checkbox",id:"IgnoreAllCapsWords",label:"Ignore All-Caps Words",labelStyle:"margin-left: 5px; font: 12px/16px arial, sans-serif;display: inline-block;white-space: normal;",style:"float:left; min-height: 16px;", +"default":"",onClick:function(){d[this.id]=this.getValue()?1:0}},{type:"checkbox",id:"IgnoreWordsNumbers",label:"Ignore Words with Numbers",labelStyle:"margin-left: 5px; font: 12px/16px arial, sans-serif;display: inline-block;white-space: normal;",style:"float:left; min-height: 16px;","default":"",onClick:function(){d[this.id]=this.getValue()?1:0}},{type:"checkbox",id:"IgnoreMixedCaseWords",label:"Ignore Mixed-Case Words",labelStyle:"margin-left: 5px; font: 12px/16px arial, sans-serif;display: inline-block;white-space: normal;", +style:"float:left; min-height: 16px;","default":"",onClick:function(){d[this.id]=this.getValue()?1:0}},{type:"checkbox",id:"IgnoreDomainNames",label:"Ignore Domain Names",labelStyle:"margin-left: 5px; font: 12px/16px arial, sans-serif;display: inline-block;white-space: normal;",style:"float:left; min-height: 16px;","default":"",onClick:function(){d[this.id]=this.getValue()?1:0}}]}]},{type:"vbox",id:"Options_DictionaryName",children:[{type:"text",id:"DictionaryName",style:"margin-bottom: 10px",label:"Dictionary Name:", +labelLayout:"vertical",labelStyle:"font: 12px/25px arial, sans-serif;","default":"",onLoad:function(){r=this;var b=a.userDictionaryName?a.userDictionaryName:(g.cookie.get("udn"),this.getValue());this.setValue(b)},onShow:function(){r=this;var b=g.cookie.get("udn")?g.cookie.get("udn"):this.getValue();this.setValue(b);this.setLabel(a.LocalizationComing.DictionaryName)},onHide:function(){this.reset()}},{type:"hbox",id:"Options_buttons",children:[{type:"vbox",id:"Options_leftCol_col",widths:["50%","50%"], +children:[{type:"button",id:"create",label:"Create",title:"Create",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id)},onShow:function(){(this.getElement().getFirst()||this.getElement()).setText(a.LocalizationComing.Create)},onClick:b},{type:"button",id:"restore",label:"Restore",title:"Restore",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id)},onShow:function(){(this.getElement().getFirst()||this.getElement()).setText(a.LocalizationComing.Restore)}, +onClick:b}]},{type:"vbox",id:"Options_rightCol_col",widths:["50%","50%"],children:[{type:"button",id:"rename",label:"Rename",title:"Rename",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id)},onShow:function(){(this.getElement().getFirst()||this.getElement()).setText(a.LocalizationComing.Rename)},onClick:b},{type:"button",id:"delete",label:"Remove",title:"Remove",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",this.id)},onShow:function(){(this.getElement().getFirst()|| +this.getElement()).setText(a.LocalizationComing.Remove)},onClick:b}]}]}]}]},{type:"hbox",id:"Options_text",children:[{type:"html",style:"text-align: justify;margin-top: 15px;white-space: normal!important; font-size: 12px;color:#777;",html:"\x3cdiv\x3e"+a.LocalizationComing.OptionsTextIntro+"\x3c/div\x3e",onShow:function(){this.getElement().setText(a.LocalizationComing.OptionsTextIntro)}}]}]}]}],buttons:[CKEDITOR.dialog.okButton,CKEDITOR.dialog.cancelButton],onOk:function(){var a=[];a[0]=d.IgnoreAllCapsWords; +a[1]=d.IgnoreWordsNumbers;a[2]=d.IgnoreMixedCaseWords;a[3]=d.IgnoreDomainNames;a=a.toString().replace(/,/g,"");g.cookie.set("osp",a);g.postMessage.send({id:"options_checkbox_send"});f.getElement().hide();f.getElement().setHtml(" ")},onLoad:function(){c=this;e.IgnoreAllCapsWords=c.getContentElement("OptionsTab","IgnoreAllCapsWords");e.IgnoreWordsNumbers=c.getContentElement("OptionsTab","IgnoreWordsNumbers");e.IgnoreMixedCaseWords=c.getContentElement("OptionsTab","IgnoreMixedCaseWords");e.IgnoreDomainNames= +c.getContentElement("OptionsTab","IgnoreDomainNames")},onShow:function(){g.postMessage.init(k);var b=g.cookie.get("osp").split("");d.IgnoreAllCapsWords=b[0];d.IgnoreWordsNumbers=b[1];d.IgnoreMixedCaseWords=b[2];d.IgnoreDomainNames=b[3];parseInt(d.IgnoreAllCapsWords,10)?e.IgnoreAllCapsWords.setValue("checked",!1):e.IgnoreAllCapsWords.setValue("",!1);parseInt(d.IgnoreWordsNumbers,10)?e.IgnoreWordsNumbers.setValue("checked",!1):e.IgnoreWordsNumbers.setValue("",!1);parseInt(d.IgnoreMixedCaseWords,10)? +e.IgnoreMixedCaseWords.setValue("checked",!1):e.IgnoreMixedCaseWords.setValue("",!1);parseInt(d.IgnoreDomainNames,10)?e.IgnoreDomainNames.setValue("checked",!1):e.IgnoreDomainNames.setValue("",!1);d.IgnoreAllCapsWords=e.IgnoreAllCapsWords.getValue()?1:0;d.IgnoreWordsNumbers=e.IgnoreWordsNumbers.getValue()?1:0;d.IgnoreMixedCaseWords=e.IgnoreMixedCaseWords.getValue()?1:0;d.IgnoreDomainNames=e.IgnoreDomainNames.getValue()?1:0;e.IgnoreAllCapsWords.getElement().$.lastChild.innerHTML=a.LocalizationComing.IgnoreAllCapsWords; +e.IgnoreWordsNumbers.getElement().$.lastChild.innerHTML=a.LocalizationComing.IgnoreWordsWithNumbers;e.IgnoreMixedCaseWords.getElement().$.lastChild.innerHTML=a.LocalizationComing.IgnoreMixedCaseWords;e.IgnoreDomainNames.getElement().$.lastChild.innerHTML=a.LocalizationComing.IgnoreDomainNames},onHide:function(){g.postMessage.unbindHandler(k);if(y)try{y.focus()}catch(a){}}}});CKEDITOR.dialog.on("resize",function(b){b=b.data;var c=b.dialog,e=CKEDITOR.document.getById(a.iframeNumber+"_"+c._.currentTabId); +"checkspell"==c._.name&&(a.bnr?e&&e.setSize("height",b.height-310):e&&e.setSize("height",b.height-220),c._.fromResizeEvent&&!c._.resized&&(c._.resized=!0),c._.fromResizeEvent=!0)});CKEDITOR.on("dialogDefinition",function(b){if("checkspell"===b.data.name){var c=b.data.definition;a.onLoadOverlay=new B({opacity:"1",background:"#fff",target:c.dialog.parts.tabs.getParent().$});a.onLoadOverlay.setEnable();c.dialog.on("cancel",function(b){c.dialog.getParentEditor().config.wsc_onClose.call(this.document.getWindow().getFrame()); +a.div_overlay.setDisable();a.onLoadOverlay.setDisable();return!1},this,null,-1)}})})(); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/wsc/dialogs/wsc_ie.js b/public/assets/ckeditor/plugins/wsc/dialogs/wsc_ie.js new file mode 100644 index 0000000..0292f84 --- /dev/null +++ b/public/assets/ckeditor/plugins/wsc/dialogs/wsc_ie.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("checkspell",function(a){function c(a,c){var d=0;return function(){"function"==typeof window.doSpell?("undefined"!=typeof e&&window.clearInterval(e),l(a)):180==d++&&window._cancelOnError(c)}}function l(c){var f=new window._SP_FCK_LangCompare,b=CKEDITOR.getUrl(a.plugins.wsc.path+"dialogs/"),e=b+"tmpFrameset.html";window.gFCKPluginName="wsc";f.setDefaulLangCode(a.config.defaultLanguage);window.doSpell({ctrl:g,lang:a.config.wsc_lang||f.getSPLangCode(a.langCode),intLang:a.config.wsc_uiLang|| +f.getSPLangCode(a.langCode),winType:d,onCancel:function(){c.hide()},onFinish:function(b){a.focus();c.getParentEditor().setData(b.value);c.hide()},staticFrame:e,framesetPath:e,iframePath:b+"ciframe.html",schemaURI:b+"wsc.css",userDictionaryName:a.config.wsc_userDictionaryName,customDictionaryName:a.config.wsc_customDictionaryIds&&a.config.wsc_customDictionaryIds.split(","),domainName:a.config.wsc_domainName});CKEDITOR.document.getById(h).setStyle("display","none");CKEDITOR.document.getById(d).setStyle("display", +"block")}var b=CKEDITOR.tools.getNextNumber(),d="cke_frame_"+b,g="cke_data_"+b,h="cke_error_"+b,e,b=document.location.protocol||"http:",k=a.lang.wsc.notAvailable,m='\x3ctextarea style\x3d"display: none" id\x3d"'+g+'" rows\x3d"10" cols\x3d"40"\x3e \x3c/textarea\x3e\x3cdiv id\x3d"'+h+'" style\x3d"display:none;color:red;font-size:16px;font-weight:bold;padding-top:160px;text-align:center;z-index:11;"\x3e\x3c/div\x3e\x3ciframe src\x3d"" style\x3d"width:100%;background-color:#f1f1e3;" frameborder\x3d"0" name\x3d"'+ +d+'" id\x3d"'+d+'" allowtransparency\x3d"1"\x3e\x3c/iframe\x3e',n=a.config.wsc_customLoaderScript||b+"//loader.webspellchecker.net/sproxy_fck/sproxy.php?plugin\x3dfck2\x26customerid\x3d"+a.config.wsc_customerId+"\x26cmd\x3dscript\x26doc\x3dwsc\x26schema\x3d22";a.config.wsc_customLoaderScript&&(k+='\x3cp style\x3d"color:#000;font-size:11px;font-weight: normal;text-align:center;padding-top:10px"\x3e'+a.lang.wsc.errorLoading.replace(/%s/g,a.config.wsc_customLoaderScript)+"\x3c/p\x3e");window._cancelOnError= +function(c){if("undefined"==typeof window.WSC_Error){CKEDITOR.document.getById(d).setStyle("display","none");var b=CKEDITOR.document.getById(h);b.setStyle("display","block");b.setHtml(c||a.lang.wsc.notAvailable)}};return{title:a.config.wsc_dialogTitle||a.lang.wsc.title,minWidth:485,minHeight:380,buttons:[CKEDITOR.dialog.cancelButton],onShow:function(){var b=this.getContentElement("general","content").getElement();b.setHtml(m);b.getChild(2).setStyle("height",this._.contentSize.height+"px");"function"!= +typeof window.doSpell&&CKEDITOR.document.getHead().append(CKEDITOR.document.createElement("script",{attributes:{type:"text/javascript",src:n}}));b=a.getData();CKEDITOR.document.getById(g).setValue(b);e=window.setInterval(c(this,k),250)},onHide:function(){window.ooo=void 0;window.int_framsetLoaded=void 0;window.framesetLoaded=void 0;window.is_window_opened=!1},contents:[{id:"general",label:a.config.wsc_dialogTitle||a.lang.wsc.title,padding:0,elements:[{type:"html",id:"content",html:""}]}]}}); +CKEDITOR.dialog.on("resize",function(a){a=a.data;var c=a.dialog;"checkspell"==c._.name&&((c=(c=c.getContentElement("general","content").getElement())&&c.getChild(2))&&c.setSize("height",a.height),c&&c.setSize("width",a.width))}); \ No newline at end of file diff --git a/public/assets/ckeditor/plugins/xml/plugin.js b/public/assets/ckeditor/plugins/xml/plugin.js new file mode 100644 index 0000000..fa506bb --- /dev/null +++ b/public/assets/ckeditor/plugins/xml/plugin.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +(function(){CKEDITOR.plugins.add("xml",{});CKEDITOR.xml=function(c){var a=null;if("object"==typeof c)a=c;else if(c=(c||"").replace(/ /g," "),"ActiveXObject"in window){try{a=new ActiveXObject("MSXML2.DOMDocument")}catch(b){try{a=new ActiveXObject("Microsoft.XmlDom")}catch(d){}}a&&(a.async=!1,a.resolveExternals=!1,a.validateOnParse=!1,a.loadXML(c))}else window.DOMParser&&(a=(new DOMParser).parseFromString(c,"text/xml"));this.baseXml=a};CKEDITOR.xml.prototype={selectSingleNode:function(c,a){var b= +this.baseXml;if(a||(a=b)){if("selectSingleNode"in a)return a.selectSingleNode(c);if(b.evaluate)return(b=b.evaluate(c,a,null,9,null))&&b.singleNodeValue||null}return null},selectNodes:function(c,a){var b=this.baseXml,d=[];if(a||(a=b)){if("selectNodes"in a)return a.selectNodes(c);if(b.evaluate&&(b=b.evaluate(c,a,null,5,null)))for(var e;e=b.iterateNext();)d.push(e)}return d},getInnerXml:function(c,a){var b=this.selectSingleNode(c,a),d=[];if(b)for(b=b.firstChild;b;)b.xml?d.push(b.xml):window.XMLSerializer&& +d.push((new XMLSerializer).serializeToString(b)),b=b.nextSibling;return d.length?d.join(""):null}}})(); \ No newline at end of file diff --git a/public/assets/ckeditor/samples/css/samples.css b/public/assets/ckeditor/samples/css/samples.css new file mode 100644 index 0000000..43e5973 --- /dev/null +++ b/public/assets/ckeditor/samples/css/samples.css @@ -0,0 +1,1640 @@ +/** + * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ +@media (max-width: 900px) { + .global-is-mobile-hidden { + display: none !important; + } +} +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +menu, +nav, +section { + display: block; +} +body, +html { + margin: 0; + padding: 0; + font: 16px / 1.8 Arial, 'Helvetica Neue', Helvetica, sans-serif; + font-weight: 300; + color: #575757; +} +.grid-width-10 { + width: 10%; +} +.grid-width-20 { + width: 20%; +} +.grid-width-30 { + width: 30%; +} +.grid-width-40 { + width: 40%; +} +.grid-width-50 { + width: 50%; +} +.grid-width-60 { + width: 60%; +} +.grid-width-70 { + width: 70%; +} +.grid-width-80 { + width: 80%; +} +.grid-width-90 { + width: 90%; +} +.grid-width-100 { + width: 100%; +} +@media (max-width: 900px) { + .grid-width-10, + .grid-width-20, + .grid-width-30, + .grid-width-40, + .grid-width-50, + .grid-width-60, + .grid-width-70, + .grid-width-80, + .grid-width-90, + .grid-width-100 { + width: 100%; + } +} +*[class*="grid-width"] { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + padding-left: 4%; + padding-right: 4%; + float: left; +} +*[class*="grid-width"]:after, +.grid-container:after, +*[class*="grid-width"]:before, +.grid-container:before { + content: ''; + display: block; + overflow: hidden; + visibility: hidden; + font-size: 0; + line-height: 0; + width: 0; + height: 0; +} +*[class*="grid-width"]:after, +.grid-container:after { + clear: both; +} +.grid-container { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + margin-left: auto; + margin-right: auto; +} +.grid-container-nested *[class*="grid-width"]:first-child { + padding-left: 0; +} +.grid-container-nested *[class*="grid-width"]:last-child { + padding-right: 0; +} +@media (max-width: 900px) { + .grid-container-nested *[class*="grid-width"]:first-child { + padding-left: 4%; + } + .grid-container-nested *[class*="grid-width"]:last-child { + padding-right: 4%; + } +} +.header-a { + min-height: 140px; + overflow: hidden; +} +.header-a .header-a-logo { + margin: 40px 0 0; +} +@media (max-width: 900px) { + .header-a .header-a-logo { + text-align: center; + } +} +.header-a .header-a-logo img { + border: transparent; +} +.navigation-a { + height: 30px; + background: #3d3d3d; + position: absolute; + left: 0; + right: 0; + top: 0; + padding: 0; + overflow: hidden; +} +@media (max-width: 900px) { + .navigation-a { + text-align: center; + } +} +.navigation-a ul { + list-style: none; + margin: 0; + overflow: hidden; +} +.navigation-a ul li, +.navigation-a ul li a { + display: inline-block; +} +@media (max-width: 900px) { + .navigation-a ul { + width: auto; + text-overflow: ellipsis; + white-space: nowrap; + display: inline-block; + float: none; + } + .navigation-a ul:before, + .navigation-a ul:after { + display: none; + } +} +.navigation-a ul.navigation-a-left { + text-align: left; +} +@media (max-width: 900px) { + .navigation-a ul.navigation-a-left { + padding-right: 0; + } +} +.navigation-a ul.navigation-a-right { + text-align: right; +} +@media (max-width: 900px) { + .navigation-a ul.navigation-a-right { + padding-left: 23px; + } +} +.navigation-a ul li + li { + margin-left: 23px; +} +.navigation-a ul li a { + font-size: 10px; + font-size: 0.625rem; + line-height: 18px; + line-height: 1.13rem; + line-height: 30px; + float: left; + color: #dddddd; + font-weight: bold; + text-decoration: none; + text-transform: uppercase; +} +.navigation-a ul li a:hover { + cursor: pointer; + color: #ffffff; +} +.icon-navigation-a-github:before, +.icon-navigation-a-github:after { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAAXNSR0IArs4c6QAAAa9JREFUOBGNlM8rRGEUht0pDGosjKYZpUSIkuwsiCaxUEqK2VOUBcrWv2BjxUJho6wsLLDzY2fhD5iR5NeOcJvIjOfM3O927m3mmlPPnPec835nZprvjlVVJvL5fCOjMWiDCLzCLVxZlpUj/x8saYV9+IZS8UJzFWoCt2GYgk+oJG4wJUouZDANv5VsUZ47dNSzkEYHfIDEHixDWgoiB/rTHlPPwBNInPmXHRb7hdeUDFG10AN1Th1Fd5mD6BMwMVnoUyVA3t3EkjkQlDFfmwPkc7NsQTXf0bGgJWaGb16dk18+EmLYawzkC+6Q3KdK4kiZqtGdskx/kmdlCJS86RuGrDLFZJmtGi1KB0q+VhOGsDLZsiyjGsOY4qoOkrO+YUauwCDoOKWo9xk9JfM+MPdSzqZdA8UlyDO3AvKLPsIG9LsmBHUKduEHdCy6PrpJZyKXdwKMOemaissOHJ9O9xTeh57GluMYIsehWy8STW/d8ZhkI0b9PjFasA1fsAOb0KCN1PLXYyKLGNdzj2YYArnZDyDRrA3Ua4UuDzd5QM/KaoxhmAO5Om5Qt8OI2/CJP6MVa1dvltQ5AAAAAElFTkSuQmCC"); +} +.navigation-b { + text-align: right; + margin: 52px 0 0; + overflow: visible; +} +@media (max-width: 900px) { + .navigation-b { + text-align: center; + margin-top: 20px; + padding: 0; + } +} +.navigation-b ul { + padding: 0; + list-style: none; + margin: 0; + overflow: visible; +} +.navigation-b ul li, +.navigation-b ul li a { + display: inline-block; +} +@media (max-width: 900px) { + .navigation-b ul { + display: table; + width: 100%; + padding-bottom: 1.5em; + } +} +@media (max-width: 900px) { + .navigation-b ul li { + display: table-row; + } +} +.navigation-b ul li + li { + margin-left: 20px; +} +@media (max-width: 900px) { + .navigation-b ul li + li { + margin-left: 0; + } +} +.navigation-b ul li a { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + text-transform: uppercase; + text-decoration: none; + outline: none; +} +@media (max-width: 900px) { + .navigation-b ul li a { + width: 100%; + -webkit-border-radius: 0; + -webkit-background-clip: padding-box; + -moz-border-radius: 0; + -moz-background-clip: padding; + border-radius: 0; + background-clip: padding-box; + } +} +.footer-a { + font-size: 13px; + font-size: 0.8125rem; + line-height: 23.4px; + line-height: 1.46rem; + padding-top: 2.25em; + padding-bottom: 2.25em; + overflow: hidden; + color: #8a8a8a; +} +.footer-a a { + color: #27c0d8; + text-decoration: none; + border-bottom: 1px dotted #27c0d8; +} +.footer-a a:hover { + color: #23adc2; +} +.footer-a p { + margin: 0; + display: inline-block; + text-align: center; +} +.content { + font-size: 14px; + font-size: 0.875rem; + line-height: 25.2px; + line-height: 1.57rem; + overflow: hidden; + padding-top: 1.5em; + padding-bottom: 1.5em; +} +.content p { + margin: 0.75em 0; +} +.content ul, +.content ol, +.content pre, +.content blockquote, +.content textarea:not([class^="cke"]), +.content .cke { + margin: 1.875em 0; +} +.content code, +.content kbd { + -webkit-border-radius: 3px; + -webkit-background-clip: padding-box; + -moz-border-radius: 3px; + -moz-background-clip: padding; + border-radius: 3px; + background-clip: padding-box; + padding: 3px 4px; +} +.content pre, +.content code, +.content kbd, +.content blockquote { + background: #f5f5f5; +} +.content blockquote, +.content pre { + background: none; + border-left: 4px solid #27c0d8; + padding: 1.5em 2.25em; +} +.content p a, +.content ul a, +.content ol a, +.content blockquote a, +.content h1 a, +.content h2 a, +.content h3 a, +.content h4 a, +.content h5 a { + color: #27c0d8; + text-decoration: none; + border-bottom: 1px dotted #27c0d8; +} +.content p a:hover, +.content ul a:hover, +.content ol a:hover, +.content blockquote a:hover, +.content h1 a:hover, +.content h2 a:hover, +.content h3 a:hover, +.content h4 a:hover, +.content h5 a:hover { + color: #23adc2; +} +.content h1, +.content h2, +.content h3, +.content h4, +.content h5 { + color: #000; + font-weight: 100; +} +.content h1 code, +.content h2 code, +.content h3 code, +.content h4 code, +.content h5 code, +.content h1 kbd, +.content h2 kbd, +.content h3 kbd, +.content h4 kbd, +.content h5 kbd { + font-size: inherit; +} +.content h1 a.content-heading-anchor, +.content h2 a.content-heading-anchor, +.content h3 a.content-heading-anchor, +.content h4 a.content-heading-anchor, +.content h5 a.content-heading-anchor { + font-weight: 100; + vertical-align: middle; + opacity: 0; + border: 0; +} +.content h1:hover a.content-heading-anchor, +.content h2:hover a.content-heading-anchor, +.content h3:hover a.content-heading-anchor, +.content h4:hover a.content-heading-anchor, +.content h5:hover a.content-heading-anchor { + opacity: 1; +} +.content h1:target a, +.content h2:target a, +.content h3:target a, +.content h4:target a, +.content h5:target a { + -webkit-animation: targetLinkOpacity 0.5s linear alternate; + -moz-animation: targetLinkOpacity 0.5s linear alternate; + -o-animation: targetLinkOpacity 0.5s linear alternate; + animation: targetLinkOpacity 0.5s linear alternate; + opacity: 1; +} +.content input, +.content select, +.content textarea:not([class^="cke"]) { + -webkit-border-radius: 3px; + -webkit-background-clip: padding-box; + -moz-border-radius: 3px; + -moz-background-clip: padding; + border-radius: 3px; + background-clip: padding-box; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08); + font: inherit; + color: inherit; + border: 1px solid #d9d9d9; + padding: .2em .5em; +} +.content input:focus, +.content select:focus, +.content textarea:not([class^="cke"]):focus { + border-color: #66afe9; + outline: 0; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px #93c6ef; + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px #93c6ef; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px #93c6ef; +} +.content abbr { + border-bottom: 1px dotted #666; + cursor: pointer; +} +.content blockquote { + font-style: italic; + font-family: Georgia, Times, "Times New Roman", serif; + font-size: 16px; + font-size: 1rem; + line-height: 28.8px; + line-height: 1.8rem; +} +.content em { + font-style: italic; +} +.content h1 { + font-size: 36px; + font-size: 2.25rem; + line-height: 64.8px; + line-height: 4.05rem; + margin: 1.125em 0 0; +} +.content h2 { + font-size: 27.2px; + font-size: 1.7rem; + line-height: 48.96px; + line-height: 3.06rem; + margin: 0.9em 0 0; +} +.content h3 { + font-size: 24px; + font-size: 1.5rem; + line-height: 43.2px; + line-height: 2.7rem; + font-weight: 500; + margin: 0.75em 0 0; +} +.content h4 { + font-size: 19.2px; + font-size: 1.2rem; + line-height: 34.56px; + line-height: 2.16rem; + font-weight: 500; + margin: 0.75em 0 0; +} +.content h5 { + font-size: 17.6px; + font-size: 1.1rem; + line-height: 31.68px; + line-height: 1.98rem; + font-weight: 500; + margin: 0.75em 0 0; +} +.content hr { + border: 0; + border-top: 4px solid #d9d9d9; + margin: 1.5em 0; +} +.content input[type="text"] { + height: 1.8em; + line-height: 1.8em; +} +.content input[type="button"] { + -webkit-appearance: button; + -moz-appearance: button; + appearance: button; +} +.content kbd { + font-size: 12px; + font-size: 0.75rem; + line-height: 21.6px; + line-height: 1.35rem; + font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; + padding: 2px 6px; + -webkit-box-shadow: 0 0 4px #ffffff inset, 0 2px 0 #d9d9d9; + -moz-box-shadow: 0 0 4px #ffffff inset, 0 2px 0 #d9d9d9; + box-shadow: 0 0 4px #ffffff inset, 0 2px 0 #d9d9d9; +} +.content p img { + vertical-align: middle; +} +.content p pre { + padding: 1.5em; +} +.content pre { + padding: 0; + border: 0; + tab-size: 4; + -o-tab-size: 4; + -moz-tab-size: 4; +} +.content pre, +.content code { + font-size: 11.89px; + font-size: 0.743rem; + line-height: 21.4px; + line-height: 1.34rem; + font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; +} +.content pre a, +.content code a { + border: 0; +} +.content pre code { + padding: 0.75em; + display: block; +} +.content strong { + color: #000; +} +.content ul ul, +.content ol ul, +.content ul ol, +.content ol ol { + margin: 0.75em 0; +} +.content ul li, +.content ol li { + font-size: 14px; + font-size: 0.875rem; + line-height: 30.24px; + line-height: 1.89rem; +} +.content textarea:not([class^="cke"]) { + width: 100%; +} +.content div.todo { + border: 2px dotted #444; + padding: 10px; + margin: 60px 0 10px 0; + /* Remove me some day */ +} +.content div.todo:before { + content: "TODO"; + font-weight: bold; +} +body a.button-a, +body button.button-a, +body input.button-a { + -webkit-border-radius: 3px; + -webkit-background-clip: padding-box; + -moz-border-radius: 3px; + -moz-background-clip: padding; + border-radius: 3px; + background-clip: padding-box; + font-size: 14px; + font-size: 0.875rem; + line-height: 25.2px; + line-height: 1.57rem; + height: 36px; + line-height: 36px; + padding: 0 1.1em; + font-weight: 700; + color: #3e3e3e; + white-space: nowrap; + text-decoration: none; + display: inline-block; + cursor: pointer; + border: 0; + vertical-align: middle; + margin: 1px 0; + background: transparent; +} +body a.button-a.icon-pos-left, +body button.button-a.icon-pos-left, +body input.button-a.icon-pos-left { + padding-left: .8em; +} +body a.button-a.icon-pos-right, +body button.button-a.icon-pos-right, +body input.button-a.icon-pos-right { + padding-right: .8em; +} +body a.button-a.button-a-no-text, +body button.button-a.button-a-no-text, +body input.button-a.button-a-no-text { + -webkit-border-radius: 100px; + -webkit-background-clip: padding-box; + -moz-border-radius: 100px; + -moz-background-clip: padding; + border-radius: 100px; + background-clip: padding-box; + width: 36px; + padding: 0; + text-indent: -999px; + overflow: hidden; + position: relative; + text-align: center; +} +body a.button-a.button-a-no-text:before, +body button.button-a.button-a-no-text:before, +body input.button-a.button-a-no-text:before { + position: absolute; + left: 50%; + top: 50%; + margin: -9px 0 0 -9px; +} +@media (max-width: 900px) { + body a.button-a.button-a-mobile-collapsed, + body button.button-a.button-a-mobile-collapsed, + body input.button-a.button-a-mobile-collapsed { + -webkit-border-radius: 100px; + -webkit-background-clip: padding-box; + -moz-border-radius: 100px; + -moz-background-clip: padding; + border-radius: 100px; + background-clip: padding-box; + width: 36px; + padding: 0; + text-indent: -999px; + overflow: hidden; + position: relative; + text-align: center; + } + body a.button-a.button-a-mobile-collapsed:before, + body button.button-a.button-a-mobile-collapsed:before, + body input.button-a.button-a-mobile-collapsed:before { + position: absolute; + left: 50%; + top: 50%; + margin: -9px 0 0 -9px; + } + body a.button-a.button-a-mobile-collapsed:before, + body button.button-a.button-a-mobile-collapsed:before, + body input.button-a.button-a-mobile-collapsed:before { + position: absolute; + left: 50%; + top: 50%; + margin: -9px 0 0 -9px; + } +} +body a.button-a:active, +body button.button-a:active, +body input.button-a:active, +body a.button-a:hover, +body button.button-a:hover, +body input.button-a:hover { + color: #fff; + background: #23adc2; +} +body a.button-a:focus, +body button.button-a:focus, +body input.button-a:focus { + border-color: #66afe9; + outline: 0; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #93c6ef; + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #93c6ef; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #93c6ef; +} +body a.button-a-soft, +body button.button-a-soft, +body input.button-a-soft { + background: #e7e7e7; +} +body a.button-a-soft:active, +body button.button-a-soft:active, +body input.button-a-soft:active, +body a.button-a-soft:hover, +body button.button-a-soft:hover, +body input.button-a-soft:hover { + color: #3e3e3e; + background: #cecece; +} +body a.button-a-background, +body button.button-a-background, +body input.button-a-background, +body a.navigation-b ul li a:hover, +body button.navigation-b ul li a:hover, +body input.navigation-b ul li a:hover { + color: #fff; + background: #27c0d8; +} +body a.button-a-background:active, +body button.button-a-background:active, +body input.button-a-background:active, +body a.button-a-background:hover, +body button.button-a-background:hover, +body input.button-a-background:hover, +body a.navigation-b ul li a:hover:active, +body button.navigation-b ul li a:hover:active, +body input.navigation-b ul li a:hover:active, +body a.navigation-b ul li a:hover:hover, +body button.navigation-b ul li a:hover:hover, +body input.navigation-b ul li a:hover:hover { + color: #fff; + background: #23adc2; +} +.balloon-a { + font-size: 12px; + font-size: 0.75rem; + line-height: 21.6px; + line-height: 1.35rem; + -webkit-border-radius: 3px; + -webkit-background-clip: padding-box; + -moz-border-radius: 3px; + -moz-background-clip: padding; + border-radius: 3px; + background-clip: padding-box; + border-bottom: 3px solid #d4d4d4; + background: #ebebeb; + display: inline-block; + white-space: nowrap; + padding: .4em 1.2em .2em; + font-weight: 700; + position: relative; + z-index: 1000; + text-transform: none; + color: #575757; +} +.balloon-a:hover { + color: #575757; +} +.balloon-a:before { + content: ''; + width: 0; + height: 0; + border-style: solid; + position: absolute; +} +.balloon-a-ne:before, +.balloon-a-nw:before { + top: -13px; + border-width: 0 9px 15.6px 9px; + border-color: transparent transparent #ebebeb transparent; +} +.balloon-a-se:before, +.balloon-a-sw:before { + bottom: -13px; + border-width: 15.6px 9px 0 9px; + border-color: #ebebeb transparent transparent transparent; +} +.balloon-a-nw:before, +.balloon-a-sw:before { + left: 20px; +} +.balloon-a-ne:before, +.balloon-a-se:before { + right: 20px; +} +.icon-pos-left:before, +.icon-pos-right:after { + content: ''; + display: inline-block; + width: 18px; + height: 18px; + vertical-align: middle; + background-repeat: no-repeat; +} +.icon-pos-left:before { + margin-right: 10px; +} +.icon-pos-right:after { + margin-left: 10px; +} +.icon-download:before, +.icon-download:after { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAQFJREFUOBGtVDESgjAQBGfobHwE/AIa/AN/8EEWfMWGZ+gDaG2ws8BdyY13SRgGcGducre3WQ5NSJIIxnGsES3ijhhcMCdXR7ZYCqIc0SGWQE1ud7sKjRLxXHJQfWpLYwaCk6wxET/u+U2GIngd8yRViINau28bBH/YAGqvSQPhRNQHqBqj3FY0NKq27TW7qhSTDaCOhkaRAj7Hmm8S4V+c6C+gUa+crsizuWmoc70MKbWCnqPy2GvcUJxE4a/sIajRaGkU+/sf4IuISQGePR/T/QMbHEhwPLVnMWPuOCwGnWg41dwVeaN3ccHch70idIRi/6WV0WC2/zMiZm661R+2DxyEdjTuST3mAAAAAElFTkSuQmCC"); +} +.icon-question-mark:before, +.icon-question-mark:after { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAUhJREFUOBGllLFOAkEQhjk0WthT2JFA7Czsqc7OxFLewEeAZ/AVbO0tTLTSBKhstTBUNkYLEoVAbD2//zILe5e9uwCT/JnZmX/+m83ebq0WsCRJYnANxmBhUKxcHGjJpiC1wQBUmTjtbLetKHTAT5WCVxe3kxEjoUmKRL6pvYEZyJt6VpOxCG3nmfyx+yJxBM7BFPg2SDlkTv2sxZqi4YnUvfgswI9FuHAkzz9EUTTRmqYeTifXsvoj/s9i57oi6ljz9kviFdyBCbgHe+rCn4C8jVXQ18rshuKOiTSIXwLkRZWQTurARJrE7wERpea7kD7BkcgB+yB3CFGlPmgqCNiXhEagSGif2qU1Ln8FW/tupK3pXhXZrWNDuCoikY/rHPMT5KFr2MAPTSM90rIrUjJIeq1WV0RTwN7+0rrtILb9M+LEbLq1H7Z/Ea3+RvBddl0AAAAASUVORK5CYII="); +} +.icon-close:before, +.icon-close:after { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAUlJREFUOBGllDFuwzAMRe3Cd+jYKUCzd/XkDtm9dsoVOuUqBnqBoodwgBwiW8ZsXTIWqPu+Iia0LMAoTOBbJEV+UZTkosjIMAwN6MARXCKky9dkUsYuglagB3OimNU4O1pM1OB7jsHNK7YekeFQJZ5kj/0LcnLA+RMnlHOvDMNv5wO7BFuQkn3hq0ALjKwPVeF4BSaqpLRy0T1ZIHFz75bE2BR8dBImqmBrwRplg09QmR/9GZyBSadAHauXCZkRROKURLlHEemepJIlIyhHotzLg1/N6erTxtmmvqA8muHGIbc1rTBqrEuwnqWnGbbmmz0hwaHtvM2QhWbrXZnosvnTWWPrdCY9w7cDJtf3h9VHjy5Zq9UZ08beyJh7Aicg6W/VYvgnIjJdNn9PMIOITJWcgnV9VvcnEitY/mitNFZZ/hsxsljdv39sfybRQ4R/kU0MAAAAAElFTkSuQmCC"); +} +.ie8 .switch > * { + vertical-align: middle; +} +.ie8 .switch input[type="radio"] { + margin: 0 0.25em; + display: inline-block; +} +.ie8 .switch label { + margin-left: 0 !important; + margin-right: 0 !important; +} +.ie8 .switch label[data-for="1"] { + float: left; +} +.ie8 .switch label[data-for="2"] { + float: right; +} +.ie8 .switch .switch-inner { + display: none; +} +.switch { + font-size: 14px; + font-size: 0.875rem; + line-height: 25.2px; + line-height: 1.57rem; + font-weight: bold; + background-color: #27c0d8; + overflow: hidden; + display: inline-block; + padding: 0.75em 0.25em; + color: #fff; + -webkit-border-radius: 3px; + -webkit-background-clip: padding-box; + -moz-border-radius: 3px; + -moz-background-clip: padding; + border-radius: 3px; + background-clip: padding-box; + position: relative; +} +.switch input[type="radio"] { + display: none; +} +.switch label { + position: relative; + z-index: 2; + float: left; + cursor: pointer; + padding: 0 0.75em; +} +.switch label:hover { + text-decoration: underline; +} +.switch .switch-inner { + float: left; + background-color: #FFF; + height: 1.5em; + width: 4.125em; + padding: 2px; + margin: 0 0.25em; + -webkit-border-radius: 5.5px; + -webkit-background-clip: padding-box; + -moz-border-radius: 5.5px; + -moz-background-clip: padding; + border-radius: 5.5px; + background-clip: padding-box; +} +.switch .switch-inner .handler { + overflow: hidden; + position: relative; + display: block; + height: 1.5em; + width: 1.5em; + background: #25b4cb; + -webkit-border-radius: 4.5px; + -webkit-background-clip: padding-box; + -moz-border-radius: 4.5px; + -moz-background-clip: padding; + border-radius: 4.5px; + background-clip: padding-box; +} +.switch .switch-inner .handler:before { + content: ''; + display: block; + position: absolute; + top: 0; + right: 0; + bottom: 3px; + left: 0; + background-color: #34c4da; + -webkit-border-bottom-left-radius: 4.5px; + -moz-border-radius-bottomleft: 4.5px; + border-bottom-left-radius: 4.5px; + -webkit-border-bottom-right-radius: 4.5px; + -webkit-background-clip: padding-box; + -moz-border-radius-bottomright: 4.5px; + -moz-background-clip: padding; + border-bottom-right-radius: 4.5px; + background-clip: padding-box; +} +.switch:hover .switch-inner .handler:before { + background: #45c9dd; +} +.switch input[data-num="2"]:checked ~ .switch-inner > .handler { + margin-left: auto; +} +.switch input[data-num="2"]:checked ~ label[data-for="1"] { + padding-right: 5.125em; + margin-right: -4.375em; +} +.switch input[data-num="1"]:checked ~ label[data-for="2"] { + padding-left: 5.125em; + margin-left: -4.375em; +} +.toggler { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.toggler label { + cursor: pointer; +} +.toggler [data-collapse] { + display: inherit; +} +.toggler [data-expand] { + display: none; +} +.toggler.collapsed [data-collapse] { + display: none; +} +.toggler.collapsed [data-expand] { + display: inherit; +} +.toggler-container { + overflow: hidden; +} +.toggler-container.collapsed { + height: 0; +} +.icon-toggler-expanded:before, +.icon-toggler-collapsed:before, +.icon-toggler-expanded:after, +.icon-toggler-collapsed:after { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAByCAYAAABeOoENAAAAAXNSR0IArs4c6QAAAbxJREFUaAXtmT1KBEEQhRdFQdBEMfQEBoaGopl3MfECXsFERLyBh/AUIuwJDEUQM//eB11Dz1A1uzotGFTBY2rr58306+kNpmazP7Z98V8Kj8JrAT4xcgttXRVXwofwFYAcNdS6RuJegOBTuBUOhc0CfGLkqKHWJeMuFDwJJ0Jk5Kihlp6esW4embuNkVgTNdTS09MMEbkDj76sUUsPvZ2xIwTRATsQuBuxGsTIYdSSo7cztpggwprdyKlJ8ImZUUuM3s48ol1lXwQjwydm5hINl2bF53KMCL82d2mR2GvqnBfg1+aKPbb9p+oGtYXbT1GTFxKiZkfEyHgy7x0y0clR454zSGpDMzaA3fzV30hNln4qkAqkAqlAKpAKpAKpQCqQCqQCqUAqkAqkAqlAKpAKpAKpQCrw3xWY/GGcz++TP9U3Gx40GWdEAxabXA33NBywRCOfdzFcCztDJv12Rz7REMpmIc9qPBNWK0J3COWNxegxIrs+KHZcyHpjsZUSXPaypcLtseJFS3tT84WwUZG4S4vEZkl3wl5FYK4rdrT9R9Y1uIbbT12TFxKiZkfEyCYfWojMJv+NGNGPr99GI9DP7P9TCgAAAABJRU5ErkJggg=="); +} +.icon-toggler-expanded.icon-light:before, +.icon-toggler-collapsed.icon-light:before, +.icon-toggler-expanded.icon-light:after, +.icon-toggler-collapsed.icon-light:after { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAByCAYAAABeOoENAAAAAXNSR0IArs4c6QAAAcVJREFUaAXtmT9KA1EQxhMlASE2SkpPkCJlStHOu3gGwRPYBAm5gYfwFBKwtrARRAh26vr7ljfx7TrLChtBcAa+zOSbPy/7vcTC6fV+04qimIArsALrBMXiJq1nUzQEc/AOmkw51QzdgUqAWyD7AEswA6MExeKUk6n2+zBInSJ7BKfuaZDKpRpcMa/UQUgTfWSd1jjEmlSTatXzpRlvJKJsacVtXrVlB72bWgjdiGwmEj8FOq1u4qapRprJVvkgXbFsZCTxomSqL4ssr0uQrY3TJ/AGjeFfVJlM8diaiCuDdlLiIfmNcP1+/wnu0hoVJ84oq7XeUhNXbE4dgPuEgU2Qh3PFbrx+Gs6E2hD/+tMJ3b+QadB2fiLZsG4/2poG3f6M5MMiDgVCgVAgFAgFQoFQIBQIBUKBUCAUCAVCgVAgFAgFQoFQIBQIBf66AiwLuv1jnAH/Zb/Go5abq/qdwvsLFhJNK583ctfg0Bnmrnwq+zVrYoDZM8E52M1yP9uvqcGmZP6O+CTl3LWYHdTm9yk4aCzilLZHe6XmAuzZEGL30ZrEpr64AUc2wDycK7a7X6P42BpzD+9fv4pIxn4tWznnwm0r/gQpiG1tFshTowAAAABJRU5ErkJggg=="); +} +.icon-toggler-expanded:before, +.icon-toggler-expanded:after { + background-position: top left; +} +.icon-toggler-collapsed:before, +.icon-toggler-collapsed:after { + background-position: bottom left; +} +.modal { + padding: 20px; + border-radius: 3px; + background-color: white; + max-width: 700px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + width: 80% !important; + top: 50% !important; + -webkit-transform: translate(-50%, -50%) !important; + -moz-transform: translate(-50%, -50%) !important; + -o-transform: translate(-50%, -50%) !important; + -ms-transform: translate(-50%, -50%) !important; + transform: translate(-50%, -50%) !important; +} +.modal-close { + -webkit-border-radius: 100px; + -webkit-background-clip: padding-box; + -moz-border-radius: 100px; + -moz-background-clip: padding; + border-radius: 100px; + background-clip: padding-box; + cursor: pointer; + height: 18px; + width: 18px; + position: absolute; + top: 10px; + right: 10px; + font-size: 17px; + text-align: center; + line-height: 19px; + background: #cccccc; +} +main .grid-container, +header .grid-container, +.navigation-a > div, +footer > div { + max-width: 968px; +} +.header-a { + margin-top: 30px; +} +.footer-a { + border-top: 1px solid #d9d9d9; +} +.adjoined-top { + background-color: #27c0d8; + color: #fff; +} +.adjoined-top .content h1, +.adjoined-top .content h2, +.adjoined-top .content h3, +.adjoined-top .content h4, +.adjoined-top .content h5 { + color: #fff; +} +.adjoined-top .content p { + font-size: 18px; + font-size: 1.125rem; + line-height: 32.4px; + line-height: 2.02rem; + font-weight: 100; +} +.adjoined-top .content p a { + text-decoration: none; + border-bottom: 1px dotted #fff; + color: inherit; +} +.adjoined-top .content p a:hover { + color: #e6e6e6; +} +.adjoined-top .content button { + color: #fff; +} +.adjoined-top .content strong { + color: #fff; +} +.adjoined-top .content code { + font-size: inherit; + color: #27c0d8; +} +.adjoined-bottom { + position: relative; +} +.adjoined-bottom:before { + z-index: -1; + content: ''; + background: #27c0d8; + position: absolute; + top: 0; + left: 0; + right: 0; + height: 50%; +} +main .grid-container, +header .grid-container, +.navigation-a > div, +footer > div { + max-width: 1052px; +} +main .grid-container.freed-width { + max-width: none; +} +.switch { + background: #25b4cb; + float: right; + overflow: visible; +} +.switch .balloon-a { + position: absolute; + top: -40px; + right: 50%; + margin-right: -15px; + background: #FFEFC1; + border-bottom-color: #DCDCA4; +} +.switch .balloon-a:before { + border-color: #FFEFC1 transparent transparent transparent; +} +#toolbar .editors-container { + overflow: hidden; + height: 0; + transition: height 200ms; +} +#toolbar .editors-container.active { + height: auto; +} +#main #editor { + background: #FFF; + padding: 2% 4%; + border: dashed 5px #27c0d8; +} +div.cke a.cke_button, +div.cke .cke_combo_button { + border-bottom: none; +} +div.cke a.cke_button.cke_combo_button, +div.cke .cke_combo_button.cke_combo_button { + border-bottom: 1px solid #a6a6a6; +} +#main .adjoined-top:before { + height: 335px; +} +#toolbar .adjoined-top:before { + height: 219px; +} +#toolbar .adjoined-top .grid-container-nested { + height: 147px; +} +.content .grid-switch-magic { + margin: 3.5em 0 0; +} +#info-box { + padding-bottom: 0; +} +#info-box > div { + width: 100%; + text-align: right; +} +#info-box > div .toggler { + padding-right: 0; +} +#info-box > div .toggler:hover { + background: transparent; + color: #000; +} +#info-box > div .toggler:hover > label { + text-decoration: underline; +} +#info-box > div h2 { + float: left; + margin-top: 0; +} +#info-box > div#instructions-container { + text-align: left; +} +#toolbarModifierWrapper { + overflow: hidden; + height: 0; + opacity: 0; + transition: height 200ms; +} +#toolbarModifierWrapper.active { + height: auto; + opacity: 1; +} +header { + overflow: visible; +} +header div.grid-container { + overflow: visible; +} +header .navigation-b { + overflow: visible; +} +header .navigation-b ul { + overflow: visible; +} +header .navigation-b a { + position: relative; +} +header .balloon-a { + position: absolute; + top: 48px; + left: 50%; + margin-left: -35px; +} +@media (max-width: 1140px) { + header .balloon-a { + left: auto; + margin-left: auto; + right: 50%; + margin-right: -35px; + } + header .balloon-a:before { + left: auto; + right: 22px; + } +} +@media (max-width: 900px) { + header .balloon-a { + display: none; + } +} +#toolbar .cke_toolbar { + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: default; +} +.some-toolbar-active .cke_toolbar { + zoom: 1; + filter: alpha(opacity=50); + -webkit-opacity: 0.5; + -moz-opacity: 0.5; + opacity: 0.5; +} +.cke_toolbar.active { + position: relative; + zoom: 1; + filter: alpha(opacity=100); + -webkit-opacity: 1; + -moz-opacity: 1; + opacity: 1; +} +.cke_toolbar.active:after { + content: ''; + display: block; + position: absolute; + top: 0; + right: 6px; + bottom: 5px; + left: 0; + -webkit-border-radius: 5px; + -webkit-background-clip: padding-box; + -moz-border-radius: 5px; + -moz-background-clip: padding; + border-radius: 5px; + background-clip: padding-box; + -webkit-box-shadow: 0px 0px 15px 3px #fff4b0; + -moz-box-shadow: 0px 0px 15px 3px #fff4b0; + box-shadow: 0px 0px 15px 3px #fff4b0; +} +.cke_toolbar.active .cke_toolgroup { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + border-color: #e3c300; +} +.cke_toolbar.active .cke_combo, +.cke_toolbar.active .cke_toolgroup { + position: relative; + z-index: 2; +} +.cke_toolbar.active .cke_combo_button { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +.unselectable { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.toolbar { + padding: 5px 0; + margin-bottom: 2.4em; + overflow: hidden; + background: #fff; +} +.toolbar button.button-a.cke_button { + cursor: pointer; + display: inline-block; + padding: 4px 6px; + outline: 0; + border: 1px solid #a6a6a6; +} +.toolbar button.button-a.hidden { + display: none; +} +.toolbar button.button-a.left { + float: left; + margin-right: 8px; +} +.toolbar button.button-a.right { + float: right; + margin-left: 8px; +} +.toolbar button.button-a .highlight { + color: #ffefc1; +} +.configContainer.hidden, +.toolbarModifier.hidden, +.toolbarModifier-hints.hidden { + display: none; +} +.toolbarModifier :focus, +.toolbar button:focus, +.configContainer textarea.configCode:focus { + outline: none; +} +div.toolbarModifier { + padding: 0; + overflow: hidden; + width: 100%; + position: relative; + display: table; + border-collapse: collapse; +} +div.toolbarModifier ::-moz-focus-inner { + border: 0; +} +div.toolbarModifier .empty { + display: none; +} +div.toolbarModifier.empty-visible .empty { + display: table-row; + zoom: 1; + filter: alpha(opacity=60); + -webkit-opacity: 0.6; + -moz-opacity: 0.6; + opacity: 0.6; +} +div.toolbarModifier .empty > p { + line-height: 31px; +} +div.toolbarModifier > ul { + padding: 0; + margin: 0; + border-top: 1px solid #cccccc; + width: 100%; +} +div.toolbarModifier > ul[data-type="table-header"] { + display: table-header-group; +} +div.toolbarModifier > ul[data-type="table-body"] { + display: table-row-group; +} +div.toolbarModifier > ul p { + padding: 0; + margin: 0; +} +div.toolbarModifier > ul > li { + display: table-row; +} +div.toolbarModifier > ul > li[data-type="header"] { + font-weight: bold; + user-select: none; + cursor: default; +} +div.toolbarModifier > ul > li[data-type="group"], +div.toolbarModifier > ul > li[data-type="separator"] { + border-bottom: 1px solid #cccccc; +} +div.toolbarModifier > ul > li[data-type="subgroup"] { + border-top: 1px solid #eee; +} +div.toolbarModifier > ul > li[data-type="subgroup"]:first-child { + border-top: none; +} +div.toolbarModifier > ul > li[data-type="group"].active, +div.toolbarModifier > ul > li[data-type="group"]:hover, +div.toolbarModifier > ul > li[data-type="separator"].active, +div.toolbarModifier > ul > li[data-type="separator"]:hover { + overflow: hidden; + z-index: 2; +} +div.toolbarModifier > ul > li[data-type="group"].active, +div.toolbarModifier > ul > li[data-type="separator"].active, +div.toolbarModifier > ul > li[data-type="group"].active:hover, +div.toolbarModifier > ul > li[data-type="separator"].active:hover { + background: #f0fafb; +} +div.toolbarModifier > ul > li[data-type="group"]:hover, +div.toolbarModifier > ul > li[data-type="separator"]:hover { + background: #fffbe3; +} +div.toolbarModifier > ul > li[data-type="separator"] { + background: #f5f5f5; +} +div.toolbarModifier > ul > li[data-type="separator"]:after { + content: ''; + width: 100%; +} +div.toolbarModifier > ul > li[data-type="separator"] > p { + padding: 2px 5px; +} +div.toolbarModifier > ul > li > p, +div.toolbarModifier > ul > li > ul { + display: table-cell; + vertical-align: middle; +} +div.toolbarModifier > ul > li p { + padding-left: 5px; + min-width: 200px; +} +div.toolbarModifier > ul > li p span { + white-space: nowrap; + cursor: default; +} +div.toolbarModifier > ul > li p span button { + font-size: 12.666px; + margin-right: 5px; + cursor: pointer; + background: #fff; + -webkit-border-radius: 5px; + -webkit-background-clip: padding-box; + -moz-border-radius: 5px; + -moz-background-clip: padding; + border-radius: 5px; + background-clip: padding-box; + border: 1px solid #bbb; + padding: 0 7px; + line-height: 12px; + height: 20px; +} +div.toolbarModifier > ul > li p span button:not(.disabled):hover, +div.toolbarModifier > ul > li p span button:not(.disabled):focus { + color: #fff; + background-color: #454545; + border-color: transparent; +} +div.toolbarModifier > ul > li p span button.move.disabled { + cursor: default; + zoom: 1; + filter: alpha(opacity=20); + -webkit-opacity: 0.2; + -moz-opacity: 0.2; + opacity: 0.2; +} +div.toolbarModifier > ul > li ul { + border-collapse: collapse; + padding: 0; + width: 100%; +} +div.toolbarModifier > ul > li ul li { + display: table-row; + list-style-type: none; + line-height: 1; +} +div.toolbarModifier > ul > li ul li[data-type="subgroup"] { + border-top: 1px solid #dddddd; +} +div.toolbarModifier > ul > li ul li[data-type="subgroup"]:first-child { + border-top: 0; +} +div.toolbarModifier > ul > li ul li[data-type="subgroup"] [data-type="button"] { + -webkit-border-radius: 3px; + -webkit-background-clip: padding-box; + -moz-border-radius: 3px; + -moz-background-clip: padding; + border-radius: 3px; + background-clip: padding-box; + padding: 0 2px; +} +div.toolbarModifier > ul > li ul li[data-type="subgroup"] [data-type="button"]:focus { + background: rgba(0, 0, 0, 0.04); +} +div.toolbarModifier > ul > li ul li[data-type="subgroup"] [data-type="button"] input { + vertical-align: middle; +} +div.toolbarModifier > ul > li ul li > p, +div.toolbarModifier > ul > li ul li > ul { + display: table-cell; + vertical-align: middle; +} +div.toolbarModifier > ul > li ul li ul { + padding: 0; +} +div.toolbarModifier > ul > li ul li ul li { + padding: 0; + display: inline-block; + cursor: pointer; + margin: 2px 5px 2px 0; +} +div.toolbarModifier > ul > li ul li ul li .cke_combo_text { + cursor: pointer; + white-space: nowrap; +} +div.toolbarModifier > ul > li ul li ul li .cke_toolgroup, +div.toolbarModifier > ul > li ul li ul li .cke_combo_button { + cursor: pointer; + margin: 0; + vertical-align: middle; + border: 1px solid #ddd; + font-size: 11.41px; + font-size: 0.713rem; + line-height: 20.54px; + line-height: 1.28rem; +} +div.toolbarModifier > .codemirror-wrapper { + overflow-y: auto; +} +div.toolbarModifier-hints { + float: right; + width: 350px; + min-width: 150px; + overflow-y: auto; + margin-left: 1.5em; +} +div.toolbarModifier-hints h3 { + font-size: 18.08px; + font-size: 1.13rem; + line-height: 32.54px; + line-height: 2.03rem; + padding: 0.36em 1.5em; + background: #f5f5f5; + border-bottom: 1px solid #dddddd; + margin-top: 0; + margin-bottom: 1.2em; +} +div.toolbarModifier-hints dl { + margin-bottom: 1.2em; + overflow: hidden; +} +div.toolbarModifier-hints dl .list-header { + font-weight: bold; + border: 0; + padding-bottom: 0.6em; +} +div.toolbarModifier-hints dl > p { + text-align: center; +} +div.toolbarModifier-hints dl dt { + float: left; + width: 9em; + clear: both; + text-align: right; + border-top: 1px solid #dddddd; + padding-left: 1.5em; + padding-right: .1em; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +div.toolbarModifier-hints dl dt code { + background: none; + border: none; + vertical-align: middle; +} +div.toolbarModifier-hints dl dd { + margin-left: 10em; + clear: right; + padding-right: 1.5em; +} +div.toolbarModifier-hints dl dd code { + line-height: 2.2em; +} +div.toolbarModifier-hints dl dd:after { + content: '\00a0'; + display: block; + clear: left; + float: right; + height: 0; + width: 0; +} +.toolbarModifier-hints, +.configContainer textarea.configCode, +.CodeMirror { + -webkit-border-radius: 3px; + -webkit-background-clip: padding-box; + -moz-border-radius: 3px; + -moz-background-clip: padding; + border-radius: 3px; + background-clip: padding-box; + border: 1px solid #ccc; + font-size: 13.01px; + font-size: 0.813rem; + line-height: 23.42px; + line-height: 1.46rem; +} +.configContainer textarea.configCode, +.CodeMirror pre, +.CodeMirror-linenumber { + font-size: 13.01px; + font-size: 0.813rem; + line-height: 23.42px; + line-height: 1.46rem; + font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; +} +.CodeMirror pre { + border: none; + padding: 0; + margin: 0; +} +.configContainer textarea.configCode { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + color: #575757; + padding: 10px; + width: 100%; + min-height: 500px; + margin: 0; + resize: none; + outline: none; + -moz-tab-size: 4; + tab-size: 4; + white-space: pre; + word-wrap: normal; + overflow: auto; +} +.CodeMirror-hints.toolbar-modifier { + padding: 0; + color: #575757; + font-size: 14px; + font-size: 0.875rem; + line-height: 25.2px; + line-height: 1.57rem; + font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; +} +.CodeMirror-hints.toolbar-modifier .CodeMirror-hint-active { + color: #575757; + background: #f0fafb; +} +.CodeMirror-hints.toolbar-modifier > li:hover { + background: #fffbe3; +} +/* Text modifier */ +#toolbarModifierWrapper { + margin-bottom: 1.2em; +} +#toolbarModifierWrapper .invalid .CodeMirror { + background: #fff8f8; + border-color: red; +} +#toolbarModifierWrapper .CodeMirror { + height: auto; + padding: 0 0.6em; +} +.staticContainer { + position: fixed; + top: 0; + width: 100%; + z-index: 10; +} +.staticContainer > .grid-container { + max-width: 1052px; +} +.staticContainer > .grid-container .inner { + background: #fff; +} +.staticContainer > .grid-container .inner .toolbar { + margin-bottom: 0; +} +#help { + position: relative; + top: -15px; + left: -5px; +} +#help-content { + display: none; +} +/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL25vZGVfbW9kdWxlcy9ja3NvdXJjZS1zYW1wbGVzLWZyYW1ld29yay9jb21wb25lbnRzL2dsb2JhbC9nbG9iYWwubGVzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9ja3NvdXJjZS1zYW1wbGVzLWZyYW1ld29yay9jb21wb25lbnRzL2NvcmUvY29yZS5sZXNzIiwiLi4vLi4vbm9kZV9tb2R1bGVzL2Nrc291cmNlLXNhbXBsZXMtZnJhbWV3b3JrL2NvbXBvbmVudHMvZ3JpZC9ncmlkLmxlc3MiLCIuLi8uLi9ub2RlX21vZHVsZXMvY2tzb3VyY2Utc2FtcGxlcy1mcmFtZXdvcmsvbm9kZV9tb2R1bGVzL2xlc3NoYXQvYnVpbGQvbGVzc2hhdC5sZXNzIiwiLi4vLi4vbm9kZV9tb2R1bGVzL2Nrc291cmNlLXNhbXBsZXMtZnJhbWV3b3JrL2NvbXBvbmVudHMvaGVhZGVyLWEvaGVhZGVyLWEubGVzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9ja3NvdXJjZS1zYW1wbGVzLWZyYW1ld29yay9jb21wb25lbnRzL25hdmlnYXRpb24tYS9uYXZpZ2F0aW9uLWEubGVzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9ja3NvdXJjZS1zYW1wbGVzLWZyYW1ld29yay9jb21wb25lbnRzL25hdmlnYXRpb24tYi9uYXZpZ2F0aW9uLWIubGVzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9ja3NvdXJjZS1zYW1wbGVzLWZyYW1ld29yay9jb21wb25lbnRzL2Zvb3Rlci1hL2Zvb3Rlci1hLmxlc3MiLCIuLi8uLi9ub2RlX21vZHVsZXMvY2tzb3VyY2Utc2FtcGxlcy1mcmFtZXdvcmsvY29tcG9uZW50cy9jb250ZW50L2NvbnRlbnQubGVzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9ja3NvdXJjZS1zYW1wbGVzLWZyYW1ld29yay9jb21wb25lbnRzL2J1dHRvbi1hL2J1dHRvbi1hLmxlc3MiLCIuLi8uLi9ub2RlX21vZHVsZXMvY2tzb3VyY2Utc2FtcGxlcy1mcmFtZXdvcmsvY29tcG9uZW50cy9iYWxsb29uLWEvYmFsbG9vbi1hLmxlc3MiLCIuLi8uLi9ub2RlX21vZHVsZXMvY2tzb3VyY2Utc2FtcGxlcy1mcmFtZXdvcmsvY29tcG9uZW50cy9pY29uL2ljb24ubGVzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9ja3NvdXJjZS1zYW1wbGVzLWZyYW1ld29yay9jb21wb25lbnRzL3N3aXRjaC9zd2l0Y2gubGVzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9ja3NvdXJjZS1zYW1wbGVzLWZyYW1ld29yay9jb21wb25lbnRzL3RvZ2dsZXIvdG9nZ2xlci5sZXNzIiwiLi4vLi4vbm9kZV9tb2R1bGVzL2Nrc291cmNlLXNhbXBsZXMtZnJhbWV3b3JrL2NvbXBvbmVudHMvbW9kYWwvbW9kYWwubGVzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9ja3NvdXJjZS1zYW1wbGVzLWZyYW1ld29yay9jb21wb25lbnRzL2Jhc2ljc2FtcGxlL2NvcmUubGVzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9ja3NvdXJjZS1zYW1wbGVzLWZyYW1ld29yay9jb21wb25lbnRzL2Jhc2ljc2FtcGxlL2Fkam9pbmVkLmxlc3MiLCIuLi8uLi9zYW1wbGVzL2xlc3MvY3VzdG9tLmxlc3MiLCIuLi8uLi9zYW1wbGVzL3Rvb2xiYXJjb25maWd1cmF0b3IvbGVzcy90b29sYmFybW9kaWZpZXIubGVzcyIsIi4uLy4uL3NhbXBsZXMvdG9vbGJhcmNvbmZpZ3VyYXRvci9sZXNzL2Jhc2UubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7O0FBc0RBLFFBSGlDO0VBeUNoQztJQUNDLHdCQUFBOzs7QUMxRkY7QUFBUztBQUFPO0FBQVM7QUFBWTtBQUFRO0FBQVE7QUFBUTtBQUFRO0FBQU07QUFBTTtBQUFLO0VBQ3JGLGNBQUE7O0FBR0Q7QUFBTTtFQUNMLFNBQUE7RUFDQSxVQUFBO0VBQ0Esd0JETitCLHVDQ00vQjtFQUNBLGdCQUFBO0VBQ0EsY0FBQTs7QUNIQSxZQUFZO0VBQ1gsVUFBQTs7QUFERCxZQUFZO0VBQ1gsVUFBQTs7QUFERCxZ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 */ diff --git a/public/assets/ckeditor/samples/img/github-top.png b/public/assets/ckeditor/samples/img/github-top.png new file mode 100644 index 0000000000000000000000000000000000000000..7b9cbb10fdd09f8db9c14c268d654c36c4c364bc GIT binary patch literal 383 zcmeAS@N?(olHy`uVBq!ia0vp^!ayv<!3-q(E{R41smuVM5LY1mpDy5!^x86@WlAMM ze!&cLC)-NLy#2C8w^b;;KJdpW^%qWz*IAa8i9IxX-<-WCr@y9sa|=-QVow*x5D7`w zgX~4k1`G@b7ke#geU!KS?tghnr$ZY~KfBp;(7?>U?E9J6vh>Mva&n!ameNi2P6c|6 ztHa*vK6_ueXY16sg#qkk%~2CpbMJONYng4c(c0B^@i&<&(X9_Jthgd&>9V#n>)^To z<+%@2L*p8}BU!gDUi&)n%Ub4Lx31nf^uQu@K4-+A(2cMD>YWyz5c4%>-xpIx&%Y1i hPt9r2OzFJJe@8}Wo=4@+)j;Pmc)I$ztaD0e0sv2I+6@2z literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/samples/img/header-bg.png b/public/assets/ckeditor/samples/img/header-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..a14166a8f5af8474352f9a22b63b06d9868665e6 GIT binary patch literal 13086 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 OfZRuA=~_wSkpBmZ6+5Q@ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/samples/img/header-separator.png b/public/assets/ckeditor/samples/img/header-separator.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4fb9b569c381b28e9edda2786f3fa2c67f73d2 GIT binary patch literal 123 zcmeAS@N?(olHy`uVBq!ia0y~yV15B)Gjgy2NneH*V<6?^>EaktaqG=RZ$1VE4(EeK z|D6}RPv}>iWq#W%w!zbA?(28A*dxE_&HVRP7O0$Ib4|u^?w{I`&&+iHf6%=Y&&0zp We;NOO*LmhWAZbrmKbLh*2~7Zl1Sr%1 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/samples/img/logo.png b/public/assets/ckeditor/samples/img/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..96d86e27c137e248693721e35485b590b7ab805e GIT binary patch literal 5891 zcmV+e7yRgnP)<h;3K|Lk000e1NJLTq005i-002A)1^@s6lcdw5000)sNkl<Zc-rlq z33L=yy2k+p5!nS135&=UAS9vFfk8k71yoSBpbjc34DRTtz@Re{9Tic?(#v>8M;-Nz zbDqyR<HjaCA`w{v+1KvudqM~y37hx*zgzcK-!8HToH5ir=R4h9Rb7>&e*C}f-l9#L z|KMPZwVe~~?ta_htQk{}WPWn%;mn*VhuuY!4`r@ecIZ(1Hs&x#OGijN>o6-W$N!F_ znXgQbb{9=MoWZ8TrX0#(lMlMtB-q5CTx`NYS8B-T><aTQW{xI}&`{Ryp4i;}vyNpx zG%F@MYUa@_Ha$9%-F_sK-3BArZiU?f;3RA}|Kw)BIe^!wjCtl?&>RiA$&f?o-R8vS zOq&y%`@!AEvd`UhEQ>+Wm=0Ss!Iq)G=GN7XV4DEw2)J<vTnEj+s5vee%NT2aZ$j4S z1@Sqn=f&sb+!LG4?vBZ3vtb0=ogBC<HbYUiX|P+RD+O?q0NF$V+jxTQM;8l*-I2<! zGXKJ+inV<@tN4Z`DFwfMFeQKYy$LyNetZs_7nj5405$?{c1#wV1<<_I4XQ@!Hccqo z6o96?QlW07Yy@2JkLk=Bl@9RIEaqSQG6Za8adDRw*~Pak&n$lT30FbQlC*sGP;wr- zKQWgrFu+FYhImaVo3|^KNrLW50h|ikZxnS40&ruaT(6sV;4*>i&v_-jujCi6Se;v% z`9fAPTb@zG02}*VS^--O*nXRo%R)G8*=#O=(_k|yTPB-v)H_KaTb7W^-f|bQb*>^7 zf@39c<DhJ$ZXCA#Y0MIpUPeEQc}H6Dcq^}Lz#B#7>1zr~*-N=4?8WS2_FQHWd&*r1 z*z(!KDf#RH0Jo4_DL|WBrz@3lTLznr_m3y$u{-hp{+Jvv^s{b1|9qZp$SC%>QXRN- z7VtwF3qFu|t$9~k>2MYmb$+v`tSS_+y$sk^<&?1Jp>9tDw#U*7*rTcW>_NbG9~5dn zl<fjns;C<Q_CanLi#b`%&H*ZdtNiR)wm2@AEs4)%^Ki_4$FkX;vP!=1;n*A=w@Gyi z1Z)Hxz?)^>nN~X17MCx5t+0&!DX*0Mfx}iLTxlU&3UynY;vKimjT5lJLSV1MO>QYU z$%@aM(bX&YR1Nzi?>Mt%max<3&vU?JqCi>c6uh1Qh&%8-f(>qz1@6~i8?%or^$YXP zw9@f<QTZFM<d?G5<VpeCvv8$P^0<v$X&zgYl*i*X?n(jJQ_1=4L%?+GWEDFrRIKXU zIkvC7lC6iE41wxR)w9wJ_E~;8JCEZQLfO<3$RAS+m=i!s*aG2B0U8Hx^!KUE>^ij4 z@oLfW#T2)#5OJH)l~M`hDS)@Jq=FTmKBLEBxix3lmqjPoOKFAdF1X6Nx(V|U%MqA| zPMl)5A9l0xfQ{@P95)g0QQStZ)L*EZA8ZtW8?`@eh<SHf;Rr>-uu8bnXW&X77qC$Y z<UY94e*r2|D2mBQ)joi_JqFd2aT_HGGYqh4^)^p8!I4$UAw3KCnp<<)OBo+We8*ks z4<6V??oDC7-={uh-ksJ69AoWP<dmFSo>9n4AWNwPl0qerJQkUwfpQS)v;?221fq5m zW(we@8(LT7N(nfvSBkg|O7{DteD-DG3HBZ0wvUlmIN(mp&YWc#RW)4Q{NPT>l@f5i zdsEqneW{6Nd8CyNxYCbh3FHx|+oGgg?n<Ko8mUl7T(*Es%Si941-5ChSJDgF(TXZ& z&nn?6$7g|1pY$hBy-m$Z-*FXlpcg<HNAJ^M8wne+Cxs1zSq|lOGVe|+9M5DH-sV*T zfh(ofRZL|y%cwqGN9#(s(rAw>O~CQwGAT2SJ6X-<A%62}T`2`#N)+xsoXLTU%qa1| z26sAquLj(RJ!uonyVDBCvh=cUS_vedyV3=so3O3)Bv-gOiYt|^s~NQ<2}zYTY%`Jz zs=1ZIT^1q9xEIHIwXXK3=>=X&5;Ch!vm+;}IBdQgxKs|?klo2_=&qCq^X|05L9x=K zDfxMeMC)q4sJGcg47Un#of@~vUa5@RWTLRSxPs*)d!>5YLL5uL9S3*|aJ*N67r@E5 z?bDnxo|KHow&B8+4wb;|POdcLxK=vgN>|^Tpt(|ljk*aB!?jW&_X}jIcOLb)(z;3@ z>)cvQ_7J{Hu9SMF6=%=#l88ldrD_ReX{^@vT9KHq14pn8-j&R5B-`%lW8R(C2wXw| z&2QtdQGs`kXkDeAs^M{*nw1i4Ub8?BY9)}_*hgyhcVwY*7RXz!A`aBcDFt5L1euZg zL***rw!c9JD`C4y05@nSfZLrKV&0wB7{@Wzex7K|%hnYo3I8Z4*HjDJy|dEH3+K4~ z<YrOjr&u}M=ydEOH%iGuJQ9c!xYvmQP%nXqnwu{Ygl)wq`FDozCg4(ZbsM-Ni4EM9 zvdz3Zt#kmmoyJ)p%aOGbaE|QK3+A{<*d{A|Qi|QqAWNm18)c;y#Ab_*Wpm~GEbllk z@X8Vh!A42K%gF`&8Vdoj4%^NoHUQ?cJ&9Q^!HTXiW5(PV5EL}UKR9^q7^`)r-`KGh zA0MBq)ni6kECT|Ag6^RG^_=Po+E2&P`FL$JG_+$_SXj^cEHu>FxydzCoHyKVe|dw$ zF-&fYu-j)mW3&A_XGzbE%et?&Ss;{g9-!9LkqakON@crQtV^I0$cIP-DE4~<@tI5# z{x`pzcPm104zCgj-000vLIUpHj1mspAlLw?TYp$T05@QJ>d1@n`;8twx=*0h`W7rJ zFgTbQEx>B6fxRb>$NMM6zH@b)vMrAJyZkQTok1G`#fy;+C#%mQ?2aa{-+0qz>&?IG zaNJIxBO@b+;`5nEyW>suxR8*LD*)$}mztL_yFDn};dmau?-YRlByC&2-Z2oL?`WLD zC1mtfVdHTd6m3gM1*<uKj@=oZ=>?nWN+;+ODqY-l<|6J(uB>JjG3AK1kz0+asN(UP zR5zZL!i~mNRI?<wUW(fYHZmXB4cijg4cn7ewph`Eg60PV2UjR?RRX+&c>NTw|HSJ) z0o=C60*CE(zTav+gY(}lw@cu{ZO(^b_t$2)K_M*#PFyQ={rdI2<Y&6!*dM*lX7l+a zL@L7Oe1X3@93SByfCazTl1RJ#*+!Q~X2)dL@af`EHaVd(R0RI3QwzL$rP``1muJ-# z?<Tn5N?q)^M9meyjql31ZFO=!-?jz`gjBboNDwGdu)9n6z6n31!<8m;S4!&E7r^!1 zmYmg+@`!&>(1W^?S*;}iZ!xKp@wg#FhI9pF*2VybbG#w<;k_3;61aEXdFPsod2?$6 z?g9YdV(FM)95|cvcTl_MA{~y!5jMy2MxOw%+0|876t~grT^^Seolw>$$Tg)du5NPL zk*v2-8Dw|qNuGgDJ>ceX8zl+{kyKD^ZXDdKgzY9M++5LhSe=;9T`5<$?TH+?KHnv> zA)8XWHp`8U9qS8lP776w4h#(J-PrHe1sq)GDsjH^{#NS)#_wHDz=hjvcZuJ5Dr^pZ z=j*~EoiiJKg4sv&Ch~flfK4U|)WD~rt}KCg)|3j^4!8`(-86OwTy8ah+gwz^-6+Lv zv#^ce{Q@x^Wuye#jUrJXm%F{V0?L-C!*)IFy6+NLpB+h4oAU>O`uv}O<}8#huu0#o z1vn_=69TrMaqgwH-h}1@*EY;%n+~8>K`H(Rao&d%Bfb5$^ZGh~Ya3~I{t4H+SzLEc zgx&eBIOY{n8ZwIYjMw2{+MR#E@t-0FwBb5S-?rIqssrNr;Wo#k^nRV)enYt3xenjm zjTp|a<@LB@1=q-hFlsl!mQ^B(x;eTly;+Id<U$yWSeqcb3APNa7`z1Eqt+F<(f6}T zc~Y_PNS0o2qpb9cymAicV0=d0ro+~ID{NcB2TlE5MvWTPnc^z}$X}Was{uGtGXjma z0p6$U{8!%$;KIV3LjcJhEvay1;Pq>K{yxIttibzfobwqYaFiVI<L&mxIYbU;5<ZuU zq@)y|i^;+w9rwuV@I=Gz+$*nx<GzyDiLlvE1JFMj6An6tejZ8^_&Mp^cKdr5t<5zv zIxAJ31wz2dg)r}CmwG*(f#NpRm5vp~T^Y9p{E*7rRW;0gs)qTAxNQtx^N>_fl5o?m zBrQ<@a8HV^!y<rqJ$I!E8gOu_*KSQXgFi&OCdF>Z8kHnrQA>aeuvq4hO7e3B1+A#p z%`_3Xh=_>cxQUfenlvcfBtt3WN&vD3`_FP^sT;TkU21rExG(md!uM09D(ZFEWy{(F zwpZyo0P)LOfZNIcA=n%ay6#2w%QKH<E>~xPX!F}LSVq-p7L6=ZCJJ&E2qg+sZ<DUn zIHB@U0c(W2SacIo*b{Nuwm%~g83^DgZu7-<nxy#=6i`#QM6PatjrH6D+Zx-yiOIsF z61b+iQx!PwK9RwS_u&o3H3B$N3&60_XyK8L2h|b=Ksx|)h1zUg>yDM23-ppoGk_y- zsT4y{uUogSOPxv^=~yVv`G^5Hy7t$XBoLgHkUdnNP<hDnq@&OBkMr5O)I}I?SW~Jm zgb`~K{FM1^G@)`65)N{gQ*itc5x4CsK~iz{91HqBO-~Y{$|_kFz?QC*!v^cVIUes5 z7dHu*prGd@aHFl({w)Cxt~r;#4-R(uS}c7V0~~H{No|H3_?;1?hzQ5z29?n6_-Av0 z!}fc5sm7pewO_~iIn*rQ2wanrfu@WQ#;%aARGq#1v?z7F3{}$9O)G(@tFB~Y-qTIc zrW{SgF((1nPCzER36lV4wdkYDMB%lRLVk^jI8U$dG-c}n>jvPuZHYh7#Drn71a6Gg zI;|xx)z4z_!{_6ov=S2#5YYW%xKt|IsyDaZV;zpU%>_;i^c}g4%RIGz1e73nfODL@ z=&n>9Q;%eR#bFZ}DcNMWQJVd+37MpE_O9wmjk9;<ERZ+SG?<nlRvWZaEAFmO*J^xs zAtvmLL?IZk79ty-7UkmV)?-UNS2qH#%cgiLk2JcCGiL1ANxDl74t}PkNrRu&IvMY) zh3f4yw!)eN9B$?}s^T@2STtMV9FC2EW^-e%L#;EeXvmm#;Ovg%OIlyK^+?v;@<~Tp z>q;wuY=c74T7+@RgvvmDLZ!AYfq)ySsGE%2hQSh%DC8hvphi8#Z9@Sb)#d(`U(V}o zT9V*#rBdCxZqk73zA3)(v6#iuUhghgt<*}oq9wqIL}V`2-vo5uVAGW?1J3z3WPZmQ z1wv%xgcbnz5t5H1jRG5q3wOWa&HxD<WwMtPxG9J7dU03!lV>3exzRO3rKnG8xgaY| zQ(#Ns-2^$IQcgLdUMiJDUP~zuz0yQpdrL<aOTZCqy?Bxk?|}{0c~cy_W@8*)<6mu} zTMbjX3@@}4I04<`diEO}{IRiX(Int(&Zj9etS^vP;QW0<z)@e5wo!}A+jZNYrLsq3 zCJl(6pQ-{Kbl{-GmlQZEkKA%Fqg+)t0&Y4~k7j<npIz#iP$?ELdzSfW>NZ^TN!0=` zl|Y`LS{?u;*nD7AGKo1+#k100N><ukz(&dj&{!t`*J)E+NmJTf!z`9wfFef#QVm$1 zZ>-YQ*V^*8T3^*c4hq`PT;QnKikn&0P+f~E_*4UH2)M8?$0${uyy|ZbXEhau>-~A& zc3!U~HqL(=>u{I6Z2{QU>d$bKtFB<QGApsNS}*RB$qAL}LKtdYado34VP`Ur+hhrZ zvQpaikDM~Dm{fzKthASi+eqEILe-?Y5o}j~8_PO=i)~xtdp4<YZ?TL8bfrp7E}9Cr zlt}pd`}d;^7RQXk_7{=au54`c9{c~Q#E7e!TZhwnki3ktqPAKi1@F9AYj?OB0&eZv zwLJjHdFmY0a-HWnjCifBmmC%r)(_v^M}^(+@bJFBIB-*rWCcw)pg#^(2hN^Z!rkKS zfYIYh(}c1aT<NZ4uQ_g$kqoR!E?|2Q3)1Q?Qp-1xnTq1>g|2j?=1K{;jsWf|0N453 zSl=dh9W0gsG!vw@X-QsFl!Al*-B{pADd~7c>6Uoa;T(=g*!sGR3b9J7$&T;*tle<? zlaZ0miHN0Ui(>3?>LQS8H3XcVAn+25eI?HIKtx1@Rn+3zLAjj#I@Ddjb*M~2*TL&+ zbREi=!)><PYU?yydf?pdj>accTHrz#9?jya^cvzh?*+^$7t8_~4toH{|1GPOx!^kG zqavu&KnrMQBKeTYroo29V2dY7@P;jxb@(Qhb^AK$#^(M`ql1Hk0MeTPWG`ORN%>&e zu%p=a2^3Cm0|B6iggeft>wJR-4eE&4aEm<7-(s1Fxa=_ilGBhG<1F0xTZF<?dWyWx zLV&Rruymr<7H>a^nw==-o~LP0Mn&Y=uhtf0#@QQ4K5jK$2Y_Zr+8poG<j`8mF<%1I z&wh!?0Br!<5lz`#`ZL_fl_tTZ(t3w6h5|32PzfkkCl#=*NCv2|OMsD*9Xx)DtxGFn zxBuwoodmU4>J_)ah3awJx8zFWxGN>tpm6Dz!Ah>S6x(gsu%W-f#kMuN+=gcR%D}&l zeeIyKgKLA#t1f#f>u(nT7v)-NTvJMJbfuWvMupr*VshAHh{2p0C4BvYR52=dd{t1+ zmdEEYKY&O{f}G<fTUVYW!BcNjU8#)QIBeg<X7=3lW7jt3XuV^6lzWioN<B}g^xvm- z6KokJUQf0pqdMDP5aaRn349hvvOasapJ-q4#{9NK-Ib~ZUd@%pDTzW%)zus09Gy1D zS<N-7m%*Ti-30AVKc_!dOFqL*xY9{bzo+7I*&=$Z1NM8Zx)NEbk5D!pHc{a9f=y(l z+?8&O-_iNoxcjcz6@R@6*=0D!?st6>s63uQueT|2+t59RdfTpKy#%7W((Mv9&6W1r zDto2znaE66_S}>@((+gH|J=Il$G9I|(`D;Qe_)`<O7+Jx2-vg<l}TLPWW7zsZ8X2F zk2dA#%ynB6-|MwGaZ0a!NnK18GlzG9bC<ijoKUH%Tix|GZ9--L9qK}uq`iH&CoS^X zk=)M&%pCO&0>uA^)Kqnjn+ltJJOl40h&81EF0cRg#Fu=wCHjr}JideZS2RbHM&N<; zpwWf}%$~+P#ce6)2JcGw2zJ}xL+Ra26*EVR$CxPhxRHBP+;Ym%u-&Oq!}cUEzG+Wd zfBJ7L&A*U2E{S^`6(8S$$|dGs!yM)?hdIn)j^+$X0;q|5rD9a1r3~~cgLPD1JJz!Q zD)GGz;vDjPbpCd2YMHBLj@AQFI|U>O4=oO%$%8Z<nWjE>6V@HpQy4w5hn~}Monn22 z(W43aidWU-e)T(aj%&p^dx&e$wYrMy)6daK0k?w!rwQh-1TrIBDp)-fpd>`JT&y3A z7G?~94T8~}w81cX9tAzSf*z7L95zCjufax${lkO}5#PO0*g$b^A920D;@Z8%&(c%C z*j4<joy5;BRnkmi{)>T=pmh>AudAY75;Un&Dr6F{VG2~EV1Dh}xA%ty!YnW=Y#eO7 zuwYn_*cU(*7Wxisq&SBP;2;5Ce*w7>ydDa8ofY-F(!90*{R-Dnai3ibZnL)myc-nw z2G*l+!xb1u7}QNF+)#tU86h(&+_iOprYfBIzYqROhK%9b3+t$;-!%pW>>=!0VKR>E zt;A+(yk>mgN3q_DYSk9Qbx~rttA$;qBpGIMahW9;?G2e~hk7zqH8ZU*LzRhu2~sN= Z{|{I2?1a58H2(kq002ovPDHLkV1ju<cDMil literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/samples/img/navigation-tip.png b/public/assets/ckeditor/samples/img/navigation-tip.png new file mode 100644 index 0000000000000000000000000000000000000000..2286114199646ab820c8831ff292df85b17dc128 GIT binary patch literal 12029 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 ak)GZ+1(%m+*a>U?o0bxj6Rj3D2>c)Mt9CsA literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/samples/index.html b/public/assets/ckeditor/samples/index.html new file mode 100644 index 0000000..f8ca889 --- /dev/null +++ b/public/assets/ckeditor/samples/index.html @@ -0,0 +1,128 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>CKEditor Sample</title> + <script src="../ckeditor.js"></script> + <script src="js/sample.js"></script> + <link rel="stylesheet" href="css/samples.css"> + <link rel="stylesheet" href="toolbarconfigurator/lib/codemirror/neo.css"> +</head> +<body id="main"> + +<nav class="navigation-a"> + <div class="grid-container"> + <ul class="navigation-a-left grid-width-70"> + <li><a href="http://ckeditor.com">Project Homepage</a></li> + <li><a href="http://dev.ckeditor.com/">I found a bug</a></li> + <li><a href="http://github.com/ckeditor/ckeditor-dev" class="icon-pos-right icon-navigation-a-github">Fork CKEditor on GitHub</a></li> + </ul> + <ul class="navigation-a-right grid-width-30"> + <li><a href="http://ckeditor.com/blog-list">CKEditor Blog</a></li> + </ul> + </div> +</nav> + +<header class="header-a"> + <div class="grid-container"> + <h1 class="header-a-logo grid-width-30"> + <a href="index.html"><img src="img/logo.png" alt="CKEditor Sample"></a> + </h1> + + <nav class="navigation-b grid-width-70"> + <ul> + <li><a href="index.html" class="button-a button-a-background">Start</a></li> + <li><a href="toolbarconfigurator/index.html" class="button-a">Toolbar configurator <span class="balloon-a balloon-a-nw">Edit your toolbar now!</span></a></li> + </ul> + </nav> + </div> +</header> + +<main> + <div class="adjoined-top"> + <div class="grid-container"> + <div class="content grid-width-100"> + <h1>Congratulations!</h1> + <p> + If you can see CKEditor below, it means that the installation succeeded. + You can now try out your new editor version, see its features, and when you are ready to move on, check some of the <a href="#sample-customize">most useful resources</a> recommended below. + </p> + </div> + </div> + </div> + <div class="adjoined-bottom"> + <div class="grid-container"> + <div class="grid-width-100"> + <div id="editor"> + <h1>Hello world!</h1> + <p>I'm an instance of <a href="http://ckeditor.com">CKEditor</a>.</p> + </div> + </div> + </div> + </div> + + <div class="grid-container"> + <div class="content grid-width-100"> + <section id="sample-customize"> + <h2>Customize Your Editor</h2> + <p>Modular build and <a href="http://docs.ckeditor.com/#!/guide/dev_configuration">numerous configuration options</a> give you nearly endless possibilities to customize CKEditor. Replace the content of your <code><a href="../config.js">config.js</a></code> file with the following code and refresh this page (<strong>remember to clear the browser cache</strong>)!</p> + <pre class="cm-s-neo CodeMirror"><code><span style="padding-right: 0.1px;"><span class="cm-variable">CKEDITOR</span>.<span class="cm-property">editorConfig</span> <span class="cm-operator">=</span> <span class="cm-keyword">function</span>( <span class="cm-def">config</span> ) {</span> +<span style="padding-right: 0.1px;"><span class="cm-tab"> </span><span class="cm-variable-2">config</span>.<span class="cm-property">language</span> <span class="cm-operator">=</span> <span class="cm-string">'es'</span>;</span> +<span style="padding-right: 0.1px;"><span class="cm-tab"> </span><span class="cm-variable-2">config</span>.<span class="cm-property">uiColor</span> <span class="cm-operator">=</span> <span class="cm-string">'#F7B42C'</span>;</span> +<span style="padding-right: 0.1px;"><span class="cm-tab"> </span><span class="cm-variable-2">config</span>.<span class="cm-property">height</span> <span class="cm-operator">=</span> <span class="cm-number">300</span>;</span> +<span style="padding-right: 0.1px;"><span class="cm-tab"> </span><span class="cm-variable-2">config</span>.<span class="cm-property">toolbarCanCollapse</span> <span class="cm-operator">=</span> <span class="cm-atom">true</span>;</span> +<span style="padding-right: 0.1px;">};</span></code></pre> + </section> + + <section> + <h2>Toolbar Configuration</h2> + <p>If you want to reorder toolbar buttons or remove some of them, check <a href="toolbarconfigurator/index.html">this handy tool</a>!</p> + </section> + + <section> + <h2>More Samples!</h2> + <p>Visit the <a href="http://sdk.ckeditor.com">CKEditor SDK</a> for a huge collection of samples showcasing editor features, with source code readily available to copy and use in your own implementation.</p> + </section> + + <section> + <h2>Developer's Guide</h2> + <p>The most important resource for all developers working with CKEditor, integrating it with their websites and applications, and customizing to their needs. You can start from here:</p> + <ul> + <li><a href="http://docs.ckeditor.com/#!/guide/dev_installation">Getting Started</a> – Explains most crucial editor concepts and practices as well as the installation process and integration with your website.</li> + <li><a href="http://docs.ckeditor.com/#!/guide/dev_advanced_installation">Advanced Installation Concepts</a> – Describes how to upgrade, install additional components (plugins, skins), or create a custom build.</li> + </ul> + <p>When you have the basics sorted out, feel free to browse some more advanced sections like:</p> + <ul> + <li><a href="http://docs.ckeditor.com/#!/guide/dev_features">Functionality Overview</a> – Descriptions and samples of various editor features.</li> + <li><a href="http://docs.ckeditor.com/#!/guide/plugin_sdk_intro">Plugin SDK</a>, <a href="http://docs.ckeditor.com/#!/guide/widget_sdk_intro">Widget SDK</a>, and <a href="http://docs.ckeditor.com/#!/guide/skin_sdk_intro">Skin SDK</a> – Useful when you want to create your own editor components.</li> + </ul> + </section> + + <section> + <h2>CKEditor JavaScript API</h2> + <p>CKEditor boasts a rich <a href="http://docs.ckeditor.com/#!/api">JavaScript API</a> that you can use to adjust the editor to your needs and integrate it with your website or application.</p> + </section> + </div> + </div> +</main> + +<footer class="footer-a grid-container"> + <div class="grid-container"> + <p class="grid-width-100"> + CKEditor – The text editor for the Internet – <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p class="grid-width-100" id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> – Frederico Knabben. All rights reserved. + </p> + </div> +</footer> +<script> + initSample(); +</script> + +</body> +</html> diff --git a/public/assets/ckeditor/samples/js/sample.js b/public/assets/ckeditor/samples/js/sample.js new file mode 100644 index 0000000..80f1c2b --- /dev/null +++ b/public/assets/ckeditor/samples/js/sample.js @@ -0,0 +1,53 @@ +/** + * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +/* exported initSample */ + +if ( CKEDITOR.env.ie && CKEDITOR.env.version < 9 ) + CKEDITOR.tools.enableHtml5Elements( document ); + +// The trick to keep the editor in the sample quite small +// unless user specified own height. +CKEDITOR.config.height = 150; +CKEDITOR.config.width = 'auto'; + +var initSample = ( function() { + var wysiwygareaAvailable = isWysiwygareaAvailable(), + isBBCodeBuiltIn = !!CKEDITOR.plugins.get( 'bbcode' ); + + return function() { + var editorElement = CKEDITOR.document.getById( 'editor' ); + + // :((( + if ( isBBCodeBuiltIn ) { + editorElement.setHtml( + 'Hello world!\n\n' + + 'I\'m an instance of [url=http://ckeditor.com]CKEditor[/url].' + ); + } + + // Depending on the wysiwygare plugin availability initialize classic or inline editor. + if ( wysiwygareaAvailable ) { + CKEDITOR.replace( 'editor' ); + } else { + editorElement.setAttribute( 'contenteditable', 'true' ); + CKEDITOR.inline( 'editor' ); + + // TODO we can consider displaying some info box that + // without wysiwygarea the classic editor may not work. + } + }; + + function isWysiwygareaAvailable() { + // If in development mode, then the wysiwygarea must be available. + // Split REV into two strings so builder does not replace it :D. + if ( CKEDITOR.revision == ( '%RE' + 'V%' ) ) { + return true; + } + + return !!CKEDITOR.plugins.get( 'wysiwygarea' ); + } +} )(); + diff --git a/public/assets/ckeditor/samples/js/sf.js b/public/assets/ckeditor/samples/js/sf.js new file mode 100644 index 0000000..72edbde --- /dev/null +++ b/public/assets/ckeditor/samples/js/sf.js @@ -0,0 +1,17 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +var SF=function(){function d(a){return(a=a.attributes?a.attributes.getNamedItem("class"):null)?a.value.split(" "):[]}function c(a){var e=document.createAttribute("class");e.value=a.join(" ");return e}var b={attachListener:function(a,e,b){if(a.addEventListener)a.addEventListener(e,b,!1);else if(a.attachEvent)a.attachEvent("on"+e,function(){b.apply(a,arguments)});else throw Error("Could not attach event.");}};b.indexOf=function(){var a=Array.prototype.indexOf;return"function"===a?function(e,b){return a.call(e, +b)}:function(a,b){for(var c=a.length,d=0;d<c;d++)if(a[d]===b)return d;return-1}}();b.accept=function(a,e){var c;a.children?(c=a.children,e(a)):"number"===typeof a.length&&(c=a);for(var d=c?c.length||0:0;d--;)b.accept(c[d],e)};b.getByClass=function(){var a=document.getElementsByClassName;return"function"===typeof a?function(e,b){"string"===typeof e&&(b=e,e=document);return a.call(e,b)}:function(a,c){"string"===typeof a&&(c=a,a=document.getElementsByTagName("html")[0]);var d=[];b.accept(a,function(a){b.classList.contains(a, +c)&&d.push(a)});return d}}();b.classList={};b.classList.add=function(a,b){var f=d(a);f.push(b);a.attributes.setNamedItem(c(f))};b.classList.remove=function(a,e){var f=d(a,e),n=b.indexOf(f,e);-1!==n&&(f.splice(n,1),a.attributes.setNamedItem(c(f)))};b.classList.contains=function(a,c){return-1!==b.indexOf(d(a),c)};b.classList.toggle=function(a,b){this.contains(a,b)?this.remove(a,b):this.add(a,b)};return b}();"use strict"; +(function(){function d(c){for(var b in c)delete c[b]}SF.modal=function(c){function b(a){27==a.keyCode&&f.close()}c.modalClass="modal content";c.closeClass="modal-close";c.modalStyles=d;c.closeStyles=d;var a=c.afterCreate,e=c.afterClose;c.afterCreate=function(c){a&&a(c);window.addEventListener("keydown",b)};c.afterClose=function(a){e&&e(a);window.removeEventListener("keydown",b)};var f=(new picoModal(c)).afterCreate(c.afterCreate).afterClose(c.afterClose);return f}})();"use strict"; +(function(){for(var d=SF.getByClass("toggler"),c=d.length;c--;)SF.attachListener(d[c],"click",function(){var b=SF.classList.contains(this,"icon-toggler-expanded")||SF.classList.contains(this,"icon-toggler-collapsed"),a=document.getElementById(this.getAttribute("data-for"));SF.classList.toggle(this,"collapsed");SF.classList.contains(this,"collapsed")?(SF.classList.add(a,"collapsed"),b&&(SF.classList.remove(this,"icon-toggler-expanded"),SF.classList.add(this,"icon-toggler-collapsed"))):(SF.classList.remove(a, +"collapsed"),b&&(SF.classList.remove(this,"icon-toggler-collapsed"),SF.classList.add(this,"icon-toggler-expanded")))})})();"use strict";(function(){for(var d=SF.getByClass("tree-a"),c=d.length;c--;)SF.attachListener(d[c],"click",function(b){b=b.target||b.srcElement;"H2"!==b.nodeName||SF.classList.contains(b,"tree-a-no-sub")||SF.classList.toggle(b,"tree-a-active")})})(); +(function(d,c){function b(a){return"object"===typeof Node?a instanceof Node:a&&"object"===typeof a&&"number"===typeof a.nodeType}function a(){var a=[];return{watch:a.push.bind(a),trigger:function(b){for(var c=!0,d={preventDefault:function(){c=!1}},e=0;e<a.length;e++)a[e](b,d);return c}}}function e(a){this.elem=a}function f(a,b){return e.div().clazz("pico-overlay").clazz(a("overlayClass","")).stylize({display:"block",position:"fixed",top:"0px",left:"0px",height:"100%",width:"100%",zIndex:1E4}).stylize(a("overlayStyles", +{opacity:.5,background:"#000"})).onClick(function(){a("overlayClose",!0)&&b()})}function n(a,b){var c=a("width","auto");"number"===typeof c&&(c=""+c+"px");return e.div().clazz("pico-content").clazz(a("modalClass","")).stylize({display:"block",position:"fixed",zIndex:10001,left:"50%",top:"50px",width:c,"-ms-transform":"translateX(-50%)","-moz-transform":"translateX(-50%)","-webkit-transform":"translateX(-50%)","-o-transform":"translateX(-50%)",transform:"translateX(-50%)"}).stylize(a("modalStyles", +{backgroundColor:"white",padding:"20px",borderRadius:"5px"})).html(a("content")).attr("role","dialog").onClick(function(a){(new e(a.target)).anyAncestor(function(a){return/\bpico-close\b/.test(a.elem.className)})&&b()})}function p(a){return function(){return a().elem}}function k(c){function e(a,b){var d=c[a];"function"===typeof d&&(d=d(b));return void 0===d?b:d}function k(){l().hide();m().hide();v.trigger(h)}function q(){w.trigger(h)&&k()}function g(a){return function(){a.apply(this,arguments);return h}} +function r(a){if(!t){var c=n(e,q),b=f(e,q),d;d=e("closeButton",!0)?c.child().html(e("closeHtml","\x26#xD7;")).clazz("pico-close").clazz(e("closeClass")).stylize(e("closeStyles",{borderRadius:"2px",cursor:"pointer",height:"15px",width:"15px",position:"absolute",top:"5px",right:"5px",fontSize:"16px",textAlign:"center",lineHeight:"15px",background:"#CCC"})):void 0;t={modal:c,overlay:b,close:d};x.trigger(h)}return t[a]}if("string"===typeof c||b(c))c={content:c};var x=a(),y=a(),z=a(),w=a(),v=a(),t,m=r.bind(d, +"modal"),l=r.bind(d,"overlay"),u=r.bind(d,"close"),h={modalElem:p(m),closeElem:p(u),overlayElem:p(l),show:function(){y.trigger(h)&&(l().show(),u(),m().show(),z.trigger(h));return this},close:g(q),forceClose:g(k),destroy:function(){m=m().destroy();l=l().destroy();u=void 0},options:function(a){c=a},afterCreate:g(x.watch),beforeShow:g(y.watch),afterShow:g(z.watch),beforeClose:g(w.watch),afterClose:g(v.watch)};return h}e.div=function(a){var b=c.createElement("div");(a||c.body).appendChild(b);return new e(b)}; +e.prototype={child:function(){return e.div(this.elem)},stylize:function(a){a=a||{};"undefined"!==typeof a.opacity&&(a.filter="alpha(opacity\x3d"+100*a.opacity+")");for(var b in a)a.hasOwnProperty(b)&&(this.elem.style[b]=a[b]);return this},clazz:function(a){this.elem.className+=" "+a;return this},html:function(a){b(a)?this.elem.appendChild(a):this.elem.innerHTML=a;return this},onClick:function(a){this.elem.addEventListener("click",a);return this},destroy:function(){c.body.removeChild(this.elem)},hide:function(){this.elem.style.display= +"none"},show:function(){this.elem.style.display="block"},attr:function(a,b){this.elem.setAttribute(a,b);return this},anyAncestor:function(a){for(var b=this.elem;b;){if(a(new e(b)))return!0;b=b.parentNode}return!1}};"function"===typeof d.define&&d.define.amd?d.define(function(){return k}):d.picoModal=k})(window,document); \ No newline at end of file diff --git a/public/assets/ckeditor/samples/old/ajax.html b/public/assets/ckeditor/samples/old/ajax.html new file mode 100644 index 0000000..57accf5 --- /dev/null +++ b/public/assets/ckeditor/samples/old/ajax.html @@ -0,0 +1,85 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Ajax — CKEditor Sample</title> + <script src="../../ckeditor.js"></script> + <link rel="stylesheet" href="sample.css"> + <script> + + var editor, html = ''; + + function createEditor() { + if ( editor ) + return; + + // Create a new editor inside the <div id="editor">, setting its value to html + var config = {}; + editor = CKEDITOR.appendTo( 'editor', config, html ); + } + + function removeEditor() { + if ( !editor ) + return; + + // Retrieve the editor contents. In an Ajax application, this data would be + // sent to the server or used in any other way. + document.getElementById( 'editorcontents' ).innerHTML = html = editor.getData(); + document.getElementById( 'contents' ).style.display = ''; + + // Destroy the editor. + editor.destroy(); + editor = null; + } + + </script> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Create and Destroy Editor Instances for Ajax Applications + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/saveajax.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to create and destroy CKEditor instances on the fly. After the removal of CKEditor the content created inside the editing + area will be displayed in a <code><div></code> element. + </p> + <p> + For details of how to create this setup check the source code of this sample page + for JavaScript code responsible for the creation and destruction of a CKEditor instance. + </p> + </div> + <p>Click the buttons to create and remove a CKEditor instance.</p> + <p> + <input onclick="createEditor();" type="button" value="Create Editor"> + <input onclick="removeEditor();" type="button" value="Remove Editor"> + </p> + <!-- This div will hold the editor. --> + <div id="editor"> + </div> + <div id="contents" style="display: none"> + <p> + Edited Contents: + </p> + <!-- This div will be used to display the editor contents. --> + <div id="editorcontents"> + </div> + </div> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/api.html b/public/assets/ckeditor/samples/old/api.html new file mode 100644 index 0000000..e3cdc3e --- /dev/null +++ b/public/assets/ckeditor/samples/old/api.html @@ -0,0 +1,210 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>API Usage — CKEditor Sample</title> + <script src="../../ckeditor.js"></script> + <link href="sample.css" rel="stylesheet"> + <script> + +// The instanceReady event is fired, when an instance of CKEditor has finished +// its initialization. +CKEDITOR.on( 'instanceReady', function( ev ) { + // Show the editor name and description in the browser status bar. + document.getElementById( 'eMessage' ).innerHTML = 'Instance <code>' + ev.editor.name + '<\/code> loaded.'; + + // Show this sample buttons. + document.getElementById( 'eButtons' ).style.display = 'block'; +}); + +function InsertHTML() { + // Get the editor instance that we want to interact with. + var editor = CKEDITOR.instances.editor1; + var value = document.getElementById( 'htmlArea' ).value; + + // Check the active editing mode. + if ( editor.mode == 'wysiwyg' ) + { + // Insert HTML code. + // http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertHtml + editor.insertHtml( value ); + } + else + alert( 'You must be in WYSIWYG mode!' ); +} + +function InsertText() { + // Get the editor instance that we want to interact with. + var editor = CKEDITOR.instances.editor1; + var value = document.getElementById( 'txtArea' ).value; + + // Check the active editing mode. + if ( editor.mode == 'wysiwyg' ) + { + // Insert as plain text. + // http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertText + editor.insertText( value ); + } + else + alert( 'You must be in WYSIWYG mode!' ); +} + +function SetContents() { + // Get the editor instance that we want to interact with. + var editor = CKEDITOR.instances.editor1; + var value = document.getElementById( 'htmlArea' ).value; + + // Set editor contents (replace current contents). + // http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setData + editor.setData( value ); +} + +function GetContents() { + // Get the editor instance that you want to interact with. + var editor = CKEDITOR.instances.editor1; + + // Get editor contents + // http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData + alert( editor.getData() ); +} + +function ExecuteCommand( commandName ) { + // Get the editor instance that we want to interact with. + var editor = CKEDITOR.instances.editor1; + + // Check the active editing mode. + if ( editor.mode == 'wysiwyg' ) + { + // Execute the command. + // http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-execCommand + editor.execCommand( commandName ); + } + else + alert( 'You must be in WYSIWYG mode!' ); +} + +function CheckDirty() { + // Get the editor instance that we want to interact with. + var editor = CKEDITOR.instances.editor1; + // Checks whether the current editor contents present changes when compared + // to the contents loaded into the editor at startup + // http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-checkDirty + alert( editor.checkDirty() ); +} + +function ResetDirty() { + // Get the editor instance that we want to interact with. + var editor = CKEDITOR.instances.editor1; + // Resets the "dirty state" of the editor (see CheckDirty()) + // http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-resetDirty + editor.resetDirty(); + alert( 'The "IsDirty" status has been reset' ); +} + +function Focus() { + CKEDITOR.instances.editor1.focus(); +} + +function onFocus() { + document.getElementById( 'eMessage' ).innerHTML = '<b>' + this.name + ' is focused </b>'; +} + +function onBlur() { + document.getElementById( 'eMessage' ).innerHTML = this.name + ' lost focus'; +} + + </script> + +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Using CKEditor JavaScript API + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/api.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to use the + <a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.editor">CKEditor JavaScript API</a> + to interact with the editor at runtime. + </p> + <p> + For details on how to create this setup check the source code of this sample page. + </p> + </div> + + <!-- This <div> holds alert messages to be display in the sample page. --> + <div id="alerts"> + <noscript> + <p> + <strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript + support, like yours, you should still see the contents (HTML data) and you should + be able to edit it normally, without a rich editor interface. + </p> + </noscript> + </div> + <form action="../../../samples/sample_posteddata.php" method="post"> + <textarea cols="100" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + + <script> + // Replace the <textarea id="editor1"> with an CKEditor instance. + CKEDITOR.replace( 'editor1', { + on: { + focus: onFocus, + blur: onBlur, + + // Check for availability of corresponding plugins. + pluginsLoaded: function( evt ) { + var doc = CKEDITOR.document, ed = evt.editor; + if ( !ed.getCommand( 'bold' ) ) + doc.getById( 'exec-bold' ).hide(); + if ( !ed.getCommand( 'link' ) ) + doc.getById( 'exec-link' ).hide(); + } + } + }); + </script> + + <p id="eMessage"> + </p> + + <div id="eButtons" style="display: none"> + <input id="exec-bold" onclick="ExecuteCommand('bold');" type="button" value="Execute "bold" Command"> + <input id="exec-link" onclick="ExecuteCommand('link');" type="button" value="Execute "link" Command"> + <input onclick="Focus();" type="button" value="Focus"> + <br><br> + <input onclick="InsertHTML();" type="button" value="Insert HTML"> + <input onclick="SetContents();" type="button" value="Set Editor Contents"> + <input onclick="GetContents();" type="button" value="Get Editor Contents (HTML)"> + <br> + <textarea cols="100" id="htmlArea" rows="3"><h2>Test</h2><p>This is some <a href="/Test1.html">sample</a> HTML code.</p></textarea> + <br> + <br> + <input onclick="InsertText();" type="button" value="Insert Text"> + <br> + <textarea cols="100" id="txtArea" rows="3"> First line with some leading whitespaces. + +Second line of text preceded by two line breaks.</textarea> + <br> + <br> + <input onclick="CheckDirty();" type="button" value="checkDirty()"> + <input onclick="ResetDirty();" type="button" value="resetDirty()"> + </div> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/appendto.html b/public/assets/ckeditor/samples/old/appendto.html new file mode 100644 index 0000000..26e0b6b --- /dev/null +++ b/public/assets/ckeditor/samples/old/appendto.html @@ -0,0 +1,59 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Append To Page Element Using JavaScript Code — CKEditor Sample</title> + <script src="../../ckeditor.js"></script> + <link rel="stylesheet" href="sample.css"> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Append To Page Element Using JavaScript Code + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out the <a href="http://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>. + </div> + <div id="section1"> + <div class="description"> + <p> + The <code><a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR-method-appendTo">CKEDITOR.appendTo()</a></code> method serves to to place editors inside existing DOM elements. Unlike <code><a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR-method-replace">CKEDITOR.replace()</a></code>, + a target container to be replaced is no longer necessary. A new editor + instance is inserted directly wherever it is desired. + </p> +<pre class="samples">CKEDITOR.appendTo( '<em>container_id</em>', + { /* Configuration options to be used. */ } + 'Editor content to be used.' +);</pre> + </div> + <script> + + // This call can be placed at any point after the + // DOM element to append CKEditor to or inside the <head><script> + // in a window.onload event handler. + + // Append a CKEditor instance using the default configuration and the + // provided content to the <div> element of ID "section1". + CKEDITOR.appendTo( 'section1', + null, + '<p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>' + ); + + </script> + </div> + <br> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/assets/inlineall/logo.png b/public/assets/ckeditor/samples/old/assets/inlineall/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..b4d5979e3451d76d72e8b9337ee208d7275abb15 GIT binary patch literal 4283 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css b/public/assets/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css new file mode 100644 index 0000000..09ca048 --- /dev/null +++ b/public/assets/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css @@ -0,0 +1,204 @@ +/* + * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + * + * Styles used by the XHTML 1.1 sample page (xhtml.html). + */ + +/** + * Basic definitions for the editing area. + */ +body +{ + font-family: Arial, Verdana, sans-serif; + font-size: 80%; + color: #000000; + background-color: #ffffff; + padding: 5px; + margin: 0px; +} + +/** + * Core styles. + */ + +.Bold +{ + font-weight: bold; +} + +.Italic +{ + font-style: italic; +} + +.Underline +{ + text-decoration: underline; +} + +.StrikeThrough +{ + text-decoration: line-through; +} + +.Subscript +{ + vertical-align: sub; + font-size: smaller; +} + +.Superscript +{ + vertical-align: super; + font-size: smaller; +} + +/** + * Font faces. + */ + +.FontComic +{ + font-family: 'Comic Sans MS'; +} + +.FontCourier +{ + font-family: 'Courier New'; +} + +.FontTimes +{ + font-family: 'Times New Roman'; +} + +/** + * Font sizes. + */ + +.FontSmaller +{ + font-size: smaller; +} + +.FontLarger +{ + font-size: larger; +} + +.FontSmall +{ + font-size: 8pt; +} + +.FontBig +{ + font-size: 14pt; +} + +.FontDouble +{ + font-size: 200%; +} + +/** + * Font colors. + */ +.FontColor1 +{ + color: #ff9900; +} + +.FontColor2 +{ + color: #0066cc; +} + +.FontColor3 +{ + color: #ff0000; +} + +.FontColor1BG +{ + background-color: #ff9900; +} + +.FontColor2BG +{ + background-color: #0066cc; +} + +.FontColor3BG +{ + background-color: #ff0000; +} + +/** + * Indentation. + */ + +.Indent1 +{ + margin-left: 40px; +} + +.Indent2 +{ + margin-left: 80px; +} + +.Indent3 +{ + margin-left: 120px; +} + +/** + * Alignment. + */ + +.JustifyLeft +{ + text-align: left; +} + +.JustifyRight +{ + text-align: right; +} + +.JustifyCenter +{ + text-align: center; +} + +.JustifyFull +{ + text-align: justify; +} + +/** + * Other. + */ + +code +{ + font-family: courier, monospace; + background-color: #eeeeee; + padding-left: 1px; + padding-right: 1px; + border: #c0c0c0 1px solid; +} + +kbd +{ + padding: 0px 1px 0px 1px; + border-width: 1px 2px 2px 1px; + border-style: solid; +} + +blockquote +{ + color: #808080; +} diff --git a/public/assets/ckeditor/samples/old/assets/posteddata.php b/public/assets/ckeditor/samples/old/assets/posteddata.php new file mode 100644 index 0000000..568dbfb --- /dev/null +++ b/public/assets/ckeditor/samples/old/assets/posteddata.php @@ -0,0 +1,59 @@ +<!DOCTYPE html> +<?php +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +?> +<html> +<head> + <meta charset="utf-8"> + <title>Sample — CKEditor</title> + <link rel="stylesheet" href="sample.css"> +</head> +<body> + <h1 class="samples"> + CKEditor — Posted Data + </h1> + <table border="1" cellspacing="0" id="outputSample"> + <colgroup><col width="120"></colgroup> + <thead> + <tr> + <th>Field Name</th> + <th>Value</th> + </tr> + </thead> +<?php + +if (!empty($_POST)) +{ + foreach ( $_POST as $key => $value ) + { + if ( ( !is_string($value) && !is_numeric($value) ) || !is_string($key) ) + continue; + + if ( get_magic_quotes_gpc() ) + $value = htmlspecialchars( stripslashes((string)$value) ); + else + $value = htmlspecialchars( (string)$value ); +?> + <tr> + <th style="vertical-align: top"><?php echo htmlspecialchars( (string)$key ); ?></th> + <td><pre class="samples"><?php echo $value; ?></pre></td> + </tr> + <?php + } +} +?> + </table> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/assets/sample.jpg b/public/assets/ckeditor/samples/old/assets/sample.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9498271c6032eafda487c0428ad5b26eff35985a GIT binary patch literal 14449 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/samples/old/assets/uilanguages/languages.js b/public/assets/ckeditor/samples/old/assets/uilanguages/languages.js new file mode 100644 index 0000000..3bd1248 --- /dev/null +++ b/public/assets/ckeditor/samples/old/assets/uilanguages/languages.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +var CKEDITOR_LANGS=function(){var c={af:"Afrikaans",ar:"Arabic",bg:"Bulgarian",bn:"Bengali/Bangla",bs:"Bosnian",ca:"Catalan",cs:"Czech",cy:"Welsh",da:"Danish",de:"German","de-ch":"German (Switzerland)",el:"Greek",en:"English","en-au":"English (Australia)","en-ca":"English (Canadian)","en-gb":"English (United Kingdom)",eo:"Esperanto",es:"Spanish",et:"Estonian",eu:"Basque",fa:"Persian",fi:"Finnish",fo:"Faroese",fr:"French","fr-ca":"French (Canada)",gl:"Galician",gu:"Gujarati",he:"Hebrew",hi:"Hindi", +hr:"Croatian",hu:"Hungarian",id:"Indonesian",is:"Icelandic",it:"Italian",ja:"Japanese",ka:"Georgian",km:"Khmer",ko:"Korean",ku:"Kurdish",lt:"Lithuanian",lv:"Latvian",mk:"Macedonian",mn:"Mongolian",ms:"Malay",nb:"Norwegian Bokmal",nl:"Dutch",no:"Norwegian",pl:"Polish",pt:"Portuguese (Portugal)","pt-br":"Portuguese (Brazil)",ro:"Romanian",ru:"Russian",si:"Sinhala",sk:"Slovak",sq:"Albanian",sl:"Slovenian",sr:"Serbian (Cyrillic)","sr-latn":"Serbian (Latin)",sv:"Swedish",th:"Thai",tr:"Turkish",tt:"Tatar", +ug:"Uighur",uk:"Ukrainian",vi:"Vietnamese",zh:"Chinese Traditional","zh-cn":"Chinese Simplified"},b=[],a;for(a in CKEDITOR.lang.languages)b.push({code:a,name:c[a]||a});b.sort(function(a,b){return a.name<b.name?-1:1});return b}(); \ No newline at end of file diff --git a/public/assets/ckeditor/samples/old/autogrow/autogrow.html b/public/assets/ckeditor/samples/old/autogrow/autogrow.html new file mode 100644 index 0000000..f992943 --- /dev/null +++ b/public/assets/ckeditor/samples/old/autogrow/autogrow.html @@ -0,0 +1,102 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>AutoGrow Plugin — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <link rel="stylesheet" href="../../../samples/old/sample.css"> + <meta name="ckeditor-sample-name" content="AutoGrow plugin"> + <meta name="ckeditor-sample-group" content="Plugins"> + <meta name="ckeditor-sample-description" content="Using the AutoGrow plugin in order to make the editor grow to fit the size of its content."> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » Using AutoGrow Plugin + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/autogrow.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to configure CKEditor instances to use the + <strong>AutoGrow</strong> (<code>autogrow</code>) plugin that lets the editor window expand + and shrink depending on the amount and size of content entered in the editing area. + </p> + <p> + In its default implementation the <strong>AutoGrow feature</strong> can expand the + CKEditor window infinitely in order to avoid introducing scrollbars to the editing area. + </p> + <p> + It is also possible to set a maximum height for the editor window. Once CKEditor + editing area reaches the value in pixels specified in the + <code><a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-autoGrow_maxHeight">autoGrow_maxHeight</a></code> + configuration setting, scrollbars will be added and the editor window will no longer expand. + </p> + <p> + To add a CKEditor instance using the <code>autogrow</code> plugin and its + <code>autoGrow_maxHeight</code> attribute, insert the following JavaScript call to your code: + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + <strong>extraPlugins: 'autogrow',</strong> + autoGrow_maxHeight: 800, + + // Remove the Resize plugin as it does not make sense to use it in conjunction with the AutoGrow plugin. + removePlugins: 'resize' +});</pre> + <p> + Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of + the <code><textarea></code> element to be replaced with CKEditor. The maximum height should + be given in pixels. + </p> + </div> + <form action="../../../samples/sample_posteddata.php" method="post"> + <p> + <label for="editor1"> + CKEditor using the <code>autogrow</code> plugin with its default configuration: + </label> + <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <script> + + CKEDITOR.replace( 'editor1', { + extraPlugins: 'autogrow', + removePlugins: 'resize' + }); + + </script> + </p> + <p> + <label for="editor2"> + CKEditor using the <code>autogrow</code> plugin with maximum height set to 400 pixels: + </label> + <textarea cols="80" id="editor2" name="editor2" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <script> + + CKEDITOR.replace( 'editor2', { + extraPlugins: 'autogrow', + autoGrow_maxHeight: 400, + removePlugins: 'resize' + }); + + </script> + </p> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/bbcode/bbcode.html b/public/assets/ckeditor/samples/old/bbcode/bbcode.html new file mode 100644 index 0000000..a83f068 --- /dev/null +++ b/public/assets/ckeditor/samples/old/bbcode/bbcode.html @@ -0,0 +1,114 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>BBCode Plugin — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <script src="../../../samples/old/sample.js"></script> + <link rel="stylesheet" href="../../../samples/old/sample.css"> + <meta name="ckeditor-sample-required-plugins" content="sourcearea"> + <meta name="ckeditor-sample-name" content="Output for BBCode"> + <meta name="ckeditor-sample-group" content="Additional Plugins"> + <meta name="ckeditor-sample-description" content="Configuring CKEditor to produce BBCode tags instead of HTML."> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » BBCode Plugin + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/bbcode.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to configure CKEditor to output <a href="http://en.wikipedia.org/wiki/BBCode">BBCode</a> format instead of HTML. + Please note that the editor configuration was modified to reflect what is needed in a BBCode editing environment. + Smiley images, for example, were stripped to the emoticons that are commonly used in some BBCode dialects. + </p> + <p> + Please note that currently there is no standard for the BBCode markup language, so its implementation + for different platforms (message boards, blogs etc.) can vary. This means that before using CKEditor to + output BBCode you may need to adjust the implementation to your own environment. + </p> + <p> + A snippet of the configuration code can be seen below; check the source of this page for + a full definition: + </p> + <pre class="samples"> +CKEDITOR.replace( 'editor1', { + <strong>extraPlugins: 'bbcode',</strong> + toolbar: [ + [ 'Source', '-', 'Save', 'NewPage', '-', 'Undo', 'Redo' ], + [ 'Find', 'Replace', '-', 'SelectAll', 'RemoveFormat' ], + [ 'Link', 'Unlink', 'Image' ], + '/', + [ 'FontSize', 'Bold', 'Italic', 'Underline' ], + [ 'NumberedList', 'BulletedList', '-', 'Blockquote' ], + [ 'TextColor', '-', 'Smiley', 'SpecialChar', '-', 'Maximize' ] + ], + ... <i>some other configurations omitted here</i> +}); </pre> + </div> + <form action="../../../samples/sample_posteddata.php" method="post"> + <p> + <label for="editor1"> + Editor 1: + </label> + <textarea cols="80" id="editor1" name="editor1" rows="10">This is some [b]sample text[/b]. You are using [url=http://ckeditor.com/]CKEditor[/url].</textarea> + <script> + + // Replace the <textarea id="editor"> with an CKEditor + // instance, using the "bbcode" plugin, shaping some of the + // editor configuration to fit BBCode environment. + CKEDITOR.replace( 'editor1', { + extraPlugins: 'bbcode', + // Remove unused plugins. + removePlugins: 'bidi,dialogadvtab,div,filebrowser,flash,format,forms,horizontalrule,iframe,justify,liststyle,pagebreak,showborders,stylescombo,table,tabletools,templates', + // Width and height are not supported in the BBCode format, so object resizing is disabled. + disableObjectResizing: true, + // Define font sizes in percent values. + fontSize_sizes: "30/30%;50/50%;100/100%;120/120%;150/150%;200/200%;300/300%", + toolbar: [ + [ 'Source', '-', 'Save', 'NewPage', '-', 'Undo', 'Redo' ], + [ 'Find', 'Replace', '-', 'SelectAll', 'RemoveFormat' ], + [ 'Link', 'Unlink', 'Image', 'Smiley', 'SpecialChar' ], + '/', + [ 'Bold', 'Italic', 'Underline' ], + [ 'FontSize' ], + [ 'TextColor' ], + [ 'NumberedList', 'BulletedList', '-', 'Blockquote' ], + [ 'Maximize' ] + ], + // Strip CKEditor smileys to those commonly used in BBCode. + smiley_images: [ + 'regular_smile.png', 'sad_smile.png', 'wink_smile.png', 'teeth_smile.png', 'tongue_smile.png', + 'embarrassed_smile.png', 'omg_smile.png', 'whatchutalkingabout_smile.png', 'angel_smile.png', + 'shades_smile.png', 'cry_smile.png', 'kiss.png' + ], + smiley_descriptions: [ + 'smiley', 'sad', 'wink', 'laugh', 'cheeky', 'blush', 'surprise', + 'indecision', 'angel', 'cool', 'crying', 'kiss' + ] + }); + + </script> + </p> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/codesnippet/codesnippet.html b/public/assets/ckeditor/samples/old/codesnippet/codesnippet.html new file mode 100644 index 0000000..73c770b --- /dev/null +++ b/public/assets/ckeditor/samples/old/codesnippet/codesnippet.html @@ -0,0 +1,236 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Code Snippet — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <link href="../../../samples/old/sample.css" rel="stylesheet"> + <link href="../../../plugins/codesnippet/lib/highlight/styles/monokai_sublime.css" rel="stylesheet"> + <meta name="ckeditor-sample-name" content="Code Snippet plugin"> + <meta name="ckeditor-sample-group" content="Plugins"> + <meta name="ckeditor-sample-description" content="View and modify code using the Code Snippet plugin."> + <meta name="ckeditor-sample-isnew" content="1"> + <style> + + #editable + { + padding: 10px 20px; + } + + </style> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » Code Snippet Plugin + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/codesnippet.html">brand new version in CKEditor SDK</a>. + </div> + + <div class="description"> + <p> + This editor is using the <strong><a href="http://ckeditor.com/addon/codesnippet">Code Snippet</a></strong> plugin which introduces beautiful code snippets. + By default the <code>codesnippet</code> plugin depends on the built-in client-side syntax highlighting + library <a href="http://highlightjs.org">highlight.js</a>. + </p> + <p> + You can adjust the appearance of code snippets using the <code><a href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-codeSnippet_theme">codeSnippet_theme</a></code> configuration variable + (see <a href="http://highlightjs.org/static/test.html">available themes</a>). + </p> + <p> + Select theme: <select id="select"></select> + </p> + <p> + The CKEditor instance below was created by using the following configuration settings: + </p> + +<pre class="samples" id="sampleConfig"> +CKEDITOR.replace( 'editor1', { + <strong>extraPlugins: 'codesnippet',</strong> + codeSnippet_theme: 'monokai_sublime' +} ); +</pre> + + <p id="ie8-warning"> + Please note that this plugin is not compatible with Internet Explorer 8. + </p> + </div> + + <textarea id="editor1"> +<p>JavaScript code:</p> + +<pre> +<code class="language-javascript">function isEmpty( object ) { + for ( var i in object ) { + if ( object.hasOwnProperty( i ) ) + return false; + } + return true; +}</code></pre> + +<p>SQL query:</p> + +<pre> +<code class="language-sql">SELECT cust.id FROM cust LEFT JOIN loc ON ( cust.loc_id = loc.id ) WHERE cust.type IN ( 1, 2 );</code></pre> + +<p>Unknown markup:</p> + +<pre> +<code> ________________ +/ \ +| How about moo? | ^__^ +\________________/ (oo)\_______ + \ (__)\ )\/\ + ||----w | + || || +</code></pre> + </textarea> + + <h2>Inline editor</h2> + + <div class="description"> + <p> + The following sample shows the <strong>Code Snippet</strong> plugin running inside + an inline CKEditor instance. The CKEditor instance below was created by using the following configuration settings: + </p> + +<pre class="samples"> +CKEDITOR.inline( 'editable', { + <strong>extraPlugins: 'codesnippet'</strong> +} ); +</pre> + + <p> + <strong>Note</strong>: The <a href="http://highlightjs.org/static/test.html">highlight.js themes</a> + must be loaded manually to be applied inside an inline editor instance, as the + <code>codeSnippet_theme</code> setting will not work in that case. + You need to include the stylesheet in the <code><head></code> section of the page, for example: + </p> + +<pre class="samples"> +<head> + ... + <link href="path/to/highlight.js/styles/monokai_sublime.css" rel="stylesheet"> +</head> +</pre> + + </div> + + <div id="editable" contenteditable="true"> + +<p>JavaScript code:</p> + +<pre><code class="language-javascript">function isEmpty( object ) { + for ( var i in object ) { + if ( object.hasOwnProperty( i ) ) + return false; + } + return true; +}</code></pre> + +<p>SQL query:</p> + +<pre><code class="language-sql">SELECT cust.id, cust.name, loc.city FROM cust LEFT JOIN loc ON ( cust.loc_id = loc.id ) WHERE cust.type IN ( 1, 2 );</code></pre> + +<p>Unknown markup:</p> + +<pre><code> ________________ +/ \ +| How about moo? | ^__^ +\________________/ (oo)\_______ + \ (__)\ )\/\ + ||----w | + || || +</code></pre> + </div> + + <h2>Server-side Highlighting and Custom Highlighting Engines</h2> + + <p> + The <a href="http://ckeditor.com/addon/codesnippetgeshi"><strong>Code Snippet GeSHi</strong></a> plugin is an + extension of the <strong>Code Snippet</strong> plugin which uses a server-side highligter. + </p> + + <p> + It also is possible to replace the default highlighter with any library using + the <a href="http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.codesnippet.highlighter">Highlighter API</a> + and the <a href="http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.codesnippet-method-setHighlighter"><code>editor.plugins.codesnippet.setHighlighter()</code></a> method. + </p> + + <script> + ( function() { + CKEDITOR.disableAutoInline = true; + + var config = { + extraPlugins: 'codesnippet', + toolbar: [ + [ 'Source' ], [ 'Undo', 'Redo' ], [ 'Bold', 'Italic', 'Underline' ], [ 'CodeSnippet' ] + ], + codeSnippet_theme: 'monokai_sublime', + height: 400 + }; + + CKEDITOR.replace( 'editor1', config ); + + CKEDITOR.inline( 'editable', CKEDITOR.tools.extend( {}, config, { + extraPlugins: 'codesnippet' + }, true ) ); + + initThemeChange(); + + function initThemeChange() { + var templates = [ + 'monokai_sublime', 'default', 'arta', 'ascetic', 'atelier-dune.dark', 'atelier-dune.light', 'atelier-forest.dark', 'atelier-forest.light', 'atelier-heath.dark', 'atelier-heath.light', 'atelier-lakeside.dark', 'atelier-lakeside.light', 'atelier-seaside.dark', 'atelier-seaside.light', 'brown_paper', 'dark', 'docco', 'far', 'foundation', 'github', 'googlecode', 'idea', 'ir_black', 'magula', 'mono-blue', 'monokai', 'obsidian', 'paraiso.dark', 'paraiso.light', 'pojoaque', 'railscasts', 'rainbow', 'school_book', 'solarized_dark', 'solarized_light', 'sunburst', 'tomorrow-night-blue', 'tomorrow-night-bright', 'tomorrow-night-eighties', 'tomorrow-night', 'tomorrow', 'vs', 'xcode', 'zenburn' + ], + pre = CKEDITOR.document.getById( 'sampleConfig' ), + select = CKEDITOR.document.getById( 'select' ), + codeTemplate = 'CKEDITOR.replace( \'editor1\', {\n' + + ' <strong>extraPlugins: \'codesnippet\',</strong>\n' + + ' codeSnippet_theme: \'{tpl}\'\n' + + '} );', + name, option; + + while ( ( name = templates.shift() ) ) { + option = CKEDITOR.document.createElement( 'option', { + attributes: { + value: name + } + } ); + + option.setText( name ); + select.append( option ); + } + + select.$.onchange = function() { + if ( CKEDITOR.instances.editor1 ) + CKEDITOR.instances.editor1.destroy(); + + CKEDITOR.replace( 'editor1', CKEDITOR.tools.extend( {}, config, { + codeSnippet_theme: this.value + }, true ) ); + + pre.setHtml( codeTemplate.replace( '{tpl}', this.value ) ); + }; + } + + if ( CKEDITOR.env.ie && CKEDITOR.env.version == 8 ) + CKEDITOR.document.getById( 'ie8-warning' ).addClass( 'warning' ); + }() ); + </script> + + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/datafiltering.html b/public/assets/ckeditor/samples/old/datafiltering.html new file mode 100644 index 0000000..f5f31f8 --- /dev/null +++ b/public/assets/ckeditor/samples/old/datafiltering.html @@ -0,0 +1,508 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Data Filtering — CKEditor Sample</title> + <script src="../../ckeditor.js"></script> + <link rel="stylesheet" href="sample.css"> + <script> + // Remove advanced tabs for all editors. + CKEDITOR.config.removeDialogTabs = 'image:advanced;link:advanced;flash:advanced;creatediv:advanced;editdiv:advanced'; + </script> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Data Filtering and Features Activation + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/acf.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample page demonstrates the idea of Advanced Content Filter + (<abbr title="Advanced Content Filter">ACF</abbr>), a sophisticated + tool that takes control over what kind of data is accepted by the editor and what + kind of output is produced. + </p> + <h2>When and what is being filtered?</h2> + <p> + <abbr title="Advanced Content Filter">ACF</abbr> controls + <strong>every single source of data</strong> that comes to the editor. + It process both HTML that is inserted manually (i.e. pasted by the user) + and programmatically like: + </p> +<pre class="samples"> +editor.setData( '<p>Hello world!</p>' ); +</pre> + <p> + <abbr title="Advanced Content Filter">ACF</abbr> discards invalid, + useless HTML tags and attributes so the editor remains "clean" during + runtime. <abbr title="Advanced Content Filter">ACF</abbr> behaviour + can be configured and adjusted for a particular case to prevent the + output HTML (i.e. in CMS systems) from being polluted. + + This kind of filtering is a first, client-side line of defense + against "<a href="http://en.wikipedia.org/wiki/Tag_soup">tag soups</a>", + the tool that precisely restricts which tags, attributes and styles + are allowed (desired). When properly configured, <abbr title="Advanced Content Filter">ACF</abbr> + is an easy and fast way to produce a high-quality, intentionally filtered HTML. + </p> + + <h3>How to configure or disable ACF?</h3> + <p> + Advanced Content Filter is enabled by default, working in "automatic mode", yet + it provides a set of easy rules that allow adjusting filtering rules + and disabling the entire feature when necessary. The config property + responsible for this feature is <code><a class="samples" + href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent">config.allowedContent</a></code>. + </p> + <p> + By "automatic mode" is meant that loaded plugins decide which kind + of content is enabled and which is not. For example, if the link + plugin is loaded it implies that <code><a></code> tag is + automatically allowed. Each plugin is given a set + of predefined <abbr title="Advanced Content Filter">ACF</abbr> rules + that control the editor until <code><a class="samples" + href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent"> + config.allowedContent</a></code> + is defined manually. + </p> + <p> + Let's assume our intention is to restrict the editor to accept (produce) <strong>paragraphs + only: no attributes, no styles, no other tags</strong>. + With <abbr title="Advanced Content Filter">ACF</abbr> + this is very simple. Basically set <code><a class="samples" + href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent"> + config.allowedContent</a></code> to <code>'p'</code>: + </p> +<pre class="samples"> +var editor = CKEDITOR.replace( <em>textarea_id</em>, { + <strong>allowedContent: 'p'</strong> +} ); +</pre> + <p> + Now try to play with allowed content: + </p> +<pre class="samples"> +// Trying to insert disallowed tag and attribute. +editor.setData( '<p <strong>style="color: red"</strong>>Hello <strong><em>world</em></strong>!</p>' ); +alert( editor.getData() ); + +// Filtered data is returned. +"<p>Hello world!</p>" +</pre> + <p> + What happened? Since <code>config.allowedContent: 'p'</code> is set the editor assumes + that only plain <code><p></code> are accepted. Nothing more. This is why + <code>style</code> attribute and <code><em></code> tag are gone. The same + filtering would happen if we pasted disallowed HTML into this editor. + </p> + <p> + This is just a small sample of what <abbr title="Advanced Content Filter">ACF</abbr> + can do. To know more, please refer to the sample section below and + <a href="http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter">the official Advanced Content Filter guide</a>. + </p> + <p> + You may, of course, want CKEditor to avoid filtering of any kind. + To get rid of <abbr title="Advanced Content Filter">ACF</abbr>, + basically set <code><a class="samples" + href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent"> + config.allowedContent</a></code> to <code>true</code> like this: + </p> +<pre class="samples"> +CKEDITOR.replace( <em>textarea_id</em>, { + <strong>allowedContent: true</strong> +} ); +</pre> + + <h2>Beyond data flow: Features activation</h2> + <p> + <abbr title="Advanced Content Filter">ACF</abbr> is far more than + <abbr title="Input/Output">I/O</abbr> control: the entire + <abbr title="User Interface">UI</abbr> of the editor is adjusted to what + filters restrict. For example: if <code><a></code> tag is + <strong>disallowed</strong> + by <abbr title="Advanced Content Filter">ACF</abbr>, + then accordingly <code>link</code> command, toolbar button and link dialog + are also disabled. Editor is smart: it knows which features must be + removed from the interface to match filtering rules. + </p> + <p> + CKEditor can be far more specific. If <code><a></code> tag is + <strong>allowed</strong> by filtering rules to be used but it is restricted + to have only one attribute (<code>href</code>) + <code>config.allowedContent = 'a[!href]'</code>, then + "Target" tab of the link dialog is automatically disabled as <code>target</code> + attribute isn't included in <abbr title="Advanced Content Filter">ACF</abbr> rules + for <code><a></code>. This behaviour applies to dialog fields, context + menus and toolbar buttons. + </p> + + <h2>Sample configurations</h2> + <p> + There are several editor instances below that present different + <abbr title="Advanced Content Filter">ACF</abbr> setups. <strong>All of them, + except the inline instance, share the same HTML content</strong> to visualize + how different filtering rules affect the same input data. + </p> + </div> + + <div> + <label for="editor1"> + Editor 1: + </label> + <div class="description"> + <p> + This editor is using default configuration ("automatic mode"). It means that + <code><a class="samples" + href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent"> + config.allowedContent</a></code> is defined by loaded plugins. + Each plugin extends filtering rules to make it's own associated content + available for the user. + </p> + </div> + <textarea cols="80" id="editor1" name="editor1" rows="10"> + <h1><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg"/> Apollo 11</h1> <p><b>Apollo 11</b> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p> <p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5&nbsp;kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p> <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <p>Apollo 11 effectively ended the <a href="http://en.wikipedia.org/wiki/Space_Race" title="Space Race">Space Race</a> and fulfilled a national goal proposed in 1961 by the late U.S. President <a href="http://en.wikipedia.org/wiki/John_F._Kennedy" title="John F. Kennedy">John F. Kennedy</a> in a speech before the United States Congress:</p> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;s upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + + <script> + + CKEDITOR.replace( 'editor1' ); + + </script> + </div> + + <br> + + <div> + <label for="editor2"> + Editor 2: + </label> + <div class="description"> + <p> + This editor is using a custom configuration for + <abbr title="Advanced Content Filter">ACF</abbr>: + </p> +<pre class="samples"> +CKEDITOR.replace( 'editor2', { + allowedContent: + 'h1 h2 h3 p blockquote strong em;' + + 'a[!href];' + + 'img(left,right)[!src,alt,width,height];' + + 'table tr th td caption;' + + 'span{!font-family};' +' + 'span{!color};' + + 'span(!marker);' + + 'del ins' +} ); +</pre> + <p> + The following rules may require additional explanation: + </p> + <ul> + <li> + <code>h1 h2 h3 p blockquote strong em</code> - These tags + are accepted by the editor. Any tag attributes will be discarded. + </li> + <li> + <code>a[!href]</code> - <code>href</code> attribute is obligatory + for <code><a></code> tag. Tags without this attribute + are disarded. No other attribute will be accepted. + </li> + <li> + <code>img(left,right)[!src,alt,width,height]</code> - <code>src</code> + attribute is obligatory for <code><img></code> tag. + <code>alt</code>, <code>width</code>, <code>height</code> + and <code>class</code> attributes are accepted but + <code>class</code> must be either <code>class="left"</code> + or <code>class="right"</code> + </li> + <li> + <code>table tr th td caption</code> - These tags + are accepted by the editor. Any tag attributes will be discarded. + </li> + <li> + <code>span{!font-family}</code>, <code>span{!color}</code>, + <code>span(!marker)</code> - <code><span></code> tags + will be accepted if either <code>font-family</code> or + <code>color</code> style is set or <code>class="marker"</code> + is present. + </li> + <li> + <code>del ins</code> - These tags + are accepted by the editor. Any tag attributes will be discarded. + </li> + </ul> + <p> + Please note that <strong><abbr title="User Interface">UI</abbr> of the + editor is different</strong>. It's a response to what happened to the filters. + Since <code>text-align</code> isn't allowed, the align toolbar is gone. + The same thing happened to subscript/superscript, strike, underline + (<code><u></code>, <code><sub></code>, <code><sup></code> + are disallowed by <code><a class="samples" + href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent"> + config.allowedContent</a></code>) and many other buttons. + </p> + </div> + <textarea cols="80" id="editor2" name="editor2" rows="10"> + <h1><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg"/> Apollo 11</h1> <p><b>Apollo 11</b> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p> <p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5&nbsp;kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p> <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <p>Apollo 11 effectively ended the <a href="http://en.wikipedia.org/wiki/Space_Race" title="Space Race">Space Race</a> and fulfilled a national goal proposed in 1961 by the late U.S. President <a href="http://en.wikipedia.org/wiki/John_F._Kennedy" title="John F. Kennedy">John F. Kennedy</a> in a speech before the United States Congress:</p> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;s upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + <script> + + CKEDITOR.replace( 'editor2', { + allowedContent: + 'h1 h2 h3 p blockquote strong em;' + + 'a[!href];' + + 'img(left,right)[!src,alt,width,height];' + + 'table tr th td caption;' + + 'span{!font-family};' + + 'span{!color};' + + 'span(!marker);' + + 'del ins' + } ); + + </script> + </div> + + <br> + + <div> + <label for="editor3"> + Editor 3: + </label> + <div class="description"> + <p> + This editor is using a custom configuration for + <abbr title="Advanced Content Filter">ACF</abbr>. + Note that filters can be configured as an object literal + as an alternative to a string-based definition. + </p> +<pre class="samples"> +CKEDITOR.replace( 'editor3', { + allowedContent: { + 'b i ul ol big small': true, + 'h1 h2 h3 p blockquote li': { + styles: 'text-align' + }, + a: { attributes: '!href,target' }, + img: { + attributes: '!src,alt', + styles: 'width,height', + classes: 'left,right' + } + } +} ); +</pre> + </div> + <textarea cols="80" id="editor3" name="editor3" rows="10"> + <h1><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg"/> Apollo 11</h1> <p><b>Apollo 11</b> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p> <p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5&nbsp;kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p> <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <p>Apollo 11 effectively ended the <a href="http://en.wikipedia.org/wiki/Space_Race" title="Space Race">Space Race</a> and fulfilled a national goal proposed in 1961 by the late U.S. President <a href="http://en.wikipedia.org/wiki/John_F._Kennedy" title="John F. Kennedy">John F. Kennedy</a> in a speech before the United States Congress:</p> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;s upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + <script> + + CKEDITOR.replace( 'editor3', { + allowedContent: { + 'b i ul ol big small': true, + 'h1 h2 h3 p blockquote li': { + styles: 'text-align' + }, + a: { attributes: '!href,target' }, + img: { + attributes: '!src,alt', + styles: 'width,height', + classes: 'left,right' + } + } + } ); + + </script> + </div> + + <br> + + <div> + <label for="editor4"> + Editor 4: + </label> + <div class="description"> + <p> + This editor is using a custom set of plugins and buttons. + </p> +<pre class="samples"> +CKEDITOR.replace( 'editor4', { + removePlugins: 'bidi,font,forms,flash,horizontalrule,iframe,justify,table,tabletools,smiley', + removeButtons: 'Anchor,Underline,Strike,Subscript,Superscript,Image', + format_tags: 'p;h1;h2;h3;pre;address' +} ); +</pre> + <p> + As you can see, removing plugins and buttons implies filtering. + Several tags are not allowed in the editor because there's no + plugin/button that is responsible for creating and editing this + kind of content (for example: the image is missing because + of <code>removeButtons: 'Image'</code>). The conclusion is that + <abbr title="Advanced Content Filter">ACF</abbr> works "backwards" + as well: <strong>modifying <abbr title="User Interface">UI</abbr> + elements is changing allowed content rules</strong>. + </p> + </div> + <textarea cols="80" id="editor4" name="editor4" rows="10"> + <h1><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg"/> Apollo 11</h1> <p><b>Apollo 11</b> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p> <p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5&nbsp;kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p> <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <p>Apollo 11 effectively ended the <a href="http://en.wikipedia.org/wiki/Space_Race" title="Space Race">Space Race</a> and fulfilled a national goal proposed in 1961 by the late U.S. President <a href="http://en.wikipedia.org/wiki/John_F._Kennedy" title="John F. Kennedy">John F. Kennedy</a> in a speech before the United States Congress:</p> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;s upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + <script> + + CKEDITOR.replace( 'editor4', { + removePlugins: 'bidi,div,font,forms,flash,horizontalrule,iframe,justify,table,tabletools,smiley', + removeButtons: 'Anchor,Underline,Strike,Subscript,Superscript,Image', + format_tags: 'p;h1;h2;h3;pre;address' + } ); + + </script> + </div> + + <br> + + <div> + <label for="editor5"> + Editor 5: + </label> + <div class="description"> + <p> + This editor is built on editable <code><h1></code> element. + <abbr title="Advanced Content Filter">ACF</abbr> takes care of + what can be included in <code><h1></code>. Note that there + are no block styles in Styles combo. Also why lists, indentation, + blockquote, div, form and other buttons are missing. + </p> + <p> + <abbr title="Advanced Content Filter">ACF</abbr> makes sure that + no disallowed tags will come to <code><h1></code> so the final + markup is valid. If the user tried to paste some invalid HTML + into this editor (let's say a list), it would be automatically + converted into plain text. + </p> + </div> + <h1 id="editor5" contenteditable="true"> + <em>Apollo 11</em> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. + </h1> + </div> + + <br> + + <div> + <label for="editor3"> + Editor 6: + </label> + <div class="description"> + <p> + This editor is using a custom configuration for <abbr title="Advanced Content Filter">ACF</abbr>. + It's using the <a href="http://docs.ckeditor.com/#!/guide/dev_disallowed_content" target="_blank"> + Disallowed Content</a> property of the filter to eliminate all <code>title</code> attributes. + </p> + +<pre class="samples"> +CKEDITOR.replace( 'editor6', { + allowedContent: { + 'b i ul ol big small': true, + 'h1 h2 h3 p blockquote li': { + styles: 'text-align' + }, + a: {attributes: '!href,target'}, + img: { + attributes: '!src,alt', + styles: 'width,height', + classes: 'left,right' + } + }, + disallowedContent: '*{title*}' +} ); +</pre> + </div> + <textarea cols="80" id="editor6" name="editor6" rows="10"> + <h1><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg"/> Apollo 11</h1> <p><b>Apollo 11</b> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p> <p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5&nbsp;kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p> <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <p>Apollo 11 effectively ended the <a href="http://en.wikipedia.org/wiki/Space_Race" title="Space Race">Space Race</a> and fulfilled a national goal proposed in 1961 by the late U.S. President <a href="http://en.wikipedia.org/wiki/John_F._Kennedy" title="John F. Kennedy">John F. Kennedy</a> in a speech before the United States Congress:</p> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;s upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + <script> + + CKEDITOR.replace( 'editor6', { + allowedContent: { + 'b i ul ol big small': true, + 'h1 h2 h3 p blockquote li': { + styles: 'text-align' + }, + a: {attributes: '!href,target'}, + img: { + attributes: '!src,alt', + styles: 'width,height', + classes: 'left,right' + } + }, + disallowedContent: '*{title*}' + } ); + + </script> + </div> + + <br> + + <div> + <label for="editor7"> + Editor 7: + </label> + <div class="description"> + <p> + This editor is using a custom configuration for <abbr title="Advanced Content Filter">ACF</abbr>. + It's using the <a href="http://docs.ckeditor.com/#!/guide/dev_disallowed_content" target="_blank"> + Disallowed Content</a> property of the filter to eliminate all <code>a</code> and <code>img</code> tags, + while allowing all other tags. + </p> +<pre class="samples"> +CKEDITOR.replace( 'editor7', { + allowedContent: { + // Allow all content. + $1: { + elements: CKEDITOR.dtd, + attributes: true, + styles: true, + classes: true + } + }, + disallowedContent: 'img a' +} ); +</pre> + </div> + <textarea cols="80" id="editor7" name="editor7" rows="10"> + <h1><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg"/> Apollo 11</h1> <p><b>Apollo 11</b> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p> <p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5&nbsp;kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p> <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <p>Apollo 11 effectively ended the <a href="http://en.wikipedia.org/wiki/Space_Race" title="Space Race">Space Race</a> and fulfilled a national goal proposed in 1961 by the late U.S. President <a href="http://en.wikipedia.org/wiki/John_F._Kennedy" title="John F. Kennedy">John F. Kennedy</a> in a speech before the United States Congress:</p> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;s upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + <script> + + CKEDITOR.replace( 'editor7', { + allowedContent: { + // allow all content + $1: { + elements: CKEDITOR.dtd, + attributes: true, + styles: true, + classes: true + } + }, + disallowedContent: 'img a' + } ); + + </script> + </div> + + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/devtools/devtools.html b/public/assets/ckeditor/samples/old/devtools/devtools.html new file mode 100644 index 0000000..20ba129 --- /dev/null +++ b/public/assets/ckeditor/samples/old/devtools/devtools.html @@ -0,0 +1,86 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Using DevTools Plugin — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <link rel="stylesheet" href="../../../samples/old/sample.css"> + <meta name="ckeditor-sample-name" content="Developer Tools plugin"> + <meta name="ckeditor-sample-group" content="Plugins"> + <meta name="ckeditor-sample-description" content="Using the Developer Tools plugin to display information about dialog window UI elements to allow for easier customization."> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » Using the Developer Tools Plugin + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/devtools.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to configure CKEditor instances to use the + <strong>Developer Tools</strong> (<code>devtools</code>) plugin that displays + information about dialog window elements, including the name of the dialog window, + tab, and UI element. Please note that the tooltip also contains a link to the + <a href="http://docs.ckeditor.com/#!/api">CKEditor JavaScript API</a> + documentation for each of the selected elements. + </p> + <p> + This plugin is aimed at developers who would like to customize their CKEditor + instances and create their own plugins. By default it is turned off; it is + usually useful to only turn it on in the development phase. Note that it works with + all CKEditor dialog windows, including the ones that were created by custom plugins. + </p> + <p> + To add a CKEditor instance using the <strong>devtools</strong> plugin, insert + the following JavaScript call into your code: + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + <strong>extraPlugins: 'devtools'</strong> +});</pre> + <p> + Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of + the <code><textarea></code> element to be replaced with CKEditor. + </p> + </div> + <form action="../../../samples/sample_posteddata.php" method="post"> + <p> + <label for="editor1"> + Editor 1: + </label> + <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <script> + + // This call can be placed at any point after the + // <textarea>, or inside a <head><script> in a + // window.onload event handler. + + // Replace the <textarea id="editor"> with an CKEditor + // instance, using default configurations. + CKEDITOR.replace( 'editor1', { + extraPlugins: 'devtools' + }); + + </script> + </p> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/dialog/assets/my_dialog.js b/public/assets/ckeditor/samples/old/dialog/assets/my_dialog.js new file mode 100644 index 0000000..f85af78 --- /dev/null +++ b/public/assets/ckeditor/samples/old/dialog/assets/my_dialog.js @@ -0,0 +1,48 @@ +/** + * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.dialog.add( 'myDialog', function() { + return { + title: 'My Dialog', + minWidth: 400, + minHeight: 200, + contents: [ + { + id: 'tab1', + label: 'First Tab', + title: 'First Tab', + elements: [ + { + id: 'input1', + type: 'text', + label: 'Text Field' + }, + { + id: 'select1', + type: 'select', + label: 'Select Field', + items: [ + [ 'option1', 'value1' ], + [ 'option2', 'value2' ] + ] + } + ] + }, + { + id: 'tab2', + label: 'Second Tab', + title: 'Second Tab', + elements: [ + { + id: 'button1', + type: 'button', + label: 'Button Field' + } + ] + } + ] + }; +} ); + diff --git a/public/assets/ckeditor/samples/old/dialog/dialog.html b/public/assets/ckeditor/samples/old/dialog/dialog.html new file mode 100644 index 0000000..7fda2bb --- /dev/null +++ b/public/assets/ckeditor/samples/old/dialog/dialog.html @@ -0,0 +1,190 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Using API to Customize Dialog Windows — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <link rel="stylesheet" href="../../../samples/old/sample.css"> + <meta name="ckeditor-sample-name" content="Using the JavaScript API to customize dialog windows"> + <meta name="ckeditor-sample-group" content="Advanced Samples"> + <meta name="ckeditor-sample-description" content="Using the dialog windows API to customize dialog windows without changing the original editor code."> + <style> + + .cke_button__mybutton_icon + { + display: none !important; + } + + .cke_button__mybutton_label + { + display: inline !important; + } + + </style> + <script> + + CKEDITOR.on( 'instanceCreated', function( ev ){ + var editor = ev.editor; + + // Listen for the "pluginsLoaded" event, so we are sure that the + // "dialog" plugin has been loaded and we are able to do our + // customizations. + editor.on( 'pluginsLoaded', function() { + + // If our custom dialog has not been registered, do that now. + if ( !CKEDITOR.dialog.exists( 'myDialog' ) ) { + // We need to do the following trick to find out the dialog + // definition file URL path. In the real world, you would simply + // point to an absolute path directly, like "/mydir/mydialog.js". + var href = document.location.href.split( '/' ); + href.pop(); + href.push( 'assets/my_dialog.js' ); + href = href.join( '/' ); + + // Finally, register the dialog. + CKEDITOR.dialog.add( 'myDialog', href ); + } + + // Register the command used to open the dialog. + editor.addCommand( 'myDialogCmd', new CKEDITOR.dialogCommand( 'myDialog' ) ); + + // Add the a custom toolbar buttons, which fires the above + // command.. + editor.ui.add( 'MyButton', CKEDITOR.UI_BUTTON, { + label: 'My Dialog', + command: 'myDialogCmd' + }); + }); + }); + + // When opening a dialog, its "definition" is created for it, for + // each editor instance. The "dialogDefinition" event is then + // fired. We should use this event to make customizations to the + // definition of existing dialogs. + CKEDITOR.on( 'dialogDefinition', function( ev ) { + // Take the dialog name and its definition from the event data. + var dialogName = ev.data.name; + var dialogDefinition = ev.data.definition; + + // Check if the definition is from the dialog we're + // interested on (the "Link" dialog). + if ( dialogName == 'myDialog' && ev.editor.name == 'editor2' ) { + // Get a reference to the "Link Info" tab. + var infoTab = dialogDefinition.getContents( 'tab1' ); + + // Add a new text field to the "tab1" tab page. + infoTab.add( { + type: 'text', + label: 'My Custom Field', + id: 'customField', + 'default': 'Sample!', + validate: function() { + if ( ( /\d/ ).test( this.getValue() ) ) + return 'My Custom Field must not contain digits'; + } + }); + + // Remove the "select1" field from the "tab1" tab. + infoTab.remove( 'select1' ); + + // Set the default value for "input1" field. + var input1 = infoTab.get( 'input1' ); + input1[ 'default' ] = 'www.example.com'; + + // Remove the "tab2" tab page. + dialogDefinition.removeContents( 'tab2' ); + + // Add a new tab to the "Link" dialog. + dialogDefinition.addContents( { + id: 'customTab', + label: 'My Tab', + accessKey: 'M', + elements: [ + { + id: 'myField1', + type: 'text', + label: 'My Text Field' + }, + { + id: 'myField2', + type: 'text', + label: 'Another Text Field' + } + ] + }); + + // Provide the focus handler to start initial focus in "customField" field. + dialogDefinition.onFocus = function() { + var urlField = this.getContentElement( 'tab1', 'customField' ); + urlField.select(); + }; + } + }); + + var config = { + extraPlugins: 'dialog', + toolbar: [ [ 'MyButton' ] ] + }; + + </script> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » Using CKEditor Dialog API + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out the <a href="http://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to use the + <a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.dialog">CKEditor Dialog API</a> + to customize CKEditor dialog windows without changing the original editor code. + The following customizations are being done in the example below: + </p> + <p> + For details on how to create this setup check the source code of this sample page. + </p> + </div> + <p>A custom dialog is added to the editors using the <code>pluginsLoaded</code> event, from an external <a target="_blank" href="assets/my_dialog.js">dialog definition file</a>:</p> + <ol> + <li><strong>Creating a custom dialog window</strong> – "My Dialog" dialog window opened with the "My Dialog" toolbar button.</li> + <li><strong>Creating a custom button</strong> – Add button to open the dialog with "My Dialog" toolbar button.</li> + </ol> + <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <script> + // Replace the <textarea id="editor1"> with an CKEditor instance. + CKEDITOR.replace( 'editor1', config ); + </script> + <p>The below editor modify the dialog definition of the above added dialog using the <code>dialogDefinition</code> event:</p> + <ol> + <li><strong>Adding dialog tab</strong> – Add new tab "My Tab" to dialog window.</li> + <li><strong>Removing a dialog window tab</strong> – Remove "Second Tab" page from the dialog window.</li> + <li><strong>Adding dialog window fields</strong> – Add "My Custom Field" to the dialog window.</li> + <li><strong>Removing dialog window field</strong> – Remove "Select Field" selection field from the dialog window.</li> + <li><strong>Setting default values for dialog window fields</strong> – Set default value of "Text Field" text field. </li> + <li><strong>Setup initial focus for dialog window</strong> – Put initial focus on "My Custom Field" text field. </li> + </ol> + <textarea cols="80" id="editor2" name="editor2" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <script> + + // Replace the <textarea id="editor1"> with an CKEditor instance. + CKEDITOR.replace( 'editor2', config ); + + </script> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/divarea/divarea.html b/public/assets/ckeditor/samples/old/divarea/divarea.html new file mode 100644 index 0000000..6caed81 --- /dev/null +++ b/public/assets/ckeditor/samples/old/divarea/divarea.html @@ -0,0 +1,64 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Replace Textarea with a "DIV-based" editor — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <link href="../../../samples/old/sample.css" rel="stylesheet"> + <meta name="ckeditor-sample-name" content="Replace Textarea with a "DIV-based" editor"> + <meta name="ckeditor-sample-group" content="Advanced Samples"> + <meta name="ckeditor-sample-description" content="Using <code>div</code> instead of <code>iframe</code> for rich editing."> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » Replace Textarea with a "DIV-based" editor + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out the <a href="http://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>. + </div> + <form action="../../../samples/sample_posteddata.php" method="post"> + <div class="description"> + <p> + This editor is using a <code><div></code> element-based editing area, provided by the <strong>Divarea</strong> plugin. + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + extraPlugins: 'divarea' +});</pre> + </div> + <textarea cols="80" id="editor1" name="editor1" rows="10"> + <h1><img alt="Saturn V carrying Apollo 11" class="right" src="../../../samples/old/assets/sample.jpg"/> Apollo 11</h1> <p><b>Apollo 11</b> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p> <p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5&nbsp;kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p> <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <p>Apollo 11 effectively ended the <a href="http://en.wikipedia.org/wiki/Space_Race" title="Space Race">Space Race</a> and fulfilled a national goal proposed in 1961 by the late U.S. President <a href="http://en.wikipedia.org/wiki/John_F._Kennedy" title="John F. Kennedy">John F. Kennedy</a> in a speech before the United States Congress:</p> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;s upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + <script> + + // This call can be placed at any point after the + // <textarea>, or inside a <head><script> in a + // window.onload event handler. + + // Replace the <textarea id="editor"> with an CKEditor + // instance, using default configurations. + CKEDITOR.replace( 'editor1', { + extraPlugins: 'divarea' + }); + + </script> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/divreplace.html b/public/assets/ckeditor/samples/old/divreplace.html new file mode 100644 index 0000000..3fdb9b2 --- /dev/null +++ b/public/assets/ckeditor/samples/old/divreplace.html @@ -0,0 +1,144 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Replace DIV — CKEditor Sample</title> + <script src="../../ckeditor.js"></script> + <link href="sample.css" rel="stylesheet"> + <style> + + div.editable + { + border: solid 2px transparent; + padding-left: 15px; + padding-right: 15px; + } + + div.editable:hover + { + border-color: black; + } + + </style> + <script> + + // Uncomment the following code to test the "Timeout Loading Method". + // CKEDITOR.loadFullCoreTimeout = 5; + + window.onload = function() { + // Listen to the double click event. + if ( window.addEventListener ) + document.body.addEventListener( 'dblclick', onDoubleClick, false ); + else if ( window.attachEvent ) + document.body.attachEvent( 'ondblclick', onDoubleClick ); + + }; + + function onDoubleClick( ev ) { + // Get the element which fired the event. This is not necessarily the + // element to which the event has been attached. + var element = ev.target || ev.srcElement; + + // Find out the div that holds this element. + var name; + + do { + element = element.parentNode; + } + while ( element && ( name = element.nodeName.toLowerCase() ) && + ( name != 'div' || element.className.indexOf( 'editable' ) == -1 ) && name != 'body' ); + + if ( name == 'div' && element.className.indexOf( 'editable' ) != -1 ) + replaceDiv( element ); + } + + var editor; + + function replaceDiv( div ) { + if ( editor ) + editor.destroy(); + + editor = CKEDITOR.replace( div ); + } + + </script> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Replace DIV with CKEditor on the Fly + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out the <a href="http://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to automatically replace <code><div></code> elements + with a CKEditor instance on the fly, following user's doubleclick. The content + that was previously placed inside the <code><div></code> element will now + be moved into CKEditor editing area. + </p> + <p> + For details on how to create this setup check the source code of this sample page. + </p> + </div> + <p> + Double-click any of the following <code><div></code> elements to transform them into + editor instances. + </p> + <div class="editable"> + <h3> + Part 1 + </h3> + <p> + Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras et ipsum quis mi + semper accumsan. Integer pretium dui id massa. Suspendisse in nisl sit amet urna + rutrum imperdiet. Nulla eu tellus. Donec ante nisi, ullamcorper quis, fringilla + nec, sagittis eleifend, pede. Nulla commodo interdum massa. Donec id metus. Fusce + eu ipsum. Suspendisse auctor. Phasellus fermentum porttitor risus. + </p> + </div> + <div class="editable"> + <h3> + Part 2 + </h3> + <p> + Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras et ipsum quis mi + semper accumsan. Integer pretium dui id massa. Suspendisse in nisl sit amet urna + rutrum imperdiet. Nulla eu tellus. Donec ante nisi, ullamcorper quis, fringilla + nec, sagittis eleifend, pede. Nulla commodo interdum massa. Donec id metus. Fusce + eu ipsum. Suspendisse auctor. Phasellus fermentum porttitor risus. + </p> + <p> + Donec velit. Mauris massa. Vestibulum non nulla. Nam suscipit arcu nec elit. Phasellus + sollicitudin iaculis ante. Ut non mauris et sapien tincidunt adipiscing. Vestibulum + vitae leo. Suspendisse nec mi tristique nulla laoreet vulputate. + </p> + </div> + <div class="editable"> + <h3> + Part 3 + </h3> + <p> + Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras et ipsum quis mi + semper accumsan. Integer pretium dui id massa. Suspendisse in nisl sit amet urna + rutrum imperdiet. Nulla eu tellus. Donec ante nisi, ullamcorper quis, fringilla + nec, sagittis eleifend, pede. Nulla commodo interdum massa. Donec id metus. Fusce + eu ipsum. Suspendisse auctor. Phasellus fermentum porttitor risus. + </p> + </div> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/docprops/docprops.html b/public/assets/ckeditor/samples/old/docprops/docprops.html new file mode 100644 index 0000000..ca7f593 --- /dev/null +++ b/public/assets/ckeditor/samples/old/docprops/docprops.html @@ -0,0 +1,81 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Document Properties — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <link rel="stylesheet" href="../../../samples/old/sample.css"> + <meta name="ckeditor-sample-name" content="Document Properties plugin"> + <meta name="ckeditor-sample-group" content="Plugins"> + <meta name="ckeditor-sample-description" content="Manage various page meta data with a dialog."> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » Document Properties Plugin + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/fullpage.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to configure CKEditor to use the <strong>Document Properties</strong> plugin. + This plugin allows you to set the metadata of the page, including the page encoding, margins, + meta tags, or background. + </p> + <p><strong>Note: </strong> This plugin is to be used along with the <code>fullPage</code> configuration.</p> + <p> + The CKEditor instance below is inserted with a JavaScript call using the following code: + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + <strong>fullPage: true</strong>, + <strong>extraPlugins: 'docprops'</strong>, + <strong>allowedContent: true</strong> +}); +</pre> + <p> + Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of + the <code><textarea></code> element to be replaced. + </p> + <p> + The <code><em>allowedContent</em></code> in the code above is set to <code>true</code> to disable content filtering. + Setting this option is not obligatory, but in full page mode there is a strong chance that one may want be able to freely enter any HTML content in source mode without any limitations. + </p> + </div> + <form action="../../../samples/sample_posteddata.php" method="post"> + <label for="editor1"> + CKEditor output the entire page including content outside of + <code><body></code> element, so content like meta and title can be changed: + </label> + <textarea cols="80" id="editor1" name="editor1" rows="10"> + <h1><img alt="Saturn V carrying Apollo 11" align="right" src="../../../samples/old/assets/sample.jpg"/> Apollo 11</h1> <p><b>Apollo 11</b> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p> <p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5&nbsp;kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p> <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <p>Apollo 11 effectively ended the <a href="http://en.wikipedia.org/wiki/Space_Race" title="Space Race">Space Race</a> and fulfilled a national goal proposed in 1961 by the late U.S. President <a href="http://en.wikipedia.org/wiki/John_F._Kennedy" title="John F. Kennedy">John F. Kennedy</a> in a speech before the United States Congress:</p> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;s upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + <script> + + CKEDITOR.replace( 'editor1', { + fullPage: true, + extraPlugins: 'docprops', + allowedContent: true + }); + + </script> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/enterkey/enterkey.html b/public/assets/ckeditor/samples/old/enterkey/enterkey.html new file mode 100644 index 0000000..6b78e06 --- /dev/null +++ b/public/assets/ckeditor/samples/old/enterkey/enterkey.html @@ -0,0 +1,106 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>ENTER Key Configuration — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <link href="../../../samples/old/sample.css" rel="stylesheet"> + <meta name="ckeditor-sample-name" content="Using the "Enter" key in CKEditor"> + <meta name="ckeditor-sample-group" content="Advanced Samples"> + <meta name="ckeditor-sample-description" content="Configuring the behavior of <em>Enter</em> and <em>Shift+Enter</em> keys."> + <script> + + var editor; + + function changeEnter() { + // If we already have an editor, let's destroy it first. + if ( editor ) + editor.destroy( true ); + + // Create the editor again, with the appropriate settings. + editor = CKEDITOR.replace( 'editor1', { + extraPlugins: 'enterkey', + enterMode: Number( document.getElementById( 'xEnter' ).value ), + shiftEnterMode: Number( document.getElementById( 'xShiftEnter' ).value ) + }); + } + + window.onload = changeEnter; + + </script> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » ENTER Key Configuration + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/enterkey.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to configure the <em>Enter</em> and <em>Shift+Enter</em> keys + to perform actions specified in the + <a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-enterMode"><code>enterMode</code></a> + and <a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-shiftEnterMode"><code>shiftEnterMode</code></a> + parameters, respectively. + You can choose from the following options: + </p> + <ul class="samples"> + <li><strong><code>ENTER_P</code></strong> – new <code><p></code> paragraphs are created;</li> + <li><strong><code>ENTER_BR</code></strong> – lines are broken with <code><br></code> elements;</li> + <li><strong><code>ENTER_DIV</code></strong> – new <code><div></code> blocks are created.</li> + </ul> + <p> + The sample code below shows how to configure CKEditor to create a <code><div></code> block when <em>Enter</em> key is pressed. + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + <strong>enterMode: CKEDITOR.ENTER_DIV</strong> +});</pre> + <p> + Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of + the <code><textarea></code> element to be replaced. + </p> + </div> + <div style="float: left; margin-right: 20px"> + When <em>Enter</em> is pressed:<br> + <select id="xEnter" onchange="changeEnter();"> + <option selected="selected" value="1">Create a new <P> (recommended)</option> + <option value="3">Create a new <DIV></option> + <option value="2">Break the line with a <BR></option> + </select> + </div> + <div style="float: left"> + When <em>Shift+Enter</em> is pressed:<br> + <select id="xShiftEnter" onchange="changeEnter();"> + <option value="1">Create a new <P></option> + <option value="3">Create a new <DIV></option> + <option selected="selected" value="2">Break the line with a <BR> (recommended)</option> + </select> + </div> + <br style="clear: both"> + <form action="../../../samples/sample_posteddata.php" method="post"> + <p> + <br> + <textarea cols="80" id="editor1" name="editor1" rows="10">This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</textarea> + </p> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla b/public/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla new file mode 100644 index 0000000000000000000000000000000000000000..27e68ccd1cb7192c8bda2418d198d90f1aff10a7 GIT binary patch literal 85504 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf b/public/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf new file mode 100644 index 0000000000000000000000000000000000000000..dbe17b6bce5b9311776f43c2b527f5d696181e31 GIT binary patch literal 15571 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/swfobject.js b/public/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/swfobject.js new file mode 100644 index 0000000..0700921 --- /dev/null +++ b/public/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/swfobject.js @@ -0,0 +1,19 @@ +var swfobject=function(){function w(){if(!u){try{var a=d.getElementsByTagName("body")[0].appendChild(d.createElement("span"));a.parentNode.removeChild(a)}catch(b){return}u=!0;for(var a=z.length,c=0;c<a;c++)z[c]()}}function M(a){u?a():z[z.length]=a}function N(a){if("undefined"!=typeof n.addEventListener)n.addEventListener("load",a,!1);else if("undefined"!=typeof d.addEventListener)d.addEventListener("load",a,!1);else if("undefined"!=typeof n.attachEvent)U(n,"onload",a);else if("function"==typeof n.onload){var b= +n.onload;n.onload=function(){b();a()}}else n.onload=a}function V(){var a=d.getElementsByTagName("body")[0],b=d.createElement("object");b.setAttribute("type","application/x-shockwave-flash");var c=a.appendChild(b);if(c){var f=0;(function(){if("undefined"!=typeof c.GetVariable){var g=c.GetVariable("$version");g&&(g=g.split(" ")[1].split(","),e.pv=[parseInt(g[0],10),parseInt(g[1],10),parseInt(g[2],10)])}else if(10>f){f++;setTimeout(arguments.callee,10);return}a.removeChild(b);c=null;E()})()}else E()} +function E(){var a=r.length;if(0<a)for(var b=0;b<a;b++){var c=r[b].id,f=r[b].callbackFn,g={success:!1,id:c};if(0<e.pv[0]){var d=p(c);if(d)if(!A(r[b].swfVersion)||e.wk&&312>e.wk)if(r[b].expressInstall&&F()){g={};g.data=r[b].expressInstall;g.width=d.getAttribute("width")||"0";g.height=d.getAttribute("height")||"0";d.getAttribute("class")&&(g.styleclass=d.getAttribute("class"));d.getAttribute("align")&&(g.align=d.getAttribute("align"));for(var h={},d=d.getElementsByTagName("param"),k=d.length,l=0;l< +k;l++)"movie"!=d[l].getAttribute("name").toLowerCase()&&(h[d[l].getAttribute("name")]=d[l].getAttribute("value"));G(g,h,c,f)}else W(d),f&&f(g);else v(c,!0),f&&(g.success=!0,g.ref=H(c),f(g))}else v(c,!0),f&&((c=H(c))&&"undefined"!=typeof c.SetVariable&&(g.success=!0,g.ref=c),f(g))}}function H(a){var b=null;(a=p(a))&&"OBJECT"==a.nodeName&&("undefined"!=typeof a.SetVariable?b=a:(a=a.getElementsByTagName("object")[0])&&(b=a));return b}function F(){return!B&&A("6.0.65")&&(e.win||e.mac)&&!(e.wk&&312>e.wk)} +function G(a,b,c,f){B=!0;I=f||null;O={success:!1,id:c};var g=p(c);if(g){"OBJECT"==g.nodeName?(y=J(g),C=null):(y=g,C=c);a.id="SWFObjectExprInst";if("undefined"==typeof a.width||!/%$/.test(a.width)&&310>parseInt(a.width,10))a.width="310";if("undefined"==typeof a.height||!/%$/.test(a.height)&&137>parseInt(a.height,10))a.height="137";d.title=d.title.slice(0,47)+" - Flash Player Installation";f=e.ie&&e.win?"ActiveX":"PlugIn";f="MMredirectURL\x3d"+n.location.toString().replace(/&/g,"%26")+"\x26MMplayerType\x3d"+ +f+"\x26MMdoctitle\x3d"+d.title;b.flashvars="undefined"!=typeof b.flashvars?b.flashvars+("\x26"+f):f;e.ie&&e.win&&4!=g.readyState&&(f=d.createElement("div"),c+="SWFObjectNew",f.setAttribute("id",c),g.parentNode.insertBefore(f,g),g.style.display="none",function(){4==g.readyState?g.parentNode.removeChild(g):setTimeout(arguments.callee,10)}());K(a,b,c)}}function W(a){if(e.ie&&e.win&&4!=a.readyState){var b=d.createElement("div");a.parentNode.insertBefore(b,a);b.parentNode.replaceChild(J(a),b);a.style.display= +"none";(function(){4==a.readyState?a.parentNode.removeChild(a):setTimeout(arguments.callee,10)})()}else a.parentNode.replaceChild(J(a),a)}function J(a){var b=d.createElement("div");if(e.win&&e.ie)b.innerHTML=a.innerHTML;else if(a=a.getElementsByTagName("object")[0])if(a=a.childNodes)for(var c=a.length,f=0;f<c;f++)1==a[f].nodeType&&"PARAM"==a[f].nodeName||8==a[f].nodeType||b.appendChild(a[f].cloneNode(!0));return b}function K(a,b,c){var f,g=p(c);if(e.wk&&312>e.wk)return f;if(g)if("undefined"==typeof a.id&& +(a.id=c),e.ie&&e.win){var q="",h;for(h in a)a[h]!=Object.prototype[h]&&("data"==h.toLowerCase()?b.movie=a[h]:"styleclass"==h.toLowerCase()?q+=' class\x3d"'+a[h]+'"':"classid"!=h.toLowerCase()&&(q+=" "+h+'\x3d"'+a[h]+'"'));h="";for(var k in b)b[k]!=Object.prototype[k]&&(h+='\x3cparam name\x3d"'+k+'" value\x3d"'+b[k]+'" /\x3e');g.outerHTML='\x3cobject classid\x3d"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+q+"\x3e"+h+"\x3c/object\x3e";D[D.length]=a.id;f=p(a.id)}else{k=d.createElement("object");k.setAttribute("type", +"application/x-shockwave-flash");for(var l in a)a[l]!=Object.prototype[l]&&("styleclass"==l.toLowerCase()?k.setAttribute("class",a[l]):"classid"!=l.toLowerCase()&&k.setAttribute(l,a[l]));for(q in b)b[q]!=Object.prototype[q]&&"movie"!=q.toLowerCase()&&(a=k,h=q,l=b[q],c=d.createElement("param"),c.setAttribute("name",h),c.setAttribute("value",l),a.appendChild(c));g.parentNode.replaceChild(k,g);f=k}return f}function P(a){var b=p(a);b&&"OBJECT"==b.nodeName&&(e.ie&&e.win?(b.style.display="none",function(){if(4== +b.readyState){var c=p(a);if(c){for(var f in c)"function"==typeof c[f]&&(c[f]=null);c.parentNode.removeChild(c)}}else setTimeout(arguments.callee,10)}()):b.parentNode.removeChild(b))}function p(a){var b=null;try{b=d.getElementById(a)}catch(c){}return b}function U(a,b,c){a.attachEvent(b,c);x[x.length]=[a,b,c]}function A(a){var b=e.pv;a=a.split(".");a[0]=parseInt(a[0],10);a[1]=parseInt(a[1],10)||0;a[2]=parseInt(a[2],10)||0;return b[0]>a[0]||b[0]==a[0]&&b[1]>a[1]||b[0]==a[0]&&b[1]==a[1]&&b[2]>=a[2]?!0: +!1}function Q(a,b,c,f){if(!e.ie||!e.mac){var g=d.getElementsByTagName("head")[0];g&&(c=c&&"string"==typeof c?c:"screen",f&&(L=m=null),m&&L==c||(f=d.createElement("style"),f.setAttribute("type","text/css"),f.setAttribute("media",c),m=g.appendChild(f),e.ie&&e.win&&"undefined"!=typeof d.styleSheets&&0<d.styleSheets.length&&(m=d.styleSheets[d.styleSheets.length-1]),L=c),e.ie&&e.win?m&&"object"==typeof m.addRule&&m.addRule(a,b):m&&"undefined"!=typeof d.createTextNode&&m.appendChild(d.createTextNode(a+ +" {"+b+"}")))}}function v(a,b){if(R){var c=b?"visible":"hidden";u&&p(a)?p(a).style.visibility=c:Q("#"+a,"visibility:"+c)}}function S(a){return null!=/[\\\"<>\.;]/.exec(a)&&"undefined"!=typeof encodeURIComponent?encodeURIComponent(a):a}var n=window,d=document,t=navigator,T=!1,z=[function(){T?V():E()}],r=[],D=[],x=[],y,C,I,O,u=!1,B=!1,m,L,R=!0,e=function(){var a="undefined"!=typeof d.getElementById&&"undefined"!=typeof d.getElementsByTagName&&"undefined"!=typeof d.createElement,b=t.userAgent.toLowerCase(), +c=t.platform.toLowerCase(),f=c?/win/.test(c):/win/.test(b),c=c?/mac/.test(c):/mac/.test(b),b=/webkit/.test(b)?parseFloat(b.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):!1,g=!+"\v1",e=[0,0,0],h=null;if("undefined"!=typeof t.plugins&&"object"==typeof t.plugins["Shockwave Flash"])!(h=t.plugins["Shockwave Flash"].description)||"undefined"!=typeof t.mimeTypes&&t.mimeTypes["application/x-shockwave-flash"]&&!t.mimeTypes["application/x-shockwave-flash"].enabledPlugin||(T=!0,g=!1,h=h.replace(/^.*\s+(\S+\s+\S+$)/, +"$1"),e[0]=parseInt(h.replace(/^(.*)\..*$/,"$1"),10),e[1]=parseInt(h.replace(/^.*\.(.*)\s.*$/,"$1"),10),e[2]=/[a-zA-Z]/.test(h)?parseInt(h.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0);else if("undefined"!=typeof n.ActiveXObject)try{var k=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");k&&(h=k.GetVariable("$version"))&&(g=!0,h=h.split(" ")[1].split(","),e=[parseInt(h[0],10),parseInt(h[1],10),parseInt(h[2],10)])}catch(l){}return{w3:a,pv:e,wk:b,ie:g,win:f,mac:c}}();(function(){e.w3&&(("undefined"!=typeof d.readyState&& +"complete"==d.readyState||"undefined"==typeof d.readyState&&(d.getElementsByTagName("body")[0]||d.body))&&w(),u||("undefined"!=typeof d.addEventListener&&d.addEventListener("DOMContentLoaded",w,!1),e.ie&&e.win&&(d.attachEvent("onreadystatechange",function(){"complete"==d.readyState&&(d.detachEvent("onreadystatechange",arguments.callee),w())}),n==top&&function(){if(!u){try{d.documentElement.doScroll("left")}catch(a){setTimeout(arguments.callee,0);return}w()}}()),e.wk&&function(){u||(/loaded|complete/.test(d.readyState)? +w():setTimeout(arguments.callee,0))}(),N(w)))})();(function(){e.ie&&e.win&&window.attachEvent("onunload",function(){for(var a=x.length,b=0;b<a;b++)x[b][0].detachEvent(x[b][1],x[b][2]);a=D.length;for(b=0;b<a;b++)P(D[b]);for(var c in e)e[c]=null;e=null;for(var f in swfobject)swfobject[f]=null;swfobject=null})})();return{registerObject:function(a,b,c,f){if(e.w3&&a&&b){var d={};d.id=a;d.swfVersion=b;d.expressInstall=c;d.callbackFn=f;r[r.length]=d;v(a,!1)}else f&&f({success:!1,id:a})},getObjectById:function(a){if(e.w3)return H(a)}, +embedSWF:function(a,b,c,d,g,q,h,k,l,n){var p={success:!1,id:b};e.w3&&!(e.wk&&312>e.wk)&&a&&b&&c&&d&&g?(v(b,!1),M(function(){c+="";d+="";var e={};if(l&&"object"===typeof l)for(var m in l)e[m]=l[m];e.data=a;e.width=c;e.height=d;m={};if(k&&"object"===typeof k)for(var r in k)m[r]=k[r];if(h&&"object"===typeof h)for(var t in h)m.flashvars="undefined"!=typeof m.flashvars?m.flashvars+("\x26"+t+"\x3d"+h[t]):t+"\x3d"+h[t];if(A(g))r=K(e,m,b),e.id==b&&v(b,!0),p.success=!0,p.ref=r;else{if(q&&F()){e.data=q;G(e, +m,b,n);return}v(b,!0)}n&&n(p)})):n&&n(p)},switchOffAutoHideShow:function(){R=!1},ua:e,getFlashPlayerVersion:function(){return{major:e.pv[0],minor:e.pv[1],release:e.pv[2]}},hasFlashPlayerVersion:A,createSWF:function(a,b,c){if(e.w3)return K(a,b,c)},showExpressInstall:function(a,b,c,d){e.w3&&F()&&G(a,b,c,d)},removeSWF:function(a){e.w3&&P(a)},createCSS:function(a,b,c,d){e.w3&&Q(a,b,c,d)},addDomLoadEvent:M,addLoadEvent:N,getQueryParamValue:function(a){var b=d.location.search||d.location.hash;if(b){/\?/.test(b)&& +(b=b.split("?")[1]);if(null==a)return S(b);for(var b=b.split("\x26"),c=0;c<b.length;c++)if(b[c].substring(0,b[c].indexOf("\x3d"))==a)return S(b[c].substring(b[c].indexOf("\x3d")+1))}return""},expressInstallCallback:function(){if(B){var a=p("SWFObjectExprInst");a&&y&&(a.parentNode.replaceChild(y,a),C&&(v(C,!0),e.ie&&e.win&&(y.style.display="block")),I&&I(O));B=!1}}}}(); \ No newline at end of file diff --git a/public/assets/ckeditor/samples/old/htmlwriter/outputforflash.html b/public/assets/ckeditor/samples/old/htmlwriter/outputforflash.html new file mode 100644 index 0000000..a4318f3 --- /dev/null +++ b/public/assets/ckeditor/samples/old/htmlwriter/outputforflash.html @@ -0,0 +1,283 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Output for Flash — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <script src="../../../samples/old/sample.js"></script> + <script src="assets/outputforflash/swfobject.js"></script> + <link href="../../../samples/old/sample.css" rel="stylesheet"> + <meta name="ckeditor-sample-required-plugins" content="sourcearea"> + <meta name="ckeditor-sample-name" content="Output for Flash"> + <meta name="ckeditor-sample-group" content="Advanced Samples"> + <meta name="ckeditor-sample-description" content="Configuring CKEditor to produce HTML code that can be used with Adobe Flash."> + <style> + + .alert + { + background: #ffa84c; + padding: 10px 15px; + font-weight: bold; + display: block; + margin-bottom: 20px; + } + + </style> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » Producing Flash Compliant HTML Output + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out the <a href="http://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to configure CKEditor to output + HTML code that can be used with + <a class="samples" href="http://www.adobe.com/livedocs/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000922.html"> + Adobe Flash</a>. + The code will contain a subset of standard HTML elements like <code><b></code>, + <code><i></code>, and <code><p></code> as well as HTML attributes. + </p> + <p> + To add a CKEditor instance outputting Flash compliant HTML code, load the editor using a standard + JavaScript call, and define CKEditor features to use HTML elements and attributes. + </p> + <p> + For details on how to create this setup check the source code of this sample page. + </p> + </div> + <p> + To see how it works, create some content in the editing area of CKEditor on the left + and send it to the Flash object on the right side of the page by using the + <strong>Send to Flash</strong> button. + </p> + <table style="width: 100%; border-spacing: 0; border-collapse:collapse;"> + <tr> + <td style="width: 100%"> + <textarea cols="80" id="editor1" name="editor1" rows="10"><p><b><font size="18" style="font-size:18px;">Flash and HTML</font></b></p><p>&nbsp;</p><p>It is possible to have <a href="http://ckeditor.com">CKEditor</a> creating content that will be later loaded inside <b>Flash</b> objects and animations.</p><p>&nbsp;</p><p>Flash has a few limitations when dealing with HTML:</p><p>&nbsp;</p><ul><li>It has limited support on tags.</li><li>There is no margin between block elements, like paragraphs.</li></ul></textarea> + <script> + + if ( document.location.protocol == 'file:' ) + alert( 'Warning: This samples does not work when loaded from local filesystem' + + 'due to security restrictions implemented in Flash.' + + '\n\nPlease load the sample from a web server instead.' ); + + var editor = CKEDITOR.replace( 'editor1', { + /* + * Ensure that htmlwriter plugin, which is required for this sample, is loaded. + */ + extraPlugins: 'htmlwriter', + + height: 290, + width: '100%', + toolbar: [ + [ 'Source', '-', 'Bold', 'Italic', 'Underline', '-', 'BulletedList', '-', 'Link', 'Unlink' ], + [ 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock' ], + '/', + [ 'Font', 'FontSize' ], + [ 'TextColor', '-', 'About' ] + ], + + /* + * Style sheet for the contents + */ + contentsCss: 'body {color:#000; background-color#FFF; font-family: Arial; font-size:80%;} p, ol, ul {margin-top: 0px; margin-bottom: 0px;}', + + /* + * Quirks doctype + */ + docType: '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">', + + /* + * Core styles. + */ + coreStyles_bold: { element: 'b' }, + coreStyles_italic: { element: 'i' }, + coreStyles_underline: { element: 'u' }, + + /* + * Font face. + */ + + // Define the way font elements will be applied to the document. The "font" + // element will be used. + font_style: { + element: 'font', + attributes: { 'face': '#(family)' } + }, + + /* + * Font sizes. + */ + + // The CSS part of the font sizes isn't used by Flash, it is there to get the + // font rendered correctly in CKEditor. + fontSize_sizes: '8px/8;9px/9;10px/10;11px/11;12px/12;14px/14;16px/16;18px/18;20px/20;22px/22;24px/24;26px/26;28px/28;36px/36;48px/48;72px/72', + fontSize_style: { + element: 'font', + attributes: { 'size': '#(size)' }, + styles: { 'font-size': '#(size)px' } + } , + + /* + * Font colors. + */ + colorButton_enableMore: true, + + colorButton_foreStyle: { + element: 'font', + attributes: { 'color': '#(color)' } + }, + + colorButton_backStyle: { + element: 'font', + styles: { 'background-color': '#(color)' } + }, + + on: { 'instanceReady': configureFlashOutput } + }); + + /* + * Adjust the behavior of the dataProcessor to match the + * requirements of Flash + */ + function configureFlashOutput( ev ) { + var editor = ev.editor, + dataProcessor = editor.dataProcessor, + htmlFilter = dataProcessor && dataProcessor.htmlFilter; + + // Out self closing tags the HTML4 way, like <br>. + dataProcessor.writer.selfClosingEnd = '>'; + + // Make output formatting match Flash expectations + var dtd = CKEDITOR.dtd; + for ( var e in CKEDITOR.tools.extend( {}, dtd.$nonBodyContent, dtd.$block, dtd.$listItem, dtd.$tableContent ) ) { + dataProcessor.writer.setRules( e, { + indent: false, + breakBeforeOpen: false, + breakAfterOpen: false, + breakBeforeClose: false, + breakAfterClose: false + }); + } + dataProcessor.writer.setRules( 'br', { + indent: false, + breakBeforeOpen: false, + breakAfterOpen: false, + breakBeforeClose: false, + breakAfterClose: false + }); + + // Output properties as attributes, not styles. + htmlFilter.addRules( { + elements: { + $: function( element ) { + var style, match, width, height, align; + + // Output dimensions of images as width and height + if ( element.name == 'img' ) { + style = element.attributes.style; + + if ( style ) { + // Get the width from the style. + match = ( /(?:^|\s)width\s*:\s*(\d+)px/i ).exec( style ); + width = match && match[1]; + + // Get the height from the style. + match = ( /(?:^|\s)height\s*:\s*(\d+)px/i ).exec( style ); + height = match && match[1]; + + if ( width ) { + element.attributes.style = element.attributes.style.replace( /(?:^|\s)width\s*:\s*(\d+)px;?/i , '' ); + element.attributes.width = width; + } + + if ( height ) { + element.attributes.style = element.attributes.style.replace( /(?:^|\s)height\s*:\s*(\d+)px;?/i , '' ); + element.attributes.height = height; + } + } + } + + // Output alignment of paragraphs using align + if ( element.name == 'p' ) { + style = element.attributes.style; + + if ( style ) { + // Get the align from the style. + match = ( /(?:^|\s)text-align\s*:\s*(\w*);?/i ).exec( style ); + align = match && match[1]; + + if ( align ) { + element.attributes.style = element.attributes.style.replace( /(?:^|\s)text-align\s*:\s*(\w*);?/i , '' ); + element.attributes.align = align; + } + } + } + + if ( element.attributes.style === '' ) + delete element.attributes.style; + + return element; + } + } + }); + } + + function sendToFlash() { + var html = CKEDITOR.instances.editor1.getData() ; + + // Quick fix for link color. + html = html.replace( /<a /g, '<font color="#0000FF"><u><a ' ) + html = html.replace( /<\/a>/g, '</a></u></font>' ) + + var flash = document.getElementById( 'ckFlashContainer' ) ; + flash.setData( html ) ; + } + + CKEDITOR.domReady( function() { + if ( !swfobject.hasFlashPlayerVersion( '8' ) ) { + CKEDITOR.dom.element.createFromHtml( '<span class="alert">' + + 'At least Adobe Flash Player 8 is required to run this sample. ' + + 'You can download it from <a href="http://get.adobe.com/flashplayer">Adobe\'s website</a>.' + + '</span>' ).insertBefore( editor.element ); + } + + swfobject.embedSWF( + 'assets/outputforflash/outputforflash.swf', + 'ckFlashContainer', + '550', + '400', + '8', + { wmode: 'transparent' } + ); + }); + + </script> + <p> + <input type="button" value="Send to Flash" onclick="sendToFlash();"> + </p> + </td> + <td style="vertical-align: top; padding-left: 20px"> + <div id="ckFlashContainer"></div> + </td> + </tr> + </table> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/htmlwriter/outputhtml.html b/public/assets/ckeditor/samples/old/htmlwriter/outputhtml.html new file mode 100644 index 0000000..f7123a1 --- /dev/null +++ b/public/assets/ckeditor/samples/old/htmlwriter/outputhtml.html @@ -0,0 +1,224 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>HTML Compliant Output — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <script src="../../../samples/old/sample.js"></script> + <link href="../../../samples/old/sample.css" rel="stylesheet"> + <meta name="ckeditor-sample-required-plugins" content="sourcearea"> + <meta name="ckeditor-sample-name" content="Output HTML"> + <meta name="ckeditor-sample-group" content="Advanced Samples"> + <meta name="ckeditor-sample-description" content="Configuring CKEditor to produce legacy HTML 4 code."> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » Producing HTML Compliant Output + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out the <a href="http://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to configure CKEditor to output valid + <a class="samples" href="http://www.w3.org/TR/html401/">HTML 4.01</a> code. + Traditional HTML elements like <code><b></code>, + <code><i></code>, and <code><font></code> are used in place of + <code><strong></code>, <code><em></code>, and CSS styles. + </p> + <p> + To add a CKEditor instance outputting legacy HTML 4.01 code, load the editor using a standard + JavaScript call, and define CKEditor features to use the HTML compliant elements and attributes. + </p> + <p> + A snippet of the configuration code can be seen below; check the source of this page for + full definition: + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + coreStyles_bold: { element: 'b' }, + coreStyles_italic: { element: 'i' }, + + fontSize_style: { + element: 'font', + attributes: { 'size': '#(size)' } + } + + ... +});</pre> + </div> + <form action="../../../samples/sample_posteddata.php" method="post"> + <p> + <label for="editor1"> + Editor 1: + </label> + <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <b>sample text</b>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <script> + + CKEDITOR.replace( 'editor1', { + /* + * Ensure that htmlwriter plugin, which is required for this sample, is loaded. + */ + extraPlugins: 'htmlwriter', + + /* + * Style sheet for the contents + */ + contentsCss: 'body {color:#000; background-color#:FFF;}', + + /* + * Simple HTML5 doctype + */ + docType: '<!DOCTYPE HTML>', + + /* + * Allowed content rules which beside limiting allowed HTML + * will also take care of transforming styles to attributes + * (currently only for img - see transformation rules defined below). + * + * Read more: http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter + */ + allowedContent: + 'h1 h2 h3 p pre[align]; ' + + 'blockquote code kbd samp var del ins cite q b i u strike ul ol li hr table tbody tr td th caption; ' + + 'img[!src,alt,align,width,height]; font[!face]; font[!family]; font[!color]; font[!size]; font{!background-color}; a[!href]; a[!name]', + + /* + * Core styles. + */ + coreStyles_bold: { element: 'b' }, + coreStyles_italic: { element: 'i' }, + coreStyles_underline: { element: 'u' }, + coreStyles_strike: { element: 'strike' }, + + /* + * Font face. + */ + + // Define the way font elements will be applied to the document. + // The "font" element will be used. + font_style: { + element: 'font', + attributes: { 'face': '#(family)' } + }, + + /* + * Font sizes. + */ + fontSize_sizes: 'xx-small/1;x-small/2;small/3;medium/4;large/5;x-large/6;xx-large/7', + fontSize_style: { + element: 'font', + attributes: { 'size': '#(size)' } + }, + + /* + * Font colors. + */ + + colorButton_foreStyle: { + element: 'font', + attributes: { 'color': '#(color)' } + }, + + colorButton_backStyle: { + element: 'font', + styles: { 'background-color': '#(color)' } + }, + + /* + * Styles combo. + */ + stylesSet: [ + { name: 'Computer Code', element: 'code' }, + { name: 'Keyboard Phrase', element: 'kbd' }, + { name: 'Sample Text', element: 'samp' }, + { name: 'Variable', element: 'var' }, + { name: 'Deleted Text', element: 'del' }, + { name: 'Inserted Text', element: 'ins' }, + { name: 'Cited Work', element: 'cite' }, + { name: 'Inline Quotation', element: 'q' } + ], + + on: { + pluginsLoaded: configureTransformations, + loaded: configureHtmlWriter + } + }); + + /* + * Add missing content transformations. + */ + function configureTransformations( evt ) { + var editor = evt.editor; + + editor.dataProcessor.htmlFilter.addRules( { + attributes: { + style: function( value, element ) { + // Return #RGB for background and border colors + return CKEDITOR.tools.convertRgbToHex( value ); + } + } + } ); + + // Default automatic content transformations do not yet take care of + // align attributes on blocks, so we need to add our own transformation rules. + function alignToAttribute( element ) { + if ( element.styles[ 'text-align' ] ) { + element.attributes.align = element.styles[ 'text-align' ]; + delete element.styles[ 'text-align' ]; + } + } + editor.filter.addTransformations( [ + [ { element: 'p', right: alignToAttribute } ], + [ { element: 'h1', right: alignToAttribute } ], + [ { element: 'h2', right: alignToAttribute } ], + [ { element: 'h3', right: alignToAttribute } ], + [ { element: 'pre', right: alignToAttribute } ] + ] ); + } + + /* + * Adjust the behavior of htmlWriter to make it output HTML like FCKeditor. + */ + function configureHtmlWriter( evt ) { + var editor = evt.editor, + dataProcessor = editor.dataProcessor; + + // Out self closing tags the HTML4 way, like <br>. + dataProcessor.writer.selfClosingEnd = '>'; + + // Make output formatting behave similar to FCKeditor. + var dtd = CKEDITOR.dtd; + for ( var e in CKEDITOR.tools.extend( {}, dtd.$nonBodyContent, dtd.$block, dtd.$listItem, dtd.$tableContent ) ) { + dataProcessor.writer.setRules( e, { + indent: true, + breakBeforeOpen: true, + breakAfterOpen: false, + breakBeforeClose: !dtd[ e ][ '#' ], + breakAfterClose: true + }); + } + } + + </script> + </p> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/image2/assets/image1.jpg b/public/assets/ckeditor/samples/old/image2/assets/image1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca491e39d439c88a7b35f5dada84c7a267b10585 GIT binary patch literal 33171 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%0Aadqtfg91 z*NzIklfl7kV=)9Uhd8RcQ3;`#Xj=dEA@M7stSAe(Ci`>%7;Cd?79^KjOVJ}@@<l=A zQYa3|n%xNhn6C{$A1jWx4Lw3P`CQ%PBWwXe!JK>5g$rMybdp-Mw;ra!>e?)#rbVz$ zWh7udt?4>zK+GQQaS?*Q<{eW@jA@ExYUA@595-Nk>I1P@Rlim3(*(OoAGrdI4nc#9 zhkbEfyzZxI;x@pWk6e+v)IV+((jWUHNC~BFJhe7SzCzJsF3dQP{lyekyd6Lq`PIBO z=GRsEDD5YJiHgS5yh?xb*etl=S+VdiSrd=<hwyjYiVof%inIG}Hq?46sX_n_#G@dg cJugyAZ=E{!F^WBOUpU;_A#(M}_21V21D0IIssI20 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/samples/old/image2/assets/image2.jpg b/public/assets/ckeditor/samples/old/image2/assets/image2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3dd6d61fce2e3f8e4e6cf18d1e02080bb1c533b7 GIT binary patch literal 26238 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 Ta;`JS^llSJ{{VtN{;B`jG`d)0 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/samples/old/image2/image2.html b/public/assets/ckeditor/samples/old/image2/image2.html new file mode 100644 index 0000000..bb9ff8b --- /dev/null +++ b/public/assets/ckeditor/samples/old/image2/image2.html @@ -0,0 +1,68 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>New Image plugin — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <script> + if ( CKEDITOR.env.ie && CKEDITOR.env.version < 9 ) + CKEDITOR.tools.enableHtml5Elements( document ); + </script> + <link href="../../../samples/old/sample.css" rel="stylesheet"> + <meta name="ckeditor-sample-name" content="New Image plugin"> + <meta name="ckeditor-sample-group" content="Plugins"> + <meta name="ckeditor-sample-description" content="Using the new Image plugin to insert captioned images and adjust their dimensions."> + <meta name="ckeditor-sample-isnew" content="1"> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » New Image plugin + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/captionedimage.html">brand new version in CKEditor SDK</a>. + </div> + + <div class="description"> + <p> + This editor is using the new <strong>Image</strong> (<code>image2</code>) plugin, which implements a dynamic <em>click-and-drag</em> resizing + and easy captioning of the images. + </p> + <p> + To use the new plugin, extend <code><a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-extraPlugins">config.extraPlugins</a></code>: + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + <strong>extraPlugins: 'image2'</strong> +} ); +</pre> + </div> + + <textarea id="editor1" cols="10" rows="10"> + <h1>Apollo 11</h1><figure class="image" style="float: right"><img alt="Saturn V" src="assets/image1.jpg" width="200" /><figcaption>Roll out of Saturn V on launch pad</figcaption></figure><p><strong>Apollo 11</strong> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p><p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5&nbsp;kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p><h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2><p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p><blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote><p>Apollo 11 effectively ended the <a href="http://en.wikipedia.org/wiki/Space_Race" title="Space Race">Space Race</a> and fulfilled a national goal proposed in 1961 by the late U.S. President <a href="http://en.wikipedia.org/wiki/John_F._Kennedy" title="John F. Kennedy">John F. Kennedy</a> in a speech before the United States Congress:</p><blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote><figure class="image" style="float: right"><img alt="The Eagle" src="assets/image2.jpg" style="width: 200px" /><figcaption>The Eagle in lunar orbit</figcaption></figure><h2>Technical details <a id="tech-details" name="tech-details"></a></h2><p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>&#39;s Apollo program. The Apollo spacecraft had three parts:</p><ol><li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li><li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li><li><strong>Lunar Module</strong> for landing on the Moon.</li></ol><p>After being sent to the Moon by the Saturn V&#39;s upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p><hr /><p style="text-align:right"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + + <script> + + CKEDITOR.replace( 'editor1', { + extraPlugins: 'image2', + height: 450 + } ); + + </script> + + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/index.html b/public/assets/ckeditor/samples/old/index.html new file mode 100644 index 0000000..6c1c138 --- /dev/null +++ b/public/assets/ckeditor/samples/old/index.html @@ -0,0 +1,173 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>CKEditor Samples</title> + <link rel="stylesheet" href="sample.css"> +</head> +<body> + <h1 class="samples"> + CKEditor Samples + </h1> + <div class="warning deprecated"> + These samples are not maintained anymore. Check out the <a href="http://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>. + </div> + <div class="twoColumns"> + <div class="twoColumnsLeft"> + <h2 class="samples"> + Basic Samples + </h2> + <dl class="samples"> + <dt><a class="samples" href="replacebyclass.html">Replace textarea elements by class name</a></dt> + <dd>Automatic replacement of all textarea elements of a given class with a CKEditor instance.</dd> + + <dt><a class="samples" href="replacebycode.html">Replace textarea elements by code</a></dt> + <dd>Replacement of textarea elements with CKEditor instances by using a JavaScript call.</dd> + + <dt><a class="samples" href="jquery.html">Create editors with jQuery</a></dt> + <dd>Creating standard and inline CKEditor instances with jQuery adapter.</dd> + </dl> + + <h2 class="samples"> + Basic Customization + </h2> + <dl class="samples"> + <dt><a class="samples" href="uicolor.html">User Interface color</a></dt> + <dd>Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.</dd> + + <dt><a class="samples" href="uilanguages.html">User Interface languages</a></dt> + <dd>Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.</dd> + </dl> + + + <h2 class="samples">Plugins</h2> +<dl class="samples"> +<dt><a class="samples" href="codesnippet/codesnippet.html">Code Snippet plugin</a> <span class="new">New!</span></dt> +<dd>View and modify code using the Code Snippet plugin.</dd> + +<dt><a class="samples" href="image2/image2.html">New Image plugin</a> <span class="new">New!</span></dt> +<dd>Using the new Image plugin to insert captioned images and adjust their dimensions.</dd> + +<dt><a class="samples" href="mathjax/mathjax.html">Mathematics plugin</a> <span class="new">New!</span></dt> +<dd>Create mathematical equations in TeX and display them in visual form.</dd> + +<dt><a class="samples" href="sourcedialog/sourcedialog.html">Editing source code in a dialog</a> <span class="new">New!</span></dt> +<dd>Editing HTML content of both inline and classic editor instances.</dd> + +<dt><a class="samples" href="autogrow/autogrow.html">AutoGrow plugin</a></dt> +<dd>Using the AutoGrow plugin in order to make the editor grow to fit the size of its content.</dd> + +<dt><a class="samples" href="bbcode/bbcode.html">Output for BBCode</a></dt> +<dd>Configuring CKEditor to produce BBCode tags instead of HTML.</dd> + +<dt><a class="samples" href="devtools/devtools.html">Developer Tools plugin</a></dt> +<dd>Using the Developer Tools plugin to display information about dialog window UI elements to allow for easier customization.</dd> + +<dt><a class="samples" href="docprops/docprops.html">Document Properties plugin</a></dt> +<dd>Manage various page meta data with a dialog.</dd> + +<dt><a class="samples" href="magicline/magicline.html">Magicline plugin</a></dt> +<dd>Using the Magicline plugin to access difficult focus spaces.</dd> + +<dt><a class="samples" href="placeholder/placeholder.html">Placeholder plugin</a></dt> +<dd>Using the Placeholder plugin to create uneditable sections that can only be created and modified with a proper dialog window.</dd> + +<dt><a class="samples" href="sharedspace/sharedspace.html">Shared-Space plugin</a></dt> +<dd>Having the toolbar and the bottom bar spaces shared by different editor instances.</dd> + +<dt><a class="samples" href="stylesheetparser/stylesheetparser.html">Stylesheet Parser plugin</a></dt> +<dd>Using the Stylesheet Parser plugin to fill the Styles drop-down list based on the CSS classes available in the document stylesheet.</dd> + +<dt><a class="samples" href="tableresize/tableresize.html">TableResize plugin</a></dt> +<dd>Using the TableResize plugin to enable table column resizing.</dd> + +<dt><a class="samples" href="uicolor/uicolor.html">UIColor plugin</a></dt> +<dd>Using the UIColor plugin to pick up skin color.</dd> + +<dt><a class="samples" href="wysiwygarea/fullpage.html">Full page support</a></dt> +<dd>CKEditor inserted with a JavaScript call and used to edit the whole page from <html> to </html>.</dd> +</dl> + </div> + <div class="twoColumnsRight"> + <h2 class="samples"> + Inline Editing + </h2> + <dl class="samples"> + <dt><a class="samples" href="inlineall.html">Massive inline editor creation</a></dt> + <dd>Turn all elements with <code>contentEditable = true</code> attribute into inline editors.</dd> + + <dt><a class="samples" href="inlinebycode.html">Convert element into an inline editor by code</a></dt> + <dd>Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.</dd> + + <dt><a class="samples" href="inlinetextarea.html">Replace textarea with inline editor</a> <span class="new">New!</span></dt> + <dd>A form with a textarea that is replaced by an inline editor at runtime.</dd> + + + </dl> + + <h2 class="samples"> + Advanced Samples + </h2> + <dl class="samples"> + <dt><a class="samples" href="datafiltering.html">Data filtering and features activation</a> <span class="new">New!</span></dt> + <dd>Data filtering and automatic features activation basing on configuration.</dd> + + <dt><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a></dt> + <dd>Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.</dd> + + <dt><a class="samples" href="appendto.html">Append editor instances</a></dt> + <dd>Appending editor instances to existing DOM elements.</dd> + + <dt><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a></dt> + <dd>Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.</dd> + + <dt><a class="samples" href="api.html">Basic usage of the API</a></dt> + <dd>Using the CKEditor JavaScript API to interact with the editor at runtime.</dd> + + <dt><a class="samples" href="xhtmlstyle.html">XHTML-compliant style</a></dt> + <dd>Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.</dd> + + <dt><a class="samples" href="readonly.html">Read-only mode</a></dt> + <dd>Using the readOnly API to block introducing changes to the editor contents.</dd> + + <dt><a class="samples" href="tabindex.html">"Tab" key-based navigation</a></dt> + <dd>Navigating among editor instances with tab key.</dd> + + + +<dt><a class="samples" href="dialog/dialog.html">Using the JavaScript API to customize dialog windows</a></dt> +<dd>Using the dialog windows API to customize dialog windows without changing the original editor code.</dd> + +<dt><a class="samples" href="divarea/divarea.html">Replace Textarea with a "DIV-based" editor</a></dt> +<dd>Using <code>div</code> instead of <code>iframe</code> for rich editing.</dd> + +<dt><a class="samples" href="enterkey/enterkey.html">Using the "Enter" key in CKEditor</a></dt> +<dd>Configuring the behavior of <em>Enter</em> and <em>Shift+Enter</em> keys.</dd> + +<dt><a class="samples" href="htmlwriter/outputforflash.html">Output for Flash</a></dt> +<dd>Configuring CKEditor to produce HTML code that can be used with Adobe Flash.</dd> + +<dt><a class="samples" href="htmlwriter/outputhtml.html">Output HTML</a></dt> +<dd>Configuring CKEditor to produce legacy HTML 4 code.</dd> + +<dt><a class="samples" href="toolbar/toolbar.html">Toolbar Configurations</a></dt> +<dd>Configuring CKEditor to display full or custom toolbar layout.</dd> + + </dl> + </div> + </div> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/inlineall.html b/public/assets/ckeditor/samples/old/inlineall.html new file mode 100644 index 0000000..8f99705 --- /dev/null +++ b/public/assets/ckeditor/samples/old/inlineall.html @@ -0,0 +1,314 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Massive inline editing — CKEditor Sample</title> + <script src="../../ckeditor.js"></script> + <script> + + // This code is generally not necessary, but it is here to demonstrate + // how to customize specific editor instances on the fly. This fits well + // this demo because we have editable elements (like headers) that + // require less features. + + // The "instanceCreated" event is fired for every editor instance created. + CKEDITOR.on( 'instanceCreated', function( event ) { + var editor = event.editor, + element = editor.element; + + // Customize editors for headers and tag list. + // These editors don't need features like smileys, templates, iframes etc. + if ( element.is( 'h1', 'h2', 'h3' ) || element.getAttribute( 'id' ) == 'taglist' ) { + // Customize the editor configurations on "configLoaded" event, + // which is fired after the configuration file loading and + // execution. This makes it possible to change the + // configurations before the editor initialization takes place. + editor.on( 'configLoaded', function() { + + // Remove unnecessary plugins to make the editor simpler. + editor.config.removePlugins = 'colorbutton,find,flash,font,' + + 'forms,iframe,image,newpage,removeformat,' + + 'smiley,specialchar,stylescombo,templates'; + + // Rearrange the layout of the toolbar. + editor.config.toolbarGroups = [ + { name: 'editing', groups: [ 'basicstyles', 'links' ] }, + { name: 'undo' }, + { name: 'clipboard', groups: [ 'selection', 'clipboard' ] }, + { name: 'about' } + ]; + }); + } + }); + + </script> + <link href="sample.css" rel="stylesheet"> + <style> + + /* The following styles are just to make the page look nice. */ + + /* Workaround to show Arial Black in Firefox. */ + @font-face + { + font-family: 'arial-black'; + src: local('Arial Black'); + } + + *[contenteditable="true"] + { + padding: 10px; + } + + #container + { + width: 960px; + margin: 30px auto 0; + } + + #header + { + overflow: hidden; + padding: 0 0 30px; + border-bottom: 5px solid #05B2D2; + position: relative; + } + + #headerLeft, + #headerRight + { + width: 49%; + overflow: hidden; + } + + #headerLeft + { + float: left; + padding: 10px 1px 1px; + } + + #headerLeft h2, + #headerLeft h3 + { + text-align: right; + margin: 0; + overflow: hidden; + font-weight: normal; + } + + #headerLeft h2 + { + font-family: "Arial Black",arial-black; + font-size: 4.6em; + line-height: 1.1; + text-transform: uppercase; + } + + #headerLeft h3 + { + font-size: 2.3em; + line-height: 1.1; + margin: .2em 0 0; + color: #666; + } + + #headerRight + { + float: right; + padding: 1px; + } + + #headerRight p + { + line-height: 1.8; + text-align: justify; + margin: 0; + } + + #headerRight p + p + { + margin-top: 20px; + } + + #headerRight > div + { + padding: 20px; + margin: 0 0 0 30px; + font-size: 1.4em; + color: #666; + } + + #columns + { + color: #333; + overflow: hidden; + padding: 20px 0; + } + + #columns > div + { + float: left; + width: 33.3%; + } + + #columns #column1 > div + { + margin-left: 1px; + } + + #columns #column3 > div + { + margin-right: 1px; + } + + #columns > div > div + { + margin: 0px 10px; + padding: 10px 20px; + } + + #columns blockquote + { + margin-left: 15px; + } + + #tagLine + { + border-top: 5px solid #05B2D2; + padding-top: 20px; + } + + #taglist { + display: inline-block; + margin-left: 20px; + font-weight: bold; + margin: 0 0 0 20px; + } + + </style> +</head> +<body> +<div> + <h1 class="samples"><a href="index.html">CKEditor Samples</a> » Massive inline editing</h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/inline.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p>This sample page demonstrates the inline editing feature - CKEditor instances will be created automatically from page elements with <strong>contentEditable</strong> attribute set to value <strong>true</strong>:</p> + <pre class="samples"><div <strong>contenteditable="true</strong>" > ... </div></pre> + <p>Click inside of any element below to start editing.</p> + </div> +</div> +<div id="container"> + <div id="header"> + <div id="headerLeft"> + <h2 id="sampleTitle" contenteditable="true"> + CKEditor<br> Goes Inline! + </h2> + <h3 contenteditable="true"> + Lorem ipsum dolor sit amet dolor duis blandit vestibulum faucibus a, tortor. + </h3> + </div> + <div id="headerRight"> + <div contenteditable="true"> + <p> + Lorem ipsum dolor sit amet enim. Etiam ullamcorper. Suspendisse a pellentesque dui, non felis. Maecenas malesuada elit lectus felis, malesuada ultricies. + </p> + <p> + Curabitur et ligula. Ut molestie a, ultricies porta urna. Vestibulum commodo volutpat a, convallis ac, laoreet enim. Phasellus fermentum in, dolor. Pellentesque facilisis. Nulla imperdiet sit amet magna. Vestibulum dapibus, mauris nec malesuada fames ac. + </p> + </div> + </div> + </div> + <div id="columns"> + <div id="column1"> + <div contenteditable="true"> + <h3> + Fusce vitae porttitor + </h3> + <p> + <strong> + Lorem ipsum dolor sit amet dolor. Duis blandit vestibulum faucibus a, tortor. + </strong> + </p> + <p> + Proin nunc justo felis mollis tincidunt, risus risus pede, posuere cubilia Curae, Nullam euismod, enim. Etiam nibh ultricies dolor ac dignissim erat volutpat. Vivamus fermentum <a href="http://ckeditor.com/">nisl nulla sem in</a> metus. Maecenas wisi. Donec nec erat volutpat. + </p> + <blockquote> + <p> + Fusce vitae porttitor a, euismod convallis nisl, blandit risus tortor, pretium. + Vehicula vitae, imperdiet vel, ornare enim vel sodales rutrum + </p> + </blockquote> + <blockquote> + <p> + Libero nunc, rhoncus ante ipsum non ipsum. Nunc eleifend pede turpis id sollicitudin fringilla. Phasellus ultrices, velit ac arcu. + </p> + </blockquote> + <p>Pellentesque nunc. Donec suscipit erat. Pellentesque habitant morbi tristique ullamcorper.</p> + <p><s>Mauris mattis feugiat lectus nec mauris. Nullam vitae ante.</s></p> + </div> + </div> + <div id="column2"> + <div contenteditable="true"> + <h3> + Integer condimentum sit amet + </h3> + <p> + <strong>Aenean nonummy a, mattis varius. Cras aliquet.</strong> + Praesent <a href="http://ckeditor.com/">magna non mattis ac, rhoncus nunc</a>, rhoncus eget, cursus pulvinar mollis.</p> + <p>Proin id nibh. Sed eu libero posuere sed, lectus. Phasellus dui gravida gravida feugiat mattis ac, felis.</p> + <p>Integer condimentum sit amet, tempor elit odio, a dolor non ante at sapien. Sed ac lectus. Nulla ligula quis eleifend mi, id leo velit pede cursus arcu id nulla ac lectus. Phasellus vestibulum. Nunc viverra enim quis diam.</p> + </div> + <div contenteditable="true"> + <h3> + Praesent wisi accumsan sit amet nibh + </h3> + <p>Donec ullamcorper, risus tortor, pretium porttitor. Morbi quam quis lectus non leo.</p> + <p style="margin-left: 40px; ">Integer faucibus scelerisque. Proin faucibus at, aliquet vulputate, odio at eros. Fusce <a href="http://ckeditor.com/">gravida, erat vitae augue</a>. Fusce urna fringilla gravida.</p> + <p>In hac habitasse platea dictumst. Praesent wisi accumsan sit amet nibh. Maecenas orci luctus a, lacinia quam sem, posuere commodo, odio condimentum tempor, pede semper risus. Suspendisse pede. In hac habitasse platea dictumst. Nam sed laoreet sit amet erat. Integer.</p> + </div> + </div> + <div id="column3"> + <div contenteditable="true"> + <p> + <img src="assets/inlineall/logo.png" alt="CKEditor logo" style="float:left"> + </p> + <p>Quisque justo neque, mattis sed, fermentum ultrices <strong>posuere cubilia Curae</strong>, Vestibulum elit metus, quis placerat ut, lectus. Ut sagittis, nunc libero, egestas consequat lobortis velit rutrum ut, faucibus turpis. Fusce porttitor, nulla quis turpis. Nullam laoreet vel, consectetuer tellus suscipit ultricies, hendrerit wisi. Donec odio nec velit ac nunc sit amet, accumsan cursus aliquet. Vestibulum ante sit amet sagittis mi.</p> + <h3> + Nullam laoreet vel consectetuer tellus suscipit + </h3> + <ul> + <li>Ut sagittis, nunc libero, egestas consequat lobortis velit rutrum ut, faucibus turpis.</li> + <li>Fusce porttitor, nulla quis turpis. Nullam laoreet vel, consectetuer tellus suscipit ultricies, hendrerit wisi.</li> + <li>Mauris eget tellus. Donec non felis. Nam eget dolor. Vestibulum enim. Donec.</li> + </ul> + <p>Quisque justo neque, mattis sed, <a href="http://ckeditor.com/">fermentum ultrices posuere cubilia</a> Curae, Vestibulum elit metus, quis placerat ut, lectus.</p> + <p>Nullam laoreet vel, consectetuer tellus suscipit ultricies, hendrerit wisi. Ut sagittis, nunc libero, egestas consequat lobortis velit rutrum ut, faucibus turpis. Fusce porttitor, nulla quis turpis.</p> + <p>Donec odio nec velit ac nunc sit amet, accumsan cursus aliquet. Vestibulum ante sit amet sagittis mi. Sed in nonummy faucibus turpis. Mauris eget tellus. Donec non felis. Nam eget dolor. Vestibulum enim. Donec.</p> + </div> + </div> + </div> + <div id="tagLine"> + Tags of this article: + <p id="taglist" contenteditable="true"> + inline, editing, floating, CKEditor + </p> + </div> +</div> +<div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/"> + http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> + - Frederico Knabben. All rights reserved. + </p> +</div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/inlinebycode.html b/public/assets/ckeditor/samples/old/inlinebycode.html new file mode 100644 index 0000000..edbec8a --- /dev/null +++ b/public/assets/ckeditor/samples/old/inlinebycode.html @@ -0,0 +1,124 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Inline Editing by Code — CKEditor Sample</title> + <script src="../../ckeditor.js"></script> + <link href="sample.css" rel="stylesheet"> + <style> + + #editable + { + padding: 10px; + float: left; + } + + </style> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Inline Editing by Code + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/inline.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to create an inline editor instance of CKEditor. It is created + with a JavaScript call using the following code: + </p> +<pre class="samples"> +// This property tells CKEditor to not activate every element with contenteditable=true element. +CKEDITOR.disableAutoInline = true; + +var editor = CKEDITOR.inline( document.getElementById( 'editable' ) ); +</pre> + <p> + Note that <code>editable</code> in the code above is the <code>id</code> + attribute of the <code><div></code> element to be converted into an inline instance. + </p> + </div> + <div id="editable" contenteditable="true"> + <h1><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg" /> Apollo 11</h1> + + <p><b>Apollo 11</b> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p> + + <p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5 kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p> + + <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> + + <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> + + <blockquote> + <p>One small step for [a] man, one giant leap for mankind.</p> + </blockquote> + + <p>Apollo 11 effectively ended the <a href="http://en.wikipedia.org/wiki/Space_Race" title="Space Race">Space Race</a> and fulfilled a national goal proposed in 1961 by the late U.S. President <a href="http://en.wikipedia.org/wiki/John_F._Kennedy" title="John F. Kennedy">John F. Kennedy</a> in a speech before the United States Congress:</p> + + <blockquote> + <p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p> + </blockquote> + + <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> + + <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> + <caption><strong>Mission crew</strong></caption> + <thead> + <tr> + <th scope="col">Position</th> + <th scope="col">Astronaut</th> + </tr> + </thead> + <tbody> + <tr> + <td>Commander</td> + <td>Neil A. Armstrong</td> + </tr> + <tr> + <td>Command Module Pilot</td> + <td>Michael Collins</td> + </tr> + <tr> + <td>Lunar Module Pilot</td> + <td>Edwin "Buzz" E. Aldrin, Jr.</td> + </tr> + </tbody> + </table> + + <p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>'s Apollo program. The Apollo spacecraft had three parts:</p> + + <ol> + <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> + <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> + <li><strong>Lunar Module</strong> for landing on the Moon.</li> + </ol> + + <p>After being sent to the Moon by the Saturn V's upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p> + + <hr /> + <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </div> + + <script> + // We need to turn off the automatic editor creation first. + CKEDITOR.disableAutoInline = true; + + var editor = CKEDITOR.inline( 'editable' ); + </script> + <div id="footer"> + <hr> + <p contenteditable="true"> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/"> + http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> + - Frederico Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/inlinetextarea.html b/public/assets/ckeditor/samples/old/inlinetextarea.html new file mode 100644 index 0000000..ff55bf4 --- /dev/null +++ b/public/assets/ckeditor/samples/old/inlinetextarea.html @@ -0,0 +1,113 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Replace Textarea with Inline Editor — CKEditor Sample</title> + <script src="../../ckeditor.js"></script> + <link href="sample.css" rel="stylesheet"> + <style> + + /* Style the CKEditor element to look like a textfield */ + .cke_textarea_inline + { + padding: 10px; + height: 200px; + overflow: auto; + + border: 1px solid gray; + -webkit-appearance: textfield; + } + + </style> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Replace Textarea with Inline Editor + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/inline.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + You can also create an inline editor from a <code>textarea</code> + element. In this case the <code>textarea</code> will be replaced + by a <code>div</code> element with inline editing enabled. + </p> +<pre class="samples"> +// "article-body" is the name of a textarea element. +var editor = CKEDITOR.inline( 'article-body' ); +</pre> + </div> + <form action="sample_posteddata.php" method="post"> + <h2>This is a sample form with some fields</h2> + <p> + Title:<br> + <input type="text" name="title" value="Sample Form"></p> + <p> + Article Body (Textarea converted to CKEditor):<br> + <textarea name="article-body" style="height: 200px"> + <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> + + <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> + <caption><strong>Mission crew</strong></caption> + <thead> + <tr> + <th scope="col">Position</th> + <th scope="col">Astronaut</th> + </tr> + </thead> + <tbody> + <tr> + <td>Commander</td> + <td>Neil A. Armstrong</td> + </tr> + <tr> + <td>Command Module Pilot</td> + <td>Michael Collins</td> + </tr> + <tr> + <td>Lunar Module Pilot</td> + <td>Edwin "Buzz" E. Aldrin, Jr.</td> + </tr> + </tbody> + </table> + + <p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>'s Apollo program. The Apollo spacecraft had three parts:</p> + + <ol> + <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> + <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> + <li><strong>Lunar Module</strong> for landing on the Moon.</li> + </ol> + + <p>After being sent to the Moon by the Saturn V's upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p> + + <hr /> + <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + </p> + <p> + <input type="submit" value="Submit"> + </p> + </form> + + <script> + CKEDITOR.inline( 'article-body' ); + </script> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/"> + http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> + - Frederico Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/jquery.html b/public/assets/ckeditor/samples/old/jquery.html new file mode 100644 index 0000000..6df9a64 --- /dev/null +++ b/public/assets/ckeditor/samples/old/jquery.html @@ -0,0 +1,103 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>jQuery Adapter — CKEditor Sample</title> + <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script> + <script src="../../ckeditor.js"></script> + <script src="../../adapters/jquery.js"></script> + <link href="sample.css" rel="stylesheet"> + <style> + + #editable + { + padding: 10px; + float: left; + } + + </style> + <script> + + CKEDITOR.disableAutoInline = true; + + $( document ).ready( function() { + $( '#editor1' ).ckeditor(); // Use CKEDITOR.replace() if element is <textarea>. + $( '#editable' ).ckeditor(); // Use CKEDITOR.inline(). + } ); + + function setValue() { + $( '#editor1' ).val( $( 'input#val' ).val() ); + } + + </script> +</head> +<body> + <h1 class="samples"> + <a href="index.html" id="a-test">CKEditor Samples</a> » Create Editors with jQuery + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out the <a href="http://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>. + </div> + <form action="sample_posteddata.php" method="post"> + <div class="description"> + <p> + This sample shows how to use the <a href="http://docs.ckeditor.com/#!/guide/dev_jquery">jQuery adapter</a>. + Note that you have to include both CKEditor and jQuery scripts before including the adapter. + </p> + +<pre class="samples"> +<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> +<script src="/ckedit../../ckeditor.js"></script> +<script src="/ckeditor/adapters/jquery.js"></script> +</pre> + + <p>Then you can replace HTML elements with a CKEditor instance using the <code>ckeditor()</code> method.</p> + +<pre class="samples"> +$( document ).ready( function() { + $( 'textarea#editor1' ).ckeditor(); +} ); +</pre> + </div> + + <h2 class="samples">Inline Example</h2> + + <div id="editable" contenteditable="true"> + <p><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg"/><b>Apollo 11</b> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p> + <p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5 kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth. + <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> + <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <p>Apollo 11 effectively ended the <a href="http://en.wikipedia.org/wiki/Space_Race" title="Space Race">Space Race</a> and fulfilled a national goal proposed in 1961 by the late U.S. President <a href="http://en.wikipedia.org/wiki/John_F._Kennedy" title="John F. Kennedy">John F. Kennedy</a> in a speech before the United States Congress:</p> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> + </div> + + <br style="clear: both"> + + <h2 class="samples">Classic (iframe-based) Example</h2> + + <textarea cols="80" id="editor1" name="editor1" rows="10"> + <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;s upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + + <p style="overflow: hidden"> + <input style="float: left" type="submit" value="Submit"> + <span style="float: right"> + <input type="text" id="val" value="I'm using jQuery val()!" size="30"> + <input onclick="setValue();" type="button" value="Set value"> + </span> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/magicline/magicline.html b/public/assets/ckeditor/samples/old/magicline/magicline.html new file mode 100644 index 0000000..af8d17a --- /dev/null +++ b/public/assets/ckeditor/samples/old/magicline/magicline.html @@ -0,0 +1,209 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Using Magicline plugin — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <link rel="stylesheet" href="../../../samples/old/sample.css"> + <meta name="ckeditor-sample-name" content="Magicline plugin"> + <meta name="ckeditor-sample-group" content="Plugins"> + <meta name="ckeditor-sample-description" content="Using the Magicline plugin to access difficult focus spaces."> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » Using Magicline plugin + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/magicline.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows the advantages of <strong>Magicline</strong> plugin + which is to enhance the editing process. Thanks to this plugin, + a number of difficult focus spaces which are inaccessible due to + browser issues can now be focused. + </p> + <p> + <strong>Magicline</strong> plugin shows a red line with a handler + which, when clicked, inserts a paragraph and allows typing. To see this, + focus an editor and move your mouse above the focus space you want + to access. The plugin is enabled by default so no additional + configuration is necessary. + </p> + </div> + <div> + <label for="editor1"> + Editor 1: + </label> + <div class="description"> + <p> + This editor uses a default <strong>Magicline</strong> setup. + </p> + </div> + <textarea cols="80" id="editor1" name="editor1" rows="10"> + <table border="1" cellpadding="1" cellspacing="1" style="width: 100%; "> + <tbody> + <tr> + <td>This table</td> + <td>is the</td> + <td>very first</td> + <td>element of the document.</td> + </tr> + <tr> + <td>We are still</td> + <td>able to acces</td> + <td>the space before it.</td> + <td> + <table border="1" cellpadding="1" cellspacing="1" style="width: 100%; "> + <tbody> + <tr> + <td>This table is inside of a cell of another table.</td> + </tr> + <tr> + <td>We can type&nbsp;either before or after it though.</td> + </tr> + </tbody> + </table> + </td> + </tr> + </tbody> + </table> + + <p>Two succesive horizontal lines (<tt>HR</tt> tags). We can access the space in between:</p> + + <hr /> + <hr /> + <ol> + <li>This numbered list...</li> + <li>...is a neighbour of a horizontal line...</li> + <li>...and another list.</li> + </ol> + + <ul> + <li>We can type between the lists...</li> + <li>...thanks to <strong>Magicline</strong>.</li> + </ul> + + <p>Lorem ipsum dolor sit amet dui. Morbi vel turpis. Nullam et leo. Etiam rutrum, urna tellus dui vel tincidunt mattis egestas, justo fringilla vel, massa. Phasellus.</p> + + <p>Quisque iaculis, dui lectus varius vitae, tortor. Proin lacus. Pellentesque ac lacus. Aenean nonummy commodo nec, pede. Etiam blandit risus elit.</p> + + <p>Ut pretium. Vestibulum rutrum in, adipiscing elit. Sed in quam in purus sem vitae pede. Pellentesque bibendum, urna sem vel risus. Vivamus posuere metus. Aliquam gravida iaculis nisl. Nam enim. Aliquam erat ac lacus tellus ac felis.</p> + + <div style="border: 2px dashed green; background: #ddd; text-align: center;"> + <p>This text is wrapped in a&nbsp;<tt>DIV</tt>&nbsp;element. We can type after this element though.</p> + </div> + </textarea> + <script> + + // This call can be placed at any point after the + // <textarea>, or inside a <head><script> in a + // window.onload event handler. + + CKEDITOR.replace( 'editor1', { + extraPlugins: 'magicline', // Ensure that magicline plugin, which is required for this sample, is loaded. + allowedContent: true // Switch off the ACF, so very complex content created to + // show magicline's power isn't filtered. + } ); + + </script> + </div> + <br> + <div> + <label for="editor2"> + Editor 2: + </label> + <div class="description"> + <p> + This editor is using a blue line. + </p> +<pre class="samples"> +CKEDITOR.replace( 'editor2', { + magicline_color: 'blue' +});</pre> + </div> + <textarea cols="80" id="editor2" name="editor2" rows="10"> + <table border="1" cellpadding="1" cellspacing="1" style="width: 100%; "> + <tbody> + <tr> + <td>This table</td> + <td>is the</td> + <td>very first</td> + <td>element of the document.</td> + </tr> + <tr> + <td>We are still</td> + <td>able to acces</td> + <td>the space before it.</td> + <td> + <table border="1" cellpadding="1" cellspacing="1" style="width: 100%; "> + <tbody> + <tr> + <td>This table is inside of a cell of another table.</td> + </tr> + <tr> + <td>We can type&nbsp;either before or after it though.</td> + </tr> + </tbody> + </table> + </td> + </tr> + </tbody> + </table> + + <p>Two succesive horizontal lines (<tt>HR</tt> tags). We can access the space in between:</p> + + <hr /> + <hr /> + <ol> + <li>This numbered list...</li> + <li>...is a neighbour of a horizontal line...</li> + <li>...and another list.</li> + </ol> + + <ul> + <li>We can type between the lists...</li> + <li>...thanks to <strong>Magicline</strong>.</li> + </ul> + + <p>Lorem ipsum dolor sit amet dui. Morbi vel turpis. Nullam et leo. Etiam rutrum, urna tellus dui vel tincidunt mattis egestas, justo fringilla vel, massa. Phasellus.</p> + + <p>Quisque iaculis, dui lectus varius vitae, tortor. Proin lacus. Pellentesque ac lacus. Aenean nonummy commodo nec, pede. Etiam blandit risus elit.</p> + + <p>Ut pretium. Vestibulum rutrum in, adipiscing elit. Sed in quam in purus sem vitae pede. Pellentesque bibendum, urna sem vel risus. Vivamus posuere metus. Aliquam gravida iaculis nisl. Nam enim. Aliquam erat ac lacus tellus ac felis.</p> + + <div style="border: 2px dashed green; background: #ddd; text-align: center;"> + <p>This text is wrapped in a&nbsp;<tt>DIV</tt>&nbsp;element. We can type after this element though.</p> + </div> + </textarea> + <script> + + // This call can be placed at any point after the + // <textarea>, or inside a <head><script> in a + // window.onload event handler. + + CKEDITOR.replace( 'editor2', { + extraPlugins: 'magicline', // Ensure that magicline plugin, which is required for this sample, is loaded. + magicline_color: 'blue', // Blue line + allowedContent: true // Switch off the ACF, so very complex content created to + // show magicline's power isn't filtered. + }); + + </script> + </div> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/mathjax/mathjax.html b/public/assets/ckeditor/samples/old/mathjax/mathjax.html new file mode 100644 index 0000000..1584f98 --- /dev/null +++ b/public/assets/ckeditor/samples/old/mathjax/mathjax.html @@ -0,0 +1,38 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Mathematical Formulas — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <link href="../../../samples/old/sample.css" rel="stylesheet"> + <meta name="ckeditor-sample-name" content="Mathematics plugin"> + <meta name="ckeditor-sample-group" content="Plugins"> + <meta name="ckeditor-sample-description" content="Create mathematical equations in TeX and display them in visual form."> + <meta name="ckeditor-sample-isnew" content="1"> + <script> + CKEDITOR.disableAutoInline = true; + </script> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » Mathematical Formulas + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/mathjax.html">brand new version in CKEditor SDK</a>. + </div> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/placeholder/placeholder.html b/public/assets/ckeditor/samples/old/placeholder/placeholder.html new file mode 100644 index 0000000..fe1c878 --- /dev/null +++ b/public/assets/ckeditor/samples/old/placeholder/placeholder.html @@ -0,0 +1,75 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Placeholder Plugin — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <script src="../../../samples/old/sample.js"></script> + <link rel="stylesheet" href="../../../samples/old/sample.css"> + <meta name="ckeditor-sample-name" content="Placeholder plugin"> + <meta name="ckeditor-sample-group" content="Plugins"> + <meta name="ckeditor-sample-description" content="Using the Placeholder plugin to create uneditable sections that can only be created and modified with a proper dialog window."> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » Using the Placeholder Plugin + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/placeholder.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to configure CKEditor instances to use the + <strong>Placeholder</strong> plugin that lets you insert read-only elements + into your content. To enter and modify read-only text, use the + <strong>Create Placeholder</strong> <span class="button_icon" data-icon="placeholder"> </span> button and its matching dialog window. + </p> + <p> + To add a CKEditor instance that uses the <code>placeholder</code> plugin and a related + <strong>Create Placeholder</strong> <span class="button_icon" data-icon="placeholder"> </span> toolbar button, insert the following JavaScript + call to your code: + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + <strong>extraPlugins: 'placeholder',</strong> + toolbar: [ [ 'Source', 'Bold' ], [<strong>'CreatePlaceholder'</strong>] ] +});</pre> + <p> + Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of + the <code><textarea></code> element to be replaced with CKEditor. + </p> + </div> + <form action="../../../samples/sample_posteddata.php" method="post"> + <p> + <label for="editor1"> + CKEditor using the <code>placeholder</code> plugin with its default configuration: + </label> + <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is a [[sample placeholder]]. You are using <a href="http://ckeditor.com/">CKEditor</a>. </p></textarea> + <script> + + CKEDITOR.replace( 'editor1', { + extraPlugins: 'placeholder' + }); + + </script> + </p> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/readonly.html b/public/assets/ckeditor/samples/old/readonly.html new file mode 100644 index 0000000..14c32b5 --- /dev/null +++ b/public/assets/ckeditor/samples/old/readonly.html @@ -0,0 +1,76 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Using the CKEditor Read-Only API — CKEditor Sample</title> + <script src="../../ckeditor.js"></script> + <link rel="stylesheet" href="sample.css"> + <script> + + var editor; + + // The instanceReady event is fired, when an instance of CKEditor has finished + // its initialization. + CKEDITOR.on( 'instanceReady', function( ev ) { + editor = ev.editor; + + // Show this "on" button. + document.getElementById( 'readOnlyOn' ).style.display = ''; + + // Event fired when the readOnly property changes. + editor.on( 'readOnly', function() { + document.getElementById( 'readOnlyOn' ).style.display = this.readOnly ? 'none' : ''; + document.getElementById( 'readOnlyOff' ).style.display = this.readOnly ? '' : 'none'; + }); + }); + + function toggleReadOnly( isReadOnly ) { + // Change the read-only state of the editor. + // http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setReadOnly + editor.setReadOnly( isReadOnly ); + } + + </script> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Using the CKEditor Read-Only API + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/readonly.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to use the + <code><a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setReadOnly">setReadOnly</a></code> + API to put editor into the read-only state that makes it impossible for users to change the editor contents. + </p> + <p> + For details on how to create this setup check the source code of this sample page. + </p> + </div> + <form action="sample_posteddata.php" method="post"> + <p> + <textarea class="ckeditor" id="editor1" name="editor1" cols="100" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + </p> + <p> + <input id="readOnlyOn" onclick="toggleReadOnly();" type="button" value="Make it read-only" style="display:none"> + <input id="readOnlyOff" onclick="toggleReadOnly( false );" type="button" value="Make it editable again" style="display:none"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/replacebyclass.html b/public/assets/ckeditor/samples/old/replacebyclass.html new file mode 100644 index 0000000..839b31e --- /dev/null +++ b/public/assets/ckeditor/samples/old/replacebyclass.html @@ -0,0 +1,60 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Replace Textareas by Class Name — CKEditor Sample</title> + <script src="../../ckeditor.js"></script> + <link rel="stylesheet" href="sample.css"> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Replace Textarea Elements by Class Name + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out the <a href="http://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to automatically replace all <code><textarea></code> elements + of a given class with a CKEditor instance. + </p> + <p> + To replace a <code><textarea></code> element, simply assign it the <code>ckeditor</code> + class, as in the code below: + </p> +<pre class="samples"> +<textarea <strong>class="ckeditor</strong>" name="editor1"></textarea> +</pre> + <p> + Note that other <code><textarea></code> attributes (like <code>id</code> or <code>name</code>) need to be adjusted to your document. + </p> + </div> + <form action="sample_posteddata.php" method="post"> + <p> + <label for="editor1"> + Editor 1: + </label> + <textarea class="ckeditor" cols="80" id="editor1" name="editor1" rows="10"> + <h1><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg"/> Apollo 11</h1> <p><b>Apollo 11</b> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p> <p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5&nbsp;kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p> <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <p>Apollo 11 effectively ended the <a href="http://en.wikipedia.org/wiki/Space_Race" title="Space Race">Space Race</a> and fulfilled a national goal proposed in 1961 by the late U.S. President <a href="http://en.wikipedia.org/wiki/John_F._Kennedy" title="John F. Kennedy">John F. Kennedy</a> in a speech before the United States Congress:</p> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;s upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + </p> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/replacebycode.html b/public/assets/ckeditor/samples/old/replacebycode.html new file mode 100644 index 0000000..bfd8c05 --- /dev/null +++ b/public/assets/ckeditor/samples/old/replacebycode.html @@ -0,0 +1,59 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Replace Textarea by Code — CKEditor Sample</title> + <script src="../../ckeditor.js"></script> + <link href="sample.css" rel="stylesheet"> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Replace Textarea Elements Using JavaScript Code + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/classic.html">brand new version in CKEditor SDK</a>. + </div> + <form action="sample_posteddata.php" method="post"> + <div class="description"> + <p> + This editor is using an <code><iframe></code> element-based editing area, provided by the <strong>Wysiwygarea</strong> plugin. + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>' ) +</pre> + </div> + <textarea cols="80" id="editor1" name="editor1" rows="10"> + <h1><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg"/> Apollo 11</h1> <p><b>Apollo 11</b> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p> <p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5&nbsp;kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p> <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <p>Apollo 11 effectively ended the <a href="http://en.wikipedia.org/wiki/Space_Race" title="Space Race">Space Race</a> and fulfilled a national goal proposed in 1961 by the late U.S. President <a href="http://en.wikipedia.org/wiki/John_F._Kennedy" title="John F. Kennedy">John F. Kennedy</a> in a speech before the United States Congress:</p> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;s upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + <script> + + // This call can be placed at any point after the + // <textarea>, or inside a <head><script> in a + // window.onload event handler. + + // Replace the <textarea id="editor"> with an CKEditor + // instance, using default configurations. + + CKEDITOR.replace( 'editor1' ); + + </script> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/sample.css b/public/assets/ckeditor/samples/old/sample.css new file mode 100644 index 0000000..dee8855 --- /dev/null +++ b/public/assets/ckeditor/samples/old/sample.css @@ -0,0 +1,357 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ + +html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt, pre +{ + line-height: 1.5; +} + +body +{ + padding: 10px 30px; +} + +input, textarea, select, option, optgroup, button, td, th +{ + font-size: 100%; +} + +pre +{ + -moz-tab-size: 4; + tab-size: 4; +} + +pre, code, kbd, samp, tt +{ + font-family: monospace,monospace; + font-size: 1em; +} + +body { + width: 960px; + margin: 0 auto; +} + +code +{ + background: #f3f3f3; + border: 1px solid #ddd; + padding: 1px 4px; + border-radius: 3px; +} + +abbr +{ + border-bottom: 1px dotted #555; + cursor: pointer; +} + +.new, .beta +{ + text-transform: uppercase; + font-size: 10px; + font-weight: bold; + padding: 1px 4px; + margin: 0 0 0 5px; + color: #fff; + float: right; + border-radius: 3px; +} + +.new +{ + background: #FF7E00; + border: 1px solid #DA8028; + text-shadow: 0 1px 0 #C97626; + + box-shadow: 0 2px 3px 0 #FFA54E inset; +} + +.beta +{ + background: #18C0DF; + border: 1px solid #19AAD8; + text-shadow: 0 1px 0 #048CAD; + font-style: italic; + + box-shadow: 0 2px 3px 0 #50D4FD inset; +} + +h1.samples +{ + color: #0782C1; + font-size: 200%; + font-weight: normal; + margin: 0; + padding: 0; +} + +h1.samples a +{ + color: #0782C1; + text-decoration: none; + border-bottom: 1px dotted #0782C1; +} + +.samples a:hover +{ + border-bottom: 1px dotted #0782C1; +} + +h2.samples +{ + color: #000000; + font-size: 130%; + margin: 15px 0 0 0; + padding: 0; +} + +p, blockquote, address, form, pre, dl, h1.samples, h2.samples +{ + margin-bottom: 15px; +} + +ul.samples +{ + margin-bottom: 15px; +} + +.clear +{ + clear: both; +} + +fieldset +{ + margin: 0; + padding: 10px; +} + +body, input, textarea +{ + color: #333333; + font-family: Arial, Helvetica, sans-serif; +} + +body +{ + font-size: 75%; +} + +a.samples +{ + color: #189DE1; + text-decoration: none; +} + +form +{ + margin: 0; + padding: 0; +} + +pre.samples +{ + background-color: #F7F7F7; + border: 1px solid #D7D7D7; + overflow: auto; + padding: 0.25em; + white-space: pre-wrap; /* CSS 2.1 */ + word-wrap: break-word; /* IE7 */ +} + +#footer +{ + clear: both; + padding-top: 10px; +} + +#footer hr +{ + margin: 10px 0 15px 0; + height: 1px; + border: solid 1px gray; + border-bottom: none; +} + +#footer p +{ + margin: 0 10px 10px 10px; + float: left; +} + +#footer #copy +{ + float: right; +} + +#outputSample +{ + width: 100%; + table-layout: fixed; +} + +#outputSample thead th +{ + color: #dddddd; + background-color: #999999; + padding: 4px; + white-space: nowrap; +} + +#outputSample tbody th +{ + vertical-align: top; + text-align: left; +} + +#outputSample pre +{ + margin: 0; + padding: 0; +} + +.description +{ + border: 1px dotted #B7B7B7; + margin-bottom: 10px; + padding: 10px 10px 0; + overflow: hidden; +} + +label +{ + display: block; + margin-bottom: 6px; +} + +/** + * CKEditor editables are automatically set with the "cke_editable" class + * plus cke_editable_(inline|themed) depending on the editor type. + */ + +/* Style a bit the inline editables. */ +.cke_editable.cke_editable_inline +{ + cursor: pointer; +} + +/* Once an editable element gets focused, the "cke_focus" class is + added to it, so we can style it differently. */ +.cke_editable.cke_editable_inline.cke_focus +{ + box-shadow: inset 0px 0px 20px 3px #ddd, inset 0 0 1px #000; + outline: none; + background: #eee; + cursor: text; +} + +/* Avoid pre-formatted overflows inline editable. */ +.cke_editable_inline pre +{ + white-space: pre-wrap; + word-wrap: break-word; +} + +/** + * Samples index styles. + */ + +.twoColumns, +.twoColumnsLeft, +.twoColumnsRight +{ + overflow: hidden; +} + +.twoColumnsLeft, +.twoColumnsRight +{ + width: 45%; +} + +.twoColumnsLeft +{ + float: left; +} + +.twoColumnsRight +{ + float: right; +} + +dl.samples +{ + padding: 0 0 0 40px; +} +dl.samples > dt +{ + display: list-item; + list-style-type: disc; + list-style-position: outside; + margin: 0 0 3px; +} +dl.samples > dd +{ + margin: 0 0 3px; +} +.warning +{ + color: #ff0000; + background-color: #FFCCBA; + border: 2px dotted #ff0000; + padding: 15px 10px; + margin: 10px 0; +} + +.warning.deprecated { + font-size: 1.3em; +} + +/* Used on inline samples */ + +blockquote +{ + font-style: italic; + font-family: Georgia, Times, "Times New Roman", serif; + padding: 2px 0; + border-style: solid; + border-color: #ccc; + border-width: 0; +} + +.cke_contents_ltr blockquote +{ + padding-left: 20px; + padding-right: 8px; + border-left-width: 5px; +} + +.cke_contents_rtl blockquote +{ + padding-left: 8px; + padding-right: 20px; + border-right-width: 5px; +} + +img.right { + border: 1px solid #ccc; + float: right; + margin-left: 15px; + padding: 5px; +} + +img.left { + border: 1px solid #ccc; + float: left; + margin-right: 15px; + padding: 5px; +} + +.marker +{ + background-color: Yellow; +} diff --git a/public/assets/ckeditor/samples/old/sample.js b/public/assets/ckeditor/samples/old/sample.js new file mode 100644 index 0000000..ebc077f --- /dev/null +++ b/public/assets/ckeditor/samples/old/sample.js @@ -0,0 +1,50 @@ +/** + * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +// Tool scripts for the sample pages. +// This file can be ignored and is not required to make use of CKEditor. + +( function() { + CKEDITOR.on( 'instanceReady', function( ev ) { + // Check for sample compliance. + var editor = ev.editor, + meta = CKEDITOR.document.$.getElementsByName( 'ckeditor-sample-required-plugins' ), + requires = meta.length ? CKEDITOR.dom.element.get( meta[ 0 ] ).getAttribute( 'content' ).split( ',' ) : [], + missing = [], + i; + + if ( requires.length ) { + for ( i = 0; i < requires.length; i++ ) { + if ( !editor.plugins[ requires[ i ] ] ) + missing.push( '<code>' + requires[ i ] + '</code>' ); + } + + if ( missing.length ) { + var warn = CKEDITOR.dom.element.createFromHtml( + '<div class="warning">' + + '<span>To fully experience this demo, the ' + missing.join( ', ' ) + ' plugin' + ( missing.length > 1 ? 's are' : ' is' ) + ' required.</span>' + + '</div>' + ); + warn.insertBefore( editor.container ); + } + } + + // Set icons. + var doc = new CKEDITOR.dom.document( document ), + icons = doc.find( '.button_icon' ); + + for ( i = 0; i < icons.count(); i++ ) { + var icon = icons.getItem( i ), + name = icon.getAttribute( 'data-icon' ), + style = CKEDITOR.skin.getIconStyle( name, ( CKEDITOR.lang.dir == 'rtl' ) ); + + icon.addClass( 'cke_button_icon' ); + icon.addClass( 'cke_button__' + name + '_icon' ); + icon.setAttribute( 'style', style ); + icon.setStyle( 'float', 'none' ); + + } + } ); +} )(); diff --git a/public/assets/ckeditor/samples/old/sample_posteddata.php b/public/assets/ckeditor/samples/old/sample_posteddata.php new file mode 100644 index 0000000..1146c91 --- /dev/null +++ b/public/assets/ckeditor/samples/old/sample_posteddata.php @@ -0,0 +1,16 @@ +<?php /* <body><pre> + +------------------------------------------------------------------------------------------- + CKEditor - Posted Data + + We are sorry, but your Web server does not support the PHP language used in this script. + + Please note that CKEditor can be used with any other server-side language than just PHP. + To save the content created with CKEditor you need to read the POST data on the server + side and write it to a file or the database. + + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +------------------------------------------------------------------------------------------- + +</pre><div style="display:none"></body> */ include "assets/posteddata.php"; ?> diff --git a/public/assets/ckeditor/samples/old/sharedspace/sharedspace.html b/public/assets/ckeditor/samples/old/sharedspace/sharedspace.html new file mode 100644 index 0000000..c7ac5f4 --- /dev/null +++ b/public/assets/ckeditor/samples/old/sharedspace/sharedspace.html @@ -0,0 +1,122 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Shared-Space Plugin — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <link rel="stylesheet" href="../../../samples/old/sample.css"> + <meta name="ckeditor-sample-name" content="Shared-Space plugin"> + <meta name="ckeditor-sample-group" content="Plugins"> + <meta name="ckeditor-sample-description" content="Having the toolbar and the bottom bar spaces shared by different editor instances."> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » Sharing Toolbar and Bottom-bar Spaces + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/sharedspace.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows several editor instances that share the very same spaces for both the toolbar and the bottom bar. + </p> + </div> + <div id="top"> + <!-- This div will handle all toolbars --> + </div> + + <div style="height: 300px; overflow: auto; border: 1px solid #afafaf; padding: 20px; margin: 20px;"> + + <div id="framed1" style="width: 49%; float: left; margin-bottom: 20px;"></div> + <div id="framed2" style="width: 49%; float: right; margin-bottom: 20px;"></div> + + <hr style="clear: both; margin: 20px 0;"> + + <div contenteditable="true" id="inline1" style="width: 49%; float: left;"> + <h3> + Integer condimentum sit amet + </h3> + <p> + <strong>Aenean nonummy a, mattis varius. Cras aliquet.</strong> + Praesent <a href="http://ckeditor.com/">magna non mattis ac, rhoncus nunc</a>, rhoncus eget, cursus pulvinar mollis.</p> + <p>Proin id nibh. Sed eu libero posuere sed, lectus. Phasellus dui gravida gravida feugiat mattis ac, felis.</p> + <p>Integer condimentum sit amet, tempor elit odio, a dolor non ante at sapien. Sed ac lectus. Nulla ligula quis eleifend mi, id leo velit pede cursus arcu id nulla ac lectus. Phasellus vestibulum. Nunc viverra enim quis diam.</p> + </div> + <div contenteditable="true" id="inline2" style="width: 49%; float: right;"> + <h3> + Praesent wisi accumsan sit amet nibh + </h3> + <p>Donec ullamcorper, risus tortor, pretium porttitor. Morbi quam quis lectus non leo.</p> + <p style="margin-left: 40px; ">Integer faucibus scelerisque. Proin faucibus at, aliquet vulputate, odio at eros. Fusce <a href="http://ckeditor.com/">gravida, erat vitae augue</a>. Fusce urna fringilla gravida.</p> + <p>In hac habitasse platea dictumst. Praesent wisi accumsan sit amet nibh. Maecenas orci luctus a, lacinia quam sem, posuere commodo, odio condimentum tempor, pede semper risus. Suspendisse pede. In hac habitasse platea dictumst. Nam sed laoreet sit amet erat. Integer.</p> + </div> + + </div> + + <div id="bottom"> + <!-- This div will handle all toolbars --> + </div> + + <script> + + // Turn off automatic editor creation first. + CKEDITOR.disableAutoInline = true; + + CKEDITOR.inline( 'inline1', { + extraPlugins: 'sharedspace', + removePlugins: 'floatingspace,resize', + sharedSpaces: { + top: 'top', + bottom: 'bottom' + } + }); + + CKEDITOR.inline( 'inline2', { + extraPlugins: 'sharedspace', + removePlugins: 'floatingspace,resize', + sharedSpaces: { + top: 'top', + bottom: 'bottom' + } + }); + + CKEDITOR.appendTo( 'framed1', { + extraPlugins: 'sharedspace', + removePlugins: 'maximize,resize', + sharedSpaces: { + top: 'top', + bottom: 'bottom' + } + }, + document.getElementById( 'inline1' ).innerHTML + ); + + CKEDITOR.appendTo( 'framed2', { + extraPlugins: 'sharedspace', + removePlugins: 'maximize,resize', + sharedSpaces: { + top: 'top', + bottom: 'bottom' + } + }, + document.getElementById( 'inline2' ).innerHTML + ); + + </script> + + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2012, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/sourcedialog/sourcedialog.html b/public/assets/ckeditor/samples/old/sourcedialog/sourcedialog.html new file mode 100644 index 0000000..13641d1 --- /dev/null +++ b/public/assets/ckeditor/samples/old/sourcedialog/sourcedialog.html @@ -0,0 +1,121 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Editing source code in a dialog — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <link rel="stylesheet" href="../../../samples/old/sample.css"> + <meta name="ckeditor-sample-name" content="Editing source code in a dialog"> + <meta name="ckeditor-sample-group" content="Plugins"> + <meta name="ckeditor-sample-description" content="Editing HTML content of both inline and classic editor instances."> + <meta name="ckeditor-sample-isnew" content="1"> + <style> + + #editable + { + padding: 10px; + float: left; + } + + </style> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » Editing source code in a dialog + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/sourcearea.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + <strong>Sourcedialog</strong> plugin provides an easy way to edit raw HTML content + of an editor, similarly to what is possible with <strong>Sourcearea</strong> + plugin for classic (<code>iframe</code>-based) instances but using dialogs. Thanks to that, it's also possible + to manipulate raw content of inline editor instances. + </p> + <p> + This plugin extends the toolbar with a button, + which opens a dialog window with a source code editor. It works with both classic + and inline instances. To enable this + plugin, basically add <code>extraPlugins: 'sourcedialog'</code> to editor's + config: + </p> +<pre class="samples"> +// Inline editor. +CKEDITOR.inline( 'editable', { + <strong>extraPlugins: 'sourcedialog'</strong> +}); + +// Classic (iframe-based) editor. +CKEDITOR.replace( 'textarea_id', { + <strong>extraPlugins: 'sourcedialog'</strong>, + removePlugins: 'sourcearea' +}); +</pre> + <p> + Note that you may want to include <code>removePlugins: 'sourcearea'</code> + in your config when using <strong>Sourcedialog</strong> in classic editor instances. + This prevents feature redundancy. + </p> + <p> + Note that <code>editable</code> in the code above is the <code>id</code> + attribute of the <code><div></code> element to be converted into an inline instance. + </p> + <p> + Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of + the <code><textarea></code> element to be replaced with CKEditor. + </p> + </div> + <div> + <label for="editor1"> + Inline editor: + </label> + <div id="editor1" contenteditable="true" style="padding: 5px 20px;"> + <p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p> + </div> + </div> + <br> + <div> + <label for="editor2"> + Classic editor: + </label> + <textarea cols="80" id="editor2" name="editor2" rows="10"> + This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>. + </textarea> + </div> + <script> + + // We need to turn off the automatic editor creation first. + CKEDITOR.disableAutoInline = true; + + var config = { + toolbarGroups: [ + { name: 'mode' }, + { name: 'basicstyles' }, + { name: 'links' } + ], + extraPlugins: 'sourcedialog', + removePlugins: 'sourcearea' + } + + CKEDITOR.inline( 'editor1', config ); + CKEDITOR.replace( 'editor2', config ); + + </script> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/"> + http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> + - Frederico Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/stylesheetparser/assets/sample.css b/public/assets/ckeditor/samples/old/stylesheetparser/assets/sample.css new file mode 100644 index 0000000..ce545ee --- /dev/null +++ b/public/assets/ckeditor/samples/old/stylesheetparser/assets/sample.css @@ -0,0 +1,70 @@ +body +{ + font-family: Arial, Verdana, sans-serif; + font-size: 12px; + color: #222; + background-color: #fff; +} + +/* preserved spaces for rtl list item bullets. (#6249)*/ +ol,ul,dl +{ + padding-right:40px; +} + +h1,h2,h3,h4 +{ + font-family: Georgia, Times, serif; +} + +h1.lightBlue +{ + color: #00A6C7; + font-size: 1.8em; + font-weight:normal; +} + +h3.green +{ + color: #739E39; + font-weight:normal; +} + +span.markYellow { background-color: yellow; } +span.markGreen { background-color: lime; } + +img.left +{ + padding: 5px; + margin-right: 5px; + float:left; + border:2px solid #DDD; +} + +img.right +{ + padding: 5px; + margin-right: 5px; + float:right; + border:2px solid #DDD; +} + +a.green +{ + color:#739E39; +} + +table.grey +{ + background-color : #F5F5F5; +} + +table.grey th +{ + background-color : #DDD; +} + +ul.square +{ + list-style-type : square; +} diff --git a/public/assets/ckeditor/samples/old/stylesheetparser/stylesheetparser.html b/public/assets/ckeditor/samples/old/stylesheetparser/stylesheetparser.html new file mode 100644 index 0000000..ccd2fa5 --- /dev/null +++ b/public/assets/ckeditor/samples/old/stylesheetparser/stylesheetparser.html @@ -0,0 +1,85 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Using Stylesheet Parser Plugin — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <script src="../../../samples/old/sample.js"></script> + <link rel="stylesheet" href="../../../samples/old/sample.css"> + <meta name="ckeditor-sample-required-plugins" content="stylescombo"> + <meta name="ckeditor-sample-name" content="Stylesheet Parser plugin"> + <meta name="ckeditor-sample-description" content="Using the Stylesheet Parser plugin to fill the Styles drop-down list based on the CSS classes available in the document stylesheet."> + <meta name="ckeditor-sample-group" content="Plugins"> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » Using the Stylesheet Parser Plugin + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/styles.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to configure CKEditor instances to use the + <strong>Stylesheet Parser</strong> (<code>stylesheetparser</code>) plugin that fills + the <strong>Styles</strong> drop-down list based on the CSS rules available in the document stylesheet. + </p> + <p> + To add a CKEditor instance using the <code>stylesheetparser</code> plugin, insert + the following JavaScript call into your code: + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + <strong>extraPlugins: 'stylesheetparser'</strong> +});</pre> + <p> + Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of + the <code><textarea></code> element to be replaced with CKEditor. + </p> + </div> + <form action="../../../samples/sample_posteddata.php" method="post"> + <p> + <label for="editor1"> + CKEditor using the <code>stylesheetparser</code> plugin with its default configuration: + </label> + <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <script> + + // This call can be placed at any point after the + // <textarea>, or inside a <head><script> in a + // window.onload event handler. + + // Replace the <textarea id="editor"> with an CKEditor + // instance, using default configurations. + CKEDITOR.replace( 'editor1' , { + extraPlugins: 'stylesheetparser', + + // Stylesheet for the contents. + contentsCss: 'assets/sample.css', + + // Do not load the default Styles configuration. + stylesSet: [] + }); + + </script> + </p> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/tabindex.html b/public/assets/ckeditor/samples/old/tabindex.html new file mode 100644 index 0000000..bd4799a --- /dev/null +++ b/public/assets/ckeditor/samples/old/tabindex.html @@ -0,0 +1,78 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>TAB Key-Based Navigation — CKEditor Sample</title> + <script src="../../ckeditor.js"></script> + <link href="sample.css" rel="stylesheet"> + <style> + + .cke_focused, + .cke_editable.cke_focused + { + outline: 3px dotted blue !important; + *border: 3px dotted blue !important; /* For IE7 */ + } + + </style> + <script> + + CKEDITOR.on( 'instanceReady', function( evt ) { + var editor = evt.editor; + editor.setData( 'This editor has it\'s tabIndex set to <strong>' + editor.tabIndex + '</strong>' ); + + // Apply focus class name. + editor.on( 'focus', function() { + editor.container.addClass( 'cke_focused' ); + }); + editor.on( 'blur', function() { + editor.container.removeClass( 'cke_focused' ); + }); + + // Put startup focus on the first editor in tab order. + if ( editor.tabIndex == 1 ) + editor.focus(); + }); + + </script> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » TAB Key-Based Navigation + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/tabindex.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how tab key navigation among editor instances is + affected by the <code>tabIndex</code> attribute from + the original page element. Use TAB key to move between the editors. + </p> + </div> + <p> + <textarea class="ckeditor" cols="80" id="editor4" rows="10" tabindex="1"></textarea> + </p> + <div class="ckeditor" contenteditable="true" id="editor1" tabindex="4"></div> + <p> + <textarea class="ckeditor" cols="80" id="editor2" rows="10" tabindex="2"></textarea> + </p> + <p> + <textarea class="ckeditor" cols="80" id="editor3" rows="10" tabindex="3"></textarea> + </p> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/tableresize/tableresize.html b/public/assets/ckeditor/samples/old/tableresize/tableresize.html new file mode 100644 index 0000000..4c66a07 --- /dev/null +++ b/public/assets/ckeditor/samples/old/tableresize/tableresize.html @@ -0,0 +1,107 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Using TableResize Plugin — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <link rel="stylesheet" href="../../../samples/old/sample.css"> + <meta name="ckeditor-sample-name" content="TableResize plugin"> + <meta name="ckeditor-sample-group" content="Plugins"> + <meta name="ckeditor-sample-description" content="Using the TableResize plugin to enable table column resizing."> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » Using the TableResize Plugin + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/table.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to configure CKEditor instances to use the + <strong>TableResize</strong> (<code>tableresize</code>) plugin that allows + the user to edit table columns by using the mouse. + </p> + <p> + The TableResize plugin makes it possible to modify table column width. Hover + your mouse over the column border to see the cursor change to indicate that + the column can be resized. Click and drag your mouse to set the desired width. + </p> + <p> + By default the plugin is turned off. To add a CKEditor instance using the + TableResize plugin, insert the following JavaScript call into your code: + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + <strong>extraPlugins: 'tableresize'</strong> +});</pre> + <p> + Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of + the <code><textarea></code> element to be replaced with CKEditor. + </p> + </div> + <form action="../../../samples/sample_posteddata.php" method="post"> + <p> + <label for="editor1"> + CKEditor using the <code>tableresize</code> plugin: + </label> + <textarea cols="80" id="editor1" name="editor1" rows="10"> + <table style="width: 500px;" border="1"> + <caption> + A sample table</caption> + <tbody> + <tr> + <td> + Column 1</td> + <td> + Column 2</td> + </tr> + <tr> + <td> + You can resize a table column.</td> + <td> + Hover your mouse over its border.</td> + </tr> + <tr> + <td> + Watch the cursor change.</td> + <td> + Now click and drag to resize.</td> + </tr> + </tbody> + </table> + </textarea> + <script> + + // This call can be placed at any point after the + // <textarea>, or inside a <head><script> in a + // window.onload event handler. + + // Replace the <textarea id="editor"> with an CKEditor + // instance, using default configurations. + CKEDITOR.replace( 'editor1', { + extraPlugins: 'tableresize' + }); + + </script> + </p> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/toolbar/toolbar.html b/public/assets/ckeditor/samples/old/toolbar/toolbar.html new file mode 100644 index 0000000..2d3d25f --- /dev/null +++ b/public/assets/ckeditor/samples/old/toolbar/toolbar.html @@ -0,0 +1,235 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Toolbar Configuration — CKEditor Sample</title> + <meta name="ckeditor-sample-name" content="Toolbar Configurations"> + <meta name="ckeditor-sample-group" content="Advanced Samples"> + <meta name="ckeditor-sample-description" content="Configuring CKEditor to display full or custom toolbar layout."> + <script src="../../../ckeditor.js"></script> + <link href="../../../samples/old/sample.css" rel="stylesheet"> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » Toolbar Configuration + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out the <a href="../../../samples/toolbarconfigurator/index.html#basic">brand new CKEditor Toolbar Configurator</a>. + </div> + <div class="description"> + <p> + This sample page demonstrates editor with loaded <a href="#fullToolbar">full toolbar</a> (all registered buttons) and, if + current editor's configuration modifies default settings, also editor with <a href="#currentToolbar">modified toolbar</a>. + </p> + + <p>Since CKEditor 4 there are two ways to configure toolbar buttons.</p> + + <h2 class="samples">By <a href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-toolbar">config.toolbar</a></h2> + + <p> + You can explicitly define which buttons are displayed in which groups and in which order. + This is the more precise setting, but less flexible. If newly added plugin adds its + own button you'll have to add it manually to your <code>config.toolbar</code> setting as well. + </p> + + <p>To add a CKEditor instance with custom toolbar setting, insert the following JavaScript call to your code:</p> + + <pre class="samples"> +CKEDITOR.replace( <em>'textarea_id'</em>, { + <strong>toolbar:</strong> [ + { name: 'document', items: [ 'Source', '-', 'NewPage', 'Preview', '-', 'Templates' ] }, // Defines toolbar group with name (used to create voice label) and items in 3 subgroups. + [ 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo' ], // Defines toolbar group without name. + '/', // Line break - next group will be placed in new line. + { name: 'basicstyles', items: [ 'Bold', 'Italic' ] } + ] +});</pre> + + <h2 class="samples">By <a href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-toolbarGroups">config.toolbarGroups</a></h2> + + <p> + You can define which groups of buttons (like e.g. <code>basicstyles</code>, <code>clipboard</code> + and <code>forms</code>) are displayed and in which order. Registered buttons are associated + with toolbar groups by <code>toolbar</code> property in their definition. + This setting's advantage is that you don't have to modify toolbar configuration + when adding/removing plugins which register their own buttons. + </p> + + <p>To add a CKEditor instance with custom toolbar groups setting, insert the following JavaScript call to your code:</p> + + <pre class="samples"> +CKEDITOR.replace( <em>'textarea_id'</em>, { + <strong>toolbarGroups:</strong> [ + { name: 'document', groups: [ 'mode', 'document' ] }, // Displays document group with its two subgroups. + { name: 'clipboard', groups: [ 'clipboard', 'undo' ] }, // Group's name will be used to create voice label. + '/', // Line break - next group will be placed in new line. + { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] }, + { name: 'links' } + ] + + // NOTE: Remember to leave 'toolbar' property with the default value (null). +});</pre> + </div> + + <div id="currentToolbar" style="display: none"> + <h2 class="samples">Current toolbar configuration</h2> + <p>Below you can see editor with current toolbar definition.</p> + <textarea cols="80" id="editorCurrent" name="editorCurrent" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <pre id="editorCurrentCfg" class="samples"></pre> + </div> + + <div id="fullToolbar"> + <h2 class="samples">Full toolbar configuration</h2> + <p>Below you can see editor with full toolbar, generated automatically by the editor.</p> + <p> + <strong>Note</strong>: To create editor instance with full toolbar you don't have to set anything. + Just leave <code>toolbar</code> and <code>toolbarGroups</code> with the default, <code>null</code> values. + </p> + <textarea cols="80" id="editorFull" name="editorFull" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <pre id="editorFullCfg" class="samples"></pre> + </div> + + <script> + +(function() { + 'use strict'; + + var buttonsNames; + + CKEDITOR.config.extraPlugins = 'toolbar'; + + CKEDITOR.on( 'instanceReady', function( evt ) { + var editor = evt.editor, + editorCurrent = editor.name == 'editorCurrent', + defaultToolbar = !( editor.config.toolbar || editor.config.toolbarGroups || editor.config.removeButtons ), + pre = CKEDITOR.document.getById( editor.name + 'Cfg' ), + output = ''; + + if ( editorCurrent ) { + // If default toolbar configuration has been modified, show "current toolbar" section. + if ( !defaultToolbar ) + CKEDITOR.document.getById( 'currentToolbar' ).show(); + else + return; + } + + if ( !buttonsNames ) + buttonsNames = createButtonsNamesHash( editor.ui.items ); + + // Toolbar isn't set explicitly, so it was created automatically from toolbarGroups. + if ( !editor.config.toolbar ) { + output += + '// Toolbar configuration generated automatically by the editor based on config.toolbarGroups.\n' + + dumpToolbarConfiguration( editor ) + + '\n\n' + + '// Toolbar groups configuration.\n' + + dumpToolbarConfiguration( editor, true ) + } + // Toolbar groups doesn't count in this case - print only toolbar. + else { + output += '// Toolbar configuration.\n' + + dumpToolbarConfiguration( editor ); + } + + // Recreate to avoid old IE from loosing whitespaces on filling <pre> content. + var preOutput = pre.getOuterHtml().replace( /(?=<\/)/, output ); + CKEDITOR.dom.element.createFromHtml( preOutput ).replace( pre ); + } ); + + CKEDITOR.replace( 'editorCurrent', { height: 100 } ); + CKEDITOR.replace( 'editorFull', { + // Reset toolbar settings, so full toolbar will be generated automatically. + toolbar: null, + toolbarGroups: null, + removeButtons: null, + height: 100 + } ); + + function dumpToolbarConfiguration( editor, printGroups ) { + var output = [], + toolbar = editor.toolbar; + + for ( var i = 0; i < toolbar.length; ++i ) { + var group = dumpToolbarGroup( toolbar[ i ], printGroups ); + if ( group ) + output.push( group ); + } + + return 'config.toolbar' + ( printGroups ? 'Groups' : '' ) + ' = [\n\t' + output.join( ',\n\t' ) + '\n];'; + } + + function dumpToolbarGroup( group, printGroups ) { + var output = []; + + if ( typeof group == 'string' ) + return '\'' + group + '\''; + if ( CKEDITOR.tools.isArray( group ) ) + return dumpToolbarItems( group ); + // Skip group when printing entire toolbar configuration and there are no items in this group. + if ( !printGroups && !group.items ) + return; + + if ( group.name ) + output.push( 'name: \'' + group.name + '\'' ); + + if ( group.groups ) + output.push( 'groups: ' + dumpToolbarItems( group.groups ) ); + + if ( !printGroups ) + output.push( 'items: ' + dumpToolbarItems( group.items ) ); + + return '{ ' + output.join( ', ' ) + ' }'; + } + + function dumpToolbarItems( items ) { + if ( typeof items == 'string' ) + return '\'' + items + '\''; + + var names = [], + i, item; + + for ( var i = 0; i < items.length; ++i ) { + item = items[ i ]; + if ( typeof item == 'string' ) + names.push( item ); + else { + if ( item.type == CKEDITOR.UI_SEPARATOR ) + names.push( '-' ); + else + names.push( buttonsNames[ item.name ] ); + } + } + + return '[ \'' + names.join( '\', \'' ) + '\' ]'; + } + + // Creates { 'lowercased': 'LowerCased' } buttons names hash. + function createButtonsNamesHash( items ) { + var hash = {}, + name; + + for ( name in items ) { + hash[ items[ name ].name ] = name; + } + + return hash; + } + +})(); + </script> + + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/uicolor.html b/public/assets/ckeditor/samples/old/uicolor.html new file mode 100644 index 0000000..f503204 --- /dev/null +++ b/public/assets/ckeditor/samples/old/uicolor.html @@ -0,0 +1,72 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>UI Color Picker — CKEditor Sample</title> + <script src="../../ckeditor.js"></script> + <link rel="stylesheet" href="sample.css"> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » UI Color + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/uicolor.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to automatically replace <code><textarea></code> elements + with a CKEditor instance with an option to change the color of its user interface.<br> + <strong>Note:</strong>The UI skin color feature depends on the CKEditor skin + compatibility. The Moono and Kama skins are examples of skins that work with it. + </p> + </div> + <form action="sample_posteddata.php" method="post"> + <p> + This editor instance has a UI color value defined in configuration to change the skin color, + To specify the color of the user interface, set the <code>uiColor</code> property: + </p> + <pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + <strong>uiColor: '#14B8C4'</strong> +});</pre> + <p> + Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of + the <code><textarea></code> element to be replaced. + </p> + <p> + <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <script> + + // Replace the <textarea id="editor"> with an CKEditor + // instance, using default configurations. + CKEDITOR.replace( 'editor1', { + uiColor: '#14B8C4', + toolbar: [ + [ 'Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink' ], + [ 'FontSize', 'TextColor', 'BGColor' ] + ] + }); + + </script> + </p> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/uicolor/uicolor.html b/public/assets/ckeditor/samples/old/uicolor/uicolor.html new file mode 100644 index 0000000..56d1b06 --- /dev/null +++ b/public/assets/ckeditor/samples/old/uicolor/uicolor.html @@ -0,0 +1,106 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>UI Color Picker — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <link rel="stylesheet" href="../../../samples/old/sample.css"> + <meta name="ckeditor-sample-name" content="UIColor plugin"> + <meta name="ckeditor-sample-group" content="Plugins"> + <meta name="ckeditor-sample-description" content="Using the UIColor plugin to pick up skin color."> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » UI Color Plugin + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/uicolorpicker.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to use the UI Color picker toolbar button to preview the skin color of the editor. + <strong>Note:</strong>The UI skin color feature depends on the CKEditor skin + compatibility. The Moono and Kama skins are examples of skins that work with it. + </p> + </div> + <form action="../../../samples/sample_posteddata.php" method="post"> + <div id="ui-color-plugin"> + <p> + If the <strong>uicolor</strong> plugin along with the dedicated <strong>UIColor</strong> + toolbar button is added to CKEditor, the user will also be able to pick the color of the + UI from the color palette available in the <strong>UI Color Picker</strong> dialog window. + </p> + <p> + To insert a CKEditor instance with the <strong>uicolor</strong> plugin enabled, + use the following JavaScript call: + </p> + <pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + <strong>extraPlugins: 'uicolor',</strong> + toolbar: [ [ 'Bold', 'Italic' ], [ <strong>'UIColor'</strong> ] ] +});</pre> + <h2>Used in themed instance</h2> + <p> + Click the <strong>UI Color Picker</strong> toolbar button to open up a color picker dialog. + </p> + <p> + <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <script> + + // Replace the <textarea id="editor"> with an CKEditor + // instance, using default configurations. + CKEDITOR.replace( 'editor1', { + extraPlugins: 'uicolor', + toolbar: [ + [ 'Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink' ], + [ 'FontSize', 'TextColor', 'BGColor' ], + [ 'UIColor' ] + ] + }); + + </script> + </p> + <h2>Used in inline instance</h2> + <p> + Click the below editable region to display floating toolbar, then click <strong>UI Color Picker</strong> button. + </p> + <div id="editor2" contenteditable="true"> + <p>This is some <strong>sample text</strong>. You are using <a data-cke-saved-href="http://ckeditor.com/" href="http://ckeditor.com/">CKEditor</a>.</p> + </div> + <script> + + // Disable automatic creation of inline instances. + CKEDITOR.disableAutoInline = true; + + // Replace the <div id="editor3"> with an inline CKEditor instance. + CKEDITOR.inline( 'editor2', { + extraPlugins: 'uicolor', + toolbar: [ + [ 'Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink' ], + [ 'FontSize', 'TextColor', 'BGColor' ], + [ 'UIColor' ] + ] + }); + + </script> + </div> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/uilanguages.html b/public/assets/ckeditor/samples/old/uilanguages.html new file mode 100644 index 0000000..ef6dbb3 --- /dev/null +++ b/public/assets/ckeditor/samples/old/uilanguages.html @@ -0,0 +1,122 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>User Interface Globalization — CKEditor Sample</title> + <script src="../../ckeditor.js"></script> + <script src="assets/uilanguages/languages.js"></script> + <link rel="stylesheet" href="sample.css"> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » User Interface Languages + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/uilanguages.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to automatically replace <code><textarea></code> elements + with a CKEditor instance with an option to change the language of its user interface. + </p> + <p> + It pulls the language list from CKEditor <code>_languages.js</code> file that contains the list of supported languages and creates + a drop-down list that lets the user change the UI language. + </p> + <p> + By default, CKEditor automatically localizes the editor to the language of the user. + The UI language can be controlled with two configuration options: + <code><a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-language">language</a></code> and + <code><a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-defaultLanguage"> + defaultLanguage</a></code>. The <code>defaultLanguage</code> setting specifies the + default CKEditor language to be used when a localization suitable for user's settings is not available. + </p> + <p> + To specify the user interface language that will be used no matter what language is + specified in user's browser or operating system, set the <code>language</code> property: + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + // Load the German interface. + <strong>language: 'de'</strong> +});</pre> + <p> + Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of + the <code><textarea></code> element to be replaced. + </p> + </div> + <form action="sample_posteddata.php" method="post"> + <p> + Available languages (<span id="count"> </span> languages!):<br> + <script> + + document.write( '<select disabled="disabled" id="languages" onchange="createEditor( this.value );">' ); + + // Get the language list from the _languages.js file. + for ( var i = 0 ; i < window.CKEDITOR_LANGS.length ; i++ ) { + document.write( + '<option value="' + window.CKEDITOR_LANGS[i].code + '">' + + window.CKEDITOR_LANGS[i].name + + '</option>' ); + } + + document.write( '</select>' ); + + </script> + <br> + <span style="color: #888888"> + (You may see strange characters if your system does not support the selected language) + </span> + </p> + <p> + <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <script> + + // Set the number of languages. + document.getElementById( 'count' ).innerHTML = window.CKEDITOR_LANGS.length; + + var editor; + + function createEditor( languageCode ) { + if ( editor ) + editor.destroy(); + + // Replace the <textarea id="editor"> with an CKEditor + // instance, using default configurations. + editor = CKEDITOR.replace( 'editor1', { + language: languageCode, + + on: { + instanceReady: function() { + // Wait for the editor to be ready to set + // the language combo. + var languages = document.getElementById( 'languages' ); + languages.value = this.langCode; + languages.disabled = false; + } + } + }); + } + + // At page startup, load the default language: + createEditor( '' ); + + </script> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/wysiwygarea/fullpage.html b/public/assets/ckeditor/samples/old/wysiwygarea/fullpage.html new file mode 100644 index 0000000..341a4e7 --- /dev/null +++ b/public/assets/ckeditor/samples/old/wysiwygarea/fullpage.html @@ -0,0 +1,80 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Full Page Editing — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <script src="../../../samples/old/sample.js"></script> + <link rel="stylesheet" href="../../../samples/old/sample.css"> + <meta name="ckeditor-sample-required-plugins" content="sourcearea"> + <meta name="ckeditor-sample-name" content="Full page support"> + <meta name="ckeditor-sample-group" content="Plugins"> + <meta name="ckeditor-sample-description" content="CKEditor inserted with a JavaScript call and used to edit the whole page from <html> to </html>."> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » Full Page Editing + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/fullpage.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to configure CKEditor to edit entire HTML pages, from the + <code><html></code> tag to the <code></html></code> tag. + </p> + <p> + The CKEditor instance below is inserted with a JavaScript call using the following code: + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + <strong>fullPage: true</strong>, + <strong>allowedContent: true</strong> +}); +</pre> + <p> + Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of + the <code><textarea></code> element to be replaced. + </p> + <p> + The <code><em>allowedContent</em></code> in the code above is set to <code>true</code> to disable content filtering. + Setting this option is not obligatory, but in full page mode there is a strong chance that one may want be able to freely enter any HTML content in source mode without any limitations. + </p> + </div> + <form action="../../../samples/sample_posteddata.php" method="post"> + <label for="editor1"> + CKEditor output the entire page including content outside of + <code><body></code> element, so content like meta and title can be changed: + </label> + <textarea cols="80" id="editor1" name="editor1" rows="10"> + <h1><img align="right" alt="Saturn V carrying Apollo 11" src="../../../samples/old/assets/sample.jpg"/> Apollo 11</h1> <p><b>Apollo 11</b> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p> <p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5&nbsp;kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p> <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2> <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p> <blockquote><p>One small step for [a] man, one giant leap for mankind.</p></blockquote> <p>Apollo 11 effectively ended the <a href="http://en.wikipedia.org/wiki/Space_Race" title="Space Race">Space Race</a> and fulfilled a national goal proposed in 1961 by the late U.S. President <a href="http://en.wikipedia.org/wiki/John_F._Kennedy" title="John F. Kennedy">John F. Kennedy</a> in a speech before the United States Congress:</p> <blockquote><p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p></blockquote> <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td> </tr> </tbody> </table> <p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>&#39;s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V&#39;s upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p> <hr/> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> + </textarea> + <script> + + CKEDITOR.replace( 'editor1', { + fullPage: true, + allowedContent: true, + extraPlugins: 'wysiwygarea' + }); + + </script> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/old/xhtmlstyle.html b/public/assets/ckeditor/samples/old/xhtmlstyle.html new file mode 100644 index 0000000..2d67fb0 --- /dev/null +++ b/public/assets/ckeditor/samples/old/xhtmlstyle.html @@ -0,0 +1,234 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<html> +<head> + <meta charset="utf-8"> + <title>XHTML Compliant Output — CKEditor Sample</title> + <meta name="ckeditor-sample-required-plugins" content="sourcearea"> + <script src="../../ckeditor.js"></script> + <script src="sample.js"></script> + <link href="sample.css" rel="stylesheet"> +</head> +<body> + <h1 class="samples"> + <a href="index.html">CKEditor Samples</a> » Producing XHTML Compliant Output + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/basicstyles.html">brand new version in CKEditor SDK</a>. + </div> + <div class="description"> + <p> + This sample shows how to configure CKEditor to output valid + <a class="samples" href="http://www.w3.org/TR/xhtml11/">XHTML 1.1</a> code. + Deprecated elements (<code><font></code>, <code><u></code>) or attributes + (<code>size</code>, <code>face</code>) will be replaced with XHTML compliant code. + </p> + <p> + To add a CKEditor instance outputting valid XHTML code, load the editor using a standard + JavaScript call and define CKEditor features to use the XHTML compliant elements and styles. + </p> + <p> + A snippet of the configuration code can be seen below; check the source of this page for + full definition: + </p> +<pre class="samples"> +CKEDITOR.replace( '<em>textarea_id</em>', { + contentsCss: 'assets/outputxhtml.css', + + coreStyles_bold: { + element: 'span', + attributes: { 'class': 'Bold' } + }, + coreStyles_italic: { + element: 'span', + attributes: { 'class': 'Italic' } + }, + + ... +});</pre> + </div> + <form action="sample_posteddata.php" method="post"> + <p> + <label for="editor1"> + Editor 1: + </label> + <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <span class="Bold">sample text</span>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> + <script> + + CKEDITOR.replace( 'editor1', { + /* + * Style sheet for the contents + */ + contentsCss: 'assets/outputxhtml/outputxhtml.css', + + /* + * Special allowed content rules for spans used by + * font face, size, and color buttons. + * + * Note: all rules have been written separately so + * it was possible to specify required classes. + */ + extraAllowedContent: 'span(!FontColor1);span(!FontColor2);span(!FontColor3);' + + 'span(!FontColor1BG);span(!FontColor2BG);span(!FontColor3BG);' + + 'span(!FontComic);span(!FontCourier);span(!FontTimes);' + + 'span(!FontSmaller);span(!FontLarger);span(!FontSmall);span(!FontBig);span(!FontDouble)', + + /* + * Core styles. + */ + coreStyles_bold: { + element: 'span', + attributes: { 'class': 'Bold' } + }, + coreStyles_italic: { + element: 'span', + attributes: { 'class': 'Italic' } + }, + coreStyles_underline: { + element: 'span', + attributes: { 'class': 'Underline' } + }, + coreStyles_strike: { + element: 'span', + attributes: { 'class': 'StrikeThrough' }, + overrides: 'strike' + }, + coreStyles_subscript: { + element: 'span', + attributes: { 'class': 'Subscript' }, + overrides: 'sub' + }, + coreStyles_superscript: { + element: 'span', + attributes: { 'class': 'Superscript' }, + overrides: 'sup' + }, + + /* + * Font face. + */ + + // List of fonts available in the toolbar combo. Each font definition is + // separated by a semi-colon (;). We are using class names here, so each font + // is defined by {Combo Label}/{Class Name}. + font_names: 'Comic Sans MS/FontComic;Courier New/FontCourier;Times New Roman/FontTimes', + + // Define the way font elements will be applied to the document. The "span" + // element will be used. When a font is selected, the font name defined in the + // above list is passed to this definition with the name "Font", being it + // injected in the "class" attribute. + // We must also instruct the editor to replace span elements that are used to + // set the font (Overrides). + font_style: { + element: 'span', + attributes: { 'class': '#(family)' }, + overrides: [ + { + element: 'span', + attributes: { + 'class': /^Font(?:Comic|Courier|Times)$/ + } + } + ] + }, + + /* + * Font sizes. + */ + fontSize_sizes: 'Smaller/FontSmaller;Larger/FontLarger;8pt/FontSmall;14pt/FontBig;Double Size/FontDouble', + fontSize_style: { + element: 'span', + attributes: { 'class': '#(size)' }, + overrides: [ + { + element: 'span', + attributes: { + 'class': /^Font(?:Smaller|Larger|Small|Big|Double)$/ + } + } + ] + } , + + /* + * Font colors. + */ + colorButton_enableMore: false, + + colorButton_colors: 'FontColor1/FF9900,FontColor2/0066CC,FontColor3/F00', + colorButton_foreStyle: { + element: 'span', + attributes: { 'class': '#(color)' }, + overrides: [ + { + element: 'span', + attributes: { + 'class': /^FontColor(?:1|2|3)$/ + } + } + ] + }, + + colorButton_backStyle: { + element: 'span', + attributes: { 'class': '#(color)BG' }, + overrides: [ + { + element: 'span', + attributes: { + 'class': /^FontColor(?:1|2|3)BG$/ + } + } + ] + }, + + /* + * Indentation. + */ + indentClasses: [ 'Indent1', 'Indent2', 'Indent3' ], + + /* + * Paragraph justification. + */ + justifyClasses: [ 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyFull' ], + + /* + * Styles combo. + */ + stylesSet: [ + { name: 'Strong Emphasis', element: 'strong' }, + { name: 'Emphasis', element: 'em' }, + + { name: 'Computer Code', element: 'code' }, + { name: 'Keyboard Phrase', element: 'kbd' }, + { name: 'Sample Text', element: 'samp' }, + { name: 'Variable', element: 'var' }, + + { name: 'Deleted Text', element: 'del' }, + { name: 'Inserted Text', element: 'ins' }, + + { name: 'Cited Work', element: 'cite' }, + { name: 'Inline Quotation', element: 'q' } + ] + }); + + </script> + </p> + <p> + <input type="submit" value="Submit"> + </p> + </form> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> diff --git a/public/assets/ckeditor/samples/toolbarconfigurator/css/fontello.css b/public/assets/ckeditor/samples/toolbarconfigurator/css/fontello.css new file mode 100644 index 0000000..d983707 --- /dev/null +++ b/public/assets/ckeditor/samples/toolbarconfigurator/css/fontello.css @@ -0,0 +1,55 @@ +@font-face { + font-family: 'fontello'; + src: url('../font/fontello.eot?89024372'); + src: url('../font/fontello.eot?89024372#iefix') format('embedded-opentype'), + url('../font/fontello.woff?89024372') format('woff'), + url('../font/fontello.ttf?89024372') format('truetype'), + url('../font/fontello.svg?89024372#fontello') format('svg'); + font-weight: normal; + font-style: normal; +} +/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ +/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ +/* +@media screen and (-webkit-min-device-pixel-ratio:0) { + @font-face { + font-family: 'fontello'; + src: url('../font/fontello.svg?89024372#fontello') format('svg'); + } +} +*/ + + [class^="icon-"]:before, [class*=" icon-"]:before { + font-family: "fontello"; + font-style: normal; + font-weight: normal; + speak: none; + + display: inline-block; + text-decoration: inherit; + width: 1em; + margin-right: .2em; + text-align: center; + /* opacity: .8; */ + + /* For safety - reset parent styles, that can break glyph codes*/ + font-variant: normal; + text-transform: none; + + /* fix buttons height, for twitter bootstrap */ + line-height: 1em; + + /* Animation center compensation - margins should be symmetric */ + /* remove if not needed */ + margin-left: .2em; + + /* you can be more comfortable with increased icons size */ + /* font-size: 120%; */ + + /* Uncomment for 3D effect */ + /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ +} + +.icon-trash:before { content: '\e802'; } /* 'î ' */ +.icon-down-big:before { content: '\e800'; } /* 'î ' */ +.icon-up-big:before { content: '\e801'; } /* 'î ' */ diff --git a/public/assets/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt b/public/assets/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt new file mode 100644 index 0000000..4a73f6c --- /dev/null +++ b/public/assets/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt @@ -0,0 +1,10 @@ +Font license info + + +## Font Awesome + + Copyright (C) 2012 by Dave Gandy + + Author: Dave Gandy + License: SIL () + Homepage: http://fortawesome.github.com/Font-Awesome/ diff --git a/public/assets/ckeditor/samples/toolbarconfigurator/font/config.json b/public/assets/ckeditor/samples/toolbarconfigurator/font/config.json new file mode 100644 index 0000000..94809d7 --- /dev/null +++ b/public/assets/ckeditor/samples/toolbarconfigurator/font/config.json @@ -0,0 +1,28 @@ +{ + "name": "", + "css_prefix_text": "icon-", + "css_use_suffix": false, + "hinting": true, + "units_per_em": 1000, + "ascent": 850, + "glyphs": [ + { + "uid": "f48ae54adfb27d8ada53d0fd9e34ee10", + "css": "trash-empty", + "code": 59392, + "src": "fontawesome" + }, + { + "uid": "1c4068ed75209e21af36017df8871802", + "css": "down-big", + "code": 59393, + "src": "fontawesome" + }, + { + "uid": "95376bf082bfec6ce06ea1cda7bd7ead", + "css": "up-big", + "code": 59394, + "src": "fontawesome" + } + ] +} \ No newline at end of file diff --git a/public/assets/ckeditor/samples/toolbarconfigurator/font/fontello.eot b/public/assets/ckeditor/samples/toolbarconfigurator/font/fontello.eot new file mode 100644 index 0000000000000000000000000000000000000000..2732fad4b99afccc74c27aa672ccd40f913b80ca GIT binary patch literal 4988 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 Kt8V<(q5l8`HZgPn literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/samples/toolbarconfigurator/font/fontello.svg b/public/assets/ckeditor/samples/toolbarconfigurator/font/fontello.svg new file mode 100644 index 0000000..33d14ac --- /dev/null +++ b/public/assets/ckeditor/samples/toolbarconfigurator/font/fontello.svg @@ -0,0 +1,14 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns="http://www.w3.org/2000/svg"> +<metadata>Copyright (C) 2014 by original authors @ fontello.com</metadata> +<defs> +<font id="fontello" horiz-adv-x="1000" > +<font-face font-family="fontello" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" /> +<missing-glyph horiz-adv-x="1000" /> +<glyph glyph-name="trash" unicode="" d="m286 439v-321q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q8 0 13-5t5-13z m143 0v-321q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q8 0 13-5t5-13z m142 0v-321q0-8-5-13t-12-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q7 0 12-5t5-13z m72-404v529h-500v-529q0-12 4-22t8-15t6-5h464q2 0 6 5t8 15t4 22z m-375 601h250l-27 65q-4 5-9 6h-177q-6-1-10-6z m518-18v-36q0-8-5-13t-13-5h-54v-529q0-46-26-80t-63-34h-464q-37 0-63 33t-27 79v531h-53q-8 0-13 5t-5 13v36q0 8 5 13t13 5h172l39 93q9 21 31 35t44 15h178q22 0 44-15t30-35l39-93h173q8 0 13-5t5-13z" horiz-adv-x="785.7" /> +<glyph glyph-name="down-big" unicode="" d="m899 386q0-30-21-50l-363-364q-22-21-51-21q-29 0-50 21l-363 364q-21 20-21 50q0 29 21 51l41 41q22 21 51 21q29 0 50-21l164-164v393q0 29 21 50t51 22h71q29 0 50-22t21-50v-393l164 164q21 21 51 21q29 0 50-21l42-42q21-21 21-50z" horiz-adv-x="928.6" /> +<glyph glyph-name="up-big" unicode="" d="m899 308q0-28-21-50l-42-42q-21-21-50-21q-30 0-51 21l-164 164v-393q0-29-20-47t-51-19h-71q-30 0-51 19t-21 47v393l-164-164q-20-21-50-21t-50 21l-42 42q-21 21-21 50q0 30 21 51l363 363q20 21 50 21q30 0 51-21l363-363q21-22 21-51z" horiz-adv-x="928.6" /> +</font> +</defs> +</svg> \ No newline at end of file diff --git a/public/assets/ckeditor/samples/toolbarconfigurator/font/fontello.ttf b/public/assets/ckeditor/samples/toolbarconfigurator/font/fontello.ttf new file mode 100644 index 0000000000000000000000000000000000000000..fbcbf06af5fe25519880166886f3af289acfd960 GIT binary patch literal 4820 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/samples/toolbarconfigurator/font/fontello.woff b/public/assets/ckeditor/samples/toolbarconfigurator/font/fontello.woff new file mode 100644 index 0000000000000000000000000000000000000000..e1d56472f88b35b037149608094afc4bbcf97b50 GIT binary patch literal 2904 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%0Ayl~wC@nx8@;@5mHP`euW(pSyf^RC_T@9GKm zeyb(m7b)2$h<U>7rS@BQe&bK9(sBKQlK7>&13qX0wAksZ+tXw%u_Jjnv{{&c<FiMu zeO)#;V-sC>(C(y*iEDkOA)FBb({PRfl*Nh-4OzMhPaJDL>bo_~y<<^yjv?u@Rc878 z#MD10UTPJ#{gBiB?7iJ{NguP<KtWwdSNQWK^z@i{zzSl~Z>n8lAoO%2L4O;6`MP=2 zvPDA8zBJnU(dCdwyjg6U*Rx>#mo?XyiGg~fo^6_~aZ2xa<+AnxhI}6sbmV{kU@R7x z#aWeClEX90*~hz1-jZTpa1SR$^~JCX3GN5t1H8Y&h`NI5Mo)oLST^K;HUECce{M(2 z9Nhfs4SRBk6$=7!UCfD$ivYm*<UbsyUo0q)Kmuq2tsn#@z!!kgMSuaCBu)SUQ0Bry zp$p`!kmL^+-x~2nAFTJ^HFkAbtgTW+`Mttw-<EJD4Fu%ZolvF8@TjW^F<;30(HFC1 z@egJvGvS%MReD!glkVlOc))E=gyHu_E2XMgC@+gm$F!G7*&ijw{lV2IC{8Nn^u2K{ zn+7B16$92<Sf7%5d?U~w7@TJNiJ-u24`lsFj2o|Vqm`0tt{eZrlwqZ8KRArvEst;^ zgz!ZnKfyvq18Vh%4QcU;sBz~8e_qAx&Zey5*6rXDQS^x|gU!g0@5?vpa^#w<rPDed z42&03a<<1b_b)jaPB0NXzY@!aY&i+hZhkduhI3K0l7@S<sSTA|Z&_V^5wD84VLX~+ zdJ9?^zPTnDY9?yxz46J-rj~QK?xP;HDQc^iyM$z`PpRW78Iz{wDdP7TR+BKM;-z9V z-u~4D`Hhqty5Cn-{1K>1OYN$vsY$y_WS7iOLBnMh*&(v31}`M9h&R?S-!uDxe~I&L z^j+IqI0y$OE<{=Uy$85kfHLg+tveABlsL*G${lIhHwI{J1@-LGY5+lfz$eS^qoM); zJ^}Djz@iT5uyv+_U?Qge5HyB*N>qT-hzdsOph_lr7E@b9B`X75kqQG5R2eYV#<{{M h)|m=pL{N{>SsfEVryv3YMICr>r-JDom6<*r{|}rP@vZ;> literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/samples/toolbarconfigurator/index.html b/public/assets/ckeditor/samples/toolbarconfigurator/index.html new file mode 100644 index 0000000..4c9057b --- /dev/null +++ b/public/assets/ckeditor/samples/toolbarconfigurator/index.html @@ -0,0 +1,446 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +--> +<!--[if IE 8]><html class="ie8"><![endif]--> +<!--[if gt IE 8]><html><![endif]--> +<!--[if !IE]><!--><html><!--<![endif]--> +<head> + <meta charset="utf-8"> + <title>Toolbar Configurator</title> + <script src="../../ckeditor.js"></script> + <script> + if ( CKEDITOR.env.ie && CKEDITOR.env.version < 9 ) + CKEDITOR.tools.enableHtml5Elements( document ); + </script> + <link rel="stylesheet" href="lib/codemirror/codemirror.css"> + <link rel="stylesheet" href="lib/codemirror/show-hint.css"> + <link rel="stylesheet" href="lib/codemirror/neo.css"> + <link rel="stylesheet" href="css/fontello.css"> + <link rel="stylesheet" href="../css/samples.css"> +</head> +<body id="toolbar"> + +<nav class="navigation-a"> + <div class="grid-container"> + <ul class="navigation-a-left grid-width-70"> + <li><a href="http://ckeditor.com">Project Homepage</a></li> + <li><a href="http://dev.ckeditor.com/">I found a bug</a></li> + <li><a href="http://github.com/ckeditor/ckeditor-dev" class="icon-pos-right icon-navigation-a-github">Fork CKEditor on GitHub</a></li> + </ul> + <ul class="navigation-a-right grid-width-30"> + <li><a href="http://ckeditor.com/blog-list">CKEditor Blog</a></li> + </ul> + </div> +</nav> + +<header class="header-a"> + <div class="grid-container"> + <h1 class="header-a-logo grid-width-30"> + <a href="../index.html"><img src="../img/logo.png" alt="CKEditor Logo"></a> + </h1> + <nav class="navigation-b grid-width-70"> + <ul> + <li><a href="../index.html" class="button-a">Start</a></li> + <li><a href="index.html" class="button-a button-a-background">Toolbar configurator</a></li> + </ul> + </nav> + </div> +</header> + +<main> + <div class="adjoined-top"> + <div class="grid-container"> + <div class="content grid-width-100"> + <div class="grid-container-nested"> + <h1 class="grid-width-60"> + Toolbar Configurator + <a href="#help-content" type="button" title="Configurator help" id="help" class="button-a button-a-background button-a-no-text icon-pos-left icon-question-mark">Help</a> + </h1> + + <div class="grid-width-40 grid-switch-magic"> + <div class="switch"> + <span class="balloon-a balloon-a-se">Select configurator type</span> + <input type="radio" name="radio" data-num="1" id="radio-basic" /> + <input type="radio" name="radio" data-num="2" id="radio-advanced" /> + <label data-for="1" for="radio-basic">Basic</label> + <span class="switch-inner"> + <span class="handler"></span> + </span> + <label data-for="2" for="radio-advanced">Advanced</label> + </div> + </div> + </div> + </div> + </div> + </div> + <div class="adjoined-bottom"> + <div class="grid-container"> + <div class="grid-width-100"> + <div class="editors-container"> + <div id="editor-basic"></div> + <div id="editor-advanced"></div> + </div> + </div> + </div> + </div> + + <div class="grid-container configurator"> + <div class="content grid-width-100"> + <div class="configurator"> + <div> + <div id="toolbarModifierWrapper"></div> + </div> + </div> + </div> + </div> + + <div id="help-content"> + <div class="grid-container"> + <div class="grid-width-100"> + <h2>What Am I Doing Here?</h2> + + <div class="grid-container grid-container-nested"> + <div class="basic"> + <div class="grid-width-50"> + <p>Arrange <a href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-toolbarGroups">toolbar groups</a>, toggle <a href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-removeButtons">button visibility</a> according to your needs and get your toolbar configuration.</p> + <p>You can replace the content of the <a href="../../config.js"><code>config.js</code></a> file with the generated configuration. If you already set some configuration options you will need to merge both configurations.</p> + </div> + <div class="grid-width-50"> + <p>Read more about different ways of <a href="http://docs.ckeditor.com/#!/guide/dev_configuration">setting configuration</a> and do not forget about <strong>clearing browser cache</strong>.</p> + <p>Arranging toolbar groups is the recommended way of configuring the toolbar, but if you need more freedom you can use the <a href="#advanced">advanced configurator</a>.</p> + </div> + </div> + <div class="advanced" style="display: none;"> + <div class="grid-width-50"> + <p>With this code editor you can edit your <a href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-toolbar">toolbar configuration</a> live.</p> + <p>You can replace the content of the <a href="../../config.js"><code>config.js</code></a> file with the generated configuration. If you already set some configuration options you will need to merge both configurations.</p> + </div> + <div class="grid-width-50"> + <p>Read more about different ways of <a href="http://docs.ckeditor.com/#!/guide/dev_configuration">setting configuration</a> and do not forget about <strong>clearing browser cache</strong>.</p> + </div> + </div> + </div> + + <p class="grid-container grid-container-nested"> + <button type="button" class="help-content-close grid-width-100 button-a button-a-background">Got it. Let's play!</button> + </p> + </div> + </div> + </div> +</main> + +<footer class="footer-a grid-container"> + <p class="grid-width-100"> + CKEditor – The text editor for the Internet – <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> + </p> + <p class="grid-width-100" id="copy"> + Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> – Frederico Knabben. All rights reserved. + </p> +</footer> + +<script src="lib/codemirror/codemirror.js"></script> +<script src="lib/codemirror/javascript.js"></script> +<script src="lib/codemirror/show-hint.js"></script> + +<script src="js/fulltoolbareditor.js"></script> +<script src="js/abstracttoolbarmodifier.js"></script> +<script src="js/toolbarmodifier.js"></script> +<script src="js/toolbartextmodifier.js"></script> +<script src="../js/sf.js"></script> + +<script> + ( function() { + 'use strict'; + + var mode = ( window.location.hash.substr( 1 ) === 'advanced' ) ? 'advanced' : 'basic', + configuratorSection = CKEDITOR.document.findOne( 'main > .grid-container.configurator' ), + basicInstruction = CKEDITOR.document.findOne( '#help-content .basic' ), + advancedInstruction = CKEDITOR.document.findOne( '#help-content .advanced' ), + + // Configurator mode switcher. + modeSwitchBasic = CKEDITOR.document.getById( 'radio-basic' ), + modeSwitchAdvanced = CKEDITOR.document.getById( 'radio-advanced' ); + + // Initial setup + function updateSwitcher() { + if ( mode === 'advanced' ) { + modeSwitchAdvanced.$.checked = true; + } else { + modeSwitchBasic.$.checked = true; + } + } + + updateSwitcher(); + + CKEDITOR.document.getWindow().on( 'hashchange', function( e ) { + var hash = window.location.hash.substr( 1 ); + if ( !( hash === 'advanced' || hash === 'basic' ) ) { + return; + } + mode = hash; + onToolbarsDone( mode ); + } ); + + CKEDITOR.document.getWindow().on( 'resize', function() { + updateToolbar( ( mode === 'basic' ? toolbarModifier : toolbarTextModifier )[ 'editorInstance' ] ); + } ); + + function onRefresh( modifier ) { + modifier = modifier || this; + + if ( mode === 'basic' && modifier instanceof ToolbarConfigurator.ToolbarTextModifier ) { + return; + } + + // CodeMirror container becomes visible, so we need to refresh and to avoid rendering problems. + if ( mode === 'advanced' && modifier instanceof ToolbarConfigurator.ToolbarTextModifier ) { + modifier.codeContainer.refresh(); + } + + updateToolbar( modifier.editorInstance ); + } + + function updateToolbar( editor ) { + var editorContainer = editor.container; + + // Not always editor is loaded. + if ( !editorContainer ) { + return; + } + + var displayStyle = editorContainer.getStyle( 'display' ); + + editorContainer.setStyle( 'display', 'block' ); + + var newHeight = editorContainer.getSize( 'height' ); + + var newMarginTop = parseInt( editorContainer.getComputedStyle( 'margin-top' ), 10 ); + newMarginTop = ( isNaN( newMarginTop ) ? 0 : Number( newMarginTop ) ); + + var newMarginBottom = parseInt( editorContainer.getComputedStyle( 'margin-bottom' ), 10 ); + newMarginBottom = ( isNaN( newMarginBottom ) ? 0 : Number( newMarginBottom ) ); + + var result = newHeight + newMarginTop + newMarginBottom; + + editorContainer.setStyle( 'display', displayStyle ); + + editor.container.getAscendant( 'div' ).setStyle( 'height', result + 'px' ); + } + + var toolbarModifier = new ToolbarConfigurator.ToolbarModifier( 'editor-basic' ); + + var done = 0; + toolbarModifier.init( onToolbarInit ); + toolbarModifier.onRefresh = onRefresh; + + CKEDITOR.document.getById( 'toolbarModifierWrapper' ).append( toolbarModifier.mainContainer ); + + var toolbarTextModifier = new ToolbarConfigurator.ToolbarTextModifier( 'editor-advanced' ); + toolbarTextModifier.init( onToolbarInit ); + toolbarTextModifier.onRefresh = onRefresh; + + function onToolbarInit() { + if ( ++done === 2 ) { + onToolbarsDone(); + + positionSticky.watch( CKEDITOR.document.findOne( '.toolbar' ), function() { + return mode === 'advanced'; + } ); + } + } + + function onToolbarsDone() { + if ( mode === 'basic' ) { + toggleModeBasic( false ); + } else { + toggleModeAdvanced( false ); + } + + updateSwitcher(); + + setTimeout( function() { + CKEDITOR.document.findOne( '.editors-container' ).addClass( 'active' ); + CKEDITOR.document.findOne( '#toolbarModifierWrapper' ).addClass( 'active' ); + }, 200 ); + } + + CKEDITOR.document.getById( 'toolbarModifierWrapper' ).append( toolbarTextModifier.mainContainer ); + + function toogleModeSwitch( onElement, offElement, onModifier, offModifier ) { + onElement.addClass( 'fancy-button-active' ); + offElement.removeClass( 'fancy-button-active' ); + + onModifier.showUI(); + offModifier.hideUI(); + } + + function toggleModeBasic( callOnRefresh ) { + callOnRefresh = ( callOnRefresh !== false ); + mode = 'basic'; + window.location.hash = '#basic'; + toogleModeSwitch( modeSwitchBasic, modeSwitchAdvanced, toolbarModifier, toolbarTextModifier ); + + configuratorSection.removeClass( 'freed-width' ); + basicInstruction.show(); + advancedInstruction.hide(); + + callOnRefresh && onRefresh( toolbarModifier ); + } + + function toggleModeAdvanced( callOnRefresh ) { + callOnRefresh = ( callOnRefresh !== false ); + mode = 'advanced'; + window.location.hash = '#advanced'; + toogleModeSwitch( modeSwitchAdvanced, modeSwitchBasic, toolbarTextModifier, toolbarModifier ); + + configuratorSection.addClass( 'freed-width' ); + advancedInstruction.show(); + basicInstruction.hide(); + + callOnRefresh && onRefresh( toolbarTextModifier ); + } + + modeSwitchBasic.on( 'click', toggleModeBasic ); + modeSwitchAdvanced.on( 'click', toggleModeAdvanced ); + + // + // Position:sticky for the toolbar. + // + + // Will make elements behave like they were styled with position:sticky. + var positionSticky = { + // Store object: { + // element: CKEDITOR.dom.element, // Element which will float. + // placeholder: CKEDITOR.dom.element, // Placeholder which is place to prevent page bounce. + // isFixed: boolean // Whether element float now. + // } + watched: [], + + active: [], + + staticContainer: null, + + init: function() { + var element = CKEDITOR.dom.element.createFromHtml( + '<div class="staticContainer">' + + '<div class="grid-container" >' + + '<div class="grid-width-100">' + + '<div class="inner"></div>' + + '</div>' + + '</div>' + + '</div>' ); + + this.staticContainer = element.findOne( '.inner' ); + + CKEDITOR.document.getBody().append( element ); + }, + + watch: function( element, preventFunc ) { + this.watched.push( { + element: element, + placeholder: new CKEDITOR.dom.element( 'div' ), + isFixed: false, + preventFunc: preventFunc + } ); + }, + + checkAll: function() { + for ( var i = 0; i < this.watched.length; i++ ) { + this.check( this.watched[ i ] ); + } + }, + + check: function( element ) { + var isFixed = element.isFixed; + var shouldBeFixed = this.shouldBeFixed( element ); + + // Nothing to be done. + if ( isFixed === shouldBeFixed ) { + return; + } + + var placeholder = element.placeholder; + + if ( isFixed ) { + // Unfixing. + + element.element.insertBefore( placeholder ); + placeholder.remove(); + + element.element.removeStyle( 'margin' ); + + this.active.splice( CKEDITOR.tools.indexOf( this.active, element ), 1 ); + + } else { + // Fixing. + placeholder.setStyle( 'width', element.element.getSize( 'width' ) + 'px' ); + placeholder.setStyle( 'height', element.element.getSize( 'height' ) + 'px' ); + placeholder.setStyle( 'margin-bottom', element.element.getComputedStyle( 'margin-bottom' ) ); + placeholder.setStyle( 'display', element.element.getComputedStyle( 'display' ) ); + placeholder.insertAfter( element.element ); + + this.staticContainer.append( element.element ); + + this.active.push( element ); + } + + element.isFixed = !element.isFixed; + }, + + shouldBeFixed: function( element ) { + if ( element.preventFunc && element.preventFunc() ) { + return false; + } + + // If element is already fixed we are checking it's placeholder. + var related = ( element.isFixed ? element.placeholder : element.element ), + clientRect = related.$.getBoundingClientRect(), + staticHeight = this.staticContainer.getSize('height' ), + elemHeight = element.element.getSize( 'height' ); + + if ( element.isFixed ) { + return ( clientRect.top + elemHeight < staticHeight ); + } else { + return ( clientRect.top < staticHeight ); + } + } + }; + + positionSticky.init(); + + CKEDITOR.document.getWindow().on( 'scroll', + new CKEDITOR.tools.eventsBuffer( 100, positionSticky.checkAll, positionSticky ).input + ); + + // Make the toolbar sticky. + positionSticky.watch( CKEDITOR.document.findOne( '.editors-container' ) ); + + // Help button and help-content. + ( function() { + var helpButton = CKEDITOR.document.getById( 'help' ), + helpContent = CKEDITOR.document.getById( 'help-content' ); + + // Don't show help button on IE8 because it's unsupported by Pico Modal. + if ( CKEDITOR.env.ie && CKEDITOR.env.version == 8 ) { + helpButton.hide(); + } else { + // Display help modal when the button is clicked. + helpButton.on( 'click', function( evt ) { + SF.modal( { + // Clone modal content from DOM. + content: helpContent.getHtml(), + + afterCreate: function( modal ) { + // Enable modal content button to close the modal. + new CKEDITOR.dom.element( modal.modalElem() ).findOne( '.help-content-close' ).once( 'click', modal.close ); + } + } ).show(); + } ); + } + } )(); + } )(); +</script> +</body> +</html> diff --git a/public/assets/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js b/public/assets/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js new file mode 100644 index 0000000..65f0b87 --- /dev/null +++ b/public/assets/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js @@ -0,0 +1,13 @@ +"function"!=typeof Object.create&&function(){var a=function(){};Object.create=function(b){if(1<arguments.length)throw Error("Second argument not supported");if(null===b)throw Error("Cannot set a null [[Prototype]]");if("object"!=typeof b)throw TypeError("Argument must be an object");a.prototype=b;return new a}}(); +CKEDITOR.plugins.add("toolbarconfiguratorarea",{afterInit:function(a){a.addMode("wysiwyg",function(b){var c=CKEDITOR.dom.element.createFromHtml('\x3cdiv class\x3d"cke_wysiwyg_div cke_reset" hidefocus\x3d"true"\x3e\x3c/div\x3e');a.ui.space("contents").append(c);c=a.editable(c);c.detach=CKEDITOR.tools.override(c.detach,function(b){return function(){b.apply(this,arguments);this.remove()}});a.setData(a.getData(1),b);a.fire("contentDom")});a.dataProcessor.toHtml=function(b){return b};a.dataProcessor.toDataFormat= +function(b){return b}}});Object.keys||(Object.keys=function(){var a=Object.prototype.hasOwnProperty,b=!{toString:null}.propertyIsEnumerable("toString"),c="toString toLocaleString valueOf hasOwnProperty isPrototypeOf propertyIsEnumerable constructor".split(" "),e=c.length;return function(d){if("object"!==typeof d&&("function"!==typeof d||null===d))throw new TypeError("Object.keys called on non-object");var g=[],f;for(f in d)a.call(d,f)&&g.push(f);if(b)for(f=0;f<e;f++)a.call(d,c[f])&&g.push(c[f]);return g}}()); +(function(){function a(b,c){this.cfg=c||{};this.hidden=!1;this.editorId=b;this.fullToolbarEditor=new ToolbarConfigurator.FullToolbarEditor;this.actualConfig=this.originalConfig=this.mainContainer=null;this.isEditableVisible=this.waitForReady=!1;this.toolbarContainer=null;this.toolbarButtons=[]}ToolbarConfigurator.AbstractToolbarModifier=a;a.prototype.setConfig=function(b){this._onInit(void 0,b,!0)};a.prototype.init=function(b){var c=this;this.mainContainer=new CKEDITOR.dom.element("div");if(null!== +this.fullToolbarEditor.editorInstance)throw"Only one instance of ToolbarModifier is allowed";this.editorInstance||this._createEditor(!1);this.editorInstance.once("loaded",function(){c.fullToolbarEditor.init(function(){c._onInit(b);if("function"==typeof c.onRefresh)c.onRefresh()},c.editorInstance.config)});return this.mainContainer};a.prototype._onInit=function(b,c){this.originalConfig=this.editorInstance.config;this.actualConfig=c?JSON.parse(c):JSON.parse(JSON.stringify(this.originalConfig));if(!this.actualConfig.toolbarGroups&& +!this.actualConfig.toolbar){for(var a=this.actualConfig,d=this.editorInstance.toolbar,g=[],f=d.length,k=0;k<f;k++){var h=d[k];"string"==typeof h?g.push(h):g.push({name:h.name,groups:h.groups?h.groups.slice():[]})}a.toolbarGroups=g}"function"===typeof b&&b(this.mainContainer)};a.prototype._createModifier=function(){this.mainContainer.addClass("unselectable");this.modifyContainer&&this.modifyContainer.remove();this.modifyContainer=new CKEDITOR.dom.element("div");this.modifyContainer.addClass("toolbarModifier"); +this.mainContainer.append(this.modifyContainer);return this.mainContainer};a.prototype.getEditableArea=function(){return this.editorInstance.container.findOne("#"+this.editorInstance.id+"_contents")};a.prototype._hideEditable=function(){var b=this.getEditableArea();this.isEditableVisible=!1;this.lastEditableAreaHeight=b.getStyle("height");b.setStyle("height","0")};a.prototype._showEditable=function(){this.isEditableVisible=!0;this.getEditableArea().setStyle("height",this.lastEditableAreaHeight||"auto")}; +a.prototype._toggleEditable=function(){this.isEditableVisible?this._hideEditable():this._showEditable()};a.prototype._refreshEditor=function(){function b(){c.editorInstance.destroy();c._createEditor(!0,c.getActualConfig());c.waitForReady=!1}var c=this,a=this.editorInstance.status;this.waitForReady||("unloaded"==a||"loaded"==a?(this.waitForReady=!0,this.editorInstance.once("instanceReady",function(){b()},this)):b())};a.prototype._createEditor=function(b,c){function e(){}var d=this;this.editorInstance= +CKEDITOR.replace(this.editorId);this.editorInstance.on("configLoaded",function(){var b=d.editorInstance.config;c&&CKEDITOR.tools.extend(b,c,!0);a.extendPluginsConfig(b)});this.editorInstance.on("uiSpace",function(b){"top"!=b.data.space&&b.stop()},null,null,-999);this.editorInstance.once("loaded",function(){var c=d.editorInstance.ui.instances,a;for(a in c)c[a]&&(c[a].click=e,c[a].onClick=e);d.isEditableVisible||d._hideEditable();d.currentActive&&d.currentActive.name&&d._highlightGroup(d.currentActive.name); +d.hidden?d.hideUI():d.showUI();if(b&&"function"===typeof d.onRefresh)d.onRefresh()})};a.prototype.getActualConfig=function(){return JSON.parse(JSON.stringify(this.actualConfig))};a.prototype._createToolbar=function(){if(this.toolbarButtons.length){this.toolbarContainer=new CKEDITOR.dom.element("div");this.toolbarContainer.addClass("toolbar");for(var b=this.toolbarButtons.length,c=0;c<b;c+=1)this._createToolbarBtn(this.toolbarButtons[c])}};a.prototype._createToolbarBtn=function(b){var c=ToolbarConfigurator.FullToolbarEditor.createButton("string"=== +typeof b.text?b.text:b.text.inactive,b.cssClass);this.toolbarContainer.append(c);c.data("group",b.group);c.addClass(b.position);c.on("click",function(){b.clickCallback.call(this,c,b)},this);return c};a.prototype._fixGroups=function(b){b=b.toolbarGroups||[];for(var c=b.length,a=0;a<c;a+=1){var d=b[a];"/"==d?(d=b[a]={},d.type="separator",d.name="separator"+CKEDITOR.tools.getNextNumber()):(d.groups=d.groups||[],-1==CKEDITOR.tools.indexOf(d.groups,d.name)&&(this.editorInstance.ui.addToolbarGroup(d.name, +d.groups[d.groups.length-1],d.name),d.groups.push(d.name)),this._fixSubgroups(d))}};a.prototype._fixSubgroups=function(b){b=b.groups;for(var c=b.length,a=0;a<c;a+=1){var d=b[a];b[a]={name:d,totalBtns:ToolbarConfigurator.ToolbarModifier.getTotalSubGroupButtonsNumber(d,this.fullToolbarEditor)}}};a.stringifyJSONintoOneLine=function(b,a){a=a||{};var e=JSON.stringify(b,null,""),e=e.replace(/\n/g,"");a.addSpaces&&(e=e.replace(/(\{|:|,|\[|\])/g,function(a){return a+" "}),e=e.replace(/(\])/g,function(a){return" "+ +a}));a.noQuotesOnKey&&(e=e.replace(/"(\w*)":/g,function(a,b){return b+":"}));a.singleQuotes&&(e=e.replace(/\"/g,"'"));return e};a.prototype.hideUI=function(){this.hidden=!0;this.mainContainer.hide();this.editorInstance.container&&this.editorInstance.container.hide()};a.prototype.showUI=function(){this.hidden=!1;this.mainContainer.show();this.editorInstance.container&&this.editorInstance.container.show()};a.extendPluginsConfig=function(a){var c=a.extraPlugins;a.extraPlugins=(c?c+",":"")+"toolbarconfiguratorarea"}})(); \ No newline at end of file diff --git a/public/assets/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js b/public/assets/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js new file mode 100644 index 0000000..dc19bee --- /dev/null +++ b/public/assets/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js @@ -0,0 +1,9 @@ +window.ToolbarConfigurator={}; +(function(){function e(){this.instanceid="fte"+CKEDITOR.tools.getNextId();this.textarea=new CKEDITOR.dom.element("textarea");this.textarea.setAttributes({id:this.instanceid,name:this.instanceid,contentEditable:!0});this.editorInstance=this.buttons=null}ToolbarConfigurator.FullToolbarEditor=e;e.prototype.init=function(b){var a=this;document.body.appendChild(this.textarea.$);CKEDITOR.replace(this.instanceid);this.editorInstance=CKEDITOR.instances[this.instanceid];this.editorInstance.once("configLoaded",function(d){var c= +d.editor.config;delete c.removeButtons;delete c.toolbarGroups;delete c.toolbar;ToolbarConfigurator.AbstractToolbarModifier.extendPluginsConfig(c);d.editor.once("loaded",function(){a.buttons=e.toolbarToButtons(a.editorInstance.toolbar);a.buttonsByGroup=e.groupButtons(a.buttons);a.buttonNamesByGroup=a.groupButtonNamesByGroup(a.buttons);d.editor.container.hide();"function"===typeof b&&b(a.buttons)})})};e.prototype.groupButtonNamesByGroup=function(b){var a=this;b=e.groupButtons(b);for(var d in b)b[d]= +e.map(b[d],function(b){return a.getCamelCasedButtonName(b.name)});return b};e.prototype.getGroupByName=function(b){for(var a=this.editorInstance.config.toolbarGroups||this.getFullToolbarGroupsConfig(),d=a.length,c=0;c<d;c+=1)if(a[c].name===b)return a[c];return null};e.prototype.getCamelCasedButtonName=function(b){var a=this.editorInstance.ui.items,d;for(d in a)if(a[d].name==b)return d;return null};e.prototype.getFullToolbarGroupsConfig=function(b){b=!0===b?!0:!1;for(var a=[],d=this.editorInstance.toolbar, +c=d.length,f=0;f<c;f+=1){var e=d[f],g={};"string"!=typeof e.name?b&&a.push("/"):(g.name=e.name,e.groups&&(g.groups=Array.prototype.slice.call(e.groups)),a.push(g))}return a};e.filter=function(b,a){for(var d=b&&b.length?b.length:0,c=[],f=0;f<d;f+=1)a(b[f])&&c.push(b[f]);return c};e.map=function(b,a){var d;if(CKEDITOR.tools.isArray(b)){d=[];for(var c=b.length,f=0;f<c;f+=1)d.push(a(b[f]))}else for(c in d={},b)d[c]=a(b[c]);return d};e.groupButtons=function(b){for(var a={},d=b.length,c=0;c<d;c+=1){var f= +b[c],e=f.toolbar.split(",")[0];a[e]=a[e]||[];a[e].push(f)}return a};e.toolbarToButtons=function(b){for(var a=[],d=b.length,c=0;c<d;c+=1)"object"==typeof b[c]&&(a=a.concat(e.groupToButtons(b[c])));return a};e.createToolbarButton=function(b){var a=new CKEDITOR.dom.element("a"),d=e.createIcon(b.name,b.icon,b.command);a.setStyle("float","none");a.addClass("cke_"+("rtl"==CKEDITOR.lang.dir?"rtl":"ltr"));if(b instanceof CKEDITOR.ui.button)a.addClass("cke_button"),a.addClass("cke_toolgroup"),a.append(d); +else if(CKEDITOR.ui.richCombo&&b instanceof CKEDITOR.ui.richCombo){var d=new CKEDITOR.dom.element("span"),c=new CKEDITOR.dom.element("span"),f=new CKEDITOR.dom.element("span");a.addClass("cke_combo_button");d.addClass("cke_combo_text");d.addClass("cke_combo_inlinelabel");d.setText(b.label);c.addClass("cke_combo_open");f.addClass("cke_combo_arrow");c.append(f);a.append(d);a.append(c)}return a};e.createIcon=function(b,a,d){var c=CKEDITOR.skin.getIconStyle(b,"rtl"==CKEDITOR.lang.dir),c=(c=c||CKEDITOR.skin.getIconStyle(a, +"rtl"==CKEDITOR.lang.dir))||CKEDITOR.skin.getIconStyle(d,"rtl"==CKEDITOR.lang.dir);a=new CKEDITOR.dom.element("span");a.addClass("cke_button_icon");a.addClass("cke_button__"+b+"_icon");a.setAttribute("style",c);a.setStyle("float","none");return a};e.createButton=function(b,a){var d=new CKEDITOR.dom.element("button");d.addClass("button-a");d.setAttribute("type","button");if("string"==typeof a){a=a.split(" ");for(var c=a.length;c--;)d.addClass(a[c])}d.setHtml(b);return d};e.groupToButtons=function(b){for(var a= +[],d=(b=b.items)?b.length:0,c=0;c<d;c+=1){var f=b[c];if(f instanceof CKEDITOR.ui.button||CKEDITOR.ui.richCombo&&f instanceof CKEDITOR.ui.richCombo)f.$=e.createToolbarButton(f),a.push(f)}return a}})(); \ No newline at end of file diff --git a/public/assets/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js b/public/assets/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js new file mode 100644 index 0000000..9731818 --- /dev/null +++ b/public/assets/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js @@ -0,0 +1,33 @@ +(function(){function d(a,b){l.call(this,a,b);this.actualConfig=this.originalConfig=this.removedButtons=null;this.emptyVisible=!1;this.state="edit";this.toolbarButtons=[{text:{active:"Hide empty toolbar groups",inactive:"Show empty toolbar groups"},group:"edit",position:"left",cssClass:"button-a-soft",clickCallback:function(a,b){a[a.hasClass("button-a-background")?"removeClass":"addClass"]("button-a-background");this._toggleVisibilityEmptyElements();this.emptyVisible?a.setText(b.text.active):a.setText(b.text.inactive)}}, +{text:"Add row separator",group:"edit",position:"left",cssClass:"button-a-soft",clickCallback:function(){this._addSeparator()}},{text:"Select config",group:"config",position:"left",cssClass:"button-a-soft",clickCallback:function(){this.configContainer.findOne("textarea").$.select()}},{text:"Back to configurator",group:"config",position:"right",cssClass:"button-a-background",clickCallback:function(){if("paste"===this.state){var a=this.configContainer.findOne("textarea").getValue();(a=d.evaluateToolbarGroupsConfig(a))? +this.setConfig(a):alert("Your pasted config is wrong.")}this.state="edit";this._showConfigurationTool();this.showToolbarBtnsByGroupName(this.state)}},{text:'Get toolbar \x3cspan class\x3d"highlight"\x3econfig\x3c/span\x3e',group:"edit",position:"right",cssClass:"button-a-background icon-pos-left icon-download",clickCallback:function(){this.state="config";this._showConfig();this.showToolbarBtnsByGroupName(this.state)}}];this.cachedActiveElement=null}var l=ToolbarConfigurator.AbstractToolbarModifier; +ToolbarConfigurator.ToolbarModifier=d;d.prototype=Object.create(ToolbarConfigurator.AbstractToolbarModifier.prototype);d.prototype.getActualConfig=function(){var a=l.prototype.getActualConfig.call(this);if(a.toolbarGroups)for(var b=a.toolbarGroups.length,c=0;c<b;c+=1)a.toolbarGroups[c]=d.parseGroupToConfigValue(a.toolbarGroups[c]);return a};d.prototype._onInit=function(a,b,c){c=!0===c;l.prototype._onInit.call(this,void 0,b);this.removedButtons=[];c?this.removedButtons=this.actualConfig.removeButtons? +this.actualConfig.removeButtons.split(","):[]:"removeButtons"in this.originalConfig?this.removedButtons=this.originalConfig.removeButtons?this.originalConfig.removeButtons.split(","):[]:(this.originalConfig.removeButtons="",this.removedButtons=[]);this.actualConfig.toolbarGroups||(this.actualConfig.toolbarGroups=this.fullToolbarEditor.getFullToolbarGroupsConfig());this._fixGroups(this.actualConfig);this._calculateTotalBtns();this._createModifier();this._refreshMoveBtnsAvalibility();this._refreshBtnTabIndexes(); +"function"===typeof a&&a(this.mainContainer)};d.prototype._showConfigurationTool=function(){this.configContainer.addClass("hidden");this.modifyContainer.removeClass("hidden")};d.prototype._showConfig=function(){var a=this.getActualConfig(),b,c;if(a.toolbarGroups){b=a.toolbarGroups;for(var e=this.cfg.trimEmptyGroups,f=[],g=b.length,m=0;m<g;m++){var h=b[m];if("/"===h)f.push("'/'");else{if(e)for(var k=h.groups.length;k--;)0===d.getTotalSubGroupButtonsNumber(h.groups[k],this.fullToolbarEditor)&&h.groups.splice(k, +1);e&&0===h.groups.length||f.push(l.stringifyJSONintoOneLine(h,{addSpaces:!0,noQuotesOnKey:!0,singleQuotes:!0}))}}b="\n\t\t"+f.join(",\n\t\t")}a.removeButtons&&(c=a.removeButtons);a=['\x3ctextarea class\x3d"configCode" readonly\x3eCKEDITOR.editorConfig \x3d function( config ) {\n',b?"\tconfig.toolbarGroups \x3d ["+b+"\n\t];":"",c?"\n\n":"",c?"\tconfig.removeButtons \x3d '"+c+"';":"","\n};\x3c/textarea\x3e"].join("");this.modifyContainer.addClass("hidden");this.configContainer.removeClass("hidden"); +this.configContainer.setHtml(a)};d.prototype._toggleVisibilityEmptyElements=function(){this.modifyContainer.hasClass("empty-visible")?(this.modifyContainer.removeClass("empty-visible"),this.emptyVisible=!1):(this.modifyContainer.addClass("empty-visible"),this.emptyVisible=!0);this._refreshMoveBtnsAvalibility()};d.prototype._createModifier=function(){function a(){b._highlightGroup(this.data("name"))}var b=this;l.prototype._createModifier.call(this);this.modifyContainer.setHtml(this._toolbarConfigToListString()); +var c=this.modifyContainer.find('li[data-type\x3d"group"]');this.modifyContainer.on("mouseleave",function(){this._dehighlightActiveToolGroup()},this);for(var e=c.count(),f=0;f<e;f+=1)c.getItem(f).on("mouseenter",a);CKEDITOR.document.on("keypress",function(a){a=a.data.$.keyCode;a=32===a||13===a;var c=new CKEDITOR.dom.element(CKEDITOR.document.$.activeElement);c.getAscendant(function(a){return a.$===b.mainContainer.$})&&a&&"button"===c.data("type")&&c.findOne("input").$.click()});this.modifyContainer.on("click", +function(a){var c=a.data.$,e=new CKEDITOR.dom.element(c.target||c.srcElement);if(a=d.getGroupOrSeparatorLiAncestor(e)){b.cachedActiveElement=document.activeElement;if(e.$ instanceof HTMLInputElement)b._handleCheckboxClicked(e);else if(e.$ instanceof HTMLButtonElement&&(c.preventDefault?c.preventDefault():c.returnValue=!1,(c=b._handleAnchorClicked(e.$))&&"remove"==c.action))return;c=a.data("type");a=a.data("name");b._setActiveElement(c,a);b.cachedActiveElement&&b.cachedActiveElement.focus()}});this.toolbarContainer|| +(this._createToolbar(),this.toolbarContainer.insertBefore(this.mainContainer.getChildren().getItem(0)));this.showToolbarBtnsByGroupName("edit");this.configContainer||(this.configContainer=new CKEDITOR.dom.element("div"),this.configContainer.addClass("configContainer"),this.configContainer.addClass("hidden"),this.mainContainer.append(this.configContainer));return this.mainContainer};d.prototype.showToolbarBtnsByGroupName=function(a){if(this.toolbarContainer)for(var b=this.toolbarContainer.find("button"), +c=b.count(),e=0;e<c;e+=1){var d=b.getItem(e);d.data("group")==a?d.removeClass("hidden"):d.addClass("hidden")}};d.parseGroupToConfigValue=function(a){if("separator"==a.type)return"/";var b=a.groups,c=b.length;delete a.totalBtns;for(var e=0;e<c;e+=1)b[e]=b[e].name;return a};d.getGroupOrSeparatorLiAncestor=function(a){return a.$ instanceof HTMLLIElement&&"group"==a.data("type")?a:d.getFirstAncestor(a,function(a){a=a.data("type");return"group"==a||"separator"==a})};d.prototype._setActiveElement=function(a, +b){this.currentActive&&this.currentActive.elem.removeClass("active");if(null===a)this._dehighlightActiveToolGroup(),this.currentActive=null;else{var c=this.mainContainer.findOne('ul[data-type\x3dtable-body] li[data-type\x3d"'+a+'"][data-name\x3d"'+b+'"]');c.addClass("active");this.currentActive={type:a,name:b,elem:c};"group"==a&&this._highlightGroup(b);"separator"==a&&this._dehighlightActiveToolGroup()}};d.prototype.getActiveToolGroup=function(){return this.editorInstance.container?this.editorInstance.container.findOne(".cke_toolgroup.active, .cke_toolbar.active"): +null};d.prototype._dehighlightActiveToolGroup=function(){var a=this.getActiveToolGroup();a&&a.removeClass("active");this.editorInstance.container&&this.editorInstance.container.removeClass("some-toolbar-active")};d.prototype._highlightGroup=function(a){this.editorInstance.container&&(a=this.getFirstEnabledButtonInGroup(a),a=this.editorInstance.container.findOne(".cke_button__"+a+", .cke_combo__"+a),this._dehighlightActiveToolGroup(),this.editorInstance.container&&this.editorInstance.container.addClass("some-toolbar-active"), +a&&(a=d.getFirstAncestor(a,function(a){return a.hasClass("cke_toolbar")}))&&a.addClass("active"))};d.prototype.getFirstEnabledButtonInGroup=function(a){var b=this.actualConfig.toolbarGroups;a=this.getGroupIndex(a);b=b[a];if(-1===a)return null;a=b.groups?b.groups.length:0;for(var c=0;c<a;c+=1){var e=this.getFirstEnabledButtonInSubgroup(b.groups[c].name);if(e)return e}return null};d.prototype.getFirstEnabledButtonInSubgroup=function(a){for(var b=(a=this.fullToolbarEditor.buttonsByGroup[a])?a.length: +0,c=0;c<b;c+=1){var e=a[c].name;if(!this.isButtonRemoved(e))return e}return null};d.prototype._handleCheckboxClicked=function(a){var b=a.getAscendant("li").data("name");a.$.checked?this._removeButtonFromRemoved(b):this._addButtonToRemoved(b)};d.prototype._handleAnchorClicked=function(a){a=new CKEDITOR.dom.element(a);var b=a.getAscendant("li"),c=b.getAscendant("ul"),e=b.data("type"),d=b.data("name"),g=a.data("direction"),m="up"===g?b.getPrevious():b.getNext(),h;if(a.hasClass("disabled"))return null; +if(a.hasClass("remove"))return b.remove(),this._removeSeparator(b.data("name")),this._setActiveElement(null),{action:"remove"};if(!a.hasClass("move")||!m)return{action:null};if("group"===e||"separator"===e)h=this._moveGroup(g,d);"subgroup"===e&&(h=b.getAscendant("li").data("name"),h=this._moveSubgroup(g,h,d));"up"===g&&b.insertBefore(c.getChild(h));"down"===g&&b.insertAfter(c.getChild(h));for(var k;b="up"===g?b.getPrevious():b.getNext();)if(this.emptyVisible||!b.hasClass("empty")){k=b;break}k||(k= +'[data-direction\x3d"'+("up"===g?"down":"up")+'"]',this.cachedActiveElement=a.getParent().findOne(k));this._refreshMoveBtnsAvalibility();this._refreshBtnTabIndexes();return{action:"move"}};d.prototype._refreshMoveBtnsAvalibility=function(){function a(a){var c=a.count();for(d=0;d<c;d+=1)b._disableElementsInList(a.getItem(d))}for(var b=this,c=this.mainContainer.find("ul[data-type\x3dtable-body] li \x3e p \x3e span \x3e button.move.disabled"),e=c.count(),d=0;d<e;d+=1)c.getItem(d).removeClass("disabled"); +a(this.mainContainer.find("ul[data-type\x3dtable-body]"));a(this.mainContainer.find("ul[data-type\x3dtable-body] \x3e li \x3e ul"))};d.prototype._refreshBtnTabIndexes=function(){for(var a=this.mainContainer.find('[data-tab\x3d"true"]'),b=a.count(),c=0;c<b;c++){var e=a.getItem(c),d=e.hasClass("disabled");e.setAttribute("tabindex",d?-1:c)}};d.prototype._disableElementsInList=function(a){function b(a){return!a.hasClass("empty")}if(a.getChildren().count()){var c;this.emptyVisible?(c=a.getFirst(),a=a.getLast()): +(c=a.getFirst(b),a=a.getLast(b));if(c)var e=c.findOne('p button[data-direction\x3d"up"]');if(a)var d=a.findOne('p button[data-direction\x3d"down"]');e&&(e.addClass("disabled"),e.setAttribute("tabindex","-1"));d&&(d.addClass("disabled"),d.setAttribute("tabindex","-1"))}};d.prototype.getGroupIndex=function(a){for(var b=this.actualConfig.toolbarGroups,c=b.length,d=0;d<c;d+=1)if(b[d].name===a)return d;return-1};d.prototype._addSeparator=function(){var a=this._determineSeparatorToAddIndex(),b=d.createSeparatorLiteral(), +c=CKEDITOR.dom.element.createFromHtml(d.getToolbarSeparatorString(b));this.actualConfig.toolbarGroups.splice(a,0,b);c.insertBefore(this.modifyContainer.findOne("ul[data-type\x3dtable-body]").getChild(a));this._setActiveElement("separator",b.name);this._refreshMoveBtnsAvalibility();this._refreshBtnTabIndexes();this._refreshEditor()};d.prototype._removeSeparator=function(a){var b=CKEDITOR.tools.indexOf(this.actualConfig.toolbarGroups,function(b){return"separator"==b.type&&b.name==a});this.actualConfig.toolbarGroups.splice(b, +1);this._refreshMoveBtnsAvalibility();this._refreshBtnTabIndexes();this._refreshEditor()};d.prototype._determineSeparatorToAddIndex=function(){return this.currentActive?("group"==this.currentActive.elem.data("type")||"separator"==this.currentActive.elem.data("type")?this.currentActive.elem:this.currentActive.elem.getAscendant("li")).getIndex():0};d.prototype._moveElement=function(a,b,c){function e(a){return a.totalBtns||"separator"==a.type}c=this.emptyVisible?"down"==c?b+1:b-1:d.getFirstElementIndexWith(a, +b,c,e);return d.moveTo(c-b,a,b)};d.prototype._moveGroup=function(a,b){var c=this.getGroupIndex(b),c=this._moveElement(this.actualConfig.toolbarGroups,c,a);this._refreshMoveBtnsAvalibility();this._refreshBtnTabIndexes();this._refreshEditor();return c};d.prototype._moveSubgroup=function(a,b,c){b=this.getGroupIndex(b);b=this.actualConfig.toolbarGroups[b];var d=CKEDITOR.tools.indexOf(b.groups,function(a){return a.name==c});a=this._moveElement(b.groups,d,a);this._refreshEditor();return a};d.prototype._calculateTotalBtns= +function(){for(var a=this.actualConfig.toolbarGroups,b=a.length;b--;){var c=a[b],e=d.getTotalGroupButtonsNumber(c,this.fullToolbarEditor);"separator"!=c.type&&(c.totalBtns=e)}};d.prototype._addButtonToRemoved=function(a){if(-1!=CKEDITOR.tools.indexOf(this.removedButtons,a))throw"Button already added to removed";this.removedButtons.push(a);this.actualConfig.removeButtons=this.removedButtons.join(",");this._refreshEditor()};d.prototype._removeButtonFromRemoved=function(a){a=CKEDITOR.tools.indexOf(this.removedButtons, +a);if(-1===a)throw"Trying to remove button from removed, but not found";this.removedButtons.splice(a,1);this.actualConfig.removeButtons=this.removedButtons.join(",");this._refreshEditor()};d.parseGroupToConfigValue=function(a){if("separator"==a.type)return"/";var b=a.groups,c=b.length;delete a.totalBtns;for(var d=0;d<c;d+=1)b[d]=b[d].name;return a};d.getGroupOrSeparatorLiAncestor=function(a){return a.$ instanceof HTMLLIElement&&"group"==a.data("type")?a:d.getFirstAncestor(a,function(a){a=a.data("type"); +return"group"==a||"separator"==a})};d.createSeparatorLiteral=function(){return{type:"separator",name:"separator"+CKEDITOR.tools.getNextNumber()}};d.prototype._toolbarConfigToListString=function(){for(var a=this.actualConfig.toolbarGroups||[],b='\x3cul data-type\x3d"table-body"\x3e',c=a.length,e=0;e<c;e+=1)var f=a[e],b="separator"===f.type?b+d.getToolbarSeparatorString(f):b+this._getToolbarGroupString(f);b+="\x3c/ul\x3e";return d.getToolbarHeaderString()+b};d.prototype._getToolbarGroupString=function(a){var b= +a.groups,c;c=""+['\x3cli data-type\x3d"group" data-name\x3d"',a.name,'" ',a.totalBtns?"":'class\x3d"empty"',"\x3e"].join("");c+=d.getToolbarElementPreString(a)+"\x3cul\x3e";a=b.length;for(var e=0;e<a;e+=1){var f=b[e];c+=this._getToolbarSubgroupString(f,this.fullToolbarEditor.buttonsByGroup[f.name])}return c+"\x3c/ul\x3e\x3c/li\x3e"};d.getToolbarSeparatorString=function(a){return['\x3cli data-type\x3d"',a.type,'" data-name\x3d"',a.name,'"\x3e',d.getToolbarElementPreString("row separator"),"\x3c/li\x3e"].join("")}; +d.getToolbarHeaderString=function(){return'\x3cul data-type\x3d"table-header"\x3e\x3cli data-type\x3d"header"\x3e\x3cp\x3eToolbars\x3c/p\x3e\x3cul\x3e\x3cli\x3e\x3cp\x3eToolbar groups\x3c/p\x3e\x3cp\x3eToolbar group items\x3c/p\x3e\x3c/li\x3e\x3c/ul\x3e\x3c/li\x3e\x3c/ul\x3e'};d.getFirstAncestor=function(a,b){for(var c=a.getParents(),d=c.length;d--;)if(b(c[d]))return c[d];return null};d.getFirstElementIndexWith=function(a,b,c,d){for(;"up"===c?b--:++b<a.length;)if(d(a[b]))return b;return-1};d.moveTo= +function(a,b,c){var d;-1!==c&&(d=b.splice(c,1)[0]);a=c+a;b.splice(a,0,d);return a};d.getTotalSubGroupButtonsNumber=function(a,b){var c=b.buttonsByGroup["string"==typeof a?a:a.name];return c?c.length:0};d.getTotalGroupButtonsNumber=function(a,b){for(var c=0,e=a.groups,f=e?e.length:0,g=0;g<f;g+=1)c+=d.getTotalSubGroupButtonsNumber(e[g],b);return c};d.prototype._getToolbarSubgroupString=function(a,b){var c;c=""+['\x3cli data-type\x3d"subgroup" data-name\x3d"',a.name,'" ',a.totalBtns?"":'class\x3d"empty" ', +"\x3e"].join("");c+=d.getToolbarElementPreString(a.name);c+="\x3cul\x3e";for(var e=b?b.length:0,f=0;f<e;f+=1)c+=this.getButtonString(b[f]);return c+="\x3c/ul\x3e\x3c/li\x3e"};d.prototype._getConfigButtonName=function(a){var b=this.fullToolbarEditor.editorInstance.ui.items,c;for(c in b)if(b[c].name==a)return c;return null};d.prototype.isButtonRemoved=function(a){return-1!=CKEDITOR.tools.indexOf(this.removedButtons,this._getConfigButtonName(a))};d.prototype.getButtonString=function(a){var b=this.isButtonRemoved(a.name)? +"":'checked\x3d"checked"';return['\x3cli data-tab\x3d"true" data-type\x3d"button" data-name\x3d"',this._getConfigButtonName(a.name),'"\x3e\x3clabel title\x3d"',a.label,'" \x3e\x3cinput tabindex\x3d"-1"type\x3d"checkbox"',b,"/\x3e",a.$.getOuterHtml(),"\x3c/label\x3e\x3c/li\x3e"].join("")};d.getToolbarElementPreString=function(a){a=a.name?a.name:a;return['\x3cp\x3e\x3cspan\x3e\x3cbutton title\x3d"Move element upward" data-tab\x3d"true" data-direction\x3d"up" class\x3d"move icon-up-big"\x3e\x3c/button\x3e\x3cbutton title\x3d"Move element downward" data-tab\x3d"true" data-direction\x3d"down" class\x3d"move icon-down-big"\x3e\x3c/button\x3e', +"row separator"==a?'\x3cbutton title\x3d"Remove element" data-tab\x3d"true" class\x3d"remove icon-trash"\x3e\x3c/button\x3e':"",a,"\x3c/span\x3e\x3c/p\x3e"].join("")};d.evaluateToolbarGroupsConfig=function(a){return a=function(a){var c={},d;try{d=eval("("+a+")")}catch(f){try{d=eval(a)}catch(g){return null}}return c.toolbarGroups&&"number"===typeof c.toolbarGroups.length?JSON.stringify(c):d&&"number"===typeof d.length?JSON.stringify({toolbarGroups:d}):d&&d.toolbarGroups?JSON.stringify(d):null}(a)}; +return d})(); \ No newline at end of file diff --git a/public/assets/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js b/public/assets/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js new file mode 100644 index 0000000..b9ef46b --- /dev/null +++ b/public/assets/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js @@ -0,0 +1,14 @@ +(function(){function e(a){l.call(this,a);this.hintContainer=this.codeContainer=null}var l=ToolbarConfigurator.AbstractToolbarModifier,g=ToolbarConfigurator.FullToolbarEditor;ToolbarConfigurator.ToolbarTextModifier=e;e.prototype=Object.create(l.prototype);e.prototype._onInit=function(a,d){l.prototype._onInit.call(this,void 0,d);this._createModifier(d?this.actualConfig:void 0);"function"===typeof a&&a(this.mainContainer)};e.prototype._createModifier=function(a){function d(a){var b=c(a);if(null!==b.charsBetween){var d= +k.getUnusedButtonsArray(k.actualConfig.toolbar,!0,b.charsBetween),e=a.getCursor(),b=CodeMirror.Pos(e.line,e.ch-b.charsBetween.length),h=a.getTokenAt(e);"{"===a.getTokenAt({line:e.line,ch:h.start}).string&&(d=["name"]);if(0!==d.length)return new f(b,e,d)}}function f(a,c,b){this.from=a;this.to=c;this.list=b;this._handlers=[]}function c(a,c){var b={};b.cur=a.getCursor();b.tok=a.getTokenAt(b.cur);b["char"]=c||b.tok.string.charAt(b.tok.string.length-1);var d=a.getRange(CodeMirror.Pos(b.cur.line,0),b.cur).split("").reverse().join(""), +d=d.replace(/(['|"]\w*['|"])/g,"");b.charsBetween=d.match(/(^\w*)(['|"])/);b.charsBetween&&(b.endChar=b.charsBetween[2],b.charsBetween=b.charsBetween[1].split("").reverse().join(""));return b}function b(a){setTimeout(function(){a.state.completionActive||CodeMirror.showHint(a,d,{hintsClass:"toolbar-modifier",completeSingle:!1})},100);return CodeMirror.Pass}var k=this;this._createToolbar();this.toolbarContainer&&this.mainContainer.append(this.toolbarContainer);l.prototype._createModifier.call(this); +this._setupActualConfig(a);a=this.actualConfig.toolbar;a=CKEDITOR.tools.isArray(a)?"\tconfig.toolbar \x3d "+("[\n\t\t"+g.map(a,function(a){return l.stringifyJSONintoOneLine(a,{addSpaces:!0,noQuotesOnKey:!0,singleQuotes:!0})}).join(",\n\t\t")+"\n\t]")+";":"config.toolbar \x3d [];";a=["CKEDITOR.editorConfig \x3d function( config ) {\n",a,"\n};"].join("");var e=new CKEDITOR.dom.element("div");e.addClass("codemirror-wrapper");this.modifyContainer.append(e);this.codeContainer=CodeMirror(e.$,{mode:{name:"javascript", +json:!0},lineNumbers:!1,lineWrapping:!0,viewportMargin:Infinity,value:a,smartIndent:!1,indentWithTabs:!0,indentUnit:4,tabSize:4,theme:"neo",extraKeys:{Left:b,Right:b,"'''":b,"'\"'":b,Backspace:b,Delete:b,"Shift-Tab":"indentLess"}});this.codeContainer.on("endCompletion",function(a,b){var d=c(a);void 0!==b&&a.replaceSelection(d.endChar)});this.codeContainer.on("change",function(){var a=k.codeContainer.getValue(),a=k._evaluateValue(a);null!==a?(k.actualConfig.toolbar=a.toolbar?a.toolbar:k.actualConfig.toolbar, +k._fillHintByUnusedElements(),k._refreshEditor(),k.mainContainer.removeClass("invalid")):k.mainContainer.addClass("invalid")});this.hintContainer=new CKEDITOR.dom.element("div");this.hintContainer.addClass("toolbarModifier-hints");this._fillHintByUnusedElements();this.hintContainer.insertBefore(e)};e.prototype._fillHintByUnusedElements=function(){var a=this.getUnusedButtonsArray(this.actualConfig.toolbar,!0),a=this.groupButtonNamesByGroup(a),d=g.map(a,function(a){var b=g.map(a.buttons,function(a){return"\x3ccode\x3e"+ +a+"\x3c/code\x3e "}).join("");return["\x3cdt\x3e\x3ccode\x3e",a.name,"\x3c/code\x3e\x3c/dt\x3e\x3cdd\x3e",b,"\x3c/dd\x3e"].join("")}).join(" "),f='\x3cdt class\x3d"list-header"\x3eToolbar group\x3c/dt\x3e\x3cdd class\x3d"list-header"\x3eUnused items\x3c/dd\x3e';a.length||(f="\x3cp\x3eAll items are in use.\x3c/p\x3e");this.codeContainer.refresh();this.hintContainer.setHtml("\x3ch3\x3eUnused toolbar items\x3c/h3\x3e\x3cdl\x3e"+f+d+"\x3c/dl\x3e")};e.prototype.getToolbarGroupByButtonName=function(a){var d= +this.fullToolbarEditor.buttonNamesByGroup,f;for(f in d)for(var c=d[f],b=c.length;b--;)if(a===c[b])return f;return null};e.prototype.getUnusedButtonsArray=function(a,d,f){d=!0===d?!0:!1;var c=e.mapToolbarCfgToElementsList(a);a=Object.keys(this.fullToolbarEditor.editorInstance.ui.items);a=g.filter(a,function(a){var d="-"===a;a=void 0===f||0===a.toLowerCase().indexOf(f.toLowerCase());return!d&&a});a=g.filter(a,function(a){return-1==CKEDITOR.tools.indexOf(c,a)});d&&a.sort();return a};e.prototype.groupButtonNamesByGroup= +function(a){var d=[],f=JSON.parse(JSON.stringify(this.fullToolbarEditor.buttonNamesByGroup)),c;for(c in f){var b=f[c],b=g.filter(b,function(b){return-1!==CKEDITOR.tools.indexOf(a,b)});b.length&&d.push({name:c,buttons:b})}return d};e.mapToolbarCfgToElementsList=function(a){function d(a){return"-"!==a}for(var f=[],c=a.length,b=0;b<c;b+=1)a[b]&&"string"!==typeof a[b]&&(f=f.concat(g.filter(a[b].items,d)));return f};e.prototype._setupActualConfig=function(a){a=a||this.editorInstance.config;CKEDITOR.tools.isArray(a.toolbar)|| +(a.toolbarGroups||(a.toolbarGroups=this.fullToolbarEditor.getFullToolbarGroupsConfig(!0)),this._fixGroups(a),a.toolbar=this._mapToolbarGroupsToToolbar(a.toolbarGroups,this.actualConfig.removeButtons),this.actualConfig.toolbar=a.toolbar,this.actualConfig.removeButtons="")};e.prototype._mapToolbarGroupsToToolbar=function(a,d){d=d||this.editorInstance.config.removedBtns;d="string"==typeof d?d.split(","):[];for(var f=a.length;f--;){var c=this._mapToolbarSubgroup(a[f],d);"separator"===a[f].type?a[f]="/": +CKEDITOR.tools.isArray(c)&&0===c.length?a.splice(f,1):a[f]="string"==typeof c?c:{name:a[f].name,items:c}}return a};e.prototype._mapToolbarSubgroup=function(a,d){if("string"==typeof a)return a;for(var f=a.groups?a.groups.length:0,c=[],b=0;b<f;b+=1){var e=a.groups[b],e=this.fullToolbarEditor.buttonsByGroup["string"===typeof e?e:e.name]||[],e=this._mapButtonsToButtonsNames(e,d),g=e.length,c=c.concat(e);g&&c.push("-")}"-"==c[c.length-1]&&c.pop();return c};e.prototype._mapButtonsToButtonsNames=function(a, +d){for(var f=a.length;f--;){var c=a[f],c="string"===typeof c?c:this.fullToolbarEditor.getCamelCasedButtonName(c.name);-1!==CKEDITOR.tools.indexOf(d,c)?a.splice(f,1):a[f]=c}return a};e.prototype._evaluateValue=function(a){var d;try{var f={};Function("var CKEDITOR \x3d {}; "+a+"; return CKEDITOR;")().editorConfig(f);d=f;for(var c=d.toolbar.length;c--;)d.toolbar[c]||d.toolbar.splice(c,1)}catch(b){d=null}return d};e.prototype.mapToolbarToToolbarGroups=function(a){function d(a,b){a=a.slice();for(var d= +b.length;d--;){var c=a.indexOf(b[d]);-1!==c&&a.splice(c,1)}return a}for(var f={},c=[],b=[],c=a.length,e=0;e<c;e++)if("/"===a[e])b.push("/");else{var g=a[e].items,m={};m.name=a[e].name;m.groups=[];for(var l=g.length,p=0;p<l;p++){var n=g[p];if("-"!==n){var h=this.getToolbarGroupByButtonName(n);-1===m.groups.indexOf(h)&&m.groups.push(h);f[h]=f[h]||{};h=f[h].buttons=f[h].buttons||{};h[n]=h[n]||{used:0,origin:m.name};h[n].used++}}b.push(m)}c=function(a,b){var c=[],e;for(e in a)var f=a[e],g=b[e].slice(), +c=c.concat(d(g,Object.keys(f.buttons)));return c}(f,this.fullToolbarEditor.buttonNamesByGroup);return{toolbarGroups:b,removeButtons:c.join(",")}};return e})(); \ No newline at end of file diff --git a/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE b/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE new file mode 100644 index 0000000..d21bbea --- /dev/null +++ b/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE @@ -0,0 +1,19 @@ +Copyright (C) 2014 by Marijn Haverbeke <marijnh@gmail.com> and others + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css b/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css new file mode 100644 index 0000000..2fe9d0f --- /dev/null +++ b/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css @@ -0,0 +1,325 @@ +/* BASICS */ + +.CodeMirror { + /* Set height, width, borders, and global font properties here */ + font-family: monospace; + height: 300px; + color: black; +} + +/* PADDING */ + +.CodeMirror-lines { + padding: 4px 0; /* Vertical padding around content */ +} +.CodeMirror pre { + padding: 0 4px; /* Horizontal padding of content */ +} + +.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { + background-color: white; /* The little square between H and V scrollbars */ +} + +/* GUTTER */ + +.CodeMirror-gutters { + border-right: 1px solid #ddd; + background-color: #f7f7f7; + white-space: nowrap; +} +.CodeMirror-linenumbers {} +.CodeMirror-linenumber { + padding: 0 3px 0 5px; + min-width: 20px; + text-align: right; + color: #999; + white-space: nowrap; +} + +.CodeMirror-guttermarker { color: black; } +.CodeMirror-guttermarker-subtle { color: #999; } + +/* CURSOR */ + +.CodeMirror div.CodeMirror-cursor { + border-left: 1px solid black; +} +/* Shown when moving in bi-directional text */ +.CodeMirror div.CodeMirror-secondarycursor { + border-left: 1px solid silver; +} +.CodeMirror.cm-fat-cursor div.CodeMirror-cursor { + width: auto; + border: 0; + background: #7e7; +} +.CodeMirror.cm-fat-cursor div.CodeMirror-cursors { + z-index: 1; +} + +.cm-animate-fat-cursor { + width: auto; + border: 0; + -webkit-animation: blink 1.06s steps(1) infinite; + -moz-animation: blink 1.06s steps(1) infinite; + animation: blink 1.06s steps(1) infinite; +} +@-moz-keyframes blink { + 0% { background: #7e7; } + 50% { background: none; } + 100% { background: #7e7; } +} +@-webkit-keyframes blink { + 0% { background: #7e7; } + 50% { background: none; } + 100% { background: #7e7; } +} +@keyframes blink { + 0% { background: #7e7; } + 50% { background: none; } + 100% { background: #7e7; } +} + +/* Can style cursor different in overwrite (non-insert) mode */ +div.CodeMirror-overwrite div.CodeMirror-cursor {} + +.cm-tab { display: inline-block; text-decoration: inherit; } + +.CodeMirror-ruler { + border-left: 1px solid #ccc; + position: absolute; +} + +/* DEFAULT THEME */ + +.cm-s-default .cm-keyword {color: #708;} +.cm-s-default .cm-atom {color: #219;} +.cm-s-default .cm-number {color: #164;} +.cm-s-default .cm-def {color: #00f;} +.cm-s-default .cm-variable, +.cm-s-default .cm-punctuation, +.cm-s-default .cm-property, +.cm-s-default .cm-operator {} +.cm-s-default .cm-variable-2 {color: #05a;} +.cm-s-default .cm-variable-3 {color: #085;} +.cm-s-default .cm-comment {color: #a50;} +.cm-s-default .cm-string {color: #a11;} +.cm-s-default .cm-string-2 {color: #f50;} +.cm-s-default .cm-meta {color: #555;} +.cm-s-default .cm-qualifier {color: #555;} +.cm-s-default .cm-builtin {color: #30a;} +.cm-s-default .cm-bracket {color: #997;} +.cm-s-default .cm-tag {color: #170;} +.cm-s-default .cm-attribute {color: #00c;} +.cm-s-default .cm-header {color: blue;} +.cm-s-default .cm-quote {color: #090;} +.cm-s-default .cm-hr {color: #999;} +.cm-s-default .cm-link {color: #00c;} + +.cm-negative {color: #d44;} +.cm-positive {color: #292;} +.cm-header, .cm-strong {font-weight: bold;} +.cm-em {font-style: italic;} +.cm-link {text-decoration: underline;} +.cm-strikethrough {text-decoration: line-through;} + +.cm-s-default .cm-error {color: #f00;} +.cm-invalidchar {color: #f00;} + +.CodeMirror-composing { border-bottom: 2px solid; } + +/* Default styles for common addons */ + +div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;} +div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;} +.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); } +.CodeMirror-activeline-background {background: #e8f2ff;} + +/* STOP */ + +/* The rest of this file contains styles related to the mechanics of + the editor. You probably shouldn't touch them. */ + +.CodeMirror { + position: relative; + overflow: hidden; + background: white; +} + +.CodeMirror-scroll { + overflow: scroll !important; /* Things will break if this is overridden */ + /* 30px is the magic margin used to hide the element's real scrollbars */ + /* See overflow: hidden in .CodeMirror */ + margin-bottom: -30px; margin-right: -30px; + padding-bottom: 30px; + height: 100%; + outline: none; /* Prevent dragging from highlighting the element */ + position: relative; +} +.CodeMirror-sizer { + position: relative; + border-right: 30px solid transparent; +} + +/* The fake, visible scrollbars. Used to force redraw during scrolling + before actuall scrolling happens, thus preventing shaking and + flickering artifacts. */ +.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { + position: absolute; + z-index: 6; + display: none; +} +.CodeMirror-vscrollbar { + right: 0; top: 0; + overflow-x: hidden; + overflow-y: scroll; +} +.CodeMirror-hscrollbar { + bottom: 0; left: 0; + overflow-y: hidden; + overflow-x: scroll; +} +.CodeMirror-scrollbar-filler { + right: 0; bottom: 0; +} +.CodeMirror-gutter-filler { + left: 0; bottom: 0; +} + +.CodeMirror-gutters { + position: absolute; left: 0; top: 0; + z-index: 3; +} +.CodeMirror-gutter { + white-space: normal; + height: 100%; + display: inline-block; + margin-bottom: -30px; + /* Hack to make IE7 behave */ + *zoom:1; + *display:inline; +} +.CodeMirror-gutter-wrapper { + position: absolute; + z-index: 4; + height: 100%; +} +.CodeMirror-gutter-elt { + position: absolute; + cursor: default; + z-index: 4; +} +.CodeMirror-gutter-wrapper { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; +} + +.CodeMirror-lines { + cursor: text; + min-height: 1px; /* prevents collapsing before first draw */ +} +.CodeMirror pre { + /* Reset some styles that the rest of the page might have set */ + -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; + border-width: 0; + background: transparent; + font-family: inherit; + font-size: inherit; + margin: 0; + white-space: pre; + word-wrap: normal; + line-height: inherit; + color: inherit; + z-index: 2; + position: relative; + overflow: visible; + -webkit-tap-highlight-color: transparent; +} +.CodeMirror-wrap pre { + word-wrap: break-word; + white-space: pre-wrap; + word-break: normal; +} + +.CodeMirror-linebackground { + position: absolute; + left: 0; right: 0; top: 0; bottom: 0; + z-index: 0; +} + +.CodeMirror-linewidget { + position: relative; + z-index: 2; + overflow: auto; +} + +.CodeMirror-widget {} + +.CodeMirror-code { + outline: none; +} + +/* Force content-box sizing for the elements where we expect it */ +.CodeMirror-scroll, +.CodeMirror-sizer, +.CodeMirror-gutter, +.CodeMirror-gutters, +.CodeMirror-linenumber { + -moz-box-sizing: content-box; + box-sizing: content-box; +} + +.CodeMirror-measure { + position: absolute; + width: 100%; + height: 0; + overflow: hidden; + visibility: hidden; +} +.CodeMirror-measure pre { position: static; } + +.CodeMirror div.CodeMirror-cursor { + position: absolute; + border-right: none; + width: 0; +} + +div.CodeMirror-cursors { + visibility: hidden; + position: relative; + z-index: 3; +} +.CodeMirror-focused div.CodeMirror-cursors { + visibility: visible; +} + +.CodeMirror-selected { background: #d9d9d9; } +.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; } +.CodeMirror-crosshair { cursor: crosshair; } +.CodeMirror ::selection { background: #d7d4f0; } +.CodeMirror ::-moz-selection { background: #d7d4f0; } + +.cm-searching { + background: #ffa; + background: rgba(255, 255, 0, .4); +} + +/* IE7 hack to prevent it from returning funny offsetTops on the spans */ +.CodeMirror span { *vertical-align: text-bottom; } + +/* Used to force a border model for a node */ +.cm-force-border { padding-right: .1px; } + +@media print { + /* Hide the cursor when printing */ + .CodeMirror div.CodeMirror-cursors { + visibility: hidden; + } +} + +/* See issue #2901 */ +.cm-tab-wrap-hack:after { content: ''; } + +/* Help users use markselection to safely style text background */ +span.CodeMirror-selectedtext { background: none; } diff --git a/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js b/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js new file mode 100644 index 0000000..538493f --- /dev/null +++ b/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js @@ -0,0 +1,288 @@ +(function(q){if("object"==typeof exports&&"object"==typeof module)module.exports=q();else{if("function"==typeof define&&define.amd)return define([],q);this.CodeMirror=q()}})(function(){function q(a,b){if(!(this instanceof q))return new q(a,b);this.options=b=b?V(b):{};V(qf,b,!1);wc(b);var c=b.value;"string"==typeof c&&(c=new P(c,b.mode));this.doc=c;var d=new q.inputStyles[b.inputStyle](this),d=this.display=new rf(a,c,d);d.wrapper.CodeMirror=this;Ad(this);Bd(this);b.lineWrapping&&(this.display.wrapper.className+= +" CodeMirror-wrap");b.autofocus&&!ab&&d.input.focus();Cd(this);this.state={keyMaps:[],overlays:[],modeGen:0,overwrite:!1,delayingBlurEvent:!1,focused:!1,suppressEdits:!1,pasteIncoming:!1,cutIncoming:!1,draggingText:!1,highlight:new bb,keySeq:null,specialChars:null};var e=this;B&&11>C&&setTimeout(function(){e.display.input.reset(!0)},20);sf(this);Dd||(tf(),Dd=!0);Ja(this);this.curOp.forceUpdate=!0;Ed(this,c);b.autofocus&&!ab||e.hasFocus()?setTimeout(cb(xc,this),20):db(this);for(var f in Ka)if(Ka.hasOwnProperty(f))Ka[f](this, +b[f],Fd);Gd(this);b.finishInit&&b.finishInit(this);for(c=0;c<yc.length;++c)yc[c](this);La(this);J&&b.lineWrapping&&"optimizelegibility"==getComputedStyle(d.lineDiv).textRendering&&(d.lineDiv.style.textRendering="auto")}function rf(a,b,c){this.input=c;this.scrollbarFiller=t("div",null,"CodeMirror-scrollbar-filler");this.scrollbarFiller.setAttribute("cm-not-content","true");this.gutterFiller=t("div",null,"CodeMirror-gutter-filler");this.gutterFiller.setAttribute("cm-not-content","true");this.lineDiv= +t("div",null,"CodeMirror-code");this.selectionDiv=t("div",null,null,"position: relative; z-index: 1");this.cursorDiv=t("div",null,"CodeMirror-cursors");this.measure=t("div",null,"CodeMirror-measure");this.lineMeasure=t("div",null,"CodeMirror-measure");this.lineSpace=t("div",[this.measure,this.lineMeasure,this.selectionDiv,this.cursorDiv,this.lineDiv],null,"position: relative; outline: none");this.mover=t("div",[t("div",[this.lineSpace],"CodeMirror-lines")],null,"position: relative");this.sizer=t("div", +[this.mover],"CodeMirror-sizer");this.sizerWidth=null;this.heightForcer=t("div",null,null,"position: absolute; height: "+Hd+"px; width: 1px;");this.gutters=t("div",null,"CodeMirror-gutters");this.lineGutter=null;this.scroller=t("div",[this.sizer,this.heightForcer,this.gutters],"CodeMirror-scroll");this.scroller.setAttribute("tabIndex","-1");this.wrapper=t("div",[this.scrollbarFiller,this.gutterFiller,this.scroller],"CodeMirror");B&&8>C&&(this.gutters.style.zIndex=-1,this.scroller.style.paddingRight= +0);J||wa&&ab||(this.scroller.draggable=!0);a&&(a.appendChild?a.appendChild(this.wrapper):a(this.wrapper));this.reportedViewFrom=this.reportedViewTo=this.viewFrom=this.viewTo=b.first;this.view=[];this.externalMeasured=this.renderedView=null;this.lastWrapHeight=this.lastWrapWidth=this.viewOffset=0;this.updateLineNumbers=null;this.nativeBarWidth=this.barHeight=this.barWidth=0;this.scrollbarsClipped=!1;this.lineNumWidth=this.lineNumInnerWidth=this.lineNumChars=null;this.alignWidgets=!1;this.maxLine=this.cachedCharWidth= +this.cachedTextHeight=this.cachedPaddingH=null;this.maxLineLength=0;this.maxLineChanged=!1;this.wheelDX=this.wheelDY=this.wheelStartX=this.wheelStartY=null;this.shift=!1;this.activeTouch=this.selForContextMenu=null;c.init(this)}function zc(a){a.doc.mode=q.getMode(a.options,a.doc.modeOption);eb(a)}function eb(a){a.doc.iter(function(a){a.stateAfter&&(a.stateAfter=null);a.styles&&(a.styles=null)});a.doc.frontier=a.doc.first;fb(a,100);a.state.modeGen++;a.curOp&&Q(a)}function Id(a){var b=xa(a.display), +c=a.options.lineWrapping,d=c&&Math.max(5,a.display.scroller.clientWidth/gb(a.display)-3);return function(e){if(ya(a.doc,e))return 0;var f=0;if(e.widgets)for(var g=0;g<e.widgets.length;g++)e.widgets[g].height&&(f+=e.widgets[g].height);return c?f+(Math.ceil(e.text.length/d)||1)*b:f+b}}function Ac(a){var b=a.doc,c=Id(a);b.iter(function(a){var b=c(a);b!=a.height&&ca(a,b)})}function Bd(a){a.display.wrapper.className=a.display.wrapper.className.replace(/\s*cm-s-\S+/g,"")+a.options.theme.replace(/(^|\s)\s*/g, +" cm-s-");hb(a)}function ib(a){Ad(a);Q(a);setTimeout(function(){Bc(a)},20)}function Ad(a){var b=a.display.gutters,c=a.options.gutters;za(b);for(var d=0;d<c.length;++d){var e=c[d],f=b.appendChild(t("div",null,"CodeMirror-gutter "+e));"CodeMirror-linenumbers"==e&&(a.display.lineGutter=f,f.style.width=(a.display.lineNumWidth||1)+"px")}b.style.display=d?"":"none";Cc(a)}function Cc(a){a.display.sizer.style.marginLeft=a.display.gutters.offsetWidth+"px"}function Kb(a){if(0==a.height)return 0;for(var b=a.text.length, +c,d=a;c=Aa(d,!0);)c=c.find(0,!0),d=c.from.line,b+=c.from.ch-c.to.ch;for(d=a;c=Aa(d,!1);)c=c.find(0,!0),b-=d.text.length-c.from.ch,d=c.to.line,b+=d.text.length-c.to.ch;return b}function Dc(a){var b=a.display;a=a.doc;b.maxLine=u(a,a.first);b.maxLineLength=Kb(b.maxLine);b.maxLineChanged=!0;a.iter(function(a){var d=Kb(a);d>b.maxLineLength&&(b.maxLineLength=d,b.maxLine=a)})}function wc(a){var b=D(a.gutters,"CodeMirror-linenumbers");-1==b&&a.lineNumbers?a.gutters=a.gutters.concat(["CodeMirror-linenumbers"]): +-1<b&&!a.lineNumbers&&(a.gutters=a.gutters.slice(0),a.gutters.splice(b,1))}function jb(a){var b=a.display,c=b.gutters.offsetWidth,d=Math.round(a.doc.height+Ec(a.display));return{clientHeight:b.scroller.clientHeight,viewHeight:b.wrapper.clientHeight,scrollWidth:b.scroller.scrollWidth,clientWidth:b.scroller.clientWidth,viewWidth:b.wrapper.clientWidth,barLeft:a.options.fixedGutter?c:0,docHeight:d,scrollHeight:d+da(a)+b.barHeight,nativeBarWidth:b.nativeBarWidth,gutterWidth:c}}function Fc(a,b,c){this.cm= +c;var d=this.vert=t("div",[t("div",null,null,"min-width: 1px")],"CodeMirror-vscrollbar"),e=this.horiz=t("div",[t("div",null,null,"height: 100%; min-height: 1px")],"CodeMirror-hscrollbar");a(d);a(e);v(d,"scroll",function(){d.clientHeight&&b(d.scrollTop,"vertical")});v(e,"scroll",function(){e.clientWidth&&b(e.scrollLeft,"horizontal")});this.checkedOverlay=!1;B&&8>C&&(this.horiz.style.minHeight=this.vert.style.minWidth="18px")}function Gc(){}function Cd(a){a.display.scrollbars&&(a.display.scrollbars.clear(), +a.display.scrollbars.addClass&&kb(a.display.wrapper,a.display.scrollbars.addClass));a.display.scrollbars=new q.scrollbarModel[a.options.scrollbarStyle](function(b){a.display.wrapper.insertBefore(b,a.display.scrollbarFiller);v(b,"mousedown",function(){a.state.focused&&setTimeout(function(){a.display.input.focus()},0)});b.setAttribute("cm-not-content","true")},function(b,c){"horizontal"==c?Ma(a,b):lb(a,b)},a);a.display.scrollbars.addClass&&mb(a.display.wrapper,a.display.scrollbars.addClass)}function Na(a, +b){b||(b=jb(a));var c=a.display.barWidth,d=a.display.barHeight;Jd(a,b);for(var e=0;4>e&&c!=a.display.barWidth||d!=a.display.barHeight;e++)c!=a.display.barWidth&&a.options.lineWrapping&&Lb(a),Jd(a,jb(a)),c=a.display.barWidth,d=a.display.barHeight}function Jd(a,b){var c=a.display,d=c.scrollbars.update(b);c.sizer.style.paddingRight=(c.barWidth=d.right)+"px";c.sizer.style.paddingBottom=(c.barHeight=d.bottom)+"px";d.right&&d.bottom?(c.scrollbarFiller.style.display="block",c.scrollbarFiller.style.height= +d.bottom+"px",c.scrollbarFiller.style.width=d.right+"px"):c.scrollbarFiller.style.display="";d.bottom&&a.options.coverGutterNextToScrollbar&&a.options.fixedGutter?(c.gutterFiller.style.display="block",c.gutterFiller.style.height=d.bottom+"px",c.gutterFiller.style.width=b.gutterWidth+"px"):c.gutterFiller.style.display=""}function Hc(a,b,c){var d=c&&null!=c.top?Math.max(0,c.top):a.scroller.scrollTop,d=Math.floor(d-a.lineSpace.offsetTop),e=c&&null!=c.bottom?c.bottom:d+a.wrapper.clientHeight,d=Ba(b,d), +e=Ba(b,e);if(c&&c.ensure){var f=c.ensure.from.line;c=c.ensure.to.line;f<d?(d=f,e=Ba(b,ea(u(b,f))+a.wrapper.clientHeight)):Math.min(c,b.lastLine())>=e&&(d=Ba(b,ea(u(b,c))-a.wrapper.clientHeight),e=c)}return{from:d,to:Math.max(e,d+1)}}function Bc(a){var b=a.display,c=b.view;if(b.alignWidgets||b.gutters.firstChild&&a.options.fixedGutter){for(var d=Ic(b)-b.scroller.scrollLeft+a.doc.scrollLeft,e=b.gutters.offsetWidth,f=d+"px",g=0;g<c.length;g++)if(!c[g].hidden){a.options.fixedGutter&&c[g].gutter&&(c[g].gutter.style.left= +f);var h=c[g].alignable;if(h)for(var k=0;k<h.length;k++)h[k].style.left=f}a.options.fixedGutter&&(b.gutters.style.left=d+e+"px")}}function Gd(a){if(!a.options.lineNumbers)return!1;var b=a.doc,b=Jc(a.options,b.first+b.size-1),c=a.display;if(b.length!=c.lineNumChars){var d=c.measure.appendChild(t("div",[t("div",b)],"CodeMirror-linenumber CodeMirror-gutter-elt")),e=d.firstChild.offsetWidth,d=d.offsetWidth-e;c.lineGutter.style.width="";c.lineNumInnerWidth=Math.max(e,c.lineGutter.offsetWidth-d)+1;c.lineNumWidth= +c.lineNumInnerWidth+d;c.lineNumChars=c.lineNumInnerWidth?b.length:-1;c.lineGutter.style.width=c.lineNumWidth+"px";Cc(a);return!0}return!1}function Jc(a,b){return String(a.lineNumberFormatter(b+a.firstLineNumber))}function Ic(a){return a.scroller.getBoundingClientRect().left-a.sizer.getBoundingClientRect().left}function Mb(a,b,c){var d=a.display;this.viewport=b;this.visible=Hc(d,a.doc,b);this.editorIsHidden=!d.wrapper.offsetWidth;this.wrapperHeight=d.wrapper.clientHeight;this.wrapperWidth=d.wrapper.clientWidth; +this.oldDisplayWidth=pa(a);this.force=c;this.dims=Kc(a);this.events=[]}function Lc(a,b){var c=a.display,d=a.doc;if(b.editorIsHidden)return qa(a),!1;if(!b.force&&b.visible.from>=c.viewFrom&&b.visible.to<=c.viewTo&&(null==c.updateLineNumbers||c.updateLineNumbers>=c.viewTo)&&c.renderedView==c.view&&0==Kd(a))return!1;Gd(a)&&(qa(a),b.dims=Kc(a));var e=d.first+d.size,f=Math.max(b.visible.from-a.options.viewportMargin,d.first),g=Math.min(e,b.visible.to+a.options.viewportMargin);c.viewFrom<f&&20>f-c.viewFrom&& +(f=Math.max(d.first,c.viewFrom));c.viewTo>g&&20>c.viewTo-g&&(g=Math.min(e,c.viewTo));ra&&(f=Mc(a.doc,f),g=Ld(a.doc,g));d=f!=c.viewFrom||g!=c.viewTo||c.lastWrapHeight!=b.wrapperHeight||c.lastWrapWidth!=b.wrapperWidth;e=a.display;0==e.view.length||f>=e.viewTo||g<=e.viewFrom?(e.view=Nb(a,f,g),e.viewFrom=f):(e.viewFrom>f?e.view=Nb(a,f,e.viewFrom).concat(e.view):e.viewFrom<f&&(e.view=e.view.slice(Ca(a,f))),e.viewFrom=f,e.viewTo<g?e.view=e.view.concat(Nb(a,e.viewTo,g)):e.viewTo>g&&(e.view=e.view.slice(0, +Ca(a,g))));e.viewTo=g;c.viewOffset=ea(u(a.doc,c.viewFrom));a.display.mover.style.top=c.viewOffset+"px";g=Kd(a);if(!d&&0==g&&!b.force&&c.renderedView==c.view&&(null==c.updateLineNumbers||c.updateLineNumbers>=c.viewTo))return!1;f=fa();4<g&&(c.lineDiv.style.display="none");uf(a,c.updateLineNumbers,b.dims);4<g&&(c.lineDiv.style.display="");c.renderedView=c.view;f&&fa()!=f&&f.offsetHeight&&f.focus();za(c.cursorDiv);za(c.selectionDiv);c.gutters.style.height=0;d&&(c.lastWrapHeight=b.wrapperHeight,c.lastWrapWidth= +b.wrapperWidth,fb(a,400));c.updateLineNumbers=null;return!0}function Md(a,b){for(var c=b.viewport,d=!0;;d=!1){if(!d||!a.options.lineWrapping||b.oldDisplayWidth==pa(a))if(c&&null!=c.top&&(c={top:Math.min(a.doc.height+Ec(a.display)-Nc(a),c.top)}),b.visible=Hc(a.display,a.doc,c),b.visible.from>=a.display.viewFrom&&b.visible.to<=a.display.viewTo)break;if(!Lc(a,b))break;Lb(a);d=jb(a);nb(a);Oc(a,d);Na(a,d)}b.signal(a,"update",a);if(a.display.viewFrom!=a.display.reportedViewFrom||a.display.viewTo!=a.display.reportedViewTo)b.signal(a, +"viewportChange",a,a.display.viewFrom,a.display.viewTo),a.display.reportedViewFrom=a.display.viewFrom,a.display.reportedViewTo=a.display.viewTo}function Pc(a,b){var c=new Mb(a,b);if(Lc(a,c)){Lb(a);Md(a,c);var d=jb(a);nb(a);Oc(a,d);Na(a,d);c.finish()}}function Oc(a,b){a.display.sizer.style.minHeight=b.docHeight+"px";var c=b.docHeight+a.display.barHeight;a.display.heightForcer.style.top=c+"px";a.display.gutters.style.height=Math.max(c+da(a),b.clientHeight)+"px"}function Lb(a){a=a.display;for(var b= +a.lineDiv.offsetTop,c=0;c<a.view.length;c++){var d=a.view[c],e;if(!d.hidden){if(B&&8>C){var f=d.node.offsetTop+d.node.offsetHeight;e=f-b;b=f}else e=d.node.getBoundingClientRect(),e=e.bottom-e.top;f=d.line.height-e;2>e&&(e=xa(a));if(.001<f||-.001>f)if(ca(d.line,e),Nd(d.line),d.rest)for(e=0;e<d.rest.length;e++)Nd(d.rest[e])}}}function Nd(a){if(a.widgets)for(var b=0;b<a.widgets.length;++b)a.widgets[b].height=a.widgets[b].node.offsetHeight}function Kc(a){for(var b=a.display,c={},d={},e=b.gutters.clientLeft, +f=b.gutters.firstChild,g=0;f;f=f.nextSibling,++g)c[a.options.gutters[g]]=f.offsetLeft+f.clientLeft+e,d[a.options.gutters[g]]=f.clientWidth;return{fixedPos:Ic(b),gutterTotalWidth:b.gutters.offsetWidth,gutterLeft:c,gutterWidth:d,wrapperWidth:b.wrapper.clientWidth}}function uf(a,b,c){function d(b){var c=b.nextSibling;J&&W&&a.display.currentWheelTarget==b?b.style.display="none":b.parentNode.removeChild(b);return c}for(var e=a.display,f=a.options.lineNumbers,g=e.lineDiv,h=g.firstChild,k=e.view,e=e.viewFrom, +l=0;l<k.length;l++){var m=k[l];if(!m.hidden)if(m.node&&m.node.parentNode==g){for(;h!=m.node;)h=d(h);h=f&&null!=b&&b<=e&&m.lineNumber;m.changes&&(-1<D(m.changes,"gutter")&&(h=!1),Od(a,m,e,c));h&&(za(m.lineNumber),m.lineNumber.appendChild(document.createTextNode(Jc(a.options,e))));h=m.node.nextSibling}else{var p=vf(a,m,e,c);g.insertBefore(p,h)}e+=m.size}for(;h;)h=d(h)}function Od(a,b,c,d){for(var e=0;e<b.changes.length;e++){var f=b.changes[e];if("text"==f){var f=b,g=f.text.className,h=Pd(a,f);f.text== +f.node&&(f.node=h.pre);f.text.parentNode.replaceChild(h.pre,f.text);f.text=h.pre;h.bgClass!=f.bgClass||h.textClass!=f.textClass?(f.bgClass=h.bgClass,f.textClass=h.textClass,Qc(f)):g&&(f.text.className=g)}else if("gutter"==f)Qd(a,b,c,d);else if("class"==f)Qc(b);else if("widget"==f){f=a;g=b;h=d;g.alignable&&(g.alignable=null);for(var k=g.node.firstChild,l=void 0;k;k=l)l=k.nextSibling,"CodeMirror-linewidget"==k.className&&g.node.removeChild(k);Rd(f,g,h)}}b.changes=null}function Ob(a){a.node==a.text&& +(a.node=t("div",null,null,"position: relative"),a.text.parentNode&&a.text.parentNode.replaceChild(a.node,a.text),a.node.appendChild(a.text),B&&8>C&&(a.node.style.zIndex=2));return a.node}function Pd(a,b){var c=a.display.externalMeasured;return c&&c.line==b.line?(a.display.externalMeasured=null,b.measure=c.measure,c.built):Sd(a,b)}function Qc(a){var b=a.bgClass?a.bgClass+" "+(a.line.bgClass||""):a.line.bgClass;b&&(b+=" CodeMirror-linebackground");if(a.background)b?a.background.className=b:(a.background.parentNode.removeChild(a.background), +a.background=null);else if(b){var c=Ob(a);a.background=c.insertBefore(t("div",null,b),c.firstChild)}a.line.wrapClass?Ob(a).className=a.line.wrapClass:a.node!=a.text&&(a.node.className="");a.text.className=(a.textClass?a.textClass+" "+(a.line.textClass||""):a.line.textClass)||""}function Qd(a,b,c,d){b.gutter&&(b.node.removeChild(b.gutter),b.gutter=null);var e=b.line.gutterMarkers;if(a.options.lineNumbers||e){var f=Ob(b),g=b.gutter=t("div",null,"CodeMirror-gutter-wrapper","left: "+(a.options.fixedGutter? +d.fixedPos:-d.gutterTotalWidth)+"px; width: "+d.gutterTotalWidth+"px");a.display.input.setUneditable(g);f.insertBefore(g,b.text);b.line.gutterClass&&(g.className+=" "+b.line.gutterClass);!a.options.lineNumbers||e&&e["CodeMirror-linenumbers"]||(b.lineNumber=g.appendChild(t("div",Jc(a.options,c),"CodeMirror-linenumber CodeMirror-gutter-elt","left: "+d.gutterLeft["CodeMirror-linenumbers"]+"px; width: "+a.display.lineNumInnerWidth+"px")));if(e)for(b=0;b<a.options.gutters.length;++b)c=a.options.gutters[b], +(f=e.hasOwnProperty(c)&&e[c])&&g.appendChild(t("div",[f],"CodeMirror-gutter-elt","left: "+d.gutterLeft[c]+"px; width: "+d.gutterWidth[c]+"px"))}}function vf(a,b,c,d){var e=Pd(a,b);b.text=b.node=e.pre;e.bgClass&&(b.bgClass=e.bgClass);e.textClass&&(b.textClass=e.textClass);Qc(b);Qd(a,b,c,d);Rd(a,b,d);return b.node}function Rd(a,b,c){Td(a,b.line,b,c,!0);if(b.rest)for(var d=0;d<b.rest.length;d++)Td(a,b.rest[d],b,c,!1)}function Td(a,b,c,d,e){if(b.widgets){var f=Ob(c),g=0;for(b=b.widgets;g<b.length;++g){var h= +b[g],k=t("div",[h.node],"CodeMirror-linewidget");h.handleMouseEvents||k.setAttribute("cm-ignore-events","true");var l=h,m=k,p=d;if(l.noHScroll){(c.alignable||(c.alignable=[])).push(m);var n=p.wrapperWidth;m.style.left=p.fixedPos+"px";l.coverGutter||(n-=p.gutterTotalWidth,m.style.paddingLeft=p.gutterTotalWidth+"px");m.style.width=n+"px"}l.coverGutter&&(m.style.zIndex=5,m.style.position="relative",l.noHScroll||(m.style.marginLeft=-p.gutterTotalWidth+"px"));a.display.input.setUneditable(k);e&&h.above? +f.insertBefore(k,c.gutter||c.text):f.appendChild(k);L(h,"redraw")}}}function Rc(a){return r(a.line,a.ch)}function Pb(a,b){return 0>y(a,b)?b:a}function Qb(a,b){return 0>y(a,b)?a:b}function Ud(a){a.state.focused||(a.display.input.focus(),xc(a))}function Rb(a){return a.options.readOnly||a.doc.cantEdit}function Sc(a,b,c,d,e){var f=a.doc;a.display.shift=!1;d||(d=f.sel);var g=sa(b),h=null;a.state.pasteIncoming&&1<d.ranges.length&&(X&&X.join("\n")==b?h=0==d.ranges.length%X.length&&ob(X,sa):g.length==d.ranges.length&& +(h=ob(g,function(a){return[a]})));for(var k=d.ranges.length-1;0<=k;k--){var l=d.ranges[k],m=l.from(),p=l.to();l.empty()&&(c&&0<c?m=r(m.line,m.ch-c):a.state.overwrite&&!a.state.pasteIncoming&&(p=r(p.line,Math.min(u(f,p.line).text.length,p.ch+A(g).length))));var n=a.curOp.updateInput,m={from:m,to:p,text:h?h[k%h.length]:g,origin:e||(a.state.pasteIncoming?"paste":a.state.cutIncoming?"cut":"+input")};Oa(a.doc,m);L(a,"inputRead",a,m);if(b&&!a.state.pasteIncoming&&a.options.electricChars&&a.options.smartIndent&& +100>l.head.ch&&(!k||d.ranges[k-1].head.line!=l.head.line)){l=a.getModeAt(l.head);m=ta(m);p=!1;if(l.electricChars)for(var E=0;E<l.electricChars.length;E++){if(-1<b.indexOf(l.electricChars.charAt(E))){p=pb(a,m.line,"smart");break}}else l.electricInput&&l.electricInput.test(u(f,m.line).text.slice(0,m.ch))&&(p=pb(a,m.line,"smart"));p&&L(a,"electricInput",a,m.line)}}Pa(a);a.curOp.updateInput=n;a.curOp.typing=!0;a.state.pasteIncoming=a.state.cutIncoming=!1}function Vd(a){for(var b=[],c=[],d=0;d<a.doc.sel.ranges.length;d++){var e= +a.doc.sel.ranges[d].head.line,e={anchor:r(e,0),head:r(e+1,0)};c.push(e);b.push(a.getRange(e.anchor,e.head))}return{text:b,ranges:c}}function Wd(a){a.setAttribute("autocorrect","off");a.setAttribute("autocapitalize","off");a.setAttribute("spellcheck","false")}function Tc(a){this.cm=a;this.prevInput="";this.pollingFast=!1;this.polling=new bb;this.hasSelection=this.inaccurateSelection=!1;this.composing=null}function Xd(){var a=t("textarea",null,null,"position: absolute; padding: 0; width: 1px; height: 1em; outline: none"), +b=t("div",[a],null,"overflow: hidden; position: relative; width: 3px; height: 0px;");J?a.style.width="1000px":a.setAttribute("wrap","off");Qa&&(a.style.border="1px solid black");Wd(a);return b}function Uc(a){this.cm=a;this.lastAnchorNode=this.lastAnchorOffset=this.lastFocusNode=this.lastFocusOffset=null;this.polling=new bb;this.gracePeriod=!1}function Yd(a,b){var c=Vc(a,b.line);if(!c||c.hidden)return null;var d=u(a.doc,b.line),c=Zd(c,d,b.line);(d=Y(d))&&Sb(d,b.ch);d=$d(c.map,b.ch,"left");d.offset= +"right"==d.collapse?d.end:d.start;return d}function Ra(a,b){b&&(a.bad=!0);return a}function Tb(a,b,c){var d;if(b==a.display.lineDiv){d=a.display.lineDiv.childNodes[c];if(!d)return Ra(a.clipPos(r(a.display.viewTo-1)),!0);b=null;c=0}else for(d=b;;d=d.parentNode){if(!d||d==a.display.lineDiv)return null;if(d.parentNode&&d.parentNode==a.display.lineDiv)break}for(var e=0;e<a.display.view.length;e++){var f=a.display.view[e];if(f.node==d)return wf(f,b,c)}}function wf(a,b,c){function d(b,c,d){for(var e=-1;e< +(l?l.length:0);e++)for(var f=0>e?k.map:l[e],g=0;g<f.length;g+=3){var h=f[g+2];if(h==b||h==c){c=F(0>e?a.line:a.rest[e]);e=f[g]+d;if(0>d||h!=b)e=f[g+(d?1:0)];return r(c,e)}}}var e=a.text.firstChild,f=!1;if(!b||!Wc(e,b))return Ra(r(F(a.line),0),!0);if(b==e&&(f=!0,b=e.childNodes[c],c=0,!b))return c=a.rest?A(a.rest):a.line,Ra(r(F(c),c.text.length),f);var g=3==b.nodeType?b:null,h=b;g||1!=b.childNodes.length||3!=b.firstChild.nodeType||(g=b.firstChild,c&&(c=g.nodeValue.length));for(;h.parentNode!=e;)h=h.parentNode; +var k=a.measure,l=k.maps;if(b=d(g,h,c))return Ra(b,f);e=h.nextSibling;for(g=g?g.nodeValue.length-c:0;e;e=e.nextSibling){if(b=d(e,e.firstChild,0))return Ra(r(b.line,b.ch-g),f);g+=e.textContent.length}h=h.previousSibling;for(g=c;h;h=h.previousSibling){if(b=d(h,h.firstChild,-1))return Ra(r(b.line,b.ch+g),f);g+=e.textContent.length}}function xf(a,b,c,d,e){function f(a){return function(b){return b.id==a}}function g(b){if(1==b.nodeType){var c=b.getAttribute("cm-text");if(null!=c)""==c&&(c=b.textContent.replace(/\u200b/g, +"")),h+=c;else{var c=b.getAttribute("cm-marker"),p;if(c)b=a.findMarks(r(d,0),r(e+1,0),f(+c)),b.length&&(p=b[0].find())&&(h+=Da(a.doc,p.from,p.to).join("\n"));else if("false"!=b.getAttribute("contenteditable")){for(p=0;p<b.childNodes.length;p++)g(b.childNodes[p]);/^(pre|div|p)$/i.test(b.nodeName)&&(k=!0)}}}else 3==b.nodeType&&(b=b.nodeValue)&&(k&&(h+="\n",k=!1),h+=b)}for(var h="",k=!1;;){g(b);if(b==c)break;b=b.nextSibling}return h}function la(a,b){this.ranges=a;this.primIndex=b}function z(a,b){this.anchor= +a;this.head=b}function Z(a,b){var c=a[b];a.sort(function(a,b){return y(a.from(),b.from())});b=D(a,c);for(c=1;c<a.length;c++){var d=a[c],e=a[c-1];if(0<=y(e.to(),d.from())){var f=Qb(e.from(),d.from()),g=Pb(e.to(),d.to()),d=e.empty()?d.from()==d.head:e.from()==e.head;c<=b&&--b;a.splice(--c,2,new z(d?g:f,d?f:g))}}return new la(a,b)}function ga(a,b){return new la([new z(a,b||a)],0)}function w(a,b){if(b.line<a.first)return r(a.first,0);var c=a.first+a.size-1;if(b.line>c)return r(c,u(a,c).text.length);var c= +u(a,b.line).text.length,d=b.ch,c=null==d||d>c?r(b.line,c):0>d?r(b.line,0):b;return c}function qb(a,b){return b>=a.first&&b<a.first+a.size}function rb(a,b,c,d){return a.cm&&a.cm.display.shift||a.extend?(a=b.anchor,d&&(b=0>y(c,a),b!=0>y(d,a)?(a=c,c=d):b!=0>y(c,d)&&(c=d)),new z(a,c)):new z(d||c,c)}function Ub(a,b,c,d){H(a,new la([rb(a,a.sel.primary(),b,c)],0),d)}function ae(a,b,c){for(var d=[],e=0;e<a.sel.ranges.length;e++)d[e]=rb(a,a.sel.ranges[e],b[e],null);b=Z(d,a.sel.primIndex);H(a,b,c)}function Xc(a, +b,c,d){var e=a.sel.ranges.slice(0);e[b]=c;H(a,Z(e,a.sel.primIndex),d)}function yf(a,b){var c={ranges:b.ranges,update:function(b){this.ranges=[];for(var c=0;c<b.length;c++)this.ranges[c]=new z(w(a,b[c].anchor),w(a,b[c].head))}};K(a,"beforeSelectionChange",a,c);a.cm&&K(a.cm,"beforeSelectionChange",a.cm,c);return c.ranges!=b.ranges?Z(c.ranges,c.ranges.length-1):b}function be(a,b,c){var d=a.history.done,e=A(d);e&&e.ranges?(d[d.length-1]=b,Vb(a,b,c)):H(a,b,c)}function H(a,b,c){Vb(a,b,c);b=a.sel;var d= +a.cm?a.cm.curOp.id:NaN,e=a.history,f=c&&c.origin,g;if(!(g=d==e.lastSelOp)&&(g=f&&e.lastSelOrigin==f)&&!(g=e.lastModTime==e.lastSelTime&&e.lastOrigin==f)){g=A(e.done);var h=f.charAt(0);g="*"==h||"+"==h&&g.ranges.length==b.ranges.length&&g.somethingSelected()==b.somethingSelected()&&new Date-a.history.lastSelTime<=(a.cm?a.cm.options.historyEventDelay:500)}g?e.done[e.done.length-1]=b:Wb(b,e.done);e.lastSelTime=+new Date;e.lastSelOrigin=f;e.lastSelOp=d;c&&!1!==c.clearRedo&&ce(e.undone)}function Vb(a, +b,c){if(S(a,"beforeSelectionChange")||a.cm&&S(a.cm,"beforeSelectionChange"))b=yf(a,b);var d=c&&c.bias||(0>y(b.primary().head,a.sel.primary().head)?-1:1);de(a,ee(a,b,d,!0));c&&!1===c.scroll||!a.cm||Pa(a.cm)}function de(a,b){b.equals(a.sel)||(a.sel=b,a.cm&&(a.cm.curOp.updateInput=a.cm.curOp.selectionChanged=!0,fe(a.cm)),L(a,"cursorActivity",a))}function ge(a){de(a,ee(a,a.sel,null,!1),ha)}function ee(a,b,c,d){for(var e,f=0;f<b.ranges.length;f++){var g=b.ranges[f],h=Xb(a,g.anchor,c,d),k=Xb(a,g.head,c, +d);if(e||h!=g.anchor||k!=g.head)e||(e=b.ranges.slice(0,f)),e[f]=new z(h,k)}return e?Z(e,b.primIndex):b}function Xb(a,b,c,d){var e=!1,f=b,g=c||1;a.cantEdit=!1;a:for(;;){var h=u(a,f.line);if(h.markedSpans)for(var k=0;k<h.markedSpans.length;++k){var l=h.markedSpans[k],m=l.marker;if((null==l.from||(m.inclusiveLeft?l.from<=f.ch:l.from<f.ch))&&(null==l.to||(m.inclusiveRight?l.to>=f.ch:l.to>f.ch))){if(d&&(K(m,"beforeCursorEnter"),m.explicitlyCleared))if(h.markedSpans){--k;continue}else break;if(m.atomic){k= +m.find(0>g?-1:1);if(0==y(k,f)&&(k.ch+=g,0>k.ch?k=k.line>a.first?w(a,r(k.line-1)):null:k.ch>h.text.length&&(k=k.line<a.first+a.size-1?r(k.line+1,0):null),!k)){if(e){if(!d)return Xb(a,b,c,!0);a.cantEdit=!0;return r(a.first,0)}e=!0;k=b;g=-g}f=k;continue a}}}return f}}function nb(a){a.display.input.showSelection(a.display.input.prepareSelection())}function he(a,b){for(var c=a.doc,d={},e=d.cursors=document.createDocumentFragment(),f=d.selection=document.createDocumentFragment(),g=0;g<c.sel.ranges.length;g++)if(!1!== +b||g!=c.sel.primIndex){var h=c.sel.ranges[g],k=h.empty();if(k||a.options.showCursorWhenSelecting){var l=a,m=e,p=ma(l,h.head,"div",null,null,!l.options.singleCursorHeightPerLine),n=m.appendChild(t("div"," ","CodeMirror-cursor"));n.style.left=p.left+"px";n.style.top=p.top+"px";n.style.height=Math.max(0,p.bottom-p.top)*l.options.cursorHeight+"px";p.other&&(l=m.appendChild(t("div"," ","CodeMirror-cursor CodeMirror-secondarycursor")),l.style.display="",l.style.left=p.other.left+"px",l.style.top=p.other.top+ +"px",l.style.height=.85*(p.other.bottom-p.other.top)+"px")}k||zf(a,h,f)}return d}function zf(a,b,c){function d(a,b,c,d){0>b&&(b=0);b=Math.round(b);d=Math.round(d);h.appendChild(t("div",null,"CodeMirror-selected","position: absolute; left: "+a+"px; top: "+b+"px; width: "+(null==c?m-a:c)+"px; height: "+(d-b)+"px"))}function e(b,c,e){var f=u(g,b),h=f.text.length,k,p;Af(Y(f),c||0,null==e?h:e,function(g,q,t){var u=Yb(a,r(b,g),"div",f,"left"),v,w;g==q?(v=u,t=w=u.left):(v=Yb(a,r(b,q-1),"div",f,"right"), +"rtl"==t&&(t=u,u=v,v=t),t=u.left,w=v.right);null==c&&0==g&&(t=l);3<v.top-u.top&&(d(t,u.top,null,u.bottom),t=l,u.bottom<v.top&&d(t,u.bottom,null,v.top));null==e&&q==h&&(w=m);if(!k||u.top<k.top||u.top==k.top&&u.left<k.left)k=u;if(!p||v.bottom>p.bottom||v.bottom==p.bottom&&v.right>p.right)p=v;t<l+1&&(t=l);d(t,v.top,w-t,v.bottom)});return{start:k,end:p}}var f=a.display,g=a.doc,h=document.createDocumentFragment(),k=ie(a.display),l=k.left,m=Math.max(f.sizerWidth,pa(a)-f.sizer.offsetLeft)-k.right,f=b.from(); +b=b.to();if(f.line==b.line)e(f.line,f.ch,b.ch);else{var p=u(g,f.line),k=u(g,b.line),k=ia(p)==ia(k),f=e(f.line,f.ch,k?p.text.length+1:null).end;b=e(b.line,k?0:null,b.ch).start;k&&(f.top<b.top-2?(d(f.right,f.top,null,f.bottom),d(l,b.top,b.left,b.bottom)):d(f.right,f.top,b.left-f.right,f.bottom));f.bottom<b.top&&d(l,f.bottom,null,b.top)}c.appendChild(h)}function Yc(a){if(a.state.focused){var b=a.display;clearInterval(b.blinker);var c=!0;b.cursorDiv.style.visibility="";0<a.options.cursorBlinkRate?b.blinker= +setInterval(function(){b.cursorDiv.style.visibility=(c=!c)?"":"hidden"},a.options.cursorBlinkRate):0>a.options.cursorBlinkRate&&(b.cursorDiv.style.visibility="hidden")}}function fb(a,b){a.doc.mode.startState&&a.doc.frontier<a.display.viewTo&&a.state.highlight.set(b,cb(Bf,a))}function Bf(a){var b=a.doc;b.frontier<b.first&&(b.frontier=b.first);if(!(b.frontier>=a.display.viewTo)){var c=+new Date+a.options.workTime,d=Sa(b.mode,sb(a,b.frontier)),e=[];b.iter(b.frontier,Math.min(b.first+b.size,a.display.viewTo+ +500),function(f){if(b.frontier>=a.display.viewFrom){var g=f.styles,h=je(a,f,d,!0);f.styles=h.styles;var k=f.styleClasses;(h=h.classes)?f.styleClasses=h:k&&(f.styleClasses=null);k=!g||g.length!=f.styles.length||k!=h&&(!k||!h||k.bgClass!=h.bgClass||k.textClass!=h.textClass);for(h=0;!k&&h<g.length;++h)k=g[h]!=f.styles[h];k&&e.push(b.frontier);f.stateAfter=Sa(b.mode,d)}else Zc(a,f.text,d),f.stateAfter=0==b.frontier%5?Sa(b.mode,d):null;++b.frontier;if(+new Date>c)return fb(a,a.options.workDelay),!0}); +e.length&&T(a,function(){for(var b=0;b<e.length;b++)na(a,e[b],"text")})}}function Cf(a,b,c){for(var d,e,f=a.doc,g=c?-1:b-(a.doc.mode.innerMode?1E3:100);b>g;--b){if(b<=f.first)return f.first;var h=u(f,b-1);if(h.stateAfter&&(!c||b<=f.frontier))return b;h=aa(h.text,null,a.options.tabSize);if(null==e||d>h)e=b-1,d=h}return e}function sb(a,b,c){var d=a.doc,e=a.display;if(!d.mode.startState)return!0;var f=Cf(a,b,c),g=f>d.first&&u(d,f-1).stateAfter,g=g?Sa(d.mode,g):Df(d.mode);d.iter(f,b,function(c){Zc(a, +c.text,g);c.stateAfter=f==b-1||0==f%5||f>=e.viewFrom&&f<e.viewTo?Sa(d.mode,g):null;++f});c&&(d.frontier=f);return g}function Ec(a){return a.mover.offsetHeight-a.lineSpace.offsetHeight}function ie(a){if(a.cachedPaddingH)return a.cachedPaddingH;var b=U(a.measure,t("pre","x")),b=window.getComputedStyle?window.getComputedStyle(b):b.currentStyle,b={left:parseInt(b.paddingLeft),right:parseInt(b.paddingRight)};isNaN(b.left)||isNaN(b.right)||(a.cachedPaddingH=b);return b}function da(a){return Hd-a.display.nativeBarWidth} +function pa(a){return a.display.scroller.clientWidth-da(a)-a.display.barWidth}function Nc(a){return a.display.scroller.clientHeight-da(a)-a.display.barHeight}function Zd(a,b,c){if(a.line==b)return{map:a.measure.map,cache:a.measure.cache};for(var d=0;d<a.rest.length;d++)if(a.rest[d]==b)return{map:a.measure.maps[d],cache:a.measure.caches[d]};for(d=0;d<a.rest.length;d++)if(F(a.rest[d])>c)return{map:a.measure.maps[d],cache:a.measure.caches[d],before:!0}}function Vc(a,b){if(b>=a.display.viewFrom&&b<a.display.viewTo)return a.display.view[Ca(a, +b)];var c=a.display.externalMeasured;if(c&&b>=c.lineN&&b<c.lineN+c.size)return c}function Zb(a,b){var c=F(b),d=Vc(a,c);d&&!d.text?d=null:d&&d.changes&&Od(a,d,c,Kc(a));if(!d){var e;e=ia(b);d=F(e);e=a.display.externalMeasured=new ke(a.doc,e,d);e.lineN=d;d=e.built=Sd(a,e);e.text=d.pre;U(a.display.lineMeasure,d.pre);d=e}c=Zd(d,b,c);return{line:b,view:d,rect:null,map:c.map,cache:c.cache,before:c.before,hasHeights:!1}}function $c(a,b,c,d,e){b.before&&(c=-1);var f=c+(d||"");if(b.cache.hasOwnProperty(f))a= +b.cache[f];else{b.rect||(b.rect=b.view.text.getBoundingClientRect());if(!b.hasHeights){var g=b.view,h=b.rect,k=a.options.lineWrapping,l=k&&pa(a);if(!g.measure.heights||k&&g.measure.width!=l){var m=g.measure.heights=[];if(k)for(g.measure.width=l,g=g.text.firstChild.getClientRects(),k=0;k<g.length-1;k++){var l=g[k],p=g[k+1];2<Math.abs(l.bottom-p.bottom)&&m.push((l.bottom+p.top)/2-h.top)}m.push(h.bottom-h.top)}b.hasHeights=!0}g=d;k=$d(b.map,c,g);d=k.node;h=k.start;l=k.end;c=k.collapse;var n;if(3==d.nodeType){for(m= +0;4>m;m++){for(;h&&tb(b.line.text.charAt(k.coverStart+h));)--h;for(;k.coverStart+l<k.coverEnd&&tb(b.line.text.charAt(k.coverStart+l));)++l;if(B&&9>C&&0==h&&l==k.coverEnd-k.coverStart)n=d.parentNode.getBoundingClientRect();else if(B&&a.options.lineWrapping){var E=Ea(d,h,l).getClientRects();n=E.length?E["right"==g?E.length-1:0]:ad}else n=Ea(d,h,l).getBoundingClientRect()||ad;if(n.left||n.right||0==h)break;l=h;--h;c="right"}B&&11>C&&((E=!window.screen||null==screen.logicalXDPI||screen.logicalXDPI==screen.deviceXDPI)|| +(null!=bd?E=bd:(m=U(a.display.measure,t("span","x")),E=m.getBoundingClientRect(),m=Ea(m,0,1).getBoundingClientRect(),E=bd=1<Math.abs(E.left-m.left)),E=!E),E||(E=screen.logicalXDPI/screen.deviceXDPI,m=screen.logicalYDPI/screen.deviceYDPI,n={left:n.left*E,right:n.right*E,top:n.top*m,bottom:n.bottom*m}))}else 0<h&&(c=g="right"),n=a.options.lineWrapping&&1<(E=d.getClientRects()).length?E["right"==g?E.length-1:0]:d.getBoundingClientRect();!(B&&9>C)||h||n&&(n.left||n.right)||(n=(n=d.parentNode.getClientRects()[0])? +{left:n.left,right:n.left+gb(a.display),top:n.top,bottom:n.bottom}:ad);E=n.top-b.rect.top;d=n.bottom-b.rect.top;h=(E+d)/2;g=b.view.measure.heights;for(m=0;m<g.length-1&&!(h<g[m]);m++);c={left:("right"==c?n.right:n.left)-b.rect.left,right:("left"==c?n.left:n.right)-b.rect.left,top:m?g[m-1]:0,bottom:g[m]};n.left||n.right||(c.bogus=!0);a.options.singleCursorHeightPerLine||(c.rtop=E,c.rbottom=d);a=c;a.bogus||(b.cache[f]=a)}return{left:a.left,right:a.right,top:e?a.rtop:a.top,bottom:e?a.rbottom:a.bottom}} +function $d(a,b,c){for(var d,e,f,g,h=0;h<a.length;h+=3){var k=a[h],l=a[h+1];if(b<k)e=0,f=1,g="left";else if(b<l)e=b-k,f=e+1;else if(h==a.length-3||b==l&&a[h+3]>b)f=l-k,e=f-1,b>=l&&(g="right");if(null!=e){d=a[h+2];k==l&&c==(d.insertLeft?"left":"right")&&(g=c);if("left"==c&&0==e)for(;h&&a[h-2]==a[h-3]&&a[h-1].insertLeft;)d=a[(h-=3)+2],g="left";if("right"==c&&e==l-k)for(;h<a.length-3&&a[h+3]==a[h+4]&&!a[h+5].insertLeft;)d=a[(h+=3)+2],g="right";break}}return{node:d,start:e,end:f,collapse:g,coverStart:k, +coverEnd:l}}function le(a){if(a.measure&&(a.measure.cache={},a.measure.heights=null,a.rest))for(var b=0;b<a.rest.length;b++)a.measure.caches[b]={}}function me(a){a.display.externalMeasure=null;za(a.display.lineMeasure);for(var b=0;b<a.display.view.length;b++)le(a.display.view[b])}function hb(a){me(a);a.display.cachedCharWidth=a.display.cachedTextHeight=a.display.cachedPaddingH=null;a.options.lineWrapping||(a.display.maxLineChanged=!0);a.display.lineNumChars=null}function cd(a,b,c,d){if(b.widgets)for(var e= +0;e<b.widgets.length;++e)if(b.widgets[e].above){var f=ub(b.widgets[e]);c.top+=f;c.bottom+=f}if("line"==d)return c;d||(d="local");b=ea(b);b="local"==d?b+a.display.lineSpace.offsetTop:b-a.display.viewOffset;if("page"==d||"window"==d)a=a.display.lineSpace.getBoundingClientRect(),b+=a.top+("window"==d?0:window.pageYOffset||(document.documentElement||document.body).scrollTop),d=a.left+("window"==d?0:window.pageXOffset||(document.documentElement||document.body).scrollLeft),c.left+=d,c.right+=d;c.top+=b; +c.bottom+=b;return c}function ne(a,b,c){if("div"==c)return b;var d=b.left;b=b.top;"page"==c?(d-=window.pageXOffset||(document.documentElement||document.body).scrollLeft,b-=window.pageYOffset||(document.documentElement||document.body).scrollTop):"local"!=c&&c||(c=a.display.sizer.getBoundingClientRect(),d+=c.left,b+=c.top);a=a.display.lineSpace.getBoundingClientRect();return{left:d-a.left,top:b-a.top}}function Yb(a,b,c,d,e){d||(d=u(a.doc,b.line));var f=d;b=b.ch;d=$c(a,Zb(a,d),b,e);return cd(a,f,d,c)} +function ma(a,b,c,d,e,f){function g(b,g){var h=$c(a,e,b,g?"right":"left",f);g?h.left=h.right:h.right=h.left;return cd(a,d,h,c)}function h(a,b){var c=k[b],d=c.level%2;a==dd(c)&&b&&c.level<k[b-1].level?(c=k[--b],a=ed(c)-(c.level%2?0:1),d=!0):a==ed(c)&&b<k.length-1&&c.level<k[b+1].level&&(c=k[++b],a=dd(c)-c.level%2,d=!1);return d&&a==c.to&&a>c.from?g(a-1):g(a,d)}d=d||u(a.doc,b.line);e||(e=Zb(a,d));var k=Y(d);b=b.ch;if(!k)return g(b);var l=Sb(k,b),l=h(b,l);null!=vb&&(l.other=h(b,vb));return l}function oe(a, +b){var c=0;b=w(a.doc,b);a.options.lineWrapping||(c=gb(a.display)*b.ch);var d=u(a.doc,b.line),e=ea(d)+a.display.lineSpace.offsetTop;return{left:c,right:c,top:e,bottom:e+d.height}}function $b(a,b,c,d){a=r(a,b);a.xRel=d;c&&(a.outside=!0);return a}function fd(a,b,c){var d=a.doc;c+=a.display.viewOffset;if(0>c)return $b(d.first,0,!0,-1);var e=Ba(d,c),f=d.first+d.size-1;if(e>f)return $b(d.first+d.size-1,u(d,f).text.length,!0,1);0>b&&(b=0);for(d=u(d,e);;)if(e=Ef(a,d,e,b,c),f=(d=Aa(d,!1))&&d.find(0,!0),d&& +(e.ch>f.from.ch||e.ch==f.from.ch&&0<e.xRel))e=F(d=f.to.line);else return e}function Ef(a,b,c,d,e){function f(d){d=ma(a,r(c,d),"line",b,l);h=!0;if(g>d.bottom)return d.left-k;if(g<d.top)return d.left+k;h=!1;return d.left}var g=e-ea(b),h=!1,k=2*a.display.wrapper.clientWidth,l=Zb(a,b),m=Y(b),p=b.text.length;e=ac(b);var n=bc(b),E=f(e),q=h,t=f(n),u=h;if(d>t)return $b(c,n,u,1);for(;;){if(m?n==e||n==gd(b,e,1):1>=n-e){m=d<E||d-E<=t-d?e:n;for(d-=m==e?E:t;tb(b.text.charAt(m));)++m;return $b(c,m,m==e?q:u,-1> +d?-1:1<d?1:0)}var v=Math.ceil(p/2),w=e+v;if(m)for(var w=e,x=0;x<v;++x)w=gd(b,w,1);x=f(w);if(x>d){n=w;t=x;if(u=h)t+=1E3;p=v}else e=w,E=x,q=h,p-=v}}function xa(a){if(null!=a.cachedTextHeight)return a.cachedTextHeight;if(null==Fa){Fa=t("pre");for(var b=0;49>b;++b)Fa.appendChild(document.createTextNode("x")),Fa.appendChild(t("br"));Fa.appendChild(document.createTextNode("x"))}U(a.measure,Fa);b=Fa.offsetHeight/50;3<b&&(a.cachedTextHeight=b);za(a.measure);return b||1}function gb(a){if(null!=a.cachedCharWidth)return a.cachedCharWidth; +var b=t("span","xxxxxxxxxx"),c=t("pre",[b]);U(a.measure,c);b=b.getBoundingClientRect();b=(b.right-b.left)/10;2<b&&(a.cachedCharWidth=b);return b||10}function Ja(a){a.curOp={cm:a,viewChanged:!1,startHeight:a.doc.height,forceUpdate:!1,updateInput:null,typing:!1,changeObjs:null,cursorActivityHandlers:null,cursorActivityCalled:0,selectionChanged:!1,updateMaxLine:!1,scrollLeft:null,scrollTop:null,scrollToPos:null,focus:!1,id:++Ff};Ta?Ta.ops.push(a.curOp):a.curOp.ownsGroup=Ta={ops:[a.curOp],delayedCallbacks:[]}} +function La(a){if(a=a.curOp.ownsGroup)try{var b=a.delayedCallbacks,c=0;do{for(;c<b.length;c++)b[c]();for(var d=0;d<a.ops.length;d++){var e=a.ops[d];if(e.cursorActivityHandlers)for(;e.cursorActivityCalled<e.cursorActivityHandlers.length;)e.cursorActivityHandlers[e.cursorActivityCalled++](e.cm)}}while(c<b.length)}finally{Ta=null;for(b=0;b<a.ops.length;b++)a.ops[b].cm.curOp=null;a=a.ops;for(b=0;b<a.length;b++){var e=a[b],c=e.cm,f=d=c.display;!f.scrollbarsClipped&&f.scroller.offsetWidth&&(f.nativeBarWidth= +f.scroller.offsetWidth-f.scroller.clientWidth,f.heightForcer.style.height=da(c)+"px",f.sizer.style.marginBottom=-f.nativeBarWidth+"px",f.sizer.style.borderRightWidth=da(c)+"px",f.scrollbarsClipped=!0);e.updateMaxLine&&Dc(c);e.mustUpdate=e.viewChanged||e.forceUpdate||null!=e.scrollTop||e.scrollToPos&&(e.scrollToPos.from.line<d.viewFrom||e.scrollToPos.to.line>=d.viewTo)||d.maxLineChanged&&c.options.lineWrapping;e.update=e.mustUpdate&&new Mb(c,e.mustUpdate&&{top:e.scrollTop,ensure:e.scrollToPos},e.forceUpdate)}for(b= +0;b<a.length;b++)e=a[b],e.updatedDisplay=e.mustUpdate&&Lc(e.cm,e.update);for(b=0;b<a.length;b++)if(e=a[b],c=e.cm,d=c.display,e.updatedDisplay&&Lb(c),e.barMeasure=jb(c),d.maxLineChanged&&!c.options.lineWrapping&&(f=void 0,f=d.maxLine.text.length,f=$c(c,Zb(c,d.maxLine),f,void 0),e.adjustWidthTo=f.left+3,c.display.sizerWidth=e.adjustWidthTo,e.barMeasure.scrollWidth=Math.max(d.scroller.clientWidth,d.sizer.offsetLeft+e.adjustWidthTo+da(c)+c.display.barWidth),e.maxScrollLeft=Math.max(0,d.sizer.offsetLeft+ +e.adjustWidthTo-pa(c))),e.updatedDisplay||e.selectionChanged)e.preparedSelection=d.input.prepareSelection();for(b=0;b<a.length;b++)e=a[b],c=e.cm,null!=e.adjustWidthTo&&(c.display.sizer.style.minWidth=e.adjustWidthTo+"px",e.maxScrollLeft<c.doc.scrollLeft&&Ma(c,Math.min(c.display.scroller.scrollLeft,e.maxScrollLeft),!0),c.display.maxLineChanged=!1),e.preparedSelection&&c.display.input.showSelection(e.preparedSelection),e.updatedDisplay&&Oc(c,e.barMeasure),(e.updatedDisplay||e.startHeight!=c.doc.height)&& +Na(c,e.barMeasure),e.selectionChanged&&Yc(c),c.state.focused&&e.updateInput&&c.display.input.reset(e.typing),e.focus&&e.focus==fa()&&Ud(e.cm);for(b=0;b<a.length;b++){e=a[b];c=e.cm;d=c.display;f=c.doc;e.updatedDisplay&&Md(c,e.update);null==d.wheelStartX||null==e.scrollTop&&null==e.scrollLeft&&!e.scrollToPos||(d.wheelStartX=d.wheelStartY=null);null==e.scrollTop||d.scroller.scrollTop==e.scrollTop&&!e.forceScroll||(f.scrollTop=Math.max(0,Math.min(d.scroller.scrollHeight-d.scroller.clientHeight,e.scrollTop)), +d.scrollbars.setScrollTop(f.scrollTop),d.scroller.scrollTop=f.scrollTop);null==e.scrollLeft||d.scroller.scrollLeft==e.scrollLeft&&!e.forceScroll||(f.scrollLeft=Math.max(0,Math.min(d.scroller.scrollWidth-pa(c),e.scrollLeft)),d.scrollbars.setScrollLeft(f.scrollLeft),d.scroller.scrollLeft=f.scrollLeft,Bc(c));if(e.scrollToPos){var g=void 0,h=w(f,e.scrollToPos.from),g=w(f,e.scrollToPos.to),k=e.scrollToPos.margin;null==k&&(k=0);for(var l=0;5>l;l++){var m=!1,p=ma(c,h),n=g&&g!=h?ma(c,g):p,n=cc(c,Math.min(p.left, +n.left),Math.min(p.top,n.top)-k,Math.max(p.left,n.left),Math.max(p.bottom,n.bottom)+k),q=c.doc.scrollTop,r=c.doc.scrollLeft;null!=n.scrollTop&&(lb(c,n.scrollTop),1<Math.abs(c.doc.scrollTop-q)&&(m=!0));null!=n.scrollLeft&&(Ma(c,n.scrollLeft),1<Math.abs(c.doc.scrollLeft-r)&&(m=!0));if(!m)break}g=p;e.scrollToPos.isCursor&&c.state.focused&&(ja(c,"scrollCursorIntoView")||(k=c.display,l=k.sizer.getBoundingClientRect(),h=null,0>g.top+l.top?h=!0:g.bottom+l.top>(window.innerHeight||document.documentElement.clientHeight)&& +(h=!1),null==h||Gf||(g=t("div","â",null,"position: absolute; top: "+(g.top-k.viewOffset-c.display.lineSpace.offsetTop)+"px; height: "+(g.bottom-g.top+da(c)+k.barHeight)+"px; left: "+g.left+"px; width: 2px;"),c.display.lineSpace.appendChild(g),g.scrollIntoView(h),c.display.lineSpace.removeChild(g))))}h=e.maybeHiddenMarkers;g=e.maybeUnhiddenMarkers;if(h)for(k=0;k<h.length;++k)h[k].lines.length||K(h[k],"hide");if(g)for(k=0;k<g.length;++k)g[k].lines.length&&K(g[k],"unhide");d.wrapper.offsetHeight&&(f.scrollTop= +c.display.scroller.scrollTop);e.changeObjs&&K(c,"changes",c,e.changeObjs);e.update&&e.update.finish()}}}function T(a,b){if(a.curOp)return b();Ja(a);try{return b()}finally{La(a)}}function G(a,b){return function(){if(a.curOp)return b.apply(a,arguments);Ja(a);try{return b.apply(a,arguments)}finally{La(a)}}}function M(a){return function(){if(this.curOp)return a.apply(this,arguments);Ja(this);try{return a.apply(this,arguments)}finally{La(this)}}}function N(a){return function(){var b=this.cm;if(!b||b.curOp)return a.apply(this, +arguments);Ja(b);try{return a.apply(this,arguments)}finally{La(b)}}}function ke(a,b,c){for(var d=this.line=b,e;d=Aa(d,!1);)d=d.find(1,!0).line,(e||(e=[])).push(d);this.size=(this.rest=e)?F(A(this.rest))-c+1:1;this.node=this.text=null;this.hidden=ya(a,b)}function Nb(a,b,c){var d=[],e;for(e=b;e<c;)b=new ke(a.doc,u(a.doc,e),e),e+=b.size,d.push(b);return d}function Q(a,b,c,d){null==b&&(b=a.doc.first);null==c&&(c=a.doc.first+a.doc.size);d||(d=0);var e=a.display;d&&c<e.viewTo&&(null==e.updateLineNumbers|| +e.updateLineNumbers>b)&&(e.updateLineNumbers=b);a.curOp.viewChanged=!0;if(b>=e.viewTo)ra&&Mc(a.doc,b)<e.viewTo&&qa(a);else if(c<=e.viewFrom)ra&&Ld(a.doc,c+d)>e.viewFrom?qa(a):(e.viewFrom+=d,e.viewTo+=d);else if(b<=e.viewFrom&&c>=e.viewTo)qa(a);else if(b<=e.viewFrom){var f=dc(a,c,c+d,1);f?(e.view=e.view.slice(f.index),e.viewFrom=f.lineN,e.viewTo+=d):qa(a)}else if(c>=e.viewTo)(f=dc(a,b,b,-1))?(e.view=e.view.slice(0,f.index),e.viewTo=f.lineN):qa(a);else{var f=dc(a,b,b,-1),g=dc(a,c,c+d,1);f&&g?(e.view= +e.view.slice(0,f.index).concat(Nb(a,f.lineN,g.lineN)).concat(e.view.slice(g.index)),e.viewTo+=d):qa(a)}if(a=e.externalMeasured)c<a.lineN?a.lineN+=d:b<a.lineN+a.size&&(e.externalMeasured=null)}function na(a,b,c){a.curOp.viewChanged=!0;var d=a.display,e=a.display.externalMeasured;e&&b>=e.lineN&&b<e.lineN+e.size&&(d.externalMeasured=null);b<d.viewFrom||b>=d.viewTo||(a=d.view[Ca(a,b)],null!=a.node&&(a=a.changes||(a.changes=[]),-1==D(a,c)&&a.push(c)))}function qa(a){a.display.viewFrom=a.display.viewTo= +a.doc.first;a.display.view=[];a.display.viewOffset=0}function Ca(a,b){if(b>=a.display.viewTo)return null;b-=a.display.viewFrom;if(0>b)return null;for(var c=a.display.view,d=0;d<c.length;d++)if(b-=c[d].size,0>b)return d}function dc(a,b,c,d){var e=Ca(a,b),f=a.display.view;if(!ra||c==a.doc.first+a.doc.size)return{index:e,lineN:c};for(var g=0,h=a.display.viewFrom;g<e;g++)h+=f[g].size;if(h!=b){if(0<d){if(e==f.length-1)return null;b=h+f[e].size-b;e++}else b=h-b;c+=b}for(;Mc(a.doc,c)!=c;){if(e==(0>d?0:f.length- +1))return null;c+=d*f[e-(0>d?1:0)].size;e+=d}return{index:e,lineN:c}}function Kd(a){a=a.display.view;for(var b=0,c=0;c<a.length;c++){var d=a[c];d.hidden||d.node&&!d.changes||++b}return b}function sf(a){function b(){d.activeTouch&&(e=setTimeout(function(){d.activeTouch=null},1E3),f=d.activeTouch,f.end=+new Date)}function c(a,b){if(null==b.left)return!0;var c=b.left-a.left,d=b.top-a.top;return 400<c*c+d*d}var d=a.display;v(d.scroller,"mousedown",G(a,pe));B&&11>C?v(d.scroller,"dblclick",G(a,function(b){if(!ja(a, +b)){var c=Ua(a,b);!c||hd(a,b,"gutterClick",!0,L)||oa(a.display,b)||(O(b),b=a.findWordAt(c),Ub(a.doc,b.anchor,b.head))}})):v(d.scroller,"dblclick",function(b){ja(a,b)||O(b)});id||v(d.scroller,"contextmenu",function(b){qe(a,b)});var e,f={end:0};v(d.scroller,"touchstart",function(a){var b;1!=a.touches.length?b=!1:(b=a.touches[0],b=1>=b.radiusX&&1>=b.radiusY);b||(clearTimeout(e),b=+new Date,d.activeTouch={start:b,moved:!1,prev:300>=b-f.end?f:null},1==a.touches.length&&(d.activeTouch.left=a.touches[0].pageX, +d.activeTouch.top=a.touches[0].pageY))});v(d.scroller,"touchmove",function(){d.activeTouch&&(d.activeTouch.moved=!0)});v(d.scroller,"touchend",function(e){var f=d.activeTouch;if(f&&!oa(d,e)&&null!=f.left&&!f.moved&&300>new Date-f.start){var g=a.coordsChar(d.activeTouch,"page"),f=!f.prev||c(f,f.prev)?new z(g,g):!f.prev.prev||c(f,f.prev.prev)?a.findWordAt(g):new z(r(g.line,0),w(a.doc,r(g.line+1,0)));a.setSelection(f.anchor,f.head);a.focus();O(e)}b()});v(d.scroller,"touchcancel",b);v(d.scroller,"scroll", +function(){d.scroller.clientHeight&&(lb(a,d.scroller.scrollTop),Ma(a,d.scroller.scrollLeft,!0),K(a,"scroll",a))});v(d.scroller,"mousewheel",function(b){re(a,b)});v(d.scroller,"DOMMouseScroll",function(b){re(a,b)});v(d.wrapper,"scroll",function(){d.wrapper.scrollTop=d.wrapper.scrollLeft=0});d.dragFunctions={simple:function(b){ja(a,b)||jd(b)},start:function(b){if(B&&(!a.state.draggingText||100>+new Date-se))jd(b);else if(!ja(a,b)&&!oa(a.display,b)&&(b.dataTransfer.setData("Text",a.getSelection()),b.dataTransfer.setDragImage&& +!te)){var c=t("img",null,null,"position: fixed; left: 0; top: 0;");c.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw\x3d\x3d";ba&&(c.width=c.height=1,a.display.wrapper.appendChild(c),c._top=c.offsetTop);b.dataTransfer.setDragImage(c,0,0);ba&&c.parentNode.removeChild(c)}},drop:G(a,Hf)};var g=d.input.getField();v(g,"keyup",function(b){ue.call(a,b)});v(g,"keydown",G(a,ve));v(g,"keypress",G(a,we));v(g,"focus",cb(xc,a));v(g,"blur",cb(db,a))}function If(a){var b=a.display; +if(b.lastWrapHeight!=b.wrapper.clientHeight||b.lastWrapWidth!=b.wrapper.clientWidth)b.cachedCharWidth=b.cachedTextHeight=b.cachedPaddingH=null,b.scrollbarsClipped=!1,a.setSize()}function oa(a,b){for(var c=b.target||b.srcElement;c!=a.wrapper;c=c.parentNode)if(!c||1==c.nodeType&&"true"==c.getAttribute("cm-ignore-events")||c.parentNode==a.sizer&&c!=a.mover)return!0}function Ua(a,b,c,d){var e=a.display;if(!c&&"true"==(b.target||b.srcElement).getAttribute("cm-not-content"))return null;var f,g;c=e.lineSpace.getBoundingClientRect(); +try{f=b.clientX-c.left,g=b.clientY-c.top}catch(h){return null}b=fd(a,f,g);var k;d&&1==b.xRel&&(k=u(a.doc,b.line).text).length==b.ch&&(d=aa(k,k.length,a.options.tabSize)-k.length,b=r(b.line,Math.max(0,Math.round((f-ie(a.display).left)/gb(a.display))-d)));return b}function pe(a){var b=this.display;if(!(b.activeTouch&&b.input.supportsTouch()||ja(this,a)))if(b.shift=a.shiftKey,oa(b,a))J||(b.scroller.draggable=!1,setTimeout(function(){b.scroller.draggable=!0},100));else if(!hd(this,a,"gutterClick",!0, +L)){var c=Ua(this,a);window.focus();switch(xe(a)){case 1:c?Jf(this,a,c):(a.target||a.srcElement)==b.scroller&&O(a);break;case 2:J&&(this.state.lastMiddleDown=+new Date);c&&Ub(this.doc,c);setTimeout(function(){b.input.focus()},20);O(a);break;case 3:id?qe(this,a):Kf(this)}}}function Jf(a,b,c){B?setTimeout(cb(Ud,a),0):a.curOp.focus=fa();var d=+new Date,e;ec&&ec.time>d-400&&0==y(ec.pos,c)?e="triple":fc&&fc.time>d-400&&0==y(fc.pos,c)?(e="double",ec={time:d,pos:c}):(e="single",fc={time:d,pos:c});var d= +a.doc.sel,f=W?b.metaKey:b.ctrlKey,g;a.options.dragDrop&&Lf&&!Rb(a)&&"single"==e&&-1<(g=d.contains(c))&&!d.ranges[g].empty()?Mf(a,b,c,f):Nf(a,b,c,e,f)}function Mf(a,b,c,d){var e=a.display,f=+new Date,g=G(a,function(h){J&&(e.scroller.draggable=!1);a.state.draggingText=!1;ka(document,"mouseup",g);ka(e.scroller,"drop",g);10>Math.abs(b.clientX-h.clientX)+Math.abs(b.clientY-h.clientY)&&(O(h),!d&&+new Date-200<f&&Ub(a.doc,c),J||B&&9==C?setTimeout(function(){document.body.focus();e.input.focus()},20):e.input.focus())}); +J&&(e.scroller.draggable=!0);a.state.draggingText=g;e.scroller.dragDrop&&e.scroller.dragDrop();v(document,"mouseup",g);v(e.scroller,"drop",g)}function Nf(a,b,c,d,e){function f(b){if(0!=y(x,b))if(x=b,"rect"==d){for(var e=[],f=a.options.tabSize,g=aa(u(l,c.line).text,c.ch,f),h=aa(u(l,b.line).text,b.ch,f),k=Math.min(g,h),g=Math.max(g,h),h=Math.min(c.line,b.line),q=Math.min(a.lastLine(),Math.max(c.line,b.line));h<=q;h++){var E=u(l,h).text,t=ye(E,k,f);k==g?e.push(new z(r(h,t),r(h,t))):E.length>t&&e.push(new z(r(h, +t),r(h,ye(E,g,f))))}e.length||e.push(new z(c,c));H(l,Z(n.ranges.slice(0,p).concat(e),p),{origin:"*mouse",scroll:!1});a.scrollIntoView(b)}else e=m,f=e.anchor,k=b,"single"!=d&&(b="double"==d?a.findWordAt(b):new z(r(b.line,0),w(l,r(b.line+1,0))),0<y(b.anchor,f)?(k=b.head,f=Qb(e.from(),b.anchor)):(k=b.anchor,f=Pb(e.to(),b.head))),e=n.ranges.slice(0),e[p]=new z(w(l,f),k),H(l,Z(e,p),kd)}function g(b){var c=++A,e=Ua(a,b,!0,"rect"==d);if(e)if(0!=y(e,x)){a.curOp.focus=fa();f(e);var h=Hc(k,l);(e.line>=h.to|| +e.line<h.from)&&setTimeout(G(a,function(){A==c&&g(b)}),150)}else{var m=b.clientY<B.top?-20:b.clientY>B.bottom?20:0;m&&setTimeout(G(a,function(){A==c&&(k.scroller.scrollTop+=m,g(b))}),50)}}function h(a){A=Infinity;O(a);k.input.focus();ka(document,"mousemove",F);ka(document,"mouseup",C);l.history.lastSelOrigin=null}var k=a.display,l=a.doc;O(b);var m,p,n=l.sel,q=n.ranges;e&&!b.shiftKey?(p=l.sel.contains(c),m=-1<p?q[p]:new z(c,c)):(m=l.sel.primary(),p=l.sel.primIndex);if(b.altKey)d="rect",e||(m=new z(c, +c)),c=Ua(a,b,!0,!0),p=-1;else if("double"==d){var t=a.findWordAt(c);m=a.display.shift||l.extend?rb(l,m,t.anchor,t.head):t}else"triple"==d?(t=new z(r(c.line,0),w(l,r(c.line+1,0))),m=a.display.shift||l.extend?rb(l,m,t.anchor,t.head):t):m=rb(l,m,c);e?-1==p?(p=q.length,H(l,Z(q.concat([m]),p),{scroll:!1,origin:"*mouse"})):1<q.length&&q[p].empty()&&"single"==d&&!b.shiftKey?(H(l,Z(q.slice(0,p).concat(q.slice(p+1)),0)),n=l.sel):Xc(l,p,m,kd):(p=0,H(l,new la([m],0),kd),n=l.sel);var x=c,B=k.wrapper.getBoundingClientRect(), +A=0,F=G(a,function(a){xe(a)?g(a):h(a)}),C=G(a,h);v(document,"mousemove",F);v(document,"mouseup",C)}function hd(a,b,c,d,e){try{var f=b.clientX,g=b.clientY}catch(h){return!1}if(f>=Math.floor(a.display.gutters.getBoundingClientRect().right))return!1;d&&O(b);d=a.display;var k=d.lineDiv.getBoundingClientRect();if(g>k.bottom||!S(a,c))return ld(b);g-=k.top-d.viewOffset;for(k=0;k<a.options.gutters.length;++k){var l=d.gutters.childNodes[k];if(l&&l.getBoundingClientRect().right>=f)return f=Ba(a.doc,g),e(a, +c,a,f,a.options.gutters[k],b),ld(b)}}function Hf(a){var b=this;if(!ja(b,a)&&!oa(b.display,a)){O(a);B&&(se=+new Date);var c=Ua(b,a,!0),d=a.dataTransfer.files;if(c&&!Rb(b))if(d&&d.length&&window.FileReader&&window.File){var e=d.length,f=Array(e),g=0;a=function(a,d){var h=new FileReader;h.onload=G(b,function(){f[d]=h.result;if(++g==e){c=w(b.doc,c);var a={from:c,to:c,text:sa(f.join("\n")),origin:"paste"};Oa(b.doc,a);be(b.doc,ga(c,ta(a)))}});h.readAsText(a)};for(var h=0;h<e;++h)a(d[h],h)}else if(b.state.draggingText&& +-1<b.doc.sel.contains(c))b.state.draggingText(a),setTimeout(function(){b.display.input.focus()},20);else try{if(f=a.dataTransfer.getData("Text")){if(b.state.draggingText&&(W?!a.altKey:!a.ctrlKey))var k=b.listSelections();Vb(b.doc,ga(c,c));if(k)for(h=0;h<k.length;++h)wb(b.doc,"",k[h].anchor,k[h].head,"drag");b.replaceSelection(f,"around","paste");b.display.input.focus()}}catch(l){}}}function lb(a,b){2>Math.abs(a.doc.scrollTop-b)||(a.doc.scrollTop=b,wa||Pc(a,{top:b}),a.display.scroller.scrollTop!=b&& +(a.display.scroller.scrollTop=b),a.display.scrollbars.setScrollTop(b),wa&&Pc(a),fb(a,100))}function Ma(a,b,c){(c?b==a.doc.scrollLeft:2>Math.abs(a.doc.scrollLeft-b))||(b=Math.min(b,a.display.scroller.scrollWidth-a.display.scroller.clientWidth),a.doc.scrollLeft=b,Bc(a),a.display.scroller.scrollLeft!=b&&(a.display.scroller.scrollLeft=b),a.display.scrollbars.setScrollLeft(b))}function re(a,b){var c=ze(b),d=c.x,c=c.y,e=a.display,f=e.scroller;if(d&&f.scrollWidth>f.clientWidth||c&&f.scrollHeight>f.clientHeight){if(c&& +W&&J){var g=b.target,h=e.view;a:for(;g!=f;g=g.parentNode)for(var k=0;k<h.length;k++)if(h[k].node==g){a.display.currentWheelTarget=g;break a}}!d||wa||ba||null==R?(c&&null!=R&&(g=c*R,h=a.doc.scrollTop,k=h+e.wrapper.clientHeight,0>g?h=Math.max(0,h+g-50):k=Math.min(a.doc.height,k+g+50),Pc(a,{top:h,bottom:k})),20>gc&&(null==e.wheelStartX?(e.wheelStartX=f.scrollLeft,e.wheelStartY=f.scrollTop,e.wheelDX=d,e.wheelDY=c,setTimeout(function(){if(null!=e.wheelStartX){var a=f.scrollLeft-e.wheelStartX,b=f.scrollTop- +e.wheelStartY,a=b&&e.wheelDY&&b/e.wheelDY||a&&e.wheelDX&&a/e.wheelDX;e.wheelStartX=e.wheelStartY=null;a&&(R=(R*gc+a)/(gc+1),++gc)}},200)):(e.wheelDX+=d,e.wheelDY+=c))):(c&&lb(a,Math.max(0,Math.min(f.scrollTop+c*R,f.scrollHeight-f.clientHeight))),Ma(a,Math.max(0,Math.min(f.scrollLeft+d*R,f.scrollWidth-f.clientWidth))),O(b),e.wheelStartX=null)}}function hc(a,b,c){if("string"==typeof b&&(b=ic[b],!b))return!1;a.display.input.ensurePolled();var d=a.display.shift,e=!1;try{Rb(a)&&(a.state.suppressEdits= +!0),c&&(a.display.shift=!1),e=b(a)!=Ae}finally{a.display.shift=d,a.state.suppressEdits=!1}return e}function Of(a,b,c){for(var d=0;d<a.state.keyMaps.length;d++){var e=xb(b,a.state.keyMaps[d],c,a);if(e)return e}return a.options.extraKeys&&xb(b,a.options.extraKeys,c,a)||xb(b,a.options.keyMap,c,a)}function jc(a,b,c,d){var e=a.state.keySeq;if(e){if(Pf(b))return"handled";Qf.set(50,function(){a.state.keySeq==e&&(a.state.keySeq=null,a.display.input.reset())});b=e+" "+b}d=Of(a,b,d);"multi"==d&&(a.state.keySeq= +b);"handled"==d&&L(a,"keyHandled",a,b,c);if("handled"==d||"multi"==d)O(c),Yc(a);return e&&!d&&/\'$/.test(b)?(O(c),!0):!!d}function Be(a,b){var c=Rf(b,!0);return c?b.shiftKey&&!a.state.keySeq?jc(a,"Shift-"+c,b,function(b){return hc(a,b,!0)})||jc(a,c,b,function(b){if("string"==typeof b?/^go[A-Z]/.test(b):b.motion)return hc(a,b)}):jc(a,c,b,function(b){return hc(a,b)}):!1}function Sf(a,b,c){return jc(a,"'"+c+"'",b,function(b){return hc(a,b,!0)})}function ve(a){this.curOp.focus=fa();if(!ja(this,a)){B&& +11>C&&27==a.keyCode&&(a.returnValue=!1);var b=a.keyCode;this.display.shift=16==b||a.shiftKey;var c=Be(this,a);ba&&(md=c?b:null,!c&&88==b&&!Ce&&(W?a.metaKey:a.ctrlKey)&&this.replaceSelection("",null,"cut"));18!=b||/\bCodeMirror-crosshair\b/.test(this.display.lineDiv.className)||Tf(this)}}function Tf(a){function b(a){18!=a.keyCode&&a.altKey||(kb(c,"CodeMirror-crosshair"),ka(document,"keyup",b),ka(document,"mouseover",b))}var c=a.display.lineDiv;mb(c,"CodeMirror-crosshair");v(document,"keyup",b);v(document, +"mouseover",b)}function ue(a){16==a.keyCode&&(this.doc.sel.shift=!1);ja(this,a)}function we(a){if(!(oa(this.display,a)||ja(this,a)||a.ctrlKey&&!a.altKey||W&&a.metaKey)){var b=a.keyCode,c=a.charCode;if(ba&&b==md)md=null,O(a);else if(!ba||a.which&&!(10>a.which)||!Be(this,a))if(b=String.fromCharCode(null==c?b:c),!Sf(this,a,b))this.display.input.onKeyPress(a)}}function Kf(a){a.state.delayingBlurEvent=!0;setTimeout(function(){a.state.delayingBlurEvent&&(a.state.delayingBlurEvent=!1,db(a))},100)}function xc(a){a.state.delayingBlurEvent&& +(a.state.delayingBlurEvent=!1);"nocursor"!=a.options.readOnly&&(a.state.focused||(K(a,"focus",a),a.state.focused=!0,mb(a.display.wrapper,"CodeMirror-focused"),a.curOp||a.display.selForContextMenu==a.doc.sel||(a.display.input.reset(),J&&setTimeout(function(){a.display.input.reset(!0)},20)),a.display.input.receivedFocus()),Yc(a))}function db(a){a.state.delayingBlurEvent||(a.state.focused&&(K(a,"blur",a),a.state.focused=!1,kb(a.display.wrapper,"CodeMirror-focused")),clearInterval(a.display.blinker), +setTimeout(function(){a.state.focused||(a.display.shift=!1)},150))}function qe(a,b){var c;(c=oa(a.display,b))||(c=S(a,"gutterContextMenu")?hd(a,b,"gutterContextMenu",!1,K):!1);if(!c)a.display.input.onContextMenu(b)}function De(a,b){if(0>y(a,b.from))return a;if(0>=y(a,b.to))return ta(b);var c=a.line+b.text.length-(b.to.line-b.from.line)-1,d=a.ch;a.line==b.to.line&&(d+=ta(b).ch-b.to.ch);return r(c,d)}function nd(a,b){for(var c=[],d=0;d<a.sel.ranges.length;d++){var e=a.sel.ranges[d];c.push(new z(De(e.anchor, +b),De(e.head,b)))}return Z(c,a.sel.primIndex)}function Ee(a,b,c){return a.line==b.line?r(c.line,a.ch-b.ch+c.ch):r(c.line+(a.line-b.line),a.ch)}function Fe(a,b,c){b={canceled:!1,from:b.from,to:b.to,text:b.text,origin:b.origin,cancel:function(){this.canceled=!0}};c&&(b.update=function(b,c,f,g){b&&(this.from=w(a,b));c&&(this.to=w(a,c));f&&(this.text=f);void 0!==g&&(this.origin=g)});K(a,"beforeChange",a,b);a.cm&&K(a.cm,"beforeChange",a.cm,b);return b.canceled?null:{from:b.from,to:b.to,text:b.text,origin:b.origin}} +function Oa(a,b,c){if(a.cm){if(!a.cm.curOp)return G(a.cm,Oa)(a,b,c);if(a.cm.state.suppressEdits)return}if(S(a,"beforeChange")||a.cm&&S(a.cm,"beforeChange"))if(b=Fe(a,b,!0),!b)return;if(c=Ge&&!c&&Uf(a,b.from,b.to))for(var d=c.length-1;0<=d;--d)He(a,{from:c[d].from,to:c[d].to,text:d?[""]:b.text});else He(a,b)}function He(a,b){if(1!=b.text.length||""!=b.text[0]||0!=y(b.from,b.to)){var c=nd(a,b);Ie(a,b,c,a.cm?a.cm.curOp.id:NaN);yb(a,b,c,od(a,b));var d=[];Ga(a,function(a,c){c||-1!=D(d,a.history)||(Je(a.history, +b),d.push(a.history));yb(a,b,null,od(a,b))})}}function kc(a,b,c){if(!a.cm||!a.cm.state.suppressEdits){for(var d=a.history,e,f=a.sel,g="undo"==b?d.done:d.undone,h="undo"==b?d.undone:d.done,k=0;k<g.length&&(e=g[k],c?!e.ranges||e.equals(a.sel):e.ranges);k++);if(k!=g.length){for(d.lastOrigin=d.lastSelOrigin=null;;)if(e=g.pop(),e.ranges){Wb(e,h);if(c&&!e.equals(a.sel)){H(a,e,{clearRedo:!1});return}f=e}else break;c=[];Wb(f,h);h.push({changes:c,generation:d.generation});d.generation=e.generation||++d.maxGeneration; +d=S(a,"beforeChange")||a.cm&&S(a.cm,"beforeChange");for(k=e.changes.length-1;0<=k;--k){var l=e.changes[k];l.origin=b;if(d&&!Fe(a,l,!1)){g.length=0;break}c.push(pd(a,l));f=k?nd(a,l):A(g);yb(a,l,f,Ke(a,l));!k&&a.cm&&a.cm.scrollIntoView({from:l.from,to:ta(l)});var m=[];Ga(a,function(a,b){b||-1!=D(m,a.history)||(Je(a.history,l),m.push(a.history));yb(a,l,null,Ke(a,l))})}}}}function Le(a,b){if(0!=b&&(a.first+=b,a.sel=new la(ob(a.sel.ranges,function(a){return new z(r(a.anchor.line+b,a.anchor.ch),r(a.head.line+ +b,a.head.ch))}),a.sel.primIndex),a.cm)){Q(a.cm,a.first,a.first-b,b);for(var c=a.cm.display,d=c.viewFrom;d<c.viewTo;d++)na(a.cm,d,"gutter")}}function yb(a,b,c,d){if(a.cm&&!a.cm.curOp)return G(a.cm,yb)(a,b,c,d);if(b.to.line<a.first)Le(a,b.text.length-1-(b.to.line-b.from.line));else if(!(b.from.line>a.lastLine())){if(b.from.line<a.first){var e=b.text.length-1-(a.first-b.from.line);Le(a,e);b={from:r(a.first,0),to:r(b.to.line+e,b.to.ch),text:[A(b.text)],origin:b.origin}}e=a.lastLine();b.to.line>e&&(b= +{from:b.from,to:r(e,u(a,e).text.length),text:[b.text[0]],origin:b.origin});b.removed=Da(a,b.from,b.to);c||(c=nd(a,b));a.cm?Vf(a.cm,b,d):qd(a,b,d);Vb(a,c,ha)}}function Vf(a,b,c){var d=a.doc,e=a.display,f=b.from,g=b.to,h=!1,k=f.line;a.options.lineWrapping||(k=F(ia(u(d,f.line))),d.iter(k,g.line+1,function(a){if(a==e.maxLine)return h=!0}));-1<d.sel.contains(b.from,b.to)&&fe(a);qd(d,b,c,Id(a));a.options.lineWrapping||(d.iter(k,f.line+b.text.length,function(a){var b=Kb(a);b>e.maxLineLength&&(e.maxLine= +a,e.maxLineLength=b,e.maxLineChanged=!0,h=!1)}),h&&(a.curOp.updateMaxLine=!0));d.frontier=Math.min(d.frontier,f.line);fb(a,400);c=b.text.length-(g.line-f.line)-1;b.full?Q(a):f.line!=g.line||1!=b.text.length||Me(a.doc,b)?Q(a,f.line,g.line+1,c):na(a,f.line,"text");c=S(a,"changes");if((d=S(a,"change"))||c)b={from:f,to:g,text:b.text,removed:b.removed,origin:b.origin},d&&L(a,"change",a,b),c&&(a.curOp.changeObjs||(a.curOp.changeObjs=[])).push(b);a.display.selForContextMenu=null}function wb(a,b,c,d,e){d|| +(d=c);if(0>y(d,c)){var f=d;d=c;c=f}"string"==typeof b&&(b=sa(b));Oa(a,{from:c,to:d,text:b,origin:e})}function cc(a,b,c,d,e){var f=a.display,g=xa(a.display);0>c&&(c=0);var h=a.curOp&&null!=a.curOp.scrollTop?a.curOp.scrollTop:f.scroller.scrollTop,k=Nc(a),l={};e-c>k&&(e=c+k);var m=a.doc.height+Ec(f),p=c<g,g=e>m-g;c<h?l.scrollTop=p?0:c:e>h+k&&(c=Math.min(c,(g?m:e)-k),c!=h&&(l.scrollTop=c));h=a.curOp&&null!=a.curOp.scrollLeft?a.curOp.scrollLeft:f.scroller.scrollLeft;a=pa(a)-(a.options.fixedGutter?f.gutters.offsetWidth: +0);(f=d-b>a)&&(d=b+a);10>b?l.scrollLeft=0:b<h?l.scrollLeft=Math.max(0,b-(f?0:10)):d>a+h-3&&(l.scrollLeft=d+(f?0:10)-a);return l}function lc(a,b,c){null==b&&null==c||mc(a);null!=b&&(a.curOp.scrollLeft=(null==a.curOp.scrollLeft?a.doc.scrollLeft:a.curOp.scrollLeft)+b);null!=c&&(a.curOp.scrollTop=(null==a.curOp.scrollTop?a.doc.scrollTop:a.curOp.scrollTop)+c)}function Pa(a){mc(a);var b=a.getCursor(),c=b,d=b;a.options.lineWrapping||(c=b.ch?r(b.line,b.ch-1):b,d=r(b.line,b.ch+1));a.curOp.scrollToPos={from:c, +to:d,margin:a.options.cursorScrollMargin,isCursor:!0}}function mc(a){var b=a.curOp.scrollToPos;if(b){a.curOp.scrollToPos=null;var c=oe(a,b.from),d=oe(a,b.to),b=cc(a,Math.min(c.left,d.left),Math.min(c.top,d.top)-b.margin,Math.max(c.right,d.right),Math.max(c.bottom,d.bottom)+b.margin);a.scrollTo(b.scrollLeft,b.scrollTop)}}function pb(a,b,c,d){var e=a.doc,f;null==c&&(c="add");"smart"==c&&(e.mode.indent?f=sb(a,b):c="prev");var g=a.options.tabSize,h=u(e,b),k=aa(h.text,null,g);h.stateAfter&&(h.stateAfter= +null);var l=h.text.match(/^\s*/)[0],m;if(!d&&!/\S/.test(h.text))m=0,c="not";else if("smart"==c&&(m=e.mode.indent(f,h.text.slice(l.length),h.text),m==Ae||150<m)){if(!d)return;c="prev"}"prev"==c?m=b>e.first?aa(u(e,b-1).text,null,g):0:"add"==c?m=k+a.options.indentUnit:"subtract"==c?m=k-a.options.indentUnit:"number"==typeof c&&(m=k+c);m=Math.max(0,m);c="";d=0;if(a.options.indentWithTabs)for(a=Math.floor(m/g);a;--a)d+=g,c+="\t";d<m&&(c+=Ne(m-d));if(c!=l)return wb(e,c,r(b,0),r(b,l.length),"+input"),h.stateAfter= +null,!0;for(a=0;a<e.sel.ranges.length;a++)if(g=e.sel.ranges[a],g.head.line==b&&g.head.ch<l.length){d=r(b,l.length);Xc(e,a,new z(d,d));break}}function nc(a,b,c,d){var e=b,f=b;"number"==typeof b?f=u(a,Math.max(a.first,Math.min(b,a.first+a.size-1))):e=F(b);if(null==e)return null;d(f,e)&&a.cm&&na(a.cm,e,c);return f}function Va(a,b){for(var c=a.doc.sel.ranges,d=[],e=0;e<c.length;e++){for(var f=b(c[e]);d.length&&0>=y(f.from,A(d).to);){var g=d.pop();if(0>y(g.from,f.from)){f.from=g.from;break}}d.push(f)}T(a, +function(){for(var b=d.length-1;0<=b;b--)wb(a.doc,"",d[b].from,d[b].to,"+delete");Pa(a)})}function rd(a,b,c,d,e){function f(b){var d=(e?gd:Oe)(l,h,c,!0);if(null==d){if(b=!b)b=g+c,b<a.first||b>=a.first+a.size?b=m=!1:(g=b,b=l=u(a,b));if(b)h=e?(0>c?bc:ac)(l):0>c?l.text.length:0;else return m=!1}else h=d;return!0}var g=b.line,h=b.ch,k=c,l=u(a,g),m=!0;if("char"==d)f();else if("column"==d)f(!0);else if("word"==d||"group"==d){var p=null;d="group"==d;b=a.cm&&a.cm.getHelper(b,"wordChars");for(var n=!0;!(0> +c)||f(!n);n=!1){var q=l.text.charAt(h)||"\n",q=oc(q,b)?"w":d&&"\n"==q?"n":!d||/\s/.test(q)?null:"p";!d||n||q||(q="s");if(p&&p!=q){0>c&&(c=1,f());break}q&&(p=q);if(0<c&&!f(!n))break}}k=Xb(a,r(g,h),k,!0);m||(k.hitSide=!0);return k}function Pe(a,b,c,d){var e=a.doc,f=b.left,g;"page"==d?(g=Math.min(a.display.wrapper.clientHeight,window.innerHeight||document.documentElement.clientHeight),g=b.top+c*(g-(0>c?1.5:.5)*xa(a.display))):"line"==d&&(g=0<c?b.bottom+3:b.top-3);for(;;){b=fd(a,f,g);if(!b.outside)break; +if(0>c?0>=g:g>=e.height){b.hitSide=!0;break}g+=5*c}return b}function x(a,b,c,d){q.defaults[a]=b;c&&(Ka[a]=d?function(a,b,d){d!=Fd&&c(a,b,d)}:c)}function Wf(a){var b=a.split(/-(?!$)/);a=b[b.length-1];for(var c,d,e,f,g=0;g<b.length-1;g++){var h=b[g];if(/^(cmd|meta|m)$/i.test(h))f=!0;else if(/^a(lt)?$/i.test(h))c=!0;else if(/^(c|ctrl|control)$/i.test(h))d=!0;else if(/^s(hift)$/i.test(h))e=!0;else throw Error("Unrecognized modifier name: "+h);}c&&(a="Alt-"+a);d&&(a="Ctrl-"+a);f&&(a="Cmd-"+a);e&&(a="Shift-"+ +a);return a}function pc(a){return"string"==typeof a?ua[a]:a}function Wa(a,b,c,d,e){if(d&&d.shared)return Xf(a,b,c,d,e);if(a.cm&&!a.cm.curOp)return G(a.cm,Wa)(a,b,c,d,e);var f=new Ha(a,e);e=y(b,c);d&&V(d,f,!1);if(0<e||0==e&&!1!==f.clearWhenEmpty)return f;f.replacedWith&&(f.collapsed=!0,f.widgetNode=t("span",[f.replacedWith],"CodeMirror-widget"),d.handleMouseEvents||f.widgetNode.setAttribute("cm-ignore-events","true"),d.insertLeft&&(f.widgetNode.insertLeft=!0));if(f.collapsed){if(Qe(a,b.line,b,c,f)|| +b.line!=c.line&&Qe(a,c.line,b,c,f))throw Error("Inserting collapsed marker partially overlapping an existing one");ra=!0}f.addToHistory&&Ie(a,{from:b,to:c,origin:"markText"},a.sel,NaN);var g=b.line,h=a.cm,k;a.iter(g,c.line+1,function(a){h&&f.collapsed&&!h.options.lineWrapping&&ia(a)==h.display.maxLine&&(k=!0);f.collapsed&&g!=b.line&&ca(a,0);var d=new qc(f,g==b.line?b.ch:null,g==c.line?c.ch:null);a.markedSpans=a.markedSpans?a.markedSpans.concat([d]):[d];d.marker.attachLine(a);++g});f.collapsed&&a.iter(b.line, +c.line+1,function(b){ya(a,b)&&ca(b,0)});f.clearOnEnter&&v(f,"beforeCursorEnter",function(){f.clear()});f.readOnly&&(Ge=!0,(a.history.done.length||a.history.undone.length)&&a.clearHistory());f.collapsed&&(f.id=++sd,f.atomic=!0);if(h){k&&(h.curOp.updateMaxLine=!0);if(f.collapsed)Q(h,b.line,c.line+1);else if(f.className||f.title||f.startStyle||f.endStyle||f.css)for(d=b.line;d<=c.line;d++)na(h,d,"text");f.atomic&&ge(h.doc);L(h,"markerAdded",h,f)}return f}function Xf(a,b,c,d,e){d=V(d);d.shared=!1;var f= +[Wa(a,b,c,d,e)],g=f[0],h=d.widgetNode;Ga(a,function(a){h&&(d.widgetNode=h.cloneNode(!0));f.push(Wa(a,w(a,b),w(a,c),d,e));for(var l=0;l<a.linked.length;++l)if(a.linked[l].isParent)return;g=A(f)});return new rc(f,g)}function Re(a){return a.findMarks(r(a.first,0),a.clipPos(r(a.lastLine())),function(a){return a.parent})}function Yf(a){for(var b=0;b<a.length;b++){var c=a[b],d=[c.primary.doc];Ga(c.primary.doc,function(a){d.push(a)});for(var e=0;e<c.markers.length;e++){var f=c.markers[e];-1==D(d,f.doc)&& +(f.parent=null,c.markers.splice(e--,1))}}}function qc(a,b,c){this.marker=a;this.from=b;this.to=c}function zb(a,b){if(a)for(var c=0;c<a.length;++c){var d=a[c];if(d.marker==b)return d}}function od(a,b){if(b.full)return null;var c=qb(a,b.from.line)&&u(a,b.from.line).markedSpans,d=qb(a,b.to.line)&&u(a,b.to.line).markedSpans;if(!c&&!d)return null;var e=b.from.ch,f=b.to.ch,g=0==y(b.from,b.to);if(c)for(var h=0,k;h<c.length;++h){var l=c[h],m=l.marker;if(null==l.from||(m.inclusiveLeft?l.from<=e:l.from<e)|| +!(l.from!=e||"bookmark"!=m.type||g&&l.marker.insertLeft)){var p=null==l.to||(m.inclusiveRight?l.to>=e:l.to>e);(k||(k=[])).push(new qc(m,l.from,p?null:l.to))}}c=k;if(d)for(var h=0,n;h<d.length;++h)if(k=d[h],l=k.marker,null==k.to||(l.inclusiveRight?k.to>=f:k.to>f)||k.from==f&&"bookmark"==l.type&&(!g||k.marker.insertLeft))m=null==k.from||(l.inclusiveLeft?k.from<=f:k.from<f),(n||(n=[])).push(new qc(l,m?null:k.from-f,null==k.to?null:k.to-f));d=n;g=1==b.text.length;n=A(b.text).length+(g?e:0);if(c)for(f= +0;f<c.length;++f)if(h=c[f],null==h.to)(k=zb(d,h.marker),k)?g&&(h.to=null==k.to?null:k.to+n):h.to=e;if(d)for(f=0;f<d.length;++f)h=d[f],null!=h.to&&(h.to+=n),null==h.from?(k=zb(c,h.marker),k||(h.from=n,g&&(c||(c=[])).push(h))):(h.from+=n,g&&(c||(c=[])).push(h));c&&(c=Se(c));d&&d!=c&&(d=Se(d));e=[c];if(!g){var g=b.text.length-2,q;if(0<g&&c)for(f=0;f<c.length;++f)null==c[f].to&&(q||(q=[])).push(new qc(c[f].marker,null,null));for(f=0;f<g;++f)e.push(q);e.push(d)}return e}function Se(a){for(var b=0;b<a.length;++b){var c= +a[b];null!=c.from&&c.from==c.to&&!1!==c.marker.clearWhenEmpty&&a.splice(b--,1)}return a.length?a:null}function Ke(a,b){var c;if(c=b["spans_"+a.id]){for(var d=0,e=[];d<b.text.length;++d)e.push(Zf(c[d]));c=e}else c=null;d=od(a,b);if(!c)return d;if(!d)return c;for(e=0;e<c.length;++e){var f=c[e],g=d[e];if(f&&g){var h=0;a:for(;h<g.length;++h){for(var k=g[h],l=0;l<f.length;++l)if(f[l].marker==k.marker)continue a;f.push(k)}}else g&&(c[e]=g)}return c}function Uf(a,b,c){var d=null;a.iter(b.line,c.line+1,function(a){if(a.markedSpans)for(var b= +0;b<a.markedSpans.length;++b){var c=a.markedSpans[b].marker;!c.readOnly||d&&-1!=D(d,c)||(d||(d=[])).push(c)}});if(!d)return null;a=[{from:b,to:c}];for(b=0;b<d.length;++b){c=d[b];for(var e=c.find(0),f=0;f<a.length;++f){var g=a[f];if(!(0>y(g.to,e.from)||0<y(g.from,e.to))){var h=[f,1],k=y(g.from,e.from),l=y(g.to,e.to);(0>k||!c.inclusiveLeft&&!k)&&h.push({from:g.from,to:e.from});(0<l||!c.inclusiveRight&&!l)&&h.push({from:e.to,to:g.to});a.splice.apply(a,h);f+=h.length-1}}}return a}function Te(a){var b= +a.markedSpans;if(b){for(var c=0;c<b.length;++c)b[c].marker.detachLine(a);a.markedSpans=null}}function Ue(a,b){if(b){for(var c=0;c<b.length;++c)b[c].marker.attachLine(a);a.markedSpans=b}}function Ve(a,b){var c=a.lines.length-b.lines.length;if(0!=c)return c;var c=a.find(),d=b.find(),e=y(c.from,d.from)||(a.inclusiveLeft?-1:0)-(b.inclusiveLeft?-1:0);return e?-e:(c=y(c.to,d.to)||(a.inclusiveRight?1:0)-(b.inclusiveRight?1:0))?c:b.id-a.id}function Aa(a,b){var c=ra&&a.markedSpans,d;if(c)for(var e,f=0;f<c.length;++f)e= +c[f],e.marker.collapsed&&null==(b?e.from:e.to)&&(!d||0>Ve(d,e.marker))&&(d=e.marker);return d}function Qe(a,b,c,d,e){a=u(a,b);if(a=ra&&a.markedSpans)for(b=0;b<a.length;++b){var f=a[b];if(f.marker.collapsed){var g=f.marker.find(0),h=y(g.from,c)||(f.marker.inclusiveLeft?-1:0)-(e.inclusiveLeft?-1:0),k=y(g.to,d)||(f.marker.inclusiveRight?1:0)-(e.inclusiveRight?1:0);if(!(0<=h&&0>=k||0>=h&&0<=k)&&(0>=h&&(0<y(g.to,c)||f.marker.inclusiveRight&&e.inclusiveLeft)||0<=h&&(0>y(g.from,d)||f.marker.inclusiveLeft&& +e.inclusiveRight)))return!0}}}function ia(a){for(var b;b=Aa(a,!0);)a=b.find(-1,!0).line;return a}function Mc(a,b){var c=u(a,b),d=ia(c);return c==d?b:F(d)}function Ld(a,b){if(b>a.lastLine())return b;var c=u(a,b),d;if(!ya(a,c))return b;for(;d=Aa(c,!1);)c=d.find(1,!0).line;return F(c)+1}function ya(a,b){var c=ra&&b.markedSpans;if(c)for(var d,e=0;e<c.length;++e)if(d=c[e],d.marker.collapsed&&(null==d.from||!d.marker.widgetNode&&0==d.from&&d.marker.inclusiveLeft&&td(a,b,d)))return!0}function td(a,b,c){if(null== +c.to)return b=c.marker.find(1,!0),td(a,b.line,zb(b.line.markedSpans,c.marker));if(c.marker.inclusiveRight&&c.to==b.text.length)return!0;for(var d,e=0;e<b.markedSpans.length;++e)if(d=b.markedSpans[e],d.marker.collapsed&&!d.marker.widgetNode&&d.from==c.to&&(null==d.to||d.to!=c.from)&&(d.marker.inclusiveLeft||c.marker.inclusiveRight)&&td(a,b,d))return!0}function ub(a){if(null!=a.height)return a.height;var b=a.doc.cm;if(!b)return 0;if(!Wc(document.body,a.node)){var c="position: relative;";a.coverGutter&& +(c+="margin-left: -"+b.display.gutters.offsetWidth+"px;");a.noHScroll&&(c+="width: "+b.display.wrapper.clientWidth+"px;");U(b.display.measure,t("div",[a.node],null,c))}return a.height=a.node.offsetHeight}function $f(a,b,c,d){var e=new sc(a,c,d),f=a.cm;f&&e.noHScroll&&(f.display.alignWidgets=!0);nc(a,b,"widget",function(b){var c=b.widgets||(b.widgets=[]);null==e.insertAt?c.push(e):c.splice(Math.min(c.length-1,Math.max(0,e.insertAt)),0,e);e.line=b;f&&!ya(a,b)&&(c=ea(b)<a.scrollTop,ca(b,b.height+ub(e)), +c&&lc(f,null,e.height),f.curOp.forceUpdate=!0);return!0});return e}function We(a,b){if(a)for(;;){var c=a.match(/(?:^|\s+)line-(background-)?(\S+)/);if(!c)break;a=a.slice(0,c.index)+a.slice(c.index+c[0].length);var d=c[1]?"bgClass":"textClass";null==b[d]?b[d]=c[2]:(new RegExp("(?:^|s)"+c[2]+"(?:$|s)")).test(b[d])||(b[d]+=" "+c[2])}return a}function Xe(a,b){if(a.blankLine)return a.blankLine(b);if(a.innerMode){var c=q.innerMode(a,b);if(c.mode.blankLine)return c.mode.blankLine(c.state)}}function ud(a, +b,c,d){for(var e=0;10>e;e++){d&&(d[0]=q.innerMode(a,c).mode);var f=a.token(b,c);if(b.pos>b.start)return f}throw Error("Mode "+a.name+" failed to advance stream.");}function Ye(a,b,c,d){function e(a){return{start:m.start,end:m.pos,string:m.current(),type:h||null,state:a?Sa(f.mode,l):l}}var f=a.doc,g=f.mode,h;b=w(f,b);var k=u(f,b.line),l=sb(a,b.line,c),m=new tc(k.text,a.options.tabSize),p;for(d&&(p=[]);(d||m.pos<b.ch)&&!m.eol();)m.start=m.pos,h=ud(g,m,l),d&&p.push(e(!0));return d?p:e()}function Ze(a, +b,c,d,e,f,g){var h=c.flattenSpans;null==h&&(h=a.options.flattenSpans);var k=0,l=null,m=new tc(b,a.options.tabSize),p,n=a.options.addModeClass&&[null];for(""==b&&We(Xe(c,d),f);!m.eol();){m.pos>a.options.maxHighlightLength?(h=!1,g&&Zc(a,b,d,m.pos),m.pos=b.length,p=null):p=We(ud(c,m,d,n),f);if(n){var q=n[0].name;q&&(p="m-"+(p?q+" "+p:q))}if(!h||l!=p){for(;k<m.start;)k=Math.min(m.start,k+5E4),e(k,l);l=p}m.start=m.pos}for(;k<m.pos;)a=Math.min(m.pos,k+5E4),e(a,l),k=a}function je(a,b,c,d){var e=[a.state.modeGen], +f={};Ze(a,b.text,a.doc.mode,c,function(a,b){e.push(a,b)},f,d);for(c=0;c<a.state.overlays.length;++c){var g=a.state.overlays[c],h=1,k=0;Ze(a,b.text,g.mode,!0,function(a,b){for(var c=h;k<a;){var d=e[h];d>a&&e.splice(h,1,a,e[h+1],d);h+=2;k=Math.min(a,d)}if(b)if(g.opaque)e.splice(c,h-c,a,"cm-overlay "+b),h=c+2;else for(;c<h;c+=2)d=e[c+1],e[c+1]=(d?d+" ":"")+"cm-overlay "+b},f)}return{styles:e,classes:f.bgClass||f.textClass?f:null}}function $e(a,b,c){if(!b.styles||b.styles[0]!=a.state.modeGen){var d=je(a, +b,b.stateAfter=sb(a,F(b)));b.styles=d.styles;d.classes?b.styleClasses=d.classes:b.styleClasses&&(b.styleClasses=null);c===a.doc.frontier&&a.doc.frontier++}return b.styles}function Zc(a,b,c,d){var e=a.doc.mode,f=new tc(b,a.options.tabSize);f.start=f.pos=d||0;for(""==b&&Xe(e,c);!f.eol()&&f.pos<=a.options.maxHighlightLength;)ud(e,f,c),f.start=f.pos}function af(a,b){if(!a||/^\s*$/.test(a))return null;var c=b.addModeClass?ag:bg;return c[a]||(c[a]=a.replace(/\S+/g,"cm-$\x26"))}function Sd(a,b){var c=t("span", +null,null,J?"padding-right: .1px":null),c={pre:t("pre",[c]),content:c,col:0,pos:0,cm:a,splitSpaces:(B||J)&&a.getOption("lineWrapping")};b.measure={};for(var d=0;d<=(b.rest?b.rest.length:0);d++){var e=d?b.rest[d-1]:b.line,f;c.pos=0;c.addToken=cg;var g;if(null!=vd)g=vd;else{g=U(a.display.measure,document.createTextNode("AØ®A"));var h=Ea(g,0,1).getBoundingClientRect();g=h&&h.left!=h.right?vd=3>Ea(g,1,2).getBoundingClientRect().right-h.right:!1}g&&(f=Y(e))&&(c.addToken=dg(c.addToken,f));c.map=[];h=b!= +a.display.externalMeasured&&F(e);a:{g=c;var h=$e(a,e,h),k=e.markedSpans,l=e.text,m=0;if(k)for(var p=l.length,n=0,q=1,r="",u=void 0,v=void 0,w=0,x=void 0,y=void 0,A=void 0,C=void 0,z=void 0;;){if(w==n){for(var x=y=A=C=v="",z=null,w=Infinity,G=[],H=0;H<k.length;++H){var I=k[H],D=I.marker;"bookmark"==D.type&&I.from==n&&D.widgetNode?G.push(D):I.from<=n&&(null==I.to||I.to>n||D.collapsed&&I.to==n&&I.from==n)?(null!=I.to&&I.to!=n&&w>I.to&&(w=I.to,y=""),D.className&&(x+=" "+D.className),D.css&&(v=D.css), +D.startStyle&&I.from==n&&(A+=" "+D.startStyle),D.endStyle&&I.to==w&&(y+=" "+D.endStyle),D.title&&!C&&(C=D.title),D.collapsed&&(!z||0>Ve(z.marker,D))&&(z=I)):I.from>n&&w>I.from&&(w=I.from)}if(z&&(z.from||0)==n){bf(g,(null==z.to?p+1:z.to)-n,z.marker,null==z.from);if(null==z.to)break a;z.to==n&&(z=!1)}if(!z&&G.length)for(H=0;H<G.length;++H)bf(g,0,G[H])}if(n>=p)break;for(G=Math.min(p,w);;){if(r){H=n+r.length;z||(I=H>G?r.slice(0,G-n):r,g.addToken(g,I,u?u+x:x,A,n+I.length==w?y:"",C,v));if(H>=G){r=r.slice(G- +n);n=G;break}n=H;A=""}r=l.slice(m,m=h[q++]);u=af(h[q++],g.cm.options)}}else for(var q=1;q<h.length;q+=2)g.addToken(g,l.slice(m,m=h[q]),af(h[q+1],g.cm.options))}e.styleClasses&&(e.styleClasses.bgClass&&(c.bgClass=wd(e.styleClasses.bgClass,c.bgClass||"")),e.styleClasses.textClass&&(c.textClass=wd(e.styleClasses.textClass,c.textClass||"")));0==c.map.length&&c.map.push(0,0,c.content.appendChild(eg(a.display.measure)));0==d?(b.measure.map=c.map,b.measure.cache={}):((b.measure.maps||(b.measure.maps=[])).push(c.map), +(b.measure.caches||(b.measure.caches=[])).push({}))}J&&/\bcm-tab\b/.test(c.content.lastChild.className)&&(c.content.className="cm-tab-wrap-hack");K(a,"renderLine",a,b.line,c.pre);c.pre.className&&(c.textClass=wd(c.pre.className,c.textClass||""));return c}function cg(a,b,c,d,e,f,g){if(b){var h=a.splitSpaces?b.replace(/ {3,}/g,fg):b,k=a.cm.state.specialChars,l=!1;if(k.test(b))for(var m=document.createDocumentFragment(),p=0;;){k.lastIndex=p;var n=k.exec(b),q=n?n.index-p:b.length-p;if(q){var r=document.createTextNode(h.slice(p, +p+q));B&&9>C?m.appendChild(t("span",[r])):m.appendChild(r);a.map.push(a.pos,a.pos+q,r);a.col+=q;a.pos+=q}if(!n)break;p+=q+1;"\t"==n[0]?(r=a.cm.options.tabSize,n=r-a.col%r,r=m.appendChild(t("span",Ne(n),"cm-tab")),r.setAttribute("role","presentation"),r.setAttribute("cm-text","\t"),a.col+=n):(r=a.cm.options.specialCharPlaceholder(n[0]),r.setAttribute("cm-text",n[0]),B&&9>C?m.appendChild(t("span",[r])):m.appendChild(r),a.col+=1);a.map.push(a.pos,a.pos+1,r);a.pos++}else{a.col+=b.length;var m=document.createTextNode(h); +a.map.push(a.pos,a.pos+b.length,m);B&&9>C&&(l=!0);a.pos+=b.length}if(c||d||e||l||g)return b=c||"",d&&(b+=d),e&&(b+=e),d=t("span",[m],b,g),f&&(d.title=f),a.content.appendChild(d);a.content.appendChild(m)}}function fg(a){for(var b=" ",c=0;c<a.length-2;++c)b+=c%2?" ":" ";return b+" "}function dg(a,b){return function(c,d,e,f,g,h,k){e=e?e+" cm-force-border":"cm-force-border";for(var l=c.pos,m=l+d.length;;){for(var p=0;p<b.length;p++){var n=b[p];if(n.to>l&&n.from<=l)break}if(n.to>=m)return a(c,d,e,f,g, +h,k);a(c,d.slice(0,n.to-l),e,f,null,h,k);f=null;d=d.slice(n.to-l);l=n.to}}}function bf(a,b,c,d){var e=!d&&c.widgetNode;e&&a.map.push(a.pos,a.pos+b,e);!d&&a.cm.display.input.needsContentAttribute&&(e||(e=a.content.appendChild(document.createElement("span"))),e.setAttribute("cm-marker",c.id));e&&(a.cm.display.input.setUneditable(e),a.content.appendChild(e));a.pos+=b}function Me(a,b){return 0==b.from.ch&&0==b.to.ch&&""==A(b.text)&&(!a.cm||a.cm.options.wholeLineUpdateBefore)}function qd(a,b,c,d){function e(a, +c,e){a.text=c;a.stateAfter&&(a.stateAfter=null);a.styles&&(a.styles=null);null!=a.order&&(a.order=null);Te(a);Ue(a,e);c=d?d(a):1;c!=a.height&&ca(a,c);L(a,"change",a,b)}function f(a,b){for(var e=a,f=[];e<b;++e)f.push(new Ab(k[e],c?c[e]:null,d));return f}var g=b.from,h=b.to,k=b.text,l=u(a,g.line),m=u(a,h.line),p=A(k),n=c?c[k.length-1]:null,q=h.line-g.line;if(b.full)a.insert(0,f(0,k.length)),a.remove(k.length,a.size-k.length);else if(Me(a,b)){var r=f(0,k.length-1);e(m,m.text,n);q&&a.remove(g.line,q); +r.length&&a.insert(g.line,r)}else l==m?1==k.length?e(l,l.text.slice(0,g.ch)+p+l.text.slice(h.ch),n):(r=f(1,k.length-1),r.push(new Ab(p+l.text.slice(h.ch),n,d)),e(l,l.text.slice(0,g.ch)+k[0],c?c[0]:null),a.insert(g.line+1,r)):1==k.length?(e(l,l.text.slice(0,g.ch)+k[0]+m.text.slice(h.ch),c?c[0]:null),a.remove(g.line+1,q)):(e(l,l.text.slice(0,g.ch)+k[0],c?c[0]:null),e(m,p+m.text.slice(h.ch),n),r=f(1,k.length-1),1<q&&a.remove(g.line+1,q-1),a.insert(g.line+1,r));L(a,"change",a,b)}function Bb(a){this.lines= +a;this.parent=null;for(var b=0,c=0;b<a.length;++b)a[b].parent=this,c+=a[b].height;this.height=c}function Cb(a){this.children=a;for(var b=0,c=0,d=0;d<a.length;++d){var e=a[d],b=b+e.chunkSize(),c=c+e.height;e.parent=this}this.size=b;this.height=c;this.parent=null}function Ga(a,b,c){function d(a,f,g){if(a.linked)for(var h=0;h<a.linked.length;++h){var k=a.linked[h];if(k.doc!=f){var l=g&&k.sharedHist;if(!c||l)b(k.doc,l),d(k.doc,a,l)}}}d(a,null,!0)}function Ed(a,b){if(b.cm)throw Error("This document is already in use."); +a.doc=b;b.cm=a;Ac(a);zc(a);a.options.lineWrapping||Dc(a);a.options.mode=b.modeOption;Q(a)}function u(a,b){b-=a.first;if(0>b||b>=a.size)throw Error("There is no line "+(b+a.first)+" in the document.");for(var c=a;!c.lines;)for(var d=0;;++d){var e=c.children[d],f=e.chunkSize();if(b<f){c=e;break}b-=f}return c.lines[b]}function Da(a,b,c){var d=[],e=b.line;a.iter(b.line,c.line+1,function(a){a=a.text;e==c.line&&(a=a.slice(0,c.ch));e==b.line&&(a=a.slice(b.ch));d.push(a);++e});return d}function xd(a,b,c){var d= +[];a.iter(b,c,function(a){d.push(a.text)});return d}function ca(a,b){var c=b-a.height;if(c)for(var d=a;d;d=d.parent)d.height+=c}function F(a){if(null==a.parent)return null;var b=a.parent;a=D(b.lines,a);for(var c=b.parent;c;b=c,c=c.parent)for(var d=0;c.children[d]!=b;++d)a+=c.children[d].chunkSize();return a+b.first}function Ba(a,b){var c=a.first;a:do{for(var d=0;d<a.children.length;++d){var e=a.children[d],f=e.height;if(b<f){a=e;continue a}b-=f;c+=e.chunkSize()}return c}while(!a.lines);for(d=0;d< +a.lines.length;++d){e=a.lines[d].height;if(b<e)break;b-=e}return c+d}function ea(a){a=ia(a);for(var b=0,c=a.parent,d=0;d<c.lines.length;++d){var e=c.lines[d];if(e==a)break;else b+=e.height}for(a=c.parent;a;c=a,a=c.parent)for(d=0;d<a.children.length&&(e=a.children[d],e!=c);++d)b+=e.height;return b}function Y(a){var b=a.order;null==b&&(b=a.order=gg(a.text));return b}function uc(a){this.done=[];this.undone=[];this.undoDepth=Infinity;this.lastModTime=this.lastSelTime=0;this.lastOrigin=this.lastSelOrigin= +this.lastOp=this.lastSelOp=null;this.generation=this.maxGeneration=a||1}function pd(a,b){var c={from:Rc(b.from),to:ta(b),text:Da(a,b.from,b.to)};cf(a,c,b.from.line,b.to.line+1);Ga(a,function(a){cf(a,c,b.from.line,b.to.line+1)},!0);return c}function ce(a){for(;a.length;)if(A(a).ranges)a.pop();else break}function Ie(a,b,c,d){var e=a.history;e.undone.length=0;var f=+new Date,g,h;if(h=e.lastOp==d||e.lastOrigin==b.origin&&b.origin&&("+"==b.origin.charAt(0)&&a.cm&&e.lastModTime>f-a.cm.options.historyEventDelay|| +"*"==b.origin.charAt(0)))e.lastOp==d?(ce(e.done),g=A(e.done)):e.done.length&&!A(e.done).ranges?g=A(e.done):1<e.done.length&&!e.done[e.done.length-2].ranges?(e.done.pop(),g=A(e.done)):g=void 0,h=g;if(h){var k=A(g.changes);0==y(b.from,b.to)&&0==y(b.from,k.to)?k.to=ta(b):g.changes.push(pd(a,b))}else for((g=A(e.done))&&g.ranges||Wb(a.sel,e.done),g={changes:[pd(a,b)],generation:e.generation},e.done.push(g);e.done.length>e.undoDepth;)e.done.shift(),e.done[0].ranges||e.done.shift();e.done.push(c);e.generation= +++e.maxGeneration;e.lastModTime=e.lastSelTime=f;e.lastOp=e.lastSelOp=d;e.lastOrigin=e.lastSelOrigin=b.origin;k||K(a,"historyAdded")}function Wb(a,b){var c=A(b);c&&c.ranges&&c.equals(a)||b.push(a)}function cf(a,b,c,d){var e=b["spans_"+a.id],f=0;a.iter(Math.max(a.first,c),Math.min(a.first+a.size,d),function(c){c.markedSpans&&((e||(e=b["spans_"+a.id]={}))[f]=c.markedSpans);++f})}function Zf(a){if(!a)return null;for(var b=0,c;b<a.length;++b)a[b].marker.explicitlyCleared?c||(c=a.slice(0,b)):c&&c.push(a[b]); +return c?c.length?c:null:a}function Xa(a,b,c){for(var d=0,e=[];d<a.length;++d){var f=a[d];if(f.ranges)e.push(c?la.prototype.deepCopy.call(f):f);else{var f=f.changes,g=[];e.push({changes:g});for(var h=0;h<f.length;++h){var k=f[h],l;g.push({from:k.from,to:k.to,text:k.text});if(b)for(var m in k)(l=m.match(/^spans_(\d+)$/))&&-1<D(b,Number(l[1]))&&(A(g)[m]=k[m],delete k[m])}}}return e}function df(a,b,c,d){c<a.line?a.line+=d:b<a.line&&(a.line=b,a.ch=0)}function ef(a,b,c,d){for(var e=0;e<a.length;++e){var f= +a[e],g=!0;if(f.ranges){f.copied||(f=a[e]=f.deepCopy(),f.copied=!0);for(var h=0;h<f.ranges.length;h++)df(f.ranges[h].anchor,b,c,d),df(f.ranges[h].head,b,c,d)}else{for(h=0;h<f.changes.length;++h){var k=f.changes[h];if(c<k.from.line)k.from=r(k.from.line+d,k.from.ch),k.to=r(k.to.line+d,k.to.ch);else if(b<=k.to.line){g=!1;break}}g||(a.splice(0,e+1),e=0)}}}function Je(a,b){var c=b.from.line,d=b.to.line,e=b.text.length-(d-c)-1;ef(a.done,c,d,e);ef(a.undone,c,d,e)}function ld(a){return null!=a.defaultPrevented? +a.defaultPrevented:0==a.returnValue}function xe(a){var b=a.which;null==b&&(a.button&1?b=1:a.button&2?b=3:a.button&4&&(b=2));W&&a.ctrlKey&&1==b&&(b=3);return b}function L(a,b){function c(a){return function(){a.apply(null,e)}}var d=a._handlers&&a._handlers[b];if(d){var e=Array.prototype.slice.call(arguments,2),f;Ta?f=Ta.delayedCallbacks:Db?f=Db:(f=Db=[],setTimeout(hg,0));for(var g=0;g<d.length;++g)f.push(c(d[g]))}}function hg(){var a=Db;Db=null;for(var b=0;b<a.length;++b)a[b]()}function ja(a,b,c){"string"== +typeof b&&(b={type:b,preventDefault:function(){this.defaultPrevented=!0}});K(a,c||b.type,a,b);return ld(b)||b.codemirrorIgnore}function fe(a){var b=a._handlers&&a._handlers.cursorActivity;if(b){a=a.curOp.cursorActivityHandlers||(a.curOp.cursorActivityHandlers=[]);for(var c=0;c<b.length;++c)-1==D(a,b[c])&&a.push(b[c])}}function S(a,b){var c=a._handlers&&a._handlers[b];return c&&0<c.length}function Ya(a){a.prototype.on=function(a,c){v(this,a,c)};a.prototype.off=function(a,c){ka(this,a,c)}}function bb(){this.id= +null}function ye(a,b,c){for(var d=0,e=0;;){var f=a.indexOf("\t",d);-1==f&&(f=a.length);var g=f-d;if(f==a.length||e+g>=b)return d+Math.min(g,b-e);e+=f-d;e+=c-e%c;d=f+1;if(e>=b)return d}}function Ne(a){for(;vc.length<=a;)vc.push(A(vc)+" ");return vc[a]}function A(a){return a[a.length-1]}function D(a,b){for(var c=0;c<a.length;++c)if(a[c]==b)return c;return-1}function ob(a,b){for(var c=[],d=0;d<a.length;d++)c[d]=b(a[d],d);return c}function Eb(){}function ff(a,b){var c;Object.create?c=Object.create(a): +(Eb.prototype=a,c=new Eb);b&&V(b,c);return c}function V(a,b,c){b||(b={});for(var d in a)!a.hasOwnProperty(d)||!1===c&&b.hasOwnProperty(d)||(b[d]=a[d]);return b}function cb(a){var b=Array.prototype.slice.call(arguments,1);return function(){return a.apply(null,b)}}function oc(a,b){return b?-1<b.source.indexOf("\\w")&&gf(a)?!0:b.test(a):gf(a)}function hf(a){for(var b in a)if(a.hasOwnProperty(b)&&a[b])return!1;return!0}function tb(a){return 768<=a.charCodeAt(0)&&ig.test(a)}function t(a,b,c,d){a=document.createElement(a); +c&&(a.className=c);d&&(a.style.cssText=d);if("string"==typeof b)a.appendChild(document.createTextNode(b));else if(b)for(c=0;c<b.length;++c)a.appendChild(b[c]);return a}function za(a){for(var b=a.childNodes.length;0<b;--b)a.removeChild(a.firstChild);return a}function U(a,b){return za(a).appendChild(b)}function fa(){return document.activeElement}function Fb(a){return new RegExp("(^|\\s)"+a+"(?:$|\\s)\\s*")}function wd(a,b){for(var c=a.split(" "),d=0;d<c.length;d++)c[d]&&!Fb(c[d]).test(b)&&(b+=" "+c[d]); +return b}function jf(a){if(document.body.getElementsByClassName)for(var b=document.body.getElementsByClassName("CodeMirror"),c=0;c<b.length;c++){var d=b[c].CodeMirror;d&&a(d)}}function tf(){var a;v(window,"resize",function(){null==a&&(a=setTimeout(function(){a=null;jf(If)},100))});v(window,"blur",function(){jf(db)})}function eg(a){if(null==yd){var b=t("span","â");U(a,t("span",[b,document.createTextNode("x")]));0!=a.firstChild.offsetHeight&&(yd=1>=b.offsetWidth&&2<b.offsetHeight&&!(B&&8>C))}a=yd?t("span", +"â"):t("span"," ",null,"display: inline-block; width: 1px; margin-right: -1px");a.setAttribute("cm-text","");return a}function Af(a,b,c,d){if(!a)return d(b,c,"ltr");for(var e=!1,f=0;f<a.length;++f){var g=a[f];if(g.from<c&&g.to>b||b==c&&g.to==b)d(Math.max(g.from,b),Math.min(g.to,c),1==g.level?"rtl":"ltr"),e=!0}e||d(b,c,"ltr")}function dd(a){return a.level%2?a.to:a.from}function ed(a){return a.level%2?a.from:a.to}function ac(a){return(a=Y(a))?dd(a[0]):0}function bc(a){var b=Y(a);return b?ed(A(b)):a.text.length} +function kf(a,b){var c=u(a.doc,b),d=ia(c);d!=c&&(b=F(d));d=(c=Y(d))?c[0].level%2?bc(d):ac(d):0;return r(b,d)}function lf(a,b){var c=kf(a,b.line),d=u(a.doc,c.line),e=Y(d);return e&&0!=e[0].level?c:(d=Math.max(0,d.text.search(/\S/)),r(c.line,b.line==c.line&&b.ch<=d&&b.ch?0:d))}function Sb(a,b){vb=null;for(var c=0,d;c<a.length;++c){var e=a[c];if(e.from<b&&e.to>b)return c;if(e.from==b||e.to==b)if(null==d)d=c;else{var f;f=e.level;var g=a[d].level,h=a[0].level;f=f==h?!0:g==h?!1:f<g;if(f)return e.from!= +e.to&&(vb=d),c;e.from!=e.to&&(vb=c);break}}return d}function zd(a,b,c,d){if(!d)return b+c;do b+=c;while(0<b&&tb(a.text.charAt(b)));return b}function gd(a,b,c,d){var e=Y(a);if(!e)return Oe(a,b,c,d);var f=Sb(e,b),g=e[f];for(b=zd(a,b,g.level%2?-c:c,d);;){if(b>g.from&&b<g.to)return b;if(b==g.from||b==g.to){if(Sb(e,b)==f)return b;g=e[f+c];return 0<c==g.level%2?g.to:g.from}g=e[f+=c];if(!g)return null;b=0<c==g.level%2?zd(a,g.to,-1,d):zd(a,g.from,1,d)}}function Oe(a,b,c,d){b+=c;if(d)for(;0<b&&tb(a.text.charAt(b));)b+= +c;return 0>b||b>a.text.length?null:b}var wa=/gecko\/\d/i.test(navigator.userAgent),mf=/MSIE \d/.test(navigator.userAgent),nf=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),B=mf||nf,C=B&&(mf?document.documentMode||6:nf[1]),J=/WebKit\//.test(navigator.userAgent),jg=J&&/Qt\/\d+\.\d+/.test(navigator.userAgent),kg=/Chrome\//.test(navigator.userAgent),ba=/Opera\//.test(navigator.userAgent),te=/Apple Computer/.test(navigator.vendor),lg=/Mac OS X 1\d\D([8-9]|\d\d)\D/.test(navigator.userAgent), +Gf=/PhantomJS/.test(navigator.userAgent),Qa=/AppleWebKit/.test(navigator.userAgent)&&/Mobile\/\w+/.test(navigator.userAgent),ab=Qa||/Android|webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(navigator.userAgent),W=Qa||/Mac/.test(navigator.platform),mg=/win/i.test(navigator.platform),Ia=ba&&navigator.userAgent.match(/Version\/(\d*\.\d*)/);Ia&&(Ia=Number(Ia[1]));Ia&&15<=Ia&&(ba=!1,J=!0);var of=W&&(jg||ba&&(null==Ia||12.11>Ia)),id=wa||B&&9<=C,Ge=!1,ra=!1;Fc.prototype=V({update:function(a){var b= +a.scrollWidth>a.clientWidth+1,c=a.scrollHeight>a.clientHeight+1,d=a.nativeBarWidth;c?(this.vert.style.display="block",this.vert.style.bottom=b?d+"px":"0",this.vert.firstChild.style.height=Math.max(0,a.scrollHeight-a.clientHeight+(a.viewHeight-(b?d:0)))+"px"):(this.vert.style.display="",this.vert.firstChild.style.height="0");b?(this.horiz.style.display="block",this.horiz.style.right=c?d+"px":"0",this.horiz.style.left=a.barLeft+"px",this.horiz.firstChild.style.width=a.scrollWidth-a.clientWidth+(a.viewWidth- +a.barLeft-(c?d:0))+"px"):(this.horiz.style.display="",this.horiz.firstChild.style.width="0");!this.checkedOverlay&&0<a.clientHeight&&(0==d&&this.overlayHack(),this.checkedOverlay=!0);return{right:c?d:0,bottom:b?d:0}},setScrollLeft:function(a){this.horiz.scrollLeft!=a&&(this.horiz.scrollLeft=a)},setScrollTop:function(a){this.vert.scrollTop!=a&&(this.vert.scrollTop=a)},overlayHack:function(){this.horiz.style.minHeight=this.vert.style.minWidth=W&&!lg?"12px":"18px";var a=this,b=function(b){(b.target|| +b.srcElement)!=a.vert&&(b.target||b.srcElement)!=a.horiz&&G(a.cm,pe)(b)};v(this.vert,"mousedown",b);v(this.horiz,"mousedown",b)},clear:function(){var a=this.horiz.parentNode;a.removeChild(this.horiz);a.removeChild(this.vert)}},Fc.prototype);Gc.prototype=V({update:function(){return{bottom:0,right:0}},setScrollLeft:function(){},setScrollTop:function(){},clear:function(){}},Gc.prototype);q.scrollbarModel={"native":Fc,"null":Gc};Mb.prototype.signal=function(a,b){S(a,b)&&this.events.push(arguments)};Mb.prototype.finish= +function(){for(var a=0;a<this.events.length;a++)K.apply(null,this.events[a])};var r=q.Pos=function(a,b){if(!(this instanceof r))return new r(a,b);this.line=a;this.ch=b},y=q.cmpPos=function(a,b){return a.line-b.line||a.ch-b.ch},X=null;Tc.prototype=V({init:function(a){function b(a){if(d.somethingSelected())X=d.getSelections(),c.inaccurateSelection&&(c.prevInput="",c.inaccurateSelection=!1,f.value=X.join("\n"),Za(f));else if(d.options.lineWiseCopyCut){var b=Vd(d);X=b.text;"cut"==a.type?d.setSelections(b.ranges, +null,ha):(c.prevInput="",f.value=b.text.join("\n"),Za(f))}else return;"cut"==a.type&&(d.state.cutIncoming=!0)}var c=this,d=this.cm,e=this.wrapper=Xd(),f=this.textarea=e.firstChild;a.wrapper.insertBefore(e,a.wrapper.firstChild);Qa&&(f.style.width="0px");v(f,"input",function(){B&&9<=C&&c.hasSelection&&(c.hasSelection=null);c.poll()});v(f,"paste",function(){if(J&&!d.state.fakedLastChar&&!(200>new Date-d.state.lastMiddleDown)){var a=f.selectionStart,b=f.selectionEnd;f.value+="$";f.selectionEnd=b;f.selectionStart= +a;d.state.fakedLastChar=!0}d.state.pasteIncoming=!0;c.fastPoll()});v(f,"cut",b);v(f,"copy",b);v(a.scroller,"paste",function(b){oa(a,b)||(d.state.pasteIncoming=!0,c.focus())});v(a.lineSpace,"selectstart",function(b){oa(a,b)||O(b)});v(f,"compositionstart",function(){var a=d.getCursor("from");c.composing={start:a,range:d.markText(a,d.getCursor("to"),{className:"CodeMirror-composing"})}});v(f,"compositionend",function(){c.composing&&(c.poll(),c.composing.range.clear(),c.composing=null)})},prepareSelection:function(){var a= +this.cm,b=a.display,c=a.doc,d=he(a);if(a.options.moveInputWithCursor){var a=ma(a,c.sel.primary().head,"div"),c=b.wrapper.getBoundingClientRect(),e=b.lineDiv.getBoundingClientRect();d.teTop=Math.max(0,Math.min(b.wrapper.clientHeight-10,a.top+e.top-c.top));d.teLeft=Math.max(0,Math.min(b.wrapper.clientWidth-10,a.left+e.left-c.left))}return d},showSelection:function(a){var b=this.cm.display;U(b.cursorDiv,a.cursors);U(b.selectionDiv,a.selection);null!=a.teTop&&(this.wrapper.style.top=a.teTop+"px",this.wrapper.style.left= +a.teLeft+"px")},reset:function(a){if(!this.contextMenuPending){var b,c,d=this.cm,e=d.doc;d.somethingSelected()?(this.prevInput="",b=e.sel.primary(),c=(b=Ce&&(100<b.to().line-b.from().line||1E3<(c=d.getSelection()).length))?"-":c||d.getSelection(),this.textarea.value=c,d.state.focused&&Za(this.textarea),B&&9<=C&&(this.hasSelection=c)):a||(this.prevInput=this.textarea.value="",B&&9<=C&&(this.hasSelection=null));this.inaccurateSelection=b}},getField:function(){return this.textarea},supportsTouch:function(){return!1}, +focus:function(){if("nocursor"!=this.cm.options.readOnly&&(!ab||fa()!=this.textarea))try{this.textarea.focus()}catch(a){}},blur:function(){this.textarea.blur()},resetPosition:function(){this.wrapper.style.top=this.wrapper.style.left=0},receivedFocus:function(){this.slowPoll()},slowPoll:function(){var a=this;a.pollingFast||a.polling.set(this.cm.options.pollInterval,function(){a.poll();a.cm.state.focused&&a.slowPoll()})},fastPoll:function(){function a(){c.poll()||b?(c.pollingFast=!1,c.slowPoll()):(b= +!0,c.polling.set(60,a))}var b=!1,c=this;c.pollingFast=!0;c.polling.set(20,a)},poll:function(){var a=this.cm,b=this.textarea,c=this.prevInput;if(!a.state.focused||ng(b)&&!c||Rb(a)||a.options.disableInput||a.state.keySeq)return!1;a.state.pasteIncoming&&a.state.fakedLastChar&&(b.value=b.value.substring(0,b.value.length-1),a.state.fakedLastChar=!1);var d=b.value;if(d==c&&!a.somethingSelected())return!1;if(B&&9<=C&&this.hasSelection===d||W&&/[\uf700-\uf7ff]/.test(d))return a.display.input.reset(),!1;if(a.doc.sel== +a.display.selForContextMenu){var e=d.charCodeAt(0);8203!=e||c||(c="â");if(8666==e)return this.reset(),this.cm.execCommand("undo")}for(var f=0,e=Math.min(c.length,d.length);f<e&&c.charCodeAt(f)==d.charCodeAt(f);)++f;var g=this;T(a,function(){Sc(a,d.slice(f),c.length-f,null,g.composing?"*compose":null);1E3<d.length||-1<d.indexOf("\n")?b.value=g.prevInput="":g.prevInput=d;g.composing&&(g.composing.range.clear(),g.composing.range=a.markText(g.composing.start,a.getCursor("to"),{className:"CodeMirror-composing"}))}); +return!0},ensurePolled:function(){this.pollingFast&&this.poll()&&(this.pollingFast=!1)},onKeyPress:function(){B&&9<=C&&(this.hasSelection=null);this.fastPoll()},onContextMenu:function(a){function b(){if(null!=g.selectionStart){var a=e.somethingSelected(),b="â"+(a?g.value:"");g.value="â";g.value=b;d.prevInput=a?"":"â";g.selectionStart=1;g.selectionEnd=b.length;f.selForContextMenu=e.doc.sel}}function c(){d.contextMenuPending=!1;d.wrapper.style.position="relative";g.style.cssText=l;B&&9>C&&f.scrollbars.setScrollTop(f.scroller.scrollTop= +k);if(null!=g.selectionStart){(!B||B&&9>C)&&b();var a=0,c=function(){f.selForContextMenu==e.doc.sel&&0==g.selectionStart&&0<g.selectionEnd&&"â"==d.prevInput?G(e,ic.selectAll)(e):10>a++?f.detectingSelectAll=setTimeout(c,500):f.input.reset()};f.detectingSelectAll=setTimeout(c,200)}}var d=this,e=d.cm,f=e.display,g=d.textarea,h=Ua(e,a),k=f.scroller.scrollTop;if(h&&!ba){e.options.resetSelectionOnContextMenu&&-1==e.doc.sel.contains(h)&&G(e,H)(e.doc,ga(h),ha);var l=g.style.cssText;d.wrapper.style.position= +"absolute";g.style.cssText="position: fixed; width: 30px; height: 30px; top: "+(a.clientY-5)+"px; left: "+(a.clientX-5)+"px; z-index: 1000; background: "+(B?"rgba(255, 255, 255, .05)":"transparent")+"; outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity\x3d5);";if(J)var m=window.scrollY;f.input.focus();J&&window.scrollTo(null,m);f.input.reset();e.somethingSelected()||(g.value=d.prevInput=" ");d.contextMenuPending=!0;f.selForContextMenu=e.doc.sel;clearTimeout(f.detectingSelectAll); +B&&9<=C&&b();if(id){jd(a);var p=function(){ka(window,"mouseup",p);setTimeout(c,20)};v(window,"mouseup",p)}else setTimeout(c,50)}},setUneditable:Eb,needsContentAttribute:!1},Tc.prototype);Uc.prototype=V({init:function(a){function b(a){if(d.somethingSelected())X=d.getSelections(),"cut"==a.type&&d.replaceSelection("",null,"cut");else if(d.options.lineWiseCopyCut){var b=Vd(d);X=b.text;"cut"==a.type&&d.operation(function(){d.setSelections(b.ranges,0,ha);d.replaceSelection("",null,"cut")})}else return; +if(a.clipboardData&&!Qa)a.preventDefault(),a.clipboardData.clearData(),a.clipboardData.setData("text/plain",X.join("\n"));else{var c=Xd();a=c.firstChild;d.display.lineSpace.insertBefore(c,d.display.lineSpace.firstChild);a.value=X.join("\n");var h=document.activeElement;Za(a);setTimeout(function(){d.display.lineSpace.removeChild(c);h.focus()},50)}}var c=this,d=c.cm;a=c.div=a.lineDiv;a.contentEditable="true";Wd(a);v(a,"paste",function(a){var b=a.clipboardData&&a.clipboardData.getData("text/plain"); +b&&(a.preventDefault(),d.replaceSelection(b,null,"paste"))});v(a,"compositionstart",function(a){a=a.data;c.composing={sel:d.doc.sel,data:a,startData:a};if(a){var b=d.doc.sel.primary(),g=d.getLine(b.head.line).indexOf(a,Math.max(0,b.head.ch-a.length));-1<g&&g<=b.head.ch&&(c.composing.sel=ga(r(b.head.line,g),r(b.head.line,g+a.length)))}});v(a,"compositionupdate",function(a){c.composing.data=a.data});v(a,"compositionend",function(a){var b=c.composing;b&&(a.data==b.startData||/\u200b/.test(a.data)||(b.data= +a.data),setTimeout(function(){b.handled||c.applyComposition(b);c.composing==b&&(c.composing=null)},50))});v(a,"touchstart",function(){c.forceCompositionEnd()});v(a,"input",function(){c.composing||c.pollContent()||T(c.cm,function(){Q(d)})});v(a,"copy",b);v(a,"cut",b)},prepareSelection:function(){var a=he(this.cm,!1);a.focus=this.cm.state.focused;return a},showSelection:function(a){a&&this.cm.display.view.length&&(a.focus&&this.showPrimarySelection(),this.showMultipleSelections(a))},showPrimarySelection:function(){var a= +window.getSelection(),b=this.cm.doc.sel.primary(),c=Tb(this.cm,a.anchorNode,a.anchorOffset),d=Tb(this.cm,a.focusNode,a.focusOffset);if(!c||c.bad||!d||d.bad||0!=y(Qb(c,d),b.from())||0!=y(Pb(c,d),b.to()))if(c=Yd(this.cm,b.from()),d=Yd(this.cm,b.to()),c||d){var e=this.cm.display.view,b=a.rangeCount&&a.getRangeAt(0);c?d||(d=e[e.length-1].measure,d=d.maps?d.maps[d.maps.length-1]:d.map,d={node:d[d.length-1],offset:d[d.length-2]-d[d.length-3]}):c={node:e[0].measure.map[2],offset:0};try{var f=Ea(c.node,c.offset, +d.offset,d.node)}catch(g){}f&&(a.removeAllRanges(),a.addRange(f),b&&null==a.anchorNode?a.addRange(b):wa&&this.startGracePeriod());this.rememberSelection()}},startGracePeriod:function(){var a=this;clearTimeout(this.gracePeriod);this.gracePeriod=setTimeout(function(){a.gracePeriod=!1;a.selectionChanged()&&a.cm.operation(function(){a.cm.curOp.selectionChanged=!0})},20)},showMultipleSelections:function(a){U(this.cm.display.cursorDiv,a.cursors);U(this.cm.display.selectionDiv,a.selection)},rememberSelection:function(){var a= +window.getSelection();this.lastAnchorNode=a.anchorNode;this.lastAnchorOffset=a.anchorOffset;this.lastFocusNode=a.focusNode;this.lastFocusOffset=a.focusOffset},selectionInEditor:function(){var a=window.getSelection();if(!a.rangeCount)return!1;a=a.getRangeAt(0).commonAncestorContainer;return Wc(this.div,a)},focus:function(){"nocursor"!=this.cm.options.readOnly&&this.div.focus()},blur:function(){this.div.blur()},getField:function(){return this.div},supportsTouch:function(){return!0},receivedFocus:function(){function a(){b.cm.state.focused&& +(b.pollSelection(),b.polling.set(b.cm.options.pollInterval,a))}var b=this;this.selectionInEditor()?this.pollSelection():T(this.cm,function(){b.cm.curOp.selectionChanged=!0});this.polling.set(this.cm.options.pollInterval,a)},selectionChanged:function(){var a=window.getSelection();return a.anchorNode!=this.lastAnchorNode||a.anchorOffset!=this.lastAnchorOffset||a.focusNode!=this.lastFocusNode||a.focusOffset!=this.lastFocusOffset},pollSelection:function(){if(!this.composing&&!this.gracePeriod&&this.selectionChanged()){var a= +window.getSelection(),b=this.cm;this.rememberSelection();var c=Tb(b,a.anchorNode,a.anchorOffset),d=Tb(b,a.focusNode,a.focusOffset);c&&d&&T(b,function(){H(b.doc,ga(c,d),ha);if(c.bad||d.bad)b.curOp.selectionChanged=!0})}},pollContent:function(){var a=this.cm,b=a.display,c=a.doc.sel.primary(),d=c.from(),c=c.to();if(d.line<b.viewFrom||c.line>b.viewTo-1)return!1;var e;d.line==b.viewFrom||0==(e=Ca(a,d.line))?(d=F(b.view[0].line),e=b.view[0].node):(d=F(b.view[e].line),e=b.view[e-1].node.nextSibling);var f= +Ca(a,c.line);f==b.view.length-1?(c=b.viewTo-1,b=b.view[f].node):(c=F(b.view[f+1].line)-1,b=b.view[f+1].node.previousSibling);b=sa(xf(a,e,b,d,c));for(e=Da(a.doc,r(d,0),r(c,u(a.doc,c).text.length));1<b.length&&1<e.length;)if(A(b)==A(e))b.pop(),e.pop(),c--;else if(b[0]==e[0])b.shift(),e.shift(),d++;else break;for(var g=0,f=0,h=b[0],k=e[0],l=Math.min(h.length,k.length);g<l&&h.charCodeAt(g)==k.charCodeAt(g);)++g;h=A(b);k=A(e);for(l=Math.min(h.length-(1==b.length?g:0),k.length-(1==e.length?g:0));f<l&&h.charCodeAt(h.length- +f-1)==k.charCodeAt(k.length-f-1);)++f;b[b.length-1]=h.slice(0,h.length-f);b[0]=b[0].slice(g);d=r(d,g);c=r(c,e.length?A(e).length-f:0);if(1<b.length||b[0]||y(d,c))return wb(a.doc,b,d,c,"+input"),!0},ensurePolled:function(){this.forceCompositionEnd()},reset:function(){this.forceCompositionEnd()},forceCompositionEnd:function(){this.composing&&!this.composing.handled&&(this.applyComposition(this.composing),this.composing.handled=!0,this.div.blur(),this.div.focus())},applyComposition:function(a){a.data&& +a.data!=a.startData&&G(this.cm,Sc)(this.cm,a.data,0,a.sel)},setUneditable:function(a){a.setAttribute("contenteditable","false")},onKeyPress:function(a){a.preventDefault();G(this.cm,Sc)(this.cm,String.fromCharCode(null==a.charCode?a.keyCode:a.charCode),0)},onContextMenu:Eb,resetPosition:Eb,needsContentAttribute:!0},Uc.prototype);q.inputStyles={textarea:Tc,contenteditable:Uc};la.prototype={primary:function(){return this.ranges[this.primIndex]},equals:function(a){if(a==this)return!0;if(a.primIndex!= +this.primIndex||a.ranges.length!=this.ranges.length)return!1;for(var b=0;b<this.ranges.length;b++){var c=this.ranges[b],d=a.ranges[b];if(0!=y(c.anchor,d.anchor)||0!=y(c.head,d.head))return!1}return!0},deepCopy:function(){for(var a=[],b=0;b<this.ranges.length;b++)a[b]=new z(Rc(this.ranges[b].anchor),Rc(this.ranges[b].head));return new la(a,this.primIndex)},somethingSelected:function(){for(var a=0;a<this.ranges.length;a++)if(!this.ranges[a].empty())return!0;return!1},contains:function(a,b){b||(b=a); +for(var c=0;c<this.ranges.length;c++){var d=this.ranges[c];if(0<=y(b,d.from())&&0>=y(a,d.to()))return c}return-1}};z.prototype={from:function(){return Qb(this.anchor,this.head)},to:function(){return Pb(this.anchor,this.head)},empty:function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch}};var ad={left:0,right:0,top:0,bottom:0},Fa,Ta=null,Ff=0,fc,ec,se=0,gc=0,R=null;B?R=-.53:wa?R=15:kg?R=-.7:te&&(R=-1/3);var ze=function(a){var b=a.wheelDeltaX,c=a.wheelDeltaY;null==b&&a.detail&& +a.axis==a.HORIZONTAL_AXIS&&(b=a.detail);null==c&&a.detail&&a.axis==a.VERTICAL_AXIS?c=a.detail:null==c&&(c=a.wheelDelta);return{x:b,y:c}};q.wheelEventPixels=function(a){a=ze(a);a.x*=R;a.y*=R;return a};var Qf=new bb,md=null,ta=q.changeEnd=function(a){return a.text?r(a.from.line+a.text.length-1,A(a.text).length+(1==a.text.length?a.from.ch:0)):a.to};q.prototype={constructor:q,focus:function(){window.focus();this.display.input.focus()},setOption:function(a,b){var c=this.options,d=c[a];if(c[a]!=b||"mode"== +a)c[a]=b,Ka.hasOwnProperty(a)&&G(this,Ka[a])(this,b,d)},getOption:function(a){return this.options[a]},getDoc:function(){return this.doc},addKeyMap:function(a,b){this.state.keyMaps[b?"push":"unshift"](pc(a))},removeKeyMap:function(a){for(var b=this.state.keyMaps,c=0;c<b.length;++c)if(b[c]==a||b[c].name==a)return b.splice(c,1),!0},addOverlay:M(function(a,b){var c=a.token?a:q.getMode(this.options,a);if(c.startState)throw Error("Overlays may not be stateful.");this.state.overlays.push({mode:c,modeSpec:a, +opaque:b&&b.opaque});this.state.modeGen++;Q(this)}),removeOverlay:M(function(a){for(var b=this.state.overlays,c=0;c<b.length;++c){var d=b[c].modeSpec;if(d==a||"string"==typeof a&&d.name==a){b.splice(c,1);this.state.modeGen++;Q(this);break}}}),indentLine:M(function(a,b,c){"string"!=typeof b&&"number"!=typeof b&&(b=null==b?this.options.smartIndent?"smart":"prev":b?"add":"subtract");qb(this.doc,a)&&pb(this,a,b,c)}),indentSelection:M(function(a){for(var b=this.doc.sel.ranges,c=-1,d=0;d<b.length;d++){var e= +b[d];if(e.empty())e.head.line>c&&(pb(this,e.head.line,a,!0),c=e.head.line,d==this.doc.sel.primIndex&&Pa(this));else{for(var f=e.from(),e=e.to(),g=Math.max(c,f.line),c=Math.min(this.lastLine(),e.line-(e.ch?0:1))+1,e=g;e<c;++e)pb(this,e,a);e=this.doc.sel.ranges;0==f.ch&&b.length==e.length&&0<e[d].from().ch&&Xc(this.doc,d,new z(f,e[d].to()),ha)}}}),getTokenAt:function(a,b){return Ye(this,a,b)},getLineTokens:function(a,b){return Ye(this,r(a),b,!0)},getTokenTypeAt:function(a){a=w(this.doc,a);var b=$e(this, +u(this.doc,a.line)),c=0,d=(b.length-1)/2;a=a.ch;if(0==a)b=b[2];else for(;;){var e=c+d>>1;if((e?b[2*e-1]:0)>=a)d=e;else if(b[2*e+1]<a)c=e+1;else{b=b[2*e+2];break}}c=b?b.indexOf("cm-overlay "):-1;return 0>c?b:0==c?null:b.slice(0,c-1)},getModeAt:function(a){var b=this.doc.mode;return b.innerMode?q.innerMode(b,this.getTokenAt(a).state).mode:b},getHelper:function(a,b){return this.getHelpers(a,b)[0]},getHelpers:function(a,b){var c=[];if(!$a.hasOwnProperty(b))return c;var d=$a[b],e=this.getModeAt(a);if("string"== +typeof e[b])d[e[b]]&&c.push(d[e[b]]);else if(e[b])for(var f=0;f<e[b].length;f++){var g=d[e[b][f]];g&&c.push(g)}else e.helperType&&d[e.helperType]?c.push(d[e.helperType]):d[e.name]&&c.push(d[e.name]);for(f=0;f<d._global.length;f++)g=d._global[f],g.pred(e,this)&&-1==D(c,g.val)&&c.push(g.val);return c},getStateAfter:function(a,b){var c=this.doc;a=Math.max(c.first,Math.min(null==a?c.first+c.size-1:a,c.first+c.size-1));return sb(this,a+1,b)},cursorCoords:function(a,b){var c;c=this.doc.sel.primary();c= +null==a?c.head:"object"==typeof a?w(this.doc,a):a?c.from():c.to();return ma(this,c,b||"page")},charCoords:function(a,b){return Yb(this,w(this.doc,a),b||"page")},coordsChar:function(a,b){a=ne(this,a,b||"page");return fd(this,a.left,a.top)},lineAtHeight:function(a,b){a=ne(this,{top:a,left:0},b||"page").top;return Ba(this.doc,a+this.display.viewOffset)},heightAtLine:function(a,b){var c=!1,d;"number"==typeof a?(d=this.doc.first+this.doc.size-1,a<this.doc.first?a=this.doc.first:a>d&&(a=d,c=!0),d=u(this.doc, +a)):d=a;return cd(this,d,{top:0,left:0},b||"page").top+(c?this.doc.height-ea(d):0)},defaultTextHeight:function(){return xa(this.display)},defaultCharWidth:function(){return gb(this.display)},setGutterMarker:M(function(a,b,c){return nc(this.doc,a,"gutter",function(a){var e=a.gutterMarkers||(a.gutterMarkers={});e[b]=c;!c&&hf(e)&&(a.gutterMarkers=null);return!0})}),clearGutter:M(function(a){var b=this,c=b.doc,d=c.first;c.iter(function(c){c.gutterMarkers&&c.gutterMarkers[a]&&(c.gutterMarkers[a]=null, +na(b,d,"gutter"),hf(c.gutterMarkers)&&(c.gutterMarkers=null));++d})}),lineInfo:function(a){if("number"==typeof a){if(!qb(this.doc,a))return null;var b=a;a=u(this.doc,a);if(!a)return null}else if(b=F(a),null==b)return null;return{line:b,handle:a,text:a.text,gutterMarkers:a.gutterMarkers,textClass:a.textClass,bgClass:a.bgClass,wrapClass:a.wrapClass,widgets:a.widgets}},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(a,b,c,d,e){var f=this.display;a= +ma(this,w(this.doc,a));var g=a.bottom,h=a.left;b.style.position="absolute";b.setAttribute("cm-ignore-events","true");this.display.input.setUneditable(b);f.sizer.appendChild(b);if("over"==d)g=a.top;else if("above"==d||"near"==d){var k=Math.max(f.wrapper.clientHeight,this.doc.height),l=Math.max(f.sizer.clientWidth,f.lineSpace.clientWidth);("above"==d||a.bottom+b.offsetHeight>k)&&a.top>b.offsetHeight?g=a.top-b.offsetHeight:a.bottom+b.offsetHeight<=k&&(g=a.bottom);h+b.offsetWidth>l&&(h=l-b.offsetWidth)}b.style.top= +g+"px";b.style.left=b.style.right="";"right"==e?(h=f.sizer.clientWidth-b.offsetWidth,b.style.right="0px"):("left"==e?h=0:"middle"==e&&(h=(f.sizer.clientWidth-b.offsetWidth)/2),b.style.left=h+"px");c&&(a=cc(this,h,g,h+b.offsetWidth,g+b.offsetHeight),null!=a.scrollTop&&lb(this,a.scrollTop),null!=a.scrollLeft&&Ma(this,a.scrollLeft))},triggerOnKeyDown:M(ve),triggerOnKeyPress:M(we),triggerOnKeyUp:ue,execCommand:function(a){if(ic.hasOwnProperty(a))return ic[a](this)},findPosH:function(a,b,c,d){var e=1; +0>b&&(e=-1,b=-b);var f=0;for(a=w(this.doc,a);f<b&&(a=rd(this.doc,a,e,c,d),!a.hitSide);++f);return a},moveH:M(function(a,b){var c=this;c.extendSelectionsBy(function(d){return c.display.shift||c.doc.extend||d.empty()?rd(c.doc,d.head,a,b,c.options.rtlMoveVisually):0>a?d.from():d.to()},Gb)}),deleteH:M(function(a,b){var c=this.doc;this.doc.sel.somethingSelected()?c.replaceSelection("",null,"+delete"):Va(this,function(d){var e=rd(c,d.head,a,b,!1);return 0>a?{from:e,to:d.head}:{from:d.head,to:e}})}),findPosV:function(a, +b,c,d){var e=1;0>b&&(e=-1,b=-b);var f=0;for(a=w(this.doc,a);f<b&&(a=ma(this,a,"div"),null==d?d=a.left:a.left=d,a=Pe(this,a,e,c),!a.hitSide);++f);return a},moveV:M(function(a,b){var c=this,d=this.doc,e=[],f=!c.display.shift&&!d.extend&&d.sel.somethingSelected();d.extendSelectionsBy(function(g){if(f)return 0>a?g.from():g.to();var k=ma(c,g.head,"div");null!=g.goalColumn&&(k.left=g.goalColumn);e.push(k.left);var l=Pe(c,k,a,b);"page"==b&&g==d.sel.primary()&&lc(c,null,Yb(c,l,"div").top-k.top);return l}, +Gb);if(e.length)for(var g=0;g<d.sel.ranges.length;g++)d.sel.ranges[g].goalColumn=e[g]}),findWordAt:function(a){var b=u(this.doc,a.line).text,c=a.ch,d=a.ch;if(b){var e=this.getHelper(a,"wordChars");(0>a.xRel||d==b.length)&&c?--c:++d;for(var f=b.charAt(c),f=oc(f,e)?function(a){return oc(a,e)}:/\s/.test(f)?function(a){return/\s/.test(a)}:function(a){return!/\s/.test(a)&&!oc(a)};0<c&&f(b.charAt(c-1));)--c;for(;d<b.length&&f(b.charAt(d));)++d}return new z(r(a.line,c),r(a.line,d))},toggleOverwrite:function(a){if(null== +a||a!=this.state.overwrite)(this.state.overwrite=!this.state.overwrite)?mb(this.display.cursorDiv,"CodeMirror-overwrite"):kb(this.display.cursorDiv,"CodeMirror-overwrite"),K(this,"overwriteToggle",this,this.state.overwrite)},hasFocus:function(){return this.display.input.getField()==fa()},scrollTo:M(function(a,b){null==a&&null==b||mc(this);null!=a&&(this.curOp.scrollLeft=a);null!=b&&(this.curOp.scrollTop=b)}),getScrollInfo:function(){var a=this.display.scroller;return{left:a.scrollLeft,top:a.scrollTop, +height:a.scrollHeight-da(this)-this.display.barHeight,width:a.scrollWidth-da(this)-this.display.barWidth,clientHeight:Nc(this),clientWidth:pa(this)}},scrollIntoView:M(function(a,b){null==a?(a={from:this.doc.sel.primary().head,to:null},null==b&&(b=this.options.cursorScrollMargin)):"number"==typeof a?a={from:r(a,0),to:null}:null==a.from&&(a={from:a,to:null});a.to||(a.to=a.from);a.margin=b||0;if(null!=a.from.line)mc(this),this.curOp.scrollToPos=a;else{var c=cc(this,Math.min(a.from.left,a.to.left),Math.min(a.from.top, +a.to.top)-a.margin,Math.max(a.from.right,a.to.right),Math.max(a.from.bottom,a.to.bottom)+a.margin);this.scrollTo(c.scrollLeft,c.scrollTop)}}),setSize:M(function(a,b){function c(a){return"number"==typeof a||/^\d+$/.test(String(a))?a+"px":a}var d=this;null!=a&&(d.display.wrapper.style.width=c(a));null!=b&&(d.display.wrapper.style.height=c(b));d.options.lineWrapping&&me(this);var e=d.display.viewFrom;d.doc.iter(e,d.display.viewTo,function(a){if(a.widgets)for(var b=0;b<a.widgets.length;b++)if(a.widgets[b].noHScroll){na(d, +e,"widget");break}++e});d.curOp.forceUpdate=!0;K(d,"refresh",this)}),operation:function(a){return T(this,a)},refresh:M(function(){var a=this.display.cachedTextHeight;Q(this);this.curOp.forceUpdate=!0;hb(this);this.scrollTo(this.doc.scrollLeft,this.doc.scrollTop);Cc(this);(null==a||.5<Math.abs(a-xa(this.display)))&&Ac(this);K(this,"refresh",this)}),swapDoc:M(function(a){var b=this.doc;b.cm=null;Ed(this,a);hb(this);this.display.input.reset();this.scrollTo(a.scrollLeft,a.scrollTop);this.curOp.forceScroll= +!0;L(this,"swapDoc",this,b);return b}),getInputField:function(){return this.display.input.getField()},getWrapperElement:function(){return this.display.wrapper},getScrollerElement:function(){return this.display.scroller},getGutterElement:function(){return this.display.gutters}};Ya(q);var qf=q.defaults={},Ka=q.optionHandlers={},Fd=q.Init={toString:function(){return"CodeMirror.Init"}};x("value","",function(a,b){a.setValue(b)},!0);x("mode",null,function(a,b){a.doc.modeOption=b;zc(a)},!0);x("indentUnit", +2,zc,!0);x("indentWithTabs",!1);x("smartIndent",!0);x("tabSize",4,function(a){eb(a);hb(a);Q(a)},!0);x("specialChars",/[\t\u0000-\u0019\u00ad\u200b-\u200f\u2028\u2029\ufeff]/g,function(a,b,c){a.state.specialChars=new RegExp(b.source+(b.test("\t")?"":"|\t"),"g");c!=q.Init&&a.refresh()});x("specialCharPlaceholder",function(a){var b=t("span","â¢","cm-invalidchar");b.title="\\u"+a.charCodeAt(0).toString(16);b.setAttribute("aria-label",b.title);return b},function(a){a.refresh()},!0);x("electricChars",!0); +x("inputStyle",ab?"contenteditable":"textarea",function(){throw Error("inputStyle can not (yet) be changed in a running editor");},!0);x("rtlMoveVisually",!mg);x("wholeLineUpdateBefore",!0);x("theme","default",function(a){Bd(a);ib(a)},!0);x("keyMap","default",function(a,b,c){b=pc(b);(c=c!=q.Init&&pc(c))&&c.detach&&c.detach(a,b);b.attach&&b.attach(a,c||null)});x("extraKeys",null);x("lineWrapping",!1,function(a){a.options.lineWrapping?(mb(a.display.wrapper,"CodeMirror-wrap"),a.display.sizer.style.minWidth= +"",a.display.sizerWidth=null):(kb(a.display.wrapper,"CodeMirror-wrap"),Dc(a));Ac(a);Q(a);hb(a);setTimeout(function(){Na(a)},100)},!0);x("gutters",[],function(a){wc(a.options);ib(a)},!0);x("fixedGutter",!0,function(a,b){a.display.gutters.style.left=b?Ic(a.display)+"px":"0";a.refresh()},!0);x("coverGutterNextToScrollbar",!1,function(a){Na(a)},!0);x("scrollbarStyle","native",function(a){Cd(a);Na(a);a.display.scrollbars.setScrollTop(a.doc.scrollTop);a.display.scrollbars.setScrollLeft(a.doc.scrollLeft)}, +!0);x("lineNumbers",!1,function(a){wc(a.options);ib(a)},!0);x("firstLineNumber",1,ib,!0);x("lineNumberFormatter",function(a){return a},ib,!0);x("showCursorWhenSelecting",!1,nb,!0);x("resetSelectionOnContextMenu",!0);x("lineWiseCopyCut",!0);x("readOnly",!1,function(a,b){"nocursor"==b?(db(a),a.display.input.blur(),a.display.disabled=!0):(a.display.disabled=!1,b||a.display.input.reset())});x("disableInput",!1,function(a,b){b||a.display.input.reset()},!0);x("dragDrop",!0,function(a,b,c){!b!=!(c&&c!=q.Init)&& +(c=a.display.dragFunctions,b=b?v:ka,b(a.display.scroller,"dragstart",c.start),b(a.display.scroller,"dragenter",c.simple),b(a.display.scroller,"dragover",c.simple),b(a.display.scroller,"drop",c.drop))});x("cursorBlinkRate",530);x("cursorScrollMargin",0);x("cursorHeight",1,nb,!0);x("singleCursorHeightPerLine",!0,nb,!0);x("workTime",100);x("workDelay",100);x("flattenSpans",!0,eb,!0);x("addModeClass",!1,eb,!0);x("pollInterval",100);x("undoDepth",200,function(a,b){a.doc.history.undoDepth=b});x("historyEventDelay", +1250);x("viewportMargin",10,function(a){a.refresh()},!0);x("maxHighlightLength",1E4,eb,!0);x("moveInputWithCursor",!0,function(a,b){b||a.display.input.resetPosition()});x("tabindex",null,function(a,b){a.display.input.getField().tabIndex=b||""});x("autofocus",null);var pf=q.modes={},Hb=q.mimeModes={};q.defineMode=function(a,b){q.defaults.mode||"null"==a||(q.defaults.mode=a);2<arguments.length&&(b.dependencies=Array.prototype.slice.call(arguments,2));pf[a]=b};q.defineMIME=function(a,b){Hb[a]=b};q.resolveMode= +function(a){if("string"==typeof a&&Hb.hasOwnProperty(a))a=Hb[a];else if(a&&"string"==typeof a.name&&Hb.hasOwnProperty(a.name)){var b=Hb[a.name];"string"==typeof b&&(b={name:b});a=ff(b,a);a.name=b.name}else if("string"==typeof a&&/^[\w\-]+\/[\w\-]+\+xml$/.test(a))return q.resolveMode("application/xml");return"string"==typeof a?{name:a}:a||{name:"null"}};q.getMode=function(a,b){b=q.resolveMode(b);var c=pf[b.name];if(!c)return q.getMode(a,"text/plain");c=c(a,b);if(Ib.hasOwnProperty(b.name)){var d=Ib[b.name], +e;for(e in d)d.hasOwnProperty(e)&&(c.hasOwnProperty(e)&&(c["_"+e]=c[e]),c[e]=d[e])}c.name=b.name;b.helperType&&(c.helperType=b.helperType);if(b.modeProps)for(e in b.modeProps)c[e]=b.modeProps[e];return c};q.defineMode("null",function(){return{token:function(a){a.skipToEnd()}}});q.defineMIME("text/plain","null");var Ib=q.modeExtensions={};q.extendMode=function(a,b){var c=Ib.hasOwnProperty(a)?Ib[a]:Ib[a]={};V(b,c)};q.defineExtension=function(a,b){q.prototype[a]=b};q.defineDocExtension=function(a,b){P.prototype[a]= +b};q.defineOption=x;var yc=[];q.defineInitHook=function(a){yc.push(a)};var $a=q.helpers={};q.registerHelper=function(a,b,c){$a.hasOwnProperty(a)||($a[a]=q[a]={_global:[]});$a[a][b]=c};q.registerGlobalHelper=function(a,b,c,d){q.registerHelper(a,b,d);$a[a]._global.push({pred:c,val:d})};var Sa=q.copyState=function(a,b){if(!0===b)return b;if(a.copyState)return a.copyState(b);var c={},d;for(d in b){var e=b[d];e instanceof Array&&(e=e.concat([]));c[d]=e}return c},Df=q.startState=function(a,b,c){return a.startState? +a.startState(b,c):!0};q.innerMode=function(a,b){for(;a.innerMode;){var c=a.innerMode(b);if(!c||c.mode==a)break;b=c.state;a=c.mode}return c||{mode:a,state:b}};var ic=q.commands={selectAll:function(a){a.setSelection(r(a.firstLine(),0),r(a.lastLine()),ha)},singleSelection:function(a){a.setSelection(a.getCursor("anchor"),a.getCursor("head"),ha)},killLine:function(a){Va(a,function(b){if(b.empty()){var c=u(a.doc,b.head.line).text.length;return b.head.ch==c&&b.head.line<a.lastLine()?{from:b.head,to:r(b.head.line+ +1,0)}:{from:b.head,to:r(b.head.line,c)}}return{from:b.from(),to:b.to()}})},deleteLine:function(a){Va(a,function(b){return{from:r(b.from().line,0),to:w(a.doc,r(b.to().line+1,0))}})},delLineLeft:function(a){Va(a,function(a){return{from:r(a.from().line,0),to:a.from()}})},delWrappedLineLeft:function(a){Va(a,function(b){var c=a.charCoords(b.head,"div").top+5;return{from:a.coordsChar({left:0,top:c},"div"),to:b.from()}})},delWrappedLineRight:function(a){Va(a,function(b){var c=a.charCoords(b.head,"div").top+ +5,c=a.coordsChar({left:a.display.lineDiv.offsetWidth+100,top:c},"div");return{from:b.from(),to:c}})},undo:function(a){a.undo()},redo:function(a){a.redo()},undoSelection:function(a){a.undoSelection()},redoSelection:function(a){a.redoSelection()},goDocStart:function(a){a.extendSelection(r(a.firstLine(),0))},goDocEnd:function(a){a.extendSelection(r(a.lastLine()))},goLineStart:function(a){a.extendSelectionsBy(function(b){return kf(a,b.head.line)},{origin:"+move",bias:1})},goLineStartSmart:function(a){a.extendSelectionsBy(function(b){return lf(a, +b.head)},{origin:"+move",bias:1})},goLineEnd:function(a){a.extendSelectionsBy(function(b){b=b.head.line;for(var c,d=u(a.doc,b);c=Aa(d,!1);)d=c.find(1,!0).line,b=null;c=(c=Y(d))?c[0].level%2?ac(d):bc(d):d.text.length;return r(null==b?F(d):b,c)},{origin:"+move",bias:-1})},goLineRight:function(a){a.extendSelectionsBy(function(b){b=a.charCoords(b.head,"div").top+5;return a.coordsChar({left:a.display.lineDiv.offsetWidth+100,top:b},"div")},Gb)},goLineLeft:function(a){a.extendSelectionsBy(function(b){b= +a.charCoords(b.head,"div").top+5;return a.coordsChar({left:0,top:b},"div")},Gb)},goLineLeftSmart:function(a){a.extendSelectionsBy(function(b){var c=a.charCoords(b.head,"div").top+5,c=a.coordsChar({left:0,top:c},"div");return c.ch<a.getLine(c.line).search(/\S/)?lf(a,b.head):c},Gb)},goLineUp:function(a){a.moveV(-1,"line")},goLineDown:function(a){a.moveV(1,"line")},goPageUp:function(a){a.moveV(-1,"page")},goPageDown:function(a){a.moveV(1,"page")},goCharLeft:function(a){a.moveH(-1,"char")},goCharRight:function(a){a.moveH(1, +"char")},goColumnLeft:function(a){a.moveH(-1,"column")},goColumnRight:function(a){a.moveH(1,"column")},goWordLeft:function(a){a.moveH(-1,"word")},goGroupRight:function(a){a.moveH(1,"group")},goGroupLeft:function(a){a.moveH(-1,"group")},goWordRight:function(a){a.moveH(1,"word")},delCharBefore:function(a){a.deleteH(-1,"char")},delCharAfter:function(a){a.deleteH(1,"char")},delWordBefore:function(a){a.deleteH(-1,"word")},delWordAfter:function(a){a.deleteH(1,"word")},delGroupBefore:function(a){a.deleteH(-1, +"group")},delGroupAfter:function(a){a.deleteH(1,"group")},indentAuto:function(a){a.indentSelection("smart")},indentMore:function(a){a.indentSelection("add")},indentLess:function(a){a.indentSelection("subtract")},insertTab:function(a){a.replaceSelection("\t")},insertSoftTab:function(a){for(var b=[],c=a.listSelections(),d=a.options.tabSize,e=0;e<c.length;e++){var f=c[e].from(),f=aa(a.getLine(f.line),f.ch,d);b.push(Array(d-f%d+1).join(" "))}a.replaceSelections(b)},defaultTab:function(a){a.somethingSelected()? +a.indentSelection("add"):a.execCommand("insertTab")},transposeChars:function(a){T(a,function(){for(var b=a.listSelections(),c=[],d=0;d<b.length;d++){var e=b[d].head,f=u(a.doc,e.line).text;if(f)if(e.ch==f.length&&(e=new r(e.line,e.ch-1)),0<e.ch)e=new r(e.line,e.ch+1),a.replaceRange(f.charAt(e.ch-1)+f.charAt(e.ch-2),r(e.line,e.ch-2),e,"+transpose");else if(e.line>a.doc.first){var g=u(a.doc,e.line-1).text;g&&a.replaceRange(f.charAt(0)+"\n"+g.charAt(g.length-1),r(e.line-1,g.length-1),r(e.line,1),"+transpose")}c.push(new z(e, +e))}a.setSelections(c)})},newlineAndIndent:function(a){T(a,function(){for(var b=a.listSelections().length,c=0;c<b;c++){var d=a.listSelections()[c];a.replaceRange("\n",d.anchor,d.head,"+input");a.indentLine(d.from().line+1,null,!0);Pa(a)}})},toggleOverwrite:function(a){a.toggleOverwrite()}},ua=q.keyMap={};ua.basic={Left:"goCharLeft",Right:"goCharRight",Up:"goLineUp",Down:"goLineDown",End:"goLineEnd",Home:"goLineStartSmart",PageUp:"goPageUp",PageDown:"goPageDown",Delete:"delCharAfter",Backspace:"delCharBefore", +"Shift-Backspace":"delCharBefore",Tab:"defaultTab","Shift-Tab":"indentAuto",Enter:"newlineAndIndent",Insert:"toggleOverwrite",Esc:"singleSelection"};ua.pcDefault={"Ctrl-A":"selectAll","Ctrl-D":"deleteLine","Ctrl-Z":"undo","Shift-Ctrl-Z":"redo","Ctrl-Y":"redo","Ctrl-Home":"goDocStart","Ctrl-End":"goDocEnd","Ctrl-Up":"goLineUp","Ctrl-Down":"goLineDown","Ctrl-Left":"goGroupLeft","Ctrl-Right":"goGroupRight","Alt-Left":"goLineStart","Alt-Right":"goLineEnd","Ctrl-Backspace":"delGroupBefore","Ctrl-Delete":"delGroupAfter", +"Ctrl-S":"save","Ctrl-F":"find","Ctrl-G":"findNext","Shift-Ctrl-G":"findPrev","Shift-Ctrl-F":"replace","Shift-Ctrl-R":"replaceAll","Ctrl-[":"indentLess","Ctrl-]":"indentMore","Ctrl-U":"undoSelection","Shift-Ctrl-U":"redoSelection","Alt-U":"redoSelection",fallthrough:"basic"};ua.emacsy={"Ctrl-F":"goCharRight","Ctrl-B":"goCharLeft","Ctrl-P":"goLineUp","Ctrl-N":"goLineDown","Alt-F":"goWordRight","Alt-B":"goWordLeft","Ctrl-A":"goLineStart","Ctrl-E":"goLineEnd","Ctrl-V":"goPageDown","Shift-Ctrl-V":"goPageUp", +"Ctrl-D":"delCharAfter","Ctrl-H":"delCharBefore","Alt-D":"delWordAfter","Alt-Backspace":"delWordBefore","Ctrl-K":"killLine","Ctrl-T":"transposeChars"};ua.macDefault={"Cmd-A":"selectAll","Cmd-D":"deleteLine","Cmd-Z":"undo","Shift-Cmd-Z":"redo","Cmd-Y":"redo","Cmd-Home":"goDocStart","Cmd-Up":"goDocStart","Cmd-End":"goDocEnd","Cmd-Down":"goDocEnd","Alt-Left":"goGroupLeft","Alt-Right":"goGroupRight","Cmd-Left":"goLineLeft","Cmd-Right":"goLineRight","Alt-Backspace":"delGroupBefore","Ctrl-Alt-Backspace":"delGroupAfter", +"Alt-Delete":"delGroupAfter","Cmd-S":"save","Cmd-F":"find","Cmd-G":"findNext","Shift-Cmd-G":"findPrev","Cmd-Alt-F":"replace","Shift-Cmd-Alt-F":"replaceAll","Cmd-[":"indentLess","Cmd-]":"indentMore","Cmd-Backspace":"delWrappedLineLeft","Cmd-Delete":"delWrappedLineRight","Cmd-U":"undoSelection","Shift-Cmd-U":"redoSelection","Ctrl-Up":"goDocStart","Ctrl-Down":"goDocEnd",fallthrough:["basic","emacsy"]};ua["default"]=W?ua.macDefault:ua.pcDefault;q.normalizeKeyMap=function(a){var b={},c;for(c in a)if(a.hasOwnProperty(c)){var d= +a[c];if(!/^(name|fallthrough|(de|at)tach)$/.test(c)){if("..."!=d)for(var e=ob(c.split(" "),Wf),f=0;f<e.length;f++){var g,h;f==e.length-1?(h=c,g=d):(h=e.slice(0,f+1).join(" "),g="...");var k=b[h];if(!k)b[h]=g;else if(k!=g)throw Error("Inconsistent bindings for "+h);}delete a[c]}}for(var l in b)a[l]=b[l];return a};var xb=q.lookupKey=function(a,b,c,d){b=pc(b);var e=b.call?b.call(a,d):b[a];if(!1===e)return"nothing";if("..."===e)return"multi";if(null!=e&&c(e))return"handled";if(b.fallthrough){if("[object Array]"!= +Object.prototype.toString.call(b.fallthrough))return xb(a,b.fallthrough,c,d);for(e=0;e<b.fallthrough.length;e++){var f=xb(a,b.fallthrough[e],c,d);if(f)return f}}},Pf=q.isModifierKey=function(a){a="string"==typeof a?a:va[a.keyCode];return"Ctrl"==a||"Alt"==a||"Shift"==a||"Mod"==a},Rf=q.keyName=function(a,b){if(ba&&34==a.keyCode&&a["char"])return!1;var c=va[a.keyCode],d=c;if(null==d||a.altGraphKey)return!1;a.altKey&&"Alt"!=c&&(d="Alt-"+d);(of?a.metaKey:a.ctrlKey)&&"Ctrl"!=c&&(d="Ctrl-"+d);(of?a.ctrlKey: +a.metaKey)&&"Cmd"!=c&&(d="Cmd-"+d);!b&&a.shiftKey&&"Shift"!=c&&(d="Shift-"+d);return d};q.fromTextArea=function(a,b){function c(){a.value=k.getValue()}b=b?V(b):{};b.value=a.value;!b.tabindex&&a.tabIndex&&(b.tabindex=a.tabIndex);!b.placeholder&&a.placeholder&&(b.placeholder=a.placeholder);if(null==b.autofocus){var d=fa();b.autofocus=d==a||null!=a.getAttribute("autofocus")&&d==document.body}if(a.form&&(v(a.form,"submit",c),!b.leaveSubmitMethodAlone)){var e=a.form,f=e.submit;try{var g=e.submit=function(){c(); +e.submit=f;e.submit();e.submit=g}}catch(h){}}b.finishInit=function(b){b.save=c;b.getTextArea=function(){return a};b.toTextArea=function(){b.toTextArea=isNaN;c();a.parentNode.removeChild(b.getWrapperElement());a.style.display="";a.form&&(ka(a.form,"submit",c),"function"==typeof a.form.submit&&(a.form.submit=f))}};a.style.display="none";var k=q(function(b){a.parentNode.insertBefore(b,a.nextSibling)},b);return k};var tc=q.StringStream=function(a,b){this.pos=this.start=0;this.string=a;this.tabSize=b|| +8;this.lineStart=this.lastColumnPos=this.lastColumnValue=0};tc.prototype={eol:function(){return this.pos>=this.string.length},sol:function(){return this.pos==this.lineStart},peek:function(){return this.string.charAt(this.pos)||void 0},next:function(){if(this.pos<this.string.length)return this.string.charAt(this.pos++)},eat:function(a){var b=this.string.charAt(this.pos);if("string"==typeof a?b==a:b&&(a.test?a.test(b):a(b)))return++this.pos,b},eatWhile:function(a){for(var b=this.pos;this.eat(a););return this.pos> +b},eatSpace:function(){for(var a=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>a},skipToEnd:function(){this.pos=this.string.length},skipTo:function(a){a=this.string.indexOf(a,this.pos);if(-1<a)return this.pos=a,!0},backUp:function(a){this.pos-=a},column:function(){this.lastColumnPos<this.start&&(this.lastColumnValue=aa(this.string,this.start,this.tabSize,this.lastColumnPos,this.lastColumnValue),this.lastColumnPos=this.start);return this.lastColumnValue-(this.lineStart? +aa(this.string,this.lineStart,this.tabSize):0)},indentation:function(){return aa(this.string,null,this.tabSize)-(this.lineStart?aa(this.string,this.lineStart,this.tabSize):0)},match:function(a,b,c){if("string"==typeof a){var d=function(a){return c?a.toLowerCase():a},e=this.string.substr(this.pos,a.length);if(d(e)==d(a))return!1!==b&&(this.pos+=a.length),!0}else{if((a=this.string.slice(this.pos).match(a))&&0<a.index)return null;a&&!1!==b&&(this.pos+=a[0].length);return a}},current:function(){return this.string.slice(this.start, +this.pos)},hideFirstChars:function(a,b){this.lineStart+=a;try{return b()}finally{this.lineStart-=a}}};var sd=0,Ha=q.TextMarker=function(a,b){this.lines=[];this.type=b;this.doc=a;this.id=++sd};Ya(Ha);Ha.prototype.clear=function(){if(!this.explicitlyCleared){var a=this.doc.cm,b=a&&!a.curOp;b&&Ja(a);if(S(this,"clear")){var c=this.find();c&&L(this,"clear",c.from,c.to)}for(var d=c=null,e=0;e<this.lines.length;++e){var f=this.lines[e],g=zb(f.markedSpans,this);a&&!this.collapsed?na(a,F(f),"text"):a&&(null!= +g.to&&(d=F(f)),null!=g.from&&(c=F(f)));for(var h=f,k=f.markedSpans,l=g,m=void 0,p=0;p<k.length;++p)k[p]!=l&&(m||(m=[])).push(k[p]);h.markedSpans=m;null==g.from&&this.collapsed&&!ya(this.doc,f)&&a&&ca(f,xa(a.display))}if(a&&this.collapsed&&!a.options.lineWrapping)for(e=0;e<this.lines.length;++e)f=ia(this.lines[e]),g=Kb(f),g>a.display.maxLineLength&&(a.display.maxLine=f,a.display.maxLineLength=g,a.display.maxLineChanged=!0);null!=c&&a&&this.collapsed&&Q(a,c,d+1);this.lines.length=0;this.explicitlyCleared= +!0;this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,a&&ge(a.doc));a&&L(a,"markerCleared",a,this);b&&La(a);this.parent&&this.parent.clear()}};Ha.prototype.find=function(a,b){null==a&&"bookmark"==this.type&&(a=1);for(var c,d,e=0;e<this.lines.length;++e){var f=this.lines[e],g=zb(f.markedSpans,this);if(null!=g.from&&(c=r(b?f:F(f),g.from),-1==a))return c;if(null!=g.to&&(d=r(b?f:F(f),g.to),1==a))return d}return c&&{from:c,to:d}};Ha.prototype.changed=function(){var a=this.find(-1,!0),b=this,c=this.doc.cm; +a&&c&&T(c,function(){var d=a.line,e=F(a.line);if(e=Vc(c,e))le(e),c.curOp.selectionChanged=c.curOp.forceUpdate=!0;c.curOp.updateMaxLine=!0;ya(b.doc,d)||null==b.height||(e=b.height,b.height=null,(e=ub(b)-e)&&ca(d,d.height+e))})};Ha.prototype.attachLine=function(a){if(!this.lines.length&&this.doc.cm){var b=this.doc.cm.curOp;b.maybeHiddenMarkers&&-1!=D(b.maybeHiddenMarkers,this)||(b.maybeUnhiddenMarkers||(b.maybeUnhiddenMarkers=[])).push(this)}this.lines.push(a)};Ha.prototype.detachLine=function(a){this.lines.splice(D(this.lines, +a),1);!this.lines.length&&this.doc.cm&&(a=this.doc.cm.curOp,(a.maybeHiddenMarkers||(a.maybeHiddenMarkers=[])).push(this))};var sd=0,rc=q.SharedTextMarker=function(a,b){this.markers=a;this.primary=b;for(var c=0;c<a.length;++c)a[c].parent=this};Ya(rc);rc.prototype.clear=function(){if(!this.explicitlyCleared){this.explicitlyCleared=!0;for(var a=0;a<this.markers.length;++a)this.markers[a].clear();L(this,"clear")}};rc.prototype.find=function(a,b){return this.primary.find(a,b)};var sc=q.LineWidget=function(a, +b,c){if(c)for(var d in c)c.hasOwnProperty(d)&&(this[d]=c[d]);this.doc=a;this.node=b};Ya(sc);sc.prototype.clear=function(){var a=this.doc.cm,b=this.line.widgets,c=this.line,d=F(c);if(null!=d&&b){for(var e=0;e<b.length;++e)b[e]==this&&b.splice(e--,1);b.length||(c.widgets=null);var f=ub(this);ca(c,Math.max(0,c.height-f));a&&T(a,function(){var b=-f;ea(c)<(a.curOp&&a.curOp.scrollTop||a.doc.scrollTop)&&lc(a,null,b);na(a,d,"widget")})}};sc.prototype.changed=function(){var a=this.height,b=this.doc.cm,c=this.line; +this.height=null;var d=ub(this)-a;d&&(ca(c,c.height+d),b&&T(b,function(){b.curOp.forceUpdate=!0;ea(c)<(b.curOp&&b.curOp.scrollTop||b.doc.scrollTop)&&lc(b,null,d)}))};var Ab=q.Line=function(a,b,c){this.text=a;Ue(this,b);this.height=c?c(this):1};Ya(Ab);Ab.prototype.lineNo=function(){return F(this)};var bg={},ag={};Bb.prototype={chunkSize:function(){return this.lines.length},removeInner:function(a,b){for(var c=a,d=a+b;c<d;++c){var e=this.lines[c];this.height-=e.height;var f=e;f.parent=null;Te(f);L(e, +"delete")}this.lines.splice(a,b)},collapse:function(a){a.push.apply(a,this.lines)},insertInner:function(a,b,c){this.height+=c;this.lines=this.lines.slice(0,a).concat(b).concat(this.lines.slice(a));for(a=0;a<b.length;++a)b[a].parent=this},iterN:function(a,b,c){for(b=a+b;a<b;++a)if(c(this.lines[a]))return!0}};Cb.prototype={chunkSize:function(){return this.size},removeInner:function(a,b){this.size-=b;for(var c=0;c<this.children.length;++c){var d=this.children[c],e=d.chunkSize();if(a<e){var f=Math.min(b, +e-a),g=d.height;d.removeInner(a,f);this.height-=g-d.height;e==f&&(this.children.splice(c--,1),d.parent=null);if(0==(b-=f))break;a=0}else a-=e}25>this.size-b&&(1<this.children.length||!(this.children[0]instanceof Bb))&&(c=[],this.collapse(c),this.children=[new Bb(c)],this.children[0].parent=this)},collapse:function(a){for(var b=0;b<this.children.length;++b)this.children[b].collapse(a)},insertInner:function(a,b,c){this.size+=b.length;this.height+=c;for(var d=0;d<this.children.length;++d){var e=this.children[d], +f=e.chunkSize();if(a<=f){e.insertInner(a,b,c);if(e.lines&&50<e.lines.length){for(;50<e.lines.length;)a=e.lines.splice(e.lines.length-25,25),a=new Bb(a),e.height-=a.height,this.children.splice(d+1,0,a),a.parent=this;this.maybeSpill()}break}a-=f}},maybeSpill:function(){if(!(10>=this.children.length)){var a=this;do{var b=a.children.splice(a.children.length-5,5),b=new Cb(b);if(a.parent){a.size-=b.size;a.height-=b.height;var c=D(a.parent.children,a);a.parent.children.splice(c+1,0,b)}else c=new Cb(a.children), +c.parent=a,a.children=[c,b],a=c;b.parent=a.parent}while(10<a.children.length);a.parent.maybeSpill()}},iterN:function(a,b,c){for(var d=0;d<this.children.length;++d){var e=this.children[d],f=e.chunkSize();if(a<f){f=Math.min(b,f-a);if(e.iterN(a,f,c))return!0;if(0==(b-=f))break;a=0}else a-=f}}};var og=0,P=q.Doc=function(a,b,c){if(!(this instanceof P))return new P(a,b,c);null==c&&(c=0);Cb.call(this,[new Bb([new Ab("",null)])]);this.first=c;this.scrollTop=this.scrollLeft=0;this.cantEdit=!1;this.cleanGeneration= +1;this.frontier=c;c=r(c,0);this.sel=ga(c);this.history=new uc(null);this.id=++og;this.modeOption=b;"string"==typeof a&&(a=sa(a));qd(this,{from:c,to:c,text:a});H(this,ga(c),ha)};P.prototype=ff(Cb.prototype,{constructor:P,iter:function(a,b,c){c?this.iterN(a-this.first,b-a,c):this.iterN(this.first,this.first+this.size,a)},insert:function(a,b){for(var c=0,d=0;d<b.length;++d)c+=b[d].height;this.insertInner(a-this.first,b,c)},remove:function(a,b){this.removeInner(a-this.first,b)},getValue:function(a){var b= +xd(this,this.first,this.first+this.size);return!1===a?b:b.join(a||"\n")},setValue:N(function(a){var b=r(this.first,0),c=this.first+this.size-1;Oa(this,{from:b,to:r(c,u(this,c).text.length),text:sa(a),origin:"setValue",full:!0},!0);H(this,ga(b))}),replaceRange:function(a,b,c,d){b=w(this,b);c=c?w(this,c):b;wb(this,a,b,c,d)},getRange:function(a,b,c){a=Da(this,w(this,a),w(this,b));return!1===c?a:a.join(c||"\n")},getLine:function(a){return(a=this.getLineHandle(a))&&a.text},getLineHandle:function(a){if(qb(this, +a))return u(this,a)},getLineNumber:function(a){return F(a)},getLineHandleVisualStart:function(a){"number"==typeof a&&(a=u(this,a));return ia(a)},lineCount:function(){return this.size},firstLine:function(){return this.first},lastLine:function(){return this.first+this.size-1},clipPos:function(a){return w(this,a)},getCursor:function(a){var b=this.sel.primary();return null==a||"head"==a?b.head:"anchor"==a?b.anchor:"end"==a||"to"==a||!1===a?b.to():b.from()},listSelections:function(){return this.sel.ranges}, +somethingSelected:function(){return this.sel.somethingSelected()},setCursor:N(function(a,b,c){a=w(this,"number"==typeof a?r(a,b||0):a);H(this,ga(a,null),c)}),setSelection:N(function(a,b,c){var d=w(this,a);a=w(this,b||a);H(this,ga(d,a),c)}),extendSelection:N(function(a,b,c){Ub(this,w(this,a),b&&w(this,b),c)}),extendSelections:N(function(a,b){for(var c=[],d=0;d<a.length;d++)c[d]=w(this,a[d]);ae(this,c)}),extendSelectionsBy:N(function(a,b){ae(this,ob(this.sel.ranges,a),b)}),setSelections:N(function(a, +b,c){if(a.length){for(var d=0,e=[];d<a.length;d++)e[d]=new z(w(this,a[d].anchor),w(this,a[d].head));null==b&&(b=Math.min(a.length-1,this.sel.primIndex));H(this,Z(e,b),c)}}),addSelection:N(function(a,b,c){var d=this.sel.ranges.slice(0);d.push(new z(w(this,a),w(this,b||a)));H(this,Z(d,d.length-1),c)}),getSelection:function(a){for(var b=this.sel.ranges,c,d=0;d<b.length;d++){var e=Da(this,b[d].from(),b[d].to());c=c?c.concat(e):e}return!1===a?c:c.join(a||"\n")},getSelections:function(a){for(var b=[],c= +this.sel.ranges,d=0;d<c.length;d++){var e=Da(this,c[d].from(),c[d].to());!1!==a&&(e=e.join(a||"\n"));b[d]=e}return b},replaceSelection:function(a,b,c){for(var d=[],e=0;e<this.sel.ranges.length;e++)d[e]=a;this.replaceSelections(d,b,c||"+input")},replaceSelections:N(function(a,b,c){for(var d=[],e=this.sel,f=0;f<e.ranges.length;f++){var g=e.ranges[f];d[f]={from:g.from(),to:g.to(),text:sa(a[f]),origin:c}}if(f=b&&"end"!=b){f=[];c=a=r(this.first,0);for(e=0;e<d.length;e++){var h=d[e],g=Ee(h.from,a,c),k= +Ee(ta(h),a,c);a=h.to;c=k;"around"==b?(h=this.sel.ranges[e],h=0>y(h.head,h.anchor),f[e]=new z(h?k:g,h?g:k)):f[e]=new z(g,g)}f=new la(f,this.sel.primIndex)}b=f;for(f=d.length-1;0<=f;f--)Oa(this,d[f]);b?be(this,b):this.cm&&Pa(this.cm)}),undo:N(function(){kc(this,"undo")}),redo:N(function(){kc(this,"redo")}),undoSelection:N(function(){kc(this,"undo",!0)}),redoSelection:N(function(){kc(this,"redo",!0)}),setExtending:function(a){this.extend=a},getExtending:function(){return this.extend},historySize:function(){for(var a= +this.history,b=0,c=0,d=0;d<a.done.length;d++)a.done[d].ranges||++b;for(d=0;d<a.undone.length;d++)a.undone[d].ranges||++c;return{undo:b,redo:c}},clearHistory:function(){this.history=new uc(this.history.maxGeneration)},markClean:function(){this.cleanGeneration=this.changeGeneration(!0)},changeGeneration:function(a){a&&(this.history.lastOp=this.history.lastSelOp=this.history.lastOrigin=null);return this.history.generation},isClean:function(a){return this.history.generation==(a||this.cleanGeneration)}, +getHistory:function(){return{done:Xa(this.history.done),undone:Xa(this.history.undone)}},setHistory:function(a){var b=this.history=new uc(this.history.maxGeneration);b.done=Xa(a.done.slice(0),null,!0);b.undone=Xa(a.undone.slice(0),null,!0)},addLineClass:N(function(a,b,c){return nc(this,a,"gutter"==b?"gutter":"class",function(a){var e="text"==b?"textClass":"background"==b?"bgClass":"gutter"==b?"gutterClass":"wrapClass";if(a[e]){if(Fb(c).test(a[e]))return!1;a[e]+=" "+c}else a[e]=c;return!0})}),removeLineClass:N(function(a, +b,c){return nc(this,a,"gutter"==b?"gutter":"class",function(a){var e="text"==b?"textClass":"background"==b?"bgClass":"gutter"==b?"gutterClass":"wrapClass",f=a[e];if(f)if(null==c)a[e]=null;else{var g=f.match(Fb(c));if(!g)return!1;var h=g.index+g[0].length;a[e]=f.slice(0,g.index)+(g.index&&h!=f.length?" ":"")+f.slice(h)||null}else return!1;return!0})}),addLineWidget:N(function(a,b,c){return $f(this,a,b,c)}),removeLineWidget:function(a){a.clear()},markText:function(a,b,c){return Wa(this,w(this,a),w(this, +b),c,"range")},setBookmark:function(a,b){var c={replacedWith:b&&(null==b.nodeType?b.widget:b),insertLeft:b&&b.insertLeft,clearWhenEmpty:!1,shared:b&&b.shared,handleMouseEvents:b&&b.handleMouseEvents};a=w(this,a);return Wa(this,a,a,c,"bookmark")},findMarksAt:function(a){a=w(this,a);var b=[],c=u(this,a.line).markedSpans;if(c)for(var d=0;d<c.length;++d){var e=c[d];(null==e.from||e.from<=a.ch)&&(null==e.to||e.to>=a.ch)&&b.push(e.marker.parent||e.marker)}return b},findMarks:function(a,b,c){a=w(this,a); +b=w(this,b);var d=[],e=a.line;this.iter(a.line,b.line+1,function(f){if(f=f.markedSpans)for(var g=0;g<f.length;g++){var h=f[g];e==a.line&&a.ch>h.to||null==h.from&&e!=a.line||e==b.line&&h.from>b.ch||c&&!c(h.marker)||d.push(h.marker.parent||h.marker)}++e});return d},getAllMarks:function(){var a=[];this.iter(function(b){if(b=b.markedSpans)for(var c=0;c<b.length;++c)null!=b[c].from&&a.push(b[c].marker)});return a},posFromIndex:function(a){var b,c=this.first;this.iter(function(d){d=d.text.length+1;if(d> +a)return b=a,!0;a-=d;++c});return w(this,r(c,b))},indexFromPos:function(a){a=w(this,a);var b=a.ch;if(a.line<this.first||0>a.ch)return 0;this.iter(this.first,a.line,function(a){b+=a.text.length+1});return b},copy:function(a){var b=new P(xd(this,this.first,this.first+this.size),this.modeOption,this.first);b.scrollTop=this.scrollTop;b.scrollLeft=this.scrollLeft;b.sel=this.sel;b.extend=!1;a&&(b.history.undoDepth=this.history.undoDepth,b.setHistory(this.getHistory()));return b},linkedDoc:function(a){a|| +(a={});var b=this.first,c=this.first+this.size;null!=a.from&&a.from>b&&(b=a.from);null!=a.to&&a.to<c&&(c=a.to);b=new P(xd(this,b,c),a.mode||this.modeOption,b);a.sharedHist&&(b.history=this.history);(this.linked||(this.linked=[])).push({doc:b,sharedHist:a.sharedHist});b.linked=[{doc:this,isParent:!0,sharedHist:a.sharedHist}];a=Re(this);for(c=0;c<a.length;c++){var d=a[c],e=d.find(),f=b.clipPos(e.from),e=b.clipPos(e.to);y(f,e)&&(f=Wa(b,f,e,d.primary,d.primary.type),d.markers.push(f),f.parent=d)}return b}, +unlinkDoc:function(a){a instanceof q&&(a=a.doc);if(this.linked)for(var b=0;b<this.linked.length;++b)if(this.linked[b].doc==a){this.linked.splice(b,1);a.unlinkDoc(this);Yf(Re(this));break}if(a.history==this.history){var c=[a.id];Ga(a,function(a){c.push(a.id)},!0);a.history=new uc(null);a.history.done=Xa(this.history.done,c);a.history.undone=Xa(this.history.undone,c)}},iterLinkedDocs:function(a){Ga(this,a)},getMode:function(){return this.mode},getEditor:function(){return this.cm}});P.prototype.eachLine= +P.prototype.iter;var pg=["iter","insert","remove","copy","getEditor"],Jb;for(Jb in P.prototype)P.prototype.hasOwnProperty(Jb)&&0>D(pg,Jb)&&(q.prototype[Jb]=function(a){return function(){return a.apply(this.doc,arguments)}}(P.prototype[Jb]));Ya(P);var O=q.e_preventDefault=function(a){a.preventDefault?a.preventDefault():a.returnValue=!1},qg=q.e_stopPropagation=function(a){a.stopPropagation?a.stopPropagation():a.cancelBubble=!0},jd=q.e_stop=function(a){O(a);qg(a)},v=q.on=function(a,b,c){a.addEventListener? +a.addEventListener(b,c,!1):a.attachEvent?a.attachEvent("on"+b,c):(a=a._handlers||(a._handlers={}),(a[b]||(a[b]=[])).push(c))},ka=q.off=function(a,b,c){if(a.removeEventListener)a.removeEventListener(b,c,!1);else if(a.detachEvent)a.detachEvent("on"+b,c);else if(a=a._handlers&&a._handlers[b])for(b=0;b<a.length;++b)if(a[b]==c){a.splice(b,1);break}},K=q.signal=function(a,b){var c=a._handlers&&a._handlers[b];if(c)for(var d=Array.prototype.slice.call(arguments,2),e=0;e<c.length;++e)c[e].apply(null,d)},Db= +null,Hd=30,Ae=q.Pass={toString:function(){return"CodeMirror.Pass"}},ha={scroll:!1},kd={origin:"*mouse"},Gb={origin:"+move"};bb.prototype.set=function(a,b){clearTimeout(this.id);this.id=setTimeout(b,a)};var aa=q.countColumn=function(a,b,c,d,e){null==b&&(b=a.search(/[^\s\u00a0]/),-1==b&&(b=a.length));d=d||0;for(e=e||0;;){var f=a.indexOf("\t",d);if(0>f||f>=b)return e+(b-d);e+=f-d;e+=c-e%c;d=f+1}},vc=[""],Za=function(a){a.select()};Qa?Za=function(a){a.selectionStart=0;a.selectionEnd=a.value.length}:B&& +(Za=function(a){try{a.select()}catch(b){}});var rg=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/,gf=q.isWordChar=function(a){return/\w/.test(a)||"Â"<a&&(a.toUpperCase()!=a.toLowerCase()||rg.test(a))},ig=/[\u0300-\u036f\u0483-\u0489\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u065e\u0670\u06d6-\u06dc\u06de-\u06e4\u06e7\u06e8\u06ea-\u06ed\u0711\u0730-\u074a\u07a6-\u07b0\u07eb-\u07f3\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0900-\u0902\u093c\u0941-\u0948\u094d\u0951-\u0955\u0962\u0963\u0981\u09bc\u09be\u09c1-\u09c4\u09cd\u09d7\u09e2\u09e3\u0a01\u0a02\u0a3c\u0a41\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a70\u0a71\u0a75\u0a81\u0a82\u0abc\u0ac1-\u0ac5\u0ac7\u0ac8\u0acd\u0ae2\u0ae3\u0b01\u0b3c\u0b3e\u0b3f\u0b41-\u0b44\u0b4d\u0b56\u0b57\u0b62\u0b63\u0b82\u0bbe\u0bc0\u0bcd\u0bd7\u0c3e-\u0c40\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0cbc\u0cbf\u0cc2\u0cc6\u0ccc\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0d3e\u0d41-\u0d44\u0d4d\u0d57\u0d62\u0d63\u0dca\u0dcf\u0dd2-\u0dd4\u0dd6\u0ddf\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0eb1\u0eb4-\u0eb9\u0ebb\u0ebc\u0ec8-\u0ecd\u0f18\u0f19\u0f35\u0f37\u0f39\u0f71-\u0f7e\u0f80-\u0f84\u0f86\u0f87\u0f90-\u0f97\u0f99-\u0fbc\u0fc6\u102d-\u1030\u1032-\u1037\u1039\u103a\u103d\u103e\u1058\u1059\u105e-\u1060\u1071-\u1074\u1082\u1085\u1086\u108d\u109d\u135f\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17b7-\u17bd\u17c6\u17c9-\u17d3\u17dd\u180b-\u180d\u18a9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193b\u1a17\u1a18\u1a56\u1a58-\u1a5e\u1a60\u1a62\u1a65-\u1a6c\u1a73-\u1a7c\u1a7f\u1b00-\u1b03\u1b34\u1b36-\u1b3a\u1b3c\u1b42\u1b6b-\u1b73\u1b80\u1b81\u1ba2-\u1ba5\u1ba8\u1ba9\u1c2c-\u1c33\u1c36\u1c37\u1cd0-\u1cd2\u1cd4-\u1ce0\u1ce2-\u1ce8\u1ced\u1dc0-\u1de6\u1dfd-\u1dff\u200c\u200d\u20d0-\u20f0\u2cef-\u2cf1\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua66f-\ua672\ua67c\ua67d\ua6f0\ua6f1\ua802\ua806\ua80b\ua825\ua826\ua8c4\ua8e0-\ua8f1\ua926-\ua92d\ua947-\ua951\ua980-\ua982\ua9b3\ua9b6-\ua9b9\ua9bc\uaa29-\uaa2e\uaa31\uaa32\uaa35\uaa36\uaa43\uaa4c\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uabe5\uabe8\uabed\udc00-\udfff\ufb1e\ufe00-\ufe0f\ufe20-\ufe26\uff9e\uff9f]/, +Ea;Ea=document.createRange?function(a,b,c,d){var e=document.createRange();e.setEnd(d||a,c);e.setStart(a,b);return e}:function(a,b,c){var d=document.body.createTextRange();try{d.moveToElementText(a.parentNode)}catch(e){return d}d.collapse(!0);d.moveEnd("character",c);d.moveStart("character",b);return d};var Wc=q.contains=function(a,b){3==b.nodeType&&(b=b.parentNode);if(a.contains)return a.contains(b);do if(11==b.nodeType&&(b=b.host),b==a)return!0;while(b=b.parentNode)};B&&11>C&&(fa=function(){try{return document.activeElement}catch(a){return document.body}}); +var kb=q.rmClass=function(a,b){var c=a.className,d=Fb(b).exec(c);if(d){var e=c.slice(d.index+d[0].length);a.className=c.slice(0,d.index)+(e?d[1]+e:"")}},mb=q.addClass=function(a,b){var c=a.className;Fb(b).test(c)||(a.className+=(c?" ":"")+b)},Dd=!1,Lf=function(){if(B&&9>C)return!1;var a=t("div");return"draggable"in a||"dragDrop"in a}(),yd,vd,sa=q.splitLines=3!="\n\nb".split(/\n/).length?function(a){for(var b=0,c=[],d=a.length;b<=d;){var e=a.indexOf("\n",b);-1==e&&(e=a.length);var f=a.slice(b,"\r"== +a.charAt(e-1)?e-1:e),g=f.indexOf("\r");-1!=g?(c.push(f.slice(0,g)),b+=g+1):(c.push(f),b=e+1)}return c}:function(a){return a.split(/\r\n?|\n/)},ng=window.getSelection?function(a){try{return a.selectionStart!=a.selectionEnd}catch(b){return!1}}:function(a){try{var b=a.ownerDocument.selection.createRange()}catch(c){}return b&&b.parentElement()==a?0!=b.compareEndPoints("StartToEnd",b):!1},Ce=function(){var a=t("div");if("oncopy"in a)return!0;a.setAttribute("oncopy","return;");return"function"==typeof a.oncopy}(), +bd=null,va={3:"Enter",8:"Backspace",9:"Tab",13:"Enter",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",44:"PrintScrn",45:"Insert",46:"Delete",59:";",61:"\x3d",91:"Mod",92:"Mod",93:"Mod",107:"\x3d",109:"-",127:"Delete",173:"-",186:";",187:"\x3d",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'",63232:"Up",63233:"Down",63234:"Left",63235:"Right",63272:"Delete",63273:"Home", +63275:"End",63276:"PageUp",63277:"PageDown",63302:"Insert"};q.keyNames=va;(function(){for(var a=0;10>a;a++)va[a+48]=va[a+96]=String(a);for(a=65;90>=a;a++)va[a]=String.fromCharCode(a);for(a=1;12>=a;a++)va[a+111]=va[a+63235]="F"+a})();var vb,gg=function(){function a(a){return 247>=a?"bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN".charAt(a): +1424<=a&&1524>=a?"R":1536<=a&&1773>=a?"rrrrrrrrrrrr,rNNmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmrrrrrrrnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmNmmmm".charAt(a-1536):1774<=a&&2220>=a?"r":8192<=a&&8203>=a?"w":8204==a?"b":"L"}function b(a,b,c){this.level=a;this.from=b;this.to=c}var c=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/,d=/[stwN]/,e=/[LRr]/,f=/[Lb1n]/,g=/[1n]/;return function(h){if(!c.test(h))return!1; +for(var k=h.length,l=[],m=0,p;m<k;++m)l.push(a(h.charCodeAt(m)));for(var m=0,n="L";m<k;++m)p=l[m],"m"==p?l[m]=n:n=p;m=0;for(n="L";m<k;++m)p=l[m],"1"==p&&"r"==n?l[m]="n":e.test(p)&&(n=p,"r"==p&&(l[m]="R"));m=1;for(n=l[0];m<k-1;++m)p=l[m],"+"==p&&"1"==n&&"1"==l[m+1]?l[m]="1":","!=p||n!=l[m+1]||"1"!=n&&"n"!=n||(l[m]=n),n=p;for(m=0;m<k;++m)if(p=l[m],","==p)l[m]="N";else if("%"==p){for(n=m+1;n<k&&"%"==l[n];++n);var q=m&&"!"==l[m-1]||n<k&&"1"==l[n]?"1":"N";for(p=m;p<n;++p)l[p]=q;m=n-1}m=0;for(n="L";m<k;++m)p= +l[m],"L"==n&&"1"==p?l[m]="L":e.test(p)&&(n=p);for(m=0;m<k;++m)if(d.test(l[m])){for(n=m+1;n<k&&d.test(l[n]);++n);p="L"==(n<k?l[n]:"L");q="L"==(m?l[m-1]:"L")||p?"L":"R";for(p=m;p<n;++p)l[p]=q;m=n-1}for(var n=[],r,m=0;m<k;)if(f.test(l[m])){p=m;for(++m;m<k&&f.test(l[m]);++m);n.push(new b(0,p,m))}else{var t=m,q=n.length;for(++m;m<k&&"L"!=l[m];++m);for(p=t;p<m;)if(g.test(l[p])){t<p&&n.splice(q,0,new b(1,t,p));t=p;for(++p;p<m&&g.test(l[p]);++p);n.splice(q,0,new b(2,t,p));t=p}else++p;t<m&&n.splice(q,0,new b(1, +t,m))}1==n[0].level&&(r=h.match(/^\s+/))&&(n[0].from=r[0].length,n.unshift(new b(0,0,r[0].length)));1==A(n).level&&(r=h.match(/\s+$/))&&(A(n).to-=r[0].length,n.push(new b(0,k-r[0].length,k)));2==n[0].level&&n.unshift(new b(1,n[0].to,n[0].to));n[0].level!=A(n).level&&n.push(new b(n[0].level,k,k));return n}}();q.version="5.2.0";return q}); \ No newline at end of file diff --git a/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js b/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js new file mode 100644 index 0000000..c76ab46 --- /dev/null +++ b/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js @@ -0,0 +1,25 @@ +(function(p){"object"==typeof exports&&"object"==typeof module?p(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],p):p(CodeMirror)})(function(p){p.defineMode("javascript",function(oa,t){function q(a,c,e){E=a;I=e;return c}function w(a,c){var e=a.next();if('"'==e||"'"==e)return c.tokenize=pa(e),c.tokenize(a,c);if("."==e&&a.match(/^\d+(?:[eE][+\-]?\d+)?/))return q("number","number");if("."==e&&a.match(".."))return q("spread","meta");if(/[\[\]{}\(\),;\:\.]/.test(e))return q(e); +if("\x3d"==e&&a.eat("\x3e"))return q("\x3d\x3e","operator");if("0"==e&&a.eat(/x/i))return a.eatWhile(/[\da-f]/i),q("number","number");if(/\d/.test(e))return a.match(/^\d*(?:\.\d*)?(?:[eE][+\-]?\d+)?/),q("number","number");if("/"==e){if(a.eat("*"))return c.tokenize=J,J(a,c);if(a.eat("/"))return a.skipToEnd(),q("comment","comment");if("operator"==c.lastType||"keyword c"==c.lastType||"sof"==c.lastType||/^[\[{}\(,;:]$/.test(c.lastType)){a:for(var e=!1,d,b=!1;null!=(d=a.next());){if(!e){if("/"==d&&!b)break a; +"["==d?b=!0:b&&"]"==d&&(b=!1)}e=!e&&"\\"==d}a.match(/^\b(([gimyu])(?![gimyu]*\2))+\b/);return q("regexp","string-2")}a.eatWhile(K);return q("operator","operator",a.current())}if("`"==e)return c.tokenize=Q,Q(a,c);if("#"==e)return a.skipToEnd(),q("error","error");if(K.test(e))return a.eatWhile(K),q("operator","operator",a.current());if(R.test(e))return a.eatWhile(R),e=a.current(),(d=ba.propertyIsEnumerable(e)&&ba[e])&&"."!=c.lastType?q(d.type,d.style,e):q("variable","variable",e)}function pa(a){return function(c, +e){var d=!1,b;if(L&&"@"==c.peek()&&c.match(qa))return e.tokenize=w,q("jsonld-keyword","meta");for(;null!=(b=c.next())&&(b!=a||d);)d=!d&&"\\"==b;d||(e.tokenize=w);return q("string","string")}}function J(a,c){for(var e=!1,d;d=a.next();){if("/"==d&&e){c.tokenize=w;break}e="*"==d}return q("comment","comment")}function Q(a,c){for(var e=!1,d;null!=(d=a.next());){if(!e&&("`"==d||"$"==d&&a.eat("{"))){c.tokenize=w;break}e=!e&&"\\"==d}return q("quasi","string-2",a.current())}function S(a,c){c.fatArrowAt&&(c.fatArrowAt= +null);var e=a.string.indexOf("\x3d\x3e",a.start);if(!(0>e)){for(var d=0,b=!1,e=e-1;0<=e;--e){var f=a.string.charAt(e),g="([{}])".indexOf(f);if(0<=g&&3>g){if(!d){++e;break}if(0==--d)break}else if(3<=g&&6>g)++d;else if(R.test(f))b=!0;else{if(/["'\/]/.test(f))return;if(b&&!d){++e;break}}}b&&!d&&(c.fatArrowAt=e)}}function ca(a,c,b,d,f,h){this.indented=a;this.column=c;this.type=b;this.prev=f;this.info=h;null!=d&&(this.align=d)}function g(){for(var a=arguments.length-1;0<=a;a--)f.cc.push(arguments[a])} +function b(){g.apply(null,arguments);return!0}function x(a){function c(c){for(;c;c=c.next)if(c.name==a)return!0;return!1}var b=f.state;b.context?(f.marked="def",c(b.localVars)||(b.localVars={name:a,next:b.localVars})):!c(b.globalVars)&&t.globalVars&&(b.globalVars={name:a,next:b.globalVars})}function y(){f.state.context={prev:f.state.context,vars:f.state.localVars};f.state.localVars=ra}function z(){f.state.localVars=f.state.context.vars;f.state.context=f.state.context.prev}function l(a,c){var b=function(){var b= +f.state,e=b.indented;if("stat"==b.lexical.type)e=b.lexical.indented;else for(var h=b.lexical;h&&")"==h.type&&h.align;h=h.prev)e=h.indented;b.lexical=new ca(e,f.stream.column(),a,null,b.lexical,c)};b.lex=!0;return b}function k(){var a=f.state;a.lexical.prev&&(")"==a.lexical.type&&(a.indented=a.lexical.indented),a.lexical=a.lexical.prev)}function m(a){function c(e){return e==a?b():";"==a?g():b(c)}return c}function r(a,c){return"var"==a?b(l("vardef",c.length),T,m(";"),k):"keyword a"==a?b(l("form"),n, +r,k):"keyword b"==a?b(l("form"),r,k):"{"==a?b(l("}"),U,k):";"==a?b():"if"==a?("else"==f.state.lexical.info&&f.state.cc[f.state.cc.length-1]==k&&f.state.cc.pop()(),b(l("form"),n,r,k,da)):"function"==a?b(v):"for"==a?b(l("form"),ea,r,k):"variable"==a?b(l("stat"),sa):"switch"==a?b(l("form"),n,l("}","switch"),m("{"),U,k,k):"case"==a?b(n,m(":")):"default"==a?b(m(":")):"catch"==a?b(l("form"),y,m("("),V,m(")"),r,k,z):"module"==a?b(l("form"),y,ta,z,k):"class"==a?b(l("form"),ua,k):"export"==a?b(l("form"),va, +k):"import"==a?b(l("form"),wa,k):g(l("stat"),n,m(";"),k)}function n(a){return fa(a,!1)}function u(a){return fa(a,!0)}function fa(a,c){if(f.state.fatArrowAt==f.stream.start){var e=c?ga:ha;if("("==a)return b(y,l(")"),F(A,")"),k,m("\x3d\x3e"),e,z);if("variable"==a)return g(y,A,m("\x3d\x3e"),e,z)}e=c?W:M;return xa.hasOwnProperty(a)?b(e):"function"==a?b(v,e):"keyword c"==a?b(c?ia:X):"("==a?b(l(")"),X,N,m(")"),k,e):"operator"==a||"spread"==a?b(c?u:n):"["==a?b(l("]"),ya,k,e):"{"==a?G(za,"}",null,e):"quasi"== +a?g(O,e):b()}function X(a){return a.match(/[;\}\)\],]/)?g():g(n)}function ia(a){return a.match(/[;\}\)\],]/)?g():g(u)}function M(a,c){return","==a?b(n):W(a,c,!1)}function W(a,c,e){var d=0==e?M:W,f=0==e?n:u;if("\x3d\x3e"==a)return b(y,e?ga:ha,z);if("operator"==a)return/\+\+|--/.test(c)?b(d):"?"==c?b(n,m(":"),f):b(f);if("quasi"==a)return g(O,d);if(";"!=a){if("("==a)return G(u,")","call",d);if("."==a)return b(Aa,d);if("["==a)return b(l("]"),X,m("]"),k,d)}}function O(a,c){return"quasi"!=a?g():"${"!=c.slice(c.length- +2)?b(O):b(n,Ba)}function Ba(a){if("}"==a)return f.marked="string-2",f.state.tokenize=Q,b(O)}function ha(a){S(f.stream,f.state);return g("{"==a?r:n)}function ga(a){S(f.stream,f.state);return g("{"==a?r:u)}function sa(a){return":"==a?b(k,r):g(M,m(";"),k)}function Aa(a){if("variable"==a)return f.marked="property",b()}function za(a,c){if("variable"==a||"keyword"==f.style)return f.marked="property","get"==c||"set"==c?b(Ca):b(H);if("number"==a||"string"==a)return f.marked=L?"property":f.style+" property", +b(H);if("jsonld-keyword"==a)return b(H);if("["==a)return b(n,m("]"),H)}function Ca(a){if("variable"!=a)return g(H);f.marked="property";return b(v)}function H(a){if(":"==a)return b(u);if("("==a)return g(v)}function F(a,c){function e(d){return","==d?(d=f.state.lexical,"call"==d.info&&(d.pos=(d.pos||0)+1),b(a,e)):d==c?b():b(m(c))}return function(d){return d==c?b():g(a,e)}}function G(a,c,e){for(var d=3;d<arguments.length;d++)f.cc.push(arguments[d]);return b(l(c,e),F(a,c),k)}function U(a){return"}"==a? +b():g(r,U)}function ja(a){if(ka&&":"==a)return b(Da)}function Da(a){if("variable"==a)return f.marked="variable-3",b()}function T(){return g(A,ja,Y,Ea)}function A(a,c){if("variable"==a)return x(c),b();if("["==a)return G(A,"]");if("{"==a)return G(Fa,"}")}function Fa(a,c){if("variable"==a&&!f.stream.match(/^\s*:/,!1))return x(c),b(Y);"variable"==a&&(f.marked="property");return b(m(":"),A,Y)}function Y(a,c){if("\x3d"==c)return b(u)}function Ea(a){if(","==a)return b(T)}function da(a,c){if("keyword b"== +a&&"else"==c)return b(l("form","else"),r,k)}function ea(a){if("("==a)return b(l(")"),Ga,m(")"),k)}function Ga(a){return"var"==a?b(T,m(";"),P):";"==a?b(P):"variable"==a?b(Ha):g(n,m(";"),P)}function Ha(a,c){return"in"==c||"of"==c?(f.marked="keyword",b(n)):b(M,P)}function P(a,c){return";"==a?b(la):"in"==c||"of"==c?(f.marked="keyword",b(n)):g(n,m(";"),la)}function la(a){")"!=a&&b(n)}function v(a,c){if("*"==c)return f.marked="keyword",b(v);if("variable"==a)return x(c),b(v);if("("==a)return b(y,l(")"), +F(V,")"),k,r,z)}function V(a){return"spread"==a?b(V):g(A,ja)}function ua(a,c){if("variable"==a)return x(c),b(ma)}function ma(a,c){if("extends"==c)return b(n,ma);if("{"==a)return b(l("}"),B,k)}function B(a,c){if("variable"==a||"keyword"==f.style){if("static"==c)return f.marked="keyword",b(B);f.marked="property";return"get"==c||"set"==c?b(Ia,v,B):b(v,B)}if("*"==c)return f.marked="keyword",b(B);if(";"==a)return b(B);if("}"==a)return b()}function Ia(a){if("variable"!=a)return g();f.marked="property"; +return b()}function ta(a,c){if("string"==a)return b(r);if("variable"==a)return x(c),b(Z)}function va(a,c){return"*"==c?(f.marked="keyword",b(Z,m(";"))):"default"==c?(f.marked="keyword",b(n,m(";"))):g(r)}function wa(a){return"string"==a?b():g(aa,Z)}function aa(a,c){if("{"==a)return G(aa,"}");"variable"==a&&x(c);"*"==c&&(f.marked="keyword");return b(Ja)}function Ja(a,c){if("as"==c)return f.marked="keyword",b(aa)}function Z(a,c){if("from"==c)return f.marked="keyword",b(n)}function ya(a){return"]"==a? +b():g(u,Ka)}function Ka(a){return"for"==a?g(N,m("]")):","==a?b(F(ia,"]")):g(F(u,"]"))}function N(a){if("for"==a)return b(ea,N);if("if"==a)return b(n,N)}var C=oa.indentUnit,na=t.statementIndent,L=t.jsonld,D=t.json||L,ka=t.typescript,R=t.wordCharacters||/[\w$\xa1-\uffff]/,ba=function(){function a(a){return{type:a,style:"keyword"}}var c=a("keyword a"),b=a("keyword b"),d=a("keyword c"),f=a("operator"),h={type:"atom",style:"atom"},c={"if":a("if"),"while":c,"with":c,"else":b,"do":b,"try":b,"finally":b, +"return":d,"break":d,"continue":d,"new":d,"delete":d,"throw":d,"debugger":d,"var":a("var"),"const":a("var"),let:a("var"),"function":a("function"),"catch":a("catch"),"for":a("for"),"switch":a("switch"),"case":a("case"),"default":a("default"),"in":f,"typeof":f,"instanceof":f,"true":h,"false":h,"null":h,undefined:h,NaN:h,Infinity:h,"this":a("this"),module:a("module"),"class":a("class"),"super":a("atom"),yield:d,"export":a("export"),"import":a("import"),"extends":d};if(ka){var b={type:"variable",style:"variable-3"}, +b={"interface":a("interface"),"extends":a("extends"),constructor:a("constructor"),"public":a("public"),"private":a("private"),"protected":a("protected"),"static":a("static"),string:b,number:b,bool:b,any:b},g;for(g in b)c[g]=b[g]}return c}(),K=/[+\-*&%=<>!?|~^]/,qa=/^@(context|id|value|language|type|container|list|set|reverse|index|base|vocab|graph)"/,E,I,xa={atom:!0,number:!0,variable:!0,string:!0,regexp:!0,"this":!0,"jsonld-keyword":!0},f={state:null,column:null,marked:null,cc:null},ra={name:"this", +next:{name:"arguments"}};k.lex=!0;return{startState:function(a){a={tokenize:w,lastType:"sof",cc:[],lexical:new ca((a||0)-C,0,"block",!1),localVars:t.localVars,context:t.localVars&&{vars:t.localVars},indented:0};t.globalVars&&"object"==typeof t.globalVars&&(a.globalVars=t.globalVars);return a},token:function(a,b){a.sol()&&(b.lexical.hasOwnProperty("align")||(b.lexical.align=!1),b.indented=a.indentation(),S(a,b));if(b.tokenize!=J&&a.eatSpace())return null;var e=b.tokenize(a,b);if("comment"==E)return e; +b.lastType="operator"!=E||"++"!=I&&"--"!=I?E:"incdec";a:{var d=E,g=I,h=b.cc;f.state=b;f.stream=a;f.marked=null;f.cc=h;f.style=e;b.lexical.hasOwnProperty("align")||(b.lexical.align=!0);for(;;)if((h.length?h.pop():D?n:r)(d,g)){for(;h.length&&h[h.length-1].lex;)h.pop()();if(f.marked){e=f.marked;break a}if(d="variable"==d)b:{for(d=b.localVars;d;d=d.next)if(d.name==g){d=!0;break b}for(h=b.context;h;h=h.prev)for(d=h.vars;d;d=d.next)if(d.name==g){d=!0;break b}d=void 0}if(d){e="variable-2";break a}break a}}return e}, +indent:function(a,b){if(a.tokenize==J)return p.Pass;if(a.tokenize!=w)return 0;var e=b&&b.charAt(0),d=a.lexical;if(!/^\s*else\b/.test(b))for(var f=a.cc.length-1;0<=f;--f){var g=a.cc[f];if(g==k)d=d.prev;else if(g!=da)break}"stat"==d.type&&"}"==e&&(d=d.prev);na&&")"==d.type&&"stat"==d.prev.type&&(d=d.prev);f=d.type;g=e==f;return"vardef"==f?d.indented+("operator"==a.lastType||","==a.lastType?d.info+1:0):"form"==f&&"{"==e?d.indented:"form"==f?d.indented+C:"stat"==f?(e=d.indented,d="operator"==a.lastType|| +","==a.lastType||K.test(b.charAt(0))||/[,.]/.test(b.charAt(0)),e+(d?na||C:0)):"switch"!=d.info||g||0==t.doubleIndentSwitch?d.align?d.column+(g?0:1):d.indented+(g?0:C):d.indented+(/^(?:case|default)\b/.test(b)?C:2*C)},electricInput:/^\s*(?:case .*?:|default:|\{|\})$/,blockCommentStart:D?null:"/*",blockCommentEnd:D?null:"*/",lineComment:D?null:"//",fold:"brace",closeBrackets:"()[]{}''\"\"``",helperType:D?"json":"javascript",jsonldMode:L,jsonMode:D}});p.registerHelper("wordChars","javascript",/[\w$]/); +p.defineMIME("text/javascript","javascript");p.defineMIME("text/ecmascript","javascript");p.defineMIME("application/javascript","javascript");p.defineMIME("application/x-javascript","javascript");p.defineMIME("application/ecmascript","javascript");p.defineMIME("application/json",{name:"javascript",json:!0});p.defineMIME("application/x-json",{name:"javascript",json:!0});p.defineMIME("application/ld+json",{name:"javascript",jsonld:!0});p.defineMIME("text/typescript",{name:"javascript",typescript:!0}); +p.defineMIME("application/typescript",{name:"javascript",typescript:!0})}); \ No newline at end of file diff --git a/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css b/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css new file mode 100644 index 0000000..f932db0 --- /dev/null +++ b/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css @@ -0,0 +1,36 @@ +/* neo theme for codemirror */ + +/* Color scheme */ + +.cm-s-neo.CodeMirror { + background-color:#ffffff; + color:#2e383c; + line-height:1.4375; +} +.cm-s-neo .cm-comment {color:#75787b} +.cm-s-neo .cm-keyword, .cm-s-neo .cm-property {color:#1d75b3} +.cm-s-neo .cm-atom,.cm-s-neo .cm-number {color:#75438a} +.cm-s-neo .cm-node,.cm-s-neo .cm-tag {color:#9c3328} +.cm-s-neo .cm-string {color:#b35e14} +.cm-s-neo .cm-variable,.cm-s-neo .cm-qualifier {color:#047d65} + + +/* Editor styling */ + +.cm-s-neo pre { + padding:0; +} + +.cm-s-neo .CodeMirror-gutters { + border:none; + border-right:10px solid transparent; + background-color:transparent; +} + +.cm-s-neo .CodeMirror-linenumber { + padding:0; + color:#e0e2e5; +} + +.cm-s-neo .CodeMirror-guttermarker { color: #1d75b3; } +.cm-s-neo .CodeMirror-guttermarker-subtle { color: #e0e2e5; } diff --git a/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css b/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css new file mode 100644 index 0000000..e38bfb6 --- /dev/null +++ b/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css @@ -0,0 +1,38 @@ +.CodeMirror-hints { + position: absolute; + z-index: 10; + overflow: hidden; + list-style: none; + + margin: 0; + padding: 2px; + + -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2); + -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2); + box-shadow: 2px 3px 5px rgba(0,0,0,.2); + border-radius: 3px; + border: 1px solid silver; + + background: white; + font-size: 90%; + font-family: monospace; + + max-height: 20em; + overflow-y: auto; +} + +.CodeMirror-hint { + margin: 0; + padding: 0 4px; + border-radius: 2px; + max-width: 19em; + overflow: hidden; + white-space: pre; + color: black; + cursor: pointer; +} + +li.CodeMirror-hint-active { + background: #08f; + color: white; +} diff --git a/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js b/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js new file mode 100644 index 0000000..072359c --- /dev/null +++ b/public/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js @@ -0,0 +1,16 @@ +(function(f){"object"==typeof exports&&"object"==typeof module?f(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],f):f(CodeMirror)})(function(f){function p(a,b){this.cm=a;this.options=this.buildOptions(b);this.widget=null;this.tick=this.debounce=0;this.startPos=this.cm.getCursor();this.startLen=this.cm.getLine(this.startPos.line).length;var c=this;a.on("cursorActivity",this.activityFunc=function(){c.cursorActivity()})}function w(a,b){function c(a, +c){var d;d="string"!=typeof c?function(a){return c(a,b)}:e.hasOwnProperty(c)?e[c]:c;f[a]=d}var e={Up:function(){b.moveFocus(-1)},Down:function(){b.moveFocus(1)},PageUp:function(){b.moveFocus(-b.menuSize()+1,!0)},PageDown:function(){b.moveFocus(b.menuSize()-1,!0)},Home:function(){b.setFocus(0)},End:function(){b.setFocus(b.length-1)},Enter:b.pick,Tab:b.pick,Esc:b.close},d=a.options.customKeys,f=d?{}:e;if(d)for(var g in d)d.hasOwnProperty(g)&&c(g,d[g]);if(d=a.options.extraKeys)for(g in d)d.hasOwnProperty(g)&& +c(g,d[g]);return f}function v(a,b){for(;b&&b!=a;){if("LI"===b.nodeName.toUpperCase()&&b.parentNode==a)return b;b=b.parentNode}}function n(a,b){this.completion=a;this.data=b;this.picked=!1;var c=this,e=a.cm,d=this.hints=document.createElement("ul");d.className="CodeMirror-hints";this.selectedHint=b.selectedHint||0;for(var m=b.list,g=0;g<m.length;++g){var l=d.appendChild(document.createElement("li")),h=m[g],k="CodeMirror-hint"+(g!=this.selectedHint?"":" CodeMirror-hint-active");null!=h.className&&(k= +h.className+" "+k);l.className=k;h.render?h.render(l,b,h):l.appendChild(document.createTextNode(h.displayText||("string"==typeof h?h:h.text)));l.hintId=g}var g=e.cursorCoords(a.options.alignWithWord?b.from:null),r=g.left,t=g.bottom,n=!0;d.style.left=r+"px";d.style.top=t+"px";l=window.innerWidth||Math.max(document.body.offsetWidth,document.documentElement.offsetWidth);k=window.innerHeight||Math.max(document.body.offsetHeight,document.documentElement.offsetHeight);(a.options.container||document.body).appendChild(d); +h=d.getBoundingClientRect();if(0<h.bottom-k){var u=h.bottom-h.top;0<g.top-(g.bottom-h.top)-u?(d.style.top=(t=g.top-u)+"px",n=!1):u>k&&(d.style.height=k-5+"px",d.style.top=(t=g.bottom-h.top)+"px",k=e.getCursor(),b.from.ch!=k.ch&&(g=e.cursorCoords(k),d.style.left=(r=g.left)+"px",h=d.getBoundingClientRect()))}k=h.right-l;0<k&&(h.right-h.left>l&&(d.style.width=l-5+"px",k-=h.right-h.left-l),d.style.left=(r=g.left-k)+"px");e.addKeyMap(this.keyMap=w(a,{moveFocus:function(a,b){c.changeActive(c.selectedHint+ +a,b)},setFocus:function(a){c.changeActive(a)},menuSize:function(){return c.screenAmount()},length:m.length,close:function(){a.close()},pick:function(){c.pick()},data:b}));if(a.options.closeOnUnfocus){var p;e.on("blur",this.onBlur=function(){p=setTimeout(function(){a.close()},100)});e.on("focus",this.onFocus=function(){clearTimeout(p)})}var q=e.getScrollInfo();e.on("scroll",this.onScroll=function(){var c=e.getScrollInfo(),b=e.getWrapperElement().getBoundingClientRect(),f=t+q.top-c.top,g=f-(window.pageYOffset|| +(document.documentElement||document.body).scrollTop);n||(g+=d.offsetHeight);if(g<=b.top||g>=b.bottom)return a.close();d.style.top=f+"px";d.style.left=r+q.left-c.left+"px"});f.on(d,"dblclick",function(a){(a=v(d,a.target||a.srcElement))&&null!=a.hintId&&(c.changeActive(a.hintId),c.pick())});f.on(d,"click",function(b){(b=v(d,b.target||b.srcElement))&&null!=b.hintId&&(c.changeActive(b.hintId),a.options.completeOnSingleClick&&c.pick())});f.on(d,"mousedown",function(){setTimeout(function(){e.focus()},20)}); +f.signal(b,"select",m[0],d.firstChild);return!0}f.showHint=function(a,b,c){if(!b)return a.showHint(c);c&&c.async&&(b.async=!0);b={hint:b};if(c)for(var e in c)b[e]=c[e];return a.showHint(b)};f.defineExtension("showHint",function(a){1<this.listSelections().length||this.somethingSelected()||(this.state.completionActive&&this.state.completionActive.close(),a=this.state.completionActive=new p(this,a),a.options.hint&&(f.signal(this,"startCompletion",this),a.update()))});var x=window.requestAnimationFrame|| +function(a){return setTimeout(a,1E3/60)},y=window.cancelAnimationFrame||clearTimeout;p.prototype={close:function(){this.active()&&(this.tick=this.cm.state.completionActive=null,this.cm.off("cursorActivity",this.activityFunc),this.widget&&this.widget.close(),f.signal(this.cm,"endCompletion",this.cm))},active:function(){return this.cm.state.completionActive==this},pick:function(a,b){var c=a.list[b];c.hint?c.hint(this.cm,a,c):this.cm.replaceRange("string"==typeof c?c:c.text,c.from||a.from,c.to||a.to, +"complete");f.signal(a,"pick",c);this.close()},showHints:function(a){if(!a||!a.list.length||!this.active())return this.close();this.options.completeSingle&&1==a.list.length?this.pick(a,0):this.showWidget(a)},cursorActivity:function(){this.debounce&&(y(this.debounce),this.debounce=0);var a=this.cm.getCursor(),b=this.cm.getLine(a.line);if(a.line!=this.startPos.line||b.length-a.ch!=this.startLen-this.startPos.ch||a.ch<this.startPos.ch||this.cm.somethingSelected()||a.ch&&this.options.closeCharacters.test(b.charAt(a.ch- +1)))this.close();else{var c=this;this.debounce=x(function(){c.update()});this.widget&&this.widget.disable()}},update:function(){if(null!=this.tick)if(this.data&&f.signal(this.data,"update"),this.options.hint.async){var a=++this.tick,b=this;this.options.hint(this.cm,function(c){b.tick==a&&b.finishUpdate(c)},this.options)}else this.finishUpdate(this.options.hint(this.cm,this.options),a)},finishUpdate:function(a){this.data=a;var b=this.widget&&this.widget.picked;this.widget&&this.widget.close();a&&a.list.length&& +(b&&1==a.list.length?this.pick(a,0):this.widget=new n(this,a))},showWidget:function(a){this.data=a;this.widget=new n(this,a);f.signal(a,"shown")},buildOptions:function(a){var b=this.cm.options.hintOptions,c={},e;for(e in q)c[e]=q[e];if(b)for(e in b)void 0!==b[e]&&(c[e]=b[e]);if(a)for(e in a)void 0!==a[e]&&(c[e]=a[e]);return c}};n.prototype={close:function(){if(this.completion.widget==this){this.completion.widget=null;this.hints.parentNode.removeChild(this.hints);this.completion.cm.removeKeyMap(this.keyMap); +var a=this.completion.cm;this.completion.options.closeOnUnfocus&&(a.off("blur",this.onBlur),a.off("focus",this.onFocus));a.off("scroll",this.onScroll)}},disable:function(){this.completion.cm.removeKeyMap(this.keyMap);var a=this;this.keyMap={Enter:function(){a.picked=!0}};this.completion.cm.addKeyMap(this.keyMap)},pick:function(){this.completion.pick(this.data,this.selectedHint)},changeActive:function(a,b){a>=this.data.list.length?a=b?this.data.list.length-1:0:0>a&&(a=b?0:this.data.list.length-1); +if(this.selectedHint!=a){var c=this.hints.childNodes[this.selectedHint];c.className=c.className.replace(" CodeMirror-hint-active","");c=this.hints.childNodes[this.selectedHint=a];c.className+=" CodeMirror-hint-active";c.offsetTop<this.hints.scrollTop?this.hints.scrollTop=c.offsetTop-3:c.offsetTop+c.offsetHeight>this.hints.scrollTop+this.hints.clientHeight&&(this.hints.scrollTop=c.offsetTop+c.offsetHeight-this.hints.clientHeight+3);f.signal(this.data,"select",this.data.list[this.selectedHint],c)}}, +screenAmount:function(){return Math.floor(this.hints.clientHeight/this.hints.firstChild.offsetHeight)||1}};f.registerHelper("hint","auto",function(a,b){var c=a.getHelpers(a.getCursor(),"hint");if(c.length)for(var e=0;e<c.length;e++){var d=c[e](a,b);if(d&&d.list.length)return d}else if(c=a.getHelper(a.getCursor(),"hintWords")){if(c)return f.hint.fromList(a,{words:c})}else if(f.hint.anyword)return f.hint.anyword(a,b)});f.registerHelper("hint","fromList",function(a,b){for(var c=a.getCursor(),e=a.getTokenAt(c), +d=[],m=0;m<b.words.length;m++){var g=b.words[m];g.slice(0,e.string.length)==e.string&&d.push(g)}if(d.length)return{list:d,from:f.Pos(c.line,e.start),to:f.Pos(c.line,e.end)}});f.commands.autocomplete=f.showHint;var q={hint:f.hint.auto,completeSingle:!0,alignWithWord:!0,closeCharacters:/[\s()\[\]{};:>,]/,closeOnUnfocus:!0,completeOnSingleClick:!1,container:null,customKeys:null,extraKeys:null};f.defineOption("hintOptions",null)}); \ No newline at end of file diff --git a/public/assets/ckeditor/skins/kama/dialog.css b/public/assets/ckeditor/skins/kama/dialog.css new file mode 100644 index 0000000..5dcca64 --- /dev/null +++ b/public/assets/ckeditor/skins/kama/dialog.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;border:solid 1px #ddd;padding:5px;background-color:#fff;border-radius:5px}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:14px;padding:3px 3px 8px;cursor:move;position:relative;border-bottom:1px solid #eee}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#ebebeb;border:solid 1px #fff;border-bottom:0;overflow:auto;padding:17px 10px 5px 10px;border-top-left-radius:5px;border-top-right-radius:5px;margin-top:22px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;background-color:#ebebeb;border:solid 1px #fff;border-bottom:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.cke_rtl .cke_dialog_footer{text-align:left}.cke_dialog_footer .cke_resizer{margin-top:24px}.cke_dialog_footer .cke_resizer_ltr{border-right-color:#ccc}.cke_dialog_footer .cke_resizer_rtl{border-left-color:#ccc}.cke_hc .cke_dialog_footer .cke_resizer{margin-bottom:1px}.cke_hc .cke_dialog_footer .cke_resizer_ltr{margin-right:1px}.cke_hc .cke_dialog_footer .cke_resizer_rtl{margin-left:1px}.cke_dialog_tabs{height:23px;display:inline-block;margin-left:10px;margin-right:10px;margin-top:11px;position:absolute;z-index:2}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{background-image:url(images/sprites.png);background-repeat:repeat-x;background-position:0 -1323px;background-color:#ebebeb;height:14px;padding:4px 8px;display:inline-block;cursor:pointer}a.cke_dialog_tab:hover{background-color:#f1f1e3}.cke_hc a.cke_dialog_tab:hover{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_selected{background-position:0 -1279px;cursor:default}.cke_hc a.cke_dialog_tab_selected{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:10px}a.cke_dialog_close_button{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px}.cke_dialog_close_button span{display:none}.cke_dialog_close_button:hover{background-position:0 -1045px}.cke_ltr .cke_dialog_close_button{right:10px}.cke_rtl .cke_dialog_close_button{left:10px}.cke_dialog_close_button{top:7px}div.cke_disabled .cke_dialog_ui_labeled_content *{background-color:#a0a0a0;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password{background-color:white;border:0;padding:0;width:100%;height:14px}div.cke_dialog_ui_input_text,div.cke_dialog_ui_input_password{background-color:white;border:1px solid #a0a0a0;padding:1px 0}textarea.cke_dialog_ui_input_textarea{background-color:white;border:0;padding:0;width:100%;overflow:auto;resize:none}div.cke_dialog_ui_input_textarea{background-color:white;border:1px solid #a0a0a0;padding:1px 0}a.cke_dialog_ui_button{border-collapse:separate;cursor:default;border-radius:5px;background:transparent url(images/sprites.png) repeat-x scroll 0 -1069px;text-align:center;display:inline-block}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{width:60px;padding:5px 20px 5px;display:inline-block}a.cke_dialog_ui_button_ok{background-position:0 -1144px}a.cke_dialog_ui_button_ok span{background:transparent url(images/sprites.png) no-repeat scroll right -1216px}.cke_rtl a.cke_dialog_ui_button_ok span{background-position:left -1216px}a.cke_dialog_ui_button_cancel{background-position:0 -1105px}a.cke_dialog_ui_button_cancel span{background:transparent url(images/sprites.png) no-repeat scroll right -1242px}.cke_rtl a.cke_dialog_ui_button_cancel span{background-position:left -1242px}span.cke_dialog_ui_button{padding:2px 10px;text-align:center;color:#222;display:inline-block;cursor:default;min-width:60px}a.cke_dialog_ui_button span.cke_disabled{border:#898980 1px solid;color:#5e5e55;background-color:#c5c5b3}a.cke_dialog_ui_button:hover,a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{background-position:0 -1180px}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border-width:2px}.cke_dialog_footer_buttons{display:inline-table;margin:6px 12px 0 12px;width:auto;position:relative}.cke_dialog_footer_buttons span.cke_dialog_ui_button{text-align:center}select.cke_dialog_ui_input_select{border:1px solid #a0a0a0;background-color:white}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_dialog .cke_dark_background{background-color:#eaead1}.cke_dialog .cke_light_background{background-color:#ffffbe}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background-position:0 -32px;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:1px none;font-size:1px}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;background-position:0 0;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_unlocked{background-position:0 -16px;background-image:url(images/mini.gif)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity=90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid black}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_tabs,.cke_hc .cke_dialog_contents,.cke_hc .cke_dialog_footer{border-left:1px solid;border-right:1px solid}.cke_hc .cke_dialog_title{border-top:1px solid}.cke_hc .cke_dialog_footer{border-bottom:1px solid}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}.cke_hc .cke_dialog_body .cke_label{display:inline;cursor:inherit}.cke_hc a.cke_btn_locked,.cke_hc a.cke_btn_unlocked,.cke_hc a.cke_btn_reset{border-style:solid;float:left;width:auto;height:auto;padding:0 2px}.cke_rtl.cke_hc a.cke_btn_locked,.cke_rtl.cke_hc a.cke_btn_unlocked,.cke_rtl.cke_hc a.cke_btn_reset{float:right}.cke_hc a.cke_btn_locked .cke_icon{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:focus img,a.cke_smile:active img,a.cke_smile:hover img{border-color:#c7c78f}.cke_hc .cke_dialog_tabs a,.cke_hc .cke_dialog_footer a{opacity:1.0;filter:alpha(opacity=100);border:1px solid white}.cke_hc .ImagePreviewBox{width:260px}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_dialog_ui_input_select:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity=0);width:100%;height:100%} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/kama/dialog_ie.css b/public/assets/ckeditor/skins/kama/dialog_ie.css new file mode 100644 index 0000000..9a3c79b --- /dev/null +++ b/public/assets/ckeditor/skins/kama/dialog_ie.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;border:solid 1px #ddd;padding:5px;background-color:#fff;border-radius:5px}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:14px;padding:3px 3px 8px;cursor:move;position:relative;border-bottom:1px solid #eee}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#ebebeb;border:solid 1px #fff;border-bottom:0;overflow:auto;padding:17px 10px 5px 10px;border-top-left-radius:5px;border-top-right-radius:5px;margin-top:22px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;background-color:#ebebeb;border:solid 1px #fff;border-bottom:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.cke_rtl .cke_dialog_footer{text-align:left}.cke_dialog_footer .cke_resizer{margin-top:24px}.cke_dialog_footer .cke_resizer_ltr{border-right-color:#ccc}.cke_dialog_footer .cke_resizer_rtl{border-left-color:#ccc}.cke_hc .cke_dialog_footer .cke_resizer{margin-bottom:1px}.cke_hc .cke_dialog_footer .cke_resizer_ltr{margin-right:1px}.cke_hc .cke_dialog_footer .cke_resizer_rtl{margin-left:1px}.cke_dialog_tabs{height:23px;display:inline-block;margin-left:10px;margin-right:10px;margin-top:11px;position:absolute;z-index:2}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{background-image:url(images/sprites.png);background-repeat:repeat-x;background-position:0 -1323px;background-color:#ebebeb;height:14px;padding:4px 8px;display:inline-block;cursor:pointer}a.cke_dialog_tab:hover{background-color:#f1f1e3}.cke_hc a.cke_dialog_tab:hover{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_selected{background-position:0 -1279px;cursor:default}.cke_hc a.cke_dialog_tab_selected{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:10px}a.cke_dialog_close_button{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px}.cke_dialog_close_button span{display:none}.cke_dialog_close_button:hover{background-position:0 -1045px}.cke_ltr .cke_dialog_close_button{right:10px}.cke_rtl .cke_dialog_close_button{left:10px}.cke_dialog_close_button{top:7px}div.cke_disabled .cke_dialog_ui_labeled_content *{background-color:#a0a0a0;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password{background-color:white;border:0;padding:0;width:100%;height:14px}div.cke_dialog_ui_input_text,div.cke_dialog_ui_input_password{background-color:white;border:1px solid #a0a0a0;padding:1px 0}textarea.cke_dialog_ui_input_textarea{background-color:white;border:0;padding:0;width:100%;overflow:auto;resize:none}div.cke_dialog_ui_input_textarea{background-color:white;border:1px solid #a0a0a0;padding:1px 0}a.cke_dialog_ui_button{border-collapse:separate;cursor:default;border-radius:5px;background:transparent url(images/sprites.png) repeat-x scroll 0 -1069px;text-align:center;display:inline-block}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{width:60px;padding:5px 20px 5px;display:inline-block}a.cke_dialog_ui_button_ok{background-position:0 -1144px}a.cke_dialog_ui_button_ok span{background:transparent url(images/sprites.png) no-repeat scroll right -1216px}.cke_rtl a.cke_dialog_ui_button_ok span{background-position:left -1216px}a.cke_dialog_ui_button_cancel{background-position:0 -1105px}a.cke_dialog_ui_button_cancel span{background:transparent url(images/sprites.png) no-repeat scroll right -1242px}.cke_rtl a.cke_dialog_ui_button_cancel span{background-position:left -1242px}span.cke_dialog_ui_button{padding:2px 10px;text-align:center;color:#222;display:inline-block;cursor:default;min-width:60px}a.cke_dialog_ui_button span.cke_disabled{border:#898980 1px solid;color:#5e5e55;background-color:#c5c5b3}a.cke_dialog_ui_button:hover,a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{background-position:0 -1180px}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border-width:2px}.cke_dialog_footer_buttons{display:inline-table;margin:6px 12px 0 12px;width:auto;position:relative}.cke_dialog_footer_buttons span.cke_dialog_ui_button{text-align:center}select.cke_dialog_ui_input_select{border:1px solid #a0a0a0;background-color:white}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_dialog .cke_dark_background{background-color:#eaead1}.cke_dialog .cke_light_background{background-color:#ffffbe}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background-position:0 -32px;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:1px none;font-size:1px}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;background-position:0 0;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_unlocked{background-position:0 -16px;background-image:url(images/mini.gif)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity=90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid black}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_tabs,.cke_hc .cke_dialog_contents,.cke_hc .cke_dialog_footer{border-left:1px solid;border-right:1px solid}.cke_hc .cke_dialog_title{border-top:1px solid}.cke_hc .cke_dialog_footer{border-bottom:1px solid}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}.cke_hc .cke_dialog_body .cke_label{display:inline;cursor:inherit}.cke_hc a.cke_btn_locked,.cke_hc a.cke_btn_unlocked,.cke_hc a.cke_btn_reset{border-style:solid;float:left;width:auto;height:auto;padding:0 2px}.cke_rtl.cke_hc a.cke_btn_locked,.cke_rtl.cke_hc a.cke_btn_unlocked,.cke_rtl.cke_hc a.cke_btn_reset{float:right}.cke_hc a.cke_btn_locked .cke_icon{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:focus img,a.cke_smile:active img,a.cke_smile:hover img{border-color:#c7c78f}.cke_hc .cke_dialog_tabs a,.cke_hc .cke_dialog_footer a{opacity:1.0;filter:alpha(opacity=100);border:1px solid white}.cke_hc .ImagePreviewBox{width:260px}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_dialog_ui_input_select:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity=0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/kama/dialog_ie7.css b/public/assets/ckeditor/skins/kama/dialog_ie7.css new file mode 100644 index 0000000..14376c9 --- /dev/null +++ b/public/assets/ckeditor/skins/kama/dialog_ie7.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;border:solid 1px #ddd;padding:5px;background-color:#fff;border-radius:5px}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:14px;padding:3px 3px 8px;cursor:move;position:relative;border-bottom:1px solid #eee}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#ebebeb;border:solid 1px #fff;border-bottom:0;overflow:auto;padding:17px 10px 5px 10px;border-top-left-radius:5px;border-top-right-radius:5px;margin-top:22px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;background-color:#ebebeb;border:solid 1px #fff;border-bottom:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.cke_rtl .cke_dialog_footer{text-align:left}.cke_dialog_footer .cke_resizer{margin-top:24px}.cke_dialog_footer .cke_resizer_ltr{border-right-color:#ccc}.cke_dialog_footer .cke_resizer_rtl{border-left-color:#ccc}.cke_hc .cke_dialog_footer .cke_resizer{margin-bottom:1px}.cke_hc .cke_dialog_footer .cke_resizer_ltr{margin-right:1px}.cke_hc .cke_dialog_footer .cke_resizer_rtl{margin-left:1px}.cke_dialog_tabs{height:23px;display:inline-block;margin-left:10px;margin-right:10px;margin-top:11px;position:absolute;z-index:2}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{background-image:url(images/sprites.png);background-repeat:repeat-x;background-position:0 -1323px;background-color:#ebebeb;height:14px;padding:4px 8px;display:inline-block;cursor:pointer}a.cke_dialog_tab:hover{background-color:#f1f1e3}.cke_hc a.cke_dialog_tab:hover{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_selected{background-position:0 -1279px;cursor:default}.cke_hc a.cke_dialog_tab_selected{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:10px}a.cke_dialog_close_button{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px}.cke_dialog_close_button span{display:none}.cke_dialog_close_button:hover{background-position:0 -1045px}.cke_ltr .cke_dialog_close_button{right:10px}.cke_rtl .cke_dialog_close_button{left:10px}.cke_dialog_close_button{top:7px}div.cke_disabled .cke_dialog_ui_labeled_content *{background-color:#a0a0a0;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password{background-color:white;border:0;padding:0;width:100%;height:14px}div.cke_dialog_ui_input_text,div.cke_dialog_ui_input_password{background-color:white;border:1px solid #a0a0a0;padding:1px 0}textarea.cke_dialog_ui_input_textarea{background-color:white;border:0;padding:0;width:100%;overflow:auto;resize:none}div.cke_dialog_ui_input_textarea{background-color:white;border:1px solid #a0a0a0;padding:1px 0}a.cke_dialog_ui_button{border-collapse:separate;cursor:default;border-radius:5px;background:transparent url(images/sprites.png) repeat-x scroll 0 -1069px;text-align:center;display:inline-block}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{width:60px;padding:5px 20px 5px;display:inline-block}a.cke_dialog_ui_button_ok{background-position:0 -1144px}a.cke_dialog_ui_button_ok span{background:transparent url(images/sprites.png) no-repeat scroll right -1216px}.cke_rtl a.cke_dialog_ui_button_ok span{background-position:left -1216px}a.cke_dialog_ui_button_cancel{background-position:0 -1105px}a.cke_dialog_ui_button_cancel span{background:transparent url(images/sprites.png) no-repeat scroll right -1242px}.cke_rtl a.cke_dialog_ui_button_cancel span{background-position:left -1242px}span.cke_dialog_ui_button{padding:2px 10px;text-align:center;color:#222;display:inline-block;cursor:default;min-width:60px}a.cke_dialog_ui_button span.cke_disabled{border:#898980 1px solid;color:#5e5e55;background-color:#c5c5b3}a.cke_dialog_ui_button:hover,a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{background-position:0 -1180px}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border-width:2px}.cke_dialog_footer_buttons{display:inline-table;margin:6px 12px 0 12px;width:auto;position:relative}.cke_dialog_footer_buttons span.cke_dialog_ui_button{text-align:center}select.cke_dialog_ui_input_select{border:1px solid #a0a0a0;background-color:white}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_dialog .cke_dark_background{background-color:#eaead1}.cke_dialog .cke_light_background{background-color:#ffffbe}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background-position:0 -32px;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:1px none;font-size:1px}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;background-position:0 0;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_unlocked{background-position:0 -16px;background-image:url(images/mini.gif)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity=90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid black}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_tabs,.cke_hc .cke_dialog_contents,.cke_hc .cke_dialog_footer{border-left:1px solid;border-right:1px solid}.cke_hc .cke_dialog_title{border-top:1px solid}.cke_hc .cke_dialog_footer{border-bottom:1px solid}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}.cke_hc .cke_dialog_body .cke_label{display:inline;cursor:inherit}.cke_hc a.cke_btn_locked,.cke_hc a.cke_btn_unlocked,.cke_hc a.cke_btn_reset{border-style:solid;float:left;width:auto;height:auto;padding:0 2px}.cke_rtl.cke_hc a.cke_btn_locked,.cke_rtl.cke_hc a.cke_btn_unlocked,.cke_rtl.cke_hc a.cke_btn_reset{float:right}.cke_hc a.cke_btn_locked .cke_icon{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:focus img,a.cke_smile:active img,a.cke_smile:hover img{border-color:#c7c78f}.cke_hc .cke_dialog_tabs a,.cke_hc .cke_dialog_footer a{opacity:1.0;filter:alpha(opacity=100);border:1px solid white}.cke_hc .ImagePreviewBox{width:260px}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_dialog_ui_input_select:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity=0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_dialog_title{margin-bottom:22px}.cke_single_page .cke_dialog_title{margin-bottom:10px}.cke_single_page .cke_dialog_footer{margin-top:22px}.cke_dialog_footer .cke_resizer{margin-top:27px}.cke_dialog_tabs{top:33px}.cke_dialog_footer_buttons{position:static;margin-top:7px;margin-right:24px}.cke_rtl .cke_dialog_footer_buttons{margin-right:0;margin-left:24px}.cke_rtl .cke_dialog_close_button{margin-top:0;position:absolute;left:10px;top:5px}span.cke_dialog_ui_buttonm{margin:2px 0}.cke_dialog_ui_checkbox_input,.cke_dialog_ui_ratio_input,.cke_btn_reset,.cke_btn_locked,.cke_btn_unlocked{border:1px solid transparent!important}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password{position:absolute}div.cke_dialog_ui_input_text,div.cke_dialog_ui_input_password{height:14px;position:relative} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/kama/dialog_ie8.css b/public/assets/ckeditor/skins/kama/dialog_ie8.css new file mode 100644 index 0000000..11b0058 --- /dev/null +++ b/public/assets/ckeditor/skins/kama/dialog_ie8.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;border:solid 1px #ddd;padding:5px;background-color:#fff;border-radius:5px}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:14px;padding:3px 3px 8px;cursor:move;position:relative;border-bottom:1px solid #eee}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#ebebeb;border:solid 1px #fff;border-bottom:0;overflow:auto;padding:17px 10px 5px 10px;border-top-left-radius:5px;border-top-right-radius:5px;margin-top:22px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;background-color:#ebebeb;border:solid 1px #fff;border-bottom:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.cke_rtl .cke_dialog_footer{text-align:left}.cke_dialog_footer .cke_resizer{margin-top:24px}.cke_dialog_footer .cke_resizer_ltr{border-right-color:#ccc}.cke_dialog_footer .cke_resizer_rtl{border-left-color:#ccc}.cke_hc .cke_dialog_footer .cke_resizer{margin-bottom:1px}.cke_hc .cke_dialog_footer .cke_resizer_ltr{margin-right:1px}.cke_hc .cke_dialog_footer .cke_resizer_rtl{margin-left:1px}.cke_dialog_tabs{height:23px;display:inline-block;margin-left:10px;margin-right:10px;margin-top:11px;position:absolute;z-index:2}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{background-image:url(images/sprites.png);background-repeat:repeat-x;background-position:0 -1323px;background-color:#ebebeb;height:14px;padding:4px 8px;display:inline-block;cursor:pointer}a.cke_dialog_tab:hover{background-color:#f1f1e3}.cke_hc a.cke_dialog_tab:hover{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_selected{background-position:0 -1279px;cursor:default}.cke_hc a.cke_dialog_tab_selected{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:10px}a.cke_dialog_close_button{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px}.cke_dialog_close_button span{display:none}.cke_dialog_close_button:hover{background-position:0 -1045px}.cke_ltr .cke_dialog_close_button{right:10px}.cke_rtl .cke_dialog_close_button{left:10px}.cke_dialog_close_button{top:7px}div.cke_disabled .cke_dialog_ui_labeled_content *{background-color:#a0a0a0;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password{background-color:white;border:0;padding:0;width:100%;height:14px}div.cke_dialog_ui_input_text,div.cke_dialog_ui_input_password{background-color:white;border:1px solid #a0a0a0;padding:1px 0}textarea.cke_dialog_ui_input_textarea{background-color:white;border:0;padding:0;width:100%;overflow:auto;resize:none}div.cke_dialog_ui_input_textarea{background-color:white;border:1px solid #a0a0a0;padding:1px 0}a.cke_dialog_ui_button{border-collapse:separate;cursor:default;border-radius:5px;background:transparent url(images/sprites.png) repeat-x scroll 0 -1069px;text-align:center;display:inline-block}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{width:60px;padding:5px 20px 5px;display:inline-block}a.cke_dialog_ui_button_ok{background-position:0 -1144px}a.cke_dialog_ui_button_ok span{background:transparent url(images/sprites.png) no-repeat scroll right -1216px}.cke_rtl a.cke_dialog_ui_button_ok span{background-position:left -1216px}a.cke_dialog_ui_button_cancel{background-position:0 -1105px}a.cke_dialog_ui_button_cancel span{background:transparent url(images/sprites.png) no-repeat scroll right -1242px}.cke_rtl a.cke_dialog_ui_button_cancel span{background-position:left -1242px}span.cke_dialog_ui_button{padding:2px 10px;text-align:center;color:#222;display:inline-block;cursor:default;min-width:60px}a.cke_dialog_ui_button span.cke_disabled{border:#898980 1px solid;color:#5e5e55;background-color:#c5c5b3}a.cke_dialog_ui_button:hover,a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{background-position:0 -1180px}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border-width:2px}.cke_dialog_footer_buttons{display:inline-table;margin:6px 12px 0 12px;width:auto;position:relative}.cke_dialog_footer_buttons span.cke_dialog_ui_button{text-align:center}select.cke_dialog_ui_input_select{border:1px solid #a0a0a0;background-color:white}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_dialog .cke_dark_background{background-color:#eaead1}.cke_dialog .cke_light_background{background-color:#ffffbe}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background-position:0 -32px;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:1px none;font-size:1px}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;background-position:0 0;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_unlocked{background-position:0 -16px;background-image:url(images/mini.gif)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity=90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid black}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_tabs,.cke_hc .cke_dialog_contents,.cke_hc .cke_dialog_footer{border-left:1px solid;border-right:1px solid}.cke_hc .cke_dialog_title{border-top:1px solid}.cke_hc .cke_dialog_footer{border-bottom:1px solid}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}.cke_hc .cke_dialog_body .cke_label{display:inline;cursor:inherit}.cke_hc a.cke_btn_locked,.cke_hc a.cke_btn_unlocked,.cke_hc a.cke_btn_reset{border-style:solid;float:left;width:auto;height:auto;padding:0 2px}.cke_rtl.cke_hc a.cke_btn_locked,.cke_rtl.cke_hc a.cke_btn_unlocked,.cke_rtl.cke_hc a.cke_btn_reset{float:right}.cke_hc a.cke_btn_locked .cke_icon{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:focus img,a.cke_smile:active img,a.cke_smile:hover img{border-color:#c7c78f}.cke_hc .cke_dialog_tabs a,.cke_hc .cke_dialog_footer a{opacity:1.0;filter:alpha(opacity=100);border:1px solid white}.cke_hc .ImagePreviewBox{width:260px}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_dialog_ui_input_select:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity=0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_rtl .cke_dialog_footer_buttons td{padding-left:2px}.cke_rtl .cke_dialog_close_button{left:8px} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/kama/dialog_iequirks.css b/public/assets/ckeditor/skins/kama/dialog_iequirks.css new file mode 100644 index 0000000..a9ed414 --- /dev/null +++ b/public/assets/ckeditor/skins/kama/dialog_iequirks.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;border:solid 1px #ddd;padding:5px;background-color:#fff;border-radius:5px}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:14px;padding:3px 3px 8px;cursor:move;position:relative;border-bottom:1px solid #eee}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#ebebeb;border:solid 1px #fff;border-bottom:0;overflow:auto;padding:17px 10px 5px 10px;border-top-left-radius:5px;border-top-right-radius:5px;margin-top:22px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;background-color:#ebebeb;border:solid 1px #fff;border-bottom:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.cke_rtl .cke_dialog_footer{text-align:left}.cke_dialog_footer .cke_resizer{margin-top:24px}.cke_dialog_footer .cke_resizer_ltr{border-right-color:#ccc}.cke_dialog_footer .cke_resizer_rtl{border-left-color:#ccc}.cke_hc .cke_dialog_footer .cke_resizer{margin-bottom:1px}.cke_hc .cke_dialog_footer .cke_resizer_ltr{margin-right:1px}.cke_hc .cke_dialog_footer .cke_resizer_rtl{margin-left:1px}.cke_dialog_tabs{height:23px;display:inline-block;margin-left:10px;margin-right:10px;margin-top:11px;position:absolute;z-index:2}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{background-image:url(images/sprites.png);background-repeat:repeat-x;background-position:0 -1323px;background-color:#ebebeb;height:14px;padding:4px 8px;display:inline-block;cursor:pointer}a.cke_dialog_tab:hover{background-color:#f1f1e3}.cke_hc a.cke_dialog_tab:hover{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_selected{background-position:0 -1279px;cursor:default}.cke_hc a.cke_dialog_tab_selected{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:10px}a.cke_dialog_close_button{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px}.cke_dialog_close_button span{display:none}.cke_dialog_close_button:hover{background-position:0 -1045px}.cke_ltr .cke_dialog_close_button{right:10px}.cke_rtl .cke_dialog_close_button{left:10px}.cke_dialog_close_button{top:7px}div.cke_disabled .cke_dialog_ui_labeled_content *{background-color:#a0a0a0;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password{background-color:white;border:0;padding:0;width:100%;height:14px}div.cke_dialog_ui_input_text,div.cke_dialog_ui_input_password{background-color:white;border:1px solid #a0a0a0;padding:1px 0}textarea.cke_dialog_ui_input_textarea{background-color:white;border:0;padding:0;width:100%;overflow:auto;resize:none}div.cke_dialog_ui_input_textarea{background-color:white;border:1px solid #a0a0a0;padding:1px 0}a.cke_dialog_ui_button{border-collapse:separate;cursor:default;border-radius:5px;background:transparent url(images/sprites.png) repeat-x scroll 0 -1069px;text-align:center;display:inline-block}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{width:60px;padding:5px 20px 5px;display:inline-block}a.cke_dialog_ui_button_ok{background-position:0 -1144px}a.cke_dialog_ui_button_ok span{background:transparent url(images/sprites.png) no-repeat scroll right -1216px}.cke_rtl a.cke_dialog_ui_button_ok span{background-position:left -1216px}a.cke_dialog_ui_button_cancel{background-position:0 -1105px}a.cke_dialog_ui_button_cancel span{background:transparent url(images/sprites.png) no-repeat scroll right -1242px}.cke_rtl a.cke_dialog_ui_button_cancel span{background-position:left -1242px}span.cke_dialog_ui_button{padding:2px 10px;text-align:center;color:#222;display:inline-block;cursor:default;min-width:60px}a.cke_dialog_ui_button span.cke_disabled{border:#898980 1px solid;color:#5e5e55;background-color:#c5c5b3}a.cke_dialog_ui_button:hover,a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{background-position:0 -1180px}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border-width:2px}.cke_dialog_footer_buttons{display:inline-table;margin:6px 12px 0 12px;width:auto;position:relative}.cke_dialog_footer_buttons span.cke_dialog_ui_button{text-align:center}select.cke_dialog_ui_input_select{border:1px solid #a0a0a0;background-color:white}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_dialog .cke_dark_background{background-color:#eaead1}.cke_dialog .cke_light_background{background-color:#ffffbe}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background-position:0 -32px;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:1px none;font-size:1px}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;background-position:0 0;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_unlocked{background-position:0 -16px;background-image:url(images/mini.gif)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity=90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid black}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_tabs,.cke_hc .cke_dialog_contents,.cke_hc .cke_dialog_footer{border-left:1px solid;border-right:1px solid}.cke_hc .cke_dialog_title{border-top:1px solid}.cke_hc .cke_dialog_footer{border-bottom:1px solid}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}.cke_hc .cke_dialog_body .cke_label{display:inline;cursor:inherit}.cke_hc a.cke_btn_locked,.cke_hc a.cke_btn_unlocked,.cke_hc a.cke_btn_reset{border-style:solid;float:left;width:auto;height:auto;padding:0 2px}.cke_rtl.cke_hc a.cke_btn_locked,.cke_rtl.cke_hc a.cke_btn_unlocked,.cke_rtl.cke_hc a.cke_btn_reset{float:right}.cke_hc a.cke_btn_locked .cke_icon{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:focus img,a.cke_smile:active img,a.cke_smile:hover img{border-color:#c7c78f}.cke_hc .cke_dialog_tabs a,.cke_hc .cke_dialog_footer a{opacity:1.0;filter:alpha(opacity=100);border:1px solid white}.cke_hc .ImagePreviewBox{width:260px}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_dialog_ui_input_select:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity=0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_dialog_title{margin-bottom:22px}.cke_dialog_page_contents{position:absolute}.cke_single_page .cke_dialog_title{margin-bottom:10px}.cke_dialog_close_button{top:27px;background-image:url(images/sprites_ie6.png)}.cke_dialog_footer .cke_resizer{margin-top:27px}.cke_dialog_tabs{display:block;top:33px;margin-top:33px}.cke_rtl .cke_dialog_ui_labeled_content{_width:95%}a.cke_dialog_ui_button{background:0;padding:0}a.cke_dialog_ui_button span{width:70px;padding:5px 15px;text-align:center;color:#3b3b1f;background:#53d9f0 none;display:inline-block;cursor:default}a.cke_dialog_ui_button_ok span{background-image:none;background-color:#b8e834;margin-right:0}a.cke_dialog_ui_button_cancel span{background-image:none;background-color:#f65d20;margin-right:0}a.cke_dialog_ui_button:hover span,a.cke_dialog_ui_button:focus span,a.cke_dialog_ui_button:active span{background-image:none;background:#f7a922}div.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{width:99%}.cke_dialog_ui_checkbox_input,.cke_dialog_ui_ratio_input,.cke_btn_reset,.cke_btn_locked,.cke_btn_unlocked{border:1px solid red!important;filter:chroma(color=red)}.cke_dialog_ui_focused,.cke_btn_over{border:1px dotted #696969!important} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/kama/editor.css b/public/assets/ckeditor/skins/kama/editor.css new file mode 100644 index 0000000..1f4785d --- /dev/null +++ b/public/assets/ckeditor/skins/kama/editor.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border-radius:5px;border:1px solid #d3d3d3;padding:5px}.cke_hc.cke_chrome{padding:2px}.cke_inner{display:block;-webkit-touch-callout:none;border-radius:5px;background:#d3d3d3 url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(to bottom,#fff -15px,#d3d3d3 40px);padding:5px}.cke_float{background:#fff}.cke_float .cke_inner{padding-bottom:0}.cke_hc .cke_contents{border:1px solid black}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{white-space:normal}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-width:12px 12px 0 12px;border-color:transparent #efefef transparent transparent;border-style:dashed solid dashed dashed;margin:10px 0 0;font-size:0;float:right;vertical-align:bottom;cursor:se-resize;opacity:.8}.cke_resizer_ltr{margin-left:-12px}.cke_resizer_rtl{float:left;border-color:transparent transparent transparent #efefef;border-style:dashed dashed dashed solid;margin-right:-12px;cursor:sw-resize}.cke_hc .cke_resizer{width:10px;height:10px;border:1px solid #fff;margin-left:0}.cke_hc .cke_resizer_rtl{margin-right:0}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;border:1px solid #8f8f73;background-color:#fff;width:120px;height:100px;overflow:hidden;border-radius:3px}.cke_menu_panel{padding:2px;margin:0}.cke_combopanel{border:1px solid #8f8f73;border-top-left-radius:0;width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-family:Arial,Verdana,sans-serif;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0}.cke_panel_listItem a{padding:2px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #ccc;background-color:#e9f5ff}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#316ac5;background-color:#dff1ff}.cke_hc .cke_panel_listItem.cke_selected a,.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border-width:3px;padding:0}.cke_panel_grouptitle{font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif;font-weight:bold;white-space:nowrap;background-color:#dcdcdc;color:#000;margin:0;padding:3px}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:3px;margin-bottom:3px}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#316ac5 1px solid;background-color:#dff1ff}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#316ac5 1px solid;background-color:#dff1ff}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{border-radius:5px;float:left;margin:0 6px 5px 0;padding:2px;background:url(images/sprites.png) repeat-x 0 -500px;background:linear-gradient(to bottom,#fff,#d3d3d3 100px)}.cke_hc .cke_toolgroup{padding-right:0;margin-right:4px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}.cke_rtl.cke_hc .cke_toolgroup{padding-left:0;margin-left:4px}a.cke_button{display:inline-block;height:18px;padding:2px 4px;border-radius:3px;outline:0;cursor:default;float:left;border:0}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_rtl.cke_hc .cke_button{margin:-2px -2px 0 4px}a.cke_button_on{background-color:#a3d7ff}.cke_hc .cke_button_on{border-width:3px;padding:1px 3px}a.cke_button_off{opacity:.7}a.cke_button_disabled{opacity:.3}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{background-color:#86caff}.cke_hc a.cke_button:hover{background:black}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active{background-color:#dff1ff;opacity:1}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:16px;vertical-align:middle;float:left;cursor:default}.cke_hc .cke_button_label{padding:0;display:inline-block}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_button_arrow{display:inline-block;margin:7px 0 0 1px;width:0;height:0;border-width:3px;border-color:#2f2f2f transparent transparent transparent;border-style:solid dashed dashed dashed;cursor:default;vertical-align:middle}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:0 -2px 0 3px;width:auto;border:0}.cke_rtl.cke_hc .cke_button_arrow{margin:0 3px 0 -2px}.cke_toolbar_separator{float:left;border-left:solid 1px #d3d3d3;margin:3px 2px 0;height:16px}.cke_rtl .cke_toolbar_separator{border-right:solid 1px #d3d3d3;border-left:0;float:right}.cke_hc .cke_toolbar_separator{margin-left:0;width:3px}.cke_rtl.cke_hc .cke_toolbar_separator{margin:3px 0 0 2px}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;border:1px outset #d3d3d3;margin:11px 0 0;font-size:0;cursor:default;text-align:center}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_hc .cke_toolbox_collapser{border-width:1px}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;border-width:3px;border-style:solid;border-color:transparent transparent #2f2f2f}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin:4px 2px 0 0;border-color:#2f2f2f transparent transparent}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d3d3d3;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#9d9d9d}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #ccc;background-color:#e9f5ff}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3}.cke_menubutton_on:hover,.cke_menubutton_on:focus,.cke_menubutton_on:active{border-color:#316ac5;background-color:#dff1ff}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:2px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/sprites.png);background-position:0 -1400px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-image:url(images/sprites.png);background-position:7px -1380px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px;filter:alpha(opacity = 70);opacity:.7}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{display:inline-block;border-radius:5px;background:url(images/sprites.png) 0 -100px repeat-x;float:left;padding:2px 4px 2px 6px;height:22px;margin:0 5px 5px 0;background:linear-gradient(to top,#fff,#d3d3d3 100px)}.cke_combo_off .cke_combo_button:hover,.cke_combo_off .cke_combo_button:focus,.cke_combo_off .cke_combo_button:active{background:#dff1ff;outline:0}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc .cke_combo_button{border:1px solid black;padding:1px 3px 1px 3px}.cke_hc .cke_rtl .cke_combo_button{border:1px solid black}.cke_combo_text{line-height:24px;text-overflow:ellipsis;overflow:hidden;color:#666;float:left;cursor:default;width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right}.cke_combo_inlinelabel{font-style:italic;opacity:.70}.cke_combo_off .cke_combo_button:hover .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:active .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:focus .cke_combo_inlinelabel{opacity:1}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 3px;width:5px}.cke_combo_arrow{margin:9px 0 0;float:left;opacity:.70;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #2f2f2f}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:4px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{margin-top:5px;float:left}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:1px 4px 0;color:#60676a;cursor:default;text-decoration:none;outline:0;border:0}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#efefef;opacity:.7;color:#000}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#222;border-radius:5px;text-align:center;opacity:.95;filter:alpha(opacity = 95);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#96ca0a;border:1px solid #96ca0a}.cke_notification_warning{background:#fd7c44;border:1px solid #fd7c44}.cke_notification_info{background:#54d3ec;border:1px solid #01b2d2}.cke_notification_info span.cke_notification_progress{background-color:#01b2d2;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:2px;right:3px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=G4CF) no-repeat 0 -0px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -24px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -48px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -72px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=G4CF) no-repeat 0 -96px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=G4CF) no-repeat 0 -120px!important}.cke_button__blockquote_icon{background:url(icons.png?t=G4CF) no-repeat 0 -144px!important}.cke_button__bold_icon{background:url(icons.png?t=G4CF) no-repeat 0 -168px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -192px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -216px!important}.cke_button__button_icon{background:url(icons.png?t=G4CF) no-repeat 0 -240px!important}.cke_button__checkbox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -264px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -288px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -312px!important}.cke_button__creatediv_icon{background:url(icons.png?t=G4CF) no-repeat 0 -336px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -360px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -384px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -408px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -432px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -456px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -480px!important}.cke_button__flash_icon{background:url(icons.png?t=G4CF) no-repeat 0 -504px!important}.cke_button__form_icon{background:url(icons.png?t=G4CF) no-repeat 0 -528px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -552px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=G4CF) no-repeat 0 -576px!important}.cke_button__iframe_icon{background:url(icons.png?t=G4CF) no-repeat 0 -600px!important}.cke_button__image_icon{background:url(icons.png?t=G4CF) no-repeat 0 -624px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=G4CF) no-repeat 0 -648px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -672px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -696px!important}.cke_button__italic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -720px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=G4CF) no-repeat 0 -744px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=G4CF) no-repeat 0 -768px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=G4CF) no-repeat 0 -792px!important}.cke_button__justifyright_icon{background:url(icons.png?t=G4CF) no-repeat 0 -816px!important}.cke_button__link_icon{background:url(icons.png?t=G4CF) no-repeat 0 -840px!important}.cke_button__maximize_icon{background:url(icons.png?t=G4CF) no-repeat 0 -864px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -888px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -912px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -936px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -960px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -984px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1008px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1032px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1056px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1080px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1104px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1128px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1152px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1176px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1200px!important}.cke_button__placeholder_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1224px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1248px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1272px!important}.cke_button__print_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1296px!important}.cke_button__radio_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1320px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1344px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1368px!important}.cke_button__removeformat_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1392px!important}.cke_button__replace_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1416px!important}.cke_button__save_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1440px!important}.cke_button__scayt_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1464px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1488px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1512px!important}.cke_button__selectall_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1536px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1560px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1584px!important}.cke_button__smiley_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1608px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1632px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1656px!important}.cke_button__specialchar_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1680px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1704px!important}.cke_button__strike_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1728px!important}.cke_button__subscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1752px!important}.cke_button__superscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1776px!important}.cke_button__table_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1800px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1824px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1848px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1872px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1896px!important}.cke_button__textcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1920px!important}.cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1944px!important}.cke_button__underline_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1968px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1992px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2016px!important}.cke_button__unlink_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2040px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2064px!important}.cke_button__embed_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2088px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2112px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2136px!important}.cke_button__language_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2160px!important}.cke_button__mathjax_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2184px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2208px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2232px!important}.cke_button__uicolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2256px!important}.cke_button__simplebox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2280px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -0px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -48px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -96px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -144px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -192px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -240px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -288px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -336px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -384px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -432px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -480px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -528px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -576px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -624px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -672px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -720px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -768px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -816px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -864px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -912px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -960px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1008px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1056px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1104px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1152px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1200px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1248px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1296px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1344px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1392px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1440px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1488px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1536px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1584px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1632px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1680px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1728px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1776px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1824px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1872px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1920px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1968px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2016px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2064px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2112px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2160px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2208px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2256px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2304px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2352px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2400px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2448px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2496px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2544px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2592px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2640px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2688px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2736px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2784px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2832px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2880px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2928px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2976px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3024px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3072px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3120px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3168px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3216px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3264px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3312px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3360px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3408px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3456px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3504px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3552px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3600px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3648px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3696px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3744px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3792px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3840px!important}.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3888px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3936px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3984px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4032px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4080px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2112px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2184px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4560px!important} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/kama/editor_ie.css b/public/assets/ckeditor/skins/kama/editor_ie.css new file mode 100644 index 0000000..9d4fbcd --- /dev/null +++ b/public/assets/ckeditor/skins/kama/editor_ie.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border-radius:5px;border:1px solid #d3d3d3;padding:5px}.cke_hc.cke_chrome{padding:2px}.cke_inner{display:block;-webkit-touch-callout:none;border-radius:5px;background:#d3d3d3 url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(to bottom,#fff -15px,#d3d3d3 40px);padding:5px}.cke_float{background:#fff}.cke_float .cke_inner{padding-bottom:0}.cke_hc .cke_contents{border:1px solid black}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{white-space:normal}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-width:12px 12px 0 12px;border-color:transparent #efefef transparent transparent;border-style:dashed solid dashed dashed;margin:10px 0 0;font-size:0;float:right;vertical-align:bottom;cursor:se-resize;opacity:.8}.cke_resizer_ltr{margin-left:-12px}.cke_resizer_rtl{float:left;border-color:transparent transparent transparent #efefef;border-style:dashed dashed dashed solid;margin-right:-12px;cursor:sw-resize}.cke_hc .cke_resizer{width:10px;height:10px;border:1px solid #fff;margin-left:0}.cke_hc .cke_resizer_rtl{margin-right:0}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;border:1px solid #8f8f73;background-color:#fff;width:120px;height:100px;overflow:hidden;border-radius:3px}.cke_menu_panel{padding:2px;margin:0}.cke_combopanel{border:1px solid #8f8f73;border-top-left-radius:0;width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-family:Arial,Verdana,sans-serif;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0}.cke_panel_listItem a{padding:2px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #ccc;background-color:#e9f5ff}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#316ac5;background-color:#dff1ff}.cke_hc .cke_panel_listItem.cke_selected a,.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border-width:3px;padding:0}.cke_panel_grouptitle{font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif;font-weight:bold;white-space:nowrap;background-color:#dcdcdc;color:#000;margin:0;padding:3px}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:3px;margin-bottom:3px}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#316ac5 1px solid;background-color:#dff1ff}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#316ac5 1px solid;background-color:#dff1ff}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{border-radius:5px;float:left;margin:0 6px 5px 0;padding:2px;background:url(images/sprites.png) repeat-x 0 -500px;background:linear-gradient(to bottom,#fff,#d3d3d3 100px)}.cke_hc .cke_toolgroup{padding-right:0;margin-right:4px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}.cke_rtl.cke_hc .cke_toolgroup{padding-left:0;margin-left:4px}a.cke_button{display:inline-block;height:18px;padding:2px 4px;border-radius:3px;outline:0;cursor:default;float:left;border:0}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_rtl.cke_hc .cke_button{margin:-2px -2px 0 4px}a.cke_button_on{background-color:#a3d7ff}.cke_hc .cke_button_on{border-width:3px;padding:1px 3px}a.cke_button_off{opacity:.7}a.cke_button_disabled{opacity:.3}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{background-color:#86caff}.cke_hc a.cke_button:hover{background:black}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active{background-color:#dff1ff;opacity:1}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:16px;vertical-align:middle;float:left;cursor:default}.cke_hc .cke_button_label{padding:0;display:inline-block}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_button_arrow{display:inline-block;margin:7px 0 0 1px;width:0;height:0;border-width:3px;border-color:#2f2f2f transparent transparent transparent;border-style:solid dashed dashed dashed;cursor:default;vertical-align:middle}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:0 -2px 0 3px;width:auto;border:0}.cke_rtl.cke_hc .cke_button_arrow{margin:0 3px 0 -2px}.cke_toolbar_separator{float:left;border-left:solid 1px #d3d3d3;margin:3px 2px 0;height:16px}.cke_rtl .cke_toolbar_separator{border-right:solid 1px #d3d3d3;border-left:0;float:right}.cke_hc .cke_toolbar_separator{margin-left:0;width:3px}.cke_rtl.cke_hc .cke_toolbar_separator{margin:3px 0 0 2px}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;border:1px outset #d3d3d3;margin:11px 0 0;font-size:0;cursor:default;text-align:center}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_hc .cke_toolbox_collapser{border-width:1px}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;border-width:3px;border-style:solid;border-color:transparent transparent #2f2f2f}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin:4px 2px 0 0;border-color:#2f2f2f transparent transparent}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d3d3d3;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#9d9d9d}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #ccc;background-color:#e9f5ff}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3}.cke_menubutton_on:hover,.cke_menubutton_on:focus,.cke_menubutton_on:active{border-color:#316ac5;background-color:#dff1ff}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:2px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/sprites.png);background-position:0 -1400px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-image:url(images/sprites.png);background-position:7px -1380px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px;filter:alpha(opacity = 70);opacity:.7}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{display:inline-block;border-radius:5px;background:url(images/sprites.png) 0 -100px repeat-x;float:left;padding:2px 4px 2px 6px;height:22px;margin:0 5px 5px 0;background:linear-gradient(to top,#fff,#d3d3d3 100px)}.cke_combo_off .cke_combo_button:hover,.cke_combo_off .cke_combo_button:focus,.cke_combo_off .cke_combo_button:active{background:#dff1ff;outline:0}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc .cke_combo_button{border:1px solid black;padding:1px 3px 1px 3px}.cke_hc .cke_rtl .cke_combo_button{border:1px solid black}.cke_combo_text{line-height:24px;text-overflow:ellipsis;overflow:hidden;color:#666;float:left;cursor:default;width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right}.cke_combo_inlinelabel{font-style:italic;opacity:.70}.cke_combo_off .cke_combo_button:hover .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:active .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:focus .cke_combo_inlinelabel{opacity:1}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 3px;width:5px}.cke_combo_arrow{margin:9px 0 0;float:left;opacity:.70;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #2f2f2f}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:4px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{margin-top:5px;float:left}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:1px 4px 0;color:#60676a;cursor:default;text-decoration:none;outline:0;border:0}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#efefef;opacity:.7;color:#000}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#222;border-radius:5px;text-align:center;opacity:.95;filter:alpha(opacity = 95);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#96ca0a;border:1px solid #96ca0a}.cke_notification_warning{background:#fd7c44;border:1px solid #fd7c44}.cke_notification_info{background:#54d3ec;border:1px solid #01b2d2}.cke_notification_info span.cke_notification_progress{background-color:#01b2d2;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:2px;right:3px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=G4CF) no-repeat 0 -0px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -24px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -48px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -72px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=G4CF) no-repeat 0 -96px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=G4CF) no-repeat 0 -120px!important}.cke_button__blockquote_icon{background:url(icons.png?t=G4CF) no-repeat 0 -144px!important}.cke_button__bold_icon{background:url(icons.png?t=G4CF) no-repeat 0 -168px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -192px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -216px!important}.cke_button__button_icon{background:url(icons.png?t=G4CF) no-repeat 0 -240px!important}.cke_button__checkbox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -264px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -288px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -312px!important}.cke_button__creatediv_icon{background:url(icons.png?t=G4CF) no-repeat 0 -336px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -360px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -384px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -408px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -432px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -456px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -480px!important}.cke_button__flash_icon{background:url(icons.png?t=G4CF) no-repeat 0 -504px!important}.cke_button__form_icon{background:url(icons.png?t=G4CF) no-repeat 0 -528px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -552px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=G4CF) no-repeat 0 -576px!important}.cke_button__iframe_icon{background:url(icons.png?t=G4CF) no-repeat 0 -600px!important}.cke_button__image_icon{background:url(icons.png?t=G4CF) no-repeat 0 -624px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=G4CF) no-repeat 0 -648px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -672px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -696px!important}.cke_button__italic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -720px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=G4CF) no-repeat 0 -744px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=G4CF) no-repeat 0 -768px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=G4CF) no-repeat 0 -792px!important}.cke_button__justifyright_icon{background:url(icons.png?t=G4CF) no-repeat 0 -816px!important}.cke_button__link_icon{background:url(icons.png?t=G4CF) no-repeat 0 -840px!important}.cke_button__maximize_icon{background:url(icons.png?t=G4CF) no-repeat 0 -864px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -888px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -912px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -936px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -960px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -984px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1008px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1032px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1056px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1080px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1104px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1128px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1152px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1176px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1200px!important}.cke_button__placeholder_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1224px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1248px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1272px!important}.cke_button__print_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1296px!important}.cke_button__radio_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1320px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1344px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1368px!important}.cke_button__removeformat_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1392px!important}.cke_button__replace_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1416px!important}.cke_button__save_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1440px!important}.cke_button__scayt_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1464px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1488px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1512px!important}.cke_button__selectall_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1536px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1560px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1584px!important}.cke_button__smiley_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1608px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1632px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1656px!important}.cke_button__specialchar_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1680px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1704px!important}.cke_button__strike_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1728px!important}.cke_button__subscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1752px!important}.cke_button__superscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1776px!important}.cke_button__table_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1800px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1824px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1848px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1872px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1896px!important}.cke_button__textcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1920px!important}.cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1944px!important}.cke_button__underline_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1968px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1992px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2016px!important}.cke_button__unlink_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2040px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2064px!important}.cke_button__embed_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2088px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2112px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2136px!important}.cke_button__language_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2160px!important}.cke_button__mathjax_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2184px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2208px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2232px!important}.cke_button__uicolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2256px!important}.cke_button__simplebox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2280px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -0px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -48px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -96px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -144px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -192px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -240px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -288px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -336px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -384px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -432px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -480px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -528px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -576px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -624px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -672px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -720px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -768px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -816px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -864px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -912px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -960px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1008px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1056px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1104px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1152px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1200px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1248px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1296px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1344px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1392px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1440px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1488px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1536px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1584px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1632px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1680px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1728px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1776px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1824px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1872px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1920px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1968px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2016px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2064px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2112px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2160px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2208px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2256px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2304px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2352px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2400px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2448px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2496px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2544px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2592px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2640px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2688px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2736px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2784px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2832px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2880px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2928px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2976px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3024px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3072px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3120px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3168px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3216px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3264px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3312px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3360px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3408px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3456px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3504px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3552px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3600px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3648px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3696px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3744px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3792px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3840px!important}.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3888px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3936px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3984px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4032px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4080px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2112px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2184px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4560px!important}.cke_button_off{filter:alpha(opacity = 70)}.cke_button_on{filter:alpha(opacity = 100)}.cke_button_disabled{filter:alpha(opacity = 30)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_hc .cke_button_arrow{margin-top:5px}.cke_combo_inlinelabel{filter:alpha(opacity = 70)}.cke_combo_button_off:hover .cke_combo_inlinelabel{filter:alpha(opacity = 100)}.cke_combo_button_disabled .cke_combo_inlinelabel,.cke_combo_button_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:2px outset #efefef}.cke_toolbox_collapser .cke_arrow{margin:0 1px 1px 1px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-left:2px}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{filter:alpha(opacity = 70)}.cke_resizer{filter:alpha(opacity = 80)}.cke_hc .cke_resizer{filter:none;font-size:28px}.cke_menuarrow{position:absolute;right:2px}.cke_rtl .cke_menuarrow{position:absolute;left:2px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-left:10px!important} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/kama/editor_ie7.css b/public/assets/ckeditor/skins/kama/editor_ie7.css new file mode 100644 index 0000000..cd76288 --- /dev/null +++ b/public/assets/ckeditor/skins/kama/editor_ie7.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border-radius:5px;border:1px solid #d3d3d3;padding:5px}.cke_hc.cke_chrome{padding:2px}.cke_inner{display:block;-webkit-touch-callout:none;border-radius:5px;background:#d3d3d3 url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(to bottom,#fff -15px,#d3d3d3 40px);padding:5px}.cke_float{background:#fff}.cke_float .cke_inner{padding-bottom:0}.cke_hc .cke_contents{border:1px solid black}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{white-space:normal}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-width:12px 12px 0 12px;border-color:transparent #efefef transparent transparent;border-style:dashed solid dashed dashed;margin:10px 0 0;font-size:0;float:right;vertical-align:bottom;cursor:se-resize;opacity:.8}.cke_resizer_ltr{margin-left:-12px}.cke_resizer_rtl{float:left;border-color:transparent transparent transparent #efefef;border-style:dashed dashed dashed solid;margin-right:-12px;cursor:sw-resize}.cke_hc .cke_resizer{width:10px;height:10px;border:1px solid #fff;margin-left:0}.cke_hc .cke_resizer_rtl{margin-right:0}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;border:1px solid #8f8f73;background-color:#fff;width:120px;height:100px;overflow:hidden;border-radius:3px}.cke_menu_panel{padding:2px;margin:0}.cke_combopanel{border:1px solid #8f8f73;border-top-left-radius:0;width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-family:Arial,Verdana,sans-serif;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0}.cke_panel_listItem a{padding:2px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #ccc;background-color:#e9f5ff}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#316ac5;background-color:#dff1ff}.cke_hc .cke_panel_listItem.cke_selected a,.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border-width:3px;padding:0}.cke_panel_grouptitle{font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif;font-weight:bold;white-space:nowrap;background-color:#dcdcdc;color:#000;margin:0;padding:3px}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:3px;margin-bottom:3px}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#316ac5 1px solid;background-color:#dff1ff}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#316ac5 1px solid;background-color:#dff1ff}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{border-radius:5px;float:left;margin:0 6px 5px 0;padding:2px;background:url(images/sprites.png) repeat-x 0 -500px;background:linear-gradient(to bottom,#fff,#d3d3d3 100px)}.cke_hc .cke_toolgroup{padding-right:0;margin-right:4px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}.cke_rtl.cke_hc .cke_toolgroup{padding-left:0;margin-left:4px}a.cke_button{display:inline-block;height:18px;padding:2px 4px;border-radius:3px;outline:0;cursor:default;float:left;border:0}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_rtl.cke_hc .cke_button{margin:-2px -2px 0 4px}a.cke_button_on{background-color:#a3d7ff}.cke_hc .cke_button_on{border-width:3px;padding:1px 3px}a.cke_button_off{opacity:.7}a.cke_button_disabled{opacity:.3}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{background-color:#86caff}.cke_hc a.cke_button:hover{background:black}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active{background-color:#dff1ff;opacity:1}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:16px;vertical-align:middle;float:left;cursor:default}.cke_hc .cke_button_label{padding:0;display:inline-block}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_button_arrow{display:inline-block;margin:7px 0 0 1px;width:0;height:0;border-width:3px;border-color:#2f2f2f transparent transparent transparent;border-style:solid dashed dashed dashed;cursor:default;vertical-align:middle}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:0 -2px 0 3px;width:auto;border:0}.cke_rtl.cke_hc .cke_button_arrow{margin:0 3px 0 -2px}.cke_toolbar_separator{float:left;border-left:solid 1px #d3d3d3;margin:3px 2px 0;height:16px}.cke_rtl .cke_toolbar_separator{border-right:solid 1px #d3d3d3;border-left:0;float:right}.cke_hc .cke_toolbar_separator{margin-left:0;width:3px}.cke_rtl.cke_hc .cke_toolbar_separator{margin:3px 0 0 2px}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;border:1px outset #d3d3d3;margin:11px 0 0;font-size:0;cursor:default;text-align:center}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_hc .cke_toolbox_collapser{border-width:1px}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;border-width:3px;border-style:solid;border-color:transparent transparent #2f2f2f}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin:4px 2px 0 0;border-color:#2f2f2f transparent transparent}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d3d3d3;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#9d9d9d}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #ccc;background-color:#e9f5ff}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3}.cke_menubutton_on:hover,.cke_menubutton_on:focus,.cke_menubutton_on:active{border-color:#316ac5;background-color:#dff1ff}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:2px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/sprites.png);background-position:0 -1400px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-image:url(images/sprites.png);background-position:7px -1380px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px;filter:alpha(opacity = 70);opacity:.7}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{display:inline-block;border-radius:5px;background:url(images/sprites.png) 0 -100px repeat-x;float:left;padding:2px 4px 2px 6px;height:22px;margin:0 5px 5px 0;background:linear-gradient(to top,#fff,#d3d3d3 100px)}.cke_combo_off .cke_combo_button:hover,.cke_combo_off .cke_combo_button:focus,.cke_combo_off .cke_combo_button:active{background:#dff1ff;outline:0}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc .cke_combo_button{border:1px solid black;padding:1px 3px 1px 3px}.cke_hc .cke_rtl .cke_combo_button{border:1px solid black}.cke_combo_text{line-height:24px;text-overflow:ellipsis;overflow:hidden;color:#666;float:left;cursor:default;width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right}.cke_combo_inlinelabel{font-style:italic;opacity:.70}.cke_combo_off .cke_combo_button:hover .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:active .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:focus .cke_combo_inlinelabel{opacity:1}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 3px;width:5px}.cke_combo_arrow{margin:9px 0 0;float:left;opacity:.70;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #2f2f2f}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:4px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{margin-top:5px;float:left}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:1px 4px 0;color:#60676a;cursor:default;text-decoration:none;outline:0;border:0}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#efefef;opacity:.7;color:#000}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#222;border-radius:5px;text-align:center;opacity:.95;filter:alpha(opacity = 95);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#96ca0a;border:1px solid #96ca0a}.cke_notification_warning{background:#fd7c44;border:1px solid #fd7c44}.cke_notification_info{background:#54d3ec;border:1px solid #01b2d2}.cke_notification_info span.cke_notification_progress{background-color:#01b2d2;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:2px;right:3px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=G4CF) no-repeat 0 -0px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -24px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -48px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -72px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=G4CF) no-repeat 0 -96px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=G4CF) no-repeat 0 -120px!important}.cke_button__blockquote_icon{background:url(icons.png?t=G4CF) no-repeat 0 -144px!important}.cke_button__bold_icon{background:url(icons.png?t=G4CF) no-repeat 0 -168px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -192px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -216px!important}.cke_button__button_icon{background:url(icons.png?t=G4CF) no-repeat 0 -240px!important}.cke_button__checkbox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -264px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -288px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -312px!important}.cke_button__creatediv_icon{background:url(icons.png?t=G4CF) no-repeat 0 -336px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -360px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -384px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -408px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -432px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -456px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -480px!important}.cke_button__flash_icon{background:url(icons.png?t=G4CF) no-repeat 0 -504px!important}.cke_button__form_icon{background:url(icons.png?t=G4CF) no-repeat 0 -528px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -552px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=G4CF) no-repeat 0 -576px!important}.cke_button__iframe_icon{background:url(icons.png?t=G4CF) no-repeat 0 -600px!important}.cke_button__image_icon{background:url(icons.png?t=G4CF) no-repeat 0 -624px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=G4CF) no-repeat 0 -648px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -672px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -696px!important}.cke_button__italic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -720px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=G4CF) no-repeat 0 -744px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=G4CF) no-repeat 0 -768px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=G4CF) no-repeat 0 -792px!important}.cke_button__justifyright_icon{background:url(icons.png?t=G4CF) no-repeat 0 -816px!important}.cke_button__link_icon{background:url(icons.png?t=G4CF) no-repeat 0 -840px!important}.cke_button__maximize_icon{background:url(icons.png?t=G4CF) no-repeat 0 -864px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -888px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -912px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -936px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -960px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -984px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1008px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1032px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1056px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1080px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1104px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1128px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1152px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1176px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1200px!important}.cke_button__placeholder_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1224px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1248px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1272px!important}.cke_button__print_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1296px!important}.cke_button__radio_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1320px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1344px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1368px!important}.cke_button__removeformat_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1392px!important}.cke_button__replace_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1416px!important}.cke_button__save_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1440px!important}.cke_button__scayt_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1464px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1488px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1512px!important}.cke_button__selectall_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1536px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1560px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1584px!important}.cke_button__smiley_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1608px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1632px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1656px!important}.cke_button__specialchar_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1680px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1704px!important}.cke_button__strike_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1728px!important}.cke_button__subscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1752px!important}.cke_button__superscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1776px!important}.cke_button__table_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1800px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1824px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1848px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1872px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1896px!important}.cke_button__textcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1920px!important}.cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1944px!important}.cke_button__underline_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1968px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1992px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2016px!important}.cke_button__unlink_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2040px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2064px!important}.cke_button__embed_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2088px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2112px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2136px!important}.cke_button__language_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2160px!important}.cke_button__mathjax_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2184px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2208px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2232px!important}.cke_button__uicolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2256px!important}.cke_button__simplebox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2280px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -0px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -48px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -96px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -144px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -192px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -240px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -288px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -336px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -384px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -432px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -480px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -528px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -576px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -624px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -672px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -720px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -768px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -816px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -864px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -912px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -960px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1008px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1056px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1104px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1152px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1200px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1248px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1296px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1344px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1392px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1440px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1488px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1536px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1584px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1632px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1680px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1728px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1776px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1824px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1872px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1920px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1968px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2016px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2064px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2112px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2160px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2208px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2256px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2304px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2352px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2400px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2448px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2496px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2544px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2592px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2640px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2688px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2736px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2784px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2832px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2880px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2928px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2976px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3024px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3072px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3120px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3168px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3216px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3264px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3312px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3360px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3408px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3456px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3504px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3552px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3600px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3648px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3696px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3744px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3792px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3840px!important}.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3888px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3936px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3984px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4032px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4080px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2112px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2184px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4560px!important}.cke_button_off{filter:alpha(opacity = 70)}.cke_button_on{filter:alpha(opacity = 100)}.cke_button_disabled{filter:alpha(opacity = 30)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_hc .cke_button_arrow{margin-top:5px}.cke_combo_inlinelabel{filter:alpha(opacity = 70)}.cke_combo_button_off:hover .cke_combo_inlinelabel{filter:alpha(opacity = 100)}.cke_combo_button_disabled .cke_combo_inlinelabel,.cke_combo_button_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:2px outset #efefef}.cke_toolbox_collapser .cke_arrow{margin:0 1px 1px 1px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-left:2px}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{filter:alpha(opacity = 70)}.cke_resizer{filter:alpha(opacity = 80)}.cke_hc .cke_resizer{filter:none;font-size:28px}.cke_menuarrow{position:absolute;right:2px}.cke_rtl .cke_menuarrow{position:absolute;left:2px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-left:10px!important}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_button,.cke_rtl .cke_button *,.cke_rtl .cke_combo,.cke_rtl .cke_combo *,.cke_rtl .cke_path_item,.cke_rtl .cke_path_item *,.cke_rtl .cke_path_empty{float:none}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_button,.cke_rtl .cke_button_icon{display:inline-block;vertical-align:top}.cke_toolbox{display:inline-block;padding-bottom:5px;height:100%}.cke_rtl .cke_toolbox{padding-bottom:0}.cke_toolbar{margin-bottom:5px}.cke_rtl .cke_toolbar{margin-bottom:0}.cke_toolgroup{height:22px}a.cke_button{float:none;vertical-align:top}.cke_toolbar_separator{display:inline-block;float:none;vertical-align:top}.cke_toolbox_collapser .cke_arrow{border-width:4px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{border-width:3px}.cke_rtl .cke_button_arrow{padding-top:8px;margin-right:2px}.cke_rtl .cke_combo_inlinelabel{display:table-cell;vertical-align:middle;padding-bottom:8px}.cke_menubutton{display:block;height:24px}.cke_menubutton_inner{display:block;position:relative}.cke_menubutton_icon{height:16px;width:16px}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:inline-block}.cke_menubutton_label{width:auto;vertical-align:top;line-height:24px;height:24px;margin:0 10px 0 0}.cke_menuarrow{width:3px;height:5px;padding:0;position:absolute;right:8px;top:11px;background-position:0 -1411px}.cke_rtl .cke_menubutton_icon{position:absolute;right:0;top:0}.cke_rtl .cke_menubutton_label{float:right;clear:both;margin:0 24px 0 10px}.cke_hc .cke_rtl .cke_menubutton_label{margin-right:0}.cke_rtl .cke_menuarrow{left:8px;right:auto;background-position:0 -1390px}.cke_hc .cke_menuarrow{top:5px;padding:0 5px}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{position:relative}.cke_wysiwyg_div{padding-top:0!important;padding-bottom:0!important} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/kama/editor_ie8.css b/public/assets/ckeditor/skins/kama/editor_ie8.css new file mode 100644 index 0000000..4b26bbd --- /dev/null +++ b/public/assets/ckeditor/skins/kama/editor_ie8.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border-radius:5px;border:1px solid #d3d3d3;padding:5px}.cke_hc.cke_chrome{padding:2px}.cke_inner{display:block;-webkit-touch-callout:none;border-radius:5px;background:#d3d3d3 url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(to bottom,#fff -15px,#d3d3d3 40px);padding:5px}.cke_float{background:#fff}.cke_float .cke_inner{padding-bottom:0}.cke_hc .cke_contents{border:1px solid black}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{white-space:normal}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-width:12px 12px 0 12px;border-color:transparent #efefef transparent transparent;border-style:dashed solid dashed dashed;margin:10px 0 0;font-size:0;float:right;vertical-align:bottom;cursor:se-resize;opacity:.8}.cke_resizer_ltr{margin-left:-12px}.cke_resizer_rtl{float:left;border-color:transparent transparent transparent #efefef;border-style:dashed dashed dashed solid;margin-right:-12px;cursor:sw-resize}.cke_hc .cke_resizer{width:10px;height:10px;border:1px solid #fff;margin-left:0}.cke_hc .cke_resizer_rtl{margin-right:0}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;border:1px solid #8f8f73;background-color:#fff;width:120px;height:100px;overflow:hidden;border-radius:3px}.cke_menu_panel{padding:2px;margin:0}.cke_combopanel{border:1px solid #8f8f73;border-top-left-radius:0;width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-family:Arial,Verdana,sans-serif;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0}.cke_panel_listItem a{padding:2px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #ccc;background-color:#e9f5ff}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#316ac5;background-color:#dff1ff}.cke_hc .cke_panel_listItem.cke_selected a,.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border-width:3px;padding:0}.cke_panel_grouptitle{font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif;font-weight:bold;white-space:nowrap;background-color:#dcdcdc;color:#000;margin:0;padding:3px}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:3px;margin-bottom:3px}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#316ac5 1px solid;background-color:#dff1ff}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#316ac5 1px solid;background-color:#dff1ff}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{border-radius:5px;float:left;margin:0 6px 5px 0;padding:2px;background:url(images/sprites.png) repeat-x 0 -500px;background:linear-gradient(to bottom,#fff,#d3d3d3 100px)}.cke_hc .cke_toolgroup{padding-right:0;margin-right:4px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}.cke_rtl.cke_hc .cke_toolgroup{padding-left:0;margin-left:4px}a.cke_button{display:inline-block;height:18px;padding:2px 4px;border-radius:3px;outline:0;cursor:default;float:left;border:0}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_rtl.cke_hc .cke_button{margin:-2px -2px 0 4px}a.cke_button_on{background-color:#a3d7ff}.cke_hc .cke_button_on{border-width:3px;padding:1px 3px}a.cke_button_off{opacity:.7}a.cke_button_disabled{opacity:.3}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{background-color:#86caff}.cke_hc a.cke_button:hover{background:black}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active{background-color:#dff1ff;opacity:1}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:16px;vertical-align:middle;float:left;cursor:default}.cke_hc .cke_button_label{padding:0;display:inline-block}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_button_arrow{display:inline-block;margin:7px 0 0 1px;width:0;height:0;border-width:3px;border-color:#2f2f2f transparent transparent transparent;border-style:solid dashed dashed dashed;cursor:default;vertical-align:middle}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:0 -2px 0 3px;width:auto;border:0}.cke_rtl.cke_hc .cke_button_arrow{margin:0 3px 0 -2px}.cke_toolbar_separator{float:left;border-left:solid 1px #d3d3d3;margin:3px 2px 0;height:16px}.cke_rtl .cke_toolbar_separator{border-right:solid 1px #d3d3d3;border-left:0;float:right}.cke_hc .cke_toolbar_separator{margin-left:0;width:3px}.cke_rtl.cke_hc .cke_toolbar_separator{margin:3px 0 0 2px}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;border:1px outset #d3d3d3;margin:11px 0 0;font-size:0;cursor:default;text-align:center}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_hc .cke_toolbox_collapser{border-width:1px}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;border-width:3px;border-style:solid;border-color:transparent transparent #2f2f2f}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin:4px 2px 0 0;border-color:#2f2f2f transparent transparent}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d3d3d3;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#9d9d9d}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #ccc;background-color:#e9f5ff}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3}.cke_menubutton_on:hover,.cke_menubutton_on:focus,.cke_menubutton_on:active{border-color:#316ac5;background-color:#dff1ff}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:2px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/sprites.png);background-position:0 -1400px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-image:url(images/sprites.png);background-position:7px -1380px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px;filter:alpha(opacity = 70);opacity:.7}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{display:inline-block;border-radius:5px;background:url(images/sprites.png) 0 -100px repeat-x;float:left;padding:2px 4px 2px 6px;height:22px;margin:0 5px 5px 0;background:linear-gradient(to top,#fff,#d3d3d3 100px)}.cke_combo_off .cke_combo_button:hover,.cke_combo_off .cke_combo_button:focus,.cke_combo_off .cke_combo_button:active{background:#dff1ff;outline:0}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc .cke_combo_button{border:1px solid black;padding:1px 3px 1px 3px}.cke_hc .cke_rtl .cke_combo_button{border:1px solid black}.cke_combo_text{line-height:24px;text-overflow:ellipsis;overflow:hidden;color:#666;float:left;cursor:default;width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right}.cke_combo_inlinelabel{font-style:italic;opacity:.70}.cke_combo_off .cke_combo_button:hover .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:active .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:focus .cke_combo_inlinelabel{opacity:1}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 3px;width:5px}.cke_combo_arrow{margin:9px 0 0;float:left;opacity:.70;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #2f2f2f}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:4px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{margin-top:5px;float:left}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:1px 4px 0;color:#60676a;cursor:default;text-decoration:none;outline:0;border:0}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#efefef;opacity:.7;color:#000}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#222;border-radius:5px;text-align:center;opacity:.95;filter:alpha(opacity = 95);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#96ca0a;border:1px solid #96ca0a}.cke_notification_warning{background:#fd7c44;border:1px solid #fd7c44}.cke_notification_info{background:#54d3ec;border:1px solid #01b2d2}.cke_notification_info span.cke_notification_progress{background-color:#01b2d2;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:2px;right:3px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=G4CF) no-repeat 0 -0px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -24px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -48px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -72px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=G4CF) no-repeat 0 -96px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=G4CF) no-repeat 0 -120px!important}.cke_button__blockquote_icon{background:url(icons.png?t=G4CF) no-repeat 0 -144px!important}.cke_button__bold_icon{background:url(icons.png?t=G4CF) no-repeat 0 -168px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -192px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -216px!important}.cke_button__button_icon{background:url(icons.png?t=G4CF) no-repeat 0 -240px!important}.cke_button__checkbox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -264px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -288px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -312px!important}.cke_button__creatediv_icon{background:url(icons.png?t=G4CF) no-repeat 0 -336px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -360px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -384px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -408px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -432px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -456px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -480px!important}.cke_button__flash_icon{background:url(icons.png?t=G4CF) no-repeat 0 -504px!important}.cke_button__form_icon{background:url(icons.png?t=G4CF) no-repeat 0 -528px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -552px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=G4CF) no-repeat 0 -576px!important}.cke_button__iframe_icon{background:url(icons.png?t=G4CF) no-repeat 0 -600px!important}.cke_button__image_icon{background:url(icons.png?t=G4CF) no-repeat 0 -624px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=G4CF) no-repeat 0 -648px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -672px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -696px!important}.cke_button__italic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -720px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=G4CF) no-repeat 0 -744px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=G4CF) no-repeat 0 -768px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=G4CF) no-repeat 0 -792px!important}.cke_button__justifyright_icon{background:url(icons.png?t=G4CF) no-repeat 0 -816px!important}.cke_button__link_icon{background:url(icons.png?t=G4CF) no-repeat 0 -840px!important}.cke_button__maximize_icon{background:url(icons.png?t=G4CF) no-repeat 0 -864px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -888px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -912px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -936px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -960px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -984px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1008px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1032px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1056px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1080px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1104px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1128px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1152px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1176px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1200px!important}.cke_button__placeholder_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1224px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1248px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1272px!important}.cke_button__print_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1296px!important}.cke_button__radio_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1320px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1344px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1368px!important}.cke_button__removeformat_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1392px!important}.cke_button__replace_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1416px!important}.cke_button__save_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1440px!important}.cke_button__scayt_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1464px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1488px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1512px!important}.cke_button__selectall_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1536px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1560px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1584px!important}.cke_button__smiley_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1608px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1632px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1656px!important}.cke_button__specialchar_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1680px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1704px!important}.cke_button__strike_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1728px!important}.cke_button__subscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1752px!important}.cke_button__superscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1776px!important}.cke_button__table_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1800px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1824px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1848px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1872px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1896px!important}.cke_button__textcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1920px!important}.cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1944px!important}.cke_button__underline_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1968px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1992px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2016px!important}.cke_button__unlink_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2040px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2064px!important}.cke_button__embed_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2088px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2112px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2136px!important}.cke_button__language_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2160px!important}.cke_button__mathjax_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2184px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2208px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2232px!important}.cke_button__uicolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2256px!important}.cke_button__simplebox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2280px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -0px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -48px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -96px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -144px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -192px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -240px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -288px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -336px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -384px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -432px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -480px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -528px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -576px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -624px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -672px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -720px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -768px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -816px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -864px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -912px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -960px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1008px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1056px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1104px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1152px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1200px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1248px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1296px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1344px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1392px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1440px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1488px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1536px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1584px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1632px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1680px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1728px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1776px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1824px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1872px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1920px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1968px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2016px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2064px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2112px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2160px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2208px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2256px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2304px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2352px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2400px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2448px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2496px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2544px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2592px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2640px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2688px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2736px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2784px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2832px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2880px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2928px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2976px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3024px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3072px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3120px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3168px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3216px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3264px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3312px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3360px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3408px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3456px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3504px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3552px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3600px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3648px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3696px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3744px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3792px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3840px!important}.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3888px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3936px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3984px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4032px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4080px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2112px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2184px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4560px!important}.cke_button_off{filter:alpha(opacity = 70)}.cke_button_on{filter:alpha(opacity = 100)}.cke_button_disabled{filter:alpha(opacity = 30)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_hc .cke_button_arrow{margin-top:5px}.cke_combo_inlinelabel{filter:alpha(opacity = 70)}.cke_combo_button_off:hover .cke_combo_inlinelabel{filter:alpha(opacity = 100)}.cke_combo_button_disabled .cke_combo_inlinelabel,.cke_combo_button_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:2px outset #efefef}.cke_toolbox_collapser .cke_arrow{margin:0 1px 1px 1px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-left:2px}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{filter:alpha(opacity = 70)}.cke_resizer{filter:alpha(opacity = 80)}.cke_hc .cke_resizer{filter:none;font-size:28px}.cke_menuarrow{position:absolute;right:2px}.cke_rtl .cke_menuarrow{position:absolute;left:2px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-left:10px!important}.cke_toolbox_collapser .cke_arrow{border-width:4px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{border-width:3px} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/kama/editor_iequirks.css b/public/assets/ckeditor/skins/kama/editor_iequirks.css new file mode 100644 index 0000000..cb830c6 --- /dev/null +++ b/public/assets/ckeditor/skins/kama/editor_iequirks.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border-radius:5px;border:1px solid #d3d3d3;padding:5px}.cke_hc.cke_chrome{padding:2px}.cke_inner{display:block;-webkit-touch-callout:none;border-radius:5px;background:#d3d3d3 url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(to bottom,#fff -15px,#d3d3d3 40px);padding:5px}.cke_float{background:#fff}.cke_float .cke_inner{padding-bottom:0}.cke_hc .cke_contents{border:1px solid black}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{white-space:normal}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-width:12px 12px 0 12px;border-color:transparent #efefef transparent transparent;border-style:dashed solid dashed dashed;margin:10px 0 0;font-size:0;float:right;vertical-align:bottom;cursor:se-resize;opacity:.8}.cke_resizer_ltr{margin-left:-12px}.cke_resizer_rtl{float:left;border-color:transparent transparent transparent #efefef;border-style:dashed dashed dashed solid;margin-right:-12px;cursor:sw-resize}.cke_hc .cke_resizer{width:10px;height:10px;border:1px solid #fff;margin-left:0}.cke_hc .cke_resizer_rtl{margin-right:0}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;border:1px solid #8f8f73;background-color:#fff;width:120px;height:100px;overflow:hidden;border-radius:3px}.cke_menu_panel{padding:2px;margin:0}.cke_combopanel{border:1px solid #8f8f73;border-top-left-radius:0;width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-family:Arial,Verdana,sans-serif;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0}.cke_panel_listItem a{padding:2px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #ccc;background-color:#e9f5ff}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#316ac5;background-color:#dff1ff}.cke_hc .cke_panel_listItem.cke_selected a,.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border-width:3px;padding:0}.cke_panel_grouptitle{font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif;font-weight:bold;white-space:nowrap;background-color:#dcdcdc;color:#000;margin:0;padding:3px}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:3px;margin-bottom:3px}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#316ac5 1px solid;background-color:#dff1ff}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#316ac5 1px solid;background-color:#dff1ff}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{border-radius:5px;float:left;margin:0 6px 5px 0;padding:2px;background:url(images/sprites.png) repeat-x 0 -500px;background:linear-gradient(to bottom,#fff,#d3d3d3 100px)}.cke_hc .cke_toolgroup{padding-right:0;margin-right:4px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}.cke_rtl.cke_hc .cke_toolgroup{padding-left:0;margin-left:4px}a.cke_button{display:inline-block;height:18px;padding:2px 4px;border-radius:3px;outline:0;cursor:default;float:left;border:0}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_rtl.cke_hc .cke_button{margin:-2px -2px 0 4px}a.cke_button_on{background-color:#a3d7ff}.cke_hc .cke_button_on{border-width:3px;padding:1px 3px}a.cke_button_off{opacity:.7}a.cke_button_disabled{opacity:.3}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{background-color:#86caff}.cke_hc a.cke_button:hover{background:black}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active{background-color:#dff1ff;opacity:1}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:16px;vertical-align:middle;float:left;cursor:default}.cke_hc .cke_button_label{padding:0;display:inline-block}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_button_arrow{display:inline-block;margin:7px 0 0 1px;width:0;height:0;border-width:3px;border-color:#2f2f2f transparent transparent transparent;border-style:solid dashed dashed dashed;cursor:default;vertical-align:middle}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:0 -2px 0 3px;width:auto;border:0}.cke_rtl.cke_hc .cke_button_arrow{margin:0 3px 0 -2px}.cke_toolbar_separator{float:left;border-left:solid 1px #d3d3d3;margin:3px 2px 0;height:16px}.cke_rtl .cke_toolbar_separator{border-right:solid 1px #d3d3d3;border-left:0;float:right}.cke_hc .cke_toolbar_separator{margin-left:0;width:3px}.cke_rtl.cke_hc .cke_toolbar_separator{margin:3px 0 0 2px}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;border:1px outset #d3d3d3;margin:11px 0 0;font-size:0;cursor:default;text-align:center}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_hc .cke_toolbox_collapser{border-width:1px}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;border-width:3px;border-style:solid;border-color:transparent transparent #2f2f2f}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin:4px 2px 0 0;border-color:#2f2f2f transparent transparent}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d3d3d3;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#9d9d9d}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #ccc;background-color:#e9f5ff}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3}.cke_menubutton_on:hover,.cke_menubutton_on:focus,.cke_menubutton_on:active{border-color:#316ac5;background-color:#dff1ff}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:2px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/sprites.png);background-position:0 -1400px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-image:url(images/sprites.png);background-position:7px -1380px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px;filter:alpha(opacity = 70);opacity:.7}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{display:inline-block;border-radius:5px;background:url(images/sprites.png) 0 -100px repeat-x;float:left;padding:2px 4px 2px 6px;height:22px;margin:0 5px 5px 0;background:linear-gradient(to top,#fff,#d3d3d3 100px)}.cke_combo_off .cke_combo_button:hover,.cke_combo_off .cke_combo_button:focus,.cke_combo_off .cke_combo_button:active{background:#dff1ff;outline:0}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc .cke_combo_button{border:1px solid black;padding:1px 3px 1px 3px}.cke_hc .cke_rtl .cke_combo_button{border:1px solid black}.cke_combo_text{line-height:24px;text-overflow:ellipsis;overflow:hidden;color:#666;float:left;cursor:default;width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right}.cke_combo_inlinelabel{font-style:italic;opacity:.70}.cke_combo_off .cke_combo_button:hover .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:active .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:focus .cke_combo_inlinelabel{opacity:1}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 3px;width:5px}.cke_combo_arrow{margin:9px 0 0;float:left;opacity:.70;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #2f2f2f}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:4px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{margin-top:5px;float:left}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:1px 4px 0;color:#60676a;cursor:default;text-decoration:none;outline:0;border:0}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#efefef;opacity:.7;color:#000}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#222;border-radius:5px;text-align:center;opacity:.95;filter:alpha(opacity = 95);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#96ca0a;border:1px solid #96ca0a}.cke_notification_warning{background:#fd7c44;border:1px solid #fd7c44}.cke_notification_info{background:#54d3ec;border:1px solid #01b2d2}.cke_notification_info span.cke_notification_progress{background-color:#01b2d2;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:2px;right:3px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=G4CF) no-repeat 0 -0px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -24px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -48px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -72px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=G4CF) no-repeat 0 -96px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=G4CF) no-repeat 0 -120px!important}.cke_button__blockquote_icon{background:url(icons.png?t=G4CF) no-repeat 0 -144px!important}.cke_button__bold_icon{background:url(icons.png?t=G4CF) no-repeat 0 -168px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -192px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -216px!important}.cke_button__button_icon{background:url(icons.png?t=G4CF) no-repeat 0 -240px!important}.cke_button__checkbox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -264px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -288px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -312px!important}.cke_button__creatediv_icon{background:url(icons.png?t=G4CF) no-repeat 0 -336px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -360px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -384px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -408px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -432px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -456px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -480px!important}.cke_button__flash_icon{background:url(icons.png?t=G4CF) no-repeat 0 -504px!important}.cke_button__form_icon{background:url(icons.png?t=G4CF) no-repeat 0 -528px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -552px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=G4CF) no-repeat 0 -576px!important}.cke_button__iframe_icon{background:url(icons.png?t=G4CF) no-repeat 0 -600px!important}.cke_button__image_icon{background:url(icons.png?t=G4CF) no-repeat 0 -624px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=G4CF) no-repeat 0 -648px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -672px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -696px!important}.cke_button__italic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -720px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=G4CF) no-repeat 0 -744px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=G4CF) no-repeat 0 -768px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=G4CF) no-repeat 0 -792px!important}.cke_button__justifyright_icon{background:url(icons.png?t=G4CF) no-repeat 0 -816px!important}.cke_button__link_icon{background:url(icons.png?t=G4CF) no-repeat 0 -840px!important}.cke_button__maximize_icon{background:url(icons.png?t=G4CF) no-repeat 0 -864px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -888px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -912px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -936px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -960px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -984px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1008px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1032px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1056px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1080px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1104px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1128px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1152px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1176px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1200px!important}.cke_button__placeholder_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1224px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1248px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1272px!important}.cke_button__print_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1296px!important}.cke_button__radio_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1320px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1344px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1368px!important}.cke_button__removeformat_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1392px!important}.cke_button__replace_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1416px!important}.cke_button__save_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1440px!important}.cke_button__scayt_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1464px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1488px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1512px!important}.cke_button__selectall_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1536px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1560px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1584px!important}.cke_button__smiley_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1608px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1632px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1656px!important}.cke_button__specialchar_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1680px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1704px!important}.cke_button__strike_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1728px!important}.cke_button__subscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1752px!important}.cke_button__superscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1776px!important}.cke_button__table_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1800px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1824px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1848px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1872px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1896px!important}.cke_button__textcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1920px!important}.cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1944px!important}.cke_button__underline_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1968px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1992px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2016px!important}.cke_button__unlink_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2040px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2064px!important}.cke_button__embed_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2088px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2112px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2136px!important}.cke_button__language_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2160px!important}.cke_button__mathjax_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2184px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2208px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2232px!important}.cke_button__uicolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2256px!important}.cke_button__simplebox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2280px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -0px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -48px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -96px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -144px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -192px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -240px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -288px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -336px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -384px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -432px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -480px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -528px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -576px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -624px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -672px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -720px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -768px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -816px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -864px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -912px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -960px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1008px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1056px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1104px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1152px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1200px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1248px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1296px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1344px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1392px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1440px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1488px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1536px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1584px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1632px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1680px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1728px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1776px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1824px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1872px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1920px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1968px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2016px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2064px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2112px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2160px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2208px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2256px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2304px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2352px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2400px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2448px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2496px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2544px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2592px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2640px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2688px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2736px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2784px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2832px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2880px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2928px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2976px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3024px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3072px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3120px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3168px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3216px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3264px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3312px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3360px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3408px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3456px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3504px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3552px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3600px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3648px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3696px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3744px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3792px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3840px!important}.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3888px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3936px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -3984px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4032px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4080px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2112px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2184px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4560px!important}.cke_button_off{filter:alpha(opacity = 70)}.cke_button_on{filter:alpha(opacity = 100)}.cke_button_disabled{filter:alpha(opacity = 30)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_hc .cke_button_arrow{margin-top:5px}.cke_combo_inlinelabel{filter:alpha(opacity = 70)}.cke_combo_button_off:hover .cke_combo_inlinelabel{filter:alpha(opacity = 100)}.cke_combo_button_disabled .cke_combo_inlinelabel,.cke_combo_button_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:2px outset #efefef}.cke_toolbox_collapser .cke_arrow{margin:0 1px 1px 1px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-left:2px}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{filter:alpha(opacity = 70)}.cke_resizer{filter:alpha(opacity = 80)}.cke_hc .cke_resizer{filter:none;font-size:28px}.cke_menuarrow{position:absolute;right:2px}.cke_rtl .cke_menuarrow{position:absolute;left:2px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-left:10px!important}.cke_top,.cke_contents,.cke_bottom{width:100%}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_button,.cke_rtl .cke_button *,.cke_rtl .cke_combo,.cke_rtl .cke_combo *,.cke_rtl .cke_path_item,.cke_rtl .cke_path_item *{float:none}.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_button,.cke_rtl .cke_button_icon,.cke_rtl .cke_button_arrow{vertical-align:top;display:inline-block}.cke_toolgroup,.cke_combo_button,.cke_combo_arrow,.cke_button_arrow,.cke_toolbox_collapser,.cke_resizer{background-image:url(images/sprites_ie6.png)}.cke_toolgroup{background-color:#fff;display:inline-block;padding:2px}.cke_inner{padding-top:2px;background-color:#d3d3d3;background-image:none}.cke_toolbar{margin:2px 0}.cke_rtl .cke_toolbar{margin-bottom:-1px;margin-top:-1px}.cke_toolbar_separator{vertical-align:top}.cke_toolbox{width:100%;float:left;padding-bottom:4px}.cke_rtl .cke_toolbox{margin-top:2px;margin-bottom:-4px}.cke_combo_button{background-color:#fff}.cke_rtl .cke_combo_button{padding-right:6px;padding-left:0}.cke_combo_text{line-height:21px}.cke_ltr .cke_combo_open{margin-left:-3px}.cke_combo_arrow{background-position:2px -1467px;margin:2px 0 0;border:0;width:8px;height:13px}.cke_rtl .cke_button_arrow{background-position-x:0}.cke_toolbox_collapser .cke_arrow{display:block;visibility:hidden;font-size:0;color:transparent;border:0}.cke_button_arrow{background-position:2px -1467px;margin:0;border:0;width:8px;height:15px}.cke_ltr .cke_button_arrow{background-position:0 -1467px;margin-left:-3px}.cke_toolbox_collapser{background-position:3px -1367px}.cke_toolbox_collapser_min{background-position:4px -1387px;margin:2px 0 0}.cke_rtl .cke_toolbox_collapser_min{background-position:4px -1408px}.cke_resizer{background-position:0 -1427px;width:12px;height:12px;border:0;margin:9px 0 0;vertical-align:baseline}.cke_dialog_tabs{position:absolute;top:38px;left:0}.cke_dialog_body{clear:both;margin-top:20px}a.cke_dialog_ui_button{background:url(images/sprites.png) repeat_x 0 _ 1069px}a.cke_dialog_ui_button:hover,a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{background-position:0 -1179px}a.cke_dialog_ui_button_ok{background:url(images/sprites.png) repeat_x 0 _ 1144px}a.cke_dialog_ui_button_cancel{background:url(images/sprites.png) repeat_x 0 _ 1105px}a.cke_dialog_ui_button_ok span,a.cke_dialog_ui_button_cancel span{background-image:none}.cke_menubutton_label{height:25px}.cke_menuarrow{background-image:url(images/sprites_ie6.png)}.cke_menuitem .cke_icon,.cke_button_icon,.cke_menuitem .cke_disabled .cke_icon,.cke_button_disabled .cke_button_icon{filter:""}.cke_menuseparator{font-size:0}.cke_colorbox{font-size:0}.cke_source{white-space:normal} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/kama/icons.png b/public/assets/ckeditor/skins/kama/icons.png new file mode 100644 index 0000000000000000000000000000000000000000..91183a48c5d9e3ca6a8d2f0aa911bef0dcf10f3b GIT binary patch literal 9855 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/kama/icons_hidpi.png b/public/assets/ckeditor/skins/kama/icons_hidpi.png new file mode 100644 index 0000000000000000000000000000000000000000..bdb80eb41286b20ee351279147665505d0af60a5 GIT binary patch literal 16078 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/kama/images/dialog_sides.gif b/public/assets/ckeditor/skins/kama/images/dialog_sides.gif new file mode 100644 index 0000000000000000000000000000000000000000..b5d9a532742be3b80fe8fa49dc0508a929554519 GIT binary patch literal 47 ycmZ?wbhEHbRA69a_`tw$_3GUJ|NkrgWMO0g3g|EZ0Z7JyiLIxfgZpJTgEat4Jq%m` literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/kama/images/dialog_sides.png b/public/assets/ckeditor/skins/kama/images/dialog_sides.png new file mode 100644 index 0000000000000000000000000000000000000000..2df7a15be31234ff8dbf372be25d82aefa9e14e9 GIT binary patch literal 125 zcmeAS@N?(olHy`uVBq!ia0vp^3P8-r!3HGvcdbbWQZAk@jv*DdlK%YvZ_jMFV2MhT zq{l`kLu-Lzb=94=uG8k5=U>-V_{!LEpZR09LLKLk^9#RZudwj=$1PCL`e?qxA8CaH Z40anton)%nwgSy#@O1TaS?83{1OUR^C|>{o literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/kama/images/dialog_sides_rtl.png b/public/assets/ckeditor/skins/kama/images/dialog_sides_rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..b179935fa33237cb367cf6c75146a0a93412b745 GIT binary patch literal 128 zcmeAS@N?(olHy`uVBq!ia0vp^3P8-r!3HGvcdbbWQtqBEjv*Ddl63U=($f+W5?GVU z6rQmq$tj32BsnUGu_hHNOl!HcD4?)$iHf-?n~FjHJ-tkYuc96GOdsFRn<rW?*#R_> ajbYw?uK!Q}nw|g}$>8bg=d#Wzp$P!)D<w|= literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/kama/images/mini.gif b/public/assets/ckeditor/skins/kama/images/mini.gif new file mode 100644 index 0000000000000000000000000000000000000000..babc31a5d7076bac05f3bc810da079bc2bc24a00 GIT binary patch literal 181 zcmZ?wbhEHb6ksr5_{6|4bLJTahKBO;@&yZ)Ff=rzrOjku_zwh%KUo+V7}yzf7=Qqz z)`7XIV%HtN2{T@<N)5bpdb(zFa*J3>iH7@<xsf8lg(uEQ^Q)|`T2;a#Ez7mYI@V|Z zf`XkB9*9izPfk#nz|bmMeEO<f&(fYvf}TzClfTS7omLf?-D7c2h3RF$*BxiqGsG~6 h)hqbx@yc7WGYB*B8gw>_8OTS5bp~7b$8a)O0|4X<LRtU- literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/kama/images/spinner.gif b/public/assets/ckeditor/skins/kama/images/spinner.gif new file mode 100644 index 0000000000000000000000000000000000000000..d898d41fa7e0d56b5c0da930750e108e50c14d72 GIT binary patch literal 2984 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/kama/images/sprites.png b/public/assets/ckeditor/skins/kama/images/sprites.png new file mode 100644 index 0000000000000000000000000000000000000000..5fc409d141ff1e445a064e02069a3de6bc7f2f7c GIT binary patch literal 6117 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/kama/images/sprites_ie6.png b/public/assets/ckeditor/skins/kama/images/sprites_ie6.png new file mode 100644 index 0000000000000000000000000000000000000000..070a8cee1a9330870e9ac8eca43f997ef1cb35ce GIT binary patch literal 2658 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 KuqZly@$SC{8hw!f literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/kama/images/toolbar_start.gif b/public/assets/ckeditor/skins/kama/images/toolbar_start.gif new file mode 100644 index 0000000000000000000000000000000000000000..94aa4abc1be94b1a11ea88ce2c875542ab424e76 GIT binary patch literal 102 zcmZ?wbhEHbWM&Xx_{_ktYH`cTMJ){#5iK=Q6WWtDtnAH5a-ToFbl$Y$qHMnfGs+q& z!l!hn{{R1<0Spv>vM@3*@G|Itcpx(zScEq)EV;3&yH|wo;EV|pzM1nfvfLP~0kBOY A-T(jq literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/kama/readme.md b/public/assets/ckeditor/skins/kama/readme.md new file mode 100644 index 0000000..aabff6f --- /dev/null +++ b/public/assets/ckeditor/skins/kama/readme.md @@ -0,0 +1,38 @@ +"Kama" Skin +==================== + +"Kama" is the default skin of CKEditor 3.x. +It's been ported to CKEditor 4 and fully featured. + +For more information about skins, please check the [CKEditor Skin SDK](http://docs.cksource.com/CKEditor_4.x/Skin_SDK) +documentation. + +Directory Structure +------------------- + +CSS parts: +- **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance, +- **mainui.css**: the file contains styles of entire editor outline structures, +- **toolbar.css**: the file contains styles of the editor toolbar space (top), +- **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar, +- **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded +until the first panel open up, +- **elementspath.css**: the file contains styles of the editor elements path bar (bottom), +- **menu.css**: the file contains styles of all editor menus including context menu and button drop-down, +it's not loaded until the first menu open up, +- **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open, +- **reset.css**: the file defines the basis of style resets among all editor UI spaces, +- **preset.css**: the file defines the default styles of some UI elements reflecting the skin preference, +- **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks. + +Other parts: +- **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific files and its icons and defines the Chameleon feature, +- **icons/**: contains all skin defined icons, +- **images/**: contains a fill general used images. + +License +------- + +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + +For licensing, see LICENSE.md or [http://ckeditor.com/license](http://ckeditor.com/license) diff --git a/public/assets/ckeditor/skins/kama/skin.js b/public/assets/ckeditor/skins/kama/skin.js new file mode 100644 index 0000000..7e2c923 --- /dev/null +++ b/public/assets/ckeditor/skins/kama/skin.js @@ -0,0 +1,8 @@ +/* + Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.skin.name="kama";CKEDITOR.skin.ua_editor="ie,iequirks,ie7,ie8";CKEDITOR.skin.ua_dialog="ie,iequirks,ie7,ie8"; +CKEDITOR.skin.chameleon=function(d,c){var b,a="."+d.id;"editor"==c?b=a+" .cke_inner,"+a+" .cke_dialog_tab{background-color:$color;linear-gradient( to bottom,#fff -15px,$color 40px );}"+a+" .cke_toolgroup{linear-gradient( to bottom,#fff,$color 100px );}"+a+" .cke_combo_button{linear-gradient( to top,#fff,$color 100px );}"+a+" .cke_dialog_contents,"+a+" .cke_dialog_footer{background-color:$color !important;}"+a+" .cke_dialog_tab:hover,"+a+" .cke_dialog_tab:active,"+a+" .cke_dialog_tab:focus,"+a+" .cke_dialog_tab_selected{background-color:$color;background-image:none;}": +"panel"==c&&(b=".cke_menubutton_icon{background-color:$color !important;border-color:$color !important;}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:$color !important;border-color:$color !important;}.cke_menubutton:hover .cke_menubutton_label,.cke_menubutton:focus .cke_menubutton_label,.cke_menubutton:active .cke_menubutton_label{background-color:$color !important;}.cke_menubutton_disabled:hover .cke_menubutton_label,.cke_menubutton_disabled:focus .cke_menubutton_label,.cke_menubutton_disabled:active .cke_menubutton_label{background-color: transparent !important;}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{background-color:$color !important;border-color:$color !important;}.cke_menubutton_disabled .cke_menubutton_icon{background-color:$color !important;border-color:$color !important;}.cke_menuseparator{background-color:$color !important;}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:$color !important;}"); +return b}; \ No newline at end of file diff --git a/public/assets/ckeditor/skins/moono/dialog.css b/public/assets/ckeditor/skins/moono/dialog.css new file mode 100644 index 0000000..68f3d65 --- /dev/null +++ b/public/assets/ckeditor/skins/moono/dialog.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:linear-gradient(to bottom,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fafafa',endColorstr='#ededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover,a.cke_dialog_tab:focus{background:#ebebeb;background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover,a.cke_dialog_tab_selected:focus{background:#ededed;background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}a.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:4px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;box-sizing:border-box;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:linear-gradient(to bottom,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button_ok.cke_disabled{border-color:#7d9f51;background:#8dad62;background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3d271),to(#8dad62));background-image:-webkit-linear-gradient(top,#b3d271,#8dad62);background-image:-o-linear-gradient(top,#b3d271,#8dad62);background-image:linear-gradient(to bottom,#b3d271,#8dad62);background-image:-moz-linear-gradient(top,#b3d271,#8dad62);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#B3D271',endColorstr='#8DAD62')}a.cke_dialog_ui_button_ok.cke_disabled span{color:#e0e8d1}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:focus,a.cke_dialog_ui_button_ok.cke_disabled:active{border-color:#6f8c49}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(images/refresh.png) top left no-repeat;width:16px;height:16px;border:1px none;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/moono/dialog_ie.css b/public/assets/ckeditor/skins/moono/dialog_ie.css new file mode 100644 index 0000000..75dd7c5 --- /dev/null +++ b/public/assets/ckeditor/skins/moono/dialog_ie.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:linear-gradient(to bottom,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fafafa',endColorstr='#ededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover,a.cke_dialog_tab:focus{background:#ebebeb;background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover,a.cke_dialog_tab_selected:focus{background:#ededed;background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}a.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:4px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;box-sizing:border-box;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:linear-gradient(to bottom,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button_ok.cke_disabled{border-color:#7d9f51;background:#8dad62;background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3d271),to(#8dad62));background-image:-webkit-linear-gradient(top,#b3d271,#8dad62);background-image:-o-linear-gradient(top,#b3d271,#8dad62);background-image:linear-gradient(to bottom,#b3d271,#8dad62);background-image:-moz-linear-gradient(top,#b3d271,#8dad62);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#B3D271',endColorstr='#8DAD62')}a.cke_dialog_ui_button_ok.cke_disabled span{color:#e0e8d1}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:focus,a.cke_dialog_ui_button_ok.cke_disabled:active{border-color:#6f8c49}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(images/refresh.png) top left no-repeat;width:16px;height:16px;border:1px none;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:0} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/moono/dialog_ie7.css b/public/assets/ckeditor/skins/moono/dialog_ie7.css new file mode 100644 index 0000000..7ce23f7 --- /dev/null +++ b/public/assets/ckeditor/skins/moono/dialog_ie7.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:linear-gradient(to bottom,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fafafa',endColorstr='#ededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover,a.cke_dialog_tab:focus{background:#ebebeb;background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover,a.cke_dialog_tab_selected:focus{background:#ededed;background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}a.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:4px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;box-sizing:border-box;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:linear-gradient(to bottom,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button_ok.cke_disabled{border-color:#7d9f51;background:#8dad62;background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3d271),to(#8dad62));background-image:-webkit-linear-gradient(top,#b3d271,#8dad62);background-image:-o-linear-gradient(top,#b3d271,#8dad62);background-image:linear-gradient(to bottom,#b3d271,#8dad62);background-image:-moz-linear-gradient(top,#b3d271,#8dad62);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#B3D271',endColorstr='#8DAD62')}a.cke_dialog_ui_button_ok.cke_disabled span{color:#e0e8d1}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:focus,a.cke_dialog_ui_button_ok.cke_disabled:active{border-color:#6f8c49}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(images/refresh.png) top left no-repeat;width:16px;height:16px;border:1px none;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:0}.cke_dialog_title{zoom:1}.cke_dialog_footer{border-top:1px solid #bfbfbf}.cke_dialog_footer_buttons{position:static}.cke_dialog_footer_buttons a.cke_dialog_ui_button{vertical-align:top}.cke_dialog .cke_resizer_ltr{padding-left:4px}.cke_dialog .cke_resizer_rtl{padding-right:4px}.cke_dialog_ui_input_text,.cke_dialog_ui_input_password,.cke_dialog_ui_input_textarea,.cke_dialog_ui_input_select{padding:0!important}.cke_dialog_ui_checkbox_input,.cke_dialog_ui_ratio_input,.cke_btn_reset,.cke_btn_locked,.cke_btn_unlocked{border:1px solid transparent!important} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/moono/dialog_ie8.css b/public/assets/ckeditor/skins/moono/dialog_ie8.css new file mode 100644 index 0000000..6fb36f1 --- /dev/null +++ b/public/assets/ckeditor/skins/moono/dialog_ie8.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:linear-gradient(to bottom,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fafafa',endColorstr='#ededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover,a.cke_dialog_tab:focus{background:#ebebeb;background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover,a.cke_dialog_tab_selected:focus{background:#ededed;background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}a.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:4px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;box-sizing:border-box;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:linear-gradient(to bottom,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button_ok.cke_disabled{border-color:#7d9f51;background:#8dad62;background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3d271),to(#8dad62));background-image:-webkit-linear-gradient(top,#b3d271,#8dad62);background-image:-o-linear-gradient(top,#b3d271,#8dad62);background-image:linear-gradient(to bottom,#b3d271,#8dad62);background-image:-moz-linear-gradient(top,#b3d271,#8dad62);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#B3D271',endColorstr='#8DAD62')}a.cke_dialog_ui_button_ok.cke_disabled span{color:#e0e8d1}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:focus,a.cke_dialog_ui_button_ok.cke_disabled:active{border-color:#6f8c49}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(images/refresh.png) top left no-repeat;width:16px;height:16px;border:1px none;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:0}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{display:block} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/moono/dialog_iequirks.css b/public/assets/ckeditor/skins/moono/dialog_iequirks.css new file mode 100644 index 0000000..c1cad55 --- /dev/null +++ b/public/assets/ckeditor/skins/moono/dialog_iequirks.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:linear-gradient(to bottom,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fafafa',endColorstr='#ededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover,a.cke_dialog_tab:focus{background:#ebebeb;background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover,a.cke_dialog_tab_selected:focus{background:#ededed;background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}a.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:4px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;box-sizing:border-box;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:linear-gradient(to bottom,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button_ok.cke_disabled{border-color:#7d9f51;background:#8dad62;background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3d271),to(#8dad62));background-image:-webkit-linear-gradient(top,#b3d271,#8dad62);background-image:-o-linear-gradient(top,#b3d271,#8dad62);background-image:linear-gradient(to bottom,#b3d271,#8dad62);background-image:-moz-linear-gradient(top,#b3d271,#8dad62);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#B3D271',endColorstr='#8DAD62')}a.cke_dialog_ui_button_ok.cke_disabled span{color:#e0e8d1}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:focus,a.cke_dialog_ui_button_ok.cke_disabled:active{border-color:#6f8c49}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(images/refresh.png) top left no-repeat;width:16px;height:16px;border:1px none;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:0}.cke_dialog_footer{filter:""} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/moono/editor.css b/public/assets/ckeditor/skins/moono/editor.css new file mode 100644 index 0000000..5d564f2 --- /dev/null +++ b/public/assets/ckeditor/skins/moono/editor.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=G4CF) no-repeat 0 -0px!important}.cke_button__bold_icon{background:url(icons.png?t=G4CF) no-repeat 0 -24px!important}.cke_button__italic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -48px!important}.cke_button__strike_icon{background:url(icons.png?t=G4CF) no-repeat 0 -72px!important}.cke_button__subscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -96px!important}.cke_button__superscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -120px!important}.cke_button__underline_icon{background:url(icons.png?t=G4CF) no-repeat 0 -144px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=G4CF) no-repeat 0 -168px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=G4CF) no-repeat 0 -192px!important}.cke_button__blockquote_icon{background:url(icons.png?t=G4CF) no-repeat 0 -216px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -240px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -264px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -288px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -312px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -336px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -360px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=G4CF) no-repeat 0 -384px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -408px!important}.cke_button__textcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -432px!important}.cke_button__creatediv_icon{background:url(icons.png?t=G4CF) no-repeat 0 -456px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -480px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -504px!important}.cke_button__embed_icon{background:url(icons.png?t=G4CF) no-repeat 0 -528px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -552px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -576px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -600px!important}.cke_button__replace_icon{background:url(icons.png?t=G4CF) no-repeat 0 -624px!important}.cke_button__flash_icon{background:url(icons.png?t=G4CF) no-repeat 0 -648px!important}.cke_button__button_icon{background:url(icons.png?t=G4CF) no-repeat 0 -672px!important}.cke_button__checkbox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -696px!important}.cke_button__form_icon{background:url(icons.png?t=G4CF) no-repeat 0 -720px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -744px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=G4CF) no-repeat 0 -768px!important}.cke_button__radio_icon{background:url(icons.png?t=G4CF) no-repeat 0 -792px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -816px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -840px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -864px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -888px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -912px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -936px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=G4CF) no-repeat 0 -960px!important}.cke_button__iframe_icon{background:url(icons.png?t=G4CF) no-repeat 0 -984px!important}.cke_button__image_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1008px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1032px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1056px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1080px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1104px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1128px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1152px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1176px!important}.cke_button__justifyright_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1200px!important}.cke_button__language_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1224px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1248px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1272px!important}.cke_button__link_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1296px!important}.cke_button__unlink_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1320px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1344px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1368px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1392px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1416px!important}.cke_button__mathjax_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1440px!important}.cke_button__maximize_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1464px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1488px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1512px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1536px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1560px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1584px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1608px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1632px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1656px!important}.cke_button__placeholder_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1680px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1704px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1728px!important}.cke_button__print_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1752px!important}.cke_button__removeformat_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1776px!important}.cke_button__save_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1800px!important}.cke_button__scayt_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1824px!important}.cke_button__selectall_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1848px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1872px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1896px!important}.cke_button__smiley_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1920px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1944px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1968px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1992px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2016px!important}.cke_button__specialchar_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2040px!important}.cke_button__table_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2064px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2088px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2112px!important}.cke_button__uicolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2136px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2160px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2184px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2208px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2232px!important}.cke_button__simplebox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2256px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2280px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -0px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -216px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -264px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -288px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -312px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -456px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -480px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -552px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -624px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -696px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -720px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -744px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -768px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -792px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -816px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -840px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -888px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1008px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1032px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1056px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1224px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1248px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1272px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1296px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1320px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1344px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1368px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1392px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1416px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1440px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1464px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1488px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1512px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1536px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1560px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1608px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1632px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1680px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1704px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1728px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1824px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1848px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1896px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1920px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1968px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1992px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2016px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2040px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2064px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2136px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2184px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4512px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2280px!important;background-size:16px!important} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/moono/editor_gecko.css b/public/assets/ckeditor/skins/moono/editor_gecko.css new file mode 100644 index 0000000..de95832 --- /dev/null +++ b/public/assets/ckeditor/skins/moono/editor_gecko.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=G4CF) no-repeat 0 -0px!important}.cke_button__bold_icon{background:url(icons.png?t=G4CF) no-repeat 0 -24px!important}.cke_button__italic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -48px!important}.cke_button__strike_icon{background:url(icons.png?t=G4CF) no-repeat 0 -72px!important}.cke_button__subscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -96px!important}.cke_button__superscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -120px!important}.cke_button__underline_icon{background:url(icons.png?t=G4CF) no-repeat 0 -144px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=G4CF) no-repeat 0 -168px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=G4CF) no-repeat 0 -192px!important}.cke_button__blockquote_icon{background:url(icons.png?t=G4CF) no-repeat 0 -216px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -240px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -264px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -288px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -312px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -336px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -360px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=G4CF) no-repeat 0 -384px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -408px!important}.cke_button__textcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -432px!important}.cke_button__creatediv_icon{background:url(icons.png?t=G4CF) no-repeat 0 -456px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -480px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -504px!important}.cke_button__embed_icon{background:url(icons.png?t=G4CF) no-repeat 0 -528px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -552px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -576px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -600px!important}.cke_button__replace_icon{background:url(icons.png?t=G4CF) no-repeat 0 -624px!important}.cke_button__flash_icon{background:url(icons.png?t=G4CF) no-repeat 0 -648px!important}.cke_button__button_icon{background:url(icons.png?t=G4CF) no-repeat 0 -672px!important}.cke_button__checkbox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -696px!important}.cke_button__form_icon{background:url(icons.png?t=G4CF) no-repeat 0 -720px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -744px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=G4CF) no-repeat 0 -768px!important}.cke_button__radio_icon{background:url(icons.png?t=G4CF) no-repeat 0 -792px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -816px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -840px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -864px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -888px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -912px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -936px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=G4CF) no-repeat 0 -960px!important}.cke_button__iframe_icon{background:url(icons.png?t=G4CF) no-repeat 0 -984px!important}.cke_button__image_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1008px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1032px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1056px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1080px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1104px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1128px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1152px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1176px!important}.cke_button__justifyright_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1200px!important}.cke_button__language_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1224px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1248px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1272px!important}.cke_button__link_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1296px!important}.cke_button__unlink_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1320px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1344px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1368px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1392px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1416px!important}.cke_button__mathjax_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1440px!important}.cke_button__maximize_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1464px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1488px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1512px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1536px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1560px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1584px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1608px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1632px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1656px!important}.cke_button__placeholder_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1680px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1704px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1728px!important}.cke_button__print_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1752px!important}.cke_button__removeformat_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1776px!important}.cke_button__save_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1800px!important}.cke_button__scayt_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1824px!important}.cke_button__selectall_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1848px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1872px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1896px!important}.cke_button__smiley_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1920px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1944px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1968px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1992px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2016px!important}.cke_button__specialchar_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2040px!important}.cke_button__table_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2064px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2088px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2112px!important}.cke_button__uicolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2136px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2160px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2184px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2208px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2232px!important}.cke_button__simplebox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2256px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2280px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -0px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -216px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -264px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -288px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -312px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -456px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -480px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -552px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -624px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -696px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -720px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -744px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -768px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -792px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -816px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -840px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -888px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1008px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1032px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1056px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1224px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1248px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1272px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1296px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1320px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1344px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1368px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1392px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1416px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1440px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1464px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1488px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1512px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1536px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1560px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1608px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1632px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1680px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1704px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1728px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1824px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1848px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1896px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1920px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1968px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1992px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2016px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2040px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2064px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2136px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2184px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4512px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2280px!important;background-size:16px!important}.cke_bottom{padding-bottom:3px}.cke_combo_text{margin-bottom:-1px;margin-top:1px} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/moono/editor_ie.css b/public/assets/ckeditor/skins/moono/editor_ie.css new file mode 100644 index 0000000..fab30f6 --- /dev/null +++ b/public/assets/ckeditor/skins/moono/editor_ie.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=G4CF) no-repeat 0 -0px!important}.cke_button__bold_icon{background:url(icons.png?t=G4CF) no-repeat 0 -24px!important}.cke_button__italic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -48px!important}.cke_button__strike_icon{background:url(icons.png?t=G4CF) no-repeat 0 -72px!important}.cke_button__subscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -96px!important}.cke_button__superscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -120px!important}.cke_button__underline_icon{background:url(icons.png?t=G4CF) no-repeat 0 -144px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=G4CF) no-repeat 0 -168px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=G4CF) no-repeat 0 -192px!important}.cke_button__blockquote_icon{background:url(icons.png?t=G4CF) no-repeat 0 -216px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -240px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -264px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -288px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -312px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -336px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -360px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=G4CF) no-repeat 0 -384px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -408px!important}.cke_button__textcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -432px!important}.cke_button__creatediv_icon{background:url(icons.png?t=G4CF) no-repeat 0 -456px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -480px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -504px!important}.cke_button__embed_icon{background:url(icons.png?t=G4CF) no-repeat 0 -528px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -552px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -576px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -600px!important}.cke_button__replace_icon{background:url(icons.png?t=G4CF) no-repeat 0 -624px!important}.cke_button__flash_icon{background:url(icons.png?t=G4CF) no-repeat 0 -648px!important}.cke_button__button_icon{background:url(icons.png?t=G4CF) no-repeat 0 -672px!important}.cke_button__checkbox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -696px!important}.cke_button__form_icon{background:url(icons.png?t=G4CF) no-repeat 0 -720px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -744px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=G4CF) no-repeat 0 -768px!important}.cke_button__radio_icon{background:url(icons.png?t=G4CF) no-repeat 0 -792px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -816px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -840px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -864px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -888px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -912px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -936px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=G4CF) no-repeat 0 -960px!important}.cke_button__iframe_icon{background:url(icons.png?t=G4CF) no-repeat 0 -984px!important}.cke_button__image_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1008px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1032px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1056px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1080px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1104px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1128px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1152px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1176px!important}.cke_button__justifyright_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1200px!important}.cke_button__language_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1224px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1248px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1272px!important}.cke_button__link_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1296px!important}.cke_button__unlink_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1320px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1344px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1368px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1392px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1416px!important}.cke_button__mathjax_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1440px!important}.cke_button__maximize_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1464px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1488px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1512px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1536px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1560px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1584px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1608px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1632px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1656px!important}.cke_button__placeholder_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1680px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1704px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1728px!important}.cke_button__print_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1752px!important}.cke_button__removeformat_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1776px!important}.cke_button__save_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1800px!important}.cke_button__scayt_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1824px!important}.cke_button__selectall_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1848px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1872px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1896px!important}.cke_button__smiley_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1920px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1944px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1968px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1992px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2016px!important}.cke_button__specialchar_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2040px!important}.cke_button__table_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2064px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2088px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2112px!important}.cke_button__uicolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2136px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2160px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2184px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2208px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2232px!important}.cke_button__simplebox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2256px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2280px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -0px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -216px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -264px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -288px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -312px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -456px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -480px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -552px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -624px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -696px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -720px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -744px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -768px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -792px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -816px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -840px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -888px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1008px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1032px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1056px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1224px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1248px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1272px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1296px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1320px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1344px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1368px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1392px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1416px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1440px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1464px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1488px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1512px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1536px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1560px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1608px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1632px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1680px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1704px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1728px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1824px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1848px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1896px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1920px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1968px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1992px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2016px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2040px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2064px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2136px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2184px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4512px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2280px!important;background-size:16px!important}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/moono/editor_ie7.css b/public/assets/ckeditor/skins/moono/editor_ie7.css new file mode 100644 index 0000000..2d3e5fc --- /dev/null +++ b/public/assets/ckeditor/skins/moono/editor_ie7.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=G4CF) no-repeat 0 -0px!important}.cke_button__bold_icon{background:url(icons.png?t=G4CF) no-repeat 0 -24px!important}.cke_button__italic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -48px!important}.cke_button__strike_icon{background:url(icons.png?t=G4CF) no-repeat 0 -72px!important}.cke_button__subscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -96px!important}.cke_button__superscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -120px!important}.cke_button__underline_icon{background:url(icons.png?t=G4CF) no-repeat 0 -144px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=G4CF) no-repeat 0 -168px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=G4CF) no-repeat 0 -192px!important}.cke_button__blockquote_icon{background:url(icons.png?t=G4CF) no-repeat 0 -216px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -240px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -264px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -288px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -312px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -336px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -360px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=G4CF) no-repeat 0 -384px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -408px!important}.cke_button__textcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -432px!important}.cke_button__creatediv_icon{background:url(icons.png?t=G4CF) no-repeat 0 -456px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -480px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -504px!important}.cke_button__embed_icon{background:url(icons.png?t=G4CF) no-repeat 0 -528px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -552px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -576px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -600px!important}.cke_button__replace_icon{background:url(icons.png?t=G4CF) no-repeat 0 -624px!important}.cke_button__flash_icon{background:url(icons.png?t=G4CF) no-repeat 0 -648px!important}.cke_button__button_icon{background:url(icons.png?t=G4CF) no-repeat 0 -672px!important}.cke_button__checkbox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -696px!important}.cke_button__form_icon{background:url(icons.png?t=G4CF) no-repeat 0 -720px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -744px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=G4CF) no-repeat 0 -768px!important}.cke_button__radio_icon{background:url(icons.png?t=G4CF) no-repeat 0 -792px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -816px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -840px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -864px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -888px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -912px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -936px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=G4CF) no-repeat 0 -960px!important}.cke_button__iframe_icon{background:url(icons.png?t=G4CF) no-repeat 0 -984px!important}.cke_button__image_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1008px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1032px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1056px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1080px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1104px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1128px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1152px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1176px!important}.cke_button__justifyright_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1200px!important}.cke_button__language_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1224px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1248px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1272px!important}.cke_button__link_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1296px!important}.cke_button__unlink_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1320px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1344px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1368px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1392px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1416px!important}.cke_button__mathjax_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1440px!important}.cke_button__maximize_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1464px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1488px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1512px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1536px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1560px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1584px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1608px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1632px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1656px!important}.cke_button__placeholder_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1680px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1704px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1728px!important}.cke_button__print_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1752px!important}.cke_button__removeformat_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1776px!important}.cke_button__save_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1800px!important}.cke_button__scayt_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1824px!important}.cke_button__selectall_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1848px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1872px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1896px!important}.cke_button__smiley_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1920px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1944px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1968px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1992px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2016px!important}.cke_button__specialchar_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2040px!important}.cke_button__table_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2064px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2088px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2112px!important}.cke_button__uicolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2136px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2160px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2184px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2208px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2232px!important}.cke_button__simplebox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2256px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2280px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -0px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -216px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -264px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -288px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -312px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -456px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -480px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -552px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -624px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -696px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -720px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -744px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -768px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -792px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -816px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -840px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -888px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1008px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1032px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1056px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1224px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1248px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1272px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1296px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1320px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1344px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1368px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1392px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1416px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1440px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1464px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1488px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1512px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1536px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1560px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1608px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1632px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1680px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1704px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1728px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1824px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1848px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1896px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1920px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1968px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1992px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2016px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2040px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2064px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2136px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2184px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4512px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2280px!important;background-size:16px!important}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_button,.cke_rtl .cke_button *,.cke_rtl .cke_combo,.cke_rtl .cke_combo *,.cke_rtl .cke_path_item,.cke_rtl .cke_path_item *,.cke_rtl .cke_path_empty{float:none}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_button,.cke_rtl .cke_button_icon{display:inline-block;vertical-align:top}.cke_toolbox{display:inline-block;padding-bottom:5px;height:100%}.cke_rtl .cke_toolbox{padding-bottom:0}.cke_toolbar{margin-bottom:5px}.cke_rtl .cke_toolbar{margin-bottom:0}.cke_toolgroup{height:26px}.cke_toolgroup,.cke_combo{position:relative}a.cke_button{float:none;vertical-align:top}.cke_toolbar_separator{display:inline-block;float:none;vertical-align:top;background-color:#c0c0c0}.cke_toolbox_collapser .cke_arrow{margin-top:0}.cke_toolbox_collapser .cke_arrow{border-width:4px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{border-width:3px}.cke_rtl .cke_button_arrow{padding-top:8px;margin-right:2px}.cke_rtl .cke_combo_inlinelabel{display:table-cell;vertical-align:middle}.cke_menubutton{display:block;height:24px}.cke_menubutton_inner{display:block;position:relative}.cke_menubutton_icon{height:16px;width:16px}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:inline-block}.cke_menubutton_label{width:auto;vertical-align:top;line-height:24px;height:24px;margin:0 10px 0 0}.cke_menuarrow{width:5px;height:6px;padding:0;position:absolute;right:8px;top:10px;background-position:0 0}.cke_rtl .cke_menubutton_icon{position:absolute;right:0;top:0}.cke_rtl .cke_menubutton_label{float:right;clear:both;margin:0 24px 0 10px}.cke_hc .cke_rtl .cke_menubutton_label{margin-right:0}.cke_rtl .cke_menuarrow{left:8px;right:auto;background-position:0 -24px}.cke_hc .cke_menuarrow{top:5px;padding:0 5px}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{position:relative}.cke_wysiwyg_div{padding-top:0!important;padding-bottom:0!important} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/moono/editor_ie8.css b/public/assets/ckeditor/skins/moono/editor_ie8.css new file mode 100644 index 0000000..4ef4429 --- /dev/null +++ b/public/assets/ckeditor/skins/moono/editor_ie8.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=G4CF) no-repeat 0 -0px!important}.cke_button__bold_icon{background:url(icons.png?t=G4CF) no-repeat 0 -24px!important}.cke_button__italic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -48px!important}.cke_button__strike_icon{background:url(icons.png?t=G4CF) no-repeat 0 -72px!important}.cke_button__subscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -96px!important}.cke_button__superscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -120px!important}.cke_button__underline_icon{background:url(icons.png?t=G4CF) no-repeat 0 -144px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=G4CF) no-repeat 0 -168px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=G4CF) no-repeat 0 -192px!important}.cke_button__blockquote_icon{background:url(icons.png?t=G4CF) no-repeat 0 -216px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -240px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -264px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -288px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -312px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -336px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -360px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=G4CF) no-repeat 0 -384px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -408px!important}.cke_button__textcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -432px!important}.cke_button__creatediv_icon{background:url(icons.png?t=G4CF) no-repeat 0 -456px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -480px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -504px!important}.cke_button__embed_icon{background:url(icons.png?t=G4CF) no-repeat 0 -528px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -552px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -576px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -600px!important}.cke_button__replace_icon{background:url(icons.png?t=G4CF) no-repeat 0 -624px!important}.cke_button__flash_icon{background:url(icons.png?t=G4CF) no-repeat 0 -648px!important}.cke_button__button_icon{background:url(icons.png?t=G4CF) no-repeat 0 -672px!important}.cke_button__checkbox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -696px!important}.cke_button__form_icon{background:url(icons.png?t=G4CF) no-repeat 0 -720px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -744px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=G4CF) no-repeat 0 -768px!important}.cke_button__radio_icon{background:url(icons.png?t=G4CF) no-repeat 0 -792px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -816px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -840px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -864px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -888px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -912px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -936px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=G4CF) no-repeat 0 -960px!important}.cke_button__iframe_icon{background:url(icons.png?t=G4CF) no-repeat 0 -984px!important}.cke_button__image_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1008px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1032px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1056px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1080px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1104px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1128px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1152px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1176px!important}.cke_button__justifyright_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1200px!important}.cke_button__language_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1224px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1248px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1272px!important}.cke_button__link_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1296px!important}.cke_button__unlink_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1320px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1344px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1368px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1392px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1416px!important}.cke_button__mathjax_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1440px!important}.cke_button__maximize_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1464px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1488px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1512px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1536px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1560px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1584px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1608px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1632px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1656px!important}.cke_button__placeholder_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1680px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1704px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1728px!important}.cke_button__print_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1752px!important}.cke_button__removeformat_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1776px!important}.cke_button__save_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1800px!important}.cke_button__scayt_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1824px!important}.cke_button__selectall_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1848px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1872px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1896px!important}.cke_button__smiley_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1920px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1944px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1968px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1992px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2016px!important}.cke_button__specialchar_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2040px!important}.cke_button__table_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2064px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2088px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2112px!important}.cke_button__uicolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2136px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2160px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2184px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2208px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2232px!important}.cke_button__simplebox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2256px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2280px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -0px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -216px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -264px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -288px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -312px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -456px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -480px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -552px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -624px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -696px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -720px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -744px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -768px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -792px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -816px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -840px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -888px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1008px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1032px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1056px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1224px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1248px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1272px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1296px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1320px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1344px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1368px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1392px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1416px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1440px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1464px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1488px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1512px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1536px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1560px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1608px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1632px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1680px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1704px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1728px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1824px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1848px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1896px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1920px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1968px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1992px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2016px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2040px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2064px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2136px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2184px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4512px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2280px!important;background-size:16px!important}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_toolbox_collapser .cke_arrow{border-width:4px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{border-width:3px}.cke_toolbox_collapser .cke_arrow{margin-top:0} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/moono/editor_iequirks.css b/public/assets/ckeditor/skins/moono/editor_iequirks.css new file mode 100644 index 0000000..d936d77 --- /dev/null +++ b/public/assets/ckeditor/skins/moono/editor_iequirks.css @@ -0,0 +1,5 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=G4CF) no-repeat 0 -0px!important}.cke_button__bold_icon{background:url(icons.png?t=G4CF) no-repeat 0 -24px!important}.cke_button__italic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -48px!important}.cke_button__strike_icon{background:url(icons.png?t=G4CF) no-repeat 0 -72px!important}.cke_button__subscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -96px!important}.cke_button__superscript_icon{background:url(icons.png?t=G4CF) no-repeat 0 -120px!important}.cke_button__underline_icon{background:url(icons.png?t=G4CF) no-repeat 0 -144px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=G4CF) no-repeat 0 -168px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=G4CF) no-repeat 0 -192px!important}.cke_button__blockquote_icon{background:url(icons.png?t=G4CF) no-repeat 0 -216px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -240px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=G4CF) no-repeat 0 -264px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -288px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=G4CF) no-repeat 0 -312px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -336px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=G4CF) no-repeat 0 -360px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=G4CF) no-repeat 0 -384px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -408px!important}.cke_button__textcolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -432px!important}.cke_button__creatediv_icon{background:url(icons.png?t=G4CF) no-repeat 0 -456px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -480px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=G4CF) no-repeat 0 -504px!important}.cke_button__embed_icon{background:url(icons.png?t=G4CF) no-repeat 0 -528px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=G4CF) no-repeat 0 -552px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -576px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=G4CF) no-repeat 0 -600px!important}.cke_button__replace_icon{background:url(icons.png?t=G4CF) no-repeat 0 -624px!important}.cke_button__flash_icon{background:url(icons.png?t=G4CF) no-repeat 0 -648px!important}.cke_button__button_icon{background:url(icons.png?t=G4CF) no-repeat 0 -672px!important}.cke_button__checkbox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -696px!important}.cke_button__form_icon{background:url(icons.png?t=G4CF) no-repeat 0 -720px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -744px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=G4CF) no-repeat 0 -768px!important}.cke_button__radio_icon{background:url(icons.png?t=G4CF) no-repeat 0 -792px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -816px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=G4CF) no-repeat 0 -840px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -864px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=G4CF) no-repeat 0 -888px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -912px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=G4CF) no-repeat 0 -936px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=G4CF) no-repeat 0 -960px!important}.cke_button__iframe_icon{background:url(icons.png?t=G4CF) no-repeat 0 -984px!important}.cke_button__image_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1008px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1032px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1056px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1080px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1104px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1128px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1152px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1176px!important}.cke_button__justifyright_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1200px!important}.cke_button__language_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1224px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1248px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1272px!important}.cke_button__link_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1296px!important}.cke_button__unlink_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1320px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1344px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1368px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1392px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1416px!important}.cke_button__mathjax_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1440px!important}.cke_button__maximize_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1464px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1488px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1512px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1536px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1560px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1584px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1608px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1632px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1656px!important}.cke_button__placeholder_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1680px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1704px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1728px!important}.cke_button__print_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1752px!important}.cke_button__removeformat_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1776px!important}.cke_button__save_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1800px!important}.cke_button__scayt_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1824px!important}.cke_button__selectall_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1848px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1872px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1896px!important}.cke_button__smiley_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1920px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1944px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1968px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -1992px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2016px!important}.cke_button__specialchar_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2040px!important}.cke_button__table_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2064px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2088px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2112px!important}.cke_button__uicolor_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2136px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2160px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2184px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2208px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2232px!important}.cke_button__simplebox_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2256px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=G4CF) no-repeat 0 -2280px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -0px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -216px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -264px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -288px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -312px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -456px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -480px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -552px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -624px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -696px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -720px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -744px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -768px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -792px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -816px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -840px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -888px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1008px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1032px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1056px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1224px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1248px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1272px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1296px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1320px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1344px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1368px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1392px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1416px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1440px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1464px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1488px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1512px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1536px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1560px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1608px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1632px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1680px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1704px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1728px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1824px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1848px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1896px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1920px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1968px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -1992px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2016px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2040px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2064px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2136px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2184px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -4512px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=G4CF) no-repeat 0 -2280px!important;background-size:16px!important}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_top,.cke_contents,.cke_bottom{width:100%}.cke_button_arrow{font-size:0}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_button,.cke_rtl .cke_button *,.cke_rtl .cke_combo,.cke_rtl .cke_combo *,.cke_rtl .cke_path_item,.cke_rtl .cke_path_item *,.cke_rtl .cke_path_empty{float:none}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_button,.cke_rtl .cke_button_icon{display:inline-block;vertical-align:top}.cke_rtl .cke_button_icon{float:none}.cke_resizer{width:10px}.cke_source{white-space:normal}.cke_bottom{position:static}.cke_colorbox{font-size:0} \ No newline at end of file diff --git a/public/assets/ckeditor/skins/moono/icons.png b/public/assets/ckeditor/skins/moono/icons.png new file mode 100644 index 0000000000000000000000000000000000000000..ddda6bcf28b6043706b45bb22010cb73f8b96915 GIT binary patch literal 18319 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 FV1j`SB+~!@ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/moono/icons_hidpi.png b/public/assets/ckeditor/skins/moono/icons_hidpi.png new file mode 100644 index 0000000000000000000000000000000000000000..88407cdfbc6bca1d6c67cd839aa88a25416a8a44 GIT binary patch literal 63530 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	V8xsJ;V`Bc`fm@=V6C9EGctJAocWT2 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/moono/images/arrow.png b/public/assets/ckeditor/skins/moono/images/arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..d72b5f3b8808bd89996ef62f845164d459957a1b GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^Y(Ol>!VDz;rWf@BDXjpX5LX~=X=(ZY|9>EfAH1#& z-3wIBTN30K45T@Ev~-ix<}bSOt=nC)A1Gk%>Eal|aXtBhiAd6gyIe=gyBc<MI+o8C zXr8uMpm~u(nU7JzyaNXWY8xB>zF}qKQ%F0(mNbo(!7G$6ystm-3eX4!Pgg&ebxsLQ E09R-@$^ZZW literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/moono/images/close.png b/public/assets/ckeditor/skins/moono/images/close.png new file mode 100644 index 0000000000000000000000000000000000000000..6a04ab5275b321ce911c4e1416df7e0184d05f51 GIT binary patch literal 468 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbMf(g2?j*SmM`-n)12!Gi~n9zA;e z`0<k`Po6$~`ug?jw{PFRd-v}B`}dzdefs+K>$h*;zJLGz<HwIbfByXa`}g0!fB*mg z2bzHi*xA_`85#Nb_>iSUMMc%s)kQ=^Bqb$fWn~o<6oA~|;9y%@TNf7>e}Dgoh=|C@ z$mr;3CnqOwZ|}gsz|hdpn3$O4<mA-U)X=KuJwW3ON`m}A4#xmY;Stes@kvRk>67O? zeE#wc(2+oA0v!ni`CC}e12wGkba4!kkc>STSk!F5<8V;@q(cnT$uIxXbDYwnHXI20 zznl9%hr)yghbDzZvup(?cbsYBkw5jWXX+2z%?nB|&bJCE>3b9CvZkg_ddl%%sY-2p zciuhvRkQ7^EzhNOM%l6b;kVbDIBe=KwTZ9(?7(=`_OdK1&)j93&fUu|^7>}-Chzs5 z_sJ{fJWC8(mio1P_ql~`)`ur#?%8+Odfr~yz>Zjzezy%z<s@7#M5XZ0Qm=n|D(&yy S_2)n?XYh3Ob6Mw<&;$Vd#K%nl literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/moono/images/hidpi/close.png b/public/assets/ckeditor/skins/moono/images/hidpi/close.png new file mode 100644 index 0000000000000000000000000000000000000000..e406c2c35ba11a410291fe484d5bb406657b62eb GIT binary patch literal 1271 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabRA=0V0;tc6XJSh#fqyyv~uOORjaPA zT6JUf>YG5cX3Z@iTD$i4+O>Dqt-HH^{liV09&Ot6c=P5bK(uAc)2&;dZQc4Dh_-Ee zxqbV~9Xnp{-1%nb&bPaFzuUe0^S*tb_wWC5;K0{|2frOS@a^EiABPYBJAV8>5S=*j z|K!R4r%wGpefs~|v;WVX`+xrY{|guXU%veR%9a1uum8V!6X-&s03#y{4-coHAOjN< zF7?84azG>`D=R214OAv9D+@&WmX<*ETmk|DqM|?~A|b&mEX*e&!Vg415fKq-S=pfA zU_(nwIW;wHV`EcmYfF238%IZ5CnqO&cOO5$fY8vu(9p2(@W8OJkjTiem>7E}CkJO| zM^{%T7Z+D|F!1zr_ww=p0#8pbAn@_=1_B=+A73!=^Yilug8&c+3=9kcf?yB`0fJBv z2n!2~0D?#`h>nf|f@lzk0fM-=*x1;(xVU&ANC1Px#3Ud{PEJZmNls2q0fMx&bRfvc z$jZvf&dtrq$yq#0?-bDIOG<+Lf^mfyPH|QlH7z4^3rj0&8(Wb7JUqR8rcR%~VBw0D zt5&bwymi~F_wPS^_y_@CzJ7y)@87@wB@djAYS_oXz$E7B;uvCa`s(Dn{=$I*N1xw& zmuH{2J$}UvvF664p8t)Uot^w@YX3e<Efw+=kX|z7(zLwt@^@!GF7(#4`SEVgojKO~ z?|7b@>HS4MMA5#twxCv@S8$@{k82K*Q#(4=#CkFcR=T*fdPzi-erDAcjNHHLY2?{u z8&A962-^K~k93eA&xEgw=dQTCQgSj^(SkcSY^&H+_8IlaZ_V2K&rrQ^&eMkQ)$jKo z-Tcq>QD?>Nw^8pe2fz6zd3@zMhG31h-+n9WXI3n`bLUlUNZF@U3*XP;JztqFmn8A) zU0x9Ny6(c2hoAc|9(u~aV3B*^;^~i<-tU_p^7Zw}pDGir7cZD)cvUg2KF)rcPiaAs zS>%pt^@k?OCJU~-)L1=_r!MxqtQmua!EBF+7&QyoKl9Ga%}ZnKFx)8aDEj5|?FysE zq4lX>wd7837f{l=vuW$Iz**P$qi^fSbuwKrJ02!+gJF&Q)<t{Gr}WoOQVT0ywBcQO zytZ@uX0Dd9OK<u<badowmHhha(18qx4C#;kJdNqQ`gV)Hlg&~qGTq@RwscWf<|n3; zR`0wPmuE;w@Vi~#sH2@KB(3(@;&4_AZ<AGb!mnDBd6Si`IC`^eIo8}c8mpJ*oVI-N z$DX5_le+lJ>q<8ZnjeXq6B~Ozf^oT&wN%`lJ4T<@emnIwOEc2%aZRRn;?5~LYTo7h wzq#6<u$Vfvl0W6$PSdc3uj@a1{M-DGX;O1gaCJP-eNc+^boFyt=akR{0APJM!2kdN literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/moono/images/hidpi/lock-open.png b/public/assets/ckeditor/skins/moono/images/hidpi/lock-open.png new file mode 100644 index 0000000000000000000000000000000000000000..edbd12f3bdc10a969f350a8c482f92c224d1c466 GIT binary patch literal 1329 zcmV-11<v}3P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F8000E|Nkl<ZSi_xG zO>7fa5dP-v+ibkXKVZe+7Bwiq5s(474n?R34pjx@h*VlBB~_$|Yjdd7L)9LtD(5Ov z)dL4Ww3l9cKsgjjQ3S1!I3S^@QYDnc5QyV{@4h!Zc-L&4wX<d<AN<yy`R4m(zJ2uM z_HDdPP@i)iGLIa#s1O2%5Fqj(uvgOi&dg9+Lu(xgOk@B=1StgKu^3XejS(rqT0?0K z03A?5pzXRS*XyV?8gR7+^I#Z}01yBv1QNE5TqXl577s&+sm#HH#iK`$zE46J&z?Pd z^z!-hhj5%*{NTaL>c$2t_4=+LA^{LWAU-<k7ys<jt5<(a+ICzi)n(xLks}v`VO-d% z)#j;K{F3kA{|U^f?81bI0>JRPr(*G&FRop?p0w>aD+Msa0AK)s*3hntJ(d-po}FEc zO-<d(?c0ZhZ9@vtcW5I42*eLRU%&osrO{|;B9LLgFijYy2_Yqj2&^?s0GFqxF4LJa zv$;$L@mLH(gqNZyYiM{9WRgkPsT3%me{Xbb?Ca*{=D%>9-vE>Wocs9FrSIR(<;Gbl zFcB(^M(x)dH}aLGrIpoJuh4egx0?a2HEPW!+O7+`RzqcJ=|9UfXN3?D-t@z^f1zW? ze*fs=#eWVSI4}-oBy2klDL=7H^E*KV!cL!v1b~6gZaWSf*G09_=u+x?L&CPfj~|!m z#EGvypP9MEN<jli@85r#2YA9zM#Riep3!uN%Ii#Pjksk2z#olv8zvEy))*fjKc%#O zV^}>ga0m(Emb>kY84SQt3a_hG@bdENX0-~(b)l3(I-Sn3x2nEd4rE}5-FgLf3nGH+ zx=_s~>dhwhm?i)~DFwqYFk+f-qzp*11Aq_$wq+p|kHeA@%nXj;>jXd=28>t?W?=6v zDPbiNc*ihMYqe0W)lhG>x(2pm4M(IzHl0TL{Q0wE6B7$Z4j(S)0UGv#x1>ZO7Q?9Q z^wx4+)Y@%4dHQsDePv~S^Uj@nrOnOmN^WC-JSr_IF*Y%=@WIKG1p?63FhU5T&T4vk zk4OnqN=)YSg+G}WEGZ``u#%x$z|5F9bf^GkNFe~jhzuZ@quUe!<>l;sC&-Y00?cq6 z2g-FJ4CBqa|1E==p_GE-INkjH0eGRAq5Tc$qkk{3es4Su<m-)a07RW+-iLQQrp|AO zx*)p6nZtqj=RKhNGN6>|d;&#+0GsW$^Vh?NH@8ZqMF2=<vvZTDPhS}w88Leq^CeJ9 zMPR_6&_L(Gj(ji=9zD8QzI%5DTU(t6$>dD>+&O$WIXN9B2YYAa)!0=6trT<!14IM} zf%5wLA}STEmP!DC91+Uv>x-Is8a+24X71*TBmto_G~90p2bhvSJKF&GAbbX*%mDjI zLWYpFMlze7Ln<|s^AA%gB(vE$tu-iQ5V_BA4wgV`D5XM&@YM0+SN0T(sBLU40zf>I znJeV;SG0Fm>@BXf9!`QF;xObRQkrKAg=qlOL20<hXnGllBmoh1jU#Mzd=`3>4Kgi1 zA4T#3BCM{hEg#ssx6rSnp@Imm)>vIzTOKHZKdnv2LG#6n`M;SL_Ghz&pv#3N-|ZO@ zVZBsZZoPat-*lX99<zf1r8QnxtJqpvx;JW?lYNs9$p8Q}9S5(g)$U~^6oA$m^=1>T nb{o{^Dm`@l0K5K`%#Z&8E@ID3`%|n)00000NkvXXu0mjf=}%$% literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/moono/images/hidpi/lock.png b/public/assets/ckeditor/skins/moono/images/hidpi/lock.png new file mode 100644 index 0000000000000000000000000000000000000000..1b87bbb7a14ceac0e259d75bdbc03365f01e9acf GIT binary patch literal 1299 zcmcK2YfO_@7zgl|J7XgE`xuonh01Nvjr*nTTY7<(-l(*+SfqVRg|f}S7??s;78ztp zX0k1txJ4X+B9|7(76PTE8=#;ILmd?4R;B^j!~z2x+8z9CvQPWvf6jSwzMPXM&u0ue z$=S)@34$PJ3K?dB6Lqj0ZNLuSs2_nKYbQn)hj_2G^*%^j+k>{Y-&LyV_V$_fcH_;P zvmhNEa~&NIJ3AM;yO-4JC5>iTtzPNveFW0ix8C2sF)(1(YB#mot---<5UuuakfEU+ z5S?yEuiw?_cJ=x_oo)~8!^6)(42FLUhW+7T%gBgjY|L`|wq<<WGBIJfbH_3{X_=a` z%*<G3XTc|5!`2qEvwPFS<FL24i;s_^mzQfmfF}y&;OPl!ui#)GG@4AKQR(!k#KZ(5 zkt-176%^oLm_(%phK2@)g}sfz9EpfPM@EK3MIDWaITjlmhQ%I_iwlpBk4j34PEL+V zNr}Vb6H-$XU^tmXN=ZvgNl#D3;ZiA-G%7V6k54C)aRdT^NF-!t!T^y7XJilo(ko;# zi9!L-kpT*Y3<@Tb3S?$dv$8S)8ZDDf&jRRl8jzh$V>0OglbH=L7z`GR!Dcf!945ee zh0SJhIBXy%hXcap<^bFSCwRPEK0j9|<O>AC{QP{8=%iRI0uZF2u&_`pE|f?L5kw3~ zBx0#lf*=y96hROvP*fz9$%<q$S#hzfq~x?*{-jjt2b$hl#-g)d)BOLqa`8iBlTRQD zMN?B#i&{Mj%+If^n9aMpFaB@Sp@FD_d8WWPPW-t1%CDtU>ApWdo)va&{wTvRRW0uB zs>XO!=Uk-==9!?5@ZAN6#Syn!*AzSWhcB_^{#}C$haF~V#>Iw??d;fVlers<?hsT# zH%g109dWEbY9Nz+^;^e3smOcyORtS@Tvg(h_M%3`t*O8C;kP>m!!7;Uj>SJmi_hG5 zZ#pk-HW(_<uFCJ@hX%q=TPx*OammKCCkDQhcu%{(hDT5Ga?`FNn4r?&xs|LQ+1C4| zVRbbzsm&=vDuQ_LMS0csJ6<2<om;!G6m!?cJforaebD}s13pT9sX=4w!;4=3)IM4m zSarQh9f{Fk9{8w^8AHnCqr7~Qpe@m+x#~SalawQ|nXayGbU8GTl<V<Z#k{EdtCJVY zOT^}9n}buPH(uTyx7BSS?798t>ix=qMW}A|^1`E2(SBSAdU|Li>Y8G$tCm(@1~=H6 z6ag5$lC;o&ImGX(B0jJPRk>h;_7e6O1LgJZU)YLj?I~aT3umymFustv(yj67&=Dm^ z?g_V&m3kVp*&AiWs4odWC9^_H_CGgi5Nm8H&$p$wuM4(gUDumDCrs~Z2E6SyLW!%& zP!I0Lm2aTnAU?{vkv)U$mKU^^qb1M{1k-Ofb_PyW@s~9{B7WB6vn4NitEC!2g!?Sd p*{oO(6}kOo)YtW8d<-4USq^e@@n6;8y}(pJ5QRvGJMp6P{{r75P22zg literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/moono/images/hidpi/refresh.png b/public/assets/ckeditor/skins/moono/images/hidpi/refresh.png new file mode 100644 index 0000000000000000000000000000000000000000..c6c2b86e6d1cd21bd352a54321ae13100b78e581 GIT binary patch literal 1842 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 literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/moono/images/lock-open.png b/public/assets/ckeditor/skins/moono/images/lock-open.png new file mode 100644 index 0000000000000000000000000000000000000000..04769877aa6d074e476f9560638d06cb158aaf1b GIT binary patch literal 349 zcmV-j0iyniP)<h;3K|Lk000e1NJLTq000mG000mO1ONa4wfZ;e0003bNkl<ZD9>Hc z&n^Q25XbTF&7uB8h{F<*UK$c{6bF(DX-V5yq<8{P)2DIiBX|hAR<{~TY$9<em9Imq zS@OHhd@?f`B1VZx=+dJ{k1h%ExISrj$Z(R3&X|lr!Yjf7H)PyWm5d}09(acx?l@*~ z;d-`1RZ`;ogg#%B1@qV3%HuB>o%h5mZ)AKROqT}ICn1K2gcrVZ2a4<}@<IX;DMM)g z6(=I?At}Ukk!4T4^lF?-FAQB)y1!t{nrEKdv}x0GPp!F?2kTaB7`oY-3N~Az4J)qa zLCHhwh86-T1fg{gE#*PcvPU+YX%Wn{8Xj4;m<NH|?z!)Vb8firp4$c^5Ro!~_L6}s vuDa%`D+Vq}dq4^i_dN6Y?@=P3Jaf+vlmhmmbAk*n00000NkvXXu0mjfJj9ZI literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/moono/images/lock.png b/public/assets/ckeditor/skins/moono/images/lock.png new file mode 100644 index 0000000000000000000000000000000000000000..c5a14400d5ddfe1c564c7c93799c24d03f0e9618 GIT binary patch literal 475 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbMf;Q*fy*SmM`-n)12{{8z89z1yT z=+WcHkDokw^7QG`XV0F!eEIU#t5>gIzkdJz{m-92fBpLP=g*)2|NjHELI68EJ2y8s zkS!=EC?q7r%gd{)s|%6h<KqJ|)Ya92BtJjDn3$N9l$5lzw2X|5oSdA3f`XEg5>QrC zQ&USzOJ85#+}zyO*4EC>&e74)$;rvp)z#hI-P6<4$H&Ll*VoU_FCZWwFfcGEC@3T( zBrGf}JUl!iA|f&}GAb%c^3n-Mpfw65L4F`_p#mOBpv4~P>Ak%>PCWYb^I+EhUqA)R zJzX3_BqUi68WtTk;Bh_3F0dqH=?3-5S9bp27<4=JnDRuWx-#Aadn}%KH8O@(F~l4f zV%6B5u|000zF>k}?(D_64^}eFG4tcw`tZRF@ly(tt&g5n<lkvsY`wPn!N<Vw><9kM zsLu=gzW%*|vFG*AU-=fqr?FkSs@QPm>HfukQ`A@#Ix8h7DKMl)rKBuVXo%cucmMZ^ rIRclgQu1>9uIx<t5hlx^@cbvg318?Ii9lH$ke@tV{an^LB{Ts5+fc4+ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/moono/images/refresh.png b/public/assets/ckeditor/skins/moono/images/refresh.png new file mode 100644 index 0000000000000000000000000000000000000000..1ff63c3090ab7dc443a74be76c1d7b52fabb71d4 GIT binary patch literal 422 zcmV;X0a^ZuP)<h;3K|Lk000e1NJLTq000mG000mO1ONa4wfZ;e0004PNkl<Z7#Rh@ zy-QUA00+=xW|)-}gt=)ER1g`p^dU)VLqd^M7!n}_IYiLV)<4h`NK=at&Q6Uj(H1QZ z(GvG^eSSpw^!YRpHT-psLZMJ7lqz+5A{uH+g@Qt%P^v7d3n#qQ7Mm873JRslvZjd8 zJrrN{#)g`bLZvQ3pXc7UPru4|4m6C$s*2LG&~ED3-o*@OIFp&oL^@;muX!p>;p5dj z%lP`u&v$=J<Vo&t8jHG$CE;m*#?$l8!O;CUL*Jc=rkaw5*!OKL=RZY+?o%^5V#jau zN_MsFzq0i(9><2z5)lzAD*kbFD5EhFb!&D-m^J6co(0xLU+qr3iEV3kgyVg?12G;; z{1S&}Zs+utOA*o9X7*lg?dXjK7KQHXD<kRLHsz6*t#j8hk|VF9siM*l1~2~^&V`)J zx%B5ox;|))WhJGW4WaAM^x2<-djrj$FCIj!suUDTH4PD=LrX-{vP!A&AMRM*Bw=>U Qp#T5?07*qoM6N<$g14l=!T<mO literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/moono/images/spinner.gif b/public/assets/ckeditor/skins/moono/images/spinner.gif new file mode 100644 index 0000000000000000000000000000000000000000..d898d41fa7e0d56b5c0da930750e108e50c14d72 GIT binary patch literal 2984 zcmeH|X*8R88^)iIq}DU`>OwP=T3e-=BBi$4DkQN?thHqk38A4vt5G2&WJ<J_GHq(- z&>5X+EFD9YT0*sI89FsZ>!72Q&ifkPB@Bi+&U~74=F2=EpXZ$4bKTc<{qMhnlf9`~ zkQ^Wfd;|ajfe;xP85bAFX0snWcpwxChlhv9#>S$eqLP!78yXs3ym*1f<N194(9lqH zbaZobGY*Ff3k#!CsRDtZx3@PUA|f_6wy&=*JUpCEr&A~tB9S;aI7lLqE?v6B;c&=g zGLy+nPfvgO^5w|L2#rP?9UZ-M=ML~!JfHqg+Vz}=yR9|qobhoZagc~9dgVk3BH)lg zgs_lsSwawn5@ca?{1p5Y9RAP8e@ys0o3H`~K>!KBV7>b5C(sIPDd$9=)eU}Lyb1<k z=sp1Xa2V1{4}#ZeECJVkOH?AyB{YkFTGmPj7#Ueghu#DL(--fQfc$GF>T(C|L~Y+d zitR+2qa5i~Maw@~h|4LnKu1*BpT|0%7X#<le^;6DkXJgq5}+#~^T}kA?CJI!E>@Us zYG0<tGxu3k6B4|M19svNa+^4BK$!(`DN9E#<P+YW%CD#A%3Rkc{`|UQDevI1kMeA) z#UVzk<7l3FDWOhUJ>c%Rw%8s#h!qURb_nB6CDm#w0$Lm!+p6v)M1kPS6XTpYCGb>$ zrTSFsgjs@7;L=ZNHr`*n_AE1e5P&%x;-F-v(5M@!yeHIV8(Mr6q{Znl>TQf94KE)T z7jK=}M@8CeE4Ft!n|nH5@PMzW$tdgUYdov<g9o2{lFZf?mUY3fDO*;8cFYd34&2f@ z83WnC`Y_-Hvx!4>%J=p^p227dAuVV6QXd{etFA&=)=JQj9v_;&SKsh|xZYiyHz`t} zO$T;SEw-s42kOby%|^F=j7GM_Km1qqEqlBw5OJV|i6ea(-8^72y3DWglIPp>Okf(v zPU7=mxfODI5iS2nYy$E81{Tzpng{R3ssh~8E%-KLGq=WZNxhi=qK3lRWk{V+skb`$ z_YH4Mpe6Q-$#UD#5Xp6su8QKBCf}FKv<W=ke^wZ(+L>W&5|sa??W>3ww)t)A@tg{= z4o0RHDJ(?yK(NOaa@X8eyH!FJTiQ<)&aDb3%WU`M7CbZUJQ`@^2f5v$)*qu`nO=86 z2yqIGQJez9lZfJlU&Za6{O@(z&?&~7-h`Hp$_ftsz|BZ{J#11GYBDq<NmIZ<yWx<p z{9_bT3D@fCxauJMpF$^M`0ub{k#p)AgdS?)9HMBl;(1CdXx{#_2}sBX$gTczUW_>i zshW{Rt5*`7xQm|tt~XBey@J|SM|X}7wQpgd;&cwOY|_D9hgHO%mMy{7bV~b)UQMM? zFwCH?Vl7QzTg?nUV?0JZk%dU~l8LTFi<v&Xm*~d8`dm)-#~e|nxLEHI7SzG&H}oTv zga{4NbW~gc>*Nk-qMK?`Ro(H69NCLU<cfdo_q&%>L|R=5JoD(s6R+s~??G-dIB&9( zjE0(rADgtz-YFY$_P5l6Z;HHtk~qz+Iq+yIJJXieBm+B*sPKAR)c1I;p}-|a>KH;T z{k*1vuNaxPZ$$8M&a8M!TYqb(>|{cnMOHZKWvi6%jd*BtRy(j%nE}1-R27v5q^S(n zeB&fb0Md+~9W)Bg^wzQgvGku#O{?6C*#Gp3owR!rT3qT1ITjV{8WUx+rycepJN{jH zom;~1e}pn;IWXEkc-VtF^?uPS!tlMr+@))CvZoeQy6pAyRh-8R)z99iekfQRJaQHm zZ-e&p^dozb($k!`&^wna)Yd8qr7Dr9$7(}iD-CY9mB0YT@zQH0&#TlhoZ<OzNV1$B zLd~!5AoX9&zS(bBlzZQaH=~XlSiFplyO!+h7M{8-c^B7povR~enZjS7Va!>gC>A{I zAwv8OyXVfJbKzcCm`9QKJe{sg8!wMYFoleOl258#R=>&($9e~ZCnu33m~K(1C?=O} z6CH26C4J{2-zW+3YdiK${&l<cUobQlMXm_(aD<&UOR@c<PYV89+<bO}DX%H3e$f=G zlR17Y*FT_o6-yyrK~or^1h1>?^le*q1!^Y>G_MO_=kph+BFBYR%aRo5a<?*gzm;BA z=9`;(L)kr^HSq?8FwnxJ9i7Uotf*LdXj%S)M?8b(OJZVK344m(xGmiA1;ufP!w|K= zJFa9&_k8!O{+t5&3*^%YGifG8i*YnFXqKb4UT;Z`3GWkM+9}TYQ2EsJ3f~K&vD+tc zmlH0ceh};J&U9{?ZMAIX;_QT+m6XQeQ#v|vE2UDpHz+GJKL>y9QagY!jpt6z#}jj1 zdmRs6#V7hQ{S#SNsYjiu2`N<9y{v{<i<ajTwEs<b_LEtzCnV>6cZG?6u3<H&@=*2L r#>KQ|`A9m=&`l*3wQ}*CCo*^$qZLqZ5gL)PX88H^eiH-Hy@B{Ysn8b_ literal 0 HcmV?d00001 diff --git a/public/assets/ckeditor/skins/moono/readme.md b/public/assets/ckeditor/skins/moono/readme.md new file mode 100644 index 0000000..fc9a544 --- /dev/null +++ b/public/assets/ckeditor/skins/moono/readme.md @@ -0,0 +1,49 @@ +"Moono" Skin +==================== + +This skin has been chosen for the **default skin** of CKEditor 4.x, elected from the CKEditor +[skin contest](http://ckeditor.com/blog/new_ckeditor_4_skin) and further shaped by +the CKEditor team. "Moono" is maintained by the core developers. + +For more information about skins, please check the [CKEditor Skin SDK](http://docs.cksource.com/CKEditor_4.x/Skin_SDK) +documentation. + +Features +------------------- +"Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency. +It comes with the following features: + +- Chameleon feature with brightness, +- high-contrast compatibility, +- graphics source provided in SVG. + +Directory Structure +------------------- + +CSS parts: +- **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance, +- **mainui.css**: the file contains styles of entire editor outline structures, +- **toolbar.css**: the file contains styles of the editor toolbar space (top), +- **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar, +- **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded +until the first panel open up, +- **elementspath.css**: the file contains styles of the editor elements path bar (bottom), +- **menu.css**: the file contains styles of all editor menus including context menu and button drop-down, +it's not loaded until the first menu open up, +- **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open, +- **reset.css**: the file defines the basis of style resets among all editor UI spaces, +- **preset.css**: the file defines the default styles of some UI elements reflecting the skin preference, +- **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks. + +Other parts: +- **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific files and its icons and defines the Chameleon feature, +- **icons/**: contains all skin defined icons, +- **images/**: contains a fill general used images, +- **dev/**: contains SVG source of the skin icons. + +License +------- + +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + +For licensing, see LICENSE.md or [http://ckeditor.com/license](http://ckeditor.com/license) diff --git a/public/assets/ckeditor/styles.js b/public/assets/ckeditor/styles.js new file mode 100644 index 0000000..1f9ac0b --- /dev/null +++ b/public/assets/ckeditor/styles.js @@ -0,0 +1,111 @@ +/** + * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +// This file contains style definitions that can be used by CKEditor plugins. +// +// The most common use for it is the "stylescombo" plugin, which shows a combo +// in the editor toolbar, containing all styles. Other plugins instead, like +// the div plugin, use a subset of the styles on their feature. +// +// If you don't have plugins that depend on this file, you can simply ignore it. +// Otherwise it is strongly recommended to customize this file to match your +// website requirements and design properly. + +CKEDITOR.stylesSet.add( 'default', [ + /* Block Styles */ + + // These styles are already available in the "Format" combo ("format" plugin), + // so they are not needed here by default. You may enable them to avoid + // placing the "Format" combo in the toolbar, maintaining the same features. + /* + { name: 'Paragraph', element: 'p' }, + { name: 'Heading 1', element: 'h1' }, + { name: 'Heading 2', element: 'h2' }, + { name: 'Heading 3', element: 'h3' }, + { name: 'Heading 4', element: 'h4' }, + { name: 'Heading 5', element: 'h5' }, + { name: 'Heading 6', element: 'h6' }, + { name: 'Preformatted Text',element: 'pre' }, + { name: 'Address', element: 'address' }, + */ + + { name: 'Italic Title', element: 'h2', styles: { 'font-style': 'italic' } }, + { name: 'Subtitle', element: 'h3', styles: { 'color': '#aaa', 'font-style': 'italic' } }, + { + name: 'Special Container', + element: 'div', + styles: { + padding: '5px 10px', + background: '#eee', + border: '1px solid #ccc' + } + }, + + /* Inline Styles */ + + // These are core styles available as toolbar buttons. You may opt enabling + // some of them in the Styles combo, removing them from the toolbar. + // (This requires the "stylescombo" plugin) + /* + { name: 'Strong', element: 'strong', overrides: 'b' }, + { name: 'Emphasis', element: 'em' , overrides: 'i' }, + { name: 'Underline', element: 'u' }, + { name: 'Strikethrough', element: 'strike' }, + { name: 'Subscript', element: 'sub' }, + { name: 'Superscript', element: 'sup' }, + */ + + { name: 'Marker', element: 'span', attributes: { 'class': 'marker' } }, + + { name: 'Big', element: 'big' }, + { name: 'Small', element: 'small' }, + { name: 'Typewriter', element: 'tt' }, + + { name: 'Computer Code', element: 'code' }, + { name: 'Keyboard Phrase', element: 'kbd' }, + { name: 'Sample Text', element: 'samp' }, + { name: 'Variable', element: 'var' }, + + { name: 'Deleted Text', element: 'del' }, + { name: 'Inserted Text', element: 'ins' }, + + { name: 'Cited Work', element: 'cite' }, + { name: 'Inline Quotation', element: 'q' }, + + { name: 'Language: RTL', element: 'span', attributes: { 'dir': 'rtl' } }, + { name: 'Language: LTR', element: 'span', attributes: { 'dir': 'ltr' } }, + + /* Object Styles */ + + { + name: 'Styled image (left)', + element: 'img', + attributes: { 'class': 'left' } + }, + + { + name: 'Styled image (right)', + element: 'img', + attributes: { 'class': 'right' } + }, + + { + name: 'Compact table', + element: 'table', + attributes: { + cellpadding: '5', + cellspacing: '0', + border: '1', + bordercolor: '#ccc' + }, + styles: { + 'border-collapse': 'collapse' + } + }, + + { name: 'Borderless Table', element: 'table', styles: { 'border-style': 'hidden', 'background-color': '#E6E6FA' } }, + { name: 'Square Bulleted List', element: 'ul', styles: { 'list-style-type': 'square' } } +] ); + diff --git a/public/assets/plugins/jscripty/js/Actions.js b/public/assets/plugins/jscripty/js/Actions.js index 199ddb0..5f75e38 100644 --- a/public/assets/plugins/jscripty/js/Actions.js +++ b/public/assets/plugins/jscripty/js/Actions.js @@ -1 +1 @@ -var _0xcded=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x64\x69\x74\x6F\x72\x55\x69","\x61\x63\x74\x69\x6F\x6E\x73","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x65\x64\x69\x74\x6F\x72","\x67\x72\x61\x70\x68","\x6E\x65\x77","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x68\x6F\x77\x44\x69\x61\x6C\x6F\x67","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E","\x6F\x70\x65\x6E","\x73\x61\x76\x65","\x73\x61\x76\x65\x46\x69\x6C\x65","\x43\x74\x72\x6C\x2B\x53","\x73\x61\x76\x65\x41\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2D\x53","\x70\x75\x62\x6C\x69\x73\x68","\x70\x75\x62\x6C\x69\x73\x68\x46\x69\x6C\x65","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x50","\x76\x61\x72\x69\x61\x62\x6C\x65","\x69\x6D\x70\x6F\x72\x74","\x65\x78\x70\x6F\x72\x74","\x43\x74\x72\x6C\x2B\x45","\x65\x64\x69\x74\x46\x69\x6C\x65","\x65\x64\x69\x74","\x67\x65\x74","\x62\x69\x6E\x64","\x70\x75\x74","\x72\x65\x6E\x61\x6D\x65","\x70\x72\x69\x6E\x74","\x70\x72\x69\x6E\x74\x53\x63\x72\x65\x65\x6E","\x73\x70\x72\x69\x74\x65\x2D\x70\x72\x69\x6E\x74","\x43\x74\x72\x6C\x2B\x50","\x70\x72\x65\x76\x69\x65\x77","\x73\x68\x6F\x77","\x75\x6E\x64\x6F","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x73\x70\x72\x69\x74\x65\x2D\x75\x6E\x64\x6F","\x43\x74\x72\x6C\x2B\x5A","\x72\x65\x64\x6F","\x73\x70\x72\x69\x74\x65\x2D\x72\x65\x64\x6F","\x43\x74\x72\x6C\x2B\x59","\x63\x75\x74","\x73\x70\x72\x69\x74\x65\x2D\x63\x75\x74","\x43\x74\x72\x6C\x2B\x58","\x63\x6F\x70\x79","\x73\x70\x72\x69\x74\x65\x2D\x63\x6F\x70\x79","\x43\x74\x72\x6C\x2B\x43","\x70\x61\x73\x74\x65","\x73\x70\x72\x69\x74\x65\x2D\x70\x61\x73\x74\x65","\x43\x74\x72\x6C\x2B\x56","\x64\x65\x6C\x65\x74\x65","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x44\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x67\x72\x69\x64\x53\x69\x7A\x65","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x43\x74\x72\x6C\x2B\x44","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x56","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x45","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x43\x74\x72\x6C\x2B\x41","\x68\x6F\x6D\x65","\x48\x6F\x6D\x65","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x50\x61\x67\x65\x20\x55\x70","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x50\x61\x67\x65\x20\x44\x6F\x77\x6E","\x65\x78\x70\x61\x6E\x64","\x66\x6F\x6C\x64\x43\x65\x6C\x6C\x73","\x45\x6E\x74\x65\x72","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x42\x61\x63\x6B\x73\x70\x61\x63\x65","\x74\x6F\x46\x72\x6F\x6E\x74","\x6F\x72\x64\x65\x72\x43\x65\x6C\x6C\x73","\x43\x74\x72\x6C\x2B\x46","\x74\x6F\x42\x61\x63\x6B","\x43\x74\x72\x6C\x2B\x42","\x67\x72\x6F\x75\x70","\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x43\x74\x72\x6C\x2B\x47","\x75\x6E\x67\x72\x6F\x75\x70","\x75\x6E\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x43\x74\x72\x6C\x2B\x55","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x47\x72\x6F\x75\x70","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x65\x64\x69\x74\x4C\x69\x6E\x6B","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","","\x65\x6E\x74\x65\x72\x56\x61\x6C\x75\x65","\x70\x72\x6F\x6D\x70\x74","\x73\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x6F\x70\x65\x6E\x4C\x69\x6E\x6B","\x61\x75\x74\x6F\x73\x69\x7A\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x75\x70\x64\x61\x74\x65\x47\x72\x6F\x75\x70\x42\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x43\x65\x6C\x6C\x53\x69\x7A\x65","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x77\x6F\x72\x64\x57\x72\x61\x70","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x77\x72\x61\x70","\x53\x54\x59\x4C\x45\x5F\x57\x48\x49\x54\x45\x5F\x53\x50\x41\x43\x45","\x73\x74\x79\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x30","\x53\x54\x59\x4C\x45\x5F\x52\x4F\x54\x41\x54\x49\x4F\x4E","\x20\x28","\x20\x30\x2D\x33\x36\x30\x29","\x74\x69\x6C\x74","\x69\x73\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x43\x65\x6C\x6C\x47\x65\x6F\x6D\x65\x74\x72\x79","\x63\x6C\x6F\x6E\x65","\x78","\x77\x69\x64\x74\x68","\x68\x65\x69\x67\x68\x74","\x79","\x73\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x76\x69\x65\x77","\x53\x54\x59\x4C\x45\x5F\x44\x49\x52\x45\x43\x54\x49\x4F\x4E","\x65\x61\x73\x74","\x73\x6F\x75\x74\x68","\x77\x65\x73\x74","\x6E\x6F\x72\x74\x68","\x43\x74\x72\x6C\x2B\x52","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x7A\x6F\x6F\x6D\x54\x6F","\x7A\x6F\x6F\x6D\x49\x6E","\x41\x64\x64","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x53\x75\x62\x74\x72\x61\x63\x74","\x66\x69\x74\x57\x69\x6E\x64\x6F\x77","\x66\x69\x74","\x66\x69\x74\x50\x61\x67\x65","\x70\x61\x67\x65\x56\x69\x73\x69\x62\x6C\x65","\x66\x75\x6E\x63\x74","\x70\x61\x67\x65\x56\x69\x65\x77","\x70\x61\x67\x65\x46\x6F\x72\x6D\x61\x74","\x70\x61\x67\x65\x53\x63\x61\x6C\x65","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x63\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x6D\x69\x6E","\x66\x6C\x6F\x6F\x72","\x73\x63\x72\x6F\x6C\x6C\x4C\x65\x66\x74","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65","\x6D\x61\x78","\x72\x6F\x75\x6E\x64","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x66\x69\x74\x50\x61\x67\x65\x57\x69\x64\x74\x68","\x63\x75\x73\x74\x6F\x6D\x5A\x6F\x6F\x6D","\x63\x75\x73\x74\x6F\x6D","\x20\x28\x25\x29","\x67\x65\x74\x53\x63\x61\x6C\x65","\x67\x72\x69\x64","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x75\x70\x64\x61\x74\x65\x47\x72\x61\x70\x68\x43\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x47","\x73\x65\x74\x54\x6F\x67\x67\x6C\x65\x41\x63\x74\x69\x6F\x6E","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x65\x64\x43\x61\x6C\x6C\x62\x61\x63\x6B","\x67\x75\x69\x64\x65\x73","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x74\x6F\x6F\x6C\x74\x69\x70\x73","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x6E\x61\x76\x69\x67\x61\x74\x69\x6F\x6E","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x72\x65\x76\x61\x6C\x69\x64\x61\x74\x65","\x73\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x73\x63\x61\x6C\x65","\x73\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x73\x69\x7A\x65\x44\x69\x64\x43\x68\x61\x6E\x67\x65","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x61\x75\x74\x6F","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x73\x56\x69\x73\x69\x62\x6C\x65","\x70\x72\x65\x66\x65\x72\x50\x61\x67\x65\x53\x69\x7A\x65","\x76\x61\x6C\x69\x64\x61\x74\x65","\x75\x70\x64\x61\x74\x65","\x6F\x75\x74\x6C\x69\x6E\x65","\x68\x61\x73\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x63\x6F\x6E\x6E\x65\x63\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x43\x74\x72\x6C\x2B\x51","\x63\x6F\x70\x79\x43\x6F\x6E\x6E\x65\x63\x74","\x69\x73\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x68\x65\x6C\x70","\x6C\x61\x6E\x67\x75\x61\x67\x65","\x69\x73\x4C\x61\x6E\x67\x75\x61\x67\x65\x53\x75\x70\x70\x6F\x72\x74\x65\x64","\x5F","\x2F\x68\x65\x6C\x70","\x2E\x68\x74\x6D\x6C","\x61\x62\x6F\x75\x74","\x20\x43\x61\x6C\x6C\x79\x20\x53\x71\x75\x61\x72\x65","\x46\x31","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x46\x6C\x61\x67\x73","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x73\x68\x61\x64\x6F\x77","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x64\x61\x73\x68\x65\x64","\x72\x6F\x75\x6E\x64\x65\x64","\x63\x75\x72\x76\x65\x64","\x29","\x67\x65\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x73\x65\x74\x41\x73\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x61\x64\x64\x57\x61\x79\x70\x6F\x69\x6E\x74","\x69\x73\x45\x64\x67\x65","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x73\x74\x61\x74\x65","\x74\x72\x69\x67\x67\x65\x72\x58","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x74\x72\x69\x67\x67\x65\x72\x59","\x61\x64\x64\x50\x6F\x69\x6E\x74\x41\x74","\x72\x65\x6D\x6F\x76\x65\x57\x61\x79\x70\x6F\x69\x6E\x74","\x68\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x64\x65\x78","\x72\x65\x6D\x6F\x76\x65\x50\x6F\x69\x6E\x74","\x69\x6D\x61\x67\x65","\x67\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x69\x6E\x73\x65\x72\x74\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x67\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x49\x4D\x41\x47\x45","\x75\x72\x6C","\x6F\x6E\x6C\x6F\x61\x64","\x6F\x6E\x65\x72\x72\x6F\x72","\x66\x69\x6C\x65\x4E\x6F\x74\x46\x6F\x75\x6E\x64","\x61\x6C\x65\x72\x74","\x73\x72\x63","\x63\x61\x6C\x6C","\x6C\x61\x62\x65\x6C","\x65\x6E\x61\x62\x6C\x65\x64","\x69\x63\x6F\x6E\x43\x6C\x73","\x73\x68\x6F\x72\x74\x63\x75\x74","\x65\x78\x74\x65\x6E\x64","\x73\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x64","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x74\x6F\x67\x67\x6C\x65\x41\x63\x74\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x65\x64\x43\x61\x6C\x6C\x62\x61\x63\x6B","\x69\x73\x53\x65\x6C\x65\x63\x74\x65\x64"];_0xcded[0];function Actions(_0x90fdx2){this[_0xcded[1]]=_0x90fdx2;this[_0xcded[2]]= new Object();this[_0xcded[3]]()}Actions[_0xcded[4]][_0xcded[3]]=function(){var _0x90fdx3=this[_0xcded[1]];var _0x90fdx4=_0x90fdx3[_0xcded[5]];var _0x90fdx5=_0x90fdx4[_0xcded[6]];this[_0xcded[10]](_0xcded[7],function(){_0x90fdx3[_0xcded[9]]( new NewDialog(_0x90fdx3)[_0xcded[8]],300,180,true,true)});this[_0xcded[10]](_0xcded[11],function(){_0x90fdx3[_0xcded[9]]( new OpenDialog(_0x90fdx3)[_0xcded[8]],300,180,true,true)});this[_0xcded[10]](_0xcded[12],function(){_0x90fdx3[_0xcded[13]](false)},null,null,_0xcded[14]);this[_0xcded[10]](_0xcded[15],function(){_0x90fdx3[_0xcded[13]](true)},null,null,_0xcded[16]);this[_0xcded[10]](_0xcded[17],function(){_0x90fdx3[_0xcded[18]](false)},null,null,_0xcded[19]);this[_0xcded[10]](_0xcded[20],function(){_0x90fdx3[_0xcded[9]]( new VariableDialog(_0x90fdx3)[_0xcded[8]],300,180,true,true)});this[_0xcded[10]](_0xcded[21],function(){_0x90fdx3[_0xcded[9]]( new ImportDialog(_0x90fdx3)[_0xcded[8]],300,200,true,true)});this[_0xcded[10]](_0xcded[22],function(){_0x90fdx3[_0xcded[9]]( new ExportDialog(_0x90fdx3)[_0xcded[8]],300,200,true,true)},null,null,_0xcded[23]);this[_0xcded[28]](_0xcded[24], new Action(mxResources[_0xcded[26]](_0xcded[25]),mxUtils[_0xcded[27]](this,function(){this[_0xcded[1]][_0xcded[9]]( new EditFileDialog(_0x90fdx3)[_0xcded[8]],620,420,true,true)})));this[_0xcded[10]](_0xcded[29],function(){_0x90fdx3[_0xcded[9]]( new RenameDialog(_0x90fdx3)[_0xcded[8]],300,180,true,true)});this[_0xcded[10]](_0xcded[30],function(){mxUtils[_0xcded[31]](_0x90fdx5)},null,_0xcded[32],_0xcded[33]);this[_0xcded[10]](_0xcded[34],function(){mxUtils[_0xcded[35]](_0x90fdx5,null,10,10)});this[_0xcded[10]](_0xcded[36],function(){_0x90fdx4[_0xcded[37]][_0xcded[36]]()},null,_0xcded[38],_0xcded[39]);this[_0xcded[10]](_0xcded[40],function(){_0x90fdx4[_0xcded[37]][_0xcded[40]]()},null,_0xcded[41],_0xcded[42]);this[_0xcded[10]](_0xcded[43],function(){mxClipboard[_0xcded[43]](_0x90fdx5)},null,_0xcded[44],_0xcded[45]);this[_0xcded[10]](_0xcded[46],function(){mxClipboard[_0xcded[46]](_0x90fdx5)},null,_0xcded[47],_0xcded[48]);this[_0xcded[10]](_0xcded[49],function(){mxClipboard[_0xcded[49]](_0x90fdx5)},false,_0xcded[50],_0xcded[51]);this[_0xcded[10]](_0xcded[52],function(){_0x90fdx5[_0xcded[53]]()},null,null,_0xcded[54]);this[_0xcded[10]](_0xcded[55],function(){var _0x90fdx6=_0x90fdx5[_0xcded[56]];_0x90fdx5[_0xcded[59]](_0x90fdx5[_0xcded[58]](_0x90fdx5[_0xcded[57]](),_0x90fdx6,_0x90fdx6,true))},null,null,_0xcded[60]);this[_0xcded[10]](_0xcded[61],function(){_0x90fdx5[_0xcded[61]]()},null,null,_0xcded[62]);this[_0xcded[10]](_0xcded[63],function(){_0x90fdx5[_0xcded[63]]()},null,null,_0xcded[64]);this[_0xcded[10]](_0xcded[65],function(){_0x90fdx5[_0xcded[65]]()},null,null,_0xcded[66]);this[_0xcded[10]](_0xcded[67],function(){_0x90fdx5[_0xcded[67]]()},null,null,_0xcded[68]);this[_0xcded[10]](_0xcded[69],function(){_0x90fdx5[_0xcded[69]]()},null,null,_0xcded[70]);this[_0xcded[10]](_0xcded[71],function(){_0x90fdx5[_0xcded[71]]()},null,null,_0xcded[72]);this[_0xcded[10]](_0xcded[73],function(){_0x90fdx5[_0xcded[74]](false)},null,null,_0xcded[75]);this[_0xcded[10]](_0xcded[76],function(){_0x90fdx5[_0xcded[74]](true)},null,null,_0xcded[77]);this[_0xcded[10]](_0xcded[78],function(){_0x90fdx5[_0xcded[79]](false)},null,null,_0xcded[80]);this[_0xcded[10]](_0xcded[81],function(){_0x90fdx5[_0xcded[79]](true)},null,null,_0xcded[82]);this[_0xcded[10]](_0xcded[83],function(){_0x90fdx5[_0xcded[85]](_0x90fdx5[_0xcded[84]](null,0))},null,null,_0xcded[86]);this[_0xcded[10]](_0xcded[87],function(){_0x90fdx5[_0xcded[59]](_0x90fdx5[_0xcded[88]]())},null,null,_0xcded[89]);this[_0xcded[10]](_0xcded[90],function(){_0x90fdx5[_0xcded[91]]()});this[_0xcded[10]](_0xcded[92],function(){var _0x90fdx7=_0x90fdx5[_0xcded[93]]();var _0x90fdx8=_0x90fdx5[_0xcded[94]](_0x90fdx7);if(_0x90fdx8==null){_0x90fdx8=_0xcded[95]};_0x90fdx8=mxUtils[_0xcded[97]](mxResources[_0xcded[26]](_0xcded[96]),_0x90fdx8);if(_0x90fdx8!=null){_0x90fdx5[_0xcded[98]](_0x90fdx7,_0x90fdx8)}});this[_0xcded[10]](_0xcded[99],function(){var _0x90fdx7=_0x90fdx5[_0xcded[93]]();var _0x90fdx8=_0x90fdx5[_0xcded[94]](_0x90fdx7);if(_0x90fdx8!=null){window[_0xcded[11]](_0x90fdx8)}});this[_0xcded[10]](_0xcded[100],function(){var _0x90fdx9=_0x90fdx5[_0xcded[57]]();if(_0x90fdx9!=null){_0x90fdx5[_0xcded[102]]()[_0xcded[101]]();try{for(var _0x90fdxa=0;_0x90fdxa<_0x90fdx9[_0xcded[103]];_0x90fdxa++){var _0x90fdx7=_0x90fdx9[_0x90fdxa];if(_0x90fdx5[_0xcded[102]]()[_0xcded[104]](_0x90fdx7)){_0x90fdx5[_0xcded[105]]([_0x90fdx7],20)}else {_0x90fdx5[_0xcded[106]](_0x90fdx7)}}}finally{_0x90fdx5[_0xcded[102]]()[_0xcded[107]]()}}});this[_0xcded[10]](_0xcded[108],function(){var _0x90fdxb=_0x90fdx5[_0xcded[110]]()[_0xcded[109]](_0x90fdx5[_0xcded[93]]());var _0x90fdxc=_0xcded[111];if(_0x90fdxb!=null&&_0x90fdxb[_0xcded[113]][mxConstants[_0xcded[112]]]==_0xcded[111]){_0x90fdxc=null};_0x90fdx5[_0xcded[114]](mxConstants.STYLE_WHITE_SPACE,_0x90fdxc)});this[_0xcded[10]](_0xcded[115],function(){var _0x90fdxc=_0xcded[116];var _0x90fdxb=_0x90fdx5[_0xcded[110]]()[_0xcded[109]](_0x90fdx5[_0xcded[93]]());if(_0x90fdxb!=null){_0x90fdxc=_0x90fdxb[_0xcded[113]][mxConstants[_0xcded[117]]]||_0x90fdxc};_0x90fdxc=mxUtils[_0xcded[97]](mxResources[_0xcded[26]](_0xcded[96])+_0xcded[118]+mxResources[_0xcded[26]](_0xcded[115])+_0xcded[119],_0x90fdxc);if(_0x90fdxc!=null){_0x90fdx5[_0xcded[114]](mxConstants.STYLE_ROTATION,_0x90fdxc)}});this[_0xcded[10]](_0xcded[120],function(){var _0x90fdx9=_0x90fdx5[_0xcded[57]]();if(_0x90fdx9!=null){_0x90fdx5[_0xcded[102]]()[_0xcded[101]]();try{for(var _0x90fdxa=0;_0x90fdxa<_0x90fdx9[_0xcded[103]];_0x90fdxa++){var _0x90fdx7=_0x90fdx9[_0x90fdxa];if(_0x90fdx5[_0xcded[102]]()[_0xcded[121]](_0x90fdx7)&&_0x90fdx5[_0xcded[102]]()[_0xcded[104]](_0x90fdx7)==0){var _0x90fdxd=_0x90fdx5[_0xcded[122]](_0x90fdx7);if(_0x90fdxd!=null){_0x90fdxd=_0x90fdxd[_0xcded[123]]();_0x90fdxd[_0xcded[124]]+=_0x90fdxd[_0xcded[125]]/2-_0x90fdxd[_0xcded[126]]/2;_0x90fdxd[_0xcded[127]]+=_0x90fdxd[_0xcded[126]]/2-_0x90fdxd[_0xcded[125]]/2;var _0x90fdxe=_0x90fdxd[_0xcded[125]];_0x90fdxd[_0xcded[125]]=_0x90fdxd[_0xcded[126]];_0x90fdxd[_0xcded[126]]=_0x90fdxe;_0x90fdx5[_0xcded[102]]()[_0xcded[128]](_0x90fdx7,_0x90fdxd);var _0x90fdxb=_0x90fdx5[_0xcded[129]][_0xcded[109]](_0x90fdx7);if(_0x90fdxb!=null){var _0x90fdxf=_0x90fdxb[_0xcded[113]][mxConstants[_0xcded[130]]]||_0xcded[131];if(_0x90fdxf==_0xcded[131]){_0x90fdxf=_0xcded[132]}else {if(_0x90fdxf==_0xcded[132]){_0x90fdxf=_0xcded[133]}else {if(_0x90fdxf==_0xcded[133]){_0x90fdxf=_0xcded[134]}else {if(_0x90fdxf==_0xcded[134]){_0x90fdxf=_0xcded[131]}}}};_0x90fdx5[_0xcded[114]](mxConstants.STYLE_DIRECTION,_0x90fdxf,[_0x90fdx7])}}}}}finally{_0x90fdx5[_0xcded[102]]()[_0xcded[107]]()}}},null,null,_0xcded[135]);this[_0xcded[10]](_0xcded[136],function(){_0x90fdx5[_0xcded[137]](1)});this[_0xcded[10]](_0xcded[138],function(){_0x90fdx5[_0xcded[138]]()},null,null,_0xcded[139]);this[_0xcded[10]](_0xcded[140],function(){_0x90fdx5[_0xcded[140]]()},null,null,_0xcded[141]);this[_0xcded[10]](_0xcded[142],function(){_0x90fdx5[_0xcded[143]]()});this[_0xcded[10]](_0xcded[144],mxUtils[_0xcded[27]](this,function(){if(!_0x90fdx5[_0xcded[145]]){this[_0xcded[26]](_0xcded[147])[_0xcded[146]]()};var _0x90fdx10=_0x90fdx5[_0xcded[148]];var _0x90fdx11=_0x90fdx5[_0xcded[149]];var _0x90fdx12=_0x90fdx5[_0xcded[8]][_0xcded[150]]-20;var _0x90fdx13=_0x90fdx5[_0xcded[8]][_0xcded[151]]-20;var _0x90fdx14=Math[_0xcded[153]](100*Math[_0xcded[152]](_0x90fdx12/_0x90fdx10[_0xcded[125]]/_0x90fdx11,_0x90fdx13/_0x90fdx10[_0xcded[126]]/_0x90fdx11))/100;_0x90fdx5[_0xcded[137]](_0x90fdx14);_0x90fdx5[_0xcded[8]][_0xcded[154]]=Math[_0xcded[157]](_0x90fdx5[_0xcded[129]][_0xcded[155]][_0xcded[124]]*_0x90fdx14-Math[_0xcded[156]](10,(_0x90fdx5[_0xcded[8]][_0xcded[150]]-_0x90fdx10[_0xcded[125]]*_0x90fdx11*_0x90fdx14)/2));_0x90fdx5[_0xcded[8]][_0xcded[158]]=Math[_0xcded[157]](_0x90fdx5[_0xcded[129]][_0xcded[155]][_0xcded[127]]*_0x90fdx14-Math[_0xcded[156]](10,(_0x90fdx5[_0xcded[8]][_0xcded[151]]-_0x90fdx10[_0xcded[126]]*_0x90fdx11*_0x90fdx14)/2))}));this[_0xcded[10]](_0xcded[159],mxUtils[_0xcded[27]](this,function(){if(!_0x90fdx5[_0xcded[145]]){this[_0xcded[26]](_0xcded[147])[_0xcded[146]]()};var _0x90fdx10=_0x90fdx5[_0xcded[148]];var _0x90fdx11=_0x90fdx5[_0xcded[149]];var _0x90fdx12=_0x90fdx5[_0xcded[8]][_0xcded[150]]-20;var _0x90fdx14=Math[_0xcded[153]](100*_0x90fdx12/_0x90fdx10[_0xcded[125]]/_0x90fdx11)/100;_0x90fdx5[_0xcded[137]](_0x90fdx14);_0x90fdx5[_0xcded[8]][_0xcded[154]]=Math[_0xcded[157]](_0x90fdx5[_0xcded[129]][_0xcded[155]][_0xcded[124]]*_0x90fdx14-Math[_0xcded[156]](10,(_0x90fdx5[_0xcded[8]][_0xcded[150]]-_0x90fdx10[_0xcded[125]]*_0x90fdx11*_0x90fdx14)/2));_0x90fdx5[_0xcded[8]][_0xcded[158]]=Math[_0xcded[157]](_0x90fdx5[_0xcded[129]][_0xcded[155]][_0xcded[127]]*_0x90fdx14-Math[_0xcded[156]](10,(_0x90fdx5[_0xcded[8]][_0xcded[151]]-_0x90fdx10[_0xcded[126]]*_0x90fdx11*_0x90fdx14)/2))}));this[_0xcded[28]](_0xcded[160], new Action(mxResources[_0xcded[26]](_0xcded[161]),function(){var _0x90fdxc=mxUtils[_0xcded[97]](mxResources[_0xcded[26]](_0xcded[96])+_0xcded[162],parseInt(_0x90fdx5[_0xcded[110]]()[_0xcded[163]]()*100));if(_0x90fdxc!=null&&_0x90fdxc[_0xcded[103]]>0&&!isNaN(parseInt(_0x90fdxc))){_0x90fdx5[_0xcded[137]](parseInt(_0x90fdxc)/100)}}));var _0x90fdx15=null;_0x90fdx15=this[_0xcded[10]](_0xcded[164],function(){_0x90fdx5[_0xcded[166]](!_0x90fdx5[_0xcded[165]]());_0x90fdx4[_0xcded[167]]()},null,null,_0xcded[168]);_0x90fdx15[_0xcded[169]](true);_0x90fdx15[_0xcded[170]](function(){return _0x90fdx5[_0xcded[165]]()});_0x90fdx15=this[_0xcded[10]](_0xcded[171],function(){_0x90fdx5[_0xcded[173]][_0xcded[172]]=!_0x90fdx5[_0xcded[173]][_0xcded[172]]});_0x90fdx15[_0xcded[169]](true);_0x90fdx15[_0xcded[170]](function(){return _0x90fdx5[_0xcded[173]][_0xcded[172]]});_0x90fdx15=this[_0xcded[10]](_0xcded[174],function(){_0x90fdx5[_0xcded[176]][_0xcded[177]](!_0x90fdx5[_0xcded[176]][_0xcded[175]]())});_0x90fdx15[_0xcded[169]](true);_0x90fdx15[_0xcded[170]](function(){return _0x90fdx5[_0xcded[176]][_0xcded[175]]()});_0x90fdx15=this[_0xcded[10]](_0xcded[178],function(){_0x90fdx5[_0xcded[179]]=!_0x90fdx5[_0xcded[179]];_0x90fdx5[_0xcded[129]][_0xcded[180]]()});_0x90fdx15[_0xcded[169]](true);_0x90fdx15[_0xcded[170]](function(){return _0x90fdx5[_0xcded[179]]});_0x90fdx15=this[_0xcded[10]](_0xcded[181],function(){_0x90fdx5[_0xcded[181]]=!_0x90fdx5[_0xcded[181]];_0x90fdx4[_0xcded[167]]();if(!_0x90fdx5[_0xcded[181]]){var _0x90fdx16=_0x90fdx5[_0xcded[129]][_0xcded[155]];_0x90fdx5[_0xcded[129]][_0xcded[183]](_0x90fdx16[_0xcded[124]]-_0x90fdx5[_0xcded[8]][_0xcded[154]]/_0x90fdx5[_0xcded[129]][_0xcded[182]],_0x90fdx16[_0xcded[127]]-_0x90fdx5[_0xcded[8]][_0xcded[158]]/_0x90fdx5[_0xcded[129]][_0xcded[182]]);_0x90fdx5[_0xcded[8]][_0xcded[154]]=0;_0x90fdx5[_0xcded[8]][_0xcded[158]]=0;_0x90fdx5[_0xcded[184]]()}else {var _0x90fdx17=_0x90fdx5[_0xcded[129]][_0xcded[155]][_0xcded[124]];var _0x90fdx18=_0x90fdx5[_0xcded[129]][_0xcded[155]][_0xcded[127]];_0x90fdx5[_0xcded[129]][_0xcded[155]][_0xcded[124]]=0;_0x90fdx5[_0xcded[129]][_0xcded[155]][_0xcded[127]]=0;_0x90fdx5[_0xcded[184]]();_0x90fdx5[_0xcded[8]][_0xcded[154]]-=Math[_0xcded[157]](_0x90fdx17*_0x90fdx5[_0xcded[129]][_0xcded[182]]);_0x90fdx5[_0xcded[8]][_0xcded[158]]-=Math[_0xcded[157]](_0x90fdx18*_0x90fdx5[_0xcded[129]][_0xcded[182]])}},!mxClient.IS_TOUCH);_0x90fdx15[_0xcded[169]](true);_0x90fdx15[_0xcded[170]](function(){return _0x90fdx5[_0xcded[8]][_0xcded[113]][_0xcded[185]]==_0xcded[186]});_0x90fdx15=this[_0xcded[10]](_0xcded[147],mxUtils[_0xcded[27]](this,function(){_0x90fdx5[_0xcded[145]]=!_0x90fdx5[_0xcded[145]];_0x90fdx5[_0xcded[187]]=_0x90fdx5[_0xcded[145]];_0x90fdx5[_0xcded[188]]=_0x90fdx5[_0xcded[187]];_0x90fdx5[_0xcded[129]][_0xcded[189]]();_0x90fdx5[_0xcded[184]]();_0x90fdx4[_0xcded[167]]();_0x90fdx4[_0xcded[191]][_0xcded[190]]();if(mxUtils[_0xcded[192]](_0x90fdx5[_0xcded[8]])){if(_0x90fdx5[_0xcded[145]]){_0x90fdx5[_0xcded[8]][_0xcded[154]]-=20;_0x90fdx5[_0xcded[8]][_0xcded[158]]-=20}else {_0x90fdx5[_0xcded[8]][_0xcded[154]]+=20;_0x90fdx5[_0xcded[8]][_0xcded[158]]+=20}}}));_0x90fdx15[_0xcded[169]](true);_0x90fdx15[_0xcded[170]](function(){return _0x90fdx5[_0xcded[145]]});_0x90fdx15=this[_0xcded[10]](_0xcded[193],function(){_0x90fdx5[_0xcded[195]](!_0x90fdx5[_0xcded[194]][_0xcded[175]]())},null,null,_0xcded[196]);_0x90fdx15[_0xcded[169]](true);_0x90fdx15[_0xcded[170]](function(){return _0x90fdx5[_0xcded[194]][_0xcded[175]]()});_0x90fdx15=this[_0xcded[10]](_0xcded[197],function(){_0x90fdx5[_0xcded[194]][_0xcded[199]](!_0x90fdx5[_0xcded[194]][_0xcded[198]]())});_0x90fdx15[_0xcded[169]](true);_0x90fdx15[_0xcded[170]](function(){return _0x90fdx5[_0xcded[194]][_0xcded[198]]()});this[_0xcded[10]](_0xcded[200],function(){var _0x90fdx19=_0xcded[95];if(mxResources[_0xcded[202]](mxClient[_0xcded[201]])){_0x90fdx19=_0xcded[203]+mxClient[_0xcded[201]]};window[_0xcded[11]](RESOURCES_PATH+_0xcded[204]+_0x90fdx19+_0xcded[205])});this[_0xcded[28]](_0xcded[206], new Action(mxResources[_0xcded[26]](_0xcded[206])+_0xcded[207],function(){_0x90fdx3[_0xcded[9]]( new AboutDialog(_0x90fdx3)[_0xcded[8]],320,280,true,true)},null,null,_0xcded[208]));var _0x90fdx1a=mxUtils[_0xcded[27]](this,function(_0x90fdx1b,_0x90fdx1c){this[_0xcded[10]](_0x90fdx1b,function(){_0x90fdx5[_0xcded[209]](mxConstants.STYLE_FONTSTYLE,_0x90fdx1c)})});_0x90fdx1a(_0xcded[210],mxConstants.FONT_BOLD);_0x90fdx1a(_0xcded[211],mxConstants.FONT_ITALIC);_0x90fdx1a(_0xcded[212],mxConstants.FONT_UNDERLINE);this[_0xcded[10]](_0xcded[213],function(){_0x90fdx5[_0xcded[214]](mxConstants.STYLE_SHADOW)});this[_0xcded[10]](_0xcded[215],function(){_0x90fdx5[_0xcded[214]](mxConstants.STYLE_DASHED)});this[_0xcded[10]](_0xcded[216],function(){_0x90fdx5[_0xcded[214]](mxConstants.STYLE_ROUNDED)});this[_0xcded[10]](_0xcded[217],function(){_0x90fdx5[_0xcded[214]](mxConstants.STYLE_CURVED)});this[_0xcded[10]](_0xcded[113],function(){var _0x90fdx9=_0x90fdx5[_0xcded[57]]();if(_0x90fdx9!=null&&_0x90fdx9[_0xcded[103]]>0){var _0x90fdx1d=_0x90fdx5[_0xcded[102]]();var _0x90fdx1c=mxUtils[_0xcded[97]](mxResources[_0xcded[26]](_0xcded[96])+_0xcded[118]+mxResources[_0xcded[26]](_0xcded[113])+_0xcded[218],_0x90fdx1d[_0xcded[219]](_0x90fdx9[0])||_0xcded[95]);if(_0x90fdx1c!=null){_0x90fdx5[_0xcded[220]](_0x90fdx1c,_0x90fdx9)}}});this[_0xcded[10]](_0xcded[221],function(){_0x90fdx5[_0xcded[222]](_0x90fdx5[_0xcded[93]]())});this[_0xcded[10]](_0xcded[223],function(){var _0x90fdx7=_0x90fdx5[_0xcded[93]]();if(_0x90fdx7!=null&&_0x90fdx5[_0xcded[102]]()[_0xcded[224]](_0x90fdx7)){var _0x90fdx1e=_0x90fdx4[_0xcded[6]][_0xcded[226]][_0xcded[225]](_0x90fdx7);if(_0x90fdx1e instanceof mxEdgeHandler){var _0x90fdx16=_0x90fdx5[_0xcded[129]][_0xcded[155]];var _0x90fdx6=_0x90fdx5[_0xcded[129]][_0xcded[182]];var _0x90fdx17=_0x90fdx16[_0xcded[124]];var _0x90fdx18=_0x90fdx16[_0xcded[127]];var _0x90fdx1f=_0x90fdx5[_0xcded[102]]()[_0xcded[227]](_0x90fdx7);var _0x90fdx20=_0x90fdx5[_0xcded[122]](_0x90fdx1f);if(_0x90fdx5[_0xcded[102]]()[_0xcded[121]](_0x90fdx1f)&&_0x90fdx20!=null){_0x90fdx17+=_0x90fdx20[_0xcded[124]];_0x90fdx18+=_0x90fdx20[_0xcded[127]]};_0x90fdx1e[_0xcded[232]](_0x90fdx1e[_0xcded[228]],_0x90fdx5[_0xcded[230]][_0xcded[229]]/_0x90fdx6-_0x90fdx17,_0x90fdx5[_0xcded[230]][_0xcded[231]]/_0x90fdx6-_0x90fdx18)}}});this[_0xcded[10]](_0xcded[233],function(){var _0x90fdx21=_0x90fdx3[_0xcded[2]][_0xcded[26]](_0xcded[233]);if(_0x90fdx21[_0xcded[234]]!=null){_0x90fdx21[_0xcded[234]][_0xcded[236]](_0x90fdx21[_0xcded[234]][_0xcded[228]],_0x90fdx21[_0xcded[235]])}});this[_0xcded[10]](_0xcded[237],function(){function _0x90fdx22(_0x90fdxc,_0x90fdx23,_0x90fdx24){var _0x90fdx25=null;var _0x90fdx9=_0x90fdx5[_0xcded[57]]();_0x90fdx5[_0xcded[102]]()[_0xcded[101]]();try{if(_0x90fdx9[_0xcded[103]]==0){var _0x90fdx26=_0x90fdx5[_0xcded[238]]();_0x90fdx9=[_0x90fdx5[_0xcded[240]](_0x90fdx5[_0xcded[239]](),null,_0xcded[95],_0x90fdx26,_0x90fdx26,_0x90fdx23,_0x90fdx24)];_0x90fdx25=_0x90fdx9};_0x90fdx5[_0xcded[114]](mxConstants.STYLE_IMAGE,_0x90fdxc,_0x90fdx9);_0x90fdx5[_0xcded[114]](mxConstants.STYLE_SHAPE,_0xcded[237],_0x90fdx9);if(_0x90fdx5[_0xcded[241]]()==1){if(_0x90fdx23!=null&&_0x90fdx24!=null){var _0x90fdx7=_0x90fdx9[0];var _0x90fdxd=_0x90fdx5[_0xcded[102]]()[_0xcded[242]](_0x90fdx7);if(_0x90fdxd!=null){_0x90fdxd=_0x90fdxd[_0xcded[123]]();_0x90fdxd[_0xcded[125]]=_0x90fdx23;_0x90fdxd[_0xcded[126]]=_0x90fdx24;_0x90fdx5[_0xcded[102]]()[_0xcded[128]](_0x90fdx7,_0x90fdxd)}}}}finally{_0x90fdx5[_0xcded[102]]()[_0xcded[107]]()};if(_0x90fdx25!=null){_0x90fdx5[_0xcded[59]](_0x90fdx25);_0x90fdx5[_0xcded[243]](_0x90fdx25[0])}}var _0x90fdxc=_0xcded[95];var _0x90fdxb=_0x90fdx5[_0xcded[110]]()[_0xcded[109]](_0x90fdx5[_0xcded[93]]());if(_0x90fdxb!=null){_0x90fdxc=_0x90fdxb[_0xcded[113]][mxConstants[_0xcded[244]]]||_0x90fdxc};_0x90fdxc=mxUtils[_0xcded[97]](mxResources[_0xcded[26]](_0xcded[96])+_0xcded[118]+mxResources[_0xcded[26]](_0xcded[245])+_0xcded[218],_0x90fdxc);if(_0x90fdxc!=null){if(_0x90fdxc[_0xcded[103]]>0){var _0x90fdx27= new Image();_0x90fdx27[_0xcded[246]]=function(){_0x90fdx22(_0x90fdxc,_0x90fdx27[_0xcded[125]],_0x90fdx27[_0xcded[126]])};_0x90fdx27[_0xcded[247]]=function(){mxUtils[_0xcded[249]](mxResources[_0xcded[26]](_0xcded[248]))};_0x90fdx27[_0xcded[250]]=_0x90fdxc}}})};Actions[_0xcded[4]][_0xcded[10]]=function(_0x90fdx1b,_0x90fdx28,_0x90fdx29,_0x90fdx2a,_0x90fdx2b){return this[_0xcded[28]](_0x90fdx1b, new Action(mxResources[_0xcded[26]](_0x90fdx1b),_0x90fdx28,_0x90fdx29,_0x90fdx2a,_0x90fdx2b))};Actions[_0xcded[4]][_0xcded[28]]=function(_0x90fdx2c,_0x90fdx15){this[_0xcded[2]][_0x90fdx2c]=_0x90fdx15;return _0x90fdx15};Actions[_0xcded[4]][_0xcded[26]]=function(_0x90fdx2c){return this[_0xcded[2]][_0x90fdx2c]};function Action(_0x90fdx2e,_0x90fdx28,_0x90fdx29,_0x90fdx2a,_0x90fdx2b){mxEventSource[_0xcded[251]](this);this[_0xcded[252]]=_0x90fdx2e;this[_0xcded[146]]=_0x90fdx28;this[_0xcded[253]]=(_0x90fdx29!=null)?_0x90fdx29:true;this[_0xcded[254]]=_0x90fdx2a;this[_0xcded[255]]=_0x90fdx2b}mxUtils[_0xcded[256]](Action,mxEventSource);Action[_0xcded[4]][_0xcded[177]]=function(_0x90fdxc){if(this[_0xcded[253]]!=_0x90fdxc){this[_0xcded[253]]=_0x90fdxc;this[_0xcded[258]]( new mxEventObject(_0xcded[257]))}};Action[_0xcded[4]][_0xcded[169]]=function(_0x90fdxc){this[_0xcded[259]]=_0x90fdxc};Action[_0xcded[4]][_0xcded[170]]=function(_0x90fdx28){this[_0xcded[260]]=_0x90fdx28};Action[_0xcded[4]][_0xcded[261]]=function(){return this[_0xcded[260]]()} \ No newline at end of file +var _0x1707=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x64\x69\x74\x6F\x72\x55\x69","\x61\x63\x74\x69\x6F\x6E\x73","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x65\x64\x69\x74\x6F\x72","\x67\x72\x61\x70\x68","\x6E\x65\x77","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x68\x6F\x77\x44\x69\x61\x6C\x6F\x67","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E","\x6F\x70\x65\x6E","\x73\x61\x76\x65","\x73\x61\x76\x65\x46\x69\x6C\x65","\x43\x74\x72\x6C\x2B\x53","\x73\x61\x76\x65\x41\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2D\x53","\x70\x75\x62\x6C\x69\x73\x68","\x70\x75\x62\x6C\x69\x73\x68\x46\x69\x6C\x65","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x50","\x76\x61\x72\x69\x61\x62\x6C\x65","\x69\x6D\x70\x6F\x72\x74","\x65\x78\x70\x6F\x72\x74","\x43\x74\x72\x6C\x2B\x45","\x65\x64\x69\x74\x46\x69\x6C\x65","\x65\x64\x69\x74","\x67\x65\x74","\x62\x69\x6E\x64","\x70\x75\x74","\x72\x65\x6E\x61\x6D\x65","\x70\x72\x69\x6E\x74","\x70\x72\x69\x6E\x74\x53\x63\x72\x65\x65\x6E","\x73\x70\x72\x69\x74\x65\x2D\x70\x72\x69\x6E\x74","\x43\x74\x72\x6C\x2B\x50","\x70\x72\x65\x76\x69\x65\x77","\x73\x68\x6F\x77","\x75\x6E\x64\x6F","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x73\x70\x72\x69\x74\x65\x2D\x75\x6E\x64\x6F","\x43\x74\x72\x6C\x2B\x5A","\x72\x65\x64\x6F","\x73\x70\x72\x69\x74\x65\x2D\x72\x65\x64\x6F","\x43\x74\x72\x6C\x2B\x59","\x63\x75\x74","\x73\x70\x72\x69\x74\x65\x2D\x63\x75\x74","\x43\x74\x72\x6C\x2B\x58","\x63\x6F\x70\x79","\x73\x70\x72\x69\x74\x65\x2D\x63\x6F\x70\x79","\x43\x74\x72\x6C\x2B\x43","\x70\x61\x73\x74\x65","\x73\x70\x72\x69\x74\x65\x2D\x70\x61\x73\x74\x65","\x43\x74\x72\x6C\x2B\x56","\x64\x65\x6C\x65\x74\x65","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x44\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x67\x72\x69\x64\x53\x69\x7A\x65","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x43\x74\x72\x6C\x2B\x44","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x56","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x45","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x43\x74\x72\x6C\x2B\x41","\x68\x6F\x6D\x65","\x48\x6F\x6D\x65","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x50\x61\x67\x65\x20\x55\x70","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x50\x61\x67\x65\x20\x44\x6F\x77\x6E","\x65\x78\x70\x61\x6E\x64","\x66\x6F\x6C\x64\x43\x65\x6C\x6C\x73","\x45\x6E\x74\x65\x72","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x42\x61\x63\x6B\x73\x70\x61\x63\x65","\x74\x6F\x46\x72\x6F\x6E\x74","\x6F\x72\x64\x65\x72\x43\x65\x6C\x6C\x73","\x43\x74\x72\x6C\x2B\x46","\x74\x6F\x42\x61\x63\x6B","\x43\x74\x72\x6C\x2B\x42","\x67\x72\x6F\x75\x70","\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x43\x74\x72\x6C\x2B\x47","\x75\x6E\x67\x72\x6F\x75\x70","\x75\x6E\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x43\x74\x72\x6C\x2B\x55","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x47\x72\x6F\x75\x70","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x65\x64\x69\x74\x4C\x69\x6E\x6B","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","","\x65\x6E\x74\x65\x72\x56\x61\x6C\x75\x65","\x70\x72\x6F\x6D\x70\x74","\x73\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x6F\x70\x65\x6E\x4C\x69\x6E\x6B","\x61\x75\x74\x6F\x73\x69\x7A\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x75\x70\x64\x61\x74\x65\x47\x72\x6F\x75\x70\x42\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x43\x65\x6C\x6C\x53\x69\x7A\x65","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x77\x6F\x72\x64\x57\x72\x61\x70","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x77\x72\x61\x70","\x53\x54\x59\x4C\x45\x5F\x57\x48\x49\x54\x45\x5F\x53\x50\x41\x43\x45","\x73\x74\x79\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x30","\x53\x54\x59\x4C\x45\x5F\x52\x4F\x54\x41\x54\x49\x4F\x4E","\x20\x28","\x20\x30\x2D\x33\x36\x30\x29","\x74\x69\x6C\x74","\x69\x73\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x43\x65\x6C\x6C\x47\x65\x6F\x6D\x65\x74\x72\x79","\x63\x6C\x6F\x6E\x65","\x78","\x77\x69\x64\x74\x68","\x68\x65\x69\x67\x68\x74","\x79","\x73\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x76\x69\x65\x77","\x53\x54\x59\x4C\x45\x5F\x44\x49\x52\x45\x43\x54\x49\x4F\x4E","\x65\x61\x73\x74","\x73\x6F\x75\x74\x68","\x77\x65\x73\x74","\x6E\x6F\x72\x74\x68","\x43\x74\x72\x6C\x2B\x52","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x7A\x6F\x6F\x6D\x54\x6F","\x7A\x6F\x6F\x6D\x49\x6E","\x41\x64\x64","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x53\x75\x62\x74\x72\x61\x63\x74","\x66\x69\x74\x57\x69\x6E\x64\x6F\x77","\x66\x69\x74","\x66\x69\x74\x50\x61\x67\x65","\x70\x61\x67\x65\x56\x69\x73\x69\x62\x6C\x65","\x66\x75\x6E\x63\x74","\x70\x61\x67\x65\x56\x69\x65\x77","\x70\x61\x67\x65\x46\x6F\x72\x6D\x61\x74","\x70\x61\x67\x65\x53\x63\x61\x6C\x65","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x63\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x6D\x69\x6E","\x66\x6C\x6F\x6F\x72","\x73\x63\x72\x6F\x6C\x6C\x4C\x65\x66\x74","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65","\x6D\x61\x78","\x72\x6F\x75\x6E\x64","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x66\x69\x74\x50\x61\x67\x65\x57\x69\x64\x74\x68","\x63\x75\x73\x74\x6F\x6D\x5A\x6F\x6F\x6D","\x63\x75\x73\x74\x6F\x6D","\x20\x28\x25\x29","\x67\x65\x74\x53\x63\x61\x6C\x65","\x67\x72\x69\x64","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x75\x70\x64\x61\x74\x65\x47\x72\x61\x70\x68\x43\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x47","\x73\x65\x74\x54\x6F\x67\x67\x6C\x65\x41\x63\x74\x69\x6F\x6E","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x65\x64\x43\x61\x6C\x6C\x62\x61\x63\x6B","\x67\x75\x69\x64\x65\x73","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x74\x6F\x6F\x6C\x74\x69\x70\x73","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x6E\x61\x76\x69\x67\x61\x74\x69\x6F\x6E","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x72\x65\x76\x61\x6C\x69\x64\x61\x74\x65","\x73\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x73\x63\x61\x6C\x65","\x73\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x73\x69\x7A\x65\x44\x69\x64\x43\x68\x61\x6E\x67\x65","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x61\x75\x74\x6F","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x73\x56\x69\x73\x69\x62\x6C\x65","\x70\x72\x65\x66\x65\x72\x50\x61\x67\x65\x53\x69\x7A\x65","\x76\x61\x6C\x69\x64\x61\x74\x65","\x75\x70\x64\x61\x74\x65","\x6F\x75\x74\x6C\x69\x6E\x65","\x68\x61\x73\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x63\x6F\x6E\x6E\x65\x63\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x43\x74\x72\x6C\x2B\x51","\x63\x6F\x70\x79\x43\x6F\x6E\x6E\x65\x63\x74","\x69\x73\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x68\x65\x6C\x70","\x6C\x61\x6E\x67\x75\x61\x67\x65","\x69\x73\x4C\x61\x6E\x67\x75\x61\x67\x65\x53\x75\x70\x70\x6F\x72\x74\x65\x64","\x5F","\x2F\x68\x65\x6C\x70","\x2E\x68\x74\x6D\x6C","\x61\x62\x6F\x75\x74","\x20\x43\x61\x6C\x6C\x79\x20\x53\x71\x75\x61\x72\x65","\x46\x31","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x46\x6C\x61\x67\x73","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x73\x68\x61\x64\x6F\x77","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x64\x61\x73\x68\x65\x64","\x72\x6F\x75\x6E\x64\x65\x64","\x63\x75\x72\x76\x65\x64","\x29","\x67\x65\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x73\x65\x74\x41\x73\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x61\x64\x64\x57\x61\x79\x70\x6F\x69\x6E\x74","\x69\x73\x45\x64\x67\x65","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x73\x74\x61\x74\x65","\x74\x72\x69\x67\x67\x65\x72\x58","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x74\x72\x69\x67\x67\x65\x72\x59","\x61\x64\x64\x50\x6F\x69\x6E\x74\x41\x74","\x72\x65\x6D\x6F\x76\x65\x57\x61\x79\x70\x6F\x69\x6E\x74","\x68\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x64\x65\x78","\x72\x65\x6D\x6F\x76\x65\x50\x6F\x69\x6E\x74","\x69\x6D\x61\x67\x65","\x67\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x69\x6E\x73\x65\x72\x74\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x67\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x49\x4D\x41\x47\x45","\x75\x72\x6C","\x6F\x6E\x6C\x6F\x61\x64","\x6F\x6E\x65\x72\x72\x6F\x72","\x66\x69\x6C\x65\x4E\x6F\x74\x46\x6F\x75\x6E\x64","\x61\x6C\x65\x72\x74","\x73\x72\x63","\x63\x61\x6C\x6C","\x6C\x61\x62\x65\x6C","\x65\x6E\x61\x62\x6C\x65\x64","\x69\x63\x6F\x6E\x43\x6C\x73","\x73\x68\x6F\x72\x74\x63\x75\x74","\x65\x78\x74\x65\x6E\x64","\x73\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x64","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x74\x6F\x67\x67\x6C\x65\x41\x63\x74\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x65\x64\x43\x61\x6C\x6C\x62\x61\x63\x6B","\x69\x73\x53\x65\x6C\x65\x63\x74\x65\x64"];_0x1707[0];function Actions(_0xc244x2){this[_0x1707[1]]=_0xc244x2;this[_0x1707[2]]= new Object();this[_0x1707[3]]()}Actions[_0x1707[4]][_0x1707[3]]=function(){var _0xc244x3=this[_0x1707[1]];var _0xc244x4=_0xc244x3[_0x1707[5]];var _0xc244x5=_0xc244x4[_0x1707[6]];this[_0x1707[10]](_0x1707[7],function(){_0xc244x3[_0x1707[9]]( new NewDialog(_0xc244x3)[_0x1707[8]],300,180,true,true)});this[_0x1707[10]](_0x1707[11],function(){_0xc244x3[_0x1707[9]]( new OpenDialog(_0xc244x3)[_0x1707[8]],300,180,true,true)});this[_0x1707[10]](_0x1707[12],function(){_0xc244x3[_0x1707[13]](false)},null,null,_0x1707[14]);this[_0x1707[10]](_0x1707[15],function(){_0xc244x3[_0x1707[13]](true)},null,null,_0x1707[16]);this[_0x1707[10]](_0x1707[17],function(){_0xc244x3[_0x1707[18]](false)},null,null,_0x1707[19]);this[_0x1707[10]](_0x1707[20],function(){_0xc244x3[_0x1707[9]]( new VariableDialog(_0xc244x3)[_0x1707[8]],300,180,true,true)});this[_0x1707[10]](_0x1707[21],function(){_0xc244x3[_0x1707[9]]( new ImportDialog(_0xc244x3)[_0x1707[8]],300,200,true,true)});this[_0x1707[10]](_0x1707[22],function(){_0xc244x3[_0x1707[9]]( new ExportDialog(_0xc244x3)[_0x1707[8]],300,200,true,true)},null,null,_0x1707[23]);this[_0x1707[28]](_0x1707[24], new Action(mxResources[_0x1707[26]](_0x1707[25]),mxUtils[_0x1707[27]](this,function(){this[_0x1707[1]][_0x1707[9]]( new EditFileDialog(_0xc244x3)[_0x1707[8]],620,420,true,true)})));this[_0x1707[10]](_0x1707[29],function(){_0xc244x3[_0x1707[9]]( new RenameDialog(_0xc244x3)[_0x1707[8]],300,180,true,true)});this[_0x1707[10]](_0x1707[30],function(){mxUtils[_0x1707[31]](_0xc244x5)},null,_0x1707[32],_0x1707[33]);this[_0x1707[10]](_0x1707[34],function(){mxUtils[_0x1707[35]](_0xc244x5,null,10,10)});this[_0x1707[10]](_0x1707[36],function(){_0xc244x4[_0x1707[37]][_0x1707[36]]()},null,_0x1707[38],_0x1707[39]);this[_0x1707[10]](_0x1707[40],function(){_0xc244x4[_0x1707[37]][_0x1707[40]]()},null,_0x1707[41],_0x1707[42]);this[_0x1707[10]](_0x1707[43],function(){mxClipboard[_0x1707[43]](_0xc244x5)},null,_0x1707[44],_0x1707[45]);this[_0x1707[10]](_0x1707[46],function(){mxClipboard[_0x1707[46]](_0xc244x5)},null,_0x1707[47],_0x1707[48]);this[_0x1707[10]](_0x1707[49],function(){mxClipboard[_0x1707[49]](_0xc244x5)},false,_0x1707[50],_0x1707[51]);this[_0x1707[10]](_0x1707[52],function(){_0xc244x5[_0x1707[53]]()},null,null,_0x1707[54]);this[_0x1707[10]](_0x1707[55],function(){var _0xc244x6=_0xc244x5[_0x1707[56]];_0xc244x5[_0x1707[59]](_0xc244x5[_0x1707[58]](_0xc244x5[_0x1707[57]](),_0xc244x6,_0xc244x6,true))},null,null,_0x1707[60]);this[_0x1707[10]](_0x1707[61],function(){_0xc244x5[_0x1707[61]]()},null,null,_0x1707[62]);this[_0x1707[10]](_0x1707[63],function(){_0xc244x5[_0x1707[63]]()},null,null,_0x1707[64]);this[_0x1707[10]](_0x1707[65],function(){_0xc244x5[_0x1707[65]]()},null,null,_0x1707[66]);this[_0x1707[10]](_0x1707[67],function(){_0xc244x5[_0x1707[67]]()},null,null,_0x1707[68]);this[_0x1707[10]](_0x1707[69],function(){_0xc244x5[_0x1707[69]]()},null,null,_0x1707[70]);this[_0x1707[10]](_0x1707[71],function(){_0xc244x5[_0x1707[71]]()},null,null,_0x1707[72]);this[_0x1707[10]](_0x1707[73],function(){_0xc244x5[_0x1707[74]](false)},null,null,_0x1707[75]);this[_0x1707[10]](_0x1707[76],function(){_0xc244x5[_0x1707[74]](true)},null,null,_0x1707[77]);this[_0x1707[10]](_0x1707[78],function(){_0xc244x5[_0x1707[79]](false)},null,null,_0x1707[80]);this[_0x1707[10]](_0x1707[81],function(){_0xc244x5[_0x1707[79]](true)},null,null,_0x1707[82]);this[_0x1707[10]](_0x1707[83],function(){_0xc244x5[_0x1707[85]](_0xc244x5[_0x1707[84]](null,0))},null,null,_0x1707[86]);this[_0x1707[10]](_0x1707[87],function(){_0xc244x5[_0x1707[59]](_0xc244x5[_0x1707[88]]())},null,null,_0x1707[89]);this[_0x1707[10]](_0x1707[90],function(){_0xc244x5[_0x1707[91]]()});this[_0x1707[10]](_0x1707[92],function(){var _0xc244x7=_0xc244x5[_0x1707[93]]();var _0xc244x8=_0xc244x5[_0x1707[94]](_0xc244x7);if(_0xc244x8==null){_0xc244x8=_0x1707[95]};_0xc244x8=mxUtils[_0x1707[97]](mxResources[_0x1707[26]](_0x1707[96]),_0xc244x8);if(_0xc244x8!=null){_0xc244x5[_0x1707[98]](_0xc244x7,_0xc244x8)}});this[_0x1707[10]](_0x1707[99],function(){var _0xc244x7=_0xc244x5[_0x1707[93]]();var _0xc244x8=_0xc244x5[_0x1707[94]](_0xc244x7);if(_0xc244x8!=null){window[_0x1707[11]](_0xc244x8)}});this[_0x1707[10]](_0x1707[100],function(){var _0xc244x9=_0xc244x5[_0x1707[57]]();if(_0xc244x9!=null){_0xc244x5[_0x1707[102]]()[_0x1707[101]]();try{for(var _0xc244xa=0;_0xc244xa<_0xc244x9[_0x1707[103]];_0xc244xa++){var _0xc244x7=_0xc244x9[_0xc244xa];if(_0xc244x5[_0x1707[102]]()[_0x1707[104]](_0xc244x7)){_0xc244x5[_0x1707[105]]([_0xc244x7],20)}else {_0xc244x5[_0x1707[106]](_0xc244x7)}}}finally{_0xc244x5[_0x1707[102]]()[_0x1707[107]]()}}});this[_0x1707[10]](_0x1707[108],function(){var _0xc244xb=_0xc244x5[_0x1707[110]]()[_0x1707[109]](_0xc244x5[_0x1707[93]]());var _0xc244xc=_0x1707[111];if(_0xc244xb!=null&&_0xc244xb[_0x1707[113]][mxConstants[_0x1707[112]]]==_0x1707[111]){_0xc244xc=null};_0xc244x5[_0x1707[114]](mxConstants.STYLE_WHITE_SPACE,_0xc244xc)});this[_0x1707[10]](_0x1707[115],function(){var _0xc244xc=_0x1707[116];var _0xc244xb=_0xc244x5[_0x1707[110]]()[_0x1707[109]](_0xc244x5[_0x1707[93]]());if(_0xc244xb!=null){_0xc244xc=_0xc244xb[_0x1707[113]][mxConstants[_0x1707[117]]]||_0xc244xc};_0xc244xc=mxUtils[_0x1707[97]](mxResources[_0x1707[26]](_0x1707[96])+_0x1707[118]+mxResources[_0x1707[26]](_0x1707[115])+_0x1707[119],_0xc244xc);if(_0xc244xc!=null){_0xc244x5[_0x1707[114]](mxConstants.STYLE_ROTATION,_0xc244xc)}});this[_0x1707[10]](_0x1707[120],function(){var _0xc244x9=_0xc244x5[_0x1707[57]]();if(_0xc244x9!=null){_0xc244x5[_0x1707[102]]()[_0x1707[101]]();try{for(var _0xc244xa=0;_0xc244xa<_0xc244x9[_0x1707[103]];_0xc244xa++){var _0xc244x7=_0xc244x9[_0xc244xa];if(_0xc244x5[_0x1707[102]]()[_0x1707[121]](_0xc244x7)&&_0xc244x5[_0x1707[102]]()[_0x1707[104]](_0xc244x7)==0){var _0xc244xd=_0xc244x5[_0x1707[122]](_0xc244x7);if(_0xc244xd!=null){_0xc244xd=_0xc244xd[_0x1707[123]]();_0xc244xd[_0x1707[124]]+=_0xc244xd[_0x1707[125]]/2-_0xc244xd[_0x1707[126]]/2;_0xc244xd[_0x1707[127]]+=_0xc244xd[_0x1707[126]]/2-_0xc244xd[_0x1707[125]]/2;var _0xc244xe=_0xc244xd[_0x1707[125]];_0xc244xd[_0x1707[125]]=_0xc244xd[_0x1707[126]];_0xc244xd[_0x1707[126]]=_0xc244xe;_0xc244x5[_0x1707[102]]()[_0x1707[128]](_0xc244x7,_0xc244xd);var _0xc244xb=_0xc244x5[_0x1707[129]][_0x1707[109]](_0xc244x7);if(_0xc244xb!=null){var _0xc244xf=_0xc244xb[_0x1707[113]][mxConstants[_0x1707[130]]]||_0x1707[131];if(_0xc244xf==_0x1707[131]){_0xc244xf=_0x1707[132]}else {if(_0xc244xf==_0x1707[132]){_0xc244xf=_0x1707[133]}else {if(_0xc244xf==_0x1707[133]){_0xc244xf=_0x1707[134]}else {if(_0xc244xf==_0x1707[134]){_0xc244xf=_0x1707[131]}}}};_0xc244x5[_0x1707[114]](mxConstants.STYLE_DIRECTION,_0xc244xf,[_0xc244x7])}}}}}finally{_0xc244x5[_0x1707[102]]()[_0x1707[107]]()}}},null,null,_0x1707[135]);this[_0x1707[10]](_0x1707[136],function(){_0xc244x5[_0x1707[137]](1)});this[_0x1707[10]](_0x1707[138],function(){_0xc244x5[_0x1707[138]]()},null,null,_0x1707[139]);this[_0x1707[10]](_0x1707[140],function(){_0xc244x5[_0x1707[140]]()},null,null,_0x1707[141]);this[_0x1707[10]](_0x1707[142],function(){_0xc244x5[_0x1707[143]]()});this[_0x1707[10]](_0x1707[144],mxUtils[_0x1707[27]](this,function(){if(!_0xc244x5[_0x1707[145]]){this[_0x1707[26]](_0x1707[147])[_0x1707[146]]()};var _0xc244x10=_0xc244x5[_0x1707[148]];var _0xc244x11=_0xc244x5[_0x1707[149]];var _0xc244x12=_0xc244x5[_0x1707[8]][_0x1707[150]]-20;var _0xc244x13=_0xc244x5[_0x1707[8]][_0x1707[151]]-20;var _0xc244x14=Math[_0x1707[153]](100*Math[_0x1707[152]](_0xc244x12/_0xc244x10[_0x1707[125]]/_0xc244x11,_0xc244x13/_0xc244x10[_0x1707[126]]/_0xc244x11))/100;_0xc244x5[_0x1707[137]](_0xc244x14);_0xc244x5[_0x1707[8]][_0x1707[154]]=Math[_0x1707[157]](_0xc244x5[_0x1707[129]][_0x1707[155]][_0x1707[124]]*_0xc244x14-Math[_0x1707[156]](10,(_0xc244x5[_0x1707[8]][_0x1707[150]]-_0xc244x10[_0x1707[125]]*_0xc244x11*_0xc244x14)/2));_0xc244x5[_0x1707[8]][_0x1707[158]]=Math[_0x1707[157]](_0xc244x5[_0x1707[129]][_0x1707[155]][_0x1707[127]]*_0xc244x14-Math[_0x1707[156]](10,(_0xc244x5[_0x1707[8]][_0x1707[151]]-_0xc244x10[_0x1707[126]]*_0xc244x11*_0xc244x14)/2))}));this[_0x1707[10]](_0x1707[159],mxUtils[_0x1707[27]](this,function(){if(!_0xc244x5[_0x1707[145]]){this[_0x1707[26]](_0x1707[147])[_0x1707[146]]()};var _0xc244x10=_0xc244x5[_0x1707[148]];var _0xc244x11=_0xc244x5[_0x1707[149]];var _0xc244x12=_0xc244x5[_0x1707[8]][_0x1707[150]]-20;var _0xc244x14=Math[_0x1707[153]](100*_0xc244x12/_0xc244x10[_0x1707[125]]/_0xc244x11)/100;_0xc244x5[_0x1707[137]](_0xc244x14);_0xc244x5[_0x1707[8]][_0x1707[154]]=Math[_0x1707[157]](_0xc244x5[_0x1707[129]][_0x1707[155]][_0x1707[124]]*_0xc244x14-Math[_0x1707[156]](10,(_0xc244x5[_0x1707[8]][_0x1707[150]]-_0xc244x10[_0x1707[125]]*_0xc244x11*_0xc244x14)/2));_0xc244x5[_0x1707[8]][_0x1707[158]]=Math[_0x1707[157]](_0xc244x5[_0x1707[129]][_0x1707[155]][_0x1707[127]]*_0xc244x14-Math[_0x1707[156]](10,(_0xc244x5[_0x1707[8]][_0x1707[151]]-_0xc244x10[_0x1707[126]]*_0xc244x11*_0xc244x14)/2))}));this[_0x1707[28]](_0x1707[160], new Action(mxResources[_0x1707[26]](_0x1707[161]),function(){var _0xc244xc=mxUtils[_0x1707[97]](mxResources[_0x1707[26]](_0x1707[96])+_0x1707[162],parseInt(_0xc244x5[_0x1707[110]]()[_0x1707[163]]()*100));if(_0xc244xc!=null&&_0xc244xc[_0x1707[103]]>0&&!isNaN(parseInt(_0xc244xc))){_0xc244x5[_0x1707[137]](parseInt(_0xc244xc)/100)}}));var _0xc244x15=null;_0xc244x15=this[_0x1707[10]](_0x1707[164],function(){_0xc244x5[_0x1707[166]](!_0xc244x5[_0x1707[165]]());_0xc244x4[_0x1707[167]]()},null,null,_0x1707[168]);_0xc244x15[_0x1707[169]](true);_0xc244x15[_0x1707[170]](function(){return _0xc244x5[_0x1707[165]]()});_0xc244x15=this[_0x1707[10]](_0x1707[171],function(){_0xc244x5[_0x1707[173]][_0x1707[172]]=!_0xc244x5[_0x1707[173]][_0x1707[172]]});_0xc244x15[_0x1707[169]](true);_0xc244x15[_0x1707[170]](function(){return _0xc244x5[_0x1707[173]][_0x1707[172]]});_0xc244x15=this[_0x1707[10]](_0x1707[174],function(){_0xc244x5[_0x1707[176]][_0x1707[177]](!_0xc244x5[_0x1707[176]][_0x1707[175]]())});_0xc244x15[_0x1707[169]](true);_0xc244x15[_0x1707[170]](function(){return _0xc244x5[_0x1707[176]][_0x1707[175]]()});_0xc244x15=this[_0x1707[10]](_0x1707[178],function(){_0xc244x5[_0x1707[179]]=!_0xc244x5[_0x1707[179]];_0xc244x5[_0x1707[129]][_0x1707[180]]()});_0xc244x15[_0x1707[169]](true);_0xc244x15[_0x1707[170]](function(){return _0xc244x5[_0x1707[179]]});_0xc244x15=this[_0x1707[10]](_0x1707[181],function(){_0xc244x5[_0x1707[181]]=!_0xc244x5[_0x1707[181]];_0xc244x4[_0x1707[167]]();if(!_0xc244x5[_0x1707[181]]){var _0xc244x16=_0xc244x5[_0x1707[129]][_0x1707[155]];_0xc244x5[_0x1707[129]][_0x1707[183]](_0xc244x16[_0x1707[124]]-_0xc244x5[_0x1707[8]][_0x1707[154]]/_0xc244x5[_0x1707[129]][_0x1707[182]],_0xc244x16[_0x1707[127]]-_0xc244x5[_0x1707[8]][_0x1707[158]]/_0xc244x5[_0x1707[129]][_0x1707[182]]);_0xc244x5[_0x1707[8]][_0x1707[154]]=0;_0xc244x5[_0x1707[8]][_0x1707[158]]=0;_0xc244x5[_0x1707[184]]()}else {var _0xc244x17=_0xc244x5[_0x1707[129]][_0x1707[155]][_0x1707[124]];var _0xc244x18=_0xc244x5[_0x1707[129]][_0x1707[155]][_0x1707[127]];_0xc244x5[_0x1707[129]][_0x1707[155]][_0x1707[124]]=0;_0xc244x5[_0x1707[129]][_0x1707[155]][_0x1707[127]]=0;_0xc244x5[_0x1707[184]]();_0xc244x5[_0x1707[8]][_0x1707[154]]-=Math[_0x1707[157]](_0xc244x17*_0xc244x5[_0x1707[129]][_0x1707[182]]);_0xc244x5[_0x1707[8]][_0x1707[158]]-=Math[_0x1707[157]](_0xc244x18*_0xc244x5[_0x1707[129]][_0x1707[182]])}},!mxClient.IS_TOUCH);_0xc244x15[_0x1707[169]](true);_0xc244x15[_0x1707[170]](function(){return _0xc244x5[_0x1707[8]][_0x1707[113]][_0x1707[185]]==_0x1707[186]});_0xc244x15=this[_0x1707[10]](_0x1707[147],mxUtils[_0x1707[27]](this,function(){_0xc244x5[_0x1707[145]]=!_0xc244x5[_0x1707[145]];_0xc244x5[_0x1707[187]]=_0xc244x5[_0x1707[145]];_0xc244x5[_0x1707[188]]=_0xc244x5[_0x1707[187]];_0xc244x5[_0x1707[129]][_0x1707[189]]();_0xc244x5[_0x1707[184]]();_0xc244x4[_0x1707[167]]();_0xc244x4[_0x1707[191]][_0x1707[190]]();if(mxUtils[_0x1707[192]](_0xc244x5[_0x1707[8]])){if(_0xc244x5[_0x1707[145]]){_0xc244x5[_0x1707[8]][_0x1707[154]]-=20;_0xc244x5[_0x1707[8]][_0x1707[158]]-=20}else {_0xc244x5[_0x1707[8]][_0x1707[154]]+=20;_0xc244x5[_0x1707[8]][_0x1707[158]]+=20}}}));_0xc244x15[_0x1707[169]](true);_0xc244x15[_0x1707[170]](function(){return _0xc244x5[_0x1707[145]]});_0xc244x15=this[_0x1707[10]](_0x1707[193],function(){_0xc244x5[_0x1707[195]](!_0xc244x5[_0x1707[194]][_0x1707[175]]())},null,null,_0x1707[196]);_0xc244x15[_0x1707[169]](true);_0xc244x15[_0x1707[170]](function(){return _0xc244x5[_0x1707[194]][_0x1707[175]]()});_0xc244x15=this[_0x1707[10]](_0x1707[197],function(){_0xc244x5[_0x1707[194]][_0x1707[199]](!_0xc244x5[_0x1707[194]][_0x1707[198]]())});_0xc244x15[_0x1707[169]](true);_0xc244x15[_0x1707[170]](function(){return _0xc244x5[_0x1707[194]][_0x1707[198]]()});this[_0x1707[10]](_0x1707[200],function(){var _0xc244x19=_0x1707[95];if(mxResources[_0x1707[202]](mxClient[_0x1707[201]])){_0xc244x19=_0x1707[203]+mxClient[_0x1707[201]]};window[_0x1707[11]](RESOURCES_PATH+_0x1707[204]+_0xc244x19+_0x1707[205])});this[_0x1707[28]](_0x1707[206], new Action(mxResources[_0x1707[26]](_0x1707[206])+_0x1707[207],function(){_0xc244x3[_0x1707[9]]( new AboutDialog(_0xc244x3)[_0x1707[8]],320,280,true,true)},null,null,_0x1707[208]));var _0xc244x1a=mxUtils[_0x1707[27]](this,function(_0xc244x1b,_0xc244x1c){this[_0x1707[10]](_0xc244x1b,function(){_0xc244x5[_0x1707[209]](mxConstants.STYLE_FONTSTYLE,_0xc244x1c)})});_0xc244x1a(_0x1707[210],mxConstants.FONT_BOLD);_0xc244x1a(_0x1707[211],mxConstants.FONT_ITALIC);_0xc244x1a(_0x1707[212],mxConstants.FONT_UNDERLINE);this[_0x1707[10]](_0x1707[213],function(){_0xc244x5[_0x1707[214]](mxConstants.STYLE_SHADOW)});this[_0x1707[10]](_0x1707[215],function(){_0xc244x5[_0x1707[214]](mxConstants.STYLE_DASHED)});this[_0x1707[10]](_0x1707[216],function(){_0xc244x5[_0x1707[214]](mxConstants.STYLE_ROUNDED)});this[_0x1707[10]](_0x1707[217],function(){_0xc244x5[_0x1707[214]](mxConstants.STYLE_CURVED)});this[_0x1707[10]](_0x1707[113],function(){var _0xc244x9=_0xc244x5[_0x1707[57]]();if(_0xc244x9!=null&&_0xc244x9[_0x1707[103]]>0){var _0xc244x1d=_0xc244x5[_0x1707[102]]();var _0xc244x1c=mxUtils[_0x1707[97]](mxResources[_0x1707[26]](_0x1707[96])+_0x1707[118]+mxResources[_0x1707[26]](_0x1707[113])+_0x1707[218],_0xc244x1d[_0x1707[219]](_0xc244x9[0])||_0x1707[95]);if(_0xc244x1c!=null){_0xc244x5[_0x1707[220]](_0xc244x1c,_0xc244x9)}}});this[_0x1707[10]](_0x1707[221],function(){_0xc244x5[_0x1707[222]](_0xc244x5[_0x1707[93]]())});this[_0x1707[10]](_0x1707[223],function(){var _0xc244x7=_0xc244x5[_0x1707[93]]();if(_0xc244x7!=null&&_0xc244x5[_0x1707[102]]()[_0x1707[224]](_0xc244x7)){var _0xc244x1e=_0xc244x4[_0x1707[6]][_0x1707[226]][_0x1707[225]](_0xc244x7);if(_0xc244x1e instanceof mxEdgeHandler){var _0xc244x16=_0xc244x5[_0x1707[129]][_0x1707[155]];var _0xc244x6=_0xc244x5[_0x1707[129]][_0x1707[182]];var _0xc244x17=_0xc244x16[_0x1707[124]];var _0xc244x18=_0xc244x16[_0x1707[127]];var _0xc244x1f=_0xc244x5[_0x1707[102]]()[_0x1707[227]](_0xc244x7);var _0xc244x20=_0xc244x5[_0x1707[122]](_0xc244x1f);if(_0xc244x5[_0x1707[102]]()[_0x1707[121]](_0xc244x1f)&&_0xc244x20!=null){_0xc244x17+=_0xc244x20[_0x1707[124]];_0xc244x18+=_0xc244x20[_0x1707[127]]};_0xc244x1e[_0x1707[232]](_0xc244x1e[_0x1707[228]],_0xc244x5[_0x1707[230]][_0x1707[229]]/_0xc244x6-_0xc244x17,_0xc244x5[_0x1707[230]][_0x1707[231]]/_0xc244x6-_0xc244x18)}}});this[_0x1707[10]](_0x1707[233],function(){var _0xc244x21=_0xc244x3[_0x1707[2]][_0x1707[26]](_0x1707[233]);if(_0xc244x21[_0x1707[234]]!=null){_0xc244x21[_0x1707[234]][_0x1707[236]](_0xc244x21[_0x1707[234]][_0x1707[228]],_0xc244x21[_0x1707[235]])}});this[_0x1707[10]](_0x1707[237],function(){function _0xc244x22(_0xc244xc,_0xc244x23,_0xc244x24){var _0xc244x25=null;var _0xc244x9=_0xc244x5[_0x1707[57]]();_0xc244x5[_0x1707[102]]()[_0x1707[101]]();try{if(_0xc244x9[_0x1707[103]]==0){var _0xc244x26=_0xc244x5[_0x1707[238]]();_0xc244x9=[_0xc244x5[_0x1707[240]](_0xc244x5[_0x1707[239]](),null,_0x1707[95],_0xc244x26,_0xc244x26,_0xc244x23,_0xc244x24)];_0xc244x25=_0xc244x9};_0xc244x5[_0x1707[114]](mxConstants.STYLE_IMAGE,_0xc244xc,_0xc244x9);_0xc244x5[_0x1707[114]](mxConstants.STYLE_SHAPE,_0x1707[237],_0xc244x9);if(_0xc244x5[_0x1707[241]]()==1){if(_0xc244x23!=null&&_0xc244x24!=null){var _0xc244x7=_0xc244x9[0];var _0xc244xd=_0xc244x5[_0x1707[102]]()[_0x1707[242]](_0xc244x7);if(_0xc244xd!=null){_0xc244xd=_0xc244xd[_0x1707[123]]();_0xc244xd[_0x1707[125]]=_0xc244x23;_0xc244xd[_0x1707[126]]=_0xc244x24;_0xc244x5[_0x1707[102]]()[_0x1707[128]](_0xc244x7,_0xc244xd)}}}}finally{_0xc244x5[_0x1707[102]]()[_0x1707[107]]()};if(_0xc244x25!=null){_0xc244x5[_0x1707[59]](_0xc244x25);_0xc244x5[_0x1707[243]](_0xc244x25[0])}}var _0xc244xc=_0x1707[95];var _0xc244xb=_0xc244x5[_0x1707[110]]()[_0x1707[109]](_0xc244x5[_0x1707[93]]());if(_0xc244xb!=null){_0xc244xc=_0xc244xb[_0x1707[113]][mxConstants[_0x1707[244]]]||_0xc244xc};_0xc244xc=mxUtils[_0x1707[97]](mxResources[_0x1707[26]](_0x1707[96])+_0x1707[118]+mxResources[_0x1707[26]](_0x1707[245])+_0x1707[218],_0xc244xc);if(_0xc244xc!=null){if(_0xc244xc[_0x1707[103]]>0){var _0xc244x27= new Image();_0xc244x27[_0x1707[246]]=function(){_0xc244x22(_0xc244xc,_0xc244x27[_0x1707[125]],_0xc244x27[_0x1707[126]])};_0xc244x27[_0x1707[247]]=function(){mxUtils[_0x1707[249]](mxResources[_0x1707[26]](_0x1707[248]))};_0xc244x27[_0x1707[250]]=_0xc244xc}}})};Actions[_0x1707[4]][_0x1707[10]]=function(_0xc244x1b,_0xc244x28,_0xc244x29,_0xc244x2a,_0xc244x2b){return this[_0x1707[28]](_0xc244x1b, new Action(mxResources[_0x1707[26]](_0xc244x1b),_0xc244x28,_0xc244x29,_0xc244x2a,_0xc244x2b))};Actions[_0x1707[4]][_0x1707[28]]=function(_0xc244x2c,_0xc244x15){this[_0x1707[2]][_0xc244x2c]=_0xc244x15;return _0xc244x15};Actions[_0x1707[4]][_0x1707[26]]=function(_0xc244x2c){return this[_0x1707[2]][_0xc244x2c]};function Action(_0xc244x2e,_0xc244x28,_0xc244x29,_0xc244x2a,_0xc244x2b){mxEventSource[_0x1707[251]](this);this[_0x1707[252]]=_0xc244x2e;this[_0x1707[146]]=_0xc244x28;this[_0x1707[253]]=(_0xc244x29!=null)?_0xc244x29:true;this[_0x1707[254]]=_0xc244x2a;this[_0x1707[255]]=_0xc244x2b}mxUtils[_0x1707[256]](Action,mxEventSource);Action[_0x1707[4]][_0x1707[177]]=function(_0xc244xc){if(this[_0x1707[253]]!=_0xc244xc){this[_0x1707[253]]=_0xc244xc;this[_0x1707[258]]( new mxEventObject(_0x1707[257]))}};Action[_0x1707[4]][_0x1707[169]]=function(_0xc244xc){this[_0x1707[259]]=_0xc244xc};Action[_0x1707[4]][_0x1707[170]]=function(_0xc244x28){this[_0x1707[260]]=_0xc244x28};Action[_0x1707[4]][_0x1707[261]]=function(){return this[_0x1707[260]]()} \ No newline at end of file diff --git a/public/assets/plugins/jscripty/js/Dialogs.js b/public/assets/plugins/jscripty/js/Dialogs.js index 3f3df1a..141525e 100644 --- a/public/assets/plugins/jscripty/js/Dialogs.js +++ b/public/assets/plugins/jscripty/js/Dialogs.js @@ -1 +1 @@ -var _0xf494=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x69\x6E\x70\x75\x74","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x74\x79\x70\x65","\x63\x68\x65\x63\x6B\x62\x6F\x78","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x68\x65\x63\x6B\x65\x64","\x47\x45\x54","\x6F\x70\x65\x6E","\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E","\x42\x65\x61\x72\x65\x72\x20","\x74\x6F\x6B\x65\x6E","\x64\x61\x74\x61","\x65\x64\x69\x74\x6F\x72","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x72\x65\x73\x70\x6F\x6E\x73\x65","\x70\x61\x72\x73\x65","\x73\x65\x6C\x65\x63\x74","\x6F\x70\x74\x69\x6F\x6E","\x74\x65\x78\x74","\x2D\x2D\x20\x4E\x6F\x6E\x65\x20\x2D\x2D","\x76\x61\x6C\x75\x65","\x2D\x31","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x25","\x72\x65\x70\x6C\x61\x63\x65","\x66\x6F\x72\x45\x61\x63\x68","\x73\x65\x6C\x65\x63\x74\x65\x64","\x72\x6F\x77\x73","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x66\x6F\x72\x6D\x2D\x63\x6F\x6E\x74\x72\x6F\x6C\x20\x73\x65\x6C\x65\x63\x74\x32","\x30","\x66\x69\x6C\x74\x65\x72","\x73\x65\x6C\x65\x63\x74\x2D\x67\x72\x6F\x75\x70\x2D\x66\x61\x74\x68\x65\x72","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x73\x65\x6C\x65\x63\x74\x2D\x67\x72\x6F\x75\x70\x2D\x73\x6F\x6E","\x2D","\x63\x61\x70\x69\x74\x61\x6C\x69\x7A\x65","","\x49\x53\x5F\x49\x45","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x73\x63\x72\x6F\x6C\x6C\x57\x69\x64\x74\x68","\x62\x6F\x64\x79","\x72\x6F\x75\x6E\x64","\x6D\x61\x78","\x73\x63\x72\x6F\x6C\x6C\x48\x65\x69\x67\x68\x74","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x44\x69\x61\x6C\x6F\x67","\x63\x72\x65\x61\x74\x65\x44\x69\x76","\x6D\x6F\x64\x61\x6C\x20\x66\x61\x64\x65\x20\x69\x6E\x20\x63\x65\x6E\x74\x65\x72","\x64\x69\x73\x70\x6C\x61\x79","\x73\x74\x79\x6C\x65","\x62\x6C\x6F\x63\x6B","\x70\x61\x64\x64\x69\x6E\x67\x52\x69\x67\x68\x74","\x31\x32\x70\x78","\x67\x65\x4D\x6F\x64\x61\x6C\x44\x69\x61\x6C\x6F\x67","\x6D\x6F\x64\x61\x6C\x2D\x64\x69\x61\x6C\x6F\x67","\x62\x67","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x6D\x6F\x64\x61\x6C\x2D\x62\x61\x63\x6B\x64\x72\x6F\x70\x20\x66\x61\x64\x65\x20\x69\x6E","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x6F\x6E\x44\x69\x61\x6C\x6F\x67\x43\x6C\x6F\x73\x65","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x63\x6C\x6F\x73\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x6D\x6F\x64\x61\x6C\x2D\x63\x6F\x6E\x74\x65\x6E\x74","\x6D\x6F\x64\x61\x6C\x2D\x68\x65\x61\x64\x65\x72","\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79","\x6D\x6F\x64\x61\x6C\x2D\x66\x6F\x6F\x74\x65\x72","\x68\x34","\x63\x72\x65\x61\x74\x65\x48\x65\x61\x64\x65\x72","\x69\x6D\x70\x6F\x72\x74","\x67\x65\x74","\x20\x58\x4D\x4C","\x77\x72\x69\x74\x65","\x68\x69\x64\x65\x44\x69\x61\x6C\x6F\x67","\x62\x75\x74\x74\x6F\x6E","\x72\x6F\x77","\x63\x6F\x6C\x2D\x6D\x64\x2D\x31\x32","\x74\x65\x78\x74\x61\x72\x65\x61","\x77\x69\x64\x74\x68","\x31\x30\x30\x25","\x68\x65\x69\x67\x68\x74","\x33\x37\x34\x70\x78","\x66\x69\x6C\x65","\x61\x63\x63\x65\x70\x74","\x74\x65\x78\x74\x2F\x78\x6D\x6C","\x63\x68\x61\x6E\x67\x65","\x66\x69\x6C\x65\x73","\x74\x61\x72\x67\x65\x74","\x6C\x6F\x67","\x6F\x6E\x6C\x6F\x61\x64","\x72\x65\x73\x75\x6C\x74","\x72\x65\x61\x64\x41\x73\x54\x65\x78\x74","\x46\x61\x69\x6C\x65\x64\x20\x74\x6F\x20\x6C\x6F\x61\x64\x20\x66\x6F\x72\x6D\x61\x74\x20\x66\x69\x6C\x65","\x46\x61\x69\x6C\x65\x64\x20\x74\x6F\x20\x6C\x6F\x61\x64\x20\x66\x69\x6C\x65","\x61\x64\x64\x45\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72","\x70\x61\x72\x73\x65\x58\x6D\x6C","\x73\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x62\x69\x6E\x64","\x62\x74\x6E\x20\x62\x6C\x75\x65","\x63\x61\x6E\x63\x65\x6C","\x62\x74\x6E\x20\x64\x65\x66\x61\x75\x6C\x74","\x61\x62\x6F\x75\x74","\x20\x43\x61\x6C\x6C\x79\x20\x53\x71\x75\x61\x72\x65","\x69\x6D\x67","\x62\x6F\x72\x64\x65\x72","\x30\x70\x78","\x31\x37\x36","\x31\x35\x31","\x73\x72\x63","\x2F\x6C\x6F\x67\x6F\x2E\x70\x6E\x67","\x62\x72","\x50\x6F\x77\x65\x72\x65\x64\x20\x62\x79\x20\x58\x65\x6E\x69\x61\x6C\x61\x62\x20","\x56\x45\x52\x53\x49\x4F\x4E","\x61","\x68\x72\x65\x66","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x63\x61\x6C\x6C\x79\x73\x71\x75\x61\x72\x65\x2E\x63\x6F\x6D\x2F","\x5F\x62\x6C\x61\x6E\x6B","\x77\x77\x77\x2E\x63\x61\x6C\x6C\x79\x73\x71\x75\x61\x72\x65\x2E\x63\x6F\x6D","\x73\x61\x76\x65\x41\x73","\x6E\x61\x6D\x65","\x5F","\x67\x65\x74\x4F\x72\x43\x72\x65\x61\x74\x65\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x63\x6F\x6C\x2D\x6D\x64\x2D\x34","\x63\x6F\x6C\x2D\x6D\x64\x2D\x38","\x6C\x61\x62\x65\x6C","\x63\x6F\x6E\x74\x72\x6F\x6C\x2D\x6C\x61\x62\x65\x6C\x20\x70\x75\x6C\x6C\x2D\x72\x69\x67\x68\x74","\x5F\x63\x6F\x70\x79","\x69\x64","\x66\x6F\x72\x6D\x2D\x63\x6F\x6E\x74\x72\x6F\x6C","\x73\x61\x76\x65","\x6E\x65\x77","\x5F\x6E\x65\x77","\x76\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x6E\x61\x6D\x65","\x2F\x61\x70\x69\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73","\x6C\x65\x6E\x67\x74\x68","\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x76\x69\x65\x77\x2F","\x72\x65\x6E\x61\x6D\x65","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x50\x55\x54","\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x78\x2D\x77\x77\x77\x2D\x66\x6F\x72\x6D\x2D\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x6E\x61\x6D\x65\x3D","\x50\x72\x6F\x6A\x65\x63\x74\x20\x73\x75\x63\x63\x65\x73\x73\x66\x75\x6C\x6C\x79\x20\x72\x65\x6E\x61\x6D\x65\x64","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x6D\x65\x73\x73\x61\x67\x65","\x65\x72\x72\x6F\x72\x73","\x6F\x6E\x65\x72\x72\x6F\x72","\x73\x74\x61\x74\x75\x73\x54\x65\x78\x74","\x61\x6C\x65\x72\x74","\x65\x64\x69\x74","\x67\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x67\x65\x74\x50\x72\x65\x74\x74\x79\x58\x6D\x6C","\x73\x74\x6F\x70\x50\x72\x6F\x70\x61\x67\x61\x74\x69\x6F\x6E","\x70\x72\x65\x76\x65\x6E\x74\x44\x65\x66\x61\x75\x6C\x74","\x64\x61\x74\x61\x54\x72\x61\x6E\x73\x66\x65\x72","\x64\x72\x61\x67\x6F\x76\x65\x72","\x64\x72\x6F\x70","\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79\x20\x66\x6F\x72\x6D","\x65\x78\x70\x6F\x72\x74","\x66\x6F\x72\x6D\x2D\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x20\x66\x6F\x72\x6D\x2D\x72\x6F\x77\x2D\x73\x65\x70\x65\x72\x61\x74\x65\x64","\x66\x6F\x72\x6D\x2D\x67\x72\x6F\x75\x70\x20\x6C\x61\x73\x74","\x63\x6F\x6C\x2D\x73\x6D\x2D\x34\x20\x63\x6F\x6E\x74\x72\x6F\x6C\x2D\x6C\x61\x62\x65\x6C","\x63\x6F\x6C\x2D\x73\x6D\x2D\x38","\x67\x65\x74\x58\x6D\x6C","\x73\x69\x6D\x75\x6C\x61\x74\x65","\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x66\x69\x6C\x65\x6E\x61\x6D\x65\x3D","\x67\x72\x61\x70\x68","\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79\x20\x66\x6F\x72\x6D\x20\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79\x2D\x73\x63\x72\x6F\x6C\x6C","\x20","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x69\x6E\x70\x75\x74\x47\x72\x6F\x75\x70","\x61\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x66\x6F\x72\x6D\x2D\x67\x72\x6F\x75\x70","\x64\x69\x73\x61\x62\x6C\x65\x64","\x6F\x6E\x63\x6C\x69\x63\x6B","\x4F\x4E","\x4F\x46\x46","\x62\x74\x6E\x20\x62\x74\x6E\x2D\x64\x61\x6E\x67\x65\x72\x20\x62\x74\x6E\x2D\x6D\x64","\x62\x74\x6E\x20\x62\x74\x6E\x2D\x73\x75\x63\x63\x65\x73\x73\x20\x62\x74\x6E\x2D\x6D\x64","\x73\x74\x61\x74\x65","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x42\x6F\x64\x79","\x71\x75\x65\x73\x74\x69\x6F\x6E","\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72","\x49\x6E\x73\x65\x72\x74\x20\x6C\x61\x62\x65\x6C\x20\x66\x6F\x72\x20\x22\x4F\x74\x68\x65\x72\x22\x20\x61\x6E\x73\x77\x65\x72\x20\x6F\x70\x74\x69\x6F\x6E","\x6F\x74\x68\x65\x72","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x61\x63\x63\x6F\x75\x6E\x74\x5F\x69\x64","\x6D\x61\x78\x6C\x65\x6E\x67\x74\x68","\x31\x36\x30","\x73\x6D\x73\x5F\x74\x65\x78\x74","\x2B","\x62\x74\x6E\x20\x67\x72\x65\x65\x6E","\x61\x64\x64","\x68\x65\x6C\x70\x5F","\x70","\x68\x65\x6C\x70\x2D\x62\x6C\x6F\x63\x6B","\x63\x68\x69\x6C\x64\x72\x65\x6E","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x6D\x6F\x64\x65\x6C","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x54\x61\x67\x4E\x61\x6D\x65","\x72\x65\x66\x72\x65\x73\x68","\x63\x6F\x6C\x2D\x6D\x64\x2D\x35","\x63\x6F\x6C\x2D\x6D\x64\x2D\x32","\x49\x6E\x73\x65\x72\x74\x20\x6C\x61\x62\x65\x6C","\x6E\x75\x6D\x62\x65\x72","\x78","\x70\x61\x72\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x62\x74\x6E\x20\x72\x65\x64"];_0xf494[0];function createCheckbox(_0x9550x2){var _0x9550x3=document[_0xf494[2]](_0xf494[1]);_0x9550x3[_0xf494[5]](_0xf494[3],_0xf494[4]);if(_0x9550x2){_0x9550x3[_0xf494[5]](_0xf494[6],true)};return _0x9550x3}function createDropdownFromApi(_0x9550x5,_0x9550x2,_0x9550x6,_0x9550x7,_0x9550x8,_0x9550x9,_0x9550xa){var _0x9550xb= new XMLHttpRequest();_0x9550xb[_0xf494[8]](_0xf494[7],_0x9550x5,false);_0x9550xb[_0xf494[14]](_0xf494[9],_0xf494[10]+_0x9550x8[_0xf494[13]][_0xf494[12]][_0xf494[11]]);_0x9550xb[_0xf494[15]](null);var _0x9550xc=[];if(_0x9550xb[_0xf494[16]]===200){_0x9550xc=JSON[_0xf494[18]](_0x9550xb[_0xf494[17]])};var _0x9550x3=document[_0xf494[2]](_0xf494[19]);var _0x9550xd=document[_0xf494[2]](_0xf494[20]);_0x9550xd[_0xf494[21]]=_0xf494[22];_0x9550xd[_0xf494[23]]=_0xf494[24];_0x9550x3[_0xf494[25]](_0x9550xd);_0x9550xc[_0xf494[30]][_0xf494[28]](function(_0x9550xe){_0x9550xd=document[_0xf494[2]](_0xf494[20]);_0x9550xd[_0xf494[21]]=_0x9550xe[_0x9550x6];if(_0x9550x9&&_0x9550xa){_0x9550x9[_0xf494[28]](function(_0x9550xf){_0x9550xa=_0x9550xa[_0xf494[27]](_0xf494[26]+_0x9550xf+_0xf494[26],_0x9550xe[_0x9550xf])});_0x9550xd[_0xf494[23]]=_0x9550xa;_0x9550xd[_0xf494[29]]=(_0x9550xa==_0x9550x2)}else {_0x9550xd[_0xf494[23]]=_0x9550xe[_0x9550x7];_0x9550xd[_0xf494[29]]=(_0x9550xe[_0x9550x7]==_0x9550x2)};_0x9550x3[_0xf494[25]](_0x9550xd)});_0x9550x3[_0xf494[31]]=_0xf494[32];return _0x9550x3}function createGroupedDropdownFromApi(_0x9550x5,_0x9550x2,_0x9550x6,_0x9550x7,_0x9550x8,_0x9550x11,_0x9550x12){var _0x9550xb= new XMLHttpRequest();_0x9550xb[_0xf494[8]](_0xf494[7],_0x9550x5,false);_0x9550xb[_0xf494[14]](_0xf494[9],_0xf494[10]+_0x9550x8[_0xf494[13]][_0xf494[12]][_0xf494[11]]);_0x9550xb[_0xf494[15]](null);var _0x9550xc=[];if(_0x9550xb[_0xf494[16]]===200){_0x9550xc=JSON[_0xf494[18]](_0x9550xb[_0xf494[17]])};var _0x9550x3=document[_0xf494[2]](_0xf494[19]);var _0x9550xd=document[_0xf494[2]](_0xf494[20]);_0x9550xd[_0xf494[21]]=_0xf494[22];_0x9550xd[_0xf494[23]]=_0xf494[33];_0x9550x3[_0xf494[25]](_0x9550xd);var _0x9550x13=_0x9550x11?_0x9550xc[_0xf494[30]]:_0x9550xc;var _0x9550x14={};var _0x9550x15={};_0x9550x14[_0x9550x12]=null;var _0x9550x16=_[_0xf494[34]](_0x9550x13,_0x9550x14);var _0x9550x17={};_0x9550x16[_0xf494[28]](function(_0x9550xe){_0x9550xd=document[_0xf494[2]](_0xf494[20]);_0x9550xd[_0xf494[31]]=_0xf494[35];_0x9550xd[_0xf494[21]]=_0x9550xe[_0x9550x6][_0xf494[36]]();_0x9550xd[_0xf494[23]]=_0x9550xe[_0x9550x7];_0x9550xd[_0xf494[29]]=(_0x9550xe[_0x9550x7]==_0x9550x2);_0x9550x3[_0xf494[25]](_0x9550xd);_0x9550x15[_0x9550x12]=_0x9550xe[_0x9550x7];_0x9550x17=_[_0xf494[34]](_0x9550x13,_0x9550x15);_0x9550x17[_0xf494[28]](function(_0x9550xe){_0x9550xd=document[_0xf494[2]](_0xf494[20]);_0x9550xd[_0xf494[31]]=_0xf494[37];_0x9550xd[_0xf494[21]]=_0xf494[38]+_[_0xf494[39]](_0x9550xe[_0x9550x6]);_0x9550xd[_0xf494[23]]=_0x9550xe[_0x9550x7];_0x9550xd[_0xf494[29]]=(_0x9550xe[_0x9550x7]==_0x9550x2);_0x9550x3[_0xf494[25]](_0x9550xd)})});_0x9550x3[_0xf494[31]]=_0xf494[32];return _0x9550x3}function createDropdownFromArray(_0x9550x19,_0x9550x2){var _0x9550x3=document[_0xf494[2]](_0xf494[19]);for(var _0x9550x1a in _0x9550x19){var _0x9550xd=document[_0xf494[2]](_0xf494[20]);_0x9550xd[_0xf494[21]]=_0x9550x19[_0x9550x1a];_0x9550xd[_0xf494[23]]=_0x9550x1a;if(_0x9550x2>0||_0x9550x2!=_0xf494[40]){_0x9550xd[_0xf494[29]]=(_0x9550x2===_0x9550x1a)?true:false};_0x9550x3[_0xf494[25]](_0x9550xd)};_0x9550x3[_0xf494[31]]=_0xf494[32];return _0x9550x3}function Dialog(_0x9550x8,_0x9550x1c,_0x9550x1d,_0x9550x1e,_0x9550x1f,_0x9550x20,_0x9550x21){var _0x9550x22=0;if(mxClient[_0xf494[41]]&&document[_0xf494[42]]!=9){_0x9550x22=60};_0x9550x1d+=_0x9550x22;_0x9550x1e+=_0x9550x22;var _0x9550x23=Math[_0xf494[46]](0,Math[_0xf494[45]]((document[_0xf494[44]][_0xf494[43]]-_0x9550x1d)/2));var _0x9550x24=Math[_0xf494[46]](0,Math[_0xf494[45]]((Math[_0xf494[46]](document[_0xf494[44]][_0xf494[47]],document[_0xf494[48]][_0xf494[47]])-_0x9550x1e)/3));var _0x9550x25=_0x9550x8[_0xf494[50]](_0xf494[49]);_0x9550x25[_0xf494[31]]=_0xf494[51];_0x9550x25[_0xf494[53]][_0xf494[52]]=_0xf494[54];_0x9550x25[_0xf494[53]][_0xf494[55]]=_0xf494[56];var _0x9550x26=_0x9550x8[_0xf494[50]](_0xf494[57]);_0x9550x26[_0xf494[31]]=_0xf494[58];_0x9550x26[_0xf494[25]](_0x9550x1c);_0x9550x25[_0xf494[25]](_0x9550x26);if(this[_0xf494[59]]==null){this[_0xf494[59]]=_0x9550x8[_0xf494[50]](_0xf494[60]);this[_0xf494[59]][_0xf494[31]]=_0xf494[61];if(mxClient[_0xf494[62]]){ new mxDivResizer(this[_0xf494[59]])}};if(_0x9550x1f){document[_0xf494[44]][_0xf494[25]](this[_0xf494[59]])};document[_0xf494[44]][_0xf494[25]](_0x9550x25);this[_0xf494[63]]=_0x9550x21;this[_0xf494[64]]=_0x9550x25}Dialog[_0xf494[66]][_0xf494[65]]=function(){if(this[_0xf494[63]]!=null){this[_0xf494[63]]();this[_0xf494[63]]=null};this[_0xf494[64]][_0xf494[68]][_0xf494[67]](this[_0xf494[64]]);this[_0xf494[59]][_0xf494[68]][_0xf494[67]](this[_0xf494[59]])};function ImportDialog(_0x9550x8){var _0x9550x28=_0x9550x8[_0xf494[50]](_0xf494[69]);var _0x9550x29=_0x9550x8[_0xf494[50]](_0xf494[70]);var _0x9550x2a=_0x9550x8[_0xf494[50]](_0xf494[71]);var _0x9550x2b=_0x9550x8[_0xf494[50]](_0xf494[72]);var _0x9550x2c=_0x9550x8[_0xf494[74]](_0xf494[73]);mxUtils[_0xf494[78]](_0x9550x2c,mxResources[_0xf494[76]](_0xf494[75])+_0xf494[77]);var _0x9550x2d=mxUtils[_0xf494[80]](_0xf494[40],function(){_0x9550x8[_0xf494[79]]()});_0x9550x2d[_0xf494[31]]=_0xf494[65];_0x9550x29[_0xf494[25]](_0x9550x2d);_0x9550x29[_0xf494[25]](_0x9550x2c);var _0x9550x2e=_0x9550x8[_0xf494[50]](_0xf494[81]);var _0x9550x2f=_0x9550x8[_0xf494[50]](_0xf494[82]);var _0x9550x30=document[_0xf494[2]](_0xf494[83]);_0x9550x30[_0xf494[53]][_0xf494[84]]=_0xf494[85];_0x9550x30[_0xf494[53]][_0xf494[86]]=_0xf494[87];var _0x9550x3=document[_0xf494[2]](_0xf494[1]);_0x9550x3[_0xf494[3]]=_0xf494[88];_0x9550x3[_0xf494[5]](_0xf494[89],_0xf494[90]);_0x9550x3[_0xf494[100]](_0xf494[91],function _0x9550x31(_0x9550x32){var _0x9550x33=_0x9550x32[_0xf494[93]][_0xf494[92]][0];console[_0xf494[94]](_0x9550x33);if(_0x9550x33){if(_0x9550x33[_0xf494[3]]===_0xf494[90]){var _0x9550x34= new FileReader();_0x9550x34[_0xf494[95]]=function(_0x9550x35){var _0x9550x36=_0x9550x35[_0xf494[93]][_0xf494[96]];mxUtils[_0xf494[78]](_0x9550x30,_0x9550x36)};_0x9550x34[_0xf494[97]](_0x9550x33)}else {alert(_0xf494[98])}}else {alert(_0xf494[99])}},false);_0x9550x2f[_0xf494[25]](_0x9550x3);_0x9550x2f[_0xf494[25]](_0x9550x30);_0x9550x2e[_0xf494[25]](_0x9550x2f);_0x9550x2a[_0xf494[25]](_0x9550x2e);var _0x9550x37=mxUtils[_0xf494[80]](mxResources[_0xf494[76]](_0xf494[75]),mxUtils[_0xf494[103]](this,function(_0x9550x38){var _0x9550x39=mxUtils[_0xf494[101]](_0x9550x30[_0xf494[23]]);_0x9550x8[_0xf494[13]][_0xf494[102]](_0x9550x39[_0xf494[48]]);_0x9550x8[_0xf494[79]]()}));_0x9550x37[_0xf494[31]]=_0xf494[104];var _0x9550x3a=mxUtils[_0xf494[80]](mxResources[_0xf494[76]](_0xf494[105]),function(){_0x9550x8[_0xf494[79]]()});_0x9550x3a[_0xf494[31]]=_0xf494[106];_0x9550x2b[_0xf494[25]](_0x9550x37);_0x9550x2b[_0xf494[25]](_0x9550x3a);_0x9550x28[_0xf494[25]](_0x9550x29);_0x9550x28[_0xf494[25]](_0x9550x2a);_0x9550x28[_0xf494[25]](_0x9550x2b);this[_0xf494[64]]=_0x9550x28}function AboutDialog(_0x9550x8){var _0x9550x28=_0x9550x8[_0xf494[50]](_0xf494[69]);var _0x9550x29=_0x9550x8[_0xf494[50]](_0xf494[70]);var _0x9550x2a=_0x9550x8[_0xf494[50]](_0xf494[71]);var _0x9550x2b=_0x9550x8[_0xf494[50]](_0xf494[72]);var _0x9550x2c=_0x9550x8[_0xf494[74]](_0xf494[73]);mxUtils[_0xf494[78]](_0x9550x2c,mxResources[_0xf494[76]](_0xf494[107])+_0xf494[108]);var _0x9550x2d=mxUtils[_0xf494[80]](_0xf494[40],function(){_0x9550x8[_0xf494[79]]()});_0x9550x2d[_0xf494[31]]=_0xf494[65];_0x9550x29[_0xf494[25]](_0x9550x2d);_0x9550x29[_0xf494[25]](_0x9550x2c);var _0x9550x3c=document[_0xf494[2]](_0xf494[109]);_0x9550x3c[_0xf494[53]][_0xf494[110]]=_0xf494[111];_0x9550x3c[_0xf494[5]](_0xf494[84],_0xf494[112]);_0x9550x3c[_0xf494[5]](_0xf494[84],_0xf494[113]);_0x9550x3c[_0xf494[5]](_0xf494[114],IMAGE_PATH+_0xf494[115]);_0x9550x2a[_0xf494[25]](_0x9550x3c);mxUtils[_0xf494[116]](_0x9550x2a);mxUtils[_0xf494[78]](_0x9550x2a,_0xf494[117]+mxClient[_0xf494[118]]);mxUtils[_0xf494[116]](_0x9550x2a);var _0x9550x3d=document[_0xf494[2]](_0xf494[119]);_0x9550x3d[_0xf494[5]](_0xf494[120],_0xf494[121]);_0x9550x3d[_0xf494[5]](_0xf494[93],_0xf494[122]);mxUtils[_0xf494[78]](_0x9550x3d,_0xf494[123]);_0x9550x2a[_0xf494[25]](_0x9550x3d);mxUtils[_0xf494[116]](_0x9550x2a);mxUtils[_0xf494[116]](_0x9550x2a);var _0x9550x3a=mxUtils[_0xf494[80]](mxResources[_0xf494[76]](_0xf494[65]),function(){_0x9550x8[_0xf494[79]]()});_0x9550x3a[_0xf494[31]]=_0xf494[106];_0x9550x2b[_0xf494[25]](_0x9550x3a);_0x9550x28[_0xf494[25]](_0x9550x29);_0x9550x28[_0xf494[25]](_0x9550x2a);_0x9550x28[_0xf494[25]](_0x9550x2b);this[_0xf494[64]]=_0x9550x28}function SaveDialog(_0x9550x8){var _0x9550x28=_0x9550x8[_0xf494[50]](_0xf494[69]);var _0x9550x29=_0x9550x8[_0xf494[50]](_0xf494[70]);var _0x9550x2a=_0x9550x8[_0xf494[50]](_0xf494[71]);var _0x9550x2b=_0x9550x8[_0xf494[50]](_0xf494[72]);var _0x9550x2c=_0x9550x8[_0xf494[74]](_0xf494[73]);mxUtils[_0xf494[78]](_0x9550x2c,mxResources[_0xf494[76]](_0xf494[124]));var _0x9550x2d=mxUtils[_0xf494[80]](_0xf494[40],function(){_0x9550x8[_0xf494[79]]()});_0x9550x2d[_0xf494[31]]=_0xf494[65];_0x9550x29[_0xf494[25]](_0x9550x2d);_0x9550x29[_0xf494[25]](_0x9550x2c);var _0x9550x3f=_0xf494[125];var _0x9550x40=_0xf494[126]+_0x9550x3f;var _0x9550x2=_0x9550x8[_0xf494[13]][_0xf494[127]]();var _0x9550x2e=_0x9550x8[_0xf494[50]](_0xf494[81]);var _0x9550x2f=_0x9550x8[_0xf494[50]](_0xf494[128]);var _0x9550x41=_0x9550x8[_0xf494[50]](_0xf494[129]);var _0x9550x42=document[_0xf494[2]](_0xf494[130]);_0x9550x42[_0xf494[31]]=_0xf494[131];mxUtils[_0xf494[78]](_0x9550x42,mxResources[_0xf494[76]](_0x9550x3f));_0x9550x2f[_0xf494[25]](_0x9550x42);var _0x9550x43=document[_0xf494[2]](_0xf494[1]);_0x9550x43[_0xf494[5]](_0xf494[23],_0x9550x2+_0xf494[132]);_0x9550x43[_0xf494[5]](_0xf494[133],_0x9550x40);_0x9550x43[_0xf494[31]]=_0xf494[134];_0x9550x41[_0xf494[25]](_0x9550x43);_0x9550x2e[_0xf494[25]](_0x9550x2f);_0x9550x2e[_0xf494[25]](_0x9550x41);_0x9550x2a[_0xf494[25]](_0x9550x2e);var _0x9550x37=mxUtils[_0xf494[80]](mxResources[_0xf494[76]](_0xf494[135]),function(){_0x9550x8[_0xf494[124]](_0x9550x43[_0xf494[23]]);_0x9550x8[_0xf494[79]]()});_0x9550x37[_0xf494[31]]=_0xf494[104];var _0x9550x3a=mxUtils[_0xf494[80]](mxResources[_0xf494[76]](_0xf494[105]),function(){_0x9550x8[_0xf494[79]]()});_0x9550x3a[_0xf494[31]]=_0xf494[106];_0x9550x2b[_0xf494[25]](_0x9550x37);_0x9550x2b[_0xf494[25]](_0x9550x3a);_0x9550x28[_0xf494[25]](_0x9550x29);_0x9550x28[_0xf494[25]](_0x9550x2a);_0x9550x28[_0xf494[25]](_0x9550x2b);this[_0xf494[64]]=_0x9550x28}function NewDialog(_0x9550x8){var _0x9550x28=_0x9550x8[_0xf494[50]](_0xf494[69]);var _0x9550x29=_0x9550x8[_0xf494[50]](_0xf494[70]);var _0x9550x2a=_0x9550x8[_0xf494[50]](_0xf494[71]);var _0x9550x2b=_0x9550x8[_0xf494[50]](_0xf494[72]);var _0x9550x2c=_0x9550x8[_0xf494[74]](_0xf494[73]);mxUtils[_0xf494[78]](_0x9550x2c,mxResources[_0xf494[76]](_0xf494[136]));var _0x9550x2d=mxUtils[_0xf494[80]](_0xf494[40],function(){_0x9550x8[_0xf494[79]]()});_0x9550x2d[_0xf494[31]]=_0xf494[65];_0x9550x29[_0xf494[25]](_0x9550x2d);_0x9550x29[_0xf494[25]](_0x9550x2c);var _0x9550x3f=_0xf494[125];var _0x9550x40=_0xf494[126]+_0x9550x3f;var _0x9550x2=_0x9550x8[_0xf494[13]][_0xf494[127]]();var _0x9550x2e=_0x9550x8[_0xf494[50]](_0xf494[81]);var _0x9550x2f=_0x9550x8[_0xf494[50]](_0xf494[128]);var _0x9550x41=_0x9550x8[_0xf494[50]](_0xf494[129]);var _0x9550x42=document[_0xf494[2]](_0xf494[130]);_0x9550x42[_0xf494[31]]=_0xf494[131];mxUtils[_0xf494[78]](_0x9550x42,mxResources[_0xf494[76]](_0x9550x3f));_0x9550x2f[_0xf494[25]](_0x9550x42);var _0x9550x43=document[_0xf494[2]](_0xf494[1]);_0x9550x43[_0xf494[5]](_0xf494[23],_0x9550x2+_0xf494[137]);_0x9550x43[_0xf494[5]](_0xf494[133],_0x9550x40);_0x9550x43[_0xf494[31]]=_0xf494[134];_0x9550x41[_0xf494[25]](_0x9550x43);_0x9550x2e[_0xf494[25]](_0x9550x2f);_0x9550x2e[_0xf494[25]](_0x9550x41);_0x9550x2a[_0xf494[25]](_0x9550x2e);var _0x9550x37=mxUtils[_0xf494[80]](mxResources[_0xf494[76]](_0xf494[136]),function(){_0x9550x8[_0xf494[136]](_0x9550x43[_0xf494[23]]);_0x9550x8[_0xf494[79]]()});_0x9550x37[_0xf494[31]]=_0xf494[104];var _0x9550x3a=mxUtils[_0xf494[80]](mxResources[_0xf494[76]](_0xf494[105]),function(){_0x9550x8[_0xf494[79]]()});_0x9550x3a[_0xf494[31]]=_0xf494[106];_0x9550x2b[_0xf494[25]](_0x9550x37);_0x9550x2b[_0xf494[25]](_0x9550x3a);_0x9550x28[_0xf494[25]](_0x9550x29);_0x9550x28[_0xf494[25]](_0x9550x2a);_0x9550x28[_0xf494[25]](_0x9550x2b);this[_0xf494[64]]=_0x9550x28}function VariableDialog(_0x9550x8){var _0x9550x28=_0x9550x8[_0xf494[50]](_0xf494[69]);var _0x9550x29=_0x9550x8[_0xf494[50]](_0xf494[70]);var _0x9550x2a=_0x9550x8[_0xf494[50]](_0xf494[71]);var _0x9550x2b=_0x9550x8[_0xf494[50]](_0xf494[72]);var _0x9550x2c=_0x9550x8[_0xf494[74]](_0xf494[73]);mxUtils[_0xf494[78]](_0x9550x2c,mxResources[_0xf494[76]](_0xf494[138]));var _0x9550x2d=mxUtils[_0xf494[80]](_0xf494[40],function(){_0x9550x8[_0xf494[79]]()});_0x9550x2d[_0xf494[31]]=_0xf494[65];_0x9550x29[_0xf494[25]](_0x9550x2d);_0x9550x29[_0xf494[25]](_0x9550x2c);var _0x9550x3f=_0xf494[125];var _0x9550x40=_0xf494[126]+_0x9550x3f;var _0x9550x2=_0x9550x8[_0xf494[13]][_0xf494[127]]();var _0x9550x2e=_0x9550x8[_0xf494[50]](_0xf494[81]);var _0x9550x2f=_0x9550x8[_0xf494[50]](_0xf494[128]);var _0x9550x41=_0x9550x8[_0xf494[50]](_0xf494[129]);var _0x9550x42=document[_0xf494[2]](_0xf494[130]);_0x9550x42[_0xf494[31]]=_0xf494[131];mxUtils[_0xf494[78]](_0x9550x42,mxResources[_0xf494[76]](_0x9550x3f));_0x9550x2f[_0xf494[25]](_0x9550x42);var _0x9550x43=document[_0xf494[2]](_0xf494[1]);_0x9550x43[_0xf494[5]](_0xf494[23],_0xf494[139]);_0x9550x43[_0xf494[5]](_0xf494[133],_0x9550x40);_0x9550x43[_0xf494[31]]=_0xf494[134];_0x9550x41[_0xf494[25]](_0x9550x43);_0x9550x2e[_0xf494[25]](_0x9550x2f);_0x9550x2e[_0xf494[25]](_0x9550x41);_0x9550x2a[_0xf494[25]](_0x9550x2e);var _0x9550x37=mxUtils[_0xf494[80]](mxResources[_0xf494[76]](_0xf494[136]),function(){_0x9550x8[_0xf494[138]](_0x9550x43[_0xf494[23]]);_0x9550x8[_0xf494[79]]()});_0x9550x37[_0xf494[31]]=_0xf494[104];var _0x9550x3a=mxUtils[_0xf494[80]](mxResources[_0xf494[76]](_0xf494[105]),function(){_0x9550x8[_0xf494[79]]()});_0x9550x3a[_0xf494[31]]=_0xf494[106];_0x9550x2b[_0xf494[25]](_0x9550x37);_0x9550x2b[_0xf494[25]](_0x9550x3a);_0x9550x28[_0xf494[25]](_0x9550x29);_0x9550x28[_0xf494[25]](_0x9550x2a);_0x9550x28[_0xf494[25]](_0x9550x2b);this[_0xf494[64]]=_0x9550x28}function OpenDialog(_0x9550x8){var _0x9550x28=_0x9550x8[_0xf494[50]](_0xf494[69]);var _0x9550x29=_0x9550x8[_0xf494[50]](_0xf494[70]);var _0x9550x2a=_0x9550x8[_0xf494[50]](_0xf494[71]);var _0x9550x2b=_0x9550x8[_0xf494[50]](_0xf494[72]);var _0x9550x2c=_0x9550x8[_0xf494[74]](_0xf494[73]);mxUtils[_0xf494[78]](_0x9550x2c,mxResources[_0xf494[76]](_0xf494[8]));var _0x9550x2d=mxUtils[_0xf494[80]](_0xf494[40],function(){_0x9550x8[_0xf494[79]]()});_0x9550x2d[_0xf494[31]]=_0xf494[65];_0x9550x29[_0xf494[25]](_0x9550x2d);_0x9550x29[_0xf494[25]](_0x9550x2c);var _0x9550x2e=_0x9550x8[_0xf494[50]](_0xf494[81]);var _0x9550x2f=_0x9550x8[_0xf494[50]](_0xf494[128]);var _0x9550x41=_0x9550x8[_0xf494[50]](_0xf494[129]);var _0x9550x42=document[_0xf494[2]](_0xf494[130]);_0x9550x42[_0xf494[31]]=_0xf494[131];mxUtils[_0xf494[78]](_0x9550x42,mxResources[_0xf494[76]](_0xf494[125]));_0x9550x2f[_0xf494[25]](_0x9550x42);var _0x9550xb= new XMLHttpRequest();_0x9550xb[_0xf494[8]](_0xf494[7],_0xf494[140],false);_0x9550xb[_0xf494[14]](_0xf494[9],_0xf494[10]+_0x9550x8[_0xf494[13]][_0xf494[12]][_0xf494[11]]);_0x9550xb[_0xf494[15]](null);var _0x9550xc=[];if(_0x9550xb[_0xf494[16]]===200){_0x9550xc=JSON[_0xf494[18]](_0x9550xb[_0xf494[17]])[_0xf494[30]]};var _0x9550x43=document[_0xf494[2]](_0xf494[19]);for(var _0x9550x47=0;_0x9550x47<_0x9550xc[_0xf494[141]];_0x9550x47++){var _0x9550xd=document[_0xf494[2]](_0xf494[20]);_0x9550xd[_0xf494[21]]=_0x9550xc[_0x9550x47][_0xf494[125]];_0x9550xd[_0xf494[23]]=_0x9550xc[_0x9550x47][_0xf494[133]];_0x9550x43[_0xf494[25]](_0x9550xd)};_0x9550x43[_0xf494[31]]=_0xf494[134];_0x9550x41[_0xf494[25]](_0x9550x43);_0x9550x2e[_0xf494[25]](_0x9550x2f);_0x9550x2e[_0xf494[25]](_0x9550x41);_0x9550x2a[_0xf494[25]](_0x9550x2e);var _0x9550x37=mxUtils[_0xf494[80]](mxResources[_0xf494[76]](_0xf494[8]),function(){console[_0xf494[94]](_0x9550x43);console[_0xf494[94]](_0x9550x43[_0xf494[23]]);window[_0xf494[8]](_0xf494[142]+_0x9550x43[_0xf494[23]],_0xf494[122]);_0x9550x8[_0xf494[79]]()});_0x9550x37[_0xf494[31]]=_0xf494[104];var _0x9550x3a=mxUtils[_0xf494[80]](mxResources[_0xf494[76]](_0xf494[105]),function(){_0x9550x8[_0xf494[79]]()});_0x9550x3a[_0xf494[31]]=_0xf494[106];_0x9550x2b[_0xf494[25]](_0x9550x37);_0x9550x2b[_0xf494[25]](_0x9550x3a);_0x9550x28[_0xf494[25]](_0x9550x29);_0x9550x28[_0xf494[25]](_0x9550x2a);_0x9550x28[_0xf494[25]](_0x9550x2b);this[_0xf494[64]]=_0x9550x28}function RenameDialog(_0x9550x8){var _0x9550x28=_0x9550x8[_0xf494[50]](_0xf494[69]);var _0x9550x29=_0x9550x8[_0xf494[50]](_0xf494[70]);var _0x9550x2a=_0x9550x8[_0xf494[50]](_0xf494[71]);var _0x9550x2b=_0x9550x8[_0xf494[50]](_0xf494[72]);var _0x9550x2c=_0x9550x8[_0xf494[74]](_0xf494[73]);mxUtils[_0xf494[78]](_0x9550x2c,mxResources[_0xf494[76]](_0xf494[143]));var _0x9550x2d=mxUtils[_0xf494[80]](_0xf494[40],function(){_0x9550x8[_0xf494[79]]()});_0x9550x2d[_0xf494[31]]=_0xf494[65];_0x9550x29[_0xf494[25]](_0x9550x2d);_0x9550x29[_0xf494[25]](_0x9550x2c);var _0x9550x2e=_0x9550x8[_0xf494[50]](_0xf494[81]);var _0x9550x2f=_0x9550x8[_0xf494[50]](_0xf494[128]);var _0x9550x41=_0x9550x8[_0xf494[50]](_0xf494[129]);var _0x9550x42=document[_0xf494[2]](_0xf494[130]);_0x9550x42[_0xf494[31]]=_0xf494[131];mxUtils[_0xf494[78]](_0x9550x42,mxResources[_0xf494[76]](_0xf494[125]));_0x9550x2f[_0xf494[25]](_0x9550x42);var _0x9550x3f=_0x9550x8[_0xf494[13]][_0xf494[144]];var _0x9550x3=document[_0xf494[2]](_0xf494[1]);_0x9550x3[_0xf494[5]](_0xf494[23],_0x9550x3f);_0x9550x3[_0xf494[31]]=_0xf494[134];_0x9550x41[_0xf494[25]](_0x9550x3);_0x9550x2e[_0xf494[25]](_0x9550x2f);_0x9550x2e[_0xf494[25]](_0x9550x41);_0x9550x2a[_0xf494[25]](_0x9550x2e);var _0x9550x37=mxUtils[_0xf494[80]](mxResources[_0xf494[76]](_0xf494[135]),function(){var _0x9550xb= new XMLHttpRequest();_0x9550xb[_0xf494[8]](_0xf494[145],SAVE_URL+_0x9550x8[_0xf494[13]][_0xf494[12]][_0xf494[133]],true);_0x9550xb[_0xf494[14]](_0xf494[146],_0xf494[147]);_0x9550xb[_0xf494[14]](_0xf494[9],_0xf494[10]+_0x9550x8[_0xf494[13]][_0xf494[12]][_0xf494[11]]);_0x9550xb[_0xf494[15]](_0xf494[148]+_0x9550x3[_0xf494[23]]);_0x9550xb[_0xf494[95]]=function(_0x9550x35){if(_0x9550xb[_0xf494[16]]===200){_0x9550x8[_0xf494[13]][_0xf494[150]](_0xf494[149]);_0x9550x8[_0xf494[13]][_0xf494[144]]=_0x9550x3[_0xf494[23]]}else {_0x9550x8[_0xf494[13]][_0xf494[150]](JSON[_0xf494[18]](_0x9550xb[_0xf494[17]])[_0xf494[152]][0][_0xf494[151]])}};_0x9550xb[_0xf494[153]]=function(_0x9550x35){mxUtils[_0xf494[155]](_0x9550xb[_0xf494[154]])};_0x9550x8[_0xf494[79]]()});_0x9550x37[_0xf494[31]]=_0xf494[104];var _0x9550x3a=mxUtils[_0xf494[80]](mxResources[_0xf494[76]](_0xf494[105]),function(){_0x9550x8[_0xf494[79]]()});_0x9550x3a[_0xf494[31]]=_0xf494[106];_0x9550x2b[_0xf494[25]](_0x9550x37);_0x9550x2b[_0xf494[25]](_0x9550x3a);_0x9550x28[_0xf494[25]](_0x9550x29);_0x9550x28[_0xf494[25]](_0x9550x2a);_0x9550x28[_0xf494[25]](_0x9550x2b);this[_0xf494[64]]=_0x9550x28}function EditFileDialog(_0x9550x8){var _0x9550x28=_0x9550x8[_0xf494[50]](_0xf494[69]);var _0x9550x29=_0x9550x8[_0xf494[50]](_0xf494[70]);var _0x9550x2a=_0x9550x8[_0xf494[50]](_0xf494[71]);var _0x9550x2b=_0x9550x8[_0xf494[50]](_0xf494[72]);var _0x9550x2c=_0x9550x8[_0xf494[74]](_0xf494[73]);mxUtils[_0xf494[78]](_0x9550x2c,mxResources[_0xf494[76]](_0xf494[156]));var _0x9550x2d=mxUtils[_0xf494[80]](_0xf494[40],function(){_0x9550x8[_0xf494[79]]()});_0x9550x2d[_0xf494[31]]=_0xf494[65];_0x9550x29[_0xf494[25]](_0x9550x2d);_0x9550x29[_0xf494[25]](_0x9550x2c);var _0x9550x2e=_0x9550x8[_0xf494[50]](_0xf494[81]);var _0x9550x2f=_0x9550x8[_0xf494[50]](_0xf494[82]);var _0x9550x30=document[_0xf494[2]](_0xf494[83]);_0x9550x30[_0xf494[53]][_0xf494[84]]=_0xf494[85];_0x9550x30[_0xf494[53]][_0xf494[86]]=_0xf494[87];_0x9550x30[_0xf494[23]]=mxUtils[_0xf494[158]](_0x9550x8[_0xf494[13]][_0xf494[157]]());if(fileSupport){function _0x9550x4a(_0x9550x32){_0x9550x32[_0xf494[159]]();_0x9550x32[_0xf494[160]]();if(_0x9550x32[_0xf494[161]][_0xf494[92]][_0xf494[141]]>0){var _0x9550x4b=_0x9550x32[_0xf494[161]][_0xf494[92]][0];var _0x9550x4c= new FileReader();_0x9550x4c[_0xf494[95]]=function(_0x9550x35){_0x9550x30[_0xf494[23]]=_0x9550x35[_0xf494[93]][_0xf494[96]]};_0x9550x4c[_0xf494[97]](_0x9550x4b)}}function _0x9550x4d(_0x9550x32){_0x9550x32[_0xf494[159]]();_0x9550x32[_0xf494[160]]()}_0x9550x30[_0xf494[100]](_0xf494[162],_0x9550x4d,false);_0x9550x30[_0xf494[100]](_0xf494[163],_0x9550x4a,false)};_0x9550x2f[_0xf494[25]](_0x9550x30);_0x9550x2e[_0xf494[25]](_0x9550x2f);_0x9550x2a[_0xf494[25]](_0x9550x2e);var _0x9550x37=mxUtils[_0xf494[80]](mxResources[_0xf494[76]](_0xf494[135]),function(){var _0x9550x39=mxUtils[_0xf494[101]](_0x9550x30[_0xf494[23]]);_0x9550x8[_0xf494[13]][_0xf494[102]](_0x9550x39[_0xf494[48]]);_0x9550x8[_0xf494[79]]()});_0x9550x37[_0xf494[31]]=_0xf494[104];var _0x9550x3a=mxUtils[_0xf494[80]](mxResources[_0xf494[76]](_0xf494[105]),function(){_0x9550x8[_0xf494[79]]()});_0x9550x3a[_0xf494[31]]=_0xf494[106];_0x9550x2b[_0xf494[25]](_0x9550x37);_0x9550x2b[_0xf494[25]](_0x9550x3a);_0x9550x28[_0xf494[25]](_0x9550x29);_0x9550x28[_0xf494[25]](_0x9550x2a);_0x9550x28[_0xf494[25]](_0x9550x2b);this[_0xf494[64]]=_0x9550x28}function ExportDialog(_0x9550x8){var _0x9550x28=_0x9550x8[_0xf494[50]](_0xf494[69]);var _0x9550x29=_0x9550x8[_0xf494[50]](_0xf494[70]);var _0x9550x2a=_0x9550x8[_0xf494[50]](_0xf494[164]);var _0x9550x2b=_0x9550x8[_0xf494[50]](_0xf494[72]);var _0x9550x2c=_0x9550x8[_0xf494[74]](_0xf494[73]);mxUtils[_0xf494[78]](_0x9550x2c,mxResources[_0xf494[76]](_0xf494[165])+_0xf494[77]);var _0x9550x2d=mxUtils[_0xf494[80]](_0xf494[40],function(){_0x9550x8[_0xf494[79]]()});_0x9550x2d[_0xf494[31]]=_0xf494[65];_0x9550x29[_0xf494[25]](_0x9550x2d);_0x9550x29[_0xf494[25]](_0x9550x2c);var _0x9550x4f=_0x9550x8[_0xf494[50]](_0xf494[166]);var _0x9550x50=_0x9550x8[_0xf494[50]](_0xf494[167]);var _0x9550x42=document[_0xf494[2]](_0xf494[130]);_0x9550x42[_0xf494[31]]=_0xf494[168];mxUtils[_0xf494[78]](_0x9550x42,mxResources[_0xf494[76]](_0xf494[144]));var _0x9550x3=document[_0xf494[2]](_0xf494[1]);_0x9550x3[_0xf494[5]](_0xf494[23],_0x9550x8[_0xf494[13]][_0xf494[127]]());_0x9550x3[_0xf494[31]]=_0xf494[134];var _0x9550x25=_0x9550x8[_0xf494[50]](_0xf494[169]);_0x9550x25[_0xf494[25]](_0x9550x3);_0x9550x50[_0xf494[25]](_0x9550x42);_0x9550x50[_0xf494[25]](_0x9550x25);_0x9550x4f[_0xf494[25]](_0x9550x50);_0x9550x2a[_0xf494[25]](_0x9550x4f);var _0x9550x37=mxUtils[_0xf494[80]](mxResources[_0xf494[76]](_0xf494[165]),mxUtils[_0xf494[103]](this,function(_0x9550x38){_0x9550x8[_0xf494[135]](false);var _0x9550x51=encodeURIComponent(mxUtils[_0xf494[170]](_0x9550x8[_0xf494[13]][_0xf494[157]]())); new mxXmlRequest(SAVE_URL+_0x9550x8[_0xf494[13]][_0xf494[12]][_0xf494[133]]+_0xf494[172],_0xf494[173]+_0x9550x3[_0xf494[23]],_0xf494[7])[_0xf494[171]](document,_0xf494[122]);_0x9550x8[_0xf494[79]]()}));_0x9550x37[_0xf494[31]]=_0xf494[104];var _0x9550x3a=mxUtils[_0xf494[80]](mxResources[_0xf494[76]](_0xf494[105]),function(){_0x9550x8[_0xf494[79]]()});_0x9550x3a[_0xf494[31]]=_0xf494[106];_0x9550x2b[_0xf494[25]](_0x9550x37);_0x9550x2b[_0xf494[25]](_0x9550x3a);_0x9550x28[_0xf494[25]](_0x9550x29);_0x9550x28[_0xf494[25]](_0x9550x2a);_0x9550x28[_0xf494[25]](_0x9550x2b);this[_0xf494[64]]=_0x9550x28}function GeneralDialog(_0x9550x8,_0x9550x53){var _0x9550x54=_0x9550x8[_0xf494[13]][_0xf494[174]];var _0x9550x28=_0x9550x8[_0xf494[50]](_0xf494[69]);var _0x9550x29=_0x9550x8[_0xf494[50]](_0xf494[70]);var _0x9550x2a=_0x9550x8[_0xf494[50]](_0xf494[175]);var _0x9550x2b=_0x9550x8[_0xf494[50]](_0xf494[72]);var _0x9550x2c=_0x9550x8[_0xf494[74]](_0xf494[73]);mxUtils[_0xf494[78]](_0x9550x2c,mxResources[_0xf494[76]](_0xf494[156])+_0xf494[176]+mxResources[_0xf494[76]](_0x9550x53[_0xf494[23]][_0xf494[177]]));var _0x9550x2d=mxUtils[_0xf494[80]](_0xf494[40],function(){_0x9550x8[_0xf494[79]]()});_0x9550x2d[_0xf494[31]]=_0xf494[65];_0x9550x29[_0xf494[25]](_0x9550x2d);_0x9550x29[_0xf494[25]](_0x9550x2c);var _0x9550x55=_0x9550x8[_0xf494[50]](_0xf494[166]);_0x9550x55[_0xf494[5]](_0xf494[133],_0xf494[178]);var _0x9550x56=_0x9550x53[_0xf494[23]][_0xf494[179]][_0xf494[141]];var _0x9550x4f=_0x9550x8[_0xf494[50]](_0xf494[166]);for(var _0x9550x57=0;_0x9550x57<_0x9550x56;_0x9550x57++){var _0x9550x3f=_0x9550x53[_0xf494[23]][_0xf494[179]][_0x9550x57][_0xf494[125]];var _0x9550x40=_0xf494[126]+_0x9550x3f;var _0x9550x2=_0x9550x53[_0xf494[23]][_0xf494[179]][_0x9550x57][_0xf494[23]];console[_0xf494[94]](_0x9550x3f);var _0x9550x50=_0x9550x8[_0xf494[50]]((_0x9550x57==_0x9550x56-1)?_0xf494[167]:_0xf494[180]);var _0x9550x42=document[_0xf494[2]](_0xf494[130]);_0x9550x42[_0xf494[31]]=_0xf494[168];mxUtils[_0xf494[78]](_0x9550x42,mxResources[_0xf494[76]](_0x9550x3f));_0x9550x50[_0xf494[25]](_0x9550x42);var _0x9550x3;switch(_0x9550x3f){case _0xf494[133]:_0x9550x3=document[_0xf494[2]](_0xf494[1]);_0x9550x2=_0x9550x53[_0xf494[133]];_0x9550x3[_0xf494[5]](_0xf494[23],_0x9550x2);_0x9550x3[_0xf494[5]](_0xf494[181],true);_0x9550x3[_0xf494[31]]=_0xf494[134];break;case _0xf494[187]:_0x9550x3=document[_0xf494[2]](_0xf494[1]);_0x9550x3[_0xf494[5]](_0xf494[3],_0xf494[80]);_0x9550x3[_0xf494[182]]=function(){if(this[_0xf494[23]]==_0xf494[183]){this[_0xf494[5]](_0xf494[23],_0xf494[184]);this[_0xf494[31]]=_0xf494[185]}else {this[_0xf494[31]]=_0xf494[186];this[_0xf494[5]](_0xf494[23],_0xf494[183])}};_0x9550x3[_0xf494[5]](_0xf494[23],_0x9550x2);_0x9550x3[_0xf494[31]]=(_0x9550x2==_0xf494[183]?_0xf494[186]:_0xf494[185]);break;case _0xf494[21]:_0x9550x3=document[_0xf494[2]](_0xf494[83]);_0x9550x3[_0xf494[188]]=_0x9550x2;_0x9550x3[_0xf494[31]]=_0xf494[134];break;case _0xf494[189]:_0x9550x3=document[_0xf494[2]](_0xf494[83]);_0x9550x3[_0xf494[188]]=_0x9550x2;_0x9550x3[_0xf494[31]]=_0xf494[134];break;case _0xf494[190]:_0x9550x3=document[_0xf494[2]](_0xf494[83]);_0x9550x3[_0xf494[188]]=_0x9550x2;_0x9550x3[_0xf494[31]]=_0xf494[134];break;case _0xf494[193]:_0x9550x3=document[_0xf494[2]](_0xf494[1]);_0x9550x3[_0xf494[5]](_0xf494[23],_0x9550x2);_0x9550x3[_0xf494[5]](_0xf494[191],_0xf494[192]);_0x9550x3[_0xf494[31]]=_0xf494[134];break;case _0xf494[195]:_0x9550x3=createDropdownFromApi(_0xf494[194],_0x9550x2,_0xf494[125],_0xf494[133],_0x9550x8);break;case _0xf494[198]:_0x9550x3=document[_0xf494[2]](_0xf494[83]);_0x9550x3[_0xf494[188]]=_0x9550x2;_0x9550x3[_0xf494[31]]=_0xf494[134];_0x9550x3[_0xf494[5]](_0xf494[196],_0xf494[197]);break;case _0xf494[201]:var _0x9550x3=mxUtils[_0xf494[80]](_0xf494[199],function(){var _0x9550x58=createDynamicInput(null,null,_0x9550x8);_0x9550x55[_0xf494[25]](_0x9550x58);_0x9550x2a[_0xf494[25]](_0x9550x55)});_0x9550x3[_0xf494[31]]=_0xf494[200];break;default:_0x9550x3=document[_0xf494[2]](_0xf494[1]);_0x9550x3[_0xf494[5]](_0xf494[23],_0x9550x2);_0x9550x3[_0xf494[31]]=_0xf494[134];break};_0x9550x3[_0xf494[5]](_0xf494[133],_0x9550x40);var _0x9550x25=_0x9550x8[_0xf494[50]](_0xf494[169]);_0x9550x25[_0xf494[25]](_0x9550x3);if(mxResources[_0xf494[76]](_0xf494[202]+_0x9550x3f)){var _0x9550x59=_0x9550x8[_0xf494[50]](_0xf494[203]);_0x9550x59[_0xf494[31]]=_0xf494[204];mxUtils[_0xf494[78]](_0x9550x59,mxResources[_0xf494[76]](_0xf494[202]+_0x9550x3f));_0x9550x25[_0xf494[25]](_0x9550x59)};_0x9550x50[_0xf494[25]](_0x9550x25);_0x9550x4f[_0xf494[25]](_0x9550x50)};_0x9550x2a[_0xf494[25]](_0x9550x4f);if(_0x9550x53[_0xf494[23]][_0xf494[177]]==_0xf494[1]){if(_0x9550x53[_0xf494[205]]){for(var _0x9550x47=0;_0x9550x47<_0x9550x53[_0xf494[205]][_0xf494[141]];_0x9550x47++){var _0x9550x5a=_0xf494[40];var _0x9550x5b=_0xf494[40];_[_0xf494[28]](_0x9550x53[_0xf494[205]][_0x9550x47][_0xf494[23]][_0xf494[179]],function(_0x9550x5c){if(_0x9550x5c[_0xf494[125]]==_0xf494[3]){_0x9550x5a=_0x9550x5c[_0xf494[23]]}else {if(_0x9550x5c[_0xf494[125]]==_0xf494[130]){_0x9550x5b=_0x9550x5c[_0xf494[23]]}}});var _0x9550x58=createDynamicInput(_0x9550x5a,_0x9550x5b,_0x9550x8);_0x9550x55[_0xf494[25]](_0x9550x58)}}};_0x9550x2a[_0xf494[25]](_0x9550x55);var _0x9550x37=mxUtils[_0xf494[80]](mxResources[_0xf494[76]](_0xf494[135]),mxUtils[_0xf494[103]](this,function(_0x9550x38){for(var _0x9550x57=0;_0x9550x57<_0x9550x53[_0xf494[23]][_0xf494[179]][_0xf494[141]];_0x9550x57++){var _0x9550x40=_0xf494[126]+_0x9550x53[_0xf494[23]][_0xf494[179]][_0x9550x57][_0xf494[125]];var _0x9550x3f=_0x9550x53[_0xf494[23]][_0xf494[179]][_0x9550x57][_0xf494[125]];console[_0xf494[94]](_0x9550x3f);_0x9550x53[_0xf494[5]](_0x9550x3f,document[_0xf494[206]](_0x9550x40)[_0xf494[23]]);console[_0xf494[94]](document[_0xf494[206]](_0x9550x40)[_0xf494[23]])};if(_0x9550x53[_0xf494[23]][_0xf494[177]]==_0xf494[1]){if(_0x9550x54[_0xf494[208]][_0xf494[207]](_0x9550x53)){_0x9550x53[_0xf494[205]]=[]};if(document[_0xf494[206]](_0xf494[178])){var _0x9550x55=document[_0xf494[206]](_0xf494[178])[_0xf494[205]];for(var _0x9550x47=0;_0x9550x47<_0x9550x55[_0xf494[141]];_0x9550x47++){var _0x9550x5d=_0x9550x55[_0x9550x47][_0xf494[205]][1];var _0x9550x5e=_0x9550x55[_0x9550x47][_0xf494[205]][0];var _0x9550x39=mxUtils[_0xf494[209]]();var _0x9550x5f=_0x9550x39[_0xf494[2]](_0xf494[178]);_0x9550x5f[_0xf494[5]](_0xf494[3],_0x9550x55[_0x9550x47][_0xf494[210]](_0xf494[19])[0][_0xf494[23]]);_0x9550x5f[_0xf494[5]](_0xf494[130],_0x9550x55[_0x9550x47][_0xf494[210]](_0xf494[1])[0][_0xf494[23]]);var _0x9550x60= new mxCell(_0x9550x5f);_0x9550x54[_0xf494[208]][_0xf494[201]](_0x9550x53,_0x9550x60)}}};_0x9550x54[_0xf494[211]](_0x9550x53);_0x9550x8[_0xf494[79]]()}));_0x9550x37[_0xf494[31]]=_0xf494[104];var _0x9550x3a=mxUtils[_0xf494[80]](mxResources[_0xf494[76]](_0xf494[105]),function(){_0x9550x8[_0xf494[79]]()});_0x9550x3a[_0xf494[31]]=_0xf494[106];_0x9550x2b[_0xf494[25]](_0x9550x37);_0x9550x2b[_0xf494[25]](_0x9550x3a);_0x9550x28[_0xf494[25]](_0x9550x29);_0x9550x28[_0xf494[25]](_0x9550x2a);_0x9550x28[_0xf494[25]](_0x9550x2b);this[_0xf494[64]]=_0x9550x28}function createDynamicInput(_0x9550x5a,_0x9550x5b,_0x9550x8){var _0x9550x58=_0x9550x8[_0xf494[50]](_0xf494[180]);var _0x9550x2f=_0x9550x8[_0xf494[50]](_0xf494[212]);var _0x9550x41=_0x9550x8[_0xf494[50]](_0xf494[212]);var _0x9550x62=_0x9550x8[_0xf494[50]](_0xf494[213]);var _0x9550x3=document[_0xf494[2]](_0xf494[1]);_0x9550x3[_0xf494[5]](_0xf494[191],_0xf494[214]);_0x9550x3[_0xf494[23]]=_0x9550x5b;_0x9550x3[_0xf494[31]]=_0xf494[134];_0x9550x2f[_0xf494[25]](_0x9550x3);var _0x9550x43=document[_0xf494[2]](_0xf494[19]);var _0x9550xd=document[_0xf494[2]](_0xf494[20]);_0x9550xd[_0xf494[21]]=_0xf494[22];_0x9550xd[_0xf494[23]]=_0xf494[40];_0x9550x43[_0xf494[25]](_0x9550xd);var _0x9550x13=[_0xf494[21],_0xf494[215],_0xf494[83],_0xf494[4]];_0x9550x13[_0xf494[28]](function(_0x9550xe){_0x9550xd=document[_0xf494[2]](_0xf494[20]);_0x9550xd[_0xf494[21]]=_0x9550xe;_0x9550xd[_0xf494[23]]=_0x9550xe;_0x9550xd[_0xf494[29]]=(_0x9550xe==_0x9550x5a);_0x9550x43[_0xf494[25]](_0x9550xd)});_0x9550x43[_0xf494[31]]=_0xf494[134];_0x9550x41[_0xf494[25]](_0x9550x43);var _0x9550x63=mxUtils[_0xf494[80]](_0xf494[216],function(){var _0x9550x64=_0x9550x63[_0xf494[217]];var _0x9550x65=_0x9550x64[_0xf494[217]];document[_0xf494[206]](_0xf494[178])[_0xf494[67]](_0x9550x65)});_0x9550x63[_0xf494[31]]=_0xf494[218];_0x9550x62[_0xf494[25]](_0x9550x63);_0x9550x58[_0xf494[25]](_0x9550x2f);_0x9550x58[_0xf494[25]](_0x9550x41);_0x9550x58[_0xf494[25]](_0x9550x62);return _0x9550x58} \ No newline at end of file +var _0x7fa9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x69\x6E\x70\x75\x74","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x74\x79\x70\x65","\x63\x68\x65\x63\x6B\x62\x6F\x78","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x68\x65\x63\x6B\x65\x64","\x47\x45\x54","\x6F\x70\x65\x6E","\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E","\x42\x65\x61\x72\x65\x72\x20","\x74\x6F\x6B\x65\x6E","\x64\x61\x74\x61","\x65\x64\x69\x74\x6F\x72","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x72\x65\x73\x70\x6F\x6E\x73\x65","\x70\x61\x72\x73\x65","\x73\x65\x6C\x65\x63\x74","\x6F\x70\x74\x69\x6F\x6E","\x74\x65\x78\x74","\x2D\x2D\x20\x4E\x6F\x6E\x65\x20\x2D\x2D","\x76\x61\x6C\x75\x65","\x2D\x31","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x25","\x72\x65\x70\x6C\x61\x63\x65","\x66\x6F\x72\x45\x61\x63\x68","\x73\x65\x6C\x65\x63\x74\x65\x64","\x72\x6F\x77\x73","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x66\x6F\x72\x6D\x2D\x63\x6F\x6E\x74\x72\x6F\x6C\x20\x73\x65\x6C\x65\x63\x74\x32","\x30","\x66\x69\x6C\x74\x65\x72","\x73\x65\x6C\x65\x63\x74\x2D\x67\x72\x6F\x75\x70\x2D\x66\x61\x74\x68\x65\x72","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x73\x65\x6C\x65\x63\x74\x2D\x67\x72\x6F\x75\x70\x2D\x73\x6F\x6E","\x2D","\x63\x61\x70\x69\x74\x61\x6C\x69\x7A\x65","","\x49\x53\x5F\x49\x45","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x73\x63\x72\x6F\x6C\x6C\x57\x69\x64\x74\x68","\x62\x6F\x64\x79","\x72\x6F\x75\x6E\x64","\x6D\x61\x78","\x73\x63\x72\x6F\x6C\x6C\x48\x65\x69\x67\x68\x74","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x44\x69\x61\x6C\x6F\x67","\x63\x72\x65\x61\x74\x65\x44\x69\x76","\x6D\x6F\x64\x61\x6C\x20\x66\x61\x64\x65\x20\x69\x6E\x20\x63\x65\x6E\x74\x65\x72","\x64\x69\x73\x70\x6C\x61\x79","\x73\x74\x79\x6C\x65","\x62\x6C\x6F\x63\x6B","\x70\x61\x64\x64\x69\x6E\x67\x52\x69\x67\x68\x74","\x31\x32\x70\x78","\x67\x65\x4D\x6F\x64\x61\x6C\x44\x69\x61\x6C\x6F\x67","\x6D\x6F\x64\x61\x6C\x2D\x64\x69\x61\x6C\x6F\x67","\x62\x67","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x6D\x6F\x64\x61\x6C\x2D\x62\x61\x63\x6B\x64\x72\x6F\x70\x20\x66\x61\x64\x65\x20\x69\x6E","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x6F\x6E\x44\x69\x61\x6C\x6F\x67\x43\x6C\x6F\x73\x65","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x63\x6C\x6F\x73\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x6D\x6F\x64\x61\x6C\x2D\x63\x6F\x6E\x74\x65\x6E\x74","\x6D\x6F\x64\x61\x6C\x2D\x68\x65\x61\x64\x65\x72","\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79","\x6D\x6F\x64\x61\x6C\x2D\x66\x6F\x6F\x74\x65\x72","\x68\x34","\x63\x72\x65\x61\x74\x65\x48\x65\x61\x64\x65\x72","\x69\x6D\x70\x6F\x72\x74","\x67\x65\x74","\x20\x58\x4D\x4C","\x77\x72\x69\x74\x65","\x68\x69\x64\x65\x44\x69\x61\x6C\x6F\x67","\x62\x75\x74\x74\x6F\x6E","\x72\x6F\x77","\x63\x6F\x6C\x2D\x6D\x64\x2D\x31\x32","\x74\x65\x78\x74\x61\x72\x65\x61","\x77\x69\x64\x74\x68","\x31\x30\x30\x25","\x68\x65\x69\x67\x68\x74","\x33\x37\x34\x70\x78","\x66\x69\x6C\x65","\x61\x63\x63\x65\x70\x74","\x74\x65\x78\x74\x2F\x78\x6D\x6C","\x63\x68\x61\x6E\x67\x65","\x66\x69\x6C\x65\x73","\x74\x61\x72\x67\x65\x74","\x6C\x6F\x67","\x6F\x6E\x6C\x6F\x61\x64","\x72\x65\x73\x75\x6C\x74","\x72\x65\x61\x64\x41\x73\x54\x65\x78\x74","\x46\x61\x69\x6C\x65\x64\x20\x74\x6F\x20\x6C\x6F\x61\x64\x20\x66\x6F\x72\x6D\x61\x74\x20\x66\x69\x6C\x65","\x46\x61\x69\x6C\x65\x64\x20\x74\x6F\x20\x6C\x6F\x61\x64\x20\x66\x69\x6C\x65","\x61\x64\x64\x45\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72","\x70\x61\x72\x73\x65\x58\x6D\x6C","\x73\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x62\x69\x6E\x64","\x62\x74\x6E\x20\x62\x6C\x75\x65","\x63\x61\x6E\x63\x65\x6C","\x62\x74\x6E\x20\x64\x65\x66\x61\x75\x6C\x74","\x61\x62\x6F\x75\x74","\x20\x43\x61\x6C\x6C\x79\x20\x53\x71\x75\x61\x72\x65","\x69\x6D\x67","\x62\x6F\x72\x64\x65\x72","\x30\x70\x78","\x31\x37\x36","\x31\x35\x31","\x73\x72\x63","\x2F\x6C\x6F\x67\x6F\x2E\x70\x6E\x67","\x62\x72","\x50\x6F\x77\x65\x72\x65\x64\x20\x62\x79\x20\x58\x65\x6E\x69\x61\x6C\x61\x62\x20","\x56\x45\x52\x53\x49\x4F\x4E","\x61","\x68\x72\x65\x66","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x63\x61\x6C\x6C\x79\x73\x71\x75\x61\x72\x65\x2E\x63\x6F\x6D\x2F","\x5F\x62\x6C\x61\x6E\x6B","\x77\x77\x77\x2E\x63\x61\x6C\x6C\x79\x73\x71\x75\x61\x72\x65\x2E\x63\x6F\x6D","\x73\x61\x76\x65\x41\x73","\x6E\x61\x6D\x65","\x5F","\x67\x65\x74\x4F\x72\x43\x72\x65\x61\x74\x65\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x63\x6F\x6C\x2D\x6D\x64\x2D\x34","\x63\x6F\x6C\x2D\x6D\x64\x2D\x38","\x6C\x61\x62\x65\x6C","\x63\x6F\x6E\x74\x72\x6F\x6C\x2D\x6C\x61\x62\x65\x6C\x20\x70\x75\x6C\x6C\x2D\x72\x69\x67\x68\x74","\x5F\x63\x6F\x70\x79","\x69\x64","\x66\x6F\x72\x6D\x2D\x63\x6F\x6E\x74\x72\x6F\x6C","\x73\x61\x76\x65","\x6E\x65\x77","\x5F\x6E\x65\x77","\x76\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x6E\x61\x6D\x65","\x2F\x61\x70\x69\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73","\x6C\x65\x6E\x67\x74\x68","\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x76\x69\x65\x77\x2F","\x72\x65\x6E\x61\x6D\x65","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x50\x55\x54","\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x78\x2D\x77\x77\x77\x2D\x66\x6F\x72\x6D\x2D\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x6E\x61\x6D\x65\x3D","\x50\x72\x6F\x6A\x65\x63\x74\x20\x73\x75\x63\x63\x65\x73\x73\x66\x75\x6C\x6C\x79\x20\x72\x65\x6E\x61\x6D\x65\x64","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x6D\x65\x73\x73\x61\x67\x65","\x65\x72\x72\x6F\x72\x73","\x6F\x6E\x65\x72\x72\x6F\x72","\x73\x74\x61\x74\x75\x73\x54\x65\x78\x74","\x61\x6C\x65\x72\x74","\x65\x64\x69\x74","\x67\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x67\x65\x74\x50\x72\x65\x74\x74\x79\x58\x6D\x6C","\x73\x74\x6F\x70\x50\x72\x6F\x70\x61\x67\x61\x74\x69\x6F\x6E","\x70\x72\x65\x76\x65\x6E\x74\x44\x65\x66\x61\x75\x6C\x74","\x64\x61\x74\x61\x54\x72\x61\x6E\x73\x66\x65\x72","\x64\x72\x61\x67\x6F\x76\x65\x72","\x64\x72\x6F\x70","\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79\x20\x66\x6F\x72\x6D","\x65\x78\x70\x6F\x72\x74","\x66\x6F\x72\x6D\x2D\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x20\x66\x6F\x72\x6D\x2D\x72\x6F\x77\x2D\x73\x65\x70\x65\x72\x61\x74\x65\x64","\x66\x6F\x72\x6D\x2D\x67\x72\x6F\x75\x70\x20\x6C\x61\x73\x74","\x63\x6F\x6C\x2D\x73\x6D\x2D\x34\x20\x63\x6F\x6E\x74\x72\x6F\x6C\x2D\x6C\x61\x62\x65\x6C","\x63\x6F\x6C\x2D\x73\x6D\x2D\x38","\x67\x65\x74\x58\x6D\x6C","\x73\x69\x6D\x75\x6C\x61\x74\x65","\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x66\x69\x6C\x65\x6E\x61\x6D\x65\x3D","\x67\x72\x61\x70\x68","\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79\x20\x66\x6F\x72\x6D\x20\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79\x2D\x73\x63\x72\x6F\x6C\x6C","\x20","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x69\x6E\x70\x75\x74\x47\x72\x6F\x75\x70","\x61\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x66\x6F\x72\x6D\x2D\x67\x72\x6F\x75\x70","\x64\x69\x73\x61\x62\x6C\x65\x64","\x6F\x6E\x63\x6C\x69\x63\x6B","\x4F\x4E","\x4F\x46\x46","\x62\x74\x6E\x20\x62\x74\x6E\x2D\x64\x61\x6E\x67\x65\x72\x20\x62\x74\x6E\x2D\x6D\x64","\x62\x74\x6E\x20\x62\x74\x6E\x2D\x73\x75\x63\x63\x65\x73\x73\x20\x62\x74\x6E\x2D\x6D\x64","\x73\x74\x61\x74\x65","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x42\x6F\x64\x79","\x71\x75\x65\x73\x74\x69\x6F\x6E","\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72","\x49\x6E\x73\x65\x72\x74\x20\x6C\x61\x62\x65\x6C\x20\x66\x6F\x72\x20\x22\x4F\x74\x68\x65\x72\x22\x20\x61\x6E\x73\x77\x65\x72\x20\x6F\x70\x74\x69\x6F\x6E","\x6F\x74\x68\x65\x72","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x61\x63\x63\x6F\x75\x6E\x74\x5F\x69\x64","\x6D\x61\x78\x6C\x65\x6E\x67\x74\x68","\x31\x36\x30","\x73\x6D\x73\x5F\x74\x65\x78\x74","\x2B","\x62\x74\x6E\x20\x67\x72\x65\x65\x6E","\x61\x64\x64","\x68\x65\x6C\x70\x5F","\x70","\x68\x65\x6C\x70\x2D\x62\x6C\x6F\x63\x6B","\x63\x68\x69\x6C\x64\x72\x65\x6E","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x6D\x6F\x64\x65\x6C","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x54\x61\x67\x4E\x61\x6D\x65","\x72\x65\x66\x72\x65\x73\x68","\x63\x6F\x6C\x2D\x6D\x64\x2D\x35","\x63\x6F\x6C\x2D\x6D\x64\x2D\x32","\x49\x6E\x73\x65\x72\x74\x20\x6C\x61\x62\x65\x6C","\x6E\x75\x6D\x62\x65\x72","\x78","\x70\x61\x72\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x62\x74\x6E\x20\x72\x65\x64"];_0x7fa9[0];function createCheckbox(_0x4119x2){var _0x4119x3=document[_0x7fa9[2]](_0x7fa9[1]);_0x4119x3[_0x7fa9[5]](_0x7fa9[3],_0x7fa9[4]);if(_0x4119x2){_0x4119x3[_0x7fa9[5]](_0x7fa9[6],true)};return _0x4119x3}function createDropdownFromApi(_0x4119x5,_0x4119x2,_0x4119x6,_0x4119x7,_0x4119x8,_0x4119x9,_0x4119xa){var _0x4119xb= new XMLHttpRequest();_0x4119xb[_0x7fa9[8]](_0x7fa9[7],_0x4119x5,false);_0x4119xb[_0x7fa9[14]](_0x7fa9[9],_0x7fa9[10]+_0x4119x8[_0x7fa9[13]][_0x7fa9[12]][_0x7fa9[11]]);_0x4119xb[_0x7fa9[15]](null);var _0x4119xc=[];if(_0x4119xb[_0x7fa9[16]]===200){_0x4119xc=JSON[_0x7fa9[18]](_0x4119xb[_0x7fa9[17]])};var _0x4119x3=document[_0x7fa9[2]](_0x7fa9[19]);var _0x4119xd=document[_0x7fa9[2]](_0x7fa9[20]);_0x4119xd[_0x7fa9[21]]=_0x7fa9[22];_0x4119xd[_0x7fa9[23]]=_0x7fa9[24];_0x4119x3[_0x7fa9[25]](_0x4119xd);_0x4119xc[_0x7fa9[30]][_0x7fa9[28]](function(_0x4119xe){_0x4119xd=document[_0x7fa9[2]](_0x7fa9[20]);_0x4119xd[_0x7fa9[21]]=_0x4119xe[_0x4119x6];if(_0x4119x9&&_0x4119xa){_0x4119x9[_0x7fa9[28]](function(_0x4119xf){_0x4119xa=_0x4119xa[_0x7fa9[27]](_0x7fa9[26]+_0x4119xf+_0x7fa9[26],_0x4119xe[_0x4119xf])});_0x4119xd[_0x7fa9[23]]=_0x4119xa;_0x4119xd[_0x7fa9[29]]=(_0x4119xa==_0x4119x2)}else {_0x4119xd[_0x7fa9[23]]=_0x4119xe[_0x4119x7];_0x4119xd[_0x7fa9[29]]=(_0x4119xe[_0x4119x7]==_0x4119x2)};_0x4119x3[_0x7fa9[25]](_0x4119xd)});_0x4119x3[_0x7fa9[31]]=_0x7fa9[32];return _0x4119x3}function createGroupedDropdownFromApi(_0x4119x5,_0x4119x2,_0x4119x6,_0x4119x7,_0x4119x8,_0x4119x11,_0x4119x12){var _0x4119xb= new XMLHttpRequest();_0x4119xb[_0x7fa9[8]](_0x7fa9[7],_0x4119x5,false);_0x4119xb[_0x7fa9[14]](_0x7fa9[9],_0x7fa9[10]+_0x4119x8[_0x7fa9[13]][_0x7fa9[12]][_0x7fa9[11]]);_0x4119xb[_0x7fa9[15]](null);var _0x4119xc=[];if(_0x4119xb[_0x7fa9[16]]===200){_0x4119xc=JSON[_0x7fa9[18]](_0x4119xb[_0x7fa9[17]])};var _0x4119x3=document[_0x7fa9[2]](_0x7fa9[19]);var _0x4119xd=document[_0x7fa9[2]](_0x7fa9[20]);_0x4119xd[_0x7fa9[21]]=_0x7fa9[22];_0x4119xd[_0x7fa9[23]]=_0x7fa9[33];_0x4119x3[_0x7fa9[25]](_0x4119xd);var _0x4119x13=_0x4119x11?_0x4119xc[_0x7fa9[30]]:_0x4119xc;var _0x4119x14={};var _0x4119x15={};_0x4119x14[_0x4119x12]=null;var _0x4119x16=_[_0x7fa9[34]](_0x4119x13,_0x4119x14);var _0x4119x17={};_0x4119x16[_0x7fa9[28]](function(_0x4119xe){_0x4119xd=document[_0x7fa9[2]](_0x7fa9[20]);_0x4119xd[_0x7fa9[31]]=_0x7fa9[35];_0x4119xd[_0x7fa9[21]]=_0x4119xe[_0x4119x6][_0x7fa9[36]]();_0x4119xd[_0x7fa9[23]]=_0x4119xe[_0x4119x7];_0x4119xd[_0x7fa9[29]]=(_0x4119xe[_0x4119x7]==_0x4119x2);_0x4119x3[_0x7fa9[25]](_0x4119xd);_0x4119x15[_0x4119x12]=_0x4119xe[_0x4119x7];_0x4119x17=_[_0x7fa9[34]](_0x4119x13,_0x4119x15);_0x4119x17[_0x7fa9[28]](function(_0x4119xe){_0x4119xd=document[_0x7fa9[2]](_0x7fa9[20]);_0x4119xd[_0x7fa9[31]]=_0x7fa9[37];_0x4119xd[_0x7fa9[21]]=_0x7fa9[38]+_[_0x7fa9[39]](_0x4119xe[_0x4119x6]);_0x4119xd[_0x7fa9[23]]=_0x4119xe[_0x4119x7];_0x4119xd[_0x7fa9[29]]=(_0x4119xe[_0x4119x7]==_0x4119x2);_0x4119x3[_0x7fa9[25]](_0x4119xd)})});_0x4119x3[_0x7fa9[31]]=_0x7fa9[32];return _0x4119x3}function createDropdownFromArray(_0x4119x19,_0x4119x2){var _0x4119x3=document[_0x7fa9[2]](_0x7fa9[19]);for(var _0x4119x1a in _0x4119x19){var _0x4119xd=document[_0x7fa9[2]](_0x7fa9[20]);_0x4119xd[_0x7fa9[21]]=_0x4119x19[_0x4119x1a];_0x4119xd[_0x7fa9[23]]=_0x4119x1a;if(_0x4119x2>0||_0x4119x2!=_0x7fa9[40]){_0x4119xd[_0x7fa9[29]]=(_0x4119x2===_0x4119x1a)?true:false};_0x4119x3[_0x7fa9[25]](_0x4119xd)};_0x4119x3[_0x7fa9[31]]=_0x7fa9[32];return _0x4119x3}function Dialog(_0x4119x8,_0x4119x1c,_0x4119x1d,_0x4119x1e,_0x4119x1f,_0x4119x20,_0x4119x21){var _0x4119x22=0;if(mxClient[_0x7fa9[41]]&&document[_0x7fa9[42]]!=9){_0x4119x22=60};_0x4119x1d+=_0x4119x22;_0x4119x1e+=_0x4119x22;var _0x4119x23=Math[_0x7fa9[46]](0,Math[_0x7fa9[45]]((document[_0x7fa9[44]][_0x7fa9[43]]-_0x4119x1d)/2));var _0x4119x24=Math[_0x7fa9[46]](0,Math[_0x7fa9[45]]((Math[_0x7fa9[46]](document[_0x7fa9[44]][_0x7fa9[47]],document[_0x7fa9[48]][_0x7fa9[47]])-_0x4119x1e)/3));var _0x4119x25=_0x4119x8[_0x7fa9[50]](_0x7fa9[49]);_0x4119x25[_0x7fa9[31]]=_0x7fa9[51];_0x4119x25[_0x7fa9[53]][_0x7fa9[52]]=_0x7fa9[54];_0x4119x25[_0x7fa9[53]][_0x7fa9[55]]=_0x7fa9[56];var _0x4119x26=_0x4119x8[_0x7fa9[50]](_0x7fa9[57]);_0x4119x26[_0x7fa9[31]]=_0x7fa9[58];_0x4119x26[_0x7fa9[25]](_0x4119x1c);_0x4119x25[_0x7fa9[25]](_0x4119x26);if(this[_0x7fa9[59]]==null){this[_0x7fa9[59]]=_0x4119x8[_0x7fa9[50]](_0x7fa9[60]);this[_0x7fa9[59]][_0x7fa9[31]]=_0x7fa9[61];if(mxClient[_0x7fa9[62]]){ new mxDivResizer(this[_0x7fa9[59]])}};if(_0x4119x1f){document[_0x7fa9[44]][_0x7fa9[25]](this[_0x7fa9[59]])};document[_0x7fa9[44]][_0x7fa9[25]](_0x4119x25);this[_0x7fa9[63]]=_0x4119x21;this[_0x7fa9[64]]=_0x4119x25}Dialog[_0x7fa9[66]][_0x7fa9[65]]=function(){if(this[_0x7fa9[63]]!=null){this[_0x7fa9[63]]();this[_0x7fa9[63]]=null};this[_0x7fa9[64]][_0x7fa9[68]][_0x7fa9[67]](this[_0x7fa9[64]]);this[_0x7fa9[59]][_0x7fa9[68]][_0x7fa9[67]](this[_0x7fa9[59]])};function ImportDialog(_0x4119x8){var _0x4119x28=_0x4119x8[_0x7fa9[50]](_0x7fa9[69]);var _0x4119x29=_0x4119x8[_0x7fa9[50]](_0x7fa9[70]);var _0x4119x2a=_0x4119x8[_0x7fa9[50]](_0x7fa9[71]);var _0x4119x2b=_0x4119x8[_0x7fa9[50]](_0x7fa9[72]);var _0x4119x2c=_0x4119x8[_0x7fa9[74]](_0x7fa9[73]);mxUtils[_0x7fa9[78]](_0x4119x2c,mxResources[_0x7fa9[76]](_0x7fa9[75])+_0x7fa9[77]);var _0x4119x2d=mxUtils[_0x7fa9[80]](_0x7fa9[40],function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x2d[_0x7fa9[31]]=_0x7fa9[65];_0x4119x29[_0x7fa9[25]](_0x4119x2d);_0x4119x29[_0x7fa9[25]](_0x4119x2c);var _0x4119x2e=_0x4119x8[_0x7fa9[50]](_0x7fa9[81]);var _0x4119x2f=_0x4119x8[_0x7fa9[50]](_0x7fa9[82]);var _0x4119x30=document[_0x7fa9[2]](_0x7fa9[83]);_0x4119x30[_0x7fa9[53]][_0x7fa9[84]]=_0x7fa9[85];_0x4119x30[_0x7fa9[53]][_0x7fa9[86]]=_0x7fa9[87];var _0x4119x3=document[_0x7fa9[2]](_0x7fa9[1]);_0x4119x3[_0x7fa9[3]]=_0x7fa9[88];_0x4119x3[_0x7fa9[5]](_0x7fa9[89],_0x7fa9[90]);_0x4119x3[_0x7fa9[100]](_0x7fa9[91],function _0x4119x31(_0x4119x32){var _0x4119x33=_0x4119x32[_0x7fa9[93]][_0x7fa9[92]][0];console[_0x7fa9[94]](_0x4119x33);if(_0x4119x33){if(_0x4119x33[_0x7fa9[3]]===_0x7fa9[90]){var _0x4119x34= new FileReader();_0x4119x34[_0x7fa9[95]]=function(_0x4119x35){var _0x4119x36=_0x4119x35[_0x7fa9[93]][_0x7fa9[96]];mxUtils[_0x7fa9[78]](_0x4119x30,_0x4119x36)};_0x4119x34[_0x7fa9[97]](_0x4119x33)}else {alert(_0x7fa9[98])}}else {alert(_0x7fa9[99])}},false);_0x4119x2f[_0x7fa9[25]](_0x4119x3);_0x4119x2f[_0x7fa9[25]](_0x4119x30);_0x4119x2e[_0x7fa9[25]](_0x4119x2f);_0x4119x2a[_0x7fa9[25]](_0x4119x2e);var _0x4119x37=mxUtils[_0x7fa9[80]](mxResources[_0x7fa9[76]](_0x7fa9[75]),mxUtils[_0x7fa9[103]](this,function(_0x4119x38){var _0x4119x39=mxUtils[_0x7fa9[101]](_0x4119x30[_0x7fa9[23]]);_0x4119x8[_0x7fa9[13]][_0x7fa9[102]](_0x4119x39[_0x7fa9[48]]);_0x4119x8[_0x7fa9[79]]()}));_0x4119x37[_0x7fa9[31]]=_0x7fa9[104];var _0x4119x3a=mxUtils[_0x7fa9[80]](mxResources[_0x7fa9[76]](_0x7fa9[105]),function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x3a[_0x7fa9[31]]=_0x7fa9[106];_0x4119x2b[_0x7fa9[25]](_0x4119x37);_0x4119x2b[_0x7fa9[25]](_0x4119x3a);_0x4119x28[_0x7fa9[25]](_0x4119x29);_0x4119x28[_0x7fa9[25]](_0x4119x2a);_0x4119x28[_0x7fa9[25]](_0x4119x2b);this[_0x7fa9[64]]=_0x4119x28}function AboutDialog(_0x4119x8){var _0x4119x28=_0x4119x8[_0x7fa9[50]](_0x7fa9[69]);var _0x4119x29=_0x4119x8[_0x7fa9[50]](_0x7fa9[70]);var _0x4119x2a=_0x4119x8[_0x7fa9[50]](_0x7fa9[71]);var _0x4119x2b=_0x4119x8[_0x7fa9[50]](_0x7fa9[72]);var _0x4119x2c=_0x4119x8[_0x7fa9[74]](_0x7fa9[73]);mxUtils[_0x7fa9[78]](_0x4119x2c,mxResources[_0x7fa9[76]](_0x7fa9[107])+_0x7fa9[108]);var _0x4119x2d=mxUtils[_0x7fa9[80]](_0x7fa9[40],function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x2d[_0x7fa9[31]]=_0x7fa9[65];_0x4119x29[_0x7fa9[25]](_0x4119x2d);_0x4119x29[_0x7fa9[25]](_0x4119x2c);var _0x4119x3c=document[_0x7fa9[2]](_0x7fa9[109]);_0x4119x3c[_0x7fa9[53]][_0x7fa9[110]]=_0x7fa9[111];_0x4119x3c[_0x7fa9[5]](_0x7fa9[84],_0x7fa9[112]);_0x4119x3c[_0x7fa9[5]](_0x7fa9[84],_0x7fa9[113]);_0x4119x3c[_0x7fa9[5]](_0x7fa9[114],IMAGE_PATH+_0x7fa9[115]);_0x4119x2a[_0x7fa9[25]](_0x4119x3c);mxUtils[_0x7fa9[116]](_0x4119x2a);mxUtils[_0x7fa9[78]](_0x4119x2a,_0x7fa9[117]+mxClient[_0x7fa9[118]]);mxUtils[_0x7fa9[116]](_0x4119x2a);var _0x4119x3d=document[_0x7fa9[2]](_0x7fa9[119]);_0x4119x3d[_0x7fa9[5]](_0x7fa9[120],_0x7fa9[121]);_0x4119x3d[_0x7fa9[5]](_0x7fa9[93],_0x7fa9[122]);mxUtils[_0x7fa9[78]](_0x4119x3d,_0x7fa9[123]);_0x4119x2a[_0x7fa9[25]](_0x4119x3d);mxUtils[_0x7fa9[116]](_0x4119x2a);mxUtils[_0x7fa9[116]](_0x4119x2a);var _0x4119x3a=mxUtils[_0x7fa9[80]](mxResources[_0x7fa9[76]](_0x7fa9[65]),function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x3a[_0x7fa9[31]]=_0x7fa9[106];_0x4119x2b[_0x7fa9[25]](_0x4119x3a);_0x4119x28[_0x7fa9[25]](_0x4119x29);_0x4119x28[_0x7fa9[25]](_0x4119x2a);_0x4119x28[_0x7fa9[25]](_0x4119x2b);this[_0x7fa9[64]]=_0x4119x28}function SaveDialog(_0x4119x8){var _0x4119x28=_0x4119x8[_0x7fa9[50]](_0x7fa9[69]);var _0x4119x29=_0x4119x8[_0x7fa9[50]](_0x7fa9[70]);var _0x4119x2a=_0x4119x8[_0x7fa9[50]](_0x7fa9[71]);var _0x4119x2b=_0x4119x8[_0x7fa9[50]](_0x7fa9[72]);var _0x4119x2c=_0x4119x8[_0x7fa9[74]](_0x7fa9[73]);mxUtils[_0x7fa9[78]](_0x4119x2c,mxResources[_0x7fa9[76]](_0x7fa9[124]));var _0x4119x2d=mxUtils[_0x7fa9[80]](_0x7fa9[40],function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x2d[_0x7fa9[31]]=_0x7fa9[65];_0x4119x29[_0x7fa9[25]](_0x4119x2d);_0x4119x29[_0x7fa9[25]](_0x4119x2c);var _0x4119x3f=_0x7fa9[125];var _0x4119x40=_0x7fa9[126]+_0x4119x3f;var _0x4119x2=_0x4119x8[_0x7fa9[13]][_0x7fa9[127]]();var _0x4119x2e=_0x4119x8[_0x7fa9[50]](_0x7fa9[81]);var _0x4119x2f=_0x4119x8[_0x7fa9[50]](_0x7fa9[128]);var _0x4119x41=_0x4119x8[_0x7fa9[50]](_0x7fa9[129]);var _0x4119x42=document[_0x7fa9[2]](_0x7fa9[130]);_0x4119x42[_0x7fa9[31]]=_0x7fa9[131];mxUtils[_0x7fa9[78]](_0x4119x42,mxResources[_0x7fa9[76]](_0x4119x3f));_0x4119x2f[_0x7fa9[25]](_0x4119x42);var _0x4119x43=document[_0x7fa9[2]](_0x7fa9[1]);_0x4119x43[_0x7fa9[5]](_0x7fa9[23],_0x4119x2+_0x7fa9[132]);_0x4119x43[_0x7fa9[5]](_0x7fa9[133],_0x4119x40);_0x4119x43[_0x7fa9[31]]=_0x7fa9[134];_0x4119x41[_0x7fa9[25]](_0x4119x43);_0x4119x2e[_0x7fa9[25]](_0x4119x2f);_0x4119x2e[_0x7fa9[25]](_0x4119x41);_0x4119x2a[_0x7fa9[25]](_0x4119x2e);var _0x4119x37=mxUtils[_0x7fa9[80]](mxResources[_0x7fa9[76]](_0x7fa9[135]),function(){_0x4119x8[_0x7fa9[124]](_0x4119x43[_0x7fa9[23]]);_0x4119x8[_0x7fa9[79]]()});_0x4119x37[_0x7fa9[31]]=_0x7fa9[104];var _0x4119x3a=mxUtils[_0x7fa9[80]](mxResources[_0x7fa9[76]](_0x7fa9[105]),function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x3a[_0x7fa9[31]]=_0x7fa9[106];_0x4119x2b[_0x7fa9[25]](_0x4119x37);_0x4119x2b[_0x7fa9[25]](_0x4119x3a);_0x4119x28[_0x7fa9[25]](_0x4119x29);_0x4119x28[_0x7fa9[25]](_0x4119x2a);_0x4119x28[_0x7fa9[25]](_0x4119x2b);this[_0x7fa9[64]]=_0x4119x28}function NewDialog(_0x4119x8){var _0x4119x28=_0x4119x8[_0x7fa9[50]](_0x7fa9[69]);var _0x4119x29=_0x4119x8[_0x7fa9[50]](_0x7fa9[70]);var _0x4119x2a=_0x4119x8[_0x7fa9[50]](_0x7fa9[71]);var _0x4119x2b=_0x4119x8[_0x7fa9[50]](_0x7fa9[72]);var _0x4119x2c=_0x4119x8[_0x7fa9[74]](_0x7fa9[73]);mxUtils[_0x7fa9[78]](_0x4119x2c,mxResources[_0x7fa9[76]](_0x7fa9[136]));var _0x4119x2d=mxUtils[_0x7fa9[80]](_0x7fa9[40],function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x2d[_0x7fa9[31]]=_0x7fa9[65];_0x4119x29[_0x7fa9[25]](_0x4119x2d);_0x4119x29[_0x7fa9[25]](_0x4119x2c);var _0x4119x3f=_0x7fa9[125];var _0x4119x40=_0x7fa9[126]+_0x4119x3f;var _0x4119x2=_0x4119x8[_0x7fa9[13]][_0x7fa9[127]]();var _0x4119x2e=_0x4119x8[_0x7fa9[50]](_0x7fa9[81]);var _0x4119x2f=_0x4119x8[_0x7fa9[50]](_0x7fa9[128]);var _0x4119x41=_0x4119x8[_0x7fa9[50]](_0x7fa9[129]);var _0x4119x42=document[_0x7fa9[2]](_0x7fa9[130]);_0x4119x42[_0x7fa9[31]]=_0x7fa9[131];mxUtils[_0x7fa9[78]](_0x4119x42,mxResources[_0x7fa9[76]](_0x4119x3f));_0x4119x2f[_0x7fa9[25]](_0x4119x42);var _0x4119x43=document[_0x7fa9[2]](_0x7fa9[1]);_0x4119x43[_0x7fa9[5]](_0x7fa9[23],_0x4119x2+_0x7fa9[137]);_0x4119x43[_0x7fa9[5]](_0x7fa9[133],_0x4119x40);_0x4119x43[_0x7fa9[31]]=_0x7fa9[134];_0x4119x41[_0x7fa9[25]](_0x4119x43);_0x4119x2e[_0x7fa9[25]](_0x4119x2f);_0x4119x2e[_0x7fa9[25]](_0x4119x41);_0x4119x2a[_0x7fa9[25]](_0x4119x2e);var _0x4119x37=mxUtils[_0x7fa9[80]](mxResources[_0x7fa9[76]](_0x7fa9[136]),function(){_0x4119x8[_0x7fa9[136]](_0x4119x43[_0x7fa9[23]]);_0x4119x8[_0x7fa9[79]]()});_0x4119x37[_0x7fa9[31]]=_0x7fa9[104];var _0x4119x3a=mxUtils[_0x7fa9[80]](mxResources[_0x7fa9[76]](_0x7fa9[105]),function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x3a[_0x7fa9[31]]=_0x7fa9[106];_0x4119x2b[_0x7fa9[25]](_0x4119x37);_0x4119x2b[_0x7fa9[25]](_0x4119x3a);_0x4119x28[_0x7fa9[25]](_0x4119x29);_0x4119x28[_0x7fa9[25]](_0x4119x2a);_0x4119x28[_0x7fa9[25]](_0x4119x2b);this[_0x7fa9[64]]=_0x4119x28}function VariableDialog(_0x4119x8){var _0x4119x28=_0x4119x8[_0x7fa9[50]](_0x7fa9[69]);var _0x4119x29=_0x4119x8[_0x7fa9[50]](_0x7fa9[70]);var _0x4119x2a=_0x4119x8[_0x7fa9[50]](_0x7fa9[71]);var _0x4119x2b=_0x4119x8[_0x7fa9[50]](_0x7fa9[72]);var _0x4119x2c=_0x4119x8[_0x7fa9[74]](_0x7fa9[73]);mxUtils[_0x7fa9[78]](_0x4119x2c,mxResources[_0x7fa9[76]](_0x7fa9[138]));var _0x4119x2d=mxUtils[_0x7fa9[80]](_0x7fa9[40],function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x2d[_0x7fa9[31]]=_0x7fa9[65];_0x4119x29[_0x7fa9[25]](_0x4119x2d);_0x4119x29[_0x7fa9[25]](_0x4119x2c);var _0x4119x3f=_0x7fa9[125];var _0x4119x40=_0x7fa9[126]+_0x4119x3f;var _0x4119x2=_0x4119x8[_0x7fa9[13]][_0x7fa9[127]]();var _0x4119x2e=_0x4119x8[_0x7fa9[50]](_0x7fa9[81]);var _0x4119x2f=_0x4119x8[_0x7fa9[50]](_0x7fa9[128]);var _0x4119x41=_0x4119x8[_0x7fa9[50]](_0x7fa9[129]);var _0x4119x42=document[_0x7fa9[2]](_0x7fa9[130]);_0x4119x42[_0x7fa9[31]]=_0x7fa9[131];mxUtils[_0x7fa9[78]](_0x4119x42,mxResources[_0x7fa9[76]](_0x4119x3f));_0x4119x2f[_0x7fa9[25]](_0x4119x42);var _0x4119x43=document[_0x7fa9[2]](_0x7fa9[1]);_0x4119x43[_0x7fa9[5]](_0x7fa9[23],_0x7fa9[139]);_0x4119x43[_0x7fa9[5]](_0x7fa9[133],_0x4119x40);_0x4119x43[_0x7fa9[31]]=_0x7fa9[134];_0x4119x41[_0x7fa9[25]](_0x4119x43);_0x4119x2e[_0x7fa9[25]](_0x4119x2f);_0x4119x2e[_0x7fa9[25]](_0x4119x41);_0x4119x2a[_0x7fa9[25]](_0x4119x2e);var _0x4119x37=mxUtils[_0x7fa9[80]](mxResources[_0x7fa9[76]](_0x7fa9[136]),function(){_0x4119x8[_0x7fa9[138]](_0x4119x43[_0x7fa9[23]]);_0x4119x8[_0x7fa9[79]]()});_0x4119x37[_0x7fa9[31]]=_0x7fa9[104];var _0x4119x3a=mxUtils[_0x7fa9[80]](mxResources[_0x7fa9[76]](_0x7fa9[105]),function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x3a[_0x7fa9[31]]=_0x7fa9[106];_0x4119x2b[_0x7fa9[25]](_0x4119x37);_0x4119x2b[_0x7fa9[25]](_0x4119x3a);_0x4119x28[_0x7fa9[25]](_0x4119x29);_0x4119x28[_0x7fa9[25]](_0x4119x2a);_0x4119x28[_0x7fa9[25]](_0x4119x2b);this[_0x7fa9[64]]=_0x4119x28}function OpenDialog(_0x4119x8){var _0x4119x28=_0x4119x8[_0x7fa9[50]](_0x7fa9[69]);var _0x4119x29=_0x4119x8[_0x7fa9[50]](_0x7fa9[70]);var _0x4119x2a=_0x4119x8[_0x7fa9[50]](_0x7fa9[71]);var _0x4119x2b=_0x4119x8[_0x7fa9[50]](_0x7fa9[72]);var _0x4119x2c=_0x4119x8[_0x7fa9[74]](_0x7fa9[73]);mxUtils[_0x7fa9[78]](_0x4119x2c,mxResources[_0x7fa9[76]](_0x7fa9[8]));var _0x4119x2d=mxUtils[_0x7fa9[80]](_0x7fa9[40],function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x2d[_0x7fa9[31]]=_0x7fa9[65];_0x4119x29[_0x7fa9[25]](_0x4119x2d);_0x4119x29[_0x7fa9[25]](_0x4119x2c);var _0x4119x2e=_0x4119x8[_0x7fa9[50]](_0x7fa9[81]);var _0x4119x2f=_0x4119x8[_0x7fa9[50]](_0x7fa9[128]);var _0x4119x41=_0x4119x8[_0x7fa9[50]](_0x7fa9[129]);var _0x4119x42=document[_0x7fa9[2]](_0x7fa9[130]);_0x4119x42[_0x7fa9[31]]=_0x7fa9[131];mxUtils[_0x7fa9[78]](_0x4119x42,mxResources[_0x7fa9[76]](_0x7fa9[125]));_0x4119x2f[_0x7fa9[25]](_0x4119x42);var _0x4119xb= new XMLHttpRequest();_0x4119xb[_0x7fa9[8]](_0x7fa9[7],_0x7fa9[140],false);_0x4119xb[_0x7fa9[14]](_0x7fa9[9],_0x7fa9[10]+_0x4119x8[_0x7fa9[13]][_0x7fa9[12]][_0x7fa9[11]]);_0x4119xb[_0x7fa9[15]](null);var _0x4119xc=[];if(_0x4119xb[_0x7fa9[16]]===200){_0x4119xc=JSON[_0x7fa9[18]](_0x4119xb[_0x7fa9[17]])[_0x7fa9[30]]};var _0x4119x43=document[_0x7fa9[2]](_0x7fa9[19]);for(var _0x4119x47=0;_0x4119x47<_0x4119xc[_0x7fa9[141]];_0x4119x47++){var _0x4119xd=document[_0x7fa9[2]](_0x7fa9[20]);_0x4119xd[_0x7fa9[21]]=_0x4119xc[_0x4119x47][_0x7fa9[125]];_0x4119xd[_0x7fa9[23]]=_0x4119xc[_0x4119x47][_0x7fa9[133]];_0x4119x43[_0x7fa9[25]](_0x4119xd)};_0x4119x43[_0x7fa9[31]]=_0x7fa9[134];_0x4119x41[_0x7fa9[25]](_0x4119x43);_0x4119x2e[_0x7fa9[25]](_0x4119x2f);_0x4119x2e[_0x7fa9[25]](_0x4119x41);_0x4119x2a[_0x7fa9[25]](_0x4119x2e);var _0x4119x37=mxUtils[_0x7fa9[80]](mxResources[_0x7fa9[76]](_0x7fa9[8]),function(){console[_0x7fa9[94]](_0x4119x43);console[_0x7fa9[94]](_0x4119x43[_0x7fa9[23]]);window[_0x7fa9[8]](_0x7fa9[142]+_0x4119x43[_0x7fa9[23]],_0x7fa9[122]);_0x4119x8[_0x7fa9[79]]()});_0x4119x37[_0x7fa9[31]]=_0x7fa9[104];var _0x4119x3a=mxUtils[_0x7fa9[80]](mxResources[_0x7fa9[76]](_0x7fa9[105]),function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x3a[_0x7fa9[31]]=_0x7fa9[106];_0x4119x2b[_0x7fa9[25]](_0x4119x37);_0x4119x2b[_0x7fa9[25]](_0x4119x3a);_0x4119x28[_0x7fa9[25]](_0x4119x29);_0x4119x28[_0x7fa9[25]](_0x4119x2a);_0x4119x28[_0x7fa9[25]](_0x4119x2b);this[_0x7fa9[64]]=_0x4119x28}function RenameDialog(_0x4119x8){var _0x4119x28=_0x4119x8[_0x7fa9[50]](_0x7fa9[69]);var _0x4119x29=_0x4119x8[_0x7fa9[50]](_0x7fa9[70]);var _0x4119x2a=_0x4119x8[_0x7fa9[50]](_0x7fa9[71]);var _0x4119x2b=_0x4119x8[_0x7fa9[50]](_0x7fa9[72]);var _0x4119x2c=_0x4119x8[_0x7fa9[74]](_0x7fa9[73]);mxUtils[_0x7fa9[78]](_0x4119x2c,mxResources[_0x7fa9[76]](_0x7fa9[143]));var _0x4119x2d=mxUtils[_0x7fa9[80]](_0x7fa9[40],function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x2d[_0x7fa9[31]]=_0x7fa9[65];_0x4119x29[_0x7fa9[25]](_0x4119x2d);_0x4119x29[_0x7fa9[25]](_0x4119x2c);var _0x4119x2e=_0x4119x8[_0x7fa9[50]](_0x7fa9[81]);var _0x4119x2f=_0x4119x8[_0x7fa9[50]](_0x7fa9[128]);var _0x4119x41=_0x4119x8[_0x7fa9[50]](_0x7fa9[129]);var _0x4119x42=document[_0x7fa9[2]](_0x7fa9[130]);_0x4119x42[_0x7fa9[31]]=_0x7fa9[131];mxUtils[_0x7fa9[78]](_0x4119x42,mxResources[_0x7fa9[76]](_0x7fa9[125]));_0x4119x2f[_0x7fa9[25]](_0x4119x42);var _0x4119x3f=_0x4119x8[_0x7fa9[13]][_0x7fa9[144]];var _0x4119x3=document[_0x7fa9[2]](_0x7fa9[1]);_0x4119x3[_0x7fa9[5]](_0x7fa9[23],_0x4119x3f);_0x4119x3[_0x7fa9[31]]=_0x7fa9[134];_0x4119x41[_0x7fa9[25]](_0x4119x3);_0x4119x2e[_0x7fa9[25]](_0x4119x2f);_0x4119x2e[_0x7fa9[25]](_0x4119x41);_0x4119x2a[_0x7fa9[25]](_0x4119x2e);var _0x4119x37=mxUtils[_0x7fa9[80]](mxResources[_0x7fa9[76]](_0x7fa9[135]),function(){var _0x4119xb= new XMLHttpRequest();_0x4119xb[_0x7fa9[8]](_0x7fa9[145],SAVE_URL+_0x4119x8[_0x7fa9[13]][_0x7fa9[12]][_0x7fa9[133]],true);_0x4119xb[_0x7fa9[14]](_0x7fa9[146],_0x7fa9[147]);_0x4119xb[_0x7fa9[14]](_0x7fa9[9],_0x7fa9[10]+_0x4119x8[_0x7fa9[13]][_0x7fa9[12]][_0x7fa9[11]]);_0x4119xb[_0x7fa9[15]](_0x7fa9[148]+_0x4119x3[_0x7fa9[23]]);_0x4119xb[_0x7fa9[95]]=function(_0x4119x35){if(_0x4119xb[_0x7fa9[16]]===200){_0x4119x8[_0x7fa9[13]][_0x7fa9[150]](_0x7fa9[149]);_0x4119x8[_0x7fa9[13]][_0x7fa9[144]]=_0x4119x3[_0x7fa9[23]]}else {_0x4119x8[_0x7fa9[13]][_0x7fa9[150]](JSON[_0x7fa9[18]](_0x4119xb[_0x7fa9[17]])[_0x7fa9[152]][0][_0x7fa9[151]])}};_0x4119xb[_0x7fa9[153]]=function(_0x4119x35){mxUtils[_0x7fa9[155]](_0x4119xb[_0x7fa9[154]])};_0x4119x8[_0x7fa9[79]]()});_0x4119x37[_0x7fa9[31]]=_0x7fa9[104];var _0x4119x3a=mxUtils[_0x7fa9[80]](mxResources[_0x7fa9[76]](_0x7fa9[105]),function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x3a[_0x7fa9[31]]=_0x7fa9[106];_0x4119x2b[_0x7fa9[25]](_0x4119x37);_0x4119x2b[_0x7fa9[25]](_0x4119x3a);_0x4119x28[_0x7fa9[25]](_0x4119x29);_0x4119x28[_0x7fa9[25]](_0x4119x2a);_0x4119x28[_0x7fa9[25]](_0x4119x2b);this[_0x7fa9[64]]=_0x4119x28}function EditFileDialog(_0x4119x8){var _0x4119x28=_0x4119x8[_0x7fa9[50]](_0x7fa9[69]);var _0x4119x29=_0x4119x8[_0x7fa9[50]](_0x7fa9[70]);var _0x4119x2a=_0x4119x8[_0x7fa9[50]](_0x7fa9[71]);var _0x4119x2b=_0x4119x8[_0x7fa9[50]](_0x7fa9[72]);var _0x4119x2c=_0x4119x8[_0x7fa9[74]](_0x7fa9[73]);mxUtils[_0x7fa9[78]](_0x4119x2c,mxResources[_0x7fa9[76]](_0x7fa9[156]));var _0x4119x2d=mxUtils[_0x7fa9[80]](_0x7fa9[40],function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x2d[_0x7fa9[31]]=_0x7fa9[65];_0x4119x29[_0x7fa9[25]](_0x4119x2d);_0x4119x29[_0x7fa9[25]](_0x4119x2c);var _0x4119x2e=_0x4119x8[_0x7fa9[50]](_0x7fa9[81]);var _0x4119x2f=_0x4119x8[_0x7fa9[50]](_0x7fa9[82]);var _0x4119x30=document[_0x7fa9[2]](_0x7fa9[83]);_0x4119x30[_0x7fa9[53]][_0x7fa9[84]]=_0x7fa9[85];_0x4119x30[_0x7fa9[53]][_0x7fa9[86]]=_0x7fa9[87];_0x4119x30[_0x7fa9[23]]=mxUtils[_0x7fa9[158]](_0x4119x8[_0x7fa9[13]][_0x7fa9[157]]());if(fileSupport){function _0x4119x4a(_0x4119x32){_0x4119x32[_0x7fa9[159]]();_0x4119x32[_0x7fa9[160]]();if(_0x4119x32[_0x7fa9[161]][_0x7fa9[92]][_0x7fa9[141]]>0){var _0x4119x4b=_0x4119x32[_0x7fa9[161]][_0x7fa9[92]][0];var _0x4119x4c= new FileReader();_0x4119x4c[_0x7fa9[95]]=function(_0x4119x35){_0x4119x30[_0x7fa9[23]]=_0x4119x35[_0x7fa9[93]][_0x7fa9[96]]};_0x4119x4c[_0x7fa9[97]](_0x4119x4b)}}function _0x4119x4d(_0x4119x32){_0x4119x32[_0x7fa9[159]]();_0x4119x32[_0x7fa9[160]]()}_0x4119x30[_0x7fa9[100]](_0x7fa9[162],_0x4119x4d,false);_0x4119x30[_0x7fa9[100]](_0x7fa9[163],_0x4119x4a,false)};_0x4119x2f[_0x7fa9[25]](_0x4119x30);_0x4119x2e[_0x7fa9[25]](_0x4119x2f);_0x4119x2a[_0x7fa9[25]](_0x4119x2e);var _0x4119x37=mxUtils[_0x7fa9[80]](mxResources[_0x7fa9[76]](_0x7fa9[135]),function(){var _0x4119x39=mxUtils[_0x7fa9[101]](_0x4119x30[_0x7fa9[23]]);_0x4119x8[_0x7fa9[13]][_0x7fa9[102]](_0x4119x39[_0x7fa9[48]]);_0x4119x8[_0x7fa9[79]]()});_0x4119x37[_0x7fa9[31]]=_0x7fa9[104];var _0x4119x3a=mxUtils[_0x7fa9[80]](mxResources[_0x7fa9[76]](_0x7fa9[105]),function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x3a[_0x7fa9[31]]=_0x7fa9[106];_0x4119x2b[_0x7fa9[25]](_0x4119x37);_0x4119x2b[_0x7fa9[25]](_0x4119x3a);_0x4119x28[_0x7fa9[25]](_0x4119x29);_0x4119x28[_0x7fa9[25]](_0x4119x2a);_0x4119x28[_0x7fa9[25]](_0x4119x2b);this[_0x7fa9[64]]=_0x4119x28}function ExportDialog(_0x4119x8){var _0x4119x28=_0x4119x8[_0x7fa9[50]](_0x7fa9[69]);var _0x4119x29=_0x4119x8[_0x7fa9[50]](_0x7fa9[70]);var _0x4119x2a=_0x4119x8[_0x7fa9[50]](_0x7fa9[164]);var _0x4119x2b=_0x4119x8[_0x7fa9[50]](_0x7fa9[72]);var _0x4119x2c=_0x4119x8[_0x7fa9[74]](_0x7fa9[73]);mxUtils[_0x7fa9[78]](_0x4119x2c,mxResources[_0x7fa9[76]](_0x7fa9[165])+_0x7fa9[77]);var _0x4119x2d=mxUtils[_0x7fa9[80]](_0x7fa9[40],function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x2d[_0x7fa9[31]]=_0x7fa9[65];_0x4119x29[_0x7fa9[25]](_0x4119x2d);_0x4119x29[_0x7fa9[25]](_0x4119x2c);var _0x4119x4f=_0x4119x8[_0x7fa9[50]](_0x7fa9[166]);var _0x4119x50=_0x4119x8[_0x7fa9[50]](_0x7fa9[167]);var _0x4119x42=document[_0x7fa9[2]](_0x7fa9[130]);_0x4119x42[_0x7fa9[31]]=_0x7fa9[168];mxUtils[_0x7fa9[78]](_0x4119x42,mxResources[_0x7fa9[76]](_0x7fa9[144]));var _0x4119x3=document[_0x7fa9[2]](_0x7fa9[1]);_0x4119x3[_0x7fa9[5]](_0x7fa9[23],_0x4119x8[_0x7fa9[13]][_0x7fa9[127]]());_0x4119x3[_0x7fa9[31]]=_0x7fa9[134];var _0x4119x25=_0x4119x8[_0x7fa9[50]](_0x7fa9[169]);_0x4119x25[_0x7fa9[25]](_0x4119x3);_0x4119x50[_0x7fa9[25]](_0x4119x42);_0x4119x50[_0x7fa9[25]](_0x4119x25);_0x4119x4f[_0x7fa9[25]](_0x4119x50);_0x4119x2a[_0x7fa9[25]](_0x4119x4f);var _0x4119x37=mxUtils[_0x7fa9[80]](mxResources[_0x7fa9[76]](_0x7fa9[165]),mxUtils[_0x7fa9[103]](this,function(_0x4119x38){_0x4119x8[_0x7fa9[135]](false);var _0x4119x51=encodeURIComponent(mxUtils[_0x7fa9[170]](_0x4119x8[_0x7fa9[13]][_0x7fa9[157]]())); new mxXmlRequest(SAVE_URL+_0x4119x8[_0x7fa9[13]][_0x7fa9[12]][_0x7fa9[133]]+_0x7fa9[172],_0x7fa9[173]+_0x4119x3[_0x7fa9[23]],_0x7fa9[7])[_0x7fa9[171]](document,_0x7fa9[122]);_0x4119x8[_0x7fa9[79]]()}));_0x4119x37[_0x7fa9[31]]=_0x7fa9[104];var _0x4119x3a=mxUtils[_0x7fa9[80]](mxResources[_0x7fa9[76]](_0x7fa9[105]),function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x3a[_0x7fa9[31]]=_0x7fa9[106];_0x4119x2b[_0x7fa9[25]](_0x4119x37);_0x4119x2b[_0x7fa9[25]](_0x4119x3a);_0x4119x28[_0x7fa9[25]](_0x4119x29);_0x4119x28[_0x7fa9[25]](_0x4119x2a);_0x4119x28[_0x7fa9[25]](_0x4119x2b);this[_0x7fa9[64]]=_0x4119x28}function GeneralDialog(_0x4119x8,_0x4119x53){var _0x4119x54=_0x4119x8[_0x7fa9[13]][_0x7fa9[174]];var _0x4119x28=_0x4119x8[_0x7fa9[50]](_0x7fa9[69]);var _0x4119x29=_0x4119x8[_0x7fa9[50]](_0x7fa9[70]);var _0x4119x2a=_0x4119x8[_0x7fa9[50]](_0x7fa9[175]);var _0x4119x2b=_0x4119x8[_0x7fa9[50]](_0x7fa9[72]);var _0x4119x2c=_0x4119x8[_0x7fa9[74]](_0x7fa9[73]);mxUtils[_0x7fa9[78]](_0x4119x2c,mxResources[_0x7fa9[76]](_0x7fa9[156])+_0x7fa9[176]+mxResources[_0x7fa9[76]](_0x4119x53[_0x7fa9[23]][_0x7fa9[177]]));var _0x4119x2d=mxUtils[_0x7fa9[80]](_0x7fa9[40],function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x2d[_0x7fa9[31]]=_0x7fa9[65];_0x4119x29[_0x7fa9[25]](_0x4119x2d);_0x4119x29[_0x7fa9[25]](_0x4119x2c);var _0x4119x55=_0x4119x8[_0x7fa9[50]](_0x7fa9[166]);_0x4119x55[_0x7fa9[5]](_0x7fa9[133],_0x7fa9[178]);var _0x4119x56=_0x4119x53[_0x7fa9[23]][_0x7fa9[179]][_0x7fa9[141]];var _0x4119x4f=_0x4119x8[_0x7fa9[50]](_0x7fa9[166]);for(var _0x4119x57=0;_0x4119x57<_0x4119x56;_0x4119x57++){var _0x4119x3f=_0x4119x53[_0x7fa9[23]][_0x7fa9[179]][_0x4119x57][_0x7fa9[125]];var _0x4119x40=_0x7fa9[126]+_0x4119x3f;var _0x4119x2=_0x4119x53[_0x7fa9[23]][_0x7fa9[179]][_0x4119x57][_0x7fa9[23]];console[_0x7fa9[94]](_0x4119x3f);var _0x4119x50=_0x4119x8[_0x7fa9[50]]((_0x4119x57==_0x4119x56-1)?_0x7fa9[167]:_0x7fa9[180]);var _0x4119x42=document[_0x7fa9[2]](_0x7fa9[130]);_0x4119x42[_0x7fa9[31]]=_0x7fa9[168];mxUtils[_0x7fa9[78]](_0x4119x42,mxResources[_0x7fa9[76]](_0x4119x3f));_0x4119x50[_0x7fa9[25]](_0x4119x42);var _0x4119x3;switch(_0x4119x3f){case _0x7fa9[133]:_0x4119x3=document[_0x7fa9[2]](_0x7fa9[1]);_0x4119x2=_0x4119x53[_0x7fa9[133]];_0x4119x3[_0x7fa9[5]](_0x7fa9[23],_0x4119x2);_0x4119x3[_0x7fa9[5]](_0x7fa9[181],true);_0x4119x3[_0x7fa9[31]]=_0x7fa9[134];break;case _0x7fa9[187]:_0x4119x3=document[_0x7fa9[2]](_0x7fa9[1]);_0x4119x3[_0x7fa9[5]](_0x7fa9[3],_0x7fa9[80]);_0x4119x3[_0x7fa9[182]]=function(){if(this[_0x7fa9[23]]==_0x7fa9[183]){this[_0x7fa9[5]](_0x7fa9[23],_0x7fa9[184]);this[_0x7fa9[31]]=_0x7fa9[185]}else {this[_0x7fa9[31]]=_0x7fa9[186];this[_0x7fa9[5]](_0x7fa9[23],_0x7fa9[183])}};_0x4119x3[_0x7fa9[5]](_0x7fa9[23],_0x4119x2);_0x4119x3[_0x7fa9[31]]=(_0x4119x2==_0x7fa9[183]?_0x7fa9[186]:_0x7fa9[185]);break;case _0x7fa9[21]:_0x4119x3=document[_0x7fa9[2]](_0x7fa9[83]);_0x4119x3[_0x7fa9[188]]=_0x4119x2;_0x4119x3[_0x7fa9[31]]=_0x7fa9[134];break;case _0x7fa9[189]:_0x4119x3=document[_0x7fa9[2]](_0x7fa9[83]);_0x4119x3[_0x7fa9[188]]=_0x4119x2;_0x4119x3[_0x7fa9[31]]=_0x7fa9[134];break;case _0x7fa9[190]:_0x4119x3=document[_0x7fa9[2]](_0x7fa9[83]);_0x4119x3[_0x7fa9[188]]=_0x4119x2;_0x4119x3[_0x7fa9[31]]=_0x7fa9[134];break;case _0x7fa9[193]:_0x4119x3=document[_0x7fa9[2]](_0x7fa9[1]);_0x4119x3[_0x7fa9[5]](_0x7fa9[23],_0x4119x2);_0x4119x3[_0x7fa9[5]](_0x7fa9[191],_0x7fa9[192]);_0x4119x3[_0x7fa9[31]]=_0x7fa9[134];break;case _0x7fa9[195]:_0x4119x3=createDropdownFromApi(_0x7fa9[194],_0x4119x2,_0x7fa9[125],_0x7fa9[133],_0x4119x8);break;case _0x7fa9[198]:_0x4119x3=document[_0x7fa9[2]](_0x7fa9[83]);_0x4119x3[_0x7fa9[188]]=_0x4119x2;_0x4119x3[_0x7fa9[31]]=_0x7fa9[134];_0x4119x3[_0x7fa9[5]](_0x7fa9[196],_0x7fa9[197]);break;case _0x7fa9[201]:var _0x4119x3=mxUtils[_0x7fa9[80]](_0x7fa9[199],function(){var _0x4119x58=createDynamicInput(null,null,_0x4119x8);_0x4119x55[_0x7fa9[25]](_0x4119x58);_0x4119x2a[_0x7fa9[25]](_0x4119x55)});_0x4119x3[_0x7fa9[31]]=_0x7fa9[200];break;default:_0x4119x3=document[_0x7fa9[2]](_0x7fa9[1]);_0x4119x3[_0x7fa9[5]](_0x7fa9[23],_0x4119x2);_0x4119x3[_0x7fa9[31]]=_0x7fa9[134];break};_0x4119x3[_0x7fa9[5]](_0x7fa9[133],_0x4119x40);var _0x4119x25=_0x4119x8[_0x7fa9[50]](_0x7fa9[169]);_0x4119x25[_0x7fa9[25]](_0x4119x3);if(mxResources[_0x7fa9[76]](_0x7fa9[202]+_0x4119x3f)){var _0x4119x59=_0x4119x8[_0x7fa9[50]](_0x7fa9[203]);_0x4119x59[_0x7fa9[31]]=_0x7fa9[204];mxUtils[_0x7fa9[78]](_0x4119x59,mxResources[_0x7fa9[76]](_0x7fa9[202]+_0x4119x3f));_0x4119x25[_0x7fa9[25]](_0x4119x59)};_0x4119x50[_0x7fa9[25]](_0x4119x25);_0x4119x4f[_0x7fa9[25]](_0x4119x50)};_0x4119x2a[_0x7fa9[25]](_0x4119x4f);if(_0x4119x53[_0x7fa9[23]][_0x7fa9[177]]==_0x7fa9[1]){if(_0x4119x53[_0x7fa9[205]]){for(var _0x4119x47=0;_0x4119x47<_0x4119x53[_0x7fa9[205]][_0x7fa9[141]];_0x4119x47++){var _0x4119x5a=_0x7fa9[40];var _0x4119x5b=_0x7fa9[40];_[_0x7fa9[28]](_0x4119x53[_0x7fa9[205]][_0x4119x47][_0x7fa9[23]][_0x7fa9[179]],function(_0x4119x5c){if(_0x4119x5c[_0x7fa9[125]]==_0x7fa9[3]){_0x4119x5a=_0x4119x5c[_0x7fa9[23]]}else {if(_0x4119x5c[_0x7fa9[125]]==_0x7fa9[130]){_0x4119x5b=_0x4119x5c[_0x7fa9[23]]}}});var _0x4119x58=createDynamicInput(_0x4119x5a,_0x4119x5b,_0x4119x8);_0x4119x55[_0x7fa9[25]](_0x4119x58)}}};_0x4119x2a[_0x7fa9[25]](_0x4119x55);var _0x4119x37=mxUtils[_0x7fa9[80]](mxResources[_0x7fa9[76]](_0x7fa9[135]),mxUtils[_0x7fa9[103]](this,function(_0x4119x38){for(var _0x4119x57=0;_0x4119x57<_0x4119x53[_0x7fa9[23]][_0x7fa9[179]][_0x7fa9[141]];_0x4119x57++){var _0x4119x40=_0x7fa9[126]+_0x4119x53[_0x7fa9[23]][_0x7fa9[179]][_0x4119x57][_0x7fa9[125]];var _0x4119x3f=_0x4119x53[_0x7fa9[23]][_0x7fa9[179]][_0x4119x57][_0x7fa9[125]];console[_0x7fa9[94]](_0x4119x3f);_0x4119x53[_0x7fa9[5]](_0x4119x3f,document[_0x7fa9[206]](_0x4119x40)[_0x7fa9[23]]);console[_0x7fa9[94]](document[_0x7fa9[206]](_0x4119x40)[_0x7fa9[23]])};if(_0x4119x53[_0x7fa9[23]][_0x7fa9[177]]==_0x7fa9[1]){if(_0x4119x54[_0x7fa9[208]][_0x7fa9[207]](_0x4119x53)){_0x4119x53[_0x7fa9[205]]=[]};if(document[_0x7fa9[206]](_0x7fa9[178])){var _0x4119x55=document[_0x7fa9[206]](_0x7fa9[178])[_0x7fa9[205]];for(var _0x4119x47=0;_0x4119x47<_0x4119x55[_0x7fa9[141]];_0x4119x47++){var _0x4119x5d=_0x4119x55[_0x4119x47][_0x7fa9[205]][1];var _0x4119x5e=_0x4119x55[_0x4119x47][_0x7fa9[205]][0];var _0x4119x39=mxUtils[_0x7fa9[209]]();var _0x4119x5f=_0x4119x39[_0x7fa9[2]](_0x7fa9[178]);_0x4119x5f[_0x7fa9[5]](_0x7fa9[3],_0x4119x55[_0x4119x47][_0x7fa9[210]](_0x7fa9[19])[0][_0x7fa9[23]]);_0x4119x5f[_0x7fa9[5]](_0x7fa9[130],_0x4119x55[_0x4119x47][_0x7fa9[210]](_0x7fa9[1])[0][_0x7fa9[23]]);var _0x4119x60= new mxCell(_0x4119x5f);_0x4119x54[_0x7fa9[208]][_0x7fa9[201]](_0x4119x53,_0x4119x60)}}};_0x4119x54[_0x7fa9[211]](_0x4119x53);_0x4119x8[_0x7fa9[79]]()}));_0x4119x37[_0x7fa9[31]]=_0x7fa9[104];var _0x4119x3a=mxUtils[_0x7fa9[80]](mxResources[_0x7fa9[76]](_0x7fa9[105]),function(){_0x4119x8[_0x7fa9[79]]()});_0x4119x3a[_0x7fa9[31]]=_0x7fa9[106];_0x4119x2b[_0x7fa9[25]](_0x4119x37);_0x4119x2b[_0x7fa9[25]](_0x4119x3a);_0x4119x28[_0x7fa9[25]](_0x4119x29);_0x4119x28[_0x7fa9[25]](_0x4119x2a);_0x4119x28[_0x7fa9[25]](_0x4119x2b);this[_0x7fa9[64]]=_0x4119x28}function createDynamicInput(_0x4119x5a,_0x4119x5b,_0x4119x8){var _0x4119x58=_0x4119x8[_0x7fa9[50]](_0x7fa9[180]);var _0x4119x2f=_0x4119x8[_0x7fa9[50]](_0x7fa9[212]);var _0x4119x41=_0x4119x8[_0x7fa9[50]](_0x7fa9[212]);var _0x4119x62=_0x4119x8[_0x7fa9[50]](_0x7fa9[213]);var _0x4119x3=document[_0x7fa9[2]](_0x7fa9[1]);_0x4119x3[_0x7fa9[5]](_0x7fa9[191],_0x7fa9[214]);_0x4119x3[_0x7fa9[23]]=_0x4119x5b;_0x4119x3[_0x7fa9[31]]=_0x7fa9[134];_0x4119x2f[_0x7fa9[25]](_0x4119x3);var _0x4119x43=document[_0x7fa9[2]](_0x7fa9[19]);var _0x4119xd=document[_0x7fa9[2]](_0x7fa9[20]);_0x4119xd[_0x7fa9[21]]=_0x7fa9[22];_0x4119xd[_0x7fa9[23]]=_0x7fa9[40];_0x4119x43[_0x7fa9[25]](_0x4119xd);var _0x4119x13=[_0x7fa9[21],_0x7fa9[215],_0x7fa9[83],_0x7fa9[4]];_0x4119x13[_0x7fa9[28]](function(_0x4119xe){_0x4119xd=document[_0x7fa9[2]](_0x7fa9[20]);_0x4119xd[_0x7fa9[21]]=_0x4119xe;_0x4119xd[_0x7fa9[23]]=_0x4119xe;_0x4119xd[_0x7fa9[29]]=(_0x4119xe==_0x4119x5a);_0x4119x43[_0x7fa9[25]](_0x4119xd)});_0x4119x43[_0x7fa9[31]]=_0x7fa9[134];_0x4119x41[_0x7fa9[25]](_0x4119x43);var _0x4119x63=mxUtils[_0x7fa9[80]](_0x7fa9[216],function(){var _0x4119x64=_0x4119x63[_0x7fa9[217]];var _0x4119x65=_0x4119x64[_0x7fa9[217]];document[_0x7fa9[206]](_0x7fa9[178])[_0x7fa9[67]](_0x4119x65)});_0x4119x63[_0x7fa9[31]]=_0x7fa9[218];_0x4119x62[_0x7fa9[25]](_0x4119x63);_0x4119x58[_0x7fa9[25]](_0x4119x2f);_0x4119x58[_0x7fa9[25]](_0x4119x41);_0x4119x58[_0x7fa9[25]](_0x4119x62);return _0x4119x58} \ No newline at end of file diff --git a/public/assets/plugins/jscripty/js/Editor.js b/public/assets/plugins/jscripty/js/Editor.js index c620da8..11cc4ba 100644 --- a/public/assets/plugins/jscripty/js/Editor.js +++ b/public/assets/plugins/jscripty/js/Editor.js @@ -1 +1 @@ -var _0xc4c7=["\x49\x53\x5F\x54\x4F\x55\x43\x48","\x73\x74\x6F\x72\x61\x67\x65","\x6C\x6F\x63\x61\x6C","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x46\x69\x6C\x65","\x46\x69\x6C\x65\x52\x65\x61\x64\x65\x72","\x46\x69\x6C\x65\x4C\x69\x73\x74","\x74\x6F\x75\x63\x68","\x31","\x6F\x70\x65\x6E\x65\x72","\x63\x6F\x75\x6E\x74\x65\x72","\x63\x61\x6C\x6C","\x69\x6E\x69\x74","\x69\x6E\x69\x74\x53\x74\x65\x6E\x63\x69\x6C\x52\x65\x67\x69\x73\x74\x72\x79","\x67\x72\x61\x70\x68","\x6F\x75\x74\x6C\x69\x6E\x65","\x75\x70\x64\x61\x74\x65\x4F\x6E\x50\x61\x6E","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x63\x72\x65\x61\x74\x65\x55\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x73\x74\x61\x74\x75\x73","","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x67\x65\x74\x4F\x72\x43\x72\x65\x61\x74\x65\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x64\x72\x61\x77\x69\x6E\x67","\x67\x65\x74","\x2E\x78\x6D\x6C","\x67\x65\x74\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x74\x61\x74\x75\x73\x43\x68\x61\x6E\x67\x65\x64","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x67\x65\x74\x53\x74\x61\x74\x75\x73","\x6D\x6F\x64\x69\x66\x69\x65\x64","\x67\x72\x61\x70\x68\x43\x68\x61\x6E\x67\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x61\x70\x70\x6C\x79","\x62\x69\x6E\x64","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x6F\x6E\x62\x65\x66\x6F\x72\x65\x75\x6E\x6C\x6F\x61\x64","\x61\x6C\x6C\x43\x68\x61\x6E\x67\x65\x73\x4C\x6F\x73\x74","\x72\x65\x73\x65\x74\x56\x69\x65\x77\x4F\x6E\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x73\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x65\x78\x74\x65\x6E\x64","\x67\x72\x69\x64\x49\x6D\x61\x67\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x2F\x67\x72\x69\x64\x2E\x67\x69\x66","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x49\x6D\x61\x67\x65","\x2F\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x2E\x67\x69\x66","\x73\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x6F\x77\x6E\x65\x72\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C","\x73\x63\x61\x6C\x65","\x76\x69\x65\x77","\x67\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x69\x64","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x30","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x67\x75\x69\x64\x65\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x63\x6F\x6E\x6E\x65\x63\x74","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x66\x6F\x6C\x64","\x73\x63\x72\x6F\x6C\x6C\x4C\x65\x66\x74","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x78","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65","\x64\x78","\x79","\x64\x79","\x70\x61\x67\x65\x56\x69\x73\x69\x62\x6C\x65","\x70\x61\x67\x65","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x73\x56\x69\x73\x69\x62\x6C\x65","\x70\x72\x65\x66\x65\x72\x50\x61\x67\x65\x53\x69\x7A\x65","\x70\x61\x67\x65\x53\x63\x61\x6C\x65","\x70\x61\x67\x65\x57\x69\x64\x74\x68","\x70\x61\x67\x65\x48\x65\x69\x67\x68\x74","\x70\x61\x67\x65\x46\x6F\x72\x6D\x61\x74","\x6C\x65\x6E\x67\x74\x68","\x64\x65\x63\x6F\x64\x65","\x75\x70\x64\x61\x74\x65\x47\x72\x61\x70\x68\x43\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73","\x67\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x65\x6E\x63\x6F\x64\x65","\x72\x6F\x75\x6E\x64","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x77\x69\x64\x74\x68","\x68\x65\x69\x67\x68\x74","\x6E\x6F\x6E\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x73\x74\x79\x6C\x65","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x66\x69\x6C\x6C","\x72\x65\x63\x6F\x6E\x66\x69\x67\x75\x72\x65","\x23\x65\x62\x65\x62\x65\x62","\x62\x6F\x72\x64\x65\x72\x53\x74\x79\x6C\x65","\x73\x6F\x6C\x69\x64","\x62\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x23\x65\x35\x65\x35\x65\x35","\x62\x6F\x72\x64\x65\x72\x54\x6F\x70\x57\x69\x64\x74\x68","\x31\x70\x78","\x62\x6F\x72\x64\x65\x72\x4C\x65\x66\x74\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72\x52\x69\x67\x68\x74\x57\x69\x64\x74\x68","\x30\x70\x78","\x62\x6F\x72\x64\x65\x72\x42\x6F\x74\x74\x6F\x6D\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72","\x76\x61\x6C\x69\x64\x61\x74\x65","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x68\x69\x64\x64\x65\x6E","\x61\x75\x74\x6F","\x49\x53\x5F\x49\x45","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x75\x72\x6C\x28","\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x6E\x6F\x64\x65","\x49\x53\x5F\x49\x45\x36","\x73\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x2F\x67\x72\x61\x70\x68\x65\x64\x69\x74\x6F\x72\x2D\x69\x65\x36\x2E\x63\x73\x73","\x6C\x69\x6E\x6B","\x6C\x6F\x61\x64\x44\x65\x66\x61\x75\x6C\x74\x42\x75\x6E\x64\x6C\x65","\x61\x64\x64","\x44\x45\x46\x41\x55\x4C\x54\x5F\x48\x4F\x54\x53\x50\x4F\x54","\x63\x72\x65\x61\x74\x65\x4D\x61\x72\x6B\x65\x72","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x73","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6E\x67","\x53\x48\x41\x44\x4F\x57\x43\x4F\x4C\x4F\x52","\x23\x64\x30\x64\x30\x64\x30","\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x23\x39\x39\x63\x63\x66\x66","\x48\x41\x4E\x44\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x43\x4F\x4C\x4F\x52","\x23\x30\x30\x38\x38\x63\x66","\x56\x45\x52\x54\x45\x58\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x23\x30\x30\x61\x38\x66\x66","\x4F\x55\x54\x4C\x49\x4E\x45\x5F\x43\x4F\x4C\x4F\x52","\x4F\x55\x54\x4C\x49\x4E\x45\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x4F\x55\x54\x4C\x49\x4E\x45\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x43\x4F\x4C\x4F\x52","\x43\x4F\x4E\x4E\x45\x43\x54\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x23\x63\x65\x65\x37\x66\x66","\x45\x44\x47\x45\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x44\x45\x46\x41\x55\x4C\x54\x5F\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x47\x55\x49\x44\x45\x5F\x43\x4F\x4C\x4F\x52","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x43\x6F\x6C\x6F\x72","\x23\x63\x30\x63\x30\x63\x30","\x64\x65\x66\x61\x75\x6C\x74\x4F\x70\x61\x63\x69\x74\x79","\x63\x72\x65\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x77\x68\x69\x74\x65","\x23\x63\x61\x63\x61\x63\x61","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x6D\x69\x6E","\x66\x6C\x6F\x6F\x72","\x6D\x61\x78","\x63\x65\x69\x6C","\x70\x61\x6E\x47\x72\x61\x70\x68","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x75\x73\x65\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x68\x61\x73\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x6D\x61\x72\x67\x69\x6E\x4C\x65\x66\x74","\x70\x78","\x6D\x61\x72\x67\x69\x6E\x54\x6F\x70","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x69\x6D\x61\x67\x65","\x73\x72\x63","\x64\x65\x73\x74\x72\x6F\x79","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x6E\x65","\x72\x65\x64\x72\x61\x77","\x72\x65\x64\x72\x61\x77\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x69\x73\x53\x68\x61\x64\x6F\x77","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x54\x52\x49\x43\x54\x48\x54\x4D\x4C","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x66\x69\x72\x73\x74\x43\x68\x69\x6C\x64","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x69\x6E\x73\x65\x72\x74\x42\x65\x66\x6F\x72\x65","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x2D\x31\x70\x78\x20\x2D\x31\x70\x78","\x64\x62\x6C\x63\x6C\x69\x63\x6B","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x69\x73\x48\x69\x64\x65\x4F\x6E\x48\x6F\x76\x65\x72","\x68\x69\x64\x65","\x69\x73\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x62\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x6D\x69\x6E\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x69\x73\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x70\x6F\x69\x6E\x74\x73","\x69\x73\x44\x61\x73\x68\x65\x64","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x61\x73\x68\x65\x64","\x61\x64\x64\x50\x69\x70\x65","\x73\x70\x6C\x69\x63\x65","\x76\x65\x72\x74\x69\x63\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x73\x6E\x61\x70\x54\x6F\x54\x65\x72\x6D\x69\x6E\x61\x6C\x73","\x73\x68\x6F\x75\x6C\x64\x52\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x69\x73\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x43\x65\x6C\x6C\x47\x65\x6F\x6D\x65\x74\x72\x79","\x72\x65\x6C\x61\x74\x69\x76\x65","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x41\x6C\x74\x44\x6F\x77\x6E","\x61\x64\x64\x49\x74\x65\x6D","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x63\x6F\x6E\x73\x75\x6D\x65","\x67\x65\x74\x49\x6E\x69\x74\x69\x61\x6C\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x69\x73\x44\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x44\x65\x6C\x61\x79\x65\x64","\x67\x65\x74\x43\x65\x6C\x6C","\x63\x65\x6C\x6C","\x67\x65\x74\x45\x76\x65\x6E\x74","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x43\x65\x6C\x6C\x46\x6F\x72\x50\x6F\x70\x75\x70\x45\x76\x65\x6E\x74","\x65\x64\x69\x74","\x67\x65\x74\x50\x72\x6F\x70\x65\x72\x74\x79","\x75\x6E\x64\x6F\x61\x62\x6C\x65\x45\x64\x69\x74\x48\x61\x70\x70\x65\x6E\x65\x64","\x67\x65\x74\x56\x69\x65\x77","\x63\x68\x61\x6E\x67\x65\x73","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65\x73","\x67\x65\x74\x53\x74\x61\x74\x65","\x70\x75\x73\x68","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x2F\x67\x65\x6E\x65\x72\x61\x6C\x2E\x78\x6D\x6C","\x6C\x6F\x61\x64\x53\x74\x65\x6E\x63\x69\x6C\x53\x65\x74","\x6C\x69\x62\x72\x61\x72\x69\x65\x73","\x70\x61\x63\x6B\x61\x67\x65\x73","\x67\x65\x74\x53\x74\x65\x6E\x63\x69\x6C","\x73\x74\x65\x6E\x63\x69\x6C\x73","\x67\x65\x74\x42\x61\x73\x65\x6E\x61\x6D\x65\x46\x6F\x72\x53\x74\x65\x6E\x63\x69\x6C","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x2E\x6A\x73","\x6C\x6F\x61\x64","\x67\x65\x74\x54\x65\x78\x74","\x2F","\x2E","\x73\x70\x6C\x69\x74","\x6D\x78\x67\x72\x61\x70\x68","\x67\x65\x74\x58\x6D\x6C","\x70\x61\x72\x73\x65\x53\x74\x65\x6E\x63\x69\x6C\x53\x65\x74","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x6E\x61\x6D\x65","\x6E\x6F\x64\x65\x54\x79\x70\x65","\x4E\x4F\x44\x45\x54\x59\x50\x45\x5F\x45\x4C\x45\x4D\x45\x4E\x54","\x5F","\x72\x65\x70\x6C\x61\x63\x65","\x61\x64\x64\x53\x74\x65\x6E\x63\x69\x6C","\x77","\x68","\x6E\x65\x78\x74\x53\x69\x62\x6C\x69\x6E\x67","\x70\x72\x6F\x64\x75\x63\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65\x72","\x64\x6F\x6E\x65","\x73\x65\x74\x43\x6F\x6E\x73\x75\x6D\x65\x72","\x65\x78\x65\x63\x75\x74\x65","\x73\x65\x74\x44\x61\x74\x61","\x64\x61\x74\x61","\x65\x72\x72\x6F\x72","\x63\x61\x6E\x63\x65\x6C","\x61\x6C\x65\x72\x74"];var useLocalStorage=(mxClient[_0xc4c7[0]]||urlParams[_0xc4c7[1]]==_0xc4c7[2])&& typeof (localStorage)!=_0xc4c7[3];var fileSupport=window[_0xc4c7[4]]!=null&&window[_0xc4c7[5]]!=null&&window[_0xc4c7[6]]!=null;var touchStyle=mxClient[_0xc4c7[0]]||urlParams[_0xc4c7[7]]==_0xc4c7[8];var counter=0;try{var op=window;while(op[_0xc4c7[9]]!=null&&!isNaN(op[_0xc4c7[9]][_0xc4c7[10]])){op=op[_0xc4c7[9]]};if(op!=null){op[_0xc4c7[10]]++;counter=op[_0xc4c7[10]]}}catch(e){};Editor=function(){mxEventSource[_0xc4c7[11]](this);this[_0xc4c7[12]]();this[_0xc4c7[13]]();this[_0xc4c7[14]]= new Graph();this[_0xc4c7[15]]= new mxOutline(this[_0xc4c7[14]]);this[_0xc4c7[15]][_0xc4c7[16]]=true;this[_0xc4c7[17]]=this[_0xc4c7[18]]();this[_0xc4c7[19]]=_0xc4c7[20];this[_0xc4c7[21]]=null;this[_0xc4c7[22]]=function(){return this[_0xc4c7[21]]||mxResources[_0xc4c7[24]](_0xc4c7[23],[counter])+_0xc4c7[25]};this[_0xc4c7[26]]=function(){return this[_0xc4c7[21]]};this[_0xc4c7[27]]=function(_0x66e7x6){this[_0xc4c7[19]]=_0x66e7x6;this[_0xc4c7[29]]( new mxEventObject(_0xc4c7[28]))};this[_0xc4c7[30]]=function(){return this[_0xc4c7[19]]};this[_0xc4c7[31]]=false;this[_0xc4c7[32]]=function(){this[_0xc4c7[31]]=true};this[_0xc4c7[14]][_0xc4c7[36]]()[_0xc4c7[35]](mxEvent.CHANGE,mxUtils[_0xc4c7[34]](this,function(){this[_0xc4c7[32]][_0xc4c7[33]](this,arguments)}));window[_0xc4c7[37]]=mxUtils[_0xc4c7[34]](this,function(){if(this[_0xc4c7[31]]){return mxResources[_0xc4c7[24]](_0xc4c7[38])}});this[_0xc4c7[14]][_0xc4c7[39]]=false;this[_0xc4c7[14]][_0xc4c7[40]]=true;this[_0xc4c7[14]][_0xc4c7[41]]=null};mxUtils[_0xc4c7[42]](Editor,mxEventSource);Editor[_0xc4c7[44]][_0xc4c7[43]]=IMAGE_PATH+_0xc4c7[45];Editor[_0xc4c7[44]][_0xc4c7[46]]=IMAGE_PATH+_0xc4c7[47];Editor[_0xc4c7[44]][_0xc4c7[48]]=function(_0x66e7x7){var _0x66e7x8= new mxCodec(_0x66e7x7[_0xc4c7[49]]);if(_0x66e7x7[_0xc4c7[50]]==_0xc4c7[51]){this[_0xc4c7[14]][_0xc4c7[53]][_0xc4c7[52]]=1;this[_0xc4c7[14]][_0xc4c7[54]]=_0x66e7x7[_0xc4c7[56]](_0xc4c7[55])!=_0xc4c7[57];this[_0xc4c7[14]][_0xc4c7[59]][_0xc4c7[58]]=_0x66e7x7[_0xc4c7[56]](_0xc4c7[60])!=_0xc4c7[57];this[_0xc4c7[14]][_0xc4c7[62]](_0x66e7x7[_0xc4c7[56]](_0xc4c7[61])!=_0xc4c7[57]);this[_0xc4c7[14]][_0xc4c7[64]](_0x66e7x7[_0xc4c7[56]](_0xc4c7[63])!=_0xc4c7[57]);this[_0xc4c7[14]][_0xc4c7[65]]=_0x66e7x7[_0xc4c7[56]](_0xc4c7[66])!=_0xc4c7[57];this[_0xc4c7[14]][_0xc4c7[40]]=_0x66e7x7[_0xc4c7[56]](_0xc4c7[40])!=_0xc4c7[57];if(!this[_0xc4c7[14]][_0xc4c7[40]]){this[_0xc4c7[14]][_0xc4c7[68]][_0xc4c7[67]]=0;this[_0xc4c7[14]][_0xc4c7[68]][_0xc4c7[69]]=0;this[_0xc4c7[14]][_0xc4c7[53]][_0xc4c7[71]][_0xc4c7[70]]=Number(_0x66e7x7[_0xc4c7[56]](_0xc4c7[72])||0);this[_0xc4c7[14]][_0xc4c7[53]][_0xc4c7[71]][_0xc4c7[73]]=Number(_0x66e7x7[_0xc4c7[56]](_0xc4c7[74])||0)};this[_0xc4c7[14]][_0xc4c7[75]]=_0x66e7x7[_0xc4c7[56]](_0xc4c7[76])==_0xc4c7[8];this[_0xc4c7[14]][_0xc4c7[77]]=this[_0xc4c7[14]][_0xc4c7[75]];this[_0xc4c7[14]][_0xc4c7[78]]=this[_0xc4c7[14]][_0xc4c7[77]];var _0x66e7x9=_0x66e7x7[_0xc4c7[56]](_0xc4c7[79]);if(_0x66e7x9!=null){this[_0xc4c7[14]][_0xc4c7[79]]=_0x66e7x9}else {this[_0xc4c7[14]][_0xc4c7[79]]=1.5};var _0x66e7xa=_0x66e7x7[_0xc4c7[56]](_0xc4c7[80]);var _0x66e7xb=_0x66e7x7[_0xc4c7[56]](_0xc4c7[81]);if(_0x66e7xa!=null&&_0x66e7xb!=null){this[_0xc4c7[14]][_0xc4c7[82]]= new mxRectangle(0,0,parseFloat(_0x66e7xa),parseFloat(_0x66e7xb));this[_0xc4c7[15]][_0xc4c7[15]][_0xc4c7[82]]=this[_0xc4c7[14]][_0xc4c7[82]]};var _0x66e7xc=_0x66e7x7[_0xc4c7[56]](_0xc4c7[41]);if(_0x66e7xc!=null&&_0x66e7xc[_0xc4c7[83]]>0){this[_0xc4c7[14]][_0xc4c7[41]]=_0x66e7xc};_0x66e7x8[_0xc4c7[84]](_0x66e7x7,this[_0xc4c7[14]][_0xc4c7[36]]());this[_0xc4c7[85]]()}};Editor[_0xc4c7[44]][_0xc4c7[86]]=function(){var _0x66e7xd= new mxCodec(mxUtils[_0xc4c7[87]]());var _0x66e7x7=_0x66e7xd[_0xc4c7[88]](this[_0xc4c7[14]][_0xc4c7[36]]());if(this[_0xc4c7[14]][_0xc4c7[53]][_0xc4c7[71]][_0xc4c7[70]]!=0||this[_0xc4c7[14]][_0xc4c7[53]][_0xc4c7[71]][_0xc4c7[73]]!=0){_0x66e7x7[_0xc4c7[90]](_0xc4c7[72],Math[_0xc4c7[89]](this[_0xc4c7[14]][_0xc4c7[53]][_0xc4c7[71]][_0xc4c7[70]]*100)/100);_0x66e7x7[_0xc4c7[90]](_0xc4c7[74],Math[_0xc4c7[89]](this[_0xc4c7[14]][_0xc4c7[53]][_0xc4c7[71]][_0xc4c7[73]]*100)/100)};_0x66e7x7[_0xc4c7[90]](_0xc4c7[55],(this[_0xc4c7[14]][_0xc4c7[91]]())?_0xc4c7[8]:_0xc4c7[57]);_0x66e7x7[_0xc4c7[90]](_0xc4c7[60],(this[_0xc4c7[14]][_0xc4c7[59]][_0xc4c7[58]])?_0xc4c7[8]:_0xc4c7[57]);_0x66e7x7[_0xc4c7[90]](_0xc4c7[60],(this[_0xc4c7[14]][_0xc4c7[59]][_0xc4c7[58]])?_0xc4c7[8]:_0xc4c7[57]);_0x66e7x7[_0xc4c7[90]](_0xc4c7[61],(this[_0xc4c7[14]][_0xc4c7[93]][_0xc4c7[92]]())?_0xc4c7[8]:_0xc4c7[57]);_0x66e7x7[_0xc4c7[90]](_0xc4c7[63],(this[_0xc4c7[14]][_0xc4c7[94]][_0xc4c7[92]]())?_0xc4c7[8]:_0xc4c7[57]);_0x66e7x7[_0xc4c7[90]](_0xc4c7[66],(this[_0xc4c7[14]][_0xc4c7[65]])?_0xc4c7[8]:_0xc4c7[57]);_0x66e7x7[_0xc4c7[90]](_0xc4c7[76],(this[_0xc4c7[14]][_0xc4c7[75]])?_0xc4c7[8]:_0xc4c7[57]);_0x66e7x7[_0xc4c7[90]](_0xc4c7[79],this[_0xc4c7[14]][_0xc4c7[79]]);_0x66e7x7[_0xc4c7[90]](_0xc4c7[80],this[_0xc4c7[14]][_0xc4c7[82]][_0xc4c7[95]]);_0x66e7x7[_0xc4c7[90]](_0xc4c7[81],this[_0xc4c7[14]][_0xc4c7[82]][_0xc4c7[96]]);if(!this[_0xc4c7[14]][_0xc4c7[40]]){_0x66e7x7[_0xc4c7[90]](_0xc4c7[40],_0xc4c7[57])};if(this[_0xc4c7[14]][_0xc4c7[41]]!=null){_0x66e7x7[_0xc4c7[90]](_0xc4c7[41],this[_0xc4c7[14]][_0xc4c7[41]])};return _0x66e7x7};Editor[_0xc4c7[44]][_0xc4c7[85]]=function(){var _0x66e7xe=this[_0xc4c7[14]];var _0x66e7xf=this[_0xc4c7[15]];if(_0x66e7xe[_0xc4c7[68]]!=null&&_0x66e7xf[_0xc4c7[15]][_0xc4c7[68]]!=null){if(_0x66e7xe[_0xc4c7[41]]!=null){if(_0x66e7xe[_0xc4c7[41]]==_0xc4c7[97]){_0x66e7xe[_0xc4c7[68]][_0xc4c7[99]][_0xc4c7[98]]=_0xc4c7[100]}else {if(_0x66e7xe[_0xc4c7[53]][_0xc4c7[101]]!=null){_0x66e7xe[_0xc4c7[53]][_0xc4c7[101]][_0xc4c7[102]]=_0x66e7xe[_0xc4c7[41]];_0x66e7xe[_0xc4c7[53]][_0xc4c7[101]][_0xc4c7[103]]()};_0x66e7xe[_0xc4c7[68]][_0xc4c7[99]][_0xc4c7[98]]=_0x66e7xe[_0xc4c7[41]]}}else {_0x66e7xe[_0xc4c7[68]][_0xc4c7[99]][_0xc4c7[98]]=_0xc4c7[20]};if(_0x66e7xe[_0xc4c7[75]]){_0x66e7xe[_0xc4c7[68]][_0xc4c7[99]][_0xc4c7[98]]=_0xc4c7[104];_0x66e7xe[_0xc4c7[68]][_0xc4c7[99]][_0xc4c7[105]]=_0xc4c7[106];_0x66e7xe[_0xc4c7[68]][_0xc4c7[99]][_0xc4c7[107]]=_0xc4c7[108];_0x66e7xe[_0xc4c7[68]][_0xc4c7[99]][_0xc4c7[109]]=_0xc4c7[110];_0x66e7xe[_0xc4c7[68]][_0xc4c7[99]][_0xc4c7[111]]=_0xc4c7[110];_0x66e7xe[_0xc4c7[68]][_0xc4c7[99]][_0xc4c7[112]]=_0xc4c7[113];_0x66e7xe[_0xc4c7[68]][_0xc4c7[99]][_0xc4c7[114]]=_0xc4c7[113]}else {_0x66e7xe[_0xc4c7[68]][_0xc4c7[99]][_0xc4c7[115]]=_0xc4c7[20]};_0x66e7xf[_0xc4c7[15]][_0xc4c7[68]][_0xc4c7[99]][_0xc4c7[98]]=_0x66e7xe[_0xc4c7[68]][_0xc4c7[99]][_0xc4c7[98]];if(_0x66e7xf[_0xc4c7[15]][_0xc4c7[75]]!=_0x66e7xe[_0xc4c7[75]]||_0x66e7xf[_0xc4c7[15]][_0xc4c7[79]]!=_0x66e7xe[_0xc4c7[79]]){_0x66e7xf[_0xc4c7[15]][_0xc4c7[79]]=_0x66e7xe[_0xc4c7[79]];_0x66e7xf[_0xc4c7[15]][_0xc4c7[75]]=_0x66e7xe[_0xc4c7[75]];_0x66e7xf[_0xc4c7[15]][_0xc4c7[53]][_0xc4c7[116]]()};if(_0x66e7xe[_0xc4c7[40]]&&_0x66e7xe[_0xc4c7[68]][_0xc4c7[99]][_0xc4c7[117]]==_0xc4c7[118]&& !touchStyle){_0x66e7xe[_0xc4c7[68]][_0xc4c7[99]][_0xc4c7[117]]=_0xc4c7[119]}else {if(!_0x66e7xe[_0xc4c7[40]]||touchStyle){_0x66e7xe[_0xc4c7[68]][_0xc4c7[99]][_0xc4c7[117]]=_0xc4c7[118]}};var _0x66e7x10=(mxClient[_0xc4c7[120]]&&document[_0xc4c7[121]]>=9)?_0xc4c7[122]+this[_0xc4c7[46]]+_0xc4c7[123]:_0xc4c7[97];_0x66e7xe[_0xc4c7[68]][_0xc4c7[99]][_0xc4c7[124]]=(!_0x66e7xe[_0xc4c7[75]]&&_0x66e7xe[_0xc4c7[91]]())?_0xc4c7[122]+this[_0xc4c7[43]]+_0xc4c7[123]:_0x66e7x10;if(_0x66e7xe[_0xc4c7[53]][_0xc4c7[101]]!=null){_0x66e7xe[_0xc4c7[53]][_0xc4c7[101]][_0xc4c7[125]][_0xc4c7[99]][_0xc4c7[124]]=(this[_0xc4c7[14]][_0xc4c7[91]]())?_0xc4c7[122]+this[_0xc4c7[43]]+_0xc4c7[123]:_0xc4c7[97]}}};Editor[_0xc4c7[44]][_0xc4c7[12]]=function(){if(mxClient[_0xc4c7[126]]){mxClient[_0xc4c7[129]](_0xc4c7[127],CSS_PATH+_0xc4c7[128])};mxResources[_0xc4c7[130]]=false;mxResources[_0xc4c7[131]](RESOURCE_BASE);mxConstants[_0xc4c7[132]]=0.3;var _0x66e7x11=mxConnectionHandler[_0xc4c7[44]][_0xc4c7[133]];mxConnectionHandler[_0xc4c7[44]][_0xc4c7[133]]=function(){var _0x66e7x12=_0x66e7x11[_0xc4c7[33]](this,arguments);_0x66e7x12[_0xc4c7[134]]=mxUtils[_0xc4c7[34]](this,function(_0x66e7x13,_0x66e7x14){if(this[_0xc4c7[135]]()){return true};return mxCellMarker[_0xc4c7[44]][_0xc4c7[134]][_0xc4c7[33]](_0x66e7x12,arguments)});return _0x66e7x12};mxConstants[_0xc4c7[136]]=_0xc4c7[137];mxConstants[_0xc4c7[138]]=_0xc4c7[139];mxConstants[_0xc4c7[140]]=_0xc4c7[141];mxConstants[_0xc4c7[142]]=_0xc4c7[143];mxConstants[_0xc4c7[144]]=_0xc4c7[143];mxConstants[_0xc4c7[145]]=_0xc4c7[139];mxConstants[_0xc4c7[146]]=_0xc4c7[143];mxConstants[_0xc4c7[147]]=_0xc4c7[148];mxConstants[_0xc4c7[149]]=_0xc4c7[143];mxConstants[_0xc4c7[150]]=_0xc4c7[143];mxConstants[_0xc4c7[151]]=_0xc4c7[148];mxConstants[_0xc4c7[152]]=_0xc4c7[141];mxGraph[_0xc4c7[44]][_0xc4c7[153]]=_0xc4c7[154];mxGraph[_0xc4c7[44]][_0xc4c7[79]]=1;mxRubberband[_0xc4c7[44]][_0xc4c7[155]]=30;mxGraphView[_0xc4c7[44]][_0xc4c7[156]]=function(_0x66e7x15){return new mxRectangleShape(_0x66e7x15,this[_0xc4c7[14]][_0xc4c7[41]]||_0xc4c7[157],_0xc4c7[158])};mxGraphView[_0xc4c7[44]][_0xc4c7[159]]=function(){var _0x66e7x16=this[_0xc4c7[160]]();var _0x66e7x17=(_0x66e7x16[_0xc4c7[95]]>0)?_0x66e7x16[_0xc4c7[70]]/this[_0xc4c7[52]]-this[_0xc4c7[71]][_0xc4c7[70]]:0;var _0x66e7x18=(_0x66e7x16[_0xc4c7[96]]>0)?_0x66e7x16[_0xc4c7[73]]/this[_0xc4c7[52]]-this[_0xc4c7[71]][_0xc4c7[73]]:0;var _0x66e7x19=_0x66e7x16[_0xc4c7[95]]/this[_0xc4c7[52]];var _0x66e7x1a=_0x66e7x16[_0xc4c7[96]]/this[_0xc4c7[52]];var _0x66e7x1b=this[_0xc4c7[14]][_0xc4c7[82]];var _0x66e7x9=this[_0xc4c7[14]][_0xc4c7[79]];var _0x66e7xa=_0x66e7x1b[_0xc4c7[95]]*_0x66e7x9;var _0x66e7xb=_0x66e7x1b[_0xc4c7[96]]*_0x66e7x9;var _0x66e7x1c=Math[_0xc4c7[162]](Math[_0xc4c7[161]](0,_0x66e7x17)/_0x66e7xa);var _0x66e7x1d=Math[_0xc4c7[162]](Math[_0xc4c7[161]](0,_0x66e7x18)/_0x66e7xb);var _0x66e7x1e=Math[_0xc4c7[164]](Math[_0xc4c7[163]](1,_0x66e7x17+_0x66e7x19)/_0x66e7xa);var _0x66e7x1f=Math[_0xc4c7[164]](Math[_0xc4c7[163]](1,_0x66e7x18+_0x66e7x1a)/_0x66e7xb);var _0x66e7x20=_0x66e7x1e-_0x66e7x1c;var _0x66e7x21=_0x66e7x1f-_0x66e7x1d;var _0x66e7x15= new mxRectangle(this[_0xc4c7[52]]*(this[_0xc4c7[71]][_0xc4c7[70]]+_0x66e7x1c*_0x66e7xa),this[_0xc4c7[52]]*(this[_0xc4c7[71]][_0xc4c7[73]]+_0x66e7x1d*_0x66e7xb),this[_0xc4c7[52]]*_0x66e7x20*_0x66e7xa,this[_0xc4c7[52]]*_0x66e7x21*_0x66e7xb);return _0x66e7x15};var _0x66e7x22=mxGraph[_0xc4c7[44]][_0xc4c7[165]];mxGraph[_0xc4c7[44]][_0xc4c7[165]]=function(_0x66e7x23,_0x66e7x24){_0x66e7x22[_0xc4c7[33]](this,arguments);if((this[_0xc4c7[166]]!=mxConstants[_0xc4c7[167]]&&this[_0xc4c7[53]][_0xc4c7[101]]!=null)&&(!this[_0xc4c7[168]]||!mxUtils[_0xc4c7[169]](this[_0xc4c7[68]]))){this[_0xc4c7[53]][_0xc4c7[101]][_0xc4c7[125]][_0xc4c7[99]][_0xc4c7[170]]=_0x66e7x23+_0xc4c7[171];this[_0xc4c7[53]][_0xc4c7[101]][_0xc4c7[125]][_0xc4c7[99]][_0xc4c7[172]]=_0x66e7x24+_0xc4c7[171]}};var _0x66e7x25=this;mxGraphView[_0xc4c7[44]][_0xc4c7[173]]=function(){var _0x66e7xc=this[_0xc4c7[14]][_0xc4c7[174]]();if(_0x66e7xc!=null){if(this[_0xc4c7[124]]==null||this[_0xc4c7[124]][_0xc4c7[175]]!=_0x66e7xc[_0xc4c7[176]]){if(this[_0xc4c7[124]]!=null){this[_0xc4c7[124]][_0xc4c7[177]]()};var _0x66e7x15= new mxRectangle(0,0,1,1);this[_0xc4c7[124]]= new mxImageShape(_0x66e7x15,_0x66e7xc[_0xc4c7[176]]);this[_0xc4c7[124]][_0xc4c7[166]]=this[_0xc4c7[14]][_0xc4c7[166]];this[_0xc4c7[124]][_0xc4c7[12]](this[_0xc4c7[178]]);this[_0xc4c7[124]][_0xc4c7[179]]()};this[_0xc4c7[180]](this[_0xc4c7[124]],_0x66e7xc)}else {if(this[_0xc4c7[124]]!=null){this[_0xc4c7[124]][_0xc4c7[177]]();this[_0xc4c7[124]]=null}};if(this[_0xc4c7[14]][_0xc4c7[75]]){var _0x66e7x15=this[_0xc4c7[159]]();if(this[_0xc4c7[101]]==null){this[_0xc4c7[101]]=this[_0xc4c7[156]](_0x66e7x15);this[_0xc4c7[101]][_0xc4c7[52]]=1;this[_0xc4c7[101]][_0xc4c7[181]]=true;this[_0xc4c7[101]][_0xc4c7[166]]=mxConstants[_0xc4c7[182]];this[_0xc4c7[101]][_0xc4c7[12]](this[_0xc4c7[14]][_0xc4c7[68]]);this[_0xc4c7[14]][_0xc4c7[68]][_0xc4c7[184]][_0xc4c7[99]][_0xc4c7[183]]=_0xc4c7[185];this[_0xc4c7[14]][_0xc4c7[68]][_0xc4c7[186]](this[_0xc4c7[101]][_0xc4c7[125]],this[_0xc4c7[14]][_0xc4c7[68]][_0xc4c7[184]]);this[_0xc4c7[101]][_0xc4c7[179]]();this[_0xc4c7[101]][_0xc4c7[125]][_0xc4c7[187]]=_0xc4c7[188];this[_0xc4c7[101]][_0xc4c7[125]][_0xc4c7[99]][_0xc4c7[189]]=_0xc4c7[190];mxEvent[_0xc4c7[35]](this[_0xc4c7[101]][_0xc4c7[125]],_0xc4c7[191],mxUtils[_0xc4c7[34]](this,function(_0x66e7x14){this[_0xc4c7[14]][_0xc4c7[192]](_0x66e7x14)}));mxEvent[_0xc4c7[198]](this[_0xc4c7[101]][_0xc4c7[125]],mxUtils[_0xc4c7[34]](this,function(_0x66e7x14){this[_0xc4c7[14]][_0xc4c7[193]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x66e7x14))}),mxUtils[_0xc4c7[34]](this,function(_0x66e7x14){if(this[_0xc4c7[14]][_0xc4c7[93]]!=null&&this[_0xc4c7[14]][_0xc4c7[93]][_0xc4c7[194]]()){this[_0xc4c7[14]][_0xc4c7[93]][_0xc4c7[195]]()};if(this[_0xc4c7[14]][_0xc4c7[196]]&&!mxEvent[_0xc4c7[197]](_0x66e7x14)){this[_0xc4c7[14]][_0xc4c7[193]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x66e7x14))}}),mxUtils[_0xc4c7[34]](this,function(_0x66e7x14){this[_0xc4c7[14]][_0xc4c7[193]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x66e7x14))}))}else {this[_0xc4c7[101]][_0xc4c7[52]]=1;this[_0xc4c7[101]][_0xc4c7[199]]=_0x66e7x15;this[_0xc4c7[101]][_0xc4c7[179]]()};this[_0xc4c7[101]][_0xc4c7[125]][_0xc4c7[99]][_0xc4c7[124]]=(this[_0xc4c7[14]][_0xc4c7[91]]())?_0xc4c7[122]+_0x66e7x25[_0xc4c7[43]]+_0xc4c7[123]:_0xc4c7[97]}else {if(this[_0xc4c7[101]]!=null){this[_0xc4c7[101]][_0xc4c7[177]]();this[_0xc4c7[101]]=null}}};mxGraph[_0xc4c7[44]][_0xc4c7[200]]=function(_0x66e7x26,_0x66e7x27,_0x66e7x28){var _0x66e7x29=this[_0xc4c7[53]][_0xc4c7[52]];var _0x66e7x2a=this[_0xc4c7[53]][_0xc4c7[71]];var _0x66e7x1b=this[_0xc4c7[82]];var _0x66e7x9=_0x66e7x29*this[_0xc4c7[79]];var _0x66e7x2b=this[_0xc4c7[53]][_0xc4c7[159]]();_0x66e7x27=_0x66e7x2b[_0xc4c7[95]];_0x66e7x28=_0x66e7x2b[_0xc4c7[96]];var _0x66e7x15= new mxRectangle(_0x66e7x29*_0x66e7x2a[_0xc4c7[70]],_0x66e7x29*_0x66e7x2a[_0xc4c7[73]],_0x66e7x1b[_0xc4c7[95]]*_0x66e7x9,_0x66e7x1b[_0xc4c7[96]]*_0x66e7x9);_0x66e7x26=_0x66e7x26&&Math[_0xc4c7[161]](_0x66e7x15[_0xc4c7[95]],_0x66e7x15[_0xc4c7[96]])>this[_0xc4c7[201]];var _0x66e7x2c=(_0x66e7x26)?Math[_0xc4c7[164]](_0x66e7x27/_0x66e7x15[_0xc4c7[95]])-1:0;var _0x66e7x2d=(_0x66e7x26)?Math[_0xc4c7[164]](_0x66e7x28/_0x66e7x15[_0xc4c7[96]])-1:0;var _0x66e7x2e=_0x66e7x2b[_0xc4c7[70]]+_0x66e7x27;var _0x66e7x2f=_0x66e7x2b[_0xc4c7[73]]+_0x66e7x28;if(this[_0xc4c7[202]]==null&&_0x66e7x2c>0){this[_0xc4c7[202]]=[]};if(this[_0xc4c7[202]]!=null){for(var _0x66e7x30=0;_0x66e7x30<=_0x66e7x2c;_0x66e7x30++){var _0x66e7x31=[ new mxPoint(_0x66e7x2b[_0xc4c7[70]]+(_0x66e7x30+1)*_0x66e7x15[_0xc4c7[95]],_0x66e7x2b[_0xc4c7[73]]), new mxPoint(_0x66e7x2b[_0xc4c7[70]]+(_0x66e7x30+1)*_0x66e7x15[_0xc4c7[95]],_0x66e7x2f)];if(this[_0xc4c7[202]][_0x66e7x30]!=null){this[_0xc4c7[202]][_0x66e7x30][_0xc4c7[52]]=1;this[_0xc4c7[202]][_0x66e7x30][_0xc4c7[203]]=_0x66e7x31;this[_0xc4c7[202]][_0x66e7x30][_0xc4c7[179]]()}else {var _0x66e7x32= new mxPolyline(_0x66e7x31,this[_0xc4c7[153]],this[_0xc4c7[52]]);_0x66e7x32[_0xc4c7[166]]=this[_0xc4c7[166]];_0x66e7x32[_0xc4c7[204]]=this[_0xc4c7[205]];_0x66e7x32[_0xc4c7[206]]=false;_0x66e7x32[_0xc4c7[52]]=_0x66e7x29;_0x66e7x32[_0xc4c7[12]](this[_0xc4c7[53]][_0xc4c7[178]]);_0x66e7x32[_0xc4c7[179]]();this[_0xc4c7[202]][_0x66e7x30]=_0x66e7x32}};for(var _0x66e7x30=_0x66e7x2c;_0x66e7x30<this[_0xc4c7[202]][_0xc4c7[83]];_0x66e7x30++){this[_0xc4c7[202]][_0x66e7x30][_0xc4c7[177]]()};this[_0xc4c7[202]][_0xc4c7[207]](_0x66e7x2c,this[_0xc4c7[202]][_0xc4c7[83]]-_0x66e7x2c)};if(this[_0xc4c7[208]]==null&&_0x66e7x2d>0){this[_0xc4c7[208]]=[]};if(this[_0xc4c7[208]]!=null){for(var _0x66e7x30=0;_0x66e7x30<=_0x66e7x2d;_0x66e7x30++){var _0x66e7x31=[ new mxPoint(_0x66e7x2b[_0xc4c7[70]],_0x66e7x2b[_0xc4c7[73]]+(_0x66e7x30+1)*_0x66e7x15[_0xc4c7[96]]), new mxPoint(_0x66e7x2e,_0x66e7x2b[_0xc4c7[73]]+(_0x66e7x30+1)*_0x66e7x15[_0xc4c7[96]])];if(this[_0xc4c7[208]][_0x66e7x30]!=null){this[_0xc4c7[208]][_0x66e7x30][_0xc4c7[52]]=1;this[_0xc4c7[208]][_0x66e7x30][_0xc4c7[203]]=_0x66e7x31;this[_0xc4c7[208]][_0x66e7x30][_0xc4c7[179]]()}else {var _0x66e7x32= new mxPolyline(_0x66e7x31,this[_0xc4c7[153]],_0x66e7x29);_0x66e7x32[_0xc4c7[166]]=this[_0xc4c7[166]];_0x66e7x32[_0xc4c7[204]]=this[_0xc4c7[205]];_0x66e7x32[_0xc4c7[206]]=false;_0x66e7x32[_0xc4c7[52]]=_0x66e7x29;_0x66e7x32[_0xc4c7[12]](this[_0xc4c7[53]][_0xc4c7[178]]);_0x66e7x32[_0xc4c7[179]]();this[_0xc4c7[208]][_0x66e7x30]=_0x66e7x32}};for(var _0x66e7x30=_0x66e7x2d;_0x66e7x30<this[_0xc4c7[208]][_0xc4c7[83]];_0x66e7x30++){this[_0xc4c7[208]][_0x66e7x30][_0xc4c7[177]]()};this[_0xc4c7[208]][_0xc4c7[207]](_0x66e7x2d,this[_0xc4c7[208]][_0xc4c7[83]]-_0x66e7x2d)}};mxEdgeHandler[_0xc4c7[44]][_0xc4c7[209]]=true;mxGraphHandler[_0xc4c7[44]][_0xc4c7[58]]=true;var _0x66e7x33=mxGraphHandler[_0xc4c7[44]][_0xc4c7[210]];mxGraphHandler[_0xc4c7[44]][_0xc4c7[210]]=function(_0x66e7x34,_0x66e7x35,_0x66e7x14){for(var _0x66e7x30=0;_0x66e7x30<_0x66e7x35[_0xc4c7[83]];_0x66e7x30++){if(this[_0xc4c7[14]][_0xc4c7[36]]()[_0xc4c7[211]](_0x66e7x35[_0x66e7x30])){var _0x66e7x36=this[_0xc4c7[14]][_0xc4c7[212]](_0x66e7x35[_0x66e7x30]);if(_0x66e7x36!=null&&_0x66e7x36[_0xc4c7[213]]){return false}}};return _0x66e7x33[_0xc4c7[33]](this,arguments)};mxGuide[_0xc4c7[44]][_0xc4c7[214]]=function(_0x66e7x14){return !mxEvent[_0xc4c7[215]](_0x66e7x14)};mxPopupMenuAddItem=mxPopupMenu[_0xc4c7[44]][_0xc4c7[216]];mxPopupMenu[_0xc4c7[44]][_0xc4c7[216]]=function(_0x66e7x37,_0x66e7x38,_0x66e7x39,_0x66e7x34,_0x66e7x3a,_0x66e7x3b){var _0x66e7x3c=mxPopupMenuAddItem[_0xc4c7[33]](this,arguments);if(_0x66e7x3b!=null&& !_0x66e7x3b){mxEvent[_0xc4c7[35]](_0x66e7x3c,_0xc4c7[217],function(_0x66e7x14){mxEvent[_0xc4c7[218]](_0x66e7x14)})};return _0x66e7x3c};var _0x66e7x3d=mxGraphHandler[_0xc4c7[44]][_0xc4c7[219]];mxGraphHandler[_0xc4c7[44]][_0xc4c7[219]]=function(_0x66e7x3e){var _0x66e7x3f=this[_0xc4c7[14]][_0xc4c7[36]]();var _0x66e7x40=_0x66e7x3f[_0xc4c7[221]](this[_0xc4c7[14]][_0xc4c7[220]]());var _0x66e7x41=_0x66e7x3d[_0xc4c7[33]](this,arguments);var _0x66e7x34=_0x66e7x3f[_0xc4c7[221]](_0x66e7x41);if(_0x66e7x40==null||(_0x66e7x40!=_0x66e7x41&&_0x66e7x40!=_0x66e7x34)){while(!this[_0xc4c7[14]][_0xc4c7[222]](_0x66e7x41)&&!this[_0xc4c7[14]][_0xc4c7[222]](_0x66e7x34)&&_0x66e7x3f[_0xc4c7[211]](_0x66e7x34)&&!this[_0xc4c7[14]][_0xc4c7[223]](_0x66e7x34)){_0x66e7x41=_0x66e7x34;_0x66e7x34=this[_0xc4c7[14]][_0xc4c7[36]]()[_0xc4c7[221]](_0x66e7x41)}};return _0x66e7x41};var _0x66e7x42=mxGraphHandler[_0xc4c7[44]][_0xc4c7[224]];mxGraphHandler[_0xc4c7[44]][_0xc4c7[224]]=function(_0x66e7x41){var _0x66e7x3c=_0x66e7x42[_0xc4c7[33]](this,arguments);var _0x66e7x3f=this[_0xc4c7[14]][_0xc4c7[36]]();var _0x66e7x40=_0x66e7x3f[_0xc4c7[221]](this[_0xc4c7[14]][_0xc4c7[220]]());var _0x66e7x34=_0x66e7x3f[_0xc4c7[221]](_0x66e7x41);if(_0x66e7x40==null||(_0x66e7x40!=_0x66e7x41&&_0x66e7x40!=_0x66e7x34)){if(!this[_0xc4c7[14]][_0xc4c7[222]](_0x66e7x41)&&_0x66e7x3f[_0xc4c7[211]](_0x66e7x34)&&!this[_0xc4c7[14]][_0xc4c7[223]](_0x66e7x34)){_0x66e7x3c=true}};return _0x66e7x3c};mxGraphHandler[_0xc4c7[44]][_0xc4c7[225]]=function(_0x66e7x3e){var _0x66e7x41=_0x66e7x3e[_0xc4c7[226]]();if(_0x66e7x41==null){_0x66e7x41=this[_0xc4c7[227]]};var _0x66e7x3f=this[_0xc4c7[14]][_0xc4c7[36]]();var _0x66e7x34=_0x66e7x3f[_0xc4c7[221]](_0x66e7x41);while(this[_0xc4c7[14]][_0xc4c7[222]](_0x66e7x41)&&_0x66e7x3f[_0xc4c7[211]](_0x66e7x34)&&!this[_0xc4c7[14]][_0xc4c7[223]](_0x66e7x34)){_0x66e7x41=_0x66e7x34;_0x66e7x34=_0x66e7x3f[_0xc4c7[221]](_0x66e7x41)};this[_0xc4c7[14]][_0xc4c7[229]](_0x66e7x41,_0x66e7x3e[_0xc4c7[228]]())};mxPanningHandler[_0xc4c7[44]][_0xc4c7[230]]=function(_0x66e7x3e){var _0x66e7x41=_0x66e7x3e[_0xc4c7[226]]();var _0x66e7x3f=this[_0xc4c7[14]][_0xc4c7[36]]();var _0x66e7x34=_0x66e7x3f[_0xc4c7[221]](_0x66e7x41);while(_0x66e7x3f[_0xc4c7[211]](_0x66e7x34)&&!this[_0xc4c7[14]][_0xc4c7[223]](_0x66e7x34)){if(this[_0xc4c7[14]][_0xc4c7[222]](_0x66e7x34)){_0x66e7x41=_0x66e7x34};_0x66e7x34=_0x66e7x3f[_0xc4c7[221]](_0x66e7x34)};return _0x66e7x41}};Editor[_0xc4c7[44]][_0xc4c7[18]]=function(){var _0x66e7xe=this[_0xc4c7[14]];var _0x66e7x43= new mxUndoManager();var _0x66e7x44=function(_0x66e7x45,_0x66e7x14){_0x66e7x43[_0xc4c7[233]](_0x66e7x14[_0xc4c7[232]](_0xc4c7[231]))};_0x66e7xe[_0xc4c7[36]]()[_0xc4c7[35]](mxEvent.UNDO,_0x66e7x44);_0x66e7xe[_0xc4c7[234]]()[_0xc4c7[35]](mxEvent.UNDO,_0x66e7x44);var _0x66e7x46=function(_0x66e7x45,_0x66e7x14){var _0x66e7x47=_0x66e7xe[_0xc4c7[236]](_0x66e7x14[_0xc4c7[232]](_0xc4c7[231])[_0xc4c7[235]]);var _0x66e7x35=[];for(var _0x66e7x30=1;_0x66e7x30<_0x66e7x47[_0xc4c7[83]];_0x66e7x30++){if(_0x66e7xe[_0xc4c7[53]][_0xc4c7[237]](_0x66e7x47[_0x66e7x30])!=null){_0x66e7x35[_0xc4c7[238]](_0x66e7x47[_0x66e7x30])}};_0x66e7xe[_0xc4c7[239]](_0x66e7x35)};_0x66e7x43[_0xc4c7[35]](mxEvent.UNDO,_0x66e7x46);_0x66e7x43[_0xc4c7[35]](mxEvent.REDO,_0x66e7x46);return _0x66e7x43};Editor[_0xc4c7[44]][_0xc4c7[13]]=function(){mxStencilRegistry[_0xc4c7[241]](STENCIL_PATH+_0xc4c7[240])};(function(){mxStencilRegistry[_0xc4c7[242]]={};mxStencilRegistry[_0xc4c7[243]]=[];mxStencilRegistry[_0xc4c7[244]]=function(_0x66e7x48){var _0x66e7x3c=mxStencilRegistry[_0xc4c7[245]][_0x66e7x48];if(_0x66e7x3c==null){var _0x66e7x49=mxStencilRegistry[_0xc4c7[246]](_0x66e7x48);if(_0x66e7x49!=null){var _0x66e7x4a=mxStencilRegistry[_0xc4c7[242]][_0x66e7x49];if(_0x66e7x4a!=null){if(mxStencilRegistry[_0xc4c7[243]][_0x66e7x49]==null){mxStencilRegistry[_0xc4c7[243]][_0x66e7x49]=1;for(var _0x66e7x30=0;_0x66e7x30<_0x66e7x4a[_0xc4c7[83]];_0x66e7x30++){var _0x66e7x4b=_0x66e7x4a[_0x66e7x30];if(_0x66e7x4b[_0xc4c7[248]]()[_0xc4c7[247]](_0x66e7x4b[_0xc4c7[83]]-4,_0x66e7x4b[_0xc4c7[83]])==_0xc4c7[25]){mxStencilRegistry[_0xc4c7[241]](_0x66e7x4b,null)}else {if(_0x66e7x4b[_0xc4c7[248]]()[_0xc4c7[247]](_0x66e7x4b[_0xc4c7[83]]-3,_0x66e7x4b[_0xc4c7[83]])==_0xc4c7[249]){var _0x66e7x4c=mxUtils[_0xc4c7[250]](_0x66e7x4b);if(_0x66e7x4c!=null){eval[_0xc4c7[11]](window,_0x66e7x4c[_0xc4c7[251]]())}}else {}}}}}else {mxStencilRegistry[_0xc4c7[241]](STENCIL_PATH+_0xc4c7[252]+_0x66e7x49+_0xc4c7[25],null)};_0x66e7x3c=mxStencilRegistry[_0xc4c7[245]][_0x66e7x48]}};return _0x66e7x3c};mxStencilRegistry[_0xc4c7[246]]=function(_0x66e7x48){var _0x66e7x4d=_0x66e7x48[_0xc4c7[254]](_0xc4c7[253]);var _0x66e7x4e=null;if(_0x66e7x4d[_0xc4c7[83]]>0&&_0x66e7x4d[0]==_0xc4c7[255]){_0x66e7x4e=_0x66e7x4d[1];for(var _0x66e7x30=2;_0x66e7x30<_0x66e7x4d[_0xc4c7[83]]-1;_0x66e7x30++){_0x66e7x4e+=_0xc4c7[252]+_0x66e7x4d[_0x66e7x30]}};return _0x66e7x4e};mxStencilRegistry[_0xc4c7[241]]=function(_0x66e7x4f,_0x66e7x50,_0x66e7x51){_0x66e7x51=(_0x66e7x51!=null)?_0x66e7x51:false;var _0x66e7x52=mxStencilRegistry[_0xc4c7[243]][_0x66e7x4f];if(_0x66e7x51||_0x66e7x52==null){var _0x66e7x53=false;if(_0x66e7x52==null){var _0x66e7x4c=mxUtils[_0xc4c7[250]](_0x66e7x4f);_0x66e7x52=_0x66e7x4c[_0xc4c7[256]]();mxStencilRegistry[_0xc4c7[243]][_0x66e7x4f]=_0x66e7x52;_0x66e7x53=true};mxStencilRegistry[_0xc4c7[257]](_0x66e7x52,_0x66e7x50,_0x66e7x53)}};mxStencilRegistry[_0xc4c7[257]]=function(_0x66e7x54,_0x66e7x50,_0x66e7x53){_0x66e7x53=(_0x66e7x53!=null)?_0x66e7x53:true;var _0x66e7x55=_0x66e7x54[_0xc4c7[258]];var _0x66e7x56=_0x66e7x55[_0xc4c7[184]];var _0x66e7x57=_0xc4c7[20];var _0x66e7x48=_0x66e7x55[_0xc4c7[56]](_0xc4c7[259]);if(_0x66e7x48!=null){_0x66e7x57=_0x66e7x48+_0xc4c7[253]};while(_0x66e7x56!=null){if(_0x66e7x56[_0xc4c7[260]]==mxConstants[_0xc4c7[261]]){_0x66e7x48=_0x66e7x56[_0xc4c7[56]](_0xc4c7[259]);if(_0x66e7x48!=null){_0x66e7x57=_0x66e7x57[_0xc4c7[248]]();var _0x66e7x58=_0x66e7x48[_0xc4c7[263]](/ /g,_0xc4c7[262]);if(_0x66e7x53){mxStencilRegistry[_0xc4c7[264]](_0x66e7x57+_0x66e7x58[_0xc4c7[248]](), new mxStencil(_0x66e7x56))};if(_0x66e7x50!=null){var _0x66e7x19=_0x66e7x56[_0xc4c7[56]](_0xc4c7[265]);var _0x66e7x1a=_0x66e7x56[_0xc4c7[56]](_0xc4c7[266]);_0x66e7x19=(_0x66e7x19==null)?80:parseInt(_0x66e7x19,10);_0x66e7x1a=(_0x66e7x1a==null)?80:parseInt(_0x66e7x1a,10);_0x66e7x50(_0x66e7x57,_0x66e7x58,_0x66e7x48,_0x66e7x19,_0x66e7x1a)}}};_0x66e7x56=_0x66e7x56[_0xc4c7[267]]}}})();OpenFile=function(_0x66e7x59){this[_0xc4c7[268]]=null;this[_0xc4c7[269]]=null;this[_0xc4c7[270]]=_0x66e7x59};OpenFile[_0xc4c7[44]][_0xc4c7[271]]=function(_0x66e7x6){this[_0xc4c7[269]]=_0x66e7x6;this[_0xc4c7[272]]()};OpenFile[_0xc4c7[44]][_0xc4c7[273]]=function(_0x66e7x6,_0x66e7x5a){this[_0xc4c7[274]]=_0x66e7x6;this[_0xc4c7[21]]=_0x66e7x5a;this[_0xc4c7[272]]()};OpenFile[_0xc4c7[44]][_0xc4c7[275]]=function(_0x66e7x5b){this[_0xc4c7[276]]();mxUtils[_0xc4c7[277]](_0x66e7x5b)};OpenFile[_0xc4c7[44]][_0xc4c7[272]]=function(){if(this[_0xc4c7[269]]!=null&&this[_0xc4c7[274]]!=null){this[_0xc4c7[269]](this[_0xc4c7[274]],this[_0xc4c7[21]]);this[_0xc4c7[276]]()}};OpenFile[_0xc4c7[44]][_0xc4c7[276]]=function(){if(this[_0xc4c7[270]]!=null){this[_0xc4c7[270]]()}} \ No newline at end of file +var _0x8188=["\x49\x53\x5F\x54\x4F\x55\x43\x48","\x73\x74\x6F\x72\x61\x67\x65","\x6C\x6F\x63\x61\x6C","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x46\x69\x6C\x65","\x46\x69\x6C\x65\x52\x65\x61\x64\x65\x72","\x46\x69\x6C\x65\x4C\x69\x73\x74","\x74\x6F\x75\x63\x68","\x31","\x6F\x70\x65\x6E\x65\x72","\x63\x6F\x75\x6E\x74\x65\x72","\x63\x61\x6C\x6C","\x69\x6E\x69\x74","\x69\x6E\x69\x74\x53\x74\x65\x6E\x63\x69\x6C\x52\x65\x67\x69\x73\x74\x72\x79","\x67\x72\x61\x70\x68","\x6F\x75\x74\x6C\x69\x6E\x65","\x75\x70\x64\x61\x74\x65\x4F\x6E\x50\x61\x6E","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x63\x72\x65\x61\x74\x65\x55\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x73\x74\x61\x74\x75\x73","","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x67\x65\x74\x4F\x72\x43\x72\x65\x61\x74\x65\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x64\x72\x61\x77\x69\x6E\x67","\x67\x65\x74","\x2E\x78\x6D\x6C","\x67\x65\x74\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x74\x61\x74\x75\x73\x43\x68\x61\x6E\x67\x65\x64","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x67\x65\x74\x53\x74\x61\x74\x75\x73","\x6D\x6F\x64\x69\x66\x69\x65\x64","\x67\x72\x61\x70\x68\x43\x68\x61\x6E\x67\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x61\x70\x70\x6C\x79","\x62\x69\x6E\x64","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x6F\x6E\x62\x65\x66\x6F\x72\x65\x75\x6E\x6C\x6F\x61\x64","\x61\x6C\x6C\x43\x68\x61\x6E\x67\x65\x73\x4C\x6F\x73\x74","\x72\x65\x73\x65\x74\x56\x69\x65\x77\x4F\x6E\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x73\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x65\x78\x74\x65\x6E\x64","\x67\x72\x69\x64\x49\x6D\x61\x67\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x2F\x67\x72\x69\x64\x2E\x67\x69\x66","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x49\x6D\x61\x67\x65","\x2F\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x2E\x67\x69\x66","\x73\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x6F\x77\x6E\x65\x72\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C","\x73\x63\x61\x6C\x65","\x76\x69\x65\x77","\x67\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x69\x64","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x30","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x67\x75\x69\x64\x65\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x63\x6F\x6E\x6E\x65\x63\x74","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x66\x6F\x6C\x64","\x73\x63\x72\x6F\x6C\x6C\x4C\x65\x66\x74","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x78","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65","\x64\x78","\x79","\x64\x79","\x70\x61\x67\x65\x56\x69\x73\x69\x62\x6C\x65","\x70\x61\x67\x65","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x73\x56\x69\x73\x69\x62\x6C\x65","\x70\x72\x65\x66\x65\x72\x50\x61\x67\x65\x53\x69\x7A\x65","\x70\x61\x67\x65\x53\x63\x61\x6C\x65","\x70\x61\x67\x65\x57\x69\x64\x74\x68","\x70\x61\x67\x65\x48\x65\x69\x67\x68\x74","\x70\x61\x67\x65\x46\x6F\x72\x6D\x61\x74","\x6C\x65\x6E\x67\x74\x68","\x64\x65\x63\x6F\x64\x65","\x75\x70\x64\x61\x74\x65\x47\x72\x61\x70\x68\x43\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73","\x67\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x65\x6E\x63\x6F\x64\x65","\x72\x6F\x75\x6E\x64","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x77\x69\x64\x74\x68","\x68\x65\x69\x67\x68\x74","\x6E\x6F\x6E\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x73\x74\x79\x6C\x65","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x66\x69\x6C\x6C","\x72\x65\x63\x6F\x6E\x66\x69\x67\x75\x72\x65","\x23\x65\x62\x65\x62\x65\x62","\x62\x6F\x72\x64\x65\x72\x53\x74\x79\x6C\x65","\x73\x6F\x6C\x69\x64","\x62\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x23\x65\x35\x65\x35\x65\x35","\x62\x6F\x72\x64\x65\x72\x54\x6F\x70\x57\x69\x64\x74\x68","\x31\x70\x78","\x62\x6F\x72\x64\x65\x72\x4C\x65\x66\x74\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72\x52\x69\x67\x68\x74\x57\x69\x64\x74\x68","\x30\x70\x78","\x62\x6F\x72\x64\x65\x72\x42\x6F\x74\x74\x6F\x6D\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72","\x76\x61\x6C\x69\x64\x61\x74\x65","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x68\x69\x64\x64\x65\x6E","\x61\x75\x74\x6F","\x49\x53\x5F\x49\x45","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x75\x72\x6C\x28","\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x6E\x6F\x64\x65","\x49\x53\x5F\x49\x45\x36","\x73\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x2F\x67\x72\x61\x70\x68\x65\x64\x69\x74\x6F\x72\x2D\x69\x65\x36\x2E\x63\x73\x73","\x6C\x69\x6E\x6B","\x6C\x6F\x61\x64\x44\x65\x66\x61\x75\x6C\x74\x42\x75\x6E\x64\x6C\x65","\x61\x64\x64","\x44\x45\x46\x41\x55\x4C\x54\x5F\x48\x4F\x54\x53\x50\x4F\x54","\x63\x72\x65\x61\x74\x65\x4D\x61\x72\x6B\x65\x72","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x73","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6E\x67","\x53\x48\x41\x44\x4F\x57\x43\x4F\x4C\x4F\x52","\x23\x64\x30\x64\x30\x64\x30","\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x23\x39\x39\x63\x63\x66\x66","\x48\x41\x4E\x44\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x43\x4F\x4C\x4F\x52","\x23\x30\x30\x38\x38\x63\x66","\x56\x45\x52\x54\x45\x58\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x23\x30\x30\x61\x38\x66\x66","\x4F\x55\x54\x4C\x49\x4E\x45\x5F\x43\x4F\x4C\x4F\x52","\x4F\x55\x54\x4C\x49\x4E\x45\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x4F\x55\x54\x4C\x49\x4E\x45\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x43\x4F\x4C\x4F\x52","\x43\x4F\x4E\x4E\x45\x43\x54\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x23\x63\x65\x65\x37\x66\x66","\x45\x44\x47\x45\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x44\x45\x46\x41\x55\x4C\x54\x5F\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x47\x55\x49\x44\x45\x5F\x43\x4F\x4C\x4F\x52","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x43\x6F\x6C\x6F\x72","\x23\x63\x30\x63\x30\x63\x30","\x64\x65\x66\x61\x75\x6C\x74\x4F\x70\x61\x63\x69\x74\x79","\x63\x72\x65\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x77\x68\x69\x74\x65","\x23\x63\x61\x63\x61\x63\x61","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x6D\x69\x6E","\x66\x6C\x6F\x6F\x72","\x6D\x61\x78","\x63\x65\x69\x6C","\x70\x61\x6E\x47\x72\x61\x70\x68","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x75\x73\x65\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x68\x61\x73\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x6D\x61\x72\x67\x69\x6E\x4C\x65\x66\x74","\x70\x78","\x6D\x61\x72\x67\x69\x6E\x54\x6F\x70","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x69\x6D\x61\x67\x65","\x73\x72\x63","\x64\x65\x73\x74\x72\x6F\x79","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x6E\x65","\x72\x65\x64\x72\x61\x77","\x72\x65\x64\x72\x61\x77\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x69\x73\x53\x68\x61\x64\x6F\x77","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x54\x52\x49\x43\x54\x48\x54\x4D\x4C","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x66\x69\x72\x73\x74\x43\x68\x69\x6C\x64","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x69\x6E\x73\x65\x72\x74\x42\x65\x66\x6F\x72\x65","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x2D\x31\x70\x78\x20\x2D\x31\x70\x78","\x64\x62\x6C\x63\x6C\x69\x63\x6B","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x69\x73\x48\x69\x64\x65\x4F\x6E\x48\x6F\x76\x65\x72","\x68\x69\x64\x65","\x69\x73\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x62\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x6D\x69\x6E\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x69\x73\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x70\x6F\x69\x6E\x74\x73","\x69\x73\x44\x61\x73\x68\x65\x64","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x61\x73\x68\x65\x64","\x61\x64\x64\x50\x69\x70\x65","\x73\x70\x6C\x69\x63\x65","\x76\x65\x72\x74\x69\x63\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x73\x6E\x61\x70\x54\x6F\x54\x65\x72\x6D\x69\x6E\x61\x6C\x73","\x73\x68\x6F\x75\x6C\x64\x52\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x69\x73\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x43\x65\x6C\x6C\x47\x65\x6F\x6D\x65\x74\x72\x79","\x72\x65\x6C\x61\x74\x69\x76\x65","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x41\x6C\x74\x44\x6F\x77\x6E","\x61\x64\x64\x49\x74\x65\x6D","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x63\x6F\x6E\x73\x75\x6D\x65","\x67\x65\x74\x49\x6E\x69\x74\x69\x61\x6C\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x69\x73\x44\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x44\x65\x6C\x61\x79\x65\x64","\x67\x65\x74\x43\x65\x6C\x6C","\x63\x65\x6C\x6C","\x67\x65\x74\x45\x76\x65\x6E\x74","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x43\x65\x6C\x6C\x46\x6F\x72\x50\x6F\x70\x75\x70\x45\x76\x65\x6E\x74","\x65\x64\x69\x74","\x67\x65\x74\x50\x72\x6F\x70\x65\x72\x74\x79","\x75\x6E\x64\x6F\x61\x62\x6C\x65\x45\x64\x69\x74\x48\x61\x70\x70\x65\x6E\x65\x64","\x67\x65\x74\x56\x69\x65\x77","\x63\x68\x61\x6E\x67\x65\x73","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65\x73","\x67\x65\x74\x53\x74\x61\x74\x65","\x70\x75\x73\x68","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x2F\x67\x65\x6E\x65\x72\x61\x6C\x2E\x78\x6D\x6C","\x6C\x6F\x61\x64\x53\x74\x65\x6E\x63\x69\x6C\x53\x65\x74","\x6C\x69\x62\x72\x61\x72\x69\x65\x73","\x70\x61\x63\x6B\x61\x67\x65\x73","\x67\x65\x74\x53\x74\x65\x6E\x63\x69\x6C","\x73\x74\x65\x6E\x63\x69\x6C\x73","\x67\x65\x74\x42\x61\x73\x65\x6E\x61\x6D\x65\x46\x6F\x72\x53\x74\x65\x6E\x63\x69\x6C","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x2E\x6A\x73","\x6C\x6F\x61\x64","\x67\x65\x74\x54\x65\x78\x74","\x2F","\x2E","\x73\x70\x6C\x69\x74","\x6D\x78\x67\x72\x61\x70\x68","\x67\x65\x74\x58\x6D\x6C","\x70\x61\x72\x73\x65\x53\x74\x65\x6E\x63\x69\x6C\x53\x65\x74","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x6E\x61\x6D\x65","\x6E\x6F\x64\x65\x54\x79\x70\x65","\x4E\x4F\x44\x45\x54\x59\x50\x45\x5F\x45\x4C\x45\x4D\x45\x4E\x54","\x5F","\x72\x65\x70\x6C\x61\x63\x65","\x61\x64\x64\x53\x74\x65\x6E\x63\x69\x6C","\x77","\x68","\x6E\x65\x78\x74\x53\x69\x62\x6C\x69\x6E\x67","\x70\x72\x6F\x64\x75\x63\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65\x72","\x64\x6F\x6E\x65","\x73\x65\x74\x43\x6F\x6E\x73\x75\x6D\x65\x72","\x65\x78\x65\x63\x75\x74\x65","\x73\x65\x74\x44\x61\x74\x61","\x64\x61\x74\x61","\x65\x72\x72\x6F\x72","\x63\x61\x6E\x63\x65\x6C","\x61\x6C\x65\x72\x74"];var useLocalStorage=(mxClient[_0x8188[0]]||urlParams[_0x8188[1]]==_0x8188[2])&& typeof (localStorage)!=_0x8188[3];var fileSupport=window[_0x8188[4]]!=null&&window[_0x8188[5]]!=null&&window[_0x8188[6]]!=null;var touchStyle=mxClient[_0x8188[0]]||urlParams[_0x8188[7]]==_0x8188[8];var counter=0;try{var op=window;while(op[_0x8188[9]]!=null&&!isNaN(op[_0x8188[9]][_0x8188[10]])){op=op[_0x8188[9]]};if(op!=null){op[_0x8188[10]]++;counter=op[_0x8188[10]]}}catch(e){};Editor=function(){mxEventSource[_0x8188[11]](this);this[_0x8188[12]]();this[_0x8188[13]]();this[_0x8188[14]]= new Graph();this[_0x8188[15]]= new mxOutline(this[_0x8188[14]]);this[_0x8188[15]][_0x8188[16]]=true;this[_0x8188[17]]=this[_0x8188[18]]();this[_0x8188[19]]=_0x8188[20];this[_0x8188[21]]=null;this[_0x8188[22]]=function(){return this[_0x8188[21]]||mxResources[_0x8188[24]](_0x8188[23],[counter])+_0x8188[25]};this[_0x8188[26]]=function(){return this[_0x8188[21]]};this[_0x8188[27]]=function(_0xf60fx6){this[_0x8188[19]]=_0xf60fx6;this[_0x8188[29]]( new mxEventObject(_0x8188[28]))};this[_0x8188[30]]=function(){return this[_0x8188[19]]};this[_0x8188[31]]=false;this[_0x8188[32]]=function(){this[_0x8188[31]]=true};this[_0x8188[14]][_0x8188[36]]()[_0x8188[35]](mxEvent.CHANGE,mxUtils[_0x8188[34]](this,function(){this[_0x8188[32]][_0x8188[33]](this,arguments)}));window[_0x8188[37]]=mxUtils[_0x8188[34]](this,function(){if(this[_0x8188[31]]){return mxResources[_0x8188[24]](_0x8188[38])}});this[_0x8188[14]][_0x8188[39]]=false;this[_0x8188[14]][_0x8188[40]]=true;this[_0x8188[14]][_0x8188[41]]=null};mxUtils[_0x8188[42]](Editor,mxEventSource);Editor[_0x8188[44]][_0x8188[43]]=IMAGE_PATH+_0x8188[45];Editor[_0x8188[44]][_0x8188[46]]=IMAGE_PATH+_0x8188[47];Editor[_0x8188[44]][_0x8188[48]]=function(_0xf60fx7){var _0xf60fx8= new mxCodec(_0xf60fx7[_0x8188[49]]);if(_0xf60fx7[_0x8188[50]]==_0x8188[51]){this[_0x8188[14]][_0x8188[53]][_0x8188[52]]=1;this[_0x8188[14]][_0x8188[54]]=_0xf60fx7[_0x8188[56]](_0x8188[55])!=_0x8188[57];this[_0x8188[14]][_0x8188[59]][_0x8188[58]]=_0xf60fx7[_0x8188[56]](_0x8188[60])!=_0x8188[57];this[_0x8188[14]][_0x8188[62]](_0xf60fx7[_0x8188[56]](_0x8188[61])!=_0x8188[57]);this[_0x8188[14]][_0x8188[64]](_0xf60fx7[_0x8188[56]](_0x8188[63])!=_0x8188[57]);this[_0x8188[14]][_0x8188[65]]=_0xf60fx7[_0x8188[56]](_0x8188[66])!=_0x8188[57];this[_0x8188[14]][_0x8188[40]]=_0xf60fx7[_0x8188[56]](_0x8188[40])!=_0x8188[57];if(!this[_0x8188[14]][_0x8188[40]]){this[_0x8188[14]][_0x8188[68]][_0x8188[67]]=0;this[_0x8188[14]][_0x8188[68]][_0x8188[69]]=0;this[_0x8188[14]][_0x8188[53]][_0x8188[71]][_0x8188[70]]=Number(_0xf60fx7[_0x8188[56]](_0x8188[72])||0);this[_0x8188[14]][_0x8188[53]][_0x8188[71]][_0x8188[73]]=Number(_0xf60fx7[_0x8188[56]](_0x8188[74])||0)};this[_0x8188[14]][_0x8188[75]]=_0xf60fx7[_0x8188[56]](_0x8188[76])==_0x8188[8];this[_0x8188[14]][_0x8188[77]]=this[_0x8188[14]][_0x8188[75]];this[_0x8188[14]][_0x8188[78]]=this[_0x8188[14]][_0x8188[77]];var _0xf60fx9=_0xf60fx7[_0x8188[56]](_0x8188[79]);if(_0xf60fx9!=null){this[_0x8188[14]][_0x8188[79]]=_0xf60fx9}else {this[_0x8188[14]][_0x8188[79]]=1.5};var _0xf60fxa=_0xf60fx7[_0x8188[56]](_0x8188[80]);var _0xf60fxb=_0xf60fx7[_0x8188[56]](_0x8188[81]);if(_0xf60fxa!=null&&_0xf60fxb!=null){this[_0x8188[14]][_0x8188[82]]= new mxRectangle(0,0,parseFloat(_0xf60fxa),parseFloat(_0xf60fxb));this[_0x8188[15]][_0x8188[15]][_0x8188[82]]=this[_0x8188[14]][_0x8188[82]]};var _0xf60fxc=_0xf60fx7[_0x8188[56]](_0x8188[41]);if(_0xf60fxc!=null&&_0xf60fxc[_0x8188[83]]>0){this[_0x8188[14]][_0x8188[41]]=_0xf60fxc};_0xf60fx8[_0x8188[84]](_0xf60fx7,this[_0x8188[14]][_0x8188[36]]());this[_0x8188[85]]()}};Editor[_0x8188[44]][_0x8188[86]]=function(){var _0xf60fxd= new mxCodec(mxUtils[_0x8188[87]]());var _0xf60fx7=_0xf60fxd[_0x8188[88]](this[_0x8188[14]][_0x8188[36]]());if(this[_0x8188[14]][_0x8188[53]][_0x8188[71]][_0x8188[70]]!=0||this[_0x8188[14]][_0x8188[53]][_0x8188[71]][_0x8188[73]]!=0){_0xf60fx7[_0x8188[90]](_0x8188[72],Math[_0x8188[89]](this[_0x8188[14]][_0x8188[53]][_0x8188[71]][_0x8188[70]]*100)/100);_0xf60fx7[_0x8188[90]](_0x8188[74],Math[_0x8188[89]](this[_0x8188[14]][_0x8188[53]][_0x8188[71]][_0x8188[73]]*100)/100)};_0xf60fx7[_0x8188[90]](_0x8188[55],(this[_0x8188[14]][_0x8188[91]]())?_0x8188[8]:_0x8188[57]);_0xf60fx7[_0x8188[90]](_0x8188[60],(this[_0x8188[14]][_0x8188[59]][_0x8188[58]])?_0x8188[8]:_0x8188[57]);_0xf60fx7[_0x8188[90]](_0x8188[60],(this[_0x8188[14]][_0x8188[59]][_0x8188[58]])?_0x8188[8]:_0x8188[57]);_0xf60fx7[_0x8188[90]](_0x8188[61],(this[_0x8188[14]][_0x8188[93]][_0x8188[92]]())?_0x8188[8]:_0x8188[57]);_0xf60fx7[_0x8188[90]](_0x8188[63],(this[_0x8188[14]][_0x8188[94]][_0x8188[92]]())?_0x8188[8]:_0x8188[57]);_0xf60fx7[_0x8188[90]](_0x8188[66],(this[_0x8188[14]][_0x8188[65]])?_0x8188[8]:_0x8188[57]);_0xf60fx7[_0x8188[90]](_0x8188[76],(this[_0x8188[14]][_0x8188[75]])?_0x8188[8]:_0x8188[57]);_0xf60fx7[_0x8188[90]](_0x8188[79],this[_0x8188[14]][_0x8188[79]]);_0xf60fx7[_0x8188[90]](_0x8188[80],this[_0x8188[14]][_0x8188[82]][_0x8188[95]]);_0xf60fx7[_0x8188[90]](_0x8188[81],this[_0x8188[14]][_0x8188[82]][_0x8188[96]]);if(!this[_0x8188[14]][_0x8188[40]]){_0xf60fx7[_0x8188[90]](_0x8188[40],_0x8188[57])};if(this[_0x8188[14]][_0x8188[41]]!=null){_0xf60fx7[_0x8188[90]](_0x8188[41],this[_0x8188[14]][_0x8188[41]])};return _0xf60fx7};Editor[_0x8188[44]][_0x8188[85]]=function(){var _0xf60fxe=this[_0x8188[14]];var _0xf60fxf=this[_0x8188[15]];if(_0xf60fxe[_0x8188[68]]!=null&&_0xf60fxf[_0x8188[15]][_0x8188[68]]!=null){if(_0xf60fxe[_0x8188[41]]!=null){if(_0xf60fxe[_0x8188[41]]==_0x8188[97]){_0xf60fxe[_0x8188[68]][_0x8188[99]][_0x8188[98]]=_0x8188[100]}else {if(_0xf60fxe[_0x8188[53]][_0x8188[101]]!=null){_0xf60fxe[_0x8188[53]][_0x8188[101]][_0x8188[102]]=_0xf60fxe[_0x8188[41]];_0xf60fxe[_0x8188[53]][_0x8188[101]][_0x8188[103]]()};_0xf60fxe[_0x8188[68]][_0x8188[99]][_0x8188[98]]=_0xf60fxe[_0x8188[41]]}}else {_0xf60fxe[_0x8188[68]][_0x8188[99]][_0x8188[98]]=_0x8188[20]};if(_0xf60fxe[_0x8188[75]]){_0xf60fxe[_0x8188[68]][_0x8188[99]][_0x8188[98]]=_0x8188[104];_0xf60fxe[_0x8188[68]][_0x8188[99]][_0x8188[105]]=_0x8188[106];_0xf60fxe[_0x8188[68]][_0x8188[99]][_0x8188[107]]=_0x8188[108];_0xf60fxe[_0x8188[68]][_0x8188[99]][_0x8188[109]]=_0x8188[110];_0xf60fxe[_0x8188[68]][_0x8188[99]][_0x8188[111]]=_0x8188[110];_0xf60fxe[_0x8188[68]][_0x8188[99]][_0x8188[112]]=_0x8188[113];_0xf60fxe[_0x8188[68]][_0x8188[99]][_0x8188[114]]=_0x8188[113]}else {_0xf60fxe[_0x8188[68]][_0x8188[99]][_0x8188[115]]=_0x8188[20]};_0xf60fxf[_0x8188[15]][_0x8188[68]][_0x8188[99]][_0x8188[98]]=_0xf60fxe[_0x8188[68]][_0x8188[99]][_0x8188[98]];if(_0xf60fxf[_0x8188[15]][_0x8188[75]]!=_0xf60fxe[_0x8188[75]]||_0xf60fxf[_0x8188[15]][_0x8188[79]]!=_0xf60fxe[_0x8188[79]]){_0xf60fxf[_0x8188[15]][_0x8188[79]]=_0xf60fxe[_0x8188[79]];_0xf60fxf[_0x8188[15]][_0x8188[75]]=_0xf60fxe[_0x8188[75]];_0xf60fxf[_0x8188[15]][_0x8188[53]][_0x8188[116]]()};if(_0xf60fxe[_0x8188[40]]&&_0xf60fxe[_0x8188[68]][_0x8188[99]][_0x8188[117]]==_0x8188[118]&& !touchStyle){_0xf60fxe[_0x8188[68]][_0x8188[99]][_0x8188[117]]=_0x8188[119]}else {if(!_0xf60fxe[_0x8188[40]]||touchStyle){_0xf60fxe[_0x8188[68]][_0x8188[99]][_0x8188[117]]=_0x8188[118]}};var _0xf60fx10=(mxClient[_0x8188[120]]&&document[_0x8188[121]]>=9)?_0x8188[122]+this[_0x8188[46]]+_0x8188[123]:_0x8188[97];_0xf60fxe[_0x8188[68]][_0x8188[99]][_0x8188[124]]=(!_0xf60fxe[_0x8188[75]]&&_0xf60fxe[_0x8188[91]]())?_0x8188[122]+this[_0x8188[43]]+_0x8188[123]:_0xf60fx10;if(_0xf60fxe[_0x8188[53]][_0x8188[101]]!=null){_0xf60fxe[_0x8188[53]][_0x8188[101]][_0x8188[125]][_0x8188[99]][_0x8188[124]]=(this[_0x8188[14]][_0x8188[91]]())?_0x8188[122]+this[_0x8188[43]]+_0x8188[123]:_0x8188[97]}}};Editor[_0x8188[44]][_0x8188[12]]=function(){if(mxClient[_0x8188[126]]){mxClient[_0x8188[129]](_0x8188[127],CSS_PATH+_0x8188[128])};mxResources[_0x8188[130]]=false;mxResources[_0x8188[131]](RESOURCE_BASE);mxConstants[_0x8188[132]]=0.3;var _0xf60fx11=mxConnectionHandler[_0x8188[44]][_0x8188[133]];mxConnectionHandler[_0x8188[44]][_0x8188[133]]=function(){var _0xf60fx12=_0xf60fx11[_0x8188[33]](this,arguments);_0xf60fx12[_0x8188[134]]=mxUtils[_0x8188[34]](this,function(_0xf60fx13,_0xf60fx14){if(this[_0x8188[135]]()){return true};return mxCellMarker[_0x8188[44]][_0x8188[134]][_0x8188[33]](_0xf60fx12,arguments)});return _0xf60fx12};mxConstants[_0x8188[136]]=_0x8188[137];mxConstants[_0x8188[138]]=_0x8188[139];mxConstants[_0x8188[140]]=_0x8188[141];mxConstants[_0x8188[142]]=_0x8188[143];mxConstants[_0x8188[144]]=_0x8188[143];mxConstants[_0x8188[145]]=_0x8188[139];mxConstants[_0x8188[146]]=_0x8188[143];mxConstants[_0x8188[147]]=_0x8188[148];mxConstants[_0x8188[149]]=_0x8188[143];mxConstants[_0x8188[150]]=_0x8188[143];mxConstants[_0x8188[151]]=_0x8188[148];mxConstants[_0x8188[152]]=_0x8188[141];mxGraph[_0x8188[44]][_0x8188[153]]=_0x8188[154];mxGraph[_0x8188[44]][_0x8188[79]]=1;mxRubberband[_0x8188[44]][_0x8188[155]]=30;mxGraphView[_0x8188[44]][_0x8188[156]]=function(_0xf60fx15){return new mxRectangleShape(_0xf60fx15,this[_0x8188[14]][_0x8188[41]]||_0x8188[157],_0x8188[158])};mxGraphView[_0x8188[44]][_0x8188[159]]=function(){var _0xf60fx16=this[_0x8188[160]]();var _0xf60fx17=(_0xf60fx16[_0x8188[95]]>0)?_0xf60fx16[_0x8188[70]]/this[_0x8188[52]]-this[_0x8188[71]][_0x8188[70]]:0;var _0xf60fx18=(_0xf60fx16[_0x8188[96]]>0)?_0xf60fx16[_0x8188[73]]/this[_0x8188[52]]-this[_0x8188[71]][_0x8188[73]]:0;var _0xf60fx19=_0xf60fx16[_0x8188[95]]/this[_0x8188[52]];var _0xf60fx1a=_0xf60fx16[_0x8188[96]]/this[_0x8188[52]];var _0xf60fx1b=this[_0x8188[14]][_0x8188[82]];var _0xf60fx9=this[_0x8188[14]][_0x8188[79]];var _0xf60fxa=_0xf60fx1b[_0x8188[95]]*_0xf60fx9;var _0xf60fxb=_0xf60fx1b[_0x8188[96]]*_0xf60fx9;var _0xf60fx1c=Math[_0x8188[162]](Math[_0x8188[161]](0,_0xf60fx17)/_0xf60fxa);var _0xf60fx1d=Math[_0x8188[162]](Math[_0x8188[161]](0,_0xf60fx18)/_0xf60fxb);var _0xf60fx1e=Math[_0x8188[164]](Math[_0x8188[163]](1,_0xf60fx17+_0xf60fx19)/_0xf60fxa);var _0xf60fx1f=Math[_0x8188[164]](Math[_0x8188[163]](1,_0xf60fx18+_0xf60fx1a)/_0xf60fxb);var _0xf60fx20=_0xf60fx1e-_0xf60fx1c;var _0xf60fx21=_0xf60fx1f-_0xf60fx1d;var _0xf60fx15= new mxRectangle(this[_0x8188[52]]*(this[_0x8188[71]][_0x8188[70]]+_0xf60fx1c*_0xf60fxa),this[_0x8188[52]]*(this[_0x8188[71]][_0x8188[73]]+_0xf60fx1d*_0xf60fxb),this[_0x8188[52]]*_0xf60fx20*_0xf60fxa,this[_0x8188[52]]*_0xf60fx21*_0xf60fxb);return _0xf60fx15};var _0xf60fx22=mxGraph[_0x8188[44]][_0x8188[165]];mxGraph[_0x8188[44]][_0x8188[165]]=function(_0xf60fx23,_0xf60fx24){_0xf60fx22[_0x8188[33]](this,arguments);if((this[_0x8188[166]]!=mxConstants[_0x8188[167]]&&this[_0x8188[53]][_0x8188[101]]!=null)&&(!this[_0x8188[168]]||!mxUtils[_0x8188[169]](this[_0x8188[68]]))){this[_0x8188[53]][_0x8188[101]][_0x8188[125]][_0x8188[99]][_0x8188[170]]=_0xf60fx23+_0x8188[171];this[_0x8188[53]][_0x8188[101]][_0x8188[125]][_0x8188[99]][_0x8188[172]]=_0xf60fx24+_0x8188[171]}};var _0xf60fx25=this;mxGraphView[_0x8188[44]][_0x8188[173]]=function(){var _0xf60fxc=this[_0x8188[14]][_0x8188[174]]();if(_0xf60fxc!=null){if(this[_0x8188[124]]==null||this[_0x8188[124]][_0x8188[175]]!=_0xf60fxc[_0x8188[176]]){if(this[_0x8188[124]]!=null){this[_0x8188[124]][_0x8188[177]]()};var _0xf60fx15= new mxRectangle(0,0,1,1);this[_0x8188[124]]= new mxImageShape(_0xf60fx15,_0xf60fxc[_0x8188[176]]);this[_0x8188[124]][_0x8188[166]]=this[_0x8188[14]][_0x8188[166]];this[_0x8188[124]][_0x8188[12]](this[_0x8188[178]]);this[_0x8188[124]][_0x8188[179]]()};this[_0x8188[180]](this[_0x8188[124]],_0xf60fxc)}else {if(this[_0x8188[124]]!=null){this[_0x8188[124]][_0x8188[177]]();this[_0x8188[124]]=null}};if(this[_0x8188[14]][_0x8188[75]]){var _0xf60fx15=this[_0x8188[159]]();if(this[_0x8188[101]]==null){this[_0x8188[101]]=this[_0x8188[156]](_0xf60fx15);this[_0x8188[101]][_0x8188[52]]=1;this[_0x8188[101]][_0x8188[181]]=true;this[_0x8188[101]][_0x8188[166]]=mxConstants[_0x8188[182]];this[_0x8188[101]][_0x8188[12]](this[_0x8188[14]][_0x8188[68]]);this[_0x8188[14]][_0x8188[68]][_0x8188[184]][_0x8188[99]][_0x8188[183]]=_0x8188[185];this[_0x8188[14]][_0x8188[68]][_0x8188[186]](this[_0x8188[101]][_0x8188[125]],this[_0x8188[14]][_0x8188[68]][_0x8188[184]]);this[_0x8188[101]][_0x8188[179]]();this[_0x8188[101]][_0x8188[125]][_0x8188[187]]=_0x8188[188];this[_0x8188[101]][_0x8188[125]][_0x8188[99]][_0x8188[189]]=_0x8188[190];mxEvent[_0x8188[35]](this[_0x8188[101]][_0x8188[125]],_0x8188[191],mxUtils[_0x8188[34]](this,function(_0xf60fx14){this[_0x8188[14]][_0x8188[192]](_0xf60fx14)}));mxEvent[_0x8188[198]](this[_0x8188[101]][_0x8188[125]],mxUtils[_0x8188[34]](this,function(_0xf60fx14){this[_0x8188[14]][_0x8188[193]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0xf60fx14))}),mxUtils[_0x8188[34]](this,function(_0xf60fx14){if(this[_0x8188[14]][_0x8188[93]]!=null&&this[_0x8188[14]][_0x8188[93]][_0x8188[194]]()){this[_0x8188[14]][_0x8188[93]][_0x8188[195]]()};if(this[_0x8188[14]][_0x8188[196]]&&!mxEvent[_0x8188[197]](_0xf60fx14)){this[_0x8188[14]][_0x8188[193]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0xf60fx14))}}),mxUtils[_0x8188[34]](this,function(_0xf60fx14){this[_0x8188[14]][_0x8188[193]](mxEvent.MOUSE_UP, new mxMouseEvent(_0xf60fx14))}))}else {this[_0x8188[101]][_0x8188[52]]=1;this[_0x8188[101]][_0x8188[199]]=_0xf60fx15;this[_0x8188[101]][_0x8188[179]]()};this[_0x8188[101]][_0x8188[125]][_0x8188[99]][_0x8188[124]]=(this[_0x8188[14]][_0x8188[91]]())?_0x8188[122]+_0xf60fx25[_0x8188[43]]+_0x8188[123]:_0x8188[97]}else {if(this[_0x8188[101]]!=null){this[_0x8188[101]][_0x8188[177]]();this[_0x8188[101]]=null}}};mxGraph[_0x8188[44]][_0x8188[200]]=function(_0xf60fx26,_0xf60fx27,_0xf60fx28){var _0xf60fx29=this[_0x8188[53]][_0x8188[52]];var _0xf60fx2a=this[_0x8188[53]][_0x8188[71]];var _0xf60fx1b=this[_0x8188[82]];var _0xf60fx9=_0xf60fx29*this[_0x8188[79]];var _0xf60fx2b=this[_0x8188[53]][_0x8188[159]]();_0xf60fx27=_0xf60fx2b[_0x8188[95]];_0xf60fx28=_0xf60fx2b[_0x8188[96]];var _0xf60fx15= new mxRectangle(_0xf60fx29*_0xf60fx2a[_0x8188[70]],_0xf60fx29*_0xf60fx2a[_0x8188[73]],_0xf60fx1b[_0x8188[95]]*_0xf60fx9,_0xf60fx1b[_0x8188[96]]*_0xf60fx9);_0xf60fx26=_0xf60fx26&&Math[_0x8188[161]](_0xf60fx15[_0x8188[95]],_0xf60fx15[_0x8188[96]])>this[_0x8188[201]];var _0xf60fx2c=(_0xf60fx26)?Math[_0x8188[164]](_0xf60fx27/_0xf60fx15[_0x8188[95]])-1:0;var _0xf60fx2d=(_0xf60fx26)?Math[_0x8188[164]](_0xf60fx28/_0xf60fx15[_0x8188[96]])-1:0;var _0xf60fx2e=_0xf60fx2b[_0x8188[70]]+_0xf60fx27;var _0xf60fx2f=_0xf60fx2b[_0x8188[73]]+_0xf60fx28;if(this[_0x8188[202]]==null&&_0xf60fx2c>0){this[_0x8188[202]]=[]};if(this[_0x8188[202]]!=null){for(var _0xf60fx30=0;_0xf60fx30<=_0xf60fx2c;_0xf60fx30++){var _0xf60fx31=[ new mxPoint(_0xf60fx2b[_0x8188[70]]+(_0xf60fx30+1)*_0xf60fx15[_0x8188[95]],_0xf60fx2b[_0x8188[73]]), new mxPoint(_0xf60fx2b[_0x8188[70]]+(_0xf60fx30+1)*_0xf60fx15[_0x8188[95]],_0xf60fx2f)];if(this[_0x8188[202]][_0xf60fx30]!=null){this[_0x8188[202]][_0xf60fx30][_0x8188[52]]=1;this[_0x8188[202]][_0xf60fx30][_0x8188[203]]=_0xf60fx31;this[_0x8188[202]][_0xf60fx30][_0x8188[179]]()}else {var _0xf60fx32= new mxPolyline(_0xf60fx31,this[_0x8188[153]],this[_0x8188[52]]);_0xf60fx32[_0x8188[166]]=this[_0x8188[166]];_0xf60fx32[_0x8188[204]]=this[_0x8188[205]];_0xf60fx32[_0x8188[206]]=false;_0xf60fx32[_0x8188[52]]=_0xf60fx29;_0xf60fx32[_0x8188[12]](this[_0x8188[53]][_0x8188[178]]);_0xf60fx32[_0x8188[179]]();this[_0x8188[202]][_0xf60fx30]=_0xf60fx32}};for(var _0xf60fx30=_0xf60fx2c;_0xf60fx30<this[_0x8188[202]][_0x8188[83]];_0xf60fx30++){this[_0x8188[202]][_0xf60fx30][_0x8188[177]]()};this[_0x8188[202]][_0x8188[207]](_0xf60fx2c,this[_0x8188[202]][_0x8188[83]]-_0xf60fx2c)};if(this[_0x8188[208]]==null&&_0xf60fx2d>0){this[_0x8188[208]]=[]};if(this[_0x8188[208]]!=null){for(var _0xf60fx30=0;_0xf60fx30<=_0xf60fx2d;_0xf60fx30++){var _0xf60fx31=[ new mxPoint(_0xf60fx2b[_0x8188[70]],_0xf60fx2b[_0x8188[73]]+(_0xf60fx30+1)*_0xf60fx15[_0x8188[96]]), new mxPoint(_0xf60fx2e,_0xf60fx2b[_0x8188[73]]+(_0xf60fx30+1)*_0xf60fx15[_0x8188[96]])];if(this[_0x8188[208]][_0xf60fx30]!=null){this[_0x8188[208]][_0xf60fx30][_0x8188[52]]=1;this[_0x8188[208]][_0xf60fx30][_0x8188[203]]=_0xf60fx31;this[_0x8188[208]][_0xf60fx30][_0x8188[179]]()}else {var _0xf60fx32= new mxPolyline(_0xf60fx31,this[_0x8188[153]],_0xf60fx29);_0xf60fx32[_0x8188[166]]=this[_0x8188[166]];_0xf60fx32[_0x8188[204]]=this[_0x8188[205]];_0xf60fx32[_0x8188[206]]=false;_0xf60fx32[_0x8188[52]]=_0xf60fx29;_0xf60fx32[_0x8188[12]](this[_0x8188[53]][_0x8188[178]]);_0xf60fx32[_0x8188[179]]();this[_0x8188[208]][_0xf60fx30]=_0xf60fx32}};for(var _0xf60fx30=_0xf60fx2d;_0xf60fx30<this[_0x8188[208]][_0x8188[83]];_0xf60fx30++){this[_0x8188[208]][_0xf60fx30][_0x8188[177]]()};this[_0x8188[208]][_0x8188[207]](_0xf60fx2d,this[_0x8188[208]][_0x8188[83]]-_0xf60fx2d)}};mxEdgeHandler[_0x8188[44]][_0x8188[209]]=true;mxGraphHandler[_0x8188[44]][_0x8188[58]]=true;var _0xf60fx33=mxGraphHandler[_0x8188[44]][_0x8188[210]];mxGraphHandler[_0x8188[44]][_0x8188[210]]=function(_0xf60fx34,_0xf60fx35,_0xf60fx14){for(var _0xf60fx30=0;_0xf60fx30<_0xf60fx35[_0x8188[83]];_0xf60fx30++){if(this[_0x8188[14]][_0x8188[36]]()[_0x8188[211]](_0xf60fx35[_0xf60fx30])){var _0xf60fx36=this[_0x8188[14]][_0x8188[212]](_0xf60fx35[_0xf60fx30]);if(_0xf60fx36!=null&&_0xf60fx36[_0x8188[213]]){return false}}};return _0xf60fx33[_0x8188[33]](this,arguments)};mxGuide[_0x8188[44]][_0x8188[214]]=function(_0xf60fx14){return !mxEvent[_0x8188[215]](_0xf60fx14)};mxPopupMenuAddItem=mxPopupMenu[_0x8188[44]][_0x8188[216]];mxPopupMenu[_0x8188[44]][_0x8188[216]]=function(_0xf60fx37,_0xf60fx38,_0xf60fx39,_0xf60fx34,_0xf60fx3a,_0xf60fx3b){var _0xf60fx3c=mxPopupMenuAddItem[_0x8188[33]](this,arguments);if(_0xf60fx3b!=null&& !_0xf60fx3b){mxEvent[_0x8188[35]](_0xf60fx3c,_0x8188[217],function(_0xf60fx14){mxEvent[_0x8188[218]](_0xf60fx14)})};return _0xf60fx3c};var _0xf60fx3d=mxGraphHandler[_0x8188[44]][_0x8188[219]];mxGraphHandler[_0x8188[44]][_0x8188[219]]=function(_0xf60fx3e){var _0xf60fx3f=this[_0x8188[14]][_0x8188[36]]();var _0xf60fx40=_0xf60fx3f[_0x8188[221]](this[_0x8188[14]][_0x8188[220]]());var _0xf60fx41=_0xf60fx3d[_0x8188[33]](this,arguments);var _0xf60fx34=_0xf60fx3f[_0x8188[221]](_0xf60fx41);if(_0xf60fx40==null||(_0xf60fx40!=_0xf60fx41&&_0xf60fx40!=_0xf60fx34)){while(!this[_0x8188[14]][_0x8188[222]](_0xf60fx41)&&!this[_0x8188[14]][_0x8188[222]](_0xf60fx34)&&_0xf60fx3f[_0x8188[211]](_0xf60fx34)&&!this[_0x8188[14]][_0x8188[223]](_0xf60fx34)){_0xf60fx41=_0xf60fx34;_0xf60fx34=this[_0x8188[14]][_0x8188[36]]()[_0x8188[221]](_0xf60fx41)}};return _0xf60fx41};var _0xf60fx42=mxGraphHandler[_0x8188[44]][_0x8188[224]];mxGraphHandler[_0x8188[44]][_0x8188[224]]=function(_0xf60fx41){var _0xf60fx3c=_0xf60fx42[_0x8188[33]](this,arguments);var _0xf60fx3f=this[_0x8188[14]][_0x8188[36]]();var _0xf60fx40=_0xf60fx3f[_0x8188[221]](this[_0x8188[14]][_0x8188[220]]());var _0xf60fx34=_0xf60fx3f[_0x8188[221]](_0xf60fx41);if(_0xf60fx40==null||(_0xf60fx40!=_0xf60fx41&&_0xf60fx40!=_0xf60fx34)){if(!this[_0x8188[14]][_0x8188[222]](_0xf60fx41)&&_0xf60fx3f[_0x8188[211]](_0xf60fx34)&&!this[_0x8188[14]][_0x8188[223]](_0xf60fx34)){_0xf60fx3c=true}};return _0xf60fx3c};mxGraphHandler[_0x8188[44]][_0x8188[225]]=function(_0xf60fx3e){var _0xf60fx41=_0xf60fx3e[_0x8188[226]]();if(_0xf60fx41==null){_0xf60fx41=this[_0x8188[227]]};var _0xf60fx3f=this[_0x8188[14]][_0x8188[36]]();var _0xf60fx34=_0xf60fx3f[_0x8188[221]](_0xf60fx41);while(this[_0x8188[14]][_0x8188[222]](_0xf60fx41)&&_0xf60fx3f[_0x8188[211]](_0xf60fx34)&&!this[_0x8188[14]][_0x8188[223]](_0xf60fx34)){_0xf60fx41=_0xf60fx34;_0xf60fx34=_0xf60fx3f[_0x8188[221]](_0xf60fx41)};this[_0x8188[14]][_0x8188[229]](_0xf60fx41,_0xf60fx3e[_0x8188[228]]())};mxPanningHandler[_0x8188[44]][_0x8188[230]]=function(_0xf60fx3e){var _0xf60fx41=_0xf60fx3e[_0x8188[226]]();var _0xf60fx3f=this[_0x8188[14]][_0x8188[36]]();var _0xf60fx34=_0xf60fx3f[_0x8188[221]](_0xf60fx41);while(_0xf60fx3f[_0x8188[211]](_0xf60fx34)&&!this[_0x8188[14]][_0x8188[223]](_0xf60fx34)){if(this[_0x8188[14]][_0x8188[222]](_0xf60fx34)){_0xf60fx41=_0xf60fx34};_0xf60fx34=_0xf60fx3f[_0x8188[221]](_0xf60fx34)};return _0xf60fx41}};Editor[_0x8188[44]][_0x8188[18]]=function(){var _0xf60fxe=this[_0x8188[14]];var _0xf60fx43= new mxUndoManager();var _0xf60fx44=function(_0xf60fx45,_0xf60fx14){_0xf60fx43[_0x8188[233]](_0xf60fx14[_0x8188[232]](_0x8188[231]))};_0xf60fxe[_0x8188[36]]()[_0x8188[35]](mxEvent.UNDO,_0xf60fx44);_0xf60fxe[_0x8188[234]]()[_0x8188[35]](mxEvent.UNDO,_0xf60fx44);var _0xf60fx46=function(_0xf60fx45,_0xf60fx14){var _0xf60fx47=_0xf60fxe[_0x8188[236]](_0xf60fx14[_0x8188[232]](_0x8188[231])[_0x8188[235]]);var _0xf60fx35=[];for(var _0xf60fx30=1;_0xf60fx30<_0xf60fx47[_0x8188[83]];_0xf60fx30++){if(_0xf60fxe[_0x8188[53]][_0x8188[237]](_0xf60fx47[_0xf60fx30])!=null){_0xf60fx35[_0x8188[238]](_0xf60fx47[_0xf60fx30])}};_0xf60fxe[_0x8188[239]](_0xf60fx35)};_0xf60fx43[_0x8188[35]](mxEvent.UNDO,_0xf60fx46);_0xf60fx43[_0x8188[35]](mxEvent.REDO,_0xf60fx46);return _0xf60fx43};Editor[_0x8188[44]][_0x8188[13]]=function(){mxStencilRegistry[_0x8188[241]](STENCIL_PATH+_0x8188[240])};(function(){mxStencilRegistry[_0x8188[242]]={};mxStencilRegistry[_0x8188[243]]=[];mxStencilRegistry[_0x8188[244]]=function(_0xf60fx48){var _0xf60fx3c=mxStencilRegistry[_0x8188[245]][_0xf60fx48];if(_0xf60fx3c==null){var _0xf60fx49=mxStencilRegistry[_0x8188[246]](_0xf60fx48);if(_0xf60fx49!=null){var _0xf60fx4a=mxStencilRegistry[_0x8188[242]][_0xf60fx49];if(_0xf60fx4a!=null){if(mxStencilRegistry[_0x8188[243]][_0xf60fx49]==null){mxStencilRegistry[_0x8188[243]][_0xf60fx49]=1;for(var _0xf60fx30=0;_0xf60fx30<_0xf60fx4a[_0x8188[83]];_0xf60fx30++){var _0xf60fx4b=_0xf60fx4a[_0xf60fx30];if(_0xf60fx4b[_0x8188[248]]()[_0x8188[247]](_0xf60fx4b[_0x8188[83]]-4,_0xf60fx4b[_0x8188[83]])==_0x8188[25]){mxStencilRegistry[_0x8188[241]](_0xf60fx4b,null)}else {if(_0xf60fx4b[_0x8188[248]]()[_0x8188[247]](_0xf60fx4b[_0x8188[83]]-3,_0xf60fx4b[_0x8188[83]])==_0x8188[249]){var _0xf60fx4c=mxUtils[_0x8188[250]](_0xf60fx4b);if(_0xf60fx4c!=null){eval[_0x8188[11]](window,_0xf60fx4c[_0x8188[251]]())}}else {}}}}}else {mxStencilRegistry[_0x8188[241]](STENCIL_PATH+_0x8188[252]+_0xf60fx49+_0x8188[25],null)};_0xf60fx3c=mxStencilRegistry[_0x8188[245]][_0xf60fx48]}};return _0xf60fx3c};mxStencilRegistry[_0x8188[246]]=function(_0xf60fx48){var _0xf60fx4d=_0xf60fx48[_0x8188[254]](_0x8188[253]);var _0xf60fx4e=null;if(_0xf60fx4d[_0x8188[83]]>0&&_0xf60fx4d[0]==_0x8188[255]){_0xf60fx4e=_0xf60fx4d[1];for(var _0xf60fx30=2;_0xf60fx30<_0xf60fx4d[_0x8188[83]]-1;_0xf60fx30++){_0xf60fx4e+=_0x8188[252]+_0xf60fx4d[_0xf60fx30]}};return _0xf60fx4e};mxStencilRegistry[_0x8188[241]]=function(_0xf60fx4f,_0xf60fx50,_0xf60fx51){_0xf60fx51=(_0xf60fx51!=null)?_0xf60fx51:false;var _0xf60fx52=mxStencilRegistry[_0x8188[243]][_0xf60fx4f];if(_0xf60fx51||_0xf60fx52==null){var _0xf60fx53=false;if(_0xf60fx52==null){var _0xf60fx4c=mxUtils[_0x8188[250]](_0xf60fx4f);_0xf60fx52=_0xf60fx4c[_0x8188[256]]();mxStencilRegistry[_0x8188[243]][_0xf60fx4f]=_0xf60fx52;_0xf60fx53=true};mxStencilRegistry[_0x8188[257]](_0xf60fx52,_0xf60fx50,_0xf60fx53)}};mxStencilRegistry[_0x8188[257]]=function(_0xf60fx54,_0xf60fx50,_0xf60fx53){_0xf60fx53=(_0xf60fx53!=null)?_0xf60fx53:true;var _0xf60fx55=_0xf60fx54[_0x8188[258]];var _0xf60fx56=_0xf60fx55[_0x8188[184]];var _0xf60fx57=_0x8188[20];var _0xf60fx48=_0xf60fx55[_0x8188[56]](_0x8188[259]);if(_0xf60fx48!=null){_0xf60fx57=_0xf60fx48+_0x8188[253]};while(_0xf60fx56!=null){if(_0xf60fx56[_0x8188[260]]==mxConstants[_0x8188[261]]){_0xf60fx48=_0xf60fx56[_0x8188[56]](_0x8188[259]);if(_0xf60fx48!=null){_0xf60fx57=_0xf60fx57[_0x8188[248]]();var _0xf60fx58=_0xf60fx48[_0x8188[263]](/ /g,_0x8188[262]);if(_0xf60fx53){mxStencilRegistry[_0x8188[264]](_0xf60fx57+_0xf60fx58[_0x8188[248]](), new mxStencil(_0xf60fx56))};if(_0xf60fx50!=null){var _0xf60fx19=_0xf60fx56[_0x8188[56]](_0x8188[265]);var _0xf60fx1a=_0xf60fx56[_0x8188[56]](_0x8188[266]);_0xf60fx19=(_0xf60fx19==null)?80:parseInt(_0xf60fx19,10);_0xf60fx1a=(_0xf60fx1a==null)?80:parseInt(_0xf60fx1a,10);_0xf60fx50(_0xf60fx57,_0xf60fx58,_0xf60fx48,_0xf60fx19,_0xf60fx1a)}}};_0xf60fx56=_0xf60fx56[_0x8188[267]]}}})();OpenFile=function(_0xf60fx59){this[_0x8188[268]]=null;this[_0x8188[269]]=null;this[_0x8188[270]]=_0xf60fx59};OpenFile[_0x8188[44]][_0x8188[271]]=function(_0xf60fx6){this[_0x8188[269]]=_0xf60fx6;this[_0x8188[272]]()};OpenFile[_0x8188[44]][_0x8188[273]]=function(_0xf60fx6,_0xf60fx5a){this[_0x8188[274]]=_0xf60fx6;this[_0x8188[21]]=_0xf60fx5a;this[_0x8188[272]]()};OpenFile[_0x8188[44]][_0x8188[275]]=function(_0xf60fx5b){this[_0x8188[276]]();mxUtils[_0x8188[277]](_0xf60fx5b)};OpenFile[_0x8188[44]][_0x8188[272]]=function(){if(this[_0x8188[269]]!=null&&this[_0x8188[274]]!=null){this[_0x8188[269]](this[_0x8188[274]],this[_0x8188[21]]);this[_0x8188[276]]()}};OpenFile[_0x8188[44]][_0x8188[276]]=function(){if(this[_0x8188[270]]!=null){this[_0x8188[270]]()}} \ No newline at end of file diff --git a/public/assets/plugins/jscripty/js/EditorUi.js b/public/assets/plugins/jscripty/js/EditorUi.js index c1a907d..75770ff 100644 --- a/public/assets/plugins/jscripty/js/EditorUi.js +++ b/public/assets/plugins/jscripty/js/EditorUi.js @@ -1 +1 @@ -var _0xf891=["\x65\x64\x69\x74\x6F\x72","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x45\x64\x69\x74\x6F\x72","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x67\x72\x61\x70\x68","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x73\x74\x79\x6C\x65","\x68\x69\x64\x64\x65\x6E","\x73\x72\x63","\x73\x75\x62\x6D\x65\x6E\x75\x49\x6D\x61\x67\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x61\x63\x74\x69\x6F\x6E\x73","\x6D\x65\x6E\x75\x73","\x63\x72\x65\x61\x74\x65\x44\x69\x76\x73","\x72\x65\x66\x72\x65\x73\x68","\x63\x72\x65\x61\x74\x65\x55\x69","\x65\x76\x65\x6E\x74","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x41\x6C\x6C\x6F\x77\x65\x64","\x69\x73\x45\x64\x69\x74\x69\x6E\x67","\x62\x69\x6E\x64","\x62\x6F\x64\x79","\x6F\x6E\x73\x65\x6C\x65\x63\x74\x73\x74\x61\x72\x74","\x6D\x65\x6E\x75\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6F\x6E\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x74\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x64\x69\x61\x67\x72\x61\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x69\x64\x65\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x66\x6F\x6F\x74\x65\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x49\x53\x5F\x49\x45","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x6F\x6E\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x69\x6E\x69\x74","\x74\x61\x62\x69\x6E\x64\x65\x78","\x30","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x75\x72\x73\x6F\x72","\x64\x65\x66\x61\x75\x6C\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x67\x72\x69\x64\x49\x6D\x61\x67\x65","\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x2D\x31\x70\x78\x20\x2D\x31\x70\x78","\x66\x6F\x63\x75\x73","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x4D\x4F\x55\x53\x45\x5F\x44\x4F\x57\x4E","\x61\x70\x70\x6C\x79","\x6D\x75\x6C\x74\x69\x70\x6C\x69\x63\x69\x74\x69\x65\x73","\x73\x74\x61\x72\x74","\x65\x6E\x64","\x69\x6E\x70\x75\x74","\x71\x75\x65\x73\x74\x69\x6F\x6E","\x65\x6D\x61\x69\x6C","\x6E","\x63\x72\x65\x61\x74\x65\x4D\x75\x6C\x74\x69\x70\x6C\x69\x63\x69\x74\x69\x65\x73","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x63\x65\x6C\x6C","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x69\x73\x45\x64\x67\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x74\x61\x67\x4E\x61\x6D\x65","\x76\x61\x6C\x75\x65","\x73\x6F\x75\x72\x63\x65","\x69\x6E\x64\x65\x78\x4F\x66","\x73\x74\x61\x72\x74\x45\x64\x69\x74\x69\x6E\x67\x41\x74\x43\x65\x6C\x6C","\x69\x73\x56\x65\x72\x74\x65\x78","\x6C\x6F\x67","\x73\x68\x6F\x77\x44\x69\x61\x6C\x6F\x67","\x63\x6F\x6E\x73\x75\x6D\x65","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x66\x61\x63\x74\x6F\x72\x79\x4D\x65\x74\x68\x6F\x64","\x63\x72\x65\x61\x74\x65\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x6F\x75\x74\x6C\x69\x6E\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6F\x75\x74\x6C\x69\x6E\x65","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x67\x65\x73\x74\x75\x72\x65\x63\x68\x61\x6E\x67\x65","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x73\x63\x61\x6C\x65\x28","\x73\x63\x61\x6C\x65","\x67\x65\x74\x44\x72\x61\x77\x50\x61\x6E\x65","\x76\x69\x65\x77","\x76\x69\x73\x69\x62\x69\x6C\x69\x74\x79","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x67\x65\x73\x74\x75\x72\x65\x65\x6E\x64","\x72\x65\x6D\x6F\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x7A\x6F\x6F\x6D\x54\x6F\x43\x65\x6E\x74\x65\x72","\x7A\x6F\x6F\x6D","\x76\x69\x73\x69\x62\x6C\x65","\x63\x72\x65\x61\x74\x65\x4B\x65\x79\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x4B\x65\x79\x48\x61\x6E\x64\x6C\x65\x72","\x72\x65\x73\x69\x7A\x65","\x73\x69\x7A\x65\x44\x69\x64\x43\x68\x61\x6E\x67\x65","\x75\x70\x64\x61\x74\x65","\x6F\x70\x65\x6E","\x73\x70\x6C\x69\x74\x53\x69\x7A\x65","\x6D\x65\x6E\x75\x62\x61\x72\x48\x65\x69\x67\x68\x74","\x74\x6F\x6F\x6C\x62\x61\x72\x48\x65\x69\x67\x68\x74","\x66\x6F\x6F\x74\x65\x72\x48\x65\x69\x67\x68\x74","\x68\x73\x70\x6C\x69\x74\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x76\x73\x70\x6C\x69\x74\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x64\x64\x55\x6E\x64\x6F\x4C\x69\x73\x74\x65\x6E\x65\x72","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4C\x69\x73\x74\x65\x6E\x65\x72","\x70\x61\x73\x74\x65","\x67\x65\x74","\x69\x73\x45\x6D\x70\x74\x79","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x75\x74","\x63\x6F\x70\x79","\x6F\x70\x65\x6E\x65\x72","\x6F\x70\x65\x6E\x46\x69\x6C\x65","\x70\x61\x72\x73\x65\x58\x6D\x6C","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x73\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x6D\x6F\x64\x69\x66\x69\x65\x64","\x63\x6C\x65\x61\x72","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x69\x6E\x76\x61\x6C\x69\x64\x4F\x72\x4D\x69\x73\x73\x69\x6E\x67\x46\x69\x6C\x65","\x3A\x20","\x6D\x65\x73\x73\x61\x67\x65","\x61\x6C\x65\x72\x74","\x73\x65\x74\x43\x6F\x6E\x73\x75\x6D\x65\x72","\x6F\x70\x65\x6E\x53\x74\x72\x69\x6E\x67","\x64\x61\x74\x61","\x6E\x65\x77","\x67\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x67\x65\x74\x50\x72\x65\x74\x74\x79\x58\x6D\x6C","\x67\x65\x74\x49\x74\x65\x6D","\x72\x65\x70\x6C\x61\x63\x65","\x63\x6F\x6E\x66\x69\x72\x6D","\x73\x65\x74\x49\x74\x65\x6D","\x73\x61\x76\x65\x64","\x20","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x6C\x65\x6E\x67\x74\x68","\x50\x4F\x53\x54","\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x78\x2D\x77\x77\x77\x2D\x66\x6F\x72\x6D\x2D\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72","\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E","\x42\x65\x61\x72\x65\x72\x20","\x74\x6F\x6B\x65\x6E","\x6F\x6E\x6C\x6F\x61\x64","\x72\x65\x61\x64\x79\x53\x74\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x50\x72\x6F\x6A\x65\x63\x74\x20","\x6E\x61\x6D\x65","\x72\x65\x73\x70\x6F\x6E\x73\x65","\x70\x61\x72\x73\x65","\x20\x69\x73\x20\x6F\x70\x65\x6E\x69\x6E\x67\x20\x69\x6E\x20\x6E\x65\x77\x20\x77\x69\x6E\x64\x6F\x77\x21","\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x76\x69\x65\x77\x2F","\x69\x64","\x5F\x62\x6C\x61\x6E\x6B","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x65\x72\x72\x6F\x72\x73","\x6F\x6E\x65\x72\x72\x6F\x72","\x73\x74\x61\x74\x75\x73\x54\x65\x78\x74","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x3D\x70\x72\x6F\x6A\x65\x63\x74\x5F\x6E\x65\x77\x26\x6E\x61\x6D\x65\x3D","\x73\x65\x6E\x64","\x64\x72\x61\x77\x69\x6E\x67\x54\x6F\x6F\x4C\x61\x72\x67\x65","\x70\x6F\x70\x75\x70","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74","\x73\x61\x76\x65","\x50\x55\x54","\x55\x70\x64\x61\x74\x65\x64\x20\x61\x74\x20","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x20\x28","\x45\x72\x72\x6F\x72\x20\x73\x61\x76\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x64\x72\x61\x66\x74\x3D","\x45\x72\x72\x6F\x72\x20\x73\x61\x76\x69\x6E\x67\x20\x66\x69\x6C\x65","\x73\x61\x76\x65\x41\x73","\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x2F","\x45\x72\x72\x6F\x72\x20\x63\x6C\x6F\x6E\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x3D\x70\x72\x6F\x6A\x65\x63\x74\x5F\x63\x6C\x6F\x6E\x65\x64\x26\x6E\x61\x6D\x65\x3D","\x26\x64\x72\x61\x66\x74\x3D","\x26\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E\x3D","\x76\x61\x6C\x69\x64\x61\x74\x65","\x67\x65\x74\x52\x6F\x6F\x74","\x6D\x6F\x64\x65\x6C","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x67\x65\x74\x43\x68\x69\x6C\x64\x41\x74","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x3C\x62\x72\x3E","\x73\x65\x74\x43\x65\x6C\x6C\x57\x61\x72\x6E\x69\x6E\x67","","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x51\x75\x65\x73\x74\x69\x6F\x6E\x20\x63\x61\x6E\x20\x6E\x6F\x74\x20\x62\x65\x20\x65\x6D\x70\x74\x79","\x0A","\x6C\x61\x62\x65\x6C","\x4C\x61\x62\x65\x6C\x20\x63\x61\x6E\x20\x6E\x6F\x74\x20\x62\x65\x20\x65\x6D\x70\x74\x79","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x6C\x6F\x63\x6B","\x4F\x6E\x6C\x79\x20\x6F\x6E\x65\x20\x53\x74\x61\x72\x74\x20\x62\x6C\x6F\x63\x6B\x20\x69\x73\x20\x61\x6C\x6C\x6F\x77\x65\x64","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x67\x65\x74\x49\x64","\x67\x65\x74\x43\x65\x6C\x6C","\x67\x65\x74\x56\x61\x6C\x75\x65","\x6E\x75\x6C\x6C","\x56\x61\x6C\x75\x65\x20\x63\x61\x6E\x20\x6E\x6F\x74\x20\x62\x65\x20\x65\x6D\x70\x74\x79","\x2C","\x73\x70\x6C\x69\x74","\x74\x72\x69\x6D","\x56\x61\x6C\x75\x65","\x20\x63\x61\x6E\x20\x6E\x6F\x74\x20\x62\x65\x20\x65\x6D\x70\x74\x79","\x66\x6F\x72\x45\x61\x63\x68","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x63\x6F\x6E\x74\x61\x69\x6E\x73\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72\x73\x52\x65\x73\x6F\x75\x72\x63\x65","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x67\x65\x74\x45\x64\x67\x65\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x67\x65\x74\x43\x65\x6C\x6C\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x76\x61\x6C\x69\x64\x61\x74\x65\x43\x65\x6C\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x63\x68\x69\x6C\x64\x72\x65\x6E","\x70\x75\x62\x6C\x69\x73\x68","\x50\x75\x62\x6C\x69\x73\x68\x65\x64\x20\x61\x74\x20","\x45\x72\x72\x6F\x72\x20\x70\x75\x62\x6C\x69\x73\x68\x69\x6E\x67\x20\x66\x69\x6C\x65","\x45\x72\x72\x6F\x72\x20\x70\x75\x62\x6C\x69\x73\x68\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x76\x61\x72\x69\x61\x62\x6C\x65","\x56\x61\x72\x69\x61\x62\x6C\x65\x20\x63\x72\x65\x61\x74\x65\x64\x20\x61\x74\x20","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x6E\x61\x6D\x65\x3D","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x76\x61\x72\x69\x61\x62\x6C\x65","\x67\x65\x74\x55\x72\x6C","\x70\x61\x74\x68\x6E\x61\x6D\x65","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x3F","\x26","\x3D","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x61\x6E\x55\x6E\x64\x6F","\x63\x61\x6E\x52\x65\x64\x6F","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x64\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x74\x6F\x46\x72\x6F\x6E\x74","\x74\x6F\x42\x61\x63\x6B","\x64\x61\x73\x68\x65\x64","\x72\x6F\x75\x6E\x64\x65\x64","\x73\x68\x61\x64\x6F\x77","\x74\x69\x6C\x74","\x61\x75\x74\x6F\x73\x69\x7A\x65","\x63\x75\x72\x76\x65\x64","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x77\x6F\x72\x64\x57\x72\x61\x70","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x67\x72\x6F\x75\x70","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x75\x6E\x67\x72\x6F\x75\x70","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x47\x72\x6F\x75\x70","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x61\x6C\x69\x67\x6E\x6D\x65\x6E\x74","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x74\x65\x78\x74","\x66\x6F\x72\x6D\x61\x74","\x61\x72\x72\x61\x6E\x67\x65","\x6C\x69\x6E\x65\x77\x69\x64\x74\x68","\x73\x70\x61\x63\x69\x6E\x67","\x6C\x69\x6E\x65","\x6C\x69\x6E\x65\x65\x6E\x64","\x6C\x69\x6E\x65\x73\x74\x61\x72\x74","\x73\x65\x74\x41\x73\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x61\x6C\x69\x67\x6E","\x67\x65\x74\x53\x74\x61\x74\x65","\x69\x73\x4C\x6F\x6F\x70","\x64\x69\x72\x65\x63\x74\x69\x6F\x6E","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x63\x75\x72\x72\x65\x6E\x74\x52\x6F\x6F\x74","\x6E\x61\x76\x69\x67\x61\x74\x69\x6F\x6E","\x68\x6F\x6D\x65","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x65\x78\x70\x61\x6E\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x65\x64\x69\x74\x4C\x69\x6E\x6B","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x6F\x70\x65\x6E\x4C\x69\x6E\x6B","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x63\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x6D\x69\x6E","\x6D\x61\x78","\x68\x65\x69\x67\x68\x74","\x70\x78","\x74\x6F\x70","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x77\x69\x64\x74\x68","\x62\x6F\x74\x74\x6F\x6D","\x6C\x65\x66\x74","\x64\x69\x73\x70\x6C\x61\x79","\x6E\x6F\x6E\x65","\x68\x73\x70\x6C\x69\x74","\x76\x73\x70\x6C\x69\x74","\x67\x65\x4D\x65\x6E\x75\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x63\x72\x65\x61\x74\x65\x44\x69\x76","\x67\x65\x54\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x53\x69\x64\x65\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x4F\x75\x74\x6C\x69\x6E\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x44\x69\x61\x67\x72\x61\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x46\x6F\x6F\x74\x65\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x48\x73\x70\x6C\x69\x74","\x67\x65\x56\x73\x70\x6C\x69\x74","\x30\x70\x78","\x72\x69\x67\x68\x74","\x6D\x65\x6E\x75\x62\x61\x72","\x67\x65\x4D\x65\x6E\x75\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x4D\x65\x6E\x75\x62\x61\x72","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x74\x6F\x6F\x6C\x62\x61\x72","\x67\x65\x54\x6F\x6F\x6C\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x54\x6F\x6F\x6C\x62\x61\x72","\x73\x69\x64\x65\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x53\x69\x64\x65\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x46\x6F\x6F\x74\x65\x72","\x73\x74\x61\x74\x75\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x63\x72\x65\x61\x74\x65\x53\x74\x61\x74\x75\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x74\x61\x74\x75\x73\x43\x68\x61\x6E\x67\x65\x64","\x67\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x65\x74\x53\x74\x61\x74\x75\x73\x54\x65\x78\x74","\x61\x64\x64\x53\x70\x6C\x69\x74\x48\x61\x6E\x64\x6C\x65\x72","\x61","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x49\x74\x65\x6D\x20\x67\x65\x53\x74\x61\x74\x75\x73","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x67\x65\x46\x6F\x6F\x74\x65\x72","\x64\x69\x76","\x63\x72\x65\x61\x74\x65\x48\x65\x61\x64\x65\x72","\x63\x72\x65\x61\x74\x65\x46\x6F\x72\x6D","\x66\x6F\x72\x6D","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x78","\x79","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x74\x6F\x75\x63\x68\x6D\x6F\x76\x65","\x6D\x6F\x75\x73\x65\x75\x70","\x74\x6F\x75\x63\x68\x65\x6E\x64","\x68\x69\x64\x65\x44\x69\x61\x6C\x6F\x67","\x64\x69\x61\x6C\x6F\x67","\x49\x53\x5F\x56\x4D\x4C","\x63\x6C\x6F\x73\x65","\x73\x61\x76\x65\x46\x69\x6C\x65","\x67\x65\x74\x4F\x72\x43\x72\x65\x61\x74\x65\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x70\x75\x62\x6C\x69\x73\x68\x46\x69\x6C\x65","\x65\x78\x65\x63\x75\x74\x65\x4C\x61\x79\x6F\x75\x74","\x61\x6E\x69\x6D\x61\x74\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x65\x78\x65\x63\x75\x74\x65","\x43\x61\x6D\x69\x6E\x6F","\x75\x73\x65\x72\x41\x67\x65\x6E\x74","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x73\x74\x61\x72\x74\x41\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x69\x73\x43\x6F\x6E\x74\x72\x6F\x6C\x44\x6F\x77\x6E","\x49\x53\x5F\x4D\x41\x43","\x6D\x65\x74\x61\x4B\x65\x79","\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x65\x6E\x61\x62\x6C\x65\x64","\x66\x75\x6E\x63\x74","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x53\x68\x69\x66\x74\x4B\x65\x79","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x4B\x65\x79","\x62\x69\x6E\x64\x53\x68\x69\x66\x74\x4B\x65\x79","\x62\x69\x6E\x64\x4B\x65\x79","\x65\x73\x63\x61\x70\x65","\x65\x6E\x74\x65\x72","\x66\x6F\x6C\x64\x43\x65\x6C\x6C\x73","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x65\x78\x70\x6F\x72\x74","\x63\x6F\x6E\x6E\x65\x63\x74","\x67\x72\x69\x64","\x61\x62\x6F\x75\x74","\x20\x6D\x75\x73\x74\x20\x68\x61\x76\x65\x20","\x20\x6F\x75\x74\x67\x6F\x69\x6E\x67\x20\x65\x64\x67\x65\x2E","\x70\x75\x73\x68","\x20\x69\x6E\x63\x6F\x6D\x69\x6E\x67\x20\x65\x64\x67\x65\x2E"];EditorUi=function(_0x3086x1,_0x3086x2){this[_0xf891[0]]=_0x3086x1|| new Editor();this[_0xf891[1]]=_0x3086x2||document[_0xf891[3]](_0xf891[2]);var _0x3086x3=_0x3086x1[_0xf891[4]];var _0x3086x4=this;this[_0xf891[1]][_0xf891[6]][_0xf891[5]]=_0xf891[7]; new Image()[_0xf891[8]]=mxPopupMenu[_0xf891[10]][_0xf891[9]];if(mxConnectionHandler[_0xf891[10]][_0xf891[11]]!=null){ new Image()[_0xf891[8]]=mxConnectionHandler[_0xf891[10]][_0xf891[11]][_0xf891[8]]};this[_0xf891[12]]= new Actions(this);this[_0xf891[13]]= new Menus(this);this[_0xf891[14]]();this[_0xf891[15]]();this[_0xf891[16]]();var _0x3086x5=mxUtils[_0xf891[20]](this,function(_0x3086x6){if(_0x3086x6==null){_0x3086x6=window[_0xf891[17]]};if(this[_0xf891[18]](_0x3086x6)){return true};return _0x3086x3[_0xf891[19]]()});if(this[_0xf891[1]]==document[_0xf891[21]]){this[_0xf891[23]][_0xf891[22]]=_0x3086x5;this[_0xf891[23]][_0xf891[24]]=_0x3086x5;this[_0xf891[25]][_0xf891[22]]=_0x3086x5;this[_0xf891[25]][_0xf891[24]]=_0x3086x5;this[_0xf891[26]][_0xf891[22]]=_0x3086x5;this[_0xf891[26]][_0xf891[24]]=_0x3086x5;this[_0xf891[27]][_0xf891[22]]=_0x3086x5;this[_0xf891[27]][_0xf891[24]]=_0x3086x5;this[_0xf891[28]][_0xf891[22]]=_0x3086x5;this[_0xf891[28]][_0xf891[24]]=_0x3086x5};if(mxClient[_0xf891[29]]&&( typeof (document[_0xf891[30]])===_0xf891[31]||document[_0xf891[30]]<9)){mxEvent[_0xf891[33]](this[_0xf891[26]],_0xf891[32],_0x3086x5);mxEvent[_0xf891[33]](this[_0xf891[27]],_0xf891[32],_0x3086x5)}else {this[_0xf891[26]][_0xf891[34]]=_0x3086x5;this[_0xf891[27]][_0xf891[34]]=_0x3086x5};_0x3086x3[_0xf891[35]](this[_0xf891[26]]);_0x3086x3[_0xf891[15]]();_0x3086x3[_0xf891[1]][_0xf891[38]](_0xf891[36],_0xf891[37]);_0x3086x3[_0xf891[1]][_0xf891[6]][_0xf891[39]]=_0xf891[40];_0x3086x3[_0xf891[1]][_0xf891[6]][_0xf891[41]]=_0xf891[42]+_0x3086x1[_0xf891[43]]+_0xf891[44];_0x3086x3[_0xf891[1]][_0xf891[6]][_0xf891[45]]=_0xf891[46];_0x3086x3[_0xf891[1]][_0xf891[47]]();var _0x3086x7=_0x3086x3[_0xf891[48]];_0x3086x3[_0xf891[48]]=function(_0x3086x8,_0x3086x9,_0x3086xa){if(_0x3086x8==mxEvent[_0xf891[49]]){this[_0xf891[1]][_0xf891[47]]()};_0x3086x7[_0xf891[50]](this,arguments)};this[_0xf891[58]](_0x3086x3[_0xf891[51]],[_0xf891[52],_0xf891[53],_0xf891[54],_0xf891[55],_0xf891[56]],[[1,1],[0,0],[1,1],[1,_0xf891[57]],[1,_0xf891[57]]],[[0,0],[1,_0xf891[57]],[1,_0xf891[57]],[1,_0xf891[57]],[1,_0xf891[57]]]);_0x3086x3[_0xf891[59]]=function(_0x3086x6,_0x3086xb){var _0x3086xc=[_0xf891[55]];var _0x3086xd= new mxEventObject(mxEvent.DOUBLE_CLICK,_0xf891[17],_0x3086x6,_0xf891[60],_0x3086xb);this[_0xf891[61]](_0x3086xd);if(this[_0xf891[62]]()&&!mxEvent[_0xf891[63]](_0x3086x6)&&!_0x3086xd[_0xf891[63]]()){if(this[_0xf891[65]]()[_0xf891[64]](_0x3086xb)){if(_0x3086xc[_0xf891[69]](_0x3086xb[_0xf891[68]][_0xf891[67]][_0xf891[66]])>=0){this[_0xf891[70]](_0x3086xb)}}else {if(this[_0xf891[65]]()[_0xf891[71]](_0x3086xb)){console[_0xf891[72]](_0x3086x4);console[_0xf891[72]](_0x3086xb);_0x3086x4[_0xf891[73]]( new GeneralDialog(_0x3086x4,_0x3086xb)[_0xf891[1]],320,280,true,true)}};_0x3086xd[_0xf891[74]]()}};_0x3086x3[_0xf891[76]][_0xf891[75]]=true;_0x3086x3[_0xf891[76]][_0xf891[77]]=mxUtils[_0xf891[20]](this,function(_0x3086xe,_0x3086xb,_0x3086x6){this[_0xf891[13]][_0xf891[78]](_0x3086xe,_0x3086xb,_0x3086x6)});_0x3086x1[_0xf891[80]][_0xf891[35]](this[_0xf891[79]]);mxEvent[_0xf891[82]](document,mxUtils[_0xf891[20]](this,function(_0x3086x6){_0x3086x3[_0xf891[76]][_0xf891[81]]()}));if(mxClient[_0xf891[83]]){mxEvent[_0xf891[33]](_0x3086x3[_0xf891[1]],_0xf891[84],mxUtils[_0xf891[20]](this,function(_0x3086x6){_0x3086x3[_0xf891[89]][_0xf891[88]]()[_0xf891[38]](_0xf891[85],_0xf891[86]+_0x3086x6[_0xf891[87]]+_0xf891[44]);_0x3086x3[_0xf891[89]][_0xf891[91]]()[_0xf891[6]][_0xf891[90]]=_0xf891[7]}));mxEvent[_0xf891[33]](_0x3086x3[_0xf891[1]],_0xf891[92],mxUtils[_0xf891[20]](this,function(_0x3086x6){_0x3086x3[_0xf891[89]][_0xf891[88]]()[_0xf891[93]](_0xf891[85]);_0x3086x3[_0xf891[94]]=true;_0x3086x3[_0xf891[95]](_0x3086x6[_0xf891[87]]);_0x3086x3[_0xf891[89]][_0xf891[91]]()[_0xf891[6]][_0xf891[90]]=_0xf891[96]}))};var _0x3086xf=this[_0xf891[97]](_0x3086x1);this[_0xf891[98]]=function(){return _0x3086xf};mxEvent[_0xf891[33]](window,_0xf891[99],mxUtils[_0xf891[20]](this,function(){this[_0xf891[15]]();_0x3086x3[_0xf891[100]]();this[_0xf891[0]][_0xf891[80]][_0xf891[101]](false);this[_0xf891[0]][_0xf891[80]][_0xf891[80]][_0xf891[100]]()}));this[_0xf891[35]]();this[_0xf891[102]]()};EditorUi[_0xf891[10]][_0xf891[103]]=(mxClient[_0xf891[83]])?16:8;EditorUi[_0xf891[10]][_0xf891[104]]=33;EditorUi[_0xf891[10]][_0xf891[105]]=36;EditorUi[_0xf891[10]][_0xf891[106]]=28;EditorUi[_0xf891[10]][_0xf891[107]]=204;EditorUi[_0xf891[10]][_0xf891[108]]=190;EditorUi[_0xf891[10]][_0xf891[35]]=function(){this[_0xf891[109]]();this[_0xf891[110]]();var _0x3086x10=this[_0xf891[12]][_0xf891[112]](_0xf891[111]);var _0x3086x11=function(){_0x3086x10[_0xf891[114]](!mxClipboard[_0xf891[113]]())};var _0x3086x12=mxClipboard[_0xf891[115]];mxClipboard[_0xf891[115]]=function(){_0x3086x12[_0xf891[50]](this,arguments);_0x3086x11()};var _0x3086x13=mxClipboard[_0xf891[116]];mxClipboard[_0xf891[116]]=function(){_0x3086x13[_0xf891[50]](this,arguments);_0x3086x11()}};EditorUi[_0xf891[10]][_0xf891[18]]=function(_0x3086x6){return false};EditorUi[_0xf891[10]][_0xf891[102]]=function(){try{if(window[_0xf891[117]]!=null&&window[_0xf891[117]][_0xf891[118]]!=null){window[_0xf891[117]][_0xf891[118]][_0xf891[130]](mxUtils[_0xf891[20]](this,function(_0x3086x14,_0x3086x15){try{var _0x3086x16=mxUtils[_0xf891[119]](_0x3086x14);this[_0xf891[0]][_0xf891[121]](_0x3086x16[_0xf891[120]]);this[_0xf891[0]][_0xf891[122]]=false;this[_0xf891[0]][_0xf891[124]][_0xf891[123]]();if(_0x3086x15!=null){this[_0xf891[0]][_0xf891[125]]=_0x3086x15}}catch(e){mxUtils[_0xf891[129]](mxResources[_0xf891[112]](_0xf891[126])+_0xf891[127]+e[_0xf891[128]])}}))}}catch(e){}};EditorUi[_0xf891[10]][_0xf891[131]]=function(_0x3086x14,_0x3086x15,_0x3086x17){try{var _0x3086x16=mxUtils[_0xf891[119]](_0x3086x14);this[_0xf891[0]][_0xf891[121]](_0x3086x16[_0xf891[120]]);this[_0xf891[0]][_0xf891[122]]=false;this[_0xf891[0]][_0xf891[124]][_0xf891[123]]();if(_0x3086x15!=null){this[_0xf891[0]][_0xf891[125]]=_0x3086x15};if(_0x3086x17!=null){this[_0xf891[0]][_0xf891[132]]=_0x3086x17}}catch(e){mxUtils[_0xf891[129]](mxResources[_0xf891[112]](_0xf891[126])+_0xf891[127]+e[_0xf891[128]])}};EditorUi[_0xf891[10]][_0xf891[133]]=function(_0x3086x18){var _0x3086x1=this[_0xf891[0]];if(_0x3086x18!=null){var _0x3086x14=mxUtils[_0xf891[135]](this[_0xf891[0]][_0xf891[134]]());try{if(useLocalStorage){if(localStorage[_0xf891[136]](_0x3086x18)!=null&&!mxUtils[_0xf891[138]](mxResources[_0xf891[112]](_0xf891[137],[_0x3086x18]))){return};localStorage[_0xf891[139]](_0x3086x18,_0x3086x14);this[_0xf891[0]][_0xf891[142]](mxResources[_0xf891[112]](_0xf891[140])+_0xf891[141]+ new Date())}else {console[_0xf891[72]](_0x3086x14[_0xf891[143]]);console[_0xf891[72]](MAX_REQUEST_SIZE);if(_0x3086x14[_0xf891[143]]<MAX_REQUEST_SIZE){_0x3086x14=encodeURIComponent(_0x3086x14);_0x3086x18=encodeURIComponent(_0x3086x18);var _0x3086x19= new XMLHttpRequest();_0x3086x19[_0xf891[102]](_0xf891[144],SAVE_URL,true);_0x3086x19[_0xf891[147]](_0xf891[145],_0xf891[146]);_0x3086x19[_0xf891[147]](_0xf891[148],_0xf891[149]+_0x3086x1[_0xf891[132]][_0xf891[150]]);_0x3086x19[_0xf891[151]]=function(_0x3086x1a){if(_0x3086x19[_0xf891[152]]===4){if(_0x3086x19[_0xf891[153]]===201){_0x3086x1[_0xf891[142]](_0xf891[154]+JSON[_0xf891[157]](_0x3086x19[_0xf891[156]])[_0xf891[155]]+_0xf891[158]);setTimeout(function(){window[_0xf891[102]](_0xf891[159]+JSON[_0xf891[157]](_0x3086x19[_0xf891[156]])[_0xf891[160]],_0xf891[161])},1500)}else {_0x3086x1[_0xf891[142]](_0xf891[162]+JSON[_0xf891[157]](_0x3086x19[_0xf891[156]])[_0xf891[163]][0][_0xf891[128]])}}};_0x3086x19[_0xf891[164]]=function(_0x3086x1a){mxUtils[_0xf891[129]](_0x3086x19[_0xf891[165]])};_0x3086x19[_0xf891[167]](_0xf891[166]+_0x3086x18)}else {mxUtils[_0xf891[129]](mxResources[_0xf891[112]](_0xf891[168]));mxUtils[_0xf891[169]](_0x3086x14);return}};this[_0xf891[0]][_0xf891[125]]=_0x3086x18;this[_0xf891[0]][_0xf891[122]]=false}catch(e){this[_0xf891[0]][_0xf891[142]](_0xf891[170])}}else {this[_0xf891[0]][_0xf891[142]](_0xf891[170])}};EditorUi[_0xf891[10]][_0xf891[171]]=function(_0x3086x18){var _0x3086x1=this[_0xf891[0]];if(_0x3086x18!=null){var _0x3086x14=mxUtils[_0xf891[135]](this[_0xf891[0]][_0xf891[134]]());try{if(useLocalStorage){if(localStorage[_0xf891[136]](_0x3086x18)!=null&&!mxUtils[_0xf891[138]](mxResources[_0xf891[112]](_0xf891[137],[_0x3086x18]))){return};localStorage[_0xf891[139]](_0x3086x18,_0x3086x14);this[_0xf891[0]][_0xf891[142]](mxResources[_0xf891[112]](_0xf891[140])+_0xf891[141]+ new Date())}else {console[_0xf891[72]](_0x3086x14[_0xf891[143]]);console[_0xf891[72]](MAX_REQUEST_SIZE);if(_0x3086x14[_0xf891[143]]<MAX_REQUEST_SIZE){_0x3086x14=encodeURIComponent(_0x3086x14);var _0x3086x19= new XMLHttpRequest();_0x3086x19[_0xf891[102]](_0xf891[172],SAVE_URL+this[_0xf891[0]][_0xf891[132]][_0xf891[160]],true);_0x3086x19[_0xf891[147]](_0xf891[145],_0xf891[146]);_0x3086x19[_0xf891[147]](_0xf891[148],_0xf891[149]+_0x3086x1[_0xf891[132]][_0xf891[150]]);_0x3086x19[_0xf891[151]]=function(_0x3086x1a){if(_0x3086x19[_0xf891[152]]===4){if(_0x3086x19[_0xf891[153]]===200){_0x3086x1[_0xf891[142]](_0xf891[173]+JSON[_0xf891[157]](_0x3086x19[_0xf891[156]])[_0xf891[174]]+_0xf891[175]+_0x3086x19[_0xf891[153]]+_0xf891[141]+_0x3086x19[_0xf891[165]]+_0xf891[44])}else {_0x3086x1[_0xf891[142]](_0xf891[176]+JSON[_0xf891[157]](_0x3086x19[_0xf891[156]])[_0xf891[163]][0][_0xf891[128]])}}};_0x3086x19[_0xf891[164]]=function(_0x3086x1a){mxUtils[_0xf891[129]](_0x3086x19[_0xf891[165]])};_0x3086x19[_0xf891[167]](_0xf891[177]+_0x3086x14)}else {mxUtils[_0xf891[129]](mxResources[_0xf891[112]](_0xf891[168]));mxUtils[_0xf891[169]](_0x3086x14);return}};this[_0xf891[0]][_0xf891[125]]=_0x3086x18;this[_0xf891[0]][_0xf891[122]]=false}catch(e){this[_0xf891[0]][_0xf891[142]](_0xf891[178])}}else {this[_0xf891[0]][_0xf891[142]](_0xf891[178])}};EditorUi[_0xf891[10]][_0xf891[179]]=function(_0x3086x18){var _0x3086x1=this[_0xf891[0]];console[_0xf891[72]](_0x3086x18);if(_0x3086x18!=null){var _0x3086x14=mxUtils[_0xf891[135]](this[_0xf891[0]][_0xf891[134]]());try{if(useLocalStorage){if(localStorage[_0xf891[136]](_0x3086x18)!=null&&!mxUtils[_0xf891[138]](mxResources[_0xf891[112]](_0xf891[137],[_0x3086x18]))){return};localStorage[_0xf891[139]](_0x3086x18,_0x3086x14);this[_0xf891[0]][_0xf891[142]](mxResources[_0xf891[112]](_0xf891[140])+_0xf891[141]+ new Date())}else {console[_0xf891[72]](_0x3086x14[_0xf891[143]]);console[_0xf891[72]](MAX_REQUEST_SIZE);if(_0x3086x14[_0xf891[143]]<MAX_REQUEST_SIZE){_0x3086x14=encodeURIComponent(_0x3086x14);_0x3086x18=encodeURIComponent(_0x3086x18);var _0x3086x19= new XMLHttpRequest();_0x3086x19[_0xf891[102]](_0xf891[144],SAVE_URL,true);_0x3086x19[_0xf891[147]](_0xf891[145],_0xf891[146]);_0x3086x19[_0xf891[147]](_0xf891[148],_0xf891[149]+_0x3086x1[_0xf891[132]][_0xf891[150]]);_0x3086x19[_0xf891[151]]=function(_0x3086x1a){if(_0x3086x19[_0xf891[152]]===4){if(_0x3086x19[_0xf891[153]]===201){_0x3086x1[_0xf891[142]](_0xf891[154]+JSON[_0xf891[157]](_0x3086x19[_0xf891[156]])[_0xf891[155]]+_0xf891[158]);setTimeout(function(){window[_0xf891[102]](_0xf891[180]+JSON[_0xf891[157]](_0x3086x19[_0xf891[156]])[_0xf891[160]],_0xf891[161])},1500)}else {_0x3086x1[_0xf891[142]](_0xf891[181]+JSON[_0xf891[157]](_0x3086x19[_0xf891[156]])[_0xf891[163]][0][_0xf891[128]])}}};_0x3086x19[_0xf891[164]]=function(_0x3086x1a){mxUtils[_0xf891[129]](_0x3086x19[_0xf891[165]])};_0x3086x19[_0xf891[167]](_0xf891[182]+_0x3086x18+_0xf891[183]+_0x3086x14+_0xf891[184]+_0x3086x14)}else {mxUtils[_0xf891[129]](mxResources[_0xf891[112]](_0xf891[168]));mxUtils[_0xf891[169]](_0x3086x14);return}};this[_0xf891[0]][_0xf891[125]]=_0x3086x18;this[_0xf891[0]][_0xf891[122]]=false}catch(e){this[_0xf891[0]][_0xf891[142]](_0xf891[178])}}else {this[_0xf891[0]][_0xf891[142]](_0xf891[178])}};EditorUi[_0xf891[10]][_0xf891[185]]=function(_0x3086x1b,_0x3086x1c){var _0x3086x3=this[_0xf891[0]][_0xf891[4]];_0x3086x1b=null!=_0x3086x1b?_0x3086x1b:_0x3086x3[_0xf891[187]][_0xf891[186]]();_0x3086x1c=null!=_0x3086x1c?_0x3086x1c:{};for(var _0x3086x1d=!0,_0x3086x1e=_0x3086x3[_0xf891[187]][_0xf891[188]](_0x3086x1b),_0x3086x1a=0;_0x3086x1a<_0x3086x1e;_0x3086x1a++){var _0x3086x1f=_0x3086x3[_0xf891[187]][_0xf891[189]](_0x3086x1b,_0x3086x1a),_0x3086x20=_0x3086x1c;_0x3086x3[_0xf891[190]](_0x3086x1f)&&(_0x3086x20={});_0x3086x20=this[_0xf891[185]](_0x3086x1f,_0x3086x20);null!=_0x3086x20?_0x3086x3[_0xf891[192]](_0x3086x1f,_0x3086x20[_0xf891[137]](/\n/g,_0xf891[191])):_0x3086x3[_0xf891[192]](_0x3086x1f,null);_0x3086x1d=_0x3086x1d&&null==_0x3086x20};_0x3086x1e=_0xf891[193];if(_0x3086x3[_0xf891[187]][_0xf891[71]](_0x3086x1b)){switch(_0x3086x1b[_0xf891[67]][_0xf891[201]]){case _0xf891[55]:_0x3086x1e=(_0x3086x1b[_0xf891[67]][_0xf891[194]](_0xf891[55])!==_0xf891[193])?_0xf891[193]:_0xf891[195]+_0xf891[196];_0x3086x1e+=(_0x3086x1b[_0xf891[67]][_0xf891[194]](_0xf891[197])!==_0xf891[193])?_0xf891[193]:_0xf891[198]+_0xf891[196];break;case _0xf891[54]:_0x3086x1e=(_0x3086x1b[_0xf891[67]][_0xf891[194]](_0xf891[55])!==_0xf891[193])?_0xf891[193]:_0xf891[195]+_0xf891[196];_0x3086x1e+=(_0x3086x1b[_0xf891[67]][_0xf891[194]](_0xf891[197])!==_0xf891[193])?_0xf891[193]:_0xf891[198]+_0xf891[196];break;case _0xf891[52]:_0x3086x1e=this[_0xf891[199]](_0xf891[52])?_0xf891[193]:_0xf891[200]+_0xf891[196];_0x3086x1e+=(_0x3086x1b[_0xf891[67]][_0xf891[194]](_0xf891[197])!==_0xf891[193])?_0xf891[193]:_0xf891[198]+_0xf891[196];break}};if(_0x3086x3[_0xf891[187]][_0xf891[64]](_0x3086x1b)){var _0x3086x21=_0x3086x3[_0xf891[187]][_0xf891[203]](_0x3086x1b[_0xf891[68]][_0xf891[202]]());switch(_0x3086x21[_0xf891[67]][_0xf891[201]]){case _0xf891[55]:var _0x3086x22=String(_0x3086x1b[_0xf891[204]]());console[_0xf891[72]](_0x3086x22);if(_0x3086x22===_0xf891[205]||_0x3086x22===_0xf891[31]){_0x3086x1e=_0xf891[206]+_0xf891[196]}else {var _0x3086x23=_0x3086x22[_0xf891[208]](_0xf891[207]);_0x3086x23[_0xf891[212]](function(_0x3086x24,_0x3086x25){_0x3086x1e=_0x3086x1e+((_0x3086x24[_0xf891[209]]()!==_0xf891[193])?_0xf891[193]:_0xf891[210]+(_0x3086x25+1)+_0xf891[211]+_0xf891[196])})};break}};_0x3086x3[_0xf891[213]](_0x3086x1b)&&!_0x3086x1d&&(_0x3086x1e+=(mxResources[_0xf891[112]](_0x3086x3[_0xf891[214]])||_0x3086x3[_0xf891[214]])+_0xf891[196]);_0x3086x1e=_0x3086x3[_0xf891[187]][_0xf891[64]](_0x3086x1b)?_0x3086x1e+(_0x3086x3[_0xf891[216]](_0x3086x1b,_0x3086x3[_0xf891[187]][_0xf891[215]](_0x3086x1b,!0),_0x3086x3[_0xf891[187]][_0xf891[215]](_0x3086x1b,!1))||_0xf891[193]):_0x3086x1e+(_0x3086x3[_0xf891[217]](_0x3086x1b)||_0xf891[193]);_0x3086x1a=_0x3086x3[_0xf891[218]](_0x3086x1b,_0x3086x1c);null!=_0x3086x1a&&(_0x3086x1e+=_0x3086x1a);null==_0x3086x3[_0xf891[187]][_0xf891[219]](_0x3086x1b)&&_0x3086x3[_0xf891[89]][_0xf891[185]]();return 0<_0x3086x1e[_0xf891[143]]||!_0x3086x1d?_0x3086x1e:null};EditorUi[_0xf891[10]][_0xf891[199]]=function(_0x3086x26){var _0x3086x3=this[_0xf891[0]][_0xf891[4]];var _0x3086x27=_0x3086x3[_0xf891[220]]();var _0x3086x28=0;_0x3086x27[_0xf891[221]][_0xf891[212]](function(_0x3086x29){if(_0x3086x3[_0xf891[187]][_0xf891[71]](_0x3086x29)&&_0x3086x29[_0xf891[67]][_0xf891[201]]==_0x3086x26){_0x3086x28++}});return _0x3086x28>1?false:true};EditorUi[_0xf891[10]][_0xf891[222]]=function(_0x3086x18){var _0x3086x1=this[_0xf891[0]];if(_0x3086x18!=null){var _0x3086x2a=this[_0xf891[185]]();if(_0x3086x2a===null){var _0x3086x14=mxUtils[_0xf891[135]](this[_0xf891[0]][_0xf891[134]]());try{if(useLocalStorage){if(localStorage[_0xf891[136]](_0x3086x18)!=null&&!mxUtils[_0xf891[138]](mxResources[_0xf891[112]](_0xf891[137],[_0x3086x18]))){return};localStorage[_0xf891[139]](_0x3086x18,_0x3086x14);this[_0xf891[0]][_0xf891[142]](mxResources[_0xf891[112]](_0xf891[140])+_0xf891[141]+ new Date())}else {console[_0xf891[72]](_0x3086x14[_0xf891[143]]);console[_0xf891[72]](MAX_REQUEST_SIZE);if(_0x3086x14[_0xf891[143]]<MAX_REQUEST_SIZE){_0x3086x14=encodeURIComponent(_0x3086x14);var _0x3086x19= new XMLHttpRequest();_0x3086x19[_0xf891[102]](_0xf891[172],SAVE_URL+this[_0xf891[0]][_0xf891[132]][_0xf891[160]],true);_0x3086x19[_0xf891[147]](_0xf891[145],_0xf891[146]);_0x3086x19[_0xf891[147]](_0xf891[148],_0xf891[149]+_0x3086x1[_0xf891[132]][_0xf891[150]]);_0x3086x19[_0xf891[151]]=function(_0x3086x1a){if(_0x3086x19[_0xf891[152]]===4){if(_0x3086x19[_0xf891[153]]===200){_0x3086x1[_0xf891[142]](_0xf891[223]+JSON[_0xf891[157]](_0x3086x19[_0xf891[156]])[_0xf891[174]]+_0xf891[175]+_0x3086x19[_0xf891[153]]+_0xf891[141]+_0x3086x19[_0xf891[165]]+_0xf891[44])}else {_0x3086x1[_0xf891[142]](_0xf891[176]+JSON[_0xf891[157]](_0x3086x19[_0xf891[156]])[_0xf891[163]][0][_0xf891[128]])}}};_0x3086x19[_0xf891[164]]=function(_0x3086x1a){mxUtils[_0xf891[129]](_0x3086x19[_0xf891[165]])};_0x3086x19[_0xf891[167]](_0xf891[177]+_0x3086x14+_0xf891[184]+_0x3086x14)}else {mxUtils[_0xf891[129]](mxResources[_0xf891[112]](_0xf891[168]));mxUtils[_0xf891[169]](_0x3086x14);return}};this[_0xf891[0]][_0xf891[125]]=_0x3086x18;this[_0xf891[0]][_0xf891[122]]=false}catch(e){this[_0xf891[0]][_0xf891[142]](_0xf891[224])}}else {_0x3086x1[_0xf891[142]](_0xf891[225])}}else {this[_0xf891[0]][_0xf891[142]](_0xf891[224])}};EditorUi[_0xf891[10]][_0xf891[226]]=function(_0x3086x18){var _0x3086x1=this[_0xf891[0]];if(_0x3086x18!=null){try{var _0x3086x19= new XMLHttpRequest();_0x3086x19[_0xf891[102]](_0xf891[144],VARIABLE_URL,true);_0x3086x19[_0xf891[147]](_0xf891[145],_0xf891[146]);_0x3086x19[_0xf891[147]](_0xf891[148],_0xf891[149]+_0x3086x1[_0xf891[132]][_0xf891[150]]);_0x3086x19[_0xf891[151]]=function(_0x3086x1a){if(_0x3086x19[_0xf891[152]]===4){if(_0x3086x19[_0xf891[153]]===201){_0x3086x1[_0xf891[142]](_0xf891[227]+JSON[_0xf891[157]](_0x3086x19[_0xf891[156]])[_0xf891[228]]+_0xf891[175]+_0x3086x19[_0xf891[153]]+_0xf891[141]+_0x3086x19[_0xf891[165]]+_0xf891[44])}else {_0x3086x1[_0xf891[142]](_0xf891[181]+JSON[_0xf891[157]](_0x3086x19[_0xf891[156]])[_0xf891[163]][0][_0xf891[128]])}}};_0x3086x19[_0xf891[164]]=function(_0x3086x1a){mxUtils[_0xf891[129]](_0x3086x19[_0xf891[165]])};_0x3086x19[_0xf891[167]](_0xf891[229]+_0x3086x18)}catch(e){this[_0xf891[0]][_0xf891[142]](_0xf891[230])}}else {this[_0xf891[0]][_0xf891[142]](_0xf891[230])}};EditorUi[_0xf891[10]][_0xf891[231]]=function(_0x3086x2b){var _0x3086x2c=(_0x3086x2b!=null)?_0x3086x2b:window[_0xf891[233]][_0xf891[232]];var _0x3086x2d=(_0x3086x2c[_0xf891[69]](_0xf891[234])>0)?1:0;for(var _0x3086x25 in urlParams){if(_0x3086x2d==0){_0x3086x2c+=_0xf891[234]}else {_0x3086x2c+=_0xf891[235]};_0x3086x2c+=_0x3086x25+_0xf891[236]+urlParams[_0x3086x25];_0x3086x2d++};return _0x3086x2c};EditorUi[_0xf891[10]][_0xf891[109]]=function(){var _0x3086x2e=this[_0xf891[12]][_0xf891[112]](_0xf891[237]);var _0x3086x2f=this[_0xf891[12]][_0xf891[112]](_0xf891[238]);var _0x3086x30=this[_0xf891[0]][_0xf891[124]];var _0x3086x31=function(){_0x3086x2e[_0xf891[114]](_0x3086x30[_0xf891[239]]());_0x3086x2f[_0xf891[114]](_0x3086x30[_0xf891[240]]())};_0x3086x30[_0xf891[33]](mxEvent.ADD,_0x3086x31);_0x3086x30[_0xf891[33]](mxEvent.UNDO,_0x3086x31);_0x3086x30[_0xf891[33]](mxEvent.REDO,_0x3086x31);_0x3086x30[_0xf891[33]](mxEvent.CLEAR,_0x3086x31);_0x3086x31()};EditorUi[_0xf891[10]][_0xf891[110]]=function(){var _0x3086x32=mxUtils[_0xf891[20]](this,function(){var _0x3086x3=this[_0xf891[0]][_0xf891[4]];var _0x3086x33=!_0x3086x3[_0xf891[241]]();var _0x3086x34=false;var _0x3086x35=false;var _0x3086x36=_0x3086x3[_0xf891[242]]();if(_0x3086x36!=null){for(var _0x3086x37=0;_0x3086x37<_0x3086x36[_0xf891[143]];_0x3086x37++){var _0x3086xb=_0x3086x36[_0x3086x37];if(_0x3086x3[_0xf891[65]]()[_0xf891[64]](_0x3086xb)){_0x3086x35=true};if(_0x3086x3[_0xf891[65]]()[_0xf891[71]](_0x3086xb)){_0x3086x34=true};if(_0x3086x35&&_0x3086x34){break}}};var _0x3086x38=[_0xf891[115],_0xf891[116],_0xf891[243],_0xf891[244],_0xf891[245],_0xf891[246],_0xf891[6],_0xf891[247],_0xf891[248],_0xf891[249],_0xf891[250],_0xf891[251],_0xf891[252],_0xf891[253],_0xf891[254]];for(var _0x3086x37=0;_0x3086x37<_0x3086x38[_0xf891[143]];_0x3086x37++){this[_0xf891[12]][_0xf891[112]](_0x3086x38[_0x3086x37])[_0xf891[114]](_0x3086x33)};this[_0xf891[12]][_0xf891[112]](_0xf891[255])[_0xf891[114]](_0x3086x35);this[_0xf891[12]][_0xf891[112]](_0xf891[256])[_0xf891[114]](_0x3086x34);this[_0xf891[12]][_0xf891[112]](_0xf891[257])[_0xf891[114]](_0x3086x34);this[_0xf891[12]][_0xf891[112]](_0xf891[259])[_0xf891[114]](_0x3086x3[_0xf891[258]]()>1);this[_0xf891[12]][_0xf891[112]](_0xf891[261])[_0xf891[114]](_0x3086x3[_0xf891[258]]()==1&&_0x3086x3[_0xf891[65]]()[_0xf891[188]](_0x3086x3[_0xf891[260]]())>0);var _0x3086x39=_0x3086x34&&_0x3086x3[_0xf891[258]]()==1;this[_0xf891[12]][_0xf891[112]](_0xf891[262])[_0xf891[114]](_0x3086x39&&_0x3086x3[_0xf891[65]]()[_0xf891[71]](_0x3086x3[_0xf891[65]]()[_0xf891[219]](_0x3086x3[_0xf891[260]]())));var _0x3086x3a=[_0xf891[263],_0xf891[264],_0xf891[265],_0xf891[266],_0xf891[267],_0xf891[268],_0xf891[269],_0xf891[270],_0xf891[271]];for(var _0x3086x37=0;_0x3086x37<_0x3086x3a[_0xf891[143]];_0x3086x37++){this[_0xf891[13]][_0xf891[112]](_0x3086x3a[_0x3086x37])[_0xf891[114]](_0x3086x33)};_0x3086x3a=[_0xf891[272],_0xf891[273],_0xf891[274]];for(var _0x3086x37=0;_0x3086x37<_0x3086x3a[_0xf891[143]];_0x3086x37++){this[_0xf891[13]][_0xf891[112]](_0x3086x3a[_0x3086x37])[_0xf891[114]](_0x3086x35)};this[_0xf891[12]][_0xf891[112]](_0xf891[275])[_0xf891[114]](_0x3086x35);this[_0xf891[13]][_0xf891[112]](_0xf891[276])[_0xf891[114]](_0x3086x3[_0xf891[258]]()>1);this[_0xf891[13]][_0xf891[112]](_0xf891[279])[_0xf891[114]](_0x3086x34||(_0x3086x35&&_0x3086x3[_0xf891[278]](_0x3086x3[_0xf891[89]][_0xf891[277]](_0x3086x3[_0xf891[260]]()))));this[_0xf891[13]][_0xf891[112]](_0xf891[282])[_0xf891[114]](_0x3086x3[_0xf891[280]]&&((_0x3086x3[_0xf891[89]][_0xf891[281]]!=null)||(_0x3086x3[_0xf891[258]]()==1&&_0x3086x3[_0xf891[190]](_0x3086x3[_0xf891[260]]()))));this[_0xf891[12]][_0xf891[112]](_0xf891[283])[_0xf891[114]](_0x3086x3[_0xf891[89]][_0xf891[281]]!=null);this[_0xf891[12]][_0xf891[112]](_0xf891[284])[_0xf891[114]](_0x3086x3[_0xf891[89]][_0xf891[281]]!=null);var _0x3086x3b=_0x3086x3[_0xf891[258]]()==1&&_0x3086x3[_0xf891[190]](_0x3086x3[_0xf891[260]]());this[_0xf891[12]][_0xf891[112]](_0xf891[285])[_0xf891[114]](_0x3086x3b);this[_0xf891[12]][_0xf891[112]](_0xf891[286])[_0xf891[114]](_0x3086x3b);this[_0xf891[12]][_0xf891[112]](_0xf891[287])[_0xf891[114]](_0x3086x3b);this[_0xf891[12]][_0xf891[112]](_0xf891[288])[_0xf891[114]](_0x3086x3[_0xf891[258]]()==1);this[_0xf891[12]][_0xf891[112]](_0xf891[290])[_0xf891[114]](_0x3086x3[_0xf891[258]]()==1&&_0x3086x3[_0xf891[289]](_0x3086x3[_0xf891[260]]())!=null)});this[_0xf891[0]][_0xf891[4]][_0xf891[291]]()[_0xf891[33]](mxEvent.CHANGE,_0x3086x32);_0x3086x32()};EditorUi[_0xf891[10]][_0xf891[15]]=function(){var _0x3086x3c=mxClient[_0xf891[29]]&&(document[_0xf891[30]]==null||document[_0xf891[30]]==5);var _0x3086x3d=this[_0xf891[1]][_0xf891[292]];var _0x3086x3e=this[_0xf891[1]][_0xf891[293]];if(this[_0xf891[1]]==document[_0xf891[21]]){_0x3086x3d=document[_0xf891[21]][_0xf891[292]]||document[_0xf891[120]][_0xf891[292]];_0x3086x3e=(_0x3086x3c)?document[_0xf891[21]][_0xf891[293]]||document[_0xf891[120]][_0xf891[293]]:document[_0xf891[120]][_0xf891[293]]};var _0x3086x3f=Math[_0xf891[295]](0,Math[_0xf891[294]](this[_0xf891[107]],_0x3086x3d-this[_0xf891[103]]-20));var _0x3086x40=Math[_0xf891[295]](0,Math[_0xf891[294]](this[_0xf891[108]],_0x3086x3e-this[_0xf891[104]]-this[_0xf891[105]]-this[_0xf891[106]]-this[_0xf891[103]]-1));this[_0xf891[23]][_0xf891[6]][_0xf891[296]]=this[_0xf891[104]]+_0xf891[297];this[_0xf891[25]][_0xf891[6]][_0xf891[298]]=this[_0xf891[104]]+_0xf891[297];this[_0xf891[25]][_0xf891[6]][_0xf891[296]]=this[_0xf891[105]]+_0xf891[297];var _0x3086x41=this[_0xf891[104]]+this[_0xf891[105]];if(!mxClient[_0xf891[299]]){_0x3086x41+=1};this[_0xf891[27]][_0xf891[6]][_0xf891[298]]=_0x3086x41+_0xf891[297];this[_0xf891[27]][_0xf891[6]][_0xf891[300]]=_0x3086x3f+_0xf891[297];this[_0xf891[79]][_0xf891[6]][_0xf891[300]]=_0x3086x3f+_0xf891[297];this[_0xf891[79]][_0xf891[6]][_0xf891[296]]=_0x3086x40+_0xf891[297];this[_0xf891[79]][_0xf891[6]][_0xf891[301]]=this[_0xf891[106]]+_0xf891[297];this[_0xf891[26]][_0xf891[6]][_0xf891[302]]=(_0x3086x3f+this[_0xf891[103]])+_0xf891[297];this[_0xf891[26]][_0xf891[6]][_0xf891[298]]=this[_0xf891[27]][_0xf891[6]][_0xf891[298]];this[_0xf891[28]][_0xf891[6]][_0xf891[296]]=this[_0xf891[106]]+_0xf891[297];this[_0xf891[28]][_0xf891[6]][_0xf891[303]]=_0xf891[304];this[_0xf891[305]][_0xf891[6]][_0xf891[298]]=this[_0xf891[27]][_0xf891[6]][_0xf891[298]];this[_0xf891[305]][_0xf891[6]][_0xf891[301]]=this[_0xf891[79]][_0xf891[6]][_0xf891[301]];this[_0xf891[305]][_0xf891[6]][_0xf891[302]]=_0x3086x3f+_0xf891[297];this[_0xf891[306]][_0xf891[6]][_0xf891[300]]=this[_0xf891[27]][_0xf891[6]][_0xf891[300]];this[_0xf891[306]][_0xf891[6]][_0xf891[301]]=(_0x3086x40+this[_0xf891[106]])+_0xf891[297];if(_0x3086x3c){this[_0xf891[23]][_0xf891[6]][_0xf891[300]]=_0x3086x3d+_0xf891[297];this[_0xf891[25]][_0xf891[6]][_0xf891[300]]=this[_0xf891[23]][_0xf891[6]][_0xf891[300]];var _0x3086x42=(_0x3086x3e-_0x3086x40-this[_0xf891[103]]-this[_0xf891[106]]-this[_0xf891[104]]-this[_0xf891[105]]);this[_0xf891[27]][_0xf891[6]][_0xf891[296]]=_0x3086x42+_0xf891[297];this[_0xf891[26]][_0xf891[6]][_0xf891[300]]=(_0x3086x3d-_0x3086x3f-this[_0xf891[103]])+_0xf891[297];var _0x3086x43=(_0x3086x3e-this[_0xf891[106]]-this[_0xf891[104]]-this[_0xf891[105]]);this[_0xf891[26]][_0xf891[6]][_0xf891[296]]=_0x3086x43+_0xf891[297];this[_0xf891[28]][_0xf891[6]][_0xf891[300]]=this[_0xf891[23]][_0xf891[6]][_0xf891[300]];this[_0xf891[305]][_0xf891[6]][_0xf891[296]]=_0x3086x43+_0xf891[297]}else {this[_0xf891[27]][_0xf891[6]][_0xf891[301]]=(_0x3086x40+this[_0xf891[103]]+this[_0xf891[106]])+_0xf891[297];this[_0xf891[26]][_0xf891[6]][_0xf891[301]]=this[_0xf891[79]][_0xf891[6]][_0xf891[301]]}};EditorUi[_0xf891[10]][_0xf891[14]]=function(){this[_0xf891[23]]=this[_0xf891[308]](_0xf891[307]);this[_0xf891[25]]=this[_0xf891[308]](_0xf891[309]);this[_0xf891[27]]=this[_0xf891[308]](_0xf891[310]);this[_0xf891[79]]=this[_0xf891[308]](_0xf891[311]);this[_0xf891[26]]=this[_0xf891[308]](_0xf891[312]);this[_0xf891[28]]=this[_0xf891[308]](_0xf891[313]);this[_0xf891[305]]=this[_0xf891[308]](_0xf891[314]);this[_0xf891[306]]=this[_0xf891[308]](_0xf891[315]);this[_0xf891[23]][_0xf891[6]][_0xf891[298]]=_0xf891[316];this[_0xf891[23]][_0xf891[6]][_0xf891[302]]=_0xf891[316];this[_0xf891[23]][_0xf891[6]][_0xf891[317]]=_0xf891[316];this[_0xf891[25]][_0xf891[6]][_0xf891[302]]=_0xf891[316];this[_0xf891[25]][_0xf891[6]][_0xf891[317]]=_0xf891[316];this[_0xf891[27]][_0xf891[6]][_0xf891[302]]=_0xf891[316];this[_0xf891[79]][_0xf891[6]][_0xf891[302]]=_0xf891[316];this[_0xf891[26]][_0xf891[6]][_0xf891[317]]=_0xf891[316];this[_0xf891[28]][_0xf891[6]][_0xf891[302]]=_0xf891[316];this[_0xf891[28]][_0xf891[6]][_0xf891[317]]=_0xf891[316];this[_0xf891[28]][_0xf891[6]][_0xf891[301]]=_0xf891[316];this[_0xf891[306]][_0xf891[6]][_0xf891[302]]=_0xf891[316];this[_0xf891[306]][_0xf891[6]][_0xf891[296]]=this[_0xf891[103]]+_0xf891[297];this[_0xf891[305]][_0xf891[6]][_0xf891[300]]=this[_0xf891[103]]+_0xf891[297]};EditorUi[_0xf891[10]][_0xf891[16]]=function(){this[_0xf891[318]]=this[_0xf891[13]][_0xf891[320]](this[_0xf891[308]](_0xf891[319]));this[_0xf891[23]][_0xf891[321]](this[_0xf891[318]][_0xf891[1]]);this[_0xf891[322]]=this[_0xf891[324]](this[_0xf891[308]](_0xf891[323]));this[_0xf891[25]][_0xf891[321]](this[_0xf891[322]][_0xf891[1]]);this[_0xf891[325]]=this[_0xf891[326]](this[_0xf891[27]]);this[_0xf891[28]][_0xf891[321]](this[_0xf891[327]]());this[_0xf891[328]]=this[_0xf891[329]]();this[_0xf891[0]][_0xf891[33]](_0xf891[330],mxUtils[_0xf891[20]](this,function(){this[_0xf891[332]](this[_0xf891[0]][_0xf891[331]]())}));this[_0xf891[332]](this[_0xf891[0]][_0xf891[331]]());this[_0xf891[318]][_0xf891[1]][_0xf891[321]](this[_0xf891[328]]);this[_0xf891[1]][_0xf891[321]](this[_0xf891[23]]);this[_0xf891[1]][_0xf891[321]](this[_0xf891[25]]);this[_0xf891[1]][_0xf891[321]](this[_0xf891[27]]);this[_0xf891[1]][_0xf891[321]](this[_0xf891[79]]);this[_0xf891[1]][_0xf891[321]](this[_0xf891[26]]);this[_0xf891[1]][_0xf891[321]](this[_0xf891[28]]);this[_0xf891[1]][_0xf891[321]](this[_0xf891[305]]);this[_0xf891[1]][_0xf891[321]](this[_0xf891[306]]);this[_0xf891[333]](this[_0xf891[305]],true,0,mxUtils[_0xf891[20]](this,function(_0x3086x44){this[_0xf891[107]]=_0x3086x44;this[_0xf891[15]]();this[_0xf891[0]][_0xf891[4]][_0xf891[100]]();this[_0xf891[0]][_0xf891[80]][_0xf891[101]](false);this[_0xf891[0]][_0xf891[80]][_0xf891[80]][_0xf891[100]]()}));this[_0xf891[333]](this[_0xf891[306]],false,this[_0xf891[106]],mxUtils[_0xf891[20]](this,function(_0x3086x44){this[_0xf891[108]]=_0x3086x44;this[_0xf891[15]]();this[_0xf891[0]][_0xf891[80]][_0xf891[101]](false);this[_0xf891[0]][_0xf891[80]][_0xf891[80]][_0xf891[100]]()}))};EditorUi[_0xf891[10]][_0xf891[329]]=function(){var _0x3086x2=document[_0xf891[335]](_0xf891[334]);_0x3086x2[_0xf891[336]]=_0xf891[337];return _0x3086x2};EditorUi[_0xf891[10]][_0xf891[329]]=function(){var _0x3086x2=document[_0xf891[335]](_0xf891[334]);_0x3086x2[_0xf891[336]]=_0xf891[337];return _0x3086x2};EditorUi[_0xf891[10]][_0xf891[332]]=function(_0x3086x44){this[_0xf891[328]][_0xf891[338]]=_0x3086x44};EditorUi[_0xf891[10]][_0xf891[324]]=function(_0x3086x2){return new Toolbar(this,_0x3086x2)};EditorUi[_0xf891[10]][_0xf891[326]]=function(_0x3086x2){return new Sidebar(this,_0x3086x2)};EditorUi[_0xf891[10]][_0xf891[327]]=function(){return this[_0xf891[308]](_0xf891[339])};EditorUi[_0xf891[10]][_0xf891[308]]=function(_0x3086x45){var _0x3086x46=document[_0xf891[335]](_0xf891[340]);_0x3086x46[_0xf891[336]]=_0x3086x45;return _0x3086x46};EditorUi[_0xf891[10]][_0xf891[341]]=function(_0x3086x45){var _0x3086x46=document[_0xf891[335]](_0x3086x45);return _0x3086x46};EditorUi[_0xf891[10]][_0xf891[342]]=function(_0x3086x45){var _0x3086x46=document[_0xf891[335]](_0xf891[343]);_0x3086x46[_0xf891[336]]=_0x3086x45;return _0x3086x46};EditorUi[_0xf891[10]][_0xf891[333]]=function(_0x3086x46,_0x3086x47,_0x3086x48,_0x3086x49){var _0x3086x4a=null;var _0x3086x4b=null;function _0x3086x4c(){return parseInt(((_0x3086x47)?_0x3086x46[_0xf891[6]][_0xf891[302]]:_0x3086x46[_0xf891[6]][_0xf891[301]]))}function _0x3086x4d(_0x3086x6){if(_0x3086x4a!=null){var _0x3086x4e= new mxPoint(mxEvent[_0xf891[344]](_0x3086x6),mxEvent[_0xf891[345]](_0x3086x6));_0x3086x49(Math[_0xf891[295]](0,_0x3086x4b+((_0x3086x47)?(_0x3086x4e[_0xf891[346]]-_0x3086x4a[_0xf891[346]]):(_0x3086x4a[_0xf891[347]]-_0x3086x4e[_0xf891[347]]))-_0x3086x48));mxEvent[_0xf891[74]](_0x3086x6)}}function _0x3086x4f(_0x3086x6){_0x3086x4d(_0x3086x6);_0x3086x4a=null;_0x3086x4b=null}mxEvent[_0xf891[82]](_0x3086x46,function(_0x3086x6){_0x3086x4a= new mxPoint(mxEvent[_0xf891[344]](_0x3086x6),mxEvent[_0xf891[345]](_0x3086x6));_0x3086x4b=_0x3086x4c();mxEvent[_0xf891[74]](_0x3086x6)});mxEvent[_0xf891[33]](document,_0xf891[348],_0x3086x4d);mxEvent[_0xf891[33]](document,_0xf891[349],_0x3086x4d);mxEvent[_0xf891[33]](document,_0xf891[350],_0x3086x4f);mxEvent[_0xf891[33]](document,_0xf891[351],_0x3086x4f)};EditorUi[_0xf891[10]][_0xf891[73]]=function(_0x3086x46,_0x3086x3d,_0x3086x3e,_0x3086x50,_0x3086x51,_0x3086x52){this[_0xf891[352]]();this[_0xf891[353]]= new Dialog(this,_0x3086x46,_0x3086x3d,(mxClient[_0xf891[354]])?_0x3086x3e-12:_0x3086x3e,_0x3086x50,_0x3086x51,_0x3086x52)};EditorUi[_0xf891[10]][_0xf891[352]]=function(){if(this[_0xf891[353]]!=null){this[_0xf891[353]][_0xf891[355]]();this[_0xf891[353]]=null;this[_0xf891[0]][_0xf891[4]][_0xf891[1]][_0xf891[47]]()}};EditorUi[_0xf891[10]][_0xf891[356]]=function(_0x3086x53){if(!_0x3086x53&&this[_0xf891[0]][_0xf891[125]]!=null){this[_0xf891[171]](this[_0xf891[0]][_0xf891[357]]())}else {this[_0xf891[73]]( new SaveDialog(this)[_0xf891[1]],300,100,true,true)}};EditorUi[_0xf891[10]][_0xf891[358]]=function(_0x3086x53){if(!_0x3086x53&&this[_0xf891[0]][_0xf891[125]]!=null){this[_0xf891[222]](this[_0xf891[0]][_0xf891[357]]())}else {}};EditorUi[_0xf891[10]][_0xf891[359]]=function(_0x3086x54,_0x3086x55,_0x3086x56){var _0x3086x3=this[_0xf891[0]][_0xf891[4]];var _0x3086xb=_0x3086x3[_0xf891[260]]();_0x3086x55=this[_0xf891[360]]!=null?this[_0xf891[360]]:_0x3086x55;_0x3086x3[_0xf891[65]]()[_0xf891[361]]();try{_0x3086x54[_0xf891[362]](_0x3086x3[_0xf891[220]](),_0x3086xb)}catch(e){throw e}finally{if(_0x3086x55&&navigator[_0xf891[364]][_0xf891[69]](_0xf891[363])<0){var _0x3086x57= new mxMorphing(_0x3086x3);_0x3086x57[_0xf891[33]](mxEvent.DONE,mxUtils[_0xf891[20]](this,function(){_0x3086x3[_0xf891[65]]()[_0xf891[365]]()}));_0x3086x57[_0xf891[366]]()}else {_0x3086x3[_0xf891[65]]()[_0xf891[365]]()}}};EditorUi[_0xf891[10]][_0xf891[97]]=function(_0x3086x1){var _0x3086x3=this[_0xf891[0]][_0xf891[4]];var _0x3086xf= new mxKeyHandler(_0x3086x3);_0x3086xf[_0xf891[367]]=function(_0x3086x6){return mxEvent[_0xf891[367]](_0x3086x6)||(mxClient[_0xf891[368]]&&_0x3086x6[_0xf891[369]])};function _0x3086x58(_0x3086x59){if(!_0x3086x3[_0xf891[241]]()){var _0x3086x48=0;var _0x3086x5a=0;if(_0x3086x59==37){_0x3086x48= -1}else {if(_0x3086x59==38){_0x3086x5a= -1}else {if(_0x3086x59==39){_0x3086x48=1}else {if(_0x3086x59==40){_0x3086x5a=1}}}};_0x3086x3[_0xf891[370]](_0x3086x3[_0xf891[242]](),_0x3086x48,_0x3086x5a);_0x3086x3[_0xf891[371]](_0x3086x3[_0xf891[260]]())}}var _0x3086x5b=mxUtils[_0xf891[20]](this,function(_0x3086x5c,_0x3086x5d,_0x3086x25,_0x3086x5e){var _0x3086x5f=this[_0xf891[12]][_0xf891[112]](_0x3086x25);if(_0x3086x5f!=null){var _0x3086x1f=function(){if(_0x3086x5f[_0xf891[372]]){_0x3086x5f[_0xf891[373]]()}};if(_0x3086x5d){if(_0x3086x5e){_0x3086xf[_0xf891[374]](_0x3086x5c,_0x3086x1f)}else {_0x3086xf[_0xf891[375]](_0x3086x5c,_0x3086x1f)}}else {if(_0x3086x5e){_0x3086xf[_0xf891[376]](_0x3086x5c,_0x3086x1f)}else {_0x3086xf[_0xf891[377]](_0x3086x5c,_0x3086x1f)}}}});var _0x3086x60=this;var _0x3086x61=_0x3086xf[_0xf891[378]];_0x3086xf[_0xf891[378]]=function(_0x3086x6){_0x3086x60[_0xf891[352]]();_0x3086x61[_0xf891[50]](this,arguments)};_0x3086xf[_0xf891[379]]=function(){};_0x3086xf[_0xf891[377]](8,function(){_0x3086x3[_0xf891[380]](true)});_0x3086xf[_0xf891[377]](13,function(){_0x3086x3[_0xf891[380]](false)});_0x3086xf[_0xf891[377]](33,function(){_0x3086x3[_0xf891[284]]()});_0x3086xf[_0xf891[377]](34,function(){_0x3086x3[_0xf891[285]]()});_0x3086xf[_0xf891[377]](36,function(){_0x3086x3[_0xf891[283]]()});_0x3086xf[_0xf891[377]](35,function(){_0x3086x3[_0xf891[15]]()});_0x3086xf[_0xf891[377]](37,function(){_0x3086x58(37)});_0x3086xf[_0xf891[377]](38,function(){_0x3086x58(38)});_0x3086xf[_0xf891[377]](39,function(){_0x3086x58(39)});_0x3086xf[_0xf891[377]](40,function(){_0x3086x58(40)});_0x3086xf[_0xf891[377]](113,function(){_0x3086x3[_0xf891[70]]()});_0x3086x5b(46,false,_0xf891[243]);_0x3086x5b(82,true,_0xf891[253]);_0x3086x5b(83,true,_0xf891[171]);_0x3086x5b(83,true,_0xf891[179],true);_0x3086x5b(107,false,_0xf891[381]);_0x3086x5b(109,false,_0xf891[382]);_0x3086x5b(65,true,_0xf891[383]);_0x3086x5b(86,true,_0xf891[384],true);_0x3086x5b(69,true,_0xf891[385],true);_0x3086x5b(69,true,_0xf891[386]);_0x3086x5b(66,true,_0xf891[249]);_0x3086x5b(70,true,_0xf891[248]);_0x3086x5b(68,true,_0xf891[244]);_0x3086x5b(90,true,_0xf891[237]);_0x3086x5b(89,true,_0xf891[238]);_0x3086x5b(88,true,_0xf891[115]);_0x3086x5b(67,true,_0xf891[116]);_0x3086x5b(81,true,_0xf891[387]);_0x3086x5b(86,true,_0xf891[111]);_0x3086x5b(71,true,_0xf891[259]);_0x3086x5b(71,true,_0xf891[388],true);_0x3086x5b(85,true,_0xf891[261]);_0x3086x5b(112,false,_0xf891[389]);_0x3086x5b(80,true,_0xf891[222],true);return _0x3086xf};EditorUi[_0xf891[10]][_0xf891[58]]=function(_0x3086x3,_0x3086x36,_0x3086x62,_0x3086x63){for(var _0x3086x37=0;_0x3086x37<_0x3086x36[_0xf891[143]];_0x3086x37++){_0x3086x3[_0xf891[392]]( new mxMultiplicity(true,_0x3086x36[_0x3086x37],null,null,_0x3086x62[_0x3086x37][0],_0x3086x62[_0x3086x37][1],null,mxResources[_0xf891[112]](_0x3086x36[_0x3086x37])+_0xf891[390]+_0x3086x62[_0x3086x37][0]+_0xf891[391],null));_0x3086x3[_0xf891[392]]( new mxMultiplicity(false,_0x3086x36[_0x3086x37],null,null,_0x3086x63[_0x3086x37][0],_0x3086x63[_0x3086x37][1],null,mxResources[_0xf891[112]](_0x3086x36[_0x3086x37])+_0xf891[390]+_0x3086x63[_0x3086x37][0]+_0xf891[393],null))}} \ No newline at end of file +var _0x3322=["\x65\x64\x69\x74\x6F\x72","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x45\x64\x69\x74\x6F\x72","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x67\x72\x61\x70\x68","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x73\x74\x79\x6C\x65","\x68\x69\x64\x64\x65\x6E","\x73\x72\x63","\x73\x75\x62\x6D\x65\x6E\x75\x49\x6D\x61\x67\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x61\x63\x74\x69\x6F\x6E\x73","\x6D\x65\x6E\x75\x73","\x63\x72\x65\x61\x74\x65\x44\x69\x76\x73","\x72\x65\x66\x72\x65\x73\x68","\x63\x72\x65\x61\x74\x65\x55\x69","\x65\x76\x65\x6E\x74","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x41\x6C\x6C\x6F\x77\x65\x64","\x69\x73\x45\x64\x69\x74\x69\x6E\x67","\x62\x69\x6E\x64","\x62\x6F\x64\x79","\x6F\x6E\x73\x65\x6C\x65\x63\x74\x73\x74\x61\x72\x74","\x6D\x65\x6E\x75\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6F\x6E\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x74\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x64\x69\x61\x67\x72\x61\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x69\x64\x65\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x66\x6F\x6F\x74\x65\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x49\x53\x5F\x49\x45","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x6F\x6E\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x69\x6E\x69\x74","\x74\x61\x62\x69\x6E\x64\x65\x78","\x30","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x75\x72\x73\x6F\x72","\x64\x65\x66\x61\x75\x6C\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x67\x72\x69\x64\x49\x6D\x61\x67\x65","\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x2D\x31\x70\x78\x20\x2D\x31\x70\x78","\x66\x6F\x63\x75\x73","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x4D\x4F\x55\x53\x45\x5F\x44\x4F\x57\x4E","\x61\x70\x70\x6C\x79","\x6D\x75\x6C\x74\x69\x70\x6C\x69\x63\x69\x74\x69\x65\x73","\x73\x74\x61\x72\x74","\x65\x6E\x64","\x69\x6E\x70\x75\x74","\x71\x75\x65\x73\x74\x69\x6F\x6E","\x65\x6D\x61\x69\x6C","\x6E","\x63\x72\x65\x61\x74\x65\x4D\x75\x6C\x74\x69\x70\x6C\x69\x63\x69\x74\x69\x65\x73","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x63\x65\x6C\x6C","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x69\x73\x45\x64\x67\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x74\x61\x67\x4E\x61\x6D\x65","\x76\x61\x6C\x75\x65","\x73\x6F\x75\x72\x63\x65","\x69\x6E\x64\x65\x78\x4F\x66","\x73\x74\x61\x72\x74\x45\x64\x69\x74\x69\x6E\x67\x41\x74\x43\x65\x6C\x6C","\x69\x73\x56\x65\x72\x74\x65\x78","\x6C\x6F\x67","\x73\x68\x6F\x77\x44\x69\x61\x6C\x6F\x67","\x63\x6F\x6E\x73\x75\x6D\x65","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x66\x61\x63\x74\x6F\x72\x79\x4D\x65\x74\x68\x6F\x64","\x63\x72\x65\x61\x74\x65\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x6F\x75\x74\x6C\x69\x6E\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6F\x75\x74\x6C\x69\x6E\x65","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x67\x65\x73\x74\x75\x72\x65\x63\x68\x61\x6E\x67\x65","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x73\x63\x61\x6C\x65\x28","\x73\x63\x61\x6C\x65","\x67\x65\x74\x44\x72\x61\x77\x50\x61\x6E\x65","\x76\x69\x65\x77","\x76\x69\x73\x69\x62\x69\x6C\x69\x74\x79","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x67\x65\x73\x74\x75\x72\x65\x65\x6E\x64","\x72\x65\x6D\x6F\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x7A\x6F\x6F\x6D\x54\x6F\x43\x65\x6E\x74\x65\x72","\x7A\x6F\x6F\x6D","\x76\x69\x73\x69\x62\x6C\x65","\x63\x72\x65\x61\x74\x65\x4B\x65\x79\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x4B\x65\x79\x48\x61\x6E\x64\x6C\x65\x72","\x72\x65\x73\x69\x7A\x65","\x73\x69\x7A\x65\x44\x69\x64\x43\x68\x61\x6E\x67\x65","\x75\x70\x64\x61\x74\x65","\x6F\x70\x65\x6E","\x73\x70\x6C\x69\x74\x53\x69\x7A\x65","\x6D\x65\x6E\x75\x62\x61\x72\x48\x65\x69\x67\x68\x74","\x74\x6F\x6F\x6C\x62\x61\x72\x48\x65\x69\x67\x68\x74","\x66\x6F\x6F\x74\x65\x72\x48\x65\x69\x67\x68\x74","\x68\x73\x70\x6C\x69\x74\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x76\x73\x70\x6C\x69\x74\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x64\x64\x55\x6E\x64\x6F\x4C\x69\x73\x74\x65\x6E\x65\x72","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4C\x69\x73\x74\x65\x6E\x65\x72","\x70\x61\x73\x74\x65","\x67\x65\x74","\x69\x73\x45\x6D\x70\x74\x79","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x75\x74","\x63\x6F\x70\x79","\x6F\x70\x65\x6E\x65\x72","\x6F\x70\x65\x6E\x46\x69\x6C\x65","\x70\x61\x72\x73\x65\x58\x6D\x6C","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x73\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x6D\x6F\x64\x69\x66\x69\x65\x64","\x63\x6C\x65\x61\x72","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x69\x6E\x76\x61\x6C\x69\x64\x4F\x72\x4D\x69\x73\x73\x69\x6E\x67\x46\x69\x6C\x65","\x3A\x20","\x6D\x65\x73\x73\x61\x67\x65","\x61\x6C\x65\x72\x74","\x73\x65\x74\x43\x6F\x6E\x73\x75\x6D\x65\x72","\x6F\x70\x65\x6E\x53\x74\x72\x69\x6E\x67","\x64\x61\x74\x61","\x6E\x65\x77","\x67\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x67\x65\x74\x50\x72\x65\x74\x74\x79\x58\x6D\x6C","\x67\x65\x74\x49\x74\x65\x6D","\x72\x65\x70\x6C\x61\x63\x65","\x63\x6F\x6E\x66\x69\x72\x6D","\x73\x65\x74\x49\x74\x65\x6D","\x73\x61\x76\x65\x64","\x20","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x6C\x65\x6E\x67\x74\x68","\x50\x4F\x53\x54","\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x78\x2D\x77\x77\x77\x2D\x66\x6F\x72\x6D\x2D\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72","\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E","\x42\x65\x61\x72\x65\x72\x20","\x74\x6F\x6B\x65\x6E","\x6F\x6E\x6C\x6F\x61\x64","\x72\x65\x61\x64\x79\x53\x74\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x50\x72\x6F\x6A\x65\x63\x74\x20","\x6E\x61\x6D\x65","\x72\x65\x73\x70\x6F\x6E\x73\x65","\x70\x61\x72\x73\x65","\x20\x69\x73\x20\x6F\x70\x65\x6E\x69\x6E\x67\x20\x69\x6E\x20\x6E\x65\x77\x20\x77\x69\x6E\x64\x6F\x77\x21","\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x76\x69\x65\x77\x2F","\x69\x64","\x5F\x62\x6C\x61\x6E\x6B","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x65\x72\x72\x6F\x72\x73","\x6F\x6E\x65\x72\x72\x6F\x72","\x73\x74\x61\x74\x75\x73\x54\x65\x78\x74","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x3D\x70\x72\x6F\x6A\x65\x63\x74\x5F\x6E\x65\x77\x26\x6E\x61\x6D\x65\x3D","\x73\x65\x6E\x64","\x64\x72\x61\x77\x69\x6E\x67\x54\x6F\x6F\x4C\x61\x72\x67\x65","\x70\x6F\x70\x75\x70","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74","\x73\x61\x76\x65","\x50\x55\x54","\x55\x70\x64\x61\x74\x65\x64\x20\x61\x74\x20","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x20\x28","\x45\x72\x72\x6F\x72\x20\x73\x61\x76\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x64\x72\x61\x66\x74\x3D","\x45\x72\x72\x6F\x72\x20\x73\x61\x76\x69\x6E\x67\x20\x66\x69\x6C\x65","\x73\x61\x76\x65\x41\x73","\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x2F","\x45\x72\x72\x6F\x72\x20\x63\x6C\x6F\x6E\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x3D\x70\x72\x6F\x6A\x65\x63\x74\x5F\x63\x6C\x6F\x6E\x65\x64\x26\x6E\x61\x6D\x65\x3D","\x26\x64\x72\x61\x66\x74\x3D","\x26\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E\x3D","\x76\x61\x6C\x69\x64\x61\x74\x65","\x67\x65\x74\x52\x6F\x6F\x74","\x6D\x6F\x64\x65\x6C","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x67\x65\x74\x43\x68\x69\x6C\x64\x41\x74","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x3C\x62\x72\x3E","\x73\x65\x74\x43\x65\x6C\x6C\x57\x61\x72\x6E\x69\x6E\x67","","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x51\x75\x65\x73\x74\x69\x6F\x6E\x20\x63\x61\x6E\x20\x6E\x6F\x74\x20\x62\x65\x20\x65\x6D\x70\x74\x79","\x0A","\x6C\x61\x62\x65\x6C","\x4C\x61\x62\x65\x6C\x20\x63\x61\x6E\x20\x6E\x6F\x74\x20\x62\x65\x20\x65\x6D\x70\x74\x79","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x6C\x6F\x63\x6B","\x4F\x6E\x6C\x79\x20\x6F\x6E\x65\x20\x53\x74\x61\x72\x74\x20\x62\x6C\x6F\x63\x6B\x20\x69\x73\x20\x61\x6C\x6C\x6F\x77\x65\x64","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x67\x65\x74\x49\x64","\x67\x65\x74\x43\x65\x6C\x6C","\x67\x65\x74\x56\x61\x6C\x75\x65","\x6E\x75\x6C\x6C","\x56\x61\x6C\x75\x65\x20\x63\x61\x6E\x20\x6E\x6F\x74\x20\x62\x65\x20\x65\x6D\x70\x74\x79","\x2C","\x73\x70\x6C\x69\x74","\x74\x72\x69\x6D","\x56\x61\x6C\x75\x65","\x20\x63\x61\x6E\x20\x6E\x6F\x74\x20\x62\x65\x20\x65\x6D\x70\x74\x79","\x66\x6F\x72\x45\x61\x63\x68","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x63\x6F\x6E\x74\x61\x69\x6E\x73\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72\x73\x52\x65\x73\x6F\x75\x72\x63\x65","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x67\x65\x74\x45\x64\x67\x65\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x67\x65\x74\x43\x65\x6C\x6C\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x76\x61\x6C\x69\x64\x61\x74\x65\x43\x65\x6C\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x63\x68\x69\x6C\x64\x72\x65\x6E","\x70\x75\x62\x6C\x69\x73\x68","\x50\x75\x62\x6C\x69\x73\x68\x65\x64\x20\x61\x74\x20","\x45\x72\x72\x6F\x72\x20\x70\x75\x62\x6C\x69\x73\x68\x69\x6E\x67\x20\x66\x69\x6C\x65","\x45\x72\x72\x6F\x72\x20\x70\x75\x62\x6C\x69\x73\x68\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x76\x61\x72\x69\x61\x62\x6C\x65","\x56\x61\x72\x69\x61\x62\x6C\x65\x20\x63\x72\x65\x61\x74\x65\x64\x20\x61\x74\x20","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x6E\x61\x6D\x65\x3D","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x76\x61\x72\x69\x61\x62\x6C\x65","\x67\x65\x74\x55\x72\x6C","\x70\x61\x74\x68\x6E\x61\x6D\x65","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x3F","\x26","\x3D","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x61\x6E\x55\x6E\x64\x6F","\x63\x61\x6E\x52\x65\x64\x6F","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x64\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x74\x6F\x46\x72\x6F\x6E\x74","\x74\x6F\x42\x61\x63\x6B","\x64\x61\x73\x68\x65\x64","\x72\x6F\x75\x6E\x64\x65\x64","\x73\x68\x61\x64\x6F\x77","\x74\x69\x6C\x74","\x61\x75\x74\x6F\x73\x69\x7A\x65","\x63\x75\x72\x76\x65\x64","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x77\x6F\x72\x64\x57\x72\x61\x70","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x67\x72\x6F\x75\x70","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x75\x6E\x67\x72\x6F\x75\x70","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x47\x72\x6F\x75\x70","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x61\x6C\x69\x67\x6E\x6D\x65\x6E\x74","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x74\x65\x78\x74","\x66\x6F\x72\x6D\x61\x74","\x61\x72\x72\x61\x6E\x67\x65","\x6C\x69\x6E\x65\x77\x69\x64\x74\x68","\x73\x70\x61\x63\x69\x6E\x67","\x6C\x69\x6E\x65","\x6C\x69\x6E\x65\x65\x6E\x64","\x6C\x69\x6E\x65\x73\x74\x61\x72\x74","\x73\x65\x74\x41\x73\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x61\x6C\x69\x67\x6E","\x67\x65\x74\x53\x74\x61\x74\x65","\x69\x73\x4C\x6F\x6F\x70","\x64\x69\x72\x65\x63\x74\x69\x6F\x6E","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x63\x75\x72\x72\x65\x6E\x74\x52\x6F\x6F\x74","\x6E\x61\x76\x69\x67\x61\x74\x69\x6F\x6E","\x68\x6F\x6D\x65","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x65\x78\x70\x61\x6E\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x65\x64\x69\x74\x4C\x69\x6E\x6B","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x6F\x70\x65\x6E\x4C\x69\x6E\x6B","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x63\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x6D\x69\x6E","\x6D\x61\x78","\x68\x65\x69\x67\x68\x74","\x70\x78","\x74\x6F\x70","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x77\x69\x64\x74\x68","\x62\x6F\x74\x74\x6F\x6D","\x6C\x65\x66\x74","\x64\x69\x73\x70\x6C\x61\x79","\x6E\x6F\x6E\x65","\x68\x73\x70\x6C\x69\x74","\x76\x73\x70\x6C\x69\x74","\x67\x65\x4D\x65\x6E\x75\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x63\x72\x65\x61\x74\x65\x44\x69\x76","\x67\x65\x54\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x53\x69\x64\x65\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x4F\x75\x74\x6C\x69\x6E\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x44\x69\x61\x67\x72\x61\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x46\x6F\x6F\x74\x65\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x48\x73\x70\x6C\x69\x74","\x67\x65\x56\x73\x70\x6C\x69\x74","\x30\x70\x78","\x72\x69\x67\x68\x74","\x6D\x65\x6E\x75\x62\x61\x72","\x67\x65\x4D\x65\x6E\x75\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x4D\x65\x6E\x75\x62\x61\x72","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x74\x6F\x6F\x6C\x62\x61\x72","\x67\x65\x54\x6F\x6F\x6C\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x54\x6F\x6F\x6C\x62\x61\x72","\x73\x69\x64\x65\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x53\x69\x64\x65\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x46\x6F\x6F\x74\x65\x72","\x73\x74\x61\x74\x75\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x63\x72\x65\x61\x74\x65\x53\x74\x61\x74\x75\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x74\x61\x74\x75\x73\x43\x68\x61\x6E\x67\x65\x64","\x67\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x65\x74\x53\x74\x61\x74\x75\x73\x54\x65\x78\x74","\x61\x64\x64\x53\x70\x6C\x69\x74\x48\x61\x6E\x64\x6C\x65\x72","\x61","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x49\x74\x65\x6D\x20\x67\x65\x53\x74\x61\x74\x75\x73","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x67\x65\x46\x6F\x6F\x74\x65\x72","\x64\x69\x76","\x63\x72\x65\x61\x74\x65\x48\x65\x61\x64\x65\x72","\x63\x72\x65\x61\x74\x65\x46\x6F\x72\x6D","\x66\x6F\x72\x6D","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x78","\x79","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x74\x6F\x75\x63\x68\x6D\x6F\x76\x65","\x6D\x6F\x75\x73\x65\x75\x70","\x74\x6F\x75\x63\x68\x65\x6E\x64","\x68\x69\x64\x65\x44\x69\x61\x6C\x6F\x67","\x64\x69\x61\x6C\x6F\x67","\x49\x53\x5F\x56\x4D\x4C","\x63\x6C\x6F\x73\x65","\x73\x61\x76\x65\x46\x69\x6C\x65","\x67\x65\x74\x4F\x72\x43\x72\x65\x61\x74\x65\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x70\x75\x62\x6C\x69\x73\x68\x46\x69\x6C\x65","\x65\x78\x65\x63\x75\x74\x65\x4C\x61\x79\x6F\x75\x74","\x61\x6E\x69\x6D\x61\x74\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x65\x78\x65\x63\x75\x74\x65","\x43\x61\x6D\x69\x6E\x6F","\x75\x73\x65\x72\x41\x67\x65\x6E\x74","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x73\x74\x61\x72\x74\x41\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x69\x73\x43\x6F\x6E\x74\x72\x6F\x6C\x44\x6F\x77\x6E","\x49\x53\x5F\x4D\x41\x43","\x6D\x65\x74\x61\x4B\x65\x79","\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x65\x6E\x61\x62\x6C\x65\x64","\x66\x75\x6E\x63\x74","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x53\x68\x69\x66\x74\x4B\x65\x79","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x4B\x65\x79","\x62\x69\x6E\x64\x53\x68\x69\x66\x74\x4B\x65\x79","\x62\x69\x6E\x64\x4B\x65\x79","\x65\x73\x63\x61\x70\x65","\x65\x6E\x74\x65\x72","\x66\x6F\x6C\x64\x43\x65\x6C\x6C\x73","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x65\x78\x70\x6F\x72\x74","\x63\x6F\x6E\x6E\x65\x63\x74","\x67\x72\x69\x64","\x61\x62\x6F\x75\x74","\x20\x6D\x75\x73\x74\x20\x68\x61\x76\x65\x20","\x20\x6F\x75\x74\x67\x6F\x69\x6E\x67\x20\x65\x64\x67\x65\x2E","\x70\x75\x73\x68","\x20\x69\x6E\x63\x6F\x6D\x69\x6E\x67\x20\x65\x64\x67\x65\x2E"];EditorUi=function(_0xd381x1,_0xd381x2){this[_0x3322[0]]=_0xd381x1|| new Editor();this[_0x3322[1]]=_0xd381x2||document[_0x3322[3]](_0x3322[2]);var _0xd381x3=_0xd381x1[_0x3322[4]];var _0xd381x4=this;this[_0x3322[1]][_0x3322[6]][_0x3322[5]]=_0x3322[7]; new Image()[_0x3322[8]]=mxPopupMenu[_0x3322[10]][_0x3322[9]];if(mxConnectionHandler[_0x3322[10]][_0x3322[11]]!=null){ new Image()[_0x3322[8]]=mxConnectionHandler[_0x3322[10]][_0x3322[11]][_0x3322[8]]};this[_0x3322[12]]= new Actions(this);this[_0x3322[13]]= new Menus(this);this[_0x3322[14]]();this[_0x3322[15]]();this[_0x3322[16]]();var _0xd381x5=mxUtils[_0x3322[20]](this,function(_0xd381x6){if(_0xd381x6==null){_0xd381x6=window[_0x3322[17]]};if(this[_0x3322[18]](_0xd381x6)){return true};return _0xd381x3[_0x3322[19]]()});if(this[_0x3322[1]]==document[_0x3322[21]]){this[_0x3322[23]][_0x3322[22]]=_0xd381x5;this[_0x3322[23]][_0x3322[24]]=_0xd381x5;this[_0x3322[25]][_0x3322[22]]=_0xd381x5;this[_0x3322[25]][_0x3322[24]]=_0xd381x5;this[_0x3322[26]][_0x3322[22]]=_0xd381x5;this[_0x3322[26]][_0x3322[24]]=_0xd381x5;this[_0x3322[27]][_0x3322[22]]=_0xd381x5;this[_0x3322[27]][_0x3322[24]]=_0xd381x5;this[_0x3322[28]][_0x3322[22]]=_0xd381x5;this[_0x3322[28]][_0x3322[24]]=_0xd381x5};if(mxClient[_0x3322[29]]&&( typeof (document[_0x3322[30]])===_0x3322[31]||document[_0x3322[30]]<9)){mxEvent[_0x3322[33]](this[_0x3322[26]],_0x3322[32],_0xd381x5);mxEvent[_0x3322[33]](this[_0x3322[27]],_0x3322[32],_0xd381x5)}else {this[_0x3322[26]][_0x3322[34]]=_0xd381x5;this[_0x3322[27]][_0x3322[34]]=_0xd381x5};_0xd381x3[_0x3322[35]](this[_0x3322[26]]);_0xd381x3[_0x3322[15]]();_0xd381x3[_0x3322[1]][_0x3322[38]](_0x3322[36],_0x3322[37]);_0xd381x3[_0x3322[1]][_0x3322[6]][_0x3322[39]]=_0x3322[40];_0xd381x3[_0x3322[1]][_0x3322[6]][_0x3322[41]]=_0x3322[42]+_0xd381x1[_0x3322[43]]+_0x3322[44];_0xd381x3[_0x3322[1]][_0x3322[6]][_0x3322[45]]=_0x3322[46];_0xd381x3[_0x3322[1]][_0x3322[47]]();var _0xd381x7=_0xd381x3[_0x3322[48]];_0xd381x3[_0x3322[48]]=function(_0xd381x8,_0xd381x9,_0xd381xa){if(_0xd381x8==mxEvent[_0x3322[49]]){this[_0x3322[1]][_0x3322[47]]()};_0xd381x7[_0x3322[50]](this,arguments)};this[_0x3322[58]](_0xd381x3[_0x3322[51]],[_0x3322[52],_0x3322[53],_0x3322[54],_0x3322[55],_0x3322[56]],[[1,1],[0,0],[1,1],[1,_0x3322[57]],[1,_0x3322[57]]],[[0,0],[1,_0x3322[57]],[1,_0x3322[57]],[1,_0x3322[57]],[1,_0x3322[57]]]);_0xd381x3[_0x3322[59]]=function(_0xd381x6,_0xd381xb){var _0xd381xc=[_0x3322[55]];var _0xd381xd= new mxEventObject(mxEvent.DOUBLE_CLICK,_0x3322[17],_0xd381x6,_0x3322[60],_0xd381xb);this[_0x3322[61]](_0xd381xd);if(this[_0x3322[62]]()&&!mxEvent[_0x3322[63]](_0xd381x6)&&!_0xd381xd[_0x3322[63]]()){if(this[_0x3322[65]]()[_0x3322[64]](_0xd381xb)){if(_0xd381xc[_0x3322[69]](_0xd381xb[_0x3322[68]][_0x3322[67]][_0x3322[66]])>=0){this[_0x3322[70]](_0xd381xb)}}else {if(this[_0x3322[65]]()[_0x3322[71]](_0xd381xb)){console[_0x3322[72]](_0xd381x4);console[_0x3322[72]](_0xd381xb);_0xd381x4[_0x3322[73]]( new GeneralDialog(_0xd381x4,_0xd381xb)[_0x3322[1]],320,280,true,true)}};_0xd381xd[_0x3322[74]]()}};_0xd381x3[_0x3322[76]][_0x3322[75]]=true;_0xd381x3[_0x3322[76]][_0x3322[77]]=mxUtils[_0x3322[20]](this,function(_0xd381xe,_0xd381xb,_0xd381x6){this[_0x3322[13]][_0x3322[78]](_0xd381xe,_0xd381xb,_0xd381x6)});_0xd381x1[_0x3322[80]][_0x3322[35]](this[_0x3322[79]]);mxEvent[_0x3322[82]](document,mxUtils[_0x3322[20]](this,function(_0xd381x6){_0xd381x3[_0x3322[76]][_0x3322[81]]()}));if(mxClient[_0x3322[83]]){mxEvent[_0x3322[33]](_0xd381x3[_0x3322[1]],_0x3322[84],mxUtils[_0x3322[20]](this,function(_0xd381x6){_0xd381x3[_0x3322[89]][_0x3322[88]]()[_0x3322[38]](_0x3322[85],_0x3322[86]+_0xd381x6[_0x3322[87]]+_0x3322[44]);_0xd381x3[_0x3322[89]][_0x3322[91]]()[_0x3322[6]][_0x3322[90]]=_0x3322[7]}));mxEvent[_0x3322[33]](_0xd381x3[_0x3322[1]],_0x3322[92],mxUtils[_0x3322[20]](this,function(_0xd381x6){_0xd381x3[_0x3322[89]][_0x3322[88]]()[_0x3322[93]](_0x3322[85]);_0xd381x3[_0x3322[94]]=true;_0xd381x3[_0x3322[95]](_0xd381x6[_0x3322[87]]);_0xd381x3[_0x3322[89]][_0x3322[91]]()[_0x3322[6]][_0x3322[90]]=_0x3322[96]}))};var _0xd381xf=this[_0x3322[97]](_0xd381x1);this[_0x3322[98]]=function(){return _0xd381xf};mxEvent[_0x3322[33]](window,_0x3322[99],mxUtils[_0x3322[20]](this,function(){this[_0x3322[15]]();_0xd381x3[_0x3322[100]]();this[_0x3322[0]][_0x3322[80]][_0x3322[101]](false);this[_0x3322[0]][_0x3322[80]][_0x3322[80]][_0x3322[100]]()}));this[_0x3322[35]]();this[_0x3322[102]]()};EditorUi[_0x3322[10]][_0x3322[103]]=(mxClient[_0x3322[83]])?16:8;EditorUi[_0x3322[10]][_0x3322[104]]=33;EditorUi[_0x3322[10]][_0x3322[105]]=36;EditorUi[_0x3322[10]][_0x3322[106]]=28;EditorUi[_0x3322[10]][_0x3322[107]]=204;EditorUi[_0x3322[10]][_0x3322[108]]=190;EditorUi[_0x3322[10]][_0x3322[35]]=function(){this[_0x3322[109]]();this[_0x3322[110]]();var _0xd381x10=this[_0x3322[12]][_0x3322[112]](_0x3322[111]);var _0xd381x11=function(){_0xd381x10[_0x3322[114]](!mxClipboard[_0x3322[113]]())};var _0xd381x12=mxClipboard[_0x3322[115]];mxClipboard[_0x3322[115]]=function(){_0xd381x12[_0x3322[50]](this,arguments);_0xd381x11()};var _0xd381x13=mxClipboard[_0x3322[116]];mxClipboard[_0x3322[116]]=function(){_0xd381x13[_0x3322[50]](this,arguments);_0xd381x11()}};EditorUi[_0x3322[10]][_0x3322[18]]=function(_0xd381x6){return false};EditorUi[_0x3322[10]][_0x3322[102]]=function(){try{if(window[_0x3322[117]]!=null&&window[_0x3322[117]][_0x3322[118]]!=null){window[_0x3322[117]][_0x3322[118]][_0x3322[130]](mxUtils[_0x3322[20]](this,function(_0xd381x14,_0xd381x15){try{var _0xd381x16=mxUtils[_0x3322[119]](_0xd381x14);this[_0x3322[0]][_0x3322[121]](_0xd381x16[_0x3322[120]]);this[_0x3322[0]][_0x3322[122]]=false;this[_0x3322[0]][_0x3322[124]][_0x3322[123]]();if(_0xd381x15!=null){this[_0x3322[0]][_0x3322[125]]=_0xd381x15}}catch(e){mxUtils[_0x3322[129]](mxResources[_0x3322[112]](_0x3322[126])+_0x3322[127]+e[_0x3322[128]])}}))}}catch(e){}};EditorUi[_0x3322[10]][_0x3322[131]]=function(_0xd381x14,_0xd381x15,_0xd381x17){try{var _0xd381x16=mxUtils[_0x3322[119]](_0xd381x14);this[_0x3322[0]][_0x3322[121]](_0xd381x16[_0x3322[120]]);this[_0x3322[0]][_0x3322[122]]=false;this[_0x3322[0]][_0x3322[124]][_0x3322[123]]();if(_0xd381x15!=null){this[_0x3322[0]][_0x3322[125]]=_0xd381x15};if(_0xd381x17!=null){this[_0x3322[0]][_0x3322[132]]=_0xd381x17}}catch(e){mxUtils[_0x3322[129]](mxResources[_0x3322[112]](_0x3322[126])+_0x3322[127]+e[_0x3322[128]])}};EditorUi[_0x3322[10]][_0x3322[133]]=function(_0xd381x18){var _0xd381x1=this[_0x3322[0]];if(_0xd381x18!=null){var _0xd381x14=mxUtils[_0x3322[135]](this[_0x3322[0]][_0x3322[134]]());try{if(useLocalStorage){if(localStorage[_0x3322[136]](_0xd381x18)!=null&&!mxUtils[_0x3322[138]](mxResources[_0x3322[112]](_0x3322[137],[_0xd381x18]))){return};localStorage[_0x3322[139]](_0xd381x18,_0xd381x14);this[_0x3322[0]][_0x3322[142]](mxResources[_0x3322[112]](_0x3322[140])+_0x3322[141]+ new Date())}else {console[_0x3322[72]](_0xd381x14[_0x3322[143]]);console[_0x3322[72]](MAX_REQUEST_SIZE);if(_0xd381x14[_0x3322[143]]<MAX_REQUEST_SIZE){_0xd381x14=encodeURIComponent(_0xd381x14);_0xd381x18=encodeURIComponent(_0xd381x18);var _0xd381x19= new XMLHttpRequest();_0xd381x19[_0x3322[102]](_0x3322[144],SAVE_URL,true);_0xd381x19[_0x3322[147]](_0x3322[145],_0x3322[146]);_0xd381x19[_0x3322[147]](_0x3322[148],_0x3322[149]+_0xd381x1[_0x3322[132]][_0x3322[150]]);_0xd381x19[_0x3322[151]]=function(_0xd381x1a){if(_0xd381x19[_0x3322[152]]===4){if(_0xd381x19[_0x3322[153]]===201){_0xd381x1[_0x3322[142]](_0x3322[154]+JSON[_0x3322[157]](_0xd381x19[_0x3322[156]])[_0x3322[155]]+_0x3322[158]);setTimeout(function(){window[_0x3322[102]](_0x3322[159]+JSON[_0x3322[157]](_0xd381x19[_0x3322[156]])[_0x3322[160]],_0x3322[161])},1500)}else {_0xd381x1[_0x3322[142]](_0x3322[162]+JSON[_0x3322[157]](_0xd381x19[_0x3322[156]])[_0x3322[163]][0][_0x3322[128]])}}};_0xd381x19[_0x3322[164]]=function(_0xd381x1a){mxUtils[_0x3322[129]](_0xd381x19[_0x3322[165]])};_0xd381x19[_0x3322[167]](_0x3322[166]+_0xd381x18)}else {mxUtils[_0x3322[129]](mxResources[_0x3322[112]](_0x3322[168]));mxUtils[_0x3322[169]](_0xd381x14);return}};this[_0x3322[0]][_0x3322[125]]=_0xd381x18;this[_0x3322[0]][_0x3322[122]]=false}catch(e){this[_0x3322[0]][_0x3322[142]](_0x3322[170])}}else {this[_0x3322[0]][_0x3322[142]](_0x3322[170])}};EditorUi[_0x3322[10]][_0x3322[171]]=function(_0xd381x18){var _0xd381x1=this[_0x3322[0]];if(_0xd381x18!=null){var _0xd381x14=mxUtils[_0x3322[135]](this[_0x3322[0]][_0x3322[134]]());try{if(useLocalStorage){if(localStorage[_0x3322[136]](_0xd381x18)!=null&&!mxUtils[_0x3322[138]](mxResources[_0x3322[112]](_0x3322[137],[_0xd381x18]))){return};localStorage[_0x3322[139]](_0xd381x18,_0xd381x14);this[_0x3322[0]][_0x3322[142]](mxResources[_0x3322[112]](_0x3322[140])+_0x3322[141]+ new Date())}else {console[_0x3322[72]](_0xd381x14[_0x3322[143]]);console[_0x3322[72]](MAX_REQUEST_SIZE);if(_0xd381x14[_0x3322[143]]<MAX_REQUEST_SIZE){_0xd381x14=encodeURIComponent(_0xd381x14);var _0xd381x19= new XMLHttpRequest();_0xd381x19[_0x3322[102]](_0x3322[172],SAVE_URL+this[_0x3322[0]][_0x3322[132]][_0x3322[160]],true);_0xd381x19[_0x3322[147]](_0x3322[145],_0x3322[146]);_0xd381x19[_0x3322[147]](_0x3322[148],_0x3322[149]+_0xd381x1[_0x3322[132]][_0x3322[150]]);_0xd381x19[_0x3322[151]]=function(_0xd381x1a){if(_0xd381x19[_0x3322[152]]===4){if(_0xd381x19[_0x3322[153]]===200){_0xd381x1[_0x3322[142]](_0x3322[173]+JSON[_0x3322[157]](_0xd381x19[_0x3322[156]])[_0x3322[174]]+_0x3322[175]+_0xd381x19[_0x3322[153]]+_0x3322[141]+_0xd381x19[_0x3322[165]]+_0x3322[44])}else {_0xd381x1[_0x3322[142]](_0x3322[176]+JSON[_0x3322[157]](_0xd381x19[_0x3322[156]])[_0x3322[163]][0][_0x3322[128]])}}};_0xd381x19[_0x3322[164]]=function(_0xd381x1a){mxUtils[_0x3322[129]](_0xd381x19[_0x3322[165]])};_0xd381x19[_0x3322[167]](_0x3322[177]+_0xd381x14)}else {mxUtils[_0x3322[129]](mxResources[_0x3322[112]](_0x3322[168]));mxUtils[_0x3322[169]](_0xd381x14);return}};this[_0x3322[0]][_0x3322[125]]=_0xd381x18;this[_0x3322[0]][_0x3322[122]]=false}catch(e){this[_0x3322[0]][_0x3322[142]](_0x3322[178])}}else {this[_0x3322[0]][_0x3322[142]](_0x3322[178])}};EditorUi[_0x3322[10]][_0x3322[179]]=function(_0xd381x18){var _0xd381x1=this[_0x3322[0]];console[_0x3322[72]](_0xd381x18);if(_0xd381x18!=null){var _0xd381x14=mxUtils[_0x3322[135]](this[_0x3322[0]][_0x3322[134]]());try{if(useLocalStorage){if(localStorage[_0x3322[136]](_0xd381x18)!=null&&!mxUtils[_0x3322[138]](mxResources[_0x3322[112]](_0x3322[137],[_0xd381x18]))){return};localStorage[_0x3322[139]](_0xd381x18,_0xd381x14);this[_0x3322[0]][_0x3322[142]](mxResources[_0x3322[112]](_0x3322[140])+_0x3322[141]+ new Date())}else {console[_0x3322[72]](_0xd381x14[_0x3322[143]]);console[_0x3322[72]](MAX_REQUEST_SIZE);if(_0xd381x14[_0x3322[143]]<MAX_REQUEST_SIZE){_0xd381x14=encodeURIComponent(_0xd381x14);_0xd381x18=encodeURIComponent(_0xd381x18);var _0xd381x19= new XMLHttpRequest();_0xd381x19[_0x3322[102]](_0x3322[144],SAVE_URL,true);_0xd381x19[_0x3322[147]](_0x3322[145],_0x3322[146]);_0xd381x19[_0x3322[147]](_0x3322[148],_0x3322[149]+_0xd381x1[_0x3322[132]][_0x3322[150]]);_0xd381x19[_0x3322[151]]=function(_0xd381x1a){if(_0xd381x19[_0x3322[152]]===4){if(_0xd381x19[_0x3322[153]]===201){_0xd381x1[_0x3322[142]](_0x3322[154]+JSON[_0x3322[157]](_0xd381x19[_0x3322[156]])[_0x3322[155]]+_0x3322[158]);setTimeout(function(){window[_0x3322[102]](_0x3322[180]+JSON[_0x3322[157]](_0xd381x19[_0x3322[156]])[_0x3322[160]],_0x3322[161])},1500)}else {_0xd381x1[_0x3322[142]](_0x3322[181]+JSON[_0x3322[157]](_0xd381x19[_0x3322[156]])[_0x3322[163]][0][_0x3322[128]])}}};_0xd381x19[_0x3322[164]]=function(_0xd381x1a){mxUtils[_0x3322[129]](_0xd381x19[_0x3322[165]])};_0xd381x19[_0x3322[167]](_0x3322[182]+_0xd381x18+_0x3322[183]+_0xd381x14+_0x3322[184]+_0xd381x14)}else {mxUtils[_0x3322[129]](mxResources[_0x3322[112]](_0x3322[168]));mxUtils[_0x3322[169]](_0xd381x14);return}};this[_0x3322[0]][_0x3322[125]]=_0xd381x18;this[_0x3322[0]][_0x3322[122]]=false}catch(e){this[_0x3322[0]][_0x3322[142]](_0x3322[178])}}else {this[_0x3322[0]][_0x3322[142]](_0x3322[178])}};EditorUi[_0x3322[10]][_0x3322[185]]=function(_0xd381x1b,_0xd381x1c){var _0xd381x3=this[_0x3322[0]][_0x3322[4]];_0xd381x1b=null!=_0xd381x1b?_0xd381x1b:_0xd381x3[_0x3322[187]][_0x3322[186]]();_0xd381x1c=null!=_0xd381x1c?_0xd381x1c:{};for(var _0xd381x1d=!0,_0xd381x1e=_0xd381x3[_0x3322[187]][_0x3322[188]](_0xd381x1b),_0xd381x1a=0;_0xd381x1a<_0xd381x1e;_0xd381x1a++){var _0xd381x1f=_0xd381x3[_0x3322[187]][_0x3322[189]](_0xd381x1b,_0xd381x1a),_0xd381x20=_0xd381x1c;_0xd381x3[_0x3322[190]](_0xd381x1f)&&(_0xd381x20={});_0xd381x20=this[_0x3322[185]](_0xd381x1f,_0xd381x20);null!=_0xd381x20?_0xd381x3[_0x3322[192]](_0xd381x1f,_0xd381x20[_0x3322[137]](/\n/g,_0x3322[191])):_0xd381x3[_0x3322[192]](_0xd381x1f,null);_0xd381x1d=_0xd381x1d&&null==_0xd381x20};_0xd381x1e=_0x3322[193];if(_0xd381x3[_0x3322[187]][_0x3322[71]](_0xd381x1b)){switch(_0xd381x1b[_0x3322[67]][_0x3322[201]]){case _0x3322[55]:_0xd381x1e=(_0xd381x1b[_0x3322[67]][_0x3322[194]](_0x3322[55])!==_0x3322[193])?_0x3322[193]:_0x3322[195]+_0x3322[196];_0xd381x1e+=(_0xd381x1b[_0x3322[67]][_0x3322[194]](_0x3322[197])!==_0x3322[193])?_0x3322[193]:_0x3322[198]+_0x3322[196];break;case _0x3322[54]:_0xd381x1e=(_0xd381x1b[_0x3322[67]][_0x3322[194]](_0x3322[55])!==_0x3322[193])?_0x3322[193]:_0x3322[195]+_0x3322[196];_0xd381x1e+=(_0xd381x1b[_0x3322[67]][_0x3322[194]](_0x3322[197])!==_0x3322[193])?_0x3322[193]:_0x3322[198]+_0x3322[196];break;case _0x3322[52]:_0xd381x1e=this[_0x3322[199]](_0x3322[52])?_0x3322[193]:_0x3322[200]+_0x3322[196];_0xd381x1e+=(_0xd381x1b[_0x3322[67]][_0x3322[194]](_0x3322[197])!==_0x3322[193])?_0x3322[193]:_0x3322[198]+_0x3322[196];break}};if(_0xd381x3[_0x3322[187]][_0x3322[64]](_0xd381x1b)){var _0xd381x21=_0xd381x3[_0x3322[187]][_0x3322[203]](_0xd381x1b[_0x3322[68]][_0x3322[202]]());switch(_0xd381x21[_0x3322[67]][_0x3322[201]]){case _0x3322[55]:var _0xd381x22=String(_0xd381x1b[_0x3322[204]]());console[_0x3322[72]](_0xd381x22);if(_0xd381x22===_0x3322[205]||_0xd381x22===_0x3322[31]){_0xd381x1e=_0x3322[206]+_0x3322[196]}else {var _0xd381x23=_0xd381x22[_0x3322[208]](_0x3322[207]);_0xd381x23[_0x3322[212]](function(_0xd381x24,_0xd381x25){_0xd381x1e=_0xd381x1e+((_0xd381x24[_0x3322[209]]()!==_0x3322[193])?_0x3322[193]:_0x3322[210]+(_0xd381x25+1)+_0x3322[211]+_0x3322[196])})};break}};_0xd381x3[_0x3322[213]](_0xd381x1b)&&!_0xd381x1d&&(_0xd381x1e+=(mxResources[_0x3322[112]](_0xd381x3[_0x3322[214]])||_0xd381x3[_0x3322[214]])+_0x3322[196]);_0xd381x1e=_0xd381x3[_0x3322[187]][_0x3322[64]](_0xd381x1b)?_0xd381x1e+(_0xd381x3[_0x3322[216]](_0xd381x1b,_0xd381x3[_0x3322[187]][_0x3322[215]](_0xd381x1b,!0),_0xd381x3[_0x3322[187]][_0x3322[215]](_0xd381x1b,!1))||_0x3322[193]):_0xd381x1e+(_0xd381x3[_0x3322[217]](_0xd381x1b)||_0x3322[193]);_0xd381x1a=_0xd381x3[_0x3322[218]](_0xd381x1b,_0xd381x1c);null!=_0xd381x1a&&(_0xd381x1e+=_0xd381x1a);null==_0xd381x3[_0x3322[187]][_0x3322[219]](_0xd381x1b)&&_0xd381x3[_0x3322[89]][_0x3322[185]]();return 0<_0xd381x1e[_0x3322[143]]||!_0xd381x1d?_0xd381x1e:null};EditorUi[_0x3322[10]][_0x3322[199]]=function(_0xd381x26){var _0xd381x3=this[_0x3322[0]][_0x3322[4]];var _0xd381x27=_0xd381x3[_0x3322[220]]();var _0xd381x28=0;_0xd381x27[_0x3322[221]][_0x3322[212]](function(_0xd381x29){if(_0xd381x3[_0x3322[187]][_0x3322[71]](_0xd381x29)&&_0xd381x29[_0x3322[67]][_0x3322[201]]==_0xd381x26){_0xd381x28++}});return _0xd381x28>1?false:true};EditorUi[_0x3322[10]][_0x3322[222]]=function(_0xd381x18){var _0xd381x1=this[_0x3322[0]];if(_0xd381x18!=null){var _0xd381x2a=this[_0x3322[185]]();if(_0xd381x2a===null){var _0xd381x14=mxUtils[_0x3322[135]](this[_0x3322[0]][_0x3322[134]]());try{if(useLocalStorage){if(localStorage[_0x3322[136]](_0xd381x18)!=null&&!mxUtils[_0x3322[138]](mxResources[_0x3322[112]](_0x3322[137],[_0xd381x18]))){return};localStorage[_0x3322[139]](_0xd381x18,_0xd381x14);this[_0x3322[0]][_0x3322[142]](mxResources[_0x3322[112]](_0x3322[140])+_0x3322[141]+ new Date())}else {console[_0x3322[72]](_0xd381x14[_0x3322[143]]);console[_0x3322[72]](MAX_REQUEST_SIZE);if(_0xd381x14[_0x3322[143]]<MAX_REQUEST_SIZE){_0xd381x14=encodeURIComponent(_0xd381x14);var _0xd381x19= new XMLHttpRequest();_0xd381x19[_0x3322[102]](_0x3322[172],SAVE_URL+this[_0x3322[0]][_0x3322[132]][_0x3322[160]],true);_0xd381x19[_0x3322[147]](_0x3322[145],_0x3322[146]);_0xd381x19[_0x3322[147]](_0x3322[148],_0x3322[149]+_0xd381x1[_0x3322[132]][_0x3322[150]]);_0xd381x19[_0x3322[151]]=function(_0xd381x1a){if(_0xd381x19[_0x3322[152]]===4){if(_0xd381x19[_0x3322[153]]===200){_0xd381x1[_0x3322[142]](_0x3322[223]+JSON[_0x3322[157]](_0xd381x19[_0x3322[156]])[_0x3322[174]]+_0x3322[175]+_0xd381x19[_0x3322[153]]+_0x3322[141]+_0xd381x19[_0x3322[165]]+_0x3322[44])}else {_0xd381x1[_0x3322[142]](_0x3322[176]+JSON[_0x3322[157]](_0xd381x19[_0x3322[156]])[_0x3322[163]][0][_0x3322[128]])}}};_0xd381x19[_0x3322[164]]=function(_0xd381x1a){mxUtils[_0x3322[129]](_0xd381x19[_0x3322[165]])};_0xd381x19[_0x3322[167]](_0x3322[177]+_0xd381x14+_0x3322[184]+_0xd381x14)}else {mxUtils[_0x3322[129]](mxResources[_0x3322[112]](_0x3322[168]));mxUtils[_0x3322[169]](_0xd381x14);return}};this[_0x3322[0]][_0x3322[125]]=_0xd381x18;this[_0x3322[0]][_0x3322[122]]=false}catch(e){this[_0x3322[0]][_0x3322[142]](_0x3322[224])}}else {_0xd381x1[_0x3322[142]](_0x3322[225])}}else {this[_0x3322[0]][_0x3322[142]](_0x3322[224])}};EditorUi[_0x3322[10]][_0x3322[226]]=function(_0xd381x18){var _0xd381x1=this[_0x3322[0]];if(_0xd381x18!=null){try{var _0xd381x19= new XMLHttpRequest();_0xd381x19[_0x3322[102]](_0x3322[144],VARIABLE_URL,true);_0xd381x19[_0x3322[147]](_0x3322[145],_0x3322[146]);_0xd381x19[_0x3322[147]](_0x3322[148],_0x3322[149]+_0xd381x1[_0x3322[132]][_0x3322[150]]);_0xd381x19[_0x3322[151]]=function(_0xd381x1a){if(_0xd381x19[_0x3322[152]]===4){if(_0xd381x19[_0x3322[153]]===201){_0xd381x1[_0x3322[142]](_0x3322[227]+JSON[_0x3322[157]](_0xd381x19[_0x3322[156]])[_0x3322[228]]+_0x3322[175]+_0xd381x19[_0x3322[153]]+_0x3322[141]+_0xd381x19[_0x3322[165]]+_0x3322[44])}else {_0xd381x1[_0x3322[142]](_0x3322[181]+JSON[_0x3322[157]](_0xd381x19[_0x3322[156]])[_0x3322[163]][0][_0x3322[128]])}}};_0xd381x19[_0x3322[164]]=function(_0xd381x1a){mxUtils[_0x3322[129]](_0xd381x19[_0x3322[165]])};_0xd381x19[_0x3322[167]](_0x3322[229]+_0xd381x18)}catch(e){this[_0x3322[0]][_0x3322[142]](_0x3322[230])}}else {this[_0x3322[0]][_0x3322[142]](_0x3322[230])}};EditorUi[_0x3322[10]][_0x3322[231]]=function(_0xd381x2b){var _0xd381x2c=(_0xd381x2b!=null)?_0xd381x2b:window[_0x3322[233]][_0x3322[232]];var _0xd381x2d=(_0xd381x2c[_0x3322[69]](_0x3322[234])>0)?1:0;for(var _0xd381x25 in urlParams){if(_0xd381x2d==0){_0xd381x2c+=_0x3322[234]}else {_0xd381x2c+=_0x3322[235]};_0xd381x2c+=_0xd381x25+_0x3322[236]+urlParams[_0xd381x25];_0xd381x2d++};return _0xd381x2c};EditorUi[_0x3322[10]][_0x3322[109]]=function(){var _0xd381x2e=this[_0x3322[12]][_0x3322[112]](_0x3322[237]);var _0xd381x2f=this[_0x3322[12]][_0x3322[112]](_0x3322[238]);var _0xd381x30=this[_0x3322[0]][_0x3322[124]];var _0xd381x31=function(){_0xd381x2e[_0x3322[114]](_0xd381x30[_0x3322[239]]());_0xd381x2f[_0x3322[114]](_0xd381x30[_0x3322[240]]())};_0xd381x30[_0x3322[33]](mxEvent.ADD,_0xd381x31);_0xd381x30[_0x3322[33]](mxEvent.UNDO,_0xd381x31);_0xd381x30[_0x3322[33]](mxEvent.REDO,_0xd381x31);_0xd381x30[_0x3322[33]](mxEvent.CLEAR,_0xd381x31);_0xd381x31()};EditorUi[_0x3322[10]][_0x3322[110]]=function(){var _0xd381x32=mxUtils[_0x3322[20]](this,function(){var _0xd381x3=this[_0x3322[0]][_0x3322[4]];var _0xd381x33=!_0xd381x3[_0x3322[241]]();var _0xd381x34=false;var _0xd381x35=false;var _0xd381x36=_0xd381x3[_0x3322[242]]();if(_0xd381x36!=null){for(var _0xd381x37=0;_0xd381x37<_0xd381x36[_0x3322[143]];_0xd381x37++){var _0xd381xb=_0xd381x36[_0xd381x37];if(_0xd381x3[_0x3322[65]]()[_0x3322[64]](_0xd381xb)){_0xd381x35=true};if(_0xd381x3[_0x3322[65]]()[_0x3322[71]](_0xd381xb)){_0xd381x34=true};if(_0xd381x35&&_0xd381x34){break}}};var _0xd381x38=[_0x3322[115],_0x3322[116],_0x3322[243],_0x3322[244],_0x3322[245],_0x3322[246],_0x3322[6],_0x3322[247],_0x3322[248],_0x3322[249],_0x3322[250],_0x3322[251],_0x3322[252],_0x3322[253],_0x3322[254]];for(var _0xd381x37=0;_0xd381x37<_0xd381x38[_0x3322[143]];_0xd381x37++){this[_0x3322[12]][_0x3322[112]](_0xd381x38[_0xd381x37])[_0x3322[114]](_0xd381x33)};this[_0x3322[12]][_0x3322[112]](_0x3322[255])[_0x3322[114]](_0xd381x35);this[_0x3322[12]][_0x3322[112]](_0x3322[256])[_0x3322[114]](_0xd381x34);this[_0x3322[12]][_0x3322[112]](_0x3322[257])[_0x3322[114]](_0xd381x34);this[_0x3322[12]][_0x3322[112]](_0x3322[259])[_0x3322[114]](_0xd381x3[_0x3322[258]]()>1);this[_0x3322[12]][_0x3322[112]](_0x3322[261])[_0x3322[114]](_0xd381x3[_0x3322[258]]()==1&&_0xd381x3[_0x3322[65]]()[_0x3322[188]](_0xd381x3[_0x3322[260]]())>0);var _0xd381x39=_0xd381x34&&_0xd381x3[_0x3322[258]]()==1;this[_0x3322[12]][_0x3322[112]](_0x3322[262])[_0x3322[114]](_0xd381x39&&_0xd381x3[_0x3322[65]]()[_0x3322[71]](_0xd381x3[_0x3322[65]]()[_0x3322[219]](_0xd381x3[_0x3322[260]]())));var _0xd381x3a=[_0x3322[263],_0x3322[264],_0x3322[265],_0x3322[266],_0x3322[267],_0x3322[268],_0x3322[269],_0x3322[270],_0x3322[271]];for(var _0xd381x37=0;_0xd381x37<_0xd381x3a[_0x3322[143]];_0xd381x37++){this[_0x3322[13]][_0x3322[112]](_0xd381x3a[_0xd381x37])[_0x3322[114]](_0xd381x33)};_0xd381x3a=[_0x3322[272],_0x3322[273],_0x3322[274]];for(var _0xd381x37=0;_0xd381x37<_0xd381x3a[_0x3322[143]];_0xd381x37++){this[_0x3322[13]][_0x3322[112]](_0xd381x3a[_0xd381x37])[_0x3322[114]](_0xd381x35)};this[_0x3322[12]][_0x3322[112]](_0x3322[275])[_0x3322[114]](_0xd381x35);this[_0x3322[13]][_0x3322[112]](_0x3322[276])[_0x3322[114]](_0xd381x3[_0x3322[258]]()>1);this[_0x3322[13]][_0x3322[112]](_0x3322[279])[_0x3322[114]](_0xd381x34||(_0xd381x35&&_0xd381x3[_0x3322[278]](_0xd381x3[_0x3322[89]][_0x3322[277]](_0xd381x3[_0x3322[260]]()))));this[_0x3322[13]][_0x3322[112]](_0x3322[282])[_0x3322[114]](_0xd381x3[_0x3322[280]]&&((_0xd381x3[_0x3322[89]][_0x3322[281]]!=null)||(_0xd381x3[_0x3322[258]]()==1&&_0xd381x3[_0x3322[190]](_0xd381x3[_0x3322[260]]()))));this[_0x3322[12]][_0x3322[112]](_0x3322[283])[_0x3322[114]](_0xd381x3[_0x3322[89]][_0x3322[281]]!=null);this[_0x3322[12]][_0x3322[112]](_0x3322[284])[_0x3322[114]](_0xd381x3[_0x3322[89]][_0x3322[281]]!=null);var _0xd381x3b=_0xd381x3[_0x3322[258]]()==1&&_0xd381x3[_0x3322[190]](_0xd381x3[_0x3322[260]]());this[_0x3322[12]][_0x3322[112]](_0x3322[285])[_0x3322[114]](_0xd381x3b);this[_0x3322[12]][_0x3322[112]](_0x3322[286])[_0x3322[114]](_0xd381x3b);this[_0x3322[12]][_0x3322[112]](_0x3322[287])[_0x3322[114]](_0xd381x3b);this[_0x3322[12]][_0x3322[112]](_0x3322[288])[_0x3322[114]](_0xd381x3[_0x3322[258]]()==1);this[_0x3322[12]][_0x3322[112]](_0x3322[290])[_0x3322[114]](_0xd381x3[_0x3322[258]]()==1&&_0xd381x3[_0x3322[289]](_0xd381x3[_0x3322[260]]())!=null)});this[_0x3322[0]][_0x3322[4]][_0x3322[291]]()[_0x3322[33]](mxEvent.CHANGE,_0xd381x32);_0xd381x32()};EditorUi[_0x3322[10]][_0x3322[15]]=function(){var _0xd381x3c=mxClient[_0x3322[29]]&&(document[_0x3322[30]]==null||document[_0x3322[30]]==5);var _0xd381x3d=this[_0x3322[1]][_0x3322[292]];var _0xd381x3e=this[_0x3322[1]][_0x3322[293]];if(this[_0x3322[1]]==document[_0x3322[21]]){_0xd381x3d=document[_0x3322[21]][_0x3322[292]]||document[_0x3322[120]][_0x3322[292]];_0xd381x3e=(_0xd381x3c)?document[_0x3322[21]][_0x3322[293]]||document[_0x3322[120]][_0x3322[293]]:document[_0x3322[120]][_0x3322[293]]};var _0xd381x3f=Math[_0x3322[295]](0,Math[_0x3322[294]](this[_0x3322[107]],_0xd381x3d-this[_0x3322[103]]-20));var _0xd381x40=Math[_0x3322[295]](0,Math[_0x3322[294]](this[_0x3322[108]],_0xd381x3e-this[_0x3322[104]]-this[_0x3322[105]]-this[_0x3322[106]]-this[_0x3322[103]]-1));this[_0x3322[23]][_0x3322[6]][_0x3322[296]]=this[_0x3322[104]]+_0x3322[297];this[_0x3322[25]][_0x3322[6]][_0x3322[298]]=this[_0x3322[104]]+_0x3322[297];this[_0x3322[25]][_0x3322[6]][_0x3322[296]]=this[_0x3322[105]]+_0x3322[297];var _0xd381x41=this[_0x3322[104]]+this[_0x3322[105]];if(!mxClient[_0x3322[299]]){_0xd381x41+=1};this[_0x3322[27]][_0x3322[6]][_0x3322[298]]=_0xd381x41+_0x3322[297];this[_0x3322[27]][_0x3322[6]][_0x3322[300]]=_0xd381x3f+_0x3322[297];this[_0x3322[79]][_0x3322[6]][_0x3322[300]]=_0xd381x3f+_0x3322[297];this[_0x3322[79]][_0x3322[6]][_0x3322[296]]=_0xd381x40+_0x3322[297];this[_0x3322[79]][_0x3322[6]][_0x3322[301]]=this[_0x3322[106]]+_0x3322[297];this[_0x3322[26]][_0x3322[6]][_0x3322[302]]=(_0xd381x3f+this[_0x3322[103]])+_0x3322[297];this[_0x3322[26]][_0x3322[6]][_0x3322[298]]=this[_0x3322[27]][_0x3322[6]][_0x3322[298]];this[_0x3322[28]][_0x3322[6]][_0x3322[296]]=this[_0x3322[106]]+_0x3322[297];this[_0x3322[28]][_0x3322[6]][_0x3322[303]]=_0x3322[304];this[_0x3322[305]][_0x3322[6]][_0x3322[298]]=this[_0x3322[27]][_0x3322[6]][_0x3322[298]];this[_0x3322[305]][_0x3322[6]][_0x3322[301]]=this[_0x3322[79]][_0x3322[6]][_0x3322[301]];this[_0x3322[305]][_0x3322[6]][_0x3322[302]]=_0xd381x3f+_0x3322[297];this[_0x3322[306]][_0x3322[6]][_0x3322[300]]=this[_0x3322[27]][_0x3322[6]][_0x3322[300]];this[_0x3322[306]][_0x3322[6]][_0x3322[301]]=(_0xd381x40+this[_0x3322[106]])+_0x3322[297];if(_0xd381x3c){this[_0x3322[23]][_0x3322[6]][_0x3322[300]]=_0xd381x3d+_0x3322[297];this[_0x3322[25]][_0x3322[6]][_0x3322[300]]=this[_0x3322[23]][_0x3322[6]][_0x3322[300]];var _0xd381x42=(_0xd381x3e-_0xd381x40-this[_0x3322[103]]-this[_0x3322[106]]-this[_0x3322[104]]-this[_0x3322[105]]);this[_0x3322[27]][_0x3322[6]][_0x3322[296]]=_0xd381x42+_0x3322[297];this[_0x3322[26]][_0x3322[6]][_0x3322[300]]=(_0xd381x3d-_0xd381x3f-this[_0x3322[103]])+_0x3322[297];var _0xd381x43=(_0xd381x3e-this[_0x3322[106]]-this[_0x3322[104]]-this[_0x3322[105]]);this[_0x3322[26]][_0x3322[6]][_0x3322[296]]=_0xd381x43+_0x3322[297];this[_0x3322[28]][_0x3322[6]][_0x3322[300]]=this[_0x3322[23]][_0x3322[6]][_0x3322[300]];this[_0x3322[305]][_0x3322[6]][_0x3322[296]]=_0xd381x43+_0x3322[297]}else {this[_0x3322[27]][_0x3322[6]][_0x3322[301]]=(_0xd381x40+this[_0x3322[103]]+this[_0x3322[106]])+_0x3322[297];this[_0x3322[26]][_0x3322[6]][_0x3322[301]]=this[_0x3322[79]][_0x3322[6]][_0x3322[301]]}};EditorUi[_0x3322[10]][_0x3322[14]]=function(){this[_0x3322[23]]=this[_0x3322[308]](_0x3322[307]);this[_0x3322[25]]=this[_0x3322[308]](_0x3322[309]);this[_0x3322[27]]=this[_0x3322[308]](_0x3322[310]);this[_0x3322[79]]=this[_0x3322[308]](_0x3322[311]);this[_0x3322[26]]=this[_0x3322[308]](_0x3322[312]);this[_0x3322[28]]=this[_0x3322[308]](_0x3322[313]);this[_0x3322[305]]=this[_0x3322[308]](_0x3322[314]);this[_0x3322[306]]=this[_0x3322[308]](_0x3322[315]);this[_0x3322[23]][_0x3322[6]][_0x3322[298]]=_0x3322[316];this[_0x3322[23]][_0x3322[6]][_0x3322[302]]=_0x3322[316];this[_0x3322[23]][_0x3322[6]][_0x3322[317]]=_0x3322[316];this[_0x3322[25]][_0x3322[6]][_0x3322[302]]=_0x3322[316];this[_0x3322[25]][_0x3322[6]][_0x3322[317]]=_0x3322[316];this[_0x3322[27]][_0x3322[6]][_0x3322[302]]=_0x3322[316];this[_0x3322[79]][_0x3322[6]][_0x3322[302]]=_0x3322[316];this[_0x3322[26]][_0x3322[6]][_0x3322[317]]=_0x3322[316];this[_0x3322[28]][_0x3322[6]][_0x3322[302]]=_0x3322[316];this[_0x3322[28]][_0x3322[6]][_0x3322[317]]=_0x3322[316];this[_0x3322[28]][_0x3322[6]][_0x3322[301]]=_0x3322[316];this[_0x3322[306]][_0x3322[6]][_0x3322[302]]=_0x3322[316];this[_0x3322[306]][_0x3322[6]][_0x3322[296]]=this[_0x3322[103]]+_0x3322[297];this[_0x3322[305]][_0x3322[6]][_0x3322[300]]=this[_0x3322[103]]+_0x3322[297]};EditorUi[_0x3322[10]][_0x3322[16]]=function(){this[_0x3322[318]]=this[_0x3322[13]][_0x3322[320]](this[_0x3322[308]](_0x3322[319]));this[_0x3322[23]][_0x3322[321]](this[_0x3322[318]][_0x3322[1]]);this[_0x3322[322]]=this[_0x3322[324]](this[_0x3322[308]](_0x3322[323]));this[_0x3322[25]][_0x3322[321]](this[_0x3322[322]][_0x3322[1]]);this[_0x3322[325]]=this[_0x3322[326]](this[_0x3322[27]]);this[_0x3322[28]][_0x3322[321]](this[_0x3322[327]]());this[_0x3322[328]]=this[_0x3322[329]]();this[_0x3322[0]][_0x3322[33]](_0x3322[330],mxUtils[_0x3322[20]](this,function(){this[_0x3322[332]](this[_0x3322[0]][_0x3322[331]]())}));this[_0x3322[332]](this[_0x3322[0]][_0x3322[331]]());this[_0x3322[318]][_0x3322[1]][_0x3322[321]](this[_0x3322[328]]);this[_0x3322[1]][_0x3322[321]](this[_0x3322[23]]);this[_0x3322[1]][_0x3322[321]](this[_0x3322[25]]);this[_0x3322[1]][_0x3322[321]](this[_0x3322[27]]);this[_0x3322[1]][_0x3322[321]](this[_0x3322[79]]);this[_0x3322[1]][_0x3322[321]](this[_0x3322[26]]);this[_0x3322[1]][_0x3322[321]](this[_0x3322[28]]);this[_0x3322[1]][_0x3322[321]](this[_0x3322[305]]);this[_0x3322[1]][_0x3322[321]](this[_0x3322[306]]);this[_0x3322[333]](this[_0x3322[305]],true,0,mxUtils[_0x3322[20]](this,function(_0xd381x44){this[_0x3322[107]]=_0xd381x44;this[_0x3322[15]]();this[_0x3322[0]][_0x3322[4]][_0x3322[100]]();this[_0x3322[0]][_0x3322[80]][_0x3322[101]](false);this[_0x3322[0]][_0x3322[80]][_0x3322[80]][_0x3322[100]]()}));this[_0x3322[333]](this[_0x3322[306]],false,this[_0x3322[106]],mxUtils[_0x3322[20]](this,function(_0xd381x44){this[_0x3322[108]]=_0xd381x44;this[_0x3322[15]]();this[_0x3322[0]][_0x3322[80]][_0x3322[101]](false);this[_0x3322[0]][_0x3322[80]][_0x3322[80]][_0x3322[100]]()}))};EditorUi[_0x3322[10]][_0x3322[329]]=function(){var _0xd381x2=document[_0x3322[335]](_0x3322[334]);_0xd381x2[_0x3322[336]]=_0x3322[337];return _0xd381x2};EditorUi[_0x3322[10]][_0x3322[329]]=function(){var _0xd381x2=document[_0x3322[335]](_0x3322[334]);_0xd381x2[_0x3322[336]]=_0x3322[337];return _0xd381x2};EditorUi[_0x3322[10]][_0x3322[332]]=function(_0xd381x44){this[_0x3322[328]][_0x3322[338]]=_0xd381x44};EditorUi[_0x3322[10]][_0x3322[324]]=function(_0xd381x2){return new Toolbar(this,_0xd381x2)};EditorUi[_0x3322[10]][_0x3322[326]]=function(_0xd381x2){return new Sidebar(this,_0xd381x2)};EditorUi[_0x3322[10]][_0x3322[327]]=function(){return this[_0x3322[308]](_0x3322[339])};EditorUi[_0x3322[10]][_0x3322[308]]=function(_0xd381x45){var _0xd381x46=document[_0x3322[335]](_0x3322[340]);_0xd381x46[_0x3322[336]]=_0xd381x45;return _0xd381x46};EditorUi[_0x3322[10]][_0x3322[341]]=function(_0xd381x45){var _0xd381x46=document[_0x3322[335]](_0xd381x45);return _0xd381x46};EditorUi[_0x3322[10]][_0x3322[342]]=function(_0xd381x45){var _0xd381x46=document[_0x3322[335]](_0x3322[343]);_0xd381x46[_0x3322[336]]=_0xd381x45;return _0xd381x46};EditorUi[_0x3322[10]][_0x3322[333]]=function(_0xd381x46,_0xd381x47,_0xd381x48,_0xd381x49){var _0xd381x4a=null;var _0xd381x4b=null;function _0xd381x4c(){return parseInt(((_0xd381x47)?_0xd381x46[_0x3322[6]][_0x3322[302]]:_0xd381x46[_0x3322[6]][_0x3322[301]]))}function _0xd381x4d(_0xd381x6){if(_0xd381x4a!=null){var _0xd381x4e= new mxPoint(mxEvent[_0x3322[344]](_0xd381x6),mxEvent[_0x3322[345]](_0xd381x6));_0xd381x49(Math[_0x3322[295]](0,_0xd381x4b+((_0xd381x47)?(_0xd381x4e[_0x3322[346]]-_0xd381x4a[_0x3322[346]]):(_0xd381x4a[_0x3322[347]]-_0xd381x4e[_0x3322[347]]))-_0xd381x48));mxEvent[_0x3322[74]](_0xd381x6)}}function _0xd381x4f(_0xd381x6){_0xd381x4d(_0xd381x6);_0xd381x4a=null;_0xd381x4b=null}mxEvent[_0x3322[82]](_0xd381x46,function(_0xd381x6){_0xd381x4a= new mxPoint(mxEvent[_0x3322[344]](_0xd381x6),mxEvent[_0x3322[345]](_0xd381x6));_0xd381x4b=_0xd381x4c();mxEvent[_0x3322[74]](_0xd381x6)});mxEvent[_0x3322[33]](document,_0x3322[348],_0xd381x4d);mxEvent[_0x3322[33]](document,_0x3322[349],_0xd381x4d);mxEvent[_0x3322[33]](document,_0x3322[350],_0xd381x4f);mxEvent[_0x3322[33]](document,_0x3322[351],_0xd381x4f)};EditorUi[_0x3322[10]][_0x3322[73]]=function(_0xd381x46,_0xd381x3d,_0xd381x3e,_0xd381x50,_0xd381x51,_0xd381x52){this[_0x3322[352]]();this[_0x3322[353]]= new Dialog(this,_0xd381x46,_0xd381x3d,(mxClient[_0x3322[354]])?_0xd381x3e-12:_0xd381x3e,_0xd381x50,_0xd381x51,_0xd381x52)};EditorUi[_0x3322[10]][_0x3322[352]]=function(){if(this[_0x3322[353]]!=null){this[_0x3322[353]][_0x3322[355]]();this[_0x3322[353]]=null;this[_0x3322[0]][_0x3322[4]][_0x3322[1]][_0x3322[47]]()}};EditorUi[_0x3322[10]][_0x3322[356]]=function(_0xd381x53){if(!_0xd381x53&&this[_0x3322[0]][_0x3322[125]]!=null){this[_0x3322[171]](this[_0x3322[0]][_0x3322[357]]())}else {this[_0x3322[73]]( new SaveDialog(this)[_0x3322[1]],300,100,true,true)}};EditorUi[_0x3322[10]][_0x3322[358]]=function(_0xd381x53){if(!_0xd381x53&&this[_0x3322[0]][_0x3322[125]]!=null){this[_0x3322[222]](this[_0x3322[0]][_0x3322[357]]())}else {}};EditorUi[_0x3322[10]][_0x3322[359]]=function(_0xd381x54,_0xd381x55,_0xd381x56){var _0xd381x3=this[_0x3322[0]][_0x3322[4]];var _0xd381xb=_0xd381x3[_0x3322[260]]();_0xd381x55=this[_0x3322[360]]!=null?this[_0x3322[360]]:_0xd381x55;_0xd381x3[_0x3322[65]]()[_0x3322[361]]();try{_0xd381x54[_0x3322[362]](_0xd381x3[_0x3322[220]](),_0xd381xb)}catch(e){throw e}finally{if(_0xd381x55&&navigator[_0x3322[364]][_0x3322[69]](_0x3322[363])<0){var _0xd381x57= new mxMorphing(_0xd381x3);_0xd381x57[_0x3322[33]](mxEvent.DONE,mxUtils[_0x3322[20]](this,function(){_0xd381x3[_0x3322[65]]()[_0x3322[365]]()}));_0xd381x57[_0x3322[366]]()}else {_0xd381x3[_0x3322[65]]()[_0x3322[365]]()}}};EditorUi[_0x3322[10]][_0x3322[97]]=function(_0xd381x1){var _0xd381x3=this[_0x3322[0]][_0x3322[4]];var _0xd381xf= new mxKeyHandler(_0xd381x3);_0xd381xf[_0x3322[367]]=function(_0xd381x6){return mxEvent[_0x3322[367]](_0xd381x6)||(mxClient[_0x3322[368]]&&_0xd381x6[_0x3322[369]])};function _0xd381x58(_0xd381x59){if(!_0xd381x3[_0x3322[241]]()){var _0xd381x48=0;var _0xd381x5a=0;if(_0xd381x59==37){_0xd381x48= -1}else {if(_0xd381x59==38){_0xd381x5a= -1}else {if(_0xd381x59==39){_0xd381x48=1}else {if(_0xd381x59==40){_0xd381x5a=1}}}};_0xd381x3[_0x3322[370]](_0xd381x3[_0x3322[242]](),_0xd381x48,_0xd381x5a);_0xd381x3[_0x3322[371]](_0xd381x3[_0x3322[260]]())}}var _0xd381x5b=mxUtils[_0x3322[20]](this,function(_0xd381x5c,_0xd381x5d,_0xd381x25,_0xd381x5e){var _0xd381x5f=this[_0x3322[12]][_0x3322[112]](_0xd381x25);if(_0xd381x5f!=null){var _0xd381x1f=function(){if(_0xd381x5f[_0x3322[372]]){_0xd381x5f[_0x3322[373]]()}};if(_0xd381x5d){if(_0xd381x5e){_0xd381xf[_0x3322[374]](_0xd381x5c,_0xd381x1f)}else {_0xd381xf[_0x3322[375]](_0xd381x5c,_0xd381x1f)}}else {if(_0xd381x5e){_0xd381xf[_0x3322[376]](_0xd381x5c,_0xd381x1f)}else {_0xd381xf[_0x3322[377]](_0xd381x5c,_0xd381x1f)}}}});var _0xd381x60=this;var _0xd381x61=_0xd381xf[_0x3322[378]];_0xd381xf[_0x3322[378]]=function(_0xd381x6){_0xd381x60[_0x3322[352]]();_0xd381x61[_0x3322[50]](this,arguments)};_0xd381xf[_0x3322[379]]=function(){};_0xd381xf[_0x3322[377]](8,function(){_0xd381x3[_0x3322[380]](true)});_0xd381xf[_0x3322[377]](13,function(){_0xd381x3[_0x3322[380]](false)});_0xd381xf[_0x3322[377]](33,function(){_0xd381x3[_0x3322[284]]()});_0xd381xf[_0x3322[377]](34,function(){_0xd381x3[_0x3322[285]]()});_0xd381xf[_0x3322[377]](36,function(){_0xd381x3[_0x3322[283]]()});_0xd381xf[_0x3322[377]](35,function(){_0xd381x3[_0x3322[15]]()});_0xd381xf[_0x3322[377]](37,function(){_0xd381x58(37)});_0xd381xf[_0x3322[377]](38,function(){_0xd381x58(38)});_0xd381xf[_0x3322[377]](39,function(){_0xd381x58(39)});_0xd381xf[_0x3322[377]](40,function(){_0xd381x58(40)});_0xd381xf[_0x3322[377]](113,function(){_0xd381x3[_0x3322[70]]()});_0xd381x5b(46,false,_0x3322[243]);_0xd381x5b(82,true,_0x3322[253]);_0xd381x5b(83,true,_0x3322[171]);_0xd381x5b(83,true,_0x3322[179],true);_0xd381x5b(107,false,_0x3322[381]);_0xd381x5b(109,false,_0x3322[382]);_0xd381x5b(65,true,_0x3322[383]);_0xd381x5b(86,true,_0x3322[384],true);_0xd381x5b(69,true,_0x3322[385],true);_0xd381x5b(69,true,_0x3322[386]);_0xd381x5b(66,true,_0x3322[249]);_0xd381x5b(70,true,_0x3322[248]);_0xd381x5b(68,true,_0x3322[244]);_0xd381x5b(90,true,_0x3322[237]);_0xd381x5b(89,true,_0x3322[238]);_0xd381x5b(88,true,_0x3322[115]);_0xd381x5b(67,true,_0x3322[116]);_0xd381x5b(81,true,_0x3322[387]);_0xd381x5b(86,true,_0x3322[111]);_0xd381x5b(71,true,_0x3322[259]);_0xd381x5b(71,true,_0x3322[388],true);_0xd381x5b(85,true,_0x3322[261]);_0xd381x5b(112,false,_0x3322[389]);_0xd381x5b(80,true,_0x3322[222],true);return _0xd381xf};EditorUi[_0x3322[10]][_0x3322[58]]=function(_0xd381x3,_0xd381x36,_0xd381x62,_0xd381x63){for(var _0xd381x37=0;_0xd381x37<_0xd381x36[_0x3322[143]];_0xd381x37++){_0xd381x3[_0x3322[392]]( new mxMultiplicity(true,_0xd381x36[_0xd381x37],null,null,_0xd381x62[_0xd381x37][0],_0xd381x62[_0xd381x37][1],null,mxResources[_0x3322[112]](_0xd381x36[_0xd381x37])+_0x3322[390]+_0xd381x62[_0xd381x37][0]+_0x3322[391],null));_0xd381x3[_0x3322[392]]( new mxMultiplicity(false,_0xd381x36[_0xd381x37],null,null,_0xd381x63[_0xd381x37][0],_0xd381x63[_0xd381x37][1],null,mxResources[_0x3322[112]](_0xd381x36[_0xd381x37])+_0x3322[390]+_0xd381x63[_0xd381x37][0]+_0x3322[393],null))}} \ No newline at end of file diff --git a/public/assets/plugins/jscripty/js/Graph.js b/public/assets/plugins/jscripty/js/Graph.js index 4d166e3..a1ca817 100644 --- a/public/assets/plugins/jscripty/js/Graph.js +++ b/public/assets/plugins/jscripty/js/Graph.js @@ -1 +1 @@ -var _0xfedd=["\x63\x61\x6C\x6C","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x44\x72\x6F\x70\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x50\x61\x6E\x6E\x69\x6E\x67","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x4C\x6F\x6F\x70\x73","\x73\x65\x74\x4D\x75\x6C\x74\x69\x67\x72\x61\x70\x68","\x61\x6C\x6C\x6F\x77\x41\x75\x74\x6F\x50\x61\x6E\x6E\x69\x6E\x67","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73\x4F\x6E\x43\x6F\x6E\x6E\x65\x63\x74","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64\x72\x65\x6E","\x74\x61\x72\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x44\x61\x6E\x67\x6C\x69\x6E\x67\x45\x64\x67\x65\x73","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x69\x73\x56\x61\x6C\x69\x64\x53\x6F\x75\x72\x63\x65","\x61\x70\x70\x6C\x79","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6F\x6E\x6E\x65\x63\x74","\x32","\x61\x6C\x74\x65\x72\x6E\x61\x74\x65\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x76\x65\x72\x74\x69\x63\x61\x6C","\x6C\x6F\x61\x64\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x67\x65\x74\x52\x75\x62\x62\x65\x72\x62\x61\x6E\x64","\x63\x75\x72\x73\x6F\x72","\x73\x74\x79\x6C\x65","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x70\x6F\x69\x6E\x74\x65\x72","\x62\x69\x6E\x64","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x64\x65\x66\x61\x75\x6C\x74","\x69\x73\x48\x74\x6D\x6C\x4C\x61\x62\x65\x6C","\x67\x65\x74\x53\x74\x61\x74\x65","\x76\x69\x65\x77","\x67\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x68\x74\x6D\x6C","\x31","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x77\x72\x61\x70","\x67\x65\x74\x4C\x61\x62\x65\x6C\x56\x61\x6C\x75\x65","\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x68\x74\x6D\x6C\x45\x6E\x74\x69\x74\x69\x65\x73","\x69\x73\x43\x65\x6C\x6C\x4C\x6F\x63\x6B\x65\x64","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64","\x61\x63\x74\x69\x76\x65","\x67\x72\x61\x70\x68","\x67\x65\x74\x47\x72\x61\x70\x68\x58","\x67\x65\x74\x47\x72\x61\x70\x68\x59","\x73\x74\x61\x72\x74","\x70\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x63\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x72\x65\x6D\x6F\x76\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x69\x6E\x69\x74\x54\x6F\x75\x63\x68","\x65\x78\x74\x65\x6E\x64","\x6D\x69\x6E\x46\x69\x74\x53\x63\x61\x6C\x65","\x6D\x61\x78\x46\x69\x74\x53\x63\x61\x6C\x65","\x67\x65\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x2F\x64\x65\x66\x61\x75\x6C\x74\x2E\x78\x6D\x6C","\x6C\x6F\x61\x64","\x6F\x77\x6E\x65\x72\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x67\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x64\x65\x63\x6F\x64\x65","\x66\x6C\x69\x70\x45\x64\x67\x65","\x67\x65\x74\x56\x61\x6C\x75\x65","\x45\x4C\x42\x4F\x57\x5F\x48\x4F\x52\x49\x5A\x4F\x4E\x54\x41\x4C","\x45\x4C\x42\x4F\x57\x5F\x56\x45\x52\x54\x49\x43\x41\x4C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x69\x73\x45\x64\x67\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x63\x6C\x6F\x6E\x65\x43\x65\x6C\x6C\x73","\x67\x65\x6F\x6D\x65\x74\x72\x79","\x70\x6F\x69\x6E\x74\x73","\x67\x65\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x53\x74\x79\x6C\x65","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x53\x74\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x53\x74\x61\x74\x65","\x66\x61\x63\x74\x6F\x72\x79\x4D\x65\x74\x68\x6F\x64","\x69\x73\x43\x65\x6C\x6C\x46\x6F\x6C\x64\x61\x62\x6C\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x63\x72\x65\x61\x74\x65\x47\x72\x6F\x75\x70\x43\x65\x6C\x6C","\x67\x72\x6F\x75\x70","\x67\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x46\x6F\x72\x43\x65\x6C\x6C","","\x69\x73\x56\x65\x72\x74\x65\x78","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x5F","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x76\x61\x6C\x75\x65","\x67\x65\x74","\x63\x6F\x6E\x76\x65\x72\x74\x56\x61\x6C\x75\x65\x54\x6F\x53\x74\x72\x69\x6E\x67","\x6F\x62\x6A\x65\x63\x74","\x6C\x61\x62\x65\x6C","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x65\x6C\x6C\x4C\x61\x62\x65\x6C\x43\x68\x61\x6E\x67\x65\x64","\x63\x6C\x6F\x6E\x65\x4E\x6F\x64\x65","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x73\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x55\x73\x65\x72\x4F\x62\x6A\x65\x63\x74","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x6C\x65\x6E\x67\x74\x68","\x6C\x69\x6E\x6B","\x72\x65\x6D\x6F\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x73\x65\x74\x56\x61\x6C\x75\x65","\x6D\x6F\x64\x65\x6C","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x6D\x61\x72\x6B\x65\x72","\x66\x69\x72\x73\x74","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x75\x70\x64\x61\x74\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x67\x72\x61\x70\x68\x58","\x67\x72\x61\x70\x68\x59","\x67\x65\x74\x43\x65\x6C\x6C\x41\x74","\x73\x74\x61\x74\x65","\x73\x68\x61\x70\x65","\x6E\x6F\x64\x65","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x4D\x4F\x55\x53\x45\x5F\x44\x4F\x57\x4E","\x69\x73\x4D\x65\x6E\x75\x53\x68\x6F\x77\x69\x6E\x67","\x67\x65\x74\x43\x65\x6C\x6C","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x4D\x4F\x55\x53\x45\x5F\x55\x50","\x69\x73\x45\x64\x69\x74\x69\x6E\x67","\x67\x65\x74\x45\x76\x65\x6E\x74","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x70\x6F\x70\x75\x70","\x63\x6F\x6E\x73\x75\x6D\x65","\x4D\x4F\x55\x53\x45\x5F\x4D\x4F\x56\x45","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x54\x6F\x70","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x42\x6F\x74\x74\x6F\x6D","\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x74\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x67\x72\x69\x64\x53\x69\x7A\x65","\x73\x65\x6C\x65\x63\x74\x4F\x6E\x50\x6F\x70\x75\x70","\x75\x73\x65\x4C\x65\x66\x74\x42\x75\x74\x74\x6F\x6E\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x69\x73\x50\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x69\x67\x6E\x6F\x72\x65\x43\x65\x6C\x6C","\x69\x73\x43\x6F\x6E\x74\x72\x6F\x6C\x44\x6F\x77\x6E","\x69\x73\x53\x68\x69\x66\x74\x44\x6F\x77\x6E","\x75\x73\x65\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x69\x73\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x6D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x64\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x63\x6F\x6E\x76\x65\x72\x74\x50\x6F\x69\x6E\x74","\x78","\x79","\x2F\x74\x6F\x75\x63\x68\x2D\x68\x61\x6E\x64\x6C\x65\x2E\x70\x6E\x67","\x68\x61\x6E\x64\x6C\x65\x49\x6D\x61\x67\x65","\x73\x69\x7A\x65\x72\x49\x6D\x61\x67\x65","\x73\x72\x63","\x2F\x74\x6F\x75\x63\x68\x2D\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72\x2E\x70\x6E\x67","\x69\x6E\x69\x74","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72\x49\x6D\x67","\x63\x72\x65\x61\x74\x65\x49\x6D\x61\x67\x65","\x77\x69\x64\x74\x68","\x32\x39\x70\x78","\x68\x65\x69\x67\x68\x74","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x74\x69\x74\x6C\x65","\x72\x65\x64\x69\x72\x65\x63\x74\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74\x73","\x70\x61\x64\x64\x69\x6E\x67","\x32\x70\x78","\x69\x73\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x72\x65\x64\x72\x61\x77\x54\x6F\x6F\x6C\x73","\x72\x65\x64\x72\x61\x77","\x73\x69\x6E\x67\x6C\x65\x53\x69\x7A\x65\x72","\x6C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x57\x69\x64\x74\x68","\x70\x78","\x74\x6F\x70","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x2F\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72\x2E\x70\x6E\x67","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x49\x53\x5F\x49\x45","\x49\x53\x5F\x53\x56\x47","\x64\x69\x76","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x65\x6E\x74\x65\x72","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x70\x65\x61\x74","\x6E\x6F\x2D\x72\x65\x70\x65\x61\x74","\x64\x69\x73\x70\x6C\x61\x79","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x69\x6E\x6C\x69\x6E\x65","\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E"];Graph=function(_0x6893x1,_0x6893x2,_0x6893x3,_0x6893x4){mxGraph[_0xfedd[0]](this,_0x6893x1,_0x6893x2,_0x6893x3,_0x6893x4);this[_0xfedd[1]](true);this[_0xfedd[2]](false);this[_0xfedd[3]](true);this[_0xfedd[4]](!mxClient.IS_TOUCH);this[_0xfedd[5]](false);this[_0xfedd[6]](false);this[_0xfedd[7]]=true;this[_0xfedd[8]]=false;this[_0xfedd[9]]=false;this[_0xfedd[11]][_0xfedd[10]]=true;this[_0xfedd[12]](false);this[_0xfedd[11]][_0xfedd[13]](false);this[_0xfedd[11]][_0xfedd[14]]=function(){return mxConnectionHandler[_0xfedd[16]][_0xfedd[14]][_0xfedd[15]](this,arguments)&&urlParams[_0xfedd[17]]!=_0xfedd[18]};this[_0xfedd[19]]=_0xfedd[20];if(_0x6893x4==null){this[_0xfedd[21]]()};var _0x6893x5= new mxRubberband(this);this[_0xfedd[22]]=function(){return _0x6893x5};this[_0xfedd[29]][_0xfedd[28]](mxEvent.PAN_START,mxUtils[_0xfedd[27]](this,function(){this[_0xfedd[25]][_0xfedd[24]][_0xfedd[23]]=_0xfedd[26]}));this[_0xfedd[29]][_0xfedd[28]](mxEvent.PAN_END,mxUtils[_0xfedd[27]](this,function(){this[_0xfedd[25]][_0xfedd[24]][_0xfedd[23]]=_0xfedd[30]}));this[_0xfedd[31]]=function(_0x6893x6){var _0x6893x7=this[_0xfedd[33]][_0xfedd[32]](_0x6893x6);var _0x6893x8=(_0x6893x7!=null)?_0x6893x7[_0xfedd[24]]:this[_0xfedd[34]](_0x6893x6);return _0x6893x8[_0xfedd[35]]==_0xfedd[36]||_0x6893x8[_0xfedd[37]]==_0xfedd[38]};this[_0xfedd[40]][_0xfedd[39]]=function(_0x6893x7){var _0x6893x9=mxCellRenderer[_0xfedd[16]][_0xfedd[39]][_0xfedd[15]](this,arguments);if(_0x6893x7[_0xfedd[24]][_0xfedd[37]]==_0xfedd[38]&&_0x6893x7[_0xfedd[24]][_0xfedd[35]]!=1){_0x6893x9=mxUtils[_0xfedd[41]](_0x6893x9,false)};return _0x6893x9};this[_0xfedd[42]]=function(_0x6893x6){return false};this[_0xfedd[11]][_0xfedd[43]]=16;var _0x6893xa=this[_0xfedd[11]][_0xfedd[44]];this[_0xfedd[11]][_0xfedd[44]]=function(_0x6893xb,_0x6893x7){if(_0x6893x7==null){if(!this[_0xfedd[46]][_0xfedd[29]][_0xfedd[45]]){_0x6893x5[_0xfedd[49]](_0x6893xb[_0xfedd[47]](),_0x6893xb[_0xfedd[48]]());this[_0xfedd[46]][_0xfedd[29]][_0xfedd[50]]=false}}else {if(tapAndHoldStartsConnection){_0x6893xa[_0xfedd[15]](this,arguments)}else {if(this[_0xfedd[46]][_0xfedd[52]](_0x6893x7[_0xfedd[51]])&&this[_0xfedd[46]][_0xfedd[53]]()>1){this[_0xfedd[46]][_0xfedd[54]](_0x6893x7[_0xfedd[51]])}}}};if(touchStyle){this[_0xfedd[55]]()}};mxUtils[_0xfedd[56]](Graph,mxGraph);Graph[_0xfedd[16]][_0xfedd[57]]=null;Graph[_0xfedd[16]][_0xfedd[58]]=null;Graph[_0xfedd[16]][_0xfedd[21]]=function(){var _0x6893xc=mxUtils[_0xfedd[61]](STYLE_PATH+_0xfedd[60])[_0xfedd[59]]();var _0x6893xd= new mxCodec(_0x6893xc[_0xfedd[62]]);_0x6893xd[_0xfedd[64]](_0x6893xc,this[_0xfedd[63]]())};Graph[_0xfedd[16]][_0xfedd[65]]=function(_0x6893xe){if(_0x6893xe!=null){var _0x6893x7=this[_0xfedd[33]][_0xfedd[32]](_0x6893xe);var _0x6893x8=(_0x6893x7!=null)?_0x6893x7[_0xfedd[24]]:this[_0xfedd[34]](_0x6893xe);if(_0x6893x8!=null){var _0x6893xf=mxUtils[_0xfedd[66]](_0x6893x8,mxConstants.STYLE_ELBOW,mxConstants.ELBOW_HORIZONTAL);var _0x6893x10=(_0x6893xf==mxConstants[_0xfedd[67]])?mxConstants[_0xfedd[68]]:mxConstants[_0xfedd[67]];this[_0xfedd[69]](mxConstants.STYLE_ELBOW,_0x6893x10,[_0x6893xe])}}};Graph[_0xfedd[16]][_0xfedd[70]]=function(_0x6893x6){if(_0x6893x6!=null&&this[_0xfedd[72]]()[_0xfedd[71]](_0x6893x6)){var _0x6893x11=this[_0xfedd[72]]()[_0xfedd[73]]([_0x6893x6])[0];if(_0x6893x11[_0xfedd[74]]!=null){_0x6893x11[_0xfedd[74]][_0xfedd[75]]=null};var _0x6893x8=_0x6893x11[_0xfedd[76]]();_0x6893x8=mxUtils[_0xfedd[77]](_0x6893x8,mxConstants.STYLE_ENTRY_X,null);_0x6893x8=mxUtils[_0xfedd[77]](_0x6893x8,mxConstants.STYLE_ENTRY_Y,null);_0x6893x8=mxUtils[_0xfedd[77]](_0x6893x8,mxConstants.STYLE_EXIT_X,null);_0x6893x8=mxUtils[_0xfedd[77]](_0x6893x8,mxConstants.STYLE_EXIT_Y,null);_0x6893x11[_0xfedd[77]](_0x6893x8);this[_0xfedd[11]][_0xfedd[78]]=function(_0x6893xb){return this[_0xfedd[46]][_0xfedd[33]][_0xfedd[79]](_0x6893x11)};this[_0xfedd[11]][_0xfedd[80]]=function(){return this[_0xfedd[46]][_0xfedd[73]]([_0x6893x11])[0]}}};Graph[_0xfedd[16]][_0xfedd[81]]=function(_0x6893x6){return this[_0xfedd[82]]&&this[_0xfedd[83]](_0x6893x6)};Graph[_0xfedd[16]][_0xfedd[84]]=function(_0x6893x6){return this[_0xfedd[83]](_0x6893x6)};Graph[_0xfedd[16]][_0xfedd[85]]=function(){var _0x6893x12=mxGraph[_0xfedd[16]][_0xfedd[85]][_0xfedd[15]](this,arguments);_0x6893x12[_0xfedd[77]](_0xfedd[86]);return _0x6893x12};Graph[_0xfedd[16]][_0xfedd[87]]=function(_0x6893x6){var _0x6893x13=_0xfedd[88];if(this[_0xfedd[72]]()[_0xfedd[89]](_0x6893x6)){_0x6893x13+=mxResources[_0xfedd[93]](_0xfedd[90]+_0x6893x6[_0xfedd[92]][_0xfedd[91]])||_0xfedd[88]}else {if(this[_0xfedd[72]]()[_0xfedd[71]](_0x6893x6)){_0x6893x13=mxGraph[_0xfedd[16]][_0xfedd[87]][_0xfedd[15]](this,arguments)}};return _0x6893x13};Graph[_0xfedd[16]][_0xfedd[94]]=function(_0x6893x6){if(_0x6893x6[_0xfedd[92]]!=null&& typeof (_0x6893x6[_0xfedd[92]])==_0xfedd[95]){return _0x6893x6[_0xfedd[92]][_0xfedd[97]](_0xfedd[96])};return mxGraph[_0xfedd[16]][_0xfedd[94]][_0xfedd[15]](this,arguments)};Graph[_0xfedd[16]][_0xfedd[98]]=function(_0x6893x6,_0x6893x10,_0x6893x14){if(_0x6893x6[_0xfedd[92]]!=null&& typeof (_0x6893x6[_0xfedd[92]])==_0xfedd[95]){var _0x6893x15=_0x6893x6[_0xfedd[92]][_0xfedd[99]](true);_0x6893x15[_0xfedd[100]](_0xfedd[96],_0x6893x10);_0x6893x10=_0x6893x15};mxGraph[_0xfedd[16]][_0xfedd[98]][_0xfedd[15]](this,arguments)};Graph[_0xfedd[16]][_0xfedd[101]]=function(_0x6893x6,_0x6893x16){var _0x6893x10=null;if(_0x6893x6[_0xfedd[92]]!=null&& typeof (_0x6893x6[_0xfedd[92]])==_0xfedd[95]){_0x6893x10=_0x6893x6[_0xfedd[92]][_0xfedd[99]](true)}else {var _0x6893x17=mxUtils[_0xfedd[102]]();_0x6893x10=_0x6893x17[_0xfedd[104]](_0xfedd[103]);_0x6893x10[_0xfedd[100]](_0xfedd[96],_0x6893x6[_0xfedd[92]])};if(_0x6893x16!=null&&_0x6893x16[_0xfedd[105]]>0){_0x6893x10[_0xfedd[100]](_0xfedd[106],_0x6893x16)}else {_0x6893x10[_0xfedd[107]](_0xfedd[106])};this[_0xfedd[109]][_0xfedd[108]](_0x6893x6,_0x6893x10)};Graph[_0xfedd[16]][_0xfedd[110]]=function(_0x6893x6){if(_0x6893x6[_0xfedd[92]]!=null&& typeof (_0x6893x6[_0xfedd[92]])==_0xfedd[95]){return _0x6893x6[_0xfedd[92]][_0xfedd[97]](_0xfedd[106])};return null};Graph[_0xfedd[16]][_0xfedd[55]]=function(){this[_0xfedd[11]][_0xfedd[112]][_0xfedd[111]]=function(){return this[_0xfedd[46]][_0xfedd[11]][_0xfedd[113]]!=null};this[_0xfedd[28]](mxEvent.START_EDITING,function(_0x6893x18,_0x6893x19){this[_0xfedd[29]][_0xfedd[114]]()});var _0x6893x1a=false;var _0x6893x1b=null;this[_0xfedd[115]]=function(_0x6893xb){mxGraph[_0xfedd[16]][_0xfedd[115]][_0xfedd[15]](this,arguments);if(_0x6893xb[_0xfedd[32]]()==null){var _0x6893x6=this[_0xfedd[118]](_0x6893xb[_0xfedd[116]],_0x6893xb[_0xfedd[117]]);if(this[_0xfedd[72]]()[_0xfedd[71]](_0x6893x6)){_0x6893xb[_0xfedd[119]]=this[_0xfedd[33]][_0xfedd[32]](_0x6893x6);if(_0x6893xb[_0xfedd[119]]!=null&&_0x6893xb[_0xfedd[119]][_0xfedd[120]]!=null){this[_0xfedd[25]][_0xfedd[24]][_0xfedd[23]]=_0x6893xb[_0xfedd[119]][_0xfedd[120]][_0xfedd[121]][_0xfedd[24]][_0xfedd[23]]}}};if(_0x6893xb[_0xfedd[32]]()==null){this[_0xfedd[25]][_0xfedd[24]][_0xfedd[23]]=_0xfedd[30]}};this[_0xfedd[122]]=function(_0x6893x1c,_0x6893xb,_0x6893x18){if(_0x6893x1c==mxEvent[_0xfedd[123]]){if(!this[_0xfedd[29]][_0xfedd[124]]()){_0x6893x1b=_0x6893xb[_0xfedd[125]]();_0x6893x1a=(_0x6893x1b!=null)?this[_0xfedd[52]](_0x6893x1b):this[_0xfedd[126]]()}else {_0x6893x1a=false;_0x6893x1b=null}}else {if(_0x6893x1c==mxEvent[_0xfedd[127]]){if(_0x6893x1a&&!this[_0xfedd[128]]()){if(!this[_0xfedd[29]][_0xfedd[124]]()){var _0x6893x1d=mxEvent[_0xfedd[130]](_0x6893xb[_0xfedd[129]]());var _0x6893x1e=mxEvent[_0xfedd[131]](_0x6893xb[_0xfedd[129]]());this[_0xfedd[29]][_0xfedd[132]](_0x6893x1d+16,_0x6893x1e,_0x6893x1b,_0x6893xb[_0xfedd[129]]())};_0x6893x1a=false;_0x6893x1b=null;_0x6893xb[_0xfedd[133]]();return};_0x6893x1a=false;_0x6893x1b=null}};mxGraph[_0xfedd[16]][_0xfedd[122]][_0xfedd[15]](this,arguments);if(_0x6893x1c==mxEvent[_0xfedd[134]]&&_0x6893xb[_0xfedd[135]]()){_0x6893x1a=false;_0x6893x1b=null}}};(function(){mxVertexHandler[_0xfedd[16]][_0xfedd[136]]=true;mxText[_0xfedd[16]][_0xfedd[137]]=5;mxText[_0xfedd[16]][_0xfedd[138]]=1;if(touchStyle){mxConstants[_0xfedd[139]]=16;mxConstants[_0xfedd[140]]=7;if(mxClient[_0xfedd[141]]){mxVertexHandler[_0xfedd[16]][_0xfedd[142]]=4;mxEdgeHandler[_0xfedd[16]][_0xfedd[142]]=6;Graph[_0xfedd[16]][_0xfedd[142]]=14;Graph[_0xfedd[16]][_0xfedd[143]]=20;mxPanningHandler[_0xfedd[16]][_0xfedd[144]]=false;mxPanningHandler[_0xfedd[16]][_0xfedd[145]]=true;mxPanningHandler[_0xfedd[16]][_0xfedd[146]]=function(_0x6893xb){var _0x6893x19=_0x6893xb[_0xfedd[129]]();return (this[_0xfedd[145]]&&(this[_0xfedd[147]]||_0x6893xb[_0xfedd[32]]()==null))||(mxEvent[_0xfedd[148]](_0x6893x19)&&mxEvent[_0xfedd[149]](_0x6893x19))||(this[_0xfedd[150]]&&mxEvent[_0xfedd[151]](_0x6893x19))}};var _0x6893x1f=mxGraphHandler[_0xfedd[16]][_0xfedd[152]];mxGraphHandler[_0xfedd[16]][_0xfedd[152]]=function(_0x6893x18,_0x6893xb){_0x6893x1f[_0xfedd[15]](this,arguments);if(this[_0xfedd[46]][_0xfedd[52]](_0x6893xb[_0xfedd[125]]())&&this[_0xfedd[46]][_0xfedd[53]]()>1){this[_0xfedd[153]]=false}};Graph[_0xfedd[16]][_0xfedd[154]]=function(_0x6893x1){this[_0xfedd[155]]= new mxTooltipHandler(this);this[_0xfedd[155]][_0xfedd[156]](false);this[_0xfedd[157]]= new mxSelectionCellsHandler(this);this[_0xfedd[29]]= new mxPanningHandler(this);this[_0xfedd[29]][_0xfedd[158]]=false;this[_0xfedd[11]]= new mxConnectionHandler(this);this[_0xfedd[11]][_0xfedd[156]](false);this[_0xfedd[159]]= new mxGraphHandler(this)};mxConnectionHandler[_0xfedd[16]][_0xfedd[160]]=function(_0x6893xe,_0x6893x20){if(touchStyle&&_0x6893x20!=null){this[_0xfedd[46]][_0xfedd[161]](_0x6893x20)}else {this[_0xfedd[46]][_0xfedd[161]](_0x6893xe)}};var _0x6893x21=mxGraph[_0xfedd[16]][_0xfedd[162]];Graph[_0xfedd[16]][_0xfedd[162]]=function(_0x6893x19,_0x6893x6){if(_0x6893x6==null){var _0x6893x22=mxUtils[_0xfedd[163]](this[_0xfedd[25]],mxEvent[_0xfedd[130]](_0x6893x19),mxEvent[_0xfedd[131]](_0x6893x19));_0x6893x6=this[_0xfedd[118]](_0x6893x22[_0xfedd[164]],_0x6893x22[_0xfedd[165]])};_0x6893x21[_0xfedd[0]](this,_0x6893x19,_0x6893x6)};var _0x6893x23= new mxImage(IMAGE_PATH+_0xfedd[166],16,16);mxVertexHandler[_0xfedd[16]][_0xfedd[167]]=_0x6893x23;mxEdgeHandler[_0xfedd[16]][_0xfedd[167]]=_0x6893x23;mxOutline[_0xfedd[16]][_0xfedd[168]]=_0x6893x23; new Image()[_0xfedd[169]]=_0x6893x23[_0xfedd[169]];var _0x6893x24=IMAGE_PATH+_0xfedd[170];var _0x6893x25=mxVertexHandler[_0xfedd[16]][_0xfedd[171]];mxVertexHandler[_0xfedd[16]][_0xfedd[171]]=function(){_0x6893x25[_0xfedd[15]](this,arguments);if(showConnectorImg&&this[_0xfedd[46]][_0xfedd[11]][_0xfedd[111]]()&&this[_0xfedd[46]][_0xfedd[172]](this[_0xfedd[119]][_0xfedd[51]])&&!this[_0xfedd[46]][_0xfedd[84]](this[_0xfedd[119]][_0xfedd[51]])&&this[_0xfedd[46]][_0xfedd[53]]()==1){this[_0xfedd[173]]=mxUtils[_0xfedd[174]](_0x6893x24);this[_0xfedd[173]][_0xfedd[24]][_0xfedd[23]]=_0xfedd[26];this[_0xfedd[173]][_0xfedd[24]][_0xfedd[175]]=_0xfedd[176];this[_0xfedd[173]][_0xfedd[24]][_0xfedd[177]]=_0xfedd[176];this[_0xfedd[173]][_0xfedd[24]][_0xfedd[178]]=_0xfedd[179];if(!mxClient[_0xfedd[141]]){this[_0xfedd[173]][_0xfedd[100]](_0xfedd[180],mxResources[_0xfedd[93]](_0xfedd[17]));mxEvent[_0xfedd[181]](this[_0xfedd[173]],this[_0xfedd[46]],this[_0xfedd[119]])};this[_0xfedd[173]][_0xfedd[24]][_0xfedd[182]]=_0xfedd[183];mxEvent[_0xfedd[185]](this[_0xfedd[173]],mxUtils[_0xfedd[27]](this,function(_0x6893x19){this[_0xfedd[46]][_0xfedd[29]][_0xfedd[114]]();var _0x6893x22=mxUtils[_0xfedd[163]](this[_0xfedd[46]][_0xfedd[25]],mxEvent[_0xfedd[130]](_0x6893x19),mxEvent[_0xfedd[131]](_0x6893x19));this[_0xfedd[46]][_0xfedd[11]][_0xfedd[49]](this[_0xfedd[119]],_0x6893x22[_0xfedd[164]],_0x6893x22[_0xfedd[165]]);this[_0xfedd[46]][_0xfedd[184]]=true;mxEvent[_0xfedd[133]](_0x6893x19)}));this[_0xfedd[46]][_0xfedd[25]][_0xfedd[186]](this[_0xfedd[173]])};this[_0xfedd[187]]()};var _0x6893x26=mxVertexHandler[_0xfedd[16]][_0xfedd[188]];mxVertexHandler[_0xfedd[16]][_0xfedd[188]]=function(){_0x6893x26[_0xfedd[15]](this);this[_0xfedd[187]]()};mxVertexHandler[_0xfedd[16]][_0xfedd[187]]=function(){if(this[_0xfedd[119]]!=null&&this[_0xfedd[173]]!=null){if(mxVertexHandler[_0xfedd[16]][_0xfedd[189]]){this[_0xfedd[173]][_0xfedd[24]][_0xfedd[190]]=(this[_0xfedd[119]][_0xfedd[164]]+this[_0xfedd[119]][_0xfedd[175]]-this[_0xfedd[173]][_0xfedd[191]]/2)+_0xfedd[192];this[_0xfedd[173]][_0xfedd[24]][_0xfedd[193]]=(this[_0xfedd[119]][_0xfedd[165]]-this[_0xfedd[173]][_0xfedd[194]]/2)+_0xfedd[192]}else {this[_0xfedd[173]][_0xfedd[24]][_0xfedd[190]]=(this[_0xfedd[119]][_0xfedd[164]]+this[_0xfedd[119]][_0xfedd[175]]+mxConstants[_0xfedd[139]]/2+4)+_0xfedd[192];this[_0xfedd[173]][_0xfedd[24]][_0xfedd[193]]=(this[_0xfedd[119]][_0xfedd[165]]+(this[_0xfedd[119]][_0xfedd[177]]-this[_0xfedd[173]][_0xfedd[194]])/2)+_0xfedd[192]}}};var _0x6893x27=mxVertexHandler[_0xfedd[16]][_0xfedd[195]];mxVertexHandler[_0xfedd[16]][_0xfedd[195]]=function(_0x6893x18,_0x6893xb){_0x6893x27[_0xfedd[15]](this,arguments);if(this[_0xfedd[173]]!=null){this[_0xfedd[173]][_0xfedd[197]][_0xfedd[196]](this[_0xfedd[173]]);this[_0xfedd[173]]=null}}; new Image()[_0xfedd[169]]=_0x6893x24}else {var _0x6893x28= new mxImage(IMAGE_PATH+_0xfedd[198],15,15);mxConnectionHandler[_0xfedd[16]][_0xfedd[199]]=_0x6893x28; new Image()[_0xfedd[169]]=_0x6893x28[_0xfedd[169]];if(urlParams[_0xfedd[17]]==_0xfedd[18]){var _0x6893x28= new mxImage(IMAGE_PATH+_0xfedd[198],15,15);var _0x6893x25=mxVertexHandler[_0xfedd[16]][_0xfedd[171]];mxVertexHandler[_0xfedd[16]][_0xfedd[171]]=function(){_0x6893x25[_0xfedd[15]](this,arguments);if(showConnectorImg&&this[_0xfedd[46]][_0xfedd[11]][_0xfedd[111]]()&&this[_0xfedd[46]][_0xfedd[172]](this[_0xfedd[119]][_0xfedd[51]])&&!this[_0xfedd[46]][_0xfedd[84]](this[_0xfedd[119]][_0xfedd[51]])&&this[_0xfedd[46]][_0xfedd[53]]()==1){if(mxClient[_0xfedd[200]]&&!mxClient[_0xfedd[201]]){this[_0xfedd[173]]=document[_0xfedd[104]](_0xfedd[202]);this[_0xfedd[173]][_0xfedd[24]][_0xfedd[203]]=_0xfedd[204]+_0x6893x28[_0xfedd[169]]+_0xfedd[205];this[_0xfedd[173]][_0xfedd[24]][_0xfedd[206]]=_0xfedd[207];this[_0xfedd[173]][_0xfedd[24]][_0xfedd[208]]=_0xfedd[209];this[_0xfedd[173]][_0xfedd[24]][_0xfedd[175]]=(_0x6893x28[_0xfedd[175]]+4)+_0xfedd[192];this[_0xfedd[173]][_0xfedd[24]][_0xfedd[177]]=(_0x6893x28[_0xfedd[177]]+4)+_0xfedd[192];this[_0xfedd[173]][_0xfedd[24]][_0xfedd[210]]=(mxClient[_0xfedd[211]])?_0xfedd[212]:_0xfedd[213]}else {this[_0xfedd[173]]=mxUtils[_0xfedd[174]](_0x6893x28[_0xfedd[169]]);this[_0xfedd[173]][_0xfedd[24]][_0xfedd[175]]=_0x6893x28[_0xfedd[175]]+_0xfedd[192];this[_0xfedd[173]][_0xfedd[24]][_0xfedd[177]]=_0x6893x28[_0xfedd[177]]+_0xfedd[192]};this[_0xfedd[173]][_0xfedd[24]][_0xfedd[23]]=_0xfedd[26];this[_0xfedd[173]][_0xfedd[24]][_0xfedd[178]]=_0xfedd[179];this[_0xfedd[173]][_0xfedd[100]](_0xfedd[180],mxResources[_0xfedd[93]](_0xfedd[17]));mxEvent[_0xfedd[181]](this[_0xfedd[173]],this[_0xfedd[46]],this[_0xfedd[119]]);this[_0xfedd[173]][_0xfedd[24]][_0xfedd[182]]=_0xfedd[183];mxEvent[_0xfedd[28]](this[_0xfedd[173]],_0xfedd[214],mxUtils[_0xfedd[27]](this,function(_0x6893x19){this[_0xfedd[46]][_0xfedd[29]][_0xfedd[114]]();var _0x6893x22=mxUtils[_0xfedd[163]](this[_0xfedd[46]][_0xfedd[25]],mxEvent[_0xfedd[130]](_0x6893x19),mxEvent[_0xfedd[131]](_0x6893x19));this[_0xfedd[46]][_0xfedd[11]][_0xfedd[49]](this[_0xfedd[119]],_0x6893x22[_0xfedd[164]],_0x6893x22[_0xfedd[165]]);this[_0xfedd[46]][_0xfedd[184]]=true;mxEvent[_0xfedd[133]](_0x6893x19)}));this[_0xfedd[46]][_0xfedd[25]][_0xfedd[186]](this[_0xfedd[173]])};this[_0xfedd[187]]()};var _0x6893x26=mxVertexHandler[_0xfedd[16]][_0xfedd[188]];mxVertexHandler[_0xfedd[16]][_0xfedd[188]]=function(){_0x6893x26[_0xfedd[15]](this);this[_0xfedd[187]]()};mxVertexHandler[_0xfedd[16]][_0xfedd[187]]=function(){if(this[_0xfedd[119]]!=null&&this[_0xfedd[173]]!=null){if(mxVertexHandler[_0xfedd[16]][_0xfedd[189]]){this[_0xfedd[173]][_0xfedd[24]][_0xfedd[190]]=(this[_0xfedd[119]][_0xfedd[164]]+this[_0xfedd[119]][_0xfedd[175]]-this[_0xfedd[173]][_0xfedd[191]]/2)+_0xfedd[192];this[_0xfedd[173]][_0xfedd[24]][_0xfedd[193]]=(this[_0xfedd[119]][_0xfedd[165]]-this[_0xfedd[173]][_0xfedd[194]]/2)+_0xfedd[192]}else {this[_0xfedd[173]][_0xfedd[24]][_0xfedd[190]]=(this[_0xfedd[119]][_0xfedd[164]]+this[_0xfedd[119]][_0xfedd[175]]+mxConstants[_0xfedd[139]]/2+2)+_0xfedd[192];this[_0xfedd[173]][_0xfedd[24]][_0xfedd[193]]=(this[_0xfedd[119]][_0xfedd[165]]+(this[_0xfedd[119]][_0xfedd[177]]-this[_0xfedd[173]][_0xfedd[194]])/2)+_0xfedd[192]}}};var _0x6893x27=mxVertexHandler[_0xfedd[16]][_0xfedd[195]];mxVertexHandler[_0xfedd[16]][_0xfedd[195]]=function(_0x6893x18,_0x6893xb){_0x6893x27[_0xfedd[15]](this,arguments);if(this[_0xfedd[173]]!=null){this[_0xfedd[173]][_0xfedd[197]][_0xfedd[196]](this[_0xfedd[173]]);this[_0xfedd[173]]=null}}}}})() \ No newline at end of file +var _0xc776=["\x63\x61\x6C\x6C","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x44\x72\x6F\x70\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x50\x61\x6E\x6E\x69\x6E\x67","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x4C\x6F\x6F\x70\x73","\x73\x65\x74\x4D\x75\x6C\x74\x69\x67\x72\x61\x70\x68","\x61\x6C\x6C\x6F\x77\x41\x75\x74\x6F\x50\x61\x6E\x6E\x69\x6E\x67","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73\x4F\x6E\x43\x6F\x6E\x6E\x65\x63\x74","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64\x72\x65\x6E","\x74\x61\x72\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x44\x61\x6E\x67\x6C\x69\x6E\x67\x45\x64\x67\x65\x73","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x69\x73\x56\x61\x6C\x69\x64\x53\x6F\x75\x72\x63\x65","\x61\x70\x70\x6C\x79","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6F\x6E\x6E\x65\x63\x74","\x32","\x61\x6C\x74\x65\x72\x6E\x61\x74\x65\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x76\x65\x72\x74\x69\x63\x61\x6C","\x6C\x6F\x61\x64\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x67\x65\x74\x52\x75\x62\x62\x65\x72\x62\x61\x6E\x64","\x63\x75\x72\x73\x6F\x72","\x73\x74\x79\x6C\x65","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x70\x6F\x69\x6E\x74\x65\x72","\x62\x69\x6E\x64","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x64\x65\x66\x61\x75\x6C\x74","\x69\x73\x48\x74\x6D\x6C\x4C\x61\x62\x65\x6C","\x67\x65\x74\x53\x74\x61\x74\x65","\x76\x69\x65\x77","\x67\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x68\x74\x6D\x6C","\x31","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x77\x72\x61\x70","\x67\x65\x74\x4C\x61\x62\x65\x6C\x56\x61\x6C\x75\x65","\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x68\x74\x6D\x6C\x45\x6E\x74\x69\x74\x69\x65\x73","\x69\x73\x43\x65\x6C\x6C\x4C\x6F\x63\x6B\x65\x64","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64","\x61\x63\x74\x69\x76\x65","\x67\x72\x61\x70\x68","\x67\x65\x74\x47\x72\x61\x70\x68\x58","\x67\x65\x74\x47\x72\x61\x70\x68\x59","\x73\x74\x61\x72\x74","\x70\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x63\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x72\x65\x6D\x6F\x76\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x69\x6E\x69\x74\x54\x6F\x75\x63\x68","\x65\x78\x74\x65\x6E\x64","\x6D\x69\x6E\x46\x69\x74\x53\x63\x61\x6C\x65","\x6D\x61\x78\x46\x69\x74\x53\x63\x61\x6C\x65","\x67\x65\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x2F\x64\x65\x66\x61\x75\x6C\x74\x2E\x78\x6D\x6C","\x6C\x6F\x61\x64","\x6F\x77\x6E\x65\x72\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x67\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x64\x65\x63\x6F\x64\x65","\x66\x6C\x69\x70\x45\x64\x67\x65","\x67\x65\x74\x56\x61\x6C\x75\x65","\x45\x4C\x42\x4F\x57\x5F\x48\x4F\x52\x49\x5A\x4F\x4E\x54\x41\x4C","\x45\x4C\x42\x4F\x57\x5F\x56\x45\x52\x54\x49\x43\x41\x4C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x69\x73\x45\x64\x67\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x63\x6C\x6F\x6E\x65\x43\x65\x6C\x6C\x73","\x67\x65\x6F\x6D\x65\x74\x72\x79","\x70\x6F\x69\x6E\x74\x73","\x67\x65\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x53\x74\x79\x6C\x65","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x53\x74\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x53\x74\x61\x74\x65","\x66\x61\x63\x74\x6F\x72\x79\x4D\x65\x74\x68\x6F\x64","\x69\x73\x43\x65\x6C\x6C\x46\x6F\x6C\x64\x61\x62\x6C\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x63\x72\x65\x61\x74\x65\x47\x72\x6F\x75\x70\x43\x65\x6C\x6C","\x67\x72\x6F\x75\x70","\x67\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x46\x6F\x72\x43\x65\x6C\x6C","","\x69\x73\x56\x65\x72\x74\x65\x78","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x5F","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x76\x61\x6C\x75\x65","\x67\x65\x74","\x63\x6F\x6E\x76\x65\x72\x74\x56\x61\x6C\x75\x65\x54\x6F\x53\x74\x72\x69\x6E\x67","\x6F\x62\x6A\x65\x63\x74","\x6C\x61\x62\x65\x6C","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x65\x6C\x6C\x4C\x61\x62\x65\x6C\x43\x68\x61\x6E\x67\x65\x64","\x63\x6C\x6F\x6E\x65\x4E\x6F\x64\x65","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x73\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x55\x73\x65\x72\x4F\x62\x6A\x65\x63\x74","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x6C\x65\x6E\x67\x74\x68","\x6C\x69\x6E\x6B","\x72\x65\x6D\x6F\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x73\x65\x74\x56\x61\x6C\x75\x65","\x6D\x6F\x64\x65\x6C","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x6D\x61\x72\x6B\x65\x72","\x66\x69\x72\x73\x74","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x75\x70\x64\x61\x74\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x67\x72\x61\x70\x68\x58","\x67\x72\x61\x70\x68\x59","\x67\x65\x74\x43\x65\x6C\x6C\x41\x74","\x73\x74\x61\x74\x65","\x73\x68\x61\x70\x65","\x6E\x6F\x64\x65","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x4D\x4F\x55\x53\x45\x5F\x44\x4F\x57\x4E","\x69\x73\x4D\x65\x6E\x75\x53\x68\x6F\x77\x69\x6E\x67","\x67\x65\x74\x43\x65\x6C\x6C","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x4D\x4F\x55\x53\x45\x5F\x55\x50","\x69\x73\x45\x64\x69\x74\x69\x6E\x67","\x67\x65\x74\x45\x76\x65\x6E\x74","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x70\x6F\x70\x75\x70","\x63\x6F\x6E\x73\x75\x6D\x65","\x4D\x4F\x55\x53\x45\x5F\x4D\x4F\x56\x45","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x54\x6F\x70","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x42\x6F\x74\x74\x6F\x6D","\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x74\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x67\x72\x69\x64\x53\x69\x7A\x65","\x73\x65\x6C\x65\x63\x74\x4F\x6E\x50\x6F\x70\x75\x70","\x75\x73\x65\x4C\x65\x66\x74\x42\x75\x74\x74\x6F\x6E\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x69\x73\x50\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x69\x67\x6E\x6F\x72\x65\x43\x65\x6C\x6C","\x69\x73\x43\x6F\x6E\x74\x72\x6F\x6C\x44\x6F\x77\x6E","\x69\x73\x53\x68\x69\x66\x74\x44\x6F\x77\x6E","\x75\x73\x65\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x69\x73\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x6D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x64\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x63\x6F\x6E\x76\x65\x72\x74\x50\x6F\x69\x6E\x74","\x78","\x79","\x2F\x74\x6F\x75\x63\x68\x2D\x68\x61\x6E\x64\x6C\x65\x2E\x70\x6E\x67","\x68\x61\x6E\x64\x6C\x65\x49\x6D\x61\x67\x65","\x73\x69\x7A\x65\x72\x49\x6D\x61\x67\x65","\x73\x72\x63","\x2F\x74\x6F\x75\x63\x68\x2D\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72\x2E\x70\x6E\x67","\x69\x6E\x69\x74","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72\x49\x6D\x67","\x63\x72\x65\x61\x74\x65\x49\x6D\x61\x67\x65","\x77\x69\x64\x74\x68","\x32\x39\x70\x78","\x68\x65\x69\x67\x68\x74","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x74\x69\x74\x6C\x65","\x72\x65\x64\x69\x72\x65\x63\x74\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74\x73","\x70\x61\x64\x64\x69\x6E\x67","\x32\x70\x78","\x69\x73\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x72\x65\x64\x72\x61\x77\x54\x6F\x6F\x6C\x73","\x72\x65\x64\x72\x61\x77","\x73\x69\x6E\x67\x6C\x65\x53\x69\x7A\x65\x72","\x6C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x57\x69\x64\x74\x68","\x70\x78","\x74\x6F\x70","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x2F\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72\x2E\x70\x6E\x67","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x49\x53\x5F\x49\x45","\x49\x53\x5F\x53\x56\x47","\x64\x69\x76","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x65\x6E\x74\x65\x72","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x70\x65\x61\x74","\x6E\x6F\x2D\x72\x65\x70\x65\x61\x74","\x64\x69\x73\x70\x6C\x61\x79","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x69\x6E\x6C\x69\x6E\x65","\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E"];Graph=function(_0xdf43x1,_0xdf43x2,_0xdf43x3,_0xdf43x4){mxGraph[_0xc776[0]](this,_0xdf43x1,_0xdf43x2,_0xdf43x3,_0xdf43x4);this[_0xc776[1]](true);this[_0xc776[2]](false);this[_0xc776[3]](true);this[_0xc776[4]](!mxClient.IS_TOUCH);this[_0xc776[5]](false);this[_0xc776[6]](false);this[_0xc776[7]]=true;this[_0xc776[8]]=false;this[_0xc776[9]]=false;this[_0xc776[11]][_0xc776[10]]=true;this[_0xc776[12]](false);this[_0xc776[11]][_0xc776[13]](false);this[_0xc776[11]][_0xc776[14]]=function(){return mxConnectionHandler[_0xc776[16]][_0xc776[14]][_0xc776[15]](this,arguments)&&urlParams[_0xc776[17]]!=_0xc776[18]};this[_0xc776[19]]=_0xc776[20];if(_0xdf43x4==null){this[_0xc776[21]]()};var _0xdf43x5= new mxRubberband(this);this[_0xc776[22]]=function(){return _0xdf43x5};this[_0xc776[29]][_0xc776[28]](mxEvent.PAN_START,mxUtils[_0xc776[27]](this,function(){this[_0xc776[25]][_0xc776[24]][_0xc776[23]]=_0xc776[26]}));this[_0xc776[29]][_0xc776[28]](mxEvent.PAN_END,mxUtils[_0xc776[27]](this,function(){this[_0xc776[25]][_0xc776[24]][_0xc776[23]]=_0xc776[30]}));this[_0xc776[31]]=function(_0xdf43x6){var _0xdf43x7=this[_0xc776[33]][_0xc776[32]](_0xdf43x6);var _0xdf43x8=(_0xdf43x7!=null)?_0xdf43x7[_0xc776[24]]:this[_0xc776[34]](_0xdf43x6);return _0xdf43x8[_0xc776[35]]==_0xc776[36]||_0xdf43x8[_0xc776[37]]==_0xc776[38]};this[_0xc776[40]][_0xc776[39]]=function(_0xdf43x7){var _0xdf43x9=mxCellRenderer[_0xc776[16]][_0xc776[39]][_0xc776[15]](this,arguments);if(_0xdf43x7[_0xc776[24]][_0xc776[37]]==_0xc776[38]&&_0xdf43x7[_0xc776[24]][_0xc776[35]]!=1){_0xdf43x9=mxUtils[_0xc776[41]](_0xdf43x9,false)};return _0xdf43x9};this[_0xc776[42]]=function(_0xdf43x6){return false};this[_0xc776[11]][_0xc776[43]]=16;var _0xdf43xa=this[_0xc776[11]][_0xc776[44]];this[_0xc776[11]][_0xc776[44]]=function(_0xdf43xb,_0xdf43x7){if(_0xdf43x7==null){if(!this[_0xc776[46]][_0xc776[29]][_0xc776[45]]){_0xdf43x5[_0xc776[49]](_0xdf43xb[_0xc776[47]](),_0xdf43xb[_0xc776[48]]());this[_0xc776[46]][_0xc776[29]][_0xc776[50]]=false}}else {if(tapAndHoldStartsConnection){_0xdf43xa[_0xc776[15]](this,arguments)}else {if(this[_0xc776[46]][_0xc776[52]](_0xdf43x7[_0xc776[51]])&&this[_0xc776[46]][_0xc776[53]]()>1){this[_0xc776[46]][_0xc776[54]](_0xdf43x7[_0xc776[51]])}}}};if(touchStyle){this[_0xc776[55]]()}};mxUtils[_0xc776[56]](Graph,mxGraph);Graph[_0xc776[16]][_0xc776[57]]=null;Graph[_0xc776[16]][_0xc776[58]]=null;Graph[_0xc776[16]][_0xc776[21]]=function(){var _0xdf43xc=mxUtils[_0xc776[61]](STYLE_PATH+_0xc776[60])[_0xc776[59]]();var _0xdf43xd= new mxCodec(_0xdf43xc[_0xc776[62]]);_0xdf43xd[_0xc776[64]](_0xdf43xc,this[_0xc776[63]]())};Graph[_0xc776[16]][_0xc776[65]]=function(_0xdf43xe){if(_0xdf43xe!=null){var _0xdf43x7=this[_0xc776[33]][_0xc776[32]](_0xdf43xe);var _0xdf43x8=(_0xdf43x7!=null)?_0xdf43x7[_0xc776[24]]:this[_0xc776[34]](_0xdf43xe);if(_0xdf43x8!=null){var _0xdf43xf=mxUtils[_0xc776[66]](_0xdf43x8,mxConstants.STYLE_ELBOW,mxConstants.ELBOW_HORIZONTAL);var _0xdf43x10=(_0xdf43xf==mxConstants[_0xc776[67]])?mxConstants[_0xc776[68]]:mxConstants[_0xc776[67]];this[_0xc776[69]](mxConstants.STYLE_ELBOW,_0xdf43x10,[_0xdf43xe])}}};Graph[_0xc776[16]][_0xc776[70]]=function(_0xdf43x6){if(_0xdf43x6!=null&&this[_0xc776[72]]()[_0xc776[71]](_0xdf43x6)){var _0xdf43x11=this[_0xc776[72]]()[_0xc776[73]]([_0xdf43x6])[0];if(_0xdf43x11[_0xc776[74]]!=null){_0xdf43x11[_0xc776[74]][_0xc776[75]]=null};var _0xdf43x8=_0xdf43x11[_0xc776[76]]();_0xdf43x8=mxUtils[_0xc776[77]](_0xdf43x8,mxConstants.STYLE_ENTRY_X,null);_0xdf43x8=mxUtils[_0xc776[77]](_0xdf43x8,mxConstants.STYLE_ENTRY_Y,null);_0xdf43x8=mxUtils[_0xc776[77]](_0xdf43x8,mxConstants.STYLE_EXIT_X,null);_0xdf43x8=mxUtils[_0xc776[77]](_0xdf43x8,mxConstants.STYLE_EXIT_Y,null);_0xdf43x11[_0xc776[77]](_0xdf43x8);this[_0xc776[11]][_0xc776[78]]=function(_0xdf43xb){return this[_0xc776[46]][_0xc776[33]][_0xc776[79]](_0xdf43x11)};this[_0xc776[11]][_0xc776[80]]=function(){return this[_0xc776[46]][_0xc776[73]]([_0xdf43x11])[0]}}};Graph[_0xc776[16]][_0xc776[81]]=function(_0xdf43x6){return this[_0xc776[82]]&&this[_0xc776[83]](_0xdf43x6)};Graph[_0xc776[16]][_0xc776[84]]=function(_0xdf43x6){return this[_0xc776[83]](_0xdf43x6)};Graph[_0xc776[16]][_0xc776[85]]=function(){var _0xdf43x12=mxGraph[_0xc776[16]][_0xc776[85]][_0xc776[15]](this,arguments);_0xdf43x12[_0xc776[77]](_0xc776[86]);return _0xdf43x12};Graph[_0xc776[16]][_0xc776[87]]=function(_0xdf43x6){var _0xdf43x13=_0xc776[88];if(this[_0xc776[72]]()[_0xc776[89]](_0xdf43x6)){_0xdf43x13+=mxResources[_0xc776[93]](_0xc776[90]+_0xdf43x6[_0xc776[92]][_0xc776[91]])||_0xc776[88]}else {if(this[_0xc776[72]]()[_0xc776[71]](_0xdf43x6)){_0xdf43x13=mxGraph[_0xc776[16]][_0xc776[87]][_0xc776[15]](this,arguments)}};return _0xdf43x13};Graph[_0xc776[16]][_0xc776[94]]=function(_0xdf43x6){if(_0xdf43x6[_0xc776[92]]!=null&& typeof (_0xdf43x6[_0xc776[92]])==_0xc776[95]){return _0xdf43x6[_0xc776[92]][_0xc776[97]](_0xc776[96])};return mxGraph[_0xc776[16]][_0xc776[94]][_0xc776[15]](this,arguments)};Graph[_0xc776[16]][_0xc776[98]]=function(_0xdf43x6,_0xdf43x10,_0xdf43x14){if(_0xdf43x6[_0xc776[92]]!=null&& typeof (_0xdf43x6[_0xc776[92]])==_0xc776[95]){var _0xdf43x15=_0xdf43x6[_0xc776[92]][_0xc776[99]](true);_0xdf43x15[_0xc776[100]](_0xc776[96],_0xdf43x10);_0xdf43x10=_0xdf43x15};mxGraph[_0xc776[16]][_0xc776[98]][_0xc776[15]](this,arguments)};Graph[_0xc776[16]][_0xc776[101]]=function(_0xdf43x6,_0xdf43x16){var _0xdf43x10=null;if(_0xdf43x6[_0xc776[92]]!=null&& typeof (_0xdf43x6[_0xc776[92]])==_0xc776[95]){_0xdf43x10=_0xdf43x6[_0xc776[92]][_0xc776[99]](true)}else {var _0xdf43x17=mxUtils[_0xc776[102]]();_0xdf43x10=_0xdf43x17[_0xc776[104]](_0xc776[103]);_0xdf43x10[_0xc776[100]](_0xc776[96],_0xdf43x6[_0xc776[92]])};if(_0xdf43x16!=null&&_0xdf43x16[_0xc776[105]]>0){_0xdf43x10[_0xc776[100]](_0xc776[106],_0xdf43x16)}else {_0xdf43x10[_0xc776[107]](_0xc776[106])};this[_0xc776[109]][_0xc776[108]](_0xdf43x6,_0xdf43x10)};Graph[_0xc776[16]][_0xc776[110]]=function(_0xdf43x6){if(_0xdf43x6[_0xc776[92]]!=null&& typeof (_0xdf43x6[_0xc776[92]])==_0xc776[95]){return _0xdf43x6[_0xc776[92]][_0xc776[97]](_0xc776[106])};return null};Graph[_0xc776[16]][_0xc776[55]]=function(){this[_0xc776[11]][_0xc776[112]][_0xc776[111]]=function(){return this[_0xc776[46]][_0xc776[11]][_0xc776[113]]!=null};this[_0xc776[28]](mxEvent.START_EDITING,function(_0xdf43x18,_0xdf43x19){this[_0xc776[29]][_0xc776[114]]()});var _0xdf43x1a=false;var _0xdf43x1b=null;this[_0xc776[115]]=function(_0xdf43xb){mxGraph[_0xc776[16]][_0xc776[115]][_0xc776[15]](this,arguments);if(_0xdf43xb[_0xc776[32]]()==null){var _0xdf43x6=this[_0xc776[118]](_0xdf43xb[_0xc776[116]],_0xdf43xb[_0xc776[117]]);if(this[_0xc776[72]]()[_0xc776[71]](_0xdf43x6)){_0xdf43xb[_0xc776[119]]=this[_0xc776[33]][_0xc776[32]](_0xdf43x6);if(_0xdf43xb[_0xc776[119]]!=null&&_0xdf43xb[_0xc776[119]][_0xc776[120]]!=null){this[_0xc776[25]][_0xc776[24]][_0xc776[23]]=_0xdf43xb[_0xc776[119]][_0xc776[120]][_0xc776[121]][_0xc776[24]][_0xc776[23]]}}};if(_0xdf43xb[_0xc776[32]]()==null){this[_0xc776[25]][_0xc776[24]][_0xc776[23]]=_0xc776[30]}};this[_0xc776[122]]=function(_0xdf43x1c,_0xdf43xb,_0xdf43x18){if(_0xdf43x1c==mxEvent[_0xc776[123]]){if(!this[_0xc776[29]][_0xc776[124]]()){_0xdf43x1b=_0xdf43xb[_0xc776[125]]();_0xdf43x1a=(_0xdf43x1b!=null)?this[_0xc776[52]](_0xdf43x1b):this[_0xc776[126]]()}else {_0xdf43x1a=false;_0xdf43x1b=null}}else {if(_0xdf43x1c==mxEvent[_0xc776[127]]){if(_0xdf43x1a&&!this[_0xc776[128]]()){if(!this[_0xc776[29]][_0xc776[124]]()){var _0xdf43x1d=mxEvent[_0xc776[130]](_0xdf43xb[_0xc776[129]]());var _0xdf43x1e=mxEvent[_0xc776[131]](_0xdf43xb[_0xc776[129]]());this[_0xc776[29]][_0xc776[132]](_0xdf43x1d+16,_0xdf43x1e,_0xdf43x1b,_0xdf43xb[_0xc776[129]]())};_0xdf43x1a=false;_0xdf43x1b=null;_0xdf43xb[_0xc776[133]]();return};_0xdf43x1a=false;_0xdf43x1b=null}};mxGraph[_0xc776[16]][_0xc776[122]][_0xc776[15]](this,arguments);if(_0xdf43x1c==mxEvent[_0xc776[134]]&&_0xdf43xb[_0xc776[135]]()){_0xdf43x1a=false;_0xdf43x1b=null}}};(function(){mxVertexHandler[_0xc776[16]][_0xc776[136]]=true;mxText[_0xc776[16]][_0xc776[137]]=5;mxText[_0xc776[16]][_0xc776[138]]=1;if(touchStyle){mxConstants[_0xc776[139]]=16;mxConstants[_0xc776[140]]=7;if(mxClient[_0xc776[141]]){mxVertexHandler[_0xc776[16]][_0xc776[142]]=4;mxEdgeHandler[_0xc776[16]][_0xc776[142]]=6;Graph[_0xc776[16]][_0xc776[142]]=14;Graph[_0xc776[16]][_0xc776[143]]=20;mxPanningHandler[_0xc776[16]][_0xc776[144]]=false;mxPanningHandler[_0xc776[16]][_0xc776[145]]=true;mxPanningHandler[_0xc776[16]][_0xc776[146]]=function(_0xdf43xb){var _0xdf43x19=_0xdf43xb[_0xc776[129]]();return (this[_0xc776[145]]&&(this[_0xc776[147]]||_0xdf43xb[_0xc776[32]]()==null))||(mxEvent[_0xc776[148]](_0xdf43x19)&&mxEvent[_0xc776[149]](_0xdf43x19))||(this[_0xc776[150]]&&mxEvent[_0xc776[151]](_0xdf43x19))}};var _0xdf43x1f=mxGraphHandler[_0xc776[16]][_0xc776[152]];mxGraphHandler[_0xc776[16]][_0xc776[152]]=function(_0xdf43x18,_0xdf43xb){_0xdf43x1f[_0xc776[15]](this,arguments);if(this[_0xc776[46]][_0xc776[52]](_0xdf43xb[_0xc776[125]]())&&this[_0xc776[46]][_0xc776[53]]()>1){this[_0xc776[153]]=false}};Graph[_0xc776[16]][_0xc776[154]]=function(_0xdf43x1){this[_0xc776[155]]= new mxTooltipHandler(this);this[_0xc776[155]][_0xc776[156]](false);this[_0xc776[157]]= new mxSelectionCellsHandler(this);this[_0xc776[29]]= new mxPanningHandler(this);this[_0xc776[29]][_0xc776[158]]=false;this[_0xc776[11]]= new mxConnectionHandler(this);this[_0xc776[11]][_0xc776[156]](false);this[_0xc776[159]]= new mxGraphHandler(this)};mxConnectionHandler[_0xc776[16]][_0xc776[160]]=function(_0xdf43xe,_0xdf43x20){if(touchStyle&&_0xdf43x20!=null){this[_0xc776[46]][_0xc776[161]](_0xdf43x20)}else {this[_0xc776[46]][_0xc776[161]](_0xdf43xe)}};var _0xdf43x21=mxGraph[_0xc776[16]][_0xc776[162]];Graph[_0xc776[16]][_0xc776[162]]=function(_0xdf43x19,_0xdf43x6){if(_0xdf43x6==null){var _0xdf43x22=mxUtils[_0xc776[163]](this[_0xc776[25]],mxEvent[_0xc776[130]](_0xdf43x19),mxEvent[_0xc776[131]](_0xdf43x19));_0xdf43x6=this[_0xc776[118]](_0xdf43x22[_0xc776[164]],_0xdf43x22[_0xc776[165]])};_0xdf43x21[_0xc776[0]](this,_0xdf43x19,_0xdf43x6)};var _0xdf43x23= new mxImage(IMAGE_PATH+_0xc776[166],16,16);mxVertexHandler[_0xc776[16]][_0xc776[167]]=_0xdf43x23;mxEdgeHandler[_0xc776[16]][_0xc776[167]]=_0xdf43x23;mxOutline[_0xc776[16]][_0xc776[168]]=_0xdf43x23; new Image()[_0xc776[169]]=_0xdf43x23[_0xc776[169]];var _0xdf43x24=IMAGE_PATH+_0xc776[170];var _0xdf43x25=mxVertexHandler[_0xc776[16]][_0xc776[171]];mxVertexHandler[_0xc776[16]][_0xc776[171]]=function(){_0xdf43x25[_0xc776[15]](this,arguments);if(showConnectorImg&&this[_0xc776[46]][_0xc776[11]][_0xc776[111]]()&&this[_0xc776[46]][_0xc776[172]](this[_0xc776[119]][_0xc776[51]])&&!this[_0xc776[46]][_0xc776[84]](this[_0xc776[119]][_0xc776[51]])&&this[_0xc776[46]][_0xc776[53]]()==1){this[_0xc776[173]]=mxUtils[_0xc776[174]](_0xdf43x24);this[_0xc776[173]][_0xc776[24]][_0xc776[23]]=_0xc776[26];this[_0xc776[173]][_0xc776[24]][_0xc776[175]]=_0xc776[176];this[_0xc776[173]][_0xc776[24]][_0xc776[177]]=_0xc776[176];this[_0xc776[173]][_0xc776[24]][_0xc776[178]]=_0xc776[179];if(!mxClient[_0xc776[141]]){this[_0xc776[173]][_0xc776[100]](_0xc776[180],mxResources[_0xc776[93]](_0xc776[17]));mxEvent[_0xc776[181]](this[_0xc776[173]],this[_0xc776[46]],this[_0xc776[119]])};this[_0xc776[173]][_0xc776[24]][_0xc776[182]]=_0xc776[183];mxEvent[_0xc776[185]](this[_0xc776[173]],mxUtils[_0xc776[27]](this,function(_0xdf43x19){this[_0xc776[46]][_0xc776[29]][_0xc776[114]]();var _0xdf43x22=mxUtils[_0xc776[163]](this[_0xc776[46]][_0xc776[25]],mxEvent[_0xc776[130]](_0xdf43x19),mxEvent[_0xc776[131]](_0xdf43x19));this[_0xc776[46]][_0xc776[11]][_0xc776[49]](this[_0xc776[119]],_0xdf43x22[_0xc776[164]],_0xdf43x22[_0xc776[165]]);this[_0xc776[46]][_0xc776[184]]=true;mxEvent[_0xc776[133]](_0xdf43x19)}));this[_0xc776[46]][_0xc776[25]][_0xc776[186]](this[_0xc776[173]])};this[_0xc776[187]]()};var _0xdf43x26=mxVertexHandler[_0xc776[16]][_0xc776[188]];mxVertexHandler[_0xc776[16]][_0xc776[188]]=function(){_0xdf43x26[_0xc776[15]](this);this[_0xc776[187]]()};mxVertexHandler[_0xc776[16]][_0xc776[187]]=function(){if(this[_0xc776[119]]!=null&&this[_0xc776[173]]!=null){if(mxVertexHandler[_0xc776[16]][_0xc776[189]]){this[_0xc776[173]][_0xc776[24]][_0xc776[190]]=(this[_0xc776[119]][_0xc776[164]]+this[_0xc776[119]][_0xc776[175]]-this[_0xc776[173]][_0xc776[191]]/2)+_0xc776[192];this[_0xc776[173]][_0xc776[24]][_0xc776[193]]=(this[_0xc776[119]][_0xc776[165]]-this[_0xc776[173]][_0xc776[194]]/2)+_0xc776[192]}else {this[_0xc776[173]][_0xc776[24]][_0xc776[190]]=(this[_0xc776[119]][_0xc776[164]]+this[_0xc776[119]][_0xc776[175]]+mxConstants[_0xc776[139]]/2+4)+_0xc776[192];this[_0xc776[173]][_0xc776[24]][_0xc776[193]]=(this[_0xc776[119]][_0xc776[165]]+(this[_0xc776[119]][_0xc776[177]]-this[_0xc776[173]][_0xc776[194]])/2)+_0xc776[192]}}};var _0xdf43x27=mxVertexHandler[_0xc776[16]][_0xc776[195]];mxVertexHandler[_0xc776[16]][_0xc776[195]]=function(_0xdf43x18,_0xdf43xb){_0xdf43x27[_0xc776[15]](this,arguments);if(this[_0xc776[173]]!=null){this[_0xc776[173]][_0xc776[197]][_0xc776[196]](this[_0xc776[173]]);this[_0xc776[173]]=null}}; new Image()[_0xc776[169]]=_0xdf43x24}else {var _0xdf43x28= new mxImage(IMAGE_PATH+_0xc776[198],15,15);mxConnectionHandler[_0xc776[16]][_0xc776[199]]=_0xdf43x28; new Image()[_0xc776[169]]=_0xdf43x28[_0xc776[169]];if(urlParams[_0xc776[17]]==_0xc776[18]){var _0xdf43x28= new mxImage(IMAGE_PATH+_0xc776[198],15,15);var _0xdf43x25=mxVertexHandler[_0xc776[16]][_0xc776[171]];mxVertexHandler[_0xc776[16]][_0xc776[171]]=function(){_0xdf43x25[_0xc776[15]](this,arguments);if(showConnectorImg&&this[_0xc776[46]][_0xc776[11]][_0xc776[111]]()&&this[_0xc776[46]][_0xc776[172]](this[_0xc776[119]][_0xc776[51]])&&!this[_0xc776[46]][_0xc776[84]](this[_0xc776[119]][_0xc776[51]])&&this[_0xc776[46]][_0xc776[53]]()==1){if(mxClient[_0xc776[200]]&&!mxClient[_0xc776[201]]){this[_0xc776[173]]=document[_0xc776[104]](_0xc776[202]);this[_0xc776[173]][_0xc776[24]][_0xc776[203]]=_0xc776[204]+_0xdf43x28[_0xc776[169]]+_0xc776[205];this[_0xc776[173]][_0xc776[24]][_0xc776[206]]=_0xc776[207];this[_0xc776[173]][_0xc776[24]][_0xc776[208]]=_0xc776[209];this[_0xc776[173]][_0xc776[24]][_0xc776[175]]=(_0xdf43x28[_0xc776[175]]+4)+_0xc776[192];this[_0xc776[173]][_0xc776[24]][_0xc776[177]]=(_0xdf43x28[_0xc776[177]]+4)+_0xc776[192];this[_0xc776[173]][_0xc776[24]][_0xc776[210]]=(mxClient[_0xc776[211]])?_0xc776[212]:_0xc776[213]}else {this[_0xc776[173]]=mxUtils[_0xc776[174]](_0xdf43x28[_0xc776[169]]);this[_0xc776[173]][_0xc776[24]][_0xc776[175]]=_0xdf43x28[_0xc776[175]]+_0xc776[192];this[_0xc776[173]][_0xc776[24]][_0xc776[177]]=_0xdf43x28[_0xc776[177]]+_0xc776[192]};this[_0xc776[173]][_0xc776[24]][_0xc776[23]]=_0xc776[26];this[_0xc776[173]][_0xc776[24]][_0xc776[178]]=_0xc776[179];this[_0xc776[173]][_0xc776[100]](_0xc776[180],mxResources[_0xc776[93]](_0xc776[17]));mxEvent[_0xc776[181]](this[_0xc776[173]],this[_0xc776[46]],this[_0xc776[119]]);this[_0xc776[173]][_0xc776[24]][_0xc776[182]]=_0xc776[183];mxEvent[_0xc776[28]](this[_0xc776[173]],_0xc776[214],mxUtils[_0xc776[27]](this,function(_0xdf43x19){this[_0xc776[46]][_0xc776[29]][_0xc776[114]]();var _0xdf43x22=mxUtils[_0xc776[163]](this[_0xc776[46]][_0xc776[25]],mxEvent[_0xc776[130]](_0xdf43x19),mxEvent[_0xc776[131]](_0xdf43x19));this[_0xc776[46]][_0xc776[11]][_0xc776[49]](this[_0xc776[119]],_0xdf43x22[_0xc776[164]],_0xdf43x22[_0xc776[165]]);this[_0xc776[46]][_0xc776[184]]=true;mxEvent[_0xc776[133]](_0xdf43x19)}));this[_0xc776[46]][_0xc776[25]][_0xc776[186]](this[_0xc776[173]])};this[_0xc776[187]]()};var _0xdf43x26=mxVertexHandler[_0xc776[16]][_0xc776[188]];mxVertexHandler[_0xc776[16]][_0xc776[188]]=function(){_0xdf43x26[_0xc776[15]](this);this[_0xc776[187]]()};mxVertexHandler[_0xc776[16]][_0xc776[187]]=function(){if(this[_0xc776[119]]!=null&&this[_0xc776[173]]!=null){if(mxVertexHandler[_0xc776[16]][_0xc776[189]]){this[_0xc776[173]][_0xc776[24]][_0xc776[190]]=(this[_0xc776[119]][_0xc776[164]]+this[_0xc776[119]][_0xc776[175]]-this[_0xc776[173]][_0xc776[191]]/2)+_0xc776[192];this[_0xc776[173]][_0xc776[24]][_0xc776[193]]=(this[_0xc776[119]][_0xc776[165]]-this[_0xc776[173]][_0xc776[194]]/2)+_0xc776[192]}else {this[_0xc776[173]][_0xc776[24]][_0xc776[190]]=(this[_0xc776[119]][_0xc776[164]]+this[_0xc776[119]][_0xc776[175]]+mxConstants[_0xc776[139]]/2+2)+_0xc776[192];this[_0xc776[173]][_0xc776[24]][_0xc776[193]]=(this[_0xc776[119]][_0xc776[165]]+(this[_0xc776[119]][_0xc776[177]]-this[_0xc776[173]][_0xc776[194]])/2)+_0xc776[192]}}};var _0xdf43x27=mxVertexHandler[_0xc776[16]][_0xc776[195]];mxVertexHandler[_0xc776[16]][_0xc776[195]]=function(_0xdf43x18,_0xdf43xb){_0xdf43x27[_0xc776[15]](this,arguments);if(this[_0xc776[173]]!=null){this[_0xc776[173]][_0xc776[197]][_0xc776[196]](this[_0xc776[173]]);this[_0xc776[173]]=null}}}}})() \ No newline at end of file diff --git a/public/assets/plugins/jscripty/js/Menus.js b/public/assets/plugins/jscripty/js/Menus.js index c112d62..f563135 100644 --- a/public/assets/plugins/jscripty/js/Menus.js +++ b/public/assets/plugins/jscripty/js/Menus.js @@ -1 +1 @@ -var _0xf258=["\x65\x64\x69\x74\x6F\x72\x55\x69","\x6D\x65\x6E\x75\x73","\x69\x6E\x69\x74","\x73\x72\x63","\x2F\x63\x68\x65\x63\x6B\x6D\x61\x72\x6B\x2E\x67\x69\x66","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x67\x72\x61\x70\x68","\x65\x64\x69\x74\x6F\x72","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x48\x65\x6C\x76\x65\x74\x69\x63\x61","\x56\x65\x72\x64\x61\x6E\x61","\x54\x69\x6D\x65\x73\x20\x4E\x65\x77\x20\x52\x6F\x6D\x61\x6E","\x47\x61\x72\x61\x6D\x6F\x6E\x64","\x43\x6F\x6D\x69\x63\x20\x53\x61\x6E\x73\x20\x4D\x53","\x43\x6F\x75\x72\x69\x65\x72\x20\x4E\x65\x77","\x47\x65\x6F\x72\x67\x69\x61","\x4C\x75\x63\x69\x64\x61\x20\x43\x6F\x6E\x73\x6F\x6C\x65","\x54\x61\x68\x6F\x6D\x61","\x6C\x65\x6E\x67\x74\x68","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x73\x74\x79\x6C\x65\x43\x68\x61\x6E\x67\x65","\x73\x74\x79\x6C\x65","\x6E\x65\x78\x74\x53\x69\x62\x6C\x69\x6E\x67","\x66\x69\x72\x73\x74\x43\x68\x69\x6C\x64","\x61\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x63\x75\x73\x74\x6F\x6D","\x67\x65\x74","","\x70\x72\x6F\x6D\x70\x74\x43\x68\x61\x6E\x67\x65","\x62\x69\x6E\x64","\x70\x75\x74","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x28\x70\x74\x29","\x31\x32","\x6C\x69\x6E\x65\x77\x69\x64\x74\x68","\x70\x78","\x53\x54\x59\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x57\x49\x44\x54\x48","\x28\x70\x78\x29","\x31","\x6C\x69\x6E\x65","\x73\x74\x72\x61\x69\x67\x68\x74","\x53\x54\x59\x4C\x45\x5F\x45\x44\x47\x45","\x65\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E","\x65\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x53\x54\x59\x4C\x45\x5F\x45\x4C\x42\x4F\x57","\x65\x6C\x62\x6F\x77\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x76\x65\x72\x74\x69\x63\x61\x6C","\x6D\x61\x6E\x75\x61\x6C","\x73\x65\x67\x6D\x65\x6E\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x61\x75\x74\x6F\x6D\x61\x74\x69\x63","\x6F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6C\x69\x6E\x65\x65\x6E\x64","\x63\x6C\x61\x73\x73\x69\x63","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x44\x41\x52\x52\x4F\x57","\x41\x52\x52\x4F\x57\x5F\x43\x4C\x41\x53\x53\x49\x43","\x6F\x70\x65\x6E\x41\x72\x72\x6F\x77","\x41\x52\x52\x4F\x57\x5F\x4F\x50\x45\x4E","\x62\x6C\x6F\x63\x6B","\x41\x52\x52\x4F\x57\x5F\x42\x4C\x4F\x43\x4B","\x6F\x76\x61\x6C","\x41\x52\x52\x4F\x57\x5F\x4F\x56\x41\x4C","\x64\x69\x61\x6D\x6F\x6E\x64","\x41\x52\x52\x4F\x57\x5F\x44\x49\x41\x4D\x4F\x4E\x44","\x64\x69\x61\x6D\x6F\x6E\x64\x54\x68\x69\x6E","\x41\x52\x52\x4F\x57\x5F\x44\x49\x41\x4D\x4F\x4E\x44\x5F\x54\x48\x49\x4E","\x6E\x6F\x6E\x65","\x4E\x4F\x4E\x45","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74","\x65\x6E\x64\x46\x69\x6C\x6C","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x61\x64\x64\x49\x74\x65\x6D","\x73\x69\x7A\x65","\x6C\x69\x6E\x65\x73\x74\x61\x72\x74","\x53\x54\x59\x4C\x45\x5F\x53\x54\x41\x52\x54\x41\x52\x52\x4F\x57","\x73\x74\x61\x72\x74\x46\x69\x6C\x6C","\x73\x70\x61\x63\x69\x6E\x67","\x65\x6E\x61\x62\x6C\x65\x64","\x73\x68\x61\x64\x6F\x77","\x61\x63\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x44\x69\x73\x61\x62\x6C\x65\x64","\x74\x6F\x70","\x30","\x72\x69\x67\x68\x74","\x62\x6F\x74\x74\x6F\x6D","\x6C\x65\x66\x74","\x67\x6C\x6F\x62\x61\x6C","\x70\x65\x72\x69\x6D\x65\x74\x65\x72","\x73\x6F\x75\x72\x63\x65\x53\x70\x61\x63\x69\x6E\x67","\x74\x61\x72\x67\x65\x74\x53\x70\x61\x63\x69\x6E\x67","\x66\x6F\x72\x6D\x61\x74","\x61\x64\x64\x4D\x65\x6E\x75\x49\x74\x65\x6D","\x74\x65\x78\x74","\x61\x64\x64\x53\x75\x62\x6D\x65\x6E\x75","\x2D","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x61\x64\x64\x4D\x65\x6E\x75\x49\x74\x65\x6D\x73","\x61\x6C\x69\x67\x6E\x6D\x65\x6E\x74","\x77\x6F\x72\x64\x57\x72\x61\x70","\x74\x65\x78\x74\x4F\x70\x61\x63\x69\x74\x79","\x28\x25\x29","\x31\x30\x30","\x68\x69\x64\x65","\x6C\x65\x66\x74\x41\x6C\x69\x67\x6E","\x53\x54\x59\x4C\x45\x5F\x41\x4C\x49\x47\x4E","\x41\x4C\x49\x47\x4E\x5F\x4C\x45\x46\x54","\x63\x65\x6E\x74\x65\x72","\x41\x4C\x49\x47\x4E\x5F\x43\x45\x4E\x54\x45\x52","\x72\x69\x67\x68\x74\x41\x6C\x69\x67\x6E","\x41\x4C\x49\x47\x4E\x5F\x52\x49\x47\x48\x54","\x74\x6F\x70\x41\x6C\x69\x67\x6E","\x53\x54\x59\x4C\x45\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x41\x4C\x49\x47\x4E","\x41\x4C\x49\x47\x4E\x5F\x54\x4F\x50","\x6D\x69\x64\x64\x6C\x65","\x41\x4C\x49\x47\x4E\x5F\x4D\x49\x44\x44\x4C\x45","\x62\x6F\x74\x74\x6F\x6D\x41\x6C\x69\x67\x6E","\x41\x4C\x49\x47\x4E\x5F\x42\x4F\x54\x54\x4F\x4D","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x53\x54\x59\x4C\x45\x5F\x4C\x41\x42\x45\x4C\x5F\x50\x4F\x53\x49\x54\x49\x4F\x4E","\x53\x54\x59\x4C\x45\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x4C\x41\x42\x45\x4C\x5F\x50\x4F\x53\x49\x54\x49\x4F\x4E","\x64\x69\x72\x65\x63\x74\x69\x6F\x6E","\x66\x6C\x69\x70\x48","\x66\x6C\x69\x70\x56","\x74\x69\x6C\x74","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x61\x6C\x69\x67\x6E","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73","\x6C\x61\x79\x6F\x75\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x46\x6C\x6F\x77","\x65\x78\x65\x63\x75\x74\x65\x4C\x61\x79\x6F\x75\x74","\x76\x65\x72\x74\x69\x63\x61\x6C\x46\x6C\x6F\x77","\x6E\x61\x76\x69\x67\x61\x74\x69\x6F\x6E","\x68\x6F\x6D\x65","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x65\x78\x70\x61\x6E\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x61\x72\x72\x61\x6E\x67\x65","\x74\x6F\x46\x72\x6F\x6E\x74","\x74\x6F\x42\x61\x63\x6B","\x67\x72\x6F\x75\x70","\x75\x6E\x67\x72\x6F\x75\x70","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x47\x72\x6F\x75\x70","\x76\x69\x65\x77","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x25","\x7A\x6F\x6F\x6D\x54\x6F","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x66\x69\x74\x57\x69\x6E\x64\x6F\x77","\x63\x75\x73\x74\x6F\x6D\x5A\x6F\x6F\x6D","\x66\x69\x74\x50\x61\x67\x65","\x66\x69\x74\x50\x61\x67\x65\x57\x69\x64\x74\x68","\x66\x69\x6C\x65","\x6E\x65\x77","\x6F\x70\x65\x6E","\x73\x61\x76\x65","\x73\x61\x76\x65\x41\x73","\x70\x75\x62\x6C\x69\x73\x68","\x76\x61\x72\x69\x61\x62\x6C\x65","\x69\x6D\x70\x6F\x72\x74","\x65\x78\x70\x6F\x72\x74","\x65\x64\x69\x74\x46\x69\x6C\x65","\x72\x65\x6E\x61\x6D\x65","\x70\x72\x69\x6E\x74","\x65\x64\x69\x74","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x75\x74","\x63\x6F\x70\x79","\x70\x61\x73\x74\x65","\x64\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x68\x65\x6C\x70","\x61\x62\x6F\x75\x74","\x61\x64\x64\x4D\x65\x6E\x75","\x65\x78\x65\x63\x75\x74\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x65\x6E\x74\x65\x72\x56\x61\x6C\x75\x65","\x20","\x70\x72\x6F\x6D\x70\x74","\x6C\x61\x62\x65\x6C","\x66\x75\x6E\x63\x74","\x74\x6F\x67\x67\x6C\x65\x41\x63\x74\x69\x6F\x6E","\x69\x73\x53\x65\x6C\x65\x63\x74\x65\x64","\x61\x64\x64\x43\x68\x65\x63\x6B\x6D\x61\x72\x6B","\x61\x64\x64\x53\x68\x6F\x72\x74\x63\x75\x74","\x73\x68\x6F\x72\x74\x63\x75\x74","\x73\x70\x61\x6E","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6F\x6C\x6F\x72","\x67\x72\x61\x79","\x77\x72\x69\x74\x65","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x2F\x63\x68\x65\x63\x6B\x6D\x61\x72\x6B\x2E\x67\x69\x66\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x70\x65\x61\x74","\x6E\x6F\x2D\x72\x65\x70\x65\x61\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x32\x70\x78\x20\x35\x30\x25","\x63\x72\x65\x61\x74\x65\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x73\x6D\x61\x72\x74\x53\x65\x70\x61\x72\x61\x74\x6F\x72\x73","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x69\x73\x45\x64\x67\x65","\x73\x65\x74\x41\x73\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x62\x65\x6E\x64\x73","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x6F\x72\x45\x76\x65\x6E\x74","\x72\x65\x6D\x6F\x76\x65\x57\x61\x79\x70\x6F\x69\x6E\x74","\x68\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x64\x65\x78","\x61\x64\x64\x57\x61\x79\x70\x6F\x69\x6E\x74","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x6F\x70\x65\x6E\x4C\x69\x6E\x6B","\x63\x72\x65\x61\x74\x65\x4D\x65\x6E\x75\x62\x61\x72","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x63\x75\x72\x72\x65\x6E\x74\x4D\x65\x6E\x75","\x61","\x68\x72\x65\x66","\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3A\x76\x6F\x69\x64\x28\x30\x29\x3B","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x49\x74\x65\x6D","\x61\x64\x64\x4D\x65\x6E\x75\x48\x61\x6E\x64\x6C\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x64\x69\x76","\x20\x67\x65\x4D\x65\x6E\x75\x62\x61\x72\x4D\x65\x6E\x75","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x61\x70\x70\x6C\x79","\x64\x65\x73\x74\x72\x6F\x79","\x63\x75\x72\x72\x65\x6E\x74\x45\x6C\x74","\x6F\x66\x66\x73\x65\x74\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x57\x69\x64\x74\x68","\x70\x61\x67\x65\x2D\x73\x69\x64\x65\x62\x61\x72","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x70\x6F\x70\x75\x70","\x63\x6F\x6E\x73\x75\x6D\x65","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x63\x6C\x69\x63\x6B","\x63\x61\x6C\x6C","\x65\x78\x74\x65\x6E\x64","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x64","\x66\x69\x72\x65\x45\x76\x65\x6E\x74"];Menus=function(_0xfe4bx1){this[_0xf258[0]]=_0xfe4bx1;this[_0xf258[1]]= new Object();this[_0xf258[2]](); new Image()[_0xf258[3]]=IMAGE_PATH+_0xf258[4]};Menus[_0xf258[5]][_0xf258[2]]=function(){var _0xfe4bx2=this[_0xf258[0]][_0xf258[7]][_0xf258[6]];this[_0xf258[30]](_0xf258[8], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){var _0xfe4bx5=[_0xf258[9],_0xf258[10],_0xf258[11],_0xf258[12],_0xf258[13],_0xf258[14],_0xf258[15],_0xf258[16],_0xf258[17]];for(var _0xfe4bx6=0;_0xfe4bx6<_0xfe4bx5[_0xf258[18]];_0xfe4bx6++){var _0xfe4bx7=this[_0xf258[20]](_0xfe4bx3,_0xfe4bx5[_0xfe4bx6],[mxConstants[_0xf258[19]]],[_0xfe4bx5[_0xfe4bx6]],null,_0xfe4bx4);_0xfe4bx7[_0xf258[23]][_0xf258[22]][_0xf258[21]][_0xf258[8]]=_0xfe4bx5[_0xfe4bx6]};_0xfe4bx3[_0xf258[24]](_0xfe4bx4);this[_0xf258[28]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[25]),_0xf258[27],mxConstants.DEFAULT_FONTFAMILY,mxConstants.STYLE_FONTFAMILY,_0xfe4bx4)})));this[_0xf258[30]](_0xf258[31], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){var _0xfe4bx8=[6,8,9,10,11,12,14,18,24,36,48,72];for(var _0xfe4bx6=0;_0xfe4bx6<_0xfe4bx8[_0xf258[18]];_0xfe4bx6++){this[_0xf258[20]](_0xfe4bx3,_0xfe4bx8[_0xfe4bx6],[mxConstants[_0xf258[32]]],[_0xfe4bx8[_0xfe4bx6]],null,_0xfe4bx4)};_0xfe4bx3[_0xf258[24]](_0xfe4bx4);this[_0xf258[28]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[25]),_0xf258[33],_0xf258[34],mxConstants.STYLE_FONTSIZE,_0xfe4bx4)})));this[_0xf258[30]](_0xf258[35], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){var _0xfe4bx8=[1,2,3,4,8,12,16,24];for(var _0xfe4bx6=0;_0xfe4bx6<_0xfe4bx8[_0xf258[18]];_0xfe4bx6++){this[_0xf258[20]](_0xfe4bx3,_0xfe4bx8[_0xfe4bx6]+_0xf258[36],[mxConstants[_0xf258[37]]],[_0xfe4bx8[_0xfe4bx6]],null,_0xfe4bx4)};_0xfe4bx3[_0xf258[24]](_0xfe4bx4);this[_0xf258[28]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[25]),_0xf258[38],_0xf258[39],mxConstants.STYLE_STROKEWIDTH,_0xfe4bx4)})));this[_0xf258[30]](_0xf258[40], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[41]),[mxConstants[_0xf258[42]]],[null],null,_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[43]),[mxConstants[_0xf258[42]]],[_0xf258[44]],null,_0xfe4bx4);_0xfe4bx3[_0xf258[24]](_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[45]),[mxConstants[_0xf258[42]],mxConstants[_0xf258[46]]],[_0xf258[47],_0xf258[45]],null,_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[48]),[mxConstants[_0xf258[42]],mxConstants[_0xf258[46]]],[_0xf258[47],_0xf258[48]],null,_0xfe4bx4);_0xfe4bx3[_0xf258[24]](_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[49]),[mxConstants[_0xf258[42]]],[_0xf258[50]],null,_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[51]),[mxConstants[_0xf258[42]]],[_0xf258[52]],null,_0xfe4bx4)})));this[_0xf258[30]](_0xf258[53], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[54]),[mxConstants[_0xf258[55]]],[mxConstants[_0xf258[56]]],null,_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[57]),[mxConstants[_0xf258[55]]],[mxConstants[_0xf258[58]]],null,_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[59]),[mxConstants[_0xf258[55]]],[mxConstants[_0xf258[60]]],null,_0xfe4bx4);_0xfe4bx3[_0xf258[24]](_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[61]),[mxConstants[_0xf258[55]]],[mxConstants[_0xf258[62]]],null,_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[63]),[mxConstants[_0xf258[55]]],[mxConstants[_0xf258[64]]],null,_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[65]),[mxConstants[_0xf258[55]]],[mxConstants[_0xf258[66]]],null,_0xfe4bx4);_0xfe4bx3[_0xf258[24]](_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[67]),[mxConstants[_0xf258[55]]],[mxConstants[_0xf258[68]]],null,_0xfe4bx4);_0xfe4bx3[_0xf258[24]](_0xfe4bx4);_0xfe4bx3[_0xf258[72]](mxResources[_0xf258[26]](_0xf258[69]),null,function(){_0xfe4bx2[_0xf258[71]](_0xf258[70],true)},_0xfe4bx4,null,true);_0xfe4bx3[_0xf258[24]](_0xfe4bx4);this[_0xf258[28]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[73]),_0xf258[38],mxConstants.DEFAULT_MARKERSIZE,mxConstants.STYLE_ENDSIZE,_0xfe4bx4)})));this[_0xf258[30]](_0xf258[74], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[54]),[mxConstants[_0xf258[75]]],[mxConstants[_0xf258[56]]],null,_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[57]),[mxConstants[_0xf258[75]]],[mxConstants[_0xf258[58]]],null,_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[59]),[mxConstants[_0xf258[75]]],[mxConstants[_0xf258[60]]],null,_0xfe4bx4);_0xfe4bx3[_0xf258[24]](_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[61]),[mxConstants[_0xf258[75]]],[mxConstants[_0xf258[62]]],null,_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[63]),[mxConstants[_0xf258[75]]],[mxConstants[_0xf258[64]]],null,_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[65]),[mxConstants[_0xf258[75]]],[mxConstants[_0xf258[66]]],null,_0xfe4bx4);_0xfe4bx3[_0xf258[24]](_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[67]),[mxConstants[_0xf258[75]]],[mxConstants[_0xf258[68]]],null,_0xfe4bx4);_0xfe4bx3[_0xf258[24]](_0xfe4bx4);_0xfe4bx3[_0xf258[72]](mxResources[_0xf258[26]](_0xf258[69]),null,function(){_0xfe4bx2[_0xf258[71]](_0xf258[76],true)},_0xfe4bx4,null,true);_0xfe4bx3[_0xf258[24]](_0xfe4bx4);this[_0xf258[28]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[73]),_0xf258[38],mxConstants.DEFAULT_MARKERSIZE,mxConstants.STYLE_STARTSIZE,_0xfe4bx4)})));this[_0xf258[30]](_0xf258[77], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){var _0xfe4bx9=this[_0xf258[0]][_0xf258[80]][_0xf258[26]](_0xf258[79])[_0xf258[78]];var _0xfe4bxa=this[_0xf258[26]](_0xf258[40])[_0xf258[78]];if(_0xfe4bx9||_0xfe4bx3[_0xf258[81]]){this[_0xf258[28]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[82]),_0xf258[38],_0xf258[83],mxConstants.STYLE_SPACING_TOP,_0xfe4bx4,_0xfe4bx9);this[_0xf258[28]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[84]),_0xf258[38],_0xf258[83],mxConstants.STYLE_SPACING_RIGHT,_0xfe4bx4,_0xfe4bx9);this[_0xf258[28]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[85]),_0xf258[38],_0xf258[83],mxConstants.STYLE_SPACING_BOTTOM,_0xfe4bx4,_0xfe4bx9);this[_0xf258[28]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[86]),_0xf258[38],_0xf258[83],mxConstants.STYLE_SPACING_LEFT,_0xfe4bx4,_0xfe4bx9);_0xfe4bx3[_0xf258[24]](_0xfe4bx4);this[_0xf258[28]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[87]),_0xf258[38],_0xf258[83],mxConstants.STYLE_SPACING,_0xfe4bx4,_0xfe4bx9);this[_0xf258[28]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[88]),_0xf258[38],_0xf258[83],mxConstants.STYLE_PERIMETER_SPACING,_0xfe4bx4,_0xfe4bx9)};if(_0xfe4bxa||_0xfe4bx3[_0xf258[81]]){_0xfe4bx3[_0xf258[24]](_0xfe4bx4);this[_0xf258[28]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[89]),_0xf258[38],_0xf258[83],mxConstants.STYLE_SOURCE_PERIMETER_SPACING,_0xfe4bx4,_0xfe4bxa);this[_0xf258[28]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[90]),_0xf258[38],_0xf258[83],mxConstants.STYLE_TARGET_PERIMETER_SPACING,_0xfe4bx4,_0xfe4bxa)}})));this[_0xf258[30]](_0xf258[91], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){this[_0xf258[92]](_0xfe4bx3,_0xf258[21],_0xfe4bx4)})));this[_0xf258[30]](_0xf258[93], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){var _0xfe4bxb=this[_0xf258[26]](_0xf258[93])[_0xf258[78]];_0xfe4bx3[_0xf258[24]](_0xfe4bx4);this[_0xf258[94]](_0xf258[8],_0xfe4bx3,_0xfe4bx4);this[_0xf258[94]](_0xf258[31],_0xfe4bx3,_0xfe4bx4);this[_0xf258[99]](_0xfe4bx3,[_0xf258[95],_0xf258[96],_0xf258[97],_0xf258[98],_0xf258[95]],_0xfe4bx4);this[_0xf258[94]](_0xf258[100],_0xfe4bx3,_0xfe4bx4);this[_0xf258[92]](_0xfe4bx3,_0xf258[101],_0xfe4bx4);_0xfe4bx3[_0xf258[24]](_0xfe4bx4);this[_0xf258[28]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[102]),_0xf258[103],_0xf258[104],mxConstants.STYLE_TEXT_OPACITY,_0xfe4bx4,_0xfe4bxb);_0xfe4bx3[_0xf258[72]](mxResources[_0xf258[26]](_0xf258[105]),null,function(){_0xfe4bx2[_0xf258[71]](mxConstants.STYLE_NOLABEL,false)},_0xfe4bx4,null,_0xfe4bxb)})));this[_0xf258[30]](_0xf258[100], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[106]),[mxConstants[_0xf258[107]]],[mxConstants[_0xf258[108]]],null,_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[109]),[mxConstants[_0xf258[107]]],[mxConstants[_0xf258[110]]],null,_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[111]),[mxConstants[_0xf258[107]]],[mxConstants[_0xf258[112]]],null,_0xfe4bx4);_0xfe4bx3[_0xf258[24]](_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[113]),[mxConstants[_0xf258[114]]],[mxConstants[_0xf258[115]]],null,_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[116]),[mxConstants[_0xf258[114]]],[mxConstants[_0xf258[117]]],null,_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[118]),[mxConstants[_0xf258[114]]],[mxConstants[_0xf258[119]]],null,_0xfe4bx4);_0xfe4bx3[_0xf258[24]](_0xfe4bx4);this[_0xf258[94]](_0xf258[120],_0xfe4bx3,_0xfe4bx4);this[_0xf258[94]](_0xf258[77],_0xfe4bx3,_0xfe4bx4);_0xfe4bx3[_0xf258[24]](_0xfe4bx4);var _0xfe4bxb=this[_0xf258[26]](_0xf258[93])[_0xf258[78]];_0xfe4bx3[_0xf258[72]](mxResources[_0xf258[26]](_0xf258[48]),null,function(){_0xfe4bx2[_0xf258[71]](mxConstants.STYLE_HORIZONTAL,true)},_0xfe4bx4,null,_0xfe4bxb)})));this[_0xf258[30]](_0xf258[120], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[86]),[mxConstants[_0xf258[121]],mxConstants[_0xf258[107]]],[mxConstants[_0xf258[108]],mxConstants[_0xf258[112]]],null,_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[109]),[mxConstants[_0xf258[121]],mxConstants[_0xf258[107]]],[mxConstants[_0xf258[110]],mxConstants[_0xf258[110]]],null,_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[84]),[mxConstants[_0xf258[121]],mxConstants[_0xf258[107]]],[mxConstants[_0xf258[112]],mxConstants[_0xf258[108]]],null,_0xfe4bx4);_0xfe4bx3[_0xf258[24]](_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[82]),[mxConstants[_0xf258[122]],mxConstants[_0xf258[114]]],[mxConstants[_0xf258[115]],mxConstants[_0xf258[119]]],null,_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[116]),[mxConstants[_0xf258[122]],mxConstants[_0xf258[114]]],[mxConstants[_0xf258[117]],mxConstants[_0xf258[117]]],null,_0xfe4bx4);this[_0xf258[20]](_0xfe4bx3,mxResources[_0xf258[26]](_0xf258[85]),[mxConstants[_0xf258[122]],mxConstants[_0xf258[114]]],[mxConstants[_0xf258[119]],mxConstants[_0xf258[115]]],null,_0xfe4bx4)})));this[_0xf258[30]](_0xf258[123], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){_0xfe4bx3[_0xf258[72]](mxResources[_0xf258[26]](_0xf258[124]),null,function(){_0xfe4bx2[_0xf258[71]](mxConstants.STYLE_FLIPH,false)},_0xfe4bx4);_0xfe4bx3[_0xf258[72]](mxResources[_0xf258[26]](_0xf258[125]),null,function(){_0xfe4bx2[_0xf258[71]](mxConstants.STYLE_FLIPV,false)},_0xfe4bx4);this[_0xf258[99]](_0xfe4bx3,[_0xf258[95],_0xf258[126],_0xf258[127]],_0xfe4bx4)})));this[_0xf258[30]](_0xf258[128], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){_0xfe4bx3[_0xf258[72]](mxResources[_0xf258[26]](_0xf258[106]),null,function(){_0xfe4bx2[_0xf258[129]](mxConstants.ALIGN_LEFT)},_0xfe4bx4);_0xfe4bx3[_0xf258[72]](mxResources[_0xf258[26]](_0xf258[109]),null,function(){_0xfe4bx2[_0xf258[129]](mxConstants.ALIGN_CENTER)},_0xfe4bx4);_0xfe4bx3[_0xf258[72]](mxResources[_0xf258[26]](_0xf258[111]),null,function(){_0xfe4bx2[_0xf258[129]](mxConstants.ALIGN_RIGHT)},_0xfe4bx4);_0xfe4bx3[_0xf258[24]](_0xfe4bx4);_0xfe4bx3[_0xf258[72]](mxResources[_0xf258[26]](_0xf258[113]),null,function(){_0xfe4bx2[_0xf258[129]](mxConstants.ALIGN_TOP)},_0xfe4bx4);_0xfe4bx3[_0xf258[72]](mxResources[_0xf258[26]](_0xf258[116]),null,function(){_0xfe4bx2[_0xf258[129]](mxConstants.ALIGN_MIDDLE)},_0xfe4bx4);_0xfe4bx3[_0xf258[72]](mxResources[_0xf258[26]](_0xf258[118]),null,function(){_0xfe4bx2[_0xf258[129]](mxConstants.ALIGN_BOTTOM)},_0xfe4bx4)})));this[_0xf258[30]](_0xf258[130], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){_0xfe4bx3[_0xf258[72]](mxResources[_0xf258[26]](_0xf258[131]),null,mxUtils[_0xf258[29]](this,function(){var _0xfe4bxc= new mxHierarchicalLayout(_0xfe4bx2,mxConstants.DIRECTION_WEST);this[_0xf258[0]][_0xf258[132]](_0xfe4bxc,true,true)}),_0xfe4bx4);_0xfe4bx3[_0xf258[72]](mxResources[_0xf258[26]](_0xf258[133]),null,mxUtils[_0xf258[29]](this,function(){var _0xfe4bxc= new mxHierarchicalLayout(_0xfe4bx2,mxConstants.DIRECTION_NORTH);this[_0xf258[0]][_0xf258[132]](_0xfe4bxc,true,true)}),_0xfe4bx4)})));this[_0xf258[30]](_0xf258[134], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){this[_0xf258[99]](_0xfe4bx3,[_0xf258[135],_0xf258[95],_0xf258[136],_0xf258[137],_0xf258[95],_0xf258[138],_0xf258[139]],_0xfe4bx4)})));this[_0xf258[30]](_0xf258[140], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){this[_0xf258[99]](_0xfe4bx3,[_0xf258[141],_0xf258[142],_0xf258[95]],_0xfe4bx4);this[_0xf258[94]](_0xf258[130],_0xfe4bx3,_0xfe4bx4);_0xfe4bx3[_0xf258[24]](_0xfe4bx4);this[_0xf258[99]](_0xfe4bx3,[_0xf258[95],_0xf258[143],_0xf258[144],_0xf258[145]],_0xfe4bx4)})));this[_0xf258[30]](_0xf258[146], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){this[_0xf258[99]](_0xfe4bx3,[_0xf258[147]],_0xfe4bx4);_0xfe4bx3[_0xf258[24]]();var _0xfe4bxd=[0.25,0.5,0.75,1,2,4];for(var _0xfe4bx6=0;_0xfe4bx6<_0xfe4bxd[_0xf258[18]];_0xfe4bx6++){(function(_0xfe4bxe){_0xfe4bx3[_0xf258[72]]((_0xfe4bxe*100)+_0xf258[148],null,function(){_0xfe4bx2[_0xf258[149]](_0xfe4bxe)},_0xfe4bx4)})(_0xfe4bxd[_0xfe4bx6])};this[_0xf258[99]](_0xfe4bx3,[_0xf258[95],_0xf258[150],_0xf258[151],_0xf258[95],_0xf258[152],_0xf258[153],_0xf258[95],_0xf258[154],_0xf258[155]],_0xfe4bx4)})));this[_0xf258[30]](_0xf258[156], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){this[_0xf258[99]](_0xfe4bx3,[_0xf258[157],_0xf258[158],_0xf258[95],_0xf258[159],_0xf258[160],_0xf258[161],_0xf258[95],_0xf258[162],_0xf258[95],_0xf258[163],_0xf258[164],_0xf258[95],_0xf258[165],_0xf258[166],_0xf258[95],_0xf258[167]],_0xfe4bx4)})));this[_0xf258[30]](_0xf258[168], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){this[_0xf258[99]](_0xfe4bx3,[_0xf258[169],_0xf258[170],_0xf258[95],_0xf258[171],_0xf258[172],_0xf258[173],_0xf258[174],_0xf258[95],_0xf258[175],_0xf258[95],_0xf258[176],_0xf258[177],_0xf258[178]])})));this[_0xf258[30]](_0xf258[179], new Menu(mxUtils[_0xf258[29]](this,function(_0xfe4bx3,_0xfe4bx4){this[_0xf258[99]](_0xfe4bx3,[_0xf258[179],_0xf258[95],_0xf258[180]])})))};Menus[_0xf258[5]][_0xf258[30]]=function(_0xfe4bxf,_0xfe4bx3){this[_0xf258[1]][_0xfe4bxf]=_0xfe4bx3};Menus[_0xf258[5]][_0xf258[26]]=function(_0xfe4bxf){return this[_0xf258[1]][_0xfe4bxf]};Menus[_0xf258[5]][_0xf258[94]]=function(_0xfe4bxf,_0xfe4bx3,_0xfe4bx4){var _0xfe4bxb=this[_0xf258[26]](_0xfe4bxf)[_0xf258[78]];if(_0xfe4bx3[_0xf258[81]]||_0xfe4bxb){var _0xfe4bx10=_0xfe4bx3[_0xf258[72]](mxResources[_0xf258[26]](_0xfe4bxf),null,null,_0xfe4bx4,null,_0xfe4bxb);this[_0xf258[181]](_0xfe4bxf,_0xfe4bx3,_0xfe4bx10)}};Menus[_0xf258[5]][_0xf258[181]]=function(_0xfe4bxf,_0xfe4bx11,_0xfe4bx4){var _0xfe4bx3=this[_0xf258[26]](_0xfe4bxf);if(_0xfe4bx3!=null&&(_0xfe4bx11[_0xf258[81]]||_0xfe4bx3[_0xf258[78]])){this[_0xf258[26]](_0xfe4bxf)[_0xf258[182]](_0xfe4bx11,_0xfe4bx4)}};Menus[_0xf258[5]][_0xf258[20]]=function(_0xfe4bx3,_0xfe4bx12,_0xfe4bx13,_0xfe4bx14,_0xfe4bx15,_0xfe4bx4){return _0xfe4bx3[_0xf258[72]](_0xfe4bx12,null,mxUtils[_0xf258[29]](this,function(){var _0xfe4bx2=this[_0xf258[0]][_0xf258[7]][_0xf258[6]];_0xfe4bx2[_0xf258[184]]()[_0xf258[183]]();try{for(var _0xfe4bx6=0;_0xfe4bx6<_0xfe4bx13[_0xf258[18]];_0xfe4bx6++){_0xfe4bx2[_0xf258[185]](_0xfe4bx13[_0xfe4bx6],_0xfe4bx14[_0xfe4bx6])}}finally{_0xfe4bx2[_0xf258[184]]()[_0xf258[186]]()}}),_0xfe4bx4,_0xfe4bx15)};Menus[_0xf258[5]][_0xf258[28]]=function(_0xfe4bx3,_0xfe4bx12,_0xfe4bx16,_0xfe4bx17,_0xfe4bx18,_0xfe4bx4,_0xfe4bxb){return _0xfe4bx3[_0xf258[72]](_0xfe4bx12,null,mxUtils[_0xf258[29]](this,function(){var _0xfe4bx2=this[_0xf258[0]][_0xf258[7]][_0xf258[6]];var _0xfe4bx19=_0xfe4bx17;var _0xfe4bx1a=_0xfe4bx2[_0xf258[189]]()[_0xf258[188]](_0xfe4bx2[_0xf258[187]]());if(_0xfe4bx1a!=null){_0xfe4bx19=_0xfe4bx1a[_0xf258[21]][_0xfe4bx18]||_0xfe4bx19};_0xfe4bx19=mxUtils[_0xf258[192]](mxResources[_0xf258[26]](_0xf258[190])+((_0xfe4bx16[_0xf258[18]]>0)?(_0xf258[191]+_0xfe4bx16):_0xf258[27]),_0xfe4bx19);if(_0xfe4bx19!=null&&_0xfe4bx19[_0xf258[18]]>0){_0xfe4bx2[_0xf258[185]](_0xfe4bx18,_0xfe4bx19)}}),_0xfe4bx4,null,_0xfe4bxb)};Menus[_0xf258[5]][_0xf258[92]]=function(_0xfe4bx3,_0xfe4bx18,_0xfe4bx4){var _0xfe4bx1b=this[_0xf258[0]][_0xf258[80]][_0xf258[26]](_0xfe4bx18);if(_0xfe4bx1b!=null&&(_0xfe4bx3[_0xf258[81]]||_0xfe4bx1b[_0xf258[78]])){var _0xfe4bx1c=_0xfe4bx3[_0xf258[72]](_0xfe4bx1b[_0xf258[193]],null,_0xfe4bx1b[_0xf258[194]],_0xfe4bx4,null,_0xfe4bx1b[_0xf258[78]]);if(_0xfe4bx1b[_0xf258[195]]&&_0xfe4bx1b[_0xf258[196]]()){this[_0xf258[197]](_0xfe4bx1c)};this[_0xf258[198]](_0xfe4bx1c,_0xfe4bx1b);return _0xfe4bx1c};return null};Menus[_0xf258[5]][_0xf258[198]]=function(_0xfe4bx1c,_0xfe4bx1b){if(_0xfe4bx1b[_0xf258[199]]!=null){var _0xfe4bx1d=_0xfe4bx1c[_0xf258[23]][_0xf258[22]][_0xf258[22]];var _0xfe4bx1e=document[_0xf258[201]](_0xf258[200]);_0xfe4bx1e[_0xf258[21]][_0xf258[202]]=_0xf258[203];mxUtils[_0xf258[204]](_0xfe4bx1e,_0xfe4bx1b[_0xf258[199]]);_0xfe4bx1d[_0xf258[205]](_0xfe4bx1e)}};Menus[_0xf258[5]][_0xf258[197]]=function(_0xfe4bx1c){var _0xfe4bx1d=_0xfe4bx1c[_0xf258[23]][_0xf258[22]];_0xfe4bx1d[_0xf258[21]][_0xf258[206]]=_0xf258[207]+IMAGE_PATH+_0xf258[208];_0xfe4bx1d[_0xf258[21]][_0xf258[209]]=_0xf258[210];_0xfe4bx1d[_0xf258[21]][_0xf258[211]]=_0xf258[212]};Menus[_0xf258[5]][_0xf258[99]]=function(_0xfe4bx3,_0xfe4bx13,_0xfe4bx4){for(var _0xfe4bx6=0;_0xfe4bx6<_0xfe4bx13[_0xf258[18]];_0xfe4bx6++){if(_0xfe4bx13[_0xfe4bx6]==_0xf258[95]){_0xfe4bx3[_0xf258[24]](_0xfe4bx4)}else {this[_0xf258[92]](_0xfe4bx3,_0xfe4bx13[_0xfe4bx6],_0xfe4bx4)}}};Menus[_0xf258[5]][_0xf258[213]]=function(_0xfe4bx3,_0xfe4bx1f,_0xfe4bx20){var _0xfe4bx2=this[_0xf258[0]][_0xf258[7]][_0xf258[6]];_0xfe4bx3[_0xf258[214]]=true;if(_0xfe4bx2[_0xf258[215]]()){this[_0xf258[99]](_0xfe4bx3,[_0xf258[169],_0xf258[170],_0xf258[95],_0xf258[173],_0xf258[95]])}else {this[_0xf258[99]](_0xfe4bx3,[_0xf258[174],_0xf258[95],_0xf258[171],_0xf258[172],_0xf258[95],_0xf258[175]]);if(_0xfe4bx2[_0xf258[216]]()==1&&_0xfe4bx2[_0xf258[184]]()[_0xf258[217]](_0xfe4bx2[_0xf258[187]]())){this[_0xf258[99]](_0xfe4bx3,[_0xf258[218]])};_0xfe4bx3[_0xf258[24]]()};if(_0xfe4bx2[_0xf258[216]]()>0){this[_0xf258[99]](_0xfe4bx3,[_0xf258[141],_0xf258[142],_0xf258[95]]);if(_0xfe4bx2[_0xf258[184]]()[_0xf258[217]](_0xfe4bx2[_0xf258[187]]())){var _0xfe4bx21=false;var _0xfe4bx1f=_0xfe4bx2[_0xf258[187]]();if(_0xfe4bx1f!=null&&_0xfe4bx2[_0xf258[184]]()[_0xf258[217]](_0xfe4bx1f)){var _0xfe4bx22=_0xfe4bx2[_0xf258[220]][_0xf258[219]](_0xfe4bx1f);if(_0xfe4bx22 instanceof mxEdgeHandler&&_0xfe4bx22[_0xf258[221]]!=null&&_0xfe4bx22[_0xf258[221]][_0xf258[18]]>2){var _0xfe4bx23=_0xfe4bx22[_0xf258[222]]( new mxMouseEvent(_0xfe4bx20));var _0xfe4bx24=this[_0xf258[0]][_0xf258[80]][_0xf258[26]](_0xf258[223]);_0xfe4bx24[_0xf258[224]]=_0xfe4bx22;_0xfe4bx24[_0xf258[225]]=_0xfe4bx23;_0xfe4bx21=_0xfe4bx23>0&&_0xfe4bx23<_0xfe4bx22[_0xf258[221]][_0xf258[18]]}};this[_0xf258[99]](_0xfe4bx3,[_0xf258[95],(_0xfe4bx21)?_0xf258[223]:_0xf258[226]])}else {if(_0xfe4bx2[_0xf258[216]]()>1){_0xfe4bx3[_0xf258[24]]();this[_0xf258[99]](_0xfe4bx3,[_0xf258[143]])}};_0xfe4bx3[_0xf258[24]]();if(_0xfe4bx2[_0xf258[216]]()==1){var _0xfe4bx25=_0xfe4bx2[_0xf258[227]](_0xfe4bx2[_0xf258[187]]());if(_0xfe4bx25!=null){this[_0xf258[99]](_0xfe4bx3,[_0xf258[228]])}}}else {this[_0xf258[99]](_0xfe4bx3,[_0xf258[95],_0xf258[176],_0xf258[177],_0xf258[95],_0xf258[178]])}};Menus[_0xf258[5]][_0xf258[229]]=function(_0xfe4bx26){var _0xfe4bx27= new Menubar(this[_0xf258[0]],_0xfe4bx26);var _0xfe4bx28=[_0xf258[156],_0xf258[168],_0xf258[146],_0xf258[91],_0xf258[93],_0xf258[140]];for(var _0xfe4bx6=0;_0xfe4bx6<_0xfe4bx28[_0xf258[18]];_0xfe4bx6++){_0xfe4bx27[_0xf258[181]](mxResources[_0xf258[26]](_0xfe4bx28[_0xfe4bx6]),this[_0xf258[26]](_0xfe4bx28[_0xfe4bx6])[_0xf258[194]])};return _0xfe4bx27};function Menubar(_0xfe4bx1,_0xfe4bx26){this[_0xf258[0]]=_0xfe4bx1;this[_0xf258[230]]=_0xfe4bx26;mxEvent[_0xf258[232]](document,mxUtils[_0xf258[29]](this,function(_0xfe4bx20){this[_0xf258[231]]()}))}Menubar[_0xf258[5]][_0xf258[231]]=function(){if(this[_0xf258[233]]!=null){this[_0xf258[233]][_0xf258[231]]()}};Menubar[_0xf258[5]][_0xf258[181]]=function(_0xfe4bx12,_0xfe4bx2a){var _0xfe4bx2b=document[_0xf258[201]](_0xf258[234]);_0xfe4bx2b[_0xf258[237]](_0xf258[235],_0xf258[236]);_0xfe4bx2b[_0xf258[238]]=_0xf258[239];mxUtils[_0xf258[204]](_0xfe4bx2b,_0xfe4bx12);this[_0xf258[240]](_0xfe4bx2b,_0xfe4bx2a);this[_0xf258[230]][_0xf258[205]](_0xfe4bx2b);return _0xfe4bx2b};Menubar[_0xf258[5]][_0xf258[240]]=function(_0xfe4bx2b,_0xfe4bx2a){if(_0xfe4bx2a!=null){var _0xfe4bx2c=true;var _0xfe4bx2d=mxUtils[_0xf258[29]](this,function(_0xfe4bx20){if(_0xfe4bx2c&&_0xfe4bx2b[_0xf258[78]]==null||_0xfe4bx2b[_0xf258[78]]){this[_0xf258[0]][_0xf258[7]][_0xf258[6]][_0xf258[241]][_0xf258[231]]();var _0xfe4bx3= new mxPopupMenu(_0xfe4bx2a);_0xfe4bx3[_0xf258[242]][_0xf258[238]]+=_0xf258[243];_0xfe4bx3[_0xf258[214]]=true;_0xfe4bx3[_0xf258[81]]=true;_0xfe4bx3[_0xf258[244]]=true;_0xfe4bx3[_0xf258[231]]=mxUtils[_0xf258[29]](this,function(){mxPopupMenu[_0xf258[5]][_0xf258[231]][_0xf258[245]](_0xfe4bx3,arguments);_0xfe4bx3[_0xf258[246]]();this[_0xf258[233]]=null;this[_0xf258[247]]=null});var _0xfe4bx2e=_0xfe4bx2b[_0xf258[248]]+document[_0xf258[251]](_0xf258[250])[_0xf258[249]]+22;var _0xfe4bx2f=_0xfe4bx2b[_0xf258[252]]+_0xfe4bx2b[_0xf258[253]]+140;_0xfe4bx3[_0xf258[254]](_0xfe4bx2e,_0xfe4bx2f,null,_0xfe4bx20);this[_0xf258[233]]=_0xfe4bx3;this[_0xf258[247]]=_0xfe4bx2b};_0xfe4bx2c=true;mxEvent[_0xf258[255]](_0xfe4bx20)});mxEvent[_0xf258[257]](_0xfe4bx2b,_0xf258[256],mxUtils[_0xf258[29]](this,function(_0xfe4bx20){if(this[_0xf258[233]]!=null&&this[_0xf258[247]]!=_0xfe4bx2b){this[_0xf258[231]]();_0xfe4bx2d(_0xfe4bx20)}}));mxEvent[_0xf258[257]](_0xfe4bx2b,_0xf258[258],mxUtils[_0xf258[29]](this,function(){_0xfe4bx2c=this[_0xf258[247]]!=_0xfe4bx2b}));mxEvent[_0xf258[257]](_0xfe4bx2b,_0xf258[259],_0xfe4bx2d)}};function Menu(_0xfe4bx2a,_0xfe4bxb){mxEventSource[_0xf258[260]](this);this[_0xf258[194]]=_0xfe4bx2a;this[_0xf258[78]]=(_0xfe4bxb!=null)?_0xfe4bxb:true}mxUtils[_0xf258[261]](Menu,mxEventSource);Menu[_0xf258[5]][_0xf258[262]]=function(_0xfe4bx19){if(this[_0xf258[78]]!=_0xfe4bx19){this[_0xf258[78]]=_0xfe4bx19;this[_0xf258[264]]( new mxEventObject(_0xf258[263]))}};Menu[_0xf258[5]][_0xf258[182]]=function(_0xfe4bx3,_0xfe4bx4){this[_0xf258[194]](_0xfe4bx3,_0xfe4bx4)} \ No newline at end of file +var _0x1907=["\x65\x64\x69\x74\x6F\x72\x55\x69","\x6D\x65\x6E\x75\x73","\x69\x6E\x69\x74","\x73\x72\x63","\x2F\x63\x68\x65\x63\x6B\x6D\x61\x72\x6B\x2E\x67\x69\x66","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x67\x72\x61\x70\x68","\x65\x64\x69\x74\x6F\x72","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x48\x65\x6C\x76\x65\x74\x69\x63\x61","\x56\x65\x72\x64\x61\x6E\x61","\x54\x69\x6D\x65\x73\x20\x4E\x65\x77\x20\x52\x6F\x6D\x61\x6E","\x47\x61\x72\x61\x6D\x6F\x6E\x64","\x43\x6F\x6D\x69\x63\x20\x53\x61\x6E\x73\x20\x4D\x53","\x43\x6F\x75\x72\x69\x65\x72\x20\x4E\x65\x77","\x47\x65\x6F\x72\x67\x69\x61","\x4C\x75\x63\x69\x64\x61\x20\x43\x6F\x6E\x73\x6F\x6C\x65","\x54\x61\x68\x6F\x6D\x61","\x6C\x65\x6E\x67\x74\x68","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x73\x74\x79\x6C\x65\x43\x68\x61\x6E\x67\x65","\x73\x74\x79\x6C\x65","\x6E\x65\x78\x74\x53\x69\x62\x6C\x69\x6E\x67","\x66\x69\x72\x73\x74\x43\x68\x69\x6C\x64","\x61\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x63\x75\x73\x74\x6F\x6D","\x67\x65\x74","","\x70\x72\x6F\x6D\x70\x74\x43\x68\x61\x6E\x67\x65","\x62\x69\x6E\x64","\x70\x75\x74","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x28\x70\x74\x29","\x31\x32","\x6C\x69\x6E\x65\x77\x69\x64\x74\x68","\x70\x78","\x53\x54\x59\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x57\x49\x44\x54\x48","\x28\x70\x78\x29","\x31","\x6C\x69\x6E\x65","\x73\x74\x72\x61\x69\x67\x68\x74","\x53\x54\x59\x4C\x45\x5F\x45\x44\x47\x45","\x65\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E","\x65\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x53\x54\x59\x4C\x45\x5F\x45\x4C\x42\x4F\x57","\x65\x6C\x62\x6F\x77\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x76\x65\x72\x74\x69\x63\x61\x6C","\x6D\x61\x6E\x75\x61\x6C","\x73\x65\x67\x6D\x65\x6E\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x61\x75\x74\x6F\x6D\x61\x74\x69\x63","\x6F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6C\x69\x6E\x65\x65\x6E\x64","\x63\x6C\x61\x73\x73\x69\x63","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x44\x41\x52\x52\x4F\x57","\x41\x52\x52\x4F\x57\x5F\x43\x4C\x41\x53\x53\x49\x43","\x6F\x70\x65\x6E\x41\x72\x72\x6F\x77","\x41\x52\x52\x4F\x57\x5F\x4F\x50\x45\x4E","\x62\x6C\x6F\x63\x6B","\x41\x52\x52\x4F\x57\x5F\x42\x4C\x4F\x43\x4B","\x6F\x76\x61\x6C","\x41\x52\x52\x4F\x57\x5F\x4F\x56\x41\x4C","\x64\x69\x61\x6D\x6F\x6E\x64","\x41\x52\x52\x4F\x57\x5F\x44\x49\x41\x4D\x4F\x4E\x44","\x64\x69\x61\x6D\x6F\x6E\x64\x54\x68\x69\x6E","\x41\x52\x52\x4F\x57\x5F\x44\x49\x41\x4D\x4F\x4E\x44\x5F\x54\x48\x49\x4E","\x6E\x6F\x6E\x65","\x4E\x4F\x4E\x45","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74","\x65\x6E\x64\x46\x69\x6C\x6C","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x61\x64\x64\x49\x74\x65\x6D","\x73\x69\x7A\x65","\x6C\x69\x6E\x65\x73\x74\x61\x72\x74","\x53\x54\x59\x4C\x45\x5F\x53\x54\x41\x52\x54\x41\x52\x52\x4F\x57","\x73\x74\x61\x72\x74\x46\x69\x6C\x6C","\x73\x70\x61\x63\x69\x6E\x67","\x65\x6E\x61\x62\x6C\x65\x64","\x73\x68\x61\x64\x6F\x77","\x61\x63\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x44\x69\x73\x61\x62\x6C\x65\x64","\x74\x6F\x70","\x30","\x72\x69\x67\x68\x74","\x62\x6F\x74\x74\x6F\x6D","\x6C\x65\x66\x74","\x67\x6C\x6F\x62\x61\x6C","\x70\x65\x72\x69\x6D\x65\x74\x65\x72","\x73\x6F\x75\x72\x63\x65\x53\x70\x61\x63\x69\x6E\x67","\x74\x61\x72\x67\x65\x74\x53\x70\x61\x63\x69\x6E\x67","\x66\x6F\x72\x6D\x61\x74","\x61\x64\x64\x4D\x65\x6E\x75\x49\x74\x65\x6D","\x74\x65\x78\x74","\x61\x64\x64\x53\x75\x62\x6D\x65\x6E\x75","\x2D","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x61\x64\x64\x4D\x65\x6E\x75\x49\x74\x65\x6D\x73","\x61\x6C\x69\x67\x6E\x6D\x65\x6E\x74","\x77\x6F\x72\x64\x57\x72\x61\x70","\x74\x65\x78\x74\x4F\x70\x61\x63\x69\x74\x79","\x28\x25\x29","\x31\x30\x30","\x68\x69\x64\x65","\x6C\x65\x66\x74\x41\x6C\x69\x67\x6E","\x53\x54\x59\x4C\x45\x5F\x41\x4C\x49\x47\x4E","\x41\x4C\x49\x47\x4E\x5F\x4C\x45\x46\x54","\x63\x65\x6E\x74\x65\x72","\x41\x4C\x49\x47\x4E\x5F\x43\x45\x4E\x54\x45\x52","\x72\x69\x67\x68\x74\x41\x6C\x69\x67\x6E","\x41\x4C\x49\x47\x4E\x5F\x52\x49\x47\x48\x54","\x74\x6F\x70\x41\x6C\x69\x67\x6E","\x53\x54\x59\x4C\x45\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x41\x4C\x49\x47\x4E","\x41\x4C\x49\x47\x4E\x5F\x54\x4F\x50","\x6D\x69\x64\x64\x6C\x65","\x41\x4C\x49\x47\x4E\x5F\x4D\x49\x44\x44\x4C\x45","\x62\x6F\x74\x74\x6F\x6D\x41\x6C\x69\x67\x6E","\x41\x4C\x49\x47\x4E\x5F\x42\x4F\x54\x54\x4F\x4D","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x53\x54\x59\x4C\x45\x5F\x4C\x41\x42\x45\x4C\x5F\x50\x4F\x53\x49\x54\x49\x4F\x4E","\x53\x54\x59\x4C\x45\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x4C\x41\x42\x45\x4C\x5F\x50\x4F\x53\x49\x54\x49\x4F\x4E","\x64\x69\x72\x65\x63\x74\x69\x6F\x6E","\x66\x6C\x69\x70\x48","\x66\x6C\x69\x70\x56","\x74\x69\x6C\x74","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x61\x6C\x69\x67\x6E","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73","\x6C\x61\x79\x6F\x75\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x46\x6C\x6F\x77","\x65\x78\x65\x63\x75\x74\x65\x4C\x61\x79\x6F\x75\x74","\x76\x65\x72\x74\x69\x63\x61\x6C\x46\x6C\x6F\x77","\x6E\x61\x76\x69\x67\x61\x74\x69\x6F\x6E","\x68\x6F\x6D\x65","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x65\x78\x70\x61\x6E\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x61\x72\x72\x61\x6E\x67\x65","\x74\x6F\x46\x72\x6F\x6E\x74","\x74\x6F\x42\x61\x63\x6B","\x67\x72\x6F\x75\x70","\x75\x6E\x67\x72\x6F\x75\x70","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x47\x72\x6F\x75\x70","\x76\x69\x65\x77","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x25","\x7A\x6F\x6F\x6D\x54\x6F","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x66\x69\x74\x57\x69\x6E\x64\x6F\x77","\x63\x75\x73\x74\x6F\x6D\x5A\x6F\x6F\x6D","\x66\x69\x74\x50\x61\x67\x65","\x66\x69\x74\x50\x61\x67\x65\x57\x69\x64\x74\x68","\x66\x69\x6C\x65","\x6E\x65\x77","\x6F\x70\x65\x6E","\x73\x61\x76\x65","\x73\x61\x76\x65\x41\x73","\x70\x75\x62\x6C\x69\x73\x68","\x76\x61\x72\x69\x61\x62\x6C\x65","\x69\x6D\x70\x6F\x72\x74","\x65\x78\x70\x6F\x72\x74","\x65\x64\x69\x74\x46\x69\x6C\x65","\x72\x65\x6E\x61\x6D\x65","\x70\x72\x69\x6E\x74","\x65\x64\x69\x74","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x75\x74","\x63\x6F\x70\x79","\x70\x61\x73\x74\x65","\x64\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x68\x65\x6C\x70","\x61\x62\x6F\x75\x74","\x61\x64\x64\x4D\x65\x6E\x75","\x65\x78\x65\x63\x75\x74\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x65\x6E\x74\x65\x72\x56\x61\x6C\x75\x65","\x20","\x70\x72\x6F\x6D\x70\x74","\x6C\x61\x62\x65\x6C","\x66\x75\x6E\x63\x74","\x74\x6F\x67\x67\x6C\x65\x41\x63\x74\x69\x6F\x6E","\x69\x73\x53\x65\x6C\x65\x63\x74\x65\x64","\x61\x64\x64\x43\x68\x65\x63\x6B\x6D\x61\x72\x6B","\x61\x64\x64\x53\x68\x6F\x72\x74\x63\x75\x74","\x73\x68\x6F\x72\x74\x63\x75\x74","\x73\x70\x61\x6E","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6F\x6C\x6F\x72","\x67\x72\x61\x79","\x77\x72\x69\x74\x65","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x2F\x63\x68\x65\x63\x6B\x6D\x61\x72\x6B\x2E\x67\x69\x66\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x70\x65\x61\x74","\x6E\x6F\x2D\x72\x65\x70\x65\x61\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x32\x70\x78\x20\x35\x30\x25","\x63\x72\x65\x61\x74\x65\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x73\x6D\x61\x72\x74\x53\x65\x70\x61\x72\x61\x74\x6F\x72\x73","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x69\x73\x45\x64\x67\x65","\x73\x65\x74\x41\x73\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x62\x65\x6E\x64\x73","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x6F\x72\x45\x76\x65\x6E\x74","\x72\x65\x6D\x6F\x76\x65\x57\x61\x79\x70\x6F\x69\x6E\x74","\x68\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x64\x65\x78","\x61\x64\x64\x57\x61\x79\x70\x6F\x69\x6E\x74","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x6F\x70\x65\x6E\x4C\x69\x6E\x6B","\x63\x72\x65\x61\x74\x65\x4D\x65\x6E\x75\x62\x61\x72","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x63\x75\x72\x72\x65\x6E\x74\x4D\x65\x6E\x75","\x61","\x68\x72\x65\x66","\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3A\x76\x6F\x69\x64\x28\x30\x29\x3B","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x49\x74\x65\x6D","\x61\x64\x64\x4D\x65\x6E\x75\x48\x61\x6E\x64\x6C\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x64\x69\x76","\x20\x67\x65\x4D\x65\x6E\x75\x62\x61\x72\x4D\x65\x6E\x75","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x61\x70\x70\x6C\x79","\x64\x65\x73\x74\x72\x6F\x79","\x63\x75\x72\x72\x65\x6E\x74\x45\x6C\x74","\x6F\x66\x66\x73\x65\x74\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x57\x69\x64\x74\x68","\x70\x61\x67\x65\x2D\x73\x69\x64\x65\x62\x61\x72","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x70\x6F\x70\x75\x70","\x63\x6F\x6E\x73\x75\x6D\x65","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x63\x6C\x69\x63\x6B","\x63\x61\x6C\x6C","\x65\x78\x74\x65\x6E\x64","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x64","\x66\x69\x72\x65\x45\x76\x65\x6E\x74"];Menus=function(_0x8a50x1){this[_0x1907[0]]=_0x8a50x1;this[_0x1907[1]]= new Object();this[_0x1907[2]](); new Image()[_0x1907[3]]=IMAGE_PATH+_0x1907[4]};Menus[_0x1907[5]][_0x1907[2]]=function(){var _0x8a50x2=this[_0x1907[0]][_0x1907[7]][_0x1907[6]];this[_0x1907[30]](_0x1907[8], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){var _0x8a50x5=[_0x1907[9],_0x1907[10],_0x1907[11],_0x1907[12],_0x1907[13],_0x1907[14],_0x1907[15],_0x1907[16],_0x1907[17]];for(var _0x8a50x6=0;_0x8a50x6<_0x8a50x5[_0x1907[18]];_0x8a50x6++){var _0x8a50x7=this[_0x1907[20]](_0x8a50x3,_0x8a50x5[_0x8a50x6],[mxConstants[_0x1907[19]]],[_0x8a50x5[_0x8a50x6]],null,_0x8a50x4);_0x8a50x7[_0x1907[23]][_0x1907[22]][_0x1907[21]][_0x1907[8]]=_0x8a50x5[_0x8a50x6]};_0x8a50x3[_0x1907[24]](_0x8a50x4);this[_0x1907[28]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[25]),_0x1907[27],mxConstants.DEFAULT_FONTFAMILY,mxConstants.STYLE_FONTFAMILY,_0x8a50x4)})));this[_0x1907[30]](_0x1907[31], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){var _0x8a50x8=[6,8,9,10,11,12,14,18,24,36,48,72];for(var _0x8a50x6=0;_0x8a50x6<_0x8a50x8[_0x1907[18]];_0x8a50x6++){this[_0x1907[20]](_0x8a50x3,_0x8a50x8[_0x8a50x6],[mxConstants[_0x1907[32]]],[_0x8a50x8[_0x8a50x6]],null,_0x8a50x4)};_0x8a50x3[_0x1907[24]](_0x8a50x4);this[_0x1907[28]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[25]),_0x1907[33],_0x1907[34],mxConstants.STYLE_FONTSIZE,_0x8a50x4)})));this[_0x1907[30]](_0x1907[35], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){var _0x8a50x8=[1,2,3,4,8,12,16,24];for(var _0x8a50x6=0;_0x8a50x6<_0x8a50x8[_0x1907[18]];_0x8a50x6++){this[_0x1907[20]](_0x8a50x3,_0x8a50x8[_0x8a50x6]+_0x1907[36],[mxConstants[_0x1907[37]]],[_0x8a50x8[_0x8a50x6]],null,_0x8a50x4)};_0x8a50x3[_0x1907[24]](_0x8a50x4);this[_0x1907[28]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[25]),_0x1907[38],_0x1907[39],mxConstants.STYLE_STROKEWIDTH,_0x8a50x4)})));this[_0x1907[30]](_0x1907[40], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[41]),[mxConstants[_0x1907[42]]],[null],null,_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[43]),[mxConstants[_0x1907[42]]],[_0x1907[44]],null,_0x8a50x4);_0x8a50x3[_0x1907[24]](_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[45]),[mxConstants[_0x1907[42]],mxConstants[_0x1907[46]]],[_0x1907[47],_0x1907[45]],null,_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[48]),[mxConstants[_0x1907[42]],mxConstants[_0x1907[46]]],[_0x1907[47],_0x1907[48]],null,_0x8a50x4);_0x8a50x3[_0x1907[24]](_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[49]),[mxConstants[_0x1907[42]]],[_0x1907[50]],null,_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[51]),[mxConstants[_0x1907[42]]],[_0x1907[52]],null,_0x8a50x4)})));this[_0x1907[30]](_0x1907[53], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[54]),[mxConstants[_0x1907[55]]],[mxConstants[_0x1907[56]]],null,_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[57]),[mxConstants[_0x1907[55]]],[mxConstants[_0x1907[58]]],null,_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[59]),[mxConstants[_0x1907[55]]],[mxConstants[_0x1907[60]]],null,_0x8a50x4);_0x8a50x3[_0x1907[24]](_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[61]),[mxConstants[_0x1907[55]]],[mxConstants[_0x1907[62]]],null,_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[63]),[mxConstants[_0x1907[55]]],[mxConstants[_0x1907[64]]],null,_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[65]),[mxConstants[_0x1907[55]]],[mxConstants[_0x1907[66]]],null,_0x8a50x4);_0x8a50x3[_0x1907[24]](_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[67]),[mxConstants[_0x1907[55]]],[mxConstants[_0x1907[68]]],null,_0x8a50x4);_0x8a50x3[_0x1907[24]](_0x8a50x4);_0x8a50x3[_0x1907[72]](mxResources[_0x1907[26]](_0x1907[69]),null,function(){_0x8a50x2[_0x1907[71]](_0x1907[70],true)},_0x8a50x4,null,true);_0x8a50x3[_0x1907[24]](_0x8a50x4);this[_0x1907[28]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[73]),_0x1907[38],mxConstants.DEFAULT_MARKERSIZE,mxConstants.STYLE_ENDSIZE,_0x8a50x4)})));this[_0x1907[30]](_0x1907[74], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[54]),[mxConstants[_0x1907[75]]],[mxConstants[_0x1907[56]]],null,_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[57]),[mxConstants[_0x1907[75]]],[mxConstants[_0x1907[58]]],null,_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[59]),[mxConstants[_0x1907[75]]],[mxConstants[_0x1907[60]]],null,_0x8a50x4);_0x8a50x3[_0x1907[24]](_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[61]),[mxConstants[_0x1907[75]]],[mxConstants[_0x1907[62]]],null,_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[63]),[mxConstants[_0x1907[75]]],[mxConstants[_0x1907[64]]],null,_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[65]),[mxConstants[_0x1907[75]]],[mxConstants[_0x1907[66]]],null,_0x8a50x4);_0x8a50x3[_0x1907[24]](_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[67]),[mxConstants[_0x1907[75]]],[mxConstants[_0x1907[68]]],null,_0x8a50x4);_0x8a50x3[_0x1907[24]](_0x8a50x4);_0x8a50x3[_0x1907[72]](mxResources[_0x1907[26]](_0x1907[69]),null,function(){_0x8a50x2[_0x1907[71]](_0x1907[76],true)},_0x8a50x4,null,true);_0x8a50x3[_0x1907[24]](_0x8a50x4);this[_0x1907[28]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[73]),_0x1907[38],mxConstants.DEFAULT_MARKERSIZE,mxConstants.STYLE_STARTSIZE,_0x8a50x4)})));this[_0x1907[30]](_0x1907[77], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){var _0x8a50x9=this[_0x1907[0]][_0x1907[80]][_0x1907[26]](_0x1907[79])[_0x1907[78]];var _0x8a50xa=this[_0x1907[26]](_0x1907[40])[_0x1907[78]];if(_0x8a50x9||_0x8a50x3[_0x1907[81]]){this[_0x1907[28]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[82]),_0x1907[38],_0x1907[83],mxConstants.STYLE_SPACING_TOP,_0x8a50x4,_0x8a50x9);this[_0x1907[28]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[84]),_0x1907[38],_0x1907[83],mxConstants.STYLE_SPACING_RIGHT,_0x8a50x4,_0x8a50x9);this[_0x1907[28]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[85]),_0x1907[38],_0x1907[83],mxConstants.STYLE_SPACING_BOTTOM,_0x8a50x4,_0x8a50x9);this[_0x1907[28]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[86]),_0x1907[38],_0x1907[83],mxConstants.STYLE_SPACING_LEFT,_0x8a50x4,_0x8a50x9);_0x8a50x3[_0x1907[24]](_0x8a50x4);this[_0x1907[28]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[87]),_0x1907[38],_0x1907[83],mxConstants.STYLE_SPACING,_0x8a50x4,_0x8a50x9);this[_0x1907[28]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[88]),_0x1907[38],_0x1907[83],mxConstants.STYLE_PERIMETER_SPACING,_0x8a50x4,_0x8a50x9)};if(_0x8a50xa||_0x8a50x3[_0x1907[81]]){_0x8a50x3[_0x1907[24]](_0x8a50x4);this[_0x1907[28]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[89]),_0x1907[38],_0x1907[83],mxConstants.STYLE_SOURCE_PERIMETER_SPACING,_0x8a50x4,_0x8a50xa);this[_0x1907[28]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[90]),_0x1907[38],_0x1907[83],mxConstants.STYLE_TARGET_PERIMETER_SPACING,_0x8a50x4,_0x8a50xa)}})));this[_0x1907[30]](_0x1907[91], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){this[_0x1907[92]](_0x8a50x3,_0x1907[21],_0x8a50x4)})));this[_0x1907[30]](_0x1907[93], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){var _0x8a50xb=this[_0x1907[26]](_0x1907[93])[_0x1907[78]];_0x8a50x3[_0x1907[24]](_0x8a50x4);this[_0x1907[94]](_0x1907[8],_0x8a50x3,_0x8a50x4);this[_0x1907[94]](_0x1907[31],_0x8a50x3,_0x8a50x4);this[_0x1907[99]](_0x8a50x3,[_0x1907[95],_0x1907[96],_0x1907[97],_0x1907[98],_0x1907[95]],_0x8a50x4);this[_0x1907[94]](_0x1907[100],_0x8a50x3,_0x8a50x4);this[_0x1907[92]](_0x8a50x3,_0x1907[101],_0x8a50x4);_0x8a50x3[_0x1907[24]](_0x8a50x4);this[_0x1907[28]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[102]),_0x1907[103],_0x1907[104],mxConstants.STYLE_TEXT_OPACITY,_0x8a50x4,_0x8a50xb);_0x8a50x3[_0x1907[72]](mxResources[_0x1907[26]](_0x1907[105]),null,function(){_0x8a50x2[_0x1907[71]](mxConstants.STYLE_NOLABEL,false)},_0x8a50x4,null,_0x8a50xb)})));this[_0x1907[30]](_0x1907[100], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[106]),[mxConstants[_0x1907[107]]],[mxConstants[_0x1907[108]]],null,_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[109]),[mxConstants[_0x1907[107]]],[mxConstants[_0x1907[110]]],null,_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[111]),[mxConstants[_0x1907[107]]],[mxConstants[_0x1907[112]]],null,_0x8a50x4);_0x8a50x3[_0x1907[24]](_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[113]),[mxConstants[_0x1907[114]]],[mxConstants[_0x1907[115]]],null,_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[116]),[mxConstants[_0x1907[114]]],[mxConstants[_0x1907[117]]],null,_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[118]),[mxConstants[_0x1907[114]]],[mxConstants[_0x1907[119]]],null,_0x8a50x4);_0x8a50x3[_0x1907[24]](_0x8a50x4);this[_0x1907[94]](_0x1907[120],_0x8a50x3,_0x8a50x4);this[_0x1907[94]](_0x1907[77],_0x8a50x3,_0x8a50x4);_0x8a50x3[_0x1907[24]](_0x8a50x4);var _0x8a50xb=this[_0x1907[26]](_0x1907[93])[_0x1907[78]];_0x8a50x3[_0x1907[72]](mxResources[_0x1907[26]](_0x1907[48]),null,function(){_0x8a50x2[_0x1907[71]](mxConstants.STYLE_HORIZONTAL,true)},_0x8a50x4,null,_0x8a50xb)})));this[_0x1907[30]](_0x1907[120], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[86]),[mxConstants[_0x1907[121]],mxConstants[_0x1907[107]]],[mxConstants[_0x1907[108]],mxConstants[_0x1907[112]]],null,_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[109]),[mxConstants[_0x1907[121]],mxConstants[_0x1907[107]]],[mxConstants[_0x1907[110]],mxConstants[_0x1907[110]]],null,_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[84]),[mxConstants[_0x1907[121]],mxConstants[_0x1907[107]]],[mxConstants[_0x1907[112]],mxConstants[_0x1907[108]]],null,_0x8a50x4);_0x8a50x3[_0x1907[24]](_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[82]),[mxConstants[_0x1907[122]],mxConstants[_0x1907[114]]],[mxConstants[_0x1907[115]],mxConstants[_0x1907[119]]],null,_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[116]),[mxConstants[_0x1907[122]],mxConstants[_0x1907[114]]],[mxConstants[_0x1907[117]],mxConstants[_0x1907[117]]],null,_0x8a50x4);this[_0x1907[20]](_0x8a50x3,mxResources[_0x1907[26]](_0x1907[85]),[mxConstants[_0x1907[122]],mxConstants[_0x1907[114]]],[mxConstants[_0x1907[119]],mxConstants[_0x1907[115]]],null,_0x8a50x4)})));this[_0x1907[30]](_0x1907[123], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){_0x8a50x3[_0x1907[72]](mxResources[_0x1907[26]](_0x1907[124]),null,function(){_0x8a50x2[_0x1907[71]](mxConstants.STYLE_FLIPH,false)},_0x8a50x4);_0x8a50x3[_0x1907[72]](mxResources[_0x1907[26]](_0x1907[125]),null,function(){_0x8a50x2[_0x1907[71]](mxConstants.STYLE_FLIPV,false)},_0x8a50x4);this[_0x1907[99]](_0x8a50x3,[_0x1907[95],_0x1907[126],_0x1907[127]],_0x8a50x4)})));this[_0x1907[30]](_0x1907[128], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){_0x8a50x3[_0x1907[72]](mxResources[_0x1907[26]](_0x1907[106]),null,function(){_0x8a50x2[_0x1907[129]](mxConstants.ALIGN_LEFT)},_0x8a50x4);_0x8a50x3[_0x1907[72]](mxResources[_0x1907[26]](_0x1907[109]),null,function(){_0x8a50x2[_0x1907[129]](mxConstants.ALIGN_CENTER)},_0x8a50x4);_0x8a50x3[_0x1907[72]](mxResources[_0x1907[26]](_0x1907[111]),null,function(){_0x8a50x2[_0x1907[129]](mxConstants.ALIGN_RIGHT)},_0x8a50x4);_0x8a50x3[_0x1907[24]](_0x8a50x4);_0x8a50x3[_0x1907[72]](mxResources[_0x1907[26]](_0x1907[113]),null,function(){_0x8a50x2[_0x1907[129]](mxConstants.ALIGN_TOP)},_0x8a50x4);_0x8a50x3[_0x1907[72]](mxResources[_0x1907[26]](_0x1907[116]),null,function(){_0x8a50x2[_0x1907[129]](mxConstants.ALIGN_MIDDLE)},_0x8a50x4);_0x8a50x3[_0x1907[72]](mxResources[_0x1907[26]](_0x1907[118]),null,function(){_0x8a50x2[_0x1907[129]](mxConstants.ALIGN_BOTTOM)},_0x8a50x4)})));this[_0x1907[30]](_0x1907[130], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){_0x8a50x3[_0x1907[72]](mxResources[_0x1907[26]](_0x1907[131]),null,mxUtils[_0x1907[29]](this,function(){var _0x8a50xc= new mxHierarchicalLayout(_0x8a50x2,mxConstants.DIRECTION_WEST);this[_0x1907[0]][_0x1907[132]](_0x8a50xc,true,true)}),_0x8a50x4);_0x8a50x3[_0x1907[72]](mxResources[_0x1907[26]](_0x1907[133]),null,mxUtils[_0x1907[29]](this,function(){var _0x8a50xc= new mxHierarchicalLayout(_0x8a50x2,mxConstants.DIRECTION_NORTH);this[_0x1907[0]][_0x1907[132]](_0x8a50xc,true,true)}),_0x8a50x4)})));this[_0x1907[30]](_0x1907[134], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){this[_0x1907[99]](_0x8a50x3,[_0x1907[135],_0x1907[95],_0x1907[136],_0x1907[137],_0x1907[95],_0x1907[138],_0x1907[139]],_0x8a50x4)})));this[_0x1907[30]](_0x1907[140], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){this[_0x1907[99]](_0x8a50x3,[_0x1907[141],_0x1907[142],_0x1907[95]],_0x8a50x4);this[_0x1907[94]](_0x1907[130],_0x8a50x3,_0x8a50x4);_0x8a50x3[_0x1907[24]](_0x8a50x4);this[_0x1907[99]](_0x8a50x3,[_0x1907[95],_0x1907[143],_0x1907[144],_0x1907[145]],_0x8a50x4)})));this[_0x1907[30]](_0x1907[146], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){this[_0x1907[99]](_0x8a50x3,[_0x1907[147]],_0x8a50x4);_0x8a50x3[_0x1907[24]]();var _0x8a50xd=[0.25,0.5,0.75,1,2,4];for(var _0x8a50x6=0;_0x8a50x6<_0x8a50xd[_0x1907[18]];_0x8a50x6++){(function(_0x8a50xe){_0x8a50x3[_0x1907[72]]((_0x8a50xe*100)+_0x1907[148],null,function(){_0x8a50x2[_0x1907[149]](_0x8a50xe)},_0x8a50x4)})(_0x8a50xd[_0x8a50x6])};this[_0x1907[99]](_0x8a50x3,[_0x1907[95],_0x1907[150],_0x1907[151],_0x1907[95],_0x1907[152],_0x1907[153],_0x1907[95],_0x1907[154],_0x1907[155]],_0x8a50x4)})));this[_0x1907[30]](_0x1907[156], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){this[_0x1907[99]](_0x8a50x3,[_0x1907[157],_0x1907[158],_0x1907[95],_0x1907[159],_0x1907[160],_0x1907[161],_0x1907[95],_0x1907[162],_0x1907[95],_0x1907[163],_0x1907[164],_0x1907[95],_0x1907[165],_0x1907[166],_0x1907[95],_0x1907[167]],_0x8a50x4)})));this[_0x1907[30]](_0x1907[168], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){this[_0x1907[99]](_0x8a50x3,[_0x1907[169],_0x1907[170],_0x1907[95],_0x1907[171],_0x1907[172],_0x1907[173],_0x1907[174],_0x1907[95],_0x1907[175],_0x1907[95],_0x1907[176],_0x1907[177],_0x1907[178]])})));this[_0x1907[30]](_0x1907[179], new Menu(mxUtils[_0x1907[29]](this,function(_0x8a50x3,_0x8a50x4){this[_0x1907[99]](_0x8a50x3,[_0x1907[179],_0x1907[95],_0x1907[180]])})))};Menus[_0x1907[5]][_0x1907[30]]=function(_0x8a50xf,_0x8a50x3){this[_0x1907[1]][_0x8a50xf]=_0x8a50x3};Menus[_0x1907[5]][_0x1907[26]]=function(_0x8a50xf){return this[_0x1907[1]][_0x8a50xf]};Menus[_0x1907[5]][_0x1907[94]]=function(_0x8a50xf,_0x8a50x3,_0x8a50x4){var _0x8a50xb=this[_0x1907[26]](_0x8a50xf)[_0x1907[78]];if(_0x8a50x3[_0x1907[81]]||_0x8a50xb){var _0x8a50x10=_0x8a50x3[_0x1907[72]](mxResources[_0x1907[26]](_0x8a50xf),null,null,_0x8a50x4,null,_0x8a50xb);this[_0x1907[181]](_0x8a50xf,_0x8a50x3,_0x8a50x10)}};Menus[_0x1907[5]][_0x1907[181]]=function(_0x8a50xf,_0x8a50x11,_0x8a50x4){var _0x8a50x3=this[_0x1907[26]](_0x8a50xf);if(_0x8a50x3!=null&&(_0x8a50x11[_0x1907[81]]||_0x8a50x3[_0x1907[78]])){this[_0x1907[26]](_0x8a50xf)[_0x1907[182]](_0x8a50x11,_0x8a50x4)}};Menus[_0x1907[5]][_0x1907[20]]=function(_0x8a50x3,_0x8a50x12,_0x8a50x13,_0x8a50x14,_0x8a50x15,_0x8a50x4){return _0x8a50x3[_0x1907[72]](_0x8a50x12,null,mxUtils[_0x1907[29]](this,function(){var _0x8a50x2=this[_0x1907[0]][_0x1907[7]][_0x1907[6]];_0x8a50x2[_0x1907[184]]()[_0x1907[183]]();try{for(var _0x8a50x6=0;_0x8a50x6<_0x8a50x13[_0x1907[18]];_0x8a50x6++){_0x8a50x2[_0x1907[185]](_0x8a50x13[_0x8a50x6],_0x8a50x14[_0x8a50x6])}}finally{_0x8a50x2[_0x1907[184]]()[_0x1907[186]]()}}),_0x8a50x4,_0x8a50x15)};Menus[_0x1907[5]][_0x1907[28]]=function(_0x8a50x3,_0x8a50x12,_0x8a50x16,_0x8a50x17,_0x8a50x18,_0x8a50x4,_0x8a50xb){return _0x8a50x3[_0x1907[72]](_0x8a50x12,null,mxUtils[_0x1907[29]](this,function(){var _0x8a50x2=this[_0x1907[0]][_0x1907[7]][_0x1907[6]];var _0x8a50x19=_0x8a50x17;var _0x8a50x1a=_0x8a50x2[_0x1907[189]]()[_0x1907[188]](_0x8a50x2[_0x1907[187]]());if(_0x8a50x1a!=null){_0x8a50x19=_0x8a50x1a[_0x1907[21]][_0x8a50x18]||_0x8a50x19};_0x8a50x19=mxUtils[_0x1907[192]](mxResources[_0x1907[26]](_0x1907[190])+((_0x8a50x16[_0x1907[18]]>0)?(_0x1907[191]+_0x8a50x16):_0x1907[27]),_0x8a50x19);if(_0x8a50x19!=null&&_0x8a50x19[_0x1907[18]]>0){_0x8a50x2[_0x1907[185]](_0x8a50x18,_0x8a50x19)}}),_0x8a50x4,null,_0x8a50xb)};Menus[_0x1907[5]][_0x1907[92]]=function(_0x8a50x3,_0x8a50x18,_0x8a50x4){var _0x8a50x1b=this[_0x1907[0]][_0x1907[80]][_0x1907[26]](_0x8a50x18);if(_0x8a50x1b!=null&&(_0x8a50x3[_0x1907[81]]||_0x8a50x1b[_0x1907[78]])){var _0x8a50x1c=_0x8a50x3[_0x1907[72]](_0x8a50x1b[_0x1907[193]],null,_0x8a50x1b[_0x1907[194]],_0x8a50x4,null,_0x8a50x1b[_0x1907[78]]);if(_0x8a50x1b[_0x1907[195]]&&_0x8a50x1b[_0x1907[196]]()){this[_0x1907[197]](_0x8a50x1c)};this[_0x1907[198]](_0x8a50x1c,_0x8a50x1b);return _0x8a50x1c};return null};Menus[_0x1907[5]][_0x1907[198]]=function(_0x8a50x1c,_0x8a50x1b){if(_0x8a50x1b[_0x1907[199]]!=null){var _0x8a50x1d=_0x8a50x1c[_0x1907[23]][_0x1907[22]][_0x1907[22]];var _0x8a50x1e=document[_0x1907[201]](_0x1907[200]);_0x8a50x1e[_0x1907[21]][_0x1907[202]]=_0x1907[203];mxUtils[_0x1907[204]](_0x8a50x1e,_0x8a50x1b[_0x1907[199]]);_0x8a50x1d[_0x1907[205]](_0x8a50x1e)}};Menus[_0x1907[5]][_0x1907[197]]=function(_0x8a50x1c){var _0x8a50x1d=_0x8a50x1c[_0x1907[23]][_0x1907[22]];_0x8a50x1d[_0x1907[21]][_0x1907[206]]=_0x1907[207]+IMAGE_PATH+_0x1907[208];_0x8a50x1d[_0x1907[21]][_0x1907[209]]=_0x1907[210];_0x8a50x1d[_0x1907[21]][_0x1907[211]]=_0x1907[212]};Menus[_0x1907[5]][_0x1907[99]]=function(_0x8a50x3,_0x8a50x13,_0x8a50x4){for(var _0x8a50x6=0;_0x8a50x6<_0x8a50x13[_0x1907[18]];_0x8a50x6++){if(_0x8a50x13[_0x8a50x6]==_0x1907[95]){_0x8a50x3[_0x1907[24]](_0x8a50x4)}else {this[_0x1907[92]](_0x8a50x3,_0x8a50x13[_0x8a50x6],_0x8a50x4)}}};Menus[_0x1907[5]][_0x1907[213]]=function(_0x8a50x3,_0x8a50x1f,_0x8a50x20){var _0x8a50x2=this[_0x1907[0]][_0x1907[7]][_0x1907[6]];_0x8a50x3[_0x1907[214]]=true;if(_0x8a50x2[_0x1907[215]]()){this[_0x1907[99]](_0x8a50x3,[_0x1907[169],_0x1907[170],_0x1907[95],_0x1907[173],_0x1907[95]])}else {this[_0x1907[99]](_0x8a50x3,[_0x1907[174],_0x1907[95],_0x1907[171],_0x1907[172],_0x1907[95],_0x1907[175]]);if(_0x8a50x2[_0x1907[216]]()==1&&_0x8a50x2[_0x1907[184]]()[_0x1907[217]](_0x8a50x2[_0x1907[187]]())){this[_0x1907[99]](_0x8a50x3,[_0x1907[218]])};_0x8a50x3[_0x1907[24]]()};if(_0x8a50x2[_0x1907[216]]()>0){this[_0x1907[99]](_0x8a50x3,[_0x1907[141],_0x1907[142],_0x1907[95]]);if(_0x8a50x2[_0x1907[184]]()[_0x1907[217]](_0x8a50x2[_0x1907[187]]())){var _0x8a50x21=false;var _0x8a50x1f=_0x8a50x2[_0x1907[187]]();if(_0x8a50x1f!=null&&_0x8a50x2[_0x1907[184]]()[_0x1907[217]](_0x8a50x1f)){var _0x8a50x22=_0x8a50x2[_0x1907[220]][_0x1907[219]](_0x8a50x1f);if(_0x8a50x22 instanceof mxEdgeHandler&&_0x8a50x22[_0x1907[221]]!=null&&_0x8a50x22[_0x1907[221]][_0x1907[18]]>2){var _0x8a50x23=_0x8a50x22[_0x1907[222]]( new mxMouseEvent(_0x8a50x20));var _0x8a50x24=this[_0x1907[0]][_0x1907[80]][_0x1907[26]](_0x1907[223]);_0x8a50x24[_0x1907[224]]=_0x8a50x22;_0x8a50x24[_0x1907[225]]=_0x8a50x23;_0x8a50x21=_0x8a50x23>0&&_0x8a50x23<_0x8a50x22[_0x1907[221]][_0x1907[18]]}};this[_0x1907[99]](_0x8a50x3,[_0x1907[95],(_0x8a50x21)?_0x1907[223]:_0x1907[226]])}else {if(_0x8a50x2[_0x1907[216]]()>1){_0x8a50x3[_0x1907[24]]();this[_0x1907[99]](_0x8a50x3,[_0x1907[143]])}};_0x8a50x3[_0x1907[24]]();if(_0x8a50x2[_0x1907[216]]()==1){var _0x8a50x25=_0x8a50x2[_0x1907[227]](_0x8a50x2[_0x1907[187]]());if(_0x8a50x25!=null){this[_0x1907[99]](_0x8a50x3,[_0x1907[228]])}}}else {this[_0x1907[99]](_0x8a50x3,[_0x1907[95],_0x1907[176],_0x1907[177],_0x1907[95],_0x1907[178]])}};Menus[_0x1907[5]][_0x1907[229]]=function(_0x8a50x26){var _0x8a50x27= new Menubar(this[_0x1907[0]],_0x8a50x26);var _0x8a50x28=[_0x1907[156],_0x1907[168],_0x1907[146],_0x1907[91],_0x1907[93],_0x1907[140]];for(var _0x8a50x6=0;_0x8a50x6<_0x8a50x28[_0x1907[18]];_0x8a50x6++){_0x8a50x27[_0x1907[181]](mxResources[_0x1907[26]](_0x8a50x28[_0x8a50x6]),this[_0x1907[26]](_0x8a50x28[_0x8a50x6])[_0x1907[194]])};return _0x8a50x27};function Menubar(_0x8a50x1,_0x8a50x26){this[_0x1907[0]]=_0x8a50x1;this[_0x1907[230]]=_0x8a50x26;mxEvent[_0x1907[232]](document,mxUtils[_0x1907[29]](this,function(_0x8a50x20){this[_0x1907[231]]()}))}Menubar[_0x1907[5]][_0x1907[231]]=function(){if(this[_0x1907[233]]!=null){this[_0x1907[233]][_0x1907[231]]()}};Menubar[_0x1907[5]][_0x1907[181]]=function(_0x8a50x12,_0x8a50x2a){var _0x8a50x2b=document[_0x1907[201]](_0x1907[234]);_0x8a50x2b[_0x1907[237]](_0x1907[235],_0x1907[236]);_0x8a50x2b[_0x1907[238]]=_0x1907[239];mxUtils[_0x1907[204]](_0x8a50x2b,_0x8a50x12);this[_0x1907[240]](_0x8a50x2b,_0x8a50x2a);this[_0x1907[230]][_0x1907[205]](_0x8a50x2b);return _0x8a50x2b};Menubar[_0x1907[5]][_0x1907[240]]=function(_0x8a50x2b,_0x8a50x2a){if(_0x8a50x2a!=null){var _0x8a50x2c=true;var _0x8a50x2d=mxUtils[_0x1907[29]](this,function(_0x8a50x20){if(_0x8a50x2c&&_0x8a50x2b[_0x1907[78]]==null||_0x8a50x2b[_0x1907[78]]){this[_0x1907[0]][_0x1907[7]][_0x1907[6]][_0x1907[241]][_0x1907[231]]();var _0x8a50x3= new mxPopupMenu(_0x8a50x2a);_0x8a50x3[_0x1907[242]][_0x1907[238]]+=_0x1907[243];_0x8a50x3[_0x1907[214]]=true;_0x8a50x3[_0x1907[81]]=true;_0x8a50x3[_0x1907[244]]=true;_0x8a50x3[_0x1907[231]]=mxUtils[_0x1907[29]](this,function(){mxPopupMenu[_0x1907[5]][_0x1907[231]][_0x1907[245]](_0x8a50x3,arguments);_0x8a50x3[_0x1907[246]]();this[_0x1907[233]]=null;this[_0x1907[247]]=null});var _0x8a50x2e=_0x8a50x2b[_0x1907[248]]+document[_0x1907[251]](_0x1907[250])[_0x1907[249]]+22;var _0x8a50x2f=_0x8a50x2b[_0x1907[252]]+_0x8a50x2b[_0x1907[253]]+140;_0x8a50x3[_0x1907[254]](_0x8a50x2e,_0x8a50x2f,null,_0x8a50x20);this[_0x1907[233]]=_0x8a50x3;this[_0x1907[247]]=_0x8a50x2b};_0x8a50x2c=true;mxEvent[_0x1907[255]](_0x8a50x20)});mxEvent[_0x1907[257]](_0x8a50x2b,_0x1907[256],mxUtils[_0x1907[29]](this,function(_0x8a50x20){if(this[_0x1907[233]]!=null&&this[_0x1907[247]]!=_0x8a50x2b){this[_0x1907[231]]();_0x8a50x2d(_0x8a50x20)}}));mxEvent[_0x1907[257]](_0x8a50x2b,_0x1907[258],mxUtils[_0x1907[29]](this,function(){_0x8a50x2c=this[_0x1907[247]]!=_0x8a50x2b}));mxEvent[_0x1907[257]](_0x8a50x2b,_0x1907[259],_0x8a50x2d)}};function Menu(_0x8a50x2a,_0x8a50xb){mxEventSource[_0x1907[260]](this);this[_0x1907[194]]=_0x8a50x2a;this[_0x1907[78]]=(_0x8a50xb!=null)?_0x8a50xb:true}mxUtils[_0x1907[261]](Menu,mxEventSource);Menu[_0x1907[5]][_0x1907[262]]=function(_0x8a50x19){if(this[_0x1907[78]]!=_0x8a50x19){this[_0x1907[78]]=_0x8a50x19;this[_0x1907[264]]( new mxEventObject(_0x1907[263]))}};Menu[_0x1907[5]][_0x1907[182]]=function(_0x8a50x3,_0x8a50x4){this[_0x1907[194]](_0x8a50x3,_0x8a50x4)} \ No newline at end of file diff --git a/public/assets/plugins/jscripty/js/Shapes.js b/public/assets/plugins/jscripty/js/Shapes.js index 5ed9bd9..1999778 100644 --- a/public/assets/plugins/jscripty/js/Shapes.js +++ b/public/assets/plugins/jscripty/js/Shapes.js @@ -1 +1 @@ -var _0x7633=["\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6F\x6E\x73\x74\x72\x75\x63\x74\x6F\x72","\x73\x69\x7A\x65","\x72\x65\x64\x72\x61\x77\x50\x61\x74\x68","\x73\x74\x79\x6C\x65","\x67\x65\x74\x56\x61\x6C\x75\x65","\x6D\x69\x6E","\x6D\x6F\x76\x65\x54\x6F","\x6C\x69\x6E\x65\x54\x6F","\x65\x6E\x64","\x63\x6C\x6F\x73\x65","\x63\x75\x62\x65","\x64\x65\x66\x61\x75\x6C\x74\x53\x68\x61\x70\x65\x73","\x6E\x6F\x74\x65","\x74\x61\x62\x57\x69\x64\x74\x68","\x74\x61\x62\x48\x65\x69\x67\x68\x74","\x74\x61\x62\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x72\x69\x67\x68\x74","\x6C\x65\x66\x74","\x66\x6F\x6C\x64\x65\x72","\x63\x61\x72\x64","\x71\x75\x61\x64\x54\x6F","\x74\x61\x70\x65","\x73\x74\x65\x70","\x63\x61\x6C\x6C","\x65\x78\x74\x65\x6E\x64","\x69\x73\x48\x74\x6D\x6C\x41\x6C\x6C\x6F\x77\x65\x64","\x70\x61\x69\x6E\x74\x46\x6F\x72\x65\x67\x72\x6F\x75\x6E\x64","\x62\x65\x67\x69\x6E","\x73\x74\x72\x6F\x6B\x65","\x61\x70\x70\x6C\x79","\x70\x6C\x75\x73","\x64\x6F\x75\x62\x6C\x65","\x73\x74\x72\x6F\x6B\x65\x77\x69\x64\x74\x68","\x6D\x61\x78","\x70\x61\x69\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x73\x65\x74\x44\x61\x73\x68\x65\x64","\x73\x79\x6D\x62\x6F\x6C","\x41\x6C\x69\x67\x6E","\x56\x65\x72\x74\x69\x63\x61\x6C\x41\x6C\x69\x67\x6E","\x57\x69\x64\x74\x68","\x48\x65\x69\x67\x68\x74","\x53\x70\x61\x63\x69\x6E\x67","\x41\x72\x63\x53\x70\x61\x63\x69\x6E\x67","\x67\x65\x74\x41\x72\x63\x53\x69\x7A\x65","\x41\x4C\x49\x47\x4E\x5F\x43\x45\x4E\x54\x45\x52","\x41\x4C\x49\x47\x4E\x5F\x52\x49\x47\x48\x54","\x41\x4C\x49\x47\x4E\x5F\x4D\x49\x44\x44\x4C\x45","\x41\x4C\x49\x47\x4E\x5F\x42\x4F\x54\x54\x4F\x4D","\x73\x61\x76\x65","\x70\x61\x69\x6E\x74\x56\x65\x72\x74\x65\x78\x53\x68\x61\x70\x65","\x72\x65\x73\x74\x6F\x72\x65","\x65\x78\x74","\x6D\x65\x73\x73\x61\x67\x65","\x61\x64\x64\x50\x69\x70\x65","\x63\x75\x72\x76\x65\x54\x6F","\x75\x6D\x6C\x41\x63\x74\x6F\x72","\x6C\x6F\x6C\x6C\x69\x70\x6F\x70","\x6A\x65\x74\x74\x79\x57\x69\x64\x74\x68","\x6A\x65\x74\x74\x79\x48\x65\x69\x67\x68\x74","\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74","\x6F\x75\x74\x65\x72\x53\x74\x72\x6F\x6B\x65","\x65\x6C\x6C\x69\x70\x73\x65","\x66\x69\x6C\x6C\x41\x6E\x64\x53\x74\x72\x6F\x6B\x65","\x73\x65\x74\x53\x68\x61\x64\x6F\x77","\x65\x6E\x64\x53\x74\x61\x74\x65","\x73\x74\x61\x72\x74\x53\x74\x61\x74\x65","\x69\x6E\x69\x74\x53\x68\x61\x70\x65\x73","\x78","\x79","\x77\x69\x64\x74\x68","\x68\x65\x69\x67\x68\x74","\x73\x68\x61\x70\x65\x73","\x70\x61\x69\x6E\x74\x45\x64\x67\x65\x53\x68\x61\x70\x65","\x6C\x65\x6E\x67\x74\x68","\x73\x71\x72\x74","\x6C\x69\x6E\x6B","\x64\x61\x73\x68","\x61\x64\x64\x4D\x61\x72\x6B\x65\x72","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x75\x73\x65\x47\x72\x69\x64\x46\x6F\x72\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65","\x69\x6E\x69\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x73\x74\x61\x74\x65","\x67\x72\x61\x70\x68","\x76\x69\x65\x77","\x68\x61\x6E\x64\x6C\x65\x49\x6D\x61\x67\x65","\x73\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65","\x73\x72\x63","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x44\x49\x41\x4C\x45\x43\x54\x5F\x56\x4D\x4C","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x67\x65\x74\x56\x69\x65\x77","\x63\x75\x72\x73\x6F\x72","\x6E\x6F\x64\x65","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65\x43\x75\x72\x73\x6F\x72","\x72\x65\x64\x69\x72\x65\x63\x74\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74\x73","\x64\x65\x66\x61\x75\x6C\x74","\x72\x65\x64\x72\x61\x77","\x62\x6F\x75\x6E\x64\x73","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65\x42\x6F\x75\x6E\x64\x73","\x64\x65\x73\x74\x72\x6F\x79","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x53\x6F\x75\x72\x63\x65","\x6D\x6F\x75\x73\x65\x4D\x6F\x76\x65","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74\x47\x72\x61\x70\x68\x58","\x67\x65\x74\x47\x72\x61\x70\x68\x59","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x50\x6F\x69\x6E\x74","\x67\x65\x74\x45\x76\x65\x6E\x74","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64\x45\x76\x65\x6E\x74","\x73\x63\x61\x6C\x65","\x73\x6E\x61\x70","\x75\x70\x64\x61\x74\x65\x53\x74\x79\x6C\x65","\x6D\x6F\x76\x65\x53\x69\x7A\x65\x72\x54\x6F","\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65","\x6D\x6F\x75\x73\x65\x55\x70","\x61\x70\x70\x6C\x79\x53\x74\x79\x6C\x65","\x72\x65\x73\x65\x74","\x67\x65\x74\x53\x68\x61\x70\x65\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x73\x68\x61\x70\x65","\x74\x6F\x52\x61\x64\x69\x61\x6E\x73","\x63\x6F\x73","\x73\x69\x6E","\x69\x73\x50\x61\x69\x6E\x74\x42\x6F\x75\x6E\x64\x73\x49\x6E\x76\x65\x72\x74\x65\x64","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65\x50\x6F\x69\x6E\x74","\x66\x6C\x69\x70\x48","\x66\x6C\x69\x70\x56","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x58","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x59","\x67\x65\x74\x52\x6F\x74\x61\x74\x65\x64\x50\x6F\x69\x6E\x74","\x75\x70\x64\x61\x74\x65\x53\x74\x79\x6C\x65\x55\x6E\x72\x6F\x74\x61\x74\x65\x64","\x72\x6F\x75\x6E\x64","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x63\x65\x6C\x6C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x73\x74\x61\x72\x74\x53\x69\x7A\x65","\x64\x65\x66\x61\x75\x6C\x74\x56\x61\x6C\x75\x65","\x73\x63\x61\x6C\x65\x46\x61\x63\x74\x6F\x72","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x41\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x73\x74\x65\x6E\x63\x69\x6C","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73"];(function(){function _0x3ff1x1(){}_0x3ff1x1[_0x7633[0]]= new mxCylinder();_0x3ff1x1[_0x7633[0]][_0x7633[1]]=_0x3ff1x1;_0x3ff1x1[_0x7633[0]][_0x7633[2]]=20;_0x3ff1x1[_0x7633[0]][_0x7633[3]]=function(_0x3ff1x2,_0x3ff1x3,_0x3ff1x4,_0x3ff1x5,_0x3ff1x6,_0x3ff1x7){var _0x3ff1x8=Math[_0x7633[6]](_0x3ff1x5,Math[_0x7633[6]](_0x3ff1x6,mxUtils[_0x7633[5]](this[_0x7633[4]],_0x7633[2],this[_0x7633[2]])));if(_0x3ff1x7){_0x3ff1x2[_0x7633[7]](_0x3ff1x8,_0x3ff1x6);_0x3ff1x2[_0x7633[8]](_0x3ff1x8,_0x3ff1x8);_0x3ff1x2[_0x7633[8]](0,0);_0x3ff1x2[_0x7633[7]](_0x3ff1x8,_0x3ff1x8);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,_0x3ff1x8);_0x3ff1x2[_0x7633[9]]()}else {_0x3ff1x2[_0x7633[7]](0,0);_0x3ff1x2[_0x7633[8]](_0x3ff1x5-_0x3ff1x8,0);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,_0x3ff1x8);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,_0x3ff1x6);_0x3ff1x2[_0x7633[8]](_0x3ff1x8,_0x3ff1x6);_0x3ff1x2[_0x7633[8]](0,_0x3ff1x6-_0x3ff1x8);_0x3ff1x2[_0x7633[8]](0,0);_0x3ff1x2[_0x7633[10]]();_0x3ff1x2[_0x7633[9]]()}};mxCellRenderer[_0x7633[0]][_0x7633[12]][_0x7633[11]]=_0x3ff1x1;function _0x3ff1x9(){}_0x3ff1x9[_0x7633[0]]= new mxCylinder();_0x3ff1x9[_0x7633[0]][_0x7633[1]]=_0x3ff1x9;_0x3ff1x9[_0x7633[0]][_0x7633[2]]=30;_0x3ff1x9[_0x7633[0]][_0x7633[3]]=function(_0x3ff1x2,_0x3ff1x3,_0x3ff1x4,_0x3ff1x5,_0x3ff1x6,_0x3ff1x7){var _0x3ff1x8=Math[_0x7633[6]](_0x3ff1x5,Math[_0x7633[6]](_0x3ff1x6,mxUtils[_0x7633[5]](this[_0x7633[4]],_0x7633[2],this[_0x7633[2]])));if(_0x3ff1x7){_0x3ff1x2[_0x7633[7]](_0x3ff1x5-_0x3ff1x8,0);_0x3ff1x2[_0x7633[8]](_0x3ff1x5-_0x3ff1x8,_0x3ff1x8);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,_0x3ff1x8);_0x3ff1x2[_0x7633[9]]()}else {_0x3ff1x2[_0x7633[7]](0,0);_0x3ff1x2[_0x7633[8]](_0x3ff1x5-_0x3ff1x8,0);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,_0x3ff1x8);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,_0x3ff1x6);_0x3ff1x2[_0x7633[8]](0,_0x3ff1x6);_0x3ff1x2[_0x7633[8]](0,0);_0x3ff1x2[_0x7633[10]]();_0x3ff1x2[_0x7633[9]]()}};mxCellRenderer[_0x7633[0]][_0x7633[12]][_0x7633[13]]=_0x3ff1x9;function _0x3ff1xa(){}_0x3ff1xa[_0x7633[0]]= new mxCylinder();_0x3ff1xa[_0x7633[0]][_0x7633[1]]=_0x3ff1xa;_0x3ff1xa[_0x7633[0]][_0x7633[14]]=60;_0x3ff1xa[_0x7633[0]][_0x7633[15]]=20;_0x3ff1xa[_0x7633[0]][_0x7633[16]]=_0x7633[17];_0x3ff1xa[_0x7633[0]][_0x7633[3]]=function(_0x3ff1x2,_0x3ff1x3,_0x3ff1x4,_0x3ff1x5,_0x3ff1x6,_0x3ff1x7){var _0x3ff1xb=mxUtils[_0x7633[5]](this[_0x7633[4]],_0x7633[14],this[_0x7633[14]]);var _0x3ff1xc=mxUtils[_0x7633[5]](this[_0x7633[4]],_0x7633[15],this[_0x7633[15]]);var _0x3ff1xd=mxUtils[_0x7633[5]](this[_0x7633[4]],_0x7633[16],this[_0x7633[16]]);var _0x3ff1xe=Math[_0x7633[6]](_0x3ff1x5,_0x3ff1xb);var _0x3ff1xf=Math[_0x7633[6]](_0x3ff1x6,_0x3ff1xc);if(_0x3ff1x7){if(_0x3ff1xd==_0x7633[18]){_0x3ff1x2[_0x7633[7]](0,_0x3ff1xf);_0x3ff1x2[_0x7633[8]](_0x3ff1xe,_0x3ff1xf)}else {_0x3ff1x2[_0x7633[7]](_0x3ff1x5-_0x3ff1xe,_0x3ff1xf);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,_0x3ff1xf)};_0x3ff1x2[_0x7633[9]]()}else {if(_0x3ff1xd==_0x7633[18]){_0x3ff1x2[_0x7633[7]](0,0);_0x3ff1x2[_0x7633[8]](_0x3ff1xe,0);_0x3ff1x2[_0x7633[8]](_0x3ff1xe,_0x3ff1xf);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,_0x3ff1xf)}else {_0x3ff1x2[_0x7633[7]](0,_0x3ff1xf);_0x3ff1x2[_0x7633[8]](_0x3ff1x5-_0x3ff1xe,_0x3ff1xf);_0x3ff1x2[_0x7633[8]](_0x3ff1x5-_0x3ff1xe,0);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,0)};_0x3ff1x2[_0x7633[8]](_0x3ff1x5,_0x3ff1x6);_0x3ff1x2[_0x7633[8]](0,_0x3ff1x6);_0x3ff1x2[_0x7633[8]](0,_0x3ff1xf);_0x3ff1x2[_0x7633[10]]();_0x3ff1x2[_0x7633[9]]()}};mxCellRenderer[_0x7633[0]][_0x7633[12]][_0x7633[19]]=_0x3ff1xa;function _0x3ff1x10(){}_0x3ff1x10[_0x7633[0]]= new mxCylinder();_0x3ff1x10[_0x7633[0]][_0x7633[1]]=_0x3ff1x10;_0x3ff1x10[_0x7633[0]][_0x7633[2]]=30;_0x3ff1x10[_0x7633[0]][_0x7633[3]]=function(_0x3ff1x2,_0x3ff1x3,_0x3ff1x4,_0x3ff1x5,_0x3ff1x6,_0x3ff1x7){var _0x3ff1x8=Math[_0x7633[6]](_0x3ff1x5,Math[_0x7633[6]](_0x3ff1x6,mxUtils[_0x7633[5]](this[_0x7633[4]],_0x7633[2],this[_0x7633[2]])));if(!_0x3ff1x7){_0x3ff1x2[_0x7633[7]](_0x3ff1x8,0);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,0);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,_0x3ff1x6);_0x3ff1x2[_0x7633[8]](0,_0x3ff1x6);_0x3ff1x2[_0x7633[8]](0,_0x3ff1x8);_0x3ff1x2[_0x7633[8]](_0x3ff1x8,0);_0x3ff1x2[_0x7633[10]]();_0x3ff1x2[_0x7633[9]]()}};mxCellRenderer[_0x7633[0]][_0x7633[12]][_0x7633[20]]=_0x3ff1x10;function _0x3ff1x11(){}_0x3ff1x11[_0x7633[0]]= new mxCylinder();_0x3ff1x11[_0x7633[0]][_0x7633[1]]=_0x3ff1x11;_0x3ff1x11[_0x7633[0]][_0x7633[2]]=0.4;_0x3ff1x11[_0x7633[0]][_0x7633[3]]=function(_0x3ff1x2,_0x3ff1x3,_0x3ff1x4,_0x3ff1x5,_0x3ff1x6,_0x3ff1x7){var _0x3ff1x8=mxUtils[_0x7633[5]](this[_0x7633[4]],_0x7633[2],this[_0x7633[2]]);var _0x3ff1xf=_0x3ff1x6*_0x3ff1x8;var _0x3ff1x12=1.4;if(!_0x3ff1x7){_0x3ff1x2[_0x7633[7]](0,_0x3ff1xf/2);_0x3ff1x2[_0x7633[21]](_0x3ff1x5/4,_0x3ff1xf*_0x3ff1x12,_0x3ff1x5/2,_0x3ff1xf/2);_0x3ff1x2[_0x7633[21]](_0x3ff1x5*3/4,_0x3ff1xf*(1-_0x3ff1x12),_0x3ff1x5,_0x3ff1xf/2);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,_0x3ff1x6-_0x3ff1xf/2);_0x3ff1x2[_0x7633[21]](_0x3ff1x5*3/4,_0x3ff1x6-_0x3ff1xf*_0x3ff1x12,_0x3ff1x5/2,_0x3ff1x6-_0x3ff1xf/2);_0x3ff1x2[_0x7633[21]](_0x3ff1x5/4,_0x3ff1x6-_0x3ff1xf*(1-_0x3ff1x12),0,_0x3ff1x6-_0x3ff1xf/2);_0x3ff1x2[_0x7633[8]](0,_0x3ff1xf/2);_0x3ff1x2[_0x7633[10]]();_0x3ff1x2[_0x7633[9]]()}};mxCellRenderer[_0x7633[0]][_0x7633[12]][_0x7633[22]]=_0x3ff1x11;function _0x3ff1x13(){}_0x3ff1x13[_0x7633[0]]= new mxCylinder();_0x3ff1x13[_0x7633[0]][_0x7633[1]]=_0x3ff1x13;_0x3ff1x13[_0x7633[0]][_0x7633[2]]=0.2;_0x3ff1x13[_0x7633[0]][_0x7633[3]]=function(_0x3ff1x2,_0x3ff1x3,_0x3ff1x4,_0x3ff1x5,_0x3ff1x6,_0x3ff1x7){var _0x3ff1x8=_0x3ff1x5*mxUtils[_0x7633[5]](this[_0x7633[4]],_0x7633[2],this[_0x7633[2]]);if(!_0x3ff1x7){_0x3ff1x2[_0x7633[7]](0,0);_0x3ff1x2[_0x7633[8]](_0x3ff1x5-_0x3ff1x8,0);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,_0x3ff1x6/2);_0x3ff1x2[_0x7633[8]](_0x3ff1x5-_0x3ff1x8,_0x3ff1x6);_0x3ff1x2[_0x7633[8]](0,_0x3ff1x6);_0x3ff1x2[_0x7633[8]](_0x3ff1x8,_0x3ff1x6/2);_0x3ff1x2[_0x7633[10]]();_0x3ff1x2[_0x7633[9]]()}};mxCellRenderer[_0x7633[0]][_0x7633[12]][_0x7633[23]]=_0x3ff1x13;function _0x3ff1x14(){mxRectangleShape[_0x7633[24]](this)}mxUtils[_0x7633[25]](_0x3ff1x14,mxRectangleShape);_0x3ff1x14[_0x7633[0]][_0x7633[26]]=function(){return false};_0x3ff1x14[_0x7633[0]][_0x7633[27]]=function(_0x3ff1x15,_0x3ff1x3,_0x3ff1x4,_0x3ff1x5,_0x3ff1x6){var _0x3ff1x16=Math[_0x7633[6]](_0x3ff1x5/5,_0x3ff1x6/5)+1;_0x3ff1x15[_0x7633[28]]();_0x3ff1x15[_0x7633[7]](_0x3ff1x3+_0x3ff1x5/2,_0x3ff1x4+_0x3ff1x16);_0x3ff1x15[_0x7633[8]](_0x3ff1x3+_0x3ff1x5/2,_0x3ff1x4+_0x3ff1x6-_0x3ff1x16);_0x3ff1x15[_0x7633[7]](_0x3ff1x3+_0x3ff1x16,_0x3ff1x4+_0x3ff1x6/2);_0x3ff1x15[_0x7633[8]](_0x3ff1x3+_0x3ff1x5-_0x3ff1x16,_0x3ff1x4+_0x3ff1x6/2);_0x3ff1x15[_0x7633[9]]();_0x3ff1x15[_0x7633[29]]();mxRectangleShape[_0x7633[0]][_0x7633[27]][_0x7633[30]](this,arguments)};mxCellRenderer[_0x7633[0]][_0x7633[12]][_0x7633[31]]=_0x3ff1x14;function _0x3ff1x17(){mxRectangleShape[_0x7633[24]](this)}mxUtils[_0x7633[25]](_0x3ff1x17,mxRectangleShape);_0x3ff1x17[_0x7633[0]][_0x7633[26]]=function(){return false};_0x3ff1x17[_0x7633[0]][_0x7633[27]]=function(_0x3ff1x15,_0x3ff1x3,_0x3ff1x4,_0x3ff1x5,_0x3ff1x6){if(this[_0x7633[4]]!=null){if(this[_0x7633[4]][_0x7633[32]]==1){var _0x3ff1x18=Math[_0x7633[34]](2,this[_0x7633[33]]+1);mxRectangleShape[_0x7633[0]][_0x7633[35]][_0x7633[24]](this,_0x3ff1x15,_0x3ff1x3+_0x3ff1x18,_0x3ff1x4+_0x3ff1x18,_0x3ff1x5-2*_0x3ff1x18,_0x3ff1x6-2*_0x3ff1x18);mxRectangleShape[_0x7633[0]][_0x7633[27]][_0x7633[30]](this,arguments);_0x3ff1x3+=_0x3ff1x18;_0x3ff1x4+=_0x3ff1x18;_0x3ff1x5-=2*_0x3ff1x18;_0x3ff1x6-=2*_0x3ff1x18};_0x3ff1x15[_0x7633[36]](false);var _0x3ff1x19=0;var _0x3ff1x1a=null;do{_0x3ff1x1a=mxCellRenderer[_0x7633[0]][_0x7633[12]][this[_0x7633[4]][_0x7633[37]+_0x3ff1x19]];if(_0x3ff1x1a!=null){var _0x3ff1x1b=this[_0x7633[4]][_0x7633[37]+_0x3ff1x19+_0x7633[38]];var _0x3ff1x1c=this[_0x7633[4]][_0x7633[37]+_0x3ff1x19+_0x7633[39]];var _0x3ff1x1d=this[_0x7633[4]][_0x7633[37]+_0x3ff1x19+_0x7633[40]];var _0x3ff1x1e=this[_0x7633[4]][_0x7633[37]+_0x3ff1x19+_0x7633[41]];var _0x3ff1x1f=this[_0x7633[4]][_0x7633[37]+_0x3ff1x19+_0x7633[42]]||0;var _0x3ff1x20=this[_0x7633[4]][_0x7633[37]+_0x3ff1x19+_0x7633[43]];if(_0x3ff1x20!=null){_0x3ff1x1f+=this[_0x7633[44]](_0x3ff1x5+this[_0x7633[33]],_0x3ff1x6+this[_0x7633[33]])*_0x3ff1x20};var _0x3ff1x21=_0x3ff1x3;var _0x3ff1x22=_0x3ff1x4;if(_0x3ff1x1b==mxConstants[_0x7633[45]]){_0x3ff1x21+=(_0x3ff1x5-_0x3ff1x1d)/2}else {if(_0x3ff1x1b==mxConstants[_0x7633[46]]){_0x3ff1x21+=_0x3ff1x5-_0x3ff1x1d-_0x3ff1x1f}else {_0x3ff1x21+=_0x3ff1x1f}};if(_0x3ff1x1c==mxConstants[_0x7633[47]]){_0x3ff1x22+=(_0x3ff1x6-_0x3ff1x1e)/2}else {if(_0x3ff1x1c==mxConstants[_0x7633[48]]){_0x3ff1x22+=_0x3ff1x6-_0x3ff1x1e-_0x3ff1x1f}else {_0x3ff1x22+=_0x3ff1x1f}};_0x3ff1x15[_0x7633[49]]();var _0x3ff1x23= new _0x3ff1x1a();_0x3ff1x23[_0x7633[4]]=this[_0x7633[4]];_0x3ff1x1a[_0x7633[0]][_0x7633[50]][_0x7633[24]](_0x3ff1x23,_0x3ff1x15,_0x3ff1x21,_0x3ff1x22,_0x3ff1x1d,_0x3ff1x1e);_0x3ff1x15[_0x7633[51]]()};_0x3ff1x19++}while(_0x3ff1x1a!=null);}};mxCellRenderer[_0x7633[0]][_0x7633[12]][_0x7633[52]]=_0x3ff1x17;function _0x3ff1x24(){}_0x3ff1x24[_0x7633[0]]= new mxCylinder();_0x3ff1x24[_0x7633[0]][_0x7633[1]]=_0x3ff1x24;_0x3ff1x24[_0x7633[0]][_0x7633[3]]=function(_0x3ff1x2,_0x3ff1x3,_0x3ff1x4,_0x3ff1x5,_0x3ff1x6,_0x3ff1x7){if(_0x3ff1x7){_0x3ff1x2[_0x7633[7]](0,0);_0x3ff1x2[_0x7633[8]](_0x3ff1x5/2,_0x3ff1x6/2);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,0);_0x3ff1x2[_0x7633[9]]()}else {_0x3ff1x2[_0x7633[7]](0,0);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,0);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,_0x3ff1x6);_0x3ff1x2[_0x7633[8]](0,_0x3ff1x6);_0x3ff1x2[_0x7633[10]]()}};mxCellRenderer[_0x7633[0]][_0x7633[12]][_0x7633[53]]=_0x3ff1x24;function _0x3ff1x25(){}_0x3ff1x25[_0x7633[0]]= new mxCylinder();_0x3ff1x25[_0x7633[0]][_0x7633[1]]=_0x3ff1x25;_0x3ff1x25[_0x7633[0]][_0x7633[54]]=true;_0x3ff1x25[_0x7633[0]][_0x7633[3]]=function(_0x3ff1x2,_0x3ff1x3,_0x3ff1x4,_0x3ff1x5,_0x3ff1x6,_0x3ff1x7){var _0x3ff1x1d=_0x3ff1x5/3;var _0x3ff1x1e=_0x3ff1x6/4;if(!_0x3ff1x7){_0x3ff1x2[_0x7633[7]](_0x3ff1x5/2,_0x3ff1x1e);_0x3ff1x2[_0x7633[55]](_0x3ff1x5/2-_0x3ff1x1d,_0x3ff1x1e,_0x3ff1x5/2-_0x3ff1x1d,0,_0x3ff1x5/2,0);_0x3ff1x2[_0x7633[55]](_0x3ff1x5/2+_0x3ff1x1d,0,_0x3ff1x5/2+_0x3ff1x1d,_0x3ff1x1e,_0x3ff1x5/2,_0x3ff1x1e);_0x3ff1x2[_0x7633[10]]();_0x3ff1x2[_0x7633[7]](_0x3ff1x5/2,_0x3ff1x1e);_0x3ff1x2[_0x7633[8]](_0x3ff1x5/2,2*_0x3ff1x6/3);_0x3ff1x2[_0x7633[7]](_0x3ff1x5/2,_0x3ff1x6/3);_0x3ff1x2[_0x7633[8]](0,_0x3ff1x6/3);_0x3ff1x2[_0x7633[7]](_0x3ff1x5/2,_0x3ff1x6/3);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,_0x3ff1x6/3);_0x3ff1x2[_0x7633[7]](_0x3ff1x5/2,2*_0x3ff1x6/3);_0x3ff1x2[_0x7633[8]](0,_0x3ff1x6);_0x3ff1x2[_0x7633[7]](_0x3ff1x5/2,2*_0x3ff1x6/3);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,_0x3ff1x6);_0x3ff1x2[_0x7633[9]]()}};mxCellRenderer[_0x7633[0]][_0x7633[12]][_0x7633[56]]=_0x3ff1x25;function _0x3ff1x26(){}_0x3ff1x26[_0x7633[0]]= new mxCylinder();_0x3ff1x26[_0x7633[0]][_0x7633[1]]=_0x3ff1x26;_0x3ff1x26[_0x7633[0]][_0x7633[2]]=10;_0x3ff1x26[_0x7633[0]][_0x7633[54]]=true;_0x3ff1x26[_0x7633[0]][_0x7633[3]]=function(_0x3ff1x2,_0x3ff1x3,_0x3ff1x4,_0x3ff1x5,_0x3ff1x6,_0x3ff1x7){var _0x3ff1x27=mxUtils[_0x7633[5]](this[_0x7633[4]],_0x7633[2],this[_0x7633[2]]);var _0x3ff1x1d=_0x3ff1x27*2/3;var _0x3ff1x1e=_0x3ff1x27;if(!_0x3ff1x7){_0x3ff1x2[_0x7633[7]](_0x3ff1x5/2,_0x3ff1x1e);_0x3ff1x2[_0x7633[55]](_0x3ff1x5/2-_0x3ff1x1d,_0x3ff1x1e,_0x3ff1x5/2-_0x3ff1x1d,0,_0x3ff1x5/2,0);_0x3ff1x2[_0x7633[55]](_0x3ff1x5/2+_0x3ff1x1d,0,_0x3ff1x5/2+_0x3ff1x1d,_0x3ff1x1e,_0x3ff1x5/2,_0x3ff1x1e);_0x3ff1x2[_0x7633[10]]();_0x3ff1x2[_0x7633[7]](_0x3ff1x5/2,_0x3ff1x1e);_0x3ff1x2[_0x7633[8]](_0x3ff1x5/2,_0x3ff1x6);_0x3ff1x2[_0x7633[9]]()}};mxCellRenderer[_0x7633[0]][_0x7633[12]][_0x7633[57]]=_0x3ff1x26;function _0x3ff1x28(){}_0x3ff1x28[_0x7633[0]]= new mxCylinder();_0x3ff1x28[_0x7633[0]][_0x7633[1]]=_0x3ff1x28;_0x3ff1x28[_0x7633[0]][_0x7633[58]]=32;_0x3ff1x28[_0x7633[0]][_0x7633[59]]=12;_0x3ff1x28[_0x7633[0]][_0x7633[3]]=function(_0x3ff1x2,_0x3ff1x3,_0x3ff1x4,_0x3ff1x5,_0x3ff1x6,_0x3ff1x7){var _0x3ff1xe=mxUtils[_0x7633[5]](this[_0x7633[4]],_0x7633[58],this[_0x7633[58]]);var _0x3ff1xf=mxUtils[_0x7633[5]](this[_0x7633[4]],_0x7633[59],this[_0x7633[59]]);var _0x3ff1x29=_0x3ff1xe/2;var _0x3ff1x2a=_0x3ff1x29+_0x3ff1xe/2;var _0x3ff1x2b=0.3*_0x3ff1x6-_0x3ff1xf/2;var _0x3ff1x2c=0.7*_0x3ff1x6-_0x3ff1xf/2;if(_0x3ff1x7){_0x3ff1x2[_0x7633[7]](_0x3ff1x29,_0x3ff1x2b);_0x3ff1x2[_0x7633[8]](_0x3ff1x2a,_0x3ff1x2b);_0x3ff1x2[_0x7633[8]](_0x3ff1x2a,_0x3ff1x2b+_0x3ff1xf);_0x3ff1x2[_0x7633[8]](_0x3ff1x29,_0x3ff1x2b+_0x3ff1xf);_0x3ff1x2[_0x7633[7]](_0x3ff1x29,_0x3ff1x2c);_0x3ff1x2[_0x7633[8]](_0x3ff1x2a,_0x3ff1x2c);_0x3ff1x2[_0x7633[8]](_0x3ff1x2a,_0x3ff1x2c+_0x3ff1xf);_0x3ff1x2[_0x7633[8]](_0x3ff1x29,_0x3ff1x2c+_0x3ff1xf);_0x3ff1x2[_0x7633[9]]()}else {_0x3ff1x2[_0x7633[7]](_0x3ff1x29,0);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,0);_0x3ff1x2[_0x7633[8]](_0x3ff1x5,_0x3ff1x6);_0x3ff1x2[_0x7633[8]](_0x3ff1x29,_0x3ff1x6);_0x3ff1x2[_0x7633[8]](_0x3ff1x29,_0x3ff1x2c+_0x3ff1xf);_0x3ff1x2[_0x7633[8]](0,_0x3ff1x2c+_0x3ff1xf);_0x3ff1x2[_0x7633[8]](0,_0x3ff1x2c);_0x3ff1x2[_0x7633[8]](_0x3ff1x29,_0x3ff1x2c);_0x3ff1x2[_0x7633[8]](_0x3ff1x29,_0x3ff1x2b+_0x3ff1xf);_0x3ff1x2[_0x7633[8]](0,_0x3ff1x2b+_0x3ff1xf);_0x3ff1x2[_0x7633[8]](0,_0x3ff1x2b);_0x3ff1x2[_0x7633[8]](_0x3ff1x29,_0x3ff1x2b);_0x3ff1x2[_0x7633[10]]();_0x3ff1x2[_0x7633[9]]()}};mxCellRenderer[_0x7633[0]][_0x7633[12]][_0x7633[60]]=_0x3ff1x28;function _0x3ff1x2d(){}_0x3ff1x2d[_0x7633[0]]= new mxDoubleEllipse();_0x3ff1x2d[_0x7633[0]][_0x7633[1]]=_0x3ff1x2d;_0x3ff1x2d[_0x7633[0]][_0x7633[61]]=true;_0x3ff1x2d[_0x7633[0]][_0x7633[50]]=function(_0x3ff1x15,_0x3ff1x3,_0x3ff1x4,_0x3ff1x5,_0x3ff1x6){var _0x3ff1x18=Math[_0x7633[6]](4,Math[_0x7633[6]](_0x3ff1x5/5,_0x3ff1x6/5));if(_0x3ff1x5>0&&_0x3ff1x6>0){_0x3ff1x15[_0x7633[62]](_0x3ff1x3+_0x3ff1x18,_0x3ff1x4+_0x3ff1x18,_0x3ff1x5-2*_0x3ff1x18,_0x3ff1x6-2*_0x3ff1x18);_0x3ff1x15[_0x7633[63]]()};_0x3ff1x15[_0x7633[64]](false);if(this[_0x7633[61]]){_0x3ff1x15[_0x7633[62]](_0x3ff1x3,_0x3ff1x4,_0x3ff1x5,_0x3ff1x6);_0x3ff1x15[_0x7633[29]]()}};mxCellRenderer[_0x7633[0]][_0x7633[12]][_0x7633[65]]=_0x3ff1x2d;function _0x3ff1x2e(){}_0x3ff1x2e[_0x7633[0]]= new _0x3ff1x2d();_0x3ff1x2e[_0x7633[0]][_0x7633[1]]=_0x3ff1x2e;_0x3ff1x2e[_0x7633[0]][_0x7633[61]]=false;mxCellRenderer[_0x7633[0]][_0x7633[12]][_0x7633[66]]=_0x3ff1x2e;var _0x3ff1x2f=mxImageExport[_0x7633[0]][_0x7633[67]];mxImageExport[_0x7633[0]][_0x7633[67]]=function(){_0x3ff1x2f[_0x7633[30]](this,arguments);function _0x3ff1x30(_0x3ff1x31){return {drawShape:function(_0x3ff1x32,_0x3ff1x33,_0x3ff1x34,_0x3ff1x35){var _0x3ff1x3=_0x3ff1x34[_0x7633[68]];var _0x3ff1x4=_0x3ff1x34[_0x7633[69]];var _0x3ff1x5=_0x3ff1x34[_0x7633[70]];var _0x3ff1x6=_0x3ff1x34[_0x7633[71]];if(_0x3ff1x35){var _0x3ff1x18=Math[_0x7633[6]](4,Math[_0x7633[6]](_0x3ff1x5/5,_0x3ff1x6/5));_0x3ff1x3+=_0x3ff1x18;_0x3ff1x4+=_0x3ff1x18;_0x3ff1x5-=2*_0x3ff1x18;_0x3ff1x6-=2*_0x3ff1x18;if(_0x3ff1x5>0&&_0x3ff1x6>0){_0x3ff1x32[_0x7633[62]](_0x3ff1x3,_0x3ff1x4,_0x3ff1x5,_0x3ff1x6)};return true}else {_0x3ff1x32[_0x7633[63]]();if(_0x3ff1x31){_0x3ff1x32[_0x7633[62]](_0x3ff1x3,_0x3ff1x4,_0x3ff1x5,_0x3ff1x6);_0x3ff1x32[_0x7633[29]]()}}}}}this[_0x7633[72]][_0x7633[65]]=_0x3ff1x30(true);this[_0x7633[72]][_0x7633[66]]=_0x3ff1x30(false)};function _0x3ff1x36(){mxArrow[_0x7633[24]](this)}mxUtils[_0x7633[25]](_0x3ff1x36,mxArrow);_0x3ff1x36[_0x7633[0]][_0x7633[73]]=function(_0x3ff1x15,_0x3ff1x37){var _0x3ff1x1d=10;var _0x3ff1x38=_0x3ff1x37[0];var _0x3ff1x39=_0x3ff1x37[_0x3ff1x37[_0x7633[74]]-1];var _0x3ff1xe=_0x3ff1x39[_0x7633[68]]-_0x3ff1x38[_0x7633[68]];var _0x3ff1xf=_0x3ff1x39[_0x7633[69]]-_0x3ff1x38[_0x7633[69]];var _0x3ff1x3a=Math[_0x7633[75]](_0x3ff1xe*_0x3ff1xe+_0x3ff1xf*_0x3ff1xf);var _0x3ff1x3b=_0x3ff1x3a;var _0x3ff1x3c=_0x3ff1xe/_0x3ff1x3a;var _0x3ff1x3d=_0x3ff1xf/_0x3ff1x3a;var _0x3ff1x3e=_0x3ff1x3b*_0x3ff1x3c;var _0x3ff1x3f=_0x3ff1x3b*_0x3ff1x3d;var _0x3ff1x40=_0x3ff1x1d*_0x3ff1x3d/3;var _0x3ff1x41=-_0x3ff1x1d*_0x3ff1x3c/3;var _0x3ff1x42=_0x3ff1x38[_0x7633[68]]-_0x3ff1x40/2;var _0x3ff1x43=_0x3ff1x38[_0x7633[69]]-_0x3ff1x41/2;var _0x3ff1x44=_0x3ff1x42+_0x3ff1x40;var _0x3ff1x45=_0x3ff1x43+_0x3ff1x41;var _0x3ff1x46=_0x3ff1x44+_0x3ff1x3e;var _0x3ff1x47=_0x3ff1x45+_0x3ff1x3f;var _0x3ff1x48=_0x3ff1x46+_0x3ff1x40;var _0x3ff1x49=_0x3ff1x47+_0x3ff1x41;var _0x3ff1x4a=_0x3ff1x48-3*_0x3ff1x40;var _0x3ff1x4b=_0x3ff1x49-3*_0x3ff1x41;_0x3ff1x15[_0x7633[28]]();_0x3ff1x15[_0x7633[7]](_0x3ff1x44,_0x3ff1x45);_0x3ff1x15[_0x7633[8]](_0x3ff1x46,_0x3ff1x47);_0x3ff1x15[_0x7633[7]](_0x3ff1x4a+_0x3ff1x40,_0x3ff1x4b+_0x3ff1x41);_0x3ff1x15[_0x7633[8]](_0x3ff1x42,_0x3ff1x43);_0x3ff1x15[_0x7633[29]]()};mxCellRenderer[_0x7633[0]][_0x7633[12]][_0x7633[76]]=_0x3ff1x36;mxMarker[_0x7633[78]](_0x7633[77],function(_0x3ff1x32,_0x3ff1x1a,_0x3ff1x4c,_0x3ff1x39,_0x3ff1x4d,_0x3ff1x4e,_0x3ff1x4f,_0x3ff1x50,_0x3ff1x51,_0x3ff1x52){var _0x3ff1x3c=_0x3ff1x4d*(_0x3ff1x4f+_0x3ff1x51+1);var _0x3ff1x3d=_0x3ff1x4e*(_0x3ff1x4f+_0x3ff1x51+1);return function(){_0x3ff1x32[_0x7633[28]]();_0x3ff1x32[_0x7633[7]](_0x3ff1x39[_0x7633[68]]-_0x3ff1x3c/2-_0x3ff1x3d/2,_0x3ff1x39[_0x7633[69]]-_0x3ff1x3d/2+_0x3ff1x3c/2);_0x3ff1x32[_0x7633[8]](_0x3ff1x39[_0x7633[68]]+_0x3ff1x3d/2-3*_0x3ff1x3c/2,_0x3ff1x39[_0x7633[69]]-3*_0x3ff1x3d/2-_0x3ff1x3c/2);_0x3ff1x32[_0x7633[29]]()}});var _0x3ff1x53=-99;if( typeof (mxVertexHandler)!=_0x7633[79]){function _0x3ff1x54(_0x3ff1x33){mxVertexHandler[_0x7633[24]](this,_0x3ff1x33)}mxUtils[_0x7633[25]](_0x3ff1x54,mxVertexHandler);_0x3ff1x54[_0x7633[0]][_0x7633[80]]=false;_0x3ff1x54[_0x7633[0]][_0x7633[81]]=function(){this[_0x7633[82]]=mxUtils[_0x7633[5]](this[_0x7633[83]][_0x7633[4]],mxConstants.STYLE_HORIZONTAL,true);var _0x3ff1x55=this[_0x7633[83]][_0x7633[85]][_0x7633[84]];if(this[_0x7633[86]]!=null){var _0x3ff1x34= new mxRectangle(0,0,this[_0x7633[86]][_0x7633[70]],this[_0x7633[86]][_0x7633[71]]);this[_0x7633[87]]= new mxImageShape(_0x3ff1x34,this[_0x7633[86]][_0x7633[88]])}else {var _0x3ff1x4f=10;var _0x3ff1x34= new mxRectangle(0,0,_0x3ff1x4f,_0x3ff1x4f);this[_0x7633[87]]= new mxRhombus(_0x3ff1x34,mxConstants.HANDLE_FILLCOLOR,mxConstants.HANDLE_STROKECOLOR)};this[_0x7633[87]][_0x7633[89]]=(_0x3ff1x55[_0x7633[89]]!=mxConstants[_0x7633[90]])?mxConstants[_0x7633[91]]:mxConstants[_0x7633[90]];this[_0x7633[87]][_0x7633[81]](_0x3ff1x55[_0x7633[93]]()[_0x7633[92]]());this[_0x7633[87]][_0x7633[95]][_0x7633[4]][_0x7633[94]]=this[_0x7633[96]]();mxEvent[_0x7633[97]](this[_0x7633[87]][_0x7633[95]],_0x3ff1x55,this[_0x7633[83]]);mxVertexHandler[_0x7633[0]][_0x7633[81]][_0x7633[30]](this,arguments)};_0x3ff1x54[_0x7633[0]][_0x7633[96]]=function(){return _0x7633[98]};_0x3ff1x54[_0x7633[0]][_0x7633[99]]=function(){mxVertexHandler[_0x7633[0]][_0x7633[99]][_0x7633[30]](this,arguments);var _0x3ff1x4f=this[_0x7633[87]][_0x7633[100]][_0x7633[70]];this[_0x7633[87]][_0x7633[100]]=this[_0x7633[101]](_0x3ff1x4f);this[_0x7633[87]][_0x7633[99]]()};_0x3ff1x54[_0x7633[0]][_0x7633[102]]=function(){mxVertexHandler[_0x7633[0]][_0x7633[102]][_0x7633[30]](this,arguments);if(this[_0x7633[87]]!=null){this[_0x7633[87]][_0x7633[102]]();this[_0x7633[87]]=null}};_0x3ff1x54[_0x7633[0]][_0x7633[103]]=function(_0x3ff1x56){if(_0x3ff1x56[_0x7633[104]](this[_0x7633[87]])){return _0x3ff1x53};return mxVertexHandler[_0x7633[0]][_0x7633[103]][_0x7633[30]](this,arguments)};_0x3ff1x54[_0x7633[0]][_0x7633[105]]=function(_0x3ff1x57,_0x3ff1x56){if(!_0x3ff1x56[_0x7633[106]]()&&this[_0x7633[107]]==_0x3ff1x53){var _0x3ff1x58= new mxPoint(_0x3ff1x56[_0x7633[108]](),_0x3ff1x56[_0x7633[109]]());this[_0x7633[110]](_0x3ff1x58);var _0x3ff1x59=this[_0x7633[84]][_0x7633[112]](_0x3ff1x56[_0x7633[111]]());var _0x3ff1x5a=this[_0x7633[84]][_0x7633[93]]()[_0x7633[113]];if(_0x3ff1x59&&this[_0x7633[80]]){_0x3ff1x58[_0x7633[68]]=this[_0x7633[84]][_0x7633[114]](_0x3ff1x58[_0x7633[68]]/_0x3ff1x5a)*_0x3ff1x5a;_0x3ff1x58[_0x7633[69]]=this[_0x7633[84]][_0x7633[114]](_0x3ff1x58[_0x7633[69]]/_0x3ff1x5a)*_0x3ff1x5a};this[_0x7633[115]](_0x3ff1x58);this[_0x7633[116]](this[_0x7633[87]],_0x3ff1x58[_0x7633[68]],_0x3ff1x58[_0x7633[69]]);this[_0x7633[83]][_0x7633[85]][_0x7633[84]][_0x7633[117]][_0x7633[99]](this[_0x7633[83]],true);_0x3ff1x56[_0x7633[118]]()}else {mxVertexHandler[_0x7633[0]][_0x7633[105]][_0x7633[30]](this,arguments)}};_0x3ff1x54[_0x7633[0]][_0x7633[119]]=function(_0x3ff1x57,_0x3ff1x56){if(!_0x3ff1x56[_0x7633[106]]()&&this[_0x7633[107]]==_0x3ff1x53){this[_0x7633[120]]();this[_0x7633[121]]();_0x3ff1x56[_0x7633[118]]()}else {mxVertexHandler[_0x7633[0]][_0x7633[119]][_0x7633[30]](this,arguments)}};_0x3ff1x54[_0x7633[0]][_0x7633[101]]=function(_0x3ff1x4f){var _0x3ff1x5b=this[_0x7633[83]][_0x7633[123]][_0x7633[122]]();var _0x3ff1x5c=mxUtils[_0x7633[124]](_0x3ff1x5b);var _0x3ff1x5d=Math[_0x7633[125]](_0x3ff1x5c);var _0x3ff1x5e=Math[_0x7633[126]](_0x3ff1x5c);var _0x3ff1x34= new mxRectangle(this[_0x7633[83]][_0x7633[68]],this[_0x7633[83]][_0x7633[69]],this[_0x7633[83]][_0x7633[70]],this[_0x7633[83]][_0x7633[71]]);if(this[_0x7633[83]][_0x7633[123]][_0x7633[127]]()){var _0x3ff1x5f=(_0x3ff1x34[_0x7633[70]]-_0x3ff1x34[_0x7633[71]])/2;_0x3ff1x34[_0x7633[68]]+=_0x3ff1x5f;_0x3ff1x34[_0x7633[69]]-=_0x3ff1x5f;var _0x3ff1x23=_0x3ff1x34[_0x7633[70]];_0x3ff1x34[_0x7633[70]]=_0x3ff1x34[_0x7633[71]];_0x3ff1x34[_0x7633[71]]=_0x3ff1x23};var _0x3ff1x60=this[_0x7633[128]](_0x3ff1x34);if(this[_0x7633[83]][_0x7633[123]][_0x7633[129]]){_0x3ff1x60[_0x7633[68]]=2*_0x3ff1x34[_0x7633[68]]+_0x3ff1x34[_0x7633[70]]-_0x3ff1x60[_0x7633[68]]};if(this[_0x7633[83]][_0x7633[123]][_0x7633[130]]){_0x3ff1x60[_0x7633[69]]=2*_0x3ff1x34[_0x7633[69]]+_0x3ff1x34[_0x7633[71]]-_0x3ff1x60[_0x7633[69]]};_0x3ff1x60=mxUtils[_0x7633[133]](_0x3ff1x60,_0x3ff1x5d,_0x3ff1x5e, new mxPoint(this[_0x7633[83]][_0x7633[131]](),this[_0x7633[83]][_0x7633[132]]()));return new mxRectangle(_0x3ff1x60[_0x7633[68]]-_0x3ff1x4f/2,_0x3ff1x60[_0x7633[69]]-_0x3ff1x4f/2,_0x3ff1x4f,_0x3ff1x4f)};_0x3ff1x54[_0x7633[0]][_0x7633[128]]=function(_0x3ff1x34){return null};_0x3ff1x54[_0x7633[0]][_0x7633[115]]=function(_0x3ff1x58){};_0x3ff1x54[_0x7633[0]][_0x7633[110]]=function(_0x3ff1x58){_0x3ff1x58[_0x7633[68]]=Math[_0x7633[34]](this[_0x7633[83]][_0x7633[68]],Math[_0x7633[6]](this[_0x7633[83]][_0x7633[68]]+this[_0x7633[83]][_0x7633[70]],_0x3ff1x58[_0x7633[68]]));_0x3ff1x58[_0x7633[69]]=Math[_0x7633[34]](this[_0x7633[83]][_0x7633[69]],Math[_0x7633[6]](this[_0x7633[83]][_0x7633[69]]+this[_0x7633[83]][_0x7633[71]],_0x3ff1x58[_0x7633[69]]))};_0x3ff1x54[_0x7633[0]][_0x7633[120]]=function(){};function _0x3ff1x61(_0x3ff1x33){_0x3ff1x54[_0x7633[24]](this,_0x3ff1x33)}mxUtils[_0x7633[25]](_0x3ff1x61,_0x3ff1x54);_0x3ff1x61[_0x7633[0]][_0x7633[128]]=function(_0x3ff1x34){var _0x3ff1x5a=this[_0x7633[84]][_0x7633[93]]()[_0x7633[113]];var _0x3ff1xb=Math[_0x7633[6]](_0x3ff1x34[_0x7633[70]],mxUtils[_0x7633[5]](this[_0x7633[83]][_0x7633[4]],_0x7633[14],60)*_0x3ff1x5a);var _0x3ff1xc=Math[_0x7633[6]](_0x3ff1x34[_0x7633[71]],mxUtils[_0x7633[5]](this[_0x7633[83]][_0x7633[4]],_0x7633[15],20)*_0x3ff1x5a);var _0x3ff1xd=mxUtils[_0x7633[5]](this[_0x7633[83]][_0x7633[4]],_0x7633[16],_0x7633[17]);var _0x3ff1x3=(_0x3ff1xd==_0x7633[18])?_0x3ff1x34[_0x7633[68]]+_0x3ff1xb:_0x3ff1x34[_0x7633[68]]+_0x3ff1x34[_0x7633[70]]-_0x3ff1xb;return new mxPoint(_0x3ff1x3,_0x3ff1x34[_0x7633[69]]+_0x3ff1xc)};_0x3ff1x61[_0x7633[0]][_0x7633[115]]=function(_0x3ff1x58){var _0x3ff1x5b=this[_0x7633[83]][_0x7633[123]][_0x7633[122]]();var _0x3ff1x5c=mxUtils[_0x7633[124]](_0x3ff1x5b);var _0x3ff1x5d=Math[_0x7633[125]](-_0x3ff1x5c);var _0x3ff1x5e=Math[_0x7633[126]](-_0x3ff1x5c);var _0x3ff1x34= new mxRectangle(this[_0x7633[83]][_0x7633[68]],this[_0x7633[83]][_0x7633[69]],this[_0x7633[83]][_0x7633[70]],this[_0x7633[83]][_0x7633[71]]);if(this[_0x7633[83]][_0x7633[123]][_0x7633[127]]()){var _0x3ff1x5f=(_0x3ff1x34[_0x7633[70]]-_0x3ff1x34[_0x7633[71]])/2;_0x3ff1x34[_0x7633[68]]+=_0x3ff1x5f;_0x3ff1x34[_0x7633[69]]-=_0x3ff1x5f;var _0x3ff1x23=_0x3ff1x34[_0x7633[70]];_0x3ff1x34[_0x7633[70]]=_0x3ff1x34[_0x7633[71]];_0x3ff1x34[_0x7633[71]]=_0x3ff1x23};var _0x3ff1x60= new mxPoint(_0x3ff1x58[_0x7633[68]],_0x3ff1x58[_0x7633[69]]);_0x3ff1x60=mxUtils[_0x7633[133]](_0x3ff1x60,_0x3ff1x5d,_0x3ff1x5e, new mxPoint(this[_0x7633[83]][_0x7633[131]](),this[_0x7633[83]][_0x7633[132]]()));if(this[_0x7633[83]][_0x7633[123]][_0x7633[129]]){_0x3ff1x60[_0x7633[68]]=2*_0x3ff1x34[_0x7633[68]]+_0x3ff1x34[_0x7633[70]]-_0x3ff1x60[_0x7633[68]]};if(this[_0x7633[83]][_0x7633[123]][_0x7633[130]]){_0x3ff1x60[_0x7633[69]]=2*_0x3ff1x34[_0x7633[69]]+_0x3ff1x34[_0x7633[71]]-_0x3ff1x60[_0x7633[69]]};var _0x3ff1x62=this[_0x7633[134]](_0x3ff1x60,_0x3ff1x34);if(_0x3ff1x62!=null){if(this[_0x7633[83]][_0x7633[123]][_0x7633[129]]){_0x3ff1x62[_0x7633[68]]=2*_0x3ff1x34[_0x7633[68]]+_0x3ff1x34[_0x7633[70]]-_0x3ff1x62[_0x7633[68]]};if(this[_0x7633[83]][_0x7633[123]][_0x7633[130]]){_0x3ff1x62[_0x7633[69]]=2*_0x3ff1x34[_0x7633[69]]+_0x3ff1x34[_0x7633[71]]-_0x3ff1x62[_0x7633[69]]};_0x3ff1x5d=Math[_0x7633[125]](_0x3ff1x5c);_0x3ff1x5e=Math[_0x7633[126]](_0x3ff1x5c);_0x3ff1x62=mxUtils[_0x7633[133]](_0x3ff1x62,_0x3ff1x5d,_0x3ff1x5e, new mxPoint(this[_0x7633[83]][_0x7633[131]](),this[_0x7633[83]][_0x7633[132]]()));_0x3ff1x58[_0x7633[68]]=_0x3ff1x62[_0x7633[68]];_0x3ff1x58[_0x7633[69]]=_0x3ff1x62[_0x7633[69]]}};_0x3ff1x61[_0x7633[0]][_0x7633[134]]=function(_0x3ff1x60,_0x3ff1x34){var _0x3ff1xd=mxUtils[_0x7633[5]](this[_0x7633[83]][_0x7633[4]],_0x7633[16],_0x7633[17]);var _0x3ff1xb=(_0x3ff1xd==_0x7633[18])?_0x3ff1x60[_0x7633[68]]-_0x3ff1x34[_0x7633[68]]:_0x3ff1x34[_0x7633[68]]+_0x3ff1x34[_0x7633[70]]-_0x3ff1x60[_0x7633[68]];var _0x3ff1xc=_0x3ff1x60[_0x7633[69]]-_0x3ff1x34[_0x7633[69]];var _0x3ff1x5a=this[_0x7633[84]][_0x7633[93]]()[_0x7633[113]];this[_0x7633[83]][_0x7633[4]][_0x7633[14]]=Math[_0x7633[135]](Math[_0x7633[34]](1,_0x3ff1xb)/_0x3ff1x5a);this[_0x7633[83]][_0x7633[4]][_0x7633[15]]=Math[_0x7633[135]](Math[_0x7633[34]](1,_0x3ff1xc)/_0x3ff1x5a)};_0x3ff1x61[_0x7633[0]][_0x7633[120]]=function(){var _0x3ff1x63=this[_0x7633[84]][_0x7633[136]]();_0x3ff1x63[_0x7633[137]]();try{this[_0x7633[83]][_0x7633[85]][_0x7633[84]][_0x7633[139]](_0x7633[14],this[_0x7633[83]][_0x7633[4]][_0x7633[14]],[this[_0x7633[83]][_0x7633[138]]]);this[_0x7633[83]][_0x7633[85]][_0x7633[84]][_0x7633[139]](_0x7633[15],this[_0x7633[83]][_0x7633[4]][_0x7633[15]],[this[_0x7633[83]][_0x7633[138]]])}finally{_0x3ff1x63[_0x7633[140]]()}};function _0x3ff1x64(_0x3ff1x33){_0x3ff1x61[_0x7633[24]](this,_0x3ff1x33)}mxUtils[_0x7633[25]](_0x3ff1x64,_0x3ff1x61);_0x3ff1x64[_0x7633[0]][_0x7633[128]]=function(_0x3ff1x34){var _0x3ff1x5a=this[_0x7633[84]][_0x7633[93]]()[_0x7633[113]];var _0x3ff1x65=mxUtils[_0x7633[5]](this[_0x7633[83]][_0x7633[4]],mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE);return new mxPoint(_0x3ff1x34[_0x7633[68]]+_0x3ff1x34[_0x7633[70]]/2,_0x3ff1x34[_0x7633[69]]+Math[_0x7633[6]](_0x3ff1x34[_0x7633[71]],_0x3ff1x65*_0x3ff1x5a))};_0x3ff1x64[_0x7633[0]][_0x7633[134]]=function(_0x3ff1x58,_0x3ff1x34){_0x3ff1x58[_0x7633[68]]=_0x3ff1x34[_0x7633[68]]+_0x3ff1x34[_0x7633[70]]/2;startSize=_0x3ff1x58[_0x7633[69]]-_0x3ff1x34[_0x7633[69]];var _0x3ff1x5a=this[_0x7633[84]][_0x7633[93]]()[_0x7633[113]];this[_0x7633[83]][_0x7633[4]][_0x7633[141]]=Math[_0x7633[135]](Math[_0x7633[34]](1,startSize)/_0x3ff1x5a);return _0x3ff1x58};_0x3ff1x64[_0x7633[0]][_0x7633[120]]=function(){this[_0x7633[83]][_0x7633[85]][_0x7633[84]][_0x7633[139]](_0x7633[141],this[_0x7633[83]][_0x7633[4]][_0x7633[141]],[this[_0x7633[83]][_0x7633[138]]])};function _0x3ff1x66(_0x3ff1x33){_0x3ff1x61[_0x7633[24]](this,_0x3ff1x33)}mxUtils[_0x7633[25]](_0x3ff1x66,_0x3ff1x61);_0x3ff1x66[_0x7633[0]][_0x7633[142]]=20;_0x3ff1x66[_0x7633[0]][_0x7633[143]]=1;_0x3ff1x66[_0x7633[0]][_0x7633[128]]=function(_0x3ff1x34){var _0x3ff1x5a=this[_0x7633[84]][_0x7633[93]]()[_0x7633[113]];var _0x3ff1x67=Math[_0x7633[6]](_0x3ff1x34[_0x7633[70]],Math[_0x7633[6]](_0x3ff1x34[_0x7633[71]],mxUtils[_0x7633[5]](this[_0x7633[83]][_0x7633[4]],_0x7633[2],this[_0x7633[142]])*_0x3ff1x5a/this[_0x7633[143]]));return new mxPoint(_0x3ff1x34[_0x7633[68]]+_0x3ff1x67,_0x3ff1x34[_0x7633[69]]+_0x3ff1x67)};_0x3ff1x66[_0x7633[0]][_0x7633[134]]=function(_0x3ff1x60,_0x3ff1x34){var _0x3ff1x4f=Math[_0x7633[34]](0,Math[_0x7633[6]](Math[_0x7633[6]](_0x3ff1x34[_0x7633[70]]/this[_0x7633[143]],_0x3ff1x60[_0x7633[68]]-_0x3ff1x34[_0x7633[68]]),Math[_0x7633[6]](_0x3ff1x34[_0x7633[71]]/this[_0x7633[143]],_0x3ff1x60[_0x7633[69]]-_0x3ff1x34[_0x7633[69]])));var _0x3ff1x5a=this[_0x7633[84]][_0x7633[93]]()[_0x7633[113]];this[_0x7633[83]][_0x7633[4]][_0x7633[2]]=Math[_0x7633[135]](Math[_0x7633[34]](1,_0x3ff1x4f)/_0x3ff1x5a)*this[_0x7633[143]];return new mxPoint(_0x3ff1x34[_0x7633[68]]+_0x3ff1x4f,_0x3ff1x34[_0x7633[69]]+_0x3ff1x4f)};_0x3ff1x66[_0x7633[0]][_0x7633[120]]=function(){this[_0x7633[83]][_0x7633[85]][_0x7633[84]][_0x7633[139]](_0x7633[2],this[_0x7633[83]][_0x7633[4]][_0x7633[2]],[this[_0x7633[83]][_0x7633[138]]])};function _0x3ff1x68(_0x3ff1x33){_0x3ff1x66[_0x7633[24]](this,_0x3ff1x33)}mxUtils[_0x7633[25]](_0x3ff1x68,_0x3ff1x66);_0x3ff1x68[_0x7633[0]][_0x7633[142]]=30;_0x3ff1x68[_0x7633[0]][_0x7633[143]]=2;function _0x3ff1x69(_0x3ff1x33){_0x3ff1x66[_0x7633[24]](this,_0x3ff1x33)}mxUtils[_0x7633[25]](_0x3ff1x69,_0x3ff1x66);_0x3ff1x69[_0x7633[0]][_0x7633[142]]=30;_0x3ff1x69[_0x7633[0]][_0x7633[143]]=1;_0x3ff1x69[_0x7633[0]][_0x7633[128]]=function(_0x3ff1x34){var _0x3ff1x5a=this[_0x7633[84]][_0x7633[93]]()[_0x7633[113]];var _0x3ff1x67=Math[_0x7633[6]](_0x3ff1x34[_0x7633[70]],Math[_0x7633[6]](_0x3ff1x34[_0x7633[71]],mxUtils[_0x7633[5]](this[_0x7633[83]][_0x7633[4]],_0x7633[2],this[_0x7633[142]])*_0x3ff1x5a/this[_0x7633[143]]));return new mxPoint(_0x3ff1x34[_0x7633[68]]+_0x3ff1x34[_0x7633[70]]-_0x3ff1x67,_0x3ff1x34[_0x7633[69]]+_0x3ff1x67)};_0x3ff1x69[_0x7633[0]][_0x7633[134]]=function(_0x3ff1x60,_0x3ff1x34){var _0x3ff1x4f=Math[_0x7633[34]](0,Math[_0x7633[6]](Math[_0x7633[6]](_0x3ff1x34[_0x7633[70]]/this[_0x7633[143]],_0x3ff1x60[_0x7633[68]]-_0x3ff1x34[_0x7633[68]]+_0x3ff1x34[_0x7633[70]]),Math[_0x7633[6]](_0x3ff1x34[_0x7633[71]]/this[_0x7633[143]],_0x3ff1x60[_0x7633[69]]-_0x3ff1x34[_0x7633[69]])));var _0x3ff1x5a=this[_0x7633[84]][_0x7633[93]]()[_0x7633[113]];this[_0x7633[83]][_0x7633[4]][_0x7633[2]]=Math[_0x7633[135]](Math[_0x7633[34]](1,_0x3ff1x4f)/_0x3ff1x5a)*this[_0x7633[143]];return new mxPoint(_0x3ff1x34[_0x7633[68]]+_0x3ff1x34[_0x7633[70]]-_0x3ff1x4f,_0x3ff1x34[_0x7633[69]]+_0x3ff1x4f)};function _0x3ff1x6a(_0x3ff1x33){_0x3ff1x66[_0x7633[24]](this,_0x3ff1x33)}mxUtils[_0x7633[25]](_0x3ff1x6a,_0x3ff1x66);_0x3ff1x6a[_0x7633[0]][_0x7633[142]]=0.2;_0x3ff1x6a[_0x7633[0]][_0x7633[143]]=1;_0x3ff1x6a[_0x7633[0]][_0x7633[128]]=function(_0x3ff1x34){var _0x3ff1x67=mxUtils[_0x7633[5]](this[_0x7633[83]][_0x7633[4]],_0x7633[2],this[_0x7633[142]]);return new mxPoint(_0x3ff1x34[_0x7633[68]]+_0x3ff1x34[_0x7633[70]]*_0x3ff1x67,_0x3ff1x34[_0x7633[69]]+_0x3ff1x34[_0x7633[71]]/2)};_0x3ff1x6a[_0x7633[0]][_0x7633[134]]=function(_0x3ff1x60,_0x3ff1x34){var _0x3ff1x4f=Math[_0x7633[6]](1,(_0x3ff1x60[_0x7633[68]]-_0x3ff1x34[_0x7633[68]])/_0x3ff1x34[_0x7633[70]]);this[_0x7633[83]][_0x7633[4]][_0x7633[2]]=_0x3ff1x4f;return new mxPoint(_0x3ff1x34[_0x7633[68]]+_0x3ff1x4f*_0x3ff1x34[_0x7633[70]],_0x3ff1x34[_0x7633[69]]+_0x3ff1x34[_0x7633[71]]/2)};function _0x3ff1x6b(_0x3ff1x33){_0x3ff1x66[_0x7633[24]](this,_0x3ff1x33)}mxUtils[_0x7633[25]](_0x3ff1x6b,_0x3ff1x66);_0x3ff1x6b[_0x7633[0]][_0x7633[142]]=0.4;_0x3ff1x6b[_0x7633[0]][_0x7633[143]]=1;_0x3ff1x6b[_0x7633[0]][_0x7633[128]]=function(_0x3ff1x34){var _0x3ff1x67=mxUtils[_0x7633[5]](this[_0x7633[83]][_0x7633[4]],_0x7633[2],this[_0x7633[142]]);return new mxPoint(_0x3ff1x34[_0x7633[68]]+_0x3ff1x34[_0x7633[70]]/2,_0x3ff1x34[_0x7633[69]]+_0x3ff1x67*_0x3ff1x34[_0x7633[71]]/2)};_0x3ff1x6b[_0x7633[0]][_0x7633[134]]=function(_0x3ff1x60,_0x3ff1x34){var _0x3ff1x4f=Math[_0x7633[34]](0,Math[_0x7633[6]](1,((_0x3ff1x60[_0x7633[69]]-_0x3ff1x34[_0x7633[69]])/_0x3ff1x34[_0x7633[71]])*2));this[_0x7633[83]][_0x7633[4]][_0x7633[2]]=_0x3ff1x4f;return new mxPoint(_0x3ff1x34[_0x7633[68]]+_0x3ff1x34[_0x7633[70]]/2,_0x3ff1x34[_0x7633[69]]+_0x3ff1x4f*_0x3ff1x34[_0x7633[71]]/2)};var _0x3ff1x6c={"\x73\x77\x69\x6D\x6C\x61\x6E\x65":_0x3ff1x64,"\x66\x6F\x6C\x64\x65\x72":_0x3ff1x61,"\x63\x75\x62\x65":_0x3ff1x66,"\x63\x61\x72\x64":_0x3ff1x68,"\x6E\x6F\x74\x65":_0x3ff1x69,"\x73\x74\x65\x70":_0x3ff1x6a,"\x74\x61\x70\x65":_0x3ff1x6b};var _0x3ff1x6d=mxGraph[_0x7633[0]][_0x7633[144]];mxGraph[_0x7633[0]][_0x7633[144]]=function(_0x3ff1x33){if(_0x3ff1x33!=null){var _0x3ff1x6e=_0x3ff1x6c[_0x3ff1x33[_0x7633[4]][_0x7633[123]]];if(_0x3ff1x6e!=null){return new _0x3ff1x6e(_0x3ff1x33)}};return _0x3ff1x6d[_0x7633[30]](this,arguments)}};mxGraph[_0x7633[0]][_0x7633[145]]=function(_0x3ff1x6f,_0x3ff1x50){if(_0x3ff1x6f!=null&&_0x3ff1x6f[_0x7633[123]]!=null){if(_0x3ff1x6f[_0x7633[123]][_0x7633[146]]!=null){if(_0x3ff1x6f[_0x7633[123]][_0x7633[146]]!=null){return _0x3ff1x6f[_0x7633[123]][_0x7633[146]][_0x7633[147]]}}else {if(_0x3ff1x6f[_0x7633[123]][_0x7633[147]]!=null){return _0x3ff1x6f[_0x7633[123]][_0x7633[147]]}}};return null};mxRectangleShape[_0x7633[0]][_0x7633[147]]=[ new mxConnectionConstraint( new mxPoint(0.25,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.75,0),true), new mxConnectionConstraint( new mxPoint(0,0.25),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0,0.75),true), new mxConnectionConstraint( new mxPoint(1,0.25),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.75),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true)];mxLabel[_0x7633[0]][_0x7633[147]]=mxRectangleShape[_0x7633[0]][_0x7633[147]];mxImageShape[_0x7633[0]][_0x7633[147]]=mxRectangleShape[_0x7633[0]][_0x7633[147]];mxSwimlane[_0x7633[0]][_0x7633[147]]=mxRectangleShape[_0x7633[0]][_0x7633[147]];_0x3ff1x14[_0x7633[0]][_0x7633[147]]=mxRectangleShape[_0x7633[0]][_0x7633[147]];_0x3ff1x9[_0x7633[0]][_0x7633[147]]=mxRectangleShape[_0x7633[0]][_0x7633[147]];_0x3ff1x10[_0x7633[0]][_0x7633[147]]=mxRectangleShape[_0x7633[0]][_0x7633[147]];_0x3ff1x1[_0x7633[0]][_0x7633[147]]=mxRectangleShape[_0x7633[0]][_0x7633[147]];_0x3ff1xa[_0x7633[0]][_0x7633[147]]=mxRectangleShape[_0x7633[0]][_0x7633[147]];mxCylinder[_0x7633[0]][_0x7633[147]]=[ new mxConnectionConstraint( new mxPoint(0.15,0.05),false), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.85,0.05),false), new mxConnectionConstraint( new mxPoint(0,0.3),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0,0.7),true), new mxConnectionConstraint( new mxPoint(1,0.3),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.7),true), new mxConnectionConstraint( new mxPoint(0.15,0.95),false), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.85,0.95),false)];_0x3ff1x25[_0x7633[0]][_0x7633[147]]=[ new mxConnectionConstraint( new mxPoint(0.25,0.1),false), new mxConnectionConstraint( new mxPoint(0.5,0),false), new mxConnectionConstraint( new mxPoint(0.75,0.1),false), new mxConnectionConstraint( new mxPoint(0,1/3),false), new mxConnectionConstraint( new mxPoint(0,1),false), new mxConnectionConstraint( new mxPoint(1,1/3),false), new mxConnectionConstraint( new mxPoint(1,1),false), new mxConnectionConstraint( new mxPoint(0.5,0.5),false)];_0x3ff1x28[_0x7633[0]][_0x7633[147]]=[ new mxConnectionConstraint( new mxPoint(0.25,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.75,0),true), new mxConnectionConstraint( new mxPoint(0,0.3),true), new mxConnectionConstraint( new mxPoint(0,0.7),true), new mxConnectionConstraint( new mxPoint(1,0.25),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.75),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true)];mxActor[_0x7633[0]][_0x7633[147]]=[ new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.25,0.2),false), new mxConnectionConstraint( new mxPoint(0.1,0.5),false), new mxConnectionConstraint( new mxPoint(0,0.75),true), new mxConnectionConstraint( new mxPoint(0.75,0.25),false), new mxConnectionConstraint( new mxPoint(0.9,0.5),false), new mxConnectionConstraint( new mxPoint(1,0.75),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true)];_0x3ff1x11[_0x7633[0]][_0x7633[147]]=[ new mxConnectionConstraint( new mxPoint(0,0.35),false), new mxConnectionConstraint( new mxPoint(0,0.5),false), new mxConnectionConstraint( new mxPoint(0,0.65),false), new mxConnectionConstraint( new mxPoint(1,0.35),false), new mxConnectionConstraint( new mxPoint(1,0.5),false), new mxConnectionConstraint( new mxPoint(1,0.65),false), new mxConnectionConstraint( new mxPoint(0.25,1),false), new mxConnectionConstraint( new mxPoint(0.75,0),false)];_0x3ff1x13[_0x7633[0]][_0x7633[147]]=[ new mxConnectionConstraint( new mxPoint(0.25,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.75,0),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true), new mxConnectionConstraint( new mxPoint(0.1,0.25),false), new mxConnectionConstraint( new mxPoint(0.2,0.5),false), new mxConnectionConstraint( new mxPoint(0.1,0.75),false), new mxConnectionConstraint( new mxPoint(0.9,0.25),false), new mxConnectionConstraint( new mxPoint(1,0.5),false), new mxConnectionConstraint( new mxPoint(0.9,0.75),false)];mxLine[_0x7633[0]][_0x7633[147]]=[ new mxConnectionConstraint( new mxPoint(0,0.5),false), new mxConnectionConstraint( new mxPoint(0.25,0.5),false), new mxConnectionConstraint( new mxPoint(0.75,0.5),false), new mxConnectionConstraint( new mxPoint(1,0.5),false)];_0x3ff1x26[_0x7633[0]][_0x7633[147]]=[ new mxConnectionConstraint( new mxPoint(0.5,0),false), new mxConnectionConstraint( new mxPoint(0.5,1),false)];mxEllipse[_0x7633[0]][_0x7633[147]]=[ new mxConnectionConstraint( new mxPoint(0,0),true), new mxConnectionConstraint( new mxPoint(1,0),true), new mxConnectionConstraint( new mxPoint(0,1),true), new mxConnectionConstraint( new mxPoint(1,1),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.5))];mxDoubleEllipse[_0x7633[0]][_0x7633[147]]=mxEllipse[_0x7633[0]][_0x7633[147]];mxRhombus[_0x7633[0]][_0x7633[147]]=mxEllipse[_0x7633[0]][_0x7633[147]];mxTriangle[_0x7633[0]][_0x7633[147]]=[ new mxConnectionConstraint( new mxPoint(0,0.25),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0,0.75),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(1,0.5),true)];mxHexagon[_0x7633[0]][_0x7633[147]]=[ new mxConnectionConstraint( new mxPoint(0.375,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.625,0),true), new mxConnectionConstraint( new mxPoint(0.125,0.25),false), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0.125,0.75),false), new mxConnectionConstraint( new mxPoint(0.875,0.25),false), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(0.875,0.75),false), new mxConnectionConstraint( new mxPoint(0.375,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.625,1),true)];mxCloud[_0x7633[0]][_0x7633[147]]=[ new mxConnectionConstraint( new mxPoint(0.25,0.25),false), new mxConnectionConstraint( new mxPoint(0.4,0.1),false), new mxConnectionConstraint( new mxPoint(0.16,0.55),false), new mxConnectionConstraint( new mxPoint(0.07,0.4),false), new mxConnectionConstraint( new mxPoint(0.31,0.8),false), new mxConnectionConstraint( new mxPoint(0.13,0.77),false), new mxConnectionConstraint( new mxPoint(0.8,0.8),false), new mxConnectionConstraint( new mxPoint(0.55,0.95),false), new mxConnectionConstraint( new mxPoint(0.875,0.5),false), new mxConnectionConstraint( new mxPoint(0.96,0.7),false), new mxConnectionConstraint( new mxPoint(0.625,0.2),false), new mxConnectionConstraint( new mxPoint(0.88,0.25),false)];mxArrow[_0x7633[0]][_0x7633[147]]=null})() \ No newline at end of file +var _0xfa4b=["\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6F\x6E\x73\x74\x72\x75\x63\x74\x6F\x72","\x73\x69\x7A\x65","\x72\x65\x64\x72\x61\x77\x50\x61\x74\x68","\x73\x74\x79\x6C\x65","\x67\x65\x74\x56\x61\x6C\x75\x65","\x6D\x69\x6E","\x6D\x6F\x76\x65\x54\x6F","\x6C\x69\x6E\x65\x54\x6F","\x65\x6E\x64","\x63\x6C\x6F\x73\x65","\x63\x75\x62\x65","\x64\x65\x66\x61\x75\x6C\x74\x53\x68\x61\x70\x65\x73","\x6E\x6F\x74\x65","\x74\x61\x62\x57\x69\x64\x74\x68","\x74\x61\x62\x48\x65\x69\x67\x68\x74","\x74\x61\x62\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x72\x69\x67\x68\x74","\x6C\x65\x66\x74","\x66\x6F\x6C\x64\x65\x72","\x63\x61\x72\x64","\x71\x75\x61\x64\x54\x6F","\x74\x61\x70\x65","\x73\x74\x65\x70","\x63\x61\x6C\x6C","\x65\x78\x74\x65\x6E\x64","\x69\x73\x48\x74\x6D\x6C\x41\x6C\x6C\x6F\x77\x65\x64","\x70\x61\x69\x6E\x74\x46\x6F\x72\x65\x67\x72\x6F\x75\x6E\x64","\x62\x65\x67\x69\x6E","\x73\x74\x72\x6F\x6B\x65","\x61\x70\x70\x6C\x79","\x70\x6C\x75\x73","\x64\x6F\x75\x62\x6C\x65","\x73\x74\x72\x6F\x6B\x65\x77\x69\x64\x74\x68","\x6D\x61\x78","\x70\x61\x69\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x73\x65\x74\x44\x61\x73\x68\x65\x64","\x73\x79\x6D\x62\x6F\x6C","\x41\x6C\x69\x67\x6E","\x56\x65\x72\x74\x69\x63\x61\x6C\x41\x6C\x69\x67\x6E","\x57\x69\x64\x74\x68","\x48\x65\x69\x67\x68\x74","\x53\x70\x61\x63\x69\x6E\x67","\x41\x72\x63\x53\x70\x61\x63\x69\x6E\x67","\x67\x65\x74\x41\x72\x63\x53\x69\x7A\x65","\x41\x4C\x49\x47\x4E\x5F\x43\x45\x4E\x54\x45\x52","\x41\x4C\x49\x47\x4E\x5F\x52\x49\x47\x48\x54","\x41\x4C\x49\x47\x4E\x5F\x4D\x49\x44\x44\x4C\x45","\x41\x4C\x49\x47\x4E\x5F\x42\x4F\x54\x54\x4F\x4D","\x73\x61\x76\x65","\x70\x61\x69\x6E\x74\x56\x65\x72\x74\x65\x78\x53\x68\x61\x70\x65","\x72\x65\x73\x74\x6F\x72\x65","\x65\x78\x74","\x6D\x65\x73\x73\x61\x67\x65","\x61\x64\x64\x50\x69\x70\x65","\x63\x75\x72\x76\x65\x54\x6F","\x75\x6D\x6C\x41\x63\x74\x6F\x72","\x6C\x6F\x6C\x6C\x69\x70\x6F\x70","\x6A\x65\x74\x74\x79\x57\x69\x64\x74\x68","\x6A\x65\x74\x74\x79\x48\x65\x69\x67\x68\x74","\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74","\x6F\x75\x74\x65\x72\x53\x74\x72\x6F\x6B\x65","\x65\x6C\x6C\x69\x70\x73\x65","\x66\x69\x6C\x6C\x41\x6E\x64\x53\x74\x72\x6F\x6B\x65","\x73\x65\x74\x53\x68\x61\x64\x6F\x77","\x65\x6E\x64\x53\x74\x61\x74\x65","\x73\x74\x61\x72\x74\x53\x74\x61\x74\x65","\x69\x6E\x69\x74\x53\x68\x61\x70\x65\x73","\x78","\x79","\x77\x69\x64\x74\x68","\x68\x65\x69\x67\x68\x74","\x73\x68\x61\x70\x65\x73","\x70\x61\x69\x6E\x74\x45\x64\x67\x65\x53\x68\x61\x70\x65","\x6C\x65\x6E\x67\x74\x68","\x73\x71\x72\x74","\x6C\x69\x6E\x6B","\x64\x61\x73\x68","\x61\x64\x64\x4D\x61\x72\x6B\x65\x72","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x75\x73\x65\x47\x72\x69\x64\x46\x6F\x72\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65","\x69\x6E\x69\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x73\x74\x61\x74\x65","\x67\x72\x61\x70\x68","\x76\x69\x65\x77","\x68\x61\x6E\x64\x6C\x65\x49\x6D\x61\x67\x65","\x73\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65","\x73\x72\x63","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x44\x49\x41\x4C\x45\x43\x54\x5F\x56\x4D\x4C","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x67\x65\x74\x56\x69\x65\x77","\x63\x75\x72\x73\x6F\x72","\x6E\x6F\x64\x65","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65\x43\x75\x72\x73\x6F\x72","\x72\x65\x64\x69\x72\x65\x63\x74\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74\x73","\x64\x65\x66\x61\x75\x6C\x74","\x72\x65\x64\x72\x61\x77","\x62\x6F\x75\x6E\x64\x73","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65\x42\x6F\x75\x6E\x64\x73","\x64\x65\x73\x74\x72\x6F\x79","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x53\x6F\x75\x72\x63\x65","\x6D\x6F\x75\x73\x65\x4D\x6F\x76\x65","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74\x47\x72\x61\x70\x68\x58","\x67\x65\x74\x47\x72\x61\x70\x68\x59","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x50\x6F\x69\x6E\x74","\x67\x65\x74\x45\x76\x65\x6E\x74","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64\x45\x76\x65\x6E\x74","\x73\x63\x61\x6C\x65","\x73\x6E\x61\x70","\x75\x70\x64\x61\x74\x65\x53\x74\x79\x6C\x65","\x6D\x6F\x76\x65\x53\x69\x7A\x65\x72\x54\x6F","\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65","\x6D\x6F\x75\x73\x65\x55\x70","\x61\x70\x70\x6C\x79\x53\x74\x79\x6C\x65","\x72\x65\x73\x65\x74","\x67\x65\x74\x53\x68\x61\x70\x65\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x73\x68\x61\x70\x65","\x74\x6F\x52\x61\x64\x69\x61\x6E\x73","\x63\x6F\x73","\x73\x69\x6E","\x69\x73\x50\x61\x69\x6E\x74\x42\x6F\x75\x6E\x64\x73\x49\x6E\x76\x65\x72\x74\x65\x64","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65\x50\x6F\x69\x6E\x74","\x66\x6C\x69\x70\x48","\x66\x6C\x69\x70\x56","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x58","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x59","\x67\x65\x74\x52\x6F\x74\x61\x74\x65\x64\x50\x6F\x69\x6E\x74","\x75\x70\x64\x61\x74\x65\x53\x74\x79\x6C\x65\x55\x6E\x72\x6F\x74\x61\x74\x65\x64","\x72\x6F\x75\x6E\x64","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x63\x65\x6C\x6C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x73\x74\x61\x72\x74\x53\x69\x7A\x65","\x64\x65\x66\x61\x75\x6C\x74\x56\x61\x6C\x75\x65","\x73\x63\x61\x6C\x65\x46\x61\x63\x74\x6F\x72","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x41\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x73\x74\x65\x6E\x63\x69\x6C","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73"];(function(){function _0xaa59x1(){}_0xaa59x1[_0xfa4b[0]]= new mxCylinder();_0xaa59x1[_0xfa4b[0]][_0xfa4b[1]]=_0xaa59x1;_0xaa59x1[_0xfa4b[0]][_0xfa4b[2]]=20;_0xaa59x1[_0xfa4b[0]][_0xfa4b[3]]=function(_0xaa59x2,_0xaa59x3,_0xaa59x4,_0xaa59x5,_0xaa59x6,_0xaa59x7){var _0xaa59x8=Math[_0xfa4b[6]](_0xaa59x5,Math[_0xfa4b[6]](_0xaa59x6,mxUtils[_0xfa4b[5]](this[_0xfa4b[4]],_0xfa4b[2],this[_0xfa4b[2]])));if(_0xaa59x7){_0xaa59x2[_0xfa4b[7]](_0xaa59x8,_0xaa59x6);_0xaa59x2[_0xfa4b[8]](_0xaa59x8,_0xaa59x8);_0xaa59x2[_0xfa4b[8]](0,0);_0xaa59x2[_0xfa4b[7]](_0xaa59x8,_0xaa59x8);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,_0xaa59x8);_0xaa59x2[_0xfa4b[9]]()}else {_0xaa59x2[_0xfa4b[7]](0,0);_0xaa59x2[_0xfa4b[8]](_0xaa59x5-_0xaa59x8,0);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,_0xaa59x8);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,_0xaa59x6);_0xaa59x2[_0xfa4b[8]](_0xaa59x8,_0xaa59x6);_0xaa59x2[_0xfa4b[8]](0,_0xaa59x6-_0xaa59x8);_0xaa59x2[_0xfa4b[8]](0,0);_0xaa59x2[_0xfa4b[10]]();_0xaa59x2[_0xfa4b[9]]()}};mxCellRenderer[_0xfa4b[0]][_0xfa4b[12]][_0xfa4b[11]]=_0xaa59x1;function _0xaa59x9(){}_0xaa59x9[_0xfa4b[0]]= new mxCylinder();_0xaa59x9[_0xfa4b[0]][_0xfa4b[1]]=_0xaa59x9;_0xaa59x9[_0xfa4b[0]][_0xfa4b[2]]=30;_0xaa59x9[_0xfa4b[0]][_0xfa4b[3]]=function(_0xaa59x2,_0xaa59x3,_0xaa59x4,_0xaa59x5,_0xaa59x6,_0xaa59x7){var _0xaa59x8=Math[_0xfa4b[6]](_0xaa59x5,Math[_0xfa4b[6]](_0xaa59x6,mxUtils[_0xfa4b[5]](this[_0xfa4b[4]],_0xfa4b[2],this[_0xfa4b[2]])));if(_0xaa59x7){_0xaa59x2[_0xfa4b[7]](_0xaa59x5-_0xaa59x8,0);_0xaa59x2[_0xfa4b[8]](_0xaa59x5-_0xaa59x8,_0xaa59x8);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,_0xaa59x8);_0xaa59x2[_0xfa4b[9]]()}else {_0xaa59x2[_0xfa4b[7]](0,0);_0xaa59x2[_0xfa4b[8]](_0xaa59x5-_0xaa59x8,0);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,_0xaa59x8);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,_0xaa59x6);_0xaa59x2[_0xfa4b[8]](0,_0xaa59x6);_0xaa59x2[_0xfa4b[8]](0,0);_0xaa59x2[_0xfa4b[10]]();_0xaa59x2[_0xfa4b[9]]()}};mxCellRenderer[_0xfa4b[0]][_0xfa4b[12]][_0xfa4b[13]]=_0xaa59x9;function _0xaa59xa(){}_0xaa59xa[_0xfa4b[0]]= new mxCylinder();_0xaa59xa[_0xfa4b[0]][_0xfa4b[1]]=_0xaa59xa;_0xaa59xa[_0xfa4b[0]][_0xfa4b[14]]=60;_0xaa59xa[_0xfa4b[0]][_0xfa4b[15]]=20;_0xaa59xa[_0xfa4b[0]][_0xfa4b[16]]=_0xfa4b[17];_0xaa59xa[_0xfa4b[0]][_0xfa4b[3]]=function(_0xaa59x2,_0xaa59x3,_0xaa59x4,_0xaa59x5,_0xaa59x6,_0xaa59x7){var _0xaa59xb=mxUtils[_0xfa4b[5]](this[_0xfa4b[4]],_0xfa4b[14],this[_0xfa4b[14]]);var _0xaa59xc=mxUtils[_0xfa4b[5]](this[_0xfa4b[4]],_0xfa4b[15],this[_0xfa4b[15]]);var _0xaa59xd=mxUtils[_0xfa4b[5]](this[_0xfa4b[4]],_0xfa4b[16],this[_0xfa4b[16]]);var _0xaa59xe=Math[_0xfa4b[6]](_0xaa59x5,_0xaa59xb);var _0xaa59xf=Math[_0xfa4b[6]](_0xaa59x6,_0xaa59xc);if(_0xaa59x7){if(_0xaa59xd==_0xfa4b[18]){_0xaa59x2[_0xfa4b[7]](0,_0xaa59xf);_0xaa59x2[_0xfa4b[8]](_0xaa59xe,_0xaa59xf)}else {_0xaa59x2[_0xfa4b[7]](_0xaa59x5-_0xaa59xe,_0xaa59xf);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,_0xaa59xf)};_0xaa59x2[_0xfa4b[9]]()}else {if(_0xaa59xd==_0xfa4b[18]){_0xaa59x2[_0xfa4b[7]](0,0);_0xaa59x2[_0xfa4b[8]](_0xaa59xe,0);_0xaa59x2[_0xfa4b[8]](_0xaa59xe,_0xaa59xf);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,_0xaa59xf)}else {_0xaa59x2[_0xfa4b[7]](0,_0xaa59xf);_0xaa59x2[_0xfa4b[8]](_0xaa59x5-_0xaa59xe,_0xaa59xf);_0xaa59x2[_0xfa4b[8]](_0xaa59x5-_0xaa59xe,0);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,0)};_0xaa59x2[_0xfa4b[8]](_0xaa59x5,_0xaa59x6);_0xaa59x2[_0xfa4b[8]](0,_0xaa59x6);_0xaa59x2[_0xfa4b[8]](0,_0xaa59xf);_0xaa59x2[_0xfa4b[10]]();_0xaa59x2[_0xfa4b[9]]()}};mxCellRenderer[_0xfa4b[0]][_0xfa4b[12]][_0xfa4b[19]]=_0xaa59xa;function _0xaa59x10(){}_0xaa59x10[_0xfa4b[0]]= new mxCylinder();_0xaa59x10[_0xfa4b[0]][_0xfa4b[1]]=_0xaa59x10;_0xaa59x10[_0xfa4b[0]][_0xfa4b[2]]=30;_0xaa59x10[_0xfa4b[0]][_0xfa4b[3]]=function(_0xaa59x2,_0xaa59x3,_0xaa59x4,_0xaa59x5,_0xaa59x6,_0xaa59x7){var _0xaa59x8=Math[_0xfa4b[6]](_0xaa59x5,Math[_0xfa4b[6]](_0xaa59x6,mxUtils[_0xfa4b[5]](this[_0xfa4b[4]],_0xfa4b[2],this[_0xfa4b[2]])));if(!_0xaa59x7){_0xaa59x2[_0xfa4b[7]](_0xaa59x8,0);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,0);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,_0xaa59x6);_0xaa59x2[_0xfa4b[8]](0,_0xaa59x6);_0xaa59x2[_0xfa4b[8]](0,_0xaa59x8);_0xaa59x2[_0xfa4b[8]](_0xaa59x8,0);_0xaa59x2[_0xfa4b[10]]();_0xaa59x2[_0xfa4b[9]]()}};mxCellRenderer[_0xfa4b[0]][_0xfa4b[12]][_0xfa4b[20]]=_0xaa59x10;function _0xaa59x11(){}_0xaa59x11[_0xfa4b[0]]= new mxCylinder();_0xaa59x11[_0xfa4b[0]][_0xfa4b[1]]=_0xaa59x11;_0xaa59x11[_0xfa4b[0]][_0xfa4b[2]]=0.4;_0xaa59x11[_0xfa4b[0]][_0xfa4b[3]]=function(_0xaa59x2,_0xaa59x3,_0xaa59x4,_0xaa59x5,_0xaa59x6,_0xaa59x7){var _0xaa59x8=mxUtils[_0xfa4b[5]](this[_0xfa4b[4]],_0xfa4b[2],this[_0xfa4b[2]]);var _0xaa59xf=_0xaa59x6*_0xaa59x8;var _0xaa59x12=1.4;if(!_0xaa59x7){_0xaa59x2[_0xfa4b[7]](0,_0xaa59xf/2);_0xaa59x2[_0xfa4b[21]](_0xaa59x5/4,_0xaa59xf*_0xaa59x12,_0xaa59x5/2,_0xaa59xf/2);_0xaa59x2[_0xfa4b[21]](_0xaa59x5*3/4,_0xaa59xf*(1-_0xaa59x12),_0xaa59x5,_0xaa59xf/2);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,_0xaa59x6-_0xaa59xf/2);_0xaa59x2[_0xfa4b[21]](_0xaa59x5*3/4,_0xaa59x6-_0xaa59xf*_0xaa59x12,_0xaa59x5/2,_0xaa59x6-_0xaa59xf/2);_0xaa59x2[_0xfa4b[21]](_0xaa59x5/4,_0xaa59x6-_0xaa59xf*(1-_0xaa59x12),0,_0xaa59x6-_0xaa59xf/2);_0xaa59x2[_0xfa4b[8]](0,_0xaa59xf/2);_0xaa59x2[_0xfa4b[10]]();_0xaa59x2[_0xfa4b[9]]()}};mxCellRenderer[_0xfa4b[0]][_0xfa4b[12]][_0xfa4b[22]]=_0xaa59x11;function _0xaa59x13(){}_0xaa59x13[_0xfa4b[0]]= new mxCylinder();_0xaa59x13[_0xfa4b[0]][_0xfa4b[1]]=_0xaa59x13;_0xaa59x13[_0xfa4b[0]][_0xfa4b[2]]=0.2;_0xaa59x13[_0xfa4b[0]][_0xfa4b[3]]=function(_0xaa59x2,_0xaa59x3,_0xaa59x4,_0xaa59x5,_0xaa59x6,_0xaa59x7){var _0xaa59x8=_0xaa59x5*mxUtils[_0xfa4b[5]](this[_0xfa4b[4]],_0xfa4b[2],this[_0xfa4b[2]]);if(!_0xaa59x7){_0xaa59x2[_0xfa4b[7]](0,0);_0xaa59x2[_0xfa4b[8]](_0xaa59x5-_0xaa59x8,0);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,_0xaa59x6/2);_0xaa59x2[_0xfa4b[8]](_0xaa59x5-_0xaa59x8,_0xaa59x6);_0xaa59x2[_0xfa4b[8]](0,_0xaa59x6);_0xaa59x2[_0xfa4b[8]](_0xaa59x8,_0xaa59x6/2);_0xaa59x2[_0xfa4b[10]]();_0xaa59x2[_0xfa4b[9]]()}};mxCellRenderer[_0xfa4b[0]][_0xfa4b[12]][_0xfa4b[23]]=_0xaa59x13;function _0xaa59x14(){mxRectangleShape[_0xfa4b[24]](this)}mxUtils[_0xfa4b[25]](_0xaa59x14,mxRectangleShape);_0xaa59x14[_0xfa4b[0]][_0xfa4b[26]]=function(){return false};_0xaa59x14[_0xfa4b[0]][_0xfa4b[27]]=function(_0xaa59x15,_0xaa59x3,_0xaa59x4,_0xaa59x5,_0xaa59x6){var _0xaa59x16=Math[_0xfa4b[6]](_0xaa59x5/5,_0xaa59x6/5)+1;_0xaa59x15[_0xfa4b[28]]();_0xaa59x15[_0xfa4b[7]](_0xaa59x3+_0xaa59x5/2,_0xaa59x4+_0xaa59x16);_0xaa59x15[_0xfa4b[8]](_0xaa59x3+_0xaa59x5/2,_0xaa59x4+_0xaa59x6-_0xaa59x16);_0xaa59x15[_0xfa4b[7]](_0xaa59x3+_0xaa59x16,_0xaa59x4+_0xaa59x6/2);_0xaa59x15[_0xfa4b[8]](_0xaa59x3+_0xaa59x5-_0xaa59x16,_0xaa59x4+_0xaa59x6/2);_0xaa59x15[_0xfa4b[9]]();_0xaa59x15[_0xfa4b[29]]();mxRectangleShape[_0xfa4b[0]][_0xfa4b[27]][_0xfa4b[30]](this,arguments)};mxCellRenderer[_0xfa4b[0]][_0xfa4b[12]][_0xfa4b[31]]=_0xaa59x14;function _0xaa59x17(){mxRectangleShape[_0xfa4b[24]](this)}mxUtils[_0xfa4b[25]](_0xaa59x17,mxRectangleShape);_0xaa59x17[_0xfa4b[0]][_0xfa4b[26]]=function(){return false};_0xaa59x17[_0xfa4b[0]][_0xfa4b[27]]=function(_0xaa59x15,_0xaa59x3,_0xaa59x4,_0xaa59x5,_0xaa59x6){if(this[_0xfa4b[4]]!=null){if(this[_0xfa4b[4]][_0xfa4b[32]]==1){var _0xaa59x18=Math[_0xfa4b[34]](2,this[_0xfa4b[33]]+1);mxRectangleShape[_0xfa4b[0]][_0xfa4b[35]][_0xfa4b[24]](this,_0xaa59x15,_0xaa59x3+_0xaa59x18,_0xaa59x4+_0xaa59x18,_0xaa59x5-2*_0xaa59x18,_0xaa59x6-2*_0xaa59x18);mxRectangleShape[_0xfa4b[0]][_0xfa4b[27]][_0xfa4b[30]](this,arguments);_0xaa59x3+=_0xaa59x18;_0xaa59x4+=_0xaa59x18;_0xaa59x5-=2*_0xaa59x18;_0xaa59x6-=2*_0xaa59x18};_0xaa59x15[_0xfa4b[36]](false);var _0xaa59x19=0;var _0xaa59x1a=null;do{_0xaa59x1a=mxCellRenderer[_0xfa4b[0]][_0xfa4b[12]][this[_0xfa4b[4]][_0xfa4b[37]+_0xaa59x19]];if(_0xaa59x1a!=null){var _0xaa59x1b=this[_0xfa4b[4]][_0xfa4b[37]+_0xaa59x19+_0xfa4b[38]];var _0xaa59x1c=this[_0xfa4b[4]][_0xfa4b[37]+_0xaa59x19+_0xfa4b[39]];var _0xaa59x1d=this[_0xfa4b[4]][_0xfa4b[37]+_0xaa59x19+_0xfa4b[40]];var _0xaa59x1e=this[_0xfa4b[4]][_0xfa4b[37]+_0xaa59x19+_0xfa4b[41]];var _0xaa59x1f=this[_0xfa4b[4]][_0xfa4b[37]+_0xaa59x19+_0xfa4b[42]]||0;var _0xaa59x20=this[_0xfa4b[4]][_0xfa4b[37]+_0xaa59x19+_0xfa4b[43]];if(_0xaa59x20!=null){_0xaa59x1f+=this[_0xfa4b[44]](_0xaa59x5+this[_0xfa4b[33]],_0xaa59x6+this[_0xfa4b[33]])*_0xaa59x20};var _0xaa59x21=_0xaa59x3;var _0xaa59x22=_0xaa59x4;if(_0xaa59x1b==mxConstants[_0xfa4b[45]]){_0xaa59x21+=(_0xaa59x5-_0xaa59x1d)/2}else {if(_0xaa59x1b==mxConstants[_0xfa4b[46]]){_0xaa59x21+=_0xaa59x5-_0xaa59x1d-_0xaa59x1f}else {_0xaa59x21+=_0xaa59x1f}};if(_0xaa59x1c==mxConstants[_0xfa4b[47]]){_0xaa59x22+=(_0xaa59x6-_0xaa59x1e)/2}else {if(_0xaa59x1c==mxConstants[_0xfa4b[48]]){_0xaa59x22+=_0xaa59x6-_0xaa59x1e-_0xaa59x1f}else {_0xaa59x22+=_0xaa59x1f}};_0xaa59x15[_0xfa4b[49]]();var _0xaa59x23= new _0xaa59x1a();_0xaa59x23[_0xfa4b[4]]=this[_0xfa4b[4]];_0xaa59x1a[_0xfa4b[0]][_0xfa4b[50]][_0xfa4b[24]](_0xaa59x23,_0xaa59x15,_0xaa59x21,_0xaa59x22,_0xaa59x1d,_0xaa59x1e);_0xaa59x15[_0xfa4b[51]]()};_0xaa59x19++}while(_0xaa59x1a!=null);}};mxCellRenderer[_0xfa4b[0]][_0xfa4b[12]][_0xfa4b[52]]=_0xaa59x17;function _0xaa59x24(){}_0xaa59x24[_0xfa4b[0]]= new mxCylinder();_0xaa59x24[_0xfa4b[0]][_0xfa4b[1]]=_0xaa59x24;_0xaa59x24[_0xfa4b[0]][_0xfa4b[3]]=function(_0xaa59x2,_0xaa59x3,_0xaa59x4,_0xaa59x5,_0xaa59x6,_0xaa59x7){if(_0xaa59x7){_0xaa59x2[_0xfa4b[7]](0,0);_0xaa59x2[_0xfa4b[8]](_0xaa59x5/2,_0xaa59x6/2);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,0);_0xaa59x2[_0xfa4b[9]]()}else {_0xaa59x2[_0xfa4b[7]](0,0);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,0);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,_0xaa59x6);_0xaa59x2[_0xfa4b[8]](0,_0xaa59x6);_0xaa59x2[_0xfa4b[10]]()}};mxCellRenderer[_0xfa4b[0]][_0xfa4b[12]][_0xfa4b[53]]=_0xaa59x24;function _0xaa59x25(){}_0xaa59x25[_0xfa4b[0]]= new mxCylinder();_0xaa59x25[_0xfa4b[0]][_0xfa4b[1]]=_0xaa59x25;_0xaa59x25[_0xfa4b[0]][_0xfa4b[54]]=true;_0xaa59x25[_0xfa4b[0]][_0xfa4b[3]]=function(_0xaa59x2,_0xaa59x3,_0xaa59x4,_0xaa59x5,_0xaa59x6,_0xaa59x7){var _0xaa59x1d=_0xaa59x5/3;var _0xaa59x1e=_0xaa59x6/4;if(!_0xaa59x7){_0xaa59x2[_0xfa4b[7]](_0xaa59x5/2,_0xaa59x1e);_0xaa59x2[_0xfa4b[55]](_0xaa59x5/2-_0xaa59x1d,_0xaa59x1e,_0xaa59x5/2-_0xaa59x1d,0,_0xaa59x5/2,0);_0xaa59x2[_0xfa4b[55]](_0xaa59x5/2+_0xaa59x1d,0,_0xaa59x5/2+_0xaa59x1d,_0xaa59x1e,_0xaa59x5/2,_0xaa59x1e);_0xaa59x2[_0xfa4b[10]]();_0xaa59x2[_0xfa4b[7]](_0xaa59x5/2,_0xaa59x1e);_0xaa59x2[_0xfa4b[8]](_0xaa59x5/2,2*_0xaa59x6/3);_0xaa59x2[_0xfa4b[7]](_0xaa59x5/2,_0xaa59x6/3);_0xaa59x2[_0xfa4b[8]](0,_0xaa59x6/3);_0xaa59x2[_0xfa4b[7]](_0xaa59x5/2,_0xaa59x6/3);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,_0xaa59x6/3);_0xaa59x2[_0xfa4b[7]](_0xaa59x5/2,2*_0xaa59x6/3);_0xaa59x2[_0xfa4b[8]](0,_0xaa59x6);_0xaa59x2[_0xfa4b[7]](_0xaa59x5/2,2*_0xaa59x6/3);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,_0xaa59x6);_0xaa59x2[_0xfa4b[9]]()}};mxCellRenderer[_0xfa4b[0]][_0xfa4b[12]][_0xfa4b[56]]=_0xaa59x25;function _0xaa59x26(){}_0xaa59x26[_0xfa4b[0]]= new mxCylinder();_0xaa59x26[_0xfa4b[0]][_0xfa4b[1]]=_0xaa59x26;_0xaa59x26[_0xfa4b[0]][_0xfa4b[2]]=10;_0xaa59x26[_0xfa4b[0]][_0xfa4b[54]]=true;_0xaa59x26[_0xfa4b[0]][_0xfa4b[3]]=function(_0xaa59x2,_0xaa59x3,_0xaa59x4,_0xaa59x5,_0xaa59x6,_0xaa59x7){var _0xaa59x27=mxUtils[_0xfa4b[5]](this[_0xfa4b[4]],_0xfa4b[2],this[_0xfa4b[2]]);var _0xaa59x1d=_0xaa59x27*2/3;var _0xaa59x1e=_0xaa59x27;if(!_0xaa59x7){_0xaa59x2[_0xfa4b[7]](_0xaa59x5/2,_0xaa59x1e);_0xaa59x2[_0xfa4b[55]](_0xaa59x5/2-_0xaa59x1d,_0xaa59x1e,_0xaa59x5/2-_0xaa59x1d,0,_0xaa59x5/2,0);_0xaa59x2[_0xfa4b[55]](_0xaa59x5/2+_0xaa59x1d,0,_0xaa59x5/2+_0xaa59x1d,_0xaa59x1e,_0xaa59x5/2,_0xaa59x1e);_0xaa59x2[_0xfa4b[10]]();_0xaa59x2[_0xfa4b[7]](_0xaa59x5/2,_0xaa59x1e);_0xaa59x2[_0xfa4b[8]](_0xaa59x5/2,_0xaa59x6);_0xaa59x2[_0xfa4b[9]]()}};mxCellRenderer[_0xfa4b[0]][_0xfa4b[12]][_0xfa4b[57]]=_0xaa59x26;function _0xaa59x28(){}_0xaa59x28[_0xfa4b[0]]= new mxCylinder();_0xaa59x28[_0xfa4b[0]][_0xfa4b[1]]=_0xaa59x28;_0xaa59x28[_0xfa4b[0]][_0xfa4b[58]]=32;_0xaa59x28[_0xfa4b[0]][_0xfa4b[59]]=12;_0xaa59x28[_0xfa4b[0]][_0xfa4b[3]]=function(_0xaa59x2,_0xaa59x3,_0xaa59x4,_0xaa59x5,_0xaa59x6,_0xaa59x7){var _0xaa59xe=mxUtils[_0xfa4b[5]](this[_0xfa4b[4]],_0xfa4b[58],this[_0xfa4b[58]]);var _0xaa59xf=mxUtils[_0xfa4b[5]](this[_0xfa4b[4]],_0xfa4b[59],this[_0xfa4b[59]]);var _0xaa59x29=_0xaa59xe/2;var _0xaa59x2a=_0xaa59x29+_0xaa59xe/2;var _0xaa59x2b=0.3*_0xaa59x6-_0xaa59xf/2;var _0xaa59x2c=0.7*_0xaa59x6-_0xaa59xf/2;if(_0xaa59x7){_0xaa59x2[_0xfa4b[7]](_0xaa59x29,_0xaa59x2b);_0xaa59x2[_0xfa4b[8]](_0xaa59x2a,_0xaa59x2b);_0xaa59x2[_0xfa4b[8]](_0xaa59x2a,_0xaa59x2b+_0xaa59xf);_0xaa59x2[_0xfa4b[8]](_0xaa59x29,_0xaa59x2b+_0xaa59xf);_0xaa59x2[_0xfa4b[7]](_0xaa59x29,_0xaa59x2c);_0xaa59x2[_0xfa4b[8]](_0xaa59x2a,_0xaa59x2c);_0xaa59x2[_0xfa4b[8]](_0xaa59x2a,_0xaa59x2c+_0xaa59xf);_0xaa59x2[_0xfa4b[8]](_0xaa59x29,_0xaa59x2c+_0xaa59xf);_0xaa59x2[_0xfa4b[9]]()}else {_0xaa59x2[_0xfa4b[7]](_0xaa59x29,0);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,0);_0xaa59x2[_0xfa4b[8]](_0xaa59x5,_0xaa59x6);_0xaa59x2[_0xfa4b[8]](_0xaa59x29,_0xaa59x6);_0xaa59x2[_0xfa4b[8]](_0xaa59x29,_0xaa59x2c+_0xaa59xf);_0xaa59x2[_0xfa4b[8]](0,_0xaa59x2c+_0xaa59xf);_0xaa59x2[_0xfa4b[8]](0,_0xaa59x2c);_0xaa59x2[_0xfa4b[8]](_0xaa59x29,_0xaa59x2c);_0xaa59x2[_0xfa4b[8]](_0xaa59x29,_0xaa59x2b+_0xaa59xf);_0xaa59x2[_0xfa4b[8]](0,_0xaa59x2b+_0xaa59xf);_0xaa59x2[_0xfa4b[8]](0,_0xaa59x2b);_0xaa59x2[_0xfa4b[8]](_0xaa59x29,_0xaa59x2b);_0xaa59x2[_0xfa4b[10]]();_0xaa59x2[_0xfa4b[9]]()}};mxCellRenderer[_0xfa4b[0]][_0xfa4b[12]][_0xfa4b[60]]=_0xaa59x28;function _0xaa59x2d(){}_0xaa59x2d[_0xfa4b[0]]= new mxDoubleEllipse();_0xaa59x2d[_0xfa4b[0]][_0xfa4b[1]]=_0xaa59x2d;_0xaa59x2d[_0xfa4b[0]][_0xfa4b[61]]=true;_0xaa59x2d[_0xfa4b[0]][_0xfa4b[50]]=function(_0xaa59x15,_0xaa59x3,_0xaa59x4,_0xaa59x5,_0xaa59x6){var _0xaa59x18=Math[_0xfa4b[6]](4,Math[_0xfa4b[6]](_0xaa59x5/5,_0xaa59x6/5));if(_0xaa59x5>0&&_0xaa59x6>0){_0xaa59x15[_0xfa4b[62]](_0xaa59x3+_0xaa59x18,_0xaa59x4+_0xaa59x18,_0xaa59x5-2*_0xaa59x18,_0xaa59x6-2*_0xaa59x18);_0xaa59x15[_0xfa4b[63]]()};_0xaa59x15[_0xfa4b[64]](false);if(this[_0xfa4b[61]]){_0xaa59x15[_0xfa4b[62]](_0xaa59x3,_0xaa59x4,_0xaa59x5,_0xaa59x6);_0xaa59x15[_0xfa4b[29]]()}};mxCellRenderer[_0xfa4b[0]][_0xfa4b[12]][_0xfa4b[65]]=_0xaa59x2d;function _0xaa59x2e(){}_0xaa59x2e[_0xfa4b[0]]= new _0xaa59x2d();_0xaa59x2e[_0xfa4b[0]][_0xfa4b[1]]=_0xaa59x2e;_0xaa59x2e[_0xfa4b[0]][_0xfa4b[61]]=false;mxCellRenderer[_0xfa4b[0]][_0xfa4b[12]][_0xfa4b[66]]=_0xaa59x2e;var _0xaa59x2f=mxImageExport[_0xfa4b[0]][_0xfa4b[67]];mxImageExport[_0xfa4b[0]][_0xfa4b[67]]=function(){_0xaa59x2f[_0xfa4b[30]](this,arguments);function _0xaa59x30(_0xaa59x31){return {drawShape:function(_0xaa59x32,_0xaa59x33,_0xaa59x34,_0xaa59x35){var _0xaa59x3=_0xaa59x34[_0xfa4b[68]];var _0xaa59x4=_0xaa59x34[_0xfa4b[69]];var _0xaa59x5=_0xaa59x34[_0xfa4b[70]];var _0xaa59x6=_0xaa59x34[_0xfa4b[71]];if(_0xaa59x35){var _0xaa59x18=Math[_0xfa4b[6]](4,Math[_0xfa4b[6]](_0xaa59x5/5,_0xaa59x6/5));_0xaa59x3+=_0xaa59x18;_0xaa59x4+=_0xaa59x18;_0xaa59x5-=2*_0xaa59x18;_0xaa59x6-=2*_0xaa59x18;if(_0xaa59x5>0&&_0xaa59x6>0){_0xaa59x32[_0xfa4b[62]](_0xaa59x3,_0xaa59x4,_0xaa59x5,_0xaa59x6)};return true}else {_0xaa59x32[_0xfa4b[63]]();if(_0xaa59x31){_0xaa59x32[_0xfa4b[62]](_0xaa59x3,_0xaa59x4,_0xaa59x5,_0xaa59x6);_0xaa59x32[_0xfa4b[29]]()}}}}}this[_0xfa4b[72]][_0xfa4b[65]]=_0xaa59x30(true);this[_0xfa4b[72]][_0xfa4b[66]]=_0xaa59x30(false)};function _0xaa59x36(){mxArrow[_0xfa4b[24]](this)}mxUtils[_0xfa4b[25]](_0xaa59x36,mxArrow);_0xaa59x36[_0xfa4b[0]][_0xfa4b[73]]=function(_0xaa59x15,_0xaa59x37){var _0xaa59x1d=10;var _0xaa59x38=_0xaa59x37[0];var _0xaa59x39=_0xaa59x37[_0xaa59x37[_0xfa4b[74]]-1];var _0xaa59xe=_0xaa59x39[_0xfa4b[68]]-_0xaa59x38[_0xfa4b[68]];var _0xaa59xf=_0xaa59x39[_0xfa4b[69]]-_0xaa59x38[_0xfa4b[69]];var _0xaa59x3a=Math[_0xfa4b[75]](_0xaa59xe*_0xaa59xe+_0xaa59xf*_0xaa59xf);var _0xaa59x3b=_0xaa59x3a;var _0xaa59x3c=_0xaa59xe/_0xaa59x3a;var _0xaa59x3d=_0xaa59xf/_0xaa59x3a;var _0xaa59x3e=_0xaa59x3b*_0xaa59x3c;var _0xaa59x3f=_0xaa59x3b*_0xaa59x3d;var _0xaa59x40=_0xaa59x1d*_0xaa59x3d/3;var _0xaa59x41=-_0xaa59x1d*_0xaa59x3c/3;var _0xaa59x42=_0xaa59x38[_0xfa4b[68]]-_0xaa59x40/2;var _0xaa59x43=_0xaa59x38[_0xfa4b[69]]-_0xaa59x41/2;var _0xaa59x44=_0xaa59x42+_0xaa59x40;var _0xaa59x45=_0xaa59x43+_0xaa59x41;var _0xaa59x46=_0xaa59x44+_0xaa59x3e;var _0xaa59x47=_0xaa59x45+_0xaa59x3f;var _0xaa59x48=_0xaa59x46+_0xaa59x40;var _0xaa59x49=_0xaa59x47+_0xaa59x41;var _0xaa59x4a=_0xaa59x48-3*_0xaa59x40;var _0xaa59x4b=_0xaa59x49-3*_0xaa59x41;_0xaa59x15[_0xfa4b[28]]();_0xaa59x15[_0xfa4b[7]](_0xaa59x44,_0xaa59x45);_0xaa59x15[_0xfa4b[8]](_0xaa59x46,_0xaa59x47);_0xaa59x15[_0xfa4b[7]](_0xaa59x4a+_0xaa59x40,_0xaa59x4b+_0xaa59x41);_0xaa59x15[_0xfa4b[8]](_0xaa59x42,_0xaa59x43);_0xaa59x15[_0xfa4b[29]]()};mxCellRenderer[_0xfa4b[0]][_0xfa4b[12]][_0xfa4b[76]]=_0xaa59x36;mxMarker[_0xfa4b[78]](_0xfa4b[77],function(_0xaa59x32,_0xaa59x1a,_0xaa59x4c,_0xaa59x39,_0xaa59x4d,_0xaa59x4e,_0xaa59x4f,_0xaa59x50,_0xaa59x51,_0xaa59x52){var _0xaa59x3c=_0xaa59x4d*(_0xaa59x4f+_0xaa59x51+1);var _0xaa59x3d=_0xaa59x4e*(_0xaa59x4f+_0xaa59x51+1);return function(){_0xaa59x32[_0xfa4b[28]]();_0xaa59x32[_0xfa4b[7]](_0xaa59x39[_0xfa4b[68]]-_0xaa59x3c/2-_0xaa59x3d/2,_0xaa59x39[_0xfa4b[69]]-_0xaa59x3d/2+_0xaa59x3c/2);_0xaa59x32[_0xfa4b[8]](_0xaa59x39[_0xfa4b[68]]+_0xaa59x3d/2-3*_0xaa59x3c/2,_0xaa59x39[_0xfa4b[69]]-3*_0xaa59x3d/2-_0xaa59x3c/2);_0xaa59x32[_0xfa4b[29]]()}});var _0xaa59x53=-99;if( typeof (mxVertexHandler)!=_0xfa4b[79]){function _0xaa59x54(_0xaa59x33){mxVertexHandler[_0xfa4b[24]](this,_0xaa59x33)}mxUtils[_0xfa4b[25]](_0xaa59x54,mxVertexHandler);_0xaa59x54[_0xfa4b[0]][_0xfa4b[80]]=false;_0xaa59x54[_0xfa4b[0]][_0xfa4b[81]]=function(){this[_0xfa4b[82]]=mxUtils[_0xfa4b[5]](this[_0xfa4b[83]][_0xfa4b[4]],mxConstants.STYLE_HORIZONTAL,true);var _0xaa59x55=this[_0xfa4b[83]][_0xfa4b[85]][_0xfa4b[84]];if(this[_0xfa4b[86]]!=null){var _0xaa59x34= new mxRectangle(0,0,this[_0xfa4b[86]][_0xfa4b[70]],this[_0xfa4b[86]][_0xfa4b[71]]);this[_0xfa4b[87]]= new mxImageShape(_0xaa59x34,this[_0xfa4b[86]][_0xfa4b[88]])}else {var _0xaa59x4f=10;var _0xaa59x34= new mxRectangle(0,0,_0xaa59x4f,_0xaa59x4f);this[_0xfa4b[87]]= new mxRhombus(_0xaa59x34,mxConstants.HANDLE_FILLCOLOR,mxConstants.HANDLE_STROKECOLOR)};this[_0xfa4b[87]][_0xfa4b[89]]=(_0xaa59x55[_0xfa4b[89]]!=mxConstants[_0xfa4b[90]])?mxConstants[_0xfa4b[91]]:mxConstants[_0xfa4b[90]];this[_0xfa4b[87]][_0xfa4b[81]](_0xaa59x55[_0xfa4b[93]]()[_0xfa4b[92]]());this[_0xfa4b[87]][_0xfa4b[95]][_0xfa4b[4]][_0xfa4b[94]]=this[_0xfa4b[96]]();mxEvent[_0xfa4b[97]](this[_0xfa4b[87]][_0xfa4b[95]],_0xaa59x55,this[_0xfa4b[83]]);mxVertexHandler[_0xfa4b[0]][_0xfa4b[81]][_0xfa4b[30]](this,arguments)};_0xaa59x54[_0xfa4b[0]][_0xfa4b[96]]=function(){return _0xfa4b[98]};_0xaa59x54[_0xfa4b[0]][_0xfa4b[99]]=function(){mxVertexHandler[_0xfa4b[0]][_0xfa4b[99]][_0xfa4b[30]](this,arguments);var _0xaa59x4f=this[_0xfa4b[87]][_0xfa4b[100]][_0xfa4b[70]];this[_0xfa4b[87]][_0xfa4b[100]]=this[_0xfa4b[101]](_0xaa59x4f);this[_0xfa4b[87]][_0xfa4b[99]]()};_0xaa59x54[_0xfa4b[0]][_0xfa4b[102]]=function(){mxVertexHandler[_0xfa4b[0]][_0xfa4b[102]][_0xfa4b[30]](this,arguments);if(this[_0xfa4b[87]]!=null){this[_0xfa4b[87]][_0xfa4b[102]]();this[_0xfa4b[87]]=null}};_0xaa59x54[_0xfa4b[0]][_0xfa4b[103]]=function(_0xaa59x56){if(_0xaa59x56[_0xfa4b[104]](this[_0xfa4b[87]])){return _0xaa59x53};return mxVertexHandler[_0xfa4b[0]][_0xfa4b[103]][_0xfa4b[30]](this,arguments)};_0xaa59x54[_0xfa4b[0]][_0xfa4b[105]]=function(_0xaa59x57,_0xaa59x56){if(!_0xaa59x56[_0xfa4b[106]]()&&this[_0xfa4b[107]]==_0xaa59x53){var _0xaa59x58= new mxPoint(_0xaa59x56[_0xfa4b[108]](),_0xaa59x56[_0xfa4b[109]]());this[_0xfa4b[110]](_0xaa59x58);var _0xaa59x59=this[_0xfa4b[84]][_0xfa4b[112]](_0xaa59x56[_0xfa4b[111]]());var _0xaa59x5a=this[_0xfa4b[84]][_0xfa4b[93]]()[_0xfa4b[113]];if(_0xaa59x59&&this[_0xfa4b[80]]){_0xaa59x58[_0xfa4b[68]]=this[_0xfa4b[84]][_0xfa4b[114]](_0xaa59x58[_0xfa4b[68]]/_0xaa59x5a)*_0xaa59x5a;_0xaa59x58[_0xfa4b[69]]=this[_0xfa4b[84]][_0xfa4b[114]](_0xaa59x58[_0xfa4b[69]]/_0xaa59x5a)*_0xaa59x5a};this[_0xfa4b[115]](_0xaa59x58);this[_0xfa4b[116]](this[_0xfa4b[87]],_0xaa59x58[_0xfa4b[68]],_0xaa59x58[_0xfa4b[69]]);this[_0xfa4b[83]][_0xfa4b[85]][_0xfa4b[84]][_0xfa4b[117]][_0xfa4b[99]](this[_0xfa4b[83]],true);_0xaa59x56[_0xfa4b[118]]()}else {mxVertexHandler[_0xfa4b[0]][_0xfa4b[105]][_0xfa4b[30]](this,arguments)}};_0xaa59x54[_0xfa4b[0]][_0xfa4b[119]]=function(_0xaa59x57,_0xaa59x56){if(!_0xaa59x56[_0xfa4b[106]]()&&this[_0xfa4b[107]]==_0xaa59x53){this[_0xfa4b[120]]();this[_0xfa4b[121]]();_0xaa59x56[_0xfa4b[118]]()}else {mxVertexHandler[_0xfa4b[0]][_0xfa4b[119]][_0xfa4b[30]](this,arguments)}};_0xaa59x54[_0xfa4b[0]][_0xfa4b[101]]=function(_0xaa59x4f){var _0xaa59x5b=this[_0xfa4b[83]][_0xfa4b[123]][_0xfa4b[122]]();var _0xaa59x5c=mxUtils[_0xfa4b[124]](_0xaa59x5b);var _0xaa59x5d=Math[_0xfa4b[125]](_0xaa59x5c);var _0xaa59x5e=Math[_0xfa4b[126]](_0xaa59x5c);var _0xaa59x34= new mxRectangle(this[_0xfa4b[83]][_0xfa4b[68]],this[_0xfa4b[83]][_0xfa4b[69]],this[_0xfa4b[83]][_0xfa4b[70]],this[_0xfa4b[83]][_0xfa4b[71]]);if(this[_0xfa4b[83]][_0xfa4b[123]][_0xfa4b[127]]()){var _0xaa59x5f=(_0xaa59x34[_0xfa4b[70]]-_0xaa59x34[_0xfa4b[71]])/2;_0xaa59x34[_0xfa4b[68]]+=_0xaa59x5f;_0xaa59x34[_0xfa4b[69]]-=_0xaa59x5f;var _0xaa59x23=_0xaa59x34[_0xfa4b[70]];_0xaa59x34[_0xfa4b[70]]=_0xaa59x34[_0xfa4b[71]];_0xaa59x34[_0xfa4b[71]]=_0xaa59x23};var _0xaa59x60=this[_0xfa4b[128]](_0xaa59x34);if(this[_0xfa4b[83]][_0xfa4b[123]][_0xfa4b[129]]){_0xaa59x60[_0xfa4b[68]]=2*_0xaa59x34[_0xfa4b[68]]+_0xaa59x34[_0xfa4b[70]]-_0xaa59x60[_0xfa4b[68]]};if(this[_0xfa4b[83]][_0xfa4b[123]][_0xfa4b[130]]){_0xaa59x60[_0xfa4b[69]]=2*_0xaa59x34[_0xfa4b[69]]+_0xaa59x34[_0xfa4b[71]]-_0xaa59x60[_0xfa4b[69]]};_0xaa59x60=mxUtils[_0xfa4b[133]](_0xaa59x60,_0xaa59x5d,_0xaa59x5e, new mxPoint(this[_0xfa4b[83]][_0xfa4b[131]](),this[_0xfa4b[83]][_0xfa4b[132]]()));return new mxRectangle(_0xaa59x60[_0xfa4b[68]]-_0xaa59x4f/2,_0xaa59x60[_0xfa4b[69]]-_0xaa59x4f/2,_0xaa59x4f,_0xaa59x4f)};_0xaa59x54[_0xfa4b[0]][_0xfa4b[128]]=function(_0xaa59x34){return null};_0xaa59x54[_0xfa4b[0]][_0xfa4b[115]]=function(_0xaa59x58){};_0xaa59x54[_0xfa4b[0]][_0xfa4b[110]]=function(_0xaa59x58){_0xaa59x58[_0xfa4b[68]]=Math[_0xfa4b[34]](this[_0xfa4b[83]][_0xfa4b[68]],Math[_0xfa4b[6]](this[_0xfa4b[83]][_0xfa4b[68]]+this[_0xfa4b[83]][_0xfa4b[70]],_0xaa59x58[_0xfa4b[68]]));_0xaa59x58[_0xfa4b[69]]=Math[_0xfa4b[34]](this[_0xfa4b[83]][_0xfa4b[69]],Math[_0xfa4b[6]](this[_0xfa4b[83]][_0xfa4b[69]]+this[_0xfa4b[83]][_0xfa4b[71]],_0xaa59x58[_0xfa4b[69]]))};_0xaa59x54[_0xfa4b[0]][_0xfa4b[120]]=function(){};function _0xaa59x61(_0xaa59x33){_0xaa59x54[_0xfa4b[24]](this,_0xaa59x33)}mxUtils[_0xfa4b[25]](_0xaa59x61,_0xaa59x54);_0xaa59x61[_0xfa4b[0]][_0xfa4b[128]]=function(_0xaa59x34){var _0xaa59x5a=this[_0xfa4b[84]][_0xfa4b[93]]()[_0xfa4b[113]];var _0xaa59xb=Math[_0xfa4b[6]](_0xaa59x34[_0xfa4b[70]],mxUtils[_0xfa4b[5]](this[_0xfa4b[83]][_0xfa4b[4]],_0xfa4b[14],60)*_0xaa59x5a);var _0xaa59xc=Math[_0xfa4b[6]](_0xaa59x34[_0xfa4b[71]],mxUtils[_0xfa4b[5]](this[_0xfa4b[83]][_0xfa4b[4]],_0xfa4b[15],20)*_0xaa59x5a);var _0xaa59xd=mxUtils[_0xfa4b[5]](this[_0xfa4b[83]][_0xfa4b[4]],_0xfa4b[16],_0xfa4b[17]);var _0xaa59x3=(_0xaa59xd==_0xfa4b[18])?_0xaa59x34[_0xfa4b[68]]+_0xaa59xb:_0xaa59x34[_0xfa4b[68]]+_0xaa59x34[_0xfa4b[70]]-_0xaa59xb;return new mxPoint(_0xaa59x3,_0xaa59x34[_0xfa4b[69]]+_0xaa59xc)};_0xaa59x61[_0xfa4b[0]][_0xfa4b[115]]=function(_0xaa59x58){var _0xaa59x5b=this[_0xfa4b[83]][_0xfa4b[123]][_0xfa4b[122]]();var _0xaa59x5c=mxUtils[_0xfa4b[124]](_0xaa59x5b);var _0xaa59x5d=Math[_0xfa4b[125]](-_0xaa59x5c);var _0xaa59x5e=Math[_0xfa4b[126]](-_0xaa59x5c);var _0xaa59x34= new mxRectangle(this[_0xfa4b[83]][_0xfa4b[68]],this[_0xfa4b[83]][_0xfa4b[69]],this[_0xfa4b[83]][_0xfa4b[70]],this[_0xfa4b[83]][_0xfa4b[71]]);if(this[_0xfa4b[83]][_0xfa4b[123]][_0xfa4b[127]]()){var _0xaa59x5f=(_0xaa59x34[_0xfa4b[70]]-_0xaa59x34[_0xfa4b[71]])/2;_0xaa59x34[_0xfa4b[68]]+=_0xaa59x5f;_0xaa59x34[_0xfa4b[69]]-=_0xaa59x5f;var _0xaa59x23=_0xaa59x34[_0xfa4b[70]];_0xaa59x34[_0xfa4b[70]]=_0xaa59x34[_0xfa4b[71]];_0xaa59x34[_0xfa4b[71]]=_0xaa59x23};var _0xaa59x60= new mxPoint(_0xaa59x58[_0xfa4b[68]],_0xaa59x58[_0xfa4b[69]]);_0xaa59x60=mxUtils[_0xfa4b[133]](_0xaa59x60,_0xaa59x5d,_0xaa59x5e, new mxPoint(this[_0xfa4b[83]][_0xfa4b[131]](),this[_0xfa4b[83]][_0xfa4b[132]]()));if(this[_0xfa4b[83]][_0xfa4b[123]][_0xfa4b[129]]){_0xaa59x60[_0xfa4b[68]]=2*_0xaa59x34[_0xfa4b[68]]+_0xaa59x34[_0xfa4b[70]]-_0xaa59x60[_0xfa4b[68]]};if(this[_0xfa4b[83]][_0xfa4b[123]][_0xfa4b[130]]){_0xaa59x60[_0xfa4b[69]]=2*_0xaa59x34[_0xfa4b[69]]+_0xaa59x34[_0xfa4b[71]]-_0xaa59x60[_0xfa4b[69]]};var _0xaa59x62=this[_0xfa4b[134]](_0xaa59x60,_0xaa59x34);if(_0xaa59x62!=null){if(this[_0xfa4b[83]][_0xfa4b[123]][_0xfa4b[129]]){_0xaa59x62[_0xfa4b[68]]=2*_0xaa59x34[_0xfa4b[68]]+_0xaa59x34[_0xfa4b[70]]-_0xaa59x62[_0xfa4b[68]]};if(this[_0xfa4b[83]][_0xfa4b[123]][_0xfa4b[130]]){_0xaa59x62[_0xfa4b[69]]=2*_0xaa59x34[_0xfa4b[69]]+_0xaa59x34[_0xfa4b[71]]-_0xaa59x62[_0xfa4b[69]]};_0xaa59x5d=Math[_0xfa4b[125]](_0xaa59x5c);_0xaa59x5e=Math[_0xfa4b[126]](_0xaa59x5c);_0xaa59x62=mxUtils[_0xfa4b[133]](_0xaa59x62,_0xaa59x5d,_0xaa59x5e, new mxPoint(this[_0xfa4b[83]][_0xfa4b[131]](),this[_0xfa4b[83]][_0xfa4b[132]]()));_0xaa59x58[_0xfa4b[68]]=_0xaa59x62[_0xfa4b[68]];_0xaa59x58[_0xfa4b[69]]=_0xaa59x62[_0xfa4b[69]]}};_0xaa59x61[_0xfa4b[0]][_0xfa4b[134]]=function(_0xaa59x60,_0xaa59x34){var _0xaa59xd=mxUtils[_0xfa4b[5]](this[_0xfa4b[83]][_0xfa4b[4]],_0xfa4b[16],_0xfa4b[17]);var _0xaa59xb=(_0xaa59xd==_0xfa4b[18])?_0xaa59x60[_0xfa4b[68]]-_0xaa59x34[_0xfa4b[68]]:_0xaa59x34[_0xfa4b[68]]+_0xaa59x34[_0xfa4b[70]]-_0xaa59x60[_0xfa4b[68]];var _0xaa59xc=_0xaa59x60[_0xfa4b[69]]-_0xaa59x34[_0xfa4b[69]];var _0xaa59x5a=this[_0xfa4b[84]][_0xfa4b[93]]()[_0xfa4b[113]];this[_0xfa4b[83]][_0xfa4b[4]][_0xfa4b[14]]=Math[_0xfa4b[135]](Math[_0xfa4b[34]](1,_0xaa59xb)/_0xaa59x5a);this[_0xfa4b[83]][_0xfa4b[4]][_0xfa4b[15]]=Math[_0xfa4b[135]](Math[_0xfa4b[34]](1,_0xaa59xc)/_0xaa59x5a)};_0xaa59x61[_0xfa4b[0]][_0xfa4b[120]]=function(){var _0xaa59x63=this[_0xfa4b[84]][_0xfa4b[136]]();_0xaa59x63[_0xfa4b[137]]();try{this[_0xfa4b[83]][_0xfa4b[85]][_0xfa4b[84]][_0xfa4b[139]](_0xfa4b[14],this[_0xfa4b[83]][_0xfa4b[4]][_0xfa4b[14]],[this[_0xfa4b[83]][_0xfa4b[138]]]);this[_0xfa4b[83]][_0xfa4b[85]][_0xfa4b[84]][_0xfa4b[139]](_0xfa4b[15],this[_0xfa4b[83]][_0xfa4b[4]][_0xfa4b[15]],[this[_0xfa4b[83]][_0xfa4b[138]]])}finally{_0xaa59x63[_0xfa4b[140]]()}};function _0xaa59x64(_0xaa59x33){_0xaa59x61[_0xfa4b[24]](this,_0xaa59x33)}mxUtils[_0xfa4b[25]](_0xaa59x64,_0xaa59x61);_0xaa59x64[_0xfa4b[0]][_0xfa4b[128]]=function(_0xaa59x34){var _0xaa59x5a=this[_0xfa4b[84]][_0xfa4b[93]]()[_0xfa4b[113]];var _0xaa59x65=mxUtils[_0xfa4b[5]](this[_0xfa4b[83]][_0xfa4b[4]],mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE);return new mxPoint(_0xaa59x34[_0xfa4b[68]]+_0xaa59x34[_0xfa4b[70]]/2,_0xaa59x34[_0xfa4b[69]]+Math[_0xfa4b[6]](_0xaa59x34[_0xfa4b[71]],_0xaa59x65*_0xaa59x5a))};_0xaa59x64[_0xfa4b[0]][_0xfa4b[134]]=function(_0xaa59x58,_0xaa59x34){_0xaa59x58[_0xfa4b[68]]=_0xaa59x34[_0xfa4b[68]]+_0xaa59x34[_0xfa4b[70]]/2;startSize=_0xaa59x58[_0xfa4b[69]]-_0xaa59x34[_0xfa4b[69]];var _0xaa59x5a=this[_0xfa4b[84]][_0xfa4b[93]]()[_0xfa4b[113]];this[_0xfa4b[83]][_0xfa4b[4]][_0xfa4b[141]]=Math[_0xfa4b[135]](Math[_0xfa4b[34]](1,startSize)/_0xaa59x5a);return _0xaa59x58};_0xaa59x64[_0xfa4b[0]][_0xfa4b[120]]=function(){this[_0xfa4b[83]][_0xfa4b[85]][_0xfa4b[84]][_0xfa4b[139]](_0xfa4b[141],this[_0xfa4b[83]][_0xfa4b[4]][_0xfa4b[141]],[this[_0xfa4b[83]][_0xfa4b[138]]])};function _0xaa59x66(_0xaa59x33){_0xaa59x61[_0xfa4b[24]](this,_0xaa59x33)}mxUtils[_0xfa4b[25]](_0xaa59x66,_0xaa59x61);_0xaa59x66[_0xfa4b[0]][_0xfa4b[142]]=20;_0xaa59x66[_0xfa4b[0]][_0xfa4b[143]]=1;_0xaa59x66[_0xfa4b[0]][_0xfa4b[128]]=function(_0xaa59x34){var _0xaa59x5a=this[_0xfa4b[84]][_0xfa4b[93]]()[_0xfa4b[113]];var _0xaa59x67=Math[_0xfa4b[6]](_0xaa59x34[_0xfa4b[70]],Math[_0xfa4b[6]](_0xaa59x34[_0xfa4b[71]],mxUtils[_0xfa4b[5]](this[_0xfa4b[83]][_0xfa4b[4]],_0xfa4b[2],this[_0xfa4b[142]])*_0xaa59x5a/this[_0xfa4b[143]]));return new mxPoint(_0xaa59x34[_0xfa4b[68]]+_0xaa59x67,_0xaa59x34[_0xfa4b[69]]+_0xaa59x67)};_0xaa59x66[_0xfa4b[0]][_0xfa4b[134]]=function(_0xaa59x60,_0xaa59x34){var _0xaa59x4f=Math[_0xfa4b[34]](0,Math[_0xfa4b[6]](Math[_0xfa4b[6]](_0xaa59x34[_0xfa4b[70]]/this[_0xfa4b[143]],_0xaa59x60[_0xfa4b[68]]-_0xaa59x34[_0xfa4b[68]]),Math[_0xfa4b[6]](_0xaa59x34[_0xfa4b[71]]/this[_0xfa4b[143]],_0xaa59x60[_0xfa4b[69]]-_0xaa59x34[_0xfa4b[69]])));var _0xaa59x5a=this[_0xfa4b[84]][_0xfa4b[93]]()[_0xfa4b[113]];this[_0xfa4b[83]][_0xfa4b[4]][_0xfa4b[2]]=Math[_0xfa4b[135]](Math[_0xfa4b[34]](1,_0xaa59x4f)/_0xaa59x5a)*this[_0xfa4b[143]];return new mxPoint(_0xaa59x34[_0xfa4b[68]]+_0xaa59x4f,_0xaa59x34[_0xfa4b[69]]+_0xaa59x4f)};_0xaa59x66[_0xfa4b[0]][_0xfa4b[120]]=function(){this[_0xfa4b[83]][_0xfa4b[85]][_0xfa4b[84]][_0xfa4b[139]](_0xfa4b[2],this[_0xfa4b[83]][_0xfa4b[4]][_0xfa4b[2]],[this[_0xfa4b[83]][_0xfa4b[138]]])};function _0xaa59x68(_0xaa59x33){_0xaa59x66[_0xfa4b[24]](this,_0xaa59x33)}mxUtils[_0xfa4b[25]](_0xaa59x68,_0xaa59x66);_0xaa59x68[_0xfa4b[0]][_0xfa4b[142]]=30;_0xaa59x68[_0xfa4b[0]][_0xfa4b[143]]=2;function _0xaa59x69(_0xaa59x33){_0xaa59x66[_0xfa4b[24]](this,_0xaa59x33)}mxUtils[_0xfa4b[25]](_0xaa59x69,_0xaa59x66);_0xaa59x69[_0xfa4b[0]][_0xfa4b[142]]=30;_0xaa59x69[_0xfa4b[0]][_0xfa4b[143]]=1;_0xaa59x69[_0xfa4b[0]][_0xfa4b[128]]=function(_0xaa59x34){var _0xaa59x5a=this[_0xfa4b[84]][_0xfa4b[93]]()[_0xfa4b[113]];var _0xaa59x67=Math[_0xfa4b[6]](_0xaa59x34[_0xfa4b[70]],Math[_0xfa4b[6]](_0xaa59x34[_0xfa4b[71]],mxUtils[_0xfa4b[5]](this[_0xfa4b[83]][_0xfa4b[4]],_0xfa4b[2],this[_0xfa4b[142]])*_0xaa59x5a/this[_0xfa4b[143]]));return new mxPoint(_0xaa59x34[_0xfa4b[68]]+_0xaa59x34[_0xfa4b[70]]-_0xaa59x67,_0xaa59x34[_0xfa4b[69]]+_0xaa59x67)};_0xaa59x69[_0xfa4b[0]][_0xfa4b[134]]=function(_0xaa59x60,_0xaa59x34){var _0xaa59x4f=Math[_0xfa4b[34]](0,Math[_0xfa4b[6]](Math[_0xfa4b[6]](_0xaa59x34[_0xfa4b[70]]/this[_0xfa4b[143]],_0xaa59x60[_0xfa4b[68]]-_0xaa59x34[_0xfa4b[68]]+_0xaa59x34[_0xfa4b[70]]),Math[_0xfa4b[6]](_0xaa59x34[_0xfa4b[71]]/this[_0xfa4b[143]],_0xaa59x60[_0xfa4b[69]]-_0xaa59x34[_0xfa4b[69]])));var _0xaa59x5a=this[_0xfa4b[84]][_0xfa4b[93]]()[_0xfa4b[113]];this[_0xfa4b[83]][_0xfa4b[4]][_0xfa4b[2]]=Math[_0xfa4b[135]](Math[_0xfa4b[34]](1,_0xaa59x4f)/_0xaa59x5a)*this[_0xfa4b[143]];return new mxPoint(_0xaa59x34[_0xfa4b[68]]+_0xaa59x34[_0xfa4b[70]]-_0xaa59x4f,_0xaa59x34[_0xfa4b[69]]+_0xaa59x4f)};function _0xaa59x6a(_0xaa59x33){_0xaa59x66[_0xfa4b[24]](this,_0xaa59x33)}mxUtils[_0xfa4b[25]](_0xaa59x6a,_0xaa59x66);_0xaa59x6a[_0xfa4b[0]][_0xfa4b[142]]=0.2;_0xaa59x6a[_0xfa4b[0]][_0xfa4b[143]]=1;_0xaa59x6a[_0xfa4b[0]][_0xfa4b[128]]=function(_0xaa59x34){var _0xaa59x67=mxUtils[_0xfa4b[5]](this[_0xfa4b[83]][_0xfa4b[4]],_0xfa4b[2],this[_0xfa4b[142]]);return new mxPoint(_0xaa59x34[_0xfa4b[68]]+_0xaa59x34[_0xfa4b[70]]*_0xaa59x67,_0xaa59x34[_0xfa4b[69]]+_0xaa59x34[_0xfa4b[71]]/2)};_0xaa59x6a[_0xfa4b[0]][_0xfa4b[134]]=function(_0xaa59x60,_0xaa59x34){var _0xaa59x4f=Math[_0xfa4b[6]](1,(_0xaa59x60[_0xfa4b[68]]-_0xaa59x34[_0xfa4b[68]])/_0xaa59x34[_0xfa4b[70]]);this[_0xfa4b[83]][_0xfa4b[4]][_0xfa4b[2]]=_0xaa59x4f;return new mxPoint(_0xaa59x34[_0xfa4b[68]]+_0xaa59x4f*_0xaa59x34[_0xfa4b[70]],_0xaa59x34[_0xfa4b[69]]+_0xaa59x34[_0xfa4b[71]]/2)};function _0xaa59x6b(_0xaa59x33){_0xaa59x66[_0xfa4b[24]](this,_0xaa59x33)}mxUtils[_0xfa4b[25]](_0xaa59x6b,_0xaa59x66);_0xaa59x6b[_0xfa4b[0]][_0xfa4b[142]]=0.4;_0xaa59x6b[_0xfa4b[0]][_0xfa4b[143]]=1;_0xaa59x6b[_0xfa4b[0]][_0xfa4b[128]]=function(_0xaa59x34){var _0xaa59x67=mxUtils[_0xfa4b[5]](this[_0xfa4b[83]][_0xfa4b[4]],_0xfa4b[2],this[_0xfa4b[142]]);return new mxPoint(_0xaa59x34[_0xfa4b[68]]+_0xaa59x34[_0xfa4b[70]]/2,_0xaa59x34[_0xfa4b[69]]+_0xaa59x67*_0xaa59x34[_0xfa4b[71]]/2)};_0xaa59x6b[_0xfa4b[0]][_0xfa4b[134]]=function(_0xaa59x60,_0xaa59x34){var _0xaa59x4f=Math[_0xfa4b[34]](0,Math[_0xfa4b[6]](1,((_0xaa59x60[_0xfa4b[69]]-_0xaa59x34[_0xfa4b[69]])/_0xaa59x34[_0xfa4b[71]])*2));this[_0xfa4b[83]][_0xfa4b[4]][_0xfa4b[2]]=_0xaa59x4f;return new mxPoint(_0xaa59x34[_0xfa4b[68]]+_0xaa59x34[_0xfa4b[70]]/2,_0xaa59x34[_0xfa4b[69]]+_0xaa59x4f*_0xaa59x34[_0xfa4b[71]]/2)};var _0xaa59x6c={"\x73\x77\x69\x6D\x6C\x61\x6E\x65":_0xaa59x64,"\x66\x6F\x6C\x64\x65\x72":_0xaa59x61,"\x63\x75\x62\x65":_0xaa59x66,"\x63\x61\x72\x64":_0xaa59x68,"\x6E\x6F\x74\x65":_0xaa59x69,"\x73\x74\x65\x70":_0xaa59x6a,"\x74\x61\x70\x65":_0xaa59x6b};var _0xaa59x6d=mxGraph[_0xfa4b[0]][_0xfa4b[144]];mxGraph[_0xfa4b[0]][_0xfa4b[144]]=function(_0xaa59x33){if(_0xaa59x33!=null){var _0xaa59x6e=_0xaa59x6c[_0xaa59x33[_0xfa4b[4]][_0xfa4b[123]]];if(_0xaa59x6e!=null){return new _0xaa59x6e(_0xaa59x33)}};return _0xaa59x6d[_0xfa4b[30]](this,arguments)}};mxGraph[_0xfa4b[0]][_0xfa4b[145]]=function(_0xaa59x6f,_0xaa59x50){if(_0xaa59x6f!=null&&_0xaa59x6f[_0xfa4b[123]]!=null){if(_0xaa59x6f[_0xfa4b[123]][_0xfa4b[146]]!=null){if(_0xaa59x6f[_0xfa4b[123]][_0xfa4b[146]]!=null){return _0xaa59x6f[_0xfa4b[123]][_0xfa4b[146]][_0xfa4b[147]]}}else {if(_0xaa59x6f[_0xfa4b[123]][_0xfa4b[147]]!=null){return _0xaa59x6f[_0xfa4b[123]][_0xfa4b[147]]}}};return null};mxRectangleShape[_0xfa4b[0]][_0xfa4b[147]]=[ new mxConnectionConstraint( new mxPoint(0.25,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.75,0),true), new mxConnectionConstraint( new mxPoint(0,0.25),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0,0.75),true), new mxConnectionConstraint( new mxPoint(1,0.25),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.75),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true)];mxLabel[_0xfa4b[0]][_0xfa4b[147]]=mxRectangleShape[_0xfa4b[0]][_0xfa4b[147]];mxImageShape[_0xfa4b[0]][_0xfa4b[147]]=mxRectangleShape[_0xfa4b[0]][_0xfa4b[147]];mxSwimlane[_0xfa4b[0]][_0xfa4b[147]]=mxRectangleShape[_0xfa4b[0]][_0xfa4b[147]];_0xaa59x14[_0xfa4b[0]][_0xfa4b[147]]=mxRectangleShape[_0xfa4b[0]][_0xfa4b[147]];_0xaa59x9[_0xfa4b[0]][_0xfa4b[147]]=mxRectangleShape[_0xfa4b[0]][_0xfa4b[147]];_0xaa59x10[_0xfa4b[0]][_0xfa4b[147]]=mxRectangleShape[_0xfa4b[0]][_0xfa4b[147]];_0xaa59x1[_0xfa4b[0]][_0xfa4b[147]]=mxRectangleShape[_0xfa4b[0]][_0xfa4b[147]];_0xaa59xa[_0xfa4b[0]][_0xfa4b[147]]=mxRectangleShape[_0xfa4b[0]][_0xfa4b[147]];mxCylinder[_0xfa4b[0]][_0xfa4b[147]]=[ new mxConnectionConstraint( new mxPoint(0.15,0.05),false), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.85,0.05),false), new mxConnectionConstraint( new mxPoint(0,0.3),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0,0.7),true), new mxConnectionConstraint( new mxPoint(1,0.3),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.7),true), new mxConnectionConstraint( new mxPoint(0.15,0.95),false), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.85,0.95),false)];_0xaa59x25[_0xfa4b[0]][_0xfa4b[147]]=[ new mxConnectionConstraint( new mxPoint(0.25,0.1),false), new mxConnectionConstraint( new mxPoint(0.5,0),false), new mxConnectionConstraint( new mxPoint(0.75,0.1),false), new mxConnectionConstraint( new mxPoint(0,1/3),false), new mxConnectionConstraint( new mxPoint(0,1),false), new mxConnectionConstraint( new mxPoint(1,1/3),false), new mxConnectionConstraint( new mxPoint(1,1),false), new mxConnectionConstraint( new mxPoint(0.5,0.5),false)];_0xaa59x28[_0xfa4b[0]][_0xfa4b[147]]=[ new mxConnectionConstraint( new mxPoint(0.25,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.75,0),true), new mxConnectionConstraint( new mxPoint(0,0.3),true), new mxConnectionConstraint( new mxPoint(0,0.7),true), new mxConnectionConstraint( new mxPoint(1,0.25),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.75),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true)];mxActor[_0xfa4b[0]][_0xfa4b[147]]=[ new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.25,0.2),false), new mxConnectionConstraint( new mxPoint(0.1,0.5),false), new mxConnectionConstraint( new mxPoint(0,0.75),true), new mxConnectionConstraint( new mxPoint(0.75,0.25),false), new mxConnectionConstraint( new mxPoint(0.9,0.5),false), new mxConnectionConstraint( new mxPoint(1,0.75),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true)];_0xaa59x11[_0xfa4b[0]][_0xfa4b[147]]=[ new mxConnectionConstraint( new mxPoint(0,0.35),false), new mxConnectionConstraint( new mxPoint(0,0.5),false), new mxConnectionConstraint( new mxPoint(0,0.65),false), new mxConnectionConstraint( new mxPoint(1,0.35),false), new mxConnectionConstraint( new mxPoint(1,0.5),false), new mxConnectionConstraint( new mxPoint(1,0.65),false), new mxConnectionConstraint( new mxPoint(0.25,1),false), new mxConnectionConstraint( new mxPoint(0.75,0),false)];_0xaa59x13[_0xfa4b[0]][_0xfa4b[147]]=[ new mxConnectionConstraint( new mxPoint(0.25,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.75,0),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true), new mxConnectionConstraint( new mxPoint(0.1,0.25),false), new mxConnectionConstraint( new mxPoint(0.2,0.5),false), new mxConnectionConstraint( new mxPoint(0.1,0.75),false), new mxConnectionConstraint( new mxPoint(0.9,0.25),false), new mxConnectionConstraint( new mxPoint(1,0.5),false), new mxConnectionConstraint( new mxPoint(0.9,0.75),false)];mxLine[_0xfa4b[0]][_0xfa4b[147]]=[ new mxConnectionConstraint( new mxPoint(0,0.5),false), new mxConnectionConstraint( new mxPoint(0.25,0.5),false), new mxConnectionConstraint( new mxPoint(0.75,0.5),false), new mxConnectionConstraint( new mxPoint(1,0.5),false)];_0xaa59x26[_0xfa4b[0]][_0xfa4b[147]]=[ new mxConnectionConstraint( new mxPoint(0.5,0),false), new mxConnectionConstraint( new mxPoint(0.5,1),false)];mxEllipse[_0xfa4b[0]][_0xfa4b[147]]=[ new mxConnectionConstraint( new mxPoint(0,0),true), new mxConnectionConstraint( new mxPoint(1,0),true), new mxConnectionConstraint( new mxPoint(0,1),true), new mxConnectionConstraint( new mxPoint(1,1),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.5))];mxDoubleEllipse[_0xfa4b[0]][_0xfa4b[147]]=mxEllipse[_0xfa4b[0]][_0xfa4b[147]];mxRhombus[_0xfa4b[0]][_0xfa4b[147]]=mxEllipse[_0xfa4b[0]][_0xfa4b[147]];mxTriangle[_0xfa4b[0]][_0xfa4b[147]]=[ new mxConnectionConstraint( new mxPoint(0,0.25),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0,0.75),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(1,0.5),true)];mxHexagon[_0xfa4b[0]][_0xfa4b[147]]=[ new mxConnectionConstraint( new mxPoint(0.375,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.625,0),true), new mxConnectionConstraint( new mxPoint(0.125,0.25),false), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0.125,0.75),false), new mxConnectionConstraint( new mxPoint(0.875,0.25),false), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(0.875,0.75),false), new mxConnectionConstraint( new mxPoint(0.375,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.625,1),true)];mxCloud[_0xfa4b[0]][_0xfa4b[147]]=[ new mxConnectionConstraint( new mxPoint(0.25,0.25),false), new mxConnectionConstraint( new mxPoint(0.4,0.1),false), new mxConnectionConstraint( new mxPoint(0.16,0.55),false), new mxConnectionConstraint( new mxPoint(0.07,0.4),false), new mxConnectionConstraint( new mxPoint(0.31,0.8),false), new mxConnectionConstraint( new mxPoint(0.13,0.77),false), new mxConnectionConstraint( new mxPoint(0.8,0.8),false), new mxConnectionConstraint( new mxPoint(0.55,0.95),false), new mxConnectionConstraint( new mxPoint(0.875,0.5),false), new mxConnectionConstraint( new mxPoint(0.96,0.7),false), new mxConnectionConstraint( new mxPoint(0.625,0.2),false), new mxConnectionConstraint( new mxPoint(0.88,0.25),false)];mxArrow[_0xfa4b[0]][_0xfa4b[147]]=null})() \ No newline at end of file diff --git a/public/assets/plugins/jscripty/js/Sidebar.js b/public/assets/plugins/jscripty/js/Sidebar.js index 79a228b..240aac7 100644 --- a/public/assets/plugins/jscripty/js/Sidebar.js +++ b/public/assets/plugins/jscripty/js/Sidebar.js @@ -1 +1 @@ -var _0x37cd=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x64\x69\x74\x6F\x72\x55\x69","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x70\x61\x6C\x65\x74\x74\x65\x73","\x73\x68\x6F\x77\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x67\x72\x61\x70\x68","\x64\x69\x76","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x65\x64\x69\x74\x6F\x72","\x72\x65\x73\x65\x74\x56\x69\x65\x77\x4F\x6E\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x61\x75\x74\x6F\x53\x63\x72\x6F\x6C\x6C","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x76\x69\x73\x69\x62\x69\x6C\x69\x74\x79","\x73\x74\x79\x6C\x65","\x68\x69\x64\x64\x65\x6E","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x62\x6F\x64\x79","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x6D\x6F\x75\x73\x65\x75\x70","\x62\x69\x6E\x64","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x73\x63\x72\x6F\x6C\x6C","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x68\x69\x64\x65\x54\x6F\x6F\x6C\x74\x69\x70","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x67\x65\x74\x53\x6F\x75\x72\x63\x65","\x63\x75\x72\x72\x65\x6E\x74\x45\x6C\x74","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x6D\x6F\x75\x73\x65\x6F\x75\x74","\x74\x6F\x45\x6C\x65\x6D\x65\x6E\x74","\x72\x65\x6C\x61\x74\x65\x64\x54\x61\x72\x67\x65\x74","\x69\x6E\x69\x74","\x73\x72\x63","\x2F\x74\x6F\x6F\x6C\x74\x69\x70\x2E\x70\x6E\x67","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x6C\x6F\x67","\x65\x6E\x74\x72\x79","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x67\x65\x74","\x2F","\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67","\x73\x74\x61\x72\x74","\x71\x75\x65\x73\x74\x69\x6F\x6E","\x69\x6E\x70\x75\x74","\x65\x6E\x64","\x61\x64\x64\x49\x6D\x61\x67\x65\x50\x61\x6C\x65\x74\x74\x65","\x65\x6E\x61\x62\x6C\x65\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x42\x6F\x72\x64\x65\x72","\x74\x68\x75\x6D\x62\x42\x6F\x72\x64\x65\x72","\x74\x6F\x6F\x6C\x74\x69\x70\x44\x65\x6C\x61\x79","\x69\x6E\x73\x74\x61\x6C\x6C\x45\x64\x67\x65\x73","\x67\x65\x61\x72\x49\x6D\x61\x67\x65","\x2F\x63\x6C\x69\x70\x61\x72\x74\x2F\x47\x65\x61\x72\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67","\x74\x68\x75\x6D\x62\x57\x69\x64\x74\x68","\x74\x68\x75\x6D\x62\x48\x65\x69\x67\x68\x74","\x74\x68\x75\x6D\x62\x50\x61\x64\x64\x69\x6E\x67","\x73\x69\x64\x65\x62\x61\x72\x54\x69\x74\x6C\x65\x53\x69\x7A\x65","\x73\x69\x64\x65\x62\x61\x72\x54\x69\x74\x6C\x65\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x54\x69\x74\x6C\x65\x73","\x73\x68\x6F\x77\x54\x6F\x6F\x6C\x74\x69\x70","\x74\x68\x72\x65\x61\x64","\x63\x6C\x65\x61\x72\x54\x69\x6D\x65\x6F\x75\x74","\x74\x6F\x6F\x6C\x74\x69\x70","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x53\x69\x64\x65\x62\x61\x72\x54\x6F\x6F\x6C\x74\x69\x70","\x67\x72\x61\x70\x68\x32","\x73\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x76\x69\x65\x77","\x49\x53\x5F\x53\x56\x47","\x63\x61\x6E\x76\x61\x73","\x72\x65\x6C\x61\x74\x69\x76\x65","\x74\x6F\x6F\x6C\x74\x69\x70\x49\x6D\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x49\x6D\x61\x67\x65","\x77\x69\x64\x74\x68","\x31\x34\x70\x78","\x68\x65\x69\x67\x68\x74","\x32\x37\x70\x78","\x64\x69\x73\x70\x6C\x61\x79","\x62\x6C\x6F\x63\x6B","\x6C\x61\x62\x65\x6C\x73\x56\x69\x73\x69\x62\x6C\x65","\x63\x6C\x65\x61\x72","\x6D\x6F\x64\x65\x6C","\x61\x64\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x76\x69\x73\x69\x62\x6C\x65","\x70\x78","\x6C\x65\x6E\x67\x74\x68","\x74\x6F\x6F\x6C\x74\x69\x70\x54\x69\x74\x6C\x65","\x62\x6F\x72\x64\x65\x72\x54\x6F\x70","\x31\x70\x78\x20\x73\x6F\x6C\x69\x64\x20\x67\x72\x61\x79","\x74\x65\x78\x74\x41\x6C\x69\x67\x6E","\x63\x65\x6E\x74\x65\x72","\x31\x30\x30\x25","\x70\x61\x64\x64\x69\x6E\x67\x54\x6F\x70","\x32\x70\x78","\x36\x70\x78","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","","\x77\x72\x69\x74\x65","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x6D\x61\x72\x67\x69\x6E\x54\x6F\x70","\x74\x6F\x70","\x6E\x6F\x6E\x65","\x78","\x6D\x69\x6E","\x79","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x73\x70\x6C\x69\x74\x53\x69\x7A\x65","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x6D\x61\x78","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x28","\x2C","\x29","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x6C\x65\x66\x74","\x64\x72\x61\x77\x50\x61\x6E\x65","\x73\x65\x74\x54\x69\x6D\x65\x6F\x75\x74","\x63\x72\x65\x61\x74\x65\x54\x69\x74\x6C\x65","\x61","\x68\x72\x65\x66","\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3A\x76\x6F\x69\x64\x28\x30\x29\x3B","\x67\x65\x54\x69\x74\x6C\x65","\x63\x72\x65\x61\x74\x65\x54\x68\x75\x6D\x62","\x73\x63\x61\x6C\x65\x41\x6E\x64\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x66\x6C\x6F\x6F\x72","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x4E\x4F\x5F\x46\x4F","\x63\x6C\x6F\x6E\x65\x4E\x6F\x64\x65","\x6F\x77\x6E\x65\x72\x53\x56\x47\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x74\x43\x61\x6E\x76\x61\x73","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x49\x53\x5F\x49\x45\x36","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x49\x6D\x61\x67\x65","\x63\x75\x72\x73\x6F\x72","\x70\x6F\x69\x6E\x74\x65\x72","\x6D\x69\x6E\x57\x69\x64\x74\x68","\x6D\x69\x6E\x48\x65\x69\x67\x68\x74","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x6E\x6F\x77\x72\x61\x70","\x49\x53\x5F\x49\x45","\x34\x70\x78","\x63\x72\x65\x61\x74\x65\x49\x74\x65\x6D","\x67\x65\x49\x74\x65\x6D","\x70\x61\x64\x64\x69\x6E\x67","\x63\x6C\x69\x63\x6B","\x63\x6F\x6E\x73\x75\x6D\x65","\x63\x72\x65\x61\x74\x65\x44\x72\x6F\x70\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x49\x6D\x70\x6F\x72\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x69\x73\x56\x61\x6C\x69\x64\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x69\x73\x53\x70\x6C\x69\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x70\x6C\x69\x74\x54\x61\x72\x67\x65\x74","\x73\x70\x6C\x69\x74\x45\x64\x67\x65","\x69\x6D\x70\x6F\x72\x74\x43\x65\x6C\x6C\x73","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x63\x72\x65\x61\x74\x65\x44\x72\x61\x67\x50\x72\x65\x76\x69\x65\x77","\x62\x6F\x72\x64\x65\x72","\x31\x70\x78\x20\x64\x61\x73\x68\x65\x64\x20\x62\x6C\x61\x63\x6B","\x63\x72\x65\x61\x74\x65\x44\x72\x61\x67\x53\x6F\x75\x72\x63\x65","\x61\x75\x74\x6F\x73\x63\x72\x6F\x6C\x6C","\x6D\x61\x6B\x65\x44\x72\x61\x67\x67\x61\x62\x6C\x65","\x67\x65\x74\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x61\x70\x70\x6C\x79","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x61\x64\x64\x43\x6C\x69\x63\x6B\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x6D\x6F\x75\x73\x65\x55\x70","\x69\x73\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x63\x75\x72\x72\x65\x6E\x74\x47\x72\x61\x70\x68","\x74\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x61\x62\x73","\x67\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x64\x72\x6F\x70","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x6C\x61\x62\x65\x6C","\x66\x6F\x72\x45\x61\x63\x68","\x63\x72\x65\x61\x74\x65\x56\x65\x72\x74\x65\x78\x54\x65\x6D\x70\x6C\x61\x74\x65","\x69\x64","\x74\x65\x78\x74","\x73\x74\x61\x74\x65","\x30","\x4F\x46\x46","\x6F\x74\x68\x65\x72","\x61\x64\x64","\x76\x65\x72\x74\x65\x78","\x63\x72\x65\x61\x74\x65\x56\x65\x72\x74\x65\x78\x54\x65\x6D\x70\x6C\x61\x74\x65\x46\x72\x6F\x6D\x43\x65\x6C\x6C\x73","\x69\x73\x47\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x54\x65\x6D\x70\x6C\x61\x74\x65","\x73\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x6F\x6D\x65\x74\x72\x79","\x65\x64\x67\x65","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x46\x72\x6F\x6D\x43\x65\x6C\x6C\x73","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x23\x66\x66\x66\x66\x66\x66","\x61\x64\x64\x50\x61\x6C\x65\x74\x74\x65","\x67\x65\x53\x69\x64\x65\x62\x61\x72","\x61\x64\x64\x46\x6F\x6C\x64\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x2F\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64\x2E\x67\x69\x66\x29","\x2F\x65\x78\x70\x61\x6E\x64\x65\x64\x2E\x67\x69\x66\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x70\x65\x61\x74","\x6E\x6F\x2D\x72\x65\x70\x65\x61\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x31\x30\x30\x25\x20\x35\x30\x25","\x77\x61\x69\x74","\x72\x65\x6D\x6F\x76\x65\x50\x61\x6C\x65\x74\x74\x65","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D"];_0x37cd[0];function Sidebar(_0xae46x2,_0xae46x3){this[_0x37cd[1]]=_0xae46x2;this[_0x37cd[2]]=_0xae46x3;this[_0x37cd[3]]= new Object();this[_0x37cd[4]]=true;this[_0x37cd[5]]= new Graph(document[_0x37cd[7]](_0x37cd[6]),null,null,this[_0x37cd[1]][_0x37cd[9]][_0x37cd[5]][_0x37cd[8]]());this[_0x37cd[5]][_0x37cd[10]]=false;this[_0x37cd[5]][_0x37cd[11]]=false;this[_0x37cd[5]][_0x37cd[12]](false);this[_0x37cd[5]][_0x37cd[13]]=false;this[_0x37cd[5]][_0x37cd[14]](false);this[_0x37cd[5]][_0x37cd[15]](false);this[_0x37cd[5]][_0x37cd[2]][_0x37cd[17]][_0x37cd[16]]=_0x37cd[18];this[_0x37cd[5]][_0x37cd[2]][_0x37cd[17]][_0x37cd[19]]=_0x37cd[20];document[_0x37cd[22]][_0x37cd[21]](this[_0x37cd[5]][_0x37cd[2]]);if(!mxClient[_0x37cd[23]]){mxEvent[_0x37cd[26]](document,_0x37cd[24],mxUtils[_0x37cd[25]](this,function(){this[_0x37cd[4]]=true}));mxEvent[_0x37cd[26]](_0xae46x3,_0x37cd[27],mxUtils[_0x37cd[25]](this,function(){this[_0x37cd[4]]=true}));mxEvent[_0x37cd[26]](document,_0x37cd[28],mxUtils[_0x37cd[25]](this,function(){this[_0x37cd[4]]=false;this[_0x37cd[29]]()}));mxEvent[_0x37cd[26]](document,_0x37cd[30],mxUtils[_0x37cd[25]](this,function(_0xae46x4){var _0xae46x5=mxEvent[_0x37cd[31]](_0xae46x4);while(_0xae46x5!=null){if(_0xae46x5==this[_0x37cd[32]]){return};_0xae46x5=_0xae46x5[_0x37cd[33]]};this[_0x37cd[29]]()}));mxEvent[_0x37cd[26]](document,_0x37cd[34],mxUtils[_0x37cd[25]](this,function(_0xae46x4){if(_0xae46x4[_0x37cd[35]]==null&&_0xae46x4[_0x37cd[36]]==null){this[_0x37cd[29]]()}}))};this[_0x37cd[37]](); new Image()[_0x37cd[38]]=IMAGE_PATH+_0x37cd[39]}Sidebar[_0x37cd[40]][_0x37cd[37]]=function(){var _0xae46x6=STENCIL_PATH;console[_0x37cd[41]](_0xae46x6);this[_0x37cd[51]](_0x37cd[42],mxResources[_0x37cd[44]](_0x37cd[43]),_0xae46x6+_0x37cd[45],_0x37cd[46],[_0x37cd[47],_0x37cd[48],_0x37cd[49],_0x37cd[50]],[mxResources[_0x37cd[44]](_0x37cd[47]),mxResources[_0x37cd[44]](_0x37cd[48]),mxResources[_0x37cd[44]](_0x37cd[49]),mxResources[_0x37cd[44]](_0x37cd[50])])};Sidebar[_0x37cd[40]][_0x37cd[52]]=!mxClient[_0x37cd[23]];Sidebar[_0x37cd[40]][_0x37cd[53]]=16;Sidebar[_0x37cd[40]][_0x37cd[54]]=3;Sidebar[_0x37cd[40]][_0x37cd[55]]=300;Sidebar[_0x37cd[40]][_0x37cd[56]]=true;Sidebar[_0x37cd[40]][_0x37cd[57]]=STENCIL_PATH+_0x37cd[58];Sidebar[_0x37cd[40]][_0x37cd[59]]=34;Sidebar[_0x37cd[40]][_0x37cd[60]]=34;Sidebar[_0x37cd[40]][_0x37cd[61]]=2;Sidebar[_0x37cd[40]][_0x37cd[62]]=9;Sidebar[_0x37cd[40]][_0x37cd[63]]=false;Sidebar[_0x37cd[40]][_0x37cd[64]]=false;Sidebar[_0x37cd[40]][_0x37cd[65]]=function(_0xae46x7,_0xae46x8,_0xae46x9,_0xae46xa){if(this[_0x37cd[52]]&&this[_0x37cd[4]]){if(this[_0x37cd[32]]!=_0xae46x7){if(this[_0x37cd[66]]!=null){window[_0x37cd[67]](this[_0x37cd[66]]);this[_0x37cd[66]]=null};var _0xae46xb=mxUtils[_0x37cd[25]](this,function(){if(this[_0x37cd[68]]==null){this[_0x37cd[68]]=document[_0x37cd[7]](_0x37cd[6]);this[_0x37cd[68]][_0x37cd[69]]=_0x37cd[70];document[_0x37cd[22]][_0x37cd[21]](this[_0x37cd[68]]);this[_0x37cd[71]]= new Graph(this[_0x37cd[68]],null,null,this[_0x37cd[1]][_0x37cd[9]][_0x37cd[5]][_0x37cd[8]]());this[_0x37cd[71]][_0x37cd[73]][_0x37cd[72]](this[_0x37cd[53]],this[_0x37cd[53]]);this[_0x37cd[71]][_0x37cd[10]]=false;this[_0x37cd[71]][_0x37cd[11]]=false;this[_0x37cd[71]][_0x37cd[13]]=false;this[_0x37cd[71]][_0x37cd[14]](false);this[_0x37cd[71]][_0x37cd[12]](false);this[_0x37cd[71]][_0x37cd[15]](false);if(!mxClient[_0x37cd[74]]){this[_0x37cd[71]][_0x37cd[73]][_0x37cd[75]][_0x37cd[17]][_0x37cd[19]]=_0x37cd[76]};this[_0x37cd[77]]=mxUtils[_0x37cd[78]](IMAGE_PATH+_0x37cd[39]);this[_0x37cd[77]][_0x37cd[17]][_0x37cd[19]]=_0x37cd[20];this[_0x37cd[77]][_0x37cd[17]][_0x37cd[79]]=_0x37cd[80];this[_0x37cd[77]][_0x37cd[17]][_0x37cd[81]]=_0x37cd[82];document[_0x37cd[22]][_0x37cd[21]](this[_0x37cd[77]])};this[_0x37cd[68]][_0x37cd[17]][_0x37cd[83]]=_0x37cd[84];this[_0x37cd[71]][_0x37cd[85]]=(_0xae46xa==null||_0xae46xa);this[_0x37cd[71]][_0x37cd[87]][_0x37cd[86]]();this[_0x37cd[71]][_0x37cd[88]](_0xae46x8);var _0xae46xc=this[_0x37cd[71]][_0x37cd[89]]();var _0xae46xd=_0xae46xc[_0x37cd[79]]+2*this[_0x37cd[53]];var _0xae46xe=_0xae46xc[_0x37cd[81]]+2*this[_0x37cd[53]];if(mxClient[_0x37cd[90]]){_0xae46xd+=4;_0xae46xe+=4;this[_0x37cd[68]][_0x37cd[17]][_0x37cd[91]]=_0x37cd[18]}else {this[_0x37cd[68]][_0x37cd[17]][_0x37cd[91]]=_0x37cd[92]};this[_0x37cd[77]][_0x37cd[17]][_0x37cd[16]]=_0x37cd[92];this[_0x37cd[68]][_0x37cd[17]][_0x37cd[79]]=_0xae46xd+_0x37cd[93];if(this[_0x37cd[64]]&&_0xae46x9!=null&&_0xae46x9[_0x37cd[94]]>0){if(this[_0x37cd[95]]==null){this[_0x37cd[95]]=document[_0x37cd[7]](_0x37cd[6]);this[_0x37cd[95]][_0x37cd[17]][_0x37cd[96]]=_0x37cd[97];this[_0x37cd[95]][_0x37cd[17]][_0x37cd[98]]=_0x37cd[99];this[_0x37cd[95]][_0x37cd[17]][_0x37cd[79]]=_0x37cd[100];this[_0x37cd[95]][_0x37cd[17]][_0x37cd[91]]=_0x37cd[18];if(mxClient[_0x37cd[74]]){this[_0x37cd[95]][_0x37cd[17]][_0x37cd[101]]=_0x37cd[102]}else {this[_0x37cd[95]][_0x37cd[17]][_0x37cd[19]]=_0x37cd[20];this[_0x37cd[95]][_0x37cd[17]][_0x37cd[101]]=_0x37cd[103]};this[_0x37cd[68]][_0x37cd[21]](this[_0x37cd[95]])}else {this[_0x37cd[95]][_0x37cd[104]]=_0x37cd[105]};this[_0x37cd[95]][_0x37cd[17]][_0x37cd[83]]=_0x37cd[105];mxUtils[_0x37cd[106]](this[_0x37cd[95]],_0xae46x9);var _0xae46xf=this[_0x37cd[95]][_0x37cd[107]]+10;_0xae46xe+=_0xae46xf;if(mxClient[_0x37cd[74]]){this[_0x37cd[95]][_0x37cd[17]][_0x37cd[108]]=(-_0xae46xf)+_0x37cd[93]}else {_0xae46xe-=6;this[_0x37cd[95]][_0x37cd[17]][_0x37cd[109]]=(_0xae46xe-_0xae46xf)+_0x37cd[93]}}else {if(this[_0x37cd[95]]!=null&&this[_0x37cd[95]][_0x37cd[33]]!=null){this[_0x37cd[95]][_0x37cd[17]][_0x37cd[83]]=_0x37cd[110]}};this[_0x37cd[68]][_0x37cd[17]][_0x37cd[81]]=_0xae46xe+_0x37cd[93];var _0xae46x10=-Math[_0x37cd[112]](0,_0xae46xc[_0x37cd[111]]-this[_0x37cd[53]]);var _0xae46x11=-Math[_0x37cd[112]](0,_0xae46xc[_0x37cd[113]]-this[_0x37cd[53]]);var _0xae46x12=this[_0x37cd[2]][_0x37cd[114]]+this[_0x37cd[1]][_0x37cd[115]]+3;var _0xae46x13=Math[_0x37cd[118]](0,(this[_0x37cd[2]][_0x37cd[116]]+_0xae46x7[_0x37cd[116]]-this[_0x37cd[2]][_0x37cd[117]]-_0xae46xe/2+16));if(mxClient[_0x37cd[74]]){this[_0x37cd[71]][_0x37cd[73]][_0x37cd[75]][_0x37cd[123]](_0x37cd[119],_0x37cd[120]+_0xae46x10+_0x37cd[121]+_0xae46x11+_0x37cd[122])}else {this[_0x37cd[71]][_0x37cd[73]][_0x37cd[125]][_0x37cd[17]][_0x37cd[124]]=_0xae46x10+_0x37cd[93];this[_0x37cd[71]][_0x37cd[73]][_0x37cd[125]][_0x37cd[17]][_0x37cd[109]]=_0xae46x11+_0x37cd[93]};_0xae46x13+=90;this[_0x37cd[68]][_0x37cd[17]][_0x37cd[19]]=_0x37cd[20];this[_0x37cd[68]][_0x37cd[17]][_0x37cd[124]]=_0xae46x12+_0x37cd[93];this[_0x37cd[68]][_0x37cd[17]][_0x37cd[109]]=_0xae46x13+_0x37cd[93];this[_0x37cd[77]][_0x37cd[17]][_0x37cd[124]]=(_0xae46x12-13)+_0x37cd[93];this[_0x37cd[77]][_0x37cd[17]][_0x37cd[109]]=(_0xae46x13+_0xae46xe/2-13)+_0x37cd[93]});if(this[_0x37cd[68]]!=null&&this[_0x37cd[68]][_0x37cd[17]][_0x37cd[83]]!=_0x37cd[110]){_0xae46xb()}else {this[_0x37cd[66]]=window[_0x37cd[126]](_0xae46xb,this[_0x37cd[55]])};this[_0x37cd[32]]=_0xae46x7}}};Sidebar[_0x37cd[40]][_0x37cd[29]]=function(){if(this[_0x37cd[66]]!=null){window[_0x37cd[67]](this[_0x37cd[66]]);this[_0x37cd[66]]=null};if(this[_0x37cd[68]]!=null){this[_0x37cd[68]][_0x37cd[17]][_0x37cd[83]]=_0x37cd[110];this[_0x37cd[77]][_0x37cd[17]][_0x37cd[16]]=_0x37cd[18];this[_0x37cd[32]]=null}};Sidebar[_0x37cd[40]][_0x37cd[127]]=function(_0xae46x14){var _0xae46x7=document[_0x37cd[7]](_0x37cd[128]);_0xae46x7[_0x37cd[123]](_0x37cd[129],_0x37cd[130]);_0xae46x7[_0x37cd[69]]=_0x37cd[131];mxUtils[_0x37cd[106]](_0xae46x7,_0xae46x14);return _0xae46x7};Sidebar[_0x37cd[40]][_0x37cd[132]]=function(_0xae46x8,_0xae46xd,_0xae46xe,_0xae46x15,_0xae46x9,_0xae46xa){this[_0x37cd[5]][_0x37cd[85]]=(_0xae46xa==null||_0xae46xa);this[_0x37cd[5]][_0x37cd[73]][_0x37cd[133]](1,0,0);this[_0x37cd[5]][_0x37cd[88]](_0xae46x8);var _0xae46xc=this[_0x37cd[5]][_0x37cd[89]]();var _0xae46x16=this[_0x37cd[54]];var _0xae46x17=Math[_0x37cd[112]]((_0xae46xd-2)/(_0xae46xc[_0x37cd[79]]-_0xae46xc[_0x37cd[111]]+_0xae46x16),(_0xae46xe-2)/(_0xae46xc[_0x37cd[81]]-_0xae46xc[_0x37cd[113]]+_0xae46x16));var _0xae46x10=-Math[_0x37cd[112]](_0xae46xc[_0x37cd[111]],0);var _0xae46x11=-Math[_0x37cd[112]](_0xae46xc[_0x37cd[113]],0);this[_0x37cd[5]][_0x37cd[73]][_0x37cd[133]](_0xae46x17,_0xae46x10,_0xae46x11);_0xae46xc=this[_0x37cd[5]][_0x37cd[89]]();var _0xae46x18=Math[_0x37cd[118]](0,Math[_0x37cd[134]]((_0xae46xd-_0xae46xc[_0x37cd[79]]-_0xae46xc[_0x37cd[111]])/2));var _0xae46xf=Math[_0x37cd[118]](0,Math[_0x37cd[134]]((_0xae46xe-_0xae46xc[_0x37cd[81]]-_0xae46xc[_0x37cd[113]])/2));var _0xae46x19=null;if(this[_0x37cd[5]][_0x37cd[135]]==mxConstants[_0x37cd[136]]&&!mxClient[_0x37cd[137]]){_0xae46x19=this[_0x37cd[5]][_0x37cd[73]][_0x37cd[140]]()[_0x37cd[139]][_0x37cd[138]](true)}else {_0xae46x19=this[_0x37cd[5]][_0x37cd[2]][_0x37cd[138]](false);_0xae46x19[_0x37cd[104]]=this[_0x37cd[5]][_0x37cd[2]][_0x37cd[104]]};this[_0x37cd[5]][_0x37cd[141]]()[_0x37cd[86]]();if(mxClient[_0x37cd[142]]){_0xae46x15[_0x37cd[17]][_0x37cd[143]]=_0x37cd[144]+this[_0x37cd[1]][_0x37cd[9]][_0x37cd[145]]+_0x37cd[122]};var _0xae46x1a=3;_0xae46x19[_0x37cd[17]][_0x37cd[19]]=_0x37cd[76];_0xae46x19[_0x37cd[17]][_0x37cd[91]]=_0x37cd[18];_0xae46x19[_0x37cd[17]][_0x37cd[146]]=_0x37cd[147];_0xae46x19[_0x37cd[17]][_0x37cd[124]]=(_0xae46x18+_0xae46x1a)+_0x37cd[93];_0xae46x19[_0x37cd[17]][_0x37cd[109]]=(_0xae46xf+_0xae46x1a)+_0x37cd[93];_0xae46x19[_0x37cd[17]][_0x37cd[79]]=_0xae46xd+_0x37cd[93];_0xae46x19[_0x37cd[17]][_0x37cd[81]]=_0xae46xe+_0x37cd[93];_0xae46x19[_0x37cd[17]][_0x37cd[16]]=_0x37cd[105];_0xae46x19[_0x37cd[17]][_0x37cd[148]]=_0x37cd[105];_0xae46x19[_0x37cd[17]][_0x37cd[149]]=_0x37cd[105];_0xae46x15[_0x37cd[21]](_0xae46x19);if(this[_0x37cd[63]]&&_0xae46x9!=null){var _0xae46x1b=(mxClient[_0x37cd[90]])?2*this[_0x37cd[61]]+2:0;_0xae46x15[_0x37cd[17]][_0x37cd[81]]=(this[_0x37cd[60]]+_0xae46x1b+this[_0x37cd[62]]+8)+_0x37cd[93];var _0xae46x1c=document[_0x37cd[7]](_0x37cd[6]);_0xae46x1c[_0x37cd[17]][_0x37cd[150]]=this[_0x37cd[62]]+_0x37cd[93];_0xae46x1c[_0x37cd[17]][_0x37cd[98]]=_0x37cd[99];_0xae46x1c[_0x37cd[17]][_0x37cd[151]]=_0x37cd[152];if(mxClient[_0x37cd[153]]){_0xae46x1c[_0x37cd[17]][_0x37cd[81]]=(this[_0x37cd[62]]+12)+_0x37cd[93]};_0xae46x1c[_0x37cd[17]][_0x37cd[101]]=_0x37cd[154];mxUtils[_0x37cd[106]](_0xae46x1c,_0xae46x9);_0xae46x15[_0x37cd[21]](_0xae46x1c)}};Sidebar[_0x37cd[40]][_0x37cd[155]]=function(_0xae46x8,_0xae46x9,_0xae46xa){var _0xae46x7=document[_0x37cd[7]](_0x37cd[128]);_0xae46x7[_0x37cd[123]](_0x37cd[129],_0x37cd[130]);_0xae46x7[_0x37cd[69]]=_0x37cd[156];_0xae46x7[_0x37cd[17]][_0x37cd[91]]=_0x37cd[18];var _0xae46x1b=(mxClient[_0x37cd[90]])?8+2*this[_0x37cd[61]]:6;_0xae46x7[_0x37cd[17]][_0x37cd[79]]=(this[_0x37cd[59]]+_0xae46x1b)+_0x37cd[93];_0xae46x7[_0x37cd[17]][_0x37cd[81]]=(this[_0x37cd[60]]+_0xae46x1b)+_0x37cd[93];_0xae46x7[_0x37cd[17]][_0x37cd[157]]=this[_0x37cd[61]]+_0x37cd[93];mxEvent[_0x37cd[26]](_0xae46x7,_0x37cd[158],function(_0xae46x4){mxEvent[_0x37cd[159]](_0xae46x4)});this[_0x37cd[132]](_0xae46x8,this[_0x37cd[59]],this[_0x37cd[60]],_0xae46x7,_0xae46x9,_0xae46xa);return _0xae46x7};Sidebar[_0x37cd[40]][_0x37cd[160]]=function(_0xae46x8,_0xae46x1d){return function(_0xae46x1e,_0xae46x4,_0xae46x1f,_0xae46x20,_0xae46x21){if(_0xae46x1e[_0x37cd[161]]()){_0xae46x8=_0xae46x1e[_0x37cd[162]](_0xae46x8);if(_0xae46x8[_0x37cd[94]]>0){var _0xae46x22=(_0xae46x1f!=null)?_0xae46x1e[_0x37cd[163]](_0xae46x1f,_0xae46x8,_0xae46x4):false;var _0xae46x23=null;if(_0xae46x1f!=null&& !_0xae46x22){_0xae46x1f=null};if(_0xae46x1d&&_0xae46x1e[_0x37cd[164]]()&&_0xae46x1e[_0x37cd[165]](_0xae46x1f,_0xae46x8,_0xae46x4)){_0xae46x1e[_0x37cd[166]](_0xae46x1f,_0xae46x8,null,_0xae46x20,_0xae46x21);_0xae46x23=_0xae46x8}else {if(_0xae46x8[_0x37cd[94]]>0){_0xae46x23=_0xae46x1e[_0x37cd[167]](_0xae46x8,_0xae46x20,_0xae46x21,_0xae46x1f)}};if(_0xae46x23!=null&&_0xae46x23[_0x37cd[94]]>0){_0xae46x1e[_0x37cd[168]](_0xae46x23[0]);_0xae46x1e[_0x37cd[169]](_0xae46x23)}}}}};Sidebar[_0x37cd[40]][_0x37cd[170]]=function(_0xae46xd,_0xae46xe){var _0xae46x7=document[_0x37cd[7]](_0x37cd[6]);_0xae46x7[_0x37cd[17]][_0x37cd[171]]=_0x37cd[172];_0xae46x7[_0x37cd[17]][_0x37cd[79]]=_0xae46xd+_0x37cd[93];_0xae46x7[_0x37cd[17]][_0x37cd[81]]=_0xae46xe+_0x37cd[93];return _0xae46x7};Sidebar[_0x37cd[40]][_0x37cd[173]]=function(_0xae46x7,_0xae46x24,_0xae46x25){var _0xae46x26=mxUtils[_0x37cd[175]](_0xae46x7,this[_0x37cd[1]][_0x37cd[9]][_0x37cd[5]],_0xae46x24,_0xae46x25,0,0,this[_0x37cd[1]][_0x37cd[9]][_0x37cd[5]][_0x37cd[174]],true,true);_0xae46x26[_0x37cd[176]]=function(_0xae46x1e,_0xae46x20,_0xae46x21){var _0xae46x1f=mxDragSource[_0x37cd[40]][_0x37cd[176]][_0x37cd[177]](this,arguments);if(!_0xae46x1e[_0x37cd[178]](_0xae46x1f)){_0xae46x1f=null};return _0xae46x1f};return _0xae46x26};Sidebar[_0x37cd[40]][_0x37cd[179]]=function(_0xae46x7,_0xae46x27){var _0xae46x1e=this[_0x37cd[1]][_0x37cd[9]][_0x37cd[5]];var _0xae46x28=null;mxEvent[_0x37cd[182]](_0xae46x7,function(_0xae46x4){_0xae46x28= new mxPoint(mxEvent[_0x37cd[180]](_0xae46x4),mxEvent[_0x37cd[181]](_0xae46x4))});var _0xae46x29=_0xae46x27[_0x37cd[183]];_0xae46x27[_0x37cd[183]]=function(_0xae46x4){if(!mxEvent[_0x37cd[184]](_0xae46x4)&&this[_0x37cd[185]]==null&&_0xae46x28!=null){var _0xae46x2a=_0xae46x1e[_0x37cd[186]];if(Math[_0x37cd[187]](_0xae46x28[_0x37cd[111]]-mxEvent[_0x37cd[180]](_0xae46x4))<=_0xae46x2a&&Math[_0x37cd[187]](_0xae46x28[_0x37cd[113]]-mxEvent[_0x37cd[181]](_0xae46x4))<=_0xae46x2a){var _0xae46x2b=_0xae46x1e[_0x37cd[188]]();_0xae46x27[_0x37cd[189]](_0xae46x1e,_0xae46x4,null,_0xae46x2b,_0xae46x2b)}};_0xae46x29[_0x37cd[177]](this,arguments);_0xae46x28=null}};Sidebar[_0x37cd[40]][_0x37cd[190]]=function(_0xae46x2c,_0xae46x14,_0xae46x2d,_0xae46x2e){var _0xae46x2f=mxUtils[_0x37cd[190]]();var _0xae46x19=_0xae46x2f[_0x37cd[7]](_0xae46x2c);_0xae46x19[_0x37cd[123]](_0x37cd[191],_0xae46x14);_0xae46x2d[_0x37cd[192]](function(_0xae46x30,_0xae46x31){_0xae46x19[_0x37cd[123]](_0xae46x30,_0xae46x2e[_0xae46x31]?_0xae46x2e[_0xae46x31]:_0x37cd[105])});return _0xae46x19};Sidebar[_0x37cd[40]][_0x37cd[193]]=function(_0xae46x32,_0xae46xd,_0xae46xe,_0xae46x33,_0xae46x9,_0xae46xa){var _0xae46x2d=[];var _0xae46x2e=[];switch(_0xae46x33){case _0x37cd[47]:_0xae46x2d=[_0x37cd[194],_0x37cd[195],_0x37cd[196]];_0xae46x2e=[_0x37cd[197],_0x37cd[105],_0x37cd[198]];break;case _0x37cd[50]:_0xae46x2d=[_0x37cd[194],_0x37cd[195]];_0xae46x2e=[_0x37cd[197],_0x37cd[105]];break;case _0x37cd[48]:_0xae46x2d=[_0x37cd[194],_0x37cd[48],_0x37cd[199]];_0xae46x2e=[_0x37cd[197],_0x37cd[105]];break;case _0x37cd[49]:_0xae46x2d=[_0x37cd[194],_0x37cd[48],_0x37cd[200]];_0xae46x2e=[_0x37cd[197],_0x37cd[105]];break;default:_0xae46x2d=[];_0xae46x2e=[];break};var _0xae46x19=this[_0x37cd[190]](_0xae46x33,_0xae46x9,_0xae46x2d,_0xae46x2e);var _0xae46x8=[ new mxCell(_0xae46x19, new mxGeometry(0,0,_0xae46xd,_0xae46xe),_0xae46x32)];_0xae46x8[0][_0x37cd[201]]=true;return this[_0x37cd[202]](_0xae46x8,_0xae46xd,_0xae46xe,_0xae46x9,_0xae46xa)};Sidebar[_0x37cd[40]][_0x37cd[202]]=function(_0xae46x8,_0xae46xd,_0xae46xe,_0xae46x9,_0xae46xa){var _0xae46x7=this[_0x37cd[155]](_0xae46x8,_0xae46x9,_0xae46xa);var _0xae46x27=this[_0x37cd[173]](_0xae46x7,this[_0x37cd[160]](_0xae46x8,true),this[_0x37cd[170]](_0xae46xd,_0xae46xe));this[_0x37cd[179]](_0xae46x7,_0xae46x27);_0xae46x27[_0x37cd[203]]=mxUtils[_0x37cd[25]](this,function(){return this[_0x37cd[1]][_0x37cd[9]][_0x37cd[5]][_0x37cd[205]][_0x37cd[204]]});if(!touchStyle){mxEvent[_0x37cd[26]](_0xae46x7,_0x37cd[30],mxUtils[_0x37cd[25]](this,function(_0xae46x4){this[_0x37cd[65]](_0xae46x7,_0xae46x8,_0xae46x9,_0xae46xa)}))};return _0xae46x7};Sidebar[_0x37cd[40]][_0x37cd[206]]=function(_0xae46x32,_0xae46xd,_0xae46xe,_0xae46x33,_0xae46x9,_0xae46xa){var _0xae46x8=[ new mxCell((_0xae46x33!=null)?_0xae46x33:_0x37cd[105], new mxGeometry(0,0,_0xae46xd,_0xae46xe),_0xae46x32)];_0xae46x8[0][_0x37cd[208]][_0x37cd[207]]( new mxPoint(0,_0xae46xe),true);_0xae46x8[0][_0x37cd[208]][_0x37cd[207]]( new mxPoint(_0xae46xd,0),false);_0xae46x8[0][_0x37cd[208]][_0x37cd[76]]=true;_0xae46x8[0][_0x37cd[209]]=true;return this[_0x37cd[210]](_0xae46x8,_0xae46xd,_0xae46xe,_0xae46x9,_0xae46xa)};Sidebar[_0x37cd[40]][_0x37cd[210]]=function(_0xae46x8,_0xae46xd,_0xae46xe,_0xae46x9,_0xae46xa){var _0xae46x7=this[_0x37cd[155]](_0xae46x8,_0xae46x9,_0xae46xa);this[_0x37cd[173]](_0xae46x7,this[_0x37cd[160]](_0xae46x8,false),this[_0x37cd[170]](_0xae46xd,_0xae46xe));var _0xae46x1e=this[_0x37cd[1]][_0x37cd[9]][_0x37cd[5]];mxEvent[_0x37cd[26]](_0xae46x7,_0x37cd[158],mxUtils[_0x37cd[25]](this,function(_0xae46x4){if(this[_0x37cd[56]]){_0xae46x1e[_0x37cd[211]](_0xae46x8[0])};_0xae46x7[_0x37cd[17]][_0x37cd[212]]=_0x37cd[213];window[_0x37cd[126]](function(){_0xae46x7[_0x37cd[17]][_0x37cd[212]]=_0x37cd[105]},300);mxEvent[_0x37cd[159]](_0xae46x4)}));touchStyle=false;if(!touchStyle){mxEvent[_0x37cd[26]](_0xae46x7,_0x37cd[30],mxUtils[_0x37cd[25]](this,function(_0xae46x4){this[_0x37cd[65]](_0xae46x7,_0xae46x8,_0xae46x9,_0xae46xa)}))};return _0xae46x7};Sidebar[_0x37cd[40]][_0x37cd[214]]=function(_0xae46x34,_0xae46x9,_0xae46x35,_0xae46x36){var _0xae46x7=this[_0x37cd[127]](_0xae46x9);this[_0x37cd[2]][_0x37cd[21]](_0xae46x7);var _0xae46x1c=document[_0x37cd[7]](_0x37cd[6]);_0xae46x1c[_0x37cd[69]]=_0x37cd[215];if(_0xae46x35){_0xae46x36(_0xae46x1c);_0xae46x36=null}else {_0xae46x1c[_0x37cd[17]][_0x37cd[83]]=_0x37cd[110]};this[_0x37cd[216]](_0xae46x7,_0xae46x1c,_0xae46x36);var _0xae46x37=document[_0x37cd[7]](_0x37cd[6]);_0xae46x37[_0x37cd[21]](_0xae46x1c);this[_0x37cd[2]][_0x37cd[21]](_0xae46x37);if(_0xae46x34!=null){this[_0x37cd[3]][_0xae46x34]=[_0xae46x7,_0xae46x37]}};Sidebar[_0x37cd[40]][_0x37cd[216]]=function(_0xae46x9,_0xae46x38,_0xae46x39){var _0xae46x3a=false;_0xae46x9[_0x37cd[17]][_0x37cd[143]]=(_0xae46x38[_0x37cd[17]][_0x37cd[83]]==_0x37cd[110])?_0x37cd[144]+IMAGE_PATH+_0x37cd[217]:_0x37cd[144]+IMAGE_PATH+_0x37cd[218];_0xae46x9[_0x37cd[17]][_0x37cd[219]]=_0x37cd[220];_0xae46x9[_0x37cd[17]][_0x37cd[221]]=_0x37cd[222];mxEvent[_0x37cd[26]](_0xae46x9,_0x37cd[158],function(_0xae46x4){if(_0xae46x38[_0x37cd[17]][_0x37cd[83]]==_0x37cd[110]){if(!_0xae46x3a){_0xae46x3a=true;if(_0xae46x39!=null){_0xae46x9[_0x37cd[17]][_0x37cd[146]]=_0x37cd[223];window[_0x37cd[126]](function(){_0xae46x39(_0xae46x38);_0xae46x9[_0x37cd[17]][_0x37cd[146]]=_0x37cd[105]},0)}};_0xae46x9[_0x37cd[17]][_0x37cd[143]]=_0x37cd[144]+IMAGE_PATH+_0x37cd[218];_0xae46x38[_0x37cd[17]][_0x37cd[83]]=_0x37cd[84]}else {_0xae46x9[_0x37cd[17]][_0x37cd[143]]=_0x37cd[144]+IMAGE_PATH+_0x37cd[217];_0xae46x38[_0x37cd[17]][_0x37cd[83]]=_0x37cd[110]};mxEvent[_0x37cd[159]](_0xae46x4)})};Sidebar[_0x37cd[40]][_0x37cd[224]]=function(_0xae46x34){var _0xae46x3b=this[_0x37cd[3]][_0xae46x34];if(_0xae46x3b!=null){this[_0x37cd[3]][_0xae46x34]=null;for(var _0xae46x3c=0;_0xae46x3c<_0xae46x3b[_0x37cd[94]];_0xae46x3c++){this[_0x37cd[2]][_0x37cd[225]](_0xae46x3b[_0xae46x3c])};return true};return false};Sidebar[_0x37cd[40]][_0x37cd[51]]=function(_0xae46x34,_0xae46x9,_0xae46x3d,_0xae46x3e,_0xae46x3f,_0xae46x40){this[_0x37cd[214]](_0xae46x34,_0xae46x9,(_0xae46x34===_0x37cd[42]),mxUtils[_0x37cd[25]](this,function(_0xae46x38){var _0xae46x41=_0xae46x40!=null;for(var _0xae46x3c=0;_0xae46x3c<_0xae46x3f[_0x37cd[94]];_0xae46x3c++){var _0xae46x42=_0xae46x3d+_0xae46x3f[_0xae46x3c]+_0xae46x3e;_0xae46x38[_0x37cd[21]](this[_0x37cd[193]](_0x37cd[226]+_0xae46x42,80,80,_0xae46x3f[_0xae46x3c],(_0xae46x41)?_0xae46x40[_0xae46x3c]:null,_0xae46x41))}}))} \ No newline at end of file +var _0xd0ca=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x64\x69\x74\x6F\x72\x55\x69","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x70\x61\x6C\x65\x74\x74\x65\x73","\x73\x68\x6F\x77\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x67\x72\x61\x70\x68","\x64\x69\x76","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x65\x64\x69\x74\x6F\x72","\x72\x65\x73\x65\x74\x56\x69\x65\x77\x4F\x6E\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x61\x75\x74\x6F\x53\x63\x72\x6F\x6C\x6C","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x76\x69\x73\x69\x62\x69\x6C\x69\x74\x79","\x73\x74\x79\x6C\x65","\x68\x69\x64\x64\x65\x6E","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x62\x6F\x64\x79","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x6D\x6F\x75\x73\x65\x75\x70","\x62\x69\x6E\x64","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x73\x63\x72\x6F\x6C\x6C","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x68\x69\x64\x65\x54\x6F\x6F\x6C\x74\x69\x70","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x67\x65\x74\x53\x6F\x75\x72\x63\x65","\x63\x75\x72\x72\x65\x6E\x74\x45\x6C\x74","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x6D\x6F\x75\x73\x65\x6F\x75\x74","\x74\x6F\x45\x6C\x65\x6D\x65\x6E\x74","\x72\x65\x6C\x61\x74\x65\x64\x54\x61\x72\x67\x65\x74","\x69\x6E\x69\x74","\x73\x72\x63","\x2F\x74\x6F\x6F\x6C\x74\x69\x70\x2E\x70\x6E\x67","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x6C\x6F\x67","\x65\x6E\x74\x72\x79","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x67\x65\x74","\x2F","\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67","\x73\x74\x61\x72\x74","\x71\x75\x65\x73\x74\x69\x6F\x6E","\x69\x6E\x70\x75\x74","\x65\x6E\x64","\x61\x64\x64\x49\x6D\x61\x67\x65\x50\x61\x6C\x65\x74\x74\x65","\x65\x6E\x61\x62\x6C\x65\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x42\x6F\x72\x64\x65\x72","\x74\x68\x75\x6D\x62\x42\x6F\x72\x64\x65\x72","\x74\x6F\x6F\x6C\x74\x69\x70\x44\x65\x6C\x61\x79","\x69\x6E\x73\x74\x61\x6C\x6C\x45\x64\x67\x65\x73","\x67\x65\x61\x72\x49\x6D\x61\x67\x65","\x2F\x63\x6C\x69\x70\x61\x72\x74\x2F\x47\x65\x61\x72\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67","\x74\x68\x75\x6D\x62\x57\x69\x64\x74\x68","\x74\x68\x75\x6D\x62\x48\x65\x69\x67\x68\x74","\x74\x68\x75\x6D\x62\x50\x61\x64\x64\x69\x6E\x67","\x73\x69\x64\x65\x62\x61\x72\x54\x69\x74\x6C\x65\x53\x69\x7A\x65","\x73\x69\x64\x65\x62\x61\x72\x54\x69\x74\x6C\x65\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x54\x69\x74\x6C\x65\x73","\x73\x68\x6F\x77\x54\x6F\x6F\x6C\x74\x69\x70","\x74\x68\x72\x65\x61\x64","\x63\x6C\x65\x61\x72\x54\x69\x6D\x65\x6F\x75\x74","\x74\x6F\x6F\x6C\x74\x69\x70","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x53\x69\x64\x65\x62\x61\x72\x54\x6F\x6F\x6C\x74\x69\x70","\x67\x72\x61\x70\x68\x32","\x73\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x76\x69\x65\x77","\x49\x53\x5F\x53\x56\x47","\x63\x61\x6E\x76\x61\x73","\x72\x65\x6C\x61\x74\x69\x76\x65","\x74\x6F\x6F\x6C\x74\x69\x70\x49\x6D\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x49\x6D\x61\x67\x65","\x77\x69\x64\x74\x68","\x31\x34\x70\x78","\x68\x65\x69\x67\x68\x74","\x32\x37\x70\x78","\x64\x69\x73\x70\x6C\x61\x79","\x62\x6C\x6F\x63\x6B","\x6C\x61\x62\x65\x6C\x73\x56\x69\x73\x69\x62\x6C\x65","\x63\x6C\x65\x61\x72","\x6D\x6F\x64\x65\x6C","\x61\x64\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x76\x69\x73\x69\x62\x6C\x65","\x70\x78","\x6C\x65\x6E\x67\x74\x68","\x74\x6F\x6F\x6C\x74\x69\x70\x54\x69\x74\x6C\x65","\x62\x6F\x72\x64\x65\x72\x54\x6F\x70","\x31\x70\x78\x20\x73\x6F\x6C\x69\x64\x20\x67\x72\x61\x79","\x74\x65\x78\x74\x41\x6C\x69\x67\x6E","\x63\x65\x6E\x74\x65\x72","\x31\x30\x30\x25","\x70\x61\x64\x64\x69\x6E\x67\x54\x6F\x70","\x32\x70\x78","\x36\x70\x78","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","","\x77\x72\x69\x74\x65","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x6D\x61\x72\x67\x69\x6E\x54\x6F\x70","\x74\x6F\x70","\x6E\x6F\x6E\x65","\x78","\x6D\x69\x6E","\x79","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x73\x70\x6C\x69\x74\x53\x69\x7A\x65","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x6D\x61\x78","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x28","\x2C","\x29","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x6C\x65\x66\x74","\x64\x72\x61\x77\x50\x61\x6E\x65","\x73\x65\x74\x54\x69\x6D\x65\x6F\x75\x74","\x63\x72\x65\x61\x74\x65\x54\x69\x74\x6C\x65","\x61","\x68\x72\x65\x66","\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3A\x76\x6F\x69\x64\x28\x30\x29\x3B","\x67\x65\x54\x69\x74\x6C\x65","\x63\x72\x65\x61\x74\x65\x54\x68\x75\x6D\x62","\x73\x63\x61\x6C\x65\x41\x6E\x64\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x66\x6C\x6F\x6F\x72","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x4E\x4F\x5F\x46\x4F","\x63\x6C\x6F\x6E\x65\x4E\x6F\x64\x65","\x6F\x77\x6E\x65\x72\x53\x56\x47\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x74\x43\x61\x6E\x76\x61\x73","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x49\x53\x5F\x49\x45\x36","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x49\x6D\x61\x67\x65","\x63\x75\x72\x73\x6F\x72","\x70\x6F\x69\x6E\x74\x65\x72","\x6D\x69\x6E\x57\x69\x64\x74\x68","\x6D\x69\x6E\x48\x65\x69\x67\x68\x74","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x6E\x6F\x77\x72\x61\x70","\x49\x53\x5F\x49\x45","\x34\x70\x78","\x63\x72\x65\x61\x74\x65\x49\x74\x65\x6D","\x67\x65\x49\x74\x65\x6D","\x70\x61\x64\x64\x69\x6E\x67","\x63\x6C\x69\x63\x6B","\x63\x6F\x6E\x73\x75\x6D\x65","\x63\x72\x65\x61\x74\x65\x44\x72\x6F\x70\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x49\x6D\x70\x6F\x72\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x69\x73\x56\x61\x6C\x69\x64\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x69\x73\x53\x70\x6C\x69\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x70\x6C\x69\x74\x54\x61\x72\x67\x65\x74","\x73\x70\x6C\x69\x74\x45\x64\x67\x65","\x69\x6D\x70\x6F\x72\x74\x43\x65\x6C\x6C\x73","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x63\x72\x65\x61\x74\x65\x44\x72\x61\x67\x50\x72\x65\x76\x69\x65\x77","\x62\x6F\x72\x64\x65\x72","\x31\x70\x78\x20\x64\x61\x73\x68\x65\x64\x20\x62\x6C\x61\x63\x6B","\x63\x72\x65\x61\x74\x65\x44\x72\x61\x67\x53\x6F\x75\x72\x63\x65","\x61\x75\x74\x6F\x73\x63\x72\x6F\x6C\x6C","\x6D\x61\x6B\x65\x44\x72\x61\x67\x67\x61\x62\x6C\x65","\x67\x65\x74\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x61\x70\x70\x6C\x79","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x61\x64\x64\x43\x6C\x69\x63\x6B\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x6D\x6F\x75\x73\x65\x55\x70","\x69\x73\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x63\x75\x72\x72\x65\x6E\x74\x47\x72\x61\x70\x68","\x74\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x61\x62\x73","\x67\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x64\x72\x6F\x70","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x6C\x61\x62\x65\x6C","\x66\x6F\x72\x45\x61\x63\x68","\x63\x72\x65\x61\x74\x65\x56\x65\x72\x74\x65\x78\x54\x65\x6D\x70\x6C\x61\x74\x65","\x69\x64","\x74\x65\x78\x74","\x73\x74\x61\x74\x65","\x30","\x4F\x46\x46","\x6F\x74\x68\x65\x72","\x61\x64\x64","\x76\x65\x72\x74\x65\x78","\x63\x72\x65\x61\x74\x65\x56\x65\x72\x74\x65\x78\x54\x65\x6D\x70\x6C\x61\x74\x65\x46\x72\x6F\x6D\x43\x65\x6C\x6C\x73","\x69\x73\x47\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x54\x65\x6D\x70\x6C\x61\x74\x65","\x73\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x6F\x6D\x65\x74\x72\x79","\x65\x64\x67\x65","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x46\x72\x6F\x6D\x43\x65\x6C\x6C\x73","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x23\x66\x66\x66\x66\x66\x66","\x61\x64\x64\x50\x61\x6C\x65\x74\x74\x65","\x67\x65\x53\x69\x64\x65\x62\x61\x72","\x61\x64\x64\x46\x6F\x6C\x64\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x2F\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64\x2E\x67\x69\x66\x29","\x2F\x65\x78\x70\x61\x6E\x64\x65\x64\x2E\x67\x69\x66\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x70\x65\x61\x74","\x6E\x6F\x2D\x72\x65\x70\x65\x61\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x31\x30\x30\x25\x20\x35\x30\x25","\x77\x61\x69\x74","\x72\x65\x6D\x6F\x76\x65\x50\x61\x6C\x65\x74\x74\x65","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D"];_0xd0ca[0];function Sidebar(_0xb973x2,_0xb973x3){this[_0xd0ca[1]]=_0xb973x2;this[_0xd0ca[2]]=_0xb973x3;this[_0xd0ca[3]]= new Object();this[_0xd0ca[4]]=true;this[_0xd0ca[5]]= new Graph(document[_0xd0ca[7]](_0xd0ca[6]),null,null,this[_0xd0ca[1]][_0xd0ca[9]][_0xd0ca[5]][_0xd0ca[8]]());this[_0xd0ca[5]][_0xd0ca[10]]=false;this[_0xd0ca[5]][_0xd0ca[11]]=false;this[_0xd0ca[5]][_0xd0ca[12]](false);this[_0xd0ca[5]][_0xd0ca[13]]=false;this[_0xd0ca[5]][_0xd0ca[14]](false);this[_0xd0ca[5]][_0xd0ca[15]](false);this[_0xd0ca[5]][_0xd0ca[2]][_0xd0ca[17]][_0xd0ca[16]]=_0xd0ca[18];this[_0xd0ca[5]][_0xd0ca[2]][_0xd0ca[17]][_0xd0ca[19]]=_0xd0ca[20];document[_0xd0ca[22]][_0xd0ca[21]](this[_0xd0ca[5]][_0xd0ca[2]]);if(!mxClient[_0xd0ca[23]]){mxEvent[_0xd0ca[26]](document,_0xd0ca[24],mxUtils[_0xd0ca[25]](this,function(){this[_0xd0ca[4]]=true}));mxEvent[_0xd0ca[26]](_0xb973x3,_0xd0ca[27],mxUtils[_0xd0ca[25]](this,function(){this[_0xd0ca[4]]=true}));mxEvent[_0xd0ca[26]](document,_0xd0ca[28],mxUtils[_0xd0ca[25]](this,function(){this[_0xd0ca[4]]=false;this[_0xd0ca[29]]()}));mxEvent[_0xd0ca[26]](document,_0xd0ca[30],mxUtils[_0xd0ca[25]](this,function(_0xb973x4){var _0xb973x5=mxEvent[_0xd0ca[31]](_0xb973x4);while(_0xb973x5!=null){if(_0xb973x5==this[_0xd0ca[32]]){return};_0xb973x5=_0xb973x5[_0xd0ca[33]]};this[_0xd0ca[29]]()}));mxEvent[_0xd0ca[26]](document,_0xd0ca[34],mxUtils[_0xd0ca[25]](this,function(_0xb973x4){if(_0xb973x4[_0xd0ca[35]]==null&&_0xb973x4[_0xd0ca[36]]==null){this[_0xd0ca[29]]()}}))};this[_0xd0ca[37]](); new Image()[_0xd0ca[38]]=IMAGE_PATH+_0xd0ca[39]}Sidebar[_0xd0ca[40]][_0xd0ca[37]]=function(){var _0xb973x6=STENCIL_PATH;console[_0xd0ca[41]](_0xb973x6);this[_0xd0ca[51]](_0xd0ca[42],mxResources[_0xd0ca[44]](_0xd0ca[43]),_0xb973x6+_0xd0ca[45],_0xd0ca[46],[_0xd0ca[47],_0xd0ca[48],_0xd0ca[49],_0xd0ca[50]],[mxResources[_0xd0ca[44]](_0xd0ca[47]),mxResources[_0xd0ca[44]](_0xd0ca[48]),mxResources[_0xd0ca[44]](_0xd0ca[49]),mxResources[_0xd0ca[44]](_0xd0ca[50])])};Sidebar[_0xd0ca[40]][_0xd0ca[52]]=!mxClient[_0xd0ca[23]];Sidebar[_0xd0ca[40]][_0xd0ca[53]]=16;Sidebar[_0xd0ca[40]][_0xd0ca[54]]=3;Sidebar[_0xd0ca[40]][_0xd0ca[55]]=300;Sidebar[_0xd0ca[40]][_0xd0ca[56]]=true;Sidebar[_0xd0ca[40]][_0xd0ca[57]]=STENCIL_PATH+_0xd0ca[58];Sidebar[_0xd0ca[40]][_0xd0ca[59]]=34;Sidebar[_0xd0ca[40]][_0xd0ca[60]]=34;Sidebar[_0xd0ca[40]][_0xd0ca[61]]=2;Sidebar[_0xd0ca[40]][_0xd0ca[62]]=9;Sidebar[_0xd0ca[40]][_0xd0ca[63]]=false;Sidebar[_0xd0ca[40]][_0xd0ca[64]]=false;Sidebar[_0xd0ca[40]][_0xd0ca[65]]=function(_0xb973x7,_0xb973x8,_0xb973x9,_0xb973xa){if(this[_0xd0ca[52]]&&this[_0xd0ca[4]]){if(this[_0xd0ca[32]]!=_0xb973x7){if(this[_0xd0ca[66]]!=null){window[_0xd0ca[67]](this[_0xd0ca[66]]);this[_0xd0ca[66]]=null};var _0xb973xb=mxUtils[_0xd0ca[25]](this,function(){if(this[_0xd0ca[68]]==null){this[_0xd0ca[68]]=document[_0xd0ca[7]](_0xd0ca[6]);this[_0xd0ca[68]][_0xd0ca[69]]=_0xd0ca[70];document[_0xd0ca[22]][_0xd0ca[21]](this[_0xd0ca[68]]);this[_0xd0ca[71]]= new Graph(this[_0xd0ca[68]],null,null,this[_0xd0ca[1]][_0xd0ca[9]][_0xd0ca[5]][_0xd0ca[8]]());this[_0xd0ca[71]][_0xd0ca[73]][_0xd0ca[72]](this[_0xd0ca[53]],this[_0xd0ca[53]]);this[_0xd0ca[71]][_0xd0ca[10]]=false;this[_0xd0ca[71]][_0xd0ca[11]]=false;this[_0xd0ca[71]][_0xd0ca[13]]=false;this[_0xd0ca[71]][_0xd0ca[14]](false);this[_0xd0ca[71]][_0xd0ca[12]](false);this[_0xd0ca[71]][_0xd0ca[15]](false);if(!mxClient[_0xd0ca[74]]){this[_0xd0ca[71]][_0xd0ca[73]][_0xd0ca[75]][_0xd0ca[17]][_0xd0ca[19]]=_0xd0ca[76]};this[_0xd0ca[77]]=mxUtils[_0xd0ca[78]](IMAGE_PATH+_0xd0ca[39]);this[_0xd0ca[77]][_0xd0ca[17]][_0xd0ca[19]]=_0xd0ca[20];this[_0xd0ca[77]][_0xd0ca[17]][_0xd0ca[79]]=_0xd0ca[80];this[_0xd0ca[77]][_0xd0ca[17]][_0xd0ca[81]]=_0xd0ca[82];document[_0xd0ca[22]][_0xd0ca[21]](this[_0xd0ca[77]])};this[_0xd0ca[68]][_0xd0ca[17]][_0xd0ca[83]]=_0xd0ca[84];this[_0xd0ca[71]][_0xd0ca[85]]=(_0xb973xa==null||_0xb973xa);this[_0xd0ca[71]][_0xd0ca[87]][_0xd0ca[86]]();this[_0xd0ca[71]][_0xd0ca[88]](_0xb973x8);var _0xb973xc=this[_0xd0ca[71]][_0xd0ca[89]]();var _0xb973xd=_0xb973xc[_0xd0ca[79]]+2*this[_0xd0ca[53]];var _0xb973xe=_0xb973xc[_0xd0ca[81]]+2*this[_0xd0ca[53]];if(mxClient[_0xd0ca[90]]){_0xb973xd+=4;_0xb973xe+=4;this[_0xd0ca[68]][_0xd0ca[17]][_0xd0ca[91]]=_0xd0ca[18]}else {this[_0xd0ca[68]][_0xd0ca[17]][_0xd0ca[91]]=_0xd0ca[92]};this[_0xd0ca[77]][_0xd0ca[17]][_0xd0ca[16]]=_0xd0ca[92];this[_0xd0ca[68]][_0xd0ca[17]][_0xd0ca[79]]=_0xb973xd+_0xd0ca[93];if(this[_0xd0ca[64]]&&_0xb973x9!=null&&_0xb973x9[_0xd0ca[94]]>0){if(this[_0xd0ca[95]]==null){this[_0xd0ca[95]]=document[_0xd0ca[7]](_0xd0ca[6]);this[_0xd0ca[95]][_0xd0ca[17]][_0xd0ca[96]]=_0xd0ca[97];this[_0xd0ca[95]][_0xd0ca[17]][_0xd0ca[98]]=_0xd0ca[99];this[_0xd0ca[95]][_0xd0ca[17]][_0xd0ca[79]]=_0xd0ca[100];this[_0xd0ca[95]][_0xd0ca[17]][_0xd0ca[91]]=_0xd0ca[18];if(mxClient[_0xd0ca[74]]){this[_0xd0ca[95]][_0xd0ca[17]][_0xd0ca[101]]=_0xd0ca[102]}else {this[_0xd0ca[95]][_0xd0ca[17]][_0xd0ca[19]]=_0xd0ca[20];this[_0xd0ca[95]][_0xd0ca[17]][_0xd0ca[101]]=_0xd0ca[103]};this[_0xd0ca[68]][_0xd0ca[21]](this[_0xd0ca[95]])}else {this[_0xd0ca[95]][_0xd0ca[104]]=_0xd0ca[105]};this[_0xd0ca[95]][_0xd0ca[17]][_0xd0ca[83]]=_0xd0ca[105];mxUtils[_0xd0ca[106]](this[_0xd0ca[95]],_0xb973x9);var _0xb973xf=this[_0xd0ca[95]][_0xd0ca[107]]+10;_0xb973xe+=_0xb973xf;if(mxClient[_0xd0ca[74]]){this[_0xd0ca[95]][_0xd0ca[17]][_0xd0ca[108]]=(-_0xb973xf)+_0xd0ca[93]}else {_0xb973xe-=6;this[_0xd0ca[95]][_0xd0ca[17]][_0xd0ca[109]]=(_0xb973xe-_0xb973xf)+_0xd0ca[93]}}else {if(this[_0xd0ca[95]]!=null&&this[_0xd0ca[95]][_0xd0ca[33]]!=null){this[_0xd0ca[95]][_0xd0ca[17]][_0xd0ca[83]]=_0xd0ca[110]}};this[_0xd0ca[68]][_0xd0ca[17]][_0xd0ca[81]]=_0xb973xe+_0xd0ca[93];var _0xb973x10=-Math[_0xd0ca[112]](0,_0xb973xc[_0xd0ca[111]]-this[_0xd0ca[53]]);var _0xb973x11=-Math[_0xd0ca[112]](0,_0xb973xc[_0xd0ca[113]]-this[_0xd0ca[53]]);var _0xb973x12=this[_0xd0ca[2]][_0xd0ca[114]]+this[_0xd0ca[1]][_0xd0ca[115]]+3;var _0xb973x13=Math[_0xd0ca[118]](0,(this[_0xd0ca[2]][_0xd0ca[116]]+_0xb973x7[_0xd0ca[116]]-this[_0xd0ca[2]][_0xd0ca[117]]-_0xb973xe/2+16));if(mxClient[_0xd0ca[74]]){this[_0xd0ca[71]][_0xd0ca[73]][_0xd0ca[75]][_0xd0ca[123]](_0xd0ca[119],_0xd0ca[120]+_0xb973x10+_0xd0ca[121]+_0xb973x11+_0xd0ca[122])}else {this[_0xd0ca[71]][_0xd0ca[73]][_0xd0ca[125]][_0xd0ca[17]][_0xd0ca[124]]=_0xb973x10+_0xd0ca[93];this[_0xd0ca[71]][_0xd0ca[73]][_0xd0ca[125]][_0xd0ca[17]][_0xd0ca[109]]=_0xb973x11+_0xd0ca[93]};_0xb973x13+=90;this[_0xd0ca[68]][_0xd0ca[17]][_0xd0ca[19]]=_0xd0ca[20];this[_0xd0ca[68]][_0xd0ca[17]][_0xd0ca[124]]=_0xb973x12+_0xd0ca[93];this[_0xd0ca[68]][_0xd0ca[17]][_0xd0ca[109]]=_0xb973x13+_0xd0ca[93];this[_0xd0ca[77]][_0xd0ca[17]][_0xd0ca[124]]=(_0xb973x12-13)+_0xd0ca[93];this[_0xd0ca[77]][_0xd0ca[17]][_0xd0ca[109]]=(_0xb973x13+_0xb973xe/2-13)+_0xd0ca[93]});if(this[_0xd0ca[68]]!=null&&this[_0xd0ca[68]][_0xd0ca[17]][_0xd0ca[83]]!=_0xd0ca[110]){_0xb973xb()}else {this[_0xd0ca[66]]=window[_0xd0ca[126]](_0xb973xb,this[_0xd0ca[55]])};this[_0xd0ca[32]]=_0xb973x7}}};Sidebar[_0xd0ca[40]][_0xd0ca[29]]=function(){if(this[_0xd0ca[66]]!=null){window[_0xd0ca[67]](this[_0xd0ca[66]]);this[_0xd0ca[66]]=null};if(this[_0xd0ca[68]]!=null){this[_0xd0ca[68]][_0xd0ca[17]][_0xd0ca[83]]=_0xd0ca[110];this[_0xd0ca[77]][_0xd0ca[17]][_0xd0ca[16]]=_0xd0ca[18];this[_0xd0ca[32]]=null}};Sidebar[_0xd0ca[40]][_0xd0ca[127]]=function(_0xb973x14){var _0xb973x7=document[_0xd0ca[7]](_0xd0ca[128]);_0xb973x7[_0xd0ca[123]](_0xd0ca[129],_0xd0ca[130]);_0xb973x7[_0xd0ca[69]]=_0xd0ca[131];mxUtils[_0xd0ca[106]](_0xb973x7,_0xb973x14);return _0xb973x7};Sidebar[_0xd0ca[40]][_0xd0ca[132]]=function(_0xb973x8,_0xb973xd,_0xb973xe,_0xb973x15,_0xb973x9,_0xb973xa){this[_0xd0ca[5]][_0xd0ca[85]]=(_0xb973xa==null||_0xb973xa);this[_0xd0ca[5]][_0xd0ca[73]][_0xd0ca[133]](1,0,0);this[_0xd0ca[5]][_0xd0ca[88]](_0xb973x8);var _0xb973xc=this[_0xd0ca[5]][_0xd0ca[89]]();var _0xb973x16=this[_0xd0ca[54]];var _0xb973x17=Math[_0xd0ca[112]]((_0xb973xd-2)/(_0xb973xc[_0xd0ca[79]]-_0xb973xc[_0xd0ca[111]]+_0xb973x16),(_0xb973xe-2)/(_0xb973xc[_0xd0ca[81]]-_0xb973xc[_0xd0ca[113]]+_0xb973x16));var _0xb973x10=-Math[_0xd0ca[112]](_0xb973xc[_0xd0ca[111]],0);var _0xb973x11=-Math[_0xd0ca[112]](_0xb973xc[_0xd0ca[113]],0);this[_0xd0ca[5]][_0xd0ca[73]][_0xd0ca[133]](_0xb973x17,_0xb973x10,_0xb973x11);_0xb973xc=this[_0xd0ca[5]][_0xd0ca[89]]();var _0xb973x18=Math[_0xd0ca[118]](0,Math[_0xd0ca[134]]((_0xb973xd-_0xb973xc[_0xd0ca[79]]-_0xb973xc[_0xd0ca[111]])/2));var _0xb973xf=Math[_0xd0ca[118]](0,Math[_0xd0ca[134]]((_0xb973xe-_0xb973xc[_0xd0ca[81]]-_0xb973xc[_0xd0ca[113]])/2));var _0xb973x19=null;if(this[_0xd0ca[5]][_0xd0ca[135]]==mxConstants[_0xd0ca[136]]&&!mxClient[_0xd0ca[137]]){_0xb973x19=this[_0xd0ca[5]][_0xd0ca[73]][_0xd0ca[140]]()[_0xd0ca[139]][_0xd0ca[138]](true)}else {_0xb973x19=this[_0xd0ca[5]][_0xd0ca[2]][_0xd0ca[138]](false);_0xb973x19[_0xd0ca[104]]=this[_0xd0ca[5]][_0xd0ca[2]][_0xd0ca[104]]};this[_0xd0ca[5]][_0xd0ca[141]]()[_0xd0ca[86]]();if(mxClient[_0xd0ca[142]]){_0xb973x15[_0xd0ca[17]][_0xd0ca[143]]=_0xd0ca[144]+this[_0xd0ca[1]][_0xd0ca[9]][_0xd0ca[145]]+_0xd0ca[122]};var _0xb973x1a=3;_0xb973x19[_0xd0ca[17]][_0xd0ca[19]]=_0xd0ca[76];_0xb973x19[_0xd0ca[17]][_0xd0ca[91]]=_0xd0ca[18];_0xb973x19[_0xd0ca[17]][_0xd0ca[146]]=_0xd0ca[147];_0xb973x19[_0xd0ca[17]][_0xd0ca[124]]=(_0xb973x18+_0xb973x1a)+_0xd0ca[93];_0xb973x19[_0xd0ca[17]][_0xd0ca[109]]=(_0xb973xf+_0xb973x1a)+_0xd0ca[93];_0xb973x19[_0xd0ca[17]][_0xd0ca[79]]=_0xb973xd+_0xd0ca[93];_0xb973x19[_0xd0ca[17]][_0xd0ca[81]]=_0xb973xe+_0xd0ca[93];_0xb973x19[_0xd0ca[17]][_0xd0ca[16]]=_0xd0ca[105];_0xb973x19[_0xd0ca[17]][_0xd0ca[148]]=_0xd0ca[105];_0xb973x19[_0xd0ca[17]][_0xd0ca[149]]=_0xd0ca[105];_0xb973x15[_0xd0ca[21]](_0xb973x19);if(this[_0xd0ca[63]]&&_0xb973x9!=null){var _0xb973x1b=(mxClient[_0xd0ca[90]])?2*this[_0xd0ca[61]]+2:0;_0xb973x15[_0xd0ca[17]][_0xd0ca[81]]=(this[_0xd0ca[60]]+_0xb973x1b+this[_0xd0ca[62]]+8)+_0xd0ca[93];var _0xb973x1c=document[_0xd0ca[7]](_0xd0ca[6]);_0xb973x1c[_0xd0ca[17]][_0xd0ca[150]]=this[_0xd0ca[62]]+_0xd0ca[93];_0xb973x1c[_0xd0ca[17]][_0xd0ca[98]]=_0xd0ca[99];_0xb973x1c[_0xd0ca[17]][_0xd0ca[151]]=_0xd0ca[152];if(mxClient[_0xd0ca[153]]){_0xb973x1c[_0xd0ca[17]][_0xd0ca[81]]=(this[_0xd0ca[62]]+12)+_0xd0ca[93]};_0xb973x1c[_0xd0ca[17]][_0xd0ca[101]]=_0xd0ca[154];mxUtils[_0xd0ca[106]](_0xb973x1c,_0xb973x9);_0xb973x15[_0xd0ca[21]](_0xb973x1c)}};Sidebar[_0xd0ca[40]][_0xd0ca[155]]=function(_0xb973x8,_0xb973x9,_0xb973xa){var _0xb973x7=document[_0xd0ca[7]](_0xd0ca[128]);_0xb973x7[_0xd0ca[123]](_0xd0ca[129],_0xd0ca[130]);_0xb973x7[_0xd0ca[69]]=_0xd0ca[156];_0xb973x7[_0xd0ca[17]][_0xd0ca[91]]=_0xd0ca[18];var _0xb973x1b=(mxClient[_0xd0ca[90]])?8+2*this[_0xd0ca[61]]:6;_0xb973x7[_0xd0ca[17]][_0xd0ca[79]]=(this[_0xd0ca[59]]+_0xb973x1b)+_0xd0ca[93];_0xb973x7[_0xd0ca[17]][_0xd0ca[81]]=(this[_0xd0ca[60]]+_0xb973x1b)+_0xd0ca[93];_0xb973x7[_0xd0ca[17]][_0xd0ca[157]]=this[_0xd0ca[61]]+_0xd0ca[93];mxEvent[_0xd0ca[26]](_0xb973x7,_0xd0ca[158],function(_0xb973x4){mxEvent[_0xd0ca[159]](_0xb973x4)});this[_0xd0ca[132]](_0xb973x8,this[_0xd0ca[59]],this[_0xd0ca[60]],_0xb973x7,_0xb973x9,_0xb973xa);return _0xb973x7};Sidebar[_0xd0ca[40]][_0xd0ca[160]]=function(_0xb973x8,_0xb973x1d){return function(_0xb973x1e,_0xb973x4,_0xb973x1f,_0xb973x20,_0xb973x21){if(_0xb973x1e[_0xd0ca[161]]()){_0xb973x8=_0xb973x1e[_0xd0ca[162]](_0xb973x8);if(_0xb973x8[_0xd0ca[94]]>0){var _0xb973x22=(_0xb973x1f!=null)?_0xb973x1e[_0xd0ca[163]](_0xb973x1f,_0xb973x8,_0xb973x4):false;var _0xb973x23=null;if(_0xb973x1f!=null&& !_0xb973x22){_0xb973x1f=null};if(_0xb973x1d&&_0xb973x1e[_0xd0ca[164]]()&&_0xb973x1e[_0xd0ca[165]](_0xb973x1f,_0xb973x8,_0xb973x4)){_0xb973x1e[_0xd0ca[166]](_0xb973x1f,_0xb973x8,null,_0xb973x20,_0xb973x21);_0xb973x23=_0xb973x8}else {if(_0xb973x8[_0xd0ca[94]]>0){_0xb973x23=_0xb973x1e[_0xd0ca[167]](_0xb973x8,_0xb973x20,_0xb973x21,_0xb973x1f)}};if(_0xb973x23!=null&&_0xb973x23[_0xd0ca[94]]>0){_0xb973x1e[_0xd0ca[168]](_0xb973x23[0]);_0xb973x1e[_0xd0ca[169]](_0xb973x23)}}}}};Sidebar[_0xd0ca[40]][_0xd0ca[170]]=function(_0xb973xd,_0xb973xe){var _0xb973x7=document[_0xd0ca[7]](_0xd0ca[6]);_0xb973x7[_0xd0ca[17]][_0xd0ca[171]]=_0xd0ca[172];_0xb973x7[_0xd0ca[17]][_0xd0ca[79]]=_0xb973xd+_0xd0ca[93];_0xb973x7[_0xd0ca[17]][_0xd0ca[81]]=_0xb973xe+_0xd0ca[93];return _0xb973x7};Sidebar[_0xd0ca[40]][_0xd0ca[173]]=function(_0xb973x7,_0xb973x24,_0xb973x25){var _0xb973x26=mxUtils[_0xd0ca[175]](_0xb973x7,this[_0xd0ca[1]][_0xd0ca[9]][_0xd0ca[5]],_0xb973x24,_0xb973x25,0,0,this[_0xd0ca[1]][_0xd0ca[9]][_0xd0ca[5]][_0xd0ca[174]],true,true);_0xb973x26[_0xd0ca[176]]=function(_0xb973x1e,_0xb973x20,_0xb973x21){var _0xb973x1f=mxDragSource[_0xd0ca[40]][_0xd0ca[176]][_0xd0ca[177]](this,arguments);if(!_0xb973x1e[_0xd0ca[178]](_0xb973x1f)){_0xb973x1f=null};return _0xb973x1f};return _0xb973x26};Sidebar[_0xd0ca[40]][_0xd0ca[179]]=function(_0xb973x7,_0xb973x27){var _0xb973x1e=this[_0xd0ca[1]][_0xd0ca[9]][_0xd0ca[5]];var _0xb973x28=null;mxEvent[_0xd0ca[182]](_0xb973x7,function(_0xb973x4){_0xb973x28= new mxPoint(mxEvent[_0xd0ca[180]](_0xb973x4),mxEvent[_0xd0ca[181]](_0xb973x4))});var _0xb973x29=_0xb973x27[_0xd0ca[183]];_0xb973x27[_0xd0ca[183]]=function(_0xb973x4){if(!mxEvent[_0xd0ca[184]](_0xb973x4)&&this[_0xd0ca[185]]==null&&_0xb973x28!=null){var _0xb973x2a=_0xb973x1e[_0xd0ca[186]];if(Math[_0xd0ca[187]](_0xb973x28[_0xd0ca[111]]-mxEvent[_0xd0ca[180]](_0xb973x4))<=_0xb973x2a&&Math[_0xd0ca[187]](_0xb973x28[_0xd0ca[113]]-mxEvent[_0xd0ca[181]](_0xb973x4))<=_0xb973x2a){var _0xb973x2b=_0xb973x1e[_0xd0ca[188]]();_0xb973x27[_0xd0ca[189]](_0xb973x1e,_0xb973x4,null,_0xb973x2b,_0xb973x2b)}};_0xb973x29[_0xd0ca[177]](this,arguments);_0xb973x28=null}};Sidebar[_0xd0ca[40]][_0xd0ca[190]]=function(_0xb973x2c,_0xb973x14,_0xb973x2d,_0xb973x2e){var _0xb973x2f=mxUtils[_0xd0ca[190]]();var _0xb973x19=_0xb973x2f[_0xd0ca[7]](_0xb973x2c);_0xb973x19[_0xd0ca[123]](_0xd0ca[191],_0xb973x14);_0xb973x2d[_0xd0ca[192]](function(_0xb973x30,_0xb973x31){_0xb973x19[_0xd0ca[123]](_0xb973x30,_0xb973x2e[_0xb973x31]?_0xb973x2e[_0xb973x31]:_0xd0ca[105])});return _0xb973x19};Sidebar[_0xd0ca[40]][_0xd0ca[193]]=function(_0xb973x32,_0xb973xd,_0xb973xe,_0xb973x33,_0xb973x9,_0xb973xa){var _0xb973x2d=[];var _0xb973x2e=[];switch(_0xb973x33){case _0xd0ca[47]:_0xb973x2d=[_0xd0ca[194],_0xd0ca[195],_0xd0ca[196]];_0xb973x2e=[_0xd0ca[197],_0xd0ca[105],_0xd0ca[198]];break;case _0xd0ca[50]:_0xb973x2d=[_0xd0ca[194],_0xd0ca[195]];_0xb973x2e=[_0xd0ca[197],_0xd0ca[105]];break;case _0xd0ca[48]:_0xb973x2d=[_0xd0ca[194],_0xd0ca[48],_0xd0ca[199]];_0xb973x2e=[_0xd0ca[197],_0xd0ca[105]];break;case _0xd0ca[49]:_0xb973x2d=[_0xd0ca[194],_0xd0ca[48],_0xd0ca[200]];_0xb973x2e=[_0xd0ca[197],_0xd0ca[105]];break;default:_0xb973x2d=[];_0xb973x2e=[];break};var _0xb973x19=this[_0xd0ca[190]](_0xb973x33,_0xb973x9,_0xb973x2d,_0xb973x2e);var _0xb973x8=[ new mxCell(_0xb973x19, new mxGeometry(0,0,_0xb973xd,_0xb973xe),_0xb973x32)];_0xb973x8[0][_0xd0ca[201]]=true;return this[_0xd0ca[202]](_0xb973x8,_0xb973xd,_0xb973xe,_0xb973x9,_0xb973xa)};Sidebar[_0xd0ca[40]][_0xd0ca[202]]=function(_0xb973x8,_0xb973xd,_0xb973xe,_0xb973x9,_0xb973xa){var _0xb973x7=this[_0xd0ca[155]](_0xb973x8,_0xb973x9,_0xb973xa);var _0xb973x27=this[_0xd0ca[173]](_0xb973x7,this[_0xd0ca[160]](_0xb973x8,true),this[_0xd0ca[170]](_0xb973xd,_0xb973xe));this[_0xd0ca[179]](_0xb973x7,_0xb973x27);_0xb973x27[_0xd0ca[203]]=mxUtils[_0xd0ca[25]](this,function(){return this[_0xd0ca[1]][_0xd0ca[9]][_0xd0ca[5]][_0xd0ca[205]][_0xd0ca[204]]});if(!touchStyle){mxEvent[_0xd0ca[26]](_0xb973x7,_0xd0ca[30],mxUtils[_0xd0ca[25]](this,function(_0xb973x4){this[_0xd0ca[65]](_0xb973x7,_0xb973x8,_0xb973x9,_0xb973xa)}))};return _0xb973x7};Sidebar[_0xd0ca[40]][_0xd0ca[206]]=function(_0xb973x32,_0xb973xd,_0xb973xe,_0xb973x33,_0xb973x9,_0xb973xa){var _0xb973x8=[ new mxCell((_0xb973x33!=null)?_0xb973x33:_0xd0ca[105], new mxGeometry(0,0,_0xb973xd,_0xb973xe),_0xb973x32)];_0xb973x8[0][_0xd0ca[208]][_0xd0ca[207]]( new mxPoint(0,_0xb973xe),true);_0xb973x8[0][_0xd0ca[208]][_0xd0ca[207]]( new mxPoint(_0xb973xd,0),false);_0xb973x8[0][_0xd0ca[208]][_0xd0ca[76]]=true;_0xb973x8[0][_0xd0ca[209]]=true;return this[_0xd0ca[210]](_0xb973x8,_0xb973xd,_0xb973xe,_0xb973x9,_0xb973xa)};Sidebar[_0xd0ca[40]][_0xd0ca[210]]=function(_0xb973x8,_0xb973xd,_0xb973xe,_0xb973x9,_0xb973xa){var _0xb973x7=this[_0xd0ca[155]](_0xb973x8,_0xb973x9,_0xb973xa);this[_0xd0ca[173]](_0xb973x7,this[_0xd0ca[160]](_0xb973x8,false),this[_0xd0ca[170]](_0xb973xd,_0xb973xe));var _0xb973x1e=this[_0xd0ca[1]][_0xd0ca[9]][_0xd0ca[5]];mxEvent[_0xd0ca[26]](_0xb973x7,_0xd0ca[158],mxUtils[_0xd0ca[25]](this,function(_0xb973x4){if(this[_0xd0ca[56]]){_0xb973x1e[_0xd0ca[211]](_0xb973x8[0])};_0xb973x7[_0xd0ca[17]][_0xd0ca[212]]=_0xd0ca[213];window[_0xd0ca[126]](function(){_0xb973x7[_0xd0ca[17]][_0xd0ca[212]]=_0xd0ca[105]},300);mxEvent[_0xd0ca[159]](_0xb973x4)}));touchStyle=false;if(!touchStyle){mxEvent[_0xd0ca[26]](_0xb973x7,_0xd0ca[30],mxUtils[_0xd0ca[25]](this,function(_0xb973x4){this[_0xd0ca[65]](_0xb973x7,_0xb973x8,_0xb973x9,_0xb973xa)}))};return _0xb973x7};Sidebar[_0xd0ca[40]][_0xd0ca[214]]=function(_0xb973x34,_0xb973x9,_0xb973x35,_0xb973x36){var _0xb973x7=this[_0xd0ca[127]](_0xb973x9);this[_0xd0ca[2]][_0xd0ca[21]](_0xb973x7);var _0xb973x1c=document[_0xd0ca[7]](_0xd0ca[6]);_0xb973x1c[_0xd0ca[69]]=_0xd0ca[215];if(_0xb973x35){_0xb973x36(_0xb973x1c);_0xb973x36=null}else {_0xb973x1c[_0xd0ca[17]][_0xd0ca[83]]=_0xd0ca[110]};this[_0xd0ca[216]](_0xb973x7,_0xb973x1c,_0xb973x36);var _0xb973x37=document[_0xd0ca[7]](_0xd0ca[6]);_0xb973x37[_0xd0ca[21]](_0xb973x1c);this[_0xd0ca[2]][_0xd0ca[21]](_0xb973x37);if(_0xb973x34!=null){this[_0xd0ca[3]][_0xb973x34]=[_0xb973x7,_0xb973x37]}};Sidebar[_0xd0ca[40]][_0xd0ca[216]]=function(_0xb973x9,_0xb973x38,_0xb973x39){var _0xb973x3a=false;_0xb973x9[_0xd0ca[17]][_0xd0ca[143]]=(_0xb973x38[_0xd0ca[17]][_0xd0ca[83]]==_0xd0ca[110])?_0xd0ca[144]+IMAGE_PATH+_0xd0ca[217]:_0xd0ca[144]+IMAGE_PATH+_0xd0ca[218];_0xb973x9[_0xd0ca[17]][_0xd0ca[219]]=_0xd0ca[220];_0xb973x9[_0xd0ca[17]][_0xd0ca[221]]=_0xd0ca[222];mxEvent[_0xd0ca[26]](_0xb973x9,_0xd0ca[158],function(_0xb973x4){if(_0xb973x38[_0xd0ca[17]][_0xd0ca[83]]==_0xd0ca[110]){if(!_0xb973x3a){_0xb973x3a=true;if(_0xb973x39!=null){_0xb973x9[_0xd0ca[17]][_0xd0ca[146]]=_0xd0ca[223];window[_0xd0ca[126]](function(){_0xb973x39(_0xb973x38);_0xb973x9[_0xd0ca[17]][_0xd0ca[146]]=_0xd0ca[105]},0)}};_0xb973x9[_0xd0ca[17]][_0xd0ca[143]]=_0xd0ca[144]+IMAGE_PATH+_0xd0ca[218];_0xb973x38[_0xd0ca[17]][_0xd0ca[83]]=_0xd0ca[84]}else {_0xb973x9[_0xd0ca[17]][_0xd0ca[143]]=_0xd0ca[144]+IMAGE_PATH+_0xd0ca[217];_0xb973x38[_0xd0ca[17]][_0xd0ca[83]]=_0xd0ca[110]};mxEvent[_0xd0ca[159]](_0xb973x4)})};Sidebar[_0xd0ca[40]][_0xd0ca[224]]=function(_0xb973x34){var _0xb973x3b=this[_0xd0ca[3]][_0xb973x34];if(_0xb973x3b!=null){this[_0xd0ca[3]][_0xb973x34]=null;for(var _0xb973x3c=0;_0xb973x3c<_0xb973x3b[_0xd0ca[94]];_0xb973x3c++){this[_0xd0ca[2]][_0xd0ca[225]](_0xb973x3b[_0xb973x3c])};return true};return false};Sidebar[_0xd0ca[40]][_0xd0ca[51]]=function(_0xb973x34,_0xb973x9,_0xb973x3d,_0xb973x3e,_0xb973x3f,_0xb973x40){this[_0xd0ca[214]](_0xb973x34,_0xb973x9,(_0xb973x34===_0xd0ca[42]),mxUtils[_0xd0ca[25]](this,function(_0xb973x38){var _0xb973x41=_0xb973x40!=null;for(var _0xb973x3c=0;_0xb973x3c<_0xb973x3f[_0xd0ca[94]];_0xb973x3c++){var _0xb973x42=_0xb973x3d+_0xb973x3f[_0xb973x3c]+_0xb973x3e;_0xb973x38[_0xd0ca[21]](this[_0xd0ca[193]](_0xd0ca[226]+_0xb973x42,80,80,_0xb973x3f[_0xb973x3c],(_0xb973x41)?_0xb973x40[_0xb973x3c]:null,_0xb973x41))}}))} \ No newline at end of file diff --git a/public/assets/plugins/jscripty/js/Toolbar.js b/public/assets/plugins/jscripty/js/Toolbar.js index 674d090..194f8b5 100644 --- a/public/assets/plugins/jscripty/js/Toolbar.js +++ b/public/assets/plugins/jscripty/js/Toolbar.js @@ -1 +1 @@ -var _0x5685=["\x65\x64\x69\x74\x6F\x72\x55\x69","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x69\x6E\x69\x74","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x62\x69\x6E\x64","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x73\x61\x76\x65","\x70\x75\x62\x6C\x69\x73\x68","\x2D","\x70\x72\x69\x6E\x74","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x6F\x70\x79","\x63\x75\x74","\x70\x61\x73\x74\x65","\x64\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x61\x64\x64\x49\x74\x65\x6D\x73","\x48\x65\x6C\x76\x65\x74\x69\x63\x61","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x67\x65\x74","\x61\x64\x64\x4D\x65\x6E\x75","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x73\x74\x79\x6C\x65","\x6E\x6F\x77\x72\x61\x70","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x68\x69\x64\x64\x65\x6E","\x77\x69\x64\x74\x68","\x37\x30\x70\x78","\x61\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x31\x32","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x33\x30\x70\x78","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x67\x72\x61\x70\x68","\x65\x64\x69\x74\x6F\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x6C\x65\x6E\x67\x74\x68","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x2E\x2E\x2E","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x63\x75\x72\x72\x65\x6E\x74\x4D\x65\x6E\x75","\x64\x65\x73\x74\x72\x6F\x79","\x6D\x65\x6E\x75\x73","\x66\x75\x6E\x63\x74","\x61\x64\x64\x4D\x65\x6E\x75\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x73\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x64","\x65\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x72\x65\x61\x74\x65\x4C\x61\x62\x65\x6C","\x63\x72\x65\x61\x74\x65\x42\x75\x74\x74\x6F\x6E","\x69\x6E\x69\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x61\x64\x64\x4D\x65\x6E\x75\x48\x61\x6E\x64\x6C\x65\x72","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x64\x69\x76","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x67\x65\x53\x70\x72\x69\x74\x65\x2D","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x64\x64\x49\x74\x65\x6D","\x61\x63\x74\x69\x6F\x6E\x73","\x6C\x61\x62\x65\x6C","\x61\x64\x64\x42\x75\x74\x74\x6F\x6E","\x61\x64\x64\x43\x6C\x69\x63\x6B\x48\x61\x6E\x64\x6C\x65\x72","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x61\x64\x64\x45\x64\x67\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x69\x73\x45\x64\x67\x65","\x74\x61\x62\x69\x6E\x64\x65\x78","\x30","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x74\x69\x74\x6C\x65","\x61\x64\x64\x45\x6E\x61\x62\x6C\x65\x64\x53\x74\x61\x74\x65","\x20\x67\x65\x44\x69\x73\x61\x62\x6C\x65\x64","\x63\x6C\x69\x63\x6B","\x63\x6F\x6E\x73\x75\x6D\x65","\x61","\x68\x72\x65\x66","\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3A\x76\x6F\x69\x64\x28\x30\x29\x3B","\x67\x65\x42\x75\x74\x74\x6F\x6E","\x67\x65\x53\x70\x72\x69\x74\x65\x20","\x67\x65\x4C\x61\x62\x65\x6C","\x77\x72\x69\x74\x65","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x20\x67\x65\x54\x6F\x6F\x6C\x62\x61\x72\x4D\x65\x6E\x75","\x73\x68\x6F\x77\x44\x69\x73\x61\x62\x6C\x65\x64","\x6C\x61\x62\x65\x6C\x73","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x6F\x66\x66\x73\x65\x74\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x70\x6F\x70\x75\x70"];function Toolbar(_0xc37fx2,_0xc37fx3){this[_0x5685[0]]=_0xc37fx2;this[_0x5685[1]]=_0xc37fx3;this[_0x5685[2]]();mxEvent[_0x5685[5]](document,mxUtils[_0x5685[4]](this,function(_0xc37fx4){this[_0x5685[3]]()}))}Toolbar[_0x5685[6]][_0x5685[2]]=function(){this[_0x5685[21]]([_0x5685[7],_0x5685[8],_0x5685[9],_0x5685[10],_0x5685[11],_0x5685[12],_0x5685[9],_0x5685[13],_0x5685[14],_0x5685[15],_0x5685[16],_0x5685[9],_0x5685[17],_0x5685[9],_0x5685[18],_0x5685[19],_0x5685[20],_0x5685[9]]);var _0xc37fx5=this[_0x5685[25]](_0x5685[22],mxResources[_0x5685[24]](_0x5685[23]),true,_0x5685[23]);_0xc37fx5[_0x5685[27]][_0x5685[26]]=_0x5685[28];_0xc37fx5[_0x5685[27]][_0x5685[29]]=_0x5685[30];_0xc37fx5[_0x5685[27]][_0x5685[31]]=_0x5685[32];this[_0x5685[33]]();var _0xc37fx6=this[_0x5685[25]](_0x5685[34],mxResources[_0x5685[24]](_0x5685[35]),true,_0x5685[35]);_0xc37fx6[_0x5685[27]][_0x5685[26]]=_0x5685[28];_0xc37fx6[_0x5685[27]][_0x5685[29]]=_0x5685[30];_0xc37fx6[_0x5685[27]][_0x5685[31]]=_0x5685[36];this[_0x5685[21]]([_0x5685[9],_0x5685[37],_0x5685[38],_0x5685[39]]);var _0xc37fx7=this[_0x5685[0]][_0x5685[41]][_0x5685[40]];var _0xc37fx8=mxUtils[_0x5685[4]](this,function(){var _0xc37fx9=_0x5685[22];var _0xc37fxa=_0x5685[34];var _0xc37fxb=_0xc37fx7[_0x5685[44]]()[_0x5685[43]](_0xc37fx7[_0x5685[42]]());if(_0xc37fxb!=null){_0xc37fx9=_0xc37fxb[_0x5685[27]][mxConstants[_0x5685[45]]]||_0xc37fx9;_0xc37fxa=_0xc37fxb[_0x5685[27]][mxConstants[_0x5685[46]]]||_0xc37fxa;if(_0xc37fx9[_0x5685[47]]>10){_0xc37fx9=_0xc37fx9[_0x5685[48]](0,8)+_0x5685[49]};_0xc37fx5[_0x5685[50]]=_0xc37fx9;_0xc37fx6[_0x5685[50]]=_0xc37fxa}});_0xc37fx7[_0x5685[52]]()[_0x5685[51]](mxEvent.CHANGE,_0xc37fx8);_0xc37fx7[_0x5685[53]]()[_0x5685[51]](mxEvent.CHANGE,_0xc37fx8)};Toolbar[_0x5685[6]][_0x5685[3]]=function(){if(this[_0x5685[54]]!=null){this[_0x5685[54]][_0x5685[3]]();this[_0x5685[54]][_0x5685[55]]();this[_0x5685[54]]=null}};Toolbar[_0x5685[6]][_0x5685[25]]=function(_0xc37fxc,_0xc37fxd,_0xc37fxe,_0xc37fxf){var _0xc37fx10=this[_0x5685[0]][_0x5685[56]][_0x5685[24]](_0xc37fxf);var _0xc37fx11=this[_0x5685[58]](_0xc37fxc,_0xc37fxd,_0xc37fxe,_0xc37fx10[_0x5685[57]]);_0xc37fx10[_0x5685[51]](_0x5685[59],function(){_0xc37fx11[_0x5685[61]](_0xc37fx10[_0x5685[60]])});return _0xc37fx11};Toolbar[_0x5685[6]][_0x5685[58]]=function(_0xc37fxc,_0xc37fxd,_0xc37fxe,_0xc37fx12){var _0xc37fx11=(_0xc37fxe)?this[_0x5685[62]](_0xc37fxc):this[_0x5685[63]](_0xc37fxc);this[_0x5685[64]](_0xc37fx11,_0xc37fxd);this[_0x5685[65]](_0xc37fx11,_0xc37fxe,_0xc37fx12);this[_0x5685[1]][_0x5685[66]](_0xc37fx11);return _0xc37fx11};Toolbar[_0x5685[6]][_0x5685[33]]=function(){var _0xc37fx11=document[_0x5685[68]](_0x5685[67]);_0xc37fx11[_0x5685[69]]=_0x5685[70];this[_0x5685[1]][_0x5685[66]](_0xc37fx11);return _0xc37fx11};Toolbar[_0x5685[6]][_0x5685[21]]=function(_0xc37fx13){for(var _0xc37fx14=0;_0xc37fx14<_0xc37fx13[_0x5685[47]];_0xc37fx14++){var _0xc37fx15=_0xc37fx13[_0xc37fx14];if(_0xc37fx15==_0x5685[9]){this[_0x5685[33]]()}else {this[_0x5685[73]](_0x5685[71]+_0xc37fx15[_0x5685[72]](),_0xc37fx15)}}};Toolbar[_0x5685[6]][_0x5685[73]]=function(_0xc37fx16,_0xc37fx15){var _0xc37fx17=this[_0x5685[0]][_0x5685[74]][_0x5685[24]](_0xc37fx15);var _0xc37fx11=null;if(_0xc37fx17!=null){_0xc37fx11=this[_0x5685[76]](_0xc37fx16,_0xc37fx17[_0x5685[75]],_0xc37fx17[_0x5685[57]]);_0xc37fx11[_0x5685[61]](_0xc37fx17[_0x5685[60]]);_0xc37fx17[_0x5685[51]](_0x5685[59],function(){_0xc37fx11[_0x5685[61]](_0xc37fx17[_0x5685[60]])})};return _0xc37fx11};Toolbar[_0x5685[6]][_0x5685[76]]=function(_0xc37fx18,_0xc37fxd,_0xc37fx12){var _0xc37fx11=this[_0x5685[63]](_0xc37fx18);this[_0x5685[64]](_0xc37fx11,_0xc37fxd);this[_0x5685[77]](_0xc37fx11,_0xc37fx12);this[_0x5685[1]][_0x5685[66]](_0xc37fx11);return _0xc37fx11};Toolbar[_0x5685[6]][_0x5685[78]]=function(_0xc37fx19){var _0xc37fx7=this[_0x5685[0]][_0x5685[41]][_0x5685[40]];var _0xc37fx1a=function(){var _0xc37fx1b=!_0xc37fx7[_0x5685[79]]();for(var _0xc37fx14=0;_0xc37fx14<_0xc37fx19[_0x5685[47]];_0xc37fx14++){_0xc37fx19[_0xc37fx14][_0x5685[61]](_0xc37fx1b)}};_0xc37fx7[_0x5685[52]]()[_0x5685[51]](mxEvent.CHANGE,_0xc37fx1a);_0xc37fx1a()};Toolbar[_0x5685[6]][_0x5685[80]]=function(_0xc37fx19){var _0xc37fx7=this[_0x5685[0]][_0x5685[41]][_0x5685[40]];var _0xc37fx1a=function(){var _0xc37fx1c=false;if(!_0xc37fx7[_0x5685[79]]()){var _0xc37fx1d=_0xc37fx7[_0x5685[81]]();for(var _0xc37fx14=0;_0xc37fx14<_0xc37fx1d[_0x5685[47]];_0xc37fx14++){if(_0xc37fx7[_0x5685[53]]()[_0x5685[82]](_0xc37fx1d[_0xc37fx14])){_0xc37fx1c=true;break}}};for(var _0xc37fx14=0;_0xc37fx14<_0xc37fx19[_0x5685[47]];_0xc37fx14++){_0xc37fx19[_0xc37fx14][_0x5685[61]](_0xc37fx1c)}};_0xc37fx7[_0x5685[52]]()[_0x5685[51]](mxEvent.CHANGE,_0xc37fx1a);_0xc37fx1a()};Toolbar[_0x5685[6]][_0x5685[64]]=function(_0xc37fx11,_0xc37fxd){_0xc37fx11[_0x5685[85]](_0x5685[83],_0x5685[84]);if(_0xc37fxd!=null){_0xc37fx11[_0x5685[85]](_0x5685[86],_0xc37fxd)};this[_0x5685[87]](_0xc37fx11)};Toolbar[_0x5685[6]][_0x5685[87]]=function(_0xc37fx11){var _0xc37fx18=_0xc37fx11[_0x5685[69]];_0xc37fx11[_0x5685[61]]=function(_0xc37fx1e){_0xc37fx11[_0x5685[60]]=_0xc37fx1e;if(_0xc37fx1e){_0xc37fx11[_0x5685[69]]=_0xc37fx18}else {_0xc37fx11[_0x5685[69]]=_0xc37fx18+_0x5685[88]}};_0xc37fx11[_0x5685[61]](true)};Toolbar[_0x5685[6]][_0x5685[77]]=function(_0xc37fx11,_0xc37fx12){if(_0xc37fx12!=null){mxEvent[_0x5685[51]](_0xc37fx11,_0x5685[89],function(_0xc37fx4){if(_0xc37fx11[_0x5685[60]]){_0xc37fx12(_0xc37fx4)};mxEvent[_0x5685[90]](_0xc37fx4)})}};Toolbar[_0x5685[6]][_0x5685[63]]=function(_0xc37fx18){var _0xc37fx11=document[_0x5685[68]](_0x5685[91]);_0xc37fx11[_0x5685[85]](_0x5685[92],_0x5685[93]);_0xc37fx11[_0x5685[69]]=_0x5685[94];var _0xc37fx1f=document[_0x5685[68]](_0x5685[67]);_0xc37fx1f[_0x5685[69]]=_0x5685[95]+_0xc37fx18;_0xc37fx11[_0x5685[66]](_0xc37fx1f);return _0xc37fx11};Toolbar[_0x5685[6]][_0x5685[62]]=function(_0xc37fxc,_0xc37fxd){var _0xc37fx11=document[_0x5685[68]](_0x5685[91]);_0xc37fx11[_0x5685[85]](_0x5685[92],_0x5685[93]);_0xc37fx11[_0x5685[69]]=_0x5685[96];mxUtils[_0x5685[97]](_0xc37fx11,_0xc37fxc);return _0xc37fx11};Toolbar[_0x5685[6]][_0x5685[65]]=function(_0xc37fx11,_0xc37fxe,_0xc37fx12,_0xc37fx20){if(_0xc37fx12!=null){var _0xc37fx7=this[_0x5685[0]][_0x5685[41]][_0x5685[40]];var _0xc37fx10=null;mxEvent[_0x5685[51]](_0xc37fx11,_0x5685[89],mxUtils[_0x5685[4]](this,function(_0xc37fx4){if(_0xc37fx11[_0x5685[60]]==null||_0xc37fx11[_0x5685[60]]){_0xc37fx7[_0x5685[98]][_0x5685[3]]();_0xc37fx10= new mxPopupMenu(_0xc37fx12);_0xc37fx10[_0x5685[67]][_0x5685[69]]+=_0x5685[99];_0xc37fx10[_0x5685[100]]=_0xc37fx20;_0xc37fx10[_0x5685[101]]=_0xc37fxe;_0xc37fx10[_0x5685[102]]=true;_0xc37fx10[_0x5685[106]](_0xc37fx11[_0x5685[103]],_0xc37fx11[_0x5685[104]]+_0xc37fx11[_0x5685[105]]+34,null,_0xc37fx4);this[_0x5685[54]]=_0xc37fx10};mxEvent[_0x5685[90]](_0xc37fx4)}))}} \ No newline at end of file +var _0xcc2a=["\x65\x64\x69\x74\x6F\x72\x55\x69","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x69\x6E\x69\x74","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x62\x69\x6E\x64","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x73\x61\x76\x65","\x70\x75\x62\x6C\x69\x73\x68","\x2D","\x70\x72\x69\x6E\x74","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x6F\x70\x79","\x63\x75\x74","\x70\x61\x73\x74\x65","\x64\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x61\x64\x64\x49\x74\x65\x6D\x73","\x48\x65\x6C\x76\x65\x74\x69\x63\x61","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x67\x65\x74","\x61\x64\x64\x4D\x65\x6E\x75","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x73\x74\x79\x6C\x65","\x6E\x6F\x77\x72\x61\x70","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x68\x69\x64\x64\x65\x6E","\x77\x69\x64\x74\x68","\x37\x30\x70\x78","\x61\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x31\x32","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x33\x30\x70\x78","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x67\x72\x61\x70\x68","\x65\x64\x69\x74\x6F\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x6C\x65\x6E\x67\x74\x68","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x2E\x2E\x2E","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x63\x75\x72\x72\x65\x6E\x74\x4D\x65\x6E\x75","\x64\x65\x73\x74\x72\x6F\x79","\x6D\x65\x6E\x75\x73","\x66\x75\x6E\x63\x74","\x61\x64\x64\x4D\x65\x6E\x75\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x73\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x64","\x65\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x72\x65\x61\x74\x65\x4C\x61\x62\x65\x6C","\x63\x72\x65\x61\x74\x65\x42\x75\x74\x74\x6F\x6E","\x69\x6E\x69\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x61\x64\x64\x4D\x65\x6E\x75\x48\x61\x6E\x64\x6C\x65\x72","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x64\x69\x76","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x67\x65\x53\x70\x72\x69\x74\x65\x2D","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x64\x64\x49\x74\x65\x6D","\x61\x63\x74\x69\x6F\x6E\x73","\x6C\x61\x62\x65\x6C","\x61\x64\x64\x42\x75\x74\x74\x6F\x6E","\x61\x64\x64\x43\x6C\x69\x63\x6B\x48\x61\x6E\x64\x6C\x65\x72","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x61\x64\x64\x45\x64\x67\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x69\x73\x45\x64\x67\x65","\x74\x61\x62\x69\x6E\x64\x65\x78","\x30","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x74\x69\x74\x6C\x65","\x61\x64\x64\x45\x6E\x61\x62\x6C\x65\x64\x53\x74\x61\x74\x65","\x20\x67\x65\x44\x69\x73\x61\x62\x6C\x65\x64","\x63\x6C\x69\x63\x6B","\x63\x6F\x6E\x73\x75\x6D\x65","\x61","\x68\x72\x65\x66","\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3A\x76\x6F\x69\x64\x28\x30\x29\x3B","\x67\x65\x42\x75\x74\x74\x6F\x6E","\x67\x65\x53\x70\x72\x69\x74\x65\x20","\x67\x65\x4C\x61\x62\x65\x6C","\x77\x72\x69\x74\x65","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x20\x67\x65\x54\x6F\x6F\x6C\x62\x61\x72\x4D\x65\x6E\x75","\x73\x68\x6F\x77\x44\x69\x73\x61\x62\x6C\x65\x64","\x6C\x61\x62\x65\x6C\x73","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x6F\x66\x66\x73\x65\x74\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x70\x6F\x70\x75\x70"];function Toolbar(_0x8be0x2,_0x8be0x3){this[_0xcc2a[0]]=_0x8be0x2;this[_0xcc2a[1]]=_0x8be0x3;this[_0xcc2a[2]]();mxEvent[_0xcc2a[5]](document,mxUtils[_0xcc2a[4]](this,function(_0x8be0x4){this[_0xcc2a[3]]()}))}Toolbar[_0xcc2a[6]][_0xcc2a[2]]=function(){this[_0xcc2a[21]]([_0xcc2a[7],_0xcc2a[8],_0xcc2a[9],_0xcc2a[10],_0xcc2a[11],_0xcc2a[12],_0xcc2a[9],_0xcc2a[13],_0xcc2a[14],_0xcc2a[15],_0xcc2a[16],_0xcc2a[9],_0xcc2a[17],_0xcc2a[9],_0xcc2a[18],_0xcc2a[19],_0xcc2a[20],_0xcc2a[9]]);var _0x8be0x5=this[_0xcc2a[25]](_0xcc2a[22],mxResources[_0xcc2a[24]](_0xcc2a[23]),true,_0xcc2a[23]);_0x8be0x5[_0xcc2a[27]][_0xcc2a[26]]=_0xcc2a[28];_0x8be0x5[_0xcc2a[27]][_0xcc2a[29]]=_0xcc2a[30];_0x8be0x5[_0xcc2a[27]][_0xcc2a[31]]=_0xcc2a[32];this[_0xcc2a[33]]();var _0x8be0x6=this[_0xcc2a[25]](_0xcc2a[34],mxResources[_0xcc2a[24]](_0xcc2a[35]),true,_0xcc2a[35]);_0x8be0x6[_0xcc2a[27]][_0xcc2a[26]]=_0xcc2a[28];_0x8be0x6[_0xcc2a[27]][_0xcc2a[29]]=_0xcc2a[30];_0x8be0x6[_0xcc2a[27]][_0xcc2a[31]]=_0xcc2a[36];this[_0xcc2a[21]]([_0xcc2a[9],_0xcc2a[37],_0xcc2a[38],_0xcc2a[39]]);var _0x8be0x7=this[_0xcc2a[0]][_0xcc2a[41]][_0xcc2a[40]];var _0x8be0x8=mxUtils[_0xcc2a[4]](this,function(){var _0x8be0x9=_0xcc2a[22];var _0x8be0xa=_0xcc2a[34];var _0x8be0xb=_0x8be0x7[_0xcc2a[44]]()[_0xcc2a[43]](_0x8be0x7[_0xcc2a[42]]());if(_0x8be0xb!=null){_0x8be0x9=_0x8be0xb[_0xcc2a[27]][mxConstants[_0xcc2a[45]]]||_0x8be0x9;_0x8be0xa=_0x8be0xb[_0xcc2a[27]][mxConstants[_0xcc2a[46]]]||_0x8be0xa;if(_0x8be0x9[_0xcc2a[47]]>10){_0x8be0x9=_0x8be0x9[_0xcc2a[48]](0,8)+_0xcc2a[49]};_0x8be0x5[_0xcc2a[50]]=_0x8be0x9;_0x8be0x6[_0xcc2a[50]]=_0x8be0xa}});_0x8be0x7[_0xcc2a[52]]()[_0xcc2a[51]](mxEvent.CHANGE,_0x8be0x8);_0x8be0x7[_0xcc2a[53]]()[_0xcc2a[51]](mxEvent.CHANGE,_0x8be0x8)};Toolbar[_0xcc2a[6]][_0xcc2a[3]]=function(){if(this[_0xcc2a[54]]!=null){this[_0xcc2a[54]][_0xcc2a[3]]();this[_0xcc2a[54]][_0xcc2a[55]]();this[_0xcc2a[54]]=null}};Toolbar[_0xcc2a[6]][_0xcc2a[25]]=function(_0x8be0xc,_0x8be0xd,_0x8be0xe,_0x8be0xf){var _0x8be0x10=this[_0xcc2a[0]][_0xcc2a[56]][_0xcc2a[24]](_0x8be0xf);var _0x8be0x11=this[_0xcc2a[58]](_0x8be0xc,_0x8be0xd,_0x8be0xe,_0x8be0x10[_0xcc2a[57]]);_0x8be0x10[_0xcc2a[51]](_0xcc2a[59],function(){_0x8be0x11[_0xcc2a[61]](_0x8be0x10[_0xcc2a[60]])});return _0x8be0x11};Toolbar[_0xcc2a[6]][_0xcc2a[58]]=function(_0x8be0xc,_0x8be0xd,_0x8be0xe,_0x8be0x12){var _0x8be0x11=(_0x8be0xe)?this[_0xcc2a[62]](_0x8be0xc):this[_0xcc2a[63]](_0x8be0xc);this[_0xcc2a[64]](_0x8be0x11,_0x8be0xd);this[_0xcc2a[65]](_0x8be0x11,_0x8be0xe,_0x8be0x12);this[_0xcc2a[1]][_0xcc2a[66]](_0x8be0x11);return _0x8be0x11};Toolbar[_0xcc2a[6]][_0xcc2a[33]]=function(){var _0x8be0x11=document[_0xcc2a[68]](_0xcc2a[67]);_0x8be0x11[_0xcc2a[69]]=_0xcc2a[70];this[_0xcc2a[1]][_0xcc2a[66]](_0x8be0x11);return _0x8be0x11};Toolbar[_0xcc2a[6]][_0xcc2a[21]]=function(_0x8be0x13){for(var _0x8be0x14=0;_0x8be0x14<_0x8be0x13[_0xcc2a[47]];_0x8be0x14++){var _0x8be0x15=_0x8be0x13[_0x8be0x14];if(_0x8be0x15==_0xcc2a[9]){this[_0xcc2a[33]]()}else {this[_0xcc2a[73]](_0xcc2a[71]+_0x8be0x15[_0xcc2a[72]](),_0x8be0x15)}}};Toolbar[_0xcc2a[6]][_0xcc2a[73]]=function(_0x8be0x16,_0x8be0x15){var _0x8be0x17=this[_0xcc2a[0]][_0xcc2a[74]][_0xcc2a[24]](_0x8be0x15);var _0x8be0x11=null;if(_0x8be0x17!=null){_0x8be0x11=this[_0xcc2a[76]](_0x8be0x16,_0x8be0x17[_0xcc2a[75]],_0x8be0x17[_0xcc2a[57]]);_0x8be0x11[_0xcc2a[61]](_0x8be0x17[_0xcc2a[60]]);_0x8be0x17[_0xcc2a[51]](_0xcc2a[59],function(){_0x8be0x11[_0xcc2a[61]](_0x8be0x17[_0xcc2a[60]])})};return _0x8be0x11};Toolbar[_0xcc2a[6]][_0xcc2a[76]]=function(_0x8be0x18,_0x8be0xd,_0x8be0x12){var _0x8be0x11=this[_0xcc2a[63]](_0x8be0x18);this[_0xcc2a[64]](_0x8be0x11,_0x8be0xd);this[_0xcc2a[77]](_0x8be0x11,_0x8be0x12);this[_0xcc2a[1]][_0xcc2a[66]](_0x8be0x11);return _0x8be0x11};Toolbar[_0xcc2a[6]][_0xcc2a[78]]=function(_0x8be0x19){var _0x8be0x7=this[_0xcc2a[0]][_0xcc2a[41]][_0xcc2a[40]];var _0x8be0x1a=function(){var _0x8be0x1b=!_0x8be0x7[_0xcc2a[79]]();for(var _0x8be0x14=0;_0x8be0x14<_0x8be0x19[_0xcc2a[47]];_0x8be0x14++){_0x8be0x19[_0x8be0x14][_0xcc2a[61]](_0x8be0x1b)}};_0x8be0x7[_0xcc2a[52]]()[_0xcc2a[51]](mxEvent.CHANGE,_0x8be0x1a);_0x8be0x1a()};Toolbar[_0xcc2a[6]][_0xcc2a[80]]=function(_0x8be0x19){var _0x8be0x7=this[_0xcc2a[0]][_0xcc2a[41]][_0xcc2a[40]];var _0x8be0x1a=function(){var _0x8be0x1c=false;if(!_0x8be0x7[_0xcc2a[79]]()){var _0x8be0x1d=_0x8be0x7[_0xcc2a[81]]();for(var _0x8be0x14=0;_0x8be0x14<_0x8be0x1d[_0xcc2a[47]];_0x8be0x14++){if(_0x8be0x7[_0xcc2a[53]]()[_0xcc2a[82]](_0x8be0x1d[_0x8be0x14])){_0x8be0x1c=true;break}}};for(var _0x8be0x14=0;_0x8be0x14<_0x8be0x19[_0xcc2a[47]];_0x8be0x14++){_0x8be0x19[_0x8be0x14][_0xcc2a[61]](_0x8be0x1c)}};_0x8be0x7[_0xcc2a[52]]()[_0xcc2a[51]](mxEvent.CHANGE,_0x8be0x1a);_0x8be0x1a()};Toolbar[_0xcc2a[6]][_0xcc2a[64]]=function(_0x8be0x11,_0x8be0xd){_0x8be0x11[_0xcc2a[85]](_0xcc2a[83],_0xcc2a[84]);if(_0x8be0xd!=null){_0x8be0x11[_0xcc2a[85]](_0xcc2a[86],_0x8be0xd)};this[_0xcc2a[87]](_0x8be0x11)};Toolbar[_0xcc2a[6]][_0xcc2a[87]]=function(_0x8be0x11){var _0x8be0x18=_0x8be0x11[_0xcc2a[69]];_0x8be0x11[_0xcc2a[61]]=function(_0x8be0x1e){_0x8be0x11[_0xcc2a[60]]=_0x8be0x1e;if(_0x8be0x1e){_0x8be0x11[_0xcc2a[69]]=_0x8be0x18}else {_0x8be0x11[_0xcc2a[69]]=_0x8be0x18+_0xcc2a[88]}};_0x8be0x11[_0xcc2a[61]](true)};Toolbar[_0xcc2a[6]][_0xcc2a[77]]=function(_0x8be0x11,_0x8be0x12){if(_0x8be0x12!=null){mxEvent[_0xcc2a[51]](_0x8be0x11,_0xcc2a[89],function(_0x8be0x4){if(_0x8be0x11[_0xcc2a[60]]){_0x8be0x12(_0x8be0x4)};mxEvent[_0xcc2a[90]](_0x8be0x4)})}};Toolbar[_0xcc2a[6]][_0xcc2a[63]]=function(_0x8be0x18){var _0x8be0x11=document[_0xcc2a[68]](_0xcc2a[91]);_0x8be0x11[_0xcc2a[85]](_0xcc2a[92],_0xcc2a[93]);_0x8be0x11[_0xcc2a[69]]=_0xcc2a[94];var _0x8be0x1f=document[_0xcc2a[68]](_0xcc2a[67]);_0x8be0x1f[_0xcc2a[69]]=_0xcc2a[95]+_0x8be0x18;_0x8be0x11[_0xcc2a[66]](_0x8be0x1f);return _0x8be0x11};Toolbar[_0xcc2a[6]][_0xcc2a[62]]=function(_0x8be0xc,_0x8be0xd){var _0x8be0x11=document[_0xcc2a[68]](_0xcc2a[91]);_0x8be0x11[_0xcc2a[85]](_0xcc2a[92],_0xcc2a[93]);_0x8be0x11[_0xcc2a[69]]=_0xcc2a[96];mxUtils[_0xcc2a[97]](_0x8be0x11,_0x8be0xc);return _0x8be0x11};Toolbar[_0xcc2a[6]][_0xcc2a[65]]=function(_0x8be0x11,_0x8be0xe,_0x8be0x12,_0x8be0x20){if(_0x8be0x12!=null){var _0x8be0x7=this[_0xcc2a[0]][_0xcc2a[41]][_0xcc2a[40]];var _0x8be0x10=null;mxEvent[_0xcc2a[51]](_0x8be0x11,_0xcc2a[89],mxUtils[_0xcc2a[4]](this,function(_0x8be0x4){if(_0x8be0x11[_0xcc2a[60]]==null||_0x8be0x11[_0xcc2a[60]]){_0x8be0x7[_0xcc2a[98]][_0xcc2a[3]]();_0x8be0x10= new mxPopupMenu(_0x8be0x12);_0x8be0x10[_0xcc2a[67]][_0xcc2a[69]]+=_0xcc2a[99];_0x8be0x10[_0xcc2a[100]]=_0x8be0x20;_0x8be0x10[_0xcc2a[101]]=_0x8be0xe;_0x8be0x10[_0xcc2a[102]]=true;_0x8be0x10[_0xcc2a[106]](_0x8be0x11[_0xcc2a[103]],_0x8be0x11[_0xcc2a[104]]+_0x8be0x11[_0xcc2a[105]]+34,null,_0x8be0x4);this[_0xcc2a[54]]=_0x8be0x10};mxEvent[_0xcc2a[90]](_0x8be0x4)}))}} \ No newline at end of file diff --git a/public/assets/plugins/jscripty/js/custom.js b/public/assets/plugins/jscripty/js/custom.js index 0b4542a..4fdf4f2 100644 --- a/public/assets/plugins/jscripty/js/custom.js +++ b/public/assets/plugins/jscripty/js/custom.js @@ -1 +1 @@ -var _0xa39b=["\x68\x72\x65\x66","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x3F","\x6C\x61\x73\x74\x49\x6E\x64\x65\x78\x4F\x66","\x26","\x73\x70\x6C\x69\x74","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x6C\x65\x6E\x67\x74\x68","\x3D","\x69\x6E\x64\x65\x78\x4F\x66","\x68\x74\x74\x70\x3A\x2F\x2F\x65\x78\x70\x2E\x64\x72\x61\x77\x2E\x69\x6F\x2F\x49\x6D\x61\x67\x65\x45\x78\x70\x6F\x72\x74\x32\x2F\x65\x78\x70\x6F\x72\x74","\x68\x74\x74\x70\x3A\x2F\x2F\x6C\x6F\x63\x61\x6C\x68\x6F\x73\x74\x3A\x33\x30\x30\x30","\x61\x70\x69\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F","\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x73\x2F","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x73\x68\x61\x70\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x69\x6D\x61\x67\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x73\x74\x79\x6C\x65\x73","\x61\x70\x69\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x6F\x70\x65\x6E","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x72\x65\x73\x6F\x75\x72\x63\x65\x73","\x2F\x64\x69\x61","\x63\x75\x73\x74\x6F\x6D","\x4E\x47\x5F\x54\x52\x41\x4E\x53\x4C\x41\x54\x45\x5F\x4C\x41\x4E\x47\x5F\x4B\x45\x59","\x67\x65\x74\x49\x74\x65\x6D","\x6C\x6F\x67","\x65\x6E","\x65\x6E\x5F\x45\x4E","\x69\x74","\x6D\x78\x4C\x61\x6E\x67\x75\x61\x67\x65","\x61\x72","\x62\x73","\x63\x73","\x64\x61","\x64\x65","\x65\x6C","\x65\x73","\x65\x73\x2D\x61\x72","\x66\x72","\x68\x75","\x69\x64","\x6A\x61","\x6B\x6F","\x6E\x6C","\x6E\x6F","\x70\x6C","\x70\x74\x2D\x62\x72","\x70\x74","\x72\x6F","\x72\x75","\x73\x72","\x73\x76","\x74\x68","\x74\x72","\x75\x6B","\x7A\x68","\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68","\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x6A\x73","\x55\x53\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x55\x53\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x4D\x61\x6C\x65","\x55\x4B\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x55\x4B\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x4D\x61\x6C\x65","\x41\x75\x73\x74\x72\x61\x6C\x69\x61\x6E\x20\x45\x6E\x67\x6C\x69\x73\x68","\x55\x53\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x55\x53\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x4D\x61\x6C\x65","\x43\x68\x69\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x43\x68\x69\x6E\x65\x73\x65\x20\x4D\x61\x6C\x65","\x48\x6F\x6E\x67\x20\x4B\x6F\x6E\x67\x20\x43\x61\x6E\x74\x6F\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x54\x61\x69\x77\x61\x6E\x20\x43\x68\x69\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x4A\x61\x70\x61\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x4A\x61\x70\x61\x6E\x65\x73\x65\x20\x4D\x61\x6C\x65","\x4B\x6F\x72\x65\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x4B\x6F\x72\x65\x61\x6E\x20\x4D\x61\x6C\x65","\x43\x61\x6E\x61\x64\x69\x61\x6E\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x48\x75\x6E\x67\x61\x72\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x42\x72\x61\x7A\x69\x6C\x69\x61\x6E\x20\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x43\x61\x74\x61\x6C\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x43\x7A\x65\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x44\x61\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x46\x69\x6E\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x44\x75\x74\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x50\x6F\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x49\x74\x61\x6C\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x54\x75\x72\x6B\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65\x09","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x54\x75\x72\x6B\x69\x73\x68\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x47\x65\x72\x6D\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x47\x65\x72\x6D\x61\x6E\x20\x4D\x61\x6C\x65","\x52\x75\x73\x73\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x52\x75\x73\x73\x69\x61\x6E\x20\x4D\x61\x6C\x65","\x53\x77\x65\x64\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x43\x61\x6E\x61\x64\x69\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x43\x61\x6E\x61\x64\x69\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x4D\x61\x6C\x65","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x55\x53\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x43\x61\x6E\x61\x64\x61\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x55\x4B\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x41\x75\x73\x74\x72\x61\x6C\x69\x61\x29","\x53\x70\x61\x6E\x69\x73\x68\x20\x28\x53\x70\x61\x69\x6E\x29","\x53\x70\x61\x6E\x69\x73\x68\x20\x28\x4D\x65\x78\x69\x63\x6F\x29","\x49\x74\x61\x6C\x69\x61\x6E\x20\x28\x49\x74\x61\x6C\x79\x29\x20\x2F\x20\x46\x69\x6E\x6E\x69\x73\x68\x20\x28\x46\x69\x6E\x6C\x61\x6E\x64\x29","\x46\x72\x65\x6E\x63\x68\x20\x28\x46\x72\x61\x6E\x63\x65\x29","\x46\x72\x65\x6E\x63\x68\x20\x28\x43\x61\x6E\x61\x64\x61\x29","\x50\x6F\x6C\x69\x73\x68\x20\x28\x50\x6F\x6C\x61\x6E\x64\x29","\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x28\x50\x6F\x72\x74\x75\x67\x61\x6C\x29","\x43\x61\x74\x61\x6C\x61\x6E\x20\x28\x43\x61\x74\x61\x6C\x61\x6E\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x54\x61\x69\x77\x61\x6E\x29","\x44\x61\x6E\x69\x73\x68\x20\x28\x44\x65\x6E\x6D\x61\x72\x6B\x29","\x47\x65\x72\x6D\x61\x6E\x20\x28\x47\x65\x72\x6D\x61\x6E\x79\x29","\x4A\x61\x70\x61\x6E\x65\x73\x65\x20\x28\x4A\x61\x70\x61\x6E\x29","\x4B\x6F\x72\x65\x61\x6E\x20\x28\x4B\x6F\x72\x65\x61\x29","\x44\x75\x74\x63\x68\x20\x28\x4E\x65\x74\x68\x65\x72\x6C\x61\x6E\x64\x73\x29","\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x20\x28\x4E\x6F\x72\x77\x61\x79\x29","\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x28\x42\x72\x61\x7A\x69\x6C\x29","\x52\x75\x73\x73\x69\x61\x6E\x20\x28\x52\x75\x73\x73\x69\x61\x29","\x53\x77\x65\x64\x69\x73\x68\x20\x28\x53\x77\x65\x64\x65\x6E\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x43\x68\x69\x6E\x61\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x48\x6F\x6E\x67\x20\x4B\x6F\x6E\x67\x29","\x44\x65\x66\x61\x75\x6C\x74","\x44\x61\x74\x65","\x55\x53\x20\x4D\x6F\x6E\x65\x79","\x4E\x75\x6D\x62\x65\x72\x73\x20\x74\x6F\x20\x39","\x4E\x75\x6D\x62\x65\x72\x73\x20\x74\x6F\x20\x39\x39","\x4E\x75\x6D\x62\x65\x72\x73\x20\x74\x6F\x20\x39\x39\x39","\x54\x69\x6D\x65","\x50\x68\x6F\x6E\x65\x20\x6E\x75\x6D\x62\x65\x72","\x53\x74\x72\x65\x65\x74\x73","\x55\x53\x20\x43\x69\x74\x79\x2F\x53\x74\x61\x74\x65\x73","\x41\x66\x72\x69\x6B\x61\x61\x6E\x73","\x41\x6C\x62\x61\x6E\x69\x61\x6E","\x41\x6D\x68\x61\x72\x69\x63","\x41\x72\x61\x62\x69\x63","\x41\x72\x6D\x65\x6E\x69\x61\x6E","\x41\x7A\x65\x72\x62\x61\x69\x6A\x61\x6E\x69","\x42\x61\x73\x71\x75\x65","\x42\x65\x6C\x61\x72\x75\x73\x69\x61\x6E","\x42\x65\x6E\x67\x61\x6C\x69","\x42\x69\x68\x61\x72\x69","\x42\x6F\x73\x6E\x69\x61\x6E","\x42\x72\x65\x74\x6F\x6E","\x42\x75\x6C\x67\x61\x72\x69\x61\x6E","\x43\x61\x6D\x62\x6F\x64\x69\x61\x6E","\x43\x61\x74\x61\x6C\x61\x6E","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x53\x69\x6D\x70\x6C\x69\x66\x69\x65\x64\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x54\x72\x61\x64\x69\x74\x69\x6F\x6E\x61\x6C\x29","\x43\x6F\x72\x73\x69\x63\x61\x6E","\x43\x72\x6F\x61\x74\x69\x61\x6E","\x43\x7A\x65\x63\x68","\x44\x61\x6E\x69\x73\x68","\x44\x75\x74\x63\x68","\x45\x6E\x67\x6C\x69\x73\x68","\x45\x73\x70\x65\x72\x61\x6E\x74\x6F","\x45\x73\x74\x6F\x6E\x69\x61\x6E","\x46\x61\x72\x6F\x65\x73\x65","\x46\x69\x6C\x69\x70\x69\x6E\x6F","\x46\x69\x6E\x6E\x69\x73\x68","\x46\x72\x65\x6E\x63\x68","\x46\x72\x69\x73\x69\x61\x6E","\x47\x61\x6C\x69\x63\x69\x61\x6E","\x47\x65\x6F\x72\x67\x69\x61\x6E","\x47\x65\x72\x6D\x61\x6E","\x47\x72\x65\x65\x6B","\x47\x75\x61\x72\x61\x6E\x69","\x47\x75\x6A\x61\x72\x61\x74\x69","\x48\x61\x63\x6B\x65\x72","\x48\x61\x75\x73\x61","\x48\x65\x62\x72\x65\x77","\x48\x69\x6E\x64\x69","\x48\x75\x6E\x67\x61\x72\x69\x61\x6E","\x49\x63\x65\x6C\x61\x6E\x64\x69\x63","\x49\x6E\x64\x6F\x6E\x65\x73\x69\x61\x6E","\x49\x6E\x74\x65\x72\x6C\x69\x6E\x67\x75\x61","\x49\x72\x69\x73\x68","\x49\x74\x61\x6C\x69\x61\x6E","\x4A\x61\x76\x61\x6E\x65\x73\x65","\x4A\x61\x70\x61\x6E\x65\x73\x65","\x4B\x61\x6E\x6E\x61\x64\x61","\x4B\x61\x7A\x61\x6B\x68","\x4B\x69\x6E\x79\x61\x72\x77\x61\x6E\x64\x61","\x4B\x69\x72\x75\x6E\x64\x69","\x4B\x6C\x69\x6E\x67\x6F\x6E","\x4B\x75\x72\x64\x69\x73\x68","\x4B\x6F\x72\x65\x61\x6E","\x4B\x79\x72\x67\x79\x7A","\x4C\x61\x6F\x74\x68\x69\x61\x6E","\x4C\x61\x74\x69\x6E","\x4C\x61\x74\x76\x69\x61\x6E","\x4C\x69\x6E\x67\x61\x6C\x61","\x4C\x69\x74\x68\x75\x61\x6E\x69\x61\x6E","\x4D\x61\x63\x65\x64\x6F\x6E\x69\x61\x6E","\x4D\x61\x6C\x61\x67\x61\x73\x79","\x4D\x61\x6C\x61\x79","\x4D\x61\x6C\x61\x79\x61\x6C\x61\x6D","\x4D\x61\x6C\x74\x65\x73\x65","\x4D\x61\x6F\x72\x69","\x4D\x61\x72\x61\x74\x68\x69","\x4D\x6F\x6C\x64\x61\x76\x69\x61\x6E","\x4D\x6F\x6E\x67\x6F\x6C\x69\x61\x6E","\x4D\x6F\x6E\x74\x65\x6E\x65\x67\x72\x69\x6E","\x4E\x65\x70\x61\x6C\x69","\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E","\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x20\x28\x4E\x79\x6E\x6F\x72\x73\x6B\x29","\x4F\x63\x63\x69\x74\x61\x6E","\x4F\x72\x69\x79\x61","\x4F\x72\x6F\x6D\x6F","\x50\x61\x73\x68\x74\x6F","\x50\x65\x72\x73\x69\x61\x6E","\x50\x69\x72\x61\x74\x65","\x50\x6F\x6C\x69\x73\x68","\x50\x75\x6E\x6A\x61\x62\x69","\x51\x75\x65\x63\x68\x75\x61","\x52\x6F\x6D\x61\x6E\x69\x61\x6E","\x52\x6F\x6D\x61\x6E\x73\x68","\x52\x75\x73\x73\x69\x61\x6E","\x53\x63\x6F\x74\x73\x20\x47\x61\x65\x6C\x69\x63","\x53\x65\x72\x62\x69\x61\x6E","\x53\x65\x72\x62\x6F\x2D\x43\x72\x6F\x61\x74\x69\x61\x6E","\x53\x65\x73\x6F\x74\x68\x6F","\x53\x68\x6F\x6E\x61","\x53\x69\x6E\x64\x68\x69","\x53\x69\x6E\x68\x61\x6C\x65\x73\x65","\x53\x6C\x6F\x76\x61\x6B","\x53\x6C\x6F\x76\x65\x6E\x69\x61\x6E","\x53\x6F\x6D\x61\x6C\x69","\x53\x70\x61\x6E\x69\x73\x68","\x53\x75\x6E\x64\x61\x6E\x65\x73\x65","\x53\x77\x61\x68\x69\x6C\x69","\x53\x77\x65\x64\x69\x73\x68","\x54\x61\x6A\x69\x6B","\x54\x61\x6D\x69\x6C","\x54\x61\x74\x61\x72","\x54\x65\x6C\x75\x67\x75","\x54\x68\x61\x69","\x54\x69\x67\x72\x69\x6E\x79\x61","\x54\x6F\x6E\x67\x61","\x54\x75\x72\x6B\x69\x73\x68","\x54\x75\x72\x6B\x6D\x65\x6E","\x54\x77\x69","\x55\x69\x67\x68\x75\x72","\x55\x6B\x72\x61\x69\x6E\x69\x61\x6E","\x55\x72\x64\x75","\x55\x7A\x62\x65\x6B","\x56\x69\x65\x74\x6E\x61\x6D\x65\x73\x65","\x57\x65\x6C\x73\x68","\x58\x68\x6F\x73\x61","\x59\x69\x64\x64\x69\x73\x68","\x59\x6F\x72\x75\x62\x61","\x5A\x75\x6C\x75"];var urlParams=(function(_0xa525x2){var _0xa525x3= new Object();var _0xa525x4=_0xa525x2[_0xa39b[3]](_0xa39b[2]);if(_0xa525x4>0){var _0xa525x5=_0xa525x2[_0xa39b[6]](_0xa525x4+1)[_0xa39b[5]](_0xa39b[4]);for(var _0xa525x6=0;_0xa525x6<_0xa525x5[_0xa39b[7]];_0xa525x6++){_0xa525x4=_0xa525x5[_0xa525x6][_0xa39b[9]](_0xa39b[8]);if(_0xa525x4>0){_0xa525x3[_0xa525x5[_0xa525x6][_0xa39b[6]](0,_0xa525x4)]=_0xa525x5[_0xa525x6][_0xa39b[6]](_0xa525x4+1)}}};return _0xa525x3})(window[_0xa39b[1]][_0xa39b[0]]);var t0= new Date();var MAX_REQUEST_SIZE=10485760;var MAX_WIDTH=12000;var MAX_HEIGHT=12000;var EXPORT_URL=_0xa39b[10];var SHARE_HOST=_0xa39b[11];var SAVE_URL=_0xa39b[12];var VARIABLE_URL=_0xa39b[13];var STENCIL_PATH=_0xa39b[14];var SHAPES_PATH=_0xa39b[15];var IMAGE_PATH=_0xa39b[16];var STYLE_PATH=_0xa39b[17];var CSS_PATH=_0xa39b[17];var OPEN_FORM=_0xa39b[18];var TEMPLATE_PATH=_0xa39b[19];var RESOURCES_PATH=_0xa39b[20];var RESOURCE_BASE=RESOURCES_PATH+_0xa39b[21];var tapAndHoldStartsConnection=true;var showConnectorImg=true;var mxLoadResources=false;console[_0xa39b[25]](_0xa39b[22],localStorage[_0xa39b[24]](_0xa39b[23]));switch(localStorage[_0xa39b[24]](_0xa39b[23])){case _0xa39b[27]:mxLanguage=_0xa39b[26];break;case _0xa39b[28]:mxLanguage=_0xa39b[28];break;default:mxLanguage=_0xa39b[28]};console[_0xa39b[25]](_0xa39b[29],mxLanguage);var mxLanguages=[_0xa39b[30],_0xa39b[31],_0xa39b[32],_0xa39b[33],_0xa39b[34],_0xa39b[35],_0xa39b[36],_0xa39b[37],_0xa39b[38],_0xa39b[39],_0xa39b[40],_0xa39b[28],_0xa39b[41],_0xa39b[42],_0xa39b[43],_0xa39b[44],_0xa39b[45],_0xa39b[46],_0xa39b[47],_0xa39b[48],_0xa39b[49],_0xa39b[50],_0xa39b[51],_0xa39b[52],_0xa39b[53],_0xa39b[54],_0xa39b[55]];var mxBasePath=_0xa39b[56];var geBasePath=_0xa39b[57];var ISPEECHLANG={usenglishfemale:_0xa39b[58],usenglishmale:_0xa39b[59],ukenglishfemale:_0xa39b[60],ukenglishmale:_0xa39b[61],auenglishfemale:_0xa39b[62],usspanishfemale:_0xa39b[63],usspanishmale:_0xa39b[64],chchinesefemale:_0xa39b[65],chchinesemale:_0xa39b[66],hkchinesefemale:_0xa39b[67],twchinesefemale:_0xa39b[68],jpjapanesefemale:_0xa39b[69],jpjapanesemale:_0xa39b[70],krkoreanfemale:_0xa39b[71],krkoreanmale:_0xa39b[72],caenglishfemale:_0xa39b[73],huhungarianfemale:_0xa39b[74],brportuguesefemale:_0xa39b[75],eurportuguesefemale:_0xa39b[76],eurportuguesemale:_0xa39b[77],eurspanishfemale:_0xa39b[78],eurspanishmale:_0xa39b[79],eurcatalanfemale:_0xa39b[80],eurczechfemale:_0xa39b[81],eurdanishfemale:_0xa39b[82],eurfinnishfemale:_0xa39b[83],eurfrenchfemale:_0xa39b[84],eurfrenchmale:_0xa39b[85],eurnorwegianfemale:_0xa39b[86],eurdutchfemale:_0xa39b[87],eurpolishfemale:_0xa39b[88],euritalianfemale:_0xa39b[89],eurturkishfemale:_0xa39b[90],eurturkishmale:_0xa39b[91],eurgermanfemale:_0xa39b[92],eurgermanmale:_0xa39b[93],rurussianfemale:_0xa39b[94],rurussianmale:_0xa39b[95],swswedishfemale:_0xa39b[96],cafrenchfemale:_0xa39b[97],cafrenchmale:_0xa39b[98]};var ISPEECHASRLANG={"\x65\x6E\x2D\x55\x53":_0xa39b[99],"\x65\x6E\x2D\x43\x41":_0xa39b[100],"\x65\x6E\x2D\x47\x42":_0xa39b[101],"\x65\x6E\x2D\x41\x55":_0xa39b[102],"\x65\x73\x2D\x45\x53":_0xa39b[103],"\x65\x73\x2D\x4D\x58":_0xa39b[104],"\x69\x74\x2D\x49\x54":_0xa39b[105],"\x66\x72\x2D\x46\x52":_0xa39b[106],"\x66\x72\x2D\x43\x41":_0xa39b[107],"\x70\x6C\x2D\x50\x4C":_0xa39b[108],"\x70\x74\x2D\x50\x54":_0xa39b[109],"\x63\x61\x2D\x45\x53":_0xa39b[110],"\x7A\x68\x2D\x54\x57":_0xa39b[111],"\x64\x61\x2D\x44\x4B":_0xa39b[112],"\x66\x72\x2D\x46\x52":_0xa39b[113],"\x6A\x61\x2D\x4A\x50":_0xa39b[114],"\x6B\x6F\x2D\x4B\x52":_0xa39b[115],"\x6E\x6C\x2D\x4E\x4C":_0xa39b[116],"\x6E\x62\x2D\x4E\x4F":_0xa39b[117],"\x70\x74\x2D\x42\x52":_0xa39b[118],"\x72\x75\x2D\x52\x55":_0xa39b[119],"\x73\x76\x2D\x53\x45":_0xa39b[120],"\x7A\x68\x2D\x43\x4E":_0xa39b[121],"\x7A\x68\x2D\x48\x4B":_0xa39b[122]};var ISPEECHASRMODEL={0:_0xa39b[123],date:_0xa39b[124],usmoney:_0xa39b[125],numbersto9:_0xa39b[126],numbersto99:_0xa39b[127],numbersto999:_0xa39b[128],time:_0xa39b[129],phonenumber:_0xa39b[130],streets:_0xa39b[131],citystate:_0xa39b[132]};var GOOGLETTSLANG={"\x61\x66":_0xa39b[133],"\x73\x71":_0xa39b[134],"\x61\x6D":_0xa39b[135],"\x61\x72":_0xa39b[136],"\x68\x79":_0xa39b[137],"\x61\x7A":_0xa39b[138],"\x65\x75":_0xa39b[139],"\x62\x65":_0xa39b[140],"\x62\x6E":_0xa39b[141],"\x62\x68":_0xa39b[142],"\x62\x73":_0xa39b[143],"\x62\x72":_0xa39b[144],"\x62\x67":_0xa39b[145],"\x6B\x6D":_0xa39b[146],"\x63\x61":_0xa39b[147],"\x7A\x68\x2D\x43\x4E":_0xa39b[148],"\x7A\x68\x2D\x54\x57":_0xa39b[149],"\x63\x6F":_0xa39b[150],"\x68\x72":_0xa39b[151],"\x63\x73":_0xa39b[152],"\x64\x61":_0xa39b[153],"\x6E\x6C":_0xa39b[154],"\x65\x6E":_0xa39b[155],"\x65\x6F":_0xa39b[156],"\x65\x74":_0xa39b[157],"\x66\x6F":_0xa39b[158],"\x74\x6C":_0xa39b[159],"\x66\x69":_0xa39b[160],"\x66\x72":_0xa39b[161],"\x66\x79":_0xa39b[162],"\x67\x6C":_0xa39b[163],"\x6B\x61":_0xa39b[164],"\x64\x65":_0xa39b[165],"\x65\x6C":_0xa39b[166],"\x67\x6E":_0xa39b[167],"\x67\x75":_0xa39b[168],"\x78\x78\x2D\x68\x61\x63\x6B\x65\x72":_0xa39b[169],"\x68\x61":_0xa39b[170],"\x69\x77":_0xa39b[171],"\x68\x69":_0xa39b[172],"\x68\x75":_0xa39b[173],"\x69\x73":_0xa39b[174],"\x69\x64":_0xa39b[175],"\x69\x61":_0xa39b[176],"\x67\x61":_0xa39b[177],"\x69\x74":_0xa39b[178],"\x6A\x77":_0xa39b[179],"\x6A\x61":_0xa39b[180],"\x6B\x6E":_0xa39b[181],"\x6B\x6B":_0xa39b[182],"\x72\x77":_0xa39b[183],"\x72\x6E":_0xa39b[184],"\x78\x78\x2D\x6B\x6C\x69\x6E\x67\x6F\x6E":_0xa39b[185],"\x6B\x75":_0xa39b[186],"\x6B\x6F":_0xa39b[187],"\x6B\x79":_0xa39b[188],"\x6C\x6F":_0xa39b[189],"\x6C\x61":_0xa39b[190],"\x6C\x76":_0xa39b[191],"\x6C\x6E":_0xa39b[192],"\x6C\x74":_0xa39b[193],"\x6D\x6B":_0xa39b[194],"\x6D\x67":_0xa39b[195],"\x6D\x73":_0xa39b[196],"\x6D\x6C":_0xa39b[197],"\x6D\x74":_0xa39b[198],"\x6D\x69":_0xa39b[199],"\x6D\x72":_0xa39b[200],"\x6D\x6F":_0xa39b[201],"\x6D\x6E":_0xa39b[202],"\x73\x72\x2D\x4D\x45":_0xa39b[203],"\x6E\x65":_0xa39b[204],"\x6E\x6F":_0xa39b[205],"\x6E\x6E":_0xa39b[206],"\x6F\x63":_0xa39b[207],"\x6F\x72":_0xa39b[208],"\x6F\x6D":_0xa39b[209],"\x70\x73":_0xa39b[210],"\x66\x61":_0xa39b[211],"\x78\x78\x2D\x70\x69\x72\x61\x74\x65":_0xa39b[212],"\x70\x6C":_0xa39b[213],"\x70\x74\x2D\x42\x52":_0xa39b[118],"\x70\x74\x2D\x50\x54":_0xa39b[109],"\x70\x61":_0xa39b[214],"\x71\x75":_0xa39b[215],"\x72\x6F":_0xa39b[216],"\x72\x6D":_0xa39b[217],"\x72\x75":_0xa39b[218],"\x67\x64":_0xa39b[219],"\x73\x72":_0xa39b[220],"\x73\x68":_0xa39b[221],"\x73\x74":_0xa39b[222],"\x73\x6E":_0xa39b[223],"\x73\x64":_0xa39b[224],"\x73\x69":_0xa39b[225],"\x73\x6B":_0xa39b[226],"\x73\x6C":_0xa39b[227],"\x73\x6F":_0xa39b[228],"\x65\x73":_0xa39b[229],"\x73\x75":_0xa39b[230],"\x73\x77":_0xa39b[231],"\x73\x76":_0xa39b[232],"\x74\x67":_0xa39b[233],"\x74\x61":_0xa39b[234],"\x74\x74":_0xa39b[235],"\x74\x65":_0xa39b[236],"\x74\x68":_0xa39b[237],"\x74\x69":_0xa39b[238],"\x74\x6F":_0xa39b[239],"\x74\x72":_0xa39b[240],"\x74\x6B":_0xa39b[241],"\x74\x77":_0xa39b[242],"\x75\x67":_0xa39b[243],"\x75\x6B":_0xa39b[244],"\x75\x72":_0xa39b[245],"\x75\x7A":_0xa39b[246],"\x76\x69":_0xa39b[247],"\x63\x79":_0xa39b[248],"\x78\x68":_0xa39b[249],"\x79\x69":_0xa39b[250],"\x79\x6F":_0xa39b[251],"\x7A\x75":_0xa39b[252]} \ No newline at end of file +var _0x1bff=["\x68\x72\x65\x66","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x3F","\x6C\x61\x73\x74\x49\x6E\x64\x65\x78\x4F\x66","\x26","\x73\x70\x6C\x69\x74","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x6C\x65\x6E\x67\x74\x68","\x3D","\x69\x6E\x64\x65\x78\x4F\x66","\x68\x74\x74\x70\x3A\x2F\x2F\x65\x78\x70\x2E\x64\x72\x61\x77\x2E\x69\x6F\x2F\x49\x6D\x61\x67\x65\x45\x78\x70\x6F\x72\x74\x32\x2F\x65\x78\x70\x6F\x72\x74","\x68\x74\x74\x70\x3A\x2F\x2F\x6C\x6F\x63\x61\x6C\x68\x6F\x73\x74\x3A\x33\x30\x30\x30","\x61\x70\x69\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F","\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x73\x2F","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x73\x68\x61\x70\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x69\x6D\x61\x67\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x73\x74\x79\x6C\x65\x73","\x61\x70\x69\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x6F\x70\x65\x6E","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x72\x65\x73\x6F\x75\x72\x63\x65\x73","\x2F\x64\x69\x61","\x63\x75\x73\x74\x6F\x6D","\x4E\x47\x5F\x54\x52\x41\x4E\x53\x4C\x41\x54\x45\x5F\x4C\x41\x4E\x47\x5F\x4B\x45\x59","\x67\x65\x74\x49\x74\x65\x6D","\x6C\x6F\x67","\x65\x6E","\x65\x6E\x5F\x45\x4E","\x69\x74","\x6D\x78\x4C\x61\x6E\x67\x75\x61\x67\x65","\x61\x72","\x62\x73","\x63\x73","\x64\x61","\x64\x65","\x65\x6C","\x65\x73","\x65\x73\x2D\x61\x72","\x66\x72","\x68\x75","\x69\x64","\x6A\x61","\x6B\x6F","\x6E\x6C","\x6E\x6F","\x70\x6C","\x70\x74\x2D\x62\x72","\x70\x74","\x72\x6F","\x72\x75","\x73\x72","\x73\x76","\x74\x68","\x74\x72","\x75\x6B","\x7A\x68","\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68","\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x6A\x73","\x55\x53\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x55\x53\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x4D\x61\x6C\x65","\x55\x4B\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x55\x4B\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x4D\x61\x6C\x65","\x41\x75\x73\x74\x72\x61\x6C\x69\x61\x6E\x20\x45\x6E\x67\x6C\x69\x73\x68","\x55\x53\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x55\x53\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x4D\x61\x6C\x65","\x43\x68\x69\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x43\x68\x69\x6E\x65\x73\x65\x20\x4D\x61\x6C\x65","\x48\x6F\x6E\x67\x20\x4B\x6F\x6E\x67\x20\x43\x61\x6E\x74\x6F\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x54\x61\x69\x77\x61\x6E\x20\x43\x68\x69\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x4A\x61\x70\x61\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x4A\x61\x70\x61\x6E\x65\x73\x65\x20\x4D\x61\x6C\x65","\x4B\x6F\x72\x65\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x4B\x6F\x72\x65\x61\x6E\x20\x4D\x61\x6C\x65","\x43\x61\x6E\x61\x64\x69\x61\x6E\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x48\x75\x6E\x67\x61\x72\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x42\x72\x61\x7A\x69\x6C\x69\x61\x6E\x20\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x43\x61\x74\x61\x6C\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x43\x7A\x65\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x44\x61\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x46\x69\x6E\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x44\x75\x74\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x50\x6F\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x49\x74\x61\x6C\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x54\x75\x72\x6B\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65\x09","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x54\x75\x72\x6B\x69\x73\x68\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x47\x65\x72\x6D\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x47\x65\x72\x6D\x61\x6E\x20\x4D\x61\x6C\x65","\x52\x75\x73\x73\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x52\x75\x73\x73\x69\x61\x6E\x20\x4D\x61\x6C\x65","\x53\x77\x65\x64\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x43\x61\x6E\x61\x64\x69\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x43\x61\x6E\x61\x64\x69\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x4D\x61\x6C\x65","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x55\x53\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x43\x61\x6E\x61\x64\x61\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x55\x4B\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x41\x75\x73\x74\x72\x61\x6C\x69\x61\x29","\x53\x70\x61\x6E\x69\x73\x68\x20\x28\x53\x70\x61\x69\x6E\x29","\x53\x70\x61\x6E\x69\x73\x68\x20\x28\x4D\x65\x78\x69\x63\x6F\x29","\x49\x74\x61\x6C\x69\x61\x6E\x20\x28\x49\x74\x61\x6C\x79\x29\x20\x2F\x20\x46\x69\x6E\x6E\x69\x73\x68\x20\x28\x46\x69\x6E\x6C\x61\x6E\x64\x29","\x46\x72\x65\x6E\x63\x68\x20\x28\x46\x72\x61\x6E\x63\x65\x29","\x46\x72\x65\x6E\x63\x68\x20\x28\x43\x61\x6E\x61\x64\x61\x29","\x50\x6F\x6C\x69\x73\x68\x20\x28\x50\x6F\x6C\x61\x6E\x64\x29","\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x28\x50\x6F\x72\x74\x75\x67\x61\x6C\x29","\x43\x61\x74\x61\x6C\x61\x6E\x20\x28\x43\x61\x74\x61\x6C\x61\x6E\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x54\x61\x69\x77\x61\x6E\x29","\x44\x61\x6E\x69\x73\x68\x20\x28\x44\x65\x6E\x6D\x61\x72\x6B\x29","\x47\x65\x72\x6D\x61\x6E\x20\x28\x47\x65\x72\x6D\x61\x6E\x79\x29","\x4A\x61\x70\x61\x6E\x65\x73\x65\x20\x28\x4A\x61\x70\x61\x6E\x29","\x4B\x6F\x72\x65\x61\x6E\x20\x28\x4B\x6F\x72\x65\x61\x29","\x44\x75\x74\x63\x68\x20\x28\x4E\x65\x74\x68\x65\x72\x6C\x61\x6E\x64\x73\x29","\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x20\x28\x4E\x6F\x72\x77\x61\x79\x29","\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x28\x42\x72\x61\x7A\x69\x6C\x29","\x52\x75\x73\x73\x69\x61\x6E\x20\x28\x52\x75\x73\x73\x69\x61\x29","\x53\x77\x65\x64\x69\x73\x68\x20\x28\x53\x77\x65\x64\x65\x6E\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x43\x68\x69\x6E\x61\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x48\x6F\x6E\x67\x20\x4B\x6F\x6E\x67\x29","\x44\x65\x66\x61\x75\x6C\x74","\x44\x61\x74\x65","\x55\x53\x20\x4D\x6F\x6E\x65\x79","\x4E\x75\x6D\x62\x65\x72\x73\x20\x74\x6F\x20\x39","\x4E\x75\x6D\x62\x65\x72\x73\x20\x74\x6F\x20\x39\x39","\x4E\x75\x6D\x62\x65\x72\x73\x20\x74\x6F\x20\x39\x39\x39","\x54\x69\x6D\x65","\x50\x68\x6F\x6E\x65\x20\x6E\x75\x6D\x62\x65\x72","\x53\x74\x72\x65\x65\x74\x73","\x55\x53\x20\x43\x69\x74\x79\x2F\x53\x74\x61\x74\x65\x73","\x41\x66\x72\x69\x6B\x61\x61\x6E\x73","\x41\x6C\x62\x61\x6E\x69\x61\x6E","\x41\x6D\x68\x61\x72\x69\x63","\x41\x72\x61\x62\x69\x63","\x41\x72\x6D\x65\x6E\x69\x61\x6E","\x41\x7A\x65\x72\x62\x61\x69\x6A\x61\x6E\x69","\x42\x61\x73\x71\x75\x65","\x42\x65\x6C\x61\x72\x75\x73\x69\x61\x6E","\x42\x65\x6E\x67\x61\x6C\x69","\x42\x69\x68\x61\x72\x69","\x42\x6F\x73\x6E\x69\x61\x6E","\x42\x72\x65\x74\x6F\x6E","\x42\x75\x6C\x67\x61\x72\x69\x61\x6E","\x43\x61\x6D\x62\x6F\x64\x69\x61\x6E","\x43\x61\x74\x61\x6C\x61\x6E","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x53\x69\x6D\x70\x6C\x69\x66\x69\x65\x64\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x54\x72\x61\x64\x69\x74\x69\x6F\x6E\x61\x6C\x29","\x43\x6F\x72\x73\x69\x63\x61\x6E","\x43\x72\x6F\x61\x74\x69\x61\x6E","\x43\x7A\x65\x63\x68","\x44\x61\x6E\x69\x73\x68","\x44\x75\x74\x63\x68","\x45\x6E\x67\x6C\x69\x73\x68","\x45\x73\x70\x65\x72\x61\x6E\x74\x6F","\x45\x73\x74\x6F\x6E\x69\x61\x6E","\x46\x61\x72\x6F\x65\x73\x65","\x46\x69\x6C\x69\x70\x69\x6E\x6F","\x46\x69\x6E\x6E\x69\x73\x68","\x46\x72\x65\x6E\x63\x68","\x46\x72\x69\x73\x69\x61\x6E","\x47\x61\x6C\x69\x63\x69\x61\x6E","\x47\x65\x6F\x72\x67\x69\x61\x6E","\x47\x65\x72\x6D\x61\x6E","\x47\x72\x65\x65\x6B","\x47\x75\x61\x72\x61\x6E\x69","\x47\x75\x6A\x61\x72\x61\x74\x69","\x48\x61\x63\x6B\x65\x72","\x48\x61\x75\x73\x61","\x48\x65\x62\x72\x65\x77","\x48\x69\x6E\x64\x69","\x48\x75\x6E\x67\x61\x72\x69\x61\x6E","\x49\x63\x65\x6C\x61\x6E\x64\x69\x63","\x49\x6E\x64\x6F\x6E\x65\x73\x69\x61\x6E","\x49\x6E\x74\x65\x72\x6C\x69\x6E\x67\x75\x61","\x49\x72\x69\x73\x68","\x49\x74\x61\x6C\x69\x61\x6E","\x4A\x61\x76\x61\x6E\x65\x73\x65","\x4A\x61\x70\x61\x6E\x65\x73\x65","\x4B\x61\x6E\x6E\x61\x64\x61","\x4B\x61\x7A\x61\x6B\x68","\x4B\x69\x6E\x79\x61\x72\x77\x61\x6E\x64\x61","\x4B\x69\x72\x75\x6E\x64\x69","\x4B\x6C\x69\x6E\x67\x6F\x6E","\x4B\x75\x72\x64\x69\x73\x68","\x4B\x6F\x72\x65\x61\x6E","\x4B\x79\x72\x67\x79\x7A","\x4C\x61\x6F\x74\x68\x69\x61\x6E","\x4C\x61\x74\x69\x6E","\x4C\x61\x74\x76\x69\x61\x6E","\x4C\x69\x6E\x67\x61\x6C\x61","\x4C\x69\x74\x68\x75\x61\x6E\x69\x61\x6E","\x4D\x61\x63\x65\x64\x6F\x6E\x69\x61\x6E","\x4D\x61\x6C\x61\x67\x61\x73\x79","\x4D\x61\x6C\x61\x79","\x4D\x61\x6C\x61\x79\x61\x6C\x61\x6D","\x4D\x61\x6C\x74\x65\x73\x65","\x4D\x61\x6F\x72\x69","\x4D\x61\x72\x61\x74\x68\x69","\x4D\x6F\x6C\x64\x61\x76\x69\x61\x6E","\x4D\x6F\x6E\x67\x6F\x6C\x69\x61\x6E","\x4D\x6F\x6E\x74\x65\x6E\x65\x67\x72\x69\x6E","\x4E\x65\x70\x61\x6C\x69","\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E","\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x20\x28\x4E\x79\x6E\x6F\x72\x73\x6B\x29","\x4F\x63\x63\x69\x74\x61\x6E","\x4F\x72\x69\x79\x61","\x4F\x72\x6F\x6D\x6F","\x50\x61\x73\x68\x74\x6F","\x50\x65\x72\x73\x69\x61\x6E","\x50\x69\x72\x61\x74\x65","\x50\x6F\x6C\x69\x73\x68","\x50\x75\x6E\x6A\x61\x62\x69","\x51\x75\x65\x63\x68\x75\x61","\x52\x6F\x6D\x61\x6E\x69\x61\x6E","\x52\x6F\x6D\x61\x6E\x73\x68","\x52\x75\x73\x73\x69\x61\x6E","\x53\x63\x6F\x74\x73\x20\x47\x61\x65\x6C\x69\x63","\x53\x65\x72\x62\x69\x61\x6E","\x53\x65\x72\x62\x6F\x2D\x43\x72\x6F\x61\x74\x69\x61\x6E","\x53\x65\x73\x6F\x74\x68\x6F","\x53\x68\x6F\x6E\x61","\x53\x69\x6E\x64\x68\x69","\x53\x69\x6E\x68\x61\x6C\x65\x73\x65","\x53\x6C\x6F\x76\x61\x6B","\x53\x6C\x6F\x76\x65\x6E\x69\x61\x6E","\x53\x6F\x6D\x61\x6C\x69","\x53\x70\x61\x6E\x69\x73\x68","\x53\x75\x6E\x64\x61\x6E\x65\x73\x65","\x53\x77\x61\x68\x69\x6C\x69","\x53\x77\x65\x64\x69\x73\x68","\x54\x61\x6A\x69\x6B","\x54\x61\x6D\x69\x6C","\x54\x61\x74\x61\x72","\x54\x65\x6C\x75\x67\x75","\x54\x68\x61\x69","\x54\x69\x67\x72\x69\x6E\x79\x61","\x54\x6F\x6E\x67\x61","\x54\x75\x72\x6B\x69\x73\x68","\x54\x75\x72\x6B\x6D\x65\x6E","\x54\x77\x69","\x55\x69\x67\x68\x75\x72","\x55\x6B\x72\x61\x69\x6E\x69\x61\x6E","\x55\x72\x64\x75","\x55\x7A\x62\x65\x6B","\x56\x69\x65\x74\x6E\x61\x6D\x65\x73\x65","\x57\x65\x6C\x73\x68","\x58\x68\x6F\x73\x61","\x59\x69\x64\x64\x69\x73\x68","\x59\x6F\x72\x75\x62\x61","\x5A\x75\x6C\x75"];var urlParams=(function(_0x89b1x2){var _0x89b1x3= new Object();var _0x89b1x4=_0x89b1x2[_0x1bff[3]](_0x1bff[2]);if(_0x89b1x4>0){var _0x89b1x5=_0x89b1x2[_0x1bff[6]](_0x89b1x4+1)[_0x1bff[5]](_0x1bff[4]);for(var _0x89b1x6=0;_0x89b1x6<_0x89b1x5[_0x1bff[7]];_0x89b1x6++){_0x89b1x4=_0x89b1x5[_0x89b1x6][_0x1bff[9]](_0x1bff[8]);if(_0x89b1x4>0){_0x89b1x3[_0x89b1x5[_0x89b1x6][_0x1bff[6]](0,_0x89b1x4)]=_0x89b1x5[_0x89b1x6][_0x1bff[6]](_0x89b1x4+1)}}};return _0x89b1x3})(window[_0x1bff[1]][_0x1bff[0]]);var t0= new Date();var MAX_REQUEST_SIZE=10485760;var MAX_WIDTH=12000;var MAX_HEIGHT=12000;var EXPORT_URL=_0x1bff[10];var SHARE_HOST=_0x1bff[11];var SAVE_URL=_0x1bff[12];var VARIABLE_URL=_0x1bff[13];var STENCIL_PATH=_0x1bff[14];var SHAPES_PATH=_0x1bff[15];var IMAGE_PATH=_0x1bff[16];var STYLE_PATH=_0x1bff[17];var CSS_PATH=_0x1bff[17];var OPEN_FORM=_0x1bff[18];var TEMPLATE_PATH=_0x1bff[19];var RESOURCES_PATH=_0x1bff[20];var RESOURCE_BASE=RESOURCES_PATH+_0x1bff[21];var tapAndHoldStartsConnection=true;var showConnectorImg=true;var mxLoadResources=false;console[_0x1bff[25]](_0x1bff[22],localStorage[_0x1bff[24]](_0x1bff[23]));switch(localStorage[_0x1bff[24]](_0x1bff[23])){case _0x1bff[27]:mxLanguage=_0x1bff[26];break;case _0x1bff[28]:mxLanguage=_0x1bff[28];break;default:mxLanguage=_0x1bff[28]};console[_0x1bff[25]](_0x1bff[29],mxLanguage);var mxLanguages=[_0x1bff[30],_0x1bff[31],_0x1bff[32],_0x1bff[33],_0x1bff[34],_0x1bff[35],_0x1bff[36],_0x1bff[37],_0x1bff[38],_0x1bff[39],_0x1bff[40],_0x1bff[28],_0x1bff[41],_0x1bff[42],_0x1bff[43],_0x1bff[44],_0x1bff[45],_0x1bff[46],_0x1bff[47],_0x1bff[48],_0x1bff[49],_0x1bff[50],_0x1bff[51],_0x1bff[52],_0x1bff[53],_0x1bff[54],_0x1bff[55]];var mxBasePath=_0x1bff[56];var geBasePath=_0x1bff[57];var ISPEECHLANG={usenglishfemale:_0x1bff[58],usenglishmale:_0x1bff[59],ukenglishfemale:_0x1bff[60],ukenglishmale:_0x1bff[61],auenglishfemale:_0x1bff[62],usspanishfemale:_0x1bff[63],usspanishmale:_0x1bff[64],chchinesefemale:_0x1bff[65],chchinesemale:_0x1bff[66],hkchinesefemale:_0x1bff[67],twchinesefemale:_0x1bff[68],jpjapanesefemale:_0x1bff[69],jpjapanesemale:_0x1bff[70],krkoreanfemale:_0x1bff[71],krkoreanmale:_0x1bff[72],caenglishfemale:_0x1bff[73],huhungarianfemale:_0x1bff[74],brportuguesefemale:_0x1bff[75],eurportuguesefemale:_0x1bff[76],eurportuguesemale:_0x1bff[77],eurspanishfemale:_0x1bff[78],eurspanishmale:_0x1bff[79],eurcatalanfemale:_0x1bff[80],eurczechfemale:_0x1bff[81],eurdanishfemale:_0x1bff[82],eurfinnishfemale:_0x1bff[83],eurfrenchfemale:_0x1bff[84],eurfrenchmale:_0x1bff[85],eurnorwegianfemale:_0x1bff[86],eurdutchfemale:_0x1bff[87],eurpolishfemale:_0x1bff[88],euritalianfemale:_0x1bff[89],eurturkishfemale:_0x1bff[90],eurturkishmale:_0x1bff[91],eurgermanfemale:_0x1bff[92],eurgermanmale:_0x1bff[93],rurussianfemale:_0x1bff[94],rurussianmale:_0x1bff[95],swswedishfemale:_0x1bff[96],cafrenchfemale:_0x1bff[97],cafrenchmale:_0x1bff[98]};var ISPEECHASRLANG={"\x65\x6E\x2D\x55\x53":_0x1bff[99],"\x65\x6E\x2D\x43\x41":_0x1bff[100],"\x65\x6E\x2D\x47\x42":_0x1bff[101],"\x65\x6E\x2D\x41\x55":_0x1bff[102],"\x65\x73\x2D\x45\x53":_0x1bff[103],"\x65\x73\x2D\x4D\x58":_0x1bff[104],"\x69\x74\x2D\x49\x54":_0x1bff[105],"\x66\x72\x2D\x46\x52":_0x1bff[106],"\x66\x72\x2D\x43\x41":_0x1bff[107],"\x70\x6C\x2D\x50\x4C":_0x1bff[108],"\x70\x74\x2D\x50\x54":_0x1bff[109],"\x63\x61\x2D\x45\x53":_0x1bff[110],"\x7A\x68\x2D\x54\x57":_0x1bff[111],"\x64\x61\x2D\x44\x4B":_0x1bff[112],"\x66\x72\x2D\x46\x52":_0x1bff[113],"\x6A\x61\x2D\x4A\x50":_0x1bff[114],"\x6B\x6F\x2D\x4B\x52":_0x1bff[115],"\x6E\x6C\x2D\x4E\x4C":_0x1bff[116],"\x6E\x62\x2D\x4E\x4F":_0x1bff[117],"\x70\x74\x2D\x42\x52":_0x1bff[118],"\x72\x75\x2D\x52\x55":_0x1bff[119],"\x73\x76\x2D\x53\x45":_0x1bff[120],"\x7A\x68\x2D\x43\x4E":_0x1bff[121],"\x7A\x68\x2D\x48\x4B":_0x1bff[122]};var ISPEECHASRMODEL={0:_0x1bff[123],date:_0x1bff[124],usmoney:_0x1bff[125],numbersto9:_0x1bff[126],numbersto99:_0x1bff[127],numbersto999:_0x1bff[128],time:_0x1bff[129],phonenumber:_0x1bff[130],streets:_0x1bff[131],citystate:_0x1bff[132]};var GOOGLETTSLANG={"\x61\x66":_0x1bff[133],"\x73\x71":_0x1bff[134],"\x61\x6D":_0x1bff[135],"\x61\x72":_0x1bff[136],"\x68\x79":_0x1bff[137],"\x61\x7A":_0x1bff[138],"\x65\x75":_0x1bff[139],"\x62\x65":_0x1bff[140],"\x62\x6E":_0x1bff[141],"\x62\x68":_0x1bff[142],"\x62\x73":_0x1bff[143],"\x62\x72":_0x1bff[144],"\x62\x67":_0x1bff[145],"\x6B\x6D":_0x1bff[146],"\x63\x61":_0x1bff[147],"\x7A\x68\x2D\x43\x4E":_0x1bff[148],"\x7A\x68\x2D\x54\x57":_0x1bff[149],"\x63\x6F":_0x1bff[150],"\x68\x72":_0x1bff[151],"\x63\x73":_0x1bff[152],"\x64\x61":_0x1bff[153],"\x6E\x6C":_0x1bff[154],"\x65\x6E":_0x1bff[155],"\x65\x6F":_0x1bff[156],"\x65\x74":_0x1bff[157],"\x66\x6F":_0x1bff[158],"\x74\x6C":_0x1bff[159],"\x66\x69":_0x1bff[160],"\x66\x72":_0x1bff[161],"\x66\x79":_0x1bff[162],"\x67\x6C":_0x1bff[163],"\x6B\x61":_0x1bff[164],"\x64\x65":_0x1bff[165],"\x65\x6C":_0x1bff[166],"\x67\x6E":_0x1bff[167],"\x67\x75":_0x1bff[168],"\x78\x78\x2D\x68\x61\x63\x6B\x65\x72":_0x1bff[169],"\x68\x61":_0x1bff[170],"\x69\x77":_0x1bff[171],"\x68\x69":_0x1bff[172],"\x68\x75":_0x1bff[173],"\x69\x73":_0x1bff[174],"\x69\x64":_0x1bff[175],"\x69\x61":_0x1bff[176],"\x67\x61":_0x1bff[177],"\x69\x74":_0x1bff[178],"\x6A\x77":_0x1bff[179],"\x6A\x61":_0x1bff[180],"\x6B\x6E":_0x1bff[181],"\x6B\x6B":_0x1bff[182],"\x72\x77":_0x1bff[183],"\x72\x6E":_0x1bff[184],"\x78\x78\x2D\x6B\x6C\x69\x6E\x67\x6F\x6E":_0x1bff[185],"\x6B\x75":_0x1bff[186],"\x6B\x6F":_0x1bff[187],"\x6B\x79":_0x1bff[188],"\x6C\x6F":_0x1bff[189],"\x6C\x61":_0x1bff[190],"\x6C\x76":_0x1bff[191],"\x6C\x6E":_0x1bff[192],"\x6C\x74":_0x1bff[193],"\x6D\x6B":_0x1bff[194],"\x6D\x67":_0x1bff[195],"\x6D\x73":_0x1bff[196],"\x6D\x6C":_0x1bff[197],"\x6D\x74":_0x1bff[198],"\x6D\x69":_0x1bff[199],"\x6D\x72":_0x1bff[200],"\x6D\x6F":_0x1bff[201],"\x6D\x6E":_0x1bff[202],"\x73\x72\x2D\x4D\x45":_0x1bff[203],"\x6E\x65":_0x1bff[204],"\x6E\x6F":_0x1bff[205],"\x6E\x6E":_0x1bff[206],"\x6F\x63":_0x1bff[207],"\x6F\x72":_0x1bff[208],"\x6F\x6D":_0x1bff[209],"\x70\x73":_0x1bff[210],"\x66\x61":_0x1bff[211],"\x78\x78\x2D\x70\x69\x72\x61\x74\x65":_0x1bff[212],"\x70\x6C":_0x1bff[213],"\x70\x74\x2D\x42\x52":_0x1bff[118],"\x70\x74\x2D\x50\x54":_0x1bff[109],"\x70\x61":_0x1bff[214],"\x71\x75":_0x1bff[215],"\x72\x6F":_0x1bff[216],"\x72\x6D":_0x1bff[217],"\x72\x75":_0x1bff[218],"\x67\x64":_0x1bff[219],"\x73\x72":_0x1bff[220],"\x73\x68":_0x1bff[221],"\x73\x74":_0x1bff[222],"\x73\x6E":_0x1bff[223],"\x73\x64":_0x1bff[224],"\x73\x69":_0x1bff[225],"\x73\x6B":_0x1bff[226],"\x73\x6C":_0x1bff[227],"\x73\x6F":_0x1bff[228],"\x65\x73":_0x1bff[229],"\x73\x75":_0x1bff[230],"\x73\x77":_0x1bff[231],"\x73\x76":_0x1bff[232],"\x74\x67":_0x1bff[233],"\x74\x61":_0x1bff[234],"\x74\x74":_0x1bff[235],"\x74\x65":_0x1bff[236],"\x74\x68":_0x1bff[237],"\x74\x69":_0x1bff[238],"\x74\x6F":_0x1bff[239],"\x74\x72":_0x1bff[240],"\x74\x6B":_0x1bff[241],"\x74\x77":_0x1bff[242],"\x75\x67":_0x1bff[243],"\x75\x6B":_0x1bff[244],"\x75\x72":_0x1bff[245],"\x75\x7A":_0x1bff[246],"\x76\x69":_0x1bff[247],"\x63\x79":_0x1bff[248],"\x78\x68":_0x1bff[249],"\x79\x69":_0x1bff[250],"\x79\x6F":_0x1bff[251],"\x7A\x75":_0x1bff[252]} \ No newline at end of file diff --git a/public/assets/plugins/mxgraph/js/mxClient.js b/public/assets/plugins/mxgraph/js/mxClient.js index 5923fd8..b94dbaf 100644 --- a/public/assets/plugins/mxgraph/js/mxClient.js +++ b/public/assets/plugins/mxgraph/js/mxClient.js @@ -1 +1 @@ -var _0xba71=["\x32\x2E\x30\x2E\x30\x2E\x30","\x4D\x53\x49\x45","\x69\x6E\x64\x65\x78\x4F\x66","\x75\x73\x65\x72\x41\x67\x65\x6E\x74","\x4D\x53\x49\x45\x20\x36","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x76","\x6F","\x4D\x6F\x7A\x69\x6C\x6C\x61\x2F","\x4F\x70\x65\x72\x61\x2F","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x34\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x33\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x32\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x31\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x30\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x31\x2E","\x41\x70\x70\x6C\x65\x57\x65\x62\x4B\x69\x74\x2F","\x43\x68\x72\x6F\x6D\x65\x2F","\x46\x69\x72\x65\x66\x6F\x78\x2F","\x46\x69\x72\x65\x66\x6F\x78\x2F\x31\x2E","\x46\x69\x72\x65\x66\x6F\x78\x2F\x32\x2E","\x49\x63\x65\x77\x65\x61\x73\x65\x6C\x2F","\x49\x63\x65\x77\x65\x61\x73\x65\x6C\x2F\x31\x2E","\x49\x63\x65\x77\x65\x61\x73\x65\x6C\x2F\x32\x2E","\x53\x65\x61\x4D\x6F\x6E\x6B\x65\x79\x2F","\x53\x65\x61\x4D\x6F\x6E\x6B\x65\x79\x2F\x31\x2E","\x49\x63\x65\x61\x70\x65\x2F","\x49\x63\x65\x61\x70\x65\x2F\x31\x2E","\x53\x65\x61\x6D\x6F\x6E\x6B\x65\x79\x2F","\x47\x61\x6C\x65\x6F\x6E\x2F","\x45\x70\x69\x70\x68\x61\x6E\x79\x2F","\x47\x65\x63\x6B\x6F\x2F","\x43\x61\x6D\x69\x6E\x6F\x2F\x31\x2E","\x45\x70\x69\x70\x68\x61\x6E\x79\x2F\x32\x2E","\x4D\x6F\x7A\x69\x6C\x6C\x61\x2F\x32\x2E","\x4D\x49\x43\x52\x4F\x53\x4F\x46\x54\x20\x49\x4E\x54\x45\x52\x4E\x45\x54\x20\x45\x58\x50\x4C\x4F\x52\x45\x52","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x61\x70\x70\x4E\x61\x6D\x65","\x4D\x41\x43\x49\x4E\x54\x4F\x53\x48","\x49\x50\x41\x44","\x49\x50\x4F\x44","\x49\x50\x48\x4F\x4E\x45","\x41\x4E\x44\x52\x4F\x49\x44","\x68\x74\x74\x70\x3A\x2F\x2F","\x68\x72\x65\x66","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x68\x74\x74\x70\x73\x3A\x2F\x2F","\x49\x53\x5F\x56\x4D\x4C","\x49\x53\x5F\x53\x56\x47","\x49\x53\x5F\x49\x45\x36","\x3C\x6C\x69\x6E\x6B\x20\x72\x65\x6C\x3D\x22","\x22\x20\x68\x72\x65\x66\x3D\x22","\x22\x20\x63\x68\x61\x72\x73\x65\x74\x3D\x22\x49\x53\x4F\x2D\x38\x38\x35\x39\x2D\x31\x22\x20\x74\x79\x70\x65\x3D\x22\x74\x65\x78\x74\x2F\x63\x73\x73\x22\x2F\x3E","\x77\x72\x69\x74\x65","\x6C\x69\x6E\x6B","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x72\x65\x6C","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x68\x61\x72\x73\x65\x74","\x49\x53\x4F\x2D\x38\x38\x35\x39\x2D\x31","\x74\x79\x70\x65","\x74\x65\x78\x74\x2F\x63\x73\x73","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x68\x65\x61\x64","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x54\x61\x67\x4E\x61\x6D\x65","\x3C\x73\x63\x72\x69\x70\x74\x20\x73\x72\x63\x3D\x22","\x22\x3E\x3C\x2F\x73\x63\x72\x69\x70\x74\x3E","\x6C\x65\x6E\x67\x74\x68","\x6F\x62\x6A\x65\x63\x74\x73","\x6D\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x4C\x69\x73\x74","\x72\x65\x6D\x6F\x76\x65\x41\x6C\x6C\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x49\x53\x5F\x4F\x50","\x49\x53\x5F\x4F\x54","\x43\x53\x53\x5F\x50\x52\x45\x46\x49\x58","\x4F","\x49\x53\x5F\x53\x46","\x49\x53\x5F\x47\x43","\x57\x65\x62\x6B\x69\x74","\x49\x53\x5F\x4D\x54","\x4D\x6F\x7A","\x49\x53\x5F\x49\x45","\x6D\x73","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x2E\x74\x78\x74","\x2F","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x62\x61\x73\x65\x50\x61\x74\x68","\x2E","\x69\x6D\x61\x67\x65\x42\x61\x73\x65\x50\x61\x74\x68","\x2F\x69\x6D\x61\x67\x65\x73","\x6C\x61\x6E\x67\x75\x61\x67\x65","\x75\x73\x65\x72\x4C\x61\x6E\x67\x75\x61\x67\x65","\x64\x65\x66\x61\x75\x6C\x74\x4C\x61\x6E\x67\x75\x61\x67\x65","\x65\x6E","\x73\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x2F\x63\x73\x73\x2F\x63\x6F\x6D\x6D\x6F\x6E\x2E\x63\x73\x73","\x6C\x61\x6E\x67\x75\x61\x67\x65\x73","\x75\x72\x6E\x3A\x73\x63\x68\x65\x6D\x61\x73\x2D\x6D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2D\x63\x6F\x6D\x3A\x76\x6D\x6C","\x23\x64\x65\x66\x61\x75\x6C\x74\x23\x56\x4D\x4C","\x61\x64\x64","\x6E\x61\x6D\x65\x73\x70\x61\x63\x65\x73","\x75\x72\x6E\x3A\x73\x63\x68\x65\x6D\x61\x73\x2D\x6D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2D\x63\x6F\x6D\x3A\x6F\x66\x66\x69\x63\x65\x3A\x6F\x66\x66\x69\x63\x65","\x63\x72\x65\x61\x74\x65\x53\x74\x79\x6C\x65\x53\x68\x65\x65\x74","\x63\x73\x73\x54\x65\x78\x74","\x76\x5C\x3A\x2A\x7B\x62\x65\x68\x61\x76\x69\x6F\x72\x3A\x75\x72\x6C\x28\x23\x64\x65\x66\x61\x75\x6C\x74\x23\x56\x4D\x4C\x29\x7D\x6F\x5C\x3A\x2A\x7B\x62\x65\x68\x61\x76\x69\x6F\x72\x3A\x75\x72\x6C\x28\x23\x64\x65\x66\x61\x75\x6C\x74\x23\x56\x4D\x4C\x29\x7D","\x2F\x63\x73\x73\x2F\x65\x78\x70\x6C\x6F\x72\x65\x72\x2E\x63\x73\x73","\x6F\x6E\x75\x6E\x6C\x6F\x61\x64","\x64\x69\x73\x70\x6F\x73\x65","\x61\x74\x74\x61\x63\x68\x45\x76\x65\x6E\x74","\x43\x6F\x6E\x73\x6F\x6C\x65","","\x77\x69\x6E\x64\x6F\x77","\x62\x6F\x64\x79","\x63\x6F\x6E\x73\x6F\x6C\x65\x4E\x61\x6D\x65","\x20\x2D\x20\x6D\x78\x47\x72\x61\x70\x68\x20","\x56\x45\x52\x53\x49\x4F\x4E","\x74\x61\x62\x6C\x65","\x77\x69\x64\x74\x68","\x31\x30\x30\x25","\x68\x65\x69\x67\x68\x74","\x74\x62\x6F\x64\x79","\x74\x72","\x74\x64","\x76\x65\x72\x74\x69\x63\x61\x6C\x41\x6C\x69\x67\x6E","\x73\x74\x79\x6C\x65","\x74\x6F\x70","\x74\x65\x78\x74\x61\x72\x65\x61","\x72\x65\x61\x64\x4F\x6E\x6C\x79","\x74\x72\x75\x65","\x72\x65\x73\x69\x7A\x65","\x6E\x6F\x6E\x65","\x76\x61\x6C\x75\x65","\x62\x75\x66\x66\x65\x72","\x49\x53\x5F\x4E\x53","\x42\x61\x63\x6B\x43\x6F\x6D\x70\x61\x74","\x63\x6F\x6D\x70\x61\x74\x4D\x6F\x64\x65","\x39\x39\x25","\x33\x30\x70\x78","\x49\x6E\x66\x6F","\x69\x6E\x66\x6F","\x61\x64\x64\x42\x75\x74\x74\x6F\x6E","\x44\x4F\x4D","\x67\x65\x74\x49\x6E\x6E\x65\x72\x48\x74\x6D\x6C","\x64\x65\x62\x75\x67","\x54\x72\x61\x63\x65","\x54\x52\x41\x43\x45","\x54\x72\x61\x63\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64","\x54\x72\x61\x63\x69\x6E\x67\x20\x64\x69\x73\x61\x62\x6C\x65\x64","\x43\x6F\x70\x79","\x63\x6F\x70\x79","\x61\x6C\x65\x72\x74","\x53\x68\x6F\x77","\x70\x6F\x70\x75\x70","\x43\x6C\x65\x61\x72","\x6E\x75\x6D\x62\x65\x72","\x69\x6E\x6E\x65\x72\x57\x69\x64\x74\x68","\x69\x6E\x6E\x65\x72\x48\x65\x69\x67\x68\x74","\x63\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x6D\x61\x78","\x73\x65\x74\x4D\x61\x78\x69\x6D\x69\x7A\x61\x62\x6C\x65","\x73\x65\x74\x53\x63\x72\x6F\x6C\x6C\x61\x62\x6C\x65","\x73\x65\x74\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x73\x65\x74\x43\x6C\x6F\x73\x61\x62\x6C\x65","\x64\x65\x73\x74\x72\x6F\x79\x4F\x6E\x43\x6C\x6F\x73\x65","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x70\x78","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x39\x32\x70\x78","\x77\x72\x69\x74\x65\x6C\x6E","\x62\x75\x74\x74\x6F\x6E","\x63\x6C\x69\x63\x6B","\x69\x73\x56\x69\x73\x69\x62\x6C\x65","\x73\x65\x74\x56\x69\x73\x69\x62\x6C\x65","\x69\x6E\x69\x74","\x45\x6E\x74\x65\x72\x69\x6E\x67\x20","\x67\x65\x74\x54\x69\x6D\x65","\x20\x28","\x20\x6D\x73\x29","\x4C\x65\x61\x76\x69\x6E\x67\x20","\x44\x45\x42\x55\x47","\x61\x70\x70\x6C\x79","\x57\x41\x52\x4E","\x20","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x35","\x76\x69\x73\x69\x62\x69\x6C\x69\x74\x79","\x68\x69\x64\x64\x65\x6E","\x76\x69\x73\x69\x62\x6C\x65","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x73\x63\x72\x6F\x6C\x6C\x48\x65\x69\x67\x68\x74","\x0A","\x6D\x78\x4F\x62\x6A\x65\x63\x74\x49\x64","\x6F\x62\x6A\x65\x63\x74","\x46\x49\x45\x4C\x44\x5F\x4E\x41\x4D\x45","\x63\x6F\x6E\x73\x74\x72\x75\x63\x74\x6F\x72","\x67\x65\x74\x46\x75\x6E\x63\x74\x69\x6F\x6E\x4E\x61\x6D\x65","\x23","\x63\x6F\x75\x6E\x74\x65\x72","\x63\x6C\x65\x61\x72","\x6D\x61\x70","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x67\x65\x74","\x70\x75\x74","\x72\x65\x6D\x6F\x76\x65","\x67\x65\x74\x4B\x65\x79\x73","\x70\x75\x73\x68","\x67\x65\x74\x56\x61\x6C\x75\x65\x73","\x76\x69\x73\x69\x74","\x6C\x6F\x61\x64\x44\x65\x66\x61\x75\x6C\x74\x42\x75\x6E\x64\x6C\x65","\x69\x73\x4C\x61\x6E\x67\x75\x61\x67\x65\x53\x75\x70\x70\x6F\x72\x74\x65\x64","\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x2D","\x6C\x6F\x61\x64\x53\x70\x65\x63\x69\x61\x6C\x42\x75\x6E\x64\x6C\x65","\x5F","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x4E\x4F\x4E\x45","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x42\x75\x6E\x64\x6C\x65","\x6C\x6F\x61\x64","\x69\x73\x52\x65\x61\x64\x79","\x67\x65\x74\x54\x65\x78\x74","\x70\x61\x72\x73\x65","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x42\x75\x6E\x64\x6C\x65","\x73\x70\x6C\x69\x74","\x63\x68\x61\x72\x41\x74","\x3D","\x63\x68\x61\x72\x43\x6F\x64\x65\x41\x74","\x72\x65\x73\x6F\x75\x72\x63\x65\x73\x45\x6E\x63\x6F\x64\x65\x64","\x25","\x72\x65\x70\x6C\x61\x63\x65","\x72\x65\x73\x6F\x75\x72\x63\x65\x73","\x7B","\x7D","\x6A\x6F\x69\x6E","\x78","\x79","\x65\x71\x75\x61\x6C\x73","\x63\x6C\x6F\x6E\x65","\x63\x61\x6C\x6C","\x73\x65\x74\x52\x65\x63\x74","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x58","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x59","\x6D\x69\x6E","\x67\x72\x6F\x77","\x67\x65\x74\x50\x6F\x69\x6E\x74","\x63\x65\x6C\x6C","\x63\x68\x69\x6C\x64","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x69\x73\x45\x64\x67\x65","\x6D\x6F\x64\x65\x6C","\x6E\x6F\x64\x65","\x73\x68\x61\x70\x65","\x73\x65\x74\x4F\x70\x61\x63\x69\x74\x79","\x73\x63\x61\x6C\x65","\x67\x65\x6F\x6D\x65\x74\x72\x79","\x70\x72\x65\x76\x69\x6F\x75\x73","\x72\x65\x64\x72\x61\x77","\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x63\x61\x73\x63\x61\x64\x65\x4F\x70\x61\x63\x69\x74\x79","\x73\x65\x74\x54\x69\x6D\x65\x6F\x75\x74","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x67\x65\x74\x43\x68\x69\x6C\x64\x41\x74","\x67\x65\x74\x45\x64\x67\x65\x73","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x65\x72\x72\x6F\x72","\x63\x6C\x6F\x73\x65","\x2F\x65\x72\x72\x6F\x72\x2E\x67\x69\x66","\x63\x75\x72\x73\x6F\x72","\x63\x68\x69\x6C\x64\x4E\x6F\x64\x65\x73","\x72\x65\x6D\x6F\x76\x65\x43\x75\x72\x73\x6F\x72\x73","\x63\x75\x72\x72\x65\x6E\x74\x53\x74\x79\x6C\x65","\x67\x65\x74\x43\x6F\x6D\x70\x75\x74\x65\x64\x53\x74\x79\x6C\x65","\x67\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x53\x74\x79\x6C\x65","\x73\x63\x72\x6F\x6C\x6C","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x61\x75\x74\x6F","\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x76\x61\x72\x20\x5F\x6D\x78\x4A\x61\x76\x61\x53\x63\x72\x69\x70\x74\x45\x78\x70\x72\x65\x73\x73\x69\x6F\x6E\x3D","\x6D\x65\x73\x73\x61\x67\x65","\x20\x77\x68\x69\x6C\x65\x20\x65\x76\x61\x6C\x75\x61\x74\x69\x6E\x67\x20","\x77\x61\x72\x6E","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x66\x69\x72\x73\x74\x43\x68\x69\x6C\x64","\x66\x69\x6E\x64\x4E\x6F\x64\x65","\x6E\x65\x78\x74\x53\x69\x62\x6C\x69\x6E\x67","\x6E\x6F\x64\x65\x54\x79\x70\x65","\x4E\x4F\x44\x45\x54\x59\x50\x45\x5F\x45\x4C\x45\x4D\x45\x4E\x54","\x66\x69\x6E\x64\x4E\x6F\x64\x65\x42\x79\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x2F\x2F\x2A\x5B\x40","\x3D\x27","\x27\x5D","\x73\x65\x6C\x65\x63\x74\x53\x69\x6E\x67\x6C\x65\x4E\x6F\x64\x65","\x6F\x77\x6E\x65\x72\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x69\x74\x65\x72\x61\x74\x65\x4E\x65\x78\x74","\x65\x76\x61\x6C\x75\x61\x74\x65","\x6E\x61\x6D\x65","\x28","\x73\x70\x6C\x69\x63\x65","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x69\x6D\x70\x6C\x65\x6D\x65\x6E\x74\x61\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x41\x63\x74\x69\x76\x65\x58\x4F\x62\x6A\x65\x63\x74","\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x58\x4D\x4C\x44\x4F\x4D","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x61\x73\x79\x6E\x63","\x66\x61\x6C\x73\x65","\x6C\x6F\x61\x64\x58\x4D\x4C","\x74\x65\x78\x74\x2F\x78\x6D\x6C","\x70\x61\x72\x73\x65\x46\x72\x6F\x6D\x53\x74\x72\x69\x6E\x67","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x65\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x72\x65\x6D\x6F\x76\x65\x41\x6C\x6C\x52\x61\x6E\x67\x65\x73","\x20\x20","\x4E\x4F\x44\x45\x54\x59\x50\x45\x5F\x54\x45\x58\x54","\x6E\x6F\x64\x65\x56\x61\x6C\x75\x65","\x3C","\x61\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x68\x74\x6D\x6C\x45\x6E\x74\x69\x74\x69\x65\x73","\x3D\x22","\x22","\x3E\x0A","\x67\x65\x74\x50\x72\x65\x74\x74\x79\x58\x6D\x6C","\x3C\x2F","\x2F\x3E\x0A","\x70\x72\x65\x76\x69\x6F\x75\x73\x53\x69\x62\x6C\x69\x6E\x67","\x67\x65\x74\x54\x65\x78\x74\x43\x6F\x6E\x74\x65\x6E\x74","\x74\x72\x69\x6D","\x26\x61\x6D\x70\x3B","\x26\x71\x75\x6F\x74\x3B","\x26\x23\x33\x39\x3B","\x26\x6C\x74\x3B","\x26\x67\x74\x3B","\x26\x23\x78\x61\x3B","\x74\x61\x67\x55\x72\x6E","\x78\x6D\x6C","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x73\x65\x72\x69\x61\x6C\x69\x7A\x65\x54\x6F\x53\x74\x72\x69\x6E\x67","\x3E","\x6F\x75\x74\x65\x72\x48\x54\x4D\x4C","\x2F\x3E","\x63\x72\x65\x61\x74\x65\x54\x65\x78\x74\x4E\x6F\x64\x65","\x62\x72","\x70","\x66\x69\x6C\x74\x65\x72","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x41\x6C\x70\x68\x61\x49\x6D\x61\x67\x65\x4C\x6F\x61\x64\x65\x72\x28\x73\x72\x63\x3D\x27","\x2F\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x2E\x67\x69\x66\x27\x2C\x20\x73\x69\x7A\x69\x6E\x67\x4D\x65\x74\x68\x6F\x64\x3D\x27\x73\x63\x61\x6C\x65\x27\x29","\x65\x78\x65\x63\x75\x74\x65","\x73\x70\x61\x6E","\x63\x6F\x6C\x6F\x72","\x62\x6C\x75\x65","\x74\x65\x78\x74\x44\x65\x63\x6F\x72\x61\x74\x69\x6F\x6E","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x70\x6F\x69\x6E\x74\x65\x72","\x70\x61\x64\x64\x69\x6E\x67\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x57\x69\x64\x74\x68","\x73\x63\x72\x6F\x6C\x6C\x4C\x65\x66\x74","\x6C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x55\x6E\x69\x76\x65\x72\x73\x61\x6C\x58\x50\x43\x6F\x6E\x6E\x65\x63\x74","\x65\x6E\x61\x62\x6C\x65\x50\x72\x69\x76\x69\x6C\x65\x67\x65","\x50\x72\x69\x76\x69\x6C\x65\x67\x65\x4D\x61\x6E\x61\x67\x65\x72","\x73\x65\x63\x75\x72\x69\x74\x79","\x50\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E\x20\x74\x6F\x20\x72\x65\x61\x64\x20\x66\x69\x6C\x65\x20\x64\x65\x6E\x69\x65\x64\x2E","\x6E\x73\x49\x4C\x6F\x63\x61\x6C\x46\x69\x6C\x65","\x69\x6E\x74\x65\x72\x66\x61\x63\x65\x73","\x63\x72\x65\x61\x74\x65\x49\x6E\x73\x74\x61\x6E\x63\x65","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x66\x69\x6C\x65\x2F\x6C\x6F\x63\x61\x6C\x3B\x31","\x63\x6C\x61\x73\x73\x65\x73","\x69\x6E\x69\x74\x57\x69\x74\x68\x50\x61\x74\x68","\x65\x78\x69\x73\x74\x73","\x46\x69\x6C\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2E","\x6E\x73\x49\x46\x69\x6C\x65\x49\x6E\x70\x75\x74\x53\x74\x72\x65\x61\x6D","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x2F\x66\x69\x6C\x65\x2D\x69\x6E\x70\x75\x74\x2D\x73\x74\x72\x65\x61\x6D\x3B\x31","\x6E\x73\x49\x53\x63\x72\x69\x70\x74\x61\x62\x6C\x65\x49\x6E\x70\x75\x74\x53\x74\x72\x65\x61\x6D","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x73\x63\x72\x69\x70\x74\x61\x62\x6C\x65\x69\x6E\x70\x75\x74\x73\x74\x72\x65\x61\x6D\x3B\x31","\x61\x76\x61\x69\x6C\x61\x62\x6C\x65","\x72\x65\x61\x64","\x53\x63\x72\x69\x70\x74\x69\x6E\x67\x2E\x46\x69\x6C\x65\x53\x79\x73\x74\x65\x6D\x4F\x62\x6A\x65\x63\x74","\x72\x65\x61\x64\x41\x6C\x6C","\x50\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E\x20\x74\x6F\x20\x77\x72\x69\x74\x65\x20\x66\x69\x6C\x65\x20\x64\x65\x6E\x69\x65\x64\x2E","\x63\x72\x65\x61\x74\x65","\x6E\x73\x49\x46\x69\x6C\x65\x4F\x75\x74\x70\x75\x74\x53\x74\x72\x65\x61\x6D","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x2F\x66\x69\x6C\x65\x2D\x6F\x75\x74\x70\x75\x74\x2D\x73\x74\x72\x65\x61\x6D\x3B\x31","\x66\x6C\x75\x73\x68","\x69\x66\x72\x61\x6D\x65","\x73\x72\x63","\x63\x6F\x6E\x74\x65\x6E\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x6F\x70\x65\x6E","\x66\x6F\x63\x75\x73","\x50\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E\x20\x74\x6F\x20\x73\x61\x76\x65\x20\x64\x6F\x63\x75\x6D\x65\x6E\x74\x20\x64\x65\x6E\x69\x65\x64\x2E","\x64\x6F\x63\x75\x6D\x65\x6E\x74","\x63\x6F\x6E\x74\x65\x6E\x74\x57\x69\x6E\x64\x6F\x77","\x53\x61\x76\x65\x41\x73","\x65\x78\x65\x63\x43\x6F\x6D\x6D\x61\x6E\x64","\x63\x6C\x69\x70\x62\x6F\x61\x72\x64\x44\x61\x74\x61","\x54\x65\x78\x74","\x73\x65\x74\x44\x61\x74\x61","\x6E\x73\x49\x43\x6C\x69\x70\x62\x6F\x61\x72\x64","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x77\x69\x64\x67\x65\x74\x2F\x63\x6C\x69\x70\x62\x6F\x61\x72\x64\x3B\x31","\x6E\x73\x49\x54\x72\x61\x6E\x73\x66\x65\x72\x61\x62\x6C\x65","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x77\x69\x64\x67\x65\x74\x2F\x74\x72\x61\x6E\x73\x66\x65\x72\x61\x62\x6C\x65\x3B\x31","\x74\x65\x78\x74\x2F\x75\x6E\x69\x63\x6F\x64\x65","\x61\x64\x64\x44\x61\x74\x61\x46\x6C\x61\x76\x6F\x72","\x6E\x73\x49\x53\x75\x70\x70\x6F\x72\x74\x73\x53\x74\x72\x69\x6E\x67","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x73\x75\x70\x70\x6F\x72\x74\x73\x2D\x73\x74\x72\x69\x6E\x67\x3B\x31","\x64\x61\x74\x61","\x73\x65\x74\x54\x72\x61\x6E\x73\x66\x65\x72\x44\x61\x74\x61","\x6B\x47\x6C\x6F\x62\x61\x6C\x43\x6C\x69\x70\x62\x6F\x61\x72\x64","\x47\x45\x54","\x73\x65\x6E\x64","\x73\x69\x6D\x75\x6C\x61\x74\x65","\x6F\x6E\x72\x65\x61\x64\x79\x73\x74\x61\x74\x65\x63\x68\x61\x6E\x67\x65","\x72\x65\x61\x64\x79\x53\x74\x61\x74\x65","\x61\x64\x64\x45\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72","\x20\x3D\x20\x5B\x6E\x75\x6C\x6C\x5D\x0A","\x20\x3D\x3E\x20\x5B\x46\x75\x6E\x63\x74\x69\x6F\x6E\x5D\x0A","\x20\x3D\x3E\x20\x5B","\x5D\x0A","\x20\x3D\x20","\x50\x49","\x61\x62\x73","\x63\x6F\x73","\x73\x69\x6E","\x73\x71\x72\x74","\x61\x74\x61\x6E\x32","\x63\x65\x69\x6C","\x74\x6F\x52\x61\x64\x69\x61\x6E\x73","\x67\x65\x74\x52\x6F\x74\x61\x74\x65\x64\x50\x6F\x69\x6E\x74","\x67\x65\x74\x56\x61\x6C\x75\x65","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x4E\x4F\x4E\x45","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x4E\x4F\x52\x54\x48","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x57\x45\x53\x54","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x53\x4F\x55\x54\x48","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x45\x41\x53\x54","\x61\x62\x73\x6F\x6C\x75\x74\x65\x50\x6F\x69\x6E\x74\x73","\x70\x74\x53\x65\x67\x44\x69\x73\x74\x53\x71","\x76\x69\x65\x77","\x63\x6F\x6E\x74\x61\x69\x6E\x73","\x6F\x66\x66\x73\x65\x74\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x53\x63\x72\x6F\x6C\x6C\x4F\x72\x69\x67\x69\x6E","\x67\x65\x74\x4F\x66\x66\x73\x65\x74","\x5E\x5B","\x5C\x73","\x5D\x2B","\x67","\x5B","\x5D\x2B\x24","\x72\x74\x72\x69\x6D","\x6C\x74\x72\x69\x6D","\x30\x78","\x30\x58","\x61\x6E\x69\x6D\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x73","\x66\x61\x64\x65\x4F\x75\x74","\x69\x73\x56\x6D\x6C","\x61\x6C\x70\x68\x61\x28\x6F\x70\x61\x63\x69\x74\x79\x3D","\x29","\x6F\x70\x61\x63\x69\x74\x79","\x43\x53\x53\x31\x43\x6F\x6D\x70\x61\x74","\x56\x4D\x4C\x5F\x50\x52\x45\x46\x49\x58","\x3A\x69\x6D\x61\x67\x65","\x62\x6F\x72\x64\x65\x72\x53\x74\x79\x6C\x65","\x69\x6D\x67","\x62\x6F\x72\x64\x65\x72","\x30","\x63\x6F\x6D\x70\x61\x72\x65","\x73\x6F\x72\x74","\x3B","\x69\x6E\x64\x65\x78\x4F\x66\x53\x74\x79\x6C\x65\x6E\x61\x6D\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x53\x74\x79\x6C\x65","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x73\x65\x74\x53\x74\x79\x6C\x65\x46\x6C\x61\x67","\x3D\x30","\x41\x4C\x49\x47\x4E\x5F\x43\x45\x4E\x54\x45\x52","\x41\x4C\x49\x47\x4E\x5F\x52\x49\x47\x48\x54","\x41\x4C\x49\x47\x4E\x5F\x4D\x49\x44\x44\x4C\x45","\x41\x4C\x49\x47\x4E\x5F\x42\x4F\x54\x54\x4F\x4D","\x44\x45\x46\x41\x55\x4C\x54\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x44\x45\x46\x41\x55\x4C\x54\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x64\x69\x76","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x72\x6F\x75\x6E\x64","\x6C\x69\x6E\x65\x48\x65\x69\x67\x68\x74","\x4C\x49\x4E\x45\x5F\x48\x45\x49\x47\x48\x54","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x6E\x6F\x77\x72\x61\x70","\x64\x69\x73\x70\x6C\x61\x79","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x69\x6E\x6C\x69\x6E\x65","\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B","\x7A\x6F\x6F\x6D","\x31","\x67\x65\x74\x52\x6F\x6F\x74","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x69\x73\x45\x76\x65\x6E\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x45\x76\x65\x6E\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x64\x72\x61\x77\x50\x61\x6E\x65","\x6F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74\x4E\x53","\x63\x61\x6E\x76\x61\x73","\x63\x6C\x6F\x6E\x65\x4E\x6F\x64\x65","\x67\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65","\x65\x6E\x63\x6F\x64\x65","\x64\x65\x73\x74\x72\x6F\x79","\x50\x41\x47\x45\x5F\x46\x4F\x52\x4D\x41\x54\x5F\x41\x34\x5F\x50\x4F\x52\x54\x52\x41\x49\x54","\x67\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x53\x63\x61\x6C\x65","\x66\x6C\x6F\x6F\x72","\x3C\x68\x74\x6D\x6C\x3E\x3C\x68\x65\x61\x64\x3E","\x62\x61\x73\x65","\x3C\x73\x74\x79\x6C\x65\x3E","\x73\x74\x79\x6C\x65\x53\x68\x65\x65\x74\x73","\x3C\x2F\x73\x74\x79\x6C\x65\x3E\x3C\x2F\x68\x65\x61\x64\x3E","\x3C\x62\x6F\x64\x79\x3E","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x3C\x2F\x62\x6F\x64\x79\x3E","\x3C\x68\x74\x6D\x6C\x3E","\x44\x49\x56","\x3C\x68\x74\x6D\x6C","\x3C\x68\x65\x61\x64\x3E","\x67\x65\x74\x4F\x75\x74\x65\x72\x48\x74\x6D\x6C","\x3C\x2F\x68\x65\x61\x64\x3E","\x3C\x2F\x68\x74\x6D\x6C\x3E","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x28","\x2C","\x6F\x77\x6E\x65\x72\x53\x56\x47\x45\x6C\x65\x6D\x65\x6E\x74","\x73\x68\x6F\x77","\x70\x72\x69\x6E\x74","\x36\x33\x36\x70\x78","\x34\x36\x30\x70\x78","\x70\x72\x65","\x26\x6E\x62\x73\x70\x3B","\x3C\x62\x72\x3E","\x50\x6F\x70\x75\x70\x20\x57\x69\x6E\x64\x6F\x77","\x3C\x70\x72\x65\x3E","\x3C\x2F\x70\x72\x65","\x70\x61\x64\x64\x69\x6E\x67","\x32\x30\x70\x78","\x65\x72\x72\x6F\x72\x49\x6D\x61\x67\x65","\x76\x61\x6C\x69\x67\x6E","\x62\x6F\x74\x74\x6F\x6D","\x6D\x69\x64\x64\x6C\x65","\xA0","\x65\x72\x72\x6F\x72\x52\x65\x73\x6F\x75\x72\x63\x65","\x66\x6C\x6F\x61\x74\x3A\x72\x69\x67\x68\x74","\x63\x6C\x6F\x73\x65\x52\x65\x73\x6F\x75\x72\x63\x65","\x64\x72\x61\x67\x4F\x66\x66\x73\x65\x74","\x54\x4F\x4F\x4C\x54\x49\x50\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x4F\x46\x46\x53\x45\x54","\x61\x75\x74\x6F\x73\x63\x72\x6F\x6C\x6C","\x73\x65\x74\x47\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x68\x69\x67\x68\x6C\x69\x67\x68\x74\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74\x73","\x67\x65\x74\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x67\x65\x74\x47\x72\x61\x70\x68\x46\x6F\x72\x45\x76\x65\x6E\x74","\x63\x72\x65\x61\x74\x65\x44\x72\x61\x67\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x72\x65\x61\x74\x65\x50\x72\x65\x76\x69\x65\x77\x45\x6C\x65\x6D\x65\x6E\x74","\x65\x78\x61\x63\x74","\x66\x61\x73\x74\x65\x72","\x66\x61\x73\x74\x65\x73\x74","\x73\x76\x67","\x76\x6D\x6C","\x6D\x69\x78\x65\x64\x48\x74\x6D\x6C","\x70\x72\x65\x66\x65\x72\x48\x74\x6D\x6C","\x73\x74\x72\x69\x63\x74\x48\x74\x6D\x6C","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x32\x30\x30\x30\x2F\x73\x76\x67","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x31\x39\x39\x39\x2F\x78\x68\x74\x6D\x6C","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x31\x39\x39\x39\x2F\x78\x6C\x69\x6E\x6B","\x67\x72\x61\x79","\x23\x30\x30\x46\x46\x30\x30","\x23\x46\x46\x30\x30\x30\x30","\x6D\x6F\x76\x65","\x64\x65\x66\x61\x75\x6C\x74","\x23\x30\x30\x30\x30\x46\x46","\x23\x30\x30\x39\x39\x46\x46","\x62\x6C\x61\x63\x6B","\x79\x65\x6C\x6C\x6F\x77","\x23\x30\x30\x46\x46\x46\x46","\x23\x30\x30\x33\x33\x46\x46","\x41\x72\x69\x61\x6C\x2C\x48\x65\x6C\x76\x65\x74\x69\x63\x61","\x70\x65\x72\x69\x6D\x65\x74\x65\x72","\x73\x6F\x75\x72\x63\x65\x50\x6F\x72\x74","\x74\x61\x72\x67\x65\x74\x50\x6F\x72\x74","\x70\x6F\x72\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x74\x65\x78\x74\x4F\x70\x61\x63\x69\x74\x79","\x6F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C","\x65\x78\x69\x74\x58","\x65\x78\x69\x74\x59","\x65\x78\x69\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x65\x6E\x74\x72\x79\x58","\x65\x6E\x74\x72\x79\x59","\x65\x6E\x74\x72\x79\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x66\x69\x6C\x6C\x43\x6F\x6C\x6F\x72","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x46\x69\x6C\x6C\x43\x6F\x6C\x6F\x72","\x67\x72\x61\x64\x69\x65\x6E\x74\x43\x6F\x6C\x6F\x72","\x67\x72\x61\x64\x69\x65\x6E\x74\x44\x69\x72\x65\x63\x74\x69\x6F\x6E","\x73\x74\x72\x6F\x6B\x65\x43\x6F\x6C\x6F\x72","\x73\x65\x70\x61\x72\x61\x74\x6F\x72\x43\x6F\x6C\x6F\x72","\x73\x74\x72\x6F\x6B\x65\x57\x69\x64\x74\x68","\x61\x6C\x69\x67\x6E","\x6C\x61\x62\x65\x6C\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x76\x65\x72\x74\x69\x63\x61\x6C\x4C\x61\x62\x65\x6C\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x69\x6D\x61\x67\x65\x41\x73\x70\x65\x63\x74","\x69\x6D\x61\x67\x65\x41\x6C\x69\x67\x6E","\x69\x6D\x61\x67\x65\x56\x65\x72\x74\x69\x63\x61\x6C\x41\x6C\x69\x67\x6E","\x67\x6C\x61\x73\x73","\x69\x6D\x61\x67\x65","\x69\x6D\x61\x67\x65\x57\x69\x64\x74\x68","\x69\x6D\x61\x67\x65\x48\x65\x69\x67\x68\x74","\x69\x6D\x61\x67\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x69\x6D\x61\x67\x65\x42\x6F\x72\x64\x65\x72","\x66\x6C\x69\x70\x48","\x66\x6C\x69\x70\x56","\x6E\x6F\x4C\x61\x62\x65\x6C","\x6E\x6F\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6C\x61\x62\x65\x6C\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x6C\x61\x62\x65\x6C\x42\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x6C\x61\x62\x65\x6C\x50\x61\x64\x64\x69\x6E\x67","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x68\x61\x70\x65","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x49\x6D\x61\x67\x65","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x43\x6F\x6C\x6F\x72","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x74\x72\x6F\x6B\x65\x43\x6F\x6C\x6F\x72","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x47\x72\x61\x64\x69\x65\x6E\x74\x43\x6F\x6C\x6F\x72","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x70\x61\x63\x69\x6E\x67","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x57\x69\x64\x74\x68","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x48\x65\x69\x67\x68\x74","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x44\x69\x72\x65\x63\x74\x69\x6F\x6E","\x73\x68\x61\x64\x6F\x77","\x73\x65\x67\x6D\x65\x6E\x74","\x65\x6E\x64\x41\x72\x72\x6F\x77","\x73\x74\x61\x72\x74\x41\x72\x72\x6F\x77","\x65\x6E\x64\x53\x69\x7A\x65","\x73\x74\x61\x72\x74\x53\x69\x7A\x65","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x4C\x69\x6E\x65","\x65\x6E\x64\x46\x69\x6C\x6C","\x73\x74\x61\x72\x74\x46\x69\x6C\x6C","\x64\x61\x73\x68\x65\x64","\x64\x61\x73\x68\x50\x61\x74\x74\x65\x72\x6E","\x72\x6F\x75\x6E\x64\x65\x64","\x63\x75\x72\x76\x65\x64","\x61\x72\x63\x53\x69\x7A\x65","\x73\x6D\x6F\x6F\x74\x68","\x73\x6F\x75\x72\x63\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x53\x70\x61\x63\x69\x6E\x67","\x74\x61\x72\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x53\x70\x61\x63\x69\x6E\x67","\x70\x65\x72\x69\x6D\x65\x74\x65\x72\x53\x70\x61\x63\x69\x6E\x67","\x73\x70\x61\x63\x69\x6E\x67","\x73\x70\x61\x63\x69\x6E\x67\x54\x6F\x70","\x73\x70\x61\x63\x69\x6E\x67\x4C\x65\x66\x74","\x73\x70\x61\x63\x69\x6E\x67\x42\x6F\x74\x74\x6F\x6D","\x73\x70\x61\x63\x69\x6E\x67\x52\x69\x67\x68\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x64\x69\x72\x65\x63\x74\x69\x6F\x6E","\x65\x6C\x62\x6F\x77","\x66\x6F\x6E\x74\x43\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x53\x74\x79\x6C\x65","\x61\x75\x74\x6F\x73\x69\x7A\x65","\x66\x6F\x6C\x64\x61\x62\x6C\x65","\x65\x64\x69\x74\x61\x62\x6C\x65","\x62\x65\x6E\x64\x61\x62\x6C\x65","\x6D\x6F\x76\x61\x62\x6C\x65","\x72\x65\x73\x69\x7A\x61\x62\x6C\x65","\x63\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x64\x65\x6C\x65\x74\x61\x62\x6C\x65","\x65\x64\x67\x65\x53\x74\x79\x6C\x65","\x6C\x6F\x6F\x70\x53\x74\x79\x6C\x65","\x72\x6F\x75\x74\x69\x6E\x67\x43\x65\x6E\x74\x65\x72\x58","\x72\x6F\x75\x74\x69\x6E\x67\x43\x65\x6E\x74\x65\x72\x59","\x72\x65\x63\x74\x61\x6E\x67\x6C\x65","\x65\x6C\x6C\x69\x70\x73\x65","\x64\x6F\x75\x62\x6C\x65\x45\x6C\x6C\x69\x70\x73\x65","\x72\x68\x6F\x6D\x62\x75\x73","\x6C\x69\x6E\x65","\x61\x72\x72\x6F\x77","\x6C\x61\x62\x65\x6C","\x63\x79\x6C\x69\x6E\x64\x65\x72","\x73\x77\x69\x6D\x6C\x61\x6E\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72","\x61\x63\x74\x6F\x72","\x63\x6C\x6F\x75\x64","\x74\x72\x69\x61\x6E\x67\x6C\x65","\x68\x65\x78\x61\x67\x6F\x6E","\x63\x6C\x61\x73\x73\x69\x63","\x62\x6C\x6F\x63\x6B","\x6F\x76\x61\x6C","\x64\x69\x61\x6D\x6F\x6E\x64","\x64\x69\x61\x6D\x6F\x6E\x64\x54\x68\x69\x6E","\x63\x65\x6E\x74\x65\x72","\x72\x69\x67\x68\x74","\x6E\x6F\x72\x74\x68","\x73\x6F\x75\x74\x68","\x65\x61\x73\x74","\x77\x65\x73\x74","\x76\x65\x72\x74\x69\x63\x61\x6C","\x65\x6C\x62\x6F\x77\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x65\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6C\x6F\x6F\x70\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x73\x69\x64\x65\x54\x6F\x53\x69\x64\x65\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x74\x6F\x70\x54\x6F\x42\x6F\x74\x74\x6F\x6D\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x73\x65\x67\x6D\x65\x6E\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x65\x6C\x6C\x69\x70\x73\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x72\x65\x63\x74\x61\x6E\x67\x6C\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x72\x68\x6F\x6D\x62\x75\x73\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x74\x72\x69\x61\x6E\x67\x6C\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x70\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x63\x6F\x6E\x73\x75\x6D\x65\x64","\x67\x65\x74\x4E\x61\x6D\x65","\x67\x65\x74\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x67\x65\x74\x50\x72\x6F\x70\x65\x72\x74\x79","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x63\x6F\x6E\x73\x75\x6D\x65","\x65\x76\x74","\x73\x74\x61\x74\x65","\x67\x72\x61\x70\x68\x58","\x67\x72\x61\x70\x68\x59","\x67\x65\x74\x45\x76\x65\x6E\x74","\x67\x65\x74\x53\x6F\x75\x72\x63\x65","\x69\x73\x53\x6F\x75\x72\x63\x65","\x67\x65\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x59","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x67\x65\x74\x47\x72\x61\x70\x68\x58","\x67\x65\x74\x47\x72\x61\x70\x68\x59","\x67\x65\x74\x43\x65\x6C\x6C","\x69\x73\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x70\x72\x65\x76\x65\x6E\x74\x44\x65\x66\x61\x75\x6C\x74","\x72\x65\x74\x75\x72\x6E\x56\x61\x6C\x75\x65","\x73\x65\x74\x45\x76\x65\x6E\x74\x53\x6F\x75\x72\x63\x65","\x65\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x65\x76\x65\x6E\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x65\x76\x65\x6E\x74\x53\x6F\x75\x72\x63\x65","\x67\x65\x74\x45\x76\x65\x6E\x74\x53\x6F\x75\x72\x63\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x6F\x6E","\x66","\x72\x65\x6D\x6F\x76\x65\x45\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72","\x64\x65\x74\x61\x63\x68\x45\x76\x65\x6E\x74","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x6D\x6F\x75\x73\x65\x75\x70","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x74\x6F\x75\x63\x68\x73\x74\x61\x72\x74","\x74\x6F\x75\x63\x68\x6D\x6F\x76\x65","\x74\x6F\x75\x63\x68\x65\x6E\x64","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x64\x62\x6C\x63\x6C\x69\x63\x6B","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x72\x65\x6C\x65\x61\x73\x65","\x65\x76\x65\x6E\x74","\x64\x65\x74\x61\x69\x6C","\x77\x68\x65\x65\x6C\x44\x65\x6C\x74\x61","\x6D\x6F\x75\x73\x65\x77\x68\x65\x65\x6C","\x44\x4F\x4D\x4D\x6F\x75\x73\x65\x53\x63\x72\x6F\x6C\x6C","\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x6F\x6E\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x72\x65\x74\x75\x72\x6E\x20\x66\x61\x6C\x73\x65\x3B","\x73\x72\x63\x45\x6C\x65\x6D\x65\x6E\x74","\x74\x61\x72\x67\x65\x74","\x69\x73\x52\x69\x67\x68\x74\x4D\x6F\x75\x73\x65\x42\x75\x74\x74\x6F\x6E","\x69\x73\x53\x68\x69\x66\x74\x44\x6F\x77\x6E","\x69\x73\x43\x6F\x6E\x74\x72\x6F\x6C\x44\x6F\x77\x6E","\x73\x68\x69\x66\x74\x4B\x65\x79","\x61\x6C\x74\x4B\x65\x79","\x63\x74\x72\x6C\x4B\x65\x79","\x6D\x65\x74\x61\x4B\x65\x79","\x74\x6F\x75\x63\x68\x65\x73","\x63\x68\x61\x6E\x67\x65\x64\x54\x6F\x75\x63\x68\x65\x73","\x63\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x4D\x61\x69\x6E\x45\x76\x65\x6E\x74","\x63\x6C\x69\x65\x6E\x74\x59","\x73\x74\x6F\x70\x50\x72\x6F\x70\x61\x67\x61\x74\x69\x6F\x6E","\x63\x61\x6E\x63\x65\x6C\x42\x75\x62\x62\x6C\x65","\x6D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x6D\x6F\x75\x73\x65\x4D\x6F\x76\x65","\x6D\x6F\x75\x73\x65\x55\x70","\x61\x63\x74\x69\x76\x61\x74\x65","\x72\x65\x73\x69\x7A\x65\x53\x74\x61\x72\x74","\x72\x65\x73\x69\x7A\x65\x45\x6E\x64","\x6D\x6F\x76\x65\x53\x74\x61\x72\x74","\x6D\x6F\x76\x65\x45\x6E\x64","\x70\x61\x6E\x53\x74\x61\x72\x74","\x70\x61\x6E","\x70\x61\x6E\x45\x6E\x64","\x6D\x69\x6E\x69\x6D\x69\x7A\x65","\x6E\x6F\x72\x6D\x61\x6C\x69\x7A\x65","\x6D\x61\x78\x69\x6D\x69\x7A\x65","\x68\x69\x64\x65","\x72\x65\x66\x72\x65\x73\x68","\x73\x69\x7A\x65","\x73\x65\x6C\x65\x63\x74","\x66\x69\x72\x65\x64","\x72\x65\x63\x65\x69\x76\x65","\x63\x6F\x6E\x6E\x65\x63\x74","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x73\x75\x73\x70\x65\x6E\x64","\x72\x65\x73\x75\x6D\x65","\x6D\x61\x72\x6B","\x73\x65\x73\x73\x69\x6F\x6E","\x72\x6F\x6F\x74","\x70\x6F\x73\x74","\x73\x61\x76\x65","\x62\x65\x66\x6F\x72\x65\x41\x64\x64\x56\x65\x72\x74\x65\x78","\x61\x64\x64\x56\x65\x72\x74\x65\x78","\x61\x66\x74\x65\x72\x41\x64\x64\x56\x65\x72\x74\x65\x78","\x64\x6F\x6E\x65","\x65\x78\x65\x63\x75\x74\x65\x64","\x73\x74\x61\x72\x74\x45\x64\x69\x74","\x65\x6E\x64\x45\x64\x69\x74","\x62\x65\x66\x6F\x72\x65\x55\x6E\x64\x6F","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x68\x61\x6E\x67\x65","\x6E\x6F\x74\x69\x66\x79","\x6C\x61\x79\x6F\x75\x74\x43\x65\x6C\x6C\x73","\x73\x63\x61\x6C\x65\x41\x6E\x64\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x75\x70","\x64\x6F\x77\x6E","\x61\x64\x64\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x41\x64\x64\x65\x64","\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x4D\x6F\x76\x65\x64","\x72\x65\x73\x69\x7A\x65\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x52\x65\x73\x69\x7A\x65\x64","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x54\x6F\x67\x67\x6C\x65\x64","\x6F\x72\x64\x65\x72\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x4F\x72\x64\x65\x72\x65\x64","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x52\x65\x6D\x6F\x76\x65\x64","\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x75\x6E\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x66\x6F\x6C\x64\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x46\x6F\x6C\x64\x65\x64","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73","\x6C\x61\x62\x65\x6C\x43\x68\x61\x6E\x67\x65\x64","\x63\x6F\x6E\x6E\x65\x63\x74\x43\x65\x6C\x6C","\x63\x65\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x73\x70\x6C\x69\x74\x45\x64\x67\x65","\x66\x6C\x69\x70\x45\x64\x67\x65","\x73\x74\x61\x72\x74\x45\x64\x69\x74\x69\x6E\x67","\x61\x64\x64\x4F\x76\x65\x72\x6C\x61\x79","\x72\x65\x6D\x6F\x76\x65\x4F\x76\x65\x72\x6C\x61\x79","\x75\x70\x64\x61\x74\x65\x43\x65\x6C\x6C\x53\x69\x7A\x65","\x65\x73\x63\x61\x70\x65","\x64\x6F\x75\x62\x6C\x65\x43\x6C\x69\x63\x6B","\x73\x74\x61\x72\x74","\x72\x65\x73\x65\x74","\x75\x72\x6C","\x70\x61\x72\x61\x6D\x73","\x6D\x65\x74\x68\x6F\x64","\x50\x4F\x53\x54","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x62\x69\x6E\x61\x72\x79","\x72\x65\x71\x75\x65\x73\x74","\x69\x73\x42\x69\x6E\x61\x72\x79","\x73\x65\x74\x42\x69\x6E\x61\x72\x79","\x72\x65\x73\x70\x6F\x6E\x73\x65\x54\x65\x78\x74","\x67\x65\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x74\x58\x6D\x6C","\x72\x65\x73\x70\x6F\x6E\x73\x65\x58\x4D\x4C","\x70\x61\x72\x73\x65\x58\x6D\x6C","\x67\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x74\x61\x74\x75\x73","\x58\x4D\x4C\x48\x74\x74\x70\x52\x65\x71\x75\x65\x73\x74","\x6F\x76\x65\x72\x72\x69\x64\x65\x4D\x69\x6D\x65\x54\x79\x70\x65","\x74\x65\x78\x74\x2F\x70\x6C\x61\x69\x6E\x3B\x20\x63\x68\x61\x72\x73\x65\x74\x3D\x78\x2D\x75\x73\x65\x72\x2D\x64\x65\x66\x69\x6E\x65\x64","\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x58\x4D\x4C\x48\x54\x54\x50","\x6F\x6E\x72\x65\x61\x64\x79\x73\x74\x61\x74\x65\x63\x68\x61\x61\x6E\x67\x65","\x62\x69\x6E\x64","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72\x73","\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x78\x2D\x77\x77\x77\x2D\x66\x6F\x72\x6D\x2D\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72","\x6F\x6E\x62\x65\x66\x6F\x72\x65\x75\x6E\x6C\x6F\x61\x64","\x66\x6F\x72\x6D","\x61\x63\x74\x69\x6F\x6E","\x26","\x73\x75\x62\x6D\x69\x74","\x63\x65\x6C\x6C\x73","\x69\x6E\x73\x65\x72\x74\x43\x6F\x75\x6E\x74","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x67\x65\x74\x45\x78\x70\x6F\x72\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x63\x6C\x6F\x6E\x65\x43\x65\x6C\x6C\x73","\x67\x65\x74\x49\x6D\x70\x6F\x72\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x53\x54\x45\x50\x53\x49\x5A\x45","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x69\x6D\x70\x6F\x72\x74\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x63\x6F\x6E\x74\x65\x6E\x74","\x69\x6E\x73\x74\x61\x6C\x6C\x4D\x61\x78\x69\x6D\x69\x7A\x65\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x4D\x69\x6E\x69\x6D\x69\x7A\x65\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x43\x6C\x6F\x73\x65\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x4D\x69\x6E\x69\x6D\x69\x7A\x61\x62\x6C\x65","\x73\x65\x74\x54\x69\x74\x6C\x65","\x69\x6E\x73\x74\x61\x6C\x6C\x4D\x6F\x76\x65\x48\x61\x6E\x64\x6C\x65\x72","\x72\x65\x70\x6C\x61\x63\x65\x43\x68\x69\x6C\x64","\x63\x6C\x6F\x73\x65\x49\x6D\x61\x67\x65","\x2F\x63\x6C\x6F\x73\x65\x2E\x67\x69\x66","\x6D\x69\x6E\x69\x6D\x69\x7A\x65\x49\x6D\x61\x67\x65","\x2F\x6D\x69\x6E\x69\x6D\x69\x7A\x65\x2E\x67\x69\x66","\x6E\x6F\x72\x6D\x61\x6C\x69\x7A\x65\x49\x6D\x61\x67\x65","\x2F\x6E\x6F\x72\x6D\x61\x6C\x69\x7A\x65\x2E\x67\x69\x66","\x6D\x61\x78\x69\x6D\x69\x7A\x65\x49\x6D\x61\x67\x65","\x2F\x6D\x61\x78\x69\x6D\x69\x7A\x65\x2E\x67\x69\x66","\x72\x65\x73\x69\x7A\x65\x49\x6D\x61\x67\x65","\x2F\x72\x65\x73\x69\x7A\x65\x2E\x67\x69\x66","\x6D\x69\x6E\x69\x6D\x75\x6D\x53\x69\x7A\x65","\x74\x69\x74\x6C\x65","\x6D\x78\x57\x69\x6E\x64\x6F\x77","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x54\x69\x74\x6C\x65","\x50\x61\x6E\x65","\x63\x6F\x6E\x74\x65\x6E\x74\x57\x72\x61\x70\x70\x65\x72","\x61\x63\x74\x69\x76\x65\x57\x69\x6E\x64\x6F\x77","\x7A\x49\x6E\x64\x65\x78","\x70\x72\x65\x76\x69\x6F\x75\x73\x57\x69\x6E\x64\x6F\x77","\x66\x69\x74","\x69\x73\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x32\x70\x78","\x6E\x77\x2D\x72\x65\x73\x69\x7A\x65","\x73\x65\x74\x53\x69\x7A\x65","\x72\x65\x6D\x6F\x76\x65\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x67\x65\x74\x4D\x69\x6E\x69\x6D\x75\x6D\x53\x69\x7A\x65","\x4D\x69\x6E\x69\x6D\x69\x7A\x65","\x6D\x61\x72\x67\x69\x6E\x52\x69\x67\x68\x74","\x31\x70\x78","\x4E\x6F\x72\x6D\x61\x6C\x69\x7A\x65","\x4D\x61\x78\x69\x6D\x69\x7A\x65","\x6D\x61\x72\x67\x69\x6E\x4C\x65\x66\x74","\x30\x70\x78","\x73\x65\x74\x4C\x6F\x63\x61\x74\x69\x6F\x6E","\x63\x6C\x6F\x73\x65\x49\x6D\x67","\x43\x6C\x6F\x73\x65","\x69\x6E\x73\x65\x72\x74\x42\x65\x66\x6F\x72\x65","\x73\x65\x74\x49\x6D\x61\x67\x65","\x34\x70\x78","\x6D\x61\x72\x67\x69\x6E\x54\x6F\x70","\x2D\x32\x70\x78","\x67\x65\x74\x54\x61\x62\x6C\x65","\x61\x64\x64\x42\x75\x74\x74\x6F\x6E\x73","\x6F\x6B","\x4F\x4B","\x63\x61\x6E\x63\x65\x6C","\x43\x61\x6E\x63\x65\x6C","\x61\x64\x64\x54\x65\x78\x74","\x69\x6E\x70\x75\x74","\x74\x65\x78\x74","\x61\x64\x64\x46\x69\x65\x6C\x64","\x61\x64\x64\x43\x68\x65\x63\x6B\x62\x6F\x78","\x63\x68\x65\x63\x6B\x62\x6F\x78","\x63\x68\x65\x63\x6B\x65\x64","\x61\x64\x64\x54\x65\x78\x74\x61\x72\x65\x61","\x72\x6F\x77\x73","\x61\x64\x64\x43\x6F\x6D\x62\x6F","\x6D\x75\x6C\x74\x69\x70\x6C\x65","\x61\x64\x64\x4F\x70\x74\x69\x6F\x6E","\x6F\x70\x74\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x65\x64","\x72\x65\x73\x69\x7A\x65\x57\x69\x64\x74\x68","\x72\x65\x73\x69\x7A\x65\x48\x65\x69\x67\x68\x74","\x68\x61\x6E\x64\x6C\x69\x6E\x67\x52\x65\x73\x69\x7A\x65","\x67\x65\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74\x57\x69\x64\x74\x68","\x67\x65\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x65\x6C\x65\x6D\x65\x6E\x74","\x64\x72\x6F\x70\x48\x61\x6E\x64\x6C\x65\x72","\x64\x72\x61\x67\x45\x6C\x65\x6D\x65\x6E\x74","\x70\x72\x65\x76\x69\x65\x77\x45\x6C\x65\x6D\x65\x6E\x74","\x65\x6E\x61\x62\x6C\x65\x64","\x63\x75\x72\x72\x65\x6E\x74\x47\x72\x61\x70\x68","\x63\x75\x72\x72\x65\x6E\x74\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x63\x75\x72\x72\x65\x6E\x74\x50\x6F\x69\x6E\x74","\x63\x75\x72\x72\x65\x6E\x74\x47\x75\x69\x64\x65","\x63\x75\x72\x72\x65\x6E\x74\x48\x69\x67\x68\x6C\x69\x67\x68\x74","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x64\x72\x61\x67\x45\x6C\x65\x6D\x65\x6E\x74\x5A\x49\x6E\x64\x65\x78","\x64\x72\x61\x67\x45\x6C\x65\x6D\x65\x6E\x74\x4F\x70\x61\x63\x69\x74\x79","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x47\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x43\x65\x6C\x6C\x41\x74","\x6D\x6F\x75\x73\x65\x4D\x6F\x76\x65\x48\x61\x6E\x64\x6C\x65\x72","\x73\x74\x61\x72\x74\x44\x72\x61\x67","\x6D\x6F\x75\x73\x65\x55\x70\x48\x61\x6E\x64\x6C\x65\x72","\x73\x74\x6F\x70\x44\x72\x61\x67","\x67\x72\x61\x70\x68\x43\x6F\x6E\x74\x61\x69\x6E\x73\x45\x76\x65\x6E\x74","\x64\x72\x61\x67\x45\x78\x69\x74","\x64\x72\x61\x67\x45\x6E\x74\x65\x72","\x64\x72\x61\x67\x4F\x76\x65\x72","\x64\x72\x6F\x70","\x69\x73\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x67\x65\x74\x47\x75\x69\x64\x65\x53\x74\x61\x74\x65\x73","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x61\x75\x74\x6F\x53\x63\x72\x6F\x6C\x6C","\x61\x75\x74\x6F\x45\x78\x74\x65\x6E\x64","\x73\x63\x72\x6F\x6C\x6C\x50\x6F\x69\x6E\x74\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x69\x73\x44\x72\x6F\x70\x45\x6E\x61\x62\x6C\x65\x64","\x68\x69\x67\x68\x6C\x69\x67\x68\x74","\x33","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64\x45\x76\x65\x6E\x74","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x72\x69\x64\x53\x69\x7A\x65","\x73\x6E\x61\x70","\x70\x72\x65\x76\x69\x65\x77\x4F\x66\x66\x73\x65\x74","\x6E\x6F\x52\x65\x73\x65\x74","\x75\x70\x64\x61\x74\x65\x44\x65\x66\x61\x75\x6C\x74\x4D\x6F\x64\x65","\x61\x64\x64\x49\x74\x65\x6D","\x6D\x78\x54\x6F\x6F\x6C\x62\x61\x72\x4D\x6F\x64\x65","\x6D\x78\x54\x6F\x6F\x6C\x62\x61\x72\x49\x74\x65\x6D","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x6D\x65\x6E\x75","\x63\x75\x72\x72\x65\x6E\x74\x49\x6D\x67","\x69\x73\x4D\x65\x6E\x75\x53\x68\x6F\x77\x69\x6E\x67","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x66\x61\x63\x74\x6F\x72\x79\x4D\x65\x74\x68\x6F\x64","\x53\x65\x6C\x65\x63\x74\x65\x64","\x6D\x6F\x75\x73\x65\x6F\x75\x74","\x6D\x78\x54\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6D\x62\x6F\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6D\x78\x54\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6D\x62\x6F","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E\x43\x6F\x6D\x62\x6F","\x73\x65\x6C\x65\x63\x74\x65\x64\x49\x6E\x64\x65\x78","\x6F\x70\x74\x69\x6F\x6E\x73","\x66\x75\x6E\x63\x74","\x61\x64\x64\x53\x77\x69\x74\x63\x68\x4D\x6F\x64\x65","\x69\x6E\x69\x74\x69\x61\x6C\x43\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x61\x6C\x74\x49\x63\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x65\x64\x4D\x6F\x64\x65","\x64\x65\x66\x61\x75\x6C\x74\x4D\x6F\x64\x65","\x73\x65\x6C\x65\x63\x74\x4D\x6F\x64\x65","\x61\x64\x64\x4D\x6F\x64\x65","\x64\x65\x66\x61\x75\x6C\x74\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x72\x65\x73\x65\x74\x4D\x6F\x64\x65","\x61\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x61\x64\x64\x42\x72\x65\x61\x6B","\x61\x64\x64\x4C\x69\x6E\x65","\x68\x72","\x36\x70\x78","\x75\x72\x6C\x49\x6E\x69\x74","\x75\x72\x6C\x50\x6F\x6C\x6C","\x75\x72\x6C\x4E\x6F\x74\x69\x66\x79","\x63\x6F\x64\x65\x63","\x6C\x6F\x6F\x6B\x75\x70","\x65\x64\x69\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x73\x75\x73\x70\x65\x6E\x64\x65\x64","\x3C\x65\x64\x69\x74\x3E","\x63\x68\x61\x6E\x67\x65\x73","\x75\x6E\x64\x6F\x6E\x65","\x65\x6E\x63\x6F\x64\x65\x43\x68\x61\x6E\x67\x65\x73","\x3C\x2F\x65\x64\x69\x74\x3E","\x6C\x69\x6E\x65\x66\x65\x65\x64","\x65\x73\x63\x61\x70\x65\x50\x6F\x73\x74\x44\x61\x74\x61","\x73\x69\x67\x6E\x69\x66\x69\x63\x61\x6E\x74\x52\x65\x6D\x6F\x74\x65\x43\x68\x61\x6E\x67\x65\x73","\x73\x65\x6E\x74","\x72\x65\x63\x65\x69\x76\x65\x64","\x70\x6F\x6C\x6C\x69\x6E\x67","\x70\x6F\x6C\x6C","\x73\x74\x6F\x70","\x72\x65\x61\x73\x6F\x6E","\x6D\x78\x53\x65\x73\x73\x69\x6F\x6E\x2E\x6E\x6F\x74\x69\x66\x79\x3A\x20","\x20\x78\x6D\x6C\x3D","\x3C\x6D\x65\x73\x73\x61\x67\x65\x3E\x3C\x64\x65\x6C\x74\x61\x3E","\x3C\x2F\x64\x65\x6C\x74\x61\x3E\x3C\x2F\x6D\x65\x73\x73\x61\x67\x65\x3E","\x78\x6D\x6C\x3D","\x69\x73\x56\x61\x6C\x69\x64\x52\x65\x73\x70\x6F\x6E\x73\x65","\x49\x6E\x76\x61\x6C\x69\x64\x20\x72\x65\x73\x70\x6F\x6E\x73\x65\x3A\x20","\x52\x65\x73\x70\x6F\x6E\x73\x65\x20\x6E\x6F\x74\x20\x72\x65\x61\x64\x79","\x54\x72\x61\x6E\x73\x6D\x69\x73\x73\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x3C\x3F\x70\x68\x70","\x6E\x61\x6D\x65\x73\x70\x61\x63\x65","\x70\x72\x65\x66\x69\x78","\x70\x72\x6F\x63\x65\x73\x73\x53\x74\x61\x74\x65","\x64\x65\x6C\x74\x61","\x70\x72\x6F\x63\x65\x73\x73\x44\x65\x6C\x74\x61","\x64\x65\x63\x6F\x64\x65","\x70\x72\x6F\x63\x65\x73\x73\x45\x64\x69\x74","\x64\x65\x63\x6F\x64\x65\x43\x68\x61\x6E\x67\x65\x73","\x63\x72\x65\x61\x74\x65\x55\x6E\x64\x6F\x61\x62\x6C\x65\x45\x64\x69\x74","\x73\x6F\x75\x72\x63\x65","\x64\x65\x63\x6F\x64\x65\x43\x68\x61\x6E\x67\x65","\x6D\x78\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x6D\x78\x43\x68\x69\x6C\x64\x43\x68\x61\x6E\x67\x65","\x70\x61\x72\x65\x6E\x74","\x63\x65\x6C\x6C\x52\x65\x6D\x6F\x76\x65\x64","\x67\x65\x74\x49\x64","\x70\x75\x74\x4F\x62\x6A\x65\x63\x74","\x73\x69\x67\x6E\x69\x66\x69\x63\x61\x6E\x74","\x72\x65\x64\x6F\x6E\x65","\x69\x73\x45\x6D\x70\x74\x79","\x69\x73\x53\x69\x67\x6E\x69\x66\x69\x63\x61\x6E\x74","\x64\x69\x65","\x68\x69\x73\x74\x6F\x72\x79","\x69\x6E\x64\x65\x78\x4F\x66\x4E\x65\x78\x74\x41\x64\x64","\x63\x61\x6E\x55\x6E\x64\x6F","\x63\x61\x6E\x52\x65\x64\x6F","\x75\x6E\x64\x6F\x61\x62\x6C\x65\x45\x64\x69\x74\x48\x61\x70\x70\x65\x6E\x65\x64","\x73\x68\x69\x66\x74","\x64\x61\x74\x61\x3A\x69\x6D\x61\x67\x65","\x69\x73\x52\x65\x6C\x61\x74\x69\x76\x65\x55\x72\x6C","\x70\x72\x6F\x74\x6F\x63\x6F\x6C","\x2F\x2F","\x68\x6F\x73\x74","\x70\x61\x74\x68\x6E\x61\x6D\x65","\x6C\x61\x73\x74\x49\x6E\x64\x65\x78\x4F\x66","\x74\x68\x72\x65\x61\x64","\x61\x63\x74\x69\x76\x65","\x64\x79","\x64\x78","\x74\x30\x79","\x74\x30\x78","\x74\x64\x79","\x74\x64\x78","\x73\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x6D\x6F\x75\x73\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x61\x64\x64\x4D\x6F\x75\x73\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x68\x61\x73\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x70\x61\x6E\x47\x72\x61\x70\x68","\x70\x61\x6E\x44\x78","\x70\x61\x6E\x44\x79","\x67\x65\x74\x44\x78","\x67\x65\x74\x44\x79","\x64\x65\x6C\x61\x79","\x73\x65\x74\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x73\x41\x63\x74\x69\x76\x65","\x70\x61\x6E\x54\x6F","\x68\x61\x6E\x64\x6C\x65\x4D\x6F\x75\x73\x65\x4F\x75\x74","\x64\x61\x6D\x70\x65\x72","\x63\x6C\x65\x61\x72\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65\x4D\x6F\x75\x73\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x73\x75\x62\x6D\x65\x6E\x75\x49\x6D\x61\x67\x65","\x2F\x73\x75\x62\x6D\x65\x6E\x75\x2E\x67\x69\x66","\x75\x73\x65\x4C\x65\x66\x74\x42\x75\x74\x74\x6F\x6E\x46\x6F\x72\x50\x6F\x70\x75\x70","\x69\x74\x65\x6D\x43\x6F\x75\x6E\x74","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x73\x6D\x61\x72\x74\x53\x65\x70\x61\x72\x61\x74\x6F\x72\x73","\x6C\x61\x62\x65\x6C\x73","\x6D\x78\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x64\x69\x73\x61\x62\x6C\x65\x43\x6F\x6E\x74\x65\x78\x74\x4D\x65\x6E\x75","\x69\x73\x4C\x65\x66\x74\x4D\x6F\x75\x73\x65\x42\x75\x74\x74\x6F\x6E","\x77\x69\x6C\x6C\x41\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x63\x6F\x6E\x74\x61\x69\x6E\x73\x49\x74\x65\x6D\x73","\x6D\x78\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75\x49\x74\x65\x6D","\x6D\x78\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75\x49\x63\x6F\x6E","\x20\x64\x69\x73\x61\x62\x6C\x65\x64","\x70\x61\x64\x64\x69\x6E\x67\x52\x69\x67\x68\x74","\x74\x65\x78\x74\x41\x6C\x69\x67\x6E","\x63\x72\x65\x61\x74\x65\x53\x75\x62\x6D\x65\x6E\x75","\x65\x76\x65\x6E\x74\x52\x65\x63\x65\x69\x76\x65\x72","\x61\x63\x74\x69\x76\x65\x52\x6F\x77","\x68\x69\x64\x65\x53\x75\x62\x6D\x65\x6E\x75","\x73\x68\x6F\x77\x53\x75\x62\x6D\x65\x6E\x75","\x6D\x78\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75\x49\x74\x65\x6D\x48\x6F\x76\x65\x72","\x30\x20\x30\x20\x30\x20\x30\x70\x78","\x63\x6F\x6C\x53\x70\x61\x6E","\x32","\x73\x68\x6F\x77\x4D\x65\x6E\x75","\x63\x68\x61\x6E\x67\x65\x48\x61\x6E\x64\x6C\x65\x72","\x67\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x43\x68\x61\x6E\x67\x65\x64","\x73\x65\x74\x47\x72\x61\x70\x68","\x67\x72\x61\x70\x68","\x61\x75\x74\x6F\x53\x61\x76\x65\x44\x65\x6C\x61\x79","\x61\x75\x74\x6F\x53\x61\x76\x65\x54\x68\x72\x6F\x74\x74\x6C\x65","\x61\x75\x74\x6F\x53\x61\x76\x65\x54\x68\x72\x65\x73\x68\x6F\x6C\x64","\x69\x67\x6E\x6F\x72\x65\x64\x43\x68\x61\x6E\x67\x65\x73","\x6C\x61\x73\x74\x53\x6E\x61\x70\x73\x68\x6F\x74","\x73\x74\x61\x72\x74\x41\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65\x41\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x73\x74\x6F\x70\x41\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x73\x74\x65\x70\x73","\x65\x61\x73\x65","\x73\x74\x65\x70","\x61\x6E\x69\x6D\x61\x74\x65\x43\x65\x6C\x6C","\x67\x65\x74\x44\x65\x6C\x74\x61","\x69\x73\x56\x65\x72\x74\x65\x78","\x6D\x6F\x76\x65\x53\x74\x61\x74\x65","\x73\x74\x6F\x70\x52\x65\x63\x75\x72\x73\x69\x6F\x6E","\x67\x65\x74\x4F\x72\x69\x67\x69\x6E\x46\x6F\x72\x43\x65\x6C\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x43\x65\x6C\x6C\x47\x65\x6F\x6D\x65\x74\x72\x79","\x69\x6D\x61\x67\x65\x73","\x61\x6C\x74","\x70\x75\x74\x49\x6D\x61\x67\x65","\x67\x65\x74\x49\x6D\x61\x67\x65","\x66\x61\x6C\x6C\x62\x61\x63\x6B","\x69\x6E\x63\x6C\x75\x64\x65\x4F\x76\x65\x72\x6C\x61\x79\x73","\x64\x72\x61\x77\x53\x74\x61\x74\x65","\x64\x72\x61\x77\x43\x65\x6C\x6C\x53\x74\x61\x74\x65","\x76\x69\x73\x69\x74\x53\x74\x61\x74\x65\x73\x52\x65\x63\x75\x72\x73\x69\x76\x65","\x64\x72\x61\x77\x4F\x76\x65\x72\x6C\x61\x79\x73","\x70\x61\x69\x6E\x74","\x72\x65\x73\x74\x6F\x72\x65","\x6F\x76\x65\x72\x6C\x61\x79\x73","\x63\x6F\x6E\x76\x65\x72\x74\x65\x72","\x63\x72\x65\x61\x74\x65\x55\x72\x6C\x43\x6F\x6E\x76\x65\x72\x74\x65\x72","\x73\x74\x61\x74\x65\x73","\x70\x61\x74\x68","\x72\x6F\x74\x61\x74\x65\x48\x74\x6D\x6C","\x6C\x61\x73\x74\x58","\x6C\x61\x73\x74\x59","\x6D\x6F\x76\x65\x4F\x70","\x4D","\x6C\x69\x6E\x65\x4F\x70","\x4C","\x71\x75\x61\x64\x4F\x70","\x51","\x63\x75\x72\x76\x65\x4F\x70","\x43","\x63\x6C\x6F\x73\x65\x4F\x70","\x5A","\x70\x6F\x69\x6E\x74\x65\x72\x45\x76\x65\x6E\x74\x73","\x63\x72\x65\x61\x74\x65\x53\x74\x61\x74\x65","\x33\x20\x33","\x66\x6C\x61\x74","\x6D\x69\x74\x65\x72","\x23\x30\x30\x30\x30\x30\x30","\x53\x48\x41\x44\x4F\x57\x43\x4F\x4C\x4F\x52","\x53\x48\x41\x44\x4F\x57\x5F\x4F\x50\x41\x43\x49\x54\x59","\x53\x48\x41\x44\x4F\x57\x5F\x4F\x46\x46\x53\x45\x54\x5F\x58","\x53\x48\x41\x44\x4F\x57\x5F\x4F\x46\x46\x53\x45\x54\x5F\x59","\x66\x6F\x72\x6D\x61\x74","\x61\x64\x64\x4F\x70","\x72\x6F\x74\x61\x74\x65\x50\x6F\x69\x6E\x74","\x70\x6F\x70","\x73\x65\x74\x41\x6C\x70\x68\x61","\x61\x6C\x70\x68\x61","\x73\x65\x74\x46\x69\x6C\x6C\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x47\x72\x61\x64\x69\x65\x6E\x74","\x66\x69\x6C\x6C\x41\x6C\x70\x68\x61","\x67\x72\x61\x64\x69\x65\x6E\x74\x41\x6C\x70\x68\x61","\x73\x65\x74\x53\x74\x72\x6F\x6B\x65\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x53\x74\x72\x6F\x6B\x65\x57\x69\x64\x74\x68","\x73\x65\x74\x44\x61\x73\x68\x65\x64","\x73\x65\x74\x44\x61\x73\x68\x50\x61\x74\x74\x65\x72\x6E","\x73\x65\x74\x4C\x69\x6E\x65\x43\x61\x70","\x6C\x69\x6E\x65\x43\x61\x70","\x73\x65\x74\x4C\x69\x6E\x65\x4A\x6F\x69\x6E","\x6C\x69\x6E\x65\x4A\x6F\x69\x6E","\x73\x65\x74\x4D\x69\x74\x65\x72\x4C\x69\x6D\x69\x74","\x6D\x69\x74\x65\x72\x4C\x69\x6D\x69\x74","\x73\x65\x74\x46\x6F\x6E\x74\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x46\x6F\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x46\x6F\x6E\x74\x42\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x42\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x46\x6F\x6E\x74\x53\x69\x7A\x65","\x73\x65\x74\x46\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x73\x65\x74\x46\x6F\x6E\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x53\x68\x61\x64\x6F\x77","\x73\x65\x74\x53\x68\x61\x64\x6F\x77\x43\x6F\x6C\x6F\x72","\x73\x68\x61\x64\x6F\x77\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x53\x68\x61\x64\x6F\x77\x41\x6C\x70\x68\x61","\x73\x68\x61\x64\x6F\x77\x41\x6C\x70\x68\x61","\x73\x65\x74\x53\x68\x61\x64\x6F\x77\x4F\x66\x66\x73\x65\x74","\x73\x68\x61\x64\x6F\x77\x44\x78","\x73\x68\x61\x64\x6F\x77\x44\x79","\x62\x65\x67\x69\x6E","\x6D\x6F\x76\x65\x54\x6F","\x6C\x69\x6E\x65\x54\x6F","\x71\x75\x61\x64\x54\x6F","\x63\x75\x72\x76\x65\x54\x6F","\x61\x72\x63\x54\x6F","\x61\x72\x63\x54\x6F\x43\x75\x72\x76\x65\x73","\x65\x6E\x64","\x77\x72\x69\x74\x65\x44\x65\x66\x61\x75\x6C\x74\x73","\x65\x78\x74\x65\x6E\x64","\x74\x65\x78\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x6F\x6D\x70\x72\x65\x73\x73\x65\x64","\x66\x6F\x6E\x74\x66\x61\x6D\x69\x6C\x79","\x66\x61\x6D\x69\x6C\x79","\x66\x6F\x6E\x74\x73\x69\x7A\x65","\x73\x68\x61\x64\x6F\x77\x63\x6F\x6C\x6F\x72","\x73\x68\x61\x64\x6F\x77\x61\x6C\x70\x68\x61","\x73\x68\x61\x64\x6F\x77\x6F\x66\x66\x73\x65\x74","\x74\x6F\x46\x69\x78\x65\x64","\x72\x6F\x74\x61\x74\x65","\x74\x68\x65\x74\x61","\x63\x78","\x63\x79","\x66\x69\x6C\x6C\x63\x6F\x6C\x6F\x72","\x67\x72\x61\x64\x69\x65\x6E\x74","\x63\x31","\x63\x32","\x77","\x68","\x61\x6C\x70\x68\x61\x31","\x61\x6C\x70\x68\x61\x32","\x73\x74\x72\x6F\x6B\x65\x63\x6F\x6C\x6F\x72","\x73\x74\x72\x6F\x6B\x65\x77\x69\x64\x74\x68","\x64\x61\x73\x68\x70\x61\x74\x74\x65\x72\x6E","\x70\x61\x74\x74\x65\x72\x6E","\x6C\x69\x6E\x65\x63\x61\x70","\x63\x61\x70","\x6C\x69\x6E\x65\x6A\x6F\x69\x6E","\x6D\x69\x74\x65\x72\x6C\x69\x6D\x69\x74","\x6C\x69\x6D\x69\x74","\x66\x6F\x6E\x74\x63\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x63\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x62\x6F\x72\x64\x65\x72\x63\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x73\x74\x79\x6C\x65","\x72\x65\x63\x74","\x72\x6F\x75\x6E\x64\x72\x65\x63\x74","\x63\x6F\x6E\x76\x65\x72\x74","\x61\x73\x70\x65\x63\x74","\x71\x75\x61\x64","\x78\x31","\x79\x31","\x78\x32","\x79\x32","\x63\x75\x72\x76\x65","\x78\x33","\x79\x33","\x69\x73\x4E\x6F\x64\x65","\x73\x74\x72","\x77\x72\x61\x70","\x66\x69\x6C\x6C","\x63\x6C\x69\x70","\x73\x74\x72\x6F\x6B\x65","\x66\x69\x6C\x6C\x41\x6E\x64\x53\x74\x72\x6F\x6B\x65","\x66\x69\x6C\x6C\x73\x74\x72\x6F\x6B\x65","\x67\x72\x61\x64\x69\x65\x6E\x74\x73","\x64\x65\x66\x73","\x73\x74\x79\x6C\x65\x45\x6E\x61\x62\x6C\x65\x64","\x63\x72\x65\x61\x74\x65\x53\x74\x79\x6C\x65","\x6D\x61\x74\x63\x68\x48\x74\x6D\x6C\x41\x6C\x69\x67\x6E\x6D\x65\x6E\x74","\x66\x6F\x45\x6E\x61\x62\x6C\x65\x64","\x73\x74\x72\x6F\x6B\x65\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x72\x65\x66\x43\x6F\x75\x6E\x74","\x62\x6C\x6F\x63\x6B\x49\x6D\x61\x67\x65\x50\x6F\x69\x6E\x74\x65\x72\x45\x76\x65\x6E\x74\x73","\x73\x76\x67\x7B\x66\x6F\x6E\x74\x2D\x66\x61\x6D\x69\x6C\x79\x3A","\x3B\x66\x6F\x6E\x74\x2D\x73\x69\x7A\x65\x3A","\x3B\x66\x69\x6C\x6C\x3A\x6E\x6F\x6E\x65\x3B\x73\x74\x72\x6F\x6B\x65\x2D\x6D\x69\x74\x65\x72\x6C\x69\x6D\x69\x74\x3A\x31\x30\x7D","\x4E\x53\x5F\x53\x56\x47","\x78\x6D\x6C\x6E\x73","\x63\x72\x65\x61\x74\x65\x47\x72\x61\x64\x69\x65\x6E\x74\x49\x64","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x53\x4F\x55\x54\x48","\x73","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x45\x41\x53\x54","\x65","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4E\x4F\x52\x54\x48","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x57\x45\x53\x54","\x6D\x78\x2D\x67\x72\x61\x64\x69\x65\x6E\x74\x2D","\x67\x65\x74\x53\x76\x67\x47\x72\x61\x64\x69\x65\x6E\x74","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x69\x64","\x63\x72\x65\x61\x74\x65\x53\x76\x67\x47\x72\x61\x64\x69\x65\x6E\x74","\x6C\x69\x6E\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6E\x74","\x30\x25","\x3B\x73\x74\x6F\x70\x2D\x6F\x70\x61\x63\x69\x74\x79\x3A","\x6F\x66\x66\x73\x65\x74","\x73\x74\x6F\x70\x2D\x63\x6F\x6C\x6F\x72\x3A","\x61\x64\x64\x4E\x6F\x64\x65","\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x6C\x6C","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74","\x75\x70\x64\x61\x74\x65\x53\x74\x72\x6F\x6B\x65","\x63\x72\x65\x61\x74\x65\x53\x68\x61\x64\x6F\x77","\x63\x72\x65\x61\x74\x65\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x70\x6F\x69\x6E\x74\x65\x72\x2D\x65\x76\x65\x6E\x74\x73","\x61\x6C\x6C","\x66\x69\x6C\x6C\x2D\x6F\x70\x61\x63\x69\x74\x79","\x75\x72\x6C\x28\x23","\x73\x74\x72\x6F\x6B\x65\x2D\x6F\x70\x61\x63\x69\x74\x79","\x73\x74\x72\x6F\x6B\x65\x2D\x77\x69\x64\x74\x68","\x75\x70\x64\x61\x74\x65\x53\x74\x72\x6F\x6B\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x73\x74\x72\x6F\x6B\x65\x2D\x64\x61\x73\x68\x61\x72\x72\x61\x79","\x63\x72\x65\x61\x74\x65\x44\x61\x73\x68\x50\x61\x74\x74\x65\x72\x6E","\x73\x74\x72\x6F\x6B\x65\x2D\x6C\x69\x6E\x65\x6A\x6F\x69\x6E","\x62\x75\x74\x74","\x73\x74\x72\x6F\x6B\x65\x2D\x6C\x69\x6E\x65\x63\x61\x70","\x73\x74\x72\x6F\x6B\x65\x2D\x6D\x69\x74\x65\x72\x6C\x69\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x77\x68\x69\x74\x65","\x29\x73\x63\x61\x6C\x65\x28","\x29\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x28","\x72\x6F\x74\x61\x74\x65\x28","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x43\x78","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x43\x79","\x72\x78","\x72\x79","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65\x4E\x53","\x78\x6C\x69\x6E\x6B\x3A\x68\x72\x65\x66","\x70\x72\x65\x73\x65\x72\x76\x65\x41\x73\x70\x65\x63\x74\x52\x61\x74\x69\x6F","\x73\x63\x61\x6C\x65\x28","\x70\x6F\x69\x6E\x74\x65\x72\x2D\x65\x76\x65\x6E\x74\x73\x3A\x6E\x6F\x6E\x65","\x63\x72\x65\x61\x74\x65\x44\x69\x76","\x64\x69\x73\x70\x6C\x61\x79\x3A\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B\x3B\x66\x6F\x6E\x74\x2D\x73\x69\x7A\x65\x3A","\x70\x78\x3B\x66\x6F\x6E\x74\x2D\x66\x61\x6D\x69\x6C\x79\x3A","\x3B\x63\x6F\x6C\x6F\x72\x3A","\x3B\x6C\x69\x6E\x65\x2D\x68\x65\x69\x67\x68\x74\x3A","\x70\x78\x3B","\x46\x4F\x4E\x54\x5F\x42\x4F\x4C\x44","\x66\x6F\x6E\x74\x2D\x77\x65\x69\x67\x68\x74\x3A\x62\x6F\x6C\x64\x3B","\x46\x4F\x4E\x54\x5F\x49\x54\x41\x4C\x49\x43","\x66\x6F\x6E\x74\x2D\x73\x74\x79\x6C\x65\x3A\x69\x74\x61\x6C\x69\x63\x3B","\x46\x4F\x4E\x54\x5F\x55\x4E\x44\x45\x52\x4C\x49\x4E\x45","\x66\x6F\x6E\x74\x2D\x64\x65\x63\x6F\x72\x61\x74\x69\x6F\x6E\x3A\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65\x3B","\x74\x65\x78\x74\x2D\x61\x6C\x69\x67\x6E\x3A\x63\x65\x6E\x74\x65\x72\x3B","\x74\x65\x78\x74\x2D\x61\x6C\x69\x67\x6E\x3A\x72\x69\x67\x68\x74\x3B","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x2D\x63\x6F\x6C\x6F\x72\x3A","\x62\x6F\x72\x64\x65\x72\x3A\x31\x70\x78\x20\x73\x6F\x6C\x69\x64\x20","\x26\x61\x6D\x70\x3B\x67\x74\x3B","\x26\x61\x6D\x70\x3B\x6C\x74\x3B","\x3C\x64\x69\x76\x20\x78\x6D\x6C\x6E\x73\x3D\x22\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x31\x39\x39\x39\x2F\x78\x68\x74\x6D\x6C\x22\x20\x73\x74\x79\x6C\x65\x3D\x22\x64\x69\x73\x70\x6C\x61\x79\x3A\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B\x3B","\x22\x3E","\x3C\x2F\x64\x69\x76\x3E","\x3C\x68\x72\x20\x2F\x3E","\x3C\x62\x72\x20\x2F\x3E","\x3C\x64\x69\x76\x20\x78\x6D\x6C\x6E\x73\x3D\x22\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x31\x39\x39\x39\x2F\x78\x68\x74\x6D\x6C\x22\x20\x73\x74\x79\x6C\x65\x3D\x22","\x68\x74\x6D\x6C","\x76\x65\x72\x74\x69\x63\x61\x6C\x2D\x61\x6C\x69\x67\x6E\x3A\x74\x6F\x70\x3B","\x6F\x76\x65\x72\x66\x6C\x6F\x77\x3A\x68\x69\x64\x64\x65\x6E\x3B","\x6D\x61\x78\x2D\x68\x65\x69\x67\x68\x74\x3A","\x77\x69\x64\x74\x68\x3A","\x77\x68\x69\x74\x65\x2D\x73\x70\x61\x63\x65\x3A\x6E\x6F\x72\x6D\x61\x6C\x3B","\x77\x68\x69\x74\x65\x2D\x73\x70\x61\x63\x65\x3A\x6E\x6F\x77\x72\x61\x70\x3B","\x66\x6F\x72\x65\x69\x67\x6E\x4F\x62\x6A\x65\x63\x74","\x70\x6C\x61\x69\x6E\x54\x65\x78\x74","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x70","\x6D\x78\x2D\x63\x6C\x69\x70\x2D","\x63\x6C\x69\x70\x50\x61\x74\x68","\x63\x6C\x69\x70\x2D\x70\x61\x74\x68","\x75\x70\x64\x61\x74\x65\x46\x6F\x6E\x74","\x74\x65\x78\x74\x2D\x61\x6E\x63\x68\x6F\x72","\x66\x6F\x6E\x74\x2D\x73\x69\x7A\x65","\x61\x64\x64\x54\x65\x78\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x66\x6F\x6E\x74\x2D\x66\x61\x6D\x69\x6C\x79","\x66\x6F\x6E\x74\x2D\x77\x65\x69\x67\x68\x74","\x62\x6F\x6C\x64","\x66\x6F\x6E\x74\x2D\x73\x74\x79\x6C\x65","\x69\x74\x61\x6C\x69\x63","\x74\x65\x78\x74\x2D\x64\x65\x63\x6F\x72\x61\x74\x69\x6F\x6E","\x67\x65\x74\x42\x42\x6F\x78","\x66\x6F\x6E\x74\x57\x65\x69\x67\x68\x74","\x3C\x62\x72\x2F\x3E","\x6D\x6F\x64","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x28\x30\x2E\x35\x2C\x20\x30\x2E\x35\x29","\x6D","\x6C","\x63","\x72\x6F\x74\x61\x74\x65\x64\x48\x74\x6D\x6C\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x76\x6D\x6C\x53\x63\x61\x6C\x65","\x20\x65","\x63\x6F\x6F\x72\x64\x73\x69\x7A\x65","\x73\x74\x72\x6F\x6B\x65\x77\x65\x69\x67\x68\x74","\x73\x74\x72\x6F\x6B\x65\x64","\x63\x72\x65\x61\x74\x65\x53\x74\x72\x6F\x6B\x65","\x63\x72\x65\x61\x74\x65\x46\x69\x6C\x6C","\x63\x72\x65\x61\x74\x65\x54\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x46\x69\x6C\x6C","\x66\x69\x6C\x6C\x65\x64","\x3A\x66\x69\x6C\x6C","\x2F\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x2E\x67\x69\x66","\x74\x69\x6C\x65","\x63\x6F\x6C\x6F\x72\x32","\x66\x6C\x69\x70","\x61\x6E\x67\x6C\x65","\x4F\x46\x46\x49\x43\x45\x5F\x50\x52\x45\x46\x49\x58","\x3A\x6F\x70\x61\x63\x69\x74\x79\x32","\x3A\x73\x74\x72\x6F\x6B\x65","\x65\x6E\x64\x63\x61\x70","\x6A\x6F\x69\x6E\x73\x74\x79\x6C\x65","\x31\x30","\x64\x61\x73\x68\x73\x74\x79\x6C\x65","\x67\x65\x74\x56\x6D\x6C\x44\x61\x73\x68\x53\x74\x79\x6C\x65","\x64\x61\x73\x68","\x30\x20\x32","\x63\x72\x65\x61\x74\x65\x53\x68\x61\x64\x6F\x77\x53\x74\x72\x6F\x6B\x65","\x63\x72\x65\x61\x74\x65\x53\x68\x61\x64\x6F\x77\x46\x69\x6C\x6C","\x3A\x73\x68\x61\x70\x65","\x63\x20","\x63\x72\x65\x61\x74\x65\x52\x65\x63\x74","\x3A\x72\x65\x63\x74","\x3A\x72\x6F\x75\x6E\x64\x72\x65\x63\x74","\x61\x72\x63\x73\x69\x7A\x65","\x3A\x6F\x76\x61\x6C","\x61\x74\x6D\x6F\x73\x74","\x69\x67\x6E\x6F\x72\x65","\x66\x72\x61\x6D\x65","\x31\x38\x30","\x66\x6F\x6E\x74\x44\x65\x63\x6F\x72\x61\x74\x69\x6F\x6E","\x3A\x67\x72\x6F\x75\x70","\x72\x65\x6C\x61\x74\x69\x76\x65","\x67\x65\x74\x41\x6C\x69\x67\x6E\x6D\x65\x6E\x74\x41\x73\x50\x6F\x69\x6E\x74","\x6E\x6F\x72\x6D\x61\x6C","\x6D\x61\x78\x48\x65\x69\x67\x68\x74","\x67\x72\x6F\x75\x70","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x4D\x61\x74\x72\x69\x78\x28\x4D\x31\x31\x3D","\x2C\x20\x4D\x31\x32\x3D","\x2C\x20\x4D\x32\x31\x3D","\x2C\x20\x4D\x32\x32\x3D","\x2C\x20\x73\x69\x7A\x69\x6E\x67\x4D\x65\x74\x68\x6F\x64\x3D\x27\x61\x75\x74\x6F\x20\x65\x78\x70\x61\x6E\x64\x27\x29","\x3A\x70\x61\x74\x68","\x74\x65\x78\x74\x70\x61\x74\x68\x6F\x6B","\x6D\x20","\x20\x6C\x20","\x3A\x74\x65\x78\x74\x70\x61\x74\x68","\x76\x2D\x74\x65\x78\x74\x2D\x61\x6C\x69\x67\x6E\x3A","\x73\x74\x72\x69\x6E\x67","\x73\x65\x74\x53\x74\x61\x74\x65\x73","\x67\x75\x69\x64\x65\x58","\x67\x75\x69\x64\x65\x59","\x67\x65\x74\x47\x75\x69\x64\x65\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x63\x72\x65\x61\x74\x65\x47\x75\x69\x64\x65\x53\x68\x61\x70\x65","\x69\x73\x44\x61\x73\x68\x65\x64","\x44\x49\x41\x4C\x45\x43\x54\x5F\x56\x4D\x4C","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x70\x6F\x69\x6E\x74\x73","\x73\x63\x72\x6F\x6C\x6C\x57\x69\x64\x74\x68","\x64\x65\x73\x63","\x70\x61\x72\x73\x65\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x70\x61\x72\x73\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x64\x65\x66\x61\x75\x6C\x74\x4C\x6F\x63\x61\x6C\x69\x7A\x65\x64","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x77\x30","\x68\x30","\x62\x67\x4E\x6F\x64\x65","\x66\x67\x4E\x6F\x64\x65","\x66\x6F\x72\x65\x67\x72\x6F\x75\x6E\x64","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x76\x61\x72\x69\x61\x62\x6C\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x73","\x67\x65\x74\x43\x68\x69\x6C\x64\x4E\x6F\x64\x65\x73","\x70\x61\x72\x73\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x65\x76\x61\x6C\x75\x61\x74\x65\x54\x65\x78\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x65\x76\x61\x6C\x75\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x6C\x6F\x63\x61\x6C\x69\x7A\x65\x64","\x65\x76\x61\x6C","\x64\x72\x61\x77\x53\x68\x61\x70\x65","\x64\x72\x61\x77\x43\x68\x69\x6C\x64\x72\x65\x6E","\x63\x6F\x6D\x70\x75\x74\x65\x41\x73\x70\x65\x63\x74","\x69\x6E\x68\x65\x72\x69\x74","\x67\x65\x74\x4E\x75\x6D\x62\x65\x72","\x64\x72\x61\x77\x4E\x6F\x64\x65","\x66\x69\x78\x65\x64","\x61\x72\x63","\x78\x2D\x61\x78\x69\x73\x2D\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x6C\x61\x72\x67\x65\x2D\x61\x72\x63\x2D\x66\x6C\x61\x67","\x73\x77\x65\x65\x70\x2D\x66\x6C\x61\x67","\x52\x45\x43\x54\x41\x4E\x47\x4C\x45\x5F\x52\x4F\x55\x4E\x44\x49\x4E\x47\x5F\x46\x41\x43\x54\x4F\x52","\x61\x6C\x69\x67\x6E\x2D\x73\x68\x61\x70\x65","\x69\x6E\x63\x6C\x75\x64\x65\x2D\x73\x68\x61\x70\x65","\x67\x65\x74\x53\x74\x65\x6E\x63\x69\x6C","\x73\x74\x65\x6E\x63\x69\x6C","\x62\x6F\x75\x6E\x64\x73","\x62\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x73\x76\x67\x53\x74\x72\x6F\x6B\x65\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x73\x74\x65\x6E\x63\x69\x6C\x50\x6F\x69\x6E\x74\x65\x72\x45\x76\x65\x6E\x74\x73","\x69\x73\x50\x61\x72\x73\x65\x56\x6D\x6C","\x69\x73\x48\x74\x6D\x6C\x41\x6C\x6C\x6F\x77\x65\x64","\x67\x65\x74\x53\x76\x67\x53\x63\x72\x65\x65\x6E\x4F\x66\x66\x73\x65\x74","\x63\x72\x65\x61\x74\x65\x53\x76\x67","\x63\x72\x65\x61\x74\x65\x48\x74\x6D\x6C","\x63\x72\x65\x61\x74\x65\x56\x6D\x6C","\x72\x65\x63\x6F\x6E\x66\x69\x67\x75\x72\x65","\x75\x70\x64\x61\x74\x65\x42\x6F\x75\x6E\x64\x73\x46\x72\x6F\x6D\x50\x6F\x69\x6E\x74\x73","\x63\x68\x65\x63\x6B\x42\x6F\x75\x6E\x64\x73","\x72\x65\x64\x72\x61\x77\x48\x74\x6D\x6C\x53\x68\x61\x70\x65","\x72\x65\x64\x72\x61\x77\x53\x68\x61\x70\x65","\x75\x70\x64\x61\x74\x65\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x63\x72\x65\x61\x74\x65\x56\x6D\x6C\x47\x72\x6F\x75\x70","\x63\x72\x65\x61\x74\x65\x43\x61\x6E\x76\x61\x73","\x68\x61\x73\x43\x68\x69\x6C\x64\x4E\x6F\x64\x65\x73","\x6C\x61\x73\x74\x43\x68\x69\x6C\x64","\x62\x65\x66\x6F\x72\x65\x65\x6E\x64","\x69\x6E\x73\x65\x72\x74\x41\x64\x6A\x61\x63\x65\x6E\x74\x48\x54\x4D\x4C","\x61\x64\x64\x54\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x46\x69\x6C\x74\x65\x72","\x64\x65\x73\x74\x72\x6F\x79\x43\x61\x6E\x76\x61\x73","\x75\x70\x64\x61\x74\x65\x56\x6D\x6C\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6D\x78\x52\x65\x66\x43\x6F\x75\x6E\x74","\x6F\x6C\x64\x47\x72\x61\x64\x69\x65\x6E\x74\x73","\x72\x65\x6C\x65\x61\x73\x65\x53\x76\x67\x47\x72\x61\x64\x69\x65\x6E\x74\x73","\x69\x73\x50\x61\x69\x6E\x74\x42\x6F\x75\x6E\x64\x73\x49\x6E\x76\x65\x72\x74\x65\x64","\x75\x70\x64\x61\x74\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x43\x61\x6E\x76\x61\x73","\x70\x61\x69\x6E\x74\x53\x74\x65\x6E\x63\x69\x6C\x53\x68\x61\x70\x65","\x70\x61\x69\x6E\x74\x45\x64\x67\x65\x53\x68\x61\x70\x65","\x70\x61\x69\x6E\x74\x56\x65\x72\x74\x65\x78\x53\x68\x61\x70\x65","\x69\x73\x53\x68\x61\x64\x6F\x77","\x67\x65\x74\x47\x72\x61\x64\x69\x65\x6E\x74\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x53\x68\x61\x70\x65\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x61\x64\x64\x54\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x63\x74\x61\x6E\x67\x6C\x65","\x73\x65\x74\x54\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x70\x61\x69\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x70\x61\x69\x6E\x74\x46\x6F\x72\x65\x67\x72\x6F\x75\x6E\x64","\x67\x65\x74\x41\x72\x63\x53\x69\x7A\x65","\x70\x61\x69\x6E\x74\x47\x6C\x61\x73\x73\x45\x66\x66\x65\x63\x74","\x23\x66\x66\x66\x66\x66\x66","\x69\x73\x52\x6F\x75\x6E\x64\x65\x64","\x73\x74\x65\x6E\x63\x69\x6C\x46\x6C\x69\x70\x48","\x73\x74\x65\x6E\x63\x69\x6C\x46\x6C\x69\x70\x56","\x73\x65\x74\x43\x75\x72\x73\x6F\x72","\x67\x65\x74\x43\x75\x72\x73\x6F\x72","\x63\x72\x65\x61\x74\x65\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x61\x75\x67\x6D\x65\x6E\x74\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x67\x65\x74\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x67\x65\x74\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x67\x65\x74\x54\x65\x78\x74\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x76\x65\x72\x74\x69\x63\x61\x6C\x54\x65\x78\x74\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28\x27","\x2F\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x2E\x67\x69\x66\x27\x29","\x73\x74\x65\x6E\x63\x69\x6C\x73","\x6D\x61\x72\x6B\x65\x72\x73","\x41\x52\x52\x4F\x57\x5F\x43\x4C\x41\x53\x53\x49\x43","\x41\x52\x52\x4F\x57\x5F\x44\x49\x41\x4D\x4F\x4E\x44","\x61\x64\x64\x4D\x61\x72\x6B\x65\x72","\x72\x65\x64\x72\x61\x77\x50\x61\x74\x68","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x42\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x46\x69\x6C\x74\x65\x72\x73","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x43\x6F\x6C\x6F\x72\x73","\x62\x6F\x72\x64\x65\x72\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x73\x6F\x6C\x69\x64","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x64\x72\x6F\x70\x53\x68\x61\x64\x6F\x77\x20\x28\x4F\x66\x66\x58\x3D\x27","\x27\x2C\x20\x4F\x66\x66\x59\x3D\x27","\x27\x2C\x20\x43\x6F\x6C\x6F\x72\x3D\x27","\x27\x29","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x67\x72\x61\x64\x69\x65\x6E\x74\x28\x73\x74\x61\x72\x74\x43\x6F\x6C\x6F\x72\x53\x74\x72\x3D\x27","\x27\x2C\x20\x65\x6E\x64\x43\x6F\x6C\x6F\x72\x53\x74\x72\x3D\x27","\x27\x2C\x20\x67\x72\x61\x64\x69\x65\x6E\x74\x54\x79\x70\x65\x3D\x27","\x70\x61\x69\x6E\x74\x4C\x69\x6E\x65","\x61\x72\x72\x6F\x77\x57\x69\x64\x74\x68","\x41\x52\x52\x4F\x57\x5F\x57\x49\x44\x54\x48","\x41\x52\x52\x4F\x57\x5F\x53\x50\x41\x43\x49\x4E\x47","\x41\x52\x52\x4F\x57\x5F\x53\x49\x5A\x45","\x44\x45\x46\x41\x55\x4C\x54\x5F\x46\x4F\x4E\x54\x53\x54\x59\x4C\x45","\x63\x6C\x69\x70\x70\x65\x64","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x54\x6F\x70","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x42\x6F\x74\x74\x6F\x6D","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x4C\x65\x66\x74","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x52\x69\x67\x68\x74","\x72\x65\x70\x6C\x61\x63\x65\x4C\x69\x6E\x65\x66\x65\x65\x64\x73","\x69\x67\x6E\x6F\x72\x65\x43\x6C\x69\x70\x70\x65\x64\x53\x74\x72\x69\x6E\x67\x53\x69\x7A\x65","\x69\x67\x6E\x6F\x72\x65\x53\x74\x72\x69\x6E\x67\x53\x69\x7A\x65","\x74\x65\x78\x74\x44\x69\x76","\x75\x70\x64\x61\x74\x65\x53\x69\x7A\x65","\x6D\x61\x72\x67\x69\x6E","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x54\x52\x49\x43\x54\x48\x54\x4D\x4C","\x75\x70\x64\x61\x74\x65\x56\x61\x6C\x75\x65","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x46\x69\x6C\x74\x65\x72","\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x4F\x72\x69\x67\x69\x6E","\x25\x20","\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x25\x2C","\x25\x29\x73\x63\x61\x6C\x65\x28","\x29\x20\x72\x6F\x74\x61\x74\x65\x28","\x64\x65\x67\x29","\x30\x25\x20\x30\x25","\x25\x29","\x31\x70\x78\x20\x73\x6F\x6C\x69\x64\x20","\x3C\x64\x69\x76\x20\x73\x74\x79\x6C\x65\x3D\x22\x7A\x6F\x6F\x6D\x3A\x31\x3B","\x64\x69\x73\x70\x6C\x61\x79\x3A\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B\x3B\x5F\x64\x69\x73\x70\x6C\x61\x79\x3A\x69\x6E\x6C\x69\x6E\x65\x3B\x70\x61\x64\x64\x69\x6E\x67\x2D\x62\x6F\x74\x74\x6F\x6D\x3A\x31\x70\x78\x3B\x70\x61\x64\x64\x69\x6E\x67\x2D\x72\x69\x67\x68\x74\x3A\x31\x70\x78\x3B\x6C\x69\x6E\x65\x2D\x68\x65\x69\x67\x68\x74\x3A","\x75\x70\x64\x61\x74\x65\x4D\x61\x72\x67\x69\x6E","\x67\x65\x74\x53\x70\x61\x63\x69\x6E\x67","\x70\x72\x65\x73\x65\x72\x76\x65\x49\x6D\x61\x67\x65\x41\x73\x70\x65\x63\x74","\x69\x6D\x61\x67\x65\x46\x6C\x69\x70\x48","\x69\x6D\x61\x67\x65\x46\x6C\x69\x70\x56","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x42\x61\x73\x69\x63\x49\x6D\x61\x67\x65\x28\x72\x6F\x74\x61\x74\x69\x6F\x6E\x3D\x32\x29","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x42\x61\x73\x69\x63\x49\x6D\x61\x67\x65\x28\x6D\x69\x72\x72\x6F\x72\x3D\x31\x29","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x42\x61\x73\x69\x63\x49\x6D\x61\x67\x65\x28\x72\x6F\x74\x61\x74\x69\x6F\x6E\x3D\x32\x2C\x20\x6D\x69\x72\x72\x6F\x72\x3D\x31\x29","\x69\x6D\x61\x67\x65\x53\x69\x7A\x65","\x44\x45\x46\x41\x55\x4C\x54\x5F\x49\x4D\x41\x47\x45\x53\x49\x5A\x45","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x69\x7A\x65","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72","\x70\x61\x69\x6E\x74\x49\x6D\x61\x67\x65","\x70\x61\x69\x6E\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72","\x67\x65\x74\x49\x6D\x61\x67\x65\x42\x6F\x75\x6E\x64\x73","\x41\x4C\x49\x47\x4E\x5F\x54\x4F\x50","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x42\x6F\x75\x6E\x64\x73","\x63\x72\x65\x61\x74\x65\x4D\x61\x72\x6B\x65\x72","\x53\x54\x59\x4C\x45\x5F\x43\x55\x52\x56\x45\x44","\x70\x61\x69\x6E\x74\x43\x75\x72\x76\x65\x64\x4C\x69\x6E\x65","\x53\x54\x59\x4C\x45\x5F\x53\x54\x41\x52\x54\x53\x49\x5A\x45","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x44\x53\x49\x5A\x45","\x53\x54\x59\x4C\x45\x5F\x53\x54\x41\x52\x54\x41\x52\x52\x4F\x57","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x44\x41\x52\x52\x4F\x57","\x53\x54\x59\x4C\x45\x5F\x53\x54\x41\x52\x54\x46\x49\x4C\x4C","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x44\x46\x49\x4C\x4C","\x70\x61\x69\x6E\x74\x52\x6F\x75\x6E\x64\x65\x64\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x70\x61\x69\x6E\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x70\x61\x69\x6E\x74\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x75\x73\x65\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x6D\x6F\x76\x65\x43\x65\x6C\x6C","\x67\x65\x74\x47\x72\x61\x70\x68","\x67\x65\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x67\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x74\x72\x61\x76\x65\x72\x73\x65","\x67\x65\x74\x45\x64\x67\x65\x43\x6F\x75\x6E\x74","\x67\x65\x74\x45\x64\x67\x65\x41\x74","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x67\x65\x74\x56\x69\x73\x69\x62\x6C\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x69\x73\x56\x65\x72\x74\x65\x78\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x56\x65\x72\x74\x65\x78\x49\x67\x6E\x6F\x72\x65\x64","\x69\x73\x43\x65\x6C\x6C\x56\x69\x73\x69\x62\x6C\x65","\x69\x73\x45\x64\x67\x65\x49\x67\x6E\x6F\x72\x65\x64","\x73\x65\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x73\x65\x74\x4F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C\x45\x64\x67\x65","\x67\x65\x74\x50\x61\x72\x65\x6E\x74\x4F\x66\x66\x73\x65\x74","\x69\x73\x41\x6E\x63\x65\x73\x74\x6F\x72","\x67\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x73\x65\x74\x45\x64\x67\x65\x50\x6F\x69\x6E\x74\x73","\x73\x65\x74\x52\x65\x6C\x61\x74\x69\x76\x65","\x73\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x73\x65\x74\x56\x65\x72\x74\x65\x78\x4C\x6F\x63\x61\x74\x69\x6F\x6E","\x67\x65\x74\x56\x65\x72\x74\x65\x78\x42\x6F\x75\x6E\x64\x73","\x61\x72\x72\x61\x6E\x67\x65\x47\x72\x6F\x75\x70\x73","\x67\x65\x74\x43\x68\x69\x6C\x64\x56\x65\x72\x74\x69\x63\x65\x73","\x67\x65\x74\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78\x46\x72\x6F\x6D\x47\x65\x6F\x6D\x65\x74\x72\x79","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x67\x65\x74\x53\x74\x61\x72\x74\x53\x69\x7A\x65","\x78\x30","\x79\x30","\x6B\x65\x65\x70\x46\x69\x72\x73\x74\x4C\x6F\x63\x61\x74\x69\x6F\x6E","\x72\x65\x73\x69\x7A\x65\x50\x61\x72\x65\x6E\x74","\x72\x65\x73\x69\x7A\x65\x4C\x61\x73\x74","\x69\x73\x48\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x67\x65\x74\x49\x6E\x64\x65\x78","\x67\x65\x74\x50\x61\x72\x65\x6E\x74\x53\x69\x7A\x65","\x69\x73\x4C\x61\x79\x65\x72","\x63\x75\x72\x72\x65\x6E\x74\x52\x6F\x6F\x74","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x72\x65\x73\x69\x7A\x65\x56\x65\x72\x74\x69\x63\x65\x73","\x69\x6E\x76\x65\x72\x74","\x67\x72\x6F\x75\x70\x50\x61\x64\x64\x69\x6E\x67","\x70\x61\x72\x65\x6E\x74\x73\x43\x68\x61\x6E\x67\x65\x64","\x6D\x6F\x76\x65\x54\x72\x65\x65","\x6C\x65\x76\x65\x6C\x44\x69\x73\x74\x61\x6E\x63\x65","\x6E\x6F\x64\x65\x44\x69\x73\x74\x61\x6E\x63\x65","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73","\x70\x72\x65\x66\x48\x6F\x7A\x45\x64\x67\x65\x53\x65\x70","\x70\x72\x65\x66\x56\x65\x72\x74\x45\x64\x67\x65\x4F\x66\x66","\x6D\x69\x6E\x45\x64\x67\x65\x4A\x65\x74\x74\x79","\x63\x68\x61\x6E\x6E\x65\x6C\x42\x75\x66\x66\x65\x72","\x65\x64\x67\x65\x52\x6F\x75\x74\x69\x6E\x67","\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x73","\x66\x69\x6E\x64\x54\x72\x65\x65\x52\x6F\x6F\x74\x73","\x64\x66\x73","\x6C\x61\x79\x6F\x75\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x4C\x61\x79\x6F\x75\x74","\x76\x65\x72\x74\x69\x63\x61\x6C\x4C\x61\x79\x6F\x75\x74","\x6D\x6F\x76\x65\x4E\x6F\x64\x65","\x61\x64\x6A\x75\x73\x74\x50\x61\x72\x65\x6E\x74\x73","\x6C\x6F\x63\x61\x6C\x45\x64\x67\x65\x50\x72\x6F\x63\x65\x73\x73\x69\x6E\x67","\x6E\x65\x78\x74","\x63\x72\x65\x61\x74\x65\x4E\x6F\x64\x65","\x61\x74\x74\x61\x63\x68\x50\x61\x72\x65\x6E\x74","\x6C\x61\x79\x6F\x75\x74\x4C\x65\x61\x66","\x6F\x66\x66\x73\x65\x74\x58","\x6F\x66\x66\x73\x65\x74\x59","\x75\x70\x70\x65\x72\x48\x65\x61\x64","\x63\x6F\x6E\x74\x6F\x75\x72","\x63\x72\x65\x61\x74\x65\x4C\x69\x6E\x65","\x6C\x6F\x77\x65\x72\x48\x65\x61\x64","\x75\x70\x70\x65\x72\x54\x61\x69\x6C","\x6C\x6F\x77\x65\x72\x54\x61\x69\x6C","\x6D\x65\x72\x67\x65","\x62\x72\x69\x64\x67\x65","\x73\x6F\x72\x74\x43\x65\x6C\x6C\x73","\x70\x72\x6F\x63\x65\x73\x73\x4E\x6F\x64\x65\x4F\x75\x74\x67\x6F\x69\x6E\x67","\x67\x65\x74\x45\x64\x67\x65\x73\x42\x65\x74\x77\x65\x65\x6E","\x77\x65\x69\x67\x68\x74\x65\x64\x56\x61\x6C\x75\x65","\x6E\x75\x64\x67\x65","\x76\x69\x73\x69\x74\x65\x64","\x72\x61\x6E\x6B\x49\x6E\x64\x65\x78","\x75\x73\x65\x49\x6E\x70\x75\x74\x4F\x72\x69\x67\x69\x6E","\x64\x69\x73\x61\x62\x6C\x65\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x66\x6F\x72\x63\x65\x43\x6F\x6E\x73\x74\x61\x6E\x74","\x66\x6F\x72\x63\x65\x43\x6F\x6E\x73\x74\x61\x6E\x74\x53\x71\x75\x61\x72\x65\x64","\x6D\x69\x6E\x44\x69\x73\x74\x61\x6E\x63\x65\x4C\x69\x6D\x69\x74","\x6D\x61\x78\x44\x69\x73\x74\x61\x6E\x63\x65\x4C\x69\x6D\x69\x74","\x6D\x69\x6E\x44\x69\x73\x74\x61\x6E\x63\x65\x4C\x69\x6D\x69\x74\x53\x71\x75\x61\x72\x65\x64","\x69\x6E\x69\x74\x69\x61\x6C\x54\x65\x6D\x70","\x74\x65\x6D\x70\x65\x72\x61\x74\x75\x72\x65","\x6D\x61\x78\x49\x74\x65\x72\x61\x74\x69\x6F\x6E\x73","\x69\x74\x65\x72\x61\x74\x69\x6F\x6E","\x61\x6C\x6C\x6F\x77\x65\x64\x54\x6F\x52\x75\x6E","\x76\x65\x72\x74\x65\x78\x41\x72\x72\x61\x79","\x67\x65\x74\x42\x6F\x75\x6E\x64\x73","\x69\x6E\x64\x69\x63\x65\x73","\x64\x69\x73\x70\x58","\x64\x69\x73\x70\x59","\x63\x65\x6C\x6C\x4C\x6F\x63\x61\x74\x69\x6F\x6E","\x69\x73\x4D\x6F\x76\x65\x61\x62\x6C\x65","\x6E\x65\x69\x67\x68\x62\x6F\x75\x72\x73","\x72\x61\x64\x69\x75\x73","\x72\x61\x64\x69\x75\x73\x53\x71\x75\x61\x72\x65\x64","\x67\x65\x74\x4F\x70\x70\x6F\x73\x69\x74\x65\x73","\x72\x65\x73\x65\x74\x45\x64\x67\x65","\x63\x61\x6C\x63\x52\x65\x70\x75\x6C\x73\x69\x6F\x6E","\x63\x61\x6C\x63\x41\x74\x74\x72\x61\x63\x74\x69\x6F\x6E","\x63\x61\x6C\x63\x50\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x72\x65\x64\x75\x63\x65\x54\x65\x6D\x70\x65\x72\x61\x74\x75\x72\x65","\x72\x61\x6E\x64\x6F\x6D","\x6D\x6F\x76\x65\x43\x69\x72\x63\x6C\x65","\x67\x65\x74\x52\x61\x64\x69\x75\x73","\x63\x69\x72\x63\x6C\x65","\x66\x69\x6E\x64\x50\x61\x72\x61\x6C\x6C\x65\x6C\x73","\x67\x65\x74\x45\x64\x67\x65\x49\x64","\x72\x6F\x75\x74\x65","\x6C\x61\x79\x6F\x75\x74\x73","\x6D\x61\x73\x74\x65\x72","\x70\x6C\x61\x63\x65\x4C\x61\x62\x65\x6C\x73","\x61\x76\x6F\x69\x64","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x73","\x74\x65\x6D\x70","\x6D\x61\x78\x52\x61\x6E\x6B","\x6D\x69\x6E\x52\x61\x6E\x6B","\x6E\x65\x78\x74\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x65\x6C\x6C\x73","\x70\x72\x65\x76\x69\x6F\x75\x73\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x4E\x65\x78\x74\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x50\x72\x65\x76\x69\x6F\x75\x73\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x47\x65\x6E\x65\x72\x61\x6C\x50\x75\x72\x70\x6F\x73\x65\x56\x61\x72\x69\x61\x62\x6C\x65","\x73\x65\x74\x47\x65\x6E\x65\x72\x61\x6C\x50\x75\x72\x70\x6F\x73\x65\x56\x61\x72\x69\x61\x62\x6C\x65","\x73\x65\x74\x58","\x73\x65\x74\x59","\x63\x6F\x6E\x6E\x65\x63\x74\x73\x41\x73\x54\x61\x72\x67\x65\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x73\x41\x73\x53\x6F\x75\x72\x63\x65","\x68\x61\x73\x68\x43\x6F\x64\x65","\x67\x65\x74\x52\x61\x6E\x6B\x56\x61\x6C\x75\x65","\x67\x65\x74\x43\x6F\x72\x65\x43\x65\x6C\x6C","\x65\x64\x67\x65\x73","\x69\x73\x52\x65\x76\x65\x72\x73\x65\x64","\x74\x69\x67\x68\x74\x65\x6E\x54\x6F\x53\x6F\x75\x72\x63\x65","\x72\x6F\x6F\x74\x73","\x76\x65\x72\x74\x65\x78\x4D\x61\x70\x70\x65\x72","\x65\x64\x67\x65\x4D\x61\x70\x70\x65\x72","\x53\x4F\x55\x52\x43\x45\x53\x43\x41\x4E\x53\x54\x41\x52\x54\x52\x41\x4E\x4B","\x63\x72\x65\x61\x74\x65\x49\x6E\x74\x65\x72\x6E\x61\x6C\x43\x65\x6C\x6C\x73","\x72\x61\x6E\x6B\x73","\x64\x66\x73\x43\x6F\x75\x6E\x74","\x69\x6E\x69\x74\x69\x61\x6C\x52\x61\x6E\x6B","\x73\x6C\x69\x63\x65","\x66\x69\x78\x52\x61\x6E\x6B\x73","\x65\x78\x74\x65\x6E\x64\x65\x64\x44\x66\x73","\x6E\x65\x73\x74\x65\x64\x42\x65\x73\x74\x52\x61\x6E\x6B\x73","\x63\x75\x72\x72\x65\x6E\x74\x42\x65\x73\x74\x43\x72\x6F\x73\x73\x69\x6E\x67\x73","\x69\x74\x65\x72\x61\x74\x69\x6F\x6E\x73\x57\x69\x74\x68\x6F\x75\x74\x49\x6D\x70\x72\x6F\x76\x65\x6D\x65\x6E\x74","\x6D\x61\x78\x4E\x6F\x49\x6D\x70\x72\x6F\x76\x65\x6D\x65\x6E\x74\x49\x74\x65\x72\x61\x74\x69\x6F\x6E\x73","\x63\x61\x6C\x63\x75\x6C\x61\x74\x65\x43\x72\x6F\x73\x73\x69\x6E\x67\x73","\x77\x65\x69\x67\x68\x74\x65\x64\x4D\x65\x64\x69\x61\x6E","\x74\x72\x61\x6E\x73\x70\x6F\x73\x65","\x63\x61\x6C\x63\x75\x6C\x61\x74\x65\x52\x61\x6E\x6B\x43\x72\x6F\x73\x73\x69\x6E\x67","\x6D\x65\x64\x69\x61\x6E\x52\x61\x6E\x6B","\x6D\x65\x64\x69\x61\x6E\x56\x61\x6C\x75\x65","\x6C\x65\x6E\x74\x68","\x67\x65\x74\x49\x6E\x63\x6F\x6D\x69\x6E\x67\x45\x64\x67\x65\x73","\x69\x6E\x74\x72\x61\x43\x65\x6C\x6C\x53\x70\x61\x63\x69\x6E\x67","\x69\x6E\x74\x65\x72\x52\x61\x6E\x6B\x43\x65\x6C\x6C\x53\x70\x61\x63\x69\x6E\x67","\x6F\x72\x69\x65\x6E\x74\x61\x74\x69\x6F\x6E","\x69\x6E\x69\x74\x69\x61\x6C\x58","\x70\x61\x72\x61\x6C\x6C\x65\x6C\x45\x64\x67\x65\x53\x70\x61\x63\x69\x6E\x67","\x6A\x65\x74\x74\x79\x50\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x6C\x69\x6D\x69\x74\x58","\x63\x75\x72\x72\x65\x6E\x74\x58\x44\x65\x6C\x74\x61","\x77\x69\x64\x65\x73\x74\x52\x61\x6E\x6B","\x72\x61\x6E\x6B\x54\x6F\x70\x59","\x72\x61\x6E\x6B\x42\x6F\x74\x74\x6F\x6D\x59","\x77\x69\x64\x65\x73\x74\x52\x61\x6E\x6B\x56\x61\x6C\x75\x65","\x72\x61\x6E\x6B\x57\x69\x64\x74\x68\x73","\x72\x61\x6E\x6B\x59","\x66\x69\x6E\x65\x54\x75\x6E\x69\x6E\x67","\x50\x4F\x4C\x59\x4C\x49\x4E\x45","\x6E\x65\x78\x74\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x61\x63\x68\x65","\x70\x72\x65\x76\x69\x6F\x75\x73\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x61\x63\x68\x65","\x70\x72\x69\x6E\x74\x53\x74\x61\x74\x75\x73","\x3D\x3D\x3D\x3D\x3D\x3D\x43\x6F\x6F\x72\x64\x20\x61\x73\x73\x69\x67\x6E\x6D\x65\x6E\x74\x20\x64\x65\x62\x75\x67\x3D\x3D\x3D\x3D\x3D\x3D\x3D","\x52\x61\x6E\x6B\x20","\x20\x3A\x20","\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D","\x69\x6E\x69\x74\x69\x61\x6C\x43\x6F\x6F\x72\x64\x73","\x6D\x69\x6E\x4E\x6F\x64\x65","\x6D\x65\x64\x69\x61\x6E\x50\x6F\x73","\x6D\x69\x6E\x50\x61\x74\x68","\x73\x65\x74\x43\x65\x6C\x6C\x4C\x6F\x63\x61\x74\x69\x6F\x6E\x73","\x6D\x65\x64\x69\x61\x6E\x58\x56\x61\x6C\x75\x65","\x72\x61\x6E\x6B\x4D\x65\x64\x69\x61\x6E\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x61\x6C\x63\x75\x6C\x61\x74\x65\x64\x57\x65\x69\x67\x68\x74\x65\x64\x56\x61\x6C\x75\x65","\x63\x61\x6C\x63\x75\x6C\x61\x74\x65\x57\x69\x64\x65\x73\x74\x52\x61\x6E\x6B","\x72\x61\x6E\x6B\x43\x6F\x6F\x72\x64\x69\x6E\x61\x74\x65\x73","\x65\x64\x67\x65\x2E\x65\x64\x67\x65\x73\x20\x69\x73\x20\x6E\x75\x6C\x6C","\x41\x74\x20\x6C\x65\x61\x73\x74\x20\x6F\x6E\x65\x20\x63\x65\x6C\x6C\x20\x68\x61\x73\x20\x6E\x6F\x20\x62\x6F\x75\x6E\x64\x73","\x72\x65\x70\x6F\x73\x69\x74\x69\x6F\x6E\x56\x61\x6C\x69\x64","\x4D\x41\x58\x5F\x56\x41\x4C\x55\x45","\x4F\x52\x54\x48\x4F\x47\x4F\x4E\x41\x4C","\x43\x55\x52\x56\x45","\x73\x65\x74\x45\x64\x67\x65\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x69\x73\x50\x6F\x72\x74","\x70\x72\x6F\x63\x65\x73\x73\x52\x65\x76\x65\x72\x73\x65\x64\x45\x64\x67\x65","\x64\x65\x74\x65\x72\x6D\x69\x6E\x69\x73\x74\x69\x63","\x6D\x6F\x76\x65\x50\x61\x72\x65\x6E\x74","\x70\x61\x72\x65\x6E\x74\x42\x6F\x72\x64\x65\x72","\x69\x6E\x74\x65\x72\x48\x69\x65\x72\x61\x72\x63\x68\x79\x53\x70\x61\x63\x69\x6E\x67","\x74\x72\x61\x76\x65\x72\x73\x65\x41\x6E\x63\x65\x73\x74\x6F\x72\x73","\x65\x64\x67\x65\x73\x43\x61\x63\x68\x65","\x72\x75\x6E","\x75\x70\x64\x61\x74\x65\x47\x72\x6F\x75\x70\x42\x6F\x75\x6E\x64\x73","\x66\x69\x6E\x64\x52\x6F\x6F\x74\x73","\x63\x6F\x6E\x63\x61\x74","\x69\x73\x56\x61\x6C\x69\x64\x41\x6E\x63\x65\x73\x74\x6F\x72","\x66\x69\x6C\x74\x65\x72\x44\x65\x73\x63\x65\x6E\x64\x61\x6E\x74\x73","\x63\x79\x63\x6C\x65\x53\x74\x61\x67\x65","\x6C\x61\x79\x65\x72\x69\x6E\x67\x53\x74\x61\x67\x65","\x63\x72\x6F\x73\x73\x69\x6E\x67\x53\x74\x61\x67\x65","\x70\x6C\x61\x63\x65\x6D\x65\x6E\x74\x53\x74\x61\x67\x65","\x63\x75\x72\x72\x65\x6E\x74\x45\x64\x69\x74","\x73\x65\x74\x52\x6F\x6F\x74","\x6D\x61\x69\x6E\x74\x61\x69\x6E\x45\x64\x67\x65\x50\x61\x72\x65\x6E\x74","\x63\x72\x65\x61\x74\x65\x49\x64\x73","\x70\x6F\x73\x74\x66\x69\x78","\x6E\x65\x78\x74\x49\x64","\x75\x70\x64\x61\x74\x65\x4C\x65\x76\x65\x6C","\x65\x6E\x64\x69\x6E\x67\x55\x70\x64\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x52\x6F\x6F\x74","\x69\x73\x43\x72\x65\x61\x74\x65\x49\x64\x73","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x49\x64\x73","\x69\x6E\x73\x65\x72\x74","\x66\x69\x6C\x74\x65\x72\x43\x65\x6C\x6C\x73","\x67\x65\x74\x44\x65\x73\x63\x65\x6E\x64\x61\x6E\x74\x73","\x72\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65\x64","\x63\x65\x6C\x6C\x41\x64\x64\x65\x64","\x69\x73\x52\x6F\x6F\x74","\x75\x70\x64\x61\x74\x65\x45\x64\x67\x65\x50\x61\x72\x65\x6E\x74\x73","\x63\x72\x65\x61\x74\x65\x49\x64","\x73\x65\x74\x49\x64","\x69\x73\x4E\x75\x6D\x65\x72\x69\x63","\x75\x70\x64\x61\x74\x65\x45\x64\x67\x65\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x4E\x65\x61\x72\x65\x73\x74\x43\x6F\x6D\x6D\x6F\x6E\x41\x6E\x63\x65\x73\x74\x6F\x72","\x67\x65\x74\x4F\x72\x69\x67\x69\x6E","\x50\x41\x54\x48\x5F\x53\x45\x50\x41\x52\x41\x54\x4F\x52","\x67\x65\x74\x50\x61\x72\x65\x6E\x74\x50\x61\x74\x68","\x70\x61\x72\x65\x6E\x74\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x67\x65\x74\x43\x68\x69\x6C\x64\x72\x65\x6E","\x63\x68\x69\x6C\x64\x72\x65\x6E","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x43\x68\x69\x6C\x64\x45\x64\x67\x65\x73","\x73\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x73\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x73","\x74\x65\x72\x6D\x69\x6E\x61\x6C\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x69\x6E\x73\x65\x72\x74\x45\x64\x67\x65","\x72\x65\x6D\x6F\x76\x65\x45\x64\x67\x65","\x67\x65\x74\x44\x69\x72\x65\x63\x74\x65\x64\x45\x64\x67\x65\x43\x6F\x75\x6E\x74","\x67\x65\x74\x4F\x75\x74\x67\x6F\x69\x6E\x67\x45\x64\x67\x65\x73","\x67\x65\x74\x54\x6F\x70\x6D\x6F\x73\x74\x43\x65\x6C\x6C\x73","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x56\x61\x6C\x75\x65","\x76\x61\x6C\x75\x65\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x76\x61\x6C\x75\x65\x43\x68\x61\x6E\x67\x65\x64","\x67\x65\x6F\x6D\x65\x74\x72\x79\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x73\x74\x79\x6C\x65\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x69\x73\x43\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x73\x65\x74\x43\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64\x53\x74\x61\x74\x65\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x76\x69\x73\x69\x62\x6C\x65\x53\x74\x61\x74\x65\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x6D\x65\x72\x67\x65\x43\x68\x69\x6C\x64\x72\x65\x6E","\x6D\x65\x72\x67\x65\x43\x68\x69\x6C\x64\x72\x65\x6E\x49\x6D\x70\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74\x73","\x63\x6C\x6F\x6E\x65\x43\x65\x6C\x6C","\x63\x6C\x6F\x6E\x65\x43\x65\x6C\x6C\x49\x6D\x70\x6C","\x72\x65\x73\x74\x6F\x72\x65\x43\x6C\x6F\x6E\x65","\x63\x65\x6C\x6C\x43\x6C\x6F\x6E\x65\x64","\x70\x72\x65\x76\x69\x6F\x75\x73\x49\x6E\x64\x65\x78","\x69\x6E\x64\x65\x78","\x74\x65\x72\x6D\x69\x6E\x61\x6C","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x61\x74\x74\x72\x69\x62\x75\x74\x65","\x6F\x6E\x49\x6E\x69\x74","\x76\x65\x72\x74\x65\x78","\x65\x64\x67\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x6D\x78\x54\x72\x61\x6E\x73\x69\x65\x6E\x74","\x69\x64\x20\x76\x61\x6C\x75\x65\x20\x70\x61\x72\x65\x6E\x74\x20\x73\x6F\x75\x72\x63\x65\x20\x74\x61\x72\x67\x65\x74\x20\x63\x68\x69\x6C\x64\x72\x65\x6E\x20\x65\x64\x67\x65\x73","\x73\x65\x74\x56\x65\x72\x74\x65\x78","\x73\x65\x74\x45\x64\x67\x65","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x50\x61\x72\x65\x6E\x74","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x45\x64\x67\x65\x49\x6E\x64\x65\x78","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x63\x6C\x6F\x6E\x65\x56\x61\x6C\x75\x65","\x54\x52\x41\x4E\x53\x4C\x41\x54\x45\x5F\x43\x4F\x4E\x54\x52\x4F\x4C\x5F\x50\x4F\x49\x4E\x54\x53","\x61\x6C\x74\x65\x72\x6E\x61\x74\x65\x42\x6F\x75\x6E\x64\x73","\x73\x6F\x75\x72\x63\x65\x50\x6F\x69\x6E\x74","\x74\x61\x72\x67\x65\x74\x50\x6F\x69\x6E\x74","\x73\x77\x61\x70","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x73\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x74\x61\x6E","\x70\x6F\x77","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x69\x6F\x6E","\x53\x54\x59\x4C\x45\x5F\x44\x49\x52\x45\x43\x54\x49\x4F\x4E","\x70\x61\x67\x65\x53\x63\x61\x6C\x65","\x70\x61\x67\x65\x46\x6F\x72\x6D\x61\x74","\x50\x72\x69\x6E\x74\x65\x72\x2D\x66\x72\x69\x65\x6E\x64\x6C\x79\x20\x76\x65\x72\x73\x69\x6F\x6E","\x70\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72","\x61\x75\x74\x6F\x4F\x72\x69\x67\x69\x6E","\x70\x72\x69\x6E\x74\x4F\x76\x65\x72\x6C\x61\x79\x73","\x77\x6E\x64","\x70\x61\x67\x65\x43\x6F\x75\x6E\x74","\x67\x65\x74\x57\x69\x6E\x64\x6F\x77","\x67\x65\x74\x44\x6F\x63\x74\x79\x70\x65","\x3C\x6D\x65\x74\x61\x20\x68\x74\x74\x70\x2D\x65\x71\x75\x69\x76\x3D\x22\x58\x2D\x55\x41\x2D\x43\x6F\x6D\x70\x61\x74\x69\x62\x6C\x65\x22\x20\x63\x6F\x6E\x74\x65\x6E\x74\x3D\x22\x49\x45\x3D\x38\x22\x3E","\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65\x4F\x76\x65\x72\x6C\x61\x79","\x67\x65\x74\x44\x72\x61\x77\x50\x61\x6E\x65","\x77\x72\x69\x74\x65\x48\x65\x61\x64","\x3C\x62\x6F\x64\x79\x20\x63\x6C\x61\x73\x73\x3D\x22\x6D\x78\x50\x61\x67\x65\x22\x3E","\x63\x72\x65\x61\x74\x65\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x41\x66\x74\x65\x72","\x61\x6C\x77\x61\x79\x73","\x6D\x78\x50\x61\x67\x65\x42\x72\x65\x61\x6B","\x67\x65\x74\x43\x6F\x76\x65\x72\x50\x61\x67\x65\x73","\x67\x65\x74\x41\x70\x70\x65\x6E\x64\x69\x63\x65\x73","\x61\x64\x64\x47\x72\x61\x70\x68\x46\x72\x61\x67\x6D\x65\x6E\x74","\x72\x65\x6E\x64\x65\x72\x50\x61\x67\x65","\x6D\x78\x50\x61\x67\x65\x2D","\x3C\x74\x69\x74\x6C\x65\x3E","\x3C\x2F\x74\x69\x74\x6C\x65\x3E","\x3C\x73\x74\x79\x6C\x65\x20\x74\x79\x70\x65\x3D\x22\x74\x65\x78\x74\x2F\x63\x73\x73\x22\x3E","\x40\x6D\x65\x64\x69\x61\x20\x70\x72\x69\x6E\x74\x20\x7B","\x20\x20\x74\x61\x62\x6C\x65\x2E\x6D\x78\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72\x20\x7B\x20\x64\x69\x73\x70\x6C\x61\x79\x3A\x20\x6E\x6F\x6E\x65\x3B\x20\x7D","\x20\x20\x68\x72\x2E\x6D\x78\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x20\x7B\x20\x64\x69\x73\x70\x6C\x61\x79\x3A\x20\x6E\x6F\x6E\x65\x3B\x20\x7D","\x40\x6D\x65\x64\x69\x61\x20\x73\x63\x72\x65\x65\x6E\x20\x7B","\x20\x20\x74\x61\x62\x6C\x65\x2E\x6D\x78\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72\x20\x7B\x20\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3A\x20\x66\x69\x78\x65\x64\x3B\x20\x72\x69\x67\x68\x74\x3A\x20\x31\x30\x70\x78\x3B\x20\x74\x6F\x70\x3A\x20\x31\x30\x70\x78\x3B\x66\x6F\x6E\x74\x2D\x66\x61\x6D\x69\x6C\x79\x3A\x20\x41\x72\x69\x61\x6C\x3B\x20\x66\x6F\x6E\x74\x2D\x73\x69\x7A\x65\x3A\x31\x30\x70\x74\x3B\x20\x62\x6F\x72\x64\x65\x72\x3A\x20\x73\x6F\x6C\x69\x64\x20\x31\x70\x78\x20\x64\x61\x72\x6B\x67\x72\x61\x79\x3B\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x3A\x20\x77\x68\x69\x74\x65\x3B\x20\x62\x6F\x72\x64\x65\x72\x2D\x63\x6F\x6C\x6C\x61\x70\x73\x65\x3A\x63\x6F\x6C\x6C\x61\x70\x73\x65\x3B\x20\x7D","\x20\x20\x74\x61\x62\x6C\x65\x2E\x6D\x78\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72\x20\x74\x64\x20\x7B\x20\x62\x6F\x72\x64\x65\x72\x3A\x20\x73\x6F\x6C\x69\x64\x20\x31\x70\x78\x20\x67\x72\x61\x79\x3B\x20\x70\x61\x64\x64\x69\x6E\x67\x3A\x34\x70\x78\x3B\x20\x7D","\x20\x20\x62\x6F\x64\x79\x2E\x6D\x78\x50\x61\x67\x65\x20\x7B\x20\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x3A\x20\x67\x72\x61\x79\x3B\x20\x7D","\x3C\x2F\x73\x74\x79\x6C\x65\x3E","\x6D\x78\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72","\x61","\x23\x6D\x78\x50\x61\x67\x65\x2D","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x49\x6E\x73\x69\x64\x65","\x67\x65\x74\x43\x61\x6E\x76\x61\x73","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x6E\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x6E\x65","\x73\x74\x79\x6C\x65\x73","\x63\x72\x65\x61\x74\x65\x44\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78\x53\x74\x79\x6C\x65","\x70\x75\x74\x44\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78\x53\x74\x79\x6C\x65","\x63\x72\x65\x61\x74\x65\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x70\x75\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x53\x48\x41\x50\x45","\x53\x48\x41\x50\x45\x5F\x52\x45\x43\x54\x41\x4E\x47\x4C\x45","\x53\x54\x59\x4C\x45\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52","\x52\x65\x63\x74\x61\x6E\x67\x6C\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x53\x54\x59\x4C\x45\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x41\x4C\x49\x47\x4E","\x53\x54\x59\x4C\x45\x5F\x41\x4C\x49\x47\x4E","\x53\x54\x59\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x23\x43\x33\x44\x39\x46\x46","\x53\x54\x59\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x43\x4F\x4C\x4F\x52","\x23\x36\x34\x38\x32\x42\x39","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x43\x4F\x4C\x4F\x52","\x23\x37\x37\x34\x34\x30\x30","\x53\x48\x41\x50\x45\x5F\x43\x4F\x4E\x4E\x45\x43\x54\x4F\x52","\x23\x34\x34\x36\x32\x39\x39","\x64\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78","\x70\x75\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x64\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78\x53\x74\x79\x6C\x65","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6F\x72\x69\x67\x69\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65\x4F\x66\x66\x73\x65\x74","\x69\x6E\x76\x61\x6C\x69\x64","\x69\x6E\x76\x61\x6C\x69\x64\x4F\x72\x64\x65\x72","\x6F\x72\x64\x65\x72\x43\x68\x61\x6E\x67\x65\x64","\x76\x69\x73\x69\x62\x6C\x65\x53\x6F\x75\x72\x63\x65\x53\x74\x61\x74\x65","\x76\x69\x73\x69\x62\x6C\x65\x54\x61\x72\x67\x65\x74\x53\x74\x61\x74\x65","\x74\x65\x72\x6D\x69\x6E\x61\x6C\x44\x69\x73\x74\x61\x6E\x63\x65","\x73\x65\x67\x6D\x65\x6E\x74\x73","\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x42\x6F\x75\x6E\x64\x73","\x73\x65\x74\x41\x62\x73\x6F\x6C\x75\x74\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x74\x56\x69\x73\x69\x62\x6C\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C\x53\x74\x61\x74\x65","\x73\x65\x74\x56\x69\x73\x69\x62\x6C\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C\x53\x74\x61\x74\x65","\x64\x6F\x6E\x65\x52\x65\x73\x6F\x75\x72\x63\x65","\x75\x70\x64\x61\x74\x69\x6E\x67\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x52\x65\x73\x6F\x75\x72\x63\x65","\x75\x70\x64\x61\x74\x69\x6E\x67\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x73\x69\x6E\x67\x6C\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x69\x73\x53\x69\x6E\x67\x6C\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x73\x65\x74\x53\x69\x6E\x67\x6C\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x69\x73\x53\x65\x6C\x65\x63\x74\x65\x64","\x63\x68\x61\x6E\x67\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x73\x65\x74\x43\x65\x6C\x6C","\x73\x65\x74\x43\x65\x6C\x6C\x73","\x67\x65\x74\x46\x69\x72\x73\x74\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65","\x61\x64\x64\x43\x65\x6C\x6C","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x61\x64\x64\x65\x64","\x72\x65\x6D\x6F\x76\x65\x64","\x6D\x78\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x68\x61\x6E\x67\x65\x2E\x65\x78\x65\x63\x75\x74\x65","\x65\x6E\x74\x65\x72","\x6C\x65\x61\x76\x65","\x65\x64\x69\x74\x69\x6E\x67\x43\x65\x6C\x6C","\x74\x72\x69\x67\x67\x65\x72","\x6D\x6F\x64\x69\x66\x69\x65\x64","\x61\x75\x74\x6F\x53\x69\x7A\x65","\x65\x6D\x70\x74\x79\x4C\x61\x62\x65\x6C\x54\x65\x78\x74","\x74\x65\x78\x74\x4E\x6F\x64\x65","\x6D\x78\x43\x65\x6C\x6C\x45\x64\x69\x74\x6F\x72","\x63\x6F\x6C\x73","\x32\x30","\x34","\x62\x6C\x75\x72","\x66\x6F\x63\x75\x73\x4C\x6F\x73\x74","\x6B\x65\x79\x64\x6F\x77\x6E","\x6B\x65\x79\x43\x6F\x64\x65","\x69\x73\x45\x6E\x74\x65\x72\x53\x74\x6F\x70\x73\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x73\x74\x6F\x70\x45\x64\x69\x74\x69\x6E\x67","\x63\x6C\x65\x61\x72\x4F\x6E\x43\x68\x61\x6E\x67\x65","\x73\x65\x74\x4D\x6F\x64\x69\x66\x69\x65\x64","\x6B\x65\x79\x70\x72\x65\x73\x73","\x69\x73\x4C\x61\x62\x65\x6C\x43\x6C\x69\x70\x70\x65\x64","\x69\x73\x57\x72\x61\x70\x70\x69\x6E\x67","\x41\x4C\x49\x47\x4E\x5F\x4C\x45\x46\x54","\x69\x73\x4D\x6F\x64\x69\x66\x69\x65\x64","\x69\x73\x49\x6E\x76\x6F\x6B\x65\x73\x53\x74\x6F\x70\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x69\x73\x48\x69\x64\x65\x4C\x61\x62\x65\x6C","\x6F\x75\x74\x6C\x69\x6E\x65","\x67\x65\x74\x45\x64\x69\x74\x6F\x72\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x49\x6E\x69\x74\x69\x61\x6C\x56\x61\x6C\x75\x65","\x67\x65\x74\x45\x6D\x70\x74\x79\x4C\x61\x62\x65\x6C\x54\x65\x78\x74","\x63\x72\x65\x61\x74\x65\x54\x65\x78\x74\x44\x69\x76","\x67\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x56\x61\x6C\x75\x65","\x67\x65\x74\x45\x64\x69\x74\x69\x6E\x67\x56\x61\x6C\x75\x65","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47\x5F\x54\x4F\x50","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47\x5F\x52\x49\x47\x48\x54","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47\x5F\x42\x4F\x54\x54\x4F\x4D","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47\x5F\x4C\x45\x46\x54","\x67\x65\x74\x45\x64\x69\x74\x69\x6E\x67\x43\x65\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x68\x61\x70\x65","\x64\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78\x53\x68\x61\x70\x65","\x64\x65\x66\x61\x75\x6C\x74\x54\x65\x78\x74\x53\x68\x61\x70\x65","\x6C\x65\x67\x61\x63\x79\x43\x6F\x6E\x74\x72\x6F\x6C\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x64\x65\x66\x61\x75\x6C\x74\x53\x68\x61\x70\x65\x73","\x72\x65\x67\x69\x73\x74\x65\x72\x53\x68\x61\x70\x65","\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65","\x63\x72\x65\x61\x74\x65\x53\x68\x61\x70\x65","\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65\x53\x68\x61\x70\x65","\x6F\x72\x64\x65\x72\x65\x64","\x6B\x65\x65\x70\x45\x64\x67\x65\x73\x49\x6E\x46\x6F\x72\x65\x67\x72\x6F\x75\x6E\x64","\x66\x69\x72\x73\x74\x45\x64\x67\x65","\x69\x6E\x73\x65\x72\x74\x53\x74\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x69\x6E\x73\x74\x61\x6C\x6C\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x67\x65\x74\x50\x72\x65\x76\x69\x6F\x75\x73\x53\x74\x61\x74\x65\x49\x6E\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x66\x69\x6E\x64\x50\x72\x65\x76\x69\x6F\x75\x73\x53\x74\x61\x74\x65\x49\x6E\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6F\x72\x64\x65\x72","\x6F\x72\x64\x65\x72\x45\x64\x67\x65","\x6B\x65\x65\x70\x45\x64\x67\x65\x73\x49\x6E\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x67\x65\x74\x53\x68\x61\x70\x65\x43\x6F\x6E\x73\x74\x72\x75\x63\x74\x6F\x72","\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x53\x68\x61\x70\x65","\x67\x65\x74\x53\x68\x61\x70\x65","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x68\x61\x70\x65","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x43\x6F\x6C\x6F\x72","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x47\x72\x61\x64\x69\x65\x6E\x74\x43\x6F\x6C\x6F\x72","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x44\x49\x52\x45\x43\x54\x49\x4F\x4E","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x49\x6D\x61\x67\x65","\x70\x6F\x73\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x65\x53\x68\x61\x70\x65","\x72\x65\x73\x6F\x6C\x76\x65\x43\x6F\x6C\x6F\x72","\x67\x65\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x43\x6F\x6C\x6F\x72\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x69\x6E\x64\x69\x63\x61\x74\x65\x64","\x67\x65\x74\x4C\x61\x62\x65\x6C\x56\x61\x6C\x75\x65","\x67\x65\x74\x4C\x61\x62\x65\x6C","\x63\x72\x65\x61\x74\x65\x4C\x61\x62\x65\x6C","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x69\x73\x48\x74\x6D\x6C\x4C\x61\x62\x65\x6C","\x67\x65\x74\x56\x65\x72\x74\x69\x63\x61\x6C\x41\x6C\x69\x67\x6E","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x54\x59\x4C\x45","\x53\x54\x59\x4C\x45\x5F\x48\x4F\x52\x49\x5A\x4F\x4E\x54\x41\x4C","\x53\x54\x59\x4C\x45\x5F\x4C\x41\x42\x45\x4C\x5F\x42\x41\x43\x4B\x47\x52\x4F\x55\x4E\x44\x43\x4F\x4C\x4F\x52","\x53\x54\x59\x4C\x45\x5F\x4C\x41\x42\x45\x4C\x5F\x42\x4F\x52\x44\x45\x52\x43\x4F\x4C\x4F\x52","\x53\x54\x59\x4C\x45\x5F\x4F\x56\x45\x52\x46\x4C\x4F\x57","\x53\x54\x59\x4C\x45\x5F\x4C\x41\x42\x45\x4C\x5F\x50\x41\x44\x44\x49\x4E\x47","\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65\x4C\x61\x62\x65\x6C","\x63\x6F\x6E\x76\x65\x72\x74\x50\x6F\x69\x6E\x74","\x69\x73\x4C\x61\x62\x65\x6C\x45\x76\x65\x6E\x74","\x49\x4D\x47","\x4E\x4F\x5F\x46\x4F","\x67\x65\x74\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x6F\x76\x65\x72\x6C\x61\x79","\x69\x6E\x73\x74\x61\x6C\x6C\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x69\x73\x45\x64\x69\x74\x69\x6E\x67","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x74\x72\x6F\x6C","\x67\x65\x74\x46\x6F\x6C\x64\x69\x6E\x67\x49\x6D\x61\x67\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x63\x6F\x6E\x74\x72\x6F\x6C","\x69\x6E\x69\x74\x43\x6F\x6E\x74\x72\x6F\x6C","\x44\x49\x41\x4C\x45\x43\x54\x5F\x50\x52\x45\x46\x45\x52\x48\x54\x4D\x4C","\x69\x6E\x6E\x65\x72\x4E\x6F\x64\x65","\x69\x73\x53\x68\x61\x70\x65\x45\x76\x65\x6E\x74","\x67\x65\x73\x74\x75\x72\x65\x73\x74\x61\x72\x74","\x6C\x61\x73\x74\x54\x6F\x75\x63\x68\x54\x69\x6D\x65","\x67\x65\x73\x74\x75\x72\x65\x65\x6E\x64","\x67\x65\x73\x74\x75\x72\x65\x45\x6E\x61\x62\x6C\x65\x64","\x68\x61\x6E\x64\x6C\x65\x47\x65\x73\x74\x75\x72\x65","\x72\x65\x64\x72\x61\x77\x4C\x61\x62\x65\x6C","\x67\x65\x74\x4C\x61\x62\x65\x6C\x42\x6F\x75\x6E\x64\x73","\x69\x73\x43\x6C\x69\x70\x70\x69\x6E\x67","\x67\x65\x74\x54\x65\x78\x74\x53\x63\x61\x6C\x65","\x72\x6F\x74\x61\x74\x65\x4C\x61\x62\x65\x6C\x42\x6F\x75\x6E\x64\x73","\x72\x65\x64\x72\x61\x77\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x72\x65\x64\x72\x61\x77\x43\x6F\x6E\x74\x72\x6F\x6C","\x67\x65\x74\x43\x6F\x6E\x74\x72\x6F\x6C\x42\x6F\x75\x6E\x64\x73","\x65\x71\x75\x61\x6C\x45\x6E\x74\x72\x69\x65\x73","\x65\x71\x75\x61\x6C\x50\x6F\x69\x6E\x74\x73","\x67\x65\x74\x50\x6F\x72\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x67\x65\x74\x52\x6F\x75\x74\x69\x6E\x67\x43\x65\x6E\x74\x65\x72\x59","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D\x43\x6F\x6E\x74\x72\x6F\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x74\x52\x6F\x75\x74\x69\x6E\x67\x43\x65\x6E\x74\x65\x72\x58","\x53\x54\x59\x4C\x45\x5F\x45\x4C\x42\x4F\x57","\x45\x4C\x42\x4F\x57\x5F\x56\x45\x52\x54\x49\x43\x41\x4C","\x6F\x72\x74\x68\x42\x75\x66\x66\x65\x72","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x41\x4C\x4C","\x6C\x69\x6D\x69\x74\x73","\x76\x65\x72\x74\x65\x78\x53\x65\x70\x65\x72\x61\x74\x69\x6F\x6E\x73","\x72\x65\x76\x65\x72\x73\x65\x50\x6F\x72\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x72\x6F\x75\x74\x65\x50\x61\x74\x74\x65\x72\x6E\x73","\x77\x61\x79\x50\x6F\x69\x6E\x74\x73\x31","\x64\x69\x72\x56\x65\x63\x74\x6F\x72\x73","\x54\x41\x52\x47\x45\x54\x5F\x4D\x41\x53\x4B","\x53\x4F\x55\x52\x43\x45\x5F\x4D\x41\x53\x4B","\x53\x49\x44\x45\x5F\x4D\x41\x53\x4B","\x43\x45\x4E\x54\x45\x52\x5F\x4D\x41\x53\x4B","\x76\x61\x6C\x75\x65\x73","\x70\x75\x74\x56\x61\x6C\x75\x65","\x67\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x45\x4D\x50\x54\x59\x5F\x50\x4F\x49\x4E\x54","\x75\x70\x64\x61\x74\x69\x6E\x67\x44\x6F\x63\x75\x6D\x65\x6E\x74\x52\x65\x73\x6F\x75\x72\x63\x65","\x75\x70\x64\x61\x74\x69\x6E\x67\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x61\x6C\x6C\x6F\x77\x45\x76\x61\x6C","\x63\x61\x70\x74\x75\x72\x65\x44\x6F\x63\x75\x6D\x65\x6E\x74\x47\x65\x73\x74\x75\x72\x65","\x6F\x70\x74\x69\x6D\x69\x7A\x65\x56\x6D\x6C\x52\x65\x66\x6C\x6F\x77\x73","\x72\x65\x6E\x64\x65\x72\x69\x6E\x67","\x75\x70\x64\x61\x74\x65\x53\x74\x79\x6C\x65","\x73\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x73\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x52\x6F\x6F\x74","\x73\x69\x7A\x65\x44\x69\x64\x43\x68\x61\x6E\x67\x65","\x72\x65\x76\x61\x6C\x69\x64\x61\x74\x65","\x70\x72\x65\x76\x69\x6F\x75\x73\x53\x63\x61\x6C\x65","\x70\x72\x65\x76\x69\x6F\x75\x73\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x73\x65\x74\x53\x63\x61\x6C\x65","\x69\x6E\x76\x61\x6C\x69\x64\x61\x74\x65","\x76\x61\x6C\x69\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65\x53\x74\x61\x74\x65","\x6D\x78\x47\x72\x61\x70\x68\x56\x69\x65\x77\x2E\x76\x61\x6C\x69\x64\x61\x74\x65","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x6F\x75\x6E\x64\x73","\x76\x61\x6C\x69\x64\x61\x74\x65\x50\x6F\x69\x6E\x74\x73","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x63\x72\x65\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x72\x65\x64\x72\x61\x77\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x70\x61\x67\x65\x56\x69\x73\x69\x62\x6C\x65","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x42\x6F\x75\x6E\x64\x73","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x48\x69\x64\x65\x4F\x6E\x48\x6F\x76\x65\x72","\x53\x54\x59\x4C\x45\x5F\x52\x4F\x54\x41\x54\x49\x4F\x4E","\x75\x70\x64\x61\x74\x65\x56\x65\x72\x74\x65\x78\x4C\x61\x62\x65\x6C\x4F\x66\x66\x73\x65\x74","\x67\x65\x74\x43\x68\x69\x6C\x64\x4F\x66\x66\x73\x65\x74\x46\x6F\x72\x43\x65\x6C\x6C","\x75\x70\x64\x61\x74\x65\x46\x69\x78\x65\x64\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x50\x6F\x69\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x46\x6C\x6F\x61\x74\x69\x6E\x67\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x45\x64\x67\x65\x42\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x45\x64\x67\x65\x4C\x61\x62\x65\x6C\x4F\x66\x66\x73\x65\x74","\x63\x68\x69\x6C\x64\x4D\x6F\x76\x65\x64","\x69\x73\x52\x65\x6E\x64\x65\x72\x69\x6E\x67","\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x75\x70\x64\x61\x74\x65\x46\x69\x78\x65\x64\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x50\x6F\x69\x6E\x74","\x67\x65\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x72\x74","\x64\x65\x66\x61\x75\x6C\x74\x4C\x6F\x6F\x70\x53\x74\x79\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x45\x44\x47\x45","\x69\x73\x41\x6C\x6C\x6F\x77\x45\x76\x61\x6C","\x75\x70\x64\x61\x74\x65\x46\x6C\x6F\x61\x74\x69\x6E\x67\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x74\x4E\x65\x78\x74\x50\x6F\x69\x6E\x74","\x69\x73\x4F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C","\x53\x54\x59\x4C\x45\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52\x5F\x53\x50\x41\x43\x49\x4E\x47","\x53\x54\x59\x4C\x45\x5F\x53\x4F\x55\x52\x43\x45\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52\x5F\x53\x50\x41\x43\x49\x4E\x47","\x53\x54\x59\x4C\x45\x5F\x54\x41\x52\x47\x45\x54\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52\x5F\x53\x50\x41\x43\x49\x4E\x47","\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x50\x6F\x69\x6E\x74","\x53\x54\x59\x4C\x45\x5F\x53\x4F\x55\x52\x43\x45\x5F\x50\x4F\x52\x54","\x53\x54\x59\x4C\x45\x5F\x54\x41\x52\x47\x45\x54\x5F\x50\x4F\x52\x54","\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x53\x54\x59\x4C\x45\x5F\x52\x4F\x55\x54\x49\x4E\x47\x5F\x43\x45\x4E\x54\x45\x52\x5F\x58","\x53\x54\x59\x4C\x45\x5F\x52\x4F\x55\x54\x49\x4E\x47\x5F\x43\x45\x4E\x54\x45\x52\x5F\x59","\x67\x65\x74\x52\x65\x6C\x61\x74\x69\x76\x65\x50\x6F\x69\x6E\x74","\x72\x65\x6C\x61\x74\x69\x76\x65\x43\x63\x77","\x73\x65\x74\x52\x65\x6E\x64\x65\x72\x69\x6E\x67","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x45\x76\x61\x6C","\x67\x65\x74\x53\x74\x61\x74\x65\x73","\x67\x65\x74\x43\x65\x6C\x6C\x53\x74\x61\x74\x65\x73","\x69\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x45\x76\x65\x6E\x74","\x69\x73\x53\x63\x72\x6F\x6C\x6C\x45\x76\x65\x6E\x74","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x6D\x6F\x76\x65\x48\x61\x6E\x64\x6C\x65\x72","\x65\x6E\x64\x48\x61\x6E\x64\x6C\x65\x72","\x63\x72\x65\x61\x74\x65\x48\x74\x6D\x6C\x50\x61\x6E\x65","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x43\x61\x6E\x76\x61\x73\x53\x69\x7A\x65","\x63\x72\x65\x61\x74\x65\x56\x6D\x6C\x50\x61\x6E\x65","\x63\x6F\x6F\x72\x64\x6F\x72\x69\x67\x69\x6E","\x30\x2C\x30","\x73\x74\x61\x74\x69\x63","\x69\x73\x55\x70","\x67\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65\x46\x6F\x72\x52\x6F\x6F\x74","\x55\x50","\x44\x4F\x57\x4E","\x6D\x6F\x75\x73\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x72\x65\x6E\x64\x65\x72\x48\x69\x6E\x74","\x52\x45\x4E\x44\x45\x52\x49\x4E\x47\x5F\x48\x49\x4E\x54\x5F\x45\x58\x41\x43\x54","\x52\x45\x4E\x44\x45\x52\x49\x4E\x47\x5F\x48\x49\x4E\x54\x5F\x46\x41\x53\x54\x45\x53\x54","\x52\x45\x4E\x44\x45\x52\x49\x4E\x47\x5F\x48\x49\x4E\x54\x5F\x46\x41\x53\x54\x45\x52","\x44\x49\x41\x4C\x45\x43\x54\x5F\x4D\x49\x58\x45\x44\x48\x54\x4D\x4C","\x6D\x75\x6C\x74\x69\x70\x6C\x69\x63\x69\x74\x69\x65\x73","\x69\x6D\x61\x67\x65\x42\x75\x6E\x64\x6C\x65\x73","\x63\x72\x65\x61\x74\x65\x43\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x63\x72\x65\x61\x74\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x63\x72\x65\x61\x74\x65\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x73\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x63\x72\x65\x61\x74\x65\x47\x72\x61\x70\x68\x56\x69\x65\x77","\x67\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x43\x68\x61\x6E\x67\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72\x73","\x2F\x72\x65\x73\x6F\x75\x72\x63\x65\x73\x2F\x67\x72\x61\x70\x68","\x45\x4D\x50\x54\x59\x5F\x41\x52\x52\x41\x59","\x63\x65\x6C\x6C\x45\x64\x69\x74\x6F\x72","\x70\x6F\x72\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x64\x6F\x75\x62\x6C\x65\x54\x61\x70\x45\x6E\x61\x62\x6C\x65\x64","\x64\x6F\x75\x62\x6C\x65\x54\x61\x70\x54\x69\x6D\x65\x6F\x75\x74","\x64\x6F\x75\x62\x6C\x65\x54\x61\x70\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x6C\x61\x73\x74\x54\x6F\x75\x63\x68\x59","\x74\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x64\x65\x66\x61\x75\x6C\x74\x4F\x76\x65\x72\x6C\x61\x70","\x64\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x61\x6C\x74\x65\x72\x6E\x61\x74\x65\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x73\x56\x69\x73\x69\x62\x6C\x65","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x43\x6F\x6C\x6F\x72","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x61\x73\x68\x65\x64","\x6D\x69\x6E\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x69\x73\x74","\x70\x72\x65\x66\x65\x72\x50\x61\x67\x65\x53\x69\x7A\x65","\x65\x73\x63\x61\x70\x65\x45\x6E\x61\x62\x6C\x65\x64","\x69\x6E\x76\x6F\x6B\x65\x73\x53\x74\x6F\x70\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x65\x6E\x74\x65\x72\x53\x74\x6F\x70\x73\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x75\x73\x65\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x65\x78\x70\x6F\x72\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x6D\x70\x6F\x72\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x65\x6C\x6C\x73\x4C\x6F\x63\x6B\x65\x64","\x63\x65\x6C\x6C\x73\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x45\x64\x69\x74\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x44\x65\x6C\x65\x74\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x65\x64\x67\x65\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x76\x65\x72\x74\x65\x78\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x64\x72\x6F\x70\x45\x6E\x61\x62\x6C\x65\x64","\x73\x70\x6C\x69\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x65\x6C\x6C\x73\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x42\x65\x6E\x64\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x61\x75\x74\x6F\x53\x69\x7A\x65\x43\x65\x6C\x6C\x73","\x74\x69\x6D\x65\x72\x41\x75\x74\x6F\x53\x63\x72\x6F\x6C\x6C","\x61\x6C\x6C\x6F\x77\x41\x75\x74\x6F\x50\x61\x6E\x6E\x69\x6E\x67","\x69\x67\x6E\x6F\x72\x65\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x6D\x61\x78\x69\x6D\x75\x6D\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x6D\x69\x6E\x69\x6D\x75\x6D\x47\x72\x61\x70\x68\x53\x69\x7A\x65","\x6D\x69\x6E\x69\x6D\x75\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x53\x69\x7A\x65","\x6D\x61\x78\x69\x6D\x75\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x53\x69\x7A\x65","\x72\x65\x73\x69\x7A\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x61\x6C\x6C\x6F\x77\x4E\x65\x67\x61\x74\x69\x76\x65\x43\x6F\x6F\x72\x64\x69\x6E\x61\x74\x65\x73","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64\x72\x65\x6E","\x65\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73","\x65\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73\x4F\x6E\x41\x64\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x54\x6F\x50\x72\x65\x66\x65\x72\x72\x65\x64\x53\x69\x7A\x65","\x7A\x6F\x6F\x6D\x46\x61\x63\x74\x6F\x72","\x6B\x65\x65\x70\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x56\x69\x73\x69\x62\x6C\x65\x4F\x6E\x5A\x6F\x6F\x6D","\x63\x65\x6E\x74\x65\x72\x5A\x6F\x6F\x6D","\x72\x65\x73\x65\x74\x56\x69\x65\x77\x4F\x6E\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73\x4F\x6E\x52\x65\x73\x69\x7A\x65","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73\x4F\x6E\x4D\x6F\x76\x65","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73\x4F\x6E\x43\x6F\x6E\x6E\x65\x63\x74","\x61\x6C\x6C\x6F\x77\x4C\x6F\x6F\x70\x73","\x4C\x6F\x6F\x70","\x6D\x75\x6C\x74\x69\x67\x72\x61\x70\x68","\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65\x45\x64\x67\x65\x73","\x61\x6C\x6C\x6F\x77\x44\x61\x6E\x67\x6C\x69\x6E\x67\x45\x64\x67\x65\x73","\x63\x6C\x6F\x6E\x65\x49\x6E\x76\x61\x6C\x69\x64\x45\x64\x67\x65\x73","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x4F\x6E\x4D\x6F\x76\x65","\x6C\x61\x62\x65\x6C\x73\x56\x69\x73\x69\x62\x6C\x65","\x68\x74\x6D\x6C\x4C\x61\x62\x65\x6C\x73","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x4E\x65\x73\x74\x69\x6E\x67","\x6D\x69\x6E\x46\x69\x74\x53\x63\x61\x6C\x65","\x6D\x61\x78\x46\x69\x74\x53\x63\x61\x6C\x65","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64\x49\x6D\x61\x67\x65","\x2F\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64\x2E\x67\x69\x66","\x65\x78\x70\x61\x6E\x64\x65\x64\x49\x6D\x61\x67\x65","\x2F\x65\x78\x70\x61\x6E\x64\x65\x64\x2E\x67\x69\x66","\x77\x61\x72\x6E\x69\x6E\x67\x49\x6D\x61\x67\x65","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x69\x6D\x61\x67\x65\x73\x2F\x77\x61\x72\x6E\x69\x6E\x67\x2E\x67\x69\x66","\x61\x6C\x72\x65\x61\x64\x79\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x52\x65\x73\x6F\x75\x72\x63\x65","\x61\x6C\x72\x65\x61\x64\x79\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x63\x6F\x6E\x74\x61\x69\x6E\x73\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72\x73\x52\x65\x73\x6F\x75\x72\x63\x65","\x63\x6F\x6E\x74\x61\x69\x6E\x73\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72\x73","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x45\x78\x70\x61\x6E\x64\x52\x65\x73\x6F\x75\x72\x63\x65","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x2D\x65\x78\x70\x61\x6E\x64","\x63\x72\x65\x61\x74\x65\x43\x65\x6C\x6C\x45\x64\x69\x74\x6F\x72","\x75\x6E\x6C\x6F\x61\x64","\x73\x65\x6C\x65\x63\x74\x73\x74\x61\x72\x74","\x3C\x76\x3A\x67\x72\x6F\x75\x70\x20\x73\x74\x79\x6C\x65\x3D\x22\x44\x49\x53\x50\x4C\x41\x59\x3A\x20\x6E\x6F\x6E\x65\x3B\x22\x3E\x3C\x2F\x76\x3A\x67\x72\x6F\x75\x70\x3E","\x70\x61\x6E\x6E\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65\x73","\x70\x72\x6F\x63\x65\x73\x73\x43\x68\x61\x6E\x67\x65","\x67\x65\x74\x52\x65\x6D\x6F\x76\x65\x64\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65\x73","\x72\x65\x6D\x6F\x76\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x63\x6C\x65\x61\x72\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x72\x65\x6D\x6F\x76\x65\x53\x74\x61\x74\x65\x46\x6F\x72\x43\x65\x6C\x6C","\x68\x6F\x6D\x65","\x61\x64\x64\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x63\x6C\x65\x61\x72\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x73\x65\x74\x43\x65\x6C\x6C\x57\x61\x72\x6E\x69\x6E\x67","\x3C\x66\x6F\x6E\x74\x20\x63\x6F\x6C\x6F\x72\x3D\x72\x65\x64\x3E","\x3C\x2F\x66\x6F\x6E\x74\x3E","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x73\x74\x61\x72\x74\x45\x64\x69\x74\x69\x6E\x67\x41\x74\x43\x65\x6C\x6C","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x45\x64\x69\x74\x61\x62\x6C\x65","\x63\x6F\x6E\x76\x65\x72\x74\x56\x61\x6C\x75\x65\x54\x6F\x53\x74\x72\x69\x6E\x67","\x69\x73\x41\x75\x74\x6F\x53\x69\x7A\x65\x43\x65\x6C\x6C","\x63\x65\x6C\x6C\x4C\x61\x62\x65\x6C\x43\x68\x61\x6E\x67\x65\x64","\x63\x65\x6C\x6C\x53\x69\x7A\x65\x55\x70\x64\x61\x74\x65\x64","\x68\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65\x41\x74","\x69\x73\x54\x6F\x67\x67\x6C\x65\x45\x76\x65\x6E\x74","\x70\x61\x6E\x6E\x69\x6E\x67\x4D\x61\x6E\x61\x67\x65\x72","\x63\x72\x65\x61\x74\x65\x50\x61\x6E\x6E\x69\x6E\x67\x4D\x61\x6E\x61\x67\x65\x72","\x67\x65\x74\x42\x6F\x72\x64\x65\x72\x53\x69\x7A\x65\x73","\x74\x68\x69\x6E","\x6D\x65\x64\x69\x75\x6D","\x74\x68\x69\x63\x6B","\x62\x6F\x72\x64\x65\x72\x4C\x65\x66\x74\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72\x54\x6F\x70\x57\x69\x64\x74\x68","\x70\x61\x64\x64\x69\x6E\x67\x54\x6F\x70","\x62\x6F\x72\x64\x65\x72\x52\x69\x67\x68\x74\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72\x42\x6F\x74\x74\x6F\x6D\x57\x69\x64\x74\x68","\x70\x61\x64\x64\x69\x6E\x67\x42\x6F\x74\x74\x6F\x6D","\x67\x65\x74\x50\x72\x65\x66\x65\x72\x72\x65\x64\x50\x61\x67\x65\x53\x69\x7A\x65","\x67\x65\x74\x42\x6F\x72\x64\x65\x72","\x64\x6F\x52\x65\x73\x69\x7A\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6D\x69\x6E\x57\x69\x64\x74\x68","\x6D\x69\x6E\x48\x65\x69\x67\x68\x74","\x75\x70\x64\x61\x74\x65\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x76\x65\x72\x74\x69\x63\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x70\x6F\x73\x74\x50\x72\x6F\x63\x65\x73\x73\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x49\x4D\x41\x47\x45","\x67\x65\x74\x49\x6D\x61\x67\x65\x46\x72\x6F\x6D\x42\x75\x6E\x64\x6C\x65\x73","\x64\x61\x74\x61\x3A\x69\x6D\x61\x67\x65\x2F","\x3B\x62\x61\x73\x65\x36\x34\x2C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x46\x6C\x61\x67\x73","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x46\x6C\x61\x67\x73","\x61\x64\x64\x49\x6D\x61\x67\x65\x42\x75\x6E\x64\x6C\x65","\x72\x65\x6D\x6F\x76\x65\x49\x6D\x61\x67\x65\x42\x75\x6E\x64\x6C\x65","\x62\x61\x63\x6B","\x67\x65\x74\x43\x65\x6C\x6C\x73\x46\x6F\x72\x47\x72\x6F\x75\x70","\x63\x72\x65\x61\x74\x65\x47\x72\x6F\x75\x70\x43\x65\x6C\x6C","\x67\x65\x74\x42\x6F\x75\x6E\x64\x73\x46\x6F\x72\x47\x72\x6F\x75\x70","\x61\x64\x64\x41\x6C\x6C\x45\x64\x67\x65\x73","\x67\x65\x74\x45\x64\x67\x65\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x69\x6E\x73\x65\x72\x74\x56\x65\x72\x74\x65\x78","\x63\x72\x65\x61\x74\x65\x56\x65\x72\x74\x65\x78","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65","\x61\x64\x64\x45\x64\x67\x65","\x69\x73\x41\x6C\x6C\x6F\x77\x4E\x65\x67\x61\x74\x69\x76\x65\x43\x6F\x6F\x72\x64\x69\x6E\x61\x74\x65\x73","\x69\x73\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73\x4F\x6E\x41\x64\x64","\x69\x73\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74","\x65\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64","\x67\x65\x74\x44\x65\x6C\x65\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x69\x6E\x63\x6C\x75\x64\x65\x45\x64\x67\x65\x73","\x6E\x65\x77\x45\x64\x67\x65","\x67\x65\x74\x46\x6F\x6C\x64\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x72\x65\x63\x75\x72\x73\x65","\x69\x73\x43\x65\x6C\x6C\x46\x6F\x6C\x64\x61\x62\x6C\x65","\x73\x77\x61\x70\x42\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x41\x6C\x74\x65\x72\x6E\x61\x74\x65\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x50\x72\x65\x66\x65\x72\x72\x65\x64\x53\x69\x7A\x65\x46\x6F\x72\x43\x65\x6C\x6C","\x67\x65\x74\x41\x6C\x6C\x45\x64\x67\x65\x73","\x69\x67\x6E\x6F\x72\x65\x43\x68\x69\x6C\x64\x72\x65\x6E","\x53\x48\x41\x50\x45\x5F\x4C\x41\x42\x45\x4C","\x53\x54\x59\x4C\x45\x5F\x49\x4D\x41\x47\x45\x5F\x57\x49\x44\x54\x48","\x53\x54\x59\x4C\x45\x5F\x49\x4D\x41\x47\x45\x5F\x48\x45\x49\x47\x48\x54","\x67\x65\x74\x53\x69\x7A\x65\x46\x6F\x72\x53\x74\x72\x69\x6E\x67","\x72\x65\x73\x69\x7A\x65\x43\x65\x6C\x6C","\x69\x73\x43\x6C\x6F\x6E\x65\x49\x6E\x76\x61\x6C\x69\x64\x45\x64\x67\x65\x73","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x4E\x65\x67\x61\x74\x69\x76\x65\x43\x6F\x6F\x72\x64\x69\x6E\x61\x74\x65\x73","\x69\x73\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x4F\x6E\x4D\x6F\x76\x65","\x69\x73\x41\x6C\x6C\x6F\x77\x44\x61\x6E\x67\x6C\x69\x6E\x67\x45\x64\x67\x65\x73","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x47\x72\x61\x70\x68","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x43\x65\x6C\x6C","\x67\x65\x74\x43\x65\x6C\x6C\x43\x6F\x6E\x74\x61\x69\x6E\x6D\x65\x6E\x74\x41\x72\x65\x61","\x67\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x52\x6F\x6F\x74","\x67\x65\x74\x4D\x61\x78\x69\x6D\x75\x6D\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x69\x73\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x70","\x67\x65\x74\x41\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x53\x54\x59\x4C\x45\x5F\x45\x58\x49\x54\x5F\x58","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x54\x52\x59\x5F\x58","\x53\x54\x59\x4C\x45\x5F\x45\x58\x49\x54\x5F\x59","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x54\x52\x59\x5F\x59","\x53\x54\x59\x4C\x45\x5F\x45\x58\x49\x54\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x54\x52\x59\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x70\x6F\x69\x6E\x74","\x53\x54\x59\x4C\x45\x5F\x46\x4C\x49\x50\x48","\x53\x54\x59\x4C\x45\x5F\x46\x4C\x49\x50\x56","\x69\x73\x50\x6F\x72\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x46\x6F\x72\x50\x6F\x72\x74","\x69\x73\x43\x65\x6C\x6C\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x67\x65\x74\x43\x65\x6C\x6C\x42\x6F\x75\x6E\x64\x73","\x73\x68\x69\x66\x74\x50\x72\x65\x76\x69\x65\x77\x31","\x73\x68\x69\x66\x74\x50\x72\x65\x76\x69\x65\x77\x32","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x7A\x6F\x6F\x6D\x41\x63\x74\x75\x61\x6C","\x7A\x6F\x6F\x6D\x54\x6F","\x73\x63\x72\x6F\x6C\x6C\x52\x65\x63\x74\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x7A\x6F\x6F\x6D\x54\x6F\x52\x65\x63\x74","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x4F\x52\x54\x48\x4F\x47\x4F\x4E\x41\x4C","\x53\x65\x67\x6D\x65\x6E\x74\x43\x6F\x6E\x6E\x65\x63\x74\x6F\x72","\x45\x6C\x62\x6F\x77\x43\x6F\x6E\x6E\x65\x63\x74\x6F\x72","\x53\x69\x64\x65\x54\x6F\x53\x69\x64\x65","\x54\x6F\x70\x54\x6F\x42\x6F\x74\x74\x6F\x6D","\x45\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E","\x4F\x72\x74\x68\x43\x6F\x6E\x6E\x65\x63\x74\x6F\x72","\x69\x73\x4C\x6F\x6F\x70","\x69\x73\x43\x6C\x6F\x6E\x65\x45\x76\x65\x6E\x74","\x49\x53\x5F\x4D\x41\x43","\x69\x73\x4D\x65\x74\x61\x44\x6F\x77\x6E","\x69\x73\x41\x6C\x74\x44\x6F\x77\x6E","\x69\x73\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x65\x64\x45\x76\x65\x6E\x74","\x69\x73\x46\x6F\x72\x63\x65\x4D\x61\x72\x71\x75\x65\x65\x45\x76\x65\x6E\x74","\x76\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x41\x6C\x65\x72\x74","\x69\x73\x45\x64\x67\x65\x56\x61\x6C\x69\x64","\x69\x73\x56\x61\x6C\x69\x64\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x63\x68\x65\x63\x6B","\x76\x61\x6C\x69\x64\x61\x74\x65\x45\x64\x67\x65","\x76\x61\x6C\x69\x64\x61\x74\x65\x47\x72\x61\x70\x68","\x67\x65\x74\x43\x65\x6C\x6C\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x76\x61\x6C\x69\x64\x61\x74\x65\x43\x65\x6C\x6C","\x61\x74\x74\x72","\x63\x6F\x75\x6E\x74\x45\x72\x72\x6F\x72","\x73\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x74\x6F\x53\x74\x72\x69\x6E\x67","\x69\x73\x48\x74\x6D\x6C\x4C\x61\x62\x65\x6C\x73","\x73\x65\x74\x48\x74\x6D\x6C\x4C\x61\x62\x65\x6C\x73","\x53\x54\x59\x4C\x45\x5F\x57\x48\x49\x54\x45\x5F\x53\x50\x41\x43\x45","\x67\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x46\x6F\x72\x4E\x6F\x64\x65","\x67\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x46\x6F\x72\x43\x65\x6C\x6C","\x67\x65\x74\x43\x75\x72\x73\x6F\x72\x46\x6F\x72\x43\x65\x6C\x6C","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x43\x4F\x4C\x4F\x52","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x47\x52\x41\x44\x49\x45\x4E\x54\x43\x4F\x4C\x4F\x52","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x53\x48\x41\x50\x45","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x49\x4D\x41\x47\x45","\x73\x65\x74\x42\x6F\x72\x64\x65\x72","\x53\x48\x41\x50\x45\x5F\x53\x57\x49\x4D\x4C\x41\x4E\x45","\x69\x73\x52\x65\x73\x69\x7A\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x65\x74\x52\x65\x73\x69\x7A\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x69\x73\x45\x73\x63\x61\x70\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x45\x73\x63\x61\x70\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x49\x6E\x76\x6F\x6B\x65\x73\x53\x74\x6F\x70\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x73\x65\x74\x45\x6E\x74\x65\x72\x53\x74\x6F\x70\x73\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x69\x73\x43\x65\x6C\x6C\x4C\x6F\x63\x6B\x65\x64","\x69\x73\x43\x65\x6C\x6C\x73\x4C\x6F\x63\x6B\x65\x64","\x73\x65\x74\x43\x65\x6C\x6C\x73\x4C\x6F\x63\x6B\x65\x64","\x67\x65\x74\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x69\x73\x43\x65\x6C\x6C\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x43\x4C\x4F\x4E\x45\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x63\x61\x6E\x45\x78\x70\x6F\x72\x74\x43\x65\x6C\x6C","\x63\x61\x6E\x49\x6D\x70\x6F\x72\x74\x43\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x73\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x73\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x44\x65\x6C\x65\x74\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x44\x65\x6C\x65\x74\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x44\x45\x4C\x45\x54\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x44\x65\x6C\x65\x74\x61\x62\x6C\x65","\x69\x73\x4C\x61\x62\x65\x6C\x4D\x6F\x76\x61\x62\x6C\x65","\x67\x65\x74\x4D\x6F\x76\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x69\x73\x43\x65\x6C\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x4D\x4F\x56\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x73\x65\x74\x50\x6F\x72\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x73\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x67\x65\x74\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x73\x65\x74\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x69\x73\x56\x65\x72\x74\x65\x78\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x73\x65\x74\x56\x65\x72\x74\x65\x78\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x45\x64\x67\x65\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x73\x65\x74\x45\x64\x67\x65\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65\x4E\x65\x73\x74\x69\x6E\x67","\x73\x65\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65\x4E\x65\x73\x74\x69\x6E\x67","\x73\x65\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x4D\x75\x6C\x74\x69\x67\x72\x61\x70\x68","\x73\x65\x74\x4D\x75\x6C\x74\x69\x67\x72\x61\x70\x68","\x69\x73\x41\x6C\x6C\x6F\x77\x4C\x6F\x6F\x70\x73","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x44\x61\x6E\x67\x6C\x69\x6E\x67\x45\x64\x67\x65\x73","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65\x45\x64\x67\x65\x73","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65\x45\x64\x67\x65\x73","\x73\x65\x74\x43\x6C\x6F\x6E\x65\x49\x6E\x76\x61\x6C\x69\x64\x45\x64\x67\x65\x73","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x4C\x6F\x6F\x70\x73","\x73\x65\x74\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x4F\x6E\x4D\x6F\x76\x65","\x73\x65\x74\x44\x72\x6F\x70\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x70\x6C\x69\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x53\x70\x6C\x69\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x43\x65\x6C\x6C\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x52\x45\x53\x49\x5A\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x69\x73\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x42\x65\x6E\x64\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x42\x65\x6E\x64\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x42\x45\x4E\x44\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x42\x65\x6E\x64\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x45\x64\x69\x74\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x45\x44\x49\x54\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x45\x64\x69\x74\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x73\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x69\x73\x56\x61\x6C\x69\x64\x53\x6F\x75\x72\x63\x65","\x69\x73\x56\x61\x6C\x69\x64\x54\x61\x72\x67\x65\x74","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x50\x61\x6E\x6E\x69\x6E\x67","\x69\x73\x41\x75\x74\x6F\x53\x69\x7A\x65\x43\x65\x6C\x6C\x73","\x53\x54\x59\x4C\x45\x5F\x41\x55\x54\x4F\x53\x49\x5A\x45","\x73\x65\x74\x41\x75\x74\x6F\x53\x69\x7A\x65\x43\x65\x6C\x6C\x73","\x69\x73\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73","\x73\x65\x74\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73","\x73\x65\x74\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73\x4F\x6E\x41\x64\x64","\x69\x73\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64\x72\x65\x6E","\x73\x65\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64\x72\x65\x6E","\x69\x73\x41\x6C\x6C\x6F\x77\x4F\x76\x65\x72\x6C\x61\x70\x50\x61\x72\x65\x6E\x74","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4C\x44\x41\x42\x4C\x45","\x69\x73\x56\x61\x6C\x69\x64\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x69\x73\x53\x70\x6C\x69\x74\x54\x61\x72\x67\x65\x74","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x68\x69\x74\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65\x43\x6F\x6E\x74\x65\x6E\x74","\x67\x65\x74\x50\x6F\x69\x6E\x74\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x43\x65\x6C\x6C\x73","\x67\x65\x74\x43\x65\x6C\x6C\x73\x42\x65\x79\x6F\x6E\x64","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x72\x65\x6D\x6F\x76\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x52\x65\x67\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x73\x46\x6F\x72\x45\x76\x65\x6E\x74","\x73\x65\x6C\x65\x63\x74\x4E\x65\x78\x74\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x50\x72\x65\x76\x69\x6F\x75\x73\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x50\x61\x72\x65\x6E\x74\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x43\x68\x69\x6C\x64\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x73","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72","\x75\x70\x64\x61\x74\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x4D\x4F\x55\x53\x45\x5F\x44\x4F\x57\x4E","\x6C\x61\x73\x74\x54\x6F\x75\x63\x68\x58","\x6C\x61\x73\x74\x4D\x6F\x75\x73\x65\x58","\x6C\x61\x73\x74\x4D\x6F\x75\x73\x65\x59","\x4D\x4F\x55\x53\x45\x5F\x55\x50","\x4D\x4F\x55\x53\x45\x5F\x4D\x4F\x56\x45","\x64\x65\x73\x74\x72\x6F\x79\x65\x64","\x74\x6F\x6F\x6C\x74\x69\x70","\x68\x65\x6C\x70","\x67\x72\x61\x70\x68\x52\x65\x6E\x64\x65\x72\x48\x69\x6E\x74","\x73\x68\x6F\x77\x56\x69\x65\x77\x70\x6F\x72\x74","\x73\x69\x7A\x65\x72\x53\x69\x7A\x65","\x75\x70\x64\x61\x74\x65\x4F\x6E\x50\x61\x6E","\x73\x69\x7A\x65\x72\x49\x6D\x61\x67\x65","\x73\x68\x61\x70\x65\x2D\x72\x65\x6E\x64\x65\x72\x69\x6E\x67","\x6F\x70\x74\x69\x6D\x69\x7A\x65\x53\x70\x65\x65\x64","\x69\x6D\x61\x67\x65\x2D\x72\x65\x6E\x64\x65\x72\x69\x6E\x67","\x75\x70\x64\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72","\x75\x70\x64\x61\x74\x65","\x70\x61\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x72\x65\x66\x72\x65\x73\x68\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x42\x6F\x72\x64\x65\x72","\x72\x65\x64\x69\x72\x65\x63\x74\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74\x73","\x73\x69\x7A\x65\x72","\x63\x72\x65\x61\x74\x65\x53\x69\x7A\x65\x72","\x73\x65\x74\x5A\x6F\x6F\x6D\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x53\x6F\x75\x72\x63\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x53\x69\x7A\x65","\x67\x65\x74\x4F\x75\x74\x6C\x69\x6E\x65\x4F\x66\x66\x73\x65\x74","\x73\x74\x61\x72\x74\x58","\x73\x74\x61\x72\x74\x59","\x64\x78\x30","\x64\x79\x30","\x6E","\x76\x61\x6C\x69\x64\x4E\x65\x69\x67\x68\x62\x6F\x72\x73","\x74\x79\x70\x65\x45\x72\x72\x6F\x72","\x76\x61\x6C\x69\x64\x4E\x65\x69\x67\x68\x62\x6F\x72\x73\x41\x6C\x6C\x6F\x77\x65\x64","\x63\x68\x65\x63\x6B\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x63\x68\x65\x63\x6B\x4E\x65\x69\x67\x68\x62\x6F\x72\x73","\x63\x68\x65\x63\x6B\x54\x79\x70\x65","\x75\x6E\x64\x6F\x48\x61\x6E\x64\x6C\x65\x72","\x62\x75\x62\x62\x6C\x69\x6E\x67","\x69\x73\x42\x75\x62\x62\x6C\x69\x6E\x67","\x73\x65\x74\x42\x75\x62\x62\x6C\x69\x6E\x67","\x67\x65\x74\x4C\x61\x79\x6F\x75\x74","\x67\x65\x74\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65\x73","\x67\x65\x74\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65","\x65\x78\x65\x63\x75\x74\x65\x4C\x61\x79\x6F\x75\x74","\x72\x65\x73\x69\x7A\x65\x48\x61\x6E\x64\x6C\x65\x72","\x66\x6F\x6C\x64\x48\x61\x6E\x64\x6C\x65\x72","\x73\x68\x69\x66\x74\x52\x69\x67\x68\x74\x77\x61\x72\x64\x73","\x73\x68\x69\x66\x74\x44\x6F\x77\x6E\x77\x61\x72\x64\x73","\x69\x73\x43\x65\x6C\x6C\x49\x67\x6E\x6F\x72\x65\x64","\x69\x73\x43\x65\x6C\x6C\x53\x68\x69\x66\x74\x61\x62\x6C\x65","\x69\x73\x53\x68\x69\x66\x74\x52\x69\x67\x68\x74\x77\x61\x72\x64\x73","\x73\x65\x74\x53\x68\x69\x66\x74\x52\x69\x67\x68\x74\x77\x61\x72\x64\x73","\x69\x73\x53\x68\x69\x66\x74\x44\x6F\x77\x6E\x77\x61\x72\x64\x73","\x73\x65\x74\x53\x68\x69\x66\x74\x44\x6F\x77\x6E\x77\x61\x72\x64\x73","\x63\x65\x6C\x6C\x52\x65\x73\x69\x7A\x65\x64","\x67\x65\x74\x43\x65\x6C\x6C\x73\x54\x6F\x53\x68\x69\x66\x74","\x73\x68\x69\x66\x74\x43\x65\x6C\x6C","\x61\x64\x64\x45\x6E\x61\x62\x6C\x65\x64","\x72\x65\x73\x69\x7A\x65\x45\x6E\x61\x62\x6C\x65\x64","\x61\x64\x64\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x41\x64\x64\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x52\x65\x73\x69\x7A\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x48\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x73\x65\x74\x41\x64\x64\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x52\x65\x73\x69\x7A\x65\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65\x49\x67\x6E\x6F\x72\x65\x64","\x69\x73\x43\x65\x6C\x6C\x48\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x41\x64\x64\x65\x64","\x72\x65\x73\x69\x7A\x65\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x6F\x6C\x64\x42\x6F\x75\x6E\x64\x73","\x6F\x6C\x64\x53\x74\x61\x74\x65\x73","\x6F\x6C\x64\x53\x63\x61\x6C\x65","\x64\x65\x6C\x74\x61\x73","\x63\x6F\x75\x6E\x74","\x58","\x59","\x61\x64\x64\x45\x64\x67\x65\x73","\x72\x65\x73\x6F\x6C\x76\x65","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x53\x74\x61\x74\x65","\x72\x65\x76\x61\x6C\x69\x64\x61\x74\x65\x53\x74\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x50\x72\x65\x76\x69\x65\x77\x53\x68\x61\x70\x65","\x6D\x61\x78\x43\x65\x6C\x6C\x73","\x68\x69\x67\x68\x6C\x69\x67\x68\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x6C\x6F\x6E\x65\x45\x6E\x61\x62\x6C\x65\x64","\x6D\x6F\x76\x65\x45\x6E\x61\x62\x6C\x65\x64","\x67\x75\x69\x64\x65","\x63\x75\x72\x72\x65\x6E\x74\x44\x78","\x63\x75\x72\x72\x65\x6E\x74\x44\x79","\x75\x70\x64\x61\x74\x65\x43\x75\x72\x73\x6F\x72","\x73\x65\x6C\x65\x63\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x6F\x6E\x6E\x65\x63\x74\x4F\x6E\x44\x72\x6F\x70","\x73\x63\x72\x6F\x6C\x6C\x4F\x6E\x4D\x6F\x76\x65","\x70\x72\x65\x76\x69\x65\x77\x43\x6F\x6C\x6F\x72","\x68\x74\x6D\x6C\x50\x72\x65\x76\x69\x65\x77","\x73\x63\x61\x6C\x65\x47\x72\x69\x64","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x43\x6C\x6F\x6E\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x43\x6C\x6F\x6E\x65\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x4D\x6F\x76\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x4D\x6F\x76\x65\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x65\x6C\x65\x63\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x52\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x73\x65\x74\x52\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x49\x6E\x69\x74\x69\x61\x6C\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x44\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x64\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x63\x65\x6C\x6C\x57\x61\x73\x43\x6C\x69\x63\x6B\x65\x64","\x53\x45\x4C\x45\x43\x54","\x66\x69\x72\x73\x74","\x67\x65\x74\x50\x72\x65\x76\x69\x65\x77\x42\x6F\x75\x6E\x64\x73","\x63\x72\x65\x61\x74\x65\x50\x72\x65\x76\x69\x65\x77\x53\x68\x61\x70\x65","\x70\x42\x6F\x75\x6E\x64\x73","\x75\x73\x65\x47\x75\x69\x64\x65\x73\x46\x6F\x72\x45\x76\x65\x6E\x74","\x73\x65\x74\x48\x69\x67\x68\x6C\x69\x67\x68\x74\x43\x6F\x6C\x6F\x72","\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x49\x4E\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4E\x4E\x45\x43\x54\x5F\x54\x41\x52\x47\x45\x54\x5F\x43\x4F\x4C\x4F\x52","\x43\x55\x52\x53\x4F\x52\x5F\x4D\x4F\x56\x41\x42\x4C\x45\x5F\x45\x44\x47\x45","\x43\x55\x52\x53\x4F\x52\x5F\x4D\x4F\x56\x41\x42\x4C\x45\x5F\x56\x45\x52\x54\x45\x58","\x73\x65\x6C\x65\x63\x74\x44\x65\x6C\x61\x79\x65\x64","\x64\x65\x73\x74\x72\x6F\x79\x53\x68\x61\x70\x65\x73","\x67\x75\x69\x64\x65\x73","\x73\x68\x6F\x75\x6C\x64\x52\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x74\x72\x69\x67\x67\x65\x72\x58","\x74\x72\x69\x67\x67\x65\x72\x59","\x75\x73\x65\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x75\x73\x65\x4C\x65\x66\x74\x42\x75\x74\x74\x6F\x6E\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x73\x65\x6C\x65\x63\x74\x4F\x6E\x50\x6F\x70\x75\x70","\x63\x6C\x65\x61\x72\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4F\x6E\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x69\x67\x6E\x6F\x72\x65\x43\x65\x6C\x6C","\x70\x72\x65\x76\x69\x65\x77\x45\x6E\x61\x62\x6C\x65\x64","\x75\x73\x65\x47\x72\x69\x64","\x69\x73\x50\x61\x6E\x6E\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x50\x61\x6E\x6E\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x50\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x70\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65\x50\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x67\x65\x74\x43\x65\x6C\x6C\x46\x6F\x72\x50\x6F\x70\x75\x70\x45\x76\x65\x6E\x74","\x76\x61\x6C\x69\x64\x43\x6F\x6C\x6F\x72","\x44\x45\x46\x41\x55\x4C\x54\x5F\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x69\x6E\x76\x61\x6C\x69\x64\x43\x6F\x6C\x6F\x72","\x44\x45\x46\x41\x55\x4C\x54\x5F\x49\x4E\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x68\x6F\x74\x73\x70\x6F\x74","\x44\x45\x46\x41\x55\x4C\x54\x5F\x48\x4F\x54\x53\x50\x4F\x54","\x68\x6F\x74\x73\x70\x6F\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x75\x72\x72\x65\x6E\x74\x43\x6F\x6C\x6F\x72","\x76\x61\x6C\x69\x64\x53\x74\x61\x74\x65","\x6D\x61\x72\x6B\x65\x64\x53\x74\x61\x74\x65","\x73\x65\x74\x48\x6F\x74\x73\x70\x6F\x74","\x67\x65\x74\x48\x6F\x74\x73\x70\x6F\x74","\x73\x65\x74\x48\x6F\x74\x73\x70\x6F\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x48\x6F\x74\x73\x70\x6F\x74\x45\x6E\x61\x62\x6C\x65\x64","\x68\x61\x73\x56\x61\x6C\x69\x64\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x61\x6C\x69\x64\x53\x74\x61\x74\x65","\x67\x65\x74\x4D\x61\x72\x6B\x65\x64\x53\x74\x61\x74\x65","\x75\x6E\x6D\x61\x72\x6B","\x70\x72\x6F\x63\x65\x73\x73","\x69\x73\x56\x61\x6C\x69\x64\x53\x74\x61\x74\x65","\x67\x65\x74\x4D\x61\x72\x6B\x65\x72\x43\x6F\x6C\x6F\x72","\x6D\x61\x72\x6B\x43\x65\x6C\x6C","\x67\x65\x74\x53\x74\x61\x74\x65\x54\x6F\x4D\x61\x72\x6B","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x73\x48\x6F\x74\x73\x70\x6F\x74","\x72\x65\x73\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x68\x61\x6E\x64\x6C\x65\x72\x73","\x6D\x61\x78\x48\x61\x6E\x64\x6C\x65\x72\x73","\x6D\x6F\x76\x65\x49\x63\x6F\x6E\x46\x72\x6F\x6E\x74","\x6D\x6F\x76\x65\x49\x63\x6F\x6E\x42\x61\x63\x6B","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x74\x61\x72\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x6D\x61\x72\x6B\x65\x72","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x48\x61\x6E\x64\x6C\x65\x72","\x77\x61\x79\x70\x6F\x69\x6E\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x45\x6E\x61\x62\x6C\x65\x64","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x44\x65\x6C\x61\x79","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x49\x6E\x50\x72\x6F\x67\x72\x65\x73\x73","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x56\x61\x6C\x69\x64","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x69\x6E\x69\x74\x69\x61\x6C\x54\x6F\x75\x63\x68\x58","\x69\x6E\x69\x74\x69\x61\x6C\x54\x6F\x75\x63\x68\x59","\x69\x67\x6E\x6F\x72\x65\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x63\x6F\x6E\x4F\x66\x66\x73\x65\x74","\x65\x64\x67\x65\x53\x74\x61\x74\x65","\x64\x72\x69\x6C\x6C\x48\x61\x6E\x64\x6C\x65\x72","\x6D\x6F\x75\x73\x65\x44\x6F\x77\x6E\x43\x6F\x75\x6E\x74\x65\x72","\x6D\x6F\x76\x65\x50\x72\x65\x76\x69\x65\x77\x41\x77\x61\x79","\x69\x73\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x69\x63\x6F\x6E\x53\x74\x61\x74\x65","\x69\x63\x6F\x6E\x73","\x72\x65\x64\x72\x61\x77\x49\x63\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x49\x63\x6F\x6E\x73","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6E\x67","\x76\x61\x6C\x69\x64\x61\x74\x65\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x53\x74\x61\x74\x65","\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x69\x73\x4D\x6F\x76\x65\x49\x63\x6F\x6E\x54\x6F\x46\x72\x6F\x6E\x74\x46\x6F\x72\x53\x74\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x49\x63\x6F\x6E\x73","\x43\x55\x52\x53\x4F\x52\x5F\x43\x4F\x4E\x4E\x45\x43\x54","\x63\x75\x72\x72\x65\x6E\x74\x53\x74\x61\x74\x65","\x69\x63\x6F\x6E","\x67\x65\x74\x49\x63\x6F\x6E\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x69\x73\x53\x74\x61\x72\x74\x45\x76\x65\x6E\x74","\x63\x75\x72\x72\x65\x6E\x74\x46\x6F\x63\x75\x73","\x63\x75\x72\x72\x65\x6E\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x73\x6F\x75\x72\x63\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x77\x61\x79\x70\x6F\x69\x6E\x74\x73","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x54\x68\x72\x65\x61\x64","\x63\x6C\x65\x61\x72\x54\x69\x6D\x65\x6F\x75\x74","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64","\x73\x65\x6C\x65\x63\x74\x65\x64\x49\x63\x6F\x6E","\x69\x73\x49\x6D\x6D\x65\x64\x69\x61\x74\x65\x43\x6F\x6E\x6E\x65\x63\x74\x53\x6F\x75\x72\x63\x65","\x75\x70\x64\x61\x74\x65\x43\x75\x72\x72\x65\x6E\x74\x53\x74\x61\x74\x65","\x63\x6F\x6E\x76\x65\x72\x74\x57\x61\x79\x70\x6F\x69\x6E\x74","\x67\x65\x74\x54\x61\x72\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x50\x6F\x69\x6E\x74","\x67\x65\x74\x53\x6F\x75\x72\x63\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x50\x6F\x69\x6E\x74","\x64\x72\x61\x77\x50\x72\x65\x76\x69\x65\x77","\x75\x70\x64\x61\x74\x65\x49\x63\x6F\x6E\x73","\x69\x73\x53\x74\x6F\x70\x45\x76\x65\x6E\x74","\x61\x64\x64\x57\x61\x79\x70\x6F\x69\x6E\x74\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x45\x64\x67\x65\x57\x69\x64\x74\x68","\x67\x65\x74\x45\x64\x67\x65\x43\x6F\x6C\x6F\x72","\x49\x4E\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x63\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x41\x6C\x69\x67\x6E\x6D\x65\x6E\x74\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x70\x6F\x69\x6E\x74\x49\x6D\x61\x67\x65","\x2F\x70\x6F\x69\x6E\x74\x2E\x67\x69\x66","\x68\x69\x67\x68\x6C\x69\x67\x68\x74\x43\x6F\x6C\x6F\x72","\x66\x6F\x63\x75\x73\x49\x63\x6F\x6E\x73","\x66\x6F\x63\x75\x73\x48\x69\x67\x68\x6C\x69\x67\x68\x74","\x66\x6F\x63\x75\x73\x50\x6F\x69\x6E\x74\x73","\x63\x75\x72\x72\x65\x6E\x74\x46\x6F\x63\x75\x73\x41\x72\x65\x61","\x67\x65\x74\x49\x6D\x61\x67\x65\x46\x6F\x72\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x69\x73\x45\x76\x65\x6E\x74\x49\x67\x6E\x6F\x72\x65\x64","\x72\x65\x70\x61\x69\x6E\x74","\x64\x65\x66\x61\x75\x6C\x74\x4F\x70\x61\x63\x69\x74\x79","\x73\x68\x61\x72\x65\x64\x44\x69\x76","\x63\x75\x72\x72\x65\x6E\x74\x58","\x63\x75\x72\x72\x65\x6E\x74\x59","\x64\x72\x61\x67\x48\x61\x6E\x64\x6C\x65\x72","\x6D\x78\x52\x75\x62\x62\x65\x72\x62\x61\x6E\x64","\x73\x69\x6E\x67\x6C\x65\x53\x69\x7A\x65\x72","\x61\x6C\x6C\x6F\x77\x48\x61\x6E\x64\x6C\x65\x42\x6F\x75\x6E\x64\x73\x43\x68\x65\x63\x6B","\x68\x61\x6E\x64\x6C\x65\x49\x6D\x61\x67\x65","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x52\x61\x73\x74\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x42\x6F\x75\x6E\x64\x73","\x63\x72\x65\x61\x74\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x53\x68\x61\x70\x65","\x73\x69\x7A\x65\x72\x73","\x6E\x2D\x72\x65\x73\x69\x7A\x65","\x6E\x65\x2D\x72\x65\x73\x69\x7A\x65","\x77\x2D\x72\x65\x73\x69\x7A\x65","\x65\x2D\x72\x65\x73\x69\x7A\x65","\x73\x77\x2D\x72\x65\x73\x69\x7A\x65","\x73\x2D\x72\x65\x73\x69\x7A\x65","\x73\x65\x2D\x72\x65\x73\x69\x7A\x65","\x6C\x61\x62\x65\x6C\x53\x68\x61\x70\x65","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x53\x68\x61\x70\x65","\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6C\x6F\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x53\x74\x72\x6F\x6B\x65\x57\x69\x64\x74\x68","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x44\x61\x73\x68\x65\x64","\x56\x45\x52\x54\x45\x58\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x56\x45\x52\x54\x45\x58\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x53\x54\x52\x4F\x4B\x45\x57\x49\x44\x54\x48","\x56\x45\x52\x54\x45\x58\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x44\x41\x53\x48\x45\x44","\x63\x72\x65\x61\x74\x65\x53\x69\x7A\x65\x72\x53\x68\x61\x70\x65","\x69\x73\x53\x69\x7A\x65\x72\x56\x69\x73\x69\x62\x6C\x65","\x52\x4F\x54\x41\x54\x49\x4F\x4E\x5F\x48\x41\x4E\x44\x4C\x45","\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x6D\x6F\x76\x65\x53\x69\x7A\x65\x72\x54\x6F","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x6F\x72\x45\x76\x65\x6E\x74","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45","\x70\x72\x65\x76\x69\x65\x77","\x63\x75\x72\x72\x65\x6E\x74\x41\x6C\x70\x68\x61","\x61\x74\x61\x6E","\x75\x6E\x69\x6F\x6E","\x72\x6F\x74\x61\x74\x65\x43\x65\x6C\x6C","\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64\x72\x65\x6E","\x62\x65\x6E\x64\x73","\x72\x65\x6D\x6F\x76\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x6E\x61\x70\x54\x6F\x54\x65\x72\x6D\x69\x6E\x61\x6C\x73","\x61\x62\x73\x70\x6F\x69\x6E\x74\x73","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x50\x6F\x69\x6E\x74\x73","\x69\x73\x41\x64\x64\x50\x6F\x69\x6E\x74\x45\x76\x65\x6E\x74","\x61\x64\x64\x50\x6F\x69\x6E\x74","\x63\x72\x65\x61\x74\x65\x42\x65\x6E\x64\x73","\x69\x6E\x69\x74\x42\x65\x6E\x64","\x43\x55\x52\x53\x4F\x52\x5F\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45","\x69\x73\x52\x65\x6D\x6F\x76\x65\x50\x6F\x69\x6E\x74\x45\x76\x65\x6E\x74","\x45\x44\x47\x45\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x45\x44\x47\x45\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x53\x54\x52\x4F\x4B\x45\x57\x49\x44\x54\x48","\x45\x44\x47\x45\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x44\x41\x53\x48\x45\x44","\x69\x73\x48\x61\x6E\x64\x6C\x65\x56\x69\x73\x69\x62\x6C\x65","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x53\x68\x61\x70\x65","\x69\x73\x48\x61\x6E\x64\x6C\x65\x45\x6E\x61\x62\x6C\x65\x64","\x43\x55\x52\x53\x4F\x52\x5F\x42\x45\x4E\x44\x5F\x48\x41\x4E\x44\x4C\x45","\x72\x65\x6D\x6F\x76\x65\x50\x6F\x69\x6E\x74","\x69\x73\x54\x61\x72\x67\x65\x74","\x69\x73\x4C\x61\x62\x65\x6C","\x63\x6C\x6F\x6E\x65\x50\x72\x65\x76\x69\x65\x77\x53\x74\x61\x74\x65","\x67\x65\x74\x53\x6E\x61\x70\x54\x6F\x54\x65\x72\x6D\x69\x6E\x61\x6C\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x67\x65\x74\x50\x72\x65\x76\x69\x65\x77\x54\x65\x72\x6D\x69\x6E\x61\x6C\x53\x74\x61\x74\x65","\x67\x65\x74\x50\x72\x65\x76\x69\x65\x77\x50\x6F\x69\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x50\x72\x65\x76\x69\x65\x77\x53\x74\x61\x74\x65","\x73\x65\x74\x50\x72\x65\x76\x69\x65\x77\x43\x6F\x6C\x6F\x72","\x6D\x6F\x76\x65\x4C\x61\x62\x65\x6C","\x63\x68\x61\x6E\x67\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x63\x68\x61\x6E\x67\x65\x50\x6F\x69\x6E\x74\x73","\x61\x64\x64\x50\x6F\x69\x6E\x74\x41\x74","\x66\x69\x6E\x64\x4E\x65\x61\x72\x65\x73\x74\x53\x65\x67\x6D\x65\x6E\x74","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x69\x6C\x6C\x43\x6F\x6C\x6F\x72","\x4C\x4F\x43\x4B\x45\x44\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x43\x4F\x4E\x4E\x45\x43\x54\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x72\x65\x64\x72\x61\x77\x49\x6E\x6E\x65\x72\x42\x65\x6E\x64\x73","\x66\x6C\x69\x70\x45\x6E\x61\x62\x6C\x65\x64","\x64\x6F\x75\x62\x6C\x65\x43\x6C\x69\x63\x6B\x4F\x72\x69\x65\x6E\x74\x61\x74\x69\x6F\x6E\x52\x65\x73\x6F\x75\x72\x63\x65","\x64\x6F\x75\x62\x6C\x65\x43\x6C\x69\x63\x6B\x4F\x72\x69\x65\x6E\x74\x61\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x56\x69\x72\x74\x75\x61\x6C\x42\x65\x6E\x64","\x67\x65\x74\x43\x75\x72\x73\x6F\x72\x46\x6F\x72\x42\x65\x6E\x64","\x45\x44\x47\x45\x53\x54\x59\x4C\x45\x5F\x54\x4F\x50\x54\x4F\x42\x4F\x54\x54\x4F\x4D","\x45\x44\x47\x45\x53\x54\x59\x4C\x45\x5F\x45\x4C\x42\x4F\x57","\x72\x6F\x77\x2D\x72\x65\x73\x69\x7A\x65","\x63\x6F\x6C\x2D\x72\x65\x73\x69\x7A\x65","\x6E\x6F\x72\x6D\x61\x6C\x4B\x65\x79\x73","\x73\x68\x69\x66\x74\x4B\x65\x79\x73","\x63\x6F\x6E\x74\x72\x6F\x6C\x4B\x65\x79\x73","\x63\x6F\x6E\x74\x72\x6F\x6C\x53\x68\x69\x66\x74\x4B\x65\x79\x73","\x6B\x65\x79\x44\x6F\x77\x6E","\x62\x69\x6E\x64\x4B\x65\x79","\x62\x69\x6E\x64\x53\x68\x69\x66\x74\x4B\x65\x79","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x4B\x65\x79","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x53\x68\x69\x66\x74\x4B\x65\x79","\x67\x65\x74\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x69\x73\x47\x72\x61\x70\x68\x45\x76\x65\x6E\x74","\x68\x69\x64\x65\x4F\x6E\x48\x6F\x76\x65\x72","\x73\x65\x74\x48\x69\x64\x65\x4F\x6E\x48\x6F\x76\x65\x72","\x6D\x78\x54\x6F\x6F\x6C\x74\x69\x70","\x68\x69\x64\x65\x54\x6F\x6F\x6C\x74\x69\x70","\x73\x74\x61\x74\x65\x53\x6F\x75\x72\x63\x65","\x72\x65\x73\x65\x74\x54\x69\x6D\x65\x72","\x48\x49\x47\x48\x4C\x49\x47\x48\x54\x5F\x53\x54\x52\x4F\x4B\x45\x57\x49\x44\x54\x48","\x72\x65\x70\x61\x69\x6E\x74\x48\x61\x6E\x64\x6C\x65\x72","\x6B\x65\x65\x70\x4F\x6E\x54\x6F\x70","\x64\x72\x61\x77\x48\x69\x67\x68\x6C\x69\x67\x68\x74","\x65\x64\x69\x74\x6F\x72","\x68\x69\x64\x65\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x62\x69\x6E\x64\x41\x63\x74\x69\x6F\x6E","\x63\x6F\x6E\x66\x69\x67","\x63\x72\x65\x61\x74\x65\x4D\x65\x6E\x75","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73","\x61\x64\x64\x49\x74\x65\x6D\x73","\x69\x66","\x61\x73","\x69\x63\x6F\x6E\x43\x6C\x73","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E","\x73\x65\x70\x61\x72\x61\x74\x6F\x72","\x6E\x6F\x63\x65\x6C\x6C","\x6E\x63\x65\x6C\x6C\x73","\x6E\x6F\x74\x52\x6F\x6F\x74","\x6E\x6F\x6E\x45\x6D\x70\x74\x79","\x65\x78\x70\x61\x6E\x64\x61\x62\x6C\x65","\x63\x6F\x6C\x6C\x61\x70\x73\x61\x62\x6C\x65","\x76\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x65\x6D\x70\x74\x79\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x74\x6F\x6F\x6C\x62\x61\x72","\x69\x6E\x73\x65\x72\x74\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x2F\x73\x65\x70\x61\x72\x61\x74\x6F\x72\x2E\x67\x69\x66","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E\x4F\x70\x74\x69\x6F\x6E","\x73\x65\x74\x4D\x6F\x64\x65","\x61\x64\x64\x50\x72\x6F\x74\x6F\x74\x79\x70\x65","\x69\x6E\x73\x74\x61\x6C\x6C\x44\x72\x6F\x70\x48\x61\x6E\x64\x6C\x65\x72","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x46\x6C\x6F\x77","\x6D\x61\x6B\x65\x44\x72\x61\x67\x67\x61\x62\x6C\x65","\x61\x63\x74\x69\x6F\x6E\x73","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E\x73","\x63\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x56\x61\x6C\x75\x65\x73","\x70\x6F\x70\x75\x70\x48\x61\x6E\x64\x6C\x65\x72","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x63\x72\x65\x61\x74\x65\x47\x72\x61\x70\x68","\x63\x72\x65\x61\x74\x65\x54\x6F\x6F\x6C\x62\x61\x72","\x6B\x65\x79\x48\x61\x6E\x64\x6C\x65\x72","\x63\x6F\x6E\x66\x69\x67\x75\x72\x65","\x63\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x4E\x61\x6D\x65","\x49\x53\x5F\x4C\x4F\x43\x41\x4C","\x63\x72\x65\x61\x74\x65\x53\x65\x73\x73\x69\x6F\x6E","\x2F\x72\x65\x73\x6F\x75\x72\x63\x65\x73\x2F\x65\x64\x69\x74\x6F\x72","\x61\x73\x6B\x5A\x6F\x6F\x6D\x52\x65\x73\x6F\x75\x72\x63\x65","\x61\x73\x6B\x5A\x6F\x6F\x6D","\x6C\x61\x73\x74\x53\x61\x76\x65\x64\x52\x65\x73\x6F\x75\x72\x63\x65","\x6C\x61\x73\x74\x53\x61\x76\x65\x64","\x63\x75\x72\x72\x65\x6E\x74\x46\x69\x6C\x65\x52\x65\x73\x6F\x75\x72\x63\x65","\x63\x75\x72\x72\x65\x6E\x74\x46\x69\x6C\x65","\x70\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x52\x65\x73\x6F\x75\x72\x63\x65","\x74\x61\x73\x6B\x73\x52\x65\x73\x6F\x75\x72\x63\x65","\x74\x61\x73\x6B\x73","\x68\x65\x6C\x70\x52\x65\x73\x6F\x75\x72\x63\x65","\x6F\x75\x74\x6C\x69\x6E\x65\x52\x65\x73\x6F\x75\x72\x63\x65","\x64\x62\x6C\x43\x6C\x69\x63\x6B\x41\x63\x74\x69\x6F\x6E","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x52\x65\x71\x75\x69\x72\x65\x64","\x66\x6F\x72\x63\x65\x64\x49\x6E\x73\x65\x72\x74\x69\x6E\x67","\x74\x65\x6D\x70\x6C\x61\x74\x65\x73","\x64\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x64\x65\x66\x61\x75\x6C\x74\x47\x72\x6F\x75\x70","\x67\x72\x6F\x75\x70\x42\x6F\x72\x64\x65\x72\x53\x69\x7A\x65","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x70\x6F\x73\x74\x50\x61\x72\x61\x6D\x65\x74\x65\x72\x4E\x61\x6D\x65","\x75\x72\x6C\x50\x6F\x73\x74","\x75\x72\x6C\x49\x6D\x61\x67\x65","\x6C\x61\x79\x6F\x75\x74\x44\x69\x61\x67\x72\x61\x6D","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x53\x70\x61\x63\x69\x6E\x67","\x6D\x61\x69\x6E\x74\x61\x69\x6E\x53\x77\x69\x6D\x6C\x61\x6E\x65\x73","\x6C\x61\x79\x6F\x75\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65\x73","\x63\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x49\x6E\x64\x65\x78","\x74\x61\x73\x6B\x73\x57\x69\x6E\x64\x6F\x77\x49\x6D\x61\x67\x65","\x74\x61\x73\x6B\x73\x54\x6F\x70","\x68\x65\x6C\x70\x57\x69\x6E\x64\x6F\x77\x49\x6D\x61\x67\x65","\x75\x72\x6C\x48\x65\x6C\x70","\x68\x65\x6C\x70\x57\x69\x64\x74\x68","\x68\x65\x6C\x70\x48\x65\x69\x67\x68\x74","\x70\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x57\x69\x64\x74\x68","\x70\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x48\x65\x69\x67\x68\x74","\x6D\x6F\x76\x65\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x44\x69\x61\x6C\x6F\x67","\x76\x61\x6C\x69\x64\x61\x74\x69\x6E\x67","\x65\x78\x70\x6F\x72\x74\x49\x6D\x61\x67\x65","\x67\x65\x74\x55\x72\x6C\x49\x6D\x61\x67\x65","\x67\x65\x74\x56\x69\x65\x77\x58\x6D\x6C","\x5F\x62\x6C\x61\x6E\x6B","\x63\x75\x74","\x70\x61\x73\x74\x65","\x64\x65\x6C\x65\x74\x65","\x75\x6E\x67\x72\x6F\x75\x70","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x73\x68\x6F\x77\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x73\x65\x6C\x65\x63\x74\x4E\x6F\x6E\x65","\x74\x6F\x42\x61\x63\x6B","\x74\x6F\x46\x72\x6F\x6E\x74","\x73\x65\x6C\x65\x63\x74\x50\x72\x65\x76\x69\x6F\x75\x73","\x73\x65\x6C\x65\x63\x74\x4E\x65\x78\x74","\x73\x65\x6C\x65\x63\x74\x50\x61\x72\x65\x6E\x74","\x73\x65\x6C\x65\x63\x74\x43\x68\x69\x6C\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x41\x6C\x6C","\x65\x78\x70\x61\x6E\x64","\x65\x78\x70\x61\x6E\x64\x41\x6C\x6C","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x4C\x65\x66\x74","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x43\x65\x6E\x74\x65\x72","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x52\x69\x67\x68\x74","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x54\x6F\x70","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x4D\x69\x64\x64\x6C\x65","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x42\x6F\x74\x74\x6F\x6D","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x4C\x65\x66\x74","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x43\x65\x6E\x74\x65\x72","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x52\x69\x67\x68\x74","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x54\x6F\x70","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x4D\x69\x64\x64\x6C\x65","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x42\x6F\x74\x74\x6F\x6D","\x70\x72\x6F\x6D\x70\x74","\x74\x6F\x67\x67\x6C\x65\x54\x61\x73\x6B\x73","\x73\x68\x6F\x77\x54\x61\x73\x6B\x73","\x74\x6F\x67\x67\x6C\x65\x48\x65\x6C\x70","\x73\x68\x6F\x77\x48\x65\x6C\x70","\x74\x6F\x67\x67\x6C\x65\x4F\x75\x74\x6C\x69\x6E\x65","\x73\x68\x6F\x77\x4F\x75\x74\x6C\x69\x6E\x65","\x74\x6F\x67\x67\x6C\x65\x43\x6F\x6E\x73\x6F\x6C\x65","\x72\x65\x73\x65\x74\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x73\x65\x74\x46\x69\x72\x73\x74\x54\x69\x6D\x65","\x63\x6F\x6F\x6B\x69\x65","\x6D\x78\x67\x72\x61\x70\x68\x3D\x73\x65\x65\x6E\x3B\x20\x65\x78\x70\x69\x72\x65\x73\x3D\x46\x72\x69\x2C\x20\x32\x37\x20\x4A\x75\x6C\x20\x32\x30\x30\x31\x20\x30\x32\x3A\x34\x37\x3A\x31\x31\x20\x55\x54\x43\x3B\x20\x70\x61\x74\x68\x3D\x2F","\x43\x61\x6E\x6E\x6F\x74\x20\x65\x78\x65\x63\x75\x74\x65\x20","\x3A\x20","\x43\x61\x6E\x6E\x6F\x74\x20\x66\x69\x6E\x64\x20\x61\x63\x74\x69\x6F\x6E\x20","\x61\x64\x64\x54\x65\x6D\x70\x6C\x61\x74\x65","\x67\x65\x74\x54\x65\x6D\x70\x6C\x61\x74\x65","\x69\x6E\x73\x74\x61\x6C\x6C\x44\x62\x6C\x43\x6C\x69\x63\x6B\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x55\x6E\x64\x6F\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x44\x72\x69\x6C\x6C\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x43\x68\x61\x6E\x67\x65\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x49\x6E\x73\x65\x72\x74\x48\x61\x6E\x64\x6C\x65\x72","\x63\x72\x65\x61\x74\x65\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x63\x72\x65\x61\x74\x65\x53\x77\x69\x6D\x6C\x61\x6E\x65\x4D\x61\x6E\x61\x67\x65\x72","\x63\x72\x65\x61\x74\x65\x4C\x61\x79\x6F\x75\x74\x4D\x61\x6E\x61\x67\x65\x72","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x4C\x61\x79\x6F\x75\x74","\x63\x72\x65\x61\x74\x65\x53\x77\x69\x6D\x6C\x61\x6E\x65\x4C\x61\x79\x6F\x75\x74","\x64\x69\x61\x67\x72\x61\x6D\x4C\x61\x79\x6F\x75\x74","\x63\x72\x65\x61\x74\x65\x44\x69\x61\x67\x72\x61\x6D\x4C\x61\x79\x6F\x75\x74","\x73\x65\x74\x47\x72\x61\x70\x68\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x72\x75\x62\x62\x65\x72\x62\x61\x6E\x64","\x73\x65\x74\x54\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x65\x74\x53\x74\x61\x74\x75\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x74\x6F\x4C\x6F\x63\x61\x6C\x65\x53\x74\x72\x69\x6E\x67","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x65\x74\x54\x69\x74\x6C\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x74\x54\x69\x74\x6C\x65","\x74\x72\x65\x65\x4C\x61\x79\x6F\x75\x74","\x20\x3E\x20","\x67\x65\x74\x52\x6F\x6F\x74\x54\x69\x74\x6C\x65","\x63\x72\x65\x61\x74\x65\x47\x72\x6F\x75\x70","\x72\x65\x61\x64\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C","\x67\x65\x74\x55\x72\x6C\x50\x6F\x73\x74","\x77\x72\x69\x74\x65\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C","\x70\x6F\x73\x74\x44\x69\x61\x67\x72\x61\x6D","\x73\x77\x61\x70\x53\x74\x79\x6C\x65\x73","\x63\x72\x65\x61\x74\x65\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x69\x73\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x56\x69\x73\x69\x62\x6C\x65","\x72\x65\x61\x64\x6F\x6E\x6C\x79","\x49\x44","\x53\x74\x79\x6C\x65","\x63\x72\x65\x61\x74\x65\x54\x61\x73\x6B\x73","\x72\x65\x66\x72\x65\x73\x68\x54\x61\x73\x6B\x73","\x66\x72\x61\x6D\x65\x42\x6F\x72\x64\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65\x43\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x69\x73\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x65\x64\x4D\x6F\x76\x69\x6E\x67","\x63\x6F\x64\x65\x63\x73","\x74\x65\x6D\x70\x6C\x61\x74\x65","\x61\x64\x64\x41\x6C\x69\x61\x73","\x61\x6C\x69\x61\x73\x65\x73","\x72\x65\x67\x69\x73\x74\x65\x72","\x65\x6E\x63\x6F\x64\x65\x44\x65\x66\x61\x75\x6C\x74\x73","\x67\x65\x74\x4F\x62\x6A\x65\x63\x74","\x72\x65\x66\x65\x72\x65\x6E\x63\x65","\x67\x65\x74\x43\x6F\x64\x65\x63","\x69\x6D\x70\x6F\x72\x74\x4E\x6F\x64\x65","\x6D\x78\x43\x6F\x64\x65\x63\x2E\x65\x6E\x63\x6F\x64\x65\x3A\x20\x4E\x6F\x20\x63\x6F\x64\x65\x63\x20\x66\x6F\x72\x20","\x43\x61\x6E\x6E\x6F\x74\x20\x64\x65\x63\x6F\x64\x65\x20","\x65\x6E\x63\x6F\x64\x65\x43\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x64\x65\x63","\x64\x65\x63\x6F\x64\x65\x43\x65\x6C\x6C","\x69\x6E\x73\x65\x72\x74\x49\x6E\x74\x6F\x47\x72\x61\x70\x68","\x65\x78\x63\x6C\x75\x64\x65","\x69\x64\x72\x65\x66\x73","\x6D\x61\x70\x70\x69\x6E\x67","\x72\x65\x76\x65\x72\x73\x65","\x63\x6C\x6F\x6E\x65\x54\x65\x6D\x70\x6C\x61\x74\x65","\x67\x65\x74\x46\x69\x65\x6C\x64\x4E\x61\x6D\x65","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65\x4E\x61\x6D\x65","\x69\x73\x45\x78\x63\x6C\x75\x64\x65\x64","\x69\x73\x52\x65\x66\x65\x72\x65\x6E\x63\x65","\x62\x65\x66\x6F\x72\x65\x45\x6E\x63\x6F\x64\x65","\x65\x6E\x63\x6F\x64\x65\x4F\x62\x6A\x65\x63\x74","\x61\x66\x74\x65\x72\x45\x6E\x63\x6F\x64\x65","\x65\x6E\x63\x6F\x64\x65\x56\x61\x6C\x75\x65","\x6D\x78\x4F\x62\x6A\x65\x63\x74\x43\x6F\x64\x65\x63\x2E\x65\x6E\x63\x6F\x64\x65\x3A\x20\x4E\x6F\x20\x49\x44\x20\x66\x6F\x72\x20","\x77\x72\x69\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x77\x72\x69\x74\x65\x50\x72\x69\x6D\x69\x74\x69\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x77\x72\x69\x74\x65\x43\x6F\x6D\x70\x6C\x65\x78\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x6F\x6E\x76\x65\x72\x74\x56\x61\x6C\x75\x65\x54\x6F\x58\x6D\x6C","\x6D\x78\x4F\x62\x6A\x65\x63\x74\x43\x6F\x64\x65\x63\x2E\x65\x6E\x63\x6F\x64\x65\x3A\x20\x4E\x6F\x20\x6E\x6F\x64\x65\x20\x66\x6F\x72\x20","\x63\x6F\x6E\x76\x65\x72\x74\x56\x61\x6C\x75\x65\x46\x72\x6F\x6D\x58\x6D\x6C","\x62\x65\x66\x6F\x72\x65\x44\x65\x63\x6F\x64\x65","\x64\x65\x63\x6F\x64\x65\x4E\x6F\x64\x65","\x61\x66\x74\x65\x72\x44\x65\x63\x6F\x64\x65","\x64\x65\x63\x6F\x64\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x63\x6F\x64\x65\x43\x68\x69\x6C\x64\x72\x65\x6E","\x64\x65\x63\x6F\x64\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x6D\x78\x4F\x62\x6A\x65\x63\x74\x43\x6F\x64\x65\x63\x2E\x64\x65\x63\x6F\x64\x65\x3A\x20\x4E\x6F\x20\x6F\x62\x6A\x65\x63\x74\x20\x66\x6F\x72\x20","\x70\x72\x6F\x63\x65\x73\x73\x49\x6E\x63\x6C\x75\x64\x65","\x64\x65\x63\x6F\x64\x65\x43\x68\x69\x6C\x64","\x67\x65\x74\x46\x69\x65\x6C\x64\x54\x65\x6D\x70\x6C\x61\x74\x65","\x61\x64\x64\x4F\x62\x6A\x65\x63\x74\x56\x61\x6C\x75\x65","\x69\x6E\x63\x6C\x75\x64\x65","\x72\x65\x6D\x6F\x76\x65\x57\x68\x69\x74\x65\x73\x70\x61\x63\x65","\x64\x65\x63\x6F\x64\x65\x52\x6F\x6F\x74","\x67\x72\x61\x70\x68\x4C\x69\x73\x74\x65\x6E\x65\x72\x73\x20\x65\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72\x73\x20\x76\x69\x65\x77\x20\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72\x20\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72\x20\x65\x64\x69\x74\x6F\x72\x20\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x6C\x61\x79\x65\x72","\x67\x65\x74\x53\x74\x72\x69\x6E\x67\x56\x61\x6C\x75\x65","\x6D\x78\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74\x43\x6F\x64\x65\x63\x2E\x64\x65\x63\x6F\x64\x65\x3A\x20\x73\x74\x79\x6C\x65\x73\x68\x65\x65\x74\x20","\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x74\x6F\x20\x65\x78\x74\x65\x6E\x64","\x70\x72\x65\x73\x73\x65\x64\x49\x63\x6F\x6E","\x6D\x6F\x64\x65","\x74\x6F\x67\x67\x6C\x65","\x2D\x2D\x2D","\x63\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x54\x65\x6D\x70\x6C\x61\x74\x65\x20","\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x6D\x6F\x64\x69\x66\x69\x65\x64\x20\x6C\x61\x73\x74\x53\x6E\x61\x70\x73\x68\x6F\x74\x20\x69\x67\x6E\x6F\x72\x65\x64\x43\x68\x61\x6E\x67\x65\x73\x20\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72\x20\x67\x72\x61\x70\x68\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x20\x74\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x41\x72\x72\x61\x79","\x64\x65\x63\x6F\x64\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x73","\x75\x69","\x64\x65\x63\x6F\x64\x65\x55\x69","\x73\x65\x74\x4D\x61\x70\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x72\x65\x73\x6F\x75\x72\x63\x65","\x62\x61\x73\x65\x6E\x61\x6D\x65"];var mxClient={VERSION:_0xba71[0],IS_IE:0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[1]),IS_IE6:0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[4]),IS_QUIRKS:0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[1])&&(null==document[_0xba71[5]]||5==document[_0xba71[5]]),VML_PREFIX:_0xba71[6],OFFICE_PREFIX:_0xba71[7],IS_NS:0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[8])&&0>navigator[_0xba71[3]][_0xba71[2]](_0xba71[1]),IS_OP:0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[9]),IS_OT:0>navigator[_0xba71[3]][_0xba71[2]](_0xba71[10])&&0>navigator[_0xba71[3]][_0xba71[2]](_0xba71[11])&&0>navigator[_0xba71[3]][_0xba71[2]](_0xba71[12])&&0>navigator[_0xba71[3]][_0xba71[2]](_0xba71[13])&&0>navigator[_0xba71[3]][_0xba71[2]](_0xba71[14])&&0>navigator[_0xba71[3]][_0xba71[2]](_0xba71[15]),IS_SF:0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[16])&&0>navigator[_0xba71[3]][_0xba71[2]](_0xba71[17]),IS_GC:0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[17]),IS_MT:0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[18])&&0>navigator[_0xba71[3]][_0xba71[2]](_0xba71[19])&&0>navigator[_0xba71[3]][_0xba71[2]](_0xba71[20])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[21])&&0>navigator[_0xba71[3]][_0xba71[2]](_0xba71[22])&&0>navigator[_0xba71[3]][_0xba71[2]](_0xba71[23])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[24])&&0>navigator[_0xba71[3]][_0xba71[2]](_0xba71[25])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[26])&&0>navigator[_0xba71[3]][_0xba71[2]](_0xba71[27]),IS_SVG:0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[18])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[21])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[28])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[26])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[29])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[30])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[16])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[31])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[9]),NO_FO:0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[19])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[22])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[20])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[23])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[25])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[27])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[32])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[33])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[9])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[1])||0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[34]),IS_VML:_0xba71[35]==navigator[_0xba71[37]][_0xba71[36]](),IS_MAC:0<navigator[_0xba71[3]][_0xba71[36]]()[_0xba71[2]](_0xba71[38]),IS_TOUCH:0<navigator[_0xba71[3]][_0xba71[36]]()[_0xba71[2]](_0xba71[39])||0<navigator[_0xba71[3]][_0xba71[36]]()[_0xba71[2]](_0xba71[40])||0<navigator[_0xba71[3]][_0xba71[36]]()[_0xba71[2]](_0xba71[41])||0<navigator[_0xba71[3]][_0xba71[36]]()[_0xba71[2]](_0xba71[42]),IS_LOCAL:0>document[_0xba71[45]][_0xba71[44]][_0xba71[2]](_0xba71[43])&&0>document[_0xba71[45]][_0xba71[44]][_0xba71[2]](_0xba71[46]),isBrowserSupported:function(){return mxClient[_0xba71[47]]||mxClient[_0xba71[48]]},link:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x4=_0x6e36x4||document;if(mxClient[_0xba71[49]]){_0x6e36x4[_0xba71[53]](_0xba71[50]+_0x6e36x2+_0xba71[51]+_0x6e36x3+_0xba71[52])}else {var _0x6e36x5=_0x6e36x4[_0xba71[55]](_0xba71[54]);_0x6e36x5[_0xba71[57]](_0xba71[56],_0x6e36x2);_0x6e36x5[_0xba71[57]](_0xba71[44],_0x6e36x3);_0x6e36x5[_0xba71[57]](_0xba71[58],_0xba71[59]);_0x6e36x5[_0xba71[57]](_0xba71[60],_0xba71[61]);_0x6e36x4[_0xba71[64]](_0xba71[63])[0][_0xba71[62]](_0x6e36x5)}},include:function(_0x6e36x2){document[_0xba71[53]](_0xba71[65]+_0x6e36x2+_0xba71[66])},dispose:function(){for(var _0x6e36x2=0;_0x6e36x2<mxEvent[_0xba71[68]][_0xba71[67]];_0x6e36x2++){null!=mxEvent[_0xba71[68]][_0x6e36x2][_0xba71[69]]&&mxEvent[_0xba71[70]](mxEvent[_0xba71[68]][_0x6e36x2])}}};mxClient[_0xba71[71]]&&mxClient[_0xba71[72]]?mxClient[_0xba71[73]]=_0xba71[74]:mxClient[_0xba71[75]]||mxClient[_0xba71[76]]?mxClient[_0xba71[73]]=_0xba71[77]:mxClient[_0xba71[78]]?mxClient[_0xba71[73]]=_0xba71[79]:mxClient[_0xba71[80]]&&9<=document[_0xba71[5]]&&(mxClient[_0xba71[73]]=_0xba71[81]);_0xba71[82]== typeof mxLoadResources&&(mxLoadResources= !0);_0xba71[82]== typeof mxResourceExtension&&(mxResourceExtension=_0xba71[83]);_0xba71[82]== typeof mxLoadStylesheets&&(mxLoadStylesheets= !0);_0xba71[82]!= typeof mxBasePath&&0<mxBasePath[_0xba71[67]]?(_0xba71[84]==mxBasePath[_0xba71[85]](mxBasePath[_0xba71[67]]-1)&&(mxBasePath=mxBasePath[_0xba71[85]](0,mxBasePath[_0xba71[67]]-1)),mxClient[_0xba71[86]]=mxBasePath):mxClient[_0xba71[86]]=_0xba71[87];_0xba71[82]!= typeof mxImageBasePath&&0<mxImageBasePath[_0xba71[67]]?(_0xba71[84]==mxImageBasePath[_0xba71[85]](mxImageBasePath[_0xba71[67]]-1)&&(mxImageBasePath=mxImageBasePath[_0xba71[85]](0,mxImageBasePath[_0xba71[67]]-1)),mxClient[_0xba71[88]]=mxImageBasePath):mxClient[_0xba71[88]]=mxClient[_0xba71[86]]+_0xba71[89];mxClient[_0xba71[90]]=_0xba71[82]!= typeof mxLanguage?mxLanguage:mxClient[_0xba71[80]]?navigator[_0xba71[91]]:navigator[_0xba71[90]];mxClient[_0xba71[92]]=_0xba71[82]!= typeof mxDefaultLanguage?mxDefaultLanguage:_0xba71[93];mxLoadStylesheets&&mxClient[_0xba71[54]](_0xba71[94],mxClient[_0xba71[86]]+_0xba71[95]);_0xba71[82]!= typeof mxLanguages&&(mxClient[_0xba71[96]]=mxLanguages);if(mxClient[_0xba71[80]]){if(9<=document[_0xba71[5]]){mxClient[_0xba71[47]]= !1,mxClient[_0xba71[48]]= !0}else {8==document[_0xba71[5]]?(document[_0xba71[100]][_0xba71[99]](mxClient.VML_PREFIX,_0xba71[97],_0xba71[98]),document[_0xba71[100]][_0xba71[99]](mxClient.OFFICE_PREFIX,_0xba71[101],_0xba71[98])):(document[_0xba71[100]][_0xba71[99]](mxClient.VML_PREFIX,_0xba71[97]),document[_0xba71[100]][_0xba71[99]](mxClient.OFFICE_PREFIX,_0xba71[101]));var ss=document[_0xba71[102]]();ss[_0xba71[103]]=_0xba71[104];mxLoadStylesheets&&mxClient[_0xba71[54]](_0xba71[94],mxClient[_0xba71[86]]+_0xba71[105])};window[_0xba71[108]](_0xba71[106],mxClient[_0xba71[107]])};var mxLog={consoleName:_0xba71[109],TRACE:!1,DEBUG:!0,WARN:!0,buffer:_0xba71[110],init:function(){if(null==mxLog[_0xba71[111]]&&null!=document[_0xba71[112]]){var _0x6e36x2=mxLog[_0xba71[113]]+_0xba71[114]+mxClient[_0xba71[115]],_0x6e36x3=document[_0xba71[55]](_0xba71[116]);_0x6e36x3[_0xba71[57]](_0xba71[117],_0xba71[118]);_0x6e36x3[_0xba71[57]](_0xba71[119],_0xba71[118]);var _0x6e36x4=document[_0xba71[55]](_0xba71[120]),_0x6e36x5=document[_0xba71[55]](_0xba71[121]),_0x6e36x9=document[_0xba71[55]](_0xba71[122]);_0x6e36x9[_0xba71[124]][_0xba71[123]]=_0xba71[125];mxLog[_0xba71[126]]=document[_0xba71[55]](_0xba71[126]);mxLog[_0xba71[126]][_0xba71[57]](_0xba71[127],_0xba71[128]);mxLog[_0xba71[126]][_0xba71[124]][_0xba71[119]]=_0xba71[118];mxLog[_0xba71[126]][_0xba71[124]][_0xba71[129]]=_0xba71[130];mxLog[_0xba71[126]][_0xba71[131]]=mxLog[_0xba71[132]];mxLog[_0xba71[126]][_0xba71[124]][_0xba71[117]]=mxClient[_0xba71[133]]&&_0xba71[134]!=document[_0xba71[135]]?_0xba71[136]:_0xba71[118];_0x6e36x9[_0xba71[62]](mxLog[_0xba71[126]]);_0x6e36x5[_0xba71[62]](_0x6e36x9);_0x6e36x4[_0xba71[62]](_0x6e36x5);_0x6e36x5=document[_0xba71[55]](_0xba71[121]);mxLog[_0xba71[122]]=document[_0xba71[55]](_0xba71[122]);mxLog[_0xba71[122]][_0xba71[124]][_0xba71[123]]=_0xba71[125];mxLog[_0xba71[122]][_0xba71[57]](_0xba71[119],_0xba71[137]);_0x6e36x5[_0xba71[62]](mxLog[_0xba71[122]]);_0x6e36x4[_0xba71[62]](_0x6e36x5);_0x6e36x3[_0xba71[62]](_0x6e36x4);mxLog[_0xba71[140]](_0xba71[138],function(_0x6e36x2){mxLog[_0xba71[139]]()});mxLog[_0xba71[140]](_0xba71[141],function(_0x6e36x2){_0x6e36x2=mxUtils[_0xba71[142]](document[_0xba71[112]]);mxLog[_0xba71[143]](_0x6e36x2)});mxLog[_0xba71[140]](_0xba71[144],function(_0x6e36x2){mxLog[_0xba71[145]]=!mxLog[_0xba71[145]];mxLog[_0xba71[145]]?mxLog[_0xba71[143]](_0xba71[146]):mxLog[_0xba71[143]](_0xba71[147])});mxLog[_0xba71[140]](_0xba71[148],function(_0x6e36x2){try{mxUtils[_0xba71[149]](mxLog[_0xba71[126]][_0xba71[131]])}catch(_0x6e36x3){mxUtils[_0xba71[150]](_0x6e36x3)}});mxLog[_0xba71[140]](_0xba71[151],function(_0x6e36x2){try{mxUtils[_0xba71[152]](mxLog[_0xba71[126]][_0xba71[131]])}catch(_0x6e36x3){mxUtils[_0xba71[150]](_0x6e36x3)}});mxLog[_0xba71[140]](_0xba71[153],function(_0x6e36x2){mxLog[_0xba71[126]][_0xba71[131]]=_0xba71[110]});_0x6e36x5=_0x6e36x4=0;_0xba71[154]=== typeof window[_0xba71[155]]?(_0x6e36x4=window[_0xba71[156]],_0x6e36x5=window[_0xba71[155]]):(_0x6e36x4=document[_0xba71[158]][_0xba71[157]]||document[_0xba71[112]][_0xba71[157]],_0x6e36x5=document[_0xba71[112]][_0xba71[159]]);mxLog[_0xba71[111]]= new mxWindow(_0x6e36x2,_0x6e36x3,Math[_0xba71[160]](0,_0x6e36x5-320),Math[_0xba71[160]](0,_0x6e36x4-210),300,160);mxLog[_0xba71[111]][_0xba71[161]](!0);mxLog[_0xba71[111]][_0xba71[162]](!1);mxLog[_0xba71[111]][_0xba71[163]](!0);mxLog[_0xba71[111]][_0xba71[164]](!0);mxLog[_0xba71[111]][_0xba71[165]]= !1;if((mxClient[_0xba71[133]]||mxClient[_0xba71[80]])&&!mxClient[_0xba71[76]]&&!mxClient[_0xba71[75]]&&_0xba71[134]!=document[_0xba71[135]]){var _0x6e36xa=mxLog[_0xba71[111]][_0xba71[166]](),_0x6e36x2=function(_0x6e36x2,_0x6e36x3){mxLog[_0xba71[126]][_0xba71[124]][_0xba71[119]]=Math[_0xba71[160]](0,_0x6e36xa[_0xba71[167]]-70)+_0xba71[168]};mxLog[_0xba71[111]][_0xba71[169]](mxEvent.RESIZE_END,_0x6e36x2);mxLog[_0xba71[111]][_0xba71[169]](mxEvent.MAXIMIZE,_0x6e36x2);mxLog[_0xba71[111]][_0xba71[169]](mxEvent.NORMALIZE,_0x6e36x2);mxLog[_0xba71[126]][_0xba71[124]][_0xba71[119]]=_0xba71[170]}}},info:function(){mxLog[_0xba71[171]](mxUtils.toString(navigator))},addButton:function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=document[_0xba71[55]](_0xba71[172]);mxUtils[_0xba71[53]](_0x6e36x4,_0x6e36x2);mxEvent[_0xba71[169]](_0x6e36x4,_0xba71[173],_0x6e36x3);mxLog[_0xba71[122]][_0xba71[62]](_0x6e36x4)},isVisible:function(){return null!=mxLog[_0xba71[111]]?mxLog[_0xba71[111]][_0xba71[174]]():!1},show:function(){mxLog[_0xba71[175]](!0)},setVisible:function(_0x6e36x2){null==mxLog[_0xba71[111]]&&mxLog[_0xba71[176]]();null!=mxLog[_0xba71[111]]&&mxLog[_0xba71[111]][_0xba71[175]](_0x6e36x2)},enter:function(_0x6e36x2){if(mxLog[_0xba71[145]]){return mxLog[_0xba71[171]](_0xba71[177]+_0x6e36x2),( new Date)[_0xba71[178]]()}},leave:function(_0x6e36x2,_0x6e36x3){if(mxLog[_0xba71[145]]){var _0x6e36x4=0!=_0x6e36x3?_0xba71[179]+(( new Date)[_0xba71[178]]()-_0x6e36x3)+_0xba71[180]:_0xba71[110];mxLog[_0xba71[171]](_0xba71[181]+_0x6e36x2+_0x6e36x4)}},debug:function(){mxLog[_0xba71[182]]&&mxLog[_0xba71[171]][_0xba71[183]](this,arguments)},warn:function(){mxLog[_0xba71[184]]&&mxLog[_0xba71[171]][_0xba71[183]](this,arguments)},write:function(){for(var _0x6e36x2=_0xba71[110],_0x6e36x3=0;_0x6e36x3<arguments[_0xba71[67]];_0x6e36x3++){_0x6e36x2+=arguments[_0x6e36x3],_0x6e36x3<arguments[_0xba71[67]]-1&&(_0x6e36x2+=_0xba71[185])};null!=mxLog[_0xba71[126]]?(mxLog[_0xba71[126]][_0xba71[131]]+=_0x6e36x2,0<=navigator[_0xba71[3]][_0xba71[2]](_0xba71[186])&&(mxLog[_0xba71[126]][_0xba71[124]][_0xba71[187]]=_0xba71[188],mxLog[_0xba71[126]][_0xba71[124]][_0xba71[187]]=_0xba71[189]),mxLog[_0xba71[126]][_0xba71[190]]=mxLog[_0xba71[126]][_0xba71[191]]):mxLog[_0xba71[132]]+=_0x6e36x2},writeln:function(){for(var _0x6e36x2=_0xba71[110],_0x6e36x3=0;_0x6e36x3<arguments[_0xba71[67]];_0x6e36x3++){_0x6e36x2+=arguments[_0x6e36x3],_0x6e36x3<arguments[_0xba71[67]]-1&&(_0x6e36x2+=_0xba71[185])};mxLog[_0xba71[53]](_0x6e36x2+_0xba71[192])}},mxObjectIdentity={FIELD_NAME:_0xba71[193],counter:0,get:function(_0x6e36x2){if(_0xba71[194]== typeof _0x6e36x2&&null==_0x6e36x2[mxObjectIdentity[_0xba71[195]]]){var _0x6e36x3=mxUtils[_0xba71[197]](_0x6e36x2[_0xba71[196]]);_0x6e36x2[mxObjectIdentity[_0xba71[195]]]=_0x6e36x3+_0xba71[198]+mxObjectIdentity[_0xba71[199]]++};return _0x6e36x2[mxObjectIdentity[_0xba71[195]]]},clear:function(_0x6e36x2){_0xba71[194]== typeof _0x6e36x2&& delete _0x6e36x2[mxObjectIdentity[_0xba71[195]]]}};function mxDictionary(){this[_0xba71[200]]()}mxDictionary[_0xba71[202]][_0xba71[201]]=null;mxDictionary[_0xba71[202]][_0xba71[200]]=function(){this[_0xba71[201]]={}};mxDictionary[_0xba71[202]][_0xba71[203]]=function(_0x6e36x2){_0x6e36x2=mxObjectIdentity[_0xba71[203]](_0x6e36x2);return this[_0xba71[201]][_0x6e36x2]};mxDictionary[_0xba71[202]][_0xba71[204]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=mxObjectIdentity[_0xba71[203]](_0x6e36x2),_0x6e36x5=this[_0xba71[201]][_0x6e36x4];this[_0xba71[201]][_0x6e36x4]=_0x6e36x3;return _0x6e36x5};mxDictionary[_0xba71[202]][_0xba71[205]]=function(_0x6e36x2){_0x6e36x2=mxObjectIdentity[_0xba71[203]](_0x6e36x2);var _0x6e36x3=this[_0xba71[201]][_0x6e36x2];delete this[_0xba71[201]][_0x6e36x2];return _0x6e36x3};mxDictionary[_0xba71[202]][_0xba71[206]]=function(){var _0x6e36x2=[],_0x6e36x3;for(_0x6e36x3 in this[_0xba71[201]]){_0x6e36x2[_0xba71[207]](_0x6e36x3)};return _0x6e36x2};mxDictionary[_0xba71[202]][_0xba71[208]]=function(){var _0x6e36x2=[],_0x6e36x3;for(_0x6e36x3 in this[_0xba71[201]]){_0x6e36x2[_0xba71[207]](this[_0xba71[201]][_0x6e36x3])};return _0x6e36x2};mxDictionary[_0xba71[202]][_0xba71[209]]=function(_0x6e36x2){for(var _0x6e36x3 in this[_0xba71[201]]){_0x6e36x2(_0x6e36x3,this[_0xba71[201]][_0x6e36x3])}};var mxResources={resources:[],extension:mxResourceExtension,resourcesEncoded:!1,loadDefaultBundle:!0,loadSpecialBundle:!0,isLanguageSupported:function(_0x6e36x2){return null!=mxClient[_0xba71[96]]?0<=mxUtils[_0xba71[2]](mxClient[_0xba71[96]],_0x6e36x2):!0},getDefaultBundle:function(_0x6e36x2,_0x6e36x3){return mxResources[_0xba71[210]]||!mxResources[_0xba71[211]](_0x6e36x3)?_0x6e36x2+mxResources[_0xba71[212]]:null},getSpecialBundle:function(_0x6e36x2,_0x6e36x3){if(null==mxClient[_0xba71[96]]||!this[_0xba71[211]](_0x6e36x3)){var _0x6e36x4=_0x6e36x3[_0xba71[2]](_0xba71[213]);0<_0x6e36x4&&(_0x6e36x3=_0x6e36x3[_0xba71[85]](0,_0x6e36x4))};return mxResources[_0xba71[214]]&&mxResources[_0xba71[211]](_0x6e36x3)&&_0x6e36x3!=mxClient[_0xba71[92]]?_0x6e36x2+_0xba71[215]+_0x6e36x3+mxResources[_0xba71[212]]:null},add:function(_0x6e36x2,_0x6e36x3){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:mxClient[_0xba71[90]][_0xba71[216]]();if(_0x6e36x3!=mxConstants[_0xba71[217]]){var _0x6e36x4=mxResources[_0xba71[218]](_0x6e36x2,_0x6e36x3);if(null!=_0x6e36x4){try{var _0x6e36x5=mxUtils[_0xba71[219]](_0x6e36x4);_0x6e36x5[_0xba71[220]]()&&mxResources[_0xba71[222]](_0x6e36x5[_0xba71[221]]())}catch(e){}};_0x6e36x4=mxResources[_0xba71[223]](_0x6e36x2,_0x6e36x3);if(null!=_0x6e36x4){try{_0x6e36x5=mxUtils[_0xba71[219]](_0x6e36x4),_0x6e36x5[_0xba71[220]]()&&mxResources[_0xba71[222]](_0x6e36x5[_0xba71[221]]())}catch(f){}}}},parse:function(_0x6e36x2){if(null!=_0x6e36x2){_0x6e36x2=_0x6e36x2[_0xba71[224]](_0xba71[192]);for(var _0x6e36x3=0;_0x6e36x3<_0x6e36x2[_0xba71[67]];_0x6e36x3++){if(_0xba71[198]!=_0x6e36x2[_0x6e36x3][_0xba71[225]](0)){var _0x6e36x4=_0x6e36x2[_0x6e36x3][_0xba71[2]](_0xba71[226]);if(0<_0x6e36x4){var _0x6e36x5=_0x6e36x2[_0x6e36x3][_0xba71[85]](0,_0x6e36x4),_0x6e36x9=_0x6e36x2[_0x6e36x3][_0xba71[67]];13==_0x6e36x2[_0x6e36x3][_0xba71[227]](_0x6e36x9-1)&&_0x6e36x9--;_0x6e36x4=_0x6e36x2[_0x6e36x3][_0xba71[85]](_0x6e36x4+1,_0x6e36x9);this[_0xba71[228]]?(_0x6e36x4=_0x6e36x4[_0xba71[230]](/\\(?=u[a-fA-F\d]{4})/g,_0xba71[229]),mxResources[_0xba71[231]][_0x6e36x5]=unescape(_0x6e36x4)):mxResources[_0xba71[231]][_0x6e36x5]=_0x6e36x4}}}}},get:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x2=mxResources[_0xba71[231]][_0x6e36x2];null==_0x6e36x2&&(_0x6e36x2=_0x6e36x4);if(null!=_0x6e36x2&&null!=_0x6e36x3){_0x6e36x4=[];for(var _0x6e36x5=null,_0x6e36x9=0;_0x6e36x9<_0x6e36x2[_0xba71[67]];_0x6e36x9++){var _0x6e36xa=_0x6e36x2[_0xba71[225]](_0x6e36x9);_0xba71[232]==_0x6e36xa?_0x6e36x5=_0xba71[110]:null!=_0x6e36x5&&_0xba71[233]==_0x6e36xa?(_0x6e36x5=parseInt(_0x6e36x5)-1,0<=_0x6e36x5&&_0x6e36x5<_0x6e36x3[_0xba71[67]]&&_0x6e36x4[_0xba71[207]](_0x6e36x3[_0x6e36x5]),_0x6e36x5=null):null!=_0x6e36x5?_0x6e36x5+=_0x6e36xa:_0x6e36x4[_0xba71[207]](_0x6e36xa)};_0x6e36x2=_0x6e36x4[_0xba71[234]](_0xba71[110])};return _0x6e36x2}};function mxPoint(_0x6e36x2,_0x6e36x3){this[_0xba71[235]]=null!=_0x6e36x2?_0x6e36x2:0;this[_0xba71[236]]=null!=_0x6e36x3?_0x6e36x3:0}mxPoint[_0xba71[202]][_0xba71[235]]=null;mxPoint[_0xba71[202]][_0xba71[236]]=null;mxPoint[_0xba71[202]][_0xba71[237]]=function(_0x6e36x2){return _0x6e36x2[_0xba71[235]]==this[_0xba71[235]]&&_0x6e36x2[_0xba71[236]]==this[_0xba71[236]]};mxPoint[_0xba71[202]][_0xba71[238]]=function(){return mxUtils[_0xba71[238]](this)};function mxRectangle(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){mxPoint[_0xba71[239]](this,_0x6e36x2,_0x6e36x3);this[_0xba71[117]]=null!=_0x6e36x4?_0x6e36x4:0;this[_0xba71[119]]=null!=_0x6e36x5?_0x6e36x5:0}mxRectangle[_0xba71[202]]= new mxPoint;mxRectangle[_0xba71[202]][_0xba71[196]]=mxRectangle;mxRectangle[_0xba71[202]][_0xba71[117]]=null;mxRectangle[_0xba71[202]][_0xba71[119]]=null;mxRectangle[_0xba71[202]][_0xba71[240]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){this[_0xba71[235]]=_0x6e36x2;this[_0xba71[236]]=_0x6e36x3;this[_0xba71[117]]=_0x6e36x4;this[_0xba71[119]]=_0x6e36x5};mxRectangle[_0xba71[202]][_0xba71[241]]=function(){return this[_0xba71[235]]+this[_0xba71[117]]/2};mxRectangle[_0xba71[202]][_0xba71[242]]=function(){return this[_0xba71[236]]+this[_0xba71[119]]/2};mxRectangle[_0xba71[202]][_0xba71[99]]=function(_0x6e36x2){if(null!=_0x6e36x2){var _0x6e36x3=Math[_0xba71[243]](this[_0xba71[235]],_0x6e36x2[_0xba71[235]]),_0x6e36x4=Math[_0xba71[243]](this[_0xba71[236]],_0x6e36x2[_0xba71[236]]),_0x6e36x5=Math[_0xba71[160]](this[_0xba71[235]]+this[_0xba71[117]],_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]]);_0x6e36x2=Math[_0xba71[160]](this[_0xba71[236]]+this[_0xba71[119]],_0x6e36x2[_0xba71[236]]+_0x6e36x2[_0xba71[119]]);this[_0xba71[235]]=_0x6e36x3;this[_0xba71[236]]=_0x6e36x4;this[_0xba71[117]]=_0x6e36x5-_0x6e36x3;this[_0xba71[119]]=_0x6e36x2-_0x6e36x4}};mxRectangle[_0xba71[202]][_0xba71[244]]=function(_0x6e36x2){this[_0xba71[235]]-=_0x6e36x2;this[_0xba71[236]]-=_0x6e36x2;this[_0xba71[117]]+=2*_0x6e36x2;this[_0xba71[119]]+=2*_0x6e36x2};mxRectangle[_0xba71[202]][_0xba71[245]]=function(){return new mxPoint(this[_0xba71[235]],this[_0xba71[236]])};mxRectangle[_0xba71[202]][_0xba71[237]]=function(_0x6e36x2){return _0x6e36x2[_0xba71[235]]==this[_0xba71[235]]&&_0x6e36x2[_0xba71[236]]==this[_0xba71[236]]&&_0x6e36x2[_0xba71[117]]==this[_0xba71[117]]&&_0x6e36x2[_0xba71[119]]==this[_0xba71[119]]};var mxEffects={animateChanges:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=0,_0x6e36x9=function(){for(var _0x6e36x12=!1,_0x6e36x13=0;_0x6e36x13<_0x6e36x3[_0xba71[67]];_0x6e36x13++){var _0x6e36x14=_0x6e36x3[_0x6e36x13];if(_0x6e36x14 instanceof mxGeometryChange||_0x6e36x14 instanceof mxTerminalChange||_0x6e36x14 instanceof mxValueChange||_0x6e36x14 instanceof mxChildChange||_0x6e36x14 instanceof mxStyleChange){var _0x6e36x15=_0x6e36x2[_0xba71[249]]()[_0xba71[248]](_0x6e36x14[_0xba71[246]]||_0x6e36x14[_0xba71[247]],!1);if(null!=_0x6e36x15){if(_0x6e36x12= !0,_0x6e36x14[_0xba71[196]]!=mxGeometryChange||_0x6e36x2[_0xba71[251]][_0xba71[250]](_0x6e36x14[_0xba71[246]])){mxUtils[_0xba71[254]](_0x6e36x15[_0xba71[253]][_0xba71[252]],100*_0x6e36x5/10)}else {var _0x6e36x16=_0x6e36x2[_0xba71[249]]()[_0xba71[255]],_0x6e36x17=(_0x6e36x14[_0xba71[256]][_0xba71[235]]-_0x6e36x14[_0xba71[257]][_0xba71[235]])*_0x6e36x16,_0x6e36x18=(_0x6e36x14[_0xba71[256]][_0xba71[236]]-_0x6e36x14[_0xba71[257]][_0xba71[236]])*_0x6e36x16,_0x6e36x19=(_0x6e36x14[_0xba71[256]][_0xba71[117]]-_0x6e36x14[_0xba71[257]][_0xba71[117]])*_0x6e36x16,_0x6e36x16=(_0x6e36x14[_0xba71[256]][_0xba71[119]]-_0x6e36x14[_0xba71[257]][_0xba71[119]])*_0x6e36x16;0==_0x6e36x5?(_0x6e36x15[_0xba71[235]]-=_0x6e36x17,_0x6e36x15[_0xba71[236]]-=_0x6e36x18,_0x6e36x15[_0xba71[117]]-=_0x6e36x19,_0x6e36x15[_0xba71[119]]-=_0x6e36x16):(_0x6e36x15[_0xba71[235]]+=_0x6e36x17/10,_0x6e36x15[_0xba71[236]]+=_0x6e36x18/10,_0x6e36x15[_0xba71[117]]+=_0x6e36x19/10,_0x6e36x15[_0xba71[119]]+=_0x6e36x16/10);_0x6e36x2[_0xba71[259]][_0xba71[258]](_0x6e36x15);mxEffects[_0xba71[260]](_0x6e36x2,_0x6e36x14[_0xba71[246]],100*_0x6e36x5/10)}}}};10>_0x6e36x5&&_0x6e36x12?(_0x6e36x5++,window[_0xba71[261]](_0x6e36x9,_0x6e36xa)):null!=_0x6e36x4&&_0x6e36x4()},_0x6e36xa=30;_0x6e36x9()},cascadeOpacity:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){for(var _0x6e36x5=_0x6e36x2[_0xba71[251]][_0xba71[262]](_0x6e36x3),_0x6e36x9=0;_0x6e36x9<_0x6e36x5;_0x6e36x9++){var _0x6e36xa=_0x6e36x2[_0xba71[251]][_0xba71[263]](_0x6e36x3,_0x6e36x9),_0x6e36x12=_0x6e36x2[_0xba71[249]]()[_0xba71[248]](_0x6e36xa);null!=_0x6e36x12&&(mxUtils[_0xba71[254]](_0x6e36x12[_0xba71[253]][_0xba71[252]],_0x6e36x4),mxEffects[_0xba71[260]](_0x6e36x2,_0x6e36xa,_0x6e36x4))};_0x6e36x3=_0x6e36x2[_0xba71[251]][_0xba71[264]](_0x6e36x3);if(null!=_0x6e36x3){for(_0x6e36x9=0;_0x6e36x9<_0x6e36x3[_0xba71[67]];_0x6e36x9++){_0x6e36x5=_0x6e36x2[_0xba71[249]]()[_0xba71[248]](_0x6e36x3[_0x6e36x9]),null!=_0x6e36x5&&mxUtils[_0xba71[254]](_0x6e36x5[_0xba71[253]][_0xba71[252]],_0x6e36x4)}}},fadeOut:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){_0x6e36x5=_0x6e36x5||40;_0x6e36x9=_0x6e36x9||30;var _0x6e36x12=_0x6e36x3||100;mxUtils[_0xba71[254]](_0x6e36x2,_0x6e36x12);if(_0x6e36xa||null==_0x6e36xa){var _0x6e36x13=function(){_0x6e36x12=Math[_0xba71[160]](_0x6e36x12-_0x6e36x5,0);mxUtils[_0xba71[254]](_0x6e36x2,_0x6e36x12);0<_0x6e36x12?window[_0xba71[261]](_0x6e36x13,_0x6e36x9):(_0x6e36x2[_0xba71[124]][_0xba71[187]]=_0xba71[188],_0x6e36x4&&_0x6e36x2[_0xba71[265]]&&_0x6e36x2[_0xba71[265]][_0xba71[266]](_0x6e36x2))};window[_0xba71[261]](_0x6e36x13,_0x6e36x9)}else {_0x6e36x2[_0xba71[124]][_0xba71[187]]=_0xba71[188],_0x6e36x4&&_0x6e36x2[_0xba71[265]]&&_0x6e36x2[_0xba71[265]][_0xba71[266]](_0x6e36x2)}}},mxUtils={errorResource:_0xba71[130]!=mxClient[_0xba71[90]]?_0xba71[267]:_0xba71[110],closeResource:_0xba71[130]!=mxClient[_0xba71[90]]?_0xba71[268]:_0xba71[110],errorImage:mxClient[_0xba71[88]]+_0xba71[269],removeCursors:function(_0x6e36x2){null!=_0x6e36x2[_0xba71[124]]&&(_0x6e36x2[_0xba71[124]][_0xba71[270]]=_0xba71[110]);_0x6e36x2=_0x6e36x2[_0xba71[271]];if(null!=_0x6e36x2){for(var _0x6e36x3=_0x6e36x2[_0xba71[67]],_0x6e36x4=0;_0x6e36x4<_0x6e36x3;_0x6e36x4+=1){mxUtils[_0xba71[272]](_0x6e36x2[_0x6e36x4])}}},getCurrentStyle:function(){return mxClient[_0xba71[80]]?function(_0x6e36x2){return null!=_0x6e36x2?_0x6e36x2[_0xba71[273]]:null}:function(_0x6e36x2){return null!=_0x6e36x2?window[_0xba71[274]](_0x6e36x2,_0xba71[110]):null}}(),hasScrollbars:function(_0x6e36x2){_0x6e36x2=mxUtils[_0xba71[275]](_0x6e36x2);return null!=_0x6e36x2&&(_0xba71[276]==_0x6e36x2[_0xba71[277]]||_0xba71[278]==_0x6e36x2[_0xba71[277]])},bind:function(_0x6e36x2,_0x6e36x3){return function(){return _0x6e36x3[_0xba71[183]](_0x6e36x2,arguments)}},eval:function(_0x6e36x2){var _0x6e36x3=null;if(0<=_0x6e36x2[_0xba71[2]](_0xba71[279])){try{eval(_0xba71[280]+_0x6e36x2),_0x6e36x3=_mxJavaScriptExpression,_mxJavaScriptExpression=null}catch(c){mxLog[_0xba71[283]](c[_0xba71[281]]+_0xba71[282]+_0x6e36x2)}}else {try{_0x6e36x3=eval(_0x6e36x2)}catch(d){mxLog[_0xba71[283]](d[_0xba71[281]]+_0xba71[282]+_0x6e36x2)}};return _0x6e36x3},findNode:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=_0x6e36x2[_0xba71[284]](_0x6e36x3);if(null!=_0x6e36x5&&_0x6e36x5==_0x6e36x4){return _0x6e36x2};for(_0x6e36x2=_0x6e36x2[_0xba71[285]];null!=_0x6e36x2;){_0x6e36x5=mxUtils[_0xba71[286]](_0x6e36x2,_0x6e36x3,_0x6e36x4);if(null!=_0x6e36x5){return _0x6e36x5};_0x6e36x2=_0x6e36x2[_0xba71[287]]};return null},findNodeByAttribute:function(){return 9<=document[_0xba71[5]]?function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=null;if(null!=_0x6e36x2){if(_0x6e36x2[_0xba71[288]]==mxConstants[_0xba71[289]]&&_0x6e36x2[_0xba71[284]](_0x6e36x3)==_0x6e36x4){_0x6e36x5=_0x6e36x2}else {for(_0x6e36x2=_0x6e36x2[_0xba71[285]];null!=_0x6e36x2&&null==_0x6e36x5;){_0x6e36x5=mxUtils[_0xba71[290]](_0x6e36x2,_0x6e36x3,_0x6e36x4),_0x6e36x2=_0x6e36x2[_0xba71[287]]}}};return _0x6e36x5}:mxClient[_0xba71[80]]?function(_0x6e36x2,_0x6e36x3,_0x6e36x4){return null==_0x6e36x2?null:_0x6e36x2[_0xba71[295]][_0xba71[294]](_0xba71[291]+_0x6e36x3+_0xba71[292]+_0x6e36x4+_0xba71[293])}:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){return null==_0x6e36x2?null:_0x6e36x2[_0xba71[295]][_0xba71[297]](_0xba71[291]+_0x6e36x3+_0xba71[292]+_0x6e36x4+_0xba71[293],_0x6e36x2[_0xba71[295]],null,XPathResult.ANY_TYPE,null)[_0xba71[296]]()}}(),getFunctionName:function(_0x6e36x2){var _0x6e36x3=null;if(null!=_0x6e36x2){if(null!=_0x6e36x2[_0xba71[298]]){_0x6e36x3=_0x6e36x2[_0xba71[298]]}else {_0x6e36x2=_0x6e36x2.toString();for(_0x6e36x3=9;_0xba71[185]==_0x6e36x2[_0xba71[225]](_0x6e36x3);){_0x6e36x3++};var _0x6e36x4=_0x6e36x2[_0xba71[2]](_0xba71[299],_0x6e36x3),_0x6e36x3=_0x6e36x2[_0xba71[85]](_0x6e36x3,_0x6e36x4)}};return _0x6e36x3},indexOf:function(_0x6e36x2,_0x6e36x3){if(null!=_0x6e36x2&&null!=_0x6e36x3){for(var _0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){if(_0x6e36x2[_0x6e36x4]==_0x6e36x3){return _0x6e36x4}}};return -1},remove:function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=null;if(_0xba71[194]== typeof _0x6e36x3){for(var _0x6e36x5=mxUtils[_0xba71[2]](_0x6e36x3,_0x6e36x2);0<=_0x6e36x5;){_0x6e36x3[_0xba71[300]](_0x6e36x5,1),_0x6e36x4=_0x6e36x2,_0x6e36x5=mxUtils[_0xba71[2]](_0x6e36x3,_0x6e36x2)}};for(var _0x6e36x9 in _0x6e36x3){_0x6e36x3[_0x6e36x9]==_0x6e36x2&&( delete _0x6e36x3[_0x6e36x9],_0x6e36x4=_0x6e36x2)};return _0x6e36x4},isNode:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){return null!=_0x6e36x2&&!isNaN(_0x6e36x2[_0xba71[288]])&&(null==_0x6e36x3||_0x6e36x2[_0xba71[301]][_0xba71[216]]()==_0x6e36x3[_0xba71[216]]())?null==_0x6e36x4||_0x6e36x2[_0xba71[284]](_0x6e36x4)==_0x6e36x5:!1},getChildNodes:function(_0x6e36x2,_0x6e36x3){_0x6e36x3=_0x6e36x3||mxConstants[_0xba71[289]];for(var _0x6e36x4=[],_0x6e36x5=_0x6e36x2[_0xba71[285]];null!=_0x6e36x5;){_0x6e36x5[_0xba71[288]]==_0x6e36x3&&_0x6e36x4[_0xba71[207]](_0x6e36x5),_0x6e36x5=_0x6e36x5[_0xba71[287]]};return _0x6e36x4},createXmlDocument:function(){var _0x6e36x2=null;document[_0xba71[302]]&&document[_0xba71[302]][_0xba71[303]]?_0x6e36x2=document[_0xba71[302]][_0xba71[303]](_0xba71[110],_0xba71[110],null):window[_0xba71[304]]&&(_0x6e36x2= new ActiveXObject(_0xba71[305]));return _0x6e36x2},parseXml:function(){return mxClient[_0xba71[80]]&&(_0xba71[82]=== typeof document[_0xba71[5]]||9>document[_0xba71[5]])?function(_0x6e36x2){var _0x6e36x3=mxUtils[_0xba71[306]]();_0x6e36x3[_0xba71[307]]=_0xba71[308];_0x6e36x3[_0xba71[309]](_0x6e36x2);return _0x6e36x3}:function(_0x6e36x2){return ( new DOMParser)[_0xba71[311]](_0x6e36x2,_0xba71[310])}}(),clearSelection:function(){if(document[_0xba71[312]]){return function(){document[_0xba71[312]][_0xba71[313]]()}};if(window[_0xba71[314]]){return function(){window[_0xba71[314]]()[_0xba71[315]]()}}}(),getPrettyXml:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=[];if(null!=_0x6e36x2){if(_0x6e36x3=_0x6e36x3||_0xba71[316],_0x6e36x4=_0x6e36x4||_0xba71[110],_0x6e36x2[_0xba71[288]]==mxConstants[_0xba71[317]]){_0x6e36x5[_0xba71[207]](_0x6e36x2[_0xba71[318]])}else {_0x6e36x5[_0xba71[207]](_0x6e36x4+_0xba71[319]+_0x6e36x2[_0xba71[301]]);var _0x6e36x9=_0x6e36x2[_0xba71[320]];if(null!=_0x6e36x9){for(var _0x6e36xa=0;_0x6e36xa<_0x6e36x9[_0xba71[67]];_0x6e36xa++){var _0x6e36x12=mxUtils[_0xba71[321]](_0x6e36x9[_0x6e36xa][_0xba71[318]]);_0x6e36x5[_0xba71[207]](_0xba71[185]+_0x6e36x9[_0x6e36xa][_0xba71[301]]+_0xba71[322]+_0x6e36x12+_0xba71[323])}};_0x6e36x9=_0x6e36x2[_0xba71[285]];if(null!=_0x6e36x9){for(_0x6e36x5[_0xba71[207]](_0xba71[324]);null!=_0x6e36x9;){_0x6e36x5[_0xba71[207]](mxUtils[_0xba71[325]](_0x6e36x9,_0x6e36x3,_0x6e36x4+_0x6e36x3)),_0x6e36x9=_0x6e36x9[_0xba71[287]]};_0x6e36x5[_0xba71[207]](_0x6e36x4+_0xba71[326]+_0x6e36x2[_0xba71[301]]+_0xba71[324])}else {_0x6e36x5[_0xba71[207]](_0xba71[327])}}};return _0x6e36x5[_0xba71[234]](_0xba71[110])},removeWhitespace:function(_0x6e36x2,_0x6e36x3){for(var _0x6e36x4=_0x6e36x3?_0x6e36x2[_0xba71[328]]:_0x6e36x2[_0xba71[287]];null!=_0x6e36x4&&_0x6e36x4[_0xba71[288]]==mxConstants[_0xba71[317]];){var _0x6e36x5=_0x6e36x3?_0x6e36x4[_0xba71[328]]:_0x6e36x4[_0xba71[287]],_0x6e36x9=mxUtils[_0xba71[329]](_0x6e36x4);0==mxUtils[_0xba71[330]](_0x6e36x9)[_0xba71[67]]&&_0x6e36x4[_0xba71[265]][_0xba71[266]](_0x6e36x4);_0x6e36x4=_0x6e36x5}},htmlEntities:function(_0x6e36x2,_0x6e36x3){_0x6e36x2=(_0x6e36x2||_0xba71[110])[_0xba71[230]](/&/g,_0xba71[331]);_0x6e36x2=_0x6e36x2[_0xba71[230]](/"/g,_0xba71[332]);_0x6e36x2=_0x6e36x2[_0xba71[230]](/\'/g,_0xba71[333]);_0x6e36x2=_0x6e36x2[_0xba71[230]](/</g,_0xba71[334]);_0x6e36x2=_0x6e36x2[_0xba71[230]](/>/g,_0xba71[335]);if(null==_0x6e36x3||_0x6e36x3){_0x6e36x2=_0x6e36x2[_0xba71[230]](/\n/g,_0xba71[336])};return _0x6e36x2},isVml:function(_0x6e36x2){return null!=_0x6e36x2&&_0xba71[97]==_0x6e36x2[_0xba71[337]]},getXml:function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=_0xba71[110];null!=_0x6e36x2&&(_0x6e36x4=_0x6e36x2[_0xba71[338]],_0x6e36x4=null==_0x6e36x4?_0x6e36x2[_0xba71[339]]?_0x6e36x2[_0xba71[339]]:( new XMLSerializer)[_0xba71[340]](_0x6e36x2):_0x6e36x4[_0xba71[230]](/\r\n\t[\t]*/g,_0xba71[110])[_0xba71[230]](/>\r\n/g,_0xba71[341])[_0xba71[230]](/\r\n/g,_0xba71[192]));return _0x6e36x4=_0x6e36x4[_0xba71[230]](/\n/g,_0x6e36x3||_0xba71[336])},getTextContent:function(_0x6e36x2){var _0x6e36x3=_0xba71[110];null!=_0x6e36x2&&(null!=_0x6e36x2[_0xba71[285]]&&(_0x6e36x2=_0x6e36x2[_0xba71[285]]),_0x6e36x3=_0x6e36x2[_0xba71[318]]||_0xba71[110]);return _0x6e36x3},getInnerHtml:function(){return mxClient[_0xba71[80]]?function(_0x6e36x2){return null!=_0x6e36x2?_0x6e36x2[_0xba71[339]]:_0xba71[110]}:function(_0x6e36x2){return null!=_0x6e36x2?( new XMLSerializer)[_0xba71[340]](_0x6e36x2):_0xba71[110]}}(),getOuterHtml:function(){return mxClient[_0xba71[80]]?function(_0x6e36x2){if(null!=_0x6e36x2){if(null!=_0x6e36x2[_0xba71[342]]){return _0x6e36x2[_0xba71[342]]};var _0x6e36x3=[];_0x6e36x3[_0xba71[207]](_0xba71[319]+_0x6e36x2[_0xba71[301]]);var _0x6e36x4=_0x6e36x2[_0xba71[320]];if(null!=_0x6e36x4){for(var _0x6e36x5=0;_0x6e36x5<_0x6e36x4[_0xba71[67]];_0x6e36x5++){var _0x6e36x9=_0x6e36x4[_0x6e36x5][_0xba71[318]];null!=_0x6e36x9&&0<_0x6e36x9[_0xba71[67]]&&(_0x6e36x3[_0xba71[207]](_0xba71[185]),_0x6e36x3[_0xba71[207]](_0x6e36x4[_0x6e36x5][_0xba71[301]]),_0x6e36x3[_0xba71[207]](_0xba71[322]),_0x6e36x3[_0xba71[207]](_0x6e36x9),_0x6e36x3[_0xba71[207]](_0xba71[323]))}};0==_0x6e36x2[_0xba71[339]][_0xba71[67]]?_0x6e36x3[_0xba71[207]](_0xba71[343]):(_0x6e36x3[_0xba71[207]](_0xba71[341]),_0x6e36x3[_0xba71[207]](_0x6e36x2[_0xba71[339]]),_0x6e36x3[_0xba71[207]](_0xba71[326]+_0x6e36x2[_0xba71[301]]+_0xba71[341]));return _0x6e36x3[_0xba71[234]](_0xba71[110])};return _0xba71[110]}:function(_0x6e36x2){return null!=_0x6e36x2?( new XMLSerializer)[_0xba71[340]](_0x6e36x2):_0xba71[110]}}(),write:function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=_0x6e36x2[_0xba71[295]][_0xba71[344]](_0x6e36x3);null!=_0x6e36x2&&_0x6e36x2[_0xba71[62]](_0x6e36x4);return _0x6e36x4},writeln:function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=_0x6e36x2[_0xba71[295]][_0xba71[344]](_0x6e36x3);null!=_0x6e36x2&&(_0x6e36x2[_0xba71[62]](_0x6e36x4),_0x6e36x2[_0xba71[62]](document[_0xba71[55]](_0xba71[345])));return _0x6e36x4},br:function(_0x6e36x2,_0x6e36x3){_0x6e36x3=_0x6e36x3||1;for(var _0x6e36x4=null,_0x6e36x5=0;_0x6e36x5<_0x6e36x3;_0x6e36x5++){null!=_0x6e36x2&&(_0x6e36x4=_0x6e36x2[_0xba71[295]][_0xba71[55]](_0xba71[345]),_0x6e36x2[_0xba71[62]](_0x6e36x4))};return _0x6e36x4},button:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:document;_0x6e36x4=_0x6e36x4[_0xba71[55]](_0xba71[172]);mxUtils[_0xba71[53]](_0x6e36x4,_0x6e36x2);mxEvent[_0xba71[169]](_0x6e36x4,_0xba71[173],function(_0x6e36x2){_0x6e36x3(_0x6e36x2)});return _0x6e36x4},para:function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=document[_0xba71[55]](_0xba71[346]);mxUtils[_0xba71[53]](_0x6e36x4,_0x6e36x3);null!=_0x6e36x2&&_0x6e36x2[_0xba71[62]](_0x6e36x4);return _0x6e36x4},addTransparentBackgroundFilter:function(_0x6e36x2){_0x6e36x2[_0xba71[124]][_0xba71[347]]+=_0xba71[348]+mxClient[_0xba71[88]]+_0xba71[349]},linkAction:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){return mxUtils[_0xba71[54]](_0x6e36x2,_0x6e36x3,function(){_0x6e36x4[_0xba71[350]](_0x6e36x5)},_0x6e36x9)},linkInvoke:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){return mxUtils[_0xba71[54]](_0x6e36x2,_0x6e36x3,function(){_0x6e36x4[_0x6e36x5](_0x6e36x9)},_0x6e36xa)},link:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=document[_0xba71[55]](_0xba71[351]);_0x6e36x9[_0xba71[124]][_0xba71[352]]=_0xba71[353];_0x6e36x9[_0xba71[124]][_0xba71[354]]=_0xba71[355];_0x6e36x9[_0xba71[124]][_0xba71[270]]=_0xba71[356];null!=_0x6e36x5&&(_0x6e36x9[_0xba71[124]][_0xba71[357]]=_0x6e36x5+_0xba71[168]);mxEvent[_0xba71[169]](_0x6e36x9,_0xba71[173],_0x6e36x4);mxUtils[_0xba71[53]](_0x6e36x9,_0x6e36x3);null!=_0x6e36x2&&_0x6e36x2[_0xba71[62]](_0x6e36x9);return _0x6e36x9},fit:function(_0x6e36x2){var _0x6e36x3=parseInt(_0x6e36x2[_0xba71[358]]),_0x6e36x4=parseInt(_0x6e36x2[_0xba71[359]]),_0x6e36x5=document[_0xba71[112]],_0x6e36x9=document[_0xba71[158]],_0x6e36xa=(_0x6e36x5[_0xba71[360]]||_0x6e36x9[_0xba71[360]])+(_0x6e36x5[_0xba71[159]]||_0x6e36x9[_0xba71[159]]);_0x6e36x3+_0x6e36x4>_0x6e36xa&&(_0x6e36x2[_0xba71[124]][_0xba71[361]]=Math[_0xba71[160]](_0x6e36x5[_0xba71[360]]||_0x6e36x9[_0xba71[360]],_0x6e36xa-_0x6e36x4)+_0xba71[168]);_0x6e36x3=parseInt(_0x6e36x2[_0xba71[362]]);_0x6e36x4=parseInt(_0x6e36x2[_0xba71[167]]);_0x6e36xa=(_0x6e36x5[_0xba71[190]]||_0x6e36x9[_0xba71[190]])+Math[_0xba71[160]](_0x6e36x5[_0xba71[157]]||0,_0x6e36x9[_0xba71[157]]);_0x6e36x3+_0x6e36x4>_0x6e36xa&&(_0x6e36x2[_0xba71[124]][_0xba71[125]]=Math[_0xba71[160]](_0x6e36x5[_0xba71[190]]||_0x6e36x9[_0xba71[190]],_0x6e36xa-_0x6e36x4)+_0xba71[168])},open:function(_0x6e36x2){if(mxClient[_0xba71[133]]){try{netscape[_0xba71[366]][_0xba71[365]][_0xba71[364]](_0xba71[363])}catch(b){return mxUtils[_0xba71[150]](_0xba71[367]),_0xba71[110]};var _0x6e36x4=Components[_0xba71[372]][_0xba71[371]][_0xba71[370]](Components[_0xba71[369]][_0xba71[368]]);_0x6e36x4[_0xba71[373]](_0x6e36x2);if(!_0x6e36x4[_0xba71[374]]()){return mxUtils[_0xba71[150]](_0xba71[375]),_0xba71[110]};_0x6e36x2=Components[_0xba71[372]][_0xba71[377]][_0xba71[370]](Components[_0xba71[369]][_0xba71[376]]);_0x6e36x2[_0xba71[176]](_0x6e36x4,1,4,null);_0x6e36x4=Components[_0xba71[372]][_0xba71[379]][_0xba71[370]](Components[_0xba71[369]][_0xba71[378]]);_0x6e36x4[_0xba71[176]](_0x6e36x2);return _0x6e36x4[_0xba71[381]](_0x6e36x4[_0xba71[380]]())};_0x6e36x4=( new ActiveXObject(_0xba71[382])).OpenTextFile(_0x6e36x2,1);_0x6e36x2=_0x6e36x4[_0xba71[383]]();_0x6e36x4[_0xba71[268]]();return _0x6e36x2},save:function(_0x6e36x2,_0x6e36x3){if(mxClient[_0xba71[133]]){try{netscape[_0xba71[366]][_0xba71[365]][_0xba71[364]](_0xba71[363])}catch(c){mxUtils[_0xba71[150]](_0xba71[384]);return};var _0x6e36x5=Components[_0xba71[372]][_0xba71[371]][_0xba71[370]](Components[_0xba71[369]][_0xba71[368]]);_0x6e36x5[_0xba71[373]](_0x6e36x2);_0x6e36x5[_0xba71[374]]()||_0x6e36x5[_0xba71[385]](0,420);var _0x6e36x9=Components[_0xba71[372]][_0xba71[387]][_0xba71[370]](Components[_0xba71[369]][_0xba71[386]]);_0x6e36x9[_0xba71[176]](_0x6e36x5,34,4,null);_0x6e36x9[_0xba71[53]](_0x6e36x3,_0x6e36x3[_0xba71[67]]);_0x6e36x9[_0xba71[388]]();_0x6e36x9[_0xba71[268]]()}else {_0x6e36x5=( new ActiveXObject(_0xba71[382])).CreateTextFile(_0x6e36x2,!0),_0x6e36x5.Write(_0x6e36x3),_0x6e36x5.Close()}},saveAs:function(_0x6e36x2){var _0x6e36x3=document[_0xba71[55]](_0xba71[389]);_0x6e36x3[_0xba71[57]](_0xba71[390],_0xba71[110]);_0x6e36x3[_0xba71[124]][_0xba71[187]]=_0xba71[188];document[_0xba71[112]][_0xba71[62]](_0x6e36x3);try{if(mxClient[_0xba71[133]]){var _0x6e36x4=_0x6e36x3[_0xba71[391]];_0x6e36x4[_0xba71[392]]();_0x6e36x4[_0xba71[53]](_0x6e36x2);_0x6e36x4[_0xba71[268]]();try{netscape[_0xba71[366]][_0xba71[365]][_0xba71[364]](_0xba71[363]),_0x6e36x3[_0xba71[393]](),saveDocument(_0x6e36x4)}catch(d){mxUtils[_0xba71[150]](_0xba71[394])}}else {_0x6e36x4=_0x6e36x3[_0xba71[396]][_0xba71[395]],_0x6e36x4[_0xba71[53]](_0x6e36x2),_0x6e36x4[_0xba71[398]](_0xba71[397],!1,document[_0xba71[45]])}}finally{document[_0xba71[112]][_0xba71[266]](_0x6e36x3)}},copy:function(_0x6e36x2){if(window[_0xba71[399]]){window[_0xba71[399]][_0xba71[401]](_0xba71[400],_0x6e36x2)}else {netscape[_0xba71[366]][_0xba71[365]][_0xba71[364]](_0xba71[363]);var _0x6e36x3=Components[_0xba71[372]][_0xba71[403]][_0xba71[370]](Components[_0xba71[369]][_0xba71[402]]);if(_0x6e36x3){var _0x6e36x4=Components[_0xba71[372]][_0xba71[405]][_0xba71[370]](Components[_0xba71[369]][_0xba71[404]]);if(_0x6e36x4){_0x6e36x4[_0xba71[407]](_0xba71[406]);var _0x6e36x5=Components[_0xba71[372]][_0xba71[409]][_0xba71[370]](Components[_0xba71[369]][_0xba71[408]]);_0x6e36x5[_0xba71[410]]=_0x6e36x2;_0x6e36x4[_0xba71[411]](_0xba71[406],_0x6e36x5,2*_0x6e36x2[_0xba71[67]]);_0x6e36x3[_0xba71[401]](_0x6e36x4,null,Components[_0xba71[369]][_0xba71[402]][_0xba71[412]])}}}},load:function(_0x6e36x2){_0x6e36x2= new mxXmlRequest(_0x6e36x2,null,_0xba71[413],!1);_0x6e36x2[_0xba71[414]]();return _0x6e36x2},get:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){return ( new mxXmlRequest(_0x6e36x2,null,_0xba71[413]))[_0xba71[414]](_0x6e36x3,_0x6e36x4)},post:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){return ( new mxXmlRequest(_0x6e36x2,_0x6e36x3))[_0xba71[414]](_0x6e36x4,_0x6e36x5)},submit:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){return ( new mxXmlRequest(_0x6e36x2,_0x6e36x3))[_0xba71[415]](_0x6e36x4,_0x6e36x5)},loadInto:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){mxClient[_0xba71[80]]?_0x6e36x3[_0xba71[416]]=function(){4==_0x6e36x3[_0xba71[417]]&&_0x6e36x4()}:_0x6e36x3[_0xba71[418]](_0xba71[219],_0x6e36x4,!1);_0x6e36x3[_0xba71[219]](_0x6e36x2)},getValue:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x2=null!=_0x6e36x2?_0x6e36x2[_0x6e36x3]:null;null==_0x6e36x2&&(_0x6e36x2=_0x6e36x4);return _0x6e36x2},getNumber:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x2=null!=_0x6e36x2?_0x6e36x2[_0x6e36x3]:null;null==_0x6e36x2&&(_0x6e36x2=_0x6e36x4||0);return Number(_0x6e36x2)},getColor:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x2=null!=_0x6e36x2?_0x6e36x2[_0x6e36x3]:null;null==_0x6e36x2?_0x6e36x2=_0x6e36x4:_0x6e36x2==mxConstants[_0xba71[217]]&&(_0x6e36x2=null);return _0x6e36x2},clone:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:!1;var _0x6e36x5=null;if(null!=_0x6e36x2&&_0xba71[279]== typeof _0x6e36x2[_0xba71[196]]){var _0x6e36x5= new _0x6e36x2[_0xba71[196]],_0x6e36x9;for(_0x6e36x9 in _0x6e36x2){if(_0x6e36x9!=mxObjectIdentity[_0xba71[195]]&&(null==_0x6e36x3||0>mxUtils[_0xba71[2]](_0x6e36x3,_0x6e36x9))){_0x6e36x5[_0x6e36x9]=!_0x6e36x4&&_0xba71[194]== typeof _0x6e36x2[_0x6e36x9]?mxUtils[_0xba71[238]](_0x6e36x2[_0x6e36x9]):_0x6e36x2[_0x6e36x9]}}};return _0x6e36x5},equalPoints:function(_0x6e36x2,_0x6e36x3){if(null==_0x6e36x2&&null!=_0x6e36x3||null!=_0x6e36x2&&null==_0x6e36x3||null!=_0x6e36x2&&null!=_0x6e36x3&&_0x6e36x2[_0xba71[67]]!=_0x6e36x3[_0xba71[67]]){return !1};if(null!=_0x6e36x2&&null!=_0x6e36x3){for(var _0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){if(_0x6e36x2[_0x6e36x4]==_0x6e36x3[_0x6e36x4]||null!=_0x6e36x2[_0x6e36x4]&&!_0x6e36x2[_0x6e36x4][_0xba71[237]](_0x6e36x3[_0x6e36x4])){return !1}}};return !0},equalEntries:function(_0x6e36x2,_0x6e36x3){if(null==_0x6e36x2&&null!=_0x6e36x3||null!=_0x6e36x2&&null==_0x6e36x3||null!=_0x6e36x2&&null!=_0x6e36x3&&_0x6e36x2[_0xba71[67]]!=_0x6e36x3[_0xba71[67]]){return !1};if(null!=_0x6e36x2&&null!=_0x6e36x3){for(var _0x6e36x4 in _0x6e36x2){if(_0x6e36x2[_0x6e36x4]!=_0x6e36x3[_0x6e36x4]){return !1}}};return !0},extend:function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=function(){};_0x6e36x4[_0xba71[202]]=_0x6e36x3[_0xba71[202]];_0x6e36x2[_0xba71[202]]= new _0x6e36x4;_0x6e36x2[_0xba71[202]][_0xba71[196]]=_0x6e36x2},toString:function(_0x6e36x2){var _0x6e36x3=_0xba71[110],_0x6e36x4;for(_0x6e36x4 in _0x6e36x2){try{if(null==_0x6e36x2[_0x6e36x4]){_0x6e36x3+=_0x6e36x4+_0xba71[419]}else {if(_0xba71[279]== typeof _0x6e36x2[_0x6e36x4]){_0x6e36x3+=_0x6e36x4+_0xba71[420]}else {if(_0xba71[194]== typeof _0x6e36x2[_0x6e36x4]){var _0x6e36x5=mxUtils[_0xba71[197]](_0x6e36x2[_0x6e36x4][_0xba71[196]]),_0x6e36x3=_0x6e36x3+(_0x6e36x4+_0xba71[421]+_0x6e36x5+_0xba71[422])}else {_0x6e36x3+=_0x6e36x4+_0xba71[423]+_0x6e36x2[_0x6e36x4]+_0xba71[192]}}}}catch(e){_0x6e36x3+=_0x6e36x4+_0xba71[226]+e[_0xba71[281]]}};return _0x6e36x3},toRadians:function(_0x6e36x2){return Math[_0xba71[424]]*_0x6e36x2/180},arcToCurves:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14){_0x6e36x13-=_0x6e36x2;_0x6e36x14-=_0x6e36x3;if(0===_0x6e36x4||0===_0x6e36x5){return _0x6e36x18};_0x6e36x4=Math[_0xba71[425]](_0x6e36x4);_0x6e36x5=Math[_0xba71[425]](_0x6e36x5);var _0x6e36x15=-_0x6e36x13/2,_0x6e36x16=-_0x6e36x14/2,_0x6e36x17=Math[_0xba71[426]](_0x6e36x9*Math[_0xba71[424]]/180),_0x6e36x18=Math[_0xba71[427]](_0x6e36x9*Math[_0xba71[424]]/180);_0x6e36x9=_0x6e36x17*_0x6e36x15+_0x6e36x18*_0x6e36x16;var _0x6e36x15=-1*_0x6e36x18*_0x6e36x15+_0x6e36x17*_0x6e36x16,_0x6e36x16=_0x6e36x9*_0x6e36x9,_0x6e36x19=_0x6e36x15*_0x6e36x15,_0x6e36x1a=_0x6e36x4*_0x6e36x4,_0x6e36x1b=_0x6e36x5*_0x6e36x5,_0x6e36x1c=_0x6e36x16/_0x6e36x1a+_0x6e36x19/_0x6e36x1b;1<_0x6e36x1c?(_0x6e36x4*=Math[_0xba71[428]](_0x6e36x1c),_0x6e36x5*=Math[_0xba71[428]](_0x6e36x1c),_0x6e36xa=0):(_0x6e36x1c=1,_0x6e36xa===_0x6e36x12&&(_0x6e36x1c= -1),_0x6e36xa=_0x6e36x1c*Math[_0xba71[428]]((_0x6e36x1a*_0x6e36x1b-_0x6e36x1a*_0x6e36x19-_0x6e36x1b*_0x6e36x16)/(_0x6e36x1a*_0x6e36x19+_0x6e36x1b*_0x6e36x16)));_0x6e36x16=_0x6e36xa*_0x6e36x4*_0x6e36x15/_0x6e36x5;_0x6e36x19=-1*_0x6e36xa*_0x6e36x5*_0x6e36x9/_0x6e36x4;_0x6e36x13=_0x6e36x17*_0x6e36x16-_0x6e36x18*_0x6e36x19+_0x6e36x13/2;_0x6e36x14=_0x6e36x18*_0x6e36x16+_0x6e36x17*_0x6e36x19+_0x6e36x14/2;_0x6e36x1a=Math[_0xba71[429]]((_0x6e36x15-_0x6e36x19)/_0x6e36x5,(_0x6e36x9-_0x6e36x16)/_0x6e36x4)-Math[_0xba71[429]](0,1);_0x6e36xa=0<=_0x6e36x1a?_0x6e36x1a:2*Math[_0xba71[424]]+_0x6e36x1a;_0x6e36x1a=Math[_0xba71[429]]((-_0x6e36x15-_0x6e36x19)/_0x6e36x5,(-_0x6e36x9-_0x6e36x16)/_0x6e36x4)-Math[_0xba71[429]]((_0x6e36x15-_0x6e36x19)/_0x6e36x5,(_0x6e36x9-_0x6e36x16)/_0x6e36x4);_0x6e36x9=0<=_0x6e36x1a?_0x6e36x1a:2*Math[_0xba71[424]]+_0x6e36x1a;0==_0x6e36x12&&0<_0x6e36x9?_0x6e36x9-=2*Math[_0xba71[424]]:0!=_0x6e36x12&&0>_0x6e36x9&&(_0x6e36x9+=2*Math[_0xba71[424]]);_0x6e36x12=2*_0x6e36x9/Math[_0xba71[424]];_0x6e36x12=Math[_0xba71[430]](0>_0x6e36x12?-1*_0x6e36x12:_0x6e36x12);_0x6e36x9/=_0x6e36x12;_0x6e36x15=8/3*Math[_0xba71[427]](_0x6e36x9/4)*Math[_0xba71[427]](_0x6e36x9/4)/Math[_0xba71[427]](_0x6e36x9/2);_0x6e36x16=_0x6e36x17*_0x6e36x4;_0x6e36x17*=_0x6e36x5;_0x6e36x4*=_0x6e36x18;_0x6e36x5*=_0x6e36x18;for(var _0x6e36x1d=Math[_0xba71[426]](_0x6e36xa),_0x6e36x1e=Math[_0xba71[427]](_0x6e36xa),_0x6e36x19=-_0x6e36x15*(_0x6e36x16*_0x6e36x1e+_0x6e36x5*_0x6e36x1d),_0x6e36x1a=-_0x6e36x15*(_0x6e36x4*_0x6e36x1e-_0x6e36x17*_0x6e36x1d),_0x6e36x1c=_0x6e36x1b=0,_0x6e36x18=[],_0x6e36x1f=0;_0x6e36x1f<_0x6e36x12;++_0x6e36x1f){_0x6e36xa+=_0x6e36x9;var _0x6e36x1d=Math[_0xba71[426]](_0x6e36xa),_0x6e36x1e=Math[_0xba71[427]](_0x6e36xa),_0x6e36x1b=_0x6e36x16*_0x6e36x1d-_0x6e36x5*_0x6e36x1e+_0x6e36x13,_0x6e36x1c=_0x6e36x4*_0x6e36x1d+_0x6e36x17*_0x6e36x1e+_0x6e36x14,_0x6e36x20=-_0x6e36x15*(_0x6e36x16*_0x6e36x1e+_0x6e36x5*_0x6e36x1d),_0x6e36x1d=-_0x6e36x15*(_0x6e36x4*_0x6e36x1e-_0x6e36x17*_0x6e36x1d),_0x6e36x1e=6*_0x6e36x1f;_0x6e36x18[_0x6e36x1e]=Number(_0x6e36x19+_0x6e36x2);_0x6e36x18[_0x6e36x1e+1]=Number(_0x6e36x1a+_0x6e36x3);_0x6e36x18[_0x6e36x1e+2]=Number(_0x6e36x1b-_0x6e36x20+_0x6e36x2);_0x6e36x18[_0x6e36x1e+3]=Number(_0x6e36x1c-_0x6e36x1d+_0x6e36x3);_0x6e36x18[_0x6e36x1e+4]=Number(_0x6e36x1b+_0x6e36x2);_0x6e36x18[_0x6e36x1e+5]=Number(_0x6e36x1c+_0x6e36x3);_0x6e36x19=_0x6e36x1b+_0x6e36x20;_0x6e36x1a=_0x6e36x1c+_0x6e36x1d};return _0x6e36x18},getBoundingBox:function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=null;if(null!=_0x6e36x2&&null!=_0x6e36x3&&0!=_0x6e36x3){var _0x6e36x5=mxUtils[_0xba71[431]](_0x6e36x3),_0x6e36x4=Math[_0xba71[426]](_0x6e36x5),_0x6e36x9=Math[_0xba71[427]](_0x6e36x5),_0x6e36xa= new mxPoint(_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]]/2,_0x6e36x2[_0xba71[236]]+_0x6e36x2[_0xba71[119]]/2),_0x6e36x12= new mxPoint(_0x6e36x2[_0xba71[235]],_0x6e36x2[_0xba71[236]]),_0x6e36x5= new mxPoint(_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]],_0x6e36x2[_0xba71[236]]),_0x6e36x13= new mxPoint(_0x6e36x5[_0xba71[235]],_0x6e36x2[_0xba71[236]]+_0x6e36x2[_0xba71[119]]),_0x6e36x14= new mxPoint(_0x6e36x2[_0xba71[235]],_0x6e36x13[_0xba71[236]]),_0x6e36x12=mxUtils[_0xba71[432]](_0x6e36x12,_0x6e36x4,_0x6e36x9,_0x6e36xa),_0x6e36x5=mxUtils[_0xba71[432]](_0x6e36x5,_0x6e36x4,_0x6e36x9,_0x6e36xa),_0x6e36x13=mxUtils[_0xba71[432]](_0x6e36x13,_0x6e36x4,_0x6e36x9,_0x6e36xa),_0x6e36x14=mxUtils[_0xba71[432]](_0x6e36x14,_0x6e36x4,_0x6e36x9,_0x6e36xa),_0x6e36x4= new mxRectangle(_0x6e36x12[_0xba71[235]],_0x6e36x12[_0xba71[236]],0,0);_0x6e36x4[_0xba71[99]]( new mxRectangle(_0x6e36x5[_0xba71[235]],_0x6e36x5[_0xba71[236]],0,0));_0x6e36x4[_0xba71[99]]( new mxRectangle(_0x6e36x13[_0xba71[235]],_0x6e36x13[_0xba71[236]],0,0));_0x6e36x4[_0xba71[99]]( new mxRectangle(_0x6e36x14[_0xba71[235]],_0x6e36x14[_0xba71[236]],0,0))};return _0x6e36x4},getRotatedPoint:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x5=null!=_0x6e36x5?_0x6e36x5: new mxPoint;var _0x6e36x9=_0x6e36x2[_0xba71[235]]-_0x6e36x5[_0xba71[235]];_0x6e36x2=_0x6e36x2[_0xba71[236]]-_0x6e36x5[_0xba71[236]];return new mxPoint(_0x6e36x9*_0x6e36x3-_0x6e36x2*_0x6e36x4+_0x6e36x5[_0xba71[235]],_0x6e36x2*_0x6e36x3+_0x6e36x9*_0x6e36x4+_0x6e36x5[_0xba71[236]])},getPortConstraints:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x2=mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_PORT_CONSTRAINT,null);if(null==_0x6e36x2){return _0x6e36x5};_0x6e36x5=_0x6e36x2.toString();_0x6e36x2=mxConstants[_0xba71[434]];0<=_0x6e36x5[_0xba71[2]](mxConstants.DIRECTION_NORTH)&&(_0x6e36x2|=mxConstants[_0xba71[435]]);0<=_0x6e36x5[_0xba71[2]](mxConstants.DIRECTION_WEST)&&(_0x6e36x2|=mxConstants[_0xba71[436]]);0<=_0x6e36x5[_0xba71[2]](mxConstants.DIRECTION_SOUTH)&&(_0x6e36x2|=mxConstants[_0xba71[437]]);0<=_0x6e36x5[_0xba71[2]](mxConstants.DIRECTION_EAST)&&(_0x6e36x2|=mxConstants[_0xba71[438]]);return _0x6e36x2},reversePortConstraints:function(_0x6e36x2){var _0x6e36x3=0,_0x6e36x3=(_0x6e36x2&mxConstants[_0xba71[436]])<<3,_0x6e36x3=_0x6e36x3|(_0x6e36x2&mxConstants[_0xba71[435]])<<1,_0x6e36x3=_0x6e36x3|(_0x6e36x2&mxConstants[_0xba71[437]])>>1;return _0x6e36x3|=(_0x6e36x2&mxConstants[_0xba71[438]])>>3},findNearestSegment:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=-1;if(0<_0x6e36x2[_0xba71[439]][_0xba71[67]]){for(var _0x6e36x9=_0x6e36x2[_0xba71[439]][0],_0x6e36xa=null,_0x6e36x12=1;_0x6e36x12<_0x6e36x2[_0xba71[439]][_0xba71[67]];_0x6e36x12++){var _0x6e36x13=_0x6e36x2[_0xba71[439]][_0x6e36x12],_0x6e36x9=mxUtils[_0xba71[440]](_0x6e36x9[_0xba71[235]],_0x6e36x9[_0xba71[236]],_0x6e36x13[_0xba71[235]],_0x6e36x13[_0xba71[236]],_0x6e36x3,_0x6e36x4);if(null==_0x6e36xa||_0x6e36x9<_0x6e36xa){_0x6e36xa=_0x6e36x9,_0x6e36x5=_0x6e36x12-1};_0x6e36x9=_0x6e36x13}};return _0x6e36x5},rectangleIntersectsSegment:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=_0x6e36x2[_0xba71[236]],_0x6e36x9=_0x6e36x2[_0xba71[235]],_0x6e36xa=_0x6e36x5+_0x6e36x2[_0xba71[119]],_0x6e36x12=_0x6e36x9+_0x6e36x2[_0xba71[117]];_0x6e36x2=_0x6e36x3[_0xba71[235]];var _0x6e36x13=_0x6e36x4[_0xba71[235]];_0x6e36x3[_0xba71[235]]>_0x6e36x4[_0xba71[235]]&&(_0x6e36x2=_0x6e36x4[_0xba71[235]],_0x6e36x13=_0x6e36x3[_0xba71[235]]);_0x6e36x13>_0x6e36x12&&(_0x6e36x13=_0x6e36x12);_0x6e36x2<_0x6e36x9&&(_0x6e36x2=_0x6e36x9);if(_0x6e36x2>_0x6e36x13){return !1};var _0x6e36x9=_0x6e36x3[_0xba71[236]],_0x6e36x12=_0x6e36x4[_0xba71[236]],_0x6e36x14=_0x6e36x4[_0xba71[235]]-_0x6e36x3[_0xba71[235]];1E-7<Math[_0xba71[425]](_0x6e36x14)&&(_0x6e36x4=(_0x6e36x4[_0xba71[236]]-_0x6e36x3[_0xba71[236]])/_0x6e36x14,_0x6e36x3=_0x6e36x3[_0xba71[236]]-_0x6e36x4*_0x6e36x3[_0xba71[235]],_0x6e36x9=_0x6e36x4*_0x6e36x2+_0x6e36x3,_0x6e36x12=_0x6e36x4*_0x6e36x13+_0x6e36x3);_0x6e36x9>_0x6e36x12&&(_0x6e36x3=_0x6e36x12,_0x6e36x12=_0x6e36x9,_0x6e36x9=_0x6e36x3);_0x6e36x12>_0x6e36xa&&(_0x6e36x12=_0x6e36xa);_0x6e36x9<_0x6e36x5&&(_0x6e36x9=_0x6e36x5);return _0x6e36x9>_0x6e36x12?!1:!0},contains:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){return _0x6e36x2[_0xba71[235]]<=_0x6e36x3&&_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]]>=_0x6e36x3&&_0x6e36x2[_0xba71[236]]<=_0x6e36x4&&_0x6e36x2[_0xba71[236]]+_0x6e36x2[_0xba71[119]]>=_0x6e36x4},intersects:function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=_0x6e36x2[_0xba71[117]],_0x6e36x5=_0x6e36x2[_0xba71[119]],_0x6e36x9=_0x6e36x3[_0xba71[117]],_0x6e36xa=_0x6e36x3[_0xba71[119]];if(0>=_0x6e36x9||0>=_0x6e36xa||0>=_0x6e36x4||0>=_0x6e36x5){return !1};var _0x6e36x12=_0x6e36x2[_0xba71[235]],_0x6e36x13=_0x6e36x2[_0xba71[236]],_0x6e36x14=_0x6e36x3[_0xba71[235]],_0x6e36x15=_0x6e36x3[_0xba71[236]],_0x6e36x9=_0x6e36x9+_0x6e36x14,_0x6e36xa=_0x6e36xa+_0x6e36x15,_0x6e36x4=_0x6e36x4+_0x6e36x12,_0x6e36x5=_0x6e36x5+_0x6e36x13;return (_0x6e36x9<_0x6e36x14||_0x6e36x9>_0x6e36x12)&&(_0x6e36xa<_0x6e36x15||_0x6e36xa>_0x6e36x13)&&(_0x6e36x4<_0x6e36x12||_0x6e36x4>_0x6e36x14)&&(_0x6e36x5<_0x6e36x13||_0x6e36x5>_0x6e36x15)},intersectsHotspot:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){_0x6e36x5=null!=_0x6e36x5?_0x6e36x5:1;_0x6e36x9=null!=_0x6e36x9?_0x6e36x9:0;_0x6e36xa=null!=_0x6e36xa?_0x6e36xa:0;if(0<_0x6e36x5){var _0x6e36x12=_0x6e36x2[_0xba71[241]](),_0x6e36x13=_0x6e36x2[_0xba71[242]](),_0x6e36x14=_0x6e36x2[_0xba71[117]],_0x6e36x15=_0x6e36x2[_0xba71[119]],_0x6e36x16=mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_STARTSIZE)*_0x6e36x2[_0xba71[441]][_0xba71[255]];0<_0x6e36x16&&(mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_HORIZONTAL,!0)?(_0x6e36x13=_0x6e36x2[_0xba71[236]]+_0x6e36x16/2,_0x6e36x15=_0x6e36x16):(_0x6e36x12=_0x6e36x2[_0xba71[235]]+_0x6e36x16/2,_0x6e36x14=_0x6e36x16));_0x6e36x14=Math[_0xba71[160]](_0x6e36x9,_0x6e36x14*_0x6e36x5);_0x6e36x15=Math[_0xba71[160]](_0x6e36x9,_0x6e36x15*_0x6e36x5);0<_0x6e36xa&&(_0x6e36x14=Math[_0xba71[243]](_0x6e36x14,_0x6e36xa),_0x6e36x15=Math[_0xba71[243]](_0x6e36x15,_0x6e36xa));_0x6e36x5= new mxRectangle(_0x6e36x12-_0x6e36x14/2,_0x6e36x13-_0x6e36x15/2,_0x6e36x14,_0x6e36x15);_0x6e36x12=mxUtils[_0xba71[431]](mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_ROTATION)||0);0!=_0x6e36x12&&(_0x6e36x9=Math[_0xba71[426]](-_0x6e36x12),_0x6e36xa=Math[_0xba71[427]](-_0x6e36x12),_0x6e36x12= new mxPoint(_0x6e36x2[_0xba71[241]](),_0x6e36x2[_0xba71[242]]()),_0x6e36x2=mxUtils[_0xba71[432]]( new mxPoint(_0x6e36x3,_0x6e36x4),_0x6e36x9,_0x6e36xa,_0x6e36x12),_0x6e36x3=_0x6e36x2[_0xba71[235]],_0x6e36x4=_0x6e36x2[_0xba71[236]]);return mxUtils[_0xba71[442]](_0x6e36x5,_0x6e36x3,_0x6e36x4)};return !0},getOffset:function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=0,_0x6e36x5=0;if(null!=_0x6e36x3&&_0x6e36x3){var _0x6e36x9=document[_0xba71[112]],_0x6e36xa=document[_0xba71[158]],_0x6e36x4=_0x6e36x4+(_0x6e36x9[_0xba71[360]]||_0x6e36xa[_0xba71[360]]),_0x6e36x5=_0x6e36x5+(_0x6e36x9[_0xba71[190]]||_0x6e36xa[_0xba71[190]])};for(;_0x6e36x2[_0xba71[443]];){_0x6e36x4+=_0x6e36x2[_0xba71[358]],_0x6e36x5+=_0x6e36x2[_0xba71[362]],_0x6e36x2=_0x6e36x2[_0xba71[443]]};return new mxPoint(_0x6e36x4,_0x6e36x5)},getScrollOrigin:function(_0x6e36x2){for(var _0x6e36x3=document[_0xba71[112]],_0x6e36x4=document[_0xba71[158]],_0x6e36x5= new mxPoint(_0x6e36x3[_0xba71[360]]||_0x6e36x4[_0xba71[360]],_0x6e36x3[_0xba71[190]]||_0x6e36x4[_0xba71[190]]);null!=_0x6e36x2&&_0x6e36x2!=_0x6e36x3&&_0x6e36x2!=_0x6e36x4;){!isNaN(_0x6e36x2[_0xba71[360]])&&!isNaN(_0x6e36x2[_0xba71[190]])&&(_0x6e36x5[_0xba71[235]]+=_0x6e36x2[_0xba71[360]],_0x6e36x5[_0xba71[236]]+=_0x6e36x2[_0xba71[190]]),_0x6e36x2=_0x6e36x2[_0xba71[265]]};return _0x6e36x5},convertPoint:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=mxUtils[_0xba71[444]](_0x6e36x2);_0x6e36x2=mxUtils[_0xba71[445]](_0x6e36x2);_0x6e36x2[_0xba71[235]]-=_0x6e36x5[_0xba71[235]];_0x6e36x2[_0xba71[236]]-=_0x6e36x5[_0xba71[236]];return new mxPoint(_0x6e36x3-_0x6e36x2[_0xba71[235]],_0x6e36x4-_0x6e36x2[_0xba71[236]])},ltrim:function(_0x6e36x2,_0x6e36x3){return _0x6e36x2[_0xba71[230]](RegExp(_0xba71[446]+(_0x6e36x3||_0xba71[447])+_0xba71[448],_0xba71[449]),_0xba71[110])},rtrim:function(_0x6e36x2,_0x6e36x3){return _0x6e36x2[_0xba71[230]](RegExp(_0xba71[450]+(_0x6e36x3||_0xba71[447])+_0xba71[451],_0xba71[449]),_0xba71[110])},trim:function(_0x6e36x2,_0x6e36x3){return mxUtils[_0xba71[453]](mxUtils[_0xba71[452]](_0x6e36x2,_0x6e36x3),_0x6e36x3)},isNumeric:function(_0x6e36x2){return null!=_0x6e36x2&&(null==_0x6e36x2[_0xba71[67]]||0<_0x6e36x2[_0xba71[67]]&&0>_0x6e36x2[_0xba71[2]](_0xba71[454])&&0>_0x6e36x2[_0xba71[2]](_0xba71[455]))&&!isNaN(_0x6e36x2)},mod:function(_0x6e36x2,_0x6e36x3){return (_0x6e36x2%_0x6e36x3+_0x6e36x3)%_0x6e36x3},intersection:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13){var _0x6e36x14=(_0x6e36x13-_0x6e36xa)*(_0x6e36x4-_0x6e36x2)-(_0x6e36x12-_0x6e36x9)*(_0x6e36x5-_0x6e36x3);_0x6e36x12=((_0x6e36x12-_0x6e36x9)*(_0x6e36x3-_0x6e36xa)-(_0x6e36x13-_0x6e36xa)*(_0x6e36x2-_0x6e36x9))/_0x6e36x14;_0x6e36x9=((_0x6e36x4-_0x6e36x2)*(_0x6e36x3-_0x6e36xa)-(_0x6e36x5-_0x6e36x3)*(_0x6e36x2-_0x6e36x9))/_0x6e36x14;return 0<=_0x6e36x12&&1>=_0x6e36x12&&0<=_0x6e36x9&&1>=_0x6e36x9? new mxPoint(_0x6e36x2+_0x6e36x12*(_0x6e36x4-_0x6e36x2),_0x6e36x3+_0x6e36x12*(_0x6e36x5-_0x6e36x3)):null},ptSegDistSq:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){_0x6e36x4-=_0x6e36x2;_0x6e36x5-=_0x6e36x3;_0x6e36x9-=_0x6e36x2;_0x6e36xa-=_0x6e36x3;0>=_0x6e36x9*_0x6e36x4+_0x6e36xa*_0x6e36x5?_0x6e36x4=0:(_0x6e36x9=_0x6e36x4-_0x6e36x9,_0x6e36xa=_0x6e36x5-_0x6e36xa,_0x6e36x2=_0x6e36x9*_0x6e36x4+_0x6e36xa*_0x6e36x5,_0x6e36x4=0>=_0x6e36x2?0:_0x6e36x2*_0x6e36x2/(_0x6e36x4*_0x6e36x4+_0x6e36x5*_0x6e36x5));_0x6e36x9=_0x6e36x9*_0x6e36x9+_0x6e36xa*_0x6e36xa-_0x6e36x4;0>_0x6e36x9&&(_0x6e36x9=0);return _0x6e36x9},relativeCcw:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){_0x6e36x4-=_0x6e36x2;_0x6e36x5-=_0x6e36x3;_0x6e36x9-=_0x6e36x2;_0x6e36xa-=_0x6e36x3;_0x6e36x2=_0x6e36x9*_0x6e36x5-_0x6e36xa*_0x6e36x4;0==_0x6e36x2&&(_0x6e36x2=_0x6e36x9*_0x6e36x4+_0x6e36xa*_0x6e36x5,0<_0x6e36x2&&(_0x6e36x2=(_0x6e36x9-_0x6e36x4)*_0x6e36x4+(_0x6e36xa-_0x6e36x5)*_0x6e36x5,0>_0x6e36x2&&(_0x6e36x2=0)));return 0>_0x6e36x2?-1:0<_0x6e36x2?1:0},animateChanges:function(_0x6e36x2,_0x6e36x3){mxEffects[_0xba71[456]][_0xba71[183]](this,arguments)},cascadeOpacity:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){mxEffects[_0xba71[260]][_0xba71[183]](this,arguments)},fadeOut:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){mxEffects[_0xba71[457]][_0xba71[183]](this,arguments)},setOpacity:function(_0x6e36x2,_0x6e36x3){mxUtils[_0xba71[458]](_0x6e36x2)?_0x6e36x2[_0xba71[124]][_0xba71[347]]=100<=_0x6e36x3?null:_0xba71[459]+_0x6e36x3/5+_0xba71[460]:mxClient[_0xba71[80]]&&(_0xba71[82]=== typeof document[_0xba71[5]]||9>document[_0xba71[5]])?_0x6e36x2[_0xba71[124]][_0xba71[347]]=100<=_0x6e36x3?null:_0xba71[459]+_0x6e36x3+_0xba71[460]:_0x6e36x2[_0xba71[124]][_0xba71[461]]=_0x6e36x3/100},createImage:function(_0x6e36x2){var _0x6e36x3=null;mxClient[_0xba71[49]]&&_0xba71[462]!=document[_0xba71[135]]?(_0x6e36x3=document[_0xba71[55]](mxClient[_0xba71[463]]+_0xba71[464]),_0x6e36x3[_0xba71[57]](_0xba71[390],_0x6e36x2),_0x6e36x3[_0xba71[124]][_0xba71[465]]=_0xba71[130]):(_0x6e36x3=document[_0xba71[55]](_0xba71[466]),_0x6e36x3[_0xba71[57]](_0xba71[390],_0x6e36x2),_0x6e36x3[_0xba71[57]](_0xba71[467],_0xba71[468]));return _0x6e36x3},sortCells:function(_0x6e36x2,_0x6e36x3){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:!0;var _0x6e36x4= new mxDictionary;_0x6e36x2[_0xba71[470]](function(_0x6e36x2,_0x6e36x9){var _0x6e36xa=_0x6e36x4[_0xba71[203]](_0x6e36x2);null==_0x6e36xa&&(_0x6e36xa=mxCellPath[_0xba71[385]](_0x6e36x2)[_0xba71[224]](mxCellPath.PATH_SEPARATOR),_0x6e36x4[_0xba71[204]](_0x6e36x2,_0x6e36xa));var _0x6e36x12=_0x6e36x4[_0xba71[203]](_0x6e36x9);null==_0x6e36x12&&(_0x6e36x12=mxCellPath[_0xba71[385]](_0x6e36x9)[_0xba71[224]](mxCellPath.PATH_SEPARATOR),_0x6e36x4[_0xba71[204]](_0x6e36x9,_0x6e36x12));_0x6e36xa=mxCellPath[_0xba71[469]](_0x6e36xa,_0x6e36x12);return 0==_0x6e36xa?0:0<_0x6e36xa==_0x6e36x3?1:-1});return _0x6e36x2},getStylename:function(_0x6e36x2){return null!=_0x6e36x2&&(_0x6e36x2=_0x6e36x2[_0xba71[224]](_0xba71[471])[0],0>_0x6e36x2[_0xba71[2]](_0xba71[226]))?_0x6e36x2:_0xba71[110]},getStylenames:function(_0x6e36x2){var _0x6e36x3=[];if(null!=_0x6e36x2){_0x6e36x2=_0x6e36x2[_0xba71[224]](_0xba71[471]);for(var _0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){0>_0x6e36x2[_0x6e36x4][_0xba71[2]](_0xba71[226])&&_0x6e36x3[_0xba71[207]](_0x6e36x2[_0x6e36x4])}};return _0x6e36x3},indexOfStylename:function(_0x6e36x2,_0x6e36x3){if(null!=_0x6e36x2&&null!=_0x6e36x3){for(var _0x6e36x4=_0x6e36x2[_0xba71[224]](_0xba71[471]),_0x6e36x5=0,_0x6e36x9=0;_0x6e36x9<_0x6e36x4[_0xba71[67]];_0x6e36x9++){if(_0x6e36x4[_0x6e36x9]==_0x6e36x3){return _0x6e36x5};_0x6e36x5+=_0x6e36x4[_0x6e36x9][_0xba71[67]]+1}};return -1},addStylename:function(_0x6e36x2,_0x6e36x3){0>mxUtils[_0xba71[472]](_0x6e36x2,_0x6e36x3)&&(null==_0x6e36x2?_0x6e36x2=_0xba71[110]:0<_0x6e36x2[_0xba71[67]]&&_0xba71[471]!=_0x6e36x2[_0xba71[225]](_0x6e36x2[_0xba71[67]]-1)&&(_0x6e36x2+=_0xba71[471]),_0x6e36x2+=_0x6e36x3);return _0x6e36x2},removeStylename:function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=[];if(null!=_0x6e36x2){for(var _0x6e36x5=_0x6e36x2[_0xba71[224]](_0xba71[471]),_0x6e36x9=0;_0x6e36x9<_0x6e36x5[_0xba71[67]];_0x6e36x9++){_0x6e36x5[_0x6e36x9]!=_0x6e36x3&&_0x6e36x4[_0xba71[207]](_0x6e36x5[_0x6e36x9])}};return _0x6e36x4[_0xba71[234]](_0xba71[471])},removeAllStylenames:function(_0x6e36x2){var _0x6e36x3=[];if(null!=_0x6e36x2){_0x6e36x2=_0x6e36x2[_0xba71[224]](_0xba71[471]);for(var _0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){0<=_0x6e36x2[_0x6e36x4][_0xba71[2]](_0xba71[226])&&_0x6e36x3[_0xba71[207]](_0x6e36x2[_0x6e36x4])}};return _0x6e36x3[_0xba71[234]](_0xba71[471])},setCellStyles:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){if(null!=_0x6e36x3&&0<_0x6e36x3[_0xba71[67]]){_0x6e36x2[_0xba71[473]]();try{for(var _0x6e36x9=0;_0x6e36x9<_0x6e36x3[_0xba71[67]];_0x6e36x9++){if(null!=_0x6e36x3[_0x6e36x9]){var _0x6e36xa=mxUtils[_0xba71[475]](_0x6e36x2[_0xba71[474]](_0x6e36x3[_0x6e36x9]),_0x6e36x4,_0x6e36x5);_0x6e36x2[_0xba71[475]](_0x6e36x3[_0x6e36x9],_0x6e36xa)}}}finally{_0x6e36x2[_0xba71[476]]()}}},setStyle:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=null!=_0x6e36x4&&(_0xba71[82]== typeof _0x6e36x4[_0xba71[67]]||0<_0x6e36x4[_0xba71[67]]);if(null==_0x6e36x2||0==_0x6e36x2[_0xba71[67]]){_0x6e36x5&&(_0x6e36x2=_0x6e36x3+_0xba71[226]+_0x6e36x4)}else {var _0x6e36x9=_0x6e36x2[_0xba71[2]](_0x6e36x3+_0xba71[226]);0>_0x6e36x9?_0x6e36x5&&(_0x6e36x5=_0xba71[471]==_0x6e36x2[_0xba71[225]](_0x6e36x2[_0xba71[67]]-1)?_0xba71[110]:_0xba71[471],_0x6e36x2=_0x6e36x2+_0x6e36x5+_0x6e36x3+_0xba71[226]+_0x6e36x4):(_0x6e36x3=_0x6e36x5?_0x6e36x3+_0xba71[226]+_0x6e36x4:_0xba71[110],_0x6e36x4=_0x6e36x2[_0xba71[2]](_0xba71[471],_0x6e36x9),_0x6e36x5||_0x6e36x4++,_0x6e36x2=_0x6e36x2[_0xba71[85]](0,_0x6e36x9)+_0x6e36x3+(_0x6e36x4>_0x6e36x9?_0x6e36x2[_0xba71[85]](_0x6e36x4):_0xba71[110]))};return _0x6e36x2},setCellStyleFlags:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){if(null!=_0x6e36x3&&0<_0x6e36x3[_0xba71[67]]){_0x6e36x2[_0xba71[473]]();try{for(var _0x6e36xa=0;_0x6e36xa<_0x6e36x3[_0xba71[67]];_0x6e36xa++){if(null!=_0x6e36x3[_0x6e36xa]){var _0x6e36x12=mxUtils[_0xba71[477]](_0x6e36x2[_0xba71[474]](_0x6e36x3[_0x6e36xa]),_0x6e36x4,_0x6e36x5,_0x6e36x9);_0x6e36x2[_0xba71[475]](_0x6e36x3[_0x6e36xa],_0x6e36x12)}}}finally{_0x6e36x2[_0xba71[476]]()}}},setStyleFlag:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){if(null==_0x6e36x2||0==_0x6e36x2[_0xba71[67]]){_0x6e36x2=_0x6e36x5||null==_0x6e36x5?_0x6e36x3+_0xba71[226]+_0x6e36x4:_0x6e36x3+_0xba71[478]}else {var _0x6e36x9=_0x6e36x2[_0xba71[2]](_0x6e36x3+_0xba71[226]);if(0>_0x6e36x9){_0x6e36x9=_0xba71[471]==_0x6e36x2[_0xba71[225]](_0x6e36x2[_0xba71[67]]-1)?_0xba71[110]:_0xba71[471],_0x6e36x2=_0x6e36x5||null==_0x6e36x5?_0x6e36x2+_0x6e36x9+_0x6e36x3+_0xba71[226]+_0x6e36x4:_0x6e36x2+_0x6e36x9+_0x6e36x3+_0xba71[478]}else {var _0x6e36xa=_0x6e36x2[_0xba71[2]](_0xba71[471],_0x6e36x9),_0x6e36x12=_0xba71[110],_0x6e36x12=0>_0x6e36xa?_0x6e36x2[_0xba71[85]](_0x6e36x9+_0x6e36x3[_0xba71[67]]+1):_0x6e36x2[_0xba71[85]](_0x6e36x9+_0x6e36x3[_0xba71[67]]+1,_0x6e36xa),_0x6e36x12=null==_0x6e36x5?parseInt(_0x6e36x12)^_0x6e36x4:_0x6e36x5?parseInt(_0x6e36x12)|_0x6e36x4:parseInt(_0x6e36x12)& ~_0x6e36x4;_0x6e36x2=_0x6e36x2[_0xba71[85]](0,_0x6e36x9)+_0x6e36x3+_0xba71[226]+_0x6e36x12+(0<=_0x6e36xa?_0x6e36x2[_0xba71[85]](_0x6e36xa):_0xba71[110])}};return _0x6e36x2},getAlignmentAsPoint:function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=0,_0x6e36x5=0;_0x6e36x2==mxConstants[_0xba71[479]]?_0x6e36x4= -0.5:_0x6e36x2==mxConstants[_0xba71[480]]&&(_0x6e36x4= -1);_0x6e36x3==mxConstants[_0xba71[481]]?_0x6e36x5= -0.5:_0x6e36x3==mxConstants[_0xba71[482]]&&(_0x6e36x5= -1);return new mxPoint(_0x6e36x4,_0x6e36x5)},getSizeForString:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:mxConstants[_0xba71[483]];_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:mxConstants[_0xba71[484]];var _0x6e36x5=document[_0xba71[55]](_0xba71[485]);_0x6e36x5[_0xba71[124]][_0xba71[486]]=_0x6e36x4;_0x6e36x5[_0xba71[124]][_0xba71[487]]=Math[_0xba71[488]](_0x6e36x3)+_0xba71[168];_0x6e36x5[_0xba71[124]][_0xba71[489]]=Math[_0xba71[488]](_0x6e36x3*mxConstants[_0xba71[490]])+_0xba71[168];_0x6e36x5[_0xba71[124]][_0xba71[491]]=_0xba71[492];_0x6e36x5[_0xba71[124]][_0xba71[493]]=_0xba71[494];_0x6e36x5[_0xba71[124]][_0xba71[187]]=_0xba71[188];_0x6e36x5[_0xba71[124]][_0xba71[495]]=mxClient[_0xba71[496]]?_0xba71[497]:_0xba71[498];_0x6e36x5[_0xba71[124]][_0xba71[499]]=_0xba71[500];_0x6e36x5[_0xba71[339]]=_0x6e36x2;document[_0xba71[112]][_0xba71[62]](_0x6e36x5);_0x6e36x2= new mxRectangle(0,0,_0x6e36x5[_0xba71[359]],_0x6e36x5[_0xba71[167]]);document[_0xba71[112]][_0xba71[266]](_0x6e36x5);return _0x6e36x2},getViewXml:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x5=null!=_0x6e36x5?_0x6e36x5:0;_0x6e36x9=null!=_0x6e36x9?_0x6e36x9:0;_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:1;null==_0x6e36x4&&(_0x6e36x4=[_0x6e36x2[_0xba71[502]]()[_0xba71[501]]()]);var _0x6e36xa=_0x6e36x2[_0xba71[249]](),_0x6e36x12=null,_0x6e36x13=_0x6e36xa[_0xba71[503]]();_0x6e36xa[_0xba71[504]](!1);var _0x6e36x14=_0x6e36xa[_0xba71[505]],_0x6e36x15=_0x6e36xa[_0xba71[506]];_0x6e36x2[_0xba71[507]]==mxConstants[_0xba71[508]]?(_0x6e36xa[_0xba71[505]]=document[_0xba71[509]](mxConstants.NS_SVG,_0xba71[449]),_0x6e36xa[_0xba71[510]][_0xba71[62]](_0x6e36xa[_0xba71[505]]),_0x6e36xa[_0xba71[506]]=document[_0xba71[509]](mxConstants.NS_SVG,_0xba71[449])):(_0x6e36xa[_0xba71[505]]=_0x6e36xa[_0xba71[505]][_0xba71[511]](!1),_0x6e36xa[_0xba71[510]][_0xba71[62]](_0x6e36xa[_0xba71[505]]),_0x6e36xa[_0xba71[506]]=_0x6e36xa[_0xba71[506]][_0xba71[511]](!1));_0x6e36xa[_0xba71[510]][_0xba71[62]](_0x6e36xa[_0xba71[506]]);var _0x6e36x16=_0x6e36xa[_0xba71[512]]();_0x6e36xa[_0xba71[513]]= new mxPoint(_0x6e36x5,_0x6e36x9);_0x6e36x3= new mxTemporaryCellStates(_0x6e36x2[_0xba71[249]](),_0x6e36x3,_0x6e36x4);try{_0x6e36x12=( new mxCodec)[_0xba71[514]](_0x6e36x2[_0xba71[249]]())}finally{_0x6e36x3[_0xba71[515]](),_0x6e36xa[_0xba71[513]]=_0x6e36x16,_0x6e36xa[_0xba71[510]][_0xba71[266]](_0x6e36xa[_0xba71[505]]),_0x6e36xa[_0xba71[510]][_0xba71[266]](_0x6e36xa[_0xba71[506]]),_0x6e36xa[_0xba71[505]]=_0x6e36x14,_0x6e36xa[_0xba71[506]]=_0x6e36x15,_0x6e36xa[_0xba71[504]](_0x6e36x13)};return _0x6e36x12},getScaleForPageCount:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){if(1>_0x6e36x2){return 1};_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:mxConstants[_0xba71[516]];_0x6e36x5=null!=_0x6e36x5?_0x6e36x5:0;var _0x6e36x9=_0x6e36x4[_0xba71[117]]-2*_0x6e36x5;_0x6e36x4=_0x6e36x4[_0xba71[119]]-2*_0x6e36x5;_0x6e36x5=_0x6e36x3[_0xba71[517]]()[_0xba71[238]]();_0x6e36x3=_0x6e36x3[_0xba71[249]]()[_0xba71[518]]();_0x6e36x5[_0xba71[117]]/=_0x6e36x3;_0x6e36x5[_0xba71[119]]/=_0x6e36x3;_0x6e36x3=_0x6e36x5[_0xba71[117]];_0x6e36x4=_0x6e36x3/_0x6e36x5[_0xba71[119]]/(_0x6e36x9/_0x6e36x4);_0x6e36x5=Math[_0xba71[428]](_0x6e36x2);var _0x6e36xa=Math[_0xba71[428]](_0x6e36x4);_0x6e36x4=_0x6e36x5*_0x6e36xa;_0x6e36x5/=_0x6e36xa;if(1>_0x6e36x4&&_0x6e36x5>_0x6e36x2){var _0x6e36x12=_0x6e36x5/_0x6e36x2;_0x6e36x5=_0x6e36x2;_0x6e36x4/=_0x6e36x12};1>_0x6e36x5&&_0x6e36x4>_0x6e36x2&&(_0x6e36x12=_0x6e36x4/_0x6e36x2,_0x6e36x4=_0x6e36x2,_0x6e36x5/=_0x6e36x12);_0x6e36x12=Math[_0xba71[430]](_0x6e36x4)*Math[_0xba71[430]](_0x6e36x5);for(_0x6e36xa=0;_0x6e36x12>_0x6e36x2;){var _0x6e36x12=Math[_0xba71[519]](_0x6e36x4)/_0x6e36x4,_0x6e36x13=Math[_0xba71[519]](_0x6e36x5)/_0x6e36x5;1==_0x6e36x12&&(_0x6e36x12=Math[_0xba71[519]](_0x6e36x4-1)/_0x6e36x4);1==_0x6e36x13&&(_0x6e36x13=Math[_0xba71[519]](_0x6e36x5-1)/_0x6e36x5);_0x6e36x12=_0x6e36x12>_0x6e36x13?_0x6e36x12:_0x6e36x13;_0x6e36x4*=_0x6e36x12;_0x6e36x5*=_0x6e36x12;_0x6e36x12=Math[_0xba71[430]](_0x6e36x4)*Math[_0xba71[430]](_0x6e36x5);_0x6e36xa++;if(10<_0x6e36xa){break}};return 0.99999*(_0x6e36x9*_0x6e36x4/_0x6e36x3)},show:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:0;_0x6e36x5=null!=_0x6e36x5?_0x6e36x5:0;null==_0x6e36x3?_0x6e36x3=window[_0xba71[392]]()[_0xba71[395]]:_0x6e36x3[_0xba71[392]]();var _0x6e36x9=_0x6e36x2[_0xba71[517]]();_0x6e36x4=-_0x6e36x9[_0xba71[235]]+_0x6e36x4;_0x6e36x5=-_0x6e36x9[_0xba71[236]]+_0x6e36x5;if(mxClient[_0xba71[80]]){for(var _0x6e36x9=_0xba71[520],_0x6e36xa=document[_0xba71[64]](_0xba71[521]),_0x6e36x12=0;_0x6e36x12<_0x6e36xa[_0xba71[67]];_0x6e36x12++){_0x6e36x9+=_0x6e36xa[_0x6e36x12][_0xba71[342]]};_0x6e36x9+=_0xba71[522];for(_0x6e36x12=0;_0x6e36x12<document[_0xba71[523]][_0xba71[67]];_0x6e36x12++){try{_0x6e36x9+=document[_0xba71[523]](_0x6e36x12)[_0xba71[103]]}catch(h){}};_0x6e36x9+=_0xba71[524];_0x6e36x9+=_0xba71[525];_0x6e36x9+=_0x6e36x2[_0xba71[526]][_0xba71[339]];_0x6e36x9+=_0xba71[527];_0x6e36x9+=_0xba71[528];_0x6e36x3[_0xba71[171]](_0x6e36x9);_0x6e36x3[_0xba71[268]]();_0x6e36x2=_0x6e36x3[_0xba71[112]][_0xba71[64]](_0xba71[529])[0];null!=_0x6e36x2&&(_0x6e36x2[_0xba71[124]][_0xba71[491]]=_0xba71[492],_0x6e36x2[_0xba71[124]][_0xba71[361]]=_0x6e36x4+_0xba71[168],_0x6e36x2[_0xba71[124]][_0xba71[125]]=_0x6e36x5+_0xba71[168])}else {_0x6e36x3[_0xba71[171]](_0xba71[530]);_0x6e36x3[_0xba71[171]](_0xba71[531]);_0x6e36xa=document[_0xba71[64]](_0xba71[521]);for(_0x6e36x12=0;_0x6e36x12<_0x6e36xa[_0xba71[67]];_0x6e36x12++){_0x6e36x3[_0xba71[171]](mxUtils[_0xba71[532]](_0x6e36xa[_0x6e36x12]))};_0x6e36xa=document[_0xba71[64]](_0xba71[54]);for(_0x6e36x12=0;_0x6e36x12<_0x6e36xa[_0xba71[67]];_0x6e36x12++){_0x6e36x3[_0xba71[171]](mxUtils[_0xba71[532]](_0x6e36xa[_0x6e36x12]))};_0x6e36xa=document[_0xba71[64]](_0xba71[124]);for(_0x6e36x12=0;_0x6e36x12<_0x6e36xa[_0xba71[67]];_0x6e36x12++){_0x6e36x3[_0xba71[171]](mxUtils[_0xba71[532]](_0x6e36xa[_0x6e36x12]))};_0x6e36x3[_0xba71[171]](_0xba71[533]);_0x6e36x3[_0xba71[171]](_0xba71[534]);_0x6e36x3[_0xba71[268]]();null==_0x6e36x3[_0xba71[112]]&&_0x6e36x3[_0xba71[158]][_0xba71[62]](_0x6e36x3[_0xba71[55]](_0xba71[112]));_0x6e36x3[_0xba71[112]][_0xba71[124]][_0xba71[277]]=_0xba71[278];for(_0x6e36x2=_0x6e36x2[_0xba71[526]][_0xba71[285]];null!=_0x6e36x2;){_0x6e36x12=_0x6e36x2[_0xba71[511]](!0),_0x6e36x3[_0xba71[112]][_0xba71[62]](_0x6e36x12),_0x6e36x2=_0x6e36x2[_0xba71[287]]};_0x6e36x2=_0x6e36x3[_0xba71[64]](_0xba71[449])[0];null!=_0x6e36x2&&(_0x6e36x2[_0xba71[57]](_0xba71[535],_0xba71[536]+_0x6e36x4+_0xba71[537]+_0x6e36x5+_0xba71[460]),_0x6e36x4=_0x6e36x2[_0xba71[538]],_0x6e36x4[_0xba71[57]](_0xba71[117],_0x6e36x9[_0xba71[117]]+Math[_0xba71[160]](_0x6e36x9[_0xba71[235]],0)+3),_0x6e36x4[_0xba71[57]](_0xba71[119],_0x6e36x9[_0xba71[119]]+Math[_0xba71[160]](_0x6e36x9[_0xba71[236]],0)+3))};mxUtils[_0xba71[272]](_0x6e36x3[_0xba71[112]]);return _0x6e36x3},printScreen:function(_0x6e36x2){var _0x6e36x3=window[_0xba71[392]]();mxUtils[_0xba71[539]](_0x6e36x2,_0x6e36x3[_0xba71[395]]);_0x6e36x2=function(){_0x6e36x3[_0xba71[393]]();_0x6e36x3[_0xba71[540]]();_0x6e36x3[_0xba71[268]]()};mxClient[_0xba71[76]]?_0x6e36x3[_0xba71[261]](_0x6e36x2,500):_0x6e36x2()},popup:function(_0x6e36x2,_0x6e36x3){if(_0x6e36x3){var _0x6e36x4=document[_0xba71[55]](_0xba71[485]);_0x6e36x4[_0xba71[124]][_0xba71[277]]=_0xba71[276];_0x6e36x4[_0xba71[124]][_0xba71[117]]=_0xba71[541];_0x6e36x4[_0xba71[124]][_0xba71[119]]=_0xba71[542];var _0x6e36x5=document[_0xba71[55]](_0xba71[543]);_0x6e36x5[_0xba71[339]]=mxUtils[_0xba71[321]](_0x6e36x2,!1)[_0xba71[230]](/\n/g,_0xba71[545])[_0xba71[230]](/ /g,_0xba71[544]);_0x6e36x4[_0xba71[62]](_0x6e36x5);_0x6e36x4= new mxWindow(_0xba71[546],_0x6e36x4,document[_0xba71[112]][_0xba71[159]]/2-320,(document[_0xba71[112]][_0xba71[157]]||document[_0xba71[158]][_0xba71[157]])/2-240,640,480,!1,!0);_0x6e36x4[_0xba71[164]](!0);_0x6e36x4[_0xba71[175]](!0)}else {mxClient[_0xba71[133]]?(_0x6e36x4=window[_0xba71[392]](),_0x6e36x4[_0xba71[395]][_0xba71[171]](_0xba71[547]+mxUtils[_0xba71[321]](_0x6e36x2)+_0xba71[548]),_0x6e36x4[_0xba71[395]][_0xba71[268]]()):(_0x6e36x4=window[_0xba71[392]](),_0x6e36x5=_0x6e36x4[_0xba71[395]][_0xba71[55]](_0xba71[543]),_0x6e36x5[_0xba71[339]]=mxUtils[_0xba71[321]](_0x6e36x2,!1)[_0xba71[230]](/\n/g,_0xba71[545])[_0xba71[230]](/ /g,_0xba71[544]),_0x6e36x4[_0xba71[395]][_0xba71[112]][_0xba71[62]](_0x6e36x5))}},alert:function(_0x6e36x2){alert(_0x6e36x2)},prompt:function(_0x6e36x2,_0x6e36x3){return prompt(_0x6e36x2,_0x6e36x3)},confirm:function(_0x6e36x2){return confirm(_0x6e36x2)},error:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=document[_0xba71[55]](_0xba71[485]);_0x6e36x9[_0xba71[124]][_0xba71[549]]=_0xba71[550];var _0x6e36xa=document[_0xba71[55]](_0xba71[466]);_0x6e36xa[_0xba71[57]](_0xba71[390],_0x6e36x5||mxUtils[_0xba71[551]]);_0x6e36xa[_0xba71[57]](_0xba71[552],_0xba71[553]);_0x6e36xa[_0xba71[124]][_0xba71[123]]=_0xba71[554];_0x6e36x9[_0xba71[62]](_0x6e36xa);_0x6e36x9[_0xba71[62]](document[_0xba71[344]](_0xba71[555]));_0x6e36x9[_0xba71[62]](document[_0xba71[344]](_0xba71[555]));_0x6e36x9[_0xba71[62]](document[_0xba71[344]](_0xba71[555]));mxUtils[_0xba71[53]](_0x6e36x9,_0x6e36x2);_0x6e36x2=document[_0xba71[112]][_0xba71[159]];_0x6e36x5=document[_0xba71[112]][_0xba71[157]]||document[_0xba71[158]][_0xba71[157]];var _0x6e36x12= new mxWindow(mxResources[_0xba71[203]](mxUtils[_0xba71[556]])||mxUtils[_0xba71[556]],_0x6e36x9,(_0x6e36x2-_0x6e36x3)/2,_0x6e36x5/4,_0x6e36x3,null,!1,!0);_0x6e36x4&&(mxUtils[_0xba71[345]](_0x6e36x9),_0x6e36x3=document[_0xba71[55]](_0xba71[346]),_0x6e36x4=document[_0xba71[55]](_0xba71[172]),mxClient[_0xba71[80]]?_0x6e36x4[_0xba71[124]][_0xba71[103]]=_0xba71[557]:_0x6e36x4[_0xba71[57]](_0xba71[124],_0xba71[557]),mxEvent[_0xba71[169]](_0x6e36x4,_0xba71[173],function(_0x6e36x2){_0x6e36x12[_0xba71[515]]()}),mxUtils[_0xba71[53]](_0x6e36x4,mxResources[_0xba71[203]](mxUtils[_0xba71[558]])||mxUtils[_0xba71[558]]),_0x6e36x3[_0xba71[62]](_0x6e36x4),_0x6e36x9[_0xba71[62]](_0x6e36x3),mxUtils[_0xba71[345]](_0x6e36x9),_0x6e36x12[_0xba71[164]](!0));_0x6e36x12[_0xba71[175]](!0);return _0x6e36x12},makeDraggable:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14,_0x6e36x15){_0x6e36x2= new mxDragSource(_0x6e36x2,_0x6e36x4);_0x6e36x2[_0xba71[559]]= new mxPoint(null!=_0x6e36x9?_0x6e36x9:0,null!=_0x6e36xa?_0x6e36xa:mxConstants[_0xba71[560]]);_0x6e36x2[_0xba71[561]]=_0x6e36x12;_0x6e36x2[_0xba71[562]](!1);null!=_0x6e36x14&&(_0x6e36x2[_0xba71[563]]=_0x6e36x14);null!=_0x6e36x15&&(_0x6e36x2[_0xba71[564]]=_0x6e36x15);_0x6e36x2[_0xba71[565]]=function(_0x6e36x2){return _0xba71[279]== typeof _0x6e36x3?_0x6e36x3(_0x6e36x2):_0x6e36x3};null!=_0x6e36x5&&(_0x6e36x2[_0xba71[566]]=function(){return _0x6e36x5[_0xba71[511]](!0)},_0x6e36x13&&(_0x6e36x2[_0xba71[567]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x5[_0xba71[511]](!0),_0x6e36x4=parseInt(_0x6e36x3[_0xba71[124]][_0xba71[117]]),_0x6e36x9=parseInt(_0x6e36x3[_0xba71[124]][_0xba71[119]]);_0x6e36x3[_0xba71[124]][_0xba71[117]]=Math[_0xba71[488]](_0x6e36x4*_0x6e36x2[_0xba71[441]][_0xba71[255]])+_0xba71[168];_0x6e36x3[_0xba71[124]][_0xba71[119]]=Math[_0xba71[488]](_0x6e36x9*_0x6e36x2[_0xba71[441]][_0xba71[255]])+_0xba71[168];return _0x6e36x3}));return _0x6e36x2}},mxConstants={DEFAULT_HOTSPOT:0.3,MIN_HOTSPOT_SIZE:8,MAX_HOTSPOT_SIZE:0,RENDERING_HINT_EXACT:_0xba71[568],RENDERING_HINT_FASTER:_0xba71[569],RENDERING_HINT_FASTEST:_0xba71[570],DIALECT_SVG:_0xba71[571],DIALECT_VML:_0xba71[572],DIALECT_MIXEDHTML:_0xba71[573],DIALECT_PREFERHTML:_0xba71[574],DIALECT_STRICTHTML:_0xba71[575],NS_SVG:_0xba71[576],NS_XHTML:_0xba71[577],NS_XLINK:_0xba71[578],SHADOWCOLOR:_0xba71[579],SHADOW_OFFSET_X:2,SHADOW_OFFSET_Y:3,SHADOW_OPACITY:1,NODETYPE_ELEMENT:1,NODETYPE_ATTRIBUTE:2,NODETYPE_TEXT:3,NODETYPE_CDATA:4,NODETYPE_ENTITY_REFERENCE:5,NODETYPE_ENTITY:6,NODETYPE_PROCESSING_INSTRUCTION:7,NODETYPE_COMMENT:8,NODETYPE_DOCUMENT:9,NODETYPE_DOCUMENTTYPE:10,NODETYPE_DOCUMENT_FRAGMENT:11,NODETYPE_NOTATION:12,TOOLTIP_VERTICAL_OFFSET:16,DEFAULT_VALID_COLOR:_0xba71[580],DEFAULT_INVALID_COLOR:_0xba71[581],HIGHLIGHT_STROKEWIDTH:3,CURSOR_MOVABLE_VERTEX:_0xba71[582],CURSOR_MOVABLE_EDGE:_0xba71[582],CURSOR_LABEL_HANDLE:_0xba71[583],CURSOR_BEND_HANDLE:_0xba71[356],CURSOR_CONNECT:_0xba71[356],HIGHLIGHT_COLOR:_0xba71[580],CONNECT_TARGET_COLOR:_0xba71[584],INVALID_CONNECT_TARGET_COLOR:_0xba71[581],DROP_TARGET_COLOR:_0xba71[584],VALID_COLOR:_0xba71[580],INVALID_COLOR:_0xba71[581],EDGE_SELECTION_COLOR:_0xba71[580],VERTEX_SELECTION_COLOR:_0xba71[580],VERTEX_SELECTION_STROKEWIDTH:1,EDGE_SELECTION_STROKEWIDTH:1,VERTEX_SELECTION_DASHED:!0,EDGE_SELECTION_DASHED:!0,GUIDE_COLOR:_0xba71[581],GUIDE_STROKEWIDTH:1,OUTLINE_COLOR:_0xba71[585],OUTLINE_STROKEWIDTH:mxClient[_0xba71[80]]?2:3,HANDLE_SIZE:7,LABEL_HANDLE_SIZE:4,HANDLE_FILLCOLOR:_0xba71[580],HANDLE_STROKECOLOR:_0xba71[586],LABEL_HANDLE_FILLCOLOR:_0xba71[587],CONNECT_HANDLE_FILLCOLOR:_0xba71[584],LOCKED_HANDLE_FILLCOLOR:_0xba71[581],OUTLINE_HANDLE_FILLCOLOR:_0xba71[588],OUTLINE_HANDLE_STROKECOLOR:_0xba71[589],DEFAULT_FONTFAMILY:_0xba71[590],DEFAULT_FONTSIZE:11,LINE_HEIGHT:1.2,DEFAULT_FONTSTYLE:0,DEFAULT_STARTSIZE:40,DEFAULT_MARKERSIZE:6,DEFAULT_IMAGESIZE:24,ENTITY_SEGMENT:30,RECTANGLE_ROUNDING_FACTOR:0.15,LINE_ARCSIZE:20,ARROW_SPACING:10,ARROW_WIDTH:30,ARROW_SIZE:30,PAGE_FORMAT_A4_PORTRAIT: new mxRectangle(0,0,826,1169),PAGE_FORMAT_A4_LANDSCAPE: new mxRectangle(0,0,1169,826),PAGE_FORMAT_LETTER_PORTRAIT: new mxRectangle(0,0,850,1100),PAGE_FORMAT_LETTER_LANDSCAPE: new mxRectangle(0,0,1100,850),NONE:_0xba71[130],STYLE_PERIMETER:_0xba71[591],STYLE_SOURCE_PORT:_0xba71[592],STYLE_TARGET_PORT:_0xba71[593],STYLE_PORT_CONSTRAINT:_0xba71[594],STYLE_OPACITY:_0xba71[461],STYLE_TEXT_OPACITY:_0xba71[595],STYLE_OVERFLOW:_0xba71[277],STYLE_ORTHOGONAL:_0xba71[596],STYLE_EXIT_X:_0xba71[597],STYLE_EXIT_Y:_0xba71[598],STYLE_EXIT_PERIMETER:_0xba71[599],STYLE_ENTRY_X:_0xba71[600],STYLE_ENTRY_Y:_0xba71[601],STYLE_ENTRY_PERIMETER:_0xba71[602],STYLE_WHITE_SPACE:_0xba71[493],STYLE_ROTATION:_0xba71[603],STYLE_FILLCOLOR:_0xba71[604],STYLE_SWIMLANE_FILLCOLOR:_0xba71[605],STYLE_GRADIENTCOLOR:_0xba71[606],STYLE_GRADIENT_DIRECTION:_0xba71[607],STYLE_STROKECOLOR:_0xba71[608],STYLE_SEPARATORCOLOR:_0xba71[609],STYLE_STROKEWIDTH:_0xba71[610],STYLE_ALIGN:_0xba71[611],STYLE_VERTICAL_ALIGN:_0xba71[123],STYLE_LABEL_POSITION:_0xba71[612],STYLE_VERTICAL_LABEL_POSITION:_0xba71[613],STYLE_IMAGE_ASPECT:_0xba71[614],STYLE_IMAGE_ALIGN:_0xba71[615],STYLE_IMAGE_VERTICAL_ALIGN:_0xba71[616],STYLE_GLASS:_0xba71[617],STYLE_IMAGE:_0xba71[618],STYLE_IMAGE_WIDTH:_0xba71[619],STYLE_IMAGE_HEIGHT:_0xba71[620],STYLE_IMAGE_BACKGROUND:_0xba71[621],STYLE_IMAGE_BORDER:_0xba71[622],STYLE_FLIPH:_0xba71[623],STYLE_FLIPV:_0xba71[624],STYLE_NOLABEL:_0xba71[625],STYLE_NOEDGESTYLE:_0xba71[626],STYLE_LABEL_BACKGROUNDCOLOR:_0xba71[627],STYLE_LABEL_BORDERCOLOR:_0xba71[628],STYLE_LABEL_PADDING:_0xba71[629],STYLE_INDICATOR_SHAPE:_0xba71[630],STYLE_INDICATOR_IMAGE:_0xba71[631],STYLE_INDICATOR_COLOR:_0xba71[632],STYLE_INDICATOR_STROKECOLOR:_0xba71[633],STYLE_INDICATOR_GRADIENTCOLOR:_0xba71[634],STYLE_INDICATOR_SPACING:_0xba71[635],STYLE_INDICATOR_WIDTH:_0xba71[636],STYLE_INDICATOR_HEIGHT:_0xba71[637],STYLE_INDICATOR_DIRECTION:_0xba71[638],STYLE_SHADOW:_0xba71[639],STYLE_SEGMENT:_0xba71[640],STYLE_ENDARROW:_0xba71[641],STYLE_STARTARROW:_0xba71[642],STYLE_ENDSIZE:_0xba71[643],STYLE_STARTSIZE:_0xba71[644],STYLE_SWIMLANE_LINE:_0xba71[645],STYLE_ENDFILL:_0xba71[646],STYLE_STARTFILL:_0xba71[647],STYLE_DASHED:_0xba71[648],STYLE_DASH_PATTERN:_0xba71[649],STYLE_ROUNDED:_0xba71[650],STYLE_CURVED:_0xba71[651],STYLE_ARCSIZE:_0xba71[652],STYLE_SMOOTH:_0xba71[653],STYLE_SOURCE_PERIMETER_SPACING:_0xba71[654],STYLE_TARGET_PERIMETER_SPACING:_0xba71[655],STYLE_PERIMETER_SPACING:_0xba71[656],STYLE_SPACING:_0xba71[657],STYLE_SPACING_TOP:_0xba71[658],STYLE_SPACING_LEFT:_0xba71[659],STYLE_SPACING_BOTTOM:_0xba71[660],STYLE_SPACING_RIGHT:_0xba71[661],STYLE_HORIZONTAL:_0xba71[662],STYLE_DIRECTION:_0xba71[663],STYLE_ELBOW:_0xba71[664],STYLE_FONTCOLOR:_0xba71[665],STYLE_FONTFAMILY:_0xba71[486],STYLE_FONTSIZE:_0xba71[487],STYLE_FONTSTYLE:_0xba71[666],STYLE_AUTOSIZE:_0xba71[667],STYLE_FOLDABLE:_0xba71[668],STYLE_EDITABLE:_0xba71[669],STYLE_BENDABLE:_0xba71[670],STYLE_MOVABLE:_0xba71[671],STYLE_RESIZABLE:_0xba71[672],STYLE_CLONEABLE:_0xba71[673],STYLE_DELETABLE:_0xba71[674],STYLE_SHAPE:_0xba71[253],STYLE_EDGE:_0xba71[675],STYLE_LOOP:_0xba71[676],STYLE_ROUTING_CENTER_X:_0xba71[677],STYLE_ROUTING_CENTER_Y:_0xba71[678],FONT_BOLD:1,FONT_ITALIC:2,FONT_UNDERLINE:4,FONT_SHADOW:8,SHAPE_RECTANGLE:_0xba71[679],SHAPE_ELLIPSE:_0xba71[680],SHAPE_DOUBLE_ELLIPSE:_0xba71[681],SHAPE_RHOMBUS:_0xba71[682],SHAPE_LINE:_0xba71[683],SHAPE_IMAGE:_0xba71[618],SHAPE_ARROW:_0xba71[684],SHAPE_LABEL:_0xba71[685],SHAPE_CYLINDER:_0xba71[686],SHAPE_SWIMLANE:_0xba71[687],SHAPE_CONNECTOR:_0xba71[688],SHAPE_ACTOR:_0xba71[689],SHAPE_CLOUD:_0xba71[690],SHAPE_TRIANGLE:_0xba71[691],SHAPE_HEXAGON:_0xba71[692],ARROW_CLASSIC:_0xba71[693],ARROW_BLOCK:_0xba71[694],ARROW_OPEN:_0xba71[392],ARROW_OVAL:_0xba71[695],ARROW_DIAMOND:_0xba71[696],ARROW_DIAMOND_THIN:_0xba71[697],ALIGN_LEFT:_0xba71[361],ALIGN_CENTER:_0xba71[698],ALIGN_RIGHT:_0xba71[699],ALIGN_TOP:_0xba71[125],ALIGN_MIDDLE:_0xba71[554],ALIGN_BOTTOM:_0xba71[553],DIRECTION_NORTH:_0xba71[700],DIRECTION_SOUTH:_0xba71[701],DIRECTION_EAST:_0xba71[702],DIRECTION_WEST:_0xba71[703],DIRECTION_MASK_NONE:0,DIRECTION_MASK_WEST:1,DIRECTION_MASK_NORTH:2,DIRECTION_MASK_SOUTH:4,DIRECTION_MASK_EAST:8,DIRECTION_MASK_ALL:15,ELBOW_VERTICAL:_0xba71[704],ELBOW_HORIZONTAL:_0xba71[662],EDGESTYLE_ELBOW:_0xba71[705],EDGESTYLE_ENTITY_RELATION:_0xba71[706],EDGESTYLE_LOOP:_0xba71[707],EDGESTYLE_SIDETOSIDE:_0xba71[708],EDGESTYLE_TOPTOBOTTOM:_0xba71[709],EDGESTYLE_ORTHOGONAL:_0xba71[710],EDGESTYLE_SEGMENT:_0xba71[711],PERIMETER_ELLIPSE:_0xba71[712],PERIMETER_RECTANGLE:_0xba71[713],PERIMETER_RHOMBUS:_0xba71[714],PERIMETER_TRIANGLE:_0xba71[715]};function mxEventObject(_0x6e36x2){this[_0xba71[298]]=_0x6e36x2;this[_0xba71[716]]=[];for(var _0x6e36x3=1;_0x6e36x3<arguments[_0xba71[67]];_0x6e36x3+=2){null!=arguments[_0x6e36x3+1]&&(this[_0xba71[716]][arguments[_0x6e36x3]]=arguments[_0x6e36x3+1])}}mxEventObject[_0xba71[202]][_0xba71[298]]=null;mxEventObject[_0xba71[202]][_0xba71[716]]=null;mxEventObject[_0xba71[202]][_0xba71[717]]= !1;mxEventObject[_0xba71[202]][_0xba71[718]]=function(){return this[_0xba71[298]]};mxEventObject[_0xba71[202]][_0xba71[719]]=function(){return this[_0xba71[716]]};mxEventObject[_0xba71[202]][_0xba71[720]]=function(_0x6e36x2){return this[_0xba71[716]][_0x6e36x2]};mxEventObject[_0xba71[202]][_0xba71[721]]=function(){return this[_0xba71[717]]};mxEventObject[_0xba71[202]][_0xba71[722]]=function(){this[_0xba71[717]]= !0};function mxMouseEvent(_0x6e36x2,_0x6e36x3){this[_0xba71[723]]=_0x6e36x2;this[_0xba71[724]]=_0x6e36x3}mxMouseEvent[_0xba71[202]][_0xba71[717]]= !1;mxMouseEvent[_0xba71[202]][_0xba71[723]]=null;mxMouseEvent[_0xba71[202]][_0xba71[725]]=null;mxMouseEvent[_0xba71[202]][_0xba71[726]]=null;mxMouseEvent[_0xba71[202]][_0xba71[724]]=null;mxMouseEvent[_0xba71[202]][_0xba71[727]]=function(){return this[_0xba71[723]]};mxMouseEvent[_0xba71[202]][_0xba71[728]]=function(){return mxEvent[_0xba71[728]](this[_0xba71[723]])};mxMouseEvent[_0xba71[202]][_0xba71[729]]=function(_0x6e36x2){if(null!=_0x6e36x2){for(var _0x6e36x3=this[_0xba71[728]]();null!=_0x6e36x3;){if(_0x6e36x3==_0x6e36x2[_0xba71[252]]){return !0};_0x6e36x3=_0x6e36x3[_0xba71[265]]}};return !1};mxMouseEvent[_0xba71[202]][_0xba71[730]]=function(){return mxEvent[_0xba71[731]](this[_0xba71[727]]())};mxMouseEvent[_0xba71[202]][_0xba71[732]]=function(){return mxEvent[_0xba71[733]](this[_0xba71[727]]())};mxMouseEvent[_0xba71[202]][_0xba71[734]]=function(){return this[_0xba71[725]]};mxMouseEvent[_0xba71[202]][_0xba71[735]]=function(){return this[_0xba71[726]]};mxMouseEvent[_0xba71[202]][_0xba71[248]]=function(){return this[_0xba71[724]]};mxMouseEvent[_0xba71[202]][_0xba71[736]]=function(){var _0x6e36x2=this[_0xba71[248]]();return null!=_0x6e36x2?_0x6e36x2[_0xba71[246]]:null};mxMouseEvent[_0xba71[202]][_0xba71[737]]=function(){return mxEvent[_0xba71[737]](this[_0xba71[727]]())};mxMouseEvent[_0xba71[202]][_0xba71[721]]=function(){return this[_0xba71[717]]};mxMouseEvent[_0xba71[202]][_0xba71[722]]=function(_0x6e36x2){(null!=_0x6e36x2?_0x6e36x2:1)&&this[_0xba71[723]][_0xba71[738]]&&this[_0xba71[723]][_0xba71[738]]();this[_0xba71[723]][_0xba71[739]]= !1;this[_0xba71[717]]= !0};function mxEventSource(_0x6e36x2){this[_0xba71[740]](_0x6e36x2)}mxEventSource[_0xba71[202]][_0xba71[741]]=null;mxEventSource[_0xba71[202]][_0xba71[742]]= !0;mxEventSource[_0xba71[202]][_0xba71[743]]=null;mxEventSource[_0xba71[202]][_0xba71[503]]=function(){return this[_0xba71[742]]};mxEventSource[_0xba71[202]][_0xba71[504]]=function(_0x6e36x2){this[_0xba71[742]]=_0x6e36x2};mxEventSource[_0xba71[202]][_0xba71[744]]=function(){return this[_0xba71[743]]};mxEventSource[_0xba71[202]][_0xba71[740]]=function(_0x6e36x2){this[_0xba71[743]]=_0x6e36x2};mxEventSource[_0xba71[202]][_0xba71[169]]=function(_0x6e36x2,_0x6e36x3){null==this[_0xba71[741]]&&(this[_0xba71[741]]=[]);this[_0xba71[741]][_0xba71[207]](_0x6e36x2);this[_0xba71[741]][_0xba71[207]](_0x6e36x3)};mxEventSource[_0xba71[202]][_0xba71[745]]=function(_0x6e36x2){if(null!=this[_0xba71[741]]){for(var _0x6e36x3=0;_0x6e36x3<this[_0xba71[741]][_0xba71[67]];){this[_0xba71[741]][_0x6e36x3+1]==_0x6e36x2?this[_0xba71[741]][_0xba71[300]](_0x6e36x3,2):_0x6e36x3+=2}}};mxEventSource[_0xba71[202]][_0xba71[746]]=function(_0x6e36x2,_0x6e36x3){if(null!=this[_0xba71[741]]&&this[_0xba71[503]]()){null==_0x6e36x2&&(_0x6e36x2= new mxEventObject);null==_0x6e36x3&&(_0x6e36x3=this[_0xba71[744]]());null==_0x6e36x3&&(_0x6e36x3=this);for(var _0x6e36x4=[_0x6e36x3,_0x6e36x2],_0x6e36x5=0;_0x6e36x5<this[_0xba71[741]][_0xba71[67]];_0x6e36x5+=2){var _0x6e36x9=this[_0xba71[741]][_0x6e36x5];(null==_0x6e36x9||_0x6e36x9==_0x6e36x2[_0xba71[718]]())&&this[_0xba71[741]][_0x6e36x5+1][_0xba71[183]](this,_0x6e36x4)}}};var mxEvent={objects:[],addListener:function(){var _0x6e36x2=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){null==_0x6e36x2[_0xba71[69]]&&(_0x6e36x2[_0xba71[69]]=[],mxEvent[_0xba71[68]][_0xba71[207]](_0x6e36x2));_0x6e36x2[_0xba71[69]][_0xba71[207]]({name:_0x6e36x4,f:_0x6e36x5})};return window[_0xba71[418]]?function(_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x3[_0xba71[418]](_0x6e36x4,_0x6e36x5,!1);_0x6e36x2(_0x6e36x3,_0x6e36x4,_0x6e36x5)}:function(_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x3[_0xba71[108]](_0xba71[747]+_0x6e36x4,_0x6e36x5);_0x6e36x2(_0x6e36x3,_0x6e36x4,_0x6e36x5)}}(),removeListener:function(){var _0x6e36x2=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){if(null!=_0x6e36x2[_0xba71[69]]){_0x6e36x4=_0x6e36x2[_0xba71[69]][_0xba71[67]];for(var _0x6e36x9=0;_0x6e36x9<_0x6e36x4;_0x6e36x9++){if(_0x6e36x2[_0xba71[69]][_0x6e36x9][_0xba71[748]]==_0x6e36x5){_0x6e36x2[_0xba71[69]][_0xba71[300]](_0x6e36x9,1);break}};0==_0x6e36x2[_0xba71[69]][_0xba71[67]]&&(_0x6e36x2[_0xba71[69]]=null)}};return window[_0xba71[749]]?function(_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x3[_0xba71[749]](_0x6e36x4,_0x6e36x5,!1);_0x6e36x2(_0x6e36x3,_0x6e36x4,_0x6e36x5)}:function(_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x3[_0xba71[750]](_0xba71[747]+_0x6e36x4,_0x6e36x5);_0x6e36x2(_0x6e36x3,_0x6e36x4,_0x6e36x5)}}(),removeAllListeners:function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[69]];if(null!=_0x6e36x3){for(;0<_0x6e36x3[_0xba71[67]];){var _0x6e36x4=_0x6e36x3[0];mxEvent[_0xba71[745]](_0x6e36x2,_0x6e36x4[_0xba71[298]],_0x6e36x4[_0xba71[748]])}}},addGestureListeners:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){null!=_0x6e36x3&&mxEvent[_0xba71[169]](_0x6e36x2,_0xba71[751],_0x6e36x3);null!=_0x6e36x4&&mxEvent[_0xba71[169]](_0x6e36x2,_0xba71[752],_0x6e36x4);null!=_0x6e36x5&&mxEvent[_0xba71[169]](_0x6e36x2,_0xba71[753],_0x6e36x5);mxClient[_0xba71[754]]&&(null!=_0x6e36x3&&mxEvent[_0xba71[169]](_0x6e36x2,_0xba71[755],_0x6e36x3),null!=_0x6e36x4&&mxEvent[_0xba71[169]](_0x6e36x2,_0xba71[756],_0x6e36x4),null!=_0x6e36x5&&mxEvent[_0xba71[169]](_0x6e36x2,_0xba71[757],_0x6e36x5))},removeGestureListeners:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){null!=_0x6e36x3&&mxEvent[_0xba71[745]](_0x6e36x2,_0xba71[751],_0x6e36x3);null!=_0x6e36x4&&mxEvent[_0xba71[745]](_0x6e36x2,_0xba71[752],_0x6e36x4);null!=_0x6e36x5&&mxEvent[_0xba71[745]](_0x6e36x2,_0xba71[753],_0x6e36x5);mxClient[_0xba71[754]]&&(null!=_0x6e36x3&&mxEvent[_0xba71[745]](_0x6e36x2,_0xba71[755],_0x6e36x3),null!=_0x6e36x4&&mxEvent[_0xba71[745]](_0x6e36x2,_0xba71[756],_0x6e36x4),null!=_0x6e36x5&&mxEvent[_0xba71[745]](_0x6e36x2,_0xba71[757],_0x6e36x5))},redirectMouseEvents:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12){var _0x6e36x13=function(_0x6e36x2){return _0xba71[279]== typeof _0x6e36x4?_0x6e36x4(_0x6e36x2):_0x6e36x4};mxEvent[_0xba71[759]](_0x6e36x2,function(_0x6e36x2){null!=_0x6e36x5?_0x6e36x5(_0x6e36x2):mxEvent[_0xba71[721]](_0x6e36x2)||_0x6e36x3[_0xba71[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x6e36x2,_0x6e36x13(_0x6e36x2)))},function(_0x6e36x2){null!=_0x6e36x9?_0x6e36x9(_0x6e36x2):mxEvent[_0xba71[721]](_0x6e36x2)||_0x6e36x3[_0xba71[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x6e36x2,_0x6e36x13(_0x6e36x2)))},function(_0x6e36x2){null!=_0x6e36xa?_0x6e36xa(_0x6e36x2):mxEvent[_0xba71[721]](_0x6e36x2)||_0x6e36x3[_0xba71[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x6e36x2,_0x6e36x13(_0x6e36x2)))});mxEvent[_0xba71[169]](_0x6e36x2,_0xba71[760],function(_0x6e36x2){if(null!=_0x6e36x12){_0x6e36x12(_0x6e36x2)}else {if(!mxEvent[_0xba71[721]](_0x6e36x2)){var _0x6e36x4=_0x6e36x13(_0x6e36x2);_0x6e36x3[_0xba71[761]](_0x6e36x2,null!=_0x6e36x4?_0x6e36x4[_0xba71[246]]:null)}}})},release:function(_0x6e36x2){if(null!=_0x6e36x2&&(mxEvent[_0xba71[70]](_0x6e36x2),_0x6e36x2=_0x6e36x2[_0xba71[271]],null!=_0x6e36x2)){for(var _0x6e36x3=_0x6e36x2[_0xba71[67]],_0x6e36x4=0;_0x6e36x4<_0x6e36x3;_0x6e36x4+=1){mxEvent[_0xba71[762]](_0x6e36x2[_0x6e36x4])}}},addMouseWheelListener:function(_0x6e36x2){if(null!=_0x6e36x2){var _0x6e36x3=function(_0x6e36x3){null==_0x6e36x3&&(_0x6e36x3=window[_0xba71[763]]);var _0x6e36x5=0,_0x6e36x5=mxClient[_0xba71[133]]&&!mxClient[_0xba71[75]]&&!mxClient[_0xba71[76]]?-_0x6e36x3[_0xba71[764]]/2:_0x6e36x3[_0xba71[765]]/120;0!=_0x6e36x5&&_0x6e36x2(_0x6e36x3,0<_0x6e36x5)};mxClient[_0xba71[133]]?mxEvent[_0xba71[169]](window,mxClient[_0xba71[75]]||mxClient[_0xba71[76]]?_0xba71[766]:_0xba71[767],_0x6e36x3):mxEvent[_0xba71[169]](document,_0xba71[766],_0x6e36x3)}},disableContextMenu:function(){return mxClient[_0xba71[80]]&&(_0xba71[82]=== typeof document[_0xba71[5]]||9>document[_0xba71[5]])?function(_0x6e36x2){mxEvent[_0xba71[169]](_0x6e36x2,_0xba71[768],function(){return !1})}:function(_0x6e36x2){_0x6e36x2[_0xba71[57]](_0xba71[769],_0xba71[770])}}(),getSource:function(_0x6e36x2){return null!=_0x6e36x2[_0xba71[771]]?_0x6e36x2[_0xba71[771]]:_0x6e36x2[_0xba71[772]]},isConsumed:function(_0x6e36x2){return null!=_0x6e36x2[_0xba71[721]]&&_0x6e36x2[_0xba71[721]]},isLeftMouseButton:function(_0x6e36x2){return _0x6e36x2[_0xba71[172]]==(mxClient[_0xba71[80]]&&(_0xba71[82]=== typeof document[_0xba71[5]]||9>document[_0xba71[5]])?1:0)},isRightMouseButton:function(_0x6e36x2){return 2==_0x6e36x2[_0xba71[172]]},isPopupTrigger:function(_0x6e36x2){return mxEvent[_0xba71[773]](_0x6e36x2)||mxEvent[_0xba71[774]](_0x6e36x2)&&!mxEvent[_0xba71[775]](_0x6e36x2)},isShiftDown:function(_0x6e36x2){return null!=_0x6e36x2?_0x6e36x2[_0xba71[776]]:!1},isAltDown:function(_0x6e36x2){return null!=_0x6e36x2?_0x6e36x2[_0xba71[777]]:!1},isControlDown:function(_0x6e36x2){return null!=_0x6e36x2?_0x6e36x2[_0xba71[778]]:!1},isMetaDown:function(_0x6e36x2){return null!=_0x6e36x2?_0x6e36x2[_0xba71[779]]:!1},getMainEvent:function(_0x6e36x2){(_0xba71[755]==_0x6e36x2[_0xba71[60]]||_0xba71[756]==_0x6e36x2[_0xba71[60]])&&null!=_0x6e36x2[_0xba71[780]]&&null!=_0x6e36x2[_0xba71[780]][0]?_0x6e36x2=_0x6e36x2[_0xba71[780]][0]:_0xba71[757]==_0x6e36x2[_0xba71[60]]&&(null!=_0x6e36x2[_0xba71[781]]&&null!=_0x6e36x2[_0xba71[781]][0])&&(_0x6e36x2=_0x6e36x2[_0xba71[781]][0]);return _0x6e36x2},getClientX:function(_0x6e36x2){return mxEvent[_0xba71[783]](_0x6e36x2)[_0xba71[782]]},getClientY:function(_0x6e36x2){return mxEvent[_0xba71[783]](_0x6e36x2)[_0xba71[784]]},consume:function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:!0;if(null!=_0x6e36x3?_0x6e36x3:1){_0x6e36x2[_0xba71[738]]?(_0x6e36x4&&_0x6e36x2[_0xba71[785]](),_0x6e36x2[_0xba71[738]]()):_0x6e36x4&&(_0x6e36x2[_0xba71[786]]= !0)};_0x6e36x2[_0xba71[721]]= !0;_0x6e36x2[_0xba71[739]]= !1},LABEL_HANDLE:-1,ROTATION_HANDLE:-2,MOUSE_DOWN:_0xba71[787],MOUSE_MOVE:_0xba71[788],MOUSE_UP:_0xba71[789],ACTIVATE:_0xba71[790],RESIZE_START:_0xba71[791],RESIZE:_0xba71[129],RESIZE_END:_0xba71[792],MOVE_START:_0xba71[793],MOVE:_0xba71[582],MOVE_END:_0xba71[794],PAN_START:_0xba71[795],PAN:_0xba71[796],PAN_END:_0xba71[797],MINIMIZE:_0xba71[798],NORMALIZE:_0xba71[799],MAXIMIZE:_0xba71[800],HIDE:_0xba71[801],SHOW:_0xba71[539],CLOSE:_0xba71[268],DESTROY:_0xba71[515],REFRESH:_0xba71[802],SIZE:_0xba71[803],SELECT:_0xba71[804],FIRED:_0xba71[805],GET:_0xba71[203],RECEIVE:_0xba71[806],CONNECT:_0xba71[807],DISCONNECT:_0xba71[808],SUSPEND:_0xba71[809],RESUME:_0xba71[810],MARK:_0xba71[811],SESSION:_0xba71[812],ROOT:_0xba71[813],POST:_0xba71[814],OPEN:_0xba71[392],SAVE:_0xba71[815],BEFORE_ADD_VERTEX:_0xba71[816],ADD_VERTEX:_0xba71[817],AFTER_ADD_VERTEX:_0xba71[818],DONE:_0xba71[819],EXECUTE:_0xba71[350],EXECUTED:_0xba71[820],BEGIN_UPDATE:_0xba71[473],START_EDIT:_0xba71[821],END_UPDATE:_0xba71[476],END_EDIT:_0xba71[822],BEFORE_UNDO:_0xba71[823],UNDO:_0xba71[824],REDO:_0xba71[825],CHANGE:_0xba71[826],NOTIFY:_0xba71[827],LAYOUT_CELLS:_0xba71[828],CLICK:_0xba71[173],SCALE:_0xba71[255],TRANSLATE:_0xba71[513],SCALE_AND_TRANSLATE:_0xba71[829],UP:_0xba71[830],DOWN:_0xba71[831],ADD:_0xba71[99],REMOVE:_0xba71[205],CLEAR:_0xba71[200],ADD_CELLS:_0xba71[832],CELLS_ADDED:_0xba71[833],MOVE_CELLS:_0xba71[834],CELLS_MOVED:_0xba71[835],RESIZE_CELLS:_0xba71[836],CELLS_RESIZED:_0xba71[837],TOGGLE_CELLS:_0xba71[838],CELLS_TOGGLED:_0xba71[839],ORDER_CELLS:_0xba71[840],CELLS_ORDERED:_0xba71[841],REMOVE_CELLS:_0xba71[842],CELLS_REMOVED:_0xba71[843],GROUP_CELLS:_0xba71[844],UNGROUP_CELLS:_0xba71[845],REMOVE_CELLS_FROM_PARENT:_0xba71[846],FOLD_CELLS:_0xba71[847],CELLS_FOLDED:_0xba71[848],ALIGN_CELLS:_0xba71[849],LABEL_CHANGED:_0xba71[850],CONNECT_CELL:_0xba71[851],CELL_CONNECTED:_0xba71[852],SPLIT_EDGE:_0xba71[853],FLIP_EDGE:_0xba71[854],START_EDITING:_0xba71[855],ADD_OVERLAY:_0xba71[856],REMOVE_OVERLAY:_0xba71[857],UPDATE_CELL_SIZE:_0xba71[858],ESCAPE:_0xba71[859],CLICK:_0xba71[173],DOUBLE_CLICK:_0xba71[860],START:_0xba71[861],RESET:_0xba71[862]};function mxXmlRequest(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){this[_0xba71[863]]=_0x6e36x2;this[_0xba71[864]]=_0x6e36x3;this[_0xba71[865]]=_0x6e36x4||_0xba71[866];this[_0xba71[307]]=null!=_0x6e36x5?_0x6e36x5:!0;this[_0xba71[867]]=_0x6e36x9;this[_0xba71[868]]=_0x6e36xa}mxXmlRequest[_0xba71[202]][_0xba71[863]]=null;mxXmlRequest[_0xba71[202]][_0xba71[864]]=null;mxXmlRequest[_0xba71[202]][_0xba71[865]]=null;mxXmlRequest[_0xba71[202]][_0xba71[307]]=null;mxXmlRequest[_0xba71[202]][_0xba71[869]]= !1;mxXmlRequest[_0xba71[202]][_0xba71[867]]=null;mxXmlRequest[_0xba71[202]][_0xba71[868]]=null;mxXmlRequest[_0xba71[202]][_0xba71[870]]=null;mxXmlRequest[_0xba71[202]][_0xba71[871]]=function(){return this[_0xba71[869]]};mxXmlRequest[_0xba71[202]][_0xba71[872]]=function(_0x6e36x2){this[_0xba71[869]]=_0x6e36x2};mxXmlRequest[_0xba71[202]][_0xba71[221]]=function(){return this[_0xba71[870]][_0xba71[873]]};mxXmlRequest[_0xba71[202]][_0xba71[220]]=function(){return 4==this[_0xba71[870]][_0xba71[417]]};mxXmlRequest[_0xba71[202]][_0xba71[874]]=function(){var _0x6e36x2=this[_0xba71[875]]();return null!=_0x6e36x2?_0x6e36x2[_0xba71[158]]:null};mxXmlRequest[_0xba71[202]][_0xba71[875]]=function(){var _0x6e36x2=this[_0xba71[870]][_0xba71[876]];if(9<=document[_0xba71[5]]||null==_0x6e36x2||null==_0x6e36x2[_0xba71[158]]){_0x6e36x2=mxUtils[_0xba71[877]](this[_0xba71[870]][_0xba71[873]])};return _0x6e36x2};mxXmlRequest[_0xba71[202]][_0xba71[221]]=function(){return this[_0xba71[870]][_0xba71[873]]};mxXmlRequest[_0xba71[202]][_0xba71[878]]=function(){return this[_0xba71[870]][_0xba71[879]]};mxXmlRequest[_0xba71[202]][_0xba71[385]]=function(){if(window[_0xba71[880]]){return function(){var _0x6e36x2= new XMLHttpRequest;this[_0xba71[871]]()&&_0x6e36x2[_0xba71[881]]&&_0x6e36x2[_0xba71[881]](_0xba71[882]);return _0x6e36x2}};if(_0xba71[82]!= typeof ActiveXObject){return function(){return new ActiveXObject(_0xba71[883])}}}();mxXmlRequest[_0xba71[202]][_0xba71[414]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[870]]=this[_0xba71[385]]();null!=this[_0xba71[870]]&&(null!=_0x6e36x2&&(this[_0xba71[870]][_0xba71[416]]=mxUtils[_0xba71[885]](this,function(){this[_0xba71[220]]()&&(_0x6e36x2(this),this[_0xba71[884]]=null)})),this[_0xba71[870]][_0xba71[392]](this[_0xba71[865]],this[_0xba71[863]],this[_0xba71[307]],this[_0xba71[867]],this[_0xba71[868]]),this[_0xba71[886]](this[_0xba71[870]],this[_0xba71[864]]),this[_0xba71[870]][_0xba71[414]](this[_0xba71[864]]))};mxXmlRequest[_0xba71[202]][_0xba71[886]]=function(_0x6e36x2,_0x6e36x3){null!=_0x6e36x3&&_0x6e36x2[_0xba71[889]](_0xba71[887],_0xba71[888])};mxXmlRequest[_0xba71[202]][_0xba71[415]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x2=_0x6e36x2||document;var _0x6e36x4=null;_0x6e36x2==document&&(_0x6e36x4=window[_0xba71[890]],window[_0xba71[890]]=null);var _0x6e36x5=_0x6e36x2[_0xba71[55]](_0xba71[891]);_0x6e36x5[_0xba71[57]](_0xba71[865],this[_0xba71[865]]);_0x6e36x5[_0xba71[57]](_0xba71[892],this[_0xba71[863]]);null!=_0x6e36x3&&_0x6e36x5[_0xba71[57]](_0xba71[772],_0x6e36x3);_0x6e36x5[_0xba71[124]][_0xba71[495]]=_0xba71[130];_0x6e36x5[_0xba71[124]][_0xba71[187]]=_0xba71[188];for(var _0x6e36x9=0<this[_0xba71[864]][_0xba71[2]](_0xba71[893])?this[_0xba71[864]][_0xba71[224]](_0xba71[893]):this[_0xba71[864]][_0xba71[224]](),_0x6e36xa=0;_0x6e36xa<_0x6e36x9[_0xba71[67]];_0x6e36xa++){var _0x6e36x12=_0x6e36x9[_0x6e36xa][_0xba71[2]](_0xba71[226]);if(0<_0x6e36x12){var _0x6e36x13=_0x6e36x9[_0x6e36xa][_0xba71[85]](0,_0x6e36x12),_0x6e36x14=_0x6e36x9[_0x6e36xa][_0xba71[85]](_0x6e36x12+1),_0x6e36x12=_0x6e36x2[_0xba71[55]](_0xba71[126]);_0x6e36x12[_0xba71[57]](_0xba71[298],_0x6e36x13);_0x6e36x14=_0x6e36x14[_0xba71[230]](/\n/g,_0xba71[336]);_0x6e36x13=_0x6e36x2[_0xba71[344]](_0x6e36x14);_0x6e36x12[_0xba71[62]](_0x6e36x13);_0x6e36x5[_0xba71[62]](_0x6e36x12)}};_0x6e36x2[_0xba71[112]][_0xba71[62]](_0x6e36x5);_0x6e36x5[_0xba71[894]]();_0x6e36x2[_0xba71[112]][_0xba71[266]](_0x6e36x5);null!=_0x6e36x4&&(window[_0xba71[890]]=_0x6e36x4)};var mxClipboard={STEPSIZE:10,insertCount:1,cells:null,isEmpty:function(){return null==mxClipboard[_0xba71[895]]},cut:function(_0x6e36x2,_0x6e36x3){_0x6e36x3=mxClipboard[_0xba71[149]](_0x6e36x2,_0x6e36x3);mxClipboard[_0xba71[896]]=0;mxClipboard[_0xba71[842]](_0x6e36x2,_0x6e36x3);return _0x6e36x3},removeCells:function(_0x6e36x2,_0x6e36x3){_0x6e36x2[_0xba71[842]](_0x6e36x3)},copy:function(_0x6e36x2,_0x6e36x3){_0x6e36x3=_0x6e36x3||_0x6e36x2[_0xba71[897]]();var _0x6e36x4=_0x6e36x2[_0xba71[898]](_0x6e36x3);mxClipboard[_0xba71[896]]=1;mxClipboard[_0xba71[895]]=_0x6e36x2[_0xba71[899]](_0x6e36x4);return _0x6e36x4},paste:function(_0x6e36x2){if(null!=mxClipboard[_0xba71[895]]){var _0x6e36x3=_0x6e36x2[_0xba71[900]](mxClipboard[_0xba71[895]]),_0x6e36x4=mxClipboard[_0xba71[896]]*mxClipboard[_0xba71[901]],_0x6e36x5=_0x6e36x2[_0xba71[902]](),_0x6e36x3=_0x6e36x2[_0xba71[903]](_0x6e36x3,_0x6e36x4,_0x6e36x4,_0x6e36x5);mxClipboard[_0xba71[896]]++;_0x6e36x2[_0xba71[904]](_0x6e36x3)}}};function mxWindow(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14,_0x6e36x15){null!=_0x6e36x3&&(_0x6e36x12=null!=_0x6e36x12?_0x6e36x12:!0,this[_0xba71[905]]=_0x6e36x3,this[_0xba71[176]](_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x15),this[_0xba71[906]](),this[_0xba71[907]](),this[_0xba71[908]](),this[_0xba71[909]](_0x6e36x12),this[_0xba71[910]](_0x6e36x2),(null==_0x6e36x13||_0x6e36x13)&&this[_0xba71[911]](),null!=_0x6e36x14&&null!=_0x6e36x14[_0xba71[265]]?_0x6e36x14[_0xba71[265]][_0xba71[912]](this[_0xba71[485]],_0x6e36x14):document[_0xba71[112]][_0xba71[62]](this[_0xba71[485]]))}mxWindow[_0xba71[202]]= new mxEventSource;mxWindow[_0xba71[202]][_0xba71[196]]=mxWindow;mxWindow[_0xba71[202]][_0xba71[913]]=mxClient[_0xba71[88]]+_0xba71[914];mxWindow[_0xba71[202]][_0xba71[915]]=mxClient[_0xba71[88]]+_0xba71[916];mxWindow[_0xba71[202]][_0xba71[917]]=mxClient[_0xba71[88]]+_0xba71[918];mxWindow[_0xba71[202]][_0xba71[919]]=mxClient[_0xba71[88]]+_0xba71[920];mxWindow[_0xba71[202]][_0xba71[921]]=mxClient[_0xba71[88]]+_0xba71[922];mxWindow[_0xba71[202]][_0xba71[189]]= !1;mxWindow[_0xba71[202]][_0xba71[905]]= !1;mxWindow[_0xba71[202]][_0xba71[923]]= new mxRectangle(0,0,50,40);mxWindow[_0xba71[202]][_0xba71[924]]= !1;mxWindow[_0xba71[202]][_0xba71[905]]= !1;mxWindow[_0xba71[202]][_0xba71[165]]= !0;mxWindow[_0xba71[202]][_0xba71[176]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x9=null!=_0x6e36x9?_0x6e36x9:_0xba71[925];this[_0xba71[485]]=document[_0xba71[55]](_0xba71[485]);this[_0xba71[485]][_0xba71[926]]=_0x6e36x9;this[_0xba71[485]][_0xba71[124]][_0xba71[361]]=_0x6e36x2+_0xba71[168];this[_0xba71[485]][_0xba71[124]][_0xba71[125]]=_0x6e36x3+_0xba71[168];this[_0xba71[116]]=document[_0xba71[55]](_0xba71[116]);this[_0xba71[116]][_0xba71[926]]=_0x6e36x9;null!=_0x6e36x4&&(mxClient[_0xba71[80]]||(this[_0xba71[485]][_0xba71[124]][_0xba71[117]]=_0x6e36x4+_0xba71[168]),this[_0xba71[116]][_0xba71[124]][_0xba71[117]]=_0x6e36x4+_0xba71[168]);null!=_0x6e36x5&&(mxClient[_0xba71[80]]||(this[_0xba71[485]][_0xba71[124]][_0xba71[119]]=_0x6e36x5+_0xba71[168]),this[_0xba71[116]][_0xba71[124]][_0xba71[119]]=_0x6e36x5+_0xba71[168]);_0x6e36x2=document[_0xba71[55]](_0xba71[120]);_0x6e36x3=document[_0xba71[55]](_0xba71[121]);this[_0xba71[924]]=document[_0xba71[55]](_0xba71[122]);this[_0xba71[924]][_0xba71[926]]=_0x6e36x9+_0xba71[927];_0x6e36x3[_0xba71[62]](this[_0xba71[924]]);_0x6e36x2[_0xba71[62]](_0x6e36x3);_0x6e36x3=document[_0xba71[55]](_0xba71[121]);this[_0xba71[122]]=document[_0xba71[55]](_0xba71[122]);this[_0xba71[122]][_0xba71[926]]=_0x6e36x9+_0xba71[928];this[_0xba71[929]]=document[_0xba71[55]](_0xba71[485]);this[_0xba71[929]][_0xba71[926]]=_0x6e36x9+_0xba71[928];this[_0xba71[929]][_0xba71[124]][_0xba71[117]]=_0xba71[118];this[_0xba71[929]][_0xba71[62]](this[_0xba71[905]]);if(mxClient[_0xba71[80]]||_0xba71[529]!=this[_0xba71[905]][_0xba71[301]][_0xba71[36]]()){this[_0xba71[929]][_0xba71[124]][_0xba71[119]]=_0xba71[118]};this[_0xba71[122]][_0xba71[62]](this[_0xba71[929]]);_0x6e36x3[_0xba71[62]](this[_0xba71[122]]);_0x6e36x2[_0xba71[62]](_0x6e36x3);this[_0xba71[116]][_0xba71[62]](_0x6e36x2);this[_0xba71[485]][_0xba71[62]](this[_0xba71[116]]);_0x6e36x9=mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[790]]()});mxEvent[_0xba71[169]](this[_0xba71[924]],_0xba71[751],_0x6e36x9);mxEvent[_0xba71[169]](this[_0xba71[116]],_0xba71[751],_0x6e36x9);mxClient[_0xba71[754]]&&(mxEvent[_0xba71[169]](this[_0xba71[924]],_0xba71[755],_0x6e36x9),mxEvent[_0xba71[169]](this[_0xba71[116]],_0xba71[755],_0x6e36x9));this[_0xba71[801]]()};mxWindow[_0xba71[202]][_0xba71[910]]=function(_0x6e36x2){for(var _0x6e36x3=this[_0xba71[924]][_0xba71[285]];null!=_0x6e36x3;){var _0x6e36x4=_0x6e36x3[_0xba71[287]];_0x6e36x3[_0xba71[288]]==mxConstants[_0xba71[317]]&&_0x6e36x3[_0xba71[265]][_0xba71[266]](_0x6e36x3);_0x6e36x3=_0x6e36x4};mxUtils[_0xba71[53]](this[_0xba71[924]],_0x6e36x2||_0xba71[110])};mxWindow[_0xba71[202]][_0xba71[162]]=function(_0x6e36x2){0>navigator[_0xba71[3]][_0xba71[2]](_0xba71[186])&&(this[_0xba71[929]][_0xba71[124]][_0xba71[277]]=_0x6e36x2?_0xba71[278]:_0xba71[188])};mxWindow[_0xba71[202]][_0xba71[790]]=function(){if(mxWindow[_0xba71[930]]!=this){var _0x6e36x2=mxUtils[_0xba71[275]](this[_0xba71[166]]()),_0x6e36x2=null!=_0x6e36x2?_0x6e36x2[_0xba71[931]]:3;if(mxWindow[_0xba71[930]]){var _0x6e36x3=mxWindow[_0xba71[930]][_0xba71[166]]();null!=_0x6e36x3&&null!=_0x6e36x3[_0xba71[124]]&&(_0x6e36x3[_0xba71[124]][_0xba71[931]]=_0x6e36x2)};_0x6e36x3=mxWindow[_0xba71[930]];this[_0xba71[166]]()[_0xba71[124]][_0xba71[931]]=parseInt(_0x6e36x2)+1;mxWindow[_0xba71[930]]=this;this[_0xba71[746]]( new mxEventObject(mxEvent.ACTIVATE,_0xba71[932],_0x6e36x3))}};mxWindow[_0xba71[202]][_0xba71[166]]=function(){return this[_0xba71[485]]};mxWindow[_0xba71[202]][_0xba71[933]]=function(){mxUtils[_0xba71[933]](this[_0xba71[485]])};mxWindow[_0xba71[202]][_0xba71[934]]=function(){return null!=this[_0xba71[129]]?_0xba71[130]!=this[_0xba71[129]][_0xba71[124]][_0xba71[495]]:!1};mxWindow[_0xba71[202]][_0xba71[163]]=function(_0x6e36x2){_0x6e36x2?null==this[_0xba71[129]]?(this[_0xba71[129]]=document[_0xba71[55]](_0xba71[466]),this[_0xba71[129]][_0xba71[124]][_0xba71[491]]=_0xba71[492],this[_0xba71[129]][_0xba71[124]][_0xba71[553]]=_0xba71[935],this[_0xba71[129]][_0xba71[124]][_0xba71[699]]=_0xba71[935],this[_0xba71[129]][_0xba71[57]](_0xba71[390],mxClient[_0xba71[88]]+_0xba71[922]),this[_0xba71[129]][_0xba71[124]][_0xba71[270]]=_0xba71[936],mxEvent[_0xba71[759]](this[_0xba71[129]],mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[790]]();var _0x6e36x4=mxEvent[_0xba71[731]](_0x6e36x2),_0x6e36x5=mxEvent[_0xba71[733]](_0x6e36x2),_0x6e36x9=this[_0xba71[485]][_0xba71[359]],_0x6e36xa=this[_0xba71[485]][_0xba71[167]],_0x6e36x12=mxUtils[_0xba71[885]](this,function(_0x6e36x2){var _0x6e36x3=mxEvent[_0xba71[731]](_0x6e36x2)-_0x6e36x4,_0x6e36x12=mxEvent[_0xba71[733]](_0x6e36x2)-_0x6e36x5;this[_0xba71[937]](_0x6e36x9+_0x6e36x3,_0x6e36xa+_0x6e36x12);this[_0xba71[746]]( new mxEventObject(mxEvent.RESIZE,_0xba71[763],_0x6e36x2));mxEvent[_0xba71[722]](_0x6e36x2)}),_0x6e36x13=mxUtils[_0xba71[885]](this,function(_0x6e36x2){mxEvent[_0xba71[938]](document,null,_0x6e36x12,_0x6e36x13);this[_0xba71[746]]( new mxEventObject(mxEvent.RESIZE_END,_0xba71[763],_0x6e36x2));mxEvent[_0xba71[722]](_0x6e36x2)});mxEvent[_0xba71[759]](document,null,_0x6e36x12,_0x6e36x13);this[_0xba71[746]]( new mxEventObject(mxEvent.RESIZE_START,_0xba71[763],_0x6e36x2));mxEvent[_0xba71[722]](_0x6e36x2)}),null,null),this[_0xba71[485]][_0xba71[62]](this[_0xba71[129]])):this[_0xba71[129]][_0xba71[124]][_0xba71[495]]=_0xba71[497]:null!=this[_0xba71[129]]&&(this[_0xba71[129]][_0xba71[124]][_0xba71[495]]=_0xba71[130])};mxWindow[_0xba71[202]][_0xba71[937]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x2=Math[_0xba71[160]](this[_0xba71[923]][_0xba71[117]],_0x6e36x2);_0x6e36x3=Math[_0xba71[160]](this[_0xba71[923]][_0xba71[119]],_0x6e36x3);mxClient[_0xba71[80]]||(this[_0xba71[485]][_0xba71[124]][_0xba71[117]]=_0x6e36x2+_0xba71[168],this[_0xba71[485]][_0xba71[124]][_0xba71[119]]=_0x6e36x3+_0xba71[168]);this[_0xba71[116]][_0xba71[124]][_0xba71[117]]=_0x6e36x2+_0xba71[168];this[_0xba71[116]][_0xba71[124]][_0xba71[119]]=_0x6e36x3+_0xba71[168];mxClient[_0xba71[80]]||(this[_0xba71[929]][_0xba71[124]][_0xba71[119]]=this[_0xba71[485]][_0xba71[167]]-this[_0xba71[924]][_0xba71[167]]-2+_0xba71[168])};mxWindow[_0xba71[202]][_0xba71[909]]=function(_0x6e36x2){this[_0xba71[798]][_0xba71[124]][_0xba71[495]]=_0x6e36x2?_0xba71[110]:_0xba71[130]};mxWindow[_0xba71[202]][_0xba71[939]]=function(){return new mxRectangle(0,0,0,this[_0xba71[924]][_0xba71[167]])};mxWindow[_0xba71[202]][_0xba71[907]]=function(){this[_0xba71[798]]=document[_0xba71[55]](_0xba71[466]);this[_0xba71[798]][_0xba71[57]](_0xba71[390],this[_0xba71[915]]);this[_0xba71[798]][_0xba71[57]](_0xba71[611],_0xba71[699]);this[_0xba71[798]][_0xba71[57]](_0xba71[924],_0xba71[940]);this[_0xba71[798]][_0xba71[124]][_0xba71[270]]=_0xba71[356];this[_0xba71[798]][_0xba71[124]][_0xba71[941]]=_0xba71[942];this[_0xba71[798]][_0xba71[124]][_0xba71[495]]=_0xba71[130];this[_0xba71[924]][_0xba71[62]](this[_0xba71[798]]);var _0x6e36x2=!1,_0x6e36x3=null,_0x6e36x4=null,_0x6e36x5=mxUtils[_0xba71[885]](this,function(_0x6e36x5){this[_0xba71[790]]();if(_0x6e36x2){_0x6e36x2= !1,this[_0xba71[798]][_0xba71[57]](_0xba71[390],this[_0xba71[915]]),this[_0xba71[798]][_0xba71[57]](_0xba71[924],_0xba71[940]),this[_0xba71[929]][_0xba71[124]][_0xba71[495]]=_0xba71[110],this[_0xba71[800]][_0xba71[124]][_0xba71[495]]=_0x6e36x3,mxClient[_0xba71[80]]||(this[_0xba71[485]][_0xba71[124]][_0xba71[119]]=_0x6e36x4),this[_0xba71[116]][_0xba71[124]][_0xba71[119]]=_0x6e36x4,null!=this[_0xba71[129]]&&(this[_0xba71[129]][_0xba71[124]][_0xba71[187]]=_0xba71[110]),this[_0xba71[746]]( new mxEventObject(mxEvent.NORMALIZE,_0xba71[763],_0x6e36x5))}else {_0x6e36x2= !0;this[_0xba71[798]][_0xba71[57]](_0xba71[390],this[_0xba71[917]]);this[_0xba71[798]][_0xba71[57]](_0xba71[924],_0xba71[943]);this[_0xba71[929]][_0xba71[124]][_0xba71[495]]=_0xba71[130];_0x6e36x3=this[_0xba71[800]][_0xba71[124]][_0xba71[495]];this[_0xba71[800]][_0xba71[124]][_0xba71[495]]=_0xba71[130];_0x6e36x4=this[_0xba71[116]][_0xba71[124]][_0xba71[119]];var _0x6e36xa=this[_0xba71[939]]();0<_0x6e36xa[_0xba71[119]]&&(mxClient[_0xba71[80]]||(this[_0xba71[485]][_0xba71[124]][_0xba71[119]]=_0x6e36xa[_0xba71[119]]+_0xba71[168]),this[_0xba71[116]][_0xba71[124]][_0xba71[119]]=_0x6e36xa[_0xba71[119]]+_0xba71[168]);0<_0x6e36xa[_0xba71[117]]&&(mxClient[_0xba71[80]]||(this[_0xba71[485]][_0xba71[124]][_0xba71[117]]=_0x6e36xa[_0xba71[117]]+_0xba71[168]),this[_0xba71[116]][_0xba71[124]][_0xba71[117]]=_0x6e36xa[_0xba71[117]]+_0xba71[168]);null!=this[_0xba71[129]]&&(this[_0xba71[129]][_0xba71[124]][_0xba71[187]]=_0xba71[188]);this[_0xba71[746]]( new mxEventObject(mxEvent.MINIMIZE,_0xba71[763],_0x6e36x5))};mxEvent[_0xba71[722]](_0x6e36x5)});mxEvent[_0xba71[169]](this[_0xba71[798]],_0xba71[751],_0x6e36x5);mxClient[_0xba71[754]]&&mxEvent[_0xba71[169]](this[_0xba71[798]],_0xba71[755],_0x6e36x5)};mxWindow[_0xba71[202]][_0xba71[161]]=function(_0x6e36x2){this[_0xba71[800]][_0xba71[124]][_0xba71[495]]=_0x6e36x2?_0xba71[110]:_0xba71[130]};mxWindow[_0xba71[202]][_0xba71[906]]=function(){this[_0xba71[800]]=document[_0xba71[55]](_0xba71[466]);this[_0xba71[800]][_0xba71[57]](_0xba71[390],this[_0xba71[919]]);this[_0xba71[800]][_0xba71[57]](_0xba71[611],_0xba71[699]);this[_0xba71[800]][_0xba71[57]](_0xba71[924],_0xba71[944]);this[_0xba71[800]][_0xba71[124]][_0xba71[270]]=_0xba71[583];this[_0xba71[800]][_0xba71[124]][_0xba71[945]]=_0xba71[942];this[_0xba71[800]][_0xba71[124]][_0xba71[270]]=_0xba71[356];this[_0xba71[800]][_0xba71[124]][_0xba71[495]]=_0xba71[130];this[_0xba71[924]][_0xba71[62]](this[_0xba71[800]]);var _0x6e36x2=!1,_0x6e36x3=null,_0x6e36x4=null,_0x6e36x5=null,_0x6e36x9=null,_0x6e36xa=mxUtils[_0xba71[885]](this,function(_0x6e36xa){this[_0xba71[790]]();if(_0xba71[130]!=this[_0xba71[800]][_0xba71[124]][_0xba71[495]]){if(_0x6e36x2){_0x6e36x2= !1;this[_0xba71[800]][_0xba71[57]](_0xba71[390],this[_0xba71[919]]);this[_0xba71[800]][_0xba71[57]](_0xba71[924],_0xba71[944]);this[_0xba71[929]][_0xba71[124]][_0xba71[495]]=_0xba71[110];this[_0xba71[798]][_0xba71[124]][_0xba71[187]]=_0xba71[110];this[_0xba71[485]][_0xba71[124]][_0xba71[361]]=_0x6e36x3+_0xba71[168];this[_0xba71[485]][_0xba71[124]][_0xba71[125]]=_0x6e36x4+_0xba71[168];if(!mxClient[_0xba71[80]]&&(this[_0xba71[485]][_0xba71[124]][_0xba71[119]]=_0x6e36x5,this[_0xba71[485]][_0xba71[124]][_0xba71[117]]=_0x6e36x9,_0x6e36x13=mxUtils[_0xba71[275]](this[_0xba71[929]]),_0xba71[278]==_0x6e36x13[_0xba71[277]]||null!=this[_0xba71[129]])){this[_0xba71[929]][_0xba71[124]][_0xba71[119]]=this[_0xba71[485]][_0xba71[167]]-this[_0xba71[924]][_0xba71[167]]-2+_0xba71[168]};this[_0xba71[116]][_0xba71[124]][_0xba71[119]]=_0x6e36x5;this[_0xba71[116]][_0xba71[124]][_0xba71[117]]=_0x6e36x9;null!=this[_0xba71[129]]&&(this[_0xba71[129]][_0xba71[124]][_0xba71[187]]=_0xba71[110]);this[_0xba71[746]]( new mxEventObject(mxEvent.NORMALIZE,_0xba71[763],_0x6e36xa))}else {_0x6e36x2= !0;this[_0xba71[800]][_0xba71[57]](_0xba71[390],this[_0xba71[917]]);this[_0xba71[800]][_0xba71[57]](_0xba71[924],_0xba71[943]);this[_0xba71[929]][_0xba71[124]][_0xba71[495]]=_0xba71[110];this[_0xba71[798]][_0xba71[124]][_0xba71[187]]=_0xba71[188];_0x6e36x3=parseInt(this[_0xba71[485]][_0xba71[124]][_0xba71[361]]);_0x6e36x4=parseInt(this[_0xba71[485]][_0xba71[124]][_0xba71[125]]);_0x6e36x5=this[_0xba71[116]][_0xba71[124]][_0xba71[119]];_0x6e36x9=this[_0xba71[116]][_0xba71[124]][_0xba71[117]];this[_0xba71[485]][_0xba71[124]][_0xba71[361]]=_0xba71[946];this[_0xba71[485]][_0xba71[124]][_0xba71[125]]=_0xba71[946];mxClient[_0xba71[80]]||(this[_0xba71[485]][_0xba71[124]][_0xba71[119]]=document[_0xba71[112]][_0xba71[157]]-2+_0xba71[168],this[_0xba71[485]][_0xba71[124]][_0xba71[117]]=document[_0xba71[112]][_0xba71[159]]-2+_0xba71[168]);this[_0xba71[116]][_0xba71[124]][_0xba71[117]]=document[_0xba71[112]][_0xba71[159]]-2+_0xba71[168];this[_0xba71[116]][_0xba71[124]][_0xba71[119]]=document[_0xba71[112]][_0xba71[157]]-2+_0xba71[168];null!=this[_0xba71[129]]&&(this[_0xba71[129]][_0xba71[124]][_0xba71[187]]=_0xba71[188]);if(!mxClient[_0xba71[80]]){var _0x6e36x13=mxUtils[_0xba71[275]](this[_0xba71[929]]);if(_0xba71[278]==_0x6e36x13[_0xba71[277]]||null!=this[_0xba71[129]]){this[_0xba71[929]][_0xba71[124]][_0xba71[119]]=this[_0xba71[485]][_0xba71[167]]-this[_0xba71[924]][_0xba71[167]]-2+_0xba71[168]}};this[_0xba71[746]]( new mxEventObject(mxEvent.MAXIMIZE,_0xba71[763],_0x6e36xa))};mxEvent[_0xba71[722]](_0x6e36xa)}});mxEvent[_0xba71[759]](this[_0xba71[800]],_0x6e36xa);mxEvent[_0xba71[169]](this[_0xba71[924]],_0xba71[760],_0x6e36xa)};mxWindow[_0xba71[202]][_0xba71[911]]=function(){this[_0xba71[924]][_0xba71[124]][_0xba71[270]]=_0xba71[582];mxEvent[_0xba71[759]](this[_0xba71[924]],mxUtils[_0xba71[885]](this,function(_0x6e36x2){var _0x6e36x3=mxEvent[_0xba71[731]](_0x6e36x2),_0x6e36x4=mxEvent[_0xba71[733]](_0x6e36x2),_0x6e36x5=this[_0xba71[730]](),_0x6e36x9=this[_0xba71[732]](),_0x6e36xa=mxUtils[_0xba71[885]](this,function(_0x6e36x2){var _0x6e36xa=mxEvent[_0xba71[731]](_0x6e36x2)-_0x6e36x3,_0x6e36x12=mxEvent[_0xba71[733]](_0x6e36x2)-_0x6e36x4;this[_0xba71[947]](_0x6e36x5+_0x6e36xa,_0x6e36x9+_0x6e36x12);this[_0xba71[746]]( new mxEventObject(mxEvent.MOVE,_0xba71[763],_0x6e36x2));mxEvent[_0xba71[722]](_0x6e36x2)}),_0x6e36x12=mxUtils[_0xba71[885]](this,function(_0x6e36x2){mxEvent[_0xba71[938]](document,null,_0x6e36xa,_0x6e36x12);this[_0xba71[746]]( new mxEventObject(mxEvent.MOVE_END,_0xba71[763],_0x6e36x2));mxEvent[_0xba71[722]](_0x6e36x2)});mxEvent[_0xba71[759]](document,null,_0x6e36xa,_0x6e36x12);this[_0xba71[746]]( new mxEventObject(mxEvent.MOVE_START,_0xba71[763],_0x6e36x2));mxEvent[_0xba71[722]](_0x6e36x2)}))};mxWindow[_0xba71[202]][_0xba71[947]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[485]][_0xba71[124]][_0xba71[361]]=_0x6e36x2+_0xba71[168];this[_0xba71[485]][_0xba71[124]][_0xba71[125]]=_0x6e36x3+_0xba71[168]};mxWindow[_0xba71[202]][_0xba71[730]]=function(){return parseInt(this[_0xba71[485]][_0xba71[124]][_0xba71[361]])};mxWindow[_0xba71[202]][_0xba71[732]]=function(){return parseInt(this[_0xba71[485]][_0xba71[124]][_0xba71[125]])};mxWindow[_0xba71[202]][_0xba71[908]]=function(){this[_0xba71[948]]=document[_0xba71[55]](_0xba71[466]);this[_0xba71[948]][_0xba71[57]](_0xba71[390],this[_0xba71[913]]);this[_0xba71[948]][_0xba71[57]](_0xba71[611],_0xba71[699]);this[_0xba71[948]][_0xba71[57]](_0xba71[924],_0xba71[949]);this[_0xba71[948]][_0xba71[124]][_0xba71[945]]=_0xba71[935];this[_0xba71[948]][_0xba71[124]][_0xba71[270]]=_0xba71[356];this[_0xba71[948]][_0xba71[124]][_0xba71[495]]=_0xba71[130];this[_0xba71[924]][_0xba71[950]](this[_0xba71[948]],this[_0xba71[924]][_0xba71[285]]);mxEvent[_0xba71[759]](this[_0xba71[948]],mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[746]]( new mxEventObject(mxEvent.CLOSE,_0xba71[763],_0x6e36x2));this[_0xba71[165]]?this[_0xba71[515]]():this[_0xba71[175]](!1);mxEvent[_0xba71[722]](_0x6e36x2)}))};mxWindow[_0xba71[202]][_0xba71[951]]=function(_0x6e36x2){this[_0xba71[618]]=document[_0xba71[55]](_0xba71[466]);this[_0xba71[618]][_0xba71[57]](_0xba71[390],_0x6e36x2);this[_0xba71[618]][_0xba71[57]](_0xba71[611],_0xba71[361]);this[_0xba71[618]][_0xba71[124]][_0xba71[941]]=_0xba71[952];this[_0xba71[618]][_0xba71[124]][_0xba71[945]]=_0xba71[946];this[_0xba71[618]][_0xba71[124]][_0xba71[953]]=_0xba71[954];this[_0xba71[924]][_0xba71[950]](this[_0xba71[618]],this[_0xba71[924]][_0xba71[285]])};mxWindow[_0xba71[202]][_0xba71[164]]=function(_0x6e36x2){this[_0xba71[948]][_0xba71[124]][_0xba71[495]]=_0x6e36x2?_0xba71[110]:_0xba71[130]};mxWindow[_0xba71[202]][_0xba71[174]]=function(){return null!=this[_0xba71[485]]?_0xba71[188]!=this[_0xba71[485]][_0xba71[124]][_0xba71[187]]:!1};mxWindow[_0xba71[202]][_0xba71[175]]=function(_0x6e36x2){null!=this[_0xba71[485]]&&this[_0xba71[174]]()!=_0x6e36x2&&(_0x6e36x2?this[_0xba71[539]]():this[_0xba71[801]]())};mxWindow[_0xba71[202]][_0xba71[539]]=function(){this[_0xba71[485]][_0xba71[124]][_0xba71[187]]=_0xba71[110];this[_0xba71[790]]();var _0x6e36x2=mxUtils[_0xba71[275]](this[_0xba71[929]]);if(!mxClient[_0xba71[80]]&&(_0xba71[278]==_0x6e36x2[_0xba71[277]]||null!=this[_0xba71[129]])){this[_0xba71[929]][_0xba71[124]][_0xba71[119]]=this[_0xba71[485]][_0xba71[167]]-this[_0xba71[924]][_0xba71[167]]-2+_0xba71[168]};this[_0xba71[746]]( new mxEventObject(mxEvent.SHOW))};mxWindow[_0xba71[202]][_0xba71[801]]=function(){this[_0xba71[485]][_0xba71[124]][_0xba71[187]]=_0xba71[188];this[_0xba71[746]]( new mxEventObject(mxEvent.HIDE))};mxWindow[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[746]]( new mxEventObject(mxEvent.DESTROY));null!=this[_0xba71[485]]&&(mxEvent[_0xba71[762]](this[_0xba71[485]]),this[_0xba71[485]][_0xba71[265]][_0xba71[266]](this[_0xba71[485]]),this[_0xba71[485]]=null);this[_0xba71[929]]=this[_0xba71[905]]=this[_0xba71[924]]=null};function mxForm(_0x6e36x2){this[_0xba71[116]]=document[_0xba71[55]](_0xba71[116]);this[_0xba71[116]][_0xba71[926]]=_0x6e36x2;this[_0xba71[112]]=document[_0xba71[55]](_0xba71[120]);this[_0xba71[116]][_0xba71[62]](this[_0xba71[112]])}mxForm[_0xba71[202]][_0xba71[116]]=null;mxForm[_0xba71[202]][_0xba71[112]]= !1;mxForm[_0xba71[202]][_0xba71[955]]=function(){return this[_0xba71[116]]};mxForm[_0xba71[202]][_0xba71[956]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=document[_0xba71[55]](_0xba71[121]),_0x6e36x5=document[_0xba71[55]](_0xba71[122]);_0x6e36x4[_0xba71[62]](_0x6e36x5);var _0x6e36x5=document[_0xba71[55]](_0xba71[122]),_0x6e36x9=document[_0xba71[55]](_0xba71[172]);mxUtils[_0xba71[53]](_0x6e36x9,mxResources[_0xba71[203]](_0xba71[957])||_0xba71[958]);_0x6e36x5[_0xba71[62]](_0x6e36x9);mxEvent[_0xba71[169]](_0x6e36x9,_0xba71[173],function(){_0x6e36x2()});_0x6e36x9=document[_0xba71[55]](_0xba71[172]);mxUtils[_0xba71[53]](_0x6e36x9,mxResources[_0xba71[203]](_0xba71[959])||_0xba71[960]);_0x6e36x5[_0xba71[62]](_0x6e36x9);mxEvent[_0xba71[169]](_0x6e36x9,_0xba71[173],function(){_0x6e36x3()});_0x6e36x4[_0xba71[62]](_0x6e36x5);this[_0xba71[112]][_0xba71[62]](_0x6e36x4)};mxForm[_0xba71[202]][_0xba71[961]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=document[_0xba71[55]](_0xba71[962]);_0x6e36x4[_0xba71[57]](_0xba71[60],_0xba71[963]);_0x6e36x4[_0xba71[131]]=_0x6e36x3;return this[_0xba71[964]](_0x6e36x2,_0x6e36x4)};mxForm[_0xba71[202]][_0xba71[965]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=document[_0xba71[55]](_0xba71[962]);_0x6e36x4[_0xba71[57]](_0xba71[60],_0xba71[966]);this[_0xba71[964]](_0x6e36x2,_0x6e36x4);_0x6e36x3&&(_0x6e36x4[_0xba71[967]]= !0);return _0x6e36x4};mxForm[_0xba71[202]][_0xba71[968]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=document[_0xba71[55]](_0xba71[126]);mxClient[_0xba71[133]]&&_0x6e36x4--;_0x6e36x5[_0xba71[57]](_0xba71[969],_0x6e36x4||2);_0x6e36x5[_0xba71[131]]=_0x6e36x3;return this[_0xba71[964]](_0x6e36x2,_0x6e36x5)};mxForm[_0xba71[202]][_0xba71[970]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=document[_0xba71[55]](_0xba71[804]);null!=_0x6e36x4&&_0x6e36x5[_0xba71[57]](_0xba71[803],_0x6e36x4);_0x6e36x3&&_0x6e36x5[_0xba71[57]](_0xba71[971],_0xba71[128]);return this[_0xba71[964]](_0x6e36x2,_0x6e36x5)};mxForm[_0xba71[202]][_0xba71[972]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=document[_0xba71[55]](_0xba71[973]);mxUtils[_0xba71[171]](_0x6e36x9,_0x6e36x3);_0x6e36x9[_0xba71[57]](_0xba71[131],_0x6e36x4);_0x6e36x5&&_0x6e36x9[_0xba71[57]](_0xba71[974],_0x6e36x5);_0x6e36x2[_0xba71[62]](_0x6e36x9)};mxForm[_0xba71[202]][_0xba71[964]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=document[_0xba71[55]](_0xba71[121]),_0x6e36x5=document[_0xba71[55]](_0xba71[122]);mxUtils[_0xba71[53]](_0x6e36x5,_0x6e36x2);_0x6e36x4[_0xba71[62]](_0x6e36x5);_0x6e36x5=document[_0xba71[55]](_0xba71[122]);_0x6e36x5[_0xba71[62]](_0x6e36x3);_0x6e36x4[_0xba71[62]](_0x6e36x5);this[_0xba71[112]][_0xba71[62]](_0x6e36x4);return _0x6e36x3};function mxImage(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[390]]=_0x6e36x2;this[_0xba71[117]]=_0x6e36x3;this[_0xba71[119]]=_0x6e36x4}mxImage[_0xba71[202]][_0xba71[390]]=null;mxImage[_0xba71[202]][_0xba71[117]]=null;mxImage[_0xba71[202]][_0xba71[119]]=null;function mxDivResizer(_0x6e36x2,_0x6e36x3){if(_0xba71[485]==_0x6e36x2[_0xba71[301]][_0xba71[216]]()){null==_0x6e36x3&&(_0x6e36x3=window);this[_0xba71[485]]=_0x6e36x2;var _0x6e36x4=mxUtils[_0xba71[275]](_0x6e36x2);null!=_0x6e36x4&&(this[_0xba71[975]]=_0xba71[278]==_0x6e36x4[_0xba71[117]],this[_0xba71[976]]=_0xba71[278]==_0x6e36x4[_0xba71[119]]);mxEvent[_0xba71[169]](_0x6e36x3,_0xba71[129],mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[977]]||(this[_0xba71[977]]= !0,this[_0xba71[129]](),this[_0xba71[977]]= !1)}));this[_0xba71[129]]()}}mxDivResizer[_0xba71[202]][_0xba71[975]]= !0;mxDivResizer[_0xba71[202]][_0xba71[976]]= !0;mxDivResizer[_0xba71[202]][_0xba71[977]]= !1;mxDivResizer[_0xba71[202]][_0xba71[129]]=function(){var _0x6e36x2=this[_0xba71[978]](),_0x6e36x3=this[_0xba71[979]](),_0x6e36x4=parseInt(this[_0xba71[485]][_0xba71[124]][_0xba71[361]]),_0x6e36x5=parseInt(this[_0xba71[485]][_0xba71[124]][_0xba71[699]]),_0x6e36x9=parseInt(this[_0xba71[485]][_0xba71[124]][_0xba71[125]]),_0x6e36xa=parseInt(this[_0xba71[485]][_0xba71[124]][_0xba71[553]]);this[_0xba71[975]]&&(!isNaN(_0x6e36x4)&&!isNaN(_0x6e36x5)&&0<=_0x6e36x4&&0<=_0x6e36x5&&0<_0x6e36x2-_0x6e36x5-_0x6e36x4)&&(this[_0xba71[485]][_0xba71[124]][_0xba71[117]]=_0x6e36x2-_0x6e36x5-_0x6e36x4+_0xba71[168]);this[_0xba71[976]]&&(!isNaN(_0x6e36x9)&&!isNaN(_0x6e36xa)&&0<=_0x6e36x9&&0<=_0x6e36xa&&0<_0x6e36x3-_0x6e36x9-_0x6e36xa)&&(this[_0xba71[485]][_0xba71[124]][_0xba71[119]]=_0x6e36x3-_0x6e36x9-_0x6e36xa+_0xba71[168])};mxDivResizer[_0xba71[202]][_0xba71[978]]=function(){return document[_0xba71[112]][_0xba71[159]]};mxDivResizer[_0xba71[202]][_0xba71[979]]=function(){return document[_0xba71[112]][_0xba71[157]]};function mxDragSource(_0x6e36x2,_0x6e36x3){this[_0xba71[980]]=_0x6e36x2;this[_0xba71[981]]=_0x6e36x3;mxEvent[_0xba71[759]](_0x6e36x2,mxUtils[_0xba71[885]](this,this[_0xba71[787]]))}mxDragSource[_0xba71[202]][_0xba71[980]]=null;mxDragSource[_0xba71[202]][_0xba71[981]]=null;mxDragSource[_0xba71[202]][_0xba71[559]]=null;mxDragSource[_0xba71[202]][_0xba71[982]]=null;mxDragSource[_0xba71[202]][_0xba71[983]]=null;mxDragSource[_0xba71[202]][_0xba71[984]]= !0;mxDragSource[_0xba71[202]][_0xba71[985]]=null;mxDragSource[_0xba71[202]][_0xba71[986]]=null;mxDragSource[_0xba71[202]][_0xba71[987]]=null;mxDragSource[_0xba71[202]][_0xba71[988]]=null;mxDragSource[_0xba71[202]][_0xba71[989]]=null;mxDragSource[_0xba71[202]][_0xba71[561]]= !0;mxDragSource[_0xba71[202]][_0xba71[990]]= !0;mxDragSource[_0xba71[202]][_0xba71[991]]= !0;mxDragSource[_0xba71[202]][_0xba71[563]]= !0;mxDragSource[_0xba71[202]][_0xba71[992]]=100;mxDragSource[_0xba71[202]][_0xba71[993]]=70;mxDragSource[_0xba71[202]][_0xba71[994]]=function(){return this[_0xba71[984]]};mxDragSource[_0xba71[202]][_0xba71[995]]=function(_0x6e36x2){this[_0xba71[984]]=_0x6e36x2};mxDragSource[_0xba71[202]][_0xba71[996]]=function(){return this[_0xba71[990]]};mxDragSource[_0xba71[202]][_0xba71[562]]=function(_0x6e36x2){this[_0xba71[990]]=_0x6e36x2};mxDragSource[_0xba71[202]][_0xba71[997]]=function(){return this[_0xba71[991]]};mxDragSource[_0xba71[202]][_0xba71[998]]=function(_0x6e36x2){this[_0xba71[991]]=_0x6e36x2};mxDragSource[_0xba71[202]][_0xba71[565]]=function(_0x6e36x2){return null};mxDragSource[_0xba71[202]][_0xba71[564]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){return _0x6e36x2[_0xba71[999]](_0x6e36x3,_0x6e36x4)};mxDragSource[_0xba71[202]][_0xba71[566]]=function(_0x6e36x2){return this[_0xba71[980]][_0xba71[511]](!0)};mxDragSource[_0xba71[202]][_0xba71[567]]=function(_0x6e36x2){return null};mxDragSource[_0xba71[202]][_0xba71[787]]=function(_0x6e36x2){this[_0xba71[984]]&&(!mxEvent[_0xba71[721]](_0x6e36x2)&&null==this[_0xba71[1000]])&&(this[_0xba71[1001]](_0x6e36x2),this[_0xba71[1000]]=mxUtils[_0xba71[885]](this,this[_0xba71[788]]),this[_0xba71[1002]]=mxUtils[_0xba71[885]](this,this[_0xba71[789]]),mxEvent[_0xba71[759]](document,null,this[_0xba71[1000]],this[_0xba71[1002]]),mxEvent[_0xba71[722]](_0x6e36x2,!0,!1))};mxDragSource[_0xba71[202]][_0xba71[1001]]=function(_0x6e36x2){this[_0xba71[982]]=this[_0xba71[566]](_0x6e36x2);this[_0xba71[982]][_0xba71[124]][_0xba71[491]]=_0xba71[492];this[_0xba71[982]][_0xba71[124]][_0xba71[931]]=this[_0xba71[992]];mxUtils[_0xba71[254]](this[_0xba71[982]],this[_0xba71[993]])};mxDragSource[_0xba71[202]][_0xba71[1003]]=function(_0x6e36x2){null!=this[_0xba71[982]]&&(null!=this[_0xba71[982]][_0xba71[265]]&&this[_0xba71[982]][_0xba71[265]][_0xba71[266]](this[_0xba71[982]]),this[_0xba71[982]]=null)};mxDragSource[_0xba71[202]][_0xba71[1004]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=mxEvent[_0xba71[731]](_0x6e36x3),_0x6e36x5=mxEvent[_0xba71[733]](_0x6e36x3),_0x6e36x9=mxUtils[_0xba71[445]](_0x6e36x2[_0xba71[526]]),_0x6e36xa=mxUtils[_0xba71[444]]();return _0x6e36x4>=_0x6e36x9[_0xba71[235]]-_0x6e36xa[_0xba71[235]]&&_0x6e36x5>=_0x6e36x9[_0xba71[236]]-_0x6e36xa[_0xba71[236]]&&_0x6e36x4<=_0x6e36x9[_0xba71[235]]-_0x6e36xa[_0xba71[235]]+_0x6e36x2[_0xba71[526]][_0xba71[359]]&&_0x6e36x5<=_0x6e36x9[_0xba71[236]]-_0x6e36xa[_0xba71[236]]+_0x6e36x2[_0xba71[526]][_0xba71[167]]};mxDragSource[_0xba71[202]][_0xba71[788]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[565]](_0x6e36x2);null!=_0x6e36x3&&!this[_0xba71[1004]](_0x6e36x3,_0x6e36x2)&&(_0x6e36x3=null);_0x6e36x3!=this[_0xba71[985]]&&(null!=this[_0xba71[985]]&&this[_0xba71[1005]](this[_0xba71[985]]),this[_0xba71[985]]=_0x6e36x3,null!=this[_0xba71[985]]&&this[_0xba71[1006]](this[_0xba71[985]]));null!=this[_0xba71[985]]&&this[_0xba71[1007]](this[_0xba71[985]],_0x6e36x2);if(null!=this[_0xba71[982]]&&(null==this[_0xba71[983]]||_0xba71[189]!=this[_0xba71[983]][_0xba71[124]][_0xba71[187]])){var _0x6e36x3=mxEvent[_0xba71[731]](_0x6e36x2),_0x6e36x4=mxEvent[_0xba71[733]](_0x6e36x2);null==this[_0xba71[982]][_0xba71[265]]&&document[_0xba71[112]][_0xba71[62]](this[_0xba71[982]]);this[_0xba71[982]][_0xba71[124]][_0xba71[187]]=_0xba71[189];null!=this[_0xba71[559]]&&(_0x6e36x3+=this[_0xba71[559]][_0xba71[235]],_0x6e36x4+=this[_0xba71[559]][_0xba71[236]]);_0x6e36x3+=document[_0xba71[112]][_0xba71[360]]||document[_0xba71[158]][_0xba71[360]];_0x6e36x4+=document[_0xba71[112]][_0xba71[190]]||document[_0xba71[158]][_0xba71[190]];this[_0xba71[982]][_0xba71[124]][_0xba71[361]]=_0x6e36x3+_0xba71[168];this[_0xba71[982]][_0xba71[124]][_0xba71[125]]=_0x6e36x4+_0xba71[168]}else {null!=this[_0xba71[982]]&&(this[_0xba71[982]][_0xba71[124]][_0xba71[187]]=_0xba71[188])};mxEvent[_0xba71[722]](_0x6e36x2)};mxDragSource[_0xba71[202]][_0xba71[789]]=function(_0x6e36x2){if(null!=this[_0xba71[985]]){if(null!=this[_0xba71[987]]&&(null==this[_0xba71[983]]||_0xba71[188]!=this[_0xba71[983]][_0xba71[124]][_0xba71[187]])){var _0x6e36x3=this[_0xba71[985]][_0xba71[441]][_0xba71[255]],_0x6e36x4=this[_0xba71[985]][_0xba71[441]][_0xba71[513]];this[_0xba71[1008]](this[_0xba71[985]],_0x6e36x2,this[_0xba71[986]],this[_0xba71[987]][_0xba71[235]]/_0x6e36x3-_0x6e36x4[_0xba71[235]],this[_0xba71[987]][_0xba71[236]]/_0x6e36x3-_0x6e36x4[_0xba71[236]])};this[_0xba71[1005]](this[_0xba71[985]])};this[_0xba71[1003]](_0x6e36x2);mxEvent[_0xba71[938]](document,null,this[_0xba71[1000]],this[_0xba71[1002]]);this[_0xba71[985]]=this[_0xba71[1002]]=this[_0xba71[1000]]=null;mxEvent[_0xba71[722]](_0x6e36x2)};mxDragSource[_0xba71[202]][_0xba71[1006]]=function(_0x6e36x2){_0x6e36x2[_0xba71[1009]]= !0;this[_0xba71[983]]=this[_0xba71[567]](_0x6e36x2);this[_0xba71[996]]()&&null!=this[_0xba71[983]]&&(this[_0xba71[988]]= new mxGuide(_0x6e36x2,_0x6e36x2[_0xba71[1011]][_0xba71[1010]]()));this[_0xba71[563]]&&(this[_0xba71[989]]= new mxCellHighlight(_0x6e36x2,mxConstants.DROP_TARGET_COLOR))};mxDragSource[_0xba71[202]][_0xba71[1005]]=function(_0x6e36x2){this[_0xba71[987]]=this[_0xba71[986]]=null;_0x6e36x2[_0xba71[1009]]= !1;null!=this[_0xba71[983]]&&(null!=this[_0xba71[983]][_0xba71[265]]&&this[_0xba71[983]][_0xba71[265]][_0xba71[266]](this[_0xba71[983]]),this[_0xba71[983]]=null);null!=this[_0xba71[988]]&&(this[_0xba71[988]][_0xba71[515]](),this[_0xba71[988]]=null);null!=this[_0xba71[989]]&&(this[_0xba71[989]][_0xba71[515]](),this[_0xba71[989]]=null)};mxDragSource[_0xba71[202]][_0xba71[1007]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=mxUtils[_0xba71[445]](_0x6e36x2[_0xba71[526]]),_0x6e36x5=mxUtils[_0xba71[444]](_0x6e36x2[_0xba71[526]]),_0x6e36x9=mxEvent[_0xba71[731]](_0x6e36x3)-_0x6e36x4[_0xba71[235]]+_0x6e36x5[_0xba71[235]],_0x6e36x4=mxEvent[_0xba71[733]](_0x6e36x3)-_0x6e36x4[_0xba71[236]]+_0x6e36x5[_0xba71[236]];_0x6e36x2[_0xba71[1012]]&&(null==this[_0xba71[561]]||this[_0xba71[561]])&&_0x6e36x2[_0xba71[1014]](_0x6e36x9,_0x6e36x4,_0x6e36x2[_0xba71[1013]]);null!=this[_0xba71[989]]&&_0x6e36x2[_0xba71[1015]]()&&(this[_0xba71[986]]=this[_0xba71[564]](_0x6e36x2,_0x6e36x9,_0x6e36x4),_0x6e36x5=_0x6e36x2[_0xba71[249]]()[_0xba71[248]](this[_0xba71[986]]),this[_0xba71[989]][_0xba71[1016]](_0x6e36x5));if(null!=this[_0xba71[983]]){null==this[_0xba71[983]][_0xba71[265]]&&(_0x6e36x2[_0xba71[526]][_0xba71[62]](this[_0xba71[983]]),this[_0xba71[983]][_0xba71[124]][_0xba71[931]]=_0xba71[1017],this[_0xba71[983]][_0xba71[124]][_0xba71[491]]=_0xba71[492]);var _0x6e36x5=this[_0xba71[997]]()&&_0x6e36x2[_0xba71[1018]](_0x6e36x3),_0x6e36xa=!0;if(null!=this[_0xba71[988]]&&this[_0xba71[988]][_0xba71[1019]](_0x6e36x3)){var _0x6e36xa=parseInt(this[_0xba71[983]][_0xba71[124]][_0xba71[117]]),_0x6e36x12=parseInt(this[_0xba71[983]][_0xba71[124]][_0xba71[119]]),_0x6e36xa= new mxRectangle(0,0,_0x6e36xa,_0x6e36x12),_0x6e36x4= new mxPoint(_0x6e36x9,_0x6e36x4),_0x6e36x4=this[_0xba71[988]][_0xba71[582]](_0x6e36xa,_0x6e36x4,_0x6e36x5),_0x6e36xa=!1,_0x6e36x9=_0x6e36x4[_0xba71[235]],_0x6e36x4=_0x6e36x4[_0xba71[236]]}else {if(_0x6e36x5){var _0x6e36x5=_0x6e36x2[_0xba71[441]][_0xba71[255]],_0x6e36x12=_0x6e36x2[_0xba71[441]][_0xba71[513]],_0x6e36x13=_0x6e36x2[_0xba71[1020]]/2,_0x6e36x9=(_0x6e36x2[_0xba71[1021]](_0x6e36x9/_0x6e36x5-_0x6e36x12[_0xba71[235]]-_0x6e36x13)+_0x6e36x12[_0xba71[235]])*_0x6e36x5,_0x6e36x4=(_0x6e36x2[_0xba71[1021]](_0x6e36x4/_0x6e36x5-_0x6e36x12[_0xba71[236]]-_0x6e36x13)+_0x6e36x12[_0xba71[236]])*_0x6e36x5}};null!=this[_0xba71[988]]&&_0x6e36xa&&this[_0xba71[988]][_0xba71[801]]();null!=this[_0xba71[1022]]&&(_0x6e36x9+=this[_0xba71[1022]][_0xba71[235]],_0x6e36x4+=this[_0xba71[1022]][_0xba71[236]]);this[_0xba71[983]][_0xba71[124]][_0xba71[361]]=Math[_0xba71[488]](_0x6e36x9)+_0xba71[168];this[_0xba71[983]][_0xba71[124]][_0xba71[125]]=Math[_0xba71[488]](_0x6e36x4)+_0xba71[168];this[_0xba71[983]][_0xba71[124]][_0xba71[187]]=_0xba71[189]};this[_0xba71[987]]= new mxPoint(_0x6e36x9,_0x6e36x4)};mxDragSource[_0xba71[202]][_0xba71[1008]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){this[_0xba71[981]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9);_0x6e36x2[_0xba71[526]][_0xba71[393]]()};function mxToolbar(_0x6e36x2){this[_0xba71[526]]=_0x6e36x2}mxToolbar[_0xba71[202]]= new mxEventSource;mxToolbar[_0xba71[202]][_0xba71[196]]=mxToolbar;mxToolbar[_0xba71[202]][_0xba71[526]]=null;mxToolbar[_0xba71[202]][_0xba71[984]]= !0;mxToolbar[_0xba71[202]][_0xba71[1023]]= !1;mxToolbar[_0xba71[202]][_0xba71[1024]]= !0;mxToolbar[_0xba71[202]][_0xba71[1025]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){var _0x6e36x12=document[_0xba71[55]](null!=_0x6e36x3?_0xba71[466]:_0xba71[172]),_0x6e36x13=_0x6e36x9||(null!=_0x6e36xa?_0xba71[1026]:_0xba71[1027]);_0x6e36x12[_0xba71[926]]=_0x6e36x13;_0x6e36x12[_0xba71[57]](_0xba71[390],_0x6e36x3);null!=_0x6e36x2&&(null!=_0x6e36x3?_0x6e36x12[_0xba71[57]](_0xba71[924],_0x6e36x2):mxUtils[_0xba71[53]](_0x6e36x12,_0x6e36x2));this[_0xba71[526]][_0xba71[62]](_0x6e36x12);null!=_0x6e36x4&&(mxEvent[_0xba71[169]](_0x6e36x12,_0xba71[173],_0x6e36x4),mxClient[_0xba71[754]]&&mxEvent[_0xba71[169]](_0x6e36x12,_0xba71[757],_0x6e36x4));_0x6e36x2=mxUtils[_0xba71[885]](this,function(_0x6e36x2){null!=_0x6e36x5?_0x6e36x12[_0xba71[57]](_0xba71[390],_0x6e36x3):_0x6e36x12[_0xba71[124]][_0xba71[1028]]=_0xba71[110]});mxEvent[_0xba71[759]](_0x6e36x12,mxUtils[_0xba71[885]](this,function(_0x6e36x2){null!=_0x6e36x5?_0x6e36x12[_0xba71[57]](_0xba71[390],_0x6e36x5):_0x6e36x12[_0xba71[124]][_0xba71[1028]]=_0xba71[579];if(null!=_0x6e36xa){null==this[_0xba71[1029]]&&(this[_0xba71[1029]]= new mxPopupMenu,this[_0xba71[1029]][_0xba71[176]]());var _0x6e36x3=this[_0xba71[1030]];this[_0xba71[1029]][_0xba71[1031]]()&&this[_0xba71[1029]][_0xba71[1032]]();_0x6e36x3!=_0x6e36x12&&(this[_0xba71[1030]]=_0x6e36x12,this[_0xba71[1029]][_0xba71[1033]]=_0x6e36xa,_0x6e36x3= new mxPoint(_0x6e36x12[_0xba71[358]],_0x6e36x12[_0xba71[362]]+_0x6e36x12[_0xba71[167]]),this[_0xba71[1029]][_0xba71[152]](_0x6e36x3[_0xba71[235]],_0x6e36x3[_0xba71[236]],null,_0x6e36x2),this[_0xba71[1029]][_0xba71[1031]]()&&(_0x6e36x12[_0xba71[926]]=_0x6e36x13+_0xba71[1034],this[_0xba71[1029]][_0xba71[1032]]=function(){mxPopupMenu[_0xba71[202]][_0xba71[1032]][_0xba71[183]](this);_0x6e36x12[_0xba71[926]]=_0x6e36x13;this[_0xba71[1030]]=null}))}}),null,_0x6e36x2);mxEvent[_0xba71[169]](_0x6e36x12,_0xba71[1035],_0x6e36x2);return _0x6e36x12};mxToolbar[_0xba71[202]][_0xba71[970]]=function(_0x6e36x2){var _0x6e36x3=document[_0xba71[55]](_0xba71[485]);_0x6e36x3[_0xba71[124]][_0xba71[495]]=_0xba71[497];_0x6e36x3[_0xba71[926]]=_0xba71[1036];var _0x6e36x4=document[_0xba71[55]](_0xba71[804]);_0x6e36x4[_0xba71[926]]=_0x6e36x2||_0xba71[1037];_0x6e36x3[_0xba71[62]](_0x6e36x4);this[_0xba71[526]][_0xba71[62]](_0x6e36x3);return _0x6e36x4};mxToolbar[_0xba71[202]][_0xba71[1038]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=document[_0xba71[55]](_0xba71[804]);_0x6e36x4[_0xba71[926]]=_0x6e36x3||_0xba71[1037];this[_0xba71[972]](_0x6e36x4,_0x6e36x2,null);mxEvent[_0xba71[169]](_0x6e36x4,_0xba71[826],function(_0x6e36x2){var _0x6e36x3=_0x6e36x4[_0xba71[1040]][_0x6e36x4[_0xba71[1039]]];_0x6e36x4[_0xba71[1039]]=0;null!=_0x6e36x3[_0xba71[1041]]&&_0x6e36x3[_0xba71[1041]](_0x6e36x2)});this[_0xba71[526]][_0xba71[62]](_0x6e36x4);return _0x6e36x4};mxToolbar[_0xba71[202]][_0xba71[972]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=document[_0xba71[55]](_0xba71[973]);mxUtils[_0xba71[171]](_0x6e36x5,_0x6e36x3);_0xba71[279]== typeof _0x6e36x4?_0x6e36x5[_0xba71[1041]]=_0x6e36x4:_0x6e36x5[_0xba71[57]](_0xba71[131],_0x6e36x4);_0x6e36x2[_0xba71[62]](_0x6e36x5);return _0x6e36x5};mxToolbar[_0xba71[202]][_0xba71[1042]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){var _0x6e36xa=document[_0xba71[55]](_0xba71[466]);_0x6e36xa[_0xba71[1043]]=_0x6e36x9||_0xba71[1026];_0x6e36xa[_0xba71[926]]=_0x6e36xa[_0xba71[1043]];_0x6e36xa[_0xba71[57]](_0xba71[390],_0x6e36x3);_0x6e36xa[_0xba71[1044]]=_0x6e36x5;null!=_0x6e36x2&&_0x6e36xa[_0xba71[57]](_0xba71[924],_0x6e36x2);mxEvent[_0xba71[169]](_0x6e36xa,_0xba71[173],mxUtils[_0xba71[885]](this,function(_0x6e36x2){_0x6e36x2=this[_0xba71[1045]][_0xba71[1044]];null!=_0x6e36x2?(this[_0xba71[1045]][_0xba71[1044]]=this[_0xba71[1045]][_0xba71[284]](_0xba71[390]),this[_0xba71[1045]][_0xba71[57]](_0xba71[390],_0x6e36x2)):this[_0xba71[1045]][_0xba71[926]]=this[_0xba71[1045]][_0xba71[1043]];this[_0xba71[1024]]&&(this[_0xba71[1046]]=_0x6e36xa);this[_0xba71[1045]]=_0x6e36xa;_0x6e36x2=_0x6e36xa[_0xba71[1044]];null!=_0x6e36x2?(_0x6e36xa[_0xba71[1044]]=_0x6e36xa[_0xba71[284]](_0xba71[390]),_0x6e36xa[_0xba71[57]](_0xba71[390],_0x6e36x2)):_0x6e36xa[_0xba71[926]]=_0x6e36xa[_0xba71[1043]]+_0xba71[1034];this[_0xba71[746]]( new mxEventObject(mxEvent.SELECT));_0x6e36x4()}));this[_0xba71[526]][_0xba71[62]](_0x6e36xa);null==this[_0xba71[1046]]&&(this[_0xba71[1046]]=_0x6e36xa,this[_0xba71[1047]](_0x6e36xa),_0x6e36x4());return _0x6e36xa};mxToolbar[_0xba71[202]][_0xba71[1048]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){_0x6e36xa=null!=_0x6e36xa?_0x6e36xa:!0;var _0x6e36x12=document[_0xba71[55]](null!=_0x6e36x3?_0xba71[466]:_0xba71[172]);_0x6e36x12[_0xba71[1043]]=_0x6e36x9||_0xba71[1026];_0x6e36x12[_0xba71[926]]=_0x6e36x12[_0xba71[1043]];_0x6e36x12[_0xba71[57]](_0xba71[390],_0x6e36x3);_0x6e36x12[_0xba71[1044]]=_0x6e36x5;null!=_0x6e36x2&&_0x6e36x12[_0xba71[57]](_0xba71[924],_0x6e36x2);this[_0xba71[984]]&&_0x6e36xa&&(mxEvent[_0xba71[169]](_0x6e36x12,_0xba71[173],mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[1047]](_0x6e36x12,_0x6e36x4);this[_0xba71[1023]]= !1})),mxEvent[_0xba71[169]](_0x6e36x12,_0xba71[760],mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[1047]](_0x6e36x12,_0x6e36x4);this[_0xba71[1023]]= !0})),null==this[_0xba71[1046]]&&(this[_0xba71[1046]]=_0x6e36x12,this[_0xba71[1049]]=_0x6e36x4,this[_0xba71[1047]](_0x6e36x12,_0x6e36x4)));this[_0xba71[526]][_0xba71[62]](_0x6e36x12);return _0x6e36x12};mxToolbar[_0xba71[202]][_0xba71[1047]]=function(_0x6e36x2,_0x6e36x3){if(this[_0xba71[1045]]!=_0x6e36x2){if(null!=this[_0xba71[1045]]){var _0x6e36x4=this[_0xba71[1045]][_0xba71[1044]];null!=_0x6e36x4?(this[_0xba71[1045]][_0xba71[1044]]=this[_0xba71[1045]][_0xba71[284]](_0xba71[390]),this[_0xba71[1045]][_0xba71[57]](_0xba71[390],_0x6e36x4)):this[_0xba71[1045]][_0xba71[926]]=this[_0xba71[1045]][_0xba71[1043]]};this[_0xba71[1045]]=_0x6e36x2;_0x6e36x4=this[_0xba71[1045]][_0xba71[1044]];null!=_0x6e36x4?(this[_0xba71[1045]][_0xba71[1044]]=this[_0xba71[1045]][_0xba71[284]](_0xba71[390]),this[_0xba71[1045]][_0xba71[57]](_0xba71[390],_0x6e36x4)):this[_0xba71[1045]][_0xba71[926]]=this[_0xba71[1045]][_0xba71[1043]]+_0xba71[1034];this[_0xba71[746]]( new mxEventObject(mxEvent.SELECT,_0xba71[279],_0x6e36x3))}};mxToolbar[_0xba71[202]][_0xba71[1050]]=function(_0x6e36x2){(_0x6e36x2||!this[_0xba71[1023]])&&this[_0xba71[1045]]!=this[_0xba71[1046]]&&this[_0xba71[1047]](this[_0xba71[1046]],this[_0xba71[1049]])};mxToolbar[_0xba71[202]][_0xba71[1051]]=function(_0x6e36x2){return this[_0xba71[1025]](null,_0x6e36x2,null)};mxToolbar[_0xba71[202]][_0xba71[1052]]=function(){mxUtils[_0xba71[345]](this[_0xba71[526]])};mxToolbar[_0xba71[202]][_0xba71[1053]]=function(){var _0x6e36x2=document[_0xba71[55]](_0xba71[1054]);_0x6e36x2[_0xba71[124]][_0xba71[941]]=_0xba71[1055];_0x6e36x2[_0xba71[57]](_0xba71[803],_0xba71[500]);this[_0xba71[526]][_0xba71[62]](_0x6e36x2)};mxToolbar[_0xba71[202]][_0xba71[515]]=function(){mxEvent[_0xba71[762]](this[_0xba71[526]]);this[_0xba71[1045]]=this[_0xba71[1049]]=this[_0xba71[1046]]=this[_0xba71[526]]=null;null!=this[_0xba71[1029]]&&this[_0xba71[1029]][_0xba71[515]]()};function mxSession(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){this[_0xba71[251]]=_0x6e36x2;this[_0xba71[1056]]=_0x6e36x3;this[_0xba71[1057]]=_0x6e36x4;this[_0xba71[1058]]=_0x6e36x5;null!=_0x6e36x2&&(this[_0xba71[1059]]= new mxCodec,this[_0xba71[1059]][_0xba71[1060]]=function(_0x6e36x3){return _0x6e36x2[_0xba71[736]](_0x6e36x3)});_0x6e36x2[_0xba71[169]](mxEvent.NOTIFY,mxUtils[_0xba71[885]](this,function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=_0x6e36x3[_0xba71[720]](_0xba71[1061]);(null!=_0x6e36x4&&this[_0xba71[143]]||this[_0xba71[1062]]&&!this[_0xba71[1063]])&&this[_0xba71[827]](_0xba71[1064]+this[_0xba71[1067]](_0x6e36x4[_0xba71[1065]],_0x6e36x4[_0xba71[1066]])+_0xba71[1068])}))}mxSession[_0xba71[202]]= new mxEventSource;mxSession[_0xba71[202]][_0xba71[196]]=mxSession;mxSession[_0xba71[202]][_0xba71[251]]=null;mxSession[_0xba71[202]][_0xba71[1056]]=null;mxSession[_0xba71[202]][_0xba71[1057]]=null;mxSession[_0xba71[202]][_0xba71[1058]]=null;mxSession[_0xba71[202]][_0xba71[1059]]=null;mxSession[_0xba71[202]][_0xba71[1069]]=_0xba71[336];mxSession[_0xba71[202]][_0xba71[1070]]= !0;mxSession[_0xba71[202]][_0xba71[1071]]= !0;mxSession[_0xba71[202]][_0xba71[1072]]=0;mxSession[_0xba71[202]][_0xba71[1073]]=0;mxSession[_0xba71[202]][_0xba71[143]]= !1;mxSession[_0xba71[202]][_0xba71[1062]]= !1;mxSession[_0xba71[202]][_0xba71[1063]]= !1;mxSession[_0xba71[202]][_0xba71[1074]]= !1;mxSession[_0xba71[202]][_0xba71[861]]=function(){this[_0xba71[143]]?(this[_0xba71[1062]]= !0,this[_0xba71[746]]( new mxEventObject(mxEvent.CONNECT))):this[_0xba71[1062]]||this[_0xba71[203]](this[_0xba71[1056]],mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[1062]]= !0;this[_0xba71[746]]( new mxEventObject(mxEvent.CONNECT));this[_0xba71[1075]]()}))};mxSession[_0xba71[202]][_0xba71[809]]=function(){this[_0xba71[1062]]&&!this[_0xba71[1063]]&&(this[_0xba71[1063]]= !0,this[_0xba71[746]]( new mxEventObject(mxEvent.SUSPEND)))};mxSession[_0xba71[202]][_0xba71[810]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[1062]]&&this[_0xba71[1063]]&&(this[_0xba71[1063]]= !1,this[_0xba71[746]]( new mxEventObject(mxEvent.RESUME)),this[_0xba71[1074]]||this[_0xba71[1075]]())};mxSession[_0xba71[202]][_0xba71[1076]]=function(_0x6e36x2){this[_0xba71[1062]]&&(this[_0xba71[1062]]= !1);this[_0xba71[746]]( new mxEventObject(mxEvent.DISCONNECT,_0xba71[1077],_0x6e36x2))};mxSession[_0xba71[202]][_0xba71[1075]]=function(){this[_0xba71[1062]]&&!this[_0xba71[1063]]&&null!=this[_0xba71[1057]]?(this[_0xba71[1074]]= !0,this[_0xba71[203]](this[_0xba71[1057]],mxUtils[_0xba71[885]](this,function(){this[_0xba71[1075]]()}))):this[_0xba71[1074]]= !1};mxSession[_0xba71[202]][_0xba71[827]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){null!=_0x6e36x2&&0<_0x6e36x2[_0xba71[67]]&&(null!=this[_0xba71[1058]]&&(this[_0xba71[143]]?(mxLog[_0xba71[539]](),mxLog[_0xba71[143]](_0xba71[1078]+this[_0xba71[1058]]+_0xba71[1079]+_0x6e36x2)):(_0x6e36x2=_0xba71[1080]+_0x6e36x2+_0xba71[1081],this[_0xba71[1070]]&&(_0x6e36x2=encodeURIComponent(_0x6e36x2)),mxUtils[_0xba71[814]](this[_0xba71[1058]],_0xba71[1082]+_0x6e36x2,_0x6e36x3,_0x6e36x4))),this[_0xba71[1072]]+=_0x6e36x2[_0xba71[67]],this[_0xba71[746]]( new mxEventObject(mxEvent.NOTIFY,_0xba71[863],this[_0xba71[1058]],_0xba71[338],_0x6e36x2)))};mxSession[_0xba71[202]][_0xba71[203]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){if(_0xba71[82]!= typeof mxUtils){var _0x6e36x5=mxUtils[_0xba71[885]](this,function(_0x6e36x2){null!=_0x6e36x4?_0x6e36x4(_0x6e36x2):this[_0xba71[1076]](_0x6e36x2)});mxUtils[_0xba71[203]](_0x6e36x2,mxUtils[_0xba71[885]](this,function(_0x6e36x4){if(_0xba71[82]!= typeof mxUtils){if(_0x6e36x4[_0xba71[220]]()&&404!=_0x6e36x4[_0xba71[878]]()){if(this[_0xba71[1073]]+=_0x6e36x4[_0xba71[221]]()[_0xba71[67]],this[_0xba71[746]]( new mxEventObject(mxEvent.GET,_0xba71[863],_0x6e36x2,_0xba71[870],_0x6e36x4)),this[_0xba71[1083]](_0x6e36x4)){if(0<_0x6e36x4[_0xba71[221]]()[_0xba71[67]]){var _0x6e36xa=_0x6e36x4[_0xba71[874]]();null==_0x6e36xa?_0x6e36x5(_0xba71[1084]+_0x6e36x4[_0xba71[221]]()):this[_0xba71[806]](_0x6e36xa)};null!=_0x6e36x3&&_0x6e36x3(_0x6e36x4)}}else {_0x6e36x5(_0xba71[1085])}}}),function(_0x6e36x2){_0x6e36x5(_0xba71[1086])})}};mxSession[_0xba71[202]][_0xba71[1083]]=function(_0x6e36x2){return 0>_0x6e36x2[_0xba71[221]]()[_0xba71[2]](_0xba71[1087])};mxSession[_0xba71[202]][_0xba71[1067]]=function(_0x6e36x2,_0x6e36x3){for(var _0x6e36x4=_0xba71[110],_0x6e36x5=_0x6e36x3?-1:1,_0x6e36x9=_0x6e36x3?_0x6e36x2[_0xba71[67]]-1:0;0<=_0x6e36x9&&_0x6e36x9<_0x6e36x2[_0xba71[67]];_0x6e36x9+=_0x6e36x5){var _0x6e36xa=this[_0xba71[1059]][_0xba71[514]](_0x6e36x2[_0x6e36x9]),_0x6e36x4=_0x6e36x4+mxUtils[_0xba71[875]](_0x6e36xa,this[_0xba71[1069]])};return _0x6e36x4};mxSession[_0xba71[202]][_0xba71[806]]=function(_0x6e36x2){if(null!=_0x6e36x2&&_0x6e36x2[_0xba71[288]]==mxConstants[_0xba71[289]]){var _0x6e36x3=_0x6e36x2[_0xba71[284]](_0xba71[1088]);null!=_0x6e36x3&&(this[_0xba71[251]][_0xba71[1089]]=_0x6e36x3+_0xba71[213]);for(_0x6e36x3=_0x6e36x2[_0xba71[285]];null!=_0x6e36x3;){var _0x6e36x4=_0x6e36x3[_0xba71[301]][_0xba71[216]]();_0xba71[724]==_0x6e36x4?this[_0xba71[1090]](_0x6e36x3):_0xba71[1091]==_0x6e36x4&&this[_0xba71[1092]](_0x6e36x3);_0x6e36x3=_0x6e36x3[_0xba71[287]]};this[_0xba71[746]]( new mxEventObject(mxEvent.RECEIVE,_0xba71[252],_0x6e36x2))}};mxSession[_0xba71[202]][_0xba71[1090]]=function(_0x6e36x2){( new mxCodec(_0x6e36x2[_0xba71[295]]))[_0xba71[1093]](_0x6e36x2[_0xba71[285]],this[_0xba71[251]])};mxSession[_0xba71[202]][_0xba71[1092]]=function(_0x6e36x2){for(_0x6e36x2=_0x6e36x2[_0xba71[285]];null!=_0x6e36x2;){_0xba71[1061]==_0x6e36x2[_0xba71[301]]&&this[_0xba71[1094]](_0x6e36x2),_0x6e36x2=_0x6e36x2[_0xba71[287]]}};mxSession[_0xba71[202]][_0xba71[1094]]=function(_0x6e36x2){_0x6e36x2=this[_0xba71[1095]](_0x6e36x2);if(0<_0x6e36x2[_0xba71[67]]){var _0x6e36x3=this[_0xba71[1096]](_0x6e36x2);this[_0xba71[251]][_0xba71[746]]( new mxEventObject(mxEvent.CHANGE,_0xba71[1061],_0x6e36x3,_0xba71[1065],_0x6e36x2));this[_0xba71[251]][_0xba71[746]]( new mxEventObject(mxEvent.UNDO,_0xba71[1061],_0x6e36x3));this[_0xba71[746]]( new mxEventObject(mxEvent.FIRED,_0xba71[1061],_0x6e36x3))}};mxSession[_0xba71[202]][_0xba71[1096]]=function(_0x6e36x2){var _0x6e36x3= new mxUndoableEdit(this[_0xba71[251]],this[_0xba71[1071]]);_0x6e36x3[_0xba71[1065]]=_0x6e36x2;_0x6e36x3[_0xba71[827]]=function(){_0x6e36x3[_0xba71[1097]][_0xba71[746]]( new mxEventObject(mxEvent.CHANGE,_0xba71[1061],_0x6e36x3,_0xba71[1065],_0x6e36x3[_0xba71[1065]]));_0x6e36x3[_0xba71[1097]][_0xba71[746]]( new mxEventObject(mxEvent.NOTIFY,_0xba71[1061],_0x6e36x3,_0xba71[1065],_0x6e36x3[_0xba71[1065]]))};return _0x6e36x3};mxSession[_0xba71[202]][_0xba71[1095]]=function(_0x6e36x2){this[_0xba71[1059]][_0xba71[395]]=_0x6e36x2[_0xba71[295]];var _0x6e36x3=[];for(_0x6e36x2=_0x6e36x2[_0xba71[285]];null!=_0x6e36x2;){var _0x6e36x4=this[_0xba71[1098]](_0x6e36x2);null!=_0x6e36x4&&_0x6e36x3[_0xba71[207]](_0x6e36x4);_0x6e36x2=_0x6e36x2[_0xba71[287]]};return _0x6e36x3};mxSession[_0xba71[202]][_0xba71[1098]]=function(_0x6e36x2){var _0x6e36x3=null;_0x6e36x2[_0xba71[288]]==mxConstants[_0xba71[289]]&&(_0x6e36x3=_0xba71[1099]==_0x6e36x2[_0xba71[301]]?( new mxCodec(_0x6e36x2[_0xba71[295]]))[_0xba71[1093]](_0x6e36x2):this[_0xba71[1059]][_0xba71[1093]](_0x6e36x2),null!=_0x6e36x3&&(_0x6e36x3[_0xba71[251]]=this[_0xba71[251]],_0x6e36x3[_0xba71[350]](),_0xba71[1100]==_0x6e36x2[_0xba71[301]]&&null==_0x6e36x3[_0xba71[1101]]&&this[_0xba71[1102]](_0x6e36x3[_0xba71[247]])));return _0x6e36x3};mxSession[_0xba71[202]][_0xba71[1102]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[1059]][_0xba71[1104]](_0x6e36x2[_0xba71[1103]](),_0x6e36x2);for(var _0x6e36x4=this[_0xba71[251]][_0xba71[262]](_0x6e36x2),_0x6e36x5=0;_0x6e36x5<_0x6e36x4;_0x6e36x5++){this[_0xba71[1102]](this[_0xba71[251]][_0xba71[263]](_0x6e36x2,_0x6e36x5))}};function mxUndoableEdit(_0x6e36x2,_0x6e36x3){this[_0xba71[1097]]=_0x6e36x2;this[_0xba71[1065]]=[];this[_0xba71[1105]]=null!=_0x6e36x3?_0x6e36x3:!0}mxUndoableEdit[_0xba71[202]][_0xba71[1097]]=null;mxUndoableEdit[_0xba71[202]][_0xba71[1065]]=null;mxUndoableEdit[_0xba71[202]][_0xba71[1105]]=null;mxUndoableEdit[_0xba71[202]][_0xba71[1066]]= !1;mxUndoableEdit[_0xba71[202]][_0xba71[1106]]= !1;mxUndoableEdit[_0xba71[202]][_0xba71[1107]]=function(){return 0==this[_0xba71[1065]][_0xba71[67]]};mxUndoableEdit[_0xba71[202]][_0xba71[1108]]=function(){return this[_0xba71[1105]]};mxUndoableEdit[_0xba71[202]][_0xba71[99]]=function(_0x6e36x2){this[_0xba71[1065]][_0xba71[207]](_0x6e36x2)};mxUndoableEdit[_0xba71[202]][_0xba71[827]]=function(){};mxUndoableEdit[_0xba71[202]][_0xba71[1109]]=function(){};mxUndoableEdit[_0xba71[202]][_0xba71[824]]=function(){if(!this[_0xba71[1066]]){this[_0xba71[1097]][_0xba71[746]]( new mxEventObject(mxEvent.START_EDIT));for(var _0x6e36x2=this[_0xba71[1065]][_0xba71[67]]-1;0<=_0x6e36x2;_0x6e36x2--){var _0x6e36x3=this[_0xba71[1065]][_0x6e36x2];null!=_0x6e36x3[_0xba71[350]]?_0x6e36x3[_0xba71[350]]():null!=_0x6e36x3[_0xba71[824]]&&_0x6e36x3[_0xba71[824]]();this[_0xba71[1097]][_0xba71[746]]( new mxEventObject(mxEvent.EXECUTED,_0xba71[826],_0x6e36x3))};this[_0xba71[1066]]= !0;this[_0xba71[1106]]= !1;this[_0xba71[1097]][_0xba71[746]]( new mxEventObject(mxEvent.END_EDIT))};this[_0xba71[827]]()};mxUndoableEdit[_0xba71[202]][_0xba71[825]]=function(){if(!this[_0xba71[1106]]){this[_0xba71[1097]][_0xba71[746]]( new mxEventObject(mxEvent.START_EDIT));for(var _0x6e36x2=this[_0xba71[1065]][_0xba71[67]],_0x6e36x3=0;_0x6e36x3<_0x6e36x2;_0x6e36x3++){var _0x6e36x4=this[_0xba71[1065]][_0x6e36x3];null!=_0x6e36x4[_0xba71[350]]?_0x6e36x4[_0xba71[350]]():null!=_0x6e36x4[_0xba71[825]]&&_0x6e36x4[_0xba71[825]]();this[_0xba71[1097]][_0xba71[746]]( new mxEventObject(mxEvent.EXECUTED,_0xba71[826],_0x6e36x4))};this[_0xba71[1066]]= !1;this[_0xba71[1106]]= !0;this[_0xba71[1097]][_0xba71[746]]( new mxEventObject(mxEvent.END_EDIT))};this[_0xba71[827]]()};function mxUndoManager(_0x6e36x2){this[_0xba71[803]]=null!=_0x6e36x2?_0x6e36x2:100;this[_0xba71[200]]()}mxUndoManager[_0xba71[202]]= new mxEventSource;mxUndoManager[_0xba71[202]][_0xba71[196]]=mxUndoManager;mxUndoManager[_0xba71[202]][_0xba71[803]]=null;mxUndoManager[_0xba71[202]][_0xba71[1110]]=null;mxUndoManager[_0xba71[202]][_0xba71[1111]]=0;mxUndoManager[_0xba71[202]][_0xba71[1107]]=function(){return 0==this[_0xba71[1110]][_0xba71[67]]};mxUndoManager[_0xba71[202]][_0xba71[200]]=function(){this[_0xba71[1110]]=[];this[_0xba71[1111]]=0;this[_0xba71[746]]( new mxEventObject(mxEvent.CLEAR))};mxUndoManager[_0xba71[202]][_0xba71[1112]]=function(){return 0<this[_0xba71[1111]]};mxUndoManager[_0xba71[202]][_0xba71[824]]=function(){for(;0<this[_0xba71[1111]];){var _0x6e36x2=this[_0xba71[1110]][--this[_0xba71[1111]]];_0x6e36x2[_0xba71[824]]();if(_0x6e36x2[_0xba71[1108]]()){this[_0xba71[746]]( new mxEventObject(mxEvent.UNDO,_0xba71[1061],_0x6e36x2));break}}};mxUndoManager[_0xba71[202]][_0xba71[1113]]=function(){return this[_0xba71[1111]]<this[_0xba71[1110]][_0xba71[67]]};mxUndoManager[_0xba71[202]][_0xba71[825]]=function(){for(var _0x6e36x2=this[_0xba71[1110]][_0xba71[67]];this[_0xba71[1111]]<_0x6e36x2;){var _0x6e36x3=this[_0xba71[1110]][this[_0xba71[1111]]++];_0x6e36x3[_0xba71[825]]();if(_0x6e36x3[_0xba71[1108]]()){this[_0xba71[746]]( new mxEventObject(mxEvent.REDO,_0xba71[1061],_0x6e36x3));break}}};mxUndoManager[_0xba71[202]][_0xba71[1114]]=function(_0x6e36x2){this[_0xba71[330]]();0<this[_0xba71[803]]&&this[_0xba71[803]]==this[_0xba71[1110]][_0xba71[67]]&&this[_0xba71[1110]][_0xba71[1115]]();this[_0xba71[1110]][_0xba71[207]](_0x6e36x2);this[_0xba71[1111]]=this[_0xba71[1110]][_0xba71[67]];this[_0xba71[746]]( new mxEventObject(mxEvent.ADD,_0xba71[1061],_0x6e36x2))};mxUndoManager[_0xba71[202]][_0xba71[330]]=function(){if(this[_0xba71[1110]][_0xba71[67]]>this[_0xba71[1111]]){for(var _0x6e36x2=this[_0xba71[1110]][_0xba71[300]](this[_0xba71[1111]],this[_0xba71[1110]][_0xba71[67]]-this[_0xba71[1111]]),_0x6e36x3=0;_0x6e36x3<_0x6e36x2[_0xba71[67]];_0x6e36x3++){_0x6e36x2[_0x6e36x3][_0xba71[1109]]()}}};var mxUrlConverter=function(_0x6e36x2){var _0x6e36x3=!0,_0x6e36x4=null,_0x6e36x5=null;return {isEnabled:function(){return _0x6e36x3},setEnabled:function(_0x6e36x2){_0x6e36x3=_0x6e36x2},getBaseUrl:function(){return _0x6e36x4},setBaseUrl:function(_0x6e36x2){_0x6e36x4=_0x6e36x2},getBaseDomain:function(){return _0x6e36x4},setBaseDomain:function(_0x6e36x2){_0x6e36x4=_0x6e36x2},isRelativeUrl:function(_0x6e36x2){return _0xba71[43]!=_0x6e36x2[_0xba71[85]](0,7)&&_0xba71[46]!=_0x6e36x2[_0xba71[85]](0,8)&&_0xba71[1116]!=_0x6e36x2[_0xba71[85]](0,10)},convert:function(_0x6e36x2){if(_0x6e36x3&&this[_0xba71[1117]](_0x6e36x2)){if(null==_0x6e36x4){_0x6e36x5=location[_0xba71[1118]]+_0xba71[1119]+location[_0xba71[1120]];_0x6e36x4=_0x6e36x5+location[_0xba71[1121]];var _0x6e36xa=_0x6e36x4[_0xba71[1122]](_0xba71[84]);0<_0x6e36xa&&(_0x6e36x4=_0x6e36x4[_0xba71[85]](0,_0x6e36xa+1))};_0x6e36x2=_0xba71[84]==_0x6e36x2[_0xba71[225]](0)?_0x6e36x5+_0x6e36x2:_0x6e36x4+_0x6e36x2};return _0x6e36x2}}};function mxPanningManager(_0x6e36x2){this[_0xba71[1123]]=null;this[_0xba71[1124]]= !1;this[_0xba71[1125]]=this[_0xba71[1126]]=this[_0xba71[1127]]=this[_0xba71[1128]]=this[_0xba71[1129]]=this[_0xba71[1130]]=0;this[_0xba71[1131]]= !1;this[_0xba71[190]]=this[_0xba71[360]]=0;this[_0xba71[1132]]={mouseDown:function(_0x6e36x2,_0x6e36x3){},mouseMove:function(_0x6e36x2,_0x6e36x3){},mouseUp:mxUtils[_0xba71[885]](this,function(_0x6e36x2,_0x6e36x3){this[_0xba71[1124]]&&this[_0xba71[1076]]()})};_0x6e36x2[_0xba71[1133]](this[_0xba71[1132]]);mxEvent[_0xba71[169]](document,_0xba71[753],mxUtils[_0xba71[885]](this,function(){this[_0xba71[1124]]&&this[_0xba71[1076]]()}));var _0x6e36x3=mxUtils[_0xba71[885]](this,function(){this[_0xba71[1131]]=mxUtils[_0xba71[1134]](_0x6e36x2[_0xba71[526]]);this[_0xba71[360]]=_0x6e36x2[_0xba71[526]][_0xba71[360]];this[_0xba71[190]]=_0x6e36x2[_0xba71[526]][_0xba71[190]];return window[_0xba71[1141]](mxUtils[_0xba71[885]](this,function(){this[_0xba71[1130]]-=this[_0xba71[1126]];this[_0xba71[1129]]-=this[_0xba71[1125]];if(this[_0xba71[1131]]){var _0x6e36x3=-_0x6e36x2[_0xba71[526]][_0xba71[360]]-Math[_0xba71[430]](this[_0xba71[1126]]),_0x6e36x5=-_0x6e36x2[_0xba71[526]][_0xba71[190]]-Math[_0xba71[430]](this[_0xba71[1125]]);_0x6e36x2[_0xba71[1135]](_0x6e36x3,_0x6e36x5);_0x6e36x2[_0xba71[1136]]=this[_0xba71[360]]-_0x6e36x2[_0xba71[526]][_0xba71[360]];_0x6e36x2[_0xba71[1137]]=this[_0xba71[190]]-_0x6e36x2[_0xba71[526]][_0xba71[190]];_0x6e36x2[_0xba71[746]]( new mxEventObject(mxEvent.PAN))}else {_0x6e36x2[_0xba71[1135]](this[_0xba71[1138]](),this[_0xba71[1139]]())}}),this[_0xba71[1140]])});this[_0xba71[1142]]=function(){return active};this[_0xba71[1138]]=function(){return Math[_0xba71[488]](this[_0xba71[1130]])};this[_0xba71[1139]]=function(){return Math[_0xba71[488]](this[_0xba71[1129]])};this[_0xba71[861]]=function(){this[_0xba71[1128]]=_0x6e36x2[_0xba71[441]][_0xba71[513]][_0xba71[235]];this[_0xba71[1127]]=_0x6e36x2[_0xba71[441]][_0xba71[513]][_0xba71[236]];this[_0xba71[1124]]= !0};this[_0xba71[1143]]=function(_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){this[_0xba71[1124]]||this[_0xba71[861]]();this[_0xba71[360]]=_0x6e36x2[_0xba71[526]][_0xba71[360]];this[_0xba71[190]]=_0x6e36x2[_0xba71[526]][_0xba71[190]];_0x6e36xa=null!=_0x6e36xa?_0x6e36xa:0;var _0x6e36x12=_0x6e36x2[_0xba71[526]];this[_0xba71[1126]]=_0x6e36x4+(null!=_0x6e36x9?_0x6e36x9:0)-_0x6e36x12[_0xba71[360]]-_0x6e36x12[_0xba71[159]];0>this[_0xba71[1126]]&&Math[_0xba71[425]](this[_0xba71[1126]])<this[_0xba71[467]]?this[_0xba71[1126]]=this[_0xba71[467]]+this[_0xba71[1126]]:this[_0xba71[1126]]=this[_0xba71[1144]]?Math[_0xba71[160]](this[_0xba71[1126]],0):0;0==this[_0xba71[1126]]&&(this[_0xba71[1126]]=_0x6e36x4-_0x6e36x12[_0xba71[360]],this[_0xba71[1126]]=0<this[_0xba71[1126]]&&this[_0xba71[1126]]<this[_0xba71[467]]?this[_0xba71[1126]]-this[_0xba71[467]]:this[_0xba71[1144]]?Math[_0xba71[243]](0,this[_0xba71[1126]]):0);this[_0xba71[1125]]=_0x6e36x5+_0x6e36xa-_0x6e36x12[_0xba71[190]]-_0x6e36x12[_0xba71[157]];0>this[_0xba71[1125]]&&Math[_0xba71[425]](this[_0xba71[1125]])<this[_0xba71[467]]?this[_0xba71[1125]]=this[_0xba71[467]]+this[_0xba71[1125]]:this[_0xba71[1125]]=this[_0xba71[1144]]?Math[_0xba71[160]](this[_0xba71[1125]],0):0;0==this[_0xba71[1125]]&&(this[_0xba71[1125]]=_0x6e36x5-_0x6e36x12[_0xba71[190]],this[_0xba71[1125]]=0<this[_0xba71[1125]]&&this[_0xba71[1125]]<this[_0xba71[467]]?this[_0xba71[1125]]-this[_0xba71[467]]:this[_0xba71[1144]]?Math[_0xba71[243]](0,this[_0xba71[1125]]):0);0!=this[_0xba71[1126]]||0!=this[_0xba71[1125]]?(this[_0xba71[1126]]*=this[_0xba71[1145]],this[_0xba71[1125]]*=this[_0xba71[1145]],null==this[_0xba71[1123]]&&(this[_0xba71[1123]]=_0x6e36x3())):null!=this[_0xba71[1123]]&&(window[_0xba71[1146]](this[_0xba71[1123]]),this[_0xba71[1123]]=null)};this[_0xba71[1076]]=function(){if(this[_0xba71[1124]]){if(this[_0xba71[1124]]= !1,null!=this[_0xba71[1123]]&&(window[_0xba71[1146]](this[_0xba71[1123]]),this[_0xba71[1123]]=null),this[_0xba71[1129]]=this[_0xba71[1130]]=0,this[_0xba71[1131]]){_0x6e36x2[_0xba71[1136]]=0,_0x6e36x2[_0xba71[1137]]=0,_0x6e36x2[_0xba71[746]]( new mxEventObject(mxEvent.PAN))}else {var _0x6e36x3=_0x6e36x2[_0xba71[1136]],_0x6e36x5=_0x6e36x2[_0xba71[1137]];if(0!=_0x6e36x3||0!=_0x6e36x5){_0x6e36x2[_0xba71[1135]](0,0),_0x6e36x2[_0xba71[441]][_0xba71[1147]](this[_0xba71[1128]]+_0x6e36x3/_0x6e36x2[_0xba71[441]][_0xba71[255]],this[_0xba71[1127]]+_0x6e36x5/_0x6e36x2[_0xba71[441]][_0xba71[255]])}}}};this[_0xba71[515]]=function(){_0x6e36x2[_0xba71[1148]](this[_0xba71[1132]])}}mxPanningManager[_0xba71[202]][_0xba71[1145]]=1/6;mxPanningManager[_0xba71[202]][_0xba71[1140]]=10;mxPanningManager[_0xba71[202]][_0xba71[1144]]= !0;mxPanningManager[_0xba71[202]][_0xba71[467]]=0;function mxPopupMenu(_0x6e36x2){this[_0xba71[1033]]=_0x6e36x2;null!=_0x6e36x2&&this[_0xba71[176]]()}mxPopupMenu[_0xba71[202]]= new mxEventSource;mxPopupMenu[_0xba71[202]][_0xba71[196]]=mxPopupMenu;mxPopupMenu[_0xba71[202]][_0xba71[1149]]=mxClient[_0xba71[88]]+_0xba71[1150];mxPopupMenu[_0xba71[202]][_0xba71[931]]=10006;mxPopupMenu[_0xba71[202]][_0xba71[1033]]=null;mxPopupMenu[_0xba71[202]][_0xba71[1151]]= !1;mxPopupMenu[_0xba71[202]][_0xba71[984]]= !0;mxPopupMenu[_0xba71[202]][_0xba71[1152]]=0;mxPopupMenu[_0xba71[202]][_0xba71[1153]]= !1;mxPopupMenu[_0xba71[202]][_0xba71[1154]]= !1;mxPopupMenu[_0xba71[202]][_0xba71[1155]]= !0;mxPopupMenu[_0xba71[202]][_0xba71[176]]=function(){this[_0xba71[116]]=document[_0xba71[55]](_0xba71[116]);this[_0xba71[116]][_0xba71[926]]=_0xba71[1156];this[_0xba71[120]]=document[_0xba71[55]](_0xba71[120]);this[_0xba71[116]][_0xba71[62]](this[_0xba71[120]]);this[_0xba71[485]]=document[_0xba71[55]](_0xba71[485]);this[_0xba71[485]][_0xba71[926]]=_0xba71[1156];this[_0xba71[485]][_0xba71[124]][_0xba71[495]]=_0xba71[497];this[_0xba71[485]][_0xba71[124]][_0xba71[931]]=this[_0xba71[931]];this[_0xba71[485]][_0xba71[62]](this[_0xba71[116]]);mxEvent[_0xba71[1157]](this[_0xba71[485]])};mxPopupMenu[_0xba71[202]][_0xba71[994]]=function(){return this[_0xba71[984]]};mxPopupMenu[_0xba71[202]][_0xba71[995]]=function(_0x6e36x2){this[_0xba71[984]]=_0x6e36x2};mxPopupMenu[_0xba71[202]][_0xba71[737]]=function(_0x6e36x2){return _0x6e36x2[_0xba71[737]]()||this[_0xba71[1151]]&&mxEvent[_0xba71[1158]](_0x6e36x2[_0xba71[727]]())};mxPopupMenu[_0xba71[202]][_0xba71[1025]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){_0x6e36x5=_0x6e36x5||this;this[_0xba71[1152]]++;_0x6e36x5[_0xba71[1159]]&&(_0x6e36x5[_0xba71[1160]]&&this[_0xba71[1051]](_0x6e36x5,!0),_0x6e36x5[_0xba71[1159]]= !1);_0x6e36x5[_0xba71[1160]]= !0;var _0x6e36x12=document[_0xba71[55]](_0xba71[121]);_0x6e36x12[_0xba71[926]]=_0xba71[1161];var _0x6e36x13=document[_0xba71[55]](_0xba71[122]);_0x6e36x13[_0xba71[926]]=_0xba71[1162];null!=_0x6e36x3?(_0x6e36x9=document[_0xba71[55]](_0xba71[466]),_0x6e36x9[_0xba71[390]]=_0x6e36x3,_0x6e36x13[_0xba71[62]](_0x6e36x9)):null!=_0x6e36x9&&(_0x6e36x3=document[_0xba71[55]](_0xba71[485]),_0x6e36x3[_0xba71[926]]=_0x6e36x9,_0x6e36x13[_0xba71[62]](_0x6e36x3));_0x6e36x12[_0xba71[62]](_0x6e36x13);this[_0xba71[1155]]&&(_0x6e36x13=document[_0xba71[55]](_0xba71[122]),_0x6e36x13[_0xba71[926]]=_0xba71[1161]+(null!=_0x6e36xa&&!_0x6e36xa?_0xba71[1163]:_0xba71[110]),mxUtils[_0xba71[53]](_0x6e36x13,_0x6e36x2),_0x6e36x13[_0xba71[611]]=_0xba71[361],_0x6e36x12[_0xba71[62]](_0x6e36x13),_0x6e36x2=document[_0xba71[55]](_0xba71[122]),_0x6e36x2[_0xba71[926]]=_0xba71[1161]+(null!=_0x6e36xa&&!_0x6e36xa?_0xba71[1163]:_0xba71[110]),_0x6e36x2[_0xba71[124]][_0xba71[1164]]=_0xba71[1055],_0x6e36x2[_0xba71[124]][_0xba71[1165]]=_0xba71[699],_0x6e36x12[_0xba71[62]](_0x6e36x2),null==_0x6e36x5[_0xba71[485]]&&this[_0xba71[1166]](_0x6e36x5));_0x6e36x5[_0xba71[120]][_0xba71[62]](_0x6e36x12);if(null==_0x6e36xa||_0x6e36xa){mxEvent[_0xba71[759]](_0x6e36x12,mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[1167]]=_0x6e36x12;_0x6e36x5[_0xba71[1168]]!=_0x6e36x12&&_0x6e36x5[_0xba71[1168]]!=_0x6e36x5&&(null!=_0x6e36x5[_0xba71[1168]]&&null!=_0x6e36x5[_0xba71[1168]][_0xba71[485]][_0xba71[265]]&&this[_0xba71[1169]](_0x6e36x5),null!=_0x6e36x12[_0xba71[485]]&&(this[_0xba71[1170]](_0x6e36x5,_0x6e36x12),_0x6e36x5[_0xba71[1168]]=_0x6e36x12));mxEvent[_0xba71[722]](_0x6e36x2)}),mxUtils[_0xba71[885]](this,function(_0x6e36x2){_0x6e36x5[_0xba71[1168]]!=_0x6e36x12&&_0x6e36x5[_0xba71[1168]]!=_0x6e36x5&&(null!=_0x6e36x5[_0xba71[1168]]&&null!=_0x6e36x5[_0xba71[1168]][_0xba71[485]][_0xba71[265]]&&this[_0xba71[1169]](_0x6e36x5),this[_0xba71[1153]]&&null!=_0x6e36x12[_0xba71[485]]&&(this[_0xba71[1170]](_0x6e36x5,_0x6e36x12),_0x6e36x5[_0xba71[1168]]=_0x6e36x12));_0x6e36x12[_0xba71[926]]=_0xba71[1171]}),mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[1167]]==_0x6e36x12&&(_0x6e36x5[_0xba71[1168]]!=_0x6e36x12&&this[_0xba71[1032]](),null!=_0x6e36x4&&_0x6e36x4(_0x6e36x2));this[_0xba71[1167]]=null;mxEvent[_0xba71[722]](_0x6e36x2)})),mxEvent[_0xba71[169]](_0x6e36x12,_0xba71[1035],mxUtils[_0xba71[885]](this,function(_0x6e36x2){_0x6e36x12[_0xba71[926]]=_0xba71[1161]}))};return _0x6e36x12};mxPopupMenu[_0xba71[202]][_0xba71[1166]]=function(_0x6e36x2){_0x6e36x2[_0xba71[116]]=document[_0xba71[55]](_0xba71[116]);_0x6e36x2[_0xba71[116]][_0xba71[926]]=_0xba71[1156];_0x6e36x2[_0xba71[120]]=document[_0xba71[55]](_0xba71[120]);_0x6e36x2[_0xba71[116]][_0xba71[62]](_0x6e36x2[_0xba71[120]]);_0x6e36x2[_0xba71[485]]=document[_0xba71[55]](_0xba71[485]);_0x6e36x2[_0xba71[485]][_0xba71[926]]=_0xba71[1156];_0x6e36x2[_0xba71[485]][_0xba71[124]][_0xba71[491]]=_0xba71[492];_0x6e36x2[_0xba71[485]][_0xba71[124]][_0xba71[495]]=_0xba71[497];_0x6e36x2[_0xba71[485]][_0xba71[124]][_0xba71[931]]=this[_0xba71[931]];_0x6e36x2[_0xba71[485]][_0xba71[62]](_0x6e36x2[_0xba71[116]]);var _0x6e36x3=document[_0xba71[55]](_0xba71[466]);_0x6e36x3[_0xba71[57]](_0xba71[390],this[_0xba71[1149]]);td=_0x6e36x2[_0xba71[285]][_0xba71[287]][_0xba71[287]];td[_0xba71[62]](_0x6e36x3)};mxPopupMenu[_0xba71[202]][_0xba71[1170]]=function(_0x6e36x2,_0x6e36x3){if(null!=_0x6e36x3[_0xba71[485]]){_0x6e36x3[_0xba71[485]][_0xba71[124]][_0xba71[361]]=_0x6e36x2[_0xba71[485]][_0xba71[358]]+_0x6e36x3[_0xba71[358]]+_0x6e36x3[_0xba71[359]]-1+_0xba71[168];_0x6e36x3[_0xba71[485]][_0xba71[124]][_0xba71[125]]=_0x6e36x2[_0xba71[485]][_0xba71[362]]+_0x6e36x3[_0xba71[362]]+_0xba71[168];document[_0xba71[112]][_0xba71[62]](_0x6e36x3[_0xba71[485]]);var _0x6e36x4=parseInt(_0x6e36x3[_0xba71[485]][_0xba71[358]]),_0x6e36x5=parseInt(_0x6e36x3[_0xba71[485]][_0xba71[359]]),_0x6e36x9=document[_0xba71[112]],_0x6e36xa=document[_0xba71[158]];if(_0x6e36x4+_0x6e36x5>(_0x6e36x9[_0xba71[360]]||_0x6e36xa[_0xba71[360]])+(_0x6e36x9[_0xba71[159]]||_0x6e36xa[_0xba71[159]])){_0x6e36x3[_0xba71[485]][_0xba71[124]][_0xba71[361]]=_0x6e36x2[_0xba71[485]][_0xba71[358]]-_0x6e36x5+(mxClient[_0xba71[80]]?6:-6)+_0xba71[168]};mxUtils[_0xba71[933]](_0x6e36x3[_0xba71[485]])}};mxPopupMenu[_0xba71[202]][_0xba71[1051]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x2=_0x6e36x2||this;if(this[_0xba71[1154]]&& !_0x6e36x3){_0x6e36x2[_0xba71[1159]]= !0}else {if(null!=_0x6e36x2[_0xba71[120]]){_0x6e36x2[_0xba71[1159]]= !1;var _0x6e36x4=document[_0xba71[55]](_0xba71[121]),_0x6e36x5=document[_0xba71[55]](_0xba71[122]);_0x6e36x5[_0xba71[926]]=_0xba71[1162];_0x6e36x5[_0xba71[124]][_0xba71[549]]=_0xba71[1172];_0x6e36x4[_0xba71[62]](_0x6e36x5);_0x6e36x5=document[_0xba71[55]](_0xba71[122]);_0x6e36x5[_0xba71[124]][_0xba71[549]]=_0xba71[1172];_0x6e36x5[_0xba71[57]](_0xba71[1173],_0xba71[1174]);var _0x6e36x9=document[_0xba71[55]](_0xba71[1054]);_0x6e36x9[_0xba71[57]](_0xba71[803],_0xba71[500]);_0x6e36x5[_0xba71[62]](_0x6e36x9);_0x6e36x4[_0xba71[62]](_0x6e36x5);_0x6e36x2[_0xba71[120]][_0xba71[62]](_0x6e36x4)}}};mxPopupMenu[_0xba71[202]][_0xba71[152]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){if(null!=this[_0xba71[485]]&&null!=this[_0xba71[120]]&&null!=this[_0xba71[1033]]){this[_0xba71[485]][_0xba71[124]][_0xba71[361]]=_0x6e36x2+_0xba71[168];for(this[_0xba71[485]][_0xba71[124]][_0xba71[125]]=_0x6e36x3+_0xba71[168];null!=this[_0xba71[120]][_0xba71[285]];){mxEvent[_0xba71[762]](this[_0xba71[120]][_0xba71[285]]),this[_0xba71[120]][_0xba71[266]](this[_0xba71[120]][_0xba71[285]])};this[_0xba71[1152]]=0;this[_0xba71[1033]](this,_0x6e36x4,_0x6e36x5);0<this[_0xba71[1152]]&&(this[_0xba71[1175]](),this[_0xba71[746]]( new mxEventObject(mxEvent.SHOW)))}};mxPopupMenu[_0xba71[202]][_0xba71[1031]]=function(){return null!=this[_0xba71[485]]&&this[_0xba71[485]][_0xba71[265]]==document[_0xba71[112]]};mxPopupMenu[_0xba71[202]][_0xba71[1175]]=function(){9<=document[_0xba71[5]]&&(this[_0xba71[485]][_0xba71[124]][_0xba71[347]]=_0xba71[130]);document[_0xba71[112]][_0xba71[62]](this[_0xba71[485]]);mxUtils[_0xba71[933]](this[_0xba71[485]])};mxPopupMenu[_0xba71[202]][_0xba71[1032]]=function(){null!=this[_0xba71[485]]&&(null!=this[_0xba71[485]][_0xba71[265]]&&this[_0xba71[485]][_0xba71[265]][_0xba71[266]](this[_0xba71[485]]),this[_0xba71[1169]](this),this[_0xba71[1160]]= !1)};mxPopupMenu[_0xba71[202]][_0xba71[1169]]=function(_0x6e36x2){null!=_0x6e36x2[_0xba71[1168]]&&(this[_0xba71[1169]](_0x6e36x2[_0xba71[1168]]),null!=_0x6e36x2[_0xba71[1168]][_0xba71[485]][_0xba71[265]]&&_0x6e36x2[_0xba71[1168]][_0xba71[485]][_0xba71[265]][_0xba71[266]](_0x6e36x2[_0xba71[1168]][_0xba71[485]]),_0x6e36x2[_0xba71[1168]]=null)};mxPopupMenu[_0xba71[202]][_0xba71[515]]=function(){null!=this[_0xba71[485]]&&(mxEvent[_0xba71[762]](this[_0xba71[485]]),null!=this[_0xba71[485]][_0xba71[265]]&&this[_0xba71[485]][_0xba71[265]][_0xba71[266]](this[_0xba71[485]]),this[_0xba71[485]]=null)};function mxAutoSaveManager(_0x6e36x2){this[_0xba71[1176]]=mxUtils[_0xba71[885]](this,function(_0x6e36x2,_0x6e36x4){this[_0xba71[994]]()&&this[_0xba71[1177]](_0x6e36x4[_0xba71[720]](_0xba71[1061])[_0xba71[1065]])});this[_0xba71[1178]](_0x6e36x2)}mxAutoSaveManager[_0xba71[202]]= new mxEventSource;mxAutoSaveManager[_0xba71[202]][_0xba71[196]]=mxAutoSaveManager;mxAutoSaveManager[_0xba71[202]][_0xba71[1179]]=null;mxAutoSaveManager[_0xba71[202]][_0xba71[1180]]=10;mxAutoSaveManager[_0xba71[202]][_0xba71[1181]]=2;mxAutoSaveManager[_0xba71[202]][_0xba71[1182]]=5;mxAutoSaveManager[_0xba71[202]][_0xba71[1183]]=0;mxAutoSaveManager[_0xba71[202]][_0xba71[1184]]=0;mxAutoSaveManager[_0xba71[202]][_0xba71[984]]= !0;mxAutoSaveManager[_0xba71[202]][_0xba71[1176]]=null;mxAutoSaveManager[_0xba71[202]][_0xba71[994]]=function(){return this[_0xba71[984]]};mxAutoSaveManager[_0xba71[202]][_0xba71[995]]=function(_0x6e36x2){this[_0xba71[984]]=_0x6e36x2};mxAutoSaveManager[_0xba71[202]][_0xba71[1178]]=function(_0x6e36x2){null!=this[_0xba71[1179]]&&this[_0xba71[1179]][_0xba71[502]]()[_0xba71[745]](this[_0xba71[1176]]);this[_0xba71[1179]]=_0x6e36x2;null!=this[_0xba71[1179]]&&this[_0xba71[1179]][_0xba71[502]]()[_0xba71[169]](mxEvent.CHANGE,this[_0xba71[1176]])};mxAutoSaveManager[_0xba71[202]][_0xba71[815]]=function(){};mxAutoSaveManager[_0xba71[202]][_0xba71[1177]]=function(_0x6e36x2){_0x6e36x2=(( new Date)[_0xba71[178]]()-this[_0xba71[1184]])/1E3;_0x6e36x2>this[_0xba71[1180]]||this[_0xba71[1183]]>=this[_0xba71[1182]]&&_0x6e36x2>this[_0xba71[1181]]?(this[_0xba71[815]](),this[_0xba71[862]]()):this[_0xba71[1183]]++};mxAutoSaveManager[_0xba71[202]][_0xba71[862]]=function(){this[_0xba71[1184]]=( new Date)[_0xba71[178]]();this[_0xba71[1183]]=0};mxAutoSaveManager[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[1178]](null)};function mxAnimation(_0x6e36x2){this[_0xba71[1140]]=null!=_0x6e36x2?_0x6e36x2:20}mxAnimation[_0xba71[202]]= new mxEventSource;mxAnimation[_0xba71[202]][_0xba71[196]]=mxAnimation;mxAnimation[_0xba71[202]][_0xba71[1140]]=null;mxAnimation[_0xba71[202]][_0xba71[1123]]=null;mxAnimation[_0xba71[202]][_0xba71[1185]]=function(){null==this[_0xba71[1123]]&&(this[_0xba71[1123]]=window[_0xba71[1141]](mxUtils[_0xba71[885]](this,this[_0xba71[1186]]),this[_0xba71[1140]]))};mxAnimation[_0xba71[202]][_0xba71[1186]]=function(){this[_0xba71[746]]( new mxEventObject(mxEvent.EXECUTE))};mxAnimation[_0xba71[202]][_0xba71[1187]]=function(){null!=this[_0xba71[1123]]&&(window[_0xba71[1146]](this[_0xba71[1123]]),this[_0xba71[1123]]=null,this[_0xba71[746]]( new mxEventObject(mxEvent.DONE)))};function mxMorphing(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){mxAnimation[_0xba71[239]](this,_0x6e36x5);this[_0xba71[1179]]=_0x6e36x2;this[_0xba71[1188]]=null!=_0x6e36x3?_0x6e36x3:6;this[_0xba71[1189]]=null!=_0x6e36x4?_0x6e36x4:1.5}mxMorphing[_0xba71[202]]= new mxAnimation;mxMorphing[_0xba71[202]][_0xba71[196]]=mxMorphing;mxMorphing[_0xba71[202]][_0xba71[1179]]=null;mxMorphing[_0xba71[202]][_0xba71[1188]]=null;mxMorphing[_0xba71[202]][_0xba71[1190]]=0;mxMorphing[_0xba71[202]][_0xba71[1189]]=null;mxMorphing[_0xba71[202]][_0xba71[895]]=null;mxMorphing[_0xba71[202]][_0xba71[1186]]=function(){var _0x6e36x2= new mxCellStatePreview(this[_0xba71[1179]]);if(null!=this[_0xba71[895]]){for(var _0x6e36x3=0;_0x6e36x3<this[_0xba71[895]][_0xba71[67]];_0x6e36x3++){this[_0xba71[1191]](cells[_0x6e36x3],_0x6e36x2,!1)}}else {this[_0xba71[1191]](this[_0xba71[1179]][_0xba71[502]]()[_0xba71[501]](),_0x6e36x2,!0)};this[_0xba71[539]](_0x6e36x2);(_0x6e36x2[_0xba71[1107]]()||this[_0xba71[1190]]++ >=this[_0xba71[1188]])&&this[_0xba71[1187]]()};mxMorphing[_0xba71[202]][_0xba71[539]]=function(_0x6e36x2){_0x6e36x2[_0xba71[539]]()};mxMorphing[_0xba71[202]][_0xba71[1191]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[248]](_0x6e36x2),_0x6e36x9=null;if(null!=_0x6e36x5&&(_0x6e36x9=this[_0xba71[1192]](_0x6e36x5),this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1193]](_0x6e36x2)&&(0!=_0x6e36x9[_0xba71[235]]||0!=_0x6e36x9[_0xba71[236]]))){var _0x6e36xa=this[_0xba71[1179]][_0xba71[441]][_0xba71[512]](),_0x6e36x12=this[_0xba71[1179]][_0xba71[441]][_0xba71[518]]();_0x6e36x9[_0xba71[235]]+=_0x6e36xa[_0xba71[235]]*_0x6e36x12;_0x6e36x9[_0xba71[236]]+=_0x6e36xa[_0xba71[236]]*_0x6e36x12;_0x6e36x3[_0xba71[1194]](_0x6e36x5,-_0x6e36x9[_0xba71[235]]/this[_0xba71[1189]],-_0x6e36x9[_0xba71[236]]/this[_0xba71[1189]])};if(_0x6e36x4&&!this[_0xba71[1195]](_0x6e36x5,_0x6e36x9)){_0x6e36x5=this[_0xba71[1179]][_0xba71[502]]()[_0xba71[262]](_0x6e36x2);for(_0x6e36x9=0;_0x6e36x9<_0x6e36x5;_0x6e36x9++){this[_0xba71[1191]](this[_0xba71[1179]][_0xba71[502]]()[_0xba71[263]](_0x6e36x2,_0x6e36x9),_0x6e36x3,_0x6e36x4)}}};mxMorphing[_0xba71[202]][_0xba71[1195]]=function(_0x6e36x2,_0x6e36x3){return null!=_0x6e36x3&&(0!=_0x6e36x3[_0xba71[235]]||0!=_0x6e36x3[_0xba71[236]])};mxMorphing[_0xba71[202]][_0xba71[1192]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1196]](_0x6e36x2[_0xba71[246]]),_0x6e36x4=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[512]](),_0x6e36x5=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[518]]();_0x6e36x2= new mxPoint(_0x6e36x2[_0xba71[235]]/_0x6e36x5-_0x6e36x4[_0xba71[235]],_0x6e36x2[_0xba71[236]]/_0x6e36x5-_0x6e36x4[_0xba71[236]]);return new mxPoint((_0x6e36x3[_0xba71[235]]-_0x6e36x2[_0xba71[235]])*_0x6e36x5,(_0x6e36x3[_0xba71[236]]-_0x6e36x2[_0xba71[236]])*_0x6e36x5)};mxMorphing[_0xba71[202]][_0xba71[1196]]=function(_0x6e36x2){var _0x6e36x3=null;null!=_0x6e36x2&&(_0x6e36x3=this[_0xba71[1196]](this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1197]](_0x6e36x2)),_0x6e36x2=this[_0xba71[1179]][_0xba71[1198]](_0x6e36x2),null!=_0x6e36x2&&(_0x6e36x3[_0xba71[235]]+=_0x6e36x2[_0xba71[235]],_0x6e36x3[_0xba71[236]]+=_0x6e36x2[_0xba71[236]]));null==_0x6e36x3&&(_0x6e36x3=this[_0xba71[1179]][_0xba71[441]][_0xba71[512]](),_0x6e36x3= new mxPoint(-_0x6e36x3[_0xba71[235]],-_0x6e36x3[_0xba71[236]]));return _0x6e36x3};function mxImageBundle(_0x6e36x2){this[_0xba71[1199]]=[];this[_0xba71[1200]]=null!=_0x6e36x2?_0x6e36x2:!1}mxImageBundle[_0xba71[202]][_0xba71[1199]]=null;mxImageBundle[_0xba71[202]][_0xba71[1199]]=null;mxImageBundle[_0xba71[202]][_0xba71[1201]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[1199]][_0x6e36x2]={value:_0x6e36x3,fallback:_0x6e36x4}};mxImageBundle[_0xba71[202]][_0xba71[1202]]=function(_0x6e36x2){var _0x6e36x3=null;null!=_0x6e36x2&&(_0x6e36x2=this[_0xba71[1199]][_0x6e36x2],null!=_0x6e36x2&&(_0x6e36x3=this[_0xba71[1200]]?_0x6e36x2[_0xba71[1203]]:_0x6e36x2[_0xba71[131]]));return _0x6e36x3};function mxImageExport(){}mxImageExport[_0xba71[202]][_0xba71[1204]]= !1;mxImageExport[_0xba71[202]][_0xba71[1205]]=function(_0x6e36x2,_0x6e36x3){null!=_0x6e36x2&&(this[_0xba71[1207]](_0x6e36x2,_0x6e36x3,this[_0xba71[1206]]),this[_0xba71[1204]]&&this[_0xba71[1207]](_0x6e36x2,_0x6e36x3,this[_0xba71[1208]]))};mxImageExport[_0xba71[202]][_0xba71[1207]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){if(null!=_0x6e36x2){_0x6e36x4(_0x6e36x2,_0x6e36x3);for(var _0x6e36x5=_0x6e36x2[_0xba71[441]][_0xba71[1179]],_0x6e36x9=_0x6e36x5[_0xba71[251]][_0xba71[262]](_0x6e36x2[_0xba71[246]]),_0x6e36xa=0;_0x6e36xa<_0x6e36x9;_0x6e36xa++){var _0x6e36x12=_0x6e36x5[_0xba71[441]][_0xba71[248]](_0x6e36x5[_0xba71[251]][_0xba71[263]](_0x6e36x2[_0xba71[246]],_0x6e36xa));this[_0xba71[1207]](_0x6e36x12,_0x6e36x3,_0x6e36x4)}}};mxImageExport[_0xba71[202]][_0xba71[1206]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x2[_0xba71[253]] instanceof mxShape&&(_0x6e36x3[_0xba71[815]](),_0x6e36x2[_0xba71[253]][_0xba71[1209]](_0x6e36x3),_0x6e36x3[_0xba71[1210]]());null!=_0x6e36x2[_0xba71[963]]&&(_0x6e36x3[_0xba71[815]](),_0x6e36x2[_0xba71[963]][_0xba71[1209]](_0x6e36x3),_0x6e36x3[_0xba71[1210]]())};mxImageExport[_0xba71[202]][_0xba71[1208]]=function(_0x6e36x2,_0x6e36x3){null!=_0x6e36x2[_0xba71[1211]]&&_0x6e36x2[_0xba71[1211]][_0xba71[209]](function(_0x6e36x2,_0x6e36x5){_0x6e36x5 instanceof mxShape&&_0x6e36x5[_0xba71[1209]](_0x6e36x3)})};function mxAbstractCanvas2D(){this[_0xba71[1212]]=this[_0xba71[1213]]();this[_0xba71[862]]()}mxAbstractCanvas2D[_0xba71[202]][_0xba71[724]]=null;mxAbstractCanvas2D[_0xba71[202]][_0xba71[1214]]=null;mxAbstractCanvas2D[_0xba71[202]][_0xba71[1215]]=null;mxAbstractCanvas2D[_0xba71[202]][_0xba71[1216]]= !0;mxAbstractCanvas2D[_0xba71[202]][_0xba71[1217]]=0;mxAbstractCanvas2D[_0xba71[202]][_0xba71[1218]]=0;mxAbstractCanvas2D[_0xba71[202]][_0xba71[1219]]=_0xba71[1220];mxAbstractCanvas2D[_0xba71[202]][_0xba71[1221]]=_0xba71[1222];mxAbstractCanvas2D[_0xba71[202]][_0xba71[1223]]=_0xba71[1224];mxAbstractCanvas2D[_0xba71[202]][_0xba71[1225]]=_0xba71[1226];mxAbstractCanvas2D[_0xba71[202]][_0xba71[1227]]=_0xba71[1228];mxAbstractCanvas2D[_0xba71[202]][_0xba71[1229]]= !1;mxAbstractCanvas2D[_0xba71[202]][_0xba71[1213]]=function(){return new mxUrlConverter};mxAbstractCanvas2D[_0xba71[202]][_0xba71[862]]=function(){this[_0xba71[724]]=this[_0xba71[1230]]();this[_0xba71[1214]]=[]};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1230]]=function(){return {dx:0,dy:0,scale:1,alpha:1,fillColor:null,fillAlpha:1,gradientColor:null,gradientAlpha:1,gradientDirection:null,strokeColor:null,strokeWidth:1,dashed:!1,dashPattern:_0xba71[1231],lineCap:_0xba71[1232],lineJoin:_0xba71[1233],miterLimit:10,fontColor:_0xba71[1234],fontBackgroundColor:null,fontBorderColor:null,fontSize:mxConstants[_0xba71[483]],fontFamily:mxConstants[_0xba71[484]],fontStyle:0,shadow:!1,shadowColor:mxConstants[_0xba71[1235]],shadowAlpha:mxConstants[_0xba71[1236]],shadowDx:mxConstants[_0xba71[1237]],shadowDy:mxConstants[_0xba71[1238]],rotation:0,rotationCx:0,rotationCy:0}};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1239]]=function(_0x6e36x2){return Math[_0xba71[488]](parseFloat(_0x6e36x2))};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1240]]=function(){if(null!=this[_0xba71[1215]]&&(this[_0xba71[1215]][_0xba71[207]](arguments[0]),2<arguments[_0xba71[67]])){for(var _0x6e36x2=this[_0xba71[724]],_0x6e36x3=2;_0x6e36x3<arguments[_0xba71[67]];_0x6e36x3+=2){this[_0xba71[1217]]=arguments[_0x6e36x3-1],this[_0xba71[1218]]=arguments[_0x6e36x3],this[_0xba71[1215]][_0xba71[207]](this[_0xba71[1239]]((this[_0xba71[1217]]+_0x6e36x2[_0xba71[1126]])*_0x6e36x2[_0xba71[255]])),this[_0xba71[1215]][_0xba71[207]](this[_0xba71[1239]]((this[_0xba71[1218]]+_0x6e36x2[_0xba71[1125]])*_0x6e36x2[_0xba71[255]]))}}};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1241]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x4*=Math[_0xba71[424]]/180;return mxUtils[_0xba71[432]]( new mxPoint(_0x6e36x2,_0x6e36x3),Math[_0xba71[426]](_0x6e36x4),Math[_0xba71[427]](_0x6e36x4), new mxPoint(_0x6e36x5,_0x6e36x9))};mxAbstractCanvas2D[_0xba71[202]][_0xba71[815]]=function(){this[_0xba71[1214]][_0xba71[207]](this[_0xba71[724]]);this[_0xba71[724]]=mxUtils[_0xba71[238]](this[_0xba71[724]])};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1210]]=function(){this[_0xba71[724]]=this[_0xba71[1214]][_0xba71[1242]]()};mxAbstractCanvas2D[_0xba71[202]][_0xba71[255]]=function(_0x6e36x2){this[_0xba71[724]][_0xba71[255]]*=_0x6e36x2;this[_0xba71[724]][_0xba71[610]]*=_0x6e36x2};mxAbstractCanvas2D[_0xba71[202]][_0xba71[513]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[724]][_0xba71[1126]]+=_0x6e36x2;this[_0xba71[724]][_0xba71[1125]]+=_0x6e36x3};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1243]]=function(_0x6e36x2){this[_0xba71[724]][_0xba71[1244]]=_0x6e36x2};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1245]]=function(_0x6e36x2){_0x6e36x2==mxConstants[_0xba71[217]]&&(_0x6e36x2=null);this[_0xba71[724]][_0xba71[604]]=_0x6e36x2;this[_0xba71[724]][_0xba71[606]]=null};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1246]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14){_0x6e36x4=this[_0xba71[724]];_0x6e36x4[_0xba71[604]]=_0x6e36x2;_0x6e36x4[_0xba71[1247]]=null!=_0x6e36x13?_0x6e36x13:1;_0x6e36x4[_0xba71[606]]=_0x6e36x3;_0x6e36x4[_0xba71[1248]]=null!=_0x6e36x14?_0x6e36x14:1;_0x6e36x4[_0xba71[607]]=_0x6e36x12};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1249]]=function(_0x6e36x2){_0x6e36x2==mxConstants[_0xba71[217]]&&(_0x6e36x2=null);this[_0xba71[724]][_0xba71[608]]=_0x6e36x2};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1250]]=function(_0x6e36x2){this[_0xba71[724]][_0xba71[610]]=_0x6e36x2};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1251]]=function(_0x6e36x2){this[_0xba71[724]][_0xba71[648]]=_0x6e36x2};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1252]]=function(_0x6e36x2){this[_0xba71[724]][_0xba71[649]]=_0x6e36x2};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1253]]=function(_0x6e36x2){this[_0xba71[724]][_0xba71[1254]]=_0x6e36x2};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1255]]=function(_0x6e36x2){this[_0xba71[724]][_0xba71[1256]]=_0x6e36x2};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1257]]=function(_0x6e36x2){this[_0xba71[724]][_0xba71[1258]]=_0x6e36x2};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1259]]=function(_0x6e36x2){_0x6e36x2==mxConstants[_0xba71[217]]&&(_0x6e36x2=null);this[_0xba71[724]][_0xba71[665]]=_0x6e36x2};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1260]]=function(_0x6e36x2){_0x6e36x2==mxConstants[_0xba71[217]]&&(_0x6e36x2=null);this[_0xba71[724]][_0xba71[1261]]=_0x6e36x2};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1262]]=function(_0x6e36x2){_0x6e36x2==mxConstants[_0xba71[217]]&&(_0x6e36x2=null);this[_0xba71[724]][_0xba71[1263]]=_0x6e36x2};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1264]]=function(_0x6e36x2){this[_0xba71[724]][_0xba71[487]]=_0x6e36x2};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1265]]=function(_0x6e36x2){this[_0xba71[724]][_0xba71[486]]=_0x6e36x2};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1266]]=function(_0x6e36x2){null==_0x6e36x2&&(_0x6e36x2=0);this[_0xba71[724]][_0xba71[666]]=_0x6e36x2};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1267]]=function(_0x6e36x2){this[_0xba71[724]][_0xba71[639]]=_0x6e36x2};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1268]]=function(_0x6e36x2){_0x6e36x2==mxConstants[_0xba71[217]]&&(_0x6e36x2=null);this[_0xba71[724]][_0xba71[1269]]=_0x6e36x2};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1270]]=function(_0x6e36x2){this[_0xba71[724]][_0xba71[1271]]=_0x6e36x2};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1272]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[724]][_0xba71[1273]]=_0x6e36x2;this[_0xba71[724]][_0xba71[1274]]=_0x6e36x3};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1275]]=function(){this[_0xba71[1218]]=this[_0xba71[1217]]=0;this[_0xba71[1215]]=[]};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1276]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[1240]](this[_0xba71[1219]],_0x6e36x2,_0x6e36x3)};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1277]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[1240]](this[_0xba71[1221]],_0x6e36x2,_0x6e36x3)};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1278]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){this[_0xba71[1240]](this[_0xba71[1223]],_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5)};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1279]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){this[_0xba71[1240]](this[_0xba71[1225]],_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa)};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1280]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12){_0x6e36x2=mxUtils[_0xba71[1281]](this[_0xba71[1217]],this[_0xba71[1218]],_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12);for(_0x6e36x3=0;_0x6e36x3<_0x6e36x2[_0xba71[67]];_0x6e36x3+=6){this[_0xba71[1279]](_0x6e36x2[_0x6e36x3],_0x6e36x2[_0x6e36x3+1],_0x6e36x2[_0x6e36x3+2],_0x6e36x2[_0x6e36x3+3],_0x6e36x2[_0x6e36x3+4],_0x6e36x2[_0x6e36x3+5])}};mxAbstractCanvas2D[_0xba71[202]][_0xba71[268]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){this[_0xba71[1240]](this[_0xba71[1227]])};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1282]]=function(){};function mxXmlCanvas2D(_0x6e36x2){mxAbstractCanvas2D[_0xba71[239]](this);this[_0xba71[813]]=_0x6e36x2;this[_0xba71[1283]]()}mxUtils[_0xba71[1284]](mxXmlCanvas2D,mxAbstractCanvas2D);mxXmlCanvas2D[_0xba71[202]][_0xba71[1285]]= !0;mxXmlCanvas2D[_0xba71[202]][_0xba71[1286]]= !0;mxXmlCanvas2D[_0xba71[202]][_0xba71[1283]]=function(){var _0x6e36x2;_0x6e36x2=this[_0xba71[55]](_0xba71[1287]);_0x6e36x2[_0xba71[57]](_0xba71[1288],mxConstants.DEFAULT_FONTFAMILY);this[_0xba71[813]][_0xba71[62]](_0x6e36x2);_0x6e36x2=this[_0xba71[55]](_0xba71[1289]);_0x6e36x2[_0xba71[57]](_0xba71[803],mxConstants.DEFAULT_FONTSIZE);this[_0xba71[813]][_0xba71[62]](_0x6e36x2);_0x6e36x2=this[_0xba71[55]](_0xba71[1290]);_0x6e36x2[_0xba71[57]](_0xba71[352],mxConstants.SHADOWCOLOR);this[_0xba71[813]][_0xba71[62]](_0x6e36x2);_0x6e36x2=this[_0xba71[55]](_0xba71[1291]);_0x6e36x2[_0xba71[57]](_0xba71[1244],mxConstants.SHADOW_OPACITY);this[_0xba71[813]][_0xba71[62]](_0x6e36x2);_0x6e36x2=this[_0xba71[55]](_0xba71[1292]);_0x6e36x2[_0xba71[57]](_0xba71[1126],mxConstants.SHADOW_OFFSET_X);_0x6e36x2[_0xba71[57]](_0xba71[1125],mxConstants.SHADOW_OFFSET_Y);this[_0xba71[813]][_0xba71[62]](_0x6e36x2)};mxXmlCanvas2D[_0xba71[202]][_0xba71[1239]]=function(_0x6e36x2){return parseFloat(parseFloat(_0x6e36x2)[_0xba71[1293]](2))};mxXmlCanvas2D[_0xba71[202]][_0xba71[55]]=function(_0x6e36x2){return this[_0xba71[813]][_0xba71[295]][_0xba71[55]](_0x6e36x2)};mxXmlCanvas2D[_0xba71[202]][_0xba71[815]]=function(){this[_0xba71[1286]]&&mxAbstractCanvas2D[_0xba71[202]][_0xba71[815]][_0xba71[183]](this,arguments);this[_0xba71[813]][_0xba71[62]](this[_0xba71[55]](_0xba71[815]))};mxXmlCanvas2D[_0xba71[202]][_0xba71[1210]]=function(){this[_0xba71[1286]]&&mxAbstractCanvas2D[_0xba71[202]][_0xba71[1210]][_0xba71[183]](this,arguments);this[_0xba71[813]][_0xba71[62]](this[_0xba71[55]](_0xba71[1210]))};mxXmlCanvas2D[_0xba71[202]][_0xba71[255]]=function(_0x6e36x2){if(this[_0xba71[1286]]){if(this[_0xba71[724]][_0xba71[255]]==_0x6e36x2){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1243]][_0xba71[183]](this,arguments)};var _0x6e36x3=this[_0xba71[55]](_0xba71[255]);_0x6e36x3[_0xba71[57]](_0xba71[255],_0x6e36x2);this[_0xba71[813]][_0xba71[62]](_0x6e36x3)};mxXmlCanvas2D[_0xba71[202]][_0xba71[513]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[55]](_0xba71[513]);_0x6e36x4[_0xba71[57]](_0xba71[1126],this[_0xba71[1239]](_0x6e36x2));_0x6e36x4[_0xba71[57]](_0xba71[1125],this[_0xba71[1239]](_0x6e36x3));this[_0xba71[813]][_0xba71[62]](_0x6e36x4)};mxXmlCanvas2D[_0xba71[202]][_0xba71[1294]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){var _0x6e36xa=this[_0xba71[55]](_0xba71[1294]);if(0!=_0x6e36x2||_0x6e36x3||_0x6e36x4){_0x6e36xa[_0xba71[57]](_0xba71[1295],this[_0xba71[1239]](_0x6e36x2)),_0x6e36xa[_0xba71[57]](_0xba71[623],_0x6e36x3?_0xba71[500]:_0xba71[468]),_0x6e36xa[_0xba71[57]](_0xba71[624],_0x6e36x4?_0xba71[500]:_0xba71[468]),_0x6e36xa[_0xba71[57]](_0xba71[1296],this[_0xba71[1239]](_0x6e36x5)),_0x6e36xa[_0xba71[57]](_0xba71[1297],this[_0xba71[1239]](_0x6e36x9)),this[_0xba71[813]][_0xba71[62]](_0x6e36xa)}};mxXmlCanvas2D[_0xba71[202]][_0xba71[1243]]=function(_0x6e36x2){if(this[_0xba71[1286]]){if(this[_0xba71[724]][_0xba71[1244]]==_0x6e36x2){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1243]][_0xba71[183]](this,arguments)};var _0x6e36x3=this[_0xba71[55]](_0xba71[1244]);_0x6e36x3[_0xba71[57]](_0xba71[1244],this[_0xba71[1239]](_0x6e36x2));this[_0xba71[813]][_0xba71[62]](_0x6e36x3)};mxXmlCanvas2D[_0xba71[202]][_0xba71[1245]]=function(_0x6e36x2){_0x6e36x2==mxConstants[_0xba71[217]]&&(_0x6e36x2=null);if(this[_0xba71[1286]]){if(this[_0xba71[724]][_0xba71[604]]==_0x6e36x2){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1245]][_0xba71[183]](this,arguments)};var _0x6e36x3=this[_0xba71[55]](_0xba71[1298]);_0x6e36x3[_0xba71[57]](_0xba71[352],null!=_0x6e36x2?_0x6e36x2:mxConstants[_0xba71[217]]);this[_0xba71[813]][_0xba71[62]](_0x6e36x3)};mxXmlCanvas2D[_0xba71[202]][_0xba71[1246]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14){if(null!=_0x6e36x2&&null!=_0x6e36x3){mxAbstractCanvas2D[_0xba71[202]][_0xba71[1246]][_0xba71[183]](this,arguments);var _0x6e36x15=this[_0xba71[55]](_0xba71[1299]);_0x6e36x15[_0xba71[57]](_0xba71[1300],_0x6e36x2);_0x6e36x15[_0xba71[57]](_0xba71[1301],_0x6e36x3);_0x6e36x15[_0xba71[57]](_0xba71[235],this[_0xba71[1239]](_0x6e36x4));_0x6e36x15[_0xba71[57]](_0xba71[236],this[_0xba71[1239]](_0x6e36x5));_0x6e36x15[_0xba71[57]](_0xba71[1302],this[_0xba71[1239]](_0x6e36x9));_0x6e36x15[_0xba71[57]](_0xba71[1303],this[_0xba71[1239]](_0x6e36xa));null!=_0x6e36x12&&_0x6e36x15[_0xba71[57]](_0xba71[663],_0x6e36x12);null!=_0x6e36x13&&_0x6e36x15[_0xba71[57]](_0xba71[1304],_0x6e36x13);null!=_0x6e36x14&&_0x6e36x15[_0xba71[57]](_0xba71[1305],_0x6e36x14);this[_0xba71[813]][_0xba71[62]](_0x6e36x15)}};mxXmlCanvas2D[_0xba71[202]][_0xba71[1249]]=function(_0x6e36x2){_0x6e36x2==mxConstants[_0xba71[217]]&&(_0x6e36x2=null);if(this[_0xba71[1286]]){if(this[_0xba71[724]][_0xba71[608]]==_0x6e36x2){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1249]][_0xba71[183]](this,arguments)};var _0x6e36x3=this[_0xba71[55]](_0xba71[1306]);_0x6e36x3[_0xba71[57]](_0xba71[352],null!=_0x6e36x2?_0x6e36x2:mxConstants[_0xba71[217]]);this[_0xba71[813]][_0xba71[62]](_0x6e36x3)};mxXmlCanvas2D[_0xba71[202]][_0xba71[1250]]=function(_0x6e36x2){if(this[_0xba71[1286]]){if(this[_0xba71[724]][_0xba71[610]]==_0x6e36x2){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1250]][_0xba71[183]](this,arguments)};var _0x6e36x3=this[_0xba71[55]](_0xba71[1307]);_0x6e36x3[_0xba71[57]](_0xba71[117],this[_0xba71[1239]](_0x6e36x2));this[_0xba71[813]][_0xba71[62]](_0x6e36x3)};mxXmlCanvas2D[_0xba71[202]][_0xba71[1251]]=function(_0x6e36x2){if(this[_0xba71[1286]]){if(this[_0xba71[724]][_0xba71[648]]==_0x6e36x2){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1251]][_0xba71[183]](this,arguments)};var _0x6e36x3=this[_0xba71[55]](_0xba71[648]);_0x6e36x3[_0xba71[57]](_0xba71[648],_0x6e36x2?_0xba71[500]:_0xba71[468]);this[_0xba71[813]][_0xba71[62]](_0x6e36x3)};mxXmlCanvas2D[_0xba71[202]][_0xba71[1252]]=function(_0x6e36x2){if(this[_0xba71[1286]]){if(this[_0xba71[724]][_0xba71[649]]==_0x6e36x2){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1252]][_0xba71[183]](this,arguments)};var _0x6e36x3=this[_0xba71[55]](_0xba71[1308]);_0x6e36x3[_0xba71[57]](_0xba71[1309],_0x6e36x2);this[_0xba71[813]][_0xba71[62]](_0x6e36x3)};mxXmlCanvas2D[_0xba71[202]][_0xba71[1253]]=function(_0x6e36x2){if(this[_0xba71[1286]]){if(this[_0xba71[724]][_0xba71[1254]]==_0x6e36x2){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1253]][_0xba71[183]](this,arguments)};var _0x6e36x3=this[_0xba71[55]](_0xba71[1310]);_0x6e36x3[_0xba71[57]](_0xba71[1311],_0x6e36x2);this[_0xba71[813]][_0xba71[62]](_0x6e36x3)};mxXmlCanvas2D[_0xba71[202]][_0xba71[1255]]=function(_0x6e36x2){if(this[_0xba71[1286]]){if(this[_0xba71[724]][_0xba71[1256]]==_0x6e36x2){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1255]][_0xba71[183]](this,arguments)};var _0x6e36x3=this[_0xba71[55]](_0xba71[1312]);_0x6e36x3[_0xba71[57]](_0xba71[234],_0x6e36x2);this[_0xba71[813]][_0xba71[62]](_0x6e36x3)};mxXmlCanvas2D[_0xba71[202]][_0xba71[1257]]=function(_0x6e36x2){if(this[_0xba71[1286]]){if(this[_0xba71[724]][_0xba71[1258]]==_0x6e36x2){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1257]][_0xba71[183]](this,arguments)};var _0x6e36x3=this[_0xba71[55]](_0xba71[1313]);_0x6e36x3[_0xba71[57]](_0xba71[1314],_0x6e36x2);this[_0xba71[813]][_0xba71[62]](_0x6e36x3)};mxXmlCanvas2D[_0xba71[202]][_0xba71[1259]]=function(_0x6e36x2){if(this[_0xba71[1285]]){_0x6e36x2==mxConstants[_0xba71[217]]&&(_0x6e36x2=null);if(this[_0xba71[1286]]){if(this[_0xba71[724]][_0xba71[665]]==_0x6e36x2){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1259]][_0xba71[183]](this,arguments)};var _0x6e36x3=this[_0xba71[55]](_0xba71[1315]);_0x6e36x3[_0xba71[57]](_0xba71[352],null!=_0x6e36x2?_0x6e36x2:mxConstants[_0xba71[217]]);this[_0xba71[813]][_0xba71[62]](_0x6e36x3)}};mxXmlCanvas2D[_0xba71[202]][_0xba71[1260]]=function(_0x6e36x2){if(this[_0xba71[1285]]){_0x6e36x2==mxConstants[_0xba71[217]]&&(_0x6e36x2=null);if(this[_0xba71[1286]]){if(this[_0xba71[724]][_0xba71[1261]]==_0x6e36x2){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1260]][_0xba71[183]](this,arguments)};var _0x6e36x3=this[_0xba71[55]](_0xba71[1316]);_0x6e36x3[_0xba71[57]](_0xba71[352],null!=_0x6e36x2?_0x6e36x2:mxConstants[_0xba71[217]]);this[_0xba71[813]][_0xba71[62]](_0x6e36x3)}};mxXmlCanvas2D[_0xba71[202]][_0xba71[1262]]=function(_0x6e36x2){if(this[_0xba71[1285]]){_0x6e36x2==mxConstants[_0xba71[217]]&&(_0x6e36x2=null);if(this[_0xba71[1286]]){if(this[_0xba71[724]][_0xba71[1263]]==_0x6e36x2){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1262]][_0xba71[183]](this,arguments)};var _0x6e36x3=this[_0xba71[55]](_0xba71[1317]);_0x6e36x3[_0xba71[57]](_0xba71[352],null!=_0x6e36x2?_0x6e36x2:mxConstants[_0xba71[217]]);this[_0xba71[813]][_0xba71[62]](_0x6e36x3)}};mxXmlCanvas2D[_0xba71[202]][_0xba71[1264]]=function(_0x6e36x2){if(this[_0xba71[1285]]){if(this[_0xba71[1286]]){if(this[_0xba71[724]][_0xba71[487]]==_0x6e36x2){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1264]][_0xba71[183]](this,arguments)};var _0x6e36x3=this[_0xba71[55]](_0xba71[1289]);_0x6e36x3[_0xba71[57]](_0xba71[803],_0x6e36x2);this[_0xba71[813]][_0xba71[62]](_0x6e36x3)}};mxXmlCanvas2D[_0xba71[202]][_0xba71[1265]]=function(_0x6e36x2){if(this[_0xba71[1285]]){if(this[_0xba71[1286]]){if(this[_0xba71[724]][_0xba71[486]]==_0x6e36x2){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1265]][_0xba71[183]](this,arguments)};var _0x6e36x3=this[_0xba71[55]](_0xba71[1287]);_0x6e36x3[_0xba71[57]](_0xba71[1288],_0x6e36x2);this[_0xba71[813]][_0xba71[62]](_0x6e36x3)}};mxXmlCanvas2D[_0xba71[202]][_0xba71[1266]]=function(_0x6e36x2){if(this[_0xba71[1285]]){null==_0x6e36x2&&(_0x6e36x2=0);if(this[_0xba71[1286]]){if(this[_0xba71[724]][_0xba71[666]]==_0x6e36x2){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1266]][_0xba71[183]](this,arguments)};var _0x6e36x3=this[_0xba71[55]](_0xba71[1318]);_0x6e36x3[_0xba71[57]](_0xba71[124],_0x6e36x2);this[_0xba71[813]][_0xba71[62]](_0x6e36x3)}};mxXmlCanvas2D[_0xba71[202]][_0xba71[1267]]=function(_0x6e36x2){if(this[_0xba71[1286]]){if(this[_0xba71[724]][_0xba71[639]]==_0x6e36x2){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1267]][_0xba71[183]](this,arguments)};var _0x6e36x3=this[_0xba71[55]](_0xba71[639]);_0x6e36x3[_0xba71[57]](_0xba71[984],_0x6e36x2?_0xba71[500]:_0xba71[468]);this[_0xba71[813]][_0xba71[62]](_0x6e36x3)};mxXmlCanvas2D[_0xba71[202]][_0xba71[1268]]=function(_0x6e36x2){if(this[_0xba71[1286]]){_0x6e36x2==mxConstants[_0xba71[217]]&&(_0x6e36x2=null);if(this[_0xba71[724]][_0xba71[1269]]==_0x6e36x2){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1268]][_0xba71[183]](this,arguments)};var _0x6e36x3=this[_0xba71[55]](_0xba71[1290]);_0x6e36x3[_0xba71[57]](_0xba71[352],null!=_0x6e36x2?_0x6e36x2:mxConstants[_0xba71[217]]);this[_0xba71[813]][_0xba71[62]](_0x6e36x3)};mxXmlCanvas2D[_0xba71[202]][_0xba71[1270]]=function(_0x6e36x2){if(this[_0xba71[1286]]){if(this[_0xba71[724]][_0xba71[1271]]==_0x6e36x2){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1270]][_0xba71[183]](this,arguments)};var _0x6e36x3=this[_0xba71[55]](_0xba71[1291]);_0x6e36x3[_0xba71[57]](_0xba71[1244],_0x6e36x2);this[_0xba71[813]][_0xba71[62]](_0x6e36x3)};mxXmlCanvas2D[_0xba71[202]][_0xba71[1272]]=function(_0x6e36x2,_0x6e36x3){if(this[_0xba71[1286]]){if(this[_0xba71[724]][_0xba71[1273]]==_0x6e36x2&&this[_0xba71[724]][_0xba71[1274]]==_0x6e36x3){return};mxAbstractCanvas2D[_0xba71[202]][_0xba71[1272]][_0xba71[183]](this,arguments)};var _0x6e36x4=this[_0xba71[55]](_0xba71[1292]);_0x6e36x4[_0xba71[57]](_0xba71[1126],_0x6e36x2);_0x6e36x4[_0xba71[57]](_0xba71[1125],_0x6e36x3);this[_0xba71[813]][_0xba71[62]](_0x6e36x4)};mxXmlCanvas2D[_0xba71[202]][_0xba71[1319]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=this[_0xba71[55]](_0xba71[1319]);_0x6e36x9[_0xba71[57]](_0xba71[235],this[_0xba71[1239]](_0x6e36x2));_0x6e36x9[_0xba71[57]](_0xba71[236],this[_0xba71[1239]](_0x6e36x3));_0x6e36x9[_0xba71[57]](_0xba71[1302],this[_0xba71[1239]](_0x6e36x4));_0x6e36x9[_0xba71[57]](_0xba71[1303],this[_0xba71[1239]](_0x6e36x5));this[_0xba71[813]][_0xba71[62]](_0x6e36x9)};mxXmlCanvas2D[_0xba71[202]][_0xba71[1320]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){var _0x6e36x12=this[_0xba71[55]](_0xba71[1320]);_0x6e36x12[_0xba71[57]](_0xba71[235],this[_0xba71[1239]](_0x6e36x2));_0x6e36x12[_0xba71[57]](_0xba71[236],this[_0xba71[1239]](_0x6e36x3));_0x6e36x12[_0xba71[57]](_0xba71[1302],this[_0xba71[1239]](_0x6e36x4));_0x6e36x12[_0xba71[57]](_0xba71[1303],this[_0xba71[1239]](_0x6e36x5));_0x6e36x12[_0xba71[57]](_0xba71[1126],this[_0xba71[1239]](_0x6e36x9));_0x6e36x12[_0xba71[57]](_0xba71[1125],this[_0xba71[1239]](_0x6e36xa));this[_0xba71[813]][_0xba71[62]](_0x6e36x12)};mxXmlCanvas2D[_0xba71[202]][_0xba71[680]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=this[_0xba71[55]](_0xba71[680]);_0x6e36x9[_0xba71[57]](_0xba71[235],this[_0xba71[1239]](_0x6e36x2));_0x6e36x9[_0xba71[57]](_0xba71[236],this[_0xba71[1239]](_0x6e36x3));_0x6e36x9[_0xba71[57]](_0xba71[1302],this[_0xba71[1239]](_0x6e36x4));_0x6e36x9[_0xba71[57]](_0xba71[1303],this[_0xba71[1239]](_0x6e36x5));this[_0xba71[813]][_0xba71[62]](_0x6e36x9)};mxXmlCanvas2D[_0xba71[202]][_0xba71[618]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13){_0x6e36x9=this[_0xba71[1212]][_0xba71[1321]](_0x6e36x9);var _0x6e36x14=this[_0xba71[55]](_0xba71[618]);_0x6e36x14[_0xba71[57]](_0xba71[235],this[_0xba71[1239]](_0x6e36x2));_0x6e36x14[_0xba71[57]](_0xba71[236],this[_0xba71[1239]](_0x6e36x3));_0x6e36x14[_0xba71[57]](_0xba71[1302],this[_0xba71[1239]](_0x6e36x4));_0x6e36x14[_0xba71[57]](_0xba71[1303],this[_0xba71[1239]](_0x6e36x5));_0x6e36x14[_0xba71[57]](_0xba71[390],_0x6e36x9);_0x6e36x14[_0xba71[57]](_0xba71[1322],_0x6e36xa?_0xba71[500]:_0xba71[468]);_0x6e36x14[_0xba71[57]](_0xba71[623],_0x6e36x12?_0xba71[500]:_0xba71[468]);_0x6e36x14[_0xba71[57]](_0xba71[624],_0x6e36x13?_0xba71[500]:_0xba71[468]);this[_0xba71[813]][_0xba71[62]](_0x6e36x14)};mxXmlCanvas2D[_0xba71[202]][_0xba71[1275]]=function(){this[_0xba71[813]][_0xba71[62]](this[_0xba71[55]](_0xba71[1275]));this[_0xba71[1218]]=this[_0xba71[1217]]=0};mxXmlCanvas2D[_0xba71[202]][_0xba71[1276]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[55]](_0xba71[582]);_0x6e36x4[_0xba71[57]](_0xba71[235],this[_0xba71[1239]](_0x6e36x2));_0x6e36x4[_0xba71[57]](_0xba71[236],this[_0xba71[1239]](_0x6e36x3));this[_0xba71[813]][_0xba71[62]](_0x6e36x4);this[_0xba71[1217]]=_0x6e36x2;this[_0xba71[1218]]=_0x6e36x3};mxXmlCanvas2D[_0xba71[202]][_0xba71[1277]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[55]](_0xba71[683]);_0x6e36x4[_0xba71[57]](_0xba71[235],this[_0xba71[1239]](_0x6e36x2));_0x6e36x4[_0xba71[57]](_0xba71[236],this[_0xba71[1239]](_0x6e36x3));this[_0xba71[813]][_0xba71[62]](_0x6e36x4);this[_0xba71[1217]]=_0x6e36x2;this[_0xba71[1218]]=_0x6e36x3};mxXmlCanvas2D[_0xba71[202]][_0xba71[1278]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=this[_0xba71[55]](_0xba71[1323]);_0x6e36x9[_0xba71[57]](_0xba71[1324],this[_0xba71[1239]](_0x6e36x2));_0x6e36x9[_0xba71[57]](_0xba71[1325],this[_0xba71[1239]](_0x6e36x3));_0x6e36x9[_0xba71[57]](_0xba71[1326],this[_0xba71[1239]](_0x6e36x4));_0x6e36x9[_0xba71[57]](_0xba71[1327],this[_0xba71[1239]](_0x6e36x5));this[_0xba71[813]][_0xba71[62]](_0x6e36x9);this[_0xba71[1217]]=_0x6e36x4;this[_0xba71[1218]]=_0x6e36x5};mxXmlCanvas2D[_0xba71[202]][_0xba71[1279]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){var _0x6e36x12=this[_0xba71[55]](_0xba71[1328]);_0x6e36x12[_0xba71[57]](_0xba71[1324],this[_0xba71[1239]](_0x6e36x2));_0x6e36x12[_0xba71[57]](_0xba71[1325],this[_0xba71[1239]](_0x6e36x3));_0x6e36x12[_0xba71[57]](_0xba71[1326],this[_0xba71[1239]](_0x6e36x4));_0x6e36x12[_0xba71[57]](_0xba71[1327],this[_0xba71[1239]](_0x6e36x5));_0x6e36x12[_0xba71[57]](_0xba71[1329],this[_0xba71[1239]](_0x6e36x9));_0x6e36x12[_0xba71[57]](_0xba71[1330],this[_0xba71[1239]](_0x6e36xa));this[_0xba71[813]][_0xba71[62]](_0x6e36x12);this[_0xba71[1217]]=_0x6e36x9;this[_0xba71[1218]]=_0x6e36xa};mxXmlCanvas2D[_0xba71[202]][_0xba71[268]]=function(){this[_0xba71[813]][_0xba71[62]](this[_0xba71[55]](_0xba71[268]))};mxXmlCanvas2D[_0xba71[202]][_0xba71[963]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14,_0x6e36x15,_0x6e36x16,_0x6e36x17){if(this[_0xba71[1285]]&&null!=_0x6e36x9){mxUtils[_0xba71[1331]](_0x6e36x9)&&(_0x6e36x9=mxUtils[_0xba71[532]](_0x6e36x9));var _0x6e36x18=this[_0xba71[55]](_0xba71[963]);_0x6e36x18[_0xba71[57]](_0xba71[235],this[_0xba71[1239]](_0x6e36x2));_0x6e36x18[_0xba71[57]](_0xba71[236],this[_0xba71[1239]](_0x6e36x3));_0x6e36x18[_0xba71[57]](_0xba71[1302],this[_0xba71[1239]](_0x6e36x4));_0x6e36x18[_0xba71[57]](_0xba71[1303],this[_0xba71[1239]](_0x6e36x5));_0x6e36x18[_0xba71[57]](_0xba71[1332],_0x6e36x9);null!=_0x6e36xa&&_0x6e36x18[_0xba71[57]](_0xba71[611],_0x6e36xa);null!=_0x6e36x12&&_0x6e36x18[_0xba71[57]](_0xba71[552],_0x6e36x12);_0x6e36x18[_0xba71[57]](_0xba71[1333],_0x6e36x13?_0xba71[500]:_0xba71[468]);null==_0x6e36x14&&(_0x6e36x14=_0xba71[110]);_0x6e36x18[_0xba71[57]](_0xba71[1239],_0x6e36x14);null!=_0x6e36x15&&_0x6e36x18[_0xba71[57]](_0xba71[1334],_0x6e36x15?_0xba71[500]:_0xba71[468]);null!=_0x6e36x16&&_0x6e36x18[_0xba71[57]](_0xba71[1335],_0x6e36x16?_0xba71[500]:_0xba71[468]);null!=_0x6e36x17&&_0x6e36x18[_0xba71[57]](_0xba71[603],_0x6e36x17);this[_0xba71[813]][_0xba71[62]](_0x6e36x18)}};mxXmlCanvas2D[_0xba71[202]][_0xba71[1336]]=function(){this[_0xba71[813]][_0xba71[62]](this[_0xba71[55]](_0xba71[1336]))};mxXmlCanvas2D[_0xba71[202]][_0xba71[1334]]=function(){this[_0xba71[813]][_0xba71[62]](this[_0xba71[55]](_0xba71[1334]))};mxXmlCanvas2D[_0xba71[202]][_0xba71[1337]]=function(){this[_0xba71[813]][_0xba71[62]](this[_0xba71[55]](_0xba71[1338]))};function mxSvgCanvas2D(_0x6e36x2,_0x6e36x3){mxAbstractCanvas2D[_0xba71[239]](this);this[_0xba71[813]]=_0x6e36x2;this[_0xba71[1339]]=[];this[_0xba71[1340]]=null;this[_0xba71[1341]]=null!=_0x6e36x3?_0x6e36x3:!1;var _0x6e36x4=null;if(_0x6e36x2[_0xba71[295]]!=document){for(_0x6e36x4=_0x6e36x2;null!=_0x6e36x4&&_0xba71[571]!=_0x6e36x4[_0xba71[301]];){_0x6e36x4=_0x6e36x4[_0xba71[265]]}};null!=_0x6e36x4&&(0<_0x6e36x4[_0xba71[64]](_0xba71[1340])[_0xba71[67]]&&(this[_0xba71[1340]]=_0x6e36x4[_0xba71[64]](_0xba71[1340])[0]),null==this[_0xba71[1340]]&&(this[_0xba71[1340]]=this[_0xba71[55]](_0xba71[1340]),null!=_0x6e36x4[_0xba71[285]]?_0x6e36x4[_0xba71[950]](this[_0xba71[1340]],_0x6e36x4[_0xba71[285]]):_0x6e36x4[_0xba71[62]](this[_0xba71[1340]])),this[_0xba71[1341]]&&this[_0xba71[1340]][_0xba71[62]](this[_0xba71[1342]]()))}mxUtils[_0xba71[1284]](mxSvgCanvas2D,mxAbstractCanvas2D);mxSvgCanvas2D[_0xba71[202]][_0xba71[252]]=null;mxSvgCanvas2D[_0xba71[202]][_0xba71[1343]]= !0;mxSvgCanvas2D[_0xba71[202]][_0xba71[1285]]= !0;mxSvgCanvas2D[_0xba71[202]][_0xba71[1344]]= !0;mxSvgCanvas2D[_0xba71[202]][_0xba71[1345]]=0;mxSvgCanvas2D[_0xba71[202]][_0xba71[1346]]=0;mxSvgCanvas2D[_0xba71[202]][_0xba71[1347]]= !1;mxSvgCanvas2D[_0xba71[202]][_0xba71[862]]=function(){mxAbstractCanvas2D[_0xba71[202]][_0xba71[862]][_0xba71[183]](this,arguments);this[_0xba71[1339]]=[]};mxSvgCanvas2D[_0xba71[202]][_0xba71[1342]]=function(_0x6e36x2){_0x6e36x2=this[_0xba71[55]](_0xba71[124]);_0x6e36x2[_0xba71[57]](_0xba71[60],_0xba71[61]);mxUtils[_0xba71[53]](_0x6e36x2,_0xba71[1348]+mxConstants[_0xba71[484]]+_0xba71[1349]+mxConstants[_0xba71[483]]+_0xba71[1350]);return _0x6e36x2};mxSvgCanvas2D[_0xba71[202]][_0xba71[55]]=function(_0x6e36x2,_0x6e36x3){if(null!=this[_0xba71[813]][_0xba71[295]][_0xba71[509]]){return this[_0xba71[813]][_0xba71[295]][_0xba71[509]](_0x6e36x3||mxConstants[_0xba71[1351]],_0x6e36x2)};var _0x6e36x4=this[_0xba71[813]][_0xba71[295]][_0xba71[55]](_0x6e36x2);null!=_0x6e36x3&&_0x6e36x4[_0xba71[57]](_0xba71[1352],_0x6e36x3);return _0x6e36x4};mxSvgCanvas2D[_0xba71[202]][_0xba71[1353]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0xba71[198]==_0x6e36x2[_0xba71[225]](0)&&(_0x6e36x2=_0x6e36x2[_0xba71[85]](1));_0xba71[198]==_0x6e36x3[_0xba71[225]](0)&&(_0x6e36x3=_0x6e36x3[_0xba71[85]](1));_0x6e36x2=_0x6e36x2[_0xba71[216]]()+_0xba71[213]+_0x6e36x4;_0x6e36x3=_0x6e36x3[_0xba71[216]]()+_0xba71[213]+_0x6e36x5;_0x6e36x4=null;null==_0x6e36x9||_0x6e36x9==mxConstants[_0xba71[1354]]?_0x6e36x4=_0xba71[1355]:_0x6e36x9==mxConstants[_0xba71[1356]]?_0x6e36x4=_0xba71[1357]:(_0x6e36x5=_0x6e36x2,_0x6e36x2=_0x6e36x3,_0x6e36x3=_0x6e36x5,_0x6e36x9==mxConstants[_0xba71[1358]]?_0x6e36x4=_0xba71[1355]:_0x6e36x9==mxConstants[_0xba71[1359]]&&(_0x6e36x4=_0xba71[1357]));return _0xba71[1360]+_0x6e36x2+_0xba71[213]+_0x6e36x3+_0xba71[213]+_0x6e36x4};mxSvgCanvas2D[_0xba71[202]][_0xba71[1361]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){var _0x6e36xa=this[_0xba71[1353]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9),_0x6e36x12=this[_0xba71[1339]][_0x6e36xa];if(null==_0x6e36x12){var _0x6e36x13=this[_0xba71[813]][_0xba71[538]],_0x6e36x14=0,_0x6e36x15=_0x6e36xa+_0xba71[213]+_0x6e36x14;if(null!=_0x6e36x13){for(_0x6e36x12=_0x6e36x13[_0xba71[295]][_0xba71[1362]](_0x6e36x15);null!=_0x6e36x12&&_0x6e36x12[_0xba71[538]]!=_0x6e36x13;){_0x6e36x15=_0x6e36xa+_0xba71[213]+_0x6e36x14++,_0x6e36x12=_0x6e36x13[_0xba71[295]][_0xba71[1362]](_0x6e36x15)}}else {_0x6e36x15=_0xba71[1363]+++this[_0xba71[1346]]};null==_0x6e36x12&&(_0x6e36x12=this[_0xba71[1364]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9),_0x6e36x12[_0xba71[57]](_0xba71[1363],_0x6e36x15),null!=this[_0xba71[1340]]?this[_0xba71[1340]][_0xba71[62]](_0x6e36x12):_0x6e36x13[_0xba71[62]](_0x6e36x12));this[_0xba71[1339]][_0x6e36xa]=_0x6e36x12};return _0x6e36x12[_0xba71[284]](_0xba71[1363])};mxSvgCanvas2D[_0xba71[202]][_0xba71[1364]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){var _0x6e36xa=this[_0xba71[55]](_0xba71[1365]);_0x6e36xa[_0xba71[57]](_0xba71[1324],_0xba71[1366]);_0x6e36xa[_0xba71[57]](_0xba71[1325],_0xba71[1366]);_0x6e36xa[_0xba71[57]](_0xba71[1326],_0xba71[1366]);_0x6e36xa[_0xba71[57]](_0xba71[1327],_0xba71[1366]);null==_0x6e36x9||_0x6e36x9==mxConstants[_0xba71[1354]]?_0x6e36xa[_0xba71[57]](_0xba71[1327],_0xba71[118]):_0x6e36x9==mxConstants[_0xba71[1356]]?_0x6e36xa[_0xba71[57]](_0xba71[1326],_0xba71[118]):_0x6e36x9==mxConstants[_0xba71[1358]]?_0x6e36xa[_0xba71[57]](_0xba71[1325],_0xba71[118]):_0x6e36x9==mxConstants[_0xba71[1359]]&&_0x6e36xa[_0xba71[57]](_0xba71[1324],_0xba71[118]);_0x6e36x4=1>_0x6e36x4?_0xba71[1367]+_0x6e36x4:_0xba71[110];_0x6e36x9=this[_0xba71[55]](_0xba71[1076]);_0x6e36x9[_0xba71[57]](_0xba71[1368],_0xba71[1366]);_0x6e36x9[_0xba71[57]](_0xba71[124],_0xba71[1369]+_0x6e36x2+_0x6e36x4);_0x6e36xa[_0xba71[62]](_0x6e36x9);_0x6e36x4=1>_0x6e36x5?_0xba71[1367]+_0x6e36x5:_0xba71[110];_0x6e36x9=this[_0xba71[55]](_0xba71[1076]);_0x6e36x9[_0xba71[57]](_0xba71[1368],_0xba71[118]);_0x6e36x9[_0xba71[57]](_0xba71[124],_0xba71[1369]+_0x6e36x3+_0x6e36x4);_0x6e36xa[_0xba71[62]](_0x6e36x9);return _0x6e36xa};mxSvgCanvas2D[_0xba71[202]][_0xba71[1370]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[252]],_0x6e36x5=this[_0xba71[724]];if(null!=_0x6e36x4){if(_0xba71[1215]==_0x6e36x4[_0xba71[301]]){if(null!=this[_0xba71[1215]]&&0<this[_0xba71[1215]][_0xba71[67]]){_0x6e36x4[_0xba71[57]](_0xba71[1371],this[_0xba71[1215]][_0xba71[234]](_0xba71[185]))}else {return}};_0x6e36x2&&null!=_0x6e36x5[_0xba71[604]]?this[_0xba71[1372]]():this[_0xba71[1341]]||(_0xba71[680]==_0x6e36x4[_0xba71[301]]&&mxClient[_0xba71[133]]&&!mxClient[_0xba71[76]]&&!mxClient[_0xba71[75]]?_0x6e36x4[_0xba71[57]](_0xba71[1334],_0xba71[1373]):_0x6e36x4[_0xba71[57]](_0xba71[1334],_0xba71[130]),_0x6e36x2= !1);_0x6e36x3&&null!=_0x6e36x5[_0xba71[608]]?this[_0xba71[1374]]():this[_0xba71[1341]]||_0x6e36x4[_0xba71[57]](_0xba71[1336],_0xba71[130]);null!=_0x6e36x5[_0xba71[535]]&&0<_0x6e36x5[_0xba71[535]][_0xba71[67]]&&_0x6e36x4[_0xba71[57]](_0xba71[535],_0x6e36x5[_0xba71[535]]);_0x6e36x5[_0xba71[639]]&&this[_0xba71[813]][_0xba71[62]](this[_0xba71[1375]](_0x6e36x4));0<this[_0xba71[1345]]&&!_0x6e36x2&&this[_0xba71[813]][_0xba71[62]](this[_0xba71[1376]](_0x6e36x4));this[_0xba71[1229]]&&(_0xba71[1215]!=_0x6e36x4[_0xba71[301]]||this[_0xba71[1215]][this[_0xba71[1215]][_0xba71[67]]-1]==this[_0xba71[1227]])&&_0x6e36x4[_0xba71[57]](_0xba71[1377],_0xba71[1378]);this[_0xba71[813]][_0xba71[62]](_0x6e36x4)}};mxSvgCanvas2D[_0xba71[202]][_0xba71[1372]]=function(){var _0x6e36x2=this[_0xba71[724]];1>_0x6e36x2[_0xba71[1244]]&&this[_0xba71[252]][_0xba71[57]](_0xba71[1379],_0x6e36x2[_0xba71[1244]]);null!=_0x6e36x2[_0xba71[604]]&&(null!=_0x6e36x2[_0xba71[606]]?(_0x6e36x2=this[_0xba71[1361]](_0x6e36x2[_0xba71[604]],_0x6e36x2[_0xba71[606]],_0x6e36x2[_0xba71[1247]],_0x6e36x2[_0xba71[1248]],_0x6e36x2[_0xba71[607]]),this[_0xba71[252]][_0xba71[57]](_0xba71[1334],_0xba71[1380]+_0x6e36x2+_0xba71[460])):this[_0xba71[252]][_0xba71[57]](_0xba71[1334],_0x6e36x2[_0xba71[604]][_0xba71[216]]()))};mxSvgCanvas2D[_0xba71[202]][_0xba71[1374]]=function(){var _0x6e36x2=this[_0xba71[724]];this[_0xba71[252]][_0xba71[57]](_0xba71[1336],_0x6e36x2[_0xba71[608]][_0xba71[216]]());1>_0x6e36x2[_0xba71[1244]]&&this[_0xba71[252]][_0xba71[57]](_0xba71[1381],_0x6e36x2[_0xba71[1244]]);var _0x6e36x3=Math[_0xba71[160]](1,this[_0xba71[1239]](_0x6e36x2[_0xba71[610]]*_0x6e36x2[_0xba71[255]]));1!=_0x6e36x3&&this[_0xba71[252]][_0xba71[57]](_0xba71[1382],_0x6e36x3);_0xba71[1215]==this[_0xba71[252]][_0xba71[301]]&&this[_0xba71[1383]]();_0x6e36x2[_0xba71[648]]&&this[_0xba71[252]][_0xba71[57]](_0xba71[1384],this[_0xba71[1385]](_0x6e36x3))};mxSvgCanvas2D[_0xba71[202]][_0xba71[1383]]=function(){var _0x6e36x2=this[_0xba71[724]];null!=_0x6e36x2[_0xba71[1256]]&&_0xba71[1233]!=_0x6e36x2[_0xba71[1256]]&&this[_0xba71[252]][_0xba71[57]](_0xba71[1386],_0x6e36x2[_0xba71[1256]]);if(null!=_0x6e36x2[_0xba71[1254]]){var _0x6e36x3=_0x6e36x2[_0xba71[1254]];_0xba71[1232]==_0x6e36x3&&(_0x6e36x3=_0xba71[1387]);_0xba71[1387]!=_0x6e36x3&&this[_0xba71[252]][_0xba71[57]](_0xba71[1388],_0x6e36x3)};null!=_0x6e36x2[_0xba71[1258]]&&(!this[_0xba71[1341]]||10!=_0x6e36x2[_0xba71[1258]])&&this[_0xba71[252]][_0xba71[57]](_0xba71[1389],_0x6e36x2[_0xba71[1258]])};mxSvgCanvas2D[_0xba71[202]][_0xba71[1385]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[724]][_0xba71[649]][_0xba71[224]](_0xba71[185]),_0x6e36x4=[];if(0<_0x6e36x3[_0xba71[67]]){for(var _0x6e36x5=0;_0x6e36x5<_0x6e36x3[_0xba71[67]];_0x6e36x5++){_0x6e36x4[_0x6e36x5]=Number(_0x6e36x3[_0x6e36x5])*_0x6e36x2}};return _0x6e36x4[_0xba71[234]](_0xba71[185])};mxSvgCanvas2D[_0xba71[202]][_0xba71[1376]]=function(_0x6e36x2){_0x6e36x2=_0x6e36x2[_0xba71[511]](!0);var _0x6e36x3=parseFloat(_0x6e36x2[_0xba71[284]](_0xba71[1382])||1)+this[_0xba71[1345]];_0x6e36x2[_0xba71[57]](_0xba71[1377],_0xba71[1336]);_0x6e36x2[_0xba71[57]](_0xba71[187],_0xba71[188]);_0x6e36x2[_0xba71[1390]](_0xba71[1384]);_0x6e36x2[_0xba71[57]](_0xba71[1382],_0x6e36x3);_0x6e36x2[_0xba71[57]](_0xba71[1334],_0xba71[130]);_0x6e36x2[_0xba71[57]](_0xba71[1336],mxClient[_0xba71[71]]?_0xba71[130]:_0xba71[1391]);return _0x6e36x2};mxSvgCanvas2D[_0xba71[202]][_0xba71[1375]]=function(_0x6e36x2){_0x6e36x2=_0x6e36x2[_0xba71[511]](!0);var _0x6e36x3=this[_0xba71[724]];_0xba71[130]!=_0x6e36x2[_0xba71[284]](_0xba71[1334])&&_0x6e36x2[_0xba71[57]](_0xba71[1334],_0x6e36x3[_0xba71[1269]]);_0xba71[130]!=_0x6e36x2[_0xba71[284]](_0xba71[1336])&&_0x6e36x2[_0xba71[57]](_0xba71[1336],_0x6e36x3[_0xba71[1269]]);_0x6e36x2[_0xba71[57]](_0xba71[535],_0xba71[536]+this[_0xba71[1239]](_0x6e36x3[_0xba71[1273]]*_0x6e36x3[_0xba71[255]])+_0xba71[537]+this[_0xba71[1239]](_0x6e36x3[_0xba71[1274]]*_0x6e36x3[_0xba71[255]])+_0xba71[460]+(_0x6e36x3[_0xba71[535]]||_0xba71[110]));_0x6e36x2[_0xba71[57]](_0xba71[461],_0x6e36x3[_0xba71[1271]]);return _0x6e36x2};mxSvgCanvas2D[_0xba71[202]][_0xba71[1294]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){if(0!=_0x6e36x2||_0x6e36x3||_0x6e36x4){var _0x6e36xa=this[_0xba71[724]];_0x6e36x5+=_0x6e36xa[_0xba71[1126]];_0x6e36x9+=_0x6e36xa[_0xba71[1125]];_0x6e36x5*=_0x6e36xa[_0xba71[255]];_0x6e36x9*=_0x6e36xa[_0xba71[255]];_0x6e36xa[_0xba71[535]]=_0x6e36xa[_0xba71[535]]||_0xba71[110];if(_0x6e36x3&&_0x6e36x4){_0x6e36x2+=180}else {if(_0x6e36x3^_0x6e36x4){var _0x6e36x12=_0x6e36x3?_0x6e36x5:0,_0x6e36x13=_0x6e36x3?-1:1,_0x6e36x14=_0x6e36x4?_0x6e36x9:0,_0x6e36x15=_0x6e36x4?-1:1;_0x6e36xa[_0xba71[535]]+=_0xba71[536]+this[_0xba71[1239]](_0x6e36x12)+_0xba71[537]+this[_0xba71[1239]](_0x6e36x14)+_0xba71[1392]+this[_0xba71[1239]](_0x6e36x13)+_0xba71[537]+this[_0xba71[1239]](_0x6e36x15)+_0xba71[1393]+this[_0xba71[1239]](-_0x6e36x12)+_0xba71[537]+this[_0xba71[1239]](-_0x6e36x14)+_0xba71[460]}};if(_0x6e36x3?!_0x6e36x4:_0x6e36x4){_0x6e36x2*= -1};0!=_0x6e36x2&&(_0x6e36xa[_0xba71[535]]+=_0xba71[1394]+this[_0xba71[1239]](_0x6e36x2)+_0xba71[537]+this[_0xba71[1239]](_0x6e36x5)+_0xba71[537]+this[_0xba71[1239]](_0x6e36x9)+_0xba71[460]);_0x6e36xa[_0xba71[603]]+=_0x6e36x2;_0x6e36xa[_0xba71[1395]]=_0x6e36x5;_0x6e36xa[_0xba71[1396]]=_0x6e36x9}};mxSvgCanvas2D[_0xba71[202]][_0xba71[1275]]=function(){mxAbstractCanvas2D[_0xba71[202]][_0xba71[1275]][_0xba71[183]](this,arguments);this[_0xba71[252]]=this[_0xba71[55]](_0xba71[1215])};mxSvgCanvas2D[_0xba71[202]][_0xba71[1319]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=this[_0xba71[724]],_0x6e36xa=this[_0xba71[55]](_0xba71[1319]);_0x6e36xa[_0xba71[57]](_0xba71[235],this[_0xba71[1239]]((_0x6e36x2+_0x6e36x9[_0xba71[1126]])*_0x6e36x9[_0xba71[255]]));_0x6e36xa[_0xba71[57]](_0xba71[236],this[_0xba71[1239]]((_0x6e36x3+_0x6e36x9[_0xba71[1125]])*_0x6e36x9[_0xba71[255]]));_0x6e36xa[_0xba71[57]](_0xba71[117],this[_0xba71[1239]](_0x6e36x4*_0x6e36x9[_0xba71[255]]));_0x6e36xa[_0xba71[57]](_0xba71[119],this[_0xba71[1239]](_0x6e36x5*_0x6e36x9[_0xba71[255]]));this[_0xba71[252]]=_0x6e36xa};mxSvgCanvas2D[_0xba71[202]][_0xba71[1320]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){this[_0xba71[1319]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5);0<_0x6e36x9&&this[_0xba71[252]][_0xba71[57]](_0xba71[1397],this[_0xba71[1239]](_0x6e36x9*this[_0xba71[724]][_0xba71[255]]));0<_0x6e36xa&&this[_0xba71[252]][_0xba71[57]](_0xba71[1398],this[_0xba71[1239]](_0x6e36xa*this[_0xba71[724]][_0xba71[255]]))};mxSvgCanvas2D[_0xba71[202]][_0xba71[680]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=this[_0xba71[724]],_0x6e36xa=this[_0xba71[55]](_0xba71[680]);_0x6e36xa[_0xba71[57]](_0xba71[1296],Math[_0xba71[488]]((_0x6e36x2+_0x6e36x4/2+_0x6e36x9[_0xba71[1126]])*_0x6e36x9[_0xba71[255]]));_0x6e36xa[_0xba71[57]](_0xba71[1297],Math[_0xba71[488]]((_0x6e36x3+_0x6e36x5/2+_0x6e36x9[_0xba71[1125]])*_0x6e36x9[_0xba71[255]]));_0x6e36xa[_0xba71[57]](_0xba71[1397],_0x6e36x4/2*_0x6e36x9[_0xba71[255]]);_0x6e36xa[_0xba71[57]](_0xba71[1398],_0x6e36x5/2*_0x6e36x9[_0xba71[255]]);this[_0xba71[252]]=_0x6e36xa};mxSvgCanvas2D[_0xba71[202]][_0xba71[618]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13){_0x6e36x9=this[_0xba71[1212]][_0xba71[1321]](_0x6e36x9);_0x6e36xa=null!=_0x6e36xa?_0x6e36xa:!0;_0x6e36x12=null!=_0x6e36x12?_0x6e36x12:!1;_0x6e36x13=null!=_0x6e36x13?_0x6e36x13:!1;var _0x6e36x14=this[_0xba71[724]];_0x6e36x2+=_0x6e36x14[_0xba71[1126]];_0x6e36x3+=_0x6e36x14[_0xba71[1125]];var _0x6e36x15=this[_0xba71[55]](_0xba71[618]);_0x6e36x15[_0xba71[57]](_0xba71[235],this[_0xba71[1239]](_0x6e36x2*_0x6e36x14[_0xba71[255]]));_0x6e36x15[_0xba71[57]](_0xba71[236],this[_0xba71[1239]](_0x6e36x3*_0x6e36x14[_0xba71[255]]));_0x6e36x15[_0xba71[57]](_0xba71[117],this[_0xba71[1239]](_0x6e36x4*_0x6e36x14[_0xba71[255]]));_0x6e36x15[_0xba71[57]](_0xba71[119],this[_0xba71[1239]](_0x6e36x5*_0x6e36x14[_0xba71[255]]));null==_0x6e36x15[_0xba71[1399]]?_0x6e36x15[_0xba71[57]](_0xba71[1400],_0x6e36x9):_0x6e36x15[_0xba71[1399]](mxConstants.NS_XLINK,_0xba71[44],_0x6e36x9);_0x6e36xa||_0x6e36x15[_0xba71[57]](_0xba71[1401],_0xba71[130]);1>_0x6e36x14[_0xba71[1244]]&&_0x6e36x15[_0xba71[57]](_0xba71[461],_0x6e36x14[_0xba71[1244]]);_0x6e36x9=this[_0xba71[724]][_0xba71[535]]||_0xba71[110];if(_0x6e36x12||_0x6e36x13){var _0x6e36x16=_0x6e36xa=1,_0x6e36x17=0,_0x6e36x18=0;_0x6e36x12&&(_0x6e36xa= -1,_0x6e36x17=-_0x6e36x4-2*_0x6e36x2);_0x6e36x13&&(_0x6e36x16= -1,_0x6e36x18=-_0x6e36x5-2*_0x6e36x3);_0x6e36x9+=_0xba71[1402]+_0x6e36xa+_0xba71[537]+_0x6e36x16+_0xba71[1393]+_0x6e36x17+_0xba71[537]+_0x6e36x18+_0xba71[460]};0<_0x6e36x9[_0xba71[67]]&&_0x6e36x15[_0xba71[57]](_0xba71[535],_0x6e36x9);this[_0xba71[813]][_0xba71[62]](_0x6e36x15);this[_0xba71[1347]]&&(_0x6e36x15[_0xba71[57]](_0xba71[124],_0xba71[1403]),_0x6e36x15=this[_0xba71[55]](_0xba71[1319]),_0x6e36x15[_0xba71[57]](_0xba71[187],_0xba71[188]),_0x6e36x15[_0xba71[57]](_0xba71[1377],_0xba71[1334]),_0x6e36x15[_0xba71[57]](_0xba71[235],this[_0xba71[1239]](_0x6e36x2*_0x6e36x14[_0xba71[255]])),_0x6e36x15[_0xba71[57]](_0xba71[236],this[_0xba71[1239]](_0x6e36x3*_0x6e36x14[_0xba71[255]])),_0x6e36x15[_0xba71[57]](_0xba71[117],this[_0xba71[1239]](_0x6e36x4*_0x6e36x14[_0xba71[255]])),_0x6e36x15[_0xba71[57]](_0xba71[119],this[_0xba71[1239]](_0x6e36x5*_0x6e36x14[_0xba71[255]])),this[_0xba71[813]][_0xba71[62]](_0x6e36x15))};mxSvgCanvas2D[_0xba71[202]][_0xba71[1404]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x4=this[_0xba71[724]];_0x6e36x5=_0xba71[1405]+Math[_0xba71[488]](_0x6e36x4[_0xba71[487]])+_0xba71[1406]+_0x6e36x4[_0xba71[486]]+_0xba71[1407]+_0x6e36x4[_0xba71[665]]+_0xba71[1408]+Math[_0xba71[488]](_0x6e36x4[_0xba71[487]]*mxConstants[_0xba71[490]])+_0xba71[1409]+_0x6e36x5;(_0x6e36x4[_0xba71[666]]&mxConstants[_0xba71[1410]])==mxConstants[_0xba71[1410]]&&(_0x6e36x5+=_0xba71[1411]);(_0x6e36x4[_0xba71[666]]&mxConstants[_0xba71[1412]])==mxConstants[_0xba71[1412]]&&(_0x6e36x5+=_0xba71[1413]);(_0x6e36x4[_0xba71[666]]&mxConstants[_0xba71[1414]])==mxConstants[_0xba71[1414]]&&(_0x6e36x5+=_0xba71[1415]);_0x6e36x3==mxConstants[_0xba71[479]]?_0x6e36x5+=_0xba71[1416]:_0x6e36x3==mxConstants[_0xba71[480]]&&(_0x6e36x5+=_0xba71[1417]);_0x6e36x3=_0xba71[110];null!=_0x6e36x4[_0xba71[1261]]&&(_0x6e36x3+=_0xba71[1418]+_0x6e36x4[_0xba71[1261]]+_0xba71[471]);null!=_0x6e36x4[_0xba71[1263]]&&(_0x6e36x3+=_0xba71[1419]+_0x6e36x4[_0xba71[1263]]+_0xba71[471]);mxUtils[_0xba71[1331]](_0x6e36x2)||(_0x6e36x4=document[_0xba71[55]](_0xba71[126]),_0x6e36x4[_0xba71[339]]=_0x6e36x2[_0xba71[230]](/</g,_0xba71[1421])[_0xba71[230]](/>/g,_0xba71[1420])[_0xba71[230]](/</g,_0xba71[334])[_0xba71[230]](/>/g,_0xba71[335]),_0x6e36x2=_0x6e36x4[_0xba71[131]],_0x6e36x9?_0x6e36x5+=_0x6e36x3:0<_0x6e36x3[_0xba71[67]]&&(_0x6e36x2=_0xba71[1422]+_0x6e36x3+_0xba71[1423]+_0x6e36x2+_0xba71[1424]));if(!mxClient[_0xba71[80]]&&document[_0xba71[509]]){return _0x6e36x9=document[_0xba71[509]](_0xba71[577],_0xba71[485]),_0x6e36x9[_0xba71[57]](_0xba71[124],_0x6e36x5),mxUtils[_0xba71[1331]](_0x6e36x2)?this[_0xba71[813]][_0xba71[295]]!=document?_0x6e36x9[_0xba71[62]](_0x6e36x2[_0xba71[511]](!0)):_0x6e36x9[_0xba71[62]](_0x6e36x2):_0x6e36x9[_0xba71[339]]=_0x6e36x2,_0x6e36x9};mxUtils[_0xba71[1331]](_0x6e36x2)&&this[_0xba71[813]][_0xba71[295]]!=document&&(_0x6e36x2=_0x6e36x2[_0xba71[342]]);_0x6e36x2=_0x6e36x2[_0xba71[230]](/<br>/g,_0xba71[1426])[_0xba71[230]](/<hr>/g,_0xba71[1425]);return mxUtils[_0xba71[877]](_0xba71[1427]+_0x6e36x5+_0xba71[1423]+_0x6e36x2+_0xba71[1424])[_0xba71[158]]};mxSvgCanvas2D[_0xba71[202]][_0xba71[963]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14,_0x6e36x15,_0x6e36x16,_0x6e36x17){if(this[_0xba71[1285]]&&null!=_0x6e36x9){_0x6e36x17=null!=_0x6e36x17?_0x6e36x17:0;var _0x6e36x18=this[_0xba71[724]];_0x6e36x2+=_0x6e36x18[_0xba71[1126]];_0x6e36x3+=_0x6e36x18[_0xba71[1125]];if(this[_0xba71[1344]]&&_0xba71[1428]==_0x6e36x14){var _0x6e36x19=_0xba71[1429];_0x6e36x16?(_0x6e36x19+=_0xba71[1430],0<_0x6e36x5&&(_0x6e36x19+=_0xba71[1431]+Math[_0xba71[488]](_0x6e36x5)+_0xba71[1409]),0<_0x6e36x4&&(_0x6e36x19+=_0xba71[1432]+Math[_0xba71[488]](_0x6e36x4)+_0xba71[1409])):_0x6e36x15&&(_0x6e36x19+=_0xba71[1432]+Math[_0xba71[488]](_0x6e36x4)+_0xba71[1409],0<_0x6e36x5&&(_0x6e36x19+=_0xba71[1431]+Math[_0xba71[488]](_0x6e36x5)+_0xba71[1409]));_0x6e36x13?(!_0x6e36x16&&0<_0x6e36x4&&(_0x6e36x19+=_0xba71[1432]+Math[_0xba71[488]](_0x6e36x4)+_0xba71[1409]),_0x6e36x19+=_0xba71[1433]):_0x6e36x19+=_0xba71[1434];_0x6e36x13=this[_0xba71[55]](_0xba71[449]);1>_0x6e36x18[_0xba71[1244]]&&_0x6e36x13[_0xba71[57]](_0xba71[461],_0x6e36x18[_0xba71[1244]]);_0x6e36x14=this[_0xba71[55]](_0xba71[1435]);_0x6e36x14[_0xba71[57]](_0xba71[1377],_0xba71[1378]);_0x6e36x19=this[_0xba71[1404]](_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x19,_0x6e36x15);if(null!=_0x6e36x19){_0x6e36x13[_0xba71[62]](_0x6e36x14);this[_0xba71[813]][_0xba71[62]](_0x6e36x13);var _0x6e36x1a=0;if(mxClient[_0xba71[80]]&&!mxClient[_0xba71[48]]){var _0x6e36x1b=document[_0xba71[55]](_0xba71[485]);_0x6e36x1b[_0xba71[124]][_0xba71[103]]=_0x6e36x19[_0xba71[284]](_0xba71[124]);_0x6e36x1b[_0xba71[124]][_0xba71[495]]=mxClient[_0xba71[496]]?_0xba71[497]:_0xba71[498];_0x6e36x1b[_0xba71[124]][_0xba71[187]]=_0xba71[188];_0x6e36x1b[_0xba71[339]]=mxUtils[_0xba71[1331]](_0x6e36x9)?_0x6e36x9[_0xba71[342]]:_0x6e36x9;document[_0xba71[112]][_0xba71[62]](_0x6e36x1b);_0x6e36x1a=_0x6e36x1b[_0xba71[359]];_0x6e36x5=mxClient[_0xba71[496]]&&0<_0x6e36x5&&_0x6e36x16?Math[_0xba71[243]](_0x6e36x5,_0x6e36x1b[_0xba71[167]]+2):_0x6e36x1b[_0xba71[167]];_0x6e36x1b[_0xba71[265]][_0xba71[266]](_0x6e36x1b);_0x6e36x14[_0xba71[62]](_0x6e36x19)}else {this[_0xba71[813]][_0xba71[295]]!=document?(_0x6e36x19[_0xba71[124]][_0xba71[187]]=_0xba71[188],document[_0xba71[112]][_0xba71[62]](_0x6e36x19),_0x6e36x1a=_0x6e36x19[_0xba71[359]],_0x6e36x5=_0x6e36x19[_0xba71[167]],_0x6e36x14[_0xba71[62]](_0x6e36x19),_0x6e36x19[_0xba71[124]][_0xba71[187]]=_0xba71[110]):(_0x6e36x14[_0xba71[62]](_0x6e36x19),_0x6e36x1a=_0x6e36x19[_0xba71[359]],_0x6e36x5=_0x6e36x19[_0xba71[167]])};_0x6e36x4=_0x6e36x15?Math[_0xba71[160]](_0x6e36x4,_0x6e36x1a):_0x6e36x1a;1>_0x6e36x18[_0xba71[1244]]&&_0x6e36x13[_0xba71[57]](_0xba71[461],_0x6e36x18[_0xba71[1244]]);_0x6e36x15=_0x6e36x9=0;_0x6e36xa==mxConstants[_0xba71[479]]?_0x6e36x9-=_0x6e36x4/2:_0x6e36xa==mxConstants[_0xba71[480]]&&(_0x6e36x9-=_0x6e36x4);_0x6e36x2+=_0x6e36x9;_0x6e36x12==mxConstants[_0xba71[481]]?_0x6e36x15-=_0x6e36x5/2:_0x6e36x12==mxConstants[_0xba71[482]]&&(_0x6e36x15-=_0x6e36x5);_0x6e36x3+=_0x6e36x15;_0x6e36xa=1!=_0x6e36x18[_0xba71[255]]?_0xba71[1402]+_0x6e36x18[_0xba71[255]]+_0xba71[460]:_0xba71[110];0!=_0x6e36x18[_0xba71[603]]&&this[_0xba71[1216]]?(_0x6e36xa+=_0xba71[1394]+_0x6e36x18[_0xba71[603]]+_0xba71[537]+_0x6e36x4/2+_0xba71[537]+_0x6e36x5/2+_0xba71[460],_0x6e36x3=this[_0xba71[1241]]((_0x6e36x2+_0x6e36x4/2)*_0x6e36x18[_0xba71[255]],(_0x6e36x3+_0x6e36x5/2)*_0x6e36x18[_0xba71[255]],_0x6e36x18[_0xba71[603]],_0x6e36x18[_0xba71[1395]],_0x6e36x18[_0xba71[1396]]),_0x6e36x2=_0x6e36x3[_0xba71[235]]-_0x6e36x4*_0x6e36x18[_0xba71[255]]/2,_0x6e36x3=_0x6e36x3[_0xba71[236]]-_0x6e36x5*_0x6e36x18[_0xba71[255]]/2):(_0x6e36x2*=_0x6e36x18[_0xba71[255]],_0x6e36x3*=_0x6e36x18[_0xba71[255]]);0!=_0x6e36x17&&(_0x6e36xa+=_0xba71[1394]+_0x6e36x17+_0xba71[537]+-_0x6e36x9+_0xba71[537]+-_0x6e36x15+_0xba71[460]);_0x6e36x13[_0xba71[57]](_0xba71[535],_0xba71[536]+Math[_0xba71[488]](_0x6e36x2)+_0xba71[537]+Math[_0xba71[488]](_0x6e36x3)+_0xba71[460]+_0x6e36xa);_0x6e36x14[_0xba71[57]](_0xba71[117],Math[_0xba71[488]](Math[_0xba71[160]](1,_0x6e36x4)));_0x6e36x14[_0xba71[57]](_0xba71[119],Math[_0xba71[488]](Math[_0xba71[160]](1,_0x6e36x5)))}}else {this[_0xba71[1436]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x15,_0x6e36x16,_0x6e36x17)}}};mxSvgCanvas2D[_0xba71[202]][_0xba71[1437]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x2=Math[_0xba71[488]](_0x6e36x2);_0x6e36x3=Math[_0xba71[488]](_0x6e36x3);_0x6e36x4=Math[_0xba71[488]](_0x6e36x4);_0x6e36x5=Math[_0xba71[488]](_0x6e36x5);for(var _0x6e36x9=_0xba71[1438]+_0x6e36x2+_0xba71[213]+_0x6e36x3+_0xba71[213]+_0x6e36x4+_0xba71[213]+_0x6e36x5,_0x6e36xa=0,_0x6e36x12=_0x6e36x9+_0xba71[213]+_0x6e36xa;null!=document[_0xba71[1362]](_0x6e36x12);){_0x6e36x12=_0x6e36x9+_0xba71[213]+ ++_0x6e36xa};clip=this[_0xba71[55]](_0xba71[1439]);clip[_0xba71[57]](_0xba71[1363],_0x6e36x12);_0x6e36x9=this[_0xba71[55]](_0xba71[1319]);_0x6e36x9[_0xba71[57]](_0xba71[235],_0x6e36x2);_0x6e36x9[_0xba71[57]](_0xba71[236],_0x6e36x3);_0x6e36x9[_0xba71[57]](_0xba71[117],_0x6e36x4);_0x6e36x9[_0xba71[57]](_0xba71[119],_0x6e36x5);clip[_0xba71[62]](_0x6e36x9);return clip};mxSvgCanvas2D[_0xba71[202]][_0xba71[1436]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14,_0x6e36x15,_0x6e36x16){_0x6e36x16=null!=_0x6e36x16?_0x6e36x16:0;_0x6e36x13=this[_0xba71[724]];var _0x6e36x17=Math[_0xba71[488]](_0x6e36x13[_0xba71[487]]),_0x6e36x18=this[_0xba71[55]](_0xba71[449]),_0x6e36x19=_0x6e36x13[_0xba71[535]]||_0xba71[110];0!=_0x6e36x16&&(_0x6e36x19+=_0xba71[1394]+_0x6e36x16+_0xba71[537]+this[_0xba71[1239]](_0x6e36x2*_0x6e36x13[_0xba71[255]])+_0xba71[537]+this[_0xba71[1239]](_0x6e36x3*_0x6e36x13[_0xba71[255]])+_0xba71[460]);if(_0x6e36x15&&0<_0x6e36x4&&0<_0x6e36x5){var _0x6e36x1a=_0x6e36x2;_0x6e36x16=_0x6e36x3;_0x6e36xa==mxConstants[_0xba71[479]]?_0x6e36x1a-=_0x6e36x4/2:_0x6e36xa==mxConstants[_0xba71[480]]&&(_0x6e36x1a-=_0x6e36x4);_0x6e36x12==mxConstants[_0xba71[481]]?_0x6e36x16-=_0x6e36x5/2:_0x6e36x12==mxConstants[_0xba71[482]]&&(_0x6e36x16-=_0x6e36x5);_0x6e36x16=this[_0xba71[1437]](_0x6e36x1a*_0x6e36x13[_0xba71[255]]-2,_0x6e36x16*_0x6e36x13[_0xba71[255]]-2,_0x6e36x4*_0x6e36x13[_0xba71[255]]+4,_0x6e36x5*_0x6e36x13[_0xba71[255]]+4);null!=this[_0xba71[1340]]?this[_0xba71[1340]][_0xba71[62]](_0x6e36x16):this[_0xba71[813]][_0xba71[62]](_0x6e36x16);_0x6e36x18[_0xba71[57]](_0xba71[1440],_0xba71[1380]+_0x6e36x16[_0xba71[284]](_0xba71[1363])+_0xba71[460])};this[_0xba71[1441]](_0x6e36x18,_0x6e36xa);_0x6e36x16=_0x6e36xa==mxConstants[_0xba71[480]]?_0xba71[1282]:_0x6e36xa==mxConstants[_0xba71[479]]?_0xba71[554]:_0xba71[861];_0xba71[861]!=_0x6e36x16&&_0x6e36x18[_0xba71[57]](_0xba71[1442],_0x6e36x16);(!this[_0xba71[1341]]||_0x6e36x17!=mxConstants[_0xba71[483]])&&_0x6e36x18[_0xba71[57]](_0xba71[1443],Math[_0xba71[488]](_0x6e36x17*_0x6e36x13[_0xba71[255]])+_0xba71[168]);0<_0x6e36x19[_0xba71[67]]&&_0x6e36x18[_0xba71[57]](_0xba71[535],_0x6e36x19);1>_0x6e36x13[_0xba71[1244]]&&_0x6e36x18[_0xba71[57]](_0xba71[461],_0x6e36x13[_0xba71[1244]]);var _0x6e36x19=_0x6e36x9[_0xba71[224]](_0xba71[192]),_0x6e36x1a=Math[_0xba71[488]](_0x6e36x17*mxConstants[_0xba71[490]]),_0x6e36x1b=_0x6e36x17+(_0x6e36x19[_0xba71[67]]-1)*_0x6e36x1a;_0x6e36x16=_0x6e36x3+_0x6e36x17-1;_0x6e36x12==mxConstants[_0xba71[481]]?(_0x6e36x5=(this[_0xba71[1343]]&&_0x6e36x15&&0<_0x6e36x5?Math[_0xba71[243]](_0x6e36x1b,_0x6e36x5):_0x6e36x1b)/2,_0x6e36x16-=_0x6e36x5+1):_0x6e36x12==mxConstants[_0xba71[482]]&&(_0x6e36x5=this[_0xba71[1343]]&&_0x6e36x15&&0<_0x6e36x5?Math[_0xba71[243]](_0x6e36x1b,_0x6e36x5):_0x6e36x1b,_0x6e36x16-=_0x6e36x5+2);for(_0x6e36x5=0;_0x6e36x5<_0x6e36x19[_0xba71[67]];_0x6e36x5++){0<_0x6e36x19[_0x6e36x5][_0xba71[67]]&&0<mxUtils[_0xba71[330]](_0x6e36x19[_0x6e36x5])[_0xba71[67]]&&(_0x6e36x15=this[_0xba71[55]](_0xba71[963]),_0x6e36x15[_0xba71[57]](_0xba71[235],this[_0xba71[1239]](_0x6e36x2*_0x6e36x13[_0xba71[255]])),_0x6e36x15[_0xba71[57]](_0xba71[236],this[_0xba71[1239]](_0x6e36x16*_0x6e36x13[_0xba71[255]])),mxUtils[_0xba71[53]](_0x6e36x15,_0x6e36x19[_0x6e36x5]),_0x6e36x18[_0xba71[62]](_0x6e36x15)),_0x6e36x16+=_0x6e36x1a};this[_0xba71[813]][_0xba71[62]](_0x6e36x18);this[_0xba71[1444]](_0x6e36x18,_0x6e36x9,_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x1b,_0x6e36xa,_0x6e36x12,_0x6e36x14)};mxSvgCanvas2D[_0xba71[202]][_0xba71[1441]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[724]];_0x6e36x2[_0xba71[57]](_0xba71[1334],_0x6e36x3[_0xba71[665]]);(!this[_0xba71[1341]]||_0x6e36x3[_0xba71[486]]!=mxConstants[_0xba71[484]])&&_0x6e36x2[_0xba71[57]](_0xba71[1445],_0x6e36x3[_0xba71[486]]);(_0x6e36x3[_0xba71[666]]&mxConstants[_0xba71[1410]])==mxConstants[_0xba71[1410]]&&_0x6e36x2[_0xba71[57]](_0xba71[1446],_0xba71[1447]);(_0x6e36x3[_0xba71[666]]&mxConstants[_0xba71[1412]])==mxConstants[_0xba71[1412]]&&_0x6e36x2[_0xba71[57]](_0xba71[1448],_0xba71[1449]);(_0x6e36x3[_0xba71[666]]&mxConstants[_0xba71[1414]])==mxConstants[_0xba71[1414]]&&_0x6e36x2[_0xba71[57]](_0xba71[1450],_0xba71[355])};mxSvgCanvas2D[_0xba71[202]][_0xba71[1444]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14){var _0x6e36x15=this[_0xba71[724]];if(null!=_0x6e36x15[_0xba71[1261]]||null!=_0x6e36x15[_0xba71[1263]]){var _0x6e36x16=null;_0x6e36x14?(_0x6e36x12==mxConstants[_0xba71[479]]?_0x6e36x4-=_0x6e36x9/2:_0x6e36x12==mxConstants[_0xba71[480]]&&(_0x6e36x4-=_0x6e36x9),_0x6e36x13==mxConstants[_0xba71[481]]?_0x6e36x5-=_0x6e36xa/2:_0x6e36x13==mxConstants[_0xba71[482]]&&(_0x6e36x5-=_0x6e36xa),_0x6e36x16= new mxRectangle((_0x6e36x4+1)*_0x6e36x15[_0xba71[255]],_0x6e36x5*_0x6e36x15[_0xba71[255]],(_0x6e36x9-2)*_0x6e36x15[_0xba71[255]],(_0x6e36xa+2)*_0x6e36x15[_0xba71[255]])):null!=_0x6e36x2[_0xba71[1451]]&&this[_0xba71[813]][_0xba71[295]]==document?(_0x6e36x16=_0x6e36x2[_0xba71[1451]](),_0x6e36x3=mxClient[_0xba71[80]]&&mxClient[_0xba71[48]],_0x6e36x16= new mxRectangle(_0x6e36x16[_0xba71[235]],_0x6e36x16[_0xba71[236]]+(_0x6e36x3?0:1),_0x6e36x16[_0xba71[117]],_0x6e36x16[_0xba71[119]]+(_0x6e36x3?1:0))):(_0x6e36x16=document[_0xba71[55]](_0xba71[485]),_0x6e36x16[_0xba71[124]][_0xba71[489]]=Math[_0xba71[488]](_0x6e36x15[_0xba71[487]]*mxConstants[_0xba71[490]])+_0xba71[168],_0x6e36x16[_0xba71[124]][_0xba71[487]]=Math[_0xba71[488]](_0x6e36x15[_0xba71[487]])+_0xba71[168],_0x6e36x16[_0xba71[124]][_0xba71[486]]=_0x6e36x15[_0xba71[486]],_0x6e36x16[_0xba71[124]][_0xba71[493]]=_0xba71[494],_0x6e36x16[_0xba71[124]][_0xba71[491]]=_0xba71[492],_0x6e36x16[_0xba71[124]][_0xba71[187]]=_0xba71[188],_0x6e36x16[_0xba71[124]][_0xba71[495]]=mxClient[_0xba71[496]]?_0xba71[497]:_0xba71[498],_0x6e36x16[_0xba71[124]][_0xba71[499]]=_0xba71[500],(_0x6e36x15[_0xba71[666]]&mxConstants[_0xba71[1410]])==mxConstants[_0xba71[1410]]&&(_0x6e36x16[_0xba71[124]][_0xba71[1452]]=_0xba71[1447]),(_0x6e36x15[_0xba71[666]]&mxConstants[_0xba71[1412]])==mxConstants[_0xba71[1412]]&&(_0x6e36x16[_0xba71[124]][_0xba71[666]]=_0xba71[1449]),_0x6e36x3=mxUtils[_0xba71[321]](_0x6e36x3,!1),_0x6e36x16[_0xba71[339]]=_0x6e36x3[_0xba71[230]](/\n/g,_0xba71[1453]),document[_0xba71[112]][_0xba71[62]](_0x6e36x16),_0x6e36x9=_0x6e36x16[_0xba71[359]],_0x6e36xa=_0x6e36x16[_0xba71[167]],_0x6e36x16[_0xba71[265]][_0xba71[266]](_0x6e36x16),_0x6e36x12==mxConstants[_0xba71[479]]?_0x6e36x4-=_0x6e36x9/2:_0x6e36x12==mxConstants[_0xba71[480]]&&(_0x6e36x4-=_0x6e36x9),_0x6e36x13==mxConstants[_0xba71[481]]?_0x6e36x5-=_0x6e36xa/2:_0x6e36x13==mxConstants[_0xba71[482]]&&(_0x6e36x5-=_0x6e36xa),_0x6e36x16= new mxRectangle((_0x6e36x4+1)*_0x6e36x15[_0xba71[255]],(_0x6e36x5+2)*_0x6e36x15[_0xba71[255]],_0x6e36x9*_0x6e36x15[_0xba71[255]],(_0x6e36xa+1)*_0x6e36x15[_0xba71[255]]));null!=_0x6e36x16&&(_0x6e36x3=this[_0xba71[55]](_0xba71[1319]),_0x6e36x3[_0xba71[57]](_0xba71[1334],_0x6e36x15[_0xba71[1261]]||_0xba71[130]),_0x6e36x3[_0xba71[57]](_0xba71[1336],_0x6e36x15[_0xba71[1263]]||_0xba71[130]),_0x6e36x3[_0xba71[57]](_0xba71[235],Math[_0xba71[519]](_0x6e36x16[_0xba71[235]]-1)),_0x6e36x3[_0xba71[57]](_0xba71[236],Math[_0xba71[519]](_0x6e36x16[_0xba71[236]]-1)),_0x6e36x3[_0xba71[57]](_0xba71[117],Math[_0xba71[430]](_0x6e36x16[_0xba71[117]]+2)),_0x6e36x3[_0xba71[57]](_0xba71[119],Math[_0xba71[430]](_0x6e36x16[_0xba71[119]])),_0x6e36x15=null!=_0x6e36x15[_0xba71[1263]]?Math[_0xba71[160]](1,this[_0xba71[1239]](_0x6e36x15[_0xba71[255]])):0,_0x6e36x3[_0xba71[57]](_0xba71[1382],_0x6e36x15),this[_0xba71[813]][_0xba71[295]]==document&&1==mxUtils[_0xba71[1454]](_0x6e36x15,2)&&_0x6e36x3[_0xba71[57]](_0xba71[535],_0xba71[1455]),_0x6e36x2[_0xba71[950]](_0x6e36x3,_0x6e36x2[_0xba71[285]]))}};mxSvgCanvas2D[_0xba71[202]][_0xba71[1336]]=function(){this[_0xba71[1370]](!1,!0)};mxSvgCanvas2D[_0xba71[202]][_0xba71[1334]]=function(){this[_0xba71[1370]](!0,!1)};mxSvgCanvas2D[_0xba71[202]][_0xba71[1337]]=function(){this[_0xba71[1370]](!0,!0)};var mxVmlCanvas2D=function(_0x6e36x2){mxAbstractCanvas2D[_0xba71[239]](this);this[_0xba71[813]]=_0x6e36x2};mxUtils[_0xba71[1284]](mxVmlCanvas2D,mxAbstractCanvas2D);mxVmlCanvas2D[_0xba71[202]][_0xba71[252]]=null;mxVmlCanvas2D[_0xba71[202]][_0xba71[1285]]= !0;mxVmlCanvas2D[_0xba71[202]][_0xba71[1219]]=_0xba71[1456];mxVmlCanvas2D[_0xba71[202]][_0xba71[1221]]=_0xba71[1457];mxVmlCanvas2D[_0xba71[202]][_0xba71[1225]]=_0xba71[1458];mxVmlCanvas2D[_0xba71[202]][_0xba71[1227]]=_0xba71[235];mxVmlCanvas2D[_0xba71[202]][_0xba71[1459]]=_0xba71[110];mxVmlCanvas2D[_0xba71[202]][_0xba71[1460]]=1;mxVmlCanvas2D[_0xba71[202]][_0xba71[1370]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[252]],_0x6e36x5=this[_0xba71[724]];if(null!=_0x6e36x4){if(_0xba71[253]==_0x6e36x4[_0xba71[301]]){if(null!=this[_0xba71[1215]]&&0<this[_0xba71[1215]][_0xba71[67]]){_0x6e36x4[_0xba71[1215]]=this[_0xba71[1215]][_0xba71[234]](_0xba71[185])+_0xba71[1461],_0x6e36x4[_0xba71[124]][_0xba71[117]]=this[_0xba71[813]][_0xba71[124]][_0xba71[117]],_0x6e36x4[_0xba71[124]][_0xba71[119]]=this[_0xba71[813]][_0xba71[124]][_0xba71[119]],_0x6e36x4[_0xba71[1462]]=parseInt(_0x6e36x4[_0xba71[124]][_0xba71[117]])+_0xba71[185]+parseInt(_0x6e36x4[_0xba71[124]][_0xba71[119]])}else {return}};_0x6e36x4[_0xba71[1463]]=this[_0xba71[1239]](Math[_0xba71[160]](1,_0x6e36x5[_0xba71[610]]*_0x6e36x5[_0xba71[255]]/this[_0xba71[1460]]))+_0xba71[168];_0x6e36x5[_0xba71[639]]&&this[_0xba71[813]][_0xba71[62]](this[_0xba71[1375]](_0x6e36x4,_0x6e36x2&&null!=_0x6e36x5[_0xba71[604]],_0x6e36x3&&null!=_0x6e36x5[_0xba71[608]]));_0x6e36x3&&null!=_0x6e36x5[_0xba71[608]]?(_0x6e36x4[_0xba71[1464]]=_0xba71[128],_0x6e36x4[_0xba71[1306]]=_0x6e36x5[_0xba71[608]]):_0x6e36x4[_0xba71[1464]]=_0xba71[308];_0x6e36x4[_0xba71[62]](this[_0xba71[1465]]());_0x6e36x2&&null!=_0x6e36x5[_0xba71[604]]?_0x6e36x4[_0xba71[62]](this[_0xba71[1466]]()):this[_0xba71[1229]]&&(_0xba71[253]!=_0x6e36x4[_0xba71[301]]||this[_0xba71[1215]][this[_0xba71[1215]][_0xba71[67]]-1]==this[_0xba71[1227]])?_0x6e36x4[_0xba71[62]](this[_0xba71[1467]]()):_0x6e36x4[_0xba71[1468]]=_0xba71[308];this[_0xba71[813]][_0xba71[62]](_0x6e36x4)}};mxVmlCanvas2D[_0xba71[202]][_0xba71[1467]]=function(){var _0x6e36x2=document[_0xba71[55]](mxClient[_0xba71[463]]+_0xba71[1469]);_0x6e36x2[_0xba71[390]]=mxClient[_0xba71[88]]+_0xba71[1470];_0x6e36x2[_0xba71[60]]=_0xba71[1471];return _0x6e36x2};mxVmlCanvas2D[_0xba71[202]][_0xba71[1466]]=function(){var _0x6e36x2=this[_0xba71[724]],_0x6e36x3=document[_0xba71[55]](mxClient[_0xba71[463]]+_0xba71[1469]);_0x6e36x3[_0xba71[352]]=_0x6e36x2[_0xba71[604]];if(null!=_0x6e36x2[_0xba71[606]]){_0x6e36x3[_0xba71[60]]=_0xba71[1299];_0x6e36x3[_0xba71[865]]=_0xba71[130];_0x6e36x3[_0xba71[1472]]=_0x6e36x2[_0xba71[606]];var _0x6e36x4=180-_0x6e36x2[_0xba71[603]],_0x6e36x4=_0x6e36x2[_0xba71[607]]==mxConstants[_0xba71[1359]]?_0x6e36x4-(90+(_0xba71[235]==this[_0xba71[813]][_0xba71[124]][_0xba71[1473]]?180:0)):_0x6e36x2[_0xba71[607]]==mxConstants[_0xba71[1356]]?_0x6e36x4+(90+(_0xba71[235]==this[_0xba71[813]][_0xba71[124]][_0xba71[1473]]?180:0)):_0x6e36x2[_0xba71[607]]==mxConstants[_0xba71[1358]]?_0x6e36x4-(180+(_0xba71[236]==this[_0xba71[813]][_0xba71[124]][_0xba71[1473]]?-180:0)):_0x6e36x4+(_0xba71[236]==this[_0xba71[813]][_0xba71[124]][_0xba71[1473]]?-180:0);if(_0xba71[235]==this[_0xba71[813]][_0xba71[124]][_0xba71[1473]]||_0xba71[236]==this[_0xba71[813]][_0xba71[124]][_0xba71[1473]]){_0x6e36x4*= -1};_0x6e36x3[_0xba71[1474]]=mxUtils[_0xba71[1454]](_0x6e36x4,360);_0x6e36x3[_0xba71[461]]=100*_0x6e36x2[_0xba71[1244]]*_0x6e36x2[_0xba71[1247]]+_0xba71[229];_0x6e36x3[_0xba71[57]](mxClient[_0xba71[1475]]+_0xba71[1476],100*_0x6e36x2[_0xba71[1244]]*_0x6e36x2[_0xba71[1248]]+_0xba71[229])}else {1>_0x6e36x2[_0xba71[1244]]&&(_0x6e36x3[_0xba71[461]]=100*_0x6e36x2[_0xba71[1244]]+_0xba71[229])};return _0x6e36x3};mxVmlCanvas2D[_0xba71[202]][_0xba71[1465]]=function(){var _0x6e36x2=this[_0xba71[724]],_0x6e36x3=document[_0xba71[55]](mxClient[_0xba71[463]]+_0xba71[1477]);_0x6e36x3[_0xba71[1478]]=_0x6e36x2[_0xba71[1254]]||_0xba71[1232];_0x6e36x3[_0xba71[1479]]=_0x6e36x2[_0xba71[1256]]||_0xba71[1233];_0x6e36x3[_0xba71[1313]]=_0x6e36x2[_0xba71[1258]]||_0xba71[1480];1>_0x6e36x2[_0xba71[1244]]&&(_0x6e36x3[_0xba71[461]]=100*_0x6e36x2[_0xba71[1244]]+_0xba71[229]);_0x6e36x2[_0xba71[648]]&&(_0x6e36x3[_0xba71[1481]]=this[_0xba71[1482]]());return _0x6e36x3};mxVmlCanvas2D[_0xba71[202]][_0xba71[1482]]=function(){var _0x6e36x2=_0xba71[1483];if(null!=this[_0xba71[724]][_0xba71[649]]){var _0x6e36x3=this[_0xba71[724]][_0xba71[649]][_0xba71[224]](_0xba71[185]);0<_0x6e36x3[_0xba71[67]]&&1==_0x6e36x3[0]&&(_0x6e36x2=_0xba71[1484])};return _0x6e36x2};mxVmlCanvas2D[_0xba71[202]][_0xba71[1375]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[724]],_0x6e36x9=-_0x6e36x5[_0xba71[603]]*(Math[_0xba71[424]]/180),_0x6e36xa=Math[_0xba71[426]](_0x6e36x9),_0x6e36x9=Math[_0xba71[427]](_0x6e36x9),_0x6e36x12=_0x6e36x5[_0xba71[1273]]*_0x6e36x5[_0xba71[255]],_0x6e36x13=_0x6e36x5[_0xba71[1274]]*_0x6e36x5[_0xba71[255]];_0xba71[235]==this[_0xba71[813]][_0xba71[124]][_0xba71[1473]]?_0x6e36x12*= -1:_0xba71[236]==this[_0xba71[813]][_0xba71[124]][_0xba71[1473]]&&(_0x6e36x13*= -1);var _0x6e36x14=_0x6e36x2[_0xba71[511]](!0);_0x6e36x14[_0xba71[124]][_0xba71[945]]=Math[_0xba71[488]](_0x6e36x12*_0x6e36xa-_0x6e36x13*_0x6e36x9)+_0xba71[168];_0x6e36x14[_0xba71[124]][_0xba71[953]]=Math[_0xba71[488]](_0x6e36x12*_0x6e36x9+_0x6e36x13*_0x6e36xa)+_0xba71[168];8==document[_0xba71[5]]&&(_0x6e36x14[_0xba71[1463]]=_0x6e36x2[_0xba71[1463]],_0xba71[253]==_0x6e36x2[_0xba71[301]]&&(_0x6e36x14[_0xba71[1215]]=this[_0xba71[1215]][_0xba71[234]](_0xba71[185])+_0xba71[1461],_0x6e36x14[_0xba71[124]][_0xba71[117]]=this[_0xba71[813]][_0xba71[124]][_0xba71[117]],_0x6e36x14[_0xba71[124]][_0xba71[119]]=this[_0xba71[813]][_0xba71[124]][_0xba71[119]],_0x6e36x14[_0xba71[1462]]=parseInt(_0x6e36x2[_0xba71[124]][_0xba71[117]])+_0xba71[185]+parseInt(_0x6e36x2[_0xba71[124]][_0xba71[119]])));_0x6e36x4?(_0x6e36x14[_0xba71[1306]]=_0x6e36x5[_0xba71[1269]],_0x6e36x14[_0xba71[62]](this[_0xba71[1485]]())):_0x6e36x14[_0xba71[1464]]=_0xba71[308];_0x6e36x3?_0x6e36x14[_0xba71[62]](this[_0xba71[1486]]()):_0x6e36x14[_0xba71[1468]]=_0xba71[308];return _0x6e36x14};mxVmlCanvas2D[_0xba71[202]][_0xba71[1486]]=function(){var _0x6e36x2=document[_0xba71[55]](mxClient[_0xba71[463]]+_0xba71[1469]);_0x6e36x2[_0xba71[352]]=this[_0xba71[724]][_0xba71[1269]];_0x6e36x2[_0xba71[461]]=100*this[_0xba71[724]][_0xba71[1244]]*this[_0xba71[724]][_0xba71[1271]]+_0xba71[229];return _0x6e36x2};mxVmlCanvas2D[_0xba71[202]][_0xba71[1485]]=function(){var _0x6e36x2=this[_0xba71[1465]]();_0x6e36x2[_0xba71[461]]=100*this[_0xba71[724]][_0xba71[1244]]*this[_0xba71[724]][_0xba71[1271]]+_0xba71[229];return _0x6e36x2};mxVmlCanvas2D[_0xba71[202]][_0xba71[1294]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x3&&_0x6e36x4?_0x6e36x2+=180:_0x6e36x3?this[_0xba71[813]][_0xba71[124]][_0xba71[1473]]=_0xba71[235]:_0x6e36x4&&(this[_0xba71[813]][_0xba71[124]][_0xba71[1473]]=_0xba71[236]);if(_0x6e36x3?!_0x6e36x4:_0x6e36x4){_0x6e36x2*= -1};this[_0xba71[813]][_0xba71[124]][_0xba71[603]]=_0x6e36x2;this[_0xba71[724]][_0xba71[603]]+=_0x6e36x2;this[_0xba71[724]][_0xba71[1395]]=_0x6e36x5;this[_0xba71[724]][_0xba71[1396]]=_0x6e36x9};mxVmlCanvas2D[_0xba71[202]][_0xba71[1275]]=function(){mxAbstractCanvas2D[_0xba71[202]][_0xba71[1275]][_0xba71[183]](this,arguments);this[_0xba71[252]]=document[_0xba71[55]](mxClient[_0xba71[463]]+_0xba71[1487]);this[_0xba71[252]][_0xba71[124]][_0xba71[491]]=_0xba71[492]};mxVmlCanvas2D[_0xba71[202]][_0xba71[1278]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=this[_0xba71[724]],_0x6e36xa=(this[_0xba71[1217]]+_0x6e36x9[_0xba71[1126]])*_0x6e36x9[_0xba71[255]],_0x6e36x12=(this[_0xba71[1218]]+_0x6e36x9[_0xba71[1125]])*_0x6e36x9[_0xba71[255]];_0x6e36x2=(_0x6e36x2+_0x6e36x9[_0xba71[1126]])*_0x6e36x9[_0xba71[255]];_0x6e36x3=(_0x6e36x3+_0x6e36x9[_0xba71[1125]])*_0x6e36x9[_0xba71[255]];_0x6e36x4=(_0x6e36x4+_0x6e36x9[_0xba71[1126]])*_0x6e36x9[_0xba71[255]];_0x6e36x5=(_0x6e36x5+_0x6e36x9[_0xba71[1125]])*_0x6e36x9[_0xba71[255]];var _0x6e36x12=_0x6e36x12+2/3*(_0x6e36x3-_0x6e36x12),_0x6e36x13=_0x6e36x4+2/3*(_0x6e36x2-_0x6e36x4);_0x6e36x3=_0x6e36x5+2/3*(_0x6e36x3-_0x6e36x5);this[_0xba71[1215]][_0xba71[207]](_0xba71[1488]+this[_0xba71[1239]](_0x6e36xa+2/3*(_0x6e36x2-_0x6e36xa))+_0xba71[185]+this[_0xba71[1239]](_0x6e36x12)+_0xba71[185]+this[_0xba71[1239]](_0x6e36x13)+_0xba71[185]+this[_0xba71[1239]](_0x6e36x3)+_0xba71[185]+this[_0xba71[1239]](_0x6e36x4)+_0xba71[185]+this[_0xba71[1239]](_0x6e36x5));this[_0xba71[1217]]=_0x6e36x4/_0x6e36x9[_0xba71[255]]-_0x6e36x9[_0xba71[1126]];this[_0xba71[1218]]=_0x6e36x5/_0x6e36x9[_0xba71[255]]-_0x6e36x9[_0xba71[1125]]};mxVmlCanvas2D[_0xba71[202]][_0xba71[1489]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){var _0x6e36xa=this[_0xba71[724]];_0x6e36x2=document[_0xba71[55]](_0x6e36x2);_0x6e36x2[_0xba71[124]][_0xba71[491]]=_0xba71[492];_0x6e36x2[_0xba71[124]][_0xba71[361]]=this[_0xba71[1239]]((_0x6e36x3+_0x6e36xa[_0xba71[1126]])*_0x6e36xa[_0xba71[255]])+_0xba71[168];_0x6e36x2[_0xba71[124]][_0xba71[125]]=this[_0xba71[1239]]((_0x6e36x4+_0x6e36xa[_0xba71[1125]])*_0x6e36xa[_0xba71[255]])+_0xba71[168];_0x6e36x2[_0xba71[124]][_0xba71[117]]=this[_0xba71[1239]](_0x6e36x5*_0x6e36xa[_0xba71[255]])+_0xba71[168];_0x6e36x2[_0xba71[124]][_0xba71[119]]=this[_0xba71[1239]](_0x6e36x9*_0x6e36xa[_0xba71[255]])+_0xba71[168];return _0x6e36x2};mxVmlCanvas2D[_0xba71[202]][_0xba71[1319]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){this[_0xba71[252]]=this[_0xba71[1489]](mxClient[_0xba71[463]]+_0xba71[1490],_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5)};mxVmlCanvas2D[_0xba71[202]][_0xba71[1320]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){this[_0xba71[252]]=this[_0xba71[1489]](mxClient[_0xba71[463]]+_0xba71[1491],_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5);this[_0xba71[252]][_0xba71[57]](_0xba71[1492],Math[_0xba71[160]](100*_0x6e36x9/_0x6e36x4,100*_0x6e36xa/_0x6e36x5)+_0xba71[229])};mxVmlCanvas2D[_0xba71[202]][_0xba71[680]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){this[_0xba71[252]]=this[_0xba71[1489]](mxClient[_0xba71[463]]+_0xba71[1493],_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5)};mxVmlCanvas2D[_0xba71[202]][_0xba71[618]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13){var _0x6e36x14=null;_0x6e36xa?(_0x6e36x14=this[_0xba71[1489]](mxClient[_0xba71[463]]+_0xba71[1490],_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5),_0x6e36x14[_0xba71[1464]]=_0xba71[308],_0x6e36x2=document[_0xba71[55]](mxClient[_0xba71[463]]+_0xba71[1469]),_0x6e36x2[_0xba71[1322]]=_0x6e36xa?_0xba71[1494]:_0xba71[1495],_0x6e36x2[_0xba71[1294]]=_0xba71[128],_0x6e36x2[_0xba71[60]]=_0xba71[1496],_0x6e36x2[_0xba71[390]]=_0x6e36x9,_0x6e36x14[_0xba71[62]](_0x6e36x2)):(_0x6e36x14=this[_0xba71[1489]](mxClient[_0xba71[463]]+_0xba71[464],_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5),_0x6e36x14[_0xba71[390]]=_0x6e36x9);_0x6e36x12&&_0x6e36x13?_0x6e36x14[_0xba71[124]][_0xba71[603]]=_0xba71[1497]:_0x6e36x12?_0x6e36x14[_0xba71[124]][_0xba71[1473]]=_0xba71[235]:_0x6e36x13&&(_0x6e36x14[_0xba71[124]][_0xba71[1473]]=_0xba71[236]);1>this[_0xba71[724]][_0xba71[1244]]&&(_0x6e36x14[_0xba71[124]][_0xba71[347]]+=_0xba71[459]+100*this[_0xba71[724]][_0xba71[1244]]+_0xba71[460]);this[_0xba71[813]][_0xba71[62]](_0x6e36x14)};mxVmlCanvas2D[_0xba71[202]][_0xba71[1404]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x4=document[_0xba71[55]](_0xba71[485]);var _0x6e36x9=this[_0xba71[724]],_0x6e36xa=_0xba71[110];null!=_0x6e36x9[_0xba71[1261]]&&(_0x6e36xa+=_0xba71[1418]+_0x6e36x9[_0xba71[1261]]+_0xba71[471]);null!=_0x6e36x9[_0xba71[1263]]&&(_0x6e36xa+=_0xba71[1419]+_0x6e36x9[_0xba71[1263]]+_0xba71[471]);mxUtils[_0xba71[1331]](_0x6e36x2)?_0x6e36x4[_0xba71[62]](_0x6e36x2):0<_0x6e36xa[_0xba71[67]]&&!_0x6e36x5?(_0x6e36x5=document[_0xba71[55]](_0xba71[485]),_0x6e36x5[_0xba71[124]][_0xba71[103]]=_0x6e36xa,_0x6e36x5[_0xba71[124]][_0xba71[495]]=mxClient[_0xba71[496]]?_0xba71[497]:_0xba71[498],_0x6e36x5[_0xba71[124]][_0xba71[499]]=_0xba71[500],_0x6e36x5[_0xba71[339]]=_0x6e36x2,_0x6e36x4[_0xba71[62]](_0x6e36x5)):(_0x6e36x4[_0xba71[124]][_0xba71[103]]=_0x6e36xa,_0x6e36x4[_0xba71[339]]=_0x6e36x2);_0x6e36x2=_0x6e36x4[_0xba71[124]];_0x6e36x2[_0xba71[487]]=Math[_0xba71[488]](_0x6e36x9[_0xba71[487]]/this[_0xba71[1460]])+_0xba71[168];_0x6e36x2[_0xba71[486]]=_0x6e36x9[_0xba71[486]];_0x6e36x2[_0xba71[352]]=_0x6e36x9[_0xba71[665]];_0x6e36x2[_0xba71[123]]=_0xba71[125];_0x6e36x2[_0xba71[1165]]=_0x6e36x3||_0xba71[361];_0x6e36x2[_0xba71[489]]=Math[_0xba71[488]](_0x6e36x9[_0xba71[487]]*mxConstants[_0xba71[490]]/this[_0xba71[1460]])+_0xba71[168];(_0x6e36x9[_0xba71[666]]&mxConstants[_0xba71[1410]])==mxConstants[_0xba71[1410]]&&(_0x6e36x2[_0xba71[1452]]=_0xba71[1447]);(_0x6e36x9[_0xba71[666]]&mxConstants[_0xba71[1412]])==mxConstants[_0xba71[1412]]&&(_0x6e36x2[_0xba71[666]]=_0xba71[1449]);(_0x6e36x9[_0xba71[666]]&mxConstants[_0xba71[1414]])==mxConstants[_0xba71[1414]]&&(_0x6e36x2[_0xba71[1498]]=_0xba71[355]);return _0x6e36x4};mxVmlCanvas2D[_0xba71[202]][_0xba71[963]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14,_0x6e36x15,_0x6e36x16,_0x6e36x17){if(this[_0xba71[1285]]&&null!=_0x6e36x9){var _0x6e36x18=this[_0xba71[724]];if(_0xba71[1428]==_0x6e36x14){null!=_0x6e36x18[_0xba71[603]]&&(_0x6e36x3=this[_0xba71[1241]](_0x6e36x2,_0x6e36x3,_0x6e36x18[_0xba71[603]],_0x6e36x18[_0xba71[1395]],_0x6e36x18[_0xba71[1396]]),_0x6e36x2=_0x6e36x3[_0xba71[235]],_0x6e36x3=_0x6e36x3[_0xba71[236]]);8==document[_0xba71[5]]?(_0x6e36x2+=_0x6e36x18[_0xba71[1126]],_0x6e36x3+=_0x6e36x18[_0xba71[1125]]):(_0x6e36x2*=_0x6e36x18[_0xba71[255]],_0x6e36x3*=_0x6e36x18[_0xba71[255]]);_0x6e36x14=8==document[_0xba71[5]]?document[_0xba71[55]](mxClient[_0xba71[463]]+_0xba71[1499]):document[_0xba71[55]](_0xba71[485]);_0x6e36x14[_0xba71[124]][_0xba71[491]]=_0xba71[492];_0x6e36x14[_0xba71[124]][_0xba71[495]]=_0xba71[497];_0x6e36x14[_0xba71[124]][_0xba71[361]]=this[_0xba71[1239]](_0x6e36x2)+_0xba71[168];_0x6e36x14[_0xba71[124]][_0xba71[125]]=this[_0xba71[1239]](_0x6e36x3)+_0xba71[168];_0x6e36x14[_0xba71[124]][_0xba71[499]]=_0x6e36x18[_0xba71[255]];var _0x6e36x19=document[_0xba71[55]](_0xba71[485]);_0x6e36x19[_0xba71[124]][_0xba71[491]]=_0xba71[1500];_0x6e36x19[_0xba71[124]][_0xba71[495]]=_0xba71[497];var _0x6e36x1a=mxUtils[_0xba71[1501]](_0x6e36xa,_0x6e36x12),_0x6e36x1b=_0x6e36x1a[_0xba71[235]],_0x6e36x1a=_0x6e36x1a[_0xba71[236]];_0x6e36x9=this[_0xba71[1404]](_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x15);_0x6e36xa=document[_0xba71[55]](_0xba71[485]);_0x6e36x13?(!_0x6e36x16&&0<_0x6e36x4&&(_0x6e36x9[_0xba71[124]][_0xba71[117]]=Math[_0xba71[488]](_0x6e36x4)+_0xba71[168]),_0x6e36x9[_0xba71[124]][_0xba71[493]]=_0xba71[1502]):_0x6e36x9[_0xba71[124]][_0xba71[493]]=_0xba71[494];_0x6e36x13=_0x6e36x18[_0xba71[603]]+(_0x6e36x17||0);this[_0xba71[1216]]&&0!=_0x6e36x13?(_0x6e36xa[_0xba71[124]][_0xba71[495]]=_0xba71[497],_0x6e36xa[_0xba71[124]][_0xba71[499]]=_0xba71[500],_0x6e36xa[_0xba71[62]](_0x6e36x9),8==document[_0xba71[5]]&&_0xba71[529]!=this[_0xba71[813]][_0xba71[301]]?(_0x6e36x19[_0xba71[62]](_0x6e36xa),_0x6e36x14[_0xba71[62]](_0x6e36x19)):_0x6e36x14[_0xba71[62]](_0x6e36xa)):8==document[_0xba71[5]]?(_0x6e36x19[_0xba71[62]](_0x6e36x9),_0x6e36x14[_0xba71[62]](_0x6e36x19)):(_0x6e36x9[_0xba71[124]][_0xba71[495]]=_0xba71[497],_0x6e36x14[_0xba71[62]](_0x6e36x9));_0xba71[529]!=this[_0xba71[813]][_0xba71[301]]?(_0x6e36x17=document[_0xba71[55]](mxClient[_0xba71[463]]+_0xba71[1490]),_0x6e36x17[_0xba71[1464]]=_0xba71[308],_0x6e36x17[_0xba71[1468]]=_0xba71[308],_0x6e36x17[_0xba71[62]](_0x6e36x14),this[_0xba71[813]][_0xba71[62]](_0x6e36x17)):this[_0xba71[813]][_0xba71[62]](_0x6e36x14);_0x6e36x16?(_0x6e36x9[_0xba71[124]][_0xba71[277]]=_0xba71[188],0<_0x6e36x4&&(_0x6e36x9[_0xba71[124]][_0xba71[117]]=Math[_0xba71[488]](_0x6e36x4)+_0xba71[168]),0<_0x6e36x5&&8==document[_0xba71[5]]&&(_0x6e36x9[_0xba71[124]][_0xba71[1503]]=Math[_0xba71[488]](_0x6e36x5)+_0xba71[168])):_0x6e36x15&&(_0x6e36x9[_0xba71[124]][_0xba71[117]]=_0x6e36x4+_0xba71[168],0<_0x6e36x5&&(_0x6e36x9[_0xba71[124]][_0xba71[1503]]=Math[_0xba71[488]](_0x6e36x5)+_0xba71[168]));if(this[_0xba71[1216]]&&0!=_0x6e36x13){_0x6e36x4=_0x6e36x13*(Math[_0xba71[424]]/180);_0x6e36x13=parseFloat(parseFloat(Math[_0xba71[426]](_0x6e36x4))[_0xba71[1293]](8));_0x6e36x17=parseFloat(parseFloat(Math[_0xba71[427]](-_0x6e36x4))[_0xba71[1293]](8));_0x6e36x4%=2*Math[_0xba71[424]];0>_0x6e36x4&&(_0x6e36x4+=2*Math[_0xba71[424]]);_0x6e36x4%=Math[_0xba71[424]];_0x6e36x4>Math[_0xba71[424]]/2&&(_0x6e36x4=Math[_0xba71[424]]-_0x6e36x4);_0x6e36x12=Math[_0xba71[426]](_0x6e36x4);var _0x6e36x1c=Math[_0xba71[427]](_0x6e36x4);8==document[_0xba71[5]]&&(_0x6e36x9[_0xba71[124]][_0xba71[495]]=_0xba71[498],_0x6e36xa[_0xba71[124]][_0xba71[495]]=_0xba71[498],_0x6e36x19[_0xba71[124]][_0xba71[495]]=_0xba71[498]);_0x6e36x9[_0xba71[124]][_0xba71[187]]=_0xba71[188];document[_0xba71[112]][_0xba71[62]](_0x6e36x9);_0x6e36x4=_0x6e36x9[_0xba71[359]];_0x6e36x19=_0x6e36x9[_0xba71[167]];if(mxClient[_0xba71[496]]&&(_0x6e36x16||_0x6e36x15)&&_0x6e36x19>_0x6e36x5){_0x6e36x19=_0x6e36x5,_0x6e36x9[_0xba71[124]][_0xba71[119]]=_0x6e36x19+_0xba71[168]};_0x6e36x5=_0x6e36x19;_0x6e36x16=(_0x6e36x5-_0x6e36x5*_0x6e36x12+_0x6e36x4* -_0x6e36x1c)/2-_0x6e36x17*_0x6e36x4*(_0x6e36x1b+0.5)+_0x6e36x13*_0x6e36x5*(_0x6e36x1a+0.5);_0x6e36x15=(_0x6e36x4-_0x6e36x4*_0x6e36x12+_0x6e36x5* -_0x6e36x1c)/2+_0x6e36x13*_0x6e36x4*(_0x6e36x1b+0.5)+_0x6e36x17*_0x6e36x5*(_0x6e36x1a+0.5);_0xba71[1504]==_0x6e36x14[_0xba71[301]]&&_0xba71[529]==this[_0xba71[813]][_0xba71[301]]?(_0x6e36x1b=document[_0xba71[55]](_0xba71[485]),_0x6e36x1b[_0xba71[124]][_0xba71[495]]=_0xba71[498],_0x6e36x1b[_0xba71[124]][_0xba71[491]]=_0xba71[492],_0x6e36x1b[_0xba71[124]][_0xba71[361]]=this[_0xba71[1239]](_0x6e36x2+(_0x6e36x15-_0x6e36x4/2)*_0x6e36x18[_0xba71[255]])+_0xba71[168],_0x6e36x1b[_0xba71[124]][_0xba71[125]]=this[_0xba71[1239]](_0x6e36x3+(_0x6e36x16-_0x6e36x5/2)*_0x6e36x18[_0xba71[255]])+_0xba71[168],_0x6e36x14[_0xba71[265]][_0xba71[62]](_0x6e36x1b),_0x6e36x1b[_0xba71[62]](_0x6e36x14)):(_0x6e36x18=8==document[_0xba71[5]]?1:_0x6e36x18[_0xba71[255]],_0x6e36x14[_0xba71[124]][_0xba71[361]]=this[_0xba71[1239]](_0x6e36x2+(_0x6e36x15-_0x6e36x4/2)*_0x6e36x18)+_0xba71[168],_0x6e36x14[_0xba71[124]][_0xba71[125]]=this[_0xba71[1239]](_0x6e36x3+(_0x6e36x16-_0x6e36x5/2)*_0x6e36x18)+_0xba71[168]);_0x6e36xa[_0xba71[124]][_0xba71[347]]=_0xba71[1505]+_0x6e36x13+_0xba71[1506]+_0x6e36x17+_0xba71[1507]+-_0x6e36x17+_0xba71[1508]+_0x6e36x13+_0xba71[1509];_0x6e36xa[_0xba71[124]][_0xba71[1028]]=this[_0xba71[1459]];1>this[_0xba71[724]][_0xba71[1244]]&&(_0x6e36xa[_0xba71[124]][_0xba71[347]]+=_0xba71[459]+100*this[_0xba71[724]][_0xba71[1244]]+_0xba71[460]);_0x6e36x9[_0xba71[124]][_0xba71[187]]=_0xba71[110];_0x6e36xa[_0xba71[62]](_0x6e36x9)}else {8!=document[_0xba71[5]]?(_0x6e36x9[_0xba71[124]][_0xba71[123]]=_0xba71[125],1>this[_0xba71[724]][_0xba71[1244]]&&(_0x6e36x14[_0xba71[124]][_0xba71[347]]=_0xba71[459]+100*this[_0xba71[724]][_0xba71[1244]]+_0xba71[460]),_0x6e36x18=_0x6e36x9[_0xba71[265]],_0x6e36x9[_0xba71[124]][_0xba71[187]]=_0xba71[188],document[_0xba71[112]][_0xba71[62]](_0x6e36x9),_0x6e36x4=_0x6e36x9[_0xba71[359]],_0x6e36x19=_0x6e36x9[_0xba71[167]],mxClient[_0xba71[496]]&&(_0x6e36x16&&_0x6e36x19>_0x6e36x5)&&(_0x6e36x19=_0x6e36x5,_0x6e36x9[_0xba71[124]][_0xba71[119]]=_0x6e36x19+_0xba71[168]),_0x6e36x5=_0x6e36x19,_0x6e36x9[_0xba71[124]][_0xba71[187]]=_0xba71[110],_0x6e36x18[_0xba71[62]](_0x6e36x9),_0x6e36x14[_0xba71[124]][_0xba71[361]]=this[_0xba71[1239]](_0x6e36x2+_0x6e36x4*_0x6e36x1b*this[_0xba71[724]][_0xba71[255]])+_0xba71[168],_0x6e36x14[_0xba71[124]][_0xba71[125]]=this[_0xba71[1239]](_0x6e36x3+_0x6e36x5*_0x6e36x1a*this[_0xba71[724]][_0xba71[255]])+_0xba71[168]):(1>this[_0xba71[724]][_0xba71[1244]]&&(_0x6e36x9[_0xba71[124]][_0xba71[347]]=_0xba71[459]+100*this[_0xba71[724]][_0xba71[1244]]+_0xba71[460]),_0x6e36x19[_0xba71[124]][_0xba71[361]]=100*_0x6e36x1b+_0xba71[229],_0x6e36x19[_0xba71[124]][_0xba71[125]]=100*_0x6e36x1a+_0xba71[229])}}else {this[_0xba71[1436]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,mxUtils[_0xba71[321]](_0x6e36x9,!1),_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14,_0x6e36x15,_0x6e36x16,_0x6e36x17)}}};mxVmlCanvas2D[_0xba71[202]][_0xba71[1436]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14,_0x6e36x15,_0x6e36x16,_0x6e36x17){_0x6e36x5=this[_0xba71[724]];_0x6e36x2=(_0x6e36x2+_0x6e36x5[_0xba71[1126]])*_0x6e36x5[_0xba71[255]];_0x6e36x3=(_0x6e36x3+_0x6e36x5[_0xba71[1125]])*_0x6e36x5[_0xba71[255]];_0x6e36x4=document[_0xba71[55]](mxClient[_0xba71[463]]+_0xba71[1487]);_0x6e36x4[_0xba71[124]][_0xba71[117]]=_0xba71[942];_0x6e36x4[_0xba71[124]][_0xba71[119]]=_0xba71[942];_0x6e36x4[_0xba71[1464]]=_0xba71[308];_0x6e36x15=document[_0xba71[55]](mxClient[_0xba71[463]]+_0xba71[1469]);_0x6e36x15[_0xba71[352]]=_0x6e36x5[_0xba71[665]];_0x6e36x15[_0xba71[461]]=100*_0x6e36x5[_0xba71[1244]]+_0xba71[229];_0x6e36x4[_0xba71[62]](_0x6e36x15);_0x6e36x15=document[_0xba71[55]](mxClient[_0xba71[463]]+_0xba71[1510]);_0x6e36x15[_0xba71[1511]]=_0xba71[128];_0x6e36x15[_0xba71[6]]=_0xba71[1512]+this[_0xba71[1239]](0)+_0xba71[185]+this[_0xba71[1239]](0)+_0xba71[1513]+this[_0xba71[1239]](1)+_0xba71[185]+this[_0xba71[1239]](0);_0x6e36x4[_0xba71[62]](_0x6e36x15);_0x6e36x15=document[_0xba71[55]](mxClient[_0xba71[463]]+_0xba71[1514]);_0x6e36x15[_0xba71[124]][_0xba71[103]]=_0xba71[1515]+_0x6e36xa;_0x6e36x15[_0xba71[124]][_0xba71[611]]=_0x6e36xa;_0x6e36x15[_0xba71[124]][_0xba71[486]]=_0x6e36x5[_0xba71[486]];_0x6e36x15[_0xba71[1516]]=_0x6e36x9;_0x6e36x15[_0xba71[747]]=_0xba71[128];_0x6e36xa=Math[_0xba71[488]](_0x6e36x5[_0xba71[487]]*_0x6e36x5[_0xba71[255]]/this[_0xba71[1460]]);_0x6e36x15[_0xba71[124]][_0xba71[487]]=_0x6e36xa+_0xba71[168];(_0x6e36x5[_0xba71[666]]&mxConstants[_0xba71[1410]])==mxConstants[_0xba71[1410]]&&(_0x6e36x15[_0xba71[124]][_0xba71[1452]]=_0xba71[1447]);(_0x6e36x5[_0xba71[666]]&mxConstants[_0xba71[1412]])==mxConstants[_0xba71[1412]]&&(_0x6e36x15[_0xba71[124]][_0xba71[666]]=_0xba71[1449]);(_0x6e36x5[_0xba71[666]]&mxConstants[_0xba71[1414]])==mxConstants[_0xba71[1414]]&&(_0x6e36x15[_0xba71[124]][_0xba71[354]]=_0xba71[355]);_0x6e36x9=_0x6e36x9[_0xba71[224]](_0xba71[192]);_0x6e36x5=_0x6e36xa+(_0x6e36x9[_0xba71[67]]-1)*_0x6e36xa*mxConstants[_0xba71[490]];_0x6e36xa=_0x6e36x9=0;_0x6e36x12==mxConstants[_0xba71[482]]?_0x6e36xa=-_0x6e36x5/2:_0x6e36x12!=mxConstants[_0xba71[481]]&&(_0x6e36xa=_0x6e36x5/2);null!=_0x6e36x17&&(_0x6e36x4[_0xba71[124]][_0xba71[603]]=_0x6e36x17,_0x6e36x12=_0x6e36x17*(Math[_0xba71[424]]/180),_0x6e36x9=Math[_0xba71[427]](_0x6e36x12)*_0x6e36xa,_0x6e36xa*=Math[_0xba71[426]](_0x6e36x12));_0x6e36x4[_0xba71[62]](_0x6e36x15);_0x6e36x4[_0xba71[124]][_0xba71[361]]=this[_0xba71[1239]](_0x6e36x2-_0x6e36x9)+_0xba71[168];_0x6e36x4[_0xba71[124]][_0xba71[125]]=this[_0xba71[1239]](_0x6e36x3+_0x6e36xa)+_0xba71[168];this[_0xba71[813]][_0xba71[62]](_0x6e36x4)};mxVmlCanvas2D[_0xba71[202]][_0xba71[1336]]=function(){this[_0xba71[1370]](!1,!0)};mxVmlCanvas2D[_0xba71[202]][_0xba71[1334]]=function(){this[_0xba71[1370]](!0,!1)};mxVmlCanvas2D[_0xba71[202]][_0xba71[1337]]=function(){this[_0xba71[1370]](!0,!0)};function mxGuide(_0x6e36x2,_0x6e36x3){this[_0xba71[1179]]=_0x6e36x2;this[_0xba71[1517]](_0x6e36x3)}mxGuide[_0xba71[202]][_0xba71[1179]]=null;mxGuide[_0xba71[202]][_0xba71[1214]]=null;mxGuide[_0xba71[202]][_0xba71[662]]= !0;mxGuide[_0xba71[202]][_0xba71[704]]= !0;mxGuide[_0xba71[202]][_0xba71[1518]]=null;mxGuide[_0xba71[202]][_0xba71[1519]]=null;mxGuide[_0xba71[202]][_0xba71[1517]]=function(_0x6e36x2){this[_0xba71[1214]]=_0x6e36x2};mxGuide[_0xba71[202]][_0xba71[1019]]=function(_0x6e36x2){return !0};mxGuide[_0xba71[202]][_0xba71[1520]]=function(){return this[_0xba71[1179]][_0xba71[1020]]*this[_0xba71[1179]][_0xba71[441]][_0xba71[255]]/2};mxGuide[_0xba71[202]][_0xba71[1521]]=function(_0x6e36x2){_0x6e36x2= new mxPolyline([],mxConstants.GUIDE_COLOR,mxConstants.GUIDE_STROKEWIDTH);_0x6e36x2[_0xba71[1522]]= !0;return _0x6e36x2};mxGuide[_0xba71[202]][_0xba71[582]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){if(null!=this[_0xba71[1214]]&&(this[_0xba71[662]]||this[_0xba71[704]])&&null!=_0x6e36x2&&null!=_0x6e36x3){var _0x6e36x5=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[513]],_0x6e36x9=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[255]],_0x6e36xa=_0x6e36x3[_0xba71[235]],_0x6e36x12=_0x6e36x3[_0xba71[236]],_0x6e36x13=!1,_0x6e36x14=!1,_0x6e36x15=this[_0xba71[1520]](),_0x6e36x16=_0x6e36x15,_0x6e36x17=_0x6e36x15,_0x6e36x15=_0x6e36x2[_0xba71[238]]();_0x6e36x15[_0xba71[235]]+=_0x6e36x3[_0xba71[235]];_0x6e36x15[_0xba71[236]]+=_0x6e36x3[_0xba71[236]];var _0x6e36x18=_0x6e36x15[_0xba71[235]],_0x6e36x19=_0x6e36x15[_0xba71[235]]+_0x6e36x15[_0xba71[117]],_0x6e36x1a=_0x6e36x15[_0xba71[241]](),_0x6e36x1b=_0x6e36x15[_0xba71[236]],_0x6e36x1c=_0x6e36x15[_0xba71[236]]+_0x6e36x15[_0xba71[119]],_0x6e36x1d=_0x6e36x15[_0xba71[242]]();_0x6e36x3=function(_0x6e36x3){_0x6e36x3+=this[_0xba71[1179]][_0xba71[1136]];var _0x6e36x4=!1;Math[_0xba71[425]](_0x6e36x3-_0x6e36x1a)<_0x6e36x16?(_0x6e36xa=_0x6e36x3-_0x6e36x2[_0xba71[241]](),_0x6e36x16=Math[_0xba71[425]](_0x6e36x3-_0x6e36x1a),_0x6e36x4= !0):Math[_0xba71[425]](_0x6e36x3-_0x6e36x18)<_0x6e36x16?(_0x6e36xa=_0x6e36x3-_0x6e36x2[_0xba71[235]],_0x6e36x16=Math[_0xba71[425]](_0x6e36x3-_0x6e36x18),_0x6e36x4= !0):Math[_0xba71[425]](_0x6e36x3-_0x6e36x19)<_0x6e36x16&&(_0x6e36xa=_0x6e36x3-_0x6e36x2[_0xba71[235]]-_0x6e36x2[_0xba71[117]],_0x6e36x16=Math[_0xba71[425]](_0x6e36x3-_0x6e36x19),_0x6e36x4= !0);if(_0x6e36x4){null==this[_0xba71[1518]]&&(this[_0xba71[1518]]=this[_0xba71[1521]](!0),this[_0xba71[1518]][_0xba71[507]]=this[_0xba71[1179]][_0xba71[507]]!=mxConstants[_0xba71[508]]?mxConstants[_0xba71[1523]]:mxConstants[_0xba71[508]],this[_0xba71[1518]][_0xba71[1229]]= !1,this[_0xba71[1518]][_0xba71[176]](this[_0xba71[1179]][_0xba71[249]]()[_0xba71[1524]]()));var _0x6e36x5=this[_0xba71[1179]][_0xba71[526]];_0x6e36x3-=this[_0xba71[1179]][_0xba71[1136]];this[_0xba71[1518]][_0xba71[1525]]=[ new mxPoint(_0x6e36x3,-this[_0xba71[1179]][_0xba71[1137]]), new mxPoint(_0x6e36x3,_0x6e36x5[_0xba71[191]]-3-this[_0xba71[1179]][_0xba71[1137]])]};_0x6e36x13=_0x6e36x13||_0x6e36x4};for(var _0x6e36x15=function(_0x6e36x3){_0x6e36x3+=this[_0xba71[1179]][_0xba71[1137]];var _0x6e36x4=!1;Math[_0xba71[425]](_0x6e36x3-_0x6e36x1d)<_0x6e36x17?(_0x6e36x12=_0x6e36x3-_0x6e36x2[_0xba71[242]](),_0x6e36x17=Math[_0xba71[425]](_0x6e36x3-_0x6e36x1d),_0x6e36x4= !0):Math[_0xba71[425]](_0x6e36x3-_0x6e36x1b)<_0x6e36x17?(_0x6e36x12=_0x6e36x3-_0x6e36x2[_0xba71[236]],_0x6e36x17=Math[_0xba71[425]](_0x6e36x3-_0x6e36x1b),_0x6e36x4= !0):Math[_0xba71[425]](_0x6e36x3-_0x6e36x1c)<_0x6e36x17&&(_0x6e36x12=_0x6e36x3-_0x6e36x2[_0xba71[236]]-_0x6e36x2[_0xba71[119]],_0x6e36x17=Math[_0xba71[425]](_0x6e36x3-_0x6e36x1c),_0x6e36x4= !0);if(_0x6e36x4){null==this[_0xba71[1519]]&&(this[_0xba71[1519]]=this[_0xba71[1521]](!1),this[_0xba71[1519]][_0xba71[507]]=this[_0xba71[1179]][_0xba71[507]]!=mxConstants[_0xba71[508]]?mxConstants[_0xba71[1523]]:mxConstants[_0xba71[508]],this[_0xba71[1519]][_0xba71[1229]]= !1,this[_0xba71[1519]][_0xba71[176]](this[_0xba71[1179]][_0xba71[249]]()[_0xba71[1524]]()));var _0x6e36x5=this[_0xba71[1179]][_0xba71[526]];_0x6e36x3-=this[_0xba71[1179]][_0xba71[1137]];this[_0xba71[1519]][_0xba71[1525]]=[ new mxPoint(-this[_0xba71[1179]][_0xba71[1136]],_0x6e36x3), new mxPoint(_0x6e36x5[_0xba71[1526]]-3-this[_0xba71[1179]][_0xba71[1136]],_0x6e36x3)]};_0x6e36x14=_0x6e36x14||_0x6e36x4},_0x6e36x1e=0;_0x6e36x1e<this[_0xba71[1214]][_0xba71[67]];_0x6e36x1e++){var _0x6e36x1f=this[_0xba71[1214]][_0x6e36x1e];null!=_0x6e36x1f&&(this[_0xba71[662]]&&(_0x6e36x3[_0xba71[239]](this,_0x6e36x1f[_0xba71[241]]()),_0x6e36x3[_0xba71[239]](this,_0x6e36x1f[_0xba71[235]]),_0x6e36x3[_0xba71[239]](this,_0x6e36x1f[_0xba71[235]]+_0x6e36x1f[_0xba71[117]])),this[_0xba71[704]]&&(_0x6e36x15[_0xba71[239]](this,_0x6e36x1f[_0xba71[242]]()),_0x6e36x15[_0xba71[239]](this,_0x6e36x1f[_0xba71[236]]),_0x6e36x15[_0xba71[239]](this,_0x6e36x1f[_0xba71[236]]+_0x6e36x1f[_0xba71[119]])))};!_0x6e36x13&&null!=this[_0xba71[1518]]?this[_0xba71[1518]][_0xba71[252]][_0xba71[124]][_0xba71[187]]=_0xba71[188]:null!=this[_0xba71[1518]]&&(this[_0xba71[1518]][_0xba71[252]][_0xba71[124]][_0xba71[187]]=_0xba71[189],this[_0xba71[1518]][_0xba71[258]]());!_0x6e36x14&&null!=this[_0xba71[1519]]?this[_0xba71[1519]][_0xba71[252]][_0xba71[124]][_0xba71[187]]=_0xba71[188]:null!=this[_0xba71[1519]]&&(this[_0xba71[1519]][_0xba71[252]][_0xba71[124]][_0xba71[187]]=_0xba71[189],this[_0xba71[1519]][_0xba71[258]]());_0x6e36x4&&(_0x6e36x13||(_0x6e36x4=_0x6e36x2[_0xba71[235]]-(this[_0xba71[1179]][_0xba71[1021]](_0x6e36x2[_0xba71[235]]/_0x6e36x9-_0x6e36x5[_0xba71[235]])+_0x6e36x5[_0xba71[235]])*_0x6e36x9,_0x6e36xa=this[_0xba71[1179]][_0xba71[1021]](_0x6e36xa/_0x6e36x9)*_0x6e36x9-_0x6e36x4),_0x6e36x14||(_0x6e36x5=_0x6e36x2[_0xba71[236]]-(this[_0xba71[1179]][_0xba71[1021]](_0x6e36x2[_0xba71[236]]/_0x6e36x9-_0x6e36x5[_0xba71[236]])+_0x6e36x5[_0xba71[236]])*_0x6e36x9,_0x6e36x12=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x12/_0x6e36x9)*_0x6e36x9-_0x6e36x5));_0x6e36x3= new mxPoint(_0x6e36xa,_0x6e36x12)};return _0x6e36x3};mxGuide[_0xba71[202]][_0xba71[801]]=function(){null!=this[_0xba71[1518]]&&(this[_0xba71[1518]][_0xba71[252]][_0xba71[124]][_0xba71[187]]=_0xba71[188]);null!=this[_0xba71[1519]]&&(this[_0xba71[1519]][_0xba71[252]][_0xba71[124]][_0xba71[187]]=_0xba71[188])};mxGuide[_0xba71[202]][_0xba71[515]]=function(){null!=this[_0xba71[1518]]&&(this[_0xba71[1518]][_0xba71[515]](),this[_0xba71[1518]]=null);null!=this[_0xba71[1519]]&&(this[_0xba71[1519]][_0xba71[515]](),this[_0xba71[1519]]=null)};function mxStencil(_0x6e36x2){this[_0xba71[1527]]=_0x6e36x2;this[_0xba71[1528]]();this[_0xba71[1529]]()}mxStencil[_0xba71[1530]]= !1;mxStencil[_0xba71[202]][_0xba71[1527]]=null;mxStencil[_0xba71[202]][_0xba71[1531]]=null;mxStencil[_0xba71[202]][_0xba71[1322]]=null;mxStencil[_0xba71[202]][_0xba71[1532]]=null;mxStencil[_0xba71[202]][_0xba71[1533]]=null;mxStencil[_0xba71[202]][_0xba71[1534]]=null;mxStencil[_0xba71[202]][_0xba71[1535]]=null;mxStencil[_0xba71[202]][_0xba71[1307]]=null;mxStencil[_0xba71[202]][_0xba71[1528]]=function(){this[_0xba71[1535]]=this[_0xba71[1527]][_0xba71[64]](_0xba71[1536])[0];this[_0xba71[1534]]=this[_0xba71[1527]][_0xba71[64]](_0xba71[1537])[0];this[_0xba71[1532]]=Number(this[_0xba71[1527]][_0xba71[284]](_0xba71[1302])||100);this[_0xba71[1533]]=Number(this[_0xba71[1527]][_0xba71[284]](_0xba71[1303])||100);var _0x6e36x2=this[_0xba71[1527]][_0xba71[284]](_0xba71[1322]);this[_0xba71[1322]]=null!=_0x6e36x2?_0x6e36x2:_0xba71[1538];_0x6e36x2=this[_0xba71[1527]][_0xba71[284]](_0xba71[1307]);this[_0xba71[1307]]=null!=_0x6e36x2?_0x6e36x2:_0xba71[500]};mxStencil[_0xba71[202]][_0xba71[1529]]=function(){var _0x6e36x2=this[_0xba71[1527]][_0xba71[64]](_0xba71[1539])[0];if(null!=_0x6e36x2&&(_0x6e36x2=mxUtils[_0xba71[1540]](_0x6e36x2),null!=_0x6e36x2&&0<_0x6e36x2[_0xba71[67]])){this[_0xba71[1531]]=[];for(var _0x6e36x3=0;_0x6e36x3<_0x6e36x2[_0xba71[67]];_0x6e36x3++){this[_0xba71[1531]][_0xba71[207]](this[_0xba71[1541]](_0x6e36x2[_0x6e36x3]))}}};mxStencil[_0xba71[202]][_0xba71[1541]]=function(_0x6e36x2){var _0x6e36x3=Number(_0x6e36x2[_0xba71[284]](_0xba71[235])),_0x6e36x4=Number(_0x6e36x2[_0xba71[284]](_0xba71[236]));_0x6e36x2=_0xba71[500]==_0x6e36x2[_0xba71[284]](_0xba71[591]);return new mxConnectionConstraint( new mxPoint(_0x6e36x3,_0x6e36x4),_0x6e36x2)};mxStencil[_0xba71[202]][_0xba71[1542]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x3=this[_0xba71[1543]](_0x6e36x2,_0x6e36x3,_0x6e36x4);_0x6e36x2=_0x6e36x2[_0xba71[284]](_0xba71[1544]);if(mxStencil[_0xba71[1530]]&&null==_0x6e36x2||_0xba71[500]==_0x6e36x2){_0x6e36x3=mxResources[_0xba71[203]](_0x6e36x3)};return _0x6e36x3};mxStencil[_0xba71[202]][_0xba71[1543]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x3=_0x6e36x2[_0xba71[284]](_0x6e36x3);null==_0x6e36x3&&(_0x6e36x2=mxUtils[_0xba71[329]](_0x6e36x2),null!=_0x6e36x2&&(_0x6e36x2=mxUtils[_0xba71[1545]](_0x6e36x2),_0xba71[279]== typeof _0x6e36x2&&(_0x6e36x3=_0x6e36x2(_0x6e36x4))));return _0x6e36x3};mxStencil[_0xba71[202]][_0xba71[1546]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){this[_0xba71[1547]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,this[_0xba71[1534]],!1);this[_0xba71[1547]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,this[_0xba71[1535]],!0)};mxStencil[_0xba71[202]][_0xba71[1547]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13){if(null!=_0x6e36x12){var _0x6e36x14=mxUtils[_0xba71[433]](_0x6e36x3[_0xba71[124]],mxConstants.STYLE_DIRECTION,null);_0x6e36x4=this[_0xba71[1548]](_0x6e36x3[_0xba71[124]],_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x14);_0x6e36x5=Math[_0xba71[243]](_0x6e36x4[_0xba71[117]],_0x6e36x4[_0xba71[119]]);_0x6e36x5=_0xba71[1549]==this[_0xba71[1307]]?Number(mxUtils[_0xba71[1550]](_0x6e36x3[_0xba71[124]],mxConstants.STYLE_STROKEWIDTH,1)):Number(this[_0xba71[1307]])*_0x6e36x5;_0x6e36x2[_0xba71[1250]](_0x6e36x5);for(_0x6e36x12=_0x6e36x12[_0xba71[285]];null!=_0x6e36x12;){_0x6e36x12[_0xba71[288]]==mxConstants[_0xba71[289]]&&this[_0xba71[1551]](_0x6e36x2,_0x6e36x3,_0x6e36x12,_0x6e36x4,_0x6e36x13),_0x6e36x12=_0x6e36x12[_0xba71[287]]}}};mxStencil[_0xba71[202]][_0xba71[1548]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){_0x6e36x2=_0x6e36x3;_0x6e36x3=_0x6e36x5/this[_0xba71[1532]];var _0x6e36x12=_0x6e36x9/this[_0xba71[1533]];if(_0x6e36xa=_0xba71[700]==_0x6e36xa||_0xba71[701]==_0x6e36xa){_0x6e36x12=_0x6e36x5/this[_0xba71[1533]];_0x6e36x3=_0x6e36x9/this[_0xba71[1532]];var _0x6e36x13=(_0x6e36x5-_0x6e36x9)/2;_0x6e36x2+=_0x6e36x13;_0x6e36x4-=_0x6e36x13};_0xba71[1552]==this[_0xba71[1322]]&&(_0x6e36x3=_0x6e36x12=Math[_0xba71[243]](_0x6e36x3,_0x6e36x12),_0x6e36xa?(_0x6e36x2+=(_0x6e36x9-this[_0xba71[1532]]*_0x6e36x3)/2,_0x6e36x4+=(_0x6e36x5-this[_0xba71[1533]]*_0x6e36x12)/2):(_0x6e36x2+=(_0x6e36x5-this[_0xba71[1532]]*_0x6e36x3)/2,_0x6e36x4+=(_0x6e36x9-this[_0xba71[1533]]*_0x6e36x12)/2));return new mxRectangle(_0x6e36x2,_0x6e36x4,_0x6e36x3,_0x6e36x12)};mxStencil[_0xba71[202]][_0xba71[1551]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){var _0x6e36xa=_0x6e36x4[_0xba71[301]],_0x6e36x12=_0x6e36x5[_0xba71[235]],_0x6e36x13=_0x6e36x5[_0xba71[236]],_0x6e36x14=_0x6e36x5[_0xba71[117]],_0x6e36x15=_0x6e36x5[_0xba71[119]],_0x6e36x16=Math[_0xba71[243]](_0x6e36x14,_0x6e36x15);if(_0xba71[815]==_0x6e36xa){_0x6e36x2[_0xba71[815]]()}else {if(_0xba71[1210]==_0x6e36xa){_0x6e36x2[_0xba71[1210]]()}else {if(_0xba71[1215]==_0x6e36xa){_0x6e36x2[_0xba71[1275]]();for(_0x6e36x4=_0x6e36x4[_0xba71[285]];null!=_0x6e36x4;){_0x6e36x4[_0xba71[288]]==mxConstants[_0xba71[289]]&&this[_0xba71[1551]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9),_0x6e36x4=_0x6e36x4[_0xba71[287]]}}else {if(_0xba71[268]==_0x6e36xa){_0x6e36x2[_0xba71[268]]()}else {if(_0xba71[582]==_0x6e36xa){_0x6e36x2[_0xba71[1276]](_0x6e36x12+Number(_0x6e36x4[_0xba71[284]](_0xba71[235]))*_0x6e36x14,_0x6e36x13+Number(_0x6e36x4[_0xba71[284]](_0xba71[236]))*_0x6e36x15)}else {if(_0xba71[683]==_0x6e36xa){_0x6e36x2[_0xba71[1277]](_0x6e36x12+Number(_0x6e36x4[_0xba71[284]](_0xba71[235]))*_0x6e36x14,_0x6e36x13+Number(_0x6e36x4[_0xba71[284]](_0xba71[236]))*_0x6e36x15)}else {if(_0xba71[1323]==_0x6e36xa){_0x6e36x2[_0xba71[1278]](_0x6e36x12+Number(_0x6e36x4[_0xba71[284]](_0xba71[1324]))*_0x6e36x14,_0x6e36x13+Number(_0x6e36x4[_0xba71[284]](_0xba71[1325]))*_0x6e36x15,_0x6e36x12+Number(_0x6e36x4[_0xba71[284]](_0xba71[1326]))*_0x6e36x14,_0x6e36x13+Number(_0x6e36x4[_0xba71[284]](_0xba71[1327]))*_0x6e36x15)}else {if(_0xba71[1328]==_0x6e36xa){_0x6e36x2[_0xba71[1279]](_0x6e36x12+Number(_0x6e36x4[_0xba71[284]](_0xba71[1324]))*_0x6e36x14,_0x6e36x13+Number(_0x6e36x4[_0xba71[284]](_0xba71[1325]))*_0x6e36x15,_0x6e36x12+Number(_0x6e36x4[_0xba71[284]](_0xba71[1326]))*_0x6e36x14,_0x6e36x13+Number(_0x6e36x4[_0xba71[284]](_0xba71[1327]))*_0x6e36x15,_0x6e36x12+Number(_0x6e36x4[_0xba71[284]](_0xba71[1329]))*_0x6e36x14,_0x6e36x13+Number(_0x6e36x4[_0xba71[284]](_0xba71[1330]))*_0x6e36x15)}else {if(_0xba71[1553]==_0x6e36xa){_0x6e36x2[_0xba71[1280]](Number(_0x6e36x4[_0xba71[284]](_0xba71[1397]))*_0x6e36x14,Number(_0x6e36x4[_0xba71[284]](_0xba71[1398]))*_0x6e36x15,Number(_0x6e36x4[_0xba71[284]](_0xba71[1554])),Number(_0x6e36x4[_0xba71[284]](_0xba71[1555])),Number(_0x6e36x4[_0xba71[284]](_0xba71[1556])),_0x6e36x12+Number(_0x6e36x4[_0xba71[284]](_0xba71[235]))*_0x6e36x14,_0x6e36x13+Number(_0x6e36x4[_0xba71[284]](_0xba71[236]))*_0x6e36x15)}else {if(_0xba71[1319]==_0x6e36xa){_0x6e36x2[_0xba71[1319]](_0x6e36x12+Number(_0x6e36x4[_0xba71[284]](_0xba71[235]))*_0x6e36x14,_0x6e36x13+Number(_0x6e36x4[_0xba71[284]](_0xba71[236]))*_0x6e36x15,Number(_0x6e36x4[_0xba71[284]](_0xba71[1302]))*_0x6e36x14,Number(_0x6e36x4[_0xba71[284]](_0xba71[1303]))*_0x6e36x15)}else {if(_0xba71[1320]==_0x6e36xa){_0x6e36x3=_0x6e36x4[_0xba71[284]](_0xba71[1492]),0==_0x6e36x3&&(_0x6e36x3=100*mxConstants[_0xba71[1557]]),_0x6e36x16=Number(_0x6e36x4[_0xba71[284]](_0xba71[1302]))*_0x6e36x14,_0x6e36x5=Number(_0x6e36x4[_0xba71[284]](_0xba71[1303]))*_0x6e36x15,_0x6e36x3=Number(_0x6e36x3)/100,_0x6e36x3=Math[_0xba71[243]](_0x6e36x16*_0x6e36x3,_0x6e36x5*_0x6e36x3),_0x6e36x2[_0xba71[1320]](_0x6e36x12+Number(_0x6e36x4[_0xba71[284]](_0xba71[235]))*_0x6e36x14,_0x6e36x13+Number(_0x6e36x4[_0xba71[284]](_0xba71[236]))*_0x6e36x15,_0x6e36x16,_0x6e36x5,_0x6e36x3,_0x6e36x3)}else {if(_0xba71[680]==_0x6e36xa){_0x6e36x2[_0xba71[680]](_0x6e36x12+Number(_0x6e36x4[_0xba71[284]](_0xba71[235]))*_0x6e36x14,_0x6e36x13+Number(_0x6e36x4[_0xba71[284]](_0xba71[236]))*_0x6e36x15,Number(_0x6e36x4[_0xba71[284]](_0xba71[1302]))*_0x6e36x14,Number(_0x6e36x4[_0xba71[284]](_0xba71[1303]))*_0x6e36x15)}else {if(_0xba71[618]==_0x6e36xa){_0x6e36x3=this[_0xba71[1543]](_0x6e36x4,_0xba71[390],_0x6e36x3),_0x6e36x2[_0xba71[618]](_0x6e36x12+Number(_0x6e36x4[_0xba71[284]](_0xba71[235]))*_0x6e36x14,_0x6e36x13+Number(_0x6e36x4[_0xba71[284]](_0xba71[236]))*_0x6e36x15,Number(_0x6e36x4[_0xba71[284]](_0xba71[1302]))*_0x6e36x14,Number(_0x6e36x4[_0xba71[284]](_0xba71[1303]))*_0x6e36x15,_0x6e36x3,!1,_0xba71[500]==_0x6e36x4[_0xba71[284]](_0xba71[623]),_0xba71[500]==_0x6e36x4[_0xba71[284]](_0xba71[624]))}else {if(_0xba71[963]==_0x6e36xa){_0x6e36x16=this[_0xba71[1542]](_0x6e36x4,_0xba71[1332],_0x6e36x3);_0x6e36x5=_0xba71[500]==_0x6e36x4[_0xba71[284]](_0xba71[704])?-90:0;if(_0xba71[468]==_0x6e36x4[_0xba71[284]](_0xba71[1558])){var _0x6e36x17=_0x6e36x3[_0xba71[603]],_0x6e36x18=1==mxUtils[_0xba71[433]](_0x6e36x3[_0xba71[124]],mxConstants.STYLE_FLIPH,0);_0x6e36x3=1==mxUtils[_0xba71[433]](_0x6e36x3[_0xba71[124]],mxConstants.STYLE_FLIPV,0);_0x6e36x5=_0x6e36x18&&_0x6e36x3?_0x6e36x5-_0x6e36x17:_0x6e36x18||_0x6e36x3?_0x6e36x5+_0x6e36x17:_0x6e36x5-_0x6e36x17};_0x6e36x5-=_0x6e36x4[_0xba71[284]](_0xba71[603]);_0x6e36x2[_0xba71[963]](_0x6e36x12+Number(_0x6e36x4[_0xba71[284]](_0xba71[235]))*_0x6e36x14,_0x6e36x13+Number(_0x6e36x4[_0xba71[284]](_0xba71[236]))*_0x6e36x15,0,0,_0x6e36x16,_0x6e36x4[_0xba71[284]](_0xba71[611])||_0xba71[361],_0x6e36x4[_0xba71[284]](_0xba71[552])||_0xba71[125],!1,_0xba71[110],!1,!1,_0x6e36x5)}else {if(_0xba71[1559]==_0x6e36xa){_0x6e36x17=mxStencilRegistry[_0xba71[1560]](_0x6e36x4[_0xba71[284]](_0xba71[298])),null!=_0x6e36x17&&(_0x6e36x12+=Number(_0x6e36x4[_0xba71[284]](_0xba71[235]))*_0x6e36x14,_0x6e36x13+=Number(_0x6e36x4[_0xba71[284]](_0xba71[236]))*_0x6e36x15,_0x6e36x16=Number(_0x6e36x4[_0xba71[284]](_0xba71[1302]))*_0x6e36x14,_0x6e36x5=Number(_0x6e36x4[_0xba71[284]](_0xba71[1303]))*_0x6e36x15,_0x6e36x17[_0xba71[1546]](_0x6e36x2,_0x6e36x3,_0x6e36x12,_0x6e36x13,_0x6e36x16,_0x6e36x5))}else {if(_0xba71[1338]==_0x6e36xa){_0x6e36x2[_0xba71[1337]]()}else {if(_0xba71[1334]==_0x6e36xa){_0x6e36x2[_0xba71[1334]]()}else {if(_0xba71[1336]==_0x6e36xa){_0x6e36x2[_0xba71[1336]]()}else {if(_0xba71[1307]==_0x6e36xa){_0x6e36x2[_0xba71[1250]](Number(_0x6e36x4[_0xba71[284]](_0xba71[117]))*_0x6e36x16)}else {if(_0xba71[648]==_0x6e36xa){_0x6e36x2[_0xba71[1251]](_0xba71[500]==_0x6e36x4[_0xba71[284]](_0xba71[648]))}else {if(_0xba71[1308]==_0x6e36xa){if(_0x6e36x4=_0x6e36x4[_0xba71[284]](_0xba71[1309]),null!=_0x6e36x4){_0x6e36x4=_0x6e36x4[_0xba71[224]](_0xba71[185]);_0x6e36x14=[];for(_0x6e36x15=0;_0x6e36x15<_0x6e36x4[_0xba71[67]];_0x6e36x15++){0<_0x6e36x4[_0x6e36x15][_0xba71[67]]&&_0x6e36x14[_0xba71[207]](Number(_0x6e36x4[_0x6e36x15])*_0x6e36x16)};_0x6e36x4=_0x6e36x14[_0xba71[234]](_0xba71[185]);_0x6e36x2[_0xba71[1252]](_0x6e36x4)}}else {_0xba71[1306]==_0x6e36xa?_0x6e36x2[_0xba71[1249]](_0x6e36x4[_0xba71[284]](_0xba71[352])):_0xba71[1310]==_0x6e36xa?_0x6e36x2[_0xba71[1253]](_0x6e36x4[_0xba71[284]](_0xba71[1311])):_0xba71[1312]==_0x6e36xa?_0x6e36x2[_0xba71[1255]](_0x6e36x4[_0xba71[284]](_0xba71[234])):_0xba71[1313]==_0x6e36xa?_0x6e36x2[_0xba71[1257]](Number(_0x6e36x4[_0xba71[284]](_0xba71[1314]))):_0xba71[1298]==_0x6e36xa?_0x6e36x2[_0xba71[1245]](_0x6e36x4[_0xba71[284]](_0xba71[352])):_0xba71[1244]==_0x6e36xa?_0x6e36x2[_0xba71[1243]](_0x6e36x4[_0xba71[284]](_0xba71[1244])):_0xba71[1315]==_0x6e36xa?_0x6e36x2[_0xba71[1259]](_0x6e36x4[_0xba71[284]](_0xba71[352])):_0xba71[1318]==_0x6e36xa?_0x6e36x2[_0xba71[1266]](_0x6e36x4[_0xba71[284]](_0xba71[124])):_0xba71[1287]==_0x6e36xa?_0x6e36x2[_0xba71[1265]](_0x6e36x4[_0xba71[284]](_0xba71[1288])):_0xba71[1289]==_0x6e36xa&&_0x6e36x2[_0xba71[1264]](Number(_0x6e36x4[_0xba71[284]](_0xba71[803]))*_0x6e36x16)}}}}}}}}}}}}}}}}}}}}};_0x6e36x9&&(_0xba71[1338]==_0x6e36xa||_0xba71[1334]==_0x6e36xa||_0xba71[1336]==_0x6e36xa)&&_0x6e36x2[_0xba71[1267]](!1)};function mxShape(_0x6e36x2){this[_0xba71[1561]]=_0x6e36x2;this[_0xba71[1307]]=1;this[_0xba71[603]]=0;this[_0xba71[461]]=100;this[_0xba71[624]]=this[_0xba71[623]]= !1}mxShape[_0xba71[202]][_0xba71[507]]=null;mxShape[_0xba71[202]][_0xba71[255]]=1;mxShape[_0xba71[202]][_0xba71[1562]]=null;mxShape[_0xba71[202]][_0xba71[1525]]=null;mxShape[_0xba71[202]][_0xba71[252]]=null;mxShape[_0xba71[202]][_0xba71[124]]=null;mxShape[_0xba71[202]][_0xba71[124]]=null;mxShape[_0xba71[202]][_0xba71[1563]]=null;mxShape[_0xba71[202]][_0xba71[1561]]=null;mxShape[_0xba71[202]][_0xba71[1564]]=6;mxShape[_0xba71[202]][_0xba71[1229]]= !0;mxShape[_0xba71[202]][_0xba71[1565]]= !1;mxShape[_0xba71[202]][_0xba71[1460]]=1;mxShape[_0xba71[202]][_0xba71[176]]=function(_0x6e36x2){null==this[_0xba71[252]]&&(this[_0xba71[252]]=this[_0xba71[385]](_0x6e36x2),null!=_0x6e36x2&&_0x6e36x2[_0xba71[62]](this[_0xba71[252]]))};mxShape[_0xba71[202]][_0xba71[1566]]=function(){return !0};mxShape[_0xba71[202]][_0xba71[1567]]=function(){return !1};mxShape[_0xba71[202]][_0xba71[1568]]=function(){return 1==mxUtils[_0xba71[1454]](Math[_0xba71[160]](1,Math[_0xba71[488]](this[_0xba71[1307]]*this[_0xba71[255]])),2)?0.5:0};mxShape[_0xba71[202]][_0xba71[385]]=function(_0x6e36x2){var _0x6e36x3=null;return _0x6e36x3=null!=_0x6e36x2[_0xba71[538]]?this[_0xba71[1569]](_0x6e36x2):8==document[_0xba71[5]]||this[_0xba71[507]]==mxConstants[_0xba71[508]]||this[_0xba71[507]]!=mxConstants[_0xba71[1523]]&&this[_0xba71[1567]]()?this[_0xba71[1570]](_0x6e36x2):this[_0xba71[1571]](_0x6e36x2)};mxShape[_0xba71[202]][_0xba71[1569]]=function(){return document[_0xba71[509]](mxConstants.NS_SVG,_0xba71[449])};mxShape[_0xba71[202]][_0xba71[1571]]=function(){var _0x6e36x2=document[_0xba71[55]](mxClient[_0xba71[463]]+_0xba71[1499]);_0x6e36x2[_0xba71[124]][_0xba71[491]]=_0xba71[492];return _0x6e36x2};mxShape[_0xba71[202]][_0xba71[1570]]=function(){var _0x6e36x2=document[_0xba71[55]](_0xba71[485]);_0x6e36x2[_0xba71[124]][_0xba71[491]]=_0xba71[492];return _0x6e36x2};mxShape[_0xba71[202]][_0xba71[1572]]=function(){this[_0xba71[258]]()};mxShape[_0xba71[202]][_0xba71[258]]=function(){this[_0xba71[1573]]();this[_0xba71[1574]]()?(this[_0xba71[252]][_0xba71[124]][_0xba71[187]]=_0xba71[110],_0xba71[529]==this[_0xba71[252]][_0xba71[301]]&&this[_0xba71[1567]]()?this[_0xba71[1575]]():this[_0xba71[1576]](),this[_0xba71[1577]]()):(this[_0xba71[252]][_0xba71[124]][_0xba71[187]]=_0xba71[188],this[_0xba71[1563]]=null)};mxShape[_0xba71[202]][_0xba71[1573]]=function(){var _0x6e36x2=this[_0xba71[1525]];if(null!=_0x6e36x2&&0<_0x6e36x2[_0xba71[67]]&&null!=_0x6e36x2[0]){this[_0xba71[1562]]= new mxRectangle(Number(_0x6e36x2[0][_0xba71[235]]),Number(_0x6e36x2[0][_0xba71[236]]),1,1);for(var _0x6e36x3=1;_0x6e36x3<this[_0xba71[1525]][_0xba71[67]];_0x6e36x3++){null!=_0x6e36x2[_0x6e36x3]&&this[_0xba71[1562]][_0xba71[99]]( new mxRectangle(Number(_0x6e36x2[_0x6e36x3][_0xba71[235]]),Number(_0x6e36x2[_0x6e36x3][_0xba71[236]]),1,1))}}};mxShape[_0xba71[202]][_0xba71[1574]]=function(){return null!=this[_0xba71[1562]]&&!isNaN(this[_0xba71[1562]][_0xba71[235]])&&!isNaN(this[_0xba71[1562]][_0xba71[236]])&&!isNaN(this[_0xba71[1562]][_0xba71[117]])&&!isNaN(this[_0xba71[1562]][_0xba71[119]])&&0<this[_0xba71[1562]][_0xba71[117]]&&0<this[_0xba71[1562]][_0xba71[119]]};mxShape[_0xba71[202]][_0xba71[1578]]=function(){var _0x6e36x2=document[_0xba71[55]](mxClient[_0xba71[463]]+_0xba71[1499]);_0x6e36x2[_0xba71[124]][_0xba71[491]]=_0xba71[492];_0x6e36x2[_0xba71[124]][_0xba71[117]]=this[_0xba71[252]][_0xba71[124]][_0xba71[117]];_0x6e36x2[_0xba71[124]][_0xba71[119]]=this[_0xba71[252]][_0xba71[124]][_0xba71[119]];return _0x6e36x2};mxShape[_0xba71[202]][_0xba71[1576]]=function(){var _0x6e36x2=this[_0xba71[1579]]();for(_0x6e36x2[_0xba71[1229]]=this[_0xba71[1229]];this[_0xba71[252]][_0xba71[1580]]();){this[_0xba71[252]][_0xba71[266]](this[_0xba71[252]][_0xba71[1581]])};this[_0xba71[1209]](_0x6e36x2);this[_0xba71[252]]!=_0x6e36x2[_0xba71[813]]&&this[_0xba71[252]][_0xba71[1583]](_0xba71[1582],_0x6e36x2[_0xba71[813]][_0xba71[342]]);_0xba71[529]==this[_0xba71[252]][_0xba71[301]]&&8==document[_0xba71[5]]&&(this[_0xba71[252]][_0xba71[124]][_0xba71[347]]=_0xba71[110],(null==this[_0xba71[1561]]||!this[_0xba71[1565]])&&mxUtils[_0xba71[1584]](this[_0xba71[252]]));this[_0xba71[1585]](_0x6e36x2)};mxShape[_0xba71[202]][_0xba71[1579]]=function(){var _0x6e36x2=null,_0x6e36x3=null;if(null!=this[_0xba71[252]][_0xba71[538]]){_0x6e36x2= new mxSvgCanvas2D(this[_0xba71[252]],!1),_0x6e36x2[_0xba71[1345]]=this[_0xba71[1564]],_0x6e36x2[_0xba71[1347]]=mxClient[_0xba71[133]]&&!mxClient[_0xba71[75]]&&!mxClient[_0xba71[76]],_0x6e36x3=this[_0xba71[1568]](),0!=_0x6e36x3?this[_0xba71[252]][_0xba71[57]](_0xba71[535],_0xba71[536]+_0x6e36x3+_0xba71[537]+_0x6e36x3+_0xba71[460]):this[_0xba71[252]][_0xba71[1390]](_0xba71[535])}else {this[_0xba71[1586]]();var _0x6e36x4=Math[_0xba71[160]](1,Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[117]])),_0x6e36x5=Math[_0xba71[160]](1,Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[119]])),_0x6e36x3=8==document[_0xba71[5]]&&this[_0xba71[1566]]()?this[_0xba71[1578]]():this[_0xba71[252]],_0x6e36x2= new mxVmlCanvas2D(_0x6e36x3,!1);_0xba71[110]!=_0x6e36x3[_0xba71[337]]&&(_0x6e36x3[_0xba71[1462]]=_0x6e36x4*this[_0xba71[1460]]+_0xba71[537]+_0x6e36x5*this[_0xba71[1460]],_0x6e36x2[_0xba71[255]](this[_0xba71[1460]]),_0x6e36x2[_0xba71[1460]]=this[_0xba71[1460]]);_0x6e36x3=this[_0xba71[255]];_0x6e36x2[_0xba71[513]](-Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[235]]/_0x6e36x3),-Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[236]]/_0x6e36x3))};return _0x6e36x2};mxShape[_0xba71[202]][_0xba71[1586]]=function(){this[_0xba71[252]][_0xba71[124]][_0xba71[361]]=Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[235]])+_0xba71[168];this[_0xba71[252]][_0xba71[124]][_0xba71[125]]=Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[236]])+_0xba71[168];var _0x6e36x2=Math[_0xba71[160]](1,Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[117]])),_0x6e36x3=Math[_0xba71[160]](1,Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[119]]));this[_0xba71[252]][_0xba71[124]][_0xba71[117]]=_0x6e36x2+_0xba71[168];this[_0xba71[252]][_0xba71[124]][_0xba71[119]]=_0x6e36x3+_0xba71[168];this[_0xba71[252]][_0xba71[124]][_0xba71[277]]=_0xba71[189]};mxShape[_0xba71[202]][_0xba71[1585]]=function(_0x6e36x2){if(_0x6e36x2 instanceof mxSvgCanvas2D){for(var _0x6e36x3 in _0x6e36x2[_0xba71[1339]]){var _0x6e36x4=_0x6e36x2[_0xba71[1339]][_0x6e36x3];_0x6e36x4[_0xba71[1587]]=(_0x6e36x4[_0xba71[1587]]||0)+1};this[_0xba71[1589]](this[_0xba71[1588]]);this[_0xba71[1588]]=_0x6e36x2[_0xba71[1339]]}};mxShape[_0xba71[202]][_0xba71[1209]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[255]],_0x6e36x4=this[_0xba71[1562]][_0xba71[235]]/_0x6e36x3,_0x6e36x5=this[_0xba71[1562]][_0xba71[236]]/_0x6e36x3,_0x6e36x9=this[_0xba71[1562]][_0xba71[117]]/_0x6e36x3,_0x6e36xa=this[_0xba71[1562]][_0xba71[119]]/_0x6e36x3;if(this[_0xba71[1590]]()){var _0x6e36x12=(_0x6e36x9-_0x6e36xa)/2,_0x6e36x4=_0x6e36x4+_0x6e36x12,_0x6e36x5=_0x6e36x5-_0x6e36x12,_0x6e36x12=_0x6e36x9,_0x6e36x9=_0x6e36xa,_0x6e36xa=_0x6e36x12};this[_0xba71[1591]](_0x6e36x2,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa);this[_0xba71[1592]](_0x6e36x2,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa);if(null!=this[_0xba71[1561]]){this[_0xba71[1593]](_0x6e36x2,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa)}else {if(_0x6e36x2[_0xba71[1250]](this[_0xba71[1307]]),null!=this[_0xba71[1525]]){_0x6e36x4=[];for(_0x6e36x5=0;_0x6e36x5<this[_0xba71[1525]][_0xba71[67]];_0x6e36x5++){_0x6e36x4[_0xba71[207]]( new mxPoint(this[_0xba71[1525]][_0x6e36x5][_0xba71[235]]/_0x6e36x3,this[_0xba71[1525]][_0x6e36x5][_0xba71[236]]/_0x6e36x3))};this[_0xba71[1594]](_0x6e36x2,_0x6e36x4)}else {this[_0xba71[1595]](_0x6e36x2,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa)}}};mxShape[_0xba71[202]][_0xba71[1592]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){var _0x6e36xa=null;null!=this[_0xba71[124]]&&(_0x6e36xa=this[_0xba71[124]][_0xba71[649]]);_0x6e36x2[_0xba71[1243]](this[_0xba71[461]]/100);null!=this[_0xba71[1596]]&&_0x6e36x2[_0xba71[1267]](this[_0xba71[1596]]);null!=this[_0xba71[1522]]&&_0x6e36x2[_0xba71[1251]](this[_0xba71[1522]]);null!=_0x6e36xa&&_0x6e36x2[_0xba71[1252]](_0x6e36xa);null!=this[_0xba71[1299]]?(_0x6e36x3=this[_0xba71[1597]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9),_0x6e36x2[_0xba71[1246]](this[_0xba71[1334]],this[_0xba71[1299]],_0x6e36x3[_0xba71[235]],_0x6e36x3[_0xba71[236]],_0x6e36x3[_0xba71[117]],_0x6e36x3[_0xba71[119]],this[_0xba71[607]])):_0x6e36x2[_0xba71[1245]](this[_0xba71[1334]]);_0x6e36x2[_0xba71[1249]](this[_0xba71[1336]])};mxShape[_0xba71[202]][_0xba71[1597]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){return new mxRectangle(_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9)};mxShape[_0xba71[202]][_0xba71[1591]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x2[_0xba71[255]](this[_0xba71[255]]);_0x6e36x2[_0xba71[1294]](this[_0xba71[1598]](),this[_0xba71[623]],this[_0xba71[624]],_0x6e36x3+_0x6e36x5/2,_0x6e36x4+_0x6e36x9/2)};mxShape[_0xba71[202]][_0xba71[1593]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){this[_0xba71[1565]]&&(this[_0xba71[507]]==mxConstants[_0xba71[508]]?this[_0xba71[1599]](this[_0xba71[252]],_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9):8!=document[_0xba71[5]]&&this[_0xba71[1600]](this[_0xba71[252]]));this[_0xba71[1561]][_0xba71[1546]](_0x6e36x2,this,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9)};mxShape[_0xba71[202]][_0xba71[1595]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){this[_0xba71[1601]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9);_0x6e36x2[_0xba71[1267]](!1);this[_0xba71[1602]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9)};mxShape[_0xba71[202]][_0xba71[1601]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){};mxShape[_0xba71[202]][_0xba71[1602]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){};mxShape[_0xba71[202]][_0xba71[1594]]=function(_0x6e36x2,_0x6e36x3){};mxShape[_0xba71[202]][_0xba71[1603]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_ARCSIZE,100*mxConstants[_0xba71[1557]])/100;return Math[_0xba71[243]](_0x6e36x2*_0x6e36x4,_0x6e36x3*_0x6e36x4)};mxShape[_0xba71[202]][_0xba71[1604]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){var _0x6e36x12=Math[_0xba71[430]](this[_0xba71[1307]]/2);_0x6e36x2[_0xba71[1246]](_0xba71[1605],_0xba71[1605],_0x6e36x3,_0x6e36x4,_0x6e36x5,0.6*_0x6e36x9,_0xba71[701],0.9,0.1);_0x6e36x2[_0xba71[1275]]();_0x6e36xa+=2*_0x6e36x12;this[_0xba71[1606]]?(_0x6e36x2[_0xba71[1276]](_0x6e36x3-_0x6e36x12+_0x6e36xa,_0x6e36x4-_0x6e36x12),_0x6e36x2[_0xba71[1278]](_0x6e36x3-_0x6e36x12,_0x6e36x4-_0x6e36x12,_0x6e36x3-_0x6e36x12,_0x6e36x4-_0x6e36x12+_0x6e36xa),_0x6e36x2[_0xba71[1277]](_0x6e36x3-_0x6e36x12,_0x6e36x4+0.4*_0x6e36x9),_0x6e36x2[_0xba71[1278]](_0x6e36x3+0.5*_0x6e36x5,_0x6e36x4+0.7*_0x6e36x9,_0x6e36x3+_0x6e36x5+_0x6e36x12,_0x6e36x4+0.4*_0x6e36x9),_0x6e36x2[_0xba71[1277]](_0x6e36x3+_0x6e36x5+_0x6e36x12,_0x6e36x4-_0x6e36x12+_0x6e36xa),_0x6e36x2[_0xba71[1278]](_0x6e36x3+_0x6e36x5+_0x6e36x12,_0x6e36x4-_0x6e36x12,_0x6e36x3+_0x6e36x5+_0x6e36x12-_0x6e36xa,_0x6e36x4-_0x6e36x12)):(_0x6e36x2[_0xba71[1276]](_0x6e36x3-_0x6e36x12,_0x6e36x4-_0x6e36x12),_0x6e36x2[_0xba71[1277]](_0x6e36x3-_0x6e36x12,_0x6e36x4+0.4*_0x6e36x9),_0x6e36x2[_0xba71[1278]](_0x6e36x3+0.5*_0x6e36x5,_0x6e36x4+0.7*_0x6e36x9,_0x6e36x3+_0x6e36x5+_0x6e36x12,_0x6e36x4+0.4*_0x6e36x9),_0x6e36x2[_0xba71[1277]](_0x6e36x3+_0x6e36x5+_0x6e36x12,_0x6e36x4-_0x6e36x12));_0x6e36x2[_0xba71[268]]();_0x6e36x2[_0xba71[1334]]()};mxShape[_0xba71[202]][_0xba71[183]]=function(_0x6e36x2){this[_0xba71[724]]=_0x6e36x2;this[_0xba71[124]]=_0x6e36x2[_0xba71[124]];if(null!=this[_0xba71[124]]){this[_0xba71[1334]]=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_FILLCOLOR,this[_0xba71[1334]]);this[_0xba71[1299]]=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_GRADIENTCOLOR,this[_0xba71[1299]]);this[_0xba71[607]]=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_GRADIENT_DIRECTION,this[_0xba71[607]]);this[_0xba71[461]]=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_OPACITY,this[_0xba71[461]]);this[_0xba71[1336]]=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_STROKECOLOR,this[_0xba71[1336]]);this[_0xba71[1307]]=mxUtils[_0xba71[1550]](this[_0xba71[124]],mxConstants.STYLE_STROKEWIDTH,this[_0xba71[1307]]);this[_0xba71[657]]=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_SPACING,this[_0xba71[657]]);this[_0xba71[644]]=mxUtils[_0xba71[1550]](this[_0xba71[124]],mxConstants.STYLE_STARTSIZE,this[_0xba71[644]]);this[_0xba71[643]]=mxUtils[_0xba71[1550]](this[_0xba71[124]],mxConstants.STYLE_ENDSIZE,this[_0xba71[643]]);this[_0xba71[642]]=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_STARTARROW,this[_0xba71[642]]);this[_0xba71[641]]=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_ENDARROW,this[_0xba71[641]]);this[_0xba71[603]]=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_ROTATION,this[_0xba71[603]]);this[_0xba71[663]]=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_DIRECTION,this[_0xba71[663]]);this[_0xba71[623]]=1==mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_FLIPH,0);this[_0xba71[624]]=1==mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_FLIPV,0);null!=this[_0xba71[1561]]&&(this[_0xba71[623]]=1==mxUtils[_0xba71[433]](this[_0xba71[124]],_0xba71[1607],0)||this[_0xba71[623]],this[_0xba71[624]]=1==mxUtils[_0xba71[433]](this[_0xba71[124]],_0xba71[1608],0)||this[_0xba71[624]]);if(_0xba71[700]==this[_0xba71[663]]||_0xba71[701]==this[_0xba71[663]]){_0x6e36x2=this[_0xba71[623]],this[_0xba71[623]]=this[_0xba71[624]],this[_0xba71[624]]=_0x6e36x2};this[_0xba71[1596]]=1==mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_SHADOW,this[_0xba71[1596]]);this[_0xba71[1522]]=1==mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_DASHED,this[_0xba71[1522]]);this[_0xba71[1606]]=1==mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_ROUNDED,this[_0xba71[1606]]);this[_0xba71[617]]=1==mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_GLASS,this[_0xba71[617]]);_0xba71[130]==this[_0xba71[1334]]&&(this[_0xba71[1334]]=null);_0xba71[130]==this[_0xba71[1299]]&&(this[_0xba71[1299]]=null);_0xba71[130]==this[_0xba71[1336]]&&(this[_0xba71[1336]]=null)}};mxShape[_0xba71[202]][_0xba71[1609]]=function(_0x6e36x2){null==_0x6e36x2&&(_0x6e36x2=_0xba71[110]);this[_0xba71[270]]=_0x6e36x2;null!=this[_0xba71[252]]&&(this[_0xba71[252]][_0xba71[124]][_0xba71[270]]=_0x6e36x2)};mxShape[_0xba71[202]][_0xba71[1610]]=function(){return this[_0xba71[270]]};mxShape[_0xba71[202]][_0xba71[1577]]=function(){if(null!=this[_0xba71[1562]]){var _0x6e36x2=this[_0xba71[1611]]();if(null!=_0x6e36x2){this[_0xba71[1612]](_0x6e36x2);var _0x6e36x3=this[_0xba71[1598]]();0!=_0x6e36x3&&(_0x6e36x2=mxUtils[_0xba71[1613]](_0x6e36x2,_0x6e36x3));_0x6e36x2[_0xba71[235]]=Math[_0xba71[519]](_0x6e36x2[_0xba71[235]]);_0x6e36x2[_0xba71[236]]=Math[_0xba71[519]](_0x6e36x2[_0xba71[236]]);_0x6e36x2[_0xba71[117]]=Math[_0xba71[430]](_0x6e36x2[_0xba71[117]]);_0x6e36x2[_0xba71[119]]=Math[_0xba71[430]](_0x6e36x2[_0xba71[119]])};this[_0xba71[1563]]=_0x6e36x2}};mxShape[_0xba71[202]][_0xba71[1611]]=function(){var _0x6e36x2=this[_0xba71[1562]][_0xba71[238]]();if(this[_0xba71[1590]]()){var _0x6e36x3=(_0x6e36x2[_0xba71[117]]-_0x6e36x2[_0xba71[119]])/2;_0x6e36x2[_0xba71[235]]+=_0x6e36x3;_0x6e36x2[_0xba71[236]]-=_0x6e36x3;_0x6e36x3=_0x6e36x2[_0xba71[117]];_0x6e36x2[_0xba71[117]]=_0x6e36x2[_0xba71[119]];_0x6e36x2[_0xba71[119]]=_0x6e36x3};return _0x6e36x2};mxShape[_0xba71[202]][_0xba71[1612]]=function(_0x6e36x2){this[_0xba71[1596]]&&(_0x6e36x2[_0xba71[117]]+=Math[_0xba71[430]](mxConstants[_0xba71[1237]]*this[_0xba71[255]]),_0x6e36x2[_0xba71[119]]+=Math[_0xba71[430]](mxConstants[_0xba71[1238]]*this[_0xba71[255]]));var _0x6e36x3=Math[_0xba71[430]](this[_0xba71[1307]]*this[_0xba71[255]]);_0x6e36x2[_0xba71[244]](Math[_0xba71[430]](_0x6e36x3/2))};mxShape[_0xba71[202]][_0xba71[1590]]=function(){return null==this[_0xba71[1561]]&&(_0xba71[700]==this[_0xba71[663]]||_0xba71[701]==this[_0xba71[663]])};mxShape[_0xba71[202]][_0xba71[1614]]=function(){return null!=this[_0xba71[603]]?this[_0xba71[603]]:0};mxShape[_0xba71[202]][_0xba71[1615]]=function(){var _0x6e36x2=this[_0xba71[1614]]();1!=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_HORIZONTAL,1)&&(_0x6e36x2+=mxText[_0xba71[202]][_0xba71[1616]]);return _0x6e36x2};mxShape[_0xba71[202]][_0xba71[1598]]=function(){var _0x6e36x2=this[_0xba71[1614]]();null!=this[_0xba71[663]]&&(_0xba71[700]==this[_0xba71[663]]?_0x6e36x2+=270:_0xba71[703]==this[_0xba71[663]]?_0x6e36x2+=180:_0xba71[701]==this[_0xba71[663]]&&(_0x6e36x2+=90));return _0x6e36x2};mxShape[_0xba71[202]][_0xba71[1599]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x2=document[_0xba71[509]](mxConstants.NS_SVG,_0xba71[1319]);_0x6e36x2[_0xba71[57]](_0xba71[235],_0x6e36x3);_0x6e36x2[_0xba71[57]](_0xba71[236],_0x6e36x4);_0x6e36x2[_0xba71[57]](_0xba71[117],_0x6e36x5);_0x6e36x2[_0xba71[57]](_0xba71[119],_0x6e36x9);_0x6e36x2[_0xba71[57]](_0xba71[1334],_0xba71[130]);_0x6e36x2[_0xba71[57]](_0xba71[1336],_0xba71[130]);_0x6e36x2[_0xba71[57]](_0xba71[1377],_0xba71[1378]);this[_0xba71[252]][_0xba71[62]](_0x6e36x2)};mxShape[_0xba71[202]][_0xba71[1600]]=function(_0x6e36x2){_0x6e36x2[_0xba71[124]][_0xba71[1617]]=_0xba71[1618]+mxClient[_0xba71[88]]+_0xba71[1619]};mxShape[_0xba71[202]][_0xba71[1589]]=function(_0x6e36x2){if(null!=_0x6e36x2){for(var _0x6e36x3 in _0x6e36x2){var _0x6e36x4=_0x6e36x2[_0x6e36x3];_0x6e36x4[_0xba71[1587]]=(_0x6e36x4[_0xba71[1587]]||0)-1;0==_0x6e36x4[_0xba71[1587]]&&null!=_0x6e36x4[_0xba71[265]]&&_0x6e36x4[_0xba71[265]][_0xba71[266]](_0x6e36x4)}}};mxShape[_0xba71[202]][_0xba71[515]]=function(){null!=this[_0xba71[252]]&&(mxEvent[_0xba71[762]](this[_0xba71[252]]),null!=this[_0xba71[252]][_0xba71[265]]&&this[_0xba71[252]][_0xba71[265]][_0xba71[266]](this[_0xba71[252]]),this[_0xba71[252]]=null);this[_0xba71[1589]](this[_0xba71[1588]]);this[_0xba71[1588]]=null};var mxStencilRegistry={stencils:[],addStencil:function(_0x6e36x2,_0x6e36x3){mxStencilRegistry[_0xba71[1620]][_0x6e36x2]=_0x6e36x3},getStencil:function(_0x6e36x2){return mxStencilRegistry[_0xba71[1620]][_0x6e36x2]}},mxMarker={markers:[],addMarker:function(_0x6e36x2,_0x6e36x3){mxMarker[_0xba71[1621]][_0x6e36x2]=_0x6e36x3},createMarker:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14,_0x6e36x15){var _0x6e36x16=mxMarker[_0xba71[1621]][_0x6e36x4];return null!=_0x6e36x16?_0x6e36x16(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14,_0x6e36x15):null}};(function(){function _0x6e36x2(_0x6e36x2,_0x6e36x3,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14,_0x6e36x15,_0x6e36x16,_0x6e36x17){_0x6e36x3=1.118*_0x6e36x12*_0x6e36x16;_0x6e36x15=1.118*_0x6e36x13*_0x6e36x16;_0x6e36x12*=_0x6e36x14+_0x6e36x16;_0x6e36x13*=_0x6e36x14+_0x6e36x16;var _0x6e36x18=_0x6e36xa[_0xba71[238]]();_0x6e36x18[_0xba71[235]]-=_0x6e36x3;_0x6e36x18[_0xba71[236]]-=_0x6e36x15;_0x6e36x14=_0x6e36x9!=mxConstants[_0xba71[1622]]?1:0.75;_0x6e36xa[_0xba71[235]]+=-_0x6e36x12*_0x6e36x14-_0x6e36x3;_0x6e36xa[_0xba71[236]]+=-_0x6e36x13*_0x6e36x14-_0x6e36x15;return function(){_0x6e36x2[_0xba71[1275]]();_0x6e36x2[_0xba71[1276]](_0x6e36x18[_0xba71[235]],_0x6e36x18[_0xba71[236]]);_0x6e36x2[_0xba71[1277]](_0x6e36x18[_0xba71[235]]-_0x6e36x12-_0x6e36x13/2,_0x6e36x18[_0xba71[236]]-_0x6e36x13+_0x6e36x12/2);_0x6e36x9==mxConstants[_0xba71[1622]]&&_0x6e36x2[_0xba71[1277]](_0x6e36x18[_0xba71[235]]-3*_0x6e36x12/4,_0x6e36x18[_0xba71[236]]-3*_0x6e36x13/4);_0x6e36x2[_0xba71[1277]](_0x6e36x18[_0xba71[235]]+_0x6e36x13/2-_0x6e36x12,_0x6e36x18[_0xba71[236]]-_0x6e36x13-_0x6e36x12/2);_0x6e36x2[_0xba71[268]]();_0x6e36x17?_0x6e36x2[_0xba71[1337]]():_0x6e36x2[_0xba71[1336]]()}}function _0x6e36x3(_0x6e36x2,_0x6e36x3,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14,_0x6e36x15,_0x6e36x16,_0x6e36x17){_0x6e36x15=_0x6e36x9==mxConstants[_0xba71[1623]]?0.7071:0.9862;_0x6e36x3=_0x6e36x12*_0x6e36x16*_0x6e36x15;_0x6e36x15*=_0x6e36x13*_0x6e36x16;_0x6e36x12*=_0x6e36x14+_0x6e36x16;_0x6e36x13*=_0x6e36x14+_0x6e36x16;var _0x6e36x18=_0x6e36xa[_0xba71[238]]();_0x6e36x18[_0xba71[235]]-=_0x6e36x3;_0x6e36x18[_0xba71[236]]-=_0x6e36x15;_0x6e36xa[_0xba71[235]]+=-_0x6e36x12-_0x6e36x3;_0x6e36xa[_0xba71[236]]+=-_0x6e36x13-_0x6e36x15;var _0x6e36x19=_0x6e36x9==mxConstants[_0xba71[1623]]?2:3.4;return function(){_0x6e36x2[_0xba71[1275]]();_0x6e36x2[_0xba71[1276]](_0x6e36x18[_0xba71[235]],_0x6e36x18[_0xba71[236]]);_0x6e36x2[_0xba71[1277]](_0x6e36x18[_0xba71[235]]-_0x6e36x12/2-_0x6e36x13/_0x6e36x19,_0x6e36x18[_0xba71[236]]+_0x6e36x12/_0x6e36x19-_0x6e36x13/2);_0x6e36x2[_0xba71[1277]](_0x6e36x18[_0xba71[235]]-_0x6e36x12,_0x6e36x18[_0xba71[236]]-_0x6e36x13);_0x6e36x2[_0xba71[1277]](_0x6e36x18[_0xba71[235]]-_0x6e36x12/2+_0x6e36x13/_0x6e36x19,_0x6e36x18[_0xba71[236]]-_0x6e36x13/2-_0x6e36x12/_0x6e36x19);_0x6e36x2[_0xba71[268]]();_0x6e36x17?_0x6e36x2[_0xba71[1337]]():_0x6e36x2[_0xba71[1336]]()}}mxMarker[_0xba71[1624]](_0xba71[693],_0x6e36x2);mxMarker[_0xba71[1624]](_0xba71[694],_0x6e36x2);mxMarker[_0xba71[1624]](_0xba71[392],function(_0x6e36x2,_0x6e36x3,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14,_0x6e36x15,_0x6e36x16,_0x6e36x17){_0x6e36x3=1.118*_0x6e36x12*_0x6e36x16;_0x6e36x9=1.118*_0x6e36x13*_0x6e36x16;_0x6e36x12*=_0x6e36x14+_0x6e36x16;_0x6e36x13*=_0x6e36x14+_0x6e36x16;var _0x6e36x18=_0x6e36xa[_0xba71[238]]();_0x6e36x18[_0xba71[235]]-=_0x6e36x3;_0x6e36x18[_0xba71[236]]-=_0x6e36x9;_0x6e36xa[_0xba71[235]]+=2* -_0x6e36x3;_0x6e36xa[_0xba71[236]]+=2* -_0x6e36x9;return function(){_0x6e36x2[_0xba71[1275]]();_0x6e36x2[_0xba71[1276]](_0x6e36x18[_0xba71[235]]-_0x6e36x12-_0x6e36x13/2,_0x6e36x18[_0xba71[236]]-_0x6e36x13+_0x6e36x12/2);_0x6e36x2[_0xba71[1277]](_0x6e36x18[_0xba71[235]],_0x6e36x18[_0xba71[236]]);_0x6e36x2[_0xba71[1277]](_0x6e36x18[_0xba71[235]]+_0x6e36x13/2-_0x6e36x12,_0x6e36x18[_0xba71[236]]-_0x6e36x13-_0x6e36x12/2);_0x6e36x2[_0xba71[1336]]()}});mxMarker[_0xba71[1624]](_0xba71[695],function(_0x6e36x2,_0x6e36x3,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14,_0x6e36x15,_0x6e36x16,_0x6e36x17){var _0x6e36x18=_0x6e36x14/2,_0x6e36x19=_0x6e36xa[_0xba71[238]]();_0x6e36xa[_0xba71[235]]-=_0x6e36x12*_0x6e36x18;_0x6e36xa[_0xba71[236]]-=_0x6e36x13*_0x6e36x18;return function(){_0x6e36x2[_0xba71[680]](_0x6e36x19[_0xba71[235]]-_0x6e36x18,_0x6e36x19[_0xba71[236]]-_0x6e36x18,_0x6e36x14,_0x6e36x14);_0x6e36x17?_0x6e36x2[_0xba71[1337]]():_0x6e36x2[_0xba71[1336]]()}});mxMarker[_0xba71[1624]](_0xba71[696],_0x6e36x3);mxMarker[_0xba71[1624]](_0xba71[697],_0x6e36x3)})();function mxActor(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){mxShape[_0xba71[239]](this);this[_0xba71[1562]]=_0x6e36x2;this[_0xba71[1334]]=_0x6e36x3;this[_0xba71[1336]]=_0x6e36x4;this[_0xba71[1307]]=null!=_0x6e36x5?_0x6e36x5:1}mxUtils[_0xba71[1284]](mxActor,mxShape);mxActor[_0xba71[202]][_0xba71[1595]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x2[_0xba71[513]](_0x6e36x3,_0x6e36x4);_0x6e36x2[_0xba71[1275]]();this[_0xba71[1625]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9);_0x6e36x2[_0xba71[1337]]()};mxActor[_0xba71[202]][_0xba71[1625]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x3=_0x6e36x5/3;_0x6e36x2[_0xba71[1276]](0,_0x6e36x9);_0x6e36x2[_0xba71[1279]](0,3*_0x6e36x9/5,0,2*_0x6e36x9/5,_0x6e36x5/2,2*_0x6e36x9/5);_0x6e36x2[_0xba71[1279]](_0x6e36x5/2-_0x6e36x3,2*_0x6e36x9/5,_0x6e36x5/2-_0x6e36x3,0,_0x6e36x5/2,0);_0x6e36x2[_0xba71[1279]](_0x6e36x5/2+_0x6e36x3,0,_0x6e36x5/2+_0x6e36x3,2*_0x6e36x9/5,_0x6e36x5/2,2*_0x6e36x9/5);_0x6e36x2[_0xba71[1279]](_0x6e36x5,2*_0x6e36x9/5,_0x6e36x5,3*_0x6e36x9/5,_0x6e36x5,_0x6e36x9);_0x6e36x2[_0xba71[268]]()};function mxCloud(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){mxActor[_0xba71[239]](this);this[_0xba71[1562]]=_0x6e36x2;this[_0xba71[1334]]=_0x6e36x3;this[_0xba71[1336]]=_0x6e36x4;this[_0xba71[1307]]=null!=_0x6e36x5?_0x6e36x5:1}mxUtils[_0xba71[1284]](mxCloud,mxActor);mxCloud[_0xba71[202]][_0xba71[1625]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x2[_0xba71[1276]](0.25*_0x6e36x5,0.25*_0x6e36x9);_0x6e36x2[_0xba71[1279]](0.05*_0x6e36x5,0.25*_0x6e36x9,0,0.5*_0x6e36x9,0.16*_0x6e36x5,0.55*_0x6e36x9);_0x6e36x2[_0xba71[1279]](0,0.66*_0x6e36x9,0.18*_0x6e36x5,0.9*_0x6e36x9,0.31*_0x6e36x5,0.8*_0x6e36x9);_0x6e36x2[_0xba71[1279]](0.4*_0x6e36x5,_0x6e36x9,0.7*_0x6e36x5,_0x6e36x9,0.8*_0x6e36x5,0.8*_0x6e36x9);_0x6e36x2[_0xba71[1279]](_0x6e36x5,0.8*_0x6e36x9,_0x6e36x5,0.6*_0x6e36x9,0.875*_0x6e36x5,0.5*_0x6e36x9);_0x6e36x2[_0xba71[1279]](_0x6e36x5,0.3*_0x6e36x9,0.8*_0x6e36x5,0.1*_0x6e36x9,0.625*_0x6e36x5,0.2*_0x6e36x9);_0x6e36x2[_0xba71[1279]](0.5*_0x6e36x5,0.05*_0x6e36x9,0.3*_0x6e36x5,0.05*_0x6e36x9,0.25*_0x6e36x5,0.25*_0x6e36x9);_0x6e36x2[_0xba71[268]]()};function mxRectangleShape(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){mxShape[_0xba71[239]](this);this[_0xba71[1562]]=_0x6e36x2;this[_0xba71[1334]]=_0x6e36x3;this[_0xba71[1336]]=_0x6e36x4;this[_0xba71[1307]]=null!=_0x6e36x5?_0x6e36x5:1}mxUtils[_0xba71[1284]](mxRectangleShape,mxShape);mxRectangleShape[_0xba71[202]][_0xba71[1567]]=function(){return !this[_0xba71[1606]]&&!this[_0xba71[617]]&&0==this[_0xba71[603]]};mxRectangleShape[_0xba71[202]][_0xba71[1601]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){if(this[_0xba71[1606]]){var _0x6e36xa=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_ARCSIZE,100*mxConstants[_0xba71[1557]])/100,_0x6e36xa=Math[_0xba71[243]](_0x6e36x5*_0x6e36xa,_0x6e36x9*_0x6e36xa);_0x6e36x2[_0xba71[1320]](_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36xa)}else {_0x6e36x2[_0xba71[1319]](_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9)};_0x6e36x2[_0xba71[1337]]()};mxRectangleShape[_0xba71[202]][_0xba71[1602]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){this[_0xba71[617]]&&this[_0xba71[1604]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,this[_0xba71[1603]](_0x6e36x5+this[_0xba71[1307]],_0x6e36x9+this[_0xba71[1307]]))};mxRectangleShape[_0xba71[202]][_0xba71[1575]]=function(){this[_0xba71[1626]](this[_0xba71[252]]);this[_0xba71[1627]](this[_0xba71[252]]);this[_0xba71[1628]](this[_0xba71[252]])};mxRectangleShape[_0xba71[202]][_0xba71[1626]]=function(_0x6e36x2){var _0x6e36x3=9<=document[_0xba71[5]]?0:Math[_0xba71[430]](this[_0xba71[1307]]*this[_0xba71[255]]);_0x6e36x2[_0xba71[124]][_0xba71[1629]]=Math[_0xba71[160]](1,_0x6e36x3)+_0xba71[168];_0x6e36x2[_0xba71[124]][_0xba71[277]]=_0xba71[188];_0x6e36x2[_0xba71[124]][_0xba71[361]]=Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[235]]-_0x6e36x3/2)+_0xba71[168];_0x6e36x2[_0xba71[124]][_0xba71[125]]=Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[236]]-_0x6e36x3/2)+_0xba71[168];_0xba71[462]==document[_0xba71[135]]&&(_0x6e36x3= -_0x6e36x3);_0x6e36x2[_0xba71[124]][_0xba71[117]]=Math[_0xba71[488]](Math[_0xba71[160]](0,this[_0xba71[1562]][_0xba71[117]]+_0x6e36x3))+_0xba71[168];_0x6e36x2[_0xba71[124]][_0xba71[119]]=Math[_0xba71[488]](Math[_0xba71[160]](0,this[_0xba71[1562]][_0xba71[119]]+_0x6e36x3))+_0xba71[168]};mxRectangleShape[_0xba71[202]][_0xba71[1628]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1336]];null!=_0x6e36x3&&_0x6e36x3!=mxConstants[_0xba71[217]]?(_0x6e36x2[_0xba71[124]][_0xba71[1630]]=_0x6e36x3,this[_0xba71[1522]]?_0x6e36x2[_0xba71[124]][_0xba71[465]]=_0xba71[648]:0<this[_0xba71[1307]]&&(_0x6e36x2[_0xba71[124]][_0xba71[465]]=_0xba71[1631]),_0x6e36x2[_0xba71[124]][_0xba71[1629]]=Math[_0xba71[160]](1,Math[_0xba71[430]](this[_0xba71[1307]]*this[_0xba71[255]]))+_0xba71[168]):_0x6e36x2[_0xba71[124]][_0xba71[1629]]=_0xba71[946];_0x6e36x3=this[_0xba71[1334]];null!=_0x6e36x3&&_0x6e36x3!=mxConstants[_0xba71[217]]?(_0x6e36x2[_0xba71[124]][_0xba71[1028]]=_0x6e36x3,_0x6e36x2[_0xba71[124]][_0xba71[1617]]=_0xba71[130]):this[_0xba71[1229]]?_0x6e36x2[_0xba71[124]][_0xba71[1028]]=_0xba71[1373]:8==document[_0xba71[5]]?mxUtils[_0xba71[1584]](_0x6e36x2):this[_0xba71[1600]](_0x6e36x2)};mxRectangleShape[_0xba71[202]][_0xba71[1627]]=function(_0x6e36x2){var _0x6e36x3=_0xba71[110];100>this[_0xba71[461]]&&(_0x6e36x3+=_0xba71[459]+this[_0xba71[461]]+_0xba71[460]);this[_0xba71[1596]]&&(_0x6e36x3+=_0xba71[1632]+Math[_0xba71[488]](mxConstants[_0xba71[1237]]*this[_0xba71[255]])+_0xba71[1633]+Math[_0xba71[488]](mxConstants[_0xba71[1238]]*this[_0xba71[255]])+_0xba71[1634]+mxConstants[_0xba71[1235]]+_0xba71[1635]);if(this[_0xba71[1299]]){var _0x6e36x4=this[_0xba71[1334]],_0x6e36x5=this[_0xba71[1299]],_0x6e36x9=_0xba71[468],_0x6e36xa={east:0,south:1,west:2,north:3},_0x6e36x12=null!=this[_0xba71[663]]?_0x6e36xa[this[_0xba71[663]]]:0;null!=this[_0xba71[607]]&&(_0x6e36x12=mxUtils[_0xba71[1454]](_0x6e36x12+_0x6e36xa[this[_0xba71[607]]]-1,4));1==_0x6e36x12?(_0x6e36x9=_0xba71[500],_0x6e36xa=_0x6e36x4,_0x6e36x4=_0x6e36x5,_0x6e36x5=_0x6e36xa):2==_0x6e36x12?(_0x6e36xa=_0x6e36x4,_0x6e36x4=_0x6e36x5,_0x6e36x5=_0x6e36xa):3==_0x6e36x12&&(_0x6e36x9=_0xba71[500]);_0x6e36x3+=_0xba71[1636]+_0x6e36x4+_0xba71[1637]+_0x6e36x5+_0xba71[1638]+_0x6e36x9+_0xba71[1635]};_0x6e36x2[_0xba71[124]][_0xba71[347]]=_0x6e36x3};function mxEllipse(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){mxShape[_0xba71[239]](this);this[_0xba71[1562]]=_0x6e36x2;this[_0xba71[1334]]=_0x6e36x3;this[_0xba71[1336]]=_0x6e36x4;this[_0xba71[1307]]=null!=_0x6e36x5?_0x6e36x5:1}mxUtils[_0xba71[1284]](mxEllipse,mxShape);mxEllipse[_0xba71[202]][_0xba71[1595]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x2[_0xba71[680]](_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9);_0x6e36x2[_0xba71[1337]]()};function mxDoubleEllipse(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){mxShape[_0xba71[239]](this);this[_0xba71[1562]]=_0x6e36x2;this[_0xba71[1334]]=_0x6e36x3;this[_0xba71[1336]]=_0x6e36x4;this[_0xba71[1307]]=null!=_0x6e36x5?_0x6e36x5:1}mxUtils[_0xba71[1284]](mxDoubleEllipse,mxShape);mxDoubleEllipse[_0xba71[202]][_0xba71[1460]]=10;mxDoubleEllipse[_0xba71[202]][_0xba71[1601]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x2[_0xba71[680]](_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9);_0x6e36x2[_0xba71[1337]]()};mxDoubleEllipse[_0xba71[202]][_0xba71[1602]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){var _0x6e36xa=Math[_0xba71[243]](4,Math[_0xba71[243]](_0x6e36x5/5,_0x6e36x9/5));_0x6e36x5-=2*_0x6e36xa;_0x6e36x9-=2*_0x6e36xa;0<_0x6e36x5&&0<_0x6e36x9&&_0x6e36x2[_0xba71[680]](_0x6e36x3+_0x6e36xa,_0x6e36x4+_0x6e36xa,_0x6e36x5,_0x6e36x9);_0x6e36x2[_0xba71[1336]]()};function mxRhombus(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){mxShape[_0xba71[239]](this);this[_0xba71[1562]]=_0x6e36x2;this[_0xba71[1334]]=_0x6e36x3;this[_0xba71[1336]]=_0x6e36x4;this[_0xba71[1307]]=null!=_0x6e36x5?_0x6e36x5:1}mxUtils[_0xba71[1284]](mxRhombus,mxShape);mxRhombus[_0xba71[202]][_0xba71[1595]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){var _0x6e36xa=_0x6e36x5/2,_0x6e36x12=_0x6e36x9/2;_0x6e36x2[_0xba71[1275]]();_0x6e36x2[_0xba71[1276]](_0x6e36x3+_0x6e36xa,_0x6e36x4);_0x6e36x2[_0xba71[1277]](_0x6e36x3+_0x6e36x5,_0x6e36x4+_0x6e36x12);_0x6e36x2[_0xba71[1277]](_0x6e36x3+_0x6e36xa,_0x6e36x4+_0x6e36x9);_0x6e36x2[_0xba71[1277]](_0x6e36x3,_0x6e36x4+_0x6e36x12);_0x6e36x2[_0xba71[268]]();_0x6e36x2[_0xba71[1337]]()};function mxPolyline(_0x6e36x2,_0x6e36x3,_0x6e36x4){mxShape[_0xba71[239]](this);this[_0xba71[1525]]=_0x6e36x2;this[_0xba71[1336]]=_0x6e36x3;this[_0xba71[1307]]=null!=_0x6e36x4?_0x6e36x4:1}mxUtils[_0xba71[1284]](mxPolyline,mxShape);mxPolyline[_0xba71[202]][_0xba71[1614]]=function(){return 0};mxPolyline[_0xba71[202]][_0xba71[1594]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[1639]](_0x6e36x2,_0x6e36x3,this[_0xba71[1606]])};mxPolyline[_0xba71[202]][_0xba71[1639]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2,_0x6e36x9=_0x6e36x3[0],_0x6e36xa=_0x6e36x3[_0x6e36x3[_0xba71[67]]-1];_0x6e36x2[_0xba71[1275]]();_0x6e36x2[_0xba71[1276]](_0x6e36x9[_0xba71[235]],_0x6e36x9[_0xba71[236]]);for(var _0x6e36x12=1;_0x6e36x12<_0x6e36x3[_0xba71[67]]-1;_0x6e36x12++){var _0x6e36x13=_0x6e36x3[_0x6e36x12],_0x6e36x14=_0x6e36x9[_0xba71[235]]-_0x6e36x13[_0xba71[235]],_0x6e36x9=_0x6e36x9[_0xba71[236]]-_0x6e36x13[_0xba71[236]];if(_0x6e36x4&&_0x6e36x12<_0x6e36x3[_0xba71[67]]-1&&(0!=_0x6e36x14||0!=_0x6e36x9)){var _0x6e36x15=Math[_0xba71[428]](_0x6e36x14*_0x6e36x14+_0x6e36x9*_0x6e36x9),_0x6e36x14=_0x6e36x14*Math[_0xba71[243]](_0x6e36x5,_0x6e36x15/2)/_0x6e36x15,_0x6e36x9=_0x6e36x9*Math[_0xba71[243]](_0x6e36x5,_0x6e36x15/2)/_0x6e36x15;_0x6e36x2[_0xba71[1277]](_0x6e36x13[_0xba71[235]]+_0x6e36x14,_0x6e36x13[_0xba71[236]]+_0x6e36x9);_0x6e36x9=_0x6e36x3[_0x6e36x12+1];_0x6e36x14=_0x6e36x9[_0xba71[235]]-_0x6e36x13[_0xba71[235]];_0x6e36x9=_0x6e36x9[_0xba71[236]]-_0x6e36x13[_0xba71[236]];_0x6e36x15=Math[_0xba71[160]](1,Math[_0xba71[428]](_0x6e36x14*_0x6e36x14+_0x6e36x9*_0x6e36x9));_0x6e36x14=_0x6e36x14*Math[_0xba71[243]](_0x6e36x5,_0x6e36x15/2)/_0x6e36x15;_0x6e36x9=_0x6e36x9*Math[_0xba71[243]](_0x6e36x5,_0x6e36x15/2)/_0x6e36x15;_0x6e36x14=_0x6e36x13[_0xba71[235]]+_0x6e36x14;_0x6e36x9=_0x6e36x13[_0xba71[236]]+_0x6e36x9;_0x6e36x2[_0xba71[1278]](_0x6e36x13[_0xba71[235]],_0x6e36x13[_0xba71[236]],_0x6e36x14,_0x6e36x9);_0x6e36x13= new mxPoint(_0x6e36x14,_0x6e36x9)}else {_0x6e36x2[_0xba71[1277]](_0x6e36x13[_0xba71[235]],_0x6e36x13[_0xba71[236]])};_0x6e36x9=_0x6e36x13};_0x6e36x2[_0xba71[1277]](_0x6e36xa[_0xba71[235]],_0x6e36xa[_0xba71[236]]);_0x6e36x2[_0xba71[1336]]()};function mxArrow(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12){mxShape[_0xba71[239]](this);this[_0xba71[1525]]=_0x6e36x2;this[_0xba71[1334]]=_0x6e36x3;this[_0xba71[1336]]=_0x6e36x4;this[_0xba71[1307]]=null!=_0x6e36x5?_0x6e36x5:1;this[_0xba71[1640]]=null!=_0x6e36x9?_0x6e36x9:mxConstants[_0xba71[1641]];this[_0xba71[657]]=null!=_0x6e36xa?_0x6e36xa:mxConstants[_0xba71[1642]];this[_0xba71[643]]=null!=_0x6e36x12?_0x6e36x12:mxConstants[_0xba71[1643]]}mxUtils[_0xba71[1284]](mxArrow,mxShape);mxArrow[_0xba71[202]][_0xba71[1594]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=mxConstants[_0xba71[1642]],_0x6e36x5=mxConstants[_0xba71[1641]],_0x6e36x9=mxConstants[_0xba71[1643]],_0x6e36xa=_0x6e36x3[0],_0x6e36x12=_0x6e36x3[_0x6e36x3[_0xba71[67]]-1],_0x6e36x13=_0x6e36x12[_0xba71[235]]-_0x6e36xa[_0xba71[235]],_0x6e36x14=_0x6e36x12[_0xba71[236]]-_0x6e36xa[_0xba71[236]],_0x6e36x15=Math[_0xba71[428]](_0x6e36x13*_0x6e36x13+_0x6e36x14*_0x6e36x14),_0x6e36x16=_0x6e36x15-2*_0x6e36x4-_0x6e36x9,_0x6e36x13=_0x6e36x13/_0x6e36x15,_0x6e36x14=_0x6e36x14/_0x6e36x15,_0x6e36x15=_0x6e36x5*_0x6e36x14/3,_0x6e36x5=-_0x6e36x5*_0x6e36x13/3,_0x6e36x9=_0x6e36xa[_0xba71[235]]-_0x6e36x15/2+_0x6e36x4*_0x6e36x13,_0x6e36xa=_0x6e36xa[_0xba71[236]]-_0x6e36x5/2+_0x6e36x4*_0x6e36x14,_0x6e36x17=_0x6e36x9+_0x6e36x15,_0x6e36x18=_0x6e36xa+_0x6e36x5,_0x6e36x19=_0x6e36x17+_0x6e36x16*_0x6e36x13,_0x6e36x16=_0x6e36x18+_0x6e36x16*_0x6e36x14,_0x6e36x1a=_0x6e36x19+_0x6e36x15,_0x6e36x1b=_0x6e36x16+_0x6e36x5,_0x6e36x1c=_0x6e36x1a-3*_0x6e36x15,_0x6e36x1d=_0x6e36x1b-3*_0x6e36x5;_0x6e36x2[_0xba71[1275]]();_0x6e36x2[_0xba71[1276]](_0x6e36x9,_0x6e36xa);_0x6e36x2[_0xba71[1277]](_0x6e36x17,_0x6e36x18);_0x6e36x2[_0xba71[1277]](_0x6e36x19,_0x6e36x16);_0x6e36x2[_0xba71[1277]](_0x6e36x1a,_0x6e36x1b);_0x6e36x2[_0xba71[1277]](_0x6e36x12[_0xba71[235]]-_0x6e36x4*_0x6e36x13,_0x6e36x12[_0xba71[236]]-_0x6e36x4*_0x6e36x14);_0x6e36x2[_0xba71[1277]](_0x6e36x1c,_0x6e36x1d);_0x6e36x2[_0xba71[1277]](_0x6e36x1c+_0x6e36x15,_0x6e36x1d+_0x6e36x5);_0x6e36x2[_0xba71[268]]();_0x6e36x2[_0xba71[1337]]()};function mxText(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14,_0x6e36x15,_0x6e36x16,_0x6e36x17,_0x6e36x18,_0x6e36x19,_0x6e36x1a,_0x6e36x1b,_0x6e36x1c,_0x6e36x1d,_0x6e36x1e,_0x6e36x1f){mxShape[_0xba71[239]](this);this[_0xba71[131]]=_0x6e36x2;this[_0xba71[1562]]=_0x6e36x3;this[_0xba71[352]]=null!=_0x6e36x9?_0x6e36x9:_0xba71[586];this[_0xba71[611]]=null!=_0x6e36x4?_0x6e36x4:_0xba71[110];this[_0xba71[552]]=null!=_0x6e36x5?_0x6e36x5:_0xba71[110];this[_0xba71[1288]]=null!=_0x6e36xa?_0x6e36xa:mxConstants[_0xba71[484]];this[_0xba71[803]]=null!=_0x6e36x12?_0x6e36x12:mxConstants[_0xba71[483]];this[_0xba71[666]]=null!=_0x6e36x13?_0x6e36x13:mxConstants[_0xba71[1644]];this[_0xba71[657]]=parseInt(_0x6e36x14||2);this[_0xba71[658]]=this[_0xba71[657]]+parseInt(_0x6e36x15||0);this[_0xba71[661]]=this[_0xba71[657]]+parseInt(_0x6e36x16||0);this[_0xba71[660]]=this[_0xba71[657]]+parseInt(_0x6e36x17||0);this[_0xba71[659]]=this[_0xba71[657]]+parseInt(_0x6e36x18||0);this[_0xba71[662]]=null!=_0x6e36x19?_0x6e36x19:!0;this[_0xba71[1537]]=_0x6e36x1a;this[_0xba71[467]]=_0x6e36x1b;this[_0xba71[1333]]=null!=_0x6e36x1c?_0x6e36x1c:!1;this[_0xba71[1645]]=null!=_0x6e36x1d?_0x6e36x1d:!1;this[_0xba71[277]]=null!=_0x6e36x1e?_0x6e36x1e:_0xba71[189];this[_0xba71[629]]=null!=_0x6e36x1f?_0x6e36x1f:0;this[_0xba71[603]]=0}mxUtils[_0xba71[1284]](mxText,mxShape);mxText[_0xba71[202]][_0xba71[1646]]=0;mxText[_0xba71[202]][_0xba71[1647]]=0;mxText[_0xba71[202]][_0xba71[1648]]=0;mxText[_0xba71[202]][_0xba71[1649]]=0;mxText[_0xba71[202]][_0xba71[1650]]= !0;mxText[_0xba71[202]][_0xba71[1616]]= -90;mxText[_0xba71[202]][_0xba71[1651]]= !0;mxText[_0xba71[202]][_0xba71[1652]]= !1;mxText[_0xba71[202]][_0xba71[1566]]=function(){return !1};mxText[_0xba71[202]][_0xba71[1567]]=function(){return 8!=document[_0xba71[5]]};mxText[_0xba71[202]][_0xba71[1568]]=function(){return 0};mxText[_0xba71[202]][_0xba71[1574]]=function(){return null!=this[_0xba71[1562]]&&!isNaN(this[_0xba71[1562]][_0xba71[235]])&&!isNaN(this[_0xba71[1562]][_0xba71[236]])&&!isNaN(this[_0xba71[1562]][_0xba71[117]])&&!isNaN(this[_0xba71[1562]][_0xba71[119]])};mxText[_0xba71[202]][_0xba71[1577]]=function(){var _0x6e36x2=this[_0xba71[252]];8==document[_0xba71[5]]&&null!=_0x6e36x2[_0xba71[285]]&&(_0x6e36x2=_0x6e36x2[_0xba71[285]],null!=_0x6e36x2[_0xba71[285]]&&(_0x6e36x2=_0x6e36x2[_0xba71[285]]));this[_0xba71[1563]]=this[_0xba71[1562]][_0xba71[238]]();var _0x6e36x3=this[_0xba71[1615]]();if(!this[_0xba71[1652]]&&null!=_0x6e36x2&&_0xba71[1334]!=this[_0xba71[277]]&&(!this[_0xba71[1645]]||!this[_0xba71[1651]])){var _0x6e36x4=null,_0x6e36x5=null;if(null!=_0x6e36x2[_0xba71[538]]){if(null!=_0x6e36x2[_0xba71[285]]&&null!=_0x6e36x2[_0xba71[285]][_0xba71[285]]&&_0xba71[1435]==_0x6e36x2[_0xba71[285]][_0xba71[285]][_0xba71[301]]){_0x6e36x2=_0x6e36x2[_0xba71[285]][_0xba71[285]],_0x6e36x4=this[_0xba71[1333]]?this[_0xba71[1562]][_0xba71[117]]:parseInt(_0x6e36x2[_0xba71[284]](_0xba71[117]))*this[_0xba71[255]],_0x6e36x5=parseInt(_0x6e36x2[_0xba71[284]](_0xba71[119]))*this[_0xba71[255]]}else {_0x6e36x3=_0x6e36x2[_0xba71[1451]]();if(0==_0x6e36x3[_0xba71[117]]&&0==_0x6e36x3[_0xba71[119]]){return};this[_0xba71[1563]]= new mxRectangle(_0x6e36x3[_0xba71[235]],_0x6e36x3[_0xba71[236]],_0x6e36x3[_0xba71[117]],_0x6e36x3[_0xba71[119]]);_0x6e36x3=0}}else {_0x6e36x5=this[_0xba71[724]][_0xba71[441]][_0xba71[1653]],null!=this[_0xba71[359]]&&null!=this[_0xba71[167]]?(_0x6e36x4=this[_0xba71[1333]]?this[_0xba71[1562]][_0xba71[117]]:this[_0xba71[359]]*this[_0xba71[255]],_0x6e36x5=this[_0xba71[167]]*this[_0xba71[255]]):null!=_0x6e36x5?(this[_0xba71[1441]](_0x6e36x5),this[_0xba71[1654]](_0x6e36x5),mxUtils[_0xba71[1331]](this[_0xba71[131]])?_0x6e36x5[_0xba71[339]]=this[_0xba71[131]][_0xba71[342]]:(_0x6e36x4=this[_0xba71[1650]]?this[_0xba71[131]][_0xba71[230]](/\n/g,_0xba71[1453]):this[_0xba71[131]],_0x6e36x5[_0xba71[339]]=_0x6e36x4),_0x6e36x4=this[_0xba71[1333]]?this[_0xba71[1562]][_0xba71[117]]:_0x6e36x5[_0xba71[359]]*this[_0xba71[255]],_0x6e36x5=_0x6e36x5[_0xba71[167]]*this[_0xba71[255]]):(_0x6e36x4=this[_0xba71[1333]]?this[_0xba71[1562]][_0xba71[117]]:_0x6e36x2[_0xba71[359]]*this[_0xba71[255]],_0x6e36x5=_0x6e36x2[_0xba71[167]]*this[_0xba71[255]])};null!=_0x6e36x4&&null!=_0x6e36x5&&(this[_0xba71[1563]]= new mxRectangle(this[_0xba71[1562]][_0xba71[235]]+this[_0xba71[1655]][_0xba71[235]]*_0x6e36x4,this[_0xba71[1562]][_0xba71[236]]+this[_0xba71[1655]][_0xba71[236]]*_0x6e36x5,_0x6e36x4,_0x6e36x5))}else {this[_0xba71[1563]][_0xba71[235]]+=this[_0xba71[1655]][_0xba71[235]]*this[_0xba71[1563]][_0xba71[117]],this[_0xba71[1563]][_0xba71[236]]+=this[_0xba71[1655]][_0xba71[236]]*this[_0xba71[1563]][_0xba71[119]]};null!=this[_0xba71[1563]]&&(0!=_0x6e36x3&&(_0x6e36x3=mxUtils[_0xba71[1613]](this[_0xba71[1563]],_0x6e36x3),this[_0xba71[1563]][_0xba71[235]]=_0x6e36x3[_0xba71[235]],this[_0xba71[1563]][_0xba71[236]]=_0x6e36x3[_0xba71[236]],mxClient[_0xba71[496]]||(this[_0xba71[1563]][_0xba71[117]]=_0x6e36x3[_0xba71[117]],this[_0xba71[1563]][_0xba71[119]]=_0x6e36x3[_0xba71[119]])),this[_0xba71[1563]][_0xba71[235]]=Math[_0xba71[519]](this[_0xba71[1563]][_0xba71[235]]),this[_0xba71[1563]][_0xba71[236]]=Math[_0xba71[519]](this[_0xba71[1563]][_0xba71[236]]),this[_0xba71[1563]][_0xba71[117]]=Math[_0xba71[430]](this[_0xba71[1563]][_0xba71[117]]),this[_0xba71[1563]][_0xba71[119]]=Math[_0xba71[430]](this[_0xba71[1563]][_0xba71[119]]))};mxText[_0xba71[202]][_0xba71[1598]]=function(){return 0};mxText[_0xba71[202]][_0xba71[1615]]=function(){return null!=this[_0xba71[724]]&&null!=this[_0xba71[724]][_0xba71[253]]?this[_0xba71[724]][_0xba71[253]][_0xba71[1615]]():0};mxText[_0xba71[202]][_0xba71[1590]]=function(){return !this[_0xba71[662]]&&null!=this[_0xba71[724]]&&this[_0xba71[724]][_0xba71[441]][_0xba71[1179]][_0xba71[251]][_0xba71[1193]](this[_0xba71[724]][_0xba71[246]])};mxText[_0xba71[202]][_0xba71[1592]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){mxShape[_0xba71[202]][_0xba71[1592]][_0xba71[183]](this,arguments);_0x6e36x2[_0xba71[1259]](this[_0xba71[352]]);_0x6e36x2[_0xba71[1260]](this[_0xba71[1537]]);_0x6e36x2[_0xba71[1262]](this[_0xba71[467]]);_0x6e36x2[_0xba71[1265]](this[_0xba71[1288]]);_0x6e36x2[_0xba71[1264]](this[_0xba71[803]]);_0x6e36x2[_0xba71[1266]](this[_0xba71[666]])};mxText[_0xba71[202]][_0xba71[1586]]=function(){this[_0xba71[252]][_0xba71[124]][_0xba71[361]]=Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[235]])+_0xba71[168];this[_0xba71[252]][_0xba71[124]][_0xba71[125]]=Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[236]])+_0xba71[168];this[_0xba71[252]][_0xba71[124]][_0xba71[117]]=_0xba71[942];this[_0xba71[252]][_0xba71[124]][_0xba71[119]]=_0xba71[942];this[_0xba71[252]][_0xba71[124]][_0xba71[277]]=_0xba71[189]};mxText[_0xba71[202]][_0xba71[1209]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[255]],_0x6e36x4=this[_0xba71[1562]][_0xba71[235]]/_0x6e36x3,_0x6e36x5=this[_0xba71[1562]][_0xba71[236]]/_0x6e36x3,_0x6e36x9=this[_0xba71[1562]][_0xba71[117]]/_0x6e36x3,_0x6e36x3=this[_0xba71[1562]][_0xba71[119]]/_0x6e36x3;this[_0xba71[1591]](_0x6e36x2,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36x3);this[_0xba71[1592]](_0x6e36x2,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36x3);var _0x6e36xa=mxUtils[_0xba71[1331]](this[_0xba71[131]])||this[_0xba71[507]]==mxConstants[_0xba71[1656]],_0x6e36x12=_0x6e36xa||_0x6e36x2 instanceof mxVmlCanvas2D?_0xba71[1428]:_0xba71[110],_0x6e36x13=this[_0xba71[131]];!_0x6e36xa&&_0xba71[1428]==_0x6e36x12&&(_0x6e36x13=mxUtils[_0xba71[321]](_0x6e36x13,!1));_0x6e36x13=!mxUtils[_0xba71[1331]](this[_0xba71[131]])&&this[_0xba71[1650]]&&_0xba71[1428]==_0x6e36x12?_0x6e36x13[_0xba71[230]](/\n/g,_0xba71[1453]):_0x6e36x13;_0x6e36x2[_0xba71[963]](_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36x3,_0x6e36x13,this[_0xba71[611]],this[_0xba71[552]],this[_0xba71[1333]],_0x6e36x12,_0xba71[1334]==this[_0xba71[277]],this[_0xba71[1645]],this[_0xba71[1615]]())};mxText[_0xba71[202]][_0xba71[1575]]=function(){var _0x6e36x2=this[_0xba71[252]][_0xba71[124]];_0x6e36x2[_0xba71[461]]=1>this[_0xba71[461]]?this[_0xba71[461]]:_0xba71[110];_0x6e36x2[_0xba71[277]]=_0xba71[110];_0x6e36x2[_0xba71[117]]=_0xba71[110];_0x6e36x2[_0xba71[119]]=_0xba71[110];this[_0xba71[1441]](this[_0xba71[252]]);this[_0xba71[1654]](this[_0xba71[252]]);this[_0xba71[1657]]();this[_0xba71[167]]=this[_0xba71[359]]=null;null!=mxClient[_0xba71[73]]?this[_0xba71[1658]]():this[_0xba71[1659]]()};mxText[_0xba71[202]][_0xba71[1658]]=function(){var _0x6e36x2=this[_0xba71[1615]](),_0x6e36x3=this[_0xba71[252]][_0xba71[124]],_0x6e36x4=this[_0xba71[1655]][_0xba71[235]],_0x6e36x5=this[_0xba71[1655]][_0xba71[236]];0!=_0x6e36x2?(_0x6e36x3[mxClient[_0xba71[73]]+_0xba71[1660]]=100*-_0x6e36x4+_0xba71[1661]+100*-_0x6e36x5+_0xba71[229],_0x6e36x3[mxClient[_0xba71[73]]+_0xba71[1662]]=_0xba71[536]+100*_0x6e36x4+_0xba71[1663]+100*_0x6e36x5+_0xba71[1664]+this[_0xba71[255]]+_0xba71[1665]+_0x6e36x2+_0xba71[1666]):(_0x6e36x3[mxClient[_0xba71[73]]+_0xba71[1660]]=_0xba71[1667],_0x6e36x3[mxClient[_0xba71[73]]+_0xba71[1662]]=_0xba71[1402]+this[_0xba71[255]]+_0xba71[1393]+100*_0x6e36x4+_0xba71[1663]+100*_0x6e36x5+_0xba71[1668]);_0x6e36x3[_0xba71[361]]=Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[235]])+_0xba71[168];_0x6e36x3[_0xba71[125]]=Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[236]])+_0xba71[168]};mxText[_0xba71[202]][_0xba71[1659]]=function(){var _0x6e36x2=this[_0xba71[252]][_0xba71[124]],_0x6e36x3=this[_0xba71[1655]][_0xba71[235]],_0x6e36x4=this[_0xba71[1655]][_0xba71[236]],_0x6e36x5=this[_0xba71[255]];_0x6e36x2[_0xba71[347]]=_0xba71[110];var _0x6e36x9=0,_0x6e36xa=0,_0x6e36x12=null!=this[_0xba71[724]]?this[_0xba71[724]][_0xba71[441]][_0xba71[1653]]:null;if(null!=_0x6e36x12){_0x6e36x12[_0xba71[124]][_0xba71[277]]=_0xba71[110];_0x6e36x12[_0xba71[124]][_0xba71[119]]=_0xba71[110];_0x6e36x12[_0xba71[124]][_0xba71[117]]=_0xba71[110];this[_0xba71[1441]](_0x6e36x12);this[_0xba71[1654]](_0x6e36x12);if(mxUtils[_0xba71[1331]](this[_0xba71[131]])){_0x6e36x12[_0xba71[339]]=this[_0xba71[131]][_0xba71[342]]}else {var _0x6e36x13=this[_0xba71[131]];this[_0xba71[507]]!=mxConstants[_0xba71[1656]]&&(_0x6e36x13=mxUtils[_0xba71[321]](_0x6e36x13,!1));_0x6e36x13=this[_0xba71[1650]]?_0x6e36x13[_0xba71[230]](/\n/g,_0xba71[1453]):_0x6e36x13;_0x6e36x12[_0xba71[339]]=_0x6e36x13};_0x6e36x9=_0x6e36x12[_0xba71[359]]+2;_0x6e36xa=_0x6e36x12[_0xba71[167]]+2}else {_0x6e36x9=this[_0xba71[252]][_0xba71[359]],_0x6e36xa=this[_0xba71[252]][_0xba71[167]]+1};this[_0xba71[359]]=_0x6e36x9;this[_0xba71[167]]=_0x6e36xa;_0x6e36x12=this[_0xba71[1562]][_0xba71[117]]/_0x6e36x5;_0x6e36x13=this[_0xba71[1562]][_0xba71[119]]/_0x6e36x5;mxClient[_0xba71[496]]&&(this[_0xba71[1645]]||_0xba71[1334]==this[_0xba71[277]])&&0<_0x6e36x13?(_0x6e36x13=Math[_0xba71[243]](_0x6e36x13,_0x6e36xa),_0x6e36x2[_0xba71[119]]=Math[_0xba71[488]](_0x6e36x13+1)+_0xba71[168]):_0x6e36x13=_0x6e36xa;_0xba71[1334]!=this[_0xba71[277]]&&(mxClient[_0xba71[496]]&&(this[_0xba71[1645]]||this[_0xba71[1333]])&&0<_0x6e36x12?(_0x6e36x12=Math[_0xba71[243]](_0x6e36x12,_0x6e36x9),_0x6e36x2[_0xba71[117]]=Math[_0xba71[488]](_0x6e36x12)+_0xba71[168]):_0x6e36x12=_0x6e36x9);var _0x6e36x13=_0x6e36x13*_0x6e36x5,_0x6e36x12=_0x6e36x12*_0x6e36x5,_0x6e36x9=this[_0xba71[1615]]()*(Math[_0xba71[424]]/180),_0x6e36xa=parseFloat(parseFloat(Math[_0xba71[426]](_0x6e36x9))[_0xba71[1293]](8)),_0x6e36x14=parseFloat(parseFloat(Math[_0xba71[427]](-_0x6e36x9))[_0xba71[1293]](8)),_0x6e36x9=_0x6e36x9%(2*Math[_0xba71[424]]);0>_0x6e36x9&&(_0x6e36x9+=2*Math[_0xba71[424]]);_0x6e36x9%=Math[_0xba71[424]];_0x6e36x9>Math[_0xba71[424]]/2&&(_0x6e36x9=Math[_0xba71[424]]-_0x6e36x9);var _0x6e36x15=Math[_0xba71[426]](_0x6e36x9),_0x6e36x16=Math[_0xba71[427]](-_0x6e36x9),_0x6e36x3=_0x6e36x12* -(_0x6e36x3+0.5),_0x6e36x4=_0x6e36x13* -(_0x6e36x4+0.5),_0x6e36x17=(_0x6e36x13-_0x6e36x13*_0x6e36x15+_0x6e36x12*_0x6e36x16)/2+_0x6e36x14*_0x6e36x3-_0x6e36xa*_0x6e36x4;0!=_0x6e36x9&&(_0x6e36x2[_0xba71[347]]=_0xba71[1505]+_0x6e36xa+_0xba71[1506]+_0x6e36x14+_0xba71[1507]+-_0x6e36x14+_0xba71[1508]+_0x6e36xa+_0xba71[1509]);_0x6e36x2[_0xba71[499]]=_0x6e36x5;_0x6e36x2[_0xba71[361]]=Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[235]]+((_0x6e36x12-_0x6e36x12*_0x6e36x15+_0x6e36x13*_0x6e36x16)/2-_0x6e36xa*_0x6e36x3-_0x6e36x14*_0x6e36x4)-_0x6e36x12/2)+_0xba71[168];_0x6e36x2[_0xba71[125]]=Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[236]]+_0x6e36x17-_0x6e36x13/2)+_0xba71[168]};mxText[_0xba71[202]][_0xba71[1657]]=function(){if(mxUtils[_0xba71[1331]](this[_0xba71[131]])){this[_0xba71[252]][_0xba71[339]]=_0xba71[110],this[_0xba71[252]][_0xba71[62]](this[_0xba71[131]])}else {var _0x6e36x2=this[_0xba71[131]];this[_0xba71[507]]!=mxConstants[_0xba71[1656]]&&(_0x6e36x2=mxUtils[_0xba71[321]](_0x6e36x2,!1));var _0x6e36x2=this[_0xba71[1650]]?_0x6e36x2[_0xba71[230]](/\n/g,_0xba71[1453]):_0x6e36x2,_0x6e36x3=null!=this[_0xba71[1537]]&&this[_0xba71[1537]]!=mxConstants[_0xba71[217]]?this[_0xba71[1537]]:null,_0x6e36x4=null!=this[_0xba71[467]]&&this[_0xba71[467]]!=mxConstants[_0xba71[217]]?this[_0xba71[467]]:null;if(null!=_0x6e36x3||null!=_0x6e36x4){if(_0xba71[1334]==this[_0xba71[277]]){null!=_0x6e36x3&&(this[_0xba71[252]][_0xba71[124]][_0xba71[1028]]=_0x6e36x3),null!=_0x6e36x4&&(this[_0xba71[252]][_0xba71[124]][_0xba71[467]]=_0xba71[1669]+_0x6e36x4)}else {var _0x6e36x5=_0xba71[110];null!=_0x6e36x3&&(_0x6e36x5+=_0xba71[1418]+_0x6e36x3+_0xba71[471]);null!=_0x6e36x4&&(_0x6e36x5+=_0xba71[1419]+_0x6e36x4+_0xba71[471]);_0x6e36x2=_0xba71[1670]+_0x6e36x5+_0xba71[1671]+this[_0xba71[252]][_0xba71[124]][_0xba71[489]]+_0xba71[1423]+_0x6e36x2+_0xba71[1424];this[_0xba71[252]][_0xba71[124]][_0xba71[489]]=_0xba71[110]}};this[_0xba71[252]][_0xba71[339]]=_0x6e36x2}};mxText[_0xba71[202]][_0xba71[1441]]=function(_0x6e36x2){_0x6e36x2=_0x6e36x2[_0xba71[124]];_0x6e36x2[_0xba71[489]]=Math[_0xba71[488]](this[_0xba71[803]]*mxConstants[_0xba71[490]])+_0xba71[168];_0x6e36x2[_0xba71[487]]=Math[_0xba71[488]](this[_0xba71[803]])+_0xba71[168];_0x6e36x2[_0xba71[486]]=this[_0xba71[1288]];_0x6e36x2[_0xba71[123]]=_0xba71[125];_0x6e36x2[_0xba71[352]]=this[_0xba71[352]];_0x6e36x2[_0xba71[1452]]=(this[_0xba71[666]]&mxConstants[_0xba71[1410]])==mxConstants[_0xba71[1410]]?_0xba71[1447]:_0xba71[110];_0x6e36x2[_0xba71[666]]=(this[_0xba71[666]]&mxConstants[_0xba71[1412]])==mxConstants[_0xba71[1412]]?_0xba71[1449]:_0xba71[110];_0x6e36x2[_0xba71[1498]]=(this[_0xba71[666]]&mxConstants[_0xba71[1414]])==mxConstants[_0xba71[1414]]?_0xba71[355]:_0xba71[110];_0x6e36x2[_0xba71[1165]]=this[_0xba71[611]]==mxConstants[_0xba71[479]]?_0xba71[698]:this[_0xba71[611]]==mxConstants[_0xba71[480]]?_0xba71[699]:_0xba71[361]};mxText[_0xba71[202]][_0xba71[1654]]=function(_0x6e36x2){var _0x6e36x3=Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[117]]/this[_0xba71[255]]),_0x6e36x4=Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[119]]/this[_0xba71[255]]);_0x6e36x2=_0x6e36x2[_0xba71[124]];this[_0xba71[1645]]?(_0x6e36x2[_0xba71[277]]=_0xba71[188],0<_0x6e36x4&&(_0x6e36x2[_0xba71[1503]]=_0x6e36x4+_0xba71[168]),0<_0x6e36x3&&(_0x6e36x2[_0xba71[117]]=_0x6e36x3+_0xba71[168])):_0xba71[1334]==this[_0xba71[277]]&&(_0x6e36x2[_0xba71[117]]=_0x6e36x3+_0xba71[168],0<_0x6e36x4&&(_0x6e36x2[_0xba71[1503]]=_0x6e36x4+_0xba71[168]));this[_0xba71[1333]]?(!this[_0xba71[1645]]&&0<_0x6e36x3&&(_0x6e36x2[_0xba71[117]]=_0x6e36x3+_0xba71[168]),_0x6e36x2[_0xba71[493]]=_0xba71[1502]):_0x6e36x2[_0xba71[493]]=_0xba71[494]};mxText[_0xba71[202]][_0xba71[1672]]=function(){this[_0xba71[1655]]=mxUtils[_0xba71[1501]](this[_0xba71[611]],this[_0xba71[552]])};mxText[_0xba71[202]][_0xba71[1673]]=function(){var _0x6e36x2=0,_0x6e36x3=0,_0x6e36x2=this[_0xba71[611]]==mxConstants[_0xba71[479]]?(this[_0xba71[659]]-this[_0xba71[661]])/2:this[_0xba71[611]]==mxConstants[_0xba71[480]]?-this[_0xba71[661]]-this[_0xba71[1649]]:this[_0xba71[659]]+this[_0xba71[1648]],_0x6e36x3=this[_0xba71[552]]==mxConstants[_0xba71[481]]?(this[_0xba71[658]]-this[_0xba71[660]])/2:this[_0xba71[552]]==mxConstants[_0xba71[482]]?-this[_0xba71[660]]-this[_0xba71[1647]]:this[_0xba71[658]]+this[_0xba71[1646]];return new mxPoint(_0x6e36x2,_0x6e36x3)};function mxTriangle(){mxActor[_0xba71[239]](this)}mxUtils[_0xba71[1284]](mxTriangle,mxActor);mxTriangle[_0xba71[202]][_0xba71[1625]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x2[_0xba71[1276]](0,0);_0x6e36x2[_0xba71[1277]](_0x6e36x5,0.5*_0x6e36x9);_0x6e36x2[_0xba71[1277]](0,_0x6e36x9);_0x6e36x2[_0xba71[268]]()};function mxHexagon(){mxActor[_0xba71[239]](this)}mxUtils[_0xba71[1284]](mxHexagon,mxActor);mxHexagon[_0xba71[202]][_0xba71[1625]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x2[_0xba71[1276]](0.25*_0x6e36x5,0);_0x6e36x2[_0xba71[1277]](0.75*_0x6e36x5,0);_0x6e36x2[_0xba71[1277]](_0x6e36x5,0.5*_0x6e36x9);_0x6e36x2[_0xba71[1277]](0.75*_0x6e36x5,_0x6e36x9);_0x6e36x2[_0xba71[1277]](0.25*_0x6e36x5,_0x6e36x9);_0x6e36x2[_0xba71[1277]](0,0.5*_0x6e36x9);_0x6e36x2[_0xba71[268]]()};function mxLine(_0x6e36x2,_0x6e36x3,_0x6e36x4){mxShape[_0xba71[239]](this);this[_0xba71[1562]]=_0x6e36x2;this[_0xba71[1336]]=_0x6e36x3;this[_0xba71[1307]]=null!=_0x6e36x4?_0x6e36x4:1}mxUtils[_0xba71[1284]](mxLine,mxShape);mxLine[_0xba71[202]][_0xba71[1595]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x4+=_0x6e36x9/2;_0x6e36x2[_0xba71[1275]]();_0x6e36x2[_0xba71[1276]](_0x6e36x3,_0x6e36x4);_0x6e36x2[_0xba71[1277]](_0x6e36x3+_0x6e36x5,_0x6e36x4);_0x6e36x2[_0xba71[1336]]()};function mxImageShape(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){mxShape[_0xba71[239]](this);this[_0xba71[1562]]=_0x6e36x2;this[_0xba71[618]]=_0x6e36x3;this[_0xba71[1334]]=_0x6e36x4;this[_0xba71[1336]]=_0x6e36x5;this[_0xba71[1307]]=null!=_0x6e36x9?_0x6e36x9:1;this[_0xba71[639]]= !1}mxUtils[_0xba71[1284]](mxImageShape,mxRectangleShape);mxImageShape[_0xba71[202]][_0xba71[1674]]= !0;mxImageShape[_0xba71[202]][_0xba71[1568]]=function(){return !mxClient[_0xba71[80]]?0.5:0};mxImageShape[_0xba71[202]][_0xba71[183]]=function(_0x6e36x2){mxShape[_0xba71[202]][_0xba71[183]][_0xba71[183]](this,arguments);this[_0xba71[1299]]=this[_0xba71[1336]]=this[_0xba71[1334]]=null;null!=this[_0xba71[124]]&&(this[_0xba71[1334]]=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_IMAGE_BACKGROUND),this[_0xba71[1336]]=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_IMAGE_BORDER),this[_0xba71[1674]]=1==mxUtils[_0xba71[1550]](this[_0xba71[124]],mxConstants.STYLE_IMAGE_ASPECT,1),this[_0xba71[623]]=this[_0xba71[623]]||1==mxUtils[_0xba71[433]](this[_0xba71[124]],_0xba71[1675],0),this[_0xba71[624]]=this[_0xba71[624]]||1==mxUtils[_0xba71[433]](this[_0xba71[124]],_0xba71[1676],0))};mxImageShape[_0xba71[202]][_0xba71[1567]]=function(){return !this[_0xba71[1674]]};mxImageShape[_0xba71[202]][_0xba71[1570]]=function(){var _0x6e36x2=document[_0xba71[55]](_0xba71[485]);_0x6e36x2[_0xba71[124]][_0xba71[491]]=_0xba71[492];return _0x6e36x2};mxImageShape[_0xba71[202]][_0xba71[1595]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){if(null!=this[_0xba71[618]]){var _0x6e36xa=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_IMAGE_BACKGROUND,null),_0x6e36x12=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_IMAGE_BORDER,null);if(null!=_0x6e36xa||null!=_0x6e36x12){_0x6e36x2[_0xba71[1245]](_0x6e36xa),_0x6e36x2[_0xba71[1249]](_0x6e36x12),_0x6e36x2[_0xba71[1319]](_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9),_0x6e36x2[_0xba71[1337]]()};_0x6e36x2[_0xba71[618]](_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,this[_0xba71[618]],this[_0xba71[1674]],!1,!1)}else {mxRectangleShape[_0xba71[202]][_0xba71[1601]][_0xba71[183]](this,arguments)}};mxImageShape[_0xba71[202]][_0xba71[1575]]=function(){this[_0xba71[252]][_0xba71[124]][_0xba71[361]]=Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[235]])+_0xba71[168];this[_0xba71[252]][_0xba71[124]][_0xba71[125]]=Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[236]])+_0xba71[168];this[_0xba71[252]][_0xba71[124]][_0xba71[117]]=Math[_0xba71[160]](0,Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[117]]))+_0xba71[168];this[_0xba71[252]][_0xba71[124]][_0xba71[119]]=Math[_0xba71[160]](0,Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[119]]))+_0xba71[168];this[_0xba71[252]][_0xba71[124]][_0xba71[1028]]=this[_0xba71[1334]]||_0xba71[110];this[_0xba71[252]][_0xba71[124]][_0xba71[1630]]=this[_0xba71[1336]]||_0xba71[110];this[_0xba71[252]][_0xba71[339]]=_0xba71[110];if(null!=this[_0xba71[618]]){var _0x6e36x2=document[_0xba71[55]](mxClient[_0xba71[49]]||null==mxClient[_0xba71[73]]&&0!=this[_0xba71[603]]?mxClient[_0xba71[463]]+_0xba71[464]:_0xba71[466]);_0x6e36x2[_0xba71[124]][_0xba71[491]]=_0xba71[492];_0x6e36x2[_0xba71[390]]=this[_0xba71[618]];var _0x6e36x3=100>this[_0xba71[461]]?_0xba71[459]+this[_0xba71[461]]+_0xba71[460]:_0xba71[110];this[_0xba71[252]][_0xba71[124]][_0xba71[347]]=_0x6e36x3;this[_0xba71[623]]&&this[_0xba71[624]]?_0x6e36x3+=_0xba71[1677]:this[_0xba71[623]]?_0x6e36x3+=_0xba71[1678]:this[_0xba71[624]]&&(_0x6e36x3+=_0xba71[1679]);_0x6e36x2[_0xba71[124]][_0xba71[347]]!=_0x6e36x3&&(_0x6e36x2[_0xba71[124]][_0xba71[347]]=_0x6e36x3);_0xba71[618]==_0x6e36x2[_0xba71[301]]?_0x6e36x2[_0xba71[124]][_0xba71[603]]=this[_0xba71[603]]:_0x6e36x2[_0xba71[124]][mxClient[_0xba71[73]]+_0xba71[1662]]=_0xba71[1394]+this[_0xba71[603]]+_0xba71[1666];_0x6e36x2[_0xba71[124]][_0xba71[117]]=this[_0xba71[252]][_0xba71[124]][_0xba71[117]];_0x6e36x2[_0xba71[124]][_0xba71[119]]=this[_0xba71[252]][_0xba71[124]][_0xba71[119]];this[_0xba71[252]][_0xba71[124]][_0xba71[1617]]=_0xba71[110];this[_0xba71[252]][_0xba71[62]](_0x6e36x2)}else {this[_0xba71[1600]](this[_0xba71[252]])}};function mxLabel(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){mxRectangleShape[_0xba71[239]](this,_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5)}mxUtils[_0xba71[1284]](mxLabel,mxRectangleShape);mxLabel[_0xba71[202]][_0xba71[1680]]=mxConstants[_0xba71[1681]];mxLabel[_0xba71[202]][_0xba71[657]]=2;mxLabel[_0xba71[202]][_0xba71[1682]]=10;mxLabel[_0xba71[202]][_0xba71[635]]=2;mxLabel[_0xba71[202]][_0xba71[176]]=function(_0x6e36x2){mxShape[_0xba71[202]][_0xba71[176]][_0xba71[183]](this,arguments);null!=this[_0xba71[632]]&&null!=this[_0xba71[630]]&&(this[_0xba71[1683]]= new this[_0xba71[630]],this[_0xba71[1683]][_0xba71[507]]=this[_0xba71[507]],this[_0xba71[1683]][_0xba71[1562]]=this[_0xba71[1562]],this[_0xba71[1683]][_0xba71[1334]]=this[_0xba71[632]],this[_0xba71[1683]][_0xba71[1336]]=this[_0xba71[632]],this[_0xba71[1683]][_0xba71[1299]]=this[_0xba71[634]],this[_0xba71[1683]][_0xba71[663]]=this[_0xba71[638]],this[_0xba71[1683]][_0xba71[176]](this[_0xba71[252]]))};mxLabel[_0xba71[202]][_0xba71[258]]=function(){null!=this[_0xba71[1683]]&&(this[_0xba71[1683]][_0xba71[1334]]=this[_0xba71[632]],this[_0xba71[1683]][_0xba71[1336]]=this[_0xba71[632]],this[_0xba71[1683]][_0xba71[1299]]=this[_0xba71[634]],this[_0xba71[1683]][_0xba71[663]]=this[_0xba71[638]]);mxShape[_0xba71[202]][_0xba71[258]][_0xba71[183]](this,arguments)};mxLabel[_0xba71[202]][_0xba71[1567]]=function(){return mxRectangleShape[_0xba71[202]][_0xba71[1567]][_0xba71[183]](this,arguments)&&null==this[_0xba71[632]]&&null==this[_0xba71[630]]};mxLabel[_0xba71[202]][_0xba71[1602]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){this[_0xba71[1684]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9);this[_0xba71[1685]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9);mxRectangleShape[_0xba71[202]][_0xba71[1602]][_0xba71[183]](this,arguments)};mxLabel[_0xba71[202]][_0xba71[1684]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){null!=this[_0xba71[618]]&&(_0x6e36x3=this[_0xba71[1686]](_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9),_0x6e36x2[_0xba71[618]](_0x6e36x3[_0xba71[235]],_0x6e36x3[_0xba71[236]],_0x6e36x3[_0xba71[117]],_0x6e36x3[_0xba71[119]],this[_0xba71[618]],!1,!1,!1))};mxLabel[_0xba71[202]][_0xba71[1686]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_IMAGE_ALIGN,mxConstants.ALIGN_LEFT),_0x6e36xa=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_IMAGE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE),_0x6e36x12=mxUtils[_0xba71[1550]](this[_0xba71[124]],mxConstants.STYLE_IMAGE_WIDTH,mxConstants.DEFAULT_IMAGESIZE),_0x6e36x13=mxUtils[_0xba71[1550]](this[_0xba71[124]],mxConstants.STYLE_IMAGE_HEIGHT,mxConstants.DEFAULT_IMAGESIZE),_0x6e36x14=mxUtils[_0xba71[1550]](this[_0xba71[124]],mxConstants.STYLE_SPACING,this[_0xba71[657]])+5;_0x6e36x2=_0x6e36x9==mxConstants[_0xba71[479]]?_0x6e36x2+(_0x6e36x4-_0x6e36x12)/2:_0x6e36x9==mxConstants[_0xba71[480]]?_0x6e36x2+(_0x6e36x4-_0x6e36x12-_0x6e36x14):_0x6e36x2+_0x6e36x14;_0x6e36x3=_0x6e36xa==mxConstants[_0xba71[1687]]?_0x6e36x3+_0x6e36x14:_0x6e36xa==mxConstants[_0xba71[482]]?_0x6e36x3+(_0x6e36x5-_0x6e36x13-_0x6e36x14):_0x6e36x3+(_0x6e36x5-_0x6e36x13)/2;return new mxRectangle(_0x6e36x2,_0x6e36x3,_0x6e36x12,_0x6e36x13)};mxLabel[_0xba71[202]][_0xba71[1685]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){null!=this[_0xba71[1683]]?(this[_0xba71[1683]][_0xba71[1562]]=this[_0xba71[1688]](_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9),this[_0xba71[1683]][_0xba71[1209]](_0x6e36x2)):null!=this[_0xba71[631]]&&(_0x6e36x3=this[_0xba71[1688]](_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9),_0x6e36x2[_0xba71[618]](_0x6e36x3[_0xba71[235]],_0x6e36x3[_0xba71[236]],_0x6e36x3[_0xba71[117]],_0x6e36x3[_0xba71[119]],this[_0xba71[631]],!1,!1,!1))};mxLabel[_0xba71[202]][_0xba71[1688]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_IMAGE_ALIGN,mxConstants.ALIGN_LEFT),_0x6e36xa=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_IMAGE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE),_0x6e36x12=mxUtils[_0xba71[1550]](this[_0xba71[124]],mxConstants.STYLE_INDICATOR_WIDTH,this[_0xba71[1682]]),_0x6e36x13=mxUtils[_0xba71[1550]](this[_0xba71[124]],mxConstants.STYLE_INDICATOR_HEIGHT,this[_0xba71[1682]]),_0x6e36x14=this[_0xba71[657]]+5;_0x6e36x2=_0x6e36x9==mxConstants[_0xba71[480]]?_0x6e36x2+(_0x6e36x4-_0x6e36x12-_0x6e36x14):_0x6e36x9==mxConstants[_0xba71[479]]?_0x6e36x2+(_0x6e36x4-_0x6e36x12)/2:_0x6e36x2+_0x6e36x14;_0x6e36x3=_0x6e36xa==mxConstants[_0xba71[482]]?_0x6e36x3+(_0x6e36x5-_0x6e36x13-_0x6e36x14):_0x6e36xa==mxConstants[_0xba71[1687]]?_0x6e36x3+_0x6e36x14:_0x6e36x3+(_0x6e36x5-_0x6e36x13)/2;return new mxRectangle(_0x6e36x2,_0x6e36x3,_0x6e36x12,_0x6e36x13)};mxLabel[_0xba71[202]][_0xba71[1575]]=function(){for(mxRectangleShape[_0xba71[202]][_0xba71[1575]][_0xba71[183]](this,arguments);this[_0xba71[252]][_0xba71[1580]]();){this[_0xba71[252]][_0xba71[266]](this[_0xba71[252]][_0xba71[1581]])};if(null!=this[_0xba71[618]]){var _0x6e36x2=document[_0xba71[55]](_0xba71[466]);_0x6e36x2[_0xba71[124]][_0xba71[491]]=_0xba71[1500];_0x6e36x2[_0xba71[57]](_0xba71[467],_0xba71[468]);var _0x6e36x3=this[_0xba71[1686]](this[_0xba71[1562]][_0xba71[235]],this[_0xba71[1562]][_0xba71[236]],this[_0xba71[1562]][_0xba71[117]],this[_0xba71[1562]][_0xba71[119]]);_0x6e36x3[_0xba71[235]]-=this[_0xba71[1562]][_0xba71[235]];_0x6e36x3[_0xba71[236]]-=this[_0xba71[1562]][_0xba71[236]];_0x6e36x2[_0xba71[124]][_0xba71[361]]=Math[_0xba71[488]](_0x6e36x3[_0xba71[235]])+_0xba71[168];_0x6e36x2[_0xba71[124]][_0xba71[125]]=Math[_0xba71[488]](_0x6e36x3[_0xba71[236]])+_0xba71[168];_0x6e36x2[_0xba71[124]][_0xba71[117]]=Math[_0xba71[488]](_0x6e36x3[_0xba71[117]])+_0xba71[168];_0x6e36x2[_0xba71[124]][_0xba71[119]]=Math[_0xba71[488]](_0x6e36x3[_0xba71[119]])+_0xba71[168];_0x6e36x2[_0xba71[390]]=this[_0xba71[618]];this[_0xba71[252]][_0xba71[62]](_0x6e36x2)}};function mxCylinder(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){mxShape[_0xba71[239]](this);this[_0xba71[1562]]=_0x6e36x2;this[_0xba71[1334]]=_0x6e36x3;this[_0xba71[1336]]=_0x6e36x4;this[_0xba71[1307]]=null!=_0x6e36x5?_0x6e36x5:1}mxUtils[_0xba71[1284]](mxCylinder,mxShape);mxCylinder[_0xba71[202]][_0xba71[1503]]=40;mxCylinder[_0xba71[202]][_0xba71[1564]]=0;mxCylinder[_0xba71[202]][_0xba71[1595]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x2[_0xba71[513]](_0x6e36x3,_0x6e36x4);_0x6e36x2[_0xba71[1275]]();this[_0xba71[1625]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,!1);_0x6e36x2[_0xba71[1337]]();_0x6e36x2[_0xba71[1267]](!1);_0x6e36x2[_0xba71[1275]]();this[_0xba71[1625]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,!0);_0x6e36x2[_0xba71[1336]]()};mxCylinder[_0xba71[202]][_0xba71[1625]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){_0x6e36x3=Math[_0xba71[243]](this[_0xba71[1503]],Math[_0xba71[488]](_0x6e36x9/5));if(_0x6e36xa&&null!=this[_0xba71[1334]]||!_0x6e36xa&&null==this[_0xba71[1334]]){_0x6e36x2[_0xba71[1276]](0,_0x6e36x3),_0x6e36x2[_0xba71[1279]](0,2*_0x6e36x3,_0x6e36x5,2*_0x6e36x3,_0x6e36x5,_0x6e36x3),_0x6e36xa||(_0x6e36x2[_0xba71[1336]](),_0x6e36x2[_0xba71[1275]]())};_0x6e36xa||(_0x6e36x2[_0xba71[1276]](0,_0x6e36x3),_0x6e36x2[_0xba71[1279]](0,-_0x6e36x3/3,_0x6e36x5,-_0x6e36x3/3,_0x6e36x5,_0x6e36x3),_0x6e36x2[_0xba71[1277]](_0x6e36x5,_0x6e36x9-_0x6e36x3),_0x6e36x2[_0xba71[1279]](_0x6e36x5,_0x6e36x9+_0x6e36x3/3,0,_0x6e36x9+_0x6e36x3/3,0,_0x6e36x9-_0x6e36x3),_0x6e36x2[_0xba71[268]]())};function mxConnector(_0x6e36x2,_0x6e36x3,_0x6e36x4){mxPolyline[_0xba71[239]](this,_0x6e36x2,_0x6e36x3,_0x6e36x4)}mxUtils[_0xba71[1284]](mxConnector,mxPolyline);mxConnector[_0xba71[202]][_0xba71[1594]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1689]](_0x6e36x2,_0x6e36x3,!0),_0x6e36x5=this[_0xba71[1689]](_0x6e36x2,_0x6e36x3,!1);null==this[_0xba71[124]]||1!=this[_0xba71[124]][mxConstants[_0xba71[1690]]]?this[_0xba71[1639]](_0x6e36x2,_0x6e36x3,this[_0xba71[1606]]):this[_0xba71[1691]](_0x6e36x2,_0x6e36x3);_0x6e36x2[_0xba71[1245]](this[_0xba71[1336]]);_0x6e36x2[_0xba71[1267]](!1);_0x6e36x2[_0xba71[1251]](!1);null!=_0x6e36x4&&_0x6e36x4();null!=_0x6e36x5&&_0x6e36x5()};mxConnector[_0xba71[202]][_0xba71[1691]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x2[_0xba71[1275]]();var _0x6e36x4=_0x6e36x3[0],_0x6e36x5=_0x6e36x3[_0xba71[67]];_0x6e36x2[_0xba71[1276]](_0x6e36x4[_0xba71[235]],_0x6e36x4[_0xba71[236]]);for(_0x6e36x4=1;_0x6e36x4<_0x6e36x5-2;_0x6e36x4++){var _0x6e36x9=_0x6e36x3[_0x6e36x4],_0x6e36xa=_0x6e36x3[_0x6e36x4+1];_0x6e36x2[_0xba71[1278]](_0x6e36x9[_0xba71[235]],_0x6e36x9[_0xba71[236]],(_0x6e36x9[_0xba71[235]]+_0x6e36xa[_0xba71[235]])/2,(_0x6e36x9[_0xba71[236]]+_0x6e36xa[_0xba71[236]])/2)};_0x6e36x9=_0x6e36x3[_0x6e36x5-2];_0x6e36xa=_0x6e36x3[_0x6e36x5-1];_0x6e36x2[_0xba71[1278]](_0x6e36x9[_0xba71[235]],_0x6e36x9[_0xba71[236]],_0x6e36xa[_0xba71[235]],_0x6e36xa[_0xba71[236]]);_0x6e36x2[_0xba71[1336]]()};mxConnector[_0xba71[202]][_0xba71[1689]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=_0x6e36x3[_0xba71[67]],_0x6e36x9=_0x6e36x4?_0x6e36x3[1]:_0x6e36x3[_0x6e36x5-2];_0x6e36x3=_0x6e36x4?_0x6e36x3[0]:_0x6e36x3[_0x6e36x5-1];var _0x6e36x5=_0x6e36x3[_0xba71[235]]-_0x6e36x9[_0xba71[235]],_0x6e36xa=_0x6e36x3[_0xba71[236]]-_0x6e36x9[_0xba71[236]],_0x6e36x12=Math[_0xba71[160]](1,Math[_0xba71[428]](_0x6e36x5*_0x6e36x5+_0x6e36xa*_0x6e36xa)),_0x6e36x9=_0x6e36x5/_0x6e36x12,_0x6e36x5=_0x6e36xa/_0x6e36x12,_0x6e36xa=mxUtils[_0xba71[1550]](this[_0xba71[124]],_0x6e36x4?mxConstants[_0xba71[1692]]:mxConstants[_0xba71[1693]],mxConstants.DEFAULT_MARKERSIZE),_0x6e36x12=mxUtils[_0xba71[433]](this[_0xba71[124]],_0x6e36x4?mxConstants[_0xba71[1694]]:mxConstants[_0xba71[1695]]);return mxMarker[_0xba71[1689]](_0x6e36x2,this,_0x6e36x12,_0x6e36x3,_0x6e36x9,_0x6e36x5,_0x6e36xa,_0x6e36x4,this[_0xba71[1307]],0!=this[_0xba71[124]][_0x6e36x4?mxConstants[_0xba71[1696]]:mxConstants[_0xba71[1697]]])};mxConnector[_0xba71[202]][_0xba71[1612]]=function(_0x6e36x2){mxShape[_0xba71[202]][_0xba71[1612]][_0xba71[183]](this,arguments);var _0x6e36x3=0;mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_STARTARROW,mxConstants.NONE)!=mxConstants[_0xba71[217]]&&(_0x6e36x3=mxUtils[_0xba71[1550]](this[_0xba71[124]],mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_MARKERSIZE)+1);mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_ENDARROW,mxConstants.NONE)!=mxConstants[_0xba71[217]]&&(_0x6e36x3=Math[_0xba71[160]](_0x6e36x3,mxUtils[_0xba71[1550]](this[_0xba71[124]],mxConstants.STYLE_ENDSIZE,mxConstants.DEFAULT_MARKERSIZE))+1);_0x6e36x2[_0xba71[244]](Math[_0xba71[430]](_0x6e36x3*this[_0xba71[255]]))};function mxSwimlane(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){mxShape[_0xba71[239]](this);this[_0xba71[1562]]=_0x6e36x2;this[_0xba71[1334]]=_0x6e36x3;this[_0xba71[1336]]=_0x6e36x4;this[_0xba71[1307]]=null!=_0x6e36x5?_0x6e36x5:1}mxUtils[_0xba71[1284]](mxSwimlane,mxShape);mxSwimlane[_0xba71[202]][_0xba71[1680]]=16;mxSwimlane[_0xba71[202]][_0xba71[1597]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x2=Math[_0xba71[243]](_0x6e36x9,mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE));return new mxRectangle(_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x2)};mxSwimlane[_0xba71[202]][_0xba71[1614]]=function(){var _0x6e36x2=mxShape[_0xba71[202]][_0xba71[1614]][_0xba71[183]](this,arguments);1!=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_HORIZONTAL,1)&&(_0x6e36x2+=mxText[_0xba71[202]][_0xba71[1616]]);return _0x6e36x2};mxSwimlane[_0xba71[202]][_0xba71[1615]]=function(){return this[_0xba71[1614]]()};mxSwimlane[_0xba71[202]][_0xba71[1590]]=function(){return mxShape[_0xba71[202]][_0xba71[1590]][_0xba71[183]](this,arguments)||1!=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_HORIZONTAL,1)};mxSwimlane[_0xba71[202]][_0xba71[1603]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x2=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_ARCSIZE,100*mxConstants[_0xba71[1557]])/100;return 3*_0x6e36x4*_0x6e36x2};mxSwimlane[_0xba71[202]][_0xba71[1595]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){var _0x6e36xa=Math[_0xba71[243]](_0x6e36x9,mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE)),_0x6e36x12=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_SWIMLANE_FILLCOLOR,mxConstants.NONE),_0x6e36x13=1==mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_SWIMLANE_LINE,1),_0x6e36x14=0;_0x6e36x2[_0xba71[513]](_0x6e36x3,_0x6e36x4);this[_0xba71[1606]]?(_0x6e36x14=this[_0xba71[1603]](_0x6e36x5,_0x6e36x9,_0x6e36xa),this[_0xba71[1698]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x14,_0x6e36x12,_0x6e36x13)):this[_0xba71[1699]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13);_0x6e36x12=mxUtils[_0xba71[433]](this[_0xba71[124]],mxConstants.STYLE_SEPARATORCOLOR,mxConstants.NONE);this[_0xba71[1700]](_0x6e36x2,_0x6e36x5,_0x6e36xa,_0x6e36x9,_0x6e36x12);null!=this[_0xba71[618]]&&(_0x6e36x9=this[_0xba71[1686]](_0x6e36x3,_0x6e36xa,_0x6e36x5,_0x6e36x9),_0x6e36x2[_0xba71[618]](_0x6e36x9[_0xba71[235]]-_0x6e36x3,_0x6e36x9[_0xba71[236]]-_0x6e36x4,_0x6e36x9[_0xba71[117]],_0x6e36x9[_0xba71[119]],this[_0xba71[618]],!1,!1,!1));this[_0xba71[617]]&&(_0x6e36x2[_0xba71[1267]](!1),this[_0xba71[1604]](_0x6e36x2,0,0,_0x6e36x5,_0x6e36xa,_0x6e36x14))};mxSwimlane[_0xba71[202]][_0xba71[1699]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13){_0x6e36x12!=mxConstants[_0xba71[217]]&&(_0x6e36x2[_0xba71[815]](),_0x6e36x2[_0xba71[1245]](_0x6e36x12),_0x6e36x2[_0xba71[1319]](0,0,_0x6e36x5,_0x6e36x9),_0x6e36x2[_0xba71[1337]](),_0x6e36x2[_0xba71[1210]](),_0x6e36x2[_0xba71[1267]](!1));_0x6e36x2[_0xba71[1275]]();_0x6e36x2[_0xba71[1276]](0,_0x6e36xa);_0x6e36x2[_0xba71[1277]](0,0);_0x6e36x2[_0xba71[1277]](_0x6e36x5,0);_0x6e36x2[_0xba71[1277]](_0x6e36x5,_0x6e36xa);_0x6e36x13&&_0x6e36x2[_0xba71[268]]();_0x6e36x2[_0xba71[1337]]();_0x6e36xa<_0x6e36x9&&_0x6e36x12==mxConstants[_0xba71[217]]&&(_0x6e36x2[_0xba71[1229]]= !1,_0x6e36x2[_0xba71[1275]](),_0x6e36x2[_0xba71[1276]](0,_0x6e36xa),_0x6e36x2[_0xba71[1277]](0,_0x6e36x9),_0x6e36x2[_0xba71[1277]](_0x6e36x5,_0x6e36x9),_0x6e36x2[_0xba71[1277]](_0x6e36x5,_0x6e36xa),_0x6e36x2[_0xba71[1336]]())};mxSwimlane[_0xba71[202]][_0xba71[1698]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14){_0x6e36x13!=mxConstants[_0xba71[217]]&&(_0x6e36x2[_0xba71[815]](),_0x6e36x2[_0xba71[1245]](_0x6e36x13),_0x6e36x2[_0xba71[1320]](0,0,_0x6e36x5,_0x6e36x9,_0x6e36x12,_0x6e36x12),_0x6e36x2[_0xba71[1337]](),_0x6e36x2[_0xba71[1210]](),_0x6e36x2[_0xba71[1267]](!1));_0x6e36x2[_0xba71[1275]]();_0x6e36x2[_0xba71[1276]](_0x6e36x5,_0x6e36xa);_0x6e36x2[_0xba71[1277]](_0x6e36x5,_0x6e36x12);_0x6e36x2[_0xba71[1278]](_0x6e36x5,0,_0x6e36x5-Math[_0xba71[243]](_0x6e36x5/2,_0x6e36x12),0);_0x6e36x2[_0xba71[1277]](Math[_0xba71[243]](_0x6e36x5/2,_0x6e36x12),0);_0x6e36x2[_0xba71[1278]](0,0,0,_0x6e36x12);_0x6e36x2[_0xba71[1277]](0,_0x6e36xa);_0x6e36x14&&_0x6e36x2[_0xba71[268]]();_0x6e36x2[_0xba71[1337]]();_0x6e36xa<_0x6e36x9&&_0x6e36x13==mxConstants[_0xba71[217]]&&(_0x6e36x2[_0xba71[1229]]= !1,_0x6e36x2[_0xba71[1275]](),_0x6e36x2[_0xba71[1276]](0,_0x6e36xa),_0x6e36x2[_0xba71[1277]](0,_0x6e36x9-_0x6e36x12),_0x6e36x2[_0xba71[1278]](0,_0x6e36x9,Math[_0xba71[243]](_0x6e36x5/2,_0x6e36x12),_0x6e36x9),_0x6e36x2[_0xba71[1277]](_0x6e36x5-Math[_0xba71[243]](_0x6e36x5/2,_0x6e36x12),_0x6e36x9),_0x6e36x2[_0xba71[1278]](_0x6e36x5,_0x6e36x9,_0x6e36x5,_0x6e36x9-_0x6e36x12),_0x6e36x2[_0xba71[1277]](_0x6e36x5,_0x6e36xa),_0x6e36x2[_0xba71[1336]]())};mxSwimlane[_0xba71[202]][_0xba71[1700]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x9!=mxConstants[_0xba71[217]]&&(_0x6e36x2[_0xba71[1249]](_0x6e36x9),_0x6e36x2[_0xba71[1251]](!0),_0x6e36x2[_0xba71[1275]](),_0x6e36x2[_0xba71[1276]](_0x6e36x3,_0x6e36x4),_0x6e36x2[_0xba71[1277]](_0x6e36x3,_0x6e36x5),_0x6e36x2[_0xba71[1336]](),_0x6e36x2[_0xba71[1251]](!1))};mxSwimlane[_0xba71[202]][_0xba71[1686]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){return new mxRectangle(_0x6e36x2+_0x6e36x4-this[_0xba71[1680]],_0x6e36x3,this[_0xba71[1680]],this[_0xba71[1680]])};function mxGraphLayout(_0x6e36x2){this[_0xba71[1179]]=_0x6e36x2}mxGraphLayout[_0xba71[202]][_0xba71[1179]]=null;mxGraphLayout[_0xba71[202]][_0xba71[1701]]= !0;mxGraphLayout[_0xba71[202]][_0xba71[1101]]=null;mxGraphLayout[_0xba71[202]][_0xba71[1702]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){};mxGraphLayout[_0xba71[202]][_0xba71[350]]=function(_0x6e36x2){};mxGraphLayout[_0xba71[202]][_0xba71[1703]]=function(){return this[_0xba71[1179]]};mxGraphLayout[_0xba71[202]][_0xba71[1704]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x4=this[_0xba71[1179]][_0xba71[441]][_0xba71[248]](_0x6e36x3);_0x6e36x3=null!=_0x6e36x4?_0x6e36x4[_0xba71[124]]:this[_0xba71[1179]][_0xba71[1705]](_0x6e36x3);return null!=_0x6e36x3?_0x6e36x3[_0x6e36x2]:null};mxGraphLayout[_0xba71[1706]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){if(null!=_0x6e36x4&&null!=_0x6e36x2){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:!0;_0x6e36x9=_0x6e36x9||[];var _0x6e36xa=mxCellPath[_0xba71[385]](_0x6e36x2);if(null==_0x6e36x9[_0x6e36xa]&&(_0x6e36x9[_0x6e36xa]=_0x6e36x2,_0x6e36x5=_0x6e36x4(_0x6e36x2,_0x6e36x5),null==_0x6e36x5||_0x6e36x5)){if(_0x6e36x5=this[_0xba71[1179]][_0xba71[251]][_0xba71[1707]](_0x6e36x2),0<_0x6e36x5){for(_0x6e36xa=0;_0x6e36xa<_0x6e36x5;_0x6e36xa++){var _0x6e36x12=this[_0xba71[1179]][_0xba71[251]][_0xba71[1708]](_0x6e36x2,_0x6e36xa),_0x6e36x13=this[_0xba71[1179]][_0xba71[251]][_0xba71[1709]](_0x6e36x12,!0)==_0x6e36x2;if(!_0x6e36x3||_0x6e36x13){_0x6e36x13=this[_0xba71[1179]][_0xba71[441]][_0xba71[1710]](_0x6e36x12,!_0x6e36x13),this[_0xba71[1706]](_0x6e36x13,_0x6e36x3,_0x6e36x4,_0x6e36x12,_0x6e36x9)}}}}}};mxGraphLayout[_0xba71[202]][_0xba71[1711]]=function(_0x6e36x2){return this[_0xba71[1179]][_0xba71[1712]](_0x6e36x2)};mxGraphLayout[_0xba71[202]][_0xba71[1713]]=function(_0x6e36x2){return !this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1193]](_0x6e36x2)||!this[_0xba71[1179]][_0xba71[1714]](_0x6e36x2)};mxGraphLayout[_0xba71[202]][_0xba71[1715]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1179]][_0xba71[502]]();return !_0x6e36x3[_0xba71[250]](_0x6e36x2)||!this[_0xba71[1179]][_0xba71[1714]](_0x6e36x2)||null==_0x6e36x3[_0xba71[1709]](_0x6e36x2,!0)||null==_0x6e36x3[_0xba71[1709]](_0x6e36x2,!1)};mxGraphLayout[_0xba71[202]][_0xba71[1716]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[1179]][_0xba71[1717]](mxConstants.STYLE_NOEDGESTYLE,_0x6e36x3?_0xba71[468]:_0xba71[500],[_0x6e36x2])};mxGraphLayout[_0xba71[202]][_0xba71[1718]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[1179]][_0xba71[1717]](mxConstants.STYLE_ORTHOGONAL,_0x6e36x3?_0xba71[500]:_0xba71[468],[_0x6e36x2])};mxGraphLayout[_0xba71[202]][_0xba71[1719]]=function(_0x6e36x2){var _0x6e36x3= new mxPoint;if(null!=_0x6e36x2&&_0x6e36x2!=this[_0xba71[1101]]){var _0x6e36x4=this[_0xba71[1179]][_0xba71[502]]();if(_0x6e36x4[_0xba71[1720]](this[_0xba71[1101]],_0x6e36x2)){for(var _0x6e36x5=_0x6e36x4[_0xba71[1721]](_0x6e36x2);_0x6e36x2!=this[_0xba71[1101]];){_0x6e36x3[_0xba71[235]]+=_0x6e36x5[_0xba71[235]],_0x6e36x3[_0xba71[236]]+=_0x6e36x5[_0xba71[236]],_0x6e36x2=_0x6e36x4[_0xba71[1197]](_0x6e36x2),_0x6e36x5=_0x6e36x4[_0xba71[1721]](_0x6e36x2)}}};return _0x6e36x3};mxGraphLayout[_0xba71[202]][_0xba71[1722]]=function(_0x6e36x2,_0x6e36x3){if(null!=_0x6e36x2){var _0x6e36x4=this[_0xba71[1179]][_0xba71[251]],_0x6e36x5=_0x6e36x4[_0xba71[1721]](_0x6e36x2);null==_0x6e36x5?(_0x6e36x5= new mxGeometry,_0x6e36x5[_0xba71[1723]](!0)):_0x6e36x5=_0x6e36x5[_0xba71[238]]();if(null!=this[_0xba71[1101]]&&null!=_0x6e36x3){for(var _0x6e36x9=_0x6e36x4[_0xba71[1197]](_0x6e36x2),_0x6e36x9=this[_0xba71[1719]](_0x6e36x9),_0x6e36xa=0;_0x6e36xa<_0x6e36x3[_0xba71[67]];_0x6e36xa++){_0x6e36x3[_0x6e36xa][_0xba71[235]]-=_0x6e36x9[_0xba71[235]],_0x6e36x3[_0x6e36xa][_0xba71[236]]-=_0x6e36x9[_0xba71[236]]}};_0x6e36x5[_0xba71[1525]]=_0x6e36x3;_0x6e36x4[_0xba71[1724]](_0x6e36x2,_0x6e36x5)}};mxGraphLayout[_0xba71[202]][_0xba71[1725]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x9=_0x6e36x5[_0xba71[1721]](_0x6e36x2),_0x6e36xa=null;if(null!=_0x6e36x9){_0x6e36xa= new mxRectangle(_0x6e36x3,_0x6e36x4,_0x6e36x9[_0xba71[117]],_0x6e36x9[_0xba71[119]]);if(this[_0xba71[1701]]){var _0x6e36x12=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[248]](_0x6e36x2);if(null!=_0x6e36x12&&null!=_0x6e36x12[_0xba71[963]]&&null!=_0x6e36x12[_0xba71[963]][_0xba71[1563]]){var _0x6e36x13=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[255]],_0x6e36x14=_0x6e36x12[_0xba71[963]][_0xba71[1563]];_0x6e36x12[_0xba71[963]][_0xba71[1563]][_0xba71[235]]<_0x6e36x12[_0xba71[235]]&&(_0x6e36x3+=(_0x6e36x12[_0xba71[235]]-_0x6e36x14[_0xba71[235]])/_0x6e36x13,_0x6e36xa[_0xba71[117]]=_0x6e36x14[_0xba71[117]]);_0x6e36x12[_0xba71[963]][_0xba71[1563]][_0xba71[236]]<_0x6e36x12[_0xba71[236]]&&(_0x6e36x4+=(_0x6e36x12[_0xba71[236]]-_0x6e36x14[_0xba71[236]])/_0x6e36x13,_0x6e36xa[_0xba71[119]]=_0x6e36x14[_0xba71[119]])}};null!=this[_0xba71[1101]]&&(_0x6e36x12=_0x6e36x5[_0xba71[1197]](_0x6e36x2),null!=_0x6e36x12&&_0x6e36x12!=this[_0xba71[1101]]&&(_0x6e36x12=this[_0xba71[1719]](_0x6e36x12),_0x6e36x3-=_0x6e36x12[_0xba71[235]],_0x6e36x4-=_0x6e36x12[_0xba71[236]]));if(_0x6e36x9[_0xba71[235]]!=_0x6e36x3||_0x6e36x9[_0xba71[236]]!=_0x6e36x4){_0x6e36x9=_0x6e36x9[_0xba71[238]](),_0x6e36x9[_0xba71[235]]=_0x6e36x3,_0x6e36x9[_0xba71[236]]=_0x6e36x4,_0x6e36x5[_0xba71[1724]](_0x6e36x2,_0x6e36x9)}};return _0x6e36xa};mxGraphLayout[_0xba71[202]][_0xba71[1726]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1721]](_0x6e36x2);if(this[_0xba71[1701]]){var _0x6e36x4=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[248]](_0x6e36x2);if(null!=_0x6e36x4&&null!=_0x6e36x4[_0xba71[963]]&&null!=_0x6e36x4[_0xba71[963]][_0xba71[1563]]){var _0x6e36x5=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[255]],_0x6e36x9=_0x6e36x4[_0xba71[963]][_0xba71[1563]],_0x6e36xa=Math[_0xba71[160]](_0x6e36x4[_0xba71[235]]-_0x6e36x9[_0xba71[235]],0)/_0x6e36x5,_0x6e36x12=Math[_0xba71[160]](_0x6e36x4[_0xba71[236]]-_0x6e36x9[_0xba71[236]],0)/_0x6e36x5,_0x6e36x13=Math[_0xba71[160]](_0x6e36x9[_0xba71[235]]+_0x6e36x9[_0xba71[117]]-(_0x6e36x4[_0xba71[235]]+_0x6e36x4[_0xba71[117]]),0)/_0x6e36x5,_0x6e36x4=Math[_0xba71[160]](_0x6e36x9[_0xba71[236]]+_0x6e36x9[_0xba71[119]]-(_0x6e36x4[_0xba71[236]]+_0x6e36x4[_0xba71[119]]),0)/_0x6e36x5,_0x6e36x3= new mxRectangle(_0x6e36x3[_0xba71[235]]-_0x6e36xa,_0x6e36x3[_0xba71[236]]-_0x6e36x12,_0x6e36x3[_0xba71[117]]+_0x6e36xa+_0x6e36x13,_0x6e36x3[_0xba71[119]]+_0x6e36x12+_0x6e36x4)}};null!=this[_0xba71[1101]]&&(_0x6e36x2=this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1197]](_0x6e36x2),_0x6e36x3=_0x6e36x3[_0xba71[238]](),null!=_0x6e36x2&&_0x6e36x2!=this[_0xba71[1101]]&&(_0x6e36x2=this[_0xba71[1719]](_0x6e36x2),_0x6e36x3[_0xba71[235]]+=_0x6e36x2[_0xba71[235]],_0x6e36x3[_0xba71[236]]+=_0x6e36x2[_0xba71[236]]));return new mxRectangle(_0x6e36x3[_0xba71[235]],_0x6e36x3[_0xba71[236]],_0x6e36x3[_0xba71[117]],_0x6e36x3[_0xba71[119]])};mxGraphLayout[_0xba71[202]][_0xba71[1727]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[1179]][_0xba71[502]]()[_0xba71[473]]();try{for(var _0x6e36x4=_0x6e36x2[_0xba71[67]]-1;0<=_0x6e36x4;_0x6e36x4--){var _0x6e36x5=_0x6e36x2[_0x6e36x4],_0x6e36x9=this[_0xba71[1179]][_0xba71[1728]](_0x6e36x5),_0x6e36xa=this[_0xba71[1179]][_0xba71[1729]](_0x6e36x9),_0x6e36x12=this[_0xba71[1179]][_0xba71[1198]](_0x6e36x5),_0x6e36x13=0,_0x6e36x14=0;if(this[_0xba71[1179]][_0xba71[1730]](_0x6e36x5)){var _0x6e36x15=this[_0xba71[1179]][_0xba71[1731]](_0x6e36x5),_0x6e36x13=_0x6e36x15[_0xba71[117]],_0x6e36x14=_0x6e36x15[_0xba71[119]]};null!=_0x6e36xa&&null!=_0x6e36x12&&(_0x6e36x12=_0x6e36x12[_0xba71[238]](),_0x6e36x12[_0xba71[235]]=_0x6e36x12[_0xba71[235]]+_0x6e36xa[_0xba71[235]]-_0x6e36x3-_0x6e36x13,_0x6e36x12[_0xba71[236]]=_0x6e36x12[_0xba71[236]]+_0x6e36xa[_0xba71[236]]-_0x6e36x3-_0x6e36x14,_0x6e36x12[_0xba71[117]]=_0x6e36xa[_0xba71[117]]+2*_0x6e36x3+_0x6e36x13,_0x6e36x12[_0xba71[119]]=_0x6e36xa[_0xba71[119]]+2*_0x6e36x3+_0x6e36x14,this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1724]](_0x6e36x5,_0x6e36x12),this[_0xba71[1179]][_0xba71[834]](_0x6e36x9,_0x6e36x3+_0x6e36x13-_0x6e36xa[_0xba71[235]],_0x6e36x3+_0x6e36x14-_0x6e36xa[_0xba71[236]]))}}finally{this[_0xba71[1179]][_0xba71[502]]()[_0xba71[476]]()}};function mxStackLayout(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){mxGraphLayout[_0xba71[239]](this,_0x6e36x2);this[_0xba71[662]]=null!=_0x6e36x3?_0x6e36x3:!0;this[_0xba71[657]]=null!=_0x6e36x4?_0x6e36x4:0;this[_0xba71[1732]]=null!=_0x6e36x5?_0x6e36x5:0;this[_0xba71[1733]]=null!=_0x6e36x9?_0x6e36x9:0;this[_0xba71[467]]=null!=_0x6e36xa?_0x6e36xa:0}mxStackLayout[_0xba71[202]]= new mxGraphLayout;mxStackLayout[_0xba71[202]][_0xba71[196]]=mxStackLayout;mxStackLayout[_0xba71[202]][_0xba71[662]]=null;mxStackLayout[_0xba71[202]][_0xba71[657]]=null;mxStackLayout[_0xba71[202]][_0xba71[1732]]=null;mxStackLayout[_0xba71[202]][_0xba71[1733]]=null;mxStackLayout[_0xba71[202]][_0xba71[467]]=0;mxStackLayout[_0xba71[202]][_0xba71[1734]]= !1;mxStackLayout[_0xba71[202]][_0xba71[1334]]= !1;mxStackLayout[_0xba71[202]][_0xba71[1735]]= !1;mxStackLayout[_0xba71[202]][_0xba71[1736]]= !1;mxStackLayout[_0xba71[202]][_0xba71[1333]]=null;mxStackLayout[_0xba71[202]][_0xba71[1737]]=function(){return this[_0xba71[662]]};mxStackLayout[_0xba71[202]][_0xba71[1702]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x9=_0x6e36x5[_0xba71[1197]](_0x6e36x2),_0x6e36xa=this[_0xba71[1737]]();if(null!=_0x6e36x2&&null!=_0x6e36x9){var _0x6e36x12=0,_0x6e36x13=0,_0x6e36x14=_0x6e36x5[_0xba71[262]](_0x6e36x9);_0x6e36x3=_0x6e36xa?_0x6e36x3:_0x6e36x4;_0x6e36x12=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[248]](_0x6e36x9);null!=_0x6e36x12&&(_0x6e36x3-=_0x6e36xa?_0x6e36x12[_0xba71[235]]:_0x6e36x12[_0xba71[236]]);for(_0x6e36x12=0;_0x6e36x12<_0x6e36x14;_0x6e36x12++){if(_0x6e36x4=_0x6e36x5[_0xba71[263]](_0x6e36x9,_0x6e36x12),_0x6e36x4!=_0x6e36x2&&(_0x6e36x4=_0x6e36x5[_0xba71[1721]](_0x6e36x4),null!=_0x6e36x4)){_0x6e36x4=_0x6e36xa?_0x6e36x4[_0xba71[235]]+_0x6e36x4[_0xba71[117]]/2:_0x6e36x4[_0xba71[236]]+_0x6e36x4[_0xba71[119]]/2;if(_0x6e36x13<_0x6e36x3&&_0x6e36x4>_0x6e36x3){break};_0x6e36x13=_0x6e36x4}};_0x6e36xa=_0x6e36x9[_0xba71[1738]](_0x6e36x2);_0x6e36xa=Math[_0xba71[160]](0,_0x6e36x12-(_0x6e36x12>_0x6e36xa?1:0));_0x6e36x5[_0xba71[99]](_0x6e36x9,_0x6e36x2,_0x6e36xa)}};mxStackLayout[_0xba71[202]][_0xba71[1739]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x4=_0x6e36x3[_0xba71[1721]](_0x6e36x2);if(null!=this[_0xba71[1179]][_0xba71[526]]&&(null==_0x6e36x4&&_0x6e36x3[_0xba71[1740]](_0x6e36x2)||_0x6e36x2==this[_0xba71[1179]][_0xba71[249]]()[_0xba71[1741]])){_0x6e36x4= new mxRectangle(0,0,this[_0xba71[1179]][_0xba71[526]][_0xba71[359]]-1,this[_0xba71[1179]][_0xba71[526]][_0xba71[167]]-1)};return _0x6e36x4};mxStackLayout[_0xba71[202]][_0xba71[350]]=function(_0x6e36x2){if(null!=_0x6e36x2){var _0x6e36x3=this[_0xba71[1737]](),_0x6e36x4=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x5=this[_0xba71[1739]](_0x6e36x2),_0x6e36x9=0;null!=_0x6e36x5&&(_0x6e36x9=_0x6e36x3?_0x6e36x5[_0xba71[119]]:_0x6e36x5[_0xba71[117]]);var _0x6e36x9=_0x6e36x9-(2*this[_0xba71[657]]+2*this[_0xba71[467]]),_0x6e36xa=this[_0xba71[1732]]+this[_0xba71[467]],_0x6e36x12=this[_0xba71[1733]]+this[_0xba71[467]];if(this[_0xba71[1179]][_0xba71[1730]](_0x6e36x2)){var _0x6e36x13=this[_0xba71[1179]][_0xba71[1705]](_0x6e36x2),_0x6e36x14=mxUtils[_0xba71[433]](_0x6e36x13,mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE),_0x6e36x13=mxUtils[_0xba71[433]](_0x6e36x13,mxConstants.STYLE_HORIZONTAL,!0);_0x6e36x3==_0x6e36x13&&(_0x6e36x9-=_0x6e36x14);_0x6e36x3?_0x6e36x12+=_0x6e36x14:_0x6e36xa+=_0x6e36x14};_0x6e36x4[_0xba71[473]]();try{for(var _0x6e36x14=0,_0x6e36x13=null,_0x6e36x15=_0x6e36x4[_0xba71[262]](_0x6e36x2),_0x6e36x16=0;_0x6e36x16<_0x6e36x15;_0x6e36x16++){var _0x6e36x17=_0x6e36x4[_0xba71[263]](_0x6e36x2,_0x6e36x16);if(!this[_0xba71[1713]](_0x6e36x17)&&this[_0xba71[1711]](_0x6e36x17)){var _0x6e36x18=_0x6e36x4[_0xba71[1721]](_0x6e36x17);if(null!=_0x6e36x18){_0x6e36x18=_0x6e36x18[_0xba71[238]]();if(null!=this[_0xba71[1333]]&&null!=_0x6e36x13&&(_0x6e36x3&&_0x6e36x13[_0xba71[235]]+_0x6e36x13[_0xba71[117]]+_0x6e36x18[_0xba71[117]]+2*this[_0xba71[657]]>this[_0xba71[1333]]||!_0x6e36x3&&_0x6e36x13[_0xba71[236]]+_0x6e36x13[_0xba71[119]]+_0x6e36x18[_0xba71[119]]+2*this[_0xba71[657]]>this[_0xba71[1333]])){_0x6e36x13=null,_0x6e36x3?_0x6e36x12+=_0x6e36x14+this[_0xba71[657]]:_0x6e36xa+=_0x6e36x14+this[_0xba71[657]],_0x6e36x14=0};_0x6e36x14=Math[_0xba71[160]](_0x6e36x14,_0x6e36x3?_0x6e36x18[_0xba71[119]]:_0x6e36x18[_0xba71[117]]);null!=_0x6e36x13?_0x6e36x3?_0x6e36x18[_0xba71[235]]=_0x6e36x13[_0xba71[235]]+_0x6e36x13[_0xba71[117]]+this[_0xba71[657]]:_0x6e36x18[_0xba71[236]]=_0x6e36x13[_0xba71[236]]+_0x6e36x13[_0xba71[119]]+this[_0xba71[657]]:this[_0xba71[1734]]||(_0x6e36x3?_0x6e36x18[_0xba71[235]]=_0x6e36xa:_0x6e36x18[_0xba71[236]]=_0x6e36x12);_0x6e36x3?_0x6e36x18[_0xba71[236]]=_0x6e36x12:_0x6e36x18[_0xba71[235]]=_0x6e36xa;this[_0xba71[1334]]&&0<_0x6e36x9&&(_0x6e36x3?_0x6e36x18[_0xba71[119]]=_0x6e36x9:_0x6e36x18[_0xba71[117]]=_0x6e36x9);_0x6e36x4[_0xba71[1724]](_0x6e36x17,_0x6e36x18);_0x6e36x13=_0x6e36x18}}};this[_0xba71[1735]]&&null!=_0x6e36x5&&null!=_0x6e36x13&&!this[_0xba71[1179]][_0xba71[1742]](_0x6e36x2)?(_0x6e36x5=_0x6e36x5[_0xba71[238]](),_0x6e36x3?_0x6e36x5[_0xba71[117]]=_0x6e36x13[_0xba71[235]]+_0x6e36x13[_0xba71[117]]+this[_0xba71[657]]:_0x6e36x5[_0xba71[119]]=_0x6e36x13[_0xba71[236]]+_0x6e36x13[_0xba71[119]]+this[_0xba71[657]],_0x6e36x4[_0xba71[1724]](_0x6e36x2,_0x6e36x5)):this[_0xba71[1736]]&&(null!=_0x6e36x5&&null!=_0x6e36x13)&&(_0x6e36x3?_0x6e36x13[_0xba71[117]]=_0x6e36x5[_0xba71[117]]-_0x6e36x13[_0xba71[235]]-this[_0xba71[657]]:_0x6e36x13[_0xba71[119]]=_0x6e36x5[_0xba71[119]]-_0x6e36x13[_0xba71[236]]-this[_0xba71[657]])}finally{_0x6e36x4[_0xba71[476]]()}}};function mxPartitionLayout(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){mxGraphLayout[_0xba71[239]](this,_0x6e36x2);this[_0xba71[662]]=null!=_0x6e36x3?_0x6e36x3:!0;this[_0xba71[657]]=_0x6e36x4||0;this[_0xba71[467]]=_0x6e36x5||0}mxPartitionLayout[_0xba71[202]]= new mxGraphLayout;mxPartitionLayout[_0xba71[202]][_0xba71[196]]=mxPartitionLayout;mxPartitionLayout[_0xba71[202]][_0xba71[662]]=null;mxPartitionLayout[_0xba71[202]][_0xba71[657]]=null;mxPartitionLayout[_0xba71[202]][_0xba71[467]]=null;mxPartitionLayout[_0xba71[202]][_0xba71[1743]]= !0;mxPartitionLayout[_0xba71[202]][_0xba71[1737]]=function(){return this[_0xba71[662]]};mxPartitionLayout[_0xba71[202]][_0xba71[1702]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x4=this[_0xba71[1179]][_0xba71[502]]();var _0x6e36x5=_0x6e36x4[_0xba71[1197]](_0x6e36x2);if(null!=_0x6e36x2&&null!=_0x6e36x5){for(var _0x6e36x9=0,_0x6e36xa=0,_0x6e36x12=_0x6e36x4[_0xba71[262]](_0x6e36x5),_0x6e36x9=0;_0x6e36x9<_0x6e36x12;_0x6e36x9++){var _0x6e36x13=_0x6e36x4[_0xba71[263]](_0x6e36x5,_0x6e36x9),_0x6e36x13=this[_0xba71[1726]](_0x6e36x13);if(null!=_0x6e36x13){_0x6e36x13=_0x6e36x13[_0xba71[235]]+_0x6e36x13[_0xba71[117]]/2;if(_0x6e36xa<_0x6e36x3&&_0x6e36x13>_0x6e36x3){break};_0x6e36xa=_0x6e36x13}};_0x6e36x3=_0x6e36x5[_0xba71[1738]](_0x6e36x2);_0x6e36x3=Math[_0xba71[160]](0,_0x6e36x9-(_0x6e36x9>_0x6e36x3?1:0));_0x6e36x4[_0xba71[99]](_0x6e36x5,_0x6e36x2,_0x6e36x3)}};mxPartitionLayout[_0xba71[202]][_0xba71[350]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1737]](),_0x6e36x4=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x5=_0x6e36x4[_0xba71[1721]](_0x6e36x2);if(null!=this[_0xba71[1179]][_0xba71[526]]&&(null==_0x6e36x5&&_0x6e36x4[_0xba71[1740]](_0x6e36x2)||_0x6e36x2==this[_0xba71[1179]][_0xba71[249]]()[_0xba71[1741]])){_0x6e36x5= new mxRectangle(0,0,this[_0xba71[1179]][_0xba71[526]][_0xba71[359]]-1,this[_0xba71[1179]][_0xba71[526]][_0xba71[167]]-1)};if(null!=_0x6e36x5){for(var _0x6e36x9=[],_0x6e36xa=_0x6e36x4[_0xba71[262]](_0x6e36x2),_0x6e36x12=0;_0x6e36x12<_0x6e36xa;_0x6e36x12++){var _0x6e36x13=_0x6e36x4[_0xba71[263]](_0x6e36x2,_0x6e36x12);!this[_0xba71[1713]](_0x6e36x13)&&this[_0xba71[1711]](_0x6e36x13)&&_0x6e36x9[_0xba71[207]](_0x6e36x13)};_0x6e36xa=_0x6e36x9[_0xba71[67]];if(0<_0x6e36xa){var _0x6e36x14=this[_0xba71[467]],_0x6e36x15=this[_0xba71[467]],_0x6e36x16=_0x6e36x3?_0x6e36x5[_0xba71[119]]:_0x6e36x5[_0xba71[117]],_0x6e36x16=_0x6e36x16-2*this[_0xba71[467]];_0x6e36x2=this[_0xba71[1179]][_0xba71[1730]](_0x6e36x2)?this[_0xba71[1179]][_0xba71[1731]](_0x6e36x2): new mxRectangle;_0x6e36x16-=_0x6e36x3?_0x6e36x2[_0xba71[119]]:_0x6e36x2[_0xba71[117]];_0x6e36x14+=_0x6e36x2[_0xba71[117]];_0x6e36x15+=_0x6e36x2[_0xba71[119]];_0x6e36x2=this[_0xba71[467]]+(_0x6e36xa-1)*this[_0xba71[657]];_0x6e36x5=_0x6e36x3?(_0x6e36x5[_0xba71[117]]-_0x6e36x14-_0x6e36x2)/_0x6e36xa:(_0x6e36x5[_0xba71[119]]-_0x6e36x15-_0x6e36x2)/_0x6e36xa;if(0<_0x6e36x5){_0x6e36x4[_0xba71[473]]();try{for(_0x6e36x12=0;_0x6e36x12<_0x6e36xa;_0x6e36x12++){var _0x6e36x13=_0x6e36x9[_0x6e36x12],_0x6e36x17=_0x6e36x4[_0xba71[1721]](_0x6e36x13);null!=_0x6e36x17&&(_0x6e36x17=_0x6e36x17[_0xba71[238]](),_0x6e36x17[_0xba71[235]]=_0x6e36x14,_0x6e36x17[_0xba71[236]]=_0x6e36x15,_0x6e36x3?(this[_0xba71[1743]]&&(_0x6e36x17[_0xba71[117]]=_0x6e36x5,_0x6e36x17[_0xba71[119]]=_0x6e36x16),_0x6e36x14+=_0x6e36x5+this[_0xba71[657]]):(this[_0xba71[1743]]&&(_0x6e36x17[_0xba71[119]]=_0x6e36x5,_0x6e36x17[_0xba71[117]]=_0x6e36x16),_0x6e36x15+=_0x6e36x5+this[_0xba71[657]]),_0x6e36x4[_0xba71[1724]](_0x6e36x13,_0x6e36x17))}}finally{_0x6e36x4[_0xba71[476]]()}}}}};function mxCompactTreeLayout(_0x6e36x2,_0x6e36x3,_0x6e36x4){mxGraphLayout[_0xba71[239]](this,_0x6e36x2);this[_0xba71[662]]=null!=_0x6e36x3?_0x6e36x3:!0;this[_0xba71[1744]]=null!=_0x6e36x4?_0x6e36x4:!1}mxCompactTreeLayout[_0xba71[202]]= new mxGraphLayout;mxCompactTreeLayout[_0xba71[202]][_0xba71[196]]=mxCompactTreeLayout;mxCompactTreeLayout[_0xba71[202]][_0xba71[662]]=null;mxCompactTreeLayout[_0xba71[202]][_0xba71[1744]]=null;mxCompactTreeLayout[_0xba71[202]][_0xba71[1735]]= !0;mxCompactTreeLayout[_0xba71[202]][_0xba71[1745]]=10;mxCompactTreeLayout[_0xba71[202]][_0xba71[1746]]=null;mxCompactTreeLayout[_0xba71[202]][_0xba71[1747]]= !1;mxCompactTreeLayout[_0xba71[202]][_0xba71[1748]]=10;mxCompactTreeLayout[_0xba71[202]][_0xba71[1749]]=20;mxCompactTreeLayout[_0xba71[202]][_0xba71[1750]]= !0;mxCompactTreeLayout[_0xba71[202]][_0xba71[1751]]=5;mxCompactTreeLayout[_0xba71[202]][_0xba71[1752]]=4;mxCompactTreeLayout[_0xba71[202]][_0xba71[1753]]=8;mxCompactTreeLayout[_0xba71[202]][_0xba71[1754]]=4;mxCompactTreeLayout[_0xba71[202]][_0xba71[1755]]= !0;mxCompactTreeLayout[_0xba71[202]][_0xba71[1713]]=function(_0x6e36x2){return mxGraphLayout[_0xba71[202]][_0xba71[1713]][_0xba71[183]](this,arguments)||0==this[_0xba71[1179]][_0xba71[1756]](_0x6e36x2)[_0xba71[67]]};mxCompactTreeLayout[_0xba71[202]][_0xba71[1737]]=function(){return this[_0xba71[662]]};mxCompactTreeLayout[_0xba71[202]][_0xba71[350]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[1101]]=_0x6e36x2;var _0x6e36x4=this[_0xba71[1179]][_0xba71[502]]();if(null==_0x6e36x3){if(0<this[_0xba71[1179]][_0xba71[264]](_0x6e36x2,_0x6e36x4[_0xba71[1197]](_0x6e36x2),this[_0xba71[1744]],!this[_0xba71[1744]],!1)[_0xba71[67]]){_0x6e36x3=_0x6e36x2}else {var _0x6e36x5=this[_0xba71[1179]][_0xba71[1757]](_0x6e36x2,!0,this[_0xba71[1744]]);if(0<_0x6e36x5[_0xba71[67]]){for(var _0x6e36x9=0;_0x6e36x9<_0x6e36x5[_0xba71[67]];_0x6e36x9++){if(!this[_0xba71[1713]](_0x6e36x5[_0x6e36x9])&&0<this[_0xba71[1179]][_0xba71[264]](_0x6e36x5[_0x6e36x9],null,this[_0xba71[1744]],!this[_0xba71[1744]],!1)[_0xba71[67]]){_0x6e36x3=_0x6e36x5[_0x6e36x9];break}}}}};if(null!=_0x6e36x3){this[_0xba71[1746]]=this[_0xba71[1735]]?{}:null;_0x6e36x4[_0xba71[473]]();try{var _0x6e36xa=this[_0xba71[1758]](_0x6e36x3,_0x6e36x2);if(null!=_0x6e36xa){this[_0xba71[1759]](_0x6e36xa);var _0x6e36x12=this[_0xba71[1179]][_0xba71[1020]],_0x6e36x5=_0x6e36x12;if(!this[_0xba71[1747]]){var _0x6e36x13=this[_0xba71[1726]](_0x6e36x3);null!=_0x6e36x13&&(_0x6e36x12=_0x6e36x13[_0xba71[235]],_0x6e36x5=_0x6e36x13[_0xba71[236]])};_0x6e36x13=null;_0x6e36x13=this[_0xba71[1737]]()?this[_0xba71[1760]](_0x6e36xa,_0x6e36x12,_0x6e36x5):this[_0xba71[1761]](_0x6e36xa,null,_0x6e36x12,_0x6e36x5);if(null!=_0x6e36x13){var _0x6e36x14=_0x6e36x9=0;0>_0x6e36x13[_0xba71[235]]&&(_0x6e36x9=Math[_0xba71[425]](_0x6e36x12-_0x6e36x13[_0xba71[235]]));0>_0x6e36x13[_0xba71[236]]&&(_0x6e36x14=Math[_0xba71[425]](_0x6e36x5-_0x6e36x13[_0xba71[236]]));(0!=_0x6e36x9||0!=_0x6e36x14)&&this[_0xba71[1762]](_0x6e36xa,_0x6e36x9,_0x6e36x14);this[_0xba71[1735]]&&this[_0xba71[1763]]();this[_0xba71[1755]]&&this[_0xba71[1764]](_0x6e36xa)}}}finally{_0x6e36x4[_0xba71[476]]()}}};mxCompactTreeLayout[_0xba71[202]][_0xba71[1762]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x2[_0xba71[235]]+=_0x6e36x3;_0x6e36x2[_0xba71[236]]+=_0x6e36x4;this[_0xba71[183]](_0x6e36x2);for(_0x6e36x2=_0x6e36x2[_0xba71[247]];null!=_0x6e36x2;){this[_0xba71[1762]](_0x6e36x2,_0x6e36x3,_0x6e36x4),_0x6e36x2=_0x6e36x2[_0xba71[1765]]}};mxCompactTreeLayout[_0xba71[202]][_0xba71[1758]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:[];var _0x6e36x5=mxCellPath[_0xba71[385]](_0x6e36x2),_0x6e36x9=null;if(null!=_0x6e36x2&&null==_0x6e36x4[_0x6e36x5]&&!this[_0xba71[1713]](_0x6e36x2)){_0x6e36x4[_0x6e36x5]=_0x6e36x2;var _0x6e36x9=this[_0xba71[1766]](_0x6e36x2),_0x6e36x5=this[_0xba71[1179]][_0xba71[502]](),_0x6e36xa=null;_0x6e36x2=this[_0xba71[1179]][_0xba71[264]](_0x6e36x2,_0x6e36x3,this[_0xba71[1744]],!this[_0xba71[1744]],!1,!0);for(var _0x6e36x12=this[_0xba71[1179]][_0xba71[249]](),_0x6e36x13=0;_0x6e36x13<_0x6e36x2[_0xba71[67]];_0x6e36x13++){var _0x6e36x14=_0x6e36x2[_0x6e36x13];if(!this[_0xba71[1715]](_0x6e36x14)){this[_0xba71[1750]]&&this[_0xba71[1722]](_0x6e36x14,null);this[_0xba71[1755]]&&(this[_0xba71[1716]](_0x6e36x14,!1),this[_0xba71[1722]](_0x6e36x14,null));var _0x6e36x15=_0x6e36x12[_0xba71[248]](_0x6e36x14),_0x6e36x14=null!=_0x6e36x15?_0x6e36x15[_0xba71[1710]](this[_0xba71[1744]]):_0x6e36x12[_0xba71[1710]](_0x6e36x14,this[_0xba71[1744]]),_0x6e36x15=this[_0xba71[1758]](_0x6e36x14,_0x6e36x3,_0x6e36x4);null!=_0x6e36x15&&null!=_0x6e36x5[_0xba71[1721]](_0x6e36x14)&&(null==_0x6e36xa?_0x6e36x9[_0xba71[247]]=_0x6e36x15:_0x6e36xa[_0xba71[1765]]=_0x6e36x15,_0x6e36xa=_0x6e36x15)}}};return _0x6e36x9};mxCompactTreeLayout[_0xba71[202]][_0xba71[1759]]=function(_0x6e36x2){if(null!=_0x6e36x2){for(var _0x6e36x3=_0x6e36x2[_0xba71[247]];null!=_0x6e36x3;){this[_0xba71[1759]](_0x6e36x3),_0x6e36x3=_0x6e36x3[_0xba71[1765]]};null!=_0x6e36x2[_0xba71[247]]?this[_0xba71[1767]](_0x6e36x2,this[_0xba71[234]](_0x6e36x2)):this[_0xba71[1768]](_0x6e36x2)}};mxCompactTreeLayout[_0xba71[202]][_0xba71[1760]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x2[_0xba71[235]]+=_0x6e36x3+_0x6e36x2[_0xba71[1769]];_0x6e36x2[_0xba71[236]]+=_0x6e36x4+_0x6e36x2[_0xba71[1770]];_0x6e36x5=this[_0xba71[183]](_0x6e36x2,_0x6e36x5);_0x6e36x3=_0x6e36x2[_0xba71[247]];if(null!=_0x6e36x3){_0x6e36x5=this[_0xba71[1760]](_0x6e36x3,_0x6e36x2[_0xba71[235]],_0x6e36x2[_0xba71[236]],_0x6e36x5);_0x6e36x4=_0x6e36x2[_0xba71[236]]+_0x6e36x3[_0xba71[1770]];for(var _0x6e36x9=_0x6e36x3[_0xba71[1765]];null!=_0x6e36x9;){_0x6e36x5=this[_0xba71[1760]](_0x6e36x9,_0x6e36x2[_0xba71[235]]+_0x6e36x3[_0xba71[1769]],_0x6e36x4,_0x6e36x5),_0x6e36x4+=_0x6e36x9[_0xba71[1770]],_0x6e36x9=_0x6e36x9[_0xba71[1765]]}};return _0x6e36x5};mxCompactTreeLayout[_0xba71[202]][_0xba71[1761]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x2[_0xba71[235]]+=_0x6e36x4+_0x6e36x2[_0xba71[1770]];_0x6e36x2[_0xba71[236]]+=_0x6e36x5+_0x6e36x2[_0xba71[1769]];_0x6e36x9=this[_0xba71[183]](_0x6e36x2,_0x6e36x9);_0x6e36x3=_0x6e36x2[_0xba71[247]];if(null!=_0x6e36x3){_0x6e36x9=this[_0xba71[1761]](_0x6e36x3,_0x6e36x2,_0x6e36x2[_0xba71[235]],_0x6e36x2[_0xba71[236]],_0x6e36x9);_0x6e36x4=_0x6e36x2[_0xba71[235]]+_0x6e36x3[_0xba71[1770]];for(_0x6e36x5=_0x6e36x3[_0xba71[1765]];null!=_0x6e36x5;){_0x6e36x9=this[_0xba71[1761]](_0x6e36x5,_0x6e36x2,_0x6e36x4,_0x6e36x2[_0xba71[236]]+_0x6e36x3[_0xba71[1769]],_0x6e36x9),_0x6e36x4+=_0x6e36x5[_0xba71[1770]],_0x6e36x5=_0x6e36x5[_0xba71[1765]]}};return _0x6e36x9};mxCompactTreeLayout[_0xba71[202]][_0xba71[1767]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1749]]+this[_0xba71[1748]],_0x6e36x5=(_0x6e36x3-_0x6e36x2[_0xba71[117]])/2-this[_0xba71[1749]],_0x6e36x9=_0x6e36x5+_0x6e36x2[_0xba71[117]]+2*this[_0xba71[1749]]-_0x6e36x3;_0x6e36x2[_0xba71[247]][_0xba71[1769]]=_0x6e36x4+_0x6e36x2[_0xba71[119]];_0x6e36x2[_0xba71[247]][_0xba71[1770]]=_0x6e36x9;_0x6e36x2[_0xba71[1772]][_0xba71[1771]]=this[_0xba71[1773]](_0x6e36x2[_0xba71[119]],0,this[_0xba71[1773]](_0x6e36x4,_0x6e36x9,_0x6e36x2[_0xba71[1772]][_0xba71[1771]]));_0x6e36x2[_0xba71[1772]][_0xba71[1774]]=this[_0xba71[1773]](_0x6e36x2[_0xba71[119]],0,this[_0xba71[1773]](_0x6e36x4,_0x6e36x5,_0x6e36x2[_0xba71[1772]][_0xba71[1774]]))};mxCompactTreeLayout[_0xba71[202]][_0xba71[1768]]=function(_0x6e36x2){var _0x6e36x3=2*this[_0xba71[1749]];_0x6e36x2[_0xba71[1772]][_0xba71[1775]]=this[_0xba71[1773]](_0x6e36x2[_0xba71[119]]+_0x6e36x3,0);_0x6e36x2[_0xba71[1772]][_0xba71[1771]]=_0x6e36x2[_0xba71[1772]][_0xba71[1775]];_0x6e36x2[_0xba71[1772]][_0xba71[1776]]=this[_0xba71[1773]](0,-_0x6e36x2[_0xba71[117]]-_0x6e36x3);_0x6e36x2[_0xba71[1772]][_0xba71[1774]]=this[_0xba71[1773]](_0x6e36x2[_0xba71[119]]+_0x6e36x3,0,_0x6e36x2[_0xba71[1772]][_0xba71[1776]])};mxCompactTreeLayout[_0xba71[202]][_0xba71[234]]=function(_0x6e36x2){var _0x6e36x3=2*this[_0xba71[1749]],_0x6e36x4=_0x6e36x2[_0xba71[247]];_0x6e36x2[_0xba71[1772]]=_0x6e36x4[_0xba71[1772]];for(var _0x6e36x5=_0x6e36x4[_0xba71[117]]+_0x6e36x3,_0x6e36x9=_0x6e36x5,_0x6e36x4=_0x6e36x4[_0xba71[1765]];null!=_0x6e36x4;){var _0x6e36xa=this[_0xba71[1777]](_0x6e36x2[_0xba71[1772]],_0x6e36x4[_0xba71[1772]]);_0x6e36x4[_0xba71[1770]]=_0x6e36xa+_0x6e36x5;_0x6e36x4[_0xba71[1769]]=0;_0x6e36x5=_0x6e36x4[_0xba71[117]]+_0x6e36x3;_0x6e36x9+=_0x6e36xa+_0x6e36x5;_0x6e36x4=_0x6e36x4[_0xba71[1765]]};return _0x6e36x9};mxCompactTreeLayout[_0xba71[202]][_0xba71[1777]]=function(_0x6e36x2,_0x6e36x3){for(var _0x6e36x4=0,_0x6e36x5=0,_0x6e36x9=0,_0x6e36xa=_0x6e36x2[_0xba71[1774]],_0x6e36x12=_0x6e36x3[_0xba71[1771]];null!=_0x6e36x12&&null!=_0x6e36xa;){var _0x6e36x13=this[_0xba71[1368]](_0x6e36x4,_0x6e36x5,_0x6e36x12[_0xba71[1126]],_0x6e36x12[_0xba71[1125]],_0x6e36xa[_0xba71[1126]],_0x6e36xa[_0xba71[1125]]),_0x6e36x5=_0x6e36x5+_0x6e36x13,_0x6e36x9=_0x6e36x9+_0x6e36x13;_0x6e36x4+_0x6e36x12[_0xba71[1126]]<=_0x6e36xa[_0xba71[1126]]?(_0x6e36x4+=_0x6e36x12[_0xba71[1126]],_0x6e36x5+=_0x6e36x12[_0xba71[1125]],_0x6e36x12=_0x6e36x12[_0xba71[1765]]):(_0x6e36x4-=_0x6e36xa[_0xba71[1126]],_0x6e36x5-=_0x6e36xa[_0xba71[1125]],_0x6e36xa=_0x6e36xa[_0xba71[1765]])};null!=_0x6e36x12?(_0x6e36x4=this[_0xba71[1778]](_0x6e36x2[_0xba71[1775]],0,0,_0x6e36x12,_0x6e36x4,_0x6e36x5),_0x6e36x2[_0xba71[1775]]=null!=_0x6e36x4[_0xba71[1765]]?_0x6e36x3[_0xba71[1775]]:_0x6e36x4,_0x6e36x2[_0xba71[1776]]=_0x6e36x3[_0xba71[1776]]):(_0x6e36x4=this[_0xba71[1778]](_0x6e36x3[_0xba71[1776]],_0x6e36x4,_0x6e36x5,_0x6e36xa,0,0),null==_0x6e36x4[_0xba71[1765]]&&(_0x6e36x2[_0xba71[1776]]=_0x6e36x4));_0x6e36x2[_0xba71[1774]]=_0x6e36x3[_0xba71[1774]];return _0x6e36x9};mxCompactTreeLayout[_0xba71[202]][_0xba71[1368]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){var _0x6e36x12=0;if(_0x6e36x9<=_0x6e36x2||0>=_0x6e36x2+_0x6e36x4){return 0};_0x6e36x12=0<_0x6e36x9*_0x6e36x5-_0x6e36x4*_0x6e36xa?0>_0x6e36x2?_0x6e36x2*_0x6e36x5/_0x6e36x4-_0x6e36x3:0<_0x6e36x2?_0x6e36x2*_0x6e36xa/_0x6e36x9-_0x6e36x3:-_0x6e36x3:_0x6e36x9<_0x6e36x2+_0x6e36x4?_0x6e36xa-(_0x6e36x3+(_0x6e36x9-_0x6e36x2)*_0x6e36x5/_0x6e36x4):_0x6e36x9>_0x6e36x2+_0x6e36x4?(_0x6e36x4+_0x6e36x2)*_0x6e36xa/_0x6e36x9-(_0x6e36x3+_0x6e36x5):_0x6e36xa-(_0x6e36x3+_0x6e36x5);return 0<_0x6e36x12?_0x6e36x12:0};mxCompactTreeLayout[_0xba71[202]][_0xba71[1778]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){_0x6e36x3=_0x6e36x9+_0x6e36x5[_0xba71[1126]]-_0x6e36x3;_0x6e36x9=_0x6e36x9=0;0==_0x6e36x5[_0xba71[1126]]?_0x6e36x9=_0x6e36x5[_0xba71[1125]]:(_0x6e36x9=_0x6e36x3*_0x6e36x5[_0xba71[1125]],_0x6e36x9/=_0x6e36x5[_0xba71[1126]]);_0x6e36x3=this[_0xba71[1773]](_0x6e36x3,_0x6e36x9,_0x6e36x5[_0xba71[1765]]);_0x6e36x2[_0xba71[1765]]=this[_0xba71[1773]](0,_0x6e36xa+_0x6e36x5[_0xba71[1125]]-_0x6e36x9-_0x6e36x4,_0x6e36x3);return _0x6e36x3};mxCompactTreeLayout[_0xba71[202]][_0xba71[1766]]=function(_0x6e36x2){var _0x6e36x3={};_0x6e36x3[_0xba71[246]]=_0x6e36x2;_0x6e36x3[_0xba71[235]]=0;_0x6e36x3[_0xba71[236]]=0;_0x6e36x3[_0xba71[117]]=0;_0x6e36x3[_0xba71[119]]=0;_0x6e36x2=this[_0xba71[1726]](_0x6e36x2);null!=_0x6e36x2&&(this[_0xba71[1737]]()?(_0x6e36x3[_0xba71[117]]=_0x6e36x2[_0xba71[119]],_0x6e36x3[_0xba71[119]]=_0x6e36x2[_0xba71[117]]):(_0x6e36x3[_0xba71[117]]=_0x6e36x2[_0xba71[117]],_0x6e36x3[_0xba71[119]]=_0x6e36x2[_0xba71[119]]));_0x6e36x3[_0xba71[1769]]=0;_0x6e36x3[_0xba71[1770]]=0;_0x6e36x3[_0xba71[1772]]={};return _0x6e36x3};mxCompactTreeLayout[_0xba71[202]][_0xba71[183]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x5=_0x6e36x2[_0xba71[246]],_0x6e36x9=_0x6e36x4[_0xba71[1721]](_0x6e36x5);null!=_0x6e36x5&&null!=_0x6e36x9&&(this[_0xba71[1711]](_0x6e36x5)&&(_0x6e36x9=this[_0xba71[1725]](_0x6e36x5,_0x6e36x2[_0xba71[235]],_0x6e36x2[_0xba71[236]]),this[_0xba71[1735]]&&(_0x6e36x4=_0x6e36x4[_0xba71[1197]](_0x6e36x5),_0x6e36x5=mxCellPath[_0xba71[385]](_0x6e36x4),null==this[_0xba71[1746]][_0x6e36x5]&&(this[_0xba71[1746]][_0x6e36x5]=_0x6e36x4))),_0x6e36x3=null==_0x6e36x3? new mxRectangle(_0x6e36x9[_0xba71[235]],_0x6e36x9[_0xba71[236]],_0x6e36x9[_0xba71[117]],_0x6e36x9[_0xba71[119]]): new mxRectangle(Math[_0xba71[243]](_0x6e36x3[_0xba71[235]],_0x6e36x9[_0xba71[235]]),Math[_0xba71[243]](_0x6e36x3[_0xba71[236]],_0x6e36x9[_0xba71[236]]),Math[_0xba71[160]](_0x6e36x3[_0xba71[235]]+_0x6e36x3[_0xba71[117]],_0x6e36x9[_0xba71[235]]+_0x6e36x9[_0xba71[117]]),Math[_0xba71[160]](_0x6e36x3[_0xba71[236]]+_0x6e36x3[_0xba71[119]],_0x6e36x9[_0xba71[236]]+_0x6e36x9[_0xba71[119]])));return _0x6e36x3};mxCompactTreeLayout[_0xba71[202]][_0xba71[1773]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5={};_0x6e36x5[_0xba71[1126]]=_0x6e36x2;_0x6e36x5[_0xba71[1125]]=_0x6e36x3;_0x6e36x5[_0xba71[1765]]=_0x6e36x4;return _0x6e36x5};mxCompactTreeLayout[_0xba71[202]][_0xba71[1763]]=function(){var _0x6e36x2=[],_0x6e36x3;for(_0x6e36x3 in this[_0xba71[1746]]){_0x6e36x2[_0xba71[207]](this[_0xba71[1746]][_0x6e36x3])};this[_0xba71[1727]](mxUtils[_0xba71[1779]](_0x6e36x2,!0),this[_0xba71[1745]])};mxCompactTreeLayout[_0xba71[202]][_0xba71[1764]]=function(_0x6e36x2){this[_0xba71[1780]](_0x6e36x2);for(_0x6e36x2=_0x6e36x2[_0xba71[247]];null!=_0x6e36x2;){this[_0xba71[1764]](_0x6e36x2),_0x6e36x2=_0x6e36x2[_0xba71[1765]]}};mxCompactTreeLayout[_0xba71[202]][_0xba71[1780]]=function(_0x6e36x2){for(var _0x6e36x3=_0x6e36x2[_0xba71[247]],_0x6e36x4=_0x6e36x2[_0xba71[246]],_0x6e36x5=0,_0x6e36x9=[];null!=_0x6e36x3;){_0x6e36x5++;var _0x6e36xa=_0x6e36x3[_0xba71[235]];this[_0xba71[662]]&&(_0x6e36xa=_0x6e36x3[_0xba71[236]]);_0x6e36x9[_0xba71[207]]( new WeightedCellSorter(_0x6e36x3,_0x6e36xa));_0x6e36x3=_0x6e36x3[_0xba71[1765]]};_0x6e36x9[_0xba71[470]](WeightedCellSorter[_0xba71[202]][_0xba71[469]]);var _0x6e36xa=_0x6e36x2[_0xba71[117]],_0x6e36x12=(_0x6e36x5+1)*this[_0xba71[1751]];_0x6e36xa>_0x6e36x12+2*this[_0xba71[1751]]&&(_0x6e36xa-=2*this[_0xba71[1751]]);_0x6e36x2=_0x6e36xa/_0x6e36x5;_0x6e36x3=_0x6e36x2/2;_0x6e36xa>_0x6e36x12+2*this[_0xba71[1751]]&&(_0x6e36x3+=this[_0xba71[1751]]);for(var _0x6e36xa=this[_0xba71[1753]]-this[_0xba71[1752]],_0x6e36x12=0,_0x6e36x13=this[_0xba71[1726]](_0x6e36x4),_0x6e36x14=0;_0x6e36x14<_0x6e36x9[_0xba71[67]];_0x6e36x14++){for(var _0x6e36x15=_0x6e36x9[_0x6e36x14][_0xba71[246]][_0xba71[246]],_0x6e36x16=this[_0xba71[1726]](_0x6e36x15),_0x6e36x15=this[_0xba71[1179]][_0xba71[1781]](_0x6e36x4,_0x6e36x15,!1),_0x6e36x17=[],_0x6e36x18=0,_0x6e36x19=0,_0x6e36x1a=0;_0x6e36x1a<_0x6e36x15[_0xba71[67]];_0x6e36x1a++){this[_0xba71[662]]?(_0x6e36x18=_0x6e36x13[_0xba71[235]]+_0x6e36x13[_0xba71[117]],_0x6e36x19=_0x6e36x13[_0xba71[236]]+_0x6e36x3,_0x6e36x17[_0xba71[207]]( new mxPoint(_0x6e36x18,_0x6e36x19)),_0x6e36x18=_0x6e36x13[_0xba71[235]]+_0x6e36x13[_0xba71[117]]+_0x6e36xa,_0x6e36x17[_0xba71[207]]( new mxPoint(_0x6e36x18,_0x6e36x19)),_0x6e36x19=_0x6e36x16[_0xba71[236]]+_0x6e36x16[_0xba71[119]]/2):(_0x6e36x18=_0x6e36x13[_0xba71[235]]+_0x6e36x3,_0x6e36x19=_0x6e36x13[_0xba71[236]]+_0x6e36x13[_0xba71[119]],_0x6e36x17[_0xba71[207]]( new mxPoint(_0x6e36x18,_0x6e36x19)),_0x6e36x19=_0x6e36x13[_0xba71[236]]+_0x6e36x13[_0xba71[119]]+_0x6e36xa,_0x6e36x17[_0xba71[207]]( new mxPoint(_0x6e36x18,_0x6e36x19)),_0x6e36x18=_0x6e36x16[_0xba71[235]]+_0x6e36x16[_0xba71[117]]/2),_0x6e36x17[_0xba71[207]]( new mxPoint(_0x6e36x18,_0x6e36x19)),this[_0xba71[1722]](_0x6e36x15[_0x6e36x1a],_0x6e36x17)};_0x6e36x14<_0x6e36x5/2?_0x6e36xa+=this[_0xba71[1752]]:_0x6e36x14>_0x6e36x5/2&&(_0x6e36xa-=this[_0xba71[1752]]);_0x6e36x3+=_0x6e36x2;_0x6e36x12=Math[_0xba71[160]](_0x6e36x12,_0x6e36xa)}};function WeightedCellSorter(_0x6e36x2,_0x6e36x3){this[_0xba71[246]]=_0x6e36x2;this[_0xba71[1782]]=_0x6e36x3}WeightedCellSorter[_0xba71[202]][_0xba71[1782]]=0;WeightedCellSorter[_0xba71[202]][_0xba71[1783]]= !1;WeightedCellSorter[_0xba71[202]][_0xba71[1784]]= !1;WeightedCellSorter[_0xba71[202]][_0xba71[1785]]=null;WeightedCellSorter[_0xba71[202]][_0xba71[246]]=null;WeightedCellSorter[_0xba71[202]][_0xba71[469]]=function(_0x6e36x2,_0x6e36x3){return null!=_0x6e36x2&&null!=_0x6e36x3?_0x6e36x3[_0xba71[1782]]>_0x6e36x2[_0xba71[1782]]?1:_0x6e36x3[_0xba71[1782]]<_0x6e36x2[_0xba71[1782]]?-1:_0x6e36x3[_0xba71[1783]]?1:-1:0};function mxFastOrganicLayout(_0x6e36x2){mxGraphLayout[_0xba71[239]](this,_0x6e36x2)}mxFastOrganicLayout[_0xba71[202]]= new mxGraphLayout;mxFastOrganicLayout[_0xba71[202]][_0xba71[196]]=mxFastOrganicLayout;mxFastOrganicLayout[_0xba71[202]][_0xba71[1786]]= !0;mxFastOrganicLayout[_0xba71[202]][_0xba71[1750]]= !0;mxFastOrganicLayout[_0xba71[202]][_0xba71[1787]]= !0;mxFastOrganicLayout[_0xba71[202]][_0xba71[1788]]=50;mxFastOrganicLayout[_0xba71[202]][_0xba71[1789]]=0;mxFastOrganicLayout[_0xba71[202]][_0xba71[1790]]=2;mxFastOrganicLayout[_0xba71[202]][_0xba71[1791]]=500;mxFastOrganicLayout[_0xba71[202]][_0xba71[1792]]=4;mxFastOrganicLayout[_0xba71[202]][_0xba71[1793]]=200;mxFastOrganicLayout[_0xba71[202]][_0xba71[1794]]=0;mxFastOrganicLayout[_0xba71[202]][_0xba71[1795]]=0;mxFastOrganicLayout[_0xba71[202]][_0xba71[1796]]=0;mxFastOrganicLayout[_0xba71[202]][_0xba71[1797]]= !0;mxFastOrganicLayout[_0xba71[202]][_0xba71[1713]]=function(_0x6e36x2){return mxGraphLayout[_0xba71[202]][_0xba71[1713]][_0xba71[183]](this,arguments)||0==this[_0xba71[1179]][_0xba71[1756]](_0x6e36x2)[_0xba71[67]]};mxFastOrganicLayout[_0xba71[202]][_0xba71[350]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1179]][_0xba71[502]]();this[_0xba71[1798]]=[];for(var _0x6e36x4=this[_0xba71[1179]][_0xba71[1728]](_0x6e36x2),_0x6e36x5=0;_0x6e36x5<_0x6e36x4[_0xba71[67]];_0x6e36x5++){this[_0xba71[1713]](_0x6e36x4[_0x6e36x5])||this[_0xba71[1798]][_0xba71[207]](_0x6e36x4[_0x6e36x5])};var _0x6e36x9=this[_0xba71[1786]]?this[_0xba71[1179]][_0xba71[441]][_0xba71[1799]](this[_0xba71[1798]]):null,_0x6e36xa=this[_0xba71[1798]][_0xba71[67]];this[_0xba71[1800]]=[];this[_0xba71[1801]]=[];this[_0xba71[1802]]=[];this[_0xba71[1803]]=[];this[_0xba71[1804]]=[];this[_0xba71[1805]]=[];this[_0xba71[1806]]=[];this[_0xba71[1807]]=[];0.0010>this[_0xba71[1788]]&&(this[_0xba71[1788]]=0.0010);this[_0xba71[1789]]=this[_0xba71[1788]]*this[_0xba71[1788]];for(_0x6e36x5=0;_0x6e36x5<this[_0xba71[1798]][_0xba71[67]];_0x6e36x5++){var _0x6e36x12=this[_0xba71[1798]][_0x6e36x5];this[_0xba71[1803]][_0x6e36x5]=[];var _0x6e36x13=mxCellPath[_0xba71[385]](_0x6e36x12);this[_0xba71[1800]][_0x6e36x13]=_0x6e36x5;var _0x6e36x14=this[_0xba71[1726]](_0x6e36x12),_0x6e36x15=_0x6e36x14[_0xba71[117]],_0x6e36x16=_0x6e36x14[_0xba71[119]],_0x6e36x17=_0x6e36x14[_0xba71[235]],_0x6e36x18=_0x6e36x14[_0xba71[236]];this[_0xba71[1803]][_0x6e36x5][0]=_0x6e36x17+_0x6e36x15/2;this[_0xba71[1803]][_0x6e36x5][1]=_0x6e36x18+_0x6e36x16/2;this[_0xba71[1806]][_0x6e36x5]=Math[_0xba71[243]](_0x6e36x15,_0x6e36x16);this[_0xba71[1807]][_0x6e36x5]=this[_0xba71[1806]][_0x6e36x5]*this[_0xba71[1806]][_0x6e36x5]};_0x6e36x3[_0xba71[473]]();try{for(_0x6e36x5=0;_0x6e36x5<_0x6e36xa;_0x6e36x5++){this[_0xba71[1801]][_0x6e36x5]=0;this[_0xba71[1802]][_0x6e36x5]=0;this[_0xba71[1804]][_0x6e36x5]=this[_0xba71[1711]](this[_0xba71[1798]][_0x6e36x5]);var _0x6e36x19=this[_0xba71[1179]][_0xba71[1756]](this[_0xba71[1798]][_0x6e36x5],_0x6e36x2),_0x6e36x4=this[_0xba71[1179]][_0xba71[1808]](_0x6e36x19,this[_0xba71[1798]][_0x6e36x5]);this[_0xba71[1805]][_0x6e36x5]=[];for(_0x6e36x15=0;_0x6e36x15<_0x6e36x4[_0xba71[67]];_0x6e36x15++){this[_0xba71[1750]]&&this[_0xba71[1179]][_0xba71[1809]](_0x6e36x19[_0x6e36x15]);this[_0xba71[1787]]&&this[_0xba71[1716]](_0x6e36x19[_0x6e36x15],!1);var _0x6e36x13=mxCellPath[_0xba71[385]](_0x6e36x4[_0x6e36x15]),_0x6e36x1a=this[_0xba71[1800]][_0x6e36x13];this[_0xba71[1805]][_0x6e36x5][_0x6e36x15]=null!=_0x6e36x1a?_0x6e36x1a:_0x6e36x5}};this[_0xba71[1794]]=this[_0xba71[1793]];0==this[_0xba71[1795]]&&(this[_0xba71[1795]]=20*Math[_0xba71[428]](_0x6e36xa));for(this[_0xba71[1796]]=0;this[_0xba71[1796]]<this[_0xba71[1795]];this[_0xba71[1796]]++){if(!this[_0xba71[1797]]){return};this[_0xba71[1810]]();this[_0xba71[1811]]();this[_0xba71[1812]]();this[_0xba71[1813]]()};_0x6e36x2=_0x6e36x4=null;for(_0x6e36x5=0;_0x6e36x5<this[_0xba71[1798]][_0xba71[67]];_0x6e36x5++){_0x6e36x12=this[_0xba71[1798]][_0x6e36x5],this[_0xba71[1711]](_0x6e36x12)&&(_0x6e36x14=this[_0xba71[1726]](_0x6e36x12),null!=_0x6e36x14&&(this[_0xba71[1803]][_0x6e36x5][0]-=_0x6e36x14[_0xba71[117]]/2,this[_0xba71[1803]][_0x6e36x5][1]-=_0x6e36x14[_0xba71[119]]/2,_0x6e36x17=this[_0xba71[1179]][_0xba71[1021]](this[_0xba71[1803]][_0x6e36x5][0]),_0x6e36x18=this[_0xba71[1179]][_0xba71[1021]](this[_0xba71[1803]][_0x6e36x5][1]),this[_0xba71[1725]](_0x6e36x12,_0x6e36x17,_0x6e36x18),_0x6e36x4=null==_0x6e36x4?_0x6e36x17:Math[_0xba71[243]](_0x6e36x4,_0x6e36x17),_0x6e36x2=null==_0x6e36x2?_0x6e36x18:Math[_0xba71[243]](_0x6e36x2,_0x6e36x18)))};_0x6e36x5=-(_0x6e36x4||0)+1;_0x6e36x12=-(_0x6e36x2||0)+1;null!=_0x6e36x9&&(_0x6e36x5+=_0x6e36x9[_0xba71[235]],_0x6e36x12+=_0x6e36x9[_0xba71[236]]);this[_0xba71[1179]][_0xba71[834]](this[_0xba71[1798]],_0x6e36x5,_0x6e36x12)}finally{_0x6e36x3[_0xba71[476]]()}};mxFastOrganicLayout[_0xba71[202]][_0xba71[1812]]=function(){for(var _0x6e36x2=0;_0x6e36x2<this[_0xba71[1798]][_0xba71[67]];_0x6e36x2++){if(this[_0xba71[1804]][_0x6e36x2]){var _0x6e36x3=Math[_0xba71[428]](this[_0xba71[1801]][_0x6e36x2]*this[_0xba71[1801]][_0x6e36x2]+this[_0xba71[1802]][_0x6e36x2]*this[_0xba71[1802]][_0x6e36x2]);0.0010>_0x6e36x3&&(_0x6e36x3=0.0010);var _0x6e36x4=this[_0xba71[1801]][_0x6e36x2]/_0x6e36x3*Math[_0xba71[243]](_0x6e36x3,this[_0xba71[1794]]),_0x6e36x3=this[_0xba71[1802]][_0x6e36x2]/_0x6e36x3*Math[_0xba71[243]](_0x6e36x3,this[_0xba71[1794]]);this[_0xba71[1801]][_0x6e36x2]=0;this[_0xba71[1802]][_0x6e36x2]=0;this[_0xba71[1803]][_0x6e36x2][0]+=_0x6e36x4;this[_0xba71[1803]][_0x6e36x2][1]+=_0x6e36x3}}};mxFastOrganicLayout[_0xba71[202]][_0xba71[1811]]=function(){for(var _0x6e36x2=0;_0x6e36x2<this[_0xba71[1798]][_0xba71[67]];_0x6e36x2++){for(var _0x6e36x3=0;_0x6e36x3<this[_0xba71[1805]][_0x6e36x2][_0xba71[67]];_0x6e36x3++){var _0x6e36x4=this[_0xba71[1805]][_0x6e36x2][_0x6e36x3];if(_0x6e36x2!=_0x6e36x4&&this[_0xba71[1804]][_0x6e36x2]&&this[_0xba71[1804]][_0x6e36x4]){var _0x6e36x5=this[_0xba71[1803]][_0x6e36x2][0]-this[_0xba71[1803]][_0x6e36x4][0],_0x6e36x9=this[_0xba71[1803]][_0x6e36x2][1]-this[_0xba71[1803]][_0x6e36x4][1],_0x6e36xa=_0x6e36x5*_0x6e36x5+_0x6e36x9*_0x6e36x9-this[_0xba71[1807]][_0x6e36x2]-this[_0xba71[1807]][_0x6e36x4];_0x6e36xa<this[_0xba71[1792]]&&(_0x6e36xa=this[_0xba71[1792]]);var _0x6e36x12=Math[_0xba71[428]](_0x6e36xa),_0x6e36xa=_0x6e36xa/this[_0xba71[1788]],_0x6e36x5=_0x6e36x5/_0x6e36x12*_0x6e36xa,_0x6e36x9=_0x6e36x9/_0x6e36x12*_0x6e36xa;this[_0xba71[1801]][_0x6e36x2]-=_0x6e36x5;this[_0xba71[1802]][_0x6e36x2]-=_0x6e36x9;this[_0xba71[1801]][_0x6e36x4]+=_0x6e36x5;this[_0xba71[1802]][_0x6e36x4]+=_0x6e36x9}}}};mxFastOrganicLayout[_0xba71[202]][_0xba71[1810]]=function(){for(var _0x6e36x2=this[_0xba71[1798]][_0xba71[67]],_0x6e36x3=0;_0x6e36x3<_0x6e36x2;_0x6e36x3++){for(var _0x6e36x4=_0x6e36x3;_0x6e36x4<_0x6e36x2;_0x6e36x4++){if(!this[_0xba71[1797]]){return};if(_0x6e36x4!=_0x6e36x3&&this[_0xba71[1804]][_0x6e36x3]&&this[_0xba71[1804]][_0x6e36x4]){var _0x6e36x5=this[_0xba71[1803]][_0x6e36x3][0]-this[_0xba71[1803]][_0x6e36x4][0],_0x6e36x9=this[_0xba71[1803]][_0x6e36x3][1]-this[_0xba71[1803]][_0x6e36x4][1];0==_0x6e36x5&&(_0x6e36x5=0.01+Math[_0xba71[1814]]());0==_0x6e36x9&&(_0x6e36x9=0.01+Math[_0xba71[1814]]());var _0x6e36xa=Math[_0xba71[428]](_0x6e36x5*_0x6e36x5+_0x6e36x9*_0x6e36x9),_0x6e36x12=_0x6e36xa-this[_0xba71[1806]][_0x6e36x3]-this[_0xba71[1806]][_0x6e36x4];_0x6e36x12>this[_0xba71[1791]]||(_0x6e36x12<this[_0xba71[1790]]&&(_0x6e36x12=this[_0xba71[1790]]),_0x6e36x12=this[_0xba71[1789]]/_0x6e36x12,_0x6e36x5=_0x6e36x5/_0x6e36xa*_0x6e36x12,_0x6e36x9=_0x6e36x9/_0x6e36xa*_0x6e36x12,this[_0xba71[1801]][_0x6e36x3]+=_0x6e36x5,this[_0xba71[1802]][_0x6e36x3]+=_0x6e36x9,this[_0xba71[1801]][_0x6e36x4]-=_0x6e36x5,this[_0xba71[1802]][_0x6e36x4]-=_0x6e36x9)}}}};mxFastOrganicLayout[_0xba71[202]][_0xba71[1813]]=function(){this[_0xba71[1794]]=this[_0xba71[1793]]*(1-this[_0xba71[1796]]/this[_0xba71[1795]])};function mxCircleLayout(_0x6e36x2,_0x6e36x3){mxGraphLayout[_0xba71[239]](this,_0x6e36x2);this[_0xba71[1806]]=null!=_0x6e36x3?_0x6e36x3:100}mxCircleLayout[_0xba71[202]]= new mxGraphLayout;mxCircleLayout[_0xba71[202]][_0xba71[196]]=mxCircleLayout;mxCircleLayout[_0xba71[202]][_0xba71[1806]]=null;mxCircleLayout[_0xba71[202]][_0xba71[1815]]= !1;mxCircleLayout[_0xba71[202]][_0xba71[1732]]=0;mxCircleLayout[_0xba71[202]][_0xba71[1733]]=0;mxCircleLayout[_0xba71[202]][_0xba71[1750]]= !0;mxCircleLayout[_0xba71[202]][_0xba71[1787]]= !0;mxCircleLayout[_0xba71[202]][_0xba71[350]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1179]][_0xba71[502]]();_0x6e36x3[_0xba71[473]]();try{for(var _0x6e36x4=0,_0x6e36x5=null,_0x6e36x9=null,_0x6e36xa=[],_0x6e36x12=_0x6e36x3[_0xba71[262]](_0x6e36x2),_0x6e36x13=0;_0x6e36x13<_0x6e36x12;_0x6e36x13++){var _0x6e36x14=_0x6e36x3[_0xba71[263]](_0x6e36x2,_0x6e36x13);if(this[_0xba71[1713]](_0x6e36x14)){this[_0xba71[1715]](_0x6e36x14)||(this[_0xba71[1750]]&&this[_0xba71[1179]][_0xba71[1809]](_0x6e36x14),this[_0xba71[1787]]&&this[_0xba71[1716]](_0x6e36x14,!1))}else {_0x6e36xa[_0xba71[207]](_0x6e36x14);var _0x6e36x15=this[_0xba71[1726]](_0x6e36x14),_0x6e36x5=null==_0x6e36x5?_0x6e36x15[_0xba71[236]]:Math[_0xba71[243]](_0x6e36x5,_0x6e36x15[_0xba71[236]]),_0x6e36x9=null==_0x6e36x9?_0x6e36x15[_0xba71[235]]:Math[_0xba71[243]](_0x6e36x9,_0x6e36x15[_0xba71[235]]),_0x6e36x4=Math[_0xba71[160]](_0x6e36x4,Math[_0xba71[160]](_0x6e36x15[_0xba71[117]],_0x6e36x15[_0xba71[119]]))}};var _0x6e36x16=this[_0xba71[1816]](_0x6e36xa[_0xba71[67]],_0x6e36x4);this[_0xba71[1815]]&&(_0x6e36x9=this[_0xba71[1732]],_0x6e36x5=this[_0xba71[1733]]);this[_0xba71[1817]](_0x6e36xa,_0x6e36x16,_0x6e36x9,_0x6e36x5)}finally{_0x6e36x3[_0xba71[476]]()}};mxCircleLayout[_0xba71[202]][_0xba71[1816]]=function(_0x6e36x2,_0x6e36x3){return Math[_0xba71[160]](_0x6e36x2*_0x6e36x3/Math[_0xba71[424]],this[_0xba71[1806]])};mxCircleLayout[_0xba71[202]][_0xba71[1817]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){for(var _0x6e36x9=_0x6e36x2[_0xba71[67]],_0x6e36xa=2*Math[_0xba71[424]]/_0x6e36x9,_0x6e36x12=0;_0x6e36x12<_0x6e36x9;_0x6e36x12++){this[_0xba71[1711]](_0x6e36x2[_0x6e36x12])&&this[_0xba71[1725]](_0x6e36x2[_0x6e36x12],_0x6e36x4+_0x6e36x3+_0x6e36x3*Math[_0xba71[427]](_0x6e36x12*_0x6e36xa),_0x6e36x5+_0x6e36x3+_0x6e36x3*Math[_0xba71[426]](_0x6e36x12*_0x6e36xa))}};function mxParallelEdgeLayout(_0x6e36x2){mxGraphLayout[_0xba71[239]](this,_0x6e36x2)}mxParallelEdgeLayout[_0xba71[202]]= new mxGraphLayout;mxParallelEdgeLayout[_0xba71[202]][_0xba71[196]]=mxParallelEdgeLayout;mxParallelEdgeLayout[_0xba71[202]][_0xba71[657]]=20;mxParallelEdgeLayout[_0xba71[202]][_0xba71[350]]=function(_0x6e36x2){_0x6e36x2=this[_0xba71[1818]](_0x6e36x2);this[_0xba71[1179]][_0xba71[251]][_0xba71[473]]();try{for(var _0x6e36x3 in _0x6e36x2){var _0x6e36x4=_0x6e36x2[_0x6e36x3];1<_0x6e36x4[_0xba71[67]]&&this[_0xba71[1759]](_0x6e36x4)}}finally{this[_0xba71[1179]][_0xba71[251]][_0xba71[476]]()}};mxParallelEdgeLayout[_0xba71[202]][_0xba71[1818]]=function(_0x6e36x2){for(var _0x6e36x3=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x4=[],_0x6e36x5=_0x6e36x3[_0xba71[262]](_0x6e36x2),_0x6e36x9=0;_0x6e36x9<_0x6e36x5;_0x6e36x9++){var _0x6e36xa=_0x6e36x3[_0xba71[263]](_0x6e36x2,_0x6e36x9);if(!this[_0xba71[1715]](_0x6e36xa)){var _0x6e36x12=this[_0xba71[1819]](_0x6e36xa);null!=_0x6e36x12&&(null==_0x6e36x4[_0x6e36x12]&&(_0x6e36x4[_0x6e36x12]=[]),_0x6e36x4[_0x6e36x12][_0xba71[207]](_0x6e36xa))}};return _0x6e36x4};mxParallelEdgeLayout[_0xba71[202]][_0xba71[1819]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1179]][_0xba71[249]](),_0x6e36x4=_0x6e36x3[_0xba71[248]](_0x6e36x2),_0x6e36x5=null!=_0x6e36x4?_0x6e36x4[_0xba71[1710]](!0):_0x6e36x3[_0xba71[1710]](_0x6e36x2,!0);_0x6e36x2=null!=_0x6e36x4?_0x6e36x4[_0xba71[1710]](!1):_0x6e36x3[_0xba71[1710]](_0x6e36x2,!1);return null!=_0x6e36x5&&null!=_0x6e36x2?(_0x6e36x5=mxCellPath[_0xba71[385]](_0x6e36x5),_0x6e36x2=mxCellPath[_0xba71[385]](_0x6e36x2),_0x6e36x5>_0x6e36x2?_0x6e36x2+_0xba71[213]+_0x6e36x5:_0x6e36x5+_0xba71[213]+_0x6e36x2):null};mxParallelEdgeLayout[_0xba71[202]][_0xba71[1759]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[0],_0x6e36x4=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x5=_0x6e36x4[_0xba71[1721]](_0x6e36x4[_0xba71[1709]](_0x6e36x3,!0)),_0x6e36x9=_0x6e36x4[_0xba71[1721]](_0x6e36x4[_0xba71[1709]](_0x6e36x3,!1));if(_0x6e36x5==_0x6e36x9){for(var _0x6e36x3=_0x6e36x5[_0xba71[235]]+_0x6e36x5[_0xba71[117]]+this[_0xba71[657]],_0x6e36x4=_0x6e36x5[_0xba71[236]]+_0x6e36x5[_0xba71[119]]/2,_0x6e36xa=0;_0x6e36xa<_0x6e36x2[_0xba71[67]];_0x6e36xa++){this[_0xba71[1820]](_0x6e36x2[_0x6e36xa],_0x6e36x3,_0x6e36x4),_0x6e36x3+=this[_0xba71[657]]}}else {if(null!=_0x6e36x5&&null!=_0x6e36x9){for(var _0x6e36x3=_0x6e36x5[_0xba71[235]]+_0x6e36x5[_0xba71[117]]/2,_0x6e36x4=_0x6e36x5[_0xba71[236]]+_0x6e36x5[_0xba71[119]]/2,_0x6e36xa=_0x6e36x9[_0xba71[235]]+_0x6e36x9[_0xba71[117]]/2-_0x6e36x3,_0x6e36x12=_0x6e36x9[_0xba71[236]]+_0x6e36x9[_0xba71[119]]/2-_0x6e36x4,_0x6e36x9=Math[_0xba71[428]](_0x6e36xa*_0x6e36xa+_0x6e36x12*_0x6e36x12),_0x6e36x5=_0x6e36x12*this[_0xba71[657]]/_0x6e36x9,_0x6e36x9=_0x6e36xa*this[_0xba71[657]]/_0x6e36x9,_0x6e36x3=_0x6e36x3+_0x6e36xa/2+_0x6e36x5*(_0x6e36x2[_0xba71[67]]-1)/2,_0x6e36x4=_0x6e36x4+_0x6e36x12/2-_0x6e36x9*(_0x6e36x2[_0xba71[67]]-1)/2,_0x6e36xa=0;_0x6e36xa<_0x6e36x2[_0xba71[67]];_0x6e36xa++){this[_0xba71[1820]](_0x6e36x2[_0x6e36xa],_0x6e36x3,_0x6e36x4),_0x6e36x3-=_0x6e36x5,_0x6e36x4+=_0x6e36x9}}}};mxParallelEdgeLayout[_0xba71[202]][_0xba71[1820]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[1179]][_0xba71[1712]](_0x6e36x2)&&this[_0xba71[1722]](_0x6e36x2,[ new mxPoint(_0x6e36x3,_0x6e36x4)])};function mxCompositeLayout(_0x6e36x2,_0x6e36x3,_0x6e36x4){mxGraphLayout[_0xba71[239]](this,_0x6e36x2);this[_0xba71[1821]]=_0x6e36x3;this[_0xba71[1822]]=_0x6e36x4}mxCompositeLayout[_0xba71[202]]= new mxGraphLayout;mxCompositeLayout[_0xba71[202]][_0xba71[196]]=mxCompositeLayout;mxCompositeLayout[_0xba71[202]][_0xba71[1821]]=null;mxCompositeLayout[_0xba71[202]][_0xba71[1822]]=null;mxCompositeLayout[_0xba71[202]][_0xba71[1702]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){null!=this[_0xba71[1822]]?this[_0xba71[1822]][_0xba71[582]][_0xba71[183]](this[_0xba71[1822]],arguments):this[_0xba71[1821]][0][_0xba71[582]][_0xba71[183]](this[_0xba71[1821]][0],arguments)};mxCompositeLayout[_0xba71[202]][_0xba71[350]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1179]][_0xba71[502]]();_0x6e36x3[_0xba71[473]]();try{for(var _0x6e36x4=0;_0x6e36x4<this[_0xba71[1821]][_0xba71[67]];_0x6e36x4++){this[_0xba71[1821]][_0x6e36x4][_0xba71[350]][_0xba71[183]](this[_0xba71[1821]][_0x6e36x4],arguments)}}finally{_0x6e36x3[_0xba71[476]]()}};function mxEdgeLabelLayout(_0x6e36x2,_0x6e36x3){mxGraphLayout[_0xba71[239]](this,_0x6e36x2)}mxEdgeLabelLayout[_0xba71[202]]= new mxGraphLayout;mxEdgeLabelLayout[_0xba71[202]][_0xba71[196]]=mxEdgeLabelLayout;mxEdgeLabelLayout[_0xba71[202]][_0xba71[350]]=function(_0x6e36x2){for(var _0x6e36x3=this[_0xba71[1179]][_0xba71[441]],_0x6e36x4=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x5=[],_0x6e36x9=[],_0x6e36xa=_0x6e36x4[_0xba71[262]](_0x6e36x2),_0x6e36x12=0;_0x6e36x12<_0x6e36xa;_0x6e36x12++){var _0x6e36x13=_0x6e36x4[_0xba71[263]](_0x6e36x2,_0x6e36x12),_0x6e36x14=_0x6e36x3[_0xba71[248]](_0x6e36x13);null!=_0x6e36x14&&(this[_0xba71[1713]](_0x6e36x13)?this[_0xba71[1715]](_0x6e36x13)||_0x6e36x5[_0xba71[207]](_0x6e36x14):_0x6e36x9[_0xba71[207]](_0x6e36x14))};this[_0xba71[1823]](_0x6e36x9,_0x6e36x5)};mxEdgeLabelLayout[_0xba71[202]][_0xba71[1823]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1179]][_0xba71[502]]();_0x6e36x4[_0xba71[473]]();try{for(var _0x6e36x5=0;_0x6e36x5<_0x6e36x3[_0xba71[67]];_0x6e36x5++){var _0x6e36x9=_0x6e36x3[_0x6e36x5];if(null!=_0x6e36x9&&null!=_0x6e36x9[_0xba71[963]]&&null!=_0x6e36x9[_0xba71[963]][_0xba71[1563]]){for(var _0x6e36xa=0;_0x6e36xa<_0x6e36x2[_0xba71[67]];_0x6e36xa++){var _0x6e36x12=_0x6e36x2[_0x6e36xa];null!=_0x6e36x12&&this[_0xba71[1824]](_0x6e36x9,_0x6e36x12)}}}}finally{_0x6e36x4[_0xba71[476]]()}};mxEdgeLabelLayout[_0xba71[202]][_0xba71[1824]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x5=_0x6e36x2[_0xba71[963]][_0xba71[1563]];if(mxUtils[_0xba71[1825]](_0x6e36x5,_0x6e36x3)){var _0x6e36x9=-_0x6e36x5[_0xba71[236]]-_0x6e36x5[_0xba71[119]]+_0x6e36x3[_0xba71[236]],_0x6e36xa=-_0x6e36x5[_0xba71[236]]+_0x6e36x3[_0xba71[236]]+_0x6e36x3[_0xba71[119]],_0x6e36x9=Math[_0xba71[425]](_0x6e36x9)<Math[_0xba71[425]](_0x6e36xa)?_0x6e36x9:_0x6e36xa,_0x6e36xa=-_0x6e36x5[_0xba71[235]]-_0x6e36x5[_0xba71[117]]+_0x6e36x3[_0xba71[235]],_0x6e36x5=-_0x6e36x5[_0xba71[235]]+_0x6e36x3[_0xba71[235]]+_0x6e36x3[_0xba71[117]],_0x6e36x5=Math[_0xba71[425]](_0x6e36xa)<Math[_0xba71[425]](_0x6e36x5)?_0x6e36xa:_0x6e36x5;Math[_0xba71[425]](_0x6e36x5)<Math[_0xba71[425]](_0x6e36x9)?_0x6e36x9=0:_0x6e36x5=0;_0x6e36xa=_0x6e36x4[_0xba71[1721]](_0x6e36x2[_0xba71[246]]);null!=_0x6e36xa&&(_0x6e36xa=_0x6e36xa[_0xba71[238]](),null!=_0x6e36xa[_0xba71[1368]]?(_0x6e36xa[_0xba71[1368]][_0xba71[235]]+=_0x6e36x5,_0x6e36xa[_0xba71[1368]][_0xba71[236]]+=_0x6e36x9):_0x6e36xa[_0xba71[1368]]= new mxPoint(_0x6e36x5,_0x6e36x9),_0x6e36x4[_0xba71[1724]](_0x6e36x2[_0xba71[246]],_0x6e36xa))}};function mxGraphAbstractHierarchyCell(){this[_0xba71[235]]=[];this[_0xba71[236]]=[];this[_0xba71[1826]]=[]}mxGraphAbstractHierarchyCell[_0xba71[202]][_0xba71[1827]]= -1;mxGraphAbstractHierarchyCell[_0xba71[202]][_0xba71[1828]]= -1;mxGraphAbstractHierarchyCell[_0xba71[202]][_0xba71[235]]=null;mxGraphAbstractHierarchyCell[_0xba71[202]][_0xba71[236]]=null;mxGraphAbstractHierarchyCell[_0xba71[202]][_0xba71[117]]=0;mxGraphAbstractHierarchyCell[_0xba71[202]][_0xba71[119]]=0;mxGraphAbstractHierarchyCell[_0xba71[202]][_0xba71[1829]]=null;mxGraphAbstractHierarchyCell[_0xba71[202]][_0xba71[1830]]=null;mxGraphAbstractHierarchyCell[_0xba71[202]][_0xba71[1826]]=null;mxGraphAbstractHierarchyCell[_0xba71[202]][_0xba71[1831]]=function(_0x6e36x2){return null};mxGraphAbstractHierarchyCell[_0xba71[202]][_0xba71[1832]]=function(_0x6e36x2){return null};mxGraphAbstractHierarchyCell[_0xba71[202]][_0xba71[250]]=function(){return !1};mxGraphAbstractHierarchyCell[_0xba71[202]][_0xba71[1193]]=function(){return !1};mxGraphAbstractHierarchyCell[_0xba71[202]][_0xba71[1833]]=function(_0x6e36x2){return null};mxGraphAbstractHierarchyCell[_0xba71[202]][_0xba71[1834]]=function(_0x6e36x2,_0x6e36x3){return null};mxGraphAbstractHierarchyCell[_0xba71[202]][_0xba71[1835]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[1193]]()?this[_0xba71[235]][0]=_0x6e36x3:this[_0xba71[250]]()&&(this[_0xba71[235]][_0x6e36x2-this[_0xba71[1828]]-1]=_0x6e36x3)};mxGraphAbstractHierarchyCell[_0xba71[202]][_0xba71[730]]=function(_0x6e36x2){return this[_0xba71[1193]]()?this[_0xba71[235]][0]:this[_0xba71[250]]()?this[_0xba71[235]][_0x6e36x2-this[_0xba71[1828]]-1]:0};mxGraphAbstractHierarchyCell[_0xba71[202]][_0xba71[1836]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[1193]]()?this[_0xba71[236]][0]=_0x6e36x3:this[_0xba71[250]]()&&(this[_0xba71[236]][_0x6e36x2-this[_0xba71[1828]]-1]=_0x6e36x3)};function mxGraphHierarchyNode(_0x6e36x2){mxGraphAbstractHierarchyCell[_0xba71[183]](this,arguments);this[_0xba71[246]]=_0x6e36x2}mxGraphHierarchyNode[_0xba71[202]]= new mxGraphAbstractHierarchyCell;mxGraphHierarchyNode[_0xba71[202]][_0xba71[196]]=mxGraphHierarchyNode;mxGraphHierarchyNode[_0xba71[202]][_0xba71[246]]=null;mxGraphHierarchyNode[_0xba71[202]][_0xba71[1837]]=[];mxGraphHierarchyNode[_0xba71[202]][_0xba71[1838]]=[];mxGraphHierarchyNode[_0xba71[202]][_0xba71[1839]]= !1;mxGraphHierarchyNode[_0xba71[202]][_0xba71[1840]]=function(_0x6e36x2){return this[_0xba71[1827]]};mxGraphHierarchyNode[_0xba71[202]][_0xba71[1831]]=function(_0x6e36x2){if(null==this[_0xba71[1829]]){this[_0xba71[1829]]=[];this[_0xba71[1829]][0]=[];for(var _0x6e36x3=0;_0x6e36x3<this[_0xba71[1837]][_0xba71[67]];_0x6e36x3++){var _0x6e36x4=this[_0xba71[1837]][_0x6e36x3];-1==_0x6e36x4[_0xba71[1827]]||_0x6e36x4[_0xba71[1827]]==_0x6e36x2+1?this[_0xba71[1829]][0][_0xba71[207]](_0x6e36x4[_0xba71[1097]]):this[_0xba71[1829]][0][_0xba71[207]](_0x6e36x4)}};return this[_0xba71[1829]][0]};mxGraphHierarchyNode[_0xba71[202]][_0xba71[1832]]=function(_0x6e36x2){if(null==this[_0xba71[1830]]){this[_0xba71[1830]]=[];this[_0xba71[1830]][0]=[];for(var _0x6e36x3=0;_0x6e36x3<this[_0xba71[1838]][_0xba71[67]];_0x6e36x3++){var _0x6e36x4=this[_0xba71[1838]][_0x6e36x3];-1==_0x6e36x4[_0xba71[1828]]||_0x6e36x4[_0xba71[1828]]==_0x6e36x2-1?this[_0xba71[1830]][0][_0xba71[207]](_0x6e36x4[_0xba71[772]]):this[_0xba71[1830]][0][_0xba71[207]](_0x6e36x4)}};return this[_0xba71[1830]][0]};mxGraphHierarchyNode[_0xba71[202]][_0xba71[1193]]=function(){return !0};mxGraphHierarchyNode[_0xba71[202]][_0xba71[1833]]=function(_0x6e36x2){return this[_0xba71[1826]][0]};mxGraphHierarchyNode[_0xba71[202]][_0xba71[1834]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[1826]][0]=_0x6e36x3};mxGraphHierarchyNode[_0xba71[202]][_0xba71[1720]]=function(_0x6e36x2){if(null!=_0x6e36x2&&null!=this[_0xba71[1839]]&&null!=_0x6e36x2[_0xba71[1839]]&&this[_0xba71[1839]][_0xba71[67]]<_0x6e36x2[_0xba71[1839]][_0xba71[67]]){if(this[_0xba71[1839]]==_0x6e36x2[_0xba71[1839]]){return !0};if(null==this[_0xba71[1839]]||null==this[_0xba71[1839]]){return !1};for(var _0x6e36x3=0;_0x6e36x3<this[_0xba71[1839]][_0xba71[67]];_0x6e36x3++){if(this[_0xba71[1839]][_0x6e36x3]!=_0x6e36x2[_0xba71[1839]][_0x6e36x3]){return !1}};return !0};return !1};mxGraphHierarchyNode[_0xba71[202]][_0xba71[1841]]=function(){return this[_0xba71[246]]};function mxGraphHierarchyEdge(_0x6e36x2){mxGraphAbstractHierarchyCell[_0xba71[183]](this,arguments);this[_0xba71[1842]]=_0x6e36x2}mxGraphHierarchyEdge[_0xba71[202]]= new mxGraphAbstractHierarchyCell;mxGraphHierarchyEdge[_0xba71[202]][_0xba71[196]]=mxGraphHierarchyEdge;mxGraphHierarchyEdge[_0xba71[202]][_0xba71[1842]]=null;mxGraphHierarchyEdge[_0xba71[202]][_0xba71[1097]]=null;mxGraphHierarchyEdge[_0xba71[202]][_0xba71[772]]=null;mxGraphHierarchyEdge[_0xba71[202]][_0xba71[1843]]= !1;mxGraphHierarchyEdge[_0xba71[202]][_0xba71[1744]]=function(_0x6e36x2){_0x6e36x2=this[_0xba71[1097]];this[_0xba71[1097]]=this[_0xba71[772]];this[_0xba71[772]]=_0x6e36x2;this[_0xba71[1843]]=!this[_0xba71[1843]]};mxGraphHierarchyEdge[_0xba71[202]][_0xba71[1831]]=function(_0x6e36x2){if(null==this[_0xba71[1829]]){this[_0xba71[1829]]=[];for(var _0x6e36x3=0;_0x6e36x3<this[_0xba71[1826]][_0xba71[67]];_0x6e36x3++){this[_0xba71[1829]][_0x6e36x3]=[],_0x6e36x3==this[_0xba71[1826]][_0xba71[67]]-1?this[_0xba71[1829]][_0x6e36x3][_0xba71[207]](this[_0xba71[1097]]):this[_0xba71[1829]][_0x6e36x3][_0xba71[207]](this)}};return this[_0xba71[1829]][_0x6e36x2-this[_0xba71[1828]]-1]};mxGraphHierarchyEdge[_0xba71[202]][_0xba71[1832]]=function(_0x6e36x2){if(null==this[_0xba71[1830]]){this[_0xba71[1830]]=[];for(var _0x6e36x3=0;_0x6e36x3<this[_0xba71[1826]][_0xba71[67]];_0x6e36x3++){this[_0xba71[1830]][_0x6e36x3]=[],0==_0x6e36x3?this[_0xba71[1830]][_0x6e36x3][_0xba71[207]](this[_0xba71[772]]):this[_0xba71[1830]][_0x6e36x3][_0xba71[207]](this)}};return this[_0xba71[1830]][_0x6e36x2-this[_0xba71[1828]]-1]};mxGraphHierarchyEdge[_0xba71[202]][_0xba71[250]]=function(){return !0};mxGraphHierarchyEdge[_0xba71[202]][_0xba71[1833]]=function(_0x6e36x2){return this[_0xba71[1826]][_0x6e36x2-this[_0xba71[1828]]-1]};mxGraphHierarchyEdge[_0xba71[202]][_0xba71[1834]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[1826]][_0x6e36x2-this[_0xba71[1828]]-1]=_0x6e36x3};mxGraphHierarchyEdge[_0xba71[202]][_0xba71[1841]]=function(){return null!=this[_0xba71[1842]]&&0<this[_0xba71[1842]][_0xba71[67]]?this[_0xba71[1842]][0]:null};function mxGraphHierarchyModel(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x2[_0xba71[1703]]();this[_0xba71[1844]]=_0x6e36x9;this[_0xba71[1845]]=_0x6e36x4;this[_0xba71[1101]]=_0x6e36x5;this[_0xba71[1846]]={};this[_0xba71[1847]]={};this[_0xba71[1827]]=0;_0x6e36x4=[];null==_0x6e36x3&&(_0x6e36x3=this[_0xba71[1179]][_0xba71[1728]](_0x6e36x5));this[_0xba71[1827]]=this[_0xba71[1848]];this[_0xba71[1849]](_0x6e36x2,_0x6e36x3,_0x6e36x4);for(_0x6e36x5=0;_0x6e36x5<_0x6e36x3[_0xba71[67]];_0x6e36x5++){_0x6e36x9=_0x6e36x4[_0x6e36x5][_0xba71[1838]];for(var _0x6e36xa=0;_0x6e36xa<_0x6e36x9[_0xba71[67]];_0x6e36xa++){var _0x6e36x12=_0x6e36x9[_0x6e36xa],_0x6e36x13=_0x6e36x12[_0xba71[1842]];if(null!=_0x6e36x13&&0<_0x6e36x13[_0xba71[67]]){var _0x6e36x13=_0x6e36x13[0],_0x6e36x14=_0x6e36x2[_0xba71[1710]](_0x6e36x13,!1),_0x6e36x14=mxCellPath[_0xba71[385]](_0x6e36x14),_0x6e36x14=this[_0xba71[1846]][_0x6e36x14];_0x6e36x4[_0x6e36x5]==_0x6e36x14&&(_0x6e36x14=_0x6e36x2[_0xba71[1710]](_0x6e36x13,!0),_0x6e36x14=mxCellPath[_0xba71[385]](_0x6e36x14),_0x6e36x14=this[_0xba71[1846]][_0x6e36x14]);null!=_0x6e36x14&&_0x6e36x4[_0x6e36x5]!=_0x6e36x14&&(_0x6e36x12[_0xba71[772]]=_0x6e36x14,0==_0x6e36x14[_0xba71[1837]][_0xba71[67]]&&(_0x6e36x14[_0xba71[1837]]=[]),0>mxUtils[_0xba71[2]](_0x6e36x14[_0xba71[1837]],_0x6e36x12)&&_0x6e36x14[_0xba71[1837]][_0xba71[207]](_0x6e36x12))}};_0x6e36x4[_0x6e36x5][_0xba71[1826]][0]=1}}mxGraphHierarchyModel[_0xba71[202]][_0xba71[1827]]=null;mxGraphHierarchyModel[_0xba71[202]][_0xba71[1846]]=null;mxGraphHierarchyModel[_0xba71[202]][_0xba71[1847]]=null;mxGraphHierarchyModel[_0xba71[202]][_0xba71[1850]]=null;mxGraphHierarchyModel[_0xba71[202]][_0xba71[1845]]=null;mxGraphHierarchyModel[_0xba71[202]][_0xba71[1101]]=null;mxGraphHierarchyModel[_0xba71[202]][_0xba71[1851]]=0;mxGraphHierarchyModel[_0xba71[202]][_0xba71[1848]]=1E8;mxGraphHierarchyModel[_0xba71[202]][_0xba71[1844]]= !1;mxGraphHierarchyModel[_0xba71[202]][_0xba71[1849]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){for(var _0x6e36x5=_0x6e36x2[_0xba71[1703]](),_0x6e36x9=0;_0x6e36x9<_0x6e36x3[_0xba71[67]];_0x6e36x9++){_0x6e36x4[_0x6e36x9]= new mxGraphHierarchyNode(_0x6e36x3[_0x6e36x9]);var _0x6e36xa=mxCellPath[_0xba71[385]](_0x6e36x3[_0x6e36x9]);this[_0xba71[1846]][_0x6e36xa]=_0x6e36x4[_0x6e36x9];_0x6e36xa=_0x6e36x2[_0xba71[264]](_0x6e36x3[_0x6e36x9]);_0x6e36x4[_0x6e36x9][_0xba71[1838]]=[];for(var _0x6e36x12=0;_0x6e36x12<_0x6e36xa[_0xba71[67]];_0x6e36x12++){var _0x6e36x13=_0x6e36x2[_0xba71[1710]](_0x6e36xa[_0x6e36x12],!1);if(_0x6e36x13!=_0x6e36x3[_0x6e36x9]&&_0x6e36x13!=_0x6e36x3[_0x6e36x9]&&_0x6e36x2[_0xba71[1179]][_0xba71[251]][_0xba71[1193]](_0x6e36x13)&&!_0x6e36x2[_0xba71[1713]](_0x6e36x13)){var _0x6e36x14=_0x6e36x2[_0xba71[1781]](_0x6e36x3[_0x6e36x9],_0x6e36x13,!1),_0x6e36x15=_0x6e36x2[_0xba71[1781]](_0x6e36x3[_0x6e36x9],_0x6e36x13,!0),_0x6e36x13=mxCellPath[_0xba71[385]](_0x6e36x14[0]);if(null!=_0x6e36x14&&0<_0x6e36x14[_0xba71[67]]&&null==this[_0xba71[1847]][_0x6e36x13]&&2*_0x6e36x15[_0xba71[67]]>=_0x6e36x14[_0xba71[67]]){for(var _0x6e36x15= new mxGraphHierarchyEdge(_0x6e36x14),_0x6e36x16=0;_0x6e36x16<_0x6e36x14[_0xba71[67]];_0x6e36x16++){var _0x6e36x17=_0x6e36x14[_0x6e36x16],_0x6e36x13=mxCellPath[_0xba71[385]](_0x6e36x17);this[_0xba71[1847]][_0x6e36x13]=_0x6e36x15;_0x6e36x5[_0xba71[1809]](_0x6e36x17);_0x6e36x2[_0xba71[1787]]&&(_0x6e36x2[_0xba71[1716]](_0x6e36x17,!1),_0x6e36x2[_0xba71[1718]](_0x6e36x17,!0))};_0x6e36x15[_0xba71[1097]]=_0x6e36x4[_0x6e36x9];0>mxUtils[_0xba71[2]](_0x6e36x4[_0x6e36x9][_0xba71[1838]],_0x6e36x15)&&_0x6e36x4[_0x6e36x9][_0xba71[1838]][_0xba71[207]](_0x6e36x15)}}};_0x6e36x4[_0x6e36x9][_0xba71[1826]][0]=0}};mxGraphHierarchyModel[_0xba71[202]][_0xba71[1852]]=function(){var _0x6e36x2=[];if(null!=this[_0xba71[1845]]){for(var _0x6e36x3=0;_0x6e36x3<this[_0xba71[1845]][_0xba71[67]];_0x6e36x3++){var _0x6e36x4=mxCellPath[_0xba71[385]](this[_0xba71[1845]][_0x6e36x3]),_0x6e36x4=this[_0xba71[1846]][_0x6e36x4];null!=_0x6e36x4&&_0x6e36x2[_0xba71[207]](_0x6e36x4)}};for(var _0x6e36x5 in this[_0xba71[1846]]){_0x6e36x4=this[_0xba71[1846]][_0x6e36x5],_0x6e36x4[_0xba71[1826]][0]= -1};for(var _0x6e36x9=_0x6e36x2[_0xba71[1853]]();0<_0x6e36x2[_0xba71[67]];){var _0x6e36x4=_0x6e36x2[0],_0x6e36xa,_0x6e36x12;_0x6e36xa=_0x6e36x4[_0xba71[1837]];_0x6e36x12=_0x6e36x4[_0xba71[1838]];for(var _0x6e36x13=!0,_0x6e36x14=this[_0xba71[1848]],_0x6e36x3=0;_0x6e36x3<_0x6e36xa[_0xba71[67]];_0x6e36x3++){var _0x6e36x15=_0x6e36xa[_0x6e36x3];if(5270620==_0x6e36x15[_0xba71[1826]][0]){_0x6e36x15=_0x6e36x15[_0xba71[1097]],_0x6e36x14=Math[_0xba71[243]](_0x6e36x14,_0x6e36x15[_0xba71[1826]][0]-1)}else {_0x6e36x13= !1;break}};if(_0x6e36x13){_0x6e36x4[_0xba71[1826]][0]=_0x6e36x14;this[_0xba71[1827]]=Math[_0xba71[243]](this[_0xba71[1827]],_0x6e36x14);if(null!=_0x6e36x12){for(_0x6e36x3=0;_0x6e36x3<_0x6e36x12[_0xba71[67]];_0x6e36x3++){_0x6e36x15=_0x6e36x12[_0x6e36x3],_0x6e36x15[_0xba71[1826]][0]=5270620,_0x6e36x15=_0x6e36x15[_0xba71[772]],-1==_0x6e36x15[_0xba71[1826]][0]&&(_0x6e36x2[_0xba71[207]](_0x6e36x15),_0x6e36x15[_0xba71[1826]][0]= -2)}};_0x6e36x2[_0xba71[1115]]()}else {if(_0x6e36x3=_0x6e36x2[_0xba71[1115]](),_0x6e36x2[_0xba71[207]](_0x6e36x4),_0x6e36x3==_0x6e36x4&&1==_0x6e36x2[_0xba71[67]]){break}}};for(_0x6e36x5 in this[_0xba71[1846]]){_0x6e36x4=this[_0xba71[1846]][_0x6e36x5],_0x6e36x4[_0xba71[1826]][0]-=this[_0xba71[1827]]};for(_0x6e36x3=0;_0x6e36x3<_0x6e36x9[_0xba71[67]];_0x6e36x3++){_0x6e36x4=_0x6e36x9[_0x6e36x3];_0x6e36x2=0;_0x6e36xa=_0x6e36x4[_0xba71[1838]];for(_0x6e36x5=0;_0x6e36x5<_0x6e36xa[_0xba71[67]];_0x6e36x5++){_0x6e36x15=_0x6e36xa[_0x6e36x5],_0x6e36x15=_0x6e36x15[_0xba71[772]],_0x6e36x4[_0xba71[1826]][0]=Math[_0xba71[160]](_0x6e36x2,_0x6e36x15[_0xba71[1826]][0]+1),_0x6e36x2=_0x6e36x4[_0xba71[1826]][0]}};this[_0xba71[1827]]=this[_0xba71[1848]]-this[_0xba71[1827]]};mxGraphHierarchyModel[_0xba71[202]][_0xba71[1854]]=function(){var _0x6e36x2=[];this[_0xba71[1850]]=[];for(var _0x6e36x3=0;_0x6e36x3<this[_0xba71[1827]]+1;_0x6e36x3++){_0x6e36x2[_0x6e36x3]=[],this[_0xba71[1850]][_0x6e36x3]=_0x6e36x2[_0x6e36x3]};var _0x6e36x4=null;if(null!=this[_0xba71[1845]]){for(var _0x6e36x5=this[_0xba71[1845]],_0x6e36x4=[],_0x6e36x3=0;_0x6e36x3<_0x6e36x5[_0xba71[67]];_0x6e36x3++){var _0x6e36x9=mxCellPath[_0xba71[385]](_0x6e36x5[_0x6e36x3]);_0x6e36x4[_0x6e36x3]=this[_0xba71[1846]][_0x6e36x9]}};this[_0xba71[209]](function(_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36x15){0==_0x6e36x15&&(0>_0x6e36x4[_0xba71[1827]]&&0>_0x6e36x4[_0xba71[1828]])&&(_0x6e36x2[_0x6e36x4[_0xba71[1826]][0]][_0xba71[207]](_0x6e36x4),_0x6e36x4[_0xba71[1827]]=_0x6e36x4[_0xba71[1826]][0],_0x6e36x4[_0xba71[1828]]=_0x6e36x4[_0xba71[1826]][0],_0x6e36x4[_0xba71[1826]][0]=_0x6e36x2[_0x6e36x4[_0xba71[1827]]][_0xba71[67]]-1);if(null!=_0x6e36x3&&null!=_0x6e36x5&&1<_0x6e36x3[_0xba71[1827]]-_0x6e36x4[_0xba71[1827]]){_0x6e36x5[_0xba71[1827]]=_0x6e36x3[_0xba71[1827]];_0x6e36x5[_0xba71[1828]]=_0x6e36x4[_0xba71[1827]];_0x6e36x5[_0xba71[1826]]=[];_0x6e36x5[_0xba71[235]]=[];_0x6e36x5[_0xba71[236]]=[];for(_0x6e36x3=_0x6e36x5[_0xba71[1828]]+1;_0x6e36x3<_0x6e36x5[_0xba71[1827]];_0x6e36x3++){_0x6e36x2[_0x6e36x3][_0xba71[207]](_0x6e36x5),_0x6e36x5[_0xba71[1834]](_0x6e36x3,_0x6e36x2[_0x6e36x3][_0xba71[67]]-1)}}},_0x6e36x4,!1,null)};mxGraphHierarchyModel[_0xba71[202]][_0xba71[209]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){if(null!=_0x6e36x3){for(var _0x6e36x9=0;_0x6e36x9<_0x6e36x3[_0xba71[67]];_0x6e36x9++){var _0x6e36xa=_0x6e36x3[_0x6e36x9];null!=_0x6e36xa&&(null==_0x6e36x5&&(_0x6e36x5={}),_0x6e36x4?(_0x6e36xa[_0xba71[1839]]=[],_0x6e36xa[_0xba71[1839]][0]=this[_0xba71[1851]],_0x6e36xa[_0xba71[1839]][1]=_0x6e36x9,this[_0xba71[1855]](null,_0x6e36xa,null,_0x6e36x2,_0x6e36x5,_0x6e36xa[_0xba71[1839]],_0x6e36x9,0)):this[_0xba71[1758]](null,_0x6e36xa,null,_0x6e36x2,_0x6e36x5,0))};this[_0xba71[1851]]++}};mxGraphHierarchyModel[_0xba71[202]][_0xba71[1758]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){if(null!=_0x6e36x3){var _0x6e36x12=mxCellPath[_0xba71[385]](_0x6e36x3[_0xba71[246]]);if(null==_0x6e36x9[_0x6e36x12]){_0x6e36x9[_0x6e36x12]=_0x6e36x3;_0x6e36x5(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36xa,0);_0x6e36x2=_0x6e36x3[_0xba71[1838]][_0xba71[1853]]();for(_0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){_0x6e36x12=_0x6e36x2[_0x6e36x4],this[_0xba71[1758]](_0x6e36x3,_0x6e36x12[_0xba71[772]],_0x6e36x12,_0x6e36x5,_0x6e36x9,_0x6e36xa+1)}}else {_0x6e36x5(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36xa,1)}}};mxGraphHierarchyModel[_0xba71[202]][_0xba71[1855]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13){if(null!=_0x6e36x3){if(null!=_0x6e36x2&&(null==_0x6e36x3[_0xba71[1839]]||_0x6e36x3[_0xba71[1839]][0]!=_0x6e36x2[_0xba71[1839]][0])){_0x6e36xa=_0x6e36x2[_0xba71[1839]][_0xba71[67]]+1,_0x6e36x3[_0xba71[1839]]=_0x6e36x2[_0xba71[1839]][_0xba71[1853]](),_0x6e36x3[_0xba71[1839]][_0x6e36xa-1]=_0x6e36x12};_0x6e36x12=mxCellPath[_0xba71[385]](_0x6e36x3[_0xba71[246]]);if(null==_0x6e36x9[_0x6e36x12]){_0x6e36x9[_0x6e36x12]=_0x6e36x3;_0x6e36x5(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x13,0);_0x6e36x2=_0x6e36x3[_0xba71[1838]][_0xba71[1853]]();for(_0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){_0x6e36x12=_0x6e36x2[_0x6e36x4],this[_0xba71[1855]](_0x6e36x3,_0x6e36x12[_0xba71[772]],_0x6e36x12,_0x6e36x5,_0x6e36x9,_0x6e36x3[_0xba71[1839]],_0x6e36x4,_0x6e36x13+1)}}else {_0x6e36x5(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x13,1)}}};function mxHierarchicalLayoutStage(){}mxHierarchicalLayoutStage[_0xba71[202]][_0xba71[350]]=function(_0x6e36x2){};function mxMedianHybridCrossingReduction(_0x6e36x2){this[_0xba71[1759]]=_0x6e36x2}mxMedianHybridCrossingReduction[_0xba71[202]]= new mxHierarchicalLayoutStage;mxMedianHybridCrossingReduction[_0xba71[202]][_0xba71[196]]=mxMedianHybridCrossingReduction;mxMedianHybridCrossingReduction[_0xba71[202]][_0xba71[1759]]=null;mxMedianHybridCrossingReduction[_0xba71[202]][_0xba71[1795]]=24;mxMedianHybridCrossingReduction[_0xba71[202]][_0xba71[1856]]=null;mxMedianHybridCrossingReduction[_0xba71[202]][_0xba71[1857]]=0;mxMedianHybridCrossingReduction[_0xba71[202]][_0xba71[1858]]=0;mxMedianHybridCrossingReduction[_0xba71[202]][_0xba71[1859]]=2;mxMedianHybridCrossingReduction[_0xba71[202]][_0xba71[350]]=function(_0x6e36x2){_0x6e36x2=this[_0xba71[1759]][_0xba71[502]]();this[_0xba71[1856]]=[];for(var _0x6e36x3=0;_0x6e36x3<_0x6e36x2[_0xba71[1850]][_0xba71[67]];_0x6e36x3++){this[_0xba71[1856]][_0x6e36x3]=_0x6e36x2[_0xba71[1850]][_0x6e36x3][_0xba71[1853]]()};for(var _0x6e36x4=0,_0x6e36x5=this[_0xba71[1860]](_0x6e36x2),_0x6e36x3=0;_0x6e36x3<this[_0xba71[1795]]&&_0x6e36x4<this[_0xba71[1859]];_0x6e36x3++){this[_0xba71[1861]](_0x6e36x3,_0x6e36x2);this[_0xba71[1862]](_0x6e36x3,_0x6e36x2);var _0x6e36x9=this[_0xba71[1860]](_0x6e36x2);if(_0x6e36x9<_0x6e36x5){_0x6e36x5=_0x6e36x9;for(_0x6e36x9=_0x6e36x4=0;_0x6e36x9<this[_0xba71[1856]][_0xba71[67]];_0x6e36x9++){for(var _0x6e36xa=_0x6e36x2[_0xba71[1850]][_0x6e36x9],_0x6e36x12=0;_0x6e36x12<_0x6e36xa[_0xba71[67]];_0x6e36x12++){var _0x6e36x13=_0x6e36xa[_0x6e36x12];this[_0xba71[1856]][_0x6e36x9][_0x6e36x13[_0xba71[1833]](_0x6e36x9)]=_0x6e36x13}}}else {_0x6e36x4++;for(_0x6e36x9=0;_0x6e36x9<this[_0xba71[1856]][_0xba71[67]];_0x6e36x9++){_0x6e36xa=_0x6e36x2[_0xba71[1850]][_0x6e36x9];for(_0x6e36x12=0;_0x6e36x12<_0x6e36xa[_0xba71[67]];_0x6e36x12++){_0x6e36x13=_0x6e36xa[_0x6e36x12],_0x6e36x13[_0xba71[1834]](_0x6e36x9,_0x6e36x12)}}};if(0==_0x6e36x5){break}};_0x6e36x4=[];_0x6e36x5=[];for(_0x6e36x3=0;_0x6e36x3<_0x6e36x2[_0xba71[1827]]+1;_0x6e36x3++){_0x6e36x5[_0x6e36x3]=[],_0x6e36x4[_0x6e36x3]=_0x6e36x5[_0x6e36x3]};for(_0x6e36x3=0;_0x6e36x3<this[_0xba71[1856]][_0xba71[67]];_0x6e36x3++){for(_0x6e36x9=0;_0x6e36x9<this[_0xba71[1856]][_0x6e36x3][_0xba71[67]];_0x6e36x9++){_0x6e36x5[_0x6e36x3][_0xba71[207]](this[_0xba71[1856]][_0x6e36x3][_0x6e36x9])}};_0x6e36x2[_0xba71[1850]]=_0x6e36x4};mxMedianHybridCrossingReduction[_0xba71[202]][_0xba71[1860]]=function(_0x6e36x2){for(var _0x6e36x3=_0x6e36x2[_0xba71[1850]][_0xba71[67]],_0x6e36x4=0,_0x6e36x5=1;_0x6e36x5<_0x6e36x3;_0x6e36x5++){_0x6e36x4+=this[_0xba71[1863]](_0x6e36x5,_0x6e36x2)};return _0x6e36x4};mxMedianHybridCrossingReduction[_0xba71[202]][_0xba71[1863]]=function(_0x6e36x2,_0x6e36x3){for(var _0x6e36x4=0,_0x6e36x5=_0x6e36x3[_0xba71[1850]][_0x6e36x2],_0x6e36x9=_0x6e36x5[_0xba71[67]],_0x6e36xa=_0x6e36x3[_0xba71[1850]][_0x6e36x2-1][_0xba71[67]],_0x6e36x12=[],_0x6e36x13=0;_0x6e36x13<_0x6e36x9;_0x6e36x13++){_0x6e36x12[_0x6e36x13]=[]};for(_0x6e36x13=0;_0x6e36x13<_0x6e36x5[_0xba71[67]];_0x6e36x13++){for(var _0x6e36x14=_0x6e36x5[_0x6e36x13],_0x6e36x15=_0x6e36x14[_0xba71[1833]](_0x6e36x2),_0x6e36x16=_0x6e36x14[_0xba71[1832]](_0x6e36x2),_0x6e36x14=0;_0x6e36x14<_0x6e36x16[_0xba71[67]];_0x6e36x14++){var _0x6e36x17=_0x6e36x16[_0x6e36x14][_0xba71[1833]](_0x6e36x2-1);_0x6e36x12[_0x6e36x15][_0x6e36x17]=201207}};for(_0x6e36x13=0;_0x6e36x13<_0x6e36x9;_0x6e36x13++){for(_0x6e36x14=0;_0x6e36x14<_0x6e36xa;_0x6e36x14++){if(201207==_0x6e36x12[_0x6e36x13][_0x6e36x14]){for(_0x6e36x5=_0x6e36x13+1;_0x6e36x5<_0x6e36x9;_0x6e36x5++){for(_0x6e36x15=0;_0x6e36x15<_0x6e36x14;_0x6e36x15++){201207==_0x6e36x12[_0x6e36x5][_0x6e36x15]&&_0x6e36x4++}};for(_0x6e36x5=0;_0x6e36x5<_0x6e36x13;_0x6e36x5++){for(_0x6e36x15=_0x6e36x14+1;_0x6e36x15<_0x6e36xa;_0x6e36x15++){201207==_0x6e36x12[_0x6e36x5][_0x6e36x15]&&_0x6e36x4++}}}}};return _0x6e36x4/2};mxMedianHybridCrossingReduction[_0xba71[202]][_0xba71[1862]]=function(_0x6e36x2,_0x6e36x3){for(var _0x6e36x4=!0,_0x6e36x5=0;_0x6e36x4&&10>_0x6e36x5++;){for(var _0x6e36x9=1==_0x6e36x2%2&&1==_0x6e36x5%2,_0x6e36x4=!1,_0x6e36xa=0;_0x6e36xa<_0x6e36x3[_0xba71[1850]][_0xba71[67]];_0x6e36xa++){for(var _0x6e36x12=_0x6e36x3[_0xba71[1850]][_0x6e36xa],_0x6e36x13=[],_0x6e36x14=0;_0x6e36x14<_0x6e36x12[_0xba71[67]];_0x6e36x14++){var _0x6e36x15=_0x6e36x12[_0x6e36x14],_0x6e36x16=_0x6e36x15[_0xba71[1833]](_0x6e36xa);0>_0x6e36x16&&(_0x6e36x16=_0x6e36x14);_0x6e36x13[_0x6e36x16]=_0x6e36x15};for(var _0x6e36x17=_0x6e36x16=_0x6e36x15=null,_0x6e36x18=null,_0x6e36x19=null,_0x6e36x1a=null,_0x6e36x1b=null,_0x6e36x1c=null,_0x6e36x1d=null,_0x6e36x1e=null,_0x6e36x14=0;_0x6e36x14<_0x6e36x12[_0xba71[67]]-1;_0x6e36x14++){if(0==_0x6e36x14){for(var _0x6e36x1d=_0x6e36x13[_0x6e36x14],_0x6e36x15=_0x6e36x1d[_0xba71[1831]](_0x6e36xa),_0x6e36x16=_0x6e36x1d[_0xba71[1832]](_0x6e36xa),_0x6e36x19=[],_0x6e36x1a=[],_0x6e36x1f=0;_0x6e36x1f<_0x6e36x15[_0xba71[67]];_0x6e36x1f++){_0x6e36x19[_0x6e36x1f]=_0x6e36x15[_0x6e36x1f][_0xba71[1833]](_0x6e36xa+1)};for(_0x6e36x1f=0;_0x6e36x1f<_0x6e36x16[_0xba71[67]];_0x6e36x1f++){_0x6e36x1a[_0x6e36x1f]=_0x6e36x16[_0x6e36x1f][_0xba71[1833]](_0x6e36xa-1)}}else {_0x6e36x15=_0x6e36x17,_0x6e36x16=_0x6e36x18,_0x6e36x19=_0x6e36x1b,_0x6e36x1a=_0x6e36x1c,_0x6e36x1d=_0x6e36x1e};_0x6e36x1e=_0x6e36x13[_0x6e36x14+1];_0x6e36x17=_0x6e36x1e[_0xba71[1831]](_0x6e36xa);_0x6e36x18=_0x6e36x1e[_0xba71[1832]](_0x6e36xa);_0x6e36x1b=[];_0x6e36x1c=[];for(_0x6e36x1f=0;_0x6e36x1f<_0x6e36x17[_0xba71[67]];_0x6e36x1f++){_0x6e36x1b[_0x6e36x1f]=_0x6e36x17[_0x6e36x1f][_0xba71[1833]](_0x6e36xa+1)};for(_0x6e36x1f=0;_0x6e36x1f<_0x6e36x18[_0xba71[67]];_0x6e36x1f++){_0x6e36x1c[_0x6e36x1f]=_0x6e36x18[_0x6e36x1f][_0xba71[1833]](_0x6e36xa-1)};for(var _0x6e36x20=0,_0x6e36x62=0,_0x6e36x1f=0;_0x6e36x1f<_0x6e36x19[_0xba71[67]];_0x6e36x1f++){for(var _0x6e36x63=0;_0x6e36x63<_0x6e36x1b[_0xba71[67]];_0x6e36x63++){_0x6e36x19[_0x6e36x1f]>_0x6e36x1b[_0x6e36x63]&&_0x6e36x20++,_0x6e36x19[_0x6e36x1f]<_0x6e36x1b[_0x6e36x63]&&_0x6e36x62++}};for(_0x6e36x1f=0;_0x6e36x1f<_0x6e36x1a[_0xba71[67]];_0x6e36x1f++){for(_0x6e36x63=0;_0x6e36x63<_0x6e36x1c[_0xba71[67]];_0x6e36x63++){_0x6e36x1a[_0x6e36x1f]>_0x6e36x1c[_0x6e36x63]&&_0x6e36x20++,_0x6e36x1a[_0x6e36x1f]<_0x6e36x1c[_0x6e36x63]&&_0x6e36x62++}};if(_0x6e36x62<_0x6e36x20||_0x6e36x62==_0x6e36x20&&_0x6e36x9){_0x6e36x17=_0x6e36x1d[_0xba71[1833]](_0x6e36xa),_0x6e36x1d[_0xba71[1834]](_0x6e36xa,_0x6e36x1e[_0xba71[1833]](_0x6e36xa)),_0x6e36x1e[_0xba71[1834]](_0x6e36xa,_0x6e36x17),_0x6e36x17=_0x6e36x15,_0x6e36x18=_0x6e36x16,_0x6e36x1b=_0x6e36x19,_0x6e36x1c=_0x6e36x1a,_0x6e36x1e=_0x6e36x1d,_0x6e36x9||(_0x6e36x4= !0)}}}}};mxMedianHybridCrossingReduction[_0xba71[202]][_0xba71[1861]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=0==_0x6e36x2%2;if(_0x6e36x4){for(var _0x6e36x5=_0x6e36x3[_0xba71[1827]]-1;0<=_0x6e36x5;_0x6e36x5--){this[_0xba71[1864]](_0x6e36x5,_0x6e36x4)}}else {for(_0x6e36x5=1;_0x6e36x5<_0x6e36x3[_0xba71[1827]];_0x6e36x5++){this[_0xba71[1864]](_0x6e36x5,_0x6e36x4)}}};mxMedianHybridCrossingReduction[_0xba71[202]][_0xba71[1864]]=function(_0x6e36x2,_0x6e36x3){for(var _0x6e36x4=this[_0xba71[1856]][_0x6e36x2][_0xba71[67]],_0x6e36x5=[],_0x6e36x9=[],_0x6e36xa=0;_0x6e36xa<_0x6e36x4;_0x6e36xa++){var _0x6e36x12=this[_0xba71[1856]][_0x6e36x2][_0x6e36xa],_0x6e36x13= new MedianCellSorter;_0x6e36x13[_0xba71[246]]=_0x6e36x12;var _0x6e36x14;_0x6e36x14=_0x6e36x3?_0x6e36x12[_0xba71[1831]](_0x6e36x2):_0x6e36x12[_0xba71[1832]](_0x6e36x2);var _0x6e36x15;_0x6e36x15=_0x6e36x3?_0x6e36x2+1:_0x6e36x2-1;null!=_0x6e36x14&&0!=_0x6e36x14[_0xba71[67]]?(_0x6e36x13[_0xba71[1865]]=this[_0xba71[1865]](_0x6e36x14,_0x6e36x15),_0x6e36x5[_0xba71[207]](_0x6e36x13)):_0x6e36x9[_0x6e36x12[_0xba71[1833]](_0x6e36x2)]= !0};_0x6e36x5[_0xba71[470]](MedianCellSorter[_0xba71[202]][_0xba71[469]]);for(_0x6e36xa=0;_0x6e36xa<_0x6e36x4;_0x6e36xa++){null==_0x6e36x9[_0x6e36xa]&&(_0x6e36x12=_0x6e36x5[_0xba71[1115]]()[_0xba71[246]],_0x6e36x12[_0xba71[1834]](_0x6e36x2,_0x6e36xa))}};mxMedianHybridCrossingReduction[_0xba71[202]][_0xba71[1865]]=function(_0x6e36x2,_0x6e36x3){for(var _0x6e36x4=[],_0x6e36x5=0,_0x6e36x9=0;_0x6e36x9<_0x6e36x2[_0xba71[67]];_0x6e36x9++){var _0x6e36xa=_0x6e36x2[_0x6e36x9];_0x6e36x4[_0x6e36x5++]=_0x6e36xa[_0xba71[1833]](_0x6e36x3)};_0x6e36x4[_0xba71[470]](function(_0x6e36x2,_0x6e36x3){return _0x6e36x2-_0x6e36x3});if(1==_0x6e36x5%2){return _0x6e36x4[Math[_0xba71[519]](_0x6e36x5/2)]};if(2==_0x6e36x5){return (_0x6e36x4[0]+_0x6e36x4[1])/2};_0x6e36x9=_0x6e36x5/2;_0x6e36xa=_0x6e36x4[_0x6e36x9-1]-_0x6e36x4[0];_0x6e36x5=_0x6e36x4[_0x6e36x5-1]-_0x6e36x4[_0x6e36x9];return (_0x6e36x4[_0x6e36x9-1]*_0x6e36x5+_0x6e36x4[_0x6e36x9]*_0x6e36xa)/(_0x6e36xa+_0x6e36x5)};function MedianCellSorter(){}MedianCellSorter[_0xba71[202]][_0xba71[1865]]=0;MedianCellSorter[_0xba71[202]][_0xba71[246]]= !1;MedianCellSorter[_0xba71[202]][_0xba71[469]]=function(_0x6e36x2,_0x6e36x3){return null!=_0x6e36x2&&null!=_0x6e36x3?_0x6e36x3[_0xba71[1865]]>_0x6e36x2[_0xba71[1865]]?-1:_0x6e36x3[_0xba71[1865]]<_0x6e36x2[_0xba71[1865]]?1:0:0};function mxMinimumCycleRemover(_0x6e36x2){this[_0xba71[1759]]=_0x6e36x2}mxMinimumCycleRemover[_0xba71[202]]= new mxHierarchicalLayoutStage;mxMinimumCycleRemover[_0xba71[202]][_0xba71[196]]=mxMinimumCycleRemover;mxMinimumCycleRemover[_0xba71[202]][_0xba71[1759]]=null;mxMinimumCycleRemover[_0xba71[202]][_0xba71[350]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1759]][_0xba71[502]](),_0x6e36x4={},_0x6e36x5=mxUtils[_0xba71[238]](_0x6e36x3[_0xba71[1846]],null,!0),_0x6e36x9=null;if(null!=_0x6e36x3[_0xba71[1845]]){var _0x6e36xa=_0x6e36x3[_0xba71[1845]],_0x6e36x9=[];for(_0x6e36x2=0;_0x6e36x2<_0x6e36xa[_0xba71[67]];_0x6e36x2++){var _0x6e36x12=mxCellPath[_0xba71[385]](_0x6e36xa[_0x6e36x2]);_0x6e36x9[_0x6e36x2]=_0x6e36x3[_0xba71[1846]][_0x6e36x12]}};_0x6e36x3[_0xba71[209]](function(_0x6e36x2,_0x6e36x3,_0x6e36x9,_0x6e36xa,_0x6e36x12){_0x6e36x3[_0xba71[1720]](_0x6e36x2)&&(_0x6e36x9[_0xba71[1744]](),mxUtils[_0xba71[205]](_0x6e36x9,_0x6e36x2[_0xba71[1838]]),_0x6e36x2[_0xba71[1837]][_0xba71[207]](_0x6e36x9),mxUtils[_0xba71[205]](_0x6e36x9,_0x6e36x3[_0xba71[1837]]),_0x6e36x3[_0xba71[1838]][_0xba71[207]](_0x6e36x9));_0x6e36x2=mxCellPath[_0xba71[385]](_0x6e36x3[_0xba71[246]]);_0x6e36x4[_0x6e36x2]=_0x6e36x3;delete _0x6e36x5[_0x6e36x2]},_0x6e36x9,!0,null);_0x6e36x9=null;0<_0x6e36x5[_0xba71[1866]]&&(_0x6e36x9=mxUtils[_0xba71[238]](_0x6e36x5,null,!0));_0x6e36x2=mxUtils[_0xba71[238]](_0x6e36x4,null,!0);_0x6e36x3[_0xba71[209]](function(_0x6e36x2,_0x6e36x3,_0x6e36x9,_0x6e36xa,_0x6e36x12){_0x6e36x3[_0xba71[1720]](_0x6e36x2)&&(_0x6e36x9[_0xba71[1744]](),mxUtils[_0xba71[205]](_0x6e36x9,_0x6e36x2[_0xba71[1838]]),_0x6e36x3[_0xba71[1838]][_0xba71[207]](_0x6e36x9),_0x6e36x2[_0xba71[1837]][_0xba71[207]](_0x6e36x9),mxUtils[_0xba71[205]](_0x6e36x9,_0x6e36x3[_0xba71[1837]]));_0x6e36x2=mxCellPath[_0xba71[385]](_0x6e36x3[_0xba71[246]]);_0x6e36x4[_0x6e36x2]=_0x6e36x3;delete _0x6e36x5[_0x6e36x2]},_0x6e36x5,!0,_0x6e36x2);_0x6e36xa=this[_0xba71[1759]][_0xba71[1703]]();if(null!=_0x6e36x9&&0<_0x6e36x9[_0xba71[67]]){_0x6e36x3=_0x6e36x3[_0xba71[1845]];for(_0x6e36x2=0;_0x6e36x2<_0x6e36x9[_0xba71[67]];_0x6e36x2++){_0x6e36x12=_0x6e36x9[_0x6e36x2][_0xba71[246]],0==_0x6e36xa[_0xba71[1867]](_0x6e36x12)[_0xba71[67]]&&_0x6e36x3[_0xba71[207]](_0x6e36x12)}}};function mxCoordinateAssignment(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){this[_0xba71[1759]]=_0x6e36x2;this[_0xba71[1868]]=_0x6e36x3;this[_0xba71[1869]]=_0x6e36x4;this[_0xba71[1870]]=_0x6e36x5;this[_0xba71[1871]]=_0x6e36x9;this[_0xba71[1872]]=_0x6e36xa}var mxHierarchicalEdgeStyle={ORTHOGONAL:1,POLYLINE:2,STRAIGHT:3,CURVE:4};mxCoordinateAssignment[_0xba71[202]]= new mxHierarchicalLayoutStage;mxCoordinateAssignment[_0xba71[202]][_0xba71[196]]=mxCoordinateAssignment;mxCoordinateAssignment[_0xba71[202]][_0xba71[1759]]=null;mxCoordinateAssignment[_0xba71[202]][_0xba71[1868]]=30;mxCoordinateAssignment[_0xba71[202]][_0xba71[1869]]=100;mxCoordinateAssignment[_0xba71[202]][_0xba71[1872]]=10;mxCoordinateAssignment[_0xba71[202]][_0xba71[1795]]=8;mxCoordinateAssignment[_0xba71[202]][_0xba71[1751]]=5;mxCoordinateAssignment[_0xba71[202]][_0xba71[1752]]=2;mxCoordinateAssignment[_0xba71[202]][_0xba71[1753]]=12;mxCoordinateAssignment[_0xba71[202]][_0xba71[1754]]=4;mxCoordinateAssignment[_0xba71[202]][_0xba71[1873]]=null;mxCoordinateAssignment[_0xba71[202]][_0xba71[1870]]=mxConstants[_0xba71[1358]];mxCoordinateAssignment[_0xba71[202]][_0xba71[1871]]=null;mxCoordinateAssignment[_0xba71[202]][_0xba71[1874]]=null;mxCoordinateAssignment[_0xba71[202]][_0xba71[1875]]=null;mxCoordinateAssignment[_0xba71[202]][_0xba71[1876]]=null;mxCoordinateAssignment[_0xba71[202]][_0xba71[1877]]=null;mxCoordinateAssignment[_0xba71[202]][_0xba71[1878]]=null;mxCoordinateAssignment[_0xba71[202]][_0xba71[1879]]=null;mxCoordinateAssignment[_0xba71[202]][_0xba71[1880]]=null;mxCoordinateAssignment[_0xba71[202]][_0xba71[1881]]=null;mxCoordinateAssignment[_0xba71[202]][_0xba71[1882]]= !0;mxCoordinateAssignment[_0xba71[202]][_0xba71[675]]=mxHierarchicalEdgeStyle[_0xba71[1883]];mxCoordinateAssignment[_0xba71[202]][_0xba71[1884]]=null;mxCoordinateAssignment[_0xba71[202]][_0xba71[1885]]=null;mxCoordinateAssignment[_0xba71[202]][_0xba71[1745]]=10;mxCoordinateAssignment[_0xba71[202]][_0xba71[1886]]=function(){var _0x6e36x2=this[_0xba71[1759]][_0xba71[502]]();mxLog[_0xba71[539]]();mxLog[_0xba71[171]](_0xba71[1887]);for(var _0x6e36x3=0;_0x6e36x3<_0x6e36x2[_0xba71[1850]][_0xba71[67]];_0x6e36x3++){mxLog[_0xba71[53]](_0xba71[1888],_0x6e36x3,_0xba71[1889]);for(var _0x6e36x4=_0x6e36x2[_0xba71[1850]][_0x6e36x3],_0x6e36x5=0;_0x6e36x5<_0x6e36x4[_0xba71[67]];_0x6e36x5++){mxLog[_0xba71[53]](_0x6e36x4[_0x6e36x5][_0xba71[1833]](_0x6e36x3),_0xba71[316])};mxLog[_0xba71[171]]()};mxLog[_0xba71[171]](_0xba71[1890])};mxCoordinateAssignment[_0xba71[202]][_0xba71[350]]=function(_0x6e36x2){this[_0xba71[1873]]=[];_0x6e36x2=this[_0xba71[1759]][_0xba71[502]]();this[_0xba71[1875]]=0;this[_0xba71[1891]](this[_0xba71[1759]][_0xba71[1703]](),_0x6e36x2);this[_0xba71[1882]]&&this[_0xba71[1892]](_0x6e36x2);var _0x6e36x3=1E8;if(this[_0xba71[1882]]){for(var _0x6e36x4=0;_0x6e36x4<this[_0xba71[1795]];_0x6e36x4++){0!=_0x6e36x4&&(this[_0xba71[1893]](_0x6e36x4,_0x6e36x2),this[_0xba71[1892]](_0x6e36x2));if(this[_0xba71[1875]]<_0x6e36x3){for(var _0x6e36x5=0;_0x6e36x5<_0x6e36x2[_0xba71[1850]][_0xba71[67]];_0x6e36x5++){for(var _0x6e36x9=_0x6e36x2[_0xba71[1850]][_0x6e36x5],_0x6e36xa=0;_0x6e36xa<_0x6e36x9[_0xba71[67]];_0x6e36xa++){var _0x6e36x12=_0x6e36x9[_0x6e36xa];_0x6e36x12[_0xba71[1835]](_0x6e36x5,_0x6e36x12[_0xba71[1833]](_0x6e36x5))}};_0x6e36x3=this[_0xba71[1875]]}else {for(_0x6e36x5=0;_0x6e36x5<_0x6e36x2[_0xba71[1850]][_0xba71[67]];_0x6e36x5++){_0x6e36x9=_0x6e36x2[_0xba71[1850]][_0x6e36x5];for(_0x6e36xa=0;_0x6e36xa<_0x6e36x9[_0xba71[67]];_0x6e36xa++){_0x6e36x12=_0x6e36x9[_0x6e36xa],_0x6e36x12[_0xba71[1834]](_0x6e36x5,_0x6e36x12[_0xba71[730]](_0x6e36x5))}}};this[_0xba71[1894]](this[_0xba71[1759]][_0xba71[1703]](),_0x6e36x2);this[_0xba71[1875]]=0}};this[_0xba71[1895]](this[_0xba71[1759]][_0xba71[1703]](),_0x6e36x2)};mxCoordinateAssignment[_0xba71[202]][_0xba71[1892]]=function(_0x6e36x2){for(var _0x6e36x3=[],_0x6e36x4=[],_0x6e36x5=[],_0x6e36x9=0;_0x6e36x9<=_0x6e36x2[_0xba71[1827]];_0x6e36x9++){_0x6e36x5[_0x6e36x9]=_0x6e36x2[_0xba71[1850]][_0x6e36x9];for(var _0x6e36xa=0;_0x6e36xa<_0x6e36x5[_0x6e36x9][_0xba71[67]];_0x6e36xa++){var _0x6e36x12=_0x6e36x5[_0x6e36x9][_0x6e36xa],_0x6e36x13= new WeightedCellSorter(_0x6e36x12,_0x6e36x9);_0x6e36x13[_0xba71[1785]]=_0x6e36xa;_0x6e36x13[_0xba71[1784]]= !0;_0x6e36x3[_0xba71[207]](_0x6e36x13);_0x6e36x12=mxCellPath[_0xba71[385]](_0x6e36x12[_0xba71[1841]]());_0x6e36x4[_0x6e36x12]=_0x6e36x13}};_0x6e36x2=10*_0x6e36x3[_0xba71[67]];for(_0x6e36xa=0;0<_0x6e36x3[_0xba71[67]]&&_0x6e36xa<=_0x6e36x2;){var _0x6e36x13=_0x6e36x3[_0xba71[1115]](),_0x6e36x9=_0x6e36x13[_0xba71[246]],_0x6e36x14=_0x6e36x13[_0xba71[1782]],_0x6e36x15=parseInt(_0x6e36x13[_0xba71[1785]]),_0x6e36x12=_0x6e36x9[_0xba71[1831]](_0x6e36x14),_0x6e36x16=_0x6e36x9[_0xba71[1832]](_0x6e36x14),_0x6e36x17=_0x6e36x12[_0xba71[67]],_0x6e36x18=_0x6e36x16[_0xba71[67]],_0x6e36x19=this[_0xba71[1896]](_0x6e36x12,_0x6e36x14+1),_0x6e36x1a=this[_0xba71[1896]](_0x6e36x16,_0x6e36x14-1),_0x6e36x1b=_0x6e36x17+_0x6e36x18,_0x6e36x1c=_0x6e36x9[_0xba71[1833]](_0x6e36x14),_0x6e36x1d=_0x6e36x1c;0<_0x6e36x1b&&(_0x6e36x1d=(_0x6e36x19*_0x6e36x17+_0x6e36x1a*_0x6e36x18)/_0x6e36x1b);_0x6e36x17= !1;_0x6e36x1d<_0x6e36x1c-1?0==_0x6e36x15?(_0x6e36x9[_0xba71[1834]](_0x6e36x14,_0x6e36x1d),_0x6e36x17= !0):(_0x6e36x15=_0x6e36x5[_0x6e36x14][_0x6e36x15-1],_0x6e36x1c=_0x6e36x15[_0xba71[1833]](_0x6e36x14),_0x6e36x1c=_0x6e36x1c+_0x6e36x15[_0xba71[117]]/2+this[_0xba71[1868]]+_0x6e36x9[_0xba71[117]]/2,_0x6e36x1c<_0x6e36x1d?(_0x6e36x9[_0xba71[1834]](_0x6e36x14,_0x6e36x1d),_0x6e36x17= !0):_0x6e36x1c<_0x6e36x9[_0xba71[1833]](_0x6e36x14)-1&&(_0x6e36x9[_0xba71[1834]](_0x6e36x14,_0x6e36x1c),_0x6e36x17= !0)):_0x6e36x1d>_0x6e36x1c+1&&(_0x6e36x15==_0x6e36x5[_0x6e36x14][_0xba71[67]]-1?(_0x6e36x9[_0xba71[1834]](_0x6e36x14,_0x6e36x1d),_0x6e36x17= !0):(_0x6e36x15=_0x6e36x5[_0x6e36x14][_0x6e36x15+1],_0x6e36x1c=_0x6e36x15[_0xba71[1833]](_0x6e36x14),_0x6e36x1c=_0x6e36x1c-_0x6e36x15[_0xba71[117]]/2-this[_0xba71[1868]]-_0x6e36x9[_0xba71[117]]/2,_0x6e36x1c>_0x6e36x1d?(_0x6e36x9[_0xba71[1834]](_0x6e36x14,_0x6e36x1d),_0x6e36x17= !0):_0x6e36x1c>_0x6e36x9[_0xba71[1833]](_0x6e36x14)+1&&(_0x6e36x9[_0xba71[1834]](_0x6e36x14,_0x6e36x1c),_0x6e36x17= !0)));if(_0x6e36x17){for(_0x6e36x9=0;_0x6e36x9<_0x6e36x12[_0xba71[67]];_0x6e36x9++){_0x6e36x14=_0x6e36x12[_0x6e36x9],_0x6e36x14=mxCellPath[_0xba71[385]](_0x6e36x14[_0xba71[1841]]()),_0x6e36x14=_0x6e36x4[_0x6e36x14],null!=_0x6e36x14&&!1==_0x6e36x14[_0xba71[1784]]&&(_0x6e36x14[_0xba71[1784]]= !0,_0x6e36x3[_0xba71[207]](_0x6e36x14))};for(_0x6e36x9=0;_0x6e36x9<_0x6e36x16[_0xba71[67]];_0x6e36x9++){_0x6e36x14=_0x6e36x16[_0x6e36x9],_0x6e36x14=mxCellPath[_0xba71[385]](_0x6e36x14[_0xba71[1841]]()),_0x6e36x14=_0x6e36x4[_0x6e36x14],null!=_0x6e36x14&&!1==_0x6e36x14[_0xba71[1784]]&&(_0x6e36x14[_0xba71[1784]]= !0,_0x6e36x3[_0xba71[207]](_0x6e36x14))}};_0x6e36x13[_0xba71[1784]]= !1;_0x6e36xa++}};mxCoordinateAssignment[_0xba71[202]][_0xba71[1893]]=function(_0x6e36x2,_0x6e36x3){if(0==_0x6e36x2%2){for(var _0x6e36x4=_0x6e36x3[_0xba71[1827]];0<_0x6e36x4;_0x6e36x4--){this[_0xba71[1897]](_0x6e36x4-1,_0x6e36x3,_0x6e36x4)}}else {for(_0x6e36x4=0;_0x6e36x4<_0x6e36x3[_0xba71[1827]]-1;_0x6e36x4++){this[_0xba71[1897]](_0x6e36x4+1,_0x6e36x3,_0x6e36x4)}}};mxCoordinateAssignment[_0xba71[202]][_0xba71[1897]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x3=_0x6e36x3[_0xba71[1850]][_0x6e36x2];for(var _0x6e36x5=[],_0x6e36x9=[],_0x6e36xa=0;_0x6e36xa<_0x6e36x3[_0xba71[67]];_0x6e36xa++){var _0x6e36x12=_0x6e36x3[_0x6e36xa];_0x6e36x5[_0x6e36xa]= new WeightedCellSorter;_0x6e36x5[_0x6e36xa][_0xba71[246]]=_0x6e36x12;_0x6e36x5[_0x6e36xa][_0xba71[1785]]=_0x6e36xa;var _0x6e36x13=mxCellPath[_0xba71[385]](_0x6e36x12[_0xba71[1841]]());_0x6e36x9[_0x6e36x13]=_0x6e36x5[_0x6e36xa];var _0x6e36x14=null,_0x6e36x14=_0x6e36x4<_0x6e36x2?_0x6e36x12[_0xba71[1832]](_0x6e36x2):_0x6e36x12[_0xba71[1831]](_0x6e36x2);_0x6e36x5[_0x6e36xa][_0xba71[1782]]=this[_0xba71[1898]](_0x6e36x12,_0x6e36x14)};_0x6e36x5[_0xba71[470]](WeightedCellSorter[_0xba71[202]][_0xba71[469]]);for(_0x6e36xa=0;_0x6e36xa<_0x6e36x5[_0xba71[67]];_0x6e36xa++){_0x6e36x13=0;_0x6e36x12=_0x6e36x5[_0x6e36xa][_0xba71[246]];_0x6e36x13=0;_0x6e36x14=_0x6e36x4<_0x6e36x2?_0x6e36x12[_0xba71[1832]](_0x6e36x2)[_0xba71[1853]]():_0x6e36x12[_0xba71[1831]](_0x6e36x2)[_0xba71[1853]]();null!=_0x6e36x14&&(_0x6e36x13=_0x6e36x14[_0xba71[67]],_0x6e36x13=0<_0x6e36x13?this[_0xba71[1896]](_0x6e36x14,_0x6e36x4):_0x6e36x12[_0xba71[1833]](_0x6e36x2));for(var _0x6e36x15=0,_0x6e36x14=-1E8,_0x6e36x16=_0x6e36x5[_0x6e36xa][_0xba71[1785]]-1;0<=_0x6e36x16;){var _0x6e36x17=mxCellPath[_0xba71[385]](_0x6e36x3[_0x6e36x16][_0xba71[1841]]()),_0x6e36x17=_0x6e36x9[_0x6e36x17];if(null!=_0x6e36x17){var _0x6e36x18=_0x6e36x17[_0xba71[246]];_0x6e36x17[_0xba71[1784]]?(_0x6e36x14=_0x6e36x18[_0xba71[1833]](_0x6e36x2)+_0x6e36x18[_0xba71[117]]/2+this[_0xba71[1868]]+_0x6e36x15+_0x6e36x12[_0xba71[117]]/2,_0x6e36x16= -1):(_0x6e36x15+=_0x6e36x18[_0xba71[117]]+this[_0xba71[1868]],_0x6e36x16--)}};_0x6e36x15=0;_0x6e36x18=1E8;for(_0x6e36x16=_0x6e36x5[_0x6e36xa][_0xba71[1785]]+1;_0x6e36x16<_0x6e36x5[_0xba71[67]];){if(_0x6e36x17=mxCellPath[_0xba71[385]](_0x6e36x3[_0x6e36x16][_0xba71[1841]]()),_0x6e36x17=_0x6e36x9[_0x6e36x17],null!=_0x6e36x17){var _0x6e36x19=_0x6e36x17[_0xba71[246]];_0x6e36x17[_0xba71[1784]]?(_0x6e36x18=_0x6e36x19[_0xba71[1833]](_0x6e36x2)-_0x6e36x19[_0xba71[117]]/2-this[_0xba71[1868]]-_0x6e36x15-_0x6e36x12[_0xba71[117]]/2,_0x6e36x16=_0x6e36x5[_0xba71[67]]):(_0x6e36x15+=_0x6e36x19[_0xba71[117]]+this[_0xba71[1868]],_0x6e36x16++)}};_0x6e36x13>=_0x6e36x14&&_0x6e36x13<=_0x6e36x18?_0x6e36x12[_0xba71[1834]](_0x6e36x2,_0x6e36x13):_0x6e36x13<_0x6e36x14?(_0x6e36x12[_0xba71[1834]](_0x6e36x2,_0x6e36x14),this[_0xba71[1875]]+=_0x6e36x14-_0x6e36x13):_0x6e36x13>_0x6e36x18&&(_0x6e36x12[_0xba71[1834]](_0x6e36x2,_0x6e36x18),this[_0xba71[1875]]+=_0x6e36x13-_0x6e36x18);_0x6e36x5[_0x6e36xa][_0xba71[1784]]= !0}};mxCoordinateAssignment[_0xba71[202]][_0xba71[1898]]=function(_0x6e36x2,_0x6e36x3){for(var _0x6e36x4=0,_0x6e36x5=0;_0x6e36x5<_0x6e36x3[_0xba71[67]];_0x6e36x5++){var _0x6e36x9=_0x6e36x3[_0x6e36x5];_0x6e36x2[_0xba71[1193]]()&&_0x6e36x9[_0xba71[1193]]()?_0x6e36x4++:_0x6e36x4=_0x6e36x2[_0xba71[250]]()&&_0x6e36x9[_0xba71[250]]()?_0x6e36x4+8:_0x6e36x4+2};return _0x6e36x4};mxCoordinateAssignment[_0xba71[202]][_0xba71[1896]]=function(_0x6e36x2,_0x6e36x3){if(0==_0x6e36x2[_0xba71[67]]){return 0};for(var _0x6e36x4=[],_0x6e36x5=0;_0x6e36x5<_0x6e36x2[_0xba71[67]];_0x6e36x5++){_0x6e36x4[_0x6e36x5]=_0x6e36x2[_0x6e36x5][_0xba71[1833]](_0x6e36x3)};_0x6e36x4[_0xba71[470]](function(_0x6e36x2,_0x6e36x3){return _0x6e36x2-_0x6e36x3});if(1==_0x6e36x2[_0xba71[67]]%2){return _0x6e36x4[Math[_0xba71[519]](_0x6e36x2[_0xba71[67]]/2)]};_0x6e36x5=_0x6e36x2[_0xba71[67]]/2;return (_0x6e36x4[_0x6e36x5-1]+_0x6e36x4[_0x6e36x5])/2};mxCoordinateAssignment[_0xba71[202]][_0xba71[1891]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[1899]](_0x6e36x2,_0x6e36x3);for(var _0x6e36x4=this[_0xba71[1876]];0<=_0x6e36x4;_0x6e36x4--){_0x6e36x4<_0x6e36x3[_0xba71[1827]]&&this[_0xba71[1900]](_0x6e36x4,_0x6e36x2,_0x6e36x3)};for(_0x6e36x4=this[_0xba71[1876]]+1;_0x6e36x4<=_0x6e36x3[_0xba71[1827]];_0x6e36x4++){0<_0x6e36x4&&this[_0xba71[1900]](_0x6e36x4,_0x6e36x2,_0x6e36x3)}};mxCoordinateAssignment[_0xba71[202]][_0xba71[1900]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x3=_0x6e36x4[_0xba71[1850]][_0x6e36x2];_0x6e36x4=0;for(var _0x6e36x5=this[_0xba71[1871]]+(this[_0xba71[1879]]-this[_0xba71[1880]][_0x6e36x2])/2,_0x6e36x9=!1,_0x6e36xa=0;_0x6e36xa<_0x6e36x3[_0xba71[67]];_0x6e36xa++){var _0x6e36x12=_0x6e36x3[_0x6e36xa];if(_0x6e36x12[_0xba71[1193]]()){var _0x6e36x13=this[_0xba71[1759]][_0xba71[1726]](_0x6e36x12[_0xba71[246]]);null!=_0x6e36x13?this[_0xba71[1870]]==mxConstants[_0xba71[1358]]||this[_0xba71[1870]]==mxConstants[_0xba71[1354]]?(_0x6e36x12[_0xba71[117]]=_0x6e36x13[_0xba71[117]],_0x6e36x12[_0xba71[119]]=_0x6e36x13[_0xba71[119]]):(_0x6e36x12[_0xba71[117]]=_0x6e36x13[_0xba71[119]],_0x6e36x12[_0xba71[119]]=_0x6e36x13[_0xba71[117]]):_0x6e36x9= !0;_0x6e36x4=Math[_0xba71[160]](_0x6e36x4,_0x6e36x12[_0xba71[119]])}else {_0x6e36x12[_0xba71[250]]()&&(_0x6e36x13=1,null!=_0x6e36x12[_0xba71[1842]]?_0x6e36x13=_0x6e36x12[_0xba71[1842]][_0xba71[67]]:mxLog[_0xba71[283]](_0xba71[1901]),_0x6e36x12[_0xba71[117]]=(_0x6e36x13-1)*this[_0xba71[1872]])};_0x6e36x5+=_0x6e36x12[_0xba71[117]]/2;_0x6e36x12[_0xba71[1835]](_0x6e36x2,_0x6e36x5);_0x6e36x12[_0xba71[1834]](_0x6e36x2,_0x6e36x5);_0x6e36x5+=_0x6e36x12[_0xba71[117]]/2;_0x6e36x5+=this[_0xba71[1868]]};!0==_0x6e36x9&&mxLog[_0xba71[283]](_0xba71[1902])};mxCoordinateAssignment[_0xba71[202]][_0xba71[1899]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=-this[_0xba71[1869]],_0x6e36x5=0;this[_0xba71[1880]]=[];this[_0xba71[1881]]=[];for(var _0x6e36x9=_0x6e36x3[_0xba71[1827]];0<=_0x6e36x9;_0x6e36x9--){for(var _0x6e36xa=0,_0x6e36x12=_0x6e36x3[_0xba71[1850]][_0x6e36x9],_0x6e36x13=this[_0xba71[1871]],_0x6e36x14=!1,_0x6e36x15=0;_0x6e36x15<_0x6e36x12[_0xba71[67]];_0x6e36x15++){var _0x6e36x16=_0x6e36x12[_0x6e36x15];if(_0x6e36x16[_0xba71[1193]]()){var _0x6e36x17=this[_0xba71[1759]][_0xba71[1726]](_0x6e36x16[_0xba71[246]]);null!=_0x6e36x17?this[_0xba71[1870]]==mxConstants[_0xba71[1358]]||this[_0xba71[1870]]==mxConstants[_0xba71[1354]]?(_0x6e36x16[_0xba71[117]]=_0x6e36x17[_0xba71[117]],_0x6e36x16[_0xba71[119]]=_0x6e36x17[_0xba71[119]]):(_0x6e36x16[_0xba71[117]]=_0x6e36x17[_0xba71[119]],_0x6e36x16[_0xba71[119]]=_0x6e36x17[_0xba71[117]]):_0x6e36x14= !0;_0x6e36xa=Math[_0xba71[160]](_0x6e36xa,_0x6e36x16[_0xba71[119]])}else {_0x6e36x16[_0xba71[250]]()&&(_0x6e36x17=1,null!=_0x6e36x16[_0xba71[1842]]?_0x6e36x17=_0x6e36x16[_0xba71[1842]][_0xba71[67]]:mxLog[_0xba71[283]](_0xba71[1901]),_0x6e36x16[_0xba71[117]]=(_0x6e36x17-1)*this[_0xba71[1872]])};_0x6e36x13+=_0x6e36x16[_0xba71[117]]/2;_0x6e36x16[_0xba71[1835]](_0x6e36x9,_0x6e36x13);_0x6e36x16[_0xba71[1834]](_0x6e36x9,_0x6e36x13);_0x6e36x13+=_0x6e36x16[_0xba71[117]]/2;_0x6e36x13+=this[_0xba71[1868]];_0x6e36x13>this[_0xba71[1879]]&&(this[_0xba71[1879]]=_0x6e36x13,this[_0xba71[1876]]=_0x6e36x9);this[_0xba71[1880]][_0x6e36x9]=_0x6e36x13};!0==_0x6e36x14&&mxLog[_0xba71[283]](_0xba71[1902]);this[_0xba71[1881]][_0x6e36x9]=_0x6e36x4;_0x6e36x13=_0x6e36xa/2+_0x6e36x5/2+this[_0xba71[1869]];_0x6e36x5=_0x6e36xa;_0x6e36x4=this[_0xba71[1870]]==mxConstants[_0xba71[1358]]||this[_0xba71[1870]]==mxConstants[_0xba71[1359]]?_0x6e36x4+_0x6e36x13:_0x6e36x4-_0x6e36x13;for(_0x6e36x15=0;_0x6e36x15<_0x6e36x12[_0xba71[67]];_0x6e36x15++){_0x6e36x12[_0x6e36x15][_0xba71[1836]](_0x6e36x9,_0x6e36x4)}}};mxCoordinateAssignment[_0xba71[202]][_0xba71[1894]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=_0x6e36x3[_0xba71[1847]],_0x6e36x5;for(_0x6e36x5 in _0x6e36x4){var _0x6e36x9=_0x6e36x4[_0x6e36x5];if(!(1>_0x6e36x9[_0xba71[1827]]-_0x6e36x9[_0xba71[1828]]-1)){for(var _0x6e36xa=_0x6e36x9[_0xba71[1833]](_0x6e36x9[_0xba71[1828]]+1),_0x6e36x12=!0,_0x6e36x13=0,_0x6e36x14=_0x6e36x9[_0xba71[1828]]+2;_0x6e36x14<_0x6e36x9[_0xba71[1827]];_0x6e36x14++){var _0x6e36x15=_0x6e36x9[_0xba71[1833]](_0x6e36x14);_0x6e36xa!=_0x6e36x15?(_0x6e36x12= !1,_0x6e36xa=_0x6e36x15):_0x6e36x13++};if(!_0x6e36x12){for(var _0x6e36x12=_0x6e36xa=0,_0x6e36x15=[],_0x6e36x16=[],_0x6e36x17=_0x6e36x9[_0xba71[1833]](_0x6e36x9[_0xba71[1828]]+1),_0x6e36x14=_0x6e36x9[_0xba71[1828]]+1;_0x6e36x14<_0x6e36x9[_0xba71[1827]]-1;_0x6e36x14++){var _0x6e36x18=_0x6e36x9[_0xba71[730]](_0x6e36x14+1);_0x6e36x17==_0x6e36x18?(_0x6e36x15[_0x6e36x14-_0x6e36x9[_0xba71[1828]]-1]=_0x6e36x17,_0x6e36xa++):this[_0xba71[1903]](_0x6e36x3,_0x6e36x9,_0x6e36x14+1,_0x6e36x17)?(_0x6e36x15[_0x6e36x14-_0x6e36x9[_0xba71[1828]]-1]=_0x6e36x17,_0x6e36xa++):_0x6e36x17=_0x6e36x15[_0x6e36x14-_0x6e36x9[_0xba71[1828]]-1]=_0x6e36x18};_0x6e36x17=_0x6e36x9[_0xba71[730]](_0x6e36x14);for(_0x6e36x14=_0x6e36x9[_0xba71[1827]]-1;_0x6e36x14>_0x6e36x9[_0xba71[1828]]+1;_0x6e36x14--){_0x6e36x18=_0x6e36x9[_0xba71[730]](_0x6e36x14-1),_0x6e36x17==_0x6e36x18?(_0x6e36x16[_0x6e36x14-_0x6e36x9[_0xba71[1828]]-2]=_0x6e36x17,_0x6e36x12++):this[_0xba71[1903]](_0x6e36x3,_0x6e36x9,_0x6e36x14-1,_0x6e36x17)?(_0x6e36x16[_0x6e36x14-_0x6e36x9[_0xba71[1828]]-2]=_0x6e36x17,_0x6e36x12++):(_0x6e36x16[_0x6e36x14-_0x6e36x9[_0xba71[1828]]-2]=_0x6e36x9[_0xba71[730]](_0x6e36x14-1),_0x6e36x17=_0x6e36x18)};if(_0x6e36x12>_0x6e36x13||_0x6e36xa>_0x6e36x13){if(_0x6e36x12>=_0x6e36xa){for(_0x6e36x14=_0x6e36x9[_0xba71[1827]]-2;_0x6e36x14>_0x6e36x9[_0xba71[1828]];_0x6e36x14--){_0x6e36x9[_0xba71[1835]](_0x6e36x14,_0x6e36x16[_0x6e36x14-_0x6e36x9[_0xba71[1828]]-1])}}else {if(_0x6e36xa>_0x6e36x12){for(_0x6e36x14=_0x6e36x9[_0xba71[1828]]+2;_0x6e36x14<_0x6e36x9[_0xba71[1827]];_0x6e36x14++){_0x6e36x9[_0xba71[1835]](_0x6e36x14,_0x6e36x15[_0x6e36x14-_0x6e36x9[_0xba71[1828]]-2])}}}}}}}};mxCoordinateAssignment[_0xba71[202]][_0xba71[1903]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x2=_0x6e36x2[_0xba71[1850]][_0x6e36x4];for(var _0x6e36x9=-1,_0x6e36xa=0;_0x6e36xa<_0x6e36x2[_0xba71[67]];_0x6e36xa++){if(_0x6e36x3==_0x6e36x2[_0x6e36xa]){_0x6e36x9=_0x6e36xa;break}};if(0>_0x6e36x9){return !1};_0x6e36xa=_0x6e36x3[_0xba71[1833]](_0x6e36x4);if(_0x6e36x5<_0x6e36xa){if(0==_0x6e36x9){return !0};_0x6e36x2=_0x6e36x2[_0x6e36x9-1];_0x6e36x4=_0x6e36x2[_0xba71[1833]](_0x6e36x4);_0x6e36x4=_0x6e36x4+_0x6e36x2[_0xba71[117]]/2+this[_0xba71[1868]]+_0x6e36x3[_0xba71[117]]/2;if(!(_0x6e36x4<=_0x6e36x5)){return !1}}else {if(_0x6e36x5>_0x6e36xa){if(_0x6e36x9==_0x6e36x2[_0xba71[67]]-1){return !0};_0x6e36x2=_0x6e36x2[_0x6e36x9+1];_0x6e36x4=_0x6e36x2[_0xba71[1833]](_0x6e36x4);_0x6e36x4=_0x6e36x4-_0x6e36x2[_0xba71[117]]/2-this[_0xba71[1868]]-_0x6e36x3[_0xba71[117]]/2;if(!(_0x6e36x4>=_0x6e36x5)){return !1}}};return !0};mxCoordinateAssignment[_0xba71[202]][_0xba71[1895]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[1877]]=[];this[_0xba71[1878]]=[];for(var _0x6e36x4=0;_0x6e36x4<_0x6e36x3[_0xba71[1850]][_0xba71[67]];_0x6e36x4++){this[_0xba71[1877]][_0x6e36x4]=Number[_0xba71[1904]],this[_0xba71[1878]][_0x6e36x4]=0};_0x6e36x4=null;this[_0xba71[1759]][_0xba71[1735]]&&(_0x6e36x4={});var _0x6e36x5=_0x6e36x3[_0xba71[1847]],_0x6e36x9=_0x6e36x3[_0xba71[1846]],_0x6e36xa;for(_0x6e36xa in _0x6e36x9){var _0x6e36x12=_0x6e36x9[_0x6e36xa];this[_0xba71[1725]](_0x6e36x12);if(this[_0xba71[1759]][_0xba71[1735]]){var _0x6e36x12=_0x6e36x2[_0xba71[251]][_0xba71[1197]](_0x6e36x12[_0xba71[246]]),_0x6e36x13=mxCellPath[_0xba71[385]](_0x6e36x12);null==_0x6e36x4[_0x6e36x13]&&(_0x6e36x4[_0x6e36x13]=_0x6e36x12)}};this[_0xba71[1759]][_0xba71[1735]]&&null!=_0x6e36x4&&this[_0xba71[1763]](_0x6e36x4);(this[_0xba71[675]]==mxHierarchicalEdgeStyle[_0xba71[1905]]||this[_0xba71[675]]==mxHierarchicalEdgeStyle[_0xba71[1883]]||this[_0xba71[675]]==mxHierarchicalEdgeStyle[_0xba71[1906]])&&this[_0xba71[1764]](_0x6e36x3);for(_0x6e36xa in _0x6e36x5){this[_0xba71[1907]](_0x6e36x5[_0x6e36xa])}};mxCoordinateAssignment[_0xba71[202]][_0xba71[1763]]=function(_0x6e36x2){var _0x6e36x3=[],_0x6e36x4;for(_0x6e36x4 in _0x6e36x2){_0x6e36x3[_0xba71[207]](_0x6e36x2[_0x6e36x4])};this[_0xba71[1759]][_0xba71[1727]](mxUtils[_0xba71[1779]](_0x6e36x3,!0),this[_0xba71[1745]])};mxCoordinateAssignment[_0xba71[202]][_0xba71[1764]]=function(_0x6e36x2){for(var _0x6e36x3=0;_0x6e36x3<_0x6e36x2[_0xba71[1850]][_0xba71[67]];_0x6e36x3++){for(var _0x6e36x4=_0x6e36x2[_0xba71[1850]][_0x6e36x3],_0x6e36x5=0;_0x6e36x5<_0x6e36x4[_0xba71[67]];_0x6e36x5++){var _0x6e36x9=_0x6e36x4[_0x6e36x5];if(_0x6e36x9[_0xba71[1193]]()){for(var _0x6e36xa=_0x6e36x9[_0xba71[1832]](_0x6e36x3),_0x6e36x12=_0x6e36x3-1,_0x6e36x13=0;2>_0x6e36x13;_0x6e36x13++){if(-1<_0x6e36x12&&_0x6e36x12<_0x6e36x2[_0xba71[1850]][_0xba71[67]]&&null!=_0x6e36xa&&0<_0x6e36xa[_0xba71[67]]){for(var _0x6e36x14=[],_0x6e36x15=0;_0x6e36x15<_0x6e36xa[_0xba71[67]];_0x6e36x15++){var _0x6e36x16= new WeightedCellSorter(_0x6e36xa[_0x6e36x15],_0x6e36xa[_0x6e36x15][_0xba71[730]](_0x6e36x12));_0x6e36x14[_0xba71[207]](_0x6e36x16)};_0x6e36x14[_0xba71[470]](WeightedCellSorter[_0xba71[202]][_0xba71[469]]);for(var _0x6e36x16=_0x6e36x9[_0xba71[235]][0]-_0x6e36x9[_0xba71[117]]/2,_0x6e36x17=_0x6e36x16+_0x6e36x9[_0xba71[117]],_0x6e36x18=_0x6e36xa=0,_0x6e36x12=[],_0x6e36x15=0;_0x6e36x15<_0x6e36x14[_0xba71[67]];_0x6e36x15++){var _0x6e36x19=_0x6e36x14[_0x6e36x15][_0xba71[246]],_0x6e36x1a;if(_0x6e36x19[_0xba71[1193]]()){_0x6e36x1a=0==_0x6e36x13?_0x6e36x9[_0xba71[1838]]:_0x6e36x9[_0xba71[1837]];for(var _0x6e36x1b=0;_0x6e36x1b<_0x6e36x1a[_0xba71[67]];_0x6e36x1b++){if(_0x6e36x1a[_0x6e36x1b][_0xba71[1097]]==_0x6e36x19||_0x6e36x1a[_0x6e36x1b][_0xba71[772]]==_0x6e36x19){_0x6e36xa+=_0x6e36x1a[_0x6e36x1b][_0xba71[1842]][_0xba71[67]],_0x6e36x18++,_0x6e36x12[_0xba71[207]](_0x6e36x1a[_0x6e36x1b])}}}else {_0x6e36xa+=_0x6e36x19[_0xba71[1842]][_0xba71[67]],_0x6e36x18++,_0x6e36x12[_0xba71[207]](_0x6e36x19)}};_0x6e36x9[_0xba71[117]]>(_0x6e36xa+1)*this[_0xba71[1751]]+2*this[_0xba71[1751]]&&(_0x6e36x16+=this[_0xba71[1751]],_0x6e36x17-=this[_0xba71[1751]]);_0x6e36x14=(_0x6e36x17-_0x6e36x16)/_0x6e36xa;_0x6e36x16+=_0x6e36x14/2;_0x6e36x17=this[_0xba71[1753]]-this[_0xba71[1752]];for(_0x6e36x15=_0x6e36x18=0;_0x6e36x15<_0x6e36x12[_0xba71[67]];_0x6e36x15++){_0x6e36x19=_0x6e36x12[_0x6e36x15][_0xba71[1842]][_0xba71[67]];_0x6e36x1b=mxCellPath[_0xba71[385]](_0x6e36x12[_0x6e36x15][_0xba71[1842]][0]);_0x6e36x1a=this[_0xba71[1873]][_0x6e36x1b];null==_0x6e36x1a&&(_0x6e36x1a=[],this[_0xba71[1873]][_0x6e36x1b]=_0x6e36x1a);_0x6e36x15<_0x6e36xa/2?_0x6e36x17+=this[_0xba71[1752]]:_0x6e36x15>_0x6e36xa/2&&(_0x6e36x17-=this[_0xba71[1752]]);for(_0x6e36x1b=0;_0x6e36x1b<_0x6e36x19;_0x6e36x1b++){_0x6e36x1a[4*_0x6e36x1b+2*_0x6e36x13]=_0x6e36x16,_0x6e36x16+=_0x6e36x14,_0x6e36x1a[4*_0x6e36x1b+2*_0x6e36x13+1]=_0x6e36x17};_0x6e36x18=Math[_0xba71[160]](_0x6e36x18,_0x6e36x17)}};_0x6e36xa=_0x6e36x9[_0xba71[1831]](_0x6e36x3);_0x6e36x12=_0x6e36x3+1}}}}};mxCoordinateAssignment[_0xba71[202]][_0xba71[1907]]=function(_0x6e36x2){var _0x6e36x3=0;if(101207!=_0x6e36x2[_0xba71[1826]][0]){var _0x6e36x4=_0x6e36x2[_0xba71[1827]],_0x6e36x5=_0x6e36x2[_0xba71[1828]];_0x6e36x4==_0x6e36x5&&(_0x6e36x4=_0x6e36x2[_0xba71[1097]][_0xba71[1827]],_0x6e36x5=_0x6e36x2[_0xba71[772]][_0xba71[1828]]);for(var _0x6e36x9=0,_0x6e36xa=mxCellPath[_0xba71[385]](_0x6e36x2[_0xba71[1842]][0]),_0x6e36xa=this[_0xba71[1873]][_0x6e36xa],_0x6e36x12=_0x6e36x2[_0xba71[1843]]?_0x6e36x2[_0xba71[772]][_0xba71[246]]:_0x6e36x2[_0xba71[1097]][_0xba71[246]],_0x6e36x13=this[_0xba71[1759]][_0xba71[1179]],_0x6e36x14=0;_0x6e36x14<_0x6e36x2[_0xba71[1842]][_0xba71[67]];_0x6e36x14++){var _0x6e36x15=_0x6e36x2[_0xba71[1842]][_0x6e36x14],_0x6e36x16=this[_0xba71[1759]][_0xba71[1710]](_0x6e36x15,!0),_0x6e36x17=_0x6e36x13[_0xba71[251]][_0xba71[1709]](_0x6e36x15,!0),_0x6e36x18=[],_0x6e36x19=_0x6e36x2[_0xba71[1843]];_0x6e36x16!=_0x6e36x12&&(_0x6e36x19= !_0x6e36x19);if(null!=_0x6e36xa){var _0x6e36x1a=_0x6e36x19?2:0,_0x6e36x1b=_0x6e36x19?this[_0xba71[1877]][_0x6e36x5]:this[_0xba71[1878]][_0x6e36x4],_0x6e36x1c=_0x6e36xa[4*_0x6e36x9+1+_0x6e36x1a];_0x6e36x19&&(_0x6e36x1c= -_0x6e36x1c);_0x6e36x1b+=_0x6e36x1c;_0x6e36x1a=_0x6e36xa[4*_0x6e36x9+_0x6e36x1a];_0x6e36x17=_0x6e36x13[_0xba71[251]][_0xba71[1709]](_0x6e36x15,!0);this[_0xba71[1759]][_0xba71[1908]](_0x6e36x17)&&_0x6e36x13[_0xba71[251]][_0xba71[1197]](_0x6e36x17)==_0x6e36x16&&(_0x6e36x1a=_0x6e36x13[_0xba71[441]][_0xba71[248]](_0x6e36x17),_0x6e36x1a=null!=_0x6e36x1a?_0x6e36x1a[_0xba71[235]]:_0x6e36x16[_0xba71[256]][_0xba71[235]]+_0x6e36x2[_0xba71[1097]][_0xba71[117]]*_0x6e36x17[_0xba71[256]][_0xba71[235]]);this[_0xba71[1870]]==mxConstants[_0xba71[1358]]||this[_0xba71[1870]]==mxConstants[_0xba71[1354]]?(_0x6e36x18[_0xba71[207]]( new mxPoint(_0x6e36x1a,_0x6e36x1b)),this[_0xba71[675]]==mxHierarchicalEdgeStyle[_0xba71[1906]]&&_0x6e36x18[_0xba71[207]]( new mxPoint(_0x6e36x1a,_0x6e36x1b+_0x6e36x1c))):(_0x6e36x18[_0xba71[207]]( new mxPoint(_0x6e36x1b,_0x6e36x1a)),this[_0xba71[675]]==mxHierarchicalEdgeStyle[_0xba71[1906]]&&_0x6e36x18[_0xba71[207]]( new mxPoint(_0x6e36x1b+_0x6e36x1c,_0x6e36x1a)))};_0x6e36x1a=_0x6e36x2[_0xba71[235]][_0xba71[67]]-1;_0x6e36x1b=_0x6e36x1c= -1;_0x6e36x16=_0x6e36x2[_0xba71[1827]]-1;_0x6e36x19&&(_0x6e36x1a=0,_0x6e36x1c=_0x6e36x2[_0xba71[235]][_0xba71[67]],_0x6e36x1b=1,_0x6e36x16=_0x6e36x2[_0xba71[1828]]+1);for(;_0x6e36x2[_0xba71[1827]]!=_0x6e36x2[_0xba71[1828]]&&_0x6e36x1a!=_0x6e36x1c;_0x6e36x1a+=_0x6e36x1b){var _0x6e36x17=_0x6e36x2[_0xba71[235]][_0x6e36x1a]+_0x6e36x3,_0x6e36x1d=(this[_0xba71[1877]][_0x6e36x16]+this[_0xba71[1878]][_0x6e36x16+1])/2,_0x6e36x1e=(this[_0xba71[1877]][_0x6e36x16-1]+this[_0xba71[1878]][_0x6e36x16])/2;if(_0x6e36x19){var _0x6e36x1f=_0x6e36x1d,_0x6e36x1d=_0x6e36x1e,_0x6e36x1e=_0x6e36x1f};this[_0xba71[1870]]==mxConstants[_0xba71[1358]]||this[_0xba71[1870]]==mxConstants[_0xba71[1354]]?(_0x6e36x18[_0xba71[207]]( new mxPoint(_0x6e36x17,_0x6e36x1d)),_0x6e36x18[_0xba71[207]]( new mxPoint(_0x6e36x17,_0x6e36x1e))):(_0x6e36x18[_0xba71[207]]( new mxPoint(_0x6e36x1d,_0x6e36x17)),_0x6e36x18[_0xba71[207]]( new mxPoint(_0x6e36x1e,_0x6e36x17)));this[_0xba71[1874]]=Math[_0xba71[160]](this[_0xba71[1874]],_0x6e36x17);_0x6e36x16+=_0x6e36x1b};null!=_0x6e36xa&&(_0x6e36x1a=_0x6e36x19?2:0,_0x6e36x1b=_0x6e36x19?this[_0xba71[1878]][_0x6e36x4]:this[_0xba71[1877]][_0x6e36x5],_0x6e36x1c=_0x6e36xa[4*_0x6e36x9+3-_0x6e36x1a],_0x6e36x19&&(_0x6e36x1c= -_0x6e36x1c),_0x6e36x1b-=_0x6e36x1c,_0x6e36x1a=_0x6e36xa[4*_0x6e36x9+2-_0x6e36x1a],_0x6e36x19=_0x6e36x13[_0xba71[251]][_0xba71[1709]](_0x6e36x15,!1),_0x6e36x16=this[_0xba71[1759]][_0xba71[1710]](_0x6e36x15,!1),this[_0xba71[1759]][_0xba71[1908]](_0x6e36x19)&&_0x6e36x13[_0xba71[251]][_0xba71[1197]](_0x6e36x19)==_0x6e36x16&&(_0x6e36x1a=_0x6e36x13[_0xba71[441]][_0xba71[248]](_0x6e36x19),_0x6e36x1a=null!=_0x6e36x1a?_0x6e36x1a[_0xba71[235]]:_0x6e36x16[_0xba71[256]][_0xba71[235]]+_0x6e36x2[_0xba71[772]][_0xba71[117]]*_0x6e36x19[_0xba71[256]][_0xba71[235]]),this[_0xba71[1870]]==mxConstants[_0xba71[1358]]||this[_0xba71[1870]]==mxConstants[_0xba71[1354]]?(this[_0xba71[675]]==mxHierarchicalEdgeStyle[_0xba71[1906]]&&_0x6e36x18[_0xba71[207]]( new mxPoint(_0x6e36x1a,_0x6e36x1b-_0x6e36x1c)),_0x6e36x18[_0xba71[207]]( new mxPoint(_0x6e36x1a,_0x6e36x1b))):(this[_0xba71[675]]==mxHierarchicalEdgeStyle[_0xba71[1906]]&&_0x6e36x18[_0xba71[207]]( new mxPoint(_0x6e36x1b-_0x6e36x1c,_0x6e36x1a)),_0x6e36x18[_0xba71[207]]( new mxPoint(_0x6e36x1b,_0x6e36x1a))));_0x6e36x2[_0xba71[1843]]&&this[_0xba71[1909]](_0x6e36x2,_0x6e36x15);this[_0xba71[1759]][_0xba71[1722]](_0x6e36x15,_0x6e36x18);_0x6e36x3=0==_0x6e36x3?this[_0xba71[1872]]:0<_0x6e36x3?-_0x6e36x3:-_0x6e36x3+this[_0xba71[1872]];_0x6e36x9++};_0x6e36x2[_0xba71[1826]][0]=101207}};mxCoordinateAssignment[_0xba71[202]][_0xba71[1725]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[246]],_0x6e36x4=_0x6e36x2[_0xba71[235]][0]-_0x6e36x2[_0xba71[117]]/2,_0x6e36x5=_0x6e36x2[_0xba71[236]][0]-_0x6e36x2[_0xba71[119]]/2;this[_0xba71[1877]][_0x6e36x2[_0xba71[1828]]]=Math[_0xba71[243]](this[_0xba71[1877]][_0x6e36x2[_0xba71[1828]]],_0x6e36x5);this[_0xba71[1878]][_0x6e36x2[_0xba71[1828]]]=Math[_0xba71[160]](this[_0xba71[1878]][_0x6e36x2[_0xba71[1828]]],_0x6e36x5+_0x6e36x2[_0xba71[119]]);this[_0xba71[1870]]==mxConstants[_0xba71[1358]]||this[_0xba71[1870]]==mxConstants[_0xba71[1354]]?this[_0xba71[1759]][_0xba71[1725]](_0x6e36x3,_0x6e36x4,_0x6e36x5):this[_0xba71[1759]][_0xba71[1725]](_0x6e36x3,_0x6e36x5,_0x6e36x4);this[_0xba71[1874]]=Math[_0xba71[160]](this[_0xba71[1874]],_0x6e36x4+_0x6e36x2[_0xba71[117]])};mxCoordinateAssignment[_0xba71[202]][_0xba71[1909]]=function(_0x6e36x2,_0x6e36x3){};function WeightedCellSorter(_0x6e36x2,_0x6e36x3){this[_0xba71[246]]=_0x6e36x2;this[_0xba71[1782]]=_0x6e36x3}WeightedCellSorter[_0xba71[202]][_0xba71[1782]]=0;WeightedCellSorter[_0xba71[202]][_0xba71[1783]]= !1;WeightedCellSorter[_0xba71[202]][_0xba71[1784]]= !1;WeightedCellSorter[_0xba71[202]][_0xba71[1785]]=null;WeightedCellSorter[_0xba71[202]][_0xba71[246]]=null;WeightedCellSorter[_0xba71[202]][_0xba71[469]]=function(_0x6e36x2,_0x6e36x3){return null!=_0x6e36x2&&null!=_0x6e36x3?_0x6e36x3[_0xba71[1782]]>_0x6e36x2[_0xba71[1782]]?-1:_0x6e36x3[_0xba71[1782]]<_0x6e36x2[_0xba71[1782]]?1:_0x6e36x3[_0xba71[1783]]?-1:1:0};function mxHierarchicalLayout(_0x6e36x2,_0x6e36x3,_0x6e36x4){mxGraphLayout[_0xba71[239]](this,_0x6e36x2);this[_0xba71[1870]]=null!=_0x6e36x3?_0x6e36x3:mxConstants[_0xba71[1358]];this[_0xba71[1910]]=null!=_0x6e36x4?_0x6e36x4:!0}mxHierarchicalLayout[_0xba71[202]]= new mxGraphLayout;mxHierarchicalLayout[_0xba71[202]][_0xba71[196]]=mxHierarchicalLayout;mxHierarchicalLayout[_0xba71[202]][_0xba71[1845]]=null;mxHierarchicalLayout[_0xba71[202]][_0xba71[1735]]= !1;mxHierarchicalLayout[_0xba71[202]][_0xba71[1911]]= !1;mxHierarchicalLayout[_0xba71[202]][_0xba71[1912]]=0;mxHierarchicalLayout[_0xba71[202]][_0xba71[1868]]=30;mxHierarchicalLayout[_0xba71[202]][_0xba71[1869]]=100;mxHierarchicalLayout[_0xba71[202]][_0xba71[1913]]=60;mxHierarchicalLayout[_0xba71[202]][_0xba71[1872]]=10;mxHierarchicalLayout[_0xba71[202]][_0xba71[1870]]=mxConstants[_0xba71[1358]];mxHierarchicalLayout[_0xba71[202]][_0xba71[1882]]= !0;mxHierarchicalLayout[_0xba71[202]][_0xba71[1844]]= !0;mxHierarchicalLayout[_0xba71[202]][_0xba71[1787]]= !0;mxHierarchicalLayout[_0xba71[202]][_0xba71[1914]]= !0;mxHierarchicalLayout[_0xba71[202]][_0xba71[251]]=null;mxHierarchicalLayout[_0xba71[202]][_0xba71[1915]]=null;mxHierarchicalLayout[_0xba71[202]][_0xba71[502]]=function(){return this[_0xba71[251]]};mxHierarchicalLayout[_0xba71[202]][_0xba71[350]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[1101]]=_0x6e36x2;var _0x6e36x4=this[_0xba71[1179]][_0xba71[251]];this[_0xba71[1915]]={};if(!(null==_0x6e36x3&&null==_0x6e36x2)){if(null!=_0x6e36x3&&null!=_0x6e36x2){for(var _0x6e36x5=[],_0x6e36x9=0;_0x6e36x9<_0x6e36x3[_0xba71[67]];_0x6e36x9++){_0x6e36x4[_0xba71[1720]](_0x6e36x2,_0x6e36x3[_0x6e36x9])&&_0x6e36x5[_0xba71[207]](_0x6e36x3[_0x6e36x9])};this[_0xba71[1845]]=_0x6e36x5}else {this[_0xba71[1845]]=_0x6e36x3};_0x6e36x4[_0xba71[473]]();try{this[_0xba71[1916]](_0x6e36x2),this[_0xba71[1735]]&&!this[_0xba71[1179]][_0xba71[1742]](_0x6e36x2)&&this[_0xba71[1179]][_0xba71[1917]]([_0x6e36x2],this[_0xba71[1912]],this[_0xba71[1911]])}finally{_0x6e36x4[_0xba71[476]]()}}};mxHierarchicalLayout[_0xba71[202]][_0xba71[1918]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=[];if(null!=_0x6e36x2&&null!=_0x6e36x3){var _0x6e36x5=this[_0xba71[1179]][_0xba71[251]],_0x6e36x9=null,_0x6e36xa=-1E5,_0x6e36x12;for(_0x6e36x12 in _0x6e36x3){var _0x6e36x13=_0x6e36x3[_0x6e36x12];if(_0x6e36x5[_0xba71[1193]](_0x6e36x13)&&this[_0xba71[1179]][_0xba71[1714]](_0x6e36x13)){for(var _0x6e36x14=this[_0xba71[264]](_0x6e36x13),_0x6e36x15=0,_0x6e36x16=0,_0x6e36x17=0;_0x6e36x17<_0x6e36x14[_0xba71[67]];_0x6e36x17++){this[_0xba71[1710]](_0x6e36x14[_0x6e36x17],!0)==_0x6e36x13?_0x6e36x15++:_0x6e36x16++};0==_0x6e36x16&&0<_0x6e36x15&&_0x6e36x4[_0xba71[207]](_0x6e36x13);_0x6e36x14=_0x6e36x15-_0x6e36x16;_0x6e36x14>_0x6e36xa&&(_0x6e36xa=_0x6e36x14,_0x6e36x9=_0x6e36x13)}};0==_0x6e36x4[_0xba71[67]]&&null!=_0x6e36x9&&_0x6e36x4[_0xba71[207]](_0x6e36x9)};return _0x6e36x4};mxHierarchicalLayout[_0xba71[202]][_0xba71[264]]=function(_0x6e36x2){var _0x6e36x3=mxCellPath[_0xba71[385]](_0x6e36x2);if(null!=this[_0xba71[1915]][_0x6e36x3]){return this[_0xba71[1915]][_0x6e36x3]};for(var _0x6e36x4=this[_0xba71[1179]][_0xba71[251]],_0x6e36x5=[],_0x6e36x9=this[_0xba71[1179]][_0xba71[1742]](_0x6e36x2),_0x6e36xa=_0x6e36x4[_0xba71[262]](_0x6e36x2),_0x6e36x12=0;_0x6e36x12<_0x6e36xa;_0x6e36x12++){var _0x6e36x13=_0x6e36x4[_0xba71[263]](_0x6e36x2,_0x6e36x12);if(this[_0xba71[1908]](_0x6e36x13)){_0x6e36x5=_0x6e36x5[_0xba71[1919]](_0x6e36x4[_0xba71[264]](_0x6e36x13,!0,!0))}else {if(_0x6e36x9||!this[_0xba71[1179]][_0xba71[1714]](_0x6e36x13)){_0x6e36x5=_0x6e36x5[_0xba71[1919]](_0x6e36x4[_0xba71[264]](_0x6e36x13,!0,!0))}}};_0x6e36x5=_0x6e36x5[_0xba71[1919]](_0x6e36x4[_0xba71[264]](_0x6e36x2,!0,!0));_0x6e36x4=[];for(_0x6e36x12=0;_0x6e36x12<_0x6e36x5[_0xba71[67]];_0x6e36x12++){_0x6e36x9=this[_0xba71[1710]](_0x6e36x5[_0x6e36x12],!0),_0x6e36xa=this[_0xba71[1710]](_0x6e36x5[_0x6e36x12],!1),(_0x6e36x9==_0x6e36xa||_0x6e36x9!=_0x6e36xa&&(_0x6e36xa==_0x6e36x2&&(null==this[_0xba71[1101]]||this[_0xba71[1179]][_0xba71[1920]](_0x6e36x9,this[_0xba71[1101]],this[_0xba71[1914]]))||_0x6e36x9==_0x6e36x2&&(null==this[_0xba71[1101]]||this[_0xba71[1179]][_0xba71[1920]](_0x6e36xa,this[_0xba71[1101]],this[_0xba71[1914]]))))&&_0x6e36x4[_0xba71[207]](_0x6e36x5[_0x6e36x12])};return this[_0xba71[1915]][_0x6e36x3]=_0x6e36x4};mxHierarchicalLayout[_0xba71[202]][_0xba71[1710]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1179]][_0xba71[441]][_0xba71[248]](_0x6e36x2),_0x6e36x4=null!=_0x6e36x4?_0x6e36x4[_0xba71[1710]](_0x6e36x3):this[_0xba71[1179]][_0xba71[441]][_0xba71[1710]](_0x6e36x2,_0x6e36x3);this[_0xba71[1908]](_0x6e36x4)&&(_0x6e36x4=this[_0xba71[1179]][_0xba71[251]][_0xba71[1197]](_0x6e36x4));return _0x6e36x4};mxHierarchicalLayout[_0xba71[202]][_0xba71[1916]]=function(_0x6e36x2){var _0x6e36x3=[],_0x6e36x4=[];if(null==this[_0xba71[1845]]&&null!=_0x6e36x2){var _0x6e36x5={};this[_0xba71[1921]](_0x6e36x2,_0x6e36x5);this[_0xba71[1845]]=[];var _0x6e36x9=!0,_0x6e36xa;for(_0x6e36xa in _0x6e36x5){if(null!=_0x6e36x5[_0x6e36xa]){_0x6e36x9= !1;break}};for(;!_0x6e36x9;){for(var _0x6e36x12=this[_0xba71[1918]](_0x6e36x2,_0x6e36x5),_0x6e36x9=0;_0x6e36x9<_0x6e36x12[_0xba71[67]];_0x6e36x9++){var _0x6e36x13=[];_0x6e36x3[_0xba71[207]](_0x6e36x13);this[_0xba71[1706]](_0x6e36x12[_0x6e36x9],!0,null,_0x6e36x4,_0x6e36x13,_0x6e36x3,_0x6e36x5)};for(_0x6e36x9=0;_0x6e36x9<_0x6e36x12[_0xba71[67]];_0x6e36x9++){this[_0xba71[1845]][_0xba71[207]](_0x6e36x12[_0x6e36x9])};_0x6e36x9= !0;for(_0x6e36xa in _0x6e36x5){if(null!=_0x6e36x5[_0x6e36xa]){_0x6e36x9= !1;break}}}}else {for(_0x6e36x9=0;_0x6e36x9<roots[_0xba71[67]];_0x6e36x9++){_0x6e36x13=[],_0x6e36x3[_0xba71[207]](_0x6e36x13),traverse(roots[_0xba71[203]](_0x6e36x9),!0,null,_0x6e36x4,_0x6e36x13,_0x6e36x3,null)}};for(_0x6e36x9=_0x6e36x4=0;_0x6e36x9<_0x6e36x3[_0xba71[67]];_0x6e36x9++){_0x6e36x13=_0x6e36x3[_0x6e36x9];_0x6e36x5=[];for(_0x6e36xa in _0x6e36x13){_0x6e36x5[_0xba71[207]](_0x6e36x13[_0x6e36xa])};this[_0xba71[251]]= new mxGraphHierarchyModel(this,_0x6e36x5,this[_0xba71[1845]],_0x6e36x2,this[_0xba71[1844]]);this[_0xba71[1922]](_0x6e36x2);this[_0xba71[1923]]();this[_0xba71[1924]](_0x6e36x2);_0x6e36x4=this[_0xba71[1925]](_0x6e36x4,_0x6e36x2)}};mxHierarchicalLayout[_0xba71[202]][_0xba71[1921]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1179]][_0xba71[251]];_0x6e36x4[_0xba71[1193]](_0x6e36x2)&&(_0x6e36x2!=this[_0xba71[1101]]&&this[_0xba71[1179]][_0xba71[1714]](_0x6e36x2))&&(_0x6e36x3[mxCellPath[_0xba71[385]](_0x6e36x2)]=_0x6e36x2);if(this[_0xba71[1914]]||_0x6e36x2==this[_0xba71[1101]]&&this[_0xba71[1179]][_0xba71[1714]](_0x6e36x2)){for(var _0x6e36x5=_0x6e36x4[_0xba71[262]](_0x6e36x2),_0x6e36x9=0;_0x6e36x9<_0x6e36x5;_0x6e36x9++){var _0x6e36xa=_0x6e36x4[_0xba71[263]](_0x6e36x2,_0x6e36x9);this[_0xba71[1908]](_0x6e36xa)||this[_0xba71[1921]](_0x6e36xa,_0x6e36x3)}}};mxHierarchicalLayout[_0xba71[202]][_0xba71[1908]]=function(_0x6e36x2){return _0x6e36x2[_0xba71[256]][_0xba71[1500]]?!0:!1};mxHierarchicalLayout[_0xba71[202]][_0xba71[1781]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:!1;for(var _0x6e36x5=this[_0xba71[264]](_0x6e36x2),_0x6e36x9=[],_0x6e36xa=0;_0x6e36xa<_0x6e36x5[_0xba71[67]];_0x6e36xa++){var _0x6e36x12=this[_0xba71[1710]](_0x6e36x5[_0x6e36xa],!0),_0x6e36x13=this[_0xba71[1710]](_0x6e36x5[_0x6e36xa],!1);(_0x6e36x12==_0x6e36x2&&_0x6e36x13==_0x6e36x3||!_0x6e36x4&&_0x6e36x12==_0x6e36x3&&_0x6e36x13==_0x6e36x2)&&_0x6e36x9[_0xba71[207]](_0x6e36x5[_0x6e36xa])};return _0x6e36x9};mxHierarchicalLayout[_0xba71[202]][_0xba71[1706]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12){if(null!=_0x6e36x2&&null!=_0x6e36x5){var _0x6e36x13=mxCellPath[_0xba71[385]](_0x6e36x2);if(null==_0x6e36x5[_0x6e36x13]&&(null==_0x6e36x12||null!=_0x6e36x12[_0x6e36x13])){null==_0x6e36x9[_0x6e36x13]&&(_0x6e36x9[_0x6e36x13]=_0x6e36x2);null==_0x6e36x5[_0x6e36x13]&&(_0x6e36x5[_0x6e36x13]=_0x6e36x2);delete _0x6e36x12[_0x6e36x13];var _0x6e36x14=this[_0xba71[264]](_0x6e36x2);for(_0x6e36x4=0;_0x6e36x4<_0x6e36x14[_0xba71[67]];_0x6e36x4++){if(_0x6e36x13=this[_0xba71[1710]](_0x6e36x14[_0x6e36x4],!0)==_0x6e36x2,!_0x6e36x3||_0x6e36x13){_0x6e36x13=this[_0xba71[1710]](_0x6e36x14[_0x6e36x4],!_0x6e36x13),_0x6e36x9=this[_0xba71[1706]](_0x6e36x13,_0x6e36x3,_0x6e36x14[_0x6e36x4],_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12)}}}else {if(null==_0x6e36x9[_0x6e36x13]){for(_0x6e36x4=0;_0x6e36x4<_0x6e36xa[_0xba71[67]];_0x6e36x4++){if(_0x6e36x2=_0x6e36xa[_0x6e36x4],null!=_0x6e36x2[_0x6e36x13]){for(_0x6e36x14 in _0x6e36x9){_0x6e36x2[_0x6e36x14]=_0x6e36x9[_0x6e36x14]};_0x6e36xa[_0xba71[1242]]();return _0x6e36x2}}}}};return _0x6e36x9};mxHierarchicalLayout[_0xba71[202]][_0xba71[1922]]=function(_0x6e36x2){( new mxMinimumCycleRemover(this))[_0xba71[350]](_0x6e36x2)};mxHierarchicalLayout[_0xba71[202]][_0xba71[1923]]=function(){this[_0xba71[251]][_0xba71[1852]]();this[_0xba71[251]][_0xba71[1854]]()};mxHierarchicalLayout[_0xba71[202]][_0xba71[1924]]=function(_0x6e36x2){( new mxMedianHybridCrossingReduction(this))[_0xba71[350]](_0x6e36x2)};mxHierarchicalLayout[_0xba71[202]][_0xba71[1925]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4= new mxCoordinateAssignment(this,this[_0xba71[1868]],this[_0xba71[1869]],this[_0xba71[1870]],_0x6e36x2,this[_0xba71[1872]]);_0x6e36x4[_0xba71[1882]]=this[_0xba71[1882]];_0x6e36x4[_0xba71[350]](_0x6e36x3);return _0x6e36x4[_0xba71[1874]]+this[_0xba71[1913]]};function mxGraphModel(_0x6e36x2){this[_0xba71[1926]]=this[_0xba71[1096]]();null!=_0x6e36x2?this[_0xba71[1927]](_0x6e36x2):this[_0xba71[200]]()}mxGraphModel[_0xba71[202]]= new mxEventSource;mxGraphModel[_0xba71[202]][_0xba71[196]]=mxGraphModel;mxGraphModel[_0xba71[202]][_0xba71[813]]=null;mxGraphModel[_0xba71[202]][_0xba71[895]]=null;mxGraphModel[_0xba71[202]][_0xba71[1928]]= !0;mxGraphModel[_0xba71[202]][_0xba71[1929]]= !0;mxGraphModel[_0xba71[202]][_0xba71[1089]]=_0xba71[110];mxGraphModel[_0xba71[202]][_0xba71[1930]]=_0xba71[110];mxGraphModel[_0xba71[202]][_0xba71[1931]]=0;mxGraphModel[_0xba71[202]][_0xba71[1926]]=null;mxGraphModel[_0xba71[202]][_0xba71[1932]]=0;mxGraphModel[_0xba71[202]][_0xba71[1933]]= !1;mxGraphModel[_0xba71[202]][_0xba71[200]]=function(){this[_0xba71[1927]](this[_0xba71[1934]]())};mxGraphModel[_0xba71[202]][_0xba71[1935]]=function(){return this[_0xba71[1929]]};mxGraphModel[_0xba71[202]][_0xba71[1936]]=function(_0x6e36x2){this[_0xba71[1929]]=_0x6e36x2};mxGraphModel[_0xba71[202]][_0xba71[1934]]=function(){var _0x6e36x2= new mxCell;_0x6e36x2[_0xba71[1937]]( new mxCell);return _0x6e36x2};mxGraphModel[_0xba71[202]][_0xba71[736]]=function(_0x6e36x2){return null!=this[_0xba71[895]]?this[_0xba71[895]][_0x6e36x2]:null};mxGraphModel[_0xba71[202]][_0xba71[1938]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=null;if(null!=_0x6e36x2){for(var _0x6e36x4=[],_0x6e36x5=0;_0x6e36x5<_0x6e36x2[_0xba71[67]];_0x6e36x5++){_0x6e36x3(_0x6e36x2[_0x6e36x5])&&_0x6e36x4[_0xba71[207]](_0x6e36x2[_0x6e36x5])}};return _0x6e36x4};mxGraphModel[_0xba71[202]][_0xba71[1939]]=function(_0x6e36x2){return this[_0xba71[1921]](null,_0x6e36x2)};mxGraphModel[_0xba71[202]][_0xba71[1921]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=[];_0x6e36x3=_0x6e36x3||this[_0xba71[501]]();(null==_0x6e36x2||_0x6e36x2(_0x6e36x3))&&_0x6e36x4[_0xba71[207]](_0x6e36x3);for(var _0x6e36x5=this[_0xba71[262]](_0x6e36x3),_0x6e36x9=0;_0x6e36x9<_0x6e36x5;_0x6e36x9++){var _0x6e36xa=this[_0xba71[263]](_0x6e36x3,_0x6e36x9),_0x6e36x4=_0x6e36x4[_0xba71[1919]](this[_0xba71[1921]](_0x6e36x2,_0x6e36xa))};return _0x6e36x4};mxGraphModel[_0xba71[202]][_0xba71[501]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2||this[_0xba71[813]];if(null!=_0x6e36x2){for(;null!=_0x6e36x2;){_0x6e36x3=_0x6e36x2,_0x6e36x2=this[_0xba71[1197]](_0x6e36x2)}};return _0x6e36x3};mxGraphModel[_0xba71[202]][_0xba71[1927]]=function(_0x6e36x2){this[_0xba71[350]]( new mxRootChange(this,_0x6e36x2));return _0x6e36x2};mxGraphModel[_0xba71[202]][_0xba71[1940]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[813]];this[_0xba71[813]]=_0x6e36x2;this[_0xba71[1931]]=0;this[_0xba71[895]]=null;this[_0xba71[1941]](_0x6e36x2);return _0x6e36x3};mxGraphModel[_0xba71[202]][_0xba71[1942]]=function(_0x6e36x2){return null!=_0x6e36x2&&this[_0xba71[813]]==_0x6e36x2};mxGraphModel[_0xba71[202]][_0xba71[1740]]=function(_0x6e36x2){return this[_0xba71[1942]](this[_0xba71[1197]](_0x6e36x2))};mxGraphModel[_0xba71[202]][_0xba71[1720]]=function(_0x6e36x2,_0x6e36x3){for(;null!=_0x6e36x3&&_0x6e36x3!=_0x6e36x2;){_0x6e36x3=this[_0xba71[1197]](_0x6e36x3)};return _0x6e36x3==_0x6e36x2};mxGraphModel[_0xba71[202]][_0xba71[442]]=function(_0x6e36x2){return this[_0xba71[1720]](this[_0xba71[813]],_0x6e36x2)};mxGraphModel[_0xba71[202]][_0xba71[1197]]=function(_0x6e36x2){return null!=_0x6e36x2?_0x6e36x2[_0xba71[1197]]():null};mxGraphModel[_0xba71[202]][_0xba71[99]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){if(_0x6e36x3!=_0x6e36x2&&null!=_0x6e36x2&&null!=_0x6e36x3){null==_0x6e36x4&&(_0x6e36x4=this[_0xba71[262]](_0x6e36x2));var _0x6e36x5=_0x6e36x2!=this[_0xba71[1197]](_0x6e36x3);this[_0xba71[350]]( new mxChildChange(this,_0x6e36x2,_0x6e36x3,_0x6e36x4));this[_0xba71[1928]]&&_0x6e36x5&&this[_0xba71[1943]](_0x6e36x3)};return _0x6e36x3};mxGraphModel[_0xba71[202]][_0xba71[1941]]=function(_0x6e36x2){if(null!=_0x6e36x2){null==_0x6e36x2[_0xba71[1103]]()&&this[_0xba71[1929]]&&_0x6e36x2[_0xba71[1945]](this[_0xba71[1944]](_0x6e36x2));if(null!=_0x6e36x2[_0xba71[1103]]()){var _0x6e36x3=this[_0xba71[736]](_0x6e36x2[_0xba71[1103]]());if(_0x6e36x3!=_0x6e36x2){for(;null!=_0x6e36x3;){_0x6e36x2[_0xba71[1945]](this[_0xba71[1944]](_0x6e36x2)),_0x6e36x3=this[_0xba71[736]](_0x6e36x2[_0xba71[1103]]())};null==this[_0xba71[895]]&&(this[_0xba71[895]]={});this[_0xba71[895]][_0x6e36x2[_0xba71[1103]]()]=_0x6e36x2}};mxUtils[_0xba71[1946]](_0x6e36x2[_0xba71[1103]]())&&(this[_0xba71[1931]]=Math[_0xba71[160]](this[_0xba71[1931]],_0x6e36x2[_0xba71[1103]]()));for(var _0x6e36x3=this[_0xba71[262]](_0x6e36x2),_0x6e36x4=0;_0x6e36x4<_0x6e36x3;_0x6e36x4++){this[_0xba71[1941]](this[_0xba71[263]](_0x6e36x2,_0x6e36x4))}}};mxGraphModel[_0xba71[202]][_0xba71[1944]]=function(_0x6e36x2){_0x6e36x2=this[_0xba71[1931]];this[_0xba71[1931]]++;return this[_0xba71[1089]]+_0x6e36x2+this[_0xba71[1930]]};mxGraphModel[_0xba71[202]][_0xba71[1943]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3=_0x6e36x3||this[_0xba71[501]](_0x6e36x2);for(var _0x6e36x4=this[_0xba71[262]](_0x6e36x2),_0x6e36x5=0;_0x6e36x5<_0x6e36x4;_0x6e36x5++){var _0x6e36x9=this[_0xba71[263]](_0x6e36x2,_0x6e36x5);this[_0xba71[1943]](_0x6e36x9,_0x6e36x3)};_0x6e36x9=this[_0xba71[1707]](_0x6e36x2);_0x6e36x4=[];for(_0x6e36x5=0;_0x6e36x5<_0x6e36x9;_0x6e36x5++){_0x6e36x4[_0xba71[207]](this[_0xba71[1708]](_0x6e36x2,_0x6e36x5))};for(_0x6e36x5=0;_0x6e36x5<_0x6e36x4[_0xba71[67]];_0x6e36x5++){_0x6e36x9=_0x6e36x4[_0x6e36x5],this[_0xba71[1720]](_0x6e36x3,_0x6e36x9)&&this[_0xba71[1947]](_0x6e36x9,_0x6e36x3)}};mxGraphModel[_0xba71[202]][_0xba71[1947]]=function(_0x6e36x2,_0x6e36x3){for(var _0x6e36x4=this[_0xba71[1709]](_0x6e36x2,!0),_0x6e36x5=this[_0xba71[1709]](_0x6e36x2,!1),_0x6e36x9=null;null!=_0x6e36x4&&!this[_0xba71[250]](_0x6e36x4)&&null!=_0x6e36x4[_0xba71[256]]&&_0x6e36x4[_0xba71[256]][_0xba71[1500]];){_0x6e36x4=this[_0xba71[1197]](_0x6e36x4)};for(;null!=_0x6e36x5&&!this[_0xba71[250]](_0x6e36x5)&&null!=_0x6e36x5[_0xba71[256]]&&_0x6e36x5[_0xba71[256]][_0xba71[1500]];){_0x6e36x5=this[_0xba71[1197]](_0x6e36x5)};if(this[_0xba71[1720]](_0x6e36x3,_0x6e36x4)&&this[_0xba71[1720]](_0x6e36x3,_0x6e36x5)&&(_0x6e36x9=_0x6e36x4==_0x6e36x5?this[_0xba71[1197]](_0x6e36x4):this[_0xba71[1948]](_0x6e36x4,_0x6e36x5),null!=_0x6e36x9&&(this[_0xba71[1197]](_0x6e36x9)!=this[_0xba71[813]]||this[_0xba71[1720]](_0x6e36x9,_0x6e36x2))&&this[_0xba71[1197]](_0x6e36x2)!=_0x6e36x9)){_0x6e36x4=this[_0xba71[1721]](_0x6e36x2);if(null!=_0x6e36x4){var _0x6e36xa=this[_0xba71[1949]](this[_0xba71[1197]](_0x6e36x2)),_0x6e36x12=this[_0xba71[1949]](_0x6e36x9),_0x6e36x5=_0x6e36x12[_0xba71[235]]-_0x6e36xa[_0xba71[235]],_0x6e36xa=_0x6e36x12[_0xba71[236]]-_0x6e36xa[_0xba71[236]],_0x6e36x4=_0x6e36x4[_0xba71[238]]();_0x6e36x4[_0xba71[513]](-_0x6e36x5,-_0x6e36xa);this[_0xba71[1724]](_0x6e36x2,_0x6e36x4)};this[_0xba71[99]](_0x6e36x9,_0x6e36x2,this[_0xba71[262]](_0x6e36x9))}};mxGraphModel[_0xba71[202]][_0xba71[1949]]=function(_0x6e36x2){var _0x6e36x3=null;null!=_0x6e36x2?(_0x6e36x3=this[_0xba71[1949]](this[_0xba71[1197]](_0x6e36x2)),this[_0xba71[250]](_0x6e36x2)||(_0x6e36x2=this[_0xba71[1721]](_0x6e36x2),null!=_0x6e36x2&&(_0x6e36x3[_0xba71[235]]+=_0x6e36x2[_0xba71[235]],_0x6e36x3[_0xba71[236]]+=_0x6e36x2[_0xba71[236]]))):_0x6e36x3= new mxPoint;return _0x6e36x3};mxGraphModel[_0xba71[202]][_0xba71[1948]]=function(_0x6e36x2,_0x6e36x3){if(null!=_0x6e36x2&&null!=_0x6e36x3){var _0x6e36x4=mxCellPath[_0xba71[385]](_0x6e36x3);if(null!=_0x6e36x4&&0<_0x6e36x4[_0xba71[67]]){var _0x6e36x5=_0x6e36x2,_0x6e36x9=mxCellPath[_0xba71[385]](_0x6e36x5);if(_0x6e36x4[_0xba71[67]]<_0x6e36x9[_0xba71[67]]){var _0x6e36x5=_0x6e36x3,_0x6e36xa=_0x6e36x9,_0x6e36x9=_0x6e36x4,_0x6e36x4=_0x6e36xa};for(;null!=_0x6e36x5;){_0x6e36xa=this[_0xba71[1197]](_0x6e36x5);if(0==_0x6e36x4[_0xba71[2]](_0x6e36x9+mxCellPath[_0xba71[1950]])&&null!=_0x6e36xa){return _0x6e36x5};_0x6e36x9=mxCellPath[_0xba71[1951]](_0x6e36x9);_0x6e36x5=_0x6e36xa}}};return null};mxGraphModel[_0xba71[202]][_0xba71[205]]=function(_0x6e36x2){_0x6e36x2==this[_0xba71[813]]?this[_0xba71[1927]](null):null!=this[_0xba71[1197]](_0x6e36x2)&&this[_0xba71[350]]( new mxChildChange(this,null,_0x6e36x2));return _0x6e36x2};mxGraphModel[_0xba71[202]][_0xba71[1102]]=function(_0x6e36x2){if(null!=_0x6e36x2&&null!=this[_0xba71[895]]){for(var _0x6e36x3=this[_0xba71[262]](_0x6e36x2)-1;0<=_0x6e36x3;_0x6e36x3--){this[_0xba71[1102]](this[_0xba71[263]](_0x6e36x2,_0x6e36x3))};null!=this[_0xba71[895]]&&null!=_0x6e36x2[_0xba71[1103]]()&& delete this[_0xba71[895]][_0x6e36x2[_0xba71[1103]]()]}};mxGraphModel[_0xba71[202]][_0xba71[1952]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[1197]](_0x6e36x2);null!=_0x6e36x3?(_0x6e36x3!=_0x6e36x5||_0x6e36x5[_0xba71[1738]](_0x6e36x2)!=_0x6e36x4)&&_0x6e36x3[_0xba71[1937]](_0x6e36x2,_0x6e36x4):null!=_0x6e36x5&&(_0x6e36x4=_0x6e36x5[_0xba71[1738]](_0x6e36x2),_0x6e36x5[_0xba71[205]](_0x6e36x4));!this[_0xba71[442]](_0x6e36x5)&&null!=_0x6e36x3?this[_0xba71[1941]](_0x6e36x2):null==_0x6e36x3&&this[_0xba71[1102]](_0x6e36x2);return _0x6e36x5};mxGraphModel[_0xba71[202]][_0xba71[262]]=function(_0x6e36x2){return null!=_0x6e36x2?_0x6e36x2[_0xba71[262]]():0};mxGraphModel[_0xba71[202]][_0xba71[263]]=function(_0x6e36x2,_0x6e36x3){return null!=_0x6e36x2?_0x6e36x2[_0xba71[263]](_0x6e36x3):null};mxGraphModel[_0xba71[202]][_0xba71[1953]]=function(_0x6e36x2){return null!=_0x6e36x2?_0x6e36x2[_0xba71[1954]]:null};mxGraphModel[_0xba71[202]][_0xba71[1728]]=function(_0x6e36x2){return this[_0xba71[1955]](_0x6e36x2,!0,!1)};mxGraphModel[_0xba71[202]][_0xba71[1956]]=function(_0x6e36x2){return this[_0xba71[1955]](_0x6e36x2,!1,!0)};mxGraphModel[_0xba71[202]][_0xba71[1955]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:!1;_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:!1;for(var _0x6e36x5=this[_0xba71[262]](_0x6e36x2),_0x6e36x9=[],_0x6e36xa=0;_0x6e36xa<_0x6e36x5;_0x6e36xa++){var _0x6e36x12=this[_0xba71[263]](_0x6e36x2,_0x6e36xa);(!_0x6e36x4&&!_0x6e36x3||_0x6e36x4&&this[_0xba71[250]](_0x6e36x12)||_0x6e36x3&&this[_0xba71[1193]](_0x6e36x12))&&_0x6e36x9[_0xba71[207]](_0x6e36x12)};return _0x6e36x9};mxGraphModel[_0xba71[202]][_0xba71[1709]]=function(_0x6e36x2,_0x6e36x3){return null!=_0x6e36x2?_0x6e36x2[_0xba71[1709]](_0x6e36x3):null};mxGraphModel[_0xba71[202]][_0xba71[1957]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=_0x6e36x3!=this[_0xba71[1709]](_0x6e36x2,_0x6e36x4);this[_0xba71[350]]( new mxTerminalChange(this,_0x6e36x2,_0x6e36x3,_0x6e36x4));this[_0xba71[1928]]&&_0x6e36x5&&this[_0xba71[1947]](_0x6e36x2,this[_0xba71[501]]());return _0x6e36x3};mxGraphModel[_0xba71[202]][_0xba71[1958]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[473]]();try{this[_0xba71[1957]](_0x6e36x2,_0x6e36x3,!0),this[_0xba71[1957]](_0x6e36x2,_0x6e36x4,!1)}finally{this[_0xba71[476]]()}};mxGraphModel[_0xba71[202]][_0xba71[1959]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[1709]](_0x6e36x2,_0x6e36x4);null!=_0x6e36x3?_0x6e36x3[_0xba71[1960]](_0x6e36x2,_0x6e36x4):null!=_0x6e36x5&&_0x6e36x5[_0xba71[1961]](_0x6e36x2,_0x6e36x4);return _0x6e36x5};mxGraphModel[_0xba71[202]][_0xba71[1707]]=function(_0x6e36x2){return null!=_0x6e36x2?_0x6e36x2[_0xba71[1707]]():0};mxGraphModel[_0xba71[202]][_0xba71[1708]]=function(_0x6e36x2,_0x6e36x3){return null!=_0x6e36x2?_0x6e36x2[_0xba71[1708]](_0x6e36x3):null};mxGraphModel[_0xba71[202]][_0xba71[1962]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){for(var _0x6e36x5=0,_0x6e36x9=this[_0xba71[1707]](_0x6e36x2),_0x6e36xa=0;_0x6e36xa<_0x6e36x9;_0x6e36xa++){var _0x6e36x12=this[_0xba71[1708]](_0x6e36x2,_0x6e36xa);_0x6e36x12!=_0x6e36x4&&this[_0xba71[1709]](_0x6e36x12,_0x6e36x3)==_0x6e36x2&&_0x6e36x5++};return _0x6e36x5};mxGraphModel[_0xba71[202]][_0xba71[1756]]=function(_0x6e36x2){return this[_0xba71[264]](_0x6e36x2,!0,!0,!1)};mxGraphModel[_0xba71[202]][_0xba71[1867]]=function(_0x6e36x2){return this[_0xba71[264]](_0x6e36x2,!0,!1,!1)};mxGraphModel[_0xba71[202]][_0xba71[1963]]=function(_0x6e36x2){return this[_0xba71[264]](_0x6e36x2,!1,!0,!1)};mxGraphModel[_0xba71[202]][_0xba71[264]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:!0;_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:!0;_0x6e36x5=null!=_0x6e36x5?_0x6e36x5:!0;for(var _0x6e36x9=this[_0xba71[1707]](_0x6e36x2),_0x6e36xa=[],_0x6e36x12=0;_0x6e36x12<_0x6e36x9;_0x6e36x12++){var _0x6e36x13=this[_0xba71[1708]](_0x6e36x2,_0x6e36x12),_0x6e36x14=this[_0xba71[1709]](_0x6e36x13,!0),_0x6e36x15=this[_0xba71[1709]](_0x6e36x13,!1);(_0x6e36x5&&_0x6e36x14==_0x6e36x15||_0x6e36x14!=_0x6e36x15&&(_0x6e36x3&&_0x6e36x15==_0x6e36x2||_0x6e36x4&&_0x6e36x14==_0x6e36x2))&&_0x6e36xa[_0xba71[207]](_0x6e36x13)};return _0x6e36xa};mxGraphModel[_0xba71[202]][_0xba71[1781]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:!1;var _0x6e36x5=this[_0xba71[1707]](_0x6e36x2),_0x6e36x9=this[_0xba71[1707]](_0x6e36x3),_0x6e36xa=_0x6e36x2,_0x6e36x12=_0x6e36x5;_0x6e36x9<_0x6e36x5&&(_0x6e36x12=_0x6e36x9,_0x6e36xa=_0x6e36x3);_0x6e36x5=[];for(_0x6e36x9=0;_0x6e36x9<_0x6e36x12;_0x6e36x9++){var _0x6e36x13=this[_0xba71[1708]](_0x6e36xa,_0x6e36x9),_0x6e36x14=this[_0xba71[1709]](_0x6e36x13,!0),_0x6e36x15=this[_0xba71[1709]](_0x6e36x13,!1),_0x6e36x16=_0x6e36x15==_0x6e36x2&&_0x6e36x14==_0x6e36x3;(_0x6e36x14==_0x6e36x2&&_0x6e36x15==_0x6e36x3||!_0x6e36x4&&_0x6e36x16)&&_0x6e36x5[_0xba71[207]](_0x6e36x13)};return _0x6e36x5};mxGraphModel[_0xba71[202]][_0xba71[1808]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:!0;_0x6e36x5=null!=_0x6e36x5?_0x6e36x5:!0;var _0x6e36x9=[];if(null!=_0x6e36x2){for(var _0x6e36xa=0;_0x6e36xa<_0x6e36x2[_0xba71[67]];_0x6e36xa++){var _0x6e36x12=this[_0xba71[1709]](_0x6e36x2[_0x6e36xa],!0),_0x6e36x13=this[_0xba71[1709]](_0x6e36x2[_0x6e36xa],!1);_0x6e36x12==_0x6e36x3&&null!=_0x6e36x13&&_0x6e36x13!=_0x6e36x3&&_0x6e36x5?_0x6e36x9[_0xba71[207]](_0x6e36x13):_0x6e36x13==_0x6e36x3&&(null!=_0x6e36x12&&_0x6e36x12!=_0x6e36x3&&_0x6e36x4)&&_0x6e36x9[_0xba71[207]](_0x6e36x12)}};return _0x6e36x9};mxGraphModel[_0xba71[202]][_0xba71[1964]]=function(_0x6e36x2){for(var _0x6e36x3=[],_0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){for(var _0x6e36x5=_0x6e36x2[_0x6e36x4],_0x6e36x9=!0,_0x6e36xa=this[_0xba71[1197]](_0x6e36x5);null!=_0x6e36xa;){if(0<=mxUtils[_0xba71[2]](_0x6e36x2,_0x6e36xa)){_0x6e36x9= !1;break};_0x6e36xa=this[_0xba71[1197]](_0x6e36xa)};_0x6e36x9&&_0x6e36x3[_0xba71[207]](_0x6e36x5)};return _0x6e36x3};mxGraphModel[_0xba71[202]][_0xba71[1193]]=function(_0x6e36x2){return null!=_0x6e36x2?_0x6e36x2[_0xba71[1193]]():!1};mxGraphModel[_0xba71[202]][_0xba71[250]]=function(_0x6e36x2){return null!=_0x6e36x2?_0x6e36x2[_0xba71[250]]():!1};mxGraphModel[_0xba71[202]][_0xba71[1965]]=function(_0x6e36x2){return null!=_0x6e36x2?_0x6e36x2[_0xba71[1965]]():!1};mxGraphModel[_0xba71[202]][_0xba71[433]]=function(_0x6e36x2){return null!=_0x6e36x2?_0x6e36x2[_0xba71[433]]():null};mxGraphModel[_0xba71[202]][_0xba71[1966]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[350]]( new mxValueChange(this,_0x6e36x2,_0x6e36x3));return _0x6e36x3};mxGraphModel[_0xba71[202]][_0xba71[1967]]=function(_0x6e36x2,_0x6e36x3){return _0x6e36x2[_0xba71[1968]](_0x6e36x3)};mxGraphModel[_0xba71[202]][_0xba71[1721]]=function(_0x6e36x2,_0x6e36x3){return null!=_0x6e36x2?_0x6e36x2[_0xba71[1721]]():null};mxGraphModel[_0xba71[202]][_0xba71[1724]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3!=this[_0xba71[1721]](_0x6e36x2)&&this[_0xba71[350]]( new mxGeometryChange(this,_0x6e36x2,_0x6e36x3));return _0x6e36x3};mxGraphModel[_0xba71[202]][_0xba71[1969]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1721]](_0x6e36x2);_0x6e36x2[_0xba71[1724]](_0x6e36x3);return _0x6e36x4};mxGraphModel[_0xba71[202]][_0xba71[474]]=function(_0x6e36x2){return null!=_0x6e36x2?_0x6e36x2[_0xba71[474]]():null};mxGraphModel[_0xba71[202]][_0xba71[475]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3!=this[_0xba71[474]](_0x6e36x2)&&this[_0xba71[350]]( new mxStyleChange(this,_0x6e36x2,_0x6e36x3));return _0x6e36x3};mxGraphModel[_0xba71[202]][_0xba71[1970]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[474]](_0x6e36x2);_0x6e36x2[_0xba71[475]](_0x6e36x3);return _0x6e36x4};mxGraphModel[_0xba71[202]][_0xba71[1971]]=function(_0x6e36x2){return null!=_0x6e36x2?_0x6e36x2[_0xba71[1971]]():!1};mxGraphModel[_0xba71[202]][_0xba71[1972]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3!=this[_0xba71[1971]](_0x6e36x2)&&this[_0xba71[350]]( new mxCollapseChange(this,_0x6e36x2,_0x6e36x3));return _0x6e36x3};mxGraphModel[_0xba71[202]][_0xba71[1973]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1971]](_0x6e36x2);_0x6e36x2[_0xba71[1972]](_0x6e36x3);return _0x6e36x4};mxGraphModel[_0xba71[202]][_0xba71[174]]=function(_0x6e36x2){return null!=_0x6e36x2?_0x6e36x2[_0xba71[174]]():!1};mxGraphModel[_0xba71[202]][_0xba71[175]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3!=this[_0xba71[174]](_0x6e36x2)&&this[_0xba71[350]]( new mxVisibleChange(this,_0x6e36x2,_0x6e36x3));return _0x6e36x3};mxGraphModel[_0xba71[202]][_0xba71[1974]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[174]](_0x6e36x2);_0x6e36x2[_0xba71[175]](_0x6e36x3);return _0x6e36x4};mxGraphModel[_0xba71[202]][_0xba71[350]]=function(_0x6e36x2){_0x6e36x2[_0xba71[350]]();this[_0xba71[473]]();this[_0xba71[1926]][_0xba71[99]](_0x6e36x2);this[_0xba71[746]]( new mxEventObject(mxEvent.EXECUTE,_0xba71[826],_0x6e36x2));this[_0xba71[746]]( new mxEventObject(mxEvent.EXECUTED,_0xba71[826],_0x6e36x2));this[_0xba71[476]]()};mxGraphModel[_0xba71[202]][_0xba71[473]]=function(){this[_0xba71[1932]]++;this[_0xba71[746]]( new mxEventObject(mxEvent.BEGIN_UPDATE));1==this[_0xba71[1932]]&&this[_0xba71[746]]( new mxEventObject(mxEvent.START_EDIT))};mxGraphModel[_0xba71[202]][_0xba71[476]]=function(){this[_0xba71[1932]]--;0==this[_0xba71[1932]]&&this[_0xba71[746]]( new mxEventObject(mxEvent.END_EDIT));if(!this[_0xba71[1933]]){this[_0xba71[1933]]=0==this[_0xba71[1932]];this[_0xba71[746]]( new mxEventObject(mxEvent.END_UPDATE,_0xba71[1061],this[_0xba71[1926]]));try{if(this[_0xba71[1933]]&&!this[_0xba71[1926]][_0xba71[1107]]()){this[_0xba71[746]]( new mxEventObject(mxEvent.BEFORE_UNDO,_0xba71[1061],this[_0xba71[1926]]));var _0x6e36x2=this[_0xba71[1926]];this[_0xba71[1926]]=this[_0xba71[1096]]();_0x6e36x2[_0xba71[827]]();this[_0xba71[746]]( new mxEventObject(mxEvent.UNDO,_0xba71[1061],_0x6e36x2))}}finally{this[_0xba71[1933]]= !1}}};mxGraphModel[_0xba71[202]][_0xba71[1096]]=function(){var _0x6e36x2= new mxUndoableEdit(this,!0);_0x6e36x2[_0xba71[827]]=function(){_0x6e36x2[_0xba71[1097]][_0xba71[746]]( new mxEventObject(mxEvent.CHANGE,_0xba71[1061],_0x6e36x2,_0xba71[1065],_0x6e36x2[_0xba71[1065]]));_0x6e36x2[_0xba71[1097]][_0xba71[746]]( new mxEventObject(mxEvent.NOTIFY,_0xba71[1061],_0x6e36x2,_0xba71[1065],_0x6e36x2[_0xba71[1065]]))};return _0x6e36x2};mxGraphModel[_0xba71[202]][_0xba71[1975]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:!0;this[_0xba71[473]]();try{var _0x6e36x5={};this[_0xba71[1976]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5);for(var _0x6e36x9 in _0x6e36x5){var _0x6e36xa=_0x6e36x5[_0x6e36x9],_0x6e36x12=this[_0xba71[1709]](_0x6e36xa,!0);null!=_0x6e36x12&&(_0x6e36x12=_0x6e36x5[mxCellPath[_0xba71[385]](_0x6e36x12)],this[_0xba71[1957]](_0x6e36xa,_0x6e36x12,!0));_0x6e36x12=this[_0xba71[1709]](_0x6e36xa,!1);null!=_0x6e36x12&&(_0x6e36x12=_0x6e36x5[mxCellPath[_0xba71[385]](_0x6e36x12)],this[_0xba71[1957]](_0x6e36xa,_0x6e36x12,!1))}}finally{this[_0xba71[476]]()}};mxGraphModel[_0xba71[202]][_0xba71[1976]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){this[_0xba71[473]]();try{for(var _0x6e36x9=_0x6e36x2[_0xba71[262]](),_0x6e36xa=0;_0x6e36xa<_0x6e36x9;_0x6e36xa++){var _0x6e36x12=_0x6e36x2[_0xba71[263]](_0x6e36xa);if(_0xba71[279]== typeof _0x6e36x12[_0xba71[1103]]){var _0x6e36x13=_0x6e36x12[_0xba71[1103]](),_0x6e36x14=null!=_0x6e36x13&&(!this[_0xba71[250]](_0x6e36x12)|| !_0x6e36x4)?this[_0xba71[736]](_0x6e36x13):null;if(null==_0x6e36x14){var _0x6e36x15=_0x6e36x12[_0xba71[238]]();_0x6e36x15[_0xba71[1945]](_0x6e36x13);_0x6e36x15[_0xba71[1957]](_0x6e36x12[_0xba71[1709]](!0),!0);_0x6e36x15[_0xba71[1957]](_0x6e36x12[_0xba71[1709]](!1),!1);_0x6e36x14=_0x6e36x3[_0xba71[1937]](_0x6e36x15);this[_0xba71[1941]](_0x6e36x14)};_0x6e36x5[mxCellPath[_0xba71[385]](_0x6e36x12)]=_0x6e36x14;this[_0xba71[1976]](_0x6e36x12,_0x6e36x14,_0x6e36x4,_0x6e36x5)}}}finally{this[_0xba71[476]]()}};mxGraphModel[_0xba71[202]][_0xba71[1977]]=function(_0x6e36x2){var _0x6e36x3=[];if(null!=_0x6e36x2){for(var _0x6e36x4={},_0x6e36x5=0;_0x6e36x5<_0x6e36x2[_0xba71[67]];_0x6e36x5++){var _0x6e36x9=this[_0xba71[1197]](_0x6e36x2[_0x6e36x5]);if(null!=_0x6e36x9){var _0x6e36xa=mxCellPath[_0xba71[385]](_0x6e36x9);null==_0x6e36x4[_0x6e36xa]&&(_0x6e36x4[_0x6e36xa]=_0x6e36x9,_0x6e36x3[_0xba71[207]](_0x6e36x9))}}};return _0x6e36x3};mxGraphModel[_0xba71[202]][_0xba71[1978]]=function(_0x6e36x2){return null!=_0x6e36x2?this[_0xba71[899]]([_0x6e36x2],!0)[0]:null};mxGraphModel[_0xba71[202]][_0xba71[899]]=function(_0x6e36x2,_0x6e36x3){for(var _0x6e36x4={},_0x6e36x5=[],_0x6e36x9=0;_0x6e36x9<_0x6e36x2[_0xba71[67]];_0x6e36x9++){null!=_0x6e36x2[_0x6e36x9]?_0x6e36x5[_0xba71[207]](this[_0xba71[1979]](_0x6e36x2[_0x6e36x9],_0x6e36x4,_0x6e36x3)):_0x6e36x5[_0xba71[207]](null)};for(_0x6e36x9=0;_0x6e36x9<_0x6e36x5[_0xba71[67]];_0x6e36x9++){null!=_0x6e36x5[_0x6e36x9]&&this[_0xba71[1980]](_0x6e36x5[_0x6e36x9],_0x6e36x2[_0x6e36x9],_0x6e36x4)};return _0x6e36x5};mxGraphModel[_0xba71[202]][_0xba71[1979]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[1981]](_0x6e36x2);_0x6e36x3[mxObjectIdentity[_0xba71[203]](_0x6e36x2)]=_0x6e36x5;if(_0x6e36x4){_0x6e36x4=this[_0xba71[262]](_0x6e36x2);for(var _0x6e36x9=0;_0x6e36x9<_0x6e36x4;_0x6e36x9++){var _0x6e36xa=this[_0xba71[1979]](this[_0xba71[263]](_0x6e36x2,_0x6e36x9),_0x6e36x3,!0);_0x6e36x5[_0xba71[1937]](_0x6e36xa)}};return _0x6e36x5};mxGraphModel[_0xba71[202]][_0xba71[1981]]=function(_0x6e36x2){return _0x6e36x2[_0xba71[238]]()};mxGraphModel[_0xba71[202]][_0xba71[1980]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[1709]](_0x6e36x3,!0);null!=_0x6e36x5&&(_0x6e36x5=_0x6e36x4[mxObjectIdentity[_0xba71[203]](_0x6e36x5)],null!=_0x6e36x5&&_0x6e36x5[_0xba71[1960]](_0x6e36x2,!0));_0x6e36x5=this[_0xba71[1709]](_0x6e36x3,!1);null!=_0x6e36x5&&(_0x6e36x5=_0x6e36x4[mxObjectIdentity[_0xba71[203]](_0x6e36x5)],null!=_0x6e36x5&&_0x6e36x5[_0xba71[1960]](_0x6e36x2,!1));for(var _0x6e36x5=this[_0xba71[262]](_0x6e36x2),_0x6e36x9=0;_0x6e36x9<_0x6e36x5;_0x6e36x9++){this[_0xba71[1980]](this[_0xba71[263]](_0x6e36x2,_0x6e36x9),this[_0xba71[263]](_0x6e36x3,_0x6e36x9),_0x6e36x4)}};function mxRootChange(_0x6e36x2,_0x6e36x3){this[_0xba71[251]]=_0x6e36x2;this[_0xba71[257]]=this[_0xba71[813]]=_0x6e36x3}mxRootChange[_0xba71[202]][_0xba71[350]]=function(){this[_0xba71[813]]=this[_0xba71[257]];this[_0xba71[257]]=this[_0xba71[251]][_0xba71[1940]](this[_0xba71[257]])};function mxChildChange(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){this[_0xba71[251]]=_0x6e36x2;this[_0xba71[257]]=this[_0xba71[1101]]=_0x6e36x3;this[_0xba71[247]]=_0x6e36x4;this[_0xba71[1982]]=this[_0xba71[1983]]=_0x6e36x5}mxChildChange[_0xba71[202]][_0xba71[350]]=function(){var _0x6e36x2=this[_0xba71[251]][_0xba71[1197]](this[_0xba71[247]]),_0x6e36x3=null!=_0x6e36x2?_0x6e36x2[_0xba71[1738]](this[_0xba71[247]]):0;null==this[_0xba71[257]]&&this[_0xba71[807]](this[_0xba71[247]],!1);_0x6e36x2=this[_0xba71[251]][_0xba71[1952]](this[_0xba71[247]],this[_0xba71[257]],this[_0xba71[1982]]);null!=this[_0xba71[257]]&&this[_0xba71[807]](this[_0xba71[247]],!0);this[_0xba71[1101]]=this[_0xba71[257]];this[_0xba71[257]]=_0x6e36x2;this[_0xba71[1983]]=this[_0xba71[1982]];this[_0xba71[1982]]=_0x6e36x3};mxChildChange[_0xba71[202]][_0xba71[807]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:!0;var _0x6e36x4=_0x6e36x2[_0xba71[1709]](!0),_0x6e36x5=_0x6e36x2[_0xba71[1709]](!1);null!=_0x6e36x4&&(_0x6e36x3?this[_0xba71[251]][_0xba71[1959]](_0x6e36x2,_0x6e36x4,!0):this[_0xba71[251]][_0xba71[1959]](_0x6e36x2,null,!0));null!=_0x6e36x5&&(_0x6e36x3?this[_0xba71[251]][_0xba71[1959]](_0x6e36x2,_0x6e36x5,!1):this[_0xba71[251]][_0xba71[1959]](_0x6e36x2,null,!1));_0x6e36x2[_0xba71[1957]](_0x6e36x4,!0);_0x6e36x2[_0xba71[1957]](_0x6e36x5,!1);_0x6e36x4=this[_0xba71[251]][_0xba71[262]](_0x6e36x2);for(_0x6e36x5=0;_0x6e36x5<_0x6e36x4;_0x6e36x5++){this[_0xba71[807]](this[_0xba71[251]][_0xba71[263]](_0x6e36x2,_0x6e36x5),_0x6e36x3)}};function mxTerminalChange(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){this[_0xba71[251]]=_0x6e36x2;this[_0xba71[246]]=_0x6e36x3;this[_0xba71[257]]=this[_0xba71[1984]]=_0x6e36x4;this[_0xba71[1097]]=_0x6e36x5}mxTerminalChange[_0xba71[202]][_0xba71[350]]=function(){this[_0xba71[1984]]=this[_0xba71[257]];this[_0xba71[257]]=this[_0xba71[251]][_0xba71[1959]](this[_0xba71[246]],this[_0xba71[257]],this[_0xba71[1097]])};function mxValueChange(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[251]]=_0x6e36x2;this[_0xba71[246]]=_0x6e36x3;this[_0xba71[257]]=this[_0xba71[131]]=_0x6e36x4}mxValueChange[_0xba71[202]][_0xba71[350]]=function(){this[_0xba71[131]]=this[_0xba71[257]];this[_0xba71[257]]=this[_0xba71[251]][_0xba71[1967]](this[_0xba71[246]],this[_0xba71[257]])};function mxStyleChange(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[251]]=_0x6e36x2;this[_0xba71[246]]=_0x6e36x3;this[_0xba71[257]]=this[_0xba71[124]]=_0x6e36x4}mxStyleChange[_0xba71[202]][_0xba71[350]]=function(){this[_0xba71[124]]=this[_0xba71[257]];this[_0xba71[257]]=this[_0xba71[251]][_0xba71[1970]](this[_0xba71[246]],this[_0xba71[257]])};function mxGeometryChange(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[251]]=_0x6e36x2;this[_0xba71[246]]=_0x6e36x3;this[_0xba71[257]]=this[_0xba71[256]]=_0x6e36x4}mxGeometryChange[_0xba71[202]][_0xba71[350]]=function(){this[_0xba71[256]]=this[_0xba71[257]];this[_0xba71[257]]=this[_0xba71[251]][_0xba71[1969]](this[_0xba71[246]],this[_0xba71[257]])};function mxCollapseChange(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[251]]=_0x6e36x2;this[_0xba71[246]]=_0x6e36x3;this[_0xba71[257]]=this[_0xba71[1985]]=_0x6e36x4}mxCollapseChange[_0xba71[202]][_0xba71[350]]=function(){this[_0xba71[1985]]=this[_0xba71[257]];this[_0xba71[257]]=this[_0xba71[251]][_0xba71[1973]](this[_0xba71[246]],this[_0xba71[257]])};function mxVisibleChange(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[251]]=_0x6e36x2;this[_0xba71[246]]=_0x6e36x3;this[_0xba71[257]]=this[_0xba71[189]]=_0x6e36x4}mxVisibleChange[_0xba71[202]][_0xba71[350]]=function(){this[_0xba71[189]]=this[_0xba71[257]];this[_0xba71[257]]=this[_0xba71[251]][_0xba71[1974]](this[_0xba71[246]],this[_0xba71[257]])};function mxCellAttributeChange(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[246]]=_0x6e36x2;this[_0xba71[1986]]=_0x6e36x3;this[_0xba71[257]]=this[_0xba71[131]]=_0x6e36x4}mxCellAttributeChange[_0xba71[202]][_0xba71[350]]=function(){var _0x6e36x2=this[_0xba71[246]][_0xba71[284]](this[_0xba71[1986]]);null==this[_0xba71[257]]?this[_0xba71[246]][_0xba71[131]][_0xba71[1390]](this[_0xba71[1986]]):this[_0xba71[246]][_0xba71[57]](this[_0xba71[1986]],this[_0xba71[257]]);this[_0xba71[257]]=_0x6e36x2};function mxCell(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[131]]=_0x6e36x2;this[_0xba71[1724]](_0x6e36x3);this[_0xba71[475]](_0x6e36x4);if(null!=this[_0xba71[1987]]){this[_0xba71[1987]]()}}mxCell[_0xba71[202]][_0xba71[1363]]=null;mxCell[_0xba71[202]][_0xba71[131]]=null;mxCell[_0xba71[202]][_0xba71[256]]=null;mxCell[_0xba71[202]][_0xba71[124]]=null;mxCell[_0xba71[202]][_0xba71[1988]]= !1;mxCell[_0xba71[202]][_0xba71[1989]]= !1;mxCell[_0xba71[202]][_0xba71[1990]]= !0;mxCell[_0xba71[202]][_0xba71[189]]= !0;mxCell[_0xba71[202]][_0xba71[1985]]= !1;mxCell[_0xba71[202]][_0xba71[1101]]=null;mxCell[_0xba71[202]][_0xba71[1097]]=null;mxCell[_0xba71[202]][_0xba71[772]]=null;mxCell[_0xba71[202]][_0xba71[1954]]=null;mxCell[_0xba71[202]][_0xba71[1842]]=null;mxCell[_0xba71[202]][_0xba71[1991]]=_0xba71[1992][_0xba71[224]](_0xba71[185]);mxCell[_0xba71[202]][_0xba71[1103]]=function(){return this[_0xba71[1363]]};mxCell[_0xba71[202]][_0xba71[1945]]=function(_0x6e36x2){this[_0xba71[1363]]=_0x6e36x2};mxCell[_0xba71[202]][_0xba71[433]]=function(){return this[_0xba71[131]]};mxCell[_0xba71[202]][_0xba71[1966]]=function(_0x6e36x2){this[_0xba71[131]]=_0x6e36x2};mxCell[_0xba71[202]][_0xba71[1968]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[433]]();this[_0xba71[1966]](_0x6e36x2);return _0x6e36x3};mxCell[_0xba71[202]][_0xba71[1721]]=function(){return this[_0xba71[256]]};mxCell[_0xba71[202]][_0xba71[1724]]=function(_0x6e36x2){this[_0xba71[256]]=_0x6e36x2};mxCell[_0xba71[202]][_0xba71[474]]=function(){return this[_0xba71[124]]};mxCell[_0xba71[202]][_0xba71[475]]=function(_0x6e36x2){this[_0xba71[124]]=_0x6e36x2};mxCell[_0xba71[202]][_0xba71[1193]]=function(){return this[_0xba71[1988]]};mxCell[_0xba71[202]][_0xba71[1993]]=function(_0x6e36x2){this[_0xba71[1988]]=_0x6e36x2};mxCell[_0xba71[202]][_0xba71[250]]=function(){return this[_0xba71[1989]]};mxCell[_0xba71[202]][_0xba71[1994]]=function(_0x6e36x2){this[_0xba71[1989]]=_0x6e36x2};mxCell[_0xba71[202]][_0xba71[1965]]=function(){return this[_0xba71[1990]]};mxCell[_0xba71[202]][_0xba71[1995]]=function(_0x6e36x2){this[_0xba71[1990]]=_0x6e36x2};mxCell[_0xba71[202]][_0xba71[174]]=function(){return this[_0xba71[189]]};mxCell[_0xba71[202]][_0xba71[175]]=function(_0x6e36x2){this[_0xba71[189]]=_0x6e36x2};mxCell[_0xba71[202]][_0xba71[1971]]=function(){return this[_0xba71[1985]]};mxCell[_0xba71[202]][_0xba71[1972]]=function(_0x6e36x2){this[_0xba71[1985]]=_0x6e36x2};mxCell[_0xba71[202]][_0xba71[1197]]=function(){return this[_0xba71[1101]]};mxCell[_0xba71[202]][_0xba71[1996]]=function(_0x6e36x2){this[_0xba71[1101]]=_0x6e36x2};mxCell[_0xba71[202]][_0xba71[1709]]=function(_0x6e36x2){return _0x6e36x2?this[_0xba71[1097]]:this[_0xba71[772]]};mxCell[_0xba71[202]][_0xba71[1957]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3?this[_0xba71[1097]]=_0x6e36x2:this[_0xba71[772]]=_0x6e36x2;return _0x6e36x2};mxCell[_0xba71[202]][_0xba71[262]]=function(){return null==this[_0xba71[1954]]?0:this[_0xba71[1954]][_0xba71[67]]};mxCell[_0xba71[202]][_0xba71[1738]]=function(_0x6e36x2){return mxUtils[_0xba71[2]](this[_0xba71[1954]],_0x6e36x2)};mxCell[_0xba71[202]][_0xba71[263]]=function(_0x6e36x2){return null==this[_0xba71[1954]]?null:this[_0xba71[1954]][_0x6e36x2]};mxCell[_0xba71[202]][_0xba71[1937]]=function(_0x6e36x2,_0x6e36x3){null!=_0x6e36x2&&(null==_0x6e36x3&&(_0x6e36x3=this[_0xba71[262]](),_0x6e36x2[_0xba71[1197]]()==this&&_0x6e36x3--),_0x6e36x2[_0xba71[1997]](),_0x6e36x2[_0xba71[1996]](this),null==this[_0xba71[1954]]?(this[_0xba71[1954]]=[],this[_0xba71[1954]][_0xba71[207]](_0x6e36x2)):this[_0xba71[1954]][_0xba71[300]](_0x6e36x3,0,_0x6e36x2));return _0x6e36x2};mxCell[_0xba71[202]][_0xba71[205]]=function(_0x6e36x2){var _0x6e36x3=null;null!=this[_0xba71[1954]]&&0<=_0x6e36x2&&(_0x6e36x3=this[_0xba71[263]](_0x6e36x2),null!=_0x6e36x3&&(this[_0xba71[1954]][_0xba71[300]](_0x6e36x2,1),_0x6e36x3[_0xba71[1996]](null)));return _0x6e36x3};mxCell[_0xba71[202]][_0xba71[1997]]=function(){if(null!=this[_0xba71[1101]]){var _0x6e36x2=this[_0xba71[1101]][_0xba71[1738]](this);this[_0xba71[1101]][_0xba71[205]](_0x6e36x2)}};mxCell[_0xba71[202]][_0xba71[1707]]=function(){return null==this[_0xba71[1842]]?0:this[_0xba71[1842]][_0xba71[67]]};mxCell[_0xba71[202]][_0xba71[1998]]=function(_0x6e36x2){return mxUtils[_0xba71[2]](this[_0xba71[1842]],_0x6e36x2)};mxCell[_0xba71[202]][_0xba71[1708]]=function(_0x6e36x2){return null==this[_0xba71[1842]]?null:this[_0xba71[1842]][_0x6e36x2]};mxCell[_0xba71[202]][_0xba71[1960]]=function(_0x6e36x2,_0x6e36x3){if(null!=_0x6e36x2&&(_0x6e36x2[_0xba71[1999]](_0x6e36x3),_0x6e36x2[_0xba71[1957]](this,_0x6e36x3),null==this[_0xba71[1842]]||_0x6e36x2[_0xba71[1709]](!_0x6e36x3)!=this||0>mxUtils[_0xba71[2]](this[_0xba71[1842]],_0x6e36x2))){null==this[_0xba71[1842]]&&(this[_0xba71[1842]]=[]),this[_0xba71[1842]][_0xba71[207]](_0x6e36x2)};return _0x6e36x2};mxCell[_0xba71[202]][_0xba71[1961]]=function(_0x6e36x2,_0x6e36x3){if(null!=_0x6e36x2){if(_0x6e36x2[_0xba71[1709]](!_0x6e36x3)!=this&&null!=this[_0xba71[1842]]){var _0x6e36x4=this[_0xba71[1998]](_0x6e36x2);0<=_0x6e36x4&&this[_0xba71[1842]][_0xba71[300]](_0x6e36x4,1)};_0x6e36x2[_0xba71[1957]](null,_0x6e36x3)};return _0x6e36x2};mxCell[_0xba71[202]][_0xba71[1999]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1709]](_0x6e36x2);null!=_0x6e36x3&&_0x6e36x3[_0xba71[1961]](this,_0x6e36x2)};mxCell[_0xba71[202]][_0xba71[284]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[433]]();return (null!=_0x6e36x4&&_0x6e36x4[_0xba71[288]]==mxConstants[_0xba71[289]]?_0x6e36x4[_0xba71[284]](_0x6e36x2):null)||_0x6e36x3};mxCell[_0xba71[202]][_0xba71[57]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[433]]();null!=_0x6e36x4&&_0x6e36x4[_0xba71[288]]==mxConstants[_0xba71[289]]&&_0x6e36x4[_0xba71[57]](_0x6e36x2,_0x6e36x3)};mxCell[_0xba71[202]][_0xba71[238]]=function(){var _0x6e36x2=mxUtils[_0xba71[238]](this,this[_0xba71[1991]]);_0x6e36x2[_0xba71[1966]](this[_0xba71[2000]]());return _0x6e36x2};mxCell[_0xba71[202]][_0xba71[2000]]=function(){var _0x6e36x2=this[_0xba71[433]]();null!=_0x6e36x2&&(_0xba71[279]== typeof _0x6e36x2[_0xba71[238]]?_0x6e36x2=_0x6e36x2[_0xba71[238]]():isNaN(_0x6e36x2[_0xba71[288]])||(_0x6e36x2=_0x6e36x2[_0xba71[511]](!0)));return _0x6e36x2};function mxGeometry(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){mxRectangle[_0xba71[239]](this,_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5)}mxGeometry[_0xba71[202]]= new mxRectangle;mxGeometry[_0xba71[202]][_0xba71[196]]=mxGeometry;mxGeometry[_0xba71[202]][_0xba71[2001]]= !0;mxGeometry[_0xba71[202]][_0xba71[2002]]=null;mxGeometry[_0xba71[202]][_0xba71[2003]]=null;mxGeometry[_0xba71[202]][_0xba71[2004]]=null;mxGeometry[_0xba71[202]][_0xba71[1525]]=null;mxGeometry[_0xba71[202]][_0xba71[1368]]=null;mxGeometry[_0xba71[202]][_0xba71[1500]]= !1;mxGeometry[_0xba71[202]][_0xba71[2005]]=function(){if(null!=this[_0xba71[2002]]){var _0x6e36x2= new mxRectangle(this[_0xba71[235]],this[_0xba71[236]],this[_0xba71[117]],this[_0xba71[119]]);this[_0xba71[235]]=this[_0xba71[2002]][_0xba71[235]];this[_0xba71[236]]=this[_0xba71[2002]][_0xba71[236]];this[_0xba71[117]]=this[_0xba71[2002]][_0xba71[117]];this[_0xba71[119]]=this[_0xba71[2002]][_0xba71[119]];this[_0xba71[2002]]=_0x6e36x2}};mxGeometry[_0xba71[202]][_0xba71[2006]]=function(_0x6e36x2){return _0x6e36x2?this[_0xba71[2003]]:this[_0xba71[2004]]};mxGeometry[_0xba71[202]][_0xba71[2007]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3?this[_0xba71[2003]]=_0x6e36x2:this[_0xba71[2004]]=_0x6e36x2;return _0x6e36x2};mxGeometry[_0xba71[202]][_0xba71[513]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[238]]();this[_0xba71[1500]]||(this[_0xba71[235]]+=_0x6e36x2,this[_0xba71[236]]+=_0x6e36x3);null!=this[_0xba71[2003]]&&(this[_0xba71[2003]][_0xba71[235]]+=_0x6e36x2,this[_0xba71[2003]][_0xba71[236]]+=_0x6e36x3);null!=this[_0xba71[2004]]&&(this[_0xba71[2004]][_0xba71[235]]+=_0x6e36x2,this[_0xba71[2004]][_0xba71[236]]+=_0x6e36x3);if(this[_0xba71[2001]]&&null!=this[_0xba71[1525]]){for(var _0x6e36x4=this[_0xba71[1525]][_0xba71[67]],_0x6e36x5=0;_0x6e36x5<_0x6e36x4;_0x6e36x5++){var _0x6e36x9=this[_0xba71[1525]][_0x6e36x5];null!=_0x6e36x9&&(_0x6e36x9[_0xba71[235]]+=_0x6e36x2,_0x6e36x9[_0xba71[236]]+=_0x6e36x3)}}};var mxCellPath={PATH_SEPARATOR:_0xba71[87],create:function(_0x6e36x2){var _0x6e36x3=_0xba71[110];if(null!=_0x6e36x2){for(var _0x6e36x4=_0x6e36x2[_0xba71[1197]]();null!=_0x6e36x4;){_0x6e36x3=_0x6e36x4[_0xba71[1738]](_0x6e36x2)+mxCellPath[_0xba71[1950]]+_0x6e36x3,_0x6e36x2=_0x6e36x4,_0x6e36x4=_0x6e36x2[_0xba71[1197]]()}};_0x6e36x2=_0x6e36x3[_0xba71[67]];1<_0x6e36x2&&(_0x6e36x3=_0x6e36x3[_0xba71[85]](0,_0x6e36x2-1));return _0x6e36x3},getParentPath:function(_0x6e36x2){if(null!=_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[1122]](mxCellPath.PATH_SEPARATOR);if(0<=_0x6e36x3){return _0x6e36x2[_0xba71[85]](0,_0x6e36x3)};if(0<_0x6e36x2[_0xba71[67]]){return _0xba71[110]}};return null},resolve:function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=_0x6e36x2;if(null!=_0x6e36x3){for(var _0x6e36x5=_0x6e36x3[_0xba71[224]](mxCellPath.PATH_SEPARATOR),_0x6e36x9=0;_0x6e36x9<_0x6e36x5[_0xba71[67]];_0x6e36x9++){_0x6e36x4=_0x6e36x4[_0xba71[263]](parseInt(_0x6e36x5[_0x6e36x9]))}};return _0x6e36x4},compare:function(_0x6e36x2,_0x6e36x3){for(var _0x6e36x4=Math[_0xba71[243]](_0x6e36x2[_0xba71[67]],_0x6e36x3[_0xba71[67]]),_0x6e36x5=0,_0x6e36x9=0;_0x6e36x9<_0x6e36x4;_0x6e36x9++){if(_0x6e36x2[_0x6e36x9]!=_0x6e36x3[_0x6e36x9]){0==_0x6e36x2[_0x6e36x9][_0xba71[67]]||0==_0x6e36x3[_0x6e36x9][_0xba71[67]]?_0x6e36x5=_0x6e36x2[_0x6e36x9]==_0x6e36x3[_0x6e36x9]?0:_0x6e36x2[_0x6e36x9]>_0x6e36x3[_0x6e36x9]?1:-1:(_0x6e36x4=parseInt(_0x6e36x2[_0x6e36x9]),_0x6e36x9=parseInt(_0x6e36x3[_0x6e36x9]),_0x6e36x5=_0x6e36x4==_0x6e36x9?0:_0x6e36x4>_0x6e36x9?1:-1);break}};0==_0x6e36x5&&(_0x6e36x4=_0x6e36x2[_0xba71[67]],_0x6e36x9=_0x6e36x3[_0xba71[67]],_0x6e36x4!=_0x6e36x9&&(_0x6e36x5=_0x6e36x4>_0x6e36x9?1:-1));return _0x6e36x5}},mxPerimeter={RectanglePerimeter:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x3=_0x6e36x2[_0xba71[241]]();var _0x6e36x9=_0x6e36x2[_0xba71[242]](),_0x6e36xa=Math[_0xba71[429]](_0x6e36x4[_0xba71[236]]-_0x6e36x9,_0x6e36x4[_0xba71[235]]-_0x6e36x3),_0x6e36x12= new mxPoint(0,0),_0x6e36x13=Math[_0xba71[424]],_0x6e36x14=Math[_0xba71[424]]/2-_0x6e36xa,_0x6e36x15=Math[_0xba71[429]](_0x6e36x2[_0xba71[119]],_0x6e36x2[_0xba71[117]]);_0x6e36xa<-_0x6e36x13+_0x6e36x15||_0x6e36xa>_0x6e36x13-_0x6e36x15?(_0x6e36x12[_0xba71[235]]=_0x6e36x2[_0xba71[235]],_0x6e36x12[_0xba71[236]]=_0x6e36x9-_0x6e36x2[_0xba71[117]]*Math[_0xba71[2008]](_0x6e36xa)/2):_0x6e36xa<-_0x6e36x15?(_0x6e36x12[_0xba71[236]]=_0x6e36x2[_0xba71[236]],_0x6e36x12[_0xba71[235]]=_0x6e36x3-_0x6e36x2[_0xba71[119]]*Math[_0xba71[2008]](_0x6e36x14)/2):_0x6e36xa<_0x6e36x15?(_0x6e36x12[_0xba71[235]]=_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]],_0x6e36x12[_0xba71[236]]=_0x6e36x9+_0x6e36x2[_0xba71[117]]*Math[_0xba71[2008]](_0x6e36xa)/2):(_0x6e36x12[_0xba71[236]]=_0x6e36x2[_0xba71[236]]+_0x6e36x2[_0xba71[119]],_0x6e36x12[_0xba71[235]]=_0x6e36x3+_0x6e36x2[_0xba71[119]]*Math[_0xba71[2008]](_0x6e36x14)/2);_0x6e36x5&&(_0x6e36x4[_0xba71[235]]>=_0x6e36x2[_0xba71[235]]&&_0x6e36x4[_0xba71[235]]<=_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]]?_0x6e36x12[_0xba71[235]]=_0x6e36x4[_0xba71[235]]:_0x6e36x4[_0xba71[236]]>=_0x6e36x2[_0xba71[236]]&&_0x6e36x4[_0xba71[236]]<=_0x6e36x2[_0xba71[236]]+_0x6e36x2[_0xba71[119]]&&(_0x6e36x12[_0xba71[236]]=_0x6e36x4[_0xba71[236]]),_0x6e36x4[_0xba71[235]]<_0x6e36x2[_0xba71[235]]?_0x6e36x12[_0xba71[235]]=_0x6e36x2[_0xba71[235]]:_0x6e36x4[_0xba71[235]]>_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]]&&(_0x6e36x12[_0xba71[235]]=_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]]),_0x6e36x4[_0xba71[236]]<_0x6e36x2[_0xba71[236]]?_0x6e36x12[_0xba71[236]]=_0x6e36x2[_0xba71[236]]:_0x6e36x4[_0xba71[236]]>_0x6e36x2[_0xba71[236]]+_0x6e36x2[_0xba71[119]]&&(_0x6e36x12[_0xba71[236]]=_0x6e36x2[_0xba71[236]]+_0x6e36x2[_0xba71[119]]));return _0x6e36x12},EllipsePerimeter:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=_0x6e36x2[_0xba71[235]],_0x6e36xa=_0x6e36x2[_0xba71[236]],_0x6e36x12=_0x6e36x2[_0xba71[117]]/2,_0x6e36x13=_0x6e36x2[_0xba71[119]]/2,_0x6e36x14=_0x6e36x9+_0x6e36x12,_0x6e36x15=_0x6e36xa+_0x6e36x13;_0x6e36x3=_0x6e36x4[_0xba71[235]];_0x6e36x4=_0x6e36x4[_0xba71[236]];var _0x6e36x16=parseInt(_0x6e36x3-_0x6e36x14),_0x6e36x17=parseInt(_0x6e36x4-_0x6e36x15);if(0==_0x6e36x16&&0!=_0x6e36x17){return new mxPoint(_0x6e36x14,_0x6e36x15+_0x6e36x13*_0x6e36x17/Math[_0xba71[425]](_0x6e36x17))};if(0==_0x6e36x16&&0==_0x6e36x17){return new mxPoint(_0x6e36x3,_0x6e36x4)};if(_0x6e36x5){if(_0x6e36x4>=_0x6e36xa&&_0x6e36x4<=_0x6e36xa+_0x6e36x2[_0xba71[119]]){return _0x6e36x2=_0x6e36x4-_0x6e36x15,_0x6e36x2=Math[_0xba71[428]](_0x6e36x12*_0x6e36x12*(1-_0x6e36x2*_0x6e36x2/(_0x6e36x13*_0x6e36x13)))||0,_0x6e36x3<=_0x6e36x9&&(_0x6e36x2= -_0x6e36x2), new mxPoint(_0x6e36x14+_0x6e36x2,_0x6e36x4)};if(_0x6e36x3>=_0x6e36x9&&_0x6e36x3<=_0x6e36x9+_0x6e36x2[_0xba71[117]]){return _0x6e36x2=_0x6e36x3-_0x6e36x14,_0x6e36x2=Math[_0xba71[428]](_0x6e36x13*_0x6e36x13*(1-_0x6e36x2*_0x6e36x2/(_0x6e36x12*_0x6e36x12)))||0,_0x6e36x4<=_0x6e36xa&&(_0x6e36x2= -_0x6e36x2), new mxPoint(_0x6e36x3,_0x6e36x15+_0x6e36x2)}};_0x6e36x9=_0x6e36x17/_0x6e36x16;_0x6e36x15-=_0x6e36x9*_0x6e36x14;_0x6e36xa=_0x6e36x12*_0x6e36x12*_0x6e36x9*_0x6e36x9+_0x6e36x13*_0x6e36x13;_0x6e36x2=-2*_0x6e36x14*_0x6e36xa;_0x6e36x13=Math[_0xba71[428]](_0x6e36x2*_0x6e36x2-4*_0x6e36xa*(_0x6e36x12*_0x6e36x12*_0x6e36x9*_0x6e36x9*_0x6e36x14*_0x6e36x14+_0x6e36x13*_0x6e36x13*_0x6e36x14*_0x6e36x14-_0x6e36x12*_0x6e36x12*_0x6e36x13*_0x6e36x13));_0x6e36x12=(-_0x6e36x2+_0x6e36x13)/(2*_0x6e36xa);_0x6e36x13=(-_0x6e36x2-_0x6e36x13)/(2*_0x6e36xa);_0x6e36x14=_0x6e36x9*_0x6e36x12+_0x6e36x15;_0x6e36x15=_0x6e36x9*_0x6e36x13+_0x6e36x15;_0x6e36x9=Math[_0xba71[428]](Math[_0xba71[2009]](_0x6e36x12-_0x6e36x3,2)+Math[_0xba71[2009]](_0x6e36x14-_0x6e36x4,2));_0x6e36x3=Math[_0xba71[428]](Math[_0xba71[2009]](_0x6e36x13-_0x6e36x3,2)+Math[_0xba71[2009]](_0x6e36x15-_0x6e36x4,2));_0x6e36xa=_0x6e36x4=0;_0x6e36x9<_0x6e36x3?(_0x6e36x4=_0x6e36x12,_0x6e36xa=_0x6e36x14):(_0x6e36x4=_0x6e36x13,_0x6e36xa=_0x6e36x15);return new mxPoint(_0x6e36x4,_0x6e36xa)},RhombusPerimeter:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x3=_0x6e36x2[_0xba71[235]];var _0x6e36x9=_0x6e36x2[_0xba71[236]],_0x6e36xa=_0x6e36x2[_0xba71[117]];_0x6e36x2=_0x6e36x2[_0xba71[119]];var _0x6e36x12=_0x6e36x3+_0x6e36xa/2,_0x6e36x13=_0x6e36x9+_0x6e36x2/2,_0x6e36x14=_0x6e36x4[_0xba71[235]];_0x6e36x4=_0x6e36x4[_0xba71[236]];if(_0x6e36x12==_0x6e36x14){return _0x6e36x13>_0x6e36x4? new mxPoint(_0x6e36x12,_0x6e36x9): new mxPoint(_0x6e36x12,_0x6e36x9+_0x6e36x2)};if(_0x6e36x13==_0x6e36x4){return _0x6e36x12>_0x6e36x14? new mxPoint(_0x6e36x3,_0x6e36x13): new mxPoint(_0x6e36x3+_0x6e36xa,_0x6e36x13)};var _0x6e36x15=_0x6e36x12,_0x6e36x16=_0x6e36x13;_0x6e36x5&&(_0x6e36x14>=_0x6e36x3&&_0x6e36x14<=_0x6e36x3+_0x6e36xa?_0x6e36x15=_0x6e36x14:_0x6e36x4>=_0x6e36x9&&_0x6e36x4<=_0x6e36x9+_0x6e36x2&&(_0x6e36x16=_0x6e36x4));return _0x6e36x14<_0x6e36x12?_0x6e36x4<_0x6e36x13?mxUtils[_0xba71[2010]](_0x6e36x14,_0x6e36x4,_0x6e36x15,_0x6e36x16,_0x6e36x12,_0x6e36x9,_0x6e36x3,_0x6e36x13):mxUtils[_0xba71[2010]](_0x6e36x14,_0x6e36x4,_0x6e36x15,_0x6e36x16,_0x6e36x12,_0x6e36x9+_0x6e36x2,_0x6e36x3,_0x6e36x13):_0x6e36x4<_0x6e36x13?mxUtils[_0xba71[2010]](_0x6e36x14,_0x6e36x4,_0x6e36x15,_0x6e36x16,_0x6e36x12,_0x6e36x9,_0x6e36x3+_0x6e36xa,_0x6e36x13):mxUtils[_0xba71[2010]](_0x6e36x14,_0x6e36x4,_0x6e36x15,_0x6e36x16,_0x6e36x12,_0x6e36x9+_0x6e36x2,_0x6e36x3+_0x6e36xa,_0x6e36x13)},TrianglePerimeter:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3[_0xba71[124]][mxConstants[_0xba71[2011]]]:null;var _0x6e36x9=_0x6e36x3==mxConstants[_0xba71[1358]]||_0x6e36x3==mxConstants[_0xba71[1354]],_0x6e36xa=_0x6e36x2[_0xba71[235]],_0x6e36x12=_0x6e36x2[_0xba71[236]],_0x6e36x13=_0x6e36x2[_0xba71[117]];_0x6e36x2=_0x6e36x2[_0xba71[119]];var _0x6e36x14=_0x6e36xa+_0x6e36x13/2,_0x6e36x15=_0x6e36x12+_0x6e36x2/2,_0x6e36x16= new mxPoint(_0x6e36xa,_0x6e36x12),_0x6e36x17= new mxPoint(_0x6e36xa+_0x6e36x13,_0x6e36x15),_0x6e36x18= new mxPoint(_0x6e36xa,_0x6e36x12+_0x6e36x2);_0x6e36x3==mxConstants[_0xba71[1358]]?(_0x6e36x16=_0x6e36x18,_0x6e36x17= new mxPoint(_0x6e36x14,_0x6e36x12),_0x6e36x18= new mxPoint(_0x6e36xa+_0x6e36x13,_0x6e36x12+_0x6e36x2)):_0x6e36x3==mxConstants[_0xba71[1354]]?(_0x6e36x17= new mxPoint(_0x6e36x14,_0x6e36x12+_0x6e36x2),_0x6e36x18= new mxPoint(_0x6e36xa+_0x6e36x13,_0x6e36x12)):_0x6e36x3==mxConstants[_0xba71[1359]]&&(_0x6e36x16= new mxPoint(_0x6e36xa+_0x6e36x13,_0x6e36x12),_0x6e36x17= new mxPoint(_0x6e36xa,_0x6e36x15),_0x6e36x18= new mxPoint(_0x6e36xa+_0x6e36x13,_0x6e36x12+_0x6e36x2));var _0x6e36x19=_0x6e36x4[_0xba71[235]]-_0x6e36x14,_0x6e36x1a=_0x6e36x4[_0xba71[236]]-_0x6e36x15,_0x6e36x19=_0x6e36x9?Math[_0xba71[429]](_0x6e36x19,_0x6e36x1a):Math[_0xba71[429]](_0x6e36x1a,_0x6e36x19),_0x6e36x1b=_0x6e36x9?Math[_0xba71[429]](_0x6e36x13,_0x6e36x2):Math[_0xba71[429]](_0x6e36x2,_0x6e36x13),_0x6e36x1a=!1,_0x6e36x1a=_0x6e36x3==mxConstants[_0xba71[1358]]||_0x6e36x3==mxConstants[_0xba71[1359]]?_0x6e36x19>-_0x6e36x1b&&_0x6e36x19<_0x6e36x1b:_0x6e36x19<-Math[_0xba71[424]]+_0x6e36x1b||_0x6e36x19>Math[_0xba71[424]]-_0x6e36x1b,_0x6e36x1b=null;_0x6e36x1a?_0x6e36x1b=_0x6e36x5&&(_0x6e36x9&&_0x6e36x4[_0xba71[235]]>=_0x6e36x16[_0xba71[235]]&&_0x6e36x4[_0xba71[235]]<=_0x6e36x18[_0xba71[235]]||!_0x6e36x9&&_0x6e36x4[_0xba71[236]]>=_0x6e36x16[_0xba71[236]]&&_0x6e36x4[_0xba71[236]]<=_0x6e36x18[_0xba71[236]])?_0x6e36x9? new mxPoint(_0x6e36x4[_0xba71[235]],_0x6e36x16[_0xba71[236]]): new mxPoint(_0x6e36x16[_0xba71[235]],_0x6e36x4[_0xba71[236]]):_0x6e36x3==mxConstants[_0xba71[1358]]? new mxPoint(_0x6e36xa+_0x6e36x13/2+_0x6e36x2*Math[_0xba71[2008]](_0x6e36x19)/2,_0x6e36x12+_0x6e36x2):_0x6e36x3==mxConstants[_0xba71[1354]]? new mxPoint(_0x6e36xa+_0x6e36x13/2-_0x6e36x2*Math[_0xba71[2008]](_0x6e36x19)/2,_0x6e36x12):_0x6e36x3==mxConstants[_0xba71[1359]]? new mxPoint(_0x6e36xa+_0x6e36x13,_0x6e36x12+_0x6e36x2/2+_0x6e36x13*Math[_0xba71[2008]](_0x6e36x19)/2): new mxPoint(_0x6e36xa,_0x6e36x12+_0x6e36x2/2-_0x6e36x13*Math[_0xba71[2008]](_0x6e36x19)/2):(_0x6e36x5&&(_0x6e36x5= new mxPoint(_0x6e36x14,_0x6e36x15),_0x6e36x4[_0xba71[236]]>=_0x6e36x12&&_0x6e36x4[_0xba71[236]]<=_0x6e36x12+_0x6e36x2?(_0x6e36x5[_0xba71[235]]=_0x6e36x9?_0x6e36x14:_0x6e36x3==mxConstants[_0xba71[1359]]?_0x6e36xa+_0x6e36x13:_0x6e36xa,_0x6e36x5[_0xba71[236]]=_0x6e36x4[_0xba71[236]]):_0x6e36x4[_0xba71[235]]>=_0x6e36xa&&_0x6e36x4[_0xba71[235]]<=_0x6e36xa+_0x6e36x13&&(_0x6e36x5[_0xba71[235]]=_0x6e36x4[_0xba71[235]],_0x6e36x5[_0xba71[236]]=!_0x6e36x9?_0x6e36x15:_0x6e36x3==mxConstants[_0xba71[1358]]?_0x6e36x12+_0x6e36x2:_0x6e36x12),_0x6e36x14=_0x6e36x5[_0xba71[235]],_0x6e36x15=_0x6e36x5[_0xba71[236]]),_0x6e36x1b=_0x6e36x9&&_0x6e36x4[_0xba71[235]]<=_0x6e36xa+_0x6e36x13/2||!_0x6e36x9&&_0x6e36x4[_0xba71[236]]<=_0x6e36x12+_0x6e36x2/2?mxUtils[_0xba71[2010]](_0x6e36x4[_0xba71[235]],_0x6e36x4[_0xba71[236]],_0x6e36x14,_0x6e36x15,_0x6e36x16[_0xba71[235]],_0x6e36x16[_0xba71[236]],_0x6e36x17[_0xba71[235]],_0x6e36x17[_0xba71[236]]):mxUtils[_0xba71[2010]](_0x6e36x4[_0xba71[235]],_0x6e36x4[_0xba71[236]],_0x6e36x14,_0x6e36x15,_0x6e36x17[_0xba71[235]],_0x6e36x17[_0xba71[236]],_0x6e36x18[_0xba71[235]],_0x6e36x18[_0xba71[236]]));null==_0x6e36x1b&&(_0x6e36x1b= new mxPoint(_0x6e36x14,_0x6e36x15));return _0x6e36x1b}};function mxPrintPreview(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14){this[_0xba71[1179]]=_0x6e36x2;this[_0xba71[255]]=null!=_0x6e36x3?_0x6e36x3:1/_0x6e36x2[_0xba71[2012]];this[_0xba71[467]]=null!=_0x6e36x5?_0x6e36x5:0;this[_0xba71[2013]]=null!=_0x6e36x4?_0x6e36x4:_0x6e36x2[_0xba71[2013]];this[_0xba71[924]]=null!=_0x6e36x13?_0x6e36x13:_0xba71[2014];this[_0xba71[1732]]=null!=_0x6e36x9?_0x6e36x9:0;this[_0xba71[1733]]=null!=_0x6e36xa?_0x6e36xa:0;this[_0xba71[1630]]=_0x6e36x12;this[_0xba71[2015]]=null!=_0x6e36x14?_0x6e36x14:!0}mxPrintPreview[_0xba71[202]][_0xba71[1179]]=null;mxPrintPreview[_0xba71[202]][_0xba71[2013]]=null;mxPrintPreview[_0xba71[202]][_0xba71[255]]=null;mxPrintPreview[_0xba71[202]][_0xba71[467]]=0;mxPrintPreview[_0xba71[202]][_0xba71[1732]]=0;mxPrintPreview[_0xba71[202]][_0xba71[1733]]=0;mxPrintPreview[_0xba71[202]][_0xba71[2016]]= !0;mxPrintPreview[_0xba71[202]][_0xba71[2017]]= !1;mxPrintPreview[_0xba71[202]][_0xba71[1630]]=null;mxPrintPreview[_0xba71[202]][_0xba71[924]]=null;mxPrintPreview[_0xba71[202]][_0xba71[2015]]=null;mxPrintPreview[_0xba71[202]][_0xba71[2018]]=null;mxPrintPreview[_0xba71[202]][_0xba71[2019]]=0;mxPrintPreview[_0xba71[202]][_0xba71[2020]]=function(){return this[_0xba71[2018]]};mxPrintPreview[_0xba71[202]][_0xba71[2021]]=function(){var _0x6e36x2=_0xba71[110];8==document[_0xba71[5]]&&(_0x6e36x2=_0xba71[2022]);return _0x6e36x2};mxPrintPreview[_0xba71[202]][_0xba71[392]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1179]][_0xba71[259]][_0xba71[2023]],_0x6e36x4=null;try{this[_0xba71[2017]]&&(this[_0xba71[1179]][_0xba71[259]][_0xba71[2023]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3[_0xba71[176]](_0x6e36x2[_0xba71[441]][_0xba71[2024]]())});if(null==this[_0xba71[2018]]){this[_0xba71[2018]]=window[_0xba71[392]]();var _0x6e36x5=this[_0xba71[2018]][_0xba71[395]],_0x6e36x9=this[_0xba71[2021]]();null!=_0x6e36x9&&0<_0x6e36x9[_0xba71[67]]&&_0x6e36x5[_0xba71[171]](_0x6e36x9);_0x6e36x5[_0xba71[171]](_0xba71[528]);_0x6e36x5[_0xba71[171]](_0xba71[531]);this[_0xba71[2025]](_0x6e36x5,_0x6e36x2);_0x6e36x5[_0xba71[171]](_0xba71[533]);_0x6e36x5[_0xba71[171]](_0xba71[2026]);mxClient[_0xba71[54]](_0xba71[94],mxClient[_0xba71[86]]+_0xba71[95],_0x6e36x5);mxClient[_0xba71[47]]&&(_0x6e36x5[_0xba71[100]][_0xba71[99]](_0xba71[6],_0xba71[97]),_0x6e36x5[_0xba71[100]][_0xba71[99]](_0xba71[7],_0xba71[101]),_0x6e36x5[_0xba71[102]]()[_0xba71[103]]=_0xba71[104],mxClient[_0xba71[54]](_0xba71[94],mxClient[_0xba71[86]]+_0xba71[105],_0x6e36x5));var _0x6e36xa=this[_0xba71[1179]][_0xba71[517]]()[_0xba71[238]](),_0x6e36x12=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[518]](),_0x6e36x13=_0x6e36x12/this[_0xba71[255]],_0x6e36x14=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[512]]();this[_0xba71[2016]]||(this[_0xba71[1732]]=-_0x6e36x14[_0xba71[235]]*this[_0xba71[255]],this[_0xba71[1733]]=-_0x6e36x14[_0xba71[236]]*this[_0xba71[255]],_0x6e36xa[_0xba71[117]]+=_0x6e36xa[_0xba71[235]],_0x6e36xa[_0xba71[119]]+=_0x6e36xa[_0xba71[236]],_0x6e36xa[_0xba71[235]]=0,this[_0xba71[467]]=_0x6e36xa[_0xba71[236]]=0);_0x6e36xa[_0xba71[117]]/=_0x6e36x13;_0x6e36xa[_0xba71[119]]/=_0x6e36x13;var _0x6e36x15=this[_0xba71[2013]][_0xba71[117]]-2*this[_0xba71[467]],_0x6e36x16=this[_0xba71[2013]][_0xba71[119]]-2*this[_0xba71[467]],_0x6e36x17=Math[_0xba71[160]](1,Math[_0xba71[430]]((_0x6e36xa[_0xba71[117]]+this[_0xba71[1732]])/_0x6e36x15)),_0x6e36x18=Math[_0xba71[160]](1,Math[_0xba71[430]]((_0x6e36xa[_0xba71[119]]+this[_0xba71[1733]])/_0x6e36x16));this[_0xba71[2019]]=_0x6e36x17*_0x6e36x18;var _0x6e36x19=mxUtils[_0xba71[885]](this,function(){if(this[_0xba71[2015]]&&(1<_0x6e36x18||1<_0x6e36x17)){var _0x6e36x2=this[_0xba71[2027]](_0x6e36x18,_0x6e36x17);_0x6e36x5[_0xba71[112]][_0xba71[62]](_0x6e36x2);if(mxClient[_0xba71[80]]){_0x6e36x2[_0xba71[124]][_0xba71[491]]=_0xba71[492];var _0x6e36x3=function(){_0x6e36x2[_0xba71[124]][_0xba71[125]]=_0x6e36x5[_0xba71[112]][_0xba71[190]]+10+_0xba71[168]};mxEvent[_0xba71[169]](this[_0xba71[2018]],_0xba71[276],function(_0x6e36x2){_0x6e36x3()});mxEvent[_0xba71[169]](this[_0xba71[2018]],_0xba71[129],function(_0x6e36x2){_0x6e36x3()})}}});_0x6e36x2=function(_0x6e36x2,_0x6e36x3){null!=this[_0xba71[1630]]&&(_0x6e36x2[_0xba71[124]][_0xba71[1630]]=this[_0xba71[1630]],_0x6e36x2[_0xba71[124]][_0xba71[465]]=_0xba71[1631],_0x6e36x2[_0xba71[124]][_0xba71[1629]]=_0xba71[942]);_0x6e36x2[_0xba71[124]][_0xba71[1537]]=_0xba71[1391];_0x6e36x3&&(_0x6e36x2[_0xba71[124]][_0xba71[2028]]=_0xba71[2029]);mxClient[_0xba71[80]]?(_0x6e36x5[_0xba71[171]](_0x6e36x2[_0xba71[342]]),_0x6e36x2[_0xba71[265]][_0xba71[266]](_0x6e36x2)):(_0x6e36x2[_0xba71[265]][_0xba71[266]](_0x6e36x2),_0x6e36x5[_0xba71[112]][_0xba71[62]](_0x6e36x2));if(_0x6e36x3){var _0x6e36x4=_0x6e36x5[_0xba71[55]](_0xba71[1054]);_0x6e36x4[_0xba71[926]]=_0xba71[2030];_0x6e36x5[_0xba71[112]][_0xba71[62]](_0x6e36x4)}};var _0x6e36x1a=this[_0xba71[2031]](this[_0xba71[2013]][_0xba71[117]],this[_0xba71[2013]][_0xba71[119]]);if(null!=_0x6e36x1a){for(var _0x6e36x1b=0;_0x6e36x1b<_0x6e36x1a[_0xba71[67]];_0x6e36x1b++){_0x6e36x2(_0x6e36x1a[_0x6e36x1b],!0)}};for(var _0x6e36x1c=this[_0xba71[2032]](this[_0xba71[2013]][_0xba71[117]],this[_0xba71[2013]][_0xba71[119]]),_0x6e36x1b=0;_0x6e36x1b<_0x6e36x18;_0x6e36x1b++){for(var _0x6e36x1d=_0x6e36x1b*_0x6e36x16/this[_0xba71[255]]-this[_0xba71[1733]]/this[_0xba71[255]]+(_0x6e36xa[_0xba71[236]]-_0x6e36x14[_0xba71[236]]*_0x6e36x12)/_0x6e36x12,_0x6e36x1a=0;_0x6e36x1a<_0x6e36x17;_0x6e36x1a++){if(null==this[_0xba71[2018]]){return null};var _0x6e36x1e=_0x6e36x1a*_0x6e36x15/this[_0xba71[255]]-this[_0xba71[1732]]/this[_0xba71[255]]+(_0x6e36xa[_0xba71[235]]-_0x6e36x14[_0xba71[235]]*_0x6e36x12)/_0x6e36x12,_0x6e36x1f=_0x6e36x1b*_0x6e36x17+_0x6e36x1a+1,_0x6e36x4=this[_0xba71[2034]](this[_0xba71[2013]][_0xba71[117]],this[_0xba71[2013]][_0xba71[119]],mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[2033]](-_0x6e36x1e,-_0x6e36x1d,this[_0xba71[255]],_0x6e36x1f,_0x6e36x2)}));_0x6e36x4[_0xba71[57]](_0xba71[1363],_0xba71[2035]+_0x6e36x1f);_0x6e36x2(_0x6e36x4,null!=_0x6e36x1c||_0x6e36x1b<_0x6e36x18-1||_0x6e36x1a<_0x6e36x17-1)}};if(null!=_0x6e36x1c){for(_0x6e36x1b=0;_0x6e36x1b<_0x6e36x1c[_0xba71[67]];_0x6e36x1b++){_0x6e36x2(_0x6e36x1c[_0x6e36x1b],_0x6e36x1b<_0x6e36x1c[_0xba71[67]])}};_0x6e36x5[_0xba71[171]](_0xba71[527]);_0x6e36x5[_0xba71[171]](_0xba71[534]);_0x6e36x5[_0xba71[268]]();_0x6e36x19();mxEvent[_0xba71[762]](_0x6e36x5[_0xba71[112]])};this[_0xba71[2018]][_0xba71[393]]()}catch(y){null!=_0x6e36x4&&null!=_0x6e36x4[_0xba71[265]]&&_0x6e36x4[_0xba71[265]][_0xba71[266]](_0x6e36x4)}finally{this[_0xba71[1179]][_0xba71[259]][_0xba71[2023]]=_0x6e36x3};return this[_0xba71[2018]]};mxPrintPreview[_0xba71[202]][_0xba71[2025]]=function(_0x6e36x2,_0x6e36x3){null!=this[_0xba71[924]]&&_0x6e36x2[_0xba71[171]](_0xba71[2036]+this[_0xba71[924]]+_0xba71[2037]);_0x6e36x2[_0xba71[171]](_0xba71[2038]);_0x6e36x2[_0xba71[171]](_0xba71[2039]);_0x6e36x2[_0xba71[171]](_0xba71[2040]);_0x6e36x2[_0xba71[171]](_0xba71[2041]);_0x6e36x2[_0xba71[171]](_0xba71[233]);_0x6e36x2[_0xba71[171]](_0xba71[2042]);_0x6e36x2[_0xba71[171]](_0xba71[2043]);_0x6e36x2[_0xba71[171]](_0xba71[2044]);_0x6e36x2[_0xba71[171]](_0xba71[2045]);_0x6e36x2[_0xba71[171]](_0xba71[233]);null!=_0x6e36x3&&_0x6e36x2[_0xba71[171]](_0x6e36x3);_0x6e36x2[_0xba71[171]](_0xba71[2046])};mxPrintPreview[_0xba71[202]][_0xba71[2027]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[2018]][_0xba71[395]],_0x6e36x5=_0x6e36x4[_0xba71[55]](_0xba71[116]);_0x6e36x5[_0xba71[926]]=_0xba71[2047];_0x6e36x5[_0xba71[57]](_0xba71[467],_0xba71[468]);for(var _0x6e36x9=_0x6e36x4[_0xba71[55]](_0xba71[120]),_0x6e36xa=0;_0x6e36xa<_0x6e36x2;_0x6e36xa++){for(var _0x6e36x12=_0x6e36x4[_0xba71[55]](_0xba71[121]),_0x6e36x13=0;_0x6e36x13<_0x6e36x3;_0x6e36x13++){var _0x6e36x14=_0x6e36xa*_0x6e36x3+_0x6e36x13+1,_0x6e36x15=_0x6e36x4[_0xba71[55]](_0xba71[122]);if(!mxClient[_0xba71[133]]||mxClient[_0xba71[75]]||mxClient[_0xba71[76]]){var _0x6e36x16=_0x6e36x4[_0xba71[55]](_0xba71[2048]);_0x6e36x16[_0xba71[57]](_0xba71[44],_0xba71[2049]+_0x6e36x14);mxUtils[_0xba71[53]](_0x6e36x16,_0x6e36x14,_0x6e36x4);_0x6e36x15[_0xba71[62]](_0x6e36x16)}else {mxUtils[_0xba71[53]](_0x6e36x15,_0x6e36x14,_0x6e36x4)};_0x6e36x12[_0xba71[62]](_0x6e36x15)};_0x6e36x9[_0xba71[62]](_0x6e36x12)};_0x6e36x5[_0xba71[62]](_0x6e36x9);return _0x6e36x5};mxPrintPreview[_0xba71[202]][_0xba71[2034]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=document[_0xba71[55]](_0xba71[485]);try{_0x6e36x5[_0xba71[124]][_0xba71[117]]=_0x6e36x2+_0xba71[168];_0x6e36x5[_0xba71[124]][_0xba71[119]]=_0x6e36x3+_0xba71[168];_0x6e36x5[_0xba71[124]][_0xba71[277]]=_0xba71[188];_0x6e36x5[_0xba71[124]][_0xba71[2050]]=_0xba71[1824];_0x6e36x5[_0xba71[124]][_0xba71[491]]=_0xba71[1500];var _0x6e36x9=document[_0xba71[55]](_0xba71[485]);_0x6e36x9[_0xba71[124]][_0xba71[125]]=this[_0xba71[467]]+_0xba71[168];_0x6e36x9[_0xba71[124]][_0xba71[361]]=this[_0xba71[467]]+_0xba71[168];_0x6e36x9[_0xba71[124]][_0xba71[117]]=_0x6e36x2-2*this[_0xba71[467]]+_0xba71[168];_0x6e36x9[_0xba71[124]][_0xba71[119]]=_0x6e36x3-2*this[_0xba71[467]]+_0xba71[168];_0x6e36x9[_0xba71[124]][_0xba71[277]]=_0xba71[188];this[_0xba71[1179]][_0xba71[507]]==mxConstants[_0xba71[1523]]&&(_0x6e36x9[_0xba71[124]][_0xba71[491]]=_0xba71[492]);_0x6e36x5[_0xba71[62]](_0x6e36x9);document[_0xba71[112]][_0xba71[62]](_0x6e36x5);_0x6e36x4(_0x6e36x9)}catch(f){throw _0x6e36x5[_0xba71[265]][_0xba71[266]](_0x6e36x5),f};return _0x6e36x5};mxPrintPreview[_0xba71[202]][_0xba71[2033]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x5=this[_0xba71[1179]][_0xba71[249]]();var _0x6e36xa=this[_0xba71[1179]][_0xba71[526]];this[_0xba71[1179]][_0xba71[526]]=_0x6e36x9;var _0x6e36x12=_0x6e36x5[_0xba71[2051]](),_0x6e36x13=_0x6e36x5[_0xba71[2052]](),_0x6e36x14=_0x6e36x5[_0xba71[2024]](),_0x6e36x15=_0x6e36x5[_0xba71[1524]]();this[_0xba71[1179]][_0xba71[507]]==mxConstants[_0xba71[508]]?_0x6e36x5[_0xba71[1569]]():this[_0xba71[1179]][_0xba71[507]]==mxConstants[_0xba71[1523]]?_0x6e36x5[_0xba71[1571]]():_0x6e36x5[_0xba71[1570]]();var _0x6e36x16=_0x6e36x5[_0xba71[503]]();_0x6e36x5[_0xba71[504]](!1);var _0x6e36x17=this[_0xba71[1179]][_0xba71[994]]();this[_0xba71[1179]][_0xba71[995]](!1);var _0x6e36x18=_0x6e36x5[_0xba71[512]]();_0x6e36x5[_0xba71[513]]= new mxPoint(_0x6e36x2,_0x6e36x3);_0x6e36x2=null;try{var _0x6e36x19=[this[_0xba71[1179]][_0xba71[502]]()[_0xba71[501]]()];_0x6e36x2= new mxTemporaryCellStates(_0x6e36x5,_0x6e36x4,_0x6e36x19)}finally{if(mxClient[_0xba71[80]]){_0x6e36x5[_0xba71[506]][_0xba71[339]]=_0xba71[110]}else {for(_0x6e36x4=_0x6e36x9[_0xba71[285]];null!=_0x6e36x4;){_0x6e36x19=_0x6e36x4[_0xba71[287]],_0x6e36x3=_0x6e36x4[_0xba71[301]][_0xba71[216]](),_0xba71[571]==_0x6e36x3?(_0x6e36x4[_0xba71[57]](_0xba71[117],parseInt(_0x6e36x9[_0xba71[124]][_0xba71[117]])),_0x6e36x4[_0xba71[57]](_0xba71[119],parseInt(_0x6e36x9[_0xba71[124]][_0xba71[119]]))):_0xba71[583]!=_0x6e36x4[_0xba71[124]][_0xba71[270]]&&_0xba71[116]!=_0x6e36x3&&_0x6e36x4[_0xba71[265]][_0xba71[266]](_0x6e36x4),_0x6e36x4=_0x6e36x19}};_0x6e36x5[_0xba71[506]][_0xba71[265]][_0xba71[266]](_0x6e36x5[_0xba71[506]]);this[_0xba71[1179]][_0xba71[995]](_0x6e36x17);this[_0xba71[1179]][_0xba71[526]]=_0x6e36xa;_0x6e36x5[_0xba71[510]]=_0x6e36x12;_0x6e36x5[_0xba71[2053]]=_0x6e36x13;_0x6e36x5[_0xba71[505]]=_0x6e36x14;_0x6e36x5[_0xba71[506]]=_0x6e36x15;_0x6e36x5[_0xba71[513]]=_0x6e36x18;_0x6e36x2[_0xba71[515]]();_0x6e36x5[_0xba71[504]](_0x6e36x16)}};mxPrintPreview[_0xba71[202]][_0xba71[2031]]=function(){return null};mxPrintPreview[_0xba71[202]][_0xba71[2032]]=function(){return null};mxPrintPreview[_0xba71[202]][_0xba71[540]]=function(){var _0x6e36x2=this[_0xba71[392]]();null!=_0x6e36x2&&_0x6e36x2[_0xba71[540]]()};mxPrintPreview[_0xba71[202]][_0xba71[268]]=function(){null!=this[_0xba71[2018]]&&(this[_0xba71[2018]][_0xba71[268]](),this[_0xba71[2018]]=null)};function mxStylesheet(){this[_0xba71[2054]]={};this[_0xba71[2056]](this[_0xba71[2055]]());this[_0xba71[2058]](this[_0xba71[2057]]())}mxStylesheet[_0xba71[202]][_0xba71[2055]]=function(){var _0x6e36x2={};_0x6e36x2[mxConstants[_0xba71[2059]]]=mxConstants[_0xba71[2060]];_0x6e36x2[mxConstants[_0xba71[2061]]]=mxPerimeter[_0xba71[2062]];_0x6e36x2[mxConstants[_0xba71[2063]]]=mxConstants[_0xba71[481]];_0x6e36x2[mxConstants[_0xba71[2064]]]=mxConstants[_0xba71[479]];_0x6e36x2[mxConstants[_0xba71[2065]]]=_0xba71[2066];_0x6e36x2[mxConstants[_0xba71[2067]]]=_0xba71[2068];_0x6e36x2[mxConstants[_0xba71[2069]]]=_0xba71[2070];return _0x6e36x2};mxStylesheet[_0xba71[202]][_0xba71[2057]]=function(){var _0x6e36x2={};_0x6e36x2[mxConstants[_0xba71[2059]]]=mxConstants[_0xba71[2071]];_0x6e36x2[mxConstants[_0xba71[1695]]]=mxConstants[_0xba71[1622]];_0x6e36x2[mxConstants[_0xba71[2063]]]=mxConstants[_0xba71[481]];_0x6e36x2[mxConstants[_0xba71[2064]]]=mxConstants[_0xba71[479]];_0x6e36x2[mxConstants[_0xba71[2067]]]=_0xba71[2068];_0x6e36x2[mxConstants[_0xba71[2069]]]=_0xba71[2072];return _0x6e36x2};mxStylesheet[_0xba71[202]][_0xba71[2056]]=function(_0x6e36x2){this[_0xba71[2074]](_0xba71[2073],_0x6e36x2)};mxStylesheet[_0xba71[202]][_0xba71[2058]]=function(_0x6e36x2){this[_0xba71[2074]](_0xba71[2075],_0x6e36x2)};mxStylesheet[_0xba71[202]][_0xba71[2076]]=function(){return this[_0xba71[2054]][_0xba71[2073]]};mxStylesheet[_0xba71[202]][_0xba71[2077]]=function(){return this[_0xba71[2054]][_0xba71[2075]]};mxStylesheet[_0xba71[202]][_0xba71[2074]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[2054]][_0x6e36x2]=_0x6e36x3};mxStylesheet[_0xba71[202]][_0xba71[1705]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=_0x6e36x3;if(null!=_0x6e36x2&&0<_0x6e36x2[_0xba71[67]]){for(var _0x6e36x5=_0x6e36x2[_0xba71[224]](_0xba71[471]),_0x6e36x4=null!=_0x6e36x4&&_0xba71[471]!=_0x6e36x2[_0xba71[225]](0)?mxUtils[_0xba71[238]](_0x6e36x4):{},_0x6e36x9=0;_0x6e36x9<_0x6e36x5[_0xba71[67]];_0x6e36x9++){var _0x6e36xa=_0x6e36x5[_0x6e36x9],_0x6e36x12=_0x6e36xa[_0xba71[2]](_0xba71[226]);if(0<=_0x6e36x12){var _0x6e36x13=_0x6e36xa[_0xba71[85]](0,_0x6e36x12),_0x6e36xa=_0x6e36xa[_0xba71[85]](_0x6e36x12+1);_0x6e36xa==mxConstants[_0xba71[217]]? delete _0x6e36x4[_0x6e36x13]:mxUtils[_0xba71[1946]](_0x6e36xa)?_0x6e36x4[_0x6e36x13]=parseFloat(_0x6e36xa):_0x6e36x4[_0x6e36x13]=_0x6e36xa}else {if(_0x6e36xa=this[_0xba71[2054]][_0x6e36xa],null!=_0x6e36xa){for(_0x6e36x13 in _0x6e36xa){_0x6e36x4[_0x6e36x13]=_0x6e36xa[_0x6e36x13]}}}}};return _0x6e36x4};function mxCellState(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[441]]=_0x6e36x2;this[_0xba71[246]]=_0x6e36x3;this[_0xba71[124]]=_0x6e36x4;this[_0xba71[2078]]= new mxPoint;this[_0xba71[2079]]= new mxPoint}mxCellState[_0xba71[202]]= new mxRectangle;mxCellState[_0xba71[202]][_0xba71[196]]=mxCellState;mxCellState[_0xba71[202]][_0xba71[441]]=null;mxCellState[_0xba71[202]][_0xba71[246]]=null;mxCellState[_0xba71[202]][_0xba71[124]]=null;mxCellState[_0xba71[202]][_0xba71[2080]]= !0;mxCellState[_0xba71[202]][_0xba71[2081]]= !1;mxCellState[_0xba71[202]][_0xba71[2082]]= !1;mxCellState[_0xba71[202]][_0xba71[2078]]=null;mxCellState[_0xba71[202]][_0xba71[439]]=null;mxCellState[_0xba71[202]][_0xba71[2079]]=null;mxCellState[_0xba71[202]][_0xba71[2083]]=null;mxCellState[_0xba71[202]][_0xba71[2084]]=null;mxCellState[_0xba71[202]][_0xba71[2085]]=0;mxCellState[_0xba71[202]][_0xba71[67]]=0;mxCellState[_0xba71[202]][_0xba71[2086]]=null;mxCellState[_0xba71[202]][_0xba71[253]]=null;mxCellState[_0xba71[202]][_0xba71[963]]=null;mxCellState[_0xba71[202]][_0xba71[2087]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x2=_0x6e36x2||0;_0x6e36x3=null!=_0x6e36x3?_0x6e36x3: new mxRectangle(this[_0xba71[235]],this[_0xba71[236]],this[_0xba71[117]],this[_0xba71[119]]);if(null!=this[_0xba71[253]]&&null!=this[_0xba71[253]][_0xba71[1561]]){var _0x6e36x4=this[_0xba71[253]][_0xba71[1561]][_0xba71[1548]](this[_0xba71[124]],_0x6e36x3[_0xba71[235]],_0x6e36x3[_0xba71[236]],_0x6e36x3[_0xba71[117]],_0x6e36x3[_0xba71[119]]);_0x6e36x3[_0xba71[235]]=_0x6e36x4[_0xba71[235]];_0x6e36x3[_0xba71[236]]=_0x6e36x4[_0xba71[236]];_0x6e36x3[_0xba71[117]]=this[_0xba71[253]][_0xba71[1561]][_0xba71[1532]]*_0x6e36x4[_0xba71[117]];_0x6e36x3[_0xba71[119]]=this[_0xba71[253]][_0xba71[1561]][_0xba71[1533]]*_0x6e36x4[_0xba71[119]]};0!=_0x6e36x2&&_0x6e36x3[_0xba71[244]](_0x6e36x2);return _0x6e36x3};mxCellState[_0xba71[202]][_0xba71[2088]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3?(null==this[_0xba71[439]]&&(this[_0xba71[439]]=[]),0==this[_0xba71[439]][_0xba71[67]]?this[_0xba71[439]][_0xba71[207]](_0x6e36x2):this[_0xba71[439]][0]=_0x6e36x2):null==this[_0xba71[439]]?(this[_0xba71[439]]=[],this[_0xba71[439]][_0xba71[207]](null),this[_0xba71[439]][_0xba71[207]](_0x6e36x2)):1==this[_0xba71[439]][_0xba71[67]]?this[_0xba71[439]][_0xba71[207]](_0x6e36x2):this[_0xba71[439]][this[_0xba71[439]][_0xba71[67]]-1]=_0x6e36x2};mxCellState[_0xba71[202]][_0xba71[1609]]=function(_0x6e36x2){null!=this[_0xba71[253]]&&this[_0xba71[253]][_0xba71[1609]](_0x6e36x2);null!=this[_0xba71[963]]&&this[_0xba71[963]][_0xba71[1609]](_0x6e36x2)};mxCellState[_0xba71[202]][_0xba71[1710]]=function(_0x6e36x2){_0x6e36x2=this[_0xba71[2089]](_0x6e36x2);return null!=_0x6e36x2?_0x6e36x2[_0xba71[246]]:null};mxCellState[_0xba71[202]][_0xba71[2089]]=function(_0x6e36x2){return _0x6e36x2?this[_0xba71[2083]]:this[_0xba71[2084]]};mxCellState[_0xba71[202]][_0xba71[2090]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3?this[_0xba71[2083]]=_0x6e36x2:this[_0xba71[2084]]=_0x6e36x2};mxCellState[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[441]][_0xba71[1179]][_0xba71[259]][_0xba71[515]](this)};mxCellState[_0xba71[202]][_0xba71[238]]=function(){var _0x6e36x2= new mxCellState(this[_0xba71[441]],this[_0xba71[246]],this[_0xba71[124]]);if(null!=this[_0xba71[439]]){_0x6e36x2[_0xba71[439]]=[];for(var _0x6e36x3=0;_0x6e36x3<this[_0xba71[439]][_0xba71[67]];_0x6e36x3++){_0x6e36x2[_0xba71[439]][_0x6e36x3]=this[_0xba71[439]][_0x6e36x3][_0xba71[238]]()}};null!=this[_0xba71[2078]]&&(_0x6e36x2[_0xba71[2078]]=this[_0xba71[2078]][_0xba71[238]]());null!=this[_0xba71[2079]]&&(_0x6e36x2[_0xba71[2079]]=this[_0xba71[2079]][_0xba71[238]]());null!=this[_0xba71[1563]]&&(_0x6e36x2[_0xba71[1563]]=this[_0xba71[1563]][_0xba71[238]]());_0x6e36x2[_0xba71[2085]]=this[_0xba71[2085]];_0x6e36x2[_0xba71[2086]]=this[_0xba71[2086]];_0x6e36x2[_0xba71[67]]=this[_0xba71[67]];_0x6e36x2[_0xba71[235]]=this[_0xba71[235]];_0x6e36x2[_0xba71[236]]=this[_0xba71[236]];_0x6e36x2[_0xba71[117]]=this[_0xba71[117]];_0x6e36x2[_0xba71[119]]=this[_0xba71[119]];return _0x6e36x2};function mxGraphSelectionModel(_0x6e36x2){this[_0xba71[1179]]=_0x6e36x2;this[_0xba71[895]]=[]}mxGraphSelectionModel[_0xba71[202]]= new mxEventSource;mxGraphSelectionModel[_0xba71[202]][_0xba71[196]]=mxGraphSelectionModel;mxGraphSelectionModel[_0xba71[202]][_0xba71[2091]]=_0xba71[130]!=mxClient[_0xba71[90]]?_0xba71[819]:_0xba71[110];mxGraphSelectionModel[_0xba71[202]][_0xba71[2092]]=_0xba71[130]!=mxClient[_0xba71[90]]?_0xba71[2093]:_0xba71[110];mxGraphSelectionModel[_0xba71[202]][_0xba71[1179]]=null;mxGraphSelectionModel[_0xba71[202]][_0xba71[2094]]= !1;mxGraphSelectionModel[_0xba71[202]][_0xba71[2095]]=function(){return this[_0xba71[2094]]};mxGraphSelectionModel[_0xba71[202]][_0xba71[2096]]=function(_0x6e36x2){this[_0xba71[2094]]=_0x6e36x2};mxGraphSelectionModel[_0xba71[202]][_0xba71[2097]]=function(_0x6e36x2){return null!=_0x6e36x2?0<=mxUtils[_0xba71[2]](this[_0xba71[895]],_0x6e36x2):!1};mxGraphSelectionModel[_0xba71[202]][_0xba71[1107]]=function(){return 0==this[_0xba71[895]][_0xba71[67]]};mxGraphSelectionModel[_0xba71[202]][_0xba71[200]]=function(){this[_0xba71[2098]](null,this[_0xba71[895]])};mxGraphSelectionModel[_0xba71[202]][_0xba71[2099]]=function(_0x6e36x2){null!=_0x6e36x2&&this[_0xba71[2100]]([_0x6e36x2])};mxGraphSelectionModel[_0xba71[202]][_0xba71[2100]]=function(_0x6e36x2){if(null!=_0x6e36x2){this[_0xba71[2094]]&&(_0x6e36x2=[this[_0xba71[2101]](_0x6e36x2)]);for(var _0x6e36x3=[],_0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){this[_0xba71[1179]][_0xba71[2102]](_0x6e36x2[_0x6e36x4])&&_0x6e36x3[_0xba71[207]](_0x6e36x2[_0x6e36x4])};this[_0xba71[2098]](_0x6e36x3,this[_0xba71[895]])}};mxGraphSelectionModel[_0xba71[202]][_0xba71[2101]]=function(_0x6e36x2){if(null!=_0x6e36x2){for(var _0x6e36x3=0;_0x6e36x3<_0x6e36x2[_0xba71[67]];_0x6e36x3++){if(this[_0xba71[1179]][_0xba71[2102]](_0x6e36x2[_0x6e36x3])){return _0x6e36x2[_0x6e36x3]}}};return null};mxGraphSelectionModel[_0xba71[202]][_0xba71[2103]]=function(_0x6e36x2){null!=_0x6e36x2&&this[_0xba71[832]]([_0x6e36x2])};mxGraphSelectionModel[_0xba71[202]][_0xba71[832]]=function(_0x6e36x2){if(null!=_0x6e36x2){var _0x6e36x3=null;this[_0xba71[2094]]&&(_0x6e36x3=this[_0xba71[895]],_0x6e36x2=[this[_0xba71[2101]](_0x6e36x2)]);for(var _0x6e36x4=[],_0x6e36x5=0;_0x6e36x5<_0x6e36x2[_0xba71[67]];_0x6e36x5++){!this[_0xba71[2097]](_0x6e36x2[_0x6e36x5])&&this[_0xba71[1179]][_0xba71[2102]](_0x6e36x2[_0x6e36x5])&&_0x6e36x4[_0xba71[207]](_0x6e36x2[_0x6e36x5])};this[_0xba71[2098]](_0x6e36x4,_0x6e36x3)}};mxGraphSelectionModel[_0xba71[202]][_0xba71[2104]]=function(_0x6e36x2){null!=_0x6e36x2&&this[_0xba71[842]]([_0x6e36x2])};mxGraphSelectionModel[_0xba71[202]][_0xba71[842]]=function(_0x6e36x2){if(null!=_0x6e36x2){for(var _0x6e36x3=[],_0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){this[_0xba71[2097]](_0x6e36x2[_0x6e36x4])&&_0x6e36x3[_0xba71[207]](_0x6e36x2[_0x6e36x4])};this[_0xba71[2098]](null,_0x6e36x3)}};mxGraphSelectionModel[_0xba71[202]][_0xba71[2098]]=function(_0x6e36x2,_0x6e36x3){if(null!=_0x6e36x2&&0<_0x6e36x2[_0xba71[67]]&&null!=_0x6e36x2[0]||null!=_0x6e36x3&&0<_0x6e36x3[_0xba71[67]]&&null!=_0x6e36x3[0]){var _0x6e36x4= new mxSelectionChange(this,_0x6e36x2,_0x6e36x3);_0x6e36x4[_0xba71[350]]();var _0x6e36x5= new mxUndoableEdit(this,!1);_0x6e36x5[_0xba71[99]](_0x6e36x4);this[_0xba71[746]]( new mxEventObject(mxEvent.UNDO,_0xba71[1061],_0x6e36x5))}};mxGraphSelectionModel[_0xba71[202]][_0xba71[1941]]=function(_0x6e36x2){null!=_0x6e36x2&&!this[_0xba71[2097]](_0x6e36x2)&&this[_0xba71[895]][_0xba71[207]](_0x6e36x2)};mxGraphSelectionModel[_0xba71[202]][_0xba71[1102]]=function(_0x6e36x2){null!=_0x6e36x2&&(_0x6e36x2=mxUtils[_0xba71[2]](this[_0xba71[895]],_0x6e36x2),0<=_0x6e36x2&&this[_0xba71[895]][_0xba71[300]](_0x6e36x2,1))};function mxSelectionChange(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[2105]]=_0x6e36x2;this[_0xba71[2106]]=null!=_0x6e36x3?_0x6e36x3[_0xba71[1853]]():null;this[_0xba71[2107]]=null!=_0x6e36x4?_0x6e36x4[_0xba71[1853]]():null}mxSelectionChange[_0xba71[202]][_0xba71[350]]=function(){var _0x6e36x2=mxLog[_0xba71[2109]](_0xba71[2108]);window[_0xba71[879]]=mxResources[_0xba71[203]](this[_0xba71[2105]][_0xba71[2092]])||this[_0xba71[2105]][_0xba71[2092]];if(null!=this[_0xba71[2107]]){for(var _0x6e36x3=0;_0x6e36x3<this[_0xba71[2107]][_0xba71[67]];_0x6e36x3++){this[_0xba71[2105]][_0xba71[1102]](this[_0xba71[2107]][_0x6e36x3])}};if(null!=this[_0xba71[2106]]){for(_0x6e36x3=0;_0x6e36x3<this[_0xba71[2106]][_0xba71[67]];_0x6e36x3++){this[_0xba71[2105]][_0xba71[1941]](this[_0xba71[2106]][_0x6e36x3])}};_0x6e36x3=this[_0xba71[2106]];this[_0xba71[2106]]=this[_0xba71[2107]];this[_0xba71[2107]]=_0x6e36x3;window[_0xba71[879]]=mxResources[_0xba71[203]](this[_0xba71[2105]][_0xba71[2091]])||this[_0xba71[2105]][_0xba71[2091]];mxLog[_0xba71[2110]](_0xba71[2108],_0x6e36x2);this[_0xba71[2105]][_0xba71[746]]( new mxEventObject(mxEvent.CHANGE,_0xba71[2106],this[_0xba71[2106]],_0xba71[2107],this[_0xba71[2107]]))};function mxCellEditor(_0x6e36x2){this[_0xba71[1179]]=_0x6e36x2}mxCellEditor[_0xba71[202]][_0xba71[1179]]=null;mxCellEditor[_0xba71[202]][_0xba71[126]]=null;mxCellEditor[_0xba71[202]][_0xba71[2111]]=null;mxCellEditor[_0xba71[202]][_0xba71[2112]]=null;mxCellEditor[_0xba71[202]][_0xba71[2113]]= !1;mxCellEditor[_0xba71[202]][_0xba71[2114]]= !0;mxCellEditor[_0xba71[202]][_0xba71[2115]]=_0xba71[110];mxCellEditor[_0xba71[202]][_0xba71[2116]]=_0xba71[110];mxCellEditor[_0xba71[202]][_0xba71[176]]=function(){this[_0xba71[126]]=document[_0xba71[55]](_0xba71[126]);this[_0xba71[126]][_0xba71[926]]=_0xba71[2117];this[_0xba71[126]][_0xba71[124]][_0xba71[491]]=_0xba71[492];this[_0xba71[126]][_0xba71[124]][_0xba71[277]]=_0xba71[189];this[_0xba71[126]][_0xba71[57]](_0xba71[2118],_0xba71[2119]);this[_0xba71[126]][_0xba71[57]](_0xba71[969],_0xba71[2120]);mxClient[_0xba71[133]]&&(this[_0xba71[126]][_0xba71[124]][_0xba71[129]]=_0xba71[130]);mxEvent[_0xba71[169]](this[_0xba71[126]],_0xba71[2121],mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[2122]]()}));mxEvent[_0xba71[169]](this[_0xba71[126]],_0xba71[2123],mxUtils[_0xba71[885]](this,function(_0x6e36x2){mxEvent[_0xba71[721]](_0x6e36x2)||(113==_0x6e36x2[_0xba71[2124]]||this[_0xba71[1179]][_0xba71[2125]]()&&13==_0x6e36x2[_0xba71[2124]]&&!mxEvent[_0xba71[775]](_0x6e36x2)&&!mxEvent[_0xba71[774]](_0x6e36x2)?(this[_0xba71[1179]][_0xba71[2126]](!1),mxEvent[_0xba71[722]](_0x6e36x2)):27==_0x6e36x2[_0xba71[2124]]?(this[_0xba71[1179]][_0xba71[2126]](!0),mxEvent[_0xba71[722]](_0x6e36x2)):(this[_0xba71[2127]]&&(this[_0xba71[2127]]= !1,this[_0xba71[126]][_0xba71[131]]=_0xba71[110]),this[_0xba71[2128]](!0)))}));mxEvent[_0xba71[169]](this[_0xba71[126]],_0xba71[2129],mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[2114]]&&!mxEvent[_0xba71[721]](_0x6e36x2)&&setTimeout(mxUtils[_0xba71[885]](this,function(){this[_0xba71[129]]()}),0)}))};mxCellEditor[_0xba71[202]][_0xba71[129]]=function(){if(null!=this[_0xba71[1653]]){var _0x6e36x2=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[248]](this[_0xba71[2111]]),_0x6e36x3=this[_0xba71[1179]][_0xba71[2130]](_0x6e36x2[_0xba71[246]]),_0x6e36x4=this[_0xba71[1179]][_0xba71[2131]](_0x6e36x2[_0xba71[246]]);if(this[_0xba71[1179]][_0xba71[502]]()[_0xba71[250]](_0x6e36x2[_0xba71[246]])){this[_0xba71[1562]][_0xba71[235]]=_0x6e36x2[_0xba71[2079]][_0xba71[235]],this[_0xba71[1562]][_0xba71[236]]=_0x6e36x2[_0xba71[2079]][_0xba71[236]],this[_0xba71[1562]][_0xba71[117]]=0,this[_0xba71[1562]][_0xba71[119]]=0}else {if(null!=this[_0xba71[1562]]){this[_0xba71[1562]][_0xba71[235]]=_0x6e36x2[_0xba71[235]];this[_0xba71[1562]][_0xba71[236]]=_0x6e36x2[_0xba71[236]];this[_0xba71[1562]][_0xba71[117]]=_0x6e36x2[_0xba71[117]];this[_0xba71[1562]][_0xba71[119]]=_0x6e36x2[_0xba71[119]];var _0x6e36x5=mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_LABEL_POSITION,mxConstants.ALIGN_CENTER);_0x6e36x5==mxConstants[_0xba71[2132]]?this[_0xba71[1562]][_0xba71[235]]-=_0x6e36x2[_0xba71[117]]:_0x6e36x5==mxConstants[_0xba71[480]]&&(this[_0xba71[1562]][_0xba71[235]]+=_0x6e36x2[_0xba71[117]]);_0x6e36x5=mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_VERTICAL_LABEL_POSITION,mxConstants.ALIGN_MIDDLE);_0x6e36x5==mxConstants[_0xba71[1687]]?this[_0xba71[1562]][_0xba71[236]]-=_0x6e36x2[_0xba71[119]]:_0x6e36x5==mxConstants[_0xba71[482]]&&(this[_0xba71[1562]][_0xba71[236]]+=_0x6e36x2[_0xba71[119]])}};_0x6e36x5=this[_0xba71[126]][_0xba71[131]];if(_0xba71[192]==_0x6e36x5[_0xba71[225]](_0x6e36x5[_0xba71[67]]-1)||_0xba71[110]==_0x6e36x5){_0x6e36x5+=_0xba71[544]};_0x6e36x5=mxUtils[_0xba71[321]](_0x6e36x5,!1);_0x6e36x4?(this[_0xba71[1653]][_0xba71[124]][_0xba71[493]]=_0xba71[1502],this[_0xba71[1653]][_0xba71[124]][_0xba71[117]]=this[_0xba71[1562]][_0xba71[117]]+_0xba71[168]):_0x6e36x5=_0x6e36x5[_0xba71[230]](/ /g,_0xba71[544]);_0x6e36x5=_0x6e36x5[_0xba71[230]](/\n/g,_0xba71[1453]);this[_0xba71[1653]][_0xba71[339]]=_0x6e36x5;var _0x6e36x5=this[_0xba71[1653]][_0xba71[359]]+30,_0x6e36x9=this[_0xba71[1653]][_0xba71[167]]+16,_0x6e36x5=Math[_0xba71[160]](_0x6e36x5,40),_0x6e36x9=Math[_0xba71[160]](_0x6e36x9,20);_0x6e36x3&&(_0x6e36x5=Math[_0xba71[243]](this[_0xba71[1562]][_0xba71[117]]-4,_0x6e36x5),_0x6e36x9=Math[_0xba71[243]](this[_0xba71[1562]][_0xba71[119]],_0x6e36x9));var _0x6e36xa=null!=_0x6e36x2[_0xba71[963]]?_0x6e36x2[_0xba71[963]][_0xba71[1655]]:null;null==_0x6e36xa&&(_0x6e36xa=mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_ALIGN,mxConstants.ALIGN_CENTER),_0x6e36x2=mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE),_0x6e36xa=mxUtils[_0xba71[1501]](_0x6e36xa,_0x6e36x2));if(null!=_0x6e36xa){if(_0x6e36x3|| !_0x6e36x4){this[_0xba71[126]][_0xba71[124]][_0xba71[361]]=Math[_0xba71[160]](0,Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[235]]-_0x6e36xa[_0xba71[235]]*this[_0xba71[1562]][_0xba71[117]]+_0x6e36xa[_0xba71[235]]*_0x6e36x5)-3)+_0xba71[168]};this[_0xba71[126]][_0xba71[124]][_0xba71[125]]=Math[_0xba71[160]](0,Math[_0xba71[488]](this[_0xba71[1562]][_0xba71[236]]-_0x6e36xa[_0xba71[236]]*this[_0xba71[1562]][_0xba71[119]]+_0x6e36xa[_0xba71[236]]*_0x6e36x9)+4)+_0xba71[168]};if(_0x6e36x3|| !_0x6e36x4){this[_0xba71[126]][_0xba71[124]][_0xba71[117]]=_0x6e36x5+_0xba71[168]};this[_0xba71[126]][_0xba71[124]][_0xba71[119]]=_0x6e36x9+_0xba71[168]}};mxCellEditor[_0xba71[202]][_0xba71[2133]]=function(){return this[_0xba71[2113]]};mxCellEditor[_0xba71[202]][_0xba71[2128]]=function(_0x6e36x2){this[_0xba71[2113]]=_0x6e36x2};mxCellEditor[_0xba71[202]][_0xba71[2122]]=function(){this[_0xba71[2126]](!this[_0xba71[1179]][_0xba71[2134]]())};mxCellEditor[_0xba71[202]][_0xba71[855]]=function(_0x6e36x2,_0x6e36x3){null==this[_0xba71[126]]&&this[_0xba71[176]]();this[_0xba71[2126]](!0);var _0x6e36x4=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[248]](_0x6e36x2);if(null!=_0x6e36x4){this[_0xba71[2111]]=_0x6e36x2;this[_0xba71[2112]]=_0x6e36x3;this[_0xba71[2116]]=null;null!=_0x6e36x4[_0xba71[963]]&&this[_0xba71[2135]](_0x6e36x4)&&(this[_0xba71[2116]]=_0x6e36x4[_0xba71[963]][_0xba71[252]],this[_0xba71[2116]][_0xba71[124]][_0xba71[187]]=_0xba71[188]);var _0x6e36x5=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[255]],_0x6e36x5=mxUtils[_0xba71[433]](_0x6e36x4[_0xba71[124]],mxConstants.STYLE_FONTSIZE,mxConstants.DEFAULT_FONTSIZE)*_0x6e36x5,_0x6e36x9=mxUtils[_0xba71[433]](_0x6e36x4[_0xba71[124]],mxConstants.STYLE_FONTFAMILY,mxConstants.DEFAULT_FONTFAMILY),_0x6e36xa=mxUtils[_0xba71[433]](_0x6e36x4[_0xba71[124]],mxConstants.STYLE_FONTCOLOR,_0xba71[586]),_0x6e36x12=mxUtils[_0xba71[433]](_0x6e36x4[_0xba71[124]],mxConstants.STYLE_ALIGN,mxConstants.ALIGN_LEFT),_0x6e36x13=(mxUtils[_0xba71[433]](_0x6e36x4[_0xba71[124]],mxConstants.STYLE_FONTSTYLE,0)&mxConstants[_0xba71[1410]])==mxConstants[_0xba71[1410]],_0x6e36x14=(mxUtils[_0xba71[433]](_0x6e36x4[_0xba71[124]],mxConstants.STYLE_FONTSTYLE,0)&mxConstants[_0xba71[1412]])==mxConstants[_0xba71[1412]],_0x6e36x15=(mxUtils[_0xba71[433]](_0x6e36x4[_0xba71[124]],mxConstants.STYLE_FONTSTYLE,0)&mxConstants[_0xba71[1414]])==mxConstants[_0xba71[1414]];this[_0xba71[126]][_0xba71[124]][_0xba71[487]]=Math[_0xba71[488]](_0x6e36x5)+_0xba71[168];this[_0xba71[126]][_0xba71[124]][_0xba71[489]]=Math[_0xba71[488]](_0x6e36x5*mxConstants[_0xba71[490]])+_0xba71[168];this[_0xba71[126]][_0xba71[124]][_0xba71[486]]=_0x6e36x9;this[_0xba71[126]][_0xba71[124]][_0xba71[1165]]=_0x6e36x12;this[_0xba71[126]][_0xba71[124]][_0xba71[352]]=_0x6e36xa;this[_0xba71[126]][_0xba71[124]][_0xba71[1452]]=_0x6e36x13?_0xba71[1447]:_0xba71[1502];this[_0xba71[126]][_0xba71[124]][_0xba71[666]]=_0x6e36x14?_0xba71[1449]:_0xba71[110];this[_0xba71[126]][_0xba71[124]][_0xba71[354]]=_0x6e36x15?_0xba71[355]:_0xba71[110];this[_0xba71[126]][_0xba71[124]][_0xba71[277]]=_0xba71[278];this[_0xba71[126]][_0xba71[124]][_0xba71[2136]]=_0xba71[130];this[_0xba71[1562]]=_0x6e36x5=this[_0xba71[2137]](_0x6e36x4);this[_0xba71[126]][_0xba71[124]][_0xba71[361]]=_0x6e36x5[_0xba71[235]]+_0xba71[168];this[_0xba71[126]][_0xba71[124]][_0xba71[125]]=_0x6e36x5[_0xba71[236]]+_0xba71[168];this[_0xba71[126]][_0xba71[124]][_0xba71[117]]=_0x6e36x5[_0xba71[117]]+_0xba71[168];this[_0xba71[126]][_0xba71[124]][_0xba71[119]]=_0x6e36x5[_0xba71[119]]+_0xba71[168];this[_0xba71[126]][_0xba71[124]][_0xba71[931]]=5;_0x6e36x4=this[_0xba71[2138]](_0x6e36x4,_0x6e36x3);null==_0x6e36x4||0==_0x6e36x4[_0xba71[67]]?(_0x6e36x4=this[_0xba71[2139]](),this[_0xba71[2127]]= !0):this[_0xba71[2127]]= !1;this[_0xba71[2128]](!1);this[_0xba71[126]][_0xba71[131]]=_0x6e36x4;this[_0xba71[1179]][_0xba71[526]][_0xba71[62]](this[_0xba71[126]]);_0xba71[130]!=this[_0xba71[126]][_0xba71[124]][_0xba71[495]]&&(this[_0xba71[2114]]&&(this[_0xba71[1653]]=this[_0xba71[2140]](),document[_0xba71[112]][_0xba71[62]](this[_0xba71[1653]]),this[_0xba71[129]]()),this[_0xba71[126]][_0xba71[393]](),this[_0xba71[126]][_0xba71[804]]())}};mxCellEditor[_0xba71[202]][_0xba71[2140]]=function(){var _0x6e36x2=document[_0xba71[55]](_0xba71[485]),_0x6e36x3=_0x6e36x2[_0xba71[124]];_0x6e36x3[_0xba71[491]]=_0xba71[492];_0x6e36x3[_0xba71[493]]=_0xba71[494];_0x6e36x3[_0xba71[187]]=_0xba71[188];_0x6e36x3[_0xba71[495]]=mxClient[_0xba71[496]]?_0xba71[497]:_0xba71[498];_0x6e36x3[_0xba71[499]]=_0xba71[500];_0x6e36x3[_0xba71[123]]=_0xba71[125];_0x6e36x3[_0xba71[489]]=this[_0xba71[126]][_0xba71[124]][_0xba71[489]];_0x6e36x3[_0xba71[487]]=this[_0xba71[126]][_0xba71[124]][_0xba71[487]];_0x6e36x3[_0xba71[486]]=this[_0xba71[126]][_0xba71[124]][_0xba71[486]];_0x6e36x3[_0xba71[1452]]=this[_0xba71[126]][_0xba71[124]][_0xba71[1452]];_0x6e36x3[_0xba71[1165]]=this[_0xba71[126]][_0xba71[124]][_0xba71[1165]];_0x6e36x3[_0xba71[666]]=this[_0xba71[126]][_0xba71[124]][_0xba71[666]];_0x6e36x3[_0xba71[354]]=this[_0xba71[126]][_0xba71[124]][_0xba71[354]];return _0x6e36x2};mxCellEditor[_0xba71[202]][_0xba71[2126]]=function(_0x6e36x2){null!=this[_0xba71[2111]]&&(null!=this[_0xba71[2116]]&&(this[_0xba71[2116]][_0xba71[124]][_0xba71[187]]=_0xba71[189],this[_0xba71[2116]]=null),!_0x6e36x2&&this[_0xba71[2133]]()&&this[_0xba71[1179]][_0xba71[850]](this[_0xba71[2111]],this[_0xba71[2141]](),this[_0xba71[2112]]),null!=this[_0xba71[1653]]&&(document[_0xba71[112]][_0xba71[266]](this[_0xba71[1653]]),this[_0xba71[1653]]=null),this[_0xba71[1562]]=this[_0xba71[2112]]=this[_0xba71[2111]]=null,this[_0xba71[126]][_0xba71[2121]](),this[_0xba71[126]][_0xba71[265]][_0xba71[266]](this[_0xba71[126]]))};mxCellEditor[_0xba71[202]][_0xba71[2138]]=function(_0x6e36x2,_0x6e36x3){return this[_0xba71[1179]][_0xba71[2142]](_0x6e36x2[_0xba71[246]],_0x6e36x3)};mxCellEditor[_0xba71[202]][_0xba71[2141]]=function(){return this[_0xba71[126]][_0xba71[131]][_0xba71[230]](/\r/g,_0xba71[110])};mxCellEditor[_0xba71[202]][_0xba71[2135]]=function(_0x6e36x2){return !0};mxCellEditor[_0xba71[202]][_0xba71[939]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[255]];return new mxRectangle(0,0,null==_0x6e36x2[_0xba71[963]]?30:_0x6e36x2[_0xba71[963]][_0xba71[803]]*_0x6e36x3+20,_0xba71[361]==this[_0xba71[126]][_0xba71[124]][_0xba71[1165]]?120:40)};mxCellEditor[_0xba71[202]][_0xba71[2137]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1179]][_0xba71[502]]()[_0xba71[250]](_0x6e36x2[_0xba71[246]]),_0x6e36x4=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[255]],_0x6e36x5=this[_0xba71[939]](_0x6e36x2),_0x6e36x9=_0x6e36x5[_0xba71[117]],_0x6e36x5=_0x6e36x5[_0xba71[119]],_0x6e36xa=parseInt(_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2143]]]||2)*_0x6e36x4,_0x6e36x12=parseInt(_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2144]]]||0)*_0x6e36x4+_0x6e36xa,_0x6e36x13=parseInt(_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2145]]]||0)*_0x6e36x4+_0x6e36xa,_0x6e36x14=parseInt(_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2146]]]||0)*_0x6e36x4+_0x6e36xa,_0x6e36x4=parseInt(_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2147]]]||0)*_0x6e36x4+_0x6e36xa,_0x6e36x13= new mxRectangle(_0x6e36x2[_0xba71[235]],_0x6e36x2[_0xba71[236]],Math[_0xba71[160]](_0x6e36x9,_0x6e36x2[_0xba71[117]]-_0x6e36x4-_0x6e36x13),Math[_0xba71[160]](_0x6e36x5,_0x6e36x2[_0xba71[119]]-_0x6e36x12-_0x6e36x14));_0x6e36x3?(_0x6e36x13[_0xba71[235]]=_0x6e36x2[_0xba71[2079]][_0xba71[235]],_0x6e36x13[_0xba71[236]]=_0x6e36x2[_0xba71[2079]][_0xba71[236]],null!=_0x6e36x2[_0xba71[963]]&&null!=_0x6e36x2[_0xba71[963]][_0xba71[1563]]&&(0<_0x6e36x2[_0xba71[963]][_0xba71[1563]][_0xba71[235]]&&(_0x6e36x13[_0xba71[235]]=_0x6e36x2[_0xba71[963]][_0xba71[1563]][_0xba71[235]]),0<_0x6e36x2[_0xba71[963]][_0xba71[1563]][_0xba71[236]]&&(_0x6e36x13[_0xba71[236]]=_0x6e36x2[_0xba71[963]][_0xba71[1563]][_0xba71[236]]))):null!=_0x6e36x2[_0xba71[963]]&&null!=_0x6e36x2[_0xba71[963]][_0xba71[1563]]&&(_0x6e36x13[_0xba71[235]]=Math[_0xba71[243]](_0x6e36x13[_0xba71[235]],_0x6e36x2[_0xba71[963]][_0xba71[1563]][_0xba71[235]]),_0x6e36x13[_0xba71[236]]=Math[_0xba71[243]](_0x6e36x13[_0xba71[236]],_0x6e36x2[_0xba71[963]][_0xba71[1563]][_0xba71[236]]));_0x6e36x13[_0xba71[235]]+=_0x6e36x4;_0x6e36x13[_0xba71[236]]+=_0x6e36x12;null!=_0x6e36x2[_0xba71[963]]&&null!=_0x6e36x2[_0xba71[963]][_0xba71[1563]]&&(_0x6e36x3?(_0x6e36x13[_0xba71[117]]=Math[_0xba71[160]](_0x6e36x9,_0x6e36x2[_0xba71[963]][_0xba71[1563]][_0xba71[117]]),_0x6e36x13[_0xba71[119]]=Math[_0xba71[160]](_0x6e36x5,_0x6e36x2[_0xba71[963]][_0xba71[1563]][_0xba71[119]])):(_0x6e36x13[_0xba71[117]]=Math[_0xba71[160]](_0x6e36x13[_0xba71[117]],_0x6e36x2[_0xba71[963]][_0xba71[1563]][_0xba71[117]]),_0x6e36x13[_0xba71[119]]=Math[_0xba71[160]](_0x6e36x13[_0xba71[119]],_0x6e36x2[_0xba71[963]][_0xba71[1563]][_0xba71[119]])));this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1193]](_0x6e36x2[_0xba71[246]])&&(_0x6e36x3=mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_LABEL_POSITION,mxConstants.ALIGN_CENTER),_0x6e36x3==mxConstants[_0xba71[2132]]?_0x6e36x13[_0xba71[235]]-=_0x6e36x2[_0xba71[117]]:_0x6e36x3==mxConstants[_0xba71[480]]&&(_0x6e36x13[_0xba71[235]]+=_0x6e36x2[_0xba71[117]]),_0x6e36x3=mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_VERTICAL_LABEL_POSITION,mxConstants.ALIGN_MIDDLE),_0x6e36x3==mxConstants[_0xba71[1687]]?_0x6e36x13[_0xba71[236]]-=_0x6e36x2[_0xba71[119]]:_0x6e36x3==mxConstants[_0xba71[482]]&&(_0x6e36x13[_0xba71[236]]+=_0x6e36x2[_0xba71[119]]));return _0x6e36x13};mxCellEditor[_0xba71[202]][_0xba71[2139]]=function(_0x6e36x2){return this[_0xba71[2115]]};mxCellEditor[_0xba71[202]][_0xba71[2148]]=function(){return this[_0xba71[2111]]};mxCellEditor[_0xba71[202]][_0xba71[515]]=function(){null!=this[_0xba71[126]]&&(mxEvent[_0xba71[762]](this[_0xba71[126]]),null!=this[_0xba71[126]][_0xba71[265]]&&this[_0xba71[126]][_0xba71[265]][_0xba71[266]](this[_0xba71[126]]),this[_0xba71[126]]=null)};function mxCellRenderer(){}mxCellRenderer[_0xba71[202]][_0xba71[2149]]=mxConnector;mxCellRenderer[_0xba71[202]][_0xba71[2150]]=mxRectangleShape;mxCellRenderer[_0xba71[202]][_0xba71[2151]]=mxText;mxCellRenderer[_0xba71[202]][_0xba71[2152]]= !0;mxCellRenderer[_0xba71[202]][_0xba71[2153]]={};mxCellRenderer[_0xba71[2154]]=function(_0x6e36x2,_0x6e36x3){mxCellRenderer[_0xba71[202]][_0xba71[2153]][_0x6e36x2]=_0x6e36x3};mxCellRenderer[_0xba71[2154]](mxConstants.SHAPE_RECTANGLE,mxRectangleShape);mxCellRenderer[_0xba71[2154]](mxConstants.SHAPE_ELLIPSE,mxEllipse);mxCellRenderer[_0xba71[2154]](mxConstants.SHAPE_RHOMBUS,mxRhombus);mxCellRenderer[_0xba71[2154]](mxConstants.SHAPE_CYLINDER,mxCylinder);mxCellRenderer[_0xba71[2154]](mxConstants.SHAPE_CONNECTOR,mxConnector);mxCellRenderer[_0xba71[2154]](mxConstants.SHAPE_ACTOR,mxActor);mxCellRenderer[_0xba71[2154]](mxConstants.SHAPE_TRIANGLE,mxTriangle);mxCellRenderer[_0xba71[2154]](mxConstants.SHAPE_HEXAGON,mxHexagon);mxCellRenderer[_0xba71[2154]](mxConstants.SHAPE_CLOUD,mxCloud);mxCellRenderer[_0xba71[2154]](mxConstants.SHAPE_LINE,mxLine);mxCellRenderer[_0xba71[2154]](mxConstants.SHAPE_ARROW,mxArrow);mxCellRenderer[_0xba71[2154]](mxConstants.SHAPE_DOUBLE_ELLIPSE,mxDoubleEllipse);mxCellRenderer[_0xba71[2154]](mxConstants.SHAPE_SWIMLANE,mxSwimlane);mxCellRenderer[_0xba71[2154]](mxConstants.SHAPE_IMAGE,mxImageShape);mxCellRenderer[_0xba71[2154]](mxConstants.SHAPE_LABEL,mxLabel);mxCellRenderer[_0xba71[202]][_0xba71[2155]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[502]]();if(null!=_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[526]]&&null==_0x6e36x2[_0xba71[253]]&&_0x6e36x2[_0xba71[246]]!=_0x6e36x2[_0xba71[441]][_0xba71[1741]]&&(_0x6e36x4[_0xba71[1193]](_0x6e36x2[_0xba71[246]])||_0x6e36x4[_0xba71[250]](_0x6e36x2[_0xba71[246]]))){if(this[_0xba71[2156]](_0x6e36x2),null!=_0x6e36x2[_0xba71[253]]&&(null==_0x6e36x3||_0x6e36x3)){this[_0xba71[2157]](_0x6e36x2),_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[2158]]||_0x6e36x4[_0xba71[250]](_0x6e36x2[_0xba71[246]])?_0x6e36x2[_0xba71[2081]]= !0:_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[2159]]&&null!=this[_0xba71[2160]]&&(this[_0xba71[2160]][_0xba71[265]]==_0x6e36x2[_0xba71[253]][_0xba71[252]][_0xba71[265]]?this[_0xba71[2161]](_0x6e36x2,this[_0xba71[2160]]):this[_0xba71[2160]]=null),_0x6e36x2[_0xba71[253]][_0xba71[255]]=_0x6e36x2[_0xba71[441]][_0xba71[255]],this[_0xba71[2162]](_0x6e36x2),this[_0xba71[2163]](_0x6e36x2)}}};mxCellRenderer[_0xba71[202]][_0xba71[2157]]=function(_0x6e36x2){_0x6e36x2[_0xba71[253]][_0xba71[176]](_0x6e36x2[_0xba71[441]][_0xba71[2024]]())};mxCellRenderer[_0xba71[202]][_0xba71[2164]]=function(_0x6e36x2,_0x6e36x3){for(var _0x6e36x4=null,_0x6e36x5=_0x6e36x2[_0xba71[441]][_0xba71[1179]],_0x6e36x9=_0x6e36x5[_0xba71[502]](),_0x6e36xa=_0x6e36x2[_0xba71[246]],_0x6e36x12=_0x6e36x9[_0xba71[1197]](_0x6e36xa);null!=_0x6e36x12&&null==_0x6e36x4;){_0x6e36x4=this[_0xba71[2165]](_0x6e36x5,_0x6e36x12,_0x6e36xa,_0x6e36x3),_0x6e36xa=_0x6e36x12,_0x6e36x12=_0x6e36x9[_0xba71[1197]](_0x6e36xa)};return _0x6e36x4};mxCellRenderer[_0xba71[202]][_0xba71[2165]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=null,_0x6e36xa=_0x6e36x2[_0xba71[502]]();for(_0x6e36x4=null!=_0x6e36x4?_0x6e36x3[_0xba71[1738]](_0x6e36x4)-1:_0x6e36xa[_0xba71[262]](_0x6e36x3)-1;0<=_0x6e36x4&&null==_0x6e36x9;_0x6e36x4--){_0x6e36x9=this[_0xba71[2165]](_0x6e36x2,_0x6e36xa[_0xba71[263]](_0x6e36x3,_0x6e36x4),null,_0x6e36x5)};if(null==_0x6e36x9&&(_0x6e36x9=_0x6e36x2[_0xba71[441]][_0xba71[248]](_0x6e36x3),null!=_0x6e36x9&&(null==_0x6e36x9[_0xba71[253]]||null==_0x6e36x9[_0xba71[253]][_0xba71[252]]||_0x6e36x9[_0xba71[253]][_0xba71[252]][_0xba71[265]]!=_0x6e36x5))){_0x6e36x9=null};return _0x6e36x9};mxCellRenderer[_0xba71[202]][_0xba71[2166]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[253]][_0xba71[252]][_0xba71[265]],_0x6e36x4=this[_0xba71[2164]](_0x6e36x2,_0x6e36x3),_0x6e36x5=_0x6e36x3[_0xba71[285]];null!=_0x6e36x4&&(_0x6e36x5=_0x6e36x4[_0xba71[253]][_0xba71[252]],null!=_0x6e36x4[_0xba71[963]]&&(null!=_0x6e36x4[_0xba71[963]][_0xba71[252]]&&_0x6e36x4[_0xba71[963]][_0xba71[252]][_0xba71[265]]==_0x6e36x3)&&(_0x6e36x5=_0x6e36x4[_0xba71[963]][_0xba71[252]]),_0x6e36x5=_0x6e36x5[_0xba71[287]]);this[_0xba71[2161]](_0x6e36x2,_0x6e36x5)};mxCellRenderer[_0xba71[202]][_0xba71[2167]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[441]],_0x6e36x4=_0x6e36x3[_0xba71[1179]][_0xba71[502]]();if(_0x6e36x3[_0xba71[1179]][_0xba71[2159]]){if(null==this[_0xba71[2160]]||null==this[_0xba71[2160]][_0xba71[265]]||this[_0xba71[2160]][_0xba71[265]]!=_0x6e36x2[_0xba71[253]][_0xba71[252]][_0xba71[265]]){this[_0xba71[2160]]=_0x6e36x2[_0xba71[253]][_0xba71[252]]}}else {if(_0x6e36x3[_0xba71[1179]][_0xba71[2168]]){var _0x6e36x5=_0x6e36x2[_0xba71[253]][_0xba71[252]],_0x6e36x9=_0x6e36x5[_0xba71[265]],_0x6e36x4=_0x6e36x4[_0xba71[1197]](_0x6e36x2[_0xba71[246]]),_0x6e36x3=_0x6e36x3[_0xba71[248]](_0x6e36x4),_0x6e36x9=null!=_0x6e36x3&&null!=_0x6e36x3[_0xba71[253]]&&null!=_0x6e36x3[_0xba71[253]][_0xba71[252]]?_0x6e36x3[_0xba71[253]][_0xba71[252]][_0xba71[287]]:_0x6e36x9[_0xba71[285]];null!=_0x6e36x9&&_0x6e36x9!=_0x6e36x5&&this[_0xba71[2161]](_0x6e36x2,_0x6e36x9)}}};mxCellRenderer[_0xba71[202]][_0xba71[2161]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x2[_0xba71[253]][_0xba71[252]][_0xba71[265]][_0xba71[950]](_0x6e36x2[_0xba71[253]][_0xba71[252]],_0x6e36x3);null!=_0x6e36x2[_0xba71[963]]&&(null!=_0x6e36x2[_0xba71[963]][_0xba71[252]]&&_0x6e36x2[_0xba71[963]][_0xba71[252]][_0xba71[265]]==_0x6e36x2[_0xba71[253]][_0xba71[252]][_0xba71[265]])&&_0x6e36x2[_0xba71[253]][_0xba71[252]][_0xba71[265]][_0xba71[950]](_0x6e36x2[_0xba71[963]][_0xba71[252]],_0x6e36x2[_0xba71[253]][_0xba71[252]][_0xba71[287]])};mxCellRenderer[_0xba71[202]][_0xba71[2156]]=function(_0x6e36x2){if(null!=_0x6e36x2[_0xba71[124]]){var _0x6e36x3=mxStencilRegistry[_0xba71[1560]](_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2059]]]);null!=_0x6e36x3?_0x6e36x2[_0xba71[253]]= new mxShape(_0x6e36x3):(_0x6e36x3=this[_0xba71[2169]](_0x6e36x2),_0x6e36x2[_0xba71[253]]= new _0x6e36x3);_0x6e36x2[_0xba71[253]][_0xba71[1525]]=_0x6e36x2[_0xba71[439]];_0x6e36x2[_0xba71[253]][_0xba71[1562]]= new mxRectangle(_0x6e36x2[_0xba71[235]],_0x6e36x2[_0xba71[236]],_0x6e36x2[_0xba71[117]],_0x6e36x2[_0xba71[119]]);_0x6e36x2[_0xba71[253]][_0xba71[507]]=_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[507]];this[_0xba71[2170]](_0x6e36x2)}};mxCellRenderer[_0xba71[202]][_0xba71[2171]]=function(_0x6e36x2){return null!=_0x6e36x2?mxCellRenderer[_0xba71[202]][_0xba71[2153]][_0x6e36x2]:null};mxCellRenderer[_0xba71[202]][_0xba71[2169]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[2171]](_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2059]]]);null==_0x6e36x3&&(_0x6e36x3=_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[502]]()[_0xba71[250]](_0x6e36x2[_0xba71[246]])?this[_0xba71[2149]]:this[_0xba71[2150]]);return _0x6e36x3};mxCellRenderer[_0xba71[202]][_0xba71[2170]]=function(_0x6e36x2){_0x6e36x2[_0xba71[253]][_0xba71[183]](_0x6e36x2);_0x6e36x2[_0xba71[253]][_0xba71[618]]=_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[1202]](_0x6e36x2);_0x6e36x2[_0xba71[253]][_0xba71[630]]=this[_0xba71[2171]](_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[2172]](_0x6e36x2));_0x6e36x2[_0xba71[253]][_0xba71[632]]=_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[2173]](_0x6e36x2);_0x6e36x2[_0xba71[253]][_0xba71[634]]=_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[2174]](_0x6e36x2);_0x6e36x2[_0xba71[253]][_0xba71[638]]=_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2175]]];_0x6e36x2[_0xba71[253]][_0xba71[631]]=_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[2176]](_0x6e36x2);this[_0xba71[2177]](_0x6e36x2)};mxCellRenderer[_0xba71[202]][_0xba71[2177]]=function(_0x6e36x2){null!=_0x6e36x2[_0xba71[253]]&&(this[_0xba71[2178]](_0x6e36x2,_0xba71[632],mxConstants.STYLE_FILLCOLOR),this[_0xba71[2178]](_0x6e36x2,_0xba71[634],mxConstants.STYLE_GRADIENTCOLOR),this[_0xba71[2178]](_0x6e36x2,_0xba71[1334],mxConstants.STYLE_FILLCOLOR),this[_0xba71[2178]](_0x6e36x2,_0xba71[1336],mxConstants.STYLE_STROKECOLOR),this[_0xba71[2178]](_0x6e36x2,_0xba71[1299],mxConstants.STYLE_GRADIENTCOLOR))};mxCellRenderer[_0xba71[202]][_0xba71[2178]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=_0x6e36x2[_0xba71[253]][_0x6e36x3],_0x6e36x9=_0x6e36x2[_0xba71[441]][_0xba71[1179]],_0x6e36xa=null;_0xba71[1549]==_0x6e36x5?_0x6e36xa=_0x6e36x9[_0xba71[251]][_0xba71[1197]](_0x6e36x2[_0xba71[246]]):_0xba71[687]==_0x6e36x5?(_0x6e36xa=null!=_0x6e36x9[_0xba71[251]][_0xba71[1709]](_0x6e36x2[_0xba71[246]],!1)?_0x6e36x9[_0xba71[251]][_0xba71[1709]](_0x6e36x2[_0xba71[246]],!1):_0x6e36x2[_0xba71[246]],_0x6e36xa=_0x6e36x9[_0xba71[2179]](_0x6e36xa),_0x6e36x4=_0x6e36x9[_0xba71[2180]]):_0xba71[2181]==_0x6e36x5&&(_0x6e36x2[_0xba71[253]][_0x6e36x3]=_0x6e36x2[_0xba71[253]][_0xba71[632]]);null!=_0x6e36xa&&(_0x6e36x5=_0x6e36x9[_0xba71[249]]()[_0xba71[248]](_0x6e36xa),_0x6e36x2[_0xba71[253]][_0x6e36x3]=null,null!=_0x6e36x5&&(_0x6e36x2[_0xba71[253]][_0x6e36x3]=null!=_0x6e36x5[_0xba71[253]]&&_0xba71[632]!=_0x6e36x3?_0x6e36x5[_0xba71[253]][_0x6e36x3]:_0x6e36x5[_0xba71[124]][_0x6e36x4]))};mxCellRenderer[_0xba71[202]][_0xba71[2182]]=function(_0x6e36x2){return _0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[2183]](_0x6e36x2[_0xba71[246]])};mxCellRenderer[_0xba71[202]][_0xba71[2184]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=_0x6e36x2[_0xba71[441]][_0xba71[1179]];_0x6e36x4[_0xba71[502]]()[_0xba71[250]](_0x6e36x2[_0xba71[246]]);if(0<_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2185]]]||null==_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2185]]]){var _0x6e36x5=_0x6e36x4[_0xba71[2186]](_0x6e36x2[_0xba71[246]])||null!=_0x6e36x3&&mxUtils[_0xba71[1331]](_0x6e36x3);_0x6e36x2[_0xba71[963]]= new this[_0xba71[2151]](_0x6e36x3, new mxRectangle,_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2064]]]||mxConstants[_0xba71[479]],_0x6e36x4[_0xba71[2187]](_0x6e36x2),_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2069]]],_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2188]]],_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2185]]],_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2189]]],_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2143]]],_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2144]]],_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2145]]],_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2146]]],_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2147]]],_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2190]]],_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2191]]],_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2192]]],_0x6e36x4[_0xba71[2131]](_0x6e36x2[_0xba71[246]])&&_0x6e36x4[_0xba71[2186]](_0x6e36x2[_0xba71[246]]),_0x6e36x4[_0xba71[2130]](_0x6e36x2[_0xba71[246]]),_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2193]]],_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2194]]]);_0x6e36x2[_0xba71[963]][_0xba71[461]]=mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_TEXT_OPACITY,100);_0x6e36x2[_0xba71[963]][_0xba71[507]]=_0x6e36x5?mxConstants[_0xba71[1656]]:_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[507]];_0x6e36x2[_0xba71[963]][_0xba71[724]]=_0x6e36x2;this[_0xba71[2195]](_0x6e36x2);var _0x6e36x9=!1,_0x6e36xa=function(_0x6e36x3){var _0x6e36x5=_0x6e36x2;if(mxClient[_0xba71[754]]||_0x6e36x9){_0x6e36x5=mxEvent[_0xba71[731]](_0x6e36x3),_0x6e36x3=mxEvent[_0xba71[733]](_0x6e36x3),_0x6e36x3=mxUtils[_0xba71[2196]](_0x6e36x4[_0xba71[526]],_0x6e36x5,_0x6e36x3),_0x6e36x5=_0x6e36x4[_0xba71[441]][_0xba71[248]](_0x6e36x4[_0xba71[999]](_0x6e36x3[_0xba71[235]],_0x6e36x3[_0xba71[236]]))};return _0x6e36x5};mxEvent[_0xba71[759]](_0x6e36x2[_0xba71[963]][_0xba71[252]],mxUtils[_0xba71[885]](this,function(_0x6e36x3){this[_0xba71[2197]](_0x6e36x2,_0x6e36x3)&&(_0x6e36x4[_0xba71[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x6e36x3,_0x6e36x2)),_0x6e36x9=_0x6e36x4[_0xba71[507]]!=mxConstants[_0xba71[508]]&&_0xba71[2198]==mxEvent[_0xba71[728]](_0x6e36x3)[_0xba71[301]])}),mxUtils[_0xba71[885]](this,function(_0x6e36x3){this[_0xba71[2197]](_0x6e36x2,_0x6e36x3)&&_0x6e36x4[_0xba71[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x6e36x3,_0x6e36xa(_0x6e36x3)))}),mxUtils[_0xba71[885]](this,function(_0x6e36x3){this[_0xba71[2197]](_0x6e36x2,_0x6e36x3)&&(_0x6e36x4[_0xba71[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x6e36x3,_0x6e36xa(_0x6e36x3))),_0x6e36x9= !1)}));mxEvent[_0xba71[169]](_0x6e36x2[_0xba71[963]][_0xba71[252]],_0xba71[760],mxUtils[_0xba71[885]](this,function(_0x6e36x3){this[_0xba71[2197]](_0x6e36x2,_0x6e36x3)&&(_0x6e36x4[_0xba71[761]](_0x6e36x3,_0x6e36x2[_0xba71[246]]),mxEvent[_0xba71[722]](_0x6e36x3))}))}};mxCellRenderer[_0xba71[202]][_0xba71[2195]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[441]][_0xba71[1179]];_0x6e36x2[_0xba71[963]][_0xba71[507]]!=mxConstants[_0xba71[508]]&&(mxClient[_0xba71[48]]&&mxClient[_0xba71[2199]]?_0x6e36x2[_0xba71[963]][_0xba71[176]](_0x6e36x3[_0xba71[526]]):mxUtils[_0xba71[458]](_0x6e36x2[_0xba71[441]][_0xba71[2024]]())&&(null!=_0x6e36x2[_0xba71[253]][_0xba71[685]]?_0x6e36x2[_0xba71[963]][_0xba71[176]](_0x6e36x2[_0xba71[253]][_0xba71[685]]):_0x6e36x2[_0xba71[963]][_0xba71[176]](_0x6e36x2[_0xba71[253]][_0xba71[252]])));null==_0x6e36x2[_0xba71[963]][_0xba71[252]]&&(_0x6e36x2[_0xba71[963]][_0xba71[176]](_0x6e36x2[_0xba71[441]][_0xba71[2024]]()),null!=_0x6e36x2[_0xba71[253]]&&null!=_0x6e36x2[_0xba71[963]]&&_0x6e36x2[_0xba71[253]][_0xba71[252]][_0xba71[265]][_0xba71[950]](_0x6e36x2[_0xba71[963]][_0xba71[252]],_0x6e36x2[_0xba71[253]][_0xba71[252]][_0xba71[287]]))};mxCellRenderer[_0xba71[202]][_0xba71[2162]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[2200]](_0x6e36x2[_0xba71[246]]),_0x6e36x4=null;if(null!=_0x6e36x3){for(var _0x6e36x4= new mxDictionary,_0x6e36x5=0;_0x6e36x5<_0x6e36x3[_0xba71[67]];_0x6e36x5++){var _0x6e36x9=null!=_0x6e36x2[_0xba71[1211]]?_0x6e36x2[_0xba71[1211]][_0xba71[205]](_0x6e36x3[_0x6e36x5]):null;null==_0x6e36x9&&(_0x6e36x9= new mxImageShape( new mxRectangle,_0x6e36x3[_0x6e36x5][_0xba71[618]][_0xba71[390]]),_0x6e36x9[_0xba71[507]]=_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[507]],_0x6e36x9[_0xba71[1674]]= !1,_0x6e36x9[_0xba71[2201]]=_0x6e36x3[_0x6e36x5],this[_0xba71[2023]](_0x6e36x2,_0x6e36x9),this[_0xba71[2202]](_0x6e36x2,_0x6e36x3[_0x6e36x5],_0x6e36x9),null!=_0x6e36x3[_0x6e36x5][_0xba71[270]]&&(_0x6e36x9[_0xba71[252]][_0xba71[124]][_0xba71[270]]=_0x6e36x3[_0x6e36x5][_0xba71[270]]));_0x6e36x4[_0xba71[204]](_0x6e36x3[_0x6e36x5],_0x6e36x9)}};null!=_0x6e36x2[_0xba71[1211]]&&_0x6e36x2[_0xba71[1211]][_0xba71[209]](function(_0x6e36x2,_0x6e36x3){_0x6e36x3[_0xba71[515]]()});_0x6e36x2[_0xba71[1211]]=_0x6e36x4};mxCellRenderer[_0xba71[202]][_0xba71[2023]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3[_0xba71[176]](_0x6e36x2[_0xba71[441]][_0xba71[1524]]())};mxCellRenderer[_0xba71[202]][_0xba71[2202]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=_0x6e36x2[_0xba71[441]][_0xba71[1179]];mxEvent[_0xba71[169]](_0x6e36x4[_0xba71[252]],_0xba71[173],function(_0x6e36x4){_0x6e36x5[_0xba71[2203]]()&&_0x6e36x5[_0xba71[2126]](!_0x6e36x5[_0xba71[2134]]());_0x6e36x3[_0xba71[746]]( new mxEventObject(mxEvent.CLICK,_0xba71[763],_0x6e36x4,_0xba71[246],_0x6e36x2[_0xba71[246]]))});mxEvent[_0xba71[759]](_0x6e36x4[_0xba71[252]],function(_0x6e36x2){mxEvent[_0xba71[722]](_0x6e36x2)},function(_0x6e36x3){_0x6e36x5[_0xba71[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x6e36x3,_0x6e36x2))});mxClient[_0xba71[754]]&&mxEvent[_0xba71[169]](_0x6e36x4[_0xba71[252]],_0xba71[757],function(_0x6e36x4){_0x6e36x3[_0xba71[746]]( new mxEventObject(mxEvent.CLICK,_0xba71[763],_0x6e36x4,_0xba71[246],_0x6e36x2[_0xba71[246]]))})};mxCellRenderer[_0xba71[202]][_0xba71[2204]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[441]][_0xba71[1179]],_0x6e36x4=_0x6e36x3[_0xba71[2205]](_0x6e36x2);if(_0x6e36x3[_0xba71[2206]]&&null!=_0x6e36x4){if(null==_0x6e36x2[_0xba71[2207]]){var _0x6e36x5= new mxRectangle(0,0,_0x6e36x4[_0xba71[117]],_0x6e36x4[_0xba71[119]]);_0x6e36x2[_0xba71[2207]]= new mxImageShape(_0x6e36x5,_0x6e36x4[_0xba71[390]]);_0x6e36x2[_0xba71[2207]][_0xba71[1674]]= !1;_0x6e36x2[_0xba71[2207]][_0xba71[507]]=_0x6e36x3[_0xba71[507]];this[_0xba71[2208]](_0x6e36x2,_0x6e36x2[_0xba71[2207]],!0,function(_0x6e36x4){if(_0x6e36x3[_0xba71[994]]()){var _0x6e36x5=!_0x6e36x3[_0xba71[1742]](_0x6e36x2[_0xba71[246]]);_0x6e36x3[_0xba71[847]](_0x6e36x5,!1,[_0x6e36x2[_0xba71[246]]]);mxEvent[_0xba71[722]](_0x6e36x4)}})}}else {null!=_0x6e36x2[_0xba71[2207]]&&(_0x6e36x2[_0xba71[2207]][_0xba71[515]](),_0x6e36x2[_0xba71[2207]]=null)}};mxCellRenderer[_0xba71[202]][_0xba71[2208]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=_0x6e36x2[_0xba71[441]][_0xba71[1179]];_0x6e36x9[_0xba71[2186]](_0x6e36x2[_0xba71[246]])&&mxClient[_0xba71[2199]]&&_0x6e36x9[_0xba71[507]]==mxConstants[_0xba71[508]]?(_0x6e36x3[_0xba71[507]]=mxConstants[_0xba71[2209]],_0x6e36x3[_0xba71[176]](_0x6e36x9[_0xba71[526]]),_0x6e36x3[_0xba71[252]][_0xba71[124]][_0xba71[931]]=1):_0x6e36x3[_0xba71[176]](_0x6e36x2[_0xba71[441]][_0xba71[1524]]());_0x6e36x3=_0x6e36x3[_0xba71[2210]]||_0x6e36x3[_0xba71[252]];_0x6e36x5&&(_0x6e36x9[_0xba71[994]]()&&(_0x6e36x3[_0xba71[124]][_0xba71[270]]=_0xba71[356]),mxEvent[_0xba71[169]](_0x6e36x3,_0xba71[173],_0x6e36x5));_0x6e36x4&&mxEvent[_0xba71[759]](_0x6e36x3,function(_0x6e36x3){_0x6e36x9[_0xba71[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x6e36x3,_0x6e36x2));mxEvent[_0xba71[722]](_0x6e36x3)},function(_0x6e36x3){_0x6e36x9[_0xba71[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x6e36x3,_0x6e36x2))});return _0x6e36x3};mxCellRenderer[_0xba71[202]][_0xba71[2211]]=function(_0x6e36x2,_0x6e36x3){return !0};mxCellRenderer[_0xba71[202]][_0xba71[2197]]=function(_0x6e36x2,_0x6e36x3){return !0};mxCellRenderer[_0xba71[202]][_0xba71[2163]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[441]][_0xba71[1179]],_0x6e36x4=function(_0x6e36x4){var _0x6e36x5=_0x6e36x2;if(_0x6e36x3[_0xba71[507]]!=mxConstants[_0xba71[508]]&&_0xba71[2198]==mxEvent[_0xba71[728]](_0x6e36x4)[_0xba71[301]]||mxClient[_0xba71[754]]){_0x6e36x5=mxEvent[_0xba71[731]](_0x6e36x4),_0x6e36x4=mxEvent[_0xba71[733]](_0x6e36x4),_0x6e36x4=mxUtils[_0xba71[2196]](_0x6e36x3[_0xba71[526]],_0x6e36x5,_0x6e36x4),_0x6e36x5=_0x6e36x3[_0xba71[441]][_0xba71[248]](_0x6e36x3[_0xba71[999]](_0x6e36x4[_0xba71[235]],_0x6e36x4[_0xba71[236]]))};return _0x6e36x5},_0x6e36x5=!1;mxEvent[_0xba71[169]](_0x6e36x2[_0xba71[253]][_0xba71[252]],_0xba71[2212],mxUtils[_0xba71[885]](this,function(_0x6e36x2){_0x6e36x3[_0xba71[2213]]=0;_0x6e36x5= !0;mxEvent[_0xba71[722]](_0x6e36x2)}));mxEvent[_0xba71[759]](_0x6e36x2[_0xba71[253]][_0xba71[252]],mxUtils[_0xba71[885]](this,function(_0x6e36x4){this[_0xba71[2211]](_0x6e36x2,_0x6e36x4)&&!_0x6e36x5?_0x6e36x3[_0xba71[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x6e36x4,null!=_0x6e36x2[_0xba71[253]]&&mxEvent[_0xba71[728]](_0x6e36x4)==_0x6e36x2[_0xba71[253]][_0xba71[905]]?null:_0x6e36x2)):_0x6e36x5&&mxEvent[_0xba71[722]](_0x6e36x4)}),mxUtils[_0xba71[885]](this,function(_0x6e36x9){this[_0xba71[2211]](_0x6e36x2,_0x6e36x9)&&!_0x6e36x5?_0x6e36x3[_0xba71[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x6e36x9,null!=_0x6e36x2[_0xba71[253]]&&mxEvent[_0xba71[728]](_0x6e36x9)==_0x6e36x2[_0xba71[253]][_0xba71[905]]?null:_0x6e36x4(_0x6e36x9))):_0x6e36x5&&mxEvent[_0xba71[722]](_0x6e36x9)}),mxUtils[_0xba71[885]](this,function(_0x6e36x9){this[_0xba71[2211]](_0x6e36x2,_0x6e36x9)&&!_0x6e36x5?_0x6e36x3[_0xba71[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x6e36x9,null!=_0x6e36x2[_0xba71[253]]&&mxEvent[_0xba71[728]](_0x6e36x9)==_0x6e36x2[_0xba71[253]][_0xba71[905]]?null:_0x6e36x4(_0x6e36x9))):_0x6e36x5&&mxEvent[_0xba71[722]](_0x6e36x9)}));var _0x6e36x9=mxClient[_0xba71[754]]?_0xba71[2214]:_0xba71[760];mxEvent[_0xba71[169]](_0x6e36x2[_0xba71[253]][_0xba71[252]],_0x6e36x9,mxUtils[_0xba71[885]](this,function(_0x6e36x4){_0x6e36x5= !1;_0xba71[2214]==_0x6e36x9?(_0x6e36x3[_0xba71[2213]]=0,_0x6e36x3[_0xba71[2215]]&&(_0x6e36x3[_0xba71[2216]](_0x6e36x2,_0x6e36x4),mxEvent[_0xba71[722]](_0x6e36x4))):this[_0xba71[2211]](_0x6e36x2,_0x6e36x4)&&(_0x6e36x3[_0xba71[761]](_0x6e36x4,null!=_0x6e36x2[_0xba71[253]]&&mxEvent[_0xba71[728]](_0x6e36x4)==_0x6e36x2[_0xba71[253]][_0xba71[905]]?null:_0x6e36x2[_0xba71[246]]),mxEvent[_0xba71[722]](_0x6e36x4))}))};mxCellRenderer[_0xba71[202]][_0xba71[2217]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[2182]](_0x6e36x2);if(null==_0x6e36x2[_0xba71[963]]&&null!=_0x6e36x4&&(mxUtils[_0xba71[1331]](_0x6e36x4)||0<_0x6e36x4[_0xba71[67]])){this[_0xba71[2184]](_0x6e36x2,_0x6e36x4)}else {if(null!=_0x6e36x2[_0xba71[963]]&&(null==_0x6e36x4||0==_0x6e36x4[_0xba71[67]])){_0x6e36x2[_0xba71[963]][_0xba71[515]](),_0x6e36x2[_0xba71[963]]=null}};if(null!=_0x6e36x2[_0xba71[963]]){var _0x6e36x5=_0x6e36x2[_0xba71[441]][_0xba71[1179]],_0x6e36x9=_0x6e36x5[_0xba71[2131]](_0x6e36x2[_0xba71[246]]),_0x6e36x5=_0x6e36x5[_0xba71[2130]](_0x6e36x2[_0xba71[246]]),_0x6e36xa=this[_0xba71[2218]](_0x6e36x2);if(_0x6e36x3||_0x6e36x2[_0xba71[963]][_0xba71[131]]!=_0x6e36x4||_0x6e36x2[_0xba71[963]][_0xba71[2131]]!=_0x6e36x9||_0x6e36x2[_0xba71[963]][_0xba71[2219]]!=_0x6e36x5||_0x6e36x2[_0xba71[963]][_0xba71[255]]!=_0x6e36x2[_0xba71[441]][_0xba71[255]]||!_0x6e36x2[_0xba71[963]][_0xba71[1562]][_0xba71[237]](_0x6e36xa)){_0x6e36x2[_0xba71[963]][_0xba71[131]]=_0x6e36x4,_0x6e36x2[_0xba71[963]][_0xba71[1562]]=_0x6e36xa,_0x6e36x2[_0xba71[963]][_0xba71[255]]=this[_0xba71[2220]](_0x6e36x2),_0x6e36x2[_0xba71[963]][_0xba71[2131]]=_0x6e36x9,_0x6e36x2[_0xba71[963]][_0xba71[2219]]=_0x6e36x5,_0x6e36x2[_0xba71[963]][_0xba71[258]]()}}};mxCellRenderer[_0xba71[202]][_0xba71[2220]]=function(_0x6e36x2){return _0x6e36x2[_0xba71[441]][_0xba71[255]]};mxCellRenderer[_0xba71[202]][_0xba71[2218]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[441]][_0xba71[1179]],_0x6e36x4=_0x6e36x2[_0xba71[441]][_0xba71[255]],_0x6e36x5=_0x6e36x3[_0xba71[502]]()[_0xba71[250]](_0x6e36x2[_0xba71[246]]),_0x6e36x9= new mxRectangle(_0x6e36x2[_0xba71[2079]][_0xba71[235]],_0x6e36x2[_0xba71[2079]][_0xba71[236]]);_0x6e36x2[_0xba71[963]][_0xba71[1672]]();_0x6e36x5?(_0x6e36x5=_0x6e36x2[_0xba71[963]][_0xba71[1673]](),_0x6e36x9[_0xba71[235]]+=_0x6e36x5[_0xba71[235]]*_0x6e36x4,_0x6e36x9[_0xba71[236]]+=_0x6e36x5[_0xba71[236]]*_0x6e36x4,_0x6e36x3=_0x6e36x3[_0xba71[1198]](_0x6e36x2[_0xba71[246]]),null!=_0x6e36x3&&(_0x6e36x9[_0xba71[117]]=Math[_0xba71[160]](0,_0x6e36x2[_0xba71[963]][_0xba71[1655]][_0xba71[235]]*_0x6e36x3[_0xba71[117]]*_0x6e36x4-_0x6e36x2[_0xba71[963]][_0xba71[659]]*_0x6e36x4-_0x6e36x2[_0xba71[963]][_0xba71[661]]*_0x6e36x4),_0x6e36x9[_0xba71[119]]=Math[_0xba71[160]](0,_0x6e36x2[_0xba71[963]][_0xba71[1655]][_0xba71[236]]*_0x6e36x3[_0xba71[119]]*_0x6e36x4-_0x6e36x2[_0xba71[963]][_0xba71[658]]*_0x6e36x4-_0x6e36x2[_0xba71[963]][_0xba71[660]]*_0x6e36x4))):(_0x6e36x2[_0xba71[963]][_0xba71[1590]]()&&(_0x6e36x5=_0x6e36x9[_0xba71[235]],_0x6e36x9[_0xba71[235]]=_0x6e36x9[_0xba71[236]],_0x6e36x9[_0xba71[236]]=_0x6e36x5),_0x6e36x9[_0xba71[235]]+=_0x6e36x2[_0xba71[235]],_0x6e36x9[_0xba71[236]]+=_0x6e36x2[_0xba71[236]],_0x6e36x9[_0xba71[117]]=Math[_0xba71[160]](1,_0x6e36x2[_0xba71[117]]),_0x6e36x9[_0xba71[119]]=Math[_0xba71[160]](1,_0x6e36x2[_0xba71[119]]),_0x6e36x3[_0xba71[1730]](_0x6e36x2[_0xba71[246]])&&(_0x6e36x3=_0x6e36x3[_0xba71[1731]](_0x6e36x2[_0xba71[246]]),0<_0x6e36x3[_0xba71[117]]?(_0x6e36x5=Math[_0xba71[243]](_0x6e36x9[_0xba71[117]],_0x6e36x3[_0xba71[117]]*_0x6e36x4),_0x6e36x2[_0xba71[253]][_0xba71[623]]&&(_0x6e36x9[_0xba71[235]]+=_0x6e36x9[_0xba71[117]]-_0x6e36x5),_0x6e36x9[_0xba71[117]]=_0x6e36x5):0<_0x6e36x3[_0xba71[119]]&&(_0x6e36x5=Math[_0xba71[243]](_0x6e36x9[_0xba71[119]],_0x6e36x3[_0xba71[119]]*_0x6e36x4),_0x6e36x2[_0xba71[253]][_0xba71[624]]&&(_0x6e36x9[_0xba71[236]]+=_0x6e36x9[_0xba71[119]]-_0x6e36x5),_0x6e36x9[_0xba71[119]]=_0x6e36x5)),this[_0xba71[2221]](_0x6e36x2,_0x6e36x9));return _0x6e36x9};mxCellRenderer[_0xba71[202]][_0xba71[2221]]=function(_0x6e36x2,_0x6e36x3){if(_0x6e36x2[_0xba71[963]][_0xba71[1590]]()){var _0x6e36x4=(_0x6e36x2[_0xba71[117]]-_0x6e36x2[_0xba71[119]])/2;_0x6e36x3[_0xba71[235]]+=_0x6e36x4;_0x6e36x3[_0xba71[236]]-=_0x6e36x4;_0x6e36x4=_0x6e36x3[_0xba71[117]];_0x6e36x3[_0xba71[117]]=_0x6e36x3[_0xba71[119]];_0x6e36x3[_0xba71[119]]=_0x6e36x4};_0x6e36x3[_0xba71[235]]-=_0x6e36x2[_0xba71[963]][_0xba71[1655]][_0xba71[235]]*_0x6e36x3[_0xba71[117]];_0x6e36x3[_0xba71[236]]-=_0x6e36x2[_0xba71[963]][_0xba71[1655]][_0xba71[236]]*_0x6e36x3[_0xba71[119]];if(_0xba71[1334]!=_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2193]]]){var _0x6e36x4=_0x6e36x2[_0xba71[441]][_0xba71[255]],_0x6e36x5=_0x6e36x2[_0xba71[963]][_0xba71[1673]]();_0x6e36x3[_0xba71[235]]+=_0x6e36x5[_0xba71[235]]*_0x6e36x4;_0x6e36x3[_0xba71[236]]+=_0x6e36x5[_0xba71[236]]*_0x6e36x4;_0x6e36x3[_0xba71[117]]=Math[_0xba71[160]](0,_0x6e36x3[_0xba71[117]]-_0x6e36x2[_0xba71[963]][_0xba71[659]]*_0x6e36x4-_0x6e36x2[_0xba71[963]][_0xba71[661]]*_0x6e36x4);_0x6e36x3[_0xba71[119]]=Math[_0xba71[160]](0,_0x6e36x3[_0xba71[119]]-_0x6e36x2[_0xba71[963]][_0xba71[658]]*_0x6e36x4-_0x6e36x2[_0xba71[963]][_0xba71[660]]*_0x6e36x4)};var _0x6e36x9=_0x6e36x2[_0xba71[963]][_0xba71[1615]]();if(0!=_0x6e36x9&&(null!=_0x6e36x2&&_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[251]][_0xba71[1193]](_0x6e36x2[_0xba71[246]]))&&(_0x6e36x4=_0x6e36x2[_0xba71[241]](),_0x6e36x5=_0x6e36x2[_0xba71[242]](),_0x6e36x3[_0xba71[235]]!=_0x6e36x4||_0x6e36x3[_0xba71[236]]!=_0x6e36x5)){_0x6e36x9*=Math[_0xba71[424]]/180,pt=mxUtils[_0xba71[432]]( new mxPoint(_0x6e36x3[_0xba71[235]],_0x6e36x3[_0xba71[236]]),Math[_0xba71[426]](_0x6e36x9),Math[_0xba71[427]](_0x6e36x9), new mxPoint(_0x6e36x4,_0x6e36x5)),_0x6e36x3[_0xba71[235]]=pt[_0xba71[235]],_0x6e36x3[_0xba71[236]]=pt[_0xba71[236]]}};mxCellRenderer[_0xba71[202]][_0xba71[2222]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[2162]](_0x6e36x2);if(null!=_0x6e36x2[_0xba71[1211]]){var _0x6e36x4=mxUtils[_0xba71[1454]](mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_ROTATION,0),90),_0x6e36x5=mxUtils[_0xba71[431]](_0x6e36x4),_0x6e36x9=Math[_0xba71[426]](_0x6e36x5),_0x6e36xa=Math[_0xba71[427]](_0x6e36x5);_0x6e36x2[_0xba71[1211]][_0xba71[209]](function(_0x6e36x5,_0x6e36x13){var _0x6e36x14=_0x6e36x13[_0xba71[2201]][_0xba71[1799]](_0x6e36x2);if(!_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[502]]()[_0xba71[250]](_0x6e36x2[_0xba71[246]])&&null!=_0x6e36x2[_0xba71[253]]&&0!=_0x6e36x4){var _0x6e36x15=_0x6e36x14[_0xba71[241]](),_0x6e36x16=_0x6e36x14[_0xba71[242]](),_0x6e36x16=mxUtils[_0xba71[432]]( new mxPoint(_0x6e36x15,_0x6e36x16),_0x6e36x9,_0x6e36xa, new mxPoint(_0x6e36x2[_0xba71[241]](),_0x6e36x2[_0xba71[242]]())),_0x6e36x15=_0x6e36x16[_0xba71[235]],_0x6e36x16=_0x6e36x16[_0xba71[236]];_0x6e36x14[_0xba71[235]]=Math[_0xba71[488]](_0x6e36x15-_0x6e36x14[_0xba71[117]]/2);_0x6e36x14[_0xba71[236]]=Math[_0xba71[488]](_0x6e36x16-_0x6e36x14[_0xba71[119]]/2)};if(_0x6e36x3||null==_0x6e36x13[_0xba71[1562]]||_0x6e36x13[_0xba71[255]]!=_0x6e36x2[_0xba71[441]][_0xba71[255]]||!_0x6e36x13[_0xba71[1562]][_0xba71[237]](_0x6e36x14)){_0x6e36x13[_0xba71[1562]]=_0x6e36x14,_0x6e36x13[_0xba71[255]]=_0x6e36x2[_0xba71[441]][_0xba71[255]],_0x6e36x13[_0xba71[258]]()}})}};mxCellRenderer[_0xba71[202]][_0xba71[2223]]=function(_0x6e36x2,_0x6e36x3){if(null!=_0x6e36x2[_0xba71[2207]]){var _0x6e36x4=this[_0xba71[2224]](_0x6e36x2),_0x6e36x5=this[_0xba71[2152]]?mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_ROTATION,0):_0x6e36x2[_0xba71[253]][_0xba71[1615]](),_0x6e36x9=_0x6e36x2[_0xba71[441]][_0xba71[255]];if(_0x6e36x3||_0x6e36x2[_0xba71[2207]][_0xba71[255]]!=_0x6e36x9||!_0x6e36x2[_0xba71[2207]][_0xba71[1562]][_0xba71[237]](_0x6e36x4)||_0x6e36x2[_0xba71[2207]][_0xba71[603]]!=_0x6e36x5){_0x6e36x2[_0xba71[2207]][_0xba71[603]]=_0x6e36x5,_0x6e36x2[_0xba71[2207]][_0xba71[1562]]=_0x6e36x4,_0x6e36x2[_0xba71[2207]][_0xba71[255]]=_0x6e36x9,_0x6e36x2[_0xba71[2207]][_0xba71[258]]()}}};mxCellRenderer[_0xba71[202]][_0xba71[2224]]=function(_0x6e36x2){if(null!=_0x6e36x2[_0xba71[2207]]){var _0x6e36x3=_0x6e36x2[_0xba71[2207]][_0xba71[255]],_0x6e36x4=_0x6e36x2[_0xba71[2207]][_0xba71[1562]][_0xba71[117]]/_0x6e36x3,_0x6e36x3=_0x6e36x2[_0xba71[2207]][_0xba71[1562]][_0xba71[119]]/_0x6e36x3,_0x6e36x5=_0x6e36x2[_0xba71[441]][_0xba71[255]],_0x6e36x9=_0x6e36x2[_0xba71[241]](),_0x6e36xa=_0x6e36x2[_0xba71[242]]();if(!_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[502]]()[_0xba71[250]](_0x6e36x2[_0xba71[246]])&&(_0x6e36x9=_0x6e36x2[_0xba71[235]]+_0x6e36x4*_0x6e36x5,_0x6e36xa=_0x6e36x2[_0xba71[236]]+_0x6e36x3*_0x6e36x5,null!=_0x6e36x2[_0xba71[253]])){var _0x6e36x12=_0x6e36x2[_0xba71[253]][_0xba71[1598]]();if(this[_0xba71[2152]]){_0x6e36x12=mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_ROTATION,0)}else {if(_0x6e36x2[_0xba71[253]][_0xba71[1590]]()){var _0x6e36x13=(_0x6e36x2[_0xba71[117]]-_0x6e36x2[_0xba71[119]])/2,_0x6e36x9=_0x6e36x9+_0x6e36x13,_0x6e36xa=_0x6e36xa-_0x6e36x13}};0!=_0x6e36x12&&(_0x6e36x13=mxUtils[_0xba71[431]](_0x6e36x12),_0x6e36x12=Math[_0xba71[426]](_0x6e36x13),_0x6e36x13=Math[_0xba71[427]](_0x6e36x13),_0x6e36xa=mxUtils[_0xba71[432]]( new mxPoint(_0x6e36x9,_0x6e36xa),_0x6e36x12,_0x6e36x13, new mxPoint(_0x6e36x2[_0xba71[241]](),_0x6e36x2[_0xba71[242]]())),_0x6e36x9=_0x6e36xa[_0xba71[235]],_0x6e36xa=_0x6e36xa[_0xba71[236]])};return _0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[502]]()[_0xba71[250]](_0x6e36x2[_0xba71[246]]), new mxRectangle(Math[_0xba71[488]](_0x6e36x9-_0x6e36x4/2*_0x6e36x5),Math[_0xba71[488]](_0x6e36xa-_0x6e36x3/2*_0x6e36x5),Math[_0xba71[488]](_0x6e36x4*_0x6e36x5),Math[_0xba71[488]](_0x6e36x3*_0x6e36x5))};return null};mxCellRenderer[_0xba71[202]][_0xba71[258]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){if(null!=_0x6e36x2[_0xba71[253]]){var _0x6e36x5=!1;_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[502]]()[_0xba71[250]](_0x6e36x2[_0xba71[246]]);reconfigure=null!=_0x6e36x3?_0x6e36x3:!1;this[_0xba71[2204]](_0x6e36x2);if(_0x6e36x2[_0xba71[2082]]||_0x6e36x2[_0xba71[2081]]){_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[2158]]?this[_0xba71[2166]](_0x6e36x2):this[_0xba71[2167]](_0x6e36x2)};if(_0x6e36x2[_0xba71[2082]]||!mxUtils[_0xba71[2225]](_0x6e36x2[_0xba71[253]][_0xba71[124]],_0x6e36x2[_0xba71[124]])){this[_0xba71[2170]](_0x6e36x2),_0x6e36x3= !0};delete _0x6e36x2[_0xba71[2081]];delete _0x6e36x2[_0xba71[2082]];if(_0x6e36x3||null==_0x6e36x2[_0xba71[253]][_0xba71[1562]]||_0x6e36x2[_0xba71[253]][_0xba71[255]]!=_0x6e36x2[_0xba71[441]][_0xba71[255]]||!_0x6e36x2[_0xba71[253]][_0xba71[1562]][_0xba71[237]](_0x6e36x2)||!mxUtils[_0xba71[2226]](_0x6e36x2[_0xba71[253]][_0xba71[1525]],_0x6e36x2[_0xba71[439]])){_0x6e36x5= !0,_0x6e36x2[_0xba71[253]][_0xba71[1525]]=null!=_0x6e36x2[_0xba71[439]]?_0x6e36x2[_0xba71[439]][_0xba71[1853]]():null,_0x6e36x2[_0xba71[253]][_0xba71[1562]]= new mxRectangle(_0x6e36x2[_0xba71[235]],_0x6e36x2[_0xba71[236]],_0x6e36x2[_0xba71[117]],_0x6e36x2[_0xba71[119]]),_0x6e36x2[_0xba71[253]][_0xba71[255]]=_0x6e36x2[_0xba71[441]][_0xba71[255]],null==_0x6e36x4||_0x6e36x4?_0x6e36x2[_0xba71[253]][_0xba71[258]]():_0x6e36x2[_0xba71[253]][_0xba71[1577]]()};if(null==_0x6e36x4||_0x6e36x4){this[_0xba71[2217]](_0x6e36x2,_0x6e36x5),this[_0xba71[2222]](_0x6e36x2,_0x6e36x5),this[_0xba71[2223]](_0x6e36x2,_0x6e36x5)}}};mxCellRenderer[_0xba71[202]][_0xba71[515]]=function(_0x6e36x2){null!=_0x6e36x2[_0xba71[253]]&&(null!=_0x6e36x2[_0xba71[963]]&&(_0x6e36x2[_0xba71[963]][_0xba71[515]](),_0x6e36x2[_0xba71[963]]=null),null!=_0x6e36x2[_0xba71[1211]]&&(_0x6e36x2[_0xba71[1211]][_0xba71[209]](function(_0x6e36x2,_0x6e36x4){_0x6e36x4[_0xba71[515]]()}),_0x6e36x2[_0xba71[1211]]=null),null!=_0x6e36x2[_0xba71[2207]]&&(_0x6e36x2[_0xba71[2207]][_0xba71[515]](),_0x6e36x2[_0xba71[2207]]=null),_0x6e36x2[_0xba71[253]][_0xba71[515]](),_0x6e36x2[_0xba71[253]]=null)};var mxEdgeStyle={EntityRelation:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){var _0x6e36xa=_0x6e36x2[_0xba71[441]],_0x6e36x12=_0x6e36xa[_0xba71[1179]];_0x6e36x5=mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_SEGMENT,mxConstants.ENTITY_SEGMENT)*_0x6e36xa[_0xba71[255]];var _0x6e36x13=_0x6e36x2[_0xba71[439]],_0x6e36x14=_0x6e36x13[0],_0x6e36x15=_0x6e36x13[_0x6e36x13[_0xba71[67]]-1],_0x6e36x13=!1;if(null!=_0x6e36x14){_0x6e36x3= new mxCellState,_0x6e36x3[_0xba71[235]]=_0x6e36x14[_0xba71[235]],_0x6e36x3[_0xba71[236]]=_0x6e36x14[_0xba71[236]]}else {if(null!=_0x6e36x3){var _0x6e36x16=mxUtils[_0xba71[2227]](_0x6e36x3,_0x6e36x2,!0,mxConstants.DIRECTION_MASK_NONE);_0x6e36x16!=mxConstants[_0xba71[434]]?_0x6e36x13=_0x6e36x16==mxConstants[_0xba71[436]]:(_0x6e36x14=_0x6e36x12[_0xba71[1198]](_0x6e36x3[_0xba71[246]]),_0x6e36x14[_0xba71[1500]]?_0x6e36x13=0.5>=_0x6e36x14[_0xba71[235]]:null!=_0x6e36x4&&(_0x6e36x13=_0x6e36x4[_0xba71[235]]+_0x6e36x4[_0xba71[117]]<_0x6e36x3[_0xba71[235]]))}else {return}};_0x6e36x14= !0;null!=_0x6e36x15?(_0x6e36x4= new mxCellState,_0x6e36x4[_0xba71[235]]=_0x6e36x15[_0xba71[235]],_0x6e36x4[_0xba71[236]]=_0x6e36x15[_0xba71[236]]):null!=_0x6e36x4&&(_0x6e36x16=mxUtils[_0xba71[2227]](_0x6e36x4,_0x6e36x2,!1,mxConstants.DIRECTION_MASK_NONE),_0x6e36x16!=mxConstants[_0xba71[434]]?_0x6e36x14=_0x6e36x16==mxConstants[_0xba71[436]]:(_0x6e36x2=_0x6e36x12[_0xba71[1198]](_0x6e36x4[_0xba71[246]]),_0x6e36x2[_0xba71[1500]]?_0x6e36x14=0.5>=_0x6e36x2[_0xba71[235]]:null!=_0x6e36x3&&(_0x6e36x14=_0x6e36x3[_0xba71[235]]+_0x6e36x3[_0xba71[117]]<_0x6e36x4[_0xba71[235]])));null!=_0x6e36x3&&null!=_0x6e36x4&&(_0x6e36x2=_0x6e36x13?_0x6e36x3[_0xba71[235]]:_0x6e36x3[_0xba71[235]]+_0x6e36x3[_0xba71[117]],_0x6e36x3=_0x6e36xa[_0xba71[2228]](_0x6e36x3),_0x6e36x12=_0x6e36x14?_0x6e36x4[_0xba71[235]]:_0x6e36x4[_0xba71[235]]+_0x6e36x4[_0xba71[117]],_0x6e36x4=_0x6e36xa[_0xba71[2228]](_0x6e36x4),_0x6e36xa= new mxPoint(_0x6e36x2+(_0x6e36x13?-_0x6e36x5:_0x6e36x5),_0x6e36x3),_0x6e36x15= new mxPoint(_0x6e36x12+(_0x6e36x14?-_0x6e36x5:_0x6e36x5),_0x6e36x4),_0x6e36x13==_0x6e36x14?(_0x6e36x5=_0x6e36x13?Math[_0xba71[243]](_0x6e36x2,_0x6e36x12)-_0x6e36x5:Math[_0xba71[160]](_0x6e36x2,_0x6e36x12)+_0x6e36x5,_0x6e36x9[_0xba71[207]]( new mxPoint(_0x6e36x5,_0x6e36x3)),_0x6e36x9[_0xba71[207]]( new mxPoint(_0x6e36x5,_0x6e36x4))):(_0x6e36xa[_0xba71[235]]<_0x6e36x15[_0xba71[235]]==_0x6e36x13?(_0x6e36x5=_0x6e36x3+(_0x6e36x4-_0x6e36x3)/2,_0x6e36x9[_0xba71[207]](_0x6e36xa),_0x6e36x9[_0xba71[207]]( new mxPoint(_0x6e36xa[_0xba71[235]],_0x6e36x5)),_0x6e36x9[_0xba71[207]]( new mxPoint(_0x6e36x15[_0xba71[235]],_0x6e36x5))):_0x6e36x9[_0xba71[207]](_0x6e36xa),_0x6e36x9[_0xba71[207]](_0x6e36x15)))},Loop:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){if(null!=_0x6e36x3){_0x6e36x4=_0x6e36x2[_0xba71[441]];var _0x6e36xa=_0x6e36x4[_0xba71[1179]];_0x6e36x5=null!=_0x6e36x5&&0<_0x6e36x5[_0xba71[67]]?_0x6e36x5[0]:null;null!=_0x6e36x5&&(_0x6e36x5=_0x6e36x4[_0xba71[2229]](_0x6e36x2,_0x6e36x5),mxUtils[_0xba71[442]](_0x6e36x3,_0x6e36x5[_0xba71[235]],_0x6e36x5[_0xba71[236]])&&(_0x6e36x5=null));var _0x6e36x12=0,_0x6e36x13=0,_0x6e36x14=0,_0x6e36x15=0,_0x6e36xa=mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_SEGMENT,_0x6e36xa[_0xba71[1020]])*_0x6e36x4[_0xba71[255]];_0x6e36x2=mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_DIRECTION,mxConstants.DIRECTION_WEST);_0x6e36x2==mxConstants[_0xba71[1358]]||_0x6e36x2==mxConstants[_0xba71[1354]]?(_0x6e36x12=_0x6e36x4[_0xba71[2230]](_0x6e36x3),_0x6e36x13=_0x6e36xa):(_0x6e36x14=_0x6e36x4[_0xba71[2228]](_0x6e36x3),_0x6e36x15=_0x6e36xa);null==_0x6e36x5||_0x6e36x5[_0xba71[235]]<_0x6e36x3[_0xba71[235]]||_0x6e36x5[_0xba71[235]]>_0x6e36x3[_0xba71[235]]+_0x6e36x3[_0xba71[117]]?null!=_0x6e36x5?(_0x6e36x12=_0x6e36x5[_0xba71[235]],_0x6e36x15=Math[_0xba71[160]](Math[_0xba71[425]](_0x6e36x14-_0x6e36x5[_0xba71[236]]),_0x6e36x15)):_0x6e36x2==mxConstants[_0xba71[1358]]?_0x6e36x14=_0x6e36x3[_0xba71[236]]-2*_0x6e36x13:_0x6e36x2==mxConstants[_0xba71[1354]]?_0x6e36x14=_0x6e36x3[_0xba71[236]]+_0x6e36x3[_0xba71[119]]+2*_0x6e36x13:_0x6e36x12=_0x6e36x2==mxConstants[_0xba71[1356]]?_0x6e36x3[_0xba71[235]]-2*_0x6e36x15:_0x6e36x3[_0xba71[235]]+_0x6e36x3[_0xba71[117]]+2*_0x6e36x15:null!=_0x6e36x5&&(_0x6e36x12=_0x6e36x4[_0xba71[2230]](_0x6e36x3),_0x6e36x13=Math[_0xba71[160]](Math[_0xba71[425]](_0x6e36x12-_0x6e36x5[_0xba71[235]]),_0x6e36x15),_0x6e36x14=_0x6e36x5[_0xba71[236]],_0x6e36x15=0);_0x6e36x9[_0xba71[207]]( new mxPoint(_0x6e36x12-_0x6e36x13,_0x6e36x14-_0x6e36x15));_0x6e36x9[_0xba71[207]]( new mxPoint(_0x6e36x12+_0x6e36x13,_0x6e36x14+_0x6e36x15))}},ElbowConnector:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){var _0x6e36xa=null!=_0x6e36x5&&0<_0x6e36x5[_0xba71[67]]?_0x6e36x5[0]:null,_0x6e36x12=!1,_0x6e36x13=!1;if(null!=_0x6e36x3&&null!=_0x6e36x4){if(null!=_0x6e36xa){var _0x6e36x14=Math[_0xba71[243]](_0x6e36x3[_0xba71[235]],_0x6e36x4[_0xba71[235]]),_0x6e36x15=Math[_0xba71[160]](_0x6e36x3[_0xba71[235]]+_0x6e36x3[_0xba71[117]],_0x6e36x4[_0xba71[235]]+_0x6e36x4[_0xba71[117]]),_0x6e36x13=Math[_0xba71[243]](_0x6e36x3[_0xba71[236]],_0x6e36x4[_0xba71[236]]),_0x6e36x16=Math[_0xba71[160]](_0x6e36x3[_0xba71[236]]+_0x6e36x3[_0xba71[119]],_0x6e36x4[_0xba71[236]]+_0x6e36x4[_0xba71[119]]),_0x6e36xa=_0x6e36x2[_0xba71[441]][_0xba71[2229]](_0x6e36x2,_0x6e36xa),_0x6e36x12=_0x6e36xa[_0xba71[236]]<_0x6e36x13||_0x6e36xa[_0xba71[236]]>_0x6e36x16,_0x6e36x13=_0x6e36xa[_0xba71[235]]<_0x6e36x14||_0x6e36xa[_0xba71[235]]>_0x6e36x15}else {_0x6e36x14=Math[_0xba71[160]](_0x6e36x3[_0xba71[235]],_0x6e36x4[_0xba71[235]]),_0x6e36x15=Math[_0xba71[243]](_0x6e36x3[_0xba71[235]]+_0x6e36x3[_0xba71[117]],_0x6e36x4[_0xba71[235]]+_0x6e36x4[_0xba71[117]]),_0x6e36x12=_0x6e36x14==_0x6e36x15,_0x6e36x12||(_0x6e36x13=Math[_0xba71[160]](_0x6e36x3[_0xba71[236]],_0x6e36x4[_0xba71[236]]),_0x6e36x16=Math[_0xba71[243]](_0x6e36x3[_0xba71[236]]+_0x6e36x3[_0xba71[119]],_0x6e36x4[_0xba71[236]]+_0x6e36x4[_0xba71[119]]),_0x6e36x13=_0x6e36x13==_0x6e36x16)}};!_0x6e36x13&&(_0x6e36x12||_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2231]]]==mxConstants[_0xba71[2232]])?mxEdgeStyle.TopToBottom(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9):mxEdgeStyle.SideToSide(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9)},SideToSide:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){var _0x6e36xa=_0x6e36x2[_0xba71[441]];_0x6e36x5=null!=_0x6e36x5&&0<_0x6e36x5[_0xba71[67]]?_0x6e36x5[0]:null;var _0x6e36x12=_0x6e36x2[_0xba71[439]],_0x6e36x13=_0x6e36x12[0],_0x6e36x12=_0x6e36x12[_0x6e36x12[_0xba71[67]]-1];null!=_0x6e36x5&&(_0x6e36x5=_0x6e36xa[_0xba71[2229]](_0x6e36x2,_0x6e36x5));null!=_0x6e36x13&&(_0x6e36x3= new mxCellState,_0x6e36x3[_0xba71[235]]=_0x6e36x13[_0xba71[235]],_0x6e36x3[_0xba71[236]]=_0x6e36x13[_0xba71[236]]);null!=_0x6e36x12&&(_0x6e36x4= new mxCellState,_0x6e36x4[_0xba71[235]]=_0x6e36x12[_0xba71[235]],_0x6e36x4[_0xba71[236]]=_0x6e36x12[_0xba71[236]]);null!=_0x6e36x3&&null!=_0x6e36x4&&(_0x6e36x2=Math[_0xba71[160]](_0x6e36x3[_0xba71[235]],_0x6e36x4[_0xba71[235]]),_0x6e36x13=Math[_0xba71[243]](_0x6e36x3[_0xba71[235]]+_0x6e36x3[_0xba71[117]],_0x6e36x4[_0xba71[235]]+_0x6e36x4[_0xba71[117]]),_0x6e36x2=null!=_0x6e36x5?_0x6e36x5[_0xba71[235]]:_0x6e36x13+(_0x6e36x2-_0x6e36x13)/2,_0x6e36x13=_0x6e36xa[_0xba71[2228]](_0x6e36x3),_0x6e36xa=_0x6e36xa[_0xba71[2228]](_0x6e36x4),null!=_0x6e36x5&&(_0x6e36x5[_0xba71[236]]>=_0x6e36x3[_0xba71[236]]&&_0x6e36x5[_0xba71[236]]<=_0x6e36x3[_0xba71[236]]+_0x6e36x3[_0xba71[119]]&&(_0x6e36x13=_0x6e36x5[_0xba71[236]]),_0x6e36x5[_0xba71[236]]>=_0x6e36x4[_0xba71[236]]&&_0x6e36x5[_0xba71[236]]<=_0x6e36x4[_0xba71[236]]+_0x6e36x4[_0xba71[119]]&&(_0x6e36xa=_0x6e36x5[_0xba71[236]])),!mxUtils[_0xba71[442]](_0x6e36x4,_0x6e36x2,_0x6e36x13)&&!mxUtils[_0xba71[442]](_0x6e36x3,_0x6e36x2,_0x6e36x13)&&_0x6e36x9[_0xba71[207]]( new mxPoint(_0x6e36x2,_0x6e36x13)),!mxUtils[_0xba71[442]](_0x6e36x4,_0x6e36x2,_0x6e36xa)&&!mxUtils[_0xba71[442]](_0x6e36x3,_0x6e36x2,_0x6e36xa)&&_0x6e36x9[_0xba71[207]]( new mxPoint(_0x6e36x2,_0x6e36xa)),1==_0x6e36x9[_0xba71[67]]&&(null!=_0x6e36x5?!mxUtils[_0xba71[442]](_0x6e36x4,_0x6e36x2,_0x6e36x5[_0xba71[236]])&&!mxUtils[_0xba71[442]](_0x6e36x3,_0x6e36x2,_0x6e36x5[_0xba71[236]])&&_0x6e36x9[_0xba71[207]]( new mxPoint(_0x6e36x2,_0x6e36x5[_0xba71[236]])):(_0x6e36xa=Math[_0xba71[160]](_0x6e36x3[_0xba71[236]],_0x6e36x4[_0xba71[236]]),_0x6e36x3=Math[_0xba71[243]](_0x6e36x3[_0xba71[236]]+_0x6e36x3[_0xba71[119]],_0x6e36x4[_0xba71[236]]+_0x6e36x4[_0xba71[119]]),_0x6e36x9[_0xba71[207]]( new mxPoint(_0x6e36x2,_0x6e36xa+(_0x6e36x3-_0x6e36xa)/2)))))},TopToBottom:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){var _0x6e36xa=_0x6e36x2[_0xba71[441]];_0x6e36x5=null!=_0x6e36x5&&0<_0x6e36x5[_0xba71[67]]?_0x6e36x5[0]:null;var _0x6e36x12=_0x6e36x2[_0xba71[439]],_0x6e36x13=_0x6e36x12[0],_0x6e36x12=_0x6e36x12[_0x6e36x12[_0xba71[67]]-1];null!=_0x6e36x5&&(_0x6e36x5=_0x6e36xa[_0xba71[2229]](_0x6e36x2,_0x6e36x5));null!=_0x6e36x13&&(_0x6e36x3= new mxCellState,_0x6e36x3[_0xba71[235]]=_0x6e36x13[_0xba71[235]],_0x6e36x3[_0xba71[236]]=_0x6e36x13[_0xba71[236]]);null!=_0x6e36x12&&(_0x6e36x4= new mxCellState,_0x6e36x4[_0xba71[235]]=_0x6e36x12[_0xba71[235]],_0x6e36x4[_0xba71[236]]=_0x6e36x12[_0xba71[236]]);null!=_0x6e36x3&&null!=_0x6e36x4&&(_0x6e36x13=Math[_0xba71[160]](_0x6e36x3[_0xba71[236]],_0x6e36x4[_0xba71[236]]),_0x6e36x12=Math[_0xba71[243]](_0x6e36x3[_0xba71[236]]+_0x6e36x3[_0xba71[119]],_0x6e36x4[_0xba71[236]]+_0x6e36x4[_0xba71[119]]),_0x6e36x2=_0x6e36xa[_0xba71[2230]](_0x6e36x3),null!=_0x6e36x5&&(_0x6e36x5[_0xba71[235]]>=_0x6e36x3[_0xba71[235]]&&_0x6e36x5[_0xba71[235]]<=_0x6e36x3[_0xba71[235]]+_0x6e36x3[_0xba71[117]])&&(_0x6e36x2=_0x6e36x5[_0xba71[235]]),_0x6e36x13=null!=_0x6e36x5?_0x6e36x5[_0xba71[236]]:_0x6e36x12+(_0x6e36x13-_0x6e36x12)/2,!mxUtils[_0xba71[442]](_0x6e36x4,_0x6e36x2,_0x6e36x13)&&!mxUtils[_0xba71[442]](_0x6e36x3,_0x6e36x2,_0x6e36x13)&&_0x6e36x9[_0xba71[207]]( new mxPoint(_0x6e36x2,_0x6e36x13)),_0x6e36x2=null!=_0x6e36x5&&_0x6e36x5[_0xba71[235]]>=_0x6e36x4[_0xba71[235]]&&_0x6e36x5[_0xba71[235]]<=_0x6e36x4[_0xba71[235]]+_0x6e36x4[_0xba71[117]]?_0x6e36x5[_0xba71[235]]:_0x6e36xa[_0xba71[2230]](_0x6e36x4),!mxUtils[_0xba71[442]](_0x6e36x4,_0x6e36x2,_0x6e36x13)&&!mxUtils[_0xba71[442]](_0x6e36x3,_0x6e36x2,_0x6e36x13)&&_0x6e36x9[_0xba71[207]]( new mxPoint(_0x6e36x2,_0x6e36x13)),1==_0x6e36x9[_0xba71[67]]&&(null!=_0x6e36x5&&1==_0x6e36x9[_0xba71[67]]?!mxUtils[_0xba71[442]](_0x6e36x4,_0x6e36x5[_0xba71[235]],_0x6e36x13)&&!mxUtils[_0xba71[442]](_0x6e36x3,_0x6e36x5[_0xba71[235]],_0x6e36x13)&&_0x6e36x9[_0xba71[207]]( new mxPoint(_0x6e36x5[_0xba71[235]],_0x6e36x13)):(_0x6e36xa=Math[_0xba71[160]](_0x6e36x3[_0xba71[235]],_0x6e36x4[_0xba71[235]]),_0x6e36x3=Math[_0xba71[243]](_0x6e36x3[_0xba71[235]]+_0x6e36x3[_0xba71[117]],_0x6e36x4[_0xba71[235]]+_0x6e36x4[_0xba71[117]]),_0x6e36x9[_0xba71[207]]( new mxPoint(_0x6e36xa+(_0x6e36x3-_0x6e36xa)/2,_0x6e36x13)))))},SegmentConnector:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){var _0x6e36xa=_0x6e36x2[_0xba71[439]],_0x6e36x12=!0,_0x6e36x13=null,_0x6e36x14=_0x6e36xa[0];null==_0x6e36x14&&null!=_0x6e36x3?_0x6e36x14= new mxPoint(_0x6e36x2[_0xba71[441]][_0xba71[2230]](_0x6e36x3),_0x6e36x2[_0xba71[441]][_0xba71[2228]](_0x6e36x3)):null!=_0x6e36x14&&(_0x6e36x14=_0x6e36x14[_0xba71[238]]());var _0x6e36x15=_0x6e36xa[_0xba71[67]]-1;if(null!=_0x6e36x5&&0<_0x6e36x5[_0xba71[67]]){for(var _0x6e36x13=_0x6e36x2[_0xba71[441]][_0xba71[2229]](_0x6e36x2,_0x6e36x5[0]),_0x6e36x16=_0x6e36x3,_0x6e36x17=_0x6e36xa[0],_0x6e36x18=!1,_0x6e36x19=!1,_0x6e36x18=_0x6e36x13,_0x6e36x1a=_0x6e36x5[_0xba71[67]],_0x6e36x1b=0;2>_0x6e36x1b;_0x6e36x1b++){var _0x6e36x1c=null!=_0x6e36x17&&_0x6e36x17[_0xba71[235]]==_0x6e36x18[_0xba71[235]],_0x6e36x1d=null!=_0x6e36x17&&_0x6e36x17[_0xba71[236]]==_0x6e36x18[_0xba71[236]],_0x6e36x1e=null!=_0x6e36x16&&_0x6e36x18[_0xba71[236]]>=_0x6e36x16[_0xba71[236]]&&_0x6e36x18[_0xba71[236]]<=_0x6e36x16[_0xba71[236]]+_0x6e36x16[_0xba71[119]],_0x6e36x16=null!=_0x6e36x16&&_0x6e36x18[_0xba71[235]]>=_0x6e36x16[_0xba71[235]]&&_0x6e36x18[_0xba71[235]]<=_0x6e36x16[_0xba71[235]]+_0x6e36x16[_0xba71[117]],_0x6e36x18=_0x6e36x1d||null==_0x6e36x17&&_0x6e36x1e,_0x6e36x19=_0x6e36x1c||null==_0x6e36x17&&_0x6e36x16;if(null!=_0x6e36x17&&!_0x6e36x1d&&!_0x6e36x1c&&(_0x6e36x1e||_0x6e36x16)){_0x6e36x12=_0x6e36x1e?!1:!0;break};if(_0x6e36x19||_0x6e36x18){_0x6e36x12=_0x6e36x18;1==_0x6e36x1b&&(_0x6e36x12=0==_0x6e36x5[_0xba71[67]]%2?_0x6e36x18:_0x6e36x19);break};_0x6e36x16=_0x6e36x4;_0x6e36x17=_0x6e36xa[_0x6e36x15];_0x6e36x18=_0x6e36x2[_0xba71[441]][_0xba71[2229]](_0x6e36x2,_0x6e36x5[_0x6e36x1a-1])};_0x6e36x12&&(null!=_0x6e36xa[0]&&_0x6e36xa[0][_0xba71[236]]!=_0x6e36x13[_0xba71[236]]||null==_0x6e36xa[0]&&null!=_0x6e36x3&&(_0x6e36x13[_0xba71[236]]<_0x6e36x3[_0xba71[236]]||_0x6e36x13[_0xba71[236]]>_0x6e36x3[_0xba71[236]]+_0x6e36x3[_0xba71[119]]))?_0x6e36x9[_0xba71[207]]( new mxPoint(_0x6e36x14[_0xba71[235]],_0x6e36x13[_0xba71[236]])):!_0x6e36x12&&(null!=_0x6e36xa[0]&&_0x6e36xa[0][_0xba71[235]]!=_0x6e36x13[_0xba71[235]]||null==_0x6e36xa[0]&&null!=_0x6e36x3&&(_0x6e36x13[_0xba71[235]]<_0x6e36x3[_0xba71[235]]||_0x6e36x13[_0xba71[235]]>_0x6e36x3[_0xba71[235]]+_0x6e36x3[_0xba71[117]]))&&_0x6e36x9[_0xba71[207]]( new mxPoint(_0x6e36x13[_0xba71[235]],_0x6e36x14[_0xba71[236]]));_0x6e36x12?_0x6e36x14[_0xba71[236]]=_0x6e36x13[_0xba71[236]]:_0x6e36x14[_0xba71[235]]=_0x6e36x13[_0xba71[235]];for(_0x6e36x1b=0;_0x6e36x1b<_0x6e36x5[_0xba71[67]];_0x6e36x1b++){_0x6e36x12= !_0x6e36x12,_0x6e36x13=_0x6e36x2[_0xba71[441]][_0xba71[2229]](_0x6e36x2,_0x6e36x5[_0x6e36x1b]),_0x6e36x12?_0x6e36x14[_0xba71[236]]=_0x6e36x13[_0xba71[236]]:_0x6e36x14[_0xba71[235]]=_0x6e36x13[_0xba71[235]],_0x6e36x9[_0xba71[207]](_0x6e36x14[_0xba71[238]]())}}else {_0x6e36x13=_0x6e36x14,_0x6e36x12= !0};_0x6e36x14=_0x6e36xa[_0x6e36x15];null==_0x6e36x14&&null!=_0x6e36x4&&(_0x6e36x14= new mxPoint(_0x6e36x2[_0xba71[441]][_0xba71[2230]](_0x6e36x4),_0x6e36x2[_0xba71[441]][_0xba71[2228]](_0x6e36x4)));_0x6e36x12&&(null!=_0x6e36xa[_0x6e36x15]&&_0x6e36xa[_0x6e36x15][_0xba71[236]]!=_0x6e36x13[_0xba71[236]]||null==_0x6e36xa[_0x6e36x15]&&null!=_0x6e36x4&&(_0x6e36x13[_0xba71[236]]<_0x6e36x4[_0xba71[236]]||_0x6e36x13[_0xba71[236]]>_0x6e36x4[_0xba71[236]]+_0x6e36x4[_0xba71[119]]))?_0x6e36x9[_0xba71[207]]( new mxPoint(_0x6e36x14[_0xba71[235]],_0x6e36x13[_0xba71[236]])):!_0x6e36x12&&(null!=_0x6e36xa[_0x6e36x15]&&_0x6e36xa[_0x6e36x15][_0xba71[235]]!=_0x6e36x13[_0xba71[235]]||null==_0x6e36xa[_0x6e36x15]&&null!=_0x6e36x4&&(_0x6e36x13[_0xba71[235]]<_0x6e36x4[_0xba71[235]]||_0x6e36x13[_0xba71[235]]>_0x6e36x4[_0xba71[235]]+_0x6e36x4[_0xba71[117]]))&&_0x6e36x9[_0xba71[207]]( new mxPoint(_0x6e36x13[_0xba71[235]],_0x6e36x14[_0xba71[236]]));if(null==_0x6e36xa[0]&&null!=_0x6e36x3){for(;1<_0x6e36x9[_0xba71[67]]&&mxUtils[_0xba71[442]](_0x6e36x3,_0x6e36x9[1][_0xba71[235]],_0x6e36x9[1][_0xba71[236]]);){_0x6e36x9=_0x6e36x9[_0xba71[300]](1,1)}};if(null==_0x6e36xa[_0x6e36x15]&&null!=_0x6e36x4){for(;1<_0x6e36x9[_0xba71[67]]&&mxUtils[_0xba71[442]](_0x6e36x4,_0x6e36x9[_0x6e36x9[_0xba71[67]]-1][_0xba71[235]],_0x6e36x9[_0x6e36x9[_0xba71[67]]-1][_0xba71[236]]);){_0x6e36x9=_0x6e36x9[_0xba71[300]](_0x6e36x9[_0xba71[67]]-1,1)}}},orthBuffer:10,dirVectors:[[-1,0],[0,-1],[1,0],[0,1],[-1,0],[0,-1],[1,0]],wayPoints1:[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],routePatterns:[[[513,2308,2081,2562],[513,1090,514,2184,2114,2561],[513,1090,514,2564,2184,2562],[513,2308,2561,1090,514,2568,2308]],[[514,1057,513,2308,2081,2562],[514,2184,2114,2561],[514,2184,2562,1057,513,2564,2184],[514,1057,513,2568,2308,2561]],[[1090,514,1057,513,2308,2081,2562],[2114,2561],[1090,2562,1057,513,2564,2184],[1090,514,1057,513,2308,2561,2568]],[[2081,2562],[1057,513,1090,514,2184,2114,2561],[1057,513,1090,514,2184,2562,2564],[1057,2561,1090,514,2568,2308]]],inlineRoutePatterns:[[null,[2114,2568],null,null],[null,[514,2081,2114,2568],null,null],[null,[2114,2561],null,null],[[2081,2562],[1057,2114,2568],[2184,2562],null]],vertexSeperations:[],limits:[[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]],LEFT_MASK:32,TOP_MASK:64,RIGHT_MASK:128,BOTTOM_MASK:256,LEFT:1,TOP:2,RIGHT:4,BOTTOM:8,SIDE_MASK:480,CENTER_MASK:512,SOURCE_MASK:1024,TARGET_MASK:2048,VERTEX_MASK:3072,OrthConnector:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){var _0x6e36xa=_0x6e36x2[_0xba71[441]][_0xba71[1179]],_0x6e36x12=null==_0x6e36x3?!1:_0x6e36xa[_0xba71[502]]()[_0xba71[250]](_0x6e36x3[_0xba71[246]]),_0x6e36xa=null==_0x6e36x4?!1:_0x6e36xa[_0xba71[502]]()[_0xba71[250]](_0x6e36x4[_0xba71[246]]);if(null!=_0x6e36x5&&0<_0x6e36x5[_0xba71[67]]||_0x6e36x12||_0x6e36xa){mxEdgeStyle.SegmentConnector(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9)}else {_0x6e36x5=_0x6e36x2[_0xba71[439]];var _0x6e36x13=_0x6e36x5[0],_0x6e36x14=_0x6e36x5[_0x6e36x5[_0xba71[67]]-1];_0x6e36x5=null!=_0x6e36x3?_0x6e36x3[_0xba71[235]]:_0x6e36x13[_0xba71[235]];var _0x6e36x12=null!=_0x6e36x3?_0x6e36x3[_0xba71[236]]:_0x6e36x13[_0xba71[236]],_0x6e36x15=null!=_0x6e36x3?_0x6e36x3[_0xba71[117]]:1,_0x6e36x16=null!=_0x6e36x3?_0x6e36x3[_0xba71[119]]:1,_0x6e36x17=null!=_0x6e36x4?_0x6e36x4[_0xba71[235]]:_0x6e36x14[_0xba71[235]],_0x6e36x18=null!=_0x6e36x4?_0x6e36x4[_0xba71[236]]:_0x6e36x14[_0xba71[236]],_0x6e36x19=null!=_0x6e36x4?_0x6e36x4[_0xba71[117]]:1,_0x6e36x1a=null!=_0x6e36x4?_0x6e36x4[_0xba71[119]]:1,_0x6e36xa=_0x6e36x2[_0xba71[441]][_0xba71[255]]*mxEdgeStyle[_0xba71[2233]],_0x6e36x1b=[mxConstants[_0xba71[2234]],mxConstants[_0xba71[2234]]];null!=_0x6e36x3&&(_0x6e36x1b[0]=mxUtils[_0xba71[2227]](_0x6e36x3,_0x6e36x2,!0,mxConstants.DIRECTION_MASK_ALL));null!=_0x6e36x4&&(_0x6e36x1b[1]=mxUtils[_0xba71[2227]](_0x6e36x4,_0x6e36x2,!1,mxConstants.DIRECTION_MASK_ALL));_0x6e36x2=[0,0];_0x6e36x5=[[_0x6e36x5,_0x6e36x12,_0x6e36x15,_0x6e36x16],[_0x6e36x17,_0x6e36x18,_0x6e36x19,_0x6e36x1a]];for(_0x6e36x15=0;2>_0x6e36x15;_0x6e36x15++){mxEdgeStyle[_0xba71[2235]][_0x6e36x15][1]=_0x6e36x5[_0x6e36x15][0]-_0x6e36xa,mxEdgeStyle[_0xba71[2235]][_0x6e36x15][2]=_0x6e36x5[_0x6e36x15][1]-_0x6e36xa,mxEdgeStyle[_0xba71[2235]][_0x6e36x15][4]=_0x6e36x5[_0x6e36x15][0]+_0x6e36x5[_0x6e36x15][2]+_0x6e36xa,mxEdgeStyle[_0xba71[2235]][_0x6e36x15][8]=_0x6e36x5[_0x6e36x15][1]+_0x6e36x5[_0x6e36x15][3]+_0x6e36xa};_0x6e36x15=_0x6e36x5[0][0]+_0x6e36x5[0][2]/2-(_0x6e36x5[1][0]+_0x6e36x5[1][2]/2);_0x6e36x16=_0x6e36x5[0][1]+_0x6e36x5[0][3]/2-(_0x6e36x5[1][1]+_0x6e36x5[1][3]/2);_0x6e36x12=0;0>_0x6e36x15?_0x6e36x12=0>_0x6e36x16?2:1:0>=_0x6e36x16&&(_0x6e36x12=3,0==_0x6e36x15&&(_0x6e36x12=2));_0x6e36x16=null;null!=_0x6e36x3&&(_0x6e36x16=_0x6e36x13);_0x6e36x3=[[0.5,0.5],[0.5,0.5]];for(_0x6e36x15=0;2>_0x6e36x15;_0x6e36x15++){null!=_0x6e36x16&&(_0x6e36x3[_0x6e36x15][0]=(_0x6e36x16[_0xba71[235]]-_0x6e36x5[_0x6e36x15][0])/_0x6e36x5[_0x6e36x15][2],0.01>_0x6e36x3[_0x6e36x15][0]?_0x6e36x2[_0x6e36x15]=mxConstants[_0xba71[436]]:0.99<_0x6e36x3[_0x6e36x15][0]&&(_0x6e36x2[_0x6e36x15]=mxConstants[_0xba71[438]]),_0x6e36x3[_0x6e36x15][1]=(_0x6e36x16[_0xba71[236]]-_0x6e36x5[_0x6e36x15][1])/_0x6e36x5[_0x6e36x15][3],0.01>_0x6e36x3[_0x6e36x15][1]?_0x6e36x2[_0x6e36x15]=mxConstants[_0xba71[435]]:0.99<_0x6e36x3[_0x6e36x15][1]&&(_0x6e36x2[_0x6e36x15]=mxConstants[_0xba71[437]])),_0x6e36x16=null,null!=_0x6e36x4&&(_0x6e36x16=_0x6e36x14)};_0x6e36x15=_0x6e36x5[0][1]-(_0x6e36x5[1][1]+_0x6e36x5[1][3]);_0x6e36x16=_0x6e36x5[0][0]-(_0x6e36x5[1][0]+_0x6e36x5[1][2]);_0x6e36x17=_0x6e36x5[1][1]-(_0x6e36x5[0][1]+_0x6e36x5[0][3]);_0x6e36x18=_0x6e36x5[1][0]-(_0x6e36x5[0][0]+_0x6e36x5[0][2]);mxEdgeStyle[_0xba71[2236]][1]=Math[_0xba71[160]](_0x6e36x16-2*_0x6e36xa,0);mxEdgeStyle[_0xba71[2236]][2]=Math[_0xba71[160]](_0x6e36x15-2*_0x6e36xa,0);mxEdgeStyle[_0xba71[2236]][4]=Math[_0xba71[160]](_0x6e36x17-2*_0x6e36xa,0);mxEdgeStyle[_0xba71[2236]][3]=Math[_0xba71[160]](_0x6e36x18-2*_0x6e36xa,0);_0x6e36x4=[];_0x6e36x13=[];_0x6e36x14=[];_0x6e36x13[0]=_0x6e36x16>=_0x6e36x18?mxConstants[_0xba71[436]]:mxConstants[_0xba71[438]];_0x6e36x14[0]=_0x6e36x15>=_0x6e36x17?mxConstants[_0xba71[435]]:mxConstants[_0xba71[437]];_0x6e36x13[1]=mxUtils[_0xba71[2237]](_0x6e36x13[0]);_0x6e36x14[1]=mxUtils[_0xba71[2237]](_0x6e36x14[0]);_0x6e36x16=_0x6e36x16>=_0x6e36x18?_0x6e36x16:_0x6e36x18;_0x6e36x17=_0x6e36x15>=_0x6e36x17?_0x6e36x15:_0x6e36x17;_0x6e36x18=[[0,0],[0,0]];_0x6e36x19= !1;for(_0x6e36x15=0;2>_0x6e36x15;_0x6e36x15++){0==_0x6e36x2[_0x6e36x15]&&(0==(_0x6e36x13[_0x6e36x15]&_0x6e36x1b[_0x6e36x15])&&(_0x6e36x13[_0x6e36x15]=mxUtils[_0xba71[2237]](_0x6e36x13[_0x6e36x15])),0==(_0x6e36x14[_0x6e36x15]&_0x6e36x1b[_0x6e36x15])&&(_0x6e36x14[_0x6e36x15]=mxUtils[_0xba71[2237]](_0x6e36x14[_0x6e36x15])),_0x6e36x18[_0x6e36x15][0]=_0x6e36x14[_0x6e36x15],_0x6e36x18[_0x6e36x15][1]=_0x6e36x13[_0x6e36x15])};_0x6e36x17>2*_0x6e36xa&&_0x6e36x16>2*_0x6e36xa&&(0<(_0x6e36x13[0]&_0x6e36x1b[0])&&0<(_0x6e36x14[1]&_0x6e36x1b[1])?(_0x6e36x18[0][0]=_0x6e36x13[0],_0x6e36x18[0][1]=_0x6e36x14[0],_0x6e36x18[1][0]=_0x6e36x14[1],_0x6e36x18[1][1]=_0x6e36x13[1],_0x6e36x19= !0):0<(_0x6e36x14[0]&_0x6e36x1b[0])&&0<(_0x6e36x13[1]&_0x6e36x1b[1])&&(_0x6e36x18[0][0]=_0x6e36x14[0],_0x6e36x18[0][1]=_0x6e36x13[0],_0x6e36x18[1][0]=_0x6e36x13[1],_0x6e36x18[1][1]=_0x6e36x14[1],_0x6e36x19= !0));_0x6e36x17>2*_0x6e36xa&&!_0x6e36x19&&(_0x6e36x18[0][0]=_0x6e36x14[0],_0x6e36x18[0][1]=_0x6e36x13[0],_0x6e36x18[1][0]=_0x6e36x14[1],_0x6e36x18[1][1]=_0x6e36x13[1],_0x6e36x19= !0);_0x6e36x16>2*_0x6e36xa&&!_0x6e36x19&&(_0x6e36x18[0][0]=_0x6e36x13[0],_0x6e36x18[0][1]=_0x6e36x14[0],_0x6e36x18[1][0]=_0x6e36x13[1],_0x6e36x18[1][1]=_0x6e36x14[1]);for(_0x6e36x15=0;2>_0x6e36x15;_0x6e36x15++){if(0==_0x6e36x2[_0x6e36x15]&&(0==(_0x6e36x18[_0x6e36x15][0]&_0x6e36x1b[_0x6e36x15])&&(_0x6e36x18[_0x6e36x15][0]=_0x6e36x18[_0x6e36x15][1]),_0x6e36x4[_0x6e36x15]=_0x6e36x18[_0x6e36x15][0]&_0x6e36x1b[_0x6e36x15],_0x6e36x4[_0x6e36x15]|=(_0x6e36x18[_0x6e36x15][1]&_0x6e36x1b[_0x6e36x15])<<8,_0x6e36x4[_0x6e36x15]|=(_0x6e36x18[1-_0x6e36x15][_0x6e36x15]&_0x6e36x1b[_0x6e36x15])<<16,_0x6e36x4[_0x6e36x15]|=(_0x6e36x18[1-_0x6e36x15][1-_0x6e36x15]&_0x6e36x1b[_0x6e36x15])<<24,0==(_0x6e36x4[_0x6e36x15]&15)&&(_0x6e36x4[_0x6e36x15]<<=8),0==(_0x6e36x4[_0x6e36x15]&3840)&&(_0x6e36x4[_0x6e36x15]=_0x6e36x4[_0x6e36x15]&15|_0x6e36x4[_0x6e36x15]>>8),0==(_0x6e36x4[_0x6e36x15]&983040)&&(_0x6e36x4[_0x6e36x15]=_0x6e36x4[_0x6e36x15]&65535|(_0x6e36x4[_0x6e36x15]&251658240)>>8),_0x6e36x2[_0x6e36x15]=_0x6e36x4[_0x6e36x15]&15,_0x6e36x1b[_0x6e36x15]==mxConstants[_0xba71[436]]||_0x6e36x1b[_0x6e36x15]==mxConstants[_0xba71[435]]||_0x6e36x1b[_0x6e36x15]==mxConstants[_0xba71[438]]||_0x6e36x1b[_0x6e36x15]==mxConstants[_0xba71[437]])){_0x6e36x2[_0x6e36x15]=_0x6e36x1b[_0x6e36x15]}};_0x6e36x15=_0x6e36x2[0]==mxConstants[_0xba71[438]]?3:_0x6e36x2[0];_0x6e36x1b=_0x6e36x2[1]==mxConstants[_0xba71[438]]?3:_0x6e36x2[1];_0x6e36x15-=_0x6e36x12;_0x6e36x1b-=_0x6e36x12;1>_0x6e36x15&&(_0x6e36x15+=4);1>_0x6e36x1b&&(_0x6e36x1b+=4);_0x6e36x1b=mxEdgeStyle[_0xba71[2238]][_0x6e36x15-1][_0x6e36x1b-1];mxEdgeStyle[_0xba71[2239]][0][0]=_0x6e36x5[0][0];mxEdgeStyle[_0xba71[2239]][0][1]=_0x6e36x5[0][1];switch(_0x6e36x2[0]){case mxConstants[_0xba71[436]]:mxEdgeStyle[_0xba71[2239]][0][0]-=_0x6e36xa;mxEdgeStyle[_0xba71[2239]][0][1]+=_0x6e36x3[0][1]*_0x6e36x5[0][3];break;case mxConstants[_0xba71[437]]:mxEdgeStyle[_0xba71[2239]][0][0]+=_0x6e36x3[0][0]*_0x6e36x5[0][2];mxEdgeStyle[_0xba71[2239]][0][1]+=_0x6e36x5[0][3]+_0x6e36xa;break;case mxConstants[_0xba71[438]]:mxEdgeStyle[_0xba71[2239]][0][0]+=_0x6e36x5[0][2]+_0x6e36xa;mxEdgeStyle[_0xba71[2239]][0][1]+=_0x6e36x3[0][1]*_0x6e36x5[0][3];break;case mxConstants[_0xba71[435]]:mxEdgeStyle[_0xba71[2239]][0][0]+=_0x6e36x3[0][0]*_0x6e36x5[0][2],mxEdgeStyle[_0xba71[2239]][0][1]-=_0x6e36xa};_0x6e36xa=0;_0x6e36x13=_0x6e36x4=0<(_0x6e36x2[0]&(mxConstants[_0xba71[438]]|mxConstants[_0xba71[436]]))?0:1;for(_0x6e36x15=_0x6e36x14=0;_0x6e36x15<_0x6e36x1b[_0xba71[67]];_0x6e36x15++){_0x6e36x14=_0x6e36x1b[_0x6e36x15]&15;_0x6e36x1a=_0x6e36x14==mxConstants[_0xba71[438]]?3:_0x6e36x14;_0x6e36x1a+=_0x6e36x12;4<_0x6e36x1a&&(_0x6e36x1a-=4);_0x6e36x16=mxEdgeStyle[_0xba71[2240]][_0x6e36x1a-1];_0x6e36x14=0<_0x6e36x1a%2?0:1;_0x6e36x14!=_0x6e36x4&&(_0x6e36xa++,mxEdgeStyle[_0xba71[2239]][_0x6e36xa][0]=mxEdgeStyle[_0xba71[2239]][_0x6e36xa-1][0],mxEdgeStyle[_0xba71[2239]][_0x6e36xa][1]=mxEdgeStyle[_0xba71[2239]][_0x6e36xa-1][1]);var _0x6e36x1c=0<(_0x6e36x1b[_0x6e36x15]&mxEdgeStyle[_0xba71[2241]]),_0x6e36x19=0<(_0x6e36x1b[_0x6e36x15]&mxEdgeStyle[_0xba71[2242]]),_0x6e36x17=(_0x6e36x1b[_0x6e36x15]&mxEdgeStyle[_0xba71[2243]])>>5,_0x6e36x17=_0x6e36x17<<_0x6e36x12;15<_0x6e36x17&&(_0x6e36x17>>=4);_0x6e36x18=0<(_0x6e36x1b[_0x6e36x15]&mxEdgeStyle[_0xba71[2244]]);(_0x6e36x19||_0x6e36x1c)&&9>_0x6e36x17?(_0x6e36x1a=0,_0x6e36x19=_0x6e36x19?0:1,_0x6e36x1a=_0x6e36x18&&0==_0x6e36x14?_0x6e36x5[_0x6e36x19][0]+_0x6e36x3[_0x6e36x19][0]*_0x6e36x5[_0x6e36x19][2]:_0x6e36x18?_0x6e36x5[_0x6e36x19][1]+_0x6e36x3[_0x6e36x19][1]*_0x6e36x5[_0x6e36x19][3]:mxEdgeStyle[_0xba71[2235]][_0x6e36x19][_0x6e36x17],0==_0x6e36x14?(_0x6e36x17=(_0x6e36x1a-mxEdgeStyle[_0xba71[2239]][_0x6e36xa][0])*_0x6e36x16[0],0<_0x6e36x17&&(mxEdgeStyle[_0xba71[2239]][_0x6e36xa][0]+=_0x6e36x16[0]*_0x6e36x17)):(_0x6e36x17=(_0x6e36x1a-mxEdgeStyle[_0xba71[2239]][_0x6e36xa][1])*_0x6e36x16[1],0<_0x6e36x17&&(mxEdgeStyle[_0xba71[2239]][_0x6e36xa][1]+=_0x6e36x16[1]*_0x6e36x17))):_0x6e36x18&&(mxEdgeStyle[_0xba71[2239]][_0x6e36xa][0]+=_0x6e36x16[0]*Math[_0xba71[425]](mxEdgeStyle[_0xba71[2236]][_0x6e36x1a]/2),mxEdgeStyle[_0xba71[2239]][_0x6e36xa][1]+=_0x6e36x16[1]*Math[_0xba71[425]](mxEdgeStyle[_0xba71[2236]][_0x6e36x1a]/2));0<_0x6e36xa&&mxEdgeStyle[_0xba71[2239]][_0x6e36xa][_0x6e36x14]==mxEdgeStyle[_0xba71[2239]][_0x6e36xa-1][_0x6e36x14]?_0x6e36xa--:_0x6e36x4=_0x6e36x14};for(_0x6e36x15=0;_0x6e36x15<=_0x6e36xa&& !(_0x6e36x15==_0x6e36xa&&((0<(_0x6e36x2[1]&(mxConstants[_0xba71[438]]|mxConstants[_0xba71[436]]))?0:1)==_0x6e36x13?0:1)!=(_0x6e36xa+1)%2);_0x6e36x15++){_0x6e36x9[_0xba71[207]]( new mxPoint(mxEdgeStyle[_0xba71[2239]][_0x6e36x15][0],mxEdgeStyle[_0xba71[2239]][_0x6e36x15][1]))}}},getRoutePattern:function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=_0x6e36x2[0]==mxConstants[_0xba71[438]]?3:_0x6e36x2[0];_0x6e36x2=_0x6e36x2[1]==mxConstants[_0xba71[438]]?3:_0x6e36x2[1];_0x6e36x9-=_0x6e36x3;_0x6e36x2-=_0x6e36x3;1>_0x6e36x9&&(_0x6e36x9+=4);1>_0x6e36x2&&(_0x6e36x2+=4);_0x6e36x3=routePatterns[_0x6e36x9-1][_0x6e36x2-1];if(0==_0x6e36x4||0==_0x6e36x5){null!=inlineRoutePatterns[_0x6e36x9-1][_0x6e36x2-1]&&(_0x6e36x3=inlineRoutePatterns[_0x6e36x9-1][_0x6e36x2-1])};return _0x6e36x3}},mxStyleRegistry={values:[],putValue:function(_0x6e36x2,_0x6e36x3){mxStyleRegistry[_0xba71[2245]][_0x6e36x2]=_0x6e36x3},getValue:function(_0x6e36x2){return mxStyleRegistry[_0xba71[2245]][_0x6e36x2]},getName:function(_0x6e36x2){for(var _0x6e36x3 in mxStyleRegistry[_0xba71[2245]]){if(mxStyleRegistry[_0xba71[2245]][_0x6e36x3]==_0x6e36x2){return _0x6e36x3}};return null}};mxStyleRegistry[_0xba71[2246]](mxConstants.EDGESTYLE_ELBOW,mxEdgeStyle.ElbowConnector);mxStyleRegistry[_0xba71[2246]](mxConstants.EDGESTYLE_ENTITY_RELATION,mxEdgeStyle.EntityRelation);mxStyleRegistry[_0xba71[2246]](mxConstants.EDGESTYLE_LOOP,mxEdgeStyle.Loop);mxStyleRegistry[_0xba71[2246]](mxConstants.EDGESTYLE_SIDETOSIDE,mxEdgeStyle.SideToSide);mxStyleRegistry[_0xba71[2246]](mxConstants.EDGESTYLE_TOPTOBOTTOM,mxEdgeStyle.TopToBottom);mxStyleRegistry[_0xba71[2246]](mxConstants.EDGESTYLE_ORTHOGONAL,mxEdgeStyle.OrthConnector);mxStyleRegistry[_0xba71[2246]](mxConstants.EDGESTYLE_SEGMENT,mxEdgeStyle.SegmentConnector);mxStyleRegistry[_0xba71[2246]](mxConstants.PERIMETER_ELLIPSE,mxPerimeter.EllipsePerimeter);mxStyleRegistry[_0xba71[2246]](mxConstants.PERIMETER_RECTANGLE,mxPerimeter.RectanglePerimeter);mxStyleRegistry[_0xba71[2246]](mxConstants.PERIMETER_RHOMBUS,mxPerimeter.RhombusPerimeter);mxStyleRegistry[_0xba71[2246]](mxConstants.PERIMETER_TRIANGLE,mxPerimeter.TrianglePerimeter);function mxGraphView(_0x6e36x2){this[_0xba71[1179]]=_0x6e36x2;this[_0xba71[513]]= new mxPoint;this[_0xba71[2247]]= new mxRectangle;this[_0xba71[1214]]= new mxDictionary}mxGraphView[_0xba71[202]]= new mxEventSource;mxGraphView[_0xba71[202]][_0xba71[196]]=mxGraphView;mxGraphView[_0xba71[202]][_0xba71[2248]]= new mxPoint;mxGraphView[_0xba71[202]][_0xba71[2091]]=_0xba71[130]!=mxClient[_0xba71[90]]?_0xba71[819]:_0xba71[110];mxGraphView[_0xba71[202]][_0xba71[2249]]=_0xba71[130]!=mxClient[_0xba71[90]]?_0xba71[2250]:_0xba71[110];mxGraphView[_0xba71[202]][_0xba71[2251]]= !1;mxGraphView[_0xba71[202]][_0xba71[2252]]= !0;mxGraphView[_0xba71[202]][_0xba71[2253]]= !0;mxGraphView[_0xba71[202]][_0xba71[2254]]= !0;mxGraphView[_0xba71[202]][_0xba71[1179]]=null;mxGraphView[_0xba71[202]][_0xba71[1741]]=null;mxGraphView[_0xba71[202]][_0xba71[2247]]=null;mxGraphView[_0xba71[202]][_0xba71[255]]=1;mxGraphView[_0xba71[202]][_0xba71[513]]=null;mxGraphView[_0xba71[202]][_0xba71[2255]]= !1;mxGraphView[_0xba71[202]][_0xba71[517]]=function(){return this[_0xba71[2247]]};mxGraphView[_0xba71[202]][_0xba71[2256]]=function(_0x6e36x2){this[_0xba71[2247]]=_0x6e36x2};mxGraphView[_0xba71[202]][_0xba71[1799]]=function(_0x6e36x2){var _0x6e36x3=null;if(null!=_0x6e36x2&&0<_0x6e36x2[_0xba71[67]]){for(var _0x6e36x4=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x5=0;_0x6e36x5<_0x6e36x2[_0xba71[67]];_0x6e36x5++){if(_0x6e36x4[_0xba71[1193]](_0x6e36x2[_0x6e36x5])||_0x6e36x4[_0xba71[250]](_0x6e36x2[_0x6e36x5])){var _0x6e36x9=this[_0xba71[248]](_0x6e36x2[_0x6e36x5]);null!=_0x6e36x9&&(null==_0x6e36x3?_0x6e36x3= new mxRectangle(_0x6e36x9[_0xba71[235]],_0x6e36x9[_0xba71[236]],_0x6e36x9[_0xba71[117]],_0x6e36x9[_0xba71[119]]):_0x6e36x3[_0xba71[99]](_0x6e36x9))}}};return _0x6e36x3};mxGraphView[_0xba71[202]][_0xba71[2257]]=function(_0x6e36x2){if(this[_0xba71[1741]]!=_0x6e36x2){var _0x6e36x3= new mxCurrentRootChange(this,_0x6e36x2);_0x6e36x3[_0xba71[350]]();var _0x6e36x4= new mxUndoableEdit(this,!1);_0x6e36x4[_0xba71[99]](_0x6e36x3);this[_0xba71[746]]( new mxEventObject(mxEvent.UNDO,_0xba71[1061],_0x6e36x4));this[_0xba71[1179]][_0xba71[2258]]()};return _0x6e36x2};mxGraphView[_0xba71[202]][_0xba71[829]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[255]],_0x6e36x9= new mxPoint(this[_0xba71[513]][_0xba71[235]],this[_0xba71[513]][_0xba71[236]]);if(this[_0xba71[255]]!=_0x6e36x2||this[_0xba71[513]][_0xba71[235]]!=_0x6e36x3||this[_0xba71[513]][_0xba71[236]]!=_0x6e36x4){this[_0xba71[255]]=_0x6e36x2,this[_0xba71[513]][_0xba71[235]]=_0x6e36x3,this[_0xba71[513]][_0xba71[236]]=_0x6e36x4,this[_0xba71[503]]()&&(this[_0xba71[2259]](),this[_0xba71[1179]][_0xba71[2258]]())};this[_0xba71[746]]( new mxEventObject(mxEvent.SCALE_AND_TRANSLATE,_0xba71[255],_0x6e36x2,_0xba71[2260],_0x6e36x5,_0xba71[513],this[_0xba71[513]],_0xba71[2261],_0x6e36x9))};mxGraphView[_0xba71[202]][_0xba71[518]]=function(){return this[_0xba71[255]]};mxGraphView[_0xba71[202]][_0xba71[2262]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[255]];this[_0xba71[255]]!=_0x6e36x2&&(this[_0xba71[255]]=_0x6e36x2,this[_0xba71[503]]()&&(this[_0xba71[2259]](),this[_0xba71[1179]][_0xba71[2258]]()));this[_0xba71[746]]( new mxEventObject(mxEvent.SCALE,_0xba71[255],_0x6e36x2,_0xba71[2260],_0x6e36x3))};mxGraphView[_0xba71[202]][_0xba71[512]]=function(){return this[_0xba71[513]]};mxGraphView[_0xba71[202]][_0xba71[1147]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4= new mxPoint(this[_0xba71[513]][_0xba71[235]],this[_0xba71[513]][_0xba71[236]]);if(this[_0xba71[513]][_0xba71[235]]!=_0x6e36x2||this[_0xba71[513]][_0xba71[236]]!=_0x6e36x3){this[_0xba71[513]][_0xba71[235]]=_0x6e36x2,this[_0xba71[513]][_0xba71[236]]=_0x6e36x3,this[_0xba71[503]]()&&(this[_0xba71[2259]](),this[_0xba71[1179]][_0xba71[2258]]())};this[_0xba71[746]]( new mxEventObject(mxEvent.TRANSLATE,_0xba71[513],this[_0xba71[513]],_0xba71[2261],_0x6e36x4))};mxGraphView[_0xba71[202]][_0xba71[802]]=function(){null!=this[_0xba71[1741]]&&this[_0xba71[200]]();this[_0xba71[2259]]()};mxGraphView[_0xba71[202]][_0xba71[2259]]=function(){this[_0xba71[2263]]();this[_0xba71[2264]]()};mxGraphView[_0xba71[202]][_0xba71[200]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[1179]][_0xba71[502]]();_0x6e36x2=_0x6e36x2||_0x6e36x5[_0xba71[501]]();_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:!1;_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:!0;this[_0xba71[2265]](_0x6e36x2);if(_0x6e36x4&&(_0x6e36x3||_0x6e36x2!=this[_0xba71[1741]])){_0x6e36x4=_0x6e36x5[_0xba71[262]](_0x6e36x2);for(var _0x6e36x9=0;_0x6e36x9<_0x6e36x4;_0x6e36x9++){this[_0xba71[200]](_0x6e36x5[_0xba71[263]](_0x6e36x2,_0x6e36x9),_0x6e36x3)}}else {this[_0xba71[2263]](_0x6e36x2)}};mxGraphView[_0xba71[202]][_0xba71[2263]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=this[_0xba71[1179]][_0xba71[502]]();_0x6e36x2=_0x6e36x2||_0x6e36x9[_0xba71[501]]();_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:!0;_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:!0;_0x6e36x5=null!=_0x6e36x5?_0x6e36x5:!1;var _0x6e36xa=this[_0xba71[248]](_0x6e36x2);null!=_0x6e36xa&&(_0x6e36xa[_0xba71[2080]]= !0,_0x6e36x5&&(_0x6e36xa[_0xba71[2082]]= !0));if(_0x6e36x3){for(var _0x6e36x12=_0x6e36x9[_0xba71[262]](_0x6e36x2),_0x6e36xa=0;_0x6e36xa<_0x6e36x12;_0x6e36xa++){var _0x6e36x13=_0x6e36x9[_0xba71[263]](_0x6e36x2,_0x6e36xa);this[_0xba71[2263]](_0x6e36x13,_0x6e36x3,_0x6e36x4,_0x6e36x5)}};if(_0x6e36x4){_0x6e36x5=_0x6e36x9[_0xba71[1707]](_0x6e36x2);for(_0x6e36xa=0;_0x6e36xa<_0x6e36x5;_0x6e36xa++){this[_0xba71[2263]](_0x6e36x9[_0xba71[1708]](_0x6e36x2,_0x6e36xa),_0x6e36x3,_0x6e36x4)}}};mxGraphView[_0xba71[202]][_0xba71[2264]]=function(_0x6e36x2){var _0x6e36x3=mxLog[_0xba71[2109]](_0xba71[2266]);window[_0xba71[879]]=mxResources[_0xba71[203]](this[_0xba71[2249]])||this[_0xba71[2249]];var _0x6e36x4=null;if(this[_0xba71[2253]]&&null!=this[_0xba71[510]]&&null==this[_0xba71[1653]]&&(8==document[_0xba71[5]]||mxClient[_0xba71[496]])){_0x6e36x4=this[_0xba71[510]][_0xba71[124]][_0xba71[495]];this[_0xba71[510]][_0xba71[124]][_0xba71[495]]=_0xba71[130];var _0x6e36x5=document[_0xba71[55]](_0xba71[485]);_0x6e36x5[_0xba71[124]][_0xba71[491]]=_0xba71[492];_0x6e36x5[_0xba71[124]][_0xba71[493]]=_0xba71[494];_0x6e36x5[_0xba71[124]][_0xba71[187]]=_0xba71[188];_0x6e36x5[_0xba71[124]][_0xba71[495]]=mxClient[_0xba71[496]]?_0xba71[497]:_0xba71[498];_0x6e36x5[_0xba71[124]][_0xba71[499]]=_0xba71[500];document[_0xba71[112]][_0xba71[62]](_0x6e36x5);this[_0xba71[1653]]=_0x6e36x5};_0x6e36x2=_0x6e36x2||(null!=this[_0xba71[1741]]?this[_0xba71[1741]]:this[_0xba71[1179]][_0xba71[502]]()[_0xba71[501]]());this[_0xba71[2267]](null,_0x6e36x2);_0x6e36x2=this[_0xba71[2268]](null,_0x6e36x2);null==_0x6e36x2&&(_0x6e36x2= new mxRectangle);this[_0xba71[2256]](_0x6e36x2);this[_0xba71[2269]]();null!=_0x6e36x4&&(this[_0xba71[510]][_0xba71[124]][_0xba71[495]]=_0x6e36x4,document[_0xba71[112]][_0xba71[266]](this[_0xba71[1653]]),this[_0xba71[1653]]=null);window[_0xba71[879]]=mxResources[_0xba71[203]](this[_0xba71[2091]])||this[_0xba71[2091]];mxLog[_0xba71[2110]](_0xba71[2266],_0x6e36x3)};mxGraphView[_0xba71[202]][_0xba71[2270]]=function(_0x6e36x2){return new mxRectangleShape(_0x6e36x2,_0xba71[1391],_0xba71[586])};mxGraphView[_0xba71[202]][_0xba71[2269]]=function(){var _0x6e36x2=this[_0xba71[1179]][_0xba71[2271]]();if(null!=_0x6e36x2){if(null==this[_0xba71[1617]]||this[_0xba71[1617]][_0xba71[618]]!=_0x6e36x2[_0xba71[390]]){null!=this[_0xba71[1617]]&&this[_0xba71[1617]][_0xba71[515]]();var _0x6e36x3= new mxRectangle(0,0,1,1);this[_0xba71[1617]]= new mxImageShape(_0x6e36x3,_0x6e36x2[_0xba71[390]]);this[_0xba71[1617]][_0xba71[507]]=this[_0xba71[1179]][_0xba71[507]];this[_0xba71[1617]][_0xba71[176]](this[_0xba71[2053]]);this[_0xba71[1617]][_0xba71[258]]()};this[_0xba71[2272]](this[_0xba71[1617]],_0x6e36x2)}else {null!=this[_0xba71[1617]]&&(this[_0xba71[1617]][_0xba71[515]](),this[_0xba71[1617]]=null)};this[_0xba71[1179]][_0xba71[2273]]?(_0x6e36x3=this[_0xba71[2274]](),null==this[_0xba71[2275]]?(this[_0xba71[2275]]=this[_0xba71[2270]](_0x6e36x3),this[_0xba71[2275]][_0xba71[255]]=this[_0xba71[255]],this[_0xba71[2275]][_0xba71[1596]]= !0,this[_0xba71[2275]][_0xba71[507]]=this[_0xba71[1179]][_0xba71[507]],this[_0xba71[2275]][_0xba71[176]](this[_0xba71[2053]]),this[_0xba71[2275]][_0xba71[258]](),mxEvent[_0xba71[169]](this[_0xba71[2275]][_0xba71[252]],_0xba71[760],mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[1179]][_0xba71[761]](_0x6e36x2)})),mxEvent[_0xba71[759]](this[_0xba71[2275]][_0xba71[252]],mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[1179]][_0xba71[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x6e36x2))}),mxUtils[_0xba71[885]](this,function(_0x6e36x2){null!=this[_0xba71[1179]][_0xba71[2276]]&&this[_0xba71[1179]][_0xba71[2276]][_0xba71[2277]]()&&this[_0xba71[1179]][_0xba71[2276]][_0xba71[801]]();this[_0xba71[1179]][_0xba71[1009]]&&!mxEvent[_0xba71[721]](_0x6e36x2)&&this[_0xba71[1179]][_0xba71[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x6e36x2))}),mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[1179]][_0xba71[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x6e36x2))}))):(this[_0xba71[2275]][_0xba71[255]]=this[_0xba71[255]],this[_0xba71[2275]][_0xba71[1562]]=_0x6e36x3,this[_0xba71[2275]][_0xba71[258]]())):null!=this[_0xba71[2275]]&&(this[_0xba71[2275]][_0xba71[515]](),this[_0xba71[2275]]=null)};mxGraphView[_0xba71[202]][_0xba71[2274]]=function(){var _0x6e36x2=this[_0xba71[1179]][_0xba71[2013]],_0x6e36x3=this[_0xba71[255]]*this[_0xba71[1179]][_0xba71[2012]];return new mxRectangle(this[_0xba71[255]]*this[_0xba71[513]][_0xba71[235]],this[_0xba71[255]]*this[_0xba71[513]][_0xba71[236]],_0x6e36x2[_0xba71[117]]*_0x6e36x3,_0x6e36x2[_0xba71[119]]*_0x6e36x3)};mxGraphView[_0xba71[202]][_0xba71[2272]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x2[_0xba71[255]]=this[_0xba71[255]];_0x6e36x2[_0xba71[1562]][_0xba71[235]]=this[_0xba71[255]]*this[_0xba71[513]][_0xba71[235]];_0x6e36x2[_0xba71[1562]][_0xba71[236]]=this[_0xba71[255]]*this[_0xba71[513]][_0xba71[236]];_0x6e36x2[_0xba71[1562]][_0xba71[117]]=this[_0xba71[255]]*_0x6e36x3[_0xba71[117]];_0x6e36x2[_0xba71[1562]][_0xba71[119]]=this[_0xba71[255]]*_0x6e36x3[_0xba71[119]];_0x6e36x2[_0xba71[258]]()};mxGraphView[_0xba71[202]][_0xba71[2267]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x5=this[_0xba71[248]](_0x6e36x3,!0);if(null!=_0x6e36x5&&_0x6e36x5[_0xba71[2080]]){if(this[_0xba71[1179]][_0xba71[1714]](_0x6e36x3)){if(_0x6e36x3!=this[_0xba71[1741]]&&null!=_0x6e36x2){_0x6e36x5[_0xba71[2079]][_0xba71[235]]=0;_0x6e36x5[_0xba71[2079]][_0xba71[236]]=0;_0x6e36x5[_0xba71[2078]][_0xba71[235]]=_0x6e36x2[_0xba71[2078]][_0xba71[235]];_0x6e36x5[_0xba71[2078]][_0xba71[236]]=_0x6e36x2[_0xba71[2078]][_0xba71[236]];var _0x6e36x9=this[_0xba71[1179]][_0xba71[1198]](_0x6e36x3);if(null!=_0x6e36x9){if(!_0x6e36x4[_0xba71[250]](_0x6e36x3)){var _0x6e36xa=_0x6e36x9[_0xba71[1368]]||this[_0xba71[2248]];_0x6e36x9[_0xba71[1500]]?(_0x6e36x5[_0xba71[2078]][_0xba71[235]]+=_0x6e36x9[_0xba71[235]]*_0x6e36x2[_0xba71[117]]/this[_0xba71[255]]+_0x6e36xa[_0xba71[235]],_0x6e36x5[_0xba71[2078]][_0xba71[236]]+=_0x6e36x9[_0xba71[236]]*_0x6e36x2[_0xba71[119]]/this[_0xba71[255]]+_0x6e36xa[_0xba71[236]]):(_0x6e36x5[_0xba71[2079]][_0xba71[235]]=this[_0xba71[255]]*_0x6e36xa[_0xba71[235]],_0x6e36x5[_0xba71[2079]][_0xba71[236]]=this[_0xba71[255]]*_0x6e36xa[_0xba71[236]],_0x6e36x5[_0xba71[2078]][_0xba71[235]]+=_0x6e36x9[_0xba71[235]],_0x6e36x5[_0xba71[2078]][_0xba71[236]]+=_0x6e36x9[_0xba71[236]])};_0x6e36x5[_0xba71[235]]=this[_0xba71[255]]*(this[_0xba71[513]][_0xba71[235]]+_0x6e36x5[_0xba71[2078]][_0xba71[235]]);_0x6e36x5[_0xba71[236]]=this[_0xba71[255]]*(this[_0xba71[513]][_0xba71[236]]+_0x6e36x5[_0xba71[2078]][_0xba71[236]]);_0x6e36x5[_0xba71[117]]=this[_0xba71[255]]*_0x6e36x9[_0xba71[117]];_0x6e36x5[_0xba71[119]]=this[_0xba71[255]]*_0x6e36x9[_0xba71[119]];if(_0x6e36x4[_0xba71[1193]](_0x6e36x3)){if(_0x6e36x9[_0xba71[1500]]&&(_0x6e36xa=mxUtils[_0xba71[431]](_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2278]]]||_0xba71[468]),0!=_0x6e36xa)){var _0x6e36x9=Math[_0xba71[426]](_0x6e36xa),_0x6e36xa=Math[_0xba71[427]](_0x6e36xa),_0x6e36x12= new mxPoint(_0x6e36x5[_0xba71[241]](),_0x6e36x5[_0xba71[242]]()),_0x6e36x13= new mxPoint(_0x6e36x2[_0xba71[241]](),_0x6e36x2[_0xba71[242]]()),_0x6e36x9=mxUtils[_0xba71[432]](_0x6e36x12,_0x6e36x9,_0x6e36xa,_0x6e36x13);_0x6e36x5[_0xba71[235]]=_0x6e36x9[_0xba71[235]]-_0x6e36x5[_0xba71[117]]/2;_0x6e36x5[_0xba71[236]]=_0x6e36x9[_0xba71[236]]-_0x6e36x5[_0xba71[119]]/2};this[_0xba71[2279]](_0x6e36x5)}}}}else {this[_0xba71[2265]](_0x6e36x3)};_0x6e36xa=this[_0xba71[1179]][_0xba71[2280]](_0x6e36x3);null!=_0x6e36xa&&(_0x6e36x5[_0xba71[2078]][_0xba71[235]]+=_0x6e36xa[_0xba71[235]],_0x6e36x5[_0xba71[2078]][_0xba71[236]]+=_0x6e36xa[_0xba71[236]])};if(null!=_0x6e36x5&&(!this[_0xba71[1179]][_0xba71[1742]](_0x6e36x3)||_0x6e36x3==this[_0xba71[1741]])){_0x6e36x9=_0x6e36x4[_0xba71[262]](_0x6e36x3);for(_0x6e36xa=0;_0x6e36xa<_0x6e36x9;_0x6e36xa++){_0x6e36x12=_0x6e36x4[_0xba71[263]](_0x6e36x3,_0x6e36xa),this[_0xba71[2267]](_0x6e36x5,_0x6e36x12)}}};mxGraphView[_0xba71[202]][_0xba71[2279]]=function(_0x6e36x2){var _0x6e36x3=mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_LABEL_POSITION,mxConstants.ALIGN_CENTER);_0x6e36x3==mxConstants[_0xba71[2132]]?_0x6e36x2[_0xba71[2079]][_0xba71[235]]-=_0x6e36x2[_0xba71[117]]:_0x6e36x3==mxConstants[_0xba71[480]]&&(_0x6e36x2[_0xba71[2079]][_0xba71[235]]+=_0x6e36x2[_0xba71[117]]);_0x6e36x3=mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_VERTICAL_LABEL_POSITION,mxConstants.ALIGN_MIDDLE);_0x6e36x3==mxConstants[_0xba71[1687]]?_0x6e36x2[_0xba71[2079]][_0xba71[236]]-=_0x6e36x2[_0xba71[119]]:_0x6e36x3==mxConstants[_0xba71[482]]&&(_0x6e36x2[_0xba71[2079]][_0xba71[236]]+=_0x6e36x2[_0xba71[119]])};mxGraphView[_0xba71[202]][_0xba71[2268]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x5=this[_0xba71[248]](_0x6e36x3),_0x6e36x9=null;if(null!=_0x6e36x5){if(_0x6e36x5[_0xba71[2080]]){var _0x6e36xa=this[_0xba71[1179]][_0xba71[1198]](_0x6e36x3);if(null!=_0x6e36xa&&_0x6e36x4[_0xba71[250]](_0x6e36x3)){var _0x6e36x12=this[_0xba71[248]](this[_0xba71[1710]](_0x6e36x3,!0));_0x6e36x5[_0xba71[2090]](_0x6e36x12,!0);if(null!=_0x6e36x12&&_0x6e36x4[_0xba71[250]](_0x6e36x12[_0xba71[246]])&&!_0x6e36x4[_0xba71[1720]](_0x6e36x12[_0xba71[246]],_0x6e36x3)){var _0x6e36x13=this[_0xba71[248]](_0x6e36x4[_0xba71[1197]](_0x6e36x12[_0xba71[246]]));this[_0xba71[2268]](_0x6e36x13,_0x6e36x12[_0xba71[246]])};var _0x6e36x14=this[_0xba71[248]](this[_0xba71[1710]](_0x6e36x3,!1));_0x6e36x5[_0xba71[2090]](_0x6e36x14,!1);null!=_0x6e36x14&&(_0x6e36x4[_0xba71[250]](_0x6e36x14[_0xba71[246]])&&!_0x6e36x4[_0xba71[1720]](_0x6e36x14[_0xba71[246]],_0x6e36x3))&&(_0x6e36x13=this[_0xba71[248]](_0x6e36x4[_0xba71[1197]](_0x6e36x14[_0xba71[246]])),this[_0xba71[2268]](_0x6e36x13,_0x6e36x14[_0xba71[246]]));this[_0xba71[2281]](_0x6e36x5,_0x6e36x12,_0x6e36x14);this[_0xba71[2282]](_0x6e36x5,_0x6e36xa[_0xba71[1525]],_0x6e36x12,_0x6e36x14);this[_0xba71[2283]](_0x6e36x5,_0x6e36x12,_0x6e36x14);this[_0xba71[2284]](_0x6e36x5);this[_0xba71[2285]](_0x6e36x5)}else {null!=_0x6e36xa&&(_0x6e36xa[_0xba71[1500]]&&null!=_0x6e36x2&&_0x6e36x4[_0xba71[250]](_0x6e36x2[_0xba71[246]]))&&(_0x6e36xa=this[_0xba71[245]](_0x6e36x2,_0x6e36xa),null!=_0x6e36xa&&(_0x6e36x5[_0xba71[235]]=_0x6e36xa[_0xba71[235]],_0x6e36x5[_0xba71[236]]=_0x6e36xa[_0xba71[236]],_0x6e36xa[_0xba71[235]]=_0x6e36xa[_0xba71[235]]/this[_0xba71[255]]-this[_0xba71[513]][_0xba71[235]],_0x6e36xa[_0xba71[236]]=_0x6e36xa[_0xba71[236]]/this[_0xba71[255]]-this[_0xba71[513]][_0xba71[236]],_0x6e36x5[_0xba71[2078]]=_0x6e36xa,this[_0xba71[2286]](_0x6e36x2,_0x6e36x5)))};_0x6e36x5[_0xba71[2080]]= !1;_0x6e36x3!=this[_0xba71[1741]]&&this[_0xba71[1179]][_0xba71[259]][_0xba71[258]](_0x6e36x5,!1,this[_0xba71[2287]]())};if(_0x6e36x4[_0xba71[250]](_0x6e36x3)||_0x6e36x4[_0xba71[1193]](_0x6e36x3)){null!=_0x6e36x5[_0xba71[253]]&&null!=_0x6e36x5[_0xba71[253]][_0xba71[1563]]&&(_0x6e36x9=_0x6e36x5[_0xba71[253]][_0xba71[1563]][_0xba71[238]]()),null!=_0x6e36x5[_0xba71[963]]&&!this[_0xba71[1179]][_0xba71[2130]](_0x6e36x5[_0xba71[246]])&&null!=_0x6e36x5[_0xba71[963]][_0xba71[1563]]&&(null!=_0x6e36x9?_0x6e36x9[_0xba71[99]](_0x6e36x5[_0xba71[963]][_0xba71[1563]]):_0x6e36x9=_0x6e36x5[_0xba71[963]][_0xba71[1563]][_0xba71[238]]())}};if(null!=_0x6e36x5&&(!this[_0xba71[1179]][_0xba71[1742]](_0x6e36x3)||_0x6e36x3==this[_0xba71[1741]])){_0x6e36xa=_0x6e36x4[_0xba71[262]](_0x6e36x3);for(_0x6e36x12=0;_0x6e36x12<_0x6e36xa;_0x6e36x12++){_0x6e36x13=_0x6e36x4[_0xba71[263]](_0x6e36x3,_0x6e36x12),_0x6e36x13=this[_0xba71[2268]](_0x6e36x5,_0x6e36x13),null!=_0x6e36x13&&(null==_0x6e36x9?_0x6e36x9=_0x6e36x13:_0x6e36x9[_0xba71[99]](_0x6e36x13))}};return _0x6e36x9};mxGraphView[_0xba71[202]][_0xba71[2286]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=_0x6e36x3[_0xba71[246]];if(!this[_0xba71[1179]][_0xba71[1742]](_0x6e36x4)||_0x6e36x4==this[_0xba71[1741]]){for(var _0x6e36x5=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x9=_0x6e36x5[_0xba71[262]](_0x6e36x4),_0x6e36xa=0;_0x6e36xa<_0x6e36x9;_0x6e36xa++){this[_0xba71[2267]](_0x6e36x3,_0x6e36x5[_0xba71[263]](_0x6e36x4,_0x6e36xa))}}};mxGraphView[_0xba71[202]][_0xba71[2281]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[2289]](_0x6e36x2,_0x6e36x3,!0,this[_0xba71[1179]][_0xba71[2288]](_0x6e36x2,_0x6e36x3,!0));this[_0xba71[2289]](_0x6e36x2,_0x6e36x4,!1,this[_0xba71[1179]][_0xba71[2288]](_0x6e36x2,_0x6e36x4,!1))};mxGraphView[_0xba71[202]][_0xba71[2289]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=null;null!=_0x6e36x5&&(_0x6e36x9=this[_0xba71[1179]][_0xba71[2290]](_0x6e36x3,_0x6e36x5));if(null==_0x6e36x9&&null==_0x6e36x3){_0x6e36x3=this[_0xba71[255]];_0x6e36x5=this[_0xba71[513]];var _0x6e36xa=_0x6e36x2[_0xba71[2078]],_0x6e36x9=this[_0xba71[1179]][_0xba71[1198]](_0x6e36x2[_0xba71[246]])[_0xba71[2006]](_0x6e36x4);null!=_0x6e36x9&&(_0x6e36x9= new mxPoint(_0x6e36x3*(_0x6e36x5[_0xba71[235]]+_0x6e36x9[_0xba71[235]]+_0x6e36xa[_0xba71[235]]),_0x6e36x3*(_0x6e36x5[_0xba71[236]]+_0x6e36x9[_0xba71[236]]+_0x6e36xa[_0xba71[236]])))};_0x6e36x2[_0xba71[2088]](_0x6e36x9,_0x6e36x4)};mxGraphView[_0xba71[202]][_0xba71[2282]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){if(null!=_0x6e36x2){var _0x6e36x9=[];_0x6e36x9[_0xba71[207]](_0x6e36x2[_0xba71[439]][0]);var _0x6e36xa=this[_0xba71[2291]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5);if(null!=_0x6e36xa){_0x6e36x4=this[_0xba71[2292]](_0x6e36x2,_0x6e36x4,!0),_0x6e36x5=this[_0xba71[2292]](_0x6e36x2,_0x6e36x5,!1),_0x6e36xa(_0x6e36x2,_0x6e36x4,_0x6e36x5,_0x6e36x3,_0x6e36x9)}else {if(null!=_0x6e36x3){for(_0x6e36xa=0;_0x6e36xa<_0x6e36x3[_0xba71[67]];_0x6e36xa++){null!=_0x6e36x3[_0x6e36xa]&&(_0x6e36x5=mxUtils[_0xba71[238]](_0x6e36x3[_0x6e36xa]),_0x6e36x9[_0xba71[207]](this[_0xba71[2229]](_0x6e36x2,_0x6e36x5)))}}};_0x6e36x3=_0x6e36x2[_0xba71[439]];_0x6e36x9[_0xba71[207]](_0x6e36x3[_0x6e36x3[_0xba71[67]]-1]);_0x6e36x2[_0xba71[439]]=_0x6e36x9}};mxGraphView[_0xba71[202]][_0xba71[2229]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=_0x6e36x2[_0xba71[2078]];return new mxPoint(this[_0xba71[255]]*(_0x6e36x3[_0xba71[235]]+this[_0xba71[513]][_0xba71[235]]+_0x6e36x4[_0xba71[235]]),this[_0xba71[255]]*(_0x6e36x3[_0xba71[236]]+this[_0xba71[513]][_0xba71[236]]+_0x6e36x4[_0xba71[236]]))};mxGraphView[_0xba71[202]][_0xba71[2291]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x2=null!=_0x6e36x4&&_0x6e36x4==_0x6e36x5?mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_LOOP,this[_0xba71[1179]][_0xba71[2293]]):!mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_NOEDGESTYLE,!1)?_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2294]]]:null;_0xba71[1516]== typeof _0x6e36x2&&(_0x6e36x3=mxStyleRegistry[_0xba71[433]](_0x6e36x2),null==_0x6e36x3&&this[_0xba71[2295]]()&&(_0x6e36x3=mxUtils[_0xba71[1545]](_0x6e36x2)),_0x6e36x2=_0x6e36x3);return _0xba71[279]== typeof _0x6e36x2?_0x6e36x2:null};mxGraphView[_0xba71[202]][_0xba71[2283]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=_0x6e36x2[_0xba71[439]],_0x6e36x9=_0x6e36x5[0];null==_0x6e36x5[_0x6e36x5[_0xba71[67]]-1]&&null!=_0x6e36x4&&this[_0xba71[2296]](_0x6e36x2,_0x6e36x4,_0x6e36x3,!1);null==_0x6e36x9&&null!=_0x6e36x3&&this[_0xba71[2296]](_0x6e36x2,_0x6e36x3,_0x6e36x4,!0)};mxGraphView[_0xba71[202]][_0xba71[2296]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x3=this[_0xba71[2292]](_0x6e36x2,_0x6e36x3,_0x6e36x5);var _0x6e36x9=this[_0xba71[2297]](_0x6e36x2,_0x6e36x4,_0x6e36x5),_0x6e36xa=this[_0xba71[1179]][_0xba71[2298]](_0x6e36x2);_0x6e36x4=mxUtils[_0xba71[431]](Number(_0x6e36x3[_0xba71[124]][mxConstants[_0xba71[2278]]]||_0xba71[468]));var _0x6e36x12= new mxPoint(_0x6e36x3[_0xba71[241]](),_0x6e36x3[_0xba71[242]]());if(0!=_0x6e36x4){var _0x6e36x13=Math[_0xba71[426]](-_0x6e36x4),_0x6e36x14=Math[_0xba71[427]](-_0x6e36x4),_0x6e36x9=mxUtils[_0xba71[432]](_0x6e36x9,_0x6e36x13,_0x6e36x14,_0x6e36x12)};_0x6e36x13=parseFloat(_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2299]]]||0);_0x6e36x13+=parseFloat(_0x6e36x2[_0xba71[124]][_0x6e36x5?mxConstants[_0xba71[2300]]:mxConstants[_0xba71[2301]]]||0);_0x6e36x3=this[_0xba71[2302]](_0x6e36x3,_0x6e36x9,0==_0x6e36x4&&_0x6e36xa,_0x6e36x13);0!=_0x6e36x4&&(_0x6e36x13=Math[_0xba71[426]](_0x6e36x4),_0x6e36x14=Math[_0xba71[427]](_0x6e36x4),_0x6e36x3=mxUtils[_0xba71[432]](_0x6e36x3,_0x6e36x13,_0x6e36x14,_0x6e36x12));_0x6e36x2[_0xba71[2088]](_0x6e36x3,_0x6e36x5)};mxGraphView[_0xba71[202]][_0xba71[2292]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x2=mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],_0x6e36x4?mxConstants[_0xba71[2303]]:mxConstants[_0xba71[2304]]);null!=_0x6e36x2&&(_0x6e36x2=this[_0xba71[248]](this[_0xba71[1179]][_0xba71[502]]()[_0xba71[736]](_0x6e36x2)),null!=_0x6e36x2&&(_0x6e36x3=_0x6e36x2));return _0x6e36x3};mxGraphView[_0xba71[202]][_0xba71[2302]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=null;if(null!=_0x6e36x2){var _0x6e36xa=this[_0xba71[2305]](_0x6e36x2);if(null!=_0x6e36xa&&null!=_0x6e36x3&&(_0x6e36x5=this[_0xba71[2087]](_0x6e36x2,_0x6e36x5),0<_0x6e36x5[_0xba71[117]]||0<_0x6e36x5[_0xba71[119]])){_0x6e36x9=_0x6e36xa(_0x6e36x5,_0x6e36x2,_0x6e36x3,_0x6e36x4)};null==_0x6e36x9&&(_0x6e36x9=this[_0xba71[245]](_0x6e36x2))};return _0x6e36x9};mxGraphView[_0xba71[202]][_0xba71[2230]]=function(_0x6e36x2){var _0x6e36x3=null!=_0x6e36x2[_0xba71[124]]?parseFloat(_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2306]]])||0:0;return _0x6e36x2[_0xba71[241]]()+_0x6e36x3*_0x6e36x2[_0xba71[117]]};mxGraphView[_0xba71[202]][_0xba71[2228]]=function(_0x6e36x2){var _0x6e36x3=null!=_0x6e36x2[_0xba71[124]]?parseFloat(_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2307]]])||0:0;return _0x6e36x2[_0xba71[242]]()+_0x6e36x3*_0x6e36x2[_0xba71[119]]};mxGraphView[_0xba71[202]][_0xba71[2087]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:0;null!=_0x6e36x2&&(_0x6e36x3+=parseFloat(_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2299]]]||0));return _0x6e36x2[_0xba71[2087]](_0x6e36x3*this[_0xba71[255]])};mxGraphView[_0xba71[202]][_0xba71[2305]]=function(_0x6e36x2){_0x6e36x2=_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2061]]];if(_0xba71[1516]== typeof _0x6e36x2){var _0x6e36x3=mxStyleRegistry[_0xba71[433]](_0x6e36x2);null==_0x6e36x3&&this[_0xba71[2295]]()&&(_0x6e36x3=mxUtils[_0xba71[1545]](_0x6e36x2));_0x6e36x2=_0x6e36x3};return _0xba71[279]== typeof _0x6e36x2?_0x6e36x2:null};mxGraphView[_0xba71[202]][_0xba71[2297]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x2=_0x6e36x2[_0xba71[439]];var _0x6e36x5=null;if(null!=_0x6e36x2&&(_0x6e36x4||2<_0x6e36x2[_0xba71[67]]||null==_0x6e36x3)){_0x6e36x5=_0x6e36x2[_0xba71[67]],_0x6e36x5=_0x6e36x2[_0x6e36x4?Math[_0xba71[243]](1,_0x6e36x5-1):Math[_0xba71[160]](0,_0x6e36x5-2)]};null==_0x6e36x5&&null!=_0x6e36x3&&(_0x6e36x5= new mxPoint(_0x6e36x3[_0xba71[241]](),_0x6e36x3[_0xba71[242]]()));return _0x6e36x5};mxGraphView[_0xba71[202]][_0xba71[1710]]=function(_0x6e36x2,_0x6e36x3){for(var _0x6e36x4=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x5=_0x6e36x4[_0xba71[1709]](_0x6e36x2,_0x6e36x3),_0x6e36x9=_0x6e36x5;null!=_0x6e36x5&&_0x6e36x5!=this[_0xba71[1741]];){if(!this[_0xba71[1179]][_0xba71[1714]](_0x6e36x9)||this[_0xba71[1179]][_0xba71[1742]](_0x6e36x5)){_0x6e36x9=_0x6e36x5};_0x6e36x5=_0x6e36x4[_0xba71[1197]](_0x6e36x5)};_0x6e36x4[_0xba71[1197]](_0x6e36x9)==_0x6e36x4[_0xba71[501]]()&&(_0x6e36x9=null);return _0x6e36x9};mxGraphView[_0xba71[202]][_0xba71[2284]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[439]];_0x6e36x2[_0xba71[67]]=0;if(null!=_0x6e36x3&&0<_0x6e36x3[_0xba71[67]]){var _0x6e36x4=_0x6e36x3[0],_0x6e36x5=_0x6e36x3[_0x6e36x3[_0xba71[67]]-1];if(null==_0x6e36x4||null==_0x6e36x5){_0x6e36x2[_0xba71[246]]!=this[_0xba71[1741]]&&this[_0xba71[200]](_0x6e36x2[_0xba71[246]],!0)}else {if(_0x6e36x4[_0xba71[235]]!=_0x6e36x5[_0xba71[235]]||_0x6e36x4[_0xba71[236]]!=_0x6e36x5[_0xba71[236]]){var _0x6e36x9=_0x6e36x5[_0xba71[235]]-_0x6e36x4[_0xba71[235]],_0x6e36xa=_0x6e36x5[_0xba71[236]]-_0x6e36x4[_0xba71[236]];_0x6e36x2[_0xba71[2085]]=Math[_0xba71[428]](_0x6e36x9*_0x6e36x9+_0x6e36xa*_0x6e36xa)}else {_0x6e36x2[_0xba71[2085]]=0};var _0x6e36x5=0,_0x6e36x12=[],_0x6e36xa=_0x6e36x4;if(null!=_0x6e36xa){for(var _0x6e36x4=_0x6e36xa[_0xba71[235]],_0x6e36x13=_0x6e36xa[_0xba71[236]],_0x6e36x14=_0x6e36x4,_0x6e36x15=_0x6e36x13,_0x6e36x16=1;_0x6e36x16<_0x6e36x3[_0xba71[67]];_0x6e36x16++){var _0x6e36x17=_0x6e36x3[_0x6e36x16];null!=_0x6e36x17&&(_0x6e36x9=_0x6e36xa[_0xba71[235]]-_0x6e36x17[_0xba71[235]],_0x6e36xa=_0x6e36xa[_0xba71[236]]-_0x6e36x17[_0xba71[236]],_0x6e36x9=Math[_0xba71[428]](_0x6e36x9*_0x6e36x9+_0x6e36xa*_0x6e36xa),_0x6e36x12[_0xba71[207]](_0x6e36x9),_0x6e36x5+=_0x6e36x9,_0x6e36xa=_0x6e36x17,_0x6e36x4=Math[_0xba71[243]](_0x6e36xa[_0xba71[235]],_0x6e36x4),_0x6e36x13=Math[_0xba71[243]](_0x6e36xa[_0xba71[236]],_0x6e36x13),_0x6e36x14=Math[_0xba71[160]](_0x6e36xa[_0xba71[235]],_0x6e36x14),_0x6e36x15=Math[_0xba71[160]](_0x6e36xa[_0xba71[236]],_0x6e36x15))};_0x6e36x2[_0xba71[67]]=_0x6e36x5;_0x6e36x2[_0xba71[2086]]=_0x6e36x12;_0x6e36x2[_0xba71[235]]=_0x6e36x4;_0x6e36x2[_0xba71[236]]=_0x6e36x13;_0x6e36x2[_0xba71[117]]=Math[_0xba71[160]](1,_0x6e36x14-_0x6e36x4);_0x6e36x2[_0xba71[119]]=Math[_0xba71[160]](1,_0x6e36x15-_0x6e36x13)}}}};mxGraphView[_0xba71[202]][_0xba71[245]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=_0x6e36x2[_0xba71[241]](),_0x6e36x5=_0x6e36x2[_0xba71[242]]();if(null!=_0x6e36x2[_0xba71[2086]]&&(null==_0x6e36x3||_0x6e36x3[_0xba71[1500]])){for(var _0x6e36x9=_0x6e36x2[_0xba71[439]][_0xba71[67]],_0x6e36xa=((null!=_0x6e36x3?_0x6e36x3[_0xba71[235]]/2:0)+0.5)*_0x6e36x2[_0xba71[67]],_0x6e36x12=_0x6e36x2[_0xba71[2086]][0],_0x6e36x13=0,_0x6e36x14=1;_0x6e36xa>_0x6e36x13+_0x6e36x12&&_0x6e36x14<_0x6e36x9-1;){_0x6e36x13+=_0x6e36x12,_0x6e36x12=_0x6e36x2[_0xba71[2086]][_0x6e36x14++]};_0x6e36x9=0==_0x6e36x12?0:(_0x6e36xa-_0x6e36x13)/_0x6e36x12;_0x6e36xa=_0x6e36x2[_0xba71[439]][_0x6e36x14-1];_0x6e36x14=_0x6e36x2[_0xba71[439]][_0x6e36x14];if(null!=_0x6e36xa&&null!=_0x6e36x14){_0x6e36x13=_0x6e36x4=_0x6e36x5=0;if(null!=_0x6e36x3){var _0x6e36x5=_0x6e36x3[_0xba71[236]],_0x6e36x15=_0x6e36x3[_0xba71[1368]];null!=_0x6e36x15&&(_0x6e36x4=_0x6e36x15[_0xba71[235]],_0x6e36x13=_0x6e36x15[_0xba71[236]])};_0x6e36x15=_0x6e36x14[_0xba71[235]]-_0x6e36xa[_0xba71[235]];_0x6e36x14=_0x6e36x14[_0xba71[236]]-_0x6e36xa[_0xba71[236]];_0x6e36x4=_0x6e36xa[_0xba71[235]]+_0x6e36x15*_0x6e36x9+((0==_0x6e36x12?0:_0x6e36x14/_0x6e36x12)*_0x6e36x5+_0x6e36x4)*this[_0xba71[255]];_0x6e36x5=_0x6e36xa[_0xba71[236]]+_0x6e36x14*_0x6e36x9-((0==_0x6e36x12?0:_0x6e36x15/_0x6e36x12)*_0x6e36x5-_0x6e36x13)*this[_0xba71[255]]}}else {null!=_0x6e36x3&&(_0x6e36x15=_0x6e36x3[_0xba71[1368]],null!=_0x6e36x15&&(_0x6e36x4+=_0x6e36x15[_0xba71[235]],_0x6e36x5+=_0x6e36x15[_0xba71[236]]))};return new mxPoint(_0x6e36x4,_0x6e36x5)};mxGraphView[_0xba71[202]][_0xba71[2308]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1721]](_0x6e36x2[_0xba71[246]]);if(null!=_0x6e36x5){var _0x6e36x9=_0x6e36x2[_0xba71[439]][_0xba71[67]];if(_0x6e36x5[_0xba71[1500]]&&1<_0x6e36x9){for(var _0x6e36x5=_0x6e36x2[_0xba71[67]],_0x6e36xa=_0x6e36x2[_0xba71[2086]],_0x6e36x12=_0x6e36x2[_0xba71[439]][0],_0x6e36x13=_0x6e36x2[_0xba71[439]][1],_0x6e36x14=mxUtils[_0xba71[440]](_0x6e36x12[_0xba71[235]],_0x6e36x12[_0xba71[236]],_0x6e36x13[_0xba71[235]],_0x6e36x13[_0xba71[236]],_0x6e36x3,_0x6e36x4),_0x6e36x15=0,_0x6e36x16=0,_0x6e36x17=0,_0x6e36x18=2;_0x6e36x18<_0x6e36x9;_0x6e36x18++){_0x6e36x16+=_0x6e36xa[_0x6e36x18-2],_0x6e36x13=_0x6e36x2[_0xba71[439]][_0x6e36x18],_0x6e36x12=mxUtils[_0xba71[440]](_0x6e36x12[_0xba71[235]],_0x6e36x12[_0xba71[236]],_0x6e36x13[_0xba71[235]],_0x6e36x13[_0xba71[236]],_0x6e36x3,_0x6e36x4),_0x6e36x12<=_0x6e36x14&&(_0x6e36x14=_0x6e36x12,_0x6e36x15=_0x6e36x18-1,_0x6e36x17=_0x6e36x16),_0x6e36x12=_0x6e36x13};_0x6e36x9=_0x6e36xa[_0x6e36x15];_0x6e36x12=_0x6e36x2[_0xba71[439]][_0x6e36x15];_0x6e36x13=_0x6e36x2[_0xba71[439]][_0x6e36x15+1];_0x6e36x14=_0x6e36x13[_0xba71[235]];_0x6e36xa=_0x6e36x13[_0xba71[236]];_0x6e36x2=_0x6e36x12[_0xba71[235]]-_0x6e36x14;_0x6e36x15=_0x6e36x12[_0xba71[236]]-_0x6e36xa;_0x6e36x14=_0x6e36x3-_0x6e36x14;_0x6e36xa=_0x6e36x4-_0x6e36xa;_0x6e36x14=_0x6e36x2-_0x6e36x14;_0x6e36xa=_0x6e36x15-_0x6e36xa;_0x6e36xa=_0x6e36x14*_0x6e36x2+_0x6e36xa*_0x6e36x15;_0x6e36x2=Math[_0xba71[428]](0>=_0x6e36xa?0:_0x6e36xa*_0x6e36xa/(_0x6e36x2*_0x6e36x2+_0x6e36x15*_0x6e36x15));_0x6e36x2>_0x6e36x9&&(_0x6e36x2=_0x6e36x9);_0x6e36x9=Math[_0xba71[428]](mxUtils[_0xba71[440]](_0x6e36x12[_0xba71[235]],_0x6e36x12[_0xba71[236]],_0x6e36x13[_0xba71[235]],_0x6e36x13[_0xba71[236]],_0x6e36x3,_0x6e36x4));-1==mxUtils[_0xba71[2309]](_0x6e36x12[_0xba71[235]],_0x6e36x12[_0xba71[236]],_0x6e36x13[_0xba71[235]],_0x6e36x13[_0xba71[236]],_0x6e36x3,_0x6e36x4)&&(_0x6e36x9= -_0x6e36x9);return new mxPoint(-2*((_0x6e36x5/2-_0x6e36x17-_0x6e36x2)/_0x6e36x5),_0x6e36x9/this[_0xba71[255]])}};return new mxPoint};mxGraphView[_0xba71[202]][_0xba71[2285]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[439]];_0x6e36x2[_0xba71[2079]][_0xba71[235]]=_0x6e36x2[_0xba71[241]]();_0x6e36x2[_0xba71[2079]][_0xba71[236]]=_0x6e36x2[_0xba71[242]]();if(null!=_0x6e36x3&&0<_0x6e36x3[_0xba71[67]]&&null!=_0x6e36x2[_0xba71[2086]]){var _0x6e36x4=this[_0xba71[1179]][_0xba71[1198]](_0x6e36x2[_0xba71[246]]);if(_0x6e36x4[_0xba71[1500]]){var _0x6e36x5=this[_0xba71[245]](_0x6e36x2,_0x6e36x4);null!=_0x6e36x5&&(_0x6e36x2[_0xba71[2079]]=_0x6e36x5)}else {var _0x6e36x5=_0x6e36x3[0],_0x6e36x9=_0x6e36x3[_0x6e36x3[_0xba71[67]]-1];if(null!=_0x6e36x5&&null!=_0x6e36x9){var _0x6e36x3=_0x6e36x9[_0xba71[235]]-_0x6e36x5[_0xba71[235]],_0x6e36xa=_0x6e36x9[_0xba71[236]]-_0x6e36x5[_0xba71[236]],_0x6e36x12=_0x6e36x9=0,_0x6e36x4=_0x6e36x4[_0xba71[1368]];null!=_0x6e36x4&&(_0x6e36x9=_0x6e36x4[_0xba71[235]],_0x6e36x12=_0x6e36x4[_0xba71[236]]);_0x6e36x4=_0x6e36x5[_0xba71[236]]+_0x6e36xa/2+_0x6e36x12*this[_0xba71[255]];_0x6e36x2[_0xba71[2079]][_0xba71[235]]=_0x6e36x5[_0xba71[235]]+_0x6e36x3/2+_0x6e36x9*this[_0xba71[255]];_0x6e36x2[_0xba71[2079]][_0xba71[236]]=_0x6e36x4}}}};mxGraphView[_0xba71[202]][_0xba71[248]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3=_0x6e36x3|| !1;var _0x6e36x4=null;null!=_0x6e36x2&&(_0x6e36x4=this[_0xba71[1214]][_0xba71[203]](_0x6e36x2),this[_0xba71[1179]][_0xba71[1714]](_0x6e36x2)&&(null==_0x6e36x4&&_0x6e36x3&&this[_0xba71[1179]][_0xba71[1714]](_0x6e36x2)?(_0x6e36x4=this[_0xba71[1230]](_0x6e36x2),this[_0xba71[1214]][_0xba71[204]](_0x6e36x2,_0x6e36x4)):_0x6e36x3&&(null!=_0x6e36x4&&this[_0xba71[2255]])&&(_0x6e36x4[_0xba71[124]]=this[_0xba71[1179]][_0xba71[1705]](_0x6e36x2))));return _0x6e36x4};mxGraphView[_0xba71[202]][_0xba71[2287]]=function(){return this[_0xba71[2254]]};mxGraphView[_0xba71[202]][_0xba71[2310]]=function(_0x6e36x2){this[_0xba71[2254]]=_0x6e36x2};mxGraphView[_0xba71[202]][_0xba71[2295]]=function(){return this[_0xba71[2251]]};mxGraphView[_0xba71[202]][_0xba71[2311]]=function(_0x6e36x2){this[_0xba71[2251]]=_0x6e36x2};mxGraphView[_0xba71[202]][_0xba71[2312]]=function(){return this[_0xba71[1214]]};mxGraphView[_0xba71[202]][_0xba71[1517]]=function(_0x6e36x2){this[_0xba71[1214]]=_0x6e36x2};mxGraphView[_0xba71[202]][_0xba71[2313]]=function(_0x6e36x2){if(null==_0x6e36x2){return this[_0xba71[1214]]};for(var _0x6e36x3=[],_0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){var _0x6e36x5=this[_0xba71[248]](_0x6e36x2[_0x6e36x4]);null!=_0x6e36x5&&_0x6e36x3[_0xba71[207]](_0x6e36x5)};return _0x6e36x3};mxGraphView[_0xba71[202]][_0xba71[2265]]=function(_0x6e36x2){var _0x6e36x3=null;null!=_0x6e36x2&&(_0x6e36x3=this[_0xba71[1214]][_0xba71[205]](_0x6e36x2),null!=_0x6e36x3&&(this[_0xba71[1179]][_0xba71[259]][_0xba71[515]](_0x6e36x3),_0x6e36x3[_0xba71[515]]()));return _0x6e36x3};mxGraphView[_0xba71[202]][_0xba71[1230]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1179]][_0xba71[1705]](_0x6e36x2);_0x6e36x2= new mxCellState(this,_0x6e36x2,_0x6e36x3);this[_0xba71[1179]][_0xba71[259]][_0xba71[2155]](_0x6e36x2,this[_0xba71[2287]]());return _0x6e36x2};mxGraphView[_0xba71[202]][_0xba71[2051]]=function(){return this[_0xba71[510]]};mxGraphView[_0xba71[202]][_0xba71[2052]]=function(){return this[_0xba71[2053]]};mxGraphView[_0xba71[202]][_0xba71[2024]]=function(){return this[_0xba71[505]]};mxGraphView[_0xba71[202]][_0xba71[1524]]=function(){return this[_0xba71[506]]};mxGraphView[_0xba71[202]][_0xba71[2314]]=function(_0x6e36x2){_0x6e36x2=mxEvent[_0xba71[728]](_0x6e36x2);return _0x6e36x2==this[_0xba71[1179]][_0xba71[526]]||_0x6e36x2[_0xba71[265]]==this[_0xba71[2053]]||null!=_0x6e36x2[_0xba71[265]]&&_0x6e36x2[_0xba71[265]][_0xba71[265]]==this[_0xba71[2053]]||_0x6e36x2==this[_0xba71[510]][_0xba71[265]]||_0x6e36x2==this[_0xba71[510]]||_0x6e36x2==this[_0xba71[2053]]||_0x6e36x2==this[_0xba71[505]]||_0x6e36x2==this[_0xba71[506]]};mxGraphView[_0xba71[202]][_0xba71[2315]]=function(_0x6e36x2){var _0x6e36x3=mxUtils[_0xba71[445]](this[_0xba71[1179]][_0xba71[526]]);_0x6e36x2= new mxPoint(_0x6e36x2[_0xba71[782]]-_0x6e36x3[_0xba71[235]],_0x6e36x2[_0xba71[784]]-_0x6e36x3[_0xba71[236]]);var _0x6e36x3=this[_0xba71[1179]][_0xba71[526]][_0xba71[359]],_0x6e36x4=this[_0xba71[1179]][_0xba71[526]][_0xba71[159]];if(_0x6e36x3>_0x6e36x4&&_0x6e36x2[_0xba71[235]]>_0x6e36x4+2&&_0x6e36x2[_0xba71[235]]<=_0x6e36x3){return !0};_0x6e36x3=this[_0xba71[1179]][_0xba71[526]][_0xba71[167]];_0x6e36x4=this[_0xba71[1179]][_0xba71[526]][_0xba71[157]];return _0x6e36x3>_0x6e36x4&&_0x6e36x2[_0xba71[236]]>_0x6e36x4+2&&_0x6e36x2[_0xba71[236]]<=_0x6e36x3?!0:!1};mxGraphView[_0xba71[202]][_0xba71[176]]=function(){this[_0xba71[2163]]();var _0x6e36x2=this[_0xba71[1179]];_0x6e36x2[_0xba71[507]]==mxConstants[_0xba71[508]]?this[_0xba71[1569]]():_0x6e36x2[_0xba71[507]]==mxConstants[_0xba71[1523]]?this[_0xba71[1571]]():this[_0xba71[1570]]()};mxGraphView[_0xba71[202]][_0xba71[2163]]=function(){var _0x6e36x2=this[_0xba71[1179]],_0x6e36x3=_0x6e36x2[_0xba71[526]];if(null!=_0x6e36x3){mxEvent[_0xba71[759]](_0x6e36x3,mxUtils[_0xba71[885]](this,function(_0x6e36x3){mxClient[_0xba71[754]]&&_0x6e36x2[_0xba71[2203]]()&&_0x6e36x2[_0xba71[2126]](!_0x6e36x2[_0xba71[2134]]());this[_0xba71[2314]](_0x6e36x3)&&(!mxClient[_0xba71[80]]&&!mxClient[_0xba71[76]]&&!mxClient[_0xba71[71]]&&!mxClient[_0xba71[75]]||!this[_0xba71[2315]](_0x6e36x3))&&_0x6e36x2[_0xba71[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x6e36x3))}),mxUtils[_0xba71[885]](this,function(_0x6e36x3){this[_0xba71[2314]](_0x6e36x3)&&_0x6e36x2[_0xba71[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x6e36x3))}),mxUtils[_0xba71[885]](this,function(_0x6e36x3){this[_0xba71[2314]](_0x6e36x3)&&_0x6e36x2[_0xba71[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x6e36x3))}));mxEvent[_0xba71[169]](_0x6e36x3,_0xba71[760],mxUtils[_0xba71[885]](this,function(_0x6e36x3){_0x6e36x2[_0xba71[761]](_0x6e36x3)}));var _0x6e36x4=function(_0x6e36x4){var _0x6e36x9=null;mxClient[_0xba71[754]]&&(_0x6e36x9=mxEvent[_0xba71[731]](_0x6e36x4),_0x6e36x4=mxEvent[_0xba71[733]](_0x6e36x4),_0x6e36x4=mxUtils[_0xba71[2196]](_0x6e36x3,_0x6e36x9,_0x6e36x4),_0x6e36x9=_0x6e36x2[_0xba71[441]][_0xba71[248]](_0x6e36x2[_0xba71[999]](_0x6e36x4[_0xba71[235]],_0x6e36x4[_0xba71[236]])));return _0x6e36x9};_0x6e36x2[_0xba71[1133]]({mouseDown:function(_0x6e36x3,_0x6e36x4){_0x6e36x2[_0xba71[2316]][_0xba71[1032]]()},mouseMove:function(){},mouseUp:function(){}});this[_0xba71[2317]]=mxUtils[_0xba71[885]](this,function(_0x6e36x3){null!=_0x6e36x2[_0xba71[2276]]&&_0x6e36x2[_0xba71[2276]][_0xba71[2277]]()&&_0x6e36x2[_0xba71[2276]][_0xba71[801]]();this[_0xba71[2252]]&&(_0x6e36x2[_0xba71[1009]]&&!mxEvent[_0xba71[721]](_0x6e36x3))&&_0x6e36x2[_0xba71[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x6e36x3,_0x6e36x4(_0x6e36x3)))});this[_0xba71[2318]]=mxUtils[_0xba71[885]](this,function(_0x6e36x3){this[_0xba71[2252]]&&_0x6e36x2[_0xba71[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x6e36x3))});mxEvent[_0xba71[759]](document,null,this[_0xba71[2317]],this[_0xba71[2318]])}};mxGraphView[_0xba71[202]][_0xba71[1570]]=function(){var _0x6e36x2=this[_0xba71[1179]][_0xba71[526]];null!=_0x6e36x2&&(this[_0xba71[510]]=this[_0xba71[2319]](_0xba71[118],_0xba71[118]),this[_0xba71[2053]]=this[_0xba71[2319]](_0xba71[942],_0xba71[942]),this[_0xba71[505]]=this[_0xba71[2319]](_0xba71[942],_0xba71[942]),this[_0xba71[506]]=this[_0xba71[2319]](_0xba71[942],_0xba71[942]),this[_0xba71[510]][_0xba71[62]](this[_0xba71[2053]]),this[_0xba71[510]][_0xba71[62]](this[_0xba71[505]]),this[_0xba71[510]][_0xba71[62]](this[_0xba71[506]]),_0x6e36x2[_0xba71[62]](this[_0xba71[510]]),mxClient[_0xba71[496]]&&(_0x6e36x2=mxUtils[_0xba71[885]](this,function(_0x6e36x2){_0x6e36x2=this[_0xba71[517]]();this[_0xba71[2320]](_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]]+this[_0xba71[1179]][_0xba71[467]],_0x6e36x2[_0xba71[236]]+_0x6e36x2[_0xba71[119]]+this[_0xba71[1179]][_0xba71[467]])}),mxEvent[_0xba71[169]](window,_0xba71[129],_0x6e36x2)))};mxGraphView[_0xba71[202]][_0xba71[2320]]=function(_0x6e36x2,_0x6e36x3){if(null!=this[_0xba71[1179]][_0xba71[526]]){var _0x6e36x4=this[_0xba71[1179]][_0xba71[526]][_0xba71[167]];this[_0xba71[510]][_0xba71[124]][_0xba71[117]]=this[_0xba71[1179]][_0xba71[526]][_0xba71[359]]<_0x6e36x2?_0x6e36x2+_0xba71[168]:_0xba71[118];this[_0xba71[510]][_0xba71[124]][_0xba71[119]]=_0x6e36x4<_0x6e36x3?_0x6e36x3+_0xba71[168]:_0xba71[118]}};mxGraphView[_0xba71[202]][_0xba71[2319]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=document[_0xba71[55]](_0xba71[529]);null!=_0x6e36x2&&null!=_0x6e36x3?(_0x6e36x4[_0xba71[124]][_0xba71[491]]=_0xba71[492],_0x6e36x4[_0xba71[124]][_0xba71[361]]=_0xba71[946],_0x6e36x4[_0xba71[124]][_0xba71[125]]=_0xba71[946],_0x6e36x4[_0xba71[124]][_0xba71[117]]=_0x6e36x2,_0x6e36x4[_0xba71[124]][_0xba71[119]]=_0x6e36x3):_0x6e36x4[_0xba71[124]][_0xba71[491]]=_0xba71[1500];return _0x6e36x4};mxGraphView[_0xba71[202]][_0xba71[1571]]=function(){var _0x6e36x2=this[_0xba71[1179]][_0xba71[526]];if(null!=_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[359]],_0x6e36x4=_0x6e36x2[_0xba71[167]];this[_0xba71[510]]=this[_0xba71[2321]](_0x6e36x3,_0x6e36x4);this[_0xba71[2053]]=this[_0xba71[2321]](_0x6e36x3,_0x6e36x4);this[_0xba71[505]]=this[_0xba71[2321]](_0x6e36x3,_0x6e36x4);this[_0xba71[506]]=this[_0xba71[2321]](_0x6e36x3,_0x6e36x4);this[_0xba71[510]][_0xba71[62]](this[_0xba71[2053]]);this[_0xba71[510]][_0xba71[62]](this[_0xba71[505]]);this[_0xba71[510]][_0xba71[62]](this[_0xba71[506]]);_0x6e36x2[_0xba71[62]](this[_0xba71[510]])}};mxGraphView[_0xba71[202]][_0xba71[2321]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=document[_0xba71[55]](mxClient[_0xba71[463]]+_0xba71[1499]);_0x6e36x4[_0xba71[124]][_0xba71[491]]=_0xba71[492];_0x6e36x4[_0xba71[124]][_0xba71[361]]=_0xba71[946];_0x6e36x4[_0xba71[124]][_0xba71[125]]=_0xba71[946];_0x6e36x4[_0xba71[124]][_0xba71[117]]=_0x6e36x2+_0xba71[168];_0x6e36x4[_0xba71[124]][_0xba71[119]]=_0x6e36x3+_0xba71[168];_0x6e36x4[_0xba71[57]](_0xba71[1462],_0x6e36x2+_0xba71[537]+_0x6e36x3);_0x6e36x4[_0xba71[57]](_0xba71[2322],_0xba71[2323]);return _0x6e36x4};mxGraphView[_0xba71[202]][_0xba71[1569]]=function(){var _0x6e36x2=this[_0xba71[1179]][_0xba71[526]];this[_0xba71[510]]=document[_0xba71[509]](mxConstants.NS_SVG,_0xba71[449]);this[_0xba71[2053]]=document[_0xba71[509]](mxConstants.NS_SVG,_0xba71[449]);this[_0xba71[510]][_0xba71[62]](this[_0xba71[2053]]);this[_0xba71[505]]=document[_0xba71[509]](mxConstants.NS_SVG,_0xba71[449]);this[_0xba71[510]][_0xba71[62]](this[_0xba71[505]]);this[_0xba71[506]]=document[_0xba71[509]](mxConstants.NS_SVG,_0xba71[449]);this[_0xba71[510]][_0xba71[62]](this[_0xba71[506]]);var _0x6e36x3=document[_0xba71[509]](mxConstants.NS_SVG,_0xba71[571]);_0x6e36x3[_0xba71[124]][_0xba71[117]]=_0xba71[118];_0x6e36x3[_0xba71[124]][_0xba71[119]]=_0xba71[118];_0x6e36x3[_0xba71[124]][_0xba71[495]]=_0xba71[694];_0x6e36x3[_0xba71[62]](this[_0xba71[510]]);null!=_0x6e36x2&&(_0x6e36x2[_0xba71[62]](_0x6e36x3),_0xba71[2324]==mxUtils[_0xba71[275]](_0x6e36x2)[_0xba71[491]]&&(_0x6e36x2[_0xba71[124]][_0xba71[491]]=_0xba71[1500]))};mxGraphView[_0xba71[202]][_0xba71[515]]=function(){var _0x6e36x2=null!=this[_0xba71[510]]?this[_0xba71[510]][_0xba71[538]]:null;null==_0x6e36x2&&(_0x6e36x2=this[_0xba71[510]]);null!=_0x6e36x2&&null!=_0x6e36x2[_0xba71[265]]&&(this[_0xba71[200]](this[_0xba71[1741]],!0),mxEvent[_0xba71[938]](document,null,this[_0xba71[2317]],this[_0xba71[2318]]),mxEvent[_0xba71[762]](this[_0xba71[1179]][_0xba71[526]]),_0x6e36x2[_0xba71[265]][_0xba71[266]](_0x6e36x2),this[_0xba71[506]]=this[_0xba71[505]]=this[_0xba71[2053]]=this[_0xba71[510]]=this[_0xba71[2318]]=this[_0xba71[2317]]=null)};function mxCurrentRootChange(_0x6e36x2,_0x6e36x3){this[_0xba71[441]]=_0x6e36x2;this[_0xba71[257]]=this[_0xba71[813]]=_0x6e36x3;this[_0xba71[2325]]=null==_0x6e36x3;if(!this[_0xba71[2325]]){for(var _0x6e36x4=this[_0xba71[441]][_0xba71[1741]],_0x6e36x5=this[_0xba71[441]][_0xba71[1179]][_0xba71[502]]();null!=_0x6e36x4;){if(_0x6e36x4==_0x6e36x3){this[_0xba71[2325]]= !0;break};_0x6e36x4=_0x6e36x5[_0xba71[1197]](_0x6e36x4)}}}mxCurrentRootChange[_0xba71[202]][_0xba71[350]]=function(){var _0x6e36x2=this[_0xba71[441]][_0xba71[1741]];this[_0xba71[441]][_0xba71[1741]]=this[_0xba71[257]];this[_0xba71[257]]=_0x6e36x2;_0x6e36x2=this[_0xba71[441]][_0xba71[1179]][_0xba71[2326]](this[_0xba71[441]][_0xba71[1741]]);null!=_0x6e36x2&&(this[_0xba71[441]][_0xba71[513]]= new mxPoint(-_0x6e36x2[_0xba71[235]],-_0x6e36x2[_0xba71[236]]));this[_0xba71[441]][_0xba71[746]]( new mxEventObject(this[_0xba71[2325]]?mxEvent[_0xba71[2327]]:mxEvent[_0xba71[2328]],_0xba71[813],this[_0xba71[441]][_0xba71[1741]],_0xba71[257],this[_0xba71[257]]));this[_0xba71[2325]]?(this[_0xba71[441]][_0xba71[200]](this[_0xba71[441]][_0xba71[1741]],!0),this[_0xba71[441]][_0xba71[2264]]()):this[_0xba71[441]][_0xba71[802]]();this[_0xba71[2325]]=!this[_0xba71[2325]]};function mxGraph(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){this[_0xba71[2329]]=null;this[_0xba71[2330]]=_0x6e36x4;this[_0xba71[507]]=mxClient[_0xba71[48]]?mxConstants[_0xba71[508]]:_0x6e36x4==mxConstants[_0xba71[2331]]&&mxClient[_0xba71[47]]?mxConstants[_0xba71[1523]]:_0x6e36x4==mxConstants[_0xba71[2332]]?mxConstants[_0xba71[1656]]:_0x6e36x4==mxConstants[_0xba71[2333]]?mxConstants[_0xba71[2209]]:mxConstants[_0xba71[2334]];this[_0xba71[251]]=null!=_0x6e36x3?_0x6e36x3: new mxGraphModel;this[_0xba71[2335]]=[];this[_0xba71[2336]]=[];this[_0xba71[259]]=this[_0xba71[2337]]();this[_0xba71[2339]](this[_0xba71[2338]]());this[_0xba71[2341]](null!=_0x6e36x5?_0x6e36x5:this[_0xba71[2340]]());this[_0xba71[441]]=this[_0xba71[2342]]();this[_0xba71[2343]]=mxUtils[_0xba71[885]](this,function(_0x6e36x2,_0x6e36x3){this[_0xba71[1177]](_0x6e36x3[_0xba71[720]](_0xba71[1061])[_0xba71[1065]])});this[_0xba71[251]][_0xba71[169]](mxEvent.CHANGE,this[_0xba71[2343]]);this[_0xba71[2344]]();null!=_0x6e36x2&&this[_0xba71[176]](_0x6e36x2);this[_0xba71[441]][_0xba71[2259]]()}mxLoadResources&&mxResources[_0xba71[99]](mxClient[_0xba71[86]]+_0xba71[2345]);mxGraph[_0xba71[202]]= new mxEventSource;mxGraph[_0xba71[202]][_0xba71[196]]=mxGraph;mxGraph[_0xba71[202]][_0xba71[2346]]=[];mxGraph[_0xba71[202]][_0xba71[2329]]=null;mxGraph[_0xba71[202]][_0xba71[1009]]= !1;mxGraph[_0xba71[202]][_0xba71[251]]=null;mxGraph[_0xba71[202]][_0xba71[441]]=null;mxGraph[_0xba71[202]][_0xba71[94]]=null;mxGraph[_0xba71[202]][_0xba71[2105]]=null;mxGraph[_0xba71[202]][_0xba71[2347]]=null;mxGraph[_0xba71[202]][_0xba71[259]]=null;mxGraph[_0xba71[202]][_0xba71[2335]]=null;mxGraph[_0xba71[202]][_0xba71[2330]]=null;mxGraph[_0xba71[202]][_0xba71[507]]=null;mxGraph[_0xba71[202]][_0xba71[1020]]=10;mxGraph[_0xba71[202]][_0xba71[991]]= !0;mxGraph[_0xba71[202]][_0xba71[2348]]= !0;mxGraph[_0xba71[202]][_0xba71[2349]]= !0;mxGraph[_0xba71[202]][_0xba71[2350]]=700;mxGraph[_0xba71[202]][_0xba71[2351]]=25;mxGraph[_0xba71[202]][_0xba71[2352]]=0;mxGraph[_0xba71[202]][_0xba71[2352]]=0;mxGraph[_0xba71[202]][_0xba71[2213]]=0;mxGraph[_0xba71[202]][_0xba71[2215]]= !0;mxGraph[_0xba71[202]][_0xba71[2353]]=4;mxGraph[_0xba71[202]][_0xba71[2354]]=0.5;mxGraph[_0xba71[202]][_0xba71[2355]]=null;mxGraph[_0xba71[202]][_0xba71[2356]]=null;mxGraph[_0xba71[202]][_0xba71[1617]]=null;mxGraph[_0xba71[202]][_0xba71[2273]]= !1;mxGraph[_0xba71[202]][_0xba71[2357]]= !1;mxGraph[_0xba71[202]][_0xba71[2358]]=_0xba71[579];mxGraph[_0xba71[202]][_0xba71[2359]]= !0;mxGraph[_0xba71[202]][_0xba71[2360]]=20;mxGraph[_0xba71[202]][_0xba71[2361]]= !1;mxGraph[_0xba71[202]][_0xba71[2013]]=mxConstants[_0xba71[516]];mxGraph[_0xba71[202]][_0xba71[2012]]=1.5;mxGraph[_0xba71[202]][_0xba71[984]]= !0;mxGraph[_0xba71[202]][_0xba71[2362]]= !0;mxGraph[_0xba71[202]][_0xba71[2363]]= !0;mxGraph[_0xba71[202]][_0xba71[2364]]= !1;mxGraph[_0xba71[202]][_0xba71[2365]]= !0;mxGraph[_0xba71[202]][_0xba71[2366]]= !0;mxGraph[_0xba71[202]][_0xba71[2367]]= !0;mxGraph[_0xba71[202]][_0xba71[2368]]= !1;mxGraph[_0xba71[202]][_0xba71[2369]]= !0;mxGraph[_0xba71[202]][_0xba71[2206]]= !0;mxGraph[_0xba71[202]][_0xba71[2370]]= !0;mxGraph[_0xba71[202]][_0xba71[2371]]= !0;mxGraph[_0xba71[202]][_0xba71[2372]]= !0;mxGraph[_0xba71[202]][_0xba71[2373]]= !0;mxGraph[_0xba71[202]][_0xba71[2374]]= !1;mxGraph[_0xba71[202]][_0xba71[2375]]= !1;mxGraph[_0xba71[202]][_0xba71[2376]]= !0;mxGraph[_0xba71[202]][_0xba71[2377]]= !0;mxGraph[_0xba71[202]][_0xba71[2378]]= !0;mxGraph[_0xba71[202]][_0xba71[2379]]= !0;mxGraph[_0xba71[202]][_0xba71[2380]]= !0;mxGraph[_0xba71[202]][_0xba71[2381]]= !1;mxGraph[_0xba71[202]][_0xba71[1012]]= !0;mxGraph[_0xba71[202]][_0xba71[2382]]= !1;mxGraph[_0xba71[202]][_0xba71[2383]]= !1;mxGraph[_0xba71[202]][_0xba71[2384]]= !1;mxGraph[_0xba71[202]][_0xba71[1013]]= !0;mxGraph[_0xba71[202]][_0xba71[2385]]=null;mxGraph[_0xba71[202]][_0xba71[2386]]=null;mxGraph[_0xba71[202]][_0xba71[2387]]=null;mxGraph[_0xba71[202]][_0xba71[2388]]=null;mxGraph[_0xba71[202]][_0xba71[2389]]= !1;mxGraph[_0xba71[202]][_0xba71[467]]=0;mxGraph[_0xba71[202]][_0xba71[2158]]= !0;mxGraph[_0xba71[202]][_0xba71[2159]]= !1;mxGraph[_0xba71[202]][_0xba71[2168]]= !0;mxGraph[_0xba71[202]][_0xba71[2390]]= !0;mxGraph[_0xba71[202]][_0xba71[2391]]= !0;mxGraph[_0xba71[202]][_0xba71[2392]]= !0;mxGraph[_0xba71[202]][_0xba71[2393]]= !0;mxGraph[_0xba71[202]][_0xba71[2394]]= !0;mxGraph[_0xba71[202]][_0xba71[2395]]=1.2;mxGraph[_0xba71[202]][_0xba71[2396]]= !1;mxGraph[_0xba71[202]][_0xba71[2397]]= !0;mxGraph[_0xba71[202]][_0xba71[2398]]= !0;mxGraph[_0xba71[202]][_0xba71[2399]]= !1;mxGraph[_0xba71[202]][_0xba71[2400]]= !1;mxGraph[_0xba71[202]][_0xba71[2401]]= !0;mxGraph[_0xba71[202]][_0xba71[2402]]= !1;mxGraph[_0xba71[202]][_0xba71[2293]]=mxEdgeStyle[_0xba71[2403]];mxGraph[_0xba71[202]][_0xba71[2404]]= !0;mxGraph[_0xba71[202]][_0xba71[2405]]= !1;mxGraph[_0xba71[202]][_0xba71[2406]]= !0;mxGraph[_0xba71[202]][_0xba71[2407]]= !1;mxGraph[_0xba71[202]][_0xba71[2408]]= !0;mxGraph[_0xba71[202]][_0xba71[2409]]= !0;mxGraph[_0xba71[202]][_0xba71[2410]]= !1;mxGraph[_0xba71[202]][_0xba71[2411]]= !0;mxGraph[_0xba71[202]][_0xba71[2412]]= !0;mxGraph[_0xba71[202]][_0xba71[2180]]=mxConstants[_0xba71[2065]];mxGraph[_0xba71[202]][_0xba71[2336]]=null;mxGraph[_0xba71[202]][_0xba71[2413]]=0.1;mxGraph[_0xba71[202]][_0xba71[2414]]=8;mxGraph[_0xba71[202]][_0xba71[1136]]=0;mxGraph[_0xba71[202]][_0xba71[1137]]=0;mxGraph[_0xba71[202]][_0xba71[2415]]= new mxImage(mxClient[_0xba71[88]]+_0xba71[2416],9,9);mxGraph[_0xba71[202]][_0xba71[2417]]= new mxImage(mxClient[_0xba71[88]]+_0xba71[2418],9,9);mxGraph[_0xba71[202]][_0xba71[2419]]= new mxImage(_0xba71[2420],16,16);mxGraph[_0xba71[202]][_0xba71[2421]]=_0xba71[130]!=mxClient[_0xba71[90]]?_0xba71[2422]:_0xba71[110];mxGraph[_0xba71[202]][_0xba71[2423]]=_0xba71[130]!=mxClient[_0xba71[90]]?_0xba71[2424]:_0xba71[110];mxGraph[_0xba71[202]][_0xba71[2425]]=_0xba71[130]!=mxClient[_0xba71[90]]?_0xba71[2426]:_0xba71[110];mxGraph[_0xba71[202]][_0xba71[176]]=function(_0x6e36x2){this[_0xba71[526]]=_0x6e36x2;this[_0xba71[2347]]=this[_0xba71[2427]]();this[_0xba71[441]][_0xba71[176]]();this[_0xba71[2258]]();mxClient[_0xba71[80]]&&(mxEvent[_0xba71[169]](window,_0xba71[2428],mxUtils[_0xba71[885]](this,function(){this[_0xba71[515]]()})),mxEvent[_0xba71[169]](_0x6e36x2,_0xba71[2429],mxUtils[_0xba71[885]](this,function(){return this[_0xba71[2203]]()})));8==document[_0xba71[5]]&&_0x6e36x2[_0xba71[1583]](_0xba71[1582],_0xba71[2430])};mxGraph[_0xba71[202]][_0xba71[2344]]=function(_0x6e36x2){this[_0xba71[2276]]= new mxTooltipHandler(this);this[_0xba71[2276]][_0xba71[995]](!1);this[_0xba71[2316]]= new mxPanningHandler(this);this[_0xba71[2316]][_0xba71[2431]]= !1;this[_0xba71[2432]]= new mxSelectionCellsHandler(this);this[_0xba71[2433]]= new mxConnectionHandler(this);this[_0xba71[2433]][_0xba71[995]](!1);this[_0xba71[1011]]= new mxGraphHandler(this)};mxGraph[_0xba71[202]][_0xba71[2338]]=function(){return new mxGraphSelectionModel(this)};mxGraph[_0xba71[202]][_0xba71[2340]]=function(){return new mxStylesheet};mxGraph[_0xba71[202]][_0xba71[2342]]=function(){return new mxGraphView(this)};mxGraph[_0xba71[202]][_0xba71[2337]]=function(){return new mxCellRenderer};mxGraph[_0xba71[202]][_0xba71[2427]]=function(){return new mxCellEditor(this)};mxGraph[_0xba71[202]][_0xba71[502]]=function(){return this[_0xba71[251]]};mxGraph[_0xba71[202]][_0xba71[249]]=function(){return this[_0xba71[441]]};mxGraph[_0xba71[202]][_0xba71[2434]]=function(){return this[_0xba71[94]]};mxGraph[_0xba71[202]][_0xba71[2341]]=function(_0x6e36x2){this[_0xba71[94]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2435]]=function(){return this[_0xba71[2105]]};mxGraph[_0xba71[202]][_0xba71[2339]]=function(_0x6e36x2){this[_0xba71[2105]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2436]]=function(_0x6e36x2){for(var _0x6e36x3=[],_0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){var _0x6e36x5=_0x6e36x2[_0x6e36x4];if(_0x6e36x5[_0xba71[196]]!=mxRootChange){var _0x6e36x9=null;_0x6e36x5 instanceof mxChildChange&&null==_0x6e36x5[_0xba71[257]]?_0x6e36x9=_0x6e36x5[_0xba71[247]]:null!=_0x6e36x5[_0xba71[246]]&&_0x6e36x5[_0xba71[246]] instanceof mxCell&&(_0x6e36x9=_0x6e36x5[_0xba71[246]]);null!=_0x6e36x9&&0>mxUtils[_0xba71[2]](_0x6e36x3,_0x6e36x9)&&_0x6e36x3[_0xba71[207]](_0x6e36x9)}};return this[_0xba71[502]]()[_0xba71[1964]](_0x6e36x3)};mxGraph[_0xba71[202]][_0xba71[1177]]=function(_0x6e36x2){for(var _0x6e36x3=0;_0x6e36x3<_0x6e36x2[_0xba71[67]];_0x6e36x3++){this[_0xba71[2437]](_0x6e36x2[_0x6e36x3])};this[_0xba71[2439]](this[_0xba71[2438]](_0x6e36x2));this[_0xba71[441]][_0xba71[2264]]();this[_0xba71[2258]]()};mxGraph[_0xba71[202]][_0xba71[2438]]=function(_0x6e36x2){for(var _0x6e36x3=[],_0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){var _0x6e36x5=_0x6e36x2[_0x6e36x4];if(_0x6e36x5 instanceof mxRootChange){break}else {_0x6e36x5 instanceof mxChildChange?null!=_0x6e36x5[_0xba71[257]]&&null==_0x6e36x5[_0xba71[1101]]&&(_0x6e36x3=_0x6e36x3[_0xba71[1919]](this[_0xba71[251]][_0xba71[1939]](_0x6e36x5[_0xba71[247]]))):_0x6e36x5 instanceof mxVisibleChange&&(_0x6e36x3=_0x6e36x3[_0xba71[1919]](this[_0xba71[251]][_0xba71[1939]](_0x6e36x5[_0xba71[246]])))}};return _0x6e36x3};mxGraph[_0xba71[202]][_0xba71[2437]]=function(_0x6e36x2){if(_0x6e36x2 instanceof mxRootChange){this[_0xba71[2440]](),this[_0xba71[2441]](_0x6e36x2[_0xba71[257]]),this[_0xba71[2398]]&&(this[_0xba71[441]][_0xba71[255]]=1,this[_0xba71[441]][_0xba71[513]][_0xba71[235]]=0,this[_0xba71[441]][_0xba71[513]][_0xba71[236]]=0),this[_0xba71[746]]( new mxEventObject(mxEvent.ROOT))}else {if(_0x6e36x2 instanceof mxChildChange){var _0x6e36x3=this[_0xba71[251]][_0xba71[1197]](_0x6e36x2[_0xba71[247]]);null!=_0x6e36x3?this[_0xba71[441]][_0xba71[2263]](_0x6e36x2[_0xba71[247]],!0,!1,null!=_0x6e36x2[_0xba71[257]]):(this[_0xba71[2441]](_0x6e36x2[_0xba71[247]]),this[_0xba71[441]][_0xba71[1741]]==_0x6e36x2[_0xba71[247]]&&this[_0xba71[2442]]());_0x6e36x3!=_0x6e36x2[_0xba71[257]]&&(null!=_0x6e36x3&&this[_0xba71[441]][_0xba71[2263]](_0x6e36x3,!1,!1),null!=_0x6e36x2[_0xba71[257]]&&this[_0xba71[441]][_0xba71[2263]](_0x6e36x2[_0xba71[257]],!1,!1))}else {_0x6e36x2 instanceof mxTerminalChange||_0x6e36x2 instanceof mxGeometryChange?this[_0xba71[441]][_0xba71[2263]](_0x6e36x2[_0xba71[246]]):_0x6e36x2 instanceof mxValueChange?this[_0xba71[441]][_0xba71[2263]](_0x6e36x2[_0xba71[246]],!1,!1):_0x6e36x2 instanceof mxStyleChange?(this[_0xba71[441]][_0xba71[2263]](_0x6e36x2[_0xba71[246]],!0,!0,!1),this[_0xba71[441]][_0xba71[2265]](_0x6e36x2[_0xba71[246]])):null!=_0x6e36x2[_0xba71[246]]&&_0x6e36x2[_0xba71[246]] instanceof mxCell&&this[_0xba71[2441]](_0x6e36x2[_0xba71[246]])}}};mxGraph[_0xba71[202]][_0xba71[2441]]=function(_0x6e36x2){for(var _0x6e36x3=this[_0xba71[251]][_0xba71[262]](_0x6e36x2),_0x6e36x4=0;_0x6e36x4<_0x6e36x3;_0x6e36x4++){this[_0xba71[2441]](this[_0xba71[251]][_0xba71[263]](_0x6e36x2,_0x6e36x4))};this[_0xba71[441]][_0xba71[2265]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2443]]=function(_0x6e36x2,_0x6e36x3){null==_0x6e36x2[_0xba71[1211]]&&(_0x6e36x2[_0xba71[1211]]=[]);_0x6e36x2[_0xba71[1211]][_0xba71[207]](_0x6e36x3);var _0x6e36x4=this[_0xba71[441]][_0xba71[248]](_0x6e36x2);null!=_0x6e36x4&&this[_0xba71[259]][_0xba71[258]](_0x6e36x4);this[_0xba71[746]]( new mxEventObject(mxEvent.ADD_OVERLAY,_0xba71[246],_0x6e36x2,_0xba71[2201],_0x6e36x3));return _0x6e36x3};mxGraph[_0xba71[202]][_0xba71[2200]]=function(_0x6e36x2){return _0x6e36x2[_0xba71[1211]]};mxGraph[_0xba71[202]][_0xba71[2444]]=function(_0x6e36x2,_0x6e36x3){if(null==_0x6e36x3){this[_0xba71[2445]](_0x6e36x2)}else {var _0x6e36x4=mxUtils[_0xba71[2]](_0x6e36x2[_0xba71[1211]],_0x6e36x3);0<=_0x6e36x4?(_0x6e36x2[_0xba71[1211]][_0xba71[300]](_0x6e36x4,1),0==_0x6e36x2[_0xba71[1211]][_0xba71[67]]&&(_0x6e36x2[_0xba71[1211]]=null),_0x6e36x4=this[_0xba71[441]][_0xba71[248]](_0x6e36x2),null!=_0x6e36x4&&this[_0xba71[259]][_0xba71[258]](_0x6e36x4),this[_0xba71[746]]( new mxEventObject(mxEvent.REMOVE_OVERLAY,_0xba71[246],_0x6e36x2,_0xba71[2201],_0x6e36x3))):_0x6e36x3=null};return _0x6e36x3};mxGraph[_0xba71[202]][_0xba71[2445]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[1211]];if(null!=_0x6e36x3){_0x6e36x2[_0xba71[1211]]=null;var _0x6e36x4=this[_0xba71[441]][_0xba71[248]](_0x6e36x2);null!=_0x6e36x4&&this[_0xba71[259]][_0xba71[258]](_0x6e36x4);for(_0x6e36x4=0;_0x6e36x4<_0x6e36x3[_0xba71[67]];_0x6e36x4++){this[_0xba71[746]]( new mxEventObject(mxEvent.REMOVE_OVERLAY,_0xba71[246],_0x6e36x2,_0xba71[2201],_0x6e36x3[_0x6e36x4]))}};return _0x6e36x3};mxGraph[_0xba71[202]][_0xba71[2446]]=function(_0x6e36x2){_0x6e36x2=null!=_0x6e36x2?_0x6e36x2:this[_0xba71[251]][_0xba71[501]]();this[_0xba71[2445]](_0x6e36x2);for(var _0x6e36x3=this[_0xba71[251]][_0xba71[262]](_0x6e36x2),_0x6e36x4=0;_0x6e36x4<_0x6e36x3;_0x6e36x4++){var _0x6e36x5=this[_0xba71[251]][_0xba71[263]](_0x6e36x2,_0x6e36x4);this[_0xba71[2446]](_0x6e36x5)}};mxGraph[_0xba71[202]][_0xba71[2447]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){if(null!=_0x6e36x3&&0<_0x6e36x3[_0xba71[67]]){return _0x6e36x4=null!=_0x6e36x4?_0x6e36x4:this[_0xba71[2419]],_0x6e36x3= new mxCellOverlay(_0x6e36x4,_0xba71[2448]+_0x6e36x3+_0xba71[2449]),_0x6e36x5&&_0x6e36x3[_0xba71[169]](mxEvent.CLICK,mxUtils[_0xba71[885]](this,function(_0x6e36x3,_0x6e36x4){this[_0xba71[994]]()&&this[_0xba71[2450]](_0x6e36x2)})),this[_0xba71[2443]](_0x6e36x2,_0x6e36x3)};this[_0xba71[2445]](_0x6e36x2);return null};mxGraph[_0xba71[202]][_0xba71[855]]=function(_0x6e36x2){this[_0xba71[2451]](null,_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2451]]=function(_0x6e36x2,_0x6e36x3){null==_0x6e36x2&&(_0x6e36x2=this[_0xba71[2452]](),null!=_0x6e36x2&&!this[_0xba71[2453]](_0x6e36x2)&&(_0x6e36x2=null));null!=_0x6e36x2&&(this[_0xba71[746]]( new mxEventObject(mxEvent.START_EDITING,_0xba71[246],_0x6e36x2,_0xba71[763],_0x6e36x3)),this[_0xba71[2347]][_0xba71[855]](_0x6e36x2,_0x6e36x3))};mxGraph[_0xba71[202]][_0xba71[2142]]=function(_0x6e36x2,_0x6e36x3){return this[_0xba71[2454]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2126]]=function(_0x6e36x2){this[_0xba71[2347]][_0xba71[2126]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[850]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[251]][_0xba71[473]]();try{this[_0xba71[2456]](_0x6e36x2,_0x6e36x3,this[_0xba71[2455]](_0x6e36x2)),this[_0xba71[746]]( new mxEventObject(mxEvent.LABEL_CHANGED,_0xba71[246],_0x6e36x2,_0xba71[131],_0x6e36x3,_0xba71[763],_0x6e36x4))}finally{this[_0xba71[251]][_0xba71[476]]()};return _0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2456]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[251]][_0xba71[473]]();try{this[_0xba71[251]][_0xba71[1966]](_0x6e36x2,_0x6e36x3),_0x6e36x4&&this[_0xba71[2457]](_0x6e36x2,!1)}finally{this[_0xba71[251]][_0xba71[476]]()}};mxGraph[_0xba71[202]][_0xba71[859]]=function(_0x6e36x2){this[_0xba71[2126]](!0);this[_0xba71[2433]][_0xba71[862]]();this[_0xba71[1011]][_0xba71[862]]();_0x6e36x2=this[_0xba71[897]]();for(var _0x6e36x3=0;_0x6e36x3<_0x6e36x2[_0xba71[67]];_0x6e36x3++){var _0x6e36x4=this[_0xba71[441]][_0xba71[248]](_0x6e36x2[_0x6e36x3]);null!=_0x6e36x4&&null!=_0x6e36x4[_0xba71[2458]]&&_0x6e36x4[_0xba71[2458]][_0xba71[862]]()}};mxGraph[_0xba71[202]][_0xba71[173]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[727]](),_0x6e36x4=_0x6e36x2[_0xba71[736]](),_0x6e36x5= new mxEventObject(mxEvent.CLICK,_0xba71[763],_0x6e36x3,_0xba71[246],_0x6e36x4);_0x6e36x2[_0xba71[721]]()&&_0x6e36x5[_0xba71[722]]();this[_0xba71[746]](_0x6e36x5);this[_0xba71[994]]()&&(!mxEvent[_0xba71[721]](_0x6e36x3)&&!_0x6e36x5[_0xba71[721]]())&&(null!=_0x6e36x4?this[_0xba71[2459]](_0x6e36x4,_0x6e36x3):(_0x6e36x4=null,this[_0xba71[2460]]()&&(_0x6e36x4=this[_0xba71[2461]](_0x6e36x2[_0xba71[734]](),_0x6e36x2[_0xba71[735]]())),null!=_0x6e36x4?this[_0xba71[2459]](_0x6e36x4,_0x6e36x3):this[_0xba71[2462]](_0x6e36x3)||this[_0xba71[2440]]()))};mxGraph[_0xba71[202]][_0xba71[761]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4= new mxEventObject(mxEvent.DOUBLE_CLICK,_0xba71[763],_0x6e36x2,_0xba71[246],_0x6e36x3);this[_0xba71[746]](_0x6e36x4);this[_0xba71[994]]()&&(!mxEvent[_0xba71[721]](_0x6e36x2)&&!_0x6e36x4[_0xba71[721]]()&&null!=_0x6e36x3&&this[_0xba71[2453]](_0x6e36x3))&&this[_0xba71[2451]](_0x6e36x3,_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[1014]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){if(!this[_0xba71[2382]]&&(this[_0xba71[2384]]||mxUtils[_0xba71[1134]](this[_0xba71[526]]))){var _0x6e36x9=this[_0xba71[526]];_0x6e36x5=null!=_0x6e36x5?_0x6e36x5:20;if(_0x6e36x2>=_0x6e36x9[_0xba71[360]]&&_0x6e36x3>=_0x6e36x9[_0xba71[190]]&&_0x6e36x2<=_0x6e36x9[_0xba71[360]]+_0x6e36x9[_0xba71[159]]&&_0x6e36x3<=_0x6e36x9[_0xba71[190]]+_0x6e36x9[_0xba71[157]]){var _0x6e36xa=_0x6e36x9[_0xba71[360]]+_0x6e36x9[_0xba71[159]]-_0x6e36x2;if(_0x6e36xa<_0x6e36x5){if(_0x6e36x2=_0x6e36x9[_0xba71[360]],_0x6e36x9[_0xba71[360]]+=_0x6e36x5-_0x6e36xa,_0x6e36x4&&_0x6e36x2==_0x6e36x9[_0xba71[360]]){if(this[_0xba71[507]]==mxConstants[_0xba71[508]]){_0x6e36x2=this[_0xba71[441]][_0xba71[2024]]()[_0xba71[538]];var _0x6e36x12=this[_0xba71[526]][_0xba71[1526]]+_0x6e36x5-_0x6e36xa}else {_0x6e36x12=Math[_0xba71[160]](_0x6e36x9[_0xba71[159]],_0x6e36x9[_0xba71[1526]])+_0x6e36x5-_0x6e36xa,_0x6e36x2=this[_0xba71[441]][_0xba71[2051]]()};_0x6e36x2[_0xba71[124]][_0xba71[117]]=_0x6e36x12+_0xba71[168];_0x6e36x9[_0xba71[360]]+=_0x6e36x5-_0x6e36xa}}else {_0x6e36xa=_0x6e36x2-_0x6e36x9[_0xba71[360]],_0x6e36xa<_0x6e36x5&&(_0x6e36x9[_0xba71[360]]-=_0x6e36x5-_0x6e36xa)};_0x6e36xa=_0x6e36x9[_0xba71[190]]+_0x6e36x9[_0xba71[157]]-_0x6e36x3;_0x6e36xa<_0x6e36x5?(_0x6e36x2=_0x6e36x9[_0xba71[190]],_0x6e36x9[_0xba71[190]]+=_0x6e36x5-_0x6e36xa,_0x6e36x2==_0x6e36x9[_0xba71[190]]&&_0x6e36x4&&(this[_0xba71[507]]==mxConstants[_0xba71[508]]?(_0x6e36x2=this[_0xba71[441]][_0xba71[2024]]()[_0xba71[538]],_0x6e36x3=this[_0xba71[526]][_0xba71[191]]+_0x6e36x5-_0x6e36xa):(_0x6e36x3=Math[_0xba71[160]](_0x6e36x9[_0xba71[157]],_0x6e36x9[_0xba71[191]])+_0x6e36x5-_0x6e36xa,_0x6e36x2=this[_0xba71[441]][_0xba71[2051]]()),_0x6e36x2[_0xba71[124]][_0xba71[119]]=_0x6e36x3+_0xba71[168],_0x6e36x9[_0xba71[190]]+=_0x6e36x5-_0x6e36xa)):(_0x6e36xa=_0x6e36x3-_0x6e36x9[_0xba71[190]],_0x6e36xa<_0x6e36x5&&(_0x6e36x9[_0xba71[190]]-=_0x6e36x5-_0x6e36xa))}}else {this[_0xba71[2383]]&&!this[_0xba71[2316]][_0xba71[1124]]&&(null==this[_0xba71[2463]]&&(this[_0xba71[2463]]=this[_0xba71[2464]]()),this[_0xba71[2463]][_0xba71[1143]](_0x6e36x2+this[_0xba71[1136]],_0x6e36x3+this[_0xba71[1137]]))}};mxGraph[_0xba71[202]][_0xba71[2464]]=function(){return new mxPanningManager(this)};mxGraph[_0xba71[202]][_0xba71[2465]]=function(){function _0x6e36x2(_0x6e36x2){var _0x6e36x3=0,_0x6e36x3=_0xba71[2466]==_0x6e36x2?2:_0xba71[2467]==_0x6e36x2?4:_0xba71[2468]==_0x6e36x2?6:parseInt(_0x6e36x2);isNaN(_0x6e36x3)&&(_0x6e36x3=0);return _0x6e36x3}var _0x6e36x3=mxUtils[_0xba71[275]](this[_0xba71[526]]),_0x6e36x4= new mxRectangle;_0x6e36x4[_0xba71[235]]=_0x6e36x2(_0x6e36x3[_0xba71[2469]])+parseInt(_0x6e36x3[_0xba71[357]]||0);_0x6e36x4[_0xba71[236]]=_0x6e36x2(_0x6e36x3[_0xba71[2470]])+parseInt(_0x6e36x3[_0xba71[2471]]||0);_0x6e36x4[_0xba71[117]]=_0x6e36x2(_0x6e36x3[_0xba71[2472]])+parseInt(_0x6e36x3[_0xba71[1164]]||0);_0x6e36x4[_0xba71[119]]=_0x6e36x2(_0x6e36x3[_0xba71[2473]])+parseInt(_0x6e36x3[_0xba71[2474]]||0);return _0x6e36x4};mxGraph[_0xba71[202]][_0xba71[2475]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x2=this[_0xba71[441]][_0xba71[255]];var _0x6e36x5=this[_0xba71[441]][_0xba71[513]],_0x6e36x9=this[_0xba71[2013]],_0x6e36xa=_0x6e36x2*this[_0xba71[2012]],_0x6e36x9= new mxRectangle(0,0,_0x6e36x9[_0xba71[117]]*_0x6e36xa,_0x6e36x9[_0xba71[119]]*_0x6e36xa);_0x6e36x3=this[_0xba71[2357]]?Math[_0xba71[430]](_0x6e36x3/_0x6e36x9[_0xba71[117]]):1;_0x6e36x4=this[_0xba71[2357]]?Math[_0xba71[430]](_0x6e36x4/_0x6e36x9[_0xba71[119]]):1;return new mxRectangle(0,0,_0x6e36x3*_0x6e36x9[_0xba71[117]]+2+_0x6e36x5[_0xba71[235]]/_0x6e36x2,_0x6e36x4*_0x6e36x9[_0xba71[119]]+2+_0x6e36x5[_0xba71[236]]/_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2258]]=function(){var _0x6e36x2=this[_0xba71[517]]();if(null!=this[_0xba71[526]]){var _0x6e36x3=this[_0xba71[2476]](),_0x6e36x4=Math[_0xba71[160]](0,_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]]+1+_0x6e36x3),_0x6e36x3=Math[_0xba71[160]](0,_0x6e36x2[_0xba71[236]]+_0x6e36x2[_0xba71[119]]+1+_0x6e36x3);null!=this[_0xba71[2387]]&&(_0x6e36x4=Math[_0xba71[160]](_0x6e36x4,this[_0xba71[2387]][_0xba71[117]]),_0x6e36x3=Math[_0xba71[160]](_0x6e36x3,this[_0xba71[2387]][_0xba71[119]]));this[_0xba71[2389]]&&this[_0xba71[2477]](_0x6e36x4,_0x6e36x3);if(this[_0xba71[2361]]||!mxClient[_0xba71[80]]&&this[_0xba71[2273]]){var _0x6e36x5=this[_0xba71[2475]](_0x6e36x2,_0x6e36x4,_0x6e36x3);null!=_0x6e36x5&&(_0x6e36x4=_0x6e36x5[_0xba71[117]],_0x6e36x3=_0x6e36x5[_0xba71[119]])};null!=this[_0xba71[2386]]&&(_0x6e36x4=Math[_0xba71[160]](_0x6e36x4,this[_0xba71[2386]][_0xba71[117]]*this[_0xba71[441]][_0xba71[255]]),_0x6e36x3=Math[_0xba71[160]](_0x6e36x3,this[_0xba71[2386]][_0xba71[119]]*this[_0xba71[441]][_0xba71[255]]));_0x6e36x4=Math[_0xba71[430]](_0x6e36x4-1);_0x6e36x3=Math[_0xba71[430]](_0x6e36x3-1);this[_0xba71[507]]==mxConstants[_0xba71[508]]?(_0x6e36x5=this[_0xba71[441]][_0xba71[2024]]()[_0xba71[538]],_0x6e36x5[_0xba71[124]][_0xba71[2478]]=Math[_0xba71[160]](1,_0x6e36x4)+_0xba71[168],_0x6e36x5[_0xba71[124]][_0xba71[2479]]=Math[_0xba71[160]](1,_0x6e36x3)+_0xba71[168],_0x6e36x5[_0xba71[124]][_0xba71[117]]=_0xba71[118],_0x6e36x5[_0xba71[124]][_0xba71[119]]=_0xba71[118]):mxClient[_0xba71[496]]?this[_0xba71[441]][_0xba71[2320]](Math[_0xba71[160]](1,_0x6e36x4),Math[_0xba71[160]](1,_0x6e36x3)):(this[_0xba71[441]][_0xba71[510]][_0xba71[124]][_0xba71[2478]]=Math[_0xba71[160]](1,_0x6e36x4)+_0xba71[168],this[_0xba71[441]][_0xba71[510]][_0xba71[124]][_0xba71[2479]]=Math[_0xba71[160]](1,_0x6e36x3)+_0xba71[168]);this[_0xba71[2480]](this[_0xba71[2357]],_0x6e36x4-1,_0x6e36x3-1)};this[_0xba71[746]]( new mxEventObject(mxEvent.SIZE,_0xba71[1562],_0x6e36x2))};mxGraph[_0xba71[202]][_0xba71[2477]]=function(_0x6e36x2,_0x6e36x3){if(mxClient[_0xba71[80]]){if(mxClient[_0xba71[496]]){var _0x6e36x4=this[_0xba71[2465]]();_0x6e36x2+=Math[_0xba71[160]](2,_0x6e36x4[_0xba71[235]]+_0x6e36x4[_0xba71[117]]+1);_0x6e36x3+=Math[_0xba71[160]](2,_0x6e36x4[_0xba71[236]]+_0x6e36x4[_0xba71[119]]+1)}else {9<=document[_0xba71[5]]?(_0x6e36x2+=3,_0x6e36x3+=5):(_0x6e36x2+=1,_0x6e36x3+=1)}}else {_0x6e36x3+=1};null!=this[_0xba71[2388]]&&(_0x6e36x2=Math[_0xba71[243]](this[_0xba71[2388]][_0xba71[117]],_0x6e36x2),_0x6e36x3=Math[_0xba71[243]](this[_0xba71[2388]][_0xba71[119]],_0x6e36x3));this[_0xba71[526]][_0xba71[124]][_0xba71[117]]=Math[_0xba71[430]](_0x6e36x2)+_0xba71[168];this[_0xba71[526]][_0xba71[124]][_0xba71[119]]=Math[_0xba71[430]](_0x6e36x3)+_0xba71[168]};mxGraph[_0xba71[202]][_0xba71[2480]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[441]][_0xba71[255]],_0x6e36x9=this[_0xba71[441]][_0xba71[513]],_0x6e36xa=this[_0xba71[2013]],_0x6e36x12=_0x6e36x5*this[_0xba71[2012]],_0x6e36x9= new mxRectangle(_0x6e36x5*_0x6e36x9[_0xba71[235]],_0x6e36x5*_0x6e36x9[_0xba71[236]],_0x6e36xa[_0xba71[117]]*_0x6e36x12,_0x6e36xa[_0xba71[119]]*_0x6e36x12);_0x6e36x2=_0x6e36x2&&Math[_0xba71[243]](_0x6e36x9[_0xba71[117]],_0x6e36x9[_0xba71[119]])>this[_0xba71[2360]];_0x6e36x9[_0xba71[235]]=mxUtils[_0xba71[1454]](_0x6e36x9[_0xba71[235]],_0x6e36x9[_0xba71[117]]);_0x6e36x9[_0xba71[236]]=mxUtils[_0xba71[1454]](_0x6e36x9[_0xba71[236]],_0x6e36x9[_0xba71[119]]);_0x6e36xa=_0x6e36x2?Math[_0xba71[430]]((_0x6e36x3-_0x6e36x9[_0xba71[235]])/_0x6e36x9[_0xba71[117]]):0;_0x6e36x2=_0x6e36x2?Math[_0xba71[430]]((_0x6e36x4-_0x6e36x9[_0xba71[236]])/_0x6e36x9[_0xba71[119]]):0;null==this[_0xba71[2481]]&&0<_0x6e36xa&&(this[_0xba71[2481]]=[]);if(null!=this[_0xba71[2481]]){for(_0x6e36x12=0;_0x6e36x12<=_0x6e36xa;_0x6e36x12++){var _0x6e36x13=[ new mxPoint(_0x6e36x9[_0xba71[235]]+_0x6e36x12*_0x6e36x9[_0xba71[117]],1), new mxPoint(_0x6e36x9[_0xba71[235]]+_0x6e36x12*_0x6e36x9[_0xba71[117]],_0x6e36x4)];null!=this[_0xba71[2481]][_0x6e36x12]?(this[_0xba71[2481]][_0x6e36x12][_0xba71[255]]=1,this[_0xba71[2481]][_0x6e36x12][_0xba71[1525]]=_0x6e36x13,this[_0xba71[2481]][_0x6e36x12][_0xba71[258]]()):(_0x6e36x13= new mxPolyline(_0x6e36x13,this[_0xba71[2358]],this[_0xba71[255]]),_0x6e36x13[_0xba71[507]]=this[_0xba71[507]],_0x6e36x13[_0xba71[1522]]=this[_0xba71[2359]],_0x6e36x13[_0xba71[255]]=_0x6e36x5,_0x6e36x13[_0xba71[176]](this[_0xba71[441]][_0xba71[2053]]),_0x6e36x13[_0xba71[258]](),this[_0xba71[2481]][_0x6e36x12]=_0x6e36x13)};for(_0x6e36x12=_0x6e36xa;_0x6e36x12<this[_0xba71[2481]][_0xba71[67]];_0x6e36x12++){this[_0xba71[2481]][_0x6e36x12][_0xba71[515]]()};this[_0xba71[2481]][_0xba71[300]](_0x6e36xa,this[_0xba71[2481]][_0xba71[67]]-_0x6e36xa)};null==this[_0xba71[2482]]&&0<_0x6e36x2&&(this[_0xba71[2482]]=[]);if(null!=this[_0xba71[2482]]){for(_0x6e36x12=0;_0x6e36x12<=_0x6e36x2;_0x6e36x12++){_0x6e36x13=[ new mxPoint(1,_0x6e36x9[_0xba71[236]]+_0x6e36x12*_0x6e36x9[_0xba71[119]]), new mxPoint(_0x6e36x3,_0x6e36x9[_0xba71[236]]+_0x6e36x12*_0x6e36x9[_0xba71[119]])],null!=this[_0xba71[2482]][_0x6e36x12]?(this[_0xba71[2482]][_0x6e36x12][_0xba71[255]]=1,this[_0xba71[2482]][_0x6e36x12][_0xba71[1525]]=_0x6e36x13,this[_0xba71[2482]][_0x6e36x12][_0xba71[258]]()):(_0x6e36x13= new mxPolyline(_0x6e36x13,this[_0xba71[2358]],_0x6e36x5),_0x6e36x13[_0xba71[507]]=this[_0xba71[507]],_0x6e36x13[_0xba71[1522]]=this[_0xba71[2359]],_0x6e36x13[_0xba71[255]]=_0x6e36x5,_0x6e36x13[_0xba71[176]](this[_0xba71[441]][_0xba71[2053]]),_0x6e36x13[_0xba71[258]](),this[_0xba71[2482]][_0x6e36x12]=_0x6e36x13)};for(_0x6e36x12=_0x6e36x2;_0x6e36x12<this[_0xba71[2482]][_0xba71[67]];_0x6e36x12++){this[_0xba71[2482]][_0x6e36x12][_0xba71[515]]()};this[_0xba71[2482]][_0xba71[300]](_0x6e36x2,this[_0xba71[2482]][_0xba71[67]]-_0x6e36x2)}};mxGraph[_0xba71[202]][_0xba71[1705]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[251]][_0xba71[474]](_0x6e36x2),_0x6e36x4=null,_0x6e36x4=this[_0xba71[251]][_0xba71[250]](_0x6e36x2)?this[_0xba71[94]][_0xba71[2077]]():this[_0xba71[94]][_0xba71[2076]]();null!=_0x6e36x3&&(_0x6e36x4=this[_0xba71[2483]](this[_0xba71[94]][_0xba71[1705]](_0x6e36x3,_0x6e36x4)));null==_0x6e36x4&&(_0x6e36x4=mxGraph[_0xba71[202]][_0xba71[2346]]);return _0x6e36x4};mxGraph[_0xba71[202]][_0xba71[2483]]=function(_0x6e36x2){if(null!=_0x6e36x2){var _0x6e36x3=_0x6e36x2[mxConstants[_0xba71[2484]]],_0x6e36x4=this[_0xba71[2485]](_0x6e36x3);null!=_0x6e36x4?_0x6e36x2[mxConstants[_0xba71[2484]]]=_0x6e36x4:_0x6e36x4=_0x6e36x3;null!=_0x6e36x4&&_0xba71[2486]==_0x6e36x4[_0xba71[85]](0,11)&&(_0x6e36x3=_0x6e36x4[_0xba71[2]](_0xba71[537]),0<_0x6e36x3&&(_0x6e36x4=_0x6e36x4[_0xba71[85]](0,_0x6e36x3)+_0xba71[2487]+_0x6e36x4[_0xba71[85]](_0x6e36x3+1)),_0x6e36x2[mxConstants[_0xba71[2484]]]=_0x6e36x4)};return _0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2488]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3=_0x6e36x3||this[_0xba71[897]]();if(null!=_0x6e36x3){this[_0xba71[251]][_0xba71[473]]();try{for(var _0x6e36x4=0;_0x6e36x4<_0x6e36x3[_0xba71[67]];_0x6e36x4++){this[_0xba71[251]][_0xba71[475]](_0x6e36x3[_0x6e36x4],_0x6e36x2)}}finally{this[_0xba71[251]][_0xba71[476]]()}}};mxGraph[_0xba71[202]][_0xba71[2489]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x4=_0x6e36x4||this[_0xba71[2452]]();this[_0xba71[2490]](_0x6e36x2,_0x6e36x3,[_0x6e36x4])};mxGraph[_0xba71[202]][_0xba71[2490]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:!1;_0x6e36x4=_0x6e36x4||this[_0xba71[897]]();if(null!=_0x6e36x4&&0<_0x6e36x4[_0xba71[67]]){var _0x6e36x5=this[_0xba71[441]][_0xba71[248]](_0x6e36x4[0]),_0x6e36x5=null!=_0x6e36x5?_0x6e36x5[_0xba71[124]]:this[_0xba71[1705]](_0x6e36x4[0]);null!=_0x6e36x5&&(_0x6e36x3=mxUtils[_0xba71[433]](_0x6e36x5,_0x6e36x2,_0x6e36x3)?0:1,this[_0xba71[1717]](_0x6e36x2,_0x6e36x3,_0x6e36x4))}};mxGraph[_0xba71[202]][_0xba71[1717]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x4=_0x6e36x4||this[_0xba71[897]]();mxUtils[_0xba71[1717]](this[_0xba71[251]],_0x6e36x4,_0x6e36x2,_0x6e36x3)};mxGraph[_0xba71[202]][_0xba71[2491]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[2492]](_0x6e36x2,_0x6e36x3,null,_0x6e36x4)};mxGraph[_0xba71[202]][_0xba71[2492]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x5=_0x6e36x5||this[_0xba71[897]]();if(null!=_0x6e36x5&&0<_0x6e36x5[_0xba71[67]]){if(null==_0x6e36x4){var _0x6e36x9=this[_0xba71[441]][_0xba71[248]](_0x6e36x5[0]),_0x6e36x9=null!=_0x6e36x9?_0x6e36x9[_0xba71[124]]:this[_0xba71[1705]](_0x6e36x5[0]);null!=_0x6e36x9&&(_0x6e36x4=(parseInt(_0x6e36x9[_0x6e36x2]||0)&_0x6e36x3)!=_0x6e36x3)};mxUtils[_0xba71[2492]](this[_0xba71[251]],_0x6e36x5,_0x6e36x2,_0x6e36x3,_0x6e36x4)}};mxGraph[_0xba71[202]][_0xba71[849]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){null==_0x6e36x3&&(_0x6e36x3=this[_0xba71[897]]());if(null!=_0x6e36x3&&1<_0x6e36x3[_0xba71[67]]){if(null==_0x6e36x4){for(var _0x6e36x5=0;_0x6e36x5<_0x6e36x3[_0xba71[67]];_0x6e36x5++){var _0x6e36x9=this[_0xba71[1198]](_0x6e36x3[_0x6e36x5]);if(null!=_0x6e36x9&&!this[_0xba71[251]][_0xba71[250]](_0x6e36x3[_0x6e36x5])){if(null==_0x6e36x4){if(_0x6e36x2==mxConstants[_0xba71[479]]){_0x6e36x4=_0x6e36x9[_0xba71[235]]+_0x6e36x9[_0xba71[117]]/2;break}else {if(_0x6e36x2==mxConstants[_0xba71[480]]){_0x6e36x4=_0x6e36x9[_0xba71[235]]+_0x6e36x9[_0xba71[117]]}else {if(_0x6e36x2==mxConstants[_0xba71[1687]]){_0x6e36x4=_0x6e36x9[_0xba71[236]]}else {if(_0x6e36x2==mxConstants[_0xba71[481]]){_0x6e36x4=_0x6e36x9[_0xba71[236]]+_0x6e36x9[_0xba71[119]]/2;break}else {_0x6e36x4=_0x6e36x2==mxConstants[_0xba71[482]]?_0x6e36x9[_0xba71[236]]+_0x6e36x9[_0xba71[119]]:_0x6e36x9[_0xba71[235]]}}}}}else {_0x6e36x4=_0x6e36x2==mxConstants[_0xba71[480]]?Math[_0xba71[160]](_0x6e36x4,_0x6e36x9[_0xba71[235]]+_0x6e36x9[_0xba71[117]]):_0x6e36x2==mxConstants[_0xba71[1687]]?Math[_0xba71[243]](_0x6e36x4,_0x6e36x9[_0xba71[236]]):_0x6e36x2==mxConstants[_0xba71[482]]?Math[_0xba71[160]](_0x6e36x4,_0x6e36x9[_0xba71[236]]+_0x6e36x9[_0xba71[119]]):Math[_0xba71[243]](_0x6e36x4,_0x6e36x9[_0xba71[235]])}}}};if(null!=_0x6e36x4){this[_0xba71[251]][_0xba71[473]]();try{for(_0x6e36x5=0;_0x6e36x5<_0x6e36x3[_0xba71[67]];_0x6e36x5++){_0x6e36x9=this[_0xba71[1198]](_0x6e36x3[_0x6e36x5]),null!=_0x6e36x9&&!this[_0xba71[251]][_0xba71[250]](_0x6e36x3[_0x6e36x5])&&(_0x6e36x9=_0x6e36x9[_0xba71[238]](),_0x6e36x2==mxConstants[_0xba71[479]]?_0x6e36x9[_0xba71[235]]=_0x6e36x4-_0x6e36x9[_0xba71[117]]/2:_0x6e36x2==mxConstants[_0xba71[480]]?_0x6e36x9[_0xba71[235]]=_0x6e36x4-_0x6e36x9[_0xba71[117]]:_0x6e36x2==mxConstants[_0xba71[1687]]?_0x6e36x9[_0xba71[236]]=_0x6e36x4:_0x6e36x2==mxConstants[_0xba71[481]]?_0x6e36x9[_0xba71[236]]=_0x6e36x4-_0x6e36x9[_0xba71[119]]/2:_0x6e36x2==mxConstants[_0xba71[482]]?_0x6e36x9[_0xba71[236]]=_0x6e36x4-_0x6e36x9[_0xba71[119]]:_0x6e36x9[_0xba71[235]]=_0x6e36x4,this[_0xba71[251]][_0xba71[1724]](_0x6e36x3[_0x6e36x5],_0x6e36x9))};this[_0xba71[746]]( new mxEventObject(mxEvent.ALIGN_CELLS,_0xba71[611],_0x6e36x2,_0xba71[895],_0x6e36x3))}finally{this[_0xba71[251]][_0xba71[476]]()}}};return _0x6e36x3};mxGraph[_0xba71[202]][_0xba71[854]]=function(_0x6e36x2){if(null!=_0x6e36x2&&null!=this[_0xba71[2356]]){this[_0xba71[251]][_0xba71[473]]();try{var _0x6e36x3=this[_0xba71[251]][_0xba71[474]](_0x6e36x2);null==_0x6e36x3||0==_0x6e36x3[_0xba71[67]]?this[_0xba71[251]][_0xba71[475]](_0x6e36x2,this[_0xba71[2356]]):this[_0xba71[251]][_0xba71[475]](_0x6e36x2,null);this[_0xba71[1809]](_0x6e36x2);this[_0xba71[746]]( new mxEventObject(mxEvent.FLIP_EDGE,_0xba71[1989],_0x6e36x2))}finally{this[_0xba71[251]][_0xba71[476]]()}};return _0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2493]]=function(_0x6e36x2){this[_0xba71[2336]][_0xba71[207]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2494]]=function(_0x6e36x2){for(var _0x6e36x3=[],_0x6e36x4=0;_0x6e36x4<this[_0xba71[2336]][_0xba71[67]];_0x6e36x4++){this[_0xba71[2336]][_0x6e36x4]!=_0x6e36x2&&_0x6e36x3[_0xba71[207]](this[_0xba71[2336]][_0x6e36x4])};this[_0xba71[2336]]=_0x6e36x3};mxGraph[_0xba71[202]][_0xba71[2485]]=function(_0x6e36x2){if(null!=_0x6e36x2){for(var _0x6e36x3=0;_0x6e36x3<this[_0xba71[2336]][_0xba71[67]];_0x6e36x3++){var _0x6e36x4=this[_0xba71[2336]][_0x6e36x3][_0xba71[1202]](_0x6e36x2);if(null!=_0x6e36x4){return _0x6e36x4}}};return null};mxGraph[_0xba71[202]][_0xba71[840]]=function(_0x6e36x2,_0x6e36x3){null==_0x6e36x3&&(_0x6e36x3=mxUtils[_0xba71[1779]](this[_0xba71[897]](),!0));this[_0xba71[251]][_0xba71[473]]();try{this[_0xba71[841]](_0x6e36x3,_0x6e36x2),this[_0xba71[746]]( new mxEventObject(mxEvent.ORDER_CELLS,_0xba71[2495],_0x6e36x2,_0xba71[895],_0x6e36x3))}finally{this[_0xba71[251]][_0xba71[476]]()};return _0x6e36x3};mxGraph[_0xba71[202]][_0xba71[841]]=function(_0x6e36x2,_0x6e36x3){if(null!=_0x6e36x2){this[_0xba71[251]][_0xba71[473]]();try{for(var _0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){var _0x6e36x5=this[_0xba71[251]][_0xba71[1197]](_0x6e36x2[_0x6e36x4]);_0x6e36x3?this[_0xba71[251]][_0xba71[99]](_0x6e36x5,_0x6e36x2[_0x6e36x4],_0x6e36x4):this[_0xba71[251]][_0xba71[99]](_0x6e36x5,_0x6e36x2[_0x6e36x4],this[_0xba71[251]][_0xba71[262]](_0x6e36x5)-1)};this[_0xba71[746]]( new mxEventObject(mxEvent.CELLS_ORDERED,_0xba71[2495],_0x6e36x3,_0xba71[895],_0x6e36x2))}finally{this[_0xba71[251]][_0xba71[476]]()}}};mxGraph[_0xba71[202]][_0xba71[844]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){null==_0x6e36x4&&(_0x6e36x4=mxUtils[_0xba71[1779]](this[_0xba71[897]](),!0));_0x6e36x4=this[_0xba71[2496]](_0x6e36x4);null==_0x6e36x2&&(_0x6e36x2=this[_0xba71[2497]](_0x6e36x4));var _0x6e36x5=this[_0xba71[2498]](_0x6e36x2,_0x6e36x4,_0x6e36x3);if(0<_0x6e36x4[_0xba71[67]]&&null!=_0x6e36x5){var _0x6e36x9=this[_0xba71[251]][_0xba71[1197]](_0x6e36x2);null==_0x6e36x9&&(_0x6e36x9=this[_0xba71[251]][_0xba71[1197]](_0x6e36x4[0]));this[_0xba71[251]][_0xba71[473]]();try{null==this[_0xba71[1198]](_0x6e36x2)&&this[_0xba71[251]][_0xba71[1724]](_0x6e36x2, new mxGeometry);var _0x6e36xa=this[_0xba71[251]][_0xba71[262]](_0x6e36x9);this[_0xba71[833]]([_0x6e36x2],_0x6e36x9,_0x6e36xa,null,null,!1);_0x6e36xa=this[_0xba71[251]][_0xba71[262]](_0x6e36x2);this[_0xba71[833]](_0x6e36x4,_0x6e36x2,_0x6e36xa,null,null,!1,!1);this[_0xba71[835]](_0x6e36x4,-_0x6e36x5[_0xba71[235]],-_0x6e36x5[_0xba71[236]],!1,!0);this[_0xba71[837]]([_0x6e36x2],[_0x6e36x5]);this[_0xba71[746]]( new mxEventObject(mxEvent.GROUP_CELLS,_0xba71[1504],_0x6e36x2,_0xba71[467],_0x6e36x3,_0xba71[895],_0x6e36x4))}finally{this[_0xba71[251]][_0xba71[476]]()}};return _0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2496]]=function(_0x6e36x2){var _0x6e36x3=[];if(null!=_0x6e36x2&&0<_0x6e36x2[_0xba71[67]]){var _0x6e36x4=this[_0xba71[251]][_0xba71[1197]](_0x6e36x2[0]);_0x6e36x3[_0xba71[207]](_0x6e36x2[0]);for(var _0x6e36x5=1;_0x6e36x5<_0x6e36x2[_0xba71[67]];_0x6e36x5++){this[_0xba71[251]][_0xba71[1197]](_0x6e36x2[_0x6e36x5])==_0x6e36x4&&_0x6e36x3[_0xba71[207]](_0x6e36x2[_0x6e36x5])}};return _0x6e36x3};mxGraph[_0xba71[202]][_0xba71[2498]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x3=this[_0xba71[1729]](_0x6e36x3);null!=_0x6e36x3&&(this[_0xba71[1730]](_0x6e36x2)&&(_0x6e36x2=this[_0xba71[1731]](_0x6e36x2),_0x6e36x3[_0xba71[235]]-=_0x6e36x2[_0xba71[117]],_0x6e36x3[_0xba71[236]]-=_0x6e36x2[_0xba71[119]],_0x6e36x3[_0xba71[117]]+=_0x6e36x2[_0xba71[117]],_0x6e36x3[_0xba71[119]]+=_0x6e36x2[_0xba71[119]]),_0x6e36x3[_0xba71[235]]-=_0x6e36x4,_0x6e36x3[_0xba71[236]]-=_0x6e36x4,_0x6e36x3[_0xba71[117]]+=2*_0x6e36x4,_0x6e36x3[_0xba71[119]]+=2*_0x6e36x4);return _0x6e36x3};mxGraph[_0xba71[202]][_0xba71[2497]]=function(_0x6e36x2){_0x6e36x2= new mxCell(_0xba71[110]);_0x6e36x2[_0xba71[1993]](!0);_0x6e36x2[_0xba71[1995]](!1);return _0x6e36x2};mxGraph[_0xba71[202]][_0xba71[845]]=function(_0x6e36x2){var _0x6e36x3=[];if(null==_0x6e36x2){_0x6e36x2=this[_0xba71[897]]();for(var _0x6e36x4=[],_0x6e36x5=0;_0x6e36x5<_0x6e36x2[_0xba71[67]];_0x6e36x5++){0<this[_0xba71[251]][_0xba71[262]](_0x6e36x2[_0x6e36x5])&&_0x6e36x4[_0xba71[207]](_0x6e36x2[_0x6e36x5])};_0x6e36x2=_0x6e36x4};if(null!=_0x6e36x2&&0<_0x6e36x2[_0xba71[67]]){this[_0xba71[251]][_0xba71[473]]();try{for(_0x6e36x5=0;_0x6e36x5<_0x6e36x2[_0xba71[67]];_0x6e36x5++){var _0x6e36x9=this[_0xba71[251]][_0xba71[1953]](_0x6e36x2[_0x6e36x5]);if(null!=_0x6e36x9&&0<_0x6e36x9[_0xba71[67]]){var _0x6e36x9=_0x6e36x9[_0xba71[1853]](),_0x6e36xa=this[_0xba71[251]][_0xba71[1197]](_0x6e36x2[_0x6e36x5]),_0x6e36x12=this[_0xba71[251]][_0xba71[262]](_0x6e36xa);this[_0xba71[833]](_0x6e36x9,_0x6e36xa,_0x6e36x12,null,null,!0);_0x6e36x3=_0x6e36x3[_0xba71[1919]](_0x6e36x9)}};this[_0xba71[843]](this[_0xba71[2499]](_0x6e36x2));this[_0xba71[746]]( new mxEventObject(mxEvent.UNGROUP_CELLS,_0xba71[895],_0x6e36x2))}finally{this[_0xba71[251]][_0xba71[476]]()}};return _0x6e36x3};mxGraph[_0xba71[202]][_0xba71[846]]=function(_0x6e36x2){null==_0x6e36x2&&(_0x6e36x2=this[_0xba71[897]]());this[_0xba71[251]][_0xba71[473]]();try{var _0x6e36x3=this[_0xba71[902]](),_0x6e36x4=this[_0xba71[251]][_0xba71[262]](_0x6e36x3);this[_0xba71[833]](_0x6e36x2,_0x6e36x3,_0x6e36x4,null,null,!0);this[_0xba71[746]]( new mxEventObject(mxEvent.REMOVE_CELLS_FROM_PARENT,_0xba71[895],_0x6e36x2))}finally{this[_0xba71[251]][_0xba71[476]]()};return _0x6e36x2};mxGraph[_0xba71[202]][_0xba71[1917]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){null==_0x6e36x2&&(_0x6e36x2=this[_0xba71[897]]());_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:0;_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:!1;this[_0xba71[251]][_0xba71[473]]();try{for(var _0x6e36x5=0;_0x6e36x5<_0x6e36x2[_0xba71[67]];_0x6e36x5++){var _0x6e36x9=this[_0xba71[1198]](_0x6e36x2[_0x6e36x5]);if(null!=_0x6e36x9){var _0x6e36xa=this[_0xba71[1955]](_0x6e36x2[_0x6e36x5]);if(null!=_0x6e36xa&&0<_0x6e36xa[_0xba71[67]]){var _0x6e36x12=this[_0xba71[1729]](_0x6e36xa);if(0<_0x6e36x12[_0xba71[117]]&&0<_0x6e36x12[_0xba71[119]]){var _0x6e36x13=this[_0xba71[1730]](_0x6e36x2[_0x6e36x5])?this[_0xba71[1731]](_0x6e36x2[_0x6e36x5]): new mxRectangle,_0x6e36x9=_0x6e36x9[_0xba71[238]]();_0x6e36x4&&(_0x6e36x9[_0xba71[235]]+=_0x6e36x12[_0xba71[235]]-_0x6e36x13[_0xba71[117]]-_0x6e36x3,_0x6e36x9[_0xba71[236]]+=_0x6e36x12[_0xba71[236]]-_0x6e36x13[_0xba71[119]]-_0x6e36x3);_0x6e36x9[_0xba71[117]]=_0x6e36x12[_0xba71[117]]+_0x6e36x13[_0xba71[117]]+2*_0x6e36x3;_0x6e36x9[_0xba71[119]]=_0x6e36x12[_0xba71[119]]+_0x6e36x13[_0xba71[119]]+2*_0x6e36x3;this[_0xba71[251]][_0xba71[1724]](_0x6e36x2[_0x6e36x5],_0x6e36x9);this[_0xba71[834]](_0x6e36xa,-_0x6e36x12[_0xba71[235]]+_0x6e36x13[_0xba71[117]]+_0x6e36x3,-_0x6e36x12[_0xba71[236]]+_0x6e36x13[_0xba71[119]]+_0x6e36x3)}}}}}finally{this[_0xba71[251]][_0xba71[476]]()};return _0x6e36x2};mxGraph[_0xba71[202]][_0xba71[899]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:!0;var _0x6e36x4=null;if(null!=_0x6e36x2){for(var _0x6e36x5={},_0x6e36x4=[],_0x6e36x9=0;_0x6e36x9<_0x6e36x2[_0xba71[67]];_0x6e36x9++){var _0x6e36xa=mxCellPath[_0xba71[385]](_0x6e36x2[_0x6e36x9]);_0x6e36x5[_0x6e36xa]=_0x6e36x2[_0x6e36x9];_0x6e36x4[_0xba71[207]](_0x6e36x2[_0x6e36x9])};if(0<_0x6e36x4[_0xba71[67]]){for(var _0x6e36xa=this[_0xba71[441]][_0xba71[255]],_0x6e36x12=this[_0xba71[441]][_0xba71[513]],_0x6e36x4=this[_0xba71[251]][_0xba71[899]](_0x6e36x2,!0),_0x6e36x9=0;_0x6e36x9<_0x6e36x2[_0xba71[67]];_0x6e36x9++){if(!_0x6e36x3&&this[_0xba71[251]][_0xba71[250]](_0x6e36x4[_0x6e36x9])&&null!=this[_0xba71[2500]](_0x6e36x4[_0x6e36x9],this[_0xba71[251]][_0xba71[1709]](_0x6e36x4[_0x6e36x9],!0),this[_0xba71[251]][_0xba71[1709]](_0x6e36x4[_0x6e36x9],!1))){_0x6e36x4[_0x6e36x9]=null}else {var _0x6e36x13=this[_0xba71[251]][_0xba71[1721]](_0x6e36x4[_0x6e36x9]);if(null!=_0x6e36x13){var _0x6e36x14=this[_0xba71[441]][_0xba71[248]](_0x6e36x2[_0x6e36x9]),_0x6e36x15=this[_0xba71[441]][_0xba71[248]](this[_0xba71[251]][_0xba71[1197]](_0x6e36x2[_0x6e36x9]));if(null!=_0x6e36x14&&null!=_0x6e36x15){var _0x6e36x16=_0x6e36x15[_0xba71[2078]][_0xba71[235]],_0x6e36x15=_0x6e36x15[_0xba71[2078]][_0xba71[236]];if(this[_0xba71[251]][_0xba71[250]](_0x6e36x4[_0x6e36x9])){for(var _0x6e36x14=_0x6e36x14[_0xba71[439]],_0x6e36x17=this[_0xba71[251]][_0xba71[1709]](_0x6e36x2[_0x6e36x9],!0),_0x6e36x18=mxCellPath[_0xba71[385]](_0x6e36x17);null!=_0x6e36x17&&null==_0x6e36x5[_0x6e36x18];){_0x6e36x17=this[_0xba71[251]][_0xba71[1197]](_0x6e36x17),_0x6e36x18=mxCellPath[_0xba71[385]](_0x6e36x17)};null==_0x6e36x17&&_0x6e36x13[_0xba71[2007]]( new mxPoint(_0x6e36x14[0][_0xba71[235]]/_0x6e36xa-_0x6e36x12[_0xba71[235]],_0x6e36x14[0][_0xba71[236]]/_0x6e36xa-_0x6e36x12[_0xba71[236]]),!0);_0x6e36x17=this[_0xba71[251]][_0xba71[1709]](_0x6e36x2[_0x6e36x9],!1);for(_0x6e36x18=mxCellPath[_0xba71[385]](_0x6e36x17);null!=_0x6e36x17&&null==_0x6e36x5[_0x6e36x18];){_0x6e36x17=this[_0xba71[251]][_0xba71[1197]](_0x6e36x17),_0x6e36x18=mxCellPath[_0xba71[385]](_0x6e36x17)};null==_0x6e36x17&&(_0x6e36x17=_0x6e36x14[_0xba71[67]]-1,_0x6e36x13[_0xba71[2007]]( new mxPoint(_0x6e36x14[_0x6e36x17][_0xba71[235]]/_0x6e36xa-_0x6e36x12[_0xba71[235]],_0x6e36x14[_0x6e36x17][_0xba71[236]]/_0x6e36xa-_0x6e36x12[_0xba71[236]]),!1));_0x6e36x13=_0x6e36x13[_0xba71[1525]];if(null!=_0x6e36x13){for(_0x6e36x14=0;_0x6e36x14<_0x6e36x13[_0xba71[67]];_0x6e36x14++){_0x6e36x13[_0x6e36x14][_0xba71[235]]+=_0x6e36x16,_0x6e36x13[_0x6e36x14][_0xba71[236]]+=_0x6e36x15}}}else {_0x6e36x13[_0xba71[235]]+=_0x6e36x16,_0x6e36x13[_0xba71[236]]+=_0x6e36x15}}}}}}else {_0x6e36x4=[]}};return _0x6e36x4};mxGraph[_0xba71[202]][_0xba71[2501]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14){_0x6e36x3=this[_0xba71[2502]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14);return this[_0xba71[2103]](_0x6e36x3,_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2502]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14){_0x6e36x2= new mxGeometry(_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12);_0x6e36x2[_0xba71[1500]]=null!=_0x6e36x14?_0x6e36x14:!1;_0x6e36x4= new mxCell(_0x6e36x4,_0x6e36x2,_0x6e36x13);_0x6e36x4[_0xba71[1945]](_0x6e36x3);_0x6e36x4[_0xba71[1993]](!0);_0x6e36x4[_0xba71[1995]](!0);return _0x6e36x4};mxGraph[_0xba71[202]][_0xba71[1960]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){_0x6e36x3=this[_0xba71[2503]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa);return this[_0xba71[2504]](_0x6e36x3,_0x6e36x2,_0x6e36x5,_0x6e36x9)};mxGraph[_0xba71[202]][_0xba71[2503]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){_0x6e36x2= new mxCell(_0x6e36x4, new mxGeometry,_0x6e36xa);_0x6e36x2[_0xba71[1945]](_0x6e36x3);_0x6e36x2[_0xba71[1994]](!0);_0x6e36x2[_0xba71[256]][_0xba71[1500]]= !0;return _0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2504]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){return this[_0xba71[2103]](_0x6e36x2,_0x6e36x3,_0x6e36x9,_0x6e36x4,_0x6e36x5)};mxGraph[_0xba71[202]][_0xba71[2103]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){return this[_0xba71[832]]([_0x6e36x2],_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9)[0]};mxGraph[_0xba71[202]][_0xba71[832]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){null==_0x6e36x3&&(_0x6e36x3=this[_0xba71[902]]());null==_0x6e36x4&&(_0x6e36x4=this[_0xba71[251]][_0xba71[262]](_0x6e36x3));this[_0xba71[251]][_0xba71[473]]();try{this[_0xba71[833]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,!1,!0),this[_0xba71[746]]( new mxEventObject(mxEvent.ADD_CELLS,_0xba71[895],_0x6e36x2,_0xba71[1101],_0x6e36x3,_0xba71[1983],_0x6e36x4,_0xba71[1097],_0x6e36x5,_0xba71[772],_0x6e36x9))}finally{this[_0xba71[251]][_0xba71[476]]()};return _0x6e36x2};mxGraph[_0xba71[202]][_0xba71[833]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12){if(null!=_0x6e36x2&&null!=_0x6e36x3&&null!=_0x6e36x4){this[_0xba71[251]][_0xba71[473]]();try{for(var _0x6e36x13=_0x6e36xa?this[_0xba71[441]][_0xba71[248]](_0x6e36x3):null,_0x6e36x14=null!=_0x6e36x13?_0x6e36x13[_0xba71[2078]]:null,_0x6e36x15= new mxPoint(0,0),_0x6e36x13=0;_0x6e36x13<_0x6e36x2[_0xba71[67]];_0x6e36x13++){if(null==_0x6e36x2[_0x6e36x13]){_0x6e36x4--}else {var _0x6e36x16=this[_0xba71[251]][_0xba71[1197]](_0x6e36x2[_0x6e36x13]);if(null!=_0x6e36x14&&_0x6e36x2[_0x6e36x13]!=_0x6e36x3&&_0x6e36x3!=_0x6e36x16){var _0x6e36x17=this[_0xba71[441]][_0xba71[248]](_0x6e36x16),_0x6e36x18=null!=_0x6e36x17?_0x6e36x17[_0xba71[2078]]:_0x6e36x15,_0x6e36x19=this[_0xba71[251]][_0xba71[1721]](_0x6e36x2[_0x6e36x13]);if(null!=_0x6e36x19){var _0x6e36x1a=_0x6e36x18[_0xba71[235]]-_0x6e36x14[_0xba71[235]],_0x6e36x1b=_0x6e36x18[_0xba71[236]]-_0x6e36x14[_0xba71[236]],_0x6e36x19=_0x6e36x19[_0xba71[238]]();_0x6e36x19[_0xba71[513]](_0x6e36x1a,_0x6e36x1b);!_0x6e36x19[_0xba71[1500]]&&(this[_0xba71[251]][_0xba71[1193]](_0x6e36x2[_0x6e36x13])&&!this[_0xba71[2505]]())&&(_0x6e36x19[_0xba71[235]]=Math[_0xba71[160]](0,_0x6e36x19[_0xba71[235]]),_0x6e36x19[_0xba71[236]]=Math[_0xba71[160]](0,_0x6e36x19[_0xba71[236]]));this[_0xba71[251]][_0xba71[1724]](_0x6e36x2[_0x6e36x13],_0x6e36x19)}};_0x6e36x3==_0x6e36x16&&_0x6e36x4+_0x6e36x13>this[_0xba71[251]][_0xba71[262]](_0x6e36x3)&&_0x6e36x4--;this[_0xba71[251]][_0xba71[99]](_0x6e36x3,_0x6e36x2[_0x6e36x13],_0x6e36x4+_0x6e36x13);this[_0xba71[2506]]()&&this[_0xba71[2507]](_0x6e36x2[_0x6e36x13])&&this[_0xba71[2508]](_0x6e36x2[_0x6e36x13]);(null==_0x6e36x12||_0x6e36x12)&&this[_0xba71[2509]](_0x6e36x2[_0x6e36x13]);null!=_0x6e36x5&&this[_0xba71[852]](_0x6e36x2[_0x6e36x13],_0x6e36x5,!0);null!=_0x6e36x9&&this[_0xba71[852]](_0x6e36x2[_0x6e36x13],_0x6e36x9,!1)}};this[_0xba71[746]]( new mxEventObject(mxEvent.CELLS_ADDED,_0xba71[895],_0x6e36x2,_0xba71[1101],_0x6e36x3,_0xba71[1983],_0x6e36x4,_0xba71[1097],_0x6e36x5,_0xba71[772],_0x6e36x9,_0xba71[492],_0x6e36xa))}finally{this[_0xba71[251]][_0xba71[476]]()}}};mxGraph[_0xba71[202]][_0xba71[842]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:!0;null==_0x6e36x2&&(_0x6e36x2=this[_0xba71[2510]](this[_0xba71[897]]()));_0x6e36x3&&(_0x6e36x2=this[_0xba71[2510]](this[_0xba71[2499]](_0x6e36x2)));this[_0xba71[251]][_0xba71[473]]();try{this[_0xba71[843]](_0x6e36x2),this[_0xba71[746]]( new mxEventObject(mxEvent.REMOVE_CELLS,_0xba71[895],_0x6e36x2,_0xba71[2511],_0x6e36x3))}finally{this[_0xba71[251]][_0xba71[476]]()};return _0x6e36x2};mxGraph[_0xba71[202]][_0xba71[843]]=function(_0x6e36x2){if(null!=_0x6e36x2&&0<_0x6e36x2[_0xba71[67]]){var _0x6e36x3=this[_0xba71[441]][_0xba71[255]],_0x6e36x4=this[_0xba71[441]][_0xba71[513]];this[_0xba71[251]][_0xba71[473]]();try{for(var _0x6e36x5={},_0x6e36x9=0;_0x6e36x9<_0x6e36x2[_0xba71[67]];_0x6e36x9++){var _0x6e36xa=mxCellPath[_0xba71[385]](_0x6e36x2[_0x6e36x9]);_0x6e36x5[_0x6e36xa]=_0x6e36x2[_0x6e36x9]};for(_0x6e36x9=0;_0x6e36x9<_0x6e36x2[_0xba71[67]];_0x6e36x9++){for(var _0x6e36x12=this[_0xba71[1756]](_0x6e36x2[_0x6e36x9]),_0x6e36x13=0;_0x6e36x13<_0x6e36x12[_0xba71[67]];_0x6e36x13++){if(_0x6e36xa=mxCellPath[_0xba71[385]](_0x6e36x12[_0x6e36x13]),null==_0x6e36x5[_0x6e36xa]){var _0x6e36x14=this[_0xba71[251]][_0xba71[1721]](_0x6e36x12[_0x6e36x13]);if(null!=_0x6e36x14){var _0x6e36x15=this[_0xba71[441]][_0xba71[248]](_0x6e36x12[_0x6e36x13]);if(null!=_0x6e36x15){var _0x6e36x14=_0x6e36x14[_0xba71[238]](),_0x6e36x16=_0x6e36x15[_0xba71[1710]](!0)==_0x6e36x2[_0x6e36x9],_0x6e36x17=_0x6e36x15[_0xba71[439]],_0x6e36x18=_0x6e36x16?0:_0x6e36x17[_0xba71[67]]-1;_0x6e36x14[_0xba71[2007]]( new mxPoint(_0x6e36x17[_0x6e36x18][_0xba71[235]]/_0x6e36x3-_0x6e36x4[_0xba71[235]],_0x6e36x17[_0x6e36x18][_0xba71[236]]/_0x6e36x3-_0x6e36x4[_0xba71[236]]),_0x6e36x16);this[_0xba71[251]][_0xba71[1957]](_0x6e36x12[_0x6e36x13],null,_0x6e36x16);this[_0xba71[251]][_0xba71[1724]](_0x6e36x12[_0x6e36x13],_0x6e36x14)}}}};this[_0xba71[251]][_0xba71[205]](_0x6e36x2[_0x6e36x9])};this[_0xba71[746]]( new mxEventObject(mxEvent.CELLS_REMOVED,_0xba71[895],_0x6e36x2))}finally{this[_0xba71[251]][_0xba71[476]]()}}};mxGraph[_0xba71[202]][_0xba71[853]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x5=_0x6e36x5||0;_0x6e36x9=_0x6e36x9||0;null==_0x6e36x4&&(_0x6e36x4=this[_0xba71[899]]([_0x6e36x2])[0]);var _0x6e36xa=this[_0xba71[251]][_0xba71[1197]](_0x6e36x2),_0x6e36x12=this[_0xba71[251]][_0xba71[1709]](_0x6e36x2,!0);this[_0xba71[251]][_0xba71[473]]();try{this[_0xba71[835]](_0x6e36x3,_0x6e36x5,_0x6e36x9,!1,!1),this[_0xba71[833]](_0x6e36x3,_0x6e36xa,this[_0xba71[251]][_0xba71[262]](_0x6e36xa),null,null,!0),this[_0xba71[833]]([_0x6e36x4],_0x6e36xa,this[_0xba71[251]][_0xba71[262]](_0x6e36xa),_0x6e36x12,_0x6e36x3[0],!1),this[_0xba71[852]](_0x6e36x2,_0x6e36x3[0],!0),this[_0xba71[746]]( new mxEventObject(mxEvent.SPLIT_EDGE,_0xba71[1989],_0x6e36x2,_0xba71[895],_0x6e36x3,_0xba71[2512],_0x6e36x4,_0xba71[1126],_0x6e36x5,_0xba71[1125],_0x6e36x9))}finally{this[_0xba71[251]][_0xba71[476]]()};return _0x6e36x4};mxGraph[_0xba71[202]][_0xba71[838]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){null==_0x6e36x3&&(_0x6e36x3=this[_0xba71[897]]());_0x6e36x4&&(_0x6e36x3=this[_0xba71[2499]](_0x6e36x3));this[_0xba71[251]][_0xba71[473]]();try{this[_0xba71[839]](_0x6e36x3,_0x6e36x2),this[_0xba71[746]]( new mxEventObject(mxEvent.TOGGLE_CELLS,_0xba71[539],_0x6e36x2,_0xba71[895],_0x6e36x3,_0xba71[2511],_0x6e36x4))}finally{this[_0xba71[251]][_0xba71[476]]()};return _0x6e36x3};mxGraph[_0xba71[202]][_0xba71[839]]=function(_0x6e36x2,_0x6e36x3){if(null!=_0x6e36x2&&0<_0x6e36x2[_0xba71[67]]){this[_0xba71[251]][_0xba71[473]]();try{for(var _0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){this[_0xba71[251]][_0xba71[175]](_0x6e36x2[_0x6e36x4],_0x6e36x3)}}finally{this[_0xba71[251]][_0xba71[476]]()}}};mxGraph[_0xba71[202]][_0xba71[847]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:!1;null==_0x6e36x4&&(_0x6e36x4=this[_0xba71[2513]](this[_0xba71[897]](),_0x6e36x2));this[_0xba71[2126]](!1);this[_0xba71[251]][_0xba71[473]]();try{this[_0xba71[848]](_0x6e36x4,_0x6e36x2,_0x6e36x3,_0x6e36x5),this[_0xba71[746]]( new mxEventObject(mxEvent.FOLD_CELLS,_0xba71[2514],_0x6e36x2,_0xba71[2515],_0x6e36x3,_0xba71[895],_0x6e36x4))}finally{this[_0xba71[251]][_0xba71[476]]()};return _0x6e36x4};mxGraph[_0xba71[202]][_0xba71[848]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){if(null!=_0x6e36x2&&0<_0x6e36x2[_0xba71[67]]){this[_0xba71[251]][_0xba71[473]]();try{for(var _0x6e36x9=0;_0x6e36x9<_0x6e36x2[_0xba71[67]];_0x6e36x9++){if((!_0x6e36x5||this[_0xba71[2516]](_0x6e36x2[_0x6e36x9],_0x6e36x3))&&_0x6e36x3!=this[_0xba71[1742]](_0x6e36x2[_0x6e36x9])){if(this[_0xba71[251]][_0xba71[1972]](_0x6e36x2[_0x6e36x9],_0x6e36x3),this[_0xba71[2517]](_0x6e36x2[_0x6e36x9],_0x6e36x3),this[_0xba71[2507]](_0x6e36x2[_0x6e36x9])&&this[_0xba71[2508]](_0x6e36x2[_0x6e36x9]),_0x6e36x4){var _0x6e36xa=this[_0xba71[251]][_0xba71[1953]](_0x6e36x2[_0x6e36x9]);this[_0xba71[847]](_0x6e36xa,_0x6e36x3,_0x6e36x4)}}};this[_0xba71[746]]( new mxEventObject(mxEvent.CELLS_FOLDED,_0xba71[895],_0x6e36x2,_0xba71[2514],_0x6e36x3,_0xba71[2515],_0x6e36x4))}finally{this[_0xba71[251]][_0xba71[476]]()}}};mxGraph[_0xba71[202]][_0xba71[2517]]=function(_0x6e36x2,_0x6e36x3){if(null!=_0x6e36x2){var _0x6e36x4=this[_0xba71[251]][_0xba71[1721]](_0x6e36x2);null!=_0x6e36x4&&(_0x6e36x4=_0x6e36x4[_0xba71[238]](),this[_0xba71[2518]](_0x6e36x2,_0x6e36x4,_0x6e36x3),_0x6e36x4[_0xba71[2005]](),this[_0xba71[251]][_0xba71[1724]](_0x6e36x2,_0x6e36x4))}};mxGraph[_0xba71[202]][_0xba71[2518]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){if(null!=_0x6e36x2&&null!=_0x6e36x3){_0x6e36x4=this[_0xba71[441]][_0xba71[248]](_0x6e36x2);_0x6e36x4=null!=_0x6e36x4?_0x6e36x4[_0xba71[124]]:this[_0xba71[1705]](_0x6e36x2);if(null==_0x6e36x3[_0xba71[2002]]){var _0x6e36x5=_0x6e36x3;this[_0xba71[2394]]&&(_0x6e36x2=this[_0xba71[2519]](_0x6e36x2),null!=_0x6e36x2&&(_0x6e36x5=_0x6e36x2,_0x6e36x2=mxUtils[_0xba71[433]](_0x6e36x4,mxConstants.STYLE_STARTSIZE),0<_0x6e36x2&&(_0x6e36x5[_0xba71[119]]=Math[_0xba71[160]](_0x6e36x5[_0xba71[119]],_0x6e36x2))));_0x6e36x3[_0xba71[2002]]= new mxRectangle(0,0,_0x6e36x5[_0xba71[117]],_0x6e36x5[_0xba71[119]])};if(null!=_0x6e36x3[_0xba71[2002]]){_0x6e36x3[_0xba71[2002]][_0xba71[235]]=_0x6e36x3[_0xba71[235]];_0x6e36x3[_0xba71[2002]][_0xba71[236]]=_0x6e36x3[_0xba71[236]];var _0x6e36x9=mxUtils[_0xba71[431]](_0x6e36x4[mxConstants[_0xba71[2278]]]||_0xba71[468]);0!=_0x6e36x9&&(_0x6e36x2=_0x6e36x3[_0xba71[2002]][_0xba71[241]]()-_0x6e36x3[_0xba71[241]](),_0x6e36x4=_0x6e36x3[_0xba71[2002]][_0xba71[242]]()-_0x6e36x3[_0xba71[242]](),_0x6e36x5=Math[_0xba71[426]](_0x6e36x9),_0x6e36x9=Math[_0xba71[427]](_0x6e36x9),_0x6e36x3[_0xba71[2002]][_0xba71[235]]+=_0x6e36x5*_0x6e36x2-_0x6e36x9*_0x6e36x4-_0x6e36x2,_0x6e36x3[_0xba71[2002]][_0xba71[236]]+=_0x6e36x9*_0x6e36x2+_0x6e36x5*_0x6e36x4-_0x6e36x4)}}};mxGraph[_0xba71[202]][_0xba71[2499]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[1853]]();return _0x6e36x3=_0x6e36x3[_0xba71[1919]](this[_0xba71[2520]](_0x6e36x2))};mxGraph[_0xba71[202]][_0xba71[2520]]=function(_0x6e36x2){var _0x6e36x3=[];if(null!=_0x6e36x2){for(var _0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){for(var _0x6e36x5=this[_0xba71[251]][_0xba71[1707]](_0x6e36x2[_0x6e36x4]),_0x6e36x9=0;_0x6e36x9<_0x6e36x5;_0x6e36x9++){_0x6e36x3[_0xba71[207]](this[_0xba71[251]][_0xba71[1708]](_0x6e36x2[_0x6e36x4],_0x6e36x9))};_0x6e36x5=this[_0xba71[251]][_0xba71[1953]](_0x6e36x2[_0x6e36x4]);_0x6e36x3=_0x6e36x3[_0xba71[1919]](this[_0xba71[2520]](_0x6e36x5))}};return _0x6e36x3};mxGraph[_0xba71[202]][_0xba71[858]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:!1;this[_0xba71[251]][_0xba71[473]]();try{this[_0xba71[2457]](_0x6e36x2,_0x6e36x3),this[_0xba71[746]]( new mxEventObject(mxEvent.UPDATE_CELL_SIZE,_0xba71[246],_0x6e36x2,_0xba71[2521],_0x6e36x3))}finally{this[_0xba71[251]][_0xba71[476]]()};return _0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2457]]=function(_0x6e36x2,_0x6e36x3){if(null!=_0x6e36x2){this[_0xba71[251]][_0xba71[473]]();try{var _0x6e36x4=this[_0xba71[2519]](_0x6e36x2),_0x6e36x5=this[_0xba71[251]][_0xba71[1721]](_0x6e36x2);if(null!=_0x6e36x4&&null!=_0x6e36x5){var _0x6e36x9=this[_0xba71[1742]](_0x6e36x2),_0x6e36x5=_0x6e36x5[_0xba71[238]]();if(this[_0xba71[1730]](_0x6e36x2)){var _0x6e36xa=this[_0xba71[441]][_0xba71[248]](_0x6e36x2),_0x6e36x12=null!=_0x6e36xa?_0x6e36xa[_0xba71[124]]:this[_0xba71[1705]](_0x6e36x2),_0x6e36x13=this[_0xba71[251]][_0xba71[474]](_0x6e36x2);null==_0x6e36x13&&(_0x6e36x13=_0xba71[110]);mxUtils[_0xba71[433]](_0x6e36x12,mxConstants.STYLE_HORIZONTAL,!0)?(_0x6e36x13=mxUtils[_0xba71[475]](_0x6e36x13,mxConstants.STYLE_STARTSIZE,_0x6e36x4[_0xba71[119]]+8),_0x6e36x9&&(_0x6e36x5[_0xba71[119]]=_0x6e36x4[_0xba71[119]]+8),_0x6e36x5[_0xba71[117]]=_0x6e36x4[_0xba71[117]]):(_0x6e36x13=mxUtils[_0xba71[475]](_0x6e36x13,mxConstants.STYLE_STARTSIZE,_0x6e36x4[_0xba71[117]]+8),_0x6e36x9&&(_0x6e36x5[_0xba71[117]]=_0x6e36x4[_0xba71[117]]+8),_0x6e36x5[_0xba71[119]]=_0x6e36x4[_0xba71[119]]);this[_0xba71[251]][_0xba71[475]](_0x6e36x2,_0x6e36x13)}else {_0x6e36x5[_0xba71[117]]=_0x6e36x4[_0xba71[117]],_0x6e36x5[_0xba71[119]]=_0x6e36x4[_0xba71[119]]};if(!_0x6e36x3&& !_0x6e36x9){var _0x6e36x14=this[_0xba71[441]][_0xba71[1799]](this[_0xba71[251]][_0xba71[1953]](_0x6e36x2));if(null!=_0x6e36x14){var _0x6e36x15=this[_0xba71[441]][_0xba71[513]],_0x6e36x16=this[_0xba71[441]][_0xba71[255]],_0x6e36x17=(_0x6e36x14[_0xba71[236]]+_0x6e36x14[_0xba71[119]])/_0x6e36x16-_0x6e36x5[_0xba71[236]]-_0x6e36x15[_0xba71[236]];_0x6e36x5[_0xba71[117]]=Math[_0xba71[160]](_0x6e36x5[_0xba71[117]],(_0x6e36x14[_0xba71[235]]+_0x6e36x14[_0xba71[117]])/_0x6e36x16-_0x6e36x5[_0xba71[235]]-_0x6e36x15[_0xba71[235]]);_0x6e36x5[_0xba71[119]]=Math[_0xba71[160]](_0x6e36x5[_0xba71[119]],_0x6e36x17)}};this[_0xba71[837]]([_0x6e36x2],[_0x6e36x5])}}finally{this[_0xba71[251]][_0xba71[476]]()}}};mxGraph[_0xba71[202]][_0xba71[2519]]=function(_0x6e36x2){var _0x6e36x3=null;if(null!=_0x6e36x2){var _0x6e36x4=this[_0xba71[441]][_0xba71[248]](_0x6e36x2),_0x6e36x5=null!=_0x6e36x4?_0x6e36x4[_0xba71[124]]:this[_0xba71[1705]](_0x6e36x2);if(null!=_0x6e36x5&&!this[_0xba71[251]][_0xba71[250]](_0x6e36x2)){var _0x6e36x9=_0x6e36x5[mxConstants[_0xba71[2185]]]||mxConstants[_0xba71[483]],_0x6e36xa=0,_0x6e36x3=0;if((null!=this[_0xba71[1202]](_0x6e36x4)||null!=_0x6e36x5[mxConstants[_0xba71[2484]]])&&_0x6e36x5[mxConstants[_0xba71[2059]]]==mxConstants[_0xba71[2522]]){_0x6e36x5[mxConstants[_0xba71[2063]]]==mxConstants[_0xba71[481]]&&(_0x6e36xa+=parseFloat(_0x6e36x5[mxConstants[_0xba71[2523]]])||mxLabel[_0xba71[202]][_0xba71[1680]]),_0x6e36x5[mxConstants[_0xba71[2064]]]!=mxConstants[_0xba71[479]]&&(_0x6e36x3+=parseFloat(_0x6e36x5[mxConstants[_0xba71[2524]]])||mxLabel[_0xba71[202]][_0xba71[1680]])};_0x6e36xa+=2*(_0x6e36x5[mxConstants[_0xba71[2143]]]||0);_0x6e36xa+=_0x6e36x5[mxConstants[_0xba71[2147]]]||0;_0x6e36xa+=_0x6e36x5[mxConstants[_0xba71[2145]]]||0;_0x6e36x3+=2*(_0x6e36x5[mxConstants[_0xba71[2143]]]||0);_0x6e36x3+=_0x6e36x5[mxConstants[_0xba71[2144]]]||0;_0x6e36x3+=_0x6e36x5[mxConstants[_0xba71[2146]]]||0;_0x6e36x4=this[_0xba71[2205]](_0x6e36x4);null!=_0x6e36x4&&(_0x6e36xa+=_0x6e36x4[_0xba71[117]]+8);_0x6e36x4=this[_0xba71[2183]](_0x6e36x2);null!=_0x6e36x4&&0<_0x6e36x4[_0xba71[67]]?(this[_0xba71[2186]](_0x6e36x2)||(_0x6e36x4=_0x6e36x4[_0xba71[230]](/\n/g,_0xba71[545])),_0x6e36x9=mxUtils[_0xba71[2525]](_0x6e36x4,_0x6e36x9,_0x6e36x5[mxConstants[_0xba71[2188]]]),_0x6e36x2=_0x6e36x9[_0xba71[117]]+_0x6e36xa,_0x6e36x3=_0x6e36x9[_0xba71[119]]+_0x6e36x3,mxUtils[_0xba71[433]](_0x6e36x5,mxConstants.STYLE_HORIZONTAL,!0)||(_0x6e36x5=_0x6e36x3,_0x6e36x3=_0x6e36x2,_0x6e36x2=_0x6e36x5),this[_0xba71[991]]&&(_0x6e36x2=this[_0xba71[1021]](_0x6e36x2+this[_0xba71[1020]]/2),_0x6e36x3=this[_0xba71[1021]](_0x6e36x3+this[_0xba71[1020]]/2)),_0x6e36x3= new mxRectangle(0,0,_0x6e36x2,_0x6e36x3)):(_0x6e36x5=4*this[_0xba71[1020]],_0x6e36x3= new mxRectangle(0,0,_0x6e36x5,_0x6e36x5))}};return _0x6e36x3};mxGraph[_0xba71[202]][_0xba71[2216]]=function(_0x6e36x2,_0x6e36x3){if(0.2<Math[_0xba71[425]](1-_0x6e36x3[_0xba71[255]])){var _0x6e36x4=this[_0xba71[441]][_0xba71[255]],_0x6e36x5=this[_0xba71[441]][_0xba71[513]],_0x6e36x9=_0x6e36x2[_0xba71[117]]*_0x6e36x3[_0xba71[255]],_0x6e36xa=_0x6e36x2[_0xba71[119]]*_0x6e36x3[_0xba71[255]],_0x6e36x12=_0x6e36x2[_0xba71[236]]-(_0x6e36xa-_0x6e36x2[_0xba71[119]])/2,_0x6e36x4= new mxRectangle(this[_0xba71[1021]]((_0x6e36x2[_0xba71[235]]-(_0x6e36x9-_0x6e36x2[_0xba71[117]])/2)/_0x6e36x4)-_0x6e36x5[_0xba71[235]],this[_0xba71[1021]](_0x6e36x12/_0x6e36x4)-_0x6e36x5[_0xba71[236]],this[_0xba71[1021]](_0x6e36x9/_0x6e36x4),this[_0xba71[1021]](_0x6e36xa/_0x6e36x4));this[_0xba71[2526]](_0x6e36x2[_0xba71[246]],_0x6e36x4)}};mxGraph[_0xba71[202]][_0xba71[2526]]=function(_0x6e36x2,_0x6e36x3){return this[_0xba71[836]]([_0x6e36x2],[_0x6e36x3])[0]};mxGraph[_0xba71[202]][_0xba71[836]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[251]][_0xba71[473]]();try{this[_0xba71[837]](_0x6e36x2,_0x6e36x3),this[_0xba71[746]]( new mxEventObject(mxEvent.RESIZE_CELLS,_0xba71[895],_0x6e36x2,_0xba71[1562],_0x6e36x3))}finally{this[_0xba71[251]][_0xba71[476]]()};return _0x6e36x2};mxGraph[_0xba71[202]][_0xba71[837]]=function(_0x6e36x2,_0x6e36x3){if(null!=_0x6e36x2&&null!=_0x6e36x3&&_0x6e36x2[_0xba71[67]]==_0x6e36x3[_0xba71[67]]){this[_0xba71[251]][_0xba71[473]]();try{for(var _0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){var _0x6e36x5=_0x6e36x3[_0x6e36x4],_0x6e36x9=this[_0xba71[251]][_0xba71[1721]](_0x6e36x2[_0x6e36x4]);if(null!=_0x6e36x9&&(_0x6e36x9[_0xba71[235]]!=_0x6e36x5[_0xba71[235]]||_0x6e36x9[_0xba71[236]]!=_0x6e36x5[_0xba71[236]]||_0x6e36x9[_0xba71[117]]!=_0x6e36x5[_0xba71[117]]||_0x6e36x9[_0xba71[119]]!=_0x6e36x5[_0xba71[119]])){_0x6e36x9=_0x6e36x9[_0xba71[238]]();if(_0x6e36x9[_0xba71[1500]]){var _0x6e36xa=_0x6e36x9[_0xba71[1368]];null!=_0x6e36xa&&(_0x6e36xa[_0xba71[235]]+=_0x6e36x5[_0xba71[235]]-_0x6e36x9[_0xba71[235]],_0x6e36xa[_0xba71[236]]+=_0x6e36x5[_0xba71[236]]-_0x6e36x9[_0xba71[236]])}else {_0x6e36x9[_0xba71[235]]=_0x6e36x5[_0xba71[235]],_0x6e36x9[_0xba71[236]]=_0x6e36x5[_0xba71[236]]};_0x6e36x9[_0xba71[117]]=_0x6e36x5[_0xba71[117]];_0x6e36x9[_0xba71[119]]=_0x6e36x5[_0xba71[119]];!_0x6e36x9[_0xba71[1500]]&&(this[_0xba71[251]][_0xba71[1193]](_0x6e36x2[_0x6e36x4])&&!this[_0xba71[2505]]())&&(_0x6e36x9[_0xba71[235]]=Math[_0xba71[160]](0,_0x6e36x9[_0xba71[235]]),_0x6e36x9[_0xba71[236]]=Math[_0xba71[160]](0,_0x6e36x9[_0xba71[236]]));this[_0xba71[251]][_0xba71[1724]](_0x6e36x2[_0x6e36x4],_0x6e36x9);this[_0xba71[2507]](_0x6e36x2[_0x6e36x4])&&this[_0xba71[2508]](_0x6e36x2[_0x6e36x4])}};this[_0xba71[2399]]&&this[_0xba71[1750]](_0x6e36x2);this[_0xba71[746]]( new mxEventObject(mxEvent.CELLS_RESIZED,_0xba71[895],_0x6e36x2,_0xba71[1562],_0x6e36x3))}finally{this[_0xba71[251]][_0xba71[476]]()}}};mxGraph[_0xba71[202]][_0xba71[2508]]=function(_0x6e36x2){if(null!=_0x6e36x2){var _0x6e36x3=this[_0xba71[251]][_0xba71[1197]](_0x6e36x2),_0x6e36x4=this[_0xba71[251]][_0xba71[1721]](_0x6e36x3);if(null!=_0x6e36x3&&(null!=_0x6e36x4&&!this[_0xba71[1742]](_0x6e36x3))&&(_0x6e36x2=this[_0xba71[251]][_0xba71[1721]](_0x6e36x2),null!=_0x6e36x2&&(_0x6e36x4[_0xba71[117]]<_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]]||_0x6e36x4[_0xba71[119]]<_0x6e36x2[_0xba71[236]]+_0x6e36x2[_0xba71[119]]))){_0x6e36x4=_0x6e36x4[_0xba71[238]](),_0x6e36x4[_0xba71[117]]=Math[_0xba71[160]](_0x6e36x4[_0xba71[117]],_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]]),_0x6e36x4[_0xba71[119]]=Math[_0xba71[160]](_0x6e36x4[_0xba71[119]],_0x6e36x2[_0xba71[236]]+_0x6e36x2[_0xba71[119]]),this[_0xba71[837]]([_0x6e36x3],[_0x6e36x4])}}};mxGraph[_0xba71[202]][_0xba71[903]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){return this[_0xba71[834]](_0x6e36x2,_0x6e36x3,_0x6e36x4,!0,_0x6e36x5,_0x6e36x9)};mxGraph[_0xba71[202]][_0xba71[834]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:0;_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:0;_0x6e36x5=null!=_0x6e36x5?_0x6e36x5:!1;if(null!=_0x6e36x2&&(0!=_0x6e36x3||0!=_0x6e36x4||_0x6e36x5||null!=_0x6e36x9)){this[_0xba71[251]][_0xba71[473]]();try{_0x6e36x5&&(_0x6e36x2=this[_0xba71[899]](_0x6e36x2,this[_0xba71[2527]]()),null==_0x6e36x9&&(_0x6e36x9=this[_0xba71[902]]()));var _0x6e36x12=this[_0xba71[2505]]();null!=_0x6e36x9&&this[_0xba71[2528]](!0);this[_0xba71[835]](_0x6e36x2,_0x6e36x3,_0x6e36x4,!_0x6e36x5&&this[_0xba71[2529]]()&&this[_0xba71[2530]](),null==_0x6e36x9);this[_0xba71[2528]](_0x6e36x12);if(null!=_0x6e36x9){var _0x6e36x13=this[_0xba71[251]][_0xba71[262]](_0x6e36x9);this[_0xba71[833]](_0x6e36x2,_0x6e36x9,_0x6e36x13,null,null,!0)};this[_0xba71[746]]( new mxEventObject(mxEvent.MOVE_CELLS,_0xba71[895],_0x6e36x2,_0xba71[1126],_0x6e36x3,_0xba71[1125],_0x6e36x4,_0xba71[238],_0x6e36x5,_0xba71[772],_0x6e36x9,_0xba71[763],_0x6e36xa))}finally{this[_0xba71[251]][_0xba71[476]]()}};return _0x6e36x2};mxGraph[_0xba71[202]][_0xba71[835]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){if(null!=_0x6e36x2&&(0!=_0x6e36x3||0!=_0x6e36x4)){this[_0xba71[251]][_0xba71[473]]();try{_0x6e36x5&&this[_0xba71[2531]](_0x6e36x2);for(var _0x6e36xa=0;_0x6e36xa<_0x6e36x2[_0xba71[67]];_0x6e36xa++){this[_0xba71[2532]](_0x6e36x2[_0x6e36xa],_0x6e36x3,_0x6e36x4),_0x6e36x9&&this[_0xba71[2509]](_0x6e36x2[_0x6e36xa])};this[_0xba71[2400]]&&this[_0xba71[1750]](_0x6e36x2);this[_0xba71[746]]( new mxEventObject(mxEvent.CELLS_MOVED,_0xba71[895],_0x6e36x2,_0xba71[1126],_0x6e36x4,_0xba71[1125],_0x6e36x4,_0xba71[808],_0x6e36x5))}finally{this[_0xba71[251]][_0xba71[476]]()}}};mxGraph[_0xba71[202]][_0xba71[2532]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[251]][_0xba71[1721]](_0x6e36x2);null!=_0x6e36x5&&(_0x6e36x5=_0x6e36x5[_0xba71[238]](),_0x6e36x5[_0xba71[513]](_0x6e36x3,_0x6e36x4),!_0x6e36x5[_0xba71[1500]]&&(this[_0xba71[251]][_0xba71[1193]](_0x6e36x2)&&!this[_0xba71[2505]]())&&(_0x6e36x5[_0xba71[235]]=Math[_0xba71[160]](0,_0x6e36x5[_0xba71[235]]),_0x6e36x5[_0xba71[236]]=Math[_0xba71[160]](0,_0x6e36x5[_0xba71[236]])),_0x6e36x5[_0xba71[1500]]&&!this[_0xba71[251]][_0xba71[250]](_0x6e36x2)&&(null==_0x6e36x5[_0xba71[1368]]?_0x6e36x5[_0xba71[1368]]= new mxPoint(_0x6e36x3,_0x6e36x4):(_0x6e36x5[_0xba71[1368]][_0xba71[235]]+=_0x6e36x3,_0x6e36x5[_0xba71[1368]][_0xba71[236]]+=_0x6e36x4)),this[_0xba71[251]][_0xba71[1724]](_0x6e36x2,_0x6e36x5))};mxGraph[_0xba71[202]][_0xba71[2533]]=function(_0x6e36x2){if(null!=_0x6e36x2&&!this[_0xba71[251]][_0xba71[250]](_0x6e36x2)){var _0x6e36x3=this[_0xba71[251]][_0xba71[1197]](_0x6e36x2);if(_0x6e36x3==this[_0xba71[902]]()||_0x6e36x3==this[_0xba71[2534]]()){return this[_0xba71[2535]]()};if(null!=_0x6e36x3&&_0x6e36x3!=this[_0xba71[902]]()){var _0x6e36x4=this[_0xba71[251]][_0xba71[1721]](_0x6e36x3);if(null!=_0x6e36x4){var _0x6e36x5=_0x6e36x2=0,_0x6e36x9=_0x6e36x4[_0xba71[117]],_0x6e36x4=_0x6e36x4[_0xba71[119]];this[_0xba71[1730]](_0x6e36x3)&&(_0x6e36x3=this[_0xba71[1731]](_0x6e36x3),_0x6e36x2=_0x6e36x3[_0xba71[117]],_0x6e36x9-=_0x6e36x3[_0xba71[117]],_0x6e36x5=_0x6e36x3[_0xba71[119]],_0x6e36x4-=_0x6e36x3[_0xba71[119]]);return new mxRectangle(_0x6e36x2,_0x6e36x5,_0x6e36x9,_0x6e36x4)}}};return null};mxGraph[_0xba71[202]][_0xba71[2535]]=function(){return this[_0xba71[2385]]};mxGraph[_0xba71[202]][_0xba71[2509]]=function(_0x6e36x2){if(null!=_0x6e36x2){var _0x6e36x3=this[_0xba71[251]][_0xba71[1721]](_0x6e36x2),_0x6e36x4=this[_0xba71[2536]](_0x6e36x2)?this[_0xba71[2533]](_0x6e36x2):this[_0xba71[2535]]();if(null!=_0x6e36x3&&null!=_0x6e36x4&&!_0x6e36x3[_0xba71[1500]]&&(_0x6e36x3[_0xba71[235]]<_0x6e36x4[_0xba71[235]]||_0x6e36x3[_0xba71[236]]<_0x6e36x4[_0xba71[236]]||_0x6e36x4[_0xba71[117]]<_0x6e36x3[_0xba71[235]]+_0x6e36x3[_0xba71[117]]||_0x6e36x4[_0xba71[119]]<_0x6e36x3[_0xba71[236]]+_0x6e36x3[_0xba71[119]])){_0x6e36x2=this[_0xba71[2537]](_0x6e36x2),0<_0x6e36x4[_0xba71[117]]&&(_0x6e36x3[_0xba71[235]]=Math[_0xba71[243]](_0x6e36x3[_0xba71[235]],_0x6e36x4[_0xba71[235]]+_0x6e36x4[_0xba71[117]]-(1-_0x6e36x2)*_0x6e36x3[_0xba71[117]])),0<_0x6e36x4[_0xba71[119]]&&(_0x6e36x3[_0xba71[236]]=Math[_0xba71[243]](_0x6e36x3[_0xba71[236]],_0x6e36x4[_0xba71[236]]+_0x6e36x4[_0xba71[119]]-(1-_0x6e36x2)*_0x6e36x3[_0xba71[119]])),_0x6e36x3[_0xba71[235]]=Math[_0xba71[160]](_0x6e36x3[_0xba71[235]],_0x6e36x4[_0xba71[235]]-_0x6e36x3[_0xba71[117]]*_0x6e36x2),_0x6e36x3[_0xba71[236]]=Math[_0xba71[160]](_0x6e36x3[_0xba71[236]],_0x6e36x4[_0xba71[236]]-_0x6e36x3[_0xba71[119]]*_0x6e36x2)}}};mxGraph[_0xba71[202]][_0xba71[1750]]=function(_0x6e36x2){if(null!=_0x6e36x2){for(var _0x6e36x3={},_0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){var _0x6e36x5=mxCellPath[_0xba71[385]](_0x6e36x2[_0x6e36x4]);_0x6e36x3[_0x6e36x5]=_0x6e36x2[_0x6e36x4]};this[_0xba71[251]][_0xba71[473]]();try{for(_0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){var _0x6e36x9=this[_0xba71[251]][_0xba71[264]](_0x6e36x2[_0x6e36x4]);if(null!=_0x6e36x9){for(_0x6e36x5=0;_0x6e36x5<_0x6e36x9[_0xba71[67]];_0x6e36x5++){var _0x6e36xa=this[_0xba71[441]][_0xba71[248]](_0x6e36x9[_0x6e36x5]),_0x6e36x12=null!=_0x6e36xa?_0x6e36xa[_0xba71[1710]](!0):this[_0xba71[441]][_0xba71[1710]](_0x6e36x9[_0x6e36x5],!0),_0x6e36x13=null!=_0x6e36xa?_0x6e36xa[_0xba71[1710]](!1):this[_0xba71[441]][_0xba71[1710]](_0x6e36x9[_0x6e36x5],!1),_0x6e36x14=mxCellPath[_0xba71[385]](_0x6e36x12),_0x6e36x15=mxCellPath[_0xba71[385]](_0x6e36x13);(null==_0x6e36x3[_0x6e36x14]||null==_0x6e36x3[_0x6e36x15])&&this[_0xba71[1809]](_0x6e36x9[_0x6e36x5])}};this[_0xba71[1750]](this[_0xba71[251]][_0xba71[1953]](_0x6e36x2[_0x6e36x4]))}}finally{this[_0xba71[251]][_0xba71[476]]()}}};mxGraph[_0xba71[202]][_0xba71[1809]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[251]][_0xba71[1721]](_0x6e36x2);null!=_0x6e36x3&&(null!=_0x6e36x3[_0xba71[1525]]&&0<_0x6e36x3[_0xba71[1525]][_0xba71[67]])&&(_0x6e36x3=_0x6e36x3[_0xba71[238]](),_0x6e36x3[_0xba71[1525]]=[],this[_0xba71[251]][_0xba71[1724]](_0x6e36x2,_0x6e36x3));return _0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2538]]=function(_0x6e36x2,_0x6e36x3){return null!=_0x6e36x2&&null!=_0x6e36x2[_0xba71[253]]&&null!=_0x6e36x2[_0xba71[253]][_0xba71[1561]]?_0x6e36x2[_0xba71[253]][_0xba71[1561]][_0xba71[1531]]:null};mxGraph[_0xba71[202]][_0xba71[2288]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x3=null;var _0x6e36x5=_0x6e36x2[_0xba71[124]][_0x6e36x4?mxConstants[_0xba71[2539]]:mxConstants[_0xba71[2540]]];if(null!=_0x6e36x5){var _0x6e36x9=_0x6e36x2[_0xba71[124]][_0x6e36x4?mxConstants[_0xba71[2541]]:mxConstants[_0xba71[2542]]];null!=_0x6e36x9&&(_0x6e36x3= new mxPoint(parseFloat(_0x6e36x5),parseFloat(_0x6e36x9)))};_0x6e36x5= !1;null!=_0x6e36x3&&(_0x6e36x5=mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],_0x6e36x4?mxConstants[_0xba71[2543]]:mxConstants[_0xba71[2544]],!0));return new mxConnectionConstraint(_0x6e36x3,_0x6e36x5)};mxGraph[_0xba71[202]][_0xba71[2545]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){if(null!=_0x6e36x5){this[_0xba71[251]][_0xba71[473]]();try{null==_0x6e36x5||null==_0x6e36x5[_0xba71[2546]]?(this[_0xba71[1717]](_0x6e36x4?mxConstants[_0xba71[2539]]:mxConstants[_0xba71[2540]],null,[_0x6e36x2]),this[_0xba71[1717]](_0x6e36x4?mxConstants[_0xba71[2541]]:mxConstants[_0xba71[2542]],null,[_0x6e36x2]),this[_0xba71[1717]](_0x6e36x4?mxConstants[_0xba71[2543]]:mxConstants[_0xba71[2544]],null,[_0x6e36x2])):null!=_0x6e36x5[_0xba71[2546]]&&(this[_0xba71[1717]](_0x6e36x4?mxConstants[_0xba71[2539]]:mxConstants[_0xba71[2540]],_0x6e36x5[_0xba71[2546]][_0xba71[235]],[_0x6e36x2]),this[_0xba71[1717]](_0x6e36x4?mxConstants[_0xba71[2541]]:mxConstants[_0xba71[2542]],_0x6e36x5[_0xba71[2546]][_0xba71[236]],[_0x6e36x2]),_0x6e36x5[_0xba71[591]]?this[_0xba71[1717]](_0x6e36x4?mxConstants[_0xba71[2543]]:mxConstants[_0xba71[2544]],null,[_0x6e36x2]):this[_0xba71[1717]](_0x6e36x4?mxConstants[_0xba71[2543]]:mxConstants[_0xba71[2544]],_0xba71[468],[_0x6e36x2]))}finally{this[_0xba71[251]][_0xba71[476]]()}}};mxGraph[_0xba71[202]][_0xba71[2290]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=null;if(null!=_0x6e36x2){var _0x6e36x5=this[_0xba71[441]][_0xba71[2087]](_0x6e36x2),_0x6e36x9= new mxPoint(_0x6e36x5[_0xba71[241]](),_0x6e36x5[_0xba71[242]]()),_0x6e36xa=_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2011]]],_0x6e36x12=0;if(null!=_0x6e36xa&&(_0xba71[700]==_0x6e36xa?_0x6e36x12+=270:_0xba71[703]==_0x6e36xa?_0x6e36x12+=180:_0xba71[701]==_0x6e36xa&&(_0x6e36x12+=90),_0xba71[700]==_0x6e36xa||_0xba71[701]==_0x6e36xa)){_0x6e36x5[_0xba71[235]]+=_0x6e36x5[_0xba71[117]]/2-_0x6e36x5[_0xba71[119]]/2;_0x6e36x5[_0xba71[236]]+=_0x6e36x5[_0xba71[119]]/2-_0x6e36x5[_0xba71[117]]/2;var _0x6e36x13=_0x6e36x5[_0xba71[117]];_0x6e36x5[_0xba71[117]]=_0x6e36x5[_0xba71[119]];_0x6e36x5[_0xba71[119]]=_0x6e36x13};if(null!=_0x6e36x3[_0xba71[2546]]){var _0x6e36x14=_0x6e36x4=1,_0x6e36x15=0,_0x6e36x16=0;if(this[_0xba71[502]]()[_0xba71[1193]](_0x6e36x2[_0xba71[246]])){var _0x6e36x17=_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2547]]],_0x6e36x18=_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2548]]];null!=_0x6e36x2[_0xba71[253]][_0xba71[1561]]&&(_0x6e36x17=1==mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],_0xba71[1607],0)||_0x6e36x17,_0x6e36x18=1==mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],_0xba71[1608],0)||_0x6e36x18);if(_0xba71[700]==_0x6e36xa||_0xba71[701]==_0x6e36xa){_0x6e36x13=_0x6e36x17,_0x6e36x17=_0x6e36x18,_0x6e36x18=_0x6e36x13};_0x6e36x17&&(_0x6e36x4= -1,_0x6e36x15=-_0x6e36x5[_0xba71[117]]);_0x6e36x18&&(_0x6e36x14= -1,_0x6e36x16=-_0x6e36x5[_0xba71[119]])};_0x6e36x4= new mxPoint(_0x6e36x5[_0xba71[235]]+_0x6e36x3[_0xba71[2546]][_0xba71[235]]*_0x6e36x5[_0xba71[117]]*_0x6e36x4-_0x6e36x15,_0x6e36x5[_0xba71[236]]+_0x6e36x3[_0xba71[2546]][_0xba71[236]]*_0x6e36x5[_0xba71[119]]*_0x6e36x14-_0x6e36x16)};_0x6e36xa=_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2278]]]||0;_0x6e36x3[_0xba71[591]]?(0!=_0x6e36x12&&null!=_0x6e36x4&&(_0x6e36x13=_0x6e36x5=0,90==_0x6e36x12?_0x6e36x13=1:180==_0x6e36x12?_0x6e36x5= -1:270==_0x6e36xa&&(_0x6e36x13= -1),_0x6e36x4=mxUtils[_0xba71[432]](_0x6e36x4,_0x6e36x5,_0x6e36x13,_0x6e36x9)),null!=_0x6e36x4&&_0x6e36x3[_0xba71[591]]&&(_0x6e36x4=this[_0xba71[441]][_0xba71[2302]](_0x6e36x2,_0x6e36x4,!1))):_0x6e36xa+=_0x6e36x12;0!=_0x6e36xa&&null!=_0x6e36x4&&(_0x6e36x12=mxUtils[_0xba71[431]](_0x6e36xa),_0x6e36x5=Math[_0xba71[426]](_0x6e36x12),_0x6e36x13=Math[_0xba71[427]](_0x6e36x12),_0x6e36x4=mxUtils[_0xba71[432]](_0x6e36x4,_0x6e36x5,_0x6e36x13,_0x6e36x9))};return _0x6e36x4};mxGraph[_0xba71[202]][_0xba71[851]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){this[_0xba71[251]][_0xba71[473]]();try{var _0x6e36x9=this[_0xba71[251]][_0xba71[1709]](_0x6e36x2,_0x6e36x4);this[_0xba71[852]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5);this[_0xba71[746]]( new mxEventObject(mxEvent.CONNECT_CELL,_0xba71[1989],_0x6e36x2,_0xba71[1984],_0x6e36x3,_0xba71[1097],_0x6e36x4,_0xba71[257],_0x6e36x9))}finally{this[_0xba71[251]][_0xba71[476]]()};return _0x6e36x2};mxGraph[_0xba71[202]][_0xba71[852]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){if(null!=_0x6e36x2){this[_0xba71[251]][_0xba71[473]]();try{var _0x6e36x9=this[_0xba71[251]][_0xba71[1709]](_0x6e36x2,_0x6e36x4);this[_0xba71[2545]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5);this[_0xba71[2549]]()&&(_0x6e36x5=null,this[_0xba71[1908]](_0x6e36x3)&&(_0x6e36x5=_0x6e36x3[_0xba71[1103]](),_0x6e36x3=this[_0xba71[2550]](_0x6e36x3,_0x6e36x4)),this[_0xba71[1717]](_0x6e36x4?mxConstants[_0xba71[2303]]:mxConstants[_0xba71[2304]],_0x6e36x5,[_0x6e36x2]));this[_0xba71[251]][_0xba71[1957]](_0x6e36x2,_0x6e36x3,_0x6e36x4);this[_0xba71[2401]]&&this[_0xba71[1809]](_0x6e36x2);this[_0xba71[746]]( new mxEventObject(mxEvent.CELL_CONNECTED,_0xba71[1989],_0x6e36x2,_0xba71[1984],_0x6e36x3,_0xba71[1097],_0x6e36x4,_0xba71[257],_0x6e36x9))}finally{this[_0xba71[251]][_0xba71[476]]()}}};mxGraph[_0xba71[202]][_0xba71[2531]]=function(_0x6e36x2){if(null!=_0x6e36x2){this[_0xba71[251]][_0xba71[473]]();try{for(var _0x6e36x3=this[_0xba71[441]][_0xba71[255]],_0x6e36x4=this[_0xba71[441]][_0xba71[513]],_0x6e36x5={},_0x6e36x9=0;_0x6e36x9<_0x6e36x2[_0xba71[67]];_0x6e36x9++){var _0x6e36xa=mxCellPath[_0xba71[385]](_0x6e36x2[_0x6e36x9]);_0x6e36x5[_0x6e36xa]=_0x6e36x2[_0x6e36x9]};for(_0x6e36x9=0;_0x6e36x9<_0x6e36x2[_0xba71[67]];_0x6e36x9++){if(this[_0xba71[251]][_0xba71[250]](_0x6e36x2[_0x6e36x9])){var _0x6e36x12=this[_0xba71[251]][_0xba71[1721]](_0x6e36x2[_0x6e36x9]);if(null!=_0x6e36x12){var _0x6e36x13=this[_0xba71[441]][_0xba71[248]](_0x6e36x2[_0x6e36x9]),_0x6e36x14=this[_0xba71[441]][_0xba71[248]](this[_0xba71[251]][_0xba71[1197]](_0x6e36x2[_0x6e36x9]));if(null!=_0x6e36x13&&null!=_0x6e36x14){var _0x6e36x12=_0x6e36x12[_0xba71[238]](),_0x6e36x15=-_0x6e36x14[_0xba71[2078]][_0xba71[235]],_0x6e36x16=-_0x6e36x14[_0xba71[2078]][_0xba71[236]],_0x6e36x17=_0x6e36x13[_0xba71[439]],_0x6e36x18=this[_0xba71[251]][_0xba71[1709]](_0x6e36x2[_0x6e36x9],!0);if(null!=_0x6e36x18&&this[_0xba71[2551]](_0x6e36x2[_0x6e36x9],_0x6e36x18,!0)){for(var _0x6e36x19=mxCellPath[_0xba71[385]](_0x6e36x18);null!=_0x6e36x18&&null==_0x6e36x5[_0x6e36x19];){_0x6e36x18=this[_0xba71[251]][_0xba71[1197]](_0x6e36x18),_0x6e36x19=mxCellPath[_0xba71[385]](_0x6e36x18)};null==_0x6e36x18&&(_0x6e36x12[_0xba71[2007]]( new mxPoint(_0x6e36x17[0][_0xba71[235]]/_0x6e36x3-_0x6e36x4[_0xba71[235]]+_0x6e36x15,_0x6e36x17[0][_0xba71[236]]/_0x6e36x3-_0x6e36x4[_0xba71[236]]+_0x6e36x16),!0),this[_0xba71[251]][_0xba71[1957]](_0x6e36x2[_0x6e36x9],null,!0))};var _0x6e36x1a=this[_0xba71[251]][_0xba71[1709]](_0x6e36x2[_0x6e36x9],!1);if(null!=_0x6e36x1a&&this[_0xba71[2551]](_0x6e36x2[_0x6e36x9],_0x6e36x1a,!1)){for(var _0x6e36x1b=mxCellPath[_0xba71[385]](_0x6e36x1a);null!=_0x6e36x1a&&null==_0x6e36x5[_0x6e36x1b];){_0x6e36x1a=this[_0xba71[251]][_0xba71[1197]](_0x6e36x1a),_0x6e36x1b=mxCellPath[_0xba71[385]](_0x6e36x1a)};if(null==_0x6e36x1a){var _0x6e36x1c=_0x6e36x17[_0xba71[67]]-1;_0x6e36x12[_0xba71[2007]]( new mxPoint(_0x6e36x17[_0x6e36x1c][_0xba71[235]]/_0x6e36x3-_0x6e36x4[_0xba71[235]]+_0x6e36x15,_0x6e36x17[_0x6e36x1c][_0xba71[236]]/_0x6e36x3-_0x6e36x4[_0xba71[236]]+_0x6e36x16),!1);this[_0xba71[251]][_0xba71[1957]](_0x6e36x2[_0x6e36x9],null,!1)}};this[_0xba71[251]][_0xba71[1724]](_0x6e36x2[_0x6e36x9],_0x6e36x12)}}}}}finally{this[_0xba71[251]][_0xba71[476]]()}}};mxGraph[_0xba71[202]][_0xba71[2534]]=function(){return this[_0xba71[441]][_0xba71[1741]]};mxGraph[_0xba71[202]][_0xba71[2326]]=function(_0x6e36x2){return null};mxGraph[_0xba71[202]][_0xba71[1908]]=function(_0x6e36x2){return !1};mxGraph[_0xba71[202]][_0xba71[2550]]=function(_0x6e36x2,_0x6e36x3){return this[_0xba71[251]][_0xba71[1197]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2280]]=function(_0x6e36x2){return null};mxGraph[_0xba71[202]][_0xba71[2552]]=function(_0x6e36x2){_0x6e36x2=_0x6e36x2||this[_0xba71[2452]]();null!=_0x6e36x2&&this[_0xba71[2553]](_0x6e36x2)&&(this[_0xba71[441]][_0xba71[2257]](_0x6e36x2),this[_0xba71[2440]]())};mxGraph[_0xba71[202]][_0xba71[2554]]=function(){var _0x6e36x2=this[_0xba71[251]][_0xba71[501]](),_0x6e36x3=this[_0xba71[2534]]();if(null!=_0x6e36x3){for(var _0x6e36x4=this[_0xba71[251]][_0xba71[1197]](_0x6e36x3);_0x6e36x4!=_0x6e36x2&&!this[_0xba71[2553]](_0x6e36x4)&&this[_0xba71[251]][_0xba71[1197]](_0x6e36x4)!=_0x6e36x2;){_0x6e36x4=this[_0xba71[251]][_0xba71[1197]](_0x6e36x4)};_0x6e36x4==_0x6e36x2||this[_0xba71[251]][_0xba71[1197]](_0x6e36x4)==_0x6e36x2?this[_0xba71[441]][_0xba71[2257]](null):this[_0xba71[441]][_0xba71[2257]](_0x6e36x4);null!=this[_0xba71[441]][_0xba71[248]](_0x6e36x3)&&this[_0xba71[2450]](_0x6e36x3)}};mxGraph[_0xba71[202]][_0xba71[2442]]=function(){var _0x6e36x2=this[_0xba71[2534]]();null!=_0x6e36x2&&(this[_0xba71[441]][_0xba71[2257]](null),null!=this[_0xba71[441]][_0xba71[248]](_0x6e36x2)&&this[_0xba71[2450]](_0x6e36x2))};mxGraph[_0xba71[202]][_0xba71[2553]]=function(_0x6e36x2){return null!=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[517]]=function(){return this[_0xba71[441]][_0xba71[517]]()};mxGraph[_0xba71[202]][_0xba71[2555]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=[_0x6e36x2];_0x6e36x3&&(_0x6e36x5=_0x6e36x5[_0xba71[1919]](this[_0xba71[251]][_0xba71[264]](_0x6e36x2)));_0x6e36x5=this[_0xba71[441]][_0xba71[1799]](_0x6e36x5);if(_0x6e36x4){_0x6e36x4=this[_0xba71[251]][_0xba71[262]](_0x6e36x2);for(var _0x6e36x9=0;_0x6e36x9<_0x6e36x4;_0x6e36x9++){var _0x6e36xa=this[_0xba71[2555]](this[_0xba71[251]][_0xba71[263]](_0x6e36x2,_0x6e36x9),_0x6e36x3,!0);null!=_0x6e36x5?_0x6e36x5[_0xba71[99]](_0x6e36xa):_0x6e36x5=_0x6e36xa}};return _0x6e36x5};mxGraph[_0xba71[202]][_0xba71[1729]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:!1;var _0x6e36x4=null;if(null!=_0x6e36x2){for(var _0x6e36x5=0;_0x6e36x5<_0x6e36x2[_0xba71[67]];_0x6e36x5++){if(_0x6e36x3||this[_0xba71[251]][_0xba71[1193]](_0x6e36x2[_0x6e36x5])){var _0x6e36x9=this[_0xba71[1198]](_0x6e36x2[_0x6e36x5]);if(null!=_0x6e36x9){var _0x6e36xa=_0x6e36x9[_0xba71[1525]];if(null!=_0x6e36xa&&0<_0x6e36xa[_0xba71[67]]){for(var _0x6e36x12= new mxRectangle(_0x6e36xa[0][_0xba71[235]],_0x6e36xa[0][_0xba71[236]],0,0),_0x6e36x13=function(_0x6e36x2){null!=_0x6e36x2&&_0x6e36x12[_0xba71[99]]( new mxRectangle(_0x6e36x2[_0xba71[235]],_0x6e36x2[_0xba71[236]],0,0))},_0x6e36x14=1;_0x6e36x14<_0x6e36xa[_0xba71[67]];_0x6e36x14++){_0x6e36x13(_0x6e36xa[_0x6e36x14])};_0x6e36x13(_0x6e36x9[_0xba71[2006]](!0));_0x6e36x13(_0x6e36x9[_0xba71[2006]](!1))};null==_0x6e36x4?_0x6e36x4= new mxRectangle(_0x6e36x9[_0xba71[235]],_0x6e36x9[_0xba71[236]],_0x6e36x9[_0xba71[117]],_0x6e36x9[_0xba71[119]]):_0x6e36x4[_0xba71[99]](_0x6e36x9)}}}};return _0x6e36x4};mxGraph[_0xba71[202]][_0xba71[802]]=function(_0x6e36x2){this[_0xba71[441]][_0xba71[200]](_0x6e36x2,null==_0x6e36x2);this[_0xba71[441]][_0xba71[2264]]();this[_0xba71[2258]]();this[_0xba71[746]]( new mxEventObject(mxEvent.REFRESH))};mxGraph[_0xba71[202]][_0xba71[1021]]=function(_0x6e36x2){this[_0xba71[991]]&&(_0x6e36x2=Math[_0xba71[488]](_0x6e36x2/this[_0xba71[1020]])*this[_0xba71[1020]]);return _0x6e36x2};mxGraph[_0xba71[202]][_0xba71[1135]]=function(_0x6e36x2,_0x6e36x3){if(this[_0xba71[2365]]&&mxUtils[_0xba71[1134]](this[_0xba71[526]])){this[_0xba71[526]][_0xba71[360]]= -_0x6e36x2,this[_0xba71[526]][_0xba71[190]]= -_0x6e36x3}else {var _0x6e36x4=this[_0xba71[441]][_0xba71[2051]]();if(this[_0xba71[507]]==mxConstants[_0xba71[508]]){if(0==_0x6e36x2&&0==_0x6e36x3){if(mxClient[_0xba71[80]]?_0x6e36x4[_0xba71[57]](_0xba71[535],_0xba71[536]+_0x6e36x2+_0xba71[537]+_0x6e36x3+_0xba71[460]):_0x6e36x4[_0xba71[1390]](_0xba71[535]),null!=this[_0xba71[2556]]){for(var _0x6e36x5=this[_0xba71[2556]][_0xba71[285]];null!=_0x6e36x5;){var _0x6e36x9=_0x6e36x5[_0xba71[287]];this[_0xba71[526]][_0xba71[62]](_0x6e36x5);_0x6e36x5=_0x6e36x9};this[_0xba71[2556]][_0xba71[265]][_0xba71[266]](this[_0xba71[2556]]);this[_0xba71[2556]]=null;this[_0xba71[526]][_0xba71[62]](_0x6e36x4[_0xba71[265]]);for(_0x6e36x5=this[_0xba71[2557]][_0xba71[285]];null!=_0x6e36x5;){_0x6e36x9=_0x6e36x5[_0xba71[287]],this[_0xba71[526]][_0xba71[62]](_0x6e36x5),_0x6e36x5=_0x6e36x9};this[_0xba71[2557]][_0xba71[265]][_0xba71[266]](this[_0xba71[2557]]);this[_0xba71[2557]]=null}}else {_0x6e36x4[_0xba71[57]](_0xba71[535],_0xba71[536]+_0x6e36x2+_0xba71[537]+_0x6e36x3+_0xba71[460]);if(null==this[_0xba71[2556]]){this[_0xba71[2556]]=document[_0xba71[55]](_0xba71[485]);this[_0xba71[2556]][_0xba71[124]][_0xba71[491]]=_0xba71[492];this[_0xba71[2556]][_0xba71[124]][_0xba71[277]]=_0xba71[189];this[_0xba71[2557]]=document[_0xba71[55]](_0xba71[485]);this[_0xba71[2557]][_0xba71[124]][_0xba71[491]]=_0xba71[492];this[_0xba71[2557]][_0xba71[124]][_0xba71[277]]=_0xba71[189];for(var _0x6e36xa=this[_0xba71[2556]],_0x6e36x5=this[_0xba71[526]][_0xba71[285]];null!=_0x6e36x5;){_0x6e36x9=_0x6e36x5[_0xba71[287]],_0x6e36x5!=_0x6e36x4[_0xba71[265]]?_0x6e36xa[_0xba71[62]](_0x6e36x5):_0x6e36xa=this[_0xba71[2557]],_0x6e36x5=_0x6e36x9};this[_0xba71[526]][_0xba71[950]](this[_0xba71[2556]],_0x6e36x4[_0xba71[265]]);this[_0xba71[526]][_0xba71[62]](this[_0xba71[2557]])};this[_0xba71[2556]][_0xba71[124]][_0xba71[361]]=_0x6e36x2+_0xba71[168];this[_0xba71[2556]][_0xba71[124]][_0xba71[125]]=_0x6e36x3+_0xba71[168];this[_0xba71[2557]][_0xba71[124]][_0xba71[361]]=_0x6e36x2+_0xba71[168];this[_0xba71[2557]][_0xba71[124]][_0xba71[125]]=_0x6e36x3+_0xba71[168]}}else {_0x6e36x4[_0xba71[124]][_0xba71[361]]=_0x6e36x2+_0xba71[168],_0x6e36x4[_0xba71[124]][_0xba71[125]]=_0x6e36x3+_0xba71[168]};this[_0xba71[1136]]=_0x6e36x2;this[_0xba71[1137]]=_0x6e36x3;this[_0xba71[746]]( new mxEventObject(mxEvent.PAN))}};mxGraph[_0xba71[202]][_0xba71[2558]]=function(){this[_0xba71[499]](this[_0xba71[2395]])};mxGraph[_0xba71[202]][_0xba71[2559]]=function(){this[_0xba71[499]](1/this[_0xba71[2395]])};mxGraph[_0xba71[202]][_0xba71[2560]]=function(){1==this[_0xba71[441]][_0xba71[255]]?this[_0xba71[441]][_0xba71[1147]](0,0):(this[_0xba71[441]][_0xba71[513]][_0xba71[235]]=0,this[_0xba71[441]][_0xba71[513]][_0xba71[236]]=0,this[_0xba71[441]][_0xba71[2262]](1))};mxGraph[_0xba71[202]][_0xba71[2561]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[499]](_0x6e36x2/this[_0xba71[441]][_0xba71[255]],_0x6e36x3)};mxGraph[_0xba71[202]][_0xba71[499]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:this[_0xba71[2397]];var _0x6e36x4=this[_0xba71[441]][_0xba71[255]]*_0x6e36x2,_0x6e36x5=this[_0xba71[441]][_0xba71[248]](this[_0xba71[2452]]());if(this[_0xba71[2396]]&&null!=_0x6e36x5){_0x6e36x5= new mxRectangle(_0x6e36x5[_0xba71[235]]*_0x6e36x2,_0x6e36x5[_0xba71[236]]*_0x6e36x2,_0x6e36x5[_0xba71[117]]*_0x6e36x2,_0x6e36x5[_0xba71[119]]*_0x6e36x2),this[_0xba71[441]][_0xba71[255]]=_0x6e36x4,this[_0xba71[2562]](_0x6e36x5)||(this[_0xba71[441]][_0xba71[2259]](),this[_0xba71[441]][_0xba71[2262]](_0x6e36x4))}else {if(_0x6e36x3&&!mxUtils[_0xba71[1134]](this[_0xba71[526]])){var _0x6e36x5=this[_0xba71[526]][_0xba71[359]],_0x6e36x9=this[_0xba71[526]][_0xba71[167]];if(1<_0x6e36x2){var _0x6e36xa=(_0x6e36x2-1)/(2*_0x6e36x4),_0x6e36x5=_0x6e36x5* -_0x6e36xa,_0x6e36x9=_0x6e36x9* -_0x6e36xa}else {_0x6e36xa=(1/_0x6e36x2-1)/(2*this[_0xba71[441]][_0xba71[255]]),_0x6e36x5*=_0x6e36xa,_0x6e36x9*=_0x6e36xa};this[_0xba71[441]][_0xba71[829]](_0x6e36x4,this[_0xba71[441]][_0xba71[513]][_0xba71[235]]+_0x6e36x5,this[_0xba71[441]][_0xba71[513]][_0xba71[236]]+_0x6e36x9)}else {this[_0xba71[441]][_0xba71[2262]](_0x6e36x4),mxUtils[_0xba71[1134]](this[_0xba71[526]])&&(_0x6e36x9=_0x6e36x5=0,_0x6e36x3&&(_0x6e36x5=this[_0xba71[526]][_0xba71[359]]*(_0x6e36x2-1)/2,_0x6e36x9=this[_0xba71[526]][_0xba71[167]]*(_0x6e36x2-1)/2),this[_0xba71[526]][_0xba71[360]]=Math[_0xba71[488]](this[_0xba71[526]][_0xba71[360]]*_0x6e36x2+_0x6e36x5),this[_0xba71[526]][_0xba71[190]]=Math[_0xba71[488]](this[_0xba71[526]][_0xba71[190]]*_0x6e36x2+_0x6e36x9))}}};mxGraph[_0xba71[202]][_0xba71[2563]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[526]][_0xba71[159]]/_0x6e36x2[_0xba71[117]]/(this[_0xba71[526]][_0xba71[157]]/_0x6e36x2[_0xba71[119]]);_0x6e36x2[_0xba71[235]]=Math[_0xba71[160]](0,_0x6e36x2[_0xba71[235]]);_0x6e36x2[_0xba71[236]]=Math[_0xba71[160]](0,_0x6e36x2[_0xba71[236]]);var _0x6e36x4=Math[_0xba71[243]](this[_0xba71[526]][_0xba71[1526]],_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]]),_0x6e36x5=Math[_0xba71[243]](this[_0xba71[526]][_0xba71[191]],_0x6e36x2[_0xba71[236]]+_0x6e36x2[_0xba71[119]]);_0x6e36x2[_0xba71[117]]=_0x6e36x4-_0x6e36x2[_0xba71[235]];_0x6e36x2[_0xba71[119]]=_0x6e36x5-_0x6e36x2[_0xba71[236]];1>_0x6e36x3?(_0x6e36x3=_0x6e36x2[_0xba71[119]]/_0x6e36x3,_0x6e36x4=(_0x6e36x3-_0x6e36x2[_0xba71[119]])/2,_0x6e36x2[_0xba71[119]]=_0x6e36x3,_0x6e36x3=Math[_0xba71[243]](_0x6e36x2[_0xba71[236]],_0x6e36x4),_0x6e36x2[_0xba71[236]]-=_0x6e36x3,_0x6e36x5=Math[_0xba71[243]](this[_0xba71[526]][_0xba71[191]],_0x6e36x2[_0xba71[236]]+_0x6e36x2[_0xba71[119]]),_0x6e36x2[_0xba71[119]]=_0x6e36x5-_0x6e36x2[_0xba71[236]]):(_0x6e36x3*=_0x6e36x2[_0xba71[117]],_0x6e36x4=(_0x6e36x3-_0x6e36x2[_0xba71[117]])/2,_0x6e36x2[_0xba71[117]]=_0x6e36x3,_0x6e36x3=Math[_0xba71[243]](_0x6e36x2[_0xba71[235]],_0x6e36x4),_0x6e36x2[_0xba71[235]]-=_0x6e36x3,_0x6e36x4=Math[_0xba71[243]](this[_0xba71[526]][_0xba71[1526]],_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]]),_0x6e36x2[_0xba71[117]]=_0x6e36x4-_0x6e36x2[_0xba71[235]]);_0x6e36x3=this[_0xba71[526]][_0xba71[159]]/_0x6e36x2[_0xba71[117]];_0x6e36x4=this[_0xba71[441]][_0xba71[255]]*_0x6e36x3;mxUtils[_0xba71[1134]](this[_0xba71[526]])?(this[_0xba71[441]][_0xba71[2262]](_0x6e36x4),this[_0xba71[526]][_0xba71[360]]=Math[_0xba71[488]](_0x6e36x2[_0xba71[235]]*_0x6e36x3),this[_0xba71[526]][_0xba71[190]]=Math[_0xba71[488]](_0x6e36x2[_0xba71[236]]*_0x6e36x3)):this[_0xba71[441]][_0xba71[829]](_0x6e36x4,this[_0xba71[441]][_0xba71[513]][_0xba71[235]]-_0x6e36x2[_0xba71[235]]/this[_0xba71[441]][_0xba71[255]],this[_0xba71[441]][_0xba71[513]][_0xba71[236]]-_0x6e36x2[_0xba71[236]]/this[_0xba71[441]][_0xba71[255]])};mxGraph[_0xba71[202]][_0xba71[933]]=function(_0x6e36x2,_0x6e36x3){if(null!=this[_0xba71[526]]){_0x6e36x2=null!=_0x6e36x2?_0x6e36x2:0;_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:!1;var _0x6e36x4=this[_0xba71[526]][_0xba71[159]],_0x6e36x5=this[_0xba71[526]][_0xba71[157]],_0x6e36x9=this[_0xba71[441]][_0xba71[517]]();_0x6e36x3&&(null!=_0x6e36x9[_0xba71[235]]&&null!=_0x6e36x9[_0xba71[236]])&&(_0x6e36x9[_0xba71[117]]+=_0x6e36x9[_0xba71[235]],_0x6e36x9[_0xba71[119]]+=_0x6e36x9[_0xba71[236]],_0x6e36x9[_0xba71[235]]=0,_0x6e36x9[_0xba71[236]]=0);var _0x6e36xa=this[_0xba71[441]][_0xba71[255]],_0x6e36x12=_0x6e36x9[_0xba71[117]]/_0x6e36xa,_0x6e36x13=_0x6e36x9[_0xba71[119]]/_0x6e36xa;null!=this[_0xba71[1617]]&&(_0x6e36x12=Math[_0xba71[160]](_0x6e36x12,this[_0xba71[1617]][_0xba71[117]]-_0x6e36x9[_0xba71[235]]/_0x6e36xa),_0x6e36x13=Math[_0xba71[160]](_0x6e36x13,this[_0xba71[1617]][_0xba71[119]]-_0x6e36x9[_0xba71[236]]/_0x6e36xa));var _0x6e36x14=_0x6e36x3?_0x6e36x2:2*_0x6e36x2,_0x6e36x4=Math[_0xba71[519]](100*Math[_0xba71[243]](_0x6e36x4/(_0x6e36x12+_0x6e36x14),_0x6e36x5/(_0x6e36x13+_0x6e36x14)))/100;null!=this[_0xba71[2413]]&&(_0x6e36x4=Math[_0xba71[160]](_0x6e36x4,this[_0xba71[2413]]));null!=this[_0xba71[2414]]&&(_0x6e36x4=Math[_0xba71[243]](_0x6e36x4,this[_0xba71[2414]]));_0x6e36x3?this[_0xba71[441]][_0xba71[255]]!=_0x6e36x4&&this[_0xba71[441]][_0xba71[2262]](_0x6e36x4):mxUtils[_0xba71[1134]](this[_0xba71[526]])?(this[_0xba71[441]][_0xba71[2262]](_0x6e36x4),null!=_0x6e36x9[_0xba71[235]]&&(this[_0xba71[526]][_0xba71[360]]=Math[_0xba71[488]](_0x6e36x9[_0xba71[235]]/_0x6e36xa)*_0x6e36x4-_0x6e36x2-Math[_0xba71[160]](0,(this[_0xba71[526]][_0xba71[159]]-_0x6e36x12*_0x6e36x4)/2)),null!=_0x6e36x9[_0xba71[236]]&&(this[_0xba71[526]][_0xba71[190]]=Math[_0xba71[488]](_0x6e36x9[_0xba71[236]]/_0x6e36xa)*_0x6e36x4-_0x6e36x2-Math[_0xba71[160]](0,(this[_0xba71[526]][_0xba71[157]]-_0x6e36x13*_0x6e36x4)/2))):this[_0xba71[441]][_0xba71[829]](_0x6e36x4,null!=_0x6e36x9[_0xba71[235]]?Math[_0xba71[519]](this[_0xba71[441]][_0xba71[513]][_0xba71[235]]-_0x6e36x9[_0xba71[235]]/_0x6e36xa+_0x6e36x2+1):_0x6e36x2,null!=_0x6e36x9[_0xba71[236]]?Math[_0xba71[519]](this[_0xba71[441]][_0xba71[513]][_0xba71[236]]-_0x6e36x9[_0xba71[236]]/_0x6e36xa+_0x6e36x2+1):_0x6e36x2)};return this[_0xba71[441]][_0xba71[255]]};mxGraph[_0xba71[202]][_0xba71[2564]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=-this[_0xba71[441]][_0xba71[513]][_0xba71[235]],_0x6e36x5=-this[_0xba71[441]][_0xba71[513]][_0xba71[236]],_0x6e36x9=this[_0xba71[441]][_0xba71[248]](_0x6e36x2);null!=_0x6e36x9&&(_0x6e36x4= new mxRectangle(_0x6e36x4+_0x6e36x9[_0xba71[235]],_0x6e36x5+_0x6e36x9[_0xba71[236]],_0x6e36x9[_0xba71[117]],_0x6e36x9[_0xba71[119]]),_0x6e36x3&&null!=this[_0xba71[526]]&&(_0x6e36x5=this[_0xba71[526]][_0xba71[159]],_0x6e36x9=this[_0xba71[526]][_0xba71[157]],_0x6e36x4[_0xba71[235]]=_0x6e36x4[_0xba71[241]]()-_0x6e36x5/2,_0x6e36x4[_0xba71[117]]=_0x6e36x5,_0x6e36x4[_0xba71[236]]=_0x6e36x4[_0xba71[242]]()-_0x6e36x9/2,_0x6e36x4[_0xba71[119]]=_0x6e36x9),this[_0xba71[2562]](_0x6e36x4)&&this[_0xba71[441]][_0xba71[1147]](this[_0xba71[441]][_0xba71[513]][_0xba71[235]],this[_0xba71[441]][_0xba71[513]][_0xba71[236]]))};mxGraph[_0xba71[202]][_0xba71[2562]]=function(_0x6e36x2){var _0x6e36x3=!1;if(null!=_0x6e36x2){var _0x6e36x4=this[_0xba71[526]][_0xba71[359]],_0x6e36x5=this[_0xba71[526]][_0xba71[167]],_0x6e36x9=Math[_0xba71[243]](_0x6e36x4,_0x6e36x2[_0xba71[117]]),_0x6e36xa=Math[_0xba71[243]](_0x6e36x5,_0x6e36x2[_0xba71[119]]);if(mxUtils[_0xba71[1134]](this[_0xba71[526]])){_0x6e36x4=this[_0xba71[526]];_0x6e36x2[_0xba71[235]]+=this[_0xba71[441]][_0xba71[513]][_0xba71[235]];_0x6e36x2[_0xba71[236]]+=this[_0xba71[441]][_0xba71[513]][_0xba71[236]];var _0x6e36x12=_0x6e36x4[_0xba71[360]]-_0x6e36x2[_0xba71[235]],_0x6e36x5=Math[_0xba71[160]](_0x6e36x12-_0x6e36x4[_0xba71[360]],0);0<_0x6e36x12?_0x6e36x4[_0xba71[360]]-=_0x6e36x12+2:(_0x6e36x12=_0x6e36x2[_0xba71[235]]+_0x6e36x9-_0x6e36x4[_0xba71[360]]-_0x6e36x4[_0xba71[159]],0<_0x6e36x12&&(_0x6e36x4[_0xba71[360]]+=_0x6e36x12+2));_0x6e36x9=_0x6e36x4[_0xba71[190]]-_0x6e36x2[_0xba71[236]];_0x6e36x12=Math[_0xba71[160]](0,_0x6e36x9-_0x6e36x4[_0xba71[190]]);0<_0x6e36x9?_0x6e36x4[_0xba71[190]]-=_0x6e36x9+2:(_0x6e36x9=_0x6e36x2[_0xba71[236]]+_0x6e36xa-_0x6e36x4[_0xba71[190]]-_0x6e36x4[_0xba71[157]],0<_0x6e36x9&&(_0x6e36x4[_0xba71[190]]+=_0x6e36x9+2));!this[_0xba71[2365]]&&(0!=_0x6e36x5||0!=_0x6e36x12)&&this[_0xba71[441]][_0xba71[1147]](_0x6e36x5,_0x6e36x12)}else {var _0x6e36x12=-this[_0xba71[441]][_0xba71[513]][_0xba71[235]],_0x6e36x13=-this[_0xba71[441]][_0xba71[513]][_0xba71[236]],_0x6e36x14=this[_0xba71[441]][_0xba71[255]];_0x6e36x2[_0xba71[235]]+_0x6e36x9>_0x6e36x12+_0x6e36x4&&(this[_0xba71[441]][_0xba71[513]][_0xba71[235]]-=(_0x6e36x2[_0xba71[235]]+_0x6e36x9-_0x6e36x4-_0x6e36x12)/_0x6e36x14,_0x6e36x3= !0);_0x6e36x2[_0xba71[236]]+_0x6e36xa>_0x6e36x13+_0x6e36x5&&(this[_0xba71[441]][_0xba71[513]][_0xba71[236]]-=(_0x6e36x2[_0xba71[236]]+_0x6e36xa-_0x6e36x5-_0x6e36x13)/_0x6e36x14,_0x6e36x3= !0);_0x6e36x2[_0xba71[235]]<_0x6e36x12&&(this[_0xba71[441]][_0xba71[513]][_0xba71[235]]+=(_0x6e36x12-_0x6e36x2[_0xba71[235]])/_0x6e36x14,_0x6e36x3= !0);_0x6e36x2[_0xba71[236]]<_0x6e36x13&&(this[_0xba71[441]][_0xba71[513]][_0xba71[236]]+=(_0x6e36x13-_0x6e36x2[_0xba71[236]])/_0x6e36x14,_0x6e36x3= !0);_0x6e36x3&&(this[_0xba71[441]][_0xba71[802]](),null!=this[_0xba71[2432]]&&this[_0xba71[2432]][_0xba71[802]]())}};return _0x6e36x3};mxGraph[_0xba71[202]][_0xba71[1198]]=function(_0x6e36x2){return this[_0xba71[251]][_0xba71[1721]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[1714]]=function(_0x6e36x2){return this[_0xba71[251]][_0xba71[174]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[1742]]=function(_0x6e36x2){return this[_0xba71[251]][_0xba71[1971]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2565]]=function(_0x6e36x2){return this[_0xba71[251]][_0xba71[1965]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2298]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2566]]];if(null!=_0x6e36x3){return _0x6e36x3};_0x6e36x2=this[_0xba71[441]][_0xba71[2291]](_0x6e36x2);return _0x6e36x2==mxEdgeStyle[_0xba71[2567]]||_0x6e36x2==mxEdgeStyle[_0xba71[2568]]||_0x6e36x2==mxEdgeStyle[_0xba71[2569]]||_0x6e36x2==mxEdgeStyle[_0xba71[2570]]||_0x6e36x2==mxEdgeStyle[_0xba71[2571]]||_0x6e36x2==mxEdgeStyle[_0xba71[2572]]};mxGraph[_0xba71[202]][_0xba71[2573]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[2089]](!0);_0x6e36x2=_0x6e36x2[_0xba71[2089]](!1);return null!=_0x6e36x3&&_0x6e36x3==_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2574]]=function(_0x6e36x2){return mxEvent[_0xba71[775]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2462]]=function(_0x6e36x2){return mxClient[_0xba71[2575]]?mxEvent[_0xba71[2576]](_0x6e36x2):mxEvent[_0xba71[775]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[1018]]=function(_0x6e36x2){return null!=_0x6e36x2&&!mxEvent[_0xba71[2577]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2578]]=function(_0x6e36x2){return mxEvent[_0xba71[774]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2579]]=function(_0x6e36x2){return mxEvent[_0xba71[2577]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2580]]=function(_0x6e36x2){mxUtils[_0xba71[150]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2581]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){return null==this[_0xba71[2500]](_0x6e36x2,_0x6e36x3,_0x6e36x4)};mxGraph[_0xba71[202]][_0xba71[2500]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){if(null!=_0x6e36x2&&!this[_0xba71[2530]]()&&(null==_0x6e36x3||null==_0x6e36x4)){return _0xba71[110]};if(null!=_0x6e36x2&&null==this[_0xba71[251]][_0xba71[1709]](_0x6e36x2,!0)&&null==this[_0xba71[251]][_0xba71[1709]](_0x6e36x2,!1)){return null};if(!this[_0xba71[2402]]&&_0x6e36x3==_0x6e36x4&&null!=_0x6e36x3||!this[_0xba71[2582]](_0x6e36x3,_0x6e36x4)){return _0xba71[110]};if(null!=_0x6e36x3&&null!=_0x6e36x4){var _0x6e36x5=_0xba71[110];if(!this[_0xba71[2404]]){var _0x6e36x9=this[_0xba71[251]][_0xba71[1781]](_0x6e36x3,_0x6e36x4,!0);if(1<_0x6e36x9[_0xba71[67]]||1==_0x6e36x9[_0xba71[67]]&&_0x6e36x9[0]!=_0x6e36x2){_0x6e36x5+=(mxResources[_0xba71[203]](this[_0xba71[2421]])||this[_0xba71[2421]])+_0xba71[192]}};var _0x6e36x9=this[_0xba71[251]][_0xba71[1962]](_0x6e36x3,!0,_0x6e36x2),_0x6e36xa=this[_0xba71[251]][_0xba71[1962]](_0x6e36x4,!1,_0x6e36x2);if(null!=this[_0xba71[2335]]){for(var _0x6e36x12=0;_0x6e36x12<this[_0xba71[2335]][_0xba71[67]];_0x6e36x12++){var _0x6e36x13=this[_0xba71[2335]][_0x6e36x12][_0xba71[2583]](this,_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x9,_0x6e36xa);null!=_0x6e36x13&&(_0x6e36x5+=_0x6e36x13)}};_0x6e36x13=this[_0xba71[2584]](_0x6e36x2,_0x6e36x3,_0x6e36x4);null!=_0x6e36x13&&(_0x6e36x5+=_0x6e36x13);return 0<_0x6e36x5[_0xba71[67]]?_0x6e36x5:null};return this[_0xba71[2406]]?null:_0xba71[110]};mxGraph[_0xba71[202]][_0xba71[2584]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){return null};mxGraph[_0xba71[202]][_0xba71[2585]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x2=null!=_0x6e36x2?_0x6e36x2:this[_0xba71[251]][_0xba71[501]]();_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:{};for(var _0x6e36x4=!0,_0x6e36x5=this[_0xba71[251]][_0xba71[262]](_0x6e36x2),_0x6e36x9=0;_0x6e36x9<_0x6e36x5;_0x6e36x9++){var _0x6e36xa=this[_0xba71[251]][_0xba71[263]](_0x6e36x2,_0x6e36x9),_0x6e36x12=_0x6e36x3;this[_0xba71[2553]](_0x6e36xa)&&(_0x6e36x12={});_0x6e36x12=this[_0xba71[2585]](_0x6e36xa,_0x6e36x12);null!=_0x6e36x12?this[_0xba71[2447]](_0x6e36xa,_0x6e36x12[_0xba71[230]](/\n/g,_0xba71[545])):this[_0xba71[2447]](_0x6e36xa,null);_0x6e36x4=_0x6e36x4&&null==_0x6e36x12};_0x6e36x5=_0xba71[110];this[_0xba71[1742]](_0x6e36x2)&&!_0x6e36x4&&(_0x6e36x5+=(mxResources[_0xba71[203]](this[_0xba71[2423]])||this[_0xba71[2423]])+_0xba71[192]);_0x6e36x5=this[_0xba71[251]][_0xba71[250]](_0x6e36x2)?_0x6e36x5+(this[_0xba71[2500]](_0x6e36x2,this[_0xba71[251]][_0xba71[1709]](_0x6e36x2,!0),this[_0xba71[251]][_0xba71[1709]](_0x6e36x2,!1))||_0xba71[110]):_0x6e36x5+(this[_0xba71[2586]](_0x6e36x2)||_0xba71[110]);_0x6e36x9=this[_0xba71[2587]](_0x6e36x2,_0x6e36x3);null!=_0x6e36x9&&(_0x6e36x5+=_0x6e36x9);null==this[_0xba71[251]][_0xba71[1197]](_0x6e36x2)&&this[_0xba71[441]][_0xba71[2264]]();return 0<_0x6e36x5[_0xba71[67]]||!_0x6e36x4?_0x6e36x5:null};mxGraph[_0xba71[202]][_0xba71[2586]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[251]][_0xba71[1962]](_0x6e36x2,!0),_0x6e36x4=this[_0xba71[251]][_0xba71[1962]](_0x6e36x2,!1);_0x6e36x2=this[_0xba71[251]][_0xba71[433]](_0x6e36x2);var _0x6e36x5=_0xba71[110];if(null!=this[_0xba71[2335]]){for(var _0x6e36x9=0;_0x6e36x9<this[_0xba71[2335]][_0xba71[67]];_0x6e36x9++){var _0x6e36xa=this[_0xba71[2335]][_0x6e36x9];if(_0x6e36xa[_0xba71[1097]]&&mxUtils[_0xba71[1331]](_0x6e36x2,_0x6e36xa[_0xba71[60]],_0x6e36xa[_0xba71[2588]],_0x6e36xa[_0xba71[131]])&&(0==_0x6e36xa[_0xba71[160]]&&0<_0x6e36x3||1==_0x6e36xa[_0xba71[243]]&&0==_0x6e36x3||1==_0x6e36xa[_0xba71[160]]&&1<_0x6e36x3)){_0x6e36x5+=_0x6e36xa[_0xba71[2589]]+_0xba71[192]}else {if(!_0x6e36xa[_0xba71[1097]]&&mxUtils[_0xba71[1331]](_0x6e36x2,_0x6e36xa[_0xba71[60]],_0x6e36xa[_0xba71[2588]],_0x6e36xa[_0xba71[131]])&&(0==_0x6e36xa[_0xba71[160]]&&0<_0x6e36x4||1==_0x6e36xa[_0xba71[243]]&&0==_0x6e36x4||1==_0x6e36xa[_0xba71[160]]&&1<_0x6e36x4)){_0x6e36x5+=_0x6e36xa[_0xba71[2589]]+_0xba71[192]}}}};return 0<_0x6e36x5[_0xba71[67]]?_0x6e36x5:null};mxGraph[_0xba71[202]][_0xba71[2587]]=function(_0x6e36x2,_0x6e36x3){return null};mxGraph[_0xba71[202]][_0xba71[2271]]=function(){return this[_0xba71[1617]]};mxGraph[_0xba71[202]][_0xba71[2590]]=function(_0x6e36x2){this[_0xba71[1617]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2205]]=function(_0x6e36x2){if(null!=_0x6e36x2&&this[_0xba71[2206]]&&!this[_0xba71[502]]()[_0xba71[250]](_0x6e36x2[_0xba71[246]])){var _0x6e36x3=this[_0xba71[1742]](_0x6e36x2[_0xba71[246]]);if(this[_0xba71[2516]](_0x6e36x2[_0xba71[246]],!_0x6e36x3)){return _0x6e36x3?this[_0xba71[2415]]:this[_0xba71[2417]]}};return null};mxGraph[_0xba71[202]][_0xba71[2454]]=function(_0x6e36x2){_0x6e36x2=this[_0xba71[251]][_0xba71[433]](_0x6e36x2);if(null!=_0x6e36x2){if(mxUtils[_0xba71[1331]](_0x6e36x2)){return _0x6e36x2[_0xba71[301]]};if(_0xba71[279]== typeof _0x6e36x2[_0xba71[2591]]){return _0x6e36x2.toString()}};return _0xba71[110]};mxGraph[_0xba71[202]][_0xba71[2183]]=function(_0x6e36x2){var _0x6e36x3=_0xba71[110];if(this[_0xba71[2409]]&&null!=_0x6e36x2){var _0x6e36x4=this[_0xba71[441]][_0xba71[248]](_0x6e36x2),_0x6e36x4=null!=_0x6e36x4?_0x6e36x4[_0xba71[124]]:this[_0xba71[1705]](_0x6e36x2);mxUtils[_0xba71[433]](_0x6e36x4,mxConstants.STYLE_NOLABEL,!1)||(_0x6e36x3=this[_0xba71[2454]](_0x6e36x2))};return _0x6e36x3};mxGraph[_0xba71[202]][_0xba71[2186]]=function(_0x6e36x2){return this[_0xba71[2592]]()};mxGraph[_0xba71[202]][_0xba71[2592]]=function(){return this[_0xba71[2410]]};mxGraph[_0xba71[202]][_0xba71[2593]]=function(_0x6e36x2){this[_0xba71[2410]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2131]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[441]][_0xba71[248]](_0x6e36x2);_0x6e36x2=null!=_0x6e36x3?_0x6e36x3[_0xba71[124]]:this[_0xba71[1705]](_0x6e36x2);return null!=_0x6e36x2?_0xba71[1333]==_0x6e36x2[mxConstants[_0xba71[2594]]]:!1};mxGraph[_0xba71[202]][_0xba71[2130]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[441]][_0xba71[248]](_0x6e36x2);_0x6e36x2=null!=_0x6e36x3?_0x6e36x3[_0xba71[124]]:this[_0xba71[1705]](_0x6e36x2);return null!=_0x6e36x2?_0xba71[188]==_0x6e36x2[mxConstants[_0xba71[2193]]]:!1};mxGraph[_0xba71[202]][_0xba71[2595]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=null;if(null!=_0x6e36x2){if(null!=_0x6e36x2[_0xba71[2207]]&&(_0x6e36x3==_0x6e36x2[_0xba71[2207]][_0xba71[252]]||_0x6e36x3[_0xba71[265]]==_0x6e36x2[_0xba71[2207]][_0xba71[252]])){_0x6e36x9=this[_0xba71[2425]],_0x6e36x9=mxResources[_0xba71[203]](_0x6e36x9)||_0x6e36x9};null==_0x6e36x9&&null!=_0x6e36x2[_0xba71[1211]]&&_0x6e36x2[_0xba71[1211]][_0xba71[209]](function(_0x6e36x2,_0x6e36x4){if(null==_0x6e36x9&&(_0x6e36x3==_0x6e36x4[_0xba71[252]]||_0x6e36x3[_0xba71[265]]==_0x6e36x4[_0xba71[252]])){_0x6e36x9=_0x6e36x4[_0xba71[2201]].toString()}});null==_0x6e36x9&&(_0x6e36x4=this[_0xba71[2432]][_0xba71[2596]](_0x6e36x2[_0xba71[246]]),null!=_0x6e36x4&&_0xba71[279]== typeof _0x6e36x4[_0xba71[2597]]&&(_0x6e36x9=_0x6e36x4[_0xba71[2597]](_0x6e36x3)));null==_0x6e36x9&&(_0x6e36x9=this[_0xba71[2598]](_0x6e36x2[_0xba71[246]]))};return _0x6e36x9};mxGraph[_0xba71[202]][_0xba71[2598]]=function(_0x6e36x2){var _0x6e36x3=null;return _0x6e36x3=null!=_0x6e36x2&&null!=_0x6e36x2[_0xba71[2595]]?_0x6e36x2[_0xba71[2595]]():this[_0xba71[2454]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2599]]=function(_0x6e36x2){return null};mxGraph[_0xba71[202]][_0xba71[1731]]=function(_0x6e36x2){var _0x6e36x3= new mxRectangle,_0x6e36x4=this[_0xba71[441]][_0xba71[248]](_0x6e36x2);_0x6e36x2=null!=_0x6e36x4?_0x6e36x4[_0xba71[124]]:this[_0xba71[1705]](_0x6e36x2);null!=_0x6e36x2&&(_0x6e36x4=parseInt(mxUtils[_0xba71[433]](_0x6e36x2,mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE)),mxUtils[_0xba71[433]](_0x6e36x2,mxConstants.STYLE_HORIZONTAL,!0)?_0x6e36x3[_0xba71[119]]=_0x6e36x4:_0x6e36x3[_0xba71[117]]=_0x6e36x4);return _0x6e36x3};mxGraph[_0xba71[202]][_0xba71[1202]]=function(_0x6e36x2){return null!=_0x6e36x2&&null!=_0x6e36x2[_0xba71[124]]?_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2484]]]:null};mxGraph[_0xba71[202]][_0xba71[2187]]=function(_0x6e36x2){return null!=_0x6e36x2&&null!=_0x6e36x2[_0xba71[124]]?_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2063]]]||mxConstants[_0xba71[481]]:null};mxGraph[_0xba71[202]][_0xba71[2173]]=function(_0x6e36x2){return null!=_0x6e36x2&&null!=_0x6e36x2[_0xba71[124]]?_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2600]]]:null};mxGraph[_0xba71[202]][_0xba71[2174]]=function(_0x6e36x2){return null!=_0x6e36x2&&null!=_0x6e36x2[_0xba71[124]]?_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2601]]]:null};mxGraph[_0xba71[202]][_0xba71[2172]]=function(_0x6e36x2){return null!=_0x6e36x2&&null!=_0x6e36x2[_0xba71[124]]?_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2602]]]:null};mxGraph[_0xba71[202]][_0xba71[2176]]=function(_0x6e36x2){return null!=_0x6e36x2&&null!=_0x6e36x2[_0xba71[124]]?_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2603]]]:null};mxGraph[_0xba71[202]][_0xba71[2476]]=function(){return this[_0xba71[467]]};mxGraph[_0xba71[202]][_0xba71[2604]]=function(_0x6e36x2){this[_0xba71[467]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[1730]]=function(_0x6e36x2){if(null!=_0x6e36x2&&this[_0xba71[251]][_0xba71[1197]](_0x6e36x2)!=this[_0xba71[251]][_0xba71[501]]()){var _0x6e36x3=this[_0xba71[441]][_0xba71[248]](_0x6e36x2),_0x6e36x3=null!=_0x6e36x3?_0x6e36x3[_0xba71[124]]:this[_0xba71[1705]](_0x6e36x2);if(null!=_0x6e36x3&&!this[_0xba71[251]][_0xba71[250]](_0x6e36x2)){return _0x6e36x3[mxConstants[_0xba71[2059]]]==mxConstants[_0xba71[2605]]}};return !1};mxGraph[_0xba71[202]][_0xba71[2606]]=function(){return this[_0xba71[2389]]};mxGraph[_0xba71[202]][_0xba71[2607]]=function(_0x6e36x2){this[_0xba71[2389]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[994]]=function(){return this[_0xba71[984]]};mxGraph[_0xba71[202]][_0xba71[995]]=function(_0x6e36x2){this[_0xba71[984]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2608]]=function(){return this[_0xba71[2362]]};mxGraph[_0xba71[202]][_0xba71[2609]]=function(_0x6e36x2){this[_0xba71[2362]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2134]]=function(){return this[_0xba71[2363]]};mxGraph[_0xba71[202]][_0xba71[2610]]=function(_0x6e36x2){this[_0xba71[2363]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2125]]=function(){return this[_0xba71[2364]]};mxGraph[_0xba71[202]][_0xba71[2611]]=function(_0x6e36x2){this[_0xba71[2364]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2612]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[251]][_0xba71[1721]](_0x6e36x2);return this[_0xba71[2613]]()||null!=_0x6e36x3&&this[_0xba71[251]][_0xba71[1193]](_0x6e36x2)&&_0x6e36x3[_0xba71[1500]]};mxGraph[_0xba71[202]][_0xba71[2613]]=function(){return this[_0xba71[2368]]};mxGraph[_0xba71[202]][_0xba71[2614]]=function(_0x6e36x2){this[_0xba71[2368]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2615]]=function(_0x6e36x2){return this[_0xba71[251]][_0xba71[1938]](_0x6e36x2,mxUtils[_0xba71[885]](this,function(_0x6e36x2){return this[_0xba71[2616]](_0x6e36x2)}))};mxGraph[_0xba71[202]][_0xba71[2616]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[441]][_0xba71[248]](_0x6e36x2);_0x6e36x2=null!=_0x6e36x3?_0x6e36x3[_0xba71[124]]:this[_0xba71[1705]](_0x6e36x2);return this[_0xba71[2617]]()&&0!=_0x6e36x2[mxConstants[_0xba71[2618]]]};mxGraph[_0xba71[202]][_0xba71[2617]]=function(){return this[_0xba71[2369]]};mxGraph[_0xba71[202]][_0xba71[2619]]=function(_0x6e36x2){this[_0xba71[2369]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[898]]=function(_0x6e36x2){return this[_0xba71[251]][_0xba71[1938]](_0x6e36x2,mxUtils[_0xba71[885]](this,function(_0x6e36x2){return this[_0xba71[2620]](_0x6e36x2)}))};mxGraph[_0xba71[202]][_0xba71[2620]]=function(_0x6e36x2){return this[_0xba71[2366]]};mxGraph[_0xba71[202]][_0xba71[900]]=function(_0x6e36x2){return this[_0xba71[251]][_0xba71[1938]](_0x6e36x2,mxUtils[_0xba71[885]](this,function(_0x6e36x2){return this[_0xba71[2621]](_0x6e36x2)}))};mxGraph[_0xba71[202]][_0xba71[2621]]=function(_0x6e36x2){return this[_0xba71[2367]]};mxGraph[_0xba71[202]][_0xba71[2102]]=function(_0x6e36x2){return this[_0xba71[2622]]()};mxGraph[_0xba71[202]][_0xba71[2622]]=function(){return this[_0xba71[2379]]};mxGraph[_0xba71[202]][_0xba71[2623]]=function(_0x6e36x2){this[_0xba71[2379]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2510]]=function(_0x6e36x2){return this[_0xba71[251]][_0xba71[1938]](_0x6e36x2,mxUtils[_0xba71[885]](this,function(_0x6e36x2){return this[_0xba71[2624]](_0x6e36x2)}))};mxGraph[_0xba71[202]][_0xba71[2624]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[441]][_0xba71[248]](_0x6e36x2);_0x6e36x2=null!=_0x6e36x3?_0x6e36x3[_0xba71[124]]:this[_0xba71[1705]](_0x6e36x2);return this[_0xba71[2625]]()&&0!=_0x6e36x2[mxConstants[_0xba71[2626]]]};mxGraph[_0xba71[202]][_0xba71[2625]]=function(){return this[_0xba71[2371]]};mxGraph[_0xba71[202]][_0xba71[2627]]=function(_0x6e36x2){this[_0xba71[2371]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2628]]=function(_0x6e36x2){return !this[_0xba71[2612]](_0x6e36x2)&&(this[_0xba71[251]][_0xba71[250]](_0x6e36x2)&&this[_0xba71[2373]]||this[_0xba71[251]][_0xba71[1193]](_0x6e36x2)&&this[_0xba71[2374]])};mxGraph[_0xba71[202]][_0xba71[2629]]=function(_0x6e36x2){return this[_0xba71[251]][_0xba71[1938]](_0x6e36x2,mxUtils[_0xba71[885]](this,function(_0x6e36x2){return this[_0xba71[1712]](_0x6e36x2)}))};mxGraph[_0xba71[202]][_0xba71[1712]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[441]][_0xba71[248]](_0x6e36x2),_0x6e36x3=null!=_0x6e36x3?_0x6e36x3[_0xba71[124]]:this[_0xba71[1705]](_0x6e36x2);return this[_0xba71[2630]]()&&!this[_0xba71[2612]](_0x6e36x2)&&0!=_0x6e36x3[mxConstants[_0xba71[2631]]]};mxGraph[_0xba71[202]][_0xba71[2630]]=function(){return this[_0xba71[2372]]};mxGraph[_0xba71[202]][_0xba71[2632]]=function(_0x6e36x2){this[_0xba71[2372]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[997]]=function(){return this[_0xba71[991]]};mxGraph[_0xba71[202]][_0xba71[998]]=function(_0x6e36x2){this[_0xba71[991]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2549]]=function(){return this[_0xba71[2348]]};mxGraph[_0xba71[202]][_0xba71[2633]]=function(_0x6e36x2){this[_0xba71[2348]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2634]]=function(){return this[_0xba71[1020]]};mxGraph[_0xba71[202]][_0xba71[2635]]=function(_0x6e36x2){this[_0xba71[1020]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2636]]=function(){return this[_0xba71[2353]]};mxGraph[_0xba71[202]][_0xba71[2637]]=function(_0x6e36x2){this[_0xba71[2353]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2638]]=function(){return this[_0xba71[2374]]};mxGraph[_0xba71[202]][_0xba71[2639]]=function(_0x6e36x2){this[_0xba71[2374]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2640]]=function(){return this[_0xba71[2373]]};mxGraph[_0xba71[202]][_0xba71[2641]]=function(_0x6e36x2){this[_0xba71[2373]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2642]]=function(){return this[_0xba71[2412]]};mxGraph[_0xba71[202]][_0xba71[2643]]=function(_0x6e36x2){this[_0xba71[2412]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2460]]=function(){return this[_0xba71[2411]]};mxGraph[_0xba71[202]][_0xba71[2644]]=function(_0x6e36x2){this[_0xba71[2411]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2645]]=function(){return this[_0xba71[2404]]};mxGraph[_0xba71[202]][_0xba71[2646]]=function(_0x6e36x2){this[_0xba71[2404]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2647]]=function(){return this[_0xba71[2402]]};mxGraph[_0xba71[202]][_0xba71[2648]]=function(_0x6e36x2){this[_0xba71[2406]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2530]]=function(){return this[_0xba71[2406]]};mxGraph[_0xba71[202]][_0xba71[2649]]=function(_0x6e36x2){this[_0xba71[2405]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2650]]=function(){return this[_0xba71[2405]]};mxGraph[_0xba71[202]][_0xba71[2651]]=function(_0x6e36x2){this[_0xba71[2407]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2527]]=function(){return this[_0xba71[2407]]};mxGraph[_0xba71[202]][_0xba71[2652]]=function(_0x6e36x2){this[_0xba71[2402]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2529]]=function(){return this[_0xba71[2408]]};mxGraph[_0xba71[202]][_0xba71[2653]]=function(_0x6e36x2){this[_0xba71[2408]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[1015]]=function(){return this[_0xba71[2375]]};mxGraph[_0xba71[202]][_0xba71[2654]]=function(_0x6e36x2){this[_0xba71[2375]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2655]]=function(){return this[_0xba71[2376]]};mxGraph[_0xba71[202]][_0xba71[2656]]=function(_0x6e36x2){this[_0xba71[2376]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2657]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[441]][_0xba71[248]](_0x6e36x2),_0x6e36x3=null!=_0x6e36x3?_0x6e36x3[_0xba71[124]]:this[_0xba71[1705]](_0x6e36x2);return this[_0xba71[2658]]()&&!this[_0xba71[2612]](_0x6e36x2)&&0!=_0x6e36x3[mxConstants[_0xba71[2659]]]};mxGraph[_0xba71[202]][_0xba71[2658]]=function(){return this[_0xba71[2377]]};mxGraph[_0xba71[202]][_0xba71[2660]]=function(_0x6e36x2){this[_0xba71[2377]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2661]]=function(_0x6e36x2,_0x6e36x3){return !0};mxGraph[_0xba71[202]][_0xba71[2662]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[441]][_0xba71[248]](_0x6e36x2),_0x6e36x3=null!=_0x6e36x3?_0x6e36x3[_0xba71[124]]:this[_0xba71[1705]](_0x6e36x2);return this[_0xba71[2663]]()&&!this[_0xba71[2612]](_0x6e36x2)&&0!=_0x6e36x3[mxConstants[_0xba71[2664]]]};mxGraph[_0xba71[202]][_0xba71[2663]]=function(){return this[_0xba71[2378]]};mxGraph[_0xba71[202]][_0xba71[2665]]=function(_0x6e36x2){this[_0xba71[2378]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2453]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[441]][_0xba71[248]](_0x6e36x2),_0x6e36x3=null!=_0x6e36x3?_0x6e36x3[_0xba71[124]]:this[_0xba71[1705]](_0x6e36x2);return this[_0xba71[2666]]()&&!this[_0xba71[2612]](_0x6e36x2)&&0!=_0x6e36x3[mxConstants[_0xba71[2667]]]};mxGraph[_0xba71[202]][_0xba71[2666]]=function(){return this[_0xba71[2370]]};mxGraph[_0xba71[202]][_0xba71[2668]]=function(_0x6e36x2){this[_0xba71[2370]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2551]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){return this[_0xba71[2669]]()&&!this[_0xba71[2612]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2669]]=function(){return this[_0xba71[2380]]};mxGraph[_0xba71[202]][_0xba71[2670]]=function(_0x6e36x2){this[_0xba71[2380]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2671]]=function(_0x6e36x2){return null==_0x6e36x2&&this[_0xba71[2406]]||null!=_0x6e36x2&&(!this[_0xba71[251]][_0xba71[250]](_0x6e36x2)||this[_0xba71[2405]])&&this[_0xba71[2565]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2672]]=function(_0x6e36x2){return this[_0xba71[2671]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2582]]=function(_0x6e36x2,_0x6e36x3){return this[_0xba71[2671]](_0x6e36x2)&&this[_0xba71[2672]](_0x6e36x3)};mxGraph[_0xba71[202]][_0xba71[1995]]=function(_0x6e36x2){this[_0xba71[2433]][_0xba71[995]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[1965]]=function(_0x6e36x2){return this[_0xba71[2433]][_0xba71[994]]()};mxGraph[_0xba71[202]][_0xba71[2673]]=function(_0x6e36x2){this[_0xba71[2276]][_0xba71[995]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2674]]=function(_0x6e36x2){this[_0xba71[2316]][_0xba71[2431]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2203]]=function(_0x6e36x2){if(null!=this[_0xba71[2347]]){var _0x6e36x3=this[_0xba71[2347]][_0xba71[2148]]();return null==_0x6e36x2?null!=_0x6e36x3:_0x6e36x2==_0x6e36x3};return !1};mxGraph[_0xba71[202]][_0xba71[2455]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[441]][_0xba71[248]](_0x6e36x2);_0x6e36x2=null!=_0x6e36x3?_0x6e36x3[_0xba71[124]]:this[_0xba71[1705]](_0x6e36x2);return this[_0xba71[2675]]()||1==_0x6e36x2[mxConstants[_0xba71[2676]]]};mxGraph[_0xba71[202]][_0xba71[2675]]=function(){return this[_0xba71[2381]]};mxGraph[_0xba71[202]][_0xba71[2677]]=function(_0x6e36x2){this[_0xba71[2381]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2507]]=function(_0x6e36x2){return !this[_0xba71[502]]()[_0xba71[250]](_0x6e36x2)&&this[_0xba71[2678]]()};mxGraph[_0xba71[202]][_0xba71[2678]]=function(){return this[_0xba71[2392]]};mxGraph[_0xba71[202]][_0xba71[2679]]=function(_0x6e36x2){this[_0xba71[2392]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2506]]=function(){return this[_0xba71[2393]]};mxGraph[_0xba71[202]][_0xba71[2680]]=function(_0x6e36x2){this[_0xba71[2393]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2536]]=function(_0x6e36x2){return this[_0xba71[2681]]()&&!this[_0xba71[502]]()[_0xba71[250]](this[_0xba71[502]]()[_0xba71[1197]](_0x6e36x2))};mxGraph[_0xba71[202]][_0xba71[2681]]=function(){return this[_0xba71[2391]]};mxGraph[_0xba71[202]][_0xba71[2682]]=function(_0x6e36x2){this[_0xba71[2391]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2505]]=function(){return this[_0xba71[2390]]};mxGraph[_0xba71[202]][_0xba71[2528]]=function(_0x6e36x2){this[_0xba71[2390]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2537]]=function(_0x6e36x2){return this[_0xba71[2683]](_0x6e36x2)?this[_0xba71[2354]]:0};mxGraph[_0xba71[202]][_0xba71[2683]]=function(_0x6e36x2){return !1};mxGraph[_0xba71[202]][_0xba71[2513]]=function(_0x6e36x2,_0x6e36x3){return this[_0xba71[251]][_0xba71[1938]](_0x6e36x2,mxUtils[_0xba71[885]](this,function(_0x6e36x2){return this[_0xba71[2516]](_0x6e36x2,_0x6e36x3)}))};mxGraph[_0xba71[202]][_0xba71[2516]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[441]][_0xba71[248]](_0x6e36x2),_0x6e36x4=null!=_0x6e36x4?_0x6e36x4[_0xba71[124]]:this[_0xba71[1705]](_0x6e36x2);return 0<this[_0xba71[251]][_0xba71[262]](_0x6e36x2)&&0!=_0x6e36x4[mxConstants[_0xba71[2684]]]};mxGraph[_0xba71[202]][_0xba71[2685]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){return null!=_0x6e36x2&&(this[_0xba71[2655]]()&&this[_0xba71[2686]](_0x6e36x2,_0x6e36x3,_0x6e36x4)||!this[_0xba71[251]][_0xba71[250]](_0x6e36x2)&&(this[_0xba71[1730]](_0x6e36x2)||0<this[_0xba71[251]][_0xba71[262]](_0x6e36x2)&&!this[_0xba71[1742]](_0x6e36x2)))};mxGraph[_0xba71[202]][_0xba71[2686]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){return this[_0xba71[251]][_0xba71[250]](_0x6e36x2)&&null!=_0x6e36x3&&1==_0x6e36x3[_0xba71[67]]&&this[_0xba71[2565]](_0x6e36x3[0])&&null==this[_0xba71[2500]](_0x6e36x2,this[_0xba71[251]][_0xba71[1709]](_0x6e36x2,!0),_0x6e36x3[0])?(_0x6e36x4=this[_0xba71[251]][_0xba71[1709]](_0x6e36x2,!0),_0x6e36x2=this[_0xba71[251]][_0xba71[1709]](_0x6e36x2,!1),!this[_0xba71[251]][_0xba71[1720]](_0x6e36x3[0],_0x6e36x4)&&!this[_0xba71[251]][_0xba71[1720]](_0x6e36x3[0],_0x6e36x2)):!1};mxGraph[_0xba71[202]][_0xba71[564]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){if(!this[_0xba71[2642]]()){for(var _0x6e36x5=0;_0x6e36x5<_0x6e36x2[_0xba71[67]];_0x6e36x5++){if(this[_0xba71[1730]](_0x6e36x2[_0x6e36x5])){return null}}};_0x6e36x5=mxUtils[_0xba71[2196]](this[_0xba71[526]],mxEvent[_0xba71[731]](_0x6e36x3),mxEvent[_0xba71[733]](_0x6e36x3));_0x6e36x5[_0xba71[235]]-=this[_0xba71[1136]];_0x6e36x5[_0xba71[236]]-=this[_0xba71[1137]];_0x6e36x5=this[_0xba71[2461]](_0x6e36x5[_0xba71[235]],_0x6e36x5[_0xba71[236]]);if(null==_0x6e36x4){_0x6e36x4=_0x6e36x5}else {if(null!=_0x6e36x5){for(var _0x6e36x9=this[_0xba71[251]][_0xba71[1197]](_0x6e36x5);null!=_0x6e36x9&&this[_0xba71[1730]](_0x6e36x9)&&_0x6e36x9!=_0x6e36x4;){_0x6e36x9=this[_0xba71[251]][_0xba71[1197]](_0x6e36x9)};_0x6e36x9==_0x6e36x4&&(_0x6e36x4=_0x6e36x5)}};for(;null!=_0x6e36x4&&!this[_0xba71[2685]](_0x6e36x4,_0x6e36x2,_0x6e36x3)&&!this[_0xba71[251]][_0xba71[1740]](_0x6e36x4);){_0x6e36x4=this[_0xba71[251]][_0xba71[1197]](_0x6e36x4)};return !this[_0xba71[251]][_0xba71[1740]](_0x6e36x4)&&0>mxUtils[_0xba71[2]](_0x6e36x2,_0x6e36x4)?_0x6e36x4:null};mxGraph[_0xba71[202]][_0xba71[902]]=function(){var _0x6e36x2=this[_0xba71[2355]];null==_0x6e36x2&&(_0x6e36x2=this[_0xba71[2534]](),null==_0x6e36x2&&(_0x6e36x2=this[_0xba71[251]][_0xba71[501]](),_0x6e36x2=this[_0xba71[251]][_0xba71[263]](_0x6e36x2,0)));return _0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2687]]=function(_0x6e36x2){this[_0xba71[2355]]=_0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2179]]=function(_0x6e36x2){for(;null!=_0x6e36x2&&!this[_0xba71[1730]](_0x6e36x2);){_0x6e36x2=this[_0xba71[251]][_0xba71[1197]](_0x6e36x2)};return _0x6e36x2};mxGraph[_0xba71[202]][_0xba71[2461]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x4=_0x6e36x4||this[_0xba71[902]]();if(null!=_0x6e36x4){for(var _0x6e36x5=this[_0xba71[251]][_0xba71[262]](_0x6e36x4),_0x6e36x9=0;_0x6e36x9<_0x6e36x5;_0x6e36x9++){var _0x6e36xa=this[_0xba71[251]][_0xba71[263]](_0x6e36x4,_0x6e36x9),_0x6e36x12=this[_0xba71[2461]](_0x6e36x2,_0x6e36x3,_0x6e36xa);if(null!=_0x6e36x12){return _0x6e36x12};if(this[_0xba71[1730]](_0x6e36xa)&&(_0x6e36x12=this[_0xba71[441]][_0xba71[248]](_0x6e36xa),this[_0xba71[1825]](_0x6e36x12,_0x6e36x2,_0x6e36x3))){return _0x6e36xa}}};return null};mxGraph[_0xba71[202]][_0xba71[999]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x5=null!=_0x6e36x5?_0x6e36x5:!0;_0x6e36x9=null!=_0x6e36x9?_0x6e36x9:!0;_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:this[_0xba71[902]]();if(null!=_0x6e36x4){for(var _0x6e36xa=this[_0xba71[251]][_0xba71[262]](_0x6e36x4)-1;0<=_0x6e36xa;_0x6e36xa--){var _0x6e36x12=this[_0xba71[251]][_0xba71[263]](_0x6e36x4,_0x6e36xa),_0x6e36x13=this[_0xba71[999]](_0x6e36x2,_0x6e36x3,_0x6e36x12,_0x6e36x5,_0x6e36x9);if(null!=_0x6e36x13){return _0x6e36x13};if(this[_0xba71[1714]](_0x6e36x12)&&(_0x6e36x9&&this[_0xba71[251]][_0xba71[250]](_0x6e36x12)||_0x6e36x5&&this[_0xba71[251]][_0xba71[1193]](_0x6e36x12))){if(_0x6e36x13=this[_0xba71[441]][_0xba71[248]](_0x6e36x12),this[_0xba71[1825]](_0x6e36x13,_0x6e36x2,_0x6e36x3)){return _0x6e36x12}}}};return null};mxGraph[_0xba71[202]][_0xba71[1825]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){if(null!=_0x6e36x2){var _0x6e36x5=_0x6e36x2[_0xba71[439]];if(null!=_0x6e36x5){_0x6e36x2=this[_0xba71[2353]]*this[_0xba71[2353]];for(var _0x6e36x9=_0x6e36x5[0],_0x6e36xa=1;_0x6e36xa<_0x6e36x5[_0xba71[67]];_0x6e36xa++){var _0x6e36x12=_0x6e36x5[_0x6e36xa];if(mxUtils[_0xba71[440]](_0x6e36x9[_0xba71[235]],_0x6e36x9[_0xba71[236]],_0x6e36x12[_0xba71[235]],_0x6e36x12[_0xba71[236]],_0x6e36x3,_0x6e36x4)<=_0x6e36x2){return !0};_0x6e36x9=_0x6e36x12}}else {if(_0x6e36x9=mxUtils[_0xba71[431]](mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_ROTATION)||0),0!=_0x6e36x9&&(_0x6e36x5=Math[_0xba71[426]](-_0x6e36x9),_0x6e36x9=Math[_0xba71[427]](-_0x6e36x9),_0x6e36xa= new mxPoint(_0x6e36x2[_0xba71[241]](),_0x6e36x2[_0xba71[242]]()),_0x6e36x9=mxUtils[_0xba71[432]]( new mxPoint(_0x6e36x3,_0x6e36x4),_0x6e36x5,_0x6e36x9,_0x6e36xa),_0x6e36x3=_0x6e36x9[_0xba71[235]],_0x6e36x4=_0x6e36x9[_0xba71[236]]),mxUtils[_0xba71[442]](_0x6e36x2,_0x6e36x3,_0x6e36x4)){return !0}}};return !1};mxGraph[_0xba71[202]][_0xba71[2688]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[249]]()[_0xba71[248]](_0x6e36x2);_0x6e36x2=this[_0xba71[1731]](_0x6e36x2);if(null!=_0x6e36x5){var _0x6e36x9=this[_0xba71[249]]()[_0xba71[518]]();_0x6e36x3-=_0x6e36x5[_0xba71[235]];_0x6e36x4-=_0x6e36x5[_0xba71[236]];if(0<_0x6e36x2[_0xba71[117]]&&0<_0x6e36x3&&_0x6e36x3>_0x6e36x2[_0xba71[117]]*_0x6e36x9||0<_0x6e36x2[_0xba71[119]]&&0<_0x6e36x4&&_0x6e36x4>_0x6e36x2[_0xba71[119]]*_0x6e36x9){return !0}};return !1};mxGraph[_0xba71[202]][_0xba71[1728]]=function(_0x6e36x2){return this[_0xba71[1955]](_0x6e36x2,!0,!1)};mxGraph[_0xba71[202]][_0xba71[1956]]=function(_0x6e36x2){return this[_0xba71[1955]](_0x6e36x2,!1,!0)};mxGraph[_0xba71[202]][_0xba71[1955]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x2=null!=_0x6e36x2?_0x6e36x2:this[_0xba71[902]]();_0x6e36x2=this[_0xba71[251]][_0xba71[1955]](_0x6e36x2,null!=_0x6e36x3?_0x6e36x3:!1,null!=_0x6e36x4?_0x6e36x4:!1);_0x6e36x3=[];for(_0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){this[_0xba71[1714]](_0x6e36x2[_0x6e36x4])&&_0x6e36x3[_0xba71[207]](_0x6e36x2[_0x6e36x4])};return _0x6e36x3};mxGraph[_0xba71[202]][_0xba71[1756]]=function(_0x6e36x2,_0x6e36x3){return this[_0xba71[264]](_0x6e36x2,_0x6e36x3,!0,!0,!1)};mxGraph[_0xba71[202]][_0xba71[1867]]=function(_0x6e36x2,_0x6e36x3){return this[_0xba71[264]](_0x6e36x2,_0x6e36x3,!0,!1,!1)};mxGraph[_0xba71[202]][_0xba71[1963]]=function(_0x6e36x2,_0x6e36x3){return this[_0xba71[264]](_0x6e36x2,_0x6e36x3,!1,!0,!1)};mxGraph[_0xba71[202]][_0xba71[264]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:!0;_0x6e36x5=null!=_0x6e36x5?_0x6e36x5:!0;_0x6e36x9=null!=_0x6e36x9?_0x6e36x9:!0;_0x6e36xa=null!=_0x6e36xa?_0x6e36xa:!1;for(var _0x6e36x12=[],_0x6e36x13=this[_0xba71[1742]](_0x6e36x2),_0x6e36x14=this[_0xba71[251]][_0xba71[262]](_0x6e36x2),_0x6e36x15=0;_0x6e36x15<_0x6e36x14;_0x6e36x15++){var _0x6e36x16=this[_0xba71[251]][_0xba71[263]](_0x6e36x2,_0x6e36x15);if(_0x6e36x13||!this[_0xba71[1714]](_0x6e36x16)){_0x6e36x12=_0x6e36x12[_0xba71[1919]](this[_0xba71[251]][_0xba71[264]](_0x6e36x16,_0x6e36x4,_0x6e36x5))}};_0x6e36x12=_0x6e36x12[_0xba71[1919]](this[_0xba71[251]][_0xba71[264]](_0x6e36x2,_0x6e36x4,_0x6e36x5));_0x6e36x13=[];for(_0x6e36x15=0;_0x6e36x15<_0x6e36x12[_0xba71[67]];_0x6e36x15++){_0x6e36x16=this[_0xba71[441]][_0xba71[248]](_0x6e36x12[_0x6e36x15]),_0x6e36x14=null!=_0x6e36x16?_0x6e36x16[_0xba71[1710]](!0):this[_0xba71[441]][_0xba71[1710]](_0x6e36x12[_0x6e36x15],!0),_0x6e36x16=null!=_0x6e36x16?_0x6e36x16[_0xba71[1710]](!1):this[_0xba71[441]][_0xba71[1710]](_0x6e36x12[_0x6e36x15],!1),(_0x6e36x9&&_0x6e36x14==_0x6e36x16||_0x6e36x14!=_0x6e36x16&&(_0x6e36x4&&_0x6e36x16==_0x6e36x2&&(null==_0x6e36x3||this[_0xba71[1920]](_0x6e36x14,_0x6e36x3,_0x6e36xa))||_0x6e36x5&&_0x6e36x14==_0x6e36x2&&(null==_0x6e36x3||this[_0xba71[1920]](_0x6e36x16,_0x6e36x3,_0x6e36xa))))&&_0x6e36x13[_0xba71[207]](_0x6e36x12[_0x6e36x15])};return _0x6e36x13};mxGraph[_0xba71[202]][_0xba71[1920]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){return _0x6e36x4?this[_0xba71[251]][_0xba71[1720]](_0x6e36x3,_0x6e36x2):this[_0xba71[251]][_0xba71[1197]](_0x6e36x2)==_0x6e36x3};mxGraph[_0xba71[202]][_0xba71[1808]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:!0;_0x6e36x5=null!=_0x6e36x5?_0x6e36x5:!0;var _0x6e36x9=[],_0x6e36xa={};if(null!=_0x6e36x2){for(var _0x6e36x12=0;_0x6e36x12<_0x6e36x2[_0xba71[67]];_0x6e36x12++){var _0x6e36x13=this[_0xba71[441]][_0xba71[248]](_0x6e36x2[_0x6e36x12]),_0x6e36x14=null!=_0x6e36x13?_0x6e36x13[_0xba71[1710]](!0):this[_0xba71[441]][_0xba71[1710]](_0x6e36x2[_0x6e36x12],!0),_0x6e36x13=null!=_0x6e36x13?_0x6e36x13[_0xba71[1710]](!1):this[_0xba71[441]][_0xba71[1710]](_0x6e36x2[_0x6e36x12],!1);if(_0x6e36x14==_0x6e36x3&&null!=_0x6e36x13&&_0x6e36x13!=_0x6e36x3&&_0x6e36x5){var _0x6e36x15=mxCellPath[_0xba71[385]](_0x6e36x13);null==_0x6e36xa[_0x6e36x15]&&(_0x6e36xa[_0x6e36x15]=_0x6e36x13,_0x6e36x9[_0xba71[207]](_0x6e36x13))}else {_0x6e36x13==_0x6e36x3&&(null!=_0x6e36x14&&_0x6e36x14!=_0x6e36x3&&_0x6e36x4)&&(_0x6e36x15=mxCellPath[_0xba71[385]](_0x6e36x14),null==_0x6e36xa[_0x6e36x15]&&(_0x6e36xa[_0x6e36x15]=_0x6e36x14,_0x6e36x9[_0xba71[207]](_0x6e36x14)))}}};return _0x6e36x9};mxGraph[_0xba71[202]][_0xba71[1781]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:!1;for(var _0x6e36x5=this[_0xba71[264]](_0x6e36x2),_0x6e36x9=[],_0x6e36xa=0;_0x6e36xa<_0x6e36x5[_0xba71[67]];_0x6e36xa++){var _0x6e36x12=this[_0xba71[441]][_0xba71[248]](_0x6e36x5[_0x6e36xa]),_0x6e36x13=null!=_0x6e36x12?_0x6e36x12[_0xba71[1710]](!0):this[_0xba71[441]][_0xba71[1710]](_0x6e36x5[_0x6e36xa],!0),_0x6e36x12=null!=_0x6e36x12?_0x6e36x12[_0xba71[1710]](!1):this[_0xba71[441]][_0xba71[1710]](_0x6e36x5[_0x6e36xa],!1);(_0x6e36x13==_0x6e36x2&&_0x6e36x12==_0x6e36x3||!_0x6e36x4&&_0x6e36x13==_0x6e36x3&&_0x6e36x12==_0x6e36x2)&&_0x6e36x9[_0xba71[207]](_0x6e36x5[_0x6e36xa])};return _0x6e36x9};mxGraph[_0xba71[202]][_0xba71[2689]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=mxUtils[_0xba71[2196]](this[_0xba71[526]],mxEvent[_0xba71[731]](_0x6e36x2),mxEvent[_0xba71[733]](_0x6e36x2)),_0x6e36x5=this[_0xba71[441]][_0xba71[255]],_0x6e36x9=this[_0xba71[441]][_0xba71[513]],_0x6e36xa=!1!=_0x6e36x3?this[_0xba71[1020]]/2:0;_0x6e36x4[_0xba71[235]]=this[_0xba71[1021]](_0x6e36x4[_0xba71[235]]/_0x6e36x5-_0x6e36x9[_0xba71[235]]-_0x6e36xa);_0x6e36x4[_0xba71[236]]=this[_0xba71[1021]](_0x6e36x4[_0xba71[236]]/_0x6e36x5-_0x6e36x9[_0xba71[236]]-_0x6e36xa);return _0x6e36x4};mxGraph[_0xba71[202]][_0xba71[2690]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){_0x6e36xa=null!=_0x6e36xa?_0x6e36xa:[];if(0<_0x6e36x4||0<_0x6e36x5){var _0x6e36x12=_0x6e36x2+_0x6e36x4,_0x6e36x13=_0x6e36x3+_0x6e36x5;_0x6e36x9=_0x6e36x9||this[_0xba71[902]]();if(null!=_0x6e36x9){for(var _0x6e36x14=this[_0xba71[251]][_0xba71[262]](_0x6e36x9),_0x6e36x15=0;_0x6e36x15<_0x6e36x14;_0x6e36x15++){var _0x6e36x16=this[_0xba71[251]][_0xba71[263]](_0x6e36x9,_0x6e36x15),_0x6e36x17=this[_0xba71[441]][_0xba71[248]](_0x6e36x16);if(this[_0xba71[1714]](_0x6e36x16)&&null!=_0x6e36x17){var _0x6e36x18=_0x6e36x17,_0x6e36x17=mxUtils[_0xba71[433]](_0x6e36x17[_0xba71[124]],mxConstants.STYLE_ROTATION)||0;0!=_0x6e36x17&&(_0x6e36x18=mxUtils[_0xba71[1613]](_0x6e36x18,_0x6e36x17));_0x6e36x18[_0xba71[235]]>=_0x6e36x2&&_0x6e36x18[_0xba71[236]]+_0x6e36x18[_0xba71[119]]<=_0x6e36x13&&_0x6e36x18[_0xba71[236]]>=_0x6e36x3&&_0x6e36x18[_0xba71[235]]+_0x6e36x18[_0xba71[117]]<=_0x6e36x12?_0x6e36xa[_0xba71[207]](_0x6e36x16):this[_0xba71[2690]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x16,_0x6e36xa)}}}};return _0x6e36xa};mxGraph[_0xba71[202]][_0xba71[2691]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){var _0x6e36xa=[];if(_0x6e36x5||_0x6e36x9){if(null==_0x6e36x4&&(_0x6e36x4=this[_0xba71[902]]()),null!=_0x6e36x4){for(var _0x6e36x12=this[_0xba71[251]][_0xba71[262]](_0x6e36x4),_0x6e36x13=0;_0x6e36x13<_0x6e36x12;_0x6e36x13++){var _0x6e36x14=this[_0xba71[251]][_0xba71[263]](_0x6e36x4,_0x6e36x13),_0x6e36x15=this[_0xba71[441]][_0xba71[248]](_0x6e36x14);this[_0xba71[1714]](_0x6e36x14)&&null!=_0x6e36x15&&(!_0x6e36x5||_0x6e36x15[_0xba71[235]]>=_0x6e36x2)&&(!_0x6e36x9||_0x6e36x15[_0xba71[236]]>=_0x6e36x3)&&_0x6e36xa[_0xba71[207]](_0x6e36x14)}}};return _0x6e36xa};mxGraph[_0xba71[202]][_0xba71[1757]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:!1;_0x6e36x4=null!=_0x6e36x4?_0x6e36x4:!1;var _0x6e36x5=[];if(null!=_0x6e36x2){for(var _0x6e36x9=this[_0xba71[502]](),_0x6e36xa=_0x6e36x9[_0xba71[262]](_0x6e36x2),_0x6e36x12=null,_0x6e36x13=0,_0x6e36x14=0;_0x6e36x14<_0x6e36xa;_0x6e36x14++){var _0x6e36x15=_0x6e36x9[_0xba71[263]](_0x6e36x2,_0x6e36x14);if(this[_0xba71[251]][_0xba71[1193]](_0x6e36x15)&&this[_0xba71[1714]](_0x6e36x15)){for(var _0x6e36x16=this[_0xba71[1756]](_0x6e36x15,_0x6e36x3?_0x6e36x2:null),_0x6e36x17=0,_0x6e36x18=0,_0x6e36x19=0;_0x6e36x19<_0x6e36x16[_0xba71[67]];_0x6e36x19++){this[_0xba71[441]][_0xba71[1710]](_0x6e36x16[_0x6e36x19],!0)==_0x6e36x15?_0x6e36x17++:_0x6e36x18++};(_0x6e36x4&&0==_0x6e36x17&&0<_0x6e36x18||!_0x6e36x4&&0==_0x6e36x18&&0<_0x6e36x17)&&_0x6e36x5[_0xba71[207]](_0x6e36x15);_0x6e36x16=_0x6e36x4?_0x6e36x18-_0x6e36x17:_0x6e36x17-_0x6e36x18;_0x6e36x16>_0x6e36x13&&(_0x6e36x13=_0x6e36x16,_0x6e36x12=_0x6e36x15)}};0==_0x6e36x5[_0xba71[67]]&&null!=_0x6e36x12&&_0x6e36x5[_0xba71[207]](_0x6e36x12)};return _0x6e36x5};mxGraph[_0xba71[202]][_0xba71[1706]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){if(null!=_0x6e36x4&&null!=_0x6e36x2){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:!0;_0x6e36x9=_0x6e36x9||[];var _0x6e36xa=mxCellPath[_0xba71[385]](_0x6e36x2);if(null==_0x6e36x9[_0x6e36xa]&&(_0x6e36x9[_0x6e36xa]=_0x6e36x2,_0x6e36x5=_0x6e36x4(_0x6e36x2,_0x6e36x5),null==_0x6e36x5||_0x6e36x5)){if(_0x6e36x5=this[_0xba71[251]][_0xba71[1707]](_0x6e36x2),0<_0x6e36x5){for(_0x6e36xa=0;_0x6e36xa<_0x6e36x5;_0x6e36xa++){var _0x6e36x12=this[_0xba71[251]][_0xba71[1708]](_0x6e36x2,_0x6e36xa),_0x6e36x13=this[_0xba71[251]][_0xba71[1709]](_0x6e36x12,!0)==_0x6e36x2;if(!_0x6e36x3||_0x6e36x13){_0x6e36x13=this[_0xba71[251]][_0xba71[1709]](_0x6e36x12,!_0x6e36x13),this[_0xba71[1706]](_0x6e36x13,_0x6e36x3,_0x6e36x4,_0x6e36x12,_0x6e36x9)}}}}}};mxGraph[_0xba71[202]][_0xba71[2692]]=function(_0x6e36x2){return this[_0xba71[2435]]()[_0xba71[2097]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2693]]=function(){return this[_0xba71[2435]]()[_0xba71[1107]]()};mxGraph[_0xba71[202]][_0xba71[2440]]=function(){return this[_0xba71[2435]]()[_0xba71[200]]()};mxGraph[_0xba71[202]][_0xba71[2694]]=function(){return this[_0xba71[2435]]()[_0xba71[895]][_0xba71[67]]};mxGraph[_0xba71[202]][_0xba71[2452]]=function(){return this[_0xba71[2435]]()[_0xba71[895]][0]};mxGraph[_0xba71[202]][_0xba71[897]]=function(){return this[_0xba71[2435]]()[_0xba71[895]][_0xba71[1853]]()};mxGraph[_0xba71[202]][_0xba71[2450]]=function(_0x6e36x2){this[_0xba71[2435]]()[_0xba71[2099]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[904]]=function(_0x6e36x2){this[_0xba71[2435]]()[_0xba71[2100]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2695]]=function(_0x6e36x2){this[_0xba71[2435]]()[_0xba71[2103]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2696]]=function(_0x6e36x2){this[_0xba71[2435]]()[_0xba71[832]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2697]]=function(_0x6e36x2){this[_0xba71[2435]]()[_0xba71[2104]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2439]]=function(_0x6e36x2){this[_0xba71[2435]]()[_0xba71[842]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2698]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[2690]](_0x6e36x2[_0xba71[235]],_0x6e36x2[_0xba71[236]],_0x6e36x2[_0xba71[117]],_0x6e36x2[_0xba71[119]]);this[_0xba71[2699]](_0x6e36x4,_0x6e36x3);return _0x6e36x4};mxGraph[_0xba71[202]][_0xba71[2700]]=function(){this[_0xba71[2701]](!0)};mxGraph[_0xba71[202]][_0xba71[2702]]=function(){this[_0xba71[2701]]()};mxGraph[_0xba71[202]][_0xba71[2703]]=function(){this[_0xba71[2701]](!1,!0)};mxGraph[_0xba71[202]][_0xba71[2704]]=function(){this[_0xba71[2701]](!1,!1,!0)};mxGraph[_0xba71[202]][_0xba71[2701]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[2105]],_0x6e36x9=0<_0x6e36x5[_0xba71[895]][_0xba71[67]]?_0x6e36x5[_0xba71[895]][0]:null;1<_0x6e36x5[_0xba71[895]][_0xba71[67]]&&_0x6e36x5[_0xba71[200]]();var _0x6e36x5=null!=_0x6e36x9?this[_0xba71[251]][_0xba71[1197]](_0x6e36x9):this[_0xba71[902]](),_0x6e36xa=this[_0xba71[251]][_0xba71[262]](_0x6e36x5);null==_0x6e36x9&&0<_0x6e36xa?(_0x6e36x2=this[_0xba71[251]][_0xba71[263]](_0x6e36x5,0),this[_0xba71[2450]](_0x6e36x2)):(null==_0x6e36x9||_0x6e36x3)&&null!=this[_0xba71[441]][_0xba71[248]](_0x6e36x5)&&null!=this[_0xba71[251]][_0xba71[1721]](_0x6e36x5)?this[_0xba71[2534]]()!=_0x6e36x5&&this[_0xba71[2450]](_0x6e36x5):null!=_0x6e36x9&&_0x6e36x4?0<this[_0xba71[251]][_0xba71[262]](_0x6e36x9)&&(_0x6e36x2=this[_0xba71[251]][_0xba71[263]](_0x6e36x9,0),this[_0xba71[2450]](_0x6e36x2)):0<_0x6e36xa&&(_0x6e36x3=_0x6e36x5[_0xba71[1738]](_0x6e36x9),_0x6e36x2?(_0x6e36x3++,_0x6e36x2=this[_0xba71[251]][_0xba71[263]](_0x6e36x5,_0x6e36x3%_0x6e36xa)):(_0x6e36x3--,_0x6e36x2=this[_0xba71[251]][_0xba71[263]](_0x6e36x5,0>_0x6e36x3?_0x6e36xa-1:_0x6e36x3)),this[_0xba71[2450]](_0x6e36x2))};mxGraph[_0xba71[202]][_0xba71[2705]]=function(_0x6e36x2){_0x6e36x2=_0x6e36x2||this[_0xba71[902]]();_0x6e36x2=this[_0xba71[251]][_0xba71[1953]](_0x6e36x2);null!=_0x6e36x2&&this[_0xba71[904]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2706]]=function(_0x6e36x2){this[_0xba71[2707]](!0,!1,_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2708]]=function(_0x6e36x2){this[_0xba71[2707]](!1,!0,_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2707]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x4=_0x6e36x4||this[_0xba71[902]]();var _0x6e36x5=mxUtils[_0xba71[885]](this,function(_0x6e36x4){return null!=this[_0xba71[441]][_0xba71[248]](_0x6e36x4)&&0==this[_0xba71[251]][_0xba71[262]](_0x6e36x4)&&(this[_0xba71[251]][_0xba71[1193]](_0x6e36x4)&&_0x6e36x2||this[_0xba71[251]][_0xba71[250]](_0x6e36x4)&&_0x6e36x3)});_0x6e36x4=this[_0xba71[251]][_0xba71[1921]](_0x6e36x5,_0x6e36x4);this[_0xba71[904]](_0x6e36x4)};mxGraph[_0xba71[202]][_0xba71[2459]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[2692]](_0x6e36x2);this[_0xba71[2462]](_0x6e36x3)?_0x6e36x4?this[_0xba71[2697]](_0x6e36x2):this[_0xba71[2695]](_0x6e36x2):(!_0x6e36x4||1!=this[_0xba71[2694]]())&&this[_0xba71[2450]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2699]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[2462]](_0x6e36x3)?this[_0xba71[2696]](_0x6e36x2):this[_0xba71[904]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[2709]]=function(_0x6e36x2){var _0x6e36x3=null;null!=_0x6e36x2&&(this[_0xba71[251]][_0xba71[250]](_0x6e36x2[_0xba71[246]])?(_0x6e36x3=this[_0xba71[441]][_0xba71[2291]](_0x6e36x2),_0x6e36x3=this[_0xba71[2573]](_0x6e36x2)||_0x6e36x3==mxEdgeStyle[_0xba71[2568]]||_0x6e36x3==mxEdgeStyle[_0xba71[2569]]||_0x6e36x3==mxEdgeStyle[_0xba71[2570]]? new mxElbowEdgeHandler(_0x6e36x2):_0x6e36x3==mxEdgeStyle[_0xba71[2567]]||_0x6e36x3==mxEdgeStyle[_0xba71[2572]]? new mxEdgeSegmentHandler(_0x6e36x2): new mxEdgeHandler(_0x6e36x2)):_0x6e36x3= new mxVertexHandler(_0x6e36x2));return _0x6e36x3};mxGraph[_0xba71[202]][_0xba71[1133]]=function(_0x6e36x2){null==this[_0xba71[2329]]&&(this[_0xba71[2329]]=[]);this[_0xba71[2329]][_0xba71[207]](_0x6e36x2)};mxGraph[_0xba71[202]][_0xba71[1148]]=function(_0x6e36x2){if(null!=this[_0xba71[2329]]){for(var _0x6e36x3=0;_0x6e36x3<this[_0xba71[2329]][_0xba71[67]];_0x6e36x3++){if(this[_0xba71[2329]][_0x6e36x3]==_0x6e36x2){this[_0xba71[2329]][_0xba71[300]](_0x6e36x3,1);break}}}};mxGraph[_0xba71[202]][_0xba71[2710]]=function(_0x6e36x2){if(null==_0x6e36x2[_0xba71[725]]||null==_0x6e36x2[_0xba71[726]]){var _0x6e36x3=mxUtils[_0xba71[2196]](this[_0xba71[526]],_0x6e36x2[_0xba71[730]](),_0x6e36x2[_0xba71[732]]());_0x6e36x2[_0xba71[725]]=_0x6e36x3[_0xba71[235]]-this[_0xba71[1136]];_0x6e36x2[_0xba71[726]]=_0x6e36x3[_0xba71[236]]-this[_0xba71[1137]]}};mxGraph[_0xba71[202]][_0xba71[758]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){null==_0x6e36x4&&(_0x6e36x4=this);this[_0xba71[2710]](_0x6e36x3);_0x6e36x2==mxEvent[_0xba71[2711]]&&(this[_0xba71[1009]]= !0);if(mxClient[_0xba71[754]]&&this[_0xba71[2349]]&&_0x6e36x2==mxEvent[_0xba71[2711]]){var _0x6e36x5=( new Date)[_0xba71[178]]();_0x6e36x5-this[_0xba71[2213]]<this[_0xba71[2350]]&&Math[_0xba71[425]](this[_0xba71[2712]]-_0x6e36x3[_0xba71[730]]())<this[_0xba71[2351]]&&Math[_0xba71[425]](this[_0xba71[2352]]-_0x6e36x3[_0xba71[732]]())<this[_0xba71[2351]]?(this[_0xba71[2213]]=0,this[_0xba71[761]](_0x6e36x3[_0xba71[727]](),_0x6e36x3[_0xba71[736]]()),_0x6e36x3[_0xba71[727]]()[_0xba71[786]]= !0):(this[_0xba71[2712]]=_0x6e36x3[_0xba71[730]](),this[_0xba71[2352]]=_0x6e36x3[_0xba71[732]](),this[_0xba71[2213]]=_0x6e36x5)};_0x6e36x5=2!=_0x6e36x3[_0xba71[727]]()[_0xba71[764]];if(mxClient[_0xba71[80]]&&_0xba71[462]==document[_0xba71[135]]){if(null!=this[_0xba71[2713]]&&Math[_0xba71[425]](this[_0xba71[2713]]-_0x6e36x3[_0xba71[730]]())>this[_0xba71[2351]]||null!=this[_0xba71[2714]]&&Math[_0xba71[425]](this[_0xba71[2714]]-_0x6e36x3[_0xba71[732]]())>this[_0xba71[2351]]){_0x6e36x5= !0};_0x6e36x2==mxEvent[_0xba71[2715]]&&(this[_0xba71[2713]]=_0x6e36x3[_0xba71[730]](),this[_0xba71[2714]]=_0x6e36x3[_0xba71[732]]())};if((_0x6e36x2!=mxEvent[_0xba71[2715]]||this[_0xba71[1009]])&&_0x6e36x5){if(_0x6e36x2==mxEvent[_0xba71[2715]]&&(this[_0xba71[1009]]= !1),!this[_0xba71[2203]]()&&(mxClient[_0xba71[71]]||mxClient[_0xba71[75]]||mxClient[_0xba71[76]]||mxClient[_0xba71[80]]&&mxClient[_0xba71[48]]||_0x6e36x3[_0xba71[727]]()[_0xba71[772]]!=this[_0xba71[526]])){_0x6e36x2==mxEvent[_0xba71[2716]]&&(this[_0xba71[1009]]&&this[_0xba71[1012]])&&this[_0xba71[1014]](_0x6e36x3[_0xba71[734]](),_0x6e36x3[_0xba71[735]](),this[_0xba71[1013]]);if(null!=this[_0xba71[2329]]){_0x6e36x4=[_0x6e36x4,_0x6e36x3];_0x6e36x3[_0xba71[727]]()[_0xba71[739]]= !0;for(_0x6e36x5=0;_0x6e36x5<this[_0xba71[2329]][_0xba71[67]];_0x6e36x5++){var _0x6e36x9=this[_0xba71[2329]][_0x6e36x5];_0x6e36x2==mxEvent[_0xba71[2711]]?_0x6e36x9[_0xba71[787]][_0xba71[183]](_0x6e36x9,_0x6e36x4):_0x6e36x2==mxEvent[_0xba71[2716]]?_0x6e36x9[_0xba71[788]][_0xba71[183]](_0x6e36x9,_0x6e36x4):_0x6e36x2==mxEvent[_0xba71[2715]]&&_0x6e36x9[_0xba71[789]][_0xba71[183]](_0x6e36x9,_0x6e36x4)}};_0x6e36x2==mxEvent[_0xba71[2715]]&&this[_0xba71[173]](_0x6e36x3)}}else {_0x6e36x2==mxEvent[_0xba71[2715]]&&(this[_0xba71[1009]]= !1)}};mxGraph[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[2717]]||(this[_0xba71[2717]]= !0,null!=this[_0xba71[2276]]&&this[_0xba71[2276]][_0xba71[515]](),null!=this[_0xba71[2432]]&&this[_0xba71[2432]][_0xba71[515]](),null!=this[_0xba71[2316]]&&this[_0xba71[2316]][_0xba71[515]](),null!=this[_0xba71[2433]]&&this[_0xba71[2433]][_0xba71[515]](),null!=this[_0xba71[1011]]&&this[_0xba71[1011]][_0xba71[515]](),null!=this[_0xba71[2347]]&&this[_0xba71[2347]][_0xba71[515]](),null!=this[_0xba71[441]]&&this[_0xba71[441]][_0xba71[515]](),null!=this[_0xba71[251]]&&null!=this[_0xba71[2343]]&&(this[_0xba71[251]][_0xba71[745]](this[_0xba71[2343]]),this[_0xba71[2343]]=null),this[_0xba71[526]]=null)};function mxCellOverlay(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){this[_0xba71[618]]=_0x6e36x2;this[_0xba71[2718]]=_0x6e36x3;this[_0xba71[611]]=null!=_0x6e36x4?_0x6e36x4:this[_0xba71[611]];this[_0xba71[123]]=null!=_0x6e36x5?_0x6e36x5:this[_0xba71[123]];this[_0xba71[1368]]=null!=_0x6e36x9?_0x6e36x9: new mxPoint;this[_0xba71[270]]=null!=_0x6e36xa?_0x6e36xa:_0xba71[2719]}mxCellOverlay[_0xba71[202]]= new mxEventSource;mxCellOverlay[_0xba71[202]][_0xba71[196]]=mxCellOverlay;mxCellOverlay[_0xba71[202]][_0xba71[618]]=null;mxCellOverlay[_0xba71[202]][_0xba71[2718]]=null;mxCellOverlay[_0xba71[202]][_0xba71[611]]=mxConstants[_0xba71[480]];mxCellOverlay[_0xba71[202]][_0xba71[123]]=mxConstants[_0xba71[482]];mxCellOverlay[_0xba71[202]][_0xba71[1368]]=null;mxCellOverlay[_0xba71[202]][_0xba71[270]]=null;mxCellOverlay[_0xba71[202]][_0xba71[2354]]=0.5;mxCellOverlay[_0xba71[202]][_0xba71[1799]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[441]][_0xba71[1179]][_0xba71[502]]()[_0xba71[250]](_0x6e36x2[_0xba71[246]]),_0x6e36x4=_0x6e36x2[_0xba71[441]][_0xba71[255]],_0x6e36x5=null,_0x6e36x9=this[_0xba71[618]][_0xba71[117]],_0x6e36xa=this[_0xba71[618]][_0xba71[119]];_0x6e36x3?(_0x6e36x3=_0x6e36x2[_0xba71[439]],1==_0x6e36x3[_0xba71[67]]%2?_0x6e36x5=_0x6e36x3[Math[_0xba71[519]](_0x6e36x3[_0xba71[67]]/2)]:(_0x6e36x5=_0x6e36x3[_0xba71[67]]/2,_0x6e36x2=_0x6e36x3[_0x6e36x5-1],_0x6e36x3=_0x6e36x3[_0x6e36x5],_0x6e36x5= new mxPoint(_0x6e36x2[_0xba71[235]]+(_0x6e36x3[_0xba71[235]]-_0x6e36x2[_0xba71[235]])/2,_0x6e36x2[_0xba71[236]]+(_0x6e36x3[_0xba71[236]]-_0x6e36x2[_0xba71[236]])/2))):(_0x6e36x5= new mxPoint,_0x6e36x5[_0xba71[235]]=this[_0xba71[611]]==mxConstants[_0xba71[2132]]?_0x6e36x2[_0xba71[235]]:this[_0xba71[611]]==mxConstants[_0xba71[479]]?_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]]/2:_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]],_0x6e36x5[_0xba71[236]]=this[_0xba71[123]]==mxConstants[_0xba71[1687]]?_0x6e36x2[_0xba71[236]]:this[_0xba71[123]]==mxConstants[_0xba71[481]]?_0x6e36x2[_0xba71[236]]+_0x6e36x2[_0xba71[119]]/2:_0x6e36x2[_0xba71[236]]+_0x6e36x2[_0xba71[119]]);return new mxRectangle(Math[_0xba71[488]](_0x6e36x5[_0xba71[235]]-(_0x6e36x9*this[_0xba71[2354]]-this[_0xba71[1368]][_0xba71[235]])*_0x6e36x4),Math[_0xba71[488]](_0x6e36x5[_0xba71[236]]-(_0x6e36xa*this[_0xba71[2354]]-this[_0xba71[1368]][_0xba71[236]])*_0x6e36x4),_0x6e36x9*_0x6e36x4,_0x6e36xa*_0x6e36x4)};mxCellOverlay[_0xba71[202]][_0xba71[2591]]=function(){return this[_0xba71[2718]]};function mxOutline(_0x6e36x2,_0x6e36x3){this[_0xba71[1097]]=_0x6e36x2;null!=_0x6e36x3&&this[_0xba71[176]](_0x6e36x3)}mxOutline[_0xba71[202]][_0xba71[1097]]=null;mxOutline[_0xba71[202]][_0xba71[2136]]=null;mxOutline[_0xba71[202]][_0xba71[2720]]=mxConstants[_0xba71[2333]];mxOutline[_0xba71[202]][_0xba71[984]]= !0;mxOutline[_0xba71[202]][_0xba71[2721]]= !0;mxOutline[_0xba71[202]][_0xba71[467]]=10;mxOutline[_0xba71[202]][_0xba71[2722]]=8;mxOutline[_0xba71[202]][_0xba71[2723]]= !1;mxOutline[_0xba71[202]][_0xba71[2724]]=null;mxOutline[_0xba71[202]][_0xba71[1063]]= !1;mxOutline[_0xba71[202]][_0xba71[176]]=function(_0x6e36x2){this[_0xba71[2136]]= new mxGraph(_0x6e36x2,this[_0xba71[1097]][_0xba71[502]](),this[_0xba71[2720]],this[_0xba71[1097]][_0xba71[2434]]());this[_0xba71[2136]][_0xba71[2206]]= !1;this[_0xba71[2136]][_0xba71[1012]]= !1;var _0x6e36x3=this[_0xba71[2136]][_0xba71[1177]];this[_0xba71[2136]][_0xba71[1177]]=mxUtils[_0xba71[885]](this,function(_0x6e36x2){!this[_0xba71[1063]]&&null!=this[_0xba71[2136]]&&_0x6e36x3[_0xba71[183]](this[_0xba71[2136]],arguments)});mxClient[_0xba71[48]]&&(_0x6e36x2=this[_0xba71[2136]][_0xba71[249]]()[_0xba71[2051]]()[_0xba71[265]],_0x6e36x2[_0xba71[57]](_0xba71[2725],_0xba71[2726]),_0x6e36x2[_0xba71[57]](_0xba71[2727],_0xba71[2726]));this[_0xba71[2136]][_0xba71[2409]]= !1;this[_0xba71[2136]][_0xba71[995]](!1);this[_0xba71[2728]]=mxUtils[_0xba71[885]](this,function(_0x6e36x2,_0x6e36x3){!this[_0xba71[1063]]&&!this[_0xba71[1124]]&&this[_0xba71[2729]]()});this[_0xba71[1097]][_0xba71[502]]()[_0xba71[169]](mxEvent.CHANGE,this[_0xba71[2728]]);this[_0xba71[2136]][_0xba71[1133]](this);_0x6e36x2=this[_0xba71[1097]][_0xba71[249]]();_0x6e36x2[_0xba71[169]](mxEvent.SCALE,this[_0xba71[2728]]);_0x6e36x2[_0xba71[169]](mxEvent.TRANSLATE,this[_0xba71[2728]]);_0x6e36x2[_0xba71[169]](mxEvent.SCALE_AND_TRANSLATE,this[_0xba71[2728]]);_0x6e36x2[_0xba71[169]](mxEvent.DOWN,this[_0xba71[2728]]);_0x6e36x2[_0xba71[169]](mxEvent.UP,this[_0xba71[2728]]);mxEvent[_0xba71[169]](this[_0xba71[1097]][_0xba71[526]],_0xba71[276],this[_0xba71[2728]]);this[_0xba71[2730]]=mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[2723]]&&this[_0xba71[2728]][_0xba71[183]](this,arguments)});this[_0xba71[1097]][_0xba71[169]](mxEvent.PAN,this[_0xba71[2730]]);this[_0xba71[2731]]=mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[2136]][_0xba71[2341]](this[_0xba71[1097]][_0xba71[2434]]());this[_0xba71[2136]][_0xba71[802]]()});this[_0xba71[1097]][_0xba71[169]](mxEvent.REFRESH,this[_0xba71[2731]]);this[_0xba71[1562]]= new mxRectangle(0,0,0,0);this[_0xba71[2732]]= new mxRectangleShape(this[_0xba71[1562]],null,mxConstants.OUTLINE_COLOR,mxConstants.OUTLINE_STROKEWIDTH);this[_0xba71[2732]][_0xba71[507]]=this[_0xba71[2136]][_0xba71[507]]!=mxConstants[_0xba71[508]]?mxConstants[_0xba71[1523]]:mxConstants[_0xba71[508]];this[_0xba71[2732]][_0xba71[176]](this[_0xba71[2136]][_0xba71[249]]()[_0xba71[1524]]());mxEvent[_0xba71[2733]](this[_0xba71[2732]][_0xba71[252]],this[_0xba71[2136]]);this[_0xba71[2732]][_0xba71[252]][_0xba71[124]][_0xba71[1537]]=_0xba71[110];this[_0xba71[2734]]=this[_0xba71[2735]]();this[_0xba71[2734]][_0xba71[176]](this[_0xba71[2136]][_0xba71[249]]()[_0xba71[1524]]());this[_0xba71[984]]&&(this[_0xba71[2734]][_0xba71[252]][_0xba71[124]][_0xba71[270]]=_0xba71[356]);mxEvent[_0xba71[169]](this[_0xba71[2734]][_0xba71[252]],mxClient[_0xba71[754]]?_0xba71[755]:_0xba71[751],mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[2136]][_0xba71[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x6e36x2))}));this[_0xba71[2732]][_0xba71[252]][_0xba71[124]][_0xba71[495]]=this[_0xba71[2721]]?_0xba71[110]:_0xba71[130];this[_0xba71[2734]][_0xba71[252]][_0xba71[124]][_0xba71[495]]=this[_0xba71[2732]][_0xba71[252]][_0xba71[124]][_0xba71[495]];this[_0xba71[2732]][_0xba71[252]][_0xba71[124]][_0xba71[270]]=_0xba71[582];this[_0xba71[2729]](!1)};mxOutline[_0xba71[202]][_0xba71[994]]=function(){return this[_0xba71[984]]};mxOutline[_0xba71[202]][_0xba71[995]]=function(_0x6e36x2){this[_0xba71[984]]=_0x6e36x2};mxOutline[_0xba71[202]][_0xba71[2736]]=function(_0x6e36x2){this[_0xba71[2734]][_0xba71[252]][_0xba71[124]][_0xba71[187]]=_0x6e36x2?_0xba71[189]:_0xba71[188]};mxOutline[_0xba71[202]][_0xba71[802]]=function(){this[_0xba71[2729]](!0)};mxOutline[_0xba71[202]][_0xba71[2735]]=function(){var _0x6e36x2=null!=this[_0xba71[2724]]? new mxImageShape( new mxRectangle(0,0,this[_0xba71[2724]][_0xba71[117]],this[_0xba71[2724]][_0xba71[119]]),this[_0xba71[2724]][_0xba71[390]]): new mxRectangleShape( new mxRectangle(0,0,this[_0xba71[2722]],this[_0xba71[2722]]),mxConstants.OUTLINE_HANDLE_FILLCOLOR,mxConstants.OUTLINE_HANDLE_STROKECOLOR);_0x6e36x2[_0xba71[507]]=this[_0xba71[2136]][_0xba71[507]];return _0x6e36x2};mxOutline[_0xba71[202]][_0xba71[2737]]=function(){return new mxRectangle(0,0,this[_0xba71[1097]][_0xba71[526]][_0xba71[1526]],this[_0xba71[1097]][_0xba71[526]][_0xba71[191]])};mxOutline[_0xba71[202]][_0xba71[2738]]=function(_0x6e36x2){return null};mxOutline[_0xba71[202]][_0xba71[2729]]=function(_0x6e36x2){if(null!=this[_0xba71[1097]]){var _0x6e36x3=this[_0xba71[1097]][_0xba71[441]][_0xba71[255]],_0x6e36x4=this[_0xba71[1097]][_0xba71[517]](),_0x6e36x4= new mxRectangle(_0x6e36x4[_0xba71[235]]/_0x6e36x3+this[_0xba71[1097]][_0xba71[1136]],_0x6e36x4[_0xba71[236]]/_0x6e36x3+this[_0xba71[1097]][_0xba71[1137]],_0x6e36x4[_0xba71[117]]/_0x6e36x3,_0x6e36x4[_0xba71[119]]/_0x6e36x3),_0x6e36x5= new mxRectangle(0,0,this[_0xba71[1097]][_0xba71[526]][_0xba71[159]]/_0x6e36x3,this[_0xba71[1097]][_0xba71[526]][_0xba71[157]]/_0x6e36x3),_0x6e36x9=_0x6e36x4[_0xba71[238]]();_0x6e36x9[_0xba71[99]](_0x6e36x5);var _0x6e36xa=this[_0xba71[2737]](),_0x6e36x5=Math[_0xba71[160]](_0x6e36xa[_0xba71[117]]/_0x6e36x3,_0x6e36x9[_0xba71[117]]),_0x6e36x3=Math[_0xba71[160]](_0x6e36xa[_0xba71[119]]/_0x6e36x3,_0x6e36x9[_0xba71[119]]),_0x6e36x9=Math[_0xba71[160]](0,this[_0xba71[2136]][_0xba71[526]][_0xba71[159]]-this[_0xba71[467]]),_0x6e36xa=Math[_0xba71[160]](0,this[_0xba71[2136]][_0xba71[526]][_0xba71[157]]-this[_0xba71[467]]),_0x6e36x9=Math[_0xba71[243]](_0x6e36x9/_0x6e36x5,_0x6e36xa/_0x6e36x3);if(0<_0x6e36x9){this[_0xba71[2136]][_0xba71[249]]()[_0xba71[255]]!=_0x6e36x9&&(this[_0xba71[2136]][_0xba71[249]]()[_0xba71[255]]=_0x6e36x9,_0x6e36x2= !0);_0x6e36x5=this[_0xba71[2136]][_0xba71[249]]();_0x6e36x5[_0xba71[1741]]!=this[_0xba71[1097]][_0xba71[249]]()[_0xba71[1741]]&&_0x6e36x5[_0xba71[2257]](this[_0xba71[1097]][_0xba71[249]]()[_0xba71[1741]]);var _0x6e36x3=this[_0xba71[1097]][_0xba71[441]][_0xba71[513]],_0x6e36xa=_0x6e36x3[_0xba71[235]]+this[_0xba71[1097]][_0xba71[1136]],_0x6e36x12=_0x6e36x3[_0xba71[236]]+this[_0xba71[1097]][_0xba71[1137]],_0x6e36x9=this[_0xba71[2738]](_0x6e36x9);null!=_0x6e36x9&&(_0x6e36xa+=_0x6e36x9[_0xba71[235]],_0x6e36x12+=_0x6e36x9[_0xba71[236]]);0>_0x6e36x4[_0xba71[235]]&&(_0x6e36xa-=_0x6e36x4[_0xba71[235]]);0>_0x6e36x4[_0xba71[236]]&&(_0x6e36x12-=_0x6e36x4[_0xba71[236]]);if(_0x6e36x5[_0xba71[513]][_0xba71[235]]!=_0x6e36xa||_0x6e36x5[_0xba71[513]][_0xba71[236]]!=_0x6e36x12){_0x6e36x5[_0xba71[513]][_0xba71[235]]=_0x6e36xa,_0x6e36x5[_0xba71[513]][_0xba71[236]]=_0x6e36x12,_0x6e36x2= !0};var _0x6e36x4=_0x6e36x5[_0xba71[513]],_0x6e36x9=this[_0xba71[1097]][_0xba71[249]]()[_0xba71[255]],_0x6e36xa=_0x6e36x9/_0x6e36x5[_0xba71[255]],_0x6e36x12=1/_0x6e36x5[_0xba71[255]],_0x6e36x13=this[_0xba71[1097]][_0xba71[526]];this[_0xba71[1562]]= new mxRectangle((_0x6e36x4[_0xba71[235]]-_0x6e36x3[_0xba71[235]]-this[_0xba71[1097]][_0xba71[1136]])/_0x6e36x12,(_0x6e36x4[_0xba71[236]]-_0x6e36x3[_0xba71[236]]-this[_0xba71[1097]][_0xba71[1137]])/_0x6e36x12,_0x6e36x13[_0xba71[159]]/_0x6e36xa,_0x6e36x13[_0xba71[157]]/_0x6e36xa);this[_0xba71[1562]][_0xba71[235]]+=this[_0xba71[1097]][_0xba71[526]][_0xba71[360]]*_0x6e36x5[_0xba71[255]]/_0x6e36x9;this[_0xba71[1562]][_0xba71[236]]+=this[_0xba71[1097]][_0xba71[526]][_0xba71[190]]*_0x6e36x5[_0xba71[255]]/_0x6e36x9;_0x6e36x4=this[_0xba71[2732]][_0xba71[1562]];if(_0x6e36x4[_0xba71[235]]!=this[_0xba71[1562]][_0xba71[235]]||_0x6e36x4[_0xba71[236]]!=this[_0xba71[1562]][_0xba71[236]]||_0x6e36x4[_0xba71[117]]!=this[_0xba71[1562]][_0xba71[117]]||_0x6e36x4[_0xba71[119]]!=this[_0xba71[1562]][_0xba71[119]]){this[_0xba71[2732]][_0xba71[1562]]=this[_0xba71[1562]],this[_0xba71[2732]][_0xba71[258]]()};_0x6e36x4=this[_0xba71[2734]][_0xba71[1562]];_0x6e36x5= new mxRectangle(this[_0xba71[1562]][_0xba71[235]]+this[_0xba71[1562]][_0xba71[117]]-_0x6e36x4[_0xba71[117]]/2,this[_0xba71[1562]][_0xba71[236]]+this[_0xba71[1562]][_0xba71[119]]-_0x6e36x4[_0xba71[119]]/2,_0x6e36x4[_0xba71[117]],_0x6e36x4[_0xba71[119]]);if(_0x6e36x4[_0xba71[235]]!=_0x6e36x5[_0xba71[235]]||_0x6e36x4[_0xba71[236]]!=_0x6e36x5[_0xba71[236]]||_0x6e36x4[_0xba71[117]]!=_0x6e36x5[_0xba71[117]]||_0x6e36x4[_0xba71[119]]!=_0x6e36x5[_0xba71[119]]){this[_0xba71[2734]][_0xba71[1562]]=_0x6e36x5,_0xba71[188]!=this[_0xba71[2734]][_0xba71[252]][_0xba71[124]][_0xba71[187]]&&this[_0xba71[2734]][_0xba71[258]]()};_0x6e36x2&&this[_0xba71[2136]][_0xba71[441]][_0xba71[2259]]()}}};mxOutline[_0xba71[202]][_0xba71[787]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[984]]&&this[_0xba71[2721]]&&(this[_0xba71[499]]=_0x6e36x3[_0xba71[729]](this[_0xba71[2734]]),this[_0xba71[2739]]=_0x6e36x3[_0xba71[730]](),this[_0xba71[2740]]=_0x6e36x3[_0xba71[732]](),this[_0xba71[1124]]= !0,this[_0xba71[1097]][_0xba71[2365]]&&mxUtils[_0xba71[1134]](this[_0xba71[1097]][_0xba71[526]])?(this[_0xba71[2741]]=this[_0xba71[1097]][_0xba71[526]][_0xba71[360]],this[_0xba71[2742]]=this[_0xba71[1097]][_0xba71[526]][_0xba71[190]]):this[_0xba71[2742]]=this[_0xba71[2741]]=0);_0x6e36x3[_0xba71[722]]()};mxOutline[_0xba71[202]][_0xba71[788]]=function(_0x6e36x2,_0x6e36x3){if(this[_0xba71[1124]]){this[_0xba71[2732]][_0xba71[252]][_0xba71[124]][_0xba71[495]]=this[_0xba71[2721]]?_0xba71[110]:_0xba71[130];this[_0xba71[2734]][_0xba71[252]][_0xba71[124]][_0xba71[495]]=this[_0xba71[2732]][_0xba71[252]][_0xba71[124]][_0xba71[495]];var _0x6e36x4=_0x6e36x3[_0xba71[730]]()-this[_0xba71[2739]],_0x6e36x5=_0x6e36x3[_0xba71[732]]()-this[_0xba71[2740]],_0x6e36x9=null;if(this[_0xba71[499]]){_0x6e36x9=this[_0xba71[1097]][_0xba71[526]],_0x6e36x5=_0x6e36x4/(_0x6e36x9[_0xba71[159]]/_0x6e36x9[_0xba71[157]]),_0x6e36x9= new mxRectangle(this[_0xba71[1562]][_0xba71[235]],this[_0xba71[1562]][_0xba71[236]],Math[_0xba71[160]](1,this[_0xba71[1562]][_0xba71[117]]+_0x6e36x4),Math[_0xba71[160]](1,this[_0xba71[1562]][_0xba71[119]]+_0x6e36x5)),this[_0xba71[2732]][_0xba71[1562]]=_0x6e36x9,this[_0xba71[2732]][_0xba71[258]]()}else {var _0x6e36xa=this[_0xba71[2136]][_0xba71[249]]()[_0xba71[255]],_0x6e36x9= new mxRectangle(this[_0xba71[1562]][_0xba71[235]]+_0x6e36x4,this[_0xba71[1562]][_0xba71[236]]+_0x6e36x5,this[_0xba71[1562]][_0xba71[117]],this[_0xba71[1562]][_0xba71[119]]);this[_0xba71[2732]][_0xba71[1562]]=_0x6e36x9;this[_0xba71[2732]][_0xba71[258]]();_0x6e36x4=_0x6e36x4/_0x6e36xa*this[_0xba71[1097]][_0xba71[249]]()[_0xba71[255]];_0x6e36x5=_0x6e36x5/_0x6e36xa*this[_0xba71[1097]][_0xba71[249]]()[_0xba71[255]];this[_0xba71[1097]][_0xba71[1135]](-_0x6e36x4-this[_0xba71[2741]],-_0x6e36x5-this[_0xba71[2742]])};_0x6e36x4=this[_0xba71[2734]][_0xba71[1562]];this[_0xba71[2734]][_0xba71[1562]]= new mxRectangle(_0x6e36x9[_0xba71[235]]+_0x6e36x9[_0xba71[117]]-_0x6e36x4[_0xba71[117]]/2,_0x6e36x9[_0xba71[236]]+_0x6e36x9[_0xba71[119]]-_0x6e36x4[_0xba71[119]]/2,_0x6e36x4[_0xba71[117]],_0x6e36x4[_0xba71[119]]);_0xba71[188]!=this[_0xba71[2734]][_0xba71[252]][_0xba71[124]][_0xba71[187]]&&this[_0xba71[2734]][_0xba71[258]]();_0x6e36x3[_0xba71[722]]()}};mxOutline[_0xba71[202]][_0xba71[789]]=function(_0x6e36x2,_0x6e36x3){if(this[_0xba71[1124]]){var _0x6e36x4=_0x6e36x3[_0xba71[730]]()-this[_0xba71[2739]],_0x6e36x5=_0x6e36x3[_0xba71[732]]()-this[_0xba71[2740]];if(0<Math[_0xba71[425]](_0x6e36x4)||0<Math[_0xba71[425]](_0x6e36x5)){if(this[_0xba71[499]]){var _0x6e36x5=this[_0xba71[2732]][_0xba71[1562]][_0xba71[117]],_0x6e36x9=this[_0xba71[1097]][_0xba71[249]]()[_0xba71[255]];this[_0xba71[1097]][_0xba71[2561]](_0x6e36x9-_0x6e36x4*_0x6e36x9/_0x6e36x5,!1)}else {if(!this[_0xba71[1097]][_0xba71[2365]]||!mxUtils[_0xba71[1134]](this[_0xba71[1097]][_0xba71[526]])){this[_0xba71[1097]][_0xba71[1135]](0,0),_0x6e36x4/=this[_0xba71[2136]][_0xba71[249]]()[_0xba71[255]],_0x6e36x5/=this[_0xba71[2136]][_0xba71[249]]()[_0xba71[255]],_0x6e36x9=this[_0xba71[1097]][_0xba71[249]]()[_0xba71[513]],this[_0xba71[1097]][_0xba71[249]]()[_0xba71[1147]](_0x6e36x9[_0xba71[235]]-_0x6e36x4,_0x6e36x9[_0xba71[236]]-_0x6e36x5)}};this[_0xba71[2729]]();_0x6e36x3[_0xba71[722]]()};this[_0xba71[1983]]=null;this[_0xba71[1124]]= !1}};mxOutline[_0xba71[202]][_0xba71[515]]=function(){null!=this[_0xba71[1097]]&&(this[_0xba71[1097]][_0xba71[745]](this[_0xba71[2730]]),this[_0xba71[1097]][_0xba71[745]](this[_0xba71[2731]]),this[_0xba71[1097]][_0xba71[502]]()[_0xba71[745]](this[_0xba71[2728]]),this[_0xba71[1097]][_0xba71[249]]()[_0xba71[745]](this[_0xba71[2728]]),mxEvent[_0xba71[169]](this[_0xba71[1097]][_0xba71[526]],_0xba71[276],this[_0xba71[2728]]),this[_0xba71[1097]]=null);null!=this[_0xba71[2136]]&&(this[_0xba71[2136]][_0xba71[1148]](this),this[_0xba71[2136]][_0xba71[515]](),this[_0xba71[2136]]=null);null!=this[_0xba71[2732]]&&(this[_0xba71[2732]][_0xba71[515]](),this[_0xba71[2732]]=null);null!=this[_0xba71[2734]]&&(this[_0xba71[2734]][_0xba71[515]](),this[_0xba71[2734]]=null)};function mxMultiplicity(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14,_0x6e36x15){this[_0xba71[1097]]=_0x6e36x2;this[_0xba71[60]]=_0x6e36x3;this[_0xba71[2588]]=_0x6e36x4;this[_0xba71[131]]=_0x6e36x5;this[_0xba71[243]]=null!=_0x6e36x9?_0x6e36x9:0;this[_0xba71[160]]=null!=_0x6e36xa?_0x6e36xa:_0xba71[2743];this[_0xba71[2744]]=_0x6e36x12;this[_0xba71[2589]]=mxResources[_0xba71[203]](_0x6e36x13)||_0x6e36x13;this[_0xba71[2745]]=mxResources[_0xba71[203]](_0x6e36x14)||_0x6e36x14;this[_0xba71[2746]]=null!=_0x6e36x15?_0x6e36x15:!0}mxMultiplicity[_0xba71[202]][_0xba71[60]]=null;mxMultiplicity[_0xba71[202]][_0xba71[2588]]=null;mxMultiplicity[_0xba71[202]][_0xba71[131]]=null;mxMultiplicity[_0xba71[202]][_0xba71[1097]]=null;mxMultiplicity[_0xba71[202]][_0xba71[243]]=null;mxMultiplicity[_0xba71[202]][_0xba71[160]]=null;mxMultiplicity[_0xba71[202]][_0xba71[2744]]=null;mxMultiplicity[_0xba71[202]][_0xba71[2746]]= !0;mxMultiplicity[_0xba71[202]][_0xba71[2589]]=null;mxMultiplicity[_0xba71[202]][_0xba71[2745]]=null;mxMultiplicity[_0xba71[202]][_0xba71[2583]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){var _0x6e36x12=_0xba71[110];if(this[_0xba71[1097]]&&this[_0xba71[2747]](_0x6e36x2,_0x6e36x4,_0x6e36x3)||!this[_0xba71[1097]]&&this[_0xba71[2747]](_0x6e36x2,_0x6e36x5,_0x6e36x3)){if(null!=this[_0xba71[2589]]&&(this[_0xba71[1097]]&&(0==this[_0xba71[160]]||_0x6e36x9>=this[_0xba71[160]])||!this[_0xba71[1097]]&&(0==this[_0xba71[160]]||_0x6e36xa>=this[_0xba71[160]]))){_0x6e36x12+=this[_0xba71[2589]]+_0xba71[192]};null!=this[_0xba71[2744]]&&(null!=this[_0xba71[2745]]&&0<this[_0xba71[2744]][_0xba71[67]])&&(this[_0xba71[2748]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5)||(_0x6e36x12+=this[_0xba71[2745]]+_0xba71[192]))};return 0<_0x6e36x12[_0xba71[67]]?_0x6e36x12:null};mxMultiplicity[_0xba71[202]][_0xba71[2748]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x3=_0x6e36x2[_0xba71[251]][_0xba71[433]](_0x6e36x4);_0x6e36x5=_0x6e36x2[_0xba71[251]][_0xba71[433]](_0x6e36x5);_0x6e36x4=!this[_0xba71[2746]];for(var _0x6e36x9=this[_0xba71[2744]],_0x6e36xa=0;_0x6e36xa<_0x6e36x9[_0xba71[67]];_0x6e36xa++){if(this[_0xba71[1097]]&&this[_0xba71[2749]](_0x6e36x2,_0x6e36x5,_0x6e36x9[_0x6e36xa])){_0x6e36x4=this[_0xba71[2746]];break}else {if(!this[_0xba71[1097]]&&this[_0xba71[2749]](_0x6e36x2,_0x6e36x3,_0x6e36x9[_0x6e36xa])){_0x6e36x4=this[_0xba71[2746]];break}}};return _0x6e36x4};mxMultiplicity[_0xba71[202]][_0xba71[2747]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x3=_0x6e36x2[_0xba71[251]][_0xba71[433]](_0x6e36x3);return this[_0xba71[2749]](_0x6e36x2,_0x6e36x3,this[_0xba71[60]],this[_0xba71[2588]],this[_0xba71[131]])};mxMultiplicity[_0xba71[202]][_0xba71[2749]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){return null!=_0x6e36x3?isNaN(_0x6e36x3[_0xba71[288]])?_0x6e36x3==_0x6e36x4:mxUtils[_0xba71[1331]](_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9):!1};function mxLayoutManager(_0x6e36x2){this[_0xba71[2750]]=mxUtils[_0xba71[885]](this,function(_0x6e36x2,_0x6e36x4){this[_0xba71[994]]()&&this[_0xba71[823]](_0x6e36x4[_0xba71[720]](_0xba71[1061]))});this[_0xba71[2317]]=mxUtils[_0xba71[885]](this,function(_0x6e36x2,_0x6e36x4){this[_0xba71[994]]()&&this[_0xba71[835]](_0x6e36x4[_0xba71[720]](_0xba71[895]),_0x6e36x4[_0xba71[720]](_0xba71[763]))});this[_0xba71[1178]](_0x6e36x2)}mxLayoutManager[_0xba71[202]]= new mxEventSource;mxLayoutManager[_0xba71[202]][_0xba71[196]]=mxLayoutManager;mxLayoutManager[_0xba71[202]][_0xba71[1179]]=null;mxLayoutManager[_0xba71[202]][_0xba71[2751]]= !0;mxLayoutManager[_0xba71[202]][_0xba71[984]]= !0;mxLayoutManager[_0xba71[202]][_0xba71[2728]]=null;mxLayoutManager[_0xba71[202]][_0xba71[2317]]=null;mxLayoutManager[_0xba71[202]][_0xba71[994]]=function(){return this[_0xba71[984]]};mxLayoutManager[_0xba71[202]][_0xba71[995]]=function(_0x6e36x2){this[_0xba71[984]]=_0x6e36x2};mxLayoutManager[_0xba71[202]][_0xba71[2752]]=function(){return this[_0xba71[2751]]};mxLayoutManager[_0xba71[202]][_0xba71[2753]]=function(_0x6e36x2){this[_0xba71[2751]]=_0x6e36x2};mxLayoutManager[_0xba71[202]][_0xba71[1703]]=function(){return this[_0xba71[1179]]};mxLayoutManager[_0xba71[202]][_0xba71[1178]]=function(_0x6e36x2){if(null!=this[_0xba71[1179]]){var _0x6e36x3=this[_0xba71[1179]][_0xba71[502]]();_0x6e36x3[_0xba71[745]](this[_0xba71[2750]]);this[_0xba71[1179]][_0xba71[745]](this[_0xba71[2317]])};this[_0xba71[1179]]=_0x6e36x2;null!=this[_0xba71[1179]]&&(_0x6e36x3=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x3[_0xba71[169]](mxEvent.BEFORE_UNDO,this[_0xba71[2750]]),this[_0xba71[1179]][_0xba71[169]](mxEvent.MOVE_CELLS,this[_0xba71[2317]]))};mxLayoutManager[_0xba71[202]][_0xba71[2754]]=function(_0x6e36x2){return null};mxLayoutManager[_0xba71[202]][_0xba71[823]]=function(_0x6e36x2){_0x6e36x2=this[_0xba71[2755]](_0x6e36x2[_0xba71[1065]]);var _0x6e36x3=this[_0xba71[1703]]()[_0xba71[502]]();if(this[_0xba71[2752]]()){for(var _0x6e36x4=_0x6e36x3[_0xba71[1977]](_0x6e36x2);0<_0x6e36x4[_0xba71[67]];){_0x6e36x2=_0x6e36x2[_0xba71[1919]](_0x6e36x4),_0x6e36x4=_0x6e36x3[_0xba71[1977]](_0x6e36x4)}};this[_0xba71[828]](mxUtils[_0xba71[1779]](_0x6e36x2,!1))};mxLayoutManager[_0xba71[202]][_0xba71[835]]=function(_0x6e36x2,_0x6e36x3){if(null!=_0x6e36x2&&null!=_0x6e36x3){for(var _0x6e36x4=mxUtils[_0xba71[2196]](this[_0xba71[1703]]()[_0xba71[526]],mxEvent[_0xba71[731]](_0x6e36x3),mxEvent[_0xba71[733]](_0x6e36x3)),_0x6e36x5=this[_0xba71[1703]]()[_0xba71[502]](),_0x6e36x9=0;_0x6e36x9<_0x6e36x2[_0xba71[67]];_0x6e36x9++){var _0x6e36xa=this[_0xba71[2754]](_0x6e36x5[_0xba71[1197]](_0x6e36x2[_0x6e36x9]));null!=_0x6e36xa&&_0x6e36xa[_0xba71[1702]](_0x6e36x2[_0x6e36x9],_0x6e36x4[_0xba71[235]],_0x6e36x4[_0xba71[236]])}}};mxLayoutManager[_0xba71[202]][_0xba71[2755]]=function(_0x6e36x2){for(var _0x6e36x3=[],_0x6e36x4={},_0x6e36x5=0;_0x6e36x5<_0x6e36x2[_0xba71[67]];_0x6e36x5++){var _0x6e36x9=_0x6e36x2[_0x6e36x5];if(_0x6e36x9 instanceof mxRootChange){return []};for(var _0x6e36x9=this[_0xba71[2756]](_0x6e36x9),_0x6e36xa=0;_0x6e36xa<_0x6e36x9[_0xba71[67]];_0x6e36xa++){if(null!=_0x6e36x9[_0x6e36xa]){var _0x6e36x12=mxCellPath[_0xba71[385]](_0x6e36x9[_0x6e36xa]);null==_0x6e36x4[_0x6e36x12]&&(_0x6e36x4[_0x6e36x12]=_0x6e36x9[_0x6e36xa],_0x6e36x3[_0xba71[207]](_0x6e36x9[_0x6e36xa]))}}};return _0x6e36x3};mxLayoutManager[_0xba71[202]][_0xba71[2756]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1703]]()[_0xba71[502]]();return _0x6e36x2 instanceof mxChildChange?[_0x6e36x2[_0xba71[247]],_0x6e36x2[_0xba71[257]],_0x6e36x3[_0xba71[1197]](_0x6e36x2[_0xba71[247]])]:_0x6e36x2 instanceof mxTerminalChange||_0x6e36x2 instanceof mxGeometryChange?[_0x6e36x2[_0xba71[246]],_0x6e36x3[_0xba71[1197]](_0x6e36x2[_0xba71[246]])]:[]};mxLayoutManager[_0xba71[202]][_0xba71[828]]=function(_0x6e36x2){if(0<_0x6e36x2[_0xba71[67]]){var _0x6e36x3=this[_0xba71[1703]]()[_0xba71[502]]();_0x6e36x3[_0xba71[473]]();try{for(var _0x6e36x4=null,_0x6e36x5=0;_0x6e36x5<_0x6e36x2[_0xba71[67]];_0x6e36x5++){_0x6e36x2[_0x6e36x5]!=_0x6e36x3[_0xba71[501]]()&&_0x6e36x2[_0x6e36x5]!=_0x6e36x4&&(_0x6e36x4=_0x6e36x2[_0x6e36x5],this[_0xba71[2757]](this[_0xba71[2754]](_0x6e36x4),_0x6e36x4))};this[_0xba71[746]]( new mxEventObject(mxEvent.LAYOUT_CELLS,_0xba71[895],_0x6e36x2))}finally{_0x6e36x3[_0xba71[476]]()}}};mxLayoutManager[_0xba71[202]][_0xba71[2757]]=function(_0x6e36x2,_0x6e36x3){null!=_0x6e36x2&&null!=_0x6e36x3&&_0x6e36x2[_0xba71[350]](_0x6e36x3)};mxLayoutManager[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[1178]](null)};function mxSpaceManager(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){this[_0xba71[2758]]=mxUtils[_0xba71[885]](this,function(_0x6e36x2,_0x6e36x3){this[_0xba71[994]]()&&this[_0xba71[837]](_0x6e36x3[_0xba71[720]](_0xba71[895]))});this[_0xba71[2759]]=mxUtils[_0xba71[885]](this,function(_0x6e36x2,_0x6e36x3){this[_0xba71[994]]()&&this[_0xba71[837]](_0x6e36x3[_0xba71[720]](_0xba71[895]))});this[_0xba71[2760]]=null!=_0x6e36x3?_0x6e36x3:!0;this[_0xba71[2761]]=null!=_0x6e36x4?_0x6e36x4:!0;this[_0xba71[2392]]=null!=_0x6e36x5?_0x6e36x5:!0;this[_0xba71[1178]](_0x6e36x2)}mxSpaceManager[_0xba71[202]]= new mxEventSource;mxSpaceManager[_0xba71[202]][_0xba71[196]]=mxSpaceManager;mxSpaceManager[_0xba71[202]][_0xba71[1179]]=null;mxSpaceManager[_0xba71[202]][_0xba71[984]]= !0;mxSpaceManager[_0xba71[202]][_0xba71[2760]]= !0;mxSpaceManager[_0xba71[202]][_0xba71[2761]]= !0;mxSpaceManager[_0xba71[202]][_0xba71[2392]]= !0;mxSpaceManager[_0xba71[202]][_0xba71[2758]]=null;mxSpaceManager[_0xba71[202]][_0xba71[2759]]=null;mxSpaceManager[_0xba71[202]][_0xba71[2762]]=function(_0x6e36x2){return !this[_0xba71[1703]]()[_0xba71[502]]()[_0xba71[1193]](_0x6e36x2)};mxSpaceManager[_0xba71[202]][_0xba71[2763]]=function(_0x6e36x2){return this[_0xba71[1703]]()[_0xba71[502]]()[_0xba71[1193]](_0x6e36x2)&&this[_0xba71[1703]]()[_0xba71[1712]](_0x6e36x2)};mxSpaceManager[_0xba71[202]][_0xba71[994]]=function(){return this[_0xba71[984]]};mxSpaceManager[_0xba71[202]][_0xba71[995]]=function(_0x6e36x2){this[_0xba71[984]]=_0x6e36x2};mxSpaceManager[_0xba71[202]][_0xba71[2764]]=function(){return this[_0xba71[2760]]};mxSpaceManager[_0xba71[202]][_0xba71[2765]]=function(_0x6e36x2){this[_0xba71[2760]]=_0x6e36x2};mxSpaceManager[_0xba71[202]][_0xba71[2766]]=function(){return this[_0xba71[2761]]};mxSpaceManager[_0xba71[202]][_0xba71[2767]]=function(_0x6e36x2){this[_0xba71[2761]]=_0x6e36x2};mxSpaceManager[_0xba71[202]][_0xba71[2678]]=function(){return this[_0xba71[2392]]};mxSpaceManager[_0xba71[202]][_0xba71[2679]]=function(_0x6e36x2){this[_0xba71[2392]]=_0x6e36x2};mxSpaceManager[_0xba71[202]][_0xba71[1703]]=function(){return this[_0xba71[1179]]};mxSpaceManager[_0xba71[202]][_0xba71[1178]]=function(_0x6e36x2){null!=this[_0xba71[1179]]&&(this[_0xba71[1179]][_0xba71[745]](this[_0xba71[2758]]),this[_0xba71[1179]][_0xba71[745]](this[_0xba71[2759]]));this[_0xba71[1179]]=_0x6e36x2;null!=this[_0xba71[1179]]&&(this[_0xba71[1179]][_0xba71[169]](mxEvent.RESIZE_CELLS,this[_0xba71[2758]]),this[_0xba71[1179]][_0xba71[169]](mxEvent.FOLD_CELLS,this[_0xba71[2759]]))};mxSpaceManager[_0xba71[202]][_0xba71[837]]=function(_0x6e36x2){if(null!=_0x6e36x2){var _0x6e36x3=this[_0xba71[1179]][_0xba71[502]]();_0x6e36x3[_0xba71[473]]();try{for(var _0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){if(!this[_0xba71[2762]](_0x6e36x2[_0x6e36x4])){this[_0xba71[2768]](_0x6e36x2[_0x6e36x4]);break}}}finally{_0x6e36x3[_0xba71[476]]()}}};mxSpaceManager[_0xba71[202]][_0xba71[2768]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1703]](),_0x6e36x4=_0x6e36x3[_0xba71[249]](),_0x6e36x5=_0x6e36x3[_0xba71[502]](),_0x6e36x9=_0x6e36x4[_0xba71[248]](_0x6e36x2),_0x6e36xa=_0x6e36x4[_0xba71[248]](_0x6e36x5[_0xba71[1197]](_0x6e36x2));if(null!=_0x6e36x9&&null!=_0x6e36xa){var _0x6e36x12=this[_0xba71[2769]](_0x6e36x9),_0x6e36x13=_0x6e36x5[_0xba71[1721]](_0x6e36x2);if(null!=_0x6e36x12&&null!=_0x6e36x13){var _0x6e36x14=_0x6e36x4[_0xba71[513]],_0x6e36x15=_0x6e36x4[_0xba71[255]],_0x6e36x4=_0x6e36x9[_0xba71[235]]-_0x6e36xa[_0xba71[2078]][_0xba71[235]]-_0x6e36x14[_0xba71[235]]*_0x6e36x15,_0x6e36xa=_0x6e36x9[_0xba71[236]]-_0x6e36xa[_0xba71[2078]][_0xba71[236]]-_0x6e36x14[_0xba71[236]]*_0x6e36x15,_0x6e36x14=_0x6e36x9[_0xba71[235]]+_0x6e36x9[_0xba71[117]],_0x6e36x16=_0x6e36x9[_0xba71[236]]+_0x6e36x9[_0xba71[119]],_0x6e36x17=_0x6e36x9[_0xba71[117]]-_0x6e36x13[_0xba71[117]]*_0x6e36x15+_0x6e36x4-_0x6e36x13[_0xba71[235]]*_0x6e36x15,_0x6e36x18=_0x6e36x9[_0xba71[119]]-_0x6e36x13[_0xba71[119]]*_0x6e36x15+_0x6e36xa-_0x6e36x13[_0xba71[236]]*_0x6e36x15,_0x6e36x19=1-_0x6e36x13[_0xba71[117]]*_0x6e36x15/_0x6e36x9[_0xba71[117]],_0x6e36x9=1-_0x6e36x13[_0xba71[119]]*_0x6e36x15/_0x6e36x9[_0xba71[119]];_0x6e36x5[_0xba71[473]]();try{for(_0x6e36x13=0;_0x6e36x13<_0x6e36x12[_0xba71[67]];_0x6e36x13++){_0x6e36x12[_0x6e36x13]!=_0x6e36x2&&this[_0xba71[2763]](_0x6e36x12[_0x6e36x13])&&this[_0xba71[2770]](_0x6e36x12[_0x6e36x13],_0x6e36x17,_0x6e36x18,_0x6e36x4,_0x6e36xa,_0x6e36x14,_0x6e36x16,_0x6e36x19,_0x6e36x9,this[_0xba71[2678]]()&&_0x6e36x3[_0xba71[2507]](_0x6e36x12[_0x6e36x13]))}}finally{_0x6e36x5[_0xba71[476]]()}}}};mxSpaceManager[_0xba71[202]][_0xba71[2770]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14,_0x6e36x15){_0x6e36x5=this[_0xba71[1703]]();var _0x6e36x16=_0x6e36x5[_0xba71[249]]()[_0xba71[248]](_0x6e36x2);if(null!=_0x6e36x16){var _0x6e36x17=_0x6e36x5[_0xba71[502]](),_0x6e36x18=_0x6e36x17[_0xba71[1721]](_0x6e36x2);if(null!=_0x6e36x18){_0x6e36x17[_0xba71[473]]();try{if(this[_0xba71[2764]]()){if(_0x6e36x16[_0xba71[235]]>=_0x6e36xa){_0x6e36x18=_0x6e36x18[_0xba71[238]](),_0x6e36x18[_0xba71[513]](-_0x6e36x3,0)}else {var _0x6e36x19=Math[_0xba71[160]](0,_0x6e36x16[_0xba71[235]]-x0),_0x6e36x18=_0x6e36x18[_0xba71[238]]();_0x6e36x18[_0xba71[513]](-_0x6e36x13*_0x6e36x19,0)}};if(this[_0xba71[2766]]()){if(_0x6e36x16[_0xba71[236]]>=_0x6e36x12){_0x6e36x18=_0x6e36x18[_0xba71[238]](),_0x6e36x18[_0xba71[513]](0,-_0x6e36x4)}else {var _0x6e36x1a=Math[_0xba71[160]](0,_0x6e36x16[_0xba71[236]]-_0x6e36x9),_0x6e36x18=_0x6e36x18[_0xba71[238]]();_0x6e36x18[_0xba71[513]](0,-_0x6e36x14*_0x6e36x1a)}};_0x6e36x18!=_0x6e36x17[_0xba71[1721]](_0x6e36x2)&&(_0x6e36x17[_0xba71[1724]](_0x6e36x2,_0x6e36x18),_0x6e36x15&&_0x6e36x5[_0xba71[2508]](_0x6e36x2))}finally{_0x6e36x17[_0xba71[476]]()}}}};mxSpaceManager[_0xba71[202]][_0xba71[2769]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1703]](),_0x6e36x4=_0x6e36x3[_0xba71[502]]()[_0xba71[1197]](_0x6e36x2[_0xba71[246]]),_0x6e36x5=this[_0xba71[2766]](),_0x6e36x9=this[_0xba71[2764]]();return _0x6e36x3[_0xba71[2691]](_0x6e36x2[_0xba71[235]]+(_0x6e36x5?0:_0x6e36x2[_0xba71[117]]),_0x6e36x2[_0xba71[236]]+(_0x6e36x5&&_0x6e36x9?0:_0x6e36x2[_0xba71[119]]),_0x6e36x4,_0x6e36x9,_0x6e36x5)};mxSpaceManager[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[1178]](null)};function mxSwimlaneManager(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){this[_0xba71[662]]=null!=_0x6e36x3?_0x6e36x3:!0;this[_0xba71[2771]]=null!=_0x6e36x4?_0x6e36x4:!0;this[_0xba71[2772]]=null!=_0x6e36x5?_0x6e36x5:!0;this[_0xba71[2773]]=mxUtils[_0xba71[885]](this,function(_0x6e36x2,_0x6e36x3){this[_0xba71[994]]()&&this[_0xba71[2774]]()&&this[_0xba71[833]](_0x6e36x3[_0xba71[720]](_0xba71[895]))});this[_0xba71[2758]]=mxUtils[_0xba71[885]](this,function(_0x6e36x2,_0x6e36x3){this[_0xba71[994]]()&&this[_0xba71[2775]]()&&this[_0xba71[837]](_0x6e36x3[_0xba71[720]](_0xba71[895]))});this[_0xba71[1178]](_0x6e36x2)}mxSwimlaneManager[_0xba71[202]]= new mxEventSource;mxSwimlaneManager[_0xba71[202]][_0xba71[196]]=mxSwimlaneManager;mxSwimlaneManager[_0xba71[202]][_0xba71[1179]]=null;mxSwimlaneManager[_0xba71[202]][_0xba71[984]]= !0;mxSwimlaneManager[_0xba71[202]][_0xba71[662]]= !0;mxSwimlaneManager[_0xba71[202]][_0xba71[2771]]= !0;mxSwimlaneManager[_0xba71[202]][_0xba71[2772]]= !0;mxSwimlaneManager[_0xba71[202]][_0xba71[2773]]=null;mxSwimlaneManager[_0xba71[202]][_0xba71[2758]]=null;mxSwimlaneManager[_0xba71[202]][_0xba71[994]]=function(){return this[_0xba71[984]]};mxSwimlaneManager[_0xba71[202]][_0xba71[995]]=function(_0x6e36x2){this[_0xba71[984]]=_0x6e36x2};mxSwimlaneManager[_0xba71[202]][_0xba71[1737]]=function(){return this[_0xba71[662]]};mxSwimlaneManager[_0xba71[202]][_0xba71[2776]]=function(_0x6e36x2){this[_0xba71[662]]=_0x6e36x2};mxSwimlaneManager[_0xba71[202]][_0xba71[2774]]=function(){return this[_0xba71[2771]]};mxSwimlaneManager[_0xba71[202]][_0xba71[2777]]=function(_0x6e36x2){this[_0xba71[2771]]=_0x6e36x2};mxSwimlaneManager[_0xba71[202]][_0xba71[2775]]=function(){return this[_0xba71[2772]]};mxSwimlaneManager[_0xba71[202]][_0xba71[2778]]=function(_0x6e36x2){this[_0xba71[2772]]=_0x6e36x2};mxSwimlaneManager[_0xba71[202]][_0xba71[1703]]=function(){return this[_0xba71[1179]]};mxSwimlaneManager[_0xba71[202]][_0xba71[1178]]=function(_0x6e36x2){null!=this[_0xba71[1179]]&&(this[_0xba71[1179]][_0xba71[745]](this[_0xba71[2773]]),this[_0xba71[1179]][_0xba71[745]](this[_0xba71[2758]]));this[_0xba71[1179]]=_0x6e36x2;null!=this[_0xba71[1179]]&&(this[_0xba71[1179]][_0xba71[169]](mxEvent.ADD_CELLS,this[_0xba71[2773]]),this[_0xba71[1179]][_0xba71[169]](mxEvent.CELLS_RESIZED,this[_0xba71[2758]]))};mxSwimlaneManager[_0xba71[202]][_0xba71[2779]]=function(_0x6e36x2){return !this[_0xba71[1703]]()[_0xba71[1730]](_0x6e36x2)};mxSwimlaneManager[_0xba71[202]][_0xba71[2780]]=function(_0x6e36x2){if(this[_0xba71[1179]][_0xba71[1730]](_0x6e36x2)){var _0x6e36x3=this[_0xba71[1179]][_0xba71[441]][_0xba71[248]](_0x6e36x2);_0x6e36x2=null!=_0x6e36x3?_0x6e36x3[_0xba71[124]]:this[_0xba71[1179]][_0xba71[1705]](_0x6e36x2);return 1==mxUtils[_0xba71[433]](_0x6e36x2,mxConstants.STYLE_HORIZONTAL,1)};return !this[_0xba71[1737]]()};mxSwimlaneManager[_0xba71[202]][_0xba71[833]]=function(_0x6e36x2){if(null!=_0x6e36x2){var _0x6e36x3=this[_0xba71[1703]]()[_0xba71[502]]();_0x6e36x3[_0xba71[473]]();try{for(var _0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){this[_0xba71[2779]](_0x6e36x2[_0x6e36x4])||this[_0xba71[2781]](_0x6e36x2[_0x6e36x4])}}finally{_0x6e36x3[_0xba71[476]]()}}};mxSwimlaneManager[_0xba71[202]][_0xba71[2781]]=function(_0x6e36x2){for(var _0x6e36x3=this[_0xba71[1703]]()[_0xba71[502]](),_0x6e36x4=_0x6e36x3[_0xba71[1197]](_0x6e36x2),_0x6e36x5=_0x6e36x3[_0xba71[262]](_0x6e36x4),_0x6e36x9=null,_0x6e36xa=0;_0x6e36xa<_0x6e36x5;_0x6e36xa++){var _0x6e36x12=_0x6e36x3[_0xba71[263]](_0x6e36x4,_0x6e36xa);if(_0x6e36x12!=_0x6e36x2&&!this[_0xba71[2779]](_0x6e36x12)&&(_0x6e36x9=_0x6e36x3[_0xba71[1721]](_0x6e36x12),null!=_0x6e36x9)){break}};null!=_0x6e36x9&&this[_0xba71[2782]](_0x6e36x2,_0x6e36x9[_0xba71[117]],_0x6e36x9[_0xba71[119]])};mxSwimlaneManager[_0xba71[202]][_0xba71[837]]=function(_0x6e36x2){if(null!=_0x6e36x2){var _0x6e36x3=this[_0xba71[1703]]()[_0xba71[502]]();_0x6e36x3[_0xba71[473]]();try{for(var _0x6e36x4=0;_0x6e36x4<_0x6e36x2[_0xba71[67]];_0x6e36x4++){if(!this[_0xba71[2779]](_0x6e36x2[_0x6e36x4])){var _0x6e36x5=_0x6e36x3[_0xba71[1721]](_0x6e36x2[_0x6e36x4]);if(null!=_0x6e36x5){for(var _0x6e36x9= new mxRectangle(0,0,_0x6e36x5[_0xba71[117]],_0x6e36x5[_0xba71[119]]),_0x6e36xa=_0x6e36x2[_0x6e36x4],_0x6e36x12=_0x6e36xa;null!=_0x6e36x12;){var _0x6e36xa=_0x6e36x12,_0x6e36x12=_0x6e36x3[_0xba71[1197]](_0x6e36x12),_0x6e36x13=this[_0xba71[1179]][_0xba71[1730]](_0x6e36x12)?this[_0xba71[1179]][_0xba71[1731]](_0x6e36x12): new mxRectangle;_0x6e36x9[_0xba71[117]]+=_0x6e36x13[_0xba71[117]];_0x6e36x9[_0xba71[119]]+=_0x6e36x13[_0xba71[119]]};this[_0xba71[2782]](_0x6e36xa,_0x6e36x9[_0xba71[117]],_0x6e36x9[_0xba71[119]])}}}}finally{_0x6e36x3[_0xba71[476]]()}}};mxSwimlaneManager[_0xba71[202]][_0xba71[2782]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[1703]]()[_0xba71[502]]();_0x6e36x5[_0xba71[473]]();try{if(!this[_0xba71[2779]](_0x6e36x2)){var _0x6e36x9=_0x6e36x5[_0xba71[1721]](_0x6e36x2);if(null!=_0x6e36x9){var _0x6e36xa=this[_0xba71[2780]](_0x6e36x2);if(_0x6e36xa&&_0x6e36x9[_0xba71[119]]!=_0x6e36x4||!_0x6e36xa&&_0x6e36x9[_0xba71[117]]!=_0x6e36x3){_0x6e36x9=_0x6e36x9[_0xba71[238]](),_0x6e36xa?_0x6e36x9[_0xba71[119]]=_0x6e36x4:_0x6e36x9[_0xba71[117]]=_0x6e36x3,_0x6e36x5[_0xba71[1724]](_0x6e36x2,_0x6e36x9)}}};var _0x6e36x12=this[_0xba71[1179]][_0xba71[1730]](_0x6e36x2)?this[_0xba71[1179]][_0xba71[1731]](_0x6e36x2): new mxRectangle;_0x6e36x3-=_0x6e36x12[_0xba71[117]];_0x6e36x4-=_0x6e36x12[_0xba71[119]];for(var _0x6e36x13=_0x6e36x5[_0xba71[262]](_0x6e36x2),_0x6e36x9=0;_0x6e36x9<_0x6e36x13;_0x6e36x9++){var _0x6e36x14=_0x6e36x5[_0xba71[263]](_0x6e36x2,_0x6e36x9);this[_0xba71[2782]](_0x6e36x14,_0x6e36x3,_0x6e36x4)}}finally{_0x6e36x5[_0xba71[476]]()}};mxSwimlaneManager[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[1178]](null)};function mxTemporaryCellStates(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[441]]=_0x6e36x2;_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:1;this[_0xba71[2783]]=_0x6e36x2[_0xba71[517]]();this[_0xba71[2784]]=_0x6e36x2[_0xba71[2312]]();this[_0xba71[2785]]=_0x6e36x2[_0xba71[518]]();_0x6e36x2[_0xba71[1517]]( new mxDictionary);_0x6e36x2[_0xba71[2262]](_0x6e36x3);if(null!=_0x6e36x4){_0x6e36x3=_0x6e36x2[_0xba71[1230]]( new mxCell);for(var _0x6e36x5=0;_0x6e36x5<_0x6e36x4[_0xba71[67]];_0x6e36x5++){_0x6e36x2[_0xba71[2267]](_0x6e36x3,_0x6e36x4[_0x6e36x5])};for(var _0x6e36x9=null,_0x6e36x5=0;_0x6e36x5<_0x6e36x4[_0xba71[67]];_0x6e36x5++){var _0x6e36xa=_0x6e36x2[_0xba71[2268]](_0x6e36x3,_0x6e36x4[_0x6e36x5]);null==_0x6e36x9?_0x6e36x9=_0x6e36xa:_0x6e36x9[_0xba71[99]](_0x6e36xa)};null==_0x6e36x9&&(_0x6e36x9= new mxRectangle);_0x6e36x2[_0xba71[2256]](_0x6e36x9)}}mxTemporaryCellStates[_0xba71[202]][_0xba71[441]]=null;mxTemporaryCellStates[_0xba71[202]][_0xba71[2784]]=null;mxTemporaryCellStates[_0xba71[202]][_0xba71[2783]]=null;mxTemporaryCellStates[_0xba71[202]][_0xba71[2785]]=null;mxTemporaryCellStates[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[441]][_0xba71[2262]](this[_0xba71[2785]]);this[_0xba71[441]][_0xba71[1517]](this[_0xba71[2784]]);this[_0xba71[441]][_0xba71[2256]](this[_0xba71[2783]])};function mxCellStatePreview(_0x6e36x2){this[_0xba71[1179]]=_0x6e36x2;this[_0xba71[2786]]={}}mxCellStatePreview[_0xba71[202]][_0xba71[1179]]=null;mxCellStatePreview[_0xba71[202]][_0xba71[2786]]=null;mxCellStatePreview[_0xba71[202]][_0xba71[2787]]=0;mxCellStatePreview[_0xba71[202]][_0xba71[1107]]=function(){return 0==this[_0xba71[2787]]};mxCellStatePreview[_0xba71[202]][_0xba71[1194]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x5=null!=_0x6e36x5?_0x6e36x5:!0;_0x6e36x9=null!=_0x6e36x9?_0x6e36x9:!0;var _0x6e36xa=mxCellPath[_0xba71[385]](_0x6e36x2[_0xba71[246]]),_0x6e36x12=this[_0xba71[2786]][_0x6e36xa];null==_0x6e36x12?(_0x6e36x12= new mxPoint(_0x6e36x3,_0x6e36x4),this[_0xba71[2786]][_0x6e36xa]=_0x6e36x12,this[_0xba71[2787]]++):_0x6e36x5?(_0x6e36x12[_0xba71[2788]]+=_0x6e36x3,_0x6e36x12[_0xba71[2789]]+=_0x6e36x4):(_0x6e36x12[_0xba71[2788]]=_0x6e36x3,_0x6e36x12[_0xba71[2789]]=_0x6e36x4);_0x6e36x9&&this[_0xba71[2790]](_0x6e36x2);return _0x6e36x12};mxCellStatePreview[_0xba71[202]][_0xba71[539]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x4=_0x6e36x3[_0xba71[501]](),_0x6e36x5;for(_0x6e36x5 in this[_0xba71[2786]]){var _0x6e36x9=mxCellPath[_0xba71[2791]](_0x6e36x4,_0x6e36x5),_0x6e36xa=this[_0xba71[1179]][_0xba71[441]][_0xba71[248]](_0x6e36x9),_0x6e36x12=this[_0xba71[2786]][_0x6e36x5],_0x6e36x9=this[_0xba71[1179]][_0xba71[441]][_0xba71[248]](_0x6e36x3[_0xba71[1197]](_0x6e36x9));this[_0xba71[2792]](_0x6e36x9,_0x6e36xa,_0x6e36x12[_0xba71[235]],_0x6e36x12[_0xba71[236]])};for(_0x6e36x5 in this[_0xba71[2786]]){_0x6e36x9=mxCellPath[_0xba71[2791]](_0x6e36x4,_0x6e36x5),_0x6e36xa=this[_0xba71[1179]][_0xba71[441]][_0xba71[248]](_0x6e36x9),_0x6e36x12=this[_0xba71[2786]][_0x6e36x5],_0x6e36x9=this[_0xba71[1179]][_0xba71[441]][_0xba71[248]](_0x6e36x3[_0xba71[1197]](_0x6e36x9)),this[_0xba71[2793]](_0x6e36x9,_0x6e36xa,_0x6e36x12[_0xba71[235]],_0x6e36x12[_0xba71[236]],_0x6e36x2)}};mxCellStatePreview[_0xba71[202]][_0xba71[2792]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){if(null!=_0x6e36x3){var _0x6e36x9=this[_0xba71[1179]][_0xba71[502]]();if(_0x6e36x9[_0xba71[1193]](_0x6e36x3[_0xba71[246]])){_0x6e36x3[_0xba71[2080]]= !0;this[_0xba71[1179]][_0xba71[441]][_0xba71[2267]](_0x6e36x2,_0x6e36x3[_0xba71[246]]);_0x6e36x2=_0x6e36x9[_0xba71[1721]](_0x6e36x3[_0xba71[246]]);var _0x6e36xa=mxCellPath[_0xba71[385]](_0x6e36x3[_0xba71[246]]);if((0!=_0x6e36x4||0!=_0x6e36x5)&&null!=_0x6e36x2&&(!_0x6e36x2[_0xba71[1500]]||null!=this[_0xba71[2786]][_0x6e36xa])){_0x6e36x3[_0xba71[235]]+=_0x6e36x4,_0x6e36x3[_0xba71[236]]+=_0x6e36x5}};_0x6e36x2=_0x6e36x9[_0xba71[262]](_0x6e36x3[_0xba71[246]]);for(_0x6e36xa=0;_0x6e36xa<_0x6e36x2;_0x6e36xa++){this[_0xba71[2792]](_0x6e36x3,this[_0xba71[1179]][_0xba71[441]][_0xba71[248]](_0x6e36x9[_0xba71[263]](_0x6e36x3[_0xba71[246]],_0x6e36xa)),_0x6e36x4,_0x6e36x5)}}};mxCellStatePreview[_0xba71[202]][_0xba71[2793]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){if(null!=_0x6e36x3){_0x6e36x3[_0xba71[2080]]= !0;this[_0xba71[1179]][_0xba71[441]][_0xba71[2268]](_0x6e36x2,_0x6e36x3[_0xba71[246]]);var _0x6e36xa=mxCellPath[_0xba71[385]](_0x6e36x3[_0xba71[246]]),_0x6e36x12=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x13=this[_0xba71[1179]][_0xba71[1198]](_0x6e36x3[_0xba71[246]]);if((0!=_0x6e36x4||0!=_0x6e36x5)&&null!=_0x6e36x13&&_0x6e36x13[_0xba71[1500]]&&_0x6e36x12[_0xba71[1193]](_0x6e36x3[_0xba71[246]])&&(null==_0x6e36x2||_0x6e36x12[_0xba71[1193]](_0x6e36x2[_0xba71[246]])||null!=this[_0xba71[2786]][_0x6e36xa])){_0x6e36x3[_0xba71[235]]+=_0x6e36x4,_0x6e36x3[_0xba71[236]]+=_0x6e36x5,this[_0xba71[1179]][_0xba71[259]][_0xba71[258]](_0x6e36x3)};null!=_0x6e36x9&&_0x6e36x9(_0x6e36x3);_0x6e36x2=_0x6e36x12[_0xba71[262]](_0x6e36x3[_0xba71[246]]);for(_0x6e36xa=0;_0x6e36xa<_0x6e36x2;_0x6e36xa++){this[_0xba71[2793]](_0x6e36x3,this[_0xba71[1179]][_0xba71[441]][_0xba71[248]](_0x6e36x12[_0xba71[263]](_0x6e36x3[_0xba71[246]],_0x6e36xa)),_0x6e36x4,_0x6e36x5,_0x6e36x9)}}};mxCellStatePreview[_0xba71[202]][_0xba71[2790]]=function(_0x6e36x2){for(var _0x6e36x3=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x4=_0x6e36x3[_0xba71[1707]](_0x6e36x2[_0xba71[246]]),_0x6e36x5=0;_0x6e36x5<_0x6e36x4;_0x6e36x5++){var _0x6e36x9=this[_0xba71[1179]][_0xba71[441]][_0xba71[248]](_0x6e36x3[_0xba71[1708]](_0x6e36x2[_0xba71[246]],_0x6e36x5));null!=_0x6e36x9&&this[_0xba71[1194]](_0x6e36x9,0,0)}};function mxConnectionConstraint(_0x6e36x2,_0x6e36x3){this[_0xba71[2546]]=_0x6e36x2;this[_0xba71[591]]=null!=_0x6e36x3?_0x6e36x3:!0}mxConnectionConstraint[_0xba71[202]][_0xba71[2546]]=null;mxConnectionConstraint[_0xba71[202]][_0xba71[591]]=null;function mxGraphHandler(_0x6e36x2){this[_0xba71[1179]]=_0x6e36x2;this[_0xba71[1179]][_0xba71[1133]](this);this[_0xba71[2730]]=mxUtils[_0xba71[885]](this,function(){this[_0xba71[2794]]()});this[_0xba71[1179]][_0xba71[169]](mxEvent.PAN,this[_0xba71[2730]])}mxGraphHandler[_0xba71[202]][_0xba71[1179]]=null;mxGraphHandler[_0xba71[202]][_0xba71[2795]]=mxClient[_0xba71[80]]?20:50;mxGraphHandler[_0xba71[202]][_0xba71[984]]= !0;mxGraphHandler[_0xba71[202]][_0xba71[2796]]= !0;mxGraphHandler[_0xba71[202]][_0xba71[2797]]= !0;mxGraphHandler[_0xba71[202]][_0xba71[2798]]= !0;mxGraphHandler[_0xba71[202]][_0xba71[990]]= !1;mxGraphHandler[_0xba71[202]][_0xba71[2799]]=null;mxGraphHandler[_0xba71[202]][_0xba71[2800]]=null;mxGraphHandler[_0xba71[202]][_0xba71[2801]]=null;mxGraphHandler[_0xba71[202]][_0xba71[2802]]= !0;mxGraphHandler[_0xba71[202]][_0xba71[2803]]= !0;mxGraphHandler[_0xba71[202]][_0xba71[846]]= !0;mxGraphHandler[_0xba71[202]][_0xba71[2804]]= !1;mxGraphHandler[_0xba71[202]][_0xba71[2805]]= !0;mxGraphHandler[_0xba71[202]][_0xba71[923]]=6;mxGraphHandler[_0xba71[202]][_0xba71[2806]]=_0xba71[586];mxGraphHandler[_0xba71[202]][_0xba71[2807]]= !1;mxGraphHandler[_0xba71[202]][_0xba71[253]]=null;mxGraphHandler[_0xba71[202]][_0xba71[2808]]= !1;mxGraphHandler[_0xba71[202]][_0xba71[2809]]= !0;mxGraphHandler[_0xba71[202]][_0xba71[994]]=function(){return this[_0xba71[984]]};mxGraphHandler[_0xba71[202]][_0xba71[995]]=function(_0x6e36x2){this[_0xba71[984]]=_0x6e36x2};mxGraphHandler[_0xba71[202]][_0xba71[2810]]=function(){return this[_0xba71[2797]]};mxGraphHandler[_0xba71[202]][_0xba71[2811]]=function(_0x6e36x2){this[_0xba71[2797]]=_0x6e36x2};mxGraphHandler[_0xba71[202]][_0xba71[2812]]=function(){return this[_0xba71[2798]]};mxGraphHandler[_0xba71[202]][_0xba71[2813]]=function(_0x6e36x2){this[_0xba71[2798]]=_0x6e36x2};mxGraphHandler[_0xba71[202]][_0xba71[2814]]=function(){return this[_0xba71[2803]]};mxGraphHandler[_0xba71[202]][_0xba71[2815]]=function(_0x6e36x2){this[_0xba71[2803]]=_0x6e36x2};mxGraphHandler[_0xba71[202]][_0xba71[2816]]=function(){return this[_0xba71[846]]};mxGraphHandler[_0xba71[202]][_0xba71[2817]]=function(_0x6e36x2){this[_0xba71[846]]=_0x6e36x2};mxGraphHandler[_0xba71[202]][_0xba71[2818]]=function(_0x6e36x2){return _0x6e36x2[_0xba71[736]]()};mxGraphHandler[_0xba71[202]][_0xba71[2819]]=function(_0x6e36x2){return this[_0xba71[1179]][_0xba71[2692]](_0x6e36x2)};mxGraphHandler[_0xba71[202]][_0xba71[787]]=function(_0x6e36x2,_0x6e36x3){if(!_0x6e36x3[_0xba71[721]]()&&this[_0xba71[994]]()&&this[_0xba71[1179]][_0xba71[994]]()&&!this[_0xba71[1179]][_0xba71[2579]](_0x6e36x3[_0xba71[727]]())&&null!=_0x6e36x3[_0xba71[248]]()){var _0x6e36x4=this[_0xba71[2818]](_0x6e36x3);this[_0xba71[246]]=null;this[_0xba71[2820]]=this[_0xba71[2819]](_0x6e36x4);this[_0xba71[2814]]()&&!this[_0xba71[2820]]&&this[_0xba71[1179]][_0xba71[2459]](_0x6e36x4,_0x6e36x3[_0xba71[727]]());if(this[_0xba71[2812]]()){var _0x6e36x5=this[_0xba71[1179]][_0xba71[251]],_0x6e36x9=_0x6e36x5[_0xba71[1721]](_0x6e36x4);this[_0xba71[1179]][_0xba71[1712]](_0x6e36x4)&&(!_0x6e36x5[_0xba71[250]](_0x6e36x4)||1<this[_0xba71[1179]][_0xba71[2694]]()||null!=_0x6e36x9[_0xba71[1525]]&&0<_0x6e36x9[_0xba71[1525]][_0xba71[67]]||null==_0x6e36x5[_0xba71[1709]](_0x6e36x4,!0)||null==_0x6e36x5[_0xba71[1709]](_0x6e36x4,!1)||this[_0xba71[1179]][_0xba71[2406]]||this[_0xba71[1179]][_0xba71[2574]](_0x6e36x3[_0xba71[727]]())&&this[_0xba71[1179]][_0xba71[2617]]())&&this[_0xba71[861]](_0x6e36x4,_0x6e36x3[_0xba71[730]](),_0x6e36x3[_0xba71[732]]());this[_0xba71[2821]]= !0;!mxClient[_0xba71[75]]&&!mxClient[_0xba71[76]]||_0xba71[2822]!=_0x6e36x3[_0xba71[728]]()[_0xba71[301]]?_0x6e36x3[_0xba71[722]]():mxClient[_0xba71[75]]&&_0xba71[2822]==_0x6e36x3[_0xba71[728]]()[_0xba71[301]]&&(this[_0xba71[2821]]= !1,this[_0xba71[2823]]=null)}}};mxGraphHandler[_0xba71[202]][_0xba71[1010]]=function(){var _0x6e36x2=this[_0xba71[1179]][_0xba71[902]](),_0x6e36x3=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x4=mxUtils[_0xba71[885]](this,function(_0x6e36x2){return null!=this[_0xba71[1179]][_0xba71[441]][_0xba71[248]](_0x6e36x2)&&_0x6e36x3[_0xba71[1193]](_0x6e36x2)&&null!=_0x6e36x3[_0xba71[1721]](_0x6e36x2)&&!_0x6e36x3[_0xba71[1721]](_0x6e36x2)[_0xba71[1500]]});return this[_0xba71[1179]][_0xba71[441]][_0xba71[2313]](_0x6e36x3[_0xba71[1921]](_0x6e36x4,_0x6e36x2))};mxGraphHandler[_0xba71[202]][_0xba71[2690]]=function(_0x6e36x2){return !this[_0xba71[2820]]&&this[_0xba71[1179]][_0xba71[1712]](_0x6e36x2)?[_0x6e36x2]:this[_0xba71[1179]][_0xba71[2629]](this[_0xba71[1179]][_0xba71[897]]())};mxGraphHandler[_0xba71[202]][_0xba71[2824]]=function(_0x6e36x2){_0x6e36x2=this[_0xba71[1613]](_0x6e36x2);null!=_0x6e36x2&&(_0x6e36x2[_0xba71[244]](-1,-1),_0x6e36x2[_0xba71[117]]<this[_0xba71[923]]&&(_0x6e36x2[_0xba71[235]]-=(this[_0xba71[923]]-_0x6e36x2[_0xba71[117]])/2,_0x6e36x2[_0xba71[117]]=this[_0xba71[923]]),_0x6e36x2[_0xba71[119]]<this[_0xba71[923]]&&(_0x6e36x2[_0xba71[236]]-=(this[_0xba71[923]]-_0x6e36x2[_0xba71[119]])/2,_0x6e36x2[_0xba71[119]]=this[_0xba71[923]]));return _0x6e36x2};mxGraphHandler[_0xba71[202]][_0xba71[1613]]=function(_0x6e36x2){var _0x6e36x3=null;if(null!=_0x6e36x2&&0<_0x6e36x2[_0xba71[67]]){for(var _0x6e36x4=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x5=0;_0x6e36x5<_0x6e36x2[_0xba71[67]];_0x6e36x5++){if(_0x6e36x4[_0xba71[1193]](_0x6e36x2[_0x6e36x5])||_0x6e36x4[_0xba71[250]](_0x6e36x2[_0x6e36x5])){var _0x6e36x9=this[_0xba71[1179]][_0xba71[441]][_0xba71[248]](_0x6e36x2[_0x6e36x5]);if(null!=_0x6e36x9){var _0x6e36xa=_0x6e36x9;_0x6e36x4[_0xba71[1193]](_0x6e36x2[_0x6e36x5])&&(null!=_0x6e36x9[_0xba71[253]]&&null!=_0x6e36x9[_0xba71[253]][_0xba71[1563]])&&(_0x6e36xa=_0x6e36x9[_0xba71[253]][_0xba71[1563]]);null==_0x6e36x3?_0x6e36x3= new mxRectangle(_0x6e36xa[_0xba71[235]],_0x6e36xa[_0xba71[236]],_0x6e36xa[_0xba71[117]],_0x6e36xa[_0xba71[119]]):_0x6e36x3[_0xba71[99]](_0x6e36xa)}}}};return _0x6e36x3};mxGraphHandler[_0xba71[202]][_0xba71[2825]]=function(_0x6e36x2){_0x6e36x2= new mxRectangleShape(_0x6e36x2,null,this[_0xba71[2806]]);_0x6e36x2[_0xba71[1522]]= !0;this[_0xba71[2807]]?(_0x6e36x2[_0xba71[507]]=mxConstants[_0xba71[1656]],_0x6e36x2[_0xba71[176]](this[_0xba71[1179]][_0xba71[526]])):(_0x6e36x2[_0xba71[507]]=this[_0xba71[1179]][_0xba71[507]]!=mxConstants[_0xba71[508]]?mxConstants[_0xba71[1523]]:mxConstants[_0xba71[508]],_0x6e36x2[_0xba71[176]](this[_0xba71[1179]][_0xba71[249]]()[_0xba71[1524]]()),_0x6e36x2[_0xba71[1229]]= !1);return _0x6e36x2};mxGraphHandler[_0xba71[202]][_0xba71[861]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[246]]=_0x6e36x2;this[_0xba71[2823]]=mxUtils[_0xba71[2196]](this[_0xba71[1179]][_0xba71[526]],_0x6e36x3,_0x6e36x4);this[_0xba71[895]]=this[_0xba71[2690]](this[_0xba71[246]]);this[_0xba71[1562]]=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[1799]](this[_0xba71[895]]);this[_0xba71[2826]]=this[_0xba71[2824]](this[_0xba71[895]]);this[_0xba71[990]]&&(this[_0xba71[2799]]= new mxGuide(this[_0xba71[1179]],this[_0xba71[1010]]()))};mxGraphHandler[_0xba71[202]][_0xba71[2827]]=function(_0x6e36x2){return null!=this[_0xba71[2799]]?this[_0xba71[2799]][_0xba71[1019]](_0x6e36x2[_0xba71[727]]()):!0};mxGraphHandler[_0xba71[202]][_0xba71[1021]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[2808]]?this[_0xba71[1179]][_0xba71[441]][_0xba71[255]]:1;_0x6e36x2[_0xba71[235]]=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x2[_0xba71[235]]/_0x6e36x3)*_0x6e36x3;_0x6e36x2[_0xba71[236]]=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x2[_0xba71[236]]/_0x6e36x3)*_0x6e36x3;return _0x6e36x2};mxGraphHandler[_0xba71[202]][_0xba71[788]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1179]];if(!_0x6e36x3[_0xba71[721]]()&&_0x6e36x4[_0xba71[1009]]&&null!=this[_0xba71[246]]&&null!=this[_0xba71[2823]]&&null!=this[_0xba71[1562]]){var _0x6e36x5=mxUtils[_0xba71[2196]](_0x6e36x4[_0xba71[526]],_0x6e36x3[_0xba71[730]](),_0x6e36x3[_0xba71[732]]()),_0x6e36x9=_0x6e36x5[_0xba71[235]]-this[_0xba71[2823]][_0xba71[235]],_0x6e36xa=_0x6e36x5[_0xba71[236]]-this[_0xba71[2823]][_0xba71[236]],_0x6e36x5=_0x6e36x4[_0xba71[2353]];if(null!=this[_0xba71[253]]||Math[_0xba71[425]](_0x6e36x9)>_0x6e36x5||Math[_0xba71[425]](_0x6e36xa)>_0x6e36x5){null==this[_0xba71[1016]]&&(this[_0xba71[1016]]= new mxCellHighlight(this[_0xba71[1179]],mxConstants.DROP_TARGET_COLOR,3));null==this[_0xba71[253]]&&(this[_0xba71[253]]=this[_0xba71[2825]](this[_0xba71[1562]]));var _0x6e36x12=_0x6e36x4[_0xba71[1018]](_0x6e36x3[_0xba71[727]]()),_0x6e36x5=!0;if(null!=this[_0xba71[2799]]&&this[_0xba71[2827]](_0x6e36x3)){_0x6e36xa=this[_0xba71[2799]][_0xba71[582]](this[_0xba71[1562]], new mxPoint(_0x6e36x9,_0x6e36xa),_0x6e36x12),_0x6e36x5= !1,_0x6e36x9=_0x6e36xa[_0xba71[235]],_0x6e36xa=_0x6e36xa[_0xba71[236]]}else {if(_0x6e36x12){var _0x6e36x13=_0x6e36x4[_0xba71[249]]()[_0xba71[513]],_0x6e36x14=_0x6e36x4[_0xba71[249]]()[_0xba71[255]],_0x6e36x12=this[_0xba71[1562]][_0xba71[235]]-(_0x6e36x4[_0xba71[1021]](this[_0xba71[1562]][_0xba71[235]]/_0x6e36x14-_0x6e36x13[_0xba71[235]])+_0x6e36x13[_0xba71[235]])*_0x6e36x14,_0x6e36x13=this[_0xba71[1562]][_0xba71[236]]-(_0x6e36x4[_0xba71[1021]](this[_0xba71[1562]][_0xba71[236]]/_0x6e36x14-_0x6e36x13[_0xba71[236]])+_0x6e36x13[_0xba71[236]])*_0x6e36x14,_0x6e36xa=this[_0xba71[1021]]( new mxPoint(_0x6e36x9,_0x6e36xa)),_0x6e36x9=_0x6e36xa[_0xba71[235]]-_0x6e36x12,_0x6e36xa=_0x6e36xa[_0xba71[236]]-_0x6e36x13}};null!=this[_0xba71[2799]]&&_0x6e36x5&&this[_0xba71[2799]][_0xba71[801]]();_0x6e36x4[_0xba71[2578]](_0x6e36x3[_0xba71[727]]())&&(Math[_0xba71[425]](_0x6e36x9)>Math[_0xba71[425]](_0x6e36xa)?_0x6e36xa=0:_0x6e36x9=0);this[_0xba71[2800]]=_0x6e36x9;this[_0xba71[2801]]=_0x6e36xa;this[_0xba71[2794]]();_0x6e36x5=null;_0x6e36xa=_0x6e36x3[_0xba71[736]]();_0x6e36x4[_0xba71[1015]]()&&this[_0xba71[2796]]&&(_0x6e36x5=_0x6e36x4[_0xba71[564]](this[_0xba71[895]],_0x6e36x3[_0xba71[727]](),_0x6e36xa));_0x6e36x12=_0x6e36x5;for(_0x6e36x13=_0x6e36x4[_0xba71[502]]();null!=_0x6e36x12&&_0x6e36x12!=this[_0xba71[895]][0];){_0x6e36x12=_0x6e36x13[_0xba71[1197]](_0x6e36x12)};var _0x6e36x14=_0x6e36x4[_0xba71[2574]](_0x6e36x3[_0xba71[727]]())&&_0x6e36x4[_0xba71[2617]]()&&this[_0xba71[2810]](),_0x6e36x9=_0x6e36x4[_0xba71[249]]()[_0xba71[248]](_0x6e36x5),_0x6e36x15=!1;null!=_0x6e36x9&&null==_0x6e36x12&&(_0x6e36x13[_0xba71[1197]](this[_0xba71[246]])!=_0x6e36x5||_0x6e36x14)?(this[_0xba71[772]]!=_0x6e36x5&&(this[_0xba71[772]]=_0x6e36x5,this[_0xba71[2828]](mxConstants.DROP_TARGET_COLOR)),_0x6e36x15= !0):(this[_0xba71[772]]=null,this[_0xba71[2804]]&&(null!=_0x6e36xa&&1==this[_0xba71[895]][_0xba71[67]]&&_0x6e36x4[_0xba71[502]]()[_0xba71[1193]](_0x6e36xa)&&_0x6e36x4[_0xba71[2565]](_0x6e36xa))&&(_0x6e36x9=_0x6e36x4[_0xba71[249]]()[_0xba71[248]](_0x6e36xa),null!=_0x6e36x9&&(_0x6e36x4=null==_0x6e36x4[_0xba71[2500]](null,this[_0xba71[246]],_0x6e36xa)?mxConstants[_0xba71[2829]]:mxConstants[_0xba71[2830]],this[_0xba71[2828]](_0x6e36x4),_0x6e36x15= !0)));null!=_0x6e36x9&&_0x6e36x15?this[_0xba71[1016]][_0xba71[1016]](_0x6e36x9):this[_0xba71[1016]][_0xba71[801]]()};_0x6e36x3[_0xba71[722]]();mxEvent[_0xba71[722]](_0x6e36x3[_0xba71[727]]())}else {if((this[_0xba71[2812]]()||this[_0xba71[2810]]())&&this[_0xba71[2802]]&&!_0x6e36x3[_0xba71[721]]()&&null!=_0x6e36x3[_0xba71[248]]()&&!_0x6e36x4[_0xba71[1009]]){_0x6e36x9=_0x6e36x4[_0xba71[2599]](_0x6e36x3[_0xba71[736]]()),null==_0x6e36x9&&(_0x6e36x4[_0xba71[994]]()&&_0x6e36x4[_0xba71[1712]](_0x6e36x3[_0xba71[736]]()))&&(_0x6e36x9=_0x6e36x4[_0xba71[502]]()[_0xba71[250]](_0x6e36x3[_0xba71[736]]())?mxConstants[_0xba71[2831]]:mxConstants[_0xba71[2832]]),_0x6e36x3[_0xba71[248]]()[_0xba71[1609]](_0x6e36x9),_0x6e36x3[_0xba71[722]]()}}};mxGraphHandler[_0xba71[202]][_0xba71[2794]]=function(){null!=this[_0xba71[253]]&&(this[_0xba71[253]][_0xba71[1562]]= new mxRectangle(Math[_0xba71[488]](this[_0xba71[2826]][_0xba71[235]]+this[_0xba71[2800]]-this[_0xba71[1179]][_0xba71[1136]]),Math[_0xba71[488]](this[_0xba71[2826]][_0xba71[236]]+this[_0xba71[2801]]-this[_0xba71[1179]][_0xba71[1137]]),this[_0xba71[2826]][_0xba71[117]],this[_0xba71[2826]][_0xba71[119]]),this[_0xba71[253]][_0xba71[258]]())};mxGraphHandler[_0xba71[202]][_0xba71[2828]]=function(_0x6e36x2){null!=this[_0xba71[1016]]&&this[_0xba71[1016]][_0xba71[2828]](_0x6e36x2)};mxGraphHandler[_0xba71[202]][_0xba71[789]]=function(_0x6e36x2,_0x6e36x3){if(!_0x6e36x3[_0xba71[721]]()){var _0x6e36x4=this[_0xba71[1179]];if(null!=this[_0xba71[246]]&&null!=this[_0xba71[2823]]&&null!=this[_0xba71[253]]&&null!=this[_0xba71[2800]]&&null!=this[_0xba71[2801]]){var _0x6e36x5=_0x6e36x4[_0xba71[249]]()[_0xba71[255]],_0x6e36x9=_0x6e36x4[_0xba71[2574]](_0x6e36x3[_0xba71[727]]())&&_0x6e36x4[_0xba71[2617]]()&&this[_0xba71[2810]](),_0x6e36xa=this[_0xba71[2800]]/_0x6e36x5,_0x6e36x5=this[_0xba71[2801]]/_0x6e36x5,_0x6e36x12=_0x6e36x3[_0xba71[736]]();this[_0xba71[2804]]&&null==this[_0xba71[772]]&&null!=_0x6e36x12&&_0x6e36x4[_0xba71[502]]()[_0xba71[1193]](_0x6e36x12)&&_0x6e36x4[_0xba71[2565]](_0x6e36x12)&&_0x6e36x4[_0xba71[2581]](null,this[_0xba71[246]],_0x6e36x12)?_0x6e36x4[_0xba71[2433]][_0xba71[807]](this[_0xba71[246]],_0x6e36x12,_0x6e36x3[_0xba71[727]]()):(_0x6e36x12=this[_0xba71[772]],_0x6e36x4[_0xba71[2655]]()&&_0x6e36x4[_0xba71[2686]](_0x6e36x12,this[_0xba71[895]],_0x6e36x3[_0xba71[727]]())?_0x6e36x4[_0xba71[853]](_0x6e36x12,this[_0xba71[895]],null,_0x6e36xa,_0x6e36x5):this[_0xba71[834]](this[_0xba71[895]],_0x6e36xa,_0x6e36x5,_0x6e36x9,this[_0xba71[772]],_0x6e36x3[_0xba71[727]]()))}else {this[_0xba71[2814]]()&&(this[_0xba71[2820]]&&null!=this[_0xba71[246]])&&this[_0xba71[2833]](_0x6e36x3)}};this[_0xba71[2821]]&&_0x6e36x3[_0xba71[722]]();this[_0xba71[862]]()};mxGraphHandler[_0xba71[202]][_0xba71[2833]]=function(_0x6e36x2){this[_0xba71[1179]][_0xba71[2459]](this[_0xba71[246]],_0x6e36x2[_0xba71[727]]())};mxGraphHandler[_0xba71[202]][_0xba71[862]]=function(){this[_0xba71[2834]]();this[_0xba71[2820]]=this[_0xba71[2821]]= !1;this[_0xba71[772]]=this[_0xba71[246]]=this[_0xba71[2823]]=this[_0xba71[2835]]=this[_0xba71[2801]]=this[_0xba71[2800]]=null};mxGraphHandler[_0xba71[202]][_0xba71[2836]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){if(this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1193]](_0x6e36x2)){_0x6e36x2=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[248]](_0x6e36x2);_0x6e36x4=mxUtils[_0xba71[2196]](this[_0xba71[1179]][_0xba71[526]],mxEvent[_0xba71[731]](_0x6e36x4),mxEvent[_0xba71[733]](_0x6e36x4));var _0x6e36x5=mxUtils[_0xba71[431]](mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_ROTATION)||0);if(0!=_0x6e36x5){_0x6e36x3=Math[_0xba71[426]](-_0x6e36x5);var _0x6e36x5=Math[_0xba71[427]](-_0x6e36x5),_0x6e36x9= new mxPoint(_0x6e36x2[_0xba71[241]](),_0x6e36x2[_0xba71[242]]());_0x6e36x4=mxUtils[_0xba71[432]](_0x6e36x4,_0x6e36x3,_0x6e36x5,_0x6e36x9)};return null!=_0x6e36x2&&!mxUtils[_0xba71[442]](_0x6e36x2,_0x6e36x4[_0xba71[235]],_0x6e36x4[_0xba71[236]])};return !1};mxGraphHandler[_0xba71[202]][_0xba71[834]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){_0x6e36x5&&(_0x6e36x2=this[_0xba71[1179]][_0xba71[2615]](_0x6e36x2));null==_0x6e36x9&&(this[_0xba71[2816]]()&&this[_0xba71[2836]](this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1197]](this[_0xba71[246]]),_0x6e36x2,_0x6e36xa))&&(_0x6e36x9=this[_0xba71[1179]][_0xba71[902]]());_0x6e36x2=this[_0xba71[1179]][_0xba71[834]](_0x6e36x2,_0x6e36x3-this[_0xba71[1179]][_0xba71[1136]]/this[_0xba71[1179]][_0xba71[441]][_0xba71[255]],_0x6e36x4-this[_0xba71[1179]][_0xba71[1137]]/this[_0xba71[1179]][_0xba71[441]][_0xba71[255]],_0x6e36x5,_0x6e36x9,_0x6e36xa);this[_0xba71[2814]]()&&this[_0xba71[2805]]&&this[_0xba71[1179]][_0xba71[2564]](_0x6e36x2[0]);_0x6e36x5&&this[_0xba71[1179]][_0xba71[904]](_0x6e36x2)};mxGraphHandler[_0xba71[202]][_0xba71[2834]]=function(){null!=this[_0xba71[253]]&&(this[_0xba71[253]][_0xba71[515]](),this[_0xba71[253]]=null);null!=this[_0xba71[2799]]&&(this[_0xba71[2799]][_0xba71[515]](),this[_0xba71[2799]]=null);null!=this[_0xba71[1016]]&&(this[_0xba71[1016]][_0xba71[515]](),this[_0xba71[1016]]=null)};mxGraphHandler[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[1179]][_0xba71[1148]](this);this[_0xba71[1179]][_0xba71[745]](this[_0xba71[2730]]);this[_0xba71[2834]]()};function mxPanningHandler(_0x6e36x2,_0x6e36x3){null!=_0x6e36x2&&(this[_0xba71[1179]]=_0x6e36x2,this[_0xba71[1033]]=_0x6e36x3,this[_0xba71[1179]][_0xba71[1133]](this),this[_0xba71[176]]())}mxPanningHandler[_0xba71[202]]= new mxPopupMenu;mxPanningHandler[_0xba71[202]][_0xba71[196]]=mxPanningHandler;mxPanningHandler[_0xba71[202]][_0xba71[1179]]=null;mxPanningHandler[_0xba71[202]][_0xba71[2837]]=null;mxPanningHandler[_0xba71[202]][_0xba71[2838]]=null;mxPanningHandler[_0xba71[202]][_0xba71[2839]]= !0;mxPanningHandler[_0xba71[202]][_0xba71[2840]]= !1;mxPanningHandler[_0xba71[202]][_0xba71[2841]]= !0;mxPanningHandler[_0xba71[202]][_0xba71[2842]]= !0;mxPanningHandler[_0xba71[202]][_0xba71[2843]]= !1;mxPanningHandler[_0xba71[202]][_0xba71[2844]]= !0;mxPanningHandler[_0xba71[202]][_0xba71[2845]]= !1;mxPanningHandler[_0xba71[202]][_0xba71[2431]]= !0;mxPanningHandler[_0xba71[202]][_0xba71[2846]]=function(){return this[_0xba71[2431]]};mxPanningHandler[_0xba71[202]][_0xba71[2847]]=function(_0x6e36x2){this[_0xba71[2431]]=_0x6e36x2};mxPanningHandler[_0xba71[202]][_0xba71[176]]=function(){mxPopupMenu[_0xba71[202]][_0xba71[176]][_0xba71[183]](this);mxEvent[_0xba71[169]](this[_0xba71[485]],mxClient[_0xba71[754]]?_0xba71[756]:_0xba71[752],mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[1179]][_0xba71[2276]][_0xba71[801]]()}))};mxPanningHandler[_0xba71[202]][_0xba71[2848]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[727]]();return this[_0xba71[2840]]&&(this[_0xba71[2843]]||null==_0x6e36x2[_0xba71[248]]())&&mxEvent[_0xba71[1158]](_0x6e36x3)||mxEvent[_0xba71[775]](_0x6e36x3)&&mxEvent[_0xba71[774]](_0x6e36x3)||this[_0xba71[2839]]&&mxEvent[_0xba71[737]](_0x6e36x3)};mxPanningHandler[_0xba71[202]][_0xba71[787]]=function(_0x6e36x2,_0x6e36x3){if(!_0x6e36x3[_0xba71[721]]()&&this[_0xba71[994]]()){this[_0xba71[1032]]();this[_0xba71[2741]]=-this[_0xba71[1179]][_0xba71[526]][_0xba71[360]];this[_0xba71[2742]]=-this[_0xba71[1179]][_0xba71[526]][_0xba71[190]];var _0x6e36x4=mxUtils[_0xba71[2196]](this[_0xba71[1179]][_0xba71[526]],_0x6e36x3[_0xba71[730]](),_0x6e36x3[_0xba71[732]]());this[_0xba71[2837]]=_0x6e36x4[_0xba71[235]];this[_0xba71[2838]]=_0x6e36x4[_0xba71[236]];this[_0xba71[2849]]=this[_0xba71[737]](_0x6e36x3);this[_0xba71[2850]]=this[_0xba71[2846]]()&&this[_0xba71[2848]](_0x6e36x3);this[_0xba71[2739]]=_0x6e36x3[_0xba71[730]]();this[_0xba71[2740]]=_0x6e36x3[_0xba71[732]]();this[_0xba71[2850]]&&this[_0xba71[2851]](_0x6e36x3)}};mxPanningHandler[_0xba71[202]][_0xba71[2851]]=function(_0x6e36x2){_0x6e36x2[_0xba71[722]]()};mxPanningHandler[_0xba71[202]][_0xba71[788]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=_0x6e36x3[_0xba71[730]]()-this[_0xba71[2739]],_0x6e36x5=_0x6e36x3[_0xba71[732]]()-this[_0xba71[2740]];if(this[_0xba71[1124]]){this[_0xba71[2844]]&&(this[_0xba71[2845]]&&(_0x6e36x4=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x4),_0x6e36x5=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x5)),this[_0xba71[1179]][_0xba71[1135]](_0x6e36x4+this[_0xba71[2741]],_0x6e36x5+this[_0xba71[2742]])),this[_0xba71[746]]( new mxEventObject(mxEvent.PAN,_0xba71[763],_0x6e36x3)),_0x6e36x3[_0xba71[722]]()}else {if(this[_0xba71[2850]]){var _0x6e36x9=this[_0xba71[1124]];this[_0xba71[1124]]=Math[_0xba71[425]](_0x6e36x4)>this[_0xba71[1179]][_0xba71[2353]]||Math[_0xba71[425]](_0x6e36x5)>this[_0xba71[1179]][_0xba71[2353]];!_0x6e36x9&&this[_0xba71[1124]]&&this[_0xba71[746]]( new mxEventObject(mxEvent.PAN_START,_0xba71[763],_0x6e36x3))}}};mxPanningHandler[_0xba71[202]][_0xba71[789]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=Math[_0xba71[425]](_0x6e36x3[_0xba71[730]]()-this[_0xba71[2739]]),_0x6e36x5=Math[_0xba71[425]](_0x6e36x3[_0xba71[732]]()-this[_0xba71[2740]]);if(this[_0xba71[1124]]){if(!this[_0xba71[1179]][_0xba71[2365]]||!mxUtils[_0xba71[1134]](this[_0xba71[1179]][_0xba71[526]])){_0x6e36x4=_0x6e36x3[_0xba71[730]]()-this[_0xba71[2739]];_0x6e36x5=_0x6e36x3[_0xba71[732]]()-this[_0xba71[2740]];this[_0xba71[2845]]&&(_0x6e36x4=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x4),_0x6e36x5=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x5));var _0x6e36x9=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[255]],_0x6e36xa=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[513]];this[_0xba71[1179]][_0xba71[1135]](0,0);this[_0xba71[1135]](_0x6e36xa[_0xba71[235]]+_0x6e36x4/_0x6e36x9,_0x6e36xa[_0xba71[236]]+_0x6e36x5/_0x6e36x9)};this[_0xba71[1124]]= !1;this[_0xba71[746]]( new mxEventObject(mxEvent.PAN_END,_0xba71[763],_0x6e36x3));_0x6e36x3[_0xba71[722]]()}else {this[_0xba71[2849]]&&(_0x6e36x4<this[_0xba71[1179]][_0xba71[2353]]&&_0x6e36x5<this[_0xba71[1179]][_0xba71[2353]])&&(_0x6e36x4=this[_0xba71[2852]](_0x6e36x3),this[_0xba71[1179]][_0xba71[994]]()&&this[_0xba71[2841]]&&null!=_0x6e36x4&&!this[_0xba71[1179]][_0xba71[2692]](_0x6e36x4)?this[_0xba71[1179]][_0xba71[2450]](_0x6e36x4):this[_0xba71[2842]]&&null==_0x6e36x4&&this[_0xba71[1179]][_0xba71[2440]](),this[_0xba71[1179]][_0xba71[2276]][_0xba71[801]](),_0x6e36x5=mxUtils[_0xba71[444]](),_0x6e36x5= new mxPoint(_0x6e36x3[_0xba71[730]]()+_0x6e36x5[_0xba71[235]],_0x6e36x3[_0xba71[732]]()+_0x6e36x5[_0xba71[236]]),this[_0xba71[152]](_0x6e36x5[_0xba71[235]]+1,_0x6e36x5[_0xba71[236]]+1,_0x6e36x4,_0x6e36x3[_0xba71[727]]()),_0x6e36x3[_0xba71[722]]())};this[_0xba71[2849]]=this[_0xba71[2850]]= !1};mxPanningHandler[_0xba71[202]][_0xba71[2852]]=function(_0x6e36x2){return _0x6e36x2[_0xba71[736]]()};mxPanningHandler[_0xba71[202]][_0xba71[1135]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[1179]][_0xba71[249]]()[_0xba71[1147]](_0x6e36x2,_0x6e36x3)};mxPanningHandler[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[1179]][_0xba71[1148]](this);mxPopupMenu[_0xba71[202]][_0xba71[515]][_0xba71[183]](this)};function mxCellMarker(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){mxEventSource[_0xba71[239]](this);null!=_0x6e36x2&&(this[_0xba71[1179]]=_0x6e36x2,this[_0xba71[2853]]=null!=_0x6e36x3?_0x6e36x3:mxConstants[_0xba71[2854]],this[_0xba71[2855]]=null!=_0x6e36x3?_0x6e36x4:mxConstants[_0xba71[2856]],this[_0xba71[2857]]=null!=_0x6e36x5?_0x6e36x5:mxConstants[_0xba71[2858]],this[_0xba71[1016]]= new mxCellHighlight(_0x6e36x2))}mxUtils[_0xba71[1284]](mxCellMarker,mxEventSource);mxCellMarker[_0xba71[202]][_0xba71[1179]]=null;mxCellMarker[_0xba71[202]][_0xba71[984]]= !0;mxCellMarker[_0xba71[202]][_0xba71[2857]]=mxConstants[_0xba71[2858]];mxCellMarker[_0xba71[202]][_0xba71[2859]]= !1;mxCellMarker[_0xba71[202]][_0xba71[2853]]=null;mxCellMarker[_0xba71[202]][_0xba71[2855]]=null;mxCellMarker[_0xba71[202]][_0xba71[2860]]=null;mxCellMarker[_0xba71[202]][_0xba71[2861]]=null;mxCellMarker[_0xba71[202]][_0xba71[2862]]=null;mxCellMarker[_0xba71[202]][_0xba71[995]]=function(_0x6e36x2){this[_0xba71[984]]=_0x6e36x2};mxCellMarker[_0xba71[202]][_0xba71[994]]=function(){return this[_0xba71[984]]};mxCellMarker[_0xba71[202]][_0xba71[2863]]=function(_0x6e36x2){this[_0xba71[2857]]=_0x6e36x2};mxCellMarker[_0xba71[202]][_0xba71[2864]]=function(){return this[_0xba71[2857]]};mxCellMarker[_0xba71[202]][_0xba71[2865]]=function(_0x6e36x2){this[_0xba71[2859]]=_0x6e36x2};mxCellMarker[_0xba71[202]][_0xba71[2866]]=function(){return this[_0xba71[2859]]};mxCellMarker[_0xba71[202]][_0xba71[2867]]=function(){return null!=this[_0xba71[2861]]};mxCellMarker[_0xba71[202]][_0xba71[2868]]=function(){return this[_0xba71[2861]]};mxCellMarker[_0xba71[202]][_0xba71[2869]]=function(){return this[_0xba71[2862]]};mxCellMarker[_0xba71[202]][_0xba71[862]]=function(){this[_0xba71[2861]]=null;null!=this[_0xba71[2862]]&&(this[_0xba71[2862]]=null,this[_0xba71[2870]]())};mxCellMarker[_0xba71[202]][_0xba71[2871]]=function(_0x6e36x2){var _0x6e36x3=null;if(this[_0xba71[994]]()){var _0x6e36x3=this[_0xba71[248]](_0x6e36x2),_0x6e36x4=null!=_0x6e36x3?this[_0xba71[2872]](_0x6e36x3):!1;_0x6e36x2=this[_0xba71[2873]](_0x6e36x2[_0xba71[727]](),_0x6e36x3,_0x6e36x4);this[_0xba71[2861]]=_0x6e36x4?_0x6e36x3:null;if(_0x6e36x3!=this[_0xba71[2862]]||_0x6e36x2!=this[_0xba71[2860]]){this[_0xba71[2860]]=_0x6e36x2,null!=_0x6e36x3&&null!=this[_0xba71[2860]]?(this[_0xba71[2862]]=_0x6e36x3,this[_0xba71[811]]()):null!=this[_0xba71[2862]]&&(this[_0xba71[2862]]=null,this[_0xba71[2870]]())}};return _0x6e36x3};mxCellMarker[_0xba71[202]][_0xba71[2874]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[248]](_0x6e36x2);null!=_0x6e36x4&&(this[_0xba71[2860]]=null!=_0x6e36x3?_0x6e36x3:this[_0xba71[2853]],this[_0xba71[2862]]=_0x6e36x4,this[_0xba71[811]]())};mxCellMarker[_0xba71[202]][_0xba71[811]]=function(){this[_0xba71[1016]][_0xba71[2828]](this[_0xba71[2860]]);this[_0xba71[1016]][_0xba71[1016]](this[_0xba71[2862]]);this[_0xba71[746]]( new mxEventObject(mxEvent.MARK,_0xba71[724],this[_0xba71[2862]]))};mxCellMarker[_0xba71[202]][_0xba71[2870]]=function(){this[_0xba71[811]]()};mxCellMarker[_0xba71[202]][_0xba71[2872]]=function(_0x6e36x2){return !0};mxCellMarker[_0xba71[202]][_0xba71[2873]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){return _0x6e36x4?this[_0xba71[2853]]:this[_0xba71[2855]]};mxCellMarker[_0xba71[202]][_0xba71[248]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1179]][_0xba71[249]]();cell=this[_0xba71[736]](_0x6e36x2);_0x6e36x3=this[_0xba71[2875]](_0x6e36x3[_0xba71[248]](cell));return null!=_0x6e36x3&&this[_0xba71[1825]](_0x6e36x3,_0x6e36x2)?_0x6e36x3:null};mxCellMarker[_0xba71[202]][_0xba71[736]]=function(_0x6e36x2){return _0x6e36x2[_0xba71[736]]()};mxCellMarker[_0xba71[202]][_0xba71[2875]]=function(_0x6e36x2){return _0x6e36x2};mxCellMarker[_0xba71[202]][_0xba71[1825]]=function(_0x6e36x2,_0x6e36x3){return this[_0xba71[2859]]?mxUtils[_0xba71[2876]](_0x6e36x2,_0x6e36x3[_0xba71[734]](),_0x6e36x3[_0xba71[735]](),this[_0xba71[2857]],mxConstants.MIN_HOTSPOT_SIZE,mxConstants.MAX_HOTSPOT_SIZE):!0};mxCellMarker[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[1179]][_0xba71[249]]()[_0xba71[745]](this[_0xba71[2877]]);this[_0xba71[1179]][_0xba71[502]]()[_0xba71[745]](this[_0xba71[2877]]);this[_0xba71[1016]][_0xba71[515]]()};function mxSelectionCellsHandler(_0x6e36x2){mxEventSource[_0xba71[239]](this);this[_0xba71[1179]]=_0x6e36x2;this[_0xba71[2878]]= new mxDictionary;this[_0xba71[1179]][_0xba71[1133]](this);this[_0xba71[2731]]=mxUtils[_0xba71[885]](this,function(_0x6e36x2,_0x6e36x4){this[_0xba71[994]]()&&this[_0xba71[802]]()});this[_0xba71[1179]][_0xba71[2435]]()[_0xba71[169]](mxEvent.CHANGE,this[_0xba71[2731]]);this[_0xba71[1179]][_0xba71[502]]()[_0xba71[169]](mxEvent.CHANGE,this[_0xba71[2731]]);this[_0xba71[1179]][_0xba71[249]]()[_0xba71[169]](mxEvent.SCALE,this[_0xba71[2731]]);this[_0xba71[1179]][_0xba71[249]]()[_0xba71[169]](mxEvent.TRANSLATE,this[_0xba71[2731]]);this[_0xba71[1179]][_0xba71[249]]()[_0xba71[169]](mxEvent.SCALE_AND_TRANSLATE,this[_0xba71[2731]]);this[_0xba71[1179]][_0xba71[249]]()[_0xba71[169]](mxEvent.DOWN,this[_0xba71[2731]]);this[_0xba71[1179]][_0xba71[249]]()[_0xba71[169]](mxEvent.UP,this[_0xba71[2731]])}mxUtils[_0xba71[1284]](mxSelectionCellsHandler,mxEventSource);mxSelectionCellsHandler[_0xba71[202]][_0xba71[1179]]=null;mxSelectionCellsHandler[_0xba71[202]][_0xba71[984]]= !0;mxSelectionCellsHandler[_0xba71[202]][_0xba71[2731]]=null;mxSelectionCellsHandler[_0xba71[202]][_0xba71[2879]]=100;mxSelectionCellsHandler[_0xba71[202]][_0xba71[2878]]=null;mxSelectionCellsHandler[_0xba71[202]][_0xba71[994]]=function(){return this[_0xba71[984]]};mxSelectionCellsHandler[_0xba71[202]][_0xba71[995]]=function(_0x6e36x2){this[_0xba71[984]]=_0x6e36x2};mxSelectionCellsHandler[_0xba71[202]][_0xba71[2596]]=function(_0x6e36x2){return this[_0xba71[2878]][_0xba71[203]](_0x6e36x2)};mxSelectionCellsHandler[_0xba71[202]][_0xba71[862]]=function(){this[_0xba71[2878]][_0xba71[209]](function(_0x6e36x2,_0x6e36x3){_0x6e36x3[_0xba71[862]][_0xba71[183]](_0x6e36x3)})};mxSelectionCellsHandler[_0xba71[202]][_0xba71[802]]=function(){var _0x6e36x2=this[_0xba71[2878]];this[_0xba71[2878]]= new mxDictionary;for(var _0x6e36x3=this[_0xba71[1179]][_0xba71[897]](),_0x6e36x4=0;_0x6e36x4<_0x6e36x3[_0xba71[67]];_0x6e36x4++){var _0x6e36x5=this[_0xba71[1179]][_0xba71[441]][_0xba71[248]](_0x6e36x3[_0x6e36x4]);if(null!=_0x6e36x5){var _0x6e36x9=_0x6e36x2[_0xba71[205]](_0x6e36x3[_0x6e36x4]);null!=_0x6e36x9&&(_0x6e36x9[_0xba71[724]]!=_0x6e36x5?(_0x6e36x9[_0xba71[515]](),_0x6e36x9=null):_0x6e36x9[_0xba71[258]]());null==_0x6e36x9&&(_0x6e36x9=this[_0xba71[1179]][_0xba71[2709]](_0x6e36x5),this[_0xba71[746]]( new mxEventObject(mxEvent.ADD,_0xba71[724],_0x6e36x5)));null!=_0x6e36x9&&this[_0xba71[2878]][_0xba71[204]](_0x6e36x3[_0x6e36x4],_0x6e36x9)}};_0x6e36x2[_0xba71[209]](mxUtils[_0xba71[885]](this,function(_0x6e36x2,_0x6e36x3){this[_0xba71[746]]( new mxEventObject(mxEvent.REMOVE,_0xba71[724],_0x6e36x3[_0xba71[724]]));_0x6e36x3[_0xba71[515]]()}))};mxSelectionCellsHandler[_0xba71[202]][_0xba71[787]]=function(_0x6e36x2,_0x6e36x3){if(this[_0xba71[1179]][_0xba71[994]]()&&this[_0xba71[994]]()){var _0x6e36x4=[_0x6e36x2,_0x6e36x3];this[_0xba71[2878]][_0xba71[209]](function(_0x6e36x2,_0x6e36x3){_0x6e36x3[_0xba71[787]][_0xba71[183]](_0x6e36x3,_0x6e36x4)})}};mxSelectionCellsHandler[_0xba71[202]][_0xba71[788]]=function(_0x6e36x2,_0x6e36x3){if(this[_0xba71[1179]][_0xba71[994]]()&&this[_0xba71[994]]()){var _0x6e36x4=[_0x6e36x2,_0x6e36x3];this[_0xba71[2878]][_0xba71[209]](function(_0x6e36x2,_0x6e36x3){_0x6e36x3[_0xba71[788]][_0xba71[183]](_0x6e36x3,_0x6e36x4)})}};mxSelectionCellsHandler[_0xba71[202]][_0xba71[789]]=function(_0x6e36x2,_0x6e36x3){if(this[_0xba71[1179]][_0xba71[994]]()&&this[_0xba71[994]]()){var _0x6e36x4=[_0x6e36x2,_0x6e36x3];this[_0xba71[2878]][_0xba71[209]](function(_0x6e36x2,_0x6e36x3){_0x6e36x3[_0xba71[789]][_0xba71[183]](_0x6e36x3,_0x6e36x4)})}};mxSelectionCellsHandler[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[1179]][_0xba71[1148]](this);null!=this[_0xba71[2731]]&&(this[_0xba71[1179]][_0xba71[2435]]()[_0xba71[745]](this[_0xba71[2731]]),this[_0xba71[1179]][_0xba71[502]]()[_0xba71[745]](this[_0xba71[2731]]),this[_0xba71[1179]][_0xba71[249]]()[_0xba71[745]](this[_0xba71[2731]]),this[_0xba71[2731]]=null)};function mxConnectionHandler(_0x6e36x2,_0x6e36x3){mxEventSource[_0xba71[239]](this);null!=_0x6e36x2&&(this[_0xba71[1179]]=_0x6e36x2,this[_0xba71[1033]]=_0x6e36x3,this[_0xba71[176]]())}mxUtils[_0xba71[1284]](mxConnectionHandler,mxEventSource);mxConnectionHandler[_0xba71[202]][_0xba71[1179]]=null;mxConnectionHandler[_0xba71[202]][_0xba71[1033]]= !0;mxConnectionHandler[_0xba71[202]][_0xba71[2880]]= !1;mxConnectionHandler[_0xba71[202]][_0xba71[2881]]= !1;mxConnectionHandler[_0xba71[202]][_0xba71[2882]]=null;mxConnectionHandler[_0xba71[202]][_0xba71[2883]]= !1;mxConnectionHandler[_0xba71[202]][_0xba71[984]]= !0;mxConnectionHandler[_0xba71[202]][_0xba71[804]]= !0;mxConnectionHandler[_0xba71[202]][_0xba71[2884]]= !1;mxConnectionHandler[_0xba71[202]][_0xba71[2885]]=null;mxConnectionHandler[_0xba71[202]][_0xba71[2886]]=null;mxConnectionHandler[_0xba71[202]][_0xba71[267]]=null;mxConnectionHandler[_0xba71[202]][_0xba71[2887]]= !1;mxConnectionHandler[_0xba71[202]][_0xba71[2888]]= !0;mxConnectionHandler[_0xba71[202]][_0xba71[2889]]=500;mxConnectionHandler[_0xba71[202]][_0xba71[2890]]= !1;mxConnectionHandler[_0xba71[202]][_0xba71[2891]]= !1;mxConnectionHandler[_0xba71[202]][_0xba71[2892]]=4;mxConnectionHandler[_0xba71[202]][_0xba71[2893]]=0;mxConnectionHandler[_0xba71[202]][_0xba71[2894]]=0;mxConnectionHandler[_0xba71[202]][_0xba71[2895]]= !1;mxConnectionHandler[_0xba71[202]][_0xba71[2823]]=null;mxConnectionHandler[_0xba71[202]][_0xba71[2896]]= new mxPoint(0,mxConstants.TOOLTIP_VERTICAL_OFFSET);mxConnectionHandler[_0xba71[202]][_0xba71[2897]]=null;mxConnectionHandler[_0xba71[202]][_0xba71[1176]]=null;mxConnectionHandler[_0xba71[202]][_0xba71[2898]]=null;mxConnectionHandler[_0xba71[202]][_0xba71[2899]]=0;mxConnectionHandler[_0xba71[202]][_0xba71[2900]]=mxClient[_0xba71[47]];mxConnectionHandler[_0xba71[202]][_0xba71[994]]=function(){return this[_0xba71[984]]};mxConnectionHandler[_0xba71[202]][_0xba71[995]]=function(_0x6e36x2){this[_0xba71[984]]=_0x6e36x2};mxConnectionHandler[_0xba71[202]][_0xba71[2901]]=function(){return this[_0xba71[2884]]};mxConnectionHandler[_0xba71[202]][_0xba71[2902]]=function(_0x6e36x2){this[_0xba71[2884]]=_0x6e36x2};mxConnectionHandler[_0xba71[202]][_0xba71[2156]]=function(){var _0x6e36x2= new mxPolyline([],mxConstants.INVALID_COLOR);_0x6e36x2[_0xba71[507]]=this[_0xba71[1179]][_0xba71[507]]!=mxConstants[_0xba71[508]]?mxConstants[_0xba71[1523]]:mxConstants[_0xba71[508]];_0x6e36x2[_0xba71[176]](this[_0xba71[1179]][_0xba71[249]]()[_0xba71[1524]]());_0x6e36x2[_0xba71[1564]]=0;_0x6e36x2[_0xba71[1229]]= !1;_0x6e36x2[_0xba71[1522]]= !0;if(this[_0xba71[1179]][_0xba71[507]]==mxConstants[_0xba71[508]]){_0x6e36x2[_0xba71[252]][_0xba71[57]](_0xba71[1377],_0xba71[130])}else {var _0x6e36x3=mxUtils[_0xba71[885]](this,function(_0x6e36x2){_0x6e36x2=mxUtils[_0xba71[2196]](this[_0xba71[1179]][_0xba71[526]],mxEvent[_0xba71[731]](_0x6e36x2),mxEvent[_0xba71[733]](_0x6e36x2));return this[_0xba71[1179]][_0xba71[441]][_0xba71[248]](this[_0xba71[1179]][_0xba71[999]](_0x6e36x2[_0xba71[235]],_0x6e36x2[_0xba71[236]]))});mxEvent[_0xba71[2733]](_0x6e36x2[_0xba71[252]],this[_0xba71[1179]],_0x6e36x3)};return _0x6e36x2};mxConnectionHandler[_0xba71[202]][_0xba71[176]]=function(){this[_0xba71[1179]][_0xba71[1133]](this);this[_0xba71[2885]]=this[_0xba71[1689]]();this[_0xba71[2886]]= new mxConstraintHandler(this[_0xba71[1179]]);this[_0xba71[1176]]=mxUtils[_0xba71[885]](this,function(_0x6e36x2){null!=this[_0xba71[2903]]&&(this[_0xba71[2903]]=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[248]](this[_0xba71[2903]][_0xba71[246]]));null!=this[_0xba71[2903]]?this[_0xba71[2905]](this[_0xba71[2904]],this[_0xba71[2903]]):(this[_0xba71[2906]](this[_0xba71[2904]]),this[_0xba71[257]]=null);this[_0xba71[2886]][_0xba71[862]]()});this[_0xba71[1179]][_0xba71[502]]()[_0xba71[169]](mxEvent.CHANGE,this[_0xba71[1176]]);this[_0xba71[1179]][_0xba71[249]]()[_0xba71[169]](mxEvent.SCALE,this[_0xba71[1176]]);this[_0xba71[1179]][_0xba71[249]]()[_0xba71[169]](mxEvent.TRANSLATE,this[_0xba71[1176]]);this[_0xba71[1179]][_0xba71[249]]()[_0xba71[169]](mxEvent.SCALE_AND_TRANSLATE,this[_0xba71[1176]]);this[_0xba71[2898]]=mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[2906]](this[_0xba71[2904]])});this[_0xba71[1179]][_0xba71[169]](mxEvent.START_EDITING,this[_0xba71[2898]]);this[_0xba71[1179]][_0xba71[249]]()[_0xba71[169]](mxEvent.DOWN,this[_0xba71[2898]]);this[_0xba71[1179]][_0xba71[249]]()[_0xba71[169]](mxEvent.UP,this[_0xba71[2898]])};mxConnectionHandler[_0xba71[202]][_0xba71[2907]]=function(_0x6e36x2){return !0};mxConnectionHandler[_0xba71[202]][_0xba71[1689]]=function(){var _0x6e36x2= new mxCellMarker(this[_0xba71[1179]]);_0x6e36x2[_0xba71[2859]]= !0;_0x6e36x2[_0xba71[736]]=mxUtils[_0xba71[885]](this,function(_0x6e36x3,_0x6e36x4){_0x6e36x4=mxCellMarker[_0xba71[202]][_0xba71[736]][_0xba71[183]](_0x6e36x2,arguments);this[_0xba71[267]]=null;if(!this[_0xba71[2907]](_0x6e36x4)){return null};null!=_0x6e36x4?this[_0xba71[2908]]()?null!=this[_0xba71[257]]&&(this[_0xba71[267]]=this[_0xba71[2909]](this[_0xba71[257]][_0xba71[246]],_0x6e36x4),null!=this[_0xba71[267]]&&0==this[_0xba71[267]][_0xba71[67]]&&(_0x6e36x4=null,this[_0xba71[2901]]()&&(this[_0xba71[267]]=null))):this[_0xba71[2671]](_0x6e36x4)||(_0x6e36x4=null):this[_0xba71[2908]]()&&(!this[_0xba71[2901]]()&&!this[_0xba71[1179]][_0xba71[2406]])&&(this[_0xba71[267]]=_0xba71[110]);return _0x6e36x4});_0x6e36x2[_0xba71[2872]]=mxUtils[_0xba71[885]](this,function(_0x6e36x3){return this[_0xba71[2908]]()?null==this[_0xba71[267]]:mxCellMarker[_0xba71[202]][_0xba71[2872]][_0xba71[183]](_0x6e36x2,arguments)});_0x6e36x2[_0xba71[2873]]=mxUtils[_0xba71[885]](this,function(_0x6e36x3,_0x6e36x4,_0x6e36x5){return null==this[_0xba71[2882]]||this[_0xba71[2908]]()?mxCellMarker[_0xba71[202]][_0xba71[2873]][_0xba71[183]](_0x6e36x2,arguments):null});_0x6e36x2[_0xba71[1825]]=mxUtils[_0xba71[885]](this,function(_0x6e36x3,_0x6e36x4){return null!=this[_0xba71[2882]]||this[_0xba71[2908]]()?!0:mxCellMarker[_0xba71[202]][_0xba71[1825]][_0xba71[183]](_0x6e36x2,arguments)});return _0x6e36x2};mxConnectionHandler[_0xba71[202]][_0xba71[861]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){this[_0xba71[257]]=_0x6e36x2;this[_0xba71[2823]]= new mxPoint(_0x6e36x3,_0x6e36x4);this[_0xba71[2897]]=null!=_0x6e36x5?_0x6e36x5:this[_0xba71[2910]](null);this[_0xba71[2885]][_0xba71[2860]]=this[_0xba71[2885]][_0xba71[2853]];this[_0xba71[2885]][_0xba71[2862]]=_0x6e36x2;this[_0xba71[2885]][_0xba71[811]]();this[_0xba71[746]]( new mxEventObject(mxEvent.START,_0xba71[724],this[_0xba71[257]]))};mxConnectionHandler[_0xba71[202]][_0xba71[2908]]=function(){return null!=this[_0xba71[2823]]&&null!=this[_0xba71[253]]};mxConnectionHandler[_0xba71[202]][_0xba71[2671]]=function(_0x6e36x2){return this[_0xba71[1179]][_0xba71[2671]](_0x6e36x2)};mxConnectionHandler[_0xba71[202]][_0xba71[2672]]=function(_0x6e36x2){return !0};mxConnectionHandler[_0xba71[202]][_0xba71[2909]]=function(_0x6e36x2,_0x6e36x3){return !this[_0xba71[2672]](_0x6e36x3)?_0xba71[110]:this[_0xba71[1179]][_0xba71[2500]](null,_0x6e36x2,_0x6e36x3)};mxConnectionHandler[_0xba71[202]][_0xba71[2911]]=function(_0x6e36x2){return this[_0xba71[2882]]};mxConnectionHandler[_0xba71[202]][_0xba71[2912]]=function(_0x6e36x2){return null!=_0x6e36x2[_0xba71[963]]&&_0x6e36x2[_0xba71[963]][_0xba71[252]][_0xba71[265]]==this[_0xba71[1179]][_0xba71[526]]?!0:this[_0xba71[2880]]};mxConnectionHandler[_0xba71[202]][_0xba71[2913]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[2911]](_0x6e36x2);if(null!=_0x6e36x3&&null!=_0x6e36x2){this[_0xba71[2903]]=_0x6e36x2;var _0x6e36x4=[],_0x6e36x5= new mxRectangle(0,0,_0x6e36x3[_0xba71[117]],_0x6e36x3[_0xba71[119]]),_0x6e36x9= new mxImageShape(_0x6e36x5,_0x6e36x3[_0xba71[390]],null,null,0);_0x6e36x9[_0xba71[1674]]= !1;this[_0xba71[2912]](_0x6e36x2)?(_0x6e36x9[_0xba71[507]]=mxConstants[_0xba71[1656]],_0x6e36x9[_0xba71[176]](this[_0xba71[1179]][_0xba71[526]])):(_0x6e36x9[_0xba71[507]]=this[_0xba71[1179]][_0xba71[507]]==mxConstants[_0xba71[508]]?mxConstants[_0xba71[508]]:mxConstants[_0xba71[1523]],_0x6e36x9[_0xba71[176]](this[_0xba71[1179]][_0xba71[249]]()[_0xba71[1524]]()),this[_0xba71[2881]]&&null!=_0x6e36x9[_0xba71[252]][_0xba71[328]]&&_0x6e36x9[_0xba71[252]][_0xba71[265]][_0xba71[950]](_0x6e36x9[_0xba71[252]],_0x6e36x9[_0xba71[252]][_0xba71[265]][_0xba71[285]]));_0x6e36x9[_0xba71[252]][_0xba71[124]][_0xba71[270]]=mxConstants[_0xba71[2914]];var _0x6e36xa=mxUtils[_0xba71[885]](this,function(){return null!=this[_0xba71[2915]]?this[_0xba71[2915]]:_0x6e36x2}),_0x6e36x3=mxUtils[_0xba71[885]](this,function(_0x6e36x2){mxEvent[_0xba71[721]](_0x6e36x2)||(this[_0xba71[2916]]=_0x6e36x9,this[_0xba71[1179]][_0xba71[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x6e36x2,_0x6e36xa())))});mxEvent[_0xba71[2733]](_0x6e36x9[_0xba71[252]],this[_0xba71[1179]],_0x6e36xa,_0x6e36x3);_0x6e36x4[_0xba71[207]](_0x6e36x9);this[_0xba71[2905]](_0x6e36x4,this[_0xba71[2903]]);return _0x6e36x4};return null};mxConnectionHandler[_0xba71[202]][_0xba71[2905]]=function(_0x6e36x2,_0x6e36x3){if(null!=_0x6e36x2&&null!=_0x6e36x2[0]&&null!=_0x6e36x3){var _0x6e36x4=this[_0xba71[2917]](_0x6e36x2[0],_0x6e36x3);_0x6e36x2[0][_0xba71[1562]][_0xba71[235]]=_0x6e36x4[_0xba71[235]];_0x6e36x2[0][_0xba71[1562]][_0xba71[236]]=_0x6e36x4[_0xba71[236]];_0x6e36x2[0][_0xba71[258]]()}};mxConnectionHandler[_0xba71[202]][_0xba71[2917]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[255]],_0x6e36x5=_0x6e36x3[_0xba71[241]](),_0x6e36x9=_0x6e36x3[_0xba71[242]]();if(this[_0xba71[1179]][_0xba71[1730]](_0x6e36x3[_0xba71[246]])){var _0x6e36xa=this[_0xba71[1179]][_0xba71[1731]](_0x6e36x3[_0xba71[246]]),_0x6e36x5=0!=_0x6e36xa[_0xba71[117]]?_0x6e36x3[_0xba71[235]]+_0x6e36xa[_0xba71[117]]*_0x6e36x4/2:_0x6e36x5,_0x6e36x9=0!=_0x6e36xa[_0xba71[119]]?_0x6e36x3[_0xba71[236]]+_0x6e36xa[_0xba71[119]]*_0x6e36x4/2:_0x6e36x9,_0x6e36xa=mxUtils[_0xba71[431]](mxUtils[_0xba71[433]](_0x6e36x3[_0xba71[124]],mxConstants.STYLE_ROTATION)||0);if(0!=_0x6e36xa){var _0x6e36x4=Math[_0xba71[426]](_0x6e36xa),_0x6e36xa=Math[_0xba71[427]](_0x6e36xa),_0x6e36x12= new mxPoint(_0x6e36x3[_0xba71[241]](),_0x6e36x3[_0xba71[242]]()),_0x6e36x9=mxUtils[_0xba71[432]]( new mxPoint(_0x6e36x5,_0x6e36x9),_0x6e36x4,_0x6e36xa,_0x6e36x12),_0x6e36x5=_0x6e36x9[_0xba71[235]],_0x6e36x9=_0x6e36x9[_0xba71[236]]}};return new mxPoint(_0x6e36x5-_0x6e36x2[_0xba71[1562]][_0xba71[117]]/2,_0x6e36x9-_0x6e36x2[_0xba71[1562]][_0xba71[119]]/2)};mxConnectionHandler[_0xba71[202]][_0xba71[2906]]=function(_0x6e36x2){if(null!=_0x6e36x2){this[_0xba71[2903]]=null;for(var _0x6e36x3=0;_0x6e36x3<_0x6e36x2[_0xba71[67]];_0x6e36x3++){_0x6e36x2[_0x6e36x3][_0xba71[515]]()}}};mxConnectionHandler[_0xba71[202]][_0xba71[2918]]=function(_0x6e36x2){return !this[_0xba71[1179]][_0xba71[2579]](_0x6e36x2[_0xba71[727]]())&&(null!=this[_0xba71[2886]][_0xba71[2919]]&&null!=this[_0xba71[2886]][_0xba71[2920]]||null!=this[_0xba71[257]]&&null==this[_0xba71[267]]&&(null==this[_0xba71[2904]]||null!=this[_0xba71[2904]]&&null!=this[_0xba71[2916]]))};mxConnectionHandler[_0xba71[202]][_0xba71[787]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[2899]]++;if(this[_0xba71[994]]()&&this[_0xba71[1179]][_0xba71[994]]()&&!_0x6e36x3[_0xba71[721]]()&&!this[_0xba71[2908]]()&&this[_0xba71[2918]](_0x6e36x3)){null!=this[_0xba71[2886]][_0xba71[2920]]&&null!=this[_0xba71[2886]][_0xba71[2919]]&&null!=this[_0xba71[2886]][_0xba71[987]]?(this[_0xba71[2921]]=this[_0xba71[2886]][_0xba71[2920]],this[_0xba71[257]]=this[_0xba71[2886]][_0xba71[2919]],this[_0xba71[2823]]=this[_0xba71[2886]][_0xba71[987]][_0xba71[238]]()):this[_0xba71[2823]]= new mxPoint(_0x6e36x3[_0xba71[734]](),_0x6e36x3[_0xba71[735]]());this[_0xba71[2897]]=this[_0xba71[2910]](_0x6e36x3);this[_0xba71[2899]]=1;this[_0xba71[2887]]&&null==this[_0xba71[253]]&&(this[_0xba71[2922]]=null,this[_0xba71[253]]=this[_0xba71[2156]]());if(null==this[_0xba71[257]]&&null!=this[_0xba71[2897]]){var _0x6e36x4=this[_0xba71[1179]][_0xba71[2689]](_0x6e36x3[_0xba71[727]]());this[_0xba71[2897]][_0xba71[246]][_0xba71[256]][_0xba71[2007]](_0x6e36x4,!0)};this[_0xba71[746]]( new mxEventObject(mxEvent.START,_0xba71[724],this[_0xba71[257]]));_0x6e36x3[_0xba71[722]]()}else {if(mxClient[_0xba71[754]]&&this[_0xba71[2888]]&&!this[_0xba71[2890]]&&this[_0xba71[994]]()&&this[_0xba71[1179]][_0xba71[994]]()&&!this[_0xba71[2908]]()){this[_0xba71[2890]]= !0;this[_0xba71[2893]]=_0x6e36x3[_0xba71[730]]();this[_0xba71[2894]]=_0x6e36x3[_0xba71[732]]();var _0x6e36x5=this[_0xba71[1179]][_0xba71[441]][_0xba71[248]](this[_0xba71[2885]][_0xba71[736]](_0x6e36x3));this[_0xba71[2923]]&&window[_0xba71[2924]](this[_0xba71[2923]]);this[_0xba71[2923]]=window[_0xba71[261]](mxUtils[_0xba71[885]](this,function(){this[_0xba71[2891]]&&this[_0xba71[2925]](_0x6e36x3,_0x6e36x5);this[_0xba71[2891]]=this[_0xba71[2890]]= !1}),this[_0xba71[2889]]);this[_0xba71[2891]]= !0}};this[_0xba71[2926]]=this[_0xba71[2916]];this[_0xba71[2916]]=null};mxConnectionHandler[_0xba71[202]][_0xba71[2925]]=function(_0x6e36x2,_0x6e36x3){null!=_0x6e36x3&&(this[_0xba71[2885]][_0xba71[2860]]=this[_0xba71[2885]][_0xba71[2853]],this[_0xba71[2885]][_0xba71[2862]]=_0x6e36x3,this[_0xba71[2885]][_0xba71[811]](),this[_0xba71[2823]]= new mxPoint(_0x6e36x2[_0xba71[734]](),_0x6e36x2[_0xba71[735]]()),this[_0xba71[2897]]=this[_0xba71[2910]](_0x6e36x2),this[_0xba71[257]]=_0x6e36x3,this[_0xba71[746]]( new mxEventObject(mxEvent.START,_0xba71[724],this[_0xba71[257]])))};mxConnectionHandler[_0xba71[202]][_0xba71[2927]]=function(_0x6e36x2){return !this[_0xba71[1179]][_0xba71[1712]](_0x6e36x2[_0xba71[246]])};mxConnectionHandler[_0xba71[202]][_0xba71[2910]]=function(_0x6e36x2){return null};mxConnectionHandler[_0xba71[202]][_0xba71[2928]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[2885]][_0xba71[2871]](_0x6e36x2);this[_0xba71[2886]][_0xba71[2729]](_0x6e36x2,null==this[_0xba71[2823]]);this[_0xba71[2915]]=_0x6e36x3};mxConnectionHandler[_0xba71[202]][_0xba71[2929]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[518]](),_0x6e36x4=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[512]]();_0x6e36x2[_0xba71[235]]=_0x6e36x2[_0xba71[235]]/_0x6e36x3-_0x6e36x4[_0xba71[235]];_0x6e36x2[_0xba71[236]]=_0x6e36x2[_0xba71[236]]/_0x6e36x3-_0x6e36x4[_0xba71[236]]};mxConnectionHandler[_0xba71[202]][_0xba71[788]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[2891]]&&(this[_0xba71[2891]]=Math[_0xba71[425]](this[_0xba71[2893]]-_0x6e36x3[_0xba71[730]]())<this[_0xba71[2892]]&&Math[_0xba71[425]](this[_0xba71[2894]]-_0x6e36x3[_0xba71[732]]())<this[_0xba71[2892]]);if(!_0x6e36x3[_0xba71[721]]()&&(this[_0xba71[2895]]||null!=this[_0xba71[2823]]||!this[_0xba71[1179]][_0xba71[1009]])){!this[_0xba71[994]]()&&null!=this[_0xba71[2915]]&&(this[_0xba71[2906]](this[_0xba71[2904]]),this[_0xba71[2915]]=null);(null!=this[_0xba71[2823]]||this[_0xba71[994]]()&&this[_0xba71[1179]][_0xba71[994]]())&&this[_0xba71[2928]](_0x6e36x3);if(null!=this[_0xba71[2823]]){var _0x6e36x4=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[255]],_0x6e36x4= new mxPoint(this[_0xba71[1179]][_0xba71[1021]](_0x6e36x3[_0xba71[734]]()/_0x6e36x4)*_0x6e36x4,this[_0xba71[1179]][_0xba71[1021]](_0x6e36x3[_0xba71[735]]()/_0x6e36x4)*_0x6e36x4),_0x6e36x5=null,_0x6e36x9=_0x6e36x4;null!=this[_0xba71[2886]][_0xba71[2920]]&&(null!=this[_0xba71[2886]][_0xba71[2919]]&&null!=this[_0xba71[2886]][_0xba71[987]])&&(_0x6e36x5=this[_0xba71[2886]][_0xba71[2920]],_0x6e36x9=this[_0xba71[2886]][_0xba71[987]][_0xba71[238]]());var _0x6e36xa=this[_0xba71[2823]];if(null!=this[_0xba71[2926]]){var _0x6e36x12=this[_0xba71[2926]][_0xba71[1562]][_0xba71[117]],_0x6e36x13=this[_0xba71[2926]][_0xba71[1562]][_0xba71[119]];null!=this[_0xba71[2915]]&&this[_0xba71[2883]]?(_0x6e36x12=this[_0xba71[2917]](this[_0xba71[2926]],this[_0xba71[2915]]),this[_0xba71[2926]][_0xba71[1562]][_0xba71[235]]=_0x6e36x12[_0xba71[235]],this[_0xba71[2926]][_0xba71[1562]][_0xba71[236]]=_0x6e36x12[_0xba71[236]]):(_0x6e36x12= new mxRectangle(_0x6e36x3[_0xba71[734]]()+this[_0xba71[2896]][_0xba71[235]],_0x6e36x3[_0xba71[735]]()+this[_0xba71[2896]][_0xba71[236]],_0x6e36x12,_0x6e36x13),this[_0xba71[2926]][_0xba71[1562]]=_0x6e36x12);this[_0xba71[2926]][_0xba71[258]]()};if(null!=this[_0xba71[2897]]){this[_0xba71[2897]][_0xba71[439]]=[null,null!=this[_0xba71[2915]]?null:_0x6e36x9];this[_0xba71[1179]][_0xba71[441]][_0xba71[2289]](this[_0xba71[2897]],this[_0xba71[257]],!0,this[_0xba71[2921]]);null!=this[_0xba71[2915]]&&(null==_0x6e36x5&&(_0x6e36x5=this[_0xba71[1179]][_0xba71[2288]](this[_0xba71[2897]],this[_0xba71[257]],!1)),this[_0xba71[2897]][_0xba71[2088]](null,!1),this[_0xba71[1179]][_0xba71[441]][_0xba71[2289]](this[_0xba71[2897]],this[_0xba71[2915]],!1,_0x6e36x5));_0x6e36xa=null;if(null!=this[_0xba71[2922]]){_0x6e36xa=[];for(_0x6e36x9=0;_0x6e36x9<this[_0xba71[2922]][_0xba71[67]];_0x6e36x9++){_0x6e36x5=this[_0xba71[2922]][_0x6e36x9][_0xba71[238]](),this[_0xba71[2929]](_0x6e36x5),_0x6e36xa[_0x6e36x9]=_0x6e36x5}};this[_0xba71[1179]][_0xba71[441]][_0xba71[2282]](this[_0xba71[2897]],_0x6e36xa,this[_0xba71[257]],this[_0xba71[2915]]);this[_0xba71[1179]][_0xba71[441]][_0xba71[2283]](this[_0xba71[2897]],this[_0xba71[257]],this[_0xba71[2915]]);_0x6e36x9=this[_0xba71[2897]][_0xba71[439]][this[_0xba71[2897]][_0xba71[439]][_0xba71[67]]-1];_0x6e36xa=this[_0xba71[2897]][_0xba71[439]][0]}else {null!=this[_0xba71[2915]]&&null==this[_0xba71[2886]][_0xba71[2920]]&&(_0x6e36x12=this[_0xba71[2930]](this[_0xba71[2915]],_0x6e36x3),null!=_0x6e36x12&&(_0x6e36x9=_0x6e36x12)),null==this[_0xba71[2921]]&&null!=this[_0xba71[257]]&&(_0x6e36x12=this[_0xba71[2931]](this[_0xba71[257]],null!=this[_0xba71[2922]]&&0<this[_0xba71[2922]][_0xba71[67]]?this[_0xba71[2922]][0]:_0x6e36x9,_0x6e36x3),null!=_0x6e36x12&&(_0x6e36xa=_0x6e36x12))};if(null==this[_0xba71[2915]]&&this[_0xba71[2900]]){_0x6e36x12=_0x6e36xa;null!=this[_0xba71[2897]]&&2<this[_0xba71[2897]][_0xba71[439]][_0xba71[67]]&&(_0x6e36x5=this[_0xba71[2897]][_0xba71[439]][this[_0xba71[2897]][_0xba71[439]][_0xba71[67]]-2],null!=_0x6e36x5&&(_0x6e36x12=_0x6e36x5));_0x6e36x5=_0x6e36x9[_0xba71[235]]-_0x6e36x12[_0xba71[235]];_0x6e36x12=_0x6e36x9[_0xba71[236]]-_0x6e36x12[_0xba71[236]];_0x6e36x13=Math[_0xba71[428]](_0x6e36x5*_0x6e36x5+_0x6e36x12*_0x6e36x12);if(0==_0x6e36x13){return};_0x6e36x9[_0xba71[235]]-=4*_0x6e36x5/_0x6e36x13;_0x6e36x9[_0xba71[236]]-=4*_0x6e36x12/_0x6e36x13};if(null==this[_0xba71[253]]&&(_0x6e36x5=Math[_0xba71[425]](_0x6e36x4[_0xba71[235]]-this[_0xba71[2823]][_0xba71[235]]),_0x6e36x12=Math[_0xba71[425]](_0x6e36x4[_0xba71[236]]-this[_0xba71[2823]][_0xba71[236]]),_0x6e36x5>this[_0xba71[1179]][_0xba71[2353]]||_0x6e36x12>this[_0xba71[1179]][_0xba71[2353]])){this[_0xba71[253]]=this[_0xba71[2156]](),this[_0xba71[2928]](_0x6e36x3)};null!=this[_0xba71[253]]&&(null!=this[_0xba71[2897]]?this[_0xba71[253]][_0xba71[1525]]=this[_0xba71[2897]][_0xba71[439]]:(_0x6e36x4=[_0x6e36xa],null!=this[_0xba71[2922]]&&(_0x6e36x4=_0x6e36x4[_0xba71[1919]](this[_0xba71[2922]])),_0x6e36x4[_0xba71[207]](_0x6e36x9),this[_0xba71[253]][_0xba71[1525]]=_0x6e36x4),this[_0xba71[2932]]());mxEvent[_0xba71[722]](_0x6e36x3[_0xba71[727]]());_0x6e36x3[_0xba71[722]]()}else {!this[_0xba71[994]]()||!this[_0xba71[1179]][_0xba71[994]]()?this[_0xba71[2886]][_0xba71[862]]():this[_0xba71[257]]!=this[_0xba71[2915]]&&null==this[_0xba71[2897]]?(this[_0xba71[2906]](this[_0xba71[2904]]),this[_0xba71[2904]]=null,null!=this[_0xba71[2915]]&&null==this[_0xba71[267]]&&(this[_0xba71[2904]]=this[_0xba71[2913]](this[_0xba71[2915]]),null==this[_0xba71[2904]]&&(this[_0xba71[2915]][_0xba71[1609]](mxConstants.CURSOR_CONNECT),_0x6e36x3[_0xba71[722]]())),this[_0xba71[257]]=this[_0xba71[2915]]):this[_0xba71[257]]==this[_0xba71[2915]]&&(null!=this[_0xba71[2915]]&&null==this[_0xba71[2904]]&&!this[_0xba71[1179]][_0xba71[1009]])&&_0x6e36x3[_0xba71[722]]()};null!=this[_0xba71[2886]][_0xba71[2920]]&&this[_0xba71[2885]][_0xba71[862]]();if(!this[_0xba71[1179]][_0xba71[1009]]&&null!=this[_0xba71[2915]]&&null!=this[_0xba71[2904]]){_0x6e36x4= !1;_0x6e36xa=_0x6e36x3[_0xba71[728]]();for(_0x6e36x9=0;_0x6e36x9<this[_0xba71[2904]][_0xba71[67]]&& !_0x6e36x4;_0x6e36x9++){_0x6e36x4=_0x6e36xa==this[_0xba71[2904]][_0x6e36x9][_0xba71[252]]||_0x6e36xa[_0xba71[265]]==this[_0xba71[2904]][_0x6e36x9][_0xba71[252]]};_0x6e36x4||this[_0xba71[2933]](this[_0xba71[2915]],this[_0xba71[2904]],_0x6e36x3)}}else {this[_0xba71[2886]][_0xba71[862]]()}};mxConnectionHandler[_0xba71[202]][_0xba71[2930]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=null,_0x6e36x5=_0x6e36x2[_0xba71[441]],_0x6e36x9=_0x6e36x5[_0xba71[2305]](_0x6e36x2);if(null!=_0x6e36x9){var _0x6e36xa=null!=this[_0xba71[2922]]&&0<this[_0xba71[2922]][_0xba71[67]]?this[_0xba71[2922]][this[_0xba71[2922]][_0xba71[67]]-1]: new mxPoint(this[_0xba71[257]][_0xba71[241]](),this[_0xba71[257]][_0xba71[242]]()),_0x6e36x5=_0x6e36x9(_0x6e36x5[_0xba71[2087]](_0x6e36x2),this[_0xba71[2897]],_0x6e36xa,!1);null!=_0x6e36x5&&(_0x6e36x4=_0x6e36x5)}else {_0x6e36x4= new mxPoint(_0x6e36x2[_0xba71[241]](),_0x6e36x2[_0xba71[242]]())};return _0x6e36x4};mxConnectionHandler[_0xba71[202]][_0xba71[2931]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x4=null;var _0x6e36x5=_0x6e36x2[_0xba71[441]],_0x6e36x9=_0x6e36x5[_0xba71[2305]](_0x6e36x2),_0x6e36xa= new mxPoint(_0x6e36x2[_0xba71[241]](),_0x6e36x2[_0xba71[242]]());if(null!=_0x6e36x9){var _0x6e36x12=mxUtils[_0xba71[433]](_0x6e36x2[_0xba71[124]],mxConstants.STYLE_ROTATION,0),_0x6e36x13=-_0x6e36x12*(Math[_0xba71[424]]/180);0!=_0x6e36x12&&(_0x6e36x3=mxUtils[_0xba71[432]]( new mxPoint(_0x6e36x3[_0xba71[235]],_0x6e36x3[_0xba71[236]]),Math[_0xba71[426]](_0x6e36x13),Math[_0xba71[427]](_0x6e36x13),_0x6e36xa));_0x6e36x2=_0x6e36x9(_0x6e36x5[_0xba71[2087]](_0x6e36x2),_0x6e36x2,_0x6e36x3,!1);null!=_0x6e36x2&&(0!=_0x6e36x12&&(_0x6e36x2=mxUtils[_0xba71[432]]( new mxPoint(_0x6e36x2[_0xba71[235]],_0x6e36x2[_0xba71[236]]),Math[_0xba71[426]](-_0x6e36x13),Math[_0xba71[427]](-_0x6e36x13),_0x6e36xa)),_0x6e36x4=_0x6e36x2)}else {_0x6e36x4=_0x6e36xa};return _0x6e36x4};mxConnectionHandler[_0xba71[202]][_0xba71[2933]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){};mxConnectionHandler[_0xba71[202]][_0xba71[2934]]=function(_0x6e36x2){return null!=_0x6e36x2[_0xba71[248]]()};mxConnectionHandler[_0xba71[202]][_0xba71[2935]]=function(_0x6e36x2){var _0x6e36x3=mxUtils[_0xba71[2196]](this[_0xba71[1179]][_0xba71[526]],_0x6e36x2[_0xba71[730]](),_0x6e36x2[_0xba71[732]]()),_0x6e36x4=Math[_0xba71[425]](_0x6e36x3[_0xba71[235]]-this[_0xba71[2823]][_0xba71[235]]),_0x6e36x3=Math[_0xba71[425]](_0x6e36x3[_0xba71[236]]-this[_0xba71[2823]][_0xba71[236]]);if(null!=this[_0xba71[2922]]||1<this[_0xba71[2899]]&&(_0x6e36x4>this[_0xba71[1179]][_0xba71[2353]]||_0x6e36x3>this[_0xba71[1179]][_0xba71[2353]])){null==this[_0xba71[2922]]&&(this[_0xba71[2922]]=[]),_0x6e36x4=this[_0xba71[1179]][_0xba71[441]][_0xba71[255]],_0x6e36x3= new mxPoint(this[_0xba71[1179]][_0xba71[1021]](_0x6e36x2[_0xba71[734]]()/_0x6e36x4)*_0x6e36x4,this[_0xba71[1179]][_0xba71[1021]](_0x6e36x2[_0xba71[735]]()/_0x6e36x4)*_0x6e36x4),this[_0xba71[2922]][_0xba71[207]](_0x6e36x3)}};mxConnectionHandler[_0xba71[202]][_0xba71[789]]=function(_0x6e36x2,_0x6e36x3){if(!_0x6e36x3[_0xba71[721]]()&&this[_0xba71[2908]]()){if(this[_0xba71[2887]]&&!this[_0xba71[2934]](_0x6e36x3)){this[_0xba71[2935]](_0x6e36x3);_0x6e36x3[_0xba71[722]]();return};if(null==this[_0xba71[267]]){var _0x6e36x4=null!=this[_0xba71[257]]?this[_0xba71[257]][_0xba71[246]]:null,_0x6e36x5=null;null!=this[_0xba71[2886]][_0xba71[2920]]&&null!=this[_0xba71[2886]][_0xba71[2919]]&&(_0x6e36x5=this[_0xba71[2886]][_0xba71[2919]][_0xba71[246]]);null==_0x6e36x5&&this[_0xba71[2885]][_0xba71[2867]]()&&(_0x6e36x5=this[_0xba71[2885]][_0xba71[2861]][_0xba71[246]]);this[_0xba71[807]](_0x6e36x4,_0x6e36x5,_0x6e36x3[_0xba71[727]](),_0x6e36x3[_0xba71[736]]())}else {null!=this[_0xba71[257]]&&(null!=this[_0xba71[2885]][_0xba71[2861]]&&this[_0xba71[257]][_0xba71[246]]==this[_0xba71[2885]][_0xba71[2861]][_0xba71[246]])&&this[_0xba71[1179]][_0xba71[2459]](this[_0xba71[2885]][_0xba71[1097]],evt),0<this[_0xba71[267]][_0xba71[67]]&&this[_0xba71[1179]][_0xba71[2580]](this[_0xba71[267]])};this[_0xba71[2906]](this[_0xba71[2904]]);_0x6e36x3[_0xba71[722]]()};null!=this[_0xba71[2823]]&&this[_0xba71[862]]();this[_0xba71[2891]]=this[_0xba71[2890]]= !1};mxConnectionHandler[_0xba71[202]][_0xba71[862]]=function(){null!=this[_0xba71[253]]&&(this[_0xba71[253]][_0xba71[515]](),this[_0xba71[253]]=null);this[_0xba71[2906]](this[_0xba71[2904]]);this[_0xba71[2904]]=null;this[_0xba71[2885]][_0xba71[862]]();this[_0xba71[2886]][_0xba71[862]]();this[_0xba71[2921]]=this[_0xba71[267]]=this[_0xba71[257]]=this[_0xba71[2897]]=this[_0xba71[2926]]=null;this[_0xba71[2899]]=0;this[_0xba71[2916]]=this[_0xba71[2823]]=null;this[_0xba71[746]]( new mxEventObject(mxEvent.RESET))};mxConnectionHandler[_0xba71[202]][_0xba71[2932]]=function(){var _0x6e36x2=null==this[_0xba71[267]];this[_0xba71[253]][_0xba71[1307]]=this[_0xba71[2936]](_0x6e36x2);_0x6e36x2=this[_0xba71[2937]](_0x6e36x2);this[_0xba71[253]][_0xba71[1336]]=_0x6e36x2;this[_0xba71[253]][_0xba71[258]]()};mxConnectionHandler[_0xba71[202]][_0xba71[2937]]=function(_0x6e36x2){return _0x6e36x2?mxConstants[_0xba71[2829]]:mxConstants[_0xba71[2938]]};mxConnectionHandler[_0xba71[202]][_0xba71[2936]]=function(_0x6e36x2){return _0x6e36x2?3:1};mxConnectionHandler[_0xba71[202]][_0xba71[807]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){if(null!=_0x6e36x3||this[_0xba71[2901]]()||this[_0xba71[1179]][_0xba71[2406]]){var _0x6e36x9=this[_0xba71[1179]][_0xba71[502]](),_0x6e36xa=null;_0x6e36x9[_0xba71[473]]();try{if(null!=_0x6e36x2&&(null==_0x6e36x3&&this[_0xba71[2901]]())&&(_0x6e36x3=this[_0xba71[2939]](_0x6e36x4,_0x6e36x2),null!=_0x6e36x3)){_0x6e36x5=this[_0xba71[1179]][_0xba71[564]]([_0x6e36x3],_0x6e36x4,_0x6e36x5);if(null==_0x6e36x5||!this[_0xba71[1179]][_0xba71[502]]()[_0xba71[250]](_0x6e36x5)){var _0x6e36x12=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[248]](_0x6e36x5);if(null!=_0x6e36x12){var _0x6e36x13=_0x6e36x9[_0xba71[1721]](_0x6e36x3);_0x6e36x13[_0xba71[235]]-=_0x6e36x12[_0xba71[2078]][_0xba71[235]];_0x6e36x13[_0xba71[236]]-=_0x6e36x12[_0xba71[2078]][_0xba71[236]]}}else {_0x6e36x5=this[_0xba71[1179]][_0xba71[902]]()};this[_0xba71[1179]][_0xba71[2103]](_0x6e36x3,_0x6e36x5)};var _0x6e36x14=this[_0xba71[1179]][_0xba71[902]]();null!=_0x6e36x2&&(null!=_0x6e36x3&&_0x6e36x9[_0xba71[1197]](_0x6e36x2)==_0x6e36x9[_0xba71[1197]](_0x6e36x3)&&_0x6e36x9[_0xba71[1197]](_0x6e36x9[_0xba71[1197]](_0x6e36x2))!=_0x6e36x9[_0xba71[501]]())&&(_0x6e36x14=_0x6e36x9[_0xba71[1197]](_0x6e36x2),null!=_0x6e36x2[_0xba71[256]]&&_0x6e36x2[_0xba71[256]][_0xba71[1500]]&&(null!=_0x6e36x3[_0xba71[256]]&&_0x6e36x3[_0xba71[256]][_0xba71[1500]])&&(_0x6e36x14=_0x6e36x9[_0xba71[1197]](_0x6e36x14)));_0x6e36x13=_0x6e36x12=null;null!=this[_0xba71[2897]]&&(_0x6e36x12=this[_0xba71[2897]][_0xba71[246]][_0xba71[131]],_0x6e36x13=this[_0xba71[2897]][_0xba71[246]][_0xba71[124]]);_0x6e36xa=this[_0xba71[1960]](_0x6e36x14,null,_0x6e36x12,_0x6e36x2,_0x6e36x3,_0x6e36x13);if(null!=_0x6e36xa){this[_0xba71[1179]][_0xba71[2545]](_0x6e36xa,_0x6e36x2,!0,this[_0xba71[2921]]);this[_0xba71[1179]][_0xba71[2545]](_0x6e36xa,_0x6e36x3,!1,this[_0xba71[2886]][_0xba71[2920]]);null!=this[_0xba71[2897]]&&_0x6e36x9[_0xba71[1724]](_0x6e36xa,this[_0xba71[2897]][_0xba71[246]][_0xba71[256]]);var _0x6e36x15=_0x6e36x9[_0xba71[1721]](_0x6e36xa);null==_0x6e36x15&&(_0x6e36x15= new mxGeometry,_0x6e36x15[_0xba71[1500]]= !0,_0x6e36x9[_0xba71[1724]](_0x6e36xa,_0x6e36x15));if(null!=this[_0xba71[2922]]&&0<this[_0xba71[2922]][_0xba71[67]]){var _0x6e36x16=this[_0xba71[1179]][_0xba71[441]][_0xba71[255]],_0x6e36x17=this[_0xba71[1179]][_0xba71[441]][_0xba71[513]];_0x6e36x15[_0xba71[1525]]=[];for(_0x6e36x2=0;_0x6e36x2<this[_0xba71[2922]][_0xba71[67]];_0x6e36x2++){var _0x6e36x18=this[_0xba71[2922]][_0x6e36x2];_0x6e36x15[_0xba71[1525]][_0xba71[207]]( new mxPoint(_0x6e36x18[_0xba71[235]]/_0x6e36x16-_0x6e36x17[_0xba71[235]],_0x6e36x18[_0xba71[236]]/_0x6e36x16-_0x6e36x17[_0xba71[236]]))}};null==_0x6e36x3&&(_0x6e36x18=this[_0xba71[1179]][_0xba71[2689]](_0x6e36x4,!1),_0x6e36x18[_0xba71[235]]-=this[_0xba71[1179]][_0xba71[1136]]/this[_0xba71[1179]][_0xba71[441]][_0xba71[255]],_0x6e36x18[_0xba71[236]]-=this[_0xba71[1179]][_0xba71[1137]]/this[_0xba71[1179]][_0xba71[441]][_0xba71[255]],_0x6e36x15[_0xba71[2007]](_0x6e36x18,!1));this[_0xba71[746]]( new mxEventObject(mxEvent.CONNECT,_0xba71[246],_0x6e36xa,_0xba71[763],_0x6e36x4,_0xba71[772],_0x6e36x5))}}catch(q){mxLog[_0xba71[539]](),mxLog[_0xba71[143]](q[_0xba71[281]])}finally{_0x6e36x9[_0xba71[476]]()};this[_0xba71[804]]&&this[_0xba71[2707]](_0x6e36xa,_0x6e36x3)}};mxConnectionHandler[_0xba71[202]][_0xba71[2707]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[1179]][_0xba71[2450]](_0x6e36x2)};mxConnectionHandler[_0xba71[202]][_0xba71[1960]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){if(null==this[_0xba71[1033]]){return this[_0xba71[1179]][_0xba71[1960]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa)};_0x6e36x3=this[_0xba71[2503]](_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa);return _0x6e36x3=this[_0xba71[1179]][_0xba71[2504]](_0x6e36x3,_0x6e36x2,_0x6e36x5,_0x6e36x9)};mxConnectionHandler[_0xba71[202]][_0xba71[2939]]=function(_0x6e36x2,_0x6e36x3){for(var _0x6e36x4=this[_0xba71[1179]][_0xba71[1198]](_0x6e36x3);null!=_0x6e36x4&&_0x6e36x4[_0xba71[1500]];){_0x6e36x3=this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1197]](_0x6e36x3),_0x6e36x4=this[_0xba71[1179]][_0xba71[1198]](_0x6e36x3)};var _0x6e36x5=this[_0xba71[1179]][_0xba71[899]]([_0x6e36x3])[0],_0x6e36x4=this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1721]](_0x6e36x5);if(null!=_0x6e36x4){var _0x6e36x9=this[_0xba71[1179]][_0xba71[2689]](_0x6e36x2);_0x6e36x4[_0xba71[235]]=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x9[_0xba71[235]]-_0x6e36x4[_0xba71[117]]/2)-this[_0xba71[1179]][_0xba71[1136]]/this[_0xba71[1179]][_0xba71[441]][_0xba71[255]];_0x6e36x4[_0xba71[236]]=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x9[_0xba71[236]]-_0x6e36x4[_0xba71[119]]/2)-this[_0xba71[1179]][_0xba71[1137]]/this[_0xba71[1179]][_0xba71[441]][_0xba71[255]];if(null!=this[_0xba71[2823]]){var _0x6e36xa=this[_0xba71[1179]][_0xba71[441]][_0xba71[248]](_0x6e36x3);if(null!=_0x6e36xa){var _0x6e36x12=this[_0xba71[2940]]();Math[_0xba71[425]](this[_0xba71[1179]][_0xba71[1021]](this[_0xba71[2823]][_0xba71[235]])-this[_0xba71[1179]][_0xba71[1021]](_0x6e36x9[_0xba71[235]]))<=_0x6e36x12?_0x6e36x4[_0xba71[235]]=_0x6e36xa[_0xba71[235]]:Math[_0xba71[425]](this[_0xba71[1179]][_0xba71[1021]](this[_0xba71[2823]][_0xba71[236]])-this[_0xba71[1179]][_0xba71[1021]](_0x6e36x9[_0xba71[236]]))<=_0x6e36x12&&(_0x6e36x4[_0xba71[236]]=_0x6e36xa[_0xba71[236]])}}};return _0x6e36x5};mxConnectionHandler[_0xba71[202]][_0xba71[2940]]=function(){return this[_0xba71[1179]][_0xba71[997]]()?this[_0xba71[1179]][_0xba71[1020]]:this[_0xba71[1179]][_0xba71[2353]]};mxConnectionHandler[_0xba71[202]][_0xba71[2503]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=null;null!=this[_0xba71[1033]]&&(_0x6e36x9=this[_0xba71[1033]](_0x6e36x3,_0x6e36x4,_0x6e36x5));null==_0x6e36x9&&(_0x6e36x9= new mxCell(_0x6e36x2||_0xba71[110]),_0x6e36x9[_0xba71[1994]](!0),_0x6e36x9[_0xba71[475]](_0x6e36x5),_0x6e36x2= new mxGeometry,_0x6e36x2[_0xba71[1500]]= !0,_0x6e36x9[_0xba71[1724]](_0x6e36x2));return _0x6e36x9};mxConnectionHandler[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[1179]][_0xba71[1148]](this);null!=this[_0xba71[253]]&&(this[_0xba71[253]][_0xba71[515]](),this[_0xba71[253]]=null);null!=this[_0xba71[2885]]&&(this[_0xba71[2885]][_0xba71[515]](),this[_0xba71[2885]]=null);null!=this[_0xba71[2886]]&&(this[_0xba71[2886]][_0xba71[515]](),this[_0xba71[2886]]=null);null!=this[_0xba71[1176]]&&(this[_0xba71[1179]][_0xba71[502]]()[_0xba71[745]](this[_0xba71[1176]]),this[_0xba71[1179]][_0xba71[249]]()[_0xba71[745]](this[_0xba71[1176]]),this[_0xba71[1176]]=null);null!=this[_0xba71[2898]]&&(this[_0xba71[1179]][_0xba71[745]](this[_0xba71[2898]]),this[_0xba71[1179]][_0xba71[249]]()[_0xba71[745]](this[_0xba71[2898]]),this[_0xba71[2898]]=null)};function mxConstraintHandler(_0x6e36x2){this[_0xba71[1179]]=_0x6e36x2}mxConstraintHandler[_0xba71[202]][_0xba71[2941]]= new mxImage(mxClient[_0xba71[88]]+_0xba71[2942],5,5);mxConstraintHandler[_0xba71[202]][_0xba71[1179]]=null;mxConstraintHandler[_0xba71[202]][_0xba71[984]]= !0;mxConstraintHandler[_0xba71[202]][_0xba71[2943]]=mxConstants[_0xba71[2854]];mxConstraintHandler[_0xba71[202]][_0xba71[994]]=function(){return this[_0xba71[984]]};mxConstraintHandler[_0xba71[202]][_0xba71[995]]=function(_0x6e36x2){this[_0xba71[984]]=_0x6e36x2};mxConstraintHandler[_0xba71[202]][_0xba71[862]]=function(){if(null!=this[_0xba71[2944]]){for(var _0x6e36x2=0;_0x6e36x2<this[_0xba71[2944]][_0xba71[67]];_0x6e36x2++){this[_0xba71[2944]][_0x6e36x2][_0xba71[515]]()};this[_0xba71[2944]]=null};null!=this[_0xba71[2945]]&&(this[_0xba71[2945]][_0xba71[515]](),this[_0xba71[2945]]=null);this[_0xba71[2946]]=this[_0xba71[2919]]=this[_0xba71[987]]=this[_0xba71[2947]]=this[_0xba71[2920]]=null};mxConstraintHandler[_0xba71[202]][_0xba71[2636]]=function(){return this[_0xba71[1179]][_0xba71[2636]]()};mxConstraintHandler[_0xba71[202]][_0xba71[2948]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){return this[_0xba71[2941]]};mxConstraintHandler[_0xba71[202]][_0xba71[2949]]=function(_0x6e36x2,_0x6e36x3){return !1};mxConstraintHandler[_0xba71[202]][_0xba71[2729]]=function(_0x6e36x2,_0x6e36x3){if(this[_0xba71[994]]()&&!this[_0xba71[2949]](_0x6e36x2)){var _0x6e36x4=this[_0xba71[2636]](),_0x6e36x5= new mxRectangle(_0x6e36x2[_0xba71[734]]()-_0x6e36x4,_0x6e36x2[_0xba71[735]]()-_0x6e36x4,2*_0x6e36x4,2*_0x6e36x4),_0x6e36x9=null!=_0x6e36x2[_0xba71[736]]()?this[_0xba71[1179]][_0xba71[2565]](_0x6e36x2[_0xba71[736]]()):!1;if(null==this[_0xba71[2947]]||!mxUtils[_0xba71[1825]](this[_0xba71[2947]],_0x6e36x5)||null!=_0x6e36x2[_0xba71[248]]()&&null!=this[_0xba71[2919]]&&_0x6e36x9){if(this[_0xba71[2947]]=null,_0x6e36x2[_0xba71[248]]()!=this[_0xba71[2919]]){if(this[_0xba71[2919]]=null,this[_0xba71[1531]]=null!=_0x6e36x2[_0xba71[248]]()&&_0x6e36x9?this[_0xba71[1179]][_0xba71[2538]](_0x6e36x2[_0xba71[248]](),_0x6e36x3):null,null!=this[_0xba71[1531]]){this[_0xba71[2919]]=_0x6e36x2[_0xba71[248]]();this[_0xba71[2947]]= new mxRectangle(_0x6e36x2[_0xba71[248]]()[_0xba71[235]],_0x6e36x2[_0xba71[248]]()[_0xba71[236]],_0x6e36x2[_0xba71[248]]()[_0xba71[117]],_0x6e36x2[_0xba71[248]]()[_0xba71[119]]);if(null!=this[_0xba71[2944]]){for(_0x6e36x9=0;_0x6e36x9<this[_0xba71[2944]][_0xba71[67]];_0x6e36x9++){this[_0xba71[2944]][_0x6e36x9][_0xba71[515]]()};this[_0xba71[2946]]=this[_0xba71[2944]]=null};this[_0xba71[2944]]=[];this[_0xba71[2946]]=[];for(_0x6e36x9=0;_0x6e36x9<this[_0xba71[1531]][_0xba71[67]];_0x6e36x9++){var _0x6e36xa=this[_0xba71[1179]][_0xba71[2290]](_0x6e36x2[_0xba71[248]](),this[_0xba71[1531]][_0x6e36x9]),_0x6e36x12=this[_0xba71[2948]](_0x6e36x2[_0xba71[248]](),this[_0xba71[1531]][_0x6e36x9],_0x6e36xa),_0x6e36x13=_0x6e36x12[_0xba71[390]],_0x6e36x12= new mxRectangle(_0x6e36xa[_0xba71[235]]-_0x6e36x12[_0xba71[117]]/2,_0x6e36xa[_0xba71[236]]-_0x6e36x12[_0xba71[119]]/2,_0x6e36x12[_0xba71[117]],_0x6e36x12[_0xba71[119]]),_0x6e36x12= new mxImageShape(_0x6e36x12,_0x6e36x13);_0x6e36x12[_0xba71[507]]=this[_0xba71[1179]][_0xba71[507]]!=mxConstants[_0xba71[508]]?mxConstants[_0xba71[2334]]:mxConstants[_0xba71[508]];_0x6e36x12[_0xba71[1674]]= !1;_0x6e36x12[_0xba71[176]](this[_0xba71[1179]][_0xba71[249]]()[_0xba71[1524]]());null!=_0x6e36x12[_0xba71[252]][_0xba71[328]]&&_0x6e36x12[_0xba71[252]][_0xba71[265]][_0xba71[950]](_0x6e36x12[_0xba71[252]],_0x6e36x12[_0xba71[252]][_0xba71[265]][_0xba71[285]]);_0x6e36x13=mxUtils[_0xba71[885]](this,function(){return null!=this[_0xba71[2919]]?this[_0xba71[2919]]:_0x6e36x2[_0xba71[248]]()});_0x6e36x12[_0xba71[258]]();mxEvent[_0xba71[2733]](_0x6e36x12[_0xba71[252]],this[_0xba71[1179]],_0x6e36x13);this[_0xba71[2947]][_0xba71[99]](_0x6e36x12[_0xba71[1562]]);this[_0xba71[2944]][_0xba71[207]](_0x6e36x12);this[_0xba71[2946]][_0xba71[207]](_0x6e36xa)};this[_0xba71[2947]][_0xba71[244]](_0x6e36x4)}else {if(null!=this[_0xba71[2944]]){null!=this[_0xba71[2945]]&&(this[_0xba71[2945]][_0xba71[515]](),this[_0xba71[2945]]=null);for(_0x6e36x9=0;_0x6e36x9<this[_0xba71[2944]][_0xba71[67]];_0x6e36x9++){this[_0xba71[2944]][_0x6e36x9][_0xba71[515]]()};this[_0xba71[2946]]=this[_0xba71[2944]]=null}}}};this[_0xba71[987]]=this[_0xba71[2920]]=null;if(null!=this[_0xba71[2944]]&&null!=this[_0xba71[1531]]&&(null==_0x6e36x2[_0xba71[248]]()||this[_0xba71[2919]]==_0x6e36x2[_0xba71[248]]())){for(_0x6e36x9=0;_0x6e36x9<this[_0xba71[2944]][_0xba71[67]];_0x6e36x9++){if(mxUtils[_0xba71[1825]](this[_0xba71[2944]][_0x6e36x9][_0xba71[1562]],_0x6e36x5)){this[_0xba71[2920]]=this[_0xba71[1531]][_0x6e36x9];this[_0xba71[987]]=this[_0xba71[2946]][_0x6e36x9];_0x6e36x4=this[_0xba71[2944]][_0x6e36x9][_0xba71[1562]][_0xba71[238]]();_0x6e36x4[_0xba71[244]](mxClient[_0xba71[80]]?3:2);mxClient[_0xba71[80]]&&(_0x6e36x4[_0xba71[117]]-=1,_0x6e36x4[_0xba71[119]]-=1);null==this[_0xba71[2945]]?(_0x6e36x4= new mxRectangleShape(_0x6e36x4,null,this[_0xba71[2943]],3),_0x6e36x4[_0xba71[507]]=this[_0xba71[1179]][_0xba71[507]]==mxConstants[_0xba71[508]]?mxConstants[_0xba71[508]]:mxConstants[_0xba71[1523]],_0x6e36x4[_0xba71[176]](this[_0xba71[1179]][_0xba71[249]]()[_0xba71[1524]]()),this[_0xba71[2945]]=_0x6e36x4,_0x6e36x13=mxUtils[_0xba71[885]](this,function(){return null!=this[_0xba71[2919]]?this[_0xba71[2919]]:_0x6e36x2[_0xba71[248]]()}),mxEvent[_0xba71[2733]](_0x6e36x4[_0xba71[252]],this[_0xba71[1179]],_0x6e36x13)):(this[_0xba71[2945]][_0xba71[1562]]=_0x6e36x4,this[_0xba71[2945]][_0xba71[258]]());break}}};null==this[_0xba71[2920]]&&null!=this[_0xba71[2945]]&&(this[_0xba71[2945]][_0xba71[515]](),this[_0xba71[2945]]=null)}};mxConstraintHandler[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[862]]()};function mxRubberband(_0x6e36x2){null!=_0x6e36x2&&(this[_0xba71[1179]]=_0x6e36x2,this[_0xba71[1179]][_0xba71[1133]](this),this[_0xba71[2730]]=mxUtils[_0xba71[885]](this,function(){this[_0xba71[2950]]()}),this[_0xba71[1179]][_0xba71[169]](mxEvent.PAN,this[_0xba71[2730]]),mxClient[_0xba71[80]]&&mxEvent[_0xba71[169]](window,_0xba71[2428],mxUtils[_0xba71[885]](this,function(){this[_0xba71[515]]()})))}mxRubberband[_0xba71[202]][_0xba71[2951]]=20;mxRubberband[_0xba71[202]][_0xba71[984]]= !0;mxRubberband[_0xba71[202]][_0xba71[485]]=null;mxRubberband[_0xba71[202]][_0xba71[2952]]=null;mxRubberband[_0xba71[202]][_0xba71[2953]]=0;mxRubberband[_0xba71[202]][_0xba71[2954]]=0;mxRubberband[_0xba71[202]][_0xba71[994]]=function(){return this[_0xba71[984]]};mxRubberband[_0xba71[202]][_0xba71[995]]=function(_0x6e36x2){this[_0xba71[984]]=_0x6e36x2};mxRubberband[_0xba71[202]][_0xba71[787]]=function(_0x6e36x2,_0x6e36x3){if(!_0x6e36x3[_0xba71[721]]()&&this[_0xba71[994]]()&&this[_0xba71[1179]][_0xba71[994]]()&&(this[_0xba71[1179]][_0xba71[2579]](_0x6e36x3[_0xba71[727]]())||null==_0x6e36x3[_0xba71[248]]())){var _0x6e36x4=mxUtils[_0xba71[445]](this[_0xba71[1179]][_0xba71[526]]),_0x6e36x5=mxUtils[_0xba71[444]](this[_0xba71[1179]][_0xba71[526]]);_0x6e36x5[_0xba71[235]]-=_0x6e36x4[_0xba71[235]];_0x6e36x5[_0xba71[236]]-=_0x6e36x4[_0xba71[236]];this[_0xba71[861]](_0x6e36x3[_0xba71[730]]()+_0x6e36x5[_0xba71[235]],_0x6e36x3[_0xba71[732]]()+_0x6e36x5[_0xba71[236]]);if(mxClient[_0xba71[133]]&&!mxClient[_0xba71[75]]&&!mxClient[_0xba71[76]]){var _0x6e36x9=this[_0xba71[1179]][_0xba71[526]],_0x6e36xa=function(_0x6e36x2){_0x6e36x2= new mxMouseEvent(_0x6e36x2);var _0x6e36x3=mxUtils[_0xba71[2196]](_0x6e36x9,_0x6e36x2[_0xba71[730]](),_0x6e36x2[_0xba71[732]]());_0x6e36x2[_0xba71[725]]=_0x6e36x3[_0xba71[235]];_0x6e36x2[_0xba71[726]]=_0x6e36x3[_0xba71[236]];return _0x6e36x2};this[_0xba71[2955]]=mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[788]](this[_0xba71[1179]],_0x6e36xa(_0x6e36x2))});this[_0xba71[981]]=mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[789]](this[_0xba71[1179]],_0x6e36xa(_0x6e36x2))});mxEvent[_0xba71[169]](document,_0xba71[752],this[_0xba71[2955]]);mxEvent[_0xba71[169]](document,_0xba71[753],this[_0xba71[981]])};_0x6e36x3[_0xba71[722]](!1)}};mxRubberband[_0xba71[202]][_0xba71[861]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[2823]]= new mxPoint(_0x6e36x2,_0x6e36x3)};mxRubberband[_0xba71[202]][_0xba71[788]]=function(_0x6e36x2,_0x6e36x3){if(!_0x6e36x3[_0xba71[721]]()&&null!=this[_0xba71[2823]]){var _0x6e36x4=mxUtils[_0xba71[444]](this[_0xba71[1179]][_0xba71[526]]),_0x6e36x5=mxUtils[_0xba71[445]](this[_0xba71[1179]][_0xba71[526]]);_0x6e36x4[_0xba71[235]]-=_0x6e36x5[_0xba71[235]];_0x6e36x4[_0xba71[236]]-=_0x6e36x5[_0xba71[236]];var _0x6e36x5=_0x6e36x3[_0xba71[730]]()+_0x6e36x4[_0xba71[235]],_0x6e36x4=_0x6e36x3[_0xba71[732]]()+_0x6e36x4[_0xba71[236]],_0x6e36x9=this[_0xba71[2823]][_0xba71[235]]-_0x6e36x5,_0x6e36xa=this[_0xba71[2823]][_0xba71[236]]-_0x6e36x4,_0x6e36x12=this[_0xba71[1179]][_0xba71[2353]];if(null!=this[_0xba71[485]]||Math[_0xba71[425]](_0x6e36x9)>_0x6e36x12||Math[_0xba71[425]](_0x6e36xa)>_0x6e36x12){null==this[_0xba71[485]]&&(this[_0xba71[485]]=this[_0xba71[2156]]()),mxUtils[_0xba71[2440]](),this[_0xba71[2729]](_0x6e36x5,_0x6e36x4),_0x6e36x3[_0xba71[722]]()}}};mxRubberband[_0xba71[202]][_0xba71[2156]]=function(){null==this[_0xba71[2952]]&&(this[_0xba71[2952]]=document[_0xba71[55]](_0xba71[485]),this[_0xba71[2952]][_0xba71[926]]=_0xba71[2956],mxUtils[_0xba71[254]](this[_0xba71[2952]],this[_0xba71[2951]]));this[_0xba71[1179]][_0xba71[526]][_0xba71[62]](this[_0xba71[2952]]);return this[_0xba71[2952]]};mxRubberband[_0xba71[202]][_0xba71[789]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=null!=this[_0xba71[485]];this[_0xba71[862]]();_0x6e36x4&&(_0x6e36x4= new mxRectangle(this[_0xba71[235]],this[_0xba71[236]],this[_0xba71[117]],this[_0xba71[119]]),this[_0xba71[1179]][_0xba71[2698]](_0x6e36x4,_0x6e36x3[_0xba71[727]]()),_0x6e36x3[_0xba71[722]]())};mxRubberband[_0xba71[202]][_0xba71[862]]=function(){null!=this[_0xba71[485]]&&this[_0xba71[485]][_0xba71[265]][_0xba71[266]](this[_0xba71[485]]);null!=this[_0xba71[2955]]&&(mxEvent[_0xba71[745]](document,_0xba71[752],this[_0xba71[2955]]),this[_0xba71[2955]]=null);null!=this[_0xba71[981]]&&(mxEvent[_0xba71[745]](document,_0xba71[753],this[_0xba71[981]]),this[_0xba71[981]]=null);this[_0xba71[2954]]=this[_0xba71[2953]]=0;this[_0xba71[485]]=this[_0xba71[2823]]=null};mxRubberband[_0xba71[202]][_0xba71[2729]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[2953]]=_0x6e36x2;this[_0xba71[2954]]=_0x6e36x3;this[_0xba71[2950]]()};mxRubberband[_0xba71[202]][_0xba71[2950]]=function(){if(null!=this[_0xba71[485]]){var _0x6e36x2=this[_0xba71[2953]]-this[_0xba71[1179]][_0xba71[1136]],_0x6e36x3=this[_0xba71[2954]]-this[_0xba71[1179]][_0xba71[1137]];this[_0xba71[235]]=Math[_0xba71[243]](this[_0xba71[2823]][_0xba71[235]],_0x6e36x2);this[_0xba71[236]]=Math[_0xba71[243]](this[_0xba71[2823]][_0xba71[236]],_0x6e36x3);this[_0xba71[117]]=Math[_0xba71[160]](this[_0xba71[2823]][_0xba71[235]],_0x6e36x2)-this[_0xba71[235]];this[_0xba71[119]]=Math[_0xba71[160]](this[_0xba71[2823]][_0xba71[236]],_0x6e36x3)-this[_0xba71[236]];_0x6e36x2=mxClient[_0xba71[47]]?this[_0xba71[1179]][_0xba71[1137]]:0;this[_0xba71[485]][_0xba71[124]][_0xba71[361]]=this[_0xba71[235]]+(mxClient[_0xba71[47]]?this[_0xba71[1179]][_0xba71[1136]]:0)+_0xba71[168];this[_0xba71[485]][_0xba71[124]][_0xba71[125]]=this[_0xba71[236]]+_0x6e36x2+_0xba71[168];this[_0xba71[485]][_0xba71[124]][_0xba71[117]]=Math[_0xba71[160]](1,this[_0xba71[117]])+_0xba71[168];this[_0xba71[485]][_0xba71[124]][_0xba71[119]]=Math[_0xba71[160]](1,this[_0xba71[119]])+_0xba71[168]}};mxRubberband[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[2717]]||(this[_0xba71[2717]]= !0,this[_0xba71[1179]][_0xba71[1148]](this),this[_0xba71[1179]][_0xba71[745]](this[_0xba71[2730]]),this[_0xba71[862]](),null!=this[_0xba71[2952]]&&(this[_0xba71[2952]]=null))};function mxVertexHandler(_0x6e36x2){null!=_0x6e36x2&&(this[_0xba71[724]]=_0x6e36x2,this[_0xba71[176]]())}mxVertexHandler[_0xba71[202]][_0xba71[1179]]=null;mxVertexHandler[_0xba71[202]][_0xba71[724]]=null;mxVertexHandler[_0xba71[202]][_0xba71[2957]]= !1;mxVertexHandler[_0xba71[202]][_0xba71[1983]]=null;mxVertexHandler[_0xba71[202]][_0xba71[2958]]= !0;mxVertexHandler[_0xba71[202]][_0xba71[2959]]=null;mxVertexHandler[_0xba71[202]][_0xba71[2353]]=0;mxVertexHandler[_0xba71[202]][_0xba71[2809]]= !1;mxVertexHandler[_0xba71[202]][_0xba71[2960]]= !0;mxVertexHandler[_0xba71[202]][_0xba71[176]]=function(){this[_0xba71[1179]]=this[_0xba71[724]][_0xba71[441]][_0xba71[1179]];this[_0xba71[2961]]=this[_0xba71[2962]](this[_0xba71[724]]);this[_0xba71[1562]]= new mxRectangle(this[_0xba71[2961]][_0xba71[235]],this[_0xba71[2961]][_0xba71[236]],this[_0xba71[2961]][_0xba71[117]],this[_0xba71[2961]][_0xba71[119]]);this[_0xba71[2732]]=this[_0xba71[2963]](this[_0xba71[1562]]);this[_0xba71[2732]][_0xba71[507]]=this[_0xba71[1179]][_0xba71[507]]!=mxConstants[_0xba71[508]]?mxConstants[_0xba71[1523]]:mxConstants[_0xba71[508]];this[_0xba71[2732]][_0xba71[1229]]= !1;this[_0xba71[2732]][_0xba71[176]](this[_0xba71[1179]][_0xba71[249]]()[_0xba71[1524]]());this[_0xba71[1179]][_0xba71[1712]](this[_0xba71[724]][_0xba71[246]])&&(this[_0xba71[2732]][_0xba71[252]][_0xba71[124]][_0xba71[270]]=mxConstants[_0xba71[2832]]);mxEvent[_0xba71[2733]](this[_0xba71[2732]][_0xba71[252]],this[_0xba71[1179]],this[_0xba71[724]]);if(0>=mxGraphHandler[_0xba71[202]][_0xba71[2795]]||this[_0xba71[1179]][_0xba71[2694]]()<mxGraphHandler[_0xba71[202]][_0xba71[2795]]){var _0x6e36x2=this[_0xba71[1179]][_0xba71[2657]](this[_0xba71[724]][_0xba71[246]]);this[_0xba71[2964]]=[];if(_0x6e36x2||this[_0xba71[1179]][_0xba71[2628]](this[_0xba71[724]][_0xba71[246]])&&2<=this[_0xba71[724]][_0xba71[117]]&&2<=this[_0xba71[724]][_0xba71[119]]){var _0x6e36x3=0;_0x6e36x2&&(this[_0xba71[2957]]||(this[_0xba71[2964]][_0xba71[207]](this[_0xba71[2735]](_0xba71[936],_0x6e36x3++)),this[_0xba71[2964]][_0xba71[207]](this[_0xba71[2735]](_0xba71[2965],_0x6e36x3++)),this[_0xba71[2964]][_0xba71[207]](this[_0xba71[2735]](_0xba71[2966],_0x6e36x3++)),this[_0xba71[2964]][_0xba71[207]](this[_0xba71[2735]](_0xba71[2967],_0x6e36x3++)),this[_0xba71[2964]][_0xba71[207]](this[_0xba71[2735]](_0xba71[2968],_0x6e36x3++)),this[_0xba71[2964]][_0xba71[207]](this[_0xba71[2735]](_0xba71[2969],_0x6e36x3++)),this[_0xba71[2964]][_0xba71[207]](this[_0xba71[2735]](_0xba71[2970],_0x6e36x3++))),this[_0xba71[2964]][_0xba71[207]](this[_0xba71[2735]](_0xba71[2971],_0x6e36x3++)));_0x6e36x2=this[_0xba71[1179]][_0xba71[251]][_0xba71[1721]](this[_0xba71[724]][_0xba71[246]]);null!=_0x6e36x2&&(!_0x6e36x2[_0xba71[1500]]&&!this[_0xba71[1179]][_0xba71[1730]](this[_0xba71[724]][_0xba71[246]])&&this[_0xba71[1179]][_0xba71[2628]](this[_0xba71[724]][_0xba71[246]]))&&(this[_0xba71[2972]]=this[_0xba71[2735]](mxConstants.CURSOR_LABEL_HANDLE,mxEvent.LABEL_HANDLE,mxConstants.LABEL_HANDLE_SIZE,mxConstants.LABEL_HANDLE_FILLCOLOR),this[_0xba71[2964]][_0xba71[207]](this[_0xba71[2972]]))}else {this[_0xba71[1179]][_0xba71[1712]](this[_0xba71[724]][_0xba71[246]])&&(!this[_0xba71[1179]][_0xba71[2657]](this[_0xba71[724]][_0xba71[246]])&&2>this[_0xba71[724]][_0xba71[117]]&&2>this[_0xba71[724]][_0xba71[119]])&&(this[_0xba71[2972]]=this[_0xba71[2735]](mxConstants.CURSOR_MOVABLE_VERTEX,null,null,mxConstants.LABEL_HANDLE_FILLCOLOR),this[_0xba71[2964]][_0xba71[207]](this[_0xba71[2972]]))}};if(this[_0xba71[2809]]&&(0>=mxGraphHandler[_0xba71[202]][_0xba71[2795]]||this[_0xba71[1179]][_0xba71[2694]]()<mxGraphHandler[_0xba71[202]][_0xba71[2795]])){this[_0xba71[2973]]=this[_0xba71[2735]](_0xba71[356],mxEvent.ROTATION_HANDLE,mxConstants[_0xba71[2974]]+3,mxConstants.HANDLE_FILLCOLOR),this[_0xba71[2964]][_0xba71[207]](this[_0xba71[2973]])};this[_0xba71[258]]()};mxVertexHandler[_0xba71[202]][_0xba71[2962]]=function(_0x6e36x2){return new mxRectangle(Math[_0xba71[488]](_0x6e36x2[_0xba71[235]]),Math[_0xba71[488]](_0x6e36x2[_0xba71[236]]),Math[_0xba71[488]](_0x6e36x2[_0xba71[117]]),Math[_0xba71[488]](_0x6e36x2[_0xba71[119]]))};mxVertexHandler[_0xba71[202]][_0xba71[2963]]=function(_0x6e36x2){_0x6e36x2= new mxRectangleShape(_0x6e36x2,null,this[_0xba71[2975]]());_0x6e36x2[_0xba71[1307]]=this[_0xba71[2976]]();_0x6e36x2[_0xba71[1522]]=this[_0xba71[2977]]();return _0x6e36x2};mxVertexHandler[_0xba71[202]][_0xba71[2975]]=function(){return mxConstants[_0xba71[2978]]};mxVertexHandler[_0xba71[202]][_0xba71[2976]]=function(){return mxConstants[_0xba71[2979]]};mxVertexHandler[_0xba71[202]][_0xba71[2977]]=function(){return mxConstants[_0xba71[2980]]};mxVertexHandler[_0xba71[202]][_0xba71[2735]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){_0x6e36x4=_0x6e36x4||mxConstants[_0xba71[2974]];_0x6e36x4= new mxRectangle(0,0,_0x6e36x4,_0x6e36x4);_0x6e36x5=this[_0xba71[2981]](_0x6e36x4,_0x6e36x3,_0x6e36x5);_0x6e36x5[_0xba71[1567]]()&&null!=this[_0xba71[724]][_0xba71[963]]&&this[_0xba71[724]][_0xba71[963]][_0xba71[252]][_0xba71[265]]==this[_0xba71[1179]][_0xba71[526]]?(_0x6e36x5[_0xba71[1562]][_0xba71[119]]-=1,_0x6e36x5[_0xba71[1562]][_0xba71[117]]-=1,_0x6e36x5[_0xba71[507]]=mxConstants[_0xba71[1656]],_0x6e36x5[_0xba71[176]](this[_0xba71[1179]][_0xba71[526]])):(_0x6e36x5[_0xba71[507]]=this[_0xba71[1179]][_0xba71[507]]!=mxConstants[_0xba71[508]]?mxConstants[_0xba71[2334]]:mxConstants[_0xba71[508]],_0x6e36x5[_0xba71[176]](this[_0xba71[1179]][_0xba71[249]]()[_0xba71[1524]]()));mxEvent[_0xba71[2733]](_0x6e36x5[_0xba71[252]],this[_0xba71[1179]],this[_0xba71[724]]);this[_0xba71[1179]][_0xba71[994]]()&&(_0x6e36x5[_0xba71[252]][_0xba71[124]][_0xba71[270]]=_0x6e36x2);this[_0xba71[2982]](_0x6e36x3)||(_0x6e36x5[_0xba71[252]][_0xba71[124]][_0xba71[187]]=_0xba71[188]);return _0x6e36x5};mxVertexHandler[_0xba71[202]][_0xba71[2982]]=function(_0x6e36x2){return !0};mxVertexHandler[_0xba71[202]][_0xba71[2981]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){return null!=this[_0xba71[2959]]?(_0x6e36x2[_0xba71[117]]=this[_0xba71[2959]][_0xba71[117]],_0x6e36x2[_0xba71[119]]=this[_0xba71[2959]][_0xba71[119]], new mxImageShape(_0x6e36x2,this[_0xba71[2959]][_0xba71[390]])):_0x6e36x3==mxEvent[_0xba71[2983]]? new mxEllipse(_0x6e36x2,_0x6e36x4||mxConstants[_0xba71[2984]],mxConstants.HANDLE_STROKECOLOR): new mxRectangleShape(_0x6e36x2,_0x6e36x4||mxConstants[_0xba71[2984]],mxConstants.HANDLE_STROKECOLOR)};mxVertexHandler[_0xba71[202]][_0xba71[2985]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){null!=_0x6e36x2&&(_0x6e36x2[_0xba71[1562]][_0xba71[235]]=Math[_0xba71[488]](_0x6e36x3-_0x6e36x2[_0xba71[1562]][_0xba71[117]]/2),_0x6e36x2[_0xba71[1562]][_0xba71[236]]=Math[_0xba71[488]](_0x6e36x4-_0x6e36x2[_0xba71[1562]][_0xba71[119]]/2),_0x6e36x2[_0xba71[258]]())};mxVertexHandler[_0xba71[202]][_0xba71[2986]]=function(_0x6e36x2){if(_0x6e36x2[_0xba71[729]](this[_0xba71[2973]])){return mxEvent[_0xba71[2983]]};if(_0x6e36x2[_0xba71[729]](this[_0xba71[2972]])){return mxEvent[_0xba71[2987]]};if(null!=this[_0xba71[2964]]){for(var _0x6e36x3=this[_0xba71[2353]],_0x6e36x3=this[_0xba71[2958]]&&(mxClient[_0xba71[80]]||0<_0x6e36x3)? new mxRectangle(_0x6e36x2[_0xba71[734]]()-_0x6e36x3,_0x6e36x2[_0xba71[735]]()-_0x6e36x3,2*_0x6e36x3,2*_0x6e36x3):null,_0x6e36x4=0;_0x6e36x4<this[_0xba71[2964]][_0xba71[67]];_0x6e36x4++){if(_0x6e36x2[_0xba71[729]](this[_0xba71[2964]][_0x6e36x4])||null!=_0x6e36x3&&mxUtils[_0xba71[1825]](this[_0xba71[2964]][_0x6e36x4][_0xba71[1562]],_0x6e36x3)){return _0x6e36x4}}};return null};mxVertexHandler[_0xba71[202]][_0xba71[787]]=function(_0x6e36x2,_0x6e36x3){if(!_0x6e36x3[_0xba71[721]]()&&this[_0xba71[1179]][_0xba71[994]]()&&!this[_0xba71[1179]][_0xba71[2579]](_0x6e36x3[_0xba71[727]]())&&(0<this[_0xba71[2353]]||_0x6e36x3[_0xba71[248]]()==this[_0xba71[724]])){var _0x6e36x4=this[_0xba71[2986]](_0x6e36x3);null!=_0x6e36x4&&(this[_0xba71[861]](_0x6e36x3[_0xba71[730]](),_0x6e36x3[_0xba71[732]](),_0x6e36x4),_0x6e36x3[_0xba71[722]]())}};mxVertexHandler[_0xba71[202]][_0xba71[861]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x2=mxUtils[_0xba71[2196]](this[_0xba71[1179]][_0xba71[526]],_0x6e36x2,_0x6e36x3);this[_0xba71[2739]]=_0x6e36x2[_0xba71[235]];this[_0xba71[2740]]=_0x6e36x2[_0xba71[236]];this[_0xba71[1983]]=_0x6e36x4;this[_0xba71[2732]][_0xba71[252]][_0xba71[124]][_0xba71[495]]=_0x6e36x4==mxEvent[_0xba71[2983]]?_0xba71[497]:_0xba71[130];this[_0xba71[2988]]=this[_0xba71[2963]](this[_0xba71[1562]]);!(mxClient[_0xba71[48]]&&0!=Number(this[_0xba71[724]][_0xba71[124]][mxConstants[_0xba71[2278]]]||_0xba71[468]))&&null!=this[_0xba71[724]][_0xba71[963]]&&this[_0xba71[724]][_0xba71[963]][_0xba71[252]][_0xba71[265]]==this[_0xba71[1179]][_0xba71[526]]?(this[_0xba71[2988]][_0xba71[507]]=mxConstants[_0xba71[1656]],this[_0xba71[2988]][_0xba71[176]](this[_0xba71[1179]][_0xba71[526]])):(this[_0xba71[2988]][_0xba71[507]]=this[_0xba71[1179]][_0xba71[507]]!=mxConstants[_0xba71[508]]?mxConstants[_0xba71[1523]]:mxConstants[_0xba71[508]],this[_0xba71[2988]][_0xba71[176]](this[_0xba71[1179]][_0xba71[441]][_0xba71[1524]]()))};mxVertexHandler[_0xba71[202]][_0xba71[788]]=function(_0x6e36x2,_0x6e36x3){if(!_0x6e36x3[_0xba71[721]]()&&null!=this[_0xba71[1983]]){var _0x6e36x4= new mxPoint(_0x6e36x3[_0xba71[734]](),_0x6e36x3[_0xba71[735]]()),_0x6e36x5=this[_0xba71[1179]][_0xba71[1018]](_0x6e36x3[_0xba71[727]]()),_0x6e36x9=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[255]];if(this[_0xba71[1983]]==mxEvent[_0xba71[2987]]){_0x6e36x5&&(_0x6e36x4[_0xba71[235]]=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x4[_0xba71[235]]/_0x6e36x9)*_0x6e36x9,_0x6e36x4[_0xba71[236]]=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x4[_0xba71[236]]/_0x6e36x9)*_0x6e36x9),this[_0xba71[2985]](this[_0xba71[2964]][this[_0xba71[2964]][_0xba71[67]]-1],_0x6e36x4[_0xba71[235]],_0x6e36x4[_0xba71[236]])}else {if(this[_0xba71[1983]]==mxEvent[_0xba71[2983]]){var _0x6e36xa=this[_0xba71[724]][_0xba71[235]]+this[_0xba71[724]][_0xba71[117]]/2-_0x6e36x4[_0xba71[235]],_0x6e36x12=this[_0xba71[724]][_0xba71[236]]+this[_0xba71[724]][_0xba71[119]]/2-_0x6e36x4[_0xba71[236]];this[_0xba71[2989]]=0!=_0x6e36xa?180*Math[_0xba71[2990]](_0x6e36x12/_0x6e36xa)/Math[_0xba71[424]]+90:0>_0x6e36x12?180:0;0<_0x6e36xa&&(this[_0xba71[2989]]-=180);this[_0xba71[2960]]&&(_0x6e36xa=_0x6e36x4[_0xba71[235]]-this[_0xba71[724]][_0xba71[241]](),_0x6e36x12=_0x6e36x4[_0xba71[236]]-this[_0xba71[724]][_0xba71[242]](),_0x6e36xa=Math[_0xba71[425]](Math[_0xba71[428]](_0x6e36xa*_0x6e36xa+_0x6e36x12*_0x6e36x12)-this[_0xba71[724]][_0xba71[119]]/2-20),_0x6e36xa=Math[_0xba71[160]](1,5*Math[_0xba71[243]](3,Math[_0xba71[160]](0,Math[_0xba71[488]](80/Math[_0xba71[425]](_0x6e36xa))))),this[_0xba71[2989]]=Math[_0xba71[488]](this[_0xba71[2989]]/_0x6e36xa)*_0x6e36xa);this[_0xba71[2732]][_0xba71[603]]=this[_0xba71[2989]];this[_0xba71[2732]][_0xba71[258]]()}else {var _0x6e36x13=mxUtils[_0xba71[431]](this[_0xba71[724]][_0xba71[124]][mxConstants[_0xba71[2278]]]||_0xba71[468]),_0x6e36x14=Math[_0xba71[426]](-_0x6e36x13),_0x6e36x15=Math[_0xba71[427]](-_0x6e36x13),_0x6e36x16= new mxPoint(this[_0xba71[724]][_0xba71[241]](),this[_0xba71[724]][_0xba71[242]]()),_0x6e36xa=_0x6e36x4[_0xba71[235]]-this[_0xba71[2739]],_0x6e36x12=_0x6e36x4[_0xba71[236]]-this[_0xba71[2740]],_0x6e36x4=this[_0xba71[1179]][_0xba71[441]][_0xba71[513]],_0x6e36x17=_0x6e36x15*_0x6e36xa+_0x6e36x14*_0x6e36x12,_0x6e36xa=_0x6e36x14*_0x6e36xa-_0x6e36x15*_0x6e36x12;this[_0xba71[1562]]=this[_0xba71[2991]](this[_0xba71[2961]],_0x6e36xa,_0x6e36x17,this[_0xba71[1983]],_0x6e36x5,_0x6e36x9,_0x6e36x4);_0x6e36x14=Math[_0xba71[426]](_0x6e36x13);_0x6e36x15=Math[_0xba71[427]](_0x6e36x13);_0x6e36x12= new mxPoint(this[_0xba71[1562]][_0xba71[241]](),this[_0xba71[1562]][_0xba71[242]]());_0x6e36xa=_0x6e36x12[_0xba71[235]]-_0x6e36x16[_0xba71[235]];_0x6e36x12=_0x6e36x12[_0xba71[236]]-_0x6e36x16[_0xba71[236]];_0x6e36x16=_0x6e36x15*_0x6e36xa+_0x6e36x14*_0x6e36x12-_0x6e36x12;this[_0xba71[1562]][_0xba71[235]]+=_0x6e36x14*_0x6e36xa-_0x6e36x15*_0x6e36x12-_0x6e36xa;this[_0xba71[1562]][_0xba71[236]]+=_0x6e36x16;this[_0xba71[2932]]()}};_0x6e36x3[_0xba71[722]]()}else {null!=this[_0xba71[2986]](_0x6e36x3)&&_0x6e36x3[_0xba71[722]](!1)}};mxVertexHandler[_0xba71[202]][_0xba71[789]]=function(_0x6e36x2,_0x6e36x3){if(!_0x6e36x3[_0xba71[721]]()&&null!=this[_0xba71[1983]]&&null!=this[_0xba71[724]]){var _0x6e36x4= new mxPoint(_0x6e36x3[_0xba71[734]](),_0x6e36x3[_0xba71[735]]());this[_0xba71[1179]][_0xba71[502]]()[_0xba71[473]]();try{if(this[_0xba71[1983]]==mxEvent[_0xba71[2983]]){null!=this[_0xba71[2989]]&&this[_0xba71[2992]](this[_0xba71[724]][_0xba71[246]],this[_0xba71[2989]]-(this[_0xba71[724]][_0xba71[124]][mxConstants[_0xba71[2278]]]||0))}else {var _0x6e36x5=this[_0xba71[1179]][_0xba71[1018]](_0x6e36x3[_0xba71[727]]()),_0x6e36x9=mxUtils[_0xba71[431]](this[_0xba71[724]][_0xba71[124]][mxConstants[_0xba71[2278]]]||_0xba71[468]),_0x6e36xa=Math[_0xba71[426]](-_0x6e36x9),_0x6e36x12=Math[_0xba71[427]](-_0x6e36x9),_0x6e36x13=_0x6e36x4[_0xba71[235]]-this[_0xba71[2739]],_0x6e36x14=_0x6e36x4[_0xba71[236]]-this[_0xba71[2740]],_0x6e36x4=_0x6e36x12*_0x6e36x13+_0x6e36xa*_0x6e36x14,_0x6e36x13=_0x6e36xa*_0x6e36x13-_0x6e36x12*_0x6e36x14,_0x6e36x14=_0x6e36x4,_0x6e36x15=this[_0xba71[1179]][_0xba71[441]][_0xba71[255]];this[_0xba71[2526]](this[_0xba71[724]][_0xba71[246]],_0x6e36x13/_0x6e36x15,_0x6e36x14/_0x6e36x15,this[_0xba71[1983]],_0x6e36x5)}}finally{this[_0xba71[1179]][_0xba71[502]]()[_0xba71[476]]()};this[_0xba71[862]]();_0x6e36x3[_0xba71[722]]()}};mxVertexHandler[_0xba71[202]][_0xba71[2992]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1179]][_0xba71[502]]();if(_0x6e36x4[_0xba71[1193]](_0x6e36x2)){var _0x6e36x5=_0x6e36x2==this[_0xba71[724]]?this[_0xba71[724]]:this[_0xba71[1179]][_0xba71[441]][_0xba71[248]](_0x6e36x2);null!=_0x6e36x5&&this[_0xba71[1179]][_0xba71[1717]](mxConstants.STYLE_ROTATION,(_0x6e36x5[_0xba71[124]][mxConstants[_0xba71[2278]]]||0)+_0x6e36x3,[_0x6e36x2]);if(this[_0xba71[724]][_0xba71[246]]!=_0x6e36x2&&(_0x6e36x5=this[_0xba71[1179]][_0xba71[1198]](_0x6e36x2),null!=_0x6e36x5&&!_0x6e36x5[_0xba71[1500]])){if(0!=_0x6e36x3){var _0x6e36x9=this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1197]](_0x6e36x2),_0x6e36xa=this[_0xba71[1179]][_0xba71[1198]](_0x6e36x9);if(!_0x6e36x5[_0xba71[1500]]&&null!=_0x6e36xa){var _0x6e36x12=mxUtils[_0xba71[431]](_0x6e36x3),_0x6e36x9=Math[_0xba71[426]](_0x6e36x12),_0x6e36x12=Math[_0xba71[427]](_0x6e36x12),_0x6e36x13= new mxPoint(_0x6e36x5[_0xba71[241]](),_0x6e36x5[_0xba71[242]]()),_0x6e36xa= new mxPoint(_0x6e36xa[_0xba71[117]]/2,_0x6e36xa[_0xba71[119]]/2),_0x6e36x9=mxUtils[_0xba71[432]](_0x6e36x13,_0x6e36x9,_0x6e36x12,_0x6e36xa),_0x6e36x5=_0x6e36x5[_0xba71[238]]();_0x6e36x5[_0xba71[235]]=_0x6e36x9[_0xba71[235]]-_0x6e36x5[_0xba71[117]]/2;_0x6e36x5[_0xba71[236]]=_0x6e36x9[_0xba71[236]]-_0x6e36x5[_0xba71[119]]/2;_0x6e36x4[_0xba71[1724]](_0x6e36x2,_0x6e36x5)}}else {_0x6e36x5=_0x6e36x5[_0xba71[238]](),_0x6e36x5[_0xba71[235]]+=dx,_0x6e36x5[_0xba71[236]]+=dy,_0x6e36x4[_0xba71[1724]](_0x6e36x2,_0x6e36x5)}};_0x6e36x5=_0x6e36x4[_0xba71[262]](_0x6e36x2);for(_0x6e36x9=0;_0x6e36x9<_0x6e36x5;_0x6e36x9++){this[_0xba71[2992]](_0x6e36x4[_0xba71[263]](_0x6e36x2,_0x6e36x9),_0x6e36x3)}}};mxVertexHandler[_0xba71[202]][_0xba71[862]]=function(){this[_0xba71[1983]]=this[_0xba71[2989]]=null;null!=this[_0xba71[2988]]&&(this[_0xba71[2988]][_0xba71[515]](),this[_0xba71[2988]]=null);null!=this[_0xba71[2732]]&&(this[_0xba71[2732]][_0xba71[252]][_0xba71[124]][_0xba71[495]]=_0xba71[497],this[_0xba71[2961]]=this[_0xba71[2962]](this[_0xba71[724]]),this[_0xba71[1562]]= new mxRectangle(this[_0xba71[2961]][_0xba71[235]],this[_0xba71[2961]][_0xba71[236]],this[_0xba71[2961]][_0xba71[117]],this[_0xba71[2961]][_0xba71[119]]),this[_0xba71[2932]]())};mxVertexHandler[_0xba71[202]][_0xba71[2526]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){var _0x6e36xa=this[_0xba71[1179]][_0xba71[251]][_0xba71[1721]](_0x6e36x2);if(null!=_0x6e36xa){if(_0x6e36x5==mxEvent[_0xba71[2987]]){_0x6e36x5=this[_0xba71[1179]][_0xba71[441]][_0xba71[255]],_0x6e36x3=(this[_0xba71[2972]][_0xba71[1562]][_0xba71[241]]()-this[_0xba71[2739]])/_0x6e36x5,_0x6e36x4=(this[_0xba71[2972]][_0xba71[1562]][_0xba71[242]]()-this[_0xba71[2740]])/_0x6e36x5,_0x6e36xa=_0x6e36xa[_0xba71[238]](),null==_0x6e36xa[_0xba71[1368]]?_0x6e36xa[_0xba71[1368]]= new mxPoint(_0x6e36x3,_0x6e36x4):(_0x6e36xa[_0xba71[1368]][_0xba71[235]]+=_0x6e36x3,_0x6e36xa[_0xba71[1368]][_0xba71[236]]+=_0x6e36x4),this[_0xba71[1179]][_0xba71[251]][_0xba71[1724]](_0x6e36x2,_0x6e36xa)}else {_0x6e36x5=this[_0xba71[2991]](_0x6e36xa,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,1, new mxPoint(0,0));var _0x6e36x12=mxUtils[_0xba71[431]](this[_0xba71[724]][_0xba71[124]][mxConstants[_0xba71[2278]]]||_0xba71[468]);if(0!=_0x6e36x12){_0x6e36x3=_0x6e36x5[_0xba71[241]]()-_0x6e36xa[_0xba71[241]]();_0x6e36x4=_0x6e36x5[_0xba71[242]]()-_0x6e36xa[_0xba71[242]]();_0x6e36x9=Math[_0xba71[426]](_0x6e36x12);var _0x6e36x13=Math[_0xba71[427]](_0x6e36x12),_0x6e36x12=_0x6e36x9*_0x6e36x3-_0x6e36x13*_0x6e36x4-_0x6e36x3;_0x6e36x3=_0x6e36x13*_0x6e36x3+_0x6e36x9*_0x6e36x4-_0x6e36x4;_0x6e36x4=_0x6e36x5[_0xba71[235]]-_0x6e36xa[_0xba71[235]];var _0x6e36x14=_0x6e36x5[_0xba71[236]]-_0x6e36xa[_0xba71[236]],_0x6e36x15=_0x6e36x9*_0x6e36x4-_0x6e36x13*_0x6e36x14;_0x6e36x9=_0x6e36x13*_0x6e36x4+_0x6e36x9*_0x6e36x14;_0x6e36x5[_0xba71[235]]+=_0x6e36x12;_0x6e36x5[_0xba71[236]]+=_0x6e36x3;if(!this[_0xba71[1179]][_0xba71[1742]](_0x6e36x2)&&(0!=_0x6e36x12||0!=_0x6e36x3)){_0x6e36x4=_0x6e36xa[_0xba71[235]]-_0x6e36x5[_0xba71[235]]+_0x6e36x15,_0x6e36x14=_0x6e36xa[_0xba71[236]]-_0x6e36x5[_0xba71[236]]+_0x6e36x9,this[_0xba71[2993]](_0x6e36x2,_0x6e36x4,_0x6e36x14)}};this[_0xba71[1179]][_0xba71[2526]](_0x6e36x2,_0x6e36x5)}}};mxVertexHandler[_0xba71[202]][_0xba71[2993]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){for(var _0x6e36x5=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x9=_0x6e36x5[_0xba71[262]](_0x6e36x2),_0x6e36xa=0;_0x6e36xa<_0x6e36x9;_0x6e36xa++){var _0x6e36x12=_0x6e36x5[_0xba71[263]](_0x6e36x2,_0x6e36xa);if(_0x6e36x5[_0xba71[1193]](_0x6e36x12)){var _0x6e36x13=this[_0xba71[1179]][_0xba71[1198]](_0x6e36x12);null!=_0x6e36x13&&!_0x6e36x13[_0xba71[1500]]&&(_0x6e36x13=_0x6e36x13[_0xba71[238]](),_0x6e36x13[_0xba71[235]]+=_0x6e36x3,_0x6e36x13[_0xba71[236]]+=_0x6e36x4,_0x6e36x5[_0xba71[1724]](_0x6e36x12,_0x6e36x13))}}};mxVertexHandler[_0xba71[202]][_0xba71[2991]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12){if(this[_0xba71[2957]]){_0x6e36x12=_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]]+_0x6e36x3;var _0x6e36x13=_0x6e36x2[_0xba71[236]]+_0x6e36x2[_0xba71[119]]+_0x6e36x4;_0x6e36x9&&(_0x6e36x12=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x12/_0x6e36xa)*_0x6e36xa,_0x6e36x13=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x13/_0x6e36xa)*_0x6e36xa);_0x6e36xa= new mxRectangle(_0x6e36x2[_0xba71[235]],_0x6e36x2[_0xba71[236]],0,0);_0x6e36xa[_0xba71[99]]( new mxRectangle(_0x6e36x12,_0x6e36x13,0,0));return _0x6e36xa};var _0x6e36x13=_0x6e36x2[_0xba71[235]]-_0x6e36x12[_0xba71[235]]*_0x6e36xa,_0x6e36x14=_0x6e36x13+_0x6e36x2[_0xba71[117]],_0x6e36x15=_0x6e36x2[_0xba71[236]]-_0x6e36x12[_0xba71[236]]*_0x6e36xa;_0x6e36x2=_0x6e36x15+_0x6e36x2[_0xba71[119]];4<_0x6e36x5?(_0x6e36x2+=_0x6e36x4,_0x6e36x9&&(_0x6e36x2=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x2/_0x6e36xa)*_0x6e36xa)):3>_0x6e36x5&&(_0x6e36x15+=_0x6e36x4,_0x6e36x9&&(_0x6e36x15=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x15/_0x6e36xa)*_0x6e36xa));if(0==_0x6e36x5||3==_0x6e36x5||5==_0x6e36x5){_0x6e36x13+=_0x6e36x3,_0x6e36x9&&(_0x6e36x13=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x13/_0x6e36xa)*_0x6e36xa)}else {if(2==_0x6e36x5||4==_0x6e36x5||7==_0x6e36x5){_0x6e36x14+=_0x6e36x3,_0x6e36x9&&(_0x6e36x14=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x14/_0x6e36xa)*_0x6e36xa)}};_0x6e36x9=_0x6e36x14-_0x6e36x13;_0x6e36x2-=_0x6e36x15;0>_0x6e36x9&&(_0x6e36x13+=_0x6e36x9,_0x6e36x9=Math[_0xba71[425]](_0x6e36x9));0>_0x6e36x2&&(_0x6e36x15+=_0x6e36x2,_0x6e36x2=Math[_0xba71[425]](_0x6e36x2));return new mxRectangle(_0x6e36x13+_0x6e36x12[_0xba71[235]]*_0x6e36xa,_0x6e36x15+_0x6e36x12[_0xba71[236]]*_0x6e36xa,_0x6e36x9,_0x6e36x2)};mxVertexHandler[_0xba71[202]][_0xba71[258]]=function(){this[_0xba71[2961]]=this[_0xba71[2962]](this[_0xba71[724]]);this[_0xba71[1562]]= new mxRectangle(this[_0xba71[724]][_0xba71[235]],this[_0xba71[724]][_0xba71[236]],this[_0xba71[724]][_0xba71[117]],this[_0xba71[724]][_0xba71[119]]);var _0x6e36x2=this[_0xba71[724]];if(null!=this[_0xba71[2964]]){var _0x6e36x3=_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]],_0x6e36x4=_0x6e36x2[_0xba71[236]]+_0x6e36x2[_0xba71[119]];if(this[_0xba71[2957]]){this[_0xba71[2985]](this[_0xba71[2964]][0],_0x6e36x3,_0x6e36x4)}else {var _0x6e36x5=_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]]/2,_0x6e36x9=_0x6e36x2[_0xba71[236]]+_0x6e36x2[_0xba71[119]]/2;if(1<this[_0xba71[2964]][_0xba71[67]]){var _0x6e36xa=mxUtils[_0xba71[431]](_0x6e36x2[_0xba71[124]][mxConstants[_0xba71[2278]]]||_0xba71[468]),_0x6e36x12=Math[_0xba71[426]](_0x6e36xa),_0x6e36xa=Math[_0xba71[427]](_0x6e36xa),_0x6e36x13= new mxPoint(_0x6e36x2[_0xba71[241]](),_0x6e36x2[_0xba71[242]]()),_0x6e36x14=mxUtils[_0xba71[432]]( new mxPoint(_0x6e36x2[_0xba71[235]],_0x6e36x2[_0xba71[236]]),_0x6e36x12,_0x6e36xa,_0x6e36x13);this[_0xba71[2985]](this[_0xba71[2964]][0],_0x6e36x14[_0xba71[235]],_0x6e36x14[_0xba71[236]]);_0x6e36x14[_0xba71[235]]=_0x6e36x5;_0x6e36x14[_0xba71[236]]=_0x6e36x2[_0xba71[236]];_0x6e36x14=mxUtils[_0xba71[432]](_0x6e36x14,_0x6e36x12,_0x6e36xa,_0x6e36x13);this[_0xba71[2985]](this[_0xba71[2964]][1],_0x6e36x14[_0xba71[235]],_0x6e36x14[_0xba71[236]]);_0x6e36x14[_0xba71[235]]=_0x6e36x3;_0x6e36x14[_0xba71[236]]=_0x6e36x2[_0xba71[236]];_0x6e36x14=mxUtils[_0xba71[432]](_0x6e36x14,_0x6e36x12,_0x6e36xa,_0x6e36x13);this[_0xba71[2985]](this[_0xba71[2964]][2],_0x6e36x14[_0xba71[235]],_0x6e36x14[_0xba71[236]]);_0x6e36x14[_0xba71[235]]=_0x6e36x2[_0xba71[235]];_0x6e36x14[_0xba71[236]]=_0x6e36x9;_0x6e36x14=mxUtils[_0xba71[432]](_0x6e36x14,_0x6e36x12,_0x6e36xa,_0x6e36x13);this[_0xba71[2985]](this[_0xba71[2964]][3],_0x6e36x14[_0xba71[235]],_0x6e36x14[_0xba71[236]]);_0x6e36x14[_0xba71[235]]=_0x6e36x3;_0x6e36x14[_0xba71[236]]=_0x6e36x9;_0x6e36x14=mxUtils[_0xba71[432]](_0x6e36x14,_0x6e36x12,_0x6e36xa,_0x6e36x13);this[_0xba71[2985]](this[_0xba71[2964]][4],_0x6e36x14[_0xba71[235]],_0x6e36x14[_0xba71[236]]);_0x6e36x14[_0xba71[235]]=_0x6e36x2[_0xba71[235]];_0x6e36x14[_0xba71[236]]=_0x6e36x4;_0x6e36x14=mxUtils[_0xba71[432]](_0x6e36x14,_0x6e36x12,_0x6e36xa,_0x6e36x13);this[_0xba71[2985]](this[_0xba71[2964]][5],_0x6e36x14[_0xba71[235]],_0x6e36x14[_0xba71[236]]);_0x6e36x14[_0xba71[235]]=_0x6e36x5;_0x6e36x14[_0xba71[236]]=_0x6e36x4;_0x6e36x14=mxUtils[_0xba71[432]](_0x6e36x14,_0x6e36x12,_0x6e36xa,_0x6e36x13);this[_0xba71[2985]](this[_0xba71[2964]][6],_0x6e36x14[_0xba71[235]],_0x6e36x14[_0xba71[236]]);_0x6e36x14[_0xba71[235]]=_0x6e36x3;_0x6e36x14[_0xba71[236]]=_0x6e36x4;_0x6e36x14=mxUtils[_0xba71[432]](_0x6e36x14,_0x6e36x12,_0x6e36xa,_0x6e36x13);this[_0xba71[2985]](this[_0xba71[2964]][7],_0x6e36x14[_0xba71[235]],_0x6e36x14[_0xba71[236]]);this[_0xba71[2985]](this[_0xba71[2964]][8],_0x6e36x5+_0x6e36x2[_0xba71[2079]][_0xba71[235]],_0x6e36x9+_0x6e36x2[_0xba71[2079]][_0xba71[236]])}else {2<=this[_0xba71[724]][_0xba71[117]]&&2<=this[_0xba71[724]][_0xba71[119]]?this[_0xba71[2985]](this[_0xba71[2964]][0],_0x6e36x5+_0x6e36x2[_0xba71[2079]][_0xba71[235]],_0x6e36x9+_0x6e36x2[_0xba71[2079]][_0xba71[236]]):this[_0xba71[2985]](this[_0xba71[2964]][0],_0x6e36x2[_0xba71[235]],_0x6e36x2[_0xba71[236]])}}};null!=this[_0xba71[2973]]&&(_0x6e36xa=mxUtils[_0xba71[431]](this[_0xba71[724]][_0xba71[124]][mxConstants[_0xba71[2278]]]||_0xba71[468]),_0x6e36x12=Math[_0xba71[426]](_0x6e36xa),_0x6e36xa=Math[_0xba71[427]](_0x6e36xa),_0x6e36x13= new mxPoint(this[_0xba71[724]][_0xba71[241]](),this[_0xba71[724]][_0xba71[242]]()),_0x6e36x14=mxUtils[_0xba71[432]]( new mxPoint(_0x6e36x2[_0xba71[235]]+_0x6e36x2[_0xba71[117]]/2,_0x6e36x2[_0xba71[236]]-16),_0x6e36x12,_0x6e36xa,_0x6e36x13),this[_0xba71[2985]](this[_0xba71[2973]],_0x6e36x14[_0xba71[235]],_0x6e36x14[_0xba71[236]]));this[_0xba71[2732]][_0xba71[603]]=Number(this[_0xba71[724]][_0xba71[124]][mxConstants[_0xba71[2278]]]||_0xba71[468]);this[_0xba71[2932]]()};mxVertexHandler[_0xba71[202]][_0xba71[2932]]=function(){null!=this[_0xba71[2988]]&&(this[_0xba71[2988]][_0xba71[1562]]=this[_0xba71[1562]],this[_0xba71[2988]][_0xba71[252]][_0xba71[265]]==this[_0xba71[1179]][_0xba71[526]]&&(this[_0xba71[2988]][_0xba71[1562]][_0xba71[117]]=Math[_0xba71[160]](0,this[_0xba71[2988]][_0xba71[1562]][_0xba71[117]]-1),this[_0xba71[2988]][_0xba71[1562]][_0xba71[119]]=Math[_0xba71[160]](0,this[_0xba71[2988]][_0xba71[1562]][_0xba71[119]]-1)),this[_0xba71[2988]][_0xba71[603]]=Number(this[_0xba71[724]][_0xba71[124]][mxConstants[_0xba71[2278]]]||_0xba71[468]),this[_0xba71[2988]][_0xba71[258]]());this[_0xba71[2732]][_0xba71[1562]]=this[_0xba71[1562]];this[_0xba71[2732]][_0xba71[258]]()};mxVertexHandler[_0xba71[202]][_0xba71[515]]=function(){null!=this[_0xba71[2988]]&&(this[_0xba71[2988]][_0xba71[515]](),this[_0xba71[2988]]=null);this[_0xba71[2732]][_0xba71[515]]();this[_0xba71[2972]]=this[_0xba71[2732]]=null;if(null!=this[_0xba71[2964]]){for(var _0x6e36x2=0;_0x6e36x2<this[_0xba71[2964]][_0xba71[67]];_0x6e36x2++){this[_0xba71[2964]][_0x6e36x2][_0xba71[515]](),this[_0xba71[2964]][_0x6e36x2]=null}}};function mxEdgeHandler(_0x6e36x2){null!=_0x6e36x2&&(this[_0xba71[724]]=_0x6e36x2,this[_0xba71[176]]())}mxEdgeHandler[_0xba71[202]][_0xba71[1179]]=null;mxEdgeHandler[_0xba71[202]][_0xba71[724]]=null;mxEdgeHandler[_0xba71[202]][_0xba71[2885]]=null;mxEdgeHandler[_0xba71[202]][_0xba71[2886]]=null;mxEdgeHandler[_0xba71[202]][_0xba71[267]]=null;mxEdgeHandler[_0xba71[202]][_0xba71[253]]=null;mxEdgeHandler[_0xba71[202]][_0xba71[2994]]=null;mxEdgeHandler[_0xba71[202]][_0xba71[2972]]=null;mxEdgeHandler[_0xba71[202]][_0xba71[2797]]= !0;mxEdgeHandler[_0xba71[202]][_0xba71[2771]]= !1;mxEdgeHandler[_0xba71[202]][_0xba71[2995]]= !1;mxEdgeHandler[_0xba71[202]][_0xba71[574]]= !1;mxEdgeHandler[_0xba71[202]][_0xba71[2958]]= !0;mxEdgeHandler[_0xba71[202]][_0xba71[2996]]= !1;mxEdgeHandler[_0xba71[202]][_0xba71[2959]]=null;mxEdgeHandler[_0xba71[202]][_0xba71[2353]]=0;mxEdgeHandler[_0xba71[202]][_0xba71[176]]=function(){this[_0xba71[1179]]=this[_0xba71[724]][_0xba71[441]][_0xba71[1179]];this[_0xba71[2885]]=this[_0xba71[1689]]();this[_0xba71[2886]]= new mxConstraintHandler(this[_0xba71[1179]]);this[_0xba71[1525]]=[];this[_0xba71[2997]]=this[_0xba71[2998]](this[_0xba71[724]]);this[_0xba71[253]]=this[_0xba71[2963]](this[_0xba71[2997]]);this[_0xba71[253]][_0xba71[507]]=this[_0xba71[1179]][_0xba71[507]]!=mxConstants[_0xba71[508]]?mxConstants[_0xba71[2334]]:mxConstants[_0xba71[508]];this[_0xba71[253]][_0xba71[176]](this[_0xba71[1179]][_0xba71[249]]()[_0xba71[1524]]());this[_0xba71[253]][_0xba71[1564]]=0;this[_0xba71[253]][_0xba71[252]][_0xba71[124]][_0xba71[270]]=mxConstants[_0xba71[2831]];mxEvent[_0xba71[169]](this[_0xba71[253]][_0xba71[252]],_0xba71[760],mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[1179]][_0xba71[761]](_0x6e36x2,this[_0xba71[724]][_0xba71[246]])}));mxEvent[_0xba71[759]](this[_0xba71[253]][_0xba71[252]],mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[2771]]&&this[_0xba71[2999]](_0x6e36x2)?this[_0xba71[3000]](this[_0xba71[724]],_0x6e36x2):this[_0xba71[1179]][_0xba71[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x6e36x2,this[_0xba71[724]]))}),mxUtils[_0xba71[885]](this,function(_0x6e36x2){var _0x6e36x4=this[_0xba71[724]][_0xba71[246]];if(null!=this[_0xba71[1983]]){var _0x6e36x5=mxUtils[_0xba71[2196]](this[_0xba71[1179]][_0xba71[526]],mxEvent[_0xba71[731]](_0x6e36x2),mxEvent[_0xba71[733]](_0x6e36x2)),_0x6e36x4=this[_0xba71[1179]][_0xba71[999]](_0x6e36x5[_0xba71[235]],_0x6e36x5[_0xba71[236]]);this[_0xba71[1179]][_0xba71[1730]](_0x6e36x4)&&this[_0xba71[1179]][_0xba71[2688]](_0x6e36x4,_0x6e36x5[_0xba71[235]],_0x6e36x5[_0xba71[236]])&&(_0x6e36x4=null)};this[_0xba71[1179]][_0xba71[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x6e36x2,this[_0xba71[1179]][_0xba71[249]]()[_0xba71[248]](_0x6e36x4)))}),mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[1179]][_0xba71[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x6e36x2,this[_0xba71[724]]))}));this[_0xba71[574]]=null!=this[_0xba71[724]][_0xba71[963]]&&this[_0xba71[724]][_0xba71[963]][_0xba71[252]][_0xba71[265]]==this[_0xba71[1179]][_0xba71[526]];if(!this[_0xba71[574]]){var _0x6e36x2=this[_0xba71[724]][_0xba71[2089]](!0);null!=_0x6e36x2&&(this[_0xba71[574]]=null!=_0x6e36x2[_0xba71[963]]&&_0x6e36x2[_0xba71[963]][_0xba71[252]][_0xba71[265]]==this[_0xba71[1179]][_0xba71[526]]);this[_0xba71[574]]||(_0x6e36x2=this[_0xba71[724]][_0xba71[2089]](!1),null!=_0x6e36x2&&(this[_0xba71[574]]=null!=_0x6e36x2[_0xba71[963]]&&_0x6e36x2[_0xba71[963]][_0xba71[252]][_0xba71[265]]==this[_0xba71[1179]][_0xba71[526]]))};if(this[_0xba71[1179]][_0xba71[2694]]()<mxGraphHandler[_0xba71[202]][_0xba71[2795]]||0>=mxGraphHandler[_0xba71[202]][_0xba71[2795]]){this[_0xba71[2994]]=this[_0xba71[3001]]()};this[_0xba71[685]]= new mxPoint(this[_0xba71[724]][_0xba71[2079]][_0xba71[235]],this[_0xba71[724]][_0xba71[2079]][_0xba71[236]]);this[_0xba71[2972]]= new mxRectangleShape( new mxRectangle,mxConstants.LABEL_HANDLE_FILLCOLOR,mxConstants.HANDLE_STROKECOLOR);this[_0xba71[2972]][_0xba71[1229]]= !1;this[_0xba71[3002]](this[_0xba71[2972]]);this[_0xba71[2972]][_0xba71[252]][_0xba71[124]][_0xba71[270]]=mxConstants[_0xba71[3003]];mxEvent[_0xba71[2733]](this[_0xba71[2972]][_0xba71[252]],this[_0xba71[1179]],this[_0xba71[724]]);this[_0xba71[258]]()};mxEdgeHandler[_0xba71[202]][_0xba71[2999]]=function(_0x6e36x2){return mxEvent[_0xba71[774]](_0x6e36x2)};mxEdgeHandler[_0xba71[202]][_0xba71[3004]]=function(_0x6e36x2){return mxEvent[_0xba71[774]](_0x6e36x2)};mxEdgeHandler[_0xba71[202]][_0xba71[2998]]=function(_0x6e36x2){return _0x6e36x2[_0xba71[439]]};mxEdgeHandler[_0xba71[202]][_0xba71[2963]]=function(_0x6e36x2){_0x6e36x2= new mxPolyline(_0x6e36x2,this[_0xba71[2975]]());_0x6e36x2[_0xba71[1307]]=this[_0xba71[2976]]();_0x6e36x2[_0xba71[1522]]=this[_0xba71[2977]]();return _0x6e36x2};mxEdgeHandler[_0xba71[202]][_0xba71[2975]]=function(){return mxConstants[_0xba71[3005]]};mxEdgeHandler[_0xba71[202]][_0xba71[2976]]=function(){return mxConstants[_0xba71[3006]]};mxEdgeHandler[_0xba71[202]][_0xba71[2977]]=function(){return mxConstants[_0xba71[3007]]};mxEdgeHandler[_0xba71[202]][_0xba71[2907]]=function(_0x6e36x2){return !0};mxEdgeHandler[_0xba71[202]][_0xba71[1689]]=function(){var _0x6e36x2= new mxCellMarker(this[_0xba71[1179]]),_0x6e36x3=this;_0x6e36x2[_0xba71[736]]=function(_0x6e36x2){var _0x6e36x5=mxCellMarker[_0xba71[202]][_0xba71[736]][_0xba71[183]](this,arguments);if(!_0x6e36x3[_0xba71[2907]](_0x6e36x5)){return null};var _0x6e36x9=_0x6e36x3[_0xba71[1179]][_0xba71[502]]();if(_0x6e36x5==_0x6e36x3[_0xba71[724]][_0xba71[246]]||null!=_0x6e36x5&&!_0x6e36x3[_0xba71[1179]][_0xba71[2405]]&&_0x6e36x9[_0xba71[250]](_0x6e36x5)){_0x6e36x5=null};return _0x6e36x5};_0x6e36x2[_0xba71[2872]]=function(_0x6e36x2){var _0x6e36x5=_0x6e36x3[_0xba71[1179]][_0xba71[502]](),_0x6e36x5=_0x6e36x3[_0xba71[1179]][_0xba71[441]][_0xba71[2292]](_0x6e36x2,_0x6e36x3[_0xba71[1179]][_0xba71[441]][_0xba71[248]](_0x6e36x5[_0xba71[1709]](_0x6e36x3[_0xba71[724]][_0xba71[246]],!_0x6e36x3[_0xba71[729]])),!_0x6e36x3[_0xba71[729]]),_0x6e36x5=null!=_0x6e36x5?_0x6e36x5[_0xba71[246]]:null;_0x6e36x3[_0xba71[267]]=_0x6e36x3[_0xba71[2909]](_0x6e36x3[_0xba71[729]]?_0x6e36x2[_0xba71[246]]:_0x6e36x5,_0x6e36x3[_0xba71[729]]?_0x6e36x5:_0x6e36x2[_0xba71[246]]);return null==_0x6e36x3[_0xba71[267]]};return _0x6e36x2};mxEdgeHandler[_0xba71[202]][_0xba71[2909]]=function(_0x6e36x2,_0x6e36x3){return this[_0xba71[1179]][_0xba71[2500]](this[_0xba71[724]][_0xba71[246]],_0x6e36x2,_0x6e36x3)};mxEdgeHandler[_0xba71[202]][_0xba71[3001]]=function(){for(var _0x6e36x2=this[_0xba71[724]][_0xba71[246]],_0x6e36x3=[],_0x6e36x4=0;_0x6e36x4<this[_0xba71[2997]][_0xba71[67]];_0x6e36x4++){if(this[_0xba71[3008]](_0x6e36x4)){var _0x6e36x5=_0x6e36x4==this[_0xba71[2997]][_0xba71[67]]-1;if((_0x6e36x5=0==_0x6e36x4||_0x6e36x5)||this[_0xba71[1179]][_0xba71[2662]](_0x6e36x2)){var _0x6e36x9=this[_0xba71[3009]](_0x6e36x4);this[_0xba71[3002]](_0x6e36x9);mxClient[_0xba71[754]]&&_0x6e36x9[_0xba71[252]][_0xba71[57]](_0xba71[1377],_0xba71[130]);if(this[_0xba71[3010]](_0x6e36x4)){if(mxClient[_0xba71[754]]){var _0x6e36xa=mxUtils[_0xba71[885]](this,function(_0x6e36x2){_0x6e36x2=mxUtils[_0xba71[2196]](this[_0xba71[1179]][_0xba71[526]],mxEvent[_0xba71[731]](_0x6e36x2),mxEvent[_0xba71[733]](_0x6e36x2));return this[_0xba71[1179]][_0xba71[441]][_0xba71[248]](this[_0xba71[1179]][_0xba71[999]](_0x6e36x2[_0xba71[235]],_0x6e36x2[_0xba71[236]]))});mxEvent[_0xba71[2733]](_0x6e36x9[_0xba71[252]],this[_0xba71[1179]],_0x6e36xa)}else {_0x6e36x9[_0xba71[252]][_0xba71[124]][_0xba71[270]]=mxConstants[_0xba71[3011]],mxEvent[_0xba71[2733]](_0x6e36x9[_0xba71[252]],this[_0xba71[1179]],this[_0xba71[724]])}};_0x6e36x3[_0xba71[207]](_0x6e36x9);_0x6e36x5||(this[_0xba71[1525]][_0xba71[207]]( new mxPoint(0,0)),_0x6e36x9[_0xba71[252]][_0xba71[124]][_0xba71[187]]=_0xba71[188])}}};return _0x6e36x3};mxEdgeHandler[_0xba71[202]][_0xba71[3010]]=function(_0x6e36x2){return !0};mxEdgeHandler[_0xba71[202]][_0xba71[3008]]=function(_0x6e36x2){return !0};mxEdgeHandler[_0xba71[202]][_0xba71[3009]]=function(_0x6e36x2){if(null!=this[_0xba71[2959]]){return new mxImageShape( new mxRectangle(0,0,this[_0xba71[2959]][_0xba71[117]],this[_0xba71[2959]][_0xba71[119]]),this[_0xba71[2959]][_0xba71[390]])};_0x6e36x2=mxConstants[_0xba71[2974]];this[_0xba71[574]]&&(_0x6e36x2-=1);return new mxRectangleShape( new mxRectangle(0,0,_0x6e36x2,_0x6e36x2),mxConstants.HANDLE_FILLCOLOR,mxConstants.HANDLE_STROKECOLOR)};mxEdgeHandler[_0xba71[202]][_0xba71[3002]]=function(_0x6e36x2){this[_0xba71[574]]?(_0x6e36x2[_0xba71[507]]=mxConstants[_0xba71[1656]],_0x6e36x2[_0xba71[176]](this[_0xba71[1179]][_0xba71[526]])):(_0x6e36x2[_0xba71[507]]=this[_0xba71[1179]][_0xba71[507]]!=mxConstants[_0xba71[508]]?mxConstants[_0xba71[2334]]:mxConstants[_0xba71[508]],_0x6e36x2[_0xba71[176]](this[_0xba71[1179]][_0xba71[249]]()[_0xba71[1524]]()))};mxEdgeHandler[_0xba71[202]][_0xba71[2986]]=function(_0x6e36x2){if(null!=this[_0xba71[2994]]){for(var _0x6e36x3=this[_0xba71[2353]],_0x6e36x3=this[_0xba71[2958]]&&(mxClient[_0xba71[80]]||0<_0x6e36x3)? new mxRectangle(_0x6e36x2[_0xba71[734]]()-_0x6e36x3,_0x6e36x2[_0xba71[735]]()-_0x6e36x3,2*_0x6e36x3,2*_0x6e36x3):null,_0x6e36x4=0;_0x6e36x4<this[_0xba71[2994]][_0xba71[67]];_0x6e36x4++){if((_0x6e36x2[_0xba71[729]](this[_0xba71[2994]][_0x6e36x4])||null!=_0x6e36x3&&mxUtils[_0xba71[1825]](this[_0xba71[2994]][_0x6e36x4][_0xba71[1562]],_0x6e36x3))&&_0xba71[188]!=this[_0xba71[2994]][_0x6e36x4][_0xba71[252]][_0xba71[124]][_0xba71[187]]){return _0x6e36x4}}};if(_0x6e36x2[_0xba71[729]](this[_0xba71[2972]])&&_0xba71[188]!=this[_0xba71[2972]][_0xba71[252]][_0xba71[124]][_0xba71[187]]||_0x6e36x2[_0xba71[729]](this[_0xba71[724]][_0xba71[963]])){if(!mxClient[_0xba71[75]]&&!mxClient[_0xba71[76]]||_0xba71[2822]!=_0x6e36x2[_0xba71[728]]()[_0xba71[301]]){return mxEvent[_0xba71[2987]]}};return null};mxEdgeHandler[_0xba71[202]][_0xba71[787]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=null,_0x6e36x4=this[_0xba71[2986]](_0x6e36x3);null!=_0x6e36x4&&(!_0x6e36x3[_0xba71[721]]()&&this[_0xba71[1179]][_0xba71[994]]()&&!this[_0xba71[1179]][_0xba71[2579]](_0x6e36x3[_0xba71[727]]()))&&(this[_0xba71[2995]]&&this[_0xba71[3004]](_0x6e36x3[_0xba71[727]]())?this[_0xba71[3012]](this[_0xba71[724]],_0x6e36x4):(_0x6e36x4!=mxEvent[_0xba71[2987]]||this[_0xba71[1179]][_0xba71[2628]](_0x6e36x3[_0xba71[736]]()))&&this[_0xba71[861]](_0x6e36x3[_0xba71[730]](),_0x6e36x3[_0xba71[732]](),_0x6e36x4),_0x6e36x3[_0xba71[722]]())};mxEdgeHandler[_0xba71[202]][_0xba71[861]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[2739]]=_0x6e36x2;this[_0xba71[2740]]=_0x6e36x3;this[_0xba71[729]]=null==this[_0xba71[2994]]?!1:0==_0x6e36x4;this[_0xba71[3013]]=null==this[_0xba71[2994]]?!1:_0x6e36x4==this[_0xba71[2994]][_0xba71[67]]-1;this[_0xba71[3014]]=_0x6e36x4==mxEvent[_0xba71[2987]];if(this[_0xba71[729]]||this[_0xba71[3013]]){if(_0x6e36x2=this[_0xba71[724]][_0xba71[246]],_0x6e36x3=this[_0xba71[1179]][_0xba71[251]][_0xba71[1709]](_0x6e36x2,this[_0xba71[729]]),null==_0x6e36x3&&this[_0xba71[1179]][_0xba71[2661]](_0x6e36x2,this[_0xba71[729]])||null!=_0x6e36x3&&this[_0xba71[1179]][_0xba71[2551]](_0x6e36x2,_0x6e36x3,this[_0xba71[729]])){this[_0xba71[1983]]=_0x6e36x4}}else {this[_0xba71[1983]]=_0x6e36x4}};mxEdgeHandler[_0xba71[202]][_0xba71[3015]]=function(_0x6e36x2,_0x6e36x3){return this[_0xba71[724]][_0xba71[238]]()};mxEdgeHandler[_0xba71[202]][_0xba71[3016]]=function(){return this[_0xba71[1179]][_0xba71[1020]]*this[_0xba71[1179]][_0xba71[441]][_0xba71[255]]/2};mxEdgeHandler[_0xba71[202]][_0xba71[2689]]=function(_0x6e36x2){var _0x6e36x3= new mxPoint(_0x6e36x2[_0xba71[734]](),_0x6e36x2[_0xba71[735]]()),_0x6e36x4=this[_0xba71[3016]](),_0x6e36x5=this[_0xba71[1179]][_0xba71[249]](),_0x6e36x9=!1,_0x6e36xa=!1;if(this[_0xba71[2996]]&&0<_0x6e36x4){var _0x6e36x12=function(_0x6e36x2){if(null!=_0x6e36x2){var _0x6e36x5=_0x6e36x2[_0xba71[235]];Math[_0xba71[425]](_0x6e36x3[_0xba71[235]]-_0x6e36x5)<_0x6e36x4&&(_0x6e36x3[_0xba71[235]]=_0x6e36x5,_0x6e36x9= !0);_0x6e36x2=_0x6e36x2[_0xba71[236]];Math[_0xba71[425]](_0x6e36x3[_0xba71[236]]-_0x6e36x2)<_0x6e36x4&&(_0x6e36x3[_0xba71[236]]=_0x6e36x2,_0x6e36xa= !0)}},_0x6e36x13=function(_0x6e36x2){null!=_0x6e36x2&&_0x6e36x12[_0xba71[239]](this, new mxPoint(_0x6e36x5[_0xba71[2230]](_0x6e36x2),_0x6e36x5[_0xba71[2228]](_0x6e36x2)))};_0x6e36x13[_0xba71[239]](this,this[_0xba71[724]][_0xba71[2089]](!0));_0x6e36x13[_0xba71[239]](this,this[_0xba71[724]][_0xba71[2089]](!1));if(null!=this[_0xba71[2997]]){for(_0x6e36x13=0;_0x6e36x13<this[_0xba71[2997]];_0x6e36x13++){_0x6e36x13!=this[_0xba71[1983]]&&_0x6e36x12[_0xba71[239]](this,this[_0xba71[2997]][_0x6e36x13])}}};this[_0xba71[1179]][_0xba71[1018]](_0x6e36x2[_0xba71[727]]())&&(_0x6e36x2=_0x6e36x5[_0xba71[255]],_0x6e36x13=_0x6e36x5[_0xba71[513]],_0x6e36x9||(_0x6e36x3[_0xba71[235]]=(this[_0xba71[1179]][_0xba71[1021]](_0x6e36x3[_0xba71[235]]/_0x6e36x2-_0x6e36x13[_0xba71[235]])+_0x6e36x13[_0xba71[235]])*_0x6e36x2),_0x6e36xa||(_0x6e36x3[_0xba71[236]]=(this[_0xba71[1179]][_0xba71[1021]](_0x6e36x3[_0xba71[236]]/_0x6e36x2-_0x6e36x13[_0xba71[236]])+_0x6e36x13[_0xba71[236]])*_0x6e36x2));return _0x6e36x3};mxEdgeHandler[_0xba71[202]][_0xba71[3017]]=function(_0x6e36x2){this[_0xba71[2886]][_0xba71[2729]](_0x6e36x2,this[_0xba71[729]]);this[_0xba71[2885]][_0xba71[2871]](_0x6e36x2);_0x6e36x2=this[_0xba71[2885]][_0xba71[2868]]();var _0x6e36x3=null;null!=this[_0xba71[2886]][_0xba71[2919]]&&null!=this[_0xba71[2886]][_0xba71[2920]]&&this[_0xba71[2885]][_0xba71[862]]();null!=_0x6e36x2?_0x6e36x3=_0x6e36x2:null!=this[_0xba71[2886]][_0xba71[2920]]&&null!=this[_0xba71[2886]][_0xba71[2919]]&&(_0x6e36x3=this[_0xba71[2886]][_0xba71[2919]]);return _0x6e36x3};mxEdgeHandler[_0xba71[202]][_0xba71[3018]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1179]][_0xba71[1198]](this[_0xba71[724]][_0xba71[246]]),_0x6e36x3=null!=_0x6e36x3[_0xba71[1525]]?_0x6e36x3[_0xba71[1525]][_0xba71[1853]]():null;!this[_0xba71[729]]&&!this[_0xba71[3013]]?(this[_0xba71[2196]](_0x6e36x2,!1),null==_0x6e36x3?_0x6e36x3=[_0x6e36x2]:_0x6e36x3[this[_0xba71[1983]]-1]=_0x6e36x2):this[_0xba71[1179]][_0xba71[2401]]&&(_0x6e36x3=null);return _0x6e36x3};mxEdgeHandler[_0xba71[202]][_0xba71[3019]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[729]]?_0x6e36x4:this[_0xba71[724]][_0xba71[2089]](!0),_0x6e36x9=this[_0xba71[3013]]?_0x6e36x4:this[_0xba71[724]][_0xba71[2089]](!1),_0x6e36xa=this[_0xba71[1179]][_0xba71[2288]](_0x6e36x2,_0x6e36x5,!0),_0x6e36x12=this[_0xba71[1179]][_0xba71[2288]](_0x6e36x2,_0x6e36x9,!1),_0x6e36x13=this[_0xba71[2886]][_0xba71[2920]];null==_0x6e36x13&&(_0x6e36x13= new mxConnectionConstraint);this[_0xba71[729]]?_0x6e36xa=_0x6e36x13:this[_0xba71[3013]]&&(_0x6e36x12=_0x6e36x13);(!this[_0xba71[729]]||null!=_0x6e36x5)&&_0x6e36x2[_0xba71[441]][_0xba71[2289]](_0x6e36x2,_0x6e36x5,!0,_0x6e36xa);(!this[_0xba71[3013]]||null!=_0x6e36x9)&&_0x6e36x2[_0xba71[441]][_0xba71[2289]](_0x6e36x2,_0x6e36x9,!1,_0x6e36x12);if((this[_0xba71[729]]||this[_0xba71[3013]])&&null==_0x6e36x4){_0x6e36x2[_0xba71[2088]](_0x6e36x3,this[_0xba71[729]]),null==this[_0xba71[2885]][_0xba71[2869]]()&&(this[_0xba71[267]]=this[_0xba71[1179]][_0xba71[2406]]?null:_0xba71[110])};_0x6e36x2[_0xba71[441]][_0xba71[2282]](_0x6e36x2,this[_0xba71[1525]],_0x6e36x5,_0x6e36x9);_0x6e36x2[_0xba71[441]][_0xba71[2283]](_0x6e36x2,_0x6e36x5,_0x6e36x9)};mxEdgeHandler[_0xba71[202]][_0xba71[788]]=function(_0x6e36x2,_0x6e36x3){if(null!=this[_0xba71[1983]]&&null!=this[_0xba71[2885]]){var _0x6e36x4=this[_0xba71[2689]](_0x6e36x3);if(this[_0xba71[3014]]){this[_0xba71[685]][_0xba71[235]]=_0x6e36x4[_0xba71[235]],this[_0xba71[685]][_0xba71[236]]=_0x6e36x4[_0xba71[236]]}else {this[_0xba71[1525]]=this[_0xba71[3018]](_0x6e36x4);var _0x6e36x5=this[_0xba71[729]]||this[_0xba71[3013]]?this[_0xba71[3017]](_0x6e36x3):null,_0x6e36x9=this[_0xba71[3015]](_0x6e36x4,null!=_0x6e36x5?_0x6e36x5[_0xba71[246]]:null);this[_0xba71[3019]](_0x6e36x9,_0x6e36x4,_0x6e36x5);this[_0xba71[3020]](null==this[_0xba71[267]]?this[_0xba71[2885]][_0xba71[2853]]:this[_0xba71[2885]][_0xba71[2855]]);this[_0xba71[2997]]=_0x6e36x9[_0xba71[439]];this[_0xba71[1124]]= !0};this[_0xba71[2932]]();mxEvent[_0xba71[722]](_0x6e36x3[_0xba71[727]]());_0x6e36x3[_0xba71[722]]()}else {mxClient[_0xba71[80]]&&null!=this[_0xba71[2986]](_0x6e36x3)&&_0x6e36x3[_0xba71[722]](!1)}};mxEdgeHandler[_0xba71[202]][_0xba71[789]]=function(_0x6e36x2,_0x6e36x3){if(null!=this[_0xba71[1983]]&&null!=this[_0xba71[2885]]){var _0x6e36x4=this[_0xba71[724]][_0xba71[246]];if(_0x6e36x3[_0xba71[730]]()!=this[_0xba71[2739]]||_0x6e36x3[_0xba71[732]]()!=this[_0xba71[2740]]){if(null!=this[_0xba71[267]]){0<this[_0xba71[267]][_0xba71[67]]&&this[_0xba71[1179]][_0xba71[2580]](this[_0xba71[267]])}else {if(this[_0xba71[3014]]){this[_0xba71[3021]](this[_0xba71[724]],this[_0xba71[685]][_0xba71[235]],this[_0xba71[685]][_0xba71[236]])}else {if(this[_0xba71[729]]||this[_0xba71[3013]]){var _0x6e36x5=null;null!=this[_0xba71[2886]][_0xba71[2920]]&&null!=this[_0xba71[2886]][_0xba71[2919]]&&(_0x6e36x5=this[_0xba71[2886]][_0xba71[2919]][_0xba71[246]]);null==_0x6e36x5&&this[_0xba71[2885]][_0xba71[2867]]()&&(_0x6e36x5=this[_0xba71[2885]][_0xba71[2861]][_0xba71[246]]);if(null!=_0x6e36x5){_0x6e36x4=this[_0xba71[807]](_0x6e36x4,_0x6e36x5,this[_0xba71[729]],this[_0xba71[1179]][_0xba71[2574]](_0x6e36x3[_0xba71[727]]())&&this[_0xba71[2797]]&&this[_0xba71[1179]][_0xba71[2617]](),_0x6e36x3)}else {if(this[_0xba71[1179]][_0xba71[2530]]()){_0x6e36x5=this[_0xba71[2997]][this[_0xba71[729]]?0:this[_0xba71[2997]][_0xba71[67]]-1];_0x6e36x5[_0xba71[235]]=_0x6e36x5[_0xba71[235]]/this[_0xba71[1179]][_0xba71[441]][_0xba71[255]]-this[_0xba71[1179]][_0xba71[441]][_0xba71[513]][_0xba71[235]];_0x6e36x5[_0xba71[236]]=_0x6e36x5[_0xba71[236]]/this[_0xba71[1179]][_0xba71[441]][_0xba71[255]]-this[_0xba71[1179]][_0xba71[441]][_0xba71[513]][_0xba71[236]];var _0x6e36x9=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[248]](this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1197]](_0x6e36x4));null!=_0x6e36x9&&(_0x6e36x5[_0xba71[235]]-=_0x6e36x9[_0xba71[2078]][_0xba71[235]],_0x6e36x5[_0xba71[236]]-=_0x6e36x9[_0xba71[2078]][_0xba71[236]]);_0x6e36x5[_0xba71[235]]-=this[_0xba71[1179]][_0xba71[1136]]/this[_0xba71[1179]][_0xba71[441]][_0xba71[255]];_0x6e36x5[_0xba71[236]]-=this[_0xba71[1179]][_0xba71[1137]]/this[_0xba71[1179]][_0xba71[441]][_0xba71[255]];this[_0xba71[3022]](_0x6e36x4,_0x6e36x5,this[_0xba71[729]])}}}else {this[_0xba71[1124]]?this[_0xba71[3023]](_0x6e36x4,this[_0xba71[1525]]):(this[_0xba71[1179]][_0xba71[249]]()[_0xba71[2263]](this[_0xba71[724]][_0xba71[246]]),this[_0xba71[1179]][_0xba71[249]]()[_0xba71[2259]](this[_0xba71[724]][_0xba71[246]]))}}}};null!=this[_0xba71[2885]]&&(this[_0xba71[862]](),_0x6e36x4!=this[_0xba71[724]][_0xba71[246]]&&this[_0xba71[1179]][_0xba71[2450]](_0x6e36x4));_0x6e36x3[_0xba71[722]]()}};mxEdgeHandler[_0xba71[202]][_0xba71[862]]=function(){this[_0xba71[1525]]=this[_0xba71[685]]=this[_0xba71[1983]]=this[_0xba71[267]]=null;this[_0xba71[3013]]=this[_0xba71[729]]=this[_0xba71[3014]]=this[_0xba71[1124]]= !1;this[_0xba71[2885]][_0xba71[862]]();this[_0xba71[2886]][_0xba71[862]]();this[_0xba71[3020]](mxConstants.EDGE_SELECTION_COLOR);this[_0xba71[258]]()};mxEdgeHandler[_0xba71[202]][_0xba71[3020]]=function(_0x6e36x2){null!=this[_0xba71[253]]&&(this[_0xba71[253]][_0xba71[1336]]=_0x6e36x2)};mxEdgeHandler[_0xba71[202]][_0xba71[2196]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[518]](),_0x6e36x5=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[512]]();_0x6e36x3&&(_0x6e36x2[_0xba71[235]]=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x2[_0xba71[235]]),_0x6e36x2[_0xba71[236]]=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x2[_0xba71[236]]));_0x6e36x2[_0xba71[235]]=Math[_0xba71[488]](_0x6e36x2[_0xba71[235]]/_0x6e36x4-_0x6e36x5[_0xba71[235]]);_0x6e36x2[_0xba71[236]]=Math[_0xba71[488]](_0x6e36x2[_0xba71[236]]/_0x6e36x4-_0x6e36x5[_0xba71[236]]);_0x6e36x4=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[248]](this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1197]](this[_0xba71[724]][_0xba71[246]]));null!=_0x6e36x4&&(_0x6e36x2[_0xba71[235]]-=_0x6e36x4[_0xba71[2078]][_0xba71[235]],_0x6e36x2[_0xba71[236]]-=_0x6e36x4[_0xba71[2078]][_0xba71[236]]);return _0x6e36x2};mxEdgeHandler[_0xba71[202]][_0xba71[3021]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x9=_0x6e36x5[_0xba71[1721]](_0x6e36x2[_0xba71[246]]);if(null!=_0x6e36x9){var _0x6e36x9=_0x6e36x9[_0xba71[238]](),_0x6e36xa=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[2308]](_0x6e36x2,_0x6e36x3,_0x6e36x4);_0x6e36x9[_0xba71[235]]=_0x6e36xa[_0xba71[235]];_0x6e36x9[_0xba71[236]]=_0x6e36xa[_0xba71[236]];var _0x6e36x12=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[255]];_0x6e36x9[_0xba71[1368]]= new mxPoint(0,0);_0x6e36xa=this[_0xba71[1179]][_0xba71[441]][_0xba71[245]](_0x6e36x2,_0x6e36x9);_0x6e36x9[_0xba71[1368]]= new mxPoint((_0x6e36x3-_0x6e36xa[_0xba71[235]])/_0x6e36x12,(_0x6e36x4-_0x6e36xa[_0xba71[236]])/_0x6e36x12);_0x6e36x5[_0xba71[1724]](_0x6e36x2[_0xba71[246]],_0x6e36x9)}};mxEdgeHandler[_0xba71[202]][_0xba71[807]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x9=this[_0xba71[1179]][_0xba71[502]]();var _0x6e36xa=_0x6e36x9[_0xba71[1197]](_0x6e36x2);_0x6e36x9[_0xba71[473]]();try{if(_0x6e36x5){var _0x6e36x12=_0x6e36x2[_0xba71[238]]();_0x6e36x9[_0xba71[99]](_0x6e36xa,_0x6e36x12,_0x6e36x9[_0xba71[262]](_0x6e36xa));var _0x6e36x13=_0x6e36x9[_0xba71[1709]](_0x6e36x2,!_0x6e36x4);this[_0xba71[1179]][_0xba71[851]](_0x6e36x12,_0x6e36x13,!_0x6e36x4);_0x6e36x2=_0x6e36x12};var _0x6e36x14=this[_0xba71[2886]][_0xba71[2920]];null==_0x6e36x14&&(_0x6e36x14= new mxConnectionConstraint);this[_0xba71[1179]][_0xba71[851]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x14)}finally{_0x6e36x9[_0xba71[476]]()};return _0x6e36x2};mxEdgeHandler[_0xba71[202]][_0xba71[3022]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x9=_0x6e36x5[_0xba71[1721]](_0x6e36x2);if(null!=_0x6e36x9){_0x6e36x5[_0xba71[473]]();try{_0x6e36x9=_0x6e36x9[_0xba71[238]](),_0x6e36x9[_0xba71[2007]](_0x6e36x3,_0x6e36x4),_0x6e36x5[_0xba71[1724]](_0x6e36x2,_0x6e36x9),this[_0xba71[1179]][_0xba71[851]](_0x6e36x2,null,_0x6e36x4, new mxConnectionConstraint)}finally{_0x6e36x5[_0xba71[476]]()}}};mxEdgeHandler[_0xba71[202]][_0xba71[3023]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x5=_0x6e36x4[_0xba71[1721]](_0x6e36x2);null!=_0x6e36x5&&(_0x6e36x5=_0x6e36x5[_0xba71[238]](),_0x6e36x5[_0xba71[1525]]=_0x6e36x3,_0x6e36x4[_0xba71[1724]](_0x6e36x2,_0x6e36x5))};mxEdgeHandler[_0xba71[202]][_0xba71[3000]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=mxUtils[_0xba71[2196]](this[_0xba71[1179]][_0xba71[526]],mxEvent[_0xba71[731]](_0x6e36x3),mxEvent[_0xba71[733]](_0x6e36x3)),_0x6e36x5=this[_0xba71[1179]][_0xba71[1018]](_0x6e36x3);this[_0xba71[2196]](_0x6e36x4,_0x6e36x5);this[_0xba71[3024]](_0x6e36x2,_0x6e36x4[_0xba71[235]],_0x6e36x4[_0xba71[236]]);mxEvent[_0xba71[722]](_0x6e36x3)};mxEdgeHandler[_0xba71[202]][_0xba71[3024]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[1179]][_0xba71[1198]](_0x6e36x2[_0xba71[246]]);_0x6e36x3= new mxPoint(_0x6e36x3,_0x6e36x4);if(null!=_0x6e36x5){_0x6e36x5=_0x6e36x5[_0xba71[238]]();_0x6e36x4=this[_0xba71[1179]][_0xba71[441]][_0xba71[513]];var _0x6e36x9=this[_0xba71[1179]][_0xba71[441]][_0xba71[255]];_0x6e36x4=mxUtils[_0xba71[3025]](_0x6e36x2,(_0x6e36x3[_0xba71[235]]+_0x6e36x4[_0xba71[235]])*_0x6e36x9,(_0x6e36x3[_0xba71[236]]+_0x6e36x4[_0xba71[236]])*_0x6e36x9);null==_0x6e36x5[_0xba71[1525]]?_0x6e36x5[_0xba71[1525]]=[_0x6e36x3]:_0x6e36x5[_0xba71[1525]][_0xba71[300]](_0x6e36x4,0,_0x6e36x3);this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1724]](_0x6e36x2[_0xba71[246]],_0x6e36x5);this[_0xba71[515]]();this[_0xba71[176]]()}};mxEdgeHandler[_0xba71[202]][_0xba71[3012]]=function(_0x6e36x2,_0x6e36x3){if(0<_0x6e36x3&&_0x6e36x3<this[_0xba71[2997]][_0xba71[67]]-1){var _0x6e36x4=this[_0xba71[1179]][_0xba71[1198]](this[_0xba71[724]][_0xba71[246]]);null!=_0x6e36x4&&null!=_0x6e36x4[_0xba71[1525]]&&(_0x6e36x4=_0x6e36x4[_0xba71[238]](),_0x6e36x4[_0xba71[1525]][_0xba71[300]](_0x6e36x3-1,1),this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1724]](_0x6e36x2[_0xba71[246]],_0x6e36x4),this[_0xba71[515]](),this[_0xba71[176]]())}};mxEdgeHandler[_0xba71[202]][_0xba71[3026]]=function(_0x6e36x2){_0x6e36x2=0==_0x6e36x2;var _0x6e36x3=this[_0xba71[724]][_0xba71[246]],_0x6e36x4=this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1709]](_0x6e36x3,_0x6e36x2),_0x6e36x5=mxConstants[_0xba71[2984]];null!=_0x6e36x4&&!this[_0xba71[1179]][_0xba71[2551]](_0x6e36x3,_0x6e36x4,_0x6e36x2)||null==_0x6e36x4&&!this[_0xba71[1179]][_0xba71[2661]](_0x6e36x3,_0x6e36x2)?_0x6e36x5=mxConstants[_0xba71[3027]]:null!=_0x6e36x4&&this[_0xba71[1179]][_0xba71[2551]](_0x6e36x3,_0x6e36x4,_0x6e36x2)&&(_0x6e36x5=mxConstants[_0xba71[3028]]);return _0x6e36x5};mxEdgeHandler[_0xba71[202]][_0xba71[258]]=function(){this[_0xba71[2997]]=this[_0xba71[724]][_0xba71[439]][_0xba71[1853]]();var _0x6e36x2=this[_0xba71[724]][_0xba71[246]],_0x6e36x3=mxConstants[_0xba71[3029]];this[_0xba71[685]]= new mxPoint(this[_0xba71[724]][_0xba71[2079]][_0xba71[235]],this[_0xba71[724]][_0xba71[2079]][_0xba71[236]]);this[_0xba71[2972]][_0xba71[1562]]= new mxRectangle(Math[_0xba71[488]](this[_0xba71[685]][_0xba71[235]]-_0x6e36x3/2),Math[_0xba71[488]](this[_0xba71[685]][_0xba71[236]]-_0x6e36x3/2),_0x6e36x3,_0x6e36x3);this[_0xba71[2972]][_0xba71[258]]();_0x6e36x3=this[_0xba71[1179]][_0xba71[2183]](_0x6e36x2);null!=_0x6e36x3&&0<_0x6e36x3[_0xba71[67]]&&this[_0xba71[1179]][_0xba71[2628]](_0x6e36x2)?this[_0xba71[2972]][_0xba71[252]][_0xba71[124]][_0xba71[187]]=_0xba71[189]:this[_0xba71[2972]][_0xba71[252]][_0xba71[124]][_0xba71[187]]=_0xba71[188];if(null!=this[_0xba71[2994]]&&0<this[_0xba71[2994]][_0xba71[67]]){var _0x6e36x4=this[_0xba71[2997]][_0xba71[67]]-1,_0x6e36x2=this[_0xba71[2997]][0],_0x6e36x5=this[_0xba71[2997]][0][_0xba71[236]],_0x6e36x3=this[_0xba71[2994]][0][_0xba71[1562]];this[_0xba71[2994]][0][_0xba71[1562]]= new mxRectangle(Math[_0xba71[488]](this[_0xba71[2997]][0][_0xba71[235]]-_0x6e36x3[_0xba71[117]]/2),Math[_0xba71[488]](_0x6e36x5-_0x6e36x3[_0xba71[119]]/2),_0x6e36x3[_0xba71[117]],_0x6e36x3[_0xba71[119]]);this[_0xba71[2994]][0][_0xba71[1334]]=this[_0xba71[3026]](0);this[_0xba71[2994]][0][_0xba71[258]]();var _0x6e36x5=this[_0xba71[2997]][_0x6e36x4],_0x6e36x9=this[_0xba71[2997]][_0x6e36x4][_0xba71[235]],_0x6e36x4=this[_0xba71[2997]][_0x6e36x4][_0xba71[236]],_0x6e36xa=this[_0xba71[2994]][_0xba71[67]]-1,_0x6e36x3=this[_0xba71[2994]][_0x6e36xa][_0xba71[1562]];this[_0xba71[2994]][_0x6e36xa][_0xba71[1562]]= new mxRectangle(Math[_0xba71[488]](_0x6e36x9-_0x6e36x3[_0xba71[117]]/2),Math[_0xba71[488]](_0x6e36x4-_0x6e36x3[_0xba71[119]]/2),_0x6e36x3[_0xba71[117]],_0x6e36x3[_0xba71[119]]);this[_0xba71[2994]][_0x6e36xa][_0xba71[1334]]=this[_0xba71[3026]](_0x6e36xa);this[_0xba71[2994]][_0x6e36xa][_0xba71[258]]();this[_0xba71[3030]](_0x6e36x2,_0x6e36x5)};this[_0xba71[2932]]()};mxEdgeHandler[_0xba71[202]][_0xba71[3030]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1721]](this[_0xba71[724]][_0xba71[246]])[_0xba71[1525]];if(null!=_0x6e36x4){null==this[_0xba71[1525]]&&(this[_0xba71[1525]]=[]);for(var _0x6e36x5=1;_0x6e36x5<this[_0xba71[2994]][_0xba71[67]]-1;_0x6e36x5++){if(null!=this[_0xba71[2994]][_0x6e36x5]){if(null!=this[_0xba71[2997]][_0x6e36x5]){var _0x6e36x9=this[_0xba71[2997]][_0x6e36x5][_0xba71[235]],_0x6e36xa=this[_0xba71[2997]][_0x6e36x5][_0xba71[236]],_0x6e36x12=this[_0xba71[2994]][_0x6e36x5][_0xba71[1562]];this[_0xba71[2994]][_0x6e36x5][_0xba71[252]][_0xba71[124]][_0xba71[187]]=_0xba71[189];this[_0xba71[2994]][_0x6e36x5][_0xba71[1562]]= new mxRectangle(Math[_0xba71[488]](_0x6e36x9-_0x6e36x12[_0xba71[117]]/2),Math[_0xba71[488]](_0x6e36xa-_0x6e36x12[_0xba71[119]]/2),_0x6e36x12[_0xba71[117]],_0x6e36x12[_0xba71[119]]);this[_0xba71[2994]][_0x6e36x5][_0xba71[258]]();this[_0xba71[1525]][_0x6e36x5-1]=_0x6e36x4[_0x6e36x5-1]}else {this[_0xba71[2994]][_0x6e36x5][_0xba71[515]](),this[_0xba71[2994]][_0x6e36x5]=null}}}}};mxEdgeHandler[_0xba71[202]][_0xba71[2932]]=function(){if(this[_0xba71[3014]]){var _0x6e36x2=mxConstants[_0xba71[3029]],_0x6e36x2= new mxRectangle(Math[_0xba71[488]](this[_0xba71[685]][_0xba71[235]]-_0x6e36x2/2),Math[_0xba71[488]](this[_0xba71[685]][_0xba71[236]]-_0x6e36x2/2),_0x6e36x2,_0x6e36x2);this[_0xba71[2972]][_0xba71[1562]]=_0x6e36x2;this[_0xba71[2972]][_0xba71[258]]()}else {this[_0xba71[253]][_0xba71[1525]]=this[_0xba71[2997]],this[_0xba71[253]][_0xba71[258]]()}};mxEdgeHandler[_0xba71[202]][_0xba71[515]]=function(){null!=this[_0xba71[2885]]&&(this[_0xba71[2885]][_0xba71[515]](),this[_0xba71[2885]]=null);null!=this[_0xba71[253]]&&(this[_0xba71[253]][_0xba71[515]](),this[_0xba71[253]]=null);null!=this[_0xba71[2972]]&&(this[_0xba71[2972]][_0xba71[515]](),this[_0xba71[2972]]=null);null!=this[_0xba71[2886]]&&(this[_0xba71[2886]][_0xba71[515]](),this[_0xba71[2886]]=null);if(null!=this[_0xba71[2994]]){for(var _0x6e36x2=0;_0x6e36x2<this[_0xba71[2994]][_0xba71[67]];_0x6e36x2++){null!=this[_0xba71[2994]][_0x6e36x2]&&(this[_0xba71[2994]][_0x6e36x2][_0xba71[515]](),this[_0xba71[2994]][_0x6e36x2]=null)}}};function mxElbowEdgeHandler(_0x6e36x2){mxEdgeHandler[_0xba71[239]](this,_0x6e36x2)}mxUtils[_0xba71[1284]](mxElbowEdgeHandler,mxEdgeHandler);mxElbowEdgeHandler[_0xba71[202]]= new mxEdgeHandler;mxElbowEdgeHandler[_0xba71[202]][_0xba71[196]]=mxElbowEdgeHandler;mxElbowEdgeHandler[_0xba71[202]][_0xba71[3031]]= !0;mxElbowEdgeHandler[_0xba71[202]][_0xba71[3032]]=_0xba71[130]!=mxClient[_0xba71[90]]?_0xba71[3033]:_0xba71[110];mxElbowEdgeHandler[_0xba71[202]][_0xba71[3001]]=function(){var _0x6e36x2=[],_0x6e36x3=this[_0xba71[3009]](0);this[_0xba71[3002]](_0x6e36x3);_0x6e36x3[_0xba71[252]][_0xba71[124]][_0xba71[270]]=mxConstants[_0xba71[3011]];mxEvent[_0xba71[2733]](_0x6e36x3[_0xba71[252]],this[_0xba71[1179]],this[_0xba71[724]]);_0x6e36x2[_0xba71[207]](_0x6e36x3);mxClient[_0xba71[754]]&&_0x6e36x3[_0xba71[252]][_0xba71[57]](_0xba71[1377],_0xba71[130]);_0x6e36x2[_0xba71[207]](this[_0xba71[3034]]());this[_0xba71[1525]][_0xba71[207]]( new mxPoint(0,0));_0x6e36x3=this[_0xba71[3009]](2);this[_0xba71[3002]](_0x6e36x3);_0x6e36x3[_0xba71[252]][_0xba71[124]][_0xba71[270]]=mxConstants[_0xba71[3011]];mxEvent[_0xba71[2733]](_0x6e36x3[_0xba71[252]],this[_0xba71[1179]],this[_0xba71[724]]);_0x6e36x2[_0xba71[207]](_0x6e36x3);mxClient[_0xba71[754]]&&_0x6e36x3[_0xba71[252]][_0xba71[57]](_0xba71[1377],_0xba71[130]);return _0x6e36x2};mxElbowEdgeHandler[_0xba71[202]][_0xba71[3034]]=function(){var _0x6e36x2=this[_0xba71[3009]]();this[_0xba71[3002]](_0x6e36x2);var _0x6e36x3=this[_0xba71[3035]]();_0x6e36x2[_0xba71[252]][_0xba71[124]][_0xba71[270]]=_0x6e36x3;_0x6e36x3=mxUtils[_0xba71[885]](this,function(_0x6e36x2){!mxEvent[_0xba71[721]](_0x6e36x2)&&this[_0xba71[3031]]&&(this[_0xba71[1179]][_0xba71[854]](this[_0xba71[724]][_0xba71[246]],_0x6e36x2),mxEvent[_0xba71[722]](_0x6e36x2))});mxEvent[_0xba71[2733]](_0x6e36x2[_0xba71[252]],this[_0xba71[1179]],this[_0xba71[724]],null,null,null,_0x6e36x3);this[_0xba71[1179]][_0xba71[2662]](this[_0xba71[724]][_0xba71[246]])||(_0x6e36x2[_0xba71[252]][_0xba71[124]][_0xba71[495]]=_0xba71[130]);return _0x6e36x2};mxElbowEdgeHandler[_0xba71[202]][_0xba71[3035]]=function(){return this[_0xba71[724]][_0xba71[124]][mxConstants[_0xba71[2294]]]==mxEdgeStyle[_0xba71[2570]]||this[_0xba71[724]][_0xba71[124]][mxConstants[_0xba71[2294]]]==mxConstants[_0xba71[3036]]||(this[_0xba71[724]][_0xba71[124]][mxConstants[_0xba71[2294]]]==mxEdgeStyle[_0xba71[2568]]||this[_0xba71[724]][_0xba71[124]][mxConstants[_0xba71[2294]]]==mxConstants[_0xba71[3037]])&&this[_0xba71[724]][_0xba71[124]][mxConstants[_0xba71[2231]]]==mxConstants[_0xba71[2232]]?_0xba71[3038]:_0xba71[3039]};mxElbowEdgeHandler[_0xba71[202]][_0xba71[2597]]=function(_0x6e36x2){var _0x6e36x3=null;if(null!=this[_0xba71[2994]]&&null!=this[_0xba71[2994]][1]&&(_0x6e36x2==this[_0xba71[2994]][1][_0xba71[252]]||_0x6e36x2[_0xba71[265]]==this[_0xba71[2994]][1][_0xba71[252]])){_0x6e36x3=this[_0xba71[3032]],_0x6e36x3=mxResources[_0xba71[203]](_0x6e36x3)||_0x6e36x3};return _0x6e36x3};mxElbowEdgeHandler[_0xba71[202]][_0xba71[2196]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[518]](),_0x6e36x5=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[512]](),_0x6e36x9=this[_0xba71[724]][_0xba71[2078]];_0x6e36x3&&(_0x6e36x2[_0xba71[235]]=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x2[_0xba71[235]]),_0x6e36x2[_0xba71[236]]=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x2[_0xba71[236]]));_0x6e36x2[_0xba71[235]]=Math[_0xba71[488]](_0x6e36x2[_0xba71[235]]/_0x6e36x4-_0x6e36x5[_0xba71[235]]-_0x6e36x9[_0xba71[235]]);_0x6e36x2[_0xba71[236]]=Math[_0xba71[488]](_0x6e36x2[_0xba71[236]]/_0x6e36x4-_0x6e36x5[_0xba71[236]]-_0x6e36x9[_0xba71[236]])};mxElbowEdgeHandler[_0xba71[202]][_0xba71[3030]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1721]](this[_0xba71[724]][_0xba71[246]])[_0xba71[1525]],_0x6e36x4=null!=_0x6e36x4?_0x6e36x4[0]:null,_0x6e36x4=null==_0x6e36x4? new mxPoint(_0x6e36x2[_0xba71[235]]+(_0x6e36x3[_0xba71[235]]-_0x6e36x2[_0xba71[235]])/2,_0x6e36x2[_0xba71[236]]+(_0x6e36x3[_0xba71[236]]-_0x6e36x2[_0xba71[236]])/2): new mxPoint(this[_0xba71[1179]][_0xba71[249]]()[_0xba71[255]]*(_0x6e36x4[_0xba71[235]]+this[_0xba71[1179]][_0xba71[249]]()[_0xba71[513]][_0xba71[235]]+this[_0xba71[724]][_0xba71[2078]][_0xba71[235]]),this[_0xba71[1179]][_0xba71[249]]()[_0xba71[255]]*(_0x6e36x4[_0xba71[236]]+this[_0xba71[1179]][_0xba71[249]]()[_0xba71[513]][_0xba71[236]]+this[_0xba71[724]][_0xba71[2078]][_0xba71[236]])),_0x6e36x5=this[_0xba71[2994]][1][_0xba71[1562]],_0x6e36x9=_0x6e36x5[_0xba71[117]],_0x6e36x5=_0x6e36x5[_0xba71[119]];null==this[_0xba71[2959]]&&(_0x6e36x5=_0x6e36x9=mxConstants[_0xba71[2974]]);var _0x6e36xa= new mxRectangle(Math[_0xba71[488]](_0x6e36x4[_0xba71[235]]-_0x6e36x9/2),Math[_0xba71[488]](_0x6e36x4[_0xba71[236]]-_0x6e36x5/2),_0x6e36x9,_0x6e36x5);null==this[_0xba71[2959]]&&(_0xba71[188]!=this[_0xba71[2972]][_0xba71[252]][_0xba71[124]][_0xba71[187]]&&mxUtils[_0xba71[1825]](_0x6e36xa,this[_0xba71[2972]][_0xba71[1562]]))&&(_0x6e36x9+=3,_0x6e36x5+=3,_0x6e36xa= new mxRectangle(Math[_0xba71[488]](_0x6e36x4[_0xba71[235]]-_0x6e36x9/2),Math[_0xba71[488]](_0x6e36x4[_0xba71[236]]-_0x6e36x5/2),_0x6e36x9,_0x6e36x5));this[_0xba71[2994]][1][_0xba71[1562]]=_0x6e36xa;this[_0xba71[2994]][1][_0xba71[258]]()};function mxEdgeSegmentHandler(_0x6e36x2){mxEdgeHandler[_0xba71[239]](this,_0x6e36x2)}mxUtils[_0xba71[1284]](mxEdgeSegmentHandler,mxEdgeHandler);mxEdgeSegmentHandler[_0xba71[202]]= new mxElbowEdgeHandler;mxEdgeSegmentHandler[_0xba71[202]][_0xba71[196]]=mxEdgeSegmentHandler;mxEdgeSegmentHandler[_0xba71[202]][_0xba71[3018]]=function(_0x6e36x2){if(this[_0xba71[729]]||this[_0xba71[3013]]){return mxElbowEdgeHandler[_0xba71[202]][_0xba71[3018]][_0xba71[183]](this,arguments)};this[_0xba71[2196]](_0x6e36x2,!1);var _0x6e36x3=this[_0xba71[724]][_0xba71[439]],_0x6e36x4=_0x6e36x3[0][_0xba71[238]]();this[_0xba71[2196]](_0x6e36x4,!1);for(var _0x6e36x5=[],_0x6e36x9=1;_0x6e36x9<_0x6e36x3[_0xba71[67]];_0x6e36x9++){var _0x6e36xa=_0x6e36x3[_0x6e36x9][_0xba71[238]]();this[_0xba71[2196]](_0x6e36xa,!1);_0x6e36x9==this[_0xba71[1983]]&&(_0x6e36x4[_0xba71[235]]==_0x6e36xa[_0xba71[235]]?(_0x6e36x4[_0xba71[235]]=_0x6e36x2[_0xba71[235]],_0x6e36xa[_0xba71[235]]=_0x6e36x2[_0xba71[235]]):(_0x6e36x4[_0xba71[236]]=_0x6e36x2[_0xba71[236]],_0x6e36xa[_0xba71[236]]=_0x6e36x2[_0xba71[236]]));_0x6e36x9<_0x6e36x3[_0xba71[67]]-1&&_0x6e36x5[_0xba71[207]](_0x6e36xa);_0x6e36x4=_0x6e36xa};if(1==_0x6e36x5[_0xba71[67]]){if(_0x6e36x4=this[_0xba71[724]][_0xba71[441]],_0x6e36x9=this[_0xba71[724]][_0xba71[2089]](!0),_0x6e36xa=this[_0xba71[724]][_0xba71[2089]](!1),null!=_0x6e36xa&null!=_0x6e36x9){var _0x6e36x12=this[_0xba71[724]][_0xba71[2078]][_0xba71[235]],_0x6e36x13=this[_0xba71[724]][_0xba71[2078]][_0xba71[236]];mxUtils[_0xba71[442]](_0x6e36xa,_0x6e36x5[0][_0xba71[235]]+_0x6e36x12,_0x6e36x5[0][_0xba71[236]]+_0x6e36x13)?_0x6e36x3[1][_0xba71[236]]==_0x6e36x3[2][_0xba71[236]]?_0x6e36x5[0][_0xba71[236]]=_0x6e36x4[_0xba71[2228]](_0x6e36x9)-_0x6e36x13:_0x6e36x5[0][_0xba71[235]]=_0x6e36x4[_0xba71[2230]](_0x6e36x9)-_0x6e36x12:mxUtils[_0xba71[442]](_0x6e36x9,_0x6e36x5[0][_0xba71[235]]+_0x6e36x12,_0x6e36x5[0][_0xba71[236]]+_0x6e36x13)&&(_0x6e36x3[1][_0xba71[236]]==_0x6e36x3[0][_0xba71[236]]?_0x6e36x5[0][_0xba71[236]]=_0x6e36x4[_0xba71[2228]](_0x6e36xa)-_0x6e36x13:_0x6e36x5[0][_0xba71[235]]=_0x6e36x4[_0xba71[2230]](_0x6e36xa)-_0x6e36x12)}}else {0==_0x6e36x5[_0xba71[67]]&&(_0x6e36x5=[_0x6e36x2])};return _0x6e36x5};mxEdgeSegmentHandler[_0xba71[202]][_0xba71[3001]]=function(){var _0x6e36x2=[],_0x6e36x3=this[_0xba71[3009]](0);this[_0xba71[3002]](_0x6e36x3);_0x6e36x3[_0xba71[252]][_0xba71[124]][_0xba71[270]]=mxConstants[_0xba71[3011]];mxEvent[_0xba71[2733]](_0x6e36x3[_0xba71[252]],this[_0xba71[1179]],this[_0xba71[724]]);_0x6e36x2[_0xba71[207]](_0x6e36x3);mxClient[_0xba71[754]]&&_0x6e36x3[_0xba71[252]][_0xba71[57]](_0xba71[1377],_0xba71[130]);var _0x6e36x4=this[_0xba71[724]][_0xba71[439]];if(this[_0xba71[1179]][_0xba71[2662]](this[_0xba71[724]][_0xba71[246]])){null==this[_0xba71[1525]]&&(this[_0xba71[1525]]=[]);for(var _0x6e36x5=0;_0x6e36x5<_0x6e36x4[_0xba71[67]]-1;_0x6e36x5++){_0x6e36x3=this[_0xba71[3034]](),_0x6e36x2[_0xba71[207]](_0x6e36x3),_0x6e36x3[_0xba71[252]][_0xba71[124]][_0xba71[270]]=0==_0x6e36x4[_0x6e36x5][_0xba71[235]]-_0x6e36x4[_0x6e36x5+1][_0xba71[235]]?_0xba71[3039]:_0xba71[3038],this[_0xba71[1525]][_0xba71[207]]( new mxPoint(0,0)),mxClient[_0xba71[754]]&&_0x6e36x3[_0xba71[252]][_0xba71[57]](_0xba71[1377],_0xba71[130])}};_0x6e36x3=this[_0xba71[3009]](_0x6e36x4[_0xba71[67]]);this[_0xba71[3002]](_0x6e36x3);_0x6e36x3[_0xba71[252]][_0xba71[124]][_0xba71[270]]=mxConstants[_0xba71[3011]];mxEvent[_0xba71[2733]](_0x6e36x3[_0xba71[252]],this[_0xba71[1179]],this[_0xba71[724]]);_0x6e36x2[_0xba71[207]](_0x6e36x3);mxClient[_0xba71[754]]&&_0x6e36x3[_0xba71[252]][_0xba71[57]](_0xba71[1377],_0xba71[130]);return _0x6e36x2};mxEdgeSegmentHandler[_0xba71[202]][_0xba71[258]]=function(){this[_0xba71[802]]();mxEdgeHandler[_0xba71[202]][_0xba71[258]][_0xba71[183]](this,arguments)};mxEdgeSegmentHandler[_0xba71[202]][_0xba71[802]]=function(){if(null!=this[_0xba71[2994]]){for(var _0x6e36x2=0;_0x6e36x2<this[_0xba71[2994]][_0xba71[67]];_0x6e36x2++){null!=this[_0xba71[2994]][_0x6e36x2]&&(this[_0xba71[2994]][_0x6e36x2][_0xba71[515]](),this[_0xba71[2994]][_0x6e36x2]=null)};this[_0xba71[2994]]=this[_0xba71[3001]]()}};mxEdgeSegmentHandler[_0xba71[202]][_0xba71[3030]]=function(_0x6e36x2,_0x6e36x3){if(this[_0xba71[1179]][_0xba71[2662]](this[_0xba71[724]][_0xba71[246]])){var _0x6e36x4=mxConstants[_0xba71[2974]],_0x6e36x5=this[_0xba71[724]][_0xba71[439]];if(null!=_0x6e36x5&&1<_0x6e36x5[_0xba71[67]]){for(var _0x6e36x9=0;_0x6e36x9<this[_0xba71[724]][_0xba71[439]][_0xba71[67]]-1;_0x6e36x9++){if(null!=this[_0xba71[2994]][_0x6e36x9+1]){_0x6e36x2=_0x6e36x5[_0x6e36x9];_0x6e36x3=_0x6e36x5[_0x6e36x9+1];var _0x6e36xa= new mxPoint(_0x6e36x2[_0xba71[235]]+(_0x6e36x3[_0xba71[235]]-_0x6e36x2[_0xba71[235]])/2,_0x6e36x2[_0xba71[236]]+(_0x6e36x3[_0xba71[236]]-_0x6e36x2[_0xba71[236]])/2);this[_0xba71[2994]][_0x6e36x9+1][_0xba71[1562]]= new mxRectangle(Math[_0xba71[488]](_0x6e36xa[_0xba71[235]]-_0x6e36x4/2),Math[_0xba71[488]](_0x6e36xa[_0xba71[236]]-_0x6e36x4/2),_0x6e36x4,_0x6e36x4);this[_0xba71[2994]][_0x6e36x9+1][_0xba71[258]]()}}}}};mxEdgeSegmentHandler[_0xba71[202]][_0xba71[3023]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3=[];var _0x6e36x4=this[_0xba71[2997]];if(1<_0x6e36x4[_0xba71[67]]){for(var _0x6e36x5=_0x6e36x4[0],_0x6e36x9=_0x6e36x4[1],_0x6e36xa=2;_0x6e36xa<_0x6e36x4[_0xba71[67]];_0x6e36xa++){var _0x6e36x12=_0x6e36x4[_0x6e36xa];if((Math[_0xba71[488]](_0x6e36x5[_0xba71[235]])!=Math[_0xba71[488]](_0x6e36x9[_0xba71[235]])||Math[_0xba71[488]](_0x6e36x9[_0xba71[235]])!=Math[_0xba71[488]](_0x6e36x12[_0xba71[235]]))&&(Math[_0xba71[488]](_0x6e36x5[_0xba71[236]])!=Math[_0xba71[488]](_0x6e36x9[_0xba71[236]])||Math[_0xba71[488]](_0x6e36x9[_0xba71[236]])!=Math[_0xba71[488]](_0x6e36x12[_0xba71[236]]))){_0x6e36x5=_0x6e36x9,_0x6e36x9=_0x6e36x9[_0xba71[238]](),this[_0xba71[2196]](_0x6e36x9,!1),_0x6e36x3[_0xba71[207]](_0x6e36x9)};_0x6e36x9=_0x6e36x12}};mxElbowEdgeHandler[_0xba71[202]][_0xba71[3023]][_0xba71[183]](this,arguments)};function mxKeyHandler(_0x6e36x2,_0x6e36x3){null!=_0x6e36x2&&(this[_0xba71[1179]]=_0x6e36x2,this[_0xba71[772]]=_0x6e36x3||document[_0xba71[158]],this[_0xba71[3040]]=[],this[_0xba71[3041]]=[],this[_0xba71[3042]]=[],this[_0xba71[3043]]=[],mxEvent[_0xba71[169]](this[_0xba71[772]],_0xba71[2123],mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[3044]](_0x6e36x2)})),mxClient[_0xba71[80]]&&mxEvent[_0xba71[169]](window,_0xba71[2428],mxUtils[_0xba71[885]](this,function(){this[_0xba71[515]]()})))}mxKeyHandler[_0xba71[202]][_0xba71[1179]]=null;mxKeyHandler[_0xba71[202]][_0xba71[772]]=null;mxKeyHandler[_0xba71[202]][_0xba71[3040]]=null;mxKeyHandler[_0xba71[202]][_0xba71[3041]]=null;mxKeyHandler[_0xba71[202]][_0xba71[3042]]=null;mxKeyHandler[_0xba71[202]][_0xba71[3043]]=null;mxKeyHandler[_0xba71[202]][_0xba71[984]]= !0;mxKeyHandler[_0xba71[202]][_0xba71[994]]=function(){return this[_0xba71[984]]};mxKeyHandler[_0xba71[202]][_0xba71[995]]=function(_0x6e36x2){this[_0xba71[984]]=_0x6e36x2};mxKeyHandler[_0xba71[202]][_0xba71[3045]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[3040]][_0x6e36x2]=_0x6e36x3};mxKeyHandler[_0xba71[202]][_0xba71[3046]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[3041]][_0x6e36x2]=_0x6e36x3};mxKeyHandler[_0xba71[202]][_0xba71[3047]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[3042]][_0x6e36x2]=_0x6e36x3};mxKeyHandler[_0xba71[202]][_0xba71[3048]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[3043]][_0x6e36x2]=_0x6e36x3};mxKeyHandler[_0xba71[202]][_0xba71[775]]=function(_0x6e36x2){return mxEvent[_0xba71[775]](_0x6e36x2)};mxKeyHandler[_0xba71[202]][_0xba71[3049]]=function(_0x6e36x2){return null!=_0x6e36x2?this[_0xba71[775]](_0x6e36x2)?mxEvent[_0xba71[774]](_0x6e36x2)?this[_0xba71[3043]][_0x6e36x2[_0xba71[2124]]]:this[_0xba71[3042]][_0x6e36x2[_0xba71[2124]]]:mxEvent[_0xba71[774]](_0x6e36x2)?this[_0xba71[3041]][_0x6e36x2[_0xba71[2124]]]:this[_0xba71[3040]][_0x6e36x2[_0xba71[2124]]]:null};mxKeyHandler[_0xba71[202]][_0xba71[3050]]=function(_0x6e36x2){_0x6e36x2=mxEvent[_0xba71[728]](_0x6e36x2);if(_0x6e36x2==this[_0xba71[772]]||_0x6e36x2[_0xba71[265]]==this[_0xba71[772]]||null!=this[_0xba71[1179]][_0xba71[2347]]&&_0x6e36x2==this[_0xba71[1179]][_0xba71[2347]][_0xba71[126]]){return !0};for(;null!=_0x6e36x2;){if(_0x6e36x2==this[_0xba71[1179]][_0xba71[526]]){return !0};_0x6e36x2=_0x6e36x2[_0xba71[265]]};return !1};mxKeyHandler[_0xba71[202]][_0xba71[3044]]=function(_0x6e36x2){if(this[_0xba71[1179]][_0xba71[994]]()&&!mxEvent[_0xba71[721]](_0x6e36x2)&&this[_0xba71[3050]](_0x6e36x2)&&this[_0xba71[994]]()){if(27==_0x6e36x2[_0xba71[2124]]){this[_0xba71[859]](_0x6e36x2)}else {if(!this[_0xba71[1179]][_0xba71[2203]]()){var _0x6e36x3=this[_0xba71[3049]](_0x6e36x2);null!=_0x6e36x3&&(_0x6e36x3(_0x6e36x2),mxEvent[_0xba71[722]](_0x6e36x2))}}}};mxKeyHandler[_0xba71[202]][_0xba71[859]]=function(_0x6e36x2){this[_0xba71[1179]][_0xba71[2608]]()&&this[_0xba71[1179]][_0xba71[859]](_0x6e36x2)};mxKeyHandler[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[772]]=null};function mxTooltipHandler(_0x6e36x2,_0x6e36x3){null!=_0x6e36x2&&(this[_0xba71[1179]]=_0x6e36x2,this[_0xba71[1140]]=_0x6e36x3||500,this[_0xba71[1179]][_0xba71[1133]](this))}mxTooltipHandler[_0xba71[202]][_0xba71[931]]=10005;mxTooltipHandler[_0xba71[202]][_0xba71[1179]]=null;mxTooltipHandler[_0xba71[202]][_0xba71[1140]]=null;mxTooltipHandler[_0xba71[202]][_0xba71[3051]]= !1;mxTooltipHandler[_0xba71[202]][_0xba71[984]]= !0;mxTooltipHandler[_0xba71[202]][_0xba71[994]]=function(){return this[_0xba71[984]]};mxTooltipHandler[_0xba71[202]][_0xba71[995]]=function(_0x6e36x2){this[_0xba71[984]]=_0x6e36x2};mxTooltipHandler[_0xba71[202]][_0xba71[2277]]=function(){return this[_0xba71[3051]]};mxTooltipHandler[_0xba71[202]][_0xba71[3052]]=function(_0x6e36x2){this[_0xba71[3051]]=_0x6e36x2};mxTooltipHandler[_0xba71[202]][_0xba71[176]]=function(){null!=document[_0xba71[112]]&&(this[_0xba71[485]]=document[_0xba71[55]](_0xba71[485]),this[_0xba71[485]][_0xba71[926]]=_0xba71[3053],this[_0xba71[485]][_0xba71[124]][_0xba71[187]]=_0xba71[188],this[_0xba71[485]][_0xba71[124]][_0xba71[931]]=this[_0xba71[931]],document[_0xba71[112]][_0xba71[62]](this[_0xba71[485]]),mxEvent[_0xba71[169]](this[_0xba71[485]],_0xba71[751],mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[3054]]()})))};mxTooltipHandler[_0xba71[202]][_0xba71[787]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[862]](_0x6e36x3,!1);this[_0xba71[3054]]()};mxTooltipHandler[_0xba71[202]][_0xba71[788]]=function(_0x6e36x2,_0x6e36x3){if(_0x6e36x3[_0xba71[730]]()!=this[_0xba71[1217]]||_0x6e36x3[_0xba71[732]]()!=this[_0xba71[1218]]){this[_0xba71[862]](_0x6e36x3,!0),(this[_0xba71[2277]]()||_0x6e36x3[_0xba71[248]]()!=this[_0xba71[724]]||_0x6e36x3[_0xba71[728]]()!=this[_0xba71[252]]&&(!this[_0xba71[3055]]||null!=_0x6e36x3[_0xba71[248]]()&&this[_0xba71[3055]]==(_0x6e36x3[_0xba71[729]](_0x6e36x3[_0xba71[248]]()[_0xba71[253]])||!_0x6e36x3[_0xba71[729]](_0x6e36x3[_0xba71[248]]()[_0xba71[963]]))))&&this[_0xba71[3054]]()};this[_0xba71[1217]]=_0x6e36x3[_0xba71[730]]();this[_0xba71[1218]]=_0x6e36x3[_0xba71[732]]()};mxTooltipHandler[_0xba71[202]][_0xba71[789]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[862]](_0x6e36x3,!0);this[_0xba71[3054]]()};mxTooltipHandler[_0xba71[202]][_0xba71[3056]]=function(){null!=this[_0xba71[1123]]&&(window[_0xba71[2924]](this[_0xba71[1123]]),this[_0xba71[1123]]=null)};mxTooltipHandler[_0xba71[202]][_0xba71[862]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[3056]]();if(_0x6e36x3&&this[_0xba71[994]]()&&null!=_0x6e36x2[_0xba71[248]]()&&(null==this[_0xba71[485]]||_0xba71[188]==this[_0xba71[485]][_0xba71[124]][_0xba71[187]])){var _0x6e36x4=_0x6e36x2[_0xba71[248]](),_0x6e36x5=_0x6e36x2[_0xba71[728]](),_0x6e36x9=_0x6e36x2[_0xba71[730]](),_0x6e36xa=_0x6e36x2[_0xba71[732]](),_0x6e36x12=_0x6e36x2[_0xba71[729]](_0x6e36x4[_0xba71[253]])||_0x6e36x2[_0xba71[729]](_0x6e36x4[_0xba71[963]]);this[_0xba71[1123]]=window[_0xba71[261]](mxUtils[_0xba71[885]](this,function(){if(!this[_0xba71[1179]][_0xba71[2203]]()&&!this[_0xba71[1179]][_0xba71[2316]][_0xba71[1031]]()){var _0x6e36x2=this[_0xba71[1179]][_0xba71[2595]](_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa);this[_0xba71[539]](_0x6e36x2,_0x6e36x9,_0x6e36xa);this[_0xba71[724]]=_0x6e36x4;this[_0xba71[252]]=_0x6e36x5;this[_0xba71[3055]]=_0x6e36x12}}),this[_0xba71[1140]])}};mxTooltipHandler[_0xba71[202]][_0xba71[801]]=function(){this[_0xba71[3056]]();this[_0xba71[3054]]()};mxTooltipHandler[_0xba71[202]][_0xba71[3054]]=function(){null!=this[_0xba71[485]]&&(this[_0xba71[485]][_0xba71[124]][_0xba71[187]]=_0xba71[188])};mxTooltipHandler[_0xba71[202]][_0xba71[539]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){if(null!=_0x6e36x2&&0<_0x6e36x2[_0xba71[67]]){null==this[_0xba71[485]]&&this[_0xba71[176]]();var _0x6e36x5=mxUtils[_0xba71[444]]();this[_0xba71[485]][_0xba71[124]][_0xba71[361]]=_0x6e36x3+_0x6e36x5[_0xba71[235]]+_0xba71[168];this[_0xba71[485]][_0xba71[124]][_0xba71[125]]=_0x6e36x4+mxConstants[_0xba71[560]]+_0x6e36x5[_0xba71[236]]+_0xba71[168];mxUtils[_0xba71[1331]](_0x6e36x2)?(this[_0xba71[485]][_0xba71[339]]=_0xba71[110],this[_0xba71[485]][_0xba71[62]](_0x6e36x2)):this[_0xba71[485]][_0xba71[339]]=_0x6e36x2[_0xba71[230]](/\n/g,_0xba71[545]);this[_0xba71[485]][_0xba71[124]][_0xba71[187]]=_0xba71[110];mxUtils[_0xba71[933]](this[_0xba71[485]])}};mxTooltipHandler[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[1179]][_0xba71[1148]](this);mxEvent[_0xba71[762]](this[_0xba71[485]]);null!=this[_0xba71[485]]&&null!=this[_0xba71[485]][_0xba71[265]]&&this[_0xba71[485]][_0xba71[265]][_0xba71[266]](this[_0xba71[485]]);this[_0xba71[485]]=null};function mxCellTracker(_0x6e36x2,_0x6e36x3,_0x6e36x4){mxCellMarker[_0xba71[239]](this,_0x6e36x2,_0x6e36x3);this[_0xba71[1179]][_0xba71[1133]](this);null!=_0x6e36x4&&(this[_0xba71[736]]=_0x6e36x4);mxClient[_0xba71[80]]&&mxEvent[_0xba71[169]](window,_0xba71[2428],mxUtils[_0xba71[885]](this,function(){this[_0xba71[515]]()}))}mxUtils[_0xba71[1284]](mxCellTracker,mxCellMarker);mxCellTracker[_0xba71[202]][_0xba71[787]]=function(_0x6e36x2,_0x6e36x3){};mxCellTracker[_0xba71[202]][_0xba71[788]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[994]]()&&this[_0xba71[2871]](_0x6e36x3)};mxCellTracker[_0xba71[202]][_0xba71[789]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[862]]()};mxCellTracker[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[2717]]||(this[_0xba71[2717]]= !0,this[_0xba71[1179]][_0xba71[1148]](this),mxCellMarker[_0xba71[202]][_0xba71[515]][_0xba71[183]](this))};function mxCellHighlight(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){null!=_0x6e36x2&&(this[_0xba71[1179]]=_0x6e36x2,this[_0xba71[2943]]=null!=_0x6e36x3?_0x6e36x3:mxConstants[_0xba71[2854]],this[_0xba71[610]]=null!=_0x6e36x4?_0x6e36x4:mxConstants[_0xba71[3057]],this[_0xba71[648]]=null!=_0x6e36x5?_0x6e36x5:!1,this[_0xba71[3058]]=mxUtils[_0xba71[885]](this,function(){this[_0xba71[2950]]()}),this[_0xba71[1179]][_0xba71[249]]()[_0xba71[169]](mxEvent.SCALE,this[_0xba71[3058]]),this[_0xba71[1179]][_0xba71[249]]()[_0xba71[169]](mxEvent.TRANSLATE,this[_0xba71[3058]]),this[_0xba71[1179]][_0xba71[249]]()[_0xba71[169]](mxEvent.SCALE_AND_TRANSLATE,this[_0xba71[3058]]),this[_0xba71[1179]][_0xba71[502]]()[_0xba71[169]](mxEvent.CHANGE,this[_0xba71[3058]]),this[_0xba71[2877]]=mxUtils[_0xba71[885]](this,function(){this[_0xba71[801]]()}),this[_0xba71[1179]][_0xba71[249]]()[_0xba71[169]](mxEvent.DOWN,this[_0xba71[2877]]),this[_0xba71[1179]][_0xba71[249]]()[_0xba71[169]](mxEvent.UP,this[_0xba71[2877]]))}mxCellHighlight[_0xba71[202]][_0xba71[3059]]= !1;mxCellHighlight[_0xba71[202]][_0xba71[1179]]= !0;mxCellHighlight[_0xba71[202]][_0xba71[724]]=null;mxCellHighlight[_0xba71[202]][_0xba71[657]]=2;mxCellHighlight[_0xba71[202]][_0xba71[2877]]=null;mxCellHighlight[_0xba71[202]][_0xba71[2828]]=function(_0x6e36x2){this[_0xba71[2943]]=_0x6e36x2;null!=this[_0xba71[253]]&&(this[_0xba71[253]][_0xba71[1336]]=_0x6e36x2)};mxCellHighlight[_0xba71[202]][_0xba71[3060]]=function(){this[_0xba71[253]]=this[_0xba71[2156]]();this[_0xba71[2950]]();!this[_0xba71[3059]]&&this[_0xba71[253]][_0xba71[252]][_0xba71[265]][_0xba71[285]]!=this[_0xba71[253]][_0xba71[252]]&&this[_0xba71[253]][_0xba71[252]][_0xba71[265]][_0xba71[950]](this[_0xba71[253]][_0xba71[252]],this[_0xba71[253]][_0xba71[252]][_0xba71[265]][_0xba71[285]])};mxCellHighlight[_0xba71[202]][_0xba71[2156]]=function(){var _0x6e36x2=null,_0x6e36x2=this[_0xba71[1179]][_0xba71[251]][_0xba71[250]](this[_0xba71[724]][_0xba71[246]])? new mxPolyline(this[_0xba71[724]][_0xba71[439]],this[_0xba71[2943]],this[_0xba71[610]]): new mxRectangleShape( new mxRectangle,null,this[_0xba71[2943]],this[_0xba71[610]]);_0x6e36x2[_0xba71[507]]=this[_0xba71[1179]][_0xba71[507]]!=mxConstants[_0xba71[508]]?mxConstants[_0xba71[1523]]:mxConstants[_0xba71[508]];_0x6e36x2[_0xba71[176]](this[_0xba71[1179]][_0xba71[249]]()[_0xba71[1524]]());mxEvent[_0xba71[2733]](_0x6e36x2[_0xba71[252]],this[_0xba71[1179]],this[_0xba71[724]]);_0x6e36x2[_0xba71[1564]]=0;_0x6e36x2[_0xba71[1229]]= !1;_0x6e36x2[_0xba71[1522]]=this[_0xba71[648]];return _0x6e36x2};mxCellHighlight[_0xba71[202]][_0xba71[2950]]=function(){if(null!=this[_0xba71[724]]&&null!=this[_0xba71[253]]){var _0x6e36x2=0;this[_0xba71[1179]][_0xba71[251]][_0xba71[250]](this[_0xba71[724]][_0xba71[246]])?this[_0xba71[253]][_0xba71[1525]]=this[_0xba71[724]][_0xba71[439]]:(this[_0xba71[253]][_0xba71[1562]]= new mxRectangle(this[_0xba71[724]][_0xba71[235]]-this[_0xba71[657]],this[_0xba71[724]][_0xba71[236]]-this[_0xba71[657]],this[_0xba71[724]][_0xba71[117]]+2*this[_0xba71[657]],this[_0xba71[724]][_0xba71[119]]+2*this[_0xba71[657]]),_0x6e36x2=Number(this[_0xba71[724]][_0xba71[124]][mxConstants[_0xba71[2278]]]||_0xba71[468]));null!=this[_0xba71[724]][_0xba71[253]]&&this[_0xba71[253]][_0xba71[1609]](this[_0xba71[724]][_0xba71[253]][_0xba71[1610]]());0!=_0x6e36x2&&(this[_0xba71[253]][_0xba71[603]]=_0x6e36x2);this[_0xba71[253]][_0xba71[258]]()}};mxCellHighlight[_0xba71[202]][_0xba71[801]]=function(){this[_0xba71[1016]](null)};mxCellHighlight[_0xba71[202]][_0xba71[1016]]=function(_0x6e36x2){this[_0xba71[724]]!=_0x6e36x2&&(null!=this[_0xba71[253]]&&(this[_0xba71[253]][_0xba71[515]](),this[_0xba71[253]]=null),this[_0xba71[724]]=_0x6e36x2,null!=this[_0xba71[724]]&&this[_0xba71[3060]]())};mxCellHighlight[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[1179]][_0xba71[249]]()[_0xba71[745]](this[_0xba71[3058]]);this[_0xba71[1179]][_0xba71[502]]()[_0xba71[745]](this[_0xba71[3058]]);this[_0xba71[1179]][_0xba71[249]]()[_0xba71[745]](this[_0xba71[2877]]);this[_0xba71[1179]][_0xba71[502]]()[_0xba71[745]](this[_0xba71[2877]]);null!=this[_0xba71[253]]&&(this[_0xba71[253]][_0xba71[515]](),this[_0xba71[253]]=null)};function mxDefaultKeyHandler(_0x6e36x2){if(null!=_0x6e36x2){this[_0xba71[3061]]=_0x6e36x2;this[_0xba71[2458]]= new mxKeyHandler(_0x6e36x2[_0xba71[1179]]);var _0x6e36x3=this[_0xba71[2458]][_0xba71[859]];this[_0xba71[2458]][_0xba71[859]]=function(_0x6e36x4){_0x6e36x3[_0xba71[183]](this,arguments);_0x6e36x2[_0xba71[3062]]();_0x6e36x2[_0xba71[746]]( new mxEventObject(mxEvent.ESCAPE,_0xba71[763],_0x6e36x4))}}}mxDefaultKeyHandler[_0xba71[202]][_0xba71[3061]]=null;mxDefaultKeyHandler[_0xba71[202]][_0xba71[2458]]=null;mxDefaultKeyHandler[_0xba71[202]][_0xba71[3063]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=mxUtils[_0xba71[885]](this,function(){this[_0xba71[3061]][_0xba71[350]](_0x6e36x3)});_0x6e36x4?this[_0xba71[2458]][_0xba71[3047]](_0x6e36x2,_0x6e36x5):this[_0xba71[2458]][_0xba71[3045]](_0x6e36x2,_0x6e36x5)};mxDefaultKeyHandler[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[2458]][_0xba71[515]]();this[_0xba71[2458]]=null};function mxDefaultPopupMenu(_0x6e36x2){this[_0xba71[3064]]=_0x6e36x2}mxDefaultPopupMenu[_0xba71[202]][_0xba71[88]]=null;mxDefaultPopupMenu[_0xba71[202]][_0xba71[3064]]=null;mxDefaultPopupMenu[_0xba71[202]][_0xba71[3065]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){if(null!=this[_0xba71[3064]]){var _0x6e36x9=this[_0xba71[3066]](_0x6e36x2,_0x6e36x4,_0x6e36x5);this[_0xba71[3067]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,this[_0xba71[3064]][_0xba71[285]],null)}};mxDefaultPopupMenu[_0xba71[202]][_0xba71[3067]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12){for(var _0x6e36x13=!1;null!=_0x6e36xa;){if(_0xba71[99]==_0x6e36xa[_0xba71[301]]){var _0x6e36x14=_0x6e36xa[_0xba71[284]](_0xba71[3068]);if(null==_0x6e36x14||_0x6e36x9[_0x6e36x14]){var _0x6e36x14=_0x6e36xa[_0xba71[284]](_0xba71[3069]),_0x6e36x14=mxResources[_0xba71[203]](_0x6e36x14)||_0x6e36x14,_0x6e36x15=mxUtils[_0xba71[1545]](mxUtils[_0xba71[329]](_0x6e36xa)),_0x6e36x16=_0x6e36xa[_0xba71[284]](_0xba71[892]),_0x6e36x17=_0x6e36xa[_0xba71[284]](_0xba71[2916]),_0x6e36x18=_0x6e36xa[_0xba71[284]](_0xba71[3070]);_0x6e36x13&&(_0x6e36x3[_0xba71[1051]](_0x6e36x12),_0x6e36x13= !1);null!=_0x6e36x17&&this[_0xba71[88]]&&(_0x6e36x17=this[_0xba71[88]]+_0x6e36x17);_0x6e36x14=this[_0xba71[3071]](_0x6e36x3,_0x6e36x2,_0x6e36x14,_0x6e36x17,_0x6e36x15,_0x6e36x16,_0x6e36x4,_0x6e36x12,_0x6e36x18);this[_0xba71[3067]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa[_0xba71[285]],_0x6e36x14)}}else {_0xba71[3072]==_0x6e36xa[_0xba71[301]]&&(_0x6e36x13= !0)};_0x6e36xa=_0x6e36xa[_0xba71[287]]}};mxDefaultPopupMenu[_0xba71[202]][_0xba71[3071]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa,_0x6e36x12,_0x6e36x13,_0x6e36x14){return _0x6e36x2[_0xba71[1025]](_0x6e36x4,_0x6e36x5,function(_0x6e36x2){_0xba71[279]== typeof _0x6e36x9&&_0x6e36x9[_0xba71[239]](_0x6e36x3,_0x6e36x3,_0x6e36x12,_0x6e36x2);null!=_0x6e36xa&&_0x6e36x3[_0xba71[350]](_0x6e36xa,_0x6e36x12,_0x6e36x2)},_0x6e36x13,_0x6e36x14)};mxDefaultPopupMenu[_0xba71[202]][_0xba71[3066]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=_0x6e36x2[_0xba71[1179]][_0xba71[502]](),_0x6e36x9=_0x6e36x5[_0xba71[262]](_0x6e36x3),_0x6e36xa=[];_0x6e36xa[_0xba71[3073]]=null==_0x6e36x3;_0x6e36xa[_0xba71[3074]]=1<_0x6e36x2[_0xba71[1179]][_0xba71[2694]]();_0x6e36xa[_0xba71[3075]]=_0x6e36x5[_0xba71[501]]()!=_0x6e36x5[_0xba71[1197]](_0x6e36x2[_0xba71[1179]][_0xba71[902]]());_0x6e36xa[_0xba71[246]]=null!=_0x6e36x3;_0x6e36x5=null!=_0x6e36x3&&1==_0x6e36x2[_0xba71[1179]][_0xba71[2694]]();_0x6e36xa[_0xba71[3076]]=_0x6e36x5&&0<_0x6e36x9;_0x6e36xa[_0xba71[3077]]=_0x6e36x5&&_0x6e36x2[_0xba71[1179]][_0xba71[2516]](_0x6e36x3,!1);_0x6e36xa[_0xba71[3078]]=_0x6e36x5&&_0x6e36x2[_0xba71[1179]][_0xba71[2516]](_0x6e36x3,!0);_0x6e36xa[_0xba71[3079]]=_0x6e36x5&&_0x6e36x2[_0xba71[1179]][_0xba71[2553]](_0x6e36x3);_0x6e36xa[_0xba71[3080]]=_0x6e36xa[_0xba71[3079]]&&0==_0x6e36x9;_0x6e36xa[_0xba71[687]]=_0x6e36x5&&_0x6e36x2[_0xba71[1179]][_0xba71[1730]](_0x6e36x3);_0x6e36x9=this[_0xba71[3064]][_0xba71[64]](_0xba71[3081]);for(_0x6e36x5=0;_0x6e36x5<_0x6e36x9[_0xba71[67]];_0x6e36x5++){var _0x6e36x12=mxUtils[_0xba71[1545]](mxUtils[_0xba71[329]](_0x6e36x9[_0x6e36x5])),_0x6e36x13=_0x6e36x9[_0x6e36x5][_0xba71[284]](_0xba71[298]);null!=_0x6e36x13&&_0xba71[279]== typeof _0x6e36x12&&(_0x6e36xa[_0x6e36x13]=_0x6e36x12(_0x6e36x2,_0x6e36x3,_0x6e36x4))};return _0x6e36xa};function mxDefaultToolbar(_0x6e36x2,_0x6e36x3){this[_0xba71[3061]]=_0x6e36x3;null!=_0x6e36x2&&null!=_0x6e36x3&&this[_0xba71[176]](_0x6e36x2)}mxDefaultToolbar[_0xba71[202]][_0xba71[3061]]=null;mxDefaultToolbar[_0xba71[202]][_0xba71[3082]]=null;mxDefaultToolbar[_0xba71[202]][_0xba71[2877]]=null;mxDefaultToolbar[_0xba71[202]][_0xba71[657]]=4;mxDefaultToolbar[_0xba71[202]][_0xba71[2804]]= !1;mxDefaultToolbar[_0xba71[202]][_0xba71[176]]=function(_0x6e36x2){null!=_0x6e36x2&&(this[_0xba71[3082]]= new mxToolbar(_0x6e36x2),this[_0xba71[3082]][_0xba71[169]](mxEvent.SELECT,mxUtils[_0xba71[885]](this,function(_0x6e36x2,_0x6e36x4){var _0x6e36x5=_0x6e36x4[_0xba71[720]](_0xba71[279]);this[_0xba71[3061]][_0xba71[3083]]=null!=_0x6e36x5?mxUtils[_0xba71[885]](this,function(){_0x6e36x5[_0xba71[183]](this,arguments);this[_0xba71[3082]][_0xba71[1050]]()}):null})),this[_0xba71[2877]]=mxUtils[_0xba71[885]](this,function(){null!=this[_0xba71[3082]]&&this[_0xba71[3082]][_0xba71[1050]](!0)}),this[_0xba71[3061]][_0xba71[1179]][_0xba71[169]](mxEvent.DOUBLE_CLICK,this[_0xba71[2877]]),this[_0xba71[3061]][_0xba71[169]](mxEvent.ESCAPE,this[_0xba71[2877]]))};mxDefaultToolbar[_0xba71[202]][_0xba71[1025]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=mxUtils[_0xba71[885]](this,function(){null!=_0x6e36x4&&0<_0x6e36x4[_0xba71[67]]&&this[_0xba71[3061]][_0xba71[350]](_0x6e36x4)});return this[_0xba71[3082]][_0xba71[1025]](_0x6e36x2,_0x6e36x3,_0x6e36x9,_0x6e36x5)};mxDefaultToolbar[_0xba71[202]][_0xba71[1051]]=function(_0x6e36x2){_0x6e36x2=_0x6e36x2||mxClient[_0xba71[88]]+_0xba71[3084];this[_0xba71[3082]][_0xba71[1051]](_0x6e36x2)};mxDefaultToolbar[_0xba71[202]][_0xba71[970]]=function(){return this[_0xba71[3082]][_0xba71[970]]()};mxDefaultToolbar[_0xba71[202]][_0xba71[1038]]=function(_0x6e36x2){return this[_0xba71[3082]][_0xba71[1038]](_0x6e36x2)};mxDefaultToolbar[_0xba71[202]][_0xba71[3085]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=mxUtils[_0xba71[885]](this,function(){this[_0xba71[3061]][_0xba71[350]](_0x6e36x4)});this[_0xba71[972]](_0x6e36x2,_0x6e36x3,_0x6e36x5)};mxDefaultToolbar[_0xba71[202]][_0xba71[972]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){return this[_0xba71[3082]][_0xba71[972]](_0x6e36x2,_0x6e36x3,_0x6e36x4)};mxDefaultToolbar[_0xba71[202]][_0xba71[1048]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){var _0x6e36xa=mxUtils[_0xba71[885]](this,function(){this[_0xba71[3061]][_0xba71[3086]](_0x6e36x4);null!=_0x6e36x9&&_0x6e36x9(this[_0xba71[3061]])});return this[_0xba71[3082]][_0xba71[1042]](_0x6e36x2,_0x6e36x3,_0x6e36xa,_0x6e36x5)};mxDefaultToolbar[_0xba71[202]][_0xba71[3087]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9,_0x6e36xa){var _0x6e36x12=function(){return _0xba71[279]== typeof _0x6e36x4?_0x6e36x4():null!=_0x6e36x4?_0x6e36x4[_0xba71[238]]():null},_0x6e36x13=mxUtils[_0xba71[885]](this,function(_0x6e36x2,_0x6e36x3){_0xba71[279]== typeof _0x6e36x9?_0x6e36x9(this[_0xba71[3061]],_0x6e36x12(),_0x6e36x2,_0x6e36x3):this[_0xba71[1008]](_0x6e36x12(),_0x6e36x2,_0x6e36x3);this[_0xba71[3082]][_0xba71[1050]]();mxEvent[_0xba71[722]](_0x6e36x2)});_0x6e36x2=this[_0xba71[3082]][_0xba71[1048]](_0x6e36x2,_0x6e36x3,_0x6e36x13,_0x6e36x5,null,_0x6e36xa);this[_0xba71[3088]](_0x6e36x2,function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x13(_0x6e36x3,_0x6e36x4)});return _0x6e36x2};mxDefaultToolbar[_0xba71[202]][_0xba71[1008]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[3061]][_0xba71[1179]],_0x6e36x9=_0x6e36x5[_0xba71[502]]();if(null==_0x6e36x4||_0x6e36x9[_0xba71[250]](_0x6e36x4)||!this[_0xba71[2804]]||!_0x6e36x5[_0xba71[2565]](_0x6e36x4)){for(;null!=_0x6e36x4&&!_0x6e36x5[_0xba71[2685]](_0x6e36x4,[_0x6e36x2],_0x6e36x3);){_0x6e36x4=_0x6e36x9[_0xba71[1197]](_0x6e36x4)};this[_0xba71[1937]](_0x6e36x2,_0x6e36x3,_0x6e36x4)}else {this[_0xba71[807]](_0x6e36x2,_0x6e36x3,_0x6e36x4)}};mxDefaultToolbar[_0xba71[202]][_0xba71[1937]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[3061]][_0xba71[1179]];if(_0x6e36x5[_0xba71[2621]](_0x6e36x2)){var _0x6e36x9=mxEvent[_0xba71[731]](_0x6e36x3),_0x6e36xa=mxEvent[_0xba71[733]](_0x6e36x3),_0x6e36x9=mxUtils[_0xba71[2196]](_0x6e36x5[_0xba71[526]],_0x6e36x9,_0x6e36xa);return _0x6e36x5[_0xba71[2655]]()&&_0x6e36x5[_0xba71[2686]](_0x6e36x4,[_0x6e36x2],_0x6e36x3)?_0x6e36x5[_0xba71[853]](_0x6e36x4,[_0x6e36x2],null,_0x6e36x9[_0xba71[235]],_0x6e36x9[_0xba71[236]]):this[_0xba71[3061]][_0xba71[817]](_0x6e36x4,_0x6e36x2,_0x6e36x9[_0xba71[235]],_0x6e36x9[_0xba71[236]])};return null};mxDefaultToolbar[_0xba71[202]][_0xba71[807]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x3=this[_0xba71[3061]][_0xba71[1179]];var _0x6e36x5=_0x6e36x3[_0xba71[502]]();if(null!=_0x6e36x4&&_0x6e36x3[_0xba71[2565]](_0x6e36x2)&&_0x6e36x3[_0xba71[2581]](null,_0x6e36x4,_0x6e36x2)){var _0x6e36x9=null;_0x6e36x5[_0xba71[473]]();try{var _0x6e36xa=_0x6e36x5[_0xba71[1721]](_0x6e36x4),_0x6e36x12=_0x6e36x5[_0xba71[1721]](_0x6e36x2)[_0xba71[238]]();_0x6e36x12[_0xba71[235]]=_0x6e36xa[_0xba71[235]]+(_0x6e36xa[_0xba71[117]]-_0x6e36x12[_0xba71[117]])/2;_0x6e36x12[_0xba71[236]]=_0x6e36xa[_0xba71[236]]+(_0x6e36xa[_0xba71[119]]-_0x6e36x12[_0xba71[119]])/2;var _0x6e36x13=this[_0xba71[657]]*_0x6e36x3[_0xba71[1020]],_0x6e36x14=20*_0x6e36x5[_0xba71[1962]](_0x6e36x4,!0);this[_0xba71[3061]][_0xba71[3089]]?_0x6e36x12[_0xba71[235]]+=(_0x6e36x12[_0xba71[117]]+_0x6e36xa[_0xba71[117]])/2+_0x6e36x13+_0x6e36x14:_0x6e36x12[_0xba71[236]]+=(_0x6e36x12[_0xba71[119]]+_0x6e36xa[_0xba71[119]])/2+_0x6e36x13+_0x6e36x14;_0x6e36x2[_0xba71[1724]](_0x6e36x12);var _0x6e36x15=_0x6e36x5[_0xba71[1197]](_0x6e36x4);_0x6e36x3[_0xba71[2103]](_0x6e36x2,_0x6e36x15);_0x6e36x3[_0xba71[2509]](_0x6e36x2);_0x6e36x9=this[_0xba71[3061]][_0xba71[2503]](_0x6e36x4,_0x6e36x2);if(null==_0x6e36x5[_0xba71[1721]](_0x6e36x9)){var _0x6e36x16= new mxGeometry;_0x6e36x16[_0xba71[1500]]= !0;_0x6e36x5[_0xba71[1724]](_0x6e36x9,_0x6e36x16)};_0x6e36x3[_0xba71[2504]](_0x6e36x9,_0x6e36x15,_0x6e36x4,_0x6e36x2)}finally{_0x6e36x5[_0xba71[476]]()};_0x6e36x3[_0xba71[904]]([_0x6e36x2,_0x6e36x9]);_0x6e36x3[_0xba71[2564]](_0x6e36x2)}};mxDefaultToolbar[_0xba71[202]][_0xba71[3088]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=document[_0xba71[55]](_0xba71[466]);_0x6e36x4[_0xba71[57]](_0xba71[390],_0x6e36x2[_0xba71[284]](_0xba71[390]));var _0x6e36x5=mxUtils[_0xba71[885]](this,function(_0x6e36x9){_0x6e36x4[_0xba71[124]][_0xba71[117]]=2*_0x6e36x2[_0xba71[359]]+_0xba71[168];_0x6e36x4[_0xba71[124]][_0xba71[119]]=2*_0x6e36x2[_0xba71[167]]+_0xba71[168];mxUtils[_0xba71[3090]](_0x6e36x2,this[_0xba71[3061]][_0xba71[1179]],_0x6e36x3,_0x6e36x4);mxEvent[_0xba71[745]](_0x6e36x4,_0xba71[219],_0x6e36x5)});mxClient[_0xba71[80]]?_0x6e36x5():mxEvent[_0xba71[169]](_0x6e36x4,_0xba71[219],_0x6e36x5)};mxDefaultToolbar[_0xba71[202]][_0xba71[515]]=function(){null!=this[_0xba71[2877]]&&(this[_0xba71[3061]][_0xba71[1179]][_0xba71[745]](_0xba71[760],this[_0xba71[2877]]),this[_0xba71[3061]][_0xba71[745]](_0xba71[859],this[_0xba71[2877]]),this[_0xba71[2877]]=null);null!=this[_0xba71[3082]]&&(this[_0xba71[3082]][_0xba71[515]](),this[_0xba71[3082]]=null)};function mxEditor(_0x6e36x2){this[_0xba71[3091]]=[];this[_0xba71[3092]]();if(null!=document[_0xba71[112]]){this[_0xba71[3093]]=[];this[_0xba71[3094]]= new mxDefaultPopupMenu;this[_0xba71[3095]]= new mxUndoManager;this[_0xba71[1179]]=this[_0xba71[3096]]();this[_0xba71[3082]]=this[_0xba71[3097]]();this[_0xba71[3098]]= new mxDefaultKeyHandler(this);this[_0xba71[3099]](_0x6e36x2);this[_0xba71[1179]][_0xba71[2180]]=this[_0xba71[3100]];!mxClient[_0xba71[3101]]&&null!=this[_0xba71[1056]]&&(this[_0xba71[812]]=this[_0xba71[3102]]());if(null!=this[_0xba71[1987]]){this[_0xba71[1987]]()};mxClient[_0xba71[80]]&&mxEvent[_0xba71[169]](window,_0xba71[2428],mxUtils[_0xba71[885]](this,function(){this[_0xba71[515]]()}))}}mxLoadResources&&mxResources[_0xba71[99]](mxClient[_0xba71[86]]+_0xba71[3103]);mxEditor[_0xba71[202]]= new mxEventSource;mxEditor[_0xba71[202]][_0xba71[196]]=mxEditor;mxEditor[_0xba71[202]][_0xba71[3104]]=_0xba71[130]!=mxClient[_0xba71[90]]?_0xba71[3105]:_0xba71[110];mxEditor[_0xba71[202]][_0xba71[3106]]=_0xba71[130]!=mxClient[_0xba71[90]]?_0xba71[3107]:_0xba71[110];mxEditor[_0xba71[202]][_0xba71[3108]]=_0xba71[130]!=mxClient[_0xba71[90]]?_0xba71[3109]:_0xba71[110];mxEditor[_0xba71[202]][_0xba71[3110]]=_0xba71[130]!=mxClient[_0xba71[90]]?_0xba71[716]:_0xba71[110];mxEditor[_0xba71[202]][_0xba71[3111]]=_0xba71[130]!=mxClient[_0xba71[90]]?_0xba71[3112]:_0xba71[110];mxEditor[_0xba71[202]][_0xba71[3113]]=_0xba71[130]!=mxClient[_0xba71[90]]?_0xba71[2719]:_0xba71[110];mxEditor[_0xba71[202]][_0xba71[3114]]=_0xba71[130]!=mxClient[_0xba71[90]]?_0xba71[2136]:_0xba71[110];mxEditor[_0xba71[202]][_0xba71[2136]]=null;mxEditor[_0xba71[202]][_0xba71[1179]]=null;mxEditor[_0xba71[202]][_0xba71[2720]]=null;mxEditor[_0xba71[202]][_0xba71[3082]]=null;mxEditor[_0xba71[202]][_0xba71[812]]=null;mxEditor[_0xba71[202]][_0xba71[879]]=null;mxEditor[_0xba71[202]][_0xba71[3094]]=null;mxEditor[_0xba71[202]][_0xba71[3095]]=null;mxEditor[_0xba71[202]][_0xba71[3098]]=null;mxEditor[_0xba71[202]][_0xba71[3091]]=null;mxEditor[_0xba71[202]][_0xba71[3115]]=_0xba71[1061];mxEditor[_0xba71[202]][_0xba71[3116]]= !1;mxEditor[_0xba71[202]][_0xba71[1157]]= !0;mxEditor[_0xba71[202]][_0xba71[3083]]=null;mxEditor[_0xba71[202]][_0xba71[3117]]= !1;mxEditor[_0xba71[202]][_0xba71[3118]]=null;mxEditor[_0xba71[202]][_0xba71[2075]]=null;mxEditor[_0xba71[202]][_0xba71[3119]]=null;mxEditor[_0xba71[202]][_0xba71[3120]]=null;mxEditor[_0xba71[202]][_0xba71[3121]]=null;mxEditor[_0xba71[202]][_0xba71[3122]]=null;mxEditor[_0xba71[202]][_0xba71[1069]]=_0xba71[336];mxEditor[_0xba71[202]][_0xba71[3123]]=_0xba71[338];mxEditor[_0xba71[202]][_0xba71[1070]]= !0;mxEditor[_0xba71[202]][_0xba71[3124]]=null;mxEditor[_0xba71[202]][_0xba71[3125]]=null;mxEditor[_0xba71[202]][_0xba71[1056]]=null;mxEditor[_0xba71[202]][_0xba71[1058]]=null;mxEditor[_0xba71[202]][_0xba71[1057]]=null;mxEditor[_0xba71[202]][_0xba71[3089]]= !1;mxEditor[_0xba71[202]][_0xba71[3126]]= !1;mxEditor[_0xba71[202]][_0xba71[3127]]=0;mxEditor[_0xba71[202]][_0xba71[3128]]= !1;mxEditor[_0xba71[202]][_0xba71[3129]]= !1;mxEditor[_0xba71[202]][_0xba71[3093]]=null;mxEditor[_0xba71[202]][_0xba71[3130]]=0;mxEditor[_0xba71[202]][_0xba71[3100]]=_0xba71[604];mxEditor[_0xba71[202]][_0xba71[3112]]=null;mxEditor[_0xba71[202]][_0xba71[3131]]=null;mxEditor[_0xba71[202]][_0xba71[3132]]=20;mxEditor[_0xba71[202]][_0xba71[2719]]=null;mxEditor[_0xba71[202]][_0xba71[3133]]=null;mxEditor[_0xba71[202]][_0xba71[3134]]=null;mxEditor[_0xba71[202]][_0xba71[3135]]=300;mxEditor[_0xba71[202]][_0xba71[3136]]=260;mxEditor[_0xba71[202]][_0xba71[3137]]=240;mxEditor[_0xba71[202]][_0xba71[3138]]=null;mxEditor[_0xba71[202]][_0xba71[3139]]= !1;mxEditor[_0xba71[202]][_0xba71[3140]]= !1;mxEditor[_0xba71[202]][_0xba71[2113]]= !1;mxEditor[_0xba71[202]][_0xba71[2133]]=function(){return this[_0xba71[2113]]};mxEditor[_0xba71[202]][_0xba71[2128]]=function(_0x6e36x2){this[_0xba71[2113]]=_0x6e36x2};mxEditor[_0xba71[202]][_0xba71[3092]]=function(){this[_0xba71[3071]](_0xba71[815],function(_0x6e36x2){_0x6e36x2[_0xba71[815]]()});this[_0xba71[3071]](_0xba71[540],function(_0x6e36x2){( new mxPrintPreview(_0x6e36x2[_0xba71[1179]],1))[_0xba71[392]]()});this[_0xba71[3071]](_0xba71[539],function(_0x6e36x2){mxUtils[_0xba71[539]](_0x6e36x2[_0xba71[1179]],null,10,10)});this[_0xba71[3071]](_0xba71[3141],function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[3142]]();if(null==_0x6e36x3||mxClient[_0xba71[3101]]){_0x6e36x2[_0xba71[350]](_0xba71[539])}else {var _0x6e36x4=mxUtils[_0xba71[3143]](_0x6e36x2[_0xba71[1179]],1),_0x6e36x4=mxUtils[_0xba71[875]](_0x6e36x4,_0xba71[192]);mxUtils[_0xba71[894]](_0x6e36x3,_0x6e36x2[_0xba71[3123]]+_0xba71[226]+encodeURIComponent(_0x6e36x4),document,_0xba71[3144])}});this[_0xba71[3071]](_0xba71[802],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[802]]()});this[_0xba71[3071]](_0xba71[3145],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&mxClipboard[_0xba71[3145]](_0x6e36x2[_0xba71[1179]])});this[_0xba71[3071]](_0xba71[149],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&mxClipboard[_0xba71[149]](_0x6e36x2[_0xba71[1179]])});this[_0xba71[3071]](_0xba71[3146],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&mxClipboard[_0xba71[3146]](_0x6e36x2[_0xba71[1179]])});this[_0xba71[3071]](_0xba71[3147],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[842]]()});this[_0xba71[3071]](_0xba71[1504],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[2450]](_0x6e36x2[_0xba71[844]]())});this[_0xba71[3071]](_0xba71[3148],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[904]](_0x6e36x2[_0xba71[1179]][_0xba71[845]]())});this[_0xba71[3071]](_0xba71[1997],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[846]]()});this[_0xba71[3071]](_0xba71[824],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[824]]()});this[_0xba71[3071]](_0xba71[825],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[825]]()});this[_0xba71[3071]](_0xba71[2558],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[2558]]()});this[_0xba71[3071]](_0xba71[2559],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[2559]]()});this[_0xba71[3071]](_0xba71[3149],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[2560]]()});this[_0xba71[3071]](_0xba71[933],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[933]]()});this[_0xba71[3071]](_0xba71[3150],function(_0x6e36x2,_0x6e36x3){_0x6e36x2[_0xba71[3150]](_0x6e36x3)});this[_0xba71[3071]](_0xba71[2705],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[2705]]()});this[_0xba71[3071]](_0xba71[3151],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[2440]]()});this[_0xba71[3071]](_0xba71[2706],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[2706]]()});this[_0xba71[3071]](_0xba71[2708],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[2708]]()});this[_0xba71[3071]](_0xba71[1061],function(_0x6e36x2,_0x6e36x3){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[2453]](_0x6e36x3)&&_0x6e36x2[_0xba71[1179]][_0xba71[2451]](_0x6e36x3)});this[_0xba71[3071]](_0xba71[3152],function(_0x6e36x2,_0x6e36x3){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[840]](!0)});this[_0xba71[3071]](_0xba71[3153],function(_0x6e36x2,_0x6e36x3){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[840]](!1)});this[_0xba71[3071]](_0xba71[2552],function(_0x6e36x2,_0x6e36x3){_0x6e36x2[_0xba71[1179]][_0xba71[2552]](_0x6e36x3)});this[_0xba71[3071]](_0xba71[2554],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[2554]]()});this[_0xba71[3071]](_0xba71[2442],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[2442]]()});this[_0xba71[3071]](_0xba71[3154],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[2702]]()});this[_0xba71[3071]](_0xba71[3155],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[2700]]()});this[_0xba71[3071]](_0xba71[3156],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[2703]]()});this[_0xba71[3071]](_0xba71[3157],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[2704]]()});this[_0xba71[3071]](_0xba71[2514],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[847]](!0)});this[_0xba71[3071]](_0xba71[3158],function(_0x6e36x2){if(_0x6e36x2[_0xba71[1179]][_0xba71[994]]()){var _0x6e36x3=_0x6e36x2[_0xba71[1179]][_0xba71[1728]]();_0x6e36x2[_0xba71[1179]][_0xba71[847]](!0,!1,_0x6e36x3)}});this[_0xba71[3071]](_0xba71[3159],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[847]](!1)});this[_0xba71[3071]](_0xba71[3160],function(_0x6e36x2){if(_0x6e36x2[_0xba71[1179]][_0xba71[994]]()){var _0x6e36x3=_0x6e36x2[_0xba71[1179]][_0xba71[1728]]();_0x6e36x2[_0xba71[1179]][_0xba71[847]](!1,!1,_0x6e36x3)}});this[_0xba71[3071]](_0xba71[1447],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[2491]](mxConstants.STYLE_FONTSTYLE,mxConstants.FONT_BOLD)});this[_0xba71[3071]](_0xba71[1449],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[2491]](mxConstants.STYLE_FONTSTYLE,mxConstants.FONT_ITALIC)});this[_0xba71[3071]](_0xba71[355],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[2491]](mxConstants.STYLE_FONTSTYLE,mxConstants.FONT_UNDERLINE)});this[_0xba71[3071]](_0xba71[639],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[2491]](mxConstants.STYLE_FONTSTYLE,mxConstants.FONT_SHADOW)});this[_0xba71[3071]](_0xba71[3161],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[849]](mxConstants.ALIGN_LEFT)});this[_0xba71[3071]](_0xba71[3162],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[849]](mxConstants.ALIGN_CENTER)});this[_0xba71[3071]](_0xba71[3163],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[849]](mxConstants.ALIGN_RIGHT)});this[_0xba71[3071]](_0xba71[3164],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[849]](mxConstants.ALIGN_TOP)});this[_0xba71[3071]](_0xba71[3165],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[849]](mxConstants.ALIGN_MIDDLE)});this[_0xba71[3071]](_0xba71[3166],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[849]](mxConstants.ALIGN_BOTTOM)});this[_0xba71[3071]](_0xba71[3167],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[1717]](mxConstants.STYLE_ALIGN,mxConstants.ALIGN_LEFT)});this[_0xba71[3071]](_0xba71[3168],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[1717]](mxConstants.STYLE_ALIGN,mxConstants.ALIGN_CENTER)});this[_0xba71[3071]](_0xba71[3169],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[1717]](mxConstants.STYLE_ALIGN,mxConstants.ALIGN_RIGHT)});this[_0xba71[3071]](_0xba71[3170],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[1717]](mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_TOP)});this[_0xba71[3071]](_0xba71[3171],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[1717]](mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE)});this[_0xba71[3071]](_0xba71[3172],function(_0x6e36x2){_0x6e36x2[_0xba71[1179]][_0xba71[994]]()&&_0x6e36x2[_0xba71[1179]][_0xba71[1717]](mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_BOTTOM)});this[_0xba71[3071]](_0xba71[499],function(_0x6e36x2){var _0x6e36x3=100*_0x6e36x2[_0xba71[1179]][_0xba71[249]]()[_0xba71[255]],_0x6e36x3=parseFloat(mxUtils[_0xba71[3173]](mxResources[_0xba71[203]](_0x6e36x2[_0xba71[3104]])||_0x6e36x2[_0xba71[3104]],_0x6e36x3))/100;isNaN(_0x6e36x3)||_0x6e36x2[_0xba71[1179]][_0xba71[249]]()[_0xba71[2262]](_0x6e36x3)});this[_0xba71[3071]](_0xba71[3174],function(_0x6e36x2){null!=_0x6e36x2[_0xba71[3112]]?_0x6e36x2[_0xba71[3112]][_0xba71[175]](!_0x6e36x2[_0xba71[3112]][_0xba71[174]]()):_0x6e36x2[_0xba71[3175]]()});this[_0xba71[3071]](_0xba71[3176],function(_0x6e36x2){null!=_0x6e36x2[_0xba71[2719]]?_0x6e36x2[_0xba71[2719]][_0xba71[175]](!_0x6e36x2[_0xba71[2719]][_0xba71[174]]()):_0x6e36x2[_0xba71[3177]]()});this[_0xba71[3071]](_0xba71[3178],function(_0x6e36x2){null==_0x6e36x2[_0xba71[2136]]?_0x6e36x2[_0xba71[3179]]():_0x6e36x2[_0xba71[2136]][_0xba71[175]](!_0x6e36x2[_0xba71[2136]][_0xba71[174]]())});this[_0xba71[3071]](_0xba71[3180],function(_0x6e36x2){mxLog[_0xba71[175]](!mxLog[_0xba71[174]]())})};mxEditor[_0xba71[202]][_0xba71[3102]]=function(){var _0x6e36x2=mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[746]]( new mxEventObject(mxEvent.SESSION,_0xba71[812],_0x6e36x2))});return this[_0xba71[807]](this[_0xba71[1056]],this[_0xba71[1057]],this[_0xba71[1058]],_0x6e36x2)};mxEditor[_0xba71[202]][_0xba71[3099]]=function(_0x6e36x2){null!=_0x6e36x2&&(( new mxCodec(_0x6e36x2[_0xba71[295]]))[_0xba71[1093]](_0x6e36x2,this),this[_0xba71[3181]]())};mxEditor[_0xba71[202]][_0xba71[3182]]=function(){document[_0xba71[3183]]=_0xba71[3184]};mxEditor[_0xba71[202]][_0xba71[3181]]=function(){this[_0xba71[1184]]=( new Date)[_0xba71[178]]();this[_0xba71[3095]][_0xba71[200]]();this[_0xba71[1183]]=0;this[_0xba71[2128]](!1)};mxEditor[_0xba71[202]][_0xba71[3071]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[3091]][_0x6e36x2]=_0x6e36x3};mxEditor[_0xba71[202]][_0xba71[350]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[3091]][_0x6e36x2];if(null!=_0x6e36x5){try{var _0x6e36x9=arguments;_0x6e36x9[0]=this;_0x6e36x5[_0xba71[183]](this,_0x6e36x9)}catch(f){throw mxUtils[_0xba71[267]](_0xba71[3185]+_0x6e36x2+_0xba71[3186]+f[_0xba71[281]],280,!0),f}}else {mxUtils[_0xba71[267]](_0xba71[3187]+_0x6e36x2,280,!0)}};mxEditor[_0xba71[202]][_0xba71[3188]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[3118]][_0x6e36x2]=_0x6e36x3};mxEditor[_0xba71[202]][_0xba71[3189]]=function(_0x6e36x2){return this[_0xba71[3118]][_0x6e36x2]};mxEditor[_0xba71[202]][_0xba71[3096]]=function(){var _0x6e36x2= new mxGraph(null,null,this[_0xba71[2720]]);_0x6e36x2[_0xba71[2673]](!0);_0x6e36x2[_0xba71[2674]](!0);this[_0xba71[3190]](_0x6e36x2);this[_0xba71[3191]](_0x6e36x2);this[_0xba71[3192]](_0x6e36x2);this[_0xba71[3193]](_0x6e36x2);this[_0xba71[3194]](_0x6e36x2);_0x6e36x2[_0xba71[2316]][_0xba71[1033]]=mxUtils[_0xba71[885]](this,function(_0x6e36x2,_0x6e36x4,_0x6e36x5){return this[_0xba71[3195]](_0x6e36x2,_0x6e36x4,_0x6e36x5)});_0x6e36x2[_0xba71[2433]][_0xba71[1033]]=mxUtils[_0xba71[885]](this,function(_0x6e36x2,_0x6e36x4){return this[_0xba71[2503]](_0x6e36x2,_0x6e36x4)});this[_0xba71[3196]](_0x6e36x2);this[_0xba71[3197]](_0x6e36x2);return _0x6e36x2};mxEditor[_0xba71[202]][_0xba71[3196]]=function(_0x6e36x2){_0x6e36x2= new mxSwimlaneManager(_0x6e36x2,!1);_0x6e36x2[_0xba71[1737]]=mxUtils[_0xba71[885]](this,function(){return this[_0xba71[3089]]});_0x6e36x2[_0xba71[994]]=mxUtils[_0xba71[885]](this,function(){return this[_0xba71[3128]]});return _0x6e36x2};mxEditor[_0xba71[202]][_0xba71[3197]]=function(_0x6e36x2){var _0x6e36x3= new mxLayoutManager(_0x6e36x2),_0x6e36x4=this;_0x6e36x3[_0xba71[2754]]=function(_0x6e36x3){var _0x6e36x9=null,_0x6e36xa=_0x6e36x4[_0xba71[1179]][_0xba71[502]]();if(null!=_0x6e36xa[_0xba71[1197]](_0x6e36x3)){if(_0x6e36x4[_0xba71[3129]]&&_0x6e36x2[_0xba71[1730]](_0x6e36x3)){null==_0x6e36x4[_0xba71[3198]]&&(_0x6e36x4[_0xba71[3198]]=_0x6e36x4[_0xba71[3199]]()),_0x6e36x9=_0x6e36x4[_0xba71[3198]]}else {if(_0x6e36x4[_0xba71[3126]]&&(_0x6e36x2[_0xba71[2553]](_0x6e36x3)||null==_0x6e36xa[_0xba71[1197]](_0x6e36xa[_0xba71[1197]](_0x6e36x3)))){null==_0x6e36x4[_0xba71[3200]]&&(_0x6e36x4[_0xba71[3200]]=_0x6e36x4[_0xba71[3201]]()),_0x6e36x9=_0x6e36x4[_0xba71[3200]]}}};return _0x6e36x9};return _0x6e36x3};mxEditor[_0xba71[202]][_0xba71[3202]]=function(_0x6e36x2){null==this[_0xba71[1179]][_0xba71[526]]&&(this[_0xba71[1179]][_0xba71[176]](_0x6e36x2),this[_0xba71[3203]]= new mxRubberband(this[_0xba71[1179]]),this[_0xba71[1157]]&&mxEvent[_0xba71[1157]](_0x6e36x2),mxClient[_0xba71[496]]&& new mxDivResizer(_0x6e36x2))};mxEditor[_0xba71[202]][_0xba71[3190]]=function(_0x6e36x2){_0x6e36x2[_0xba71[169]](mxEvent.DOUBLE_CLICK,mxUtils[_0xba71[885]](this,function(_0x6e36x3,_0x6e36x4){var _0x6e36x5=_0x6e36x4[_0xba71[720]](_0xba71[246]);null!=_0x6e36x5&&(_0x6e36x2[_0xba71[994]]()&&null!=this[_0xba71[3115]])&&(this[_0xba71[350]](this[_0xba71[3115]],_0x6e36x5),_0x6e36x4[_0xba71[722]]())}))};mxEditor[_0xba71[202]][_0xba71[3191]]=function(_0x6e36x2){var _0x6e36x3=mxUtils[_0xba71[885]](this,function(_0x6e36x2,_0x6e36x3){var _0x6e36x9=_0x6e36x3[_0xba71[720]](_0xba71[1061]);this[_0xba71[3095]][_0xba71[1114]](_0x6e36x9)});_0x6e36x2[_0xba71[502]]()[_0xba71[169]](mxEvent.UNDO,_0x6e36x3);_0x6e36x2[_0xba71[249]]()[_0xba71[169]](mxEvent.UNDO,_0x6e36x3);_0x6e36x3=function(_0x6e36x3,_0x6e36x5){var _0x6e36x9=_0x6e36x5[_0xba71[720]](_0xba71[1061])[_0xba71[1065]];_0x6e36x2[_0xba71[904]](_0x6e36x2[_0xba71[2436]](_0x6e36x9))};this[_0xba71[3095]][_0xba71[169]](mxEvent.UNDO,_0x6e36x3);this[_0xba71[3095]][_0xba71[169]](mxEvent.REDO,_0x6e36x3)};mxEditor[_0xba71[202]][_0xba71[3192]]=function(_0x6e36x2){var _0x6e36x3=mxUtils[_0xba71[885]](this,function(_0x6e36x2){this[_0xba71[746]]( new mxEventObject(mxEvent.ROOT))});_0x6e36x2[_0xba71[249]]()[_0xba71[169]](mxEvent.DOWN,_0x6e36x3);_0x6e36x2[_0xba71[249]]()[_0xba71[169]](mxEvent.UP,_0x6e36x3)};mxEditor[_0xba71[202]][_0xba71[3193]]=function(_0x6e36x2){var _0x6e36x3=mxUtils[_0xba71[885]](this,function(_0x6e36x3,_0x6e36x5){this[_0xba71[2128]](!0);!0==this[_0xba71[3140]]&&_0x6e36x2[_0xba71[2585]]();for(var _0x6e36x9=_0x6e36x5[_0xba71[720]](_0xba71[1061])[_0xba71[1065]],_0x6e36xa=0;_0x6e36xa<_0x6e36x9[_0xba71[67]];_0x6e36xa++){var _0x6e36x12=_0x6e36x9[_0x6e36xa];if(_0x6e36x12 instanceof mxRootChange||_0x6e36x12 instanceof mxValueChange&&_0x6e36x12[_0xba71[246]]==this[_0xba71[1179]][_0xba71[251]][_0xba71[813]]||_0x6e36x12 instanceof mxCellAttributeChange&&_0x6e36x12[_0xba71[246]]==this[_0xba71[1179]][_0xba71[251]][_0xba71[813]]){this[_0xba71[746]]( new mxEventObject(mxEvent.ROOT));break}}});_0x6e36x2[_0xba71[502]]()[_0xba71[169]](mxEvent.CHANGE,_0x6e36x3)};mxEditor[_0xba71[202]][_0xba71[3194]]=function(_0x6e36x2){var _0x6e36x3=this;_0x6e36x2[_0xba71[1133]]({mouseDown:function(_0x6e36x2,_0x6e36x5){if(null!=_0x6e36x3[_0xba71[3083]]&&!_0x6e36x5[_0xba71[737]]()&&(_0x6e36x3[_0xba71[3117]]||null==_0x6e36x5[_0xba71[248]]())){_0x6e36x3[_0xba71[1179]][_0xba71[2440]](),_0x6e36x3[_0xba71[3083]](_0x6e36x5[_0xba71[727]](),_0x6e36x5[_0xba71[736]]()),this[_0xba71[1142]]= !0,_0x6e36x5[_0xba71[722]]()}},mouseMove:function(_0x6e36x2,_0x6e36x3){this[_0xba71[1142]]&&_0x6e36x3[_0xba71[722]]()},mouseUp:function(_0x6e36x2,_0x6e36x3){this[_0xba71[1142]]&&(this[_0xba71[1142]]= !1,_0x6e36x3[_0xba71[722]]())}})};mxEditor[_0xba71[202]][_0xba71[3201]]=function(){var _0x6e36x2=this[_0xba71[1179]][_0xba71[1020]],_0x6e36x3= new mxStackLayout(this[_0xba71[1179]],!this[_0xba71[3089]],this[_0xba71[3127]],2*_0x6e36x2,2*_0x6e36x2);_0x6e36x3[_0xba71[1713]]=function(_0x6e36x2){return !_0x6e36x3[_0xba71[1179]][_0xba71[1730]](_0x6e36x2)};return _0x6e36x3};mxEditor[_0xba71[202]][_0xba71[3199]]=function(){return new mxCompactTreeLayout(this[_0xba71[1179]],this[_0xba71[3089]])};mxEditor[_0xba71[202]][_0xba71[3097]]=function(){return new mxDefaultToolbar(null,this)};mxEditor[_0xba71[202]][_0xba71[3204]]=function(_0x6e36x2){this[_0xba71[3082]][_0xba71[176]](_0x6e36x2);mxClient[_0xba71[496]]&& new mxDivResizer(_0x6e36x2)};mxEditor[_0xba71[202]][_0xba71[3205]]=function(_0x6e36x2){null==this[_0xba71[879]]&&(this[_0xba71[879]]=_0x6e36x2,this[_0xba71[169]](mxEvent.SAVE,mxUtils[_0xba71[885]](this,function(){var _0x6e36x2=( new Date)[_0xba71[3206]]();this[_0xba71[3207]]((mxResources[_0xba71[203]](this[_0xba71[3106]])||this[_0xba71[3106]])+_0xba71[3186]+_0x6e36x2)})),this[_0xba71[169]](mxEvent.OPEN,mxUtils[_0xba71[885]](this,function(){this[_0xba71[3207]]((mxResources[_0xba71[203]](this[_0xba71[3108]])||this[_0xba71[3108]])+_0xba71[3186]+this[_0xba71[3122]])})),mxClient[_0xba71[496]]&& new mxDivResizer(_0x6e36x2))};mxEditor[_0xba71[202]][_0xba71[3207]]=function(_0x6e36x2){null!=this[_0xba71[879]]&&null!=_0x6e36x2&&(this[_0xba71[879]][_0xba71[339]]=_0x6e36x2)};mxEditor[_0xba71[202]][_0xba71[3208]]=function(_0x6e36x2){this[_0xba71[169]](mxEvent.ROOT,mxUtils[_0xba71[885]](this,function(_0x6e36x3){_0x6e36x2[_0xba71[339]]=this[_0xba71[3209]]()}));mxClient[_0xba71[496]]&& new mxDivResizer(_0x6e36x2)};mxEditor[_0xba71[202]][_0xba71[3210]]=function(_0x6e36x2,_0x6e36x3){null!=_0x6e36x2&&( new mxCompactTreeLayout(this[_0xba71[1179]],_0x6e36x3))[_0xba71[350]](_0x6e36x2)};mxEditor[_0xba71[202]][_0xba71[3209]]=function(){for(var _0x6e36x2=_0xba71[110],_0x6e36x3=this[_0xba71[1179]],_0x6e36x4=_0x6e36x3[_0xba71[2534]]();null!=_0x6e36x4&&null!=_0x6e36x3[_0xba71[502]]()[_0xba71[1197]](_0x6e36x3[_0xba71[502]]()[_0xba71[1197]](_0x6e36x4));){_0x6e36x3[_0xba71[2553]](_0x6e36x4)&&(_0x6e36x2=_0xba71[3211]+_0x6e36x3[_0xba71[2454]](_0x6e36x4)+_0x6e36x2),_0x6e36x4=_0x6e36x3[_0xba71[502]]()[_0xba71[1197]](_0x6e36x4)};return this[_0xba71[3212]]()+_0x6e36x2};mxEditor[_0xba71[202]][_0xba71[3212]]=function(){var _0x6e36x2=this[_0xba71[1179]][_0xba71[502]]()[_0xba71[501]]();return this[_0xba71[1179]][_0xba71[2454]](_0x6e36x2)};mxEditor[_0xba71[202]][_0xba71[824]]=function(){this[_0xba71[3095]][_0xba71[824]]()};mxEditor[_0xba71[202]][_0xba71[825]]=function(){this[_0xba71[3095]][_0xba71[825]]()};mxEditor[_0xba71[202]][_0xba71[844]]=function(){var _0x6e36x2=null!=this[_0xba71[3121]]?this[_0xba71[3121]]:this[_0xba71[1179]][_0xba71[1020]];return this[_0xba71[1179]][_0xba71[844]](this[_0xba71[3213]](),_0x6e36x2)};mxEditor[_0xba71[202]][_0xba71[3213]]=function(){return this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1978]](this[_0xba71[3120]])};mxEditor[_0xba71[202]][_0xba71[392]]=function(_0x6e36x2){if(null!=_0x6e36x2){var _0x6e36x3=mxUtils[_0xba71[219]](_0x6e36x2)[_0xba71[875]]();this[_0xba71[3214]](_0x6e36x3[_0xba71[158]]);this[_0xba71[3122]]=_0x6e36x2;this[_0xba71[746]]( new mxEventObject(mxEvent.OPEN,_0xba71[3122],_0x6e36x2))}};mxEditor[_0xba71[202]][_0xba71[3214]]=function(_0x6e36x2){( new mxCodec(_0x6e36x2[_0xba71[295]]))[_0xba71[1093]](_0x6e36x2,this[_0xba71[1179]][_0xba71[502]]());this[_0xba71[3181]]()};mxEditor[_0xba71[202]][_0xba71[815]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x2=_0x6e36x2||this[_0xba71[3215]]();if(null!=_0x6e36x2&&0<_0x6e36x2[_0xba71[67]]){var _0x6e36x4=this[_0xba71[3216]](_0x6e36x3);this[_0xba71[3217]](_0x6e36x2,_0x6e36x4);this[_0xba71[2128]](!1)};this[_0xba71[746]]( new mxEventObject(mxEvent.SAVE,_0xba71[863],_0x6e36x2))};mxEditor[_0xba71[202]][_0xba71[3217]]=function(_0x6e36x2,_0x6e36x3){this[_0xba71[1070]]&&(_0x6e36x3=encodeURIComponent(_0x6e36x3));mxUtils[_0xba71[814]](_0x6e36x2,this[_0xba71[3123]]+_0xba71[226]+_0x6e36x3,mxUtils[_0xba71[885]](this,function(_0x6e36x4){this[_0xba71[746]]( new mxEventObject(mxEvent.POST,_0xba71[870],_0x6e36x4,_0xba71[863],_0x6e36x2,_0xba71[410],_0x6e36x3))}))};mxEditor[_0xba71[202]][_0xba71[3216]]=function(_0x6e36x2){_0x6e36x2=null!=_0x6e36x2?_0x6e36x2:this[_0xba71[1069]];var _0x6e36x3=( new mxCodec)[_0xba71[514]](this[_0xba71[1179]][_0xba71[502]]());return mxUtils[_0xba71[875]](_0x6e36x3,_0x6e36x2)};mxEditor[_0xba71[202]][_0xba71[3215]]=function(){return this[_0xba71[3124]]};mxEditor[_0xba71[202]][_0xba71[3142]]=function(){return this[_0xba71[3125]]};mxEditor[_0xba71[202]][_0xba71[807]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){var _0x6e36x9=null;mxClient[_0xba71[3101]]||(_0x6e36x9= new mxSession(this[_0xba71[1179]][_0xba71[502]](),_0x6e36x2,_0x6e36x3,_0x6e36x4),_0x6e36x9[_0xba71[169]](mxEvent.RECEIVE,mxUtils[_0xba71[885]](this,function(_0x6e36x2,_0x6e36x3){null!=_0x6e36x3[_0xba71[720]](_0xba71[252])[_0xba71[284]](_0xba71[1088])&&this[_0xba71[3181]]()})),_0x6e36x9[_0xba71[169]](mxEvent.DISCONNECT,_0x6e36x5),_0x6e36x9[_0xba71[169]](mxEvent.CONNECT,_0x6e36x5),_0x6e36x9[_0xba71[169]](mxEvent.NOTIFY,_0x6e36x5),_0x6e36x9[_0xba71[169]](mxEvent.GET,_0x6e36x5),_0x6e36x9[_0xba71[861]]());return _0x6e36x9};mxEditor[_0xba71[202]][_0xba71[3218]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=this[_0xba71[1179]][_0xba71[2434]]()[_0xba71[2054]][_0x6e36x3];this[_0xba71[1179]][_0xba71[249]]()[_0xba71[2434]]()[_0xba71[2074]](_0x6e36x3,this[_0xba71[1179]][_0xba71[2434]]()[_0xba71[2054]][_0x6e36x2]);this[_0xba71[1179]][_0xba71[2434]]()[_0xba71[2074]](_0x6e36x2,_0x6e36x4);this[_0xba71[1179]][_0xba71[802]]()};mxEditor[_0xba71[202]][_0xba71[3150]]=function(_0x6e36x2){_0x6e36x2=_0x6e36x2||this[_0xba71[1179]][_0xba71[2452]]();null==_0x6e36x2&&(_0x6e36x2=this[_0xba71[1179]][_0xba71[2534]](),null==_0x6e36x2&&(_0x6e36x2=this[_0xba71[1179]][_0xba71[502]]()[_0xba71[501]]()));if(null!=_0x6e36x2){this[_0xba71[1179]][_0xba71[2126]](!0);var _0x6e36x3=mxUtils[_0xba71[445]](this[_0xba71[1179]][_0xba71[526]]),_0x6e36x4=_0x6e36x3[_0xba71[235]]+10,_0x6e36x3=_0x6e36x3[_0xba71[236]];if(null!=this[_0xba71[716]]&&!this[_0xba71[3139]]){_0x6e36x4=this[_0xba71[716]][_0xba71[730]](),_0x6e36x3=this[_0xba71[716]][_0xba71[732]]()}else {var _0x6e36x5=this[_0xba71[1179]][_0xba71[2555]](_0x6e36x2);null!=_0x6e36x5&&(_0x6e36x4+=_0x6e36x5[_0xba71[235]]+Math[_0xba71[243]](200,_0x6e36x5[_0xba71[117]]),_0x6e36x3+=_0x6e36x5[_0xba71[236]])};this[_0xba71[3062]]();_0x6e36x2=this[_0xba71[3219]](_0x6e36x2);null!=_0x6e36x2&&(this[_0xba71[716]]= new mxWindow(mxResources[_0xba71[203]](this[_0xba71[3110]])||this[_0xba71[3110]],_0x6e36x2,_0x6e36x4,_0x6e36x3,this[_0xba71[3137]],this[_0xba71[3138]],!1),this[_0xba71[716]][_0xba71[175]](!0))}};mxEditor[_0xba71[202]][_0xba71[3220]]=function(){return null!=this[_0xba71[716]]};mxEditor[_0xba71[202]][_0xba71[3219]]=function(_0x6e36x2){var _0x6e36x3=this[_0xba71[1179]][_0xba71[502]](),_0x6e36x4=_0x6e36x3[_0xba71[433]](_0x6e36x2);if(mxUtils[_0xba71[1331]](_0x6e36x4)){var _0x6e36x5= new mxForm(_0xba71[716]);_0x6e36x5[_0xba71[961]](_0xba71[3222],_0x6e36x2[_0xba71[1103]]())[_0xba71[57]](_0xba71[3221],_0xba71[128]);var _0x6e36x9=null,_0x6e36xa=null,_0x6e36x12=null,_0x6e36x13=null,_0x6e36x14=null;_0x6e36x3[_0xba71[1193]](_0x6e36x2)&&(_0x6e36x9=_0x6e36x3[_0xba71[1721]](_0x6e36x2),null!=_0x6e36x9&&(_0x6e36xa=_0x6e36x5[_0xba71[961]](_0xba71[125],_0x6e36x9[_0xba71[236]]),_0x6e36x12=_0x6e36x5[_0xba71[961]](_0xba71[361],_0x6e36x9[_0xba71[235]]),_0x6e36x13=_0x6e36x5[_0xba71[961]](_0xba71[117],_0x6e36x9[_0xba71[117]]),_0x6e36x14=_0x6e36x5[_0xba71[961]](_0xba71[119],_0x6e36x9[_0xba71[119]])));for(var _0x6e36x15=_0x6e36x3[_0xba71[474]](_0x6e36x2),_0x6e36x16=_0x6e36x5[_0xba71[961]](_0xba71[3223],_0x6e36x15||_0xba71[110]),_0x6e36x17=_0x6e36x4[_0xba71[320]],_0x6e36x18=[],_0x6e36x4=0;_0x6e36x4<_0x6e36x17[_0xba71[67]];_0x6e36x4++){_0x6e36x18[_0x6e36x4]=_0x6e36x5[_0xba71[968]](_0x6e36x17[_0x6e36x4][_0xba71[301]],_0x6e36x17[_0x6e36x4][_0xba71[318]],_0xba71[685]==_0x6e36x17[_0x6e36x4][_0xba71[301]]?4:2)};_0x6e36x4=mxUtils[_0xba71[885]](this,function(){this[_0xba71[3062]]();_0x6e36x3[_0xba71[473]]();try{null!=_0x6e36x9&&(_0x6e36x9=_0x6e36x9[_0xba71[238]](),_0x6e36x9[_0xba71[235]]=parseFloat(_0x6e36x12[_0xba71[131]]),_0x6e36x9[_0xba71[236]]=parseFloat(_0x6e36xa[_0xba71[131]]),_0x6e36x9[_0xba71[117]]=parseFloat(_0x6e36x13[_0xba71[131]]),_0x6e36x9[_0xba71[119]]=parseFloat(_0x6e36x14[_0xba71[131]]),_0x6e36x3[_0xba71[1724]](_0x6e36x2,_0x6e36x9));0<_0x6e36x16[_0xba71[131]][_0xba71[67]]?_0x6e36x3[_0xba71[475]](_0x6e36x2,_0x6e36x16[_0xba71[131]]):_0x6e36x3[_0xba71[475]](_0x6e36x2,null);for(var _0x6e36x4=0;_0x6e36x4<_0x6e36x17[_0xba71[67]];_0x6e36x4++){var _0x6e36x5= new mxCellAttributeChange(_0x6e36x2,_0x6e36x17[_0x6e36x4][_0xba71[301]],_0x6e36x18[_0x6e36x4][_0xba71[131]]);_0x6e36x3[_0xba71[350]](_0x6e36x5)};this[_0xba71[1179]][_0xba71[2455]](_0x6e36x2)&&this[_0xba71[1179]][_0xba71[858]](_0x6e36x2)}finally{_0x6e36x3[_0xba71[476]]()}});_0x6e36x15=mxUtils[_0xba71[885]](this,function(){this[_0xba71[3062]]()});_0x6e36x5[_0xba71[956]](_0x6e36x4,_0x6e36x15);return _0x6e36x5[_0xba71[116]]};return null};mxEditor[_0xba71[202]][_0xba71[3062]]=function(){null!=this[_0xba71[716]]&&(this[_0xba71[716]][_0xba71[515]](),this[_0xba71[716]]=null)};mxEditor[_0xba71[202]][_0xba71[3175]]=function(){if(null==this[_0xba71[3112]]){var _0x6e36x2=document[_0xba71[55]](_0xba71[485]);_0x6e36x2[_0xba71[124]][_0xba71[549]]=_0xba71[952];_0x6e36x2[_0xba71[124]][_0xba71[357]]=_0xba71[550];var _0x6e36x3=document[_0xba71[112]][_0xba71[159]],_0x6e36x3= new mxWindow(mxResources[_0xba71[203]](this[_0xba71[3111]])||this[_0xba71[3111]],_0x6e36x2,_0x6e36x3-220,this[_0xba71[3132]],200);_0x6e36x3[_0xba71[164]](!0);_0x6e36x3[_0xba71[165]]= !1;var _0x6e36x4=mxUtils[_0xba71[885]](this,function(_0x6e36x3){mxEvent[_0xba71[762]](_0x6e36x2);_0x6e36x2[_0xba71[339]]=_0xba71[110];this[_0xba71[3224]](_0x6e36x2)});this[_0xba71[1179]][_0xba71[502]]()[_0xba71[169]](mxEvent.CHANGE,_0x6e36x4);this[_0xba71[1179]][_0xba71[2435]]()[_0xba71[169]](mxEvent.CHANGE,_0x6e36x4);this[_0xba71[1179]][_0xba71[169]](mxEvent.ROOT,_0x6e36x4);null!=this[_0xba71[3131]]&&_0x6e36x3[_0xba71[951]](this[_0xba71[3131]]);this[_0xba71[3112]]=_0x6e36x3;this[_0xba71[3224]](_0x6e36x2)};this[_0xba71[3112]][_0xba71[175]](!0)};mxEditor[_0xba71[202]][_0xba71[3225]]=function(_0x6e36x2){null!=this[_0xba71[3112]]&&(_0x6e36x2=this[_0xba71[3112]][_0xba71[905]],mxEvent[_0xba71[762]](_0x6e36x2),_0x6e36x2[_0xba71[339]]=_0xba71[110],this[_0xba71[3224]](_0x6e36x2))};mxEditor[_0xba71[202]][_0xba71[3224]]=function(_0x6e36x2){};mxEditor[_0xba71[202]][_0xba71[3177]]=function(_0x6e36x2){if(null==this[_0xba71[2719]]){var _0x6e36x3=document[_0xba71[55]](_0xba71[389]);_0x6e36x3[_0xba71[57]](_0xba71[390],mxResources[_0xba71[203]](_0xba71[3134])||this[_0xba71[3134]]);_0x6e36x3[_0xba71[57]](_0xba71[119],_0xba71[118]);_0x6e36x3[_0xba71[57]](_0xba71[117],_0xba71[118]);_0x6e36x3[_0xba71[57]](_0xba71[3226],_0xba71[468]);_0x6e36x3[_0xba71[124]][_0xba71[1028]]=_0xba71[1391];_0x6e36x2=document[_0xba71[112]][_0xba71[159]];var _0x6e36x4=document[_0xba71[112]][_0xba71[157]]||document[_0xba71[158]][_0xba71[157]],_0x6e36x5= new mxWindow(mxResources[_0xba71[203]](this[_0xba71[3113]])||this[_0xba71[3113]],_0x6e36x3,(_0x6e36x2-this[_0xba71[3135]])/2,(_0x6e36x4-this[_0xba71[3136]])/3,this[_0xba71[3135]],this[_0xba71[3136]]);_0x6e36x5[_0xba71[161]](!0);_0x6e36x5[_0xba71[164]](!0);_0x6e36x5[_0xba71[165]]= !1;_0x6e36x5[_0xba71[163]](!0);null!=this[_0xba71[3133]]&&_0x6e36x5[_0xba71[951]](this[_0xba71[3133]]);mxClient[_0xba71[133]]&&(_0x6e36x2=function(_0x6e36x2){_0x6e36x3[_0xba71[57]](_0xba71[119],_0x6e36x5[_0xba71[485]][_0xba71[167]]-26+_0xba71[168])},_0x6e36x5[_0xba71[169]](mxEvent.RESIZE_END,_0x6e36x2),_0x6e36x5[_0xba71[169]](mxEvent.MAXIMIZE,_0x6e36x2),_0x6e36x5[_0xba71[169]](mxEvent.NORMALIZE,_0x6e36x2),_0x6e36x5[_0xba71[169]](mxEvent.SHOW,_0x6e36x2));this[_0xba71[2719]]=_0x6e36x5};this[_0xba71[2719]][_0xba71[175]](!0)};mxEditor[_0xba71[202]][_0xba71[3179]]=function(){if(null==this[_0xba71[2136]]){var _0x6e36x2=document[_0xba71[55]](_0xba71[485]);_0x6e36x2[_0xba71[124]][_0xba71[277]]=_0xba71[188];_0x6e36x2[_0xba71[124]][_0xba71[117]]=_0xba71[118];_0x6e36x2[_0xba71[124]][_0xba71[119]]=_0xba71[118];_0x6e36x2[_0xba71[124]][_0xba71[1537]]=_0xba71[1391];_0x6e36x2[_0xba71[124]][_0xba71[270]]=_0xba71[582];var _0x6e36x3= new mxWindow(mxResources[_0xba71[203]](this[_0xba71[3114]])||this[_0xba71[3114]],_0x6e36x2,600,480,200,200,!1),_0x6e36x4= new mxOutline(this[_0xba71[1179]],_0x6e36x2);_0x6e36x3[_0xba71[164]](!0);_0x6e36x3[_0xba71[163]](!0);_0x6e36x3[_0xba71[165]]= !1;_0x6e36x3[_0xba71[169]](mxEvent.RESIZE_END,function(){_0x6e36x4[_0xba71[2729]]()});this[_0xba71[2136]]=_0x6e36x3;this[_0xba71[2136]][_0xba71[2136]]=_0x6e36x4};this[_0xba71[2136]][_0xba71[175]](!0);this[_0xba71[2136]][_0xba71[2136]][_0xba71[2729]](!0)};mxEditor[_0xba71[202]][_0xba71[3086]]=function(_0x6e36x2){_0xba71[804]==_0x6e36x2?(this[_0xba71[1179]][_0xba71[2316]][_0xba71[2840]]= !1,this[_0xba71[1179]][_0xba71[1995]](!1)):_0xba71[807]==_0x6e36x2?(this[_0xba71[1179]][_0xba71[2316]][_0xba71[2840]]= !1,this[_0xba71[1179]][_0xba71[1995]](!0)):_0xba71[796]==_0x6e36x2&&(this[_0xba71[1179]][_0xba71[2316]][_0xba71[2840]]= !0,this[_0xba71[1179]][_0xba71[1995]](!1))};mxEditor[_0xba71[202]][_0xba71[3195]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){this[_0xba71[3094]][_0xba71[3065]](this,_0x6e36x2,_0x6e36x3,_0x6e36x4)};mxEditor[_0xba71[202]][_0xba71[2503]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=null;if(null!=this[_0xba71[2075]]){_0x6e36x4=this[_0xba71[1179]][_0xba71[502]]()[_0xba71[1978]](this[_0xba71[2075]])}else {_0x6e36x4= new mxCell(_0xba71[110]);_0x6e36x4[_0xba71[1994]](!0);var _0x6e36x5= new mxGeometry;_0x6e36x5[_0xba71[1500]]= !0;_0x6e36x4[_0xba71[1724]](_0x6e36x5)};_0x6e36x5=this[_0xba71[2291]]();null!=_0x6e36x5&&_0x6e36x4[_0xba71[475]](_0x6e36x5);return _0x6e36x4};mxEditor[_0xba71[202]][_0xba71[2291]]=function(){return this[_0xba71[3119]]};mxEditor[_0xba71[202]][_0xba71[3227]]=function(_0x6e36x2){return null!=this[_0xba71[3093]]&&0<this[_0xba71[3093]][_0xba71[67]]&&this[_0xba71[1179]][_0xba71[1730]](_0x6e36x2)?this[_0xba71[3093]][this[_0xba71[3130]]++ %this[_0xba71[3093]][_0xba71[67]]]:null};mxEditor[_0xba71[202]][_0xba71[3228]]=function(_0x6e36x2){if(null!=this[_0xba71[3100]]){var _0x6e36x3=this[_0xba71[3227]](_0x6e36x2);null!=_0x6e36x3&&_0x6e36x2[_0xba71[475]](_0x6e36x2[_0xba71[474]]()+_0xba71[471]+this[_0xba71[3100]]+_0xba71[226]+_0x6e36x3)}};mxEditor[_0xba71[202]][_0xba71[817]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){for(var _0x6e36x9=this[_0xba71[1179]][_0xba71[502]]();null!=_0x6e36x2&&!this[_0xba71[1179]][_0xba71[2685]](_0x6e36x2);){_0x6e36x2=_0x6e36x9[_0xba71[1197]](_0x6e36x2)};_0x6e36x2=null!=_0x6e36x2?_0x6e36x2:this[_0xba71[1179]][_0xba71[2461]](_0x6e36x4,_0x6e36x5);var _0x6e36xa=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[255]],_0x6e36x12=_0x6e36x9[_0xba71[1721]](_0x6e36x3),_0x6e36x13=_0x6e36x9[_0xba71[1721]](_0x6e36x2);if(this[_0xba71[1179]][_0xba71[1730]](_0x6e36x3)&&!this[_0xba71[1179]][_0xba71[2412]]){_0x6e36x2=null}else {if(null==_0x6e36x2&&this[_0xba71[3116]]){return null};if(null!=_0x6e36x2&&null!=_0x6e36x13){var _0x6e36x14=this[_0xba71[1179]][_0xba71[249]]()[_0xba71[248]](_0x6e36x2);if(null!=_0x6e36x14){if(_0x6e36x4-=_0x6e36x14[_0xba71[2078]][_0xba71[235]]*_0x6e36xa,_0x6e36x5-=_0x6e36x14[_0xba71[2078]][_0xba71[236]]*_0x6e36xa,this[_0xba71[1179]][_0xba71[3229]]){var _0x6e36x13=_0x6e36x12[_0xba71[117]],_0x6e36x15=_0x6e36x12[_0xba71[119]],_0x6e36x16=_0x6e36x14[_0xba71[235]]+_0x6e36x14[_0xba71[117]];_0x6e36x4+_0x6e36x13>_0x6e36x16&&(_0x6e36x4-=_0x6e36x4+_0x6e36x13-_0x6e36x16);_0x6e36x16=_0x6e36x14[_0xba71[236]]+_0x6e36x14[_0xba71[119]];_0x6e36x5+_0x6e36x15>_0x6e36x16&&(_0x6e36x5-=_0x6e36x5+_0x6e36x15-_0x6e36x16)}}else {null!=_0x6e36x13&&(_0x6e36x4-=_0x6e36x13[_0xba71[235]]*_0x6e36xa,_0x6e36x5-=_0x6e36x13[_0xba71[236]]*_0x6e36xa)}}};_0x6e36x12=_0x6e36x12[_0xba71[238]]();_0x6e36x12[_0xba71[235]]=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x4/_0x6e36xa-this[_0xba71[1179]][_0xba71[249]]()[_0xba71[513]][_0xba71[235]]-this[_0xba71[1179]][_0xba71[1020]]/2);_0x6e36x12[_0xba71[236]]=this[_0xba71[1179]][_0xba71[1021]](_0x6e36x5/_0x6e36xa-this[_0xba71[1179]][_0xba71[249]]()[_0xba71[513]][_0xba71[236]]-this[_0xba71[1179]][_0xba71[1020]]/2);_0x6e36x3[_0xba71[1724]](_0x6e36x12);null==_0x6e36x2&&(_0x6e36x2=this[_0xba71[1179]][_0xba71[902]]());this[_0xba71[3228]](_0x6e36x3);this[_0xba71[746]]( new mxEventObject(mxEvent.BEFORE_ADD_VERTEX,_0xba71[1988],_0x6e36x3,_0xba71[1101],_0x6e36x2));_0x6e36x9[_0xba71[473]]();try{_0x6e36x3=this[_0xba71[1179]][_0xba71[2103]](_0x6e36x3,_0x6e36x2),null!=_0x6e36x3&&(this[_0xba71[1179]][_0xba71[2509]](_0x6e36x3),this[_0xba71[746]]( new mxEventObject(mxEvent.ADD_VERTEX,_0xba71[1988],_0x6e36x3)))}finally{_0x6e36x9[_0xba71[476]]()};null!=_0x6e36x3&&(this[_0xba71[1179]][_0xba71[2450]](_0x6e36x3),this[_0xba71[1179]][_0xba71[2564]](_0x6e36x3),this[_0xba71[746]]( new mxEventObject(mxEvent.AFTER_ADD_VERTEX,_0xba71[1988],_0x6e36x3)));return _0x6e36x3};mxEditor[_0xba71[202]][_0xba71[515]]=function(){this[_0xba71[2717]]||(this[_0xba71[2717]]= !0,null!=this[_0xba71[3112]]&&this[_0xba71[3112]][_0xba71[515]](),null!=this[_0xba71[2136]]&&this[_0xba71[2136]][_0xba71[515]](),null!=this[_0xba71[716]]&&this[_0xba71[716]][_0xba71[515]](),null!=this[_0xba71[3098]]&&this[_0xba71[3098]][_0xba71[515]](),null!=this[_0xba71[3203]]&&this[_0xba71[3203]][_0xba71[515]](),null!=this[_0xba71[3082]]&&this[_0xba71[3082]][_0xba71[515]](),null!=this[_0xba71[1179]]&&this[_0xba71[1179]][_0xba71[515]](),this[_0xba71[3118]]=this[_0xba71[879]]=null)};var mxCodecRegistry={codecs:[],aliases:[],register:function(_0x6e36x2){if(null!=_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[718]]();mxCodecRegistry[_0xba71[3230]][_0x6e36x3]=_0x6e36x2;var _0x6e36x4=mxUtils[_0xba71[197]](_0x6e36x2[_0xba71[3231]][_0xba71[196]]);_0x6e36x4!=_0x6e36x3&&mxCodecRegistry[_0xba71[3232]](_0x6e36x4,_0x6e36x3)};return _0x6e36x2},addAlias:function(_0x6e36x2,_0x6e36x3){mxCodecRegistry[_0xba71[3233]][_0x6e36x2]=_0x6e36x3},getCodec:function(_0x6e36x2){var _0x6e36x3=null;if(null!=_0x6e36x2){var _0x6e36x3=mxUtils[_0xba71[197]](_0x6e36x2),_0x6e36x4=mxCodecRegistry[_0xba71[3233]][_0x6e36x3];null!=_0x6e36x4&&(_0x6e36x3=_0x6e36x4);_0x6e36x3=mxCodecRegistry[_0xba71[3230]][_0x6e36x3];if(null==_0x6e36x3){try{_0x6e36x3= new mxObjectCodec( new _0x6e36x2),mxCodecRegistry[_0xba71[3234]](_0x6e36x3)}catch(d){}}};return _0x6e36x3}};function mxCodec(_0x6e36x2){this[_0xba71[395]]=_0x6e36x2||mxUtils[_0xba71[306]]();this[_0xba71[68]]=[]}mxCodec[_0xba71[202]][_0xba71[395]]=null;mxCodec[_0xba71[202]][_0xba71[68]]=null;mxCodec[_0xba71[202]][_0xba71[3235]]= !1;mxCodec[_0xba71[202]][_0xba71[1104]]=function(_0x6e36x2,_0x6e36x3){return this[_0xba71[68]][_0x6e36x2]=_0x6e36x3};mxCodec[_0xba71[202]][_0xba71[3236]]=function(_0x6e36x2){var _0x6e36x3=null;null!=_0x6e36x2&&(_0x6e36x3=this[_0xba71[68]][_0x6e36x2],null==_0x6e36x3&&(_0x6e36x3=this[_0xba71[1060]](_0x6e36x2),null==_0x6e36x3&&(_0x6e36x2=this[_0xba71[1362]](_0x6e36x2),null!=_0x6e36x2&&(_0x6e36x3=this[_0xba71[1093]](_0x6e36x2)))));return _0x6e36x3};mxCodec[_0xba71[202]][_0xba71[1060]]=function(_0x6e36x2){return null};mxCodec[_0xba71[202]][_0xba71[1362]]=function(_0x6e36x2,_0x6e36x3){return mxUtils[_0xba71[290]](this[_0xba71[395]][_0xba71[158]],null!=_0x6e36x3?_0x6e36x3:_0xba71[1363],_0x6e36x2)};mxCodec[_0xba71[202]][_0xba71[1103]]=function(_0x6e36x2){var _0x6e36x3=null;null!=_0x6e36x2&&(_0x6e36x3=this[_0xba71[3237]](_0x6e36x2),null==_0x6e36x3&&_0x6e36x2 instanceof mxCell&&(_0x6e36x3=_0x6e36x2[_0xba71[1103]](),null==_0x6e36x3&&(_0x6e36x3=mxCellPath[_0xba71[385]](_0x6e36x2),0==_0x6e36x3[_0xba71[67]]&&(_0x6e36x3=_0xba71[813]))));return _0x6e36x3};mxCodec[_0xba71[202]][_0xba71[3237]]=function(_0x6e36x2){return null};mxCodec[_0xba71[202]][_0xba71[514]]=function(_0x6e36x2){var _0x6e36x3=null;if(null!=_0x6e36x2&&null!=_0x6e36x2[_0xba71[196]]){var _0x6e36x4=mxCodecRegistry[_0xba71[3238]](_0x6e36x2[_0xba71[196]]);null!=_0x6e36x4?_0x6e36x3=_0x6e36x4[_0xba71[514]](this,_0x6e36x2):mxUtils[_0xba71[1331]](_0x6e36x2)?_0x6e36x3=mxClient[_0xba71[80]]?_0x6e36x2[_0xba71[511]](!0):this[_0xba71[395]][_0xba71[3239]](_0x6e36x2,!0):mxLog[_0xba71[283]](_0xba71[3240]+mxUtils[_0xba71[197]](_0x6e36x2[_0xba71[196]]))};return _0x6e36x3};mxCodec[_0xba71[202]][_0xba71[1093]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=null;if(null!=_0x6e36x2&&_0x6e36x2[_0xba71[288]]==mxConstants[_0xba71[289]]){var _0x6e36x5=null;try{_0x6e36x5=eval(_0x6e36x2[_0xba71[301]])}catch(e){};try{var _0x6e36xa=mxCodecRegistry[_0xba71[3238]](_0x6e36x5);null!=_0x6e36xa?_0x6e36x4=_0x6e36xa[_0xba71[1093]](this,_0x6e36x2,_0x6e36x3):(_0x6e36x4=_0x6e36x2[_0xba71[511]](!0),_0x6e36x4[_0xba71[1390]](_0xba71[3069]))}catch(g){mxLog[_0xba71[143]](_0xba71[3241]+_0x6e36x2[_0xba71[301]]+_0xba71[3186]+g[_0xba71[281]])}};return _0x6e36x4};mxCodec[_0xba71[202]][_0xba71[3242]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x3[_0xba71[62]](this[_0xba71[514]](_0x6e36x2));if(null==_0x6e36x4||_0x6e36x4){_0x6e36x4=_0x6e36x2[_0xba71[262]]();for(var _0x6e36x5=0;_0x6e36x5<_0x6e36x4;_0x6e36x5++){this[_0xba71[3242]](_0x6e36x2[_0xba71[263]](_0x6e36x5),_0x6e36x3)}}};mxCodec[_0xba71[202]][_0xba71[3243]]=function(_0x6e36x2){return null!=_0x6e36x2&&_0xba71[279]== typeof _0x6e36x2[_0xba71[3243]]?_0x6e36x2[_0xba71[3243]]():!1};mxCodec[_0xba71[202]][_0xba71[3244]]=function(_0x6e36x2,_0x6e36x3){_0x6e36x3=null!=_0x6e36x3?_0x6e36x3:!0;var _0x6e36x4=null;if(null!=_0x6e36x2&&_0x6e36x2[_0xba71[288]]==mxConstants[_0xba71[289]]){_0x6e36x4=mxCodecRegistry[_0xba71[3238]](_0x6e36x2[_0xba71[301]]);if(!this[_0xba71[3243]](_0x6e36x4)){for(var _0x6e36x5=_0x6e36x2[_0xba71[285]];null!=_0x6e36x5&&!this[_0xba71[3243]](_0x6e36x4);){_0x6e36x4=mxCodecRegistry[_0xba71[3238]](_0x6e36x5[_0xba71[301]]),_0x6e36x5=_0x6e36x5[_0xba71[287]]}};this[_0xba71[3243]](_0x6e36x4)||(_0x6e36x4=mxCodecRegistry[_0xba71[3238]](mxCell));_0x6e36x4=_0x6e36x4[_0xba71[1093]](this,_0x6e36x2);_0x6e36x3&&this[_0xba71[3245]](_0x6e36x4)};return _0x6e36x4};mxCodec[_0xba71[202]][_0xba71[3245]]=function(_0x6e36x2){var _0x6e36x3=_0x6e36x2[_0xba71[1101]],_0x6e36x4=_0x6e36x2[_0xba71[1709]](!0),_0x6e36x5=_0x6e36x2[_0xba71[1709]](!1);_0x6e36x2[_0xba71[1957]](null,!1);_0x6e36x2[_0xba71[1957]](null,!0);_0x6e36x2[_0xba71[1101]]=null;null!=_0x6e36x3&&_0x6e36x3[_0xba71[1937]](_0x6e36x2);null!=_0x6e36x4&&_0x6e36x4[_0xba71[1960]](_0x6e36x2,!0);null!=_0x6e36x5&&_0x6e36x5[_0xba71[1960]](_0x6e36x2,!1)};mxCodec[_0xba71[202]][_0xba71[57]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){null!=_0x6e36x3&&null!=_0x6e36x4&&_0x6e36x2[_0xba71[57]](_0x6e36x3,_0x6e36x4)};function mxObjectCodec(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){this[_0xba71[3231]]=_0x6e36x2;this[_0xba71[3246]]=null!=_0x6e36x3?_0x6e36x3:[];this[_0xba71[3247]]=null!=_0x6e36x4?_0x6e36x4:[];this[_0xba71[3248]]=null!=_0x6e36x5?_0x6e36x5:[];this[_0xba71[3249]]={};for(var _0x6e36x9 in this[_0xba71[3248]]){this[_0xba71[3249]][this[_0xba71[3248]][_0x6e36x9]]=_0x6e36x9}}mxObjectCodec[_0xba71[202]][_0xba71[3231]]=null;mxObjectCodec[_0xba71[202]][_0xba71[3246]]=null;mxObjectCodec[_0xba71[202]][_0xba71[3247]]=null;mxObjectCodec[_0xba71[202]][_0xba71[3248]]=null;mxObjectCodec[_0xba71[202]][_0xba71[3249]]=null;mxObjectCodec[_0xba71[202]][_0xba71[718]]=function(){return mxUtils[_0xba71[197]](this[_0xba71[3231]][_0xba71[196]])};mxObjectCodec[_0xba71[202]][_0xba71[3250]]=function(){return new this[_0xba71[3231]][_0xba71[196]]};mxObjectCodec[_0xba71[202]][_0xba71[3251]]=function(_0x6e36x2){if(null!=_0x6e36x2){var _0x6e36x3=this[_0xba71[3249]][_0x6e36x2];null!=_0x6e36x3&&(_0x6e36x2=_0x6e36x3)};return _0x6e36x2};mxObjectCodec[_0xba71[202]][_0xba71[3252]]=function(_0x6e36x2){if(null!=_0x6e36x2){var _0x6e36x3=this[_0xba71[3248]][_0x6e36x2];null!=_0x6e36x3&&(_0x6e36x2=_0x6e36x3)};return _0x6e36x2};mxObjectCodec[_0xba71[202]][_0xba71[3253]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){return _0x6e36x3==mxObjectIdentity[_0xba71[195]]||0<=mxUtils[_0xba71[2]](this[_0xba71[3246]],_0x6e36x3)};mxObjectCodec[_0xba71[202]][_0xba71[3254]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){return 0<=mxUtils[_0xba71[2]](this[_0xba71[3247]],_0x6e36x3)};mxObjectCodec[_0xba71[202]][_0xba71[514]]=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4=_0x6e36x2[_0xba71[395]][_0xba71[55]](this[_0xba71[718]]());_0x6e36x3=this[_0xba71[3255]](_0x6e36x2,_0x6e36x3,_0x6e36x4);this[_0xba71[3256]](_0x6e36x2,_0x6e36x3,_0x6e36x4);return this[_0xba71[3257]](_0x6e36x2,_0x6e36x3,_0x6e36x4)};mxObjectCodec[_0xba71[202]][_0xba71[3256]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x2[_0xba71[57]](_0x6e36x4,_0xba71[1363],_0x6e36x2[_0xba71[1103]](_0x6e36x3));for(var _0x6e36x5 in _0x6e36x3){var _0x6e36x9=_0x6e36x5,_0x6e36xa=_0x6e36x3[_0x6e36x9];null!=_0x6e36xa&&!this[_0xba71[3253]](_0x6e36x3,_0x6e36x9,_0x6e36xa,!0)&&(mxUtils[_0xba71[1946]](_0x6e36x9)&&(_0x6e36x9=null),this[_0xba71[3258]](_0x6e36x2,_0x6e36x3,_0x6e36x9,_0x6e36xa,_0x6e36x4))}};mxObjectCodec[_0xba71[202]][_0xba71[3258]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){if(null!=_0x6e36x5){if(this[_0xba71[3254]](_0x6e36x3,_0x6e36x4,_0x6e36x5,!0)){var _0x6e36xa=_0x6e36x2[_0xba71[1103]](_0x6e36x5);if(null==_0x6e36xa){mxLog[_0xba71[283]](_0xba71[3259]+this[_0xba71[718]]()+_0xba71[87]+_0x6e36x4+_0xba71[226]+_0x6e36x5);return};_0x6e36x5=_0x6e36xa};_0x6e36xa=this[_0xba71[3231]][_0x6e36x4];if(null==_0x6e36x4||_0x6e36x2[_0xba71[3235]]||_0x6e36xa!=_0x6e36x5){_0x6e36x4=this[_0xba71[3252]](_0x6e36x4),this[_0xba71[3260]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9)}}};mxObjectCodec[_0xba71[202]][_0xba71[3260]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0xba71[194]!= typeof _0x6e36x5?this[_0xba71[3261]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9):this[_0xba71[3262]](_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9)};mxObjectCodec[_0xba71[202]][_0xba71[3261]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x5=this[_0xba71[3263]](_0x6e36x5);null==_0x6e36x4?(_0x6e36x3=_0x6e36x2[_0xba71[395]][_0xba71[55]](_0xba71[99]),_0xba71[279]== typeof _0x6e36x5?_0x6e36x3[_0xba71[62]](_0x6e36x2[_0xba71[395]][_0xba71[344]](_0x6e36x5)):_0x6e36x2[_0xba71[57]](_0x6e36x3,_0xba71[131],_0x6e36x5),_0x6e36x9[_0xba71[62]](_0x6e36x3)):_0xba71[279]!= typeof _0x6e36x5&&_0x6e36x2[_0xba71[57]](_0x6e36x9,_0x6e36x4,_0x6e36x5)};mxObjectCodec[_0xba71[202]][_0xba71[3262]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5,_0x6e36x9){_0x6e36x2=_0x6e36x2[_0xba71[514]](_0x6e36x5);null!=_0x6e36x2?(null!=_0x6e36x4&&_0x6e36x2[_0xba71[57]](_0xba71[3069],_0x6e36x4),_0x6e36x9[_0xba71[62]](_0x6e36x2)):mxLog[_0xba71[283]](_0xba71[3264]+this[_0xba71[718]]()+_0xba71[87]+_0x6e36x4+_0xba71[3186]+_0x6e36x5)};mxObjectCodec[_0xba71[202]][_0xba71[3263]]=function(_0x6e36x2){if(_0xba71[82]== typeof _0x6e36x2[_0xba71[67]]&&(!0==_0x6e36x2||!1==_0x6e36x2)){_0x6e36x2=!0==_0x6e36x2?_0xba71[500]:_0xba71[468]};return _0x6e36x2};mxObjectCodec[_0xba71[202]][_0xba71[3265]]=function(_0x6e36x2){mxUtils[_0xba71[1946]](_0x6e36x2)&&(_0x6e36x2=parseFloat(_0x6e36x2));return _0x6e36x2};mxObjectCodec[_0xba71[202]][_0xba71[3255]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){return _0x6e36x3};mxObjectCodec[_0xba71[202]][_0xba71[3257]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){return _0x6e36x4};mxObjectCodec[_0xba71[202]][_0xba71[1093]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=_0x6e36x3[_0xba71[284]](_0xba71[1363]),_0x6e36x9=_0x6e36x2[_0xba71[68]][_0x6e36x5];null==_0x6e36x9&&(_0x6e36x9=_0x6e36x4||this[_0xba71[3250]](),null!=_0x6e36x5&&_0x6e36x2[_0xba71[1104]](_0x6e36x5,_0x6e36x9));_0x6e36x3=this[_0xba71[3266]](_0x6e36x2,_0x6e36x3,_0x6e36x9);this[_0xba71[3267]](_0x6e36x2,_0x6e36x3,_0x6e36x9);return this[_0xba71[3268]](_0x6e36x2,_0x6e36x3,_0x6e36x9)};mxObjectCodec[_0xba71[202]][_0xba71[3267]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){null!=_0x6e36x3&&(this[_0xba71[3269]](_0x6e36x2,_0x6e36x3,_0x6e36x4),this[_0xba71[3270]](_0x6e36x2,_0x6e36x3,_0x6e36x4))};mxObjectCodec[_0xba71[202]][_0xba71[3269]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x3=_0x6e36x3[_0xba71[320]];if(null!=_0x6e36x3){for(var _0x6e36x5=0;_0x6e36x5<_0x6e36x3[_0xba71[67]];_0x6e36x5++){this[_0xba71[3271]](_0x6e36x2,_0x6e36x3[_0x6e36x5],_0x6e36x4)}}};mxObjectCodec[_0xba71[202]][_0xba71[3271]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=_0x6e36x3[_0xba71[301]];if(_0xba71[3069]!=_0x6e36x5&&_0xba71[1363]!=_0x6e36x5){_0x6e36x3=this[_0xba71[3265]](_0x6e36x3[_0xba71[318]]);var _0x6e36x9=this[_0xba71[3251]](_0x6e36x5);if(this[_0xba71[3254]](_0x6e36x4,_0x6e36x9,_0x6e36x3,!1)){_0x6e36x2=_0x6e36x2[_0xba71[3236]](_0x6e36x3);if(null==_0x6e36x2){mxLog[_0xba71[283]](_0xba71[3272]+this[_0xba71[718]]()+_0xba71[87]+_0x6e36x5+_0xba71[226]+_0x6e36x3);return};_0x6e36x3=_0x6e36x2};this[_0xba71[3253]](_0x6e36x4,_0x6e36x5,_0x6e36x3,!1)||(_0x6e36x4[_0x6e36x5]=_0x6e36x3)}};mxObjectCodec[_0xba71[202]][_0xba71[3270]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){for(_0x6e36x3=_0x6e36x3[_0xba71[285]];null!=_0x6e36x3;){var _0x6e36x5=_0x6e36x3[_0xba71[287]];_0x6e36x3[_0xba71[288]]==mxConstants[_0xba71[289]]&&!this[_0xba71[3273]](_0x6e36x2,_0x6e36x3,_0x6e36x4)&&this[_0xba71[3274]](_0x6e36x2,_0x6e36x3,_0x6e36x4);_0x6e36x3=_0x6e36x5}};mxObjectCodec[_0xba71[202]][_0xba71[3274]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){var _0x6e36x5=this[_0xba71[3251]](_0x6e36x3[_0xba71[284]](_0xba71[3069]));if(null==_0x6e36x5||!this[_0xba71[3253]](_0x6e36x4,_0x6e36x5,_0x6e36x3,!1)){var _0x6e36x9=this[_0xba71[3275]](_0x6e36x4,_0x6e36x5,_0x6e36x3),_0x6e36xa=null;_0xba71[99]==_0x6e36x3[_0xba71[301]]?(_0x6e36xa=_0x6e36x3[_0xba71[284]](_0xba71[131]),null==_0x6e36xa&&(_0x6e36xa=mxUtils[_0xba71[1545]](mxUtils[_0xba71[329]](_0x6e36x3)))):_0x6e36xa=_0x6e36x2[_0xba71[1093]](_0x6e36x3,_0x6e36x9);this[_0xba71[3276]](_0x6e36x4,_0x6e36x5,_0x6e36xa,_0x6e36x9)}};mxObjectCodec[_0xba71[202]][_0xba71[3275]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){_0x6e36x2=_0x6e36x2[_0x6e36x3];_0x6e36x2 instanceof Array&&0<_0x6e36x2[_0xba71[67]]&&(_0x6e36x2=null);return _0x6e36x2};mxObjectCodec[_0xba71[202]][_0xba71[3276]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4,_0x6e36x5){null!=_0x6e36x4&&_0x6e36x4!=_0x6e36x5&&(null!=_0x6e36x3&&0<_0x6e36x3[_0xba71[67]]?_0x6e36x2[_0x6e36x3]=_0x6e36x4:_0x6e36x2[_0xba71[207]](_0x6e36x4))};mxObjectCodec[_0xba71[202]][_0xba71[3273]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){if(_0xba71[3277]==_0x6e36x3[_0xba71[301]]){_0x6e36x3=_0x6e36x3[_0xba71[284]](_0xba71[298]);if(null!=_0x6e36x3){try{var _0x6e36x5=mxUtils[_0xba71[219]](_0x6e36x3)[_0xba71[874]]();null!=_0x6e36x5&&_0x6e36x2[_0xba71[1093]](_0x6e36x5,_0x6e36x4)}catch(e){}};return !0};return !1};mxObjectCodec[_0xba71[202]][_0xba71[3266]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){return _0x6e36x3};mxObjectCodec[_0xba71[202]][_0xba71[3268]]=function(_0x6e36x2,_0x6e36x3,_0x6e36x4){return _0x6e36x4};mxCodecRegistry[_0xba71[3234]](function(){var _0x6e36x2= new mxObjectCodec( new mxCell,[_0xba71[1954],_0xba71[1842],_0xba71[1211],_0xba71[1991]],[_0xba71[1101],_0xba71[1097],_0xba71[772]]);_0x6e36x2[_0xba71[3243]]=function(){return !0};_0x6e36x2[_0xba71[3253]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5,_0x6e36x9){return mxObjectCodec[_0xba71[202]][_0xba71[3253]][_0xba71[183]](this,arguments)||_0x6e36x9&&_0xba71[131]==_0x6e36x4&&_0x6e36x5[_0xba71[288]]==mxConstants[_0xba71[289]]};_0x6e36x2[_0xba71[3257]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){if(null!=_0x6e36x4[_0xba71[131]]&&_0x6e36x4[_0xba71[131]][_0xba71[288]]==mxConstants[_0xba71[289]]){var _0x6e36x9=_0x6e36x5;_0x6e36x5=mxClient[_0xba71[80]]?_0x6e36x4[_0xba71[131]][_0xba71[511]](!0):_0x6e36x2[_0xba71[395]][_0xba71[3239]](_0x6e36x4[_0xba71[131]],!0);_0x6e36x5[_0xba71[62]](_0x6e36x9);_0x6e36x2=_0x6e36x9[_0xba71[284]](_0xba71[1363]);_0x6e36x5[_0xba71[57]](_0xba71[1363],_0x6e36x2);_0x6e36x9[_0xba71[1390]](_0xba71[1363])};return _0x6e36x5};_0x6e36x2[_0xba71[3266]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){var _0x6e36x9=_0x6e36x4,_0x6e36xa=this[_0xba71[718]]();_0x6e36x4[_0xba71[301]]!=_0x6e36xa?(_0x6e36x9=_0x6e36x4[_0xba71[64]](_0x6e36xa)[0],null!=_0x6e36x9&&_0x6e36x9[_0xba71[265]]==_0x6e36x4?(mxUtils[_0xba71[3278]](_0x6e36x9,!0),mxUtils[_0xba71[3278]](_0x6e36x9,!1),_0x6e36x9[_0xba71[265]][_0xba71[266]](_0x6e36x9)):_0x6e36x9=null,_0x6e36x5[_0xba71[131]]=_0x6e36x4[_0xba71[511]](!0),_0x6e36x4=_0x6e36x5[_0xba71[131]][_0xba71[284]](_0xba71[1363]),null!=_0x6e36x4&&(_0x6e36x5[_0xba71[1945]](_0x6e36x4),_0x6e36x5[_0xba71[131]][_0xba71[1390]](_0xba71[1363]))):_0x6e36x5[_0xba71[1945]](_0x6e36x4[_0xba71[284]](_0xba71[1363]));if(null!=_0x6e36x9){for(_0x6e36x4=0;_0x6e36x4<this[_0xba71[3247]][_0xba71[67]];_0x6e36x4++){var _0x6e36xa=this[_0xba71[3247]][_0x6e36x4],_0x6e36x12=_0x6e36x9[_0xba71[284]](_0x6e36xa);if(null!=_0x6e36x12){_0x6e36x9[_0xba71[1390]](_0x6e36xa);var _0x6e36x13=_0x6e36x2[_0xba71[68]][_0x6e36x12]||_0x6e36x2[_0xba71[1060]](_0x6e36x12);null==_0x6e36x13&&(_0x6e36x12=_0x6e36x2[_0xba71[1362]](_0x6e36x12),null!=_0x6e36x12&&(_0x6e36x13=(mxCodecRegistry[_0xba71[3230]][_0x6e36x12[_0xba71[301]]]||this)[_0xba71[1093]](_0x6e36x2,_0x6e36x12)));_0x6e36x5[_0x6e36xa]=_0x6e36x13}}};return _0x6e36x9};return _0x6e36x2}());mxCodecRegistry[_0xba71[3234]](function(){var _0x6e36x2= new mxObjectCodec( new mxGraphModel);_0x6e36x2[_0xba71[3256]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){var _0x6e36x9=_0x6e36x2[_0xba71[395]][_0xba71[55]](_0xba71[813]);_0x6e36x2[_0xba71[3242]](_0x6e36x4[_0xba71[501]](),_0x6e36x9);_0x6e36x5[_0xba71[62]](_0x6e36x9)};_0x6e36x2[_0xba71[3274]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){_0xba71[813]==_0x6e36x4[_0xba71[301]]?this[_0xba71[3279]](_0x6e36x2,_0x6e36x4,_0x6e36x5):mxObjectCodec[_0xba71[202]][_0xba71[3274]][_0xba71[183]](this,arguments)};_0x6e36x2[_0xba71[3279]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){var _0x6e36x9=null;for(_0x6e36x4=_0x6e36x4[_0xba71[285]];null!=_0x6e36x4;){var _0x6e36xa=_0x6e36x2[_0xba71[3244]](_0x6e36x4);null!=_0x6e36xa&&null==_0x6e36xa[_0xba71[1197]]()&&(_0x6e36x9=_0x6e36xa);_0x6e36x4=_0x6e36x4[_0xba71[287]]};null!=_0x6e36x9&&_0x6e36x5[_0xba71[1927]](_0x6e36x9)};return _0x6e36x2}());mxCodecRegistry[_0xba71[3234]](function(){var _0x6e36x2= new mxObjectCodec( new mxRootChange,[_0xba71[251],_0xba71[257],_0xba71[813]]);_0x6e36x2[_0xba71[3257]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){_0x6e36x2[_0xba71[3242]](_0x6e36x4[_0xba71[813]],_0x6e36x5);return _0x6e36x5};_0x6e36x2[_0xba71[3266]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){if(null!=_0x6e36x4[_0xba71[285]]&&_0x6e36x4[_0xba71[285]][_0xba71[288]]==mxConstants[_0xba71[289]]){_0x6e36x4=_0x6e36x4[_0xba71[511]](!0);var _0x6e36x9=_0x6e36x4[_0xba71[285]];_0x6e36x5[_0xba71[813]]=_0x6e36x2[_0xba71[3244]](_0x6e36x9,!1);_0x6e36x5=_0x6e36x9[_0xba71[287]];_0x6e36x9[_0xba71[265]][_0xba71[266]](_0x6e36x9);for(_0x6e36x9=_0x6e36x5;null!=_0x6e36x9;){_0x6e36x5=_0x6e36x9[_0xba71[287]],_0x6e36x2[_0xba71[3244]](_0x6e36x9),_0x6e36x9[_0xba71[265]][_0xba71[266]](_0x6e36x9),_0x6e36x9=_0x6e36x5}};return _0x6e36x4};_0x6e36x2[_0xba71[3268]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){_0x6e36x5[_0xba71[257]]=_0x6e36x5[_0xba71[813]];return _0x6e36x5};return _0x6e36x2}());mxCodecRegistry[_0xba71[3234]](function(){var _0x6e36x2= new mxObjectCodec( new mxChildChange,[_0xba71[251],_0xba71[247],_0xba71[1982]],[_0xba71[1101],_0xba71[257]]);_0x6e36x2[_0xba71[3254]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5,_0x6e36x9){return _0xba71[247]==_0x6e36x4&&(null!=_0x6e36x2[_0xba71[257]]|| !_0x6e36x9)?!0:0<=mxUtils[_0xba71[2]](this[_0xba71[3247]],_0x6e36x4)};_0x6e36x2[_0xba71[3257]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){this[_0xba71[3254]](_0x6e36x4,_0xba71[247],_0x6e36x4[_0xba71[247]],!0)?_0x6e36x5[_0xba71[57]](_0xba71[247],_0x6e36x2[_0xba71[1103]](_0x6e36x4[_0xba71[247]])):_0x6e36x2[_0xba71[3242]](_0x6e36x4[_0xba71[247]],_0x6e36x5);return _0x6e36x5};_0x6e36x2[_0xba71[3266]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){if(null!=_0x6e36x4[_0xba71[285]]&&_0x6e36x4[_0xba71[285]][_0xba71[288]]==mxConstants[_0xba71[289]]){_0x6e36x4=_0x6e36x4[_0xba71[511]](!0);var _0x6e36x9=_0x6e36x4[_0xba71[285]];_0x6e36x5[_0xba71[247]]=_0x6e36x2[_0xba71[3244]](_0x6e36x9,!1);_0x6e36x5=_0x6e36x9[_0xba71[287]];_0x6e36x9[_0xba71[265]][_0xba71[266]](_0x6e36x9);for(_0x6e36x9=_0x6e36x5;null!=_0x6e36x9;){_0x6e36x5=_0x6e36x9[_0xba71[287]];if(_0x6e36x9[_0xba71[288]]==mxConstants[_0xba71[289]]){var _0x6e36xa=_0x6e36x9[_0xba71[284]](_0xba71[1363]);null==_0x6e36x2[_0xba71[1060]](_0x6e36xa)&&_0x6e36x2[_0xba71[3244]](_0x6e36x9)};_0x6e36x9[_0xba71[265]][_0xba71[266]](_0x6e36x9);_0x6e36x9=_0x6e36x5}}else {_0x6e36x9=_0x6e36x4[_0xba71[284]](_0xba71[247]),_0x6e36x5[_0xba71[247]]=_0x6e36x2[_0xba71[3236]](_0x6e36x9)};return _0x6e36x4};_0x6e36x2[_0xba71[3268]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){_0x6e36x5[_0xba71[247]][_0xba71[1101]]=_0x6e36x5[_0xba71[257]];_0x6e36x5[_0xba71[257]]=_0x6e36x5[_0xba71[1101]];_0x6e36x5[_0xba71[1982]]=_0x6e36x5[_0xba71[1983]];return _0x6e36x5};return _0x6e36x2}());mxCodecRegistry[_0xba71[3234]](function(){var _0x6e36x2= new mxObjectCodec( new mxTerminalChange,[_0xba71[251],_0xba71[257]],[_0xba71[246],_0xba71[1984]]);_0x6e36x2[_0xba71[3268]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){_0x6e36x5[_0xba71[257]]=_0x6e36x5[_0xba71[1984]];return _0x6e36x5};return _0x6e36x2}());var mxGenericChangeCodec=function(_0x6e36x2,_0x6e36x3){var _0x6e36x4= new mxObjectCodec(_0x6e36x2,[_0xba71[251],_0xba71[257]],[_0xba71[246]]);_0x6e36x4[_0xba71[3268]]=function(_0x6e36x2,_0x6e36x4,_0x6e36xa){mxUtils[_0xba71[1331]](_0x6e36xa[_0xba71[246]])&&(_0x6e36xa[_0xba71[246]]=_0x6e36x2[_0xba71[3244]](_0x6e36xa[_0xba71[246]],!1));_0x6e36xa[_0xba71[257]]=_0x6e36xa[_0x6e36x3];return _0x6e36xa};return _0x6e36x4};mxCodecRegistry[_0xba71[3234]](mxGenericChangeCodec( new mxValueChange,_0xba71[131]));mxCodecRegistry[_0xba71[3234]](mxGenericChangeCodec( new mxStyleChange,_0xba71[124]));mxCodecRegistry[_0xba71[3234]](mxGenericChangeCodec( new mxGeometryChange,_0xba71[256]));mxCodecRegistry[_0xba71[3234]](mxGenericChangeCodec( new mxCollapseChange,_0xba71[1985]));mxCodecRegistry[_0xba71[3234]](mxGenericChangeCodec( new mxVisibleChange,_0xba71[189]));mxCodecRegistry[_0xba71[3234]](mxGenericChangeCodec( new mxCellAttributeChange,_0xba71[131]));mxCodecRegistry[_0xba71[3234]](function(){return new mxObjectCodec( new mxGraph,_0xba71[3280][_0xba71[224]](_0xba71[185]))}());mxCodecRegistry[_0xba71[3234]](function(){var _0x6e36x2= new mxObjectCodec( new mxGraphView);_0x6e36x2[_0xba71[514]]=function(_0x6e36x2,_0x6e36x4){return this[_0xba71[3242]](_0x6e36x2,_0x6e36x4,_0x6e36x4[_0xba71[1179]][_0xba71[502]]()[_0xba71[501]]())};_0x6e36x2[_0xba71[3242]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){var _0x6e36x9=_0x6e36x4[_0xba71[1179]][_0xba71[502]](),_0x6e36xa=_0x6e36x4[_0xba71[248]](_0x6e36x5),_0x6e36x12=_0x6e36x9[_0xba71[1197]](_0x6e36x5);if(null==_0x6e36x12||null!=_0x6e36xa){var _0x6e36x13=_0x6e36x9[_0xba71[262]](_0x6e36x5),_0x6e36x14=_0x6e36x4[_0xba71[1179]][_0xba71[1198]](_0x6e36x5),_0x6e36x15=null;_0x6e36x12==_0x6e36x9[_0xba71[501]]()?_0x6e36x15=_0xba71[3281]:null==_0x6e36x12?_0x6e36x15=_0xba71[1179]:_0x6e36x9[_0xba71[250]](_0x6e36x5)?_0x6e36x15=_0xba71[1989]:0<_0x6e36x13&&null!=_0x6e36x14?_0x6e36x15=_0xba71[1504]:_0x6e36x9[_0xba71[1193]](_0x6e36x5)&&(_0x6e36x15=_0xba71[1988]);if(null!=_0x6e36x15){var _0x6e36x16=_0x6e36x2[_0xba71[395]][_0xba71[55]](_0x6e36x15);null!=_0x6e36x4[_0xba71[1179]][_0xba71[2183]](_0x6e36x5)&&(_0x6e36x16[_0xba71[57]](_0xba71[685],_0x6e36x4[_0xba71[1179]][_0xba71[2183]](_0x6e36x5)),_0x6e36x4[_0xba71[1179]][_0xba71[2186]](_0x6e36x5)&&_0x6e36x16[_0xba71[57]](_0xba71[1428],!0));if(null==_0x6e36x12){var _0x6e36x17=_0x6e36x4[_0xba71[517]]();null!=_0x6e36x17&&(_0x6e36x16[_0xba71[57]](_0xba71[235],Math[_0xba71[488]](_0x6e36x17[_0xba71[235]])),_0x6e36x16[_0xba71[57]](_0xba71[236],Math[_0xba71[488]](_0x6e36x17[_0xba71[236]])),_0x6e36x16[_0xba71[57]](_0xba71[117],Math[_0xba71[488]](_0x6e36x17[_0xba71[117]])),_0x6e36x16[_0xba71[57]](_0xba71[119],Math[_0xba71[488]](_0x6e36x17[_0xba71[119]])));_0x6e36x16[_0xba71[57]](_0xba71[255],_0x6e36x4[_0xba71[255]])}else {if(null!=_0x6e36xa&&null!=_0x6e36x14){for(_0x6e36x17 in _0x6e36xa[_0xba71[124]]){_0x6e36x12=_0x6e36xa[_0xba71[124]][_0x6e36x17],_0xba71[279]== typeof _0x6e36x12&&_0xba71[194]== typeof _0x6e36x12&&(_0x6e36x12=mxStyleRegistry[_0xba71[718]](_0x6e36x12)),null!=_0x6e36x12&&(_0xba71[279]!= typeof _0x6e36x12&&_0xba71[194]!= typeof _0x6e36x12)&&_0x6e36x16[_0xba71[57]](_0x6e36x17,_0x6e36x12)};_0x6e36x12=_0x6e36xa[_0xba71[439]];if(null!=_0x6e36x12&&0<_0x6e36x12[_0xba71[67]]){_0x6e36x14=Math[_0xba71[488]](_0x6e36x12[0][_0xba71[235]])+_0xba71[537]+Math[_0xba71[488]](_0x6e36x12[0][_0xba71[236]]);for(_0x6e36x17=1;_0x6e36x17<_0x6e36x12[_0xba71[67]];_0x6e36x17++){_0x6e36x14+=_0xba71[185]+Math[_0xba71[488]](_0x6e36x12[_0x6e36x17][_0xba71[235]])+_0xba71[537]+Math[_0xba71[488]](_0x6e36x12[_0x6e36x17][_0xba71[236]])};_0x6e36x16[_0xba71[57]](_0xba71[1525],_0x6e36x14)}else {_0x6e36x16[_0xba71[57]](_0xba71[235],Math[_0xba71[488]](_0x6e36xa[_0xba71[235]])),_0x6e36x16[_0xba71[57]](_0xba71[236],Math[_0xba71[488]](_0x6e36xa[_0xba71[236]])),_0x6e36x16[_0xba71[57]](_0xba71[117],Math[_0xba71[488]](_0x6e36xa[_0xba71[117]])),_0x6e36x16[_0xba71[57]](_0xba71[119],Math[_0xba71[488]](_0x6e36xa[_0xba71[119]]))};_0x6e36x17=_0x6e36xa[_0xba71[2079]];null!=_0x6e36x17&&(0!=_0x6e36x17[_0xba71[235]]&&_0x6e36x16[_0xba71[57]](_0xba71[1126],Math[_0xba71[488]](_0x6e36x17[_0xba71[235]])),0!=_0x6e36x17[_0xba71[236]]&&_0x6e36x16[_0xba71[57]](_0xba71[1125],Math[_0xba71[488]](_0x6e36x17[_0xba71[236]])))}};for(_0x6e36x17=0;_0x6e36x17<_0x6e36x13;_0x6e36x17++){_0x6e36xa=this[_0xba71[3242]](_0x6e36x2,_0x6e36x4,_0x6e36x9[_0xba71[263]](_0x6e36x5,_0x6e36x17)),null!=_0x6e36xa&&_0x6e36x16[_0xba71[62]](_0x6e36xa)}}};return _0x6e36x16};return _0x6e36x2}());mxCodecRegistry[_0xba71[3234]](function(){var _0x6e36x2= new mxObjectCodec( new mxStylesheet);_0x6e36x2[_0xba71[514]]=function(_0x6e36x2,_0x6e36x4){var _0x6e36x5=_0x6e36x2[_0xba71[395]][_0xba71[55]](this[_0xba71[718]]()),_0x6e36x9;for(_0x6e36x9 in _0x6e36x4[_0xba71[2054]]){var _0x6e36xa=_0x6e36x4[_0xba71[2054]][_0x6e36x9],_0x6e36x12=_0x6e36x2[_0xba71[395]][_0xba71[55]](_0xba71[99]);if(null!=_0x6e36x9){_0x6e36x12[_0xba71[57]](_0xba71[3069],_0x6e36x9);for(var _0x6e36x13 in _0x6e36xa){var _0x6e36x14=this[_0xba71[3282]](_0x6e36x13,_0x6e36xa[_0x6e36x13]);if(null!=_0x6e36x14){var _0x6e36x15=_0x6e36x2[_0xba71[395]][_0xba71[55]](_0xba71[99]);_0x6e36x15[_0xba71[57]](_0xba71[131],_0x6e36x14);_0x6e36x15[_0xba71[57]](_0xba71[3069],_0x6e36x13);_0x6e36x12[_0xba71[62]](_0x6e36x15)}};0<_0x6e36x12[_0xba71[271]][_0xba71[67]]&&_0x6e36x5[_0xba71[62]](_0x6e36x12)}};return _0x6e36x5};_0x6e36x2[_0xba71[3282]]=function(_0x6e36x2,_0x6e36x4){var _0x6e36x5= typeof _0x6e36x4;_0xba71[279]==_0x6e36x5?_0x6e36x4=mxStyleRegistry[_0xba71[718]](style[j]):_0xba71[194]==_0x6e36x5&&(_0x6e36x4=null);return _0x6e36x4};_0x6e36x2[_0xba71[1093]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){_0x6e36x5=_0x6e36x5|| new this[_0xba71[3231]][_0xba71[196]];var _0x6e36x9=_0x6e36x4[_0xba71[284]](_0xba71[1363]);null!=_0x6e36x9&&(_0x6e36x2[_0xba71[68]][_0x6e36x9]=_0x6e36x5);for(_0x6e36x4=_0x6e36x4[_0xba71[285]];null!=_0x6e36x4;){if(!this[_0xba71[3273]](_0x6e36x2,_0x6e36x4,_0x6e36x5)&&_0xba71[99]==_0x6e36x4[_0xba71[301]]&&(_0x6e36x9=_0x6e36x4[_0xba71[284]](_0xba71[3069]),null!=_0x6e36x9)){var _0x6e36xa=_0x6e36x4[_0xba71[284]](_0xba71[1284]),_0x6e36x12=null!=_0x6e36xa?mxUtils[_0xba71[238]](_0x6e36x5[_0xba71[2054]][_0x6e36xa]):null;null==_0x6e36x12&&(null!=_0x6e36xa&&mxLog[_0xba71[283]](_0xba71[3283]+_0x6e36xa+_0xba71[3284]),_0x6e36x12={});for(_0x6e36xa=_0x6e36x4[_0xba71[285]];null!=_0x6e36xa;){if(_0x6e36xa[_0xba71[288]]==mxConstants[_0xba71[289]]){var _0x6e36x13=_0x6e36xa[_0xba71[284]](_0xba71[3069]);if(_0xba71[99]==_0x6e36xa[_0xba71[301]]){var _0x6e36x14=mxUtils[_0xba71[329]](_0x6e36xa),_0x6e36x15=null;null!=_0x6e36x14&&0<_0x6e36x14[_0xba71[67]]?_0x6e36x15=mxUtils[_0xba71[1545]](_0x6e36x14):(_0x6e36x15=_0x6e36xa[_0xba71[284]](_0xba71[131]),mxUtils[_0xba71[1946]](_0x6e36x15)&&(_0x6e36x15=parseFloat(_0x6e36x15)));null!=_0x6e36x15&&(_0x6e36x12[_0x6e36x13]=_0x6e36x15)}else {_0xba71[205]==_0x6e36xa[_0xba71[301]]&& delete _0x6e36x12[_0x6e36x13]}};_0x6e36xa=_0x6e36xa[_0xba71[287]]};_0x6e36x5[_0xba71[2074]](_0x6e36x9,_0x6e36x12)};_0x6e36x4=_0x6e36x4[_0xba71[287]]};return _0x6e36x5};return _0x6e36x2}());mxCodecRegistry[_0xba71[3234]](function(){var _0x6e36x2= new mxObjectCodec( new mxDefaultKeyHandler);_0x6e36x2[_0xba71[514]]=function(_0x6e36x2,_0x6e36x4){return null};_0x6e36x2[_0xba71[1093]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){if(null!=_0x6e36x5){for(_0x6e36x4=_0x6e36x4[_0xba71[285]];null!=_0x6e36x4;){if(!this[_0xba71[3273]](_0x6e36x2,_0x6e36x4,_0x6e36x5)&&_0xba71[99]==_0x6e36x4[_0xba71[301]]){var _0x6e36x9=_0x6e36x4[_0xba71[284]](_0xba71[3069]),_0x6e36xa=_0x6e36x4[_0xba71[284]](_0xba71[892]),_0x6e36x12=_0x6e36x4[_0xba71[284]](_0xba71[2207]);_0x6e36x5[_0xba71[3063]](_0x6e36x9,_0x6e36xa,_0x6e36x12)};_0x6e36x4=_0x6e36x4[_0xba71[287]]}};return _0x6e36x5};return _0x6e36x2}());mxCodecRegistry[_0xba71[3234]](function(){var _0x6e36x2= new mxObjectCodec( new mxDefaultToolbar);_0x6e36x2[_0xba71[514]]=function(_0x6e36x2,_0x6e36x4){return null};_0x6e36x2[_0xba71[1093]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){if(null!=_0x6e36x5){var _0x6e36x9=_0x6e36x5[_0xba71[3061]];for(_0x6e36x4=_0x6e36x4[_0xba71[285]];null!=_0x6e36x4;){if(_0x6e36x4[_0xba71[288]]==mxConstants[_0xba71[289]]&&!this[_0xba71[3273]](_0x6e36x2,_0x6e36x4,_0x6e36x5)){if(_0xba71[3072]==_0x6e36x4[_0xba71[301]]){_0x6e36x5[_0xba71[1051]]()}else {if(_0xba71[345]==_0x6e36x4[_0xba71[301]]){_0x6e36x5[_0xba71[3082]][_0xba71[1052]]()}else {if(_0xba71[1054]==_0x6e36x4[_0xba71[301]]){_0x6e36x5[_0xba71[3082]][_0xba71[1053]]()}else {if(_0xba71[99]==_0x6e36x4[_0xba71[301]]){var _0x6e36xa=_0x6e36x4[_0xba71[284]](_0xba71[3069]),_0x6e36xa=mxResources[_0xba71[203]](_0x6e36xa)||_0x6e36xa,_0x6e36x12=_0x6e36x4[_0xba71[284]](_0xba71[2916]),_0x6e36x13=_0x6e36x4[_0xba71[284]](_0xba71[3285]),_0x6e36x14=_0x6e36x4[_0xba71[284]](_0xba71[892]),_0x6e36x15=_0x6e36x4[_0xba71[284]](_0xba71[3286]),_0x6e36x16=_0x6e36x4[_0xba71[284]](_0xba71[3231]),_0x6e36x17=_0xba71[468]!=_0x6e36x4[_0xba71[284]](_0xba71[3287]),_0x6e36x18=mxUtils[_0xba71[329]](_0x6e36x4),_0x6e36x19=null;if(null!=_0x6e36x14){_0x6e36x19=_0x6e36x5[_0xba71[1025]](_0x6e36xa,_0x6e36x12,_0x6e36x14,_0x6e36x13)}else {if(null!=_0x6e36x15){var _0x6e36x1a=mxUtils[_0xba71[1545]](_0x6e36x18),_0x6e36x19=_0x6e36x5[_0xba71[1048]](_0x6e36xa,_0x6e36x12,_0x6e36x15,_0x6e36x13,_0x6e36x1a)}else {if(null!=_0x6e36x16||null!=_0x6e36x18&&0<_0x6e36x18[_0xba71[67]]){_0x6e36x19=_0x6e36x9[_0xba71[3118]][_0x6e36x16],_0x6e36x16=_0x6e36x4[_0xba71[284]](_0xba71[124]),null!=_0x6e36x19&&null!=_0x6e36x16&&(_0x6e36x19=_0x6e36x19[_0xba71[238]](),_0x6e36x19[_0xba71[475]](_0x6e36x16)),_0x6e36x16=null,null!=_0x6e36x18&&0<_0x6e36x18[_0xba71[67]]&&(_0x6e36x16=mxUtils[_0xba71[1545]](_0x6e36x18)),_0x6e36x19=_0x6e36x5[_0xba71[3087]](_0x6e36xa,_0x6e36x12,_0x6e36x19,_0x6e36x13,_0x6e36x16,_0x6e36x17)}else {if(_0x6e36x13=mxUtils[_0xba71[1540]](_0x6e36x4),0<_0x6e36x13[_0xba71[67]]){if(null==_0x6e36x12){_0x6e36x16=_0x6e36x5[_0xba71[1038]](_0x6e36xa);for(_0x6e36xa=0;_0x6e36xa<_0x6e36x13[_0xba71[67]];_0x6e36xa++){_0x6e36x17=_0x6e36x13[_0x6e36xa],_0xba71[3072]==_0x6e36x17[_0xba71[301]]?_0x6e36x5[_0xba71[972]](_0x6e36x16,_0xba71[3288]):_0xba71[99]==_0x6e36x17[_0xba71[301]]&&(_0x6e36x12=_0x6e36x17[_0xba71[284]](_0xba71[3069]),_0x6e36x17=_0x6e36x17[_0xba71[284]](_0xba71[892]),_0x6e36x5[_0xba71[3085]](_0x6e36x16,_0x6e36x12,_0x6e36x17))}}else {var _0x6e36x1b=null,_0x6e36x1c=_0x6e36x5[_0xba71[3087]](_0x6e36xa,_0x6e36x12,function(){var _0x6e36x2=_0x6e36x9[_0xba71[3118]][_0x6e36x1b[_0xba71[131]]];if(null!=_0x6e36x2){var _0x6e36x2=_0x6e36x2[_0xba71[238]](),_0x6e36x3=_0x6e36x1b[_0xba71[1040]][_0x6e36x1b[_0xba71[1039]]][_0xba71[3289]];null!=_0x6e36x3&&_0x6e36x2[_0xba71[475]](_0x6e36x3);return _0x6e36x2};mxLog[_0xba71[283]](_0xba71[3290]+_0x6e36x2+_0xba71[3291]);return null},null,null,_0x6e36x17),_0x6e36x1b=_0x6e36x5[_0xba71[970]]();mxEvent[_0xba71[169]](_0x6e36x1b,_0xba71[826],function(){_0x6e36x5[_0xba71[3082]][_0xba71[1047]](_0x6e36x1c,function(_0x6e36x2){_0x6e36x2=mxUtils[_0xba71[2196]](_0x6e36x9[_0xba71[1179]][_0xba71[526]],mxEvent[_0xba71[731]](_0x6e36x2),mxEvent[_0xba71[733]](_0x6e36x2));return _0x6e36x9[_0xba71[817]](null,_0x6e36x1a(),_0x6e36x2[_0xba71[235]],_0x6e36x2[_0xba71[236]])});_0x6e36x5[_0xba71[3082]][_0xba71[1023]]= !1});for(_0x6e36xa=0;_0x6e36xa<_0x6e36x13[_0xba71[67]];_0x6e36xa++){_0x6e36x17=_0x6e36x13[_0x6e36xa],_0xba71[3072]==_0x6e36x17[_0xba71[301]]?_0x6e36x5[_0xba71[972]](_0x6e36x1b,_0xba71[3288]):_0xba71[99]==_0x6e36x17[_0xba71[301]]&&(_0x6e36x12=_0x6e36x17[_0xba71[284]](_0xba71[3069]),_0x6e36x18=_0x6e36x17[_0xba71[284]](_0xba71[3231]),_0x6e36x5[_0xba71[972]](_0x6e36x1b,_0x6e36x12,_0x6e36x18||_0x6e36x16)[_0xba71[3289]]=_0x6e36x17[_0xba71[284]](_0xba71[124]))}}}}}};null!=_0x6e36x19&&(_0x6e36x16=_0x6e36x4[_0xba71[284]](_0xba71[1363]),null!=_0x6e36x16&&0<_0x6e36x16[_0xba71[67]]&&_0x6e36x19[_0xba71[57]](_0xba71[1363],_0x6e36x16))}}}}};_0x6e36x4=_0x6e36x4[_0xba71[287]]}};return _0x6e36x5};return _0x6e36x2}());mxCodecRegistry[_0xba71[3234]](function(){var _0x6e36x2= new mxObjectCodec( new mxDefaultPopupMenu);_0x6e36x2[_0xba71[514]]=function(_0x6e36x2,_0x6e36x4){return null};_0x6e36x2[_0xba71[1093]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){var _0x6e36x9=_0x6e36x4[_0xba71[64]](_0xba71[3277])[0];null!=_0x6e36x9?this[_0xba71[3273]](_0x6e36x2,_0x6e36x9,_0x6e36x5):null!=_0x6e36x5&&(_0x6e36x5[_0xba71[3064]]=_0x6e36x4);return _0x6e36x5};return _0x6e36x2}());mxCodecRegistry[_0xba71[3234]](function(){var _0x6e36x2= new mxObjectCodec( new mxEditor,_0xba71[3292][_0xba71[224]](_0xba71[185]));_0x6e36x2[_0xba71[3268]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){_0x6e36x2=_0x6e36x4[_0xba71[284]](_0xba71[2075]);null!=_0x6e36x2&&(_0x6e36x4[_0xba71[1390]](_0xba71[2075]),_0x6e36x5[_0xba71[2075]]=_0x6e36x5[_0xba71[3118]][_0x6e36x2]);_0x6e36x2=_0x6e36x4[_0xba71[284]](_0xba71[3120]);null!=_0x6e36x2&&(_0x6e36x4[_0xba71[1390]](_0xba71[3120]),_0x6e36x5[_0xba71[3120]]=_0x6e36x5[_0xba71[3118]][_0x6e36x2]);return _0x6e36x5};_0x6e36x2[_0xba71[3274]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){if(_0xba71[3293]==_0x6e36x4[_0xba71[301]]){if(_0xba71[3118]==_0x6e36x4[_0xba71[284]](_0xba71[3069])){this[_0xba71[3294]](_0x6e36x2,_0x6e36x4,_0x6e36x5);return}}else {if(_0xba71[3295]==_0x6e36x4[_0xba71[301]]){this[_0xba71[3296]](_0x6e36x2,_0x6e36x4,_0x6e36x5);return}};mxObjectCodec[_0xba71[202]][_0xba71[3274]][_0xba71[183]](this,arguments)};_0x6e36x2[_0xba71[3296]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){for(_0x6e36x2=_0x6e36x4[_0xba71[285]];null!=_0x6e36x2;){if(_0xba71[99]==_0x6e36x2[_0xba71[301]]){_0x6e36x4=_0x6e36x2[_0xba71[284]](_0xba71[3069]);var _0x6e36x9=_0x6e36x2[_0xba71[284]](_0xba71[980]),_0x6e36xa=_0x6e36x2[_0xba71[284]](_0xba71[124]),_0x6e36x12=null;if(null!=_0x6e36x9){_0x6e36x12=document[_0xba71[1362]](_0x6e36x9),null!=_0x6e36x12&&null!=_0x6e36xa&&(_0x6e36x12[_0xba71[124]][_0xba71[103]]+=_0xba71[471]+_0x6e36xa)}else {var _0x6e36x9=parseInt(_0x6e36x2[_0xba71[284]](_0xba71[235])),_0x6e36x13=parseInt(_0x6e36x2[_0xba71[284]](_0xba71[236])),_0x6e36x14=_0x6e36x2[_0xba71[284]](_0xba71[117]),_0x6e36x15=_0x6e36x2[_0xba71[284]](_0xba71[119]),_0x6e36x12=document[_0xba71[55]](_0xba71[485]);_0x6e36x12[_0xba71[124]][_0xba71[103]]=_0x6e36xa;( new mxWindow(mxResources[_0xba71[203]](_0x6e36x4)||_0x6e36x4,_0x6e36x12,_0x6e36x9,_0x6e36x13,_0x6e36x14,_0x6e36x15,!1,!0))[_0xba71[175]](!0)};_0xba71[1179]==_0x6e36x4?_0x6e36x5[_0xba71[3202]](_0x6e36x12):_0xba71[3082]==_0x6e36x4?_0x6e36x5[_0xba71[3204]](_0x6e36x12):_0xba71[924]==_0x6e36x4?_0x6e36x5[_0xba71[3208]](_0x6e36x12):_0xba71[879]==_0x6e36x4?_0x6e36x5[_0xba71[3205]](_0x6e36x12):_0xba71[201]==_0x6e36x4&&_0x6e36x5[_0xba71[3297]](_0x6e36x12)}else {_0xba71[3298]==_0x6e36x2[_0xba71[301]]?mxResources[_0xba71[99]](_0x6e36x2[_0xba71[284]](_0xba71[3299])):_0xba71[94]==_0x6e36x2[_0xba71[301]]&&mxClient[_0xba71[54]](_0xba71[94],_0x6e36x2[_0xba71[284]](_0xba71[298]))};_0x6e36x2=_0x6e36x2[_0xba71[287]]}};_0x6e36x2[_0xba71[3294]]=function(_0x6e36x2,_0x6e36x4,_0x6e36x5){null==_0x6e36x5[_0xba71[3118]]&&(_0x6e36x5[_0xba71[3118]]=[]);_0x6e36x4=mxUtils[_0xba71[1540]](_0x6e36x4);for(var _0x6e36x9=0;_0x6e36x9<_0x6e36x4[_0xba71[67]];_0x6e36x9++){for(var _0x6e36xa=_0x6e36x4[_0x6e36x9][_0xba71[284]](_0xba71[3069]),_0x6e36x12=_0x6e36x4[_0x6e36x9][_0xba71[285]];null!=_0x6e36x12&&1!=_0x6e36x12[_0xba71[288]];){_0x6e36x12=_0x6e36x12[_0xba71[287]]};null!=_0x6e36x12&&(_0x6e36x5[_0xba71[3118]][_0x6e36xa]=_0x6e36x2[_0xba71[3244]](_0x6e36x12))}};return _0x6e36x2}()) \ No newline at end of file +var _0x15c7=["\x32\x2E\x30\x2E\x30\x2E\x30","\x4D\x53\x49\x45","\x69\x6E\x64\x65\x78\x4F\x66","\x75\x73\x65\x72\x41\x67\x65\x6E\x74","\x4D\x53\x49\x45\x20\x36","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x76","\x6F","\x4D\x6F\x7A\x69\x6C\x6C\x61\x2F","\x4F\x70\x65\x72\x61\x2F","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x34\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x33\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x32\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x31\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x30\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x31\x2E","\x41\x70\x70\x6C\x65\x57\x65\x62\x4B\x69\x74\x2F","\x43\x68\x72\x6F\x6D\x65\x2F","\x46\x69\x72\x65\x66\x6F\x78\x2F","\x46\x69\x72\x65\x66\x6F\x78\x2F\x31\x2E","\x46\x69\x72\x65\x66\x6F\x78\x2F\x32\x2E","\x49\x63\x65\x77\x65\x61\x73\x65\x6C\x2F","\x49\x63\x65\x77\x65\x61\x73\x65\x6C\x2F\x31\x2E","\x49\x63\x65\x77\x65\x61\x73\x65\x6C\x2F\x32\x2E","\x53\x65\x61\x4D\x6F\x6E\x6B\x65\x79\x2F","\x53\x65\x61\x4D\x6F\x6E\x6B\x65\x79\x2F\x31\x2E","\x49\x63\x65\x61\x70\x65\x2F","\x49\x63\x65\x61\x70\x65\x2F\x31\x2E","\x53\x65\x61\x6D\x6F\x6E\x6B\x65\x79\x2F","\x47\x61\x6C\x65\x6F\x6E\x2F","\x45\x70\x69\x70\x68\x61\x6E\x79\x2F","\x47\x65\x63\x6B\x6F\x2F","\x43\x61\x6D\x69\x6E\x6F\x2F\x31\x2E","\x45\x70\x69\x70\x68\x61\x6E\x79\x2F\x32\x2E","\x4D\x6F\x7A\x69\x6C\x6C\x61\x2F\x32\x2E","\x4D\x49\x43\x52\x4F\x53\x4F\x46\x54\x20\x49\x4E\x54\x45\x52\x4E\x45\x54\x20\x45\x58\x50\x4C\x4F\x52\x45\x52","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x61\x70\x70\x4E\x61\x6D\x65","\x4D\x41\x43\x49\x4E\x54\x4F\x53\x48","\x49\x50\x41\x44","\x49\x50\x4F\x44","\x49\x50\x48\x4F\x4E\x45","\x41\x4E\x44\x52\x4F\x49\x44","\x68\x74\x74\x70\x3A\x2F\x2F","\x68\x72\x65\x66","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x68\x74\x74\x70\x73\x3A\x2F\x2F","\x49\x53\x5F\x56\x4D\x4C","\x49\x53\x5F\x53\x56\x47","\x49\x53\x5F\x49\x45\x36","\x3C\x6C\x69\x6E\x6B\x20\x72\x65\x6C\x3D\x22","\x22\x20\x68\x72\x65\x66\x3D\x22","\x22\x20\x63\x68\x61\x72\x73\x65\x74\x3D\x22\x49\x53\x4F\x2D\x38\x38\x35\x39\x2D\x31\x22\x20\x74\x79\x70\x65\x3D\x22\x74\x65\x78\x74\x2F\x63\x73\x73\x22\x2F\x3E","\x77\x72\x69\x74\x65","\x6C\x69\x6E\x6B","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x72\x65\x6C","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x68\x61\x72\x73\x65\x74","\x49\x53\x4F\x2D\x38\x38\x35\x39\x2D\x31","\x74\x79\x70\x65","\x74\x65\x78\x74\x2F\x63\x73\x73","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x68\x65\x61\x64","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x54\x61\x67\x4E\x61\x6D\x65","\x3C\x73\x63\x72\x69\x70\x74\x20\x73\x72\x63\x3D\x22","\x22\x3E\x3C\x2F\x73\x63\x72\x69\x70\x74\x3E","\x6C\x65\x6E\x67\x74\x68","\x6F\x62\x6A\x65\x63\x74\x73","\x6D\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x4C\x69\x73\x74","\x72\x65\x6D\x6F\x76\x65\x41\x6C\x6C\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x49\x53\x5F\x4F\x50","\x49\x53\x5F\x4F\x54","\x43\x53\x53\x5F\x50\x52\x45\x46\x49\x58","\x4F","\x49\x53\x5F\x53\x46","\x49\x53\x5F\x47\x43","\x57\x65\x62\x6B\x69\x74","\x49\x53\x5F\x4D\x54","\x4D\x6F\x7A","\x49\x53\x5F\x49\x45","\x6D\x73","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x2E\x74\x78\x74","\x2F","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x62\x61\x73\x65\x50\x61\x74\x68","\x2E","\x69\x6D\x61\x67\x65\x42\x61\x73\x65\x50\x61\x74\x68","\x2F\x69\x6D\x61\x67\x65\x73","\x6C\x61\x6E\x67\x75\x61\x67\x65","\x75\x73\x65\x72\x4C\x61\x6E\x67\x75\x61\x67\x65","\x64\x65\x66\x61\x75\x6C\x74\x4C\x61\x6E\x67\x75\x61\x67\x65","\x65\x6E","\x73\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x2F\x63\x73\x73\x2F\x63\x6F\x6D\x6D\x6F\x6E\x2E\x63\x73\x73","\x6C\x61\x6E\x67\x75\x61\x67\x65\x73","\x75\x72\x6E\x3A\x73\x63\x68\x65\x6D\x61\x73\x2D\x6D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2D\x63\x6F\x6D\x3A\x76\x6D\x6C","\x23\x64\x65\x66\x61\x75\x6C\x74\x23\x56\x4D\x4C","\x61\x64\x64","\x6E\x61\x6D\x65\x73\x70\x61\x63\x65\x73","\x75\x72\x6E\x3A\x73\x63\x68\x65\x6D\x61\x73\x2D\x6D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2D\x63\x6F\x6D\x3A\x6F\x66\x66\x69\x63\x65\x3A\x6F\x66\x66\x69\x63\x65","\x63\x72\x65\x61\x74\x65\x53\x74\x79\x6C\x65\x53\x68\x65\x65\x74","\x63\x73\x73\x54\x65\x78\x74","\x76\x5C\x3A\x2A\x7B\x62\x65\x68\x61\x76\x69\x6F\x72\x3A\x75\x72\x6C\x28\x23\x64\x65\x66\x61\x75\x6C\x74\x23\x56\x4D\x4C\x29\x7D\x6F\x5C\x3A\x2A\x7B\x62\x65\x68\x61\x76\x69\x6F\x72\x3A\x75\x72\x6C\x28\x23\x64\x65\x66\x61\x75\x6C\x74\x23\x56\x4D\x4C\x29\x7D","\x2F\x63\x73\x73\x2F\x65\x78\x70\x6C\x6F\x72\x65\x72\x2E\x63\x73\x73","\x6F\x6E\x75\x6E\x6C\x6F\x61\x64","\x64\x69\x73\x70\x6F\x73\x65","\x61\x74\x74\x61\x63\x68\x45\x76\x65\x6E\x74","\x43\x6F\x6E\x73\x6F\x6C\x65","","\x77\x69\x6E\x64\x6F\x77","\x62\x6F\x64\x79","\x63\x6F\x6E\x73\x6F\x6C\x65\x4E\x61\x6D\x65","\x20\x2D\x20\x6D\x78\x47\x72\x61\x70\x68\x20","\x56\x45\x52\x53\x49\x4F\x4E","\x74\x61\x62\x6C\x65","\x77\x69\x64\x74\x68","\x31\x30\x30\x25","\x68\x65\x69\x67\x68\x74","\x74\x62\x6F\x64\x79","\x74\x72","\x74\x64","\x76\x65\x72\x74\x69\x63\x61\x6C\x41\x6C\x69\x67\x6E","\x73\x74\x79\x6C\x65","\x74\x6F\x70","\x74\x65\x78\x74\x61\x72\x65\x61","\x72\x65\x61\x64\x4F\x6E\x6C\x79","\x74\x72\x75\x65","\x72\x65\x73\x69\x7A\x65","\x6E\x6F\x6E\x65","\x76\x61\x6C\x75\x65","\x62\x75\x66\x66\x65\x72","\x49\x53\x5F\x4E\x53","\x42\x61\x63\x6B\x43\x6F\x6D\x70\x61\x74","\x63\x6F\x6D\x70\x61\x74\x4D\x6F\x64\x65","\x39\x39\x25","\x33\x30\x70\x78","\x49\x6E\x66\x6F","\x69\x6E\x66\x6F","\x61\x64\x64\x42\x75\x74\x74\x6F\x6E","\x44\x4F\x4D","\x67\x65\x74\x49\x6E\x6E\x65\x72\x48\x74\x6D\x6C","\x64\x65\x62\x75\x67","\x54\x72\x61\x63\x65","\x54\x52\x41\x43\x45","\x54\x72\x61\x63\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64","\x54\x72\x61\x63\x69\x6E\x67\x20\x64\x69\x73\x61\x62\x6C\x65\x64","\x43\x6F\x70\x79","\x63\x6F\x70\x79","\x61\x6C\x65\x72\x74","\x53\x68\x6F\x77","\x70\x6F\x70\x75\x70","\x43\x6C\x65\x61\x72","\x6E\x75\x6D\x62\x65\x72","\x69\x6E\x6E\x65\x72\x57\x69\x64\x74\x68","\x69\x6E\x6E\x65\x72\x48\x65\x69\x67\x68\x74","\x63\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x6D\x61\x78","\x73\x65\x74\x4D\x61\x78\x69\x6D\x69\x7A\x61\x62\x6C\x65","\x73\x65\x74\x53\x63\x72\x6F\x6C\x6C\x61\x62\x6C\x65","\x73\x65\x74\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x73\x65\x74\x43\x6C\x6F\x73\x61\x62\x6C\x65","\x64\x65\x73\x74\x72\x6F\x79\x4F\x6E\x43\x6C\x6F\x73\x65","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x70\x78","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x39\x32\x70\x78","\x77\x72\x69\x74\x65\x6C\x6E","\x62\x75\x74\x74\x6F\x6E","\x63\x6C\x69\x63\x6B","\x69\x73\x56\x69\x73\x69\x62\x6C\x65","\x73\x65\x74\x56\x69\x73\x69\x62\x6C\x65","\x69\x6E\x69\x74","\x45\x6E\x74\x65\x72\x69\x6E\x67\x20","\x67\x65\x74\x54\x69\x6D\x65","\x20\x28","\x20\x6D\x73\x29","\x4C\x65\x61\x76\x69\x6E\x67\x20","\x44\x45\x42\x55\x47","\x61\x70\x70\x6C\x79","\x57\x41\x52\x4E","\x20","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x35","\x76\x69\x73\x69\x62\x69\x6C\x69\x74\x79","\x68\x69\x64\x64\x65\x6E","\x76\x69\x73\x69\x62\x6C\x65","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x73\x63\x72\x6F\x6C\x6C\x48\x65\x69\x67\x68\x74","\x0A","\x6D\x78\x4F\x62\x6A\x65\x63\x74\x49\x64","\x6F\x62\x6A\x65\x63\x74","\x46\x49\x45\x4C\x44\x5F\x4E\x41\x4D\x45","\x63\x6F\x6E\x73\x74\x72\x75\x63\x74\x6F\x72","\x67\x65\x74\x46\x75\x6E\x63\x74\x69\x6F\x6E\x4E\x61\x6D\x65","\x23","\x63\x6F\x75\x6E\x74\x65\x72","\x63\x6C\x65\x61\x72","\x6D\x61\x70","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x67\x65\x74","\x70\x75\x74","\x72\x65\x6D\x6F\x76\x65","\x67\x65\x74\x4B\x65\x79\x73","\x70\x75\x73\x68","\x67\x65\x74\x56\x61\x6C\x75\x65\x73","\x76\x69\x73\x69\x74","\x6C\x6F\x61\x64\x44\x65\x66\x61\x75\x6C\x74\x42\x75\x6E\x64\x6C\x65","\x69\x73\x4C\x61\x6E\x67\x75\x61\x67\x65\x53\x75\x70\x70\x6F\x72\x74\x65\x64","\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x2D","\x6C\x6F\x61\x64\x53\x70\x65\x63\x69\x61\x6C\x42\x75\x6E\x64\x6C\x65","\x5F","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x4E\x4F\x4E\x45","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x42\x75\x6E\x64\x6C\x65","\x6C\x6F\x61\x64","\x69\x73\x52\x65\x61\x64\x79","\x67\x65\x74\x54\x65\x78\x74","\x70\x61\x72\x73\x65","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x42\x75\x6E\x64\x6C\x65","\x73\x70\x6C\x69\x74","\x63\x68\x61\x72\x41\x74","\x3D","\x63\x68\x61\x72\x43\x6F\x64\x65\x41\x74","\x72\x65\x73\x6F\x75\x72\x63\x65\x73\x45\x6E\x63\x6F\x64\x65\x64","\x25","\x72\x65\x70\x6C\x61\x63\x65","\x72\x65\x73\x6F\x75\x72\x63\x65\x73","\x7B","\x7D","\x6A\x6F\x69\x6E","\x78","\x79","\x65\x71\x75\x61\x6C\x73","\x63\x6C\x6F\x6E\x65","\x63\x61\x6C\x6C","\x73\x65\x74\x52\x65\x63\x74","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x58","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x59","\x6D\x69\x6E","\x67\x72\x6F\x77","\x67\x65\x74\x50\x6F\x69\x6E\x74","\x63\x65\x6C\x6C","\x63\x68\x69\x6C\x64","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x69\x73\x45\x64\x67\x65","\x6D\x6F\x64\x65\x6C","\x6E\x6F\x64\x65","\x73\x68\x61\x70\x65","\x73\x65\x74\x4F\x70\x61\x63\x69\x74\x79","\x73\x63\x61\x6C\x65","\x67\x65\x6F\x6D\x65\x74\x72\x79","\x70\x72\x65\x76\x69\x6F\x75\x73","\x72\x65\x64\x72\x61\x77","\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x63\x61\x73\x63\x61\x64\x65\x4F\x70\x61\x63\x69\x74\x79","\x73\x65\x74\x54\x69\x6D\x65\x6F\x75\x74","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x67\x65\x74\x43\x68\x69\x6C\x64\x41\x74","\x67\x65\x74\x45\x64\x67\x65\x73","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x65\x72\x72\x6F\x72","\x63\x6C\x6F\x73\x65","\x2F\x65\x72\x72\x6F\x72\x2E\x67\x69\x66","\x63\x75\x72\x73\x6F\x72","\x63\x68\x69\x6C\x64\x4E\x6F\x64\x65\x73","\x72\x65\x6D\x6F\x76\x65\x43\x75\x72\x73\x6F\x72\x73","\x63\x75\x72\x72\x65\x6E\x74\x53\x74\x79\x6C\x65","\x67\x65\x74\x43\x6F\x6D\x70\x75\x74\x65\x64\x53\x74\x79\x6C\x65","\x67\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x53\x74\x79\x6C\x65","\x73\x63\x72\x6F\x6C\x6C","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x61\x75\x74\x6F","\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x76\x61\x72\x20\x5F\x6D\x78\x4A\x61\x76\x61\x53\x63\x72\x69\x70\x74\x45\x78\x70\x72\x65\x73\x73\x69\x6F\x6E\x3D","\x6D\x65\x73\x73\x61\x67\x65","\x20\x77\x68\x69\x6C\x65\x20\x65\x76\x61\x6C\x75\x61\x74\x69\x6E\x67\x20","\x77\x61\x72\x6E","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x66\x69\x72\x73\x74\x43\x68\x69\x6C\x64","\x66\x69\x6E\x64\x4E\x6F\x64\x65","\x6E\x65\x78\x74\x53\x69\x62\x6C\x69\x6E\x67","\x6E\x6F\x64\x65\x54\x79\x70\x65","\x4E\x4F\x44\x45\x54\x59\x50\x45\x5F\x45\x4C\x45\x4D\x45\x4E\x54","\x66\x69\x6E\x64\x4E\x6F\x64\x65\x42\x79\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x2F\x2F\x2A\x5B\x40","\x3D\x27","\x27\x5D","\x73\x65\x6C\x65\x63\x74\x53\x69\x6E\x67\x6C\x65\x4E\x6F\x64\x65","\x6F\x77\x6E\x65\x72\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x69\x74\x65\x72\x61\x74\x65\x4E\x65\x78\x74","\x65\x76\x61\x6C\x75\x61\x74\x65","\x6E\x61\x6D\x65","\x28","\x73\x70\x6C\x69\x63\x65","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x69\x6D\x70\x6C\x65\x6D\x65\x6E\x74\x61\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x41\x63\x74\x69\x76\x65\x58\x4F\x62\x6A\x65\x63\x74","\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x58\x4D\x4C\x44\x4F\x4D","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x61\x73\x79\x6E\x63","\x66\x61\x6C\x73\x65","\x6C\x6F\x61\x64\x58\x4D\x4C","\x74\x65\x78\x74\x2F\x78\x6D\x6C","\x70\x61\x72\x73\x65\x46\x72\x6F\x6D\x53\x74\x72\x69\x6E\x67","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x65\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x72\x65\x6D\x6F\x76\x65\x41\x6C\x6C\x52\x61\x6E\x67\x65\x73","\x20\x20","\x4E\x4F\x44\x45\x54\x59\x50\x45\x5F\x54\x45\x58\x54","\x6E\x6F\x64\x65\x56\x61\x6C\x75\x65","\x3C","\x61\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x68\x74\x6D\x6C\x45\x6E\x74\x69\x74\x69\x65\x73","\x3D\x22","\x22","\x3E\x0A","\x67\x65\x74\x50\x72\x65\x74\x74\x79\x58\x6D\x6C","\x3C\x2F","\x2F\x3E\x0A","\x70\x72\x65\x76\x69\x6F\x75\x73\x53\x69\x62\x6C\x69\x6E\x67","\x67\x65\x74\x54\x65\x78\x74\x43\x6F\x6E\x74\x65\x6E\x74","\x74\x72\x69\x6D","\x26\x61\x6D\x70\x3B","\x26\x71\x75\x6F\x74\x3B","\x26\x23\x33\x39\x3B","\x26\x6C\x74\x3B","\x26\x67\x74\x3B","\x26\x23\x78\x61\x3B","\x74\x61\x67\x55\x72\x6E","\x78\x6D\x6C","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x73\x65\x72\x69\x61\x6C\x69\x7A\x65\x54\x6F\x53\x74\x72\x69\x6E\x67","\x3E","\x6F\x75\x74\x65\x72\x48\x54\x4D\x4C","\x2F\x3E","\x63\x72\x65\x61\x74\x65\x54\x65\x78\x74\x4E\x6F\x64\x65","\x62\x72","\x70","\x66\x69\x6C\x74\x65\x72","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x41\x6C\x70\x68\x61\x49\x6D\x61\x67\x65\x4C\x6F\x61\x64\x65\x72\x28\x73\x72\x63\x3D\x27","\x2F\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x2E\x67\x69\x66\x27\x2C\x20\x73\x69\x7A\x69\x6E\x67\x4D\x65\x74\x68\x6F\x64\x3D\x27\x73\x63\x61\x6C\x65\x27\x29","\x65\x78\x65\x63\x75\x74\x65","\x73\x70\x61\x6E","\x63\x6F\x6C\x6F\x72","\x62\x6C\x75\x65","\x74\x65\x78\x74\x44\x65\x63\x6F\x72\x61\x74\x69\x6F\x6E","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x70\x6F\x69\x6E\x74\x65\x72","\x70\x61\x64\x64\x69\x6E\x67\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x57\x69\x64\x74\x68","\x73\x63\x72\x6F\x6C\x6C\x4C\x65\x66\x74","\x6C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x55\x6E\x69\x76\x65\x72\x73\x61\x6C\x58\x50\x43\x6F\x6E\x6E\x65\x63\x74","\x65\x6E\x61\x62\x6C\x65\x50\x72\x69\x76\x69\x6C\x65\x67\x65","\x50\x72\x69\x76\x69\x6C\x65\x67\x65\x4D\x61\x6E\x61\x67\x65\x72","\x73\x65\x63\x75\x72\x69\x74\x79","\x50\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E\x20\x74\x6F\x20\x72\x65\x61\x64\x20\x66\x69\x6C\x65\x20\x64\x65\x6E\x69\x65\x64\x2E","\x6E\x73\x49\x4C\x6F\x63\x61\x6C\x46\x69\x6C\x65","\x69\x6E\x74\x65\x72\x66\x61\x63\x65\x73","\x63\x72\x65\x61\x74\x65\x49\x6E\x73\x74\x61\x6E\x63\x65","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x66\x69\x6C\x65\x2F\x6C\x6F\x63\x61\x6C\x3B\x31","\x63\x6C\x61\x73\x73\x65\x73","\x69\x6E\x69\x74\x57\x69\x74\x68\x50\x61\x74\x68","\x65\x78\x69\x73\x74\x73","\x46\x69\x6C\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2E","\x6E\x73\x49\x46\x69\x6C\x65\x49\x6E\x70\x75\x74\x53\x74\x72\x65\x61\x6D","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x2F\x66\x69\x6C\x65\x2D\x69\x6E\x70\x75\x74\x2D\x73\x74\x72\x65\x61\x6D\x3B\x31","\x6E\x73\x49\x53\x63\x72\x69\x70\x74\x61\x62\x6C\x65\x49\x6E\x70\x75\x74\x53\x74\x72\x65\x61\x6D","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x73\x63\x72\x69\x70\x74\x61\x62\x6C\x65\x69\x6E\x70\x75\x74\x73\x74\x72\x65\x61\x6D\x3B\x31","\x61\x76\x61\x69\x6C\x61\x62\x6C\x65","\x72\x65\x61\x64","\x53\x63\x72\x69\x70\x74\x69\x6E\x67\x2E\x46\x69\x6C\x65\x53\x79\x73\x74\x65\x6D\x4F\x62\x6A\x65\x63\x74","\x72\x65\x61\x64\x41\x6C\x6C","\x50\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E\x20\x74\x6F\x20\x77\x72\x69\x74\x65\x20\x66\x69\x6C\x65\x20\x64\x65\x6E\x69\x65\x64\x2E","\x63\x72\x65\x61\x74\x65","\x6E\x73\x49\x46\x69\x6C\x65\x4F\x75\x74\x70\x75\x74\x53\x74\x72\x65\x61\x6D","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x2F\x66\x69\x6C\x65\x2D\x6F\x75\x74\x70\x75\x74\x2D\x73\x74\x72\x65\x61\x6D\x3B\x31","\x66\x6C\x75\x73\x68","\x69\x66\x72\x61\x6D\x65","\x73\x72\x63","\x63\x6F\x6E\x74\x65\x6E\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x6F\x70\x65\x6E","\x66\x6F\x63\x75\x73","\x50\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E\x20\x74\x6F\x20\x73\x61\x76\x65\x20\x64\x6F\x63\x75\x6D\x65\x6E\x74\x20\x64\x65\x6E\x69\x65\x64\x2E","\x64\x6F\x63\x75\x6D\x65\x6E\x74","\x63\x6F\x6E\x74\x65\x6E\x74\x57\x69\x6E\x64\x6F\x77","\x53\x61\x76\x65\x41\x73","\x65\x78\x65\x63\x43\x6F\x6D\x6D\x61\x6E\x64","\x63\x6C\x69\x70\x62\x6F\x61\x72\x64\x44\x61\x74\x61","\x54\x65\x78\x74","\x73\x65\x74\x44\x61\x74\x61","\x6E\x73\x49\x43\x6C\x69\x70\x62\x6F\x61\x72\x64","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x77\x69\x64\x67\x65\x74\x2F\x63\x6C\x69\x70\x62\x6F\x61\x72\x64\x3B\x31","\x6E\x73\x49\x54\x72\x61\x6E\x73\x66\x65\x72\x61\x62\x6C\x65","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x77\x69\x64\x67\x65\x74\x2F\x74\x72\x61\x6E\x73\x66\x65\x72\x61\x62\x6C\x65\x3B\x31","\x74\x65\x78\x74\x2F\x75\x6E\x69\x63\x6F\x64\x65","\x61\x64\x64\x44\x61\x74\x61\x46\x6C\x61\x76\x6F\x72","\x6E\x73\x49\x53\x75\x70\x70\x6F\x72\x74\x73\x53\x74\x72\x69\x6E\x67","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x73\x75\x70\x70\x6F\x72\x74\x73\x2D\x73\x74\x72\x69\x6E\x67\x3B\x31","\x64\x61\x74\x61","\x73\x65\x74\x54\x72\x61\x6E\x73\x66\x65\x72\x44\x61\x74\x61","\x6B\x47\x6C\x6F\x62\x61\x6C\x43\x6C\x69\x70\x62\x6F\x61\x72\x64","\x47\x45\x54","\x73\x65\x6E\x64","\x73\x69\x6D\x75\x6C\x61\x74\x65","\x6F\x6E\x72\x65\x61\x64\x79\x73\x74\x61\x74\x65\x63\x68\x61\x6E\x67\x65","\x72\x65\x61\x64\x79\x53\x74\x61\x74\x65","\x61\x64\x64\x45\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72","\x20\x3D\x20\x5B\x6E\x75\x6C\x6C\x5D\x0A","\x20\x3D\x3E\x20\x5B\x46\x75\x6E\x63\x74\x69\x6F\x6E\x5D\x0A","\x20\x3D\x3E\x20\x5B","\x5D\x0A","\x20\x3D\x20","\x50\x49","\x61\x62\x73","\x63\x6F\x73","\x73\x69\x6E","\x73\x71\x72\x74","\x61\x74\x61\x6E\x32","\x63\x65\x69\x6C","\x74\x6F\x52\x61\x64\x69\x61\x6E\x73","\x67\x65\x74\x52\x6F\x74\x61\x74\x65\x64\x50\x6F\x69\x6E\x74","\x67\x65\x74\x56\x61\x6C\x75\x65","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x4E\x4F\x4E\x45","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x4E\x4F\x52\x54\x48","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x57\x45\x53\x54","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x53\x4F\x55\x54\x48","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x45\x41\x53\x54","\x61\x62\x73\x6F\x6C\x75\x74\x65\x50\x6F\x69\x6E\x74\x73","\x70\x74\x53\x65\x67\x44\x69\x73\x74\x53\x71","\x76\x69\x65\x77","\x63\x6F\x6E\x74\x61\x69\x6E\x73","\x6F\x66\x66\x73\x65\x74\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x53\x63\x72\x6F\x6C\x6C\x4F\x72\x69\x67\x69\x6E","\x67\x65\x74\x4F\x66\x66\x73\x65\x74","\x5E\x5B","\x5C\x73","\x5D\x2B","\x67","\x5B","\x5D\x2B\x24","\x72\x74\x72\x69\x6D","\x6C\x74\x72\x69\x6D","\x30\x78","\x30\x58","\x61\x6E\x69\x6D\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x73","\x66\x61\x64\x65\x4F\x75\x74","\x69\x73\x56\x6D\x6C","\x61\x6C\x70\x68\x61\x28\x6F\x70\x61\x63\x69\x74\x79\x3D","\x29","\x6F\x70\x61\x63\x69\x74\x79","\x43\x53\x53\x31\x43\x6F\x6D\x70\x61\x74","\x56\x4D\x4C\x5F\x50\x52\x45\x46\x49\x58","\x3A\x69\x6D\x61\x67\x65","\x62\x6F\x72\x64\x65\x72\x53\x74\x79\x6C\x65","\x69\x6D\x67","\x62\x6F\x72\x64\x65\x72","\x30","\x63\x6F\x6D\x70\x61\x72\x65","\x73\x6F\x72\x74","\x3B","\x69\x6E\x64\x65\x78\x4F\x66\x53\x74\x79\x6C\x65\x6E\x61\x6D\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x53\x74\x79\x6C\x65","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x73\x65\x74\x53\x74\x79\x6C\x65\x46\x6C\x61\x67","\x3D\x30","\x41\x4C\x49\x47\x4E\x5F\x43\x45\x4E\x54\x45\x52","\x41\x4C\x49\x47\x4E\x5F\x52\x49\x47\x48\x54","\x41\x4C\x49\x47\x4E\x5F\x4D\x49\x44\x44\x4C\x45","\x41\x4C\x49\x47\x4E\x5F\x42\x4F\x54\x54\x4F\x4D","\x44\x45\x46\x41\x55\x4C\x54\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x44\x45\x46\x41\x55\x4C\x54\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x64\x69\x76","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x72\x6F\x75\x6E\x64","\x6C\x69\x6E\x65\x48\x65\x69\x67\x68\x74","\x4C\x49\x4E\x45\x5F\x48\x45\x49\x47\x48\x54","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x6E\x6F\x77\x72\x61\x70","\x64\x69\x73\x70\x6C\x61\x79","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x69\x6E\x6C\x69\x6E\x65","\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B","\x7A\x6F\x6F\x6D","\x31","\x67\x65\x74\x52\x6F\x6F\x74","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x69\x73\x45\x76\x65\x6E\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x45\x76\x65\x6E\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x64\x72\x61\x77\x50\x61\x6E\x65","\x6F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74\x4E\x53","\x63\x61\x6E\x76\x61\x73","\x63\x6C\x6F\x6E\x65\x4E\x6F\x64\x65","\x67\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65","\x65\x6E\x63\x6F\x64\x65","\x64\x65\x73\x74\x72\x6F\x79","\x50\x41\x47\x45\x5F\x46\x4F\x52\x4D\x41\x54\x5F\x41\x34\x5F\x50\x4F\x52\x54\x52\x41\x49\x54","\x67\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x53\x63\x61\x6C\x65","\x66\x6C\x6F\x6F\x72","\x3C\x68\x74\x6D\x6C\x3E\x3C\x68\x65\x61\x64\x3E","\x62\x61\x73\x65","\x3C\x73\x74\x79\x6C\x65\x3E","\x73\x74\x79\x6C\x65\x53\x68\x65\x65\x74\x73","\x3C\x2F\x73\x74\x79\x6C\x65\x3E\x3C\x2F\x68\x65\x61\x64\x3E","\x3C\x62\x6F\x64\x79\x3E","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x3C\x2F\x62\x6F\x64\x79\x3E","\x3C\x68\x74\x6D\x6C\x3E","\x44\x49\x56","\x3C\x68\x74\x6D\x6C","\x3C\x68\x65\x61\x64\x3E","\x67\x65\x74\x4F\x75\x74\x65\x72\x48\x74\x6D\x6C","\x3C\x2F\x68\x65\x61\x64\x3E","\x3C\x2F\x68\x74\x6D\x6C\x3E","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x28","\x2C","\x6F\x77\x6E\x65\x72\x53\x56\x47\x45\x6C\x65\x6D\x65\x6E\x74","\x73\x68\x6F\x77","\x70\x72\x69\x6E\x74","\x36\x33\x36\x70\x78","\x34\x36\x30\x70\x78","\x70\x72\x65","\x26\x6E\x62\x73\x70\x3B","\x3C\x62\x72\x3E","\x50\x6F\x70\x75\x70\x20\x57\x69\x6E\x64\x6F\x77","\x3C\x70\x72\x65\x3E","\x3C\x2F\x70\x72\x65","\x70\x61\x64\x64\x69\x6E\x67","\x32\x30\x70\x78","\x65\x72\x72\x6F\x72\x49\x6D\x61\x67\x65","\x76\x61\x6C\x69\x67\x6E","\x62\x6F\x74\x74\x6F\x6D","\x6D\x69\x64\x64\x6C\x65","\xA0","\x65\x72\x72\x6F\x72\x52\x65\x73\x6F\x75\x72\x63\x65","\x66\x6C\x6F\x61\x74\x3A\x72\x69\x67\x68\x74","\x63\x6C\x6F\x73\x65\x52\x65\x73\x6F\x75\x72\x63\x65","\x64\x72\x61\x67\x4F\x66\x66\x73\x65\x74","\x54\x4F\x4F\x4C\x54\x49\x50\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x4F\x46\x46\x53\x45\x54","\x61\x75\x74\x6F\x73\x63\x72\x6F\x6C\x6C","\x73\x65\x74\x47\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x68\x69\x67\x68\x6C\x69\x67\x68\x74\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74\x73","\x67\x65\x74\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x67\x65\x74\x47\x72\x61\x70\x68\x46\x6F\x72\x45\x76\x65\x6E\x74","\x63\x72\x65\x61\x74\x65\x44\x72\x61\x67\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x72\x65\x61\x74\x65\x50\x72\x65\x76\x69\x65\x77\x45\x6C\x65\x6D\x65\x6E\x74","\x65\x78\x61\x63\x74","\x66\x61\x73\x74\x65\x72","\x66\x61\x73\x74\x65\x73\x74","\x73\x76\x67","\x76\x6D\x6C","\x6D\x69\x78\x65\x64\x48\x74\x6D\x6C","\x70\x72\x65\x66\x65\x72\x48\x74\x6D\x6C","\x73\x74\x72\x69\x63\x74\x48\x74\x6D\x6C","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x32\x30\x30\x30\x2F\x73\x76\x67","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x31\x39\x39\x39\x2F\x78\x68\x74\x6D\x6C","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x31\x39\x39\x39\x2F\x78\x6C\x69\x6E\x6B","\x67\x72\x61\x79","\x23\x30\x30\x46\x46\x30\x30","\x23\x46\x46\x30\x30\x30\x30","\x6D\x6F\x76\x65","\x64\x65\x66\x61\x75\x6C\x74","\x23\x30\x30\x30\x30\x46\x46","\x23\x30\x30\x39\x39\x46\x46","\x62\x6C\x61\x63\x6B","\x79\x65\x6C\x6C\x6F\x77","\x23\x30\x30\x46\x46\x46\x46","\x23\x30\x30\x33\x33\x46\x46","\x41\x72\x69\x61\x6C\x2C\x48\x65\x6C\x76\x65\x74\x69\x63\x61","\x70\x65\x72\x69\x6D\x65\x74\x65\x72","\x73\x6F\x75\x72\x63\x65\x50\x6F\x72\x74","\x74\x61\x72\x67\x65\x74\x50\x6F\x72\x74","\x70\x6F\x72\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x74\x65\x78\x74\x4F\x70\x61\x63\x69\x74\x79","\x6F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C","\x65\x78\x69\x74\x58","\x65\x78\x69\x74\x59","\x65\x78\x69\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x65\x6E\x74\x72\x79\x58","\x65\x6E\x74\x72\x79\x59","\x65\x6E\x74\x72\x79\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x66\x69\x6C\x6C\x43\x6F\x6C\x6F\x72","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x46\x69\x6C\x6C\x43\x6F\x6C\x6F\x72","\x67\x72\x61\x64\x69\x65\x6E\x74\x43\x6F\x6C\x6F\x72","\x67\x72\x61\x64\x69\x65\x6E\x74\x44\x69\x72\x65\x63\x74\x69\x6F\x6E","\x73\x74\x72\x6F\x6B\x65\x43\x6F\x6C\x6F\x72","\x73\x65\x70\x61\x72\x61\x74\x6F\x72\x43\x6F\x6C\x6F\x72","\x73\x74\x72\x6F\x6B\x65\x57\x69\x64\x74\x68","\x61\x6C\x69\x67\x6E","\x6C\x61\x62\x65\x6C\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x76\x65\x72\x74\x69\x63\x61\x6C\x4C\x61\x62\x65\x6C\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x69\x6D\x61\x67\x65\x41\x73\x70\x65\x63\x74","\x69\x6D\x61\x67\x65\x41\x6C\x69\x67\x6E","\x69\x6D\x61\x67\x65\x56\x65\x72\x74\x69\x63\x61\x6C\x41\x6C\x69\x67\x6E","\x67\x6C\x61\x73\x73","\x69\x6D\x61\x67\x65","\x69\x6D\x61\x67\x65\x57\x69\x64\x74\x68","\x69\x6D\x61\x67\x65\x48\x65\x69\x67\x68\x74","\x69\x6D\x61\x67\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x69\x6D\x61\x67\x65\x42\x6F\x72\x64\x65\x72","\x66\x6C\x69\x70\x48","\x66\x6C\x69\x70\x56","\x6E\x6F\x4C\x61\x62\x65\x6C","\x6E\x6F\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6C\x61\x62\x65\x6C\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x6C\x61\x62\x65\x6C\x42\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x6C\x61\x62\x65\x6C\x50\x61\x64\x64\x69\x6E\x67","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x68\x61\x70\x65","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x49\x6D\x61\x67\x65","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x43\x6F\x6C\x6F\x72","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x74\x72\x6F\x6B\x65\x43\x6F\x6C\x6F\x72","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x47\x72\x61\x64\x69\x65\x6E\x74\x43\x6F\x6C\x6F\x72","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x70\x61\x63\x69\x6E\x67","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x57\x69\x64\x74\x68","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x48\x65\x69\x67\x68\x74","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x44\x69\x72\x65\x63\x74\x69\x6F\x6E","\x73\x68\x61\x64\x6F\x77","\x73\x65\x67\x6D\x65\x6E\x74","\x65\x6E\x64\x41\x72\x72\x6F\x77","\x73\x74\x61\x72\x74\x41\x72\x72\x6F\x77","\x65\x6E\x64\x53\x69\x7A\x65","\x73\x74\x61\x72\x74\x53\x69\x7A\x65","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x4C\x69\x6E\x65","\x65\x6E\x64\x46\x69\x6C\x6C","\x73\x74\x61\x72\x74\x46\x69\x6C\x6C","\x64\x61\x73\x68\x65\x64","\x64\x61\x73\x68\x50\x61\x74\x74\x65\x72\x6E","\x72\x6F\x75\x6E\x64\x65\x64","\x63\x75\x72\x76\x65\x64","\x61\x72\x63\x53\x69\x7A\x65","\x73\x6D\x6F\x6F\x74\x68","\x73\x6F\x75\x72\x63\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x53\x70\x61\x63\x69\x6E\x67","\x74\x61\x72\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x53\x70\x61\x63\x69\x6E\x67","\x70\x65\x72\x69\x6D\x65\x74\x65\x72\x53\x70\x61\x63\x69\x6E\x67","\x73\x70\x61\x63\x69\x6E\x67","\x73\x70\x61\x63\x69\x6E\x67\x54\x6F\x70","\x73\x70\x61\x63\x69\x6E\x67\x4C\x65\x66\x74","\x73\x70\x61\x63\x69\x6E\x67\x42\x6F\x74\x74\x6F\x6D","\x73\x70\x61\x63\x69\x6E\x67\x52\x69\x67\x68\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x64\x69\x72\x65\x63\x74\x69\x6F\x6E","\x65\x6C\x62\x6F\x77","\x66\x6F\x6E\x74\x43\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x53\x74\x79\x6C\x65","\x61\x75\x74\x6F\x73\x69\x7A\x65","\x66\x6F\x6C\x64\x61\x62\x6C\x65","\x65\x64\x69\x74\x61\x62\x6C\x65","\x62\x65\x6E\x64\x61\x62\x6C\x65","\x6D\x6F\x76\x61\x62\x6C\x65","\x72\x65\x73\x69\x7A\x61\x62\x6C\x65","\x63\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x64\x65\x6C\x65\x74\x61\x62\x6C\x65","\x65\x64\x67\x65\x53\x74\x79\x6C\x65","\x6C\x6F\x6F\x70\x53\x74\x79\x6C\x65","\x72\x6F\x75\x74\x69\x6E\x67\x43\x65\x6E\x74\x65\x72\x58","\x72\x6F\x75\x74\x69\x6E\x67\x43\x65\x6E\x74\x65\x72\x59","\x72\x65\x63\x74\x61\x6E\x67\x6C\x65","\x65\x6C\x6C\x69\x70\x73\x65","\x64\x6F\x75\x62\x6C\x65\x45\x6C\x6C\x69\x70\x73\x65","\x72\x68\x6F\x6D\x62\x75\x73","\x6C\x69\x6E\x65","\x61\x72\x72\x6F\x77","\x6C\x61\x62\x65\x6C","\x63\x79\x6C\x69\x6E\x64\x65\x72","\x73\x77\x69\x6D\x6C\x61\x6E\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72","\x61\x63\x74\x6F\x72","\x63\x6C\x6F\x75\x64","\x74\x72\x69\x61\x6E\x67\x6C\x65","\x68\x65\x78\x61\x67\x6F\x6E","\x63\x6C\x61\x73\x73\x69\x63","\x62\x6C\x6F\x63\x6B","\x6F\x76\x61\x6C","\x64\x69\x61\x6D\x6F\x6E\x64","\x64\x69\x61\x6D\x6F\x6E\x64\x54\x68\x69\x6E","\x63\x65\x6E\x74\x65\x72","\x72\x69\x67\x68\x74","\x6E\x6F\x72\x74\x68","\x73\x6F\x75\x74\x68","\x65\x61\x73\x74","\x77\x65\x73\x74","\x76\x65\x72\x74\x69\x63\x61\x6C","\x65\x6C\x62\x6F\x77\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x65\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6C\x6F\x6F\x70\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x73\x69\x64\x65\x54\x6F\x53\x69\x64\x65\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x74\x6F\x70\x54\x6F\x42\x6F\x74\x74\x6F\x6D\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x73\x65\x67\x6D\x65\x6E\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x65\x6C\x6C\x69\x70\x73\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x72\x65\x63\x74\x61\x6E\x67\x6C\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x72\x68\x6F\x6D\x62\x75\x73\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x74\x72\x69\x61\x6E\x67\x6C\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x70\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x63\x6F\x6E\x73\x75\x6D\x65\x64","\x67\x65\x74\x4E\x61\x6D\x65","\x67\x65\x74\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x67\x65\x74\x50\x72\x6F\x70\x65\x72\x74\x79","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x63\x6F\x6E\x73\x75\x6D\x65","\x65\x76\x74","\x73\x74\x61\x74\x65","\x67\x72\x61\x70\x68\x58","\x67\x72\x61\x70\x68\x59","\x67\x65\x74\x45\x76\x65\x6E\x74","\x67\x65\x74\x53\x6F\x75\x72\x63\x65","\x69\x73\x53\x6F\x75\x72\x63\x65","\x67\x65\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x59","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x67\x65\x74\x47\x72\x61\x70\x68\x58","\x67\x65\x74\x47\x72\x61\x70\x68\x59","\x67\x65\x74\x43\x65\x6C\x6C","\x69\x73\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x70\x72\x65\x76\x65\x6E\x74\x44\x65\x66\x61\x75\x6C\x74","\x72\x65\x74\x75\x72\x6E\x56\x61\x6C\x75\x65","\x73\x65\x74\x45\x76\x65\x6E\x74\x53\x6F\x75\x72\x63\x65","\x65\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x65\x76\x65\x6E\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x65\x76\x65\x6E\x74\x53\x6F\x75\x72\x63\x65","\x67\x65\x74\x45\x76\x65\x6E\x74\x53\x6F\x75\x72\x63\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x6F\x6E","\x66","\x72\x65\x6D\x6F\x76\x65\x45\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72","\x64\x65\x74\x61\x63\x68\x45\x76\x65\x6E\x74","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x6D\x6F\x75\x73\x65\x75\x70","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x74\x6F\x75\x63\x68\x73\x74\x61\x72\x74","\x74\x6F\x75\x63\x68\x6D\x6F\x76\x65","\x74\x6F\x75\x63\x68\x65\x6E\x64","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x64\x62\x6C\x63\x6C\x69\x63\x6B","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x72\x65\x6C\x65\x61\x73\x65","\x65\x76\x65\x6E\x74","\x64\x65\x74\x61\x69\x6C","\x77\x68\x65\x65\x6C\x44\x65\x6C\x74\x61","\x6D\x6F\x75\x73\x65\x77\x68\x65\x65\x6C","\x44\x4F\x4D\x4D\x6F\x75\x73\x65\x53\x63\x72\x6F\x6C\x6C","\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x6F\x6E\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x72\x65\x74\x75\x72\x6E\x20\x66\x61\x6C\x73\x65\x3B","\x73\x72\x63\x45\x6C\x65\x6D\x65\x6E\x74","\x74\x61\x72\x67\x65\x74","\x69\x73\x52\x69\x67\x68\x74\x4D\x6F\x75\x73\x65\x42\x75\x74\x74\x6F\x6E","\x69\x73\x53\x68\x69\x66\x74\x44\x6F\x77\x6E","\x69\x73\x43\x6F\x6E\x74\x72\x6F\x6C\x44\x6F\x77\x6E","\x73\x68\x69\x66\x74\x4B\x65\x79","\x61\x6C\x74\x4B\x65\x79","\x63\x74\x72\x6C\x4B\x65\x79","\x6D\x65\x74\x61\x4B\x65\x79","\x74\x6F\x75\x63\x68\x65\x73","\x63\x68\x61\x6E\x67\x65\x64\x54\x6F\x75\x63\x68\x65\x73","\x63\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x4D\x61\x69\x6E\x45\x76\x65\x6E\x74","\x63\x6C\x69\x65\x6E\x74\x59","\x73\x74\x6F\x70\x50\x72\x6F\x70\x61\x67\x61\x74\x69\x6F\x6E","\x63\x61\x6E\x63\x65\x6C\x42\x75\x62\x62\x6C\x65","\x6D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x6D\x6F\x75\x73\x65\x4D\x6F\x76\x65","\x6D\x6F\x75\x73\x65\x55\x70","\x61\x63\x74\x69\x76\x61\x74\x65","\x72\x65\x73\x69\x7A\x65\x53\x74\x61\x72\x74","\x72\x65\x73\x69\x7A\x65\x45\x6E\x64","\x6D\x6F\x76\x65\x53\x74\x61\x72\x74","\x6D\x6F\x76\x65\x45\x6E\x64","\x70\x61\x6E\x53\x74\x61\x72\x74","\x70\x61\x6E","\x70\x61\x6E\x45\x6E\x64","\x6D\x69\x6E\x69\x6D\x69\x7A\x65","\x6E\x6F\x72\x6D\x61\x6C\x69\x7A\x65","\x6D\x61\x78\x69\x6D\x69\x7A\x65","\x68\x69\x64\x65","\x72\x65\x66\x72\x65\x73\x68","\x73\x69\x7A\x65","\x73\x65\x6C\x65\x63\x74","\x66\x69\x72\x65\x64","\x72\x65\x63\x65\x69\x76\x65","\x63\x6F\x6E\x6E\x65\x63\x74","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x73\x75\x73\x70\x65\x6E\x64","\x72\x65\x73\x75\x6D\x65","\x6D\x61\x72\x6B","\x73\x65\x73\x73\x69\x6F\x6E","\x72\x6F\x6F\x74","\x70\x6F\x73\x74","\x73\x61\x76\x65","\x62\x65\x66\x6F\x72\x65\x41\x64\x64\x56\x65\x72\x74\x65\x78","\x61\x64\x64\x56\x65\x72\x74\x65\x78","\x61\x66\x74\x65\x72\x41\x64\x64\x56\x65\x72\x74\x65\x78","\x64\x6F\x6E\x65","\x65\x78\x65\x63\x75\x74\x65\x64","\x73\x74\x61\x72\x74\x45\x64\x69\x74","\x65\x6E\x64\x45\x64\x69\x74","\x62\x65\x66\x6F\x72\x65\x55\x6E\x64\x6F","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x68\x61\x6E\x67\x65","\x6E\x6F\x74\x69\x66\x79","\x6C\x61\x79\x6F\x75\x74\x43\x65\x6C\x6C\x73","\x73\x63\x61\x6C\x65\x41\x6E\x64\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x75\x70","\x64\x6F\x77\x6E","\x61\x64\x64\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x41\x64\x64\x65\x64","\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x4D\x6F\x76\x65\x64","\x72\x65\x73\x69\x7A\x65\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x52\x65\x73\x69\x7A\x65\x64","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x54\x6F\x67\x67\x6C\x65\x64","\x6F\x72\x64\x65\x72\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x4F\x72\x64\x65\x72\x65\x64","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x52\x65\x6D\x6F\x76\x65\x64","\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x75\x6E\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x66\x6F\x6C\x64\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x46\x6F\x6C\x64\x65\x64","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73","\x6C\x61\x62\x65\x6C\x43\x68\x61\x6E\x67\x65\x64","\x63\x6F\x6E\x6E\x65\x63\x74\x43\x65\x6C\x6C","\x63\x65\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x73\x70\x6C\x69\x74\x45\x64\x67\x65","\x66\x6C\x69\x70\x45\x64\x67\x65","\x73\x74\x61\x72\x74\x45\x64\x69\x74\x69\x6E\x67","\x61\x64\x64\x4F\x76\x65\x72\x6C\x61\x79","\x72\x65\x6D\x6F\x76\x65\x4F\x76\x65\x72\x6C\x61\x79","\x75\x70\x64\x61\x74\x65\x43\x65\x6C\x6C\x53\x69\x7A\x65","\x65\x73\x63\x61\x70\x65","\x64\x6F\x75\x62\x6C\x65\x43\x6C\x69\x63\x6B","\x73\x74\x61\x72\x74","\x72\x65\x73\x65\x74","\x75\x72\x6C","\x70\x61\x72\x61\x6D\x73","\x6D\x65\x74\x68\x6F\x64","\x50\x4F\x53\x54","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x62\x69\x6E\x61\x72\x79","\x72\x65\x71\x75\x65\x73\x74","\x69\x73\x42\x69\x6E\x61\x72\x79","\x73\x65\x74\x42\x69\x6E\x61\x72\x79","\x72\x65\x73\x70\x6F\x6E\x73\x65\x54\x65\x78\x74","\x67\x65\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x74\x58\x6D\x6C","\x72\x65\x73\x70\x6F\x6E\x73\x65\x58\x4D\x4C","\x70\x61\x72\x73\x65\x58\x6D\x6C","\x67\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x74\x61\x74\x75\x73","\x58\x4D\x4C\x48\x74\x74\x70\x52\x65\x71\x75\x65\x73\x74","\x6F\x76\x65\x72\x72\x69\x64\x65\x4D\x69\x6D\x65\x54\x79\x70\x65","\x74\x65\x78\x74\x2F\x70\x6C\x61\x69\x6E\x3B\x20\x63\x68\x61\x72\x73\x65\x74\x3D\x78\x2D\x75\x73\x65\x72\x2D\x64\x65\x66\x69\x6E\x65\x64","\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x58\x4D\x4C\x48\x54\x54\x50","\x6F\x6E\x72\x65\x61\x64\x79\x73\x74\x61\x74\x65\x63\x68\x61\x61\x6E\x67\x65","\x62\x69\x6E\x64","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72\x73","\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x78\x2D\x77\x77\x77\x2D\x66\x6F\x72\x6D\x2D\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72","\x6F\x6E\x62\x65\x66\x6F\x72\x65\x75\x6E\x6C\x6F\x61\x64","\x66\x6F\x72\x6D","\x61\x63\x74\x69\x6F\x6E","\x26","\x73\x75\x62\x6D\x69\x74","\x63\x65\x6C\x6C\x73","\x69\x6E\x73\x65\x72\x74\x43\x6F\x75\x6E\x74","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x67\x65\x74\x45\x78\x70\x6F\x72\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x63\x6C\x6F\x6E\x65\x43\x65\x6C\x6C\x73","\x67\x65\x74\x49\x6D\x70\x6F\x72\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x53\x54\x45\x50\x53\x49\x5A\x45","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x69\x6D\x70\x6F\x72\x74\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x63\x6F\x6E\x74\x65\x6E\x74","\x69\x6E\x73\x74\x61\x6C\x6C\x4D\x61\x78\x69\x6D\x69\x7A\x65\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x4D\x69\x6E\x69\x6D\x69\x7A\x65\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x43\x6C\x6F\x73\x65\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x4D\x69\x6E\x69\x6D\x69\x7A\x61\x62\x6C\x65","\x73\x65\x74\x54\x69\x74\x6C\x65","\x69\x6E\x73\x74\x61\x6C\x6C\x4D\x6F\x76\x65\x48\x61\x6E\x64\x6C\x65\x72","\x72\x65\x70\x6C\x61\x63\x65\x43\x68\x69\x6C\x64","\x63\x6C\x6F\x73\x65\x49\x6D\x61\x67\x65","\x2F\x63\x6C\x6F\x73\x65\x2E\x67\x69\x66","\x6D\x69\x6E\x69\x6D\x69\x7A\x65\x49\x6D\x61\x67\x65","\x2F\x6D\x69\x6E\x69\x6D\x69\x7A\x65\x2E\x67\x69\x66","\x6E\x6F\x72\x6D\x61\x6C\x69\x7A\x65\x49\x6D\x61\x67\x65","\x2F\x6E\x6F\x72\x6D\x61\x6C\x69\x7A\x65\x2E\x67\x69\x66","\x6D\x61\x78\x69\x6D\x69\x7A\x65\x49\x6D\x61\x67\x65","\x2F\x6D\x61\x78\x69\x6D\x69\x7A\x65\x2E\x67\x69\x66","\x72\x65\x73\x69\x7A\x65\x49\x6D\x61\x67\x65","\x2F\x72\x65\x73\x69\x7A\x65\x2E\x67\x69\x66","\x6D\x69\x6E\x69\x6D\x75\x6D\x53\x69\x7A\x65","\x74\x69\x74\x6C\x65","\x6D\x78\x57\x69\x6E\x64\x6F\x77","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x54\x69\x74\x6C\x65","\x50\x61\x6E\x65","\x63\x6F\x6E\x74\x65\x6E\x74\x57\x72\x61\x70\x70\x65\x72","\x61\x63\x74\x69\x76\x65\x57\x69\x6E\x64\x6F\x77","\x7A\x49\x6E\x64\x65\x78","\x70\x72\x65\x76\x69\x6F\x75\x73\x57\x69\x6E\x64\x6F\x77","\x66\x69\x74","\x69\x73\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x32\x70\x78","\x6E\x77\x2D\x72\x65\x73\x69\x7A\x65","\x73\x65\x74\x53\x69\x7A\x65","\x72\x65\x6D\x6F\x76\x65\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x67\x65\x74\x4D\x69\x6E\x69\x6D\x75\x6D\x53\x69\x7A\x65","\x4D\x69\x6E\x69\x6D\x69\x7A\x65","\x6D\x61\x72\x67\x69\x6E\x52\x69\x67\x68\x74","\x31\x70\x78","\x4E\x6F\x72\x6D\x61\x6C\x69\x7A\x65","\x4D\x61\x78\x69\x6D\x69\x7A\x65","\x6D\x61\x72\x67\x69\x6E\x4C\x65\x66\x74","\x30\x70\x78","\x73\x65\x74\x4C\x6F\x63\x61\x74\x69\x6F\x6E","\x63\x6C\x6F\x73\x65\x49\x6D\x67","\x43\x6C\x6F\x73\x65","\x69\x6E\x73\x65\x72\x74\x42\x65\x66\x6F\x72\x65","\x73\x65\x74\x49\x6D\x61\x67\x65","\x34\x70\x78","\x6D\x61\x72\x67\x69\x6E\x54\x6F\x70","\x2D\x32\x70\x78","\x67\x65\x74\x54\x61\x62\x6C\x65","\x61\x64\x64\x42\x75\x74\x74\x6F\x6E\x73","\x6F\x6B","\x4F\x4B","\x63\x61\x6E\x63\x65\x6C","\x43\x61\x6E\x63\x65\x6C","\x61\x64\x64\x54\x65\x78\x74","\x69\x6E\x70\x75\x74","\x74\x65\x78\x74","\x61\x64\x64\x46\x69\x65\x6C\x64","\x61\x64\x64\x43\x68\x65\x63\x6B\x62\x6F\x78","\x63\x68\x65\x63\x6B\x62\x6F\x78","\x63\x68\x65\x63\x6B\x65\x64","\x61\x64\x64\x54\x65\x78\x74\x61\x72\x65\x61","\x72\x6F\x77\x73","\x61\x64\x64\x43\x6F\x6D\x62\x6F","\x6D\x75\x6C\x74\x69\x70\x6C\x65","\x61\x64\x64\x4F\x70\x74\x69\x6F\x6E","\x6F\x70\x74\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x65\x64","\x72\x65\x73\x69\x7A\x65\x57\x69\x64\x74\x68","\x72\x65\x73\x69\x7A\x65\x48\x65\x69\x67\x68\x74","\x68\x61\x6E\x64\x6C\x69\x6E\x67\x52\x65\x73\x69\x7A\x65","\x67\x65\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74\x57\x69\x64\x74\x68","\x67\x65\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x65\x6C\x65\x6D\x65\x6E\x74","\x64\x72\x6F\x70\x48\x61\x6E\x64\x6C\x65\x72","\x64\x72\x61\x67\x45\x6C\x65\x6D\x65\x6E\x74","\x70\x72\x65\x76\x69\x65\x77\x45\x6C\x65\x6D\x65\x6E\x74","\x65\x6E\x61\x62\x6C\x65\x64","\x63\x75\x72\x72\x65\x6E\x74\x47\x72\x61\x70\x68","\x63\x75\x72\x72\x65\x6E\x74\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x63\x75\x72\x72\x65\x6E\x74\x50\x6F\x69\x6E\x74","\x63\x75\x72\x72\x65\x6E\x74\x47\x75\x69\x64\x65","\x63\x75\x72\x72\x65\x6E\x74\x48\x69\x67\x68\x6C\x69\x67\x68\x74","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x64\x72\x61\x67\x45\x6C\x65\x6D\x65\x6E\x74\x5A\x49\x6E\x64\x65\x78","\x64\x72\x61\x67\x45\x6C\x65\x6D\x65\x6E\x74\x4F\x70\x61\x63\x69\x74\x79","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x47\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x43\x65\x6C\x6C\x41\x74","\x6D\x6F\x75\x73\x65\x4D\x6F\x76\x65\x48\x61\x6E\x64\x6C\x65\x72","\x73\x74\x61\x72\x74\x44\x72\x61\x67","\x6D\x6F\x75\x73\x65\x55\x70\x48\x61\x6E\x64\x6C\x65\x72","\x73\x74\x6F\x70\x44\x72\x61\x67","\x67\x72\x61\x70\x68\x43\x6F\x6E\x74\x61\x69\x6E\x73\x45\x76\x65\x6E\x74","\x64\x72\x61\x67\x45\x78\x69\x74","\x64\x72\x61\x67\x45\x6E\x74\x65\x72","\x64\x72\x61\x67\x4F\x76\x65\x72","\x64\x72\x6F\x70","\x69\x73\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x67\x65\x74\x47\x75\x69\x64\x65\x53\x74\x61\x74\x65\x73","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x61\x75\x74\x6F\x53\x63\x72\x6F\x6C\x6C","\x61\x75\x74\x6F\x45\x78\x74\x65\x6E\x64","\x73\x63\x72\x6F\x6C\x6C\x50\x6F\x69\x6E\x74\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x69\x73\x44\x72\x6F\x70\x45\x6E\x61\x62\x6C\x65\x64","\x68\x69\x67\x68\x6C\x69\x67\x68\x74","\x33","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64\x45\x76\x65\x6E\x74","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x72\x69\x64\x53\x69\x7A\x65","\x73\x6E\x61\x70","\x70\x72\x65\x76\x69\x65\x77\x4F\x66\x66\x73\x65\x74","\x6E\x6F\x52\x65\x73\x65\x74","\x75\x70\x64\x61\x74\x65\x44\x65\x66\x61\x75\x6C\x74\x4D\x6F\x64\x65","\x61\x64\x64\x49\x74\x65\x6D","\x6D\x78\x54\x6F\x6F\x6C\x62\x61\x72\x4D\x6F\x64\x65","\x6D\x78\x54\x6F\x6F\x6C\x62\x61\x72\x49\x74\x65\x6D","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x6D\x65\x6E\x75","\x63\x75\x72\x72\x65\x6E\x74\x49\x6D\x67","\x69\x73\x4D\x65\x6E\x75\x53\x68\x6F\x77\x69\x6E\x67","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x66\x61\x63\x74\x6F\x72\x79\x4D\x65\x74\x68\x6F\x64","\x53\x65\x6C\x65\x63\x74\x65\x64","\x6D\x6F\x75\x73\x65\x6F\x75\x74","\x6D\x78\x54\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6D\x62\x6F\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6D\x78\x54\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6D\x62\x6F","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E\x43\x6F\x6D\x62\x6F","\x73\x65\x6C\x65\x63\x74\x65\x64\x49\x6E\x64\x65\x78","\x6F\x70\x74\x69\x6F\x6E\x73","\x66\x75\x6E\x63\x74","\x61\x64\x64\x53\x77\x69\x74\x63\x68\x4D\x6F\x64\x65","\x69\x6E\x69\x74\x69\x61\x6C\x43\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x61\x6C\x74\x49\x63\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x65\x64\x4D\x6F\x64\x65","\x64\x65\x66\x61\x75\x6C\x74\x4D\x6F\x64\x65","\x73\x65\x6C\x65\x63\x74\x4D\x6F\x64\x65","\x61\x64\x64\x4D\x6F\x64\x65","\x64\x65\x66\x61\x75\x6C\x74\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x72\x65\x73\x65\x74\x4D\x6F\x64\x65","\x61\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x61\x64\x64\x42\x72\x65\x61\x6B","\x61\x64\x64\x4C\x69\x6E\x65","\x68\x72","\x36\x70\x78","\x75\x72\x6C\x49\x6E\x69\x74","\x75\x72\x6C\x50\x6F\x6C\x6C","\x75\x72\x6C\x4E\x6F\x74\x69\x66\x79","\x63\x6F\x64\x65\x63","\x6C\x6F\x6F\x6B\x75\x70","\x65\x64\x69\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x73\x75\x73\x70\x65\x6E\x64\x65\x64","\x3C\x65\x64\x69\x74\x3E","\x63\x68\x61\x6E\x67\x65\x73","\x75\x6E\x64\x6F\x6E\x65","\x65\x6E\x63\x6F\x64\x65\x43\x68\x61\x6E\x67\x65\x73","\x3C\x2F\x65\x64\x69\x74\x3E","\x6C\x69\x6E\x65\x66\x65\x65\x64","\x65\x73\x63\x61\x70\x65\x50\x6F\x73\x74\x44\x61\x74\x61","\x73\x69\x67\x6E\x69\x66\x69\x63\x61\x6E\x74\x52\x65\x6D\x6F\x74\x65\x43\x68\x61\x6E\x67\x65\x73","\x73\x65\x6E\x74","\x72\x65\x63\x65\x69\x76\x65\x64","\x70\x6F\x6C\x6C\x69\x6E\x67","\x70\x6F\x6C\x6C","\x73\x74\x6F\x70","\x72\x65\x61\x73\x6F\x6E","\x6D\x78\x53\x65\x73\x73\x69\x6F\x6E\x2E\x6E\x6F\x74\x69\x66\x79\x3A\x20","\x20\x78\x6D\x6C\x3D","\x3C\x6D\x65\x73\x73\x61\x67\x65\x3E\x3C\x64\x65\x6C\x74\x61\x3E","\x3C\x2F\x64\x65\x6C\x74\x61\x3E\x3C\x2F\x6D\x65\x73\x73\x61\x67\x65\x3E","\x78\x6D\x6C\x3D","\x69\x73\x56\x61\x6C\x69\x64\x52\x65\x73\x70\x6F\x6E\x73\x65","\x49\x6E\x76\x61\x6C\x69\x64\x20\x72\x65\x73\x70\x6F\x6E\x73\x65\x3A\x20","\x52\x65\x73\x70\x6F\x6E\x73\x65\x20\x6E\x6F\x74\x20\x72\x65\x61\x64\x79","\x54\x72\x61\x6E\x73\x6D\x69\x73\x73\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x3C\x3F\x70\x68\x70","\x6E\x61\x6D\x65\x73\x70\x61\x63\x65","\x70\x72\x65\x66\x69\x78","\x70\x72\x6F\x63\x65\x73\x73\x53\x74\x61\x74\x65","\x64\x65\x6C\x74\x61","\x70\x72\x6F\x63\x65\x73\x73\x44\x65\x6C\x74\x61","\x64\x65\x63\x6F\x64\x65","\x70\x72\x6F\x63\x65\x73\x73\x45\x64\x69\x74","\x64\x65\x63\x6F\x64\x65\x43\x68\x61\x6E\x67\x65\x73","\x63\x72\x65\x61\x74\x65\x55\x6E\x64\x6F\x61\x62\x6C\x65\x45\x64\x69\x74","\x73\x6F\x75\x72\x63\x65","\x64\x65\x63\x6F\x64\x65\x43\x68\x61\x6E\x67\x65","\x6D\x78\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x6D\x78\x43\x68\x69\x6C\x64\x43\x68\x61\x6E\x67\x65","\x70\x61\x72\x65\x6E\x74","\x63\x65\x6C\x6C\x52\x65\x6D\x6F\x76\x65\x64","\x67\x65\x74\x49\x64","\x70\x75\x74\x4F\x62\x6A\x65\x63\x74","\x73\x69\x67\x6E\x69\x66\x69\x63\x61\x6E\x74","\x72\x65\x64\x6F\x6E\x65","\x69\x73\x45\x6D\x70\x74\x79","\x69\x73\x53\x69\x67\x6E\x69\x66\x69\x63\x61\x6E\x74","\x64\x69\x65","\x68\x69\x73\x74\x6F\x72\x79","\x69\x6E\x64\x65\x78\x4F\x66\x4E\x65\x78\x74\x41\x64\x64","\x63\x61\x6E\x55\x6E\x64\x6F","\x63\x61\x6E\x52\x65\x64\x6F","\x75\x6E\x64\x6F\x61\x62\x6C\x65\x45\x64\x69\x74\x48\x61\x70\x70\x65\x6E\x65\x64","\x73\x68\x69\x66\x74","\x64\x61\x74\x61\x3A\x69\x6D\x61\x67\x65","\x69\x73\x52\x65\x6C\x61\x74\x69\x76\x65\x55\x72\x6C","\x70\x72\x6F\x74\x6F\x63\x6F\x6C","\x2F\x2F","\x68\x6F\x73\x74","\x70\x61\x74\x68\x6E\x61\x6D\x65","\x6C\x61\x73\x74\x49\x6E\x64\x65\x78\x4F\x66","\x74\x68\x72\x65\x61\x64","\x61\x63\x74\x69\x76\x65","\x64\x79","\x64\x78","\x74\x30\x79","\x74\x30\x78","\x74\x64\x79","\x74\x64\x78","\x73\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x6D\x6F\x75\x73\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x61\x64\x64\x4D\x6F\x75\x73\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x68\x61\x73\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x70\x61\x6E\x47\x72\x61\x70\x68","\x70\x61\x6E\x44\x78","\x70\x61\x6E\x44\x79","\x67\x65\x74\x44\x78","\x67\x65\x74\x44\x79","\x64\x65\x6C\x61\x79","\x73\x65\x74\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x73\x41\x63\x74\x69\x76\x65","\x70\x61\x6E\x54\x6F","\x68\x61\x6E\x64\x6C\x65\x4D\x6F\x75\x73\x65\x4F\x75\x74","\x64\x61\x6D\x70\x65\x72","\x63\x6C\x65\x61\x72\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65\x4D\x6F\x75\x73\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x73\x75\x62\x6D\x65\x6E\x75\x49\x6D\x61\x67\x65","\x2F\x73\x75\x62\x6D\x65\x6E\x75\x2E\x67\x69\x66","\x75\x73\x65\x4C\x65\x66\x74\x42\x75\x74\x74\x6F\x6E\x46\x6F\x72\x50\x6F\x70\x75\x70","\x69\x74\x65\x6D\x43\x6F\x75\x6E\x74","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x73\x6D\x61\x72\x74\x53\x65\x70\x61\x72\x61\x74\x6F\x72\x73","\x6C\x61\x62\x65\x6C\x73","\x6D\x78\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x64\x69\x73\x61\x62\x6C\x65\x43\x6F\x6E\x74\x65\x78\x74\x4D\x65\x6E\x75","\x69\x73\x4C\x65\x66\x74\x4D\x6F\x75\x73\x65\x42\x75\x74\x74\x6F\x6E","\x77\x69\x6C\x6C\x41\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x63\x6F\x6E\x74\x61\x69\x6E\x73\x49\x74\x65\x6D\x73","\x6D\x78\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75\x49\x74\x65\x6D","\x6D\x78\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75\x49\x63\x6F\x6E","\x20\x64\x69\x73\x61\x62\x6C\x65\x64","\x70\x61\x64\x64\x69\x6E\x67\x52\x69\x67\x68\x74","\x74\x65\x78\x74\x41\x6C\x69\x67\x6E","\x63\x72\x65\x61\x74\x65\x53\x75\x62\x6D\x65\x6E\x75","\x65\x76\x65\x6E\x74\x52\x65\x63\x65\x69\x76\x65\x72","\x61\x63\x74\x69\x76\x65\x52\x6F\x77","\x68\x69\x64\x65\x53\x75\x62\x6D\x65\x6E\x75","\x73\x68\x6F\x77\x53\x75\x62\x6D\x65\x6E\x75","\x6D\x78\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75\x49\x74\x65\x6D\x48\x6F\x76\x65\x72","\x30\x20\x30\x20\x30\x20\x30\x70\x78","\x63\x6F\x6C\x53\x70\x61\x6E","\x32","\x73\x68\x6F\x77\x4D\x65\x6E\x75","\x63\x68\x61\x6E\x67\x65\x48\x61\x6E\x64\x6C\x65\x72","\x67\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x43\x68\x61\x6E\x67\x65\x64","\x73\x65\x74\x47\x72\x61\x70\x68","\x67\x72\x61\x70\x68","\x61\x75\x74\x6F\x53\x61\x76\x65\x44\x65\x6C\x61\x79","\x61\x75\x74\x6F\x53\x61\x76\x65\x54\x68\x72\x6F\x74\x74\x6C\x65","\x61\x75\x74\x6F\x53\x61\x76\x65\x54\x68\x72\x65\x73\x68\x6F\x6C\x64","\x69\x67\x6E\x6F\x72\x65\x64\x43\x68\x61\x6E\x67\x65\x73","\x6C\x61\x73\x74\x53\x6E\x61\x70\x73\x68\x6F\x74","\x73\x74\x61\x72\x74\x41\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65\x41\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x73\x74\x6F\x70\x41\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x73\x74\x65\x70\x73","\x65\x61\x73\x65","\x73\x74\x65\x70","\x61\x6E\x69\x6D\x61\x74\x65\x43\x65\x6C\x6C","\x67\x65\x74\x44\x65\x6C\x74\x61","\x69\x73\x56\x65\x72\x74\x65\x78","\x6D\x6F\x76\x65\x53\x74\x61\x74\x65","\x73\x74\x6F\x70\x52\x65\x63\x75\x72\x73\x69\x6F\x6E","\x67\x65\x74\x4F\x72\x69\x67\x69\x6E\x46\x6F\x72\x43\x65\x6C\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x43\x65\x6C\x6C\x47\x65\x6F\x6D\x65\x74\x72\x79","\x69\x6D\x61\x67\x65\x73","\x61\x6C\x74","\x70\x75\x74\x49\x6D\x61\x67\x65","\x67\x65\x74\x49\x6D\x61\x67\x65","\x66\x61\x6C\x6C\x62\x61\x63\x6B","\x69\x6E\x63\x6C\x75\x64\x65\x4F\x76\x65\x72\x6C\x61\x79\x73","\x64\x72\x61\x77\x53\x74\x61\x74\x65","\x64\x72\x61\x77\x43\x65\x6C\x6C\x53\x74\x61\x74\x65","\x76\x69\x73\x69\x74\x53\x74\x61\x74\x65\x73\x52\x65\x63\x75\x72\x73\x69\x76\x65","\x64\x72\x61\x77\x4F\x76\x65\x72\x6C\x61\x79\x73","\x70\x61\x69\x6E\x74","\x72\x65\x73\x74\x6F\x72\x65","\x6F\x76\x65\x72\x6C\x61\x79\x73","\x63\x6F\x6E\x76\x65\x72\x74\x65\x72","\x63\x72\x65\x61\x74\x65\x55\x72\x6C\x43\x6F\x6E\x76\x65\x72\x74\x65\x72","\x73\x74\x61\x74\x65\x73","\x70\x61\x74\x68","\x72\x6F\x74\x61\x74\x65\x48\x74\x6D\x6C","\x6C\x61\x73\x74\x58","\x6C\x61\x73\x74\x59","\x6D\x6F\x76\x65\x4F\x70","\x4D","\x6C\x69\x6E\x65\x4F\x70","\x4C","\x71\x75\x61\x64\x4F\x70","\x51","\x63\x75\x72\x76\x65\x4F\x70","\x43","\x63\x6C\x6F\x73\x65\x4F\x70","\x5A","\x70\x6F\x69\x6E\x74\x65\x72\x45\x76\x65\x6E\x74\x73","\x63\x72\x65\x61\x74\x65\x53\x74\x61\x74\x65","\x33\x20\x33","\x66\x6C\x61\x74","\x6D\x69\x74\x65\x72","\x23\x30\x30\x30\x30\x30\x30","\x53\x48\x41\x44\x4F\x57\x43\x4F\x4C\x4F\x52","\x53\x48\x41\x44\x4F\x57\x5F\x4F\x50\x41\x43\x49\x54\x59","\x53\x48\x41\x44\x4F\x57\x5F\x4F\x46\x46\x53\x45\x54\x5F\x58","\x53\x48\x41\x44\x4F\x57\x5F\x4F\x46\x46\x53\x45\x54\x5F\x59","\x66\x6F\x72\x6D\x61\x74","\x61\x64\x64\x4F\x70","\x72\x6F\x74\x61\x74\x65\x50\x6F\x69\x6E\x74","\x70\x6F\x70","\x73\x65\x74\x41\x6C\x70\x68\x61","\x61\x6C\x70\x68\x61","\x73\x65\x74\x46\x69\x6C\x6C\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x47\x72\x61\x64\x69\x65\x6E\x74","\x66\x69\x6C\x6C\x41\x6C\x70\x68\x61","\x67\x72\x61\x64\x69\x65\x6E\x74\x41\x6C\x70\x68\x61","\x73\x65\x74\x53\x74\x72\x6F\x6B\x65\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x53\x74\x72\x6F\x6B\x65\x57\x69\x64\x74\x68","\x73\x65\x74\x44\x61\x73\x68\x65\x64","\x73\x65\x74\x44\x61\x73\x68\x50\x61\x74\x74\x65\x72\x6E","\x73\x65\x74\x4C\x69\x6E\x65\x43\x61\x70","\x6C\x69\x6E\x65\x43\x61\x70","\x73\x65\x74\x4C\x69\x6E\x65\x4A\x6F\x69\x6E","\x6C\x69\x6E\x65\x4A\x6F\x69\x6E","\x73\x65\x74\x4D\x69\x74\x65\x72\x4C\x69\x6D\x69\x74","\x6D\x69\x74\x65\x72\x4C\x69\x6D\x69\x74","\x73\x65\x74\x46\x6F\x6E\x74\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x46\x6F\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x46\x6F\x6E\x74\x42\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x42\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x46\x6F\x6E\x74\x53\x69\x7A\x65","\x73\x65\x74\x46\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x73\x65\x74\x46\x6F\x6E\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x53\x68\x61\x64\x6F\x77","\x73\x65\x74\x53\x68\x61\x64\x6F\x77\x43\x6F\x6C\x6F\x72","\x73\x68\x61\x64\x6F\x77\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x53\x68\x61\x64\x6F\x77\x41\x6C\x70\x68\x61","\x73\x68\x61\x64\x6F\x77\x41\x6C\x70\x68\x61","\x73\x65\x74\x53\x68\x61\x64\x6F\x77\x4F\x66\x66\x73\x65\x74","\x73\x68\x61\x64\x6F\x77\x44\x78","\x73\x68\x61\x64\x6F\x77\x44\x79","\x62\x65\x67\x69\x6E","\x6D\x6F\x76\x65\x54\x6F","\x6C\x69\x6E\x65\x54\x6F","\x71\x75\x61\x64\x54\x6F","\x63\x75\x72\x76\x65\x54\x6F","\x61\x72\x63\x54\x6F","\x61\x72\x63\x54\x6F\x43\x75\x72\x76\x65\x73","\x65\x6E\x64","\x77\x72\x69\x74\x65\x44\x65\x66\x61\x75\x6C\x74\x73","\x65\x78\x74\x65\x6E\x64","\x74\x65\x78\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x6F\x6D\x70\x72\x65\x73\x73\x65\x64","\x66\x6F\x6E\x74\x66\x61\x6D\x69\x6C\x79","\x66\x61\x6D\x69\x6C\x79","\x66\x6F\x6E\x74\x73\x69\x7A\x65","\x73\x68\x61\x64\x6F\x77\x63\x6F\x6C\x6F\x72","\x73\x68\x61\x64\x6F\x77\x61\x6C\x70\x68\x61","\x73\x68\x61\x64\x6F\x77\x6F\x66\x66\x73\x65\x74","\x74\x6F\x46\x69\x78\x65\x64","\x72\x6F\x74\x61\x74\x65","\x74\x68\x65\x74\x61","\x63\x78","\x63\x79","\x66\x69\x6C\x6C\x63\x6F\x6C\x6F\x72","\x67\x72\x61\x64\x69\x65\x6E\x74","\x63\x31","\x63\x32","\x77","\x68","\x61\x6C\x70\x68\x61\x31","\x61\x6C\x70\x68\x61\x32","\x73\x74\x72\x6F\x6B\x65\x63\x6F\x6C\x6F\x72","\x73\x74\x72\x6F\x6B\x65\x77\x69\x64\x74\x68","\x64\x61\x73\x68\x70\x61\x74\x74\x65\x72\x6E","\x70\x61\x74\x74\x65\x72\x6E","\x6C\x69\x6E\x65\x63\x61\x70","\x63\x61\x70","\x6C\x69\x6E\x65\x6A\x6F\x69\x6E","\x6D\x69\x74\x65\x72\x6C\x69\x6D\x69\x74","\x6C\x69\x6D\x69\x74","\x66\x6F\x6E\x74\x63\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x63\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x62\x6F\x72\x64\x65\x72\x63\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x73\x74\x79\x6C\x65","\x72\x65\x63\x74","\x72\x6F\x75\x6E\x64\x72\x65\x63\x74","\x63\x6F\x6E\x76\x65\x72\x74","\x61\x73\x70\x65\x63\x74","\x71\x75\x61\x64","\x78\x31","\x79\x31","\x78\x32","\x79\x32","\x63\x75\x72\x76\x65","\x78\x33","\x79\x33","\x69\x73\x4E\x6F\x64\x65","\x73\x74\x72","\x77\x72\x61\x70","\x66\x69\x6C\x6C","\x63\x6C\x69\x70","\x73\x74\x72\x6F\x6B\x65","\x66\x69\x6C\x6C\x41\x6E\x64\x53\x74\x72\x6F\x6B\x65","\x66\x69\x6C\x6C\x73\x74\x72\x6F\x6B\x65","\x67\x72\x61\x64\x69\x65\x6E\x74\x73","\x64\x65\x66\x73","\x73\x74\x79\x6C\x65\x45\x6E\x61\x62\x6C\x65\x64","\x63\x72\x65\x61\x74\x65\x53\x74\x79\x6C\x65","\x6D\x61\x74\x63\x68\x48\x74\x6D\x6C\x41\x6C\x69\x67\x6E\x6D\x65\x6E\x74","\x66\x6F\x45\x6E\x61\x62\x6C\x65\x64","\x73\x74\x72\x6F\x6B\x65\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x72\x65\x66\x43\x6F\x75\x6E\x74","\x62\x6C\x6F\x63\x6B\x49\x6D\x61\x67\x65\x50\x6F\x69\x6E\x74\x65\x72\x45\x76\x65\x6E\x74\x73","\x73\x76\x67\x7B\x66\x6F\x6E\x74\x2D\x66\x61\x6D\x69\x6C\x79\x3A","\x3B\x66\x6F\x6E\x74\x2D\x73\x69\x7A\x65\x3A","\x3B\x66\x69\x6C\x6C\x3A\x6E\x6F\x6E\x65\x3B\x73\x74\x72\x6F\x6B\x65\x2D\x6D\x69\x74\x65\x72\x6C\x69\x6D\x69\x74\x3A\x31\x30\x7D","\x4E\x53\x5F\x53\x56\x47","\x78\x6D\x6C\x6E\x73","\x63\x72\x65\x61\x74\x65\x47\x72\x61\x64\x69\x65\x6E\x74\x49\x64","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x53\x4F\x55\x54\x48","\x73","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x45\x41\x53\x54","\x65","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4E\x4F\x52\x54\x48","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x57\x45\x53\x54","\x6D\x78\x2D\x67\x72\x61\x64\x69\x65\x6E\x74\x2D","\x67\x65\x74\x53\x76\x67\x47\x72\x61\x64\x69\x65\x6E\x74","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x69\x64","\x63\x72\x65\x61\x74\x65\x53\x76\x67\x47\x72\x61\x64\x69\x65\x6E\x74","\x6C\x69\x6E\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6E\x74","\x30\x25","\x3B\x73\x74\x6F\x70\x2D\x6F\x70\x61\x63\x69\x74\x79\x3A","\x6F\x66\x66\x73\x65\x74","\x73\x74\x6F\x70\x2D\x63\x6F\x6C\x6F\x72\x3A","\x61\x64\x64\x4E\x6F\x64\x65","\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x6C\x6C","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74","\x75\x70\x64\x61\x74\x65\x53\x74\x72\x6F\x6B\x65","\x63\x72\x65\x61\x74\x65\x53\x68\x61\x64\x6F\x77","\x63\x72\x65\x61\x74\x65\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x70\x6F\x69\x6E\x74\x65\x72\x2D\x65\x76\x65\x6E\x74\x73","\x61\x6C\x6C","\x66\x69\x6C\x6C\x2D\x6F\x70\x61\x63\x69\x74\x79","\x75\x72\x6C\x28\x23","\x73\x74\x72\x6F\x6B\x65\x2D\x6F\x70\x61\x63\x69\x74\x79","\x73\x74\x72\x6F\x6B\x65\x2D\x77\x69\x64\x74\x68","\x75\x70\x64\x61\x74\x65\x53\x74\x72\x6F\x6B\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x73\x74\x72\x6F\x6B\x65\x2D\x64\x61\x73\x68\x61\x72\x72\x61\x79","\x63\x72\x65\x61\x74\x65\x44\x61\x73\x68\x50\x61\x74\x74\x65\x72\x6E","\x73\x74\x72\x6F\x6B\x65\x2D\x6C\x69\x6E\x65\x6A\x6F\x69\x6E","\x62\x75\x74\x74","\x73\x74\x72\x6F\x6B\x65\x2D\x6C\x69\x6E\x65\x63\x61\x70","\x73\x74\x72\x6F\x6B\x65\x2D\x6D\x69\x74\x65\x72\x6C\x69\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x77\x68\x69\x74\x65","\x29\x73\x63\x61\x6C\x65\x28","\x29\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x28","\x72\x6F\x74\x61\x74\x65\x28","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x43\x78","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x43\x79","\x72\x78","\x72\x79","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65\x4E\x53","\x78\x6C\x69\x6E\x6B\x3A\x68\x72\x65\x66","\x70\x72\x65\x73\x65\x72\x76\x65\x41\x73\x70\x65\x63\x74\x52\x61\x74\x69\x6F","\x73\x63\x61\x6C\x65\x28","\x70\x6F\x69\x6E\x74\x65\x72\x2D\x65\x76\x65\x6E\x74\x73\x3A\x6E\x6F\x6E\x65","\x63\x72\x65\x61\x74\x65\x44\x69\x76","\x64\x69\x73\x70\x6C\x61\x79\x3A\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B\x3B\x66\x6F\x6E\x74\x2D\x73\x69\x7A\x65\x3A","\x70\x78\x3B\x66\x6F\x6E\x74\x2D\x66\x61\x6D\x69\x6C\x79\x3A","\x3B\x63\x6F\x6C\x6F\x72\x3A","\x3B\x6C\x69\x6E\x65\x2D\x68\x65\x69\x67\x68\x74\x3A","\x70\x78\x3B","\x46\x4F\x4E\x54\x5F\x42\x4F\x4C\x44","\x66\x6F\x6E\x74\x2D\x77\x65\x69\x67\x68\x74\x3A\x62\x6F\x6C\x64\x3B","\x46\x4F\x4E\x54\x5F\x49\x54\x41\x4C\x49\x43","\x66\x6F\x6E\x74\x2D\x73\x74\x79\x6C\x65\x3A\x69\x74\x61\x6C\x69\x63\x3B","\x46\x4F\x4E\x54\x5F\x55\x4E\x44\x45\x52\x4C\x49\x4E\x45","\x66\x6F\x6E\x74\x2D\x64\x65\x63\x6F\x72\x61\x74\x69\x6F\x6E\x3A\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65\x3B","\x74\x65\x78\x74\x2D\x61\x6C\x69\x67\x6E\x3A\x63\x65\x6E\x74\x65\x72\x3B","\x74\x65\x78\x74\x2D\x61\x6C\x69\x67\x6E\x3A\x72\x69\x67\x68\x74\x3B","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x2D\x63\x6F\x6C\x6F\x72\x3A","\x62\x6F\x72\x64\x65\x72\x3A\x31\x70\x78\x20\x73\x6F\x6C\x69\x64\x20","\x26\x61\x6D\x70\x3B\x67\x74\x3B","\x26\x61\x6D\x70\x3B\x6C\x74\x3B","\x3C\x64\x69\x76\x20\x78\x6D\x6C\x6E\x73\x3D\x22\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x31\x39\x39\x39\x2F\x78\x68\x74\x6D\x6C\x22\x20\x73\x74\x79\x6C\x65\x3D\x22\x64\x69\x73\x70\x6C\x61\x79\x3A\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B\x3B","\x22\x3E","\x3C\x2F\x64\x69\x76\x3E","\x3C\x68\x72\x20\x2F\x3E","\x3C\x62\x72\x20\x2F\x3E","\x3C\x64\x69\x76\x20\x78\x6D\x6C\x6E\x73\x3D\x22\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x31\x39\x39\x39\x2F\x78\x68\x74\x6D\x6C\x22\x20\x73\x74\x79\x6C\x65\x3D\x22","\x68\x74\x6D\x6C","\x76\x65\x72\x74\x69\x63\x61\x6C\x2D\x61\x6C\x69\x67\x6E\x3A\x74\x6F\x70\x3B","\x6F\x76\x65\x72\x66\x6C\x6F\x77\x3A\x68\x69\x64\x64\x65\x6E\x3B","\x6D\x61\x78\x2D\x68\x65\x69\x67\x68\x74\x3A","\x77\x69\x64\x74\x68\x3A","\x77\x68\x69\x74\x65\x2D\x73\x70\x61\x63\x65\x3A\x6E\x6F\x72\x6D\x61\x6C\x3B","\x77\x68\x69\x74\x65\x2D\x73\x70\x61\x63\x65\x3A\x6E\x6F\x77\x72\x61\x70\x3B","\x66\x6F\x72\x65\x69\x67\x6E\x4F\x62\x6A\x65\x63\x74","\x70\x6C\x61\x69\x6E\x54\x65\x78\x74","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x70","\x6D\x78\x2D\x63\x6C\x69\x70\x2D","\x63\x6C\x69\x70\x50\x61\x74\x68","\x63\x6C\x69\x70\x2D\x70\x61\x74\x68","\x75\x70\x64\x61\x74\x65\x46\x6F\x6E\x74","\x74\x65\x78\x74\x2D\x61\x6E\x63\x68\x6F\x72","\x66\x6F\x6E\x74\x2D\x73\x69\x7A\x65","\x61\x64\x64\x54\x65\x78\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x66\x6F\x6E\x74\x2D\x66\x61\x6D\x69\x6C\x79","\x66\x6F\x6E\x74\x2D\x77\x65\x69\x67\x68\x74","\x62\x6F\x6C\x64","\x66\x6F\x6E\x74\x2D\x73\x74\x79\x6C\x65","\x69\x74\x61\x6C\x69\x63","\x74\x65\x78\x74\x2D\x64\x65\x63\x6F\x72\x61\x74\x69\x6F\x6E","\x67\x65\x74\x42\x42\x6F\x78","\x66\x6F\x6E\x74\x57\x65\x69\x67\x68\x74","\x3C\x62\x72\x2F\x3E","\x6D\x6F\x64","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x28\x30\x2E\x35\x2C\x20\x30\x2E\x35\x29","\x6D","\x6C","\x63","\x72\x6F\x74\x61\x74\x65\x64\x48\x74\x6D\x6C\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x76\x6D\x6C\x53\x63\x61\x6C\x65","\x20\x65","\x63\x6F\x6F\x72\x64\x73\x69\x7A\x65","\x73\x74\x72\x6F\x6B\x65\x77\x65\x69\x67\x68\x74","\x73\x74\x72\x6F\x6B\x65\x64","\x63\x72\x65\x61\x74\x65\x53\x74\x72\x6F\x6B\x65","\x63\x72\x65\x61\x74\x65\x46\x69\x6C\x6C","\x63\x72\x65\x61\x74\x65\x54\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x46\x69\x6C\x6C","\x66\x69\x6C\x6C\x65\x64","\x3A\x66\x69\x6C\x6C","\x2F\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x2E\x67\x69\x66","\x74\x69\x6C\x65","\x63\x6F\x6C\x6F\x72\x32","\x66\x6C\x69\x70","\x61\x6E\x67\x6C\x65","\x4F\x46\x46\x49\x43\x45\x5F\x50\x52\x45\x46\x49\x58","\x3A\x6F\x70\x61\x63\x69\x74\x79\x32","\x3A\x73\x74\x72\x6F\x6B\x65","\x65\x6E\x64\x63\x61\x70","\x6A\x6F\x69\x6E\x73\x74\x79\x6C\x65","\x31\x30","\x64\x61\x73\x68\x73\x74\x79\x6C\x65","\x67\x65\x74\x56\x6D\x6C\x44\x61\x73\x68\x53\x74\x79\x6C\x65","\x64\x61\x73\x68","\x30\x20\x32","\x63\x72\x65\x61\x74\x65\x53\x68\x61\x64\x6F\x77\x53\x74\x72\x6F\x6B\x65","\x63\x72\x65\x61\x74\x65\x53\x68\x61\x64\x6F\x77\x46\x69\x6C\x6C","\x3A\x73\x68\x61\x70\x65","\x63\x20","\x63\x72\x65\x61\x74\x65\x52\x65\x63\x74","\x3A\x72\x65\x63\x74","\x3A\x72\x6F\x75\x6E\x64\x72\x65\x63\x74","\x61\x72\x63\x73\x69\x7A\x65","\x3A\x6F\x76\x61\x6C","\x61\x74\x6D\x6F\x73\x74","\x69\x67\x6E\x6F\x72\x65","\x66\x72\x61\x6D\x65","\x31\x38\x30","\x66\x6F\x6E\x74\x44\x65\x63\x6F\x72\x61\x74\x69\x6F\x6E","\x3A\x67\x72\x6F\x75\x70","\x72\x65\x6C\x61\x74\x69\x76\x65","\x67\x65\x74\x41\x6C\x69\x67\x6E\x6D\x65\x6E\x74\x41\x73\x50\x6F\x69\x6E\x74","\x6E\x6F\x72\x6D\x61\x6C","\x6D\x61\x78\x48\x65\x69\x67\x68\x74","\x67\x72\x6F\x75\x70","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x4D\x61\x74\x72\x69\x78\x28\x4D\x31\x31\x3D","\x2C\x20\x4D\x31\x32\x3D","\x2C\x20\x4D\x32\x31\x3D","\x2C\x20\x4D\x32\x32\x3D","\x2C\x20\x73\x69\x7A\x69\x6E\x67\x4D\x65\x74\x68\x6F\x64\x3D\x27\x61\x75\x74\x6F\x20\x65\x78\x70\x61\x6E\x64\x27\x29","\x3A\x70\x61\x74\x68","\x74\x65\x78\x74\x70\x61\x74\x68\x6F\x6B","\x6D\x20","\x20\x6C\x20","\x3A\x74\x65\x78\x74\x70\x61\x74\x68","\x76\x2D\x74\x65\x78\x74\x2D\x61\x6C\x69\x67\x6E\x3A","\x73\x74\x72\x69\x6E\x67","\x73\x65\x74\x53\x74\x61\x74\x65\x73","\x67\x75\x69\x64\x65\x58","\x67\x75\x69\x64\x65\x59","\x67\x65\x74\x47\x75\x69\x64\x65\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x63\x72\x65\x61\x74\x65\x47\x75\x69\x64\x65\x53\x68\x61\x70\x65","\x69\x73\x44\x61\x73\x68\x65\x64","\x44\x49\x41\x4C\x45\x43\x54\x5F\x56\x4D\x4C","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x70\x6F\x69\x6E\x74\x73","\x73\x63\x72\x6F\x6C\x6C\x57\x69\x64\x74\x68","\x64\x65\x73\x63","\x70\x61\x72\x73\x65\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x70\x61\x72\x73\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x64\x65\x66\x61\x75\x6C\x74\x4C\x6F\x63\x61\x6C\x69\x7A\x65\x64","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x77\x30","\x68\x30","\x62\x67\x4E\x6F\x64\x65","\x66\x67\x4E\x6F\x64\x65","\x66\x6F\x72\x65\x67\x72\x6F\x75\x6E\x64","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x76\x61\x72\x69\x61\x62\x6C\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x73","\x67\x65\x74\x43\x68\x69\x6C\x64\x4E\x6F\x64\x65\x73","\x70\x61\x72\x73\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x65\x76\x61\x6C\x75\x61\x74\x65\x54\x65\x78\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x65\x76\x61\x6C\x75\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x6C\x6F\x63\x61\x6C\x69\x7A\x65\x64","\x65\x76\x61\x6C","\x64\x72\x61\x77\x53\x68\x61\x70\x65","\x64\x72\x61\x77\x43\x68\x69\x6C\x64\x72\x65\x6E","\x63\x6F\x6D\x70\x75\x74\x65\x41\x73\x70\x65\x63\x74","\x69\x6E\x68\x65\x72\x69\x74","\x67\x65\x74\x4E\x75\x6D\x62\x65\x72","\x64\x72\x61\x77\x4E\x6F\x64\x65","\x66\x69\x78\x65\x64","\x61\x72\x63","\x78\x2D\x61\x78\x69\x73\x2D\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x6C\x61\x72\x67\x65\x2D\x61\x72\x63\x2D\x66\x6C\x61\x67","\x73\x77\x65\x65\x70\x2D\x66\x6C\x61\x67","\x52\x45\x43\x54\x41\x4E\x47\x4C\x45\x5F\x52\x4F\x55\x4E\x44\x49\x4E\x47\x5F\x46\x41\x43\x54\x4F\x52","\x61\x6C\x69\x67\x6E\x2D\x73\x68\x61\x70\x65","\x69\x6E\x63\x6C\x75\x64\x65\x2D\x73\x68\x61\x70\x65","\x67\x65\x74\x53\x74\x65\x6E\x63\x69\x6C","\x73\x74\x65\x6E\x63\x69\x6C","\x62\x6F\x75\x6E\x64\x73","\x62\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x73\x76\x67\x53\x74\x72\x6F\x6B\x65\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x73\x74\x65\x6E\x63\x69\x6C\x50\x6F\x69\x6E\x74\x65\x72\x45\x76\x65\x6E\x74\x73","\x69\x73\x50\x61\x72\x73\x65\x56\x6D\x6C","\x69\x73\x48\x74\x6D\x6C\x41\x6C\x6C\x6F\x77\x65\x64","\x67\x65\x74\x53\x76\x67\x53\x63\x72\x65\x65\x6E\x4F\x66\x66\x73\x65\x74","\x63\x72\x65\x61\x74\x65\x53\x76\x67","\x63\x72\x65\x61\x74\x65\x48\x74\x6D\x6C","\x63\x72\x65\x61\x74\x65\x56\x6D\x6C","\x72\x65\x63\x6F\x6E\x66\x69\x67\x75\x72\x65","\x75\x70\x64\x61\x74\x65\x42\x6F\x75\x6E\x64\x73\x46\x72\x6F\x6D\x50\x6F\x69\x6E\x74\x73","\x63\x68\x65\x63\x6B\x42\x6F\x75\x6E\x64\x73","\x72\x65\x64\x72\x61\x77\x48\x74\x6D\x6C\x53\x68\x61\x70\x65","\x72\x65\x64\x72\x61\x77\x53\x68\x61\x70\x65","\x75\x70\x64\x61\x74\x65\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x63\x72\x65\x61\x74\x65\x56\x6D\x6C\x47\x72\x6F\x75\x70","\x63\x72\x65\x61\x74\x65\x43\x61\x6E\x76\x61\x73","\x68\x61\x73\x43\x68\x69\x6C\x64\x4E\x6F\x64\x65\x73","\x6C\x61\x73\x74\x43\x68\x69\x6C\x64","\x62\x65\x66\x6F\x72\x65\x65\x6E\x64","\x69\x6E\x73\x65\x72\x74\x41\x64\x6A\x61\x63\x65\x6E\x74\x48\x54\x4D\x4C","\x61\x64\x64\x54\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x46\x69\x6C\x74\x65\x72","\x64\x65\x73\x74\x72\x6F\x79\x43\x61\x6E\x76\x61\x73","\x75\x70\x64\x61\x74\x65\x56\x6D\x6C\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6D\x78\x52\x65\x66\x43\x6F\x75\x6E\x74","\x6F\x6C\x64\x47\x72\x61\x64\x69\x65\x6E\x74\x73","\x72\x65\x6C\x65\x61\x73\x65\x53\x76\x67\x47\x72\x61\x64\x69\x65\x6E\x74\x73","\x69\x73\x50\x61\x69\x6E\x74\x42\x6F\x75\x6E\x64\x73\x49\x6E\x76\x65\x72\x74\x65\x64","\x75\x70\x64\x61\x74\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x43\x61\x6E\x76\x61\x73","\x70\x61\x69\x6E\x74\x53\x74\x65\x6E\x63\x69\x6C\x53\x68\x61\x70\x65","\x70\x61\x69\x6E\x74\x45\x64\x67\x65\x53\x68\x61\x70\x65","\x70\x61\x69\x6E\x74\x56\x65\x72\x74\x65\x78\x53\x68\x61\x70\x65","\x69\x73\x53\x68\x61\x64\x6F\x77","\x67\x65\x74\x47\x72\x61\x64\x69\x65\x6E\x74\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x53\x68\x61\x70\x65\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x61\x64\x64\x54\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x63\x74\x61\x6E\x67\x6C\x65","\x73\x65\x74\x54\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x70\x61\x69\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x70\x61\x69\x6E\x74\x46\x6F\x72\x65\x67\x72\x6F\x75\x6E\x64","\x67\x65\x74\x41\x72\x63\x53\x69\x7A\x65","\x70\x61\x69\x6E\x74\x47\x6C\x61\x73\x73\x45\x66\x66\x65\x63\x74","\x23\x66\x66\x66\x66\x66\x66","\x69\x73\x52\x6F\x75\x6E\x64\x65\x64","\x73\x74\x65\x6E\x63\x69\x6C\x46\x6C\x69\x70\x48","\x73\x74\x65\x6E\x63\x69\x6C\x46\x6C\x69\x70\x56","\x73\x65\x74\x43\x75\x72\x73\x6F\x72","\x67\x65\x74\x43\x75\x72\x73\x6F\x72","\x63\x72\x65\x61\x74\x65\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x61\x75\x67\x6D\x65\x6E\x74\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x67\x65\x74\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x67\x65\x74\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x67\x65\x74\x54\x65\x78\x74\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x76\x65\x72\x74\x69\x63\x61\x6C\x54\x65\x78\x74\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28\x27","\x2F\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x2E\x67\x69\x66\x27\x29","\x73\x74\x65\x6E\x63\x69\x6C\x73","\x6D\x61\x72\x6B\x65\x72\x73","\x41\x52\x52\x4F\x57\x5F\x43\x4C\x41\x53\x53\x49\x43","\x41\x52\x52\x4F\x57\x5F\x44\x49\x41\x4D\x4F\x4E\x44","\x61\x64\x64\x4D\x61\x72\x6B\x65\x72","\x72\x65\x64\x72\x61\x77\x50\x61\x74\x68","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x42\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x46\x69\x6C\x74\x65\x72\x73","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x43\x6F\x6C\x6F\x72\x73","\x62\x6F\x72\x64\x65\x72\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x73\x6F\x6C\x69\x64","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x64\x72\x6F\x70\x53\x68\x61\x64\x6F\x77\x20\x28\x4F\x66\x66\x58\x3D\x27","\x27\x2C\x20\x4F\x66\x66\x59\x3D\x27","\x27\x2C\x20\x43\x6F\x6C\x6F\x72\x3D\x27","\x27\x29","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x67\x72\x61\x64\x69\x65\x6E\x74\x28\x73\x74\x61\x72\x74\x43\x6F\x6C\x6F\x72\x53\x74\x72\x3D\x27","\x27\x2C\x20\x65\x6E\x64\x43\x6F\x6C\x6F\x72\x53\x74\x72\x3D\x27","\x27\x2C\x20\x67\x72\x61\x64\x69\x65\x6E\x74\x54\x79\x70\x65\x3D\x27","\x70\x61\x69\x6E\x74\x4C\x69\x6E\x65","\x61\x72\x72\x6F\x77\x57\x69\x64\x74\x68","\x41\x52\x52\x4F\x57\x5F\x57\x49\x44\x54\x48","\x41\x52\x52\x4F\x57\x5F\x53\x50\x41\x43\x49\x4E\x47","\x41\x52\x52\x4F\x57\x5F\x53\x49\x5A\x45","\x44\x45\x46\x41\x55\x4C\x54\x5F\x46\x4F\x4E\x54\x53\x54\x59\x4C\x45","\x63\x6C\x69\x70\x70\x65\x64","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x54\x6F\x70","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x42\x6F\x74\x74\x6F\x6D","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x4C\x65\x66\x74","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x52\x69\x67\x68\x74","\x72\x65\x70\x6C\x61\x63\x65\x4C\x69\x6E\x65\x66\x65\x65\x64\x73","\x69\x67\x6E\x6F\x72\x65\x43\x6C\x69\x70\x70\x65\x64\x53\x74\x72\x69\x6E\x67\x53\x69\x7A\x65","\x69\x67\x6E\x6F\x72\x65\x53\x74\x72\x69\x6E\x67\x53\x69\x7A\x65","\x74\x65\x78\x74\x44\x69\x76","\x75\x70\x64\x61\x74\x65\x53\x69\x7A\x65","\x6D\x61\x72\x67\x69\x6E","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x54\x52\x49\x43\x54\x48\x54\x4D\x4C","\x75\x70\x64\x61\x74\x65\x56\x61\x6C\x75\x65","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x46\x69\x6C\x74\x65\x72","\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x4F\x72\x69\x67\x69\x6E","\x25\x20","\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x25\x2C","\x25\x29\x73\x63\x61\x6C\x65\x28","\x29\x20\x72\x6F\x74\x61\x74\x65\x28","\x64\x65\x67\x29","\x30\x25\x20\x30\x25","\x25\x29","\x31\x70\x78\x20\x73\x6F\x6C\x69\x64\x20","\x3C\x64\x69\x76\x20\x73\x74\x79\x6C\x65\x3D\x22\x7A\x6F\x6F\x6D\x3A\x31\x3B","\x64\x69\x73\x70\x6C\x61\x79\x3A\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B\x3B\x5F\x64\x69\x73\x70\x6C\x61\x79\x3A\x69\x6E\x6C\x69\x6E\x65\x3B\x70\x61\x64\x64\x69\x6E\x67\x2D\x62\x6F\x74\x74\x6F\x6D\x3A\x31\x70\x78\x3B\x70\x61\x64\x64\x69\x6E\x67\x2D\x72\x69\x67\x68\x74\x3A\x31\x70\x78\x3B\x6C\x69\x6E\x65\x2D\x68\x65\x69\x67\x68\x74\x3A","\x75\x70\x64\x61\x74\x65\x4D\x61\x72\x67\x69\x6E","\x67\x65\x74\x53\x70\x61\x63\x69\x6E\x67","\x70\x72\x65\x73\x65\x72\x76\x65\x49\x6D\x61\x67\x65\x41\x73\x70\x65\x63\x74","\x69\x6D\x61\x67\x65\x46\x6C\x69\x70\x48","\x69\x6D\x61\x67\x65\x46\x6C\x69\x70\x56","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x42\x61\x73\x69\x63\x49\x6D\x61\x67\x65\x28\x72\x6F\x74\x61\x74\x69\x6F\x6E\x3D\x32\x29","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x42\x61\x73\x69\x63\x49\x6D\x61\x67\x65\x28\x6D\x69\x72\x72\x6F\x72\x3D\x31\x29","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x42\x61\x73\x69\x63\x49\x6D\x61\x67\x65\x28\x72\x6F\x74\x61\x74\x69\x6F\x6E\x3D\x32\x2C\x20\x6D\x69\x72\x72\x6F\x72\x3D\x31\x29","\x69\x6D\x61\x67\x65\x53\x69\x7A\x65","\x44\x45\x46\x41\x55\x4C\x54\x5F\x49\x4D\x41\x47\x45\x53\x49\x5A\x45","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x69\x7A\x65","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72","\x70\x61\x69\x6E\x74\x49\x6D\x61\x67\x65","\x70\x61\x69\x6E\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72","\x67\x65\x74\x49\x6D\x61\x67\x65\x42\x6F\x75\x6E\x64\x73","\x41\x4C\x49\x47\x4E\x5F\x54\x4F\x50","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x42\x6F\x75\x6E\x64\x73","\x63\x72\x65\x61\x74\x65\x4D\x61\x72\x6B\x65\x72","\x53\x54\x59\x4C\x45\x5F\x43\x55\x52\x56\x45\x44","\x70\x61\x69\x6E\x74\x43\x75\x72\x76\x65\x64\x4C\x69\x6E\x65","\x53\x54\x59\x4C\x45\x5F\x53\x54\x41\x52\x54\x53\x49\x5A\x45","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x44\x53\x49\x5A\x45","\x53\x54\x59\x4C\x45\x5F\x53\x54\x41\x52\x54\x41\x52\x52\x4F\x57","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x44\x41\x52\x52\x4F\x57","\x53\x54\x59\x4C\x45\x5F\x53\x54\x41\x52\x54\x46\x49\x4C\x4C","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x44\x46\x49\x4C\x4C","\x70\x61\x69\x6E\x74\x52\x6F\x75\x6E\x64\x65\x64\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x70\x61\x69\x6E\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x70\x61\x69\x6E\x74\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x75\x73\x65\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x6D\x6F\x76\x65\x43\x65\x6C\x6C","\x67\x65\x74\x47\x72\x61\x70\x68","\x67\x65\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x67\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x74\x72\x61\x76\x65\x72\x73\x65","\x67\x65\x74\x45\x64\x67\x65\x43\x6F\x75\x6E\x74","\x67\x65\x74\x45\x64\x67\x65\x41\x74","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x67\x65\x74\x56\x69\x73\x69\x62\x6C\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x69\x73\x56\x65\x72\x74\x65\x78\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x56\x65\x72\x74\x65\x78\x49\x67\x6E\x6F\x72\x65\x64","\x69\x73\x43\x65\x6C\x6C\x56\x69\x73\x69\x62\x6C\x65","\x69\x73\x45\x64\x67\x65\x49\x67\x6E\x6F\x72\x65\x64","\x73\x65\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x73\x65\x74\x4F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C\x45\x64\x67\x65","\x67\x65\x74\x50\x61\x72\x65\x6E\x74\x4F\x66\x66\x73\x65\x74","\x69\x73\x41\x6E\x63\x65\x73\x74\x6F\x72","\x67\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x73\x65\x74\x45\x64\x67\x65\x50\x6F\x69\x6E\x74\x73","\x73\x65\x74\x52\x65\x6C\x61\x74\x69\x76\x65","\x73\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x73\x65\x74\x56\x65\x72\x74\x65\x78\x4C\x6F\x63\x61\x74\x69\x6F\x6E","\x67\x65\x74\x56\x65\x72\x74\x65\x78\x42\x6F\x75\x6E\x64\x73","\x61\x72\x72\x61\x6E\x67\x65\x47\x72\x6F\x75\x70\x73","\x67\x65\x74\x43\x68\x69\x6C\x64\x56\x65\x72\x74\x69\x63\x65\x73","\x67\x65\x74\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78\x46\x72\x6F\x6D\x47\x65\x6F\x6D\x65\x74\x72\x79","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x67\x65\x74\x53\x74\x61\x72\x74\x53\x69\x7A\x65","\x78\x30","\x79\x30","\x6B\x65\x65\x70\x46\x69\x72\x73\x74\x4C\x6F\x63\x61\x74\x69\x6F\x6E","\x72\x65\x73\x69\x7A\x65\x50\x61\x72\x65\x6E\x74","\x72\x65\x73\x69\x7A\x65\x4C\x61\x73\x74","\x69\x73\x48\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x67\x65\x74\x49\x6E\x64\x65\x78","\x67\x65\x74\x50\x61\x72\x65\x6E\x74\x53\x69\x7A\x65","\x69\x73\x4C\x61\x79\x65\x72","\x63\x75\x72\x72\x65\x6E\x74\x52\x6F\x6F\x74","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x72\x65\x73\x69\x7A\x65\x56\x65\x72\x74\x69\x63\x65\x73","\x69\x6E\x76\x65\x72\x74","\x67\x72\x6F\x75\x70\x50\x61\x64\x64\x69\x6E\x67","\x70\x61\x72\x65\x6E\x74\x73\x43\x68\x61\x6E\x67\x65\x64","\x6D\x6F\x76\x65\x54\x72\x65\x65","\x6C\x65\x76\x65\x6C\x44\x69\x73\x74\x61\x6E\x63\x65","\x6E\x6F\x64\x65\x44\x69\x73\x74\x61\x6E\x63\x65","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73","\x70\x72\x65\x66\x48\x6F\x7A\x45\x64\x67\x65\x53\x65\x70","\x70\x72\x65\x66\x56\x65\x72\x74\x45\x64\x67\x65\x4F\x66\x66","\x6D\x69\x6E\x45\x64\x67\x65\x4A\x65\x74\x74\x79","\x63\x68\x61\x6E\x6E\x65\x6C\x42\x75\x66\x66\x65\x72","\x65\x64\x67\x65\x52\x6F\x75\x74\x69\x6E\x67","\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x73","\x66\x69\x6E\x64\x54\x72\x65\x65\x52\x6F\x6F\x74\x73","\x64\x66\x73","\x6C\x61\x79\x6F\x75\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x4C\x61\x79\x6F\x75\x74","\x76\x65\x72\x74\x69\x63\x61\x6C\x4C\x61\x79\x6F\x75\x74","\x6D\x6F\x76\x65\x4E\x6F\x64\x65","\x61\x64\x6A\x75\x73\x74\x50\x61\x72\x65\x6E\x74\x73","\x6C\x6F\x63\x61\x6C\x45\x64\x67\x65\x50\x72\x6F\x63\x65\x73\x73\x69\x6E\x67","\x6E\x65\x78\x74","\x63\x72\x65\x61\x74\x65\x4E\x6F\x64\x65","\x61\x74\x74\x61\x63\x68\x50\x61\x72\x65\x6E\x74","\x6C\x61\x79\x6F\x75\x74\x4C\x65\x61\x66","\x6F\x66\x66\x73\x65\x74\x58","\x6F\x66\x66\x73\x65\x74\x59","\x75\x70\x70\x65\x72\x48\x65\x61\x64","\x63\x6F\x6E\x74\x6F\x75\x72","\x63\x72\x65\x61\x74\x65\x4C\x69\x6E\x65","\x6C\x6F\x77\x65\x72\x48\x65\x61\x64","\x75\x70\x70\x65\x72\x54\x61\x69\x6C","\x6C\x6F\x77\x65\x72\x54\x61\x69\x6C","\x6D\x65\x72\x67\x65","\x62\x72\x69\x64\x67\x65","\x73\x6F\x72\x74\x43\x65\x6C\x6C\x73","\x70\x72\x6F\x63\x65\x73\x73\x4E\x6F\x64\x65\x4F\x75\x74\x67\x6F\x69\x6E\x67","\x67\x65\x74\x45\x64\x67\x65\x73\x42\x65\x74\x77\x65\x65\x6E","\x77\x65\x69\x67\x68\x74\x65\x64\x56\x61\x6C\x75\x65","\x6E\x75\x64\x67\x65","\x76\x69\x73\x69\x74\x65\x64","\x72\x61\x6E\x6B\x49\x6E\x64\x65\x78","\x75\x73\x65\x49\x6E\x70\x75\x74\x4F\x72\x69\x67\x69\x6E","\x64\x69\x73\x61\x62\x6C\x65\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x66\x6F\x72\x63\x65\x43\x6F\x6E\x73\x74\x61\x6E\x74","\x66\x6F\x72\x63\x65\x43\x6F\x6E\x73\x74\x61\x6E\x74\x53\x71\x75\x61\x72\x65\x64","\x6D\x69\x6E\x44\x69\x73\x74\x61\x6E\x63\x65\x4C\x69\x6D\x69\x74","\x6D\x61\x78\x44\x69\x73\x74\x61\x6E\x63\x65\x4C\x69\x6D\x69\x74","\x6D\x69\x6E\x44\x69\x73\x74\x61\x6E\x63\x65\x4C\x69\x6D\x69\x74\x53\x71\x75\x61\x72\x65\x64","\x69\x6E\x69\x74\x69\x61\x6C\x54\x65\x6D\x70","\x74\x65\x6D\x70\x65\x72\x61\x74\x75\x72\x65","\x6D\x61\x78\x49\x74\x65\x72\x61\x74\x69\x6F\x6E\x73","\x69\x74\x65\x72\x61\x74\x69\x6F\x6E","\x61\x6C\x6C\x6F\x77\x65\x64\x54\x6F\x52\x75\x6E","\x76\x65\x72\x74\x65\x78\x41\x72\x72\x61\x79","\x67\x65\x74\x42\x6F\x75\x6E\x64\x73","\x69\x6E\x64\x69\x63\x65\x73","\x64\x69\x73\x70\x58","\x64\x69\x73\x70\x59","\x63\x65\x6C\x6C\x4C\x6F\x63\x61\x74\x69\x6F\x6E","\x69\x73\x4D\x6F\x76\x65\x61\x62\x6C\x65","\x6E\x65\x69\x67\x68\x62\x6F\x75\x72\x73","\x72\x61\x64\x69\x75\x73","\x72\x61\x64\x69\x75\x73\x53\x71\x75\x61\x72\x65\x64","\x67\x65\x74\x4F\x70\x70\x6F\x73\x69\x74\x65\x73","\x72\x65\x73\x65\x74\x45\x64\x67\x65","\x63\x61\x6C\x63\x52\x65\x70\x75\x6C\x73\x69\x6F\x6E","\x63\x61\x6C\x63\x41\x74\x74\x72\x61\x63\x74\x69\x6F\x6E","\x63\x61\x6C\x63\x50\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x72\x65\x64\x75\x63\x65\x54\x65\x6D\x70\x65\x72\x61\x74\x75\x72\x65","\x72\x61\x6E\x64\x6F\x6D","\x6D\x6F\x76\x65\x43\x69\x72\x63\x6C\x65","\x67\x65\x74\x52\x61\x64\x69\x75\x73","\x63\x69\x72\x63\x6C\x65","\x66\x69\x6E\x64\x50\x61\x72\x61\x6C\x6C\x65\x6C\x73","\x67\x65\x74\x45\x64\x67\x65\x49\x64","\x72\x6F\x75\x74\x65","\x6C\x61\x79\x6F\x75\x74\x73","\x6D\x61\x73\x74\x65\x72","\x70\x6C\x61\x63\x65\x4C\x61\x62\x65\x6C\x73","\x61\x76\x6F\x69\x64","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x73","\x74\x65\x6D\x70","\x6D\x61\x78\x52\x61\x6E\x6B","\x6D\x69\x6E\x52\x61\x6E\x6B","\x6E\x65\x78\x74\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x65\x6C\x6C\x73","\x70\x72\x65\x76\x69\x6F\x75\x73\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x4E\x65\x78\x74\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x50\x72\x65\x76\x69\x6F\x75\x73\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x47\x65\x6E\x65\x72\x61\x6C\x50\x75\x72\x70\x6F\x73\x65\x56\x61\x72\x69\x61\x62\x6C\x65","\x73\x65\x74\x47\x65\x6E\x65\x72\x61\x6C\x50\x75\x72\x70\x6F\x73\x65\x56\x61\x72\x69\x61\x62\x6C\x65","\x73\x65\x74\x58","\x73\x65\x74\x59","\x63\x6F\x6E\x6E\x65\x63\x74\x73\x41\x73\x54\x61\x72\x67\x65\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x73\x41\x73\x53\x6F\x75\x72\x63\x65","\x68\x61\x73\x68\x43\x6F\x64\x65","\x67\x65\x74\x52\x61\x6E\x6B\x56\x61\x6C\x75\x65","\x67\x65\x74\x43\x6F\x72\x65\x43\x65\x6C\x6C","\x65\x64\x67\x65\x73","\x69\x73\x52\x65\x76\x65\x72\x73\x65\x64","\x74\x69\x67\x68\x74\x65\x6E\x54\x6F\x53\x6F\x75\x72\x63\x65","\x72\x6F\x6F\x74\x73","\x76\x65\x72\x74\x65\x78\x4D\x61\x70\x70\x65\x72","\x65\x64\x67\x65\x4D\x61\x70\x70\x65\x72","\x53\x4F\x55\x52\x43\x45\x53\x43\x41\x4E\x53\x54\x41\x52\x54\x52\x41\x4E\x4B","\x63\x72\x65\x61\x74\x65\x49\x6E\x74\x65\x72\x6E\x61\x6C\x43\x65\x6C\x6C\x73","\x72\x61\x6E\x6B\x73","\x64\x66\x73\x43\x6F\x75\x6E\x74","\x69\x6E\x69\x74\x69\x61\x6C\x52\x61\x6E\x6B","\x73\x6C\x69\x63\x65","\x66\x69\x78\x52\x61\x6E\x6B\x73","\x65\x78\x74\x65\x6E\x64\x65\x64\x44\x66\x73","\x6E\x65\x73\x74\x65\x64\x42\x65\x73\x74\x52\x61\x6E\x6B\x73","\x63\x75\x72\x72\x65\x6E\x74\x42\x65\x73\x74\x43\x72\x6F\x73\x73\x69\x6E\x67\x73","\x69\x74\x65\x72\x61\x74\x69\x6F\x6E\x73\x57\x69\x74\x68\x6F\x75\x74\x49\x6D\x70\x72\x6F\x76\x65\x6D\x65\x6E\x74","\x6D\x61\x78\x4E\x6F\x49\x6D\x70\x72\x6F\x76\x65\x6D\x65\x6E\x74\x49\x74\x65\x72\x61\x74\x69\x6F\x6E\x73","\x63\x61\x6C\x63\x75\x6C\x61\x74\x65\x43\x72\x6F\x73\x73\x69\x6E\x67\x73","\x77\x65\x69\x67\x68\x74\x65\x64\x4D\x65\x64\x69\x61\x6E","\x74\x72\x61\x6E\x73\x70\x6F\x73\x65","\x63\x61\x6C\x63\x75\x6C\x61\x74\x65\x52\x61\x6E\x6B\x43\x72\x6F\x73\x73\x69\x6E\x67","\x6D\x65\x64\x69\x61\x6E\x52\x61\x6E\x6B","\x6D\x65\x64\x69\x61\x6E\x56\x61\x6C\x75\x65","\x6C\x65\x6E\x74\x68","\x67\x65\x74\x49\x6E\x63\x6F\x6D\x69\x6E\x67\x45\x64\x67\x65\x73","\x69\x6E\x74\x72\x61\x43\x65\x6C\x6C\x53\x70\x61\x63\x69\x6E\x67","\x69\x6E\x74\x65\x72\x52\x61\x6E\x6B\x43\x65\x6C\x6C\x53\x70\x61\x63\x69\x6E\x67","\x6F\x72\x69\x65\x6E\x74\x61\x74\x69\x6F\x6E","\x69\x6E\x69\x74\x69\x61\x6C\x58","\x70\x61\x72\x61\x6C\x6C\x65\x6C\x45\x64\x67\x65\x53\x70\x61\x63\x69\x6E\x67","\x6A\x65\x74\x74\x79\x50\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x6C\x69\x6D\x69\x74\x58","\x63\x75\x72\x72\x65\x6E\x74\x58\x44\x65\x6C\x74\x61","\x77\x69\x64\x65\x73\x74\x52\x61\x6E\x6B","\x72\x61\x6E\x6B\x54\x6F\x70\x59","\x72\x61\x6E\x6B\x42\x6F\x74\x74\x6F\x6D\x59","\x77\x69\x64\x65\x73\x74\x52\x61\x6E\x6B\x56\x61\x6C\x75\x65","\x72\x61\x6E\x6B\x57\x69\x64\x74\x68\x73","\x72\x61\x6E\x6B\x59","\x66\x69\x6E\x65\x54\x75\x6E\x69\x6E\x67","\x50\x4F\x4C\x59\x4C\x49\x4E\x45","\x6E\x65\x78\x74\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x61\x63\x68\x65","\x70\x72\x65\x76\x69\x6F\x75\x73\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x61\x63\x68\x65","\x70\x72\x69\x6E\x74\x53\x74\x61\x74\x75\x73","\x3D\x3D\x3D\x3D\x3D\x3D\x43\x6F\x6F\x72\x64\x20\x61\x73\x73\x69\x67\x6E\x6D\x65\x6E\x74\x20\x64\x65\x62\x75\x67\x3D\x3D\x3D\x3D\x3D\x3D\x3D","\x52\x61\x6E\x6B\x20","\x20\x3A\x20","\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D","\x69\x6E\x69\x74\x69\x61\x6C\x43\x6F\x6F\x72\x64\x73","\x6D\x69\x6E\x4E\x6F\x64\x65","\x6D\x65\x64\x69\x61\x6E\x50\x6F\x73","\x6D\x69\x6E\x50\x61\x74\x68","\x73\x65\x74\x43\x65\x6C\x6C\x4C\x6F\x63\x61\x74\x69\x6F\x6E\x73","\x6D\x65\x64\x69\x61\x6E\x58\x56\x61\x6C\x75\x65","\x72\x61\x6E\x6B\x4D\x65\x64\x69\x61\x6E\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x61\x6C\x63\x75\x6C\x61\x74\x65\x64\x57\x65\x69\x67\x68\x74\x65\x64\x56\x61\x6C\x75\x65","\x63\x61\x6C\x63\x75\x6C\x61\x74\x65\x57\x69\x64\x65\x73\x74\x52\x61\x6E\x6B","\x72\x61\x6E\x6B\x43\x6F\x6F\x72\x64\x69\x6E\x61\x74\x65\x73","\x65\x64\x67\x65\x2E\x65\x64\x67\x65\x73\x20\x69\x73\x20\x6E\x75\x6C\x6C","\x41\x74\x20\x6C\x65\x61\x73\x74\x20\x6F\x6E\x65\x20\x63\x65\x6C\x6C\x20\x68\x61\x73\x20\x6E\x6F\x20\x62\x6F\x75\x6E\x64\x73","\x72\x65\x70\x6F\x73\x69\x74\x69\x6F\x6E\x56\x61\x6C\x69\x64","\x4D\x41\x58\x5F\x56\x41\x4C\x55\x45","\x4F\x52\x54\x48\x4F\x47\x4F\x4E\x41\x4C","\x43\x55\x52\x56\x45","\x73\x65\x74\x45\x64\x67\x65\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x69\x73\x50\x6F\x72\x74","\x70\x72\x6F\x63\x65\x73\x73\x52\x65\x76\x65\x72\x73\x65\x64\x45\x64\x67\x65","\x64\x65\x74\x65\x72\x6D\x69\x6E\x69\x73\x74\x69\x63","\x6D\x6F\x76\x65\x50\x61\x72\x65\x6E\x74","\x70\x61\x72\x65\x6E\x74\x42\x6F\x72\x64\x65\x72","\x69\x6E\x74\x65\x72\x48\x69\x65\x72\x61\x72\x63\x68\x79\x53\x70\x61\x63\x69\x6E\x67","\x74\x72\x61\x76\x65\x72\x73\x65\x41\x6E\x63\x65\x73\x74\x6F\x72\x73","\x65\x64\x67\x65\x73\x43\x61\x63\x68\x65","\x72\x75\x6E","\x75\x70\x64\x61\x74\x65\x47\x72\x6F\x75\x70\x42\x6F\x75\x6E\x64\x73","\x66\x69\x6E\x64\x52\x6F\x6F\x74\x73","\x63\x6F\x6E\x63\x61\x74","\x69\x73\x56\x61\x6C\x69\x64\x41\x6E\x63\x65\x73\x74\x6F\x72","\x66\x69\x6C\x74\x65\x72\x44\x65\x73\x63\x65\x6E\x64\x61\x6E\x74\x73","\x63\x79\x63\x6C\x65\x53\x74\x61\x67\x65","\x6C\x61\x79\x65\x72\x69\x6E\x67\x53\x74\x61\x67\x65","\x63\x72\x6F\x73\x73\x69\x6E\x67\x53\x74\x61\x67\x65","\x70\x6C\x61\x63\x65\x6D\x65\x6E\x74\x53\x74\x61\x67\x65","\x63\x75\x72\x72\x65\x6E\x74\x45\x64\x69\x74","\x73\x65\x74\x52\x6F\x6F\x74","\x6D\x61\x69\x6E\x74\x61\x69\x6E\x45\x64\x67\x65\x50\x61\x72\x65\x6E\x74","\x63\x72\x65\x61\x74\x65\x49\x64\x73","\x70\x6F\x73\x74\x66\x69\x78","\x6E\x65\x78\x74\x49\x64","\x75\x70\x64\x61\x74\x65\x4C\x65\x76\x65\x6C","\x65\x6E\x64\x69\x6E\x67\x55\x70\x64\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x52\x6F\x6F\x74","\x69\x73\x43\x72\x65\x61\x74\x65\x49\x64\x73","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x49\x64\x73","\x69\x6E\x73\x65\x72\x74","\x66\x69\x6C\x74\x65\x72\x43\x65\x6C\x6C\x73","\x67\x65\x74\x44\x65\x73\x63\x65\x6E\x64\x61\x6E\x74\x73","\x72\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65\x64","\x63\x65\x6C\x6C\x41\x64\x64\x65\x64","\x69\x73\x52\x6F\x6F\x74","\x75\x70\x64\x61\x74\x65\x45\x64\x67\x65\x50\x61\x72\x65\x6E\x74\x73","\x63\x72\x65\x61\x74\x65\x49\x64","\x73\x65\x74\x49\x64","\x69\x73\x4E\x75\x6D\x65\x72\x69\x63","\x75\x70\x64\x61\x74\x65\x45\x64\x67\x65\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x4E\x65\x61\x72\x65\x73\x74\x43\x6F\x6D\x6D\x6F\x6E\x41\x6E\x63\x65\x73\x74\x6F\x72","\x67\x65\x74\x4F\x72\x69\x67\x69\x6E","\x50\x41\x54\x48\x5F\x53\x45\x50\x41\x52\x41\x54\x4F\x52","\x67\x65\x74\x50\x61\x72\x65\x6E\x74\x50\x61\x74\x68","\x70\x61\x72\x65\x6E\x74\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x67\x65\x74\x43\x68\x69\x6C\x64\x72\x65\x6E","\x63\x68\x69\x6C\x64\x72\x65\x6E","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x43\x68\x69\x6C\x64\x45\x64\x67\x65\x73","\x73\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x73\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x73","\x74\x65\x72\x6D\x69\x6E\x61\x6C\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x69\x6E\x73\x65\x72\x74\x45\x64\x67\x65","\x72\x65\x6D\x6F\x76\x65\x45\x64\x67\x65","\x67\x65\x74\x44\x69\x72\x65\x63\x74\x65\x64\x45\x64\x67\x65\x43\x6F\x75\x6E\x74","\x67\x65\x74\x4F\x75\x74\x67\x6F\x69\x6E\x67\x45\x64\x67\x65\x73","\x67\x65\x74\x54\x6F\x70\x6D\x6F\x73\x74\x43\x65\x6C\x6C\x73","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x56\x61\x6C\x75\x65","\x76\x61\x6C\x75\x65\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x76\x61\x6C\x75\x65\x43\x68\x61\x6E\x67\x65\x64","\x67\x65\x6F\x6D\x65\x74\x72\x79\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x73\x74\x79\x6C\x65\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x69\x73\x43\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x73\x65\x74\x43\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64\x53\x74\x61\x74\x65\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x76\x69\x73\x69\x62\x6C\x65\x53\x74\x61\x74\x65\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x6D\x65\x72\x67\x65\x43\x68\x69\x6C\x64\x72\x65\x6E","\x6D\x65\x72\x67\x65\x43\x68\x69\x6C\x64\x72\x65\x6E\x49\x6D\x70\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74\x73","\x63\x6C\x6F\x6E\x65\x43\x65\x6C\x6C","\x63\x6C\x6F\x6E\x65\x43\x65\x6C\x6C\x49\x6D\x70\x6C","\x72\x65\x73\x74\x6F\x72\x65\x43\x6C\x6F\x6E\x65","\x63\x65\x6C\x6C\x43\x6C\x6F\x6E\x65\x64","\x70\x72\x65\x76\x69\x6F\x75\x73\x49\x6E\x64\x65\x78","\x69\x6E\x64\x65\x78","\x74\x65\x72\x6D\x69\x6E\x61\x6C","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x61\x74\x74\x72\x69\x62\x75\x74\x65","\x6F\x6E\x49\x6E\x69\x74","\x76\x65\x72\x74\x65\x78","\x65\x64\x67\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x6D\x78\x54\x72\x61\x6E\x73\x69\x65\x6E\x74","\x69\x64\x20\x76\x61\x6C\x75\x65\x20\x70\x61\x72\x65\x6E\x74\x20\x73\x6F\x75\x72\x63\x65\x20\x74\x61\x72\x67\x65\x74\x20\x63\x68\x69\x6C\x64\x72\x65\x6E\x20\x65\x64\x67\x65\x73","\x73\x65\x74\x56\x65\x72\x74\x65\x78","\x73\x65\x74\x45\x64\x67\x65","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x50\x61\x72\x65\x6E\x74","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x45\x64\x67\x65\x49\x6E\x64\x65\x78","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x63\x6C\x6F\x6E\x65\x56\x61\x6C\x75\x65","\x54\x52\x41\x4E\x53\x4C\x41\x54\x45\x5F\x43\x4F\x4E\x54\x52\x4F\x4C\x5F\x50\x4F\x49\x4E\x54\x53","\x61\x6C\x74\x65\x72\x6E\x61\x74\x65\x42\x6F\x75\x6E\x64\x73","\x73\x6F\x75\x72\x63\x65\x50\x6F\x69\x6E\x74","\x74\x61\x72\x67\x65\x74\x50\x6F\x69\x6E\x74","\x73\x77\x61\x70","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x73\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x74\x61\x6E","\x70\x6F\x77","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x69\x6F\x6E","\x53\x54\x59\x4C\x45\x5F\x44\x49\x52\x45\x43\x54\x49\x4F\x4E","\x70\x61\x67\x65\x53\x63\x61\x6C\x65","\x70\x61\x67\x65\x46\x6F\x72\x6D\x61\x74","\x50\x72\x69\x6E\x74\x65\x72\x2D\x66\x72\x69\x65\x6E\x64\x6C\x79\x20\x76\x65\x72\x73\x69\x6F\x6E","\x70\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72","\x61\x75\x74\x6F\x4F\x72\x69\x67\x69\x6E","\x70\x72\x69\x6E\x74\x4F\x76\x65\x72\x6C\x61\x79\x73","\x77\x6E\x64","\x70\x61\x67\x65\x43\x6F\x75\x6E\x74","\x67\x65\x74\x57\x69\x6E\x64\x6F\x77","\x67\x65\x74\x44\x6F\x63\x74\x79\x70\x65","\x3C\x6D\x65\x74\x61\x20\x68\x74\x74\x70\x2D\x65\x71\x75\x69\x76\x3D\x22\x58\x2D\x55\x41\x2D\x43\x6F\x6D\x70\x61\x74\x69\x62\x6C\x65\x22\x20\x63\x6F\x6E\x74\x65\x6E\x74\x3D\x22\x49\x45\x3D\x38\x22\x3E","\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65\x4F\x76\x65\x72\x6C\x61\x79","\x67\x65\x74\x44\x72\x61\x77\x50\x61\x6E\x65","\x77\x72\x69\x74\x65\x48\x65\x61\x64","\x3C\x62\x6F\x64\x79\x20\x63\x6C\x61\x73\x73\x3D\x22\x6D\x78\x50\x61\x67\x65\x22\x3E","\x63\x72\x65\x61\x74\x65\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x41\x66\x74\x65\x72","\x61\x6C\x77\x61\x79\x73","\x6D\x78\x50\x61\x67\x65\x42\x72\x65\x61\x6B","\x67\x65\x74\x43\x6F\x76\x65\x72\x50\x61\x67\x65\x73","\x67\x65\x74\x41\x70\x70\x65\x6E\x64\x69\x63\x65\x73","\x61\x64\x64\x47\x72\x61\x70\x68\x46\x72\x61\x67\x6D\x65\x6E\x74","\x72\x65\x6E\x64\x65\x72\x50\x61\x67\x65","\x6D\x78\x50\x61\x67\x65\x2D","\x3C\x74\x69\x74\x6C\x65\x3E","\x3C\x2F\x74\x69\x74\x6C\x65\x3E","\x3C\x73\x74\x79\x6C\x65\x20\x74\x79\x70\x65\x3D\x22\x74\x65\x78\x74\x2F\x63\x73\x73\x22\x3E","\x40\x6D\x65\x64\x69\x61\x20\x70\x72\x69\x6E\x74\x20\x7B","\x20\x20\x74\x61\x62\x6C\x65\x2E\x6D\x78\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72\x20\x7B\x20\x64\x69\x73\x70\x6C\x61\x79\x3A\x20\x6E\x6F\x6E\x65\x3B\x20\x7D","\x20\x20\x68\x72\x2E\x6D\x78\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x20\x7B\x20\x64\x69\x73\x70\x6C\x61\x79\x3A\x20\x6E\x6F\x6E\x65\x3B\x20\x7D","\x40\x6D\x65\x64\x69\x61\x20\x73\x63\x72\x65\x65\x6E\x20\x7B","\x20\x20\x74\x61\x62\x6C\x65\x2E\x6D\x78\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72\x20\x7B\x20\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3A\x20\x66\x69\x78\x65\x64\x3B\x20\x72\x69\x67\x68\x74\x3A\x20\x31\x30\x70\x78\x3B\x20\x74\x6F\x70\x3A\x20\x31\x30\x70\x78\x3B\x66\x6F\x6E\x74\x2D\x66\x61\x6D\x69\x6C\x79\x3A\x20\x41\x72\x69\x61\x6C\x3B\x20\x66\x6F\x6E\x74\x2D\x73\x69\x7A\x65\x3A\x31\x30\x70\x74\x3B\x20\x62\x6F\x72\x64\x65\x72\x3A\x20\x73\x6F\x6C\x69\x64\x20\x31\x70\x78\x20\x64\x61\x72\x6B\x67\x72\x61\x79\x3B\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x3A\x20\x77\x68\x69\x74\x65\x3B\x20\x62\x6F\x72\x64\x65\x72\x2D\x63\x6F\x6C\x6C\x61\x70\x73\x65\x3A\x63\x6F\x6C\x6C\x61\x70\x73\x65\x3B\x20\x7D","\x20\x20\x74\x61\x62\x6C\x65\x2E\x6D\x78\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72\x20\x74\x64\x20\x7B\x20\x62\x6F\x72\x64\x65\x72\x3A\x20\x73\x6F\x6C\x69\x64\x20\x31\x70\x78\x20\x67\x72\x61\x79\x3B\x20\x70\x61\x64\x64\x69\x6E\x67\x3A\x34\x70\x78\x3B\x20\x7D","\x20\x20\x62\x6F\x64\x79\x2E\x6D\x78\x50\x61\x67\x65\x20\x7B\x20\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x3A\x20\x67\x72\x61\x79\x3B\x20\x7D","\x3C\x2F\x73\x74\x79\x6C\x65\x3E","\x6D\x78\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72","\x61","\x23\x6D\x78\x50\x61\x67\x65\x2D","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x49\x6E\x73\x69\x64\x65","\x67\x65\x74\x43\x61\x6E\x76\x61\x73","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x6E\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x6E\x65","\x73\x74\x79\x6C\x65\x73","\x63\x72\x65\x61\x74\x65\x44\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78\x53\x74\x79\x6C\x65","\x70\x75\x74\x44\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78\x53\x74\x79\x6C\x65","\x63\x72\x65\x61\x74\x65\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x70\x75\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x53\x48\x41\x50\x45","\x53\x48\x41\x50\x45\x5F\x52\x45\x43\x54\x41\x4E\x47\x4C\x45","\x53\x54\x59\x4C\x45\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52","\x52\x65\x63\x74\x61\x6E\x67\x6C\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x53\x54\x59\x4C\x45\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x41\x4C\x49\x47\x4E","\x53\x54\x59\x4C\x45\x5F\x41\x4C\x49\x47\x4E","\x53\x54\x59\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x23\x43\x33\x44\x39\x46\x46","\x53\x54\x59\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x43\x4F\x4C\x4F\x52","\x23\x36\x34\x38\x32\x42\x39","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x43\x4F\x4C\x4F\x52","\x23\x37\x37\x34\x34\x30\x30","\x53\x48\x41\x50\x45\x5F\x43\x4F\x4E\x4E\x45\x43\x54\x4F\x52","\x23\x34\x34\x36\x32\x39\x39","\x64\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78","\x70\x75\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x64\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78\x53\x74\x79\x6C\x65","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6F\x72\x69\x67\x69\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65\x4F\x66\x66\x73\x65\x74","\x69\x6E\x76\x61\x6C\x69\x64","\x69\x6E\x76\x61\x6C\x69\x64\x4F\x72\x64\x65\x72","\x6F\x72\x64\x65\x72\x43\x68\x61\x6E\x67\x65\x64","\x76\x69\x73\x69\x62\x6C\x65\x53\x6F\x75\x72\x63\x65\x53\x74\x61\x74\x65","\x76\x69\x73\x69\x62\x6C\x65\x54\x61\x72\x67\x65\x74\x53\x74\x61\x74\x65","\x74\x65\x72\x6D\x69\x6E\x61\x6C\x44\x69\x73\x74\x61\x6E\x63\x65","\x73\x65\x67\x6D\x65\x6E\x74\x73","\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x42\x6F\x75\x6E\x64\x73","\x73\x65\x74\x41\x62\x73\x6F\x6C\x75\x74\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x74\x56\x69\x73\x69\x62\x6C\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C\x53\x74\x61\x74\x65","\x73\x65\x74\x56\x69\x73\x69\x62\x6C\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C\x53\x74\x61\x74\x65","\x64\x6F\x6E\x65\x52\x65\x73\x6F\x75\x72\x63\x65","\x75\x70\x64\x61\x74\x69\x6E\x67\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x52\x65\x73\x6F\x75\x72\x63\x65","\x75\x70\x64\x61\x74\x69\x6E\x67\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x73\x69\x6E\x67\x6C\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x69\x73\x53\x69\x6E\x67\x6C\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x73\x65\x74\x53\x69\x6E\x67\x6C\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x69\x73\x53\x65\x6C\x65\x63\x74\x65\x64","\x63\x68\x61\x6E\x67\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x73\x65\x74\x43\x65\x6C\x6C","\x73\x65\x74\x43\x65\x6C\x6C\x73","\x67\x65\x74\x46\x69\x72\x73\x74\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65","\x61\x64\x64\x43\x65\x6C\x6C","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x61\x64\x64\x65\x64","\x72\x65\x6D\x6F\x76\x65\x64","\x6D\x78\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x68\x61\x6E\x67\x65\x2E\x65\x78\x65\x63\x75\x74\x65","\x65\x6E\x74\x65\x72","\x6C\x65\x61\x76\x65","\x65\x64\x69\x74\x69\x6E\x67\x43\x65\x6C\x6C","\x74\x72\x69\x67\x67\x65\x72","\x6D\x6F\x64\x69\x66\x69\x65\x64","\x61\x75\x74\x6F\x53\x69\x7A\x65","\x65\x6D\x70\x74\x79\x4C\x61\x62\x65\x6C\x54\x65\x78\x74","\x74\x65\x78\x74\x4E\x6F\x64\x65","\x6D\x78\x43\x65\x6C\x6C\x45\x64\x69\x74\x6F\x72","\x63\x6F\x6C\x73","\x32\x30","\x34","\x62\x6C\x75\x72","\x66\x6F\x63\x75\x73\x4C\x6F\x73\x74","\x6B\x65\x79\x64\x6F\x77\x6E","\x6B\x65\x79\x43\x6F\x64\x65","\x69\x73\x45\x6E\x74\x65\x72\x53\x74\x6F\x70\x73\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x73\x74\x6F\x70\x45\x64\x69\x74\x69\x6E\x67","\x63\x6C\x65\x61\x72\x4F\x6E\x43\x68\x61\x6E\x67\x65","\x73\x65\x74\x4D\x6F\x64\x69\x66\x69\x65\x64","\x6B\x65\x79\x70\x72\x65\x73\x73","\x69\x73\x4C\x61\x62\x65\x6C\x43\x6C\x69\x70\x70\x65\x64","\x69\x73\x57\x72\x61\x70\x70\x69\x6E\x67","\x41\x4C\x49\x47\x4E\x5F\x4C\x45\x46\x54","\x69\x73\x4D\x6F\x64\x69\x66\x69\x65\x64","\x69\x73\x49\x6E\x76\x6F\x6B\x65\x73\x53\x74\x6F\x70\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x69\x73\x48\x69\x64\x65\x4C\x61\x62\x65\x6C","\x6F\x75\x74\x6C\x69\x6E\x65","\x67\x65\x74\x45\x64\x69\x74\x6F\x72\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x49\x6E\x69\x74\x69\x61\x6C\x56\x61\x6C\x75\x65","\x67\x65\x74\x45\x6D\x70\x74\x79\x4C\x61\x62\x65\x6C\x54\x65\x78\x74","\x63\x72\x65\x61\x74\x65\x54\x65\x78\x74\x44\x69\x76","\x67\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x56\x61\x6C\x75\x65","\x67\x65\x74\x45\x64\x69\x74\x69\x6E\x67\x56\x61\x6C\x75\x65","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47\x5F\x54\x4F\x50","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47\x5F\x52\x49\x47\x48\x54","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47\x5F\x42\x4F\x54\x54\x4F\x4D","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47\x5F\x4C\x45\x46\x54","\x67\x65\x74\x45\x64\x69\x74\x69\x6E\x67\x43\x65\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x68\x61\x70\x65","\x64\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78\x53\x68\x61\x70\x65","\x64\x65\x66\x61\x75\x6C\x74\x54\x65\x78\x74\x53\x68\x61\x70\x65","\x6C\x65\x67\x61\x63\x79\x43\x6F\x6E\x74\x72\x6F\x6C\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x64\x65\x66\x61\x75\x6C\x74\x53\x68\x61\x70\x65\x73","\x72\x65\x67\x69\x73\x74\x65\x72\x53\x68\x61\x70\x65","\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65","\x63\x72\x65\x61\x74\x65\x53\x68\x61\x70\x65","\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65\x53\x68\x61\x70\x65","\x6F\x72\x64\x65\x72\x65\x64","\x6B\x65\x65\x70\x45\x64\x67\x65\x73\x49\x6E\x46\x6F\x72\x65\x67\x72\x6F\x75\x6E\x64","\x66\x69\x72\x73\x74\x45\x64\x67\x65","\x69\x6E\x73\x65\x72\x74\x53\x74\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x69\x6E\x73\x74\x61\x6C\x6C\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x67\x65\x74\x50\x72\x65\x76\x69\x6F\x75\x73\x53\x74\x61\x74\x65\x49\x6E\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x66\x69\x6E\x64\x50\x72\x65\x76\x69\x6F\x75\x73\x53\x74\x61\x74\x65\x49\x6E\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6F\x72\x64\x65\x72","\x6F\x72\x64\x65\x72\x45\x64\x67\x65","\x6B\x65\x65\x70\x45\x64\x67\x65\x73\x49\x6E\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x67\x65\x74\x53\x68\x61\x70\x65\x43\x6F\x6E\x73\x74\x72\x75\x63\x74\x6F\x72","\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x53\x68\x61\x70\x65","\x67\x65\x74\x53\x68\x61\x70\x65","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x68\x61\x70\x65","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x43\x6F\x6C\x6F\x72","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x47\x72\x61\x64\x69\x65\x6E\x74\x43\x6F\x6C\x6F\x72","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x44\x49\x52\x45\x43\x54\x49\x4F\x4E","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x49\x6D\x61\x67\x65","\x70\x6F\x73\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x65\x53\x68\x61\x70\x65","\x72\x65\x73\x6F\x6C\x76\x65\x43\x6F\x6C\x6F\x72","\x67\x65\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x43\x6F\x6C\x6F\x72\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x69\x6E\x64\x69\x63\x61\x74\x65\x64","\x67\x65\x74\x4C\x61\x62\x65\x6C\x56\x61\x6C\x75\x65","\x67\x65\x74\x4C\x61\x62\x65\x6C","\x63\x72\x65\x61\x74\x65\x4C\x61\x62\x65\x6C","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x69\x73\x48\x74\x6D\x6C\x4C\x61\x62\x65\x6C","\x67\x65\x74\x56\x65\x72\x74\x69\x63\x61\x6C\x41\x6C\x69\x67\x6E","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x54\x59\x4C\x45","\x53\x54\x59\x4C\x45\x5F\x48\x4F\x52\x49\x5A\x4F\x4E\x54\x41\x4C","\x53\x54\x59\x4C\x45\x5F\x4C\x41\x42\x45\x4C\x5F\x42\x41\x43\x4B\x47\x52\x4F\x55\x4E\x44\x43\x4F\x4C\x4F\x52","\x53\x54\x59\x4C\x45\x5F\x4C\x41\x42\x45\x4C\x5F\x42\x4F\x52\x44\x45\x52\x43\x4F\x4C\x4F\x52","\x53\x54\x59\x4C\x45\x5F\x4F\x56\x45\x52\x46\x4C\x4F\x57","\x53\x54\x59\x4C\x45\x5F\x4C\x41\x42\x45\x4C\x5F\x50\x41\x44\x44\x49\x4E\x47","\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65\x4C\x61\x62\x65\x6C","\x63\x6F\x6E\x76\x65\x72\x74\x50\x6F\x69\x6E\x74","\x69\x73\x4C\x61\x62\x65\x6C\x45\x76\x65\x6E\x74","\x49\x4D\x47","\x4E\x4F\x5F\x46\x4F","\x67\x65\x74\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x6F\x76\x65\x72\x6C\x61\x79","\x69\x6E\x73\x74\x61\x6C\x6C\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x69\x73\x45\x64\x69\x74\x69\x6E\x67","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x74\x72\x6F\x6C","\x67\x65\x74\x46\x6F\x6C\x64\x69\x6E\x67\x49\x6D\x61\x67\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x63\x6F\x6E\x74\x72\x6F\x6C","\x69\x6E\x69\x74\x43\x6F\x6E\x74\x72\x6F\x6C","\x44\x49\x41\x4C\x45\x43\x54\x5F\x50\x52\x45\x46\x45\x52\x48\x54\x4D\x4C","\x69\x6E\x6E\x65\x72\x4E\x6F\x64\x65","\x69\x73\x53\x68\x61\x70\x65\x45\x76\x65\x6E\x74","\x67\x65\x73\x74\x75\x72\x65\x73\x74\x61\x72\x74","\x6C\x61\x73\x74\x54\x6F\x75\x63\x68\x54\x69\x6D\x65","\x67\x65\x73\x74\x75\x72\x65\x65\x6E\x64","\x67\x65\x73\x74\x75\x72\x65\x45\x6E\x61\x62\x6C\x65\x64","\x68\x61\x6E\x64\x6C\x65\x47\x65\x73\x74\x75\x72\x65","\x72\x65\x64\x72\x61\x77\x4C\x61\x62\x65\x6C","\x67\x65\x74\x4C\x61\x62\x65\x6C\x42\x6F\x75\x6E\x64\x73","\x69\x73\x43\x6C\x69\x70\x70\x69\x6E\x67","\x67\x65\x74\x54\x65\x78\x74\x53\x63\x61\x6C\x65","\x72\x6F\x74\x61\x74\x65\x4C\x61\x62\x65\x6C\x42\x6F\x75\x6E\x64\x73","\x72\x65\x64\x72\x61\x77\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x72\x65\x64\x72\x61\x77\x43\x6F\x6E\x74\x72\x6F\x6C","\x67\x65\x74\x43\x6F\x6E\x74\x72\x6F\x6C\x42\x6F\x75\x6E\x64\x73","\x65\x71\x75\x61\x6C\x45\x6E\x74\x72\x69\x65\x73","\x65\x71\x75\x61\x6C\x50\x6F\x69\x6E\x74\x73","\x67\x65\x74\x50\x6F\x72\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x67\x65\x74\x52\x6F\x75\x74\x69\x6E\x67\x43\x65\x6E\x74\x65\x72\x59","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D\x43\x6F\x6E\x74\x72\x6F\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x74\x52\x6F\x75\x74\x69\x6E\x67\x43\x65\x6E\x74\x65\x72\x58","\x53\x54\x59\x4C\x45\x5F\x45\x4C\x42\x4F\x57","\x45\x4C\x42\x4F\x57\x5F\x56\x45\x52\x54\x49\x43\x41\x4C","\x6F\x72\x74\x68\x42\x75\x66\x66\x65\x72","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x41\x4C\x4C","\x6C\x69\x6D\x69\x74\x73","\x76\x65\x72\x74\x65\x78\x53\x65\x70\x65\x72\x61\x74\x69\x6F\x6E\x73","\x72\x65\x76\x65\x72\x73\x65\x50\x6F\x72\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x72\x6F\x75\x74\x65\x50\x61\x74\x74\x65\x72\x6E\x73","\x77\x61\x79\x50\x6F\x69\x6E\x74\x73\x31","\x64\x69\x72\x56\x65\x63\x74\x6F\x72\x73","\x54\x41\x52\x47\x45\x54\x5F\x4D\x41\x53\x4B","\x53\x4F\x55\x52\x43\x45\x5F\x4D\x41\x53\x4B","\x53\x49\x44\x45\x5F\x4D\x41\x53\x4B","\x43\x45\x4E\x54\x45\x52\x5F\x4D\x41\x53\x4B","\x76\x61\x6C\x75\x65\x73","\x70\x75\x74\x56\x61\x6C\x75\x65","\x67\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x45\x4D\x50\x54\x59\x5F\x50\x4F\x49\x4E\x54","\x75\x70\x64\x61\x74\x69\x6E\x67\x44\x6F\x63\x75\x6D\x65\x6E\x74\x52\x65\x73\x6F\x75\x72\x63\x65","\x75\x70\x64\x61\x74\x69\x6E\x67\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x61\x6C\x6C\x6F\x77\x45\x76\x61\x6C","\x63\x61\x70\x74\x75\x72\x65\x44\x6F\x63\x75\x6D\x65\x6E\x74\x47\x65\x73\x74\x75\x72\x65","\x6F\x70\x74\x69\x6D\x69\x7A\x65\x56\x6D\x6C\x52\x65\x66\x6C\x6F\x77\x73","\x72\x65\x6E\x64\x65\x72\x69\x6E\x67","\x75\x70\x64\x61\x74\x65\x53\x74\x79\x6C\x65","\x73\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x73\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x52\x6F\x6F\x74","\x73\x69\x7A\x65\x44\x69\x64\x43\x68\x61\x6E\x67\x65","\x72\x65\x76\x61\x6C\x69\x64\x61\x74\x65","\x70\x72\x65\x76\x69\x6F\x75\x73\x53\x63\x61\x6C\x65","\x70\x72\x65\x76\x69\x6F\x75\x73\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x73\x65\x74\x53\x63\x61\x6C\x65","\x69\x6E\x76\x61\x6C\x69\x64\x61\x74\x65","\x76\x61\x6C\x69\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65\x53\x74\x61\x74\x65","\x6D\x78\x47\x72\x61\x70\x68\x56\x69\x65\x77\x2E\x76\x61\x6C\x69\x64\x61\x74\x65","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x6F\x75\x6E\x64\x73","\x76\x61\x6C\x69\x64\x61\x74\x65\x50\x6F\x69\x6E\x74\x73","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x63\x72\x65\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x72\x65\x64\x72\x61\x77\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x70\x61\x67\x65\x56\x69\x73\x69\x62\x6C\x65","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x42\x6F\x75\x6E\x64\x73","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x48\x69\x64\x65\x4F\x6E\x48\x6F\x76\x65\x72","\x53\x54\x59\x4C\x45\x5F\x52\x4F\x54\x41\x54\x49\x4F\x4E","\x75\x70\x64\x61\x74\x65\x56\x65\x72\x74\x65\x78\x4C\x61\x62\x65\x6C\x4F\x66\x66\x73\x65\x74","\x67\x65\x74\x43\x68\x69\x6C\x64\x4F\x66\x66\x73\x65\x74\x46\x6F\x72\x43\x65\x6C\x6C","\x75\x70\x64\x61\x74\x65\x46\x69\x78\x65\x64\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x50\x6F\x69\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x46\x6C\x6F\x61\x74\x69\x6E\x67\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x45\x64\x67\x65\x42\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x45\x64\x67\x65\x4C\x61\x62\x65\x6C\x4F\x66\x66\x73\x65\x74","\x63\x68\x69\x6C\x64\x4D\x6F\x76\x65\x64","\x69\x73\x52\x65\x6E\x64\x65\x72\x69\x6E\x67","\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x75\x70\x64\x61\x74\x65\x46\x69\x78\x65\x64\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x50\x6F\x69\x6E\x74","\x67\x65\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x72\x74","\x64\x65\x66\x61\x75\x6C\x74\x4C\x6F\x6F\x70\x53\x74\x79\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x45\x44\x47\x45","\x69\x73\x41\x6C\x6C\x6F\x77\x45\x76\x61\x6C","\x75\x70\x64\x61\x74\x65\x46\x6C\x6F\x61\x74\x69\x6E\x67\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x74\x4E\x65\x78\x74\x50\x6F\x69\x6E\x74","\x69\x73\x4F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C","\x53\x54\x59\x4C\x45\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52\x5F\x53\x50\x41\x43\x49\x4E\x47","\x53\x54\x59\x4C\x45\x5F\x53\x4F\x55\x52\x43\x45\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52\x5F\x53\x50\x41\x43\x49\x4E\x47","\x53\x54\x59\x4C\x45\x5F\x54\x41\x52\x47\x45\x54\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52\x5F\x53\x50\x41\x43\x49\x4E\x47","\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x50\x6F\x69\x6E\x74","\x53\x54\x59\x4C\x45\x5F\x53\x4F\x55\x52\x43\x45\x5F\x50\x4F\x52\x54","\x53\x54\x59\x4C\x45\x5F\x54\x41\x52\x47\x45\x54\x5F\x50\x4F\x52\x54","\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x53\x54\x59\x4C\x45\x5F\x52\x4F\x55\x54\x49\x4E\x47\x5F\x43\x45\x4E\x54\x45\x52\x5F\x58","\x53\x54\x59\x4C\x45\x5F\x52\x4F\x55\x54\x49\x4E\x47\x5F\x43\x45\x4E\x54\x45\x52\x5F\x59","\x67\x65\x74\x52\x65\x6C\x61\x74\x69\x76\x65\x50\x6F\x69\x6E\x74","\x72\x65\x6C\x61\x74\x69\x76\x65\x43\x63\x77","\x73\x65\x74\x52\x65\x6E\x64\x65\x72\x69\x6E\x67","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x45\x76\x61\x6C","\x67\x65\x74\x53\x74\x61\x74\x65\x73","\x67\x65\x74\x43\x65\x6C\x6C\x53\x74\x61\x74\x65\x73","\x69\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x45\x76\x65\x6E\x74","\x69\x73\x53\x63\x72\x6F\x6C\x6C\x45\x76\x65\x6E\x74","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x6D\x6F\x76\x65\x48\x61\x6E\x64\x6C\x65\x72","\x65\x6E\x64\x48\x61\x6E\x64\x6C\x65\x72","\x63\x72\x65\x61\x74\x65\x48\x74\x6D\x6C\x50\x61\x6E\x65","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x43\x61\x6E\x76\x61\x73\x53\x69\x7A\x65","\x63\x72\x65\x61\x74\x65\x56\x6D\x6C\x50\x61\x6E\x65","\x63\x6F\x6F\x72\x64\x6F\x72\x69\x67\x69\x6E","\x30\x2C\x30","\x73\x74\x61\x74\x69\x63","\x69\x73\x55\x70","\x67\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65\x46\x6F\x72\x52\x6F\x6F\x74","\x55\x50","\x44\x4F\x57\x4E","\x6D\x6F\x75\x73\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x72\x65\x6E\x64\x65\x72\x48\x69\x6E\x74","\x52\x45\x4E\x44\x45\x52\x49\x4E\x47\x5F\x48\x49\x4E\x54\x5F\x45\x58\x41\x43\x54","\x52\x45\x4E\x44\x45\x52\x49\x4E\x47\x5F\x48\x49\x4E\x54\x5F\x46\x41\x53\x54\x45\x53\x54","\x52\x45\x4E\x44\x45\x52\x49\x4E\x47\x5F\x48\x49\x4E\x54\x5F\x46\x41\x53\x54\x45\x52","\x44\x49\x41\x4C\x45\x43\x54\x5F\x4D\x49\x58\x45\x44\x48\x54\x4D\x4C","\x6D\x75\x6C\x74\x69\x70\x6C\x69\x63\x69\x74\x69\x65\x73","\x69\x6D\x61\x67\x65\x42\x75\x6E\x64\x6C\x65\x73","\x63\x72\x65\x61\x74\x65\x43\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x63\x72\x65\x61\x74\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x63\x72\x65\x61\x74\x65\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x73\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x63\x72\x65\x61\x74\x65\x47\x72\x61\x70\x68\x56\x69\x65\x77","\x67\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x43\x68\x61\x6E\x67\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72\x73","\x2F\x72\x65\x73\x6F\x75\x72\x63\x65\x73\x2F\x67\x72\x61\x70\x68","\x45\x4D\x50\x54\x59\x5F\x41\x52\x52\x41\x59","\x63\x65\x6C\x6C\x45\x64\x69\x74\x6F\x72","\x70\x6F\x72\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x64\x6F\x75\x62\x6C\x65\x54\x61\x70\x45\x6E\x61\x62\x6C\x65\x64","\x64\x6F\x75\x62\x6C\x65\x54\x61\x70\x54\x69\x6D\x65\x6F\x75\x74","\x64\x6F\x75\x62\x6C\x65\x54\x61\x70\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x6C\x61\x73\x74\x54\x6F\x75\x63\x68\x59","\x74\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x64\x65\x66\x61\x75\x6C\x74\x4F\x76\x65\x72\x6C\x61\x70","\x64\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x61\x6C\x74\x65\x72\x6E\x61\x74\x65\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x73\x56\x69\x73\x69\x62\x6C\x65","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x43\x6F\x6C\x6F\x72","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x61\x73\x68\x65\x64","\x6D\x69\x6E\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x69\x73\x74","\x70\x72\x65\x66\x65\x72\x50\x61\x67\x65\x53\x69\x7A\x65","\x65\x73\x63\x61\x70\x65\x45\x6E\x61\x62\x6C\x65\x64","\x69\x6E\x76\x6F\x6B\x65\x73\x53\x74\x6F\x70\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x65\x6E\x74\x65\x72\x53\x74\x6F\x70\x73\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x75\x73\x65\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x65\x78\x70\x6F\x72\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x6D\x70\x6F\x72\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x65\x6C\x6C\x73\x4C\x6F\x63\x6B\x65\x64","\x63\x65\x6C\x6C\x73\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x45\x64\x69\x74\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x44\x65\x6C\x65\x74\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x65\x64\x67\x65\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x76\x65\x72\x74\x65\x78\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x64\x72\x6F\x70\x45\x6E\x61\x62\x6C\x65\x64","\x73\x70\x6C\x69\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x65\x6C\x6C\x73\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x42\x65\x6E\x64\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x61\x75\x74\x6F\x53\x69\x7A\x65\x43\x65\x6C\x6C\x73","\x74\x69\x6D\x65\x72\x41\x75\x74\x6F\x53\x63\x72\x6F\x6C\x6C","\x61\x6C\x6C\x6F\x77\x41\x75\x74\x6F\x50\x61\x6E\x6E\x69\x6E\x67","\x69\x67\x6E\x6F\x72\x65\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x6D\x61\x78\x69\x6D\x75\x6D\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x6D\x69\x6E\x69\x6D\x75\x6D\x47\x72\x61\x70\x68\x53\x69\x7A\x65","\x6D\x69\x6E\x69\x6D\x75\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x53\x69\x7A\x65","\x6D\x61\x78\x69\x6D\x75\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x53\x69\x7A\x65","\x72\x65\x73\x69\x7A\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x61\x6C\x6C\x6F\x77\x4E\x65\x67\x61\x74\x69\x76\x65\x43\x6F\x6F\x72\x64\x69\x6E\x61\x74\x65\x73","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64\x72\x65\x6E","\x65\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73","\x65\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73\x4F\x6E\x41\x64\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x54\x6F\x50\x72\x65\x66\x65\x72\x72\x65\x64\x53\x69\x7A\x65","\x7A\x6F\x6F\x6D\x46\x61\x63\x74\x6F\x72","\x6B\x65\x65\x70\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x56\x69\x73\x69\x62\x6C\x65\x4F\x6E\x5A\x6F\x6F\x6D","\x63\x65\x6E\x74\x65\x72\x5A\x6F\x6F\x6D","\x72\x65\x73\x65\x74\x56\x69\x65\x77\x4F\x6E\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73\x4F\x6E\x52\x65\x73\x69\x7A\x65","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73\x4F\x6E\x4D\x6F\x76\x65","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73\x4F\x6E\x43\x6F\x6E\x6E\x65\x63\x74","\x61\x6C\x6C\x6F\x77\x4C\x6F\x6F\x70\x73","\x4C\x6F\x6F\x70","\x6D\x75\x6C\x74\x69\x67\x72\x61\x70\x68","\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65\x45\x64\x67\x65\x73","\x61\x6C\x6C\x6F\x77\x44\x61\x6E\x67\x6C\x69\x6E\x67\x45\x64\x67\x65\x73","\x63\x6C\x6F\x6E\x65\x49\x6E\x76\x61\x6C\x69\x64\x45\x64\x67\x65\x73","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x4F\x6E\x4D\x6F\x76\x65","\x6C\x61\x62\x65\x6C\x73\x56\x69\x73\x69\x62\x6C\x65","\x68\x74\x6D\x6C\x4C\x61\x62\x65\x6C\x73","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x4E\x65\x73\x74\x69\x6E\x67","\x6D\x69\x6E\x46\x69\x74\x53\x63\x61\x6C\x65","\x6D\x61\x78\x46\x69\x74\x53\x63\x61\x6C\x65","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64\x49\x6D\x61\x67\x65","\x2F\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64\x2E\x67\x69\x66","\x65\x78\x70\x61\x6E\x64\x65\x64\x49\x6D\x61\x67\x65","\x2F\x65\x78\x70\x61\x6E\x64\x65\x64\x2E\x67\x69\x66","\x77\x61\x72\x6E\x69\x6E\x67\x49\x6D\x61\x67\x65","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x69\x6D\x61\x67\x65\x73\x2F\x77\x61\x72\x6E\x69\x6E\x67\x2E\x67\x69\x66","\x61\x6C\x72\x65\x61\x64\x79\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x52\x65\x73\x6F\x75\x72\x63\x65","\x61\x6C\x72\x65\x61\x64\x79\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x63\x6F\x6E\x74\x61\x69\x6E\x73\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72\x73\x52\x65\x73\x6F\x75\x72\x63\x65","\x63\x6F\x6E\x74\x61\x69\x6E\x73\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72\x73","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x45\x78\x70\x61\x6E\x64\x52\x65\x73\x6F\x75\x72\x63\x65","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x2D\x65\x78\x70\x61\x6E\x64","\x63\x72\x65\x61\x74\x65\x43\x65\x6C\x6C\x45\x64\x69\x74\x6F\x72","\x75\x6E\x6C\x6F\x61\x64","\x73\x65\x6C\x65\x63\x74\x73\x74\x61\x72\x74","\x3C\x76\x3A\x67\x72\x6F\x75\x70\x20\x73\x74\x79\x6C\x65\x3D\x22\x44\x49\x53\x50\x4C\x41\x59\x3A\x20\x6E\x6F\x6E\x65\x3B\x22\x3E\x3C\x2F\x76\x3A\x67\x72\x6F\x75\x70\x3E","\x70\x61\x6E\x6E\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65\x73","\x70\x72\x6F\x63\x65\x73\x73\x43\x68\x61\x6E\x67\x65","\x67\x65\x74\x52\x65\x6D\x6F\x76\x65\x64\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65\x73","\x72\x65\x6D\x6F\x76\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x63\x6C\x65\x61\x72\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x72\x65\x6D\x6F\x76\x65\x53\x74\x61\x74\x65\x46\x6F\x72\x43\x65\x6C\x6C","\x68\x6F\x6D\x65","\x61\x64\x64\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x63\x6C\x65\x61\x72\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x73\x65\x74\x43\x65\x6C\x6C\x57\x61\x72\x6E\x69\x6E\x67","\x3C\x66\x6F\x6E\x74\x20\x63\x6F\x6C\x6F\x72\x3D\x72\x65\x64\x3E","\x3C\x2F\x66\x6F\x6E\x74\x3E","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x73\x74\x61\x72\x74\x45\x64\x69\x74\x69\x6E\x67\x41\x74\x43\x65\x6C\x6C","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x45\x64\x69\x74\x61\x62\x6C\x65","\x63\x6F\x6E\x76\x65\x72\x74\x56\x61\x6C\x75\x65\x54\x6F\x53\x74\x72\x69\x6E\x67","\x69\x73\x41\x75\x74\x6F\x53\x69\x7A\x65\x43\x65\x6C\x6C","\x63\x65\x6C\x6C\x4C\x61\x62\x65\x6C\x43\x68\x61\x6E\x67\x65\x64","\x63\x65\x6C\x6C\x53\x69\x7A\x65\x55\x70\x64\x61\x74\x65\x64","\x68\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65\x41\x74","\x69\x73\x54\x6F\x67\x67\x6C\x65\x45\x76\x65\x6E\x74","\x70\x61\x6E\x6E\x69\x6E\x67\x4D\x61\x6E\x61\x67\x65\x72","\x63\x72\x65\x61\x74\x65\x50\x61\x6E\x6E\x69\x6E\x67\x4D\x61\x6E\x61\x67\x65\x72","\x67\x65\x74\x42\x6F\x72\x64\x65\x72\x53\x69\x7A\x65\x73","\x74\x68\x69\x6E","\x6D\x65\x64\x69\x75\x6D","\x74\x68\x69\x63\x6B","\x62\x6F\x72\x64\x65\x72\x4C\x65\x66\x74\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72\x54\x6F\x70\x57\x69\x64\x74\x68","\x70\x61\x64\x64\x69\x6E\x67\x54\x6F\x70","\x62\x6F\x72\x64\x65\x72\x52\x69\x67\x68\x74\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72\x42\x6F\x74\x74\x6F\x6D\x57\x69\x64\x74\x68","\x70\x61\x64\x64\x69\x6E\x67\x42\x6F\x74\x74\x6F\x6D","\x67\x65\x74\x50\x72\x65\x66\x65\x72\x72\x65\x64\x50\x61\x67\x65\x53\x69\x7A\x65","\x67\x65\x74\x42\x6F\x72\x64\x65\x72","\x64\x6F\x52\x65\x73\x69\x7A\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6D\x69\x6E\x57\x69\x64\x74\x68","\x6D\x69\x6E\x48\x65\x69\x67\x68\x74","\x75\x70\x64\x61\x74\x65\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x76\x65\x72\x74\x69\x63\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x70\x6F\x73\x74\x50\x72\x6F\x63\x65\x73\x73\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x49\x4D\x41\x47\x45","\x67\x65\x74\x49\x6D\x61\x67\x65\x46\x72\x6F\x6D\x42\x75\x6E\x64\x6C\x65\x73","\x64\x61\x74\x61\x3A\x69\x6D\x61\x67\x65\x2F","\x3B\x62\x61\x73\x65\x36\x34\x2C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x46\x6C\x61\x67\x73","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x46\x6C\x61\x67\x73","\x61\x64\x64\x49\x6D\x61\x67\x65\x42\x75\x6E\x64\x6C\x65","\x72\x65\x6D\x6F\x76\x65\x49\x6D\x61\x67\x65\x42\x75\x6E\x64\x6C\x65","\x62\x61\x63\x6B","\x67\x65\x74\x43\x65\x6C\x6C\x73\x46\x6F\x72\x47\x72\x6F\x75\x70","\x63\x72\x65\x61\x74\x65\x47\x72\x6F\x75\x70\x43\x65\x6C\x6C","\x67\x65\x74\x42\x6F\x75\x6E\x64\x73\x46\x6F\x72\x47\x72\x6F\x75\x70","\x61\x64\x64\x41\x6C\x6C\x45\x64\x67\x65\x73","\x67\x65\x74\x45\x64\x67\x65\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x69\x6E\x73\x65\x72\x74\x56\x65\x72\x74\x65\x78","\x63\x72\x65\x61\x74\x65\x56\x65\x72\x74\x65\x78","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65","\x61\x64\x64\x45\x64\x67\x65","\x69\x73\x41\x6C\x6C\x6F\x77\x4E\x65\x67\x61\x74\x69\x76\x65\x43\x6F\x6F\x72\x64\x69\x6E\x61\x74\x65\x73","\x69\x73\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73\x4F\x6E\x41\x64\x64","\x69\x73\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74","\x65\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64","\x67\x65\x74\x44\x65\x6C\x65\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x69\x6E\x63\x6C\x75\x64\x65\x45\x64\x67\x65\x73","\x6E\x65\x77\x45\x64\x67\x65","\x67\x65\x74\x46\x6F\x6C\x64\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x72\x65\x63\x75\x72\x73\x65","\x69\x73\x43\x65\x6C\x6C\x46\x6F\x6C\x64\x61\x62\x6C\x65","\x73\x77\x61\x70\x42\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x41\x6C\x74\x65\x72\x6E\x61\x74\x65\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x50\x72\x65\x66\x65\x72\x72\x65\x64\x53\x69\x7A\x65\x46\x6F\x72\x43\x65\x6C\x6C","\x67\x65\x74\x41\x6C\x6C\x45\x64\x67\x65\x73","\x69\x67\x6E\x6F\x72\x65\x43\x68\x69\x6C\x64\x72\x65\x6E","\x53\x48\x41\x50\x45\x5F\x4C\x41\x42\x45\x4C","\x53\x54\x59\x4C\x45\x5F\x49\x4D\x41\x47\x45\x5F\x57\x49\x44\x54\x48","\x53\x54\x59\x4C\x45\x5F\x49\x4D\x41\x47\x45\x5F\x48\x45\x49\x47\x48\x54","\x67\x65\x74\x53\x69\x7A\x65\x46\x6F\x72\x53\x74\x72\x69\x6E\x67","\x72\x65\x73\x69\x7A\x65\x43\x65\x6C\x6C","\x69\x73\x43\x6C\x6F\x6E\x65\x49\x6E\x76\x61\x6C\x69\x64\x45\x64\x67\x65\x73","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x4E\x65\x67\x61\x74\x69\x76\x65\x43\x6F\x6F\x72\x64\x69\x6E\x61\x74\x65\x73","\x69\x73\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x4F\x6E\x4D\x6F\x76\x65","\x69\x73\x41\x6C\x6C\x6F\x77\x44\x61\x6E\x67\x6C\x69\x6E\x67\x45\x64\x67\x65\x73","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x47\x72\x61\x70\x68","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x43\x65\x6C\x6C","\x67\x65\x74\x43\x65\x6C\x6C\x43\x6F\x6E\x74\x61\x69\x6E\x6D\x65\x6E\x74\x41\x72\x65\x61","\x67\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x52\x6F\x6F\x74","\x67\x65\x74\x4D\x61\x78\x69\x6D\x75\x6D\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x69\x73\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x70","\x67\x65\x74\x41\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x53\x54\x59\x4C\x45\x5F\x45\x58\x49\x54\x5F\x58","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x54\x52\x59\x5F\x58","\x53\x54\x59\x4C\x45\x5F\x45\x58\x49\x54\x5F\x59","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x54\x52\x59\x5F\x59","\x53\x54\x59\x4C\x45\x5F\x45\x58\x49\x54\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x54\x52\x59\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x70\x6F\x69\x6E\x74","\x53\x54\x59\x4C\x45\x5F\x46\x4C\x49\x50\x48","\x53\x54\x59\x4C\x45\x5F\x46\x4C\x49\x50\x56","\x69\x73\x50\x6F\x72\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x46\x6F\x72\x50\x6F\x72\x74","\x69\x73\x43\x65\x6C\x6C\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x67\x65\x74\x43\x65\x6C\x6C\x42\x6F\x75\x6E\x64\x73","\x73\x68\x69\x66\x74\x50\x72\x65\x76\x69\x65\x77\x31","\x73\x68\x69\x66\x74\x50\x72\x65\x76\x69\x65\x77\x32","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x7A\x6F\x6F\x6D\x41\x63\x74\x75\x61\x6C","\x7A\x6F\x6F\x6D\x54\x6F","\x73\x63\x72\x6F\x6C\x6C\x52\x65\x63\x74\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x7A\x6F\x6F\x6D\x54\x6F\x52\x65\x63\x74","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x4F\x52\x54\x48\x4F\x47\x4F\x4E\x41\x4C","\x53\x65\x67\x6D\x65\x6E\x74\x43\x6F\x6E\x6E\x65\x63\x74\x6F\x72","\x45\x6C\x62\x6F\x77\x43\x6F\x6E\x6E\x65\x63\x74\x6F\x72","\x53\x69\x64\x65\x54\x6F\x53\x69\x64\x65","\x54\x6F\x70\x54\x6F\x42\x6F\x74\x74\x6F\x6D","\x45\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E","\x4F\x72\x74\x68\x43\x6F\x6E\x6E\x65\x63\x74\x6F\x72","\x69\x73\x4C\x6F\x6F\x70","\x69\x73\x43\x6C\x6F\x6E\x65\x45\x76\x65\x6E\x74","\x49\x53\x5F\x4D\x41\x43","\x69\x73\x4D\x65\x74\x61\x44\x6F\x77\x6E","\x69\x73\x41\x6C\x74\x44\x6F\x77\x6E","\x69\x73\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x65\x64\x45\x76\x65\x6E\x74","\x69\x73\x46\x6F\x72\x63\x65\x4D\x61\x72\x71\x75\x65\x65\x45\x76\x65\x6E\x74","\x76\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x41\x6C\x65\x72\x74","\x69\x73\x45\x64\x67\x65\x56\x61\x6C\x69\x64","\x69\x73\x56\x61\x6C\x69\x64\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x63\x68\x65\x63\x6B","\x76\x61\x6C\x69\x64\x61\x74\x65\x45\x64\x67\x65","\x76\x61\x6C\x69\x64\x61\x74\x65\x47\x72\x61\x70\x68","\x67\x65\x74\x43\x65\x6C\x6C\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x76\x61\x6C\x69\x64\x61\x74\x65\x43\x65\x6C\x6C","\x61\x74\x74\x72","\x63\x6F\x75\x6E\x74\x45\x72\x72\x6F\x72","\x73\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x74\x6F\x53\x74\x72\x69\x6E\x67","\x69\x73\x48\x74\x6D\x6C\x4C\x61\x62\x65\x6C\x73","\x73\x65\x74\x48\x74\x6D\x6C\x4C\x61\x62\x65\x6C\x73","\x53\x54\x59\x4C\x45\x5F\x57\x48\x49\x54\x45\x5F\x53\x50\x41\x43\x45","\x67\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x46\x6F\x72\x4E\x6F\x64\x65","\x67\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x46\x6F\x72\x43\x65\x6C\x6C","\x67\x65\x74\x43\x75\x72\x73\x6F\x72\x46\x6F\x72\x43\x65\x6C\x6C","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x43\x4F\x4C\x4F\x52","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x47\x52\x41\x44\x49\x45\x4E\x54\x43\x4F\x4C\x4F\x52","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x53\x48\x41\x50\x45","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x49\x4D\x41\x47\x45","\x73\x65\x74\x42\x6F\x72\x64\x65\x72","\x53\x48\x41\x50\x45\x5F\x53\x57\x49\x4D\x4C\x41\x4E\x45","\x69\x73\x52\x65\x73\x69\x7A\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x65\x74\x52\x65\x73\x69\x7A\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x69\x73\x45\x73\x63\x61\x70\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x45\x73\x63\x61\x70\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x49\x6E\x76\x6F\x6B\x65\x73\x53\x74\x6F\x70\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x73\x65\x74\x45\x6E\x74\x65\x72\x53\x74\x6F\x70\x73\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x69\x73\x43\x65\x6C\x6C\x4C\x6F\x63\x6B\x65\x64","\x69\x73\x43\x65\x6C\x6C\x73\x4C\x6F\x63\x6B\x65\x64","\x73\x65\x74\x43\x65\x6C\x6C\x73\x4C\x6F\x63\x6B\x65\x64","\x67\x65\x74\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x69\x73\x43\x65\x6C\x6C\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x43\x4C\x4F\x4E\x45\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x63\x61\x6E\x45\x78\x70\x6F\x72\x74\x43\x65\x6C\x6C","\x63\x61\x6E\x49\x6D\x70\x6F\x72\x74\x43\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x73\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x73\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x44\x65\x6C\x65\x74\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x44\x65\x6C\x65\x74\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x44\x45\x4C\x45\x54\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x44\x65\x6C\x65\x74\x61\x62\x6C\x65","\x69\x73\x4C\x61\x62\x65\x6C\x4D\x6F\x76\x61\x62\x6C\x65","\x67\x65\x74\x4D\x6F\x76\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x69\x73\x43\x65\x6C\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x4D\x4F\x56\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x73\x65\x74\x50\x6F\x72\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x73\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x67\x65\x74\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x73\x65\x74\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x69\x73\x56\x65\x72\x74\x65\x78\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x73\x65\x74\x56\x65\x72\x74\x65\x78\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x45\x64\x67\x65\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x73\x65\x74\x45\x64\x67\x65\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65\x4E\x65\x73\x74\x69\x6E\x67","\x73\x65\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65\x4E\x65\x73\x74\x69\x6E\x67","\x73\x65\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x4D\x75\x6C\x74\x69\x67\x72\x61\x70\x68","\x73\x65\x74\x4D\x75\x6C\x74\x69\x67\x72\x61\x70\x68","\x69\x73\x41\x6C\x6C\x6F\x77\x4C\x6F\x6F\x70\x73","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x44\x61\x6E\x67\x6C\x69\x6E\x67\x45\x64\x67\x65\x73","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65\x45\x64\x67\x65\x73","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65\x45\x64\x67\x65\x73","\x73\x65\x74\x43\x6C\x6F\x6E\x65\x49\x6E\x76\x61\x6C\x69\x64\x45\x64\x67\x65\x73","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x4C\x6F\x6F\x70\x73","\x73\x65\x74\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x4F\x6E\x4D\x6F\x76\x65","\x73\x65\x74\x44\x72\x6F\x70\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x70\x6C\x69\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x53\x70\x6C\x69\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x43\x65\x6C\x6C\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x52\x45\x53\x49\x5A\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x69\x73\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x42\x65\x6E\x64\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x42\x65\x6E\x64\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x42\x45\x4E\x44\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x42\x65\x6E\x64\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x45\x64\x69\x74\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x45\x44\x49\x54\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x45\x64\x69\x74\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x73\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x69\x73\x56\x61\x6C\x69\x64\x53\x6F\x75\x72\x63\x65","\x69\x73\x56\x61\x6C\x69\x64\x54\x61\x72\x67\x65\x74","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x50\x61\x6E\x6E\x69\x6E\x67","\x69\x73\x41\x75\x74\x6F\x53\x69\x7A\x65\x43\x65\x6C\x6C\x73","\x53\x54\x59\x4C\x45\x5F\x41\x55\x54\x4F\x53\x49\x5A\x45","\x73\x65\x74\x41\x75\x74\x6F\x53\x69\x7A\x65\x43\x65\x6C\x6C\x73","\x69\x73\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73","\x73\x65\x74\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73","\x73\x65\x74\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73\x4F\x6E\x41\x64\x64","\x69\x73\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64\x72\x65\x6E","\x73\x65\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64\x72\x65\x6E","\x69\x73\x41\x6C\x6C\x6F\x77\x4F\x76\x65\x72\x6C\x61\x70\x50\x61\x72\x65\x6E\x74","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4C\x44\x41\x42\x4C\x45","\x69\x73\x56\x61\x6C\x69\x64\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x69\x73\x53\x70\x6C\x69\x74\x54\x61\x72\x67\x65\x74","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x68\x69\x74\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65\x43\x6F\x6E\x74\x65\x6E\x74","\x67\x65\x74\x50\x6F\x69\x6E\x74\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x43\x65\x6C\x6C\x73","\x67\x65\x74\x43\x65\x6C\x6C\x73\x42\x65\x79\x6F\x6E\x64","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x72\x65\x6D\x6F\x76\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x52\x65\x67\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x73\x46\x6F\x72\x45\x76\x65\x6E\x74","\x73\x65\x6C\x65\x63\x74\x4E\x65\x78\x74\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x50\x72\x65\x76\x69\x6F\x75\x73\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x50\x61\x72\x65\x6E\x74\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x43\x68\x69\x6C\x64\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x73","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72","\x75\x70\x64\x61\x74\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x4D\x4F\x55\x53\x45\x5F\x44\x4F\x57\x4E","\x6C\x61\x73\x74\x54\x6F\x75\x63\x68\x58","\x6C\x61\x73\x74\x4D\x6F\x75\x73\x65\x58","\x6C\x61\x73\x74\x4D\x6F\x75\x73\x65\x59","\x4D\x4F\x55\x53\x45\x5F\x55\x50","\x4D\x4F\x55\x53\x45\x5F\x4D\x4F\x56\x45","\x64\x65\x73\x74\x72\x6F\x79\x65\x64","\x74\x6F\x6F\x6C\x74\x69\x70","\x68\x65\x6C\x70","\x67\x72\x61\x70\x68\x52\x65\x6E\x64\x65\x72\x48\x69\x6E\x74","\x73\x68\x6F\x77\x56\x69\x65\x77\x70\x6F\x72\x74","\x73\x69\x7A\x65\x72\x53\x69\x7A\x65","\x75\x70\x64\x61\x74\x65\x4F\x6E\x50\x61\x6E","\x73\x69\x7A\x65\x72\x49\x6D\x61\x67\x65","\x73\x68\x61\x70\x65\x2D\x72\x65\x6E\x64\x65\x72\x69\x6E\x67","\x6F\x70\x74\x69\x6D\x69\x7A\x65\x53\x70\x65\x65\x64","\x69\x6D\x61\x67\x65\x2D\x72\x65\x6E\x64\x65\x72\x69\x6E\x67","\x75\x70\x64\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72","\x75\x70\x64\x61\x74\x65","\x70\x61\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x72\x65\x66\x72\x65\x73\x68\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x42\x6F\x72\x64\x65\x72","\x72\x65\x64\x69\x72\x65\x63\x74\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74\x73","\x73\x69\x7A\x65\x72","\x63\x72\x65\x61\x74\x65\x53\x69\x7A\x65\x72","\x73\x65\x74\x5A\x6F\x6F\x6D\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x53\x6F\x75\x72\x63\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x53\x69\x7A\x65","\x67\x65\x74\x4F\x75\x74\x6C\x69\x6E\x65\x4F\x66\x66\x73\x65\x74","\x73\x74\x61\x72\x74\x58","\x73\x74\x61\x72\x74\x59","\x64\x78\x30","\x64\x79\x30","\x6E","\x76\x61\x6C\x69\x64\x4E\x65\x69\x67\x68\x62\x6F\x72\x73","\x74\x79\x70\x65\x45\x72\x72\x6F\x72","\x76\x61\x6C\x69\x64\x4E\x65\x69\x67\x68\x62\x6F\x72\x73\x41\x6C\x6C\x6F\x77\x65\x64","\x63\x68\x65\x63\x6B\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x63\x68\x65\x63\x6B\x4E\x65\x69\x67\x68\x62\x6F\x72\x73","\x63\x68\x65\x63\x6B\x54\x79\x70\x65","\x75\x6E\x64\x6F\x48\x61\x6E\x64\x6C\x65\x72","\x62\x75\x62\x62\x6C\x69\x6E\x67","\x69\x73\x42\x75\x62\x62\x6C\x69\x6E\x67","\x73\x65\x74\x42\x75\x62\x62\x6C\x69\x6E\x67","\x67\x65\x74\x4C\x61\x79\x6F\x75\x74","\x67\x65\x74\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65\x73","\x67\x65\x74\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65","\x65\x78\x65\x63\x75\x74\x65\x4C\x61\x79\x6F\x75\x74","\x72\x65\x73\x69\x7A\x65\x48\x61\x6E\x64\x6C\x65\x72","\x66\x6F\x6C\x64\x48\x61\x6E\x64\x6C\x65\x72","\x73\x68\x69\x66\x74\x52\x69\x67\x68\x74\x77\x61\x72\x64\x73","\x73\x68\x69\x66\x74\x44\x6F\x77\x6E\x77\x61\x72\x64\x73","\x69\x73\x43\x65\x6C\x6C\x49\x67\x6E\x6F\x72\x65\x64","\x69\x73\x43\x65\x6C\x6C\x53\x68\x69\x66\x74\x61\x62\x6C\x65","\x69\x73\x53\x68\x69\x66\x74\x52\x69\x67\x68\x74\x77\x61\x72\x64\x73","\x73\x65\x74\x53\x68\x69\x66\x74\x52\x69\x67\x68\x74\x77\x61\x72\x64\x73","\x69\x73\x53\x68\x69\x66\x74\x44\x6F\x77\x6E\x77\x61\x72\x64\x73","\x73\x65\x74\x53\x68\x69\x66\x74\x44\x6F\x77\x6E\x77\x61\x72\x64\x73","\x63\x65\x6C\x6C\x52\x65\x73\x69\x7A\x65\x64","\x67\x65\x74\x43\x65\x6C\x6C\x73\x54\x6F\x53\x68\x69\x66\x74","\x73\x68\x69\x66\x74\x43\x65\x6C\x6C","\x61\x64\x64\x45\x6E\x61\x62\x6C\x65\x64","\x72\x65\x73\x69\x7A\x65\x45\x6E\x61\x62\x6C\x65\x64","\x61\x64\x64\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x41\x64\x64\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x52\x65\x73\x69\x7A\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x48\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x73\x65\x74\x41\x64\x64\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x52\x65\x73\x69\x7A\x65\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65\x49\x67\x6E\x6F\x72\x65\x64","\x69\x73\x43\x65\x6C\x6C\x48\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x41\x64\x64\x65\x64","\x72\x65\x73\x69\x7A\x65\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x6F\x6C\x64\x42\x6F\x75\x6E\x64\x73","\x6F\x6C\x64\x53\x74\x61\x74\x65\x73","\x6F\x6C\x64\x53\x63\x61\x6C\x65","\x64\x65\x6C\x74\x61\x73","\x63\x6F\x75\x6E\x74","\x58","\x59","\x61\x64\x64\x45\x64\x67\x65\x73","\x72\x65\x73\x6F\x6C\x76\x65","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x53\x74\x61\x74\x65","\x72\x65\x76\x61\x6C\x69\x64\x61\x74\x65\x53\x74\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x50\x72\x65\x76\x69\x65\x77\x53\x68\x61\x70\x65","\x6D\x61\x78\x43\x65\x6C\x6C\x73","\x68\x69\x67\x68\x6C\x69\x67\x68\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x6C\x6F\x6E\x65\x45\x6E\x61\x62\x6C\x65\x64","\x6D\x6F\x76\x65\x45\x6E\x61\x62\x6C\x65\x64","\x67\x75\x69\x64\x65","\x63\x75\x72\x72\x65\x6E\x74\x44\x78","\x63\x75\x72\x72\x65\x6E\x74\x44\x79","\x75\x70\x64\x61\x74\x65\x43\x75\x72\x73\x6F\x72","\x73\x65\x6C\x65\x63\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x6F\x6E\x6E\x65\x63\x74\x4F\x6E\x44\x72\x6F\x70","\x73\x63\x72\x6F\x6C\x6C\x4F\x6E\x4D\x6F\x76\x65","\x70\x72\x65\x76\x69\x65\x77\x43\x6F\x6C\x6F\x72","\x68\x74\x6D\x6C\x50\x72\x65\x76\x69\x65\x77","\x73\x63\x61\x6C\x65\x47\x72\x69\x64","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x43\x6C\x6F\x6E\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x43\x6C\x6F\x6E\x65\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x4D\x6F\x76\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x4D\x6F\x76\x65\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x65\x6C\x65\x63\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x52\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x73\x65\x74\x52\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x49\x6E\x69\x74\x69\x61\x6C\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x44\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x64\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x63\x65\x6C\x6C\x57\x61\x73\x43\x6C\x69\x63\x6B\x65\x64","\x53\x45\x4C\x45\x43\x54","\x66\x69\x72\x73\x74","\x67\x65\x74\x50\x72\x65\x76\x69\x65\x77\x42\x6F\x75\x6E\x64\x73","\x63\x72\x65\x61\x74\x65\x50\x72\x65\x76\x69\x65\x77\x53\x68\x61\x70\x65","\x70\x42\x6F\x75\x6E\x64\x73","\x75\x73\x65\x47\x75\x69\x64\x65\x73\x46\x6F\x72\x45\x76\x65\x6E\x74","\x73\x65\x74\x48\x69\x67\x68\x6C\x69\x67\x68\x74\x43\x6F\x6C\x6F\x72","\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x49\x4E\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4E\x4E\x45\x43\x54\x5F\x54\x41\x52\x47\x45\x54\x5F\x43\x4F\x4C\x4F\x52","\x43\x55\x52\x53\x4F\x52\x5F\x4D\x4F\x56\x41\x42\x4C\x45\x5F\x45\x44\x47\x45","\x43\x55\x52\x53\x4F\x52\x5F\x4D\x4F\x56\x41\x42\x4C\x45\x5F\x56\x45\x52\x54\x45\x58","\x73\x65\x6C\x65\x63\x74\x44\x65\x6C\x61\x79\x65\x64","\x64\x65\x73\x74\x72\x6F\x79\x53\x68\x61\x70\x65\x73","\x67\x75\x69\x64\x65\x73","\x73\x68\x6F\x75\x6C\x64\x52\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x74\x72\x69\x67\x67\x65\x72\x58","\x74\x72\x69\x67\x67\x65\x72\x59","\x75\x73\x65\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x75\x73\x65\x4C\x65\x66\x74\x42\x75\x74\x74\x6F\x6E\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x73\x65\x6C\x65\x63\x74\x4F\x6E\x50\x6F\x70\x75\x70","\x63\x6C\x65\x61\x72\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4F\x6E\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x69\x67\x6E\x6F\x72\x65\x43\x65\x6C\x6C","\x70\x72\x65\x76\x69\x65\x77\x45\x6E\x61\x62\x6C\x65\x64","\x75\x73\x65\x47\x72\x69\x64","\x69\x73\x50\x61\x6E\x6E\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x50\x61\x6E\x6E\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x50\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x70\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65\x50\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x67\x65\x74\x43\x65\x6C\x6C\x46\x6F\x72\x50\x6F\x70\x75\x70\x45\x76\x65\x6E\x74","\x76\x61\x6C\x69\x64\x43\x6F\x6C\x6F\x72","\x44\x45\x46\x41\x55\x4C\x54\x5F\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x69\x6E\x76\x61\x6C\x69\x64\x43\x6F\x6C\x6F\x72","\x44\x45\x46\x41\x55\x4C\x54\x5F\x49\x4E\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x68\x6F\x74\x73\x70\x6F\x74","\x44\x45\x46\x41\x55\x4C\x54\x5F\x48\x4F\x54\x53\x50\x4F\x54","\x68\x6F\x74\x73\x70\x6F\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x75\x72\x72\x65\x6E\x74\x43\x6F\x6C\x6F\x72","\x76\x61\x6C\x69\x64\x53\x74\x61\x74\x65","\x6D\x61\x72\x6B\x65\x64\x53\x74\x61\x74\x65","\x73\x65\x74\x48\x6F\x74\x73\x70\x6F\x74","\x67\x65\x74\x48\x6F\x74\x73\x70\x6F\x74","\x73\x65\x74\x48\x6F\x74\x73\x70\x6F\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x48\x6F\x74\x73\x70\x6F\x74\x45\x6E\x61\x62\x6C\x65\x64","\x68\x61\x73\x56\x61\x6C\x69\x64\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x61\x6C\x69\x64\x53\x74\x61\x74\x65","\x67\x65\x74\x4D\x61\x72\x6B\x65\x64\x53\x74\x61\x74\x65","\x75\x6E\x6D\x61\x72\x6B","\x70\x72\x6F\x63\x65\x73\x73","\x69\x73\x56\x61\x6C\x69\x64\x53\x74\x61\x74\x65","\x67\x65\x74\x4D\x61\x72\x6B\x65\x72\x43\x6F\x6C\x6F\x72","\x6D\x61\x72\x6B\x43\x65\x6C\x6C","\x67\x65\x74\x53\x74\x61\x74\x65\x54\x6F\x4D\x61\x72\x6B","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x73\x48\x6F\x74\x73\x70\x6F\x74","\x72\x65\x73\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x68\x61\x6E\x64\x6C\x65\x72\x73","\x6D\x61\x78\x48\x61\x6E\x64\x6C\x65\x72\x73","\x6D\x6F\x76\x65\x49\x63\x6F\x6E\x46\x72\x6F\x6E\x74","\x6D\x6F\x76\x65\x49\x63\x6F\x6E\x42\x61\x63\x6B","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x74\x61\x72\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x6D\x61\x72\x6B\x65\x72","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x48\x61\x6E\x64\x6C\x65\x72","\x77\x61\x79\x70\x6F\x69\x6E\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x45\x6E\x61\x62\x6C\x65\x64","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x44\x65\x6C\x61\x79","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x49\x6E\x50\x72\x6F\x67\x72\x65\x73\x73","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x56\x61\x6C\x69\x64","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x69\x6E\x69\x74\x69\x61\x6C\x54\x6F\x75\x63\x68\x58","\x69\x6E\x69\x74\x69\x61\x6C\x54\x6F\x75\x63\x68\x59","\x69\x67\x6E\x6F\x72\x65\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x63\x6F\x6E\x4F\x66\x66\x73\x65\x74","\x65\x64\x67\x65\x53\x74\x61\x74\x65","\x64\x72\x69\x6C\x6C\x48\x61\x6E\x64\x6C\x65\x72","\x6D\x6F\x75\x73\x65\x44\x6F\x77\x6E\x43\x6F\x75\x6E\x74\x65\x72","\x6D\x6F\x76\x65\x50\x72\x65\x76\x69\x65\x77\x41\x77\x61\x79","\x69\x73\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x69\x63\x6F\x6E\x53\x74\x61\x74\x65","\x69\x63\x6F\x6E\x73","\x72\x65\x64\x72\x61\x77\x49\x63\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x49\x63\x6F\x6E\x73","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6E\x67","\x76\x61\x6C\x69\x64\x61\x74\x65\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x53\x74\x61\x74\x65","\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x69\x73\x4D\x6F\x76\x65\x49\x63\x6F\x6E\x54\x6F\x46\x72\x6F\x6E\x74\x46\x6F\x72\x53\x74\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x49\x63\x6F\x6E\x73","\x43\x55\x52\x53\x4F\x52\x5F\x43\x4F\x4E\x4E\x45\x43\x54","\x63\x75\x72\x72\x65\x6E\x74\x53\x74\x61\x74\x65","\x69\x63\x6F\x6E","\x67\x65\x74\x49\x63\x6F\x6E\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x69\x73\x53\x74\x61\x72\x74\x45\x76\x65\x6E\x74","\x63\x75\x72\x72\x65\x6E\x74\x46\x6F\x63\x75\x73","\x63\x75\x72\x72\x65\x6E\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x73\x6F\x75\x72\x63\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x77\x61\x79\x70\x6F\x69\x6E\x74\x73","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x54\x68\x72\x65\x61\x64","\x63\x6C\x65\x61\x72\x54\x69\x6D\x65\x6F\x75\x74","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64","\x73\x65\x6C\x65\x63\x74\x65\x64\x49\x63\x6F\x6E","\x69\x73\x49\x6D\x6D\x65\x64\x69\x61\x74\x65\x43\x6F\x6E\x6E\x65\x63\x74\x53\x6F\x75\x72\x63\x65","\x75\x70\x64\x61\x74\x65\x43\x75\x72\x72\x65\x6E\x74\x53\x74\x61\x74\x65","\x63\x6F\x6E\x76\x65\x72\x74\x57\x61\x79\x70\x6F\x69\x6E\x74","\x67\x65\x74\x54\x61\x72\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x50\x6F\x69\x6E\x74","\x67\x65\x74\x53\x6F\x75\x72\x63\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x50\x6F\x69\x6E\x74","\x64\x72\x61\x77\x50\x72\x65\x76\x69\x65\x77","\x75\x70\x64\x61\x74\x65\x49\x63\x6F\x6E\x73","\x69\x73\x53\x74\x6F\x70\x45\x76\x65\x6E\x74","\x61\x64\x64\x57\x61\x79\x70\x6F\x69\x6E\x74\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x45\x64\x67\x65\x57\x69\x64\x74\x68","\x67\x65\x74\x45\x64\x67\x65\x43\x6F\x6C\x6F\x72","\x49\x4E\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x63\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x41\x6C\x69\x67\x6E\x6D\x65\x6E\x74\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x70\x6F\x69\x6E\x74\x49\x6D\x61\x67\x65","\x2F\x70\x6F\x69\x6E\x74\x2E\x67\x69\x66","\x68\x69\x67\x68\x6C\x69\x67\x68\x74\x43\x6F\x6C\x6F\x72","\x66\x6F\x63\x75\x73\x49\x63\x6F\x6E\x73","\x66\x6F\x63\x75\x73\x48\x69\x67\x68\x6C\x69\x67\x68\x74","\x66\x6F\x63\x75\x73\x50\x6F\x69\x6E\x74\x73","\x63\x75\x72\x72\x65\x6E\x74\x46\x6F\x63\x75\x73\x41\x72\x65\x61","\x67\x65\x74\x49\x6D\x61\x67\x65\x46\x6F\x72\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x69\x73\x45\x76\x65\x6E\x74\x49\x67\x6E\x6F\x72\x65\x64","\x72\x65\x70\x61\x69\x6E\x74","\x64\x65\x66\x61\x75\x6C\x74\x4F\x70\x61\x63\x69\x74\x79","\x73\x68\x61\x72\x65\x64\x44\x69\x76","\x63\x75\x72\x72\x65\x6E\x74\x58","\x63\x75\x72\x72\x65\x6E\x74\x59","\x64\x72\x61\x67\x48\x61\x6E\x64\x6C\x65\x72","\x6D\x78\x52\x75\x62\x62\x65\x72\x62\x61\x6E\x64","\x73\x69\x6E\x67\x6C\x65\x53\x69\x7A\x65\x72","\x61\x6C\x6C\x6F\x77\x48\x61\x6E\x64\x6C\x65\x42\x6F\x75\x6E\x64\x73\x43\x68\x65\x63\x6B","\x68\x61\x6E\x64\x6C\x65\x49\x6D\x61\x67\x65","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x52\x61\x73\x74\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x42\x6F\x75\x6E\x64\x73","\x63\x72\x65\x61\x74\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x53\x68\x61\x70\x65","\x73\x69\x7A\x65\x72\x73","\x6E\x2D\x72\x65\x73\x69\x7A\x65","\x6E\x65\x2D\x72\x65\x73\x69\x7A\x65","\x77\x2D\x72\x65\x73\x69\x7A\x65","\x65\x2D\x72\x65\x73\x69\x7A\x65","\x73\x77\x2D\x72\x65\x73\x69\x7A\x65","\x73\x2D\x72\x65\x73\x69\x7A\x65","\x73\x65\x2D\x72\x65\x73\x69\x7A\x65","\x6C\x61\x62\x65\x6C\x53\x68\x61\x70\x65","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x53\x68\x61\x70\x65","\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6C\x6F\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x53\x74\x72\x6F\x6B\x65\x57\x69\x64\x74\x68","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x44\x61\x73\x68\x65\x64","\x56\x45\x52\x54\x45\x58\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x56\x45\x52\x54\x45\x58\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x53\x54\x52\x4F\x4B\x45\x57\x49\x44\x54\x48","\x56\x45\x52\x54\x45\x58\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x44\x41\x53\x48\x45\x44","\x63\x72\x65\x61\x74\x65\x53\x69\x7A\x65\x72\x53\x68\x61\x70\x65","\x69\x73\x53\x69\x7A\x65\x72\x56\x69\x73\x69\x62\x6C\x65","\x52\x4F\x54\x41\x54\x49\x4F\x4E\x5F\x48\x41\x4E\x44\x4C\x45","\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x6D\x6F\x76\x65\x53\x69\x7A\x65\x72\x54\x6F","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x6F\x72\x45\x76\x65\x6E\x74","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45","\x70\x72\x65\x76\x69\x65\x77","\x63\x75\x72\x72\x65\x6E\x74\x41\x6C\x70\x68\x61","\x61\x74\x61\x6E","\x75\x6E\x69\x6F\x6E","\x72\x6F\x74\x61\x74\x65\x43\x65\x6C\x6C","\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64\x72\x65\x6E","\x62\x65\x6E\x64\x73","\x72\x65\x6D\x6F\x76\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x6E\x61\x70\x54\x6F\x54\x65\x72\x6D\x69\x6E\x61\x6C\x73","\x61\x62\x73\x70\x6F\x69\x6E\x74\x73","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x50\x6F\x69\x6E\x74\x73","\x69\x73\x41\x64\x64\x50\x6F\x69\x6E\x74\x45\x76\x65\x6E\x74","\x61\x64\x64\x50\x6F\x69\x6E\x74","\x63\x72\x65\x61\x74\x65\x42\x65\x6E\x64\x73","\x69\x6E\x69\x74\x42\x65\x6E\x64","\x43\x55\x52\x53\x4F\x52\x5F\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45","\x69\x73\x52\x65\x6D\x6F\x76\x65\x50\x6F\x69\x6E\x74\x45\x76\x65\x6E\x74","\x45\x44\x47\x45\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x45\x44\x47\x45\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x53\x54\x52\x4F\x4B\x45\x57\x49\x44\x54\x48","\x45\x44\x47\x45\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x44\x41\x53\x48\x45\x44","\x69\x73\x48\x61\x6E\x64\x6C\x65\x56\x69\x73\x69\x62\x6C\x65","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x53\x68\x61\x70\x65","\x69\x73\x48\x61\x6E\x64\x6C\x65\x45\x6E\x61\x62\x6C\x65\x64","\x43\x55\x52\x53\x4F\x52\x5F\x42\x45\x4E\x44\x5F\x48\x41\x4E\x44\x4C\x45","\x72\x65\x6D\x6F\x76\x65\x50\x6F\x69\x6E\x74","\x69\x73\x54\x61\x72\x67\x65\x74","\x69\x73\x4C\x61\x62\x65\x6C","\x63\x6C\x6F\x6E\x65\x50\x72\x65\x76\x69\x65\x77\x53\x74\x61\x74\x65","\x67\x65\x74\x53\x6E\x61\x70\x54\x6F\x54\x65\x72\x6D\x69\x6E\x61\x6C\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x67\x65\x74\x50\x72\x65\x76\x69\x65\x77\x54\x65\x72\x6D\x69\x6E\x61\x6C\x53\x74\x61\x74\x65","\x67\x65\x74\x50\x72\x65\x76\x69\x65\x77\x50\x6F\x69\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x50\x72\x65\x76\x69\x65\x77\x53\x74\x61\x74\x65","\x73\x65\x74\x50\x72\x65\x76\x69\x65\x77\x43\x6F\x6C\x6F\x72","\x6D\x6F\x76\x65\x4C\x61\x62\x65\x6C","\x63\x68\x61\x6E\x67\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x63\x68\x61\x6E\x67\x65\x50\x6F\x69\x6E\x74\x73","\x61\x64\x64\x50\x6F\x69\x6E\x74\x41\x74","\x66\x69\x6E\x64\x4E\x65\x61\x72\x65\x73\x74\x53\x65\x67\x6D\x65\x6E\x74","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x69\x6C\x6C\x43\x6F\x6C\x6F\x72","\x4C\x4F\x43\x4B\x45\x44\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x43\x4F\x4E\x4E\x45\x43\x54\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x72\x65\x64\x72\x61\x77\x49\x6E\x6E\x65\x72\x42\x65\x6E\x64\x73","\x66\x6C\x69\x70\x45\x6E\x61\x62\x6C\x65\x64","\x64\x6F\x75\x62\x6C\x65\x43\x6C\x69\x63\x6B\x4F\x72\x69\x65\x6E\x74\x61\x74\x69\x6F\x6E\x52\x65\x73\x6F\x75\x72\x63\x65","\x64\x6F\x75\x62\x6C\x65\x43\x6C\x69\x63\x6B\x4F\x72\x69\x65\x6E\x74\x61\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x56\x69\x72\x74\x75\x61\x6C\x42\x65\x6E\x64","\x67\x65\x74\x43\x75\x72\x73\x6F\x72\x46\x6F\x72\x42\x65\x6E\x64","\x45\x44\x47\x45\x53\x54\x59\x4C\x45\x5F\x54\x4F\x50\x54\x4F\x42\x4F\x54\x54\x4F\x4D","\x45\x44\x47\x45\x53\x54\x59\x4C\x45\x5F\x45\x4C\x42\x4F\x57","\x72\x6F\x77\x2D\x72\x65\x73\x69\x7A\x65","\x63\x6F\x6C\x2D\x72\x65\x73\x69\x7A\x65","\x6E\x6F\x72\x6D\x61\x6C\x4B\x65\x79\x73","\x73\x68\x69\x66\x74\x4B\x65\x79\x73","\x63\x6F\x6E\x74\x72\x6F\x6C\x4B\x65\x79\x73","\x63\x6F\x6E\x74\x72\x6F\x6C\x53\x68\x69\x66\x74\x4B\x65\x79\x73","\x6B\x65\x79\x44\x6F\x77\x6E","\x62\x69\x6E\x64\x4B\x65\x79","\x62\x69\x6E\x64\x53\x68\x69\x66\x74\x4B\x65\x79","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x4B\x65\x79","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x53\x68\x69\x66\x74\x4B\x65\x79","\x67\x65\x74\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x69\x73\x47\x72\x61\x70\x68\x45\x76\x65\x6E\x74","\x68\x69\x64\x65\x4F\x6E\x48\x6F\x76\x65\x72","\x73\x65\x74\x48\x69\x64\x65\x4F\x6E\x48\x6F\x76\x65\x72","\x6D\x78\x54\x6F\x6F\x6C\x74\x69\x70","\x68\x69\x64\x65\x54\x6F\x6F\x6C\x74\x69\x70","\x73\x74\x61\x74\x65\x53\x6F\x75\x72\x63\x65","\x72\x65\x73\x65\x74\x54\x69\x6D\x65\x72","\x48\x49\x47\x48\x4C\x49\x47\x48\x54\x5F\x53\x54\x52\x4F\x4B\x45\x57\x49\x44\x54\x48","\x72\x65\x70\x61\x69\x6E\x74\x48\x61\x6E\x64\x6C\x65\x72","\x6B\x65\x65\x70\x4F\x6E\x54\x6F\x70","\x64\x72\x61\x77\x48\x69\x67\x68\x6C\x69\x67\x68\x74","\x65\x64\x69\x74\x6F\x72","\x68\x69\x64\x65\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x62\x69\x6E\x64\x41\x63\x74\x69\x6F\x6E","\x63\x6F\x6E\x66\x69\x67","\x63\x72\x65\x61\x74\x65\x4D\x65\x6E\x75","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73","\x61\x64\x64\x49\x74\x65\x6D\x73","\x69\x66","\x61\x73","\x69\x63\x6F\x6E\x43\x6C\x73","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E","\x73\x65\x70\x61\x72\x61\x74\x6F\x72","\x6E\x6F\x63\x65\x6C\x6C","\x6E\x63\x65\x6C\x6C\x73","\x6E\x6F\x74\x52\x6F\x6F\x74","\x6E\x6F\x6E\x45\x6D\x70\x74\x79","\x65\x78\x70\x61\x6E\x64\x61\x62\x6C\x65","\x63\x6F\x6C\x6C\x61\x70\x73\x61\x62\x6C\x65","\x76\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x65\x6D\x70\x74\x79\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x74\x6F\x6F\x6C\x62\x61\x72","\x69\x6E\x73\x65\x72\x74\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x2F\x73\x65\x70\x61\x72\x61\x74\x6F\x72\x2E\x67\x69\x66","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E\x4F\x70\x74\x69\x6F\x6E","\x73\x65\x74\x4D\x6F\x64\x65","\x61\x64\x64\x50\x72\x6F\x74\x6F\x74\x79\x70\x65","\x69\x6E\x73\x74\x61\x6C\x6C\x44\x72\x6F\x70\x48\x61\x6E\x64\x6C\x65\x72","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x46\x6C\x6F\x77","\x6D\x61\x6B\x65\x44\x72\x61\x67\x67\x61\x62\x6C\x65","\x61\x63\x74\x69\x6F\x6E\x73","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E\x73","\x63\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x56\x61\x6C\x75\x65\x73","\x70\x6F\x70\x75\x70\x48\x61\x6E\x64\x6C\x65\x72","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x63\x72\x65\x61\x74\x65\x47\x72\x61\x70\x68","\x63\x72\x65\x61\x74\x65\x54\x6F\x6F\x6C\x62\x61\x72","\x6B\x65\x79\x48\x61\x6E\x64\x6C\x65\x72","\x63\x6F\x6E\x66\x69\x67\x75\x72\x65","\x63\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x4E\x61\x6D\x65","\x49\x53\x5F\x4C\x4F\x43\x41\x4C","\x63\x72\x65\x61\x74\x65\x53\x65\x73\x73\x69\x6F\x6E","\x2F\x72\x65\x73\x6F\x75\x72\x63\x65\x73\x2F\x65\x64\x69\x74\x6F\x72","\x61\x73\x6B\x5A\x6F\x6F\x6D\x52\x65\x73\x6F\x75\x72\x63\x65","\x61\x73\x6B\x5A\x6F\x6F\x6D","\x6C\x61\x73\x74\x53\x61\x76\x65\x64\x52\x65\x73\x6F\x75\x72\x63\x65","\x6C\x61\x73\x74\x53\x61\x76\x65\x64","\x63\x75\x72\x72\x65\x6E\x74\x46\x69\x6C\x65\x52\x65\x73\x6F\x75\x72\x63\x65","\x63\x75\x72\x72\x65\x6E\x74\x46\x69\x6C\x65","\x70\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x52\x65\x73\x6F\x75\x72\x63\x65","\x74\x61\x73\x6B\x73\x52\x65\x73\x6F\x75\x72\x63\x65","\x74\x61\x73\x6B\x73","\x68\x65\x6C\x70\x52\x65\x73\x6F\x75\x72\x63\x65","\x6F\x75\x74\x6C\x69\x6E\x65\x52\x65\x73\x6F\x75\x72\x63\x65","\x64\x62\x6C\x43\x6C\x69\x63\x6B\x41\x63\x74\x69\x6F\x6E","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x52\x65\x71\x75\x69\x72\x65\x64","\x66\x6F\x72\x63\x65\x64\x49\x6E\x73\x65\x72\x74\x69\x6E\x67","\x74\x65\x6D\x70\x6C\x61\x74\x65\x73","\x64\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x64\x65\x66\x61\x75\x6C\x74\x47\x72\x6F\x75\x70","\x67\x72\x6F\x75\x70\x42\x6F\x72\x64\x65\x72\x53\x69\x7A\x65","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x70\x6F\x73\x74\x50\x61\x72\x61\x6D\x65\x74\x65\x72\x4E\x61\x6D\x65","\x75\x72\x6C\x50\x6F\x73\x74","\x75\x72\x6C\x49\x6D\x61\x67\x65","\x6C\x61\x79\x6F\x75\x74\x44\x69\x61\x67\x72\x61\x6D","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x53\x70\x61\x63\x69\x6E\x67","\x6D\x61\x69\x6E\x74\x61\x69\x6E\x53\x77\x69\x6D\x6C\x61\x6E\x65\x73","\x6C\x61\x79\x6F\x75\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65\x73","\x63\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x49\x6E\x64\x65\x78","\x74\x61\x73\x6B\x73\x57\x69\x6E\x64\x6F\x77\x49\x6D\x61\x67\x65","\x74\x61\x73\x6B\x73\x54\x6F\x70","\x68\x65\x6C\x70\x57\x69\x6E\x64\x6F\x77\x49\x6D\x61\x67\x65","\x75\x72\x6C\x48\x65\x6C\x70","\x68\x65\x6C\x70\x57\x69\x64\x74\x68","\x68\x65\x6C\x70\x48\x65\x69\x67\x68\x74","\x70\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x57\x69\x64\x74\x68","\x70\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x48\x65\x69\x67\x68\x74","\x6D\x6F\x76\x65\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x44\x69\x61\x6C\x6F\x67","\x76\x61\x6C\x69\x64\x61\x74\x69\x6E\x67","\x65\x78\x70\x6F\x72\x74\x49\x6D\x61\x67\x65","\x67\x65\x74\x55\x72\x6C\x49\x6D\x61\x67\x65","\x67\x65\x74\x56\x69\x65\x77\x58\x6D\x6C","\x5F\x62\x6C\x61\x6E\x6B","\x63\x75\x74","\x70\x61\x73\x74\x65","\x64\x65\x6C\x65\x74\x65","\x75\x6E\x67\x72\x6F\x75\x70","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x73\x68\x6F\x77\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x73\x65\x6C\x65\x63\x74\x4E\x6F\x6E\x65","\x74\x6F\x42\x61\x63\x6B","\x74\x6F\x46\x72\x6F\x6E\x74","\x73\x65\x6C\x65\x63\x74\x50\x72\x65\x76\x69\x6F\x75\x73","\x73\x65\x6C\x65\x63\x74\x4E\x65\x78\x74","\x73\x65\x6C\x65\x63\x74\x50\x61\x72\x65\x6E\x74","\x73\x65\x6C\x65\x63\x74\x43\x68\x69\x6C\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x41\x6C\x6C","\x65\x78\x70\x61\x6E\x64","\x65\x78\x70\x61\x6E\x64\x41\x6C\x6C","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x4C\x65\x66\x74","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x43\x65\x6E\x74\x65\x72","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x52\x69\x67\x68\x74","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x54\x6F\x70","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x4D\x69\x64\x64\x6C\x65","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x42\x6F\x74\x74\x6F\x6D","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x4C\x65\x66\x74","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x43\x65\x6E\x74\x65\x72","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x52\x69\x67\x68\x74","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x54\x6F\x70","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x4D\x69\x64\x64\x6C\x65","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x42\x6F\x74\x74\x6F\x6D","\x70\x72\x6F\x6D\x70\x74","\x74\x6F\x67\x67\x6C\x65\x54\x61\x73\x6B\x73","\x73\x68\x6F\x77\x54\x61\x73\x6B\x73","\x74\x6F\x67\x67\x6C\x65\x48\x65\x6C\x70","\x73\x68\x6F\x77\x48\x65\x6C\x70","\x74\x6F\x67\x67\x6C\x65\x4F\x75\x74\x6C\x69\x6E\x65","\x73\x68\x6F\x77\x4F\x75\x74\x6C\x69\x6E\x65","\x74\x6F\x67\x67\x6C\x65\x43\x6F\x6E\x73\x6F\x6C\x65","\x72\x65\x73\x65\x74\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x73\x65\x74\x46\x69\x72\x73\x74\x54\x69\x6D\x65","\x63\x6F\x6F\x6B\x69\x65","\x6D\x78\x67\x72\x61\x70\x68\x3D\x73\x65\x65\x6E\x3B\x20\x65\x78\x70\x69\x72\x65\x73\x3D\x46\x72\x69\x2C\x20\x32\x37\x20\x4A\x75\x6C\x20\x32\x30\x30\x31\x20\x30\x32\x3A\x34\x37\x3A\x31\x31\x20\x55\x54\x43\x3B\x20\x70\x61\x74\x68\x3D\x2F","\x43\x61\x6E\x6E\x6F\x74\x20\x65\x78\x65\x63\x75\x74\x65\x20","\x3A\x20","\x43\x61\x6E\x6E\x6F\x74\x20\x66\x69\x6E\x64\x20\x61\x63\x74\x69\x6F\x6E\x20","\x61\x64\x64\x54\x65\x6D\x70\x6C\x61\x74\x65","\x67\x65\x74\x54\x65\x6D\x70\x6C\x61\x74\x65","\x69\x6E\x73\x74\x61\x6C\x6C\x44\x62\x6C\x43\x6C\x69\x63\x6B\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x55\x6E\x64\x6F\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x44\x72\x69\x6C\x6C\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x43\x68\x61\x6E\x67\x65\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x49\x6E\x73\x65\x72\x74\x48\x61\x6E\x64\x6C\x65\x72","\x63\x72\x65\x61\x74\x65\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x63\x72\x65\x61\x74\x65\x53\x77\x69\x6D\x6C\x61\x6E\x65\x4D\x61\x6E\x61\x67\x65\x72","\x63\x72\x65\x61\x74\x65\x4C\x61\x79\x6F\x75\x74\x4D\x61\x6E\x61\x67\x65\x72","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x4C\x61\x79\x6F\x75\x74","\x63\x72\x65\x61\x74\x65\x53\x77\x69\x6D\x6C\x61\x6E\x65\x4C\x61\x79\x6F\x75\x74","\x64\x69\x61\x67\x72\x61\x6D\x4C\x61\x79\x6F\x75\x74","\x63\x72\x65\x61\x74\x65\x44\x69\x61\x67\x72\x61\x6D\x4C\x61\x79\x6F\x75\x74","\x73\x65\x74\x47\x72\x61\x70\x68\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x72\x75\x62\x62\x65\x72\x62\x61\x6E\x64","\x73\x65\x74\x54\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x65\x74\x53\x74\x61\x74\x75\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x74\x6F\x4C\x6F\x63\x61\x6C\x65\x53\x74\x72\x69\x6E\x67","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x65\x74\x54\x69\x74\x6C\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x74\x54\x69\x74\x6C\x65","\x74\x72\x65\x65\x4C\x61\x79\x6F\x75\x74","\x20\x3E\x20","\x67\x65\x74\x52\x6F\x6F\x74\x54\x69\x74\x6C\x65","\x63\x72\x65\x61\x74\x65\x47\x72\x6F\x75\x70","\x72\x65\x61\x64\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C","\x67\x65\x74\x55\x72\x6C\x50\x6F\x73\x74","\x77\x72\x69\x74\x65\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C","\x70\x6F\x73\x74\x44\x69\x61\x67\x72\x61\x6D","\x73\x77\x61\x70\x53\x74\x79\x6C\x65\x73","\x63\x72\x65\x61\x74\x65\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x69\x73\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x56\x69\x73\x69\x62\x6C\x65","\x72\x65\x61\x64\x6F\x6E\x6C\x79","\x49\x44","\x53\x74\x79\x6C\x65","\x63\x72\x65\x61\x74\x65\x54\x61\x73\x6B\x73","\x72\x65\x66\x72\x65\x73\x68\x54\x61\x73\x6B\x73","\x66\x72\x61\x6D\x65\x42\x6F\x72\x64\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65\x43\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x69\x73\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x65\x64\x4D\x6F\x76\x69\x6E\x67","\x63\x6F\x64\x65\x63\x73","\x74\x65\x6D\x70\x6C\x61\x74\x65","\x61\x64\x64\x41\x6C\x69\x61\x73","\x61\x6C\x69\x61\x73\x65\x73","\x72\x65\x67\x69\x73\x74\x65\x72","\x65\x6E\x63\x6F\x64\x65\x44\x65\x66\x61\x75\x6C\x74\x73","\x67\x65\x74\x4F\x62\x6A\x65\x63\x74","\x72\x65\x66\x65\x72\x65\x6E\x63\x65","\x67\x65\x74\x43\x6F\x64\x65\x63","\x69\x6D\x70\x6F\x72\x74\x4E\x6F\x64\x65","\x6D\x78\x43\x6F\x64\x65\x63\x2E\x65\x6E\x63\x6F\x64\x65\x3A\x20\x4E\x6F\x20\x63\x6F\x64\x65\x63\x20\x66\x6F\x72\x20","\x43\x61\x6E\x6E\x6F\x74\x20\x64\x65\x63\x6F\x64\x65\x20","\x65\x6E\x63\x6F\x64\x65\x43\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x64\x65\x63","\x64\x65\x63\x6F\x64\x65\x43\x65\x6C\x6C","\x69\x6E\x73\x65\x72\x74\x49\x6E\x74\x6F\x47\x72\x61\x70\x68","\x65\x78\x63\x6C\x75\x64\x65","\x69\x64\x72\x65\x66\x73","\x6D\x61\x70\x70\x69\x6E\x67","\x72\x65\x76\x65\x72\x73\x65","\x63\x6C\x6F\x6E\x65\x54\x65\x6D\x70\x6C\x61\x74\x65","\x67\x65\x74\x46\x69\x65\x6C\x64\x4E\x61\x6D\x65","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65\x4E\x61\x6D\x65","\x69\x73\x45\x78\x63\x6C\x75\x64\x65\x64","\x69\x73\x52\x65\x66\x65\x72\x65\x6E\x63\x65","\x62\x65\x66\x6F\x72\x65\x45\x6E\x63\x6F\x64\x65","\x65\x6E\x63\x6F\x64\x65\x4F\x62\x6A\x65\x63\x74","\x61\x66\x74\x65\x72\x45\x6E\x63\x6F\x64\x65","\x65\x6E\x63\x6F\x64\x65\x56\x61\x6C\x75\x65","\x6D\x78\x4F\x62\x6A\x65\x63\x74\x43\x6F\x64\x65\x63\x2E\x65\x6E\x63\x6F\x64\x65\x3A\x20\x4E\x6F\x20\x49\x44\x20\x66\x6F\x72\x20","\x77\x72\x69\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x77\x72\x69\x74\x65\x50\x72\x69\x6D\x69\x74\x69\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x77\x72\x69\x74\x65\x43\x6F\x6D\x70\x6C\x65\x78\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x6F\x6E\x76\x65\x72\x74\x56\x61\x6C\x75\x65\x54\x6F\x58\x6D\x6C","\x6D\x78\x4F\x62\x6A\x65\x63\x74\x43\x6F\x64\x65\x63\x2E\x65\x6E\x63\x6F\x64\x65\x3A\x20\x4E\x6F\x20\x6E\x6F\x64\x65\x20\x66\x6F\x72\x20","\x63\x6F\x6E\x76\x65\x72\x74\x56\x61\x6C\x75\x65\x46\x72\x6F\x6D\x58\x6D\x6C","\x62\x65\x66\x6F\x72\x65\x44\x65\x63\x6F\x64\x65","\x64\x65\x63\x6F\x64\x65\x4E\x6F\x64\x65","\x61\x66\x74\x65\x72\x44\x65\x63\x6F\x64\x65","\x64\x65\x63\x6F\x64\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x63\x6F\x64\x65\x43\x68\x69\x6C\x64\x72\x65\x6E","\x64\x65\x63\x6F\x64\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x6D\x78\x4F\x62\x6A\x65\x63\x74\x43\x6F\x64\x65\x63\x2E\x64\x65\x63\x6F\x64\x65\x3A\x20\x4E\x6F\x20\x6F\x62\x6A\x65\x63\x74\x20\x66\x6F\x72\x20","\x70\x72\x6F\x63\x65\x73\x73\x49\x6E\x63\x6C\x75\x64\x65","\x64\x65\x63\x6F\x64\x65\x43\x68\x69\x6C\x64","\x67\x65\x74\x46\x69\x65\x6C\x64\x54\x65\x6D\x70\x6C\x61\x74\x65","\x61\x64\x64\x4F\x62\x6A\x65\x63\x74\x56\x61\x6C\x75\x65","\x69\x6E\x63\x6C\x75\x64\x65","\x72\x65\x6D\x6F\x76\x65\x57\x68\x69\x74\x65\x73\x70\x61\x63\x65","\x64\x65\x63\x6F\x64\x65\x52\x6F\x6F\x74","\x67\x72\x61\x70\x68\x4C\x69\x73\x74\x65\x6E\x65\x72\x73\x20\x65\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72\x73\x20\x76\x69\x65\x77\x20\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72\x20\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72\x20\x65\x64\x69\x74\x6F\x72\x20\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x6C\x61\x79\x65\x72","\x67\x65\x74\x53\x74\x72\x69\x6E\x67\x56\x61\x6C\x75\x65","\x6D\x78\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74\x43\x6F\x64\x65\x63\x2E\x64\x65\x63\x6F\x64\x65\x3A\x20\x73\x74\x79\x6C\x65\x73\x68\x65\x65\x74\x20","\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x74\x6F\x20\x65\x78\x74\x65\x6E\x64","\x70\x72\x65\x73\x73\x65\x64\x49\x63\x6F\x6E","\x6D\x6F\x64\x65","\x74\x6F\x67\x67\x6C\x65","\x2D\x2D\x2D","\x63\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x54\x65\x6D\x70\x6C\x61\x74\x65\x20","\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x6D\x6F\x64\x69\x66\x69\x65\x64\x20\x6C\x61\x73\x74\x53\x6E\x61\x70\x73\x68\x6F\x74\x20\x69\x67\x6E\x6F\x72\x65\x64\x43\x68\x61\x6E\x67\x65\x73\x20\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72\x20\x67\x72\x61\x70\x68\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x20\x74\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x41\x72\x72\x61\x79","\x64\x65\x63\x6F\x64\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x73","\x75\x69","\x64\x65\x63\x6F\x64\x65\x55\x69","\x73\x65\x74\x4D\x61\x70\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x72\x65\x73\x6F\x75\x72\x63\x65","\x62\x61\x73\x65\x6E\x61\x6D\x65"];var mxClient={VERSION:_0x15c7[0],IS_IE:0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[1]),IS_IE6:0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[4]),IS_QUIRKS:0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[1])&&(null==document[_0x15c7[5]]||5==document[_0x15c7[5]]),VML_PREFIX:_0x15c7[6],OFFICE_PREFIX:_0x15c7[7],IS_NS:0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[8])&&0>navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[1]),IS_OP:0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[9]),IS_OT:0>navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[10])&&0>navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[11])&&0>navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[12])&&0>navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[13])&&0>navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[14])&&0>navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[15]),IS_SF:0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[16])&&0>navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[17]),IS_GC:0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[17]),IS_MT:0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[18])&&0>navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[19])&&0>navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[20])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[21])&&0>navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[22])&&0>navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[23])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[24])&&0>navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[25])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[26])&&0>navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[27]),IS_SVG:0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[18])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[21])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[28])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[26])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[29])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[30])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[16])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[31])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[9]),NO_FO:0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[19])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[22])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[20])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[23])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[25])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[27])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[32])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[33])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[9])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[1])||0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[34]),IS_VML:_0x15c7[35]==navigator[_0x15c7[37]][_0x15c7[36]](),IS_MAC:0<navigator[_0x15c7[3]][_0x15c7[36]]()[_0x15c7[2]](_0x15c7[38]),IS_TOUCH:0<navigator[_0x15c7[3]][_0x15c7[36]]()[_0x15c7[2]](_0x15c7[39])||0<navigator[_0x15c7[3]][_0x15c7[36]]()[_0x15c7[2]](_0x15c7[40])||0<navigator[_0x15c7[3]][_0x15c7[36]]()[_0x15c7[2]](_0x15c7[41])||0<navigator[_0x15c7[3]][_0x15c7[36]]()[_0x15c7[2]](_0x15c7[42]),IS_LOCAL:0>document[_0x15c7[45]][_0x15c7[44]][_0x15c7[2]](_0x15c7[43])&&0>document[_0x15c7[45]][_0x15c7[44]][_0x15c7[2]](_0x15c7[46]),isBrowserSupported:function(){return mxClient[_0x15c7[47]]||mxClient[_0x15c7[48]]},link:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx4=_0xdefbx4||document;if(mxClient[_0x15c7[49]]){_0xdefbx4[_0x15c7[53]](_0x15c7[50]+_0xdefbx2+_0x15c7[51]+_0xdefbx3+_0x15c7[52])}else {var _0xdefbx5=_0xdefbx4[_0x15c7[55]](_0x15c7[54]);_0xdefbx5[_0x15c7[57]](_0x15c7[56],_0xdefbx2);_0xdefbx5[_0x15c7[57]](_0x15c7[44],_0xdefbx3);_0xdefbx5[_0x15c7[57]](_0x15c7[58],_0x15c7[59]);_0xdefbx5[_0x15c7[57]](_0x15c7[60],_0x15c7[61]);_0xdefbx4[_0x15c7[64]](_0x15c7[63])[0][_0x15c7[62]](_0xdefbx5)}},include:function(_0xdefbx2){document[_0x15c7[53]](_0x15c7[65]+_0xdefbx2+_0x15c7[66])},dispose:function(){for(var _0xdefbx2=0;_0xdefbx2<mxEvent[_0x15c7[68]][_0x15c7[67]];_0xdefbx2++){null!=mxEvent[_0x15c7[68]][_0xdefbx2][_0x15c7[69]]&&mxEvent[_0x15c7[70]](mxEvent[_0x15c7[68]][_0xdefbx2])}}};mxClient[_0x15c7[71]]&&mxClient[_0x15c7[72]]?mxClient[_0x15c7[73]]=_0x15c7[74]:mxClient[_0x15c7[75]]||mxClient[_0x15c7[76]]?mxClient[_0x15c7[73]]=_0x15c7[77]:mxClient[_0x15c7[78]]?mxClient[_0x15c7[73]]=_0x15c7[79]:mxClient[_0x15c7[80]]&&9<=document[_0x15c7[5]]&&(mxClient[_0x15c7[73]]=_0x15c7[81]);_0x15c7[82]== typeof mxLoadResources&&(mxLoadResources= !0);_0x15c7[82]== typeof mxResourceExtension&&(mxResourceExtension=_0x15c7[83]);_0x15c7[82]== typeof mxLoadStylesheets&&(mxLoadStylesheets= !0);_0x15c7[82]!= typeof mxBasePath&&0<mxBasePath[_0x15c7[67]]?(_0x15c7[84]==mxBasePath[_0x15c7[85]](mxBasePath[_0x15c7[67]]-1)&&(mxBasePath=mxBasePath[_0x15c7[85]](0,mxBasePath[_0x15c7[67]]-1)),mxClient[_0x15c7[86]]=mxBasePath):mxClient[_0x15c7[86]]=_0x15c7[87];_0x15c7[82]!= typeof mxImageBasePath&&0<mxImageBasePath[_0x15c7[67]]?(_0x15c7[84]==mxImageBasePath[_0x15c7[85]](mxImageBasePath[_0x15c7[67]]-1)&&(mxImageBasePath=mxImageBasePath[_0x15c7[85]](0,mxImageBasePath[_0x15c7[67]]-1)),mxClient[_0x15c7[88]]=mxImageBasePath):mxClient[_0x15c7[88]]=mxClient[_0x15c7[86]]+_0x15c7[89];mxClient[_0x15c7[90]]=_0x15c7[82]!= typeof mxLanguage?mxLanguage:mxClient[_0x15c7[80]]?navigator[_0x15c7[91]]:navigator[_0x15c7[90]];mxClient[_0x15c7[92]]=_0x15c7[82]!= typeof mxDefaultLanguage?mxDefaultLanguage:_0x15c7[93];mxLoadStylesheets&&mxClient[_0x15c7[54]](_0x15c7[94],mxClient[_0x15c7[86]]+_0x15c7[95]);_0x15c7[82]!= typeof mxLanguages&&(mxClient[_0x15c7[96]]=mxLanguages);if(mxClient[_0x15c7[80]]){if(9<=document[_0x15c7[5]]){mxClient[_0x15c7[47]]= !1,mxClient[_0x15c7[48]]= !0}else {8==document[_0x15c7[5]]?(document[_0x15c7[100]][_0x15c7[99]](mxClient.VML_PREFIX,_0x15c7[97],_0x15c7[98]),document[_0x15c7[100]][_0x15c7[99]](mxClient.OFFICE_PREFIX,_0x15c7[101],_0x15c7[98])):(document[_0x15c7[100]][_0x15c7[99]](mxClient.VML_PREFIX,_0x15c7[97]),document[_0x15c7[100]][_0x15c7[99]](mxClient.OFFICE_PREFIX,_0x15c7[101]));var ss=document[_0x15c7[102]]();ss[_0x15c7[103]]=_0x15c7[104];mxLoadStylesheets&&mxClient[_0x15c7[54]](_0x15c7[94],mxClient[_0x15c7[86]]+_0x15c7[105])};window[_0x15c7[108]](_0x15c7[106],mxClient[_0x15c7[107]])};var mxLog={consoleName:_0x15c7[109],TRACE:!1,DEBUG:!0,WARN:!0,buffer:_0x15c7[110],init:function(){if(null==mxLog[_0x15c7[111]]&&null!=document[_0x15c7[112]]){var _0xdefbx2=mxLog[_0x15c7[113]]+_0x15c7[114]+mxClient[_0x15c7[115]],_0xdefbx3=document[_0x15c7[55]](_0x15c7[116]);_0xdefbx3[_0x15c7[57]](_0x15c7[117],_0x15c7[118]);_0xdefbx3[_0x15c7[57]](_0x15c7[119],_0x15c7[118]);var _0xdefbx4=document[_0x15c7[55]](_0x15c7[120]),_0xdefbx5=document[_0x15c7[55]](_0x15c7[121]),_0xdefbx9=document[_0x15c7[55]](_0x15c7[122]);_0xdefbx9[_0x15c7[124]][_0x15c7[123]]=_0x15c7[125];mxLog[_0x15c7[126]]=document[_0x15c7[55]](_0x15c7[126]);mxLog[_0x15c7[126]][_0x15c7[57]](_0x15c7[127],_0x15c7[128]);mxLog[_0x15c7[126]][_0x15c7[124]][_0x15c7[119]]=_0x15c7[118];mxLog[_0x15c7[126]][_0x15c7[124]][_0x15c7[129]]=_0x15c7[130];mxLog[_0x15c7[126]][_0x15c7[131]]=mxLog[_0x15c7[132]];mxLog[_0x15c7[126]][_0x15c7[124]][_0x15c7[117]]=mxClient[_0x15c7[133]]&&_0x15c7[134]!=document[_0x15c7[135]]?_0x15c7[136]:_0x15c7[118];_0xdefbx9[_0x15c7[62]](mxLog[_0x15c7[126]]);_0xdefbx5[_0x15c7[62]](_0xdefbx9);_0xdefbx4[_0x15c7[62]](_0xdefbx5);_0xdefbx5=document[_0x15c7[55]](_0x15c7[121]);mxLog[_0x15c7[122]]=document[_0x15c7[55]](_0x15c7[122]);mxLog[_0x15c7[122]][_0x15c7[124]][_0x15c7[123]]=_0x15c7[125];mxLog[_0x15c7[122]][_0x15c7[57]](_0x15c7[119],_0x15c7[137]);_0xdefbx5[_0x15c7[62]](mxLog[_0x15c7[122]]);_0xdefbx4[_0x15c7[62]](_0xdefbx5);_0xdefbx3[_0x15c7[62]](_0xdefbx4);mxLog[_0x15c7[140]](_0x15c7[138],function(_0xdefbx2){mxLog[_0x15c7[139]]()});mxLog[_0x15c7[140]](_0x15c7[141],function(_0xdefbx2){_0xdefbx2=mxUtils[_0x15c7[142]](document[_0x15c7[112]]);mxLog[_0x15c7[143]](_0xdefbx2)});mxLog[_0x15c7[140]](_0x15c7[144],function(_0xdefbx2){mxLog[_0x15c7[145]]=!mxLog[_0x15c7[145]];mxLog[_0x15c7[145]]?mxLog[_0x15c7[143]](_0x15c7[146]):mxLog[_0x15c7[143]](_0x15c7[147])});mxLog[_0x15c7[140]](_0x15c7[148],function(_0xdefbx2){try{mxUtils[_0x15c7[149]](mxLog[_0x15c7[126]][_0x15c7[131]])}catch(_0xdefbx3){mxUtils[_0x15c7[150]](_0xdefbx3)}});mxLog[_0x15c7[140]](_0x15c7[151],function(_0xdefbx2){try{mxUtils[_0x15c7[152]](mxLog[_0x15c7[126]][_0x15c7[131]])}catch(_0xdefbx3){mxUtils[_0x15c7[150]](_0xdefbx3)}});mxLog[_0x15c7[140]](_0x15c7[153],function(_0xdefbx2){mxLog[_0x15c7[126]][_0x15c7[131]]=_0x15c7[110]});_0xdefbx5=_0xdefbx4=0;_0x15c7[154]=== typeof window[_0x15c7[155]]?(_0xdefbx4=window[_0x15c7[156]],_0xdefbx5=window[_0x15c7[155]]):(_0xdefbx4=document[_0x15c7[158]][_0x15c7[157]]||document[_0x15c7[112]][_0x15c7[157]],_0xdefbx5=document[_0x15c7[112]][_0x15c7[159]]);mxLog[_0x15c7[111]]= new mxWindow(_0xdefbx2,_0xdefbx3,Math[_0x15c7[160]](0,_0xdefbx5-320),Math[_0x15c7[160]](0,_0xdefbx4-210),300,160);mxLog[_0x15c7[111]][_0x15c7[161]](!0);mxLog[_0x15c7[111]][_0x15c7[162]](!1);mxLog[_0x15c7[111]][_0x15c7[163]](!0);mxLog[_0x15c7[111]][_0x15c7[164]](!0);mxLog[_0x15c7[111]][_0x15c7[165]]= !1;if((mxClient[_0x15c7[133]]||mxClient[_0x15c7[80]])&&!mxClient[_0x15c7[76]]&&!mxClient[_0x15c7[75]]&&_0x15c7[134]!=document[_0x15c7[135]]){var _0xdefbxa=mxLog[_0x15c7[111]][_0x15c7[166]](),_0xdefbx2=function(_0xdefbx2,_0xdefbx3){mxLog[_0x15c7[126]][_0x15c7[124]][_0x15c7[119]]=Math[_0x15c7[160]](0,_0xdefbxa[_0x15c7[167]]-70)+_0x15c7[168]};mxLog[_0x15c7[111]][_0x15c7[169]](mxEvent.RESIZE_END,_0xdefbx2);mxLog[_0x15c7[111]][_0x15c7[169]](mxEvent.MAXIMIZE,_0xdefbx2);mxLog[_0x15c7[111]][_0x15c7[169]](mxEvent.NORMALIZE,_0xdefbx2);mxLog[_0x15c7[126]][_0x15c7[124]][_0x15c7[119]]=_0x15c7[170]}}},info:function(){mxLog[_0x15c7[171]](mxUtils.toString(navigator))},addButton:function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=document[_0x15c7[55]](_0x15c7[172]);mxUtils[_0x15c7[53]](_0xdefbx4,_0xdefbx2);mxEvent[_0x15c7[169]](_0xdefbx4,_0x15c7[173],_0xdefbx3);mxLog[_0x15c7[122]][_0x15c7[62]](_0xdefbx4)},isVisible:function(){return null!=mxLog[_0x15c7[111]]?mxLog[_0x15c7[111]][_0x15c7[174]]():!1},show:function(){mxLog[_0x15c7[175]](!0)},setVisible:function(_0xdefbx2){null==mxLog[_0x15c7[111]]&&mxLog[_0x15c7[176]]();null!=mxLog[_0x15c7[111]]&&mxLog[_0x15c7[111]][_0x15c7[175]](_0xdefbx2)},enter:function(_0xdefbx2){if(mxLog[_0x15c7[145]]){return mxLog[_0x15c7[171]](_0x15c7[177]+_0xdefbx2),( new Date)[_0x15c7[178]]()}},leave:function(_0xdefbx2,_0xdefbx3){if(mxLog[_0x15c7[145]]){var _0xdefbx4=0!=_0xdefbx3?_0x15c7[179]+(( new Date)[_0x15c7[178]]()-_0xdefbx3)+_0x15c7[180]:_0x15c7[110];mxLog[_0x15c7[171]](_0x15c7[181]+_0xdefbx2+_0xdefbx4)}},debug:function(){mxLog[_0x15c7[182]]&&mxLog[_0x15c7[171]][_0x15c7[183]](this,arguments)},warn:function(){mxLog[_0x15c7[184]]&&mxLog[_0x15c7[171]][_0x15c7[183]](this,arguments)},write:function(){for(var _0xdefbx2=_0x15c7[110],_0xdefbx3=0;_0xdefbx3<arguments[_0x15c7[67]];_0xdefbx3++){_0xdefbx2+=arguments[_0xdefbx3],_0xdefbx3<arguments[_0x15c7[67]]-1&&(_0xdefbx2+=_0x15c7[185])};null!=mxLog[_0x15c7[126]]?(mxLog[_0x15c7[126]][_0x15c7[131]]+=_0xdefbx2,0<=navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[186])&&(mxLog[_0x15c7[126]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[188],mxLog[_0x15c7[126]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[189]),mxLog[_0x15c7[126]][_0x15c7[190]]=mxLog[_0x15c7[126]][_0x15c7[191]]):mxLog[_0x15c7[132]]+=_0xdefbx2},writeln:function(){for(var _0xdefbx2=_0x15c7[110],_0xdefbx3=0;_0xdefbx3<arguments[_0x15c7[67]];_0xdefbx3++){_0xdefbx2+=arguments[_0xdefbx3],_0xdefbx3<arguments[_0x15c7[67]]-1&&(_0xdefbx2+=_0x15c7[185])};mxLog[_0x15c7[53]](_0xdefbx2+_0x15c7[192])}},mxObjectIdentity={FIELD_NAME:_0x15c7[193],counter:0,get:function(_0xdefbx2){if(_0x15c7[194]== typeof _0xdefbx2&&null==_0xdefbx2[mxObjectIdentity[_0x15c7[195]]]){var _0xdefbx3=mxUtils[_0x15c7[197]](_0xdefbx2[_0x15c7[196]]);_0xdefbx2[mxObjectIdentity[_0x15c7[195]]]=_0xdefbx3+_0x15c7[198]+mxObjectIdentity[_0x15c7[199]]++};return _0xdefbx2[mxObjectIdentity[_0x15c7[195]]]},clear:function(_0xdefbx2){_0x15c7[194]== typeof _0xdefbx2&& delete _0xdefbx2[mxObjectIdentity[_0x15c7[195]]]}};function mxDictionary(){this[_0x15c7[200]]()}mxDictionary[_0x15c7[202]][_0x15c7[201]]=null;mxDictionary[_0x15c7[202]][_0x15c7[200]]=function(){this[_0x15c7[201]]={}};mxDictionary[_0x15c7[202]][_0x15c7[203]]=function(_0xdefbx2){_0xdefbx2=mxObjectIdentity[_0x15c7[203]](_0xdefbx2);return this[_0x15c7[201]][_0xdefbx2]};mxDictionary[_0x15c7[202]][_0x15c7[204]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=mxObjectIdentity[_0x15c7[203]](_0xdefbx2),_0xdefbx5=this[_0x15c7[201]][_0xdefbx4];this[_0x15c7[201]][_0xdefbx4]=_0xdefbx3;return _0xdefbx5};mxDictionary[_0x15c7[202]][_0x15c7[205]]=function(_0xdefbx2){_0xdefbx2=mxObjectIdentity[_0x15c7[203]](_0xdefbx2);var _0xdefbx3=this[_0x15c7[201]][_0xdefbx2];delete this[_0x15c7[201]][_0xdefbx2];return _0xdefbx3};mxDictionary[_0x15c7[202]][_0x15c7[206]]=function(){var _0xdefbx2=[],_0xdefbx3;for(_0xdefbx3 in this[_0x15c7[201]]){_0xdefbx2[_0x15c7[207]](_0xdefbx3)};return _0xdefbx2};mxDictionary[_0x15c7[202]][_0x15c7[208]]=function(){var _0xdefbx2=[],_0xdefbx3;for(_0xdefbx3 in this[_0x15c7[201]]){_0xdefbx2[_0x15c7[207]](this[_0x15c7[201]][_0xdefbx3])};return _0xdefbx2};mxDictionary[_0x15c7[202]][_0x15c7[209]]=function(_0xdefbx2){for(var _0xdefbx3 in this[_0x15c7[201]]){_0xdefbx2(_0xdefbx3,this[_0x15c7[201]][_0xdefbx3])}};var mxResources={resources:[],extension:mxResourceExtension,resourcesEncoded:!1,loadDefaultBundle:!0,loadSpecialBundle:!0,isLanguageSupported:function(_0xdefbx2){return null!=mxClient[_0x15c7[96]]?0<=mxUtils[_0x15c7[2]](mxClient[_0x15c7[96]],_0xdefbx2):!0},getDefaultBundle:function(_0xdefbx2,_0xdefbx3){return mxResources[_0x15c7[210]]||!mxResources[_0x15c7[211]](_0xdefbx3)?_0xdefbx2+mxResources[_0x15c7[212]]:null},getSpecialBundle:function(_0xdefbx2,_0xdefbx3){if(null==mxClient[_0x15c7[96]]||!this[_0x15c7[211]](_0xdefbx3)){var _0xdefbx4=_0xdefbx3[_0x15c7[2]](_0x15c7[213]);0<_0xdefbx4&&(_0xdefbx3=_0xdefbx3[_0x15c7[85]](0,_0xdefbx4))};return mxResources[_0x15c7[214]]&&mxResources[_0x15c7[211]](_0xdefbx3)&&_0xdefbx3!=mxClient[_0x15c7[92]]?_0xdefbx2+_0x15c7[215]+_0xdefbx3+mxResources[_0x15c7[212]]:null},add:function(_0xdefbx2,_0xdefbx3){_0xdefbx3=null!=_0xdefbx3?_0xdefbx3:mxClient[_0x15c7[90]][_0x15c7[216]]();if(_0xdefbx3!=mxConstants[_0x15c7[217]]){var _0xdefbx4=mxResources[_0x15c7[218]](_0xdefbx2,_0xdefbx3);if(null!=_0xdefbx4){try{var _0xdefbx5=mxUtils[_0x15c7[219]](_0xdefbx4);_0xdefbx5[_0x15c7[220]]()&&mxResources[_0x15c7[222]](_0xdefbx5[_0x15c7[221]]())}catch(e){}};_0xdefbx4=mxResources[_0x15c7[223]](_0xdefbx2,_0xdefbx3);if(null!=_0xdefbx4){try{_0xdefbx5=mxUtils[_0x15c7[219]](_0xdefbx4),_0xdefbx5[_0x15c7[220]]()&&mxResources[_0x15c7[222]](_0xdefbx5[_0x15c7[221]]())}catch(f){}}}},parse:function(_0xdefbx2){if(null!=_0xdefbx2){_0xdefbx2=_0xdefbx2[_0x15c7[224]](_0x15c7[192]);for(var _0xdefbx3=0;_0xdefbx3<_0xdefbx2[_0x15c7[67]];_0xdefbx3++){if(_0x15c7[198]!=_0xdefbx2[_0xdefbx3][_0x15c7[225]](0)){var _0xdefbx4=_0xdefbx2[_0xdefbx3][_0x15c7[2]](_0x15c7[226]);if(0<_0xdefbx4){var _0xdefbx5=_0xdefbx2[_0xdefbx3][_0x15c7[85]](0,_0xdefbx4),_0xdefbx9=_0xdefbx2[_0xdefbx3][_0x15c7[67]];13==_0xdefbx2[_0xdefbx3][_0x15c7[227]](_0xdefbx9-1)&&_0xdefbx9--;_0xdefbx4=_0xdefbx2[_0xdefbx3][_0x15c7[85]](_0xdefbx4+1,_0xdefbx9);this[_0x15c7[228]]?(_0xdefbx4=_0xdefbx4[_0x15c7[230]](/\\(?=u[a-fA-F\d]{4})/g,_0x15c7[229]),mxResources[_0x15c7[231]][_0xdefbx5]=unescape(_0xdefbx4)):mxResources[_0x15c7[231]][_0xdefbx5]=_0xdefbx4}}}}},get:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx2=mxResources[_0x15c7[231]][_0xdefbx2];null==_0xdefbx2&&(_0xdefbx2=_0xdefbx4);if(null!=_0xdefbx2&&null!=_0xdefbx3){_0xdefbx4=[];for(var _0xdefbx5=null,_0xdefbx9=0;_0xdefbx9<_0xdefbx2[_0x15c7[67]];_0xdefbx9++){var _0xdefbxa=_0xdefbx2[_0x15c7[225]](_0xdefbx9);_0x15c7[232]==_0xdefbxa?_0xdefbx5=_0x15c7[110]:null!=_0xdefbx5&&_0x15c7[233]==_0xdefbxa?(_0xdefbx5=parseInt(_0xdefbx5)-1,0<=_0xdefbx5&&_0xdefbx5<_0xdefbx3[_0x15c7[67]]&&_0xdefbx4[_0x15c7[207]](_0xdefbx3[_0xdefbx5]),_0xdefbx5=null):null!=_0xdefbx5?_0xdefbx5+=_0xdefbxa:_0xdefbx4[_0x15c7[207]](_0xdefbxa)};_0xdefbx2=_0xdefbx4[_0x15c7[234]](_0x15c7[110])};return _0xdefbx2}};function mxPoint(_0xdefbx2,_0xdefbx3){this[_0x15c7[235]]=null!=_0xdefbx2?_0xdefbx2:0;this[_0x15c7[236]]=null!=_0xdefbx3?_0xdefbx3:0}mxPoint[_0x15c7[202]][_0x15c7[235]]=null;mxPoint[_0x15c7[202]][_0x15c7[236]]=null;mxPoint[_0x15c7[202]][_0x15c7[237]]=function(_0xdefbx2){return _0xdefbx2[_0x15c7[235]]==this[_0x15c7[235]]&&_0xdefbx2[_0x15c7[236]]==this[_0x15c7[236]]};mxPoint[_0x15c7[202]][_0x15c7[238]]=function(){return mxUtils[_0x15c7[238]](this)};function mxRectangle(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){mxPoint[_0x15c7[239]](this,_0xdefbx2,_0xdefbx3);this[_0x15c7[117]]=null!=_0xdefbx4?_0xdefbx4:0;this[_0x15c7[119]]=null!=_0xdefbx5?_0xdefbx5:0}mxRectangle[_0x15c7[202]]= new mxPoint;mxRectangle[_0x15c7[202]][_0x15c7[196]]=mxRectangle;mxRectangle[_0x15c7[202]][_0x15c7[117]]=null;mxRectangle[_0x15c7[202]][_0x15c7[119]]=null;mxRectangle[_0x15c7[202]][_0x15c7[240]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){this[_0x15c7[235]]=_0xdefbx2;this[_0x15c7[236]]=_0xdefbx3;this[_0x15c7[117]]=_0xdefbx4;this[_0x15c7[119]]=_0xdefbx5};mxRectangle[_0x15c7[202]][_0x15c7[241]]=function(){return this[_0x15c7[235]]+this[_0x15c7[117]]/2};mxRectangle[_0x15c7[202]][_0x15c7[242]]=function(){return this[_0x15c7[236]]+this[_0x15c7[119]]/2};mxRectangle[_0x15c7[202]][_0x15c7[99]]=function(_0xdefbx2){if(null!=_0xdefbx2){var _0xdefbx3=Math[_0x15c7[243]](this[_0x15c7[235]],_0xdefbx2[_0x15c7[235]]),_0xdefbx4=Math[_0x15c7[243]](this[_0x15c7[236]],_0xdefbx2[_0x15c7[236]]),_0xdefbx5=Math[_0x15c7[160]](this[_0x15c7[235]]+this[_0x15c7[117]],_0xdefbx2[_0x15c7[235]]+_0xdefbx2[_0x15c7[117]]);_0xdefbx2=Math[_0x15c7[160]](this[_0x15c7[236]]+this[_0x15c7[119]],_0xdefbx2[_0x15c7[236]]+_0xdefbx2[_0x15c7[119]]);this[_0x15c7[235]]=_0xdefbx3;this[_0x15c7[236]]=_0xdefbx4;this[_0x15c7[117]]=_0xdefbx5-_0xdefbx3;this[_0x15c7[119]]=_0xdefbx2-_0xdefbx4}};mxRectangle[_0x15c7[202]][_0x15c7[244]]=function(_0xdefbx2){this[_0x15c7[235]]-=_0xdefbx2;this[_0x15c7[236]]-=_0xdefbx2;this[_0x15c7[117]]+=2*_0xdefbx2;this[_0x15c7[119]]+=2*_0xdefbx2};mxRectangle[_0x15c7[202]][_0x15c7[245]]=function(){return new mxPoint(this[_0x15c7[235]],this[_0x15c7[236]])};mxRectangle[_0x15c7[202]][_0x15c7[237]]=function(_0xdefbx2){return _0xdefbx2[_0x15c7[235]]==this[_0x15c7[235]]&&_0xdefbx2[_0x15c7[236]]==this[_0x15c7[236]]&&_0xdefbx2[_0x15c7[117]]==this[_0x15c7[117]]&&_0xdefbx2[_0x15c7[119]]==this[_0x15c7[119]]};var mxEffects={animateChanges:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=0,_0xdefbx9=function(){for(var _0xdefbx12=!1,_0xdefbx13=0;_0xdefbx13<_0xdefbx3[_0x15c7[67]];_0xdefbx13++){var _0xdefbx14=_0xdefbx3[_0xdefbx13];if(_0xdefbx14 instanceof mxGeometryChange||_0xdefbx14 instanceof mxTerminalChange||_0xdefbx14 instanceof mxValueChange||_0xdefbx14 instanceof mxChildChange||_0xdefbx14 instanceof mxStyleChange){var _0xdefbx15=_0xdefbx2[_0x15c7[249]]()[_0x15c7[248]](_0xdefbx14[_0x15c7[246]]||_0xdefbx14[_0x15c7[247]],!1);if(null!=_0xdefbx15){if(_0xdefbx12= !0,_0xdefbx14[_0x15c7[196]]!=mxGeometryChange||_0xdefbx2[_0x15c7[251]][_0x15c7[250]](_0xdefbx14[_0x15c7[246]])){mxUtils[_0x15c7[254]](_0xdefbx15[_0x15c7[253]][_0x15c7[252]],100*_0xdefbx5/10)}else {var _0xdefbx16=_0xdefbx2[_0x15c7[249]]()[_0x15c7[255]],_0xdefbx17=(_0xdefbx14[_0x15c7[256]][_0x15c7[235]]-_0xdefbx14[_0x15c7[257]][_0x15c7[235]])*_0xdefbx16,_0xdefbx18=(_0xdefbx14[_0x15c7[256]][_0x15c7[236]]-_0xdefbx14[_0x15c7[257]][_0x15c7[236]])*_0xdefbx16,_0xdefbx19=(_0xdefbx14[_0x15c7[256]][_0x15c7[117]]-_0xdefbx14[_0x15c7[257]][_0x15c7[117]])*_0xdefbx16,_0xdefbx16=(_0xdefbx14[_0x15c7[256]][_0x15c7[119]]-_0xdefbx14[_0x15c7[257]][_0x15c7[119]])*_0xdefbx16;0==_0xdefbx5?(_0xdefbx15[_0x15c7[235]]-=_0xdefbx17,_0xdefbx15[_0x15c7[236]]-=_0xdefbx18,_0xdefbx15[_0x15c7[117]]-=_0xdefbx19,_0xdefbx15[_0x15c7[119]]-=_0xdefbx16):(_0xdefbx15[_0x15c7[235]]+=_0xdefbx17/10,_0xdefbx15[_0x15c7[236]]+=_0xdefbx18/10,_0xdefbx15[_0x15c7[117]]+=_0xdefbx19/10,_0xdefbx15[_0x15c7[119]]+=_0xdefbx16/10);_0xdefbx2[_0x15c7[259]][_0x15c7[258]](_0xdefbx15);mxEffects[_0x15c7[260]](_0xdefbx2,_0xdefbx14[_0x15c7[246]],100*_0xdefbx5/10)}}}};10>_0xdefbx5&&_0xdefbx12?(_0xdefbx5++,window[_0x15c7[261]](_0xdefbx9,_0xdefbxa)):null!=_0xdefbx4&&_0xdefbx4()},_0xdefbxa=30;_0xdefbx9()},cascadeOpacity:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){for(var _0xdefbx5=_0xdefbx2[_0x15c7[251]][_0x15c7[262]](_0xdefbx3),_0xdefbx9=0;_0xdefbx9<_0xdefbx5;_0xdefbx9++){var _0xdefbxa=_0xdefbx2[_0x15c7[251]][_0x15c7[263]](_0xdefbx3,_0xdefbx9),_0xdefbx12=_0xdefbx2[_0x15c7[249]]()[_0x15c7[248]](_0xdefbxa);null!=_0xdefbx12&&(mxUtils[_0x15c7[254]](_0xdefbx12[_0x15c7[253]][_0x15c7[252]],_0xdefbx4),mxEffects[_0x15c7[260]](_0xdefbx2,_0xdefbxa,_0xdefbx4))};_0xdefbx3=_0xdefbx2[_0x15c7[251]][_0x15c7[264]](_0xdefbx3);if(null!=_0xdefbx3){for(_0xdefbx9=0;_0xdefbx9<_0xdefbx3[_0x15c7[67]];_0xdefbx9++){_0xdefbx5=_0xdefbx2[_0x15c7[249]]()[_0x15c7[248]](_0xdefbx3[_0xdefbx9]),null!=_0xdefbx5&&mxUtils[_0x15c7[254]](_0xdefbx5[_0x15c7[253]][_0x15c7[252]],_0xdefbx4)}}},fadeOut:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){_0xdefbx5=_0xdefbx5||40;_0xdefbx9=_0xdefbx9||30;var _0xdefbx12=_0xdefbx3||100;mxUtils[_0x15c7[254]](_0xdefbx2,_0xdefbx12);if(_0xdefbxa||null==_0xdefbxa){var _0xdefbx13=function(){_0xdefbx12=Math[_0x15c7[160]](_0xdefbx12-_0xdefbx5,0);mxUtils[_0x15c7[254]](_0xdefbx2,_0xdefbx12);0<_0xdefbx12?window[_0x15c7[261]](_0xdefbx13,_0xdefbx9):(_0xdefbx2[_0x15c7[124]][_0x15c7[187]]=_0x15c7[188],_0xdefbx4&&_0xdefbx2[_0x15c7[265]]&&_0xdefbx2[_0x15c7[265]][_0x15c7[266]](_0xdefbx2))};window[_0x15c7[261]](_0xdefbx13,_0xdefbx9)}else {_0xdefbx2[_0x15c7[124]][_0x15c7[187]]=_0x15c7[188],_0xdefbx4&&_0xdefbx2[_0x15c7[265]]&&_0xdefbx2[_0x15c7[265]][_0x15c7[266]](_0xdefbx2)}}},mxUtils={errorResource:_0x15c7[130]!=mxClient[_0x15c7[90]]?_0x15c7[267]:_0x15c7[110],closeResource:_0x15c7[130]!=mxClient[_0x15c7[90]]?_0x15c7[268]:_0x15c7[110],errorImage:mxClient[_0x15c7[88]]+_0x15c7[269],removeCursors:function(_0xdefbx2){null!=_0xdefbx2[_0x15c7[124]]&&(_0xdefbx2[_0x15c7[124]][_0x15c7[270]]=_0x15c7[110]);_0xdefbx2=_0xdefbx2[_0x15c7[271]];if(null!=_0xdefbx2){for(var _0xdefbx3=_0xdefbx2[_0x15c7[67]],_0xdefbx4=0;_0xdefbx4<_0xdefbx3;_0xdefbx4+=1){mxUtils[_0x15c7[272]](_0xdefbx2[_0xdefbx4])}}},getCurrentStyle:function(){return mxClient[_0x15c7[80]]?function(_0xdefbx2){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[273]]:null}:function(_0xdefbx2){return null!=_0xdefbx2?window[_0x15c7[274]](_0xdefbx2,_0x15c7[110]):null}}(),hasScrollbars:function(_0xdefbx2){_0xdefbx2=mxUtils[_0x15c7[275]](_0xdefbx2);return null!=_0xdefbx2&&(_0x15c7[276]==_0xdefbx2[_0x15c7[277]]||_0x15c7[278]==_0xdefbx2[_0x15c7[277]])},bind:function(_0xdefbx2,_0xdefbx3){return function(){return _0xdefbx3[_0x15c7[183]](_0xdefbx2,arguments)}},eval:function(_0xdefbx2){var _0xdefbx3=null;if(0<=_0xdefbx2[_0x15c7[2]](_0x15c7[279])){try{eval(_0x15c7[280]+_0xdefbx2),_0xdefbx3=_mxJavaScriptExpression,_mxJavaScriptExpression=null}catch(c){mxLog[_0x15c7[283]](c[_0x15c7[281]]+_0x15c7[282]+_0xdefbx2)}}else {try{_0xdefbx3=eval(_0xdefbx2)}catch(d){mxLog[_0x15c7[283]](d[_0x15c7[281]]+_0x15c7[282]+_0xdefbx2)}};return _0xdefbx3},findNode:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=_0xdefbx2[_0x15c7[284]](_0xdefbx3);if(null!=_0xdefbx5&&_0xdefbx5==_0xdefbx4){return _0xdefbx2};for(_0xdefbx2=_0xdefbx2[_0x15c7[285]];null!=_0xdefbx2;){_0xdefbx5=mxUtils[_0x15c7[286]](_0xdefbx2,_0xdefbx3,_0xdefbx4);if(null!=_0xdefbx5){return _0xdefbx5};_0xdefbx2=_0xdefbx2[_0x15c7[287]]};return null},findNodeByAttribute:function(){return 9<=document[_0x15c7[5]]?function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=null;if(null!=_0xdefbx2){if(_0xdefbx2[_0x15c7[288]]==mxConstants[_0x15c7[289]]&&_0xdefbx2[_0x15c7[284]](_0xdefbx3)==_0xdefbx4){_0xdefbx5=_0xdefbx2}else {for(_0xdefbx2=_0xdefbx2[_0x15c7[285]];null!=_0xdefbx2&&null==_0xdefbx5;){_0xdefbx5=mxUtils[_0x15c7[290]](_0xdefbx2,_0xdefbx3,_0xdefbx4),_0xdefbx2=_0xdefbx2[_0x15c7[287]]}}};return _0xdefbx5}:mxClient[_0x15c7[80]]?function(_0xdefbx2,_0xdefbx3,_0xdefbx4){return null==_0xdefbx2?null:_0xdefbx2[_0x15c7[295]][_0x15c7[294]](_0x15c7[291]+_0xdefbx3+_0x15c7[292]+_0xdefbx4+_0x15c7[293])}:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){return null==_0xdefbx2?null:_0xdefbx2[_0x15c7[295]][_0x15c7[297]](_0x15c7[291]+_0xdefbx3+_0x15c7[292]+_0xdefbx4+_0x15c7[293],_0xdefbx2[_0x15c7[295]],null,XPathResult.ANY_TYPE,null)[_0x15c7[296]]()}}(),getFunctionName:function(_0xdefbx2){var _0xdefbx3=null;if(null!=_0xdefbx2){if(null!=_0xdefbx2[_0x15c7[298]]){_0xdefbx3=_0xdefbx2[_0x15c7[298]]}else {_0xdefbx2=_0xdefbx2.toString();for(_0xdefbx3=9;_0x15c7[185]==_0xdefbx2[_0x15c7[225]](_0xdefbx3);){_0xdefbx3++};var _0xdefbx4=_0xdefbx2[_0x15c7[2]](_0x15c7[299],_0xdefbx3),_0xdefbx3=_0xdefbx2[_0x15c7[85]](_0xdefbx3,_0xdefbx4)}};return _0xdefbx3},indexOf:function(_0xdefbx2,_0xdefbx3){if(null!=_0xdefbx2&&null!=_0xdefbx3){for(var _0xdefbx4=0;_0xdefbx4<_0xdefbx2[_0x15c7[67]];_0xdefbx4++){if(_0xdefbx2[_0xdefbx4]==_0xdefbx3){return _0xdefbx4}}};return -1},remove:function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=null;if(_0x15c7[194]== typeof _0xdefbx3){for(var _0xdefbx5=mxUtils[_0x15c7[2]](_0xdefbx3,_0xdefbx2);0<=_0xdefbx5;){_0xdefbx3[_0x15c7[300]](_0xdefbx5,1),_0xdefbx4=_0xdefbx2,_0xdefbx5=mxUtils[_0x15c7[2]](_0xdefbx3,_0xdefbx2)}};for(var _0xdefbx9 in _0xdefbx3){_0xdefbx3[_0xdefbx9]==_0xdefbx2&&( delete _0xdefbx3[_0xdefbx9],_0xdefbx4=_0xdefbx2)};return _0xdefbx4},isNode:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){return null!=_0xdefbx2&&!isNaN(_0xdefbx2[_0x15c7[288]])&&(null==_0xdefbx3||_0xdefbx2[_0x15c7[301]][_0x15c7[216]]()==_0xdefbx3[_0x15c7[216]]())?null==_0xdefbx4||_0xdefbx2[_0x15c7[284]](_0xdefbx4)==_0xdefbx5:!1},getChildNodes:function(_0xdefbx2,_0xdefbx3){_0xdefbx3=_0xdefbx3||mxConstants[_0x15c7[289]];for(var _0xdefbx4=[],_0xdefbx5=_0xdefbx2[_0x15c7[285]];null!=_0xdefbx5;){_0xdefbx5[_0x15c7[288]]==_0xdefbx3&&_0xdefbx4[_0x15c7[207]](_0xdefbx5),_0xdefbx5=_0xdefbx5[_0x15c7[287]]};return _0xdefbx4},createXmlDocument:function(){var _0xdefbx2=null;document[_0x15c7[302]]&&document[_0x15c7[302]][_0x15c7[303]]?_0xdefbx2=document[_0x15c7[302]][_0x15c7[303]](_0x15c7[110],_0x15c7[110],null):window[_0x15c7[304]]&&(_0xdefbx2= new ActiveXObject(_0x15c7[305]));return _0xdefbx2},parseXml:function(){return mxClient[_0x15c7[80]]&&(_0x15c7[82]=== typeof document[_0x15c7[5]]||9>document[_0x15c7[5]])?function(_0xdefbx2){var _0xdefbx3=mxUtils[_0x15c7[306]]();_0xdefbx3[_0x15c7[307]]=_0x15c7[308];_0xdefbx3[_0x15c7[309]](_0xdefbx2);return _0xdefbx3}:function(_0xdefbx2){return ( new DOMParser)[_0x15c7[311]](_0xdefbx2,_0x15c7[310])}}(),clearSelection:function(){if(document[_0x15c7[312]]){return function(){document[_0x15c7[312]][_0x15c7[313]]()}};if(window[_0x15c7[314]]){return function(){window[_0x15c7[314]]()[_0x15c7[315]]()}}}(),getPrettyXml:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=[];if(null!=_0xdefbx2){if(_0xdefbx3=_0xdefbx3||_0x15c7[316],_0xdefbx4=_0xdefbx4||_0x15c7[110],_0xdefbx2[_0x15c7[288]]==mxConstants[_0x15c7[317]]){_0xdefbx5[_0x15c7[207]](_0xdefbx2[_0x15c7[318]])}else {_0xdefbx5[_0x15c7[207]](_0xdefbx4+_0x15c7[319]+_0xdefbx2[_0x15c7[301]]);var _0xdefbx9=_0xdefbx2[_0x15c7[320]];if(null!=_0xdefbx9){for(var _0xdefbxa=0;_0xdefbxa<_0xdefbx9[_0x15c7[67]];_0xdefbxa++){var _0xdefbx12=mxUtils[_0x15c7[321]](_0xdefbx9[_0xdefbxa][_0x15c7[318]]);_0xdefbx5[_0x15c7[207]](_0x15c7[185]+_0xdefbx9[_0xdefbxa][_0x15c7[301]]+_0x15c7[322]+_0xdefbx12+_0x15c7[323])}};_0xdefbx9=_0xdefbx2[_0x15c7[285]];if(null!=_0xdefbx9){for(_0xdefbx5[_0x15c7[207]](_0x15c7[324]);null!=_0xdefbx9;){_0xdefbx5[_0x15c7[207]](mxUtils[_0x15c7[325]](_0xdefbx9,_0xdefbx3,_0xdefbx4+_0xdefbx3)),_0xdefbx9=_0xdefbx9[_0x15c7[287]]};_0xdefbx5[_0x15c7[207]](_0xdefbx4+_0x15c7[326]+_0xdefbx2[_0x15c7[301]]+_0x15c7[324])}else {_0xdefbx5[_0x15c7[207]](_0x15c7[327])}}};return _0xdefbx5[_0x15c7[234]](_0x15c7[110])},removeWhitespace:function(_0xdefbx2,_0xdefbx3){for(var _0xdefbx4=_0xdefbx3?_0xdefbx2[_0x15c7[328]]:_0xdefbx2[_0x15c7[287]];null!=_0xdefbx4&&_0xdefbx4[_0x15c7[288]]==mxConstants[_0x15c7[317]];){var _0xdefbx5=_0xdefbx3?_0xdefbx4[_0x15c7[328]]:_0xdefbx4[_0x15c7[287]],_0xdefbx9=mxUtils[_0x15c7[329]](_0xdefbx4);0==mxUtils[_0x15c7[330]](_0xdefbx9)[_0x15c7[67]]&&_0xdefbx4[_0x15c7[265]][_0x15c7[266]](_0xdefbx4);_0xdefbx4=_0xdefbx5}},htmlEntities:function(_0xdefbx2,_0xdefbx3){_0xdefbx2=(_0xdefbx2||_0x15c7[110])[_0x15c7[230]](/&/g,_0x15c7[331]);_0xdefbx2=_0xdefbx2[_0x15c7[230]](/"/g,_0x15c7[332]);_0xdefbx2=_0xdefbx2[_0x15c7[230]](/\'/g,_0x15c7[333]);_0xdefbx2=_0xdefbx2[_0x15c7[230]](/</g,_0x15c7[334]);_0xdefbx2=_0xdefbx2[_0x15c7[230]](/>/g,_0x15c7[335]);if(null==_0xdefbx3||_0xdefbx3){_0xdefbx2=_0xdefbx2[_0x15c7[230]](/\n/g,_0x15c7[336])};return _0xdefbx2},isVml:function(_0xdefbx2){return null!=_0xdefbx2&&_0x15c7[97]==_0xdefbx2[_0x15c7[337]]},getXml:function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=_0x15c7[110];null!=_0xdefbx2&&(_0xdefbx4=_0xdefbx2[_0x15c7[338]],_0xdefbx4=null==_0xdefbx4?_0xdefbx2[_0x15c7[339]]?_0xdefbx2[_0x15c7[339]]:( new XMLSerializer)[_0x15c7[340]](_0xdefbx2):_0xdefbx4[_0x15c7[230]](/\r\n\t[\t]*/g,_0x15c7[110])[_0x15c7[230]](/>\r\n/g,_0x15c7[341])[_0x15c7[230]](/\r\n/g,_0x15c7[192]));return _0xdefbx4=_0xdefbx4[_0x15c7[230]](/\n/g,_0xdefbx3||_0x15c7[336])},getTextContent:function(_0xdefbx2){var _0xdefbx3=_0x15c7[110];null!=_0xdefbx2&&(null!=_0xdefbx2[_0x15c7[285]]&&(_0xdefbx2=_0xdefbx2[_0x15c7[285]]),_0xdefbx3=_0xdefbx2[_0x15c7[318]]||_0x15c7[110]);return _0xdefbx3},getInnerHtml:function(){return mxClient[_0x15c7[80]]?function(_0xdefbx2){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[339]]:_0x15c7[110]}:function(_0xdefbx2){return null!=_0xdefbx2?( new XMLSerializer)[_0x15c7[340]](_0xdefbx2):_0x15c7[110]}}(),getOuterHtml:function(){return mxClient[_0x15c7[80]]?function(_0xdefbx2){if(null!=_0xdefbx2){if(null!=_0xdefbx2[_0x15c7[342]]){return _0xdefbx2[_0x15c7[342]]};var _0xdefbx3=[];_0xdefbx3[_0x15c7[207]](_0x15c7[319]+_0xdefbx2[_0x15c7[301]]);var _0xdefbx4=_0xdefbx2[_0x15c7[320]];if(null!=_0xdefbx4){for(var _0xdefbx5=0;_0xdefbx5<_0xdefbx4[_0x15c7[67]];_0xdefbx5++){var _0xdefbx9=_0xdefbx4[_0xdefbx5][_0x15c7[318]];null!=_0xdefbx9&&0<_0xdefbx9[_0x15c7[67]]&&(_0xdefbx3[_0x15c7[207]](_0x15c7[185]),_0xdefbx3[_0x15c7[207]](_0xdefbx4[_0xdefbx5][_0x15c7[301]]),_0xdefbx3[_0x15c7[207]](_0x15c7[322]),_0xdefbx3[_0x15c7[207]](_0xdefbx9),_0xdefbx3[_0x15c7[207]](_0x15c7[323]))}};0==_0xdefbx2[_0x15c7[339]][_0x15c7[67]]?_0xdefbx3[_0x15c7[207]](_0x15c7[343]):(_0xdefbx3[_0x15c7[207]](_0x15c7[341]),_0xdefbx3[_0x15c7[207]](_0xdefbx2[_0x15c7[339]]),_0xdefbx3[_0x15c7[207]](_0x15c7[326]+_0xdefbx2[_0x15c7[301]]+_0x15c7[341]));return _0xdefbx3[_0x15c7[234]](_0x15c7[110])};return _0x15c7[110]}:function(_0xdefbx2){return null!=_0xdefbx2?( new XMLSerializer)[_0x15c7[340]](_0xdefbx2):_0x15c7[110]}}(),write:function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=_0xdefbx2[_0x15c7[295]][_0x15c7[344]](_0xdefbx3);null!=_0xdefbx2&&_0xdefbx2[_0x15c7[62]](_0xdefbx4);return _0xdefbx4},writeln:function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=_0xdefbx2[_0x15c7[295]][_0x15c7[344]](_0xdefbx3);null!=_0xdefbx2&&(_0xdefbx2[_0x15c7[62]](_0xdefbx4),_0xdefbx2[_0x15c7[62]](document[_0x15c7[55]](_0x15c7[345])));return _0xdefbx4},br:function(_0xdefbx2,_0xdefbx3){_0xdefbx3=_0xdefbx3||1;for(var _0xdefbx4=null,_0xdefbx5=0;_0xdefbx5<_0xdefbx3;_0xdefbx5++){null!=_0xdefbx2&&(_0xdefbx4=_0xdefbx2[_0x15c7[295]][_0x15c7[55]](_0x15c7[345]),_0xdefbx2[_0x15c7[62]](_0xdefbx4))};return _0xdefbx4},button:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx4=null!=_0xdefbx4?_0xdefbx4:document;_0xdefbx4=_0xdefbx4[_0x15c7[55]](_0x15c7[172]);mxUtils[_0x15c7[53]](_0xdefbx4,_0xdefbx2);mxEvent[_0x15c7[169]](_0xdefbx4,_0x15c7[173],function(_0xdefbx2){_0xdefbx3(_0xdefbx2)});return _0xdefbx4},para:function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=document[_0x15c7[55]](_0x15c7[346]);mxUtils[_0x15c7[53]](_0xdefbx4,_0xdefbx3);null!=_0xdefbx2&&_0xdefbx2[_0x15c7[62]](_0xdefbx4);return _0xdefbx4},addTransparentBackgroundFilter:function(_0xdefbx2){_0xdefbx2[_0x15c7[124]][_0x15c7[347]]+=_0x15c7[348]+mxClient[_0x15c7[88]]+_0x15c7[349]},linkAction:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){return mxUtils[_0x15c7[54]](_0xdefbx2,_0xdefbx3,function(){_0xdefbx4[_0x15c7[350]](_0xdefbx5)},_0xdefbx9)},linkInvoke:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){return mxUtils[_0x15c7[54]](_0xdefbx2,_0xdefbx3,function(){_0xdefbx4[_0xdefbx5](_0xdefbx9)},_0xdefbxa)},link:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){var _0xdefbx9=document[_0x15c7[55]](_0x15c7[351]);_0xdefbx9[_0x15c7[124]][_0x15c7[352]]=_0x15c7[353];_0xdefbx9[_0x15c7[124]][_0x15c7[354]]=_0x15c7[355];_0xdefbx9[_0x15c7[124]][_0x15c7[270]]=_0x15c7[356];null!=_0xdefbx5&&(_0xdefbx9[_0x15c7[124]][_0x15c7[357]]=_0xdefbx5+_0x15c7[168]);mxEvent[_0x15c7[169]](_0xdefbx9,_0x15c7[173],_0xdefbx4);mxUtils[_0x15c7[53]](_0xdefbx9,_0xdefbx3);null!=_0xdefbx2&&_0xdefbx2[_0x15c7[62]](_0xdefbx9);return _0xdefbx9},fit:function(_0xdefbx2){var _0xdefbx3=parseInt(_0xdefbx2[_0x15c7[358]]),_0xdefbx4=parseInt(_0xdefbx2[_0x15c7[359]]),_0xdefbx5=document[_0x15c7[112]],_0xdefbx9=document[_0x15c7[158]],_0xdefbxa=(_0xdefbx5[_0x15c7[360]]||_0xdefbx9[_0x15c7[360]])+(_0xdefbx5[_0x15c7[159]]||_0xdefbx9[_0x15c7[159]]);_0xdefbx3+_0xdefbx4>_0xdefbxa&&(_0xdefbx2[_0x15c7[124]][_0x15c7[361]]=Math[_0x15c7[160]](_0xdefbx5[_0x15c7[360]]||_0xdefbx9[_0x15c7[360]],_0xdefbxa-_0xdefbx4)+_0x15c7[168]);_0xdefbx3=parseInt(_0xdefbx2[_0x15c7[362]]);_0xdefbx4=parseInt(_0xdefbx2[_0x15c7[167]]);_0xdefbxa=(_0xdefbx5[_0x15c7[190]]||_0xdefbx9[_0x15c7[190]])+Math[_0x15c7[160]](_0xdefbx5[_0x15c7[157]]||0,_0xdefbx9[_0x15c7[157]]);_0xdefbx3+_0xdefbx4>_0xdefbxa&&(_0xdefbx2[_0x15c7[124]][_0x15c7[125]]=Math[_0x15c7[160]](_0xdefbx5[_0x15c7[190]]||_0xdefbx9[_0x15c7[190]],_0xdefbxa-_0xdefbx4)+_0x15c7[168])},open:function(_0xdefbx2){if(mxClient[_0x15c7[133]]){try{netscape[_0x15c7[366]][_0x15c7[365]][_0x15c7[364]](_0x15c7[363])}catch(b){return mxUtils[_0x15c7[150]](_0x15c7[367]),_0x15c7[110]};var _0xdefbx4=Components[_0x15c7[372]][_0x15c7[371]][_0x15c7[370]](Components[_0x15c7[369]][_0x15c7[368]]);_0xdefbx4[_0x15c7[373]](_0xdefbx2);if(!_0xdefbx4[_0x15c7[374]]()){return mxUtils[_0x15c7[150]](_0x15c7[375]),_0x15c7[110]};_0xdefbx2=Components[_0x15c7[372]][_0x15c7[377]][_0x15c7[370]](Components[_0x15c7[369]][_0x15c7[376]]);_0xdefbx2[_0x15c7[176]](_0xdefbx4,1,4,null);_0xdefbx4=Components[_0x15c7[372]][_0x15c7[379]][_0x15c7[370]](Components[_0x15c7[369]][_0x15c7[378]]);_0xdefbx4[_0x15c7[176]](_0xdefbx2);return _0xdefbx4[_0x15c7[381]](_0xdefbx4[_0x15c7[380]]())};_0xdefbx4=( new ActiveXObject(_0x15c7[382])).OpenTextFile(_0xdefbx2,1);_0xdefbx2=_0xdefbx4[_0x15c7[383]]();_0xdefbx4[_0x15c7[268]]();return _0xdefbx2},save:function(_0xdefbx2,_0xdefbx3){if(mxClient[_0x15c7[133]]){try{netscape[_0x15c7[366]][_0x15c7[365]][_0x15c7[364]](_0x15c7[363])}catch(c){mxUtils[_0x15c7[150]](_0x15c7[384]);return};var _0xdefbx5=Components[_0x15c7[372]][_0x15c7[371]][_0x15c7[370]](Components[_0x15c7[369]][_0x15c7[368]]);_0xdefbx5[_0x15c7[373]](_0xdefbx2);_0xdefbx5[_0x15c7[374]]()||_0xdefbx5[_0x15c7[385]](0,420);var _0xdefbx9=Components[_0x15c7[372]][_0x15c7[387]][_0x15c7[370]](Components[_0x15c7[369]][_0x15c7[386]]);_0xdefbx9[_0x15c7[176]](_0xdefbx5,34,4,null);_0xdefbx9[_0x15c7[53]](_0xdefbx3,_0xdefbx3[_0x15c7[67]]);_0xdefbx9[_0x15c7[388]]();_0xdefbx9[_0x15c7[268]]()}else {_0xdefbx5=( new ActiveXObject(_0x15c7[382])).CreateTextFile(_0xdefbx2,!0),_0xdefbx5.Write(_0xdefbx3),_0xdefbx5.Close()}},saveAs:function(_0xdefbx2){var _0xdefbx3=document[_0x15c7[55]](_0x15c7[389]);_0xdefbx3[_0x15c7[57]](_0x15c7[390],_0x15c7[110]);_0xdefbx3[_0x15c7[124]][_0x15c7[187]]=_0x15c7[188];document[_0x15c7[112]][_0x15c7[62]](_0xdefbx3);try{if(mxClient[_0x15c7[133]]){var _0xdefbx4=_0xdefbx3[_0x15c7[391]];_0xdefbx4[_0x15c7[392]]();_0xdefbx4[_0x15c7[53]](_0xdefbx2);_0xdefbx4[_0x15c7[268]]();try{netscape[_0x15c7[366]][_0x15c7[365]][_0x15c7[364]](_0x15c7[363]),_0xdefbx3[_0x15c7[393]](),saveDocument(_0xdefbx4)}catch(d){mxUtils[_0x15c7[150]](_0x15c7[394])}}else {_0xdefbx4=_0xdefbx3[_0x15c7[396]][_0x15c7[395]],_0xdefbx4[_0x15c7[53]](_0xdefbx2),_0xdefbx4[_0x15c7[398]](_0x15c7[397],!1,document[_0x15c7[45]])}}finally{document[_0x15c7[112]][_0x15c7[266]](_0xdefbx3)}},copy:function(_0xdefbx2){if(window[_0x15c7[399]]){window[_0x15c7[399]][_0x15c7[401]](_0x15c7[400],_0xdefbx2)}else {netscape[_0x15c7[366]][_0x15c7[365]][_0x15c7[364]](_0x15c7[363]);var _0xdefbx3=Components[_0x15c7[372]][_0x15c7[403]][_0x15c7[370]](Components[_0x15c7[369]][_0x15c7[402]]);if(_0xdefbx3){var _0xdefbx4=Components[_0x15c7[372]][_0x15c7[405]][_0x15c7[370]](Components[_0x15c7[369]][_0x15c7[404]]);if(_0xdefbx4){_0xdefbx4[_0x15c7[407]](_0x15c7[406]);var _0xdefbx5=Components[_0x15c7[372]][_0x15c7[409]][_0x15c7[370]](Components[_0x15c7[369]][_0x15c7[408]]);_0xdefbx5[_0x15c7[410]]=_0xdefbx2;_0xdefbx4[_0x15c7[411]](_0x15c7[406],_0xdefbx5,2*_0xdefbx2[_0x15c7[67]]);_0xdefbx3[_0x15c7[401]](_0xdefbx4,null,Components[_0x15c7[369]][_0x15c7[402]][_0x15c7[412]])}}}},load:function(_0xdefbx2){_0xdefbx2= new mxXmlRequest(_0xdefbx2,null,_0x15c7[413],!1);_0xdefbx2[_0x15c7[414]]();return _0xdefbx2},get:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){return ( new mxXmlRequest(_0xdefbx2,null,_0x15c7[413]))[_0x15c7[414]](_0xdefbx3,_0xdefbx4)},post:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){return ( new mxXmlRequest(_0xdefbx2,_0xdefbx3))[_0x15c7[414]](_0xdefbx4,_0xdefbx5)},submit:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){return ( new mxXmlRequest(_0xdefbx2,_0xdefbx3))[_0x15c7[415]](_0xdefbx4,_0xdefbx5)},loadInto:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){mxClient[_0x15c7[80]]?_0xdefbx3[_0x15c7[416]]=function(){4==_0xdefbx3[_0x15c7[417]]&&_0xdefbx4()}:_0xdefbx3[_0x15c7[418]](_0x15c7[219],_0xdefbx4,!1);_0xdefbx3[_0x15c7[219]](_0xdefbx2)},getValue:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx2=null!=_0xdefbx2?_0xdefbx2[_0xdefbx3]:null;null==_0xdefbx2&&(_0xdefbx2=_0xdefbx4);return _0xdefbx2},getNumber:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx2=null!=_0xdefbx2?_0xdefbx2[_0xdefbx3]:null;null==_0xdefbx2&&(_0xdefbx2=_0xdefbx4||0);return Number(_0xdefbx2)},getColor:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx2=null!=_0xdefbx2?_0xdefbx2[_0xdefbx3]:null;null==_0xdefbx2?_0xdefbx2=_0xdefbx4:_0xdefbx2==mxConstants[_0x15c7[217]]&&(_0xdefbx2=null);return _0xdefbx2},clone:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx4=null!=_0xdefbx4?_0xdefbx4:!1;var _0xdefbx5=null;if(null!=_0xdefbx2&&_0x15c7[279]== typeof _0xdefbx2[_0x15c7[196]]){var _0xdefbx5= new _0xdefbx2[_0x15c7[196]],_0xdefbx9;for(_0xdefbx9 in _0xdefbx2){if(_0xdefbx9!=mxObjectIdentity[_0x15c7[195]]&&(null==_0xdefbx3||0>mxUtils[_0x15c7[2]](_0xdefbx3,_0xdefbx9))){_0xdefbx5[_0xdefbx9]=!_0xdefbx4&&_0x15c7[194]== typeof _0xdefbx2[_0xdefbx9]?mxUtils[_0x15c7[238]](_0xdefbx2[_0xdefbx9]):_0xdefbx2[_0xdefbx9]}}};return _0xdefbx5},equalPoints:function(_0xdefbx2,_0xdefbx3){if(null==_0xdefbx2&&null!=_0xdefbx3||null!=_0xdefbx2&&null==_0xdefbx3||null!=_0xdefbx2&&null!=_0xdefbx3&&_0xdefbx2[_0x15c7[67]]!=_0xdefbx3[_0x15c7[67]]){return !1};if(null!=_0xdefbx2&&null!=_0xdefbx3){for(var _0xdefbx4=0;_0xdefbx4<_0xdefbx2[_0x15c7[67]];_0xdefbx4++){if(_0xdefbx2[_0xdefbx4]==_0xdefbx3[_0xdefbx4]||null!=_0xdefbx2[_0xdefbx4]&&!_0xdefbx2[_0xdefbx4][_0x15c7[237]](_0xdefbx3[_0xdefbx4])){return !1}}};return !0},equalEntries:function(_0xdefbx2,_0xdefbx3){if(null==_0xdefbx2&&null!=_0xdefbx3||null!=_0xdefbx2&&null==_0xdefbx3||null!=_0xdefbx2&&null!=_0xdefbx3&&_0xdefbx2[_0x15c7[67]]!=_0xdefbx3[_0x15c7[67]]){return !1};if(null!=_0xdefbx2&&null!=_0xdefbx3){for(var _0xdefbx4 in _0xdefbx2){if(_0xdefbx2[_0xdefbx4]!=_0xdefbx3[_0xdefbx4]){return !1}}};return !0},extend:function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=function(){};_0xdefbx4[_0x15c7[202]]=_0xdefbx3[_0x15c7[202]];_0xdefbx2[_0x15c7[202]]= new _0xdefbx4;_0xdefbx2[_0x15c7[202]][_0x15c7[196]]=_0xdefbx2},toString:function(_0xdefbx2){var _0xdefbx3=_0x15c7[110],_0xdefbx4;for(_0xdefbx4 in _0xdefbx2){try{if(null==_0xdefbx2[_0xdefbx4]){_0xdefbx3+=_0xdefbx4+_0x15c7[419]}else {if(_0x15c7[279]== typeof _0xdefbx2[_0xdefbx4]){_0xdefbx3+=_0xdefbx4+_0x15c7[420]}else {if(_0x15c7[194]== typeof _0xdefbx2[_0xdefbx4]){var _0xdefbx5=mxUtils[_0x15c7[197]](_0xdefbx2[_0xdefbx4][_0x15c7[196]]),_0xdefbx3=_0xdefbx3+(_0xdefbx4+_0x15c7[421]+_0xdefbx5+_0x15c7[422])}else {_0xdefbx3+=_0xdefbx4+_0x15c7[423]+_0xdefbx2[_0xdefbx4]+_0x15c7[192]}}}}catch(e){_0xdefbx3+=_0xdefbx4+_0x15c7[226]+e[_0x15c7[281]]}};return _0xdefbx3},toRadians:function(_0xdefbx2){return Math[_0x15c7[424]]*_0xdefbx2/180},arcToCurves:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14){_0xdefbx13-=_0xdefbx2;_0xdefbx14-=_0xdefbx3;if(0===_0xdefbx4||0===_0xdefbx5){return _0xdefbx18};_0xdefbx4=Math[_0x15c7[425]](_0xdefbx4);_0xdefbx5=Math[_0x15c7[425]](_0xdefbx5);var _0xdefbx15=-_0xdefbx13/2,_0xdefbx16=-_0xdefbx14/2,_0xdefbx17=Math[_0x15c7[426]](_0xdefbx9*Math[_0x15c7[424]]/180),_0xdefbx18=Math[_0x15c7[427]](_0xdefbx9*Math[_0x15c7[424]]/180);_0xdefbx9=_0xdefbx17*_0xdefbx15+_0xdefbx18*_0xdefbx16;var _0xdefbx15=-1*_0xdefbx18*_0xdefbx15+_0xdefbx17*_0xdefbx16,_0xdefbx16=_0xdefbx9*_0xdefbx9,_0xdefbx19=_0xdefbx15*_0xdefbx15,_0xdefbx1a=_0xdefbx4*_0xdefbx4,_0xdefbx1b=_0xdefbx5*_0xdefbx5,_0xdefbx1c=_0xdefbx16/_0xdefbx1a+_0xdefbx19/_0xdefbx1b;1<_0xdefbx1c?(_0xdefbx4*=Math[_0x15c7[428]](_0xdefbx1c),_0xdefbx5*=Math[_0x15c7[428]](_0xdefbx1c),_0xdefbxa=0):(_0xdefbx1c=1,_0xdefbxa===_0xdefbx12&&(_0xdefbx1c= -1),_0xdefbxa=_0xdefbx1c*Math[_0x15c7[428]]((_0xdefbx1a*_0xdefbx1b-_0xdefbx1a*_0xdefbx19-_0xdefbx1b*_0xdefbx16)/(_0xdefbx1a*_0xdefbx19+_0xdefbx1b*_0xdefbx16)));_0xdefbx16=_0xdefbxa*_0xdefbx4*_0xdefbx15/_0xdefbx5;_0xdefbx19=-1*_0xdefbxa*_0xdefbx5*_0xdefbx9/_0xdefbx4;_0xdefbx13=_0xdefbx17*_0xdefbx16-_0xdefbx18*_0xdefbx19+_0xdefbx13/2;_0xdefbx14=_0xdefbx18*_0xdefbx16+_0xdefbx17*_0xdefbx19+_0xdefbx14/2;_0xdefbx1a=Math[_0x15c7[429]]((_0xdefbx15-_0xdefbx19)/_0xdefbx5,(_0xdefbx9-_0xdefbx16)/_0xdefbx4)-Math[_0x15c7[429]](0,1);_0xdefbxa=0<=_0xdefbx1a?_0xdefbx1a:2*Math[_0x15c7[424]]+_0xdefbx1a;_0xdefbx1a=Math[_0x15c7[429]]((-_0xdefbx15-_0xdefbx19)/_0xdefbx5,(-_0xdefbx9-_0xdefbx16)/_0xdefbx4)-Math[_0x15c7[429]]((_0xdefbx15-_0xdefbx19)/_0xdefbx5,(_0xdefbx9-_0xdefbx16)/_0xdefbx4);_0xdefbx9=0<=_0xdefbx1a?_0xdefbx1a:2*Math[_0x15c7[424]]+_0xdefbx1a;0==_0xdefbx12&&0<_0xdefbx9?_0xdefbx9-=2*Math[_0x15c7[424]]:0!=_0xdefbx12&&0>_0xdefbx9&&(_0xdefbx9+=2*Math[_0x15c7[424]]);_0xdefbx12=2*_0xdefbx9/Math[_0x15c7[424]];_0xdefbx12=Math[_0x15c7[430]](0>_0xdefbx12?-1*_0xdefbx12:_0xdefbx12);_0xdefbx9/=_0xdefbx12;_0xdefbx15=8/3*Math[_0x15c7[427]](_0xdefbx9/4)*Math[_0x15c7[427]](_0xdefbx9/4)/Math[_0x15c7[427]](_0xdefbx9/2);_0xdefbx16=_0xdefbx17*_0xdefbx4;_0xdefbx17*=_0xdefbx5;_0xdefbx4*=_0xdefbx18;_0xdefbx5*=_0xdefbx18;for(var _0xdefbx1d=Math[_0x15c7[426]](_0xdefbxa),_0xdefbx1e=Math[_0x15c7[427]](_0xdefbxa),_0xdefbx19=-_0xdefbx15*(_0xdefbx16*_0xdefbx1e+_0xdefbx5*_0xdefbx1d),_0xdefbx1a=-_0xdefbx15*(_0xdefbx4*_0xdefbx1e-_0xdefbx17*_0xdefbx1d),_0xdefbx1c=_0xdefbx1b=0,_0xdefbx18=[],_0xdefbx1f=0;_0xdefbx1f<_0xdefbx12;++_0xdefbx1f){_0xdefbxa+=_0xdefbx9;var _0xdefbx1d=Math[_0x15c7[426]](_0xdefbxa),_0xdefbx1e=Math[_0x15c7[427]](_0xdefbxa),_0xdefbx1b=_0xdefbx16*_0xdefbx1d-_0xdefbx5*_0xdefbx1e+_0xdefbx13,_0xdefbx1c=_0xdefbx4*_0xdefbx1d+_0xdefbx17*_0xdefbx1e+_0xdefbx14,_0xdefbx20=-_0xdefbx15*(_0xdefbx16*_0xdefbx1e+_0xdefbx5*_0xdefbx1d),_0xdefbx1d=-_0xdefbx15*(_0xdefbx4*_0xdefbx1e-_0xdefbx17*_0xdefbx1d),_0xdefbx1e=6*_0xdefbx1f;_0xdefbx18[_0xdefbx1e]=Number(_0xdefbx19+_0xdefbx2);_0xdefbx18[_0xdefbx1e+1]=Number(_0xdefbx1a+_0xdefbx3);_0xdefbx18[_0xdefbx1e+2]=Number(_0xdefbx1b-_0xdefbx20+_0xdefbx2);_0xdefbx18[_0xdefbx1e+3]=Number(_0xdefbx1c-_0xdefbx1d+_0xdefbx3);_0xdefbx18[_0xdefbx1e+4]=Number(_0xdefbx1b+_0xdefbx2);_0xdefbx18[_0xdefbx1e+5]=Number(_0xdefbx1c+_0xdefbx3);_0xdefbx19=_0xdefbx1b+_0xdefbx20;_0xdefbx1a=_0xdefbx1c+_0xdefbx1d};return _0xdefbx18},getBoundingBox:function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=null;if(null!=_0xdefbx2&&null!=_0xdefbx3&&0!=_0xdefbx3){var _0xdefbx5=mxUtils[_0x15c7[431]](_0xdefbx3),_0xdefbx4=Math[_0x15c7[426]](_0xdefbx5),_0xdefbx9=Math[_0x15c7[427]](_0xdefbx5),_0xdefbxa= new mxPoint(_0xdefbx2[_0x15c7[235]]+_0xdefbx2[_0x15c7[117]]/2,_0xdefbx2[_0x15c7[236]]+_0xdefbx2[_0x15c7[119]]/2),_0xdefbx12= new mxPoint(_0xdefbx2[_0x15c7[235]],_0xdefbx2[_0x15c7[236]]),_0xdefbx5= new mxPoint(_0xdefbx2[_0x15c7[235]]+_0xdefbx2[_0x15c7[117]],_0xdefbx2[_0x15c7[236]]),_0xdefbx13= new mxPoint(_0xdefbx5[_0x15c7[235]],_0xdefbx2[_0x15c7[236]]+_0xdefbx2[_0x15c7[119]]),_0xdefbx14= new mxPoint(_0xdefbx2[_0x15c7[235]],_0xdefbx13[_0x15c7[236]]),_0xdefbx12=mxUtils[_0x15c7[432]](_0xdefbx12,_0xdefbx4,_0xdefbx9,_0xdefbxa),_0xdefbx5=mxUtils[_0x15c7[432]](_0xdefbx5,_0xdefbx4,_0xdefbx9,_0xdefbxa),_0xdefbx13=mxUtils[_0x15c7[432]](_0xdefbx13,_0xdefbx4,_0xdefbx9,_0xdefbxa),_0xdefbx14=mxUtils[_0x15c7[432]](_0xdefbx14,_0xdefbx4,_0xdefbx9,_0xdefbxa),_0xdefbx4= new mxRectangle(_0xdefbx12[_0x15c7[235]],_0xdefbx12[_0x15c7[236]],0,0);_0xdefbx4[_0x15c7[99]]( new mxRectangle(_0xdefbx5[_0x15c7[235]],_0xdefbx5[_0x15c7[236]],0,0));_0xdefbx4[_0x15c7[99]]( new mxRectangle(_0xdefbx13[_0x15c7[235]],_0xdefbx13[_0x15c7[236]],0,0));_0xdefbx4[_0x15c7[99]]( new mxRectangle(_0xdefbx14[_0x15c7[235]],_0xdefbx14[_0x15c7[236]],0,0))};return _0xdefbx4},getRotatedPoint:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx5=null!=_0xdefbx5?_0xdefbx5: new mxPoint;var _0xdefbx9=_0xdefbx2[_0x15c7[235]]-_0xdefbx5[_0x15c7[235]];_0xdefbx2=_0xdefbx2[_0x15c7[236]]-_0xdefbx5[_0x15c7[236]];return new mxPoint(_0xdefbx9*_0xdefbx3-_0xdefbx2*_0xdefbx4+_0xdefbx5[_0x15c7[235]],_0xdefbx2*_0xdefbx3+_0xdefbx9*_0xdefbx4+_0xdefbx5[_0x15c7[236]])},getPortConstraints:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx2=mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_PORT_CONSTRAINT,null);if(null==_0xdefbx2){return _0xdefbx5};_0xdefbx5=_0xdefbx2.toString();_0xdefbx2=mxConstants[_0x15c7[434]];0<=_0xdefbx5[_0x15c7[2]](mxConstants.DIRECTION_NORTH)&&(_0xdefbx2|=mxConstants[_0x15c7[435]]);0<=_0xdefbx5[_0x15c7[2]](mxConstants.DIRECTION_WEST)&&(_0xdefbx2|=mxConstants[_0x15c7[436]]);0<=_0xdefbx5[_0x15c7[2]](mxConstants.DIRECTION_SOUTH)&&(_0xdefbx2|=mxConstants[_0x15c7[437]]);0<=_0xdefbx5[_0x15c7[2]](mxConstants.DIRECTION_EAST)&&(_0xdefbx2|=mxConstants[_0x15c7[438]]);return _0xdefbx2},reversePortConstraints:function(_0xdefbx2){var _0xdefbx3=0,_0xdefbx3=(_0xdefbx2&mxConstants[_0x15c7[436]])<<3,_0xdefbx3=_0xdefbx3|(_0xdefbx2&mxConstants[_0x15c7[435]])<<1,_0xdefbx3=_0xdefbx3|(_0xdefbx2&mxConstants[_0x15c7[437]])>>1;return _0xdefbx3|=(_0xdefbx2&mxConstants[_0x15c7[438]])>>3},findNearestSegment:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=-1;if(0<_0xdefbx2[_0x15c7[439]][_0x15c7[67]]){for(var _0xdefbx9=_0xdefbx2[_0x15c7[439]][0],_0xdefbxa=null,_0xdefbx12=1;_0xdefbx12<_0xdefbx2[_0x15c7[439]][_0x15c7[67]];_0xdefbx12++){var _0xdefbx13=_0xdefbx2[_0x15c7[439]][_0xdefbx12],_0xdefbx9=mxUtils[_0x15c7[440]](_0xdefbx9[_0x15c7[235]],_0xdefbx9[_0x15c7[236]],_0xdefbx13[_0x15c7[235]],_0xdefbx13[_0x15c7[236]],_0xdefbx3,_0xdefbx4);if(null==_0xdefbxa||_0xdefbx9<_0xdefbxa){_0xdefbxa=_0xdefbx9,_0xdefbx5=_0xdefbx12-1};_0xdefbx9=_0xdefbx13}};return _0xdefbx5},rectangleIntersectsSegment:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=_0xdefbx2[_0x15c7[236]],_0xdefbx9=_0xdefbx2[_0x15c7[235]],_0xdefbxa=_0xdefbx5+_0xdefbx2[_0x15c7[119]],_0xdefbx12=_0xdefbx9+_0xdefbx2[_0x15c7[117]];_0xdefbx2=_0xdefbx3[_0x15c7[235]];var _0xdefbx13=_0xdefbx4[_0x15c7[235]];_0xdefbx3[_0x15c7[235]]>_0xdefbx4[_0x15c7[235]]&&(_0xdefbx2=_0xdefbx4[_0x15c7[235]],_0xdefbx13=_0xdefbx3[_0x15c7[235]]);_0xdefbx13>_0xdefbx12&&(_0xdefbx13=_0xdefbx12);_0xdefbx2<_0xdefbx9&&(_0xdefbx2=_0xdefbx9);if(_0xdefbx2>_0xdefbx13){return !1};var _0xdefbx9=_0xdefbx3[_0x15c7[236]],_0xdefbx12=_0xdefbx4[_0x15c7[236]],_0xdefbx14=_0xdefbx4[_0x15c7[235]]-_0xdefbx3[_0x15c7[235]];1E-7<Math[_0x15c7[425]](_0xdefbx14)&&(_0xdefbx4=(_0xdefbx4[_0x15c7[236]]-_0xdefbx3[_0x15c7[236]])/_0xdefbx14,_0xdefbx3=_0xdefbx3[_0x15c7[236]]-_0xdefbx4*_0xdefbx3[_0x15c7[235]],_0xdefbx9=_0xdefbx4*_0xdefbx2+_0xdefbx3,_0xdefbx12=_0xdefbx4*_0xdefbx13+_0xdefbx3);_0xdefbx9>_0xdefbx12&&(_0xdefbx3=_0xdefbx12,_0xdefbx12=_0xdefbx9,_0xdefbx9=_0xdefbx3);_0xdefbx12>_0xdefbxa&&(_0xdefbx12=_0xdefbxa);_0xdefbx9<_0xdefbx5&&(_0xdefbx9=_0xdefbx5);return _0xdefbx9>_0xdefbx12?!1:!0},contains:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){return _0xdefbx2[_0x15c7[235]]<=_0xdefbx3&&_0xdefbx2[_0x15c7[235]]+_0xdefbx2[_0x15c7[117]]>=_0xdefbx3&&_0xdefbx2[_0x15c7[236]]<=_0xdefbx4&&_0xdefbx2[_0x15c7[236]]+_0xdefbx2[_0x15c7[119]]>=_0xdefbx4},intersects:function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=_0xdefbx2[_0x15c7[117]],_0xdefbx5=_0xdefbx2[_0x15c7[119]],_0xdefbx9=_0xdefbx3[_0x15c7[117]],_0xdefbxa=_0xdefbx3[_0x15c7[119]];if(0>=_0xdefbx9||0>=_0xdefbxa||0>=_0xdefbx4||0>=_0xdefbx5){return !1};var _0xdefbx12=_0xdefbx2[_0x15c7[235]],_0xdefbx13=_0xdefbx2[_0x15c7[236]],_0xdefbx14=_0xdefbx3[_0x15c7[235]],_0xdefbx15=_0xdefbx3[_0x15c7[236]],_0xdefbx9=_0xdefbx9+_0xdefbx14,_0xdefbxa=_0xdefbxa+_0xdefbx15,_0xdefbx4=_0xdefbx4+_0xdefbx12,_0xdefbx5=_0xdefbx5+_0xdefbx13;return (_0xdefbx9<_0xdefbx14||_0xdefbx9>_0xdefbx12)&&(_0xdefbxa<_0xdefbx15||_0xdefbxa>_0xdefbx13)&&(_0xdefbx4<_0xdefbx12||_0xdefbx4>_0xdefbx14)&&(_0xdefbx5<_0xdefbx13||_0xdefbx5>_0xdefbx15)},intersectsHotspot:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){_0xdefbx5=null!=_0xdefbx5?_0xdefbx5:1;_0xdefbx9=null!=_0xdefbx9?_0xdefbx9:0;_0xdefbxa=null!=_0xdefbxa?_0xdefbxa:0;if(0<_0xdefbx5){var _0xdefbx12=_0xdefbx2[_0x15c7[241]](),_0xdefbx13=_0xdefbx2[_0x15c7[242]](),_0xdefbx14=_0xdefbx2[_0x15c7[117]],_0xdefbx15=_0xdefbx2[_0x15c7[119]],_0xdefbx16=mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_STARTSIZE)*_0xdefbx2[_0x15c7[441]][_0x15c7[255]];0<_0xdefbx16&&(mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_HORIZONTAL,!0)?(_0xdefbx13=_0xdefbx2[_0x15c7[236]]+_0xdefbx16/2,_0xdefbx15=_0xdefbx16):(_0xdefbx12=_0xdefbx2[_0x15c7[235]]+_0xdefbx16/2,_0xdefbx14=_0xdefbx16));_0xdefbx14=Math[_0x15c7[160]](_0xdefbx9,_0xdefbx14*_0xdefbx5);_0xdefbx15=Math[_0x15c7[160]](_0xdefbx9,_0xdefbx15*_0xdefbx5);0<_0xdefbxa&&(_0xdefbx14=Math[_0x15c7[243]](_0xdefbx14,_0xdefbxa),_0xdefbx15=Math[_0x15c7[243]](_0xdefbx15,_0xdefbxa));_0xdefbx5= new mxRectangle(_0xdefbx12-_0xdefbx14/2,_0xdefbx13-_0xdefbx15/2,_0xdefbx14,_0xdefbx15);_0xdefbx12=mxUtils[_0x15c7[431]](mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_ROTATION)||0);0!=_0xdefbx12&&(_0xdefbx9=Math[_0x15c7[426]](-_0xdefbx12),_0xdefbxa=Math[_0x15c7[427]](-_0xdefbx12),_0xdefbx12= new mxPoint(_0xdefbx2[_0x15c7[241]](),_0xdefbx2[_0x15c7[242]]()),_0xdefbx2=mxUtils[_0x15c7[432]]( new mxPoint(_0xdefbx3,_0xdefbx4),_0xdefbx9,_0xdefbxa,_0xdefbx12),_0xdefbx3=_0xdefbx2[_0x15c7[235]],_0xdefbx4=_0xdefbx2[_0x15c7[236]]);return mxUtils[_0x15c7[442]](_0xdefbx5,_0xdefbx3,_0xdefbx4)};return !0},getOffset:function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=0,_0xdefbx5=0;if(null!=_0xdefbx3&&_0xdefbx3){var _0xdefbx9=document[_0x15c7[112]],_0xdefbxa=document[_0x15c7[158]],_0xdefbx4=_0xdefbx4+(_0xdefbx9[_0x15c7[360]]||_0xdefbxa[_0x15c7[360]]),_0xdefbx5=_0xdefbx5+(_0xdefbx9[_0x15c7[190]]||_0xdefbxa[_0x15c7[190]])};for(;_0xdefbx2[_0x15c7[443]];){_0xdefbx4+=_0xdefbx2[_0x15c7[358]],_0xdefbx5+=_0xdefbx2[_0x15c7[362]],_0xdefbx2=_0xdefbx2[_0x15c7[443]]};return new mxPoint(_0xdefbx4,_0xdefbx5)},getScrollOrigin:function(_0xdefbx2){for(var _0xdefbx3=document[_0x15c7[112]],_0xdefbx4=document[_0x15c7[158]],_0xdefbx5= new mxPoint(_0xdefbx3[_0x15c7[360]]||_0xdefbx4[_0x15c7[360]],_0xdefbx3[_0x15c7[190]]||_0xdefbx4[_0x15c7[190]]);null!=_0xdefbx2&&_0xdefbx2!=_0xdefbx3&&_0xdefbx2!=_0xdefbx4;){!isNaN(_0xdefbx2[_0x15c7[360]])&&!isNaN(_0xdefbx2[_0x15c7[190]])&&(_0xdefbx5[_0x15c7[235]]+=_0xdefbx2[_0x15c7[360]],_0xdefbx5[_0x15c7[236]]+=_0xdefbx2[_0x15c7[190]]),_0xdefbx2=_0xdefbx2[_0x15c7[265]]};return _0xdefbx5},convertPoint:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=mxUtils[_0x15c7[444]](_0xdefbx2);_0xdefbx2=mxUtils[_0x15c7[445]](_0xdefbx2);_0xdefbx2[_0x15c7[235]]-=_0xdefbx5[_0x15c7[235]];_0xdefbx2[_0x15c7[236]]-=_0xdefbx5[_0x15c7[236]];return new mxPoint(_0xdefbx3-_0xdefbx2[_0x15c7[235]],_0xdefbx4-_0xdefbx2[_0x15c7[236]])},ltrim:function(_0xdefbx2,_0xdefbx3){return _0xdefbx2[_0x15c7[230]](RegExp(_0x15c7[446]+(_0xdefbx3||_0x15c7[447])+_0x15c7[448],_0x15c7[449]),_0x15c7[110])},rtrim:function(_0xdefbx2,_0xdefbx3){return _0xdefbx2[_0x15c7[230]](RegExp(_0x15c7[450]+(_0xdefbx3||_0x15c7[447])+_0x15c7[451],_0x15c7[449]),_0x15c7[110])},trim:function(_0xdefbx2,_0xdefbx3){return mxUtils[_0x15c7[453]](mxUtils[_0x15c7[452]](_0xdefbx2,_0xdefbx3),_0xdefbx3)},isNumeric:function(_0xdefbx2){return null!=_0xdefbx2&&(null==_0xdefbx2[_0x15c7[67]]||0<_0xdefbx2[_0x15c7[67]]&&0>_0xdefbx2[_0x15c7[2]](_0x15c7[454])&&0>_0xdefbx2[_0x15c7[2]](_0x15c7[455]))&&!isNaN(_0xdefbx2)},mod:function(_0xdefbx2,_0xdefbx3){return (_0xdefbx2%_0xdefbx3+_0xdefbx3)%_0xdefbx3},intersection:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13){var _0xdefbx14=(_0xdefbx13-_0xdefbxa)*(_0xdefbx4-_0xdefbx2)-(_0xdefbx12-_0xdefbx9)*(_0xdefbx5-_0xdefbx3);_0xdefbx12=((_0xdefbx12-_0xdefbx9)*(_0xdefbx3-_0xdefbxa)-(_0xdefbx13-_0xdefbxa)*(_0xdefbx2-_0xdefbx9))/_0xdefbx14;_0xdefbx9=((_0xdefbx4-_0xdefbx2)*(_0xdefbx3-_0xdefbxa)-(_0xdefbx5-_0xdefbx3)*(_0xdefbx2-_0xdefbx9))/_0xdefbx14;return 0<=_0xdefbx12&&1>=_0xdefbx12&&0<=_0xdefbx9&&1>=_0xdefbx9? new mxPoint(_0xdefbx2+_0xdefbx12*(_0xdefbx4-_0xdefbx2),_0xdefbx3+_0xdefbx12*(_0xdefbx5-_0xdefbx3)):null},ptSegDistSq:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){_0xdefbx4-=_0xdefbx2;_0xdefbx5-=_0xdefbx3;_0xdefbx9-=_0xdefbx2;_0xdefbxa-=_0xdefbx3;0>=_0xdefbx9*_0xdefbx4+_0xdefbxa*_0xdefbx5?_0xdefbx4=0:(_0xdefbx9=_0xdefbx4-_0xdefbx9,_0xdefbxa=_0xdefbx5-_0xdefbxa,_0xdefbx2=_0xdefbx9*_0xdefbx4+_0xdefbxa*_0xdefbx5,_0xdefbx4=0>=_0xdefbx2?0:_0xdefbx2*_0xdefbx2/(_0xdefbx4*_0xdefbx4+_0xdefbx5*_0xdefbx5));_0xdefbx9=_0xdefbx9*_0xdefbx9+_0xdefbxa*_0xdefbxa-_0xdefbx4;0>_0xdefbx9&&(_0xdefbx9=0);return _0xdefbx9},relativeCcw:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){_0xdefbx4-=_0xdefbx2;_0xdefbx5-=_0xdefbx3;_0xdefbx9-=_0xdefbx2;_0xdefbxa-=_0xdefbx3;_0xdefbx2=_0xdefbx9*_0xdefbx5-_0xdefbxa*_0xdefbx4;0==_0xdefbx2&&(_0xdefbx2=_0xdefbx9*_0xdefbx4+_0xdefbxa*_0xdefbx5,0<_0xdefbx2&&(_0xdefbx2=(_0xdefbx9-_0xdefbx4)*_0xdefbx4+(_0xdefbxa-_0xdefbx5)*_0xdefbx5,0>_0xdefbx2&&(_0xdefbx2=0)));return 0>_0xdefbx2?-1:0<_0xdefbx2?1:0},animateChanges:function(_0xdefbx2,_0xdefbx3){mxEffects[_0x15c7[456]][_0x15c7[183]](this,arguments)},cascadeOpacity:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){mxEffects[_0x15c7[260]][_0x15c7[183]](this,arguments)},fadeOut:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){mxEffects[_0x15c7[457]][_0x15c7[183]](this,arguments)},setOpacity:function(_0xdefbx2,_0xdefbx3){mxUtils[_0x15c7[458]](_0xdefbx2)?_0xdefbx2[_0x15c7[124]][_0x15c7[347]]=100<=_0xdefbx3?null:_0x15c7[459]+_0xdefbx3/5+_0x15c7[460]:mxClient[_0x15c7[80]]&&(_0x15c7[82]=== typeof document[_0x15c7[5]]||9>document[_0x15c7[5]])?_0xdefbx2[_0x15c7[124]][_0x15c7[347]]=100<=_0xdefbx3?null:_0x15c7[459]+_0xdefbx3+_0x15c7[460]:_0xdefbx2[_0x15c7[124]][_0x15c7[461]]=_0xdefbx3/100},createImage:function(_0xdefbx2){var _0xdefbx3=null;mxClient[_0x15c7[49]]&&_0x15c7[462]!=document[_0x15c7[135]]?(_0xdefbx3=document[_0x15c7[55]](mxClient[_0x15c7[463]]+_0x15c7[464]),_0xdefbx3[_0x15c7[57]](_0x15c7[390],_0xdefbx2),_0xdefbx3[_0x15c7[124]][_0x15c7[465]]=_0x15c7[130]):(_0xdefbx3=document[_0x15c7[55]](_0x15c7[466]),_0xdefbx3[_0x15c7[57]](_0x15c7[390],_0xdefbx2),_0xdefbx3[_0x15c7[57]](_0x15c7[467],_0x15c7[468]));return _0xdefbx3},sortCells:function(_0xdefbx2,_0xdefbx3){_0xdefbx3=null!=_0xdefbx3?_0xdefbx3:!0;var _0xdefbx4= new mxDictionary;_0xdefbx2[_0x15c7[470]](function(_0xdefbx2,_0xdefbx9){var _0xdefbxa=_0xdefbx4[_0x15c7[203]](_0xdefbx2);null==_0xdefbxa&&(_0xdefbxa=mxCellPath[_0x15c7[385]](_0xdefbx2)[_0x15c7[224]](mxCellPath.PATH_SEPARATOR),_0xdefbx4[_0x15c7[204]](_0xdefbx2,_0xdefbxa));var _0xdefbx12=_0xdefbx4[_0x15c7[203]](_0xdefbx9);null==_0xdefbx12&&(_0xdefbx12=mxCellPath[_0x15c7[385]](_0xdefbx9)[_0x15c7[224]](mxCellPath.PATH_SEPARATOR),_0xdefbx4[_0x15c7[204]](_0xdefbx9,_0xdefbx12));_0xdefbxa=mxCellPath[_0x15c7[469]](_0xdefbxa,_0xdefbx12);return 0==_0xdefbxa?0:0<_0xdefbxa==_0xdefbx3?1:-1});return _0xdefbx2},getStylename:function(_0xdefbx2){return null!=_0xdefbx2&&(_0xdefbx2=_0xdefbx2[_0x15c7[224]](_0x15c7[471])[0],0>_0xdefbx2[_0x15c7[2]](_0x15c7[226]))?_0xdefbx2:_0x15c7[110]},getStylenames:function(_0xdefbx2){var _0xdefbx3=[];if(null!=_0xdefbx2){_0xdefbx2=_0xdefbx2[_0x15c7[224]](_0x15c7[471]);for(var _0xdefbx4=0;_0xdefbx4<_0xdefbx2[_0x15c7[67]];_0xdefbx4++){0>_0xdefbx2[_0xdefbx4][_0x15c7[2]](_0x15c7[226])&&_0xdefbx3[_0x15c7[207]](_0xdefbx2[_0xdefbx4])}};return _0xdefbx3},indexOfStylename:function(_0xdefbx2,_0xdefbx3){if(null!=_0xdefbx2&&null!=_0xdefbx3){for(var _0xdefbx4=_0xdefbx2[_0x15c7[224]](_0x15c7[471]),_0xdefbx5=0,_0xdefbx9=0;_0xdefbx9<_0xdefbx4[_0x15c7[67]];_0xdefbx9++){if(_0xdefbx4[_0xdefbx9]==_0xdefbx3){return _0xdefbx5};_0xdefbx5+=_0xdefbx4[_0xdefbx9][_0x15c7[67]]+1}};return -1},addStylename:function(_0xdefbx2,_0xdefbx3){0>mxUtils[_0x15c7[472]](_0xdefbx2,_0xdefbx3)&&(null==_0xdefbx2?_0xdefbx2=_0x15c7[110]:0<_0xdefbx2[_0x15c7[67]]&&_0x15c7[471]!=_0xdefbx2[_0x15c7[225]](_0xdefbx2[_0x15c7[67]]-1)&&(_0xdefbx2+=_0x15c7[471]),_0xdefbx2+=_0xdefbx3);return _0xdefbx2},removeStylename:function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=[];if(null!=_0xdefbx2){for(var _0xdefbx5=_0xdefbx2[_0x15c7[224]](_0x15c7[471]),_0xdefbx9=0;_0xdefbx9<_0xdefbx5[_0x15c7[67]];_0xdefbx9++){_0xdefbx5[_0xdefbx9]!=_0xdefbx3&&_0xdefbx4[_0x15c7[207]](_0xdefbx5[_0xdefbx9])}};return _0xdefbx4[_0x15c7[234]](_0x15c7[471])},removeAllStylenames:function(_0xdefbx2){var _0xdefbx3=[];if(null!=_0xdefbx2){_0xdefbx2=_0xdefbx2[_0x15c7[224]](_0x15c7[471]);for(var _0xdefbx4=0;_0xdefbx4<_0xdefbx2[_0x15c7[67]];_0xdefbx4++){0<=_0xdefbx2[_0xdefbx4][_0x15c7[2]](_0x15c7[226])&&_0xdefbx3[_0x15c7[207]](_0xdefbx2[_0xdefbx4])}};return _0xdefbx3[_0x15c7[234]](_0x15c7[471])},setCellStyles:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){if(null!=_0xdefbx3&&0<_0xdefbx3[_0x15c7[67]]){_0xdefbx2[_0x15c7[473]]();try{for(var _0xdefbx9=0;_0xdefbx9<_0xdefbx3[_0x15c7[67]];_0xdefbx9++){if(null!=_0xdefbx3[_0xdefbx9]){var _0xdefbxa=mxUtils[_0x15c7[475]](_0xdefbx2[_0x15c7[474]](_0xdefbx3[_0xdefbx9]),_0xdefbx4,_0xdefbx5);_0xdefbx2[_0x15c7[475]](_0xdefbx3[_0xdefbx9],_0xdefbxa)}}}finally{_0xdefbx2[_0x15c7[476]]()}}},setStyle:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=null!=_0xdefbx4&&(_0x15c7[82]== typeof _0xdefbx4[_0x15c7[67]]||0<_0xdefbx4[_0x15c7[67]]);if(null==_0xdefbx2||0==_0xdefbx2[_0x15c7[67]]){_0xdefbx5&&(_0xdefbx2=_0xdefbx3+_0x15c7[226]+_0xdefbx4)}else {var _0xdefbx9=_0xdefbx2[_0x15c7[2]](_0xdefbx3+_0x15c7[226]);0>_0xdefbx9?_0xdefbx5&&(_0xdefbx5=_0x15c7[471]==_0xdefbx2[_0x15c7[225]](_0xdefbx2[_0x15c7[67]]-1)?_0x15c7[110]:_0x15c7[471],_0xdefbx2=_0xdefbx2+_0xdefbx5+_0xdefbx3+_0x15c7[226]+_0xdefbx4):(_0xdefbx3=_0xdefbx5?_0xdefbx3+_0x15c7[226]+_0xdefbx4:_0x15c7[110],_0xdefbx4=_0xdefbx2[_0x15c7[2]](_0x15c7[471],_0xdefbx9),_0xdefbx5||_0xdefbx4++,_0xdefbx2=_0xdefbx2[_0x15c7[85]](0,_0xdefbx9)+_0xdefbx3+(_0xdefbx4>_0xdefbx9?_0xdefbx2[_0x15c7[85]](_0xdefbx4):_0x15c7[110]))};return _0xdefbx2},setCellStyleFlags:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){if(null!=_0xdefbx3&&0<_0xdefbx3[_0x15c7[67]]){_0xdefbx2[_0x15c7[473]]();try{for(var _0xdefbxa=0;_0xdefbxa<_0xdefbx3[_0x15c7[67]];_0xdefbxa++){if(null!=_0xdefbx3[_0xdefbxa]){var _0xdefbx12=mxUtils[_0x15c7[477]](_0xdefbx2[_0x15c7[474]](_0xdefbx3[_0xdefbxa]),_0xdefbx4,_0xdefbx5,_0xdefbx9);_0xdefbx2[_0x15c7[475]](_0xdefbx3[_0xdefbxa],_0xdefbx12)}}}finally{_0xdefbx2[_0x15c7[476]]()}}},setStyleFlag:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){if(null==_0xdefbx2||0==_0xdefbx2[_0x15c7[67]]){_0xdefbx2=_0xdefbx5||null==_0xdefbx5?_0xdefbx3+_0x15c7[226]+_0xdefbx4:_0xdefbx3+_0x15c7[478]}else {var _0xdefbx9=_0xdefbx2[_0x15c7[2]](_0xdefbx3+_0x15c7[226]);if(0>_0xdefbx9){_0xdefbx9=_0x15c7[471]==_0xdefbx2[_0x15c7[225]](_0xdefbx2[_0x15c7[67]]-1)?_0x15c7[110]:_0x15c7[471],_0xdefbx2=_0xdefbx5||null==_0xdefbx5?_0xdefbx2+_0xdefbx9+_0xdefbx3+_0x15c7[226]+_0xdefbx4:_0xdefbx2+_0xdefbx9+_0xdefbx3+_0x15c7[478]}else {var _0xdefbxa=_0xdefbx2[_0x15c7[2]](_0x15c7[471],_0xdefbx9),_0xdefbx12=_0x15c7[110],_0xdefbx12=0>_0xdefbxa?_0xdefbx2[_0x15c7[85]](_0xdefbx9+_0xdefbx3[_0x15c7[67]]+1):_0xdefbx2[_0x15c7[85]](_0xdefbx9+_0xdefbx3[_0x15c7[67]]+1,_0xdefbxa),_0xdefbx12=null==_0xdefbx5?parseInt(_0xdefbx12)^_0xdefbx4:_0xdefbx5?parseInt(_0xdefbx12)|_0xdefbx4:parseInt(_0xdefbx12)& ~_0xdefbx4;_0xdefbx2=_0xdefbx2[_0x15c7[85]](0,_0xdefbx9)+_0xdefbx3+_0x15c7[226]+_0xdefbx12+(0<=_0xdefbxa?_0xdefbx2[_0x15c7[85]](_0xdefbxa):_0x15c7[110])}};return _0xdefbx2},getAlignmentAsPoint:function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=0,_0xdefbx5=0;_0xdefbx2==mxConstants[_0x15c7[479]]?_0xdefbx4= -0.5:_0xdefbx2==mxConstants[_0x15c7[480]]&&(_0xdefbx4= -1);_0xdefbx3==mxConstants[_0x15c7[481]]?_0xdefbx5= -0.5:_0xdefbx3==mxConstants[_0x15c7[482]]&&(_0xdefbx5= -1);return new mxPoint(_0xdefbx4,_0xdefbx5)},getSizeForString:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx3=null!=_0xdefbx3?_0xdefbx3:mxConstants[_0x15c7[483]];_0xdefbx4=null!=_0xdefbx4?_0xdefbx4:mxConstants[_0x15c7[484]];var _0xdefbx5=document[_0x15c7[55]](_0x15c7[485]);_0xdefbx5[_0x15c7[124]][_0x15c7[486]]=_0xdefbx4;_0xdefbx5[_0x15c7[124]][_0x15c7[487]]=Math[_0x15c7[488]](_0xdefbx3)+_0x15c7[168];_0xdefbx5[_0x15c7[124]][_0x15c7[489]]=Math[_0x15c7[488]](_0xdefbx3*mxConstants[_0x15c7[490]])+_0x15c7[168];_0xdefbx5[_0x15c7[124]][_0x15c7[491]]=_0x15c7[492];_0xdefbx5[_0x15c7[124]][_0x15c7[493]]=_0x15c7[494];_0xdefbx5[_0x15c7[124]][_0x15c7[187]]=_0x15c7[188];_0xdefbx5[_0x15c7[124]][_0x15c7[495]]=mxClient[_0x15c7[496]]?_0x15c7[497]:_0x15c7[498];_0xdefbx5[_0x15c7[124]][_0x15c7[499]]=_0x15c7[500];_0xdefbx5[_0x15c7[339]]=_0xdefbx2;document[_0x15c7[112]][_0x15c7[62]](_0xdefbx5);_0xdefbx2= new mxRectangle(0,0,_0xdefbx5[_0x15c7[359]],_0xdefbx5[_0x15c7[167]]);document[_0x15c7[112]][_0x15c7[266]](_0xdefbx5);return _0xdefbx2},getViewXml:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx5=null!=_0xdefbx5?_0xdefbx5:0;_0xdefbx9=null!=_0xdefbx9?_0xdefbx9:0;_0xdefbx3=null!=_0xdefbx3?_0xdefbx3:1;null==_0xdefbx4&&(_0xdefbx4=[_0xdefbx2[_0x15c7[502]]()[_0x15c7[501]]()]);var _0xdefbxa=_0xdefbx2[_0x15c7[249]](),_0xdefbx12=null,_0xdefbx13=_0xdefbxa[_0x15c7[503]]();_0xdefbxa[_0x15c7[504]](!1);var _0xdefbx14=_0xdefbxa[_0x15c7[505]],_0xdefbx15=_0xdefbxa[_0x15c7[506]];_0xdefbx2[_0x15c7[507]]==mxConstants[_0x15c7[508]]?(_0xdefbxa[_0x15c7[505]]=document[_0x15c7[509]](mxConstants.NS_SVG,_0x15c7[449]),_0xdefbxa[_0x15c7[510]][_0x15c7[62]](_0xdefbxa[_0x15c7[505]]),_0xdefbxa[_0x15c7[506]]=document[_0x15c7[509]](mxConstants.NS_SVG,_0x15c7[449])):(_0xdefbxa[_0x15c7[505]]=_0xdefbxa[_0x15c7[505]][_0x15c7[511]](!1),_0xdefbxa[_0x15c7[510]][_0x15c7[62]](_0xdefbxa[_0x15c7[505]]),_0xdefbxa[_0x15c7[506]]=_0xdefbxa[_0x15c7[506]][_0x15c7[511]](!1));_0xdefbxa[_0x15c7[510]][_0x15c7[62]](_0xdefbxa[_0x15c7[506]]);var _0xdefbx16=_0xdefbxa[_0x15c7[512]]();_0xdefbxa[_0x15c7[513]]= new mxPoint(_0xdefbx5,_0xdefbx9);_0xdefbx3= new mxTemporaryCellStates(_0xdefbx2[_0x15c7[249]](),_0xdefbx3,_0xdefbx4);try{_0xdefbx12=( new mxCodec)[_0x15c7[514]](_0xdefbx2[_0x15c7[249]]())}finally{_0xdefbx3[_0x15c7[515]](),_0xdefbxa[_0x15c7[513]]=_0xdefbx16,_0xdefbxa[_0x15c7[510]][_0x15c7[266]](_0xdefbxa[_0x15c7[505]]),_0xdefbxa[_0x15c7[510]][_0x15c7[266]](_0xdefbxa[_0x15c7[506]]),_0xdefbxa[_0x15c7[505]]=_0xdefbx14,_0xdefbxa[_0x15c7[506]]=_0xdefbx15,_0xdefbxa[_0x15c7[504]](_0xdefbx13)};return _0xdefbx12},getScaleForPageCount:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){if(1>_0xdefbx2){return 1};_0xdefbx4=null!=_0xdefbx4?_0xdefbx4:mxConstants[_0x15c7[516]];_0xdefbx5=null!=_0xdefbx5?_0xdefbx5:0;var _0xdefbx9=_0xdefbx4[_0x15c7[117]]-2*_0xdefbx5;_0xdefbx4=_0xdefbx4[_0x15c7[119]]-2*_0xdefbx5;_0xdefbx5=_0xdefbx3[_0x15c7[517]]()[_0x15c7[238]]();_0xdefbx3=_0xdefbx3[_0x15c7[249]]()[_0x15c7[518]]();_0xdefbx5[_0x15c7[117]]/=_0xdefbx3;_0xdefbx5[_0x15c7[119]]/=_0xdefbx3;_0xdefbx3=_0xdefbx5[_0x15c7[117]];_0xdefbx4=_0xdefbx3/_0xdefbx5[_0x15c7[119]]/(_0xdefbx9/_0xdefbx4);_0xdefbx5=Math[_0x15c7[428]](_0xdefbx2);var _0xdefbxa=Math[_0x15c7[428]](_0xdefbx4);_0xdefbx4=_0xdefbx5*_0xdefbxa;_0xdefbx5/=_0xdefbxa;if(1>_0xdefbx4&&_0xdefbx5>_0xdefbx2){var _0xdefbx12=_0xdefbx5/_0xdefbx2;_0xdefbx5=_0xdefbx2;_0xdefbx4/=_0xdefbx12};1>_0xdefbx5&&_0xdefbx4>_0xdefbx2&&(_0xdefbx12=_0xdefbx4/_0xdefbx2,_0xdefbx4=_0xdefbx2,_0xdefbx5/=_0xdefbx12);_0xdefbx12=Math[_0x15c7[430]](_0xdefbx4)*Math[_0x15c7[430]](_0xdefbx5);for(_0xdefbxa=0;_0xdefbx12>_0xdefbx2;){var _0xdefbx12=Math[_0x15c7[519]](_0xdefbx4)/_0xdefbx4,_0xdefbx13=Math[_0x15c7[519]](_0xdefbx5)/_0xdefbx5;1==_0xdefbx12&&(_0xdefbx12=Math[_0x15c7[519]](_0xdefbx4-1)/_0xdefbx4);1==_0xdefbx13&&(_0xdefbx13=Math[_0x15c7[519]](_0xdefbx5-1)/_0xdefbx5);_0xdefbx12=_0xdefbx12>_0xdefbx13?_0xdefbx12:_0xdefbx13;_0xdefbx4*=_0xdefbx12;_0xdefbx5*=_0xdefbx12;_0xdefbx12=Math[_0x15c7[430]](_0xdefbx4)*Math[_0x15c7[430]](_0xdefbx5);_0xdefbxa++;if(10<_0xdefbxa){break}};return 0.99999*(_0xdefbx9*_0xdefbx4/_0xdefbx3)},show:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx4=null!=_0xdefbx4?_0xdefbx4:0;_0xdefbx5=null!=_0xdefbx5?_0xdefbx5:0;null==_0xdefbx3?_0xdefbx3=window[_0x15c7[392]]()[_0x15c7[395]]:_0xdefbx3[_0x15c7[392]]();var _0xdefbx9=_0xdefbx2[_0x15c7[517]]();_0xdefbx4=-_0xdefbx9[_0x15c7[235]]+_0xdefbx4;_0xdefbx5=-_0xdefbx9[_0x15c7[236]]+_0xdefbx5;if(mxClient[_0x15c7[80]]){for(var _0xdefbx9=_0x15c7[520],_0xdefbxa=document[_0x15c7[64]](_0x15c7[521]),_0xdefbx12=0;_0xdefbx12<_0xdefbxa[_0x15c7[67]];_0xdefbx12++){_0xdefbx9+=_0xdefbxa[_0xdefbx12][_0x15c7[342]]};_0xdefbx9+=_0x15c7[522];for(_0xdefbx12=0;_0xdefbx12<document[_0x15c7[523]][_0x15c7[67]];_0xdefbx12++){try{_0xdefbx9+=document[_0x15c7[523]](_0xdefbx12)[_0x15c7[103]]}catch(h){}};_0xdefbx9+=_0x15c7[524];_0xdefbx9+=_0x15c7[525];_0xdefbx9+=_0xdefbx2[_0x15c7[526]][_0x15c7[339]];_0xdefbx9+=_0x15c7[527];_0xdefbx9+=_0x15c7[528];_0xdefbx3[_0x15c7[171]](_0xdefbx9);_0xdefbx3[_0x15c7[268]]();_0xdefbx2=_0xdefbx3[_0x15c7[112]][_0x15c7[64]](_0x15c7[529])[0];null!=_0xdefbx2&&(_0xdefbx2[_0x15c7[124]][_0x15c7[491]]=_0x15c7[492],_0xdefbx2[_0x15c7[124]][_0x15c7[361]]=_0xdefbx4+_0x15c7[168],_0xdefbx2[_0x15c7[124]][_0x15c7[125]]=_0xdefbx5+_0x15c7[168])}else {_0xdefbx3[_0x15c7[171]](_0x15c7[530]);_0xdefbx3[_0x15c7[171]](_0x15c7[531]);_0xdefbxa=document[_0x15c7[64]](_0x15c7[521]);for(_0xdefbx12=0;_0xdefbx12<_0xdefbxa[_0x15c7[67]];_0xdefbx12++){_0xdefbx3[_0x15c7[171]](mxUtils[_0x15c7[532]](_0xdefbxa[_0xdefbx12]))};_0xdefbxa=document[_0x15c7[64]](_0x15c7[54]);for(_0xdefbx12=0;_0xdefbx12<_0xdefbxa[_0x15c7[67]];_0xdefbx12++){_0xdefbx3[_0x15c7[171]](mxUtils[_0x15c7[532]](_0xdefbxa[_0xdefbx12]))};_0xdefbxa=document[_0x15c7[64]](_0x15c7[124]);for(_0xdefbx12=0;_0xdefbx12<_0xdefbxa[_0x15c7[67]];_0xdefbx12++){_0xdefbx3[_0x15c7[171]](mxUtils[_0x15c7[532]](_0xdefbxa[_0xdefbx12]))};_0xdefbx3[_0x15c7[171]](_0x15c7[533]);_0xdefbx3[_0x15c7[171]](_0x15c7[534]);_0xdefbx3[_0x15c7[268]]();null==_0xdefbx3[_0x15c7[112]]&&_0xdefbx3[_0x15c7[158]][_0x15c7[62]](_0xdefbx3[_0x15c7[55]](_0x15c7[112]));_0xdefbx3[_0x15c7[112]][_0x15c7[124]][_0x15c7[277]]=_0x15c7[278];for(_0xdefbx2=_0xdefbx2[_0x15c7[526]][_0x15c7[285]];null!=_0xdefbx2;){_0xdefbx12=_0xdefbx2[_0x15c7[511]](!0),_0xdefbx3[_0x15c7[112]][_0x15c7[62]](_0xdefbx12),_0xdefbx2=_0xdefbx2[_0x15c7[287]]};_0xdefbx2=_0xdefbx3[_0x15c7[64]](_0x15c7[449])[0];null!=_0xdefbx2&&(_0xdefbx2[_0x15c7[57]](_0x15c7[535],_0x15c7[536]+_0xdefbx4+_0x15c7[537]+_0xdefbx5+_0x15c7[460]),_0xdefbx4=_0xdefbx2[_0x15c7[538]],_0xdefbx4[_0x15c7[57]](_0x15c7[117],_0xdefbx9[_0x15c7[117]]+Math[_0x15c7[160]](_0xdefbx9[_0x15c7[235]],0)+3),_0xdefbx4[_0x15c7[57]](_0x15c7[119],_0xdefbx9[_0x15c7[119]]+Math[_0x15c7[160]](_0xdefbx9[_0x15c7[236]],0)+3))};mxUtils[_0x15c7[272]](_0xdefbx3[_0x15c7[112]]);return _0xdefbx3},printScreen:function(_0xdefbx2){var _0xdefbx3=window[_0x15c7[392]]();mxUtils[_0x15c7[539]](_0xdefbx2,_0xdefbx3[_0x15c7[395]]);_0xdefbx2=function(){_0xdefbx3[_0x15c7[393]]();_0xdefbx3[_0x15c7[540]]();_0xdefbx3[_0x15c7[268]]()};mxClient[_0x15c7[76]]?_0xdefbx3[_0x15c7[261]](_0xdefbx2,500):_0xdefbx2()},popup:function(_0xdefbx2,_0xdefbx3){if(_0xdefbx3){var _0xdefbx4=document[_0x15c7[55]](_0x15c7[485]);_0xdefbx4[_0x15c7[124]][_0x15c7[277]]=_0x15c7[276];_0xdefbx4[_0x15c7[124]][_0x15c7[117]]=_0x15c7[541];_0xdefbx4[_0x15c7[124]][_0x15c7[119]]=_0x15c7[542];var _0xdefbx5=document[_0x15c7[55]](_0x15c7[543]);_0xdefbx5[_0x15c7[339]]=mxUtils[_0x15c7[321]](_0xdefbx2,!1)[_0x15c7[230]](/\n/g,_0x15c7[545])[_0x15c7[230]](/ /g,_0x15c7[544]);_0xdefbx4[_0x15c7[62]](_0xdefbx5);_0xdefbx4= new mxWindow(_0x15c7[546],_0xdefbx4,document[_0x15c7[112]][_0x15c7[159]]/2-320,(document[_0x15c7[112]][_0x15c7[157]]||document[_0x15c7[158]][_0x15c7[157]])/2-240,640,480,!1,!0);_0xdefbx4[_0x15c7[164]](!0);_0xdefbx4[_0x15c7[175]](!0)}else {mxClient[_0x15c7[133]]?(_0xdefbx4=window[_0x15c7[392]](),_0xdefbx4[_0x15c7[395]][_0x15c7[171]](_0x15c7[547]+mxUtils[_0x15c7[321]](_0xdefbx2)+_0x15c7[548]),_0xdefbx4[_0x15c7[395]][_0x15c7[268]]()):(_0xdefbx4=window[_0x15c7[392]](),_0xdefbx5=_0xdefbx4[_0x15c7[395]][_0x15c7[55]](_0x15c7[543]),_0xdefbx5[_0x15c7[339]]=mxUtils[_0x15c7[321]](_0xdefbx2,!1)[_0x15c7[230]](/\n/g,_0x15c7[545])[_0x15c7[230]](/ /g,_0x15c7[544]),_0xdefbx4[_0x15c7[395]][_0x15c7[112]][_0x15c7[62]](_0xdefbx5))}},alert:function(_0xdefbx2){alert(_0xdefbx2)},prompt:function(_0xdefbx2,_0xdefbx3){return prompt(_0xdefbx2,_0xdefbx3)},confirm:function(_0xdefbx2){return confirm(_0xdefbx2)},error:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){var _0xdefbx9=document[_0x15c7[55]](_0x15c7[485]);_0xdefbx9[_0x15c7[124]][_0x15c7[549]]=_0x15c7[550];var _0xdefbxa=document[_0x15c7[55]](_0x15c7[466]);_0xdefbxa[_0x15c7[57]](_0x15c7[390],_0xdefbx5||mxUtils[_0x15c7[551]]);_0xdefbxa[_0x15c7[57]](_0x15c7[552],_0x15c7[553]);_0xdefbxa[_0x15c7[124]][_0x15c7[123]]=_0x15c7[554];_0xdefbx9[_0x15c7[62]](_0xdefbxa);_0xdefbx9[_0x15c7[62]](document[_0x15c7[344]](_0x15c7[555]));_0xdefbx9[_0x15c7[62]](document[_0x15c7[344]](_0x15c7[555]));_0xdefbx9[_0x15c7[62]](document[_0x15c7[344]](_0x15c7[555]));mxUtils[_0x15c7[53]](_0xdefbx9,_0xdefbx2);_0xdefbx2=document[_0x15c7[112]][_0x15c7[159]];_0xdefbx5=document[_0x15c7[112]][_0x15c7[157]]||document[_0x15c7[158]][_0x15c7[157]];var _0xdefbx12= new mxWindow(mxResources[_0x15c7[203]](mxUtils[_0x15c7[556]])||mxUtils[_0x15c7[556]],_0xdefbx9,(_0xdefbx2-_0xdefbx3)/2,_0xdefbx5/4,_0xdefbx3,null,!1,!0);_0xdefbx4&&(mxUtils[_0x15c7[345]](_0xdefbx9),_0xdefbx3=document[_0x15c7[55]](_0x15c7[346]),_0xdefbx4=document[_0x15c7[55]](_0x15c7[172]),mxClient[_0x15c7[80]]?_0xdefbx4[_0x15c7[124]][_0x15c7[103]]=_0x15c7[557]:_0xdefbx4[_0x15c7[57]](_0x15c7[124],_0x15c7[557]),mxEvent[_0x15c7[169]](_0xdefbx4,_0x15c7[173],function(_0xdefbx2){_0xdefbx12[_0x15c7[515]]()}),mxUtils[_0x15c7[53]](_0xdefbx4,mxResources[_0x15c7[203]](mxUtils[_0x15c7[558]])||mxUtils[_0x15c7[558]]),_0xdefbx3[_0x15c7[62]](_0xdefbx4),_0xdefbx9[_0x15c7[62]](_0xdefbx3),mxUtils[_0x15c7[345]](_0xdefbx9),_0xdefbx12[_0x15c7[164]](!0));_0xdefbx12[_0x15c7[175]](!0);return _0xdefbx12},makeDraggable:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14,_0xdefbx15){_0xdefbx2= new mxDragSource(_0xdefbx2,_0xdefbx4);_0xdefbx2[_0x15c7[559]]= new mxPoint(null!=_0xdefbx9?_0xdefbx9:0,null!=_0xdefbxa?_0xdefbxa:mxConstants[_0x15c7[560]]);_0xdefbx2[_0x15c7[561]]=_0xdefbx12;_0xdefbx2[_0x15c7[562]](!1);null!=_0xdefbx14&&(_0xdefbx2[_0x15c7[563]]=_0xdefbx14);null!=_0xdefbx15&&(_0xdefbx2[_0x15c7[564]]=_0xdefbx15);_0xdefbx2[_0x15c7[565]]=function(_0xdefbx2){return _0x15c7[279]== typeof _0xdefbx3?_0xdefbx3(_0xdefbx2):_0xdefbx3};null!=_0xdefbx5&&(_0xdefbx2[_0x15c7[566]]=function(){return _0xdefbx5[_0x15c7[511]](!0)},_0xdefbx13&&(_0xdefbx2[_0x15c7[567]]=function(_0xdefbx2){var _0xdefbx3=_0xdefbx5[_0x15c7[511]](!0),_0xdefbx4=parseInt(_0xdefbx3[_0x15c7[124]][_0x15c7[117]]),_0xdefbx9=parseInt(_0xdefbx3[_0x15c7[124]][_0x15c7[119]]);_0xdefbx3[_0x15c7[124]][_0x15c7[117]]=Math[_0x15c7[488]](_0xdefbx4*_0xdefbx2[_0x15c7[441]][_0x15c7[255]])+_0x15c7[168];_0xdefbx3[_0x15c7[124]][_0x15c7[119]]=Math[_0x15c7[488]](_0xdefbx9*_0xdefbx2[_0x15c7[441]][_0x15c7[255]])+_0x15c7[168];return _0xdefbx3}));return _0xdefbx2}},mxConstants={DEFAULT_HOTSPOT:0.3,MIN_HOTSPOT_SIZE:8,MAX_HOTSPOT_SIZE:0,RENDERING_HINT_EXACT:_0x15c7[568],RENDERING_HINT_FASTER:_0x15c7[569],RENDERING_HINT_FASTEST:_0x15c7[570],DIALECT_SVG:_0x15c7[571],DIALECT_VML:_0x15c7[572],DIALECT_MIXEDHTML:_0x15c7[573],DIALECT_PREFERHTML:_0x15c7[574],DIALECT_STRICTHTML:_0x15c7[575],NS_SVG:_0x15c7[576],NS_XHTML:_0x15c7[577],NS_XLINK:_0x15c7[578],SHADOWCOLOR:_0x15c7[579],SHADOW_OFFSET_X:2,SHADOW_OFFSET_Y:3,SHADOW_OPACITY:1,NODETYPE_ELEMENT:1,NODETYPE_ATTRIBUTE:2,NODETYPE_TEXT:3,NODETYPE_CDATA:4,NODETYPE_ENTITY_REFERENCE:5,NODETYPE_ENTITY:6,NODETYPE_PROCESSING_INSTRUCTION:7,NODETYPE_COMMENT:8,NODETYPE_DOCUMENT:9,NODETYPE_DOCUMENTTYPE:10,NODETYPE_DOCUMENT_FRAGMENT:11,NODETYPE_NOTATION:12,TOOLTIP_VERTICAL_OFFSET:16,DEFAULT_VALID_COLOR:_0x15c7[580],DEFAULT_INVALID_COLOR:_0x15c7[581],HIGHLIGHT_STROKEWIDTH:3,CURSOR_MOVABLE_VERTEX:_0x15c7[582],CURSOR_MOVABLE_EDGE:_0x15c7[582],CURSOR_LABEL_HANDLE:_0x15c7[583],CURSOR_BEND_HANDLE:_0x15c7[356],CURSOR_CONNECT:_0x15c7[356],HIGHLIGHT_COLOR:_0x15c7[580],CONNECT_TARGET_COLOR:_0x15c7[584],INVALID_CONNECT_TARGET_COLOR:_0x15c7[581],DROP_TARGET_COLOR:_0x15c7[584],VALID_COLOR:_0x15c7[580],INVALID_COLOR:_0x15c7[581],EDGE_SELECTION_COLOR:_0x15c7[580],VERTEX_SELECTION_COLOR:_0x15c7[580],VERTEX_SELECTION_STROKEWIDTH:1,EDGE_SELECTION_STROKEWIDTH:1,VERTEX_SELECTION_DASHED:!0,EDGE_SELECTION_DASHED:!0,GUIDE_COLOR:_0x15c7[581],GUIDE_STROKEWIDTH:1,OUTLINE_COLOR:_0x15c7[585],OUTLINE_STROKEWIDTH:mxClient[_0x15c7[80]]?2:3,HANDLE_SIZE:7,LABEL_HANDLE_SIZE:4,HANDLE_FILLCOLOR:_0x15c7[580],HANDLE_STROKECOLOR:_0x15c7[586],LABEL_HANDLE_FILLCOLOR:_0x15c7[587],CONNECT_HANDLE_FILLCOLOR:_0x15c7[584],LOCKED_HANDLE_FILLCOLOR:_0x15c7[581],OUTLINE_HANDLE_FILLCOLOR:_0x15c7[588],OUTLINE_HANDLE_STROKECOLOR:_0x15c7[589],DEFAULT_FONTFAMILY:_0x15c7[590],DEFAULT_FONTSIZE:11,LINE_HEIGHT:1.2,DEFAULT_FONTSTYLE:0,DEFAULT_STARTSIZE:40,DEFAULT_MARKERSIZE:6,DEFAULT_IMAGESIZE:24,ENTITY_SEGMENT:30,RECTANGLE_ROUNDING_FACTOR:0.15,LINE_ARCSIZE:20,ARROW_SPACING:10,ARROW_WIDTH:30,ARROW_SIZE:30,PAGE_FORMAT_A4_PORTRAIT: new mxRectangle(0,0,826,1169),PAGE_FORMAT_A4_LANDSCAPE: new mxRectangle(0,0,1169,826),PAGE_FORMAT_LETTER_PORTRAIT: new mxRectangle(0,0,850,1100),PAGE_FORMAT_LETTER_LANDSCAPE: new mxRectangle(0,0,1100,850),NONE:_0x15c7[130],STYLE_PERIMETER:_0x15c7[591],STYLE_SOURCE_PORT:_0x15c7[592],STYLE_TARGET_PORT:_0x15c7[593],STYLE_PORT_CONSTRAINT:_0x15c7[594],STYLE_OPACITY:_0x15c7[461],STYLE_TEXT_OPACITY:_0x15c7[595],STYLE_OVERFLOW:_0x15c7[277],STYLE_ORTHOGONAL:_0x15c7[596],STYLE_EXIT_X:_0x15c7[597],STYLE_EXIT_Y:_0x15c7[598],STYLE_EXIT_PERIMETER:_0x15c7[599],STYLE_ENTRY_X:_0x15c7[600],STYLE_ENTRY_Y:_0x15c7[601],STYLE_ENTRY_PERIMETER:_0x15c7[602],STYLE_WHITE_SPACE:_0x15c7[493],STYLE_ROTATION:_0x15c7[603],STYLE_FILLCOLOR:_0x15c7[604],STYLE_SWIMLANE_FILLCOLOR:_0x15c7[605],STYLE_GRADIENTCOLOR:_0x15c7[606],STYLE_GRADIENT_DIRECTION:_0x15c7[607],STYLE_STROKECOLOR:_0x15c7[608],STYLE_SEPARATORCOLOR:_0x15c7[609],STYLE_STROKEWIDTH:_0x15c7[610],STYLE_ALIGN:_0x15c7[611],STYLE_VERTICAL_ALIGN:_0x15c7[123],STYLE_LABEL_POSITION:_0x15c7[612],STYLE_VERTICAL_LABEL_POSITION:_0x15c7[613],STYLE_IMAGE_ASPECT:_0x15c7[614],STYLE_IMAGE_ALIGN:_0x15c7[615],STYLE_IMAGE_VERTICAL_ALIGN:_0x15c7[616],STYLE_GLASS:_0x15c7[617],STYLE_IMAGE:_0x15c7[618],STYLE_IMAGE_WIDTH:_0x15c7[619],STYLE_IMAGE_HEIGHT:_0x15c7[620],STYLE_IMAGE_BACKGROUND:_0x15c7[621],STYLE_IMAGE_BORDER:_0x15c7[622],STYLE_FLIPH:_0x15c7[623],STYLE_FLIPV:_0x15c7[624],STYLE_NOLABEL:_0x15c7[625],STYLE_NOEDGESTYLE:_0x15c7[626],STYLE_LABEL_BACKGROUNDCOLOR:_0x15c7[627],STYLE_LABEL_BORDERCOLOR:_0x15c7[628],STYLE_LABEL_PADDING:_0x15c7[629],STYLE_INDICATOR_SHAPE:_0x15c7[630],STYLE_INDICATOR_IMAGE:_0x15c7[631],STYLE_INDICATOR_COLOR:_0x15c7[632],STYLE_INDICATOR_STROKECOLOR:_0x15c7[633],STYLE_INDICATOR_GRADIENTCOLOR:_0x15c7[634],STYLE_INDICATOR_SPACING:_0x15c7[635],STYLE_INDICATOR_WIDTH:_0x15c7[636],STYLE_INDICATOR_HEIGHT:_0x15c7[637],STYLE_INDICATOR_DIRECTION:_0x15c7[638],STYLE_SHADOW:_0x15c7[639],STYLE_SEGMENT:_0x15c7[640],STYLE_ENDARROW:_0x15c7[641],STYLE_STARTARROW:_0x15c7[642],STYLE_ENDSIZE:_0x15c7[643],STYLE_STARTSIZE:_0x15c7[644],STYLE_SWIMLANE_LINE:_0x15c7[645],STYLE_ENDFILL:_0x15c7[646],STYLE_STARTFILL:_0x15c7[647],STYLE_DASHED:_0x15c7[648],STYLE_DASH_PATTERN:_0x15c7[649],STYLE_ROUNDED:_0x15c7[650],STYLE_CURVED:_0x15c7[651],STYLE_ARCSIZE:_0x15c7[652],STYLE_SMOOTH:_0x15c7[653],STYLE_SOURCE_PERIMETER_SPACING:_0x15c7[654],STYLE_TARGET_PERIMETER_SPACING:_0x15c7[655],STYLE_PERIMETER_SPACING:_0x15c7[656],STYLE_SPACING:_0x15c7[657],STYLE_SPACING_TOP:_0x15c7[658],STYLE_SPACING_LEFT:_0x15c7[659],STYLE_SPACING_BOTTOM:_0x15c7[660],STYLE_SPACING_RIGHT:_0x15c7[661],STYLE_HORIZONTAL:_0x15c7[662],STYLE_DIRECTION:_0x15c7[663],STYLE_ELBOW:_0x15c7[664],STYLE_FONTCOLOR:_0x15c7[665],STYLE_FONTFAMILY:_0x15c7[486],STYLE_FONTSIZE:_0x15c7[487],STYLE_FONTSTYLE:_0x15c7[666],STYLE_AUTOSIZE:_0x15c7[667],STYLE_FOLDABLE:_0x15c7[668],STYLE_EDITABLE:_0x15c7[669],STYLE_BENDABLE:_0x15c7[670],STYLE_MOVABLE:_0x15c7[671],STYLE_RESIZABLE:_0x15c7[672],STYLE_CLONEABLE:_0x15c7[673],STYLE_DELETABLE:_0x15c7[674],STYLE_SHAPE:_0x15c7[253],STYLE_EDGE:_0x15c7[675],STYLE_LOOP:_0x15c7[676],STYLE_ROUTING_CENTER_X:_0x15c7[677],STYLE_ROUTING_CENTER_Y:_0x15c7[678],FONT_BOLD:1,FONT_ITALIC:2,FONT_UNDERLINE:4,FONT_SHADOW:8,SHAPE_RECTANGLE:_0x15c7[679],SHAPE_ELLIPSE:_0x15c7[680],SHAPE_DOUBLE_ELLIPSE:_0x15c7[681],SHAPE_RHOMBUS:_0x15c7[682],SHAPE_LINE:_0x15c7[683],SHAPE_IMAGE:_0x15c7[618],SHAPE_ARROW:_0x15c7[684],SHAPE_LABEL:_0x15c7[685],SHAPE_CYLINDER:_0x15c7[686],SHAPE_SWIMLANE:_0x15c7[687],SHAPE_CONNECTOR:_0x15c7[688],SHAPE_ACTOR:_0x15c7[689],SHAPE_CLOUD:_0x15c7[690],SHAPE_TRIANGLE:_0x15c7[691],SHAPE_HEXAGON:_0x15c7[692],ARROW_CLASSIC:_0x15c7[693],ARROW_BLOCK:_0x15c7[694],ARROW_OPEN:_0x15c7[392],ARROW_OVAL:_0x15c7[695],ARROW_DIAMOND:_0x15c7[696],ARROW_DIAMOND_THIN:_0x15c7[697],ALIGN_LEFT:_0x15c7[361],ALIGN_CENTER:_0x15c7[698],ALIGN_RIGHT:_0x15c7[699],ALIGN_TOP:_0x15c7[125],ALIGN_MIDDLE:_0x15c7[554],ALIGN_BOTTOM:_0x15c7[553],DIRECTION_NORTH:_0x15c7[700],DIRECTION_SOUTH:_0x15c7[701],DIRECTION_EAST:_0x15c7[702],DIRECTION_WEST:_0x15c7[703],DIRECTION_MASK_NONE:0,DIRECTION_MASK_WEST:1,DIRECTION_MASK_NORTH:2,DIRECTION_MASK_SOUTH:4,DIRECTION_MASK_EAST:8,DIRECTION_MASK_ALL:15,ELBOW_VERTICAL:_0x15c7[704],ELBOW_HORIZONTAL:_0x15c7[662],EDGESTYLE_ELBOW:_0x15c7[705],EDGESTYLE_ENTITY_RELATION:_0x15c7[706],EDGESTYLE_LOOP:_0x15c7[707],EDGESTYLE_SIDETOSIDE:_0x15c7[708],EDGESTYLE_TOPTOBOTTOM:_0x15c7[709],EDGESTYLE_ORTHOGONAL:_0x15c7[710],EDGESTYLE_SEGMENT:_0x15c7[711],PERIMETER_ELLIPSE:_0x15c7[712],PERIMETER_RECTANGLE:_0x15c7[713],PERIMETER_RHOMBUS:_0x15c7[714],PERIMETER_TRIANGLE:_0x15c7[715]};function mxEventObject(_0xdefbx2){this[_0x15c7[298]]=_0xdefbx2;this[_0x15c7[716]]=[];for(var _0xdefbx3=1;_0xdefbx3<arguments[_0x15c7[67]];_0xdefbx3+=2){null!=arguments[_0xdefbx3+1]&&(this[_0x15c7[716]][arguments[_0xdefbx3]]=arguments[_0xdefbx3+1])}}mxEventObject[_0x15c7[202]][_0x15c7[298]]=null;mxEventObject[_0x15c7[202]][_0x15c7[716]]=null;mxEventObject[_0x15c7[202]][_0x15c7[717]]= !1;mxEventObject[_0x15c7[202]][_0x15c7[718]]=function(){return this[_0x15c7[298]]};mxEventObject[_0x15c7[202]][_0x15c7[719]]=function(){return this[_0x15c7[716]]};mxEventObject[_0x15c7[202]][_0x15c7[720]]=function(_0xdefbx2){return this[_0x15c7[716]][_0xdefbx2]};mxEventObject[_0x15c7[202]][_0x15c7[721]]=function(){return this[_0x15c7[717]]};mxEventObject[_0x15c7[202]][_0x15c7[722]]=function(){this[_0x15c7[717]]= !0};function mxMouseEvent(_0xdefbx2,_0xdefbx3){this[_0x15c7[723]]=_0xdefbx2;this[_0x15c7[724]]=_0xdefbx3}mxMouseEvent[_0x15c7[202]][_0x15c7[717]]= !1;mxMouseEvent[_0x15c7[202]][_0x15c7[723]]=null;mxMouseEvent[_0x15c7[202]][_0x15c7[725]]=null;mxMouseEvent[_0x15c7[202]][_0x15c7[726]]=null;mxMouseEvent[_0x15c7[202]][_0x15c7[724]]=null;mxMouseEvent[_0x15c7[202]][_0x15c7[727]]=function(){return this[_0x15c7[723]]};mxMouseEvent[_0x15c7[202]][_0x15c7[728]]=function(){return mxEvent[_0x15c7[728]](this[_0x15c7[723]])};mxMouseEvent[_0x15c7[202]][_0x15c7[729]]=function(_0xdefbx2){if(null!=_0xdefbx2){for(var _0xdefbx3=this[_0x15c7[728]]();null!=_0xdefbx3;){if(_0xdefbx3==_0xdefbx2[_0x15c7[252]]){return !0};_0xdefbx3=_0xdefbx3[_0x15c7[265]]}};return !1};mxMouseEvent[_0x15c7[202]][_0x15c7[730]]=function(){return mxEvent[_0x15c7[731]](this[_0x15c7[727]]())};mxMouseEvent[_0x15c7[202]][_0x15c7[732]]=function(){return mxEvent[_0x15c7[733]](this[_0x15c7[727]]())};mxMouseEvent[_0x15c7[202]][_0x15c7[734]]=function(){return this[_0x15c7[725]]};mxMouseEvent[_0x15c7[202]][_0x15c7[735]]=function(){return this[_0x15c7[726]]};mxMouseEvent[_0x15c7[202]][_0x15c7[248]]=function(){return this[_0x15c7[724]]};mxMouseEvent[_0x15c7[202]][_0x15c7[736]]=function(){var _0xdefbx2=this[_0x15c7[248]]();return null!=_0xdefbx2?_0xdefbx2[_0x15c7[246]]:null};mxMouseEvent[_0x15c7[202]][_0x15c7[737]]=function(){return mxEvent[_0x15c7[737]](this[_0x15c7[727]]())};mxMouseEvent[_0x15c7[202]][_0x15c7[721]]=function(){return this[_0x15c7[717]]};mxMouseEvent[_0x15c7[202]][_0x15c7[722]]=function(_0xdefbx2){(null!=_0xdefbx2?_0xdefbx2:1)&&this[_0x15c7[723]][_0x15c7[738]]&&this[_0x15c7[723]][_0x15c7[738]]();this[_0x15c7[723]][_0x15c7[739]]= !1;this[_0x15c7[717]]= !0};function mxEventSource(_0xdefbx2){this[_0x15c7[740]](_0xdefbx2)}mxEventSource[_0x15c7[202]][_0x15c7[741]]=null;mxEventSource[_0x15c7[202]][_0x15c7[742]]= !0;mxEventSource[_0x15c7[202]][_0x15c7[743]]=null;mxEventSource[_0x15c7[202]][_0x15c7[503]]=function(){return this[_0x15c7[742]]};mxEventSource[_0x15c7[202]][_0x15c7[504]]=function(_0xdefbx2){this[_0x15c7[742]]=_0xdefbx2};mxEventSource[_0x15c7[202]][_0x15c7[744]]=function(){return this[_0x15c7[743]]};mxEventSource[_0x15c7[202]][_0x15c7[740]]=function(_0xdefbx2){this[_0x15c7[743]]=_0xdefbx2};mxEventSource[_0x15c7[202]][_0x15c7[169]]=function(_0xdefbx2,_0xdefbx3){null==this[_0x15c7[741]]&&(this[_0x15c7[741]]=[]);this[_0x15c7[741]][_0x15c7[207]](_0xdefbx2);this[_0x15c7[741]][_0x15c7[207]](_0xdefbx3)};mxEventSource[_0x15c7[202]][_0x15c7[745]]=function(_0xdefbx2){if(null!=this[_0x15c7[741]]){for(var _0xdefbx3=0;_0xdefbx3<this[_0x15c7[741]][_0x15c7[67]];){this[_0x15c7[741]][_0xdefbx3+1]==_0xdefbx2?this[_0x15c7[741]][_0x15c7[300]](_0xdefbx3,2):_0xdefbx3+=2}}};mxEventSource[_0x15c7[202]][_0x15c7[746]]=function(_0xdefbx2,_0xdefbx3){if(null!=this[_0x15c7[741]]&&this[_0x15c7[503]]()){null==_0xdefbx2&&(_0xdefbx2= new mxEventObject);null==_0xdefbx3&&(_0xdefbx3=this[_0x15c7[744]]());null==_0xdefbx3&&(_0xdefbx3=this);for(var _0xdefbx4=[_0xdefbx3,_0xdefbx2],_0xdefbx5=0;_0xdefbx5<this[_0x15c7[741]][_0x15c7[67]];_0xdefbx5+=2){var _0xdefbx9=this[_0x15c7[741]][_0xdefbx5];(null==_0xdefbx9||_0xdefbx9==_0xdefbx2[_0x15c7[718]]())&&this[_0x15c7[741]][_0xdefbx5+1][_0x15c7[183]](this,_0xdefbx4)}}};var mxEvent={objects:[],addListener:function(){var _0xdefbx2=function(_0xdefbx2,_0xdefbx4,_0xdefbx5){null==_0xdefbx2[_0x15c7[69]]&&(_0xdefbx2[_0x15c7[69]]=[],mxEvent[_0x15c7[68]][_0x15c7[207]](_0xdefbx2));_0xdefbx2[_0x15c7[69]][_0x15c7[207]]({name:_0xdefbx4,f:_0xdefbx5})};return window[_0x15c7[418]]?function(_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx3[_0x15c7[418]](_0xdefbx4,_0xdefbx5,!1);_0xdefbx2(_0xdefbx3,_0xdefbx4,_0xdefbx5)}:function(_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx3[_0x15c7[108]](_0x15c7[747]+_0xdefbx4,_0xdefbx5);_0xdefbx2(_0xdefbx3,_0xdefbx4,_0xdefbx5)}}(),removeListener:function(){var _0xdefbx2=function(_0xdefbx2,_0xdefbx4,_0xdefbx5){if(null!=_0xdefbx2[_0x15c7[69]]){_0xdefbx4=_0xdefbx2[_0x15c7[69]][_0x15c7[67]];for(var _0xdefbx9=0;_0xdefbx9<_0xdefbx4;_0xdefbx9++){if(_0xdefbx2[_0x15c7[69]][_0xdefbx9][_0x15c7[748]]==_0xdefbx5){_0xdefbx2[_0x15c7[69]][_0x15c7[300]](_0xdefbx9,1);break}};0==_0xdefbx2[_0x15c7[69]][_0x15c7[67]]&&(_0xdefbx2[_0x15c7[69]]=null)}};return window[_0x15c7[749]]?function(_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx3[_0x15c7[749]](_0xdefbx4,_0xdefbx5,!1);_0xdefbx2(_0xdefbx3,_0xdefbx4,_0xdefbx5)}:function(_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx3[_0x15c7[750]](_0x15c7[747]+_0xdefbx4,_0xdefbx5);_0xdefbx2(_0xdefbx3,_0xdefbx4,_0xdefbx5)}}(),removeAllListeners:function(_0xdefbx2){var _0xdefbx3=_0xdefbx2[_0x15c7[69]];if(null!=_0xdefbx3){for(;0<_0xdefbx3[_0x15c7[67]];){var _0xdefbx4=_0xdefbx3[0];mxEvent[_0x15c7[745]](_0xdefbx2,_0xdefbx4[_0x15c7[298]],_0xdefbx4[_0x15c7[748]])}}},addGestureListeners:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){null!=_0xdefbx3&&mxEvent[_0x15c7[169]](_0xdefbx2,_0x15c7[751],_0xdefbx3);null!=_0xdefbx4&&mxEvent[_0x15c7[169]](_0xdefbx2,_0x15c7[752],_0xdefbx4);null!=_0xdefbx5&&mxEvent[_0x15c7[169]](_0xdefbx2,_0x15c7[753],_0xdefbx5);mxClient[_0x15c7[754]]&&(null!=_0xdefbx3&&mxEvent[_0x15c7[169]](_0xdefbx2,_0x15c7[755],_0xdefbx3),null!=_0xdefbx4&&mxEvent[_0x15c7[169]](_0xdefbx2,_0x15c7[756],_0xdefbx4),null!=_0xdefbx5&&mxEvent[_0x15c7[169]](_0xdefbx2,_0x15c7[757],_0xdefbx5))},removeGestureListeners:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){null!=_0xdefbx3&&mxEvent[_0x15c7[745]](_0xdefbx2,_0x15c7[751],_0xdefbx3);null!=_0xdefbx4&&mxEvent[_0x15c7[745]](_0xdefbx2,_0x15c7[752],_0xdefbx4);null!=_0xdefbx5&&mxEvent[_0x15c7[745]](_0xdefbx2,_0x15c7[753],_0xdefbx5);mxClient[_0x15c7[754]]&&(null!=_0xdefbx3&&mxEvent[_0x15c7[745]](_0xdefbx2,_0x15c7[755],_0xdefbx3),null!=_0xdefbx4&&mxEvent[_0x15c7[745]](_0xdefbx2,_0x15c7[756],_0xdefbx4),null!=_0xdefbx5&&mxEvent[_0x15c7[745]](_0xdefbx2,_0x15c7[757],_0xdefbx5))},redirectMouseEvents:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12){var _0xdefbx13=function(_0xdefbx2){return _0x15c7[279]== typeof _0xdefbx4?_0xdefbx4(_0xdefbx2):_0xdefbx4};mxEvent[_0x15c7[759]](_0xdefbx2,function(_0xdefbx2){null!=_0xdefbx5?_0xdefbx5(_0xdefbx2):mxEvent[_0x15c7[721]](_0xdefbx2)||_0xdefbx3[_0x15c7[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0xdefbx2,_0xdefbx13(_0xdefbx2)))},function(_0xdefbx2){null!=_0xdefbx9?_0xdefbx9(_0xdefbx2):mxEvent[_0x15c7[721]](_0xdefbx2)||_0xdefbx3[_0x15c7[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0xdefbx2,_0xdefbx13(_0xdefbx2)))},function(_0xdefbx2){null!=_0xdefbxa?_0xdefbxa(_0xdefbx2):mxEvent[_0x15c7[721]](_0xdefbx2)||_0xdefbx3[_0x15c7[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0xdefbx2,_0xdefbx13(_0xdefbx2)))});mxEvent[_0x15c7[169]](_0xdefbx2,_0x15c7[760],function(_0xdefbx2){if(null!=_0xdefbx12){_0xdefbx12(_0xdefbx2)}else {if(!mxEvent[_0x15c7[721]](_0xdefbx2)){var _0xdefbx4=_0xdefbx13(_0xdefbx2);_0xdefbx3[_0x15c7[761]](_0xdefbx2,null!=_0xdefbx4?_0xdefbx4[_0x15c7[246]]:null)}}})},release:function(_0xdefbx2){if(null!=_0xdefbx2&&(mxEvent[_0x15c7[70]](_0xdefbx2),_0xdefbx2=_0xdefbx2[_0x15c7[271]],null!=_0xdefbx2)){for(var _0xdefbx3=_0xdefbx2[_0x15c7[67]],_0xdefbx4=0;_0xdefbx4<_0xdefbx3;_0xdefbx4+=1){mxEvent[_0x15c7[762]](_0xdefbx2[_0xdefbx4])}}},addMouseWheelListener:function(_0xdefbx2){if(null!=_0xdefbx2){var _0xdefbx3=function(_0xdefbx3){null==_0xdefbx3&&(_0xdefbx3=window[_0x15c7[763]]);var _0xdefbx5=0,_0xdefbx5=mxClient[_0x15c7[133]]&&!mxClient[_0x15c7[75]]&&!mxClient[_0x15c7[76]]?-_0xdefbx3[_0x15c7[764]]/2:_0xdefbx3[_0x15c7[765]]/120;0!=_0xdefbx5&&_0xdefbx2(_0xdefbx3,0<_0xdefbx5)};mxClient[_0x15c7[133]]?mxEvent[_0x15c7[169]](window,mxClient[_0x15c7[75]]||mxClient[_0x15c7[76]]?_0x15c7[766]:_0x15c7[767],_0xdefbx3):mxEvent[_0x15c7[169]](document,_0x15c7[766],_0xdefbx3)}},disableContextMenu:function(){return mxClient[_0x15c7[80]]&&(_0x15c7[82]=== typeof document[_0x15c7[5]]||9>document[_0x15c7[5]])?function(_0xdefbx2){mxEvent[_0x15c7[169]](_0xdefbx2,_0x15c7[768],function(){return !1})}:function(_0xdefbx2){_0xdefbx2[_0x15c7[57]](_0x15c7[769],_0x15c7[770])}}(),getSource:function(_0xdefbx2){return null!=_0xdefbx2[_0x15c7[771]]?_0xdefbx2[_0x15c7[771]]:_0xdefbx2[_0x15c7[772]]},isConsumed:function(_0xdefbx2){return null!=_0xdefbx2[_0x15c7[721]]&&_0xdefbx2[_0x15c7[721]]},isLeftMouseButton:function(_0xdefbx2){return _0xdefbx2[_0x15c7[172]]==(mxClient[_0x15c7[80]]&&(_0x15c7[82]=== typeof document[_0x15c7[5]]||9>document[_0x15c7[5]])?1:0)},isRightMouseButton:function(_0xdefbx2){return 2==_0xdefbx2[_0x15c7[172]]},isPopupTrigger:function(_0xdefbx2){return mxEvent[_0x15c7[773]](_0xdefbx2)||mxEvent[_0x15c7[774]](_0xdefbx2)&&!mxEvent[_0x15c7[775]](_0xdefbx2)},isShiftDown:function(_0xdefbx2){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[776]]:!1},isAltDown:function(_0xdefbx2){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[777]]:!1},isControlDown:function(_0xdefbx2){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[778]]:!1},isMetaDown:function(_0xdefbx2){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[779]]:!1},getMainEvent:function(_0xdefbx2){(_0x15c7[755]==_0xdefbx2[_0x15c7[60]]||_0x15c7[756]==_0xdefbx2[_0x15c7[60]])&&null!=_0xdefbx2[_0x15c7[780]]&&null!=_0xdefbx2[_0x15c7[780]][0]?_0xdefbx2=_0xdefbx2[_0x15c7[780]][0]:_0x15c7[757]==_0xdefbx2[_0x15c7[60]]&&(null!=_0xdefbx2[_0x15c7[781]]&&null!=_0xdefbx2[_0x15c7[781]][0])&&(_0xdefbx2=_0xdefbx2[_0x15c7[781]][0]);return _0xdefbx2},getClientX:function(_0xdefbx2){return mxEvent[_0x15c7[783]](_0xdefbx2)[_0x15c7[782]]},getClientY:function(_0xdefbx2){return mxEvent[_0x15c7[783]](_0xdefbx2)[_0x15c7[784]]},consume:function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx4=null!=_0xdefbx4?_0xdefbx4:!0;if(null!=_0xdefbx3?_0xdefbx3:1){_0xdefbx2[_0x15c7[738]]?(_0xdefbx4&&_0xdefbx2[_0x15c7[785]](),_0xdefbx2[_0x15c7[738]]()):_0xdefbx4&&(_0xdefbx2[_0x15c7[786]]= !0)};_0xdefbx2[_0x15c7[721]]= !0;_0xdefbx2[_0x15c7[739]]= !1},LABEL_HANDLE:-1,ROTATION_HANDLE:-2,MOUSE_DOWN:_0x15c7[787],MOUSE_MOVE:_0x15c7[788],MOUSE_UP:_0x15c7[789],ACTIVATE:_0x15c7[790],RESIZE_START:_0x15c7[791],RESIZE:_0x15c7[129],RESIZE_END:_0x15c7[792],MOVE_START:_0x15c7[793],MOVE:_0x15c7[582],MOVE_END:_0x15c7[794],PAN_START:_0x15c7[795],PAN:_0x15c7[796],PAN_END:_0x15c7[797],MINIMIZE:_0x15c7[798],NORMALIZE:_0x15c7[799],MAXIMIZE:_0x15c7[800],HIDE:_0x15c7[801],SHOW:_0x15c7[539],CLOSE:_0x15c7[268],DESTROY:_0x15c7[515],REFRESH:_0x15c7[802],SIZE:_0x15c7[803],SELECT:_0x15c7[804],FIRED:_0x15c7[805],GET:_0x15c7[203],RECEIVE:_0x15c7[806],CONNECT:_0x15c7[807],DISCONNECT:_0x15c7[808],SUSPEND:_0x15c7[809],RESUME:_0x15c7[810],MARK:_0x15c7[811],SESSION:_0x15c7[812],ROOT:_0x15c7[813],POST:_0x15c7[814],OPEN:_0x15c7[392],SAVE:_0x15c7[815],BEFORE_ADD_VERTEX:_0x15c7[816],ADD_VERTEX:_0x15c7[817],AFTER_ADD_VERTEX:_0x15c7[818],DONE:_0x15c7[819],EXECUTE:_0x15c7[350],EXECUTED:_0x15c7[820],BEGIN_UPDATE:_0x15c7[473],START_EDIT:_0x15c7[821],END_UPDATE:_0x15c7[476],END_EDIT:_0x15c7[822],BEFORE_UNDO:_0x15c7[823],UNDO:_0x15c7[824],REDO:_0x15c7[825],CHANGE:_0x15c7[826],NOTIFY:_0x15c7[827],LAYOUT_CELLS:_0x15c7[828],CLICK:_0x15c7[173],SCALE:_0x15c7[255],TRANSLATE:_0x15c7[513],SCALE_AND_TRANSLATE:_0x15c7[829],UP:_0x15c7[830],DOWN:_0x15c7[831],ADD:_0x15c7[99],REMOVE:_0x15c7[205],CLEAR:_0x15c7[200],ADD_CELLS:_0x15c7[832],CELLS_ADDED:_0x15c7[833],MOVE_CELLS:_0x15c7[834],CELLS_MOVED:_0x15c7[835],RESIZE_CELLS:_0x15c7[836],CELLS_RESIZED:_0x15c7[837],TOGGLE_CELLS:_0x15c7[838],CELLS_TOGGLED:_0x15c7[839],ORDER_CELLS:_0x15c7[840],CELLS_ORDERED:_0x15c7[841],REMOVE_CELLS:_0x15c7[842],CELLS_REMOVED:_0x15c7[843],GROUP_CELLS:_0x15c7[844],UNGROUP_CELLS:_0x15c7[845],REMOVE_CELLS_FROM_PARENT:_0x15c7[846],FOLD_CELLS:_0x15c7[847],CELLS_FOLDED:_0x15c7[848],ALIGN_CELLS:_0x15c7[849],LABEL_CHANGED:_0x15c7[850],CONNECT_CELL:_0x15c7[851],CELL_CONNECTED:_0x15c7[852],SPLIT_EDGE:_0x15c7[853],FLIP_EDGE:_0x15c7[854],START_EDITING:_0x15c7[855],ADD_OVERLAY:_0x15c7[856],REMOVE_OVERLAY:_0x15c7[857],UPDATE_CELL_SIZE:_0x15c7[858],ESCAPE:_0x15c7[859],CLICK:_0x15c7[173],DOUBLE_CLICK:_0x15c7[860],START:_0x15c7[861],RESET:_0x15c7[862]};function mxXmlRequest(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){this[_0x15c7[863]]=_0xdefbx2;this[_0x15c7[864]]=_0xdefbx3;this[_0x15c7[865]]=_0xdefbx4||_0x15c7[866];this[_0x15c7[307]]=null!=_0xdefbx5?_0xdefbx5:!0;this[_0x15c7[867]]=_0xdefbx9;this[_0x15c7[868]]=_0xdefbxa}mxXmlRequest[_0x15c7[202]][_0x15c7[863]]=null;mxXmlRequest[_0x15c7[202]][_0x15c7[864]]=null;mxXmlRequest[_0x15c7[202]][_0x15c7[865]]=null;mxXmlRequest[_0x15c7[202]][_0x15c7[307]]=null;mxXmlRequest[_0x15c7[202]][_0x15c7[869]]= !1;mxXmlRequest[_0x15c7[202]][_0x15c7[867]]=null;mxXmlRequest[_0x15c7[202]][_0x15c7[868]]=null;mxXmlRequest[_0x15c7[202]][_0x15c7[870]]=null;mxXmlRequest[_0x15c7[202]][_0x15c7[871]]=function(){return this[_0x15c7[869]]};mxXmlRequest[_0x15c7[202]][_0x15c7[872]]=function(_0xdefbx2){this[_0x15c7[869]]=_0xdefbx2};mxXmlRequest[_0x15c7[202]][_0x15c7[221]]=function(){return this[_0x15c7[870]][_0x15c7[873]]};mxXmlRequest[_0x15c7[202]][_0x15c7[220]]=function(){return 4==this[_0x15c7[870]][_0x15c7[417]]};mxXmlRequest[_0x15c7[202]][_0x15c7[874]]=function(){var _0xdefbx2=this[_0x15c7[875]]();return null!=_0xdefbx2?_0xdefbx2[_0x15c7[158]]:null};mxXmlRequest[_0x15c7[202]][_0x15c7[875]]=function(){var _0xdefbx2=this[_0x15c7[870]][_0x15c7[876]];if(9<=document[_0x15c7[5]]||null==_0xdefbx2||null==_0xdefbx2[_0x15c7[158]]){_0xdefbx2=mxUtils[_0x15c7[877]](this[_0x15c7[870]][_0x15c7[873]])};return _0xdefbx2};mxXmlRequest[_0x15c7[202]][_0x15c7[221]]=function(){return this[_0x15c7[870]][_0x15c7[873]]};mxXmlRequest[_0x15c7[202]][_0x15c7[878]]=function(){return this[_0x15c7[870]][_0x15c7[879]]};mxXmlRequest[_0x15c7[202]][_0x15c7[385]]=function(){if(window[_0x15c7[880]]){return function(){var _0xdefbx2= new XMLHttpRequest;this[_0x15c7[871]]()&&_0xdefbx2[_0x15c7[881]]&&_0xdefbx2[_0x15c7[881]](_0x15c7[882]);return _0xdefbx2}};if(_0x15c7[82]!= typeof ActiveXObject){return function(){return new ActiveXObject(_0x15c7[883])}}}();mxXmlRequest[_0x15c7[202]][_0x15c7[414]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[870]]=this[_0x15c7[385]]();null!=this[_0x15c7[870]]&&(null!=_0xdefbx2&&(this[_0x15c7[870]][_0x15c7[416]]=mxUtils[_0x15c7[885]](this,function(){this[_0x15c7[220]]()&&(_0xdefbx2(this),this[_0x15c7[884]]=null)})),this[_0x15c7[870]][_0x15c7[392]](this[_0x15c7[865]],this[_0x15c7[863]],this[_0x15c7[307]],this[_0x15c7[867]],this[_0x15c7[868]]),this[_0x15c7[886]](this[_0x15c7[870]],this[_0x15c7[864]]),this[_0x15c7[870]][_0x15c7[414]](this[_0x15c7[864]]))};mxXmlRequest[_0x15c7[202]][_0x15c7[886]]=function(_0xdefbx2,_0xdefbx3){null!=_0xdefbx3&&_0xdefbx2[_0x15c7[889]](_0x15c7[887],_0x15c7[888])};mxXmlRequest[_0x15c7[202]][_0x15c7[415]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx2=_0xdefbx2||document;var _0xdefbx4=null;_0xdefbx2==document&&(_0xdefbx4=window[_0x15c7[890]],window[_0x15c7[890]]=null);var _0xdefbx5=_0xdefbx2[_0x15c7[55]](_0x15c7[891]);_0xdefbx5[_0x15c7[57]](_0x15c7[865],this[_0x15c7[865]]);_0xdefbx5[_0x15c7[57]](_0x15c7[892],this[_0x15c7[863]]);null!=_0xdefbx3&&_0xdefbx5[_0x15c7[57]](_0x15c7[772],_0xdefbx3);_0xdefbx5[_0x15c7[124]][_0x15c7[495]]=_0x15c7[130];_0xdefbx5[_0x15c7[124]][_0x15c7[187]]=_0x15c7[188];for(var _0xdefbx9=0<this[_0x15c7[864]][_0x15c7[2]](_0x15c7[893])?this[_0x15c7[864]][_0x15c7[224]](_0x15c7[893]):this[_0x15c7[864]][_0x15c7[224]](),_0xdefbxa=0;_0xdefbxa<_0xdefbx9[_0x15c7[67]];_0xdefbxa++){var _0xdefbx12=_0xdefbx9[_0xdefbxa][_0x15c7[2]](_0x15c7[226]);if(0<_0xdefbx12){var _0xdefbx13=_0xdefbx9[_0xdefbxa][_0x15c7[85]](0,_0xdefbx12),_0xdefbx14=_0xdefbx9[_0xdefbxa][_0x15c7[85]](_0xdefbx12+1),_0xdefbx12=_0xdefbx2[_0x15c7[55]](_0x15c7[126]);_0xdefbx12[_0x15c7[57]](_0x15c7[298],_0xdefbx13);_0xdefbx14=_0xdefbx14[_0x15c7[230]](/\n/g,_0x15c7[336]);_0xdefbx13=_0xdefbx2[_0x15c7[344]](_0xdefbx14);_0xdefbx12[_0x15c7[62]](_0xdefbx13);_0xdefbx5[_0x15c7[62]](_0xdefbx12)}};_0xdefbx2[_0x15c7[112]][_0x15c7[62]](_0xdefbx5);_0xdefbx5[_0x15c7[894]]();_0xdefbx2[_0x15c7[112]][_0x15c7[266]](_0xdefbx5);null!=_0xdefbx4&&(window[_0x15c7[890]]=_0xdefbx4)};var mxClipboard={STEPSIZE:10,insertCount:1,cells:null,isEmpty:function(){return null==mxClipboard[_0x15c7[895]]},cut:function(_0xdefbx2,_0xdefbx3){_0xdefbx3=mxClipboard[_0x15c7[149]](_0xdefbx2,_0xdefbx3);mxClipboard[_0x15c7[896]]=0;mxClipboard[_0x15c7[842]](_0xdefbx2,_0xdefbx3);return _0xdefbx3},removeCells:function(_0xdefbx2,_0xdefbx3){_0xdefbx2[_0x15c7[842]](_0xdefbx3)},copy:function(_0xdefbx2,_0xdefbx3){_0xdefbx3=_0xdefbx3||_0xdefbx2[_0x15c7[897]]();var _0xdefbx4=_0xdefbx2[_0x15c7[898]](_0xdefbx3);mxClipboard[_0x15c7[896]]=1;mxClipboard[_0x15c7[895]]=_0xdefbx2[_0x15c7[899]](_0xdefbx4);return _0xdefbx4},paste:function(_0xdefbx2){if(null!=mxClipboard[_0x15c7[895]]){var _0xdefbx3=_0xdefbx2[_0x15c7[900]](mxClipboard[_0x15c7[895]]),_0xdefbx4=mxClipboard[_0x15c7[896]]*mxClipboard[_0x15c7[901]],_0xdefbx5=_0xdefbx2[_0x15c7[902]](),_0xdefbx3=_0xdefbx2[_0x15c7[903]](_0xdefbx3,_0xdefbx4,_0xdefbx4,_0xdefbx5);mxClipboard[_0x15c7[896]]++;_0xdefbx2[_0x15c7[904]](_0xdefbx3)}}};function mxWindow(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14,_0xdefbx15){null!=_0xdefbx3&&(_0xdefbx12=null!=_0xdefbx12?_0xdefbx12:!0,this[_0x15c7[905]]=_0xdefbx3,this[_0x15c7[176]](_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx15),this[_0x15c7[906]](),this[_0x15c7[907]](),this[_0x15c7[908]](),this[_0x15c7[909]](_0xdefbx12),this[_0x15c7[910]](_0xdefbx2),(null==_0xdefbx13||_0xdefbx13)&&this[_0x15c7[911]](),null!=_0xdefbx14&&null!=_0xdefbx14[_0x15c7[265]]?_0xdefbx14[_0x15c7[265]][_0x15c7[912]](this[_0x15c7[485]],_0xdefbx14):document[_0x15c7[112]][_0x15c7[62]](this[_0x15c7[485]]))}mxWindow[_0x15c7[202]]= new mxEventSource;mxWindow[_0x15c7[202]][_0x15c7[196]]=mxWindow;mxWindow[_0x15c7[202]][_0x15c7[913]]=mxClient[_0x15c7[88]]+_0x15c7[914];mxWindow[_0x15c7[202]][_0x15c7[915]]=mxClient[_0x15c7[88]]+_0x15c7[916];mxWindow[_0x15c7[202]][_0x15c7[917]]=mxClient[_0x15c7[88]]+_0x15c7[918];mxWindow[_0x15c7[202]][_0x15c7[919]]=mxClient[_0x15c7[88]]+_0x15c7[920];mxWindow[_0x15c7[202]][_0x15c7[921]]=mxClient[_0x15c7[88]]+_0x15c7[922];mxWindow[_0x15c7[202]][_0x15c7[189]]= !1;mxWindow[_0x15c7[202]][_0x15c7[905]]= !1;mxWindow[_0x15c7[202]][_0x15c7[923]]= new mxRectangle(0,0,50,40);mxWindow[_0x15c7[202]][_0x15c7[924]]= !1;mxWindow[_0x15c7[202]][_0x15c7[905]]= !1;mxWindow[_0x15c7[202]][_0x15c7[165]]= !0;mxWindow[_0x15c7[202]][_0x15c7[176]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx9=null!=_0xdefbx9?_0xdefbx9:_0x15c7[925];this[_0x15c7[485]]=document[_0x15c7[55]](_0x15c7[485]);this[_0x15c7[485]][_0x15c7[926]]=_0xdefbx9;this[_0x15c7[485]][_0x15c7[124]][_0x15c7[361]]=_0xdefbx2+_0x15c7[168];this[_0x15c7[485]][_0x15c7[124]][_0x15c7[125]]=_0xdefbx3+_0x15c7[168];this[_0x15c7[116]]=document[_0x15c7[55]](_0x15c7[116]);this[_0x15c7[116]][_0x15c7[926]]=_0xdefbx9;null!=_0xdefbx4&&(mxClient[_0x15c7[80]]||(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[117]]=_0xdefbx4+_0x15c7[168]),this[_0x15c7[116]][_0x15c7[124]][_0x15c7[117]]=_0xdefbx4+_0x15c7[168]);null!=_0xdefbx5&&(mxClient[_0x15c7[80]]||(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[119]]=_0xdefbx5+_0x15c7[168]),this[_0x15c7[116]][_0x15c7[124]][_0x15c7[119]]=_0xdefbx5+_0x15c7[168]);_0xdefbx2=document[_0x15c7[55]](_0x15c7[120]);_0xdefbx3=document[_0x15c7[55]](_0x15c7[121]);this[_0x15c7[924]]=document[_0x15c7[55]](_0x15c7[122]);this[_0x15c7[924]][_0x15c7[926]]=_0xdefbx9+_0x15c7[927];_0xdefbx3[_0x15c7[62]](this[_0x15c7[924]]);_0xdefbx2[_0x15c7[62]](_0xdefbx3);_0xdefbx3=document[_0x15c7[55]](_0x15c7[121]);this[_0x15c7[122]]=document[_0x15c7[55]](_0x15c7[122]);this[_0x15c7[122]][_0x15c7[926]]=_0xdefbx9+_0x15c7[928];this[_0x15c7[929]]=document[_0x15c7[55]](_0x15c7[485]);this[_0x15c7[929]][_0x15c7[926]]=_0xdefbx9+_0x15c7[928];this[_0x15c7[929]][_0x15c7[124]][_0x15c7[117]]=_0x15c7[118];this[_0x15c7[929]][_0x15c7[62]](this[_0x15c7[905]]);if(mxClient[_0x15c7[80]]||_0x15c7[529]!=this[_0x15c7[905]][_0x15c7[301]][_0x15c7[36]]()){this[_0x15c7[929]][_0x15c7[124]][_0x15c7[119]]=_0x15c7[118]};this[_0x15c7[122]][_0x15c7[62]](this[_0x15c7[929]]);_0xdefbx3[_0x15c7[62]](this[_0x15c7[122]]);_0xdefbx2[_0x15c7[62]](_0xdefbx3);this[_0x15c7[116]][_0x15c7[62]](_0xdefbx2);this[_0x15c7[485]][_0x15c7[62]](this[_0x15c7[116]]);_0xdefbx9=mxUtils[_0x15c7[885]](this,function(_0xdefbx2){this[_0x15c7[790]]()});mxEvent[_0x15c7[169]](this[_0x15c7[924]],_0x15c7[751],_0xdefbx9);mxEvent[_0x15c7[169]](this[_0x15c7[116]],_0x15c7[751],_0xdefbx9);mxClient[_0x15c7[754]]&&(mxEvent[_0x15c7[169]](this[_0x15c7[924]],_0x15c7[755],_0xdefbx9),mxEvent[_0x15c7[169]](this[_0x15c7[116]],_0x15c7[755],_0xdefbx9));this[_0x15c7[801]]()};mxWindow[_0x15c7[202]][_0x15c7[910]]=function(_0xdefbx2){for(var _0xdefbx3=this[_0x15c7[924]][_0x15c7[285]];null!=_0xdefbx3;){var _0xdefbx4=_0xdefbx3[_0x15c7[287]];_0xdefbx3[_0x15c7[288]]==mxConstants[_0x15c7[317]]&&_0xdefbx3[_0x15c7[265]][_0x15c7[266]](_0xdefbx3);_0xdefbx3=_0xdefbx4};mxUtils[_0x15c7[53]](this[_0x15c7[924]],_0xdefbx2||_0x15c7[110])};mxWindow[_0x15c7[202]][_0x15c7[162]]=function(_0xdefbx2){0>navigator[_0x15c7[3]][_0x15c7[2]](_0x15c7[186])&&(this[_0x15c7[929]][_0x15c7[124]][_0x15c7[277]]=_0xdefbx2?_0x15c7[278]:_0x15c7[188])};mxWindow[_0x15c7[202]][_0x15c7[790]]=function(){if(mxWindow[_0x15c7[930]]!=this){var _0xdefbx2=mxUtils[_0x15c7[275]](this[_0x15c7[166]]()),_0xdefbx2=null!=_0xdefbx2?_0xdefbx2[_0x15c7[931]]:3;if(mxWindow[_0x15c7[930]]){var _0xdefbx3=mxWindow[_0x15c7[930]][_0x15c7[166]]();null!=_0xdefbx3&&null!=_0xdefbx3[_0x15c7[124]]&&(_0xdefbx3[_0x15c7[124]][_0x15c7[931]]=_0xdefbx2)};_0xdefbx3=mxWindow[_0x15c7[930]];this[_0x15c7[166]]()[_0x15c7[124]][_0x15c7[931]]=parseInt(_0xdefbx2)+1;mxWindow[_0x15c7[930]]=this;this[_0x15c7[746]]( new mxEventObject(mxEvent.ACTIVATE,_0x15c7[932],_0xdefbx3))}};mxWindow[_0x15c7[202]][_0x15c7[166]]=function(){return this[_0x15c7[485]]};mxWindow[_0x15c7[202]][_0x15c7[933]]=function(){mxUtils[_0x15c7[933]](this[_0x15c7[485]])};mxWindow[_0x15c7[202]][_0x15c7[934]]=function(){return null!=this[_0x15c7[129]]?_0x15c7[130]!=this[_0x15c7[129]][_0x15c7[124]][_0x15c7[495]]:!1};mxWindow[_0x15c7[202]][_0x15c7[163]]=function(_0xdefbx2){_0xdefbx2?null==this[_0x15c7[129]]?(this[_0x15c7[129]]=document[_0x15c7[55]](_0x15c7[466]),this[_0x15c7[129]][_0x15c7[124]][_0x15c7[491]]=_0x15c7[492],this[_0x15c7[129]][_0x15c7[124]][_0x15c7[553]]=_0x15c7[935],this[_0x15c7[129]][_0x15c7[124]][_0x15c7[699]]=_0x15c7[935],this[_0x15c7[129]][_0x15c7[57]](_0x15c7[390],mxClient[_0x15c7[88]]+_0x15c7[922]),this[_0x15c7[129]][_0x15c7[124]][_0x15c7[270]]=_0x15c7[936],mxEvent[_0x15c7[759]](this[_0x15c7[129]],mxUtils[_0x15c7[885]](this,function(_0xdefbx2){this[_0x15c7[790]]();var _0xdefbx4=mxEvent[_0x15c7[731]](_0xdefbx2),_0xdefbx5=mxEvent[_0x15c7[733]](_0xdefbx2),_0xdefbx9=this[_0x15c7[485]][_0x15c7[359]],_0xdefbxa=this[_0x15c7[485]][_0x15c7[167]],_0xdefbx12=mxUtils[_0x15c7[885]](this,function(_0xdefbx2){var _0xdefbx3=mxEvent[_0x15c7[731]](_0xdefbx2)-_0xdefbx4,_0xdefbx12=mxEvent[_0x15c7[733]](_0xdefbx2)-_0xdefbx5;this[_0x15c7[937]](_0xdefbx9+_0xdefbx3,_0xdefbxa+_0xdefbx12);this[_0x15c7[746]]( new mxEventObject(mxEvent.RESIZE,_0x15c7[763],_0xdefbx2));mxEvent[_0x15c7[722]](_0xdefbx2)}),_0xdefbx13=mxUtils[_0x15c7[885]](this,function(_0xdefbx2){mxEvent[_0x15c7[938]](document,null,_0xdefbx12,_0xdefbx13);this[_0x15c7[746]]( new mxEventObject(mxEvent.RESIZE_END,_0x15c7[763],_0xdefbx2));mxEvent[_0x15c7[722]](_0xdefbx2)});mxEvent[_0x15c7[759]](document,null,_0xdefbx12,_0xdefbx13);this[_0x15c7[746]]( new mxEventObject(mxEvent.RESIZE_START,_0x15c7[763],_0xdefbx2));mxEvent[_0x15c7[722]](_0xdefbx2)}),null,null),this[_0x15c7[485]][_0x15c7[62]](this[_0x15c7[129]])):this[_0x15c7[129]][_0x15c7[124]][_0x15c7[495]]=_0x15c7[497]:null!=this[_0x15c7[129]]&&(this[_0x15c7[129]][_0x15c7[124]][_0x15c7[495]]=_0x15c7[130])};mxWindow[_0x15c7[202]][_0x15c7[937]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx2=Math[_0x15c7[160]](this[_0x15c7[923]][_0x15c7[117]],_0xdefbx2);_0xdefbx3=Math[_0x15c7[160]](this[_0x15c7[923]][_0x15c7[119]],_0xdefbx3);mxClient[_0x15c7[80]]||(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[117]]=_0xdefbx2+_0x15c7[168],this[_0x15c7[485]][_0x15c7[124]][_0x15c7[119]]=_0xdefbx3+_0x15c7[168]);this[_0x15c7[116]][_0x15c7[124]][_0x15c7[117]]=_0xdefbx2+_0x15c7[168];this[_0x15c7[116]][_0x15c7[124]][_0x15c7[119]]=_0xdefbx3+_0x15c7[168];mxClient[_0x15c7[80]]||(this[_0x15c7[929]][_0x15c7[124]][_0x15c7[119]]=this[_0x15c7[485]][_0x15c7[167]]-this[_0x15c7[924]][_0x15c7[167]]-2+_0x15c7[168])};mxWindow[_0x15c7[202]][_0x15c7[909]]=function(_0xdefbx2){this[_0x15c7[798]][_0x15c7[124]][_0x15c7[495]]=_0xdefbx2?_0x15c7[110]:_0x15c7[130]};mxWindow[_0x15c7[202]][_0x15c7[939]]=function(){return new mxRectangle(0,0,0,this[_0x15c7[924]][_0x15c7[167]])};mxWindow[_0x15c7[202]][_0x15c7[907]]=function(){this[_0x15c7[798]]=document[_0x15c7[55]](_0x15c7[466]);this[_0x15c7[798]][_0x15c7[57]](_0x15c7[390],this[_0x15c7[915]]);this[_0x15c7[798]][_0x15c7[57]](_0x15c7[611],_0x15c7[699]);this[_0x15c7[798]][_0x15c7[57]](_0x15c7[924],_0x15c7[940]);this[_0x15c7[798]][_0x15c7[124]][_0x15c7[270]]=_0x15c7[356];this[_0x15c7[798]][_0x15c7[124]][_0x15c7[941]]=_0x15c7[942];this[_0x15c7[798]][_0x15c7[124]][_0x15c7[495]]=_0x15c7[130];this[_0x15c7[924]][_0x15c7[62]](this[_0x15c7[798]]);var _0xdefbx2=!1,_0xdefbx3=null,_0xdefbx4=null,_0xdefbx5=mxUtils[_0x15c7[885]](this,function(_0xdefbx5){this[_0x15c7[790]]();if(_0xdefbx2){_0xdefbx2= !1,this[_0x15c7[798]][_0x15c7[57]](_0x15c7[390],this[_0x15c7[915]]),this[_0x15c7[798]][_0x15c7[57]](_0x15c7[924],_0x15c7[940]),this[_0x15c7[929]][_0x15c7[124]][_0x15c7[495]]=_0x15c7[110],this[_0x15c7[800]][_0x15c7[124]][_0x15c7[495]]=_0xdefbx3,mxClient[_0x15c7[80]]||(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[119]]=_0xdefbx4),this[_0x15c7[116]][_0x15c7[124]][_0x15c7[119]]=_0xdefbx4,null!=this[_0x15c7[129]]&&(this[_0x15c7[129]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[110]),this[_0x15c7[746]]( new mxEventObject(mxEvent.NORMALIZE,_0x15c7[763],_0xdefbx5))}else {_0xdefbx2= !0;this[_0x15c7[798]][_0x15c7[57]](_0x15c7[390],this[_0x15c7[917]]);this[_0x15c7[798]][_0x15c7[57]](_0x15c7[924],_0x15c7[943]);this[_0x15c7[929]][_0x15c7[124]][_0x15c7[495]]=_0x15c7[130];_0xdefbx3=this[_0x15c7[800]][_0x15c7[124]][_0x15c7[495]];this[_0x15c7[800]][_0x15c7[124]][_0x15c7[495]]=_0x15c7[130];_0xdefbx4=this[_0x15c7[116]][_0x15c7[124]][_0x15c7[119]];var _0xdefbxa=this[_0x15c7[939]]();0<_0xdefbxa[_0x15c7[119]]&&(mxClient[_0x15c7[80]]||(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[119]]=_0xdefbxa[_0x15c7[119]]+_0x15c7[168]),this[_0x15c7[116]][_0x15c7[124]][_0x15c7[119]]=_0xdefbxa[_0x15c7[119]]+_0x15c7[168]);0<_0xdefbxa[_0x15c7[117]]&&(mxClient[_0x15c7[80]]||(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[117]]=_0xdefbxa[_0x15c7[117]]+_0x15c7[168]),this[_0x15c7[116]][_0x15c7[124]][_0x15c7[117]]=_0xdefbxa[_0x15c7[117]]+_0x15c7[168]);null!=this[_0x15c7[129]]&&(this[_0x15c7[129]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[188]);this[_0x15c7[746]]( new mxEventObject(mxEvent.MINIMIZE,_0x15c7[763],_0xdefbx5))};mxEvent[_0x15c7[722]](_0xdefbx5)});mxEvent[_0x15c7[169]](this[_0x15c7[798]],_0x15c7[751],_0xdefbx5);mxClient[_0x15c7[754]]&&mxEvent[_0x15c7[169]](this[_0x15c7[798]],_0x15c7[755],_0xdefbx5)};mxWindow[_0x15c7[202]][_0x15c7[161]]=function(_0xdefbx2){this[_0x15c7[800]][_0x15c7[124]][_0x15c7[495]]=_0xdefbx2?_0x15c7[110]:_0x15c7[130]};mxWindow[_0x15c7[202]][_0x15c7[906]]=function(){this[_0x15c7[800]]=document[_0x15c7[55]](_0x15c7[466]);this[_0x15c7[800]][_0x15c7[57]](_0x15c7[390],this[_0x15c7[919]]);this[_0x15c7[800]][_0x15c7[57]](_0x15c7[611],_0x15c7[699]);this[_0x15c7[800]][_0x15c7[57]](_0x15c7[924],_0x15c7[944]);this[_0x15c7[800]][_0x15c7[124]][_0x15c7[270]]=_0x15c7[583];this[_0x15c7[800]][_0x15c7[124]][_0x15c7[945]]=_0x15c7[942];this[_0x15c7[800]][_0x15c7[124]][_0x15c7[270]]=_0x15c7[356];this[_0x15c7[800]][_0x15c7[124]][_0x15c7[495]]=_0x15c7[130];this[_0x15c7[924]][_0x15c7[62]](this[_0x15c7[800]]);var _0xdefbx2=!1,_0xdefbx3=null,_0xdefbx4=null,_0xdefbx5=null,_0xdefbx9=null,_0xdefbxa=mxUtils[_0x15c7[885]](this,function(_0xdefbxa){this[_0x15c7[790]]();if(_0x15c7[130]!=this[_0x15c7[800]][_0x15c7[124]][_0x15c7[495]]){if(_0xdefbx2){_0xdefbx2= !1;this[_0x15c7[800]][_0x15c7[57]](_0x15c7[390],this[_0x15c7[919]]);this[_0x15c7[800]][_0x15c7[57]](_0x15c7[924],_0x15c7[944]);this[_0x15c7[929]][_0x15c7[124]][_0x15c7[495]]=_0x15c7[110];this[_0x15c7[798]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[110];this[_0x15c7[485]][_0x15c7[124]][_0x15c7[361]]=_0xdefbx3+_0x15c7[168];this[_0x15c7[485]][_0x15c7[124]][_0x15c7[125]]=_0xdefbx4+_0x15c7[168];if(!mxClient[_0x15c7[80]]&&(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[119]]=_0xdefbx5,this[_0x15c7[485]][_0x15c7[124]][_0x15c7[117]]=_0xdefbx9,_0xdefbx13=mxUtils[_0x15c7[275]](this[_0x15c7[929]]),_0x15c7[278]==_0xdefbx13[_0x15c7[277]]||null!=this[_0x15c7[129]])){this[_0x15c7[929]][_0x15c7[124]][_0x15c7[119]]=this[_0x15c7[485]][_0x15c7[167]]-this[_0x15c7[924]][_0x15c7[167]]-2+_0x15c7[168]};this[_0x15c7[116]][_0x15c7[124]][_0x15c7[119]]=_0xdefbx5;this[_0x15c7[116]][_0x15c7[124]][_0x15c7[117]]=_0xdefbx9;null!=this[_0x15c7[129]]&&(this[_0x15c7[129]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[110]);this[_0x15c7[746]]( new mxEventObject(mxEvent.NORMALIZE,_0x15c7[763],_0xdefbxa))}else {_0xdefbx2= !0;this[_0x15c7[800]][_0x15c7[57]](_0x15c7[390],this[_0x15c7[917]]);this[_0x15c7[800]][_0x15c7[57]](_0x15c7[924],_0x15c7[943]);this[_0x15c7[929]][_0x15c7[124]][_0x15c7[495]]=_0x15c7[110];this[_0x15c7[798]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[188];_0xdefbx3=parseInt(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[361]]);_0xdefbx4=parseInt(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[125]]);_0xdefbx5=this[_0x15c7[116]][_0x15c7[124]][_0x15c7[119]];_0xdefbx9=this[_0x15c7[116]][_0x15c7[124]][_0x15c7[117]];this[_0x15c7[485]][_0x15c7[124]][_0x15c7[361]]=_0x15c7[946];this[_0x15c7[485]][_0x15c7[124]][_0x15c7[125]]=_0x15c7[946];mxClient[_0x15c7[80]]||(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[119]]=document[_0x15c7[112]][_0x15c7[157]]-2+_0x15c7[168],this[_0x15c7[485]][_0x15c7[124]][_0x15c7[117]]=document[_0x15c7[112]][_0x15c7[159]]-2+_0x15c7[168]);this[_0x15c7[116]][_0x15c7[124]][_0x15c7[117]]=document[_0x15c7[112]][_0x15c7[159]]-2+_0x15c7[168];this[_0x15c7[116]][_0x15c7[124]][_0x15c7[119]]=document[_0x15c7[112]][_0x15c7[157]]-2+_0x15c7[168];null!=this[_0x15c7[129]]&&(this[_0x15c7[129]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[188]);if(!mxClient[_0x15c7[80]]){var _0xdefbx13=mxUtils[_0x15c7[275]](this[_0x15c7[929]]);if(_0x15c7[278]==_0xdefbx13[_0x15c7[277]]||null!=this[_0x15c7[129]]){this[_0x15c7[929]][_0x15c7[124]][_0x15c7[119]]=this[_0x15c7[485]][_0x15c7[167]]-this[_0x15c7[924]][_0x15c7[167]]-2+_0x15c7[168]}};this[_0x15c7[746]]( new mxEventObject(mxEvent.MAXIMIZE,_0x15c7[763],_0xdefbxa))};mxEvent[_0x15c7[722]](_0xdefbxa)}});mxEvent[_0x15c7[759]](this[_0x15c7[800]],_0xdefbxa);mxEvent[_0x15c7[169]](this[_0x15c7[924]],_0x15c7[760],_0xdefbxa)};mxWindow[_0x15c7[202]][_0x15c7[911]]=function(){this[_0x15c7[924]][_0x15c7[124]][_0x15c7[270]]=_0x15c7[582];mxEvent[_0x15c7[759]](this[_0x15c7[924]],mxUtils[_0x15c7[885]](this,function(_0xdefbx2){var _0xdefbx3=mxEvent[_0x15c7[731]](_0xdefbx2),_0xdefbx4=mxEvent[_0x15c7[733]](_0xdefbx2),_0xdefbx5=this[_0x15c7[730]](),_0xdefbx9=this[_0x15c7[732]](),_0xdefbxa=mxUtils[_0x15c7[885]](this,function(_0xdefbx2){var _0xdefbxa=mxEvent[_0x15c7[731]](_0xdefbx2)-_0xdefbx3,_0xdefbx12=mxEvent[_0x15c7[733]](_0xdefbx2)-_0xdefbx4;this[_0x15c7[947]](_0xdefbx5+_0xdefbxa,_0xdefbx9+_0xdefbx12);this[_0x15c7[746]]( new mxEventObject(mxEvent.MOVE,_0x15c7[763],_0xdefbx2));mxEvent[_0x15c7[722]](_0xdefbx2)}),_0xdefbx12=mxUtils[_0x15c7[885]](this,function(_0xdefbx2){mxEvent[_0x15c7[938]](document,null,_0xdefbxa,_0xdefbx12);this[_0x15c7[746]]( new mxEventObject(mxEvent.MOVE_END,_0x15c7[763],_0xdefbx2));mxEvent[_0x15c7[722]](_0xdefbx2)});mxEvent[_0x15c7[759]](document,null,_0xdefbxa,_0xdefbx12);this[_0x15c7[746]]( new mxEventObject(mxEvent.MOVE_START,_0x15c7[763],_0xdefbx2));mxEvent[_0x15c7[722]](_0xdefbx2)}))};mxWindow[_0x15c7[202]][_0x15c7[947]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[485]][_0x15c7[124]][_0x15c7[361]]=_0xdefbx2+_0x15c7[168];this[_0x15c7[485]][_0x15c7[124]][_0x15c7[125]]=_0xdefbx3+_0x15c7[168]};mxWindow[_0x15c7[202]][_0x15c7[730]]=function(){return parseInt(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[361]])};mxWindow[_0x15c7[202]][_0x15c7[732]]=function(){return parseInt(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[125]])};mxWindow[_0x15c7[202]][_0x15c7[908]]=function(){this[_0x15c7[948]]=document[_0x15c7[55]](_0x15c7[466]);this[_0x15c7[948]][_0x15c7[57]](_0x15c7[390],this[_0x15c7[913]]);this[_0x15c7[948]][_0x15c7[57]](_0x15c7[611],_0x15c7[699]);this[_0x15c7[948]][_0x15c7[57]](_0x15c7[924],_0x15c7[949]);this[_0x15c7[948]][_0x15c7[124]][_0x15c7[945]]=_0x15c7[935];this[_0x15c7[948]][_0x15c7[124]][_0x15c7[270]]=_0x15c7[356];this[_0x15c7[948]][_0x15c7[124]][_0x15c7[495]]=_0x15c7[130];this[_0x15c7[924]][_0x15c7[950]](this[_0x15c7[948]],this[_0x15c7[924]][_0x15c7[285]]);mxEvent[_0x15c7[759]](this[_0x15c7[948]],mxUtils[_0x15c7[885]](this,function(_0xdefbx2){this[_0x15c7[746]]( new mxEventObject(mxEvent.CLOSE,_0x15c7[763],_0xdefbx2));this[_0x15c7[165]]?this[_0x15c7[515]]():this[_0x15c7[175]](!1);mxEvent[_0x15c7[722]](_0xdefbx2)}))};mxWindow[_0x15c7[202]][_0x15c7[951]]=function(_0xdefbx2){this[_0x15c7[618]]=document[_0x15c7[55]](_0x15c7[466]);this[_0x15c7[618]][_0x15c7[57]](_0x15c7[390],_0xdefbx2);this[_0x15c7[618]][_0x15c7[57]](_0x15c7[611],_0x15c7[361]);this[_0x15c7[618]][_0x15c7[124]][_0x15c7[941]]=_0x15c7[952];this[_0x15c7[618]][_0x15c7[124]][_0x15c7[945]]=_0x15c7[946];this[_0x15c7[618]][_0x15c7[124]][_0x15c7[953]]=_0x15c7[954];this[_0x15c7[924]][_0x15c7[950]](this[_0x15c7[618]],this[_0x15c7[924]][_0x15c7[285]])};mxWindow[_0x15c7[202]][_0x15c7[164]]=function(_0xdefbx2){this[_0x15c7[948]][_0x15c7[124]][_0x15c7[495]]=_0xdefbx2?_0x15c7[110]:_0x15c7[130]};mxWindow[_0x15c7[202]][_0x15c7[174]]=function(){return null!=this[_0x15c7[485]]?_0x15c7[188]!=this[_0x15c7[485]][_0x15c7[124]][_0x15c7[187]]:!1};mxWindow[_0x15c7[202]][_0x15c7[175]]=function(_0xdefbx2){null!=this[_0x15c7[485]]&&this[_0x15c7[174]]()!=_0xdefbx2&&(_0xdefbx2?this[_0x15c7[539]]():this[_0x15c7[801]]())};mxWindow[_0x15c7[202]][_0x15c7[539]]=function(){this[_0x15c7[485]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[110];this[_0x15c7[790]]();var _0xdefbx2=mxUtils[_0x15c7[275]](this[_0x15c7[929]]);if(!mxClient[_0x15c7[80]]&&(_0x15c7[278]==_0xdefbx2[_0x15c7[277]]||null!=this[_0x15c7[129]])){this[_0x15c7[929]][_0x15c7[124]][_0x15c7[119]]=this[_0x15c7[485]][_0x15c7[167]]-this[_0x15c7[924]][_0x15c7[167]]-2+_0x15c7[168]};this[_0x15c7[746]]( new mxEventObject(mxEvent.SHOW))};mxWindow[_0x15c7[202]][_0x15c7[801]]=function(){this[_0x15c7[485]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[188];this[_0x15c7[746]]( new mxEventObject(mxEvent.HIDE))};mxWindow[_0x15c7[202]][_0x15c7[515]]=function(){this[_0x15c7[746]]( new mxEventObject(mxEvent.DESTROY));null!=this[_0x15c7[485]]&&(mxEvent[_0x15c7[762]](this[_0x15c7[485]]),this[_0x15c7[485]][_0x15c7[265]][_0x15c7[266]](this[_0x15c7[485]]),this[_0x15c7[485]]=null);this[_0x15c7[929]]=this[_0x15c7[905]]=this[_0x15c7[924]]=null};function mxForm(_0xdefbx2){this[_0x15c7[116]]=document[_0x15c7[55]](_0x15c7[116]);this[_0x15c7[116]][_0x15c7[926]]=_0xdefbx2;this[_0x15c7[112]]=document[_0x15c7[55]](_0x15c7[120]);this[_0x15c7[116]][_0x15c7[62]](this[_0x15c7[112]])}mxForm[_0x15c7[202]][_0x15c7[116]]=null;mxForm[_0x15c7[202]][_0x15c7[112]]= !1;mxForm[_0x15c7[202]][_0x15c7[955]]=function(){return this[_0x15c7[116]]};mxForm[_0x15c7[202]][_0x15c7[956]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=document[_0x15c7[55]](_0x15c7[121]),_0xdefbx5=document[_0x15c7[55]](_0x15c7[122]);_0xdefbx4[_0x15c7[62]](_0xdefbx5);var _0xdefbx5=document[_0x15c7[55]](_0x15c7[122]),_0xdefbx9=document[_0x15c7[55]](_0x15c7[172]);mxUtils[_0x15c7[53]](_0xdefbx9,mxResources[_0x15c7[203]](_0x15c7[957])||_0x15c7[958]);_0xdefbx5[_0x15c7[62]](_0xdefbx9);mxEvent[_0x15c7[169]](_0xdefbx9,_0x15c7[173],function(){_0xdefbx2()});_0xdefbx9=document[_0x15c7[55]](_0x15c7[172]);mxUtils[_0x15c7[53]](_0xdefbx9,mxResources[_0x15c7[203]](_0x15c7[959])||_0x15c7[960]);_0xdefbx5[_0x15c7[62]](_0xdefbx9);mxEvent[_0x15c7[169]](_0xdefbx9,_0x15c7[173],function(){_0xdefbx3()});_0xdefbx4[_0x15c7[62]](_0xdefbx5);this[_0x15c7[112]][_0x15c7[62]](_0xdefbx4)};mxForm[_0x15c7[202]][_0x15c7[961]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=document[_0x15c7[55]](_0x15c7[962]);_0xdefbx4[_0x15c7[57]](_0x15c7[60],_0x15c7[963]);_0xdefbx4[_0x15c7[131]]=_0xdefbx3;return this[_0x15c7[964]](_0xdefbx2,_0xdefbx4)};mxForm[_0x15c7[202]][_0x15c7[965]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=document[_0x15c7[55]](_0x15c7[962]);_0xdefbx4[_0x15c7[57]](_0x15c7[60],_0x15c7[966]);this[_0x15c7[964]](_0xdefbx2,_0xdefbx4);_0xdefbx3&&(_0xdefbx4[_0x15c7[967]]= !0);return _0xdefbx4};mxForm[_0x15c7[202]][_0x15c7[968]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=document[_0x15c7[55]](_0x15c7[126]);mxClient[_0x15c7[133]]&&_0xdefbx4--;_0xdefbx5[_0x15c7[57]](_0x15c7[969],_0xdefbx4||2);_0xdefbx5[_0x15c7[131]]=_0xdefbx3;return this[_0x15c7[964]](_0xdefbx2,_0xdefbx5)};mxForm[_0x15c7[202]][_0x15c7[970]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=document[_0x15c7[55]](_0x15c7[804]);null!=_0xdefbx4&&_0xdefbx5[_0x15c7[57]](_0x15c7[803],_0xdefbx4);_0xdefbx3&&_0xdefbx5[_0x15c7[57]](_0x15c7[971],_0x15c7[128]);return this[_0x15c7[964]](_0xdefbx2,_0xdefbx5)};mxForm[_0x15c7[202]][_0x15c7[972]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){var _0xdefbx9=document[_0x15c7[55]](_0x15c7[973]);mxUtils[_0x15c7[171]](_0xdefbx9,_0xdefbx3);_0xdefbx9[_0x15c7[57]](_0x15c7[131],_0xdefbx4);_0xdefbx5&&_0xdefbx9[_0x15c7[57]](_0x15c7[974],_0xdefbx5);_0xdefbx2[_0x15c7[62]](_0xdefbx9)};mxForm[_0x15c7[202]][_0x15c7[964]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=document[_0x15c7[55]](_0x15c7[121]),_0xdefbx5=document[_0x15c7[55]](_0x15c7[122]);mxUtils[_0x15c7[53]](_0xdefbx5,_0xdefbx2);_0xdefbx4[_0x15c7[62]](_0xdefbx5);_0xdefbx5=document[_0x15c7[55]](_0x15c7[122]);_0xdefbx5[_0x15c7[62]](_0xdefbx3);_0xdefbx4[_0x15c7[62]](_0xdefbx5);this[_0x15c7[112]][_0x15c7[62]](_0xdefbx4);return _0xdefbx3};function mxImage(_0xdefbx2,_0xdefbx3,_0xdefbx4){this[_0x15c7[390]]=_0xdefbx2;this[_0x15c7[117]]=_0xdefbx3;this[_0x15c7[119]]=_0xdefbx4}mxImage[_0x15c7[202]][_0x15c7[390]]=null;mxImage[_0x15c7[202]][_0x15c7[117]]=null;mxImage[_0x15c7[202]][_0x15c7[119]]=null;function mxDivResizer(_0xdefbx2,_0xdefbx3){if(_0x15c7[485]==_0xdefbx2[_0x15c7[301]][_0x15c7[216]]()){null==_0xdefbx3&&(_0xdefbx3=window);this[_0x15c7[485]]=_0xdefbx2;var _0xdefbx4=mxUtils[_0x15c7[275]](_0xdefbx2);null!=_0xdefbx4&&(this[_0x15c7[975]]=_0x15c7[278]==_0xdefbx4[_0x15c7[117]],this[_0x15c7[976]]=_0x15c7[278]==_0xdefbx4[_0x15c7[119]]);mxEvent[_0x15c7[169]](_0xdefbx3,_0x15c7[129],mxUtils[_0x15c7[885]](this,function(_0xdefbx2){this[_0x15c7[977]]||(this[_0x15c7[977]]= !0,this[_0x15c7[129]](),this[_0x15c7[977]]= !1)}));this[_0x15c7[129]]()}}mxDivResizer[_0x15c7[202]][_0x15c7[975]]= !0;mxDivResizer[_0x15c7[202]][_0x15c7[976]]= !0;mxDivResizer[_0x15c7[202]][_0x15c7[977]]= !1;mxDivResizer[_0x15c7[202]][_0x15c7[129]]=function(){var _0xdefbx2=this[_0x15c7[978]](),_0xdefbx3=this[_0x15c7[979]](),_0xdefbx4=parseInt(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[361]]),_0xdefbx5=parseInt(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[699]]),_0xdefbx9=parseInt(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[125]]),_0xdefbxa=parseInt(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[553]]);this[_0x15c7[975]]&&(!isNaN(_0xdefbx4)&&!isNaN(_0xdefbx5)&&0<=_0xdefbx4&&0<=_0xdefbx5&&0<_0xdefbx2-_0xdefbx5-_0xdefbx4)&&(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[117]]=_0xdefbx2-_0xdefbx5-_0xdefbx4+_0x15c7[168]);this[_0x15c7[976]]&&(!isNaN(_0xdefbx9)&&!isNaN(_0xdefbxa)&&0<=_0xdefbx9&&0<=_0xdefbxa&&0<_0xdefbx3-_0xdefbx9-_0xdefbxa)&&(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[119]]=_0xdefbx3-_0xdefbx9-_0xdefbxa+_0x15c7[168])};mxDivResizer[_0x15c7[202]][_0x15c7[978]]=function(){return document[_0x15c7[112]][_0x15c7[159]]};mxDivResizer[_0x15c7[202]][_0x15c7[979]]=function(){return document[_0x15c7[112]][_0x15c7[157]]};function mxDragSource(_0xdefbx2,_0xdefbx3){this[_0x15c7[980]]=_0xdefbx2;this[_0x15c7[981]]=_0xdefbx3;mxEvent[_0x15c7[759]](_0xdefbx2,mxUtils[_0x15c7[885]](this,this[_0x15c7[787]]))}mxDragSource[_0x15c7[202]][_0x15c7[980]]=null;mxDragSource[_0x15c7[202]][_0x15c7[981]]=null;mxDragSource[_0x15c7[202]][_0x15c7[559]]=null;mxDragSource[_0x15c7[202]][_0x15c7[982]]=null;mxDragSource[_0x15c7[202]][_0x15c7[983]]=null;mxDragSource[_0x15c7[202]][_0x15c7[984]]= !0;mxDragSource[_0x15c7[202]][_0x15c7[985]]=null;mxDragSource[_0x15c7[202]][_0x15c7[986]]=null;mxDragSource[_0x15c7[202]][_0x15c7[987]]=null;mxDragSource[_0x15c7[202]][_0x15c7[988]]=null;mxDragSource[_0x15c7[202]][_0x15c7[989]]=null;mxDragSource[_0x15c7[202]][_0x15c7[561]]= !0;mxDragSource[_0x15c7[202]][_0x15c7[990]]= !0;mxDragSource[_0x15c7[202]][_0x15c7[991]]= !0;mxDragSource[_0x15c7[202]][_0x15c7[563]]= !0;mxDragSource[_0x15c7[202]][_0x15c7[992]]=100;mxDragSource[_0x15c7[202]][_0x15c7[993]]=70;mxDragSource[_0x15c7[202]][_0x15c7[994]]=function(){return this[_0x15c7[984]]};mxDragSource[_0x15c7[202]][_0x15c7[995]]=function(_0xdefbx2){this[_0x15c7[984]]=_0xdefbx2};mxDragSource[_0x15c7[202]][_0x15c7[996]]=function(){return this[_0x15c7[990]]};mxDragSource[_0x15c7[202]][_0x15c7[562]]=function(_0xdefbx2){this[_0x15c7[990]]=_0xdefbx2};mxDragSource[_0x15c7[202]][_0x15c7[997]]=function(){return this[_0x15c7[991]]};mxDragSource[_0x15c7[202]][_0x15c7[998]]=function(_0xdefbx2){this[_0x15c7[991]]=_0xdefbx2};mxDragSource[_0x15c7[202]][_0x15c7[565]]=function(_0xdefbx2){return null};mxDragSource[_0x15c7[202]][_0x15c7[564]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){return _0xdefbx2[_0x15c7[999]](_0xdefbx3,_0xdefbx4)};mxDragSource[_0x15c7[202]][_0x15c7[566]]=function(_0xdefbx2){return this[_0x15c7[980]][_0x15c7[511]](!0)};mxDragSource[_0x15c7[202]][_0x15c7[567]]=function(_0xdefbx2){return null};mxDragSource[_0x15c7[202]][_0x15c7[787]]=function(_0xdefbx2){this[_0x15c7[984]]&&(!mxEvent[_0x15c7[721]](_0xdefbx2)&&null==this[_0x15c7[1000]])&&(this[_0x15c7[1001]](_0xdefbx2),this[_0x15c7[1000]]=mxUtils[_0x15c7[885]](this,this[_0x15c7[788]]),this[_0x15c7[1002]]=mxUtils[_0x15c7[885]](this,this[_0x15c7[789]]),mxEvent[_0x15c7[759]](document,null,this[_0x15c7[1000]],this[_0x15c7[1002]]),mxEvent[_0x15c7[722]](_0xdefbx2,!0,!1))};mxDragSource[_0x15c7[202]][_0x15c7[1001]]=function(_0xdefbx2){this[_0x15c7[982]]=this[_0x15c7[566]](_0xdefbx2);this[_0x15c7[982]][_0x15c7[124]][_0x15c7[491]]=_0x15c7[492];this[_0x15c7[982]][_0x15c7[124]][_0x15c7[931]]=this[_0x15c7[992]];mxUtils[_0x15c7[254]](this[_0x15c7[982]],this[_0x15c7[993]])};mxDragSource[_0x15c7[202]][_0x15c7[1003]]=function(_0xdefbx2){null!=this[_0x15c7[982]]&&(null!=this[_0x15c7[982]][_0x15c7[265]]&&this[_0x15c7[982]][_0x15c7[265]][_0x15c7[266]](this[_0x15c7[982]]),this[_0x15c7[982]]=null)};mxDragSource[_0x15c7[202]][_0x15c7[1004]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=mxEvent[_0x15c7[731]](_0xdefbx3),_0xdefbx5=mxEvent[_0x15c7[733]](_0xdefbx3),_0xdefbx9=mxUtils[_0x15c7[445]](_0xdefbx2[_0x15c7[526]]),_0xdefbxa=mxUtils[_0x15c7[444]]();return _0xdefbx4>=_0xdefbx9[_0x15c7[235]]-_0xdefbxa[_0x15c7[235]]&&_0xdefbx5>=_0xdefbx9[_0x15c7[236]]-_0xdefbxa[_0x15c7[236]]&&_0xdefbx4<=_0xdefbx9[_0x15c7[235]]-_0xdefbxa[_0x15c7[235]]+_0xdefbx2[_0x15c7[526]][_0x15c7[359]]&&_0xdefbx5<=_0xdefbx9[_0x15c7[236]]-_0xdefbxa[_0x15c7[236]]+_0xdefbx2[_0x15c7[526]][_0x15c7[167]]};mxDragSource[_0x15c7[202]][_0x15c7[788]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[565]](_0xdefbx2);null!=_0xdefbx3&&!this[_0x15c7[1004]](_0xdefbx3,_0xdefbx2)&&(_0xdefbx3=null);_0xdefbx3!=this[_0x15c7[985]]&&(null!=this[_0x15c7[985]]&&this[_0x15c7[1005]](this[_0x15c7[985]]),this[_0x15c7[985]]=_0xdefbx3,null!=this[_0x15c7[985]]&&this[_0x15c7[1006]](this[_0x15c7[985]]));null!=this[_0x15c7[985]]&&this[_0x15c7[1007]](this[_0x15c7[985]],_0xdefbx2);if(null!=this[_0x15c7[982]]&&(null==this[_0x15c7[983]]||_0x15c7[189]!=this[_0x15c7[983]][_0x15c7[124]][_0x15c7[187]])){var _0xdefbx3=mxEvent[_0x15c7[731]](_0xdefbx2),_0xdefbx4=mxEvent[_0x15c7[733]](_0xdefbx2);null==this[_0x15c7[982]][_0x15c7[265]]&&document[_0x15c7[112]][_0x15c7[62]](this[_0x15c7[982]]);this[_0x15c7[982]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[189];null!=this[_0x15c7[559]]&&(_0xdefbx3+=this[_0x15c7[559]][_0x15c7[235]],_0xdefbx4+=this[_0x15c7[559]][_0x15c7[236]]);_0xdefbx3+=document[_0x15c7[112]][_0x15c7[360]]||document[_0x15c7[158]][_0x15c7[360]];_0xdefbx4+=document[_0x15c7[112]][_0x15c7[190]]||document[_0x15c7[158]][_0x15c7[190]];this[_0x15c7[982]][_0x15c7[124]][_0x15c7[361]]=_0xdefbx3+_0x15c7[168];this[_0x15c7[982]][_0x15c7[124]][_0x15c7[125]]=_0xdefbx4+_0x15c7[168]}else {null!=this[_0x15c7[982]]&&(this[_0x15c7[982]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[188])};mxEvent[_0x15c7[722]](_0xdefbx2)};mxDragSource[_0x15c7[202]][_0x15c7[789]]=function(_0xdefbx2){if(null!=this[_0x15c7[985]]){if(null!=this[_0x15c7[987]]&&(null==this[_0x15c7[983]]||_0x15c7[188]!=this[_0x15c7[983]][_0x15c7[124]][_0x15c7[187]])){var _0xdefbx3=this[_0x15c7[985]][_0x15c7[441]][_0x15c7[255]],_0xdefbx4=this[_0x15c7[985]][_0x15c7[441]][_0x15c7[513]];this[_0x15c7[1008]](this[_0x15c7[985]],_0xdefbx2,this[_0x15c7[986]],this[_0x15c7[987]][_0x15c7[235]]/_0xdefbx3-_0xdefbx4[_0x15c7[235]],this[_0x15c7[987]][_0x15c7[236]]/_0xdefbx3-_0xdefbx4[_0x15c7[236]])};this[_0x15c7[1005]](this[_0x15c7[985]])};this[_0x15c7[1003]](_0xdefbx2);mxEvent[_0x15c7[938]](document,null,this[_0x15c7[1000]],this[_0x15c7[1002]]);this[_0x15c7[985]]=this[_0x15c7[1002]]=this[_0x15c7[1000]]=null;mxEvent[_0x15c7[722]](_0xdefbx2)};mxDragSource[_0x15c7[202]][_0x15c7[1006]]=function(_0xdefbx2){_0xdefbx2[_0x15c7[1009]]= !0;this[_0x15c7[983]]=this[_0x15c7[567]](_0xdefbx2);this[_0x15c7[996]]()&&null!=this[_0x15c7[983]]&&(this[_0x15c7[988]]= new mxGuide(_0xdefbx2,_0xdefbx2[_0x15c7[1011]][_0x15c7[1010]]()));this[_0x15c7[563]]&&(this[_0x15c7[989]]= new mxCellHighlight(_0xdefbx2,mxConstants.DROP_TARGET_COLOR))};mxDragSource[_0x15c7[202]][_0x15c7[1005]]=function(_0xdefbx2){this[_0x15c7[987]]=this[_0x15c7[986]]=null;_0xdefbx2[_0x15c7[1009]]= !1;null!=this[_0x15c7[983]]&&(null!=this[_0x15c7[983]][_0x15c7[265]]&&this[_0x15c7[983]][_0x15c7[265]][_0x15c7[266]](this[_0x15c7[983]]),this[_0x15c7[983]]=null);null!=this[_0x15c7[988]]&&(this[_0x15c7[988]][_0x15c7[515]](),this[_0x15c7[988]]=null);null!=this[_0x15c7[989]]&&(this[_0x15c7[989]][_0x15c7[515]](),this[_0x15c7[989]]=null)};mxDragSource[_0x15c7[202]][_0x15c7[1007]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=mxUtils[_0x15c7[445]](_0xdefbx2[_0x15c7[526]]),_0xdefbx5=mxUtils[_0x15c7[444]](_0xdefbx2[_0x15c7[526]]),_0xdefbx9=mxEvent[_0x15c7[731]](_0xdefbx3)-_0xdefbx4[_0x15c7[235]]+_0xdefbx5[_0x15c7[235]],_0xdefbx4=mxEvent[_0x15c7[733]](_0xdefbx3)-_0xdefbx4[_0x15c7[236]]+_0xdefbx5[_0x15c7[236]];_0xdefbx2[_0x15c7[1012]]&&(null==this[_0x15c7[561]]||this[_0x15c7[561]])&&_0xdefbx2[_0x15c7[1014]](_0xdefbx9,_0xdefbx4,_0xdefbx2[_0x15c7[1013]]);null!=this[_0x15c7[989]]&&_0xdefbx2[_0x15c7[1015]]()&&(this[_0x15c7[986]]=this[_0x15c7[564]](_0xdefbx2,_0xdefbx9,_0xdefbx4),_0xdefbx5=_0xdefbx2[_0x15c7[249]]()[_0x15c7[248]](this[_0x15c7[986]]),this[_0x15c7[989]][_0x15c7[1016]](_0xdefbx5));if(null!=this[_0x15c7[983]]){null==this[_0x15c7[983]][_0x15c7[265]]&&(_0xdefbx2[_0x15c7[526]][_0x15c7[62]](this[_0x15c7[983]]),this[_0x15c7[983]][_0x15c7[124]][_0x15c7[931]]=_0x15c7[1017],this[_0x15c7[983]][_0x15c7[124]][_0x15c7[491]]=_0x15c7[492]);var _0xdefbx5=this[_0x15c7[997]]()&&_0xdefbx2[_0x15c7[1018]](_0xdefbx3),_0xdefbxa=!0;if(null!=this[_0x15c7[988]]&&this[_0x15c7[988]][_0x15c7[1019]](_0xdefbx3)){var _0xdefbxa=parseInt(this[_0x15c7[983]][_0x15c7[124]][_0x15c7[117]]),_0xdefbx12=parseInt(this[_0x15c7[983]][_0x15c7[124]][_0x15c7[119]]),_0xdefbxa= new mxRectangle(0,0,_0xdefbxa,_0xdefbx12),_0xdefbx4= new mxPoint(_0xdefbx9,_0xdefbx4),_0xdefbx4=this[_0x15c7[988]][_0x15c7[582]](_0xdefbxa,_0xdefbx4,_0xdefbx5),_0xdefbxa=!1,_0xdefbx9=_0xdefbx4[_0x15c7[235]],_0xdefbx4=_0xdefbx4[_0x15c7[236]]}else {if(_0xdefbx5){var _0xdefbx5=_0xdefbx2[_0x15c7[441]][_0x15c7[255]],_0xdefbx12=_0xdefbx2[_0x15c7[441]][_0x15c7[513]],_0xdefbx13=_0xdefbx2[_0x15c7[1020]]/2,_0xdefbx9=(_0xdefbx2[_0x15c7[1021]](_0xdefbx9/_0xdefbx5-_0xdefbx12[_0x15c7[235]]-_0xdefbx13)+_0xdefbx12[_0x15c7[235]])*_0xdefbx5,_0xdefbx4=(_0xdefbx2[_0x15c7[1021]](_0xdefbx4/_0xdefbx5-_0xdefbx12[_0x15c7[236]]-_0xdefbx13)+_0xdefbx12[_0x15c7[236]])*_0xdefbx5}};null!=this[_0x15c7[988]]&&_0xdefbxa&&this[_0x15c7[988]][_0x15c7[801]]();null!=this[_0x15c7[1022]]&&(_0xdefbx9+=this[_0x15c7[1022]][_0x15c7[235]],_0xdefbx4+=this[_0x15c7[1022]][_0x15c7[236]]);this[_0x15c7[983]][_0x15c7[124]][_0x15c7[361]]=Math[_0x15c7[488]](_0xdefbx9)+_0x15c7[168];this[_0x15c7[983]][_0x15c7[124]][_0x15c7[125]]=Math[_0x15c7[488]](_0xdefbx4)+_0x15c7[168];this[_0x15c7[983]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[189]};this[_0x15c7[987]]= new mxPoint(_0xdefbx9,_0xdefbx4)};mxDragSource[_0x15c7[202]][_0x15c7[1008]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){this[_0x15c7[981]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9);_0xdefbx2[_0x15c7[526]][_0x15c7[393]]()};function mxToolbar(_0xdefbx2){this[_0x15c7[526]]=_0xdefbx2}mxToolbar[_0x15c7[202]]= new mxEventSource;mxToolbar[_0x15c7[202]][_0x15c7[196]]=mxToolbar;mxToolbar[_0x15c7[202]][_0x15c7[526]]=null;mxToolbar[_0x15c7[202]][_0x15c7[984]]= !0;mxToolbar[_0x15c7[202]][_0x15c7[1023]]= !1;mxToolbar[_0x15c7[202]][_0x15c7[1024]]= !0;mxToolbar[_0x15c7[202]][_0x15c7[1025]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){var _0xdefbx12=document[_0x15c7[55]](null!=_0xdefbx3?_0x15c7[466]:_0x15c7[172]),_0xdefbx13=_0xdefbx9||(null!=_0xdefbxa?_0x15c7[1026]:_0x15c7[1027]);_0xdefbx12[_0x15c7[926]]=_0xdefbx13;_0xdefbx12[_0x15c7[57]](_0x15c7[390],_0xdefbx3);null!=_0xdefbx2&&(null!=_0xdefbx3?_0xdefbx12[_0x15c7[57]](_0x15c7[924],_0xdefbx2):mxUtils[_0x15c7[53]](_0xdefbx12,_0xdefbx2));this[_0x15c7[526]][_0x15c7[62]](_0xdefbx12);null!=_0xdefbx4&&(mxEvent[_0x15c7[169]](_0xdefbx12,_0x15c7[173],_0xdefbx4),mxClient[_0x15c7[754]]&&mxEvent[_0x15c7[169]](_0xdefbx12,_0x15c7[757],_0xdefbx4));_0xdefbx2=mxUtils[_0x15c7[885]](this,function(_0xdefbx2){null!=_0xdefbx5?_0xdefbx12[_0x15c7[57]](_0x15c7[390],_0xdefbx3):_0xdefbx12[_0x15c7[124]][_0x15c7[1028]]=_0x15c7[110]});mxEvent[_0x15c7[759]](_0xdefbx12,mxUtils[_0x15c7[885]](this,function(_0xdefbx2){null!=_0xdefbx5?_0xdefbx12[_0x15c7[57]](_0x15c7[390],_0xdefbx5):_0xdefbx12[_0x15c7[124]][_0x15c7[1028]]=_0x15c7[579];if(null!=_0xdefbxa){null==this[_0x15c7[1029]]&&(this[_0x15c7[1029]]= new mxPopupMenu,this[_0x15c7[1029]][_0x15c7[176]]());var _0xdefbx3=this[_0x15c7[1030]];this[_0x15c7[1029]][_0x15c7[1031]]()&&this[_0x15c7[1029]][_0x15c7[1032]]();_0xdefbx3!=_0xdefbx12&&(this[_0x15c7[1030]]=_0xdefbx12,this[_0x15c7[1029]][_0x15c7[1033]]=_0xdefbxa,_0xdefbx3= new mxPoint(_0xdefbx12[_0x15c7[358]],_0xdefbx12[_0x15c7[362]]+_0xdefbx12[_0x15c7[167]]),this[_0x15c7[1029]][_0x15c7[152]](_0xdefbx3[_0x15c7[235]],_0xdefbx3[_0x15c7[236]],null,_0xdefbx2),this[_0x15c7[1029]][_0x15c7[1031]]()&&(_0xdefbx12[_0x15c7[926]]=_0xdefbx13+_0x15c7[1034],this[_0x15c7[1029]][_0x15c7[1032]]=function(){mxPopupMenu[_0x15c7[202]][_0x15c7[1032]][_0x15c7[183]](this);_0xdefbx12[_0x15c7[926]]=_0xdefbx13;this[_0x15c7[1030]]=null}))}}),null,_0xdefbx2);mxEvent[_0x15c7[169]](_0xdefbx12,_0x15c7[1035],_0xdefbx2);return _0xdefbx12};mxToolbar[_0x15c7[202]][_0x15c7[970]]=function(_0xdefbx2){var _0xdefbx3=document[_0x15c7[55]](_0x15c7[485]);_0xdefbx3[_0x15c7[124]][_0x15c7[495]]=_0x15c7[497];_0xdefbx3[_0x15c7[926]]=_0x15c7[1036];var _0xdefbx4=document[_0x15c7[55]](_0x15c7[804]);_0xdefbx4[_0x15c7[926]]=_0xdefbx2||_0x15c7[1037];_0xdefbx3[_0x15c7[62]](_0xdefbx4);this[_0x15c7[526]][_0x15c7[62]](_0xdefbx3);return _0xdefbx4};mxToolbar[_0x15c7[202]][_0x15c7[1038]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=document[_0x15c7[55]](_0x15c7[804]);_0xdefbx4[_0x15c7[926]]=_0xdefbx3||_0x15c7[1037];this[_0x15c7[972]](_0xdefbx4,_0xdefbx2,null);mxEvent[_0x15c7[169]](_0xdefbx4,_0x15c7[826],function(_0xdefbx2){var _0xdefbx3=_0xdefbx4[_0x15c7[1040]][_0xdefbx4[_0x15c7[1039]]];_0xdefbx4[_0x15c7[1039]]=0;null!=_0xdefbx3[_0x15c7[1041]]&&_0xdefbx3[_0x15c7[1041]](_0xdefbx2)});this[_0x15c7[526]][_0x15c7[62]](_0xdefbx4);return _0xdefbx4};mxToolbar[_0x15c7[202]][_0x15c7[972]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=document[_0x15c7[55]](_0x15c7[973]);mxUtils[_0x15c7[171]](_0xdefbx5,_0xdefbx3);_0x15c7[279]== typeof _0xdefbx4?_0xdefbx5[_0x15c7[1041]]=_0xdefbx4:_0xdefbx5[_0x15c7[57]](_0x15c7[131],_0xdefbx4);_0xdefbx2[_0x15c7[62]](_0xdefbx5);return _0xdefbx5};mxToolbar[_0x15c7[202]][_0x15c7[1042]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){var _0xdefbxa=document[_0x15c7[55]](_0x15c7[466]);_0xdefbxa[_0x15c7[1043]]=_0xdefbx9||_0x15c7[1026];_0xdefbxa[_0x15c7[926]]=_0xdefbxa[_0x15c7[1043]];_0xdefbxa[_0x15c7[57]](_0x15c7[390],_0xdefbx3);_0xdefbxa[_0x15c7[1044]]=_0xdefbx5;null!=_0xdefbx2&&_0xdefbxa[_0x15c7[57]](_0x15c7[924],_0xdefbx2);mxEvent[_0x15c7[169]](_0xdefbxa,_0x15c7[173],mxUtils[_0x15c7[885]](this,function(_0xdefbx2){_0xdefbx2=this[_0x15c7[1045]][_0x15c7[1044]];null!=_0xdefbx2?(this[_0x15c7[1045]][_0x15c7[1044]]=this[_0x15c7[1045]][_0x15c7[284]](_0x15c7[390]),this[_0x15c7[1045]][_0x15c7[57]](_0x15c7[390],_0xdefbx2)):this[_0x15c7[1045]][_0x15c7[926]]=this[_0x15c7[1045]][_0x15c7[1043]];this[_0x15c7[1024]]&&(this[_0x15c7[1046]]=_0xdefbxa);this[_0x15c7[1045]]=_0xdefbxa;_0xdefbx2=_0xdefbxa[_0x15c7[1044]];null!=_0xdefbx2?(_0xdefbxa[_0x15c7[1044]]=_0xdefbxa[_0x15c7[284]](_0x15c7[390]),_0xdefbxa[_0x15c7[57]](_0x15c7[390],_0xdefbx2)):_0xdefbxa[_0x15c7[926]]=_0xdefbxa[_0x15c7[1043]]+_0x15c7[1034];this[_0x15c7[746]]( new mxEventObject(mxEvent.SELECT));_0xdefbx4()}));this[_0x15c7[526]][_0x15c7[62]](_0xdefbxa);null==this[_0x15c7[1046]]&&(this[_0x15c7[1046]]=_0xdefbxa,this[_0x15c7[1047]](_0xdefbxa),_0xdefbx4());return _0xdefbxa};mxToolbar[_0x15c7[202]][_0x15c7[1048]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){_0xdefbxa=null!=_0xdefbxa?_0xdefbxa:!0;var _0xdefbx12=document[_0x15c7[55]](null!=_0xdefbx3?_0x15c7[466]:_0x15c7[172]);_0xdefbx12[_0x15c7[1043]]=_0xdefbx9||_0x15c7[1026];_0xdefbx12[_0x15c7[926]]=_0xdefbx12[_0x15c7[1043]];_0xdefbx12[_0x15c7[57]](_0x15c7[390],_0xdefbx3);_0xdefbx12[_0x15c7[1044]]=_0xdefbx5;null!=_0xdefbx2&&_0xdefbx12[_0x15c7[57]](_0x15c7[924],_0xdefbx2);this[_0x15c7[984]]&&_0xdefbxa&&(mxEvent[_0x15c7[169]](_0xdefbx12,_0x15c7[173],mxUtils[_0x15c7[885]](this,function(_0xdefbx2){this[_0x15c7[1047]](_0xdefbx12,_0xdefbx4);this[_0x15c7[1023]]= !1})),mxEvent[_0x15c7[169]](_0xdefbx12,_0x15c7[760],mxUtils[_0x15c7[885]](this,function(_0xdefbx2){this[_0x15c7[1047]](_0xdefbx12,_0xdefbx4);this[_0x15c7[1023]]= !0})),null==this[_0x15c7[1046]]&&(this[_0x15c7[1046]]=_0xdefbx12,this[_0x15c7[1049]]=_0xdefbx4,this[_0x15c7[1047]](_0xdefbx12,_0xdefbx4)));this[_0x15c7[526]][_0x15c7[62]](_0xdefbx12);return _0xdefbx12};mxToolbar[_0x15c7[202]][_0x15c7[1047]]=function(_0xdefbx2,_0xdefbx3){if(this[_0x15c7[1045]]!=_0xdefbx2){if(null!=this[_0x15c7[1045]]){var _0xdefbx4=this[_0x15c7[1045]][_0x15c7[1044]];null!=_0xdefbx4?(this[_0x15c7[1045]][_0x15c7[1044]]=this[_0x15c7[1045]][_0x15c7[284]](_0x15c7[390]),this[_0x15c7[1045]][_0x15c7[57]](_0x15c7[390],_0xdefbx4)):this[_0x15c7[1045]][_0x15c7[926]]=this[_0x15c7[1045]][_0x15c7[1043]]};this[_0x15c7[1045]]=_0xdefbx2;_0xdefbx4=this[_0x15c7[1045]][_0x15c7[1044]];null!=_0xdefbx4?(this[_0x15c7[1045]][_0x15c7[1044]]=this[_0x15c7[1045]][_0x15c7[284]](_0x15c7[390]),this[_0x15c7[1045]][_0x15c7[57]](_0x15c7[390],_0xdefbx4)):this[_0x15c7[1045]][_0x15c7[926]]=this[_0x15c7[1045]][_0x15c7[1043]]+_0x15c7[1034];this[_0x15c7[746]]( new mxEventObject(mxEvent.SELECT,_0x15c7[279],_0xdefbx3))}};mxToolbar[_0x15c7[202]][_0x15c7[1050]]=function(_0xdefbx2){(_0xdefbx2||!this[_0x15c7[1023]])&&this[_0x15c7[1045]]!=this[_0x15c7[1046]]&&this[_0x15c7[1047]](this[_0x15c7[1046]],this[_0x15c7[1049]])};mxToolbar[_0x15c7[202]][_0x15c7[1051]]=function(_0xdefbx2){return this[_0x15c7[1025]](null,_0xdefbx2,null)};mxToolbar[_0x15c7[202]][_0x15c7[1052]]=function(){mxUtils[_0x15c7[345]](this[_0x15c7[526]])};mxToolbar[_0x15c7[202]][_0x15c7[1053]]=function(){var _0xdefbx2=document[_0x15c7[55]](_0x15c7[1054]);_0xdefbx2[_0x15c7[124]][_0x15c7[941]]=_0x15c7[1055];_0xdefbx2[_0x15c7[57]](_0x15c7[803],_0x15c7[500]);this[_0x15c7[526]][_0x15c7[62]](_0xdefbx2)};mxToolbar[_0x15c7[202]][_0x15c7[515]]=function(){mxEvent[_0x15c7[762]](this[_0x15c7[526]]);this[_0x15c7[1045]]=this[_0x15c7[1049]]=this[_0x15c7[1046]]=this[_0x15c7[526]]=null;null!=this[_0x15c7[1029]]&&this[_0x15c7[1029]][_0x15c7[515]]()};function mxSession(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){this[_0x15c7[251]]=_0xdefbx2;this[_0x15c7[1056]]=_0xdefbx3;this[_0x15c7[1057]]=_0xdefbx4;this[_0x15c7[1058]]=_0xdefbx5;null!=_0xdefbx2&&(this[_0x15c7[1059]]= new mxCodec,this[_0x15c7[1059]][_0x15c7[1060]]=function(_0xdefbx3){return _0xdefbx2[_0x15c7[736]](_0xdefbx3)});_0xdefbx2[_0x15c7[169]](mxEvent.NOTIFY,mxUtils[_0x15c7[885]](this,function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=_0xdefbx3[_0x15c7[720]](_0x15c7[1061]);(null!=_0xdefbx4&&this[_0x15c7[143]]||this[_0x15c7[1062]]&&!this[_0x15c7[1063]])&&this[_0x15c7[827]](_0x15c7[1064]+this[_0x15c7[1067]](_0xdefbx4[_0x15c7[1065]],_0xdefbx4[_0x15c7[1066]])+_0x15c7[1068])}))}mxSession[_0x15c7[202]]= new mxEventSource;mxSession[_0x15c7[202]][_0x15c7[196]]=mxSession;mxSession[_0x15c7[202]][_0x15c7[251]]=null;mxSession[_0x15c7[202]][_0x15c7[1056]]=null;mxSession[_0x15c7[202]][_0x15c7[1057]]=null;mxSession[_0x15c7[202]][_0x15c7[1058]]=null;mxSession[_0x15c7[202]][_0x15c7[1059]]=null;mxSession[_0x15c7[202]][_0x15c7[1069]]=_0x15c7[336];mxSession[_0x15c7[202]][_0x15c7[1070]]= !0;mxSession[_0x15c7[202]][_0x15c7[1071]]= !0;mxSession[_0x15c7[202]][_0x15c7[1072]]=0;mxSession[_0x15c7[202]][_0x15c7[1073]]=0;mxSession[_0x15c7[202]][_0x15c7[143]]= !1;mxSession[_0x15c7[202]][_0x15c7[1062]]= !1;mxSession[_0x15c7[202]][_0x15c7[1063]]= !1;mxSession[_0x15c7[202]][_0x15c7[1074]]= !1;mxSession[_0x15c7[202]][_0x15c7[861]]=function(){this[_0x15c7[143]]?(this[_0x15c7[1062]]= !0,this[_0x15c7[746]]( new mxEventObject(mxEvent.CONNECT))):this[_0x15c7[1062]]||this[_0x15c7[203]](this[_0x15c7[1056]],mxUtils[_0x15c7[885]](this,function(_0xdefbx2){this[_0x15c7[1062]]= !0;this[_0x15c7[746]]( new mxEventObject(mxEvent.CONNECT));this[_0x15c7[1075]]()}))};mxSession[_0x15c7[202]][_0x15c7[809]]=function(){this[_0x15c7[1062]]&&!this[_0x15c7[1063]]&&(this[_0x15c7[1063]]= !0,this[_0x15c7[746]]( new mxEventObject(mxEvent.SUSPEND)))};mxSession[_0x15c7[202]][_0x15c7[810]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){this[_0x15c7[1062]]&&this[_0x15c7[1063]]&&(this[_0x15c7[1063]]= !1,this[_0x15c7[746]]( new mxEventObject(mxEvent.RESUME)),this[_0x15c7[1074]]||this[_0x15c7[1075]]())};mxSession[_0x15c7[202]][_0x15c7[1076]]=function(_0xdefbx2){this[_0x15c7[1062]]&&(this[_0x15c7[1062]]= !1);this[_0x15c7[746]]( new mxEventObject(mxEvent.DISCONNECT,_0x15c7[1077],_0xdefbx2))};mxSession[_0x15c7[202]][_0x15c7[1075]]=function(){this[_0x15c7[1062]]&&!this[_0x15c7[1063]]&&null!=this[_0x15c7[1057]]?(this[_0x15c7[1074]]= !0,this[_0x15c7[203]](this[_0x15c7[1057]],mxUtils[_0x15c7[885]](this,function(){this[_0x15c7[1075]]()}))):this[_0x15c7[1074]]= !1};mxSession[_0x15c7[202]][_0x15c7[827]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){null!=_0xdefbx2&&0<_0xdefbx2[_0x15c7[67]]&&(null!=this[_0x15c7[1058]]&&(this[_0x15c7[143]]?(mxLog[_0x15c7[539]](),mxLog[_0x15c7[143]](_0x15c7[1078]+this[_0x15c7[1058]]+_0x15c7[1079]+_0xdefbx2)):(_0xdefbx2=_0x15c7[1080]+_0xdefbx2+_0x15c7[1081],this[_0x15c7[1070]]&&(_0xdefbx2=encodeURIComponent(_0xdefbx2)),mxUtils[_0x15c7[814]](this[_0x15c7[1058]],_0x15c7[1082]+_0xdefbx2,_0xdefbx3,_0xdefbx4))),this[_0x15c7[1072]]+=_0xdefbx2[_0x15c7[67]],this[_0x15c7[746]]( new mxEventObject(mxEvent.NOTIFY,_0x15c7[863],this[_0x15c7[1058]],_0x15c7[338],_0xdefbx2)))};mxSession[_0x15c7[202]][_0x15c7[203]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){if(_0x15c7[82]!= typeof mxUtils){var _0xdefbx5=mxUtils[_0x15c7[885]](this,function(_0xdefbx2){null!=_0xdefbx4?_0xdefbx4(_0xdefbx2):this[_0x15c7[1076]](_0xdefbx2)});mxUtils[_0x15c7[203]](_0xdefbx2,mxUtils[_0x15c7[885]](this,function(_0xdefbx4){if(_0x15c7[82]!= typeof mxUtils){if(_0xdefbx4[_0x15c7[220]]()&&404!=_0xdefbx4[_0x15c7[878]]()){if(this[_0x15c7[1073]]+=_0xdefbx4[_0x15c7[221]]()[_0x15c7[67]],this[_0x15c7[746]]( new mxEventObject(mxEvent.GET,_0x15c7[863],_0xdefbx2,_0x15c7[870],_0xdefbx4)),this[_0x15c7[1083]](_0xdefbx4)){if(0<_0xdefbx4[_0x15c7[221]]()[_0x15c7[67]]){var _0xdefbxa=_0xdefbx4[_0x15c7[874]]();null==_0xdefbxa?_0xdefbx5(_0x15c7[1084]+_0xdefbx4[_0x15c7[221]]()):this[_0x15c7[806]](_0xdefbxa)};null!=_0xdefbx3&&_0xdefbx3(_0xdefbx4)}}else {_0xdefbx5(_0x15c7[1085])}}}),function(_0xdefbx2){_0xdefbx5(_0x15c7[1086])})}};mxSession[_0x15c7[202]][_0x15c7[1083]]=function(_0xdefbx2){return 0>_0xdefbx2[_0x15c7[221]]()[_0x15c7[2]](_0x15c7[1087])};mxSession[_0x15c7[202]][_0x15c7[1067]]=function(_0xdefbx2,_0xdefbx3){for(var _0xdefbx4=_0x15c7[110],_0xdefbx5=_0xdefbx3?-1:1,_0xdefbx9=_0xdefbx3?_0xdefbx2[_0x15c7[67]]-1:0;0<=_0xdefbx9&&_0xdefbx9<_0xdefbx2[_0x15c7[67]];_0xdefbx9+=_0xdefbx5){var _0xdefbxa=this[_0x15c7[1059]][_0x15c7[514]](_0xdefbx2[_0xdefbx9]),_0xdefbx4=_0xdefbx4+mxUtils[_0x15c7[875]](_0xdefbxa,this[_0x15c7[1069]])};return _0xdefbx4};mxSession[_0x15c7[202]][_0x15c7[806]]=function(_0xdefbx2){if(null!=_0xdefbx2&&_0xdefbx2[_0x15c7[288]]==mxConstants[_0x15c7[289]]){var _0xdefbx3=_0xdefbx2[_0x15c7[284]](_0x15c7[1088]);null!=_0xdefbx3&&(this[_0x15c7[251]][_0x15c7[1089]]=_0xdefbx3+_0x15c7[213]);for(_0xdefbx3=_0xdefbx2[_0x15c7[285]];null!=_0xdefbx3;){var _0xdefbx4=_0xdefbx3[_0x15c7[301]][_0x15c7[216]]();_0x15c7[724]==_0xdefbx4?this[_0x15c7[1090]](_0xdefbx3):_0x15c7[1091]==_0xdefbx4&&this[_0x15c7[1092]](_0xdefbx3);_0xdefbx3=_0xdefbx3[_0x15c7[287]]};this[_0x15c7[746]]( new mxEventObject(mxEvent.RECEIVE,_0x15c7[252],_0xdefbx2))}};mxSession[_0x15c7[202]][_0x15c7[1090]]=function(_0xdefbx2){( new mxCodec(_0xdefbx2[_0x15c7[295]]))[_0x15c7[1093]](_0xdefbx2[_0x15c7[285]],this[_0x15c7[251]])};mxSession[_0x15c7[202]][_0x15c7[1092]]=function(_0xdefbx2){for(_0xdefbx2=_0xdefbx2[_0x15c7[285]];null!=_0xdefbx2;){_0x15c7[1061]==_0xdefbx2[_0x15c7[301]]&&this[_0x15c7[1094]](_0xdefbx2),_0xdefbx2=_0xdefbx2[_0x15c7[287]]}};mxSession[_0x15c7[202]][_0x15c7[1094]]=function(_0xdefbx2){_0xdefbx2=this[_0x15c7[1095]](_0xdefbx2);if(0<_0xdefbx2[_0x15c7[67]]){var _0xdefbx3=this[_0x15c7[1096]](_0xdefbx2);this[_0x15c7[251]][_0x15c7[746]]( new mxEventObject(mxEvent.CHANGE,_0x15c7[1061],_0xdefbx3,_0x15c7[1065],_0xdefbx2));this[_0x15c7[251]][_0x15c7[746]]( new mxEventObject(mxEvent.UNDO,_0x15c7[1061],_0xdefbx3));this[_0x15c7[746]]( new mxEventObject(mxEvent.FIRED,_0x15c7[1061],_0xdefbx3))}};mxSession[_0x15c7[202]][_0x15c7[1096]]=function(_0xdefbx2){var _0xdefbx3= new mxUndoableEdit(this[_0x15c7[251]],this[_0x15c7[1071]]);_0xdefbx3[_0x15c7[1065]]=_0xdefbx2;_0xdefbx3[_0x15c7[827]]=function(){_0xdefbx3[_0x15c7[1097]][_0x15c7[746]]( new mxEventObject(mxEvent.CHANGE,_0x15c7[1061],_0xdefbx3,_0x15c7[1065],_0xdefbx3[_0x15c7[1065]]));_0xdefbx3[_0x15c7[1097]][_0x15c7[746]]( new mxEventObject(mxEvent.NOTIFY,_0x15c7[1061],_0xdefbx3,_0x15c7[1065],_0xdefbx3[_0x15c7[1065]]))};return _0xdefbx3};mxSession[_0x15c7[202]][_0x15c7[1095]]=function(_0xdefbx2){this[_0x15c7[1059]][_0x15c7[395]]=_0xdefbx2[_0x15c7[295]];var _0xdefbx3=[];for(_0xdefbx2=_0xdefbx2[_0x15c7[285]];null!=_0xdefbx2;){var _0xdefbx4=this[_0x15c7[1098]](_0xdefbx2);null!=_0xdefbx4&&_0xdefbx3[_0x15c7[207]](_0xdefbx4);_0xdefbx2=_0xdefbx2[_0x15c7[287]]};return _0xdefbx3};mxSession[_0x15c7[202]][_0x15c7[1098]]=function(_0xdefbx2){var _0xdefbx3=null;_0xdefbx2[_0x15c7[288]]==mxConstants[_0x15c7[289]]&&(_0xdefbx3=_0x15c7[1099]==_0xdefbx2[_0x15c7[301]]?( new mxCodec(_0xdefbx2[_0x15c7[295]]))[_0x15c7[1093]](_0xdefbx2):this[_0x15c7[1059]][_0x15c7[1093]](_0xdefbx2),null!=_0xdefbx3&&(_0xdefbx3[_0x15c7[251]]=this[_0x15c7[251]],_0xdefbx3[_0x15c7[350]](),_0x15c7[1100]==_0xdefbx2[_0x15c7[301]]&&null==_0xdefbx3[_0x15c7[1101]]&&this[_0x15c7[1102]](_0xdefbx3[_0x15c7[247]])));return _0xdefbx3};mxSession[_0x15c7[202]][_0x15c7[1102]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[1059]][_0x15c7[1104]](_0xdefbx2[_0x15c7[1103]](),_0xdefbx2);for(var _0xdefbx4=this[_0x15c7[251]][_0x15c7[262]](_0xdefbx2),_0xdefbx5=0;_0xdefbx5<_0xdefbx4;_0xdefbx5++){this[_0x15c7[1102]](this[_0x15c7[251]][_0x15c7[263]](_0xdefbx2,_0xdefbx5))}};function mxUndoableEdit(_0xdefbx2,_0xdefbx3){this[_0x15c7[1097]]=_0xdefbx2;this[_0x15c7[1065]]=[];this[_0x15c7[1105]]=null!=_0xdefbx3?_0xdefbx3:!0}mxUndoableEdit[_0x15c7[202]][_0x15c7[1097]]=null;mxUndoableEdit[_0x15c7[202]][_0x15c7[1065]]=null;mxUndoableEdit[_0x15c7[202]][_0x15c7[1105]]=null;mxUndoableEdit[_0x15c7[202]][_0x15c7[1066]]= !1;mxUndoableEdit[_0x15c7[202]][_0x15c7[1106]]= !1;mxUndoableEdit[_0x15c7[202]][_0x15c7[1107]]=function(){return 0==this[_0x15c7[1065]][_0x15c7[67]]};mxUndoableEdit[_0x15c7[202]][_0x15c7[1108]]=function(){return this[_0x15c7[1105]]};mxUndoableEdit[_0x15c7[202]][_0x15c7[99]]=function(_0xdefbx2){this[_0x15c7[1065]][_0x15c7[207]](_0xdefbx2)};mxUndoableEdit[_0x15c7[202]][_0x15c7[827]]=function(){};mxUndoableEdit[_0x15c7[202]][_0x15c7[1109]]=function(){};mxUndoableEdit[_0x15c7[202]][_0x15c7[824]]=function(){if(!this[_0x15c7[1066]]){this[_0x15c7[1097]][_0x15c7[746]]( new mxEventObject(mxEvent.START_EDIT));for(var _0xdefbx2=this[_0x15c7[1065]][_0x15c7[67]]-1;0<=_0xdefbx2;_0xdefbx2--){var _0xdefbx3=this[_0x15c7[1065]][_0xdefbx2];null!=_0xdefbx3[_0x15c7[350]]?_0xdefbx3[_0x15c7[350]]():null!=_0xdefbx3[_0x15c7[824]]&&_0xdefbx3[_0x15c7[824]]();this[_0x15c7[1097]][_0x15c7[746]]( new mxEventObject(mxEvent.EXECUTED,_0x15c7[826],_0xdefbx3))};this[_0x15c7[1066]]= !0;this[_0x15c7[1106]]= !1;this[_0x15c7[1097]][_0x15c7[746]]( new mxEventObject(mxEvent.END_EDIT))};this[_0x15c7[827]]()};mxUndoableEdit[_0x15c7[202]][_0x15c7[825]]=function(){if(!this[_0x15c7[1106]]){this[_0x15c7[1097]][_0x15c7[746]]( new mxEventObject(mxEvent.START_EDIT));for(var _0xdefbx2=this[_0x15c7[1065]][_0x15c7[67]],_0xdefbx3=0;_0xdefbx3<_0xdefbx2;_0xdefbx3++){var _0xdefbx4=this[_0x15c7[1065]][_0xdefbx3];null!=_0xdefbx4[_0x15c7[350]]?_0xdefbx4[_0x15c7[350]]():null!=_0xdefbx4[_0x15c7[825]]&&_0xdefbx4[_0x15c7[825]]();this[_0x15c7[1097]][_0x15c7[746]]( new mxEventObject(mxEvent.EXECUTED,_0x15c7[826],_0xdefbx4))};this[_0x15c7[1066]]= !1;this[_0x15c7[1106]]= !0;this[_0x15c7[1097]][_0x15c7[746]]( new mxEventObject(mxEvent.END_EDIT))};this[_0x15c7[827]]()};function mxUndoManager(_0xdefbx2){this[_0x15c7[803]]=null!=_0xdefbx2?_0xdefbx2:100;this[_0x15c7[200]]()}mxUndoManager[_0x15c7[202]]= new mxEventSource;mxUndoManager[_0x15c7[202]][_0x15c7[196]]=mxUndoManager;mxUndoManager[_0x15c7[202]][_0x15c7[803]]=null;mxUndoManager[_0x15c7[202]][_0x15c7[1110]]=null;mxUndoManager[_0x15c7[202]][_0x15c7[1111]]=0;mxUndoManager[_0x15c7[202]][_0x15c7[1107]]=function(){return 0==this[_0x15c7[1110]][_0x15c7[67]]};mxUndoManager[_0x15c7[202]][_0x15c7[200]]=function(){this[_0x15c7[1110]]=[];this[_0x15c7[1111]]=0;this[_0x15c7[746]]( new mxEventObject(mxEvent.CLEAR))};mxUndoManager[_0x15c7[202]][_0x15c7[1112]]=function(){return 0<this[_0x15c7[1111]]};mxUndoManager[_0x15c7[202]][_0x15c7[824]]=function(){for(;0<this[_0x15c7[1111]];){var _0xdefbx2=this[_0x15c7[1110]][--this[_0x15c7[1111]]];_0xdefbx2[_0x15c7[824]]();if(_0xdefbx2[_0x15c7[1108]]()){this[_0x15c7[746]]( new mxEventObject(mxEvent.UNDO,_0x15c7[1061],_0xdefbx2));break}}};mxUndoManager[_0x15c7[202]][_0x15c7[1113]]=function(){return this[_0x15c7[1111]]<this[_0x15c7[1110]][_0x15c7[67]]};mxUndoManager[_0x15c7[202]][_0x15c7[825]]=function(){for(var _0xdefbx2=this[_0x15c7[1110]][_0x15c7[67]];this[_0x15c7[1111]]<_0xdefbx2;){var _0xdefbx3=this[_0x15c7[1110]][this[_0x15c7[1111]]++];_0xdefbx3[_0x15c7[825]]();if(_0xdefbx3[_0x15c7[1108]]()){this[_0x15c7[746]]( new mxEventObject(mxEvent.REDO,_0x15c7[1061],_0xdefbx3));break}}};mxUndoManager[_0x15c7[202]][_0x15c7[1114]]=function(_0xdefbx2){this[_0x15c7[330]]();0<this[_0x15c7[803]]&&this[_0x15c7[803]]==this[_0x15c7[1110]][_0x15c7[67]]&&this[_0x15c7[1110]][_0x15c7[1115]]();this[_0x15c7[1110]][_0x15c7[207]](_0xdefbx2);this[_0x15c7[1111]]=this[_0x15c7[1110]][_0x15c7[67]];this[_0x15c7[746]]( new mxEventObject(mxEvent.ADD,_0x15c7[1061],_0xdefbx2))};mxUndoManager[_0x15c7[202]][_0x15c7[330]]=function(){if(this[_0x15c7[1110]][_0x15c7[67]]>this[_0x15c7[1111]]){for(var _0xdefbx2=this[_0x15c7[1110]][_0x15c7[300]](this[_0x15c7[1111]],this[_0x15c7[1110]][_0x15c7[67]]-this[_0x15c7[1111]]),_0xdefbx3=0;_0xdefbx3<_0xdefbx2[_0x15c7[67]];_0xdefbx3++){_0xdefbx2[_0xdefbx3][_0x15c7[1109]]()}}};var mxUrlConverter=function(_0xdefbx2){var _0xdefbx3=!0,_0xdefbx4=null,_0xdefbx5=null;return {isEnabled:function(){return _0xdefbx3},setEnabled:function(_0xdefbx2){_0xdefbx3=_0xdefbx2},getBaseUrl:function(){return _0xdefbx4},setBaseUrl:function(_0xdefbx2){_0xdefbx4=_0xdefbx2},getBaseDomain:function(){return _0xdefbx4},setBaseDomain:function(_0xdefbx2){_0xdefbx4=_0xdefbx2},isRelativeUrl:function(_0xdefbx2){return _0x15c7[43]!=_0xdefbx2[_0x15c7[85]](0,7)&&_0x15c7[46]!=_0xdefbx2[_0x15c7[85]](0,8)&&_0x15c7[1116]!=_0xdefbx2[_0x15c7[85]](0,10)},convert:function(_0xdefbx2){if(_0xdefbx3&&this[_0x15c7[1117]](_0xdefbx2)){if(null==_0xdefbx4){_0xdefbx5=location[_0x15c7[1118]]+_0x15c7[1119]+location[_0x15c7[1120]];_0xdefbx4=_0xdefbx5+location[_0x15c7[1121]];var _0xdefbxa=_0xdefbx4[_0x15c7[1122]](_0x15c7[84]);0<_0xdefbxa&&(_0xdefbx4=_0xdefbx4[_0x15c7[85]](0,_0xdefbxa+1))};_0xdefbx2=_0x15c7[84]==_0xdefbx2[_0x15c7[225]](0)?_0xdefbx5+_0xdefbx2:_0xdefbx4+_0xdefbx2};return _0xdefbx2}}};function mxPanningManager(_0xdefbx2){this[_0x15c7[1123]]=null;this[_0x15c7[1124]]= !1;this[_0x15c7[1125]]=this[_0x15c7[1126]]=this[_0x15c7[1127]]=this[_0x15c7[1128]]=this[_0x15c7[1129]]=this[_0x15c7[1130]]=0;this[_0x15c7[1131]]= !1;this[_0x15c7[190]]=this[_0x15c7[360]]=0;this[_0x15c7[1132]]={mouseDown:function(_0xdefbx2,_0xdefbx3){},mouseMove:function(_0xdefbx2,_0xdefbx3){},mouseUp:mxUtils[_0x15c7[885]](this,function(_0xdefbx2,_0xdefbx3){this[_0x15c7[1124]]&&this[_0x15c7[1076]]()})};_0xdefbx2[_0x15c7[1133]](this[_0x15c7[1132]]);mxEvent[_0x15c7[169]](document,_0x15c7[753],mxUtils[_0x15c7[885]](this,function(){this[_0x15c7[1124]]&&this[_0x15c7[1076]]()}));var _0xdefbx3=mxUtils[_0x15c7[885]](this,function(){this[_0x15c7[1131]]=mxUtils[_0x15c7[1134]](_0xdefbx2[_0x15c7[526]]);this[_0x15c7[360]]=_0xdefbx2[_0x15c7[526]][_0x15c7[360]];this[_0x15c7[190]]=_0xdefbx2[_0x15c7[526]][_0x15c7[190]];return window[_0x15c7[1141]](mxUtils[_0x15c7[885]](this,function(){this[_0x15c7[1130]]-=this[_0x15c7[1126]];this[_0x15c7[1129]]-=this[_0x15c7[1125]];if(this[_0x15c7[1131]]){var _0xdefbx3=-_0xdefbx2[_0x15c7[526]][_0x15c7[360]]-Math[_0x15c7[430]](this[_0x15c7[1126]]),_0xdefbx5=-_0xdefbx2[_0x15c7[526]][_0x15c7[190]]-Math[_0x15c7[430]](this[_0x15c7[1125]]);_0xdefbx2[_0x15c7[1135]](_0xdefbx3,_0xdefbx5);_0xdefbx2[_0x15c7[1136]]=this[_0x15c7[360]]-_0xdefbx2[_0x15c7[526]][_0x15c7[360]];_0xdefbx2[_0x15c7[1137]]=this[_0x15c7[190]]-_0xdefbx2[_0x15c7[526]][_0x15c7[190]];_0xdefbx2[_0x15c7[746]]( new mxEventObject(mxEvent.PAN))}else {_0xdefbx2[_0x15c7[1135]](this[_0x15c7[1138]](),this[_0x15c7[1139]]())}}),this[_0x15c7[1140]])});this[_0x15c7[1142]]=function(){return active};this[_0x15c7[1138]]=function(){return Math[_0x15c7[488]](this[_0x15c7[1130]])};this[_0x15c7[1139]]=function(){return Math[_0x15c7[488]](this[_0x15c7[1129]])};this[_0x15c7[861]]=function(){this[_0x15c7[1128]]=_0xdefbx2[_0x15c7[441]][_0x15c7[513]][_0x15c7[235]];this[_0x15c7[1127]]=_0xdefbx2[_0x15c7[441]][_0x15c7[513]][_0x15c7[236]];this[_0x15c7[1124]]= !0};this[_0x15c7[1143]]=function(_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){this[_0x15c7[1124]]||this[_0x15c7[861]]();this[_0x15c7[360]]=_0xdefbx2[_0x15c7[526]][_0x15c7[360]];this[_0x15c7[190]]=_0xdefbx2[_0x15c7[526]][_0x15c7[190]];_0xdefbxa=null!=_0xdefbxa?_0xdefbxa:0;var _0xdefbx12=_0xdefbx2[_0x15c7[526]];this[_0x15c7[1126]]=_0xdefbx4+(null!=_0xdefbx9?_0xdefbx9:0)-_0xdefbx12[_0x15c7[360]]-_0xdefbx12[_0x15c7[159]];0>this[_0x15c7[1126]]&&Math[_0x15c7[425]](this[_0x15c7[1126]])<this[_0x15c7[467]]?this[_0x15c7[1126]]=this[_0x15c7[467]]+this[_0x15c7[1126]]:this[_0x15c7[1126]]=this[_0x15c7[1144]]?Math[_0x15c7[160]](this[_0x15c7[1126]],0):0;0==this[_0x15c7[1126]]&&(this[_0x15c7[1126]]=_0xdefbx4-_0xdefbx12[_0x15c7[360]],this[_0x15c7[1126]]=0<this[_0x15c7[1126]]&&this[_0x15c7[1126]]<this[_0x15c7[467]]?this[_0x15c7[1126]]-this[_0x15c7[467]]:this[_0x15c7[1144]]?Math[_0x15c7[243]](0,this[_0x15c7[1126]]):0);this[_0x15c7[1125]]=_0xdefbx5+_0xdefbxa-_0xdefbx12[_0x15c7[190]]-_0xdefbx12[_0x15c7[157]];0>this[_0x15c7[1125]]&&Math[_0x15c7[425]](this[_0x15c7[1125]])<this[_0x15c7[467]]?this[_0x15c7[1125]]=this[_0x15c7[467]]+this[_0x15c7[1125]]:this[_0x15c7[1125]]=this[_0x15c7[1144]]?Math[_0x15c7[160]](this[_0x15c7[1125]],0):0;0==this[_0x15c7[1125]]&&(this[_0x15c7[1125]]=_0xdefbx5-_0xdefbx12[_0x15c7[190]],this[_0x15c7[1125]]=0<this[_0x15c7[1125]]&&this[_0x15c7[1125]]<this[_0x15c7[467]]?this[_0x15c7[1125]]-this[_0x15c7[467]]:this[_0x15c7[1144]]?Math[_0x15c7[243]](0,this[_0x15c7[1125]]):0);0!=this[_0x15c7[1126]]||0!=this[_0x15c7[1125]]?(this[_0x15c7[1126]]*=this[_0x15c7[1145]],this[_0x15c7[1125]]*=this[_0x15c7[1145]],null==this[_0x15c7[1123]]&&(this[_0x15c7[1123]]=_0xdefbx3())):null!=this[_0x15c7[1123]]&&(window[_0x15c7[1146]](this[_0x15c7[1123]]),this[_0x15c7[1123]]=null)};this[_0x15c7[1076]]=function(){if(this[_0x15c7[1124]]){if(this[_0x15c7[1124]]= !1,null!=this[_0x15c7[1123]]&&(window[_0x15c7[1146]](this[_0x15c7[1123]]),this[_0x15c7[1123]]=null),this[_0x15c7[1129]]=this[_0x15c7[1130]]=0,this[_0x15c7[1131]]){_0xdefbx2[_0x15c7[1136]]=0,_0xdefbx2[_0x15c7[1137]]=0,_0xdefbx2[_0x15c7[746]]( new mxEventObject(mxEvent.PAN))}else {var _0xdefbx3=_0xdefbx2[_0x15c7[1136]],_0xdefbx5=_0xdefbx2[_0x15c7[1137]];if(0!=_0xdefbx3||0!=_0xdefbx5){_0xdefbx2[_0x15c7[1135]](0,0),_0xdefbx2[_0x15c7[441]][_0x15c7[1147]](this[_0x15c7[1128]]+_0xdefbx3/_0xdefbx2[_0x15c7[441]][_0x15c7[255]],this[_0x15c7[1127]]+_0xdefbx5/_0xdefbx2[_0x15c7[441]][_0x15c7[255]])}}}};this[_0x15c7[515]]=function(){_0xdefbx2[_0x15c7[1148]](this[_0x15c7[1132]])}}mxPanningManager[_0x15c7[202]][_0x15c7[1145]]=1/6;mxPanningManager[_0x15c7[202]][_0x15c7[1140]]=10;mxPanningManager[_0x15c7[202]][_0x15c7[1144]]= !0;mxPanningManager[_0x15c7[202]][_0x15c7[467]]=0;function mxPopupMenu(_0xdefbx2){this[_0x15c7[1033]]=_0xdefbx2;null!=_0xdefbx2&&this[_0x15c7[176]]()}mxPopupMenu[_0x15c7[202]]= new mxEventSource;mxPopupMenu[_0x15c7[202]][_0x15c7[196]]=mxPopupMenu;mxPopupMenu[_0x15c7[202]][_0x15c7[1149]]=mxClient[_0x15c7[88]]+_0x15c7[1150];mxPopupMenu[_0x15c7[202]][_0x15c7[931]]=10006;mxPopupMenu[_0x15c7[202]][_0x15c7[1033]]=null;mxPopupMenu[_0x15c7[202]][_0x15c7[1151]]= !1;mxPopupMenu[_0x15c7[202]][_0x15c7[984]]= !0;mxPopupMenu[_0x15c7[202]][_0x15c7[1152]]=0;mxPopupMenu[_0x15c7[202]][_0x15c7[1153]]= !1;mxPopupMenu[_0x15c7[202]][_0x15c7[1154]]= !1;mxPopupMenu[_0x15c7[202]][_0x15c7[1155]]= !0;mxPopupMenu[_0x15c7[202]][_0x15c7[176]]=function(){this[_0x15c7[116]]=document[_0x15c7[55]](_0x15c7[116]);this[_0x15c7[116]][_0x15c7[926]]=_0x15c7[1156];this[_0x15c7[120]]=document[_0x15c7[55]](_0x15c7[120]);this[_0x15c7[116]][_0x15c7[62]](this[_0x15c7[120]]);this[_0x15c7[485]]=document[_0x15c7[55]](_0x15c7[485]);this[_0x15c7[485]][_0x15c7[926]]=_0x15c7[1156];this[_0x15c7[485]][_0x15c7[124]][_0x15c7[495]]=_0x15c7[497];this[_0x15c7[485]][_0x15c7[124]][_0x15c7[931]]=this[_0x15c7[931]];this[_0x15c7[485]][_0x15c7[62]](this[_0x15c7[116]]);mxEvent[_0x15c7[1157]](this[_0x15c7[485]])};mxPopupMenu[_0x15c7[202]][_0x15c7[994]]=function(){return this[_0x15c7[984]]};mxPopupMenu[_0x15c7[202]][_0x15c7[995]]=function(_0xdefbx2){this[_0x15c7[984]]=_0xdefbx2};mxPopupMenu[_0x15c7[202]][_0x15c7[737]]=function(_0xdefbx2){return _0xdefbx2[_0x15c7[737]]()||this[_0x15c7[1151]]&&mxEvent[_0x15c7[1158]](_0xdefbx2[_0x15c7[727]]())};mxPopupMenu[_0x15c7[202]][_0x15c7[1025]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){_0xdefbx5=_0xdefbx5||this;this[_0x15c7[1152]]++;_0xdefbx5[_0x15c7[1159]]&&(_0xdefbx5[_0x15c7[1160]]&&this[_0x15c7[1051]](_0xdefbx5,!0),_0xdefbx5[_0x15c7[1159]]= !1);_0xdefbx5[_0x15c7[1160]]= !0;var _0xdefbx12=document[_0x15c7[55]](_0x15c7[121]);_0xdefbx12[_0x15c7[926]]=_0x15c7[1161];var _0xdefbx13=document[_0x15c7[55]](_0x15c7[122]);_0xdefbx13[_0x15c7[926]]=_0x15c7[1162];null!=_0xdefbx3?(_0xdefbx9=document[_0x15c7[55]](_0x15c7[466]),_0xdefbx9[_0x15c7[390]]=_0xdefbx3,_0xdefbx13[_0x15c7[62]](_0xdefbx9)):null!=_0xdefbx9&&(_0xdefbx3=document[_0x15c7[55]](_0x15c7[485]),_0xdefbx3[_0x15c7[926]]=_0xdefbx9,_0xdefbx13[_0x15c7[62]](_0xdefbx3));_0xdefbx12[_0x15c7[62]](_0xdefbx13);this[_0x15c7[1155]]&&(_0xdefbx13=document[_0x15c7[55]](_0x15c7[122]),_0xdefbx13[_0x15c7[926]]=_0x15c7[1161]+(null!=_0xdefbxa&&!_0xdefbxa?_0x15c7[1163]:_0x15c7[110]),mxUtils[_0x15c7[53]](_0xdefbx13,_0xdefbx2),_0xdefbx13[_0x15c7[611]]=_0x15c7[361],_0xdefbx12[_0x15c7[62]](_0xdefbx13),_0xdefbx2=document[_0x15c7[55]](_0x15c7[122]),_0xdefbx2[_0x15c7[926]]=_0x15c7[1161]+(null!=_0xdefbxa&&!_0xdefbxa?_0x15c7[1163]:_0x15c7[110]),_0xdefbx2[_0x15c7[124]][_0x15c7[1164]]=_0x15c7[1055],_0xdefbx2[_0x15c7[124]][_0x15c7[1165]]=_0x15c7[699],_0xdefbx12[_0x15c7[62]](_0xdefbx2),null==_0xdefbx5[_0x15c7[485]]&&this[_0x15c7[1166]](_0xdefbx5));_0xdefbx5[_0x15c7[120]][_0x15c7[62]](_0xdefbx12);if(null==_0xdefbxa||_0xdefbxa){mxEvent[_0x15c7[759]](_0xdefbx12,mxUtils[_0x15c7[885]](this,function(_0xdefbx2){this[_0x15c7[1167]]=_0xdefbx12;_0xdefbx5[_0x15c7[1168]]!=_0xdefbx12&&_0xdefbx5[_0x15c7[1168]]!=_0xdefbx5&&(null!=_0xdefbx5[_0x15c7[1168]]&&null!=_0xdefbx5[_0x15c7[1168]][_0x15c7[485]][_0x15c7[265]]&&this[_0x15c7[1169]](_0xdefbx5),null!=_0xdefbx12[_0x15c7[485]]&&(this[_0x15c7[1170]](_0xdefbx5,_0xdefbx12),_0xdefbx5[_0x15c7[1168]]=_0xdefbx12));mxEvent[_0x15c7[722]](_0xdefbx2)}),mxUtils[_0x15c7[885]](this,function(_0xdefbx2){_0xdefbx5[_0x15c7[1168]]!=_0xdefbx12&&_0xdefbx5[_0x15c7[1168]]!=_0xdefbx5&&(null!=_0xdefbx5[_0x15c7[1168]]&&null!=_0xdefbx5[_0x15c7[1168]][_0x15c7[485]][_0x15c7[265]]&&this[_0x15c7[1169]](_0xdefbx5),this[_0x15c7[1153]]&&null!=_0xdefbx12[_0x15c7[485]]&&(this[_0x15c7[1170]](_0xdefbx5,_0xdefbx12),_0xdefbx5[_0x15c7[1168]]=_0xdefbx12));_0xdefbx12[_0x15c7[926]]=_0x15c7[1171]}),mxUtils[_0x15c7[885]](this,function(_0xdefbx2){this[_0x15c7[1167]]==_0xdefbx12&&(_0xdefbx5[_0x15c7[1168]]!=_0xdefbx12&&this[_0x15c7[1032]](),null!=_0xdefbx4&&_0xdefbx4(_0xdefbx2));this[_0x15c7[1167]]=null;mxEvent[_0x15c7[722]](_0xdefbx2)})),mxEvent[_0x15c7[169]](_0xdefbx12,_0x15c7[1035],mxUtils[_0x15c7[885]](this,function(_0xdefbx2){_0xdefbx12[_0x15c7[926]]=_0x15c7[1161]}))};return _0xdefbx12};mxPopupMenu[_0x15c7[202]][_0x15c7[1166]]=function(_0xdefbx2){_0xdefbx2[_0x15c7[116]]=document[_0x15c7[55]](_0x15c7[116]);_0xdefbx2[_0x15c7[116]][_0x15c7[926]]=_0x15c7[1156];_0xdefbx2[_0x15c7[120]]=document[_0x15c7[55]](_0x15c7[120]);_0xdefbx2[_0x15c7[116]][_0x15c7[62]](_0xdefbx2[_0x15c7[120]]);_0xdefbx2[_0x15c7[485]]=document[_0x15c7[55]](_0x15c7[485]);_0xdefbx2[_0x15c7[485]][_0x15c7[926]]=_0x15c7[1156];_0xdefbx2[_0x15c7[485]][_0x15c7[124]][_0x15c7[491]]=_0x15c7[492];_0xdefbx2[_0x15c7[485]][_0x15c7[124]][_0x15c7[495]]=_0x15c7[497];_0xdefbx2[_0x15c7[485]][_0x15c7[124]][_0x15c7[931]]=this[_0x15c7[931]];_0xdefbx2[_0x15c7[485]][_0x15c7[62]](_0xdefbx2[_0x15c7[116]]);var _0xdefbx3=document[_0x15c7[55]](_0x15c7[466]);_0xdefbx3[_0x15c7[57]](_0x15c7[390],this[_0x15c7[1149]]);td=_0xdefbx2[_0x15c7[285]][_0x15c7[287]][_0x15c7[287]];td[_0x15c7[62]](_0xdefbx3)};mxPopupMenu[_0x15c7[202]][_0x15c7[1170]]=function(_0xdefbx2,_0xdefbx3){if(null!=_0xdefbx3[_0x15c7[485]]){_0xdefbx3[_0x15c7[485]][_0x15c7[124]][_0x15c7[361]]=_0xdefbx2[_0x15c7[485]][_0x15c7[358]]+_0xdefbx3[_0x15c7[358]]+_0xdefbx3[_0x15c7[359]]-1+_0x15c7[168];_0xdefbx3[_0x15c7[485]][_0x15c7[124]][_0x15c7[125]]=_0xdefbx2[_0x15c7[485]][_0x15c7[362]]+_0xdefbx3[_0x15c7[362]]+_0x15c7[168];document[_0x15c7[112]][_0x15c7[62]](_0xdefbx3[_0x15c7[485]]);var _0xdefbx4=parseInt(_0xdefbx3[_0x15c7[485]][_0x15c7[358]]),_0xdefbx5=parseInt(_0xdefbx3[_0x15c7[485]][_0x15c7[359]]),_0xdefbx9=document[_0x15c7[112]],_0xdefbxa=document[_0x15c7[158]];if(_0xdefbx4+_0xdefbx5>(_0xdefbx9[_0x15c7[360]]||_0xdefbxa[_0x15c7[360]])+(_0xdefbx9[_0x15c7[159]]||_0xdefbxa[_0x15c7[159]])){_0xdefbx3[_0x15c7[485]][_0x15c7[124]][_0x15c7[361]]=_0xdefbx2[_0x15c7[485]][_0x15c7[358]]-_0xdefbx5+(mxClient[_0x15c7[80]]?6:-6)+_0x15c7[168]};mxUtils[_0x15c7[933]](_0xdefbx3[_0x15c7[485]])}};mxPopupMenu[_0x15c7[202]][_0x15c7[1051]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx2=_0xdefbx2||this;if(this[_0x15c7[1154]]&& !_0xdefbx3){_0xdefbx2[_0x15c7[1159]]= !0}else {if(null!=_0xdefbx2[_0x15c7[120]]){_0xdefbx2[_0x15c7[1159]]= !1;var _0xdefbx4=document[_0x15c7[55]](_0x15c7[121]),_0xdefbx5=document[_0x15c7[55]](_0x15c7[122]);_0xdefbx5[_0x15c7[926]]=_0x15c7[1162];_0xdefbx5[_0x15c7[124]][_0x15c7[549]]=_0x15c7[1172];_0xdefbx4[_0x15c7[62]](_0xdefbx5);_0xdefbx5=document[_0x15c7[55]](_0x15c7[122]);_0xdefbx5[_0x15c7[124]][_0x15c7[549]]=_0x15c7[1172];_0xdefbx5[_0x15c7[57]](_0x15c7[1173],_0x15c7[1174]);var _0xdefbx9=document[_0x15c7[55]](_0x15c7[1054]);_0xdefbx9[_0x15c7[57]](_0x15c7[803],_0x15c7[500]);_0xdefbx5[_0x15c7[62]](_0xdefbx9);_0xdefbx4[_0x15c7[62]](_0xdefbx5);_0xdefbx2[_0x15c7[120]][_0x15c7[62]](_0xdefbx4)}}};mxPopupMenu[_0x15c7[202]][_0x15c7[152]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){if(null!=this[_0x15c7[485]]&&null!=this[_0x15c7[120]]&&null!=this[_0x15c7[1033]]){this[_0x15c7[485]][_0x15c7[124]][_0x15c7[361]]=_0xdefbx2+_0x15c7[168];for(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[125]]=_0xdefbx3+_0x15c7[168];null!=this[_0x15c7[120]][_0x15c7[285]];){mxEvent[_0x15c7[762]](this[_0x15c7[120]][_0x15c7[285]]),this[_0x15c7[120]][_0x15c7[266]](this[_0x15c7[120]][_0x15c7[285]])};this[_0x15c7[1152]]=0;this[_0x15c7[1033]](this,_0xdefbx4,_0xdefbx5);0<this[_0x15c7[1152]]&&(this[_0x15c7[1175]](),this[_0x15c7[746]]( new mxEventObject(mxEvent.SHOW)))}};mxPopupMenu[_0x15c7[202]][_0x15c7[1031]]=function(){return null!=this[_0x15c7[485]]&&this[_0x15c7[485]][_0x15c7[265]]==document[_0x15c7[112]]};mxPopupMenu[_0x15c7[202]][_0x15c7[1175]]=function(){9<=document[_0x15c7[5]]&&(this[_0x15c7[485]][_0x15c7[124]][_0x15c7[347]]=_0x15c7[130]);document[_0x15c7[112]][_0x15c7[62]](this[_0x15c7[485]]);mxUtils[_0x15c7[933]](this[_0x15c7[485]])};mxPopupMenu[_0x15c7[202]][_0x15c7[1032]]=function(){null!=this[_0x15c7[485]]&&(null!=this[_0x15c7[485]][_0x15c7[265]]&&this[_0x15c7[485]][_0x15c7[265]][_0x15c7[266]](this[_0x15c7[485]]),this[_0x15c7[1169]](this),this[_0x15c7[1160]]= !1)};mxPopupMenu[_0x15c7[202]][_0x15c7[1169]]=function(_0xdefbx2){null!=_0xdefbx2[_0x15c7[1168]]&&(this[_0x15c7[1169]](_0xdefbx2[_0x15c7[1168]]),null!=_0xdefbx2[_0x15c7[1168]][_0x15c7[485]][_0x15c7[265]]&&_0xdefbx2[_0x15c7[1168]][_0x15c7[485]][_0x15c7[265]][_0x15c7[266]](_0xdefbx2[_0x15c7[1168]][_0x15c7[485]]),_0xdefbx2[_0x15c7[1168]]=null)};mxPopupMenu[_0x15c7[202]][_0x15c7[515]]=function(){null!=this[_0x15c7[485]]&&(mxEvent[_0x15c7[762]](this[_0x15c7[485]]),null!=this[_0x15c7[485]][_0x15c7[265]]&&this[_0x15c7[485]][_0x15c7[265]][_0x15c7[266]](this[_0x15c7[485]]),this[_0x15c7[485]]=null)};function mxAutoSaveManager(_0xdefbx2){this[_0x15c7[1176]]=mxUtils[_0x15c7[885]](this,function(_0xdefbx2,_0xdefbx4){this[_0x15c7[994]]()&&this[_0x15c7[1177]](_0xdefbx4[_0x15c7[720]](_0x15c7[1061])[_0x15c7[1065]])});this[_0x15c7[1178]](_0xdefbx2)}mxAutoSaveManager[_0x15c7[202]]= new mxEventSource;mxAutoSaveManager[_0x15c7[202]][_0x15c7[196]]=mxAutoSaveManager;mxAutoSaveManager[_0x15c7[202]][_0x15c7[1179]]=null;mxAutoSaveManager[_0x15c7[202]][_0x15c7[1180]]=10;mxAutoSaveManager[_0x15c7[202]][_0x15c7[1181]]=2;mxAutoSaveManager[_0x15c7[202]][_0x15c7[1182]]=5;mxAutoSaveManager[_0x15c7[202]][_0x15c7[1183]]=0;mxAutoSaveManager[_0x15c7[202]][_0x15c7[1184]]=0;mxAutoSaveManager[_0x15c7[202]][_0x15c7[984]]= !0;mxAutoSaveManager[_0x15c7[202]][_0x15c7[1176]]=null;mxAutoSaveManager[_0x15c7[202]][_0x15c7[994]]=function(){return this[_0x15c7[984]]};mxAutoSaveManager[_0x15c7[202]][_0x15c7[995]]=function(_0xdefbx2){this[_0x15c7[984]]=_0xdefbx2};mxAutoSaveManager[_0x15c7[202]][_0x15c7[1178]]=function(_0xdefbx2){null!=this[_0x15c7[1179]]&&this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[745]](this[_0x15c7[1176]]);this[_0x15c7[1179]]=_0xdefbx2;null!=this[_0x15c7[1179]]&&this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[169]](mxEvent.CHANGE,this[_0x15c7[1176]])};mxAutoSaveManager[_0x15c7[202]][_0x15c7[815]]=function(){};mxAutoSaveManager[_0x15c7[202]][_0x15c7[1177]]=function(_0xdefbx2){_0xdefbx2=(( new Date)[_0x15c7[178]]()-this[_0x15c7[1184]])/1E3;_0xdefbx2>this[_0x15c7[1180]]||this[_0x15c7[1183]]>=this[_0x15c7[1182]]&&_0xdefbx2>this[_0x15c7[1181]]?(this[_0x15c7[815]](),this[_0x15c7[862]]()):this[_0x15c7[1183]]++};mxAutoSaveManager[_0x15c7[202]][_0x15c7[862]]=function(){this[_0x15c7[1184]]=( new Date)[_0x15c7[178]]();this[_0x15c7[1183]]=0};mxAutoSaveManager[_0x15c7[202]][_0x15c7[515]]=function(){this[_0x15c7[1178]](null)};function mxAnimation(_0xdefbx2){this[_0x15c7[1140]]=null!=_0xdefbx2?_0xdefbx2:20}mxAnimation[_0x15c7[202]]= new mxEventSource;mxAnimation[_0x15c7[202]][_0x15c7[196]]=mxAnimation;mxAnimation[_0x15c7[202]][_0x15c7[1140]]=null;mxAnimation[_0x15c7[202]][_0x15c7[1123]]=null;mxAnimation[_0x15c7[202]][_0x15c7[1185]]=function(){null==this[_0x15c7[1123]]&&(this[_0x15c7[1123]]=window[_0x15c7[1141]](mxUtils[_0x15c7[885]](this,this[_0x15c7[1186]]),this[_0x15c7[1140]]))};mxAnimation[_0x15c7[202]][_0x15c7[1186]]=function(){this[_0x15c7[746]]( new mxEventObject(mxEvent.EXECUTE))};mxAnimation[_0x15c7[202]][_0x15c7[1187]]=function(){null!=this[_0x15c7[1123]]&&(window[_0x15c7[1146]](this[_0x15c7[1123]]),this[_0x15c7[1123]]=null,this[_0x15c7[746]]( new mxEventObject(mxEvent.DONE)))};function mxMorphing(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){mxAnimation[_0x15c7[239]](this,_0xdefbx5);this[_0x15c7[1179]]=_0xdefbx2;this[_0x15c7[1188]]=null!=_0xdefbx3?_0xdefbx3:6;this[_0x15c7[1189]]=null!=_0xdefbx4?_0xdefbx4:1.5}mxMorphing[_0x15c7[202]]= new mxAnimation;mxMorphing[_0x15c7[202]][_0x15c7[196]]=mxMorphing;mxMorphing[_0x15c7[202]][_0x15c7[1179]]=null;mxMorphing[_0x15c7[202]][_0x15c7[1188]]=null;mxMorphing[_0x15c7[202]][_0x15c7[1190]]=0;mxMorphing[_0x15c7[202]][_0x15c7[1189]]=null;mxMorphing[_0x15c7[202]][_0x15c7[895]]=null;mxMorphing[_0x15c7[202]][_0x15c7[1186]]=function(){var _0xdefbx2= new mxCellStatePreview(this[_0x15c7[1179]]);if(null!=this[_0x15c7[895]]){for(var _0xdefbx3=0;_0xdefbx3<this[_0x15c7[895]][_0x15c7[67]];_0xdefbx3++){this[_0x15c7[1191]](cells[_0xdefbx3],_0xdefbx2,!1)}}else {this[_0x15c7[1191]](this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[501]](),_0xdefbx2,!0)};this[_0x15c7[539]](_0xdefbx2);(_0xdefbx2[_0x15c7[1107]]()||this[_0x15c7[1190]]++ >=this[_0x15c7[1188]])&&this[_0x15c7[1187]]()};mxMorphing[_0x15c7[202]][_0x15c7[539]]=function(_0xdefbx2){_0xdefbx2[_0x15c7[539]]()};mxMorphing[_0x15c7[202]][_0x15c7[1191]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[248]](_0xdefbx2),_0xdefbx9=null;if(null!=_0xdefbx5&&(_0xdefbx9=this[_0x15c7[1192]](_0xdefbx5),this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[1193]](_0xdefbx2)&&(0!=_0xdefbx9[_0x15c7[235]]||0!=_0xdefbx9[_0x15c7[236]]))){var _0xdefbxa=this[_0x15c7[1179]][_0x15c7[441]][_0x15c7[512]](),_0xdefbx12=this[_0x15c7[1179]][_0x15c7[441]][_0x15c7[518]]();_0xdefbx9[_0x15c7[235]]+=_0xdefbxa[_0x15c7[235]]*_0xdefbx12;_0xdefbx9[_0x15c7[236]]+=_0xdefbxa[_0x15c7[236]]*_0xdefbx12;_0xdefbx3[_0x15c7[1194]](_0xdefbx5,-_0xdefbx9[_0x15c7[235]]/this[_0x15c7[1189]],-_0xdefbx9[_0x15c7[236]]/this[_0x15c7[1189]])};if(_0xdefbx4&&!this[_0x15c7[1195]](_0xdefbx5,_0xdefbx9)){_0xdefbx5=this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[262]](_0xdefbx2);for(_0xdefbx9=0;_0xdefbx9<_0xdefbx5;_0xdefbx9++){this[_0x15c7[1191]](this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[263]](_0xdefbx2,_0xdefbx9),_0xdefbx3,_0xdefbx4)}}};mxMorphing[_0x15c7[202]][_0x15c7[1195]]=function(_0xdefbx2,_0xdefbx3){return null!=_0xdefbx3&&(0!=_0xdefbx3[_0x15c7[235]]||0!=_0xdefbx3[_0x15c7[236]])};mxMorphing[_0x15c7[202]][_0x15c7[1192]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[1196]](_0xdefbx2[_0x15c7[246]]),_0xdefbx4=this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[512]](),_0xdefbx5=this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[518]]();_0xdefbx2= new mxPoint(_0xdefbx2[_0x15c7[235]]/_0xdefbx5-_0xdefbx4[_0x15c7[235]],_0xdefbx2[_0x15c7[236]]/_0xdefbx5-_0xdefbx4[_0x15c7[236]]);return new mxPoint((_0xdefbx3[_0x15c7[235]]-_0xdefbx2[_0x15c7[235]])*_0xdefbx5,(_0xdefbx3[_0x15c7[236]]-_0xdefbx2[_0x15c7[236]])*_0xdefbx5)};mxMorphing[_0x15c7[202]][_0x15c7[1196]]=function(_0xdefbx2){var _0xdefbx3=null;null!=_0xdefbx2&&(_0xdefbx3=this[_0x15c7[1196]](this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[1197]](_0xdefbx2)),_0xdefbx2=this[_0x15c7[1179]][_0x15c7[1198]](_0xdefbx2),null!=_0xdefbx2&&(_0xdefbx3[_0x15c7[235]]+=_0xdefbx2[_0x15c7[235]],_0xdefbx3[_0x15c7[236]]+=_0xdefbx2[_0x15c7[236]]));null==_0xdefbx3&&(_0xdefbx3=this[_0x15c7[1179]][_0x15c7[441]][_0x15c7[512]](),_0xdefbx3= new mxPoint(-_0xdefbx3[_0x15c7[235]],-_0xdefbx3[_0x15c7[236]]));return _0xdefbx3};function mxImageBundle(_0xdefbx2){this[_0x15c7[1199]]=[];this[_0x15c7[1200]]=null!=_0xdefbx2?_0xdefbx2:!1}mxImageBundle[_0x15c7[202]][_0x15c7[1199]]=null;mxImageBundle[_0x15c7[202]][_0x15c7[1199]]=null;mxImageBundle[_0x15c7[202]][_0x15c7[1201]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){this[_0x15c7[1199]][_0xdefbx2]={value:_0xdefbx3,fallback:_0xdefbx4}};mxImageBundle[_0x15c7[202]][_0x15c7[1202]]=function(_0xdefbx2){var _0xdefbx3=null;null!=_0xdefbx2&&(_0xdefbx2=this[_0x15c7[1199]][_0xdefbx2],null!=_0xdefbx2&&(_0xdefbx3=this[_0x15c7[1200]]?_0xdefbx2[_0x15c7[1203]]:_0xdefbx2[_0x15c7[131]]));return _0xdefbx3};function mxImageExport(){}mxImageExport[_0x15c7[202]][_0x15c7[1204]]= !1;mxImageExport[_0x15c7[202]][_0x15c7[1205]]=function(_0xdefbx2,_0xdefbx3){null!=_0xdefbx2&&(this[_0x15c7[1207]](_0xdefbx2,_0xdefbx3,this[_0x15c7[1206]]),this[_0x15c7[1204]]&&this[_0x15c7[1207]](_0xdefbx2,_0xdefbx3,this[_0x15c7[1208]]))};mxImageExport[_0x15c7[202]][_0x15c7[1207]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){if(null!=_0xdefbx2){_0xdefbx4(_0xdefbx2,_0xdefbx3);for(var _0xdefbx5=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]],_0xdefbx9=_0xdefbx5[_0x15c7[251]][_0x15c7[262]](_0xdefbx2[_0x15c7[246]]),_0xdefbxa=0;_0xdefbxa<_0xdefbx9;_0xdefbxa++){var _0xdefbx12=_0xdefbx5[_0x15c7[441]][_0x15c7[248]](_0xdefbx5[_0x15c7[251]][_0x15c7[263]](_0xdefbx2[_0x15c7[246]],_0xdefbxa));this[_0x15c7[1207]](_0xdefbx12,_0xdefbx3,_0xdefbx4)}}};mxImageExport[_0x15c7[202]][_0x15c7[1206]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx2[_0x15c7[253]] instanceof mxShape&&(_0xdefbx3[_0x15c7[815]](),_0xdefbx2[_0x15c7[253]][_0x15c7[1209]](_0xdefbx3),_0xdefbx3[_0x15c7[1210]]());null!=_0xdefbx2[_0x15c7[963]]&&(_0xdefbx3[_0x15c7[815]](),_0xdefbx2[_0x15c7[963]][_0x15c7[1209]](_0xdefbx3),_0xdefbx3[_0x15c7[1210]]())};mxImageExport[_0x15c7[202]][_0x15c7[1208]]=function(_0xdefbx2,_0xdefbx3){null!=_0xdefbx2[_0x15c7[1211]]&&_0xdefbx2[_0x15c7[1211]][_0x15c7[209]](function(_0xdefbx2,_0xdefbx5){_0xdefbx5 instanceof mxShape&&_0xdefbx5[_0x15c7[1209]](_0xdefbx3)})};function mxAbstractCanvas2D(){this[_0x15c7[1212]]=this[_0x15c7[1213]]();this[_0x15c7[862]]()}mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[724]]=null;mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1214]]=null;mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1215]]=null;mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1216]]= !0;mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1217]]=0;mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1218]]=0;mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1219]]=_0x15c7[1220];mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1221]]=_0x15c7[1222];mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1223]]=_0x15c7[1224];mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1225]]=_0x15c7[1226];mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1227]]=_0x15c7[1228];mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1229]]= !1;mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1213]]=function(){return new mxUrlConverter};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[862]]=function(){this[_0x15c7[724]]=this[_0x15c7[1230]]();this[_0x15c7[1214]]=[]};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1230]]=function(){return {dx:0,dy:0,scale:1,alpha:1,fillColor:null,fillAlpha:1,gradientColor:null,gradientAlpha:1,gradientDirection:null,strokeColor:null,strokeWidth:1,dashed:!1,dashPattern:_0x15c7[1231],lineCap:_0x15c7[1232],lineJoin:_0x15c7[1233],miterLimit:10,fontColor:_0x15c7[1234],fontBackgroundColor:null,fontBorderColor:null,fontSize:mxConstants[_0x15c7[483]],fontFamily:mxConstants[_0x15c7[484]],fontStyle:0,shadow:!1,shadowColor:mxConstants[_0x15c7[1235]],shadowAlpha:mxConstants[_0x15c7[1236]],shadowDx:mxConstants[_0x15c7[1237]],shadowDy:mxConstants[_0x15c7[1238]],rotation:0,rotationCx:0,rotationCy:0}};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1239]]=function(_0xdefbx2){return Math[_0x15c7[488]](parseFloat(_0xdefbx2))};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1240]]=function(){if(null!=this[_0x15c7[1215]]&&(this[_0x15c7[1215]][_0x15c7[207]](arguments[0]),2<arguments[_0x15c7[67]])){for(var _0xdefbx2=this[_0x15c7[724]],_0xdefbx3=2;_0xdefbx3<arguments[_0x15c7[67]];_0xdefbx3+=2){this[_0x15c7[1217]]=arguments[_0xdefbx3-1],this[_0x15c7[1218]]=arguments[_0xdefbx3],this[_0x15c7[1215]][_0x15c7[207]](this[_0x15c7[1239]]((this[_0x15c7[1217]]+_0xdefbx2[_0x15c7[1126]])*_0xdefbx2[_0x15c7[255]])),this[_0x15c7[1215]][_0x15c7[207]](this[_0x15c7[1239]]((this[_0x15c7[1218]]+_0xdefbx2[_0x15c7[1125]])*_0xdefbx2[_0x15c7[255]]))}}};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1241]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx4*=Math[_0x15c7[424]]/180;return mxUtils[_0x15c7[432]]( new mxPoint(_0xdefbx2,_0xdefbx3),Math[_0x15c7[426]](_0xdefbx4),Math[_0x15c7[427]](_0xdefbx4), new mxPoint(_0xdefbx5,_0xdefbx9))};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[815]]=function(){this[_0x15c7[1214]][_0x15c7[207]](this[_0x15c7[724]]);this[_0x15c7[724]]=mxUtils[_0x15c7[238]](this[_0x15c7[724]])};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1210]]=function(){this[_0x15c7[724]]=this[_0x15c7[1214]][_0x15c7[1242]]()};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[255]]=function(_0xdefbx2){this[_0x15c7[724]][_0x15c7[255]]*=_0xdefbx2;this[_0x15c7[724]][_0x15c7[610]]*=_0xdefbx2};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[513]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[724]][_0x15c7[1126]]+=_0xdefbx2;this[_0x15c7[724]][_0x15c7[1125]]+=_0xdefbx3};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1243]]=function(_0xdefbx2){this[_0x15c7[724]][_0x15c7[1244]]=_0xdefbx2};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1245]]=function(_0xdefbx2){_0xdefbx2==mxConstants[_0x15c7[217]]&&(_0xdefbx2=null);this[_0x15c7[724]][_0x15c7[604]]=_0xdefbx2;this[_0x15c7[724]][_0x15c7[606]]=null};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1246]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14){_0xdefbx4=this[_0x15c7[724]];_0xdefbx4[_0x15c7[604]]=_0xdefbx2;_0xdefbx4[_0x15c7[1247]]=null!=_0xdefbx13?_0xdefbx13:1;_0xdefbx4[_0x15c7[606]]=_0xdefbx3;_0xdefbx4[_0x15c7[1248]]=null!=_0xdefbx14?_0xdefbx14:1;_0xdefbx4[_0x15c7[607]]=_0xdefbx12};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1249]]=function(_0xdefbx2){_0xdefbx2==mxConstants[_0x15c7[217]]&&(_0xdefbx2=null);this[_0x15c7[724]][_0x15c7[608]]=_0xdefbx2};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1250]]=function(_0xdefbx2){this[_0x15c7[724]][_0x15c7[610]]=_0xdefbx2};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1251]]=function(_0xdefbx2){this[_0x15c7[724]][_0x15c7[648]]=_0xdefbx2};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1252]]=function(_0xdefbx2){this[_0x15c7[724]][_0x15c7[649]]=_0xdefbx2};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1253]]=function(_0xdefbx2){this[_0x15c7[724]][_0x15c7[1254]]=_0xdefbx2};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1255]]=function(_0xdefbx2){this[_0x15c7[724]][_0x15c7[1256]]=_0xdefbx2};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1257]]=function(_0xdefbx2){this[_0x15c7[724]][_0x15c7[1258]]=_0xdefbx2};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1259]]=function(_0xdefbx2){_0xdefbx2==mxConstants[_0x15c7[217]]&&(_0xdefbx2=null);this[_0x15c7[724]][_0x15c7[665]]=_0xdefbx2};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1260]]=function(_0xdefbx2){_0xdefbx2==mxConstants[_0x15c7[217]]&&(_0xdefbx2=null);this[_0x15c7[724]][_0x15c7[1261]]=_0xdefbx2};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1262]]=function(_0xdefbx2){_0xdefbx2==mxConstants[_0x15c7[217]]&&(_0xdefbx2=null);this[_0x15c7[724]][_0x15c7[1263]]=_0xdefbx2};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1264]]=function(_0xdefbx2){this[_0x15c7[724]][_0x15c7[487]]=_0xdefbx2};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1265]]=function(_0xdefbx2){this[_0x15c7[724]][_0x15c7[486]]=_0xdefbx2};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1266]]=function(_0xdefbx2){null==_0xdefbx2&&(_0xdefbx2=0);this[_0x15c7[724]][_0x15c7[666]]=_0xdefbx2};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1267]]=function(_0xdefbx2){this[_0x15c7[724]][_0x15c7[639]]=_0xdefbx2};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1268]]=function(_0xdefbx2){_0xdefbx2==mxConstants[_0x15c7[217]]&&(_0xdefbx2=null);this[_0x15c7[724]][_0x15c7[1269]]=_0xdefbx2};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1270]]=function(_0xdefbx2){this[_0x15c7[724]][_0x15c7[1271]]=_0xdefbx2};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1272]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[724]][_0x15c7[1273]]=_0xdefbx2;this[_0x15c7[724]][_0x15c7[1274]]=_0xdefbx3};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1275]]=function(){this[_0x15c7[1218]]=this[_0x15c7[1217]]=0;this[_0x15c7[1215]]=[]};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1276]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[1240]](this[_0x15c7[1219]],_0xdefbx2,_0xdefbx3)};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1277]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[1240]](this[_0x15c7[1221]],_0xdefbx2,_0xdefbx3)};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1278]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){this[_0x15c7[1240]](this[_0x15c7[1223]],_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5)};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1279]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){this[_0x15c7[1240]](this[_0x15c7[1225]],_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa)};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1280]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12){_0xdefbx2=mxUtils[_0x15c7[1281]](this[_0x15c7[1217]],this[_0x15c7[1218]],_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12);for(_0xdefbx3=0;_0xdefbx3<_0xdefbx2[_0x15c7[67]];_0xdefbx3+=6){this[_0x15c7[1279]](_0xdefbx2[_0xdefbx3],_0xdefbx2[_0xdefbx3+1],_0xdefbx2[_0xdefbx3+2],_0xdefbx2[_0xdefbx3+3],_0xdefbx2[_0xdefbx3+4],_0xdefbx2[_0xdefbx3+5])}};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[268]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){this[_0x15c7[1240]](this[_0x15c7[1227]])};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1282]]=function(){};function mxXmlCanvas2D(_0xdefbx2){mxAbstractCanvas2D[_0x15c7[239]](this);this[_0x15c7[813]]=_0xdefbx2;this[_0x15c7[1283]]()}mxUtils[_0x15c7[1284]](mxXmlCanvas2D,mxAbstractCanvas2D);mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1285]]= !0;mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1286]]= !0;mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1283]]=function(){var _0xdefbx2;_0xdefbx2=this[_0x15c7[55]](_0x15c7[1287]);_0xdefbx2[_0x15c7[57]](_0x15c7[1288],mxConstants.DEFAULT_FONTFAMILY);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx2);_0xdefbx2=this[_0x15c7[55]](_0x15c7[1289]);_0xdefbx2[_0x15c7[57]](_0x15c7[803],mxConstants.DEFAULT_FONTSIZE);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx2);_0xdefbx2=this[_0x15c7[55]](_0x15c7[1290]);_0xdefbx2[_0x15c7[57]](_0x15c7[352],mxConstants.SHADOWCOLOR);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx2);_0xdefbx2=this[_0x15c7[55]](_0x15c7[1291]);_0xdefbx2[_0x15c7[57]](_0x15c7[1244],mxConstants.SHADOW_OPACITY);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx2);_0xdefbx2=this[_0x15c7[55]](_0x15c7[1292]);_0xdefbx2[_0x15c7[57]](_0x15c7[1126],mxConstants.SHADOW_OFFSET_X);_0xdefbx2[_0x15c7[57]](_0x15c7[1125],mxConstants.SHADOW_OFFSET_Y);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx2)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1239]]=function(_0xdefbx2){return parseFloat(parseFloat(_0xdefbx2)[_0x15c7[1293]](2))};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[55]]=function(_0xdefbx2){return this[_0x15c7[813]][_0x15c7[295]][_0x15c7[55]](_0xdefbx2)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[815]]=function(){this[_0x15c7[1286]]&&mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[815]][_0x15c7[183]](this,arguments);this[_0x15c7[813]][_0x15c7[62]](this[_0x15c7[55]](_0x15c7[815]))};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1210]]=function(){this[_0x15c7[1286]]&&mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1210]][_0x15c7[183]](this,arguments);this[_0x15c7[813]][_0x15c7[62]](this[_0x15c7[55]](_0x15c7[1210]))};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[255]]=function(_0xdefbx2){if(this[_0x15c7[1286]]){if(this[_0x15c7[724]][_0x15c7[255]]==_0xdefbx2){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1243]][_0x15c7[183]](this,arguments)};var _0xdefbx3=this[_0x15c7[55]](_0x15c7[255]);_0xdefbx3[_0x15c7[57]](_0x15c7[255],_0xdefbx2);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx3)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[513]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[55]](_0x15c7[513]);_0xdefbx4[_0x15c7[57]](_0x15c7[1126],this[_0x15c7[1239]](_0xdefbx2));_0xdefbx4[_0x15c7[57]](_0x15c7[1125],this[_0x15c7[1239]](_0xdefbx3));this[_0x15c7[813]][_0x15c7[62]](_0xdefbx4)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1294]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){var _0xdefbxa=this[_0x15c7[55]](_0x15c7[1294]);if(0!=_0xdefbx2||_0xdefbx3||_0xdefbx4){_0xdefbxa[_0x15c7[57]](_0x15c7[1295],this[_0x15c7[1239]](_0xdefbx2)),_0xdefbxa[_0x15c7[57]](_0x15c7[623],_0xdefbx3?_0x15c7[500]:_0x15c7[468]),_0xdefbxa[_0x15c7[57]](_0x15c7[624],_0xdefbx4?_0x15c7[500]:_0x15c7[468]),_0xdefbxa[_0x15c7[57]](_0x15c7[1296],this[_0x15c7[1239]](_0xdefbx5)),_0xdefbxa[_0x15c7[57]](_0x15c7[1297],this[_0x15c7[1239]](_0xdefbx9)),this[_0x15c7[813]][_0x15c7[62]](_0xdefbxa)}};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1243]]=function(_0xdefbx2){if(this[_0x15c7[1286]]){if(this[_0x15c7[724]][_0x15c7[1244]]==_0xdefbx2){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1243]][_0x15c7[183]](this,arguments)};var _0xdefbx3=this[_0x15c7[55]](_0x15c7[1244]);_0xdefbx3[_0x15c7[57]](_0x15c7[1244],this[_0x15c7[1239]](_0xdefbx2));this[_0x15c7[813]][_0x15c7[62]](_0xdefbx3)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1245]]=function(_0xdefbx2){_0xdefbx2==mxConstants[_0x15c7[217]]&&(_0xdefbx2=null);if(this[_0x15c7[1286]]){if(this[_0x15c7[724]][_0x15c7[604]]==_0xdefbx2){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1245]][_0x15c7[183]](this,arguments)};var _0xdefbx3=this[_0x15c7[55]](_0x15c7[1298]);_0xdefbx3[_0x15c7[57]](_0x15c7[352],null!=_0xdefbx2?_0xdefbx2:mxConstants[_0x15c7[217]]);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx3)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1246]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14){if(null!=_0xdefbx2&&null!=_0xdefbx3){mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1246]][_0x15c7[183]](this,arguments);var _0xdefbx15=this[_0x15c7[55]](_0x15c7[1299]);_0xdefbx15[_0x15c7[57]](_0x15c7[1300],_0xdefbx2);_0xdefbx15[_0x15c7[57]](_0x15c7[1301],_0xdefbx3);_0xdefbx15[_0x15c7[57]](_0x15c7[235],this[_0x15c7[1239]](_0xdefbx4));_0xdefbx15[_0x15c7[57]](_0x15c7[236],this[_0x15c7[1239]](_0xdefbx5));_0xdefbx15[_0x15c7[57]](_0x15c7[1302],this[_0x15c7[1239]](_0xdefbx9));_0xdefbx15[_0x15c7[57]](_0x15c7[1303],this[_0x15c7[1239]](_0xdefbxa));null!=_0xdefbx12&&_0xdefbx15[_0x15c7[57]](_0x15c7[663],_0xdefbx12);null!=_0xdefbx13&&_0xdefbx15[_0x15c7[57]](_0x15c7[1304],_0xdefbx13);null!=_0xdefbx14&&_0xdefbx15[_0x15c7[57]](_0x15c7[1305],_0xdefbx14);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx15)}};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1249]]=function(_0xdefbx2){_0xdefbx2==mxConstants[_0x15c7[217]]&&(_0xdefbx2=null);if(this[_0x15c7[1286]]){if(this[_0x15c7[724]][_0x15c7[608]]==_0xdefbx2){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1249]][_0x15c7[183]](this,arguments)};var _0xdefbx3=this[_0x15c7[55]](_0x15c7[1306]);_0xdefbx3[_0x15c7[57]](_0x15c7[352],null!=_0xdefbx2?_0xdefbx2:mxConstants[_0x15c7[217]]);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx3)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1250]]=function(_0xdefbx2){if(this[_0x15c7[1286]]){if(this[_0x15c7[724]][_0x15c7[610]]==_0xdefbx2){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1250]][_0x15c7[183]](this,arguments)};var _0xdefbx3=this[_0x15c7[55]](_0x15c7[1307]);_0xdefbx3[_0x15c7[57]](_0x15c7[117],this[_0x15c7[1239]](_0xdefbx2));this[_0x15c7[813]][_0x15c7[62]](_0xdefbx3)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1251]]=function(_0xdefbx2){if(this[_0x15c7[1286]]){if(this[_0x15c7[724]][_0x15c7[648]]==_0xdefbx2){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1251]][_0x15c7[183]](this,arguments)};var _0xdefbx3=this[_0x15c7[55]](_0x15c7[648]);_0xdefbx3[_0x15c7[57]](_0x15c7[648],_0xdefbx2?_0x15c7[500]:_0x15c7[468]);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx3)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1252]]=function(_0xdefbx2){if(this[_0x15c7[1286]]){if(this[_0x15c7[724]][_0x15c7[649]]==_0xdefbx2){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1252]][_0x15c7[183]](this,arguments)};var _0xdefbx3=this[_0x15c7[55]](_0x15c7[1308]);_0xdefbx3[_0x15c7[57]](_0x15c7[1309],_0xdefbx2);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx3)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1253]]=function(_0xdefbx2){if(this[_0x15c7[1286]]){if(this[_0x15c7[724]][_0x15c7[1254]]==_0xdefbx2){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1253]][_0x15c7[183]](this,arguments)};var _0xdefbx3=this[_0x15c7[55]](_0x15c7[1310]);_0xdefbx3[_0x15c7[57]](_0x15c7[1311],_0xdefbx2);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx3)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1255]]=function(_0xdefbx2){if(this[_0x15c7[1286]]){if(this[_0x15c7[724]][_0x15c7[1256]]==_0xdefbx2){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1255]][_0x15c7[183]](this,arguments)};var _0xdefbx3=this[_0x15c7[55]](_0x15c7[1312]);_0xdefbx3[_0x15c7[57]](_0x15c7[234],_0xdefbx2);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx3)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1257]]=function(_0xdefbx2){if(this[_0x15c7[1286]]){if(this[_0x15c7[724]][_0x15c7[1258]]==_0xdefbx2){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1257]][_0x15c7[183]](this,arguments)};var _0xdefbx3=this[_0x15c7[55]](_0x15c7[1313]);_0xdefbx3[_0x15c7[57]](_0x15c7[1314],_0xdefbx2);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx3)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1259]]=function(_0xdefbx2){if(this[_0x15c7[1285]]){_0xdefbx2==mxConstants[_0x15c7[217]]&&(_0xdefbx2=null);if(this[_0x15c7[1286]]){if(this[_0x15c7[724]][_0x15c7[665]]==_0xdefbx2){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1259]][_0x15c7[183]](this,arguments)};var _0xdefbx3=this[_0x15c7[55]](_0x15c7[1315]);_0xdefbx3[_0x15c7[57]](_0x15c7[352],null!=_0xdefbx2?_0xdefbx2:mxConstants[_0x15c7[217]]);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx3)}};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1260]]=function(_0xdefbx2){if(this[_0x15c7[1285]]){_0xdefbx2==mxConstants[_0x15c7[217]]&&(_0xdefbx2=null);if(this[_0x15c7[1286]]){if(this[_0x15c7[724]][_0x15c7[1261]]==_0xdefbx2){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1260]][_0x15c7[183]](this,arguments)};var _0xdefbx3=this[_0x15c7[55]](_0x15c7[1316]);_0xdefbx3[_0x15c7[57]](_0x15c7[352],null!=_0xdefbx2?_0xdefbx2:mxConstants[_0x15c7[217]]);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx3)}};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1262]]=function(_0xdefbx2){if(this[_0x15c7[1285]]){_0xdefbx2==mxConstants[_0x15c7[217]]&&(_0xdefbx2=null);if(this[_0x15c7[1286]]){if(this[_0x15c7[724]][_0x15c7[1263]]==_0xdefbx2){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1262]][_0x15c7[183]](this,arguments)};var _0xdefbx3=this[_0x15c7[55]](_0x15c7[1317]);_0xdefbx3[_0x15c7[57]](_0x15c7[352],null!=_0xdefbx2?_0xdefbx2:mxConstants[_0x15c7[217]]);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx3)}};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1264]]=function(_0xdefbx2){if(this[_0x15c7[1285]]){if(this[_0x15c7[1286]]){if(this[_0x15c7[724]][_0x15c7[487]]==_0xdefbx2){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1264]][_0x15c7[183]](this,arguments)};var _0xdefbx3=this[_0x15c7[55]](_0x15c7[1289]);_0xdefbx3[_0x15c7[57]](_0x15c7[803],_0xdefbx2);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx3)}};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1265]]=function(_0xdefbx2){if(this[_0x15c7[1285]]){if(this[_0x15c7[1286]]){if(this[_0x15c7[724]][_0x15c7[486]]==_0xdefbx2){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1265]][_0x15c7[183]](this,arguments)};var _0xdefbx3=this[_0x15c7[55]](_0x15c7[1287]);_0xdefbx3[_0x15c7[57]](_0x15c7[1288],_0xdefbx2);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx3)}};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1266]]=function(_0xdefbx2){if(this[_0x15c7[1285]]){null==_0xdefbx2&&(_0xdefbx2=0);if(this[_0x15c7[1286]]){if(this[_0x15c7[724]][_0x15c7[666]]==_0xdefbx2){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1266]][_0x15c7[183]](this,arguments)};var _0xdefbx3=this[_0x15c7[55]](_0x15c7[1318]);_0xdefbx3[_0x15c7[57]](_0x15c7[124],_0xdefbx2);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx3)}};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1267]]=function(_0xdefbx2){if(this[_0x15c7[1286]]){if(this[_0x15c7[724]][_0x15c7[639]]==_0xdefbx2){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1267]][_0x15c7[183]](this,arguments)};var _0xdefbx3=this[_0x15c7[55]](_0x15c7[639]);_0xdefbx3[_0x15c7[57]](_0x15c7[984],_0xdefbx2?_0x15c7[500]:_0x15c7[468]);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx3)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1268]]=function(_0xdefbx2){if(this[_0x15c7[1286]]){_0xdefbx2==mxConstants[_0x15c7[217]]&&(_0xdefbx2=null);if(this[_0x15c7[724]][_0x15c7[1269]]==_0xdefbx2){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1268]][_0x15c7[183]](this,arguments)};var _0xdefbx3=this[_0x15c7[55]](_0x15c7[1290]);_0xdefbx3[_0x15c7[57]](_0x15c7[352],null!=_0xdefbx2?_0xdefbx2:mxConstants[_0x15c7[217]]);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx3)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1270]]=function(_0xdefbx2){if(this[_0x15c7[1286]]){if(this[_0x15c7[724]][_0x15c7[1271]]==_0xdefbx2){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1270]][_0x15c7[183]](this,arguments)};var _0xdefbx3=this[_0x15c7[55]](_0x15c7[1291]);_0xdefbx3[_0x15c7[57]](_0x15c7[1244],_0xdefbx2);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx3)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1272]]=function(_0xdefbx2,_0xdefbx3){if(this[_0x15c7[1286]]){if(this[_0x15c7[724]][_0x15c7[1273]]==_0xdefbx2&&this[_0x15c7[724]][_0x15c7[1274]]==_0xdefbx3){return};mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1272]][_0x15c7[183]](this,arguments)};var _0xdefbx4=this[_0x15c7[55]](_0x15c7[1292]);_0xdefbx4[_0x15c7[57]](_0x15c7[1126],_0xdefbx2);_0xdefbx4[_0x15c7[57]](_0x15c7[1125],_0xdefbx3);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx4)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1319]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){var _0xdefbx9=this[_0x15c7[55]](_0x15c7[1319]);_0xdefbx9[_0x15c7[57]](_0x15c7[235],this[_0x15c7[1239]](_0xdefbx2));_0xdefbx9[_0x15c7[57]](_0x15c7[236],this[_0x15c7[1239]](_0xdefbx3));_0xdefbx9[_0x15c7[57]](_0x15c7[1302],this[_0x15c7[1239]](_0xdefbx4));_0xdefbx9[_0x15c7[57]](_0x15c7[1303],this[_0x15c7[1239]](_0xdefbx5));this[_0x15c7[813]][_0x15c7[62]](_0xdefbx9)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1320]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){var _0xdefbx12=this[_0x15c7[55]](_0x15c7[1320]);_0xdefbx12[_0x15c7[57]](_0x15c7[235],this[_0x15c7[1239]](_0xdefbx2));_0xdefbx12[_0x15c7[57]](_0x15c7[236],this[_0x15c7[1239]](_0xdefbx3));_0xdefbx12[_0x15c7[57]](_0x15c7[1302],this[_0x15c7[1239]](_0xdefbx4));_0xdefbx12[_0x15c7[57]](_0x15c7[1303],this[_0x15c7[1239]](_0xdefbx5));_0xdefbx12[_0x15c7[57]](_0x15c7[1126],this[_0x15c7[1239]](_0xdefbx9));_0xdefbx12[_0x15c7[57]](_0x15c7[1125],this[_0x15c7[1239]](_0xdefbxa));this[_0x15c7[813]][_0x15c7[62]](_0xdefbx12)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[680]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){var _0xdefbx9=this[_0x15c7[55]](_0x15c7[680]);_0xdefbx9[_0x15c7[57]](_0x15c7[235],this[_0x15c7[1239]](_0xdefbx2));_0xdefbx9[_0x15c7[57]](_0x15c7[236],this[_0x15c7[1239]](_0xdefbx3));_0xdefbx9[_0x15c7[57]](_0x15c7[1302],this[_0x15c7[1239]](_0xdefbx4));_0xdefbx9[_0x15c7[57]](_0x15c7[1303],this[_0x15c7[1239]](_0xdefbx5));this[_0x15c7[813]][_0x15c7[62]](_0xdefbx9)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[618]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13){_0xdefbx9=this[_0x15c7[1212]][_0x15c7[1321]](_0xdefbx9);var _0xdefbx14=this[_0x15c7[55]](_0x15c7[618]);_0xdefbx14[_0x15c7[57]](_0x15c7[235],this[_0x15c7[1239]](_0xdefbx2));_0xdefbx14[_0x15c7[57]](_0x15c7[236],this[_0x15c7[1239]](_0xdefbx3));_0xdefbx14[_0x15c7[57]](_0x15c7[1302],this[_0x15c7[1239]](_0xdefbx4));_0xdefbx14[_0x15c7[57]](_0x15c7[1303],this[_0x15c7[1239]](_0xdefbx5));_0xdefbx14[_0x15c7[57]](_0x15c7[390],_0xdefbx9);_0xdefbx14[_0x15c7[57]](_0x15c7[1322],_0xdefbxa?_0x15c7[500]:_0x15c7[468]);_0xdefbx14[_0x15c7[57]](_0x15c7[623],_0xdefbx12?_0x15c7[500]:_0x15c7[468]);_0xdefbx14[_0x15c7[57]](_0x15c7[624],_0xdefbx13?_0x15c7[500]:_0x15c7[468]);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx14)};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1275]]=function(){this[_0x15c7[813]][_0x15c7[62]](this[_0x15c7[55]](_0x15c7[1275]));this[_0x15c7[1218]]=this[_0x15c7[1217]]=0};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1276]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[55]](_0x15c7[582]);_0xdefbx4[_0x15c7[57]](_0x15c7[235],this[_0x15c7[1239]](_0xdefbx2));_0xdefbx4[_0x15c7[57]](_0x15c7[236],this[_0x15c7[1239]](_0xdefbx3));this[_0x15c7[813]][_0x15c7[62]](_0xdefbx4);this[_0x15c7[1217]]=_0xdefbx2;this[_0x15c7[1218]]=_0xdefbx3};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1277]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[55]](_0x15c7[683]);_0xdefbx4[_0x15c7[57]](_0x15c7[235],this[_0x15c7[1239]](_0xdefbx2));_0xdefbx4[_0x15c7[57]](_0x15c7[236],this[_0x15c7[1239]](_0xdefbx3));this[_0x15c7[813]][_0x15c7[62]](_0xdefbx4);this[_0x15c7[1217]]=_0xdefbx2;this[_0x15c7[1218]]=_0xdefbx3};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1278]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){var _0xdefbx9=this[_0x15c7[55]](_0x15c7[1323]);_0xdefbx9[_0x15c7[57]](_0x15c7[1324],this[_0x15c7[1239]](_0xdefbx2));_0xdefbx9[_0x15c7[57]](_0x15c7[1325],this[_0x15c7[1239]](_0xdefbx3));_0xdefbx9[_0x15c7[57]](_0x15c7[1326],this[_0x15c7[1239]](_0xdefbx4));_0xdefbx9[_0x15c7[57]](_0x15c7[1327],this[_0x15c7[1239]](_0xdefbx5));this[_0x15c7[813]][_0x15c7[62]](_0xdefbx9);this[_0x15c7[1217]]=_0xdefbx4;this[_0x15c7[1218]]=_0xdefbx5};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1279]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){var _0xdefbx12=this[_0x15c7[55]](_0x15c7[1328]);_0xdefbx12[_0x15c7[57]](_0x15c7[1324],this[_0x15c7[1239]](_0xdefbx2));_0xdefbx12[_0x15c7[57]](_0x15c7[1325],this[_0x15c7[1239]](_0xdefbx3));_0xdefbx12[_0x15c7[57]](_0x15c7[1326],this[_0x15c7[1239]](_0xdefbx4));_0xdefbx12[_0x15c7[57]](_0x15c7[1327],this[_0x15c7[1239]](_0xdefbx5));_0xdefbx12[_0x15c7[57]](_0x15c7[1329],this[_0x15c7[1239]](_0xdefbx9));_0xdefbx12[_0x15c7[57]](_0x15c7[1330],this[_0x15c7[1239]](_0xdefbxa));this[_0x15c7[813]][_0x15c7[62]](_0xdefbx12);this[_0x15c7[1217]]=_0xdefbx9;this[_0x15c7[1218]]=_0xdefbxa};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[268]]=function(){this[_0x15c7[813]][_0x15c7[62]](this[_0x15c7[55]](_0x15c7[268]))};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[963]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14,_0xdefbx15,_0xdefbx16,_0xdefbx17){if(this[_0x15c7[1285]]&&null!=_0xdefbx9){mxUtils[_0x15c7[1331]](_0xdefbx9)&&(_0xdefbx9=mxUtils[_0x15c7[532]](_0xdefbx9));var _0xdefbx18=this[_0x15c7[55]](_0x15c7[963]);_0xdefbx18[_0x15c7[57]](_0x15c7[235],this[_0x15c7[1239]](_0xdefbx2));_0xdefbx18[_0x15c7[57]](_0x15c7[236],this[_0x15c7[1239]](_0xdefbx3));_0xdefbx18[_0x15c7[57]](_0x15c7[1302],this[_0x15c7[1239]](_0xdefbx4));_0xdefbx18[_0x15c7[57]](_0x15c7[1303],this[_0x15c7[1239]](_0xdefbx5));_0xdefbx18[_0x15c7[57]](_0x15c7[1332],_0xdefbx9);null!=_0xdefbxa&&_0xdefbx18[_0x15c7[57]](_0x15c7[611],_0xdefbxa);null!=_0xdefbx12&&_0xdefbx18[_0x15c7[57]](_0x15c7[552],_0xdefbx12);_0xdefbx18[_0x15c7[57]](_0x15c7[1333],_0xdefbx13?_0x15c7[500]:_0x15c7[468]);null==_0xdefbx14&&(_0xdefbx14=_0x15c7[110]);_0xdefbx18[_0x15c7[57]](_0x15c7[1239],_0xdefbx14);null!=_0xdefbx15&&_0xdefbx18[_0x15c7[57]](_0x15c7[1334],_0xdefbx15?_0x15c7[500]:_0x15c7[468]);null!=_0xdefbx16&&_0xdefbx18[_0x15c7[57]](_0x15c7[1335],_0xdefbx16?_0x15c7[500]:_0x15c7[468]);null!=_0xdefbx17&&_0xdefbx18[_0x15c7[57]](_0x15c7[603],_0xdefbx17);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx18)}};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1336]]=function(){this[_0x15c7[813]][_0x15c7[62]](this[_0x15c7[55]](_0x15c7[1336]))};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1334]]=function(){this[_0x15c7[813]][_0x15c7[62]](this[_0x15c7[55]](_0x15c7[1334]))};mxXmlCanvas2D[_0x15c7[202]][_0x15c7[1337]]=function(){this[_0x15c7[813]][_0x15c7[62]](this[_0x15c7[55]](_0x15c7[1338]))};function mxSvgCanvas2D(_0xdefbx2,_0xdefbx3){mxAbstractCanvas2D[_0x15c7[239]](this);this[_0x15c7[813]]=_0xdefbx2;this[_0x15c7[1339]]=[];this[_0x15c7[1340]]=null;this[_0x15c7[1341]]=null!=_0xdefbx3?_0xdefbx3:!1;var _0xdefbx4=null;if(_0xdefbx2[_0x15c7[295]]!=document){for(_0xdefbx4=_0xdefbx2;null!=_0xdefbx4&&_0x15c7[571]!=_0xdefbx4[_0x15c7[301]];){_0xdefbx4=_0xdefbx4[_0x15c7[265]]}};null!=_0xdefbx4&&(0<_0xdefbx4[_0x15c7[64]](_0x15c7[1340])[_0x15c7[67]]&&(this[_0x15c7[1340]]=_0xdefbx4[_0x15c7[64]](_0x15c7[1340])[0]),null==this[_0x15c7[1340]]&&(this[_0x15c7[1340]]=this[_0x15c7[55]](_0x15c7[1340]),null!=_0xdefbx4[_0x15c7[285]]?_0xdefbx4[_0x15c7[950]](this[_0x15c7[1340]],_0xdefbx4[_0x15c7[285]]):_0xdefbx4[_0x15c7[62]](this[_0x15c7[1340]])),this[_0x15c7[1341]]&&this[_0x15c7[1340]][_0x15c7[62]](this[_0x15c7[1342]]()))}mxUtils[_0x15c7[1284]](mxSvgCanvas2D,mxAbstractCanvas2D);mxSvgCanvas2D[_0x15c7[202]][_0x15c7[252]]=null;mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1343]]= !0;mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1285]]= !0;mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1344]]= !0;mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1345]]=0;mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1346]]=0;mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1347]]= !1;mxSvgCanvas2D[_0x15c7[202]][_0x15c7[862]]=function(){mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[862]][_0x15c7[183]](this,arguments);this[_0x15c7[1339]]=[]};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1342]]=function(_0xdefbx2){_0xdefbx2=this[_0x15c7[55]](_0x15c7[124]);_0xdefbx2[_0x15c7[57]](_0x15c7[60],_0x15c7[61]);mxUtils[_0x15c7[53]](_0xdefbx2,_0x15c7[1348]+mxConstants[_0x15c7[484]]+_0x15c7[1349]+mxConstants[_0x15c7[483]]+_0x15c7[1350]);return _0xdefbx2};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[55]]=function(_0xdefbx2,_0xdefbx3){if(null!=this[_0x15c7[813]][_0x15c7[295]][_0x15c7[509]]){return this[_0x15c7[813]][_0x15c7[295]][_0x15c7[509]](_0xdefbx3||mxConstants[_0x15c7[1351]],_0xdefbx2)};var _0xdefbx4=this[_0x15c7[813]][_0x15c7[295]][_0x15c7[55]](_0xdefbx2);null!=_0xdefbx3&&_0xdefbx4[_0x15c7[57]](_0x15c7[1352],_0xdefbx3);return _0xdefbx4};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1353]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0x15c7[198]==_0xdefbx2[_0x15c7[225]](0)&&(_0xdefbx2=_0xdefbx2[_0x15c7[85]](1));_0x15c7[198]==_0xdefbx3[_0x15c7[225]](0)&&(_0xdefbx3=_0xdefbx3[_0x15c7[85]](1));_0xdefbx2=_0xdefbx2[_0x15c7[216]]()+_0x15c7[213]+_0xdefbx4;_0xdefbx3=_0xdefbx3[_0x15c7[216]]()+_0x15c7[213]+_0xdefbx5;_0xdefbx4=null;null==_0xdefbx9||_0xdefbx9==mxConstants[_0x15c7[1354]]?_0xdefbx4=_0x15c7[1355]:_0xdefbx9==mxConstants[_0x15c7[1356]]?_0xdefbx4=_0x15c7[1357]:(_0xdefbx5=_0xdefbx2,_0xdefbx2=_0xdefbx3,_0xdefbx3=_0xdefbx5,_0xdefbx9==mxConstants[_0x15c7[1358]]?_0xdefbx4=_0x15c7[1355]:_0xdefbx9==mxConstants[_0x15c7[1359]]&&(_0xdefbx4=_0x15c7[1357]));return _0x15c7[1360]+_0xdefbx2+_0x15c7[213]+_0xdefbx3+_0x15c7[213]+_0xdefbx4};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1361]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){var _0xdefbxa=this[_0x15c7[1353]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9),_0xdefbx12=this[_0x15c7[1339]][_0xdefbxa];if(null==_0xdefbx12){var _0xdefbx13=this[_0x15c7[813]][_0x15c7[538]],_0xdefbx14=0,_0xdefbx15=_0xdefbxa+_0x15c7[213]+_0xdefbx14;if(null!=_0xdefbx13){for(_0xdefbx12=_0xdefbx13[_0x15c7[295]][_0x15c7[1362]](_0xdefbx15);null!=_0xdefbx12&&_0xdefbx12[_0x15c7[538]]!=_0xdefbx13;){_0xdefbx15=_0xdefbxa+_0x15c7[213]+_0xdefbx14++,_0xdefbx12=_0xdefbx13[_0x15c7[295]][_0x15c7[1362]](_0xdefbx15)}}else {_0xdefbx15=_0x15c7[1363]+++this[_0x15c7[1346]]};null==_0xdefbx12&&(_0xdefbx12=this[_0x15c7[1364]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9),_0xdefbx12[_0x15c7[57]](_0x15c7[1363],_0xdefbx15),null!=this[_0x15c7[1340]]?this[_0x15c7[1340]][_0x15c7[62]](_0xdefbx12):_0xdefbx13[_0x15c7[62]](_0xdefbx12));this[_0x15c7[1339]][_0xdefbxa]=_0xdefbx12};return _0xdefbx12[_0x15c7[284]](_0x15c7[1363])};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1364]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){var _0xdefbxa=this[_0x15c7[55]](_0x15c7[1365]);_0xdefbxa[_0x15c7[57]](_0x15c7[1324],_0x15c7[1366]);_0xdefbxa[_0x15c7[57]](_0x15c7[1325],_0x15c7[1366]);_0xdefbxa[_0x15c7[57]](_0x15c7[1326],_0x15c7[1366]);_0xdefbxa[_0x15c7[57]](_0x15c7[1327],_0x15c7[1366]);null==_0xdefbx9||_0xdefbx9==mxConstants[_0x15c7[1354]]?_0xdefbxa[_0x15c7[57]](_0x15c7[1327],_0x15c7[118]):_0xdefbx9==mxConstants[_0x15c7[1356]]?_0xdefbxa[_0x15c7[57]](_0x15c7[1326],_0x15c7[118]):_0xdefbx9==mxConstants[_0x15c7[1358]]?_0xdefbxa[_0x15c7[57]](_0x15c7[1325],_0x15c7[118]):_0xdefbx9==mxConstants[_0x15c7[1359]]&&_0xdefbxa[_0x15c7[57]](_0x15c7[1324],_0x15c7[118]);_0xdefbx4=1>_0xdefbx4?_0x15c7[1367]+_0xdefbx4:_0x15c7[110];_0xdefbx9=this[_0x15c7[55]](_0x15c7[1076]);_0xdefbx9[_0x15c7[57]](_0x15c7[1368],_0x15c7[1366]);_0xdefbx9[_0x15c7[57]](_0x15c7[124],_0x15c7[1369]+_0xdefbx2+_0xdefbx4);_0xdefbxa[_0x15c7[62]](_0xdefbx9);_0xdefbx4=1>_0xdefbx5?_0x15c7[1367]+_0xdefbx5:_0x15c7[110];_0xdefbx9=this[_0x15c7[55]](_0x15c7[1076]);_0xdefbx9[_0x15c7[57]](_0x15c7[1368],_0x15c7[118]);_0xdefbx9[_0x15c7[57]](_0x15c7[124],_0x15c7[1369]+_0xdefbx3+_0xdefbx4);_0xdefbxa[_0x15c7[62]](_0xdefbx9);return _0xdefbxa};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1370]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[252]],_0xdefbx5=this[_0x15c7[724]];if(null!=_0xdefbx4){if(_0x15c7[1215]==_0xdefbx4[_0x15c7[301]]){if(null!=this[_0x15c7[1215]]&&0<this[_0x15c7[1215]][_0x15c7[67]]){_0xdefbx4[_0x15c7[57]](_0x15c7[1371],this[_0x15c7[1215]][_0x15c7[234]](_0x15c7[185]))}else {return}};_0xdefbx2&&null!=_0xdefbx5[_0x15c7[604]]?this[_0x15c7[1372]]():this[_0x15c7[1341]]||(_0x15c7[680]==_0xdefbx4[_0x15c7[301]]&&mxClient[_0x15c7[133]]&&!mxClient[_0x15c7[76]]&&!mxClient[_0x15c7[75]]?_0xdefbx4[_0x15c7[57]](_0x15c7[1334],_0x15c7[1373]):_0xdefbx4[_0x15c7[57]](_0x15c7[1334],_0x15c7[130]),_0xdefbx2= !1);_0xdefbx3&&null!=_0xdefbx5[_0x15c7[608]]?this[_0x15c7[1374]]():this[_0x15c7[1341]]||_0xdefbx4[_0x15c7[57]](_0x15c7[1336],_0x15c7[130]);null!=_0xdefbx5[_0x15c7[535]]&&0<_0xdefbx5[_0x15c7[535]][_0x15c7[67]]&&_0xdefbx4[_0x15c7[57]](_0x15c7[535],_0xdefbx5[_0x15c7[535]]);_0xdefbx5[_0x15c7[639]]&&this[_0x15c7[813]][_0x15c7[62]](this[_0x15c7[1375]](_0xdefbx4));0<this[_0x15c7[1345]]&&!_0xdefbx2&&this[_0x15c7[813]][_0x15c7[62]](this[_0x15c7[1376]](_0xdefbx4));this[_0x15c7[1229]]&&(_0x15c7[1215]!=_0xdefbx4[_0x15c7[301]]||this[_0x15c7[1215]][this[_0x15c7[1215]][_0x15c7[67]]-1]==this[_0x15c7[1227]])&&_0xdefbx4[_0x15c7[57]](_0x15c7[1377],_0x15c7[1378]);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx4)}};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1372]]=function(){var _0xdefbx2=this[_0x15c7[724]];1>_0xdefbx2[_0x15c7[1244]]&&this[_0x15c7[252]][_0x15c7[57]](_0x15c7[1379],_0xdefbx2[_0x15c7[1244]]);null!=_0xdefbx2[_0x15c7[604]]&&(null!=_0xdefbx2[_0x15c7[606]]?(_0xdefbx2=this[_0x15c7[1361]](_0xdefbx2[_0x15c7[604]],_0xdefbx2[_0x15c7[606]],_0xdefbx2[_0x15c7[1247]],_0xdefbx2[_0x15c7[1248]],_0xdefbx2[_0x15c7[607]]),this[_0x15c7[252]][_0x15c7[57]](_0x15c7[1334],_0x15c7[1380]+_0xdefbx2+_0x15c7[460])):this[_0x15c7[252]][_0x15c7[57]](_0x15c7[1334],_0xdefbx2[_0x15c7[604]][_0x15c7[216]]()))};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1374]]=function(){var _0xdefbx2=this[_0x15c7[724]];this[_0x15c7[252]][_0x15c7[57]](_0x15c7[1336],_0xdefbx2[_0x15c7[608]][_0x15c7[216]]());1>_0xdefbx2[_0x15c7[1244]]&&this[_0x15c7[252]][_0x15c7[57]](_0x15c7[1381],_0xdefbx2[_0x15c7[1244]]);var _0xdefbx3=Math[_0x15c7[160]](1,this[_0x15c7[1239]](_0xdefbx2[_0x15c7[610]]*_0xdefbx2[_0x15c7[255]]));1!=_0xdefbx3&&this[_0x15c7[252]][_0x15c7[57]](_0x15c7[1382],_0xdefbx3);_0x15c7[1215]==this[_0x15c7[252]][_0x15c7[301]]&&this[_0x15c7[1383]]();_0xdefbx2[_0x15c7[648]]&&this[_0x15c7[252]][_0x15c7[57]](_0x15c7[1384],this[_0x15c7[1385]](_0xdefbx3))};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1383]]=function(){var _0xdefbx2=this[_0x15c7[724]];null!=_0xdefbx2[_0x15c7[1256]]&&_0x15c7[1233]!=_0xdefbx2[_0x15c7[1256]]&&this[_0x15c7[252]][_0x15c7[57]](_0x15c7[1386],_0xdefbx2[_0x15c7[1256]]);if(null!=_0xdefbx2[_0x15c7[1254]]){var _0xdefbx3=_0xdefbx2[_0x15c7[1254]];_0x15c7[1232]==_0xdefbx3&&(_0xdefbx3=_0x15c7[1387]);_0x15c7[1387]!=_0xdefbx3&&this[_0x15c7[252]][_0x15c7[57]](_0x15c7[1388],_0xdefbx3)};null!=_0xdefbx2[_0x15c7[1258]]&&(!this[_0x15c7[1341]]||10!=_0xdefbx2[_0x15c7[1258]])&&this[_0x15c7[252]][_0x15c7[57]](_0x15c7[1389],_0xdefbx2[_0x15c7[1258]])};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1385]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[724]][_0x15c7[649]][_0x15c7[224]](_0x15c7[185]),_0xdefbx4=[];if(0<_0xdefbx3[_0x15c7[67]]){for(var _0xdefbx5=0;_0xdefbx5<_0xdefbx3[_0x15c7[67]];_0xdefbx5++){_0xdefbx4[_0xdefbx5]=Number(_0xdefbx3[_0xdefbx5])*_0xdefbx2}};return _0xdefbx4[_0x15c7[234]](_0x15c7[185])};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1376]]=function(_0xdefbx2){_0xdefbx2=_0xdefbx2[_0x15c7[511]](!0);var _0xdefbx3=parseFloat(_0xdefbx2[_0x15c7[284]](_0x15c7[1382])||1)+this[_0x15c7[1345]];_0xdefbx2[_0x15c7[57]](_0x15c7[1377],_0x15c7[1336]);_0xdefbx2[_0x15c7[57]](_0x15c7[187],_0x15c7[188]);_0xdefbx2[_0x15c7[1390]](_0x15c7[1384]);_0xdefbx2[_0x15c7[57]](_0x15c7[1382],_0xdefbx3);_0xdefbx2[_0x15c7[57]](_0x15c7[1334],_0x15c7[130]);_0xdefbx2[_0x15c7[57]](_0x15c7[1336],mxClient[_0x15c7[71]]?_0x15c7[130]:_0x15c7[1391]);return _0xdefbx2};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1375]]=function(_0xdefbx2){_0xdefbx2=_0xdefbx2[_0x15c7[511]](!0);var _0xdefbx3=this[_0x15c7[724]];_0x15c7[130]!=_0xdefbx2[_0x15c7[284]](_0x15c7[1334])&&_0xdefbx2[_0x15c7[57]](_0x15c7[1334],_0xdefbx3[_0x15c7[1269]]);_0x15c7[130]!=_0xdefbx2[_0x15c7[284]](_0x15c7[1336])&&_0xdefbx2[_0x15c7[57]](_0x15c7[1336],_0xdefbx3[_0x15c7[1269]]);_0xdefbx2[_0x15c7[57]](_0x15c7[535],_0x15c7[536]+this[_0x15c7[1239]](_0xdefbx3[_0x15c7[1273]]*_0xdefbx3[_0x15c7[255]])+_0x15c7[537]+this[_0x15c7[1239]](_0xdefbx3[_0x15c7[1274]]*_0xdefbx3[_0x15c7[255]])+_0x15c7[460]+(_0xdefbx3[_0x15c7[535]]||_0x15c7[110]));_0xdefbx2[_0x15c7[57]](_0x15c7[461],_0xdefbx3[_0x15c7[1271]]);return _0xdefbx2};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1294]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){if(0!=_0xdefbx2||_0xdefbx3||_0xdefbx4){var _0xdefbxa=this[_0x15c7[724]];_0xdefbx5+=_0xdefbxa[_0x15c7[1126]];_0xdefbx9+=_0xdefbxa[_0x15c7[1125]];_0xdefbx5*=_0xdefbxa[_0x15c7[255]];_0xdefbx9*=_0xdefbxa[_0x15c7[255]];_0xdefbxa[_0x15c7[535]]=_0xdefbxa[_0x15c7[535]]||_0x15c7[110];if(_0xdefbx3&&_0xdefbx4){_0xdefbx2+=180}else {if(_0xdefbx3^_0xdefbx4){var _0xdefbx12=_0xdefbx3?_0xdefbx5:0,_0xdefbx13=_0xdefbx3?-1:1,_0xdefbx14=_0xdefbx4?_0xdefbx9:0,_0xdefbx15=_0xdefbx4?-1:1;_0xdefbxa[_0x15c7[535]]+=_0x15c7[536]+this[_0x15c7[1239]](_0xdefbx12)+_0x15c7[537]+this[_0x15c7[1239]](_0xdefbx14)+_0x15c7[1392]+this[_0x15c7[1239]](_0xdefbx13)+_0x15c7[537]+this[_0x15c7[1239]](_0xdefbx15)+_0x15c7[1393]+this[_0x15c7[1239]](-_0xdefbx12)+_0x15c7[537]+this[_0x15c7[1239]](-_0xdefbx14)+_0x15c7[460]}};if(_0xdefbx3?!_0xdefbx4:_0xdefbx4){_0xdefbx2*= -1};0!=_0xdefbx2&&(_0xdefbxa[_0x15c7[535]]+=_0x15c7[1394]+this[_0x15c7[1239]](_0xdefbx2)+_0x15c7[537]+this[_0x15c7[1239]](_0xdefbx5)+_0x15c7[537]+this[_0x15c7[1239]](_0xdefbx9)+_0x15c7[460]);_0xdefbxa[_0x15c7[603]]+=_0xdefbx2;_0xdefbxa[_0x15c7[1395]]=_0xdefbx5;_0xdefbxa[_0x15c7[1396]]=_0xdefbx9}};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1275]]=function(){mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1275]][_0x15c7[183]](this,arguments);this[_0x15c7[252]]=this[_0x15c7[55]](_0x15c7[1215])};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1319]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){var _0xdefbx9=this[_0x15c7[724]],_0xdefbxa=this[_0x15c7[55]](_0x15c7[1319]);_0xdefbxa[_0x15c7[57]](_0x15c7[235],this[_0x15c7[1239]]((_0xdefbx2+_0xdefbx9[_0x15c7[1126]])*_0xdefbx9[_0x15c7[255]]));_0xdefbxa[_0x15c7[57]](_0x15c7[236],this[_0x15c7[1239]]((_0xdefbx3+_0xdefbx9[_0x15c7[1125]])*_0xdefbx9[_0x15c7[255]]));_0xdefbxa[_0x15c7[57]](_0x15c7[117],this[_0x15c7[1239]](_0xdefbx4*_0xdefbx9[_0x15c7[255]]));_0xdefbxa[_0x15c7[57]](_0x15c7[119],this[_0x15c7[1239]](_0xdefbx5*_0xdefbx9[_0x15c7[255]]));this[_0x15c7[252]]=_0xdefbxa};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1320]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){this[_0x15c7[1319]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5);0<_0xdefbx9&&this[_0x15c7[252]][_0x15c7[57]](_0x15c7[1397],this[_0x15c7[1239]](_0xdefbx9*this[_0x15c7[724]][_0x15c7[255]]));0<_0xdefbxa&&this[_0x15c7[252]][_0x15c7[57]](_0x15c7[1398],this[_0x15c7[1239]](_0xdefbxa*this[_0x15c7[724]][_0x15c7[255]]))};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[680]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){var _0xdefbx9=this[_0x15c7[724]],_0xdefbxa=this[_0x15c7[55]](_0x15c7[680]);_0xdefbxa[_0x15c7[57]](_0x15c7[1296],Math[_0x15c7[488]]((_0xdefbx2+_0xdefbx4/2+_0xdefbx9[_0x15c7[1126]])*_0xdefbx9[_0x15c7[255]]));_0xdefbxa[_0x15c7[57]](_0x15c7[1297],Math[_0x15c7[488]]((_0xdefbx3+_0xdefbx5/2+_0xdefbx9[_0x15c7[1125]])*_0xdefbx9[_0x15c7[255]]));_0xdefbxa[_0x15c7[57]](_0x15c7[1397],_0xdefbx4/2*_0xdefbx9[_0x15c7[255]]);_0xdefbxa[_0x15c7[57]](_0x15c7[1398],_0xdefbx5/2*_0xdefbx9[_0x15c7[255]]);this[_0x15c7[252]]=_0xdefbxa};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[618]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13){_0xdefbx9=this[_0x15c7[1212]][_0x15c7[1321]](_0xdefbx9);_0xdefbxa=null!=_0xdefbxa?_0xdefbxa:!0;_0xdefbx12=null!=_0xdefbx12?_0xdefbx12:!1;_0xdefbx13=null!=_0xdefbx13?_0xdefbx13:!1;var _0xdefbx14=this[_0x15c7[724]];_0xdefbx2+=_0xdefbx14[_0x15c7[1126]];_0xdefbx3+=_0xdefbx14[_0x15c7[1125]];var _0xdefbx15=this[_0x15c7[55]](_0x15c7[618]);_0xdefbx15[_0x15c7[57]](_0x15c7[235],this[_0x15c7[1239]](_0xdefbx2*_0xdefbx14[_0x15c7[255]]));_0xdefbx15[_0x15c7[57]](_0x15c7[236],this[_0x15c7[1239]](_0xdefbx3*_0xdefbx14[_0x15c7[255]]));_0xdefbx15[_0x15c7[57]](_0x15c7[117],this[_0x15c7[1239]](_0xdefbx4*_0xdefbx14[_0x15c7[255]]));_0xdefbx15[_0x15c7[57]](_0x15c7[119],this[_0x15c7[1239]](_0xdefbx5*_0xdefbx14[_0x15c7[255]]));null==_0xdefbx15[_0x15c7[1399]]?_0xdefbx15[_0x15c7[57]](_0x15c7[1400],_0xdefbx9):_0xdefbx15[_0x15c7[1399]](mxConstants.NS_XLINK,_0x15c7[44],_0xdefbx9);_0xdefbxa||_0xdefbx15[_0x15c7[57]](_0x15c7[1401],_0x15c7[130]);1>_0xdefbx14[_0x15c7[1244]]&&_0xdefbx15[_0x15c7[57]](_0x15c7[461],_0xdefbx14[_0x15c7[1244]]);_0xdefbx9=this[_0x15c7[724]][_0x15c7[535]]||_0x15c7[110];if(_0xdefbx12||_0xdefbx13){var _0xdefbx16=_0xdefbxa=1,_0xdefbx17=0,_0xdefbx18=0;_0xdefbx12&&(_0xdefbxa= -1,_0xdefbx17=-_0xdefbx4-2*_0xdefbx2);_0xdefbx13&&(_0xdefbx16= -1,_0xdefbx18=-_0xdefbx5-2*_0xdefbx3);_0xdefbx9+=_0x15c7[1402]+_0xdefbxa+_0x15c7[537]+_0xdefbx16+_0x15c7[1393]+_0xdefbx17+_0x15c7[537]+_0xdefbx18+_0x15c7[460]};0<_0xdefbx9[_0x15c7[67]]&&_0xdefbx15[_0x15c7[57]](_0x15c7[535],_0xdefbx9);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx15);this[_0x15c7[1347]]&&(_0xdefbx15[_0x15c7[57]](_0x15c7[124],_0x15c7[1403]),_0xdefbx15=this[_0x15c7[55]](_0x15c7[1319]),_0xdefbx15[_0x15c7[57]](_0x15c7[187],_0x15c7[188]),_0xdefbx15[_0x15c7[57]](_0x15c7[1377],_0x15c7[1334]),_0xdefbx15[_0x15c7[57]](_0x15c7[235],this[_0x15c7[1239]](_0xdefbx2*_0xdefbx14[_0x15c7[255]])),_0xdefbx15[_0x15c7[57]](_0x15c7[236],this[_0x15c7[1239]](_0xdefbx3*_0xdefbx14[_0x15c7[255]])),_0xdefbx15[_0x15c7[57]](_0x15c7[117],this[_0x15c7[1239]](_0xdefbx4*_0xdefbx14[_0x15c7[255]])),_0xdefbx15[_0x15c7[57]](_0x15c7[119],this[_0x15c7[1239]](_0xdefbx5*_0xdefbx14[_0x15c7[255]])),this[_0x15c7[813]][_0x15c7[62]](_0xdefbx15))};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1404]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx4=this[_0x15c7[724]];_0xdefbx5=_0x15c7[1405]+Math[_0x15c7[488]](_0xdefbx4[_0x15c7[487]])+_0x15c7[1406]+_0xdefbx4[_0x15c7[486]]+_0x15c7[1407]+_0xdefbx4[_0x15c7[665]]+_0x15c7[1408]+Math[_0x15c7[488]](_0xdefbx4[_0x15c7[487]]*mxConstants[_0x15c7[490]])+_0x15c7[1409]+_0xdefbx5;(_0xdefbx4[_0x15c7[666]]&mxConstants[_0x15c7[1410]])==mxConstants[_0x15c7[1410]]&&(_0xdefbx5+=_0x15c7[1411]);(_0xdefbx4[_0x15c7[666]]&mxConstants[_0x15c7[1412]])==mxConstants[_0x15c7[1412]]&&(_0xdefbx5+=_0x15c7[1413]);(_0xdefbx4[_0x15c7[666]]&mxConstants[_0x15c7[1414]])==mxConstants[_0x15c7[1414]]&&(_0xdefbx5+=_0x15c7[1415]);_0xdefbx3==mxConstants[_0x15c7[479]]?_0xdefbx5+=_0x15c7[1416]:_0xdefbx3==mxConstants[_0x15c7[480]]&&(_0xdefbx5+=_0x15c7[1417]);_0xdefbx3=_0x15c7[110];null!=_0xdefbx4[_0x15c7[1261]]&&(_0xdefbx3+=_0x15c7[1418]+_0xdefbx4[_0x15c7[1261]]+_0x15c7[471]);null!=_0xdefbx4[_0x15c7[1263]]&&(_0xdefbx3+=_0x15c7[1419]+_0xdefbx4[_0x15c7[1263]]+_0x15c7[471]);mxUtils[_0x15c7[1331]](_0xdefbx2)||(_0xdefbx4=document[_0x15c7[55]](_0x15c7[126]),_0xdefbx4[_0x15c7[339]]=_0xdefbx2[_0x15c7[230]](/</g,_0x15c7[1421])[_0x15c7[230]](/>/g,_0x15c7[1420])[_0x15c7[230]](/</g,_0x15c7[334])[_0x15c7[230]](/>/g,_0x15c7[335]),_0xdefbx2=_0xdefbx4[_0x15c7[131]],_0xdefbx9?_0xdefbx5+=_0xdefbx3:0<_0xdefbx3[_0x15c7[67]]&&(_0xdefbx2=_0x15c7[1422]+_0xdefbx3+_0x15c7[1423]+_0xdefbx2+_0x15c7[1424]));if(!mxClient[_0x15c7[80]]&&document[_0x15c7[509]]){return _0xdefbx9=document[_0x15c7[509]](_0x15c7[577],_0x15c7[485]),_0xdefbx9[_0x15c7[57]](_0x15c7[124],_0xdefbx5),mxUtils[_0x15c7[1331]](_0xdefbx2)?this[_0x15c7[813]][_0x15c7[295]]!=document?_0xdefbx9[_0x15c7[62]](_0xdefbx2[_0x15c7[511]](!0)):_0xdefbx9[_0x15c7[62]](_0xdefbx2):_0xdefbx9[_0x15c7[339]]=_0xdefbx2,_0xdefbx9};mxUtils[_0x15c7[1331]](_0xdefbx2)&&this[_0x15c7[813]][_0x15c7[295]]!=document&&(_0xdefbx2=_0xdefbx2[_0x15c7[342]]);_0xdefbx2=_0xdefbx2[_0x15c7[230]](/<br>/g,_0x15c7[1426])[_0x15c7[230]](/<hr>/g,_0x15c7[1425]);return mxUtils[_0x15c7[877]](_0x15c7[1427]+_0xdefbx5+_0x15c7[1423]+_0xdefbx2+_0x15c7[1424])[_0x15c7[158]]};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[963]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14,_0xdefbx15,_0xdefbx16,_0xdefbx17){if(this[_0x15c7[1285]]&&null!=_0xdefbx9){_0xdefbx17=null!=_0xdefbx17?_0xdefbx17:0;var _0xdefbx18=this[_0x15c7[724]];_0xdefbx2+=_0xdefbx18[_0x15c7[1126]];_0xdefbx3+=_0xdefbx18[_0x15c7[1125]];if(this[_0x15c7[1344]]&&_0x15c7[1428]==_0xdefbx14){var _0xdefbx19=_0x15c7[1429];_0xdefbx16?(_0xdefbx19+=_0x15c7[1430],0<_0xdefbx5&&(_0xdefbx19+=_0x15c7[1431]+Math[_0x15c7[488]](_0xdefbx5)+_0x15c7[1409]),0<_0xdefbx4&&(_0xdefbx19+=_0x15c7[1432]+Math[_0x15c7[488]](_0xdefbx4)+_0x15c7[1409])):_0xdefbx15&&(_0xdefbx19+=_0x15c7[1432]+Math[_0x15c7[488]](_0xdefbx4)+_0x15c7[1409],0<_0xdefbx5&&(_0xdefbx19+=_0x15c7[1431]+Math[_0x15c7[488]](_0xdefbx5)+_0x15c7[1409]));_0xdefbx13?(!_0xdefbx16&&0<_0xdefbx4&&(_0xdefbx19+=_0x15c7[1432]+Math[_0x15c7[488]](_0xdefbx4)+_0x15c7[1409]),_0xdefbx19+=_0x15c7[1433]):_0xdefbx19+=_0x15c7[1434];_0xdefbx13=this[_0x15c7[55]](_0x15c7[449]);1>_0xdefbx18[_0x15c7[1244]]&&_0xdefbx13[_0x15c7[57]](_0x15c7[461],_0xdefbx18[_0x15c7[1244]]);_0xdefbx14=this[_0x15c7[55]](_0x15c7[1435]);_0xdefbx14[_0x15c7[57]](_0x15c7[1377],_0x15c7[1378]);_0xdefbx19=this[_0x15c7[1404]](_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx19,_0xdefbx15);if(null!=_0xdefbx19){_0xdefbx13[_0x15c7[62]](_0xdefbx14);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx13);var _0xdefbx1a=0;if(mxClient[_0x15c7[80]]&&!mxClient[_0x15c7[48]]){var _0xdefbx1b=document[_0x15c7[55]](_0x15c7[485]);_0xdefbx1b[_0x15c7[124]][_0x15c7[103]]=_0xdefbx19[_0x15c7[284]](_0x15c7[124]);_0xdefbx1b[_0x15c7[124]][_0x15c7[495]]=mxClient[_0x15c7[496]]?_0x15c7[497]:_0x15c7[498];_0xdefbx1b[_0x15c7[124]][_0x15c7[187]]=_0x15c7[188];_0xdefbx1b[_0x15c7[339]]=mxUtils[_0x15c7[1331]](_0xdefbx9)?_0xdefbx9[_0x15c7[342]]:_0xdefbx9;document[_0x15c7[112]][_0x15c7[62]](_0xdefbx1b);_0xdefbx1a=_0xdefbx1b[_0x15c7[359]];_0xdefbx5=mxClient[_0x15c7[496]]&&0<_0xdefbx5&&_0xdefbx16?Math[_0x15c7[243]](_0xdefbx5,_0xdefbx1b[_0x15c7[167]]+2):_0xdefbx1b[_0x15c7[167]];_0xdefbx1b[_0x15c7[265]][_0x15c7[266]](_0xdefbx1b);_0xdefbx14[_0x15c7[62]](_0xdefbx19)}else {this[_0x15c7[813]][_0x15c7[295]]!=document?(_0xdefbx19[_0x15c7[124]][_0x15c7[187]]=_0x15c7[188],document[_0x15c7[112]][_0x15c7[62]](_0xdefbx19),_0xdefbx1a=_0xdefbx19[_0x15c7[359]],_0xdefbx5=_0xdefbx19[_0x15c7[167]],_0xdefbx14[_0x15c7[62]](_0xdefbx19),_0xdefbx19[_0x15c7[124]][_0x15c7[187]]=_0x15c7[110]):(_0xdefbx14[_0x15c7[62]](_0xdefbx19),_0xdefbx1a=_0xdefbx19[_0x15c7[359]],_0xdefbx5=_0xdefbx19[_0x15c7[167]])};_0xdefbx4=_0xdefbx15?Math[_0x15c7[160]](_0xdefbx4,_0xdefbx1a):_0xdefbx1a;1>_0xdefbx18[_0x15c7[1244]]&&_0xdefbx13[_0x15c7[57]](_0x15c7[461],_0xdefbx18[_0x15c7[1244]]);_0xdefbx15=_0xdefbx9=0;_0xdefbxa==mxConstants[_0x15c7[479]]?_0xdefbx9-=_0xdefbx4/2:_0xdefbxa==mxConstants[_0x15c7[480]]&&(_0xdefbx9-=_0xdefbx4);_0xdefbx2+=_0xdefbx9;_0xdefbx12==mxConstants[_0x15c7[481]]?_0xdefbx15-=_0xdefbx5/2:_0xdefbx12==mxConstants[_0x15c7[482]]&&(_0xdefbx15-=_0xdefbx5);_0xdefbx3+=_0xdefbx15;_0xdefbxa=1!=_0xdefbx18[_0x15c7[255]]?_0x15c7[1402]+_0xdefbx18[_0x15c7[255]]+_0x15c7[460]:_0x15c7[110];0!=_0xdefbx18[_0x15c7[603]]&&this[_0x15c7[1216]]?(_0xdefbxa+=_0x15c7[1394]+_0xdefbx18[_0x15c7[603]]+_0x15c7[537]+_0xdefbx4/2+_0x15c7[537]+_0xdefbx5/2+_0x15c7[460],_0xdefbx3=this[_0x15c7[1241]]((_0xdefbx2+_0xdefbx4/2)*_0xdefbx18[_0x15c7[255]],(_0xdefbx3+_0xdefbx5/2)*_0xdefbx18[_0x15c7[255]],_0xdefbx18[_0x15c7[603]],_0xdefbx18[_0x15c7[1395]],_0xdefbx18[_0x15c7[1396]]),_0xdefbx2=_0xdefbx3[_0x15c7[235]]-_0xdefbx4*_0xdefbx18[_0x15c7[255]]/2,_0xdefbx3=_0xdefbx3[_0x15c7[236]]-_0xdefbx5*_0xdefbx18[_0x15c7[255]]/2):(_0xdefbx2*=_0xdefbx18[_0x15c7[255]],_0xdefbx3*=_0xdefbx18[_0x15c7[255]]);0!=_0xdefbx17&&(_0xdefbxa+=_0x15c7[1394]+_0xdefbx17+_0x15c7[537]+-_0xdefbx9+_0x15c7[537]+-_0xdefbx15+_0x15c7[460]);_0xdefbx13[_0x15c7[57]](_0x15c7[535],_0x15c7[536]+Math[_0x15c7[488]](_0xdefbx2)+_0x15c7[537]+Math[_0x15c7[488]](_0xdefbx3)+_0x15c7[460]+_0xdefbxa);_0xdefbx14[_0x15c7[57]](_0x15c7[117],Math[_0x15c7[488]](Math[_0x15c7[160]](1,_0xdefbx4)));_0xdefbx14[_0x15c7[57]](_0x15c7[119],Math[_0x15c7[488]](Math[_0x15c7[160]](1,_0xdefbx5)))}}else {this[_0x15c7[1436]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx15,_0xdefbx16,_0xdefbx17)}}};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1437]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx2=Math[_0x15c7[488]](_0xdefbx2);_0xdefbx3=Math[_0x15c7[488]](_0xdefbx3);_0xdefbx4=Math[_0x15c7[488]](_0xdefbx4);_0xdefbx5=Math[_0x15c7[488]](_0xdefbx5);for(var _0xdefbx9=_0x15c7[1438]+_0xdefbx2+_0x15c7[213]+_0xdefbx3+_0x15c7[213]+_0xdefbx4+_0x15c7[213]+_0xdefbx5,_0xdefbxa=0,_0xdefbx12=_0xdefbx9+_0x15c7[213]+_0xdefbxa;null!=document[_0x15c7[1362]](_0xdefbx12);){_0xdefbx12=_0xdefbx9+_0x15c7[213]+ ++_0xdefbxa};clip=this[_0x15c7[55]](_0x15c7[1439]);clip[_0x15c7[57]](_0x15c7[1363],_0xdefbx12);_0xdefbx9=this[_0x15c7[55]](_0x15c7[1319]);_0xdefbx9[_0x15c7[57]](_0x15c7[235],_0xdefbx2);_0xdefbx9[_0x15c7[57]](_0x15c7[236],_0xdefbx3);_0xdefbx9[_0x15c7[57]](_0x15c7[117],_0xdefbx4);_0xdefbx9[_0x15c7[57]](_0x15c7[119],_0xdefbx5);clip[_0x15c7[62]](_0xdefbx9);return clip};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1436]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14,_0xdefbx15,_0xdefbx16){_0xdefbx16=null!=_0xdefbx16?_0xdefbx16:0;_0xdefbx13=this[_0x15c7[724]];var _0xdefbx17=Math[_0x15c7[488]](_0xdefbx13[_0x15c7[487]]),_0xdefbx18=this[_0x15c7[55]](_0x15c7[449]),_0xdefbx19=_0xdefbx13[_0x15c7[535]]||_0x15c7[110];0!=_0xdefbx16&&(_0xdefbx19+=_0x15c7[1394]+_0xdefbx16+_0x15c7[537]+this[_0x15c7[1239]](_0xdefbx2*_0xdefbx13[_0x15c7[255]])+_0x15c7[537]+this[_0x15c7[1239]](_0xdefbx3*_0xdefbx13[_0x15c7[255]])+_0x15c7[460]);if(_0xdefbx15&&0<_0xdefbx4&&0<_0xdefbx5){var _0xdefbx1a=_0xdefbx2;_0xdefbx16=_0xdefbx3;_0xdefbxa==mxConstants[_0x15c7[479]]?_0xdefbx1a-=_0xdefbx4/2:_0xdefbxa==mxConstants[_0x15c7[480]]&&(_0xdefbx1a-=_0xdefbx4);_0xdefbx12==mxConstants[_0x15c7[481]]?_0xdefbx16-=_0xdefbx5/2:_0xdefbx12==mxConstants[_0x15c7[482]]&&(_0xdefbx16-=_0xdefbx5);_0xdefbx16=this[_0x15c7[1437]](_0xdefbx1a*_0xdefbx13[_0x15c7[255]]-2,_0xdefbx16*_0xdefbx13[_0x15c7[255]]-2,_0xdefbx4*_0xdefbx13[_0x15c7[255]]+4,_0xdefbx5*_0xdefbx13[_0x15c7[255]]+4);null!=this[_0x15c7[1340]]?this[_0x15c7[1340]][_0x15c7[62]](_0xdefbx16):this[_0x15c7[813]][_0x15c7[62]](_0xdefbx16);_0xdefbx18[_0x15c7[57]](_0x15c7[1440],_0x15c7[1380]+_0xdefbx16[_0x15c7[284]](_0x15c7[1363])+_0x15c7[460])};this[_0x15c7[1441]](_0xdefbx18,_0xdefbxa);_0xdefbx16=_0xdefbxa==mxConstants[_0x15c7[480]]?_0x15c7[1282]:_0xdefbxa==mxConstants[_0x15c7[479]]?_0x15c7[554]:_0x15c7[861];_0x15c7[861]!=_0xdefbx16&&_0xdefbx18[_0x15c7[57]](_0x15c7[1442],_0xdefbx16);(!this[_0x15c7[1341]]||_0xdefbx17!=mxConstants[_0x15c7[483]])&&_0xdefbx18[_0x15c7[57]](_0x15c7[1443],Math[_0x15c7[488]](_0xdefbx17*_0xdefbx13[_0x15c7[255]])+_0x15c7[168]);0<_0xdefbx19[_0x15c7[67]]&&_0xdefbx18[_0x15c7[57]](_0x15c7[535],_0xdefbx19);1>_0xdefbx13[_0x15c7[1244]]&&_0xdefbx18[_0x15c7[57]](_0x15c7[461],_0xdefbx13[_0x15c7[1244]]);var _0xdefbx19=_0xdefbx9[_0x15c7[224]](_0x15c7[192]),_0xdefbx1a=Math[_0x15c7[488]](_0xdefbx17*mxConstants[_0x15c7[490]]),_0xdefbx1b=_0xdefbx17+(_0xdefbx19[_0x15c7[67]]-1)*_0xdefbx1a;_0xdefbx16=_0xdefbx3+_0xdefbx17-1;_0xdefbx12==mxConstants[_0x15c7[481]]?(_0xdefbx5=(this[_0x15c7[1343]]&&_0xdefbx15&&0<_0xdefbx5?Math[_0x15c7[243]](_0xdefbx1b,_0xdefbx5):_0xdefbx1b)/2,_0xdefbx16-=_0xdefbx5+1):_0xdefbx12==mxConstants[_0x15c7[482]]&&(_0xdefbx5=this[_0x15c7[1343]]&&_0xdefbx15&&0<_0xdefbx5?Math[_0x15c7[243]](_0xdefbx1b,_0xdefbx5):_0xdefbx1b,_0xdefbx16-=_0xdefbx5+2);for(_0xdefbx5=0;_0xdefbx5<_0xdefbx19[_0x15c7[67]];_0xdefbx5++){0<_0xdefbx19[_0xdefbx5][_0x15c7[67]]&&0<mxUtils[_0x15c7[330]](_0xdefbx19[_0xdefbx5])[_0x15c7[67]]&&(_0xdefbx15=this[_0x15c7[55]](_0x15c7[963]),_0xdefbx15[_0x15c7[57]](_0x15c7[235],this[_0x15c7[1239]](_0xdefbx2*_0xdefbx13[_0x15c7[255]])),_0xdefbx15[_0x15c7[57]](_0x15c7[236],this[_0x15c7[1239]](_0xdefbx16*_0xdefbx13[_0x15c7[255]])),mxUtils[_0x15c7[53]](_0xdefbx15,_0xdefbx19[_0xdefbx5]),_0xdefbx18[_0x15c7[62]](_0xdefbx15)),_0xdefbx16+=_0xdefbx1a};this[_0x15c7[813]][_0x15c7[62]](_0xdefbx18);this[_0x15c7[1444]](_0xdefbx18,_0xdefbx9,_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx1b,_0xdefbxa,_0xdefbx12,_0xdefbx14)};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1441]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[724]];_0xdefbx2[_0x15c7[57]](_0x15c7[1334],_0xdefbx3[_0x15c7[665]]);(!this[_0x15c7[1341]]||_0xdefbx3[_0x15c7[486]]!=mxConstants[_0x15c7[484]])&&_0xdefbx2[_0x15c7[57]](_0x15c7[1445],_0xdefbx3[_0x15c7[486]]);(_0xdefbx3[_0x15c7[666]]&mxConstants[_0x15c7[1410]])==mxConstants[_0x15c7[1410]]&&_0xdefbx2[_0x15c7[57]](_0x15c7[1446],_0x15c7[1447]);(_0xdefbx3[_0x15c7[666]]&mxConstants[_0x15c7[1412]])==mxConstants[_0x15c7[1412]]&&_0xdefbx2[_0x15c7[57]](_0x15c7[1448],_0x15c7[1449]);(_0xdefbx3[_0x15c7[666]]&mxConstants[_0x15c7[1414]])==mxConstants[_0x15c7[1414]]&&_0xdefbx2[_0x15c7[57]](_0x15c7[1450],_0x15c7[355])};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1444]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14){var _0xdefbx15=this[_0x15c7[724]];if(null!=_0xdefbx15[_0x15c7[1261]]||null!=_0xdefbx15[_0x15c7[1263]]){var _0xdefbx16=null;_0xdefbx14?(_0xdefbx12==mxConstants[_0x15c7[479]]?_0xdefbx4-=_0xdefbx9/2:_0xdefbx12==mxConstants[_0x15c7[480]]&&(_0xdefbx4-=_0xdefbx9),_0xdefbx13==mxConstants[_0x15c7[481]]?_0xdefbx5-=_0xdefbxa/2:_0xdefbx13==mxConstants[_0x15c7[482]]&&(_0xdefbx5-=_0xdefbxa),_0xdefbx16= new mxRectangle((_0xdefbx4+1)*_0xdefbx15[_0x15c7[255]],_0xdefbx5*_0xdefbx15[_0x15c7[255]],(_0xdefbx9-2)*_0xdefbx15[_0x15c7[255]],(_0xdefbxa+2)*_0xdefbx15[_0x15c7[255]])):null!=_0xdefbx2[_0x15c7[1451]]&&this[_0x15c7[813]][_0x15c7[295]]==document?(_0xdefbx16=_0xdefbx2[_0x15c7[1451]](),_0xdefbx3=mxClient[_0x15c7[80]]&&mxClient[_0x15c7[48]],_0xdefbx16= new mxRectangle(_0xdefbx16[_0x15c7[235]],_0xdefbx16[_0x15c7[236]]+(_0xdefbx3?0:1),_0xdefbx16[_0x15c7[117]],_0xdefbx16[_0x15c7[119]]+(_0xdefbx3?1:0))):(_0xdefbx16=document[_0x15c7[55]](_0x15c7[485]),_0xdefbx16[_0x15c7[124]][_0x15c7[489]]=Math[_0x15c7[488]](_0xdefbx15[_0x15c7[487]]*mxConstants[_0x15c7[490]])+_0x15c7[168],_0xdefbx16[_0x15c7[124]][_0x15c7[487]]=Math[_0x15c7[488]](_0xdefbx15[_0x15c7[487]])+_0x15c7[168],_0xdefbx16[_0x15c7[124]][_0x15c7[486]]=_0xdefbx15[_0x15c7[486]],_0xdefbx16[_0x15c7[124]][_0x15c7[493]]=_0x15c7[494],_0xdefbx16[_0x15c7[124]][_0x15c7[491]]=_0x15c7[492],_0xdefbx16[_0x15c7[124]][_0x15c7[187]]=_0x15c7[188],_0xdefbx16[_0x15c7[124]][_0x15c7[495]]=mxClient[_0x15c7[496]]?_0x15c7[497]:_0x15c7[498],_0xdefbx16[_0x15c7[124]][_0x15c7[499]]=_0x15c7[500],(_0xdefbx15[_0x15c7[666]]&mxConstants[_0x15c7[1410]])==mxConstants[_0x15c7[1410]]&&(_0xdefbx16[_0x15c7[124]][_0x15c7[1452]]=_0x15c7[1447]),(_0xdefbx15[_0x15c7[666]]&mxConstants[_0x15c7[1412]])==mxConstants[_0x15c7[1412]]&&(_0xdefbx16[_0x15c7[124]][_0x15c7[666]]=_0x15c7[1449]),_0xdefbx3=mxUtils[_0x15c7[321]](_0xdefbx3,!1),_0xdefbx16[_0x15c7[339]]=_0xdefbx3[_0x15c7[230]](/\n/g,_0x15c7[1453]),document[_0x15c7[112]][_0x15c7[62]](_0xdefbx16),_0xdefbx9=_0xdefbx16[_0x15c7[359]],_0xdefbxa=_0xdefbx16[_0x15c7[167]],_0xdefbx16[_0x15c7[265]][_0x15c7[266]](_0xdefbx16),_0xdefbx12==mxConstants[_0x15c7[479]]?_0xdefbx4-=_0xdefbx9/2:_0xdefbx12==mxConstants[_0x15c7[480]]&&(_0xdefbx4-=_0xdefbx9),_0xdefbx13==mxConstants[_0x15c7[481]]?_0xdefbx5-=_0xdefbxa/2:_0xdefbx13==mxConstants[_0x15c7[482]]&&(_0xdefbx5-=_0xdefbxa),_0xdefbx16= new mxRectangle((_0xdefbx4+1)*_0xdefbx15[_0x15c7[255]],(_0xdefbx5+2)*_0xdefbx15[_0x15c7[255]],_0xdefbx9*_0xdefbx15[_0x15c7[255]],(_0xdefbxa+1)*_0xdefbx15[_0x15c7[255]]));null!=_0xdefbx16&&(_0xdefbx3=this[_0x15c7[55]](_0x15c7[1319]),_0xdefbx3[_0x15c7[57]](_0x15c7[1334],_0xdefbx15[_0x15c7[1261]]||_0x15c7[130]),_0xdefbx3[_0x15c7[57]](_0x15c7[1336],_0xdefbx15[_0x15c7[1263]]||_0x15c7[130]),_0xdefbx3[_0x15c7[57]](_0x15c7[235],Math[_0x15c7[519]](_0xdefbx16[_0x15c7[235]]-1)),_0xdefbx3[_0x15c7[57]](_0x15c7[236],Math[_0x15c7[519]](_0xdefbx16[_0x15c7[236]]-1)),_0xdefbx3[_0x15c7[57]](_0x15c7[117],Math[_0x15c7[430]](_0xdefbx16[_0x15c7[117]]+2)),_0xdefbx3[_0x15c7[57]](_0x15c7[119],Math[_0x15c7[430]](_0xdefbx16[_0x15c7[119]])),_0xdefbx15=null!=_0xdefbx15[_0x15c7[1263]]?Math[_0x15c7[160]](1,this[_0x15c7[1239]](_0xdefbx15[_0x15c7[255]])):0,_0xdefbx3[_0x15c7[57]](_0x15c7[1382],_0xdefbx15),this[_0x15c7[813]][_0x15c7[295]]==document&&1==mxUtils[_0x15c7[1454]](_0xdefbx15,2)&&_0xdefbx3[_0x15c7[57]](_0x15c7[535],_0x15c7[1455]),_0xdefbx2[_0x15c7[950]](_0xdefbx3,_0xdefbx2[_0x15c7[285]]))}};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1336]]=function(){this[_0x15c7[1370]](!1,!0)};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1334]]=function(){this[_0x15c7[1370]](!0,!1)};mxSvgCanvas2D[_0x15c7[202]][_0x15c7[1337]]=function(){this[_0x15c7[1370]](!0,!0)};var mxVmlCanvas2D=function(_0xdefbx2){mxAbstractCanvas2D[_0x15c7[239]](this);this[_0x15c7[813]]=_0xdefbx2};mxUtils[_0x15c7[1284]](mxVmlCanvas2D,mxAbstractCanvas2D);mxVmlCanvas2D[_0x15c7[202]][_0x15c7[252]]=null;mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1285]]= !0;mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1219]]=_0x15c7[1456];mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1221]]=_0x15c7[1457];mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1225]]=_0x15c7[1458];mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1227]]=_0x15c7[235];mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1459]]=_0x15c7[110];mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1460]]=1;mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1370]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[252]],_0xdefbx5=this[_0x15c7[724]];if(null!=_0xdefbx4){if(_0x15c7[253]==_0xdefbx4[_0x15c7[301]]){if(null!=this[_0x15c7[1215]]&&0<this[_0x15c7[1215]][_0x15c7[67]]){_0xdefbx4[_0x15c7[1215]]=this[_0x15c7[1215]][_0x15c7[234]](_0x15c7[185])+_0x15c7[1461],_0xdefbx4[_0x15c7[124]][_0x15c7[117]]=this[_0x15c7[813]][_0x15c7[124]][_0x15c7[117]],_0xdefbx4[_0x15c7[124]][_0x15c7[119]]=this[_0x15c7[813]][_0x15c7[124]][_0x15c7[119]],_0xdefbx4[_0x15c7[1462]]=parseInt(_0xdefbx4[_0x15c7[124]][_0x15c7[117]])+_0x15c7[185]+parseInt(_0xdefbx4[_0x15c7[124]][_0x15c7[119]])}else {return}};_0xdefbx4[_0x15c7[1463]]=this[_0x15c7[1239]](Math[_0x15c7[160]](1,_0xdefbx5[_0x15c7[610]]*_0xdefbx5[_0x15c7[255]]/this[_0x15c7[1460]]))+_0x15c7[168];_0xdefbx5[_0x15c7[639]]&&this[_0x15c7[813]][_0x15c7[62]](this[_0x15c7[1375]](_0xdefbx4,_0xdefbx2&&null!=_0xdefbx5[_0x15c7[604]],_0xdefbx3&&null!=_0xdefbx5[_0x15c7[608]]));_0xdefbx3&&null!=_0xdefbx5[_0x15c7[608]]?(_0xdefbx4[_0x15c7[1464]]=_0x15c7[128],_0xdefbx4[_0x15c7[1306]]=_0xdefbx5[_0x15c7[608]]):_0xdefbx4[_0x15c7[1464]]=_0x15c7[308];_0xdefbx4[_0x15c7[62]](this[_0x15c7[1465]]());_0xdefbx2&&null!=_0xdefbx5[_0x15c7[604]]?_0xdefbx4[_0x15c7[62]](this[_0x15c7[1466]]()):this[_0x15c7[1229]]&&(_0x15c7[253]!=_0xdefbx4[_0x15c7[301]]||this[_0x15c7[1215]][this[_0x15c7[1215]][_0x15c7[67]]-1]==this[_0x15c7[1227]])?_0xdefbx4[_0x15c7[62]](this[_0x15c7[1467]]()):_0xdefbx4[_0x15c7[1468]]=_0x15c7[308];this[_0x15c7[813]][_0x15c7[62]](_0xdefbx4)}};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1467]]=function(){var _0xdefbx2=document[_0x15c7[55]](mxClient[_0x15c7[463]]+_0x15c7[1469]);_0xdefbx2[_0x15c7[390]]=mxClient[_0x15c7[88]]+_0x15c7[1470];_0xdefbx2[_0x15c7[60]]=_0x15c7[1471];return _0xdefbx2};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1466]]=function(){var _0xdefbx2=this[_0x15c7[724]],_0xdefbx3=document[_0x15c7[55]](mxClient[_0x15c7[463]]+_0x15c7[1469]);_0xdefbx3[_0x15c7[352]]=_0xdefbx2[_0x15c7[604]];if(null!=_0xdefbx2[_0x15c7[606]]){_0xdefbx3[_0x15c7[60]]=_0x15c7[1299];_0xdefbx3[_0x15c7[865]]=_0x15c7[130];_0xdefbx3[_0x15c7[1472]]=_0xdefbx2[_0x15c7[606]];var _0xdefbx4=180-_0xdefbx2[_0x15c7[603]],_0xdefbx4=_0xdefbx2[_0x15c7[607]]==mxConstants[_0x15c7[1359]]?_0xdefbx4-(90+(_0x15c7[235]==this[_0x15c7[813]][_0x15c7[124]][_0x15c7[1473]]?180:0)):_0xdefbx2[_0x15c7[607]]==mxConstants[_0x15c7[1356]]?_0xdefbx4+(90+(_0x15c7[235]==this[_0x15c7[813]][_0x15c7[124]][_0x15c7[1473]]?180:0)):_0xdefbx2[_0x15c7[607]]==mxConstants[_0x15c7[1358]]?_0xdefbx4-(180+(_0x15c7[236]==this[_0x15c7[813]][_0x15c7[124]][_0x15c7[1473]]?-180:0)):_0xdefbx4+(_0x15c7[236]==this[_0x15c7[813]][_0x15c7[124]][_0x15c7[1473]]?-180:0);if(_0x15c7[235]==this[_0x15c7[813]][_0x15c7[124]][_0x15c7[1473]]||_0x15c7[236]==this[_0x15c7[813]][_0x15c7[124]][_0x15c7[1473]]){_0xdefbx4*= -1};_0xdefbx3[_0x15c7[1474]]=mxUtils[_0x15c7[1454]](_0xdefbx4,360);_0xdefbx3[_0x15c7[461]]=100*_0xdefbx2[_0x15c7[1244]]*_0xdefbx2[_0x15c7[1247]]+_0x15c7[229];_0xdefbx3[_0x15c7[57]](mxClient[_0x15c7[1475]]+_0x15c7[1476],100*_0xdefbx2[_0x15c7[1244]]*_0xdefbx2[_0x15c7[1248]]+_0x15c7[229])}else {1>_0xdefbx2[_0x15c7[1244]]&&(_0xdefbx3[_0x15c7[461]]=100*_0xdefbx2[_0x15c7[1244]]+_0x15c7[229])};return _0xdefbx3};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1465]]=function(){var _0xdefbx2=this[_0x15c7[724]],_0xdefbx3=document[_0x15c7[55]](mxClient[_0x15c7[463]]+_0x15c7[1477]);_0xdefbx3[_0x15c7[1478]]=_0xdefbx2[_0x15c7[1254]]||_0x15c7[1232];_0xdefbx3[_0x15c7[1479]]=_0xdefbx2[_0x15c7[1256]]||_0x15c7[1233];_0xdefbx3[_0x15c7[1313]]=_0xdefbx2[_0x15c7[1258]]||_0x15c7[1480];1>_0xdefbx2[_0x15c7[1244]]&&(_0xdefbx3[_0x15c7[461]]=100*_0xdefbx2[_0x15c7[1244]]+_0x15c7[229]);_0xdefbx2[_0x15c7[648]]&&(_0xdefbx3[_0x15c7[1481]]=this[_0x15c7[1482]]());return _0xdefbx3};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1482]]=function(){var _0xdefbx2=_0x15c7[1483];if(null!=this[_0x15c7[724]][_0x15c7[649]]){var _0xdefbx3=this[_0x15c7[724]][_0x15c7[649]][_0x15c7[224]](_0x15c7[185]);0<_0xdefbx3[_0x15c7[67]]&&1==_0xdefbx3[0]&&(_0xdefbx2=_0x15c7[1484])};return _0xdefbx2};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1375]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=this[_0x15c7[724]],_0xdefbx9=-_0xdefbx5[_0x15c7[603]]*(Math[_0x15c7[424]]/180),_0xdefbxa=Math[_0x15c7[426]](_0xdefbx9),_0xdefbx9=Math[_0x15c7[427]](_0xdefbx9),_0xdefbx12=_0xdefbx5[_0x15c7[1273]]*_0xdefbx5[_0x15c7[255]],_0xdefbx13=_0xdefbx5[_0x15c7[1274]]*_0xdefbx5[_0x15c7[255]];_0x15c7[235]==this[_0x15c7[813]][_0x15c7[124]][_0x15c7[1473]]?_0xdefbx12*= -1:_0x15c7[236]==this[_0x15c7[813]][_0x15c7[124]][_0x15c7[1473]]&&(_0xdefbx13*= -1);var _0xdefbx14=_0xdefbx2[_0x15c7[511]](!0);_0xdefbx14[_0x15c7[124]][_0x15c7[945]]=Math[_0x15c7[488]](_0xdefbx12*_0xdefbxa-_0xdefbx13*_0xdefbx9)+_0x15c7[168];_0xdefbx14[_0x15c7[124]][_0x15c7[953]]=Math[_0x15c7[488]](_0xdefbx12*_0xdefbx9+_0xdefbx13*_0xdefbxa)+_0x15c7[168];8==document[_0x15c7[5]]&&(_0xdefbx14[_0x15c7[1463]]=_0xdefbx2[_0x15c7[1463]],_0x15c7[253]==_0xdefbx2[_0x15c7[301]]&&(_0xdefbx14[_0x15c7[1215]]=this[_0x15c7[1215]][_0x15c7[234]](_0x15c7[185])+_0x15c7[1461],_0xdefbx14[_0x15c7[124]][_0x15c7[117]]=this[_0x15c7[813]][_0x15c7[124]][_0x15c7[117]],_0xdefbx14[_0x15c7[124]][_0x15c7[119]]=this[_0x15c7[813]][_0x15c7[124]][_0x15c7[119]],_0xdefbx14[_0x15c7[1462]]=parseInt(_0xdefbx2[_0x15c7[124]][_0x15c7[117]])+_0x15c7[185]+parseInt(_0xdefbx2[_0x15c7[124]][_0x15c7[119]])));_0xdefbx4?(_0xdefbx14[_0x15c7[1306]]=_0xdefbx5[_0x15c7[1269]],_0xdefbx14[_0x15c7[62]](this[_0x15c7[1485]]())):_0xdefbx14[_0x15c7[1464]]=_0x15c7[308];_0xdefbx3?_0xdefbx14[_0x15c7[62]](this[_0x15c7[1486]]()):_0xdefbx14[_0x15c7[1468]]=_0x15c7[308];return _0xdefbx14};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1486]]=function(){var _0xdefbx2=document[_0x15c7[55]](mxClient[_0x15c7[463]]+_0x15c7[1469]);_0xdefbx2[_0x15c7[352]]=this[_0x15c7[724]][_0x15c7[1269]];_0xdefbx2[_0x15c7[461]]=100*this[_0x15c7[724]][_0x15c7[1244]]*this[_0x15c7[724]][_0x15c7[1271]]+_0x15c7[229];return _0xdefbx2};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1485]]=function(){var _0xdefbx2=this[_0x15c7[1465]]();_0xdefbx2[_0x15c7[461]]=100*this[_0x15c7[724]][_0x15c7[1244]]*this[_0x15c7[724]][_0x15c7[1271]]+_0x15c7[229];return _0xdefbx2};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1294]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx3&&_0xdefbx4?_0xdefbx2+=180:_0xdefbx3?this[_0x15c7[813]][_0x15c7[124]][_0x15c7[1473]]=_0x15c7[235]:_0xdefbx4&&(this[_0x15c7[813]][_0x15c7[124]][_0x15c7[1473]]=_0x15c7[236]);if(_0xdefbx3?!_0xdefbx4:_0xdefbx4){_0xdefbx2*= -1};this[_0x15c7[813]][_0x15c7[124]][_0x15c7[603]]=_0xdefbx2;this[_0x15c7[724]][_0x15c7[603]]+=_0xdefbx2;this[_0x15c7[724]][_0x15c7[1395]]=_0xdefbx5;this[_0x15c7[724]][_0x15c7[1396]]=_0xdefbx9};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1275]]=function(){mxAbstractCanvas2D[_0x15c7[202]][_0x15c7[1275]][_0x15c7[183]](this,arguments);this[_0x15c7[252]]=document[_0x15c7[55]](mxClient[_0x15c7[463]]+_0x15c7[1487]);this[_0x15c7[252]][_0x15c7[124]][_0x15c7[491]]=_0x15c7[492]};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1278]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){var _0xdefbx9=this[_0x15c7[724]],_0xdefbxa=(this[_0x15c7[1217]]+_0xdefbx9[_0x15c7[1126]])*_0xdefbx9[_0x15c7[255]],_0xdefbx12=(this[_0x15c7[1218]]+_0xdefbx9[_0x15c7[1125]])*_0xdefbx9[_0x15c7[255]];_0xdefbx2=(_0xdefbx2+_0xdefbx9[_0x15c7[1126]])*_0xdefbx9[_0x15c7[255]];_0xdefbx3=(_0xdefbx3+_0xdefbx9[_0x15c7[1125]])*_0xdefbx9[_0x15c7[255]];_0xdefbx4=(_0xdefbx4+_0xdefbx9[_0x15c7[1126]])*_0xdefbx9[_0x15c7[255]];_0xdefbx5=(_0xdefbx5+_0xdefbx9[_0x15c7[1125]])*_0xdefbx9[_0x15c7[255]];var _0xdefbx12=_0xdefbx12+2/3*(_0xdefbx3-_0xdefbx12),_0xdefbx13=_0xdefbx4+2/3*(_0xdefbx2-_0xdefbx4);_0xdefbx3=_0xdefbx5+2/3*(_0xdefbx3-_0xdefbx5);this[_0x15c7[1215]][_0x15c7[207]](_0x15c7[1488]+this[_0x15c7[1239]](_0xdefbxa+2/3*(_0xdefbx2-_0xdefbxa))+_0x15c7[185]+this[_0x15c7[1239]](_0xdefbx12)+_0x15c7[185]+this[_0x15c7[1239]](_0xdefbx13)+_0x15c7[185]+this[_0x15c7[1239]](_0xdefbx3)+_0x15c7[185]+this[_0x15c7[1239]](_0xdefbx4)+_0x15c7[185]+this[_0x15c7[1239]](_0xdefbx5));this[_0x15c7[1217]]=_0xdefbx4/_0xdefbx9[_0x15c7[255]]-_0xdefbx9[_0x15c7[1126]];this[_0x15c7[1218]]=_0xdefbx5/_0xdefbx9[_0x15c7[255]]-_0xdefbx9[_0x15c7[1125]]};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1489]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){var _0xdefbxa=this[_0x15c7[724]];_0xdefbx2=document[_0x15c7[55]](_0xdefbx2);_0xdefbx2[_0x15c7[124]][_0x15c7[491]]=_0x15c7[492];_0xdefbx2[_0x15c7[124]][_0x15c7[361]]=this[_0x15c7[1239]]((_0xdefbx3+_0xdefbxa[_0x15c7[1126]])*_0xdefbxa[_0x15c7[255]])+_0x15c7[168];_0xdefbx2[_0x15c7[124]][_0x15c7[125]]=this[_0x15c7[1239]]((_0xdefbx4+_0xdefbxa[_0x15c7[1125]])*_0xdefbxa[_0x15c7[255]])+_0x15c7[168];_0xdefbx2[_0x15c7[124]][_0x15c7[117]]=this[_0x15c7[1239]](_0xdefbx5*_0xdefbxa[_0x15c7[255]])+_0x15c7[168];_0xdefbx2[_0x15c7[124]][_0x15c7[119]]=this[_0x15c7[1239]](_0xdefbx9*_0xdefbxa[_0x15c7[255]])+_0x15c7[168];return _0xdefbx2};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1319]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){this[_0x15c7[252]]=this[_0x15c7[1489]](mxClient[_0x15c7[463]]+_0x15c7[1490],_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5)};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1320]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){this[_0x15c7[252]]=this[_0x15c7[1489]](mxClient[_0x15c7[463]]+_0x15c7[1491],_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5);this[_0x15c7[252]][_0x15c7[57]](_0x15c7[1492],Math[_0x15c7[160]](100*_0xdefbx9/_0xdefbx4,100*_0xdefbxa/_0xdefbx5)+_0x15c7[229])};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[680]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){this[_0x15c7[252]]=this[_0x15c7[1489]](mxClient[_0x15c7[463]]+_0x15c7[1493],_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5)};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[618]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13){var _0xdefbx14=null;_0xdefbxa?(_0xdefbx14=this[_0x15c7[1489]](mxClient[_0x15c7[463]]+_0x15c7[1490],_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5),_0xdefbx14[_0x15c7[1464]]=_0x15c7[308],_0xdefbx2=document[_0x15c7[55]](mxClient[_0x15c7[463]]+_0x15c7[1469]),_0xdefbx2[_0x15c7[1322]]=_0xdefbxa?_0x15c7[1494]:_0x15c7[1495],_0xdefbx2[_0x15c7[1294]]=_0x15c7[128],_0xdefbx2[_0x15c7[60]]=_0x15c7[1496],_0xdefbx2[_0x15c7[390]]=_0xdefbx9,_0xdefbx14[_0x15c7[62]](_0xdefbx2)):(_0xdefbx14=this[_0x15c7[1489]](mxClient[_0x15c7[463]]+_0x15c7[464],_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5),_0xdefbx14[_0x15c7[390]]=_0xdefbx9);_0xdefbx12&&_0xdefbx13?_0xdefbx14[_0x15c7[124]][_0x15c7[603]]=_0x15c7[1497]:_0xdefbx12?_0xdefbx14[_0x15c7[124]][_0x15c7[1473]]=_0x15c7[235]:_0xdefbx13&&(_0xdefbx14[_0x15c7[124]][_0x15c7[1473]]=_0x15c7[236]);1>this[_0x15c7[724]][_0x15c7[1244]]&&(_0xdefbx14[_0x15c7[124]][_0x15c7[347]]+=_0x15c7[459]+100*this[_0x15c7[724]][_0x15c7[1244]]+_0x15c7[460]);this[_0x15c7[813]][_0x15c7[62]](_0xdefbx14)};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1404]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx4=document[_0x15c7[55]](_0x15c7[485]);var _0xdefbx9=this[_0x15c7[724]],_0xdefbxa=_0x15c7[110];null!=_0xdefbx9[_0x15c7[1261]]&&(_0xdefbxa+=_0x15c7[1418]+_0xdefbx9[_0x15c7[1261]]+_0x15c7[471]);null!=_0xdefbx9[_0x15c7[1263]]&&(_0xdefbxa+=_0x15c7[1419]+_0xdefbx9[_0x15c7[1263]]+_0x15c7[471]);mxUtils[_0x15c7[1331]](_0xdefbx2)?_0xdefbx4[_0x15c7[62]](_0xdefbx2):0<_0xdefbxa[_0x15c7[67]]&&!_0xdefbx5?(_0xdefbx5=document[_0x15c7[55]](_0x15c7[485]),_0xdefbx5[_0x15c7[124]][_0x15c7[103]]=_0xdefbxa,_0xdefbx5[_0x15c7[124]][_0x15c7[495]]=mxClient[_0x15c7[496]]?_0x15c7[497]:_0x15c7[498],_0xdefbx5[_0x15c7[124]][_0x15c7[499]]=_0x15c7[500],_0xdefbx5[_0x15c7[339]]=_0xdefbx2,_0xdefbx4[_0x15c7[62]](_0xdefbx5)):(_0xdefbx4[_0x15c7[124]][_0x15c7[103]]=_0xdefbxa,_0xdefbx4[_0x15c7[339]]=_0xdefbx2);_0xdefbx2=_0xdefbx4[_0x15c7[124]];_0xdefbx2[_0x15c7[487]]=Math[_0x15c7[488]](_0xdefbx9[_0x15c7[487]]/this[_0x15c7[1460]])+_0x15c7[168];_0xdefbx2[_0x15c7[486]]=_0xdefbx9[_0x15c7[486]];_0xdefbx2[_0x15c7[352]]=_0xdefbx9[_0x15c7[665]];_0xdefbx2[_0x15c7[123]]=_0x15c7[125];_0xdefbx2[_0x15c7[1165]]=_0xdefbx3||_0x15c7[361];_0xdefbx2[_0x15c7[489]]=Math[_0x15c7[488]](_0xdefbx9[_0x15c7[487]]*mxConstants[_0x15c7[490]]/this[_0x15c7[1460]])+_0x15c7[168];(_0xdefbx9[_0x15c7[666]]&mxConstants[_0x15c7[1410]])==mxConstants[_0x15c7[1410]]&&(_0xdefbx2[_0x15c7[1452]]=_0x15c7[1447]);(_0xdefbx9[_0x15c7[666]]&mxConstants[_0x15c7[1412]])==mxConstants[_0x15c7[1412]]&&(_0xdefbx2[_0x15c7[666]]=_0x15c7[1449]);(_0xdefbx9[_0x15c7[666]]&mxConstants[_0x15c7[1414]])==mxConstants[_0x15c7[1414]]&&(_0xdefbx2[_0x15c7[1498]]=_0x15c7[355]);return _0xdefbx4};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[963]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14,_0xdefbx15,_0xdefbx16,_0xdefbx17){if(this[_0x15c7[1285]]&&null!=_0xdefbx9){var _0xdefbx18=this[_0x15c7[724]];if(_0x15c7[1428]==_0xdefbx14){null!=_0xdefbx18[_0x15c7[603]]&&(_0xdefbx3=this[_0x15c7[1241]](_0xdefbx2,_0xdefbx3,_0xdefbx18[_0x15c7[603]],_0xdefbx18[_0x15c7[1395]],_0xdefbx18[_0x15c7[1396]]),_0xdefbx2=_0xdefbx3[_0x15c7[235]],_0xdefbx3=_0xdefbx3[_0x15c7[236]]);8==document[_0x15c7[5]]?(_0xdefbx2+=_0xdefbx18[_0x15c7[1126]],_0xdefbx3+=_0xdefbx18[_0x15c7[1125]]):(_0xdefbx2*=_0xdefbx18[_0x15c7[255]],_0xdefbx3*=_0xdefbx18[_0x15c7[255]]);_0xdefbx14=8==document[_0x15c7[5]]?document[_0x15c7[55]](mxClient[_0x15c7[463]]+_0x15c7[1499]):document[_0x15c7[55]](_0x15c7[485]);_0xdefbx14[_0x15c7[124]][_0x15c7[491]]=_0x15c7[492];_0xdefbx14[_0x15c7[124]][_0x15c7[495]]=_0x15c7[497];_0xdefbx14[_0x15c7[124]][_0x15c7[361]]=this[_0x15c7[1239]](_0xdefbx2)+_0x15c7[168];_0xdefbx14[_0x15c7[124]][_0x15c7[125]]=this[_0x15c7[1239]](_0xdefbx3)+_0x15c7[168];_0xdefbx14[_0x15c7[124]][_0x15c7[499]]=_0xdefbx18[_0x15c7[255]];var _0xdefbx19=document[_0x15c7[55]](_0x15c7[485]);_0xdefbx19[_0x15c7[124]][_0x15c7[491]]=_0x15c7[1500];_0xdefbx19[_0x15c7[124]][_0x15c7[495]]=_0x15c7[497];var _0xdefbx1a=mxUtils[_0x15c7[1501]](_0xdefbxa,_0xdefbx12),_0xdefbx1b=_0xdefbx1a[_0x15c7[235]],_0xdefbx1a=_0xdefbx1a[_0x15c7[236]];_0xdefbx9=this[_0x15c7[1404]](_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx15);_0xdefbxa=document[_0x15c7[55]](_0x15c7[485]);_0xdefbx13?(!_0xdefbx16&&0<_0xdefbx4&&(_0xdefbx9[_0x15c7[124]][_0x15c7[117]]=Math[_0x15c7[488]](_0xdefbx4)+_0x15c7[168]),_0xdefbx9[_0x15c7[124]][_0x15c7[493]]=_0x15c7[1502]):_0xdefbx9[_0x15c7[124]][_0x15c7[493]]=_0x15c7[494];_0xdefbx13=_0xdefbx18[_0x15c7[603]]+(_0xdefbx17||0);this[_0x15c7[1216]]&&0!=_0xdefbx13?(_0xdefbxa[_0x15c7[124]][_0x15c7[495]]=_0x15c7[497],_0xdefbxa[_0x15c7[124]][_0x15c7[499]]=_0x15c7[500],_0xdefbxa[_0x15c7[62]](_0xdefbx9),8==document[_0x15c7[5]]&&_0x15c7[529]!=this[_0x15c7[813]][_0x15c7[301]]?(_0xdefbx19[_0x15c7[62]](_0xdefbxa),_0xdefbx14[_0x15c7[62]](_0xdefbx19)):_0xdefbx14[_0x15c7[62]](_0xdefbxa)):8==document[_0x15c7[5]]?(_0xdefbx19[_0x15c7[62]](_0xdefbx9),_0xdefbx14[_0x15c7[62]](_0xdefbx19)):(_0xdefbx9[_0x15c7[124]][_0x15c7[495]]=_0x15c7[497],_0xdefbx14[_0x15c7[62]](_0xdefbx9));_0x15c7[529]!=this[_0x15c7[813]][_0x15c7[301]]?(_0xdefbx17=document[_0x15c7[55]](mxClient[_0x15c7[463]]+_0x15c7[1490]),_0xdefbx17[_0x15c7[1464]]=_0x15c7[308],_0xdefbx17[_0x15c7[1468]]=_0x15c7[308],_0xdefbx17[_0x15c7[62]](_0xdefbx14),this[_0x15c7[813]][_0x15c7[62]](_0xdefbx17)):this[_0x15c7[813]][_0x15c7[62]](_0xdefbx14);_0xdefbx16?(_0xdefbx9[_0x15c7[124]][_0x15c7[277]]=_0x15c7[188],0<_0xdefbx4&&(_0xdefbx9[_0x15c7[124]][_0x15c7[117]]=Math[_0x15c7[488]](_0xdefbx4)+_0x15c7[168]),0<_0xdefbx5&&8==document[_0x15c7[5]]&&(_0xdefbx9[_0x15c7[124]][_0x15c7[1503]]=Math[_0x15c7[488]](_0xdefbx5)+_0x15c7[168])):_0xdefbx15&&(_0xdefbx9[_0x15c7[124]][_0x15c7[117]]=_0xdefbx4+_0x15c7[168],0<_0xdefbx5&&(_0xdefbx9[_0x15c7[124]][_0x15c7[1503]]=Math[_0x15c7[488]](_0xdefbx5)+_0x15c7[168]));if(this[_0x15c7[1216]]&&0!=_0xdefbx13){_0xdefbx4=_0xdefbx13*(Math[_0x15c7[424]]/180);_0xdefbx13=parseFloat(parseFloat(Math[_0x15c7[426]](_0xdefbx4))[_0x15c7[1293]](8));_0xdefbx17=parseFloat(parseFloat(Math[_0x15c7[427]](-_0xdefbx4))[_0x15c7[1293]](8));_0xdefbx4%=2*Math[_0x15c7[424]];0>_0xdefbx4&&(_0xdefbx4+=2*Math[_0x15c7[424]]);_0xdefbx4%=Math[_0x15c7[424]];_0xdefbx4>Math[_0x15c7[424]]/2&&(_0xdefbx4=Math[_0x15c7[424]]-_0xdefbx4);_0xdefbx12=Math[_0x15c7[426]](_0xdefbx4);var _0xdefbx1c=Math[_0x15c7[427]](_0xdefbx4);8==document[_0x15c7[5]]&&(_0xdefbx9[_0x15c7[124]][_0x15c7[495]]=_0x15c7[498],_0xdefbxa[_0x15c7[124]][_0x15c7[495]]=_0x15c7[498],_0xdefbx19[_0x15c7[124]][_0x15c7[495]]=_0x15c7[498]);_0xdefbx9[_0x15c7[124]][_0x15c7[187]]=_0x15c7[188];document[_0x15c7[112]][_0x15c7[62]](_0xdefbx9);_0xdefbx4=_0xdefbx9[_0x15c7[359]];_0xdefbx19=_0xdefbx9[_0x15c7[167]];if(mxClient[_0x15c7[496]]&&(_0xdefbx16||_0xdefbx15)&&_0xdefbx19>_0xdefbx5){_0xdefbx19=_0xdefbx5,_0xdefbx9[_0x15c7[124]][_0x15c7[119]]=_0xdefbx19+_0x15c7[168]};_0xdefbx5=_0xdefbx19;_0xdefbx16=(_0xdefbx5-_0xdefbx5*_0xdefbx12+_0xdefbx4* -_0xdefbx1c)/2-_0xdefbx17*_0xdefbx4*(_0xdefbx1b+0.5)+_0xdefbx13*_0xdefbx5*(_0xdefbx1a+0.5);_0xdefbx15=(_0xdefbx4-_0xdefbx4*_0xdefbx12+_0xdefbx5* -_0xdefbx1c)/2+_0xdefbx13*_0xdefbx4*(_0xdefbx1b+0.5)+_0xdefbx17*_0xdefbx5*(_0xdefbx1a+0.5);_0x15c7[1504]==_0xdefbx14[_0x15c7[301]]&&_0x15c7[529]==this[_0x15c7[813]][_0x15c7[301]]?(_0xdefbx1b=document[_0x15c7[55]](_0x15c7[485]),_0xdefbx1b[_0x15c7[124]][_0x15c7[495]]=_0x15c7[498],_0xdefbx1b[_0x15c7[124]][_0x15c7[491]]=_0x15c7[492],_0xdefbx1b[_0x15c7[124]][_0x15c7[361]]=this[_0x15c7[1239]](_0xdefbx2+(_0xdefbx15-_0xdefbx4/2)*_0xdefbx18[_0x15c7[255]])+_0x15c7[168],_0xdefbx1b[_0x15c7[124]][_0x15c7[125]]=this[_0x15c7[1239]](_0xdefbx3+(_0xdefbx16-_0xdefbx5/2)*_0xdefbx18[_0x15c7[255]])+_0x15c7[168],_0xdefbx14[_0x15c7[265]][_0x15c7[62]](_0xdefbx1b),_0xdefbx1b[_0x15c7[62]](_0xdefbx14)):(_0xdefbx18=8==document[_0x15c7[5]]?1:_0xdefbx18[_0x15c7[255]],_0xdefbx14[_0x15c7[124]][_0x15c7[361]]=this[_0x15c7[1239]](_0xdefbx2+(_0xdefbx15-_0xdefbx4/2)*_0xdefbx18)+_0x15c7[168],_0xdefbx14[_0x15c7[124]][_0x15c7[125]]=this[_0x15c7[1239]](_0xdefbx3+(_0xdefbx16-_0xdefbx5/2)*_0xdefbx18)+_0x15c7[168]);_0xdefbxa[_0x15c7[124]][_0x15c7[347]]=_0x15c7[1505]+_0xdefbx13+_0x15c7[1506]+_0xdefbx17+_0x15c7[1507]+-_0xdefbx17+_0x15c7[1508]+_0xdefbx13+_0x15c7[1509];_0xdefbxa[_0x15c7[124]][_0x15c7[1028]]=this[_0x15c7[1459]];1>this[_0x15c7[724]][_0x15c7[1244]]&&(_0xdefbxa[_0x15c7[124]][_0x15c7[347]]+=_0x15c7[459]+100*this[_0x15c7[724]][_0x15c7[1244]]+_0x15c7[460]);_0xdefbx9[_0x15c7[124]][_0x15c7[187]]=_0x15c7[110];_0xdefbxa[_0x15c7[62]](_0xdefbx9)}else {8!=document[_0x15c7[5]]?(_0xdefbx9[_0x15c7[124]][_0x15c7[123]]=_0x15c7[125],1>this[_0x15c7[724]][_0x15c7[1244]]&&(_0xdefbx14[_0x15c7[124]][_0x15c7[347]]=_0x15c7[459]+100*this[_0x15c7[724]][_0x15c7[1244]]+_0x15c7[460]),_0xdefbx18=_0xdefbx9[_0x15c7[265]],_0xdefbx9[_0x15c7[124]][_0x15c7[187]]=_0x15c7[188],document[_0x15c7[112]][_0x15c7[62]](_0xdefbx9),_0xdefbx4=_0xdefbx9[_0x15c7[359]],_0xdefbx19=_0xdefbx9[_0x15c7[167]],mxClient[_0x15c7[496]]&&(_0xdefbx16&&_0xdefbx19>_0xdefbx5)&&(_0xdefbx19=_0xdefbx5,_0xdefbx9[_0x15c7[124]][_0x15c7[119]]=_0xdefbx19+_0x15c7[168]),_0xdefbx5=_0xdefbx19,_0xdefbx9[_0x15c7[124]][_0x15c7[187]]=_0x15c7[110],_0xdefbx18[_0x15c7[62]](_0xdefbx9),_0xdefbx14[_0x15c7[124]][_0x15c7[361]]=this[_0x15c7[1239]](_0xdefbx2+_0xdefbx4*_0xdefbx1b*this[_0x15c7[724]][_0x15c7[255]])+_0x15c7[168],_0xdefbx14[_0x15c7[124]][_0x15c7[125]]=this[_0x15c7[1239]](_0xdefbx3+_0xdefbx5*_0xdefbx1a*this[_0x15c7[724]][_0x15c7[255]])+_0x15c7[168]):(1>this[_0x15c7[724]][_0x15c7[1244]]&&(_0xdefbx9[_0x15c7[124]][_0x15c7[347]]=_0x15c7[459]+100*this[_0x15c7[724]][_0x15c7[1244]]+_0x15c7[460]),_0xdefbx19[_0x15c7[124]][_0x15c7[361]]=100*_0xdefbx1b+_0x15c7[229],_0xdefbx19[_0x15c7[124]][_0x15c7[125]]=100*_0xdefbx1a+_0x15c7[229])}}else {this[_0x15c7[1436]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,mxUtils[_0x15c7[321]](_0xdefbx9,!1),_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14,_0xdefbx15,_0xdefbx16,_0xdefbx17)}}};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1436]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14,_0xdefbx15,_0xdefbx16,_0xdefbx17){_0xdefbx5=this[_0x15c7[724]];_0xdefbx2=(_0xdefbx2+_0xdefbx5[_0x15c7[1126]])*_0xdefbx5[_0x15c7[255]];_0xdefbx3=(_0xdefbx3+_0xdefbx5[_0x15c7[1125]])*_0xdefbx5[_0x15c7[255]];_0xdefbx4=document[_0x15c7[55]](mxClient[_0x15c7[463]]+_0x15c7[1487]);_0xdefbx4[_0x15c7[124]][_0x15c7[117]]=_0x15c7[942];_0xdefbx4[_0x15c7[124]][_0x15c7[119]]=_0x15c7[942];_0xdefbx4[_0x15c7[1464]]=_0x15c7[308];_0xdefbx15=document[_0x15c7[55]](mxClient[_0x15c7[463]]+_0x15c7[1469]);_0xdefbx15[_0x15c7[352]]=_0xdefbx5[_0x15c7[665]];_0xdefbx15[_0x15c7[461]]=100*_0xdefbx5[_0x15c7[1244]]+_0x15c7[229];_0xdefbx4[_0x15c7[62]](_0xdefbx15);_0xdefbx15=document[_0x15c7[55]](mxClient[_0x15c7[463]]+_0x15c7[1510]);_0xdefbx15[_0x15c7[1511]]=_0x15c7[128];_0xdefbx15[_0x15c7[6]]=_0x15c7[1512]+this[_0x15c7[1239]](0)+_0x15c7[185]+this[_0x15c7[1239]](0)+_0x15c7[1513]+this[_0x15c7[1239]](1)+_0x15c7[185]+this[_0x15c7[1239]](0);_0xdefbx4[_0x15c7[62]](_0xdefbx15);_0xdefbx15=document[_0x15c7[55]](mxClient[_0x15c7[463]]+_0x15c7[1514]);_0xdefbx15[_0x15c7[124]][_0x15c7[103]]=_0x15c7[1515]+_0xdefbxa;_0xdefbx15[_0x15c7[124]][_0x15c7[611]]=_0xdefbxa;_0xdefbx15[_0x15c7[124]][_0x15c7[486]]=_0xdefbx5[_0x15c7[486]];_0xdefbx15[_0x15c7[1516]]=_0xdefbx9;_0xdefbx15[_0x15c7[747]]=_0x15c7[128];_0xdefbxa=Math[_0x15c7[488]](_0xdefbx5[_0x15c7[487]]*_0xdefbx5[_0x15c7[255]]/this[_0x15c7[1460]]);_0xdefbx15[_0x15c7[124]][_0x15c7[487]]=_0xdefbxa+_0x15c7[168];(_0xdefbx5[_0x15c7[666]]&mxConstants[_0x15c7[1410]])==mxConstants[_0x15c7[1410]]&&(_0xdefbx15[_0x15c7[124]][_0x15c7[1452]]=_0x15c7[1447]);(_0xdefbx5[_0x15c7[666]]&mxConstants[_0x15c7[1412]])==mxConstants[_0x15c7[1412]]&&(_0xdefbx15[_0x15c7[124]][_0x15c7[666]]=_0x15c7[1449]);(_0xdefbx5[_0x15c7[666]]&mxConstants[_0x15c7[1414]])==mxConstants[_0x15c7[1414]]&&(_0xdefbx15[_0x15c7[124]][_0x15c7[354]]=_0x15c7[355]);_0xdefbx9=_0xdefbx9[_0x15c7[224]](_0x15c7[192]);_0xdefbx5=_0xdefbxa+(_0xdefbx9[_0x15c7[67]]-1)*_0xdefbxa*mxConstants[_0x15c7[490]];_0xdefbxa=_0xdefbx9=0;_0xdefbx12==mxConstants[_0x15c7[482]]?_0xdefbxa=-_0xdefbx5/2:_0xdefbx12!=mxConstants[_0x15c7[481]]&&(_0xdefbxa=_0xdefbx5/2);null!=_0xdefbx17&&(_0xdefbx4[_0x15c7[124]][_0x15c7[603]]=_0xdefbx17,_0xdefbx12=_0xdefbx17*(Math[_0x15c7[424]]/180),_0xdefbx9=Math[_0x15c7[427]](_0xdefbx12)*_0xdefbxa,_0xdefbxa*=Math[_0x15c7[426]](_0xdefbx12));_0xdefbx4[_0x15c7[62]](_0xdefbx15);_0xdefbx4[_0x15c7[124]][_0x15c7[361]]=this[_0x15c7[1239]](_0xdefbx2-_0xdefbx9)+_0x15c7[168];_0xdefbx4[_0x15c7[124]][_0x15c7[125]]=this[_0x15c7[1239]](_0xdefbx3+_0xdefbxa)+_0x15c7[168];this[_0x15c7[813]][_0x15c7[62]](_0xdefbx4)};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1336]]=function(){this[_0x15c7[1370]](!1,!0)};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1334]]=function(){this[_0x15c7[1370]](!0,!1)};mxVmlCanvas2D[_0x15c7[202]][_0x15c7[1337]]=function(){this[_0x15c7[1370]](!0,!0)};function mxGuide(_0xdefbx2,_0xdefbx3){this[_0x15c7[1179]]=_0xdefbx2;this[_0x15c7[1517]](_0xdefbx3)}mxGuide[_0x15c7[202]][_0x15c7[1179]]=null;mxGuide[_0x15c7[202]][_0x15c7[1214]]=null;mxGuide[_0x15c7[202]][_0x15c7[662]]= !0;mxGuide[_0x15c7[202]][_0x15c7[704]]= !0;mxGuide[_0x15c7[202]][_0x15c7[1518]]=null;mxGuide[_0x15c7[202]][_0x15c7[1519]]=null;mxGuide[_0x15c7[202]][_0x15c7[1517]]=function(_0xdefbx2){this[_0x15c7[1214]]=_0xdefbx2};mxGuide[_0x15c7[202]][_0x15c7[1019]]=function(_0xdefbx2){return !0};mxGuide[_0x15c7[202]][_0x15c7[1520]]=function(){return this[_0x15c7[1179]][_0x15c7[1020]]*this[_0x15c7[1179]][_0x15c7[441]][_0x15c7[255]]/2};mxGuide[_0x15c7[202]][_0x15c7[1521]]=function(_0xdefbx2){_0xdefbx2= new mxPolyline([],mxConstants.GUIDE_COLOR,mxConstants.GUIDE_STROKEWIDTH);_0xdefbx2[_0x15c7[1522]]= !0;return _0xdefbx2};mxGuide[_0x15c7[202]][_0x15c7[582]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){if(null!=this[_0x15c7[1214]]&&(this[_0x15c7[662]]||this[_0x15c7[704]])&&null!=_0xdefbx2&&null!=_0xdefbx3){var _0xdefbx5=this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[513]],_0xdefbx9=this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[255]],_0xdefbxa=_0xdefbx3[_0x15c7[235]],_0xdefbx12=_0xdefbx3[_0x15c7[236]],_0xdefbx13=!1,_0xdefbx14=!1,_0xdefbx15=this[_0x15c7[1520]](),_0xdefbx16=_0xdefbx15,_0xdefbx17=_0xdefbx15,_0xdefbx15=_0xdefbx2[_0x15c7[238]]();_0xdefbx15[_0x15c7[235]]+=_0xdefbx3[_0x15c7[235]];_0xdefbx15[_0x15c7[236]]+=_0xdefbx3[_0x15c7[236]];var _0xdefbx18=_0xdefbx15[_0x15c7[235]],_0xdefbx19=_0xdefbx15[_0x15c7[235]]+_0xdefbx15[_0x15c7[117]],_0xdefbx1a=_0xdefbx15[_0x15c7[241]](),_0xdefbx1b=_0xdefbx15[_0x15c7[236]],_0xdefbx1c=_0xdefbx15[_0x15c7[236]]+_0xdefbx15[_0x15c7[119]],_0xdefbx1d=_0xdefbx15[_0x15c7[242]]();_0xdefbx3=function(_0xdefbx3){_0xdefbx3+=this[_0x15c7[1179]][_0x15c7[1136]];var _0xdefbx4=!1;Math[_0x15c7[425]](_0xdefbx3-_0xdefbx1a)<_0xdefbx16?(_0xdefbxa=_0xdefbx3-_0xdefbx2[_0x15c7[241]](),_0xdefbx16=Math[_0x15c7[425]](_0xdefbx3-_0xdefbx1a),_0xdefbx4= !0):Math[_0x15c7[425]](_0xdefbx3-_0xdefbx18)<_0xdefbx16?(_0xdefbxa=_0xdefbx3-_0xdefbx2[_0x15c7[235]],_0xdefbx16=Math[_0x15c7[425]](_0xdefbx3-_0xdefbx18),_0xdefbx4= !0):Math[_0x15c7[425]](_0xdefbx3-_0xdefbx19)<_0xdefbx16&&(_0xdefbxa=_0xdefbx3-_0xdefbx2[_0x15c7[235]]-_0xdefbx2[_0x15c7[117]],_0xdefbx16=Math[_0x15c7[425]](_0xdefbx3-_0xdefbx19),_0xdefbx4= !0);if(_0xdefbx4){null==this[_0x15c7[1518]]&&(this[_0x15c7[1518]]=this[_0x15c7[1521]](!0),this[_0x15c7[1518]][_0x15c7[507]]=this[_0x15c7[1179]][_0x15c7[507]]!=mxConstants[_0x15c7[508]]?mxConstants[_0x15c7[1523]]:mxConstants[_0x15c7[508]],this[_0x15c7[1518]][_0x15c7[1229]]= !1,this[_0x15c7[1518]][_0x15c7[176]](this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[1524]]()));var _0xdefbx5=this[_0x15c7[1179]][_0x15c7[526]];_0xdefbx3-=this[_0x15c7[1179]][_0x15c7[1136]];this[_0x15c7[1518]][_0x15c7[1525]]=[ new mxPoint(_0xdefbx3,-this[_0x15c7[1179]][_0x15c7[1137]]), new mxPoint(_0xdefbx3,_0xdefbx5[_0x15c7[191]]-3-this[_0x15c7[1179]][_0x15c7[1137]])]};_0xdefbx13=_0xdefbx13||_0xdefbx4};for(var _0xdefbx15=function(_0xdefbx3){_0xdefbx3+=this[_0x15c7[1179]][_0x15c7[1137]];var _0xdefbx4=!1;Math[_0x15c7[425]](_0xdefbx3-_0xdefbx1d)<_0xdefbx17?(_0xdefbx12=_0xdefbx3-_0xdefbx2[_0x15c7[242]](),_0xdefbx17=Math[_0x15c7[425]](_0xdefbx3-_0xdefbx1d),_0xdefbx4= !0):Math[_0x15c7[425]](_0xdefbx3-_0xdefbx1b)<_0xdefbx17?(_0xdefbx12=_0xdefbx3-_0xdefbx2[_0x15c7[236]],_0xdefbx17=Math[_0x15c7[425]](_0xdefbx3-_0xdefbx1b),_0xdefbx4= !0):Math[_0x15c7[425]](_0xdefbx3-_0xdefbx1c)<_0xdefbx17&&(_0xdefbx12=_0xdefbx3-_0xdefbx2[_0x15c7[236]]-_0xdefbx2[_0x15c7[119]],_0xdefbx17=Math[_0x15c7[425]](_0xdefbx3-_0xdefbx1c),_0xdefbx4= !0);if(_0xdefbx4){null==this[_0x15c7[1519]]&&(this[_0x15c7[1519]]=this[_0x15c7[1521]](!1),this[_0x15c7[1519]][_0x15c7[507]]=this[_0x15c7[1179]][_0x15c7[507]]!=mxConstants[_0x15c7[508]]?mxConstants[_0x15c7[1523]]:mxConstants[_0x15c7[508]],this[_0x15c7[1519]][_0x15c7[1229]]= !1,this[_0x15c7[1519]][_0x15c7[176]](this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[1524]]()));var _0xdefbx5=this[_0x15c7[1179]][_0x15c7[526]];_0xdefbx3-=this[_0x15c7[1179]][_0x15c7[1137]];this[_0x15c7[1519]][_0x15c7[1525]]=[ new mxPoint(-this[_0x15c7[1179]][_0x15c7[1136]],_0xdefbx3), new mxPoint(_0xdefbx5[_0x15c7[1526]]-3-this[_0x15c7[1179]][_0x15c7[1136]],_0xdefbx3)]};_0xdefbx14=_0xdefbx14||_0xdefbx4},_0xdefbx1e=0;_0xdefbx1e<this[_0x15c7[1214]][_0x15c7[67]];_0xdefbx1e++){var _0xdefbx1f=this[_0x15c7[1214]][_0xdefbx1e];null!=_0xdefbx1f&&(this[_0x15c7[662]]&&(_0xdefbx3[_0x15c7[239]](this,_0xdefbx1f[_0x15c7[241]]()),_0xdefbx3[_0x15c7[239]](this,_0xdefbx1f[_0x15c7[235]]),_0xdefbx3[_0x15c7[239]](this,_0xdefbx1f[_0x15c7[235]]+_0xdefbx1f[_0x15c7[117]])),this[_0x15c7[704]]&&(_0xdefbx15[_0x15c7[239]](this,_0xdefbx1f[_0x15c7[242]]()),_0xdefbx15[_0x15c7[239]](this,_0xdefbx1f[_0x15c7[236]]),_0xdefbx15[_0x15c7[239]](this,_0xdefbx1f[_0x15c7[236]]+_0xdefbx1f[_0x15c7[119]])))};!_0xdefbx13&&null!=this[_0x15c7[1518]]?this[_0x15c7[1518]][_0x15c7[252]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[188]:null!=this[_0x15c7[1518]]&&(this[_0x15c7[1518]][_0x15c7[252]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[189],this[_0x15c7[1518]][_0x15c7[258]]());!_0xdefbx14&&null!=this[_0x15c7[1519]]?this[_0x15c7[1519]][_0x15c7[252]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[188]:null!=this[_0x15c7[1519]]&&(this[_0x15c7[1519]][_0x15c7[252]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[189],this[_0x15c7[1519]][_0x15c7[258]]());_0xdefbx4&&(_0xdefbx13||(_0xdefbx4=_0xdefbx2[_0x15c7[235]]-(this[_0x15c7[1179]][_0x15c7[1021]](_0xdefbx2[_0x15c7[235]]/_0xdefbx9-_0xdefbx5[_0x15c7[235]])+_0xdefbx5[_0x15c7[235]])*_0xdefbx9,_0xdefbxa=this[_0x15c7[1179]][_0x15c7[1021]](_0xdefbxa/_0xdefbx9)*_0xdefbx9-_0xdefbx4),_0xdefbx14||(_0xdefbx5=_0xdefbx2[_0x15c7[236]]-(this[_0x15c7[1179]][_0x15c7[1021]](_0xdefbx2[_0x15c7[236]]/_0xdefbx9-_0xdefbx5[_0x15c7[236]])+_0xdefbx5[_0x15c7[236]])*_0xdefbx9,_0xdefbx12=this[_0x15c7[1179]][_0x15c7[1021]](_0xdefbx12/_0xdefbx9)*_0xdefbx9-_0xdefbx5));_0xdefbx3= new mxPoint(_0xdefbxa,_0xdefbx12)};return _0xdefbx3};mxGuide[_0x15c7[202]][_0x15c7[801]]=function(){null!=this[_0x15c7[1518]]&&(this[_0x15c7[1518]][_0x15c7[252]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[188]);null!=this[_0x15c7[1519]]&&(this[_0x15c7[1519]][_0x15c7[252]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[188])};mxGuide[_0x15c7[202]][_0x15c7[515]]=function(){null!=this[_0x15c7[1518]]&&(this[_0x15c7[1518]][_0x15c7[515]](),this[_0x15c7[1518]]=null);null!=this[_0x15c7[1519]]&&(this[_0x15c7[1519]][_0x15c7[515]](),this[_0x15c7[1519]]=null)};function mxStencil(_0xdefbx2){this[_0x15c7[1527]]=_0xdefbx2;this[_0x15c7[1528]]();this[_0x15c7[1529]]()}mxStencil[_0x15c7[1530]]= !1;mxStencil[_0x15c7[202]][_0x15c7[1527]]=null;mxStencil[_0x15c7[202]][_0x15c7[1531]]=null;mxStencil[_0x15c7[202]][_0x15c7[1322]]=null;mxStencil[_0x15c7[202]][_0x15c7[1532]]=null;mxStencil[_0x15c7[202]][_0x15c7[1533]]=null;mxStencil[_0x15c7[202]][_0x15c7[1534]]=null;mxStencil[_0x15c7[202]][_0x15c7[1535]]=null;mxStencil[_0x15c7[202]][_0x15c7[1307]]=null;mxStencil[_0x15c7[202]][_0x15c7[1528]]=function(){this[_0x15c7[1535]]=this[_0x15c7[1527]][_0x15c7[64]](_0x15c7[1536])[0];this[_0x15c7[1534]]=this[_0x15c7[1527]][_0x15c7[64]](_0x15c7[1537])[0];this[_0x15c7[1532]]=Number(this[_0x15c7[1527]][_0x15c7[284]](_0x15c7[1302])||100);this[_0x15c7[1533]]=Number(this[_0x15c7[1527]][_0x15c7[284]](_0x15c7[1303])||100);var _0xdefbx2=this[_0x15c7[1527]][_0x15c7[284]](_0x15c7[1322]);this[_0x15c7[1322]]=null!=_0xdefbx2?_0xdefbx2:_0x15c7[1538];_0xdefbx2=this[_0x15c7[1527]][_0x15c7[284]](_0x15c7[1307]);this[_0x15c7[1307]]=null!=_0xdefbx2?_0xdefbx2:_0x15c7[500]};mxStencil[_0x15c7[202]][_0x15c7[1529]]=function(){var _0xdefbx2=this[_0x15c7[1527]][_0x15c7[64]](_0x15c7[1539])[0];if(null!=_0xdefbx2&&(_0xdefbx2=mxUtils[_0x15c7[1540]](_0xdefbx2),null!=_0xdefbx2&&0<_0xdefbx2[_0x15c7[67]])){this[_0x15c7[1531]]=[];for(var _0xdefbx3=0;_0xdefbx3<_0xdefbx2[_0x15c7[67]];_0xdefbx3++){this[_0x15c7[1531]][_0x15c7[207]](this[_0x15c7[1541]](_0xdefbx2[_0xdefbx3]))}}};mxStencil[_0x15c7[202]][_0x15c7[1541]]=function(_0xdefbx2){var _0xdefbx3=Number(_0xdefbx2[_0x15c7[284]](_0x15c7[235])),_0xdefbx4=Number(_0xdefbx2[_0x15c7[284]](_0x15c7[236]));_0xdefbx2=_0x15c7[500]==_0xdefbx2[_0x15c7[284]](_0x15c7[591]);return new mxConnectionConstraint( new mxPoint(_0xdefbx3,_0xdefbx4),_0xdefbx2)};mxStencil[_0x15c7[202]][_0x15c7[1542]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx3=this[_0x15c7[1543]](_0xdefbx2,_0xdefbx3,_0xdefbx4);_0xdefbx2=_0xdefbx2[_0x15c7[284]](_0x15c7[1544]);if(mxStencil[_0x15c7[1530]]&&null==_0xdefbx2||_0x15c7[500]==_0xdefbx2){_0xdefbx3=mxResources[_0x15c7[203]](_0xdefbx3)};return _0xdefbx3};mxStencil[_0x15c7[202]][_0x15c7[1543]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx3=_0xdefbx2[_0x15c7[284]](_0xdefbx3);null==_0xdefbx3&&(_0xdefbx2=mxUtils[_0x15c7[329]](_0xdefbx2),null!=_0xdefbx2&&(_0xdefbx2=mxUtils[_0x15c7[1545]](_0xdefbx2),_0x15c7[279]== typeof _0xdefbx2&&(_0xdefbx3=_0xdefbx2(_0xdefbx4))));return _0xdefbx3};mxStencil[_0x15c7[202]][_0x15c7[1546]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){this[_0x15c7[1547]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,this[_0x15c7[1534]],!1);this[_0x15c7[1547]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,this[_0x15c7[1535]],!0)};mxStencil[_0x15c7[202]][_0x15c7[1547]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13){if(null!=_0xdefbx12){var _0xdefbx14=mxUtils[_0x15c7[433]](_0xdefbx3[_0x15c7[124]],mxConstants.STYLE_DIRECTION,null);_0xdefbx4=this[_0x15c7[1548]](_0xdefbx3[_0x15c7[124]],_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx14);_0xdefbx5=Math[_0x15c7[243]](_0xdefbx4[_0x15c7[117]],_0xdefbx4[_0x15c7[119]]);_0xdefbx5=_0x15c7[1549]==this[_0x15c7[1307]]?Number(mxUtils[_0x15c7[1550]](_0xdefbx3[_0x15c7[124]],mxConstants.STYLE_STROKEWIDTH,1)):Number(this[_0x15c7[1307]])*_0xdefbx5;_0xdefbx2[_0x15c7[1250]](_0xdefbx5);for(_0xdefbx12=_0xdefbx12[_0x15c7[285]];null!=_0xdefbx12;){_0xdefbx12[_0x15c7[288]]==mxConstants[_0x15c7[289]]&&this[_0x15c7[1551]](_0xdefbx2,_0xdefbx3,_0xdefbx12,_0xdefbx4,_0xdefbx13),_0xdefbx12=_0xdefbx12[_0x15c7[287]]}}};mxStencil[_0x15c7[202]][_0x15c7[1548]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){_0xdefbx2=_0xdefbx3;_0xdefbx3=_0xdefbx5/this[_0x15c7[1532]];var _0xdefbx12=_0xdefbx9/this[_0x15c7[1533]];if(_0xdefbxa=_0x15c7[700]==_0xdefbxa||_0x15c7[701]==_0xdefbxa){_0xdefbx12=_0xdefbx5/this[_0x15c7[1533]];_0xdefbx3=_0xdefbx9/this[_0x15c7[1532]];var _0xdefbx13=(_0xdefbx5-_0xdefbx9)/2;_0xdefbx2+=_0xdefbx13;_0xdefbx4-=_0xdefbx13};_0x15c7[1552]==this[_0x15c7[1322]]&&(_0xdefbx3=_0xdefbx12=Math[_0x15c7[243]](_0xdefbx3,_0xdefbx12),_0xdefbxa?(_0xdefbx2+=(_0xdefbx9-this[_0x15c7[1532]]*_0xdefbx3)/2,_0xdefbx4+=(_0xdefbx5-this[_0x15c7[1533]]*_0xdefbx12)/2):(_0xdefbx2+=(_0xdefbx5-this[_0x15c7[1532]]*_0xdefbx3)/2,_0xdefbx4+=(_0xdefbx9-this[_0x15c7[1533]]*_0xdefbx12)/2));return new mxRectangle(_0xdefbx2,_0xdefbx4,_0xdefbx3,_0xdefbx12)};mxStencil[_0x15c7[202]][_0x15c7[1551]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){var _0xdefbxa=_0xdefbx4[_0x15c7[301]],_0xdefbx12=_0xdefbx5[_0x15c7[235]],_0xdefbx13=_0xdefbx5[_0x15c7[236]],_0xdefbx14=_0xdefbx5[_0x15c7[117]],_0xdefbx15=_0xdefbx5[_0x15c7[119]],_0xdefbx16=Math[_0x15c7[243]](_0xdefbx14,_0xdefbx15);if(_0x15c7[815]==_0xdefbxa){_0xdefbx2[_0x15c7[815]]()}else {if(_0x15c7[1210]==_0xdefbxa){_0xdefbx2[_0x15c7[1210]]()}else {if(_0x15c7[1215]==_0xdefbxa){_0xdefbx2[_0x15c7[1275]]();for(_0xdefbx4=_0xdefbx4[_0x15c7[285]];null!=_0xdefbx4;){_0xdefbx4[_0x15c7[288]]==mxConstants[_0x15c7[289]]&&this[_0x15c7[1551]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9),_0xdefbx4=_0xdefbx4[_0x15c7[287]]}}else {if(_0x15c7[268]==_0xdefbxa){_0xdefbx2[_0x15c7[268]]()}else {if(_0x15c7[582]==_0xdefbxa){_0xdefbx2[_0x15c7[1276]](_0xdefbx12+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[235]))*_0xdefbx14,_0xdefbx13+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[236]))*_0xdefbx15)}else {if(_0x15c7[683]==_0xdefbxa){_0xdefbx2[_0x15c7[1277]](_0xdefbx12+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[235]))*_0xdefbx14,_0xdefbx13+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[236]))*_0xdefbx15)}else {if(_0x15c7[1323]==_0xdefbxa){_0xdefbx2[_0x15c7[1278]](_0xdefbx12+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1324]))*_0xdefbx14,_0xdefbx13+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1325]))*_0xdefbx15,_0xdefbx12+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1326]))*_0xdefbx14,_0xdefbx13+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1327]))*_0xdefbx15)}else {if(_0x15c7[1328]==_0xdefbxa){_0xdefbx2[_0x15c7[1279]](_0xdefbx12+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1324]))*_0xdefbx14,_0xdefbx13+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1325]))*_0xdefbx15,_0xdefbx12+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1326]))*_0xdefbx14,_0xdefbx13+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1327]))*_0xdefbx15,_0xdefbx12+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1329]))*_0xdefbx14,_0xdefbx13+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1330]))*_0xdefbx15)}else {if(_0x15c7[1553]==_0xdefbxa){_0xdefbx2[_0x15c7[1280]](Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1397]))*_0xdefbx14,Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1398]))*_0xdefbx15,Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1554])),Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1555])),Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1556])),_0xdefbx12+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[235]))*_0xdefbx14,_0xdefbx13+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[236]))*_0xdefbx15)}else {if(_0x15c7[1319]==_0xdefbxa){_0xdefbx2[_0x15c7[1319]](_0xdefbx12+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[235]))*_0xdefbx14,_0xdefbx13+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[236]))*_0xdefbx15,Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1302]))*_0xdefbx14,Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1303]))*_0xdefbx15)}else {if(_0x15c7[1320]==_0xdefbxa){_0xdefbx3=_0xdefbx4[_0x15c7[284]](_0x15c7[1492]),0==_0xdefbx3&&(_0xdefbx3=100*mxConstants[_0x15c7[1557]]),_0xdefbx16=Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1302]))*_0xdefbx14,_0xdefbx5=Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1303]))*_0xdefbx15,_0xdefbx3=Number(_0xdefbx3)/100,_0xdefbx3=Math[_0x15c7[243]](_0xdefbx16*_0xdefbx3,_0xdefbx5*_0xdefbx3),_0xdefbx2[_0x15c7[1320]](_0xdefbx12+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[235]))*_0xdefbx14,_0xdefbx13+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[236]))*_0xdefbx15,_0xdefbx16,_0xdefbx5,_0xdefbx3,_0xdefbx3)}else {if(_0x15c7[680]==_0xdefbxa){_0xdefbx2[_0x15c7[680]](_0xdefbx12+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[235]))*_0xdefbx14,_0xdefbx13+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[236]))*_0xdefbx15,Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1302]))*_0xdefbx14,Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1303]))*_0xdefbx15)}else {if(_0x15c7[618]==_0xdefbxa){_0xdefbx3=this[_0x15c7[1543]](_0xdefbx4,_0x15c7[390],_0xdefbx3),_0xdefbx2[_0x15c7[618]](_0xdefbx12+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[235]))*_0xdefbx14,_0xdefbx13+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[236]))*_0xdefbx15,Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1302]))*_0xdefbx14,Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1303]))*_0xdefbx15,_0xdefbx3,!1,_0x15c7[500]==_0xdefbx4[_0x15c7[284]](_0x15c7[623]),_0x15c7[500]==_0xdefbx4[_0x15c7[284]](_0x15c7[624]))}else {if(_0x15c7[963]==_0xdefbxa){_0xdefbx16=this[_0x15c7[1542]](_0xdefbx4,_0x15c7[1332],_0xdefbx3);_0xdefbx5=_0x15c7[500]==_0xdefbx4[_0x15c7[284]](_0x15c7[704])?-90:0;if(_0x15c7[468]==_0xdefbx4[_0x15c7[284]](_0x15c7[1558])){var _0xdefbx17=_0xdefbx3[_0x15c7[603]],_0xdefbx18=1==mxUtils[_0x15c7[433]](_0xdefbx3[_0x15c7[124]],mxConstants.STYLE_FLIPH,0);_0xdefbx3=1==mxUtils[_0x15c7[433]](_0xdefbx3[_0x15c7[124]],mxConstants.STYLE_FLIPV,0);_0xdefbx5=_0xdefbx18&&_0xdefbx3?_0xdefbx5-_0xdefbx17:_0xdefbx18||_0xdefbx3?_0xdefbx5+_0xdefbx17:_0xdefbx5-_0xdefbx17};_0xdefbx5-=_0xdefbx4[_0x15c7[284]](_0x15c7[603]);_0xdefbx2[_0x15c7[963]](_0xdefbx12+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[235]))*_0xdefbx14,_0xdefbx13+Number(_0xdefbx4[_0x15c7[284]](_0x15c7[236]))*_0xdefbx15,0,0,_0xdefbx16,_0xdefbx4[_0x15c7[284]](_0x15c7[611])||_0x15c7[361],_0xdefbx4[_0x15c7[284]](_0x15c7[552])||_0x15c7[125],!1,_0x15c7[110],!1,!1,_0xdefbx5)}else {if(_0x15c7[1559]==_0xdefbxa){_0xdefbx17=mxStencilRegistry[_0x15c7[1560]](_0xdefbx4[_0x15c7[284]](_0x15c7[298])),null!=_0xdefbx17&&(_0xdefbx12+=Number(_0xdefbx4[_0x15c7[284]](_0x15c7[235]))*_0xdefbx14,_0xdefbx13+=Number(_0xdefbx4[_0x15c7[284]](_0x15c7[236]))*_0xdefbx15,_0xdefbx16=Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1302]))*_0xdefbx14,_0xdefbx5=Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1303]))*_0xdefbx15,_0xdefbx17[_0x15c7[1546]](_0xdefbx2,_0xdefbx3,_0xdefbx12,_0xdefbx13,_0xdefbx16,_0xdefbx5))}else {if(_0x15c7[1338]==_0xdefbxa){_0xdefbx2[_0x15c7[1337]]()}else {if(_0x15c7[1334]==_0xdefbxa){_0xdefbx2[_0x15c7[1334]]()}else {if(_0x15c7[1336]==_0xdefbxa){_0xdefbx2[_0x15c7[1336]]()}else {if(_0x15c7[1307]==_0xdefbxa){_0xdefbx2[_0x15c7[1250]](Number(_0xdefbx4[_0x15c7[284]](_0x15c7[117]))*_0xdefbx16)}else {if(_0x15c7[648]==_0xdefbxa){_0xdefbx2[_0x15c7[1251]](_0x15c7[500]==_0xdefbx4[_0x15c7[284]](_0x15c7[648]))}else {if(_0x15c7[1308]==_0xdefbxa){if(_0xdefbx4=_0xdefbx4[_0x15c7[284]](_0x15c7[1309]),null!=_0xdefbx4){_0xdefbx4=_0xdefbx4[_0x15c7[224]](_0x15c7[185]);_0xdefbx14=[];for(_0xdefbx15=0;_0xdefbx15<_0xdefbx4[_0x15c7[67]];_0xdefbx15++){0<_0xdefbx4[_0xdefbx15][_0x15c7[67]]&&_0xdefbx14[_0x15c7[207]](Number(_0xdefbx4[_0xdefbx15])*_0xdefbx16)};_0xdefbx4=_0xdefbx14[_0x15c7[234]](_0x15c7[185]);_0xdefbx2[_0x15c7[1252]](_0xdefbx4)}}else {_0x15c7[1306]==_0xdefbxa?_0xdefbx2[_0x15c7[1249]](_0xdefbx4[_0x15c7[284]](_0x15c7[352])):_0x15c7[1310]==_0xdefbxa?_0xdefbx2[_0x15c7[1253]](_0xdefbx4[_0x15c7[284]](_0x15c7[1311])):_0x15c7[1312]==_0xdefbxa?_0xdefbx2[_0x15c7[1255]](_0xdefbx4[_0x15c7[284]](_0x15c7[234])):_0x15c7[1313]==_0xdefbxa?_0xdefbx2[_0x15c7[1257]](Number(_0xdefbx4[_0x15c7[284]](_0x15c7[1314]))):_0x15c7[1298]==_0xdefbxa?_0xdefbx2[_0x15c7[1245]](_0xdefbx4[_0x15c7[284]](_0x15c7[352])):_0x15c7[1244]==_0xdefbxa?_0xdefbx2[_0x15c7[1243]](_0xdefbx4[_0x15c7[284]](_0x15c7[1244])):_0x15c7[1315]==_0xdefbxa?_0xdefbx2[_0x15c7[1259]](_0xdefbx4[_0x15c7[284]](_0x15c7[352])):_0x15c7[1318]==_0xdefbxa?_0xdefbx2[_0x15c7[1266]](_0xdefbx4[_0x15c7[284]](_0x15c7[124])):_0x15c7[1287]==_0xdefbxa?_0xdefbx2[_0x15c7[1265]](_0xdefbx4[_0x15c7[284]](_0x15c7[1288])):_0x15c7[1289]==_0xdefbxa&&_0xdefbx2[_0x15c7[1264]](Number(_0xdefbx4[_0x15c7[284]](_0x15c7[803]))*_0xdefbx16)}}}}}}}}}}}}}}}}}}}}};_0xdefbx9&&(_0x15c7[1338]==_0xdefbxa||_0x15c7[1334]==_0xdefbxa||_0x15c7[1336]==_0xdefbxa)&&_0xdefbx2[_0x15c7[1267]](!1)};function mxShape(_0xdefbx2){this[_0x15c7[1561]]=_0xdefbx2;this[_0x15c7[1307]]=1;this[_0x15c7[603]]=0;this[_0x15c7[461]]=100;this[_0x15c7[624]]=this[_0x15c7[623]]= !1}mxShape[_0x15c7[202]][_0x15c7[507]]=null;mxShape[_0x15c7[202]][_0x15c7[255]]=1;mxShape[_0x15c7[202]][_0x15c7[1562]]=null;mxShape[_0x15c7[202]][_0x15c7[1525]]=null;mxShape[_0x15c7[202]][_0x15c7[252]]=null;mxShape[_0x15c7[202]][_0x15c7[124]]=null;mxShape[_0x15c7[202]][_0x15c7[124]]=null;mxShape[_0x15c7[202]][_0x15c7[1563]]=null;mxShape[_0x15c7[202]][_0x15c7[1561]]=null;mxShape[_0x15c7[202]][_0x15c7[1564]]=6;mxShape[_0x15c7[202]][_0x15c7[1229]]= !0;mxShape[_0x15c7[202]][_0x15c7[1565]]= !1;mxShape[_0x15c7[202]][_0x15c7[1460]]=1;mxShape[_0x15c7[202]][_0x15c7[176]]=function(_0xdefbx2){null==this[_0x15c7[252]]&&(this[_0x15c7[252]]=this[_0x15c7[385]](_0xdefbx2),null!=_0xdefbx2&&_0xdefbx2[_0x15c7[62]](this[_0x15c7[252]]))};mxShape[_0x15c7[202]][_0x15c7[1566]]=function(){return !0};mxShape[_0x15c7[202]][_0x15c7[1567]]=function(){return !1};mxShape[_0x15c7[202]][_0x15c7[1568]]=function(){return 1==mxUtils[_0x15c7[1454]](Math[_0x15c7[160]](1,Math[_0x15c7[488]](this[_0x15c7[1307]]*this[_0x15c7[255]])),2)?0.5:0};mxShape[_0x15c7[202]][_0x15c7[385]]=function(_0xdefbx2){var _0xdefbx3=null;return _0xdefbx3=null!=_0xdefbx2[_0x15c7[538]]?this[_0x15c7[1569]](_0xdefbx2):8==document[_0x15c7[5]]||this[_0x15c7[507]]==mxConstants[_0x15c7[508]]||this[_0x15c7[507]]!=mxConstants[_0x15c7[1523]]&&this[_0x15c7[1567]]()?this[_0x15c7[1570]](_0xdefbx2):this[_0x15c7[1571]](_0xdefbx2)};mxShape[_0x15c7[202]][_0x15c7[1569]]=function(){return document[_0x15c7[509]](mxConstants.NS_SVG,_0x15c7[449])};mxShape[_0x15c7[202]][_0x15c7[1571]]=function(){var _0xdefbx2=document[_0x15c7[55]](mxClient[_0x15c7[463]]+_0x15c7[1499]);_0xdefbx2[_0x15c7[124]][_0x15c7[491]]=_0x15c7[492];return _0xdefbx2};mxShape[_0x15c7[202]][_0x15c7[1570]]=function(){var _0xdefbx2=document[_0x15c7[55]](_0x15c7[485]);_0xdefbx2[_0x15c7[124]][_0x15c7[491]]=_0x15c7[492];return _0xdefbx2};mxShape[_0x15c7[202]][_0x15c7[1572]]=function(){this[_0x15c7[258]]()};mxShape[_0x15c7[202]][_0x15c7[258]]=function(){this[_0x15c7[1573]]();this[_0x15c7[1574]]()?(this[_0x15c7[252]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[110],_0x15c7[529]==this[_0x15c7[252]][_0x15c7[301]]&&this[_0x15c7[1567]]()?this[_0x15c7[1575]]():this[_0x15c7[1576]](),this[_0x15c7[1577]]()):(this[_0x15c7[252]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[188],this[_0x15c7[1563]]=null)};mxShape[_0x15c7[202]][_0x15c7[1573]]=function(){var _0xdefbx2=this[_0x15c7[1525]];if(null!=_0xdefbx2&&0<_0xdefbx2[_0x15c7[67]]&&null!=_0xdefbx2[0]){this[_0x15c7[1562]]= new mxRectangle(Number(_0xdefbx2[0][_0x15c7[235]]),Number(_0xdefbx2[0][_0x15c7[236]]),1,1);for(var _0xdefbx3=1;_0xdefbx3<this[_0x15c7[1525]][_0x15c7[67]];_0xdefbx3++){null!=_0xdefbx2[_0xdefbx3]&&this[_0x15c7[1562]][_0x15c7[99]]( new mxRectangle(Number(_0xdefbx2[_0xdefbx3][_0x15c7[235]]),Number(_0xdefbx2[_0xdefbx3][_0x15c7[236]]),1,1))}}};mxShape[_0x15c7[202]][_0x15c7[1574]]=function(){return null!=this[_0x15c7[1562]]&&!isNaN(this[_0x15c7[1562]][_0x15c7[235]])&&!isNaN(this[_0x15c7[1562]][_0x15c7[236]])&&!isNaN(this[_0x15c7[1562]][_0x15c7[117]])&&!isNaN(this[_0x15c7[1562]][_0x15c7[119]])&&0<this[_0x15c7[1562]][_0x15c7[117]]&&0<this[_0x15c7[1562]][_0x15c7[119]]};mxShape[_0x15c7[202]][_0x15c7[1578]]=function(){var _0xdefbx2=document[_0x15c7[55]](mxClient[_0x15c7[463]]+_0x15c7[1499]);_0xdefbx2[_0x15c7[124]][_0x15c7[491]]=_0x15c7[492];_0xdefbx2[_0x15c7[124]][_0x15c7[117]]=this[_0x15c7[252]][_0x15c7[124]][_0x15c7[117]];_0xdefbx2[_0x15c7[124]][_0x15c7[119]]=this[_0x15c7[252]][_0x15c7[124]][_0x15c7[119]];return _0xdefbx2};mxShape[_0x15c7[202]][_0x15c7[1576]]=function(){var _0xdefbx2=this[_0x15c7[1579]]();for(_0xdefbx2[_0x15c7[1229]]=this[_0x15c7[1229]];this[_0x15c7[252]][_0x15c7[1580]]();){this[_0x15c7[252]][_0x15c7[266]](this[_0x15c7[252]][_0x15c7[1581]])};this[_0x15c7[1209]](_0xdefbx2);this[_0x15c7[252]]!=_0xdefbx2[_0x15c7[813]]&&this[_0x15c7[252]][_0x15c7[1583]](_0x15c7[1582],_0xdefbx2[_0x15c7[813]][_0x15c7[342]]);_0x15c7[529]==this[_0x15c7[252]][_0x15c7[301]]&&8==document[_0x15c7[5]]&&(this[_0x15c7[252]][_0x15c7[124]][_0x15c7[347]]=_0x15c7[110],(null==this[_0x15c7[1561]]||!this[_0x15c7[1565]])&&mxUtils[_0x15c7[1584]](this[_0x15c7[252]]));this[_0x15c7[1585]](_0xdefbx2)};mxShape[_0x15c7[202]][_0x15c7[1579]]=function(){var _0xdefbx2=null,_0xdefbx3=null;if(null!=this[_0x15c7[252]][_0x15c7[538]]){_0xdefbx2= new mxSvgCanvas2D(this[_0x15c7[252]],!1),_0xdefbx2[_0x15c7[1345]]=this[_0x15c7[1564]],_0xdefbx2[_0x15c7[1347]]=mxClient[_0x15c7[133]]&&!mxClient[_0x15c7[75]]&&!mxClient[_0x15c7[76]],_0xdefbx3=this[_0x15c7[1568]](),0!=_0xdefbx3?this[_0x15c7[252]][_0x15c7[57]](_0x15c7[535],_0x15c7[536]+_0xdefbx3+_0x15c7[537]+_0xdefbx3+_0x15c7[460]):this[_0x15c7[252]][_0x15c7[1390]](_0x15c7[535])}else {this[_0x15c7[1586]]();var _0xdefbx4=Math[_0x15c7[160]](1,Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[117]])),_0xdefbx5=Math[_0x15c7[160]](1,Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[119]])),_0xdefbx3=8==document[_0x15c7[5]]&&this[_0x15c7[1566]]()?this[_0x15c7[1578]]():this[_0x15c7[252]],_0xdefbx2= new mxVmlCanvas2D(_0xdefbx3,!1);_0x15c7[110]!=_0xdefbx3[_0x15c7[337]]&&(_0xdefbx3[_0x15c7[1462]]=_0xdefbx4*this[_0x15c7[1460]]+_0x15c7[537]+_0xdefbx5*this[_0x15c7[1460]],_0xdefbx2[_0x15c7[255]](this[_0x15c7[1460]]),_0xdefbx2[_0x15c7[1460]]=this[_0x15c7[1460]]);_0xdefbx3=this[_0x15c7[255]];_0xdefbx2[_0x15c7[513]](-Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[235]]/_0xdefbx3),-Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[236]]/_0xdefbx3))};return _0xdefbx2};mxShape[_0x15c7[202]][_0x15c7[1586]]=function(){this[_0x15c7[252]][_0x15c7[124]][_0x15c7[361]]=Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[235]])+_0x15c7[168];this[_0x15c7[252]][_0x15c7[124]][_0x15c7[125]]=Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[236]])+_0x15c7[168];var _0xdefbx2=Math[_0x15c7[160]](1,Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[117]])),_0xdefbx3=Math[_0x15c7[160]](1,Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[119]]));this[_0x15c7[252]][_0x15c7[124]][_0x15c7[117]]=_0xdefbx2+_0x15c7[168];this[_0x15c7[252]][_0x15c7[124]][_0x15c7[119]]=_0xdefbx3+_0x15c7[168];this[_0x15c7[252]][_0x15c7[124]][_0x15c7[277]]=_0x15c7[189]};mxShape[_0x15c7[202]][_0x15c7[1585]]=function(_0xdefbx2){if(_0xdefbx2 instanceof mxSvgCanvas2D){for(var _0xdefbx3 in _0xdefbx2[_0x15c7[1339]]){var _0xdefbx4=_0xdefbx2[_0x15c7[1339]][_0xdefbx3];_0xdefbx4[_0x15c7[1587]]=(_0xdefbx4[_0x15c7[1587]]||0)+1};this[_0x15c7[1589]](this[_0x15c7[1588]]);this[_0x15c7[1588]]=_0xdefbx2[_0x15c7[1339]]}};mxShape[_0x15c7[202]][_0x15c7[1209]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[255]],_0xdefbx4=this[_0x15c7[1562]][_0x15c7[235]]/_0xdefbx3,_0xdefbx5=this[_0x15c7[1562]][_0x15c7[236]]/_0xdefbx3,_0xdefbx9=this[_0x15c7[1562]][_0x15c7[117]]/_0xdefbx3,_0xdefbxa=this[_0x15c7[1562]][_0x15c7[119]]/_0xdefbx3;if(this[_0x15c7[1590]]()){var _0xdefbx12=(_0xdefbx9-_0xdefbxa)/2,_0xdefbx4=_0xdefbx4+_0xdefbx12,_0xdefbx5=_0xdefbx5-_0xdefbx12,_0xdefbx12=_0xdefbx9,_0xdefbx9=_0xdefbxa,_0xdefbxa=_0xdefbx12};this[_0x15c7[1591]](_0xdefbx2,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa);this[_0x15c7[1592]](_0xdefbx2,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa);if(null!=this[_0x15c7[1561]]){this[_0x15c7[1593]](_0xdefbx2,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa)}else {if(_0xdefbx2[_0x15c7[1250]](this[_0x15c7[1307]]),null!=this[_0x15c7[1525]]){_0xdefbx4=[];for(_0xdefbx5=0;_0xdefbx5<this[_0x15c7[1525]][_0x15c7[67]];_0xdefbx5++){_0xdefbx4[_0x15c7[207]]( new mxPoint(this[_0x15c7[1525]][_0xdefbx5][_0x15c7[235]]/_0xdefbx3,this[_0x15c7[1525]][_0xdefbx5][_0x15c7[236]]/_0xdefbx3))};this[_0x15c7[1594]](_0xdefbx2,_0xdefbx4)}else {this[_0x15c7[1595]](_0xdefbx2,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa)}}};mxShape[_0x15c7[202]][_0x15c7[1592]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){var _0xdefbxa=null;null!=this[_0x15c7[124]]&&(_0xdefbxa=this[_0x15c7[124]][_0x15c7[649]]);_0xdefbx2[_0x15c7[1243]](this[_0x15c7[461]]/100);null!=this[_0x15c7[1596]]&&_0xdefbx2[_0x15c7[1267]](this[_0x15c7[1596]]);null!=this[_0x15c7[1522]]&&_0xdefbx2[_0x15c7[1251]](this[_0x15c7[1522]]);null!=_0xdefbxa&&_0xdefbx2[_0x15c7[1252]](_0xdefbxa);null!=this[_0x15c7[1299]]?(_0xdefbx3=this[_0x15c7[1597]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9),_0xdefbx2[_0x15c7[1246]](this[_0x15c7[1334]],this[_0x15c7[1299]],_0xdefbx3[_0x15c7[235]],_0xdefbx3[_0x15c7[236]],_0xdefbx3[_0x15c7[117]],_0xdefbx3[_0x15c7[119]],this[_0x15c7[607]])):_0xdefbx2[_0x15c7[1245]](this[_0x15c7[1334]]);_0xdefbx2[_0x15c7[1249]](this[_0x15c7[1336]])};mxShape[_0x15c7[202]][_0x15c7[1597]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){return new mxRectangle(_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9)};mxShape[_0x15c7[202]][_0x15c7[1591]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx2[_0x15c7[255]](this[_0x15c7[255]]);_0xdefbx2[_0x15c7[1294]](this[_0x15c7[1598]](),this[_0x15c7[623]],this[_0x15c7[624]],_0xdefbx3+_0xdefbx5/2,_0xdefbx4+_0xdefbx9/2)};mxShape[_0x15c7[202]][_0x15c7[1593]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){this[_0x15c7[1565]]&&(this[_0x15c7[507]]==mxConstants[_0x15c7[508]]?this[_0x15c7[1599]](this[_0x15c7[252]],_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9):8!=document[_0x15c7[5]]&&this[_0x15c7[1600]](this[_0x15c7[252]]));this[_0x15c7[1561]][_0x15c7[1546]](_0xdefbx2,this,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9)};mxShape[_0x15c7[202]][_0x15c7[1595]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){this[_0x15c7[1601]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9);_0xdefbx2[_0x15c7[1267]](!1);this[_0x15c7[1602]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9)};mxShape[_0x15c7[202]][_0x15c7[1601]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){};mxShape[_0x15c7[202]][_0x15c7[1602]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){};mxShape[_0x15c7[202]][_0x15c7[1594]]=function(_0xdefbx2,_0xdefbx3){};mxShape[_0x15c7[202]][_0x15c7[1603]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_ARCSIZE,100*mxConstants[_0x15c7[1557]])/100;return Math[_0x15c7[243]](_0xdefbx2*_0xdefbx4,_0xdefbx3*_0xdefbx4)};mxShape[_0x15c7[202]][_0x15c7[1604]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){var _0xdefbx12=Math[_0x15c7[430]](this[_0x15c7[1307]]/2);_0xdefbx2[_0x15c7[1246]](_0x15c7[1605],_0x15c7[1605],_0xdefbx3,_0xdefbx4,_0xdefbx5,0.6*_0xdefbx9,_0x15c7[701],0.9,0.1);_0xdefbx2[_0x15c7[1275]]();_0xdefbxa+=2*_0xdefbx12;this[_0x15c7[1606]]?(_0xdefbx2[_0x15c7[1276]](_0xdefbx3-_0xdefbx12+_0xdefbxa,_0xdefbx4-_0xdefbx12),_0xdefbx2[_0x15c7[1278]](_0xdefbx3-_0xdefbx12,_0xdefbx4-_0xdefbx12,_0xdefbx3-_0xdefbx12,_0xdefbx4-_0xdefbx12+_0xdefbxa),_0xdefbx2[_0x15c7[1277]](_0xdefbx3-_0xdefbx12,_0xdefbx4+0.4*_0xdefbx9),_0xdefbx2[_0x15c7[1278]](_0xdefbx3+0.5*_0xdefbx5,_0xdefbx4+0.7*_0xdefbx9,_0xdefbx3+_0xdefbx5+_0xdefbx12,_0xdefbx4+0.4*_0xdefbx9),_0xdefbx2[_0x15c7[1277]](_0xdefbx3+_0xdefbx5+_0xdefbx12,_0xdefbx4-_0xdefbx12+_0xdefbxa),_0xdefbx2[_0x15c7[1278]](_0xdefbx3+_0xdefbx5+_0xdefbx12,_0xdefbx4-_0xdefbx12,_0xdefbx3+_0xdefbx5+_0xdefbx12-_0xdefbxa,_0xdefbx4-_0xdefbx12)):(_0xdefbx2[_0x15c7[1276]](_0xdefbx3-_0xdefbx12,_0xdefbx4-_0xdefbx12),_0xdefbx2[_0x15c7[1277]](_0xdefbx3-_0xdefbx12,_0xdefbx4+0.4*_0xdefbx9),_0xdefbx2[_0x15c7[1278]](_0xdefbx3+0.5*_0xdefbx5,_0xdefbx4+0.7*_0xdefbx9,_0xdefbx3+_0xdefbx5+_0xdefbx12,_0xdefbx4+0.4*_0xdefbx9),_0xdefbx2[_0x15c7[1277]](_0xdefbx3+_0xdefbx5+_0xdefbx12,_0xdefbx4-_0xdefbx12));_0xdefbx2[_0x15c7[268]]();_0xdefbx2[_0x15c7[1334]]()};mxShape[_0x15c7[202]][_0x15c7[183]]=function(_0xdefbx2){this[_0x15c7[724]]=_0xdefbx2;this[_0x15c7[124]]=_0xdefbx2[_0x15c7[124]];if(null!=this[_0x15c7[124]]){this[_0x15c7[1334]]=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_FILLCOLOR,this[_0x15c7[1334]]);this[_0x15c7[1299]]=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_GRADIENTCOLOR,this[_0x15c7[1299]]);this[_0x15c7[607]]=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_GRADIENT_DIRECTION,this[_0x15c7[607]]);this[_0x15c7[461]]=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_OPACITY,this[_0x15c7[461]]);this[_0x15c7[1336]]=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_STROKECOLOR,this[_0x15c7[1336]]);this[_0x15c7[1307]]=mxUtils[_0x15c7[1550]](this[_0x15c7[124]],mxConstants.STYLE_STROKEWIDTH,this[_0x15c7[1307]]);this[_0x15c7[657]]=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_SPACING,this[_0x15c7[657]]);this[_0x15c7[644]]=mxUtils[_0x15c7[1550]](this[_0x15c7[124]],mxConstants.STYLE_STARTSIZE,this[_0x15c7[644]]);this[_0x15c7[643]]=mxUtils[_0x15c7[1550]](this[_0x15c7[124]],mxConstants.STYLE_ENDSIZE,this[_0x15c7[643]]);this[_0x15c7[642]]=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_STARTARROW,this[_0x15c7[642]]);this[_0x15c7[641]]=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_ENDARROW,this[_0x15c7[641]]);this[_0x15c7[603]]=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_ROTATION,this[_0x15c7[603]]);this[_0x15c7[663]]=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_DIRECTION,this[_0x15c7[663]]);this[_0x15c7[623]]=1==mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_FLIPH,0);this[_0x15c7[624]]=1==mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_FLIPV,0);null!=this[_0x15c7[1561]]&&(this[_0x15c7[623]]=1==mxUtils[_0x15c7[433]](this[_0x15c7[124]],_0x15c7[1607],0)||this[_0x15c7[623]],this[_0x15c7[624]]=1==mxUtils[_0x15c7[433]](this[_0x15c7[124]],_0x15c7[1608],0)||this[_0x15c7[624]]);if(_0x15c7[700]==this[_0x15c7[663]]||_0x15c7[701]==this[_0x15c7[663]]){_0xdefbx2=this[_0x15c7[623]],this[_0x15c7[623]]=this[_0x15c7[624]],this[_0x15c7[624]]=_0xdefbx2};this[_0x15c7[1596]]=1==mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_SHADOW,this[_0x15c7[1596]]);this[_0x15c7[1522]]=1==mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_DASHED,this[_0x15c7[1522]]);this[_0x15c7[1606]]=1==mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_ROUNDED,this[_0x15c7[1606]]);this[_0x15c7[617]]=1==mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_GLASS,this[_0x15c7[617]]);_0x15c7[130]==this[_0x15c7[1334]]&&(this[_0x15c7[1334]]=null);_0x15c7[130]==this[_0x15c7[1299]]&&(this[_0x15c7[1299]]=null);_0x15c7[130]==this[_0x15c7[1336]]&&(this[_0x15c7[1336]]=null)}};mxShape[_0x15c7[202]][_0x15c7[1609]]=function(_0xdefbx2){null==_0xdefbx2&&(_0xdefbx2=_0x15c7[110]);this[_0x15c7[270]]=_0xdefbx2;null!=this[_0x15c7[252]]&&(this[_0x15c7[252]][_0x15c7[124]][_0x15c7[270]]=_0xdefbx2)};mxShape[_0x15c7[202]][_0x15c7[1610]]=function(){return this[_0x15c7[270]]};mxShape[_0x15c7[202]][_0x15c7[1577]]=function(){if(null!=this[_0x15c7[1562]]){var _0xdefbx2=this[_0x15c7[1611]]();if(null!=_0xdefbx2){this[_0x15c7[1612]](_0xdefbx2);var _0xdefbx3=this[_0x15c7[1598]]();0!=_0xdefbx3&&(_0xdefbx2=mxUtils[_0x15c7[1613]](_0xdefbx2,_0xdefbx3));_0xdefbx2[_0x15c7[235]]=Math[_0x15c7[519]](_0xdefbx2[_0x15c7[235]]);_0xdefbx2[_0x15c7[236]]=Math[_0x15c7[519]](_0xdefbx2[_0x15c7[236]]);_0xdefbx2[_0x15c7[117]]=Math[_0x15c7[430]](_0xdefbx2[_0x15c7[117]]);_0xdefbx2[_0x15c7[119]]=Math[_0x15c7[430]](_0xdefbx2[_0x15c7[119]])};this[_0x15c7[1563]]=_0xdefbx2}};mxShape[_0x15c7[202]][_0x15c7[1611]]=function(){var _0xdefbx2=this[_0x15c7[1562]][_0x15c7[238]]();if(this[_0x15c7[1590]]()){var _0xdefbx3=(_0xdefbx2[_0x15c7[117]]-_0xdefbx2[_0x15c7[119]])/2;_0xdefbx2[_0x15c7[235]]+=_0xdefbx3;_0xdefbx2[_0x15c7[236]]-=_0xdefbx3;_0xdefbx3=_0xdefbx2[_0x15c7[117]];_0xdefbx2[_0x15c7[117]]=_0xdefbx2[_0x15c7[119]];_0xdefbx2[_0x15c7[119]]=_0xdefbx3};return _0xdefbx2};mxShape[_0x15c7[202]][_0x15c7[1612]]=function(_0xdefbx2){this[_0x15c7[1596]]&&(_0xdefbx2[_0x15c7[117]]+=Math[_0x15c7[430]](mxConstants[_0x15c7[1237]]*this[_0x15c7[255]]),_0xdefbx2[_0x15c7[119]]+=Math[_0x15c7[430]](mxConstants[_0x15c7[1238]]*this[_0x15c7[255]]));var _0xdefbx3=Math[_0x15c7[430]](this[_0x15c7[1307]]*this[_0x15c7[255]]);_0xdefbx2[_0x15c7[244]](Math[_0x15c7[430]](_0xdefbx3/2))};mxShape[_0x15c7[202]][_0x15c7[1590]]=function(){return null==this[_0x15c7[1561]]&&(_0x15c7[700]==this[_0x15c7[663]]||_0x15c7[701]==this[_0x15c7[663]])};mxShape[_0x15c7[202]][_0x15c7[1614]]=function(){return null!=this[_0x15c7[603]]?this[_0x15c7[603]]:0};mxShape[_0x15c7[202]][_0x15c7[1615]]=function(){var _0xdefbx2=this[_0x15c7[1614]]();1!=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_HORIZONTAL,1)&&(_0xdefbx2+=mxText[_0x15c7[202]][_0x15c7[1616]]);return _0xdefbx2};mxShape[_0x15c7[202]][_0x15c7[1598]]=function(){var _0xdefbx2=this[_0x15c7[1614]]();null!=this[_0x15c7[663]]&&(_0x15c7[700]==this[_0x15c7[663]]?_0xdefbx2+=270:_0x15c7[703]==this[_0x15c7[663]]?_0xdefbx2+=180:_0x15c7[701]==this[_0x15c7[663]]&&(_0xdefbx2+=90));return _0xdefbx2};mxShape[_0x15c7[202]][_0x15c7[1599]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx2=document[_0x15c7[509]](mxConstants.NS_SVG,_0x15c7[1319]);_0xdefbx2[_0x15c7[57]](_0x15c7[235],_0xdefbx3);_0xdefbx2[_0x15c7[57]](_0x15c7[236],_0xdefbx4);_0xdefbx2[_0x15c7[57]](_0x15c7[117],_0xdefbx5);_0xdefbx2[_0x15c7[57]](_0x15c7[119],_0xdefbx9);_0xdefbx2[_0x15c7[57]](_0x15c7[1334],_0x15c7[130]);_0xdefbx2[_0x15c7[57]](_0x15c7[1336],_0x15c7[130]);_0xdefbx2[_0x15c7[57]](_0x15c7[1377],_0x15c7[1378]);this[_0x15c7[252]][_0x15c7[62]](_0xdefbx2)};mxShape[_0x15c7[202]][_0x15c7[1600]]=function(_0xdefbx2){_0xdefbx2[_0x15c7[124]][_0x15c7[1617]]=_0x15c7[1618]+mxClient[_0x15c7[88]]+_0x15c7[1619]};mxShape[_0x15c7[202]][_0x15c7[1589]]=function(_0xdefbx2){if(null!=_0xdefbx2){for(var _0xdefbx3 in _0xdefbx2){var _0xdefbx4=_0xdefbx2[_0xdefbx3];_0xdefbx4[_0x15c7[1587]]=(_0xdefbx4[_0x15c7[1587]]||0)-1;0==_0xdefbx4[_0x15c7[1587]]&&null!=_0xdefbx4[_0x15c7[265]]&&_0xdefbx4[_0x15c7[265]][_0x15c7[266]](_0xdefbx4)}}};mxShape[_0x15c7[202]][_0x15c7[515]]=function(){null!=this[_0x15c7[252]]&&(mxEvent[_0x15c7[762]](this[_0x15c7[252]]),null!=this[_0x15c7[252]][_0x15c7[265]]&&this[_0x15c7[252]][_0x15c7[265]][_0x15c7[266]](this[_0x15c7[252]]),this[_0x15c7[252]]=null);this[_0x15c7[1589]](this[_0x15c7[1588]]);this[_0x15c7[1588]]=null};var mxStencilRegistry={stencils:[],addStencil:function(_0xdefbx2,_0xdefbx3){mxStencilRegistry[_0x15c7[1620]][_0xdefbx2]=_0xdefbx3},getStencil:function(_0xdefbx2){return mxStencilRegistry[_0x15c7[1620]][_0xdefbx2]}},mxMarker={markers:[],addMarker:function(_0xdefbx2,_0xdefbx3){mxMarker[_0x15c7[1621]][_0xdefbx2]=_0xdefbx3},createMarker:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14,_0xdefbx15){var _0xdefbx16=mxMarker[_0x15c7[1621]][_0xdefbx4];return null!=_0xdefbx16?_0xdefbx16(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14,_0xdefbx15):null}};(function(){function _0xdefbx2(_0xdefbx2,_0xdefbx3,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14,_0xdefbx15,_0xdefbx16,_0xdefbx17){_0xdefbx3=1.118*_0xdefbx12*_0xdefbx16;_0xdefbx15=1.118*_0xdefbx13*_0xdefbx16;_0xdefbx12*=_0xdefbx14+_0xdefbx16;_0xdefbx13*=_0xdefbx14+_0xdefbx16;var _0xdefbx18=_0xdefbxa[_0x15c7[238]]();_0xdefbx18[_0x15c7[235]]-=_0xdefbx3;_0xdefbx18[_0x15c7[236]]-=_0xdefbx15;_0xdefbx14=_0xdefbx9!=mxConstants[_0x15c7[1622]]?1:0.75;_0xdefbxa[_0x15c7[235]]+=-_0xdefbx12*_0xdefbx14-_0xdefbx3;_0xdefbxa[_0x15c7[236]]+=-_0xdefbx13*_0xdefbx14-_0xdefbx15;return function(){_0xdefbx2[_0x15c7[1275]]();_0xdefbx2[_0x15c7[1276]](_0xdefbx18[_0x15c7[235]],_0xdefbx18[_0x15c7[236]]);_0xdefbx2[_0x15c7[1277]](_0xdefbx18[_0x15c7[235]]-_0xdefbx12-_0xdefbx13/2,_0xdefbx18[_0x15c7[236]]-_0xdefbx13+_0xdefbx12/2);_0xdefbx9==mxConstants[_0x15c7[1622]]&&_0xdefbx2[_0x15c7[1277]](_0xdefbx18[_0x15c7[235]]-3*_0xdefbx12/4,_0xdefbx18[_0x15c7[236]]-3*_0xdefbx13/4);_0xdefbx2[_0x15c7[1277]](_0xdefbx18[_0x15c7[235]]+_0xdefbx13/2-_0xdefbx12,_0xdefbx18[_0x15c7[236]]-_0xdefbx13-_0xdefbx12/2);_0xdefbx2[_0x15c7[268]]();_0xdefbx17?_0xdefbx2[_0x15c7[1337]]():_0xdefbx2[_0x15c7[1336]]()}}function _0xdefbx3(_0xdefbx2,_0xdefbx3,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14,_0xdefbx15,_0xdefbx16,_0xdefbx17){_0xdefbx15=_0xdefbx9==mxConstants[_0x15c7[1623]]?0.7071:0.9862;_0xdefbx3=_0xdefbx12*_0xdefbx16*_0xdefbx15;_0xdefbx15*=_0xdefbx13*_0xdefbx16;_0xdefbx12*=_0xdefbx14+_0xdefbx16;_0xdefbx13*=_0xdefbx14+_0xdefbx16;var _0xdefbx18=_0xdefbxa[_0x15c7[238]]();_0xdefbx18[_0x15c7[235]]-=_0xdefbx3;_0xdefbx18[_0x15c7[236]]-=_0xdefbx15;_0xdefbxa[_0x15c7[235]]+=-_0xdefbx12-_0xdefbx3;_0xdefbxa[_0x15c7[236]]+=-_0xdefbx13-_0xdefbx15;var _0xdefbx19=_0xdefbx9==mxConstants[_0x15c7[1623]]?2:3.4;return function(){_0xdefbx2[_0x15c7[1275]]();_0xdefbx2[_0x15c7[1276]](_0xdefbx18[_0x15c7[235]],_0xdefbx18[_0x15c7[236]]);_0xdefbx2[_0x15c7[1277]](_0xdefbx18[_0x15c7[235]]-_0xdefbx12/2-_0xdefbx13/_0xdefbx19,_0xdefbx18[_0x15c7[236]]+_0xdefbx12/_0xdefbx19-_0xdefbx13/2);_0xdefbx2[_0x15c7[1277]](_0xdefbx18[_0x15c7[235]]-_0xdefbx12,_0xdefbx18[_0x15c7[236]]-_0xdefbx13);_0xdefbx2[_0x15c7[1277]](_0xdefbx18[_0x15c7[235]]-_0xdefbx12/2+_0xdefbx13/_0xdefbx19,_0xdefbx18[_0x15c7[236]]-_0xdefbx13/2-_0xdefbx12/_0xdefbx19);_0xdefbx2[_0x15c7[268]]();_0xdefbx17?_0xdefbx2[_0x15c7[1337]]():_0xdefbx2[_0x15c7[1336]]()}}mxMarker[_0x15c7[1624]](_0x15c7[693],_0xdefbx2);mxMarker[_0x15c7[1624]](_0x15c7[694],_0xdefbx2);mxMarker[_0x15c7[1624]](_0x15c7[392],function(_0xdefbx2,_0xdefbx3,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14,_0xdefbx15,_0xdefbx16,_0xdefbx17){_0xdefbx3=1.118*_0xdefbx12*_0xdefbx16;_0xdefbx9=1.118*_0xdefbx13*_0xdefbx16;_0xdefbx12*=_0xdefbx14+_0xdefbx16;_0xdefbx13*=_0xdefbx14+_0xdefbx16;var _0xdefbx18=_0xdefbxa[_0x15c7[238]]();_0xdefbx18[_0x15c7[235]]-=_0xdefbx3;_0xdefbx18[_0x15c7[236]]-=_0xdefbx9;_0xdefbxa[_0x15c7[235]]+=2* -_0xdefbx3;_0xdefbxa[_0x15c7[236]]+=2* -_0xdefbx9;return function(){_0xdefbx2[_0x15c7[1275]]();_0xdefbx2[_0x15c7[1276]](_0xdefbx18[_0x15c7[235]]-_0xdefbx12-_0xdefbx13/2,_0xdefbx18[_0x15c7[236]]-_0xdefbx13+_0xdefbx12/2);_0xdefbx2[_0x15c7[1277]](_0xdefbx18[_0x15c7[235]],_0xdefbx18[_0x15c7[236]]);_0xdefbx2[_0x15c7[1277]](_0xdefbx18[_0x15c7[235]]+_0xdefbx13/2-_0xdefbx12,_0xdefbx18[_0x15c7[236]]-_0xdefbx13-_0xdefbx12/2);_0xdefbx2[_0x15c7[1336]]()}});mxMarker[_0x15c7[1624]](_0x15c7[695],function(_0xdefbx2,_0xdefbx3,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14,_0xdefbx15,_0xdefbx16,_0xdefbx17){var _0xdefbx18=_0xdefbx14/2,_0xdefbx19=_0xdefbxa[_0x15c7[238]]();_0xdefbxa[_0x15c7[235]]-=_0xdefbx12*_0xdefbx18;_0xdefbxa[_0x15c7[236]]-=_0xdefbx13*_0xdefbx18;return function(){_0xdefbx2[_0x15c7[680]](_0xdefbx19[_0x15c7[235]]-_0xdefbx18,_0xdefbx19[_0x15c7[236]]-_0xdefbx18,_0xdefbx14,_0xdefbx14);_0xdefbx17?_0xdefbx2[_0x15c7[1337]]():_0xdefbx2[_0x15c7[1336]]()}});mxMarker[_0x15c7[1624]](_0x15c7[696],_0xdefbx3);mxMarker[_0x15c7[1624]](_0x15c7[697],_0xdefbx3)})();function mxActor(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){mxShape[_0x15c7[239]](this);this[_0x15c7[1562]]=_0xdefbx2;this[_0x15c7[1334]]=_0xdefbx3;this[_0x15c7[1336]]=_0xdefbx4;this[_0x15c7[1307]]=null!=_0xdefbx5?_0xdefbx5:1}mxUtils[_0x15c7[1284]](mxActor,mxShape);mxActor[_0x15c7[202]][_0x15c7[1595]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx2[_0x15c7[513]](_0xdefbx3,_0xdefbx4);_0xdefbx2[_0x15c7[1275]]();this[_0x15c7[1625]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9);_0xdefbx2[_0x15c7[1337]]()};mxActor[_0x15c7[202]][_0x15c7[1625]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx3=_0xdefbx5/3;_0xdefbx2[_0x15c7[1276]](0,_0xdefbx9);_0xdefbx2[_0x15c7[1279]](0,3*_0xdefbx9/5,0,2*_0xdefbx9/5,_0xdefbx5/2,2*_0xdefbx9/5);_0xdefbx2[_0x15c7[1279]](_0xdefbx5/2-_0xdefbx3,2*_0xdefbx9/5,_0xdefbx5/2-_0xdefbx3,0,_0xdefbx5/2,0);_0xdefbx2[_0x15c7[1279]](_0xdefbx5/2+_0xdefbx3,0,_0xdefbx5/2+_0xdefbx3,2*_0xdefbx9/5,_0xdefbx5/2,2*_0xdefbx9/5);_0xdefbx2[_0x15c7[1279]](_0xdefbx5,2*_0xdefbx9/5,_0xdefbx5,3*_0xdefbx9/5,_0xdefbx5,_0xdefbx9);_0xdefbx2[_0x15c7[268]]()};function mxCloud(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){mxActor[_0x15c7[239]](this);this[_0x15c7[1562]]=_0xdefbx2;this[_0x15c7[1334]]=_0xdefbx3;this[_0x15c7[1336]]=_0xdefbx4;this[_0x15c7[1307]]=null!=_0xdefbx5?_0xdefbx5:1}mxUtils[_0x15c7[1284]](mxCloud,mxActor);mxCloud[_0x15c7[202]][_0x15c7[1625]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx2[_0x15c7[1276]](0.25*_0xdefbx5,0.25*_0xdefbx9);_0xdefbx2[_0x15c7[1279]](0.05*_0xdefbx5,0.25*_0xdefbx9,0,0.5*_0xdefbx9,0.16*_0xdefbx5,0.55*_0xdefbx9);_0xdefbx2[_0x15c7[1279]](0,0.66*_0xdefbx9,0.18*_0xdefbx5,0.9*_0xdefbx9,0.31*_0xdefbx5,0.8*_0xdefbx9);_0xdefbx2[_0x15c7[1279]](0.4*_0xdefbx5,_0xdefbx9,0.7*_0xdefbx5,_0xdefbx9,0.8*_0xdefbx5,0.8*_0xdefbx9);_0xdefbx2[_0x15c7[1279]](_0xdefbx5,0.8*_0xdefbx9,_0xdefbx5,0.6*_0xdefbx9,0.875*_0xdefbx5,0.5*_0xdefbx9);_0xdefbx2[_0x15c7[1279]](_0xdefbx5,0.3*_0xdefbx9,0.8*_0xdefbx5,0.1*_0xdefbx9,0.625*_0xdefbx5,0.2*_0xdefbx9);_0xdefbx2[_0x15c7[1279]](0.5*_0xdefbx5,0.05*_0xdefbx9,0.3*_0xdefbx5,0.05*_0xdefbx9,0.25*_0xdefbx5,0.25*_0xdefbx9);_0xdefbx2[_0x15c7[268]]()};function mxRectangleShape(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){mxShape[_0x15c7[239]](this);this[_0x15c7[1562]]=_0xdefbx2;this[_0x15c7[1334]]=_0xdefbx3;this[_0x15c7[1336]]=_0xdefbx4;this[_0x15c7[1307]]=null!=_0xdefbx5?_0xdefbx5:1}mxUtils[_0x15c7[1284]](mxRectangleShape,mxShape);mxRectangleShape[_0x15c7[202]][_0x15c7[1567]]=function(){return !this[_0x15c7[1606]]&&!this[_0x15c7[617]]&&0==this[_0x15c7[603]]};mxRectangleShape[_0x15c7[202]][_0x15c7[1601]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){if(this[_0x15c7[1606]]){var _0xdefbxa=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_ARCSIZE,100*mxConstants[_0x15c7[1557]])/100,_0xdefbxa=Math[_0x15c7[243]](_0xdefbx5*_0xdefbxa,_0xdefbx9*_0xdefbxa);_0xdefbx2[_0x15c7[1320]](_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbxa)}else {_0xdefbx2[_0x15c7[1319]](_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9)};_0xdefbx2[_0x15c7[1337]]()};mxRectangleShape[_0x15c7[202]][_0x15c7[1602]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){this[_0x15c7[617]]&&this[_0x15c7[1604]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,this[_0x15c7[1603]](_0xdefbx5+this[_0x15c7[1307]],_0xdefbx9+this[_0x15c7[1307]]))};mxRectangleShape[_0x15c7[202]][_0x15c7[1575]]=function(){this[_0x15c7[1626]](this[_0x15c7[252]]);this[_0x15c7[1627]](this[_0x15c7[252]]);this[_0x15c7[1628]](this[_0x15c7[252]])};mxRectangleShape[_0x15c7[202]][_0x15c7[1626]]=function(_0xdefbx2){var _0xdefbx3=9<=document[_0x15c7[5]]?0:Math[_0x15c7[430]](this[_0x15c7[1307]]*this[_0x15c7[255]]);_0xdefbx2[_0x15c7[124]][_0x15c7[1629]]=Math[_0x15c7[160]](1,_0xdefbx3)+_0x15c7[168];_0xdefbx2[_0x15c7[124]][_0x15c7[277]]=_0x15c7[188];_0xdefbx2[_0x15c7[124]][_0x15c7[361]]=Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[235]]-_0xdefbx3/2)+_0x15c7[168];_0xdefbx2[_0x15c7[124]][_0x15c7[125]]=Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[236]]-_0xdefbx3/2)+_0x15c7[168];_0x15c7[462]==document[_0x15c7[135]]&&(_0xdefbx3= -_0xdefbx3);_0xdefbx2[_0x15c7[124]][_0x15c7[117]]=Math[_0x15c7[488]](Math[_0x15c7[160]](0,this[_0x15c7[1562]][_0x15c7[117]]+_0xdefbx3))+_0x15c7[168];_0xdefbx2[_0x15c7[124]][_0x15c7[119]]=Math[_0x15c7[488]](Math[_0x15c7[160]](0,this[_0x15c7[1562]][_0x15c7[119]]+_0xdefbx3))+_0x15c7[168]};mxRectangleShape[_0x15c7[202]][_0x15c7[1628]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[1336]];null!=_0xdefbx3&&_0xdefbx3!=mxConstants[_0x15c7[217]]?(_0xdefbx2[_0x15c7[124]][_0x15c7[1630]]=_0xdefbx3,this[_0x15c7[1522]]?_0xdefbx2[_0x15c7[124]][_0x15c7[465]]=_0x15c7[648]:0<this[_0x15c7[1307]]&&(_0xdefbx2[_0x15c7[124]][_0x15c7[465]]=_0x15c7[1631]),_0xdefbx2[_0x15c7[124]][_0x15c7[1629]]=Math[_0x15c7[160]](1,Math[_0x15c7[430]](this[_0x15c7[1307]]*this[_0x15c7[255]]))+_0x15c7[168]):_0xdefbx2[_0x15c7[124]][_0x15c7[1629]]=_0x15c7[946];_0xdefbx3=this[_0x15c7[1334]];null!=_0xdefbx3&&_0xdefbx3!=mxConstants[_0x15c7[217]]?(_0xdefbx2[_0x15c7[124]][_0x15c7[1028]]=_0xdefbx3,_0xdefbx2[_0x15c7[124]][_0x15c7[1617]]=_0x15c7[130]):this[_0x15c7[1229]]?_0xdefbx2[_0x15c7[124]][_0x15c7[1028]]=_0x15c7[1373]:8==document[_0x15c7[5]]?mxUtils[_0x15c7[1584]](_0xdefbx2):this[_0x15c7[1600]](_0xdefbx2)};mxRectangleShape[_0x15c7[202]][_0x15c7[1627]]=function(_0xdefbx2){var _0xdefbx3=_0x15c7[110];100>this[_0x15c7[461]]&&(_0xdefbx3+=_0x15c7[459]+this[_0x15c7[461]]+_0x15c7[460]);this[_0x15c7[1596]]&&(_0xdefbx3+=_0x15c7[1632]+Math[_0x15c7[488]](mxConstants[_0x15c7[1237]]*this[_0x15c7[255]])+_0x15c7[1633]+Math[_0x15c7[488]](mxConstants[_0x15c7[1238]]*this[_0x15c7[255]])+_0x15c7[1634]+mxConstants[_0x15c7[1235]]+_0x15c7[1635]);if(this[_0x15c7[1299]]){var _0xdefbx4=this[_0x15c7[1334]],_0xdefbx5=this[_0x15c7[1299]],_0xdefbx9=_0x15c7[468],_0xdefbxa={east:0,south:1,west:2,north:3},_0xdefbx12=null!=this[_0x15c7[663]]?_0xdefbxa[this[_0x15c7[663]]]:0;null!=this[_0x15c7[607]]&&(_0xdefbx12=mxUtils[_0x15c7[1454]](_0xdefbx12+_0xdefbxa[this[_0x15c7[607]]]-1,4));1==_0xdefbx12?(_0xdefbx9=_0x15c7[500],_0xdefbxa=_0xdefbx4,_0xdefbx4=_0xdefbx5,_0xdefbx5=_0xdefbxa):2==_0xdefbx12?(_0xdefbxa=_0xdefbx4,_0xdefbx4=_0xdefbx5,_0xdefbx5=_0xdefbxa):3==_0xdefbx12&&(_0xdefbx9=_0x15c7[500]);_0xdefbx3+=_0x15c7[1636]+_0xdefbx4+_0x15c7[1637]+_0xdefbx5+_0x15c7[1638]+_0xdefbx9+_0x15c7[1635]};_0xdefbx2[_0x15c7[124]][_0x15c7[347]]=_0xdefbx3};function mxEllipse(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){mxShape[_0x15c7[239]](this);this[_0x15c7[1562]]=_0xdefbx2;this[_0x15c7[1334]]=_0xdefbx3;this[_0x15c7[1336]]=_0xdefbx4;this[_0x15c7[1307]]=null!=_0xdefbx5?_0xdefbx5:1}mxUtils[_0x15c7[1284]](mxEllipse,mxShape);mxEllipse[_0x15c7[202]][_0x15c7[1595]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx2[_0x15c7[680]](_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9);_0xdefbx2[_0x15c7[1337]]()};function mxDoubleEllipse(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){mxShape[_0x15c7[239]](this);this[_0x15c7[1562]]=_0xdefbx2;this[_0x15c7[1334]]=_0xdefbx3;this[_0x15c7[1336]]=_0xdefbx4;this[_0x15c7[1307]]=null!=_0xdefbx5?_0xdefbx5:1}mxUtils[_0x15c7[1284]](mxDoubleEllipse,mxShape);mxDoubleEllipse[_0x15c7[202]][_0x15c7[1460]]=10;mxDoubleEllipse[_0x15c7[202]][_0x15c7[1601]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx2[_0x15c7[680]](_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9);_0xdefbx2[_0x15c7[1337]]()};mxDoubleEllipse[_0x15c7[202]][_0x15c7[1602]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){var _0xdefbxa=Math[_0x15c7[243]](4,Math[_0x15c7[243]](_0xdefbx5/5,_0xdefbx9/5));_0xdefbx5-=2*_0xdefbxa;_0xdefbx9-=2*_0xdefbxa;0<_0xdefbx5&&0<_0xdefbx9&&_0xdefbx2[_0x15c7[680]](_0xdefbx3+_0xdefbxa,_0xdefbx4+_0xdefbxa,_0xdefbx5,_0xdefbx9);_0xdefbx2[_0x15c7[1336]]()};function mxRhombus(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){mxShape[_0x15c7[239]](this);this[_0x15c7[1562]]=_0xdefbx2;this[_0x15c7[1334]]=_0xdefbx3;this[_0x15c7[1336]]=_0xdefbx4;this[_0x15c7[1307]]=null!=_0xdefbx5?_0xdefbx5:1}mxUtils[_0x15c7[1284]](mxRhombus,mxShape);mxRhombus[_0x15c7[202]][_0x15c7[1595]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){var _0xdefbxa=_0xdefbx5/2,_0xdefbx12=_0xdefbx9/2;_0xdefbx2[_0x15c7[1275]]();_0xdefbx2[_0x15c7[1276]](_0xdefbx3+_0xdefbxa,_0xdefbx4);_0xdefbx2[_0x15c7[1277]](_0xdefbx3+_0xdefbx5,_0xdefbx4+_0xdefbx12);_0xdefbx2[_0x15c7[1277]](_0xdefbx3+_0xdefbxa,_0xdefbx4+_0xdefbx9);_0xdefbx2[_0x15c7[1277]](_0xdefbx3,_0xdefbx4+_0xdefbx12);_0xdefbx2[_0x15c7[268]]();_0xdefbx2[_0x15c7[1337]]()};function mxPolyline(_0xdefbx2,_0xdefbx3,_0xdefbx4){mxShape[_0x15c7[239]](this);this[_0x15c7[1525]]=_0xdefbx2;this[_0x15c7[1336]]=_0xdefbx3;this[_0x15c7[1307]]=null!=_0xdefbx4?_0xdefbx4:1}mxUtils[_0x15c7[1284]](mxPolyline,mxShape);mxPolyline[_0x15c7[202]][_0x15c7[1614]]=function(){return 0};mxPolyline[_0x15c7[202]][_0x15c7[1594]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[1639]](_0xdefbx2,_0xdefbx3,this[_0x15c7[1606]])};mxPolyline[_0x15c7[202]][_0x15c7[1639]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2,_0xdefbx9=_0xdefbx3[0],_0xdefbxa=_0xdefbx3[_0xdefbx3[_0x15c7[67]]-1];_0xdefbx2[_0x15c7[1275]]();_0xdefbx2[_0x15c7[1276]](_0xdefbx9[_0x15c7[235]],_0xdefbx9[_0x15c7[236]]);for(var _0xdefbx12=1;_0xdefbx12<_0xdefbx3[_0x15c7[67]]-1;_0xdefbx12++){var _0xdefbx13=_0xdefbx3[_0xdefbx12],_0xdefbx14=_0xdefbx9[_0x15c7[235]]-_0xdefbx13[_0x15c7[235]],_0xdefbx9=_0xdefbx9[_0x15c7[236]]-_0xdefbx13[_0x15c7[236]];if(_0xdefbx4&&_0xdefbx12<_0xdefbx3[_0x15c7[67]]-1&&(0!=_0xdefbx14||0!=_0xdefbx9)){var _0xdefbx15=Math[_0x15c7[428]](_0xdefbx14*_0xdefbx14+_0xdefbx9*_0xdefbx9),_0xdefbx14=_0xdefbx14*Math[_0x15c7[243]](_0xdefbx5,_0xdefbx15/2)/_0xdefbx15,_0xdefbx9=_0xdefbx9*Math[_0x15c7[243]](_0xdefbx5,_0xdefbx15/2)/_0xdefbx15;_0xdefbx2[_0x15c7[1277]](_0xdefbx13[_0x15c7[235]]+_0xdefbx14,_0xdefbx13[_0x15c7[236]]+_0xdefbx9);_0xdefbx9=_0xdefbx3[_0xdefbx12+1];_0xdefbx14=_0xdefbx9[_0x15c7[235]]-_0xdefbx13[_0x15c7[235]];_0xdefbx9=_0xdefbx9[_0x15c7[236]]-_0xdefbx13[_0x15c7[236]];_0xdefbx15=Math[_0x15c7[160]](1,Math[_0x15c7[428]](_0xdefbx14*_0xdefbx14+_0xdefbx9*_0xdefbx9));_0xdefbx14=_0xdefbx14*Math[_0x15c7[243]](_0xdefbx5,_0xdefbx15/2)/_0xdefbx15;_0xdefbx9=_0xdefbx9*Math[_0x15c7[243]](_0xdefbx5,_0xdefbx15/2)/_0xdefbx15;_0xdefbx14=_0xdefbx13[_0x15c7[235]]+_0xdefbx14;_0xdefbx9=_0xdefbx13[_0x15c7[236]]+_0xdefbx9;_0xdefbx2[_0x15c7[1278]](_0xdefbx13[_0x15c7[235]],_0xdefbx13[_0x15c7[236]],_0xdefbx14,_0xdefbx9);_0xdefbx13= new mxPoint(_0xdefbx14,_0xdefbx9)}else {_0xdefbx2[_0x15c7[1277]](_0xdefbx13[_0x15c7[235]],_0xdefbx13[_0x15c7[236]])};_0xdefbx9=_0xdefbx13};_0xdefbx2[_0x15c7[1277]](_0xdefbxa[_0x15c7[235]],_0xdefbxa[_0x15c7[236]]);_0xdefbx2[_0x15c7[1336]]()};function mxArrow(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12){mxShape[_0x15c7[239]](this);this[_0x15c7[1525]]=_0xdefbx2;this[_0x15c7[1334]]=_0xdefbx3;this[_0x15c7[1336]]=_0xdefbx4;this[_0x15c7[1307]]=null!=_0xdefbx5?_0xdefbx5:1;this[_0x15c7[1640]]=null!=_0xdefbx9?_0xdefbx9:mxConstants[_0x15c7[1641]];this[_0x15c7[657]]=null!=_0xdefbxa?_0xdefbxa:mxConstants[_0x15c7[1642]];this[_0x15c7[643]]=null!=_0xdefbx12?_0xdefbx12:mxConstants[_0x15c7[1643]]}mxUtils[_0x15c7[1284]](mxArrow,mxShape);mxArrow[_0x15c7[202]][_0x15c7[1594]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=mxConstants[_0x15c7[1642]],_0xdefbx5=mxConstants[_0x15c7[1641]],_0xdefbx9=mxConstants[_0x15c7[1643]],_0xdefbxa=_0xdefbx3[0],_0xdefbx12=_0xdefbx3[_0xdefbx3[_0x15c7[67]]-1],_0xdefbx13=_0xdefbx12[_0x15c7[235]]-_0xdefbxa[_0x15c7[235]],_0xdefbx14=_0xdefbx12[_0x15c7[236]]-_0xdefbxa[_0x15c7[236]],_0xdefbx15=Math[_0x15c7[428]](_0xdefbx13*_0xdefbx13+_0xdefbx14*_0xdefbx14),_0xdefbx16=_0xdefbx15-2*_0xdefbx4-_0xdefbx9,_0xdefbx13=_0xdefbx13/_0xdefbx15,_0xdefbx14=_0xdefbx14/_0xdefbx15,_0xdefbx15=_0xdefbx5*_0xdefbx14/3,_0xdefbx5=-_0xdefbx5*_0xdefbx13/3,_0xdefbx9=_0xdefbxa[_0x15c7[235]]-_0xdefbx15/2+_0xdefbx4*_0xdefbx13,_0xdefbxa=_0xdefbxa[_0x15c7[236]]-_0xdefbx5/2+_0xdefbx4*_0xdefbx14,_0xdefbx17=_0xdefbx9+_0xdefbx15,_0xdefbx18=_0xdefbxa+_0xdefbx5,_0xdefbx19=_0xdefbx17+_0xdefbx16*_0xdefbx13,_0xdefbx16=_0xdefbx18+_0xdefbx16*_0xdefbx14,_0xdefbx1a=_0xdefbx19+_0xdefbx15,_0xdefbx1b=_0xdefbx16+_0xdefbx5,_0xdefbx1c=_0xdefbx1a-3*_0xdefbx15,_0xdefbx1d=_0xdefbx1b-3*_0xdefbx5;_0xdefbx2[_0x15c7[1275]]();_0xdefbx2[_0x15c7[1276]](_0xdefbx9,_0xdefbxa);_0xdefbx2[_0x15c7[1277]](_0xdefbx17,_0xdefbx18);_0xdefbx2[_0x15c7[1277]](_0xdefbx19,_0xdefbx16);_0xdefbx2[_0x15c7[1277]](_0xdefbx1a,_0xdefbx1b);_0xdefbx2[_0x15c7[1277]](_0xdefbx12[_0x15c7[235]]-_0xdefbx4*_0xdefbx13,_0xdefbx12[_0x15c7[236]]-_0xdefbx4*_0xdefbx14);_0xdefbx2[_0x15c7[1277]](_0xdefbx1c,_0xdefbx1d);_0xdefbx2[_0x15c7[1277]](_0xdefbx1c+_0xdefbx15,_0xdefbx1d+_0xdefbx5);_0xdefbx2[_0x15c7[268]]();_0xdefbx2[_0x15c7[1337]]()};function mxText(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14,_0xdefbx15,_0xdefbx16,_0xdefbx17,_0xdefbx18,_0xdefbx19,_0xdefbx1a,_0xdefbx1b,_0xdefbx1c,_0xdefbx1d,_0xdefbx1e,_0xdefbx1f){mxShape[_0x15c7[239]](this);this[_0x15c7[131]]=_0xdefbx2;this[_0x15c7[1562]]=_0xdefbx3;this[_0x15c7[352]]=null!=_0xdefbx9?_0xdefbx9:_0x15c7[586];this[_0x15c7[611]]=null!=_0xdefbx4?_0xdefbx4:_0x15c7[110];this[_0x15c7[552]]=null!=_0xdefbx5?_0xdefbx5:_0x15c7[110];this[_0x15c7[1288]]=null!=_0xdefbxa?_0xdefbxa:mxConstants[_0x15c7[484]];this[_0x15c7[803]]=null!=_0xdefbx12?_0xdefbx12:mxConstants[_0x15c7[483]];this[_0x15c7[666]]=null!=_0xdefbx13?_0xdefbx13:mxConstants[_0x15c7[1644]];this[_0x15c7[657]]=parseInt(_0xdefbx14||2);this[_0x15c7[658]]=this[_0x15c7[657]]+parseInt(_0xdefbx15||0);this[_0x15c7[661]]=this[_0x15c7[657]]+parseInt(_0xdefbx16||0);this[_0x15c7[660]]=this[_0x15c7[657]]+parseInt(_0xdefbx17||0);this[_0x15c7[659]]=this[_0x15c7[657]]+parseInt(_0xdefbx18||0);this[_0x15c7[662]]=null!=_0xdefbx19?_0xdefbx19:!0;this[_0x15c7[1537]]=_0xdefbx1a;this[_0x15c7[467]]=_0xdefbx1b;this[_0x15c7[1333]]=null!=_0xdefbx1c?_0xdefbx1c:!1;this[_0x15c7[1645]]=null!=_0xdefbx1d?_0xdefbx1d:!1;this[_0x15c7[277]]=null!=_0xdefbx1e?_0xdefbx1e:_0x15c7[189];this[_0x15c7[629]]=null!=_0xdefbx1f?_0xdefbx1f:0;this[_0x15c7[603]]=0}mxUtils[_0x15c7[1284]](mxText,mxShape);mxText[_0x15c7[202]][_0x15c7[1646]]=0;mxText[_0x15c7[202]][_0x15c7[1647]]=0;mxText[_0x15c7[202]][_0x15c7[1648]]=0;mxText[_0x15c7[202]][_0x15c7[1649]]=0;mxText[_0x15c7[202]][_0x15c7[1650]]= !0;mxText[_0x15c7[202]][_0x15c7[1616]]= -90;mxText[_0x15c7[202]][_0x15c7[1651]]= !0;mxText[_0x15c7[202]][_0x15c7[1652]]= !1;mxText[_0x15c7[202]][_0x15c7[1566]]=function(){return !1};mxText[_0x15c7[202]][_0x15c7[1567]]=function(){return 8!=document[_0x15c7[5]]};mxText[_0x15c7[202]][_0x15c7[1568]]=function(){return 0};mxText[_0x15c7[202]][_0x15c7[1574]]=function(){return null!=this[_0x15c7[1562]]&&!isNaN(this[_0x15c7[1562]][_0x15c7[235]])&&!isNaN(this[_0x15c7[1562]][_0x15c7[236]])&&!isNaN(this[_0x15c7[1562]][_0x15c7[117]])&&!isNaN(this[_0x15c7[1562]][_0x15c7[119]])};mxText[_0x15c7[202]][_0x15c7[1577]]=function(){var _0xdefbx2=this[_0x15c7[252]];8==document[_0x15c7[5]]&&null!=_0xdefbx2[_0x15c7[285]]&&(_0xdefbx2=_0xdefbx2[_0x15c7[285]],null!=_0xdefbx2[_0x15c7[285]]&&(_0xdefbx2=_0xdefbx2[_0x15c7[285]]));this[_0x15c7[1563]]=this[_0x15c7[1562]][_0x15c7[238]]();var _0xdefbx3=this[_0x15c7[1615]]();if(!this[_0x15c7[1652]]&&null!=_0xdefbx2&&_0x15c7[1334]!=this[_0x15c7[277]]&&(!this[_0x15c7[1645]]||!this[_0x15c7[1651]])){var _0xdefbx4=null,_0xdefbx5=null;if(null!=_0xdefbx2[_0x15c7[538]]){if(null!=_0xdefbx2[_0x15c7[285]]&&null!=_0xdefbx2[_0x15c7[285]][_0x15c7[285]]&&_0x15c7[1435]==_0xdefbx2[_0x15c7[285]][_0x15c7[285]][_0x15c7[301]]){_0xdefbx2=_0xdefbx2[_0x15c7[285]][_0x15c7[285]],_0xdefbx4=this[_0x15c7[1333]]?this[_0x15c7[1562]][_0x15c7[117]]:parseInt(_0xdefbx2[_0x15c7[284]](_0x15c7[117]))*this[_0x15c7[255]],_0xdefbx5=parseInt(_0xdefbx2[_0x15c7[284]](_0x15c7[119]))*this[_0x15c7[255]]}else {_0xdefbx3=_0xdefbx2[_0x15c7[1451]]();if(0==_0xdefbx3[_0x15c7[117]]&&0==_0xdefbx3[_0x15c7[119]]){return};this[_0x15c7[1563]]= new mxRectangle(_0xdefbx3[_0x15c7[235]],_0xdefbx3[_0x15c7[236]],_0xdefbx3[_0x15c7[117]],_0xdefbx3[_0x15c7[119]]);_0xdefbx3=0}}else {_0xdefbx5=this[_0x15c7[724]][_0x15c7[441]][_0x15c7[1653]],null!=this[_0x15c7[359]]&&null!=this[_0x15c7[167]]?(_0xdefbx4=this[_0x15c7[1333]]?this[_0x15c7[1562]][_0x15c7[117]]:this[_0x15c7[359]]*this[_0x15c7[255]],_0xdefbx5=this[_0x15c7[167]]*this[_0x15c7[255]]):null!=_0xdefbx5?(this[_0x15c7[1441]](_0xdefbx5),this[_0x15c7[1654]](_0xdefbx5),mxUtils[_0x15c7[1331]](this[_0x15c7[131]])?_0xdefbx5[_0x15c7[339]]=this[_0x15c7[131]][_0x15c7[342]]:(_0xdefbx4=this[_0x15c7[1650]]?this[_0x15c7[131]][_0x15c7[230]](/\n/g,_0x15c7[1453]):this[_0x15c7[131]],_0xdefbx5[_0x15c7[339]]=_0xdefbx4),_0xdefbx4=this[_0x15c7[1333]]?this[_0x15c7[1562]][_0x15c7[117]]:_0xdefbx5[_0x15c7[359]]*this[_0x15c7[255]],_0xdefbx5=_0xdefbx5[_0x15c7[167]]*this[_0x15c7[255]]):(_0xdefbx4=this[_0x15c7[1333]]?this[_0x15c7[1562]][_0x15c7[117]]:_0xdefbx2[_0x15c7[359]]*this[_0x15c7[255]],_0xdefbx5=_0xdefbx2[_0x15c7[167]]*this[_0x15c7[255]])};null!=_0xdefbx4&&null!=_0xdefbx5&&(this[_0x15c7[1563]]= new mxRectangle(this[_0x15c7[1562]][_0x15c7[235]]+this[_0x15c7[1655]][_0x15c7[235]]*_0xdefbx4,this[_0x15c7[1562]][_0x15c7[236]]+this[_0x15c7[1655]][_0x15c7[236]]*_0xdefbx5,_0xdefbx4,_0xdefbx5))}else {this[_0x15c7[1563]][_0x15c7[235]]+=this[_0x15c7[1655]][_0x15c7[235]]*this[_0x15c7[1563]][_0x15c7[117]],this[_0x15c7[1563]][_0x15c7[236]]+=this[_0x15c7[1655]][_0x15c7[236]]*this[_0x15c7[1563]][_0x15c7[119]]};null!=this[_0x15c7[1563]]&&(0!=_0xdefbx3&&(_0xdefbx3=mxUtils[_0x15c7[1613]](this[_0x15c7[1563]],_0xdefbx3),this[_0x15c7[1563]][_0x15c7[235]]=_0xdefbx3[_0x15c7[235]],this[_0x15c7[1563]][_0x15c7[236]]=_0xdefbx3[_0x15c7[236]],mxClient[_0x15c7[496]]||(this[_0x15c7[1563]][_0x15c7[117]]=_0xdefbx3[_0x15c7[117]],this[_0x15c7[1563]][_0x15c7[119]]=_0xdefbx3[_0x15c7[119]])),this[_0x15c7[1563]][_0x15c7[235]]=Math[_0x15c7[519]](this[_0x15c7[1563]][_0x15c7[235]]),this[_0x15c7[1563]][_0x15c7[236]]=Math[_0x15c7[519]](this[_0x15c7[1563]][_0x15c7[236]]),this[_0x15c7[1563]][_0x15c7[117]]=Math[_0x15c7[430]](this[_0x15c7[1563]][_0x15c7[117]]),this[_0x15c7[1563]][_0x15c7[119]]=Math[_0x15c7[430]](this[_0x15c7[1563]][_0x15c7[119]]))};mxText[_0x15c7[202]][_0x15c7[1598]]=function(){return 0};mxText[_0x15c7[202]][_0x15c7[1615]]=function(){return null!=this[_0x15c7[724]]&&null!=this[_0x15c7[724]][_0x15c7[253]]?this[_0x15c7[724]][_0x15c7[253]][_0x15c7[1615]]():0};mxText[_0x15c7[202]][_0x15c7[1590]]=function(){return !this[_0x15c7[662]]&&null!=this[_0x15c7[724]]&&this[_0x15c7[724]][_0x15c7[441]][_0x15c7[1179]][_0x15c7[251]][_0x15c7[1193]](this[_0x15c7[724]][_0x15c7[246]])};mxText[_0x15c7[202]][_0x15c7[1592]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){mxShape[_0x15c7[202]][_0x15c7[1592]][_0x15c7[183]](this,arguments);_0xdefbx2[_0x15c7[1259]](this[_0x15c7[352]]);_0xdefbx2[_0x15c7[1260]](this[_0x15c7[1537]]);_0xdefbx2[_0x15c7[1262]](this[_0x15c7[467]]);_0xdefbx2[_0x15c7[1265]](this[_0x15c7[1288]]);_0xdefbx2[_0x15c7[1264]](this[_0x15c7[803]]);_0xdefbx2[_0x15c7[1266]](this[_0x15c7[666]])};mxText[_0x15c7[202]][_0x15c7[1586]]=function(){this[_0x15c7[252]][_0x15c7[124]][_0x15c7[361]]=Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[235]])+_0x15c7[168];this[_0x15c7[252]][_0x15c7[124]][_0x15c7[125]]=Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[236]])+_0x15c7[168];this[_0x15c7[252]][_0x15c7[124]][_0x15c7[117]]=_0x15c7[942];this[_0x15c7[252]][_0x15c7[124]][_0x15c7[119]]=_0x15c7[942];this[_0x15c7[252]][_0x15c7[124]][_0x15c7[277]]=_0x15c7[189]};mxText[_0x15c7[202]][_0x15c7[1209]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[255]],_0xdefbx4=this[_0x15c7[1562]][_0x15c7[235]]/_0xdefbx3,_0xdefbx5=this[_0x15c7[1562]][_0x15c7[236]]/_0xdefbx3,_0xdefbx9=this[_0x15c7[1562]][_0x15c7[117]]/_0xdefbx3,_0xdefbx3=this[_0x15c7[1562]][_0x15c7[119]]/_0xdefbx3;this[_0x15c7[1591]](_0xdefbx2,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbx3);this[_0x15c7[1592]](_0xdefbx2,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbx3);var _0xdefbxa=mxUtils[_0x15c7[1331]](this[_0x15c7[131]])||this[_0x15c7[507]]==mxConstants[_0x15c7[1656]],_0xdefbx12=_0xdefbxa||_0xdefbx2 instanceof mxVmlCanvas2D?_0x15c7[1428]:_0x15c7[110],_0xdefbx13=this[_0x15c7[131]];!_0xdefbxa&&_0x15c7[1428]==_0xdefbx12&&(_0xdefbx13=mxUtils[_0x15c7[321]](_0xdefbx13,!1));_0xdefbx13=!mxUtils[_0x15c7[1331]](this[_0x15c7[131]])&&this[_0x15c7[1650]]&&_0x15c7[1428]==_0xdefbx12?_0xdefbx13[_0x15c7[230]](/\n/g,_0x15c7[1453]):_0xdefbx13;_0xdefbx2[_0x15c7[963]](_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbx3,_0xdefbx13,this[_0x15c7[611]],this[_0x15c7[552]],this[_0x15c7[1333]],_0xdefbx12,_0x15c7[1334]==this[_0x15c7[277]],this[_0x15c7[1645]],this[_0x15c7[1615]]())};mxText[_0x15c7[202]][_0x15c7[1575]]=function(){var _0xdefbx2=this[_0x15c7[252]][_0x15c7[124]];_0xdefbx2[_0x15c7[461]]=1>this[_0x15c7[461]]?this[_0x15c7[461]]:_0x15c7[110];_0xdefbx2[_0x15c7[277]]=_0x15c7[110];_0xdefbx2[_0x15c7[117]]=_0x15c7[110];_0xdefbx2[_0x15c7[119]]=_0x15c7[110];this[_0x15c7[1441]](this[_0x15c7[252]]);this[_0x15c7[1654]](this[_0x15c7[252]]);this[_0x15c7[1657]]();this[_0x15c7[167]]=this[_0x15c7[359]]=null;null!=mxClient[_0x15c7[73]]?this[_0x15c7[1658]]():this[_0x15c7[1659]]()};mxText[_0x15c7[202]][_0x15c7[1658]]=function(){var _0xdefbx2=this[_0x15c7[1615]](),_0xdefbx3=this[_0x15c7[252]][_0x15c7[124]],_0xdefbx4=this[_0x15c7[1655]][_0x15c7[235]],_0xdefbx5=this[_0x15c7[1655]][_0x15c7[236]];0!=_0xdefbx2?(_0xdefbx3[mxClient[_0x15c7[73]]+_0x15c7[1660]]=100*-_0xdefbx4+_0x15c7[1661]+100*-_0xdefbx5+_0x15c7[229],_0xdefbx3[mxClient[_0x15c7[73]]+_0x15c7[1662]]=_0x15c7[536]+100*_0xdefbx4+_0x15c7[1663]+100*_0xdefbx5+_0x15c7[1664]+this[_0x15c7[255]]+_0x15c7[1665]+_0xdefbx2+_0x15c7[1666]):(_0xdefbx3[mxClient[_0x15c7[73]]+_0x15c7[1660]]=_0x15c7[1667],_0xdefbx3[mxClient[_0x15c7[73]]+_0x15c7[1662]]=_0x15c7[1402]+this[_0x15c7[255]]+_0x15c7[1393]+100*_0xdefbx4+_0x15c7[1663]+100*_0xdefbx5+_0x15c7[1668]);_0xdefbx3[_0x15c7[361]]=Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[235]])+_0x15c7[168];_0xdefbx3[_0x15c7[125]]=Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[236]])+_0x15c7[168]};mxText[_0x15c7[202]][_0x15c7[1659]]=function(){var _0xdefbx2=this[_0x15c7[252]][_0x15c7[124]],_0xdefbx3=this[_0x15c7[1655]][_0x15c7[235]],_0xdefbx4=this[_0x15c7[1655]][_0x15c7[236]],_0xdefbx5=this[_0x15c7[255]];_0xdefbx2[_0x15c7[347]]=_0x15c7[110];var _0xdefbx9=0,_0xdefbxa=0,_0xdefbx12=null!=this[_0x15c7[724]]?this[_0x15c7[724]][_0x15c7[441]][_0x15c7[1653]]:null;if(null!=_0xdefbx12){_0xdefbx12[_0x15c7[124]][_0x15c7[277]]=_0x15c7[110];_0xdefbx12[_0x15c7[124]][_0x15c7[119]]=_0x15c7[110];_0xdefbx12[_0x15c7[124]][_0x15c7[117]]=_0x15c7[110];this[_0x15c7[1441]](_0xdefbx12);this[_0x15c7[1654]](_0xdefbx12);if(mxUtils[_0x15c7[1331]](this[_0x15c7[131]])){_0xdefbx12[_0x15c7[339]]=this[_0x15c7[131]][_0x15c7[342]]}else {var _0xdefbx13=this[_0x15c7[131]];this[_0x15c7[507]]!=mxConstants[_0x15c7[1656]]&&(_0xdefbx13=mxUtils[_0x15c7[321]](_0xdefbx13,!1));_0xdefbx13=this[_0x15c7[1650]]?_0xdefbx13[_0x15c7[230]](/\n/g,_0x15c7[1453]):_0xdefbx13;_0xdefbx12[_0x15c7[339]]=_0xdefbx13};_0xdefbx9=_0xdefbx12[_0x15c7[359]]+2;_0xdefbxa=_0xdefbx12[_0x15c7[167]]+2}else {_0xdefbx9=this[_0x15c7[252]][_0x15c7[359]],_0xdefbxa=this[_0x15c7[252]][_0x15c7[167]]+1};this[_0x15c7[359]]=_0xdefbx9;this[_0x15c7[167]]=_0xdefbxa;_0xdefbx12=this[_0x15c7[1562]][_0x15c7[117]]/_0xdefbx5;_0xdefbx13=this[_0x15c7[1562]][_0x15c7[119]]/_0xdefbx5;mxClient[_0x15c7[496]]&&(this[_0x15c7[1645]]||_0x15c7[1334]==this[_0x15c7[277]])&&0<_0xdefbx13?(_0xdefbx13=Math[_0x15c7[243]](_0xdefbx13,_0xdefbxa),_0xdefbx2[_0x15c7[119]]=Math[_0x15c7[488]](_0xdefbx13+1)+_0x15c7[168]):_0xdefbx13=_0xdefbxa;_0x15c7[1334]!=this[_0x15c7[277]]&&(mxClient[_0x15c7[496]]&&(this[_0x15c7[1645]]||this[_0x15c7[1333]])&&0<_0xdefbx12?(_0xdefbx12=Math[_0x15c7[243]](_0xdefbx12,_0xdefbx9),_0xdefbx2[_0x15c7[117]]=Math[_0x15c7[488]](_0xdefbx12)+_0x15c7[168]):_0xdefbx12=_0xdefbx9);var _0xdefbx13=_0xdefbx13*_0xdefbx5,_0xdefbx12=_0xdefbx12*_0xdefbx5,_0xdefbx9=this[_0x15c7[1615]]()*(Math[_0x15c7[424]]/180),_0xdefbxa=parseFloat(parseFloat(Math[_0x15c7[426]](_0xdefbx9))[_0x15c7[1293]](8)),_0xdefbx14=parseFloat(parseFloat(Math[_0x15c7[427]](-_0xdefbx9))[_0x15c7[1293]](8)),_0xdefbx9=_0xdefbx9%(2*Math[_0x15c7[424]]);0>_0xdefbx9&&(_0xdefbx9+=2*Math[_0x15c7[424]]);_0xdefbx9%=Math[_0x15c7[424]];_0xdefbx9>Math[_0x15c7[424]]/2&&(_0xdefbx9=Math[_0x15c7[424]]-_0xdefbx9);var _0xdefbx15=Math[_0x15c7[426]](_0xdefbx9),_0xdefbx16=Math[_0x15c7[427]](-_0xdefbx9),_0xdefbx3=_0xdefbx12* -(_0xdefbx3+0.5),_0xdefbx4=_0xdefbx13* -(_0xdefbx4+0.5),_0xdefbx17=(_0xdefbx13-_0xdefbx13*_0xdefbx15+_0xdefbx12*_0xdefbx16)/2+_0xdefbx14*_0xdefbx3-_0xdefbxa*_0xdefbx4;0!=_0xdefbx9&&(_0xdefbx2[_0x15c7[347]]=_0x15c7[1505]+_0xdefbxa+_0x15c7[1506]+_0xdefbx14+_0x15c7[1507]+-_0xdefbx14+_0x15c7[1508]+_0xdefbxa+_0x15c7[1509]);_0xdefbx2[_0x15c7[499]]=_0xdefbx5;_0xdefbx2[_0x15c7[361]]=Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[235]]+((_0xdefbx12-_0xdefbx12*_0xdefbx15+_0xdefbx13*_0xdefbx16)/2-_0xdefbxa*_0xdefbx3-_0xdefbx14*_0xdefbx4)-_0xdefbx12/2)+_0x15c7[168];_0xdefbx2[_0x15c7[125]]=Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[236]]+_0xdefbx17-_0xdefbx13/2)+_0x15c7[168]};mxText[_0x15c7[202]][_0x15c7[1657]]=function(){if(mxUtils[_0x15c7[1331]](this[_0x15c7[131]])){this[_0x15c7[252]][_0x15c7[339]]=_0x15c7[110],this[_0x15c7[252]][_0x15c7[62]](this[_0x15c7[131]])}else {var _0xdefbx2=this[_0x15c7[131]];this[_0x15c7[507]]!=mxConstants[_0x15c7[1656]]&&(_0xdefbx2=mxUtils[_0x15c7[321]](_0xdefbx2,!1));var _0xdefbx2=this[_0x15c7[1650]]?_0xdefbx2[_0x15c7[230]](/\n/g,_0x15c7[1453]):_0xdefbx2,_0xdefbx3=null!=this[_0x15c7[1537]]&&this[_0x15c7[1537]]!=mxConstants[_0x15c7[217]]?this[_0x15c7[1537]]:null,_0xdefbx4=null!=this[_0x15c7[467]]&&this[_0x15c7[467]]!=mxConstants[_0x15c7[217]]?this[_0x15c7[467]]:null;if(null!=_0xdefbx3||null!=_0xdefbx4){if(_0x15c7[1334]==this[_0x15c7[277]]){null!=_0xdefbx3&&(this[_0x15c7[252]][_0x15c7[124]][_0x15c7[1028]]=_0xdefbx3),null!=_0xdefbx4&&(this[_0x15c7[252]][_0x15c7[124]][_0x15c7[467]]=_0x15c7[1669]+_0xdefbx4)}else {var _0xdefbx5=_0x15c7[110];null!=_0xdefbx3&&(_0xdefbx5+=_0x15c7[1418]+_0xdefbx3+_0x15c7[471]);null!=_0xdefbx4&&(_0xdefbx5+=_0x15c7[1419]+_0xdefbx4+_0x15c7[471]);_0xdefbx2=_0x15c7[1670]+_0xdefbx5+_0x15c7[1671]+this[_0x15c7[252]][_0x15c7[124]][_0x15c7[489]]+_0x15c7[1423]+_0xdefbx2+_0x15c7[1424];this[_0x15c7[252]][_0x15c7[124]][_0x15c7[489]]=_0x15c7[110]}};this[_0x15c7[252]][_0x15c7[339]]=_0xdefbx2}};mxText[_0x15c7[202]][_0x15c7[1441]]=function(_0xdefbx2){_0xdefbx2=_0xdefbx2[_0x15c7[124]];_0xdefbx2[_0x15c7[489]]=Math[_0x15c7[488]](this[_0x15c7[803]]*mxConstants[_0x15c7[490]])+_0x15c7[168];_0xdefbx2[_0x15c7[487]]=Math[_0x15c7[488]](this[_0x15c7[803]])+_0x15c7[168];_0xdefbx2[_0x15c7[486]]=this[_0x15c7[1288]];_0xdefbx2[_0x15c7[123]]=_0x15c7[125];_0xdefbx2[_0x15c7[352]]=this[_0x15c7[352]];_0xdefbx2[_0x15c7[1452]]=(this[_0x15c7[666]]&mxConstants[_0x15c7[1410]])==mxConstants[_0x15c7[1410]]?_0x15c7[1447]:_0x15c7[110];_0xdefbx2[_0x15c7[666]]=(this[_0x15c7[666]]&mxConstants[_0x15c7[1412]])==mxConstants[_0x15c7[1412]]?_0x15c7[1449]:_0x15c7[110];_0xdefbx2[_0x15c7[1498]]=(this[_0x15c7[666]]&mxConstants[_0x15c7[1414]])==mxConstants[_0x15c7[1414]]?_0x15c7[355]:_0x15c7[110];_0xdefbx2[_0x15c7[1165]]=this[_0x15c7[611]]==mxConstants[_0x15c7[479]]?_0x15c7[698]:this[_0x15c7[611]]==mxConstants[_0x15c7[480]]?_0x15c7[699]:_0x15c7[361]};mxText[_0x15c7[202]][_0x15c7[1654]]=function(_0xdefbx2){var _0xdefbx3=Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[117]]/this[_0x15c7[255]]),_0xdefbx4=Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[119]]/this[_0x15c7[255]]);_0xdefbx2=_0xdefbx2[_0x15c7[124]];this[_0x15c7[1645]]?(_0xdefbx2[_0x15c7[277]]=_0x15c7[188],0<_0xdefbx4&&(_0xdefbx2[_0x15c7[1503]]=_0xdefbx4+_0x15c7[168]),0<_0xdefbx3&&(_0xdefbx2[_0x15c7[117]]=_0xdefbx3+_0x15c7[168])):_0x15c7[1334]==this[_0x15c7[277]]&&(_0xdefbx2[_0x15c7[117]]=_0xdefbx3+_0x15c7[168],0<_0xdefbx4&&(_0xdefbx2[_0x15c7[1503]]=_0xdefbx4+_0x15c7[168]));this[_0x15c7[1333]]?(!this[_0x15c7[1645]]&&0<_0xdefbx3&&(_0xdefbx2[_0x15c7[117]]=_0xdefbx3+_0x15c7[168]),_0xdefbx2[_0x15c7[493]]=_0x15c7[1502]):_0xdefbx2[_0x15c7[493]]=_0x15c7[494]};mxText[_0x15c7[202]][_0x15c7[1672]]=function(){this[_0x15c7[1655]]=mxUtils[_0x15c7[1501]](this[_0x15c7[611]],this[_0x15c7[552]])};mxText[_0x15c7[202]][_0x15c7[1673]]=function(){var _0xdefbx2=0,_0xdefbx3=0,_0xdefbx2=this[_0x15c7[611]]==mxConstants[_0x15c7[479]]?(this[_0x15c7[659]]-this[_0x15c7[661]])/2:this[_0x15c7[611]]==mxConstants[_0x15c7[480]]?-this[_0x15c7[661]]-this[_0x15c7[1649]]:this[_0x15c7[659]]+this[_0x15c7[1648]],_0xdefbx3=this[_0x15c7[552]]==mxConstants[_0x15c7[481]]?(this[_0x15c7[658]]-this[_0x15c7[660]])/2:this[_0x15c7[552]]==mxConstants[_0x15c7[482]]?-this[_0x15c7[660]]-this[_0x15c7[1647]]:this[_0x15c7[658]]+this[_0x15c7[1646]];return new mxPoint(_0xdefbx2,_0xdefbx3)};function mxTriangle(){mxActor[_0x15c7[239]](this)}mxUtils[_0x15c7[1284]](mxTriangle,mxActor);mxTriangle[_0x15c7[202]][_0x15c7[1625]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx2[_0x15c7[1276]](0,0);_0xdefbx2[_0x15c7[1277]](_0xdefbx5,0.5*_0xdefbx9);_0xdefbx2[_0x15c7[1277]](0,_0xdefbx9);_0xdefbx2[_0x15c7[268]]()};function mxHexagon(){mxActor[_0x15c7[239]](this)}mxUtils[_0x15c7[1284]](mxHexagon,mxActor);mxHexagon[_0x15c7[202]][_0x15c7[1625]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx2[_0x15c7[1276]](0.25*_0xdefbx5,0);_0xdefbx2[_0x15c7[1277]](0.75*_0xdefbx5,0);_0xdefbx2[_0x15c7[1277]](_0xdefbx5,0.5*_0xdefbx9);_0xdefbx2[_0x15c7[1277]](0.75*_0xdefbx5,_0xdefbx9);_0xdefbx2[_0x15c7[1277]](0.25*_0xdefbx5,_0xdefbx9);_0xdefbx2[_0x15c7[1277]](0,0.5*_0xdefbx9);_0xdefbx2[_0x15c7[268]]()};function mxLine(_0xdefbx2,_0xdefbx3,_0xdefbx4){mxShape[_0x15c7[239]](this);this[_0x15c7[1562]]=_0xdefbx2;this[_0x15c7[1336]]=_0xdefbx3;this[_0x15c7[1307]]=null!=_0xdefbx4?_0xdefbx4:1}mxUtils[_0x15c7[1284]](mxLine,mxShape);mxLine[_0x15c7[202]][_0x15c7[1595]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx4+=_0xdefbx9/2;_0xdefbx2[_0x15c7[1275]]();_0xdefbx2[_0x15c7[1276]](_0xdefbx3,_0xdefbx4);_0xdefbx2[_0x15c7[1277]](_0xdefbx3+_0xdefbx5,_0xdefbx4);_0xdefbx2[_0x15c7[1336]]()};function mxImageShape(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){mxShape[_0x15c7[239]](this);this[_0x15c7[1562]]=_0xdefbx2;this[_0x15c7[618]]=_0xdefbx3;this[_0x15c7[1334]]=_0xdefbx4;this[_0x15c7[1336]]=_0xdefbx5;this[_0x15c7[1307]]=null!=_0xdefbx9?_0xdefbx9:1;this[_0x15c7[639]]= !1}mxUtils[_0x15c7[1284]](mxImageShape,mxRectangleShape);mxImageShape[_0x15c7[202]][_0x15c7[1674]]= !0;mxImageShape[_0x15c7[202]][_0x15c7[1568]]=function(){return !mxClient[_0x15c7[80]]?0.5:0};mxImageShape[_0x15c7[202]][_0x15c7[183]]=function(_0xdefbx2){mxShape[_0x15c7[202]][_0x15c7[183]][_0x15c7[183]](this,arguments);this[_0x15c7[1299]]=this[_0x15c7[1336]]=this[_0x15c7[1334]]=null;null!=this[_0x15c7[124]]&&(this[_0x15c7[1334]]=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_IMAGE_BACKGROUND),this[_0x15c7[1336]]=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_IMAGE_BORDER),this[_0x15c7[1674]]=1==mxUtils[_0x15c7[1550]](this[_0x15c7[124]],mxConstants.STYLE_IMAGE_ASPECT,1),this[_0x15c7[623]]=this[_0x15c7[623]]||1==mxUtils[_0x15c7[433]](this[_0x15c7[124]],_0x15c7[1675],0),this[_0x15c7[624]]=this[_0x15c7[624]]||1==mxUtils[_0x15c7[433]](this[_0x15c7[124]],_0x15c7[1676],0))};mxImageShape[_0x15c7[202]][_0x15c7[1567]]=function(){return !this[_0x15c7[1674]]};mxImageShape[_0x15c7[202]][_0x15c7[1570]]=function(){var _0xdefbx2=document[_0x15c7[55]](_0x15c7[485]);_0xdefbx2[_0x15c7[124]][_0x15c7[491]]=_0x15c7[492];return _0xdefbx2};mxImageShape[_0x15c7[202]][_0x15c7[1595]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){if(null!=this[_0x15c7[618]]){var _0xdefbxa=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_IMAGE_BACKGROUND,null),_0xdefbx12=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_IMAGE_BORDER,null);if(null!=_0xdefbxa||null!=_0xdefbx12){_0xdefbx2[_0x15c7[1245]](_0xdefbxa),_0xdefbx2[_0x15c7[1249]](_0xdefbx12),_0xdefbx2[_0x15c7[1319]](_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9),_0xdefbx2[_0x15c7[1337]]()};_0xdefbx2[_0x15c7[618]](_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,this[_0x15c7[618]],this[_0x15c7[1674]],!1,!1)}else {mxRectangleShape[_0x15c7[202]][_0x15c7[1601]][_0x15c7[183]](this,arguments)}};mxImageShape[_0x15c7[202]][_0x15c7[1575]]=function(){this[_0x15c7[252]][_0x15c7[124]][_0x15c7[361]]=Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[235]])+_0x15c7[168];this[_0x15c7[252]][_0x15c7[124]][_0x15c7[125]]=Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[236]])+_0x15c7[168];this[_0x15c7[252]][_0x15c7[124]][_0x15c7[117]]=Math[_0x15c7[160]](0,Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[117]]))+_0x15c7[168];this[_0x15c7[252]][_0x15c7[124]][_0x15c7[119]]=Math[_0x15c7[160]](0,Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[119]]))+_0x15c7[168];this[_0x15c7[252]][_0x15c7[124]][_0x15c7[1028]]=this[_0x15c7[1334]]||_0x15c7[110];this[_0x15c7[252]][_0x15c7[124]][_0x15c7[1630]]=this[_0x15c7[1336]]||_0x15c7[110];this[_0x15c7[252]][_0x15c7[339]]=_0x15c7[110];if(null!=this[_0x15c7[618]]){var _0xdefbx2=document[_0x15c7[55]](mxClient[_0x15c7[49]]||null==mxClient[_0x15c7[73]]&&0!=this[_0x15c7[603]]?mxClient[_0x15c7[463]]+_0x15c7[464]:_0x15c7[466]);_0xdefbx2[_0x15c7[124]][_0x15c7[491]]=_0x15c7[492];_0xdefbx2[_0x15c7[390]]=this[_0x15c7[618]];var _0xdefbx3=100>this[_0x15c7[461]]?_0x15c7[459]+this[_0x15c7[461]]+_0x15c7[460]:_0x15c7[110];this[_0x15c7[252]][_0x15c7[124]][_0x15c7[347]]=_0xdefbx3;this[_0x15c7[623]]&&this[_0x15c7[624]]?_0xdefbx3+=_0x15c7[1677]:this[_0x15c7[623]]?_0xdefbx3+=_0x15c7[1678]:this[_0x15c7[624]]&&(_0xdefbx3+=_0x15c7[1679]);_0xdefbx2[_0x15c7[124]][_0x15c7[347]]!=_0xdefbx3&&(_0xdefbx2[_0x15c7[124]][_0x15c7[347]]=_0xdefbx3);_0x15c7[618]==_0xdefbx2[_0x15c7[301]]?_0xdefbx2[_0x15c7[124]][_0x15c7[603]]=this[_0x15c7[603]]:_0xdefbx2[_0x15c7[124]][mxClient[_0x15c7[73]]+_0x15c7[1662]]=_0x15c7[1394]+this[_0x15c7[603]]+_0x15c7[1666];_0xdefbx2[_0x15c7[124]][_0x15c7[117]]=this[_0x15c7[252]][_0x15c7[124]][_0x15c7[117]];_0xdefbx2[_0x15c7[124]][_0x15c7[119]]=this[_0x15c7[252]][_0x15c7[124]][_0x15c7[119]];this[_0x15c7[252]][_0x15c7[124]][_0x15c7[1617]]=_0x15c7[110];this[_0x15c7[252]][_0x15c7[62]](_0xdefbx2)}else {this[_0x15c7[1600]](this[_0x15c7[252]])}};function mxLabel(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){mxRectangleShape[_0x15c7[239]](this,_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5)}mxUtils[_0x15c7[1284]](mxLabel,mxRectangleShape);mxLabel[_0x15c7[202]][_0x15c7[1680]]=mxConstants[_0x15c7[1681]];mxLabel[_0x15c7[202]][_0x15c7[657]]=2;mxLabel[_0x15c7[202]][_0x15c7[1682]]=10;mxLabel[_0x15c7[202]][_0x15c7[635]]=2;mxLabel[_0x15c7[202]][_0x15c7[176]]=function(_0xdefbx2){mxShape[_0x15c7[202]][_0x15c7[176]][_0x15c7[183]](this,arguments);null!=this[_0x15c7[632]]&&null!=this[_0x15c7[630]]&&(this[_0x15c7[1683]]= new this[_0x15c7[630]],this[_0x15c7[1683]][_0x15c7[507]]=this[_0x15c7[507]],this[_0x15c7[1683]][_0x15c7[1562]]=this[_0x15c7[1562]],this[_0x15c7[1683]][_0x15c7[1334]]=this[_0x15c7[632]],this[_0x15c7[1683]][_0x15c7[1336]]=this[_0x15c7[632]],this[_0x15c7[1683]][_0x15c7[1299]]=this[_0x15c7[634]],this[_0x15c7[1683]][_0x15c7[663]]=this[_0x15c7[638]],this[_0x15c7[1683]][_0x15c7[176]](this[_0x15c7[252]]))};mxLabel[_0x15c7[202]][_0x15c7[258]]=function(){null!=this[_0x15c7[1683]]&&(this[_0x15c7[1683]][_0x15c7[1334]]=this[_0x15c7[632]],this[_0x15c7[1683]][_0x15c7[1336]]=this[_0x15c7[632]],this[_0x15c7[1683]][_0x15c7[1299]]=this[_0x15c7[634]],this[_0x15c7[1683]][_0x15c7[663]]=this[_0x15c7[638]]);mxShape[_0x15c7[202]][_0x15c7[258]][_0x15c7[183]](this,arguments)};mxLabel[_0x15c7[202]][_0x15c7[1567]]=function(){return mxRectangleShape[_0x15c7[202]][_0x15c7[1567]][_0x15c7[183]](this,arguments)&&null==this[_0x15c7[632]]&&null==this[_0x15c7[630]]};mxLabel[_0x15c7[202]][_0x15c7[1602]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){this[_0x15c7[1684]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9);this[_0x15c7[1685]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9);mxRectangleShape[_0x15c7[202]][_0x15c7[1602]][_0x15c7[183]](this,arguments)};mxLabel[_0x15c7[202]][_0x15c7[1684]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){null!=this[_0x15c7[618]]&&(_0xdefbx3=this[_0x15c7[1686]](_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9),_0xdefbx2[_0x15c7[618]](_0xdefbx3[_0x15c7[235]],_0xdefbx3[_0x15c7[236]],_0xdefbx3[_0x15c7[117]],_0xdefbx3[_0x15c7[119]],this[_0x15c7[618]],!1,!1,!1))};mxLabel[_0x15c7[202]][_0x15c7[1686]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){var _0xdefbx9=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_IMAGE_ALIGN,mxConstants.ALIGN_LEFT),_0xdefbxa=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_IMAGE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE),_0xdefbx12=mxUtils[_0x15c7[1550]](this[_0x15c7[124]],mxConstants.STYLE_IMAGE_WIDTH,mxConstants.DEFAULT_IMAGESIZE),_0xdefbx13=mxUtils[_0x15c7[1550]](this[_0x15c7[124]],mxConstants.STYLE_IMAGE_HEIGHT,mxConstants.DEFAULT_IMAGESIZE),_0xdefbx14=mxUtils[_0x15c7[1550]](this[_0x15c7[124]],mxConstants.STYLE_SPACING,this[_0x15c7[657]])+5;_0xdefbx2=_0xdefbx9==mxConstants[_0x15c7[479]]?_0xdefbx2+(_0xdefbx4-_0xdefbx12)/2:_0xdefbx9==mxConstants[_0x15c7[480]]?_0xdefbx2+(_0xdefbx4-_0xdefbx12-_0xdefbx14):_0xdefbx2+_0xdefbx14;_0xdefbx3=_0xdefbxa==mxConstants[_0x15c7[1687]]?_0xdefbx3+_0xdefbx14:_0xdefbxa==mxConstants[_0x15c7[482]]?_0xdefbx3+(_0xdefbx5-_0xdefbx13-_0xdefbx14):_0xdefbx3+(_0xdefbx5-_0xdefbx13)/2;return new mxRectangle(_0xdefbx2,_0xdefbx3,_0xdefbx12,_0xdefbx13)};mxLabel[_0x15c7[202]][_0x15c7[1685]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){null!=this[_0x15c7[1683]]?(this[_0x15c7[1683]][_0x15c7[1562]]=this[_0x15c7[1688]](_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9),this[_0x15c7[1683]][_0x15c7[1209]](_0xdefbx2)):null!=this[_0x15c7[631]]&&(_0xdefbx3=this[_0x15c7[1688]](_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9),_0xdefbx2[_0x15c7[618]](_0xdefbx3[_0x15c7[235]],_0xdefbx3[_0x15c7[236]],_0xdefbx3[_0x15c7[117]],_0xdefbx3[_0x15c7[119]],this[_0x15c7[631]],!1,!1,!1))};mxLabel[_0x15c7[202]][_0x15c7[1688]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){var _0xdefbx9=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_IMAGE_ALIGN,mxConstants.ALIGN_LEFT),_0xdefbxa=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_IMAGE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE),_0xdefbx12=mxUtils[_0x15c7[1550]](this[_0x15c7[124]],mxConstants.STYLE_INDICATOR_WIDTH,this[_0x15c7[1682]]),_0xdefbx13=mxUtils[_0x15c7[1550]](this[_0x15c7[124]],mxConstants.STYLE_INDICATOR_HEIGHT,this[_0x15c7[1682]]),_0xdefbx14=this[_0x15c7[657]]+5;_0xdefbx2=_0xdefbx9==mxConstants[_0x15c7[480]]?_0xdefbx2+(_0xdefbx4-_0xdefbx12-_0xdefbx14):_0xdefbx9==mxConstants[_0x15c7[479]]?_0xdefbx2+(_0xdefbx4-_0xdefbx12)/2:_0xdefbx2+_0xdefbx14;_0xdefbx3=_0xdefbxa==mxConstants[_0x15c7[482]]?_0xdefbx3+(_0xdefbx5-_0xdefbx13-_0xdefbx14):_0xdefbxa==mxConstants[_0x15c7[1687]]?_0xdefbx3+_0xdefbx14:_0xdefbx3+(_0xdefbx5-_0xdefbx13)/2;return new mxRectangle(_0xdefbx2,_0xdefbx3,_0xdefbx12,_0xdefbx13)};mxLabel[_0x15c7[202]][_0x15c7[1575]]=function(){for(mxRectangleShape[_0x15c7[202]][_0x15c7[1575]][_0x15c7[183]](this,arguments);this[_0x15c7[252]][_0x15c7[1580]]();){this[_0x15c7[252]][_0x15c7[266]](this[_0x15c7[252]][_0x15c7[1581]])};if(null!=this[_0x15c7[618]]){var _0xdefbx2=document[_0x15c7[55]](_0x15c7[466]);_0xdefbx2[_0x15c7[124]][_0x15c7[491]]=_0x15c7[1500];_0xdefbx2[_0x15c7[57]](_0x15c7[467],_0x15c7[468]);var _0xdefbx3=this[_0x15c7[1686]](this[_0x15c7[1562]][_0x15c7[235]],this[_0x15c7[1562]][_0x15c7[236]],this[_0x15c7[1562]][_0x15c7[117]],this[_0x15c7[1562]][_0x15c7[119]]);_0xdefbx3[_0x15c7[235]]-=this[_0x15c7[1562]][_0x15c7[235]];_0xdefbx3[_0x15c7[236]]-=this[_0x15c7[1562]][_0x15c7[236]];_0xdefbx2[_0x15c7[124]][_0x15c7[361]]=Math[_0x15c7[488]](_0xdefbx3[_0x15c7[235]])+_0x15c7[168];_0xdefbx2[_0x15c7[124]][_0x15c7[125]]=Math[_0x15c7[488]](_0xdefbx3[_0x15c7[236]])+_0x15c7[168];_0xdefbx2[_0x15c7[124]][_0x15c7[117]]=Math[_0x15c7[488]](_0xdefbx3[_0x15c7[117]])+_0x15c7[168];_0xdefbx2[_0x15c7[124]][_0x15c7[119]]=Math[_0x15c7[488]](_0xdefbx3[_0x15c7[119]])+_0x15c7[168];_0xdefbx2[_0x15c7[390]]=this[_0x15c7[618]];this[_0x15c7[252]][_0x15c7[62]](_0xdefbx2)}};function mxCylinder(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){mxShape[_0x15c7[239]](this);this[_0x15c7[1562]]=_0xdefbx2;this[_0x15c7[1334]]=_0xdefbx3;this[_0x15c7[1336]]=_0xdefbx4;this[_0x15c7[1307]]=null!=_0xdefbx5?_0xdefbx5:1}mxUtils[_0x15c7[1284]](mxCylinder,mxShape);mxCylinder[_0x15c7[202]][_0x15c7[1503]]=40;mxCylinder[_0x15c7[202]][_0x15c7[1564]]=0;mxCylinder[_0x15c7[202]][_0x15c7[1595]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx2[_0x15c7[513]](_0xdefbx3,_0xdefbx4);_0xdefbx2[_0x15c7[1275]]();this[_0x15c7[1625]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,!1);_0xdefbx2[_0x15c7[1337]]();_0xdefbx2[_0x15c7[1267]](!1);_0xdefbx2[_0x15c7[1275]]();this[_0x15c7[1625]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,!0);_0xdefbx2[_0x15c7[1336]]()};mxCylinder[_0x15c7[202]][_0x15c7[1625]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){_0xdefbx3=Math[_0x15c7[243]](this[_0x15c7[1503]],Math[_0x15c7[488]](_0xdefbx9/5));if(_0xdefbxa&&null!=this[_0x15c7[1334]]||!_0xdefbxa&&null==this[_0x15c7[1334]]){_0xdefbx2[_0x15c7[1276]](0,_0xdefbx3),_0xdefbx2[_0x15c7[1279]](0,2*_0xdefbx3,_0xdefbx5,2*_0xdefbx3,_0xdefbx5,_0xdefbx3),_0xdefbxa||(_0xdefbx2[_0x15c7[1336]](),_0xdefbx2[_0x15c7[1275]]())};_0xdefbxa||(_0xdefbx2[_0x15c7[1276]](0,_0xdefbx3),_0xdefbx2[_0x15c7[1279]](0,-_0xdefbx3/3,_0xdefbx5,-_0xdefbx3/3,_0xdefbx5,_0xdefbx3),_0xdefbx2[_0x15c7[1277]](_0xdefbx5,_0xdefbx9-_0xdefbx3),_0xdefbx2[_0x15c7[1279]](_0xdefbx5,_0xdefbx9+_0xdefbx3/3,0,_0xdefbx9+_0xdefbx3/3,0,_0xdefbx9-_0xdefbx3),_0xdefbx2[_0x15c7[268]]())};function mxConnector(_0xdefbx2,_0xdefbx3,_0xdefbx4){mxPolyline[_0x15c7[239]](this,_0xdefbx2,_0xdefbx3,_0xdefbx4)}mxUtils[_0x15c7[1284]](mxConnector,mxPolyline);mxConnector[_0x15c7[202]][_0x15c7[1594]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[1689]](_0xdefbx2,_0xdefbx3,!0),_0xdefbx5=this[_0x15c7[1689]](_0xdefbx2,_0xdefbx3,!1);null==this[_0x15c7[124]]||1!=this[_0x15c7[124]][mxConstants[_0x15c7[1690]]]?this[_0x15c7[1639]](_0xdefbx2,_0xdefbx3,this[_0x15c7[1606]]):this[_0x15c7[1691]](_0xdefbx2,_0xdefbx3);_0xdefbx2[_0x15c7[1245]](this[_0x15c7[1336]]);_0xdefbx2[_0x15c7[1267]](!1);_0xdefbx2[_0x15c7[1251]](!1);null!=_0xdefbx4&&_0xdefbx4();null!=_0xdefbx5&&_0xdefbx5()};mxConnector[_0x15c7[202]][_0x15c7[1691]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx2[_0x15c7[1275]]();var _0xdefbx4=_0xdefbx3[0],_0xdefbx5=_0xdefbx3[_0x15c7[67]];_0xdefbx2[_0x15c7[1276]](_0xdefbx4[_0x15c7[235]],_0xdefbx4[_0x15c7[236]]);for(_0xdefbx4=1;_0xdefbx4<_0xdefbx5-2;_0xdefbx4++){var _0xdefbx9=_0xdefbx3[_0xdefbx4],_0xdefbxa=_0xdefbx3[_0xdefbx4+1];_0xdefbx2[_0x15c7[1278]](_0xdefbx9[_0x15c7[235]],_0xdefbx9[_0x15c7[236]],(_0xdefbx9[_0x15c7[235]]+_0xdefbxa[_0x15c7[235]])/2,(_0xdefbx9[_0x15c7[236]]+_0xdefbxa[_0x15c7[236]])/2)};_0xdefbx9=_0xdefbx3[_0xdefbx5-2];_0xdefbxa=_0xdefbx3[_0xdefbx5-1];_0xdefbx2[_0x15c7[1278]](_0xdefbx9[_0x15c7[235]],_0xdefbx9[_0x15c7[236]],_0xdefbxa[_0x15c7[235]],_0xdefbxa[_0x15c7[236]]);_0xdefbx2[_0x15c7[1336]]()};mxConnector[_0x15c7[202]][_0x15c7[1689]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=_0xdefbx3[_0x15c7[67]],_0xdefbx9=_0xdefbx4?_0xdefbx3[1]:_0xdefbx3[_0xdefbx5-2];_0xdefbx3=_0xdefbx4?_0xdefbx3[0]:_0xdefbx3[_0xdefbx5-1];var _0xdefbx5=_0xdefbx3[_0x15c7[235]]-_0xdefbx9[_0x15c7[235]],_0xdefbxa=_0xdefbx3[_0x15c7[236]]-_0xdefbx9[_0x15c7[236]],_0xdefbx12=Math[_0x15c7[160]](1,Math[_0x15c7[428]](_0xdefbx5*_0xdefbx5+_0xdefbxa*_0xdefbxa)),_0xdefbx9=_0xdefbx5/_0xdefbx12,_0xdefbx5=_0xdefbxa/_0xdefbx12,_0xdefbxa=mxUtils[_0x15c7[1550]](this[_0x15c7[124]],_0xdefbx4?mxConstants[_0x15c7[1692]]:mxConstants[_0x15c7[1693]],mxConstants.DEFAULT_MARKERSIZE),_0xdefbx12=mxUtils[_0x15c7[433]](this[_0x15c7[124]],_0xdefbx4?mxConstants[_0x15c7[1694]]:mxConstants[_0x15c7[1695]]);return mxMarker[_0x15c7[1689]](_0xdefbx2,this,_0xdefbx12,_0xdefbx3,_0xdefbx9,_0xdefbx5,_0xdefbxa,_0xdefbx4,this[_0x15c7[1307]],0!=this[_0x15c7[124]][_0xdefbx4?mxConstants[_0x15c7[1696]]:mxConstants[_0x15c7[1697]]])};mxConnector[_0x15c7[202]][_0x15c7[1612]]=function(_0xdefbx2){mxShape[_0x15c7[202]][_0x15c7[1612]][_0x15c7[183]](this,arguments);var _0xdefbx3=0;mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_STARTARROW,mxConstants.NONE)!=mxConstants[_0x15c7[217]]&&(_0xdefbx3=mxUtils[_0x15c7[1550]](this[_0x15c7[124]],mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_MARKERSIZE)+1);mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_ENDARROW,mxConstants.NONE)!=mxConstants[_0x15c7[217]]&&(_0xdefbx3=Math[_0x15c7[160]](_0xdefbx3,mxUtils[_0x15c7[1550]](this[_0x15c7[124]],mxConstants.STYLE_ENDSIZE,mxConstants.DEFAULT_MARKERSIZE))+1);_0xdefbx2[_0x15c7[244]](Math[_0x15c7[430]](_0xdefbx3*this[_0x15c7[255]]))};function mxSwimlane(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){mxShape[_0x15c7[239]](this);this[_0x15c7[1562]]=_0xdefbx2;this[_0x15c7[1334]]=_0xdefbx3;this[_0x15c7[1336]]=_0xdefbx4;this[_0x15c7[1307]]=null!=_0xdefbx5?_0xdefbx5:1}mxUtils[_0x15c7[1284]](mxSwimlane,mxShape);mxSwimlane[_0x15c7[202]][_0x15c7[1680]]=16;mxSwimlane[_0x15c7[202]][_0x15c7[1597]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx2=Math[_0x15c7[243]](_0xdefbx9,mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE));return new mxRectangle(_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx2)};mxSwimlane[_0x15c7[202]][_0x15c7[1614]]=function(){var _0xdefbx2=mxShape[_0x15c7[202]][_0x15c7[1614]][_0x15c7[183]](this,arguments);1!=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_HORIZONTAL,1)&&(_0xdefbx2+=mxText[_0x15c7[202]][_0x15c7[1616]]);return _0xdefbx2};mxSwimlane[_0x15c7[202]][_0x15c7[1615]]=function(){return this[_0x15c7[1614]]()};mxSwimlane[_0x15c7[202]][_0x15c7[1590]]=function(){return mxShape[_0x15c7[202]][_0x15c7[1590]][_0x15c7[183]](this,arguments)||1!=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_HORIZONTAL,1)};mxSwimlane[_0x15c7[202]][_0x15c7[1603]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx2=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_ARCSIZE,100*mxConstants[_0x15c7[1557]])/100;return 3*_0xdefbx4*_0xdefbx2};mxSwimlane[_0x15c7[202]][_0x15c7[1595]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){var _0xdefbxa=Math[_0x15c7[243]](_0xdefbx9,mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE)),_0xdefbx12=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_SWIMLANE_FILLCOLOR,mxConstants.NONE),_0xdefbx13=1==mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_SWIMLANE_LINE,1),_0xdefbx14=0;_0xdefbx2[_0x15c7[513]](_0xdefbx3,_0xdefbx4);this[_0x15c7[1606]]?(_0xdefbx14=this[_0x15c7[1603]](_0xdefbx5,_0xdefbx9,_0xdefbxa),this[_0x15c7[1698]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx14,_0xdefbx12,_0xdefbx13)):this[_0x15c7[1699]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13);_0xdefbx12=mxUtils[_0x15c7[433]](this[_0x15c7[124]],mxConstants.STYLE_SEPARATORCOLOR,mxConstants.NONE);this[_0x15c7[1700]](_0xdefbx2,_0xdefbx5,_0xdefbxa,_0xdefbx9,_0xdefbx12);null!=this[_0x15c7[618]]&&(_0xdefbx9=this[_0x15c7[1686]](_0xdefbx3,_0xdefbxa,_0xdefbx5,_0xdefbx9),_0xdefbx2[_0x15c7[618]](_0xdefbx9[_0x15c7[235]]-_0xdefbx3,_0xdefbx9[_0x15c7[236]]-_0xdefbx4,_0xdefbx9[_0x15c7[117]],_0xdefbx9[_0x15c7[119]],this[_0x15c7[618]],!1,!1,!1));this[_0x15c7[617]]&&(_0xdefbx2[_0x15c7[1267]](!1),this[_0x15c7[1604]](_0xdefbx2,0,0,_0xdefbx5,_0xdefbxa,_0xdefbx14))};mxSwimlane[_0x15c7[202]][_0x15c7[1699]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13){_0xdefbx12!=mxConstants[_0x15c7[217]]&&(_0xdefbx2[_0x15c7[815]](),_0xdefbx2[_0x15c7[1245]](_0xdefbx12),_0xdefbx2[_0x15c7[1319]](0,0,_0xdefbx5,_0xdefbx9),_0xdefbx2[_0x15c7[1337]](),_0xdefbx2[_0x15c7[1210]](),_0xdefbx2[_0x15c7[1267]](!1));_0xdefbx2[_0x15c7[1275]]();_0xdefbx2[_0x15c7[1276]](0,_0xdefbxa);_0xdefbx2[_0x15c7[1277]](0,0);_0xdefbx2[_0x15c7[1277]](_0xdefbx5,0);_0xdefbx2[_0x15c7[1277]](_0xdefbx5,_0xdefbxa);_0xdefbx13&&_0xdefbx2[_0x15c7[268]]();_0xdefbx2[_0x15c7[1337]]();_0xdefbxa<_0xdefbx9&&_0xdefbx12==mxConstants[_0x15c7[217]]&&(_0xdefbx2[_0x15c7[1229]]= !1,_0xdefbx2[_0x15c7[1275]](),_0xdefbx2[_0x15c7[1276]](0,_0xdefbxa),_0xdefbx2[_0x15c7[1277]](0,_0xdefbx9),_0xdefbx2[_0x15c7[1277]](_0xdefbx5,_0xdefbx9),_0xdefbx2[_0x15c7[1277]](_0xdefbx5,_0xdefbxa),_0xdefbx2[_0x15c7[1336]]())};mxSwimlane[_0x15c7[202]][_0x15c7[1698]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14){_0xdefbx13!=mxConstants[_0x15c7[217]]&&(_0xdefbx2[_0x15c7[815]](),_0xdefbx2[_0x15c7[1245]](_0xdefbx13),_0xdefbx2[_0x15c7[1320]](0,0,_0xdefbx5,_0xdefbx9,_0xdefbx12,_0xdefbx12),_0xdefbx2[_0x15c7[1337]](),_0xdefbx2[_0x15c7[1210]](),_0xdefbx2[_0x15c7[1267]](!1));_0xdefbx2[_0x15c7[1275]]();_0xdefbx2[_0x15c7[1276]](_0xdefbx5,_0xdefbxa);_0xdefbx2[_0x15c7[1277]](_0xdefbx5,_0xdefbx12);_0xdefbx2[_0x15c7[1278]](_0xdefbx5,0,_0xdefbx5-Math[_0x15c7[243]](_0xdefbx5/2,_0xdefbx12),0);_0xdefbx2[_0x15c7[1277]](Math[_0x15c7[243]](_0xdefbx5/2,_0xdefbx12),0);_0xdefbx2[_0x15c7[1278]](0,0,0,_0xdefbx12);_0xdefbx2[_0x15c7[1277]](0,_0xdefbxa);_0xdefbx14&&_0xdefbx2[_0x15c7[268]]();_0xdefbx2[_0x15c7[1337]]();_0xdefbxa<_0xdefbx9&&_0xdefbx13==mxConstants[_0x15c7[217]]&&(_0xdefbx2[_0x15c7[1229]]= !1,_0xdefbx2[_0x15c7[1275]](),_0xdefbx2[_0x15c7[1276]](0,_0xdefbxa),_0xdefbx2[_0x15c7[1277]](0,_0xdefbx9-_0xdefbx12),_0xdefbx2[_0x15c7[1278]](0,_0xdefbx9,Math[_0x15c7[243]](_0xdefbx5/2,_0xdefbx12),_0xdefbx9),_0xdefbx2[_0x15c7[1277]](_0xdefbx5-Math[_0x15c7[243]](_0xdefbx5/2,_0xdefbx12),_0xdefbx9),_0xdefbx2[_0x15c7[1278]](_0xdefbx5,_0xdefbx9,_0xdefbx5,_0xdefbx9-_0xdefbx12),_0xdefbx2[_0x15c7[1277]](_0xdefbx5,_0xdefbxa),_0xdefbx2[_0x15c7[1336]]())};mxSwimlane[_0x15c7[202]][_0x15c7[1700]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx9!=mxConstants[_0x15c7[217]]&&(_0xdefbx2[_0x15c7[1249]](_0xdefbx9),_0xdefbx2[_0x15c7[1251]](!0),_0xdefbx2[_0x15c7[1275]](),_0xdefbx2[_0x15c7[1276]](_0xdefbx3,_0xdefbx4),_0xdefbx2[_0x15c7[1277]](_0xdefbx3,_0xdefbx5),_0xdefbx2[_0x15c7[1336]](),_0xdefbx2[_0x15c7[1251]](!1))};mxSwimlane[_0x15c7[202]][_0x15c7[1686]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){return new mxRectangle(_0xdefbx2+_0xdefbx4-this[_0x15c7[1680]],_0xdefbx3,this[_0x15c7[1680]],this[_0x15c7[1680]])};function mxGraphLayout(_0xdefbx2){this[_0x15c7[1179]]=_0xdefbx2}mxGraphLayout[_0x15c7[202]][_0x15c7[1179]]=null;mxGraphLayout[_0x15c7[202]][_0x15c7[1701]]= !0;mxGraphLayout[_0x15c7[202]][_0x15c7[1101]]=null;mxGraphLayout[_0x15c7[202]][_0x15c7[1702]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){};mxGraphLayout[_0x15c7[202]][_0x15c7[350]]=function(_0xdefbx2){};mxGraphLayout[_0x15c7[202]][_0x15c7[1703]]=function(){return this[_0x15c7[1179]]};mxGraphLayout[_0x15c7[202]][_0x15c7[1704]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx4=this[_0x15c7[1179]][_0x15c7[441]][_0x15c7[248]](_0xdefbx3);_0xdefbx3=null!=_0xdefbx4?_0xdefbx4[_0x15c7[124]]:this[_0x15c7[1179]][_0x15c7[1705]](_0xdefbx3);return null!=_0xdefbx3?_0xdefbx3[_0xdefbx2]:null};mxGraphLayout[_0x15c7[1706]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){if(null!=_0xdefbx4&&null!=_0xdefbx2){_0xdefbx3=null!=_0xdefbx3?_0xdefbx3:!0;_0xdefbx9=_0xdefbx9||[];var _0xdefbxa=mxCellPath[_0x15c7[385]](_0xdefbx2);if(null==_0xdefbx9[_0xdefbxa]&&(_0xdefbx9[_0xdefbxa]=_0xdefbx2,_0xdefbx5=_0xdefbx4(_0xdefbx2,_0xdefbx5),null==_0xdefbx5||_0xdefbx5)){if(_0xdefbx5=this[_0x15c7[1179]][_0x15c7[251]][_0x15c7[1707]](_0xdefbx2),0<_0xdefbx5){for(_0xdefbxa=0;_0xdefbxa<_0xdefbx5;_0xdefbxa++){var _0xdefbx12=this[_0x15c7[1179]][_0x15c7[251]][_0x15c7[1708]](_0xdefbx2,_0xdefbxa),_0xdefbx13=this[_0x15c7[1179]][_0x15c7[251]][_0x15c7[1709]](_0xdefbx12,!0)==_0xdefbx2;if(!_0xdefbx3||_0xdefbx13){_0xdefbx13=this[_0x15c7[1179]][_0x15c7[441]][_0x15c7[1710]](_0xdefbx12,!_0xdefbx13),this[_0x15c7[1706]](_0xdefbx13,_0xdefbx3,_0xdefbx4,_0xdefbx12,_0xdefbx9)}}}}}};mxGraphLayout[_0x15c7[202]][_0x15c7[1711]]=function(_0xdefbx2){return this[_0x15c7[1179]][_0x15c7[1712]](_0xdefbx2)};mxGraphLayout[_0x15c7[202]][_0x15c7[1713]]=function(_0xdefbx2){return !this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[1193]](_0xdefbx2)||!this[_0x15c7[1179]][_0x15c7[1714]](_0xdefbx2)};mxGraphLayout[_0x15c7[202]][_0x15c7[1715]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[1179]][_0x15c7[502]]();return !_0xdefbx3[_0x15c7[250]](_0xdefbx2)||!this[_0x15c7[1179]][_0x15c7[1714]](_0xdefbx2)||null==_0xdefbx3[_0x15c7[1709]](_0xdefbx2,!0)||null==_0xdefbx3[_0x15c7[1709]](_0xdefbx2,!1)};mxGraphLayout[_0x15c7[202]][_0x15c7[1716]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[1179]][_0x15c7[1717]](mxConstants.STYLE_NOEDGESTYLE,_0xdefbx3?_0x15c7[468]:_0x15c7[500],[_0xdefbx2])};mxGraphLayout[_0x15c7[202]][_0x15c7[1718]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[1179]][_0x15c7[1717]](mxConstants.STYLE_ORTHOGONAL,_0xdefbx3?_0x15c7[500]:_0x15c7[468],[_0xdefbx2])};mxGraphLayout[_0x15c7[202]][_0x15c7[1719]]=function(_0xdefbx2){var _0xdefbx3= new mxPoint;if(null!=_0xdefbx2&&_0xdefbx2!=this[_0x15c7[1101]]){var _0xdefbx4=this[_0x15c7[1179]][_0x15c7[502]]();if(_0xdefbx4[_0x15c7[1720]](this[_0x15c7[1101]],_0xdefbx2)){for(var _0xdefbx5=_0xdefbx4[_0x15c7[1721]](_0xdefbx2);_0xdefbx2!=this[_0x15c7[1101]];){_0xdefbx3[_0x15c7[235]]+=_0xdefbx5[_0x15c7[235]],_0xdefbx3[_0x15c7[236]]+=_0xdefbx5[_0x15c7[236]],_0xdefbx2=_0xdefbx4[_0x15c7[1197]](_0xdefbx2),_0xdefbx5=_0xdefbx4[_0x15c7[1721]](_0xdefbx2)}}};return _0xdefbx3};mxGraphLayout[_0x15c7[202]][_0x15c7[1722]]=function(_0xdefbx2,_0xdefbx3){if(null!=_0xdefbx2){var _0xdefbx4=this[_0x15c7[1179]][_0x15c7[251]],_0xdefbx5=_0xdefbx4[_0x15c7[1721]](_0xdefbx2);null==_0xdefbx5?(_0xdefbx5= new mxGeometry,_0xdefbx5[_0x15c7[1723]](!0)):_0xdefbx5=_0xdefbx5[_0x15c7[238]]();if(null!=this[_0x15c7[1101]]&&null!=_0xdefbx3){for(var _0xdefbx9=_0xdefbx4[_0x15c7[1197]](_0xdefbx2),_0xdefbx9=this[_0x15c7[1719]](_0xdefbx9),_0xdefbxa=0;_0xdefbxa<_0xdefbx3[_0x15c7[67]];_0xdefbxa++){_0xdefbx3[_0xdefbxa][_0x15c7[235]]-=_0xdefbx9[_0x15c7[235]],_0xdefbx3[_0xdefbxa][_0x15c7[236]]-=_0xdefbx9[_0x15c7[236]]}};_0xdefbx5[_0x15c7[1525]]=_0xdefbx3;_0xdefbx4[_0x15c7[1724]](_0xdefbx2,_0xdefbx5)}};mxGraphLayout[_0x15c7[202]][_0x15c7[1725]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=this[_0x15c7[1179]][_0x15c7[502]](),_0xdefbx9=_0xdefbx5[_0x15c7[1721]](_0xdefbx2),_0xdefbxa=null;if(null!=_0xdefbx9){_0xdefbxa= new mxRectangle(_0xdefbx3,_0xdefbx4,_0xdefbx9[_0x15c7[117]],_0xdefbx9[_0x15c7[119]]);if(this[_0x15c7[1701]]){var _0xdefbx12=this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[248]](_0xdefbx2);if(null!=_0xdefbx12&&null!=_0xdefbx12[_0x15c7[963]]&&null!=_0xdefbx12[_0x15c7[963]][_0x15c7[1563]]){var _0xdefbx13=this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[255]],_0xdefbx14=_0xdefbx12[_0x15c7[963]][_0x15c7[1563]];_0xdefbx12[_0x15c7[963]][_0x15c7[1563]][_0x15c7[235]]<_0xdefbx12[_0x15c7[235]]&&(_0xdefbx3+=(_0xdefbx12[_0x15c7[235]]-_0xdefbx14[_0x15c7[235]])/_0xdefbx13,_0xdefbxa[_0x15c7[117]]=_0xdefbx14[_0x15c7[117]]);_0xdefbx12[_0x15c7[963]][_0x15c7[1563]][_0x15c7[236]]<_0xdefbx12[_0x15c7[236]]&&(_0xdefbx4+=(_0xdefbx12[_0x15c7[236]]-_0xdefbx14[_0x15c7[236]])/_0xdefbx13,_0xdefbxa[_0x15c7[119]]=_0xdefbx14[_0x15c7[119]])}};null!=this[_0x15c7[1101]]&&(_0xdefbx12=_0xdefbx5[_0x15c7[1197]](_0xdefbx2),null!=_0xdefbx12&&_0xdefbx12!=this[_0x15c7[1101]]&&(_0xdefbx12=this[_0x15c7[1719]](_0xdefbx12),_0xdefbx3-=_0xdefbx12[_0x15c7[235]],_0xdefbx4-=_0xdefbx12[_0x15c7[236]]));if(_0xdefbx9[_0x15c7[235]]!=_0xdefbx3||_0xdefbx9[_0x15c7[236]]!=_0xdefbx4){_0xdefbx9=_0xdefbx9[_0x15c7[238]](),_0xdefbx9[_0x15c7[235]]=_0xdefbx3,_0xdefbx9[_0x15c7[236]]=_0xdefbx4,_0xdefbx5[_0x15c7[1724]](_0xdefbx2,_0xdefbx9)}};return _0xdefbxa};mxGraphLayout[_0x15c7[202]][_0x15c7[1726]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[1721]](_0xdefbx2);if(this[_0x15c7[1701]]){var _0xdefbx4=this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[248]](_0xdefbx2);if(null!=_0xdefbx4&&null!=_0xdefbx4[_0x15c7[963]]&&null!=_0xdefbx4[_0x15c7[963]][_0x15c7[1563]]){var _0xdefbx5=this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[255]],_0xdefbx9=_0xdefbx4[_0x15c7[963]][_0x15c7[1563]],_0xdefbxa=Math[_0x15c7[160]](_0xdefbx4[_0x15c7[235]]-_0xdefbx9[_0x15c7[235]],0)/_0xdefbx5,_0xdefbx12=Math[_0x15c7[160]](_0xdefbx4[_0x15c7[236]]-_0xdefbx9[_0x15c7[236]],0)/_0xdefbx5,_0xdefbx13=Math[_0x15c7[160]](_0xdefbx9[_0x15c7[235]]+_0xdefbx9[_0x15c7[117]]-(_0xdefbx4[_0x15c7[235]]+_0xdefbx4[_0x15c7[117]]),0)/_0xdefbx5,_0xdefbx4=Math[_0x15c7[160]](_0xdefbx9[_0x15c7[236]]+_0xdefbx9[_0x15c7[119]]-(_0xdefbx4[_0x15c7[236]]+_0xdefbx4[_0x15c7[119]]),0)/_0xdefbx5,_0xdefbx3= new mxRectangle(_0xdefbx3[_0x15c7[235]]-_0xdefbxa,_0xdefbx3[_0x15c7[236]]-_0xdefbx12,_0xdefbx3[_0x15c7[117]]+_0xdefbxa+_0xdefbx13,_0xdefbx3[_0x15c7[119]]+_0xdefbx12+_0xdefbx4)}};null!=this[_0x15c7[1101]]&&(_0xdefbx2=this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[1197]](_0xdefbx2),_0xdefbx3=_0xdefbx3[_0x15c7[238]](),null!=_0xdefbx2&&_0xdefbx2!=this[_0x15c7[1101]]&&(_0xdefbx2=this[_0x15c7[1719]](_0xdefbx2),_0xdefbx3[_0x15c7[235]]+=_0xdefbx2[_0x15c7[235]],_0xdefbx3[_0x15c7[236]]+=_0xdefbx2[_0x15c7[236]]));return new mxRectangle(_0xdefbx3[_0x15c7[235]],_0xdefbx3[_0x15c7[236]],_0xdefbx3[_0x15c7[117]],_0xdefbx3[_0x15c7[119]])};mxGraphLayout[_0x15c7[202]][_0x15c7[1727]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[473]]();try{for(var _0xdefbx4=_0xdefbx2[_0x15c7[67]]-1;0<=_0xdefbx4;_0xdefbx4--){var _0xdefbx5=_0xdefbx2[_0xdefbx4],_0xdefbx9=this[_0x15c7[1179]][_0x15c7[1728]](_0xdefbx5),_0xdefbxa=this[_0x15c7[1179]][_0x15c7[1729]](_0xdefbx9),_0xdefbx12=this[_0x15c7[1179]][_0x15c7[1198]](_0xdefbx5),_0xdefbx13=0,_0xdefbx14=0;if(this[_0x15c7[1179]][_0x15c7[1730]](_0xdefbx5)){var _0xdefbx15=this[_0x15c7[1179]][_0x15c7[1731]](_0xdefbx5),_0xdefbx13=_0xdefbx15[_0x15c7[117]],_0xdefbx14=_0xdefbx15[_0x15c7[119]]};null!=_0xdefbxa&&null!=_0xdefbx12&&(_0xdefbx12=_0xdefbx12[_0x15c7[238]](),_0xdefbx12[_0x15c7[235]]=_0xdefbx12[_0x15c7[235]]+_0xdefbxa[_0x15c7[235]]-_0xdefbx3-_0xdefbx13,_0xdefbx12[_0x15c7[236]]=_0xdefbx12[_0x15c7[236]]+_0xdefbxa[_0x15c7[236]]-_0xdefbx3-_0xdefbx14,_0xdefbx12[_0x15c7[117]]=_0xdefbxa[_0x15c7[117]]+2*_0xdefbx3+_0xdefbx13,_0xdefbx12[_0x15c7[119]]=_0xdefbxa[_0x15c7[119]]+2*_0xdefbx3+_0xdefbx14,this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[1724]](_0xdefbx5,_0xdefbx12),this[_0x15c7[1179]][_0x15c7[834]](_0xdefbx9,_0xdefbx3+_0xdefbx13-_0xdefbxa[_0x15c7[235]],_0xdefbx3+_0xdefbx14-_0xdefbxa[_0x15c7[236]]))}}finally{this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[476]]()}};function mxStackLayout(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){mxGraphLayout[_0x15c7[239]](this,_0xdefbx2);this[_0x15c7[662]]=null!=_0xdefbx3?_0xdefbx3:!0;this[_0x15c7[657]]=null!=_0xdefbx4?_0xdefbx4:0;this[_0x15c7[1732]]=null!=_0xdefbx5?_0xdefbx5:0;this[_0x15c7[1733]]=null!=_0xdefbx9?_0xdefbx9:0;this[_0x15c7[467]]=null!=_0xdefbxa?_0xdefbxa:0}mxStackLayout[_0x15c7[202]]= new mxGraphLayout;mxStackLayout[_0x15c7[202]][_0x15c7[196]]=mxStackLayout;mxStackLayout[_0x15c7[202]][_0x15c7[662]]=null;mxStackLayout[_0x15c7[202]][_0x15c7[657]]=null;mxStackLayout[_0x15c7[202]][_0x15c7[1732]]=null;mxStackLayout[_0x15c7[202]][_0x15c7[1733]]=null;mxStackLayout[_0x15c7[202]][_0x15c7[467]]=0;mxStackLayout[_0x15c7[202]][_0x15c7[1734]]= !1;mxStackLayout[_0x15c7[202]][_0x15c7[1334]]= !1;mxStackLayout[_0x15c7[202]][_0x15c7[1735]]= !1;mxStackLayout[_0x15c7[202]][_0x15c7[1736]]= !1;mxStackLayout[_0x15c7[202]][_0x15c7[1333]]=null;mxStackLayout[_0x15c7[202]][_0x15c7[1737]]=function(){return this[_0x15c7[662]]};mxStackLayout[_0x15c7[202]][_0x15c7[1702]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=this[_0x15c7[1179]][_0x15c7[502]](),_0xdefbx9=_0xdefbx5[_0x15c7[1197]](_0xdefbx2),_0xdefbxa=this[_0x15c7[1737]]();if(null!=_0xdefbx2&&null!=_0xdefbx9){var _0xdefbx12=0,_0xdefbx13=0,_0xdefbx14=_0xdefbx5[_0x15c7[262]](_0xdefbx9);_0xdefbx3=_0xdefbxa?_0xdefbx3:_0xdefbx4;_0xdefbx12=this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[248]](_0xdefbx9);null!=_0xdefbx12&&(_0xdefbx3-=_0xdefbxa?_0xdefbx12[_0x15c7[235]]:_0xdefbx12[_0x15c7[236]]);for(_0xdefbx12=0;_0xdefbx12<_0xdefbx14;_0xdefbx12++){if(_0xdefbx4=_0xdefbx5[_0x15c7[263]](_0xdefbx9,_0xdefbx12),_0xdefbx4!=_0xdefbx2&&(_0xdefbx4=_0xdefbx5[_0x15c7[1721]](_0xdefbx4),null!=_0xdefbx4)){_0xdefbx4=_0xdefbxa?_0xdefbx4[_0x15c7[235]]+_0xdefbx4[_0x15c7[117]]/2:_0xdefbx4[_0x15c7[236]]+_0xdefbx4[_0x15c7[119]]/2;if(_0xdefbx13<_0xdefbx3&&_0xdefbx4>_0xdefbx3){break};_0xdefbx13=_0xdefbx4}};_0xdefbxa=_0xdefbx9[_0x15c7[1738]](_0xdefbx2);_0xdefbxa=Math[_0x15c7[160]](0,_0xdefbx12-(_0xdefbx12>_0xdefbxa?1:0));_0xdefbx5[_0x15c7[99]](_0xdefbx9,_0xdefbx2,_0xdefbxa)}};mxStackLayout[_0x15c7[202]][_0x15c7[1739]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[1179]][_0x15c7[502]](),_0xdefbx4=_0xdefbx3[_0x15c7[1721]](_0xdefbx2);if(null!=this[_0x15c7[1179]][_0x15c7[526]]&&(null==_0xdefbx4&&_0xdefbx3[_0x15c7[1740]](_0xdefbx2)||_0xdefbx2==this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[1741]])){_0xdefbx4= new mxRectangle(0,0,this[_0x15c7[1179]][_0x15c7[526]][_0x15c7[359]]-1,this[_0x15c7[1179]][_0x15c7[526]][_0x15c7[167]]-1)};return _0xdefbx4};mxStackLayout[_0x15c7[202]][_0x15c7[350]]=function(_0xdefbx2){if(null!=_0xdefbx2){var _0xdefbx3=this[_0x15c7[1737]](),_0xdefbx4=this[_0x15c7[1179]][_0x15c7[502]](),_0xdefbx5=this[_0x15c7[1739]](_0xdefbx2),_0xdefbx9=0;null!=_0xdefbx5&&(_0xdefbx9=_0xdefbx3?_0xdefbx5[_0x15c7[119]]:_0xdefbx5[_0x15c7[117]]);var _0xdefbx9=_0xdefbx9-(2*this[_0x15c7[657]]+2*this[_0x15c7[467]]),_0xdefbxa=this[_0x15c7[1732]]+this[_0x15c7[467]],_0xdefbx12=this[_0x15c7[1733]]+this[_0x15c7[467]];if(this[_0x15c7[1179]][_0x15c7[1730]](_0xdefbx2)){var _0xdefbx13=this[_0x15c7[1179]][_0x15c7[1705]](_0xdefbx2),_0xdefbx14=mxUtils[_0x15c7[433]](_0xdefbx13,mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE),_0xdefbx13=mxUtils[_0x15c7[433]](_0xdefbx13,mxConstants.STYLE_HORIZONTAL,!0);_0xdefbx3==_0xdefbx13&&(_0xdefbx9-=_0xdefbx14);_0xdefbx3?_0xdefbx12+=_0xdefbx14:_0xdefbxa+=_0xdefbx14};_0xdefbx4[_0x15c7[473]]();try{for(var _0xdefbx14=0,_0xdefbx13=null,_0xdefbx15=_0xdefbx4[_0x15c7[262]](_0xdefbx2),_0xdefbx16=0;_0xdefbx16<_0xdefbx15;_0xdefbx16++){var _0xdefbx17=_0xdefbx4[_0x15c7[263]](_0xdefbx2,_0xdefbx16);if(!this[_0x15c7[1713]](_0xdefbx17)&&this[_0x15c7[1711]](_0xdefbx17)){var _0xdefbx18=_0xdefbx4[_0x15c7[1721]](_0xdefbx17);if(null!=_0xdefbx18){_0xdefbx18=_0xdefbx18[_0x15c7[238]]();if(null!=this[_0x15c7[1333]]&&null!=_0xdefbx13&&(_0xdefbx3&&_0xdefbx13[_0x15c7[235]]+_0xdefbx13[_0x15c7[117]]+_0xdefbx18[_0x15c7[117]]+2*this[_0x15c7[657]]>this[_0x15c7[1333]]||!_0xdefbx3&&_0xdefbx13[_0x15c7[236]]+_0xdefbx13[_0x15c7[119]]+_0xdefbx18[_0x15c7[119]]+2*this[_0x15c7[657]]>this[_0x15c7[1333]])){_0xdefbx13=null,_0xdefbx3?_0xdefbx12+=_0xdefbx14+this[_0x15c7[657]]:_0xdefbxa+=_0xdefbx14+this[_0x15c7[657]],_0xdefbx14=0};_0xdefbx14=Math[_0x15c7[160]](_0xdefbx14,_0xdefbx3?_0xdefbx18[_0x15c7[119]]:_0xdefbx18[_0x15c7[117]]);null!=_0xdefbx13?_0xdefbx3?_0xdefbx18[_0x15c7[235]]=_0xdefbx13[_0x15c7[235]]+_0xdefbx13[_0x15c7[117]]+this[_0x15c7[657]]:_0xdefbx18[_0x15c7[236]]=_0xdefbx13[_0x15c7[236]]+_0xdefbx13[_0x15c7[119]]+this[_0x15c7[657]]:this[_0x15c7[1734]]||(_0xdefbx3?_0xdefbx18[_0x15c7[235]]=_0xdefbxa:_0xdefbx18[_0x15c7[236]]=_0xdefbx12);_0xdefbx3?_0xdefbx18[_0x15c7[236]]=_0xdefbx12:_0xdefbx18[_0x15c7[235]]=_0xdefbxa;this[_0x15c7[1334]]&&0<_0xdefbx9&&(_0xdefbx3?_0xdefbx18[_0x15c7[119]]=_0xdefbx9:_0xdefbx18[_0x15c7[117]]=_0xdefbx9);_0xdefbx4[_0x15c7[1724]](_0xdefbx17,_0xdefbx18);_0xdefbx13=_0xdefbx18}}};this[_0x15c7[1735]]&&null!=_0xdefbx5&&null!=_0xdefbx13&&!this[_0x15c7[1179]][_0x15c7[1742]](_0xdefbx2)?(_0xdefbx5=_0xdefbx5[_0x15c7[238]](),_0xdefbx3?_0xdefbx5[_0x15c7[117]]=_0xdefbx13[_0x15c7[235]]+_0xdefbx13[_0x15c7[117]]+this[_0x15c7[657]]:_0xdefbx5[_0x15c7[119]]=_0xdefbx13[_0x15c7[236]]+_0xdefbx13[_0x15c7[119]]+this[_0x15c7[657]],_0xdefbx4[_0x15c7[1724]](_0xdefbx2,_0xdefbx5)):this[_0x15c7[1736]]&&(null!=_0xdefbx5&&null!=_0xdefbx13)&&(_0xdefbx3?_0xdefbx13[_0x15c7[117]]=_0xdefbx5[_0x15c7[117]]-_0xdefbx13[_0x15c7[235]]-this[_0x15c7[657]]:_0xdefbx13[_0x15c7[119]]=_0xdefbx5[_0x15c7[119]]-_0xdefbx13[_0x15c7[236]]-this[_0x15c7[657]])}finally{_0xdefbx4[_0x15c7[476]]()}}};function mxPartitionLayout(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){mxGraphLayout[_0x15c7[239]](this,_0xdefbx2);this[_0x15c7[662]]=null!=_0xdefbx3?_0xdefbx3:!0;this[_0x15c7[657]]=_0xdefbx4||0;this[_0x15c7[467]]=_0xdefbx5||0}mxPartitionLayout[_0x15c7[202]]= new mxGraphLayout;mxPartitionLayout[_0x15c7[202]][_0x15c7[196]]=mxPartitionLayout;mxPartitionLayout[_0x15c7[202]][_0x15c7[662]]=null;mxPartitionLayout[_0x15c7[202]][_0x15c7[657]]=null;mxPartitionLayout[_0x15c7[202]][_0x15c7[467]]=null;mxPartitionLayout[_0x15c7[202]][_0x15c7[1743]]= !0;mxPartitionLayout[_0x15c7[202]][_0x15c7[1737]]=function(){return this[_0x15c7[662]]};mxPartitionLayout[_0x15c7[202]][_0x15c7[1702]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx4=this[_0x15c7[1179]][_0x15c7[502]]();var _0xdefbx5=_0xdefbx4[_0x15c7[1197]](_0xdefbx2);if(null!=_0xdefbx2&&null!=_0xdefbx5){for(var _0xdefbx9=0,_0xdefbxa=0,_0xdefbx12=_0xdefbx4[_0x15c7[262]](_0xdefbx5),_0xdefbx9=0;_0xdefbx9<_0xdefbx12;_0xdefbx9++){var _0xdefbx13=_0xdefbx4[_0x15c7[263]](_0xdefbx5,_0xdefbx9),_0xdefbx13=this[_0x15c7[1726]](_0xdefbx13);if(null!=_0xdefbx13){_0xdefbx13=_0xdefbx13[_0x15c7[235]]+_0xdefbx13[_0x15c7[117]]/2;if(_0xdefbxa<_0xdefbx3&&_0xdefbx13>_0xdefbx3){break};_0xdefbxa=_0xdefbx13}};_0xdefbx3=_0xdefbx5[_0x15c7[1738]](_0xdefbx2);_0xdefbx3=Math[_0x15c7[160]](0,_0xdefbx9-(_0xdefbx9>_0xdefbx3?1:0));_0xdefbx4[_0x15c7[99]](_0xdefbx5,_0xdefbx2,_0xdefbx3)}};mxPartitionLayout[_0x15c7[202]][_0x15c7[350]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[1737]](),_0xdefbx4=this[_0x15c7[1179]][_0x15c7[502]](),_0xdefbx5=_0xdefbx4[_0x15c7[1721]](_0xdefbx2);if(null!=this[_0x15c7[1179]][_0x15c7[526]]&&(null==_0xdefbx5&&_0xdefbx4[_0x15c7[1740]](_0xdefbx2)||_0xdefbx2==this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[1741]])){_0xdefbx5= new mxRectangle(0,0,this[_0x15c7[1179]][_0x15c7[526]][_0x15c7[359]]-1,this[_0x15c7[1179]][_0x15c7[526]][_0x15c7[167]]-1)};if(null!=_0xdefbx5){for(var _0xdefbx9=[],_0xdefbxa=_0xdefbx4[_0x15c7[262]](_0xdefbx2),_0xdefbx12=0;_0xdefbx12<_0xdefbxa;_0xdefbx12++){var _0xdefbx13=_0xdefbx4[_0x15c7[263]](_0xdefbx2,_0xdefbx12);!this[_0x15c7[1713]](_0xdefbx13)&&this[_0x15c7[1711]](_0xdefbx13)&&_0xdefbx9[_0x15c7[207]](_0xdefbx13)};_0xdefbxa=_0xdefbx9[_0x15c7[67]];if(0<_0xdefbxa){var _0xdefbx14=this[_0x15c7[467]],_0xdefbx15=this[_0x15c7[467]],_0xdefbx16=_0xdefbx3?_0xdefbx5[_0x15c7[119]]:_0xdefbx5[_0x15c7[117]],_0xdefbx16=_0xdefbx16-2*this[_0x15c7[467]];_0xdefbx2=this[_0x15c7[1179]][_0x15c7[1730]](_0xdefbx2)?this[_0x15c7[1179]][_0x15c7[1731]](_0xdefbx2): new mxRectangle;_0xdefbx16-=_0xdefbx3?_0xdefbx2[_0x15c7[119]]:_0xdefbx2[_0x15c7[117]];_0xdefbx14+=_0xdefbx2[_0x15c7[117]];_0xdefbx15+=_0xdefbx2[_0x15c7[119]];_0xdefbx2=this[_0x15c7[467]]+(_0xdefbxa-1)*this[_0x15c7[657]];_0xdefbx5=_0xdefbx3?(_0xdefbx5[_0x15c7[117]]-_0xdefbx14-_0xdefbx2)/_0xdefbxa:(_0xdefbx5[_0x15c7[119]]-_0xdefbx15-_0xdefbx2)/_0xdefbxa;if(0<_0xdefbx5){_0xdefbx4[_0x15c7[473]]();try{for(_0xdefbx12=0;_0xdefbx12<_0xdefbxa;_0xdefbx12++){var _0xdefbx13=_0xdefbx9[_0xdefbx12],_0xdefbx17=_0xdefbx4[_0x15c7[1721]](_0xdefbx13);null!=_0xdefbx17&&(_0xdefbx17=_0xdefbx17[_0x15c7[238]](),_0xdefbx17[_0x15c7[235]]=_0xdefbx14,_0xdefbx17[_0x15c7[236]]=_0xdefbx15,_0xdefbx3?(this[_0x15c7[1743]]&&(_0xdefbx17[_0x15c7[117]]=_0xdefbx5,_0xdefbx17[_0x15c7[119]]=_0xdefbx16),_0xdefbx14+=_0xdefbx5+this[_0x15c7[657]]):(this[_0x15c7[1743]]&&(_0xdefbx17[_0x15c7[119]]=_0xdefbx5,_0xdefbx17[_0x15c7[117]]=_0xdefbx16),_0xdefbx15+=_0xdefbx5+this[_0x15c7[657]]),_0xdefbx4[_0x15c7[1724]](_0xdefbx13,_0xdefbx17))}}finally{_0xdefbx4[_0x15c7[476]]()}}}}};function mxCompactTreeLayout(_0xdefbx2,_0xdefbx3,_0xdefbx4){mxGraphLayout[_0x15c7[239]](this,_0xdefbx2);this[_0x15c7[662]]=null!=_0xdefbx3?_0xdefbx3:!0;this[_0x15c7[1744]]=null!=_0xdefbx4?_0xdefbx4:!1}mxCompactTreeLayout[_0x15c7[202]]= new mxGraphLayout;mxCompactTreeLayout[_0x15c7[202]][_0x15c7[196]]=mxCompactTreeLayout;mxCompactTreeLayout[_0x15c7[202]][_0x15c7[662]]=null;mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1744]]=null;mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1735]]= !0;mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1745]]=10;mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1746]]=null;mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1747]]= !1;mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1748]]=10;mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1749]]=20;mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1750]]= !0;mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1751]]=5;mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1752]]=4;mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1753]]=8;mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1754]]=4;mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1755]]= !0;mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1713]]=function(_0xdefbx2){return mxGraphLayout[_0x15c7[202]][_0x15c7[1713]][_0x15c7[183]](this,arguments)||0==this[_0x15c7[1179]][_0x15c7[1756]](_0xdefbx2)[_0x15c7[67]]};mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1737]]=function(){return this[_0x15c7[662]]};mxCompactTreeLayout[_0x15c7[202]][_0x15c7[350]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[1101]]=_0xdefbx2;var _0xdefbx4=this[_0x15c7[1179]][_0x15c7[502]]();if(null==_0xdefbx3){if(0<this[_0x15c7[1179]][_0x15c7[264]](_0xdefbx2,_0xdefbx4[_0x15c7[1197]](_0xdefbx2),this[_0x15c7[1744]],!this[_0x15c7[1744]],!1)[_0x15c7[67]]){_0xdefbx3=_0xdefbx2}else {var _0xdefbx5=this[_0x15c7[1179]][_0x15c7[1757]](_0xdefbx2,!0,this[_0x15c7[1744]]);if(0<_0xdefbx5[_0x15c7[67]]){for(var _0xdefbx9=0;_0xdefbx9<_0xdefbx5[_0x15c7[67]];_0xdefbx9++){if(!this[_0x15c7[1713]](_0xdefbx5[_0xdefbx9])&&0<this[_0x15c7[1179]][_0x15c7[264]](_0xdefbx5[_0xdefbx9],null,this[_0x15c7[1744]],!this[_0x15c7[1744]],!1)[_0x15c7[67]]){_0xdefbx3=_0xdefbx5[_0xdefbx9];break}}}}};if(null!=_0xdefbx3){this[_0x15c7[1746]]=this[_0x15c7[1735]]?{}:null;_0xdefbx4[_0x15c7[473]]();try{var _0xdefbxa=this[_0x15c7[1758]](_0xdefbx3,_0xdefbx2);if(null!=_0xdefbxa){this[_0x15c7[1759]](_0xdefbxa);var _0xdefbx12=this[_0x15c7[1179]][_0x15c7[1020]],_0xdefbx5=_0xdefbx12;if(!this[_0x15c7[1747]]){var _0xdefbx13=this[_0x15c7[1726]](_0xdefbx3);null!=_0xdefbx13&&(_0xdefbx12=_0xdefbx13[_0x15c7[235]],_0xdefbx5=_0xdefbx13[_0x15c7[236]])};_0xdefbx13=null;_0xdefbx13=this[_0x15c7[1737]]()?this[_0x15c7[1760]](_0xdefbxa,_0xdefbx12,_0xdefbx5):this[_0x15c7[1761]](_0xdefbxa,null,_0xdefbx12,_0xdefbx5);if(null!=_0xdefbx13){var _0xdefbx14=_0xdefbx9=0;0>_0xdefbx13[_0x15c7[235]]&&(_0xdefbx9=Math[_0x15c7[425]](_0xdefbx12-_0xdefbx13[_0x15c7[235]]));0>_0xdefbx13[_0x15c7[236]]&&(_0xdefbx14=Math[_0x15c7[425]](_0xdefbx5-_0xdefbx13[_0x15c7[236]]));(0!=_0xdefbx9||0!=_0xdefbx14)&&this[_0x15c7[1762]](_0xdefbxa,_0xdefbx9,_0xdefbx14);this[_0x15c7[1735]]&&this[_0x15c7[1763]]();this[_0x15c7[1755]]&&this[_0x15c7[1764]](_0xdefbxa)}}}finally{_0xdefbx4[_0x15c7[476]]()}}};mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1762]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx2[_0x15c7[235]]+=_0xdefbx3;_0xdefbx2[_0x15c7[236]]+=_0xdefbx4;this[_0x15c7[183]](_0xdefbx2);for(_0xdefbx2=_0xdefbx2[_0x15c7[247]];null!=_0xdefbx2;){this[_0x15c7[1762]](_0xdefbx2,_0xdefbx3,_0xdefbx4),_0xdefbx2=_0xdefbx2[_0x15c7[1765]]}};mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1758]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx4=null!=_0xdefbx4?_0xdefbx4:[];var _0xdefbx5=mxCellPath[_0x15c7[385]](_0xdefbx2),_0xdefbx9=null;if(null!=_0xdefbx2&&null==_0xdefbx4[_0xdefbx5]&&!this[_0x15c7[1713]](_0xdefbx2)){_0xdefbx4[_0xdefbx5]=_0xdefbx2;var _0xdefbx9=this[_0x15c7[1766]](_0xdefbx2),_0xdefbx5=this[_0x15c7[1179]][_0x15c7[502]](),_0xdefbxa=null;_0xdefbx2=this[_0x15c7[1179]][_0x15c7[264]](_0xdefbx2,_0xdefbx3,this[_0x15c7[1744]],!this[_0x15c7[1744]],!1,!0);for(var _0xdefbx12=this[_0x15c7[1179]][_0x15c7[249]](),_0xdefbx13=0;_0xdefbx13<_0xdefbx2[_0x15c7[67]];_0xdefbx13++){var _0xdefbx14=_0xdefbx2[_0xdefbx13];if(!this[_0x15c7[1715]](_0xdefbx14)){this[_0x15c7[1750]]&&this[_0x15c7[1722]](_0xdefbx14,null);this[_0x15c7[1755]]&&(this[_0x15c7[1716]](_0xdefbx14,!1),this[_0x15c7[1722]](_0xdefbx14,null));var _0xdefbx15=_0xdefbx12[_0x15c7[248]](_0xdefbx14),_0xdefbx14=null!=_0xdefbx15?_0xdefbx15[_0x15c7[1710]](this[_0x15c7[1744]]):_0xdefbx12[_0x15c7[1710]](_0xdefbx14,this[_0x15c7[1744]]),_0xdefbx15=this[_0x15c7[1758]](_0xdefbx14,_0xdefbx3,_0xdefbx4);null!=_0xdefbx15&&null!=_0xdefbx5[_0x15c7[1721]](_0xdefbx14)&&(null==_0xdefbxa?_0xdefbx9[_0x15c7[247]]=_0xdefbx15:_0xdefbxa[_0x15c7[1765]]=_0xdefbx15,_0xdefbxa=_0xdefbx15)}}};return _0xdefbx9};mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1759]]=function(_0xdefbx2){if(null!=_0xdefbx2){for(var _0xdefbx3=_0xdefbx2[_0x15c7[247]];null!=_0xdefbx3;){this[_0x15c7[1759]](_0xdefbx3),_0xdefbx3=_0xdefbx3[_0x15c7[1765]]};null!=_0xdefbx2[_0x15c7[247]]?this[_0x15c7[1767]](_0xdefbx2,this[_0x15c7[234]](_0xdefbx2)):this[_0x15c7[1768]](_0xdefbx2)}};mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1760]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx2[_0x15c7[235]]+=_0xdefbx3+_0xdefbx2[_0x15c7[1769]];_0xdefbx2[_0x15c7[236]]+=_0xdefbx4+_0xdefbx2[_0x15c7[1770]];_0xdefbx5=this[_0x15c7[183]](_0xdefbx2,_0xdefbx5);_0xdefbx3=_0xdefbx2[_0x15c7[247]];if(null!=_0xdefbx3){_0xdefbx5=this[_0x15c7[1760]](_0xdefbx3,_0xdefbx2[_0x15c7[235]],_0xdefbx2[_0x15c7[236]],_0xdefbx5);_0xdefbx4=_0xdefbx2[_0x15c7[236]]+_0xdefbx3[_0x15c7[1770]];for(var _0xdefbx9=_0xdefbx3[_0x15c7[1765]];null!=_0xdefbx9;){_0xdefbx5=this[_0x15c7[1760]](_0xdefbx9,_0xdefbx2[_0x15c7[235]]+_0xdefbx3[_0x15c7[1769]],_0xdefbx4,_0xdefbx5),_0xdefbx4+=_0xdefbx9[_0x15c7[1770]],_0xdefbx9=_0xdefbx9[_0x15c7[1765]]}};return _0xdefbx5};mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1761]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx2[_0x15c7[235]]+=_0xdefbx4+_0xdefbx2[_0x15c7[1770]];_0xdefbx2[_0x15c7[236]]+=_0xdefbx5+_0xdefbx2[_0x15c7[1769]];_0xdefbx9=this[_0x15c7[183]](_0xdefbx2,_0xdefbx9);_0xdefbx3=_0xdefbx2[_0x15c7[247]];if(null!=_0xdefbx3){_0xdefbx9=this[_0x15c7[1761]](_0xdefbx3,_0xdefbx2,_0xdefbx2[_0x15c7[235]],_0xdefbx2[_0x15c7[236]],_0xdefbx9);_0xdefbx4=_0xdefbx2[_0x15c7[235]]+_0xdefbx3[_0x15c7[1770]];for(_0xdefbx5=_0xdefbx3[_0x15c7[1765]];null!=_0xdefbx5;){_0xdefbx9=this[_0x15c7[1761]](_0xdefbx5,_0xdefbx2,_0xdefbx4,_0xdefbx2[_0x15c7[236]]+_0xdefbx3[_0x15c7[1769]],_0xdefbx9),_0xdefbx4+=_0xdefbx5[_0x15c7[1770]],_0xdefbx5=_0xdefbx5[_0x15c7[1765]]}};return _0xdefbx9};mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1767]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[1749]]+this[_0x15c7[1748]],_0xdefbx5=(_0xdefbx3-_0xdefbx2[_0x15c7[117]])/2-this[_0x15c7[1749]],_0xdefbx9=_0xdefbx5+_0xdefbx2[_0x15c7[117]]+2*this[_0x15c7[1749]]-_0xdefbx3;_0xdefbx2[_0x15c7[247]][_0x15c7[1769]]=_0xdefbx4+_0xdefbx2[_0x15c7[119]];_0xdefbx2[_0x15c7[247]][_0x15c7[1770]]=_0xdefbx9;_0xdefbx2[_0x15c7[1772]][_0x15c7[1771]]=this[_0x15c7[1773]](_0xdefbx2[_0x15c7[119]],0,this[_0x15c7[1773]](_0xdefbx4,_0xdefbx9,_0xdefbx2[_0x15c7[1772]][_0x15c7[1771]]));_0xdefbx2[_0x15c7[1772]][_0x15c7[1774]]=this[_0x15c7[1773]](_0xdefbx2[_0x15c7[119]],0,this[_0x15c7[1773]](_0xdefbx4,_0xdefbx5,_0xdefbx2[_0x15c7[1772]][_0x15c7[1774]]))};mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1768]]=function(_0xdefbx2){var _0xdefbx3=2*this[_0x15c7[1749]];_0xdefbx2[_0x15c7[1772]][_0x15c7[1775]]=this[_0x15c7[1773]](_0xdefbx2[_0x15c7[119]]+_0xdefbx3,0);_0xdefbx2[_0x15c7[1772]][_0x15c7[1771]]=_0xdefbx2[_0x15c7[1772]][_0x15c7[1775]];_0xdefbx2[_0x15c7[1772]][_0x15c7[1776]]=this[_0x15c7[1773]](0,-_0xdefbx2[_0x15c7[117]]-_0xdefbx3);_0xdefbx2[_0x15c7[1772]][_0x15c7[1774]]=this[_0x15c7[1773]](_0xdefbx2[_0x15c7[119]]+_0xdefbx3,0,_0xdefbx2[_0x15c7[1772]][_0x15c7[1776]])};mxCompactTreeLayout[_0x15c7[202]][_0x15c7[234]]=function(_0xdefbx2){var _0xdefbx3=2*this[_0x15c7[1749]],_0xdefbx4=_0xdefbx2[_0x15c7[247]];_0xdefbx2[_0x15c7[1772]]=_0xdefbx4[_0x15c7[1772]];for(var _0xdefbx5=_0xdefbx4[_0x15c7[117]]+_0xdefbx3,_0xdefbx9=_0xdefbx5,_0xdefbx4=_0xdefbx4[_0x15c7[1765]];null!=_0xdefbx4;){var _0xdefbxa=this[_0x15c7[1777]](_0xdefbx2[_0x15c7[1772]],_0xdefbx4[_0x15c7[1772]]);_0xdefbx4[_0x15c7[1770]]=_0xdefbxa+_0xdefbx5;_0xdefbx4[_0x15c7[1769]]=0;_0xdefbx5=_0xdefbx4[_0x15c7[117]]+_0xdefbx3;_0xdefbx9+=_0xdefbxa+_0xdefbx5;_0xdefbx4=_0xdefbx4[_0x15c7[1765]]};return _0xdefbx9};mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1777]]=function(_0xdefbx2,_0xdefbx3){for(var _0xdefbx4=0,_0xdefbx5=0,_0xdefbx9=0,_0xdefbxa=_0xdefbx2[_0x15c7[1774]],_0xdefbx12=_0xdefbx3[_0x15c7[1771]];null!=_0xdefbx12&&null!=_0xdefbxa;){var _0xdefbx13=this[_0x15c7[1368]](_0xdefbx4,_0xdefbx5,_0xdefbx12[_0x15c7[1126]],_0xdefbx12[_0x15c7[1125]],_0xdefbxa[_0x15c7[1126]],_0xdefbxa[_0x15c7[1125]]),_0xdefbx5=_0xdefbx5+_0xdefbx13,_0xdefbx9=_0xdefbx9+_0xdefbx13;_0xdefbx4+_0xdefbx12[_0x15c7[1126]]<=_0xdefbxa[_0x15c7[1126]]?(_0xdefbx4+=_0xdefbx12[_0x15c7[1126]],_0xdefbx5+=_0xdefbx12[_0x15c7[1125]],_0xdefbx12=_0xdefbx12[_0x15c7[1765]]):(_0xdefbx4-=_0xdefbxa[_0x15c7[1126]],_0xdefbx5-=_0xdefbxa[_0x15c7[1125]],_0xdefbxa=_0xdefbxa[_0x15c7[1765]])};null!=_0xdefbx12?(_0xdefbx4=this[_0x15c7[1778]](_0xdefbx2[_0x15c7[1775]],0,0,_0xdefbx12,_0xdefbx4,_0xdefbx5),_0xdefbx2[_0x15c7[1775]]=null!=_0xdefbx4[_0x15c7[1765]]?_0xdefbx3[_0x15c7[1775]]:_0xdefbx4,_0xdefbx2[_0x15c7[1776]]=_0xdefbx3[_0x15c7[1776]]):(_0xdefbx4=this[_0x15c7[1778]](_0xdefbx3[_0x15c7[1776]],_0xdefbx4,_0xdefbx5,_0xdefbxa,0,0),null==_0xdefbx4[_0x15c7[1765]]&&(_0xdefbx2[_0x15c7[1776]]=_0xdefbx4));_0xdefbx2[_0x15c7[1774]]=_0xdefbx3[_0x15c7[1774]];return _0xdefbx9};mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1368]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){var _0xdefbx12=0;if(_0xdefbx9<=_0xdefbx2||0>=_0xdefbx2+_0xdefbx4){return 0};_0xdefbx12=0<_0xdefbx9*_0xdefbx5-_0xdefbx4*_0xdefbxa?0>_0xdefbx2?_0xdefbx2*_0xdefbx5/_0xdefbx4-_0xdefbx3:0<_0xdefbx2?_0xdefbx2*_0xdefbxa/_0xdefbx9-_0xdefbx3:-_0xdefbx3:_0xdefbx9<_0xdefbx2+_0xdefbx4?_0xdefbxa-(_0xdefbx3+(_0xdefbx9-_0xdefbx2)*_0xdefbx5/_0xdefbx4):_0xdefbx9>_0xdefbx2+_0xdefbx4?(_0xdefbx4+_0xdefbx2)*_0xdefbxa/_0xdefbx9-(_0xdefbx3+_0xdefbx5):_0xdefbxa-(_0xdefbx3+_0xdefbx5);return 0<_0xdefbx12?_0xdefbx12:0};mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1778]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){_0xdefbx3=_0xdefbx9+_0xdefbx5[_0x15c7[1126]]-_0xdefbx3;_0xdefbx9=_0xdefbx9=0;0==_0xdefbx5[_0x15c7[1126]]?_0xdefbx9=_0xdefbx5[_0x15c7[1125]]:(_0xdefbx9=_0xdefbx3*_0xdefbx5[_0x15c7[1125]],_0xdefbx9/=_0xdefbx5[_0x15c7[1126]]);_0xdefbx3=this[_0x15c7[1773]](_0xdefbx3,_0xdefbx9,_0xdefbx5[_0x15c7[1765]]);_0xdefbx2[_0x15c7[1765]]=this[_0x15c7[1773]](0,_0xdefbxa+_0xdefbx5[_0x15c7[1125]]-_0xdefbx9-_0xdefbx4,_0xdefbx3);return _0xdefbx3};mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1766]]=function(_0xdefbx2){var _0xdefbx3={};_0xdefbx3[_0x15c7[246]]=_0xdefbx2;_0xdefbx3[_0x15c7[235]]=0;_0xdefbx3[_0x15c7[236]]=0;_0xdefbx3[_0x15c7[117]]=0;_0xdefbx3[_0x15c7[119]]=0;_0xdefbx2=this[_0x15c7[1726]](_0xdefbx2);null!=_0xdefbx2&&(this[_0x15c7[1737]]()?(_0xdefbx3[_0x15c7[117]]=_0xdefbx2[_0x15c7[119]],_0xdefbx3[_0x15c7[119]]=_0xdefbx2[_0x15c7[117]]):(_0xdefbx3[_0x15c7[117]]=_0xdefbx2[_0x15c7[117]],_0xdefbx3[_0x15c7[119]]=_0xdefbx2[_0x15c7[119]]));_0xdefbx3[_0x15c7[1769]]=0;_0xdefbx3[_0x15c7[1770]]=0;_0xdefbx3[_0x15c7[1772]]={};return _0xdefbx3};mxCompactTreeLayout[_0x15c7[202]][_0x15c7[183]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[1179]][_0x15c7[502]](),_0xdefbx5=_0xdefbx2[_0x15c7[246]],_0xdefbx9=_0xdefbx4[_0x15c7[1721]](_0xdefbx5);null!=_0xdefbx5&&null!=_0xdefbx9&&(this[_0x15c7[1711]](_0xdefbx5)&&(_0xdefbx9=this[_0x15c7[1725]](_0xdefbx5,_0xdefbx2[_0x15c7[235]],_0xdefbx2[_0x15c7[236]]),this[_0x15c7[1735]]&&(_0xdefbx4=_0xdefbx4[_0x15c7[1197]](_0xdefbx5),_0xdefbx5=mxCellPath[_0x15c7[385]](_0xdefbx4),null==this[_0x15c7[1746]][_0xdefbx5]&&(this[_0x15c7[1746]][_0xdefbx5]=_0xdefbx4))),_0xdefbx3=null==_0xdefbx3? new mxRectangle(_0xdefbx9[_0x15c7[235]],_0xdefbx9[_0x15c7[236]],_0xdefbx9[_0x15c7[117]],_0xdefbx9[_0x15c7[119]]): new mxRectangle(Math[_0x15c7[243]](_0xdefbx3[_0x15c7[235]],_0xdefbx9[_0x15c7[235]]),Math[_0x15c7[243]](_0xdefbx3[_0x15c7[236]],_0xdefbx9[_0x15c7[236]]),Math[_0x15c7[160]](_0xdefbx3[_0x15c7[235]]+_0xdefbx3[_0x15c7[117]],_0xdefbx9[_0x15c7[235]]+_0xdefbx9[_0x15c7[117]]),Math[_0x15c7[160]](_0xdefbx3[_0x15c7[236]]+_0xdefbx3[_0x15c7[119]],_0xdefbx9[_0x15c7[236]]+_0xdefbx9[_0x15c7[119]])));return _0xdefbx3};mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1773]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5={};_0xdefbx5[_0x15c7[1126]]=_0xdefbx2;_0xdefbx5[_0x15c7[1125]]=_0xdefbx3;_0xdefbx5[_0x15c7[1765]]=_0xdefbx4;return _0xdefbx5};mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1763]]=function(){var _0xdefbx2=[],_0xdefbx3;for(_0xdefbx3 in this[_0x15c7[1746]]){_0xdefbx2[_0x15c7[207]](this[_0x15c7[1746]][_0xdefbx3])};this[_0x15c7[1727]](mxUtils[_0x15c7[1779]](_0xdefbx2,!0),this[_0x15c7[1745]])};mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1764]]=function(_0xdefbx2){this[_0x15c7[1780]](_0xdefbx2);for(_0xdefbx2=_0xdefbx2[_0x15c7[247]];null!=_0xdefbx2;){this[_0x15c7[1764]](_0xdefbx2),_0xdefbx2=_0xdefbx2[_0x15c7[1765]]}};mxCompactTreeLayout[_0x15c7[202]][_0x15c7[1780]]=function(_0xdefbx2){for(var _0xdefbx3=_0xdefbx2[_0x15c7[247]],_0xdefbx4=_0xdefbx2[_0x15c7[246]],_0xdefbx5=0,_0xdefbx9=[];null!=_0xdefbx3;){_0xdefbx5++;var _0xdefbxa=_0xdefbx3[_0x15c7[235]];this[_0x15c7[662]]&&(_0xdefbxa=_0xdefbx3[_0x15c7[236]]);_0xdefbx9[_0x15c7[207]]( new WeightedCellSorter(_0xdefbx3,_0xdefbxa));_0xdefbx3=_0xdefbx3[_0x15c7[1765]]};_0xdefbx9[_0x15c7[470]](WeightedCellSorter[_0x15c7[202]][_0x15c7[469]]);var _0xdefbxa=_0xdefbx2[_0x15c7[117]],_0xdefbx12=(_0xdefbx5+1)*this[_0x15c7[1751]];_0xdefbxa>_0xdefbx12+2*this[_0x15c7[1751]]&&(_0xdefbxa-=2*this[_0x15c7[1751]]);_0xdefbx2=_0xdefbxa/_0xdefbx5;_0xdefbx3=_0xdefbx2/2;_0xdefbxa>_0xdefbx12+2*this[_0x15c7[1751]]&&(_0xdefbx3+=this[_0x15c7[1751]]);for(var _0xdefbxa=this[_0x15c7[1753]]-this[_0x15c7[1752]],_0xdefbx12=0,_0xdefbx13=this[_0x15c7[1726]](_0xdefbx4),_0xdefbx14=0;_0xdefbx14<_0xdefbx9[_0x15c7[67]];_0xdefbx14++){for(var _0xdefbx15=_0xdefbx9[_0xdefbx14][_0x15c7[246]][_0x15c7[246]],_0xdefbx16=this[_0x15c7[1726]](_0xdefbx15),_0xdefbx15=this[_0x15c7[1179]][_0x15c7[1781]](_0xdefbx4,_0xdefbx15,!1),_0xdefbx17=[],_0xdefbx18=0,_0xdefbx19=0,_0xdefbx1a=0;_0xdefbx1a<_0xdefbx15[_0x15c7[67]];_0xdefbx1a++){this[_0x15c7[662]]?(_0xdefbx18=_0xdefbx13[_0x15c7[235]]+_0xdefbx13[_0x15c7[117]],_0xdefbx19=_0xdefbx13[_0x15c7[236]]+_0xdefbx3,_0xdefbx17[_0x15c7[207]]( new mxPoint(_0xdefbx18,_0xdefbx19)),_0xdefbx18=_0xdefbx13[_0x15c7[235]]+_0xdefbx13[_0x15c7[117]]+_0xdefbxa,_0xdefbx17[_0x15c7[207]]( new mxPoint(_0xdefbx18,_0xdefbx19)),_0xdefbx19=_0xdefbx16[_0x15c7[236]]+_0xdefbx16[_0x15c7[119]]/2):(_0xdefbx18=_0xdefbx13[_0x15c7[235]]+_0xdefbx3,_0xdefbx19=_0xdefbx13[_0x15c7[236]]+_0xdefbx13[_0x15c7[119]],_0xdefbx17[_0x15c7[207]]( new mxPoint(_0xdefbx18,_0xdefbx19)),_0xdefbx19=_0xdefbx13[_0x15c7[236]]+_0xdefbx13[_0x15c7[119]]+_0xdefbxa,_0xdefbx17[_0x15c7[207]]( new mxPoint(_0xdefbx18,_0xdefbx19)),_0xdefbx18=_0xdefbx16[_0x15c7[235]]+_0xdefbx16[_0x15c7[117]]/2),_0xdefbx17[_0x15c7[207]]( new mxPoint(_0xdefbx18,_0xdefbx19)),this[_0x15c7[1722]](_0xdefbx15[_0xdefbx1a],_0xdefbx17)};_0xdefbx14<_0xdefbx5/2?_0xdefbxa+=this[_0x15c7[1752]]:_0xdefbx14>_0xdefbx5/2&&(_0xdefbxa-=this[_0x15c7[1752]]);_0xdefbx3+=_0xdefbx2;_0xdefbx12=Math[_0x15c7[160]](_0xdefbx12,_0xdefbxa)}};function WeightedCellSorter(_0xdefbx2,_0xdefbx3){this[_0x15c7[246]]=_0xdefbx2;this[_0x15c7[1782]]=_0xdefbx3}WeightedCellSorter[_0x15c7[202]][_0x15c7[1782]]=0;WeightedCellSorter[_0x15c7[202]][_0x15c7[1783]]= !1;WeightedCellSorter[_0x15c7[202]][_0x15c7[1784]]= !1;WeightedCellSorter[_0x15c7[202]][_0x15c7[1785]]=null;WeightedCellSorter[_0x15c7[202]][_0x15c7[246]]=null;WeightedCellSorter[_0x15c7[202]][_0x15c7[469]]=function(_0xdefbx2,_0xdefbx3){return null!=_0xdefbx2&&null!=_0xdefbx3?_0xdefbx3[_0x15c7[1782]]>_0xdefbx2[_0x15c7[1782]]?1:_0xdefbx3[_0x15c7[1782]]<_0xdefbx2[_0x15c7[1782]]?-1:_0xdefbx3[_0x15c7[1783]]?1:-1:0};function mxFastOrganicLayout(_0xdefbx2){mxGraphLayout[_0x15c7[239]](this,_0xdefbx2)}mxFastOrganicLayout[_0x15c7[202]]= new mxGraphLayout;mxFastOrganicLayout[_0x15c7[202]][_0x15c7[196]]=mxFastOrganicLayout;mxFastOrganicLayout[_0x15c7[202]][_0x15c7[1786]]= !0;mxFastOrganicLayout[_0x15c7[202]][_0x15c7[1750]]= !0;mxFastOrganicLayout[_0x15c7[202]][_0x15c7[1787]]= !0;mxFastOrganicLayout[_0x15c7[202]][_0x15c7[1788]]=50;mxFastOrganicLayout[_0x15c7[202]][_0x15c7[1789]]=0;mxFastOrganicLayout[_0x15c7[202]][_0x15c7[1790]]=2;mxFastOrganicLayout[_0x15c7[202]][_0x15c7[1791]]=500;mxFastOrganicLayout[_0x15c7[202]][_0x15c7[1792]]=4;mxFastOrganicLayout[_0x15c7[202]][_0x15c7[1793]]=200;mxFastOrganicLayout[_0x15c7[202]][_0x15c7[1794]]=0;mxFastOrganicLayout[_0x15c7[202]][_0x15c7[1795]]=0;mxFastOrganicLayout[_0x15c7[202]][_0x15c7[1796]]=0;mxFastOrganicLayout[_0x15c7[202]][_0x15c7[1797]]= !0;mxFastOrganicLayout[_0x15c7[202]][_0x15c7[1713]]=function(_0xdefbx2){return mxGraphLayout[_0x15c7[202]][_0x15c7[1713]][_0x15c7[183]](this,arguments)||0==this[_0x15c7[1179]][_0x15c7[1756]](_0xdefbx2)[_0x15c7[67]]};mxFastOrganicLayout[_0x15c7[202]][_0x15c7[350]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[1179]][_0x15c7[502]]();this[_0x15c7[1798]]=[];for(var _0xdefbx4=this[_0x15c7[1179]][_0x15c7[1728]](_0xdefbx2),_0xdefbx5=0;_0xdefbx5<_0xdefbx4[_0x15c7[67]];_0xdefbx5++){this[_0x15c7[1713]](_0xdefbx4[_0xdefbx5])||this[_0x15c7[1798]][_0x15c7[207]](_0xdefbx4[_0xdefbx5])};var _0xdefbx9=this[_0x15c7[1786]]?this[_0x15c7[1179]][_0x15c7[441]][_0x15c7[1799]](this[_0x15c7[1798]]):null,_0xdefbxa=this[_0x15c7[1798]][_0x15c7[67]];this[_0x15c7[1800]]=[];this[_0x15c7[1801]]=[];this[_0x15c7[1802]]=[];this[_0x15c7[1803]]=[];this[_0x15c7[1804]]=[];this[_0x15c7[1805]]=[];this[_0x15c7[1806]]=[];this[_0x15c7[1807]]=[];0.0010>this[_0x15c7[1788]]&&(this[_0x15c7[1788]]=0.0010);this[_0x15c7[1789]]=this[_0x15c7[1788]]*this[_0x15c7[1788]];for(_0xdefbx5=0;_0xdefbx5<this[_0x15c7[1798]][_0x15c7[67]];_0xdefbx5++){var _0xdefbx12=this[_0x15c7[1798]][_0xdefbx5];this[_0x15c7[1803]][_0xdefbx5]=[];var _0xdefbx13=mxCellPath[_0x15c7[385]](_0xdefbx12);this[_0x15c7[1800]][_0xdefbx13]=_0xdefbx5;var _0xdefbx14=this[_0x15c7[1726]](_0xdefbx12),_0xdefbx15=_0xdefbx14[_0x15c7[117]],_0xdefbx16=_0xdefbx14[_0x15c7[119]],_0xdefbx17=_0xdefbx14[_0x15c7[235]],_0xdefbx18=_0xdefbx14[_0x15c7[236]];this[_0x15c7[1803]][_0xdefbx5][0]=_0xdefbx17+_0xdefbx15/2;this[_0x15c7[1803]][_0xdefbx5][1]=_0xdefbx18+_0xdefbx16/2;this[_0x15c7[1806]][_0xdefbx5]=Math[_0x15c7[243]](_0xdefbx15,_0xdefbx16);this[_0x15c7[1807]][_0xdefbx5]=this[_0x15c7[1806]][_0xdefbx5]*this[_0x15c7[1806]][_0xdefbx5]};_0xdefbx3[_0x15c7[473]]();try{for(_0xdefbx5=0;_0xdefbx5<_0xdefbxa;_0xdefbx5++){this[_0x15c7[1801]][_0xdefbx5]=0;this[_0x15c7[1802]][_0xdefbx5]=0;this[_0x15c7[1804]][_0xdefbx5]=this[_0x15c7[1711]](this[_0x15c7[1798]][_0xdefbx5]);var _0xdefbx19=this[_0x15c7[1179]][_0x15c7[1756]](this[_0x15c7[1798]][_0xdefbx5],_0xdefbx2),_0xdefbx4=this[_0x15c7[1179]][_0x15c7[1808]](_0xdefbx19,this[_0x15c7[1798]][_0xdefbx5]);this[_0x15c7[1805]][_0xdefbx5]=[];for(_0xdefbx15=0;_0xdefbx15<_0xdefbx4[_0x15c7[67]];_0xdefbx15++){this[_0x15c7[1750]]&&this[_0x15c7[1179]][_0x15c7[1809]](_0xdefbx19[_0xdefbx15]);this[_0x15c7[1787]]&&this[_0x15c7[1716]](_0xdefbx19[_0xdefbx15],!1);var _0xdefbx13=mxCellPath[_0x15c7[385]](_0xdefbx4[_0xdefbx15]),_0xdefbx1a=this[_0x15c7[1800]][_0xdefbx13];this[_0x15c7[1805]][_0xdefbx5][_0xdefbx15]=null!=_0xdefbx1a?_0xdefbx1a:_0xdefbx5}};this[_0x15c7[1794]]=this[_0x15c7[1793]];0==this[_0x15c7[1795]]&&(this[_0x15c7[1795]]=20*Math[_0x15c7[428]](_0xdefbxa));for(this[_0x15c7[1796]]=0;this[_0x15c7[1796]]<this[_0x15c7[1795]];this[_0x15c7[1796]]++){if(!this[_0x15c7[1797]]){return};this[_0x15c7[1810]]();this[_0x15c7[1811]]();this[_0x15c7[1812]]();this[_0x15c7[1813]]()};_0xdefbx2=_0xdefbx4=null;for(_0xdefbx5=0;_0xdefbx5<this[_0x15c7[1798]][_0x15c7[67]];_0xdefbx5++){_0xdefbx12=this[_0x15c7[1798]][_0xdefbx5],this[_0x15c7[1711]](_0xdefbx12)&&(_0xdefbx14=this[_0x15c7[1726]](_0xdefbx12),null!=_0xdefbx14&&(this[_0x15c7[1803]][_0xdefbx5][0]-=_0xdefbx14[_0x15c7[117]]/2,this[_0x15c7[1803]][_0xdefbx5][1]-=_0xdefbx14[_0x15c7[119]]/2,_0xdefbx17=this[_0x15c7[1179]][_0x15c7[1021]](this[_0x15c7[1803]][_0xdefbx5][0]),_0xdefbx18=this[_0x15c7[1179]][_0x15c7[1021]](this[_0x15c7[1803]][_0xdefbx5][1]),this[_0x15c7[1725]](_0xdefbx12,_0xdefbx17,_0xdefbx18),_0xdefbx4=null==_0xdefbx4?_0xdefbx17:Math[_0x15c7[243]](_0xdefbx4,_0xdefbx17),_0xdefbx2=null==_0xdefbx2?_0xdefbx18:Math[_0x15c7[243]](_0xdefbx2,_0xdefbx18)))};_0xdefbx5=-(_0xdefbx4||0)+1;_0xdefbx12=-(_0xdefbx2||0)+1;null!=_0xdefbx9&&(_0xdefbx5+=_0xdefbx9[_0x15c7[235]],_0xdefbx12+=_0xdefbx9[_0x15c7[236]]);this[_0x15c7[1179]][_0x15c7[834]](this[_0x15c7[1798]],_0xdefbx5,_0xdefbx12)}finally{_0xdefbx3[_0x15c7[476]]()}};mxFastOrganicLayout[_0x15c7[202]][_0x15c7[1812]]=function(){for(var _0xdefbx2=0;_0xdefbx2<this[_0x15c7[1798]][_0x15c7[67]];_0xdefbx2++){if(this[_0x15c7[1804]][_0xdefbx2]){var _0xdefbx3=Math[_0x15c7[428]](this[_0x15c7[1801]][_0xdefbx2]*this[_0x15c7[1801]][_0xdefbx2]+this[_0x15c7[1802]][_0xdefbx2]*this[_0x15c7[1802]][_0xdefbx2]);0.0010>_0xdefbx3&&(_0xdefbx3=0.0010);var _0xdefbx4=this[_0x15c7[1801]][_0xdefbx2]/_0xdefbx3*Math[_0x15c7[243]](_0xdefbx3,this[_0x15c7[1794]]),_0xdefbx3=this[_0x15c7[1802]][_0xdefbx2]/_0xdefbx3*Math[_0x15c7[243]](_0xdefbx3,this[_0x15c7[1794]]);this[_0x15c7[1801]][_0xdefbx2]=0;this[_0x15c7[1802]][_0xdefbx2]=0;this[_0x15c7[1803]][_0xdefbx2][0]+=_0xdefbx4;this[_0x15c7[1803]][_0xdefbx2][1]+=_0xdefbx3}}};mxFastOrganicLayout[_0x15c7[202]][_0x15c7[1811]]=function(){for(var _0xdefbx2=0;_0xdefbx2<this[_0x15c7[1798]][_0x15c7[67]];_0xdefbx2++){for(var _0xdefbx3=0;_0xdefbx3<this[_0x15c7[1805]][_0xdefbx2][_0x15c7[67]];_0xdefbx3++){var _0xdefbx4=this[_0x15c7[1805]][_0xdefbx2][_0xdefbx3];if(_0xdefbx2!=_0xdefbx4&&this[_0x15c7[1804]][_0xdefbx2]&&this[_0x15c7[1804]][_0xdefbx4]){var _0xdefbx5=this[_0x15c7[1803]][_0xdefbx2][0]-this[_0x15c7[1803]][_0xdefbx4][0],_0xdefbx9=this[_0x15c7[1803]][_0xdefbx2][1]-this[_0x15c7[1803]][_0xdefbx4][1],_0xdefbxa=_0xdefbx5*_0xdefbx5+_0xdefbx9*_0xdefbx9-this[_0x15c7[1807]][_0xdefbx2]-this[_0x15c7[1807]][_0xdefbx4];_0xdefbxa<this[_0x15c7[1792]]&&(_0xdefbxa=this[_0x15c7[1792]]);var _0xdefbx12=Math[_0x15c7[428]](_0xdefbxa),_0xdefbxa=_0xdefbxa/this[_0x15c7[1788]],_0xdefbx5=_0xdefbx5/_0xdefbx12*_0xdefbxa,_0xdefbx9=_0xdefbx9/_0xdefbx12*_0xdefbxa;this[_0x15c7[1801]][_0xdefbx2]-=_0xdefbx5;this[_0x15c7[1802]][_0xdefbx2]-=_0xdefbx9;this[_0x15c7[1801]][_0xdefbx4]+=_0xdefbx5;this[_0x15c7[1802]][_0xdefbx4]+=_0xdefbx9}}}};mxFastOrganicLayout[_0x15c7[202]][_0x15c7[1810]]=function(){for(var _0xdefbx2=this[_0x15c7[1798]][_0x15c7[67]],_0xdefbx3=0;_0xdefbx3<_0xdefbx2;_0xdefbx3++){for(var _0xdefbx4=_0xdefbx3;_0xdefbx4<_0xdefbx2;_0xdefbx4++){if(!this[_0x15c7[1797]]){return};if(_0xdefbx4!=_0xdefbx3&&this[_0x15c7[1804]][_0xdefbx3]&&this[_0x15c7[1804]][_0xdefbx4]){var _0xdefbx5=this[_0x15c7[1803]][_0xdefbx3][0]-this[_0x15c7[1803]][_0xdefbx4][0],_0xdefbx9=this[_0x15c7[1803]][_0xdefbx3][1]-this[_0x15c7[1803]][_0xdefbx4][1];0==_0xdefbx5&&(_0xdefbx5=0.01+Math[_0x15c7[1814]]());0==_0xdefbx9&&(_0xdefbx9=0.01+Math[_0x15c7[1814]]());var _0xdefbxa=Math[_0x15c7[428]](_0xdefbx5*_0xdefbx5+_0xdefbx9*_0xdefbx9),_0xdefbx12=_0xdefbxa-this[_0x15c7[1806]][_0xdefbx3]-this[_0x15c7[1806]][_0xdefbx4];_0xdefbx12>this[_0x15c7[1791]]||(_0xdefbx12<this[_0x15c7[1790]]&&(_0xdefbx12=this[_0x15c7[1790]]),_0xdefbx12=this[_0x15c7[1789]]/_0xdefbx12,_0xdefbx5=_0xdefbx5/_0xdefbxa*_0xdefbx12,_0xdefbx9=_0xdefbx9/_0xdefbxa*_0xdefbx12,this[_0x15c7[1801]][_0xdefbx3]+=_0xdefbx5,this[_0x15c7[1802]][_0xdefbx3]+=_0xdefbx9,this[_0x15c7[1801]][_0xdefbx4]-=_0xdefbx5,this[_0x15c7[1802]][_0xdefbx4]-=_0xdefbx9)}}}};mxFastOrganicLayout[_0x15c7[202]][_0x15c7[1813]]=function(){this[_0x15c7[1794]]=this[_0x15c7[1793]]*(1-this[_0x15c7[1796]]/this[_0x15c7[1795]])};function mxCircleLayout(_0xdefbx2,_0xdefbx3){mxGraphLayout[_0x15c7[239]](this,_0xdefbx2);this[_0x15c7[1806]]=null!=_0xdefbx3?_0xdefbx3:100}mxCircleLayout[_0x15c7[202]]= new mxGraphLayout;mxCircleLayout[_0x15c7[202]][_0x15c7[196]]=mxCircleLayout;mxCircleLayout[_0x15c7[202]][_0x15c7[1806]]=null;mxCircleLayout[_0x15c7[202]][_0x15c7[1815]]= !1;mxCircleLayout[_0x15c7[202]][_0x15c7[1732]]=0;mxCircleLayout[_0x15c7[202]][_0x15c7[1733]]=0;mxCircleLayout[_0x15c7[202]][_0x15c7[1750]]= !0;mxCircleLayout[_0x15c7[202]][_0x15c7[1787]]= !0;mxCircleLayout[_0x15c7[202]][_0x15c7[350]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[1179]][_0x15c7[502]]();_0xdefbx3[_0x15c7[473]]();try{for(var _0xdefbx4=0,_0xdefbx5=null,_0xdefbx9=null,_0xdefbxa=[],_0xdefbx12=_0xdefbx3[_0x15c7[262]](_0xdefbx2),_0xdefbx13=0;_0xdefbx13<_0xdefbx12;_0xdefbx13++){var _0xdefbx14=_0xdefbx3[_0x15c7[263]](_0xdefbx2,_0xdefbx13);if(this[_0x15c7[1713]](_0xdefbx14)){this[_0x15c7[1715]](_0xdefbx14)||(this[_0x15c7[1750]]&&this[_0x15c7[1179]][_0x15c7[1809]](_0xdefbx14),this[_0x15c7[1787]]&&this[_0x15c7[1716]](_0xdefbx14,!1))}else {_0xdefbxa[_0x15c7[207]](_0xdefbx14);var _0xdefbx15=this[_0x15c7[1726]](_0xdefbx14),_0xdefbx5=null==_0xdefbx5?_0xdefbx15[_0x15c7[236]]:Math[_0x15c7[243]](_0xdefbx5,_0xdefbx15[_0x15c7[236]]),_0xdefbx9=null==_0xdefbx9?_0xdefbx15[_0x15c7[235]]:Math[_0x15c7[243]](_0xdefbx9,_0xdefbx15[_0x15c7[235]]),_0xdefbx4=Math[_0x15c7[160]](_0xdefbx4,Math[_0x15c7[160]](_0xdefbx15[_0x15c7[117]],_0xdefbx15[_0x15c7[119]]))}};var _0xdefbx16=this[_0x15c7[1816]](_0xdefbxa[_0x15c7[67]],_0xdefbx4);this[_0x15c7[1815]]&&(_0xdefbx9=this[_0x15c7[1732]],_0xdefbx5=this[_0x15c7[1733]]);this[_0x15c7[1817]](_0xdefbxa,_0xdefbx16,_0xdefbx9,_0xdefbx5)}finally{_0xdefbx3[_0x15c7[476]]()}};mxCircleLayout[_0x15c7[202]][_0x15c7[1816]]=function(_0xdefbx2,_0xdefbx3){return Math[_0x15c7[160]](_0xdefbx2*_0xdefbx3/Math[_0x15c7[424]],this[_0x15c7[1806]])};mxCircleLayout[_0x15c7[202]][_0x15c7[1817]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){for(var _0xdefbx9=_0xdefbx2[_0x15c7[67]],_0xdefbxa=2*Math[_0x15c7[424]]/_0xdefbx9,_0xdefbx12=0;_0xdefbx12<_0xdefbx9;_0xdefbx12++){this[_0x15c7[1711]](_0xdefbx2[_0xdefbx12])&&this[_0x15c7[1725]](_0xdefbx2[_0xdefbx12],_0xdefbx4+_0xdefbx3+_0xdefbx3*Math[_0x15c7[427]](_0xdefbx12*_0xdefbxa),_0xdefbx5+_0xdefbx3+_0xdefbx3*Math[_0x15c7[426]](_0xdefbx12*_0xdefbxa))}};function mxParallelEdgeLayout(_0xdefbx2){mxGraphLayout[_0x15c7[239]](this,_0xdefbx2)}mxParallelEdgeLayout[_0x15c7[202]]= new mxGraphLayout;mxParallelEdgeLayout[_0x15c7[202]][_0x15c7[196]]=mxParallelEdgeLayout;mxParallelEdgeLayout[_0x15c7[202]][_0x15c7[657]]=20;mxParallelEdgeLayout[_0x15c7[202]][_0x15c7[350]]=function(_0xdefbx2){_0xdefbx2=this[_0x15c7[1818]](_0xdefbx2);this[_0x15c7[1179]][_0x15c7[251]][_0x15c7[473]]();try{for(var _0xdefbx3 in _0xdefbx2){var _0xdefbx4=_0xdefbx2[_0xdefbx3];1<_0xdefbx4[_0x15c7[67]]&&this[_0x15c7[1759]](_0xdefbx4)}}finally{this[_0x15c7[1179]][_0x15c7[251]][_0x15c7[476]]()}};mxParallelEdgeLayout[_0x15c7[202]][_0x15c7[1818]]=function(_0xdefbx2){for(var _0xdefbx3=this[_0x15c7[1179]][_0x15c7[502]](),_0xdefbx4=[],_0xdefbx5=_0xdefbx3[_0x15c7[262]](_0xdefbx2),_0xdefbx9=0;_0xdefbx9<_0xdefbx5;_0xdefbx9++){var _0xdefbxa=_0xdefbx3[_0x15c7[263]](_0xdefbx2,_0xdefbx9);if(!this[_0x15c7[1715]](_0xdefbxa)){var _0xdefbx12=this[_0x15c7[1819]](_0xdefbxa);null!=_0xdefbx12&&(null==_0xdefbx4[_0xdefbx12]&&(_0xdefbx4[_0xdefbx12]=[]),_0xdefbx4[_0xdefbx12][_0x15c7[207]](_0xdefbxa))}};return _0xdefbx4};mxParallelEdgeLayout[_0x15c7[202]][_0x15c7[1819]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[1179]][_0x15c7[249]](),_0xdefbx4=_0xdefbx3[_0x15c7[248]](_0xdefbx2),_0xdefbx5=null!=_0xdefbx4?_0xdefbx4[_0x15c7[1710]](!0):_0xdefbx3[_0x15c7[1710]](_0xdefbx2,!0);_0xdefbx2=null!=_0xdefbx4?_0xdefbx4[_0x15c7[1710]](!1):_0xdefbx3[_0x15c7[1710]](_0xdefbx2,!1);return null!=_0xdefbx5&&null!=_0xdefbx2?(_0xdefbx5=mxCellPath[_0x15c7[385]](_0xdefbx5),_0xdefbx2=mxCellPath[_0x15c7[385]](_0xdefbx2),_0xdefbx5>_0xdefbx2?_0xdefbx2+_0x15c7[213]+_0xdefbx5:_0xdefbx5+_0x15c7[213]+_0xdefbx2):null};mxParallelEdgeLayout[_0x15c7[202]][_0x15c7[1759]]=function(_0xdefbx2){var _0xdefbx3=_0xdefbx2[0],_0xdefbx4=this[_0x15c7[1179]][_0x15c7[502]](),_0xdefbx5=_0xdefbx4[_0x15c7[1721]](_0xdefbx4[_0x15c7[1709]](_0xdefbx3,!0)),_0xdefbx9=_0xdefbx4[_0x15c7[1721]](_0xdefbx4[_0x15c7[1709]](_0xdefbx3,!1));if(_0xdefbx5==_0xdefbx9){for(var _0xdefbx3=_0xdefbx5[_0x15c7[235]]+_0xdefbx5[_0x15c7[117]]+this[_0x15c7[657]],_0xdefbx4=_0xdefbx5[_0x15c7[236]]+_0xdefbx5[_0x15c7[119]]/2,_0xdefbxa=0;_0xdefbxa<_0xdefbx2[_0x15c7[67]];_0xdefbxa++){this[_0x15c7[1820]](_0xdefbx2[_0xdefbxa],_0xdefbx3,_0xdefbx4),_0xdefbx3+=this[_0x15c7[657]]}}else {if(null!=_0xdefbx5&&null!=_0xdefbx9){for(var _0xdefbx3=_0xdefbx5[_0x15c7[235]]+_0xdefbx5[_0x15c7[117]]/2,_0xdefbx4=_0xdefbx5[_0x15c7[236]]+_0xdefbx5[_0x15c7[119]]/2,_0xdefbxa=_0xdefbx9[_0x15c7[235]]+_0xdefbx9[_0x15c7[117]]/2-_0xdefbx3,_0xdefbx12=_0xdefbx9[_0x15c7[236]]+_0xdefbx9[_0x15c7[119]]/2-_0xdefbx4,_0xdefbx9=Math[_0x15c7[428]](_0xdefbxa*_0xdefbxa+_0xdefbx12*_0xdefbx12),_0xdefbx5=_0xdefbx12*this[_0x15c7[657]]/_0xdefbx9,_0xdefbx9=_0xdefbxa*this[_0x15c7[657]]/_0xdefbx9,_0xdefbx3=_0xdefbx3+_0xdefbxa/2+_0xdefbx5*(_0xdefbx2[_0x15c7[67]]-1)/2,_0xdefbx4=_0xdefbx4+_0xdefbx12/2-_0xdefbx9*(_0xdefbx2[_0x15c7[67]]-1)/2,_0xdefbxa=0;_0xdefbxa<_0xdefbx2[_0x15c7[67]];_0xdefbxa++){this[_0x15c7[1820]](_0xdefbx2[_0xdefbxa],_0xdefbx3,_0xdefbx4),_0xdefbx3-=_0xdefbx5,_0xdefbx4+=_0xdefbx9}}}};mxParallelEdgeLayout[_0x15c7[202]][_0x15c7[1820]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){this[_0x15c7[1179]][_0x15c7[1712]](_0xdefbx2)&&this[_0x15c7[1722]](_0xdefbx2,[ new mxPoint(_0xdefbx3,_0xdefbx4)])};function mxCompositeLayout(_0xdefbx2,_0xdefbx3,_0xdefbx4){mxGraphLayout[_0x15c7[239]](this,_0xdefbx2);this[_0x15c7[1821]]=_0xdefbx3;this[_0x15c7[1822]]=_0xdefbx4}mxCompositeLayout[_0x15c7[202]]= new mxGraphLayout;mxCompositeLayout[_0x15c7[202]][_0x15c7[196]]=mxCompositeLayout;mxCompositeLayout[_0x15c7[202]][_0x15c7[1821]]=null;mxCompositeLayout[_0x15c7[202]][_0x15c7[1822]]=null;mxCompositeLayout[_0x15c7[202]][_0x15c7[1702]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){null!=this[_0x15c7[1822]]?this[_0x15c7[1822]][_0x15c7[582]][_0x15c7[183]](this[_0x15c7[1822]],arguments):this[_0x15c7[1821]][0][_0x15c7[582]][_0x15c7[183]](this[_0x15c7[1821]][0],arguments)};mxCompositeLayout[_0x15c7[202]][_0x15c7[350]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[1179]][_0x15c7[502]]();_0xdefbx3[_0x15c7[473]]();try{for(var _0xdefbx4=0;_0xdefbx4<this[_0x15c7[1821]][_0x15c7[67]];_0xdefbx4++){this[_0x15c7[1821]][_0xdefbx4][_0x15c7[350]][_0x15c7[183]](this[_0x15c7[1821]][_0xdefbx4],arguments)}}finally{_0xdefbx3[_0x15c7[476]]()}};function mxEdgeLabelLayout(_0xdefbx2,_0xdefbx3){mxGraphLayout[_0x15c7[239]](this,_0xdefbx2)}mxEdgeLabelLayout[_0x15c7[202]]= new mxGraphLayout;mxEdgeLabelLayout[_0x15c7[202]][_0x15c7[196]]=mxEdgeLabelLayout;mxEdgeLabelLayout[_0x15c7[202]][_0x15c7[350]]=function(_0xdefbx2){for(var _0xdefbx3=this[_0x15c7[1179]][_0x15c7[441]],_0xdefbx4=this[_0x15c7[1179]][_0x15c7[502]](),_0xdefbx5=[],_0xdefbx9=[],_0xdefbxa=_0xdefbx4[_0x15c7[262]](_0xdefbx2),_0xdefbx12=0;_0xdefbx12<_0xdefbxa;_0xdefbx12++){var _0xdefbx13=_0xdefbx4[_0x15c7[263]](_0xdefbx2,_0xdefbx12),_0xdefbx14=_0xdefbx3[_0x15c7[248]](_0xdefbx13);null!=_0xdefbx14&&(this[_0x15c7[1713]](_0xdefbx13)?this[_0x15c7[1715]](_0xdefbx13)||_0xdefbx5[_0x15c7[207]](_0xdefbx14):_0xdefbx9[_0x15c7[207]](_0xdefbx14))};this[_0x15c7[1823]](_0xdefbx9,_0xdefbx5)};mxEdgeLabelLayout[_0x15c7[202]][_0x15c7[1823]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[1179]][_0x15c7[502]]();_0xdefbx4[_0x15c7[473]]();try{for(var _0xdefbx5=0;_0xdefbx5<_0xdefbx3[_0x15c7[67]];_0xdefbx5++){var _0xdefbx9=_0xdefbx3[_0xdefbx5];if(null!=_0xdefbx9&&null!=_0xdefbx9[_0x15c7[963]]&&null!=_0xdefbx9[_0x15c7[963]][_0x15c7[1563]]){for(var _0xdefbxa=0;_0xdefbxa<_0xdefbx2[_0x15c7[67]];_0xdefbxa++){var _0xdefbx12=_0xdefbx2[_0xdefbxa];null!=_0xdefbx12&&this[_0x15c7[1824]](_0xdefbx9,_0xdefbx12)}}}}finally{_0xdefbx4[_0x15c7[476]]()}};mxEdgeLabelLayout[_0x15c7[202]][_0x15c7[1824]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[1179]][_0x15c7[502]](),_0xdefbx5=_0xdefbx2[_0x15c7[963]][_0x15c7[1563]];if(mxUtils[_0x15c7[1825]](_0xdefbx5,_0xdefbx3)){var _0xdefbx9=-_0xdefbx5[_0x15c7[236]]-_0xdefbx5[_0x15c7[119]]+_0xdefbx3[_0x15c7[236]],_0xdefbxa=-_0xdefbx5[_0x15c7[236]]+_0xdefbx3[_0x15c7[236]]+_0xdefbx3[_0x15c7[119]],_0xdefbx9=Math[_0x15c7[425]](_0xdefbx9)<Math[_0x15c7[425]](_0xdefbxa)?_0xdefbx9:_0xdefbxa,_0xdefbxa=-_0xdefbx5[_0x15c7[235]]-_0xdefbx5[_0x15c7[117]]+_0xdefbx3[_0x15c7[235]],_0xdefbx5=-_0xdefbx5[_0x15c7[235]]+_0xdefbx3[_0x15c7[235]]+_0xdefbx3[_0x15c7[117]],_0xdefbx5=Math[_0x15c7[425]](_0xdefbxa)<Math[_0x15c7[425]](_0xdefbx5)?_0xdefbxa:_0xdefbx5;Math[_0x15c7[425]](_0xdefbx5)<Math[_0x15c7[425]](_0xdefbx9)?_0xdefbx9=0:_0xdefbx5=0;_0xdefbxa=_0xdefbx4[_0x15c7[1721]](_0xdefbx2[_0x15c7[246]]);null!=_0xdefbxa&&(_0xdefbxa=_0xdefbxa[_0x15c7[238]](),null!=_0xdefbxa[_0x15c7[1368]]?(_0xdefbxa[_0x15c7[1368]][_0x15c7[235]]+=_0xdefbx5,_0xdefbxa[_0x15c7[1368]][_0x15c7[236]]+=_0xdefbx9):_0xdefbxa[_0x15c7[1368]]= new mxPoint(_0xdefbx5,_0xdefbx9),_0xdefbx4[_0x15c7[1724]](_0xdefbx2[_0x15c7[246]],_0xdefbxa))}};function mxGraphAbstractHierarchyCell(){this[_0x15c7[235]]=[];this[_0x15c7[236]]=[];this[_0x15c7[1826]]=[]}mxGraphAbstractHierarchyCell[_0x15c7[202]][_0x15c7[1827]]= -1;mxGraphAbstractHierarchyCell[_0x15c7[202]][_0x15c7[1828]]= -1;mxGraphAbstractHierarchyCell[_0x15c7[202]][_0x15c7[235]]=null;mxGraphAbstractHierarchyCell[_0x15c7[202]][_0x15c7[236]]=null;mxGraphAbstractHierarchyCell[_0x15c7[202]][_0x15c7[117]]=0;mxGraphAbstractHierarchyCell[_0x15c7[202]][_0x15c7[119]]=0;mxGraphAbstractHierarchyCell[_0x15c7[202]][_0x15c7[1829]]=null;mxGraphAbstractHierarchyCell[_0x15c7[202]][_0x15c7[1830]]=null;mxGraphAbstractHierarchyCell[_0x15c7[202]][_0x15c7[1826]]=null;mxGraphAbstractHierarchyCell[_0x15c7[202]][_0x15c7[1831]]=function(_0xdefbx2){return null};mxGraphAbstractHierarchyCell[_0x15c7[202]][_0x15c7[1832]]=function(_0xdefbx2){return null};mxGraphAbstractHierarchyCell[_0x15c7[202]][_0x15c7[250]]=function(){return !1};mxGraphAbstractHierarchyCell[_0x15c7[202]][_0x15c7[1193]]=function(){return !1};mxGraphAbstractHierarchyCell[_0x15c7[202]][_0x15c7[1833]]=function(_0xdefbx2){return null};mxGraphAbstractHierarchyCell[_0x15c7[202]][_0x15c7[1834]]=function(_0xdefbx2,_0xdefbx3){return null};mxGraphAbstractHierarchyCell[_0x15c7[202]][_0x15c7[1835]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[1193]]()?this[_0x15c7[235]][0]=_0xdefbx3:this[_0x15c7[250]]()&&(this[_0x15c7[235]][_0xdefbx2-this[_0x15c7[1828]]-1]=_0xdefbx3)};mxGraphAbstractHierarchyCell[_0x15c7[202]][_0x15c7[730]]=function(_0xdefbx2){return this[_0x15c7[1193]]()?this[_0x15c7[235]][0]:this[_0x15c7[250]]()?this[_0x15c7[235]][_0xdefbx2-this[_0x15c7[1828]]-1]:0};mxGraphAbstractHierarchyCell[_0x15c7[202]][_0x15c7[1836]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[1193]]()?this[_0x15c7[236]][0]=_0xdefbx3:this[_0x15c7[250]]()&&(this[_0x15c7[236]][_0xdefbx2-this[_0x15c7[1828]]-1]=_0xdefbx3)};function mxGraphHierarchyNode(_0xdefbx2){mxGraphAbstractHierarchyCell[_0x15c7[183]](this,arguments);this[_0x15c7[246]]=_0xdefbx2}mxGraphHierarchyNode[_0x15c7[202]]= new mxGraphAbstractHierarchyCell;mxGraphHierarchyNode[_0x15c7[202]][_0x15c7[196]]=mxGraphHierarchyNode;mxGraphHierarchyNode[_0x15c7[202]][_0x15c7[246]]=null;mxGraphHierarchyNode[_0x15c7[202]][_0x15c7[1837]]=[];mxGraphHierarchyNode[_0x15c7[202]][_0x15c7[1838]]=[];mxGraphHierarchyNode[_0x15c7[202]][_0x15c7[1839]]= !1;mxGraphHierarchyNode[_0x15c7[202]][_0x15c7[1840]]=function(_0xdefbx2){return this[_0x15c7[1827]]};mxGraphHierarchyNode[_0x15c7[202]][_0x15c7[1831]]=function(_0xdefbx2){if(null==this[_0x15c7[1829]]){this[_0x15c7[1829]]=[];this[_0x15c7[1829]][0]=[];for(var _0xdefbx3=0;_0xdefbx3<this[_0x15c7[1837]][_0x15c7[67]];_0xdefbx3++){var _0xdefbx4=this[_0x15c7[1837]][_0xdefbx3];-1==_0xdefbx4[_0x15c7[1827]]||_0xdefbx4[_0x15c7[1827]]==_0xdefbx2+1?this[_0x15c7[1829]][0][_0x15c7[207]](_0xdefbx4[_0x15c7[1097]]):this[_0x15c7[1829]][0][_0x15c7[207]](_0xdefbx4)}};return this[_0x15c7[1829]][0]};mxGraphHierarchyNode[_0x15c7[202]][_0x15c7[1832]]=function(_0xdefbx2){if(null==this[_0x15c7[1830]]){this[_0x15c7[1830]]=[];this[_0x15c7[1830]][0]=[];for(var _0xdefbx3=0;_0xdefbx3<this[_0x15c7[1838]][_0x15c7[67]];_0xdefbx3++){var _0xdefbx4=this[_0x15c7[1838]][_0xdefbx3];-1==_0xdefbx4[_0x15c7[1828]]||_0xdefbx4[_0x15c7[1828]]==_0xdefbx2-1?this[_0x15c7[1830]][0][_0x15c7[207]](_0xdefbx4[_0x15c7[772]]):this[_0x15c7[1830]][0][_0x15c7[207]](_0xdefbx4)}};return this[_0x15c7[1830]][0]};mxGraphHierarchyNode[_0x15c7[202]][_0x15c7[1193]]=function(){return !0};mxGraphHierarchyNode[_0x15c7[202]][_0x15c7[1833]]=function(_0xdefbx2){return this[_0x15c7[1826]][0]};mxGraphHierarchyNode[_0x15c7[202]][_0x15c7[1834]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[1826]][0]=_0xdefbx3};mxGraphHierarchyNode[_0x15c7[202]][_0x15c7[1720]]=function(_0xdefbx2){if(null!=_0xdefbx2&&null!=this[_0x15c7[1839]]&&null!=_0xdefbx2[_0x15c7[1839]]&&this[_0x15c7[1839]][_0x15c7[67]]<_0xdefbx2[_0x15c7[1839]][_0x15c7[67]]){if(this[_0x15c7[1839]]==_0xdefbx2[_0x15c7[1839]]){return !0};if(null==this[_0x15c7[1839]]||null==this[_0x15c7[1839]]){return !1};for(var _0xdefbx3=0;_0xdefbx3<this[_0x15c7[1839]][_0x15c7[67]];_0xdefbx3++){if(this[_0x15c7[1839]][_0xdefbx3]!=_0xdefbx2[_0x15c7[1839]][_0xdefbx3]){return !1}};return !0};return !1};mxGraphHierarchyNode[_0x15c7[202]][_0x15c7[1841]]=function(){return this[_0x15c7[246]]};function mxGraphHierarchyEdge(_0xdefbx2){mxGraphAbstractHierarchyCell[_0x15c7[183]](this,arguments);this[_0x15c7[1842]]=_0xdefbx2}mxGraphHierarchyEdge[_0x15c7[202]]= new mxGraphAbstractHierarchyCell;mxGraphHierarchyEdge[_0x15c7[202]][_0x15c7[196]]=mxGraphHierarchyEdge;mxGraphHierarchyEdge[_0x15c7[202]][_0x15c7[1842]]=null;mxGraphHierarchyEdge[_0x15c7[202]][_0x15c7[1097]]=null;mxGraphHierarchyEdge[_0x15c7[202]][_0x15c7[772]]=null;mxGraphHierarchyEdge[_0x15c7[202]][_0x15c7[1843]]= !1;mxGraphHierarchyEdge[_0x15c7[202]][_0x15c7[1744]]=function(_0xdefbx2){_0xdefbx2=this[_0x15c7[1097]];this[_0x15c7[1097]]=this[_0x15c7[772]];this[_0x15c7[772]]=_0xdefbx2;this[_0x15c7[1843]]=!this[_0x15c7[1843]]};mxGraphHierarchyEdge[_0x15c7[202]][_0x15c7[1831]]=function(_0xdefbx2){if(null==this[_0x15c7[1829]]){this[_0x15c7[1829]]=[];for(var _0xdefbx3=0;_0xdefbx3<this[_0x15c7[1826]][_0x15c7[67]];_0xdefbx3++){this[_0x15c7[1829]][_0xdefbx3]=[],_0xdefbx3==this[_0x15c7[1826]][_0x15c7[67]]-1?this[_0x15c7[1829]][_0xdefbx3][_0x15c7[207]](this[_0x15c7[1097]]):this[_0x15c7[1829]][_0xdefbx3][_0x15c7[207]](this)}};return this[_0x15c7[1829]][_0xdefbx2-this[_0x15c7[1828]]-1]};mxGraphHierarchyEdge[_0x15c7[202]][_0x15c7[1832]]=function(_0xdefbx2){if(null==this[_0x15c7[1830]]){this[_0x15c7[1830]]=[];for(var _0xdefbx3=0;_0xdefbx3<this[_0x15c7[1826]][_0x15c7[67]];_0xdefbx3++){this[_0x15c7[1830]][_0xdefbx3]=[],0==_0xdefbx3?this[_0x15c7[1830]][_0xdefbx3][_0x15c7[207]](this[_0x15c7[772]]):this[_0x15c7[1830]][_0xdefbx3][_0x15c7[207]](this)}};return this[_0x15c7[1830]][_0xdefbx2-this[_0x15c7[1828]]-1]};mxGraphHierarchyEdge[_0x15c7[202]][_0x15c7[250]]=function(){return !0};mxGraphHierarchyEdge[_0x15c7[202]][_0x15c7[1833]]=function(_0xdefbx2){return this[_0x15c7[1826]][_0xdefbx2-this[_0x15c7[1828]]-1]};mxGraphHierarchyEdge[_0x15c7[202]][_0x15c7[1834]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[1826]][_0xdefbx2-this[_0x15c7[1828]]-1]=_0xdefbx3};mxGraphHierarchyEdge[_0x15c7[202]][_0x15c7[1841]]=function(){return null!=this[_0x15c7[1842]]&&0<this[_0x15c7[1842]][_0x15c7[67]]?this[_0x15c7[1842]][0]:null};function mxGraphHierarchyModel(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx2[_0x15c7[1703]]();this[_0x15c7[1844]]=_0xdefbx9;this[_0x15c7[1845]]=_0xdefbx4;this[_0x15c7[1101]]=_0xdefbx5;this[_0x15c7[1846]]={};this[_0x15c7[1847]]={};this[_0x15c7[1827]]=0;_0xdefbx4=[];null==_0xdefbx3&&(_0xdefbx3=this[_0x15c7[1179]][_0x15c7[1728]](_0xdefbx5));this[_0x15c7[1827]]=this[_0x15c7[1848]];this[_0x15c7[1849]](_0xdefbx2,_0xdefbx3,_0xdefbx4);for(_0xdefbx5=0;_0xdefbx5<_0xdefbx3[_0x15c7[67]];_0xdefbx5++){_0xdefbx9=_0xdefbx4[_0xdefbx5][_0x15c7[1838]];for(var _0xdefbxa=0;_0xdefbxa<_0xdefbx9[_0x15c7[67]];_0xdefbxa++){var _0xdefbx12=_0xdefbx9[_0xdefbxa],_0xdefbx13=_0xdefbx12[_0x15c7[1842]];if(null!=_0xdefbx13&&0<_0xdefbx13[_0x15c7[67]]){var _0xdefbx13=_0xdefbx13[0],_0xdefbx14=_0xdefbx2[_0x15c7[1710]](_0xdefbx13,!1),_0xdefbx14=mxCellPath[_0x15c7[385]](_0xdefbx14),_0xdefbx14=this[_0x15c7[1846]][_0xdefbx14];_0xdefbx4[_0xdefbx5]==_0xdefbx14&&(_0xdefbx14=_0xdefbx2[_0x15c7[1710]](_0xdefbx13,!0),_0xdefbx14=mxCellPath[_0x15c7[385]](_0xdefbx14),_0xdefbx14=this[_0x15c7[1846]][_0xdefbx14]);null!=_0xdefbx14&&_0xdefbx4[_0xdefbx5]!=_0xdefbx14&&(_0xdefbx12[_0x15c7[772]]=_0xdefbx14,0==_0xdefbx14[_0x15c7[1837]][_0x15c7[67]]&&(_0xdefbx14[_0x15c7[1837]]=[]),0>mxUtils[_0x15c7[2]](_0xdefbx14[_0x15c7[1837]],_0xdefbx12)&&_0xdefbx14[_0x15c7[1837]][_0x15c7[207]](_0xdefbx12))}};_0xdefbx4[_0xdefbx5][_0x15c7[1826]][0]=1}}mxGraphHierarchyModel[_0x15c7[202]][_0x15c7[1827]]=null;mxGraphHierarchyModel[_0x15c7[202]][_0x15c7[1846]]=null;mxGraphHierarchyModel[_0x15c7[202]][_0x15c7[1847]]=null;mxGraphHierarchyModel[_0x15c7[202]][_0x15c7[1850]]=null;mxGraphHierarchyModel[_0x15c7[202]][_0x15c7[1845]]=null;mxGraphHierarchyModel[_0x15c7[202]][_0x15c7[1101]]=null;mxGraphHierarchyModel[_0x15c7[202]][_0x15c7[1851]]=0;mxGraphHierarchyModel[_0x15c7[202]][_0x15c7[1848]]=1E8;mxGraphHierarchyModel[_0x15c7[202]][_0x15c7[1844]]= !1;mxGraphHierarchyModel[_0x15c7[202]][_0x15c7[1849]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){for(var _0xdefbx5=_0xdefbx2[_0x15c7[1703]](),_0xdefbx9=0;_0xdefbx9<_0xdefbx3[_0x15c7[67]];_0xdefbx9++){_0xdefbx4[_0xdefbx9]= new mxGraphHierarchyNode(_0xdefbx3[_0xdefbx9]);var _0xdefbxa=mxCellPath[_0x15c7[385]](_0xdefbx3[_0xdefbx9]);this[_0x15c7[1846]][_0xdefbxa]=_0xdefbx4[_0xdefbx9];_0xdefbxa=_0xdefbx2[_0x15c7[264]](_0xdefbx3[_0xdefbx9]);_0xdefbx4[_0xdefbx9][_0x15c7[1838]]=[];for(var _0xdefbx12=0;_0xdefbx12<_0xdefbxa[_0x15c7[67]];_0xdefbx12++){var _0xdefbx13=_0xdefbx2[_0x15c7[1710]](_0xdefbxa[_0xdefbx12],!1);if(_0xdefbx13!=_0xdefbx3[_0xdefbx9]&&_0xdefbx13!=_0xdefbx3[_0xdefbx9]&&_0xdefbx2[_0x15c7[1179]][_0x15c7[251]][_0x15c7[1193]](_0xdefbx13)&&!_0xdefbx2[_0x15c7[1713]](_0xdefbx13)){var _0xdefbx14=_0xdefbx2[_0x15c7[1781]](_0xdefbx3[_0xdefbx9],_0xdefbx13,!1),_0xdefbx15=_0xdefbx2[_0x15c7[1781]](_0xdefbx3[_0xdefbx9],_0xdefbx13,!0),_0xdefbx13=mxCellPath[_0x15c7[385]](_0xdefbx14[0]);if(null!=_0xdefbx14&&0<_0xdefbx14[_0x15c7[67]]&&null==this[_0x15c7[1847]][_0xdefbx13]&&2*_0xdefbx15[_0x15c7[67]]>=_0xdefbx14[_0x15c7[67]]){for(var _0xdefbx15= new mxGraphHierarchyEdge(_0xdefbx14),_0xdefbx16=0;_0xdefbx16<_0xdefbx14[_0x15c7[67]];_0xdefbx16++){var _0xdefbx17=_0xdefbx14[_0xdefbx16],_0xdefbx13=mxCellPath[_0x15c7[385]](_0xdefbx17);this[_0x15c7[1847]][_0xdefbx13]=_0xdefbx15;_0xdefbx5[_0x15c7[1809]](_0xdefbx17);_0xdefbx2[_0x15c7[1787]]&&(_0xdefbx2[_0x15c7[1716]](_0xdefbx17,!1),_0xdefbx2[_0x15c7[1718]](_0xdefbx17,!0))};_0xdefbx15[_0x15c7[1097]]=_0xdefbx4[_0xdefbx9];0>mxUtils[_0x15c7[2]](_0xdefbx4[_0xdefbx9][_0x15c7[1838]],_0xdefbx15)&&_0xdefbx4[_0xdefbx9][_0x15c7[1838]][_0x15c7[207]](_0xdefbx15)}}};_0xdefbx4[_0xdefbx9][_0x15c7[1826]][0]=0}};mxGraphHierarchyModel[_0x15c7[202]][_0x15c7[1852]]=function(){var _0xdefbx2=[];if(null!=this[_0x15c7[1845]]){for(var _0xdefbx3=0;_0xdefbx3<this[_0x15c7[1845]][_0x15c7[67]];_0xdefbx3++){var _0xdefbx4=mxCellPath[_0x15c7[385]](this[_0x15c7[1845]][_0xdefbx3]),_0xdefbx4=this[_0x15c7[1846]][_0xdefbx4];null!=_0xdefbx4&&_0xdefbx2[_0x15c7[207]](_0xdefbx4)}};for(var _0xdefbx5 in this[_0x15c7[1846]]){_0xdefbx4=this[_0x15c7[1846]][_0xdefbx5],_0xdefbx4[_0x15c7[1826]][0]= -1};for(var _0xdefbx9=_0xdefbx2[_0x15c7[1853]]();0<_0xdefbx2[_0x15c7[67]];){var _0xdefbx4=_0xdefbx2[0],_0xdefbxa,_0xdefbx12;_0xdefbxa=_0xdefbx4[_0x15c7[1837]];_0xdefbx12=_0xdefbx4[_0x15c7[1838]];for(var _0xdefbx13=!0,_0xdefbx14=this[_0x15c7[1848]],_0xdefbx3=0;_0xdefbx3<_0xdefbxa[_0x15c7[67]];_0xdefbx3++){var _0xdefbx15=_0xdefbxa[_0xdefbx3];if(5270620==_0xdefbx15[_0x15c7[1826]][0]){_0xdefbx15=_0xdefbx15[_0x15c7[1097]],_0xdefbx14=Math[_0x15c7[243]](_0xdefbx14,_0xdefbx15[_0x15c7[1826]][0]-1)}else {_0xdefbx13= !1;break}};if(_0xdefbx13){_0xdefbx4[_0x15c7[1826]][0]=_0xdefbx14;this[_0x15c7[1827]]=Math[_0x15c7[243]](this[_0x15c7[1827]],_0xdefbx14);if(null!=_0xdefbx12){for(_0xdefbx3=0;_0xdefbx3<_0xdefbx12[_0x15c7[67]];_0xdefbx3++){_0xdefbx15=_0xdefbx12[_0xdefbx3],_0xdefbx15[_0x15c7[1826]][0]=5270620,_0xdefbx15=_0xdefbx15[_0x15c7[772]],-1==_0xdefbx15[_0x15c7[1826]][0]&&(_0xdefbx2[_0x15c7[207]](_0xdefbx15),_0xdefbx15[_0x15c7[1826]][0]= -2)}};_0xdefbx2[_0x15c7[1115]]()}else {if(_0xdefbx3=_0xdefbx2[_0x15c7[1115]](),_0xdefbx2[_0x15c7[207]](_0xdefbx4),_0xdefbx3==_0xdefbx4&&1==_0xdefbx2[_0x15c7[67]]){break}}};for(_0xdefbx5 in this[_0x15c7[1846]]){_0xdefbx4=this[_0x15c7[1846]][_0xdefbx5],_0xdefbx4[_0x15c7[1826]][0]-=this[_0x15c7[1827]]};for(_0xdefbx3=0;_0xdefbx3<_0xdefbx9[_0x15c7[67]];_0xdefbx3++){_0xdefbx4=_0xdefbx9[_0xdefbx3];_0xdefbx2=0;_0xdefbxa=_0xdefbx4[_0x15c7[1838]];for(_0xdefbx5=0;_0xdefbx5<_0xdefbxa[_0x15c7[67]];_0xdefbx5++){_0xdefbx15=_0xdefbxa[_0xdefbx5],_0xdefbx15=_0xdefbx15[_0x15c7[772]],_0xdefbx4[_0x15c7[1826]][0]=Math[_0x15c7[160]](_0xdefbx2,_0xdefbx15[_0x15c7[1826]][0]+1),_0xdefbx2=_0xdefbx4[_0x15c7[1826]][0]}};this[_0x15c7[1827]]=this[_0x15c7[1848]]-this[_0x15c7[1827]]};mxGraphHierarchyModel[_0x15c7[202]][_0x15c7[1854]]=function(){var _0xdefbx2=[];this[_0x15c7[1850]]=[];for(var _0xdefbx3=0;_0xdefbx3<this[_0x15c7[1827]]+1;_0xdefbx3++){_0xdefbx2[_0xdefbx3]=[],this[_0x15c7[1850]][_0xdefbx3]=_0xdefbx2[_0xdefbx3]};var _0xdefbx4=null;if(null!=this[_0x15c7[1845]]){for(var _0xdefbx5=this[_0x15c7[1845]],_0xdefbx4=[],_0xdefbx3=0;_0xdefbx3<_0xdefbx5[_0x15c7[67]];_0xdefbx3++){var _0xdefbx9=mxCellPath[_0x15c7[385]](_0xdefbx5[_0xdefbx3]);_0xdefbx4[_0xdefbx3]=this[_0x15c7[1846]][_0xdefbx9]}};this[_0x15c7[209]](function(_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbx15){0==_0xdefbx15&&(0>_0xdefbx4[_0x15c7[1827]]&&0>_0xdefbx4[_0x15c7[1828]])&&(_0xdefbx2[_0xdefbx4[_0x15c7[1826]][0]][_0x15c7[207]](_0xdefbx4),_0xdefbx4[_0x15c7[1827]]=_0xdefbx4[_0x15c7[1826]][0],_0xdefbx4[_0x15c7[1828]]=_0xdefbx4[_0x15c7[1826]][0],_0xdefbx4[_0x15c7[1826]][0]=_0xdefbx2[_0xdefbx4[_0x15c7[1827]]][_0x15c7[67]]-1);if(null!=_0xdefbx3&&null!=_0xdefbx5&&1<_0xdefbx3[_0x15c7[1827]]-_0xdefbx4[_0x15c7[1827]]){_0xdefbx5[_0x15c7[1827]]=_0xdefbx3[_0x15c7[1827]];_0xdefbx5[_0x15c7[1828]]=_0xdefbx4[_0x15c7[1827]];_0xdefbx5[_0x15c7[1826]]=[];_0xdefbx5[_0x15c7[235]]=[];_0xdefbx5[_0x15c7[236]]=[];for(_0xdefbx3=_0xdefbx5[_0x15c7[1828]]+1;_0xdefbx3<_0xdefbx5[_0x15c7[1827]];_0xdefbx3++){_0xdefbx2[_0xdefbx3][_0x15c7[207]](_0xdefbx5),_0xdefbx5[_0x15c7[1834]](_0xdefbx3,_0xdefbx2[_0xdefbx3][_0x15c7[67]]-1)}}},_0xdefbx4,!1,null)};mxGraphHierarchyModel[_0x15c7[202]][_0x15c7[209]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){if(null!=_0xdefbx3){for(var _0xdefbx9=0;_0xdefbx9<_0xdefbx3[_0x15c7[67]];_0xdefbx9++){var _0xdefbxa=_0xdefbx3[_0xdefbx9];null!=_0xdefbxa&&(null==_0xdefbx5&&(_0xdefbx5={}),_0xdefbx4?(_0xdefbxa[_0x15c7[1839]]=[],_0xdefbxa[_0x15c7[1839]][0]=this[_0x15c7[1851]],_0xdefbxa[_0x15c7[1839]][1]=_0xdefbx9,this[_0x15c7[1855]](null,_0xdefbxa,null,_0xdefbx2,_0xdefbx5,_0xdefbxa[_0x15c7[1839]],_0xdefbx9,0)):this[_0x15c7[1758]](null,_0xdefbxa,null,_0xdefbx2,_0xdefbx5,0))};this[_0x15c7[1851]]++}};mxGraphHierarchyModel[_0x15c7[202]][_0x15c7[1758]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){if(null!=_0xdefbx3){var _0xdefbx12=mxCellPath[_0x15c7[385]](_0xdefbx3[_0x15c7[246]]);if(null==_0xdefbx9[_0xdefbx12]){_0xdefbx9[_0xdefbx12]=_0xdefbx3;_0xdefbx5(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbxa,0);_0xdefbx2=_0xdefbx3[_0x15c7[1838]][_0x15c7[1853]]();for(_0xdefbx4=0;_0xdefbx4<_0xdefbx2[_0x15c7[67]];_0xdefbx4++){_0xdefbx12=_0xdefbx2[_0xdefbx4],this[_0x15c7[1758]](_0xdefbx3,_0xdefbx12[_0x15c7[772]],_0xdefbx12,_0xdefbx5,_0xdefbx9,_0xdefbxa+1)}}else {_0xdefbx5(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbxa,1)}}};mxGraphHierarchyModel[_0x15c7[202]][_0x15c7[1855]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13){if(null!=_0xdefbx3){if(null!=_0xdefbx2&&(null==_0xdefbx3[_0x15c7[1839]]||_0xdefbx3[_0x15c7[1839]][0]!=_0xdefbx2[_0x15c7[1839]][0])){_0xdefbxa=_0xdefbx2[_0x15c7[1839]][_0x15c7[67]]+1,_0xdefbx3[_0x15c7[1839]]=_0xdefbx2[_0x15c7[1839]][_0x15c7[1853]](),_0xdefbx3[_0x15c7[1839]][_0xdefbxa-1]=_0xdefbx12};_0xdefbx12=mxCellPath[_0x15c7[385]](_0xdefbx3[_0x15c7[246]]);if(null==_0xdefbx9[_0xdefbx12]){_0xdefbx9[_0xdefbx12]=_0xdefbx3;_0xdefbx5(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx13,0);_0xdefbx2=_0xdefbx3[_0x15c7[1838]][_0x15c7[1853]]();for(_0xdefbx4=0;_0xdefbx4<_0xdefbx2[_0x15c7[67]];_0xdefbx4++){_0xdefbx12=_0xdefbx2[_0xdefbx4],this[_0x15c7[1855]](_0xdefbx3,_0xdefbx12[_0x15c7[772]],_0xdefbx12,_0xdefbx5,_0xdefbx9,_0xdefbx3[_0x15c7[1839]],_0xdefbx4,_0xdefbx13+1)}}else {_0xdefbx5(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx13,1)}}};function mxHierarchicalLayoutStage(){}mxHierarchicalLayoutStage[_0x15c7[202]][_0x15c7[350]]=function(_0xdefbx2){};function mxMedianHybridCrossingReduction(_0xdefbx2){this[_0x15c7[1759]]=_0xdefbx2}mxMedianHybridCrossingReduction[_0x15c7[202]]= new mxHierarchicalLayoutStage;mxMedianHybridCrossingReduction[_0x15c7[202]][_0x15c7[196]]=mxMedianHybridCrossingReduction;mxMedianHybridCrossingReduction[_0x15c7[202]][_0x15c7[1759]]=null;mxMedianHybridCrossingReduction[_0x15c7[202]][_0x15c7[1795]]=24;mxMedianHybridCrossingReduction[_0x15c7[202]][_0x15c7[1856]]=null;mxMedianHybridCrossingReduction[_0x15c7[202]][_0x15c7[1857]]=0;mxMedianHybridCrossingReduction[_0x15c7[202]][_0x15c7[1858]]=0;mxMedianHybridCrossingReduction[_0x15c7[202]][_0x15c7[1859]]=2;mxMedianHybridCrossingReduction[_0x15c7[202]][_0x15c7[350]]=function(_0xdefbx2){_0xdefbx2=this[_0x15c7[1759]][_0x15c7[502]]();this[_0x15c7[1856]]=[];for(var _0xdefbx3=0;_0xdefbx3<_0xdefbx2[_0x15c7[1850]][_0x15c7[67]];_0xdefbx3++){this[_0x15c7[1856]][_0xdefbx3]=_0xdefbx2[_0x15c7[1850]][_0xdefbx3][_0x15c7[1853]]()};for(var _0xdefbx4=0,_0xdefbx5=this[_0x15c7[1860]](_0xdefbx2),_0xdefbx3=0;_0xdefbx3<this[_0x15c7[1795]]&&_0xdefbx4<this[_0x15c7[1859]];_0xdefbx3++){this[_0x15c7[1861]](_0xdefbx3,_0xdefbx2);this[_0x15c7[1862]](_0xdefbx3,_0xdefbx2);var _0xdefbx9=this[_0x15c7[1860]](_0xdefbx2);if(_0xdefbx9<_0xdefbx5){_0xdefbx5=_0xdefbx9;for(_0xdefbx9=_0xdefbx4=0;_0xdefbx9<this[_0x15c7[1856]][_0x15c7[67]];_0xdefbx9++){for(var _0xdefbxa=_0xdefbx2[_0x15c7[1850]][_0xdefbx9],_0xdefbx12=0;_0xdefbx12<_0xdefbxa[_0x15c7[67]];_0xdefbx12++){var _0xdefbx13=_0xdefbxa[_0xdefbx12];this[_0x15c7[1856]][_0xdefbx9][_0xdefbx13[_0x15c7[1833]](_0xdefbx9)]=_0xdefbx13}}}else {_0xdefbx4++;for(_0xdefbx9=0;_0xdefbx9<this[_0x15c7[1856]][_0x15c7[67]];_0xdefbx9++){_0xdefbxa=_0xdefbx2[_0x15c7[1850]][_0xdefbx9];for(_0xdefbx12=0;_0xdefbx12<_0xdefbxa[_0x15c7[67]];_0xdefbx12++){_0xdefbx13=_0xdefbxa[_0xdefbx12],_0xdefbx13[_0x15c7[1834]](_0xdefbx9,_0xdefbx12)}}};if(0==_0xdefbx5){break}};_0xdefbx4=[];_0xdefbx5=[];for(_0xdefbx3=0;_0xdefbx3<_0xdefbx2[_0x15c7[1827]]+1;_0xdefbx3++){_0xdefbx5[_0xdefbx3]=[],_0xdefbx4[_0xdefbx3]=_0xdefbx5[_0xdefbx3]};for(_0xdefbx3=0;_0xdefbx3<this[_0x15c7[1856]][_0x15c7[67]];_0xdefbx3++){for(_0xdefbx9=0;_0xdefbx9<this[_0x15c7[1856]][_0xdefbx3][_0x15c7[67]];_0xdefbx9++){_0xdefbx5[_0xdefbx3][_0x15c7[207]](this[_0x15c7[1856]][_0xdefbx3][_0xdefbx9])}};_0xdefbx2[_0x15c7[1850]]=_0xdefbx4};mxMedianHybridCrossingReduction[_0x15c7[202]][_0x15c7[1860]]=function(_0xdefbx2){for(var _0xdefbx3=_0xdefbx2[_0x15c7[1850]][_0x15c7[67]],_0xdefbx4=0,_0xdefbx5=1;_0xdefbx5<_0xdefbx3;_0xdefbx5++){_0xdefbx4+=this[_0x15c7[1863]](_0xdefbx5,_0xdefbx2)};return _0xdefbx4};mxMedianHybridCrossingReduction[_0x15c7[202]][_0x15c7[1863]]=function(_0xdefbx2,_0xdefbx3){for(var _0xdefbx4=0,_0xdefbx5=_0xdefbx3[_0x15c7[1850]][_0xdefbx2],_0xdefbx9=_0xdefbx5[_0x15c7[67]],_0xdefbxa=_0xdefbx3[_0x15c7[1850]][_0xdefbx2-1][_0x15c7[67]],_0xdefbx12=[],_0xdefbx13=0;_0xdefbx13<_0xdefbx9;_0xdefbx13++){_0xdefbx12[_0xdefbx13]=[]};for(_0xdefbx13=0;_0xdefbx13<_0xdefbx5[_0x15c7[67]];_0xdefbx13++){for(var _0xdefbx14=_0xdefbx5[_0xdefbx13],_0xdefbx15=_0xdefbx14[_0x15c7[1833]](_0xdefbx2),_0xdefbx16=_0xdefbx14[_0x15c7[1832]](_0xdefbx2),_0xdefbx14=0;_0xdefbx14<_0xdefbx16[_0x15c7[67]];_0xdefbx14++){var _0xdefbx17=_0xdefbx16[_0xdefbx14][_0x15c7[1833]](_0xdefbx2-1);_0xdefbx12[_0xdefbx15][_0xdefbx17]=201207}};for(_0xdefbx13=0;_0xdefbx13<_0xdefbx9;_0xdefbx13++){for(_0xdefbx14=0;_0xdefbx14<_0xdefbxa;_0xdefbx14++){if(201207==_0xdefbx12[_0xdefbx13][_0xdefbx14]){for(_0xdefbx5=_0xdefbx13+1;_0xdefbx5<_0xdefbx9;_0xdefbx5++){for(_0xdefbx15=0;_0xdefbx15<_0xdefbx14;_0xdefbx15++){201207==_0xdefbx12[_0xdefbx5][_0xdefbx15]&&_0xdefbx4++}};for(_0xdefbx5=0;_0xdefbx5<_0xdefbx13;_0xdefbx5++){for(_0xdefbx15=_0xdefbx14+1;_0xdefbx15<_0xdefbxa;_0xdefbx15++){201207==_0xdefbx12[_0xdefbx5][_0xdefbx15]&&_0xdefbx4++}}}}};return _0xdefbx4/2};mxMedianHybridCrossingReduction[_0x15c7[202]][_0x15c7[1862]]=function(_0xdefbx2,_0xdefbx3){for(var _0xdefbx4=!0,_0xdefbx5=0;_0xdefbx4&&10>_0xdefbx5++;){for(var _0xdefbx9=1==_0xdefbx2%2&&1==_0xdefbx5%2,_0xdefbx4=!1,_0xdefbxa=0;_0xdefbxa<_0xdefbx3[_0x15c7[1850]][_0x15c7[67]];_0xdefbxa++){for(var _0xdefbx12=_0xdefbx3[_0x15c7[1850]][_0xdefbxa],_0xdefbx13=[],_0xdefbx14=0;_0xdefbx14<_0xdefbx12[_0x15c7[67]];_0xdefbx14++){var _0xdefbx15=_0xdefbx12[_0xdefbx14],_0xdefbx16=_0xdefbx15[_0x15c7[1833]](_0xdefbxa);0>_0xdefbx16&&(_0xdefbx16=_0xdefbx14);_0xdefbx13[_0xdefbx16]=_0xdefbx15};for(var _0xdefbx17=_0xdefbx16=_0xdefbx15=null,_0xdefbx18=null,_0xdefbx19=null,_0xdefbx1a=null,_0xdefbx1b=null,_0xdefbx1c=null,_0xdefbx1d=null,_0xdefbx1e=null,_0xdefbx14=0;_0xdefbx14<_0xdefbx12[_0x15c7[67]]-1;_0xdefbx14++){if(0==_0xdefbx14){for(var _0xdefbx1d=_0xdefbx13[_0xdefbx14],_0xdefbx15=_0xdefbx1d[_0x15c7[1831]](_0xdefbxa),_0xdefbx16=_0xdefbx1d[_0x15c7[1832]](_0xdefbxa),_0xdefbx19=[],_0xdefbx1a=[],_0xdefbx1f=0;_0xdefbx1f<_0xdefbx15[_0x15c7[67]];_0xdefbx1f++){_0xdefbx19[_0xdefbx1f]=_0xdefbx15[_0xdefbx1f][_0x15c7[1833]](_0xdefbxa+1)};for(_0xdefbx1f=0;_0xdefbx1f<_0xdefbx16[_0x15c7[67]];_0xdefbx1f++){_0xdefbx1a[_0xdefbx1f]=_0xdefbx16[_0xdefbx1f][_0x15c7[1833]](_0xdefbxa-1)}}else {_0xdefbx15=_0xdefbx17,_0xdefbx16=_0xdefbx18,_0xdefbx19=_0xdefbx1b,_0xdefbx1a=_0xdefbx1c,_0xdefbx1d=_0xdefbx1e};_0xdefbx1e=_0xdefbx13[_0xdefbx14+1];_0xdefbx17=_0xdefbx1e[_0x15c7[1831]](_0xdefbxa);_0xdefbx18=_0xdefbx1e[_0x15c7[1832]](_0xdefbxa);_0xdefbx1b=[];_0xdefbx1c=[];for(_0xdefbx1f=0;_0xdefbx1f<_0xdefbx17[_0x15c7[67]];_0xdefbx1f++){_0xdefbx1b[_0xdefbx1f]=_0xdefbx17[_0xdefbx1f][_0x15c7[1833]](_0xdefbxa+1)};for(_0xdefbx1f=0;_0xdefbx1f<_0xdefbx18[_0x15c7[67]];_0xdefbx1f++){_0xdefbx1c[_0xdefbx1f]=_0xdefbx18[_0xdefbx1f][_0x15c7[1833]](_0xdefbxa-1)};for(var _0xdefbx20=0,_0xdefbx62=0,_0xdefbx1f=0;_0xdefbx1f<_0xdefbx19[_0x15c7[67]];_0xdefbx1f++){for(var _0xdefbx63=0;_0xdefbx63<_0xdefbx1b[_0x15c7[67]];_0xdefbx63++){_0xdefbx19[_0xdefbx1f]>_0xdefbx1b[_0xdefbx63]&&_0xdefbx20++,_0xdefbx19[_0xdefbx1f]<_0xdefbx1b[_0xdefbx63]&&_0xdefbx62++}};for(_0xdefbx1f=0;_0xdefbx1f<_0xdefbx1a[_0x15c7[67]];_0xdefbx1f++){for(_0xdefbx63=0;_0xdefbx63<_0xdefbx1c[_0x15c7[67]];_0xdefbx63++){_0xdefbx1a[_0xdefbx1f]>_0xdefbx1c[_0xdefbx63]&&_0xdefbx20++,_0xdefbx1a[_0xdefbx1f]<_0xdefbx1c[_0xdefbx63]&&_0xdefbx62++}};if(_0xdefbx62<_0xdefbx20||_0xdefbx62==_0xdefbx20&&_0xdefbx9){_0xdefbx17=_0xdefbx1d[_0x15c7[1833]](_0xdefbxa),_0xdefbx1d[_0x15c7[1834]](_0xdefbxa,_0xdefbx1e[_0x15c7[1833]](_0xdefbxa)),_0xdefbx1e[_0x15c7[1834]](_0xdefbxa,_0xdefbx17),_0xdefbx17=_0xdefbx15,_0xdefbx18=_0xdefbx16,_0xdefbx1b=_0xdefbx19,_0xdefbx1c=_0xdefbx1a,_0xdefbx1e=_0xdefbx1d,_0xdefbx9||(_0xdefbx4= !0)}}}}};mxMedianHybridCrossingReduction[_0x15c7[202]][_0x15c7[1861]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=0==_0xdefbx2%2;if(_0xdefbx4){for(var _0xdefbx5=_0xdefbx3[_0x15c7[1827]]-1;0<=_0xdefbx5;_0xdefbx5--){this[_0x15c7[1864]](_0xdefbx5,_0xdefbx4)}}else {for(_0xdefbx5=1;_0xdefbx5<_0xdefbx3[_0x15c7[1827]];_0xdefbx5++){this[_0x15c7[1864]](_0xdefbx5,_0xdefbx4)}}};mxMedianHybridCrossingReduction[_0x15c7[202]][_0x15c7[1864]]=function(_0xdefbx2,_0xdefbx3){for(var _0xdefbx4=this[_0x15c7[1856]][_0xdefbx2][_0x15c7[67]],_0xdefbx5=[],_0xdefbx9=[],_0xdefbxa=0;_0xdefbxa<_0xdefbx4;_0xdefbxa++){var _0xdefbx12=this[_0x15c7[1856]][_0xdefbx2][_0xdefbxa],_0xdefbx13= new MedianCellSorter;_0xdefbx13[_0x15c7[246]]=_0xdefbx12;var _0xdefbx14;_0xdefbx14=_0xdefbx3?_0xdefbx12[_0x15c7[1831]](_0xdefbx2):_0xdefbx12[_0x15c7[1832]](_0xdefbx2);var _0xdefbx15;_0xdefbx15=_0xdefbx3?_0xdefbx2+1:_0xdefbx2-1;null!=_0xdefbx14&&0!=_0xdefbx14[_0x15c7[67]]?(_0xdefbx13[_0x15c7[1865]]=this[_0x15c7[1865]](_0xdefbx14,_0xdefbx15),_0xdefbx5[_0x15c7[207]](_0xdefbx13)):_0xdefbx9[_0xdefbx12[_0x15c7[1833]](_0xdefbx2)]= !0};_0xdefbx5[_0x15c7[470]](MedianCellSorter[_0x15c7[202]][_0x15c7[469]]);for(_0xdefbxa=0;_0xdefbxa<_0xdefbx4;_0xdefbxa++){null==_0xdefbx9[_0xdefbxa]&&(_0xdefbx12=_0xdefbx5[_0x15c7[1115]]()[_0x15c7[246]],_0xdefbx12[_0x15c7[1834]](_0xdefbx2,_0xdefbxa))}};mxMedianHybridCrossingReduction[_0x15c7[202]][_0x15c7[1865]]=function(_0xdefbx2,_0xdefbx3){for(var _0xdefbx4=[],_0xdefbx5=0,_0xdefbx9=0;_0xdefbx9<_0xdefbx2[_0x15c7[67]];_0xdefbx9++){var _0xdefbxa=_0xdefbx2[_0xdefbx9];_0xdefbx4[_0xdefbx5++]=_0xdefbxa[_0x15c7[1833]](_0xdefbx3)};_0xdefbx4[_0x15c7[470]](function(_0xdefbx2,_0xdefbx3){return _0xdefbx2-_0xdefbx3});if(1==_0xdefbx5%2){return _0xdefbx4[Math[_0x15c7[519]](_0xdefbx5/2)]};if(2==_0xdefbx5){return (_0xdefbx4[0]+_0xdefbx4[1])/2};_0xdefbx9=_0xdefbx5/2;_0xdefbxa=_0xdefbx4[_0xdefbx9-1]-_0xdefbx4[0];_0xdefbx5=_0xdefbx4[_0xdefbx5-1]-_0xdefbx4[_0xdefbx9];return (_0xdefbx4[_0xdefbx9-1]*_0xdefbx5+_0xdefbx4[_0xdefbx9]*_0xdefbxa)/(_0xdefbxa+_0xdefbx5)};function MedianCellSorter(){}MedianCellSorter[_0x15c7[202]][_0x15c7[1865]]=0;MedianCellSorter[_0x15c7[202]][_0x15c7[246]]= !1;MedianCellSorter[_0x15c7[202]][_0x15c7[469]]=function(_0xdefbx2,_0xdefbx3){return null!=_0xdefbx2&&null!=_0xdefbx3?_0xdefbx3[_0x15c7[1865]]>_0xdefbx2[_0x15c7[1865]]?-1:_0xdefbx3[_0x15c7[1865]]<_0xdefbx2[_0x15c7[1865]]?1:0:0};function mxMinimumCycleRemover(_0xdefbx2){this[_0x15c7[1759]]=_0xdefbx2}mxMinimumCycleRemover[_0x15c7[202]]= new mxHierarchicalLayoutStage;mxMinimumCycleRemover[_0x15c7[202]][_0x15c7[196]]=mxMinimumCycleRemover;mxMinimumCycleRemover[_0x15c7[202]][_0x15c7[1759]]=null;mxMinimumCycleRemover[_0x15c7[202]][_0x15c7[350]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[1759]][_0x15c7[502]](),_0xdefbx4={},_0xdefbx5=mxUtils[_0x15c7[238]](_0xdefbx3[_0x15c7[1846]],null,!0),_0xdefbx9=null;if(null!=_0xdefbx3[_0x15c7[1845]]){var _0xdefbxa=_0xdefbx3[_0x15c7[1845]],_0xdefbx9=[];for(_0xdefbx2=0;_0xdefbx2<_0xdefbxa[_0x15c7[67]];_0xdefbx2++){var _0xdefbx12=mxCellPath[_0x15c7[385]](_0xdefbxa[_0xdefbx2]);_0xdefbx9[_0xdefbx2]=_0xdefbx3[_0x15c7[1846]][_0xdefbx12]}};_0xdefbx3[_0x15c7[209]](function(_0xdefbx2,_0xdefbx3,_0xdefbx9,_0xdefbxa,_0xdefbx12){_0xdefbx3[_0x15c7[1720]](_0xdefbx2)&&(_0xdefbx9[_0x15c7[1744]](),mxUtils[_0x15c7[205]](_0xdefbx9,_0xdefbx2[_0x15c7[1838]]),_0xdefbx2[_0x15c7[1837]][_0x15c7[207]](_0xdefbx9),mxUtils[_0x15c7[205]](_0xdefbx9,_0xdefbx3[_0x15c7[1837]]),_0xdefbx3[_0x15c7[1838]][_0x15c7[207]](_0xdefbx9));_0xdefbx2=mxCellPath[_0x15c7[385]](_0xdefbx3[_0x15c7[246]]);_0xdefbx4[_0xdefbx2]=_0xdefbx3;delete _0xdefbx5[_0xdefbx2]},_0xdefbx9,!0,null);_0xdefbx9=null;0<_0xdefbx5[_0x15c7[1866]]&&(_0xdefbx9=mxUtils[_0x15c7[238]](_0xdefbx5,null,!0));_0xdefbx2=mxUtils[_0x15c7[238]](_0xdefbx4,null,!0);_0xdefbx3[_0x15c7[209]](function(_0xdefbx2,_0xdefbx3,_0xdefbx9,_0xdefbxa,_0xdefbx12){_0xdefbx3[_0x15c7[1720]](_0xdefbx2)&&(_0xdefbx9[_0x15c7[1744]](),mxUtils[_0x15c7[205]](_0xdefbx9,_0xdefbx2[_0x15c7[1838]]),_0xdefbx3[_0x15c7[1838]][_0x15c7[207]](_0xdefbx9),_0xdefbx2[_0x15c7[1837]][_0x15c7[207]](_0xdefbx9),mxUtils[_0x15c7[205]](_0xdefbx9,_0xdefbx3[_0x15c7[1837]]));_0xdefbx2=mxCellPath[_0x15c7[385]](_0xdefbx3[_0x15c7[246]]);_0xdefbx4[_0xdefbx2]=_0xdefbx3;delete _0xdefbx5[_0xdefbx2]},_0xdefbx5,!0,_0xdefbx2);_0xdefbxa=this[_0x15c7[1759]][_0x15c7[1703]]();if(null!=_0xdefbx9&&0<_0xdefbx9[_0x15c7[67]]){_0xdefbx3=_0xdefbx3[_0x15c7[1845]];for(_0xdefbx2=0;_0xdefbx2<_0xdefbx9[_0x15c7[67]];_0xdefbx2++){_0xdefbx12=_0xdefbx9[_0xdefbx2][_0x15c7[246]],0==_0xdefbxa[_0x15c7[1867]](_0xdefbx12)[_0x15c7[67]]&&_0xdefbx3[_0x15c7[207]](_0xdefbx12)}}};function mxCoordinateAssignment(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){this[_0x15c7[1759]]=_0xdefbx2;this[_0x15c7[1868]]=_0xdefbx3;this[_0x15c7[1869]]=_0xdefbx4;this[_0x15c7[1870]]=_0xdefbx5;this[_0x15c7[1871]]=_0xdefbx9;this[_0x15c7[1872]]=_0xdefbxa}var mxHierarchicalEdgeStyle={ORTHOGONAL:1,POLYLINE:2,STRAIGHT:3,CURVE:4};mxCoordinateAssignment[_0x15c7[202]]= new mxHierarchicalLayoutStage;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[196]]=mxCoordinateAssignment;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1759]]=null;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1868]]=30;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1869]]=100;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1872]]=10;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1795]]=8;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1751]]=5;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1752]]=2;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1753]]=12;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1754]]=4;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1873]]=null;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1870]]=mxConstants[_0x15c7[1358]];mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1871]]=null;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1874]]=null;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1875]]=null;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1876]]=null;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1877]]=null;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1878]]=null;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1879]]=null;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1880]]=null;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1881]]=null;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1882]]= !0;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[675]]=mxHierarchicalEdgeStyle[_0x15c7[1883]];mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1884]]=null;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1885]]=null;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1745]]=10;mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1886]]=function(){var _0xdefbx2=this[_0x15c7[1759]][_0x15c7[502]]();mxLog[_0x15c7[539]]();mxLog[_0x15c7[171]](_0x15c7[1887]);for(var _0xdefbx3=0;_0xdefbx3<_0xdefbx2[_0x15c7[1850]][_0x15c7[67]];_0xdefbx3++){mxLog[_0x15c7[53]](_0x15c7[1888],_0xdefbx3,_0x15c7[1889]);for(var _0xdefbx4=_0xdefbx2[_0x15c7[1850]][_0xdefbx3],_0xdefbx5=0;_0xdefbx5<_0xdefbx4[_0x15c7[67]];_0xdefbx5++){mxLog[_0x15c7[53]](_0xdefbx4[_0xdefbx5][_0x15c7[1833]](_0xdefbx3),_0x15c7[316])};mxLog[_0x15c7[171]]()};mxLog[_0x15c7[171]](_0x15c7[1890])};mxCoordinateAssignment[_0x15c7[202]][_0x15c7[350]]=function(_0xdefbx2){this[_0x15c7[1873]]=[];_0xdefbx2=this[_0x15c7[1759]][_0x15c7[502]]();this[_0x15c7[1875]]=0;this[_0x15c7[1891]](this[_0x15c7[1759]][_0x15c7[1703]](),_0xdefbx2);this[_0x15c7[1882]]&&this[_0x15c7[1892]](_0xdefbx2);var _0xdefbx3=1E8;if(this[_0x15c7[1882]]){for(var _0xdefbx4=0;_0xdefbx4<this[_0x15c7[1795]];_0xdefbx4++){0!=_0xdefbx4&&(this[_0x15c7[1893]](_0xdefbx4,_0xdefbx2),this[_0x15c7[1892]](_0xdefbx2));if(this[_0x15c7[1875]]<_0xdefbx3){for(var _0xdefbx5=0;_0xdefbx5<_0xdefbx2[_0x15c7[1850]][_0x15c7[67]];_0xdefbx5++){for(var _0xdefbx9=_0xdefbx2[_0x15c7[1850]][_0xdefbx5],_0xdefbxa=0;_0xdefbxa<_0xdefbx9[_0x15c7[67]];_0xdefbxa++){var _0xdefbx12=_0xdefbx9[_0xdefbxa];_0xdefbx12[_0x15c7[1835]](_0xdefbx5,_0xdefbx12[_0x15c7[1833]](_0xdefbx5))}};_0xdefbx3=this[_0x15c7[1875]]}else {for(_0xdefbx5=0;_0xdefbx5<_0xdefbx2[_0x15c7[1850]][_0x15c7[67]];_0xdefbx5++){_0xdefbx9=_0xdefbx2[_0x15c7[1850]][_0xdefbx5];for(_0xdefbxa=0;_0xdefbxa<_0xdefbx9[_0x15c7[67]];_0xdefbxa++){_0xdefbx12=_0xdefbx9[_0xdefbxa],_0xdefbx12[_0x15c7[1834]](_0xdefbx5,_0xdefbx12[_0x15c7[730]](_0xdefbx5))}}};this[_0x15c7[1894]](this[_0x15c7[1759]][_0x15c7[1703]](),_0xdefbx2);this[_0x15c7[1875]]=0}};this[_0x15c7[1895]](this[_0x15c7[1759]][_0x15c7[1703]](),_0xdefbx2)};mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1892]]=function(_0xdefbx2){for(var _0xdefbx3=[],_0xdefbx4=[],_0xdefbx5=[],_0xdefbx9=0;_0xdefbx9<=_0xdefbx2[_0x15c7[1827]];_0xdefbx9++){_0xdefbx5[_0xdefbx9]=_0xdefbx2[_0x15c7[1850]][_0xdefbx9];for(var _0xdefbxa=0;_0xdefbxa<_0xdefbx5[_0xdefbx9][_0x15c7[67]];_0xdefbxa++){var _0xdefbx12=_0xdefbx5[_0xdefbx9][_0xdefbxa],_0xdefbx13= new WeightedCellSorter(_0xdefbx12,_0xdefbx9);_0xdefbx13[_0x15c7[1785]]=_0xdefbxa;_0xdefbx13[_0x15c7[1784]]= !0;_0xdefbx3[_0x15c7[207]](_0xdefbx13);_0xdefbx12=mxCellPath[_0x15c7[385]](_0xdefbx12[_0x15c7[1841]]());_0xdefbx4[_0xdefbx12]=_0xdefbx13}};_0xdefbx2=10*_0xdefbx3[_0x15c7[67]];for(_0xdefbxa=0;0<_0xdefbx3[_0x15c7[67]]&&_0xdefbxa<=_0xdefbx2;){var _0xdefbx13=_0xdefbx3[_0x15c7[1115]](),_0xdefbx9=_0xdefbx13[_0x15c7[246]],_0xdefbx14=_0xdefbx13[_0x15c7[1782]],_0xdefbx15=parseInt(_0xdefbx13[_0x15c7[1785]]),_0xdefbx12=_0xdefbx9[_0x15c7[1831]](_0xdefbx14),_0xdefbx16=_0xdefbx9[_0x15c7[1832]](_0xdefbx14),_0xdefbx17=_0xdefbx12[_0x15c7[67]],_0xdefbx18=_0xdefbx16[_0x15c7[67]],_0xdefbx19=this[_0x15c7[1896]](_0xdefbx12,_0xdefbx14+1),_0xdefbx1a=this[_0x15c7[1896]](_0xdefbx16,_0xdefbx14-1),_0xdefbx1b=_0xdefbx17+_0xdefbx18,_0xdefbx1c=_0xdefbx9[_0x15c7[1833]](_0xdefbx14),_0xdefbx1d=_0xdefbx1c;0<_0xdefbx1b&&(_0xdefbx1d=(_0xdefbx19*_0xdefbx17+_0xdefbx1a*_0xdefbx18)/_0xdefbx1b);_0xdefbx17= !1;_0xdefbx1d<_0xdefbx1c-1?0==_0xdefbx15?(_0xdefbx9[_0x15c7[1834]](_0xdefbx14,_0xdefbx1d),_0xdefbx17= !0):(_0xdefbx15=_0xdefbx5[_0xdefbx14][_0xdefbx15-1],_0xdefbx1c=_0xdefbx15[_0x15c7[1833]](_0xdefbx14),_0xdefbx1c=_0xdefbx1c+_0xdefbx15[_0x15c7[117]]/2+this[_0x15c7[1868]]+_0xdefbx9[_0x15c7[117]]/2,_0xdefbx1c<_0xdefbx1d?(_0xdefbx9[_0x15c7[1834]](_0xdefbx14,_0xdefbx1d),_0xdefbx17= !0):_0xdefbx1c<_0xdefbx9[_0x15c7[1833]](_0xdefbx14)-1&&(_0xdefbx9[_0x15c7[1834]](_0xdefbx14,_0xdefbx1c),_0xdefbx17= !0)):_0xdefbx1d>_0xdefbx1c+1&&(_0xdefbx15==_0xdefbx5[_0xdefbx14][_0x15c7[67]]-1?(_0xdefbx9[_0x15c7[1834]](_0xdefbx14,_0xdefbx1d),_0xdefbx17= !0):(_0xdefbx15=_0xdefbx5[_0xdefbx14][_0xdefbx15+1],_0xdefbx1c=_0xdefbx15[_0x15c7[1833]](_0xdefbx14),_0xdefbx1c=_0xdefbx1c-_0xdefbx15[_0x15c7[117]]/2-this[_0x15c7[1868]]-_0xdefbx9[_0x15c7[117]]/2,_0xdefbx1c>_0xdefbx1d?(_0xdefbx9[_0x15c7[1834]](_0xdefbx14,_0xdefbx1d),_0xdefbx17= !0):_0xdefbx1c>_0xdefbx9[_0x15c7[1833]](_0xdefbx14)+1&&(_0xdefbx9[_0x15c7[1834]](_0xdefbx14,_0xdefbx1c),_0xdefbx17= !0)));if(_0xdefbx17){for(_0xdefbx9=0;_0xdefbx9<_0xdefbx12[_0x15c7[67]];_0xdefbx9++){_0xdefbx14=_0xdefbx12[_0xdefbx9],_0xdefbx14=mxCellPath[_0x15c7[385]](_0xdefbx14[_0x15c7[1841]]()),_0xdefbx14=_0xdefbx4[_0xdefbx14],null!=_0xdefbx14&&!1==_0xdefbx14[_0x15c7[1784]]&&(_0xdefbx14[_0x15c7[1784]]= !0,_0xdefbx3[_0x15c7[207]](_0xdefbx14))};for(_0xdefbx9=0;_0xdefbx9<_0xdefbx16[_0x15c7[67]];_0xdefbx9++){_0xdefbx14=_0xdefbx16[_0xdefbx9],_0xdefbx14=mxCellPath[_0x15c7[385]](_0xdefbx14[_0x15c7[1841]]()),_0xdefbx14=_0xdefbx4[_0xdefbx14],null!=_0xdefbx14&&!1==_0xdefbx14[_0x15c7[1784]]&&(_0xdefbx14[_0x15c7[1784]]= !0,_0xdefbx3[_0x15c7[207]](_0xdefbx14))}};_0xdefbx13[_0x15c7[1784]]= !1;_0xdefbxa++}};mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1893]]=function(_0xdefbx2,_0xdefbx3){if(0==_0xdefbx2%2){for(var _0xdefbx4=_0xdefbx3[_0x15c7[1827]];0<_0xdefbx4;_0xdefbx4--){this[_0x15c7[1897]](_0xdefbx4-1,_0xdefbx3,_0xdefbx4)}}else {for(_0xdefbx4=0;_0xdefbx4<_0xdefbx3[_0x15c7[1827]]-1;_0xdefbx4++){this[_0x15c7[1897]](_0xdefbx4+1,_0xdefbx3,_0xdefbx4)}}};mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1897]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx3=_0xdefbx3[_0x15c7[1850]][_0xdefbx2];for(var _0xdefbx5=[],_0xdefbx9=[],_0xdefbxa=0;_0xdefbxa<_0xdefbx3[_0x15c7[67]];_0xdefbxa++){var _0xdefbx12=_0xdefbx3[_0xdefbxa];_0xdefbx5[_0xdefbxa]= new WeightedCellSorter;_0xdefbx5[_0xdefbxa][_0x15c7[246]]=_0xdefbx12;_0xdefbx5[_0xdefbxa][_0x15c7[1785]]=_0xdefbxa;var _0xdefbx13=mxCellPath[_0x15c7[385]](_0xdefbx12[_0x15c7[1841]]());_0xdefbx9[_0xdefbx13]=_0xdefbx5[_0xdefbxa];var _0xdefbx14=null,_0xdefbx14=_0xdefbx4<_0xdefbx2?_0xdefbx12[_0x15c7[1832]](_0xdefbx2):_0xdefbx12[_0x15c7[1831]](_0xdefbx2);_0xdefbx5[_0xdefbxa][_0x15c7[1782]]=this[_0x15c7[1898]](_0xdefbx12,_0xdefbx14)};_0xdefbx5[_0x15c7[470]](WeightedCellSorter[_0x15c7[202]][_0x15c7[469]]);for(_0xdefbxa=0;_0xdefbxa<_0xdefbx5[_0x15c7[67]];_0xdefbxa++){_0xdefbx13=0;_0xdefbx12=_0xdefbx5[_0xdefbxa][_0x15c7[246]];_0xdefbx13=0;_0xdefbx14=_0xdefbx4<_0xdefbx2?_0xdefbx12[_0x15c7[1832]](_0xdefbx2)[_0x15c7[1853]]():_0xdefbx12[_0x15c7[1831]](_0xdefbx2)[_0x15c7[1853]]();null!=_0xdefbx14&&(_0xdefbx13=_0xdefbx14[_0x15c7[67]],_0xdefbx13=0<_0xdefbx13?this[_0x15c7[1896]](_0xdefbx14,_0xdefbx4):_0xdefbx12[_0x15c7[1833]](_0xdefbx2));for(var _0xdefbx15=0,_0xdefbx14=-1E8,_0xdefbx16=_0xdefbx5[_0xdefbxa][_0x15c7[1785]]-1;0<=_0xdefbx16;){var _0xdefbx17=mxCellPath[_0x15c7[385]](_0xdefbx3[_0xdefbx16][_0x15c7[1841]]()),_0xdefbx17=_0xdefbx9[_0xdefbx17];if(null!=_0xdefbx17){var _0xdefbx18=_0xdefbx17[_0x15c7[246]];_0xdefbx17[_0x15c7[1784]]?(_0xdefbx14=_0xdefbx18[_0x15c7[1833]](_0xdefbx2)+_0xdefbx18[_0x15c7[117]]/2+this[_0x15c7[1868]]+_0xdefbx15+_0xdefbx12[_0x15c7[117]]/2,_0xdefbx16= -1):(_0xdefbx15+=_0xdefbx18[_0x15c7[117]]+this[_0x15c7[1868]],_0xdefbx16--)}};_0xdefbx15=0;_0xdefbx18=1E8;for(_0xdefbx16=_0xdefbx5[_0xdefbxa][_0x15c7[1785]]+1;_0xdefbx16<_0xdefbx5[_0x15c7[67]];){if(_0xdefbx17=mxCellPath[_0x15c7[385]](_0xdefbx3[_0xdefbx16][_0x15c7[1841]]()),_0xdefbx17=_0xdefbx9[_0xdefbx17],null!=_0xdefbx17){var _0xdefbx19=_0xdefbx17[_0x15c7[246]];_0xdefbx17[_0x15c7[1784]]?(_0xdefbx18=_0xdefbx19[_0x15c7[1833]](_0xdefbx2)-_0xdefbx19[_0x15c7[117]]/2-this[_0x15c7[1868]]-_0xdefbx15-_0xdefbx12[_0x15c7[117]]/2,_0xdefbx16=_0xdefbx5[_0x15c7[67]]):(_0xdefbx15+=_0xdefbx19[_0x15c7[117]]+this[_0x15c7[1868]],_0xdefbx16++)}};_0xdefbx13>=_0xdefbx14&&_0xdefbx13<=_0xdefbx18?_0xdefbx12[_0x15c7[1834]](_0xdefbx2,_0xdefbx13):_0xdefbx13<_0xdefbx14?(_0xdefbx12[_0x15c7[1834]](_0xdefbx2,_0xdefbx14),this[_0x15c7[1875]]+=_0xdefbx14-_0xdefbx13):_0xdefbx13>_0xdefbx18&&(_0xdefbx12[_0x15c7[1834]](_0xdefbx2,_0xdefbx18),this[_0x15c7[1875]]+=_0xdefbx13-_0xdefbx18);_0xdefbx5[_0xdefbxa][_0x15c7[1784]]= !0}};mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1898]]=function(_0xdefbx2,_0xdefbx3){for(var _0xdefbx4=0,_0xdefbx5=0;_0xdefbx5<_0xdefbx3[_0x15c7[67]];_0xdefbx5++){var _0xdefbx9=_0xdefbx3[_0xdefbx5];_0xdefbx2[_0x15c7[1193]]()&&_0xdefbx9[_0x15c7[1193]]()?_0xdefbx4++:_0xdefbx4=_0xdefbx2[_0x15c7[250]]()&&_0xdefbx9[_0x15c7[250]]()?_0xdefbx4+8:_0xdefbx4+2};return _0xdefbx4};mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1896]]=function(_0xdefbx2,_0xdefbx3){if(0==_0xdefbx2[_0x15c7[67]]){return 0};for(var _0xdefbx4=[],_0xdefbx5=0;_0xdefbx5<_0xdefbx2[_0x15c7[67]];_0xdefbx5++){_0xdefbx4[_0xdefbx5]=_0xdefbx2[_0xdefbx5][_0x15c7[1833]](_0xdefbx3)};_0xdefbx4[_0x15c7[470]](function(_0xdefbx2,_0xdefbx3){return _0xdefbx2-_0xdefbx3});if(1==_0xdefbx2[_0x15c7[67]]%2){return _0xdefbx4[Math[_0x15c7[519]](_0xdefbx2[_0x15c7[67]]/2)]};_0xdefbx5=_0xdefbx2[_0x15c7[67]]/2;return (_0xdefbx4[_0xdefbx5-1]+_0xdefbx4[_0xdefbx5])/2};mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1891]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[1899]](_0xdefbx2,_0xdefbx3);for(var _0xdefbx4=this[_0x15c7[1876]];0<=_0xdefbx4;_0xdefbx4--){_0xdefbx4<_0xdefbx3[_0x15c7[1827]]&&this[_0x15c7[1900]](_0xdefbx4,_0xdefbx2,_0xdefbx3)};for(_0xdefbx4=this[_0x15c7[1876]]+1;_0xdefbx4<=_0xdefbx3[_0x15c7[1827]];_0xdefbx4++){0<_0xdefbx4&&this[_0x15c7[1900]](_0xdefbx4,_0xdefbx2,_0xdefbx3)}};mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1900]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx3=_0xdefbx4[_0x15c7[1850]][_0xdefbx2];_0xdefbx4=0;for(var _0xdefbx5=this[_0x15c7[1871]]+(this[_0x15c7[1879]]-this[_0x15c7[1880]][_0xdefbx2])/2,_0xdefbx9=!1,_0xdefbxa=0;_0xdefbxa<_0xdefbx3[_0x15c7[67]];_0xdefbxa++){var _0xdefbx12=_0xdefbx3[_0xdefbxa];if(_0xdefbx12[_0x15c7[1193]]()){var _0xdefbx13=this[_0x15c7[1759]][_0x15c7[1726]](_0xdefbx12[_0x15c7[246]]);null!=_0xdefbx13?this[_0x15c7[1870]]==mxConstants[_0x15c7[1358]]||this[_0x15c7[1870]]==mxConstants[_0x15c7[1354]]?(_0xdefbx12[_0x15c7[117]]=_0xdefbx13[_0x15c7[117]],_0xdefbx12[_0x15c7[119]]=_0xdefbx13[_0x15c7[119]]):(_0xdefbx12[_0x15c7[117]]=_0xdefbx13[_0x15c7[119]],_0xdefbx12[_0x15c7[119]]=_0xdefbx13[_0x15c7[117]]):_0xdefbx9= !0;_0xdefbx4=Math[_0x15c7[160]](_0xdefbx4,_0xdefbx12[_0x15c7[119]])}else {_0xdefbx12[_0x15c7[250]]()&&(_0xdefbx13=1,null!=_0xdefbx12[_0x15c7[1842]]?_0xdefbx13=_0xdefbx12[_0x15c7[1842]][_0x15c7[67]]:mxLog[_0x15c7[283]](_0x15c7[1901]),_0xdefbx12[_0x15c7[117]]=(_0xdefbx13-1)*this[_0x15c7[1872]])};_0xdefbx5+=_0xdefbx12[_0x15c7[117]]/2;_0xdefbx12[_0x15c7[1835]](_0xdefbx2,_0xdefbx5);_0xdefbx12[_0x15c7[1834]](_0xdefbx2,_0xdefbx5);_0xdefbx5+=_0xdefbx12[_0x15c7[117]]/2;_0xdefbx5+=this[_0x15c7[1868]]};!0==_0xdefbx9&&mxLog[_0x15c7[283]](_0x15c7[1902])};mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1899]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=-this[_0x15c7[1869]],_0xdefbx5=0;this[_0x15c7[1880]]=[];this[_0x15c7[1881]]=[];for(var _0xdefbx9=_0xdefbx3[_0x15c7[1827]];0<=_0xdefbx9;_0xdefbx9--){for(var _0xdefbxa=0,_0xdefbx12=_0xdefbx3[_0x15c7[1850]][_0xdefbx9],_0xdefbx13=this[_0x15c7[1871]],_0xdefbx14=!1,_0xdefbx15=0;_0xdefbx15<_0xdefbx12[_0x15c7[67]];_0xdefbx15++){var _0xdefbx16=_0xdefbx12[_0xdefbx15];if(_0xdefbx16[_0x15c7[1193]]()){var _0xdefbx17=this[_0x15c7[1759]][_0x15c7[1726]](_0xdefbx16[_0x15c7[246]]);null!=_0xdefbx17?this[_0x15c7[1870]]==mxConstants[_0x15c7[1358]]||this[_0x15c7[1870]]==mxConstants[_0x15c7[1354]]?(_0xdefbx16[_0x15c7[117]]=_0xdefbx17[_0x15c7[117]],_0xdefbx16[_0x15c7[119]]=_0xdefbx17[_0x15c7[119]]):(_0xdefbx16[_0x15c7[117]]=_0xdefbx17[_0x15c7[119]],_0xdefbx16[_0x15c7[119]]=_0xdefbx17[_0x15c7[117]]):_0xdefbx14= !0;_0xdefbxa=Math[_0x15c7[160]](_0xdefbxa,_0xdefbx16[_0x15c7[119]])}else {_0xdefbx16[_0x15c7[250]]()&&(_0xdefbx17=1,null!=_0xdefbx16[_0x15c7[1842]]?_0xdefbx17=_0xdefbx16[_0x15c7[1842]][_0x15c7[67]]:mxLog[_0x15c7[283]](_0x15c7[1901]),_0xdefbx16[_0x15c7[117]]=(_0xdefbx17-1)*this[_0x15c7[1872]])};_0xdefbx13+=_0xdefbx16[_0x15c7[117]]/2;_0xdefbx16[_0x15c7[1835]](_0xdefbx9,_0xdefbx13);_0xdefbx16[_0x15c7[1834]](_0xdefbx9,_0xdefbx13);_0xdefbx13+=_0xdefbx16[_0x15c7[117]]/2;_0xdefbx13+=this[_0x15c7[1868]];_0xdefbx13>this[_0x15c7[1879]]&&(this[_0x15c7[1879]]=_0xdefbx13,this[_0x15c7[1876]]=_0xdefbx9);this[_0x15c7[1880]][_0xdefbx9]=_0xdefbx13};!0==_0xdefbx14&&mxLog[_0x15c7[283]](_0x15c7[1902]);this[_0x15c7[1881]][_0xdefbx9]=_0xdefbx4;_0xdefbx13=_0xdefbxa/2+_0xdefbx5/2+this[_0x15c7[1869]];_0xdefbx5=_0xdefbxa;_0xdefbx4=this[_0x15c7[1870]]==mxConstants[_0x15c7[1358]]||this[_0x15c7[1870]]==mxConstants[_0x15c7[1359]]?_0xdefbx4+_0xdefbx13:_0xdefbx4-_0xdefbx13;for(_0xdefbx15=0;_0xdefbx15<_0xdefbx12[_0x15c7[67]];_0xdefbx15++){_0xdefbx12[_0xdefbx15][_0x15c7[1836]](_0xdefbx9,_0xdefbx4)}}};mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1894]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=_0xdefbx3[_0x15c7[1847]],_0xdefbx5;for(_0xdefbx5 in _0xdefbx4){var _0xdefbx9=_0xdefbx4[_0xdefbx5];if(!(1>_0xdefbx9[_0x15c7[1827]]-_0xdefbx9[_0x15c7[1828]]-1)){for(var _0xdefbxa=_0xdefbx9[_0x15c7[1833]](_0xdefbx9[_0x15c7[1828]]+1),_0xdefbx12=!0,_0xdefbx13=0,_0xdefbx14=_0xdefbx9[_0x15c7[1828]]+2;_0xdefbx14<_0xdefbx9[_0x15c7[1827]];_0xdefbx14++){var _0xdefbx15=_0xdefbx9[_0x15c7[1833]](_0xdefbx14);_0xdefbxa!=_0xdefbx15?(_0xdefbx12= !1,_0xdefbxa=_0xdefbx15):_0xdefbx13++};if(!_0xdefbx12){for(var _0xdefbx12=_0xdefbxa=0,_0xdefbx15=[],_0xdefbx16=[],_0xdefbx17=_0xdefbx9[_0x15c7[1833]](_0xdefbx9[_0x15c7[1828]]+1),_0xdefbx14=_0xdefbx9[_0x15c7[1828]]+1;_0xdefbx14<_0xdefbx9[_0x15c7[1827]]-1;_0xdefbx14++){var _0xdefbx18=_0xdefbx9[_0x15c7[730]](_0xdefbx14+1);_0xdefbx17==_0xdefbx18?(_0xdefbx15[_0xdefbx14-_0xdefbx9[_0x15c7[1828]]-1]=_0xdefbx17,_0xdefbxa++):this[_0x15c7[1903]](_0xdefbx3,_0xdefbx9,_0xdefbx14+1,_0xdefbx17)?(_0xdefbx15[_0xdefbx14-_0xdefbx9[_0x15c7[1828]]-1]=_0xdefbx17,_0xdefbxa++):_0xdefbx17=_0xdefbx15[_0xdefbx14-_0xdefbx9[_0x15c7[1828]]-1]=_0xdefbx18};_0xdefbx17=_0xdefbx9[_0x15c7[730]](_0xdefbx14);for(_0xdefbx14=_0xdefbx9[_0x15c7[1827]]-1;_0xdefbx14>_0xdefbx9[_0x15c7[1828]]+1;_0xdefbx14--){_0xdefbx18=_0xdefbx9[_0x15c7[730]](_0xdefbx14-1),_0xdefbx17==_0xdefbx18?(_0xdefbx16[_0xdefbx14-_0xdefbx9[_0x15c7[1828]]-2]=_0xdefbx17,_0xdefbx12++):this[_0x15c7[1903]](_0xdefbx3,_0xdefbx9,_0xdefbx14-1,_0xdefbx17)?(_0xdefbx16[_0xdefbx14-_0xdefbx9[_0x15c7[1828]]-2]=_0xdefbx17,_0xdefbx12++):(_0xdefbx16[_0xdefbx14-_0xdefbx9[_0x15c7[1828]]-2]=_0xdefbx9[_0x15c7[730]](_0xdefbx14-1),_0xdefbx17=_0xdefbx18)};if(_0xdefbx12>_0xdefbx13||_0xdefbxa>_0xdefbx13){if(_0xdefbx12>=_0xdefbxa){for(_0xdefbx14=_0xdefbx9[_0x15c7[1827]]-2;_0xdefbx14>_0xdefbx9[_0x15c7[1828]];_0xdefbx14--){_0xdefbx9[_0x15c7[1835]](_0xdefbx14,_0xdefbx16[_0xdefbx14-_0xdefbx9[_0x15c7[1828]]-1])}}else {if(_0xdefbxa>_0xdefbx12){for(_0xdefbx14=_0xdefbx9[_0x15c7[1828]]+2;_0xdefbx14<_0xdefbx9[_0x15c7[1827]];_0xdefbx14++){_0xdefbx9[_0x15c7[1835]](_0xdefbx14,_0xdefbx15[_0xdefbx14-_0xdefbx9[_0x15c7[1828]]-2])}}}}}}}};mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1903]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx2=_0xdefbx2[_0x15c7[1850]][_0xdefbx4];for(var _0xdefbx9=-1,_0xdefbxa=0;_0xdefbxa<_0xdefbx2[_0x15c7[67]];_0xdefbxa++){if(_0xdefbx3==_0xdefbx2[_0xdefbxa]){_0xdefbx9=_0xdefbxa;break}};if(0>_0xdefbx9){return !1};_0xdefbxa=_0xdefbx3[_0x15c7[1833]](_0xdefbx4);if(_0xdefbx5<_0xdefbxa){if(0==_0xdefbx9){return !0};_0xdefbx2=_0xdefbx2[_0xdefbx9-1];_0xdefbx4=_0xdefbx2[_0x15c7[1833]](_0xdefbx4);_0xdefbx4=_0xdefbx4+_0xdefbx2[_0x15c7[117]]/2+this[_0x15c7[1868]]+_0xdefbx3[_0x15c7[117]]/2;if(!(_0xdefbx4<=_0xdefbx5)){return !1}}else {if(_0xdefbx5>_0xdefbxa){if(_0xdefbx9==_0xdefbx2[_0x15c7[67]]-1){return !0};_0xdefbx2=_0xdefbx2[_0xdefbx9+1];_0xdefbx4=_0xdefbx2[_0x15c7[1833]](_0xdefbx4);_0xdefbx4=_0xdefbx4-_0xdefbx2[_0x15c7[117]]/2-this[_0x15c7[1868]]-_0xdefbx3[_0x15c7[117]]/2;if(!(_0xdefbx4>=_0xdefbx5)){return !1}}};return !0};mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1895]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[1877]]=[];this[_0x15c7[1878]]=[];for(var _0xdefbx4=0;_0xdefbx4<_0xdefbx3[_0x15c7[1850]][_0x15c7[67]];_0xdefbx4++){this[_0x15c7[1877]][_0xdefbx4]=Number[_0x15c7[1904]],this[_0x15c7[1878]][_0xdefbx4]=0};_0xdefbx4=null;this[_0x15c7[1759]][_0x15c7[1735]]&&(_0xdefbx4={});var _0xdefbx5=_0xdefbx3[_0x15c7[1847]],_0xdefbx9=_0xdefbx3[_0x15c7[1846]],_0xdefbxa;for(_0xdefbxa in _0xdefbx9){var _0xdefbx12=_0xdefbx9[_0xdefbxa];this[_0x15c7[1725]](_0xdefbx12);if(this[_0x15c7[1759]][_0x15c7[1735]]){var _0xdefbx12=_0xdefbx2[_0x15c7[251]][_0x15c7[1197]](_0xdefbx12[_0x15c7[246]]),_0xdefbx13=mxCellPath[_0x15c7[385]](_0xdefbx12);null==_0xdefbx4[_0xdefbx13]&&(_0xdefbx4[_0xdefbx13]=_0xdefbx12)}};this[_0x15c7[1759]][_0x15c7[1735]]&&null!=_0xdefbx4&&this[_0x15c7[1763]](_0xdefbx4);(this[_0x15c7[675]]==mxHierarchicalEdgeStyle[_0x15c7[1905]]||this[_0x15c7[675]]==mxHierarchicalEdgeStyle[_0x15c7[1883]]||this[_0x15c7[675]]==mxHierarchicalEdgeStyle[_0x15c7[1906]])&&this[_0x15c7[1764]](_0xdefbx3);for(_0xdefbxa in _0xdefbx5){this[_0x15c7[1907]](_0xdefbx5[_0xdefbxa])}};mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1763]]=function(_0xdefbx2){var _0xdefbx3=[],_0xdefbx4;for(_0xdefbx4 in _0xdefbx2){_0xdefbx3[_0x15c7[207]](_0xdefbx2[_0xdefbx4])};this[_0x15c7[1759]][_0x15c7[1727]](mxUtils[_0x15c7[1779]](_0xdefbx3,!0),this[_0x15c7[1745]])};mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1764]]=function(_0xdefbx2){for(var _0xdefbx3=0;_0xdefbx3<_0xdefbx2[_0x15c7[1850]][_0x15c7[67]];_0xdefbx3++){for(var _0xdefbx4=_0xdefbx2[_0x15c7[1850]][_0xdefbx3],_0xdefbx5=0;_0xdefbx5<_0xdefbx4[_0x15c7[67]];_0xdefbx5++){var _0xdefbx9=_0xdefbx4[_0xdefbx5];if(_0xdefbx9[_0x15c7[1193]]()){for(var _0xdefbxa=_0xdefbx9[_0x15c7[1832]](_0xdefbx3),_0xdefbx12=_0xdefbx3-1,_0xdefbx13=0;2>_0xdefbx13;_0xdefbx13++){if(-1<_0xdefbx12&&_0xdefbx12<_0xdefbx2[_0x15c7[1850]][_0x15c7[67]]&&null!=_0xdefbxa&&0<_0xdefbxa[_0x15c7[67]]){for(var _0xdefbx14=[],_0xdefbx15=0;_0xdefbx15<_0xdefbxa[_0x15c7[67]];_0xdefbx15++){var _0xdefbx16= new WeightedCellSorter(_0xdefbxa[_0xdefbx15],_0xdefbxa[_0xdefbx15][_0x15c7[730]](_0xdefbx12));_0xdefbx14[_0x15c7[207]](_0xdefbx16)};_0xdefbx14[_0x15c7[470]](WeightedCellSorter[_0x15c7[202]][_0x15c7[469]]);for(var _0xdefbx16=_0xdefbx9[_0x15c7[235]][0]-_0xdefbx9[_0x15c7[117]]/2,_0xdefbx17=_0xdefbx16+_0xdefbx9[_0x15c7[117]],_0xdefbx18=_0xdefbxa=0,_0xdefbx12=[],_0xdefbx15=0;_0xdefbx15<_0xdefbx14[_0x15c7[67]];_0xdefbx15++){var _0xdefbx19=_0xdefbx14[_0xdefbx15][_0x15c7[246]],_0xdefbx1a;if(_0xdefbx19[_0x15c7[1193]]()){_0xdefbx1a=0==_0xdefbx13?_0xdefbx9[_0x15c7[1838]]:_0xdefbx9[_0x15c7[1837]];for(var _0xdefbx1b=0;_0xdefbx1b<_0xdefbx1a[_0x15c7[67]];_0xdefbx1b++){if(_0xdefbx1a[_0xdefbx1b][_0x15c7[1097]]==_0xdefbx19||_0xdefbx1a[_0xdefbx1b][_0x15c7[772]]==_0xdefbx19){_0xdefbxa+=_0xdefbx1a[_0xdefbx1b][_0x15c7[1842]][_0x15c7[67]],_0xdefbx18++,_0xdefbx12[_0x15c7[207]](_0xdefbx1a[_0xdefbx1b])}}}else {_0xdefbxa+=_0xdefbx19[_0x15c7[1842]][_0x15c7[67]],_0xdefbx18++,_0xdefbx12[_0x15c7[207]](_0xdefbx19)}};_0xdefbx9[_0x15c7[117]]>(_0xdefbxa+1)*this[_0x15c7[1751]]+2*this[_0x15c7[1751]]&&(_0xdefbx16+=this[_0x15c7[1751]],_0xdefbx17-=this[_0x15c7[1751]]);_0xdefbx14=(_0xdefbx17-_0xdefbx16)/_0xdefbxa;_0xdefbx16+=_0xdefbx14/2;_0xdefbx17=this[_0x15c7[1753]]-this[_0x15c7[1752]];for(_0xdefbx15=_0xdefbx18=0;_0xdefbx15<_0xdefbx12[_0x15c7[67]];_0xdefbx15++){_0xdefbx19=_0xdefbx12[_0xdefbx15][_0x15c7[1842]][_0x15c7[67]];_0xdefbx1b=mxCellPath[_0x15c7[385]](_0xdefbx12[_0xdefbx15][_0x15c7[1842]][0]);_0xdefbx1a=this[_0x15c7[1873]][_0xdefbx1b];null==_0xdefbx1a&&(_0xdefbx1a=[],this[_0x15c7[1873]][_0xdefbx1b]=_0xdefbx1a);_0xdefbx15<_0xdefbxa/2?_0xdefbx17+=this[_0x15c7[1752]]:_0xdefbx15>_0xdefbxa/2&&(_0xdefbx17-=this[_0x15c7[1752]]);for(_0xdefbx1b=0;_0xdefbx1b<_0xdefbx19;_0xdefbx1b++){_0xdefbx1a[4*_0xdefbx1b+2*_0xdefbx13]=_0xdefbx16,_0xdefbx16+=_0xdefbx14,_0xdefbx1a[4*_0xdefbx1b+2*_0xdefbx13+1]=_0xdefbx17};_0xdefbx18=Math[_0x15c7[160]](_0xdefbx18,_0xdefbx17)}};_0xdefbxa=_0xdefbx9[_0x15c7[1831]](_0xdefbx3);_0xdefbx12=_0xdefbx3+1}}}}};mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1907]]=function(_0xdefbx2){var _0xdefbx3=0;if(101207!=_0xdefbx2[_0x15c7[1826]][0]){var _0xdefbx4=_0xdefbx2[_0x15c7[1827]],_0xdefbx5=_0xdefbx2[_0x15c7[1828]];_0xdefbx4==_0xdefbx5&&(_0xdefbx4=_0xdefbx2[_0x15c7[1097]][_0x15c7[1827]],_0xdefbx5=_0xdefbx2[_0x15c7[772]][_0x15c7[1828]]);for(var _0xdefbx9=0,_0xdefbxa=mxCellPath[_0x15c7[385]](_0xdefbx2[_0x15c7[1842]][0]),_0xdefbxa=this[_0x15c7[1873]][_0xdefbxa],_0xdefbx12=_0xdefbx2[_0x15c7[1843]]?_0xdefbx2[_0x15c7[772]][_0x15c7[246]]:_0xdefbx2[_0x15c7[1097]][_0x15c7[246]],_0xdefbx13=this[_0x15c7[1759]][_0x15c7[1179]],_0xdefbx14=0;_0xdefbx14<_0xdefbx2[_0x15c7[1842]][_0x15c7[67]];_0xdefbx14++){var _0xdefbx15=_0xdefbx2[_0x15c7[1842]][_0xdefbx14],_0xdefbx16=this[_0x15c7[1759]][_0x15c7[1710]](_0xdefbx15,!0),_0xdefbx17=_0xdefbx13[_0x15c7[251]][_0x15c7[1709]](_0xdefbx15,!0),_0xdefbx18=[],_0xdefbx19=_0xdefbx2[_0x15c7[1843]];_0xdefbx16!=_0xdefbx12&&(_0xdefbx19= !_0xdefbx19);if(null!=_0xdefbxa){var _0xdefbx1a=_0xdefbx19?2:0,_0xdefbx1b=_0xdefbx19?this[_0x15c7[1877]][_0xdefbx5]:this[_0x15c7[1878]][_0xdefbx4],_0xdefbx1c=_0xdefbxa[4*_0xdefbx9+1+_0xdefbx1a];_0xdefbx19&&(_0xdefbx1c= -_0xdefbx1c);_0xdefbx1b+=_0xdefbx1c;_0xdefbx1a=_0xdefbxa[4*_0xdefbx9+_0xdefbx1a];_0xdefbx17=_0xdefbx13[_0x15c7[251]][_0x15c7[1709]](_0xdefbx15,!0);this[_0x15c7[1759]][_0x15c7[1908]](_0xdefbx17)&&_0xdefbx13[_0x15c7[251]][_0x15c7[1197]](_0xdefbx17)==_0xdefbx16&&(_0xdefbx1a=_0xdefbx13[_0x15c7[441]][_0x15c7[248]](_0xdefbx17),_0xdefbx1a=null!=_0xdefbx1a?_0xdefbx1a[_0x15c7[235]]:_0xdefbx16[_0x15c7[256]][_0x15c7[235]]+_0xdefbx2[_0x15c7[1097]][_0x15c7[117]]*_0xdefbx17[_0x15c7[256]][_0x15c7[235]]);this[_0x15c7[1870]]==mxConstants[_0x15c7[1358]]||this[_0x15c7[1870]]==mxConstants[_0x15c7[1354]]?(_0xdefbx18[_0x15c7[207]]( new mxPoint(_0xdefbx1a,_0xdefbx1b)),this[_0x15c7[675]]==mxHierarchicalEdgeStyle[_0x15c7[1906]]&&_0xdefbx18[_0x15c7[207]]( new mxPoint(_0xdefbx1a,_0xdefbx1b+_0xdefbx1c))):(_0xdefbx18[_0x15c7[207]]( new mxPoint(_0xdefbx1b,_0xdefbx1a)),this[_0x15c7[675]]==mxHierarchicalEdgeStyle[_0x15c7[1906]]&&_0xdefbx18[_0x15c7[207]]( new mxPoint(_0xdefbx1b+_0xdefbx1c,_0xdefbx1a)))};_0xdefbx1a=_0xdefbx2[_0x15c7[235]][_0x15c7[67]]-1;_0xdefbx1b=_0xdefbx1c= -1;_0xdefbx16=_0xdefbx2[_0x15c7[1827]]-1;_0xdefbx19&&(_0xdefbx1a=0,_0xdefbx1c=_0xdefbx2[_0x15c7[235]][_0x15c7[67]],_0xdefbx1b=1,_0xdefbx16=_0xdefbx2[_0x15c7[1828]]+1);for(;_0xdefbx2[_0x15c7[1827]]!=_0xdefbx2[_0x15c7[1828]]&&_0xdefbx1a!=_0xdefbx1c;_0xdefbx1a+=_0xdefbx1b){var _0xdefbx17=_0xdefbx2[_0x15c7[235]][_0xdefbx1a]+_0xdefbx3,_0xdefbx1d=(this[_0x15c7[1877]][_0xdefbx16]+this[_0x15c7[1878]][_0xdefbx16+1])/2,_0xdefbx1e=(this[_0x15c7[1877]][_0xdefbx16-1]+this[_0x15c7[1878]][_0xdefbx16])/2;if(_0xdefbx19){var _0xdefbx1f=_0xdefbx1d,_0xdefbx1d=_0xdefbx1e,_0xdefbx1e=_0xdefbx1f};this[_0x15c7[1870]]==mxConstants[_0x15c7[1358]]||this[_0x15c7[1870]]==mxConstants[_0x15c7[1354]]?(_0xdefbx18[_0x15c7[207]]( new mxPoint(_0xdefbx17,_0xdefbx1d)),_0xdefbx18[_0x15c7[207]]( new mxPoint(_0xdefbx17,_0xdefbx1e))):(_0xdefbx18[_0x15c7[207]]( new mxPoint(_0xdefbx1d,_0xdefbx17)),_0xdefbx18[_0x15c7[207]]( new mxPoint(_0xdefbx1e,_0xdefbx17)));this[_0x15c7[1874]]=Math[_0x15c7[160]](this[_0x15c7[1874]],_0xdefbx17);_0xdefbx16+=_0xdefbx1b};null!=_0xdefbxa&&(_0xdefbx1a=_0xdefbx19?2:0,_0xdefbx1b=_0xdefbx19?this[_0x15c7[1878]][_0xdefbx4]:this[_0x15c7[1877]][_0xdefbx5],_0xdefbx1c=_0xdefbxa[4*_0xdefbx9+3-_0xdefbx1a],_0xdefbx19&&(_0xdefbx1c= -_0xdefbx1c),_0xdefbx1b-=_0xdefbx1c,_0xdefbx1a=_0xdefbxa[4*_0xdefbx9+2-_0xdefbx1a],_0xdefbx19=_0xdefbx13[_0x15c7[251]][_0x15c7[1709]](_0xdefbx15,!1),_0xdefbx16=this[_0x15c7[1759]][_0x15c7[1710]](_0xdefbx15,!1),this[_0x15c7[1759]][_0x15c7[1908]](_0xdefbx19)&&_0xdefbx13[_0x15c7[251]][_0x15c7[1197]](_0xdefbx19)==_0xdefbx16&&(_0xdefbx1a=_0xdefbx13[_0x15c7[441]][_0x15c7[248]](_0xdefbx19),_0xdefbx1a=null!=_0xdefbx1a?_0xdefbx1a[_0x15c7[235]]:_0xdefbx16[_0x15c7[256]][_0x15c7[235]]+_0xdefbx2[_0x15c7[772]][_0x15c7[117]]*_0xdefbx19[_0x15c7[256]][_0x15c7[235]]),this[_0x15c7[1870]]==mxConstants[_0x15c7[1358]]||this[_0x15c7[1870]]==mxConstants[_0x15c7[1354]]?(this[_0x15c7[675]]==mxHierarchicalEdgeStyle[_0x15c7[1906]]&&_0xdefbx18[_0x15c7[207]]( new mxPoint(_0xdefbx1a,_0xdefbx1b-_0xdefbx1c)),_0xdefbx18[_0x15c7[207]]( new mxPoint(_0xdefbx1a,_0xdefbx1b))):(this[_0x15c7[675]]==mxHierarchicalEdgeStyle[_0x15c7[1906]]&&_0xdefbx18[_0x15c7[207]]( new mxPoint(_0xdefbx1b-_0xdefbx1c,_0xdefbx1a)),_0xdefbx18[_0x15c7[207]]( new mxPoint(_0xdefbx1b,_0xdefbx1a))));_0xdefbx2[_0x15c7[1843]]&&this[_0x15c7[1909]](_0xdefbx2,_0xdefbx15);this[_0x15c7[1759]][_0x15c7[1722]](_0xdefbx15,_0xdefbx18);_0xdefbx3=0==_0xdefbx3?this[_0x15c7[1872]]:0<_0xdefbx3?-_0xdefbx3:-_0xdefbx3+this[_0x15c7[1872]];_0xdefbx9++};_0xdefbx2[_0x15c7[1826]][0]=101207}};mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1725]]=function(_0xdefbx2){var _0xdefbx3=_0xdefbx2[_0x15c7[246]],_0xdefbx4=_0xdefbx2[_0x15c7[235]][0]-_0xdefbx2[_0x15c7[117]]/2,_0xdefbx5=_0xdefbx2[_0x15c7[236]][0]-_0xdefbx2[_0x15c7[119]]/2;this[_0x15c7[1877]][_0xdefbx2[_0x15c7[1828]]]=Math[_0x15c7[243]](this[_0x15c7[1877]][_0xdefbx2[_0x15c7[1828]]],_0xdefbx5);this[_0x15c7[1878]][_0xdefbx2[_0x15c7[1828]]]=Math[_0x15c7[160]](this[_0x15c7[1878]][_0xdefbx2[_0x15c7[1828]]],_0xdefbx5+_0xdefbx2[_0x15c7[119]]);this[_0x15c7[1870]]==mxConstants[_0x15c7[1358]]||this[_0x15c7[1870]]==mxConstants[_0x15c7[1354]]?this[_0x15c7[1759]][_0x15c7[1725]](_0xdefbx3,_0xdefbx4,_0xdefbx5):this[_0x15c7[1759]][_0x15c7[1725]](_0xdefbx3,_0xdefbx5,_0xdefbx4);this[_0x15c7[1874]]=Math[_0x15c7[160]](this[_0x15c7[1874]],_0xdefbx4+_0xdefbx2[_0x15c7[117]])};mxCoordinateAssignment[_0x15c7[202]][_0x15c7[1909]]=function(_0xdefbx2,_0xdefbx3){};function WeightedCellSorter(_0xdefbx2,_0xdefbx3){this[_0x15c7[246]]=_0xdefbx2;this[_0x15c7[1782]]=_0xdefbx3}WeightedCellSorter[_0x15c7[202]][_0x15c7[1782]]=0;WeightedCellSorter[_0x15c7[202]][_0x15c7[1783]]= !1;WeightedCellSorter[_0x15c7[202]][_0x15c7[1784]]= !1;WeightedCellSorter[_0x15c7[202]][_0x15c7[1785]]=null;WeightedCellSorter[_0x15c7[202]][_0x15c7[246]]=null;WeightedCellSorter[_0x15c7[202]][_0x15c7[469]]=function(_0xdefbx2,_0xdefbx3){return null!=_0xdefbx2&&null!=_0xdefbx3?_0xdefbx3[_0x15c7[1782]]>_0xdefbx2[_0x15c7[1782]]?-1:_0xdefbx3[_0x15c7[1782]]<_0xdefbx2[_0x15c7[1782]]?1:_0xdefbx3[_0x15c7[1783]]?-1:1:0};function mxHierarchicalLayout(_0xdefbx2,_0xdefbx3,_0xdefbx4){mxGraphLayout[_0x15c7[239]](this,_0xdefbx2);this[_0x15c7[1870]]=null!=_0xdefbx3?_0xdefbx3:mxConstants[_0x15c7[1358]];this[_0x15c7[1910]]=null!=_0xdefbx4?_0xdefbx4:!0}mxHierarchicalLayout[_0x15c7[202]]= new mxGraphLayout;mxHierarchicalLayout[_0x15c7[202]][_0x15c7[196]]=mxHierarchicalLayout;mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1845]]=null;mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1735]]= !1;mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1911]]= !1;mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1912]]=0;mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1868]]=30;mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1869]]=100;mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1913]]=60;mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1872]]=10;mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1870]]=mxConstants[_0x15c7[1358]];mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1882]]= !0;mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1844]]= !0;mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1787]]= !0;mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1914]]= !0;mxHierarchicalLayout[_0x15c7[202]][_0x15c7[251]]=null;mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1915]]=null;mxHierarchicalLayout[_0x15c7[202]][_0x15c7[502]]=function(){return this[_0x15c7[251]]};mxHierarchicalLayout[_0x15c7[202]][_0x15c7[350]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[1101]]=_0xdefbx2;var _0xdefbx4=this[_0x15c7[1179]][_0x15c7[251]];this[_0x15c7[1915]]={};if(!(null==_0xdefbx3&&null==_0xdefbx2)){if(null!=_0xdefbx3&&null!=_0xdefbx2){for(var _0xdefbx5=[],_0xdefbx9=0;_0xdefbx9<_0xdefbx3[_0x15c7[67]];_0xdefbx9++){_0xdefbx4[_0x15c7[1720]](_0xdefbx2,_0xdefbx3[_0xdefbx9])&&_0xdefbx5[_0x15c7[207]](_0xdefbx3[_0xdefbx9])};this[_0x15c7[1845]]=_0xdefbx5}else {this[_0x15c7[1845]]=_0xdefbx3};_0xdefbx4[_0x15c7[473]]();try{this[_0x15c7[1916]](_0xdefbx2),this[_0x15c7[1735]]&&!this[_0x15c7[1179]][_0x15c7[1742]](_0xdefbx2)&&this[_0x15c7[1179]][_0x15c7[1917]]([_0xdefbx2],this[_0x15c7[1912]],this[_0x15c7[1911]])}finally{_0xdefbx4[_0x15c7[476]]()}}};mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1918]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=[];if(null!=_0xdefbx2&&null!=_0xdefbx3){var _0xdefbx5=this[_0x15c7[1179]][_0x15c7[251]],_0xdefbx9=null,_0xdefbxa=-1E5,_0xdefbx12;for(_0xdefbx12 in _0xdefbx3){var _0xdefbx13=_0xdefbx3[_0xdefbx12];if(_0xdefbx5[_0x15c7[1193]](_0xdefbx13)&&this[_0x15c7[1179]][_0x15c7[1714]](_0xdefbx13)){for(var _0xdefbx14=this[_0x15c7[264]](_0xdefbx13),_0xdefbx15=0,_0xdefbx16=0,_0xdefbx17=0;_0xdefbx17<_0xdefbx14[_0x15c7[67]];_0xdefbx17++){this[_0x15c7[1710]](_0xdefbx14[_0xdefbx17],!0)==_0xdefbx13?_0xdefbx15++:_0xdefbx16++};0==_0xdefbx16&&0<_0xdefbx15&&_0xdefbx4[_0x15c7[207]](_0xdefbx13);_0xdefbx14=_0xdefbx15-_0xdefbx16;_0xdefbx14>_0xdefbxa&&(_0xdefbxa=_0xdefbx14,_0xdefbx9=_0xdefbx13)}};0==_0xdefbx4[_0x15c7[67]]&&null!=_0xdefbx9&&_0xdefbx4[_0x15c7[207]](_0xdefbx9)};return _0xdefbx4};mxHierarchicalLayout[_0x15c7[202]][_0x15c7[264]]=function(_0xdefbx2){var _0xdefbx3=mxCellPath[_0x15c7[385]](_0xdefbx2);if(null!=this[_0x15c7[1915]][_0xdefbx3]){return this[_0x15c7[1915]][_0xdefbx3]};for(var _0xdefbx4=this[_0x15c7[1179]][_0x15c7[251]],_0xdefbx5=[],_0xdefbx9=this[_0x15c7[1179]][_0x15c7[1742]](_0xdefbx2),_0xdefbxa=_0xdefbx4[_0x15c7[262]](_0xdefbx2),_0xdefbx12=0;_0xdefbx12<_0xdefbxa;_0xdefbx12++){var _0xdefbx13=_0xdefbx4[_0x15c7[263]](_0xdefbx2,_0xdefbx12);if(this[_0x15c7[1908]](_0xdefbx13)){_0xdefbx5=_0xdefbx5[_0x15c7[1919]](_0xdefbx4[_0x15c7[264]](_0xdefbx13,!0,!0))}else {if(_0xdefbx9||!this[_0x15c7[1179]][_0x15c7[1714]](_0xdefbx13)){_0xdefbx5=_0xdefbx5[_0x15c7[1919]](_0xdefbx4[_0x15c7[264]](_0xdefbx13,!0,!0))}}};_0xdefbx5=_0xdefbx5[_0x15c7[1919]](_0xdefbx4[_0x15c7[264]](_0xdefbx2,!0,!0));_0xdefbx4=[];for(_0xdefbx12=0;_0xdefbx12<_0xdefbx5[_0x15c7[67]];_0xdefbx12++){_0xdefbx9=this[_0x15c7[1710]](_0xdefbx5[_0xdefbx12],!0),_0xdefbxa=this[_0x15c7[1710]](_0xdefbx5[_0xdefbx12],!1),(_0xdefbx9==_0xdefbxa||_0xdefbx9!=_0xdefbxa&&(_0xdefbxa==_0xdefbx2&&(null==this[_0x15c7[1101]]||this[_0x15c7[1179]][_0x15c7[1920]](_0xdefbx9,this[_0x15c7[1101]],this[_0x15c7[1914]]))||_0xdefbx9==_0xdefbx2&&(null==this[_0x15c7[1101]]||this[_0x15c7[1179]][_0x15c7[1920]](_0xdefbxa,this[_0x15c7[1101]],this[_0x15c7[1914]]))))&&_0xdefbx4[_0x15c7[207]](_0xdefbx5[_0xdefbx12])};return this[_0x15c7[1915]][_0xdefbx3]=_0xdefbx4};mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1710]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[1179]][_0x15c7[441]][_0x15c7[248]](_0xdefbx2),_0xdefbx4=null!=_0xdefbx4?_0xdefbx4[_0x15c7[1710]](_0xdefbx3):this[_0x15c7[1179]][_0x15c7[441]][_0x15c7[1710]](_0xdefbx2,_0xdefbx3);this[_0x15c7[1908]](_0xdefbx4)&&(_0xdefbx4=this[_0x15c7[1179]][_0x15c7[251]][_0x15c7[1197]](_0xdefbx4));return _0xdefbx4};mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1916]]=function(_0xdefbx2){var _0xdefbx3=[],_0xdefbx4=[];if(null==this[_0x15c7[1845]]&&null!=_0xdefbx2){var _0xdefbx5={};this[_0x15c7[1921]](_0xdefbx2,_0xdefbx5);this[_0x15c7[1845]]=[];var _0xdefbx9=!0,_0xdefbxa;for(_0xdefbxa in _0xdefbx5){if(null!=_0xdefbx5[_0xdefbxa]){_0xdefbx9= !1;break}};for(;!_0xdefbx9;){for(var _0xdefbx12=this[_0x15c7[1918]](_0xdefbx2,_0xdefbx5),_0xdefbx9=0;_0xdefbx9<_0xdefbx12[_0x15c7[67]];_0xdefbx9++){var _0xdefbx13=[];_0xdefbx3[_0x15c7[207]](_0xdefbx13);this[_0x15c7[1706]](_0xdefbx12[_0xdefbx9],!0,null,_0xdefbx4,_0xdefbx13,_0xdefbx3,_0xdefbx5)};for(_0xdefbx9=0;_0xdefbx9<_0xdefbx12[_0x15c7[67]];_0xdefbx9++){this[_0x15c7[1845]][_0x15c7[207]](_0xdefbx12[_0xdefbx9])};_0xdefbx9= !0;for(_0xdefbxa in _0xdefbx5){if(null!=_0xdefbx5[_0xdefbxa]){_0xdefbx9= !1;break}}}}else {for(_0xdefbx9=0;_0xdefbx9<roots[_0x15c7[67]];_0xdefbx9++){_0xdefbx13=[],_0xdefbx3[_0x15c7[207]](_0xdefbx13),traverse(roots[_0x15c7[203]](_0xdefbx9),!0,null,_0xdefbx4,_0xdefbx13,_0xdefbx3,null)}};for(_0xdefbx9=_0xdefbx4=0;_0xdefbx9<_0xdefbx3[_0x15c7[67]];_0xdefbx9++){_0xdefbx13=_0xdefbx3[_0xdefbx9];_0xdefbx5=[];for(_0xdefbxa in _0xdefbx13){_0xdefbx5[_0x15c7[207]](_0xdefbx13[_0xdefbxa])};this[_0x15c7[251]]= new mxGraphHierarchyModel(this,_0xdefbx5,this[_0x15c7[1845]],_0xdefbx2,this[_0x15c7[1844]]);this[_0x15c7[1922]](_0xdefbx2);this[_0x15c7[1923]]();this[_0x15c7[1924]](_0xdefbx2);_0xdefbx4=this[_0x15c7[1925]](_0xdefbx4,_0xdefbx2)}};mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1921]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[1179]][_0x15c7[251]];_0xdefbx4[_0x15c7[1193]](_0xdefbx2)&&(_0xdefbx2!=this[_0x15c7[1101]]&&this[_0x15c7[1179]][_0x15c7[1714]](_0xdefbx2))&&(_0xdefbx3[mxCellPath[_0x15c7[385]](_0xdefbx2)]=_0xdefbx2);if(this[_0x15c7[1914]]||_0xdefbx2==this[_0x15c7[1101]]&&this[_0x15c7[1179]][_0x15c7[1714]](_0xdefbx2)){for(var _0xdefbx5=_0xdefbx4[_0x15c7[262]](_0xdefbx2),_0xdefbx9=0;_0xdefbx9<_0xdefbx5;_0xdefbx9++){var _0xdefbxa=_0xdefbx4[_0x15c7[263]](_0xdefbx2,_0xdefbx9);this[_0x15c7[1908]](_0xdefbxa)||this[_0x15c7[1921]](_0xdefbxa,_0xdefbx3)}}};mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1908]]=function(_0xdefbx2){return _0xdefbx2[_0x15c7[256]][_0x15c7[1500]]?!0:!1};mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1781]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx4=null!=_0xdefbx4?_0xdefbx4:!1;for(var _0xdefbx5=this[_0x15c7[264]](_0xdefbx2),_0xdefbx9=[],_0xdefbxa=0;_0xdefbxa<_0xdefbx5[_0x15c7[67]];_0xdefbxa++){var _0xdefbx12=this[_0x15c7[1710]](_0xdefbx5[_0xdefbxa],!0),_0xdefbx13=this[_0x15c7[1710]](_0xdefbx5[_0xdefbxa],!1);(_0xdefbx12==_0xdefbx2&&_0xdefbx13==_0xdefbx3||!_0xdefbx4&&_0xdefbx12==_0xdefbx3&&_0xdefbx13==_0xdefbx2)&&_0xdefbx9[_0x15c7[207]](_0xdefbx5[_0xdefbxa])};return _0xdefbx9};mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1706]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12){if(null!=_0xdefbx2&&null!=_0xdefbx5){var _0xdefbx13=mxCellPath[_0x15c7[385]](_0xdefbx2);if(null==_0xdefbx5[_0xdefbx13]&&(null==_0xdefbx12||null!=_0xdefbx12[_0xdefbx13])){null==_0xdefbx9[_0xdefbx13]&&(_0xdefbx9[_0xdefbx13]=_0xdefbx2);null==_0xdefbx5[_0xdefbx13]&&(_0xdefbx5[_0xdefbx13]=_0xdefbx2);delete _0xdefbx12[_0xdefbx13];var _0xdefbx14=this[_0x15c7[264]](_0xdefbx2);for(_0xdefbx4=0;_0xdefbx4<_0xdefbx14[_0x15c7[67]];_0xdefbx4++){if(_0xdefbx13=this[_0x15c7[1710]](_0xdefbx14[_0xdefbx4],!0)==_0xdefbx2,!_0xdefbx3||_0xdefbx13){_0xdefbx13=this[_0x15c7[1710]](_0xdefbx14[_0xdefbx4],!_0xdefbx13),_0xdefbx9=this[_0x15c7[1706]](_0xdefbx13,_0xdefbx3,_0xdefbx14[_0xdefbx4],_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12)}}}else {if(null==_0xdefbx9[_0xdefbx13]){for(_0xdefbx4=0;_0xdefbx4<_0xdefbxa[_0x15c7[67]];_0xdefbx4++){if(_0xdefbx2=_0xdefbxa[_0xdefbx4],null!=_0xdefbx2[_0xdefbx13]){for(_0xdefbx14 in _0xdefbx9){_0xdefbx2[_0xdefbx14]=_0xdefbx9[_0xdefbx14]};_0xdefbxa[_0x15c7[1242]]();return _0xdefbx2}}}}};return _0xdefbx9};mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1922]]=function(_0xdefbx2){( new mxMinimumCycleRemover(this))[_0x15c7[350]](_0xdefbx2)};mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1923]]=function(){this[_0x15c7[251]][_0x15c7[1852]]();this[_0x15c7[251]][_0x15c7[1854]]()};mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1924]]=function(_0xdefbx2){( new mxMedianHybridCrossingReduction(this))[_0x15c7[350]](_0xdefbx2)};mxHierarchicalLayout[_0x15c7[202]][_0x15c7[1925]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4= new mxCoordinateAssignment(this,this[_0x15c7[1868]],this[_0x15c7[1869]],this[_0x15c7[1870]],_0xdefbx2,this[_0x15c7[1872]]);_0xdefbx4[_0x15c7[1882]]=this[_0x15c7[1882]];_0xdefbx4[_0x15c7[350]](_0xdefbx3);return _0xdefbx4[_0x15c7[1874]]+this[_0x15c7[1913]]};function mxGraphModel(_0xdefbx2){this[_0x15c7[1926]]=this[_0x15c7[1096]]();null!=_0xdefbx2?this[_0x15c7[1927]](_0xdefbx2):this[_0x15c7[200]]()}mxGraphModel[_0x15c7[202]]= new mxEventSource;mxGraphModel[_0x15c7[202]][_0x15c7[196]]=mxGraphModel;mxGraphModel[_0x15c7[202]][_0x15c7[813]]=null;mxGraphModel[_0x15c7[202]][_0x15c7[895]]=null;mxGraphModel[_0x15c7[202]][_0x15c7[1928]]= !0;mxGraphModel[_0x15c7[202]][_0x15c7[1929]]= !0;mxGraphModel[_0x15c7[202]][_0x15c7[1089]]=_0x15c7[110];mxGraphModel[_0x15c7[202]][_0x15c7[1930]]=_0x15c7[110];mxGraphModel[_0x15c7[202]][_0x15c7[1931]]=0;mxGraphModel[_0x15c7[202]][_0x15c7[1926]]=null;mxGraphModel[_0x15c7[202]][_0x15c7[1932]]=0;mxGraphModel[_0x15c7[202]][_0x15c7[1933]]= !1;mxGraphModel[_0x15c7[202]][_0x15c7[200]]=function(){this[_0x15c7[1927]](this[_0x15c7[1934]]())};mxGraphModel[_0x15c7[202]][_0x15c7[1935]]=function(){return this[_0x15c7[1929]]};mxGraphModel[_0x15c7[202]][_0x15c7[1936]]=function(_0xdefbx2){this[_0x15c7[1929]]=_0xdefbx2};mxGraphModel[_0x15c7[202]][_0x15c7[1934]]=function(){var _0xdefbx2= new mxCell;_0xdefbx2[_0x15c7[1937]]( new mxCell);return _0xdefbx2};mxGraphModel[_0x15c7[202]][_0x15c7[736]]=function(_0xdefbx2){return null!=this[_0x15c7[895]]?this[_0x15c7[895]][_0xdefbx2]:null};mxGraphModel[_0x15c7[202]][_0x15c7[1938]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=null;if(null!=_0xdefbx2){for(var _0xdefbx4=[],_0xdefbx5=0;_0xdefbx5<_0xdefbx2[_0x15c7[67]];_0xdefbx5++){_0xdefbx3(_0xdefbx2[_0xdefbx5])&&_0xdefbx4[_0x15c7[207]](_0xdefbx2[_0xdefbx5])}};return _0xdefbx4};mxGraphModel[_0x15c7[202]][_0x15c7[1939]]=function(_0xdefbx2){return this[_0x15c7[1921]](null,_0xdefbx2)};mxGraphModel[_0x15c7[202]][_0x15c7[1921]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=[];_0xdefbx3=_0xdefbx3||this[_0x15c7[501]]();(null==_0xdefbx2||_0xdefbx2(_0xdefbx3))&&_0xdefbx4[_0x15c7[207]](_0xdefbx3);for(var _0xdefbx5=this[_0x15c7[262]](_0xdefbx3),_0xdefbx9=0;_0xdefbx9<_0xdefbx5;_0xdefbx9++){var _0xdefbxa=this[_0x15c7[263]](_0xdefbx3,_0xdefbx9),_0xdefbx4=_0xdefbx4[_0x15c7[1919]](this[_0x15c7[1921]](_0xdefbx2,_0xdefbxa))};return _0xdefbx4};mxGraphModel[_0x15c7[202]][_0x15c7[501]]=function(_0xdefbx2){var _0xdefbx3=_0xdefbx2||this[_0x15c7[813]];if(null!=_0xdefbx2){for(;null!=_0xdefbx2;){_0xdefbx3=_0xdefbx2,_0xdefbx2=this[_0x15c7[1197]](_0xdefbx2)}};return _0xdefbx3};mxGraphModel[_0x15c7[202]][_0x15c7[1927]]=function(_0xdefbx2){this[_0x15c7[350]]( new mxRootChange(this,_0xdefbx2));return _0xdefbx2};mxGraphModel[_0x15c7[202]][_0x15c7[1940]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[813]];this[_0x15c7[813]]=_0xdefbx2;this[_0x15c7[1931]]=0;this[_0x15c7[895]]=null;this[_0x15c7[1941]](_0xdefbx2);return _0xdefbx3};mxGraphModel[_0x15c7[202]][_0x15c7[1942]]=function(_0xdefbx2){return null!=_0xdefbx2&&this[_0x15c7[813]]==_0xdefbx2};mxGraphModel[_0x15c7[202]][_0x15c7[1740]]=function(_0xdefbx2){return this[_0x15c7[1942]](this[_0x15c7[1197]](_0xdefbx2))};mxGraphModel[_0x15c7[202]][_0x15c7[1720]]=function(_0xdefbx2,_0xdefbx3){for(;null!=_0xdefbx3&&_0xdefbx3!=_0xdefbx2;){_0xdefbx3=this[_0x15c7[1197]](_0xdefbx3)};return _0xdefbx3==_0xdefbx2};mxGraphModel[_0x15c7[202]][_0x15c7[442]]=function(_0xdefbx2){return this[_0x15c7[1720]](this[_0x15c7[813]],_0xdefbx2)};mxGraphModel[_0x15c7[202]][_0x15c7[1197]]=function(_0xdefbx2){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[1197]]():null};mxGraphModel[_0x15c7[202]][_0x15c7[99]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){if(_0xdefbx3!=_0xdefbx2&&null!=_0xdefbx2&&null!=_0xdefbx3){null==_0xdefbx4&&(_0xdefbx4=this[_0x15c7[262]](_0xdefbx2));var _0xdefbx5=_0xdefbx2!=this[_0x15c7[1197]](_0xdefbx3);this[_0x15c7[350]]( new mxChildChange(this,_0xdefbx2,_0xdefbx3,_0xdefbx4));this[_0x15c7[1928]]&&_0xdefbx5&&this[_0x15c7[1943]](_0xdefbx3)};return _0xdefbx3};mxGraphModel[_0x15c7[202]][_0x15c7[1941]]=function(_0xdefbx2){if(null!=_0xdefbx2){null==_0xdefbx2[_0x15c7[1103]]()&&this[_0x15c7[1929]]&&_0xdefbx2[_0x15c7[1945]](this[_0x15c7[1944]](_0xdefbx2));if(null!=_0xdefbx2[_0x15c7[1103]]()){var _0xdefbx3=this[_0x15c7[736]](_0xdefbx2[_0x15c7[1103]]());if(_0xdefbx3!=_0xdefbx2){for(;null!=_0xdefbx3;){_0xdefbx2[_0x15c7[1945]](this[_0x15c7[1944]](_0xdefbx2)),_0xdefbx3=this[_0x15c7[736]](_0xdefbx2[_0x15c7[1103]]())};null==this[_0x15c7[895]]&&(this[_0x15c7[895]]={});this[_0x15c7[895]][_0xdefbx2[_0x15c7[1103]]()]=_0xdefbx2}};mxUtils[_0x15c7[1946]](_0xdefbx2[_0x15c7[1103]]())&&(this[_0x15c7[1931]]=Math[_0x15c7[160]](this[_0x15c7[1931]],_0xdefbx2[_0x15c7[1103]]()));for(var _0xdefbx3=this[_0x15c7[262]](_0xdefbx2),_0xdefbx4=0;_0xdefbx4<_0xdefbx3;_0xdefbx4++){this[_0x15c7[1941]](this[_0x15c7[263]](_0xdefbx2,_0xdefbx4))}}};mxGraphModel[_0x15c7[202]][_0x15c7[1944]]=function(_0xdefbx2){_0xdefbx2=this[_0x15c7[1931]];this[_0x15c7[1931]]++;return this[_0x15c7[1089]]+_0xdefbx2+this[_0x15c7[1930]]};mxGraphModel[_0x15c7[202]][_0x15c7[1943]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx3=_0xdefbx3||this[_0x15c7[501]](_0xdefbx2);for(var _0xdefbx4=this[_0x15c7[262]](_0xdefbx2),_0xdefbx5=0;_0xdefbx5<_0xdefbx4;_0xdefbx5++){var _0xdefbx9=this[_0x15c7[263]](_0xdefbx2,_0xdefbx5);this[_0x15c7[1943]](_0xdefbx9,_0xdefbx3)};_0xdefbx9=this[_0x15c7[1707]](_0xdefbx2);_0xdefbx4=[];for(_0xdefbx5=0;_0xdefbx5<_0xdefbx9;_0xdefbx5++){_0xdefbx4[_0x15c7[207]](this[_0x15c7[1708]](_0xdefbx2,_0xdefbx5))};for(_0xdefbx5=0;_0xdefbx5<_0xdefbx4[_0x15c7[67]];_0xdefbx5++){_0xdefbx9=_0xdefbx4[_0xdefbx5],this[_0x15c7[1720]](_0xdefbx3,_0xdefbx9)&&this[_0x15c7[1947]](_0xdefbx9,_0xdefbx3)}};mxGraphModel[_0x15c7[202]][_0x15c7[1947]]=function(_0xdefbx2,_0xdefbx3){for(var _0xdefbx4=this[_0x15c7[1709]](_0xdefbx2,!0),_0xdefbx5=this[_0x15c7[1709]](_0xdefbx2,!1),_0xdefbx9=null;null!=_0xdefbx4&&!this[_0x15c7[250]](_0xdefbx4)&&null!=_0xdefbx4[_0x15c7[256]]&&_0xdefbx4[_0x15c7[256]][_0x15c7[1500]];){_0xdefbx4=this[_0x15c7[1197]](_0xdefbx4)};for(;null!=_0xdefbx5&&!this[_0x15c7[250]](_0xdefbx5)&&null!=_0xdefbx5[_0x15c7[256]]&&_0xdefbx5[_0x15c7[256]][_0x15c7[1500]];){_0xdefbx5=this[_0x15c7[1197]](_0xdefbx5)};if(this[_0x15c7[1720]](_0xdefbx3,_0xdefbx4)&&this[_0x15c7[1720]](_0xdefbx3,_0xdefbx5)&&(_0xdefbx9=_0xdefbx4==_0xdefbx5?this[_0x15c7[1197]](_0xdefbx4):this[_0x15c7[1948]](_0xdefbx4,_0xdefbx5),null!=_0xdefbx9&&(this[_0x15c7[1197]](_0xdefbx9)!=this[_0x15c7[813]]||this[_0x15c7[1720]](_0xdefbx9,_0xdefbx2))&&this[_0x15c7[1197]](_0xdefbx2)!=_0xdefbx9)){_0xdefbx4=this[_0x15c7[1721]](_0xdefbx2);if(null!=_0xdefbx4){var _0xdefbxa=this[_0x15c7[1949]](this[_0x15c7[1197]](_0xdefbx2)),_0xdefbx12=this[_0x15c7[1949]](_0xdefbx9),_0xdefbx5=_0xdefbx12[_0x15c7[235]]-_0xdefbxa[_0x15c7[235]],_0xdefbxa=_0xdefbx12[_0x15c7[236]]-_0xdefbxa[_0x15c7[236]],_0xdefbx4=_0xdefbx4[_0x15c7[238]]();_0xdefbx4[_0x15c7[513]](-_0xdefbx5,-_0xdefbxa);this[_0x15c7[1724]](_0xdefbx2,_0xdefbx4)};this[_0x15c7[99]](_0xdefbx9,_0xdefbx2,this[_0x15c7[262]](_0xdefbx9))}};mxGraphModel[_0x15c7[202]][_0x15c7[1949]]=function(_0xdefbx2){var _0xdefbx3=null;null!=_0xdefbx2?(_0xdefbx3=this[_0x15c7[1949]](this[_0x15c7[1197]](_0xdefbx2)),this[_0x15c7[250]](_0xdefbx2)||(_0xdefbx2=this[_0x15c7[1721]](_0xdefbx2),null!=_0xdefbx2&&(_0xdefbx3[_0x15c7[235]]+=_0xdefbx2[_0x15c7[235]],_0xdefbx3[_0x15c7[236]]+=_0xdefbx2[_0x15c7[236]]))):_0xdefbx3= new mxPoint;return _0xdefbx3};mxGraphModel[_0x15c7[202]][_0x15c7[1948]]=function(_0xdefbx2,_0xdefbx3){if(null!=_0xdefbx2&&null!=_0xdefbx3){var _0xdefbx4=mxCellPath[_0x15c7[385]](_0xdefbx3);if(null!=_0xdefbx4&&0<_0xdefbx4[_0x15c7[67]]){var _0xdefbx5=_0xdefbx2,_0xdefbx9=mxCellPath[_0x15c7[385]](_0xdefbx5);if(_0xdefbx4[_0x15c7[67]]<_0xdefbx9[_0x15c7[67]]){var _0xdefbx5=_0xdefbx3,_0xdefbxa=_0xdefbx9,_0xdefbx9=_0xdefbx4,_0xdefbx4=_0xdefbxa};for(;null!=_0xdefbx5;){_0xdefbxa=this[_0x15c7[1197]](_0xdefbx5);if(0==_0xdefbx4[_0x15c7[2]](_0xdefbx9+mxCellPath[_0x15c7[1950]])&&null!=_0xdefbxa){return _0xdefbx5};_0xdefbx9=mxCellPath[_0x15c7[1951]](_0xdefbx9);_0xdefbx5=_0xdefbxa}}};return null};mxGraphModel[_0x15c7[202]][_0x15c7[205]]=function(_0xdefbx2){_0xdefbx2==this[_0x15c7[813]]?this[_0x15c7[1927]](null):null!=this[_0x15c7[1197]](_0xdefbx2)&&this[_0x15c7[350]]( new mxChildChange(this,null,_0xdefbx2));return _0xdefbx2};mxGraphModel[_0x15c7[202]][_0x15c7[1102]]=function(_0xdefbx2){if(null!=_0xdefbx2&&null!=this[_0x15c7[895]]){for(var _0xdefbx3=this[_0x15c7[262]](_0xdefbx2)-1;0<=_0xdefbx3;_0xdefbx3--){this[_0x15c7[1102]](this[_0x15c7[263]](_0xdefbx2,_0xdefbx3))};null!=this[_0x15c7[895]]&&null!=_0xdefbx2[_0x15c7[1103]]()&& delete this[_0x15c7[895]][_0xdefbx2[_0x15c7[1103]]()]}};mxGraphModel[_0x15c7[202]][_0x15c7[1952]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=this[_0x15c7[1197]](_0xdefbx2);null!=_0xdefbx3?(_0xdefbx3!=_0xdefbx5||_0xdefbx5[_0x15c7[1738]](_0xdefbx2)!=_0xdefbx4)&&_0xdefbx3[_0x15c7[1937]](_0xdefbx2,_0xdefbx4):null!=_0xdefbx5&&(_0xdefbx4=_0xdefbx5[_0x15c7[1738]](_0xdefbx2),_0xdefbx5[_0x15c7[205]](_0xdefbx4));!this[_0x15c7[442]](_0xdefbx5)&&null!=_0xdefbx3?this[_0x15c7[1941]](_0xdefbx2):null==_0xdefbx3&&this[_0x15c7[1102]](_0xdefbx2);return _0xdefbx5};mxGraphModel[_0x15c7[202]][_0x15c7[262]]=function(_0xdefbx2){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[262]]():0};mxGraphModel[_0x15c7[202]][_0x15c7[263]]=function(_0xdefbx2,_0xdefbx3){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[263]](_0xdefbx3):null};mxGraphModel[_0x15c7[202]][_0x15c7[1953]]=function(_0xdefbx2){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[1954]]:null};mxGraphModel[_0x15c7[202]][_0x15c7[1728]]=function(_0xdefbx2){return this[_0x15c7[1955]](_0xdefbx2,!0,!1)};mxGraphModel[_0x15c7[202]][_0x15c7[1956]]=function(_0xdefbx2){return this[_0x15c7[1955]](_0xdefbx2,!1,!0)};mxGraphModel[_0x15c7[202]][_0x15c7[1955]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx3=null!=_0xdefbx3?_0xdefbx3:!1;_0xdefbx4=null!=_0xdefbx4?_0xdefbx4:!1;for(var _0xdefbx5=this[_0x15c7[262]](_0xdefbx2),_0xdefbx9=[],_0xdefbxa=0;_0xdefbxa<_0xdefbx5;_0xdefbxa++){var _0xdefbx12=this[_0x15c7[263]](_0xdefbx2,_0xdefbxa);(!_0xdefbx4&&!_0xdefbx3||_0xdefbx4&&this[_0x15c7[250]](_0xdefbx12)||_0xdefbx3&&this[_0x15c7[1193]](_0xdefbx12))&&_0xdefbx9[_0x15c7[207]](_0xdefbx12)};return _0xdefbx9};mxGraphModel[_0x15c7[202]][_0x15c7[1709]]=function(_0xdefbx2,_0xdefbx3){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[1709]](_0xdefbx3):null};mxGraphModel[_0x15c7[202]][_0x15c7[1957]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=_0xdefbx3!=this[_0x15c7[1709]](_0xdefbx2,_0xdefbx4);this[_0x15c7[350]]( new mxTerminalChange(this,_0xdefbx2,_0xdefbx3,_0xdefbx4));this[_0x15c7[1928]]&&_0xdefbx5&&this[_0x15c7[1947]](_0xdefbx2,this[_0x15c7[501]]());return _0xdefbx3};mxGraphModel[_0x15c7[202]][_0x15c7[1958]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){this[_0x15c7[473]]();try{this[_0x15c7[1957]](_0xdefbx2,_0xdefbx3,!0),this[_0x15c7[1957]](_0xdefbx2,_0xdefbx4,!1)}finally{this[_0x15c7[476]]()}};mxGraphModel[_0x15c7[202]][_0x15c7[1959]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=this[_0x15c7[1709]](_0xdefbx2,_0xdefbx4);null!=_0xdefbx3?_0xdefbx3[_0x15c7[1960]](_0xdefbx2,_0xdefbx4):null!=_0xdefbx5&&_0xdefbx5[_0x15c7[1961]](_0xdefbx2,_0xdefbx4);return _0xdefbx5};mxGraphModel[_0x15c7[202]][_0x15c7[1707]]=function(_0xdefbx2){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[1707]]():0};mxGraphModel[_0x15c7[202]][_0x15c7[1708]]=function(_0xdefbx2,_0xdefbx3){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[1708]](_0xdefbx3):null};mxGraphModel[_0x15c7[202]][_0x15c7[1962]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){for(var _0xdefbx5=0,_0xdefbx9=this[_0x15c7[1707]](_0xdefbx2),_0xdefbxa=0;_0xdefbxa<_0xdefbx9;_0xdefbxa++){var _0xdefbx12=this[_0x15c7[1708]](_0xdefbx2,_0xdefbxa);_0xdefbx12!=_0xdefbx4&&this[_0x15c7[1709]](_0xdefbx12,_0xdefbx3)==_0xdefbx2&&_0xdefbx5++};return _0xdefbx5};mxGraphModel[_0x15c7[202]][_0x15c7[1756]]=function(_0xdefbx2){return this[_0x15c7[264]](_0xdefbx2,!0,!0,!1)};mxGraphModel[_0x15c7[202]][_0x15c7[1867]]=function(_0xdefbx2){return this[_0x15c7[264]](_0xdefbx2,!0,!1,!1)};mxGraphModel[_0x15c7[202]][_0x15c7[1963]]=function(_0xdefbx2){return this[_0x15c7[264]](_0xdefbx2,!1,!0,!1)};mxGraphModel[_0x15c7[202]][_0x15c7[264]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx3=null!=_0xdefbx3?_0xdefbx3:!0;_0xdefbx4=null!=_0xdefbx4?_0xdefbx4:!0;_0xdefbx5=null!=_0xdefbx5?_0xdefbx5:!0;for(var _0xdefbx9=this[_0x15c7[1707]](_0xdefbx2),_0xdefbxa=[],_0xdefbx12=0;_0xdefbx12<_0xdefbx9;_0xdefbx12++){var _0xdefbx13=this[_0x15c7[1708]](_0xdefbx2,_0xdefbx12),_0xdefbx14=this[_0x15c7[1709]](_0xdefbx13,!0),_0xdefbx15=this[_0x15c7[1709]](_0xdefbx13,!1);(_0xdefbx5&&_0xdefbx14==_0xdefbx15||_0xdefbx14!=_0xdefbx15&&(_0xdefbx3&&_0xdefbx15==_0xdefbx2||_0xdefbx4&&_0xdefbx14==_0xdefbx2))&&_0xdefbxa[_0x15c7[207]](_0xdefbx13)};return _0xdefbxa};mxGraphModel[_0x15c7[202]][_0x15c7[1781]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx4=null!=_0xdefbx4?_0xdefbx4:!1;var _0xdefbx5=this[_0x15c7[1707]](_0xdefbx2),_0xdefbx9=this[_0x15c7[1707]](_0xdefbx3),_0xdefbxa=_0xdefbx2,_0xdefbx12=_0xdefbx5;_0xdefbx9<_0xdefbx5&&(_0xdefbx12=_0xdefbx9,_0xdefbxa=_0xdefbx3);_0xdefbx5=[];for(_0xdefbx9=0;_0xdefbx9<_0xdefbx12;_0xdefbx9++){var _0xdefbx13=this[_0x15c7[1708]](_0xdefbxa,_0xdefbx9),_0xdefbx14=this[_0x15c7[1709]](_0xdefbx13,!0),_0xdefbx15=this[_0x15c7[1709]](_0xdefbx13,!1),_0xdefbx16=_0xdefbx15==_0xdefbx2&&_0xdefbx14==_0xdefbx3;(_0xdefbx14==_0xdefbx2&&_0xdefbx15==_0xdefbx3||!_0xdefbx4&&_0xdefbx16)&&_0xdefbx5[_0x15c7[207]](_0xdefbx13)};return _0xdefbx5};mxGraphModel[_0x15c7[202]][_0x15c7[1808]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx4=null!=_0xdefbx4?_0xdefbx4:!0;_0xdefbx5=null!=_0xdefbx5?_0xdefbx5:!0;var _0xdefbx9=[];if(null!=_0xdefbx2){for(var _0xdefbxa=0;_0xdefbxa<_0xdefbx2[_0x15c7[67]];_0xdefbxa++){var _0xdefbx12=this[_0x15c7[1709]](_0xdefbx2[_0xdefbxa],!0),_0xdefbx13=this[_0x15c7[1709]](_0xdefbx2[_0xdefbxa],!1);_0xdefbx12==_0xdefbx3&&null!=_0xdefbx13&&_0xdefbx13!=_0xdefbx3&&_0xdefbx5?_0xdefbx9[_0x15c7[207]](_0xdefbx13):_0xdefbx13==_0xdefbx3&&(null!=_0xdefbx12&&_0xdefbx12!=_0xdefbx3&&_0xdefbx4)&&_0xdefbx9[_0x15c7[207]](_0xdefbx12)}};return _0xdefbx9};mxGraphModel[_0x15c7[202]][_0x15c7[1964]]=function(_0xdefbx2){for(var _0xdefbx3=[],_0xdefbx4=0;_0xdefbx4<_0xdefbx2[_0x15c7[67]];_0xdefbx4++){for(var _0xdefbx5=_0xdefbx2[_0xdefbx4],_0xdefbx9=!0,_0xdefbxa=this[_0x15c7[1197]](_0xdefbx5);null!=_0xdefbxa;){if(0<=mxUtils[_0x15c7[2]](_0xdefbx2,_0xdefbxa)){_0xdefbx9= !1;break};_0xdefbxa=this[_0x15c7[1197]](_0xdefbxa)};_0xdefbx9&&_0xdefbx3[_0x15c7[207]](_0xdefbx5)};return _0xdefbx3};mxGraphModel[_0x15c7[202]][_0x15c7[1193]]=function(_0xdefbx2){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[1193]]():!1};mxGraphModel[_0x15c7[202]][_0x15c7[250]]=function(_0xdefbx2){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[250]]():!1};mxGraphModel[_0x15c7[202]][_0x15c7[1965]]=function(_0xdefbx2){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[1965]]():!1};mxGraphModel[_0x15c7[202]][_0x15c7[433]]=function(_0xdefbx2){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[433]]():null};mxGraphModel[_0x15c7[202]][_0x15c7[1966]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[350]]( new mxValueChange(this,_0xdefbx2,_0xdefbx3));return _0xdefbx3};mxGraphModel[_0x15c7[202]][_0x15c7[1967]]=function(_0xdefbx2,_0xdefbx3){return _0xdefbx2[_0x15c7[1968]](_0xdefbx3)};mxGraphModel[_0x15c7[202]][_0x15c7[1721]]=function(_0xdefbx2,_0xdefbx3){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[1721]]():null};mxGraphModel[_0x15c7[202]][_0x15c7[1724]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx3!=this[_0x15c7[1721]](_0xdefbx2)&&this[_0x15c7[350]]( new mxGeometryChange(this,_0xdefbx2,_0xdefbx3));return _0xdefbx3};mxGraphModel[_0x15c7[202]][_0x15c7[1969]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[1721]](_0xdefbx2);_0xdefbx2[_0x15c7[1724]](_0xdefbx3);return _0xdefbx4};mxGraphModel[_0x15c7[202]][_0x15c7[474]]=function(_0xdefbx2){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[474]]():null};mxGraphModel[_0x15c7[202]][_0x15c7[475]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx3!=this[_0x15c7[474]](_0xdefbx2)&&this[_0x15c7[350]]( new mxStyleChange(this,_0xdefbx2,_0xdefbx3));return _0xdefbx3};mxGraphModel[_0x15c7[202]][_0x15c7[1970]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[474]](_0xdefbx2);_0xdefbx2[_0x15c7[475]](_0xdefbx3);return _0xdefbx4};mxGraphModel[_0x15c7[202]][_0x15c7[1971]]=function(_0xdefbx2){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[1971]]():!1};mxGraphModel[_0x15c7[202]][_0x15c7[1972]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx3!=this[_0x15c7[1971]](_0xdefbx2)&&this[_0x15c7[350]]( new mxCollapseChange(this,_0xdefbx2,_0xdefbx3));return _0xdefbx3};mxGraphModel[_0x15c7[202]][_0x15c7[1973]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[1971]](_0xdefbx2);_0xdefbx2[_0x15c7[1972]](_0xdefbx3);return _0xdefbx4};mxGraphModel[_0x15c7[202]][_0x15c7[174]]=function(_0xdefbx2){return null!=_0xdefbx2?_0xdefbx2[_0x15c7[174]]():!1};mxGraphModel[_0x15c7[202]][_0x15c7[175]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx3!=this[_0x15c7[174]](_0xdefbx2)&&this[_0x15c7[350]]( new mxVisibleChange(this,_0xdefbx2,_0xdefbx3));return _0xdefbx3};mxGraphModel[_0x15c7[202]][_0x15c7[1974]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[174]](_0xdefbx2);_0xdefbx2[_0x15c7[175]](_0xdefbx3);return _0xdefbx4};mxGraphModel[_0x15c7[202]][_0x15c7[350]]=function(_0xdefbx2){_0xdefbx2[_0x15c7[350]]();this[_0x15c7[473]]();this[_0x15c7[1926]][_0x15c7[99]](_0xdefbx2);this[_0x15c7[746]]( new mxEventObject(mxEvent.EXECUTE,_0x15c7[826],_0xdefbx2));this[_0x15c7[746]]( new mxEventObject(mxEvent.EXECUTED,_0x15c7[826],_0xdefbx2));this[_0x15c7[476]]()};mxGraphModel[_0x15c7[202]][_0x15c7[473]]=function(){this[_0x15c7[1932]]++;this[_0x15c7[746]]( new mxEventObject(mxEvent.BEGIN_UPDATE));1==this[_0x15c7[1932]]&&this[_0x15c7[746]]( new mxEventObject(mxEvent.START_EDIT))};mxGraphModel[_0x15c7[202]][_0x15c7[476]]=function(){this[_0x15c7[1932]]--;0==this[_0x15c7[1932]]&&this[_0x15c7[746]]( new mxEventObject(mxEvent.END_EDIT));if(!this[_0x15c7[1933]]){this[_0x15c7[1933]]=0==this[_0x15c7[1932]];this[_0x15c7[746]]( new mxEventObject(mxEvent.END_UPDATE,_0x15c7[1061],this[_0x15c7[1926]]));try{if(this[_0x15c7[1933]]&&!this[_0x15c7[1926]][_0x15c7[1107]]()){this[_0x15c7[746]]( new mxEventObject(mxEvent.BEFORE_UNDO,_0x15c7[1061],this[_0x15c7[1926]]));var _0xdefbx2=this[_0x15c7[1926]];this[_0x15c7[1926]]=this[_0x15c7[1096]]();_0xdefbx2[_0x15c7[827]]();this[_0x15c7[746]]( new mxEventObject(mxEvent.UNDO,_0x15c7[1061],_0xdefbx2))}}finally{this[_0x15c7[1933]]= !1}}};mxGraphModel[_0x15c7[202]][_0x15c7[1096]]=function(){var _0xdefbx2= new mxUndoableEdit(this,!0);_0xdefbx2[_0x15c7[827]]=function(){_0xdefbx2[_0x15c7[1097]][_0x15c7[746]]( new mxEventObject(mxEvent.CHANGE,_0x15c7[1061],_0xdefbx2,_0x15c7[1065],_0xdefbx2[_0x15c7[1065]]));_0xdefbx2[_0x15c7[1097]][_0x15c7[746]]( new mxEventObject(mxEvent.NOTIFY,_0x15c7[1061],_0xdefbx2,_0x15c7[1065],_0xdefbx2[_0x15c7[1065]]))};return _0xdefbx2};mxGraphModel[_0x15c7[202]][_0x15c7[1975]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx4=null!=_0xdefbx4?_0xdefbx4:!0;this[_0x15c7[473]]();try{var _0xdefbx5={};this[_0x15c7[1976]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5);for(var _0xdefbx9 in _0xdefbx5){var _0xdefbxa=_0xdefbx5[_0xdefbx9],_0xdefbx12=this[_0x15c7[1709]](_0xdefbxa,!0);null!=_0xdefbx12&&(_0xdefbx12=_0xdefbx5[mxCellPath[_0x15c7[385]](_0xdefbx12)],this[_0x15c7[1957]](_0xdefbxa,_0xdefbx12,!0));_0xdefbx12=this[_0x15c7[1709]](_0xdefbxa,!1);null!=_0xdefbx12&&(_0xdefbx12=_0xdefbx5[mxCellPath[_0x15c7[385]](_0xdefbx12)],this[_0x15c7[1957]](_0xdefbxa,_0xdefbx12,!1))}}finally{this[_0x15c7[476]]()}};mxGraphModel[_0x15c7[202]][_0x15c7[1976]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){this[_0x15c7[473]]();try{for(var _0xdefbx9=_0xdefbx2[_0x15c7[262]](),_0xdefbxa=0;_0xdefbxa<_0xdefbx9;_0xdefbxa++){var _0xdefbx12=_0xdefbx2[_0x15c7[263]](_0xdefbxa);if(_0x15c7[279]== typeof _0xdefbx12[_0x15c7[1103]]){var _0xdefbx13=_0xdefbx12[_0x15c7[1103]](),_0xdefbx14=null!=_0xdefbx13&&(!this[_0x15c7[250]](_0xdefbx12)|| !_0xdefbx4)?this[_0x15c7[736]](_0xdefbx13):null;if(null==_0xdefbx14){var _0xdefbx15=_0xdefbx12[_0x15c7[238]]();_0xdefbx15[_0x15c7[1945]](_0xdefbx13);_0xdefbx15[_0x15c7[1957]](_0xdefbx12[_0x15c7[1709]](!0),!0);_0xdefbx15[_0x15c7[1957]](_0xdefbx12[_0x15c7[1709]](!1),!1);_0xdefbx14=_0xdefbx3[_0x15c7[1937]](_0xdefbx15);this[_0x15c7[1941]](_0xdefbx14)};_0xdefbx5[mxCellPath[_0x15c7[385]](_0xdefbx12)]=_0xdefbx14;this[_0x15c7[1976]](_0xdefbx12,_0xdefbx14,_0xdefbx4,_0xdefbx5)}}}finally{this[_0x15c7[476]]()}};mxGraphModel[_0x15c7[202]][_0x15c7[1977]]=function(_0xdefbx2){var _0xdefbx3=[];if(null!=_0xdefbx2){for(var _0xdefbx4={},_0xdefbx5=0;_0xdefbx5<_0xdefbx2[_0x15c7[67]];_0xdefbx5++){var _0xdefbx9=this[_0x15c7[1197]](_0xdefbx2[_0xdefbx5]);if(null!=_0xdefbx9){var _0xdefbxa=mxCellPath[_0x15c7[385]](_0xdefbx9);null==_0xdefbx4[_0xdefbxa]&&(_0xdefbx4[_0xdefbxa]=_0xdefbx9,_0xdefbx3[_0x15c7[207]](_0xdefbx9))}}};return _0xdefbx3};mxGraphModel[_0x15c7[202]][_0x15c7[1978]]=function(_0xdefbx2){return null!=_0xdefbx2?this[_0x15c7[899]]([_0xdefbx2],!0)[0]:null};mxGraphModel[_0x15c7[202]][_0x15c7[899]]=function(_0xdefbx2,_0xdefbx3){for(var _0xdefbx4={},_0xdefbx5=[],_0xdefbx9=0;_0xdefbx9<_0xdefbx2[_0x15c7[67]];_0xdefbx9++){null!=_0xdefbx2[_0xdefbx9]?_0xdefbx5[_0x15c7[207]](this[_0x15c7[1979]](_0xdefbx2[_0xdefbx9],_0xdefbx4,_0xdefbx3)):_0xdefbx5[_0x15c7[207]](null)};for(_0xdefbx9=0;_0xdefbx9<_0xdefbx5[_0x15c7[67]];_0xdefbx9++){null!=_0xdefbx5[_0xdefbx9]&&this[_0x15c7[1980]](_0xdefbx5[_0xdefbx9],_0xdefbx2[_0xdefbx9],_0xdefbx4)};return _0xdefbx5};mxGraphModel[_0x15c7[202]][_0x15c7[1979]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=this[_0x15c7[1981]](_0xdefbx2);_0xdefbx3[mxObjectIdentity[_0x15c7[203]](_0xdefbx2)]=_0xdefbx5;if(_0xdefbx4){_0xdefbx4=this[_0x15c7[262]](_0xdefbx2);for(var _0xdefbx9=0;_0xdefbx9<_0xdefbx4;_0xdefbx9++){var _0xdefbxa=this[_0x15c7[1979]](this[_0x15c7[263]](_0xdefbx2,_0xdefbx9),_0xdefbx3,!0);_0xdefbx5[_0x15c7[1937]](_0xdefbxa)}};return _0xdefbx5};mxGraphModel[_0x15c7[202]][_0x15c7[1981]]=function(_0xdefbx2){return _0xdefbx2[_0x15c7[238]]()};mxGraphModel[_0x15c7[202]][_0x15c7[1980]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=this[_0x15c7[1709]](_0xdefbx3,!0);null!=_0xdefbx5&&(_0xdefbx5=_0xdefbx4[mxObjectIdentity[_0x15c7[203]](_0xdefbx5)],null!=_0xdefbx5&&_0xdefbx5[_0x15c7[1960]](_0xdefbx2,!0));_0xdefbx5=this[_0x15c7[1709]](_0xdefbx3,!1);null!=_0xdefbx5&&(_0xdefbx5=_0xdefbx4[mxObjectIdentity[_0x15c7[203]](_0xdefbx5)],null!=_0xdefbx5&&_0xdefbx5[_0x15c7[1960]](_0xdefbx2,!1));for(var _0xdefbx5=this[_0x15c7[262]](_0xdefbx2),_0xdefbx9=0;_0xdefbx9<_0xdefbx5;_0xdefbx9++){this[_0x15c7[1980]](this[_0x15c7[263]](_0xdefbx2,_0xdefbx9),this[_0x15c7[263]](_0xdefbx3,_0xdefbx9),_0xdefbx4)}};function mxRootChange(_0xdefbx2,_0xdefbx3){this[_0x15c7[251]]=_0xdefbx2;this[_0x15c7[257]]=this[_0x15c7[813]]=_0xdefbx3}mxRootChange[_0x15c7[202]][_0x15c7[350]]=function(){this[_0x15c7[813]]=this[_0x15c7[257]];this[_0x15c7[257]]=this[_0x15c7[251]][_0x15c7[1940]](this[_0x15c7[257]])};function mxChildChange(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){this[_0x15c7[251]]=_0xdefbx2;this[_0x15c7[257]]=this[_0x15c7[1101]]=_0xdefbx3;this[_0x15c7[247]]=_0xdefbx4;this[_0x15c7[1982]]=this[_0x15c7[1983]]=_0xdefbx5}mxChildChange[_0x15c7[202]][_0x15c7[350]]=function(){var _0xdefbx2=this[_0x15c7[251]][_0x15c7[1197]](this[_0x15c7[247]]),_0xdefbx3=null!=_0xdefbx2?_0xdefbx2[_0x15c7[1738]](this[_0x15c7[247]]):0;null==this[_0x15c7[257]]&&this[_0x15c7[807]](this[_0x15c7[247]],!1);_0xdefbx2=this[_0x15c7[251]][_0x15c7[1952]](this[_0x15c7[247]],this[_0x15c7[257]],this[_0x15c7[1982]]);null!=this[_0x15c7[257]]&&this[_0x15c7[807]](this[_0x15c7[247]],!0);this[_0x15c7[1101]]=this[_0x15c7[257]];this[_0x15c7[257]]=_0xdefbx2;this[_0x15c7[1983]]=this[_0x15c7[1982]];this[_0x15c7[1982]]=_0xdefbx3};mxChildChange[_0x15c7[202]][_0x15c7[807]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx3=null!=_0xdefbx3?_0xdefbx3:!0;var _0xdefbx4=_0xdefbx2[_0x15c7[1709]](!0),_0xdefbx5=_0xdefbx2[_0x15c7[1709]](!1);null!=_0xdefbx4&&(_0xdefbx3?this[_0x15c7[251]][_0x15c7[1959]](_0xdefbx2,_0xdefbx4,!0):this[_0x15c7[251]][_0x15c7[1959]](_0xdefbx2,null,!0));null!=_0xdefbx5&&(_0xdefbx3?this[_0x15c7[251]][_0x15c7[1959]](_0xdefbx2,_0xdefbx5,!1):this[_0x15c7[251]][_0x15c7[1959]](_0xdefbx2,null,!1));_0xdefbx2[_0x15c7[1957]](_0xdefbx4,!0);_0xdefbx2[_0x15c7[1957]](_0xdefbx5,!1);_0xdefbx4=this[_0x15c7[251]][_0x15c7[262]](_0xdefbx2);for(_0xdefbx5=0;_0xdefbx5<_0xdefbx4;_0xdefbx5++){this[_0x15c7[807]](this[_0x15c7[251]][_0x15c7[263]](_0xdefbx2,_0xdefbx5),_0xdefbx3)}};function mxTerminalChange(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){this[_0x15c7[251]]=_0xdefbx2;this[_0x15c7[246]]=_0xdefbx3;this[_0x15c7[257]]=this[_0x15c7[1984]]=_0xdefbx4;this[_0x15c7[1097]]=_0xdefbx5}mxTerminalChange[_0x15c7[202]][_0x15c7[350]]=function(){this[_0x15c7[1984]]=this[_0x15c7[257]];this[_0x15c7[257]]=this[_0x15c7[251]][_0x15c7[1959]](this[_0x15c7[246]],this[_0x15c7[257]],this[_0x15c7[1097]])};function mxValueChange(_0xdefbx2,_0xdefbx3,_0xdefbx4){this[_0x15c7[251]]=_0xdefbx2;this[_0x15c7[246]]=_0xdefbx3;this[_0x15c7[257]]=this[_0x15c7[131]]=_0xdefbx4}mxValueChange[_0x15c7[202]][_0x15c7[350]]=function(){this[_0x15c7[131]]=this[_0x15c7[257]];this[_0x15c7[257]]=this[_0x15c7[251]][_0x15c7[1967]](this[_0x15c7[246]],this[_0x15c7[257]])};function mxStyleChange(_0xdefbx2,_0xdefbx3,_0xdefbx4){this[_0x15c7[251]]=_0xdefbx2;this[_0x15c7[246]]=_0xdefbx3;this[_0x15c7[257]]=this[_0x15c7[124]]=_0xdefbx4}mxStyleChange[_0x15c7[202]][_0x15c7[350]]=function(){this[_0x15c7[124]]=this[_0x15c7[257]];this[_0x15c7[257]]=this[_0x15c7[251]][_0x15c7[1970]](this[_0x15c7[246]],this[_0x15c7[257]])};function mxGeometryChange(_0xdefbx2,_0xdefbx3,_0xdefbx4){this[_0x15c7[251]]=_0xdefbx2;this[_0x15c7[246]]=_0xdefbx3;this[_0x15c7[257]]=this[_0x15c7[256]]=_0xdefbx4}mxGeometryChange[_0x15c7[202]][_0x15c7[350]]=function(){this[_0x15c7[256]]=this[_0x15c7[257]];this[_0x15c7[257]]=this[_0x15c7[251]][_0x15c7[1969]](this[_0x15c7[246]],this[_0x15c7[257]])};function mxCollapseChange(_0xdefbx2,_0xdefbx3,_0xdefbx4){this[_0x15c7[251]]=_0xdefbx2;this[_0x15c7[246]]=_0xdefbx3;this[_0x15c7[257]]=this[_0x15c7[1985]]=_0xdefbx4}mxCollapseChange[_0x15c7[202]][_0x15c7[350]]=function(){this[_0x15c7[1985]]=this[_0x15c7[257]];this[_0x15c7[257]]=this[_0x15c7[251]][_0x15c7[1973]](this[_0x15c7[246]],this[_0x15c7[257]])};function mxVisibleChange(_0xdefbx2,_0xdefbx3,_0xdefbx4){this[_0x15c7[251]]=_0xdefbx2;this[_0x15c7[246]]=_0xdefbx3;this[_0x15c7[257]]=this[_0x15c7[189]]=_0xdefbx4}mxVisibleChange[_0x15c7[202]][_0x15c7[350]]=function(){this[_0x15c7[189]]=this[_0x15c7[257]];this[_0x15c7[257]]=this[_0x15c7[251]][_0x15c7[1974]](this[_0x15c7[246]],this[_0x15c7[257]])};function mxCellAttributeChange(_0xdefbx2,_0xdefbx3,_0xdefbx4){this[_0x15c7[246]]=_0xdefbx2;this[_0x15c7[1986]]=_0xdefbx3;this[_0x15c7[257]]=this[_0x15c7[131]]=_0xdefbx4}mxCellAttributeChange[_0x15c7[202]][_0x15c7[350]]=function(){var _0xdefbx2=this[_0x15c7[246]][_0x15c7[284]](this[_0x15c7[1986]]);null==this[_0x15c7[257]]?this[_0x15c7[246]][_0x15c7[131]][_0x15c7[1390]](this[_0x15c7[1986]]):this[_0x15c7[246]][_0x15c7[57]](this[_0x15c7[1986]],this[_0x15c7[257]]);this[_0x15c7[257]]=_0xdefbx2};function mxCell(_0xdefbx2,_0xdefbx3,_0xdefbx4){this[_0x15c7[131]]=_0xdefbx2;this[_0x15c7[1724]](_0xdefbx3);this[_0x15c7[475]](_0xdefbx4);if(null!=this[_0x15c7[1987]]){this[_0x15c7[1987]]()}}mxCell[_0x15c7[202]][_0x15c7[1363]]=null;mxCell[_0x15c7[202]][_0x15c7[131]]=null;mxCell[_0x15c7[202]][_0x15c7[256]]=null;mxCell[_0x15c7[202]][_0x15c7[124]]=null;mxCell[_0x15c7[202]][_0x15c7[1988]]= !1;mxCell[_0x15c7[202]][_0x15c7[1989]]= !1;mxCell[_0x15c7[202]][_0x15c7[1990]]= !0;mxCell[_0x15c7[202]][_0x15c7[189]]= !0;mxCell[_0x15c7[202]][_0x15c7[1985]]= !1;mxCell[_0x15c7[202]][_0x15c7[1101]]=null;mxCell[_0x15c7[202]][_0x15c7[1097]]=null;mxCell[_0x15c7[202]][_0x15c7[772]]=null;mxCell[_0x15c7[202]][_0x15c7[1954]]=null;mxCell[_0x15c7[202]][_0x15c7[1842]]=null;mxCell[_0x15c7[202]][_0x15c7[1991]]=_0x15c7[1992][_0x15c7[224]](_0x15c7[185]);mxCell[_0x15c7[202]][_0x15c7[1103]]=function(){return this[_0x15c7[1363]]};mxCell[_0x15c7[202]][_0x15c7[1945]]=function(_0xdefbx2){this[_0x15c7[1363]]=_0xdefbx2};mxCell[_0x15c7[202]][_0x15c7[433]]=function(){return this[_0x15c7[131]]};mxCell[_0x15c7[202]][_0x15c7[1966]]=function(_0xdefbx2){this[_0x15c7[131]]=_0xdefbx2};mxCell[_0x15c7[202]][_0x15c7[1968]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[433]]();this[_0x15c7[1966]](_0xdefbx2);return _0xdefbx3};mxCell[_0x15c7[202]][_0x15c7[1721]]=function(){return this[_0x15c7[256]]};mxCell[_0x15c7[202]][_0x15c7[1724]]=function(_0xdefbx2){this[_0x15c7[256]]=_0xdefbx2};mxCell[_0x15c7[202]][_0x15c7[474]]=function(){return this[_0x15c7[124]]};mxCell[_0x15c7[202]][_0x15c7[475]]=function(_0xdefbx2){this[_0x15c7[124]]=_0xdefbx2};mxCell[_0x15c7[202]][_0x15c7[1193]]=function(){return this[_0x15c7[1988]]};mxCell[_0x15c7[202]][_0x15c7[1993]]=function(_0xdefbx2){this[_0x15c7[1988]]=_0xdefbx2};mxCell[_0x15c7[202]][_0x15c7[250]]=function(){return this[_0x15c7[1989]]};mxCell[_0x15c7[202]][_0x15c7[1994]]=function(_0xdefbx2){this[_0x15c7[1989]]=_0xdefbx2};mxCell[_0x15c7[202]][_0x15c7[1965]]=function(){return this[_0x15c7[1990]]};mxCell[_0x15c7[202]][_0x15c7[1995]]=function(_0xdefbx2){this[_0x15c7[1990]]=_0xdefbx2};mxCell[_0x15c7[202]][_0x15c7[174]]=function(){return this[_0x15c7[189]]};mxCell[_0x15c7[202]][_0x15c7[175]]=function(_0xdefbx2){this[_0x15c7[189]]=_0xdefbx2};mxCell[_0x15c7[202]][_0x15c7[1971]]=function(){return this[_0x15c7[1985]]};mxCell[_0x15c7[202]][_0x15c7[1972]]=function(_0xdefbx2){this[_0x15c7[1985]]=_0xdefbx2};mxCell[_0x15c7[202]][_0x15c7[1197]]=function(){return this[_0x15c7[1101]]};mxCell[_0x15c7[202]][_0x15c7[1996]]=function(_0xdefbx2){this[_0x15c7[1101]]=_0xdefbx2};mxCell[_0x15c7[202]][_0x15c7[1709]]=function(_0xdefbx2){return _0xdefbx2?this[_0x15c7[1097]]:this[_0x15c7[772]]};mxCell[_0x15c7[202]][_0x15c7[1957]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx3?this[_0x15c7[1097]]=_0xdefbx2:this[_0x15c7[772]]=_0xdefbx2;return _0xdefbx2};mxCell[_0x15c7[202]][_0x15c7[262]]=function(){return null==this[_0x15c7[1954]]?0:this[_0x15c7[1954]][_0x15c7[67]]};mxCell[_0x15c7[202]][_0x15c7[1738]]=function(_0xdefbx2){return mxUtils[_0x15c7[2]](this[_0x15c7[1954]],_0xdefbx2)};mxCell[_0x15c7[202]][_0x15c7[263]]=function(_0xdefbx2){return null==this[_0x15c7[1954]]?null:this[_0x15c7[1954]][_0xdefbx2]};mxCell[_0x15c7[202]][_0x15c7[1937]]=function(_0xdefbx2,_0xdefbx3){null!=_0xdefbx2&&(null==_0xdefbx3&&(_0xdefbx3=this[_0x15c7[262]](),_0xdefbx2[_0x15c7[1197]]()==this&&_0xdefbx3--),_0xdefbx2[_0x15c7[1997]](),_0xdefbx2[_0x15c7[1996]](this),null==this[_0x15c7[1954]]?(this[_0x15c7[1954]]=[],this[_0x15c7[1954]][_0x15c7[207]](_0xdefbx2)):this[_0x15c7[1954]][_0x15c7[300]](_0xdefbx3,0,_0xdefbx2));return _0xdefbx2};mxCell[_0x15c7[202]][_0x15c7[205]]=function(_0xdefbx2){var _0xdefbx3=null;null!=this[_0x15c7[1954]]&&0<=_0xdefbx2&&(_0xdefbx3=this[_0x15c7[263]](_0xdefbx2),null!=_0xdefbx3&&(this[_0x15c7[1954]][_0x15c7[300]](_0xdefbx2,1),_0xdefbx3[_0x15c7[1996]](null)));return _0xdefbx3};mxCell[_0x15c7[202]][_0x15c7[1997]]=function(){if(null!=this[_0x15c7[1101]]){var _0xdefbx2=this[_0x15c7[1101]][_0x15c7[1738]](this);this[_0x15c7[1101]][_0x15c7[205]](_0xdefbx2)}};mxCell[_0x15c7[202]][_0x15c7[1707]]=function(){return null==this[_0x15c7[1842]]?0:this[_0x15c7[1842]][_0x15c7[67]]};mxCell[_0x15c7[202]][_0x15c7[1998]]=function(_0xdefbx2){return mxUtils[_0x15c7[2]](this[_0x15c7[1842]],_0xdefbx2)};mxCell[_0x15c7[202]][_0x15c7[1708]]=function(_0xdefbx2){return null==this[_0x15c7[1842]]?null:this[_0x15c7[1842]][_0xdefbx2]};mxCell[_0x15c7[202]][_0x15c7[1960]]=function(_0xdefbx2,_0xdefbx3){if(null!=_0xdefbx2&&(_0xdefbx2[_0x15c7[1999]](_0xdefbx3),_0xdefbx2[_0x15c7[1957]](this,_0xdefbx3),null==this[_0x15c7[1842]]||_0xdefbx2[_0x15c7[1709]](!_0xdefbx3)!=this||0>mxUtils[_0x15c7[2]](this[_0x15c7[1842]],_0xdefbx2))){null==this[_0x15c7[1842]]&&(this[_0x15c7[1842]]=[]),this[_0x15c7[1842]][_0x15c7[207]](_0xdefbx2)};return _0xdefbx2};mxCell[_0x15c7[202]][_0x15c7[1961]]=function(_0xdefbx2,_0xdefbx3){if(null!=_0xdefbx2){if(_0xdefbx2[_0x15c7[1709]](!_0xdefbx3)!=this&&null!=this[_0x15c7[1842]]){var _0xdefbx4=this[_0x15c7[1998]](_0xdefbx2);0<=_0xdefbx4&&this[_0x15c7[1842]][_0x15c7[300]](_0xdefbx4,1)};_0xdefbx2[_0x15c7[1957]](null,_0xdefbx3)};return _0xdefbx2};mxCell[_0x15c7[202]][_0x15c7[1999]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[1709]](_0xdefbx2);null!=_0xdefbx3&&_0xdefbx3[_0x15c7[1961]](this,_0xdefbx2)};mxCell[_0x15c7[202]][_0x15c7[284]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[433]]();return (null!=_0xdefbx4&&_0xdefbx4[_0x15c7[288]]==mxConstants[_0x15c7[289]]?_0xdefbx4[_0x15c7[284]](_0xdefbx2):null)||_0xdefbx3};mxCell[_0x15c7[202]][_0x15c7[57]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[433]]();null!=_0xdefbx4&&_0xdefbx4[_0x15c7[288]]==mxConstants[_0x15c7[289]]&&_0xdefbx4[_0x15c7[57]](_0xdefbx2,_0xdefbx3)};mxCell[_0x15c7[202]][_0x15c7[238]]=function(){var _0xdefbx2=mxUtils[_0x15c7[238]](this,this[_0x15c7[1991]]);_0xdefbx2[_0x15c7[1966]](this[_0x15c7[2000]]());return _0xdefbx2};mxCell[_0x15c7[202]][_0x15c7[2000]]=function(){var _0xdefbx2=this[_0x15c7[433]]();null!=_0xdefbx2&&(_0x15c7[279]== typeof _0xdefbx2[_0x15c7[238]]?_0xdefbx2=_0xdefbx2[_0x15c7[238]]():isNaN(_0xdefbx2[_0x15c7[288]])||(_0xdefbx2=_0xdefbx2[_0x15c7[511]](!0)));return _0xdefbx2};function mxGeometry(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){mxRectangle[_0x15c7[239]](this,_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5)}mxGeometry[_0x15c7[202]]= new mxRectangle;mxGeometry[_0x15c7[202]][_0x15c7[196]]=mxGeometry;mxGeometry[_0x15c7[202]][_0x15c7[2001]]= !0;mxGeometry[_0x15c7[202]][_0x15c7[2002]]=null;mxGeometry[_0x15c7[202]][_0x15c7[2003]]=null;mxGeometry[_0x15c7[202]][_0x15c7[2004]]=null;mxGeometry[_0x15c7[202]][_0x15c7[1525]]=null;mxGeometry[_0x15c7[202]][_0x15c7[1368]]=null;mxGeometry[_0x15c7[202]][_0x15c7[1500]]= !1;mxGeometry[_0x15c7[202]][_0x15c7[2005]]=function(){if(null!=this[_0x15c7[2002]]){var _0xdefbx2= new mxRectangle(this[_0x15c7[235]],this[_0x15c7[236]],this[_0x15c7[117]],this[_0x15c7[119]]);this[_0x15c7[235]]=this[_0x15c7[2002]][_0x15c7[235]];this[_0x15c7[236]]=this[_0x15c7[2002]][_0x15c7[236]];this[_0x15c7[117]]=this[_0x15c7[2002]][_0x15c7[117]];this[_0x15c7[119]]=this[_0x15c7[2002]][_0x15c7[119]];this[_0x15c7[2002]]=_0xdefbx2}};mxGeometry[_0x15c7[202]][_0x15c7[2006]]=function(_0xdefbx2){return _0xdefbx2?this[_0x15c7[2003]]:this[_0x15c7[2004]]};mxGeometry[_0x15c7[202]][_0x15c7[2007]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx3?this[_0x15c7[2003]]=_0xdefbx2:this[_0x15c7[2004]]=_0xdefbx2;return _0xdefbx2};mxGeometry[_0x15c7[202]][_0x15c7[513]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[238]]();this[_0x15c7[1500]]||(this[_0x15c7[235]]+=_0xdefbx2,this[_0x15c7[236]]+=_0xdefbx3);null!=this[_0x15c7[2003]]&&(this[_0x15c7[2003]][_0x15c7[235]]+=_0xdefbx2,this[_0x15c7[2003]][_0x15c7[236]]+=_0xdefbx3);null!=this[_0x15c7[2004]]&&(this[_0x15c7[2004]][_0x15c7[235]]+=_0xdefbx2,this[_0x15c7[2004]][_0x15c7[236]]+=_0xdefbx3);if(this[_0x15c7[2001]]&&null!=this[_0x15c7[1525]]){for(var _0xdefbx4=this[_0x15c7[1525]][_0x15c7[67]],_0xdefbx5=0;_0xdefbx5<_0xdefbx4;_0xdefbx5++){var _0xdefbx9=this[_0x15c7[1525]][_0xdefbx5];null!=_0xdefbx9&&(_0xdefbx9[_0x15c7[235]]+=_0xdefbx2,_0xdefbx9[_0x15c7[236]]+=_0xdefbx3)}}};var mxCellPath={PATH_SEPARATOR:_0x15c7[87],create:function(_0xdefbx2){var _0xdefbx3=_0x15c7[110];if(null!=_0xdefbx2){for(var _0xdefbx4=_0xdefbx2[_0x15c7[1197]]();null!=_0xdefbx4;){_0xdefbx3=_0xdefbx4[_0x15c7[1738]](_0xdefbx2)+mxCellPath[_0x15c7[1950]]+_0xdefbx3,_0xdefbx2=_0xdefbx4,_0xdefbx4=_0xdefbx2[_0x15c7[1197]]()}};_0xdefbx2=_0xdefbx3[_0x15c7[67]];1<_0xdefbx2&&(_0xdefbx3=_0xdefbx3[_0x15c7[85]](0,_0xdefbx2-1));return _0xdefbx3},getParentPath:function(_0xdefbx2){if(null!=_0xdefbx2){var _0xdefbx3=_0xdefbx2[_0x15c7[1122]](mxCellPath.PATH_SEPARATOR);if(0<=_0xdefbx3){return _0xdefbx2[_0x15c7[85]](0,_0xdefbx3)};if(0<_0xdefbx2[_0x15c7[67]]){return _0x15c7[110]}};return null},resolve:function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=_0xdefbx2;if(null!=_0xdefbx3){for(var _0xdefbx5=_0xdefbx3[_0x15c7[224]](mxCellPath.PATH_SEPARATOR),_0xdefbx9=0;_0xdefbx9<_0xdefbx5[_0x15c7[67]];_0xdefbx9++){_0xdefbx4=_0xdefbx4[_0x15c7[263]](parseInt(_0xdefbx5[_0xdefbx9]))}};return _0xdefbx4},compare:function(_0xdefbx2,_0xdefbx3){for(var _0xdefbx4=Math[_0x15c7[243]](_0xdefbx2[_0x15c7[67]],_0xdefbx3[_0x15c7[67]]),_0xdefbx5=0,_0xdefbx9=0;_0xdefbx9<_0xdefbx4;_0xdefbx9++){if(_0xdefbx2[_0xdefbx9]!=_0xdefbx3[_0xdefbx9]){0==_0xdefbx2[_0xdefbx9][_0x15c7[67]]||0==_0xdefbx3[_0xdefbx9][_0x15c7[67]]?_0xdefbx5=_0xdefbx2[_0xdefbx9]==_0xdefbx3[_0xdefbx9]?0:_0xdefbx2[_0xdefbx9]>_0xdefbx3[_0xdefbx9]?1:-1:(_0xdefbx4=parseInt(_0xdefbx2[_0xdefbx9]),_0xdefbx9=parseInt(_0xdefbx3[_0xdefbx9]),_0xdefbx5=_0xdefbx4==_0xdefbx9?0:_0xdefbx4>_0xdefbx9?1:-1);break}};0==_0xdefbx5&&(_0xdefbx4=_0xdefbx2[_0x15c7[67]],_0xdefbx9=_0xdefbx3[_0x15c7[67]],_0xdefbx4!=_0xdefbx9&&(_0xdefbx5=_0xdefbx4>_0xdefbx9?1:-1));return _0xdefbx5}},mxPerimeter={RectanglePerimeter:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx3=_0xdefbx2[_0x15c7[241]]();var _0xdefbx9=_0xdefbx2[_0x15c7[242]](),_0xdefbxa=Math[_0x15c7[429]](_0xdefbx4[_0x15c7[236]]-_0xdefbx9,_0xdefbx4[_0x15c7[235]]-_0xdefbx3),_0xdefbx12= new mxPoint(0,0),_0xdefbx13=Math[_0x15c7[424]],_0xdefbx14=Math[_0x15c7[424]]/2-_0xdefbxa,_0xdefbx15=Math[_0x15c7[429]](_0xdefbx2[_0x15c7[119]],_0xdefbx2[_0x15c7[117]]);_0xdefbxa<-_0xdefbx13+_0xdefbx15||_0xdefbxa>_0xdefbx13-_0xdefbx15?(_0xdefbx12[_0x15c7[235]]=_0xdefbx2[_0x15c7[235]],_0xdefbx12[_0x15c7[236]]=_0xdefbx9-_0xdefbx2[_0x15c7[117]]*Math[_0x15c7[2008]](_0xdefbxa)/2):_0xdefbxa<-_0xdefbx15?(_0xdefbx12[_0x15c7[236]]=_0xdefbx2[_0x15c7[236]],_0xdefbx12[_0x15c7[235]]=_0xdefbx3-_0xdefbx2[_0x15c7[119]]*Math[_0x15c7[2008]](_0xdefbx14)/2):_0xdefbxa<_0xdefbx15?(_0xdefbx12[_0x15c7[235]]=_0xdefbx2[_0x15c7[235]]+_0xdefbx2[_0x15c7[117]],_0xdefbx12[_0x15c7[236]]=_0xdefbx9+_0xdefbx2[_0x15c7[117]]*Math[_0x15c7[2008]](_0xdefbxa)/2):(_0xdefbx12[_0x15c7[236]]=_0xdefbx2[_0x15c7[236]]+_0xdefbx2[_0x15c7[119]],_0xdefbx12[_0x15c7[235]]=_0xdefbx3+_0xdefbx2[_0x15c7[119]]*Math[_0x15c7[2008]](_0xdefbx14)/2);_0xdefbx5&&(_0xdefbx4[_0x15c7[235]]>=_0xdefbx2[_0x15c7[235]]&&_0xdefbx4[_0x15c7[235]]<=_0xdefbx2[_0x15c7[235]]+_0xdefbx2[_0x15c7[117]]?_0xdefbx12[_0x15c7[235]]=_0xdefbx4[_0x15c7[235]]:_0xdefbx4[_0x15c7[236]]>=_0xdefbx2[_0x15c7[236]]&&_0xdefbx4[_0x15c7[236]]<=_0xdefbx2[_0x15c7[236]]+_0xdefbx2[_0x15c7[119]]&&(_0xdefbx12[_0x15c7[236]]=_0xdefbx4[_0x15c7[236]]),_0xdefbx4[_0x15c7[235]]<_0xdefbx2[_0x15c7[235]]?_0xdefbx12[_0x15c7[235]]=_0xdefbx2[_0x15c7[235]]:_0xdefbx4[_0x15c7[235]]>_0xdefbx2[_0x15c7[235]]+_0xdefbx2[_0x15c7[117]]&&(_0xdefbx12[_0x15c7[235]]=_0xdefbx2[_0x15c7[235]]+_0xdefbx2[_0x15c7[117]]),_0xdefbx4[_0x15c7[236]]<_0xdefbx2[_0x15c7[236]]?_0xdefbx12[_0x15c7[236]]=_0xdefbx2[_0x15c7[236]]:_0xdefbx4[_0x15c7[236]]>_0xdefbx2[_0x15c7[236]]+_0xdefbx2[_0x15c7[119]]&&(_0xdefbx12[_0x15c7[236]]=_0xdefbx2[_0x15c7[236]]+_0xdefbx2[_0x15c7[119]]));return _0xdefbx12},EllipsePerimeter:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){var _0xdefbx9=_0xdefbx2[_0x15c7[235]],_0xdefbxa=_0xdefbx2[_0x15c7[236]],_0xdefbx12=_0xdefbx2[_0x15c7[117]]/2,_0xdefbx13=_0xdefbx2[_0x15c7[119]]/2,_0xdefbx14=_0xdefbx9+_0xdefbx12,_0xdefbx15=_0xdefbxa+_0xdefbx13;_0xdefbx3=_0xdefbx4[_0x15c7[235]];_0xdefbx4=_0xdefbx4[_0x15c7[236]];var _0xdefbx16=parseInt(_0xdefbx3-_0xdefbx14),_0xdefbx17=parseInt(_0xdefbx4-_0xdefbx15);if(0==_0xdefbx16&&0!=_0xdefbx17){return new mxPoint(_0xdefbx14,_0xdefbx15+_0xdefbx13*_0xdefbx17/Math[_0x15c7[425]](_0xdefbx17))};if(0==_0xdefbx16&&0==_0xdefbx17){return new mxPoint(_0xdefbx3,_0xdefbx4)};if(_0xdefbx5){if(_0xdefbx4>=_0xdefbxa&&_0xdefbx4<=_0xdefbxa+_0xdefbx2[_0x15c7[119]]){return _0xdefbx2=_0xdefbx4-_0xdefbx15,_0xdefbx2=Math[_0x15c7[428]](_0xdefbx12*_0xdefbx12*(1-_0xdefbx2*_0xdefbx2/(_0xdefbx13*_0xdefbx13)))||0,_0xdefbx3<=_0xdefbx9&&(_0xdefbx2= -_0xdefbx2), new mxPoint(_0xdefbx14+_0xdefbx2,_0xdefbx4)};if(_0xdefbx3>=_0xdefbx9&&_0xdefbx3<=_0xdefbx9+_0xdefbx2[_0x15c7[117]]){return _0xdefbx2=_0xdefbx3-_0xdefbx14,_0xdefbx2=Math[_0x15c7[428]](_0xdefbx13*_0xdefbx13*(1-_0xdefbx2*_0xdefbx2/(_0xdefbx12*_0xdefbx12)))||0,_0xdefbx4<=_0xdefbxa&&(_0xdefbx2= -_0xdefbx2), new mxPoint(_0xdefbx3,_0xdefbx15+_0xdefbx2)}};_0xdefbx9=_0xdefbx17/_0xdefbx16;_0xdefbx15-=_0xdefbx9*_0xdefbx14;_0xdefbxa=_0xdefbx12*_0xdefbx12*_0xdefbx9*_0xdefbx9+_0xdefbx13*_0xdefbx13;_0xdefbx2=-2*_0xdefbx14*_0xdefbxa;_0xdefbx13=Math[_0x15c7[428]](_0xdefbx2*_0xdefbx2-4*_0xdefbxa*(_0xdefbx12*_0xdefbx12*_0xdefbx9*_0xdefbx9*_0xdefbx14*_0xdefbx14+_0xdefbx13*_0xdefbx13*_0xdefbx14*_0xdefbx14-_0xdefbx12*_0xdefbx12*_0xdefbx13*_0xdefbx13));_0xdefbx12=(-_0xdefbx2+_0xdefbx13)/(2*_0xdefbxa);_0xdefbx13=(-_0xdefbx2-_0xdefbx13)/(2*_0xdefbxa);_0xdefbx14=_0xdefbx9*_0xdefbx12+_0xdefbx15;_0xdefbx15=_0xdefbx9*_0xdefbx13+_0xdefbx15;_0xdefbx9=Math[_0x15c7[428]](Math[_0x15c7[2009]](_0xdefbx12-_0xdefbx3,2)+Math[_0x15c7[2009]](_0xdefbx14-_0xdefbx4,2));_0xdefbx3=Math[_0x15c7[428]](Math[_0x15c7[2009]](_0xdefbx13-_0xdefbx3,2)+Math[_0x15c7[2009]](_0xdefbx15-_0xdefbx4,2));_0xdefbxa=_0xdefbx4=0;_0xdefbx9<_0xdefbx3?(_0xdefbx4=_0xdefbx12,_0xdefbxa=_0xdefbx14):(_0xdefbx4=_0xdefbx13,_0xdefbxa=_0xdefbx15);return new mxPoint(_0xdefbx4,_0xdefbxa)},RhombusPerimeter:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx3=_0xdefbx2[_0x15c7[235]];var _0xdefbx9=_0xdefbx2[_0x15c7[236]],_0xdefbxa=_0xdefbx2[_0x15c7[117]];_0xdefbx2=_0xdefbx2[_0x15c7[119]];var _0xdefbx12=_0xdefbx3+_0xdefbxa/2,_0xdefbx13=_0xdefbx9+_0xdefbx2/2,_0xdefbx14=_0xdefbx4[_0x15c7[235]];_0xdefbx4=_0xdefbx4[_0x15c7[236]];if(_0xdefbx12==_0xdefbx14){return _0xdefbx13>_0xdefbx4? new mxPoint(_0xdefbx12,_0xdefbx9): new mxPoint(_0xdefbx12,_0xdefbx9+_0xdefbx2)};if(_0xdefbx13==_0xdefbx4){return _0xdefbx12>_0xdefbx14? new mxPoint(_0xdefbx3,_0xdefbx13): new mxPoint(_0xdefbx3+_0xdefbxa,_0xdefbx13)};var _0xdefbx15=_0xdefbx12,_0xdefbx16=_0xdefbx13;_0xdefbx5&&(_0xdefbx14>=_0xdefbx3&&_0xdefbx14<=_0xdefbx3+_0xdefbxa?_0xdefbx15=_0xdefbx14:_0xdefbx4>=_0xdefbx9&&_0xdefbx4<=_0xdefbx9+_0xdefbx2&&(_0xdefbx16=_0xdefbx4));return _0xdefbx14<_0xdefbx12?_0xdefbx4<_0xdefbx13?mxUtils[_0x15c7[2010]](_0xdefbx14,_0xdefbx4,_0xdefbx15,_0xdefbx16,_0xdefbx12,_0xdefbx9,_0xdefbx3,_0xdefbx13):mxUtils[_0x15c7[2010]](_0xdefbx14,_0xdefbx4,_0xdefbx15,_0xdefbx16,_0xdefbx12,_0xdefbx9+_0xdefbx2,_0xdefbx3,_0xdefbx13):_0xdefbx4<_0xdefbx13?mxUtils[_0x15c7[2010]](_0xdefbx14,_0xdefbx4,_0xdefbx15,_0xdefbx16,_0xdefbx12,_0xdefbx9,_0xdefbx3+_0xdefbxa,_0xdefbx13):mxUtils[_0x15c7[2010]](_0xdefbx14,_0xdefbx4,_0xdefbx15,_0xdefbx16,_0xdefbx12,_0xdefbx9+_0xdefbx2,_0xdefbx3+_0xdefbxa,_0xdefbx13)},TrianglePerimeter:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx3=null!=_0xdefbx3?_0xdefbx3[_0x15c7[124]][mxConstants[_0x15c7[2011]]]:null;var _0xdefbx9=_0xdefbx3==mxConstants[_0x15c7[1358]]||_0xdefbx3==mxConstants[_0x15c7[1354]],_0xdefbxa=_0xdefbx2[_0x15c7[235]],_0xdefbx12=_0xdefbx2[_0x15c7[236]],_0xdefbx13=_0xdefbx2[_0x15c7[117]];_0xdefbx2=_0xdefbx2[_0x15c7[119]];var _0xdefbx14=_0xdefbxa+_0xdefbx13/2,_0xdefbx15=_0xdefbx12+_0xdefbx2/2,_0xdefbx16= new mxPoint(_0xdefbxa,_0xdefbx12),_0xdefbx17= new mxPoint(_0xdefbxa+_0xdefbx13,_0xdefbx15),_0xdefbx18= new mxPoint(_0xdefbxa,_0xdefbx12+_0xdefbx2);_0xdefbx3==mxConstants[_0x15c7[1358]]?(_0xdefbx16=_0xdefbx18,_0xdefbx17= new mxPoint(_0xdefbx14,_0xdefbx12),_0xdefbx18= new mxPoint(_0xdefbxa+_0xdefbx13,_0xdefbx12+_0xdefbx2)):_0xdefbx3==mxConstants[_0x15c7[1354]]?(_0xdefbx17= new mxPoint(_0xdefbx14,_0xdefbx12+_0xdefbx2),_0xdefbx18= new mxPoint(_0xdefbxa+_0xdefbx13,_0xdefbx12)):_0xdefbx3==mxConstants[_0x15c7[1359]]&&(_0xdefbx16= new mxPoint(_0xdefbxa+_0xdefbx13,_0xdefbx12),_0xdefbx17= new mxPoint(_0xdefbxa,_0xdefbx15),_0xdefbx18= new mxPoint(_0xdefbxa+_0xdefbx13,_0xdefbx12+_0xdefbx2));var _0xdefbx19=_0xdefbx4[_0x15c7[235]]-_0xdefbx14,_0xdefbx1a=_0xdefbx4[_0x15c7[236]]-_0xdefbx15,_0xdefbx19=_0xdefbx9?Math[_0x15c7[429]](_0xdefbx19,_0xdefbx1a):Math[_0x15c7[429]](_0xdefbx1a,_0xdefbx19),_0xdefbx1b=_0xdefbx9?Math[_0x15c7[429]](_0xdefbx13,_0xdefbx2):Math[_0x15c7[429]](_0xdefbx2,_0xdefbx13),_0xdefbx1a=!1,_0xdefbx1a=_0xdefbx3==mxConstants[_0x15c7[1358]]||_0xdefbx3==mxConstants[_0x15c7[1359]]?_0xdefbx19>-_0xdefbx1b&&_0xdefbx19<_0xdefbx1b:_0xdefbx19<-Math[_0x15c7[424]]+_0xdefbx1b||_0xdefbx19>Math[_0x15c7[424]]-_0xdefbx1b,_0xdefbx1b=null;_0xdefbx1a?_0xdefbx1b=_0xdefbx5&&(_0xdefbx9&&_0xdefbx4[_0x15c7[235]]>=_0xdefbx16[_0x15c7[235]]&&_0xdefbx4[_0x15c7[235]]<=_0xdefbx18[_0x15c7[235]]||!_0xdefbx9&&_0xdefbx4[_0x15c7[236]]>=_0xdefbx16[_0x15c7[236]]&&_0xdefbx4[_0x15c7[236]]<=_0xdefbx18[_0x15c7[236]])?_0xdefbx9? new mxPoint(_0xdefbx4[_0x15c7[235]],_0xdefbx16[_0x15c7[236]]): new mxPoint(_0xdefbx16[_0x15c7[235]],_0xdefbx4[_0x15c7[236]]):_0xdefbx3==mxConstants[_0x15c7[1358]]? new mxPoint(_0xdefbxa+_0xdefbx13/2+_0xdefbx2*Math[_0x15c7[2008]](_0xdefbx19)/2,_0xdefbx12+_0xdefbx2):_0xdefbx3==mxConstants[_0x15c7[1354]]? new mxPoint(_0xdefbxa+_0xdefbx13/2-_0xdefbx2*Math[_0x15c7[2008]](_0xdefbx19)/2,_0xdefbx12):_0xdefbx3==mxConstants[_0x15c7[1359]]? new mxPoint(_0xdefbxa+_0xdefbx13,_0xdefbx12+_0xdefbx2/2+_0xdefbx13*Math[_0x15c7[2008]](_0xdefbx19)/2): new mxPoint(_0xdefbxa,_0xdefbx12+_0xdefbx2/2-_0xdefbx13*Math[_0x15c7[2008]](_0xdefbx19)/2):(_0xdefbx5&&(_0xdefbx5= new mxPoint(_0xdefbx14,_0xdefbx15),_0xdefbx4[_0x15c7[236]]>=_0xdefbx12&&_0xdefbx4[_0x15c7[236]]<=_0xdefbx12+_0xdefbx2?(_0xdefbx5[_0x15c7[235]]=_0xdefbx9?_0xdefbx14:_0xdefbx3==mxConstants[_0x15c7[1359]]?_0xdefbxa+_0xdefbx13:_0xdefbxa,_0xdefbx5[_0x15c7[236]]=_0xdefbx4[_0x15c7[236]]):_0xdefbx4[_0x15c7[235]]>=_0xdefbxa&&_0xdefbx4[_0x15c7[235]]<=_0xdefbxa+_0xdefbx13&&(_0xdefbx5[_0x15c7[235]]=_0xdefbx4[_0x15c7[235]],_0xdefbx5[_0x15c7[236]]=!_0xdefbx9?_0xdefbx15:_0xdefbx3==mxConstants[_0x15c7[1358]]?_0xdefbx12+_0xdefbx2:_0xdefbx12),_0xdefbx14=_0xdefbx5[_0x15c7[235]],_0xdefbx15=_0xdefbx5[_0x15c7[236]]),_0xdefbx1b=_0xdefbx9&&_0xdefbx4[_0x15c7[235]]<=_0xdefbxa+_0xdefbx13/2||!_0xdefbx9&&_0xdefbx4[_0x15c7[236]]<=_0xdefbx12+_0xdefbx2/2?mxUtils[_0x15c7[2010]](_0xdefbx4[_0x15c7[235]],_0xdefbx4[_0x15c7[236]],_0xdefbx14,_0xdefbx15,_0xdefbx16[_0x15c7[235]],_0xdefbx16[_0x15c7[236]],_0xdefbx17[_0x15c7[235]],_0xdefbx17[_0x15c7[236]]):mxUtils[_0x15c7[2010]](_0xdefbx4[_0x15c7[235]],_0xdefbx4[_0x15c7[236]],_0xdefbx14,_0xdefbx15,_0xdefbx17[_0x15c7[235]],_0xdefbx17[_0x15c7[236]],_0xdefbx18[_0x15c7[235]],_0xdefbx18[_0x15c7[236]]));null==_0xdefbx1b&&(_0xdefbx1b= new mxPoint(_0xdefbx14,_0xdefbx15));return _0xdefbx1b}};function mxPrintPreview(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14){this[_0x15c7[1179]]=_0xdefbx2;this[_0x15c7[255]]=null!=_0xdefbx3?_0xdefbx3:1/_0xdefbx2[_0x15c7[2012]];this[_0x15c7[467]]=null!=_0xdefbx5?_0xdefbx5:0;this[_0x15c7[2013]]=null!=_0xdefbx4?_0xdefbx4:_0xdefbx2[_0x15c7[2013]];this[_0x15c7[924]]=null!=_0xdefbx13?_0xdefbx13:_0x15c7[2014];this[_0x15c7[1732]]=null!=_0xdefbx9?_0xdefbx9:0;this[_0x15c7[1733]]=null!=_0xdefbxa?_0xdefbxa:0;this[_0x15c7[1630]]=_0xdefbx12;this[_0x15c7[2015]]=null!=_0xdefbx14?_0xdefbx14:!0}mxPrintPreview[_0x15c7[202]][_0x15c7[1179]]=null;mxPrintPreview[_0x15c7[202]][_0x15c7[2013]]=null;mxPrintPreview[_0x15c7[202]][_0x15c7[255]]=null;mxPrintPreview[_0x15c7[202]][_0x15c7[467]]=0;mxPrintPreview[_0x15c7[202]][_0x15c7[1732]]=0;mxPrintPreview[_0x15c7[202]][_0x15c7[1733]]=0;mxPrintPreview[_0x15c7[202]][_0x15c7[2016]]= !0;mxPrintPreview[_0x15c7[202]][_0x15c7[2017]]= !1;mxPrintPreview[_0x15c7[202]][_0x15c7[1630]]=null;mxPrintPreview[_0x15c7[202]][_0x15c7[924]]=null;mxPrintPreview[_0x15c7[202]][_0x15c7[2015]]=null;mxPrintPreview[_0x15c7[202]][_0x15c7[2018]]=null;mxPrintPreview[_0x15c7[202]][_0x15c7[2019]]=0;mxPrintPreview[_0x15c7[202]][_0x15c7[2020]]=function(){return this[_0x15c7[2018]]};mxPrintPreview[_0x15c7[202]][_0x15c7[2021]]=function(){var _0xdefbx2=_0x15c7[110];8==document[_0x15c7[5]]&&(_0xdefbx2=_0x15c7[2022]);return _0xdefbx2};mxPrintPreview[_0x15c7[202]][_0x15c7[392]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[1179]][_0x15c7[259]][_0x15c7[2023]],_0xdefbx4=null;try{this[_0x15c7[2017]]&&(this[_0x15c7[1179]][_0x15c7[259]][_0x15c7[2023]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx3[_0x15c7[176]](_0xdefbx2[_0x15c7[441]][_0x15c7[2024]]())});if(null==this[_0x15c7[2018]]){this[_0x15c7[2018]]=window[_0x15c7[392]]();var _0xdefbx5=this[_0x15c7[2018]][_0x15c7[395]],_0xdefbx9=this[_0x15c7[2021]]();null!=_0xdefbx9&&0<_0xdefbx9[_0x15c7[67]]&&_0xdefbx5[_0x15c7[171]](_0xdefbx9);_0xdefbx5[_0x15c7[171]](_0x15c7[528]);_0xdefbx5[_0x15c7[171]](_0x15c7[531]);this[_0x15c7[2025]](_0xdefbx5,_0xdefbx2);_0xdefbx5[_0x15c7[171]](_0x15c7[533]);_0xdefbx5[_0x15c7[171]](_0x15c7[2026]);mxClient[_0x15c7[54]](_0x15c7[94],mxClient[_0x15c7[86]]+_0x15c7[95],_0xdefbx5);mxClient[_0x15c7[47]]&&(_0xdefbx5[_0x15c7[100]][_0x15c7[99]](_0x15c7[6],_0x15c7[97]),_0xdefbx5[_0x15c7[100]][_0x15c7[99]](_0x15c7[7],_0x15c7[101]),_0xdefbx5[_0x15c7[102]]()[_0x15c7[103]]=_0x15c7[104],mxClient[_0x15c7[54]](_0x15c7[94],mxClient[_0x15c7[86]]+_0x15c7[105],_0xdefbx5));var _0xdefbxa=this[_0x15c7[1179]][_0x15c7[517]]()[_0x15c7[238]](),_0xdefbx12=this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[518]](),_0xdefbx13=_0xdefbx12/this[_0x15c7[255]],_0xdefbx14=this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[512]]();this[_0x15c7[2016]]||(this[_0x15c7[1732]]=-_0xdefbx14[_0x15c7[235]]*this[_0x15c7[255]],this[_0x15c7[1733]]=-_0xdefbx14[_0x15c7[236]]*this[_0x15c7[255]],_0xdefbxa[_0x15c7[117]]+=_0xdefbxa[_0x15c7[235]],_0xdefbxa[_0x15c7[119]]+=_0xdefbxa[_0x15c7[236]],_0xdefbxa[_0x15c7[235]]=0,this[_0x15c7[467]]=_0xdefbxa[_0x15c7[236]]=0);_0xdefbxa[_0x15c7[117]]/=_0xdefbx13;_0xdefbxa[_0x15c7[119]]/=_0xdefbx13;var _0xdefbx15=this[_0x15c7[2013]][_0x15c7[117]]-2*this[_0x15c7[467]],_0xdefbx16=this[_0x15c7[2013]][_0x15c7[119]]-2*this[_0x15c7[467]],_0xdefbx17=Math[_0x15c7[160]](1,Math[_0x15c7[430]]((_0xdefbxa[_0x15c7[117]]+this[_0x15c7[1732]])/_0xdefbx15)),_0xdefbx18=Math[_0x15c7[160]](1,Math[_0x15c7[430]]((_0xdefbxa[_0x15c7[119]]+this[_0x15c7[1733]])/_0xdefbx16));this[_0x15c7[2019]]=_0xdefbx17*_0xdefbx18;var _0xdefbx19=mxUtils[_0x15c7[885]](this,function(){if(this[_0x15c7[2015]]&&(1<_0xdefbx18||1<_0xdefbx17)){var _0xdefbx2=this[_0x15c7[2027]](_0xdefbx18,_0xdefbx17);_0xdefbx5[_0x15c7[112]][_0x15c7[62]](_0xdefbx2);if(mxClient[_0x15c7[80]]){_0xdefbx2[_0x15c7[124]][_0x15c7[491]]=_0x15c7[492];var _0xdefbx3=function(){_0xdefbx2[_0x15c7[124]][_0x15c7[125]]=_0xdefbx5[_0x15c7[112]][_0x15c7[190]]+10+_0x15c7[168]};mxEvent[_0x15c7[169]](this[_0x15c7[2018]],_0x15c7[276],function(_0xdefbx2){_0xdefbx3()});mxEvent[_0x15c7[169]](this[_0x15c7[2018]],_0x15c7[129],function(_0xdefbx2){_0xdefbx3()})}}});_0xdefbx2=function(_0xdefbx2,_0xdefbx3){null!=this[_0x15c7[1630]]&&(_0xdefbx2[_0x15c7[124]][_0x15c7[1630]]=this[_0x15c7[1630]],_0xdefbx2[_0x15c7[124]][_0x15c7[465]]=_0x15c7[1631],_0xdefbx2[_0x15c7[124]][_0x15c7[1629]]=_0x15c7[942]);_0xdefbx2[_0x15c7[124]][_0x15c7[1537]]=_0x15c7[1391];_0xdefbx3&&(_0xdefbx2[_0x15c7[124]][_0x15c7[2028]]=_0x15c7[2029]);mxClient[_0x15c7[80]]?(_0xdefbx5[_0x15c7[171]](_0xdefbx2[_0x15c7[342]]),_0xdefbx2[_0x15c7[265]][_0x15c7[266]](_0xdefbx2)):(_0xdefbx2[_0x15c7[265]][_0x15c7[266]](_0xdefbx2),_0xdefbx5[_0x15c7[112]][_0x15c7[62]](_0xdefbx2));if(_0xdefbx3){var _0xdefbx4=_0xdefbx5[_0x15c7[55]](_0x15c7[1054]);_0xdefbx4[_0x15c7[926]]=_0x15c7[2030];_0xdefbx5[_0x15c7[112]][_0x15c7[62]](_0xdefbx4)}};var _0xdefbx1a=this[_0x15c7[2031]](this[_0x15c7[2013]][_0x15c7[117]],this[_0x15c7[2013]][_0x15c7[119]]);if(null!=_0xdefbx1a){for(var _0xdefbx1b=0;_0xdefbx1b<_0xdefbx1a[_0x15c7[67]];_0xdefbx1b++){_0xdefbx2(_0xdefbx1a[_0xdefbx1b],!0)}};for(var _0xdefbx1c=this[_0x15c7[2032]](this[_0x15c7[2013]][_0x15c7[117]],this[_0x15c7[2013]][_0x15c7[119]]),_0xdefbx1b=0;_0xdefbx1b<_0xdefbx18;_0xdefbx1b++){for(var _0xdefbx1d=_0xdefbx1b*_0xdefbx16/this[_0x15c7[255]]-this[_0x15c7[1733]]/this[_0x15c7[255]]+(_0xdefbxa[_0x15c7[236]]-_0xdefbx14[_0x15c7[236]]*_0xdefbx12)/_0xdefbx12,_0xdefbx1a=0;_0xdefbx1a<_0xdefbx17;_0xdefbx1a++){if(null==this[_0x15c7[2018]]){return null};var _0xdefbx1e=_0xdefbx1a*_0xdefbx15/this[_0x15c7[255]]-this[_0x15c7[1732]]/this[_0x15c7[255]]+(_0xdefbxa[_0x15c7[235]]-_0xdefbx14[_0x15c7[235]]*_0xdefbx12)/_0xdefbx12,_0xdefbx1f=_0xdefbx1b*_0xdefbx17+_0xdefbx1a+1,_0xdefbx4=this[_0x15c7[2034]](this[_0x15c7[2013]][_0x15c7[117]],this[_0x15c7[2013]][_0x15c7[119]],mxUtils[_0x15c7[885]](this,function(_0xdefbx2){this[_0x15c7[2033]](-_0xdefbx1e,-_0xdefbx1d,this[_0x15c7[255]],_0xdefbx1f,_0xdefbx2)}));_0xdefbx4[_0x15c7[57]](_0x15c7[1363],_0x15c7[2035]+_0xdefbx1f);_0xdefbx2(_0xdefbx4,null!=_0xdefbx1c||_0xdefbx1b<_0xdefbx18-1||_0xdefbx1a<_0xdefbx17-1)}};if(null!=_0xdefbx1c){for(_0xdefbx1b=0;_0xdefbx1b<_0xdefbx1c[_0x15c7[67]];_0xdefbx1b++){_0xdefbx2(_0xdefbx1c[_0xdefbx1b],_0xdefbx1b<_0xdefbx1c[_0x15c7[67]])}};_0xdefbx5[_0x15c7[171]](_0x15c7[527]);_0xdefbx5[_0x15c7[171]](_0x15c7[534]);_0xdefbx5[_0x15c7[268]]();_0xdefbx19();mxEvent[_0x15c7[762]](_0xdefbx5[_0x15c7[112]])};this[_0x15c7[2018]][_0x15c7[393]]()}catch(y){null!=_0xdefbx4&&null!=_0xdefbx4[_0x15c7[265]]&&_0xdefbx4[_0x15c7[265]][_0x15c7[266]](_0xdefbx4)}finally{this[_0x15c7[1179]][_0x15c7[259]][_0x15c7[2023]]=_0xdefbx3};return this[_0x15c7[2018]]};mxPrintPreview[_0x15c7[202]][_0x15c7[2025]]=function(_0xdefbx2,_0xdefbx3){null!=this[_0x15c7[924]]&&_0xdefbx2[_0x15c7[171]](_0x15c7[2036]+this[_0x15c7[924]]+_0x15c7[2037]);_0xdefbx2[_0x15c7[171]](_0x15c7[2038]);_0xdefbx2[_0x15c7[171]](_0x15c7[2039]);_0xdefbx2[_0x15c7[171]](_0x15c7[2040]);_0xdefbx2[_0x15c7[171]](_0x15c7[2041]);_0xdefbx2[_0x15c7[171]](_0x15c7[233]);_0xdefbx2[_0x15c7[171]](_0x15c7[2042]);_0xdefbx2[_0x15c7[171]](_0x15c7[2043]);_0xdefbx2[_0x15c7[171]](_0x15c7[2044]);_0xdefbx2[_0x15c7[171]](_0x15c7[2045]);_0xdefbx2[_0x15c7[171]](_0x15c7[233]);null!=_0xdefbx3&&_0xdefbx2[_0x15c7[171]](_0xdefbx3);_0xdefbx2[_0x15c7[171]](_0x15c7[2046])};mxPrintPreview[_0x15c7[202]][_0x15c7[2027]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[2018]][_0x15c7[395]],_0xdefbx5=_0xdefbx4[_0x15c7[55]](_0x15c7[116]);_0xdefbx5[_0x15c7[926]]=_0x15c7[2047];_0xdefbx5[_0x15c7[57]](_0x15c7[467],_0x15c7[468]);for(var _0xdefbx9=_0xdefbx4[_0x15c7[55]](_0x15c7[120]),_0xdefbxa=0;_0xdefbxa<_0xdefbx2;_0xdefbxa++){for(var _0xdefbx12=_0xdefbx4[_0x15c7[55]](_0x15c7[121]),_0xdefbx13=0;_0xdefbx13<_0xdefbx3;_0xdefbx13++){var _0xdefbx14=_0xdefbxa*_0xdefbx3+_0xdefbx13+1,_0xdefbx15=_0xdefbx4[_0x15c7[55]](_0x15c7[122]);if(!mxClient[_0x15c7[133]]||mxClient[_0x15c7[75]]||mxClient[_0x15c7[76]]){var _0xdefbx16=_0xdefbx4[_0x15c7[55]](_0x15c7[2048]);_0xdefbx16[_0x15c7[57]](_0x15c7[44],_0x15c7[2049]+_0xdefbx14);mxUtils[_0x15c7[53]](_0xdefbx16,_0xdefbx14,_0xdefbx4);_0xdefbx15[_0x15c7[62]](_0xdefbx16)}else {mxUtils[_0x15c7[53]](_0xdefbx15,_0xdefbx14,_0xdefbx4)};_0xdefbx12[_0x15c7[62]](_0xdefbx15)};_0xdefbx9[_0x15c7[62]](_0xdefbx12)};_0xdefbx5[_0x15c7[62]](_0xdefbx9);return _0xdefbx5};mxPrintPreview[_0x15c7[202]][_0x15c7[2034]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=document[_0x15c7[55]](_0x15c7[485]);try{_0xdefbx5[_0x15c7[124]][_0x15c7[117]]=_0xdefbx2+_0x15c7[168];_0xdefbx5[_0x15c7[124]][_0x15c7[119]]=_0xdefbx3+_0x15c7[168];_0xdefbx5[_0x15c7[124]][_0x15c7[277]]=_0x15c7[188];_0xdefbx5[_0x15c7[124]][_0x15c7[2050]]=_0x15c7[1824];_0xdefbx5[_0x15c7[124]][_0x15c7[491]]=_0x15c7[1500];var _0xdefbx9=document[_0x15c7[55]](_0x15c7[485]);_0xdefbx9[_0x15c7[124]][_0x15c7[125]]=this[_0x15c7[467]]+_0x15c7[168];_0xdefbx9[_0x15c7[124]][_0x15c7[361]]=this[_0x15c7[467]]+_0x15c7[168];_0xdefbx9[_0x15c7[124]][_0x15c7[117]]=_0xdefbx2-2*this[_0x15c7[467]]+_0x15c7[168];_0xdefbx9[_0x15c7[124]][_0x15c7[119]]=_0xdefbx3-2*this[_0x15c7[467]]+_0x15c7[168];_0xdefbx9[_0x15c7[124]][_0x15c7[277]]=_0x15c7[188];this[_0x15c7[1179]][_0x15c7[507]]==mxConstants[_0x15c7[1523]]&&(_0xdefbx9[_0x15c7[124]][_0x15c7[491]]=_0x15c7[492]);_0xdefbx5[_0x15c7[62]](_0xdefbx9);document[_0x15c7[112]][_0x15c7[62]](_0xdefbx5);_0xdefbx4(_0xdefbx9)}catch(f){throw _0xdefbx5[_0x15c7[265]][_0x15c7[266]](_0xdefbx5),f};return _0xdefbx5};mxPrintPreview[_0x15c7[202]][_0x15c7[2033]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx5=this[_0x15c7[1179]][_0x15c7[249]]();var _0xdefbxa=this[_0x15c7[1179]][_0x15c7[526]];this[_0x15c7[1179]][_0x15c7[526]]=_0xdefbx9;var _0xdefbx12=_0xdefbx5[_0x15c7[2051]](),_0xdefbx13=_0xdefbx5[_0x15c7[2052]](),_0xdefbx14=_0xdefbx5[_0x15c7[2024]](),_0xdefbx15=_0xdefbx5[_0x15c7[1524]]();this[_0x15c7[1179]][_0x15c7[507]]==mxConstants[_0x15c7[508]]?_0xdefbx5[_0x15c7[1569]]():this[_0x15c7[1179]][_0x15c7[507]]==mxConstants[_0x15c7[1523]]?_0xdefbx5[_0x15c7[1571]]():_0xdefbx5[_0x15c7[1570]]();var _0xdefbx16=_0xdefbx5[_0x15c7[503]]();_0xdefbx5[_0x15c7[504]](!1);var _0xdefbx17=this[_0x15c7[1179]][_0x15c7[994]]();this[_0x15c7[1179]][_0x15c7[995]](!1);var _0xdefbx18=_0xdefbx5[_0x15c7[512]]();_0xdefbx5[_0x15c7[513]]= new mxPoint(_0xdefbx2,_0xdefbx3);_0xdefbx2=null;try{var _0xdefbx19=[this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[501]]()];_0xdefbx2= new mxTemporaryCellStates(_0xdefbx5,_0xdefbx4,_0xdefbx19)}finally{if(mxClient[_0x15c7[80]]){_0xdefbx5[_0x15c7[506]][_0x15c7[339]]=_0x15c7[110]}else {for(_0xdefbx4=_0xdefbx9[_0x15c7[285]];null!=_0xdefbx4;){_0xdefbx19=_0xdefbx4[_0x15c7[287]],_0xdefbx3=_0xdefbx4[_0x15c7[301]][_0x15c7[216]](),_0x15c7[571]==_0xdefbx3?(_0xdefbx4[_0x15c7[57]](_0x15c7[117],parseInt(_0xdefbx9[_0x15c7[124]][_0x15c7[117]])),_0xdefbx4[_0x15c7[57]](_0x15c7[119],parseInt(_0xdefbx9[_0x15c7[124]][_0x15c7[119]]))):_0x15c7[583]!=_0xdefbx4[_0x15c7[124]][_0x15c7[270]]&&_0x15c7[116]!=_0xdefbx3&&_0xdefbx4[_0x15c7[265]][_0x15c7[266]](_0xdefbx4),_0xdefbx4=_0xdefbx19}};_0xdefbx5[_0x15c7[506]][_0x15c7[265]][_0x15c7[266]](_0xdefbx5[_0x15c7[506]]);this[_0x15c7[1179]][_0x15c7[995]](_0xdefbx17);this[_0x15c7[1179]][_0x15c7[526]]=_0xdefbxa;_0xdefbx5[_0x15c7[510]]=_0xdefbx12;_0xdefbx5[_0x15c7[2053]]=_0xdefbx13;_0xdefbx5[_0x15c7[505]]=_0xdefbx14;_0xdefbx5[_0x15c7[506]]=_0xdefbx15;_0xdefbx5[_0x15c7[513]]=_0xdefbx18;_0xdefbx2[_0x15c7[515]]();_0xdefbx5[_0x15c7[504]](_0xdefbx16)}};mxPrintPreview[_0x15c7[202]][_0x15c7[2031]]=function(){return null};mxPrintPreview[_0x15c7[202]][_0x15c7[2032]]=function(){return null};mxPrintPreview[_0x15c7[202]][_0x15c7[540]]=function(){var _0xdefbx2=this[_0x15c7[392]]();null!=_0xdefbx2&&_0xdefbx2[_0x15c7[540]]()};mxPrintPreview[_0x15c7[202]][_0x15c7[268]]=function(){null!=this[_0x15c7[2018]]&&(this[_0x15c7[2018]][_0x15c7[268]](),this[_0x15c7[2018]]=null)};function mxStylesheet(){this[_0x15c7[2054]]={};this[_0x15c7[2056]](this[_0x15c7[2055]]());this[_0x15c7[2058]](this[_0x15c7[2057]]())}mxStylesheet[_0x15c7[202]][_0x15c7[2055]]=function(){var _0xdefbx2={};_0xdefbx2[mxConstants[_0x15c7[2059]]]=mxConstants[_0x15c7[2060]];_0xdefbx2[mxConstants[_0x15c7[2061]]]=mxPerimeter[_0x15c7[2062]];_0xdefbx2[mxConstants[_0x15c7[2063]]]=mxConstants[_0x15c7[481]];_0xdefbx2[mxConstants[_0x15c7[2064]]]=mxConstants[_0x15c7[479]];_0xdefbx2[mxConstants[_0x15c7[2065]]]=_0x15c7[2066];_0xdefbx2[mxConstants[_0x15c7[2067]]]=_0x15c7[2068];_0xdefbx2[mxConstants[_0x15c7[2069]]]=_0x15c7[2070];return _0xdefbx2};mxStylesheet[_0x15c7[202]][_0x15c7[2057]]=function(){var _0xdefbx2={};_0xdefbx2[mxConstants[_0x15c7[2059]]]=mxConstants[_0x15c7[2071]];_0xdefbx2[mxConstants[_0x15c7[1695]]]=mxConstants[_0x15c7[1622]];_0xdefbx2[mxConstants[_0x15c7[2063]]]=mxConstants[_0x15c7[481]];_0xdefbx2[mxConstants[_0x15c7[2064]]]=mxConstants[_0x15c7[479]];_0xdefbx2[mxConstants[_0x15c7[2067]]]=_0x15c7[2068];_0xdefbx2[mxConstants[_0x15c7[2069]]]=_0x15c7[2072];return _0xdefbx2};mxStylesheet[_0x15c7[202]][_0x15c7[2056]]=function(_0xdefbx2){this[_0x15c7[2074]](_0x15c7[2073],_0xdefbx2)};mxStylesheet[_0x15c7[202]][_0x15c7[2058]]=function(_0xdefbx2){this[_0x15c7[2074]](_0x15c7[2075],_0xdefbx2)};mxStylesheet[_0x15c7[202]][_0x15c7[2076]]=function(){return this[_0x15c7[2054]][_0x15c7[2073]]};mxStylesheet[_0x15c7[202]][_0x15c7[2077]]=function(){return this[_0x15c7[2054]][_0x15c7[2075]]};mxStylesheet[_0x15c7[202]][_0x15c7[2074]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[2054]][_0xdefbx2]=_0xdefbx3};mxStylesheet[_0x15c7[202]][_0x15c7[1705]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=_0xdefbx3;if(null!=_0xdefbx2&&0<_0xdefbx2[_0x15c7[67]]){for(var _0xdefbx5=_0xdefbx2[_0x15c7[224]](_0x15c7[471]),_0xdefbx4=null!=_0xdefbx4&&_0x15c7[471]!=_0xdefbx2[_0x15c7[225]](0)?mxUtils[_0x15c7[238]](_0xdefbx4):{},_0xdefbx9=0;_0xdefbx9<_0xdefbx5[_0x15c7[67]];_0xdefbx9++){var _0xdefbxa=_0xdefbx5[_0xdefbx9],_0xdefbx12=_0xdefbxa[_0x15c7[2]](_0x15c7[226]);if(0<=_0xdefbx12){var _0xdefbx13=_0xdefbxa[_0x15c7[85]](0,_0xdefbx12),_0xdefbxa=_0xdefbxa[_0x15c7[85]](_0xdefbx12+1);_0xdefbxa==mxConstants[_0x15c7[217]]? delete _0xdefbx4[_0xdefbx13]:mxUtils[_0x15c7[1946]](_0xdefbxa)?_0xdefbx4[_0xdefbx13]=parseFloat(_0xdefbxa):_0xdefbx4[_0xdefbx13]=_0xdefbxa}else {if(_0xdefbxa=this[_0x15c7[2054]][_0xdefbxa],null!=_0xdefbxa){for(_0xdefbx13 in _0xdefbxa){_0xdefbx4[_0xdefbx13]=_0xdefbxa[_0xdefbx13]}}}}};return _0xdefbx4};function mxCellState(_0xdefbx2,_0xdefbx3,_0xdefbx4){this[_0x15c7[441]]=_0xdefbx2;this[_0x15c7[246]]=_0xdefbx3;this[_0x15c7[124]]=_0xdefbx4;this[_0x15c7[2078]]= new mxPoint;this[_0x15c7[2079]]= new mxPoint}mxCellState[_0x15c7[202]]= new mxRectangle;mxCellState[_0x15c7[202]][_0x15c7[196]]=mxCellState;mxCellState[_0x15c7[202]][_0x15c7[441]]=null;mxCellState[_0x15c7[202]][_0x15c7[246]]=null;mxCellState[_0x15c7[202]][_0x15c7[124]]=null;mxCellState[_0x15c7[202]][_0x15c7[2080]]= !0;mxCellState[_0x15c7[202]][_0x15c7[2081]]= !1;mxCellState[_0x15c7[202]][_0x15c7[2082]]= !1;mxCellState[_0x15c7[202]][_0x15c7[2078]]=null;mxCellState[_0x15c7[202]][_0x15c7[439]]=null;mxCellState[_0x15c7[202]][_0x15c7[2079]]=null;mxCellState[_0x15c7[202]][_0x15c7[2083]]=null;mxCellState[_0x15c7[202]][_0x15c7[2084]]=null;mxCellState[_0x15c7[202]][_0x15c7[2085]]=0;mxCellState[_0x15c7[202]][_0x15c7[67]]=0;mxCellState[_0x15c7[202]][_0x15c7[2086]]=null;mxCellState[_0x15c7[202]][_0x15c7[253]]=null;mxCellState[_0x15c7[202]][_0x15c7[963]]=null;mxCellState[_0x15c7[202]][_0x15c7[2087]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx2=_0xdefbx2||0;_0xdefbx3=null!=_0xdefbx3?_0xdefbx3: new mxRectangle(this[_0x15c7[235]],this[_0x15c7[236]],this[_0x15c7[117]],this[_0x15c7[119]]);if(null!=this[_0x15c7[253]]&&null!=this[_0x15c7[253]][_0x15c7[1561]]){var _0xdefbx4=this[_0x15c7[253]][_0x15c7[1561]][_0x15c7[1548]](this[_0x15c7[124]],_0xdefbx3[_0x15c7[235]],_0xdefbx3[_0x15c7[236]],_0xdefbx3[_0x15c7[117]],_0xdefbx3[_0x15c7[119]]);_0xdefbx3[_0x15c7[235]]=_0xdefbx4[_0x15c7[235]];_0xdefbx3[_0x15c7[236]]=_0xdefbx4[_0x15c7[236]];_0xdefbx3[_0x15c7[117]]=this[_0x15c7[253]][_0x15c7[1561]][_0x15c7[1532]]*_0xdefbx4[_0x15c7[117]];_0xdefbx3[_0x15c7[119]]=this[_0x15c7[253]][_0x15c7[1561]][_0x15c7[1533]]*_0xdefbx4[_0x15c7[119]]};0!=_0xdefbx2&&_0xdefbx3[_0x15c7[244]](_0xdefbx2);return _0xdefbx3};mxCellState[_0x15c7[202]][_0x15c7[2088]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx3?(null==this[_0x15c7[439]]&&(this[_0x15c7[439]]=[]),0==this[_0x15c7[439]][_0x15c7[67]]?this[_0x15c7[439]][_0x15c7[207]](_0xdefbx2):this[_0x15c7[439]][0]=_0xdefbx2):null==this[_0x15c7[439]]?(this[_0x15c7[439]]=[],this[_0x15c7[439]][_0x15c7[207]](null),this[_0x15c7[439]][_0x15c7[207]](_0xdefbx2)):1==this[_0x15c7[439]][_0x15c7[67]]?this[_0x15c7[439]][_0x15c7[207]](_0xdefbx2):this[_0x15c7[439]][this[_0x15c7[439]][_0x15c7[67]]-1]=_0xdefbx2};mxCellState[_0x15c7[202]][_0x15c7[1609]]=function(_0xdefbx2){null!=this[_0x15c7[253]]&&this[_0x15c7[253]][_0x15c7[1609]](_0xdefbx2);null!=this[_0x15c7[963]]&&this[_0x15c7[963]][_0x15c7[1609]](_0xdefbx2)};mxCellState[_0x15c7[202]][_0x15c7[1710]]=function(_0xdefbx2){_0xdefbx2=this[_0x15c7[2089]](_0xdefbx2);return null!=_0xdefbx2?_0xdefbx2[_0x15c7[246]]:null};mxCellState[_0x15c7[202]][_0x15c7[2089]]=function(_0xdefbx2){return _0xdefbx2?this[_0x15c7[2083]]:this[_0x15c7[2084]]};mxCellState[_0x15c7[202]][_0x15c7[2090]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx3?this[_0x15c7[2083]]=_0xdefbx2:this[_0x15c7[2084]]=_0xdefbx2};mxCellState[_0x15c7[202]][_0x15c7[515]]=function(){this[_0x15c7[441]][_0x15c7[1179]][_0x15c7[259]][_0x15c7[515]](this)};mxCellState[_0x15c7[202]][_0x15c7[238]]=function(){var _0xdefbx2= new mxCellState(this[_0x15c7[441]],this[_0x15c7[246]],this[_0x15c7[124]]);if(null!=this[_0x15c7[439]]){_0xdefbx2[_0x15c7[439]]=[];for(var _0xdefbx3=0;_0xdefbx3<this[_0x15c7[439]][_0x15c7[67]];_0xdefbx3++){_0xdefbx2[_0x15c7[439]][_0xdefbx3]=this[_0x15c7[439]][_0xdefbx3][_0x15c7[238]]()}};null!=this[_0x15c7[2078]]&&(_0xdefbx2[_0x15c7[2078]]=this[_0x15c7[2078]][_0x15c7[238]]());null!=this[_0x15c7[2079]]&&(_0xdefbx2[_0x15c7[2079]]=this[_0x15c7[2079]][_0x15c7[238]]());null!=this[_0x15c7[1563]]&&(_0xdefbx2[_0x15c7[1563]]=this[_0x15c7[1563]][_0x15c7[238]]());_0xdefbx2[_0x15c7[2085]]=this[_0x15c7[2085]];_0xdefbx2[_0x15c7[2086]]=this[_0x15c7[2086]];_0xdefbx2[_0x15c7[67]]=this[_0x15c7[67]];_0xdefbx2[_0x15c7[235]]=this[_0x15c7[235]];_0xdefbx2[_0x15c7[236]]=this[_0x15c7[236]];_0xdefbx2[_0x15c7[117]]=this[_0x15c7[117]];_0xdefbx2[_0x15c7[119]]=this[_0x15c7[119]];return _0xdefbx2};function mxGraphSelectionModel(_0xdefbx2){this[_0x15c7[1179]]=_0xdefbx2;this[_0x15c7[895]]=[]}mxGraphSelectionModel[_0x15c7[202]]= new mxEventSource;mxGraphSelectionModel[_0x15c7[202]][_0x15c7[196]]=mxGraphSelectionModel;mxGraphSelectionModel[_0x15c7[202]][_0x15c7[2091]]=_0x15c7[130]!=mxClient[_0x15c7[90]]?_0x15c7[819]:_0x15c7[110];mxGraphSelectionModel[_0x15c7[202]][_0x15c7[2092]]=_0x15c7[130]!=mxClient[_0x15c7[90]]?_0x15c7[2093]:_0x15c7[110];mxGraphSelectionModel[_0x15c7[202]][_0x15c7[1179]]=null;mxGraphSelectionModel[_0x15c7[202]][_0x15c7[2094]]= !1;mxGraphSelectionModel[_0x15c7[202]][_0x15c7[2095]]=function(){return this[_0x15c7[2094]]};mxGraphSelectionModel[_0x15c7[202]][_0x15c7[2096]]=function(_0xdefbx2){this[_0x15c7[2094]]=_0xdefbx2};mxGraphSelectionModel[_0x15c7[202]][_0x15c7[2097]]=function(_0xdefbx2){return null!=_0xdefbx2?0<=mxUtils[_0x15c7[2]](this[_0x15c7[895]],_0xdefbx2):!1};mxGraphSelectionModel[_0x15c7[202]][_0x15c7[1107]]=function(){return 0==this[_0x15c7[895]][_0x15c7[67]]};mxGraphSelectionModel[_0x15c7[202]][_0x15c7[200]]=function(){this[_0x15c7[2098]](null,this[_0x15c7[895]])};mxGraphSelectionModel[_0x15c7[202]][_0x15c7[2099]]=function(_0xdefbx2){null!=_0xdefbx2&&this[_0x15c7[2100]]([_0xdefbx2])};mxGraphSelectionModel[_0x15c7[202]][_0x15c7[2100]]=function(_0xdefbx2){if(null!=_0xdefbx2){this[_0x15c7[2094]]&&(_0xdefbx2=[this[_0x15c7[2101]](_0xdefbx2)]);for(var _0xdefbx3=[],_0xdefbx4=0;_0xdefbx4<_0xdefbx2[_0x15c7[67]];_0xdefbx4++){this[_0x15c7[1179]][_0x15c7[2102]](_0xdefbx2[_0xdefbx4])&&_0xdefbx3[_0x15c7[207]](_0xdefbx2[_0xdefbx4])};this[_0x15c7[2098]](_0xdefbx3,this[_0x15c7[895]])}};mxGraphSelectionModel[_0x15c7[202]][_0x15c7[2101]]=function(_0xdefbx2){if(null!=_0xdefbx2){for(var _0xdefbx3=0;_0xdefbx3<_0xdefbx2[_0x15c7[67]];_0xdefbx3++){if(this[_0x15c7[1179]][_0x15c7[2102]](_0xdefbx2[_0xdefbx3])){return _0xdefbx2[_0xdefbx3]}}};return null};mxGraphSelectionModel[_0x15c7[202]][_0x15c7[2103]]=function(_0xdefbx2){null!=_0xdefbx2&&this[_0x15c7[832]]([_0xdefbx2])};mxGraphSelectionModel[_0x15c7[202]][_0x15c7[832]]=function(_0xdefbx2){if(null!=_0xdefbx2){var _0xdefbx3=null;this[_0x15c7[2094]]&&(_0xdefbx3=this[_0x15c7[895]],_0xdefbx2=[this[_0x15c7[2101]](_0xdefbx2)]);for(var _0xdefbx4=[],_0xdefbx5=0;_0xdefbx5<_0xdefbx2[_0x15c7[67]];_0xdefbx5++){!this[_0x15c7[2097]](_0xdefbx2[_0xdefbx5])&&this[_0x15c7[1179]][_0x15c7[2102]](_0xdefbx2[_0xdefbx5])&&_0xdefbx4[_0x15c7[207]](_0xdefbx2[_0xdefbx5])};this[_0x15c7[2098]](_0xdefbx4,_0xdefbx3)}};mxGraphSelectionModel[_0x15c7[202]][_0x15c7[2104]]=function(_0xdefbx2){null!=_0xdefbx2&&this[_0x15c7[842]]([_0xdefbx2])};mxGraphSelectionModel[_0x15c7[202]][_0x15c7[842]]=function(_0xdefbx2){if(null!=_0xdefbx2){for(var _0xdefbx3=[],_0xdefbx4=0;_0xdefbx4<_0xdefbx2[_0x15c7[67]];_0xdefbx4++){this[_0x15c7[2097]](_0xdefbx2[_0xdefbx4])&&_0xdefbx3[_0x15c7[207]](_0xdefbx2[_0xdefbx4])};this[_0x15c7[2098]](null,_0xdefbx3)}};mxGraphSelectionModel[_0x15c7[202]][_0x15c7[2098]]=function(_0xdefbx2,_0xdefbx3){if(null!=_0xdefbx2&&0<_0xdefbx2[_0x15c7[67]]&&null!=_0xdefbx2[0]||null!=_0xdefbx3&&0<_0xdefbx3[_0x15c7[67]]&&null!=_0xdefbx3[0]){var _0xdefbx4= new mxSelectionChange(this,_0xdefbx2,_0xdefbx3);_0xdefbx4[_0x15c7[350]]();var _0xdefbx5= new mxUndoableEdit(this,!1);_0xdefbx5[_0x15c7[99]](_0xdefbx4);this[_0x15c7[746]]( new mxEventObject(mxEvent.UNDO,_0x15c7[1061],_0xdefbx5))}};mxGraphSelectionModel[_0x15c7[202]][_0x15c7[1941]]=function(_0xdefbx2){null!=_0xdefbx2&&!this[_0x15c7[2097]](_0xdefbx2)&&this[_0x15c7[895]][_0x15c7[207]](_0xdefbx2)};mxGraphSelectionModel[_0x15c7[202]][_0x15c7[1102]]=function(_0xdefbx2){null!=_0xdefbx2&&(_0xdefbx2=mxUtils[_0x15c7[2]](this[_0x15c7[895]],_0xdefbx2),0<=_0xdefbx2&&this[_0x15c7[895]][_0x15c7[300]](_0xdefbx2,1))};function mxSelectionChange(_0xdefbx2,_0xdefbx3,_0xdefbx4){this[_0x15c7[2105]]=_0xdefbx2;this[_0x15c7[2106]]=null!=_0xdefbx3?_0xdefbx3[_0x15c7[1853]]():null;this[_0x15c7[2107]]=null!=_0xdefbx4?_0xdefbx4[_0x15c7[1853]]():null}mxSelectionChange[_0x15c7[202]][_0x15c7[350]]=function(){var _0xdefbx2=mxLog[_0x15c7[2109]](_0x15c7[2108]);window[_0x15c7[879]]=mxResources[_0x15c7[203]](this[_0x15c7[2105]][_0x15c7[2092]])||this[_0x15c7[2105]][_0x15c7[2092]];if(null!=this[_0x15c7[2107]]){for(var _0xdefbx3=0;_0xdefbx3<this[_0x15c7[2107]][_0x15c7[67]];_0xdefbx3++){this[_0x15c7[2105]][_0x15c7[1102]](this[_0x15c7[2107]][_0xdefbx3])}};if(null!=this[_0x15c7[2106]]){for(_0xdefbx3=0;_0xdefbx3<this[_0x15c7[2106]][_0x15c7[67]];_0xdefbx3++){this[_0x15c7[2105]][_0x15c7[1941]](this[_0x15c7[2106]][_0xdefbx3])}};_0xdefbx3=this[_0x15c7[2106]];this[_0x15c7[2106]]=this[_0x15c7[2107]];this[_0x15c7[2107]]=_0xdefbx3;window[_0x15c7[879]]=mxResources[_0x15c7[203]](this[_0x15c7[2105]][_0x15c7[2091]])||this[_0x15c7[2105]][_0x15c7[2091]];mxLog[_0x15c7[2110]](_0x15c7[2108],_0xdefbx2);this[_0x15c7[2105]][_0x15c7[746]]( new mxEventObject(mxEvent.CHANGE,_0x15c7[2106],this[_0x15c7[2106]],_0x15c7[2107],this[_0x15c7[2107]]))};function mxCellEditor(_0xdefbx2){this[_0x15c7[1179]]=_0xdefbx2}mxCellEditor[_0x15c7[202]][_0x15c7[1179]]=null;mxCellEditor[_0x15c7[202]][_0x15c7[126]]=null;mxCellEditor[_0x15c7[202]][_0x15c7[2111]]=null;mxCellEditor[_0x15c7[202]][_0x15c7[2112]]=null;mxCellEditor[_0x15c7[202]][_0x15c7[2113]]= !1;mxCellEditor[_0x15c7[202]][_0x15c7[2114]]= !0;mxCellEditor[_0x15c7[202]][_0x15c7[2115]]=_0x15c7[110];mxCellEditor[_0x15c7[202]][_0x15c7[2116]]=_0x15c7[110];mxCellEditor[_0x15c7[202]][_0x15c7[176]]=function(){this[_0x15c7[126]]=document[_0x15c7[55]](_0x15c7[126]);this[_0x15c7[126]][_0x15c7[926]]=_0x15c7[2117];this[_0x15c7[126]][_0x15c7[124]][_0x15c7[491]]=_0x15c7[492];this[_0x15c7[126]][_0x15c7[124]][_0x15c7[277]]=_0x15c7[189];this[_0x15c7[126]][_0x15c7[57]](_0x15c7[2118],_0x15c7[2119]);this[_0x15c7[126]][_0x15c7[57]](_0x15c7[969],_0x15c7[2120]);mxClient[_0x15c7[133]]&&(this[_0x15c7[126]][_0x15c7[124]][_0x15c7[129]]=_0x15c7[130]);mxEvent[_0x15c7[169]](this[_0x15c7[126]],_0x15c7[2121],mxUtils[_0x15c7[885]](this,function(_0xdefbx2){this[_0x15c7[2122]]()}));mxEvent[_0x15c7[169]](this[_0x15c7[126]],_0x15c7[2123],mxUtils[_0x15c7[885]](this,function(_0xdefbx2){mxEvent[_0x15c7[721]](_0xdefbx2)||(113==_0xdefbx2[_0x15c7[2124]]||this[_0x15c7[1179]][_0x15c7[2125]]()&&13==_0xdefbx2[_0x15c7[2124]]&&!mxEvent[_0x15c7[775]](_0xdefbx2)&&!mxEvent[_0x15c7[774]](_0xdefbx2)?(this[_0x15c7[1179]][_0x15c7[2126]](!1),mxEvent[_0x15c7[722]](_0xdefbx2)):27==_0xdefbx2[_0x15c7[2124]]?(this[_0x15c7[1179]][_0x15c7[2126]](!0),mxEvent[_0x15c7[722]](_0xdefbx2)):(this[_0x15c7[2127]]&&(this[_0x15c7[2127]]= !1,this[_0x15c7[126]][_0x15c7[131]]=_0x15c7[110]),this[_0x15c7[2128]](!0)))}));mxEvent[_0x15c7[169]](this[_0x15c7[126]],_0x15c7[2129],mxUtils[_0x15c7[885]](this,function(_0xdefbx2){this[_0x15c7[2114]]&&!mxEvent[_0x15c7[721]](_0xdefbx2)&&setTimeout(mxUtils[_0x15c7[885]](this,function(){this[_0x15c7[129]]()}),0)}))};mxCellEditor[_0x15c7[202]][_0x15c7[129]]=function(){if(null!=this[_0x15c7[1653]]){var _0xdefbx2=this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[248]](this[_0x15c7[2111]]),_0xdefbx3=this[_0x15c7[1179]][_0x15c7[2130]](_0xdefbx2[_0x15c7[246]]),_0xdefbx4=this[_0x15c7[1179]][_0x15c7[2131]](_0xdefbx2[_0x15c7[246]]);if(this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[250]](_0xdefbx2[_0x15c7[246]])){this[_0x15c7[1562]][_0x15c7[235]]=_0xdefbx2[_0x15c7[2079]][_0x15c7[235]],this[_0x15c7[1562]][_0x15c7[236]]=_0xdefbx2[_0x15c7[2079]][_0x15c7[236]],this[_0x15c7[1562]][_0x15c7[117]]=0,this[_0x15c7[1562]][_0x15c7[119]]=0}else {if(null!=this[_0x15c7[1562]]){this[_0x15c7[1562]][_0x15c7[235]]=_0xdefbx2[_0x15c7[235]];this[_0x15c7[1562]][_0x15c7[236]]=_0xdefbx2[_0x15c7[236]];this[_0x15c7[1562]][_0x15c7[117]]=_0xdefbx2[_0x15c7[117]];this[_0x15c7[1562]][_0x15c7[119]]=_0xdefbx2[_0x15c7[119]];var _0xdefbx5=mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_LABEL_POSITION,mxConstants.ALIGN_CENTER);_0xdefbx5==mxConstants[_0x15c7[2132]]?this[_0x15c7[1562]][_0x15c7[235]]-=_0xdefbx2[_0x15c7[117]]:_0xdefbx5==mxConstants[_0x15c7[480]]&&(this[_0x15c7[1562]][_0x15c7[235]]+=_0xdefbx2[_0x15c7[117]]);_0xdefbx5=mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_VERTICAL_LABEL_POSITION,mxConstants.ALIGN_MIDDLE);_0xdefbx5==mxConstants[_0x15c7[1687]]?this[_0x15c7[1562]][_0x15c7[236]]-=_0xdefbx2[_0x15c7[119]]:_0xdefbx5==mxConstants[_0x15c7[482]]&&(this[_0x15c7[1562]][_0x15c7[236]]+=_0xdefbx2[_0x15c7[119]])}};_0xdefbx5=this[_0x15c7[126]][_0x15c7[131]];if(_0x15c7[192]==_0xdefbx5[_0x15c7[225]](_0xdefbx5[_0x15c7[67]]-1)||_0x15c7[110]==_0xdefbx5){_0xdefbx5+=_0x15c7[544]};_0xdefbx5=mxUtils[_0x15c7[321]](_0xdefbx5,!1);_0xdefbx4?(this[_0x15c7[1653]][_0x15c7[124]][_0x15c7[493]]=_0x15c7[1502],this[_0x15c7[1653]][_0x15c7[124]][_0x15c7[117]]=this[_0x15c7[1562]][_0x15c7[117]]+_0x15c7[168]):_0xdefbx5=_0xdefbx5[_0x15c7[230]](/ /g,_0x15c7[544]);_0xdefbx5=_0xdefbx5[_0x15c7[230]](/\n/g,_0x15c7[1453]);this[_0x15c7[1653]][_0x15c7[339]]=_0xdefbx5;var _0xdefbx5=this[_0x15c7[1653]][_0x15c7[359]]+30,_0xdefbx9=this[_0x15c7[1653]][_0x15c7[167]]+16,_0xdefbx5=Math[_0x15c7[160]](_0xdefbx5,40),_0xdefbx9=Math[_0x15c7[160]](_0xdefbx9,20);_0xdefbx3&&(_0xdefbx5=Math[_0x15c7[243]](this[_0x15c7[1562]][_0x15c7[117]]-4,_0xdefbx5),_0xdefbx9=Math[_0x15c7[243]](this[_0x15c7[1562]][_0x15c7[119]],_0xdefbx9));var _0xdefbxa=null!=_0xdefbx2[_0x15c7[963]]?_0xdefbx2[_0x15c7[963]][_0x15c7[1655]]:null;null==_0xdefbxa&&(_0xdefbxa=mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_ALIGN,mxConstants.ALIGN_CENTER),_0xdefbx2=mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE),_0xdefbxa=mxUtils[_0x15c7[1501]](_0xdefbxa,_0xdefbx2));if(null!=_0xdefbxa){if(_0xdefbx3|| !_0xdefbx4){this[_0x15c7[126]][_0x15c7[124]][_0x15c7[361]]=Math[_0x15c7[160]](0,Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[235]]-_0xdefbxa[_0x15c7[235]]*this[_0x15c7[1562]][_0x15c7[117]]+_0xdefbxa[_0x15c7[235]]*_0xdefbx5)-3)+_0x15c7[168]};this[_0x15c7[126]][_0x15c7[124]][_0x15c7[125]]=Math[_0x15c7[160]](0,Math[_0x15c7[488]](this[_0x15c7[1562]][_0x15c7[236]]-_0xdefbxa[_0x15c7[236]]*this[_0x15c7[1562]][_0x15c7[119]]+_0xdefbxa[_0x15c7[236]]*_0xdefbx9)+4)+_0x15c7[168]};if(_0xdefbx3|| !_0xdefbx4){this[_0x15c7[126]][_0x15c7[124]][_0x15c7[117]]=_0xdefbx5+_0x15c7[168]};this[_0x15c7[126]][_0x15c7[124]][_0x15c7[119]]=_0xdefbx9+_0x15c7[168]}};mxCellEditor[_0x15c7[202]][_0x15c7[2133]]=function(){return this[_0x15c7[2113]]};mxCellEditor[_0x15c7[202]][_0x15c7[2128]]=function(_0xdefbx2){this[_0x15c7[2113]]=_0xdefbx2};mxCellEditor[_0x15c7[202]][_0x15c7[2122]]=function(){this[_0x15c7[2126]](!this[_0x15c7[1179]][_0x15c7[2134]]())};mxCellEditor[_0x15c7[202]][_0x15c7[855]]=function(_0xdefbx2,_0xdefbx3){null==this[_0x15c7[126]]&&this[_0x15c7[176]]();this[_0x15c7[2126]](!0);var _0xdefbx4=this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[248]](_0xdefbx2);if(null!=_0xdefbx4){this[_0x15c7[2111]]=_0xdefbx2;this[_0x15c7[2112]]=_0xdefbx3;this[_0x15c7[2116]]=null;null!=_0xdefbx4[_0x15c7[963]]&&this[_0x15c7[2135]](_0xdefbx4)&&(this[_0x15c7[2116]]=_0xdefbx4[_0x15c7[963]][_0x15c7[252]],this[_0x15c7[2116]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[188]);var _0xdefbx5=this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[255]],_0xdefbx5=mxUtils[_0x15c7[433]](_0xdefbx4[_0x15c7[124]],mxConstants.STYLE_FONTSIZE,mxConstants.DEFAULT_FONTSIZE)*_0xdefbx5,_0xdefbx9=mxUtils[_0x15c7[433]](_0xdefbx4[_0x15c7[124]],mxConstants.STYLE_FONTFAMILY,mxConstants.DEFAULT_FONTFAMILY),_0xdefbxa=mxUtils[_0x15c7[433]](_0xdefbx4[_0x15c7[124]],mxConstants.STYLE_FONTCOLOR,_0x15c7[586]),_0xdefbx12=mxUtils[_0x15c7[433]](_0xdefbx4[_0x15c7[124]],mxConstants.STYLE_ALIGN,mxConstants.ALIGN_LEFT),_0xdefbx13=(mxUtils[_0x15c7[433]](_0xdefbx4[_0x15c7[124]],mxConstants.STYLE_FONTSTYLE,0)&mxConstants[_0x15c7[1410]])==mxConstants[_0x15c7[1410]],_0xdefbx14=(mxUtils[_0x15c7[433]](_0xdefbx4[_0x15c7[124]],mxConstants.STYLE_FONTSTYLE,0)&mxConstants[_0x15c7[1412]])==mxConstants[_0x15c7[1412]],_0xdefbx15=(mxUtils[_0x15c7[433]](_0xdefbx4[_0x15c7[124]],mxConstants.STYLE_FONTSTYLE,0)&mxConstants[_0x15c7[1414]])==mxConstants[_0x15c7[1414]];this[_0x15c7[126]][_0x15c7[124]][_0x15c7[487]]=Math[_0x15c7[488]](_0xdefbx5)+_0x15c7[168];this[_0x15c7[126]][_0x15c7[124]][_0x15c7[489]]=Math[_0x15c7[488]](_0xdefbx5*mxConstants[_0x15c7[490]])+_0x15c7[168];this[_0x15c7[126]][_0x15c7[124]][_0x15c7[486]]=_0xdefbx9;this[_0x15c7[126]][_0x15c7[124]][_0x15c7[1165]]=_0xdefbx12;this[_0x15c7[126]][_0x15c7[124]][_0x15c7[352]]=_0xdefbxa;this[_0x15c7[126]][_0x15c7[124]][_0x15c7[1452]]=_0xdefbx13?_0x15c7[1447]:_0x15c7[1502];this[_0x15c7[126]][_0x15c7[124]][_0x15c7[666]]=_0xdefbx14?_0x15c7[1449]:_0x15c7[110];this[_0x15c7[126]][_0x15c7[124]][_0x15c7[354]]=_0xdefbx15?_0x15c7[355]:_0x15c7[110];this[_0x15c7[126]][_0x15c7[124]][_0x15c7[277]]=_0x15c7[278];this[_0x15c7[126]][_0x15c7[124]][_0x15c7[2136]]=_0x15c7[130];this[_0x15c7[1562]]=_0xdefbx5=this[_0x15c7[2137]](_0xdefbx4);this[_0x15c7[126]][_0x15c7[124]][_0x15c7[361]]=_0xdefbx5[_0x15c7[235]]+_0x15c7[168];this[_0x15c7[126]][_0x15c7[124]][_0x15c7[125]]=_0xdefbx5[_0x15c7[236]]+_0x15c7[168];this[_0x15c7[126]][_0x15c7[124]][_0x15c7[117]]=_0xdefbx5[_0x15c7[117]]+_0x15c7[168];this[_0x15c7[126]][_0x15c7[124]][_0x15c7[119]]=_0xdefbx5[_0x15c7[119]]+_0x15c7[168];this[_0x15c7[126]][_0x15c7[124]][_0x15c7[931]]=5;_0xdefbx4=this[_0x15c7[2138]](_0xdefbx4,_0xdefbx3);null==_0xdefbx4||0==_0xdefbx4[_0x15c7[67]]?(_0xdefbx4=this[_0x15c7[2139]](),this[_0x15c7[2127]]= !0):this[_0x15c7[2127]]= !1;this[_0x15c7[2128]](!1);this[_0x15c7[126]][_0x15c7[131]]=_0xdefbx4;this[_0x15c7[1179]][_0x15c7[526]][_0x15c7[62]](this[_0x15c7[126]]);_0x15c7[130]!=this[_0x15c7[126]][_0x15c7[124]][_0x15c7[495]]&&(this[_0x15c7[2114]]&&(this[_0x15c7[1653]]=this[_0x15c7[2140]](),document[_0x15c7[112]][_0x15c7[62]](this[_0x15c7[1653]]),this[_0x15c7[129]]()),this[_0x15c7[126]][_0x15c7[393]](),this[_0x15c7[126]][_0x15c7[804]]())}};mxCellEditor[_0x15c7[202]][_0x15c7[2140]]=function(){var _0xdefbx2=document[_0x15c7[55]](_0x15c7[485]),_0xdefbx3=_0xdefbx2[_0x15c7[124]];_0xdefbx3[_0x15c7[491]]=_0x15c7[492];_0xdefbx3[_0x15c7[493]]=_0x15c7[494];_0xdefbx3[_0x15c7[187]]=_0x15c7[188];_0xdefbx3[_0x15c7[495]]=mxClient[_0x15c7[496]]?_0x15c7[497]:_0x15c7[498];_0xdefbx3[_0x15c7[499]]=_0x15c7[500];_0xdefbx3[_0x15c7[123]]=_0x15c7[125];_0xdefbx3[_0x15c7[489]]=this[_0x15c7[126]][_0x15c7[124]][_0x15c7[489]];_0xdefbx3[_0x15c7[487]]=this[_0x15c7[126]][_0x15c7[124]][_0x15c7[487]];_0xdefbx3[_0x15c7[486]]=this[_0x15c7[126]][_0x15c7[124]][_0x15c7[486]];_0xdefbx3[_0x15c7[1452]]=this[_0x15c7[126]][_0x15c7[124]][_0x15c7[1452]];_0xdefbx3[_0x15c7[1165]]=this[_0x15c7[126]][_0x15c7[124]][_0x15c7[1165]];_0xdefbx3[_0x15c7[666]]=this[_0x15c7[126]][_0x15c7[124]][_0x15c7[666]];_0xdefbx3[_0x15c7[354]]=this[_0x15c7[126]][_0x15c7[124]][_0x15c7[354]];return _0xdefbx2};mxCellEditor[_0x15c7[202]][_0x15c7[2126]]=function(_0xdefbx2){null!=this[_0x15c7[2111]]&&(null!=this[_0x15c7[2116]]&&(this[_0x15c7[2116]][_0x15c7[124]][_0x15c7[187]]=_0x15c7[189],this[_0x15c7[2116]]=null),!_0xdefbx2&&this[_0x15c7[2133]]()&&this[_0x15c7[1179]][_0x15c7[850]](this[_0x15c7[2111]],this[_0x15c7[2141]](),this[_0x15c7[2112]]),null!=this[_0x15c7[1653]]&&(document[_0x15c7[112]][_0x15c7[266]](this[_0x15c7[1653]]),this[_0x15c7[1653]]=null),this[_0x15c7[1562]]=this[_0x15c7[2112]]=this[_0x15c7[2111]]=null,this[_0x15c7[126]][_0x15c7[2121]](),this[_0x15c7[126]][_0x15c7[265]][_0x15c7[266]](this[_0x15c7[126]]))};mxCellEditor[_0x15c7[202]][_0x15c7[2138]]=function(_0xdefbx2,_0xdefbx3){return this[_0x15c7[1179]][_0x15c7[2142]](_0xdefbx2[_0x15c7[246]],_0xdefbx3)};mxCellEditor[_0x15c7[202]][_0x15c7[2141]]=function(){return this[_0x15c7[126]][_0x15c7[131]][_0x15c7[230]](/\r/g,_0x15c7[110])};mxCellEditor[_0x15c7[202]][_0x15c7[2135]]=function(_0xdefbx2){return !0};mxCellEditor[_0x15c7[202]][_0x15c7[939]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[255]];return new mxRectangle(0,0,null==_0xdefbx2[_0x15c7[963]]?30:_0xdefbx2[_0x15c7[963]][_0x15c7[803]]*_0xdefbx3+20,_0x15c7[361]==this[_0x15c7[126]][_0x15c7[124]][_0x15c7[1165]]?120:40)};mxCellEditor[_0x15c7[202]][_0x15c7[2137]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[250]](_0xdefbx2[_0x15c7[246]]),_0xdefbx4=this[_0x15c7[1179]][_0x15c7[249]]()[_0x15c7[255]],_0xdefbx5=this[_0x15c7[939]](_0xdefbx2),_0xdefbx9=_0xdefbx5[_0x15c7[117]],_0xdefbx5=_0xdefbx5[_0x15c7[119]],_0xdefbxa=parseInt(_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2143]]]||2)*_0xdefbx4,_0xdefbx12=parseInt(_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2144]]]||0)*_0xdefbx4+_0xdefbxa,_0xdefbx13=parseInt(_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2145]]]||0)*_0xdefbx4+_0xdefbxa,_0xdefbx14=parseInt(_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2146]]]||0)*_0xdefbx4+_0xdefbxa,_0xdefbx4=parseInt(_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2147]]]||0)*_0xdefbx4+_0xdefbxa,_0xdefbx13= new mxRectangle(_0xdefbx2[_0x15c7[235]],_0xdefbx2[_0x15c7[236]],Math[_0x15c7[160]](_0xdefbx9,_0xdefbx2[_0x15c7[117]]-_0xdefbx4-_0xdefbx13),Math[_0x15c7[160]](_0xdefbx5,_0xdefbx2[_0x15c7[119]]-_0xdefbx12-_0xdefbx14));_0xdefbx3?(_0xdefbx13[_0x15c7[235]]=_0xdefbx2[_0x15c7[2079]][_0x15c7[235]],_0xdefbx13[_0x15c7[236]]=_0xdefbx2[_0x15c7[2079]][_0x15c7[236]],null!=_0xdefbx2[_0x15c7[963]]&&null!=_0xdefbx2[_0x15c7[963]][_0x15c7[1563]]&&(0<_0xdefbx2[_0x15c7[963]][_0x15c7[1563]][_0x15c7[235]]&&(_0xdefbx13[_0x15c7[235]]=_0xdefbx2[_0x15c7[963]][_0x15c7[1563]][_0x15c7[235]]),0<_0xdefbx2[_0x15c7[963]][_0x15c7[1563]][_0x15c7[236]]&&(_0xdefbx13[_0x15c7[236]]=_0xdefbx2[_0x15c7[963]][_0x15c7[1563]][_0x15c7[236]]))):null!=_0xdefbx2[_0x15c7[963]]&&null!=_0xdefbx2[_0x15c7[963]][_0x15c7[1563]]&&(_0xdefbx13[_0x15c7[235]]=Math[_0x15c7[243]](_0xdefbx13[_0x15c7[235]],_0xdefbx2[_0x15c7[963]][_0x15c7[1563]][_0x15c7[235]]),_0xdefbx13[_0x15c7[236]]=Math[_0x15c7[243]](_0xdefbx13[_0x15c7[236]],_0xdefbx2[_0x15c7[963]][_0x15c7[1563]][_0x15c7[236]]));_0xdefbx13[_0x15c7[235]]+=_0xdefbx4;_0xdefbx13[_0x15c7[236]]+=_0xdefbx12;null!=_0xdefbx2[_0x15c7[963]]&&null!=_0xdefbx2[_0x15c7[963]][_0x15c7[1563]]&&(_0xdefbx3?(_0xdefbx13[_0x15c7[117]]=Math[_0x15c7[160]](_0xdefbx9,_0xdefbx2[_0x15c7[963]][_0x15c7[1563]][_0x15c7[117]]),_0xdefbx13[_0x15c7[119]]=Math[_0x15c7[160]](_0xdefbx5,_0xdefbx2[_0x15c7[963]][_0x15c7[1563]][_0x15c7[119]])):(_0xdefbx13[_0x15c7[117]]=Math[_0x15c7[160]](_0xdefbx13[_0x15c7[117]],_0xdefbx2[_0x15c7[963]][_0x15c7[1563]][_0x15c7[117]]),_0xdefbx13[_0x15c7[119]]=Math[_0x15c7[160]](_0xdefbx13[_0x15c7[119]],_0xdefbx2[_0x15c7[963]][_0x15c7[1563]][_0x15c7[119]])));this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[1193]](_0xdefbx2[_0x15c7[246]])&&(_0xdefbx3=mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_LABEL_POSITION,mxConstants.ALIGN_CENTER),_0xdefbx3==mxConstants[_0x15c7[2132]]?_0xdefbx13[_0x15c7[235]]-=_0xdefbx2[_0x15c7[117]]:_0xdefbx3==mxConstants[_0x15c7[480]]&&(_0xdefbx13[_0x15c7[235]]+=_0xdefbx2[_0x15c7[117]]),_0xdefbx3=mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_VERTICAL_LABEL_POSITION,mxConstants.ALIGN_MIDDLE),_0xdefbx3==mxConstants[_0x15c7[1687]]?_0xdefbx13[_0x15c7[236]]-=_0xdefbx2[_0x15c7[119]]:_0xdefbx3==mxConstants[_0x15c7[482]]&&(_0xdefbx13[_0x15c7[236]]+=_0xdefbx2[_0x15c7[119]]));return _0xdefbx13};mxCellEditor[_0x15c7[202]][_0x15c7[2139]]=function(_0xdefbx2){return this[_0x15c7[2115]]};mxCellEditor[_0x15c7[202]][_0x15c7[2148]]=function(){return this[_0x15c7[2111]]};mxCellEditor[_0x15c7[202]][_0x15c7[515]]=function(){null!=this[_0x15c7[126]]&&(mxEvent[_0x15c7[762]](this[_0x15c7[126]]),null!=this[_0x15c7[126]][_0x15c7[265]]&&this[_0x15c7[126]][_0x15c7[265]][_0x15c7[266]](this[_0x15c7[126]]),this[_0x15c7[126]]=null)};function mxCellRenderer(){}mxCellRenderer[_0x15c7[202]][_0x15c7[2149]]=mxConnector;mxCellRenderer[_0x15c7[202]][_0x15c7[2150]]=mxRectangleShape;mxCellRenderer[_0x15c7[202]][_0x15c7[2151]]=mxText;mxCellRenderer[_0x15c7[202]][_0x15c7[2152]]= !0;mxCellRenderer[_0x15c7[202]][_0x15c7[2153]]={};mxCellRenderer[_0x15c7[2154]]=function(_0xdefbx2,_0xdefbx3){mxCellRenderer[_0x15c7[202]][_0x15c7[2153]][_0xdefbx2]=_0xdefbx3};mxCellRenderer[_0x15c7[2154]](mxConstants.SHAPE_RECTANGLE,mxRectangleShape);mxCellRenderer[_0x15c7[2154]](mxConstants.SHAPE_ELLIPSE,mxEllipse);mxCellRenderer[_0x15c7[2154]](mxConstants.SHAPE_RHOMBUS,mxRhombus);mxCellRenderer[_0x15c7[2154]](mxConstants.SHAPE_CYLINDER,mxCylinder);mxCellRenderer[_0x15c7[2154]](mxConstants.SHAPE_CONNECTOR,mxConnector);mxCellRenderer[_0x15c7[2154]](mxConstants.SHAPE_ACTOR,mxActor);mxCellRenderer[_0x15c7[2154]](mxConstants.SHAPE_TRIANGLE,mxTriangle);mxCellRenderer[_0x15c7[2154]](mxConstants.SHAPE_HEXAGON,mxHexagon);mxCellRenderer[_0x15c7[2154]](mxConstants.SHAPE_CLOUD,mxCloud);mxCellRenderer[_0x15c7[2154]](mxConstants.SHAPE_LINE,mxLine);mxCellRenderer[_0x15c7[2154]](mxConstants.SHAPE_ARROW,mxArrow);mxCellRenderer[_0x15c7[2154]](mxConstants.SHAPE_DOUBLE_ELLIPSE,mxDoubleEllipse);mxCellRenderer[_0x15c7[2154]](mxConstants.SHAPE_SWIMLANE,mxSwimlane);mxCellRenderer[_0x15c7[2154]](mxConstants.SHAPE_IMAGE,mxImageShape);mxCellRenderer[_0x15c7[2154]](mxConstants.SHAPE_LABEL,mxLabel);mxCellRenderer[_0x15c7[202]][_0x15c7[2155]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[502]]();if(null!=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[526]]&&null==_0xdefbx2[_0x15c7[253]]&&_0xdefbx2[_0x15c7[246]]!=_0xdefbx2[_0x15c7[441]][_0x15c7[1741]]&&(_0xdefbx4[_0x15c7[1193]](_0xdefbx2[_0x15c7[246]])||_0xdefbx4[_0x15c7[250]](_0xdefbx2[_0x15c7[246]]))){if(this[_0x15c7[2156]](_0xdefbx2),null!=_0xdefbx2[_0x15c7[253]]&&(null==_0xdefbx3||_0xdefbx3)){this[_0x15c7[2157]](_0xdefbx2),_0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[2158]]||_0xdefbx4[_0x15c7[250]](_0xdefbx2[_0x15c7[246]])?_0xdefbx2[_0x15c7[2081]]= !0:_0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[2159]]&&null!=this[_0x15c7[2160]]&&(this[_0x15c7[2160]][_0x15c7[265]]==_0xdefbx2[_0x15c7[253]][_0x15c7[252]][_0x15c7[265]]?this[_0x15c7[2161]](_0xdefbx2,this[_0x15c7[2160]]):this[_0x15c7[2160]]=null),_0xdefbx2[_0x15c7[253]][_0x15c7[255]]=_0xdefbx2[_0x15c7[441]][_0x15c7[255]],this[_0x15c7[2162]](_0xdefbx2),this[_0x15c7[2163]](_0xdefbx2)}}};mxCellRenderer[_0x15c7[202]][_0x15c7[2157]]=function(_0xdefbx2){_0xdefbx2[_0x15c7[253]][_0x15c7[176]](_0xdefbx2[_0x15c7[441]][_0x15c7[2024]]())};mxCellRenderer[_0x15c7[202]][_0x15c7[2164]]=function(_0xdefbx2,_0xdefbx3){for(var _0xdefbx4=null,_0xdefbx5=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]],_0xdefbx9=_0xdefbx5[_0x15c7[502]](),_0xdefbxa=_0xdefbx2[_0x15c7[246]],_0xdefbx12=_0xdefbx9[_0x15c7[1197]](_0xdefbxa);null!=_0xdefbx12&&null==_0xdefbx4;){_0xdefbx4=this[_0x15c7[2165]](_0xdefbx5,_0xdefbx12,_0xdefbxa,_0xdefbx3),_0xdefbxa=_0xdefbx12,_0xdefbx12=_0xdefbx9[_0x15c7[1197]](_0xdefbxa)};return _0xdefbx4};mxCellRenderer[_0x15c7[202]][_0x15c7[2165]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){var _0xdefbx9=null,_0xdefbxa=_0xdefbx2[_0x15c7[502]]();for(_0xdefbx4=null!=_0xdefbx4?_0xdefbx3[_0x15c7[1738]](_0xdefbx4)-1:_0xdefbxa[_0x15c7[262]](_0xdefbx3)-1;0<=_0xdefbx4&&null==_0xdefbx9;_0xdefbx4--){_0xdefbx9=this[_0x15c7[2165]](_0xdefbx2,_0xdefbxa[_0x15c7[263]](_0xdefbx3,_0xdefbx4),null,_0xdefbx5)};if(null==_0xdefbx9&&(_0xdefbx9=_0xdefbx2[_0x15c7[441]][_0x15c7[248]](_0xdefbx3),null!=_0xdefbx9&&(null==_0xdefbx9[_0x15c7[253]]||null==_0xdefbx9[_0x15c7[253]][_0x15c7[252]]||_0xdefbx9[_0x15c7[253]][_0x15c7[252]][_0x15c7[265]]!=_0xdefbx5))){_0xdefbx9=null};return _0xdefbx9};mxCellRenderer[_0x15c7[202]][_0x15c7[2166]]=function(_0xdefbx2){var _0xdefbx3=_0xdefbx2[_0x15c7[253]][_0x15c7[252]][_0x15c7[265]],_0xdefbx4=this[_0x15c7[2164]](_0xdefbx2,_0xdefbx3),_0xdefbx5=_0xdefbx3[_0x15c7[285]];null!=_0xdefbx4&&(_0xdefbx5=_0xdefbx4[_0x15c7[253]][_0x15c7[252]],null!=_0xdefbx4[_0x15c7[963]]&&(null!=_0xdefbx4[_0x15c7[963]][_0x15c7[252]]&&_0xdefbx4[_0x15c7[963]][_0x15c7[252]][_0x15c7[265]]==_0xdefbx3)&&(_0xdefbx5=_0xdefbx4[_0x15c7[963]][_0x15c7[252]]),_0xdefbx5=_0xdefbx5[_0x15c7[287]]);this[_0x15c7[2161]](_0xdefbx2,_0xdefbx5)};mxCellRenderer[_0x15c7[202]][_0x15c7[2167]]=function(_0xdefbx2){var _0xdefbx3=_0xdefbx2[_0x15c7[441]],_0xdefbx4=_0xdefbx3[_0x15c7[1179]][_0x15c7[502]]();if(_0xdefbx3[_0x15c7[1179]][_0x15c7[2159]]){if(null==this[_0x15c7[2160]]||null==this[_0x15c7[2160]][_0x15c7[265]]||this[_0x15c7[2160]][_0x15c7[265]]!=_0xdefbx2[_0x15c7[253]][_0x15c7[252]][_0x15c7[265]]){this[_0x15c7[2160]]=_0xdefbx2[_0x15c7[253]][_0x15c7[252]]}}else {if(_0xdefbx3[_0x15c7[1179]][_0x15c7[2168]]){var _0xdefbx5=_0xdefbx2[_0x15c7[253]][_0x15c7[252]],_0xdefbx9=_0xdefbx5[_0x15c7[265]],_0xdefbx4=_0xdefbx4[_0x15c7[1197]](_0xdefbx2[_0x15c7[246]]),_0xdefbx3=_0xdefbx3[_0x15c7[248]](_0xdefbx4),_0xdefbx9=null!=_0xdefbx3&&null!=_0xdefbx3[_0x15c7[253]]&&null!=_0xdefbx3[_0x15c7[253]][_0x15c7[252]]?_0xdefbx3[_0x15c7[253]][_0x15c7[252]][_0x15c7[287]]:_0xdefbx9[_0x15c7[285]];null!=_0xdefbx9&&_0xdefbx9!=_0xdefbx5&&this[_0x15c7[2161]](_0xdefbx2,_0xdefbx9)}}};mxCellRenderer[_0x15c7[202]][_0x15c7[2161]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx2[_0x15c7[253]][_0x15c7[252]][_0x15c7[265]][_0x15c7[950]](_0xdefbx2[_0x15c7[253]][_0x15c7[252]],_0xdefbx3);null!=_0xdefbx2[_0x15c7[963]]&&(null!=_0xdefbx2[_0x15c7[963]][_0x15c7[252]]&&_0xdefbx2[_0x15c7[963]][_0x15c7[252]][_0x15c7[265]]==_0xdefbx2[_0x15c7[253]][_0x15c7[252]][_0x15c7[265]])&&_0xdefbx2[_0x15c7[253]][_0x15c7[252]][_0x15c7[265]][_0x15c7[950]](_0xdefbx2[_0x15c7[963]][_0x15c7[252]],_0xdefbx2[_0x15c7[253]][_0x15c7[252]][_0x15c7[287]])};mxCellRenderer[_0x15c7[202]][_0x15c7[2156]]=function(_0xdefbx2){if(null!=_0xdefbx2[_0x15c7[124]]){var _0xdefbx3=mxStencilRegistry[_0x15c7[1560]](_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2059]]]);null!=_0xdefbx3?_0xdefbx2[_0x15c7[253]]= new mxShape(_0xdefbx3):(_0xdefbx3=this[_0x15c7[2169]](_0xdefbx2),_0xdefbx2[_0x15c7[253]]= new _0xdefbx3);_0xdefbx2[_0x15c7[253]][_0x15c7[1525]]=_0xdefbx2[_0x15c7[439]];_0xdefbx2[_0x15c7[253]][_0x15c7[1562]]= new mxRectangle(_0xdefbx2[_0x15c7[235]],_0xdefbx2[_0x15c7[236]],_0xdefbx2[_0x15c7[117]],_0xdefbx2[_0x15c7[119]]);_0xdefbx2[_0x15c7[253]][_0x15c7[507]]=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[507]];this[_0x15c7[2170]](_0xdefbx2)}};mxCellRenderer[_0x15c7[202]][_0x15c7[2171]]=function(_0xdefbx2){return null!=_0xdefbx2?mxCellRenderer[_0x15c7[202]][_0x15c7[2153]][_0xdefbx2]:null};mxCellRenderer[_0x15c7[202]][_0x15c7[2169]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[2171]](_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2059]]]);null==_0xdefbx3&&(_0xdefbx3=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[250]](_0xdefbx2[_0x15c7[246]])?this[_0x15c7[2149]]:this[_0x15c7[2150]]);return _0xdefbx3};mxCellRenderer[_0x15c7[202]][_0x15c7[2170]]=function(_0xdefbx2){_0xdefbx2[_0x15c7[253]][_0x15c7[183]](_0xdefbx2);_0xdefbx2[_0x15c7[253]][_0x15c7[618]]=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[1202]](_0xdefbx2);_0xdefbx2[_0x15c7[253]][_0x15c7[630]]=this[_0x15c7[2171]](_0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[2172]](_0xdefbx2));_0xdefbx2[_0x15c7[253]][_0x15c7[632]]=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[2173]](_0xdefbx2);_0xdefbx2[_0x15c7[253]][_0x15c7[634]]=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[2174]](_0xdefbx2);_0xdefbx2[_0x15c7[253]][_0x15c7[638]]=_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2175]]];_0xdefbx2[_0x15c7[253]][_0x15c7[631]]=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[2176]](_0xdefbx2);this[_0x15c7[2177]](_0xdefbx2)};mxCellRenderer[_0x15c7[202]][_0x15c7[2177]]=function(_0xdefbx2){null!=_0xdefbx2[_0x15c7[253]]&&(this[_0x15c7[2178]](_0xdefbx2,_0x15c7[632],mxConstants.STYLE_FILLCOLOR),this[_0x15c7[2178]](_0xdefbx2,_0x15c7[634],mxConstants.STYLE_GRADIENTCOLOR),this[_0x15c7[2178]](_0xdefbx2,_0x15c7[1334],mxConstants.STYLE_FILLCOLOR),this[_0x15c7[2178]](_0xdefbx2,_0x15c7[1336],mxConstants.STYLE_STROKECOLOR),this[_0x15c7[2178]](_0xdefbx2,_0x15c7[1299],mxConstants.STYLE_GRADIENTCOLOR))};mxCellRenderer[_0x15c7[202]][_0x15c7[2178]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=_0xdefbx2[_0x15c7[253]][_0xdefbx3],_0xdefbx9=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]],_0xdefbxa=null;_0x15c7[1549]==_0xdefbx5?_0xdefbxa=_0xdefbx9[_0x15c7[251]][_0x15c7[1197]](_0xdefbx2[_0x15c7[246]]):_0x15c7[687]==_0xdefbx5?(_0xdefbxa=null!=_0xdefbx9[_0x15c7[251]][_0x15c7[1709]](_0xdefbx2[_0x15c7[246]],!1)?_0xdefbx9[_0x15c7[251]][_0x15c7[1709]](_0xdefbx2[_0x15c7[246]],!1):_0xdefbx2[_0x15c7[246]],_0xdefbxa=_0xdefbx9[_0x15c7[2179]](_0xdefbxa),_0xdefbx4=_0xdefbx9[_0x15c7[2180]]):_0x15c7[2181]==_0xdefbx5&&(_0xdefbx2[_0x15c7[253]][_0xdefbx3]=_0xdefbx2[_0x15c7[253]][_0x15c7[632]]);null!=_0xdefbxa&&(_0xdefbx5=_0xdefbx9[_0x15c7[249]]()[_0x15c7[248]](_0xdefbxa),_0xdefbx2[_0x15c7[253]][_0xdefbx3]=null,null!=_0xdefbx5&&(_0xdefbx2[_0x15c7[253]][_0xdefbx3]=null!=_0xdefbx5[_0x15c7[253]]&&_0x15c7[632]!=_0xdefbx3?_0xdefbx5[_0x15c7[253]][_0xdefbx3]:_0xdefbx5[_0x15c7[124]][_0xdefbx4]))};mxCellRenderer[_0x15c7[202]][_0x15c7[2182]]=function(_0xdefbx2){return _0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[2183]](_0xdefbx2[_0x15c7[246]])};mxCellRenderer[_0x15c7[202]][_0x15c7[2184]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]];_0xdefbx4[_0x15c7[502]]()[_0x15c7[250]](_0xdefbx2[_0x15c7[246]]);if(0<_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2185]]]||null==_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2185]]]){var _0xdefbx5=_0xdefbx4[_0x15c7[2186]](_0xdefbx2[_0x15c7[246]])||null!=_0xdefbx3&&mxUtils[_0x15c7[1331]](_0xdefbx3);_0xdefbx2[_0x15c7[963]]= new this[_0x15c7[2151]](_0xdefbx3, new mxRectangle,_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2064]]]||mxConstants[_0x15c7[479]],_0xdefbx4[_0x15c7[2187]](_0xdefbx2),_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2069]]],_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2188]]],_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2185]]],_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2189]]],_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2143]]],_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2144]]],_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2145]]],_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2146]]],_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2147]]],_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2190]]],_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2191]]],_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2192]]],_0xdefbx4[_0x15c7[2131]](_0xdefbx2[_0x15c7[246]])&&_0xdefbx4[_0x15c7[2186]](_0xdefbx2[_0x15c7[246]]),_0xdefbx4[_0x15c7[2130]](_0xdefbx2[_0x15c7[246]]),_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2193]]],_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2194]]]);_0xdefbx2[_0x15c7[963]][_0x15c7[461]]=mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_TEXT_OPACITY,100);_0xdefbx2[_0x15c7[963]][_0x15c7[507]]=_0xdefbx5?mxConstants[_0x15c7[1656]]:_0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[507]];_0xdefbx2[_0x15c7[963]][_0x15c7[724]]=_0xdefbx2;this[_0x15c7[2195]](_0xdefbx2);var _0xdefbx9=!1,_0xdefbxa=function(_0xdefbx3){var _0xdefbx5=_0xdefbx2;if(mxClient[_0x15c7[754]]||_0xdefbx9){_0xdefbx5=mxEvent[_0x15c7[731]](_0xdefbx3),_0xdefbx3=mxEvent[_0x15c7[733]](_0xdefbx3),_0xdefbx3=mxUtils[_0x15c7[2196]](_0xdefbx4[_0x15c7[526]],_0xdefbx5,_0xdefbx3),_0xdefbx5=_0xdefbx4[_0x15c7[441]][_0x15c7[248]](_0xdefbx4[_0x15c7[999]](_0xdefbx3[_0x15c7[235]],_0xdefbx3[_0x15c7[236]]))};return _0xdefbx5};mxEvent[_0x15c7[759]](_0xdefbx2[_0x15c7[963]][_0x15c7[252]],mxUtils[_0x15c7[885]](this,function(_0xdefbx3){this[_0x15c7[2197]](_0xdefbx2,_0xdefbx3)&&(_0xdefbx4[_0x15c7[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0xdefbx3,_0xdefbx2)),_0xdefbx9=_0xdefbx4[_0x15c7[507]]!=mxConstants[_0x15c7[508]]&&_0x15c7[2198]==mxEvent[_0x15c7[728]](_0xdefbx3)[_0x15c7[301]])}),mxUtils[_0x15c7[885]](this,function(_0xdefbx3){this[_0x15c7[2197]](_0xdefbx2,_0xdefbx3)&&_0xdefbx4[_0x15c7[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0xdefbx3,_0xdefbxa(_0xdefbx3)))}),mxUtils[_0x15c7[885]](this,function(_0xdefbx3){this[_0x15c7[2197]](_0xdefbx2,_0xdefbx3)&&(_0xdefbx4[_0x15c7[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0xdefbx3,_0xdefbxa(_0xdefbx3))),_0xdefbx9= !1)}));mxEvent[_0x15c7[169]](_0xdefbx2[_0x15c7[963]][_0x15c7[252]],_0x15c7[760],mxUtils[_0x15c7[885]](this,function(_0xdefbx3){this[_0x15c7[2197]](_0xdefbx2,_0xdefbx3)&&(_0xdefbx4[_0x15c7[761]](_0xdefbx3,_0xdefbx2[_0x15c7[246]]),mxEvent[_0x15c7[722]](_0xdefbx3))}))}};mxCellRenderer[_0x15c7[202]][_0x15c7[2195]]=function(_0xdefbx2){var _0xdefbx3=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]];_0xdefbx2[_0x15c7[963]][_0x15c7[507]]!=mxConstants[_0x15c7[508]]&&(mxClient[_0x15c7[48]]&&mxClient[_0x15c7[2199]]?_0xdefbx2[_0x15c7[963]][_0x15c7[176]](_0xdefbx3[_0x15c7[526]]):mxUtils[_0x15c7[458]](_0xdefbx2[_0x15c7[441]][_0x15c7[2024]]())&&(null!=_0xdefbx2[_0x15c7[253]][_0x15c7[685]]?_0xdefbx2[_0x15c7[963]][_0x15c7[176]](_0xdefbx2[_0x15c7[253]][_0x15c7[685]]):_0xdefbx2[_0x15c7[963]][_0x15c7[176]](_0xdefbx2[_0x15c7[253]][_0x15c7[252]])));null==_0xdefbx2[_0x15c7[963]][_0x15c7[252]]&&(_0xdefbx2[_0x15c7[963]][_0x15c7[176]](_0xdefbx2[_0x15c7[441]][_0x15c7[2024]]()),null!=_0xdefbx2[_0x15c7[253]]&&null!=_0xdefbx2[_0x15c7[963]]&&_0xdefbx2[_0x15c7[253]][_0x15c7[252]][_0x15c7[265]][_0x15c7[950]](_0xdefbx2[_0x15c7[963]][_0x15c7[252]],_0xdefbx2[_0x15c7[253]][_0x15c7[252]][_0x15c7[287]]))};mxCellRenderer[_0x15c7[202]][_0x15c7[2162]]=function(_0xdefbx2){var _0xdefbx3=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[2200]](_0xdefbx2[_0x15c7[246]]),_0xdefbx4=null;if(null!=_0xdefbx3){for(var _0xdefbx4= new mxDictionary,_0xdefbx5=0;_0xdefbx5<_0xdefbx3[_0x15c7[67]];_0xdefbx5++){var _0xdefbx9=null!=_0xdefbx2[_0x15c7[1211]]?_0xdefbx2[_0x15c7[1211]][_0x15c7[205]](_0xdefbx3[_0xdefbx5]):null;null==_0xdefbx9&&(_0xdefbx9= new mxImageShape( new mxRectangle,_0xdefbx3[_0xdefbx5][_0x15c7[618]][_0x15c7[390]]),_0xdefbx9[_0x15c7[507]]=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[507]],_0xdefbx9[_0x15c7[1674]]= !1,_0xdefbx9[_0x15c7[2201]]=_0xdefbx3[_0xdefbx5],this[_0x15c7[2023]](_0xdefbx2,_0xdefbx9),this[_0x15c7[2202]](_0xdefbx2,_0xdefbx3[_0xdefbx5],_0xdefbx9),null!=_0xdefbx3[_0xdefbx5][_0x15c7[270]]&&(_0xdefbx9[_0x15c7[252]][_0x15c7[124]][_0x15c7[270]]=_0xdefbx3[_0xdefbx5][_0x15c7[270]]));_0xdefbx4[_0x15c7[204]](_0xdefbx3[_0xdefbx5],_0xdefbx9)}};null!=_0xdefbx2[_0x15c7[1211]]&&_0xdefbx2[_0x15c7[1211]][_0x15c7[209]](function(_0xdefbx2,_0xdefbx3){_0xdefbx3[_0x15c7[515]]()});_0xdefbx2[_0x15c7[1211]]=_0xdefbx4};mxCellRenderer[_0x15c7[202]][_0x15c7[2023]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx3[_0x15c7[176]](_0xdefbx2[_0x15c7[441]][_0x15c7[1524]]())};mxCellRenderer[_0x15c7[202]][_0x15c7[2202]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]];mxEvent[_0x15c7[169]](_0xdefbx4[_0x15c7[252]],_0x15c7[173],function(_0xdefbx4){_0xdefbx5[_0x15c7[2203]]()&&_0xdefbx5[_0x15c7[2126]](!_0xdefbx5[_0x15c7[2134]]());_0xdefbx3[_0x15c7[746]]( new mxEventObject(mxEvent.CLICK,_0x15c7[763],_0xdefbx4,_0x15c7[246],_0xdefbx2[_0x15c7[246]]))});mxEvent[_0x15c7[759]](_0xdefbx4[_0x15c7[252]],function(_0xdefbx2){mxEvent[_0x15c7[722]](_0xdefbx2)},function(_0xdefbx3){_0xdefbx5[_0x15c7[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0xdefbx3,_0xdefbx2))});mxClient[_0x15c7[754]]&&mxEvent[_0x15c7[169]](_0xdefbx4[_0x15c7[252]],_0x15c7[757],function(_0xdefbx4){_0xdefbx3[_0x15c7[746]]( new mxEventObject(mxEvent.CLICK,_0x15c7[763],_0xdefbx4,_0x15c7[246],_0xdefbx2[_0x15c7[246]]))})};mxCellRenderer[_0x15c7[202]][_0x15c7[2204]]=function(_0xdefbx2){var _0xdefbx3=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]],_0xdefbx4=_0xdefbx3[_0x15c7[2205]](_0xdefbx2);if(_0xdefbx3[_0x15c7[2206]]&&null!=_0xdefbx4){if(null==_0xdefbx2[_0x15c7[2207]]){var _0xdefbx5= new mxRectangle(0,0,_0xdefbx4[_0x15c7[117]],_0xdefbx4[_0x15c7[119]]);_0xdefbx2[_0x15c7[2207]]= new mxImageShape(_0xdefbx5,_0xdefbx4[_0x15c7[390]]);_0xdefbx2[_0x15c7[2207]][_0x15c7[1674]]= !1;_0xdefbx2[_0x15c7[2207]][_0x15c7[507]]=_0xdefbx3[_0x15c7[507]];this[_0x15c7[2208]](_0xdefbx2,_0xdefbx2[_0x15c7[2207]],!0,function(_0xdefbx4){if(_0xdefbx3[_0x15c7[994]]()){var _0xdefbx5=!_0xdefbx3[_0x15c7[1742]](_0xdefbx2[_0x15c7[246]]);_0xdefbx3[_0x15c7[847]](_0xdefbx5,!1,[_0xdefbx2[_0x15c7[246]]]);mxEvent[_0x15c7[722]](_0xdefbx4)}})}}else {null!=_0xdefbx2[_0x15c7[2207]]&&(_0xdefbx2[_0x15c7[2207]][_0x15c7[515]](),_0xdefbx2[_0x15c7[2207]]=null)}};mxCellRenderer[_0x15c7[202]][_0x15c7[2208]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){var _0xdefbx9=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]];_0xdefbx9[_0x15c7[2186]](_0xdefbx2[_0x15c7[246]])&&mxClient[_0x15c7[2199]]&&_0xdefbx9[_0x15c7[507]]==mxConstants[_0x15c7[508]]?(_0xdefbx3[_0x15c7[507]]=mxConstants[_0x15c7[2209]],_0xdefbx3[_0x15c7[176]](_0xdefbx9[_0x15c7[526]]),_0xdefbx3[_0x15c7[252]][_0x15c7[124]][_0x15c7[931]]=1):_0xdefbx3[_0x15c7[176]](_0xdefbx2[_0x15c7[441]][_0x15c7[1524]]());_0xdefbx3=_0xdefbx3[_0x15c7[2210]]||_0xdefbx3[_0x15c7[252]];_0xdefbx5&&(_0xdefbx9[_0x15c7[994]]()&&(_0xdefbx3[_0x15c7[124]][_0x15c7[270]]=_0x15c7[356]),mxEvent[_0x15c7[169]](_0xdefbx3,_0x15c7[173],_0xdefbx5));_0xdefbx4&&mxEvent[_0x15c7[759]](_0xdefbx3,function(_0xdefbx3){_0xdefbx9[_0x15c7[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0xdefbx3,_0xdefbx2));mxEvent[_0x15c7[722]](_0xdefbx3)},function(_0xdefbx3){_0xdefbx9[_0x15c7[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0xdefbx3,_0xdefbx2))});return _0xdefbx3};mxCellRenderer[_0x15c7[202]][_0x15c7[2211]]=function(_0xdefbx2,_0xdefbx3){return !0};mxCellRenderer[_0x15c7[202]][_0x15c7[2197]]=function(_0xdefbx2,_0xdefbx3){return !0};mxCellRenderer[_0x15c7[202]][_0x15c7[2163]]=function(_0xdefbx2){var _0xdefbx3=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]],_0xdefbx4=function(_0xdefbx4){var _0xdefbx5=_0xdefbx2;if(_0xdefbx3[_0x15c7[507]]!=mxConstants[_0x15c7[508]]&&_0x15c7[2198]==mxEvent[_0x15c7[728]](_0xdefbx4)[_0x15c7[301]]||mxClient[_0x15c7[754]]){_0xdefbx5=mxEvent[_0x15c7[731]](_0xdefbx4),_0xdefbx4=mxEvent[_0x15c7[733]](_0xdefbx4),_0xdefbx4=mxUtils[_0x15c7[2196]](_0xdefbx3[_0x15c7[526]],_0xdefbx5,_0xdefbx4),_0xdefbx5=_0xdefbx3[_0x15c7[441]][_0x15c7[248]](_0xdefbx3[_0x15c7[999]](_0xdefbx4[_0x15c7[235]],_0xdefbx4[_0x15c7[236]]))};return _0xdefbx5},_0xdefbx5=!1;mxEvent[_0x15c7[169]](_0xdefbx2[_0x15c7[253]][_0x15c7[252]],_0x15c7[2212],mxUtils[_0x15c7[885]](this,function(_0xdefbx2){_0xdefbx3[_0x15c7[2213]]=0;_0xdefbx5= !0;mxEvent[_0x15c7[722]](_0xdefbx2)}));mxEvent[_0x15c7[759]](_0xdefbx2[_0x15c7[253]][_0x15c7[252]],mxUtils[_0x15c7[885]](this,function(_0xdefbx4){this[_0x15c7[2211]](_0xdefbx2,_0xdefbx4)&&!_0xdefbx5?_0xdefbx3[_0x15c7[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0xdefbx4,null!=_0xdefbx2[_0x15c7[253]]&&mxEvent[_0x15c7[728]](_0xdefbx4)==_0xdefbx2[_0x15c7[253]][_0x15c7[905]]?null:_0xdefbx2)):_0xdefbx5&&mxEvent[_0x15c7[722]](_0xdefbx4)}),mxUtils[_0x15c7[885]](this,function(_0xdefbx9){this[_0x15c7[2211]](_0xdefbx2,_0xdefbx9)&&!_0xdefbx5?_0xdefbx3[_0x15c7[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0xdefbx9,null!=_0xdefbx2[_0x15c7[253]]&&mxEvent[_0x15c7[728]](_0xdefbx9)==_0xdefbx2[_0x15c7[253]][_0x15c7[905]]?null:_0xdefbx4(_0xdefbx9))):_0xdefbx5&&mxEvent[_0x15c7[722]](_0xdefbx9)}),mxUtils[_0x15c7[885]](this,function(_0xdefbx9){this[_0x15c7[2211]](_0xdefbx2,_0xdefbx9)&&!_0xdefbx5?_0xdefbx3[_0x15c7[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0xdefbx9,null!=_0xdefbx2[_0x15c7[253]]&&mxEvent[_0x15c7[728]](_0xdefbx9)==_0xdefbx2[_0x15c7[253]][_0x15c7[905]]?null:_0xdefbx4(_0xdefbx9))):_0xdefbx5&&mxEvent[_0x15c7[722]](_0xdefbx9)}));var _0xdefbx9=mxClient[_0x15c7[754]]?_0x15c7[2214]:_0x15c7[760];mxEvent[_0x15c7[169]](_0xdefbx2[_0x15c7[253]][_0x15c7[252]],_0xdefbx9,mxUtils[_0x15c7[885]](this,function(_0xdefbx4){_0xdefbx5= !1;_0x15c7[2214]==_0xdefbx9?(_0xdefbx3[_0x15c7[2213]]=0,_0xdefbx3[_0x15c7[2215]]&&(_0xdefbx3[_0x15c7[2216]](_0xdefbx2,_0xdefbx4),mxEvent[_0x15c7[722]](_0xdefbx4))):this[_0x15c7[2211]](_0xdefbx2,_0xdefbx4)&&(_0xdefbx3[_0x15c7[761]](_0xdefbx4,null!=_0xdefbx2[_0x15c7[253]]&&mxEvent[_0x15c7[728]](_0xdefbx4)==_0xdefbx2[_0x15c7[253]][_0x15c7[905]]?null:_0xdefbx2[_0x15c7[246]]),mxEvent[_0x15c7[722]](_0xdefbx4))}))};mxCellRenderer[_0x15c7[202]][_0x15c7[2217]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[2182]](_0xdefbx2);if(null==_0xdefbx2[_0x15c7[963]]&&null!=_0xdefbx4&&(mxUtils[_0x15c7[1331]](_0xdefbx4)||0<_0xdefbx4[_0x15c7[67]])){this[_0x15c7[2184]](_0xdefbx2,_0xdefbx4)}else {if(null!=_0xdefbx2[_0x15c7[963]]&&(null==_0xdefbx4||0==_0xdefbx4[_0x15c7[67]])){_0xdefbx2[_0x15c7[963]][_0x15c7[515]](),_0xdefbx2[_0x15c7[963]]=null}};if(null!=_0xdefbx2[_0x15c7[963]]){var _0xdefbx5=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]],_0xdefbx9=_0xdefbx5[_0x15c7[2131]](_0xdefbx2[_0x15c7[246]]),_0xdefbx5=_0xdefbx5[_0x15c7[2130]](_0xdefbx2[_0x15c7[246]]),_0xdefbxa=this[_0x15c7[2218]](_0xdefbx2);if(_0xdefbx3||_0xdefbx2[_0x15c7[963]][_0x15c7[131]]!=_0xdefbx4||_0xdefbx2[_0x15c7[963]][_0x15c7[2131]]!=_0xdefbx9||_0xdefbx2[_0x15c7[963]][_0x15c7[2219]]!=_0xdefbx5||_0xdefbx2[_0x15c7[963]][_0x15c7[255]]!=_0xdefbx2[_0x15c7[441]][_0x15c7[255]]||!_0xdefbx2[_0x15c7[963]][_0x15c7[1562]][_0x15c7[237]](_0xdefbxa)){_0xdefbx2[_0x15c7[963]][_0x15c7[131]]=_0xdefbx4,_0xdefbx2[_0x15c7[963]][_0x15c7[1562]]=_0xdefbxa,_0xdefbx2[_0x15c7[963]][_0x15c7[255]]=this[_0x15c7[2220]](_0xdefbx2),_0xdefbx2[_0x15c7[963]][_0x15c7[2131]]=_0xdefbx9,_0xdefbx2[_0x15c7[963]][_0x15c7[2219]]=_0xdefbx5,_0xdefbx2[_0x15c7[963]][_0x15c7[258]]()}}};mxCellRenderer[_0x15c7[202]][_0x15c7[2220]]=function(_0xdefbx2){return _0xdefbx2[_0x15c7[441]][_0x15c7[255]]};mxCellRenderer[_0x15c7[202]][_0x15c7[2218]]=function(_0xdefbx2){var _0xdefbx3=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]],_0xdefbx4=_0xdefbx2[_0x15c7[441]][_0x15c7[255]],_0xdefbx5=_0xdefbx3[_0x15c7[502]]()[_0x15c7[250]](_0xdefbx2[_0x15c7[246]]),_0xdefbx9= new mxRectangle(_0xdefbx2[_0x15c7[2079]][_0x15c7[235]],_0xdefbx2[_0x15c7[2079]][_0x15c7[236]]);_0xdefbx2[_0x15c7[963]][_0x15c7[1672]]();_0xdefbx5?(_0xdefbx5=_0xdefbx2[_0x15c7[963]][_0x15c7[1673]](),_0xdefbx9[_0x15c7[235]]+=_0xdefbx5[_0x15c7[235]]*_0xdefbx4,_0xdefbx9[_0x15c7[236]]+=_0xdefbx5[_0x15c7[236]]*_0xdefbx4,_0xdefbx3=_0xdefbx3[_0x15c7[1198]](_0xdefbx2[_0x15c7[246]]),null!=_0xdefbx3&&(_0xdefbx9[_0x15c7[117]]=Math[_0x15c7[160]](0,_0xdefbx2[_0x15c7[963]][_0x15c7[1655]][_0x15c7[235]]*_0xdefbx3[_0x15c7[117]]*_0xdefbx4-_0xdefbx2[_0x15c7[963]][_0x15c7[659]]*_0xdefbx4-_0xdefbx2[_0x15c7[963]][_0x15c7[661]]*_0xdefbx4),_0xdefbx9[_0x15c7[119]]=Math[_0x15c7[160]](0,_0xdefbx2[_0x15c7[963]][_0x15c7[1655]][_0x15c7[236]]*_0xdefbx3[_0x15c7[119]]*_0xdefbx4-_0xdefbx2[_0x15c7[963]][_0x15c7[658]]*_0xdefbx4-_0xdefbx2[_0x15c7[963]][_0x15c7[660]]*_0xdefbx4))):(_0xdefbx2[_0x15c7[963]][_0x15c7[1590]]()&&(_0xdefbx5=_0xdefbx9[_0x15c7[235]],_0xdefbx9[_0x15c7[235]]=_0xdefbx9[_0x15c7[236]],_0xdefbx9[_0x15c7[236]]=_0xdefbx5),_0xdefbx9[_0x15c7[235]]+=_0xdefbx2[_0x15c7[235]],_0xdefbx9[_0x15c7[236]]+=_0xdefbx2[_0x15c7[236]],_0xdefbx9[_0x15c7[117]]=Math[_0x15c7[160]](1,_0xdefbx2[_0x15c7[117]]),_0xdefbx9[_0x15c7[119]]=Math[_0x15c7[160]](1,_0xdefbx2[_0x15c7[119]]),_0xdefbx3[_0x15c7[1730]](_0xdefbx2[_0x15c7[246]])&&(_0xdefbx3=_0xdefbx3[_0x15c7[1731]](_0xdefbx2[_0x15c7[246]]),0<_0xdefbx3[_0x15c7[117]]?(_0xdefbx5=Math[_0x15c7[243]](_0xdefbx9[_0x15c7[117]],_0xdefbx3[_0x15c7[117]]*_0xdefbx4),_0xdefbx2[_0x15c7[253]][_0x15c7[623]]&&(_0xdefbx9[_0x15c7[235]]+=_0xdefbx9[_0x15c7[117]]-_0xdefbx5),_0xdefbx9[_0x15c7[117]]=_0xdefbx5):0<_0xdefbx3[_0x15c7[119]]&&(_0xdefbx5=Math[_0x15c7[243]](_0xdefbx9[_0x15c7[119]],_0xdefbx3[_0x15c7[119]]*_0xdefbx4),_0xdefbx2[_0x15c7[253]][_0x15c7[624]]&&(_0xdefbx9[_0x15c7[236]]+=_0xdefbx9[_0x15c7[119]]-_0xdefbx5),_0xdefbx9[_0x15c7[119]]=_0xdefbx5)),this[_0x15c7[2221]](_0xdefbx2,_0xdefbx9));return _0xdefbx9};mxCellRenderer[_0x15c7[202]][_0x15c7[2221]]=function(_0xdefbx2,_0xdefbx3){if(_0xdefbx2[_0x15c7[963]][_0x15c7[1590]]()){var _0xdefbx4=(_0xdefbx2[_0x15c7[117]]-_0xdefbx2[_0x15c7[119]])/2;_0xdefbx3[_0x15c7[235]]+=_0xdefbx4;_0xdefbx3[_0x15c7[236]]-=_0xdefbx4;_0xdefbx4=_0xdefbx3[_0x15c7[117]];_0xdefbx3[_0x15c7[117]]=_0xdefbx3[_0x15c7[119]];_0xdefbx3[_0x15c7[119]]=_0xdefbx4};_0xdefbx3[_0x15c7[235]]-=_0xdefbx2[_0x15c7[963]][_0x15c7[1655]][_0x15c7[235]]*_0xdefbx3[_0x15c7[117]];_0xdefbx3[_0x15c7[236]]-=_0xdefbx2[_0x15c7[963]][_0x15c7[1655]][_0x15c7[236]]*_0xdefbx3[_0x15c7[119]];if(_0x15c7[1334]!=_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2193]]]){var _0xdefbx4=_0xdefbx2[_0x15c7[441]][_0x15c7[255]],_0xdefbx5=_0xdefbx2[_0x15c7[963]][_0x15c7[1673]]();_0xdefbx3[_0x15c7[235]]+=_0xdefbx5[_0x15c7[235]]*_0xdefbx4;_0xdefbx3[_0x15c7[236]]+=_0xdefbx5[_0x15c7[236]]*_0xdefbx4;_0xdefbx3[_0x15c7[117]]=Math[_0x15c7[160]](0,_0xdefbx3[_0x15c7[117]]-_0xdefbx2[_0x15c7[963]][_0x15c7[659]]*_0xdefbx4-_0xdefbx2[_0x15c7[963]][_0x15c7[661]]*_0xdefbx4);_0xdefbx3[_0x15c7[119]]=Math[_0x15c7[160]](0,_0xdefbx3[_0x15c7[119]]-_0xdefbx2[_0x15c7[963]][_0x15c7[658]]*_0xdefbx4-_0xdefbx2[_0x15c7[963]][_0x15c7[660]]*_0xdefbx4)};var _0xdefbx9=_0xdefbx2[_0x15c7[963]][_0x15c7[1615]]();if(0!=_0xdefbx9&&(null!=_0xdefbx2&&_0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[251]][_0x15c7[1193]](_0xdefbx2[_0x15c7[246]]))&&(_0xdefbx4=_0xdefbx2[_0x15c7[241]](),_0xdefbx5=_0xdefbx2[_0x15c7[242]](),_0xdefbx3[_0x15c7[235]]!=_0xdefbx4||_0xdefbx3[_0x15c7[236]]!=_0xdefbx5)){_0xdefbx9*=Math[_0x15c7[424]]/180,pt=mxUtils[_0x15c7[432]]( new mxPoint(_0xdefbx3[_0x15c7[235]],_0xdefbx3[_0x15c7[236]]),Math[_0x15c7[426]](_0xdefbx9),Math[_0x15c7[427]](_0xdefbx9), new mxPoint(_0xdefbx4,_0xdefbx5)),_0xdefbx3[_0x15c7[235]]=pt[_0x15c7[235]],_0xdefbx3[_0x15c7[236]]=pt[_0x15c7[236]]}};mxCellRenderer[_0x15c7[202]][_0x15c7[2222]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[2162]](_0xdefbx2);if(null!=_0xdefbx2[_0x15c7[1211]]){var _0xdefbx4=mxUtils[_0x15c7[1454]](mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_ROTATION,0),90),_0xdefbx5=mxUtils[_0x15c7[431]](_0xdefbx4),_0xdefbx9=Math[_0x15c7[426]](_0xdefbx5),_0xdefbxa=Math[_0x15c7[427]](_0xdefbx5);_0xdefbx2[_0x15c7[1211]][_0x15c7[209]](function(_0xdefbx5,_0xdefbx13){var _0xdefbx14=_0xdefbx13[_0x15c7[2201]][_0x15c7[1799]](_0xdefbx2);if(!_0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[250]](_0xdefbx2[_0x15c7[246]])&&null!=_0xdefbx2[_0x15c7[253]]&&0!=_0xdefbx4){var _0xdefbx15=_0xdefbx14[_0x15c7[241]](),_0xdefbx16=_0xdefbx14[_0x15c7[242]](),_0xdefbx16=mxUtils[_0x15c7[432]]( new mxPoint(_0xdefbx15,_0xdefbx16),_0xdefbx9,_0xdefbxa, new mxPoint(_0xdefbx2[_0x15c7[241]](),_0xdefbx2[_0x15c7[242]]())),_0xdefbx15=_0xdefbx16[_0x15c7[235]],_0xdefbx16=_0xdefbx16[_0x15c7[236]];_0xdefbx14[_0x15c7[235]]=Math[_0x15c7[488]](_0xdefbx15-_0xdefbx14[_0x15c7[117]]/2);_0xdefbx14[_0x15c7[236]]=Math[_0x15c7[488]](_0xdefbx16-_0xdefbx14[_0x15c7[119]]/2)};if(_0xdefbx3||null==_0xdefbx13[_0x15c7[1562]]||_0xdefbx13[_0x15c7[255]]!=_0xdefbx2[_0x15c7[441]][_0x15c7[255]]||!_0xdefbx13[_0x15c7[1562]][_0x15c7[237]](_0xdefbx14)){_0xdefbx13[_0x15c7[1562]]=_0xdefbx14,_0xdefbx13[_0x15c7[255]]=_0xdefbx2[_0x15c7[441]][_0x15c7[255]],_0xdefbx13[_0x15c7[258]]()}})}};mxCellRenderer[_0x15c7[202]][_0x15c7[2223]]=function(_0xdefbx2,_0xdefbx3){if(null!=_0xdefbx2[_0x15c7[2207]]){var _0xdefbx4=this[_0x15c7[2224]](_0xdefbx2),_0xdefbx5=this[_0x15c7[2152]]?mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_ROTATION,0):_0xdefbx2[_0x15c7[253]][_0x15c7[1615]](),_0xdefbx9=_0xdefbx2[_0x15c7[441]][_0x15c7[255]];if(_0xdefbx3||_0xdefbx2[_0x15c7[2207]][_0x15c7[255]]!=_0xdefbx9||!_0xdefbx2[_0x15c7[2207]][_0x15c7[1562]][_0x15c7[237]](_0xdefbx4)||_0xdefbx2[_0x15c7[2207]][_0x15c7[603]]!=_0xdefbx5){_0xdefbx2[_0x15c7[2207]][_0x15c7[603]]=_0xdefbx5,_0xdefbx2[_0x15c7[2207]][_0x15c7[1562]]=_0xdefbx4,_0xdefbx2[_0x15c7[2207]][_0x15c7[255]]=_0xdefbx9,_0xdefbx2[_0x15c7[2207]][_0x15c7[258]]()}}};mxCellRenderer[_0x15c7[202]][_0x15c7[2224]]=function(_0xdefbx2){if(null!=_0xdefbx2[_0x15c7[2207]]){var _0xdefbx3=_0xdefbx2[_0x15c7[2207]][_0x15c7[255]],_0xdefbx4=_0xdefbx2[_0x15c7[2207]][_0x15c7[1562]][_0x15c7[117]]/_0xdefbx3,_0xdefbx3=_0xdefbx2[_0x15c7[2207]][_0x15c7[1562]][_0x15c7[119]]/_0xdefbx3,_0xdefbx5=_0xdefbx2[_0x15c7[441]][_0x15c7[255]],_0xdefbx9=_0xdefbx2[_0x15c7[241]](),_0xdefbxa=_0xdefbx2[_0x15c7[242]]();if(!_0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[250]](_0xdefbx2[_0x15c7[246]])&&(_0xdefbx9=_0xdefbx2[_0x15c7[235]]+_0xdefbx4*_0xdefbx5,_0xdefbxa=_0xdefbx2[_0x15c7[236]]+_0xdefbx3*_0xdefbx5,null!=_0xdefbx2[_0x15c7[253]])){var _0xdefbx12=_0xdefbx2[_0x15c7[253]][_0x15c7[1598]]();if(this[_0x15c7[2152]]){_0xdefbx12=mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_ROTATION,0)}else {if(_0xdefbx2[_0x15c7[253]][_0x15c7[1590]]()){var _0xdefbx13=(_0xdefbx2[_0x15c7[117]]-_0xdefbx2[_0x15c7[119]])/2,_0xdefbx9=_0xdefbx9+_0xdefbx13,_0xdefbxa=_0xdefbxa-_0xdefbx13}};0!=_0xdefbx12&&(_0xdefbx13=mxUtils[_0x15c7[431]](_0xdefbx12),_0xdefbx12=Math[_0x15c7[426]](_0xdefbx13),_0xdefbx13=Math[_0x15c7[427]](_0xdefbx13),_0xdefbxa=mxUtils[_0x15c7[432]]( new mxPoint(_0xdefbx9,_0xdefbxa),_0xdefbx12,_0xdefbx13, new mxPoint(_0xdefbx2[_0x15c7[241]](),_0xdefbx2[_0x15c7[242]]())),_0xdefbx9=_0xdefbxa[_0x15c7[235]],_0xdefbxa=_0xdefbxa[_0x15c7[236]])};return _0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[250]](_0xdefbx2[_0x15c7[246]]), new mxRectangle(Math[_0x15c7[488]](_0xdefbx9-_0xdefbx4/2*_0xdefbx5),Math[_0x15c7[488]](_0xdefbxa-_0xdefbx3/2*_0xdefbx5),Math[_0x15c7[488]](_0xdefbx4*_0xdefbx5),Math[_0x15c7[488]](_0xdefbx3*_0xdefbx5))};return null};mxCellRenderer[_0x15c7[202]][_0x15c7[258]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){if(null!=_0xdefbx2[_0x15c7[253]]){var _0xdefbx5=!1;_0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[250]](_0xdefbx2[_0x15c7[246]]);reconfigure=null!=_0xdefbx3?_0xdefbx3:!1;this[_0x15c7[2204]](_0xdefbx2);if(_0xdefbx2[_0x15c7[2082]]||_0xdefbx2[_0x15c7[2081]]){_0xdefbx2[_0x15c7[441]][_0x15c7[1179]][_0x15c7[2158]]?this[_0x15c7[2166]](_0xdefbx2):this[_0x15c7[2167]](_0xdefbx2)};if(_0xdefbx2[_0x15c7[2082]]||!mxUtils[_0x15c7[2225]](_0xdefbx2[_0x15c7[253]][_0x15c7[124]],_0xdefbx2[_0x15c7[124]])){this[_0x15c7[2170]](_0xdefbx2),_0xdefbx3= !0};delete _0xdefbx2[_0x15c7[2081]];delete _0xdefbx2[_0x15c7[2082]];if(_0xdefbx3||null==_0xdefbx2[_0x15c7[253]][_0x15c7[1562]]||_0xdefbx2[_0x15c7[253]][_0x15c7[255]]!=_0xdefbx2[_0x15c7[441]][_0x15c7[255]]||!_0xdefbx2[_0x15c7[253]][_0x15c7[1562]][_0x15c7[237]](_0xdefbx2)||!mxUtils[_0x15c7[2226]](_0xdefbx2[_0x15c7[253]][_0x15c7[1525]],_0xdefbx2[_0x15c7[439]])){_0xdefbx5= !0,_0xdefbx2[_0x15c7[253]][_0x15c7[1525]]=null!=_0xdefbx2[_0x15c7[439]]?_0xdefbx2[_0x15c7[439]][_0x15c7[1853]]():null,_0xdefbx2[_0x15c7[253]][_0x15c7[1562]]= new mxRectangle(_0xdefbx2[_0x15c7[235]],_0xdefbx2[_0x15c7[236]],_0xdefbx2[_0x15c7[117]],_0xdefbx2[_0x15c7[119]]),_0xdefbx2[_0x15c7[253]][_0x15c7[255]]=_0xdefbx2[_0x15c7[441]][_0x15c7[255]],null==_0xdefbx4||_0xdefbx4?_0xdefbx2[_0x15c7[253]][_0x15c7[258]]():_0xdefbx2[_0x15c7[253]][_0x15c7[1577]]()};if(null==_0xdefbx4||_0xdefbx4){this[_0x15c7[2217]](_0xdefbx2,_0xdefbx5),this[_0x15c7[2222]](_0xdefbx2,_0xdefbx5),this[_0x15c7[2223]](_0xdefbx2,_0xdefbx5)}}};mxCellRenderer[_0x15c7[202]][_0x15c7[515]]=function(_0xdefbx2){null!=_0xdefbx2[_0x15c7[253]]&&(null!=_0xdefbx2[_0x15c7[963]]&&(_0xdefbx2[_0x15c7[963]][_0x15c7[515]](),_0xdefbx2[_0x15c7[963]]=null),null!=_0xdefbx2[_0x15c7[1211]]&&(_0xdefbx2[_0x15c7[1211]][_0x15c7[209]](function(_0xdefbx2,_0xdefbx4){_0xdefbx4[_0x15c7[515]]()}),_0xdefbx2[_0x15c7[1211]]=null),null!=_0xdefbx2[_0x15c7[2207]]&&(_0xdefbx2[_0x15c7[2207]][_0x15c7[515]](),_0xdefbx2[_0x15c7[2207]]=null),_0xdefbx2[_0x15c7[253]][_0x15c7[515]](),_0xdefbx2[_0x15c7[253]]=null)};var mxEdgeStyle={EntityRelation:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){var _0xdefbxa=_0xdefbx2[_0x15c7[441]],_0xdefbx12=_0xdefbxa[_0x15c7[1179]];_0xdefbx5=mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_SEGMENT,mxConstants.ENTITY_SEGMENT)*_0xdefbxa[_0x15c7[255]];var _0xdefbx13=_0xdefbx2[_0x15c7[439]],_0xdefbx14=_0xdefbx13[0],_0xdefbx15=_0xdefbx13[_0xdefbx13[_0x15c7[67]]-1],_0xdefbx13=!1;if(null!=_0xdefbx14){_0xdefbx3= new mxCellState,_0xdefbx3[_0x15c7[235]]=_0xdefbx14[_0x15c7[235]],_0xdefbx3[_0x15c7[236]]=_0xdefbx14[_0x15c7[236]]}else {if(null!=_0xdefbx3){var _0xdefbx16=mxUtils[_0x15c7[2227]](_0xdefbx3,_0xdefbx2,!0,mxConstants.DIRECTION_MASK_NONE);_0xdefbx16!=mxConstants[_0x15c7[434]]?_0xdefbx13=_0xdefbx16==mxConstants[_0x15c7[436]]:(_0xdefbx14=_0xdefbx12[_0x15c7[1198]](_0xdefbx3[_0x15c7[246]]),_0xdefbx14[_0x15c7[1500]]?_0xdefbx13=0.5>=_0xdefbx14[_0x15c7[235]]:null!=_0xdefbx4&&(_0xdefbx13=_0xdefbx4[_0x15c7[235]]+_0xdefbx4[_0x15c7[117]]<_0xdefbx3[_0x15c7[235]]))}else {return}};_0xdefbx14= !0;null!=_0xdefbx15?(_0xdefbx4= new mxCellState,_0xdefbx4[_0x15c7[235]]=_0xdefbx15[_0x15c7[235]],_0xdefbx4[_0x15c7[236]]=_0xdefbx15[_0x15c7[236]]):null!=_0xdefbx4&&(_0xdefbx16=mxUtils[_0x15c7[2227]](_0xdefbx4,_0xdefbx2,!1,mxConstants.DIRECTION_MASK_NONE),_0xdefbx16!=mxConstants[_0x15c7[434]]?_0xdefbx14=_0xdefbx16==mxConstants[_0x15c7[436]]:(_0xdefbx2=_0xdefbx12[_0x15c7[1198]](_0xdefbx4[_0x15c7[246]]),_0xdefbx2[_0x15c7[1500]]?_0xdefbx14=0.5>=_0xdefbx2[_0x15c7[235]]:null!=_0xdefbx3&&(_0xdefbx14=_0xdefbx3[_0x15c7[235]]+_0xdefbx3[_0x15c7[117]]<_0xdefbx4[_0x15c7[235]])));null!=_0xdefbx3&&null!=_0xdefbx4&&(_0xdefbx2=_0xdefbx13?_0xdefbx3[_0x15c7[235]]:_0xdefbx3[_0x15c7[235]]+_0xdefbx3[_0x15c7[117]],_0xdefbx3=_0xdefbxa[_0x15c7[2228]](_0xdefbx3),_0xdefbx12=_0xdefbx14?_0xdefbx4[_0x15c7[235]]:_0xdefbx4[_0x15c7[235]]+_0xdefbx4[_0x15c7[117]],_0xdefbx4=_0xdefbxa[_0x15c7[2228]](_0xdefbx4),_0xdefbxa= new mxPoint(_0xdefbx2+(_0xdefbx13?-_0xdefbx5:_0xdefbx5),_0xdefbx3),_0xdefbx15= new mxPoint(_0xdefbx12+(_0xdefbx14?-_0xdefbx5:_0xdefbx5),_0xdefbx4),_0xdefbx13==_0xdefbx14?(_0xdefbx5=_0xdefbx13?Math[_0x15c7[243]](_0xdefbx2,_0xdefbx12)-_0xdefbx5:Math[_0x15c7[160]](_0xdefbx2,_0xdefbx12)+_0xdefbx5,_0xdefbx9[_0x15c7[207]]( new mxPoint(_0xdefbx5,_0xdefbx3)),_0xdefbx9[_0x15c7[207]]( new mxPoint(_0xdefbx5,_0xdefbx4))):(_0xdefbxa[_0x15c7[235]]<_0xdefbx15[_0x15c7[235]]==_0xdefbx13?(_0xdefbx5=_0xdefbx3+(_0xdefbx4-_0xdefbx3)/2,_0xdefbx9[_0x15c7[207]](_0xdefbxa),_0xdefbx9[_0x15c7[207]]( new mxPoint(_0xdefbxa[_0x15c7[235]],_0xdefbx5)),_0xdefbx9[_0x15c7[207]]( new mxPoint(_0xdefbx15[_0x15c7[235]],_0xdefbx5))):_0xdefbx9[_0x15c7[207]](_0xdefbxa),_0xdefbx9[_0x15c7[207]](_0xdefbx15)))},Loop:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){if(null!=_0xdefbx3){_0xdefbx4=_0xdefbx2[_0x15c7[441]];var _0xdefbxa=_0xdefbx4[_0x15c7[1179]];_0xdefbx5=null!=_0xdefbx5&&0<_0xdefbx5[_0x15c7[67]]?_0xdefbx5[0]:null;null!=_0xdefbx5&&(_0xdefbx5=_0xdefbx4[_0x15c7[2229]](_0xdefbx2,_0xdefbx5),mxUtils[_0x15c7[442]](_0xdefbx3,_0xdefbx5[_0x15c7[235]],_0xdefbx5[_0x15c7[236]])&&(_0xdefbx5=null));var _0xdefbx12=0,_0xdefbx13=0,_0xdefbx14=0,_0xdefbx15=0,_0xdefbxa=mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_SEGMENT,_0xdefbxa[_0x15c7[1020]])*_0xdefbx4[_0x15c7[255]];_0xdefbx2=mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_DIRECTION,mxConstants.DIRECTION_WEST);_0xdefbx2==mxConstants[_0x15c7[1358]]||_0xdefbx2==mxConstants[_0x15c7[1354]]?(_0xdefbx12=_0xdefbx4[_0x15c7[2230]](_0xdefbx3),_0xdefbx13=_0xdefbxa):(_0xdefbx14=_0xdefbx4[_0x15c7[2228]](_0xdefbx3),_0xdefbx15=_0xdefbxa);null==_0xdefbx5||_0xdefbx5[_0x15c7[235]]<_0xdefbx3[_0x15c7[235]]||_0xdefbx5[_0x15c7[235]]>_0xdefbx3[_0x15c7[235]]+_0xdefbx3[_0x15c7[117]]?null!=_0xdefbx5?(_0xdefbx12=_0xdefbx5[_0x15c7[235]],_0xdefbx15=Math[_0x15c7[160]](Math[_0x15c7[425]](_0xdefbx14-_0xdefbx5[_0x15c7[236]]),_0xdefbx15)):_0xdefbx2==mxConstants[_0x15c7[1358]]?_0xdefbx14=_0xdefbx3[_0x15c7[236]]-2*_0xdefbx13:_0xdefbx2==mxConstants[_0x15c7[1354]]?_0xdefbx14=_0xdefbx3[_0x15c7[236]]+_0xdefbx3[_0x15c7[119]]+2*_0xdefbx13:_0xdefbx12=_0xdefbx2==mxConstants[_0x15c7[1356]]?_0xdefbx3[_0x15c7[235]]-2*_0xdefbx15:_0xdefbx3[_0x15c7[235]]+_0xdefbx3[_0x15c7[117]]+2*_0xdefbx15:null!=_0xdefbx5&&(_0xdefbx12=_0xdefbx4[_0x15c7[2230]](_0xdefbx3),_0xdefbx13=Math[_0x15c7[160]](Math[_0x15c7[425]](_0xdefbx12-_0xdefbx5[_0x15c7[235]]),_0xdefbx15),_0xdefbx14=_0xdefbx5[_0x15c7[236]],_0xdefbx15=0);_0xdefbx9[_0x15c7[207]]( new mxPoint(_0xdefbx12-_0xdefbx13,_0xdefbx14-_0xdefbx15));_0xdefbx9[_0x15c7[207]]( new mxPoint(_0xdefbx12+_0xdefbx13,_0xdefbx14+_0xdefbx15))}},ElbowConnector:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){var _0xdefbxa=null!=_0xdefbx5&&0<_0xdefbx5[_0x15c7[67]]?_0xdefbx5[0]:null,_0xdefbx12=!1,_0xdefbx13=!1;if(null!=_0xdefbx3&&null!=_0xdefbx4){if(null!=_0xdefbxa){var _0xdefbx14=Math[_0x15c7[243]](_0xdefbx3[_0x15c7[235]],_0xdefbx4[_0x15c7[235]]),_0xdefbx15=Math[_0x15c7[160]](_0xdefbx3[_0x15c7[235]]+_0xdefbx3[_0x15c7[117]],_0xdefbx4[_0x15c7[235]]+_0xdefbx4[_0x15c7[117]]),_0xdefbx13=Math[_0x15c7[243]](_0xdefbx3[_0x15c7[236]],_0xdefbx4[_0x15c7[236]]),_0xdefbx16=Math[_0x15c7[160]](_0xdefbx3[_0x15c7[236]]+_0xdefbx3[_0x15c7[119]],_0xdefbx4[_0x15c7[236]]+_0xdefbx4[_0x15c7[119]]),_0xdefbxa=_0xdefbx2[_0x15c7[441]][_0x15c7[2229]](_0xdefbx2,_0xdefbxa),_0xdefbx12=_0xdefbxa[_0x15c7[236]]<_0xdefbx13||_0xdefbxa[_0x15c7[236]]>_0xdefbx16,_0xdefbx13=_0xdefbxa[_0x15c7[235]]<_0xdefbx14||_0xdefbxa[_0x15c7[235]]>_0xdefbx15}else {_0xdefbx14=Math[_0x15c7[160]](_0xdefbx3[_0x15c7[235]],_0xdefbx4[_0x15c7[235]]),_0xdefbx15=Math[_0x15c7[243]](_0xdefbx3[_0x15c7[235]]+_0xdefbx3[_0x15c7[117]],_0xdefbx4[_0x15c7[235]]+_0xdefbx4[_0x15c7[117]]),_0xdefbx12=_0xdefbx14==_0xdefbx15,_0xdefbx12||(_0xdefbx13=Math[_0x15c7[160]](_0xdefbx3[_0x15c7[236]],_0xdefbx4[_0x15c7[236]]),_0xdefbx16=Math[_0x15c7[243]](_0xdefbx3[_0x15c7[236]]+_0xdefbx3[_0x15c7[119]],_0xdefbx4[_0x15c7[236]]+_0xdefbx4[_0x15c7[119]]),_0xdefbx13=_0xdefbx13==_0xdefbx16)}};!_0xdefbx13&&(_0xdefbx12||_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2231]]]==mxConstants[_0x15c7[2232]])?mxEdgeStyle.TopToBottom(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9):mxEdgeStyle.SideToSide(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9)},SideToSide:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){var _0xdefbxa=_0xdefbx2[_0x15c7[441]];_0xdefbx5=null!=_0xdefbx5&&0<_0xdefbx5[_0x15c7[67]]?_0xdefbx5[0]:null;var _0xdefbx12=_0xdefbx2[_0x15c7[439]],_0xdefbx13=_0xdefbx12[0],_0xdefbx12=_0xdefbx12[_0xdefbx12[_0x15c7[67]]-1];null!=_0xdefbx5&&(_0xdefbx5=_0xdefbxa[_0x15c7[2229]](_0xdefbx2,_0xdefbx5));null!=_0xdefbx13&&(_0xdefbx3= new mxCellState,_0xdefbx3[_0x15c7[235]]=_0xdefbx13[_0x15c7[235]],_0xdefbx3[_0x15c7[236]]=_0xdefbx13[_0x15c7[236]]);null!=_0xdefbx12&&(_0xdefbx4= new mxCellState,_0xdefbx4[_0x15c7[235]]=_0xdefbx12[_0x15c7[235]],_0xdefbx4[_0x15c7[236]]=_0xdefbx12[_0x15c7[236]]);null!=_0xdefbx3&&null!=_0xdefbx4&&(_0xdefbx2=Math[_0x15c7[160]](_0xdefbx3[_0x15c7[235]],_0xdefbx4[_0x15c7[235]]),_0xdefbx13=Math[_0x15c7[243]](_0xdefbx3[_0x15c7[235]]+_0xdefbx3[_0x15c7[117]],_0xdefbx4[_0x15c7[235]]+_0xdefbx4[_0x15c7[117]]),_0xdefbx2=null!=_0xdefbx5?_0xdefbx5[_0x15c7[235]]:_0xdefbx13+(_0xdefbx2-_0xdefbx13)/2,_0xdefbx13=_0xdefbxa[_0x15c7[2228]](_0xdefbx3),_0xdefbxa=_0xdefbxa[_0x15c7[2228]](_0xdefbx4),null!=_0xdefbx5&&(_0xdefbx5[_0x15c7[236]]>=_0xdefbx3[_0x15c7[236]]&&_0xdefbx5[_0x15c7[236]]<=_0xdefbx3[_0x15c7[236]]+_0xdefbx3[_0x15c7[119]]&&(_0xdefbx13=_0xdefbx5[_0x15c7[236]]),_0xdefbx5[_0x15c7[236]]>=_0xdefbx4[_0x15c7[236]]&&_0xdefbx5[_0x15c7[236]]<=_0xdefbx4[_0x15c7[236]]+_0xdefbx4[_0x15c7[119]]&&(_0xdefbxa=_0xdefbx5[_0x15c7[236]])),!mxUtils[_0x15c7[442]](_0xdefbx4,_0xdefbx2,_0xdefbx13)&&!mxUtils[_0x15c7[442]](_0xdefbx3,_0xdefbx2,_0xdefbx13)&&_0xdefbx9[_0x15c7[207]]( new mxPoint(_0xdefbx2,_0xdefbx13)),!mxUtils[_0x15c7[442]](_0xdefbx4,_0xdefbx2,_0xdefbxa)&&!mxUtils[_0x15c7[442]](_0xdefbx3,_0xdefbx2,_0xdefbxa)&&_0xdefbx9[_0x15c7[207]]( new mxPoint(_0xdefbx2,_0xdefbxa)),1==_0xdefbx9[_0x15c7[67]]&&(null!=_0xdefbx5?!mxUtils[_0x15c7[442]](_0xdefbx4,_0xdefbx2,_0xdefbx5[_0x15c7[236]])&&!mxUtils[_0x15c7[442]](_0xdefbx3,_0xdefbx2,_0xdefbx5[_0x15c7[236]])&&_0xdefbx9[_0x15c7[207]]( new mxPoint(_0xdefbx2,_0xdefbx5[_0x15c7[236]])):(_0xdefbxa=Math[_0x15c7[160]](_0xdefbx3[_0x15c7[236]],_0xdefbx4[_0x15c7[236]]),_0xdefbx3=Math[_0x15c7[243]](_0xdefbx3[_0x15c7[236]]+_0xdefbx3[_0x15c7[119]],_0xdefbx4[_0x15c7[236]]+_0xdefbx4[_0x15c7[119]]),_0xdefbx9[_0x15c7[207]]( new mxPoint(_0xdefbx2,_0xdefbxa+(_0xdefbx3-_0xdefbxa)/2)))))},TopToBottom:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){var _0xdefbxa=_0xdefbx2[_0x15c7[441]];_0xdefbx5=null!=_0xdefbx5&&0<_0xdefbx5[_0x15c7[67]]?_0xdefbx5[0]:null;var _0xdefbx12=_0xdefbx2[_0x15c7[439]],_0xdefbx13=_0xdefbx12[0],_0xdefbx12=_0xdefbx12[_0xdefbx12[_0x15c7[67]]-1];null!=_0xdefbx5&&(_0xdefbx5=_0xdefbxa[_0x15c7[2229]](_0xdefbx2,_0xdefbx5));null!=_0xdefbx13&&(_0xdefbx3= new mxCellState,_0xdefbx3[_0x15c7[235]]=_0xdefbx13[_0x15c7[235]],_0xdefbx3[_0x15c7[236]]=_0xdefbx13[_0x15c7[236]]);null!=_0xdefbx12&&(_0xdefbx4= new mxCellState,_0xdefbx4[_0x15c7[235]]=_0xdefbx12[_0x15c7[235]],_0xdefbx4[_0x15c7[236]]=_0xdefbx12[_0x15c7[236]]);null!=_0xdefbx3&&null!=_0xdefbx4&&(_0xdefbx13=Math[_0x15c7[160]](_0xdefbx3[_0x15c7[236]],_0xdefbx4[_0x15c7[236]]),_0xdefbx12=Math[_0x15c7[243]](_0xdefbx3[_0x15c7[236]]+_0xdefbx3[_0x15c7[119]],_0xdefbx4[_0x15c7[236]]+_0xdefbx4[_0x15c7[119]]),_0xdefbx2=_0xdefbxa[_0x15c7[2230]](_0xdefbx3),null!=_0xdefbx5&&(_0xdefbx5[_0x15c7[235]]>=_0xdefbx3[_0x15c7[235]]&&_0xdefbx5[_0x15c7[235]]<=_0xdefbx3[_0x15c7[235]]+_0xdefbx3[_0x15c7[117]])&&(_0xdefbx2=_0xdefbx5[_0x15c7[235]]),_0xdefbx13=null!=_0xdefbx5?_0xdefbx5[_0x15c7[236]]:_0xdefbx12+(_0xdefbx13-_0xdefbx12)/2,!mxUtils[_0x15c7[442]](_0xdefbx4,_0xdefbx2,_0xdefbx13)&&!mxUtils[_0x15c7[442]](_0xdefbx3,_0xdefbx2,_0xdefbx13)&&_0xdefbx9[_0x15c7[207]]( new mxPoint(_0xdefbx2,_0xdefbx13)),_0xdefbx2=null!=_0xdefbx5&&_0xdefbx5[_0x15c7[235]]>=_0xdefbx4[_0x15c7[235]]&&_0xdefbx5[_0x15c7[235]]<=_0xdefbx4[_0x15c7[235]]+_0xdefbx4[_0x15c7[117]]?_0xdefbx5[_0x15c7[235]]:_0xdefbxa[_0x15c7[2230]](_0xdefbx4),!mxUtils[_0x15c7[442]](_0xdefbx4,_0xdefbx2,_0xdefbx13)&&!mxUtils[_0x15c7[442]](_0xdefbx3,_0xdefbx2,_0xdefbx13)&&_0xdefbx9[_0x15c7[207]]( new mxPoint(_0xdefbx2,_0xdefbx13)),1==_0xdefbx9[_0x15c7[67]]&&(null!=_0xdefbx5&&1==_0xdefbx9[_0x15c7[67]]?!mxUtils[_0x15c7[442]](_0xdefbx4,_0xdefbx5[_0x15c7[235]],_0xdefbx13)&&!mxUtils[_0x15c7[442]](_0xdefbx3,_0xdefbx5[_0x15c7[235]],_0xdefbx13)&&_0xdefbx9[_0x15c7[207]]( new mxPoint(_0xdefbx5[_0x15c7[235]],_0xdefbx13)):(_0xdefbxa=Math[_0x15c7[160]](_0xdefbx3[_0x15c7[235]],_0xdefbx4[_0x15c7[235]]),_0xdefbx3=Math[_0x15c7[243]](_0xdefbx3[_0x15c7[235]]+_0xdefbx3[_0x15c7[117]],_0xdefbx4[_0x15c7[235]]+_0xdefbx4[_0x15c7[117]]),_0xdefbx9[_0x15c7[207]]( new mxPoint(_0xdefbxa+(_0xdefbx3-_0xdefbxa)/2,_0xdefbx13)))))},SegmentConnector:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){var _0xdefbxa=_0xdefbx2[_0x15c7[439]],_0xdefbx12=!0,_0xdefbx13=null,_0xdefbx14=_0xdefbxa[0];null==_0xdefbx14&&null!=_0xdefbx3?_0xdefbx14= new mxPoint(_0xdefbx2[_0x15c7[441]][_0x15c7[2230]](_0xdefbx3),_0xdefbx2[_0x15c7[441]][_0x15c7[2228]](_0xdefbx3)):null!=_0xdefbx14&&(_0xdefbx14=_0xdefbx14[_0x15c7[238]]());var _0xdefbx15=_0xdefbxa[_0x15c7[67]]-1;if(null!=_0xdefbx5&&0<_0xdefbx5[_0x15c7[67]]){for(var _0xdefbx13=_0xdefbx2[_0x15c7[441]][_0x15c7[2229]](_0xdefbx2,_0xdefbx5[0]),_0xdefbx16=_0xdefbx3,_0xdefbx17=_0xdefbxa[0],_0xdefbx18=!1,_0xdefbx19=!1,_0xdefbx18=_0xdefbx13,_0xdefbx1a=_0xdefbx5[_0x15c7[67]],_0xdefbx1b=0;2>_0xdefbx1b;_0xdefbx1b++){var _0xdefbx1c=null!=_0xdefbx17&&_0xdefbx17[_0x15c7[235]]==_0xdefbx18[_0x15c7[235]],_0xdefbx1d=null!=_0xdefbx17&&_0xdefbx17[_0x15c7[236]]==_0xdefbx18[_0x15c7[236]],_0xdefbx1e=null!=_0xdefbx16&&_0xdefbx18[_0x15c7[236]]>=_0xdefbx16[_0x15c7[236]]&&_0xdefbx18[_0x15c7[236]]<=_0xdefbx16[_0x15c7[236]]+_0xdefbx16[_0x15c7[119]],_0xdefbx16=null!=_0xdefbx16&&_0xdefbx18[_0x15c7[235]]>=_0xdefbx16[_0x15c7[235]]&&_0xdefbx18[_0x15c7[235]]<=_0xdefbx16[_0x15c7[235]]+_0xdefbx16[_0x15c7[117]],_0xdefbx18=_0xdefbx1d||null==_0xdefbx17&&_0xdefbx1e,_0xdefbx19=_0xdefbx1c||null==_0xdefbx17&&_0xdefbx16;if(null!=_0xdefbx17&&!_0xdefbx1d&&!_0xdefbx1c&&(_0xdefbx1e||_0xdefbx16)){_0xdefbx12=_0xdefbx1e?!1:!0;break};if(_0xdefbx19||_0xdefbx18){_0xdefbx12=_0xdefbx18;1==_0xdefbx1b&&(_0xdefbx12=0==_0xdefbx5[_0x15c7[67]]%2?_0xdefbx18:_0xdefbx19);break};_0xdefbx16=_0xdefbx4;_0xdefbx17=_0xdefbxa[_0xdefbx15];_0xdefbx18=_0xdefbx2[_0x15c7[441]][_0x15c7[2229]](_0xdefbx2,_0xdefbx5[_0xdefbx1a-1])};_0xdefbx12&&(null!=_0xdefbxa[0]&&_0xdefbxa[0][_0x15c7[236]]!=_0xdefbx13[_0x15c7[236]]||null==_0xdefbxa[0]&&null!=_0xdefbx3&&(_0xdefbx13[_0x15c7[236]]<_0xdefbx3[_0x15c7[236]]||_0xdefbx13[_0x15c7[236]]>_0xdefbx3[_0x15c7[236]]+_0xdefbx3[_0x15c7[119]]))?_0xdefbx9[_0x15c7[207]]( new mxPoint(_0xdefbx14[_0x15c7[235]],_0xdefbx13[_0x15c7[236]])):!_0xdefbx12&&(null!=_0xdefbxa[0]&&_0xdefbxa[0][_0x15c7[235]]!=_0xdefbx13[_0x15c7[235]]||null==_0xdefbxa[0]&&null!=_0xdefbx3&&(_0xdefbx13[_0x15c7[235]]<_0xdefbx3[_0x15c7[235]]||_0xdefbx13[_0x15c7[235]]>_0xdefbx3[_0x15c7[235]]+_0xdefbx3[_0x15c7[117]]))&&_0xdefbx9[_0x15c7[207]]( new mxPoint(_0xdefbx13[_0x15c7[235]],_0xdefbx14[_0x15c7[236]]));_0xdefbx12?_0xdefbx14[_0x15c7[236]]=_0xdefbx13[_0x15c7[236]]:_0xdefbx14[_0x15c7[235]]=_0xdefbx13[_0x15c7[235]];for(_0xdefbx1b=0;_0xdefbx1b<_0xdefbx5[_0x15c7[67]];_0xdefbx1b++){_0xdefbx12= !_0xdefbx12,_0xdefbx13=_0xdefbx2[_0x15c7[441]][_0x15c7[2229]](_0xdefbx2,_0xdefbx5[_0xdefbx1b]),_0xdefbx12?_0xdefbx14[_0x15c7[236]]=_0xdefbx13[_0x15c7[236]]:_0xdefbx14[_0x15c7[235]]=_0xdefbx13[_0x15c7[235]],_0xdefbx9[_0x15c7[207]](_0xdefbx14[_0x15c7[238]]())}}else {_0xdefbx13=_0xdefbx14,_0xdefbx12= !0};_0xdefbx14=_0xdefbxa[_0xdefbx15];null==_0xdefbx14&&null!=_0xdefbx4&&(_0xdefbx14= new mxPoint(_0xdefbx2[_0x15c7[441]][_0x15c7[2230]](_0xdefbx4),_0xdefbx2[_0x15c7[441]][_0x15c7[2228]](_0xdefbx4)));_0xdefbx12&&(null!=_0xdefbxa[_0xdefbx15]&&_0xdefbxa[_0xdefbx15][_0x15c7[236]]!=_0xdefbx13[_0x15c7[236]]||null==_0xdefbxa[_0xdefbx15]&&null!=_0xdefbx4&&(_0xdefbx13[_0x15c7[236]]<_0xdefbx4[_0x15c7[236]]||_0xdefbx13[_0x15c7[236]]>_0xdefbx4[_0x15c7[236]]+_0xdefbx4[_0x15c7[119]]))?_0xdefbx9[_0x15c7[207]]( new mxPoint(_0xdefbx14[_0x15c7[235]],_0xdefbx13[_0x15c7[236]])):!_0xdefbx12&&(null!=_0xdefbxa[_0xdefbx15]&&_0xdefbxa[_0xdefbx15][_0x15c7[235]]!=_0xdefbx13[_0x15c7[235]]||null==_0xdefbxa[_0xdefbx15]&&null!=_0xdefbx4&&(_0xdefbx13[_0x15c7[235]]<_0xdefbx4[_0x15c7[235]]||_0xdefbx13[_0x15c7[235]]>_0xdefbx4[_0x15c7[235]]+_0xdefbx4[_0x15c7[117]]))&&_0xdefbx9[_0x15c7[207]]( new mxPoint(_0xdefbx13[_0x15c7[235]],_0xdefbx14[_0x15c7[236]]));if(null==_0xdefbxa[0]&&null!=_0xdefbx3){for(;1<_0xdefbx9[_0x15c7[67]]&&mxUtils[_0x15c7[442]](_0xdefbx3,_0xdefbx9[1][_0x15c7[235]],_0xdefbx9[1][_0x15c7[236]]);){_0xdefbx9=_0xdefbx9[_0x15c7[300]](1,1)}};if(null==_0xdefbxa[_0xdefbx15]&&null!=_0xdefbx4){for(;1<_0xdefbx9[_0x15c7[67]]&&mxUtils[_0x15c7[442]](_0xdefbx4,_0xdefbx9[_0xdefbx9[_0x15c7[67]]-1][_0x15c7[235]],_0xdefbx9[_0xdefbx9[_0x15c7[67]]-1][_0x15c7[236]]);){_0xdefbx9=_0xdefbx9[_0x15c7[300]](_0xdefbx9[_0x15c7[67]]-1,1)}}},orthBuffer:10,dirVectors:[[-1,0],[0,-1],[1,0],[0,1],[-1,0],[0,-1],[1,0]],wayPoints1:[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],routePatterns:[[[513,2308,2081,2562],[513,1090,514,2184,2114,2561],[513,1090,514,2564,2184,2562],[513,2308,2561,1090,514,2568,2308]],[[514,1057,513,2308,2081,2562],[514,2184,2114,2561],[514,2184,2562,1057,513,2564,2184],[514,1057,513,2568,2308,2561]],[[1090,514,1057,513,2308,2081,2562],[2114,2561],[1090,2562,1057,513,2564,2184],[1090,514,1057,513,2308,2561,2568]],[[2081,2562],[1057,513,1090,514,2184,2114,2561],[1057,513,1090,514,2184,2562,2564],[1057,2561,1090,514,2568,2308]]],inlineRoutePatterns:[[null,[2114,2568],null,null],[null,[514,2081,2114,2568],null,null],[null,[2114,2561],null,null],[[2081,2562],[1057,2114,2568],[2184,2562],null]],vertexSeperations:[],limits:[[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]],LEFT_MASK:32,TOP_MASK:64,RIGHT_MASK:128,BOTTOM_MASK:256,LEFT:1,TOP:2,RIGHT:4,BOTTOM:8,SIDE_MASK:480,CENTER_MASK:512,SOURCE_MASK:1024,TARGET_MASK:2048,VERTEX_MASK:3072,OrthConnector:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){var _0xdefbxa=_0xdefbx2[_0x15c7[441]][_0x15c7[1179]],_0xdefbx12=null==_0xdefbx3?!1:_0xdefbxa[_0x15c7[502]]()[_0x15c7[250]](_0xdefbx3[_0x15c7[246]]),_0xdefbxa=null==_0xdefbx4?!1:_0xdefbxa[_0x15c7[502]]()[_0x15c7[250]](_0xdefbx4[_0x15c7[246]]);if(null!=_0xdefbx5&&0<_0xdefbx5[_0x15c7[67]]||_0xdefbx12||_0xdefbxa){mxEdgeStyle.SegmentConnector(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9)}else {_0xdefbx5=_0xdefbx2[_0x15c7[439]];var _0xdefbx13=_0xdefbx5[0],_0xdefbx14=_0xdefbx5[_0xdefbx5[_0x15c7[67]]-1];_0xdefbx5=null!=_0xdefbx3?_0xdefbx3[_0x15c7[235]]:_0xdefbx13[_0x15c7[235]];var _0xdefbx12=null!=_0xdefbx3?_0xdefbx3[_0x15c7[236]]:_0xdefbx13[_0x15c7[236]],_0xdefbx15=null!=_0xdefbx3?_0xdefbx3[_0x15c7[117]]:1,_0xdefbx16=null!=_0xdefbx3?_0xdefbx3[_0x15c7[119]]:1,_0xdefbx17=null!=_0xdefbx4?_0xdefbx4[_0x15c7[235]]:_0xdefbx14[_0x15c7[235]],_0xdefbx18=null!=_0xdefbx4?_0xdefbx4[_0x15c7[236]]:_0xdefbx14[_0x15c7[236]],_0xdefbx19=null!=_0xdefbx4?_0xdefbx4[_0x15c7[117]]:1,_0xdefbx1a=null!=_0xdefbx4?_0xdefbx4[_0x15c7[119]]:1,_0xdefbxa=_0xdefbx2[_0x15c7[441]][_0x15c7[255]]*mxEdgeStyle[_0x15c7[2233]],_0xdefbx1b=[mxConstants[_0x15c7[2234]],mxConstants[_0x15c7[2234]]];null!=_0xdefbx3&&(_0xdefbx1b[0]=mxUtils[_0x15c7[2227]](_0xdefbx3,_0xdefbx2,!0,mxConstants.DIRECTION_MASK_ALL));null!=_0xdefbx4&&(_0xdefbx1b[1]=mxUtils[_0x15c7[2227]](_0xdefbx4,_0xdefbx2,!1,mxConstants.DIRECTION_MASK_ALL));_0xdefbx2=[0,0];_0xdefbx5=[[_0xdefbx5,_0xdefbx12,_0xdefbx15,_0xdefbx16],[_0xdefbx17,_0xdefbx18,_0xdefbx19,_0xdefbx1a]];for(_0xdefbx15=0;2>_0xdefbx15;_0xdefbx15++){mxEdgeStyle[_0x15c7[2235]][_0xdefbx15][1]=_0xdefbx5[_0xdefbx15][0]-_0xdefbxa,mxEdgeStyle[_0x15c7[2235]][_0xdefbx15][2]=_0xdefbx5[_0xdefbx15][1]-_0xdefbxa,mxEdgeStyle[_0x15c7[2235]][_0xdefbx15][4]=_0xdefbx5[_0xdefbx15][0]+_0xdefbx5[_0xdefbx15][2]+_0xdefbxa,mxEdgeStyle[_0x15c7[2235]][_0xdefbx15][8]=_0xdefbx5[_0xdefbx15][1]+_0xdefbx5[_0xdefbx15][3]+_0xdefbxa};_0xdefbx15=_0xdefbx5[0][0]+_0xdefbx5[0][2]/2-(_0xdefbx5[1][0]+_0xdefbx5[1][2]/2);_0xdefbx16=_0xdefbx5[0][1]+_0xdefbx5[0][3]/2-(_0xdefbx5[1][1]+_0xdefbx5[1][3]/2);_0xdefbx12=0;0>_0xdefbx15?_0xdefbx12=0>_0xdefbx16?2:1:0>=_0xdefbx16&&(_0xdefbx12=3,0==_0xdefbx15&&(_0xdefbx12=2));_0xdefbx16=null;null!=_0xdefbx3&&(_0xdefbx16=_0xdefbx13);_0xdefbx3=[[0.5,0.5],[0.5,0.5]];for(_0xdefbx15=0;2>_0xdefbx15;_0xdefbx15++){null!=_0xdefbx16&&(_0xdefbx3[_0xdefbx15][0]=(_0xdefbx16[_0x15c7[235]]-_0xdefbx5[_0xdefbx15][0])/_0xdefbx5[_0xdefbx15][2],0.01>_0xdefbx3[_0xdefbx15][0]?_0xdefbx2[_0xdefbx15]=mxConstants[_0x15c7[436]]:0.99<_0xdefbx3[_0xdefbx15][0]&&(_0xdefbx2[_0xdefbx15]=mxConstants[_0x15c7[438]]),_0xdefbx3[_0xdefbx15][1]=(_0xdefbx16[_0x15c7[236]]-_0xdefbx5[_0xdefbx15][1])/_0xdefbx5[_0xdefbx15][3],0.01>_0xdefbx3[_0xdefbx15][1]?_0xdefbx2[_0xdefbx15]=mxConstants[_0x15c7[435]]:0.99<_0xdefbx3[_0xdefbx15][1]&&(_0xdefbx2[_0xdefbx15]=mxConstants[_0x15c7[437]])),_0xdefbx16=null,null!=_0xdefbx4&&(_0xdefbx16=_0xdefbx14)};_0xdefbx15=_0xdefbx5[0][1]-(_0xdefbx5[1][1]+_0xdefbx5[1][3]);_0xdefbx16=_0xdefbx5[0][0]-(_0xdefbx5[1][0]+_0xdefbx5[1][2]);_0xdefbx17=_0xdefbx5[1][1]-(_0xdefbx5[0][1]+_0xdefbx5[0][3]);_0xdefbx18=_0xdefbx5[1][0]-(_0xdefbx5[0][0]+_0xdefbx5[0][2]);mxEdgeStyle[_0x15c7[2236]][1]=Math[_0x15c7[160]](_0xdefbx16-2*_0xdefbxa,0);mxEdgeStyle[_0x15c7[2236]][2]=Math[_0x15c7[160]](_0xdefbx15-2*_0xdefbxa,0);mxEdgeStyle[_0x15c7[2236]][4]=Math[_0x15c7[160]](_0xdefbx17-2*_0xdefbxa,0);mxEdgeStyle[_0x15c7[2236]][3]=Math[_0x15c7[160]](_0xdefbx18-2*_0xdefbxa,0);_0xdefbx4=[];_0xdefbx13=[];_0xdefbx14=[];_0xdefbx13[0]=_0xdefbx16>=_0xdefbx18?mxConstants[_0x15c7[436]]:mxConstants[_0x15c7[438]];_0xdefbx14[0]=_0xdefbx15>=_0xdefbx17?mxConstants[_0x15c7[435]]:mxConstants[_0x15c7[437]];_0xdefbx13[1]=mxUtils[_0x15c7[2237]](_0xdefbx13[0]);_0xdefbx14[1]=mxUtils[_0x15c7[2237]](_0xdefbx14[0]);_0xdefbx16=_0xdefbx16>=_0xdefbx18?_0xdefbx16:_0xdefbx18;_0xdefbx17=_0xdefbx15>=_0xdefbx17?_0xdefbx15:_0xdefbx17;_0xdefbx18=[[0,0],[0,0]];_0xdefbx19= !1;for(_0xdefbx15=0;2>_0xdefbx15;_0xdefbx15++){0==_0xdefbx2[_0xdefbx15]&&(0==(_0xdefbx13[_0xdefbx15]&_0xdefbx1b[_0xdefbx15])&&(_0xdefbx13[_0xdefbx15]=mxUtils[_0x15c7[2237]](_0xdefbx13[_0xdefbx15])),0==(_0xdefbx14[_0xdefbx15]&_0xdefbx1b[_0xdefbx15])&&(_0xdefbx14[_0xdefbx15]=mxUtils[_0x15c7[2237]](_0xdefbx14[_0xdefbx15])),_0xdefbx18[_0xdefbx15][0]=_0xdefbx14[_0xdefbx15],_0xdefbx18[_0xdefbx15][1]=_0xdefbx13[_0xdefbx15])};_0xdefbx17>2*_0xdefbxa&&_0xdefbx16>2*_0xdefbxa&&(0<(_0xdefbx13[0]&_0xdefbx1b[0])&&0<(_0xdefbx14[1]&_0xdefbx1b[1])?(_0xdefbx18[0][0]=_0xdefbx13[0],_0xdefbx18[0][1]=_0xdefbx14[0],_0xdefbx18[1][0]=_0xdefbx14[1],_0xdefbx18[1][1]=_0xdefbx13[1],_0xdefbx19= !0):0<(_0xdefbx14[0]&_0xdefbx1b[0])&&0<(_0xdefbx13[1]&_0xdefbx1b[1])&&(_0xdefbx18[0][0]=_0xdefbx14[0],_0xdefbx18[0][1]=_0xdefbx13[0],_0xdefbx18[1][0]=_0xdefbx13[1],_0xdefbx18[1][1]=_0xdefbx14[1],_0xdefbx19= !0));_0xdefbx17>2*_0xdefbxa&&!_0xdefbx19&&(_0xdefbx18[0][0]=_0xdefbx14[0],_0xdefbx18[0][1]=_0xdefbx13[0],_0xdefbx18[1][0]=_0xdefbx14[1],_0xdefbx18[1][1]=_0xdefbx13[1],_0xdefbx19= !0);_0xdefbx16>2*_0xdefbxa&&!_0xdefbx19&&(_0xdefbx18[0][0]=_0xdefbx13[0],_0xdefbx18[0][1]=_0xdefbx14[0],_0xdefbx18[1][0]=_0xdefbx13[1],_0xdefbx18[1][1]=_0xdefbx14[1]);for(_0xdefbx15=0;2>_0xdefbx15;_0xdefbx15++){if(0==_0xdefbx2[_0xdefbx15]&&(0==(_0xdefbx18[_0xdefbx15][0]&_0xdefbx1b[_0xdefbx15])&&(_0xdefbx18[_0xdefbx15][0]=_0xdefbx18[_0xdefbx15][1]),_0xdefbx4[_0xdefbx15]=_0xdefbx18[_0xdefbx15][0]&_0xdefbx1b[_0xdefbx15],_0xdefbx4[_0xdefbx15]|=(_0xdefbx18[_0xdefbx15][1]&_0xdefbx1b[_0xdefbx15])<<8,_0xdefbx4[_0xdefbx15]|=(_0xdefbx18[1-_0xdefbx15][_0xdefbx15]&_0xdefbx1b[_0xdefbx15])<<16,_0xdefbx4[_0xdefbx15]|=(_0xdefbx18[1-_0xdefbx15][1-_0xdefbx15]&_0xdefbx1b[_0xdefbx15])<<24,0==(_0xdefbx4[_0xdefbx15]&15)&&(_0xdefbx4[_0xdefbx15]<<=8),0==(_0xdefbx4[_0xdefbx15]&3840)&&(_0xdefbx4[_0xdefbx15]=_0xdefbx4[_0xdefbx15]&15|_0xdefbx4[_0xdefbx15]>>8),0==(_0xdefbx4[_0xdefbx15]&983040)&&(_0xdefbx4[_0xdefbx15]=_0xdefbx4[_0xdefbx15]&65535|(_0xdefbx4[_0xdefbx15]&251658240)>>8),_0xdefbx2[_0xdefbx15]=_0xdefbx4[_0xdefbx15]&15,_0xdefbx1b[_0xdefbx15]==mxConstants[_0x15c7[436]]||_0xdefbx1b[_0xdefbx15]==mxConstants[_0x15c7[435]]||_0xdefbx1b[_0xdefbx15]==mxConstants[_0x15c7[438]]||_0xdefbx1b[_0xdefbx15]==mxConstants[_0x15c7[437]])){_0xdefbx2[_0xdefbx15]=_0xdefbx1b[_0xdefbx15]}};_0xdefbx15=_0xdefbx2[0]==mxConstants[_0x15c7[438]]?3:_0xdefbx2[0];_0xdefbx1b=_0xdefbx2[1]==mxConstants[_0x15c7[438]]?3:_0xdefbx2[1];_0xdefbx15-=_0xdefbx12;_0xdefbx1b-=_0xdefbx12;1>_0xdefbx15&&(_0xdefbx15+=4);1>_0xdefbx1b&&(_0xdefbx1b+=4);_0xdefbx1b=mxEdgeStyle[_0x15c7[2238]][_0xdefbx15-1][_0xdefbx1b-1];mxEdgeStyle[_0x15c7[2239]][0][0]=_0xdefbx5[0][0];mxEdgeStyle[_0x15c7[2239]][0][1]=_0xdefbx5[0][1];switch(_0xdefbx2[0]){case mxConstants[_0x15c7[436]]:mxEdgeStyle[_0x15c7[2239]][0][0]-=_0xdefbxa;mxEdgeStyle[_0x15c7[2239]][0][1]+=_0xdefbx3[0][1]*_0xdefbx5[0][3];break;case mxConstants[_0x15c7[437]]:mxEdgeStyle[_0x15c7[2239]][0][0]+=_0xdefbx3[0][0]*_0xdefbx5[0][2];mxEdgeStyle[_0x15c7[2239]][0][1]+=_0xdefbx5[0][3]+_0xdefbxa;break;case mxConstants[_0x15c7[438]]:mxEdgeStyle[_0x15c7[2239]][0][0]+=_0xdefbx5[0][2]+_0xdefbxa;mxEdgeStyle[_0x15c7[2239]][0][1]+=_0xdefbx3[0][1]*_0xdefbx5[0][3];break;case mxConstants[_0x15c7[435]]:mxEdgeStyle[_0x15c7[2239]][0][0]+=_0xdefbx3[0][0]*_0xdefbx5[0][2],mxEdgeStyle[_0x15c7[2239]][0][1]-=_0xdefbxa};_0xdefbxa=0;_0xdefbx13=_0xdefbx4=0<(_0xdefbx2[0]&(mxConstants[_0x15c7[438]]|mxConstants[_0x15c7[436]]))?0:1;for(_0xdefbx15=_0xdefbx14=0;_0xdefbx15<_0xdefbx1b[_0x15c7[67]];_0xdefbx15++){_0xdefbx14=_0xdefbx1b[_0xdefbx15]&15;_0xdefbx1a=_0xdefbx14==mxConstants[_0x15c7[438]]?3:_0xdefbx14;_0xdefbx1a+=_0xdefbx12;4<_0xdefbx1a&&(_0xdefbx1a-=4);_0xdefbx16=mxEdgeStyle[_0x15c7[2240]][_0xdefbx1a-1];_0xdefbx14=0<_0xdefbx1a%2?0:1;_0xdefbx14!=_0xdefbx4&&(_0xdefbxa++,mxEdgeStyle[_0x15c7[2239]][_0xdefbxa][0]=mxEdgeStyle[_0x15c7[2239]][_0xdefbxa-1][0],mxEdgeStyle[_0x15c7[2239]][_0xdefbxa][1]=mxEdgeStyle[_0x15c7[2239]][_0xdefbxa-1][1]);var _0xdefbx1c=0<(_0xdefbx1b[_0xdefbx15]&mxEdgeStyle[_0x15c7[2241]]),_0xdefbx19=0<(_0xdefbx1b[_0xdefbx15]&mxEdgeStyle[_0x15c7[2242]]),_0xdefbx17=(_0xdefbx1b[_0xdefbx15]&mxEdgeStyle[_0x15c7[2243]])>>5,_0xdefbx17=_0xdefbx17<<_0xdefbx12;15<_0xdefbx17&&(_0xdefbx17>>=4);_0xdefbx18=0<(_0xdefbx1b[_0xdefbx15]&mxEdgeStyle[_0x15c7[2244]]);(_0xdefbx19||_0xdefbx1c)&&9>_0xdefbx17?(_0xdefbx1a=0,_0xdefbx19=_0xdefbx19?0:1,_0xdefbx1a=_0xdefbx18&&0==_0xdefbx14?_0xdefbx5[_0xdefbx19][0]+_0xdefbx3[_0xdefbx19][0]*_0xdefbx5[_0xdefbx19][2]:_0xdefbx18?_0xdefbx5[_0xdefbx19][1]+_0xdefbx3[_0xdefbx19][1]*_0xdefbx5[_0xdefbx19][3]:mxEdgeStyle[_0x15c7[2235]][_0xdefbx19][_0xdefbx17],0==_0xdefbx14?(_0xdefbx17=(_0xdefbx1a-mxEdgeStyle[_0x15c7[2239]][_0xdefbxa][0])*_0xdefbx16[0],0<_0xdefbx17&&(mxEdgeStyle[_0x15c7[2239]][_0xdefbxa][0]+=_0xdefbx16[0]*_0xdefbx17)):(_0xdefbx17=(_0xdefbx1a-mxEdgeStyle[_0x15c7[2239]][_0xdefbxa][1])*_0xdefbx16[1],0<_0xdefbx17&&(mxEdgeStyle[_0x15c7[2239]][_0xdefbxa][1]+=_0xdefbx16[1]*_0xdefbx17))):_0xdefbx18&&(mxEdgeStyle[_0x15c7[2239]][_0xdefbxa][0]+=_0xdefbx16[0]*Math[_0x15c7[425]](mxEdgeStyle[_0x15c7[2236]][_0xdefbx1a]/2),mxEdgeStyle[_0x15c7[2239]][_0xdefbxa][1]+=_0xdefbx16[1]*Math[_0x15c7[425]](mxEdgeStyle[_0x15c7[2236]][_0xdefbx1a]/2));0<_0xdefbxa&&mxEdgeStyle[_0x15c7[2239]][_0xdefbxa][_0xdefbx14]==mxEdgeStyle[_0x15c7[2239]][_0xdefbxa-1][_0xdefbx14]?_0xdefbxa--:_0xdefbx4=_0xdefbx14};for(_0xdefbx15=0;_0xdefbx15<=_0xdefbxa&& !(_0xdefbx15==_0xdefbxa&&((0<(_0xdefbx2[1]&(mxConstants[_0x15c7[438]]|mxConstants[_0x15c7[436]]))?0:1)==_0xdefbx13?0:1)!=(_0xdefbxa+1)%2);_0xdefbx15++){_0xdefbx9[_0x15c7[207]]( new mxPoint(mxEdgeStyle[_0x15c7[2239]][_0xdefbx15][0],mxEdgeStyle[_0x15c7[2239]][_0xdefbx15][1]))}}},getRoutePattern:function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){var _0xdefbx9=_0xdefbx2[0]==mxConstants[_0x15c7[438]]?3:_0xdefbx2[0];_0xdefbx2=_0xdefbx2[1]==mxConstants[_0x15c7[438]]?3:_0xdefbx2[1];_0xdefbx9-=_0xdefbx3;_0xdefbx2-=_0xdefbx3;1>_0xdefbx9&&(_0xdefbx9+=4);1>_0xdefbx2&&(_0xdefbx2+=4);_0xdefbx3=routePatterns[_0xdefbx9-1][_0xdefbx2-1];if(0==_0xdefbx4||0==_0xdefbx5){null!=inlineRoutePatterns[_0xdefbx9-1][_0xdefbx2-1]&&(_0xdefbx3=inlineRoutePatterns[_0xdefbx9-1][_0xdefbx2-1])};return _0xdefbx3}},mxStyleRegistry={values:[],putValue:function(_0xdefbx2,_0xdefbx3){mxStyleRegistry[_0x15c7[2245]][_0xdefbx2]=_0xdefbx3},getValue:function(_0xdefbx2){return mxStyleRegistry[_0x15c7[2245]][_0xdefbx2]},getName:function(_0xdefbx2){for(var _0xdefbx3 in mxStyleRegistry[_0x15c7[2245]]){if(mxStyleRegistry[_0x15c7[2245]][_0xdefbx3]==_0xdefbx2){return _0xdefbx3}};return null}};mxStyleRegistry[_0x15c7[2246]](mxConstants.EDGESTYLE_ELBOW,mxEdgeStyle.ElbowConnector);mxStyleRegistry[_0x15c7[2246]](mxConstants.EDGESTYLE_ENTITY_RELATION,mxEdgeStyle.EntityRelation);mxStyleRegistry[_0x15c7[2246]](mxConstants.EDGESTYLE_LOOP,mxEdgeStyle.Loop);mxStyleRegistry[_0x15c7[2246]](mxConstants.EDGESTYLE_SIDETOSIDE,mxEdgeStyle.SideToSide);mxStyleRegistry[_0x15c7[2246]](mxConstants.EDGESTYLE_TOPTOBOTTOM,mxEdgeStyle.TopToBottom);mxStyleRegistry[_0x15c7[2246]](mxConstants.EDGESTYLE_ORTHOGONAL,mxEdgeStyle.OrthConnector);mxStyleRegistry[_0x15c7[2246]](mxConstants.EDGESTYLE_SEGMENT,mxEdgeStyle.SegmentConnector);mxStyleRegistry[_0x15c7[2246]](mxConstants.PERIMETER_ELLIPSE,mxPerimeter.EllipsePerimeter);mxStyleRegistry[_0x15c7[2246]](mxConstants.PERIMETER_RECTANGLE,mxPerimeter.RectanglePerimeter);mxStyleRegistry[_0x15c7[2246]](mxConstants.PERIMETER_RHOMBUS,mxPerimeter.RhombusPerimeter);mxStyleRegistry[_0x15c7[2246]](mxConstants.PERIMETER_TRIANGLE,mxPerimeter.TrianglePerimeter);function mxGraphView(_0xdefbx2){this[_0x15c7[1179]]=_0xdefbx2;this[_0x15c7[513]]= new mxPoint;this[_0x15c7[2247]]= new mxRectangle;this[_0x15c7[1214]]= new mxDictionary}mxGraphView[_0x15c7[202]]= new mxEventSource;mxGraphView[_0x15c7[202]][_0x15c7[196]]=mxGraphView;mxGraphView[_0x15c7[202]][_0x15c7[2248]]= new mxPoint;mxGraphView[_0x15c7[202]][_0x15c7[2091]]=_0x15c7[130]!=mxClient[_0x15c7[90]]?_0x15c7[819]:_0x15c7[110];mxGraphView[_0x15c7[202]][_0x15c7[2249]]=_0x15c7[130]!=mxClient[_0x15c7[90]]?_0x15c7[2250]:_0x15c7[110];mxGraphView[_0x15c7[202]][_0x15c7[2251]]= !1;mxGraphView[_0x15c7[202]][_0x15c7[2252]]= !0;mxGraphView[_0x15c7[202]][_0x15c7[2253]]= !0;mxGraphView[_0x15c7[202]][_0x15c7[2254]]= !0;mxGraphView[_0x15c7[202]][_0x15c7[1179]]=null;mxGraphView[_0x15c7[202]][_0x15c7[1741]]=null;mxGraphView[_0x15c7[202]][_0x15c7[2247]]=null;mxGraphView[_0x15c7[202]][_0x15c7[255]]=1;mxGraphView[_0x15c7[202]][_0x15c7[513]]=null;mxGraphView[_0x15c7[202]][_0x15c7[2255]]= !1;mxGraphView[_0x15c7[202]][_0x15c7[517]]=function(){return this[_0x15c7[2247]]};mxGraphView[_0x15c7[202]][_0x15c7[2256]]=function(_0xdefbx2){this[_0x15c7[2247]]=_0xdefbx2};mxGraphView[_0x15c7[202]][_0x15c7[1799]]=function(_0xdefbx2){var _0xdefbx3=null;if(null!=_0xdefbx2&&0<_0xdefbx2[_0x15c7[67]]){for(var _0xdefbx4=this[_0x15c7[1179]][_0x15c7[502]](),_0xdefbx5=0;_0xdefbx5<_0xdefbx2[_0x15c7[67]];_0xdefbx5++){if(_0xdefbx4[_0x15c7[1193]](_0xdefbx2[_0xdefbx5])||_0xdefbx4[_0x15c7[250]](_0xdefbx2[_0xdefbx5])){var _0xdefbx9=this[_0x15c7[248]](_0xdefbx2[_0xdefbx5]);null!=_0xdefbx9&&(null==_0xdefbx3?_0xdefbx3= new mxRectangle(_0xdefbx9[_0x15c7[235]],_0xdefbx9[_0x15c7[236]],_0xdefbx9[_0x15c7[117]],_0xdefbx9[_0x15c7[119]]):_0xdefbx3[_0x15c7[99]](_0xdefbx9))}}};return _0xdefbx3};mxGraphView[_0x15c7[202]][_0x15c7[2257]]=function(_0xdefbx2){if(this[_0x15c7[1741]]!=_0xdefbx2){var _0xdefbx3= new mxCurrentRootChange(this,_0xdefbx2);_0xdefbx3[_0x15c7[350]]();var _0xdefbx4= new mxUndoableEdit(this,!1);_0xdefbx4[_0x15c7[99]](_0xdefbx3);this[_0x15c7[746]]( new mxEventObject(mxEvent.UNDO,_0x15c7[1061],_0xdefbx4));this[_0x15c7[1179]][_0x15c7[2258]]()};return _0xdefbx2};mxGraphView[_0x15c7[202]][_0x15c7[829]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=this[_0x15c7[255]],_0xdefbx9= new mxPoint(this[_0x15c7[513]][_0x15c7[235]],this[_0x15c7[513]][_0x15c7[236]]);if(this[_0x15c7[255]]!=_0xdefbx2||this[_0x15c7[513]][_0x15c7[235]]!=_0xdefbx3||this[_0x15c7[513]][_0x15c7[236]]!=_0xdefbx4){this[_0x15c7[255]]=_0xdefbx2,this[_0x15c7[513]][_0x15c7[235]]=_0xdefbx3,this[_0x15c7[513]][_0x15c7[236]]=_0xdefbx4,this[_0x15c7[503]]()&&(this[_0x15c7[2259]](),this[_0x15c7[1179]][_0x15c7[2258]]())};this[_0x15c7[746]]( new mxEventObject(mxEvent.SCALE_AND_TRANSLATE,_0x15c7[255],_0xdefbx2,_0x15c7[2260],_0xdefbx5,_0x15c7[513],this[_0x15c7[513]],_0x15c7[2261],_0xdefbx9))};mxGraphView[_0x15c7[202]][_0x15c7[518]]=function(){return this[_0x15c7[255]]};mxGraphView[_0x15c7[202]][_0x15c7[2262]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[255]];this[_0x15c7[255]]!=_0xdefbx2&&(this[_0x15c7[255]]=_0xdefbx2,this[_0x15c7[503]]()&&(this[_0x15c7[2259]](),this[_0x15c7[1179]][_0x15c7[2258]]()));this[_0x15c7[746]]( new mxEventObject(mxEvent.SCALE,_0x15c7[255],_0xdefbx2,_0x15c7[2260],_0xdefbx3))};mxGraphView[_0x15c7[202]][_0x15c7[512]]=function(){return this[_0x15c7[513]]};mxGraphView[_0x15c7[202]][_0x15c7[1147]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4= new mxPoint(this[_0x15c7[513]][_0x15c7[235]],this[_0x15c7[513]][_0x15c7[236]]);if(this[_0x15c7[513]][_0x15c7[235]]!=_0xdefbx2||this[_0x15c7[513]][_0x15c7[236]]!=_0xdefbx3){this[_0x15c7[513]][_0x15c7[235]]=_0xdefbx2,this[_0x15c7[513]][_0x15c7[236]]=_0xdefbx3,this[_0x15c7[503]]()&&(this[_0x15c7[2259]](),this[_0x15c7[1179]][_0x15c7[2258]]())};this[_0x15c7[746]]( new mxEventObject(mxEvent.TRANSLATE,_0x15c7[513],this[_0x15c7[513]],_0x15c7[2261],_0xdefbx4))};mxGraphView[_0x15c7[202]][_0x15c7[802]]=function(){null!=this[_0x15c7[1741]]&&this[_0x15c7[200]]();this[_0x15c7[2259]]()};mxGraphView[_0x15c7[202]][_0x15c7[2259]]=function(){this[_0x15c7[2263]]();this[_0x15c7[2264]]()};mxGraphView[_0x15c7[202]][_0x15c7[200]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=this[_0x15c7[1179]][_0x15c7[502]]();_0xdefbx2=_0xdefbx2||_0xdefbx5[_0x15c7[501]]();_0xdefbx3=null!=_0xdefbx3?_0xdefbx3:!1;_0xdefbx4=null!=_0xdefbx4?_0xdefbx4:!0;this[_0x15c7[2265]](_0xdefbx2);if(_0xdefbx4&&(_0xdefbx3||_0xdefbx2!=this[_0x15c7[1741]])){_0xdefbx4=_0xdefbx5[_0x15c7[262]](_0xdefbx2);for(var _0xdefbx9=0;_0xdefbx9<_0xdefbx4;_0xdefbx9++){this[_0x15c7[200]](_0xdefbx5[_0x15c7[263]](_0xdefbx2,_0xdefbx9),_0xdefbx3)}}else {this[_0x15c7[2263]](_0xdefbx2)}};mxGraphView[_0x15c7[202]][_0x15c7[2263]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){var _0xdefbx9=this[_0x15c7[1179]][_0x15c7[502]]();_0xdefbx2=_0xdefbx2||_0xdefbx9[_0x15c7[501]]();_0xdefbx3=null!=_0xdefbx3?_0xdefbx3:!0;_0xdefbx4=null!=_0xdefbx4?_0xdefbx4:!0;_0xdefbx5=null!=_0xdefbx5?_0xdefbx5:!1;var _0xdefbxa=this[_0x15c7[248]](_0xdefbx2);null!=_0xdefbxa&&(_0xdefbxa[_0x15c7[2080]]= !0,_0xdefbx5&&(_0xdefbxa[_0x15c7[2082]]= !0));if(_0xdefbx3){for(var _0xdefbx12=_0xdefbx9[_0x15c7[262]](_0xdefbx2),_0xdefbxa=0;_0xdefbxa<_0xdefbx12;_0xdefbxa++){var _0xdefbx13=_0xdefbx9[_0x15c7[263]](_0xdefbx2,_0xdefbxa);this[_0x15c7[2263]](_0xdefbx13,_0xdefbx3,_0xdefbx4,_0xdefbx5)}};if(_0xdefbx4){_0xdefbx5=_0xdefbx9[_0x15c7[1707]](_0xdefbx2);for(_0xdefbxa=0;_0xdefbxa<_0xdefbx5;_0xdefbxa++){this[_0x15c7[2263]](_0xdefbx9[_0x15c7[1708]](_0xdefbx2,_0xdefbxa),_0xdefbx3,_0xdefbx4)}}};mxGraphView[_0x15c7[202]][_0x15c7[2264]]=function(_0xdefbx2){var _0xdefbx3=mxLog[_0x15c7[2109]](_0x15c7[2266]);window[_0x15c7[879]]=mxResources[_0x15c7[203]](this[_0x15c7[2249]])||this[_0x15c7[2249]];var _0xdefbx4=null;if(this[_0x15c7[2253]]&&null!=this[_0x15c7[510]]&&null==this[_0x15c7[1653]]&&(8==document[_0x15c7[5]]||mxClient[_0x15c7[496]])){_0xdefbx4=this[_0x15c7[510]][_0x15c7[124]][_0x15c7[495]];this[_0x15c7[510]][_0x15c7[124]][_0x15c7[495]]=_0x15c7[130];var _0xdefbx5=document[_0x15c7[55]](_0x15c7[485]);_0xdefbx5[_0x15c7[124]][_0x15c7[491]]=_0x15c7[492];_0xdefbx5[_0x15c7[124]][_0x15c7[493]]=_0x15c7[494];_0xdefbx5[_0x15c7[124]][_0x15c7[187]]=_0x15c7[188];_0xdefbx5[_0x15c7[124]][_0x15c7[495]]=mxClient[_0x15c7[496]]?_0x15c7[497]:_0x15c7[498];_0xdefbx5[_0x15c7[124]][_0x15c7[499]]=_0x15c7[500];document[_0x15c7[112]][_0x15c7[62]](_0xdefbx5);this[_0x15c7[1653]]=_0xdefbx5};_0xdefbx2=_0xdefbx2||(null!=this[_0x15c7[1741]]?this[_0x15c7[1741]]:this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[501]]());this[_0x15c7[2267]](null,_0xdefbx2);_0xdefbx2=this[_0x15c7[2268]](null,_0xdefbx2);null==_0xdefbx2&&(_0xdefbx2= new mxRectangle);this[_0x15c7[2256]](_0xdefbx2);this[_0x15c7[2269]]();null!=_0xdefbx4&&(this[_0x15c7[510]][_0x15c7[124]][_0x15c7[495]]=_0xdefbx4,document[_0x15c7[112]][_0x15c7[266]](this[_0x15c7[1653]]),this[_0x15c7[1653]]=null);window[_0x15c7[879]]=mxResources[_0x15c7[203]](this[_0x15c7[2091]])||this[_0x15c7[2091]];mxLog[_0x15c7[2110]](_0x15c7[2266],_0xdefbx3)};mxGraphView[_0x15c7[202]][_0x15c7[2270]]=function(_0xdefbx2){return new mxRectangleShape(_0xdefbx2,_0x15c7[1391],_0x15c7[586])};mxGraphView[_0x15c7[202]][_0x15c7[2269]]=function(){var _0xdefbx2=this[_0x15c7[1179]][_0x15c7[2271]]();if(null!=_0xdefbx2){if(null==this[_0x15c7[1617]]||this[_0x15c7[1617]][_0x15c7[618]]!=_0xdefbx2[_0x15c7[390]]){null!=this[_0x15c7[1617]]&&this[_0x15c7[1617]][_0x15c7[515]]();var _0xdefbx3= new mxRectangle(0,0,1,1);this[_0x15c7[1617]]= new mxImageShape(_0xdefbx3,_0xdefbx2[_0x15c7[390]]);this[_0x15c7[1617]][_0x15c7[507]]=this[_0x15c7[1179]][_0x15c7[507]];this[_0x15c7[1617]][_0x15c7[176]](this[_0x15c7[2053]]);this[_0x15c7[1617]][_0x15c7[258]]()};this[_0x15c7[2272]](this[_0x15c7[1617]],_0xdefbx2)}else {null!=this[_0x15c7[1617]]&&(this[_0x15c7[1617]][_0x15c7[515]](),this[_0x15c7[1617]]=null)};this[_0x15c7[1179]][_0x15c7[2273]]?(_0xdefbx3=this[_0x15c7[2274]](),null==this[_0x15c7[2275]]?(this[_0x15c7[2275]]=this[_0x15c7[2270]](_0xdefbx3),this[_0x15c7[2275]][_0x15c7[255]]=this[_0x15c7[255]],this[_0x15c7[2275]][_0x15c7[1596]]= !0,this[_0x15c7[2275]][_0x15c7[507]]=this[_0x15c7[1179]][_0x15c7[507]],this[_0x15c7[2275]][_0x15c7[176]](this[_0x15c7[2053]]),this[_0x15c7[2275]][_0x15c7[258]](),mxEvent[_0x15c7[169]](this[_0x15c7[2275]][_0x15c7[252]],_0x15c7[760],mxUtils[_0x15c7[885]](this,function(_0xdefbx2){this[_0x15c7[1179]][_0x15c7[761]](_0xdefbx2)})),mxEvent[_0x15c7[759]](this[_0x15c7[2275]][_0x15c7[252]],mxUtils[_0x15c7[885]](this,function(_0xdefbx2){this[_0x15c7[1179]][_0x15c7[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0xdefbx2))}),mxUtils[_0x15c7[885]](this,function(_0xdefbx2){null!=this[_0x15c7[1179]][_0x15c7[2276]]&&this[_0x15c7[1179]][_0x15c7[2276]][_0x15c7[2277]]()&&this[_0x15c7[1179]][_0x15c7[2276]][_0x15c7[801]]();this[_0x15c7[1179]][_0x15c7[1009]]&&!mxEvent[_0x15c7[721]](_0xdefbx2)&&this[_0x15c7[1179]][_0x15c7[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0xdefbx2))}),mxUtils[_0x15c7[885]](this,function(_0xdefbx2){this[_0x15c7[1179]][_0x15c7[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0xdefbx2))}))):(this[_0x15c7[2275]][_0x15c7[255]]=this[_0x15c7[255]],this[_0x15c7[2275]][_0x15c7[1562]]=_0xdefbx3,this[_0x15c7[2275]][_0x15c7[258]]())):null!=this[_0x15c7[2275]]&&(this[_0x15c7[2275]][_0x15c7[515]](),this[_0x15c7[2275]]=null)};mxGraphView[_0x15c7[202]][_0x15c7[2274]]=function(){var _0xdefbx2=this[_0x15c7[1179]][_0x15c7[2013]],_0xdefbx3=this[_0x15c7[255]]*this[_0x15c7[1179]][_0x15c7[2012]];return new mxRectangle(this[_0x15c7[255]]*this[_0x15c7[513]][_0x15c7[235]],this[_0x15c7[255]]*this[_0x15c7[513]][_0x15c7[236]],_0xdefbx2[_0x15c7[117]]*_0xdefbx3,_0xdefbx2[_0x15c7[119]]*_0xdefbx3)};mxGraphView[_0x15c7[202]][_0x15c7[2272]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx2[_0x15c7[255]]=this[_0x15c7[255]];_0xdefbx2[_0x15c7[1562]][_0x15c7[235]]=this[_0x15c7[255]]*this[_0x15c7[513]][_0x15c7[235]];_0xdefbx2[_0x15c7[1562]][_0x15c7[236]]=this[_0x15c7[255]]*this[_0x15c7[513]][_0x15c7[236]];_0xdefbx2[_0x15c7[1562]][_0x15c7[117]]=this[_0x15c7[255]]*_0xdefbx3[_0x15c7[117]];_0xdefbx2[_0x15c7[1562]][_0x15c7[119]]=this[_0x15c7[255]]*_0xdefbx3[_0x15c7[119]];_0xdefbx2[_0x15c7[258]]()};mxGraphView[_0x15c7[202]][_0x15c7[2267]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[1179]][_0x15c7[502]](),_0xdefbx5=this[_0x15c7[248]](_0xdefbx3,!0);if(null!=_0xdefbx5&&_0xdefbx5[_0x15c7[2080]]){if(this[_0x15c7[1179]][_0x15c7[1714]](_0xdefbx3)){if(_0xdefbx3!=this[_0x15c7[1741]]&&null!=_0xdefbx2){_0xdefbx5[_0x15c7[2079]][_0x15c7[235]]=0;_0xdefbx5[_0x15c7[2079]][_0x15c7[236]]=0;_0xdefbx5[_0x15c7[2078]][_0x15c7[235]]=_0xdefbx2[_0x15c7[2078]][_0x15c7[235]];_0xdefbx5[_0x15c7[2078]][_0x15c7[236]]=_0xdefbx2[_0x15c7[2078]][_0x15c7[236]];var _0xdefbx9=this[_0x15c7[1179]][_0x15c7[1198]](_0xdefbx3);if(null!=_0xdefbx9){if(!_0xdefbx4[_0x15c7[250]](_0xdefbx3)){var _0xdefbxa=_0xdefbx9[_0x15c7[1368]]||this[_0x15c7[2248]];_0xdefbx9[_0x15c7[1500]]?(_0xdefbx5[_0x15c7[2078]][_0x15c7[235]]+=_0xdefbx9[_0x15c7[235]]*_0xdefbx2[_0x15c7[117]]/this[_0x15c7[255]]+_0xdefbxa[_0x15c7[235]],_0xdefbx5[_0x15c7[2078]][_0x15c7[236]]+=_0xdefbx9[_0x15c7[236]]*_0xdefbx2[_0x15c7[119]]/this[_0x15c7[255]]+_0xdefbxa[_0x15c7[236]]):(_0xdefbx5[_0x15c7[2079]][_0x15c7[235]]=this[_0x15c7[255]]*_0xdefbxa[_0x15c7[235]],_0xdefbx5[_0x15c7[2079]][_0x15c7[236]]=this[_0x15c7[255]]*_0xdefbxa[_0x15c7[236]],_0xdefbx5[_0x15c7[2078]][_0x15c7[235]]+=_0xdefbx9[_0x15c7[235]],_0xdefbx5[_0x15c7[2078]][_0x15c7[236]]+=_0xdefbx9[_0x15c7[236]])};_0xdefbx5[_0x15c7[235]]=this[_0x15c7[255]]*(this[_0x15c7[513]][_0x15c7[235]]+_0xdefbx5[_0x15c7[2078]][_0x15c7[235]]);_0xdefbx5[_0x15c7[236]]=this[_0x15c7[255]]*(this[_0x15c7[513]][_0x15c7[236]]+_0xdefbx5[_0x15c7[2078]][_0x15c7[236]]);_0xdefbx5[_0x15c7[117]]=this[_0x15c7[255]]*_0xdefbx9[_0x15c7[117]];_0xdefbx5[_0x15c7[119]]=this[_0x15c7[255]]*_0xdefbx9[_0x15c7[119]];if(_0xdefbx4[_0x15c7[1193]](_0xdefbx3)){if(_0xdefbx9[_0x15c7[1500]]&&(_0xdefbxa=mxUtils[_0x15c7[431]](_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2278]]]||_0x15c7[468]),0!=_0xdefbxa)){var _0xdefbx9=Math[_0x15c7[426]](_0xdefbxa),_0xdefbxa=Math[_0x15c7[427]](_0xdefbxa),_0xdefbx12= new mxPoint(_0xdefbx5[_0x15c7[241]](),_0xdefbx5[_0x15c7[242]]()),_0xdefbx13= new mxPoint(_0xdefbx2[_0x15c7[241]](),_0xdefbx2[_0x15c7[242]]()),_0xdefbx9=mxUtils[_0x15c7[432]](_0xdefbx12,_0xdefbx9,_0xdefbxa,_0xdefbx13);_0xdefbx5[_0x15c7[235]]=_0xdefbx9[_0x15c7[235]]-_0xdefbx5[_0x15c7[117]]/2;_0xdefbx5[_0x15c7[236]]=_0xdefbx9[_0x15c7[236]]-_0xdefbx5[_0x15c7[119]]/2};this[_0x15c7[2279]](_0xdefbx5)}}}}else {this[_0x15c7[2265]](_0xdefbx3)};_0xdefbxa=this[_0x15c7[1179]][_0x15c7[2280]](_0xdefbx3);null!=_0xdefbxa&&(_0xdefbx5[_0x15c7[2078]][_0x15c7[235]]+=_0xdefbxa[_0x15c7[235]],_0xdefbx5[_0x15c7[2078]][_0x15c7[236]]+=_0xdefbxa[_0x15c7[236]])};if(null!=_0xdefbx5&&(!this[_0x15c7[1179]][_0x15c7[1742]](_0xdefbx3)||_0xdefbx3==this[_0x15c7[1741]])){_0xdefbx9=_0xdefbx4[_0x15c7[262]](_0xdefbx3);for(_0xdefbxa=0;_0xdefbxa<_0xdefbx9;_0xdefbxa++){_0xdefbx12=_0xdefbx4[_0x15c7[263]](_0xdefbx3,_0xdefbxa),this[_0x15c7[2267]](_0xdefbx5,_0xdefbx12)}}};mxGraphView[_0x15c7[202]][_0x15c7[2279]]=function(_0xdefbx2){var _0xdefbx3=mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_LABEL_POSITION,mxConstants.ALIGN_CENTER);_0xdefbx3==mxConstants[_0x15c7[2132]]?_0xdefbx2[_0x15c7[2079]][_0x15c7[235]]-=_0xdefbx2[_0x15c7[117]]:_0xdefbx3==mxConstants[_0x15c7[480]]&&(_0xdefbx2[_0x15c7[2079]][_0x15c7[235]]+=_0xdefbx2[_0x15c7[117]]);_0xdefbx3=mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_VERTICAL_LABEL_POSITION,mxConstants.ALIGN_MIDDLE);_0xdefbx3==mxConstants[_0x15c7[1687]]?_0xdefbx2[_0x15c7[2079]][_0x15c7[236]]-=_0xdefbx2[_0x15c7[119]]:_0xdefbx3==mxConstants[_0x15c7[482]]&&(_0xdefbx2[_0x15c7[2079]][_0x15c7[236]]+=_0xdefbx2[_0x15c7[119]])};mxGraphView[_0x15c7[202]][_0x15c7[2268]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=this[_0x15c7[1179]][_0x15c7[502]](),_0xdefbx5=this[_0x15c7[248]](_0xdefbx3),_0xdefbx9=null;if(null!=_0xdefbx5){if(_0xdefbx5[_0x15c7[2080]]){var _0xdefbxa=this[_0x15c7[1179]][_0x15c7[1198]](_0xdefbx3);if(null!=_0xdefbxa&&_0xdefbx4[_0x15c7[250]](_0xdefbx3)){var _0xdefbx12=this[_0x15c7[248]](this[_0x15c7[1710]](_0xdefbx3,!0));_0xdefbx5[_0x15c7[2090]](_0xdefbx12,!0);if(null!=_0xdefbx12&&_0xdefbx4[_0x15c7[250]](_0xdefbx12[_0x15c7[246]])&&!_0xdefbx4[_0x15c7[1720]](_0xdefbx12[_0x15c7[246]],_0xdefbx3)){var _0xdefbx13=this[_0x15c7[248]](_0xdefbx4[_0x15c7[1197]](_0xdefbx12[_0x15c7[246]]));this[_0x15c7[2268]](_0xdefbx13,_0xdefbx12[_0x15c7[246]])};var _0xdefbx14=this[_0x15c7[248]](this[_0x15c7[1710]](_0xdefbx3,!1));_0xdefbx5[_0x15c7[2090]](_0xdefbx14,!1);null!=_0xdefbx14&&(_0xdefbx4[_0x15c7[250]](_0xdefbx14[_0x15c7[246]])&&!_0xdefbx4[_0x15c7[1720]](_0xdefbx14[_0x15c7[246]],_0xdefbx3))&&(_0xdefbx13=this[_0x15c7[248]](_0xdefbx4[_0x15c7[1197]](_0xdefbx14[_0x15c7[246]])),this[_0x15c7[2268]](_0xdefbx13,_0xdefbx14[_0x15c7[246]]));this[_0x15c7[2281]](_0xdefbx5,_0xdefbx12,_0xdefbx14);this[_0x15c7[2282]](_0xdefbx5,_0xdefbxa[_0x15c7[1525]],_0xdefbx12,_0xdefbx14);this[_0x15c7[2283]](_0xdefbx5,_0xdefbx12,_0xdefbx14);this[_0x15c7[2284]](_0xdefbx5);this[_0x15c7[2285]](_0xdefbx5)}else {null!=_0xdefbxa&&(_0xdefbxa[_0x15c7[1500]]&&null!=_0xdefbx2&&_0xdefbx4[_0x15c7[250]](_0xdefbx2[_0x15c7[246]]))&&(_0xdefbxa=this[_0x15c7[245]](_0xdefbx2,_0xdefbxa),null!=_0xdefbxa&&(_0xdefbx5[_0x15c7[235]]=_0xdefbxa[_0x15c7[235]],_0xdefbx5[_0x15c7[236]]=_0xdefbxa[_0x15c7[236]],_0xdefbxa[_0x15c7[235]]=_0xdefbxa[_0x15c7[235]]/this[_0x15c7[255]]-this[_0x15c7[513]][_0x15c7[235]],_0xdefbxa[_0x15c7[236]]=_0xdefbxa[_0x15c7[236]]/this[_0x15c7[255]]-this[_0x15c7[513]][_0x15c7[236]],_0xdefbx5[_0x15c7[2078]]=_0xdefbxa,this[_0x15c7[2286]](_0xdefbx2,_0xdefbx5)))};_0xdefbx5[_0x15c7[2080]]= !1;_0xdefbx3!=this[_0x15c7[1741]]&&this[_0x15c7[1179]][_0x15c7[259]][_0x15c7[258]](_0xdefbx5,!1,this[_0x15c7[2287]]())};if(_0xdefbx4[_0x15c7[250]](_0xdefbx3)||_0xdefbx4[_0x15c7[1193]](_0xdefbx3)){null!=_0xdefbx5[_0x15c7[253]]&&null!=_0xdefbx5[_0x15c7[253]][_0x15c7[1563]]&&(_0xdefbx9=_0xdefbx5[_0x15c7[253]][_0x15c7[1563]][_0x15c7[238]]()),null!=_0xdefbx5[_0x15c7[963]]&&!this[_0x15c7[1179]][_0x15c7[2130]](_0xdefbx5[_0x15c7[246]])&&null!=_0xdefbx5[_0x15c7[963]][_0x15c7[1563]]&&(null!=_0xdefbx9?_0xdefbx9[_0x15c7[99]](_0xdefbx5[_0x15c7[963]][_0x15c7[1563]]):_0xdefbx9=_0xdefbx5[_0x15c7[963]][_0x15c7[1563]][_0x15c7[238]]())}};if(null!=_0xdefbx5&&(!this[_0x15c7[1179]][_0x15c7[1742]](_0xdefbx3)||_0xdefbx3==this[_0x15c7[1741]])){_0xdefbxa=_0xdefbx4[_0x15c7[262]](_0xdefbx3);for(_0xdefbx12=0;_0xdefbx12<_0xdefbxa;_0xdefbx12++){_0xdefbx13=_0xdefbx4[_0x15c7[263]](_0xdefbx3,_0xdefbx12),_0xdefbx13=this[_0x15c7[2268]](_0xdefbx5,_0xdefbx13),null!=_0xdefbx13&&(null==_0xdefbx9?_0xdefbx9=_0xdefbx13:_0xdefbx9[_0x15c7[99]](_0xdefbx13))}};return _0xdefbx9};mxGraphView[_0x15c7[202]][_0x15c7[2286]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=_0xdefbx3[_0x15c7[246]];if(!this[_0x15c7[1179]][_0x15c7[1742]](_0xdefbx4)||_0xdefbx4==this[_0x15c7[1741]]){for(var _0xdefbx5=this[_0x15c7[1179]][_0x15c7[502]](),_0xdefbx9=_0xdefbx5[_0x15c7[262]](_0xdefbx4),_0xdefbxa=0;_0xdefbxa<_0xdefbx9;_0xdefbxa++){this[_0x15c7[2267]](_0xdefbx3,_0xdefbx5[_0x15c7[263]](_0xdefbx4,_0xdefbxa))}}};mxGraphView[_0x15c7[202]][_0x15c7[2281]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){this[_0x15c7[2289]](_0xdefbx2,_0xdefbx3,!0,this[_0x15c7[1179]][_0x15c7[2288]](_0xdefbx2,_0xdefbx3,!0));this[_0x15c7[2289]](_0xdefbx2,_0xdefbx4,!1,this[_0x15c7[1179]][_0x15c7[2288]](_0xdefbx2,_0xdefbx4,!1))};mxGraphView[_0x15c7[202]][_0x15c7[2289]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){var _0xdefbx9=null;null!=_0xdefbx5&&(_0xdefbx9=this[_0x15c7[1179]][_0x15c7[2290]](_0xdefbx3,_0xdefbx5));if(null==_0xdefbx9&&null==_0xdefbx3){_0xdefbx3=this[_0x15c7[255]];_0xdefbx5=this[_0x15c7[513]];var _0xdefbxa=_0xdefbx2[_0x15c7[2078]],_0xdefbx9=this[_0x15c7[1179]][_0x15c7[1198]](_0xdefbx2[_0x15c7[246]])[_0x15c7[2006]](_0xdefbx4);null!=_0xdefbx9&&(_0xdefbx9= new mxPoint(_0xdefbx3*(_0xdefbx5[_0x15c7[235]]+_0xdefbx9[_0x15c7[235]]+_0xdefbxa[_0x15c7[235]]),_0xdefbx3*(_0xdefbx5[_0x15c7[236]]+_0xdefbx9[_0x15c7[236]]+_0xdefbxa[_0x15c7[236]])))};_0xdefbx2[_0x15c7[2088]](_0xdefbx9,_0xdefbx4)};mxGraphView[_0x15c7[202]][_0x15c7[2282]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){if(null!=_0xdefbx2){var _0xdefbx9=[];_0xdefbx9[_0x15c7[207]](_0xdefbx2[_0x15c7[439]][0]);var _0xdefbxa=this[_0x15c7[2291]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5);if(null!=_0xdefbxa){_0xdefbx4=this[_0x15c7[2292]](_0xdefbx2,_0xdefbx4,!0),_0xdefbx5=this[_0x15c7[2292]](_0xdefbx2,_0xdefbx5,!1),_0xdefbxa(_0xdefbx2,_0xdefbx4,_0xdefbx5,_0xdefbx3,_0xdefbx9)}else {if(null!=_0xdefbx3){for(_0xdefbxa=0;_0xdefbxa<_0xdefbx3[_0x15c7[67]];_0xdefbxa++){null!=_0xdefbx3[_0xdefbxa]&&(_0xdefbx5=mxUtils[_0x15c7[238]](_0xdefbx3[_0xdefbxa]),_0xdefbx9[_0x15c7[207]](this[_0x15c7[2229]](_0xdefbx2,_0xdefbx5)))}}};_0xdefbx3=_0xdefbx2[_0x15c7[439]];_0xdefbx9[_0x15c7[207]](_0xdefbx3[_0xdefbx3[_0x15c7[67]]-1]);_0xdefbx2[_0x15c7[439]]=_0xdefbx9}};mxGraphView[_0x15c7[202]][_0x15c7[2229]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=_0xdefbx2[_0x15c7[2078]];return new mxPoint(this[_0x15c7[255]]*(_0xdefbx3[_0x15c7[235]]+this[_0x15c7[513]][_0x15c7[235]]+_0xdefbx4[_0x15c7[235]]),this[_0x15c7[255]]*(_0xdefbx3[_0x15c7[236]]+this[_0x15c7[513]][_0x15c7[236]]+_0xdefbx4[_0x15c7[236]]))};mxGraphView[_0x15c7[202]][_0x15c7[2291]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx2=null!=_0xdefbx4&&_0xdefbx4==_0xdefbx5?mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_LOOP,this[_0x15c7[1179]][_0x15c7[2293]]):!mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],mxConstants.STYLE_NOEDGESTYLE,!1)?_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2294]]]:null;_0x15c7[1516]== typeof _0xdefbx2&&(_0xdefbx3=mxStyleRegistry[_0x15c7[433]](_0xdefbx2),null==_0xdefbx3&&this[_0x15c7[2295]]()&&(_0xdefbx3=mxUtils[_0x15c7[1545]](_0xdefbx2)),_0xdefbx2=_0xdefbx3);return _0x15c7[279]== typeof _0xdefbx2?_0xdefbx2:null};mxGraphView[_0x15c7[202]][_0x15c7[2283]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=_0xdefbx2[_0x15c7[439]],_0xdefbx9=_0xdefbx5[0];null==_0xdefbx5[_0xdefbx5[_0x15c7[67]]-1]&&null!=_0xdefbx4&&this[_0x15c7[2296]](_0xdefbx2,_0xdefbx4,_0xdefbx3,!1);null==_0xdefbx9&&null!=_0xdefbx3&&this[_0x15c7[2296]](_0xdefbx2,_0xdefbx3,_0xdefbx4,!0)};mxGraphView[_0x15c7[202]][_0x15c7[2296]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx3=this[_0x15c7[2292]](_0xdefbx2,_0xdefbx3,_0xdefbx5);var _0xdefbx9=this[_0x15c7[2297]](_0xdefbx2,_0xdefbx4,_0xdefbx5),_0xdefbxa=this[_0x15c7[1179]][_0x15c7[2298]](_0xdefbx2);_0xdefbx4=mxUtils[_0x15c7[431]](Number(_0xdefbx3[_0x15c7[124]][mxConstants[_0x15c7[2278]]]||_0x15c7[468]));var _0xdefbx12= new mxPoint(_0xdefbx3[_0x15c7[241]](),_0xdefbx3[_0x15c7[242]]());if(0!=_0xdefbx4){var _0xdefbx13=Math[_0x15c7[426]](-_0xdefbx4),_0xdefbx14=Math[_0x15c7[427]](-_0xdefbx4),_0xdefbx9=mxUtils[_0x15c7[432]](_0xdefbx9,_0xdefbx13,_0xdefbx14,_0xdefbx12)};_0xdefbx13=parseFloat(_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2299]]]||0);_0xdefbx13+=parseFloat(_0xdefbx2[_0x15c7[124]][_0xdefbx5?mxConstants[_0x15c7[2300]]:mxConstants[_0x15c7[2301]]]||0);_0xdefbx3=this[_0x15c7[2302]](_0xdefbx3,_0xdefbx9,0==_0xdefbx4&&_0xdefbxa,_0xdefbx13);0!=_0xdefbx4&&(_0xdefbx13=Math[_0x15c7[426]](_0xdefbx4),_0xdefbx14=Math[_0x15c7[427]](_0xdefbx4),_0xdefbx3=mxUtils[_0x15c7[432]](_0xdefbx3,_0xdefbx13,_0xdefbx14,_0xdefbx12));_0xdefbx2[_0x15c7[2088]](_0xdefbx3,_0xdefbx5)};mxGraphView[_0x15c7[202]][_0x15c7[2292]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx2=mxUtils[_0x15c7[433]](_0xdefbx2[_0x15c7[124]],_0xdefbx4?mxConstants[_0x15c7[2303]]:mxConstants[_0x15c7[2304]]);null!=_0xdefbx2&&(_0xdefbx2=this[_0x15c7[248]](this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[736]](_0xdefbx2)),null!=_0xdefbx2&&(_0xdefbx3=_0xdefbx2));return _0xdefbx3};mxGraphView[_0x15c7[202]][_0x15c7[2302]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){var _0xdefbx9=null;if(null!=_0xdefbx2){var _0xdefbxa=this[_0x15c7[2305]](_0xdefbx2);if(null!=_0xdefbxa&&null!=_0xdefbx3&&(_0xdefbx5=this[_0x15c7[2087]](_0xdefbx2,_0xdefbx5),0<_0xdefbx5[_0x15c7[117]]||0<_0xdefbx5[_0x15c7[119]])){_0xdefbx9=_0xdefbxa(_0xdefbx5,_0xdefbx2,_0xdefbx3,_0xdefbx4)};null==_0xdefbx9&&(_0xdefbx9=this[_0x15c7[245]](_0xdefbx2))};return _0xdefbx9};mxGraphView[_0x15c7[202]][_0x15c7[2230]]=function(_0xdefbx2){var _0xdefbx3=null!=_0xdefbx2[_0x15c7[124]]?parseFloat(_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2306]]])||0:0;return _0xdefbx2[_0x15c7[241]]()+_0xdefbx3*_0xdefbx2[_0x15c7[117]]};mxGraphView[_0x15c7[202]][_0x15c7[2228]]=function(_0xdefbx2){var _0xdefbx3=null!=_0xdefbx2[_0x15c7[124]]?parseFloat(_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2307]]])||0:0;return _0xdefbx2[_0x15c7[242]]()+_0xdefbx3*_0xdefbx2[_0x15c7[119]]};mxGraphView[_0x15c7[202]][_0x15c7[2087]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx3=null!=_0xdefbx3?_0xdefbx3:0;null!=_0xdefbx2&&(_0xdefbx3+=parseFloat(_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2299]]]||0));return _0xdefbx2[_0x15c7[2087]](_0xdefbx3*this[_0x15c7[255]])};mxGraphView[_0x15c7[202]][_0x15c7[2305]]=function(_0xdefbx2){_0xdefbx2=_0xdefbx2[_0x15c7[124]][mxConstants[_0x15c7[2061]]];if(_0x15c7[1516]== typeof _0xdefbx2){var _0xdefbx3=mxStyleRegistry[_0x15c7[433]](_0xdefbx2);null==_0xdefbx3&&this[_0x15c7[2295]]()&&(_0xdefbx3=mxUtils[_0x15c7[1545]](_0xdefbx2));_0xdefbx2=_0xdefbx3};return _0x15c7[279]== typeof _0xdefbx2?_0xdefbx2:null};mxGraphView[_0x15c7[202]][_0x15c7[2297]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx2=_0xdefbx2[_0x15c7[439]];var _0xdefbx5=null;if(null!=_0xdefbx2&&(_0xdefbx4||2<_0xdefbx2[_0x15c7[67]]||null==_0xdefbx3)){_0xdefbx5=_0xdefbx2[_0x15c7[67]],_0xdefbx5=_0xdefbx2[_0xdefbx4?Math[_0x15c7[243]](1,_0xdefbx5-1):Math[_0x15c7[160]](0,_0xdefbx5-2)]};null==_0xdefbx5&&null!=_0xdefbx3&&(_0xdefbx5= new mxPoint(_0xdefbx3[_0x15c7[241]](),_0xdefbx3[_0x15c7[242]]()));return _0xdefbx5};mxGraphView[_0x15c7[202]][_0x15c7[1710]]=function(_0xdefbx2,_0xdefbx3){for(var _0xdefbx4=this[_0x15c7[1179]][_0x15c7[502]](),_0xdefbx5=_0xdefbx4[_0x15c7[1709]](_0xdefbx2,_0xdefbx3),_0xdefbx9=_0xdefbx5;null!=_0xdefbx5&&_0xdefbx5!=this[_0x15c7[1741]];){if(!this[_0x15c7[1179]][_0x15c7[1714]](_0xdefbx9)||this[_0x15c7[1179]][_0x15c7[1742]](_0xdefbx5)){_0xdefbx9=_0xdefbx5};_0xdefbx5=_0xdefbx4[_0x15c7[1197]](_0xdefbx5)};_0xdefbx4[_0x15c7[1197]](_0xdefbx9)==_0xdefbx4[_0x15c7[501]]()&&(_0xdefbx9=null);return _0xdefbx9};mxGraphView[_0x15c7[202]][_0x15c7[2284]]=function(_0xdefbx2){var _0xdefbx3=_0xdefbx2[_0x15c7[439]];_0xdefbx2[_0x15c7[67]]=0;if(null!=_0xdefbx3&&0<_0xdefbx3[_0x15c7[67]]){var _0xdefbx4=_0xdefbx3[0],_0xdefbx5=_0xdefbx3[_0xdefbx3[_0x15c7[67]]-1];if(null==_0xdefbx4||null==_0xdefbx5){_0xdefbx2[_0x15c7[246]]!=this[_0x15c7[1741]]&&this[_0x15c7[200]](_0xdefbx2[_0x15c7[246]],!0)}else {if(_0xdefbx4[_0x15c7[235]]!=_0xdefbx5[_0x15c7[235]]||_0xdefbx4[_0x15c7[236]]!=_0xdefbx5[_0x15c7[236]]){var _0xdefbx9=_0xdefbx5[_0x15c7[235]]-_0xdefbx4[_0x15c7[235]],_0xdefbxa=_0xdefbx5[_0x15c7[236]]-_0xdefbx4[_0x15c7[236]];_0xdefbx2[_0x15c7[2085]]=Math[_0x15c7[428]](_0xdefbx9*_0xdefbx9+_0xdefbxa*_0xdefbxa)}else {_0xdefbx2[_0x15c7[2085]]=0};var _0xdefbx5=0,_0xdefbx12=[],_0xdefbxa=_0xdefbx4;if(null!=_0xdefbxa){for(var _0xdefbx4=_0xdefbxa[_0x15c7[235]],_0xdefbx13=_0xdefbxa[_0x15c7[236]],_0xdefbx14=_0xdefbx4,_0xdefbx15=_0xdefbx13,_0xdefbx16=1;_0xdefbx16<_0xdefbx3[_0x15c7[67]];_0xdefbx16++){var _0xdefbx17=_0xdefbx3[_0xdefbx16];null!=_0xdefbx17&&(_0xdefbx9=_0xdefbxa[_0x15c7[235]]-_0xdefbx17[_0x15c7[235]],_0xdefbxa=_0xdefbxa[_0x15c7[236]]-_0xdefbx17[_0x15c7[236]],_0xdefbx9=Math[_0x15c7[428]](_0xdefbx9*_0xdefbx9+_0xdefbxa*_0xdefbxa),_0xdefbx12[_0x15c7[207]](_0xdefbx9),_0xdefbx5+=_0xdefbx9,_0xdefbxa=_0xdefbx17,_0xdefbx4=Math[_0x15c7[243]](_0xdefbxa[_0x15c7[235]],_0xdefbx4),_0xdefbx13=Math[_0x15c7[243]](_0xdefbxa[_0x15c7[236]],_0xdefbx13),_0xdefbx14=Math[_0x15c7[160]](_0xdefbxa[_0x15c7[235]],_0xdefbx14),_0xdefbx15=Math[_0x15c7[160]](_0xdefbxa[_0x15c7[236]],_0xdefbx15))};_0xdefbx2[_0x15c7[67]]=_0xdefbx5;_0xdefbx2[_0x15c7[2086]]=_0xdefbx12;_0xdefbx2[_0x15c7[235]]=_0xdefbx4;_0xdefbx2[_0x15c7[236]]=_0xdefbx13;_0xdefbx2[_0x15c7[117]]=Math[_0x15c7[160]](1,_0xdefbx14-_0xdefbx4);_0xdefbx2[_0x15c7[119]]=Math[_0x15c7[160]](1,_0xdefbx15-_0xdefbx13)}}}};mxGraphView[_0x15c7[202]][_0x15c7[245]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=_0xdefbx2[_0x15c7[241]](),_0xdefbx5=_0xdefbx2[_0x15c7[242]]();if(null!=_0xdefbx2[_0x15c7[2086]]&&(null==_0xdefbx3||_0xdefbx3[_0x15c7[1500]])){for(var _0xdefbx9=_0xdefbx2[_0x15c7[439]][_0x15c7[67]],_0xdefbxa=((null!=_0xdefbx3?_0xdefbx3[_0x15c7[235]]/2:0)+0.5)*_0xdefbx2[_0x15c7[67]],_0xdefbx12=_0xdefbx2[_0x15c7[2086]][0],_0xdefbx13=0,_0xdefbx14=1;_0xdefbxa>_0xdefbx13+_0xdefbx12&&_0xdefbx14<_0xdefbx9-1;){_0xdefbx13+=_0xdefbx12,_0xdefbx12=_0xdefbx2[_0x15c7[2086]][_0xdefbx14++]};_0xdefbx9=0==_0xdefbx12?0:(_0xdefbxa-_0xdefbx13)/_0xdefbx12;_0xdefbxa=_0xdefbx2[_0x15c7[439]][_0xdefbx14-1];_0xdefbx14=_0xdefbx2[_0x15c7[439]][_0xdefbx14];if(null!=_0xdefbxa&&null!=_0xdefbx14){_0xdefbx13=_0xdefbx4=_0xdefbx5=0;if(null!=_0xdefbx3){var _0xdefbx5=_0xdefbx3[_0x15c7[236]],_0xdefbx15=_0xdefbx3[_0x15c7[1368]];null!=_0xdefbx15&&(_0xdefbx4=_0xdefbx15[_0x15c7[235]],_0xdefbx13=_0xdefbx15[_0x15c7[236]])};_0xdefbx15=_0xdefbx14[_0x15c7[235]]-_0xdefbxa[_0x15c7[235]];_0xdefbx14=_0xdefbx14[_0x15c7[236]]-_0xdefbxa[_0x15c7[236]];_0xdefbx4=_0xdefbxa[_0x15c7[235]]+_0xdefbx15*_0xdefbx9+((0==_0xdefbx12?0:_0xdefbx14/_0xdefbx12)*_0xdefbx5+_0xdefbx4)*this[_0x15c7[255]];_0xdefbx5=_0xdefbxa[_0x15c7[236]]+_0xdefbx14*_0xdefbx9-((0==_0xdefbx12?0:_0xdefbx15/_0xdefbx12)*_0xdefbx5-_0xdefbx13)*this[_0x15c7[255]]}}else {null!=_0xdefbx3&&(_0xdefbx15=_0xdefbx3[_0x15c7[1368]],null!=_0xdefbx15&&(_0xdefbx4+=_0xdefbx15[_0x15c7[235]],_0xdefbx5+=_0xdefbx15[_0x15c7[236]]))};return new mxPoint(_0xdefbx4,_0xdefbx5)};mxGraphView[_0x15c7[202]][_0x15c7[2308]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=this[_0x15c7[1179]][_0x15c7[502]]()[_0x15c7[1721]](_0xdefbx2[_0x15c7[246]]);if(null!=_0xdefbx5){var _0xdefbx9=_0xdefbx2[_0x15c7[439]][_0x15c7[67]];if(_0xdefbx5[_0x15c7[1500]]&&1<_0xdefbx9){for(var _0xdefbx5=_0xdefbx2[_0x15c7[67]],_0xdefbxa=_0xdefbx2[_0x15c7[2086]],_0xdefbx12=_0xdefbx2[_0x15c7[439]][0],_0xdefbx13=_0xdefbx2[_0x15c7[439]][1],_0xdefbx14=mxUtils[_0x15c7[440]](_0xdefbx12[_0x15c7[235]],_0xdefbx12[_0x15c7[236]],_0xdefbx13[_0x15c7[235]],_0xdefbx13[_0x15c7[236]],_0xdefbx3,_0xdefbx4),_0xdefbx15=0,_0xdefbx16=0,_0xdefbx17=0,_0xdefbx18=2;_0xdefbx18<_0xdefbx9;_0xdefbx18++){_0xdefbx16+=_0xdefbxa[_0xdefbx18-2],_0xdefbx13=_0xdefbx2[_0x15c7[439]][_0xdefbx18],_0xdefbx12=mxUtils[_0x15c7[440]](_0xdefbx12[_0x15c7[235]],_0xdefbx12[_0x15c7[236]],_0xdefbx13[_0x15c7[235]],_0xdefbx13[_0x15c7[236]],_0xdefbx3,_0xdefbx4),_0xdefbx12<=_0xdefbx14&&(_0xdefbx14=_0xdefbx12,_0xdefbx15=_0xdefbx18-1,_0xdefbx17=_0xdefbx16),_0xdefbx12=_0xdefbx13};_0xdefbx9=_0xdefbxa[_0xdefbx15];_0xdefbx12=_0xdefbx2[_0x15c7[439]][_0xdefbx15];_0xdefbx13=_0xdefbx2[_0x15c7[439]][_0xdefbx15+1];_0xdefbx14=_0xdefbx13[_0x15c7[235]];_0xdefbxa=_0xdefbx13[_0x15c7[236]];_0xdefbx2=_0xdefbx12[_0x15c7[235]]-_0xdefbx14;_0xdefbx15=_0xdefbx12[_0x15c7[236]]-_0xdefbxa;_0xdefbx14=_0xdefbx3-_0xdefbx14;_0xdefbxa=_0xdefbx4-_0xdefbxa;_0xdefbx14=_0xdefbx2-_0xdefbx14;_0xdefbxa=_0xdefbx15-_0xdefbxa;_0xdefbxa=_0xdefbx14*_0xdefbx2+_0xdefbxa*_0xdefbx15;_0xdefbx2=Math[_0x15c7[428]](0>=_0xdefbxa?0:_0xdefbxa*_0xdefbxa/(_0xdefbx2*_0xdefbx2+_0xdefbx15*_0xdefbx15));_0xdefbx2>_0xdefbx9&&(_0xdefbx2=_0xdefbx9);_0xdefbx9=Math[_0x15c7[428]](mxUtils[_0x15c7[440]](_0xdefbx12[_0x15c7[235]],_0xdefbx12[_0x15c7[236]],_0xdefbx13[_0x15c7[235]],_0xdefbx13[_0x15c7[236]],_0xdefbx3,_0xdefbx4));-1==mxUtils[_0x15c7[2309]](_0xdefbx12[_0x15c7[235]],_0xdefbx12[_0x15c7[236]],_0xdefbx13[_0x15c7[235]],_0xdefbx13[_0x15c7[236]],_0xdefbx3,_0xdefbx4)&&(_0xdefbx9= -_0xdefbx9);return new mxPoint(-2*((_0xdefbx5/2-_0xdefbx17-_0xdefbx2)/_0xdefbx5),_0xdefbx9/this[_0x15c7[255]])}};return new mxPoint};mxGraphView[_0x15c7[202]][_0x15c7[2285]]=function(_0xdefbx2){var _0xdefbx3=_0xdefbx2[_0x15c7[439]];_0xdefbx2[_0x15c7[2079]][_0x15c7[235]]=_0xdefbx2[_0x15c7[241]]();_0xdefbx2[_0x15c7[2079]][_0x15c7[236]]=_0xdefbx2[_0x15c7[242]]();if(null!=_0xdefbx3&&0<_0xdefbx3[_0x15c7[67]]&&null!=_0xdefbx2[_0x15c7[2086]]){var _0xdefbx4=this[_0x15c7[1179]][_0x15c7[1198]](_0xdefbx2[_0x15c7[246]]);if(_0xdefbx4[_0x15c7[1500]]){var _0xdefbx5=this[_0x15c7[245]](_0xdefbx2,_0xdefbx4);null!=_0xdefbx5&&(_0xdefbx2[_0x15c7[2079]]=_0xdefbx5)}else {var _0xdefbx5=_0xdefbx3[0],_0xdefbx9=_0xdefbx3[_0xdefbx3[_0x15c7[67]]-1];if(null!=_0xdefbx5&&null!=_0xdefbx9){var _0xdefbx3=_0xdefbx9[_0x15c7[235]]-_0xdefbx5[_0x15c7[235]],_0xdefbxa=_0xdefbx9[_0x15c7[236]]-_0xdefbx5[_0x15c7[236]],_0xdefbx12=_0xdefbx9=0,_0xdefbx4=_0xdefbx4[_0x15c7[1368]];null!=_0xdefbx4&&(_0xdefbx9=_0xdefbx4[_0x15c7[235]],_0xdefbx12=_0xdefbx4[_0x15c7[236]]);_0xdefbx4=_0xdefbx5[_0x15c7[236]]+_0xdefbxa/2+_0xdefbx12*this[_0x15c7[255]];_0xdefbx2[_0x15c7[2079]][_0x15c7[235]]=_0xdefbx5[_0x15c7[235]]+_0xdefbx3/2+_0xdefbx9*this[_0x15c7[255]];_0xdefbx2[_0x15c7[2079]][_0x15c7[236]]=_0xdefbx4}}}};mxGraphView[_0x15c7[202]][_0x15c7[248]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx3=_0xdefbx3|| !1;var _0xdefbx4=null;null!=_0xdefbx2&&(_0xdefbx4=this[_0x15c7[1214]][_0x15c7[203]](_0xdefbx2),this[_0x15c7[1179]][_0x15c7[1714]](_0xdefbx2)&&(null==_0xdefbx4&&_0xdefbx3&&this[_0x15c7[1179]][_0x15c7[1714]](_0xdefbx2)?(_0xdefbx4=this[_0x15c7[1230]](_0xdefbx2),this[_0x15c7[1214]][_0x15c7[204]](_0xdefbx2,_0xdefbx4)):_0xdefbx3&&(null!=_0xdefbx4&&this[_0x15c7[2255]])&&(_0xdefbx4[_0x15c7[124]]=this[_0x15c7[1179]][_0x15c7[1705]](_0xdefbx2))));return _0xdefbx4};mxGraphView[_0x15c7[202]][_0x15c7[2287]]=function(){return this[_0x15c7[2254]]};mxGraphView[_0x15c7[202]][_0x15c7[2310]]=function(_0xdefbx2){this[_0x15c7[2254]]=_0xdefbx2};mxGraphView[_0x15c7[202]][_0x15c7[2295]]=function(){return this[_0x15c7[2251]]};mxGraphView[_0x15c7[202]][_0x15c7[2311]]=function(_0xdefbx2){this[_0x15c7[2251]]=_0xdefbx2};mxGraphView[_0x15c7[202]][_0x15c7[2312]]=function(){return this[_0x15c7[1214]]};mxGraphView[_0x15c7[202]][_0x15c7[1517]]=function(_0xdefbx2){this[_0x15c7[1214]]=_0xdefbx2};mxGraphView[_0x15c7[202]][_0x15c7[2313]]=function(_0xdefbx2){if(null==_0xdefbx2){return this[_0x15c7[1214]]};for(var _0xdefbx3=[],_0xdefbx4=0;_0xdefbx4<_0xdefbx2[_0x15c7[67]];_0xdefbx4++){var _0xdefbx5=this[_0x15c7[248]](_0xdefbx2[_0xdefbx4]);null!=_0xdefbx5&&_0xdefbx3[_0x15c7[207]](_0xdefbx5)};return _0xdefbx3};mxGraphView[_0x15c7[202]][_0x15c7[2265]]=function(_0xdefbx2){var _0xdefbx3=null;null!=_0xdefbx2&&(_0xdefbx3=this[_0x15c7[1214]][_0x15c7[205]](_0xdefbx2),null!=_0xdefbx3&&(this[_0x15c7[1179]][_0x15c7[259]][_0x15c7[515]](_0xdefbx3),_0xdefbx3[_0x15c7[515]]()));return _0xdefbx3};mxGraphView[_0x15c7[202]][_0x15c7[1230]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[1179]][_0x15c7[1705]](_0xdefbx2);_0xdefbx2= new mxCellState(this,_0xdefbx2,_0xdefbx3);this[_0x15c7[1179]][_0x15c7[259]][_0x15c7[2155]](_0xdefbx2,this[_0x15c7[2287]]());return _0xdefbx2};mxGraphView[_0x15c7[202]][_0x15c7[2051]]=function(){return this[_0x15c7[510]]};mxGraphView[_0x15c7[202]][_0x15c7[2052]]=function(){return this[_0x15c7[2053]]};mxGraphView[_0x15c7[202]][_0x15c7[2024]]=function(){return this[_0x15c7[505]]};mxGraphView[_0x15c7[202]][_0x15c7[1524]]=function(){return this[_0x15c7[506]]};mxGraphView[_0x15c7[202]][_0x15c7[2314]]=function(_0xdefbx2){_0xdefbx2=mxEvent[_0x15c7[728]](_0xdefbx2);return _0xdefbx2==this[_0x15c7[1179]][_0x15c7[526]]||_0xdefbx2[_0x15c7[265]]==this[_0x15c7[2053]]||null!=_0xdefbx2[_0x15c7[265]]&&_0xdefbx2[_0x15c7[265]][_0x15c7[265]]==this[_0x15c7[2053]]||_0xdefbx2==this[_0x15c7[510]][_0x15c7[265]]||_0xdefbx2==this[_0x15c7[510]]||_0xdefbx2==this[_0x15c7[2053]]||_0xdefbx2==this[_0x15c7[505]]||_0xdefbx2==this[_0x15c7[506]]};mxGraphView[_0x15c7[202]][_0x15c7[2315]]=function(_0xdefbx2){var _0xdefbx3=mxUtils[_0x15c7[445]](this[_0x15c7[1179]][_0x15c7[526]]);_0xdefbx2= new mxPoint(_0xdefbx2[_0x15c7[782]]-_0xdefbx3[_0x15c7[235]],_0xdefbx2[_0x15c7[784]]-_0xdefbx3[_0x15c7[236]]);var _0xdefbx3=this[_0x15c7[1179]][_0x15c7[526]][_0x15c7[359]],_0xdefbx4=this[_0x15c7[1179]][_0x15c7[526]][_0x15c7[159]];if(_0xdefbx3>_0xdefbx4&&_0xdefbx2[_0x15c7[235]]>_0xdefbx4+2&&_0xdefbx2[_0x15c7[235]]<=_0xdefbx3){return !0};_0xdefbx3=this[_0x15c7[1179]][_0x15c7[526]][_0x15c7[167]];_0xdefbx4=this[_0x15c7[1179]][_0x15c7[526]][_0x15c7[157]];return _0xdefbx3>_0xdefbx4&&_0xdefbx2[_0x15c7[236]]>_0xdefbx4+2&&_0xdefbx2[_0x15c7[236]]<=_0xdefbx3?!0:!1};mxGraphView[_0x15c7[202]][_0x15c7[176]]=function(){this[_0x15c7[2163]]();var _0xdefbx2=this[_0x15c7[1179]];_0xdefbx2[_0x15c7[507]]==mxConstants[_0x15c7[508]]?this[_0x15c7[1569]]():_0xdefbx2[_0x15c7[507]]==mxConstants[_0x15c7[1523]]?this[_0x15c7[1571]]():this[_0x15c7[1570]]()};mxGraphView[_0x15c7[202]][_0x15c7[2163]]=function(){var _0xdefbx2=this[_0x15c7[1179]],_0xdefbx3=_0xdefbx2[_0x15c7[526]];if(null!=_0xdefbx3){mxEvent[_0x15c7[759]](_0xdefbx3,mxUtils[_0x15c7[885]](this,function(_0xdefbx3){mxClient[_0x15c7[754]]&&_0xdefbx2[_0x15c7[2203]]()&&_0xdefbx2[_0x15c7[2126]](!_0xdefbx2[_0x15c7[2134]]());this[_0x15c7[2314]](_0xdefbx3)&&(!mxClient[_0x15c7[80]]&&!mxClient[_0x15c7[76]]&&!mxClient[_0x15c7[71]]&&!mxClient[_0x15c7[75]]||!this[_0x15c7[2315]](_0xdefbx3))&&_0xdefbx2[_0x15c7[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0xdefbx3))}),mxUtils[_0x15c7[885]](this,function(_0xdefbx3){this[_0x15c7[2314]](_0xdefbx3)&&_0xdefbx2[_0x15c7[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0xdefbx3))}),mxUtils[_0x15c7[885]](this,function(_0xdefbx3){this[_0x15c7[2314]](_0xdefbx3)&&_0xdefbx2[_0x15c7[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0xdefbx3))}));mxEvent[_0x15c7[169]](_0xdefbx3,_0x15c7[760],mxUtils[_0x15c7[885]](this,function(_0xdefbx3){_0xdefbx2[_0x15c7[761]](_0xdefbx3)}));var _0xdefbx4=function(_0xdefbx4){var _0xdefbx9=null;mxClient[_0x15c7[754]]&&(_0xdefbx9=mxEvent[_0x15c7[731]](_0xdefbx4),_0xdefbx4=mxEvent[_0x15c7[733]](_0xdefbx4),_0xdefbx4=mxUtils[_0x15c7[2196]](_0xdefbx3,_0xdefbx9,_0xdefbx4),_0xdefbx9=_0xdefbx2[_0x15c7[441]][_0x15c7[248]](_0xdefbx2[_0x15c7[999]](_0xdefbx4[_0x15c7[235]],_0xdefbx4[_0x15c7[236]])));return _0xdefbx9};_0xdefbx2[_0x15c7[1133]]({mouseDown:function(_0xdefbx3,_0xdefbx4){_0xdefbx2[_0x15c7[2316]][_0x15c7[1032]]()},mouseMove:function(){},mouseUp:function(){}});this[_0x15c7[2317]]=mxUtils[_0x15c7[885]](this,function(_0xdefbx3){null!=_0xdefbx2[_0x15c7[2276]]&&_0xdefbx2[_0x15c7[2276]][_0x15c7[2277]]()&&_0xdefbx2[_0x15c7[2276]][_0x15c7[801]]();this[_0x15c7[2252]]&&(_0xdefbx2[_0x15c7[1009]]&&!mxEvent[_0x15c7[721]](_0xdefbx3))&&_0xdefbx2[_0x15c7[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0xdefbx3,_0xdefbx4(_0xdefbx3)))});this[_0x15c7[2318]]=mxUtils[_0x15c7[885]](this,function(_0xdefbx3){this[_0x15c7[2252]]&&_0xdefbx2[_0x15c7[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0xdefbx3))});mxEvent[_0x15c7[759]](document,null,this[_0x15c7[2317]],this[_0x15c7[2318]])}};mxGraphView[_0x15c7[202]][_0x15c7[1570]]=function(){var _0xdefbx2=this[_0x15c7[1179]][_0x15c7[526]];null!=_0xdefbx2&&(this[_0x15c7[510]]=this[_0x15c7[2319]](_0x15c7[118],_0x15c7[118]),this[_0x15c7[2053]]=this[_0x15c7[2319]](_0x15c7[942],_0x15c7[942]),this[_0x15c7[505]]=this[_0x15c7[2319]](_0x15c7[942],_0x15c7[942]),this[_0x15c7[506]]=this[_0x15c7[2319]](_0x15c7[942],_0x15c7[942]),this[_0x15c7[510]][_0x15c7[62]](this[_0x15c7[2053]]),this[_0x15c7[510]][_0x15c7[62]](this[_0x15c7[505]]),this[_0x15c7[510]][_0x15c7[62]](this[_0x15c7[506]]),_0xdefbx2[_0x15c7[62]](this[_0x15c7[510]]),mxClient[_0x15c7[496]]&&(_0xdefbx2=mxUtils[_0x15c7[885]](this,function(_0xdefbx2){_0xdefbx2=this[_0x15c7[517]]();this[_0x15c7[2320]](_0xdefbx2[_0x15c7[235]]+_0xdefbx2[_0x15c7[117]]+this[_0x15c7[1179]][_0x15c7[467]],_0xdefbx2[_0x15c7[236]]+_0xdefbx2[_0x15c7[119]]+this[_0x15c7[1179]][_0x15c7[467]])}),mxEvent[_0x15c7[169]](window,_0x15c7[129],_0xdefbx2)))};mxGraphView[_0x15c7[202]][_0x15c7[2320]]=function(_0xdefbx2,_0xdefbx3){if(null!=this[_0x15c7[1179]][_0x15c7[526]]){var _0xdefbx4=this[_0x15c7[1179]][_0x15c7[526]][_0x15c7[167]];this[_0x15c7[510]][_0x15c7[124]][_0x15c7[117]]=this[_0x15c7[1179]][_0x15c7[526]][_0x15c7[359]]<_0xdefbx2?_0xdefbx2+_0x15c7[168]:_0x15c7[118];this[_0x15c7[510]][_0x15c7[124]][_0x15c7[119]]=_0xdefbx4<_0xdefbx3?_0xdefbx3+_0x15c7[168]:_0x15c7[118]}};mxGraphView[_0x15c7[202]][_0x15c7[2319]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=document[_0x15c7[55]](_0x15c7[529]);null!=_0xdefbx2&&null!=_0xdefbx3?(_0xdefbx4[_0x15c7[124]][_0x15c7[491]]=_0x15c7[492],_0xdefbx4[_0x15c7[124]][_0x15c7[361]]=_0x15c7[946],_0xdefbx4[_0x15c7[124]][_0x15c7[125]]=_0x15c7[946],_0xdefbx4[_0x15c7[124]][_0x15c7[117]]=_0xdefbx2,_0xdefbx4[_0x15c7[124]][_0x15c7[119]]=_0xdefbx3):_0xdefbx4[_0x15c7[124]][_0x15c7[491]]=_0x15c7[1500];return _0xdefbx4};mxGraphView[_0x15c7[202]][_0x15c7[1571]]=function(){var _0xdefbx2=this[_0x15c7[1179]][_0x15c7[526]];if(null!=_0xdefbx2){var _0xdefbx3=_0xdefbx2[_0x15c7[359]],_0xdefbx4=_0xdefbx2[_0x15c7[167]];this[_0x15c7[510]]=this[_0x15c7[2321]](_0xdefbx3,_0xdefbx4);this[_0x15c7[2053]]=this[_0x15c7[2321]](_0xdefbx3,_0xdefbx4);this[_0x15c7[505]]=this[_0x15c7[2321]](_0xdefbx3,_0xdefbx4);this[_0x15c7[506]]=this[_0x15c7[2321]](_0xdefbx3,_0xdefbx4);this[_0x15c7[510]][_0x15c7[62]](this[_0x15c7[2053]]);this[_0x15c7[510]][_0x15c7[62]](this[_0x15c7[505]]);this[_0x15c7[510]][_0x15c7[62]](this[_0x15c7[506]]);_0xdefbx2[_0x15c7[62]](this[_0x15c7[510]])}};mxGraphView[_0x15c7[202]][_0x15c7[2321]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4=document[_0x15c7[55]](mxClient[_0x15c7[463]]+_0x15c7[1499]);_0xdefbx4[_0x15c7[124]][_0x15c7[491]]=_0x15c7[492];_0xdefbx4[_0x15c7[124]][_0x15c7[361]]=_0x15c7[946];_0xdefbx4[_0x15c7[124]][_0x15c7[125]]=_0x15c7[946];_0xdefbx4[_0x15c7[124]][_0x15c7[117]]=_0xdefbx2+_0x15c7[168];_0xdefbx4[_0x15c7[124]][_0x15c7[119]]=_0xdefbx3+_0x15c7[168];_0xdefbx4[_0x15c7[57]](_0x15c7[1462],_0xdefbx2+_0x15c7[537]+_0xdefbx3);_0xdefbx4[_0x15c7[57]](_0x15c7[2322],_0x15c7[2323]);return _0xdefbx4};mxGraphView[_0x15c7[202]][_0x15c7[1569]]=function(){var _0xdefbx2=this[_0x15c7[1179]][_0x15c7[526]];this[_0x15c7[510]]=document[_0x15c7[509]](mxConstants.NS_SVG,_0x15c7[449]);this[_0x15c7[2053]]=document[_0x15c7[509]](mxConstants.NS_SVG,_0x15c7[449]);this[_0x15c7[510]][_0x15c7[62]](this[_0x15c7[2053]]);this[_0x15c7[505]]=document[_0x15c7[509]](mxConstants.NS_SVG,_0x15c7[449]);this[_0x15c7[510]][_0x15c7[62]](this[_0x15c7[505]]);this[_0x15c7[506]]=document[_0x15c7[509]](mxConstants.NS_SVG,_0x15c7[449]);this[_0x15c7[510]][_0x15c7[62]](this[_0x15c7[506]]);var _0xdefbx3=document[_0x15c7[509]](mxConstants.NS_SVG,_0x15c7[571]);_0xdefbx3[_0x15c7[124]][_0x15c7[117]]=_0x15c7[118];_0xdefbx3[_0x15c7[124]][_0x15c7[119]]=_0x15c7[118];_0xdefbx3[_0x15c7[124]][_0x15c7[495]]=_0x15c7[694];_0xdefbx3[_0x15c7[62]](this[_0x15c7[510]]);null!=_0xdefbx2&&(_0xdefbx2[_0x15c7[62]](_0xdefbx3),_0x15c7[2324]==mxUtils[_0x15c7[275]](_0xdefbx2)[_0x15c7[491]]&&(_0xdefbx2[_0x15c7[124]][_0x15c7[491]]=_0x15c7[1500]))};mxGraphView[_0x15c7[202]][_0x15c7[515]]=function(){var _0xdefbx2=null!=this[_0x15c7[510]]?this[_0x15c7[510]][_0x15c7[538]]:null;null==_0xdefbx2&&(_0xdefbx2=this[_0x15c7[510]]);null!=_0xdefbx2&&null!=_0xdefbx2[_0x15c7[265]]&&(this[_0x15c7[200]](this[_0x15c7[1741]],!0),mxEvent[_0x15c7[938]](document,null,this[_0x15c7[2317]],this[_0x15c7[2318]]),mxEvent[_0x15c7[762]](this[_0x15c7[1179]][_0x15c7[526]]),_0xdefbx2[_0x15c7[265]][_0x15c7[266]](_0xdefbx2),this[_0x15c7[506]]=this[_0x15c7[505]]=this[_0x15c7[2053]]=this[_0x15c7[510]]=this[_0x15c7[2318]]=this[_0x15c7[2317]]=null)};function mxCurrentRootChange(_0xdefbx2,_0xdefbx3){this[_0x15c7[441]]=_0xdefbx2;this[_0x15c7[257]]=this[_0x15c7[813]]=_0xdefbx3;this[_0x15c7[2325]]=null==_0xdefbx3;if(!this[_0x15c7[2325]]){for(var _0xdefbx4=this[_0x15c7[441]][_0x15c7[1741]],_0xdefbx5=this[_0x15c7[441]][_0x15c7[1179]][_0x15c7[502]]();null!=_0xdefbx4;){if(_0xdefbx4==_0xdefbx3){this[_0x15c7[2325]]= !0;break};_0xdefbx4=_0xdefbx5[_0x15c7[1197]](_0xdefbx4)}}}mxCurrentRootChange[_0x15c7[202]][_0x15c7[350]]=function(){var _0xdefbx2=this[_0x15c7[441]][_0x15c7[1741]];this[_0x15c7[441]][_0x15c7[1741]]=this[_0x15c7[257]];this[_0x15c7[257]]=_0xdefbx2;_0xdefbx2=this[_0x15c7[441]][_0x15c7[1179]][_0x15c7[2326]](this[_0x15c7[441]][_0x15c7[1741]]);null!=_0xdefbx2&&(this[_0x15c7[441]][_0x15c7[513]]= new mxPoint(-_0xdefbx2[_0x15c7[235]],-_0xdefbx2[_0x15c7[236]]));this[_0x15c7[441]][_0x15c7[746]]( new mxEventObject(this[_0x15c7[2325]]?mxEvent[_0x15c7[2327]]:mxEvent[_0x15c7[2328]],_0x15c7[813],this[_0x15c7[441]][_0x15c7[1741]],_0x15c7[257],this[_0x15c7[257]]));this[_0x15c7[2325]]?(this[_0x15c7[441]][_0x15c7[200]](this[_0x15c7[441]][_0x15c7[1741]],!0),this[_0x15c7[441]][_0x15c7[2264]]()):this[_0x15c7[441]][_0x15c7[802]]();this[_0x15c7[2325]]=!this[_0x15c7[2325]]};function mxGraph(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){this[_0x15c7[2329]]=null;this[_0x15c7[2330]]=_0xdefbx4;this[_0x15c7[507]]=mxClient[_0x15c7[48]]?mxConstants[_0x15c7[508]]:_0xdefbx4==mxConstants[_0x15c7[2331]]&&mxClient[_0x15c7[47]]?mxConstants[_0x15c7[1523]]:_0xdefbx4==mxConstants[_0x15c7[2332]]?mxConstants[_0x15c7[1656]]:_0xdefbx4==mxConstants[_0x15c7[2333]]?mxConstants[_0x15c7[2209]]:mxConstants[_0x15c7[2334]];this[_0x15c7[251]]=null!=_0xdefbx3?_0xdefbx3: new mxGraphModel;this[_0x15c7[2335]]=[];this[_0x15c7[2336]]=[];this[_0x15c7[259]]=this[_0x15c7[2337]]();this[_0x15c7[2339]](this[_0x15c7[2338]]());this[_0x15c7[2341]](null!=_0xdefbx5?_0xdefbx5:this[_0x15c7[2340]]());this[_0x15c7[441]]=this[_0x15c7[2342]]();this[_0x15c7[2343]]=mxUtils[_0x15c7[885]](this,function(_0xdefbx2,_0xdefbx3){this[_0x15c7[1177]](_0xdefbx3[_0x15c7[720]](_0x15c7[1061])[_0x15c7[1065]])});this[_0x15c7[251]][_0x15c7[169]](mxEvent.CHANGE,this[_0x15c7[2343]]);this[_0x15c7[2344]]();null!=_0xdefbx2&&this[_0x15c7[176]](_0xdefbx2);this[_0x15c7[441]][_0x15c7[2259]]()}mxLoadResources&&mxResources[_0x15c7[99]](mxClient[_0x15c7[86]]+_0x15c7[2345]);mxGraph[_0x15c7[202]]= new mxEventSource;mxGraph[_0x15c7[202]][_0x15c7[196]]=mxGraph;mxGraph[_0x15c7[202]][_0x15c7[2346]]=[];mxGraph[_0x15c7[202]][_0x15c7[2329]]=null;mxGraph[_0x15c7[202]][_0x15c7[1009]]= !1;mxGraph[_0x15c7[202]][_0x15c7[251]]=null;mxGraph[_0x15c7[202]][_0x15c7[441]]=null;mxGraph[_0x15c7[202]][_0x15c7[94]]=null;mxGraph[_0x15c7[202]][_0x15c7[2105]]=null;mxGraph[_0x15c7[202]][_0x15c7[2347]]=null;mxGraph[_0x15c7[202]][_0x15c7[259]]=null;mxGraph[_0x15c7[202]][_0x15c7[2335]]=null;mxGraph[_0x15c7[202]][_0x15c7[2330]]=null;mxGraph[_0x15c7[202]][_0x15c7[507]]=null;mxGraph[_0x15c7[202]][_0x15c7[1020]]=10;mxGraph[_0x15c7[202]][_0x15c7[991]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2348]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2349]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2350]]=700;mxGraph[_0x15c7[202]][_0x15c7[2351]]=25;mxGraph[_0x15c7[202]][_0x15c7[2352]]=0;mxGraph[_0x15c7[202]][_0x15c7[2352]]=0;mxGraph[_0x15c7[202]][_0x15c7[2213]]=0;mxGraph[_0x15c7[202]][_0x15c7[2215]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2353]]=4;mxGraph[_0x15c7[202]][_0x15c7[2354]]=0.5;mxGraph[_0x15c7[202]][_0x15c7[2355]]=null;mxGraph[_0x15c7[202]][_0x15c7[2356]]=null;mxGraph[_0x15c7[202]][_0x15c7[1617]]=null;mxGraph[_0x15c7[202]][_0x15c7[2273]]= !1;mxGraph[_0x15c7[202]][_0x15c7[2357]]= !1;mxGraph[_0x15c7[202]][_0x15c7[2358]]=_0x15c7[579];mxGraph[_0x15c7[202]][_0x15c7[2359]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2360]]=20;mxGraph[_0x15c7[202]][_0x15c7[2361]]= !1;mxGraph[_0x15c7[202]][_0x15c7[2013]]=mxConstants[_0x15c7[516]];mxGraph[_0x15c7[202]][_0x15c7[2012]]=1.5;mxGraph[_0x15c7[202]][_0x15c7[984]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2362]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2363]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2364]]= !1;mxGraph[_0x15c7[202]][_0x15c7[2365]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2366]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2367]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2368]]= !1;mxGraph[_0x15c7[202]][_0x15c7[2369]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2206]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2370]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2371]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2372]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2373]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2374]]= !1;mxGraph[_0x15c7[202]][_0x15c7[2375]]= !1;mxGraph[_0x15c7[202]][_0x15c7[2376]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2377]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2378]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2379]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2380]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2381]]= !1;mxGraph[_0x15c7[202]][_0x15c7[1012]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2382]]= !1;mxGraph[_0x15c7[202]][_0x15c7[2383]]= !1;mxGraph[_0x15c7[202]][_0x15c7[2384]]= !1;mxGraph[_0x15c7[202]][_0x15c7[1013]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2385]]=null;mxGraph[_0x15c7[202]][_0x15c7[2386]]=null;mxGraph[_0x15c7[202]][_0x15c7[2387]]=null;mxGraph[_0x15c7[202]][_0x15c7[2388]]=null;mxGraph[_0x15c7[202]][_0x15c7[2389]]= !1;mxGraph[_0x15c7[202]][_0x15c7[467]]=0;mxGraph[_0x15c7[202]][_0x15c7[2158]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2159]]= !1;mxGraph[_0x15c7[202]][_0x15c7[2168]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2390]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2391]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2392]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2393]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2394]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2395]]=1.2;mxGraph[_0x15c7[202]][_0x15c7[2396]]= !1;mxGraph[_0x15c7[202]][_0x15c7[2397]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2398]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2399]]= !1;mxGraph[_0x15c7[202]][_0x15c7[2400]]= !1;mxGraph[_0x15c7[202]][_0x15c7[2401]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2402]]= !1;mxGraph[_0x15c7[202]][_0x15c7[2293]]=mxEdgeStyle[_0x15c7[2403]];mxGraph[_0x15c7[202]][_0x15c7[2404]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2405]]= !1;mxGraph[_0x15c7[202]][_0x15c7[2406]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2407]]= !1;mxGraph[_0x15c7[202]][_0x15c7[2408]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2409]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2410]]= !1;mxGraph[_0x15c7[202]][_0x15c7[2411]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2412]]= !0;mxGraph[_0x15c7[202]][_0x15c7[2180]]=mxConstants[_0x15c7[2065]];mxGraph[_0x15c7[202]][_0x15c7[2336]]=null;mxGraph[_0x15c7[202]][_0x15c7[2413]]=0.1;mxGraph[_0x15c7[202]][_0x15c7[2414]]=8;mxGraph[_0x15c7[202]][_0x15c7[1136]]=0;mxGraph[_0x15c7[202]][_0x15c7[1137]]=0;mxGraph[_0x15c7[202]][_0x15c7[2415]]= new mxImage(mxClient[_0x15c7[88]]+_0x15c7[2416],9,9);mxGraph[_0x15c7[202]][_0x15c7[2417]]= new mxImage(mxClient[_0x15c7[88]]+_0x15c7[2418],9,9);mxGraph[_0x15c7[202]][_0x15c7[2419]]= new mxImage(_0x15c7[2420],16,16);mxGraph[_0x15c7[202]][_0x15c7[2421]]=_0x15c7[130]!=mxClient[_0x15c7[90]]?_0x15c7[2422]:_0x15c7[110];mxGraph[_0x15c7[202]][_0x15c7[2423]]=_0x15c7[130]!=mxClient[_0x15c7[90]]?_0x15c7[2424]:_0x15c7[110];mxGraph[_0x15c7[202]][_0x15c7[2425]]=_0x15c7[130]!=mxClient[_0x15c7[90]]?_0x15c7[2426]:_0x15c7[110];mxGraph[_0x15c7[202]][_0x15c7[176]]=function(_0xdefbx2){this[_0x15c7[526]]=_0xdefbx2;this[_0x15c7[2347]]=this[_0x15c7[2427]]();this[_0x15c7[441]][_0x15c7[176]]();this[_0x15c7[2258]]();mxClient[_0x15c7[80]]&&(mxEvent[_0x15c7[169]](window,_0x15c7[2428],mxUtils[_0x15c7[885]](this,function(){this[_0x15c7[515]]()})),mxEvent[_0x15c7[169]](_0xdefbx2,_0x15c7[2429],mxUtils[_0x15c7[885]](this,function(){return this[_0x15c7[2203]]()})));8==document[_0x15c7[5]]&&_0xdefbx2[_0x15c7[1583]](_0x15c7[1582],_0x15c7[2430])};mxGraph[_0x15c7[202]][_0x15c7[2344]]=function(_0xdefbx2){this[_0x15c7[2276]]= new mxTooltipHandler(this);this[_0x15c7[2276]][_0x15c7[995]](!1);this[_0x15c7[2316]]= new mxPanningHandler(this);this[_0x15c7[2316]][_0x15c7[2431]]= !1;this[_0x15c7[2432]]= new mxSelectionCellsHandler(this);this[_0x15c7[2433]]= new mxConnectionHandler(this);this[_0x15c7[2433]][_0x15c7[995]](!1);this[_0x15c7[1011]]= new mxGraphHandler(this)};mxGraph[_0x15c7[202]][_0x15c7[2338]]=function(){return new mxGraphSelectionModel(this)};mxGraph[_0x15c7[202]][_0x15c7[2340]]=function(){return new mxStylesheet};mxGraph[_0x15c7[202]][_0x15c7[2342]]=function(){return new mxGraphView(this)};mxGraph[_0x15c7[202]][_0x15c7[2337]]=function(){return new mxCellRenderer};mxGraph[_0x15c7[202]][_0x15c7[2427]]=function(){return new mxCellEditor(this)};mxGraph[_0x15c7[202]][_0x15c7[502]]=function(){return this[_0x15c7[251]]};mxGraph[_0x15c7[202]][_0x15c7[249]]=function(){return this[_0x15c7[441]]};mxGraph[_0x15c7[202]][_0x15c7[2434]]=function(){return this[_0x15c7[94]]};mxGraph[_0x15c7[202]][_0x15c7[2341]]=function(_0xdefbx2){this[_0x15c7[94]]=_0xdefbx2};mxGraph[_0x15c7[202]][_0x15c7[2435]]=function(){return this[_0x15c7[2105]]};mxGraph[_0x15c7[202]][_0x15c7[2339]]=function(_0xdefbx2){this[_0x15c7[2105]]=_0xdefbx2};mxGraph[_0x15c7[202]][_0x15c7[2436]]=function(_0xdefbx2){for(var _0xdefbx3=[],_0xdefbx4=0;_0xdefbx4<_0xdefbx2[_0x15c7[67]];_0xdefbx4++){var _0xdefbx5=_0xdefbx2[_0xdefbx4];if(_0xdefbx5[_0x15c7[196]]!=mxRootChange){var _0xdefbx9=null;_0xdefbx5 instanceof mxChildChange&&null==_0xdefbx5[_0x15c7[257]]?_0xdefbx9=_0xdefbx5[_0x15c7[247]]:null!=_0xdefbx5[_0x15c7[246]]&&_0xdefbx5[_0x15c7[246]] instanceof mxCell&&(_0xdefbx9=_0xdefbx5[_0x15c7[246]]);null!=_0xdefbx9&&0>mxUtils[_0x15c7[2]](_0xdefbx3,_0xdefbx9)&&_0xdefbx3[_0x15c7[207]](_0xdefbx9)}};return this[_0x15c7[502]]()[_0x15c7[1964]](_0xdefbx3)};mxGraph[_0x15c7[202]][_0x15c7[1177]]=function(_0xdefbx2){for(var _0xdefbx3=0;_0xdefbx3<_0xdefbx2[_0x15c7[67]];_0xdefbx3++){this[_0x15c7[2437]](_0xdefbx2[_0xdefbx3])};this[_0x15c7[2439]](this[_0x15c7[2438]](_0xdefbx2));this[_0x15c7[441]][_0x15c7[2264]]();this[_0x15c7[2258]]()};mxGraph[_0x15c7[202]][_0x15c7[2438]]=function(_0xdefbx2){for(var _0xdefbx3=[],_0xdefbx4=0;_0xdefbx4<_0xdefbx2[_0x15c7[67]];_0xdefbx4++){var _0xdefbx5=_0xdefbx2[_0xdefbx4];if(_0xdefbx5 instanceof mxRootChange){break}else {_0xdefbx5 instanceof mxChildChange?null!=_0xdefbx5[_0x15c7[257]]&&null==_0xdefbx5[_0x15c7[1101]]&&(_0xdefbx3=_0xdefbx3[_0x15c7[1919]](this[_0x15c7[251]][_0x15c7[1939]](_0xdefbx5[_0x15c7[247]]))):_0xdefbx5 instanceof mxVisibleChange&&(_0xdefbx3=_0xdefbx3[_0x15c7[1919]](this[_0x15c7[251]][_0x15c7[1939]](_0xdefbx5[_0x15c7[246]])))}};return _0xdefbx3};mxGraph[_0x15c7[202]][_0x15c7[2437]]=function(_0xdefbx2){if(_0xdefbx2 instanceof mxRootChange){this[_0x15c7[2440]](),this[_0x15c7[2441]](_0xdefbx2[_0x15c7[257]]),this[_0x15c7[2398]]&&(this[_0x15c7[441]][_0x15c7[255]]=1,this[_0x15c7[441]][_0x15c7[513]][_0x15c7[235]]=0,this[_0x15c7[441]][_0x15c7[513]][_0x15c7[236]]=0),this[_0x15c7[746]]( new mxEventObject(mxEvent.ROOT))}else {if(_0xdefbx2 instanceof mxChildChange){var _0xdefbx3=this[_0x15c7[251]][_0x15c7[1197]](_0xdefbx2[_0x15c7[247]]);null!=_0xdefbx3?this[_0x15c7[441]][_0x15c7[2263]](_0xdefbx2[_0x15c7[247]],!0,!1,null!=_0xdefbx2[_0x15c7[257]]):(this[_0x15c7[2441]](_0xdefbx2[_0x15c7[247]]),this[_0x15c7[441]][_0x15c7[1741]]==_0xdefbx2[_0x15c7[247]]&&this[_0x15c7[2442]]());_0xdefbx3!=_0xdefbx2[_0x15c7[257]]&&(null!=_0xdefbx3&&this[_0x15c7[441]][_0x15c7[2263]](_0xdefbx3,!1,!1),null!=_0xdefbx2[_0x15c7[257]]&&this[_0x15c7[441]][_0x15c7[2263]](_0xdefbx2[_0x15c7[257]],!1,!1))}else {_0xdefbx2 instanceof mxTerminalChange||_0xdefbx2 instanceof mxGeometryChange?this[_0x15c7[441]][_0x15c7[2263]](_0xdefbx2[_0x15c7[246]]):_0xdefbx2 instanceof mxValueChange?this[_0x15c7[441]][_0x15c7[2263]](_0xdefbx2[_0x15c7[246]],!1,!1):_0xdefbx2 instanceof mxStyleChange?(this[_0x15c7[441]][_0x15c7[2263]](_0xdefbx2[_0x15c7[246]],!0,!0,!1),this[_0x15c7[441]][_0x15c7[2265]](_0xdefbx2[_0x15c7[246]])):null!=_0xdefbx2[_0x15c7[246]]&&_0xdefbx2[_0x15c7[246]] instanceof mxCell&&this[_0x15c7[2441]](_0xdefbx2[_0x15c7[246]])}}};mxGraph[_0x15c7[202]][_0x15c7[2441]]=function(_0xdefbx2){for(var _0xdefbx3=this[_0x15c7[251]][_0x15c7[262]](_0xdefbx2),_0xdefbx4=0;_0xdefbx4<_0xdefbx3;_0xdefbx4++){this[_0x15c7[2441]](this[_0x15c7[251]][_0x15c7[263]](_0xdefbx2,_0xdefbx4))};this[_0x15c7[441]][_0x15c7[2265]](_0xdefbx2)};mxGraph[_0x15c7[202]][_0x15c7[2443]]=function(_0xdefbx2,_0xdefbx3){null==_0xdefbx2[_0x15c7[1211]]&&(_0xdefbx2[_0x15c7[1211]]=[]);_0xdefbx2[_0x15c7[1211]][_0x15c7[207]](_0xdefbx3);var _0xdefbx4=this[_0x15c7[441]][_0x15c7[248]](_0xdefbx2);null!=_0xdefbx4&&this[_0x15c7[259]][_0x15c7[258]](_0xdefbx4);this[_0x15c7[746]]( new mxEventObject(mxEvent.ADD_OVERLAY,_0x15c7[246],_0xdefbx2,_0x15c7[2201],_0xdefbx3));return _0xdefbx3};mxGraph[_0x15c7[202]][_0x15c7[2200]]=function(_0xdefbx2){return _0xdefbx2[_0x15c7[1211]]};mxGraph[_0x15c7[202]][_0x15c7[2444]]=function(_0xdefbx2,_0xdefbx3){if(null==_0xdefbx3){this[_0x15c7[2445]](_0xdefbx2)}else {var _0xdefbx4=mxUtils[_0x15c7[2]](_0xdefbx2[_0x15c7[1211]],_0xdefbx3);0<=_0xdefbx4?(_0xdefbx2[_0x15c7[1211]][_0x15c7[300]](_0xdefbx4,1),0==_0xdefbx2[_0x15c7[1211]][_0x15c7[67]]&&(_0xdefbx2[_0x15c7[1211]]=null),_0xdefbx4=this[_0x15c7[441]][_0x15c7[248]](_0xdefbx2),null!=_0xdefbx4&&this[_0x15c7[259]][_0x15c7[258]](_0xdefbx4),this[_0x15c7[746]]( new mxEventObject(mxEvent.REMOVE_OVERLAY,_0x15c7[246],_0xdefbx2,_0x15c7[2201],_0xdefbx3))):_0xdefbx3=null};return _0xdefbx3};mxGraph[_0x15c7[202]][_0x15c7[2445]]=function(_0xdefbx2){var _0xdefbx3=_0xdefbx2[_0x15c7[1211]];if(null!=_0xdefbx3){_0xdefbx2[_0x15c7[1211]]=null;var _0xdefbx4=this[_0x15c7[441]][_0x15c7[248]](_0xdefbx2);null!=_0xdefbx4&&this[_0x15c7[259]][_0x15c7[258]](_0xdefbx4);for(_0xdefbx4=0;_0xdefbx4<_0xdefbx3[_0x15c7[67]];_0xdefbx4++){this[_0x15c7[746]]( new mxEventObject(mxEvent.REMOVE_OVERLAY,_0x15c7[246],_0xdefbx2,_0x15c7[2201],_0xdefbx3[_0xdefbx4]))}};return _0xdefbx3};mxGraph[_0x15c7[202]][_0x15c7[2446]]=function(_0xdefbx2){_0xdefbx2=null!=_0xdefbx2?_0xdefbx2:this[_0x15c7[251]][_0x15c7[501]]();this[_0x15c7[2445]](_0xdefbx2);for(var _0xdefbx3=this[_0x15c7[251]][_0x15c7[262]](_0xdefbx2),_0xdefbx4=0;_0xdefbx4<_0xdefbx3;_0xdefbx4++){var _0xdefbx5=this[_0x15c7[251]][_0x15c7[263]](_0xdefbx2,_0xdefbx4);this[_0x15c7[2446]](_0xdefbx5)}};mxGraph[_0x15c7[202]][_0x15c7[2447]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){if(null!=_0xdefbx3&&0<_0xdefbx3[_0x15c7[67]]){return _0xdefbx4=null!=_0xdefbx4?_0xdefbx4:this[_0x15c7[2419]],_0xdefbx3= new mxCellOverlay(_0xdefbx4,_0x15c7[2448]+_0xdefbx3+_0x15c7[2449]),_0xdefbx5&&_0xdefbx3[_0x15c7[169]](mxEvent.CLICK,mxUtils[_0x15c7[885]](this,function(_0xdefbx3,_0xdefbx4){this[_0x15c7[994]]()&&this[_0x15c7[2450]](_0xdefbx2)})),this[_0x15c7[2443]](_0xdefbx2,_0xdefbx3)};this[_0x15c7[2445]](_0xdefbx2);return null};mxGraph[_0x15c7[202]][_0x15c7[855]]=function(_0xdefbx2){this[_0x15c7[2451]](null,_0xdefbx2)};mxGraph[_0x15c7[202]][_0x15c7[2451]]=function(_0xdefbx2,_0xdefbx3){null==_0xdefbx2&&(_0xdefbx2=this[_0x15c7[2452]](),null!=_0xdefbx2&&!this[_0x15c7[2453]](_0xdefbx2)&&(_0xdefbx2=null));null!=_0xdefbx2&&(this[_0x15c7[746]]( new mxEventObject(mxEvent.START_EDITING,_0x15c7[246],_0xdefbx2,_0x15c7[763],_0xdefbx3)),this[_0x15c7[2347]][_0x15c7[855]](_0xdefbx2,_0xdefbx3))};mxGraph[_0x15c7[202]][_0x15c7[2142]]=function(_0xdefbx2,_0xdefbx3){return this[_0x15c7[2454]](_0xdefbx2)};mxGraph[_0x15c7[202]][_0x15c7[2126]]=function(_0xdefbx2){this[_0x15c7[2347]][_0x15c7[2126]](_0xdefbx2)};mxGraph[_0x15c7[202]][_0x15c7[850]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){this[_0x15c7[251]][_0x15c7[473]]();try{this[_0x15c7[2456]](_0xdefbx2,_0xdefbx3,this[_0x15c7[2455]](_0xdefbx2)),this[_0x15c7[746]]( new mxEventObject(mxEvent.LABEL_CHANGED,_0x15c7[246],_0xdefbx2,_0x15c7[131],_0xdefbx3,_0x15c7[763],_0xdefbx4))}finally{this[_0x15c7[251]][_0x15c7[476]]()};return _0xdefbx2};mxGraph[_0x15c7[202]][_0x15c7[2456]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){this[_0x15c7[251]][_0x15c7[473]]();try{this[_0x15c7[251]][_0x15c7[1966]](_0xdefbx2,_0xdefbx3),_0xdefbx4&&this[_0x15c7[2457]](_0xdefbx2,!1)}finally{this[_0x15c7[251]][_0x15c7[476]]()}};mxGraph[_0x15c7[202]][_0x15c7[859]]=function(_0xdefbx2){this[_0x15c7[2126]](!0);this[_0x15c7[2433]][_0x15c7[862]]();this[_0x15c7[1011]][_0x15c7[862]]();_0xdefbx2=this[_0x15c7[897]]();for(var _0xdefbx3=0;_0xdefbx3<_0xdefbx2[_0x15c7[67]];_0xdefbx3++){var _0xdefbx4=this[_0x15c7[441]][_0x15c7[248]](_0xdefbx2[_0xdefbx3]);null!=_0xdefbx4&&null!=_0xdefbx4[_0x15c7[2458]]&&_0xdefbx4[_0x15c7[2458]][_0x15c7[862]]()}};mxGraph[_0x15c7[202]][_0x15c7[173]]=function(_0xdefbx2){var _0xdefbx3=_0xdefbx2[_0x15c7[727]](),_0xdefbx4=_0xdefbx2[_0x15c7[736]](),_0xdefbx5= new mxEventObject(mxEvent.CLICK,_0x15c7[763],_0xdefbx3,_0x15c7[246],_0xdefbx4);_0xdefbx2[_0x15c7[721]]()&&_0xdefbx5[_0x15c7[722]]();this[_0x15c7[746]](_0xdefbx5);this[_0x15c7[994]]()&&(!mxEvent[_0x15c7[721]](_0xdefbx3)&&!_0xdefbx5[_0x15c7[721]]())&&(null!=_0xdefbx4?this[_0x15c7[2459]](_0xdefbx4,_0xdefbx3):(_0xdefbx4=null,this[_0x15c7[2460]]()&&(_0xdefbx4=this[_0x15c7[2461]](_0xdefbx2[_0x15c7[734]](),_0xdefbx2[_0x15c7[735]]())),null!=_0xdefbx4?this[_0x15c7[2459]](_0xdefbx4,_0xdefbx3):this[_0x15c7[2462]](_0xdefbx3)||this[_0x15c7[2440]]()))};mxGraph[_0x15c7[202]][_0x15c7[761]]=function(_0xdefbx2,_0xdefbx3){var _0xdefbx4= new mxEventObject(mxEvent.DOUBLE_CLICK,_0x15c7[763],_0xdefbx2,_0x15c7[246],_0xdefbx3);this[_0x15c7[746]](_0xdefbx4);this[_0x15c7[994]]()&&(!mxEvent[_0x15c7[721]](_0xdefbx2)&&!_0xdefbx4[_0x15c7[721]]()&&null!=_0xdefbx3&&this[_0x15c7[2453]](_0xdefbx3))&&this[_0x15c7[2451]](_0xdefbx3,_0xdefbx2)};mxGraph[_0x15c7[202]][_0x15c7[1014]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){if(!this[_0x15c7[2382]]&&(this[_0x15c7[2384]]||mxUtils[_0x15c7[1134]](this[_0x15c7[526]]))){var _0xdefbx9=this[_0x15c7[526]];_0xdefbx5=null!=_0xdefbx5?_0xdefbx5:20;if(_0xdefbx2>=_0xdefbx9[_0x15c7[360]]&&_0xdefbx3>=_0xdefbx9[_0x15c7[190]]&&_0xdefbx2<=_0xdefbx9[_0x15c7[360]]+_0xdefbx9[_0x15c7[159]]&&_0xdefbx3<=_0xdefbx9[_0x15c7[190]]+_0xdefbx9[_0x15c7[157]]){var _0xdefbxa=_0xdefbx9[_0x15c7[360]]+_0xdefbx9[_0x15c7[159]]-_0xdefbx2;if(_0xdefbxa<_0xdefbx5){if(_0xdefbx2=_0xdefbx9[_0x15c7[360]],_0xdefbx9[_0x15c7[360]]+=_0xdefbx5-_0xdefbxa,_0xdefbx4&&_0xdefbx2==_0xdefbx9[_0x15c7[360]]){if(this[_0x15c7[507]]==mxConstants[_0x15c7[508]]){_0xdefbx2=this[_0x15c7[441]][_0x15c7[2024]]()[_0x15c7[538]];var _0xdefbx12=this[_0x15c7[526]][_0x15c7[1526]]+_0xdefbx5-_0xdefbxa}else {_0xdefbx12=Math[_0x15c7[160]](_0xdefbx9[_0x15c7[159]],_0xdefbx9[_0x15c7[1526]])+_0xdefbx5-_0xdefbxa,_0xdefbx2=this[_0x15c7[441]][_0x15c7[2051]]()};_0xdefbx2[_0x15c7[124]][_0x15c7[117]]=_0xdefbx12+_0x15c7[168];_0xdefbx9[_0x15c7[360]]+=_0xdefbx5-_0xdefbxa}}else {_0xdefbxa=_0xdefbx2-_0xdefbx9[_0x15c7[360]],_0xdefbxa<_0xdefbx5&&(_0xdefbx9[_0x15c7[360]]-=_0xdefbx5-_0xdefbxa)};_0xdefbxa=_0xdefbx9[_0x15c7[190]]+_0xdefbx9[_0x15c7[157]]-_0xdefbx3;_0xdefbxa<_0xdefbx5?(_0xdefbx2=_0xdefbx9[_0x15c7[190]],_0xdefbx9[_0x15c7[190]]+=_0xdefbx5-_0xdefbxa,_0xdefbx2==_0xdefbx9[_0x15c7[190]]&&_0xdefbx4&&(this[_0x15c7[507]]==mxConstants[_0x15c7[508]]?(_0xdefbx2=this[_0x15c7[441]][_0x15c7[2024]]()[_0x15c7[538]],_0xdefbx3=this[_0x15c7[526]][_0x15c7[191]]+_0xdefbx5-_0xdefbxa):(_0xdefbx3=Math[_0x15c7[160]](_0xdefbx9[_0x15c7[157]],_0xdefbx9[_0x15c7[191]])+_0xdefbx5-_0xdefbxa,_0xdefbx2=this[_0x15c7[441]][_0x15c7[2051]]()),_0xdefbx2[_0x15c7[124]][_0x15c7[119]]=_0xdefbx3+_0x15c7[168],_0xdefbx9[_0x15c7[190]]+=_0xdefbx5-_0xdefbxa)):(_0xdefbxa=_0xdefbx3-_0xdefbx9[_0x15c7[190]],_0xdefbxa<_0xdefbx5&&(_0xdefbx9[_0x15c7[190]]-=_0xdefbx5-_0xdefbxa))}}else {this[_0x15c7[2383]]&&!this[_0x15c7[2316]][_0x15c7[1124]]&&(null==this[_0x15c7[2463]]&&(this[_0x15c7[2463]]=this[_0x15c7[2464]]()),this[_0x15c7[2463]][_0x15c7[1143]](_0xdefbx2+this[_0x15c7[1136]],_0xdefbx3+this[_0x15c7[1137]]))}};mxGraph[_0x15c7[202]][_0x15c7[2464]]=function(){return new mxPanningManager(this)};mxGraph[_0x15c7[202]][_0x15c7[2465]]=function(){function _0xdefbx2(_0xdefbx2){var _0xdefbx3=0,_0xdefbx3=_0x15c7[2466]==_0xdefbx2?2:_0x15c7[2467]==_0xdefbx2?4:_0x15c7[2468]==_0xdefbx2?6:parseInt(_0xdefbx2);isNaN(_0xdefbx3)&&(_0xdefbx3=0);return _0xdefbx3}var _0xdefbx3=mxUtils[_0x15c7[275]](this[_0x15c7[526]]),_0xdefbx4= new mxRectangle;_0xdefbx4[_0x15c7[235]]=_0xdefbx2(_0xdefbx3[_0x15c7[2469]])+parseInt(_0xdefbx3[_0x15c7[357]]||0);_0xdefbx4[_0x15c7[236]]=_0xdefbx2(_0xdefbx3[_0x15c7[2470]])+parseInt(_0xdefbx3[_0x15c7[2471]]||0);_0xdefbx4[_0x15c7[117]]=_0xdefbx2(_0xdefbx3[_0x15c7[2472]])+parseInt(_0xdefbx3[_0x15c7[1164]]||0);_0xdefbx4[_0x15c7[119]]=_0xdefbx2(_0xdefbx3[_0x15c7[2473]])+parseInt(_0xdefbx3[_0x15c7[2474]]||0);return _0xdefbx4};mxGraph[_0x15c7[202]][_0x15c7[2475]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx2=this[_0x15c7[441]][_0x15c7[255]];var _0xdefbx5=this[_0x15c7[441]][_0x15c7[513]],_0xdefbx9=this[_0x15c7[2013]],_0xdefbxa=_0xdefbx2*this[_0x15c7[2012]],_0xdefbx9= new mxRectangle(0,0,_0xdefbx9[_0x15c7[117]]*_0xdefbxa,_0xdefbx9[_0x15c7[119]]*_0xdefbxa);_0xdefbx3=this[_0x15c7[2357]]?Math[_0x15c7[430]](_0xdefbx3/_0xdefbx9[_0x15c7[117]]):1;_0xdefbx4=this[_0x15c7[2357]]?Math[_0x15c7[430]](_0xdefbx4/_0xdefbx9[_0x15c7[119]]):1;return new mxRectangle(0,0,_0xdefbx3*_0xdefbx9[_0x15c7[117]]+2+_0xdefbx5[_0x15c7[235]]/_0xdefbx2,_0xdefbx4*_0xdefbx9[_0x15c7[119]]+2+_0xdefbx5[_0x15c7[236]]/_0xdefbx2)};mxGraph[_0x15c7[202]][_0x15c7[2258]]=function(){var _0xdefbx2=this[_0x15c7[517]]();if(null!=this[_0x15c7[526]]){var _0xdefbx3=this[_0x15c7[2476]](),_0xdefbx4=Math[_0x15c7[160]](0,_0xdefbx2[_0x15c7[235]]+_0xdefbx2[_0x15c7[117]]+1+_0xdefbx3),_0xdefbx3=Math[_0x15c7[160]](0,_0xdefbx2[_0x15c7[236]]+_0xdefbx2[_0x15c7[119]]+1+_0xdefbx3);null!=this[_0x15c7[2387]]&&(_0xdefbx4=Math[_0x15c7[160]](_0xdefbx4,this[_0x15c7[2387]][_0x15c7[117]]),_0xdefbx3=Math[_0x15c7[160]](_0xdefbx3,this[_0x15c7[2387]][_0x15c7[119]]));this[_0x15c7[2389]]&&this[_0x15c7[2477]](_0xdefbx4,_0xdefbx3);if(this[_0x15c7[2361]]||!mxClient[_0x15c7[80]]&&this[_0x15c7[2273]]){var _0xdefbx5=this[_0x15c7[2475]](_0xdefbx2,_0xdefbx4,_0xdefbx3);null!=_0xdefbx5&&(_0xdefbx4=_0xdefbx5[_0x15c7[117]],_0xdefbx3=_0xdefbx5[_0x15c7[119]])};null!=this[_0x15c7[2386]]&&(_0xdefbx4=Math[_0x15c7[160]](_0xdefbx4,this[_0x15c7[2386]][_0x15c7[117]]*this[_0x15c7[441]][_0x15c7[255]]),_0xdefbx3=Math[_0x15c7[160]](_0xdefbx3,this[_0x15c7[2386]][_0x15c7[119]]*this[_0x15c7[441]][_0x15c7[255]]));_0xdefbx4=Math[_0x15c7[430]](_0xdefbx4-1);_0xdefbx3=Math[_0x15c7[430]](_0xdefbx3-1);this[_0x15c7[507]]==mxConstants[_0x15c7[508]]?(_0xdefbx5=this[_0x15c7[441]][_0x15c7[2024]]()[_0x15c7[538]],_0xdefbx5[_0x15c7[124]][_0x15c7[2478]]=Math[_0x15c7[160]](1,_0xdefbx4)+_0x15c7[168],_0xdefbx5[_0x15c7[124]][_0x15c7[2479]]=Math[_0x15c7[160]](1,_0xdefbx3)+_0x15c7[168],_0xdefbx5[_0x15c7[124]][_0x15c7[117]]=_0x15c7[118],_0xdefbx5[_0x15c7[124]][_0x15c7[119]]=_0x15c7[118]):mxClient[_0x15c7[496]]?this[_0x15c7[441]][_0x15c7[2320]](Math[_0x15c7[160]](1,_0xdefbx4),Math[_0x15c7[160]](1,_0xdefbx3)):(this[_0x15c7[441]][_0x15c7[510]][_0x15c7[124]][_0x15c7[2478]]=Math[_0x15c7[160]](1,_0xdefbx4)+_0x15c7[168],this[_0x15c7[441]][_0x15c7[510]][_0x15c7[124]][_0x15c7[2479]]=Math[_0x15c7[160]](1,_0xdefbx3)+_0x15c7[168]);this[_0x15c7[2480]](this[_0x15c7[2357]],_0xdefbx4-1,_0xdefbx3-1)};this[_0x15c7[746]]( new mxEventObject(mxEvent.SIZE,_0x15c7[1562],_0xdefbx2))};mxGraph[_0x15c7[202]][_0x15c7[2477]]=function(_0xdefbx2,_0xdefbx3){if(mxClient[_0x15c7[80]]){if(mxClient[_0x15c7[496]]){var _0xdefbx4=this[_0x15c7[2465]]();_0xdefbx2+=Math[_0x15c7[160]](2,_0xdefbx4[_0x15c7[235]]+_0xdefbx4[_0x15c7[117]]+1);_0xdefbx3+=Math[_0x15c7[160]](2,_0xdefbx4[_0x15c7[236]]+_0xdefbx4[_0x15c7[119]]+1)}else {9<=document[_0x15c7[5]]?(_0xdefbx2+=3,_0xdefbx3+=5):(_0xdefbx2+=1,_0xdefbx3+=1)}}else {_0xdefbx3+=1};null!=this[_0x15c7[2388]]&&(_0xdefbx2=Math[_0x15c7[243]](this[_0x15c7[2388]][_0x15c7[117]],_0xdefbx2),_0xdefbx3=Math[_0x15c7[243]](this[_0x15c7[2388]][_0x15c7[119]],_0xdefbx3));this[_0x15c7[526]][_0x15c7[124]][_0x15c7[117]]=Math[_0x15c7[430]](_0xdefbx2)+_0x15c7[168];this[_0x15c7[526]][_0x15c7[124]][_0x15c7[119]]=Math[_0x15c7[430]](_0xdefbx3)+_0x15c7[168]};mxGraph[_0x15c7[202]][_0x15c7[2480]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){var _0xdefbx5=this[_0x15c7[441]][_0x15c7[255]],_0xdefbx9=this[_0x15c7[441]][_0x15c7[513]],_0xdefbxa=this[_0x15c7[2013]],_0xdefbx12=_0xdefbx5*this[_0x15c7[2012]],_0xdefbx9= new mxRectangle(_0xdefbx5*_0xdefbx9[_0x15c7[235]],_0xdefbx5*_0xdefbx9[_0x15c7[236]],_0xdefbxa[_0x15c7[117]]*_0xdefbx12,_0xdefbxa[_0x15c7[119]]*_0xdefbx12);_0xdefbx2=_0xdefbx2&&Math[_0x15c7[243]](_0xdefbx9[_0x15c7[117]],_0xdefbx9[_0x15c7[119]])>this[_0x15c7[2360]];_0xdefbx9[_0x15c7[235]]=mxUtils[_0x15c7[1454]](_0xdefbx9[_0x15c7[235]],_0xdefbx9[_0x15c7[117]]);_0xdefbx9[_0x15c7[236]]=mxUtils[_0x15c7[1454]](_0xdefbx9[_0x15c7[236]],_0xdefbx9[_0x15c7[119]]);_0xdefbxa=_0xdefbx2?Math[_0x15c7[430]]((_0xdefbx3-_0xdefbx9[_0x15c7[235]])/_0xdefbx9[_0x15c7[117]]):0;_0xdefbx2=_0xdefbx2?Math[_0x15c7[430]]((_0xdefbx4-_0xdefbx9[_0x15c7[236]])/_0xdefbx9[_0x15c7[119]]):0;null==this[_0x15c7[2481]]&&0<_0xdefbxa&&(this[_0x15c7[2481]]=[]);if(null!=this[_0x15c7[2481]]){for(_0xdefbx12=0;_0xdefbx12<=_0xdefbxa;_0xdefbx12++){var _0xdefbx13=[ new mxPoint(_0xdefbx9[_0x15c7[235]]+_0xdefbx12*_0xdefbx9[_0x15c7[117]],1), new mxPoint(_0xdefbx9[_0x15c7[235]]+_0xdefbx12*_0xdefbx9[_0x15c7[117]],_0xdefbx4)];null!=this[_0x15c7[2481]][_0xdefbx12]?(this[_0x15c7[2481]][_0xdefbx12][_0x15c7[255]]=1,this[_0x15c7[2481]][_0xdefbx12][_0x15c7[1525]]=_0xdefbx13,this[_0x15c7[2481]][_0xdefbx12][_0x15c7[258]]()):(_0xdefbx13= new mxPolyline(_0xdefbx13,this[_0x15c7[2358]],this[_0x15c7[255]]),_0xdefbx13[_0x15c7[507]]=this[_0x15c7[507]],_0xdefbx13[_0x15c7[1522]]=this[_0x15c7[2359]],_0xdefbx13[_0x15c7[255]]=_0xdefbx5,_0xdefbx13[_0x15c7[176]](this[_0x15c7[441]][_0x15c7[2053]]),_0xdefbx13[_0x15c7[258]](),this[_0x15c7[2481]][_0xdefbx12]=_0xdefbx13)};for(_0xdefbx12=_0xdefbxa;_0xdefbx12<this[_0x15c7[2481]][_0x15c7[67]];_0xdefbx12++){this[_0x15c7[2481]][_0xdefbx12][_0x15c7[515]]()};this[_0x15c7[2481]][_0x15c7[300]](_0xdefbxa,this[_0x15c7[2481]][_0x15c7[67]]-_0xdefbxa)};null==this[_0x15c7[2482]]&&0<_0xdefbx2&&(this[_0x15c7[2482]]=[]);if(null!=this[_0x15c7[2482]]){for(_0xdefbx12=0;_0xdefbx12<=_0xdefbx2;_0xdefbx12++){_0xdefbx13=[ new mxPoint(1,_0xdefbx9[_0x15c7[236]]+_0xdefbx12*_0xdefbx9[_0x15c7[119]]), new mxPoint(_0xdefbx3,_0xdefbx9[_0x15c7[236]]+_0xdefbx12*_0xdefbx9[_0x15c7[119]])],null!=this[_0x15c7[2482]][_0xdefbx12]?(this[_0x15c7[2482]][_0xdefbx12][_0x15c7[255]]=1,this[_0x15c7[2482]][_0xdefbx12][_0x15c7[1525]]=_0xdefbx13,this[_0x15c7[2482]][_0xdefbx12][_0x15c7[258]]()):(_0xdefbx13= new mxPolyline(_0xdefbx13,this[_0x15c7[2358]],_0xdefbx5),_0xdefbx13[_0x15c7[507]]=this[_0x15c7[507]],_0xdefbx13[_0x15c7[1522]]=this[_0x15c7[2359]],_0xdefbx13[_0x15c7[255]]=_0xdefbx5,_0xdefbx13[_0x15c7[176]](this[_0x15c7[441]][_0x15c7[2053]]),_0xdefbx13[_0x15c7[258]](),this[_0x15c7[2482]][_0xdefbx12]=_0xdefbx13)};for(_0xdefbx12=_0xdefbx2;_0xdefbx12<this[_0x15c7[2482]][_0x15c7[67]];_0xdefbx12++){this[_0x15c7[2482]][_0xdefbx12][_0x15c7[515]]()};this[_0x15c7[2482]][_0x15c7[300]](_0xdefbx2,this[_0x15c7[2482]][_0x15c7[67]]-_0xdefbx2)}};mxGraph[_0x15c7[202]][_0x15c7[1705]]=function(_0xdefbx2){var _0xdefbx3=this[_0x15c7[251]][_0x15c7[474]](_0xdefbx2),_0xdefbx4=null,_0xdefbx4=this[_0x15c7[251]][_0x15c7[250]](_0xdefbx2)?this[_0x15c7[94]][_0x15c7[2077]]():this[_0x15c7[94]][_0x15c7[2076]]();null!=_0xdefbx3&&(_0xdefbx4=this[_0x15c7[2483]](this[_0x15c7[94]][_0x15c7[1705]](_0xdefbx3,_0xdefbx4)));null==_0xdefbx4&&(_0xdefbx4=mxGraph[_0x15c7[202]][_0x15c7[2346]]);return _0xdefbx4};mxGraph[_0x15c7[202]][_0x15c7[2483]]=function(_0xdefbx2){if(null!=_0xdefbx2){var _0xdefbx3=_0xdefbx2[mxConstants[_0x15c7[2484]]],_0xdefbx4=this[_0x15c7[2485]](_0xdefbx3);null!=_0xdefbx4?_0xdefbx2[mxConstants[_0x15c7[2484]]]=_0xdefbx4:_0xdefbx4=_0xdefbx3;null!=_0xdefbx4&&_0x15c7[2486]==_0xdefbx4[_0x15c7[85]](0,11)&&(_0xdefbx3=_0xdefbx4[_0x15c7[2]](_0x15c7[537]),0<_0xdefbx3&&(_0xdefbx4=_0xdefbx4[_0x15c7[85]](0,_0xdefbx3)+_0x15c7[2487]+_0xdefbx4[_0x15c7[85]](_0xdefbx3+1)),_0xdefbx2[mxConstants[_0x15c7[2484]]]=_0xdefbx4)};return _0xdefbx2};mxGraph[_0x15c7[202]][_0x15c7[2488]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx3=_0xdefbx3||this[_0x15c7[897]]();if(null!=_0xdefbx3){this[_0x15c7[251]][_0x15c7[473]]();try{for(var _0xdefbx4=0;_0xdefbx4<_0xdefbx3[_0x15c7[67]];_0xdefbx4++){this[_0x15c7[251]][_0x15c7[475]](_0xdefbx3[_0xdefbx4],_0xdefbx2)}}finally{this[_0x15c7[251]][_0x15c7[476]]()}}};mxGraph[_0x15c7[202]][_0x15c7[2489]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx4=_0xdefbx4||this[_0x15c7[2452]]();this[_0x15c7[2490]](_0xdefbx2,_0xdefbx3,[_0xdefbx4])};mxGraph[_0x15c7[202]][_0x15c7[2490]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx3=null!=_0xdefbx3?_0xdefbx3:!1;_0xdefbx4=_0xdefbx4||this[_0x15c7[897]]();if(null!=_0xdefbx4&&0<_0xdefbx4[_0x15c7[67]]){var _0xdefbx5=this[_0x15c7[441]][_0x15c7[248]](_0xdefbx4[0]),_0xdefbx5=null!=_0xdefbx5?_0xdefbx5[_0x15c7[124]]:this[_0x15c7[1705]](_0xdefbx4[0]);null!=_0xdefbx5&&(_0xdefbx3=mxUtils[_0x15c7[433]](_0xdefbx5,_0xdefbx2,_0xdefbx3)?0:1,this[_0x15c7[1717]](_0xdefbx2,_0xdefbx3,_0xdefbx4))}};mxGraph[_0x15c7[202]][_0x15c7[1717]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx4=_0xdefbx4||this[_0x15c7[897]]();mxUtils[_0x15c7[1717]](this[_0x15c7[251]],_0xdefbx4,_0xdefbx2,_0xdefbx3)};mxGraph[_0x15c7[202]][_0x15c7[2491]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){this[_0x15c7[2492]](_0xdefbx2,_0xdefbx3,null,_0xdefbx4)};mxGraph[_0x15c7[202]][_0x15c7[2492]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx5=_0xdefbx5||this[_0x15c7[897]]();if(null!=_0xdefbx5&&0<_0xdefbx5[_0x15c7[67]]){if(null==_0xdefbx4){var _0xdefbx9=this[_0x15c7[441]][_0x15c7[248]](_0xdefbx5[0]),_0xdefbx9=null!=_0xdefbx9?_0xdefbx9[_0x15c7[124]]:this[_0x15c7[1705]](_0xdefbx5[0]);null!=_0xdefbx9&&(_0xdefbx4=(parseInt(_0xdefbx9[_0xdefbx2]||0)&_0xdefbx3)!=_0xdefbx3)};mxUtils[_0x15c7[2492]](this[_0x15c7[251]],_0xdefbx5,_0xdefbx2,_0xdefbx3,_0xdefbx4)}};mxGraph[_0x15c7[202]][_0x15c7[849]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){null==_0xdefbx3&&(_0xdefbx3=this[_0x15c7[897]]());if(null!=_0xdefbx3&&1<_0xdefbx3[_0x15c7[67]]){if(null==_0xdefbx4){for(var _0xdefbx5=0;_0xdefbx5<_0xdefbx3[_0x15c7[67]];_0xdefbx5++){var _0xdefbx9=this[_0x15c7[1198]](_0xdefbx3[_0xdefbx5]);if(null!=_0xdefbx9&&!this[_0x15c7[251]][_0x15c7[250]](_0xdefbx3[_0xdefbx5])){if(null==_0xdefbx4){if(_0xdefbx2==mxConstants[_0x15c7[479]]){_0xdefbx4=_0xdefbx9[_0x15c7[235]]+_0xdefbx9[_0x15c7[117]]/2;break}else {if(_0xdefbx2==mxConstants[_0x15c7[480]]){_0xdefbx4=_0xdefbx9[_0x15c7[235]]+_0xdefbx9[_0x15c7[117]]}else {if(_0xdefbx2==mxConstants[_0x15c7[1687]]){_0xdefbx4=_0xdefbx9[_0x15c7[236]]}else {if(_0xdefbx2==mxConstants[_0x15c7[481]]){_0xdefbx4=_0xdefbx9[_0x15c7[236]]+_0xdefbx9[_0x15c7[119]]/2;break}else {_0xdefbx4=_0xdefbx2==mxConstants[_0x15c7[482]]?_0xdefbx9[_0x15c7[236]]+_0xdefbx9[_0x15c7[119]]:_0xdefbx9[_0x15c7[235]]}}}}}else {_0xdefbx4=_0xdefbx2==mxConstants[_0x15c7[480]]?Math[_0x15c7[160]](_0xdefbx4,_0xdefbx9[_0x15c7[235]]+_0xdefbx9[_0x15c7[117]]):_0xdefbx2==mxConstants[_0x15c7[1687]]?Math[_0x15c7[243]](_0xdefbx4,_0xdefbx9[_0x15c7[236]]):_0xdefbx2==mxConstants[_0x15c7[482]]?Math[_0x15c7[160]](_0xdefbx4,_0xdefbx9[_0x15c7[236]]+_0xdefbx9[_0x15c7[119]]):Math[_0x15c7[243]](_0xdefbx4,_0xdefbx9[_0x15c7[235]])}}}};if(null!=_0xdefbx4){this[_0x15c7[251]][_0x15c7[473]]();try{for(_0xdefbx5=0;_0xdefbx5<_0xdefbx3[_0x15c7[67]];_0xdefbx5++){_0xdefbx9=this[_0x15c7[1198]](_0xdefbx3[_0xdefbx5]),null!=_0xdefbx9&&!this[_0x15c7[251]][_0x15c7[250]](_0xdefbx3[_0xdefbx5])&&(_0xdefbx9=_0xdefbx9[_0x15c7[238]](),_0xdefbx2==mxConstants[_0x15c7[479]]?_0xdefbx9[_0x15c7[235]]=_0xdefbx4-_0xdefbx9[_0x15c7[117]]/2:_0xdefbx2==mxConstants[_0x15c7[480]]?_0xdefbx9[_0x15c7[235]]=_0xdefbx4-_0xdefbx9[_0x15c7[117]]:_0xdefbx2==mxConstants[_0x15c7[1687]]?_0xdefbx9[_0x15c7[236]]=_0xdefbx4:_0xdefbx2==mxConstants[_0x15c7[481]]?_0xdefbx9[_0x15c7[236]]=_0xdefbx4-_0xdefbx9[_0x15c7[119]]/2:_0xdefbx2==mxConstants[_0x15c7[482]]?_0xdefbx9[_0x15c7[236]]=_0xdefbx4-_0xdefbx9[_0x15c7[119]]:_0xdefbx9[_0x15c7[235]]=_0xdefbx4,this[_0x15c7[251]][_0x15c7[1724]](_0xdefbx3[_0xdefbx5],_0xdefbx9))};this[_0x15c7[746]]( new mxEventObject(mxEvent.ALIGN_CELLS,_0x15c7[611],_0xdefbx2,_0x15c7[895],_0xdefbx3))}finally{this[_0x15c7[251]][_0x15c7[476]]()}}};return _0xdefbx3};mxGraph[_0x15c7[202]][_0x15c7[854]]=function(_0xdefbx2){if(null!=_0xdefbx2&&null!=this[_0x15c7[2356]]){this[_0x15c7[251]][_0x15c7[473]]();try{var _0xdefbx3=this[_0x15c7[251]][_0x15c7[474]](_0xdefbx2);null==_0xdefbx3||0==_0xdefbx3[_0x15c7[67]]?this[_0x15c7[251]][_0x15c7[475]](_0xdefbx2,this[_0x15c7[2356]]):this[_0x15c7[251]][_0x15c7[475]](_0xdefbx2,null);this[_0x15c7[1809]](_0xdefbx2);this[_0x15c7[746]]( new mxEventObject(mxEvent.FLIP_EDGE,_0x15c7[1989],_0xdefbx2))}finally{this[_0x15c7[251]][_0x15c7[476]]()}};return _0xdefbx2};mxGraph[_0x15c7[202]][_0x15c7[2493]]=function(_0xdefbx2){this[_0x15c7[2336]][_0x15c7[207]](_0xdefbx2)};mxGraph[_0x15c7[202]][_0x15c7[2494]]=function(_0xdefbx2){for(var _0xdefbx3=[],_0xdefbx4=0;_0xdefbx4<this[_0x15c7[2336]][_0x15c7[67]];_0xdefbx4++){this[_0x15c7[2336]][_0xdefbx4]!=_0xdefbx2&&_0xdefbx3[_0x15c7[207]](this[_0x15c7[2336]][_0xdefbx4])};this[_0x15c7[2336]]=_0xdefbx3};mxGraph[_0x15c7[202]][_0x15c7[2485]]=function(_0xdefbx2){if(null!=_0xdefbx2){for(var _0xdefbx3=0;_0xdefbx3<this[_0x15c7[2336]][_0x15c7[67]];_0xdefbx3++){var _0xdefbx4=this[_0x15c7[2336]][_0xdefbx3][_0x15c7[1202]](_0xdefbx2);if(null!=_0xdefbx4){return _0xdefbx4}}};return null};mxGraph[_0x15c7[202]][_0x15c7[840]]=function(_0xdefbx2,_0xdefbx3){null==_0xdefbx3&&(_0xdefbx3=mxUtils[_0x15c7[1779]](this[_0x15c7[897]](),!0));this[_0x15c7[251]][_0x15c7[473]]();try{this[_0x15c7[841]](_0xdefbx3,_0xdefbx2),this[_0x15c7[746]]( new mxEventObject(mxEvent.ORDER_CELLS,_0x15c7[2495],_0xdefbx2,_0x15c7[895],_0xdefbx3))}finally{this[_0x15c7[251]][_0x15c7[476]]()};return _0xdefbx3};mxGraph[_0x15c7[202]][_0x15c7[841]]=function(_0xdefbx2,_0xdefbx3){if(null!=_0xdefbx2){this[_0x15c7[251]][_0x15c7[473]]();try{for(var _0xdefbx4=0;_0xdefbx4<_0xdefbx2[_0x15c7[67]];_0xdefbx4++){var _0xdefbx5=this[_0x15c7[251]][_0x15c7[1197]](_0xdefbx2[_0xdefbx4]);_0xdefbx3?this[_0x15c7[251]][_0x15c7[99]](_0xdefbx5,_0xdefbx2[_0xdefbx4],_0xdefbx4):this[_0x15c7[251]][_0x15c7[99]](_0xdefbx5,_0xdefbx2[_0xdefbx4],this[_0x15c7[251]][_0x15c7[262]](_0xdefbx5)-1)};this[_0x15c7[746]]( new mxEventObject(mxEvent.CELLS_ORDERED,_0x15c7[2495],_0xdefbx3,_0x15c7[895],_0xdefbx2))}finally{this[_0x15c7[251]][_0x15c7[476]]()}}};mxGraph[_0x15c7[202]][_0x15c7[844]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){null==_0xdefbx4&&(_0xdefbx4=mxUtils[_0x15c7[1779]](this[_0x15c7[897]](),!0));_0xdefbx4=this[_0x15c7[2496]](_0xdefbx4);null==_0xdefbx2&&(_0xdefbx2=this[_0x15c7[2497]](_0xdefbx4));var _0xdefbx5=this[_0x15c7[2498]](_0xdefbx2,_0xdefbx4,_0xdefbx3);if(0<_0xdefbx4[_0x15c7[67]]&&null!=_0xdefbx5){var _0xdefbx9=this[_0x15c7[251]][_0x15c7[1197]](_0xdefbx2);null==_0xdefbx9&&(_0xdefbx9=this[_0x15c7[251]][_0x15c7[1197]](_0xdefbx4[0]));this[_0x15c7[251]][_0x15c7[473]]();try{null==this[_0x15c7[1198]](_0xdefbx2)&&this[_0x15c7[251]][_0x15c7[1724]](_0xdefbx2, new mxGeometry);var _0xdefbxa=this[_0x15c7[251]][_0x15c7[262]](_0xdefbx9);this[_0x15c7[833]]([_0xdefbx2],_0xdefbx9,_0xdefbxa,null,null,!1);_0xdefbxa=this[_0x15c7[251]][_0x15c7[262]](_0xdefbx2);this[_0x15c7[833]](_0xdefbx4,_0xdefbx2,_0xdefbxa,null,null,!1,!1);this[_0x15c7[835]](_0xdefbx4,-_0xdefbx5[_0x15c7[235]],-_0xdefbx5[_0x15c7[236]],!1,!0);this[_0x15c7[837]]([_0xdefbx2],[_0xdefbx5]);this[_0x15c7[746]]( new mxEventObject(mxEvent.GROUP_CELLS,_0x15c7[1504],_0xdefbx2,_0x15c7[467],_0xdefbx3,_0x15c7[895],_0xdefbx4))}finally{this[_0x15c7[251]][_0x15c7[476]]()}};return _0xdefbx2};mxGraph[_0x15c7[202]][_0x15c7[2496]]=function(_0xdefbx2){var _0xdefbx3=[];if(null!=_0xdefbx2&&0<_0xdefbx2[_0x15c7[67]]){var _0xdefbx4=this[_0x15c7[251]][_0x15c7[1197]](_0xdefbx2[0]);_0xdefbx3[_0x15c7[207]](_0xdefbx2[0]);for(var _0xdefbx5=1;_0xdefbx5<_0xdefbx2[_0x15c7[67]];_0xdefbx5++){this[_0x15c7[251]][_0x15c7[1197]](_0xdefbx2[_0xdefbx5])==_0xdefbx4&&_0xdefbx3[_0x15c7[207]](_0xdefbx2[_0xdefbx5])}};return _0xdefbx3};mxGraph[_0x15c7[202]][_0x15c7[2498]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){_0xdefbx3=this[_0x15c7[1729]](_0xdefbx3);null!=_0xdefbx3&&(this[_0x15c7[1730]](_0xdefbx2)&&(_0xdefbx2=this[_0x15c7[1731]](_0xdefbx2),_0xdefbx3[_0x15c7[235]]-=_0xdefbx2[_0x15c7[117]],_0xdefbx3[_0x15c7[236]]-=_0xdefbx2[_0x15c7[119]],_0xdefbx3[_0x15c7[117]]+=_0xdefbx2[_0x15c7[117]],_0xdefbx3[_0x15c7[119]]+=_0xdefbx2[_0x15c7[119]]),_0xdefbx3[_0x15c7[235]]-=_0xdefbx4,_0xdefbx3[_0x15c7[236]]-=_0xdefbx4,_0xdefbx3[_0x15c7[117]]+=2*_0xdefbx4,_0xdefbx3[_0x15c7[119]]+=2*_0xdefbx4);return _0xdefbx3};mxGraph[_0x15c7[202]][_0x15c7[2497]]=function(_0xdefbx2){_0xdefbx2= new mxCell(_0x15c7[110]);_0xdefbx2[_0x15c7[1993]](!0);_0xdefbx2[_0x15c7[1995]](!1);return _0xdefbx2};mxGraph[_0x15c7[202]][_0x15c7[845]]=function(_0xdefbx2){var _0xdefbx3=[];if(null==_0xdefbx2){_0xdefbx2=this[_0x15c7[897]]();for(var _0xdefbx4=[],_0xdefbx5=0;_0xdefbx5<_0xdefbx2[_0x15c7[67]];_0xdefbx5++){0<this[_0x15c7[251]][_0x15c7[262]](_0xdefbx2[_0xdefbx5])&&_0xdefbx4[_0x15c7[207]](_0xdefbx2[_0xdefbx5])};_0xdefbx2=_0xdefbx4};if(null!=_0xdefbx2&&0<_0xdefbx2[_0x15c7[67]]){this[_0x15c7[251]][_0x15c7[473]]();try{for(_0xdefbx5=0;_0xdefbx5<_0xdefbx2[_0x15c7[67]];_0xdefbx5++){var _0xdefbx9=this[_0x15c7[251]][_0x15c7[1953]](_0xdefbx2[_0xdefbx5]);if(null!=_0xdefbx9&&0<_0xdefbx9[_0x15c7[67]]){var _0xdefbx9=_0xdefbx9[_0x15c7[1853]](),_0xdefbxa=this[_0x15c7[251]][_0x15c7[1197]](_0xdefbx2[_0xdefbx5]),_0xdefbx12=this[_0x15c7[251]][_0x15c7[262]](_0xdefbxa);this[_0x15c7[833]](_0xdefbx9,_0xdefbxa,_0xdefbx12,null,null,!0);_0xdefbx3=_0xdefbx3[_0x15c7[1919]](_0xdefbx9)}};this[_0x15c7[843]](this[_0x15c7[2499]](_0xdefbx2));this[_0x15c7[746]]( new mxEventObject(mxEvent.UNGROUP_CELLS,_0x15c7[895],_0xdefbx2))}finally{this[_0x15c7[251]][_0x15c7[476]]()}};return _0xdefbx3};mxGraph[_0x15c7[202]][_0x15c7[846]]=function(_0xdefbx2){null==_0xdefbx2&&(_0xdefbx2=this[_0x15c7[897]]());this[_0x15c7[251]][_0x15c7[473]]();try{var _0xdefbx3=this[_0x15c7[902]](),_0xdefbx4=this[_0x15c7[251]][_0x15c7[262]](_0xdefbx3);this[_0x15c7[833]](_0xdefbx2,_0xdefbx3,_0xdefbx4,null,null,!0);this[_0x15c7[746]]( new mxEventObject(mxEvent.REMOVE_CELLS_FROM_PARENT,_0x15c7[895],_0xdefbx2))}finally{this[_0x15c7[251]][_0x15c7[476]]()};return _0xdefbx2};mxGraph[_0x15c7[202]][_0x15c7[1917]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){null==_0xdefbx2&&(_0xdefbx2=this[_0x15c7[897]]());_0xdefbx3=null!=_0xdefbx3?_0xdefbx3:0;_0xdefbx4=null!=_0xdefbx4?_0xdefbx4:!1;this[_0x15c7[251]][_0x15c7[473]]();try{for(var _0xdefbx5=0;_0xdefbx5<_0xdefbx2[_0x15c7[67]];_0xdefbx5++){var _0xdefbx9=this[_0x15c7[1198]](_0xdefbx2[_0xdefbx5]);if(null!=_0xdefbx9){var _0xdefbxa=this[_0x15c7[1955]](_0xdefbx2[_0xdefbx5]);if(null!=_0xdefbxa&&0<_0xdefbxa[_0x15c7[67]]){var _0xdefbx12=this[_0x15c7[1729]](_0xdefbxa);if(0<_0xdefbx12[_0x15c7[117]]&&0<_0xdefbx12[_0x15c7[119]]){var _0xdefbx13=this[_0x15c7[1730]](_0xdefbx2[_0xdefbx5])?this[_0x15c7[1731]](_0xdefbx2[_0xdefbx5]): new mxRectangle,_0xdefbx9=_0xdefbx9[_0x15c7[238]]();_0xdefbx4&&(_0xdefbx9[_0x15c7[235]]+=_0xdefbx12[_0x15c7[235]]-_0xdefbx13[_0x15c7[117]]-_0xdefbx3,_0xdefbx9[_0x15c7[236]]+=_0xdefbx12[_0x15c7[236]]-_0xdefbx13[_0x15c7[119]]-_0xdefbx3);_0xdefbx9[_0x15c7[117]]=_0xdefbx12[_0x15c7[117]]+_0xdefbx13[_0x15c7[117]]+2*_0xdefbx3;_0xdefbx9[_0x15c7[119]]=_0xdefbx12[_0x15c7[119]]+_0xdefbx13[_0x15c7[119]]+2*_0xdefbx3;this[_0x15c7[251]][_0x15c7[1724]](_0xdefbx2[_0xdefbx5],_0xdefbx9);this[_0x15c7[834]](_0xdefbxa,-_0xdefbx12[_0x15c7[235]]+_0xdefbx13[_0x15c7[117]]+_0xdefbx3,-_0xdefbx12[_0x15c7[236]]+_0xdefbx13[_0x15c7[119]]+_0xdefbx3)}}}}}finally{this[_0x15c7[251]][_0x15c7[476]]()};return _0xdefbx2};mxGraph[_0x15c7[202]][_0x15c7[899]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx3=null!=_0xdefbx3?_0xdefbx3:!0;var _0xdefbx4=null;if(null!=_0xdefbx2){for(var _0xdefbx5={},_0xdefbx4=[],_0xdefbx9=0;_0xdefbx9<_0xdefbx2[_0x15c7[67]];_0xdefbx9++){var _0xdefbxa=mxCellPath[_0x15c7[385]](_0xdefbx2[_0xdefbx9]);_0xdefbx5[_0xdefbxa]=_0xdefbx2[_0xdefbx9];_0xdefbx4[_0x15c7[207]](_0xdefbx2[_0xdefbx9])};if(0<_0xdefbx4[_0x15c7[67]]){for(var _0xdefbxa=this[_0x15c7[441]][_0x15c7[255]],_0xdefbx12=this[_0x15c7[441]][_0x15c7[513]],_0xdefbx4=this[_0x15c7[251]][_0x15c7[899]](_0xdefbx2,!0),_0xdefbx9=0;_0xdefbx9<_0xdefbx2[_0x15c7[67]];_0xdefbx9++){if(!_0xdefbx3&&this[_0x15c7[251]][_0x15c7[250]](_0xdefbx4[_0xdefbx9])&&null!=this[_0x15c7[2500]](_0xdefbx4[_0xdefbx9],this[_0x15c7[251]][_0x15c7[1709]](_0xdefbx4[_0xdefbx9],!0),this[_0x15c7[251]][_0x15c7[1709]](_0xdefbx4[_0xdefbx9],!1))){_0xdefbx4[_0xdefbx9]=null}else {var _0xdefbx13=this[_0x15c7[251]][_0x15c7[1721]](_0xdefbx4[_0xdefbx9]);if(null!=_0xdefbx13){var _0xdefbx14=this[_0x15c7[441]][_0x15c7[248]](_0xdefbx2[_0xdefbx9]),_0xdefbx15=this[_0x15c7[441]][_0x15c7[248]](this[_0x15c7[251]][_0x15c7[1197]](_0xdefbx2[_0xdefbx9]));if(null!=_0xdefbx14&&null!=_0xdefbx15){var _0xdefbx16=_0xdefbx15[_0x15c7[2078]][_0x15c7[235]],_0xdefbx15=_0xdefbx15[_0x15c7[2078]][_0x15c7[236]];if(this[_0x15c7[251]][_0x15c7[250]](_0xdefbx4[_0xdefbx9])){for(var _0xdefbx14=_0xdefbx14[_0x15c7[439]],_0xdefbx17=this[_0x15c7[251]][_0x15c7[1709]](_0xdefbx2[_0xdefbx9],!0),_0xdefbx18=mxCellPath[_0x15c7[385]](_0xdefbx17);null!=_0xdefbx17&&null==_0xdefbx5[_0xdefbx18];){_0xdefbx17=this[_0x15c7[251]][_0x15c7[1197]](_0xdefbx17),_0xdefbx18=mxCellPath[_0x15c7[385]](_0xdefbx17)};null==_0xdefbx17&&_0xdefbx13[_0x15c7[2007]]( new mxPoint(_0xdefbx14[0][_0x15c7[235]]/_0xdefbxa-_0xdefbx12[_0x15c7[235]],_0xdefbx14[0][_0x15c7[236]]/_0xdefbxa-_0xdefbx12[_0x15c7[236]]),!0);_0xdefbx17=this[_0x15c7[251]][_0x15c7[1709]](_0xdefbx2[_0xdefbx9],!1);for(_0xdefbx18=mxCellPath[_0x15c7[385]](_0xdefbx17);null!=_0xdefbx17&&null==_0xdefbx5[_0xdefbx18];){_0xdefbx17=this[_0x15c7[251]][_0x15c7[1197]](_0xdefbx17),_0xdefbx18=mxCellPath[_0x15c7[385]](_0xdefbx17)};null==_0xdefbx17&&(_0xdefbx17=_0xdefbx14[_0x15c7[67]]-1,_0xdefbx13[_0x15c7[2007]]( new mxPoint(_0xdefbx14[_0xdefbx17][_0x15c7[235]]/_0xdefbxa-_0xdefbx12[_0x15c7[235]],_0xdefbx14[_0xdefbx17][_0x15c7[236]]/_0xdefbxa-_0xdefbx12[_0x15c7[236]]),!1));_0xdefbx13=_0xdefbx13[_0x15c7[1525]];if(null!=_0xdefbx13){for(_0xdefbx14=0;_0xdefbx14<_0xdefbx13[_0x15c7[67]];_0xdefbx14++){_0xdefbx13[_0xdefbx14][_0x15c7[235]]+=_0xdefbx16,_0xdefbx13[_0xdefbx14][_0x15c7[236]]+=_0xdefbx15}}}else {_0xdefbx13[_0x15c7[235]]+=_0xdefbx16,_0xdefbx13[_0x15c7[236]]+=_0xdefbx15}}}}}}else {_0xdefbx4=[]}};return _0xdefbx4};mxGraph[_0x15c7[202]][_0x15c7[2501]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14){_0xdefbx3=this[_0x15c7[2502]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14);return this[_0x15c7[2103]](_0xdefbx3,_0xdefbx2)};mxGraph[_0x15c7[202]][_0x15c7[2502]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12,_0xdefbx13,_0xdefbx14){_0xdefbx2= new mxGeometry(_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12);_0xdefbx2[_0x15c7[1500]]=null!=_0xdefbx14?_0xdefbx14:!1;_0xdefbx4= new mxCell(_0xdefbx4,_0xdefbx2,_0xdefbx13);_0xdefbx4[_0x15c7[1945]](_0xdefbx3);_0xdefbx4[_0x15c7[1993]](!0);_0xdefbx4[_0x15c7[1995]](!0);return _0xdefbx4};mxGraph[_0x15c7[202]][_0x15c7[1960]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){_0xdefbx3=this[_0x15c7[2503]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa);return this[_0x15c7[2504]](_0xdefbx3,_0xdefbx2,_0xdefbx5,_0xdefbx9)};mxGraph[_0x15c7[202]][_0x15c7[2503]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa){_0xdefbx2= new mxCell(_0xdefbx4, new mxGeometry,_0xdefbxa);_0xdefbx2[_0x15c7[1945]](_0xdefbx3);_0xdefbx2[_0x15c7[1994]](!0);_0xdefbx2[_0x15c7[256]][_0x15c7[1500]]= !0;return _0xdefbx2};mxGraph[_0x15c7[202]][_0x15c7[2504]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){return this[_0x15c7[2103]](_0xdefbx2,_0xdefbx3,_0xdefbx9,_0xdefbx4,_0xdefbx5)};mxGraph[_0x15c7[202]][_0x15c7[2103]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){return this[_0x15c7[832]]([_0xdefbx2],_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9)[0]};mxGraph[_0x15c7[202]][_0x15c7[832]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){null==_0xdefbx3&&(_0xdefbx3=this[_0x15c7[902]]());null==_0xdefbx4&&(_0xdefbx4=this[_0x15c7[251]][_0x15c7[262]](_0xdefbx3));this[_0x15c7[251]][_0x15c7[473]]();try{this[_0x15c7[833]](_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,!1,!0),this[_0x15c7[746]]( new mxEventObject(mxEvent.ADD_CELLS,_0x15c7[895],_0xdefbx2,_0x15c7[1101],_0xdefbx3,_0x15c7[1983],_0xdefbx4,_0x15c7[1097],_0xdefbx5,_0x15c7[772],_0xdefbx9))}finally{this[_0x15c7[251]][_0x15c7[476]]()};return _0xdefbx2};mxGraph[_0x15c7[202]][_0x15c7[833]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9,_0xdefbxa,_0xdefbx12){if(null!=_0xdefbx2&&null!=_0xdefbx3&&null!=_0xdefbx4){this[_0x15c7[251]][_0x15c7[473]]();try{for(var _0xdefbx13=_0xdefbxa?this[_0x15c7[441]][_0x15c7[248]](_0xdefbx3):null,_0xdefbx14=null!=_0xdefbx13?_0xdefbx13[_0x15c7[2078]]:null,_0xdefbx15= new mxPoint(0,0),_0xdefbx13=0;_0xdefbx13<_0xdefbx2[_0x15c7[67]];_0xdefbx13++){if(null==_0xdefbx2[_0xdefbx13]){_0xdefbx4--}else {var _0xdefbx16=this[_0x15c7[251]][_0x15c7[1197]](_0xdefbx2[_0xdefbx13]);if(null!=_0xdefbx14&&_0xdefbx2[_0xdefbx13]!=_0xdefbx3&&_0xdefbx3!=_0xdefbx16){var _0xdefbx17=this[_0x15c7[441]][_0x15c7[248]](_0xdefbx16),_0xdefbx18=null!=_0xdefbx17?_0xdefbx17[_0x15c7[2078]]:_0xdefbx15,_0xdefbx19=this[_0x15c7[251]][_0x15c7[1721]](_0xdefbx2[_0xdefbx13]);if(null!=_0xdefbx19){var _0xdefbx1a=_0xdefbx18[_0x15c7[235]]-_0xdefbx14[_0x15c7[235]],_0xdefbx1b=_0xdefbx18[_0x15c7[236]]-_0xdefbx14[_0x15c7[236]],_0xdefbx19=_0xdefbx19[_0x15c7[238]]();_0xdefbx19[_0x15c7[513]](_0xdefbx1a,_0xdefbx1b);!_0xdefbx19[_0x15c7[1500]]&&(this[_0x15c7[251]][_0x15c7[1193]](_0xdefbx2[_0xdefbx13])&&!this[_0x15c7[2505]]())&&(_0xdefbx19[_0x15c7[235]]=Math[_0x15c7[160]](0,_0xdefbx19[_0x15c7[235]]),_0xdefbx19[_0x15c7[236]]=Math[_0x15c7[160]](0,_0xdefbx19[_0x15c7[236]]));this[_0x15c7[251]][_0x15c7[1724]](_0xdefbx2[_0xdefbx13],_0xdefbx19)}};_0xdefbx3==_0xdefbx16&&_0xdefbx4+_0xdefbx13>this[_0x15c7[251]][_0x15c7[262]](_0xdefbx3)&&_0xdefbx4--;this[_0x15c7[251]][_0x15c7[99]](_0xdefbx3,_0xdefbx2[_0xdefbx13],_0xdefbx4+_0xdefbx13);this[_0x15c7[2506]]()&&this[_0x15c7[2507]](_0xdefbx2[_0xdefbx13])&&this[_0x15c7[2508]](_0xdefbx2[_0xdefbx13]);(null==_0xdefbx12||_0xdefbx12)&&this[_0x15c7[2509]](_0xdefbx2[_0xdefbx13]);null!=_0xdefbx5&&this[_0x15c7[852]](_0xdefbx2[_0xdefbx13],_0xdefbx5,!0);null!=_0xdefbx9&&this[_0x15c7[852]](_0xdefbx2[_0xdefbx13],_0xdefbx9,!1)}};this[_0x15c7[746]]( new mxEventObject(mxEvent.CELLS_ADDED,_0x15c7[895],_0xdefbx2,_0x15c7[1101],_0xdefbx3,_0x15c7[1983],_0xdefbx4,_0x15c7[1097],_0xdefbx5,_0x15c7[772],_0xdefbx9,_0x15c7[492],_0xdefbxa))}finally{this[_0x15c7[251]][_0x15c7[476]]()}}};mxGraph[_0x15c7[202]][_0x15c7[842]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx3=null!=_0xdefbx3?_0xdefbx3:!0;null==_0xdefbx2&&(_0xdefbx2=this[_0x15c7[2510]](this[_0x15c7[897]]()));_0xdefbx3&&(_0xdefbx2=this[_0x15c7[2510]](this[_0x15c7[2499]](_0xdefbx2)));this[_0x15c7[251]][_0x15c7[473]]();try{this[_0x15c7[843]](_0xdefbx2),this[_0x15c7[746]]( new mxEventObject(mxEvent.REMOVE_CELLS,_0x15c7[895],_0xdefbx2,_0x15c7[2511],_0xdefbx3))}finally{this[_0x15c7[251]][_0x15c7[476]]()};return _0xdefbx2};mxGraph[_0x15c7[202]][_0x15c7[843]]=function(_0xdefbx2){if(null!=_0xdefbx2&&0<_0xdefbx2[_0x15c7[67]]){var _0xdefbx3=this[_0x15c7[441]][_0x15c7[255]],_0xdefbx4=this[_0x15c7[441]][_0x15c7[513]];this[_0x15c7[251]][_0x15c7[473]]();try{for(var _0xdefbx5={},_0xdefbx9=0;_0xdefbx9<_0xdefbx2[_0x15c7[67]];_0xdefbx9++){var _0xdefbxa=mxCellPath[_0x15c7[385]](_0xdefbx2[_0xdefbx9]);_0xdefbx5[_0xdefbxa]=_0xdefbx2[_0xdefbx9]};for(_0xdefbx9=0;_0xdefbx9<_0xdefbx2[_0x15c7[67]];_0xdefbx9++){for(var _0xdefbx12=this[_0x15c7[1756]](_0xdefbx2[_0xdefbx9]),_0xdefbx13=0;_0xdefbx13<_0xdefbx12[_0x15c7[67]];_0xdefbx13++){if(_0xdefbxa=mxCellPath[_0x15c7[385]](_0xdefbx12[_0xdefbx13]),null==_0xdefbx5[_0xdefbxa]){var _0xdefbx14=this[_0x15c7[251]][_0x15c7[1721]](_0xdefbx12[_0xdefbx13]);if(null!=_0xdefbx14){var _0xdefbx15=this[_0x15c7[441]][_0x15c7[248]](_0xdefbx12[_0xdefbx13]);if(null!=_0xdefbx15){var _0xdefbx14=_0xdefbx14[_0x15c7[238]](),_0xdefbx16=_0xdefbx15[_0x15c7[1710]](!0)==_0xdefbx2[_0xdefbx9],_0xdefbx17=_0xdefbx15[_0x15c7[439]],_0xdefbx18=_0xdefbx16?0:_0xdefbx17[_0x15c7[67]]-1;_0xdefbx14[_0x15c7[2007]]( new mxPoint(_0xdefbx17[_0xdefbx18][_0x15c7[235]]/_0xdefbx3-_0xdefbx4[_0x15c7[235]],_0xdefbx17[_0xdefbx18][_0x15c7[236]]/_0xdefbx3-_0xdefbx4[_0x15c7[236]]),_0xdefbx16);this[_0x15c7[251]][_0x15c7[1957]](_0xdefbx12[_0xdefbx13],null,_0xdefbx16);this[_0x15c7[251]][_0x15c7[1724]](_0xdefbx12[_0xdefbx13],_0xdefbx14)}}}};this[_0x15c7[251]][_0x15c7[205]](_0xdefbx2[_0xdefbx9])};this[_0x15c7[746]]( new mxEventObject(mxEvent.CELLS_REMOVED,_0x15c7[895],_0xdefbx2))}finally{this[_0x15c7[251]][_0x15c7[476]]()}}};mxGraph[_0x15c7[202]][_0x15c7[853]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5,_0xdefbx9){_0xdefbx5=_0xdefbx5||0;_0xdefbx9=_0xdefbx9||0;null==_0xdefbx4&&(_0xdefbx4=this[_0x15c7[899]]([_0xdefbx2])[0]);var _0xdefbxa=this[_0x15c7[251]][_0x15c7[1197]](_0xdefbx2),_0xdefbx12=this[_0x15c7[251]][_0x15c7[1709]](_0xdefbx2,!0);this[_0x15c7[251]][_0x15c7[473]]();try{this[_0x15c7[835]](_0xdefbx3,_0xdefbx5,_0xdefbx9,!1,!1),this[_0x15c7[833]](_0xdefbx3,_0xdefbxa,this[_0x15c7[251]][_0x15c7[262]](_0xdefbxa),null,null,!0),this[_0x15c7[833]]([_0xdefbx4],_0xdefbxa,this[_0x15c7[251]][_0x15c7[262]](_0xdefbxa),_0xdefbx12,_0xdefbx3[0],!1),this[_0x15c7[852]](_0xdefbx2,_0xdefbx3[0],!0),this[_0x15c7[746]]( new mxEventObject(mxEvent.SPLIT_EDGE,_0x15c7[1989],_0xdefbx2,_0x15c7[895],_0xdefbx3,_0x15c7[2512],_0xdefbx4,_0x15c7[1126],_0xdefbx5,_0x15c7[1125],_0xdefbx9))}finally{this[_0x15c7[251]][_0x15c7[476]]()};return _0xdefbx4};mxGraph[_0x15c7[202]][_0x15c7[838]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){null==_0xdefbx3&&(_0xdefbx3=this[_0x15c7[897]]());_0xdefbx4&&(_0xdefbx3=this[_0x15c7[2499]](_0xdefbx3));this[_0x15c7[251]][_0x15c7[473]]();try{this[_0x15c7[839]](_0xdefbx3,_0xdefbx2),this[_0x15c7[746]]( new mxEventObject(mxEvent.TOGGLE_CELLS,_0x15c7[539],_0xdefbx2,_0x15c7[895],_0xdefbx3,_0x15c7[2511],_0xdefbx4))}finally{this[_0x15c7[251]][_0x15c7[476]]()};return _0xdefbx3};mxGraph[_0x15c7[202]][_0x15c7[839]]=function(_0xdefbx2,_0xdefbx3){if(null!=_0xdefbx2&&0<_0xdefbx2[_0x15c7[67]]){this[_0x15c7[251]][_0x15c7[473]]();try{for(var _0xdefbx4=0;_0xdefbx4<_0xdefbx2[_0x15c7[67]];_0xdefbx4++){this[_0x15c7[251]][_0x15c7[175]](_0xdefbx2[_0xdefbx4],_0xdefbx3)}}finally{this[_0x15c7[251]][_0x15c7[476]]()}}};mxGraph[_0x15c7[202]][_0x15c7[847]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){_0xdefbx3=null!=_0xdefbx3?_0xdefbx3:!1;null==_0xdefbx4&&(_0xdefbx4=this[_0x15c7[2513]](this[_0x15c7[897]](),_0xdefbx2));this[_0x15c7[2126]](!1);this[_0x15c7[251]][_0x15c7[473]]();try{this[_0x15c7[848]](_0xdefbx4,_0xdefbx2,_0xdefbx3,_0xdefbx5),this[_0x15c7[746]]( new mxEventObject(mxEvent.FOLD_CELLS,_0x15c7[2514],_0xdefbx2,_0x15c7[2515],_0xdefbx3,_0x15c7[895],_0xdefbx4))}finally{this[_0x15c7[251]][_0x15c7[476]]()};return _0xdefbx4};mxGraph[_0x15c7[202]][_0x15c7[848]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4,_0xdefbx5){if(null!=_0xdefbx2&&0<_0xdefbx2[_0x15c7[67]]){this[_0x15c7[251]][_0x15c7[473]]();try{for(var _0xdefbx9=0;_0xdefbx9<_0xdefbx2[_0x15c7[67]];_0xdefbx9++){if((!_0xdefbx5||this[_0x15c7[2516]](_0xdefbx2[_0xdefbx9],_0xdefbx3))&&_0xdefbx3!=this[_0x15c7[1742]](_0xdefbx2[_0xdefbx9])){if(this[_0x15c7[251]][_0x15c7[1972]](_0xdefbx2[_0xdefbx9],_0xdefbx3),this[_0x15c7[2517]](_0xdefbx2[_0xdefbx9],_0xdefbx3),this[_0x15c7[2507]](_0xdefbx2[_0xdefbx9])&&this[_0x15c7[2508]](_0xdefbx2[_0xdefbx9]),_0xdefbx4){var _0xdefbxa=this[_0x15c7[251]][_0x15c7[1953]](_0xdefbx2[_0xdefbx9]);this[_0x15c7[847]](_0xdefbxa,_0xdefbx3,_0xdefbx4)}}};this[_0x15c7[746]]( new mxEventObject(mxEvent.CELLS_FOLDED,_0x15c7[895],_0xdefbx2,_0x15c7[2514],_0xdefbx3,_0x15c7[2515],_0xdefbx4))}finally{this[_0x15c7[251]][_0x15c7[476]]()}}};mxGraph[_0x15c7[202]][_0x15c7[2517]]=function(_0xdefbx2,_0xdefbx3){if(null!=_0xdefbx2){var _0xdefbx4=this[_0x15c7[251]][_0x15c7[1721]](_0xdefbx2);null!=_0xdefbx4&&(_0xdefbx4=_0xdefbx4[_0x15c7[238]](),this[_0x15c7[2518]](_0xdefbx2,_0xdefbx4,_0xdefbx3),_0xdefbx4[_0x15c7[2005]](),this[_0x15c7[251]][_0x15c7[1724]](_0xdefbx2,_0xdefbx4))}};mxGraph[_0x15c7[202]][_0x15c7[2518]]=function(_0xdefbx2,_0xdefbx3,_0xdefbx4){if(null!=_0xdefbx2&&null!=_0xdefbx3){_0xdefbx4=this[_0x15c7[441]][_0x15c7[248]](_0xdefbx2);_0xdefbx4=null!=_0xdefbx4?_0xdefbx4[_0x15c7[124]]:this[_0x15c7[1705]](_0xdefbx2);if(null==_0xdefbx3[_0x15c7[2002]]){var _0xdefbx5=_0xdefbx3;this[_0x15c7[2394]]&&(_0xdefbx2=this[_0x15c7[2519]](_0xdefbx2),null!=_0xdefbx2&&(_0xdefbx5=_0xdefbx2,_0xdefbx2=mxUtils[_0x15c7[433]](_0xdefbx4,mxConstants.STYLE_STARTSIZE),0<_0xdefbx2&&(_0xdefbx5[_0x15c7[119]]=Math[_0x15c7[160]](_0xdefbx5[_0x15c7[119]],_0xdefbx2))));_0xdefbx3[_0x15c7[2002]]= new mxRectangle(0,0,_0xdefbx5[_0x15c7[117]],_0xdefbx5[_0x15c7[119]])};if(null!=_0xdefbx3[_0x15c7[2002]]){_0xdefbx3[_0x15c7[2002]][_0x15c7[235]]=_0xdefbx3[_0x15c7[235]];_0xdefbx3[_0x15c7[2002]][_0x15c7[236]]=_0xdefbx3[_0x15c7[236]];var _0xdefbx9=mxUtils[_0x15c7[431]](_0xdefbx4[mxConstants[_0x15c7[2278]]]||_0x15c7[468]);0!=_0xdefbx9&&(_0xdefbx2=_0xdefbx3[_0x15c7[2002]][_0x15c7[241]]()-_0xdefbx3[_0x15c7[241]](),_0xdefbx4=_0xdefbx3[_0x15c7[2002]][_0x15c7[242]]()-_0xdefbx3[_0x15c7[242]](),_0xdefbx5=Math[_0x15c7[426]](_0xdefbx9),_0xdefbx9=Math[_0x15c7[427]](_0xdefbx9),_0xdefbx3[_0x15c7[2002]][_0x15c7[235]]+=_0xdefbx5*_0xdefbx2-_0xdefbx9*_0xdefbx4-_0xdefbx2,_0xdefbx3[_0x15c7[2002]][_0x15c7[236]]+=_0xdefbx9*_0xdefbx2+_0xdefbx5*_0xdefbx4-_0xdefbx4)}}};mxGraph[_0x15c7[202]][_0x15c7[2499]]=function(_0xdefbx2){var _0xdefbx3=_0xdefbx2[_0x15c7[1853]]();return _0xdefbx3=_0xdefbx3[_0x15c7[1919]](this[_0x15c7[2520]](_0xdefbx2))};mxGraph[_0x15c7[202]][_0x15c7[2520]]=function(_0xdefbx2){var _0xdefbx3=[];if(null!=_0xdefbx2){for(var _0xdefbx4=0;_0xdefbx4<_0xdefbx2[_0x15c7[67]];_0xdefbx4++){for(var _0xdefbx5=this[_0x15c7[251]][_0x15c7[1707]](_0xdefbx2[_0xdefbx4]),_0xdefbx9=0;_0xdefbx9<_0xdefbx5;_0xdefbx9++){_0xdefbx3[_0x15c7[207]](this[_0x15c7[251]][_0x15c7[1708]](_0xdefbx2[_0xdefbx4],_0xdefbx9))};_0xdefbx5=this[_0x15c7[251]][_0x15c7[1953]](_0xdefbx2[_0xdefbx4]);_0xdefbx3=_0xdefbx3[_0x15c7[1919]](this[_0x15c7[2520]](_0xdefbx5))}};return _0xdefbx3};mxGraph[_0x15c7[202]][_0x15c7[858]]=function(_0xdefbx2,_0xdefbx3){_0xdefbx3=null!=_0xdefbx3?_0xdefbx3:!1;this[_0x15c7[251]][_0x15c7[473]]();try{this[_0x15c7[2457]](_0xdefbx2,_0xdefbx3),this[_0x15c7[746]]( new mxEventObject(mxEvent.UPDATE_CELL_SIZE,_0x15c7[246],_0xdefbx2,_0x15c7[2521],_0xdefbx3))}finally{this[_0x15c7[251]][_0x15c7[476]]()};return _0xdefbx2};mxGraph[_0x15c7[202]][_0x15c7[2457]]=function(_0xdefbx2,_0xdefbx3){if(null!=_0xdefbx2){this[_0x15c7[251]][_0x15c7[473]]();try{var _0xdefbx4=this[_0x15c7[2519]](_0xdefbx2),_0xdefbx5=this[_0x15c7[251]][_0x15c7[1721]](_0xdefbx2);if(null!=_0xdefbx4&&null!=_0xdefbx5){var _0xdefbx9=this[_0x15c7[1742]](_0xdefbx2),_0xdefbx5=_0xdefbx5[_0x15c7[238]]();if(this[_0x15c7[1730]](_0xdefbx2)){var _0xdefbxa=this[_0x15c7[441]][_0x15c7[248]](_0xdefbx2),_0xdefbx12=null!=_0xdefbxa?_0xdefbxa[_0x15c7[124]]:this[_0x15c7[1705]](_0xdefbx2),_0xdefbx13=this[_0x15c7[251]][_0x15c7[474]](_0xdefbx2);null==_0xdefbx13&&(_0xdefbx13=_0x15c7[110]);mxUtils[_0x15c7[433]](_0xdefbx12,mxConstants.STYLE_HORIZONTAL,!0)?(_0xdefbx13=mxUtils[_0x15c7[475]](_0xdefbx13,mxConstants.STYLE_STARTSIZE,_0xdefbx4[_0x15c7[119]]+8),_0xdefbx9&&(_0xdefbx5[_0x15c7[119]]=_0xdefbx4[_0x15c7[119]]+8),_0xdefbx5[_0x15c7[117]]=_0xdefbx4[_0x15c7[117]]):(_0xdefbx13=mxUtils[_0x15c7[475]](_0xdefbx13,mxConstants.STYLE_STARTSIZE,_0xdefbx4[_0x15c7[117]]+8),_0xdefbx9&&(_0xdefbx5[_0x15c7[117]]=_0xdefbx4[_0x15c7[117]]+8),_0xdefbx5[_0x15c7[119]]=_0xdefbx4[_0x15c7[119]]);this[_0x15c7[251]][_0x15c7[475]](_0xdefbx2,_0xdefbx13)}else {_0xdefbx5[_0x15c7[117]]=_0xdefbx4[_0x15c7[117]],_0xdefbx5[_0x15c7[119]]=_0xdefbx4[_0x15c7[119]]};if(!_0xdefbx3&& !_0xdefbx9){var _0xdefbx14=this[_0x15c7[441]][_0x15c7[1799]](this[_0x15c7[251]][_0x15c7[1953]](_0xdefbx2));if(null!=_0xdefbx14){var _0xdefbx15=this[_0x15c7[441]][_0x15c7[513]],_0xdefbx16=this[_0x15c7[441]][_0x15c7[255]],_0xdefbx17=(_0xdefbx14[_0x15c7[236]]+_0xdefbx14[_0x15c7[119]])/_0xdefbx16-_0xdefbx5[_0x15c7[236]]-_0xdefbx15[_0x15c7[236]];_0xdefbx5[_0x15c7[117]]=Math[_0x15c7[160]](_0xdefbx5[_0x15c7[117]],(_0xdefbx14[_0x15c7[235]]+_0xdefbx14[_0x15c7[117]])/_0xdefbx16-_0xdefbx5[_0x15c7[235]]-_0xdefbx15[_0x15c7[235]]);_0xdefbx5[_0x15c7[119]]=Math[_0x15c7[160]](_0xdefbx5[_0x15c7[119]],_0xdefbx17)}};this[_0x15c7[837]]([_0xdefbx2],[_0xdefbx5])}}finally{this[_0x15c7[251]][_0x15c7[476]]()}}};mxGraph[_0x15c7[202]][_0x15c7[2519]]=function(_0xdefbx2){var _0xdefbx3=null;if(null!=_0xdefbx2){var _0xdefbx4=this[_0x15c7[441]][_0x15c7[248]](_0xdefbx2),_0xdefbx5=null!=_0xdefbx4?_0xdefbx4[_0x15c7[124]]:this[_0x15c7[1705]](_0xdefbx2);if(null!=_0xdefbx5&&!this[_0x15c7[251]][_0x15c7[250]](_0xdefbx2)){var _0xdefbx9=_0xdefbx5[mxConstants[_0x15c7[2185]]]||mxConstants[_0x15c7[483]],_0xdefbxa=0,_0xdefbx3=0;if((null!=this[_0x15c7[1202]](_0xdefbx4)||null!=_0xdefbx5[mxConstants[_0x15c7[2484]]])&&_0xdefbx5[mxConstants[_0x15c7[2059]]]==mxConstants[_0x15c7[2522]]){_0xdefbx5[mxConstants[_0x15c7[2063]]]==mxConstants[_0x15c7[481]]&&(_0xdefbxa+=parseFloat(_0xdefbx5[mxConstants[_0x15c7[2523]]])||mxLabel[_0x15c7[202]][_0x15c7[1680]]),_0xdefbx5[mxConstants[_0x15c7[2064]]]!=mxConstants[_0x15c7[479]]&&(_0xdefbx3+=parseFloat(_0xdefbx5[mxConstants[_0x15c7[2524]]])||mxLabel[_0x15c7[202]][_0x15c7[1680]])};_0xdefbxa+=2*(_0xdefbx5[mxConstants[_0x15c7[2143]]]||0);_0xdefbxa+=_0xdefbx5[mxConstants[_0x15c7[2147]]]||0;_0xdefbxa+=_0xdefbx5[mxConstants[_0x15c7[2145]]]||0;_0xdefbx3+=2*(_0xdefbx5[mxConstants[_0x15c7[2143]]]||0);_0xdefbx3+=_0xdefbx5[mxConstants[_0x15c7[2144]]]||0;_0xdefbx3+=_0xdefbx5[mxConstants[_0x15c7[2146]]]||0;_0xdefbx4=this[_0x15c7[2205]](_0xdefbx4);null!=_0xdefbx4&&(_0xdefbxa+=_0xdefbx4[_0x15c7[117]]+8);_0xdefbx4=this[_0x15c7[2183]](_0xdefbx2);null!=_0xdefbx4&&0<_0xdefbx4[_0x15c7[67]]?(this[_0x15c7[2186]](_0xdefbx2)||(_0xdefbx4=_0xdefbx4[_0x15c7[230]](/\n/g,_0x15c7[545])),_0xdefbx9=mxUtils[_0x15c7[2525]](_0xdefbx4,_0xdefbx9,_0xdefbx5[mxConstants[_0x15c7[2188]]]),_0xdefbx2=_0xdefbx9[_0x15c7[117]]+_0xdefbxa,_0xdefbx3=_0xdefbx9[_0x15c7[119]]+_0xdefbx3,mxUtils[_0x15c7[433]](_0xdefbx5,mxConstants.STYLE_HORIZONTAL,!0)||(_0xdefbx5=_0xdefbx3,_0xdefbx3=_0xdefbx2,_0xdefbx2=_0xdefbx5),this[_0x15c7[991]]&&(_0xdefbx2=this[_0x15c7[1021]](_0xdefbx2+this[_0x15c7[1020]]/2),_0xdefbx3=this[_0x15c7[1021]](_0xdefbx3+this[_0x15c7[1020]]/2)),_0xdefbx3= new mxRectangle(0,0,_0xdefbx2,_0xdefbx3)):(_0xdefbx5=4*this[_0x15c7[1020]],_0xdefbx3= new mxRectangle(0,0,_0xdefbx5,_0xdefbx5))}};return _0xdefbx3};mxGraph[_0x15c7[202]][_0x15c7[2216]]=function(_0xdefbx2,_0xdefbx3){if(0.2<Math[_0x15c7[425]](1-_0xdefbx3[_0x15c7[255]])){var _0xdefbx4=this[_0x15c7[441]][_0x15c7[255]],_0xdefbx5=this[_0x15c7[441]][_0x15c7[513]],_0xdefbx9=_0xdefbx2[_0x15c7[117]]*_0xdefbx3[_0x15c7[255]],_0xdefbxa=_0xdefbx2[_0x15c7[119]]*_0xdefbx3[_0x15c7[255]],_0xdefbx12=_0xdefbx2[_0x15c7[236]]-(_0xdefbxa-_0xdefbx2[_0x15c7[119]])/2,_0xdefbx4= new mxRectangle(this[_0x15c7[1021]]((_0xdefbx2[_0x15c7[235]]-(_0xdefbx9-_0xdefbx2[_0x15c7[117]])/2)/_0xdefbx4)-_0xdefbx5[_0x15c7[235]],this[_0x15c7[1021]](_0xdefbx12/_0xdefbx4)-_0xdefbx5[_0x15c7[236]],this[_0x15c7[1021]](_0xdefbx9/_0xdefbx4),this[_0x15c7[1021]](_0xdefbxa/_0xdefbx4));this[_0x15c7[2526]](_0xdefbx2[_0x15c7[246]],_0xdefbx4)}};mxGraph[_0x15c7[202]][_0x15c7[2526]]=function(_0xdefbx2,_0xdefbx3){return this[_0x15c7[836]]([_0xdefbx2],[_0xdefbx3])[0]};mxGraph[_0x15c7[202]][_0x15c7[836]]=function(_0xdefbx2,_0xdefbx3){this[_0x15c7[251]][_0x15c7[473]]();try{this[_0x15c7[837]](_0xdefbx2,_0xdefbx3),this[_0x15c7[746]]( new mxEventObject(mxEvent.RESIZE_CELLS,_0x15c7[895],_0xdefbx2,_0x15c7[1562],_0xdefbx3))}finally{this[_0x15c7[251]][_0x15c7[476]]()};return _0xdefbx2};mxGraph[_0x15c7[202]][_0x15c7[837]]=function(_0xdefbx2,_0xdefbx3){if(null!=_0xdefbx2&&null!=_0xdefbx3&&_0xdefbx2[_0x15c7[67]]==_0xdefbx3[_0x15c7[67]]){this[_0x15c7[251]][_0x15c7[473]]();try{for(var _0xdefbx4=0;_0xdefbx4<_0xdefbx2[_0x15c7[67]];_0xdefbx4++){var _0xdefbx5=_0xdefbx3[_0xdefbx4],_0xdefbx9=this[_0x15c7[251]][_0x15c7[1721]](_0xdefbx2[_0xdefbx4]);if(null!=_0xdefbx9&&(_0xdefbx9[_0x15c7[235]]!=_0xdefbx5[_0x15c7[235]]||_0xdefbx9[_0x15c7[236]]!=_0xdefbx5[_0x15c7[236]]||_0xdefbx9[_0x15c7[117]]!=_0xdefbx5[_0x15c7[117]]||_0xdefbx9[_0x15c7[119]]!=_0xdefbx5[_0x15c7[119]])){_0xdefbx9=_0xdefbx9[_0x15c7[238]]();if(_0xdefbx9[_0x15c7[1500]]){var _0xdefbxa=_0xdefbx9[_0x15c7[1368]];null!=_0xdefbxa&&(_0xdefbxa[_0x15c7[235]]+=_0xdefbx5[_0x15c7[235]]-_0xdefbx9[_0x15c7[235]],_0xdefbxa[_0x15c7[236]]+=_0xdefbx5[_0x15c7[236]]-_0xdefbx9[_0x15c7[236]])}else {_0xdefbx9[_0x15c7[235]]=_0xdefbx5[_0x15c7[235]],_0xdefbx9[_0x15c7[236]]=_0xdefbx5[_0x15c7[236]]};_0xdefbx9[_0x15c7[117]]=_0xdefbx5[_0x15c7[117]];_0xdefbx9[_0x15c7[119]]=_0xdefbx5[_0x15c7[119]];!_0xdefbx9[_0x15c7[1500]]&&(this[_0x15c7[251]][_0x15c7[1193]](_0xdefbx2[_0xdefbx4])&&!this[_0x15c7[2505]]())&&(_0xdefbx9[_0x15c7[235]]=Math[_0x15c7[160]](0,_0xdefbx9[_0x15c7[235]]),_0xdefbx9[_0x15c7[236]]=Math[_0x15c7[160]](0,_0xdefbx9[_0x15c7[236]]));this[_0x15c7[251]][_0x15c7[1724]](_0xdefbx2[_0xdefbx4],_0xdefbx9);this[_0x15c7[2507]](_0xdefbx2[_0xdefbx4])&&this[_0x15c7[2508]](_0xdefbx2[_0xdefbx4])}};this[_0x15c7[2399]]&&this[_0x15c7[1750]](_0xdefbx2);this[_0x15c7[746]]( new mxEventObject(mxEvent.CELLS_RESIZED,_0x15c7[895],_0xdefbx2,_0x15c7[1562],_0xdefbx3))}finally{this[_0x15c7[251]][_0x15c7[476]]()}}};mxGraph[_0x15c7[202]][_0x15c7[2508]]=function(_0xdefbx2){if(null!=_0xdefbx2){var _0xdefbx3=this[_0x15c7[251]][_0x15c7[1197]](_0xdefbx2),_0xdefbx4=this[_0x15c7[251]][_0x15c7[1721]](_0xdefbx3);if(null!=_0xdefbx3&&(null!=_0xdefbx4&&!this[_0x15c7[1742]](_0xdefbx3))&&(_0xdefbx2=this[_0x15c7[251]][_0x15c7[1721]](_0xdefbx2),null!=_0xdefbx2&&(_0xdefbx4[_0x15c7[117]]<_0xdefbx2[_0x15c7[235]]+_0xdefbx2[_0x15c7[117]]||_0xdefbx4[_0x15c7[119]]<